diff --git a/AUTHORS.rst b/AUTHORS.rst index 9841596d..0a583e84 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,4 +2,4 @@ Authors ======= -* Uwe Krien - https://www.uni-bremen.de/en/res/team/dipl-ing-uwe-krien +* Uwe Krien - `University of Bremen `_ diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index afab5daf..81eeb793 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -6,7 +6,7 @@ Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. Bug reports -=========== +----------- When `reporting a bug `_ please include: @@ -15,14 +15,14 @@ When `reporting a bug `_ please include * Detailed steps to reproduce the bug. Documentation improvements -========================== +-------------------------- deflex could always use more documentation, whether as part of the official deflex docs, in docstrings, or even on the web in blog posts, articles, and such. Feature requests and feedback -============================= +----------------------------- The best way to send feedback is to file an issue at https://github.com/reegis/deflex/issues. @@ -33,7 +33,7 @@ If you are proposing a feature: * Remember that this is a volunteer-driven project, and that code contributions are welcome :) Development -=========== +----------- To set up `deflex` for local development: @@ -88,3 +88,28 @@ To run a subset of tests:: To run all the test environments in *parallel*:: tox -p auto + +Development +----------- + +To run all the tests run:: + + tox + +Note, to combine the coverage data from all the tox environments run: + +.. list-table:: + :widths: 10 90 + :stub-columns: 1 + + - - Windows + - :: + + set PYTEST_ADDOPTS=--cov-append + tox + + - - Other + - :: + + PYTEST_ADDOPTS=--cov-append tox + diff --git a/README.rst b/README.rst index aba16d6c..e45143f2 100644 --- a/README.rst +++ b/README.rst @@ -1,30 +1,14 @@ +.. start-badges + | |workflow_pytests| |workflow_checks| |coveralls| |docs| |packaging| | |lgt_general| |lgt_alerts| |codacy| |requires| \ - | |version| |wheel| |supported-versions| |supported-implementations| | |commits-since| |licence| |code_Style| |zenodo| ------------------------------------------------- - -\ - -.. image:: https://raw.githubusercontent.com/reegis/deflex/master/docs/images/logo_deflex_big.svg - :target: https://github.com/reegis/deflex - :width: 600pt - -deflex - flexible multi-regional energy system model for heat, power and mobility -================================================================================= - -* Multi sectoral energy system of Germany/Europe -* Dispatch optimisation -* Start with basic scenarios -* Highly configurable and adaptable - - .. |docs| image:: https://readthedocs.org/projects/deflex/badge/?style=flat :target: https://readthedocs.org/projects/deflex :alt: Documentation Status @@ -85,73 +69,44 @@ deflex - flexible multi-regional energy system model for heat, power and mobilit :target: https://doi.org/10.5281/zenodo.3572594 -Installation -============ - -The following line will install the basic version. Some functions depend on further packages, see below to install additional requirements:: - - pip install deflex - -To run older scenarios you can install the old stable phd version:: - - pip install https://github.com/reegis/deflex/archive/phd.zip - - -Installation of a solver (mandatory) ------------------------------------- - -To solve an energy system a linear solver has to be installed. For the -communication with the solver `Pyomo` is used. Have a look at the `Pyomo docs `_ to learn about which solvers are supported. - -The default solver is the CBC solver. Go to the `oemof.solph documentation -`_ -to get help for the solver installation. - - -Additional requirements (optional) ----------------------------------- - -The basic installation can be used to compute scenarios (csv, xls, xlsx). For -some functions additional packages are needed. +------------------------------------------------ -1. To run the example with all plots you need the following packages: - * pygeos (spatial operations) - * geopandas (maps) - * descartes (plot maps with matplotlib) - * lmfit (linear fit) - * matplotlib (plotting) - * requests (download example files) +.. end-badges - ``pip install deflex[example]`` +\ -2. To use the maps of the polygons, transmission lines etc.: - * pygeos (spatial operations) - * geopandas (maps) +.. image:: https://raw.githubusercontent.com/reegis/deflex/master/docs/images/logo_deflex_big.svg + :target: https://github.com/reegis/deflex + :width: 600pt - ``pip install deflex[map]`` +================================================================================= +deflex - flexible multi-regional energy system model for heat, power and mobility +================================================================================= -3. To develop deflex: - * pytest - * sphinx - * sphinx_rtd_theme - * pygeos - * geopandas - * requests +The following README gives you a brief overview about deflex. Read the full +`documentation `_ for all +information. - ``pip install deflex[dev]`` +* Multi sectoral energy system of Germany/Europe +* Dispatch optimisation +* Start with basic scenarios +* Highly configurable and adaptable +Installation +------------ -Basic usage -=========== +To run `deflex` you have to install the Python package and a solver: -.. code-block:: python +* deflex is available on `PyPi `_ and can be + installed using ``pip install deflex``. +* an LP-solver is needed such as CBC (default), GLPK, Gurobi*, Cplex* +* for some extra functions additional packages and are needed - scenario = "/path/to/my/scenario.xls" - main.model_scenario(scenario) +\* Proprietary solver Use example -=========== +----------- 1. Run ``pip install deflex[example]`` 2. Create a local directory (e.g. /home/user/deflex_examples). @@ -169,52 +124,56 @@ Use example - BASEPATH = os.path.join(os.path.expanduser("~"), "deflex_examples") + BASEPATH = "/your/favoured/path/" -Documentation -============= - - -https://deflex.readthedocs.io/ - -The `documentation of deflex `_ is powered by readthedocs. -Go to the `download page `_ to download different versions and formats (pdf, html, epub) of the documentation. +Improve deflex +-------------- +We are warmly welcoming all who want to contribute to the deflex library. This +includes the following actions: - -Contributing -============== - -We are warmly welcoming all who want to contribute to the deflex library. +* Write bug reports or comments +* Improve the documentation (including typos, grammar) +* Add features improve the code (open an issue first) Citing deflex -======================== +------------- Go to the `Zenodo page of deflex `_ to find the DOI of your version. To cite all deflex versions use: .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3572594.svg :target: https://doi.org/10.5281/zenodo.3572594 -Development -=========== -To run all the tests run:: +Documentation +------------- - tox +The `full documentation of deflex `_ +is available on readthedocs. -Note, to combine the coverage data from all the tox environments run: +Go to the `download page `_ +to download different versions and formats (pdf, html, epub) of the +documentation. -.. list-table:: - :widths: 10 90 - :stub-columns: 1 +License +------- - - - Windows - - :: +Copyright (c) 2019 Uwe Krien - set PYTEST_ADDOPTS=--cov-append - tox +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: - - - Other - - :: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. - PYTEST_ADDOPTS=--cov-append tox +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/docs/contributing.rst b/docs/contributing.rst index e582053e..46281822 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1 +1,3 @@ +.. _contributing: + .. include:: ../CONTRIBUTING.rst diff --git a/docs/getting_started.rst b/docs/getting_started.rst deleted file mode 100644 index ebddb0f3..00000000 --- a/docs/getting_started.rst +++ /dev/null @@ -1,69 +0,0 @@ -Documentation -~~~~~~~~~~~~~ - -Full documentation can be found at `readthedocs `_. - -Go to the `download page `_ to download different versions and formats (pdf, html, epub) of the documentation. - - -Installation -============ - -On a Linux Debian system you can use the following command to solve all -requirements beforehand. - -.. code-block:: - - sudo apt-get install python3-dev proj-bin libproj-dev libgeos-dev python3-tk libspatialindex-dev virtualenv - -If you have a working Python 3 environment, use pypi to install the latest deflex version: - -:: - - pip install deflex - -The deflex library is designed for Python 3 and tested on Python >= 3.6. We highly recommend to use virtual environments. - - -Basic usage -=========== - -Soon. - - -Contributing -============== - -We are warmly welcoming all who want to contribute to the deflex library. - - -Citing deflex -======================== - -Go to the `Zenodo page of deflex `_ to find the DOI of your version. To cite all deflex versions use: - -.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3572594.svg - :target: https://doi.org/10.5281/zenodo.3572594 - -License -============ - -Copyright (c) 2019 Uwe Krien - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/docs/images/merit_order_example_plot_coloured.svg b/docs/images/merit_order_example_plot_coloured.svg new file mode 100644 index 00000000..99a11fbe --- /dev/null +++ b/docs/images/merit_order_example_plot_coloured.svg @@ -0,0 +1,2224 @@ + + + + + + + + + 2021-03-05T12:51:41.316866 + image/svg+xml + + + Matplotlib v3.3.3, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/merit_order_example_plot_simple.svg b/docs/images/merit_order_example_plot_simple.svg new file mode 100644 index 00000000..5412d2de --- /dev/null +++ b/docs/images/merit_order_example_plot_simple.svg @@ -0,0 +1,1287 @@ + + + + + + + + + 2021-03-05T12:51:17.331398 + image/svg+xml + + + Matplotlib v3.3.3, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/index.rst b/docs/index.rst index ca44e481..49ad6931 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,7 @@ +.. image:: https://raw.githubusercontent.com/reegis/deflex/master/docs/images/logo_deflex_big.svg + :target: https://github.com/reegis/deflex + :width: 600pt + ======== Contents ======== diff --git a/docs/index_old.rst b/docs/index_old.rst deleted file mode 100644 index 0d410867..00000000 --- a/docs/index_old.rst +++ /dev/null @@ -1,43 +0,0 @@ -.. reegis documentation master file - -.. image:: https://travis-ci.org/reegis/deflex.svg?branch=master - :target: https://travis-ci.org/reegis/reegis - -.. image:: https://coveralls.io/repos/github/reegis/deflex/badge.svg?branch=master - :target: https://coveralls.io/github/reegis/reegis?branch=master - -.. image:: https://img.shields.io/lgtm/grade/python/g/reegis/deflex.svg?logo=lgtm&logoWidth=18 - :target: https://lgtm.com/projects/g/reegis/reegis/context:python - -.. image:: https://img.shields.io/lgtm/alerts/g/reegis/deflex.svg?logo=lgtm&logoWidth=18 - :target: https://lgtm.com/projects/g/reegis/reegis/alerts/ - -.. image:: https://img.shields.io/badge/automatic%20code%20style-black-blueviolet - :target: https://black.readthedocs.io/en/stable/ - -.. image:: https://img.shields.io/badge/licence-MIT-blue - :target: https://spdx.org/licenses/MIT.html - -.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3572594.svg - :target: https://doi.org/10.5281/zenodo.3572594 - - -Introduction -============= - -The deflex library.... - - -.. toctree:: - :maxdepth: 2 - :glob: - - getting_started - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/docs/input_data.rst b/docs/input_data.rst new file mode 100644 index 00000000..ee2504c5 --- /dev/null +++ b/docs/input_data.rst @@ -0,0 +1,287 @@ +Input data +---------- + + * The input data is the data that must be provided to Deflex for it to create a scenario. This data con be provided either as csv or as an xlsx format. + * Since the input data is quite varied, it is divided into 15 different groups, in order to have it more organized and clear. Taking the xlsx format as example, the data is divided into 15 sheets. + * It is not necessary to fill in all the input data to create a scenario, there is mandatory and optional data, where more detailed scenarios can be created. For exmaple, the power sector is mandatory while heating and mobility sectors are optional. In each group of input data it is indicated whether it is mandatory or not. + * As a brief overview the data is divided into sources (which are subdivided into volatiles and commodities), demands (which are divided into power, heating and mobility), electrcity sotrages, and power lines. + * A Deflex scenario can be divided into regions. Each region must have an identifier number and be named after it as DEXX, where XX is the number. For refering the Deflex scenario as a whole (i.e. the sum of all regions) use DE only. + * It is important to mention how the three sectors are treated in Deflex. From one side the power sector is treated regionally, which means, each region must contain their sources (power plants and volatiles), electricity storages and electricity demands. Besides that, there must be power lines connecting different regions. Heat and mobility sectors can be treated regionally, globally or as a combination of both. Here a way to treat these two sectors is proposed, but in the end it is up to each user. It is recommended to treat the mobility sector globally, which means, that the demand of the scenario is treated as one single input under DE. The reason behind this is that the energy source of mobility is mainly oil, which does not have an infractrusture in Deflex as the power sector does (power plants, transmission lines). Thus, for Deflex the mobility demand is independent of the place in which it occurs, making it easier to deal with it on a global scale. However, for future scenarios, where electricity plays an important role in mobility, it is necessary to regionalize at least the electricity demand within mobility. For the heating sector, it is advisable to treat one part as global and the other as regional. The reason for this is due to the nature of this sector, which on the one hand has decentralized sources (gas biolers in each house for example) and on the other hand has heat plants that supply heat through district heating to multiple points. Because of that, the decentralized sources can be linked to a single global demand, as the mobilite sector is, and the heat plants can be linked to regional demands, as the power sector is. Logically to do this, separate input data must be given on how much demand is covered by heat plants/district heating and how much demand is covered with decentralized technologies. + * The 15 different sheets are described below in the order in which the sheets are in the xlsx document. Each of them has a table at the beginning where the framework of the sheet is indicated. After general, info and commodities, the power sector data is required, followed by the heating sector data and finally the mobility sector data. + +General +~~~~~~~ +*Mandatory*. + +This sheet requires basic data about the scenario in order to be able to create it: year, number of time steps, CO2 price [€/t] and name of it. + +Info +~~~~~~~ +*Optional* + +On this sheet, additional information that characterizes the scenario can be added. The idea behind Info is that the user can filter different scenarios under different characteristics. Therefore, more keys can be written depending on the needs of each user. Examples are the number of regions, the costs source used, or if the copperplate mode is used or not (cooperplate mode means that all capacities and efficiencies in the power lines are infinite and 1 respectively) + + +Commodity sources +~~~~~~~~~~~~~~~~~ + ++------+-----------+---------------+------------------+--------------------+ +| | fuel type | costs [€/MWh] | emission [t/MWh] | annual limit [MWh] | ++------+-----------+---------------+------------------+--------------------+ +| | F1 | C1 | E1 | AL1 | ++ DE +-----------+---------------+------------------+--------------------+ +| | F2 | C2 | E2 | AL2 | ++------+-----------+---------------+------------------+--------------------+ +| DE01 | F1 | C1 | E1 | AL3 | ++------+-----------+---------------+------------------+--------------------+ +| DE02 | F2 | C2 | E2 | AL4 | ++------+-----------+---------------+------------------+--------------------+ +| ... | ... | ... | ... | ... | ++------+-----------+---------------+------------------+--------------------+ + +*Mandatory*. + +As the name says, this sheet requires data from all the commodities (i.e. non volatile) the scenario uses. Generation cost, emission factor and the annual maximum generation limit (if there is one, otherwise just write *inf*) must be provided. The data can be provided either global under DE, regional under DEXX or as a combination of both, where some commodities are global and some are regional. Regionalized commodities are specially useful for commodities with an annual limit, for example bioenergy. It is important to remark that commodities does not mean fossil fuels, althought all of them are commodities. Commodities mean the fuels with which energy generation can be controlled. + + +Electricity demand series +~~~~~~~~~~~~~ + ++-------------+----------+----------+-----------+----------+----------+-----+ +| | DE01 | DE02 | DE03 | ... | ++-------------+----------+----------+-----------+----------+----------+-----+ +| | all | Indsutry | Buildings | Rest | all | ... | ++-------------+----------+----------+-----------+----------+----------+-----+ +| Time step 1 | | | | | | ... | ++-------------+----------+----------+-----------+----------+----------+-----+ +| Time step 2 | | | | | | ... | ++-------------+----------+----------+-----------+----------+----------+-----+ +| ... | ... | ... | ... | ... | ... | ... | ++-------------+----------+----------+-----------+----------+----------+-----+ + +*Mandatory*. + +This sheet requires the electricity demand of the scenario. The demand must be provided in a time series form, with the time step specified *general*, for each region in [MW] as the table shows. Electrcity demand can be entered as a whole for each region as DE01 shows or it can be divided into different sectors as DE 02 shows. + +Power plants +~~~~~~~~~~~~ + ++------+------+---------------+-------+------+------------+-------------+-----------------------+-----------------+---------------+ +| | Name | capacity [MW] | count | fuel | efficiency | limit [MWh] | variable_cost [€/MWh] | downtime_factor | source_region | ++------+------+---------------+-------+------+------------+-------------+-----------------------+-----------------+---------------+ +| DE01 | N1 | | | | | | | | | ++------+------+---------------+-------+------+------------+-------------+-----------------------+-----------------+---------------+ +| | N2 | | | | | | | | | ++------+------+---------------+-------+------+------------+-------------+-----------------------+-----------------+---------------+ +| | N3 | | | | | | | | | ++------+------+---------------+-------+------+------------+-------------+-----------------------+-----------------+---------------+ +| DE02 | N2 | | | | | | | | | ++------+------+---------------+-------+------+------------+-------------+-----------------------+-----------------+---------------+ +| | N3 | | | | | | | | | ++------+------+---------------+-------+------+------------+-------------+-----------------------+-----------------+---------------+ +| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ++------+------+---------------+-------+------+------------+-------------+-----------------------+-----------------+---------------+ + +*Mandatory* + +Here information about the power plants is required. The data must be divided by region and subdivided by fuel. The capacity column represents the total capacitiy of all the plants operating with the same fuel in one region, while count represents the number of plants. Fuel and efficiency must be provided too along with the maximal amount of energy produced in the whole year, which is called *limit*. This parameter has the function of setting a maximum energy generation level for each power plant so that all plants work in parallel. Otherwise, it could be the case that during the entire period only one plant works, which in reality does not happen. It is also possible to introduce variable costs for each plant and/or a downtime factor for each plant, but these last three are not mandatory. Finally source_region indicates from which region does the fuel come. In case the fuel is regionally classified in *commodities*, usually the source_region will be that region. In case the fuel is globally classified in *commodities*, then the source_region will be DE. + +Volatiles plants +~~~~~~~~~~~~~~~~ + ++------+------+---------------+ +| | Name | capacity [MW] | ++------+------+---------------+ +| DE01 | N1 | | ++------+------+---------------+ +| | N2 | | ++------+------+---------------+ +| DE02 | N1 | | ++------+------+---------------+ +| DE03 | N1 | | ++------+------+---------------+ +| | N3 | | ++------+------+---------------+ +| ... | ... | ... | ++------+------+---------------+ + +*Mandatory*. + +In this context volatility means, all sources in which power production cannot be controlled. Examples are solar, wind, hydro, geothermal (geothermal power plant, not confuse it with geothermal heating nor ground source heat pumps). Same as the previous sheet, here data must be provided divided by region and subdivided by energy source. Again, the capacity of the region is the sum of the capacitiy of all plants operating with the same energy source. + +Volatiles series +~~~~~~~~~~~~~~~~ + ++-------------+------+-----+------+------+-----+-----+ +| | DE01 | DE02 | DE03 | ... | ++-------------+------+-----+------+------+-----+-----+ +| | N1 | N2 | N1 | N1 | N3 | ... | ++-------------+------+-----+------+------+-----+-----+ +| Time step 1 | | | | | | ... | ++-------------+------+-----+------+------+-----+-----+ +| Time step 2 | | | | | | ... | ++-------------+------+-----+------+------+-----+-----+ +| ... | ... | ... | ... | ... | ... | ... | ++-------------+------+-----+------+------+-----+-----+ + +*Mandatory*. + +This sheet provides the amount of energy from volatile plants that is generated in each time step. On each time step, the amount of energy generated with respect to the total capacitiy (volatile_plants) is indicated with a value between 0 and 1. In each region there are as many columns as volatile energy sources in the previous sheet. + +Electricity storages +~~~~~~~~ + ++------+--------------+--------------------+--------------------+----------------------+-------------------------+------------+---------------+----------------+ +| | Storage type | max capacity [MWh] | Energy inflow [MW] | charge capacity [MW] | discharge capacity [MW] | charge eff | discharge eff | self-discharge | ++------+--------------+--------------------+--------------------+----------------------+-------------------------+------------+---------------+----------------+ +| DE01 | S1 | | | | | | | | ++------+--------------+--------------------+--------------------+----------------------+-------------------------+------------+---------------+----------------+ +| | S2 | | | | | | | | ++------+--------------+--------------------+--------------------+----------------------+-------------------------+------------+---------------+----------------+ +| DE02 | S2 | | | | | | | | ++------+--------------+--------------------+--------------------+----------------------+-------------------------+------------+---------------+----------------+ +| ... | ... | ... | ... | ... | ... | ... | ... | ... | ++------+--------------+--------------------+--------------------+----------------------+-------------------------+------------+---------------+----------------+ + +*Not mandatory*. + +Here information about electricity storages is needed. Since this is part of the power sector, all storages must be registered regionally. As there are different storage technologies (pumped hydro, batteries, compressed air, etc), the information can be entered in a general way where each name corresponds to a different storage type. + +Power lines +~~~~~~~~~~~ + ++-----------+---------------+------------+ +| | capacity [MW] | efficiency | ++-----------+---------------+------------+ +| DE01-DE02 | | | ++-----------+---------------+------------+ +| DE01-DE03 | | | ++-----------+---------------+------------+ +| DE02-DE03 | | | ++-----------+---------------+------------+ +| ... | ... | ... | ++-----------+---------------+------------+ + +*Mandatory* + +The last input data regarding the power sector, considers the transmission power lines between different regions of the scenario. Here all the connections between two regions must be entered with their respective name which indicates the regions that are connecting. Each line has a maximum transmission capacity, over which no more energy can be transmitted and an efficiency, which represent the transmission losses. + +Heat demand series +~~~~~~~~ + ++-------------+------------------+-----+------------------+-----+-----+-----+-----+-----+-----+ +| | DE01 | DE02 | | DE | ++-------------+------------------+-----+------------------+-----+-----+-----+-----+-----+-----+ +| | district heating | N1 | district heating | N1 | N2 | ... | N3 | N4 | N5 | ++-------------+------------------+-----+------------------+-----+-----+-----+-----+-----+-----+ +| Time step 1 | | | | | | | | | | ++-------------+------------------+-----+------------------+-----+-----+-----+-----+-----+-----+ +| Time step 2 | | | | | | | | | | ++-------------+------------------+-----+------------------+-----+-----+-----+-----+-----+-----+ +| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ++-------------+------------------+-----+------------------+-----+-----+-----+-----+-----+-----+ + +*Optional* + +Continuing with the heating sector, this sheet requires the heat demand which, as mentioned at the beginning, can be entered regionally under DEXX or globally under DE. The only type of demand that must be entered regionally is the district heating. Again, as a recommendation, coal, gas, or oil demands should be treated as global since Deflex does not have infrastructure that allows a regionalization of these commodities. The demand must be entered under the same principle as *electrcitiy demand series*, using the number of time steps specified in *general*. + +Decentralized heat +~~~~~~~~~~~~~~~~~~ ++------+------+------------+--------+---------------+ +| | Name | efficiency | source | source region | ++------+------+------------+--------+---------------+ +| DE01 | N1 | | | DE01 | ++------+------+------------+--------+---------------+ +| DE02 | N1 | | | DE02 | +| +------+------------+--------+---------------+ +| | N2 | | | DE02 | ++------+------+------------+--------+---------------+ +| | ... | | | ... | ++------+------+------------+--------+---------------+ +| DE | N3 | | | DE | +| +------+------------+--------+---------------+ +| | N4 | | | DE | +| +------+------------+--------+---------------+ +| | N5 | | | DE | ++------+------+------------+--------+---------------+ + + +*Optional* + +This sheet covers all the heating technologies that are used to generate decentralized heat. It is important not to confuse decentralized sources with global / regional. A decenttralized source can be treated regional (bioenergy, heat pump) or global (natural gas, oil, coal). In other words, here must be everything that is mentioned in *heat demands* except the district heating which is covered in the next sheet. + +Chp - heat plants +~~~~~~~~~~~~~~~~~ + ++------+------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| | Name | limit heat chp | capacity heat chp | capacity elec chp | limit hp | capacity hp | efficiency hp | efficiency heat chp | efficiency elec chp | fuel | source region | ++------+------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| DE01 | N1 | | | | | | | | | | DE01 | +| +------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| | N3 | | | | | | | | | | DE | +| +------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| | N4 | | | | | | | | | | DE | ++------+------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| DE02 | N1 | | | | | | | | | | DE02 | +| +------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| | N2 | | | | | | | | | | DE02 | +| +------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| | N3 | | | | | | | | | | DE | +| +------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| | N4 | | | | | | | | | | DE | +| +------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| | N5 | | | | | | | | | | DE | ++------+------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ +| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ++------+------+----------------+-------------------+-------------------+----------+-------------+---------------+---------------------+---------------------+------+---------------+ + +*Optional* + +As said before, this sheet covers the district heating part of the heating sector. Under the same principle as *power plants* in the power sector, it requires CHP and heat plants (heat plant in the sense that they only produce heat) data divided by region and subdivided by fuel (Note that the fuel does not have to come explicitly from the DEXX region, it can also come from the global DE). As in the power plants sheet, there is the *limit_hp* (and *limit_heat_chp*, *limit_elec_chp* for CHP) value, which makes the plants to run in parallel. + + + +Mobility demand series +~~~~~~~~~~~~~~~ + ++-------------+-------------+-------------+-----+-----+ +| | DE01 | DE02 | ... | DE | ++-------------+-------------+-------------+-----+-----+ +| | electricity | electricity | | N1 | ++-------------+-------------+-------------+-----+-----+ +| Time step 1 | | | | | ++-------------+-------------+-------------+-----+-----+ +| Time step 2 | | | | | ++-------------+-------------+-------------+-----+-----+ +| ... | ... | ... | ... | ... | ++-------------+-------------+-------------+-----+-----+ + +*Optional* + +Finalizing with the mobility sector, this sheet requires the mobility time series demand [MW] for each time step. Same as the heating sector, here the demand can be entered regionally or globally. However, the reocmendation is to treat the demand globally, unless there is electricity demand (which by the way, can be removed from this sector and placed in the power sector) which must be treated regionally. + +Mobility +~~~~~~~~ + ++------+-------------+------------+--------------------+---------------+ +| | name | efficiency | source | source region | ++------+-------------+------------+--------------------+---------------+ +| DE01 | electricity | | electricity | DE01 | ++------+-------------+------------+--------------------+---------------+ +| DE02 | electricity | | electricity | DE02 | ++------+-------------+------------+--------------------+---------------+ +| ... | | | | | ++------+-------------+------------+--------------------+---------------+ +| DE | N1 | | oil/biofuel/H2/etc | DE | ++------+-------------+------------+--------------------+---------------+ + +*Optional* + +This sheet is the analog to *decentralized heat* but in the mobility sector. Since there is no analogue to heat plants in mobility, this sheet is the only one that covers the technologies of this sector. The previous means that everything that is defined in mobility demands has to be here. + + +Data sources +~~~~~~~~~~~~ +*Not mandatory but highly recomended*. Here the type data, the source name and the url from where they were obtained can be listed. + + diff --git a/docs/installation.rst b/docs/installation.rst index f88d5553..bbced76d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,24 +1,48 @@ -============ -Installation -============ +.. _installation_guide: -The following line will install the basic version. Some functions depend on further packages, see below to install additional requirements:: +================== +Installation guide +================== + +The deflex package is available on `PyPi `_. + +Basic version +------------- + +The basic version of deflex can read, solve and analyse a deflex scenario. +Some additional functions such as spatial operations or plots need some extra +packages (see below). To install the latest stable version use:: pip install deflex -To run older scenarios you can install the old stable phd version:: +In case you have some old deflex scenario you can install the `old stable phd version`:: pip install https://github.com/reegis/deflex/archive/phd.zip -To get the latest version install the master branch:: +To get the latest features you can install the `testing version`:: pip install https://github.com/reegis/deflex/archive/master.zip -Additional requirements ------------------------ + +Installation of a solver (mandatory) +------------------------------------ + +To solve an energy system a linear solver has to be installed. For the +communication with the solver `Pyomo` is used. Have a look at the `Pyomo docs `_ to learn about which solvers are supported. + +The default solver for deflex is the CBC solver. Go to the +`oemof.solph documentation +`_ +to get help for the solver installation. + + +Additional requirements (optional) +---------------------------------- The basic installation can be used to compute scenarios (csv, xls, xlsx). For -some functions additional packages are needed. +some functions additional packages are needed. Some of these packages may need +OS specific packages. Please see the installation guide of each package if an +error occur. 1. To run the example with all plots you need the following packages: * pygeos (spatial operations) diff --git a/docs/reference.rst b/docs/reference.rst index 5e651d8d..c0c5935c 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -42,10 +42,10 @@ deflex.nodes module :undoc-members: :show-inheritance: -deflex.results module ---------------------- +deflex.postprocessing module +---------------------------- -.. automodule:: deflex.results +.. automodule:: deflex.postprocessing :members: :undoc-members: :show-inheritance: diff --git a/docs/usage.rst b/docs/usage.rst index 693794b8..2507e67a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1,7 +1,284 @@ -===== -Usage -===== +=========== +Usage guide +=========== -To use deflex in a project:: +THIS CHAPTER IS WORK IN PROGRESS... - Coming soon +.. contents:: + :depth: 2 + :local: + :backlinks: top + +DeflexScenario +-------------- + +The scenario class :py:class:`~deflex.scenario.DeflexScenario` is a central +element of deflex. + +All input data is stored as a dictionary in the ``input_data`` attribute of the +``DeflexScenario`` class. The keys of the ``dictionary`` are names of the data table +and the values are ``pandas.DataFrame`` or ``pandas.Series`` with the data. + +[TODO: add reference to DeflexScenario] + +Load input data +~~~~~~~~~~~~~~~ + +At the moment, there are two methods to populate this attribute from files: + +* read_csv() - read a directory with all needed csv files. +* read_xlsx() - read a spread sheet in the ``.xlsx`` + +To learn how to create a valid input data set see "REFERENCE". + +.. code-block:: python + + from deflex import scenario + sc = scenario.DeflexScenario() + sc.read_xlsx("path/to/xlsx/file.xlsx") + # OR + sc.read_csv("path/to/csv/dir") + + +Solve the energy system +~~~~~~~~~~~~~~~~~~~~~~~ + +A valid input data set describes an energy system. To optimise the dispatch +of the energy system a external solver is needed. By default the CBC solver is +used but different solver are possible (see: +`solver `_). + +The simplest way to solve a scenario is the ``compute()`` method. + +.. code-block:: python + + sc.compute() + +To use a different solver one can pass the ``solver`` parameter. + +.. code-block:: python + + sc.compute(solver="glpk") + + +Store and restore the scenario +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The ``dump()`` method can be used to store the scenario. a solved scenario will +be stored with the results. The scenario is stored in a binary format and it is +not human readable. + +.. code-block:: python + + sc.dump("path/to/store/results.dflx") + +To restore the scenario use the ``restore_scenario`` function: + +.. code-block:: python + + sc = scenario.restore_scenario("path/to/store/results.dflx") + + +Analyse the scenario +~~~~~~~~~~~~~~~~~~~~ + +Most analyses cannot be taken if the scenario is not solved. However, the merit +order can be shown only based on the input data: + +.. code-block:: python + + from deflex import DeflexScenario + from deflex import analyses + sc = DeflexScenario() + sc.read_xlsx("path/to/xlsx/file.xlsx") + pp = analyses.merit_order_from_scenario(sc) + ax = plt.figure(figsize=(15, 4)).add_subplot(1, 1, 1) + ax.step(pp["capacity_cum"].values, pp["costs_total"].values, where="pre") + ax.set_xlabel("Cumulative capacity [GW]") + ax.set_ylabel("Marginal costs [EUR/MWh]") + ax.set_ylim(0) + ax.set_xlim(0, pp["capacity_cum"].max()) + plt.show() + +With the `de02_co2-price_var-costs.xlsx` from the examples the code above will +produce the following plot: + +.. image:: images/merit_order_example_plot_simple.svg + +Filling the area between the line and the x-axis with colors according the fuel +of the power plant oen get the following plot: + +.. image:: images/merit_order_example_plot_coloured.svg + +IMPORTANT: This is just an example and not a source for the actual merit order +in Germany. + + +/home/uwe/git-projects/reegis/deflex/docs/images/merit_order_example_plot_coloured.svg + + +Results +------- + +All results are stored in ther +:py:attr:`~deflex.scenario.Scenario.results` attribute of the +:py:class:`~deflex.scenario.Scenario` class. It is a dictionary with the +following keys: + + * main -- Results of all variables + * param -- Input parameter + * meta -- Meta information and tags of the scenario + * problem -- Information about the linear problem such as `lower bound`, + `upper bound` etc. + * solver -- Solver results + * solution -- Information about the found solution and the objective value + +The ``deflex`` package provides some analyse functions as described below but +it is also possible to write your own post processing. See the +`results chapter of the oemof.solph documentation +`_ +to learn how to access the results. + +Fetch results +~~~~~~~~~~~~~ + +To find results file on your hard disc you can use the +:py:func:`~deflex.postprocessing.search_results` function. This function +provides a filter parameter which can be used to filter your own meta tags. The +:py:attr:`~deflex.scenario.Scenario.meta` attribute of the +:py:class:`~deflex.scenario.Scenario` class can store these meta tags in a +dictionary with the tag-name as key and the value. + +.. code-block:: python + + meta = { + "regions": 17, + "heat": True, + "tag": "value", + } + +The filter for these tags will look as follows. The values in the filter have +to be strings regardless of the original type: + +.. code-block:: python + + search_results(path=TEST_PATH, regions=["17", "21"], heat=["true"]) + +There is always an ``AND`` connection between all filters so the filter above +will only return results with 17 or 21 regions and with the heat-tag set to +true. The returning list can be used as an input parameter to load the results +and get a list of results dictionaries. + +.. code-block:: python + + my_result_files = search_results(path=my_path) + my_results = restore_results(my_result_files) + +If a single file name is passed to the +:py:func:`~deflex.postprocessing.restore_results` function a single result will +be returned, otherwise a list. + +Get common values from results +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Common values are emissions, costs and energy of the flows. The function +:py:func:`~deflex.analyses.get_flow_results` returns a MultiIndex +DataFrame with the costs, emissions and the energy of all flows. The values +are absolute and specific. The specific values are divided by the power so +that the specific power gives you the status (on/off). + +At the moment this works only with hourly time steps. The units are as flows: + + * absolute emissions -> tons + * specific emissions -> tons/MWh + * absolute costs -> EUR + * specific costs -> EUR/MWh + * absolute energy -> MWh + * specific energy -> -- + +The resulting table of the function can be stored as a ``.csv`` or ``.xlsx`` +file. The input is one results dictionary: + +.. code-block:: python + + from deflex import postprocessing as pp + from deflex.analyses import get_flow_results + + my_result_files = pp.search_results(path=my_path) + my_results = pp.restore_results(my_result_files[0]) + flow_results = get_flow_results(my_result) + flow_results.to_csv("/my/path/flow_results.csv") + +The resulting table can be used to calculate other key values in your own +functions but you can also use some ready-made functions. Follow the link to +get information about each function: + + * :py:func:`~deflex.analyses.calculate_market_clearing_price` + * :py:func:`~deflex.analyses.calculate_emissions_most_expensive_pp` + +We are planing to add more calculations in the future. Please let us know if +you have any ideas and open an `issue `_. +All these functions above are integrated in the +:py:func:`~deflex.analyses.get_key_values_from_results` function. This function +takes a list of results and returns one MultiIndex DataFrame. It contains all +the return values from the functions above for each scenario. The first column +level contains the value names and the second level the names of the scenario. +The value names are: + + * mcp + * emissions_most_expensive_pp + +The name of the scenario is taken from the ``name`` key of the meta attribute. +If this key is not available you have to set it for each scenario, otherwise +the function will fail. The resulting table can be stored as a ``.csv`` or +``.xlsx`` file. + +.. code-block:: python + + from deflex import postprocessing as pp + from deflex.analyses import get_flow_results + + my_result_files = pp.search_results(path=my_path) + my_results = pp.restore_results(my_result_files) + kv = get_key_values_from_results(my_results) + kv.to_csv("/my/path/key_values.csv") + +If you have many scenarios, the resulting table may become quite big. +Therefore, you can skip values you do not need in your resulting table. If you +do need only the emissions and not the market clearing price you can exclude +the ``mcp``. + +.. code-block:: python + + kv = get_key_values_from_results(my_results, mcp=False) + +Parallel computing of scenarios +------------------------------- + +For the typical work flow (creating a scenario, loading the input data, +computing the scenario and storing the results) the +:py:func:`~deflex.main.model_scenario` function can be used. + +To collect all scenarios from a given directory the function +:py:func:`~deflex.main.fetch_scenarios_from_dir` can be used. The function will +search for ``.xlsx`` files or paths that end on ``_csv`` and cannot +distinguish between a valid scenario and any ``.xlsx`` file or paths that +accidentally contain ``_csv``. + +No matter how you collect a list of a scenario input data files the +:py:func:`~deflex.main.batch_model_scenario` function makes it easier to run +each scenario and get back the relevant information about the run. It is +possible to ignore exceptions so that the script will go on with the following +scenarios if one scenario fails. + +If you have enough memory and cpu capacity on your computer/server you can +optimise your scenarios in parallel. Use the +:py:func:`~deflex.main.model_multi_scenarios` function for this task. You can +pass a list of scenario files to this function. A cpu fraction will limit the +number of processes as a fraction of the maximal available number of cpu cores. +Keep in mind that for large models the memory will be the limit not the cpu +capacity. If a memory error occurs the script will stop immediately. It is not +possible to catch a memory error. A log-file will log all failing and +successful runs. + +.. include:: input_data.rst diff --git a/examples/examples.py b/examples/examples.py index ed025e5c..eab0277b 100644 --- a/examples/examples.py +++ b/examples/examples.py @@ -17,9 +17,11 @@ from deflex import config as cfg from deflex import geometries from deflex import main -from deflex import results +from deflex import postprocessing from deflex import tools +# from deflex import DeflexScenario + try: from lmfit.models import LinearModel except ModuleNotFoundError: @@ -59,7 +61,9 @@ GITHUB_BASE_URL = "https://raw.githubusercontent.com/reegis/deflex/master/{0}" -BASEPATH = os.path.join(os.path.expanduser("~"), "deflex_examples") +BASEPATH = os.path.join( + os.path.expanduser("~"), ".deflex", "tmp_test_32traffic_43" +) IMAGETYPE = "png" # svg, pdf, png, eps @@ -107,7 +111,7 @@ def get_scenario(path): as a list (ls) or a numbered dictionary (dc). """ d = namedtuple("sc", ("ls", "dc")) - s = results.search_results(path) + s = postprocessing.search_results(path) sc_dict = {k: v for v, k in zip(sorted(s), range(len(s)))} pprint(sc_dict) return d(ls=sorted(s), dc=sc_dict) @@ -354,7 +358,7 @@ def show_transmission(path, name=None, number=0): else: sc = get_scenario(path).dc[number] - res = results.restore_results(sc) + res = postprocessing.restore_results(sc) r = res["Main"] p = res["Param"] @@ -508,7 +512,7 @@ def show_relation(mcp, name="deflex_2014_de02"): def fetch_mcp(path): file = os.path.join(path, "key_values.xls") if not os.path.isfile(file): - res = results.restore_results(get_scenario(path).ls) + res = postprocessing.restore_results(get_scenario(path).ls) s = get_key_values_from_results(res) mcp = pd.DataFrame(s["mcp"]) opsd = get_price_from_opsd(path) @@ -609,7 +613,7 @@ def compare_emission_types(path, name=None, number=0): else: sc = get_scenario(path).dc[number] logging.info("Scenario to compare emissions: {}".format(sc)) - res = results.restore_results(sc) + res = postprocessing.restore_results(sc) kv = get_key_values_from_results([res]) if plt is not None: emission_multiplot(res, kv) @@ -628,7 +632,7 @@ def emission_multiplot(res, kv): name = res["meta"]["name"] f, ax = plt.subplots(2, 1, sharex=True, figsize=(15, 6)) region = "all" - buses = results.search_nodes(res, solph.Bus, tag="electricity") + buses = postprocessing.search_nodes(res, solph.Bus, tag="electricity") interval = ("5.8.", "26.8.") year = str(2014) start_year = datetime.datetime(2014, 1, 1) @@ -669,7 +673,8 @@ def emission_multiplot(res, kv): if "no-reg-merit" not in name: am.append(("tag", "pp", -1)) - df = results.reshape_bus_view(res, buses, aggregate=am) + df = postprocessing.reshape_bus_view(res, buses, aggregate=am) + idx = df.index if region == "all": @@ -851,14 +856,40 @@ def check_modules(): if __name__ == "__main__": logger.define_logging() - my_path = BASEPATH # change the BASEPATH at the top of the file - # download_example_scenarios(my_path) - - main_deflex(my_path, name="de02_heat_reg") - - # my_mcp = fetch_mcp(my_path) - # show_relation(my_mcp, name="deflex_2014_de02") - # compare_different_mcp(my_mcp) - # compare_emission_types(my_path, name="deflex_2014_de02") - # show_transmission(my_path, name="de21_transmission-losses") - # check_modules() + # my_path = BASEPATH # change the BASEPATH at the top of the file + my_path = os.path.join(BASEPATH, os.pardir, "v03") + # sc_fns = main.fetch_scenarios_from_dir(my_path) + # for sc_fn in sc_fns: + # sc = main.load_scenario(sc_fn) + # sc.to_xlsx(sc_fn.replace("_csv", ".xlsx")) + + # print(sc_fn) + # exit(0) + # my_path = "/home/uwe" + from deflex import DeflexScenario + + # fn = os.path.join(BASEPATH, "de03_fictive.xlsx") + fn = os.path.join(my_path, "deflex_2014_de02_no-heat_csv") + sc = DeflexScenario() + sc.read_csv(fn) + # sc.to_xlsx(fn) + # sc.to_csv(os.path.join(BASEPATH, "de03_fictive_csv")) + sc.table2es() + # sc.plot_nodes(filename=os.path.join(BASEPATH, "de03_fictive.graphml")) + model = sc.create_model() + sc.solve(model) + sc.dump(os.path.join(BASEPATH, "deflex_2014_de02_no-heat.dflx")) + # exit(0) + my_result_files = postprocessing.search_results(path=my_path) + my_results = postprocessing.restore_results(my_result_files) + + download_example_scenarios(my_path) + + # main_deflex(my_path, name="de02_heat_reg") + + my_mcp = fetch_mcp(my_path) + show_relation(my_mcp, name="deflex_2014_de02") + compare_different_mcp(my_mcp) + compare_emission_types(my_path, name="de02.dflx") + show_transmission(my_path, name="de21_transmission-losses") + check_modules() diff --git a/src/deflex/analyses.py b/src/deflex/analyses.py index 57ed7739..999a3393 100644 --- a/src/deflex/analyses.py +++ b/src/deflex/analyses.py @@ -10,17 +10,14 @@ __copyright__ = "Uwe Krien " __license__ = "MIT" -import os -from shutil import rmtree - import pandas as pd from oemof import solph from pandas.testing import assert_frame_equal -from deflex import scenario - -def merit_order_from_scenario(path, with_downtime=True, with_co2_price=True): +def merit_order_from_scenario( + scenario, with_downtime=True, with_co2_price=True +): """ Create a merit order from a deflex scenario. @@ -31,7 +28,7 @@ def merit_order_from_scenario(path, with_downtime=True, with_co2_price=True): Parameters ---------- - path : str + scenario : deflex.Scenario Path of the directory where the csv files of the scenario are located. with_downtime : bool Use down time factor to reduce the installed capacity. @@ -45,26 +42,28 @@ def merit_order_from_scenario(path, with_downtime=True, with_co2_price=True): Examples -------- >>> import os - >>> my_path = os.path.join( - ... os.path.dirname(__file__), os.pardir, os.pardir, "tests", "data", - ... "deflex_2014_de02_co2-price_var-costs_csv") - >>> mo1 = merit_order_from_scenario(my_path) + >>> from deflex import DeflexScenario + >>> from deflex.tools import TEST_PATH + >>> my_path = os.path.join(TEST_PATH, "de02_no-heat_csv") + >>> sc = DeflexScenario() + >>> mo1 = merit_order_from_scenario(sc.read_csv(my_path)) >>> round(mo1.capacity_cum.iloc[-1], 4) 86.7028 >>> round(mo1.capacity.sum(), 1) 86702.8 >>> round(mo1.loc[("DE01", "natural gas - 0.55"), "costs_total"], 2) 49.37 - >>> mo2 = merit_order_from_scenario(my_path, with_downtime=False) + >>> mo2 = merit_order_from_scenario(sc.read_csv(my_path), + ... with_downtime=False) >>> int(round(mo2.capacity.sum(), 0)) 101405 - >>> mo3 = merit_order_from_scenario(my_path, with_co2_price=False) + >>> mo3 = merit_order_from_scenario(sc.read_csv(my_path), + ... with_co2_price=False) >>> round(mo3.loc[("DE01", "natural gas - 0.55"), "costs_total"], 2) 43.58 """ - sc = scenario.DeflexScenario(year=2014) - sc.read_csv(path) + sc = scenario sc.name = sc.input_data["general"].get("name") transf = sc.input_data["power plants"] num_cols = ["capacity", "variable_costs", "efficiency", "count"] @@ -119,9 +118,9 @@ def merit_order_from_results(result): Examples -------- - >>> from deflex import tools, results - >>> fn = tools.fetch_example_results("de02_co2-price_var-costs.dflx") - >>> my_results = results.restore_results(fn) + >>> from deflex import tools, postprocessing + >>> fn = tools.fetch_test_files("de02_no-heat.dflx") + >>> my_results = postprocessing.restore_results(fn) >>> a = merit_order_from_results(my_results) """ # TODO: If there is a transmission limit or transmission losses @@ -216,7 +215,7 @@ def merit_order_from_results(result): return values -def check_comparision_of_merit_order(path): +def check_comparision_of_merit_order(scenario): """Comparison of two different ways to calculate the merit order. 1. Calculate the merit order from scenario @@ -230,25 +229,19 @@ def check_comparision_of_merit_order(path): Parameters ---------- - path : str + scenario : deflex.Scenario Full path of results file. Examples -------- - >>> from deflex import tools - >>> name = "de02.dflx" - >>> my_path = tools.fetch_example_results(name) - >>> check_comparision_of_merit_order(my_path) + >>> from deflex import tools, scenario + >>> my_path = tools.fetch_test_files("de02_no-heat.dflx") + >>> sc = scenario.restore_scenario(my_path) + >>> check_comparision_of_merit_order(sc) Check passed! Both merit order DataFrame tables are the same. """ - - tmp_path = os.path.join(os.path.expanduser("~"), ".deflex", "tmp_dx34_f") - - # Fetch Results and store - deflex_scenario = scenario.restore_scenario(path, scenario.DeflexScenario) - deflex_scenario.to_csv(tmp_path) - mo_scenario = merit_order_from_scenario(tmp_path) - mo_results = merit_order_from_results(deflex_scenario.results) + mo_scenario = merit_order_from_scenario(scenario) + mo_results = merit_order_from_results(scenario.results) mo_results.index = mo_scenario.index @@ -266,8 +259,6 @@ def check_comparision_of_merit_order(path): ) print("Check passed! Both merit order DataFrame tables are the same.") - rmtree(tmp_path) - def get_flow_results(result): """ @@ -280,8 +271,18 @@ def get_flow_results(result): Returns ------- - pandas.DataFrame + The results for each flow of a solved deflex scenario : pandas.DataFrame + Examples + -------- + >>> from deflex.tools import TEST_PATH, fetch_test_files + >>> from deflex import postprocessing as pp + >>> from deflex.analyses import get_flow_results + >>> fn1 = fetch_test_files("de17_heat.dflx") + >>> my_result = pp.restore_results(fn1) + >>> res = get_flow_results(my_result) + >>> round(res.loc[34, ("cost", "specific", "trsf")].max(), 2) + 209.34 """ inflows = get_line_inflows(result) levels = [[], [], [], []] @@ -316,5 +317,159 @@ def get_flow_results(result): return seq +def calculate_market_clearing_price(result=None, flow_results=None): + """ + Market Clearing Price (MCP), the costs of the most expensive + running power plant, excluding chp. + + Parameters + ---------- + result : deflex.Scenario.result + A results dictionary from a deflex scenario. + flow_results + A flow results dictionary from the :py:func:`~get_flow_results` + function. + + Returns + ------- + Market clearing price : pandas.Series + + Examples + -------- + >>> from deflex.tools import fetch_test_files + >>> from deflex import postprocessing as pp + >>> from deflex.analyses import calculate_market_clearing_price + >>> fn1 = fetch_test_files("de17_heat.dflx") + >>> my_result = pp.restore_results(fn1) + >>> mcp = calculate_market_clearing_price(my_result) + >>> round(mcp.mean(), 2) + 39.78 + >>> round(mcp.max(), 2) + 45.76 + + """ + if flow_results is None: + flow_results = get_flow_results(result) + if "chp" in flow_results["cost", "specific", "trsf"].columns: + mcp = flow_results.drop(("cost", "specific", "trsf", "chp"), axis=1)[ + "cost", "specific" + ].max(axis=1) + else: + mcp = flow_results["cost", "specific"].max(axis=1) + return mcp + + +def calculate_emissions_most_expensive_pp(result=None, flow_results=None): + """ + The emissions of the most expensive running power plant. CHP plants are + excluded. + + Parameters + ---------- + result : deflex.Scenario.result + A results dictionary from a deflex scenario. + flow_results + A flow results dictionary from the :py:func:`~get_flow_results` + function. + + Returns + ------- + The specific emissions of the most expensive power plant : pandas.Series + + Examples + -------- + >>> from deflex.tools import fetch_test_files + >>> from deflex import postprocessing as pp + >>> from deflex.analyses import calculate_market_clearing_price + >>> fn1 = fetch_test_files("de17_heat.dflx") + >>> my_result = pp.restore_results(fn1) + >>> emissions_mcp = calculate_emissions_most_expensive_pp(my_result) + >>> round(emissions_mcp.mean(), 2) + 863.98 + >>> round(emissions_mcp.max(), 2) + 1642.28 + """ + if flow_results is None: + flow_results = get_flow_results(result) + + if "chp" in flow_results["cost", "specific", "trsf"].columns: + mcp_id = flow_results.drop( + ("cost", "specific", "trsf", "chp"), axis=1 + )["cost", "specific"].idxmax(axis=1) + else: + mcp_id = flow_results["cost", "specific"].idxmax(axis=1) + + emissions = flow_results["emission", "specific"] + emissions_most_expensive = pd.Series( + emissions.lookup(*zip(*pd.DataFrame(data=mcp_id).to_records())) + ) + return emissions_most_expensive + + +def get_key_values_from_results(results, **switch): + """ + Extract key values from a list of solph results dictionaries. + + * emissions_most_expensive_pp: The emissions of the most expensive running + power plant, excluding chp + * mcp: Market Clearing Price (MCP), the costs of the most expensive + running power plant, excluding chp. + + To exclude some of the values above one can set them to false with + ``mcp=False`` and so on. + + If typical values are missing, please open an + `issue `_. + + Parameters + ---------- + results : list + A list of solph results dictionaries. + + Other Parameters + ---------------- + emissions_average : bool + emissions_most_expensive_pp : bool + mcp : bool + + Returns + ------- + pandas.DataFrame : Key values for each result dictionary with MultiIndex + columns. + + Examples + -------- + >>> from deflex.tools import TEST_PATH, fetch_test_files + >>> from deflex import postprocessing as pp + >>> from deflex.analyses import get_key_values_from_results + >>> fn1 = fetch_test_files("de17_heat.dflx") + >>> fn2 = fetch_test_files("de02_heat.dflx") + >>> my_results = pp.restore_results([fn1, fn2]) + >>> kv = get_key_values_from_results(my_results) + >>> list(kv.columns.get_level_values(1).unique()) + ['deflex_2014_de17_heat_reg-merit', 'deflex_2014_de02_heat_reg-merit'] + >>> round(kv.loc[34, ("mcp", "deflex_2014_de17_heat_reg-merit")], 2) + 42.16 + >>> list(kv.columns.get_level_values(0).unique()) + ['mcp', 'emissions_most_expensive_pp'] + >>> kv = get_key_values_from_results(my_results, mcp=False) + >>> list(kv.columns.get_level_values(0).unique()) + ['emissions_most_expensive_pp'] + """ + key_values = { + "mcp": calculate_market_clearing_price, + "emissions_most_expensive_pp": calculate_emissions_most_expensive_pp, + } + + kv = pd.DataFrame(columns=pd.MultiIndex(levels=[[], []], codes=[[], []])) + for r in results: + name = r["meta"]["name"] + flrs = get_flow_results(r) + for key, func in key_values.items(): + if switch.get(key, True) is True: + kv[key, name] = func(flow_results=flrs) + return kv + + if __name__ == "__main__": pass diff --git a/src/deflex/creator.ini b/src/deflex/creator.ini new file mode 100644 index 00000000..9e420443 --- /dev/null +++ b/src/deflex/creator.ini @@ -0,0 +1,33 @@ +[creator] +costs_source = ewi +downtime_bioenergy = 0.1 +limited_transformer = bioenergy +local_fuels = district heating +map = de02 +mobility_other = petrol +round = 1 +separate_heat_regions = de22 +copperplate = True +default_transmission_efficiency = 0.9 +group_transformer = False +heat = False +use_CO2_costs = True +use_downtime_factor = True +use_variable_costs = False +mobility = True +year = 2014 + +[mobility: diesel] +efficiency = 0.95 +source = oil +source region = DE + +[mobility: petrol] +efficiency = 0.95 +source = oil +source region = DE + +[mobility: electricity] +efficiency = 1 +source = electricity +source region = DE diff --git a/src/deflex/deflex.ini b/src/deflex/deflex.ini index ced4329f..3399ed3b 100644 --- a/src/deflex/deflex.ini +++ b/src/deflex/deflex.ini @@ -21,18 +21,20 @@ solver = cbc [table_index_header] ; number index columns, number header rows -chp-heat plants = 2, 1 commodity sources = 2, 1 decentralised heat = 2, 1 -demand series = 1, 2 -storages = 2, 1 +heat-chp plants = 2, 1 +heat demand series = 1, 2 +electricity demand series = 1, 2 +electricity storages = 2, 1 power plants = 2, 1 power lines = 1, 2 volatile series = 1, 2 volatile plants = 2, 1 general = 1, 1 +info = 1, 1 mobility = 2, 1 -mobility series = 1, 2 +mobility demand series = 1, 2 data sources = 1, 1 [geometry] @@ -53,7 +55,7 @@ znes_flens_data = znes_costs_emissions_2014.csv [powerplants] deflex_pp = {map}_pp.h5 -transformer_file = transformer_{map}.csv +transformer_file = power_plants_{map}.csv sources_file = sources_{map}.csv remove_states = Österreich, Schweiz, Luxemburg remove_phes = True @@ -78,15 +80,15 @@ unknown from conventional = other nothing = nothing [model_classes] -bioenergy = transformer -geothermal = volatile_source -hard coal = transformer -hydro = volatile_source -lignite = transformer -natural gas = transformer -nuclear = transformer -oil = transformer -other = transformer -solar = volatile_source -waste = transformer -wind = volatile_source +bioenergy = power plants +geothermal = volatile plants +hard coal = power plants +hydro = volatile plants +lignite = power plants +natural gas = power plants +nuclear = power plants +oil = power plants +other = power plants +solar = volatile plants +waste = power plants +wind = volatile plants diff --git a/src/deflex/main.py b/src/deflex/main.py index 6178b79e..c1916f95 100644 --- a/src/deflex/main.py +++ b/src/deflex/main.py @@ -39,8 +39,8 @@ def load_scenario(path, file_type=None): path : str A valid deflex scenario file. file_type : str or None - Type of the input data. Valid values are 'csv', 'excel', None. If the - input is non the path should end on 'csv', '.xls', '.xlsx' to allow + Type of the input data. Valid values are 'csv', 'xlsx', None. If the + input is non the path should end on 'csv', '.xlsx' to allow auto-detection. Returns @@ -49,13 +49,13 @@ def load_scenario(path, file_type=None): Examples -------- - >>> from deflex.tools import fetch_example_results, TEST_PATH - >>> fn = fetch_example_results("de02_short.xlsx") + >>> from deflex.tools import fetch_test_files, TEST_PATH + >>> fn = fetch_test_files("de17_heat.xlsx") >>> s = load_scenario(fn, file_type="xlsx") >>> type(s) - >>> int(s.input_data["volatile plants"]["capacity"]["DE02", "wind"]) - 517 + >>> int(s.input_data["volatile plants"]["capacity"]["DE01", "wind"]) + 3815 >>> type(load_scenario(fn)) >>> load_scenario(fn, file_type="csv") # doctest: +IGNORE_EXCEPTION_DETAIL @@ -85,10 +85,10 @@ def load_scenario(path, file_type=None): def fetch_scenarios_from_dir(path, csv=True, xlsx=False): """ - Search for files with an excel extension or directories ending with '_csv'. + Search for files with an .xlsx extension or directories ending with '_csv'. By now it is not possible to distinguish between valid deflex scenarios and - other excel files or directories ending with 'csv'. Therefore, the given + other xlsx-files or directories ending with '_csv'. Therefore, the given directory should only contain valid scenarios. The function will not search recursively. @@ -110,26 +110,24 @@ def fetch_scenarios_from_dir(path, csv=True, xlsx=False): -------- >>> import shutil >>> from deflex.tools import TEST_PATH - >>> test_data = os.path.join(os.path.dirname(__file__), os.pardir, - ... os.pardir, "tests", "data") - >>> my_csv = fetch_scenarios_from_dir(test_data) + >>> my_csv = fetch_scenarios_from_dir(TEST_PATH) >>> len(my_csv) - 5 + 10 >>> os.path.basename(my_csv[0]) - 'deflex_2014_de02_co2-price_var-costs_csv' - >>> my_excel = fetch_scenarios_from_dir(TEST_PATH, csv=False, xlsx=True) - >>> len(my_excel) - 8 - >>> os.path.basename([e for e in my_excel if "short" in e][0]) - 'de02_short.xlsx' + 'de02_heat_csv' + >>> my_xlsx = fetch_scenarios_from_dir(TEST_PATH, csv=False, xlsx=True) + >>> len(my_xlsx) + 11 + >>> os.path.basename([e for e in my_xlsx][0]) + 'de02_heat.xlsx' >>> len(fetch_scenarios_from_dir(TEST_PATH, xlsx=True)) - 8 - >>> s = load_scenario([e for e in my_excel if "short" in e][0]) - >>> csv_path = os.path.join(TEST_PATH, "de02_short_csv") + 21 + >>> s = load_scenario([e for e in my_xlsx][0]) + >>> csv_path = os.path.join(TEST_PATH, "de02_new_csv") >>> s.to_csv(csv_path) >>> len(fetch_scenarios_from_dir(TEST_PATH, xlsx=True)) - 9 - >>> shutil.rmtree(csv_path) + 22 + >>> shutil.rmtree(csv_path) # remove test results, skip this line to go on """ xlsx_scenarios = [] @@ -148,6 +146,9 @@ def fetch_scenarios_from_dir(path, csv=True, xlsx=False): def model_multi_scenarios(scenarios, cpu_fraction=0.2, log_file=None): """ + Model multi scenarios in parallel. Keep in mind that the memory usage + is the critical resource for large models. So start with a low + cpu_fraction to avoid memory errors. Parameters ---------- @@ -159,37 +160,31 @@ def model_multi_scenarios(scenarios, cpu_fraction=0.2, log_file=None): log_file : str Filename to store the log file. - Returns - ------- - Examples -------- - >>> from deflex.tools import fetch_example_results, TEST_PATH - >>> fn1 = fetch_example_results("de02_short.xlsx") - >>> fn2 = fetch_example_results("de02_short_broken.xlsx") - >>> my_log_file = os.path.join(os.path.dirname(__file__), os.pardir, - ... os.pardir, "tests", "data", - ... "my_log_file.csv") + >>> from deflex.tools import fetch_test_files, TEST_PATH + >>> fn1 = fetch_test_files("de03_fictive_csv") + >>> fn2 = fetch_test_files("de03_fictive_broken.xlsx") + >>> my_log_file = os.path.join(TEST_PATH, "my_log_file.csv") >>> my_scenarios = [fn1, fn2] >>> model_multi_scenarios(my_scenarios, log_file=my_log_file) >>> my_log = pd.read_csv(my_log_file, index_col=[0]) - >>> good = my_log.loc["de02_short.xlsx"] + >>> good = my_log.loc["de03_fictive_csv"] >>> rv = good["return_value"] >>> datetime.strptime(rv, "%Y-%m-%d %H:%M:%S.%f").year > 2019 True >>> good["trace"] nan >>> os.path.basename(good["result_file"]) - 'de02_short.dflx' - >>> broken = my_log.loc["de02_short_broken.xlsx"] + 'de03_fictive.dflx' + >>> broken = my_log.loc["de03_fictive_broken.xlsx"] >>> broken["return_value"].replace("'", "") # doctest: +ELLIPSIS - 'ValueError(Missing time series for solar (capacity: 5.5) in DE02... + 'ValueError(Missing time series for solar (capacity: 14714.6) in DE02... >>> broken["trace"] # doctest: +ELLIPSIS 'Traceback (most recent call last)... >>> broken["result_file"] nan >>> os.remove(my_log_file) - >>> os.remove(good["result_file"]) """ start = datetime.now() maximal_number_of_cores = int( @@ -239,8 +234,8 @@ def batch_model_scenario(path, named=True, file_type=None, ignore_errors=True): path : str A valid deflex scenario. file_type : str or None - Type of the input data. Valid values are 'csv', 'excel', None. If the - input is non the path schould end on 'csv', '.xls', '.xlsx'. + Type of the input data. Valid values are 'csv', 'xlsx', None. If the + input is non the path should end on 'csv', '.xlsx'. named : bool If True a named tuple with the following fields will be returned ignore_errors : bool @@ -253,15 +248,15 @@ def batch_model_scenario(path, named=True, file_type=None, ignore_errors=True): Examples -------- - >>> from deflex.tools import fetch_example_results - >>> fn = fetch_example_results("de02_short.xlsx") + >>> from deflex.tools import fetch_test_files + >>> fn = fetch_test_files("de02_heat_csv") >>> r = batch_model_scenario(fn, ignore_errors=False) # doctest: +ELLIPSIS Welcome to the CBC MILP ... >>> r.name - 'de02_short.xlsx' + 'de02_heat_csv' >>> result_file = r.result_file >>> os.path.basename(result_file) - 'de02_short.dflx' + 'de02_heat.dflx' >>> r.trace >>> r.return_value.year > 2019 True @@ -274,7 +269,6 @@ def batch_model_scenario(path, named=True, file_type=None, ignore_errors=True): >>> r.result_file >>> r.trace # doctest: +ELLIPSIS 'Traceback (most recent call last):... - >>> os.remove(result_file) """ out = namedtuple( "out", ["name", "return_value", "trace", "result_file", "start_time"] @@ -314,7 +308,12 @@ def model_scenario( result_path=None, ): """ - Compute a deflex scenario. + Compute a deflex scenario with the full work flow: + + * creating a scenario + * loading the input data + * computing the scenario + * storing the results Parameters ---------- @@ -322,8 +321,8 @@ def model_scenario( File or directory with a valid deflex scenario. If no path is given an energy system (es) has to be passed. file_type : str or None - Type of the input data. Valid values are 'csv', 'excel', None. If the - input is non the path schould end on 'csv', '.xls', '.xlsx'. + Type of the input data. Valid values are 'csv', 'xlsx', None. If the + input is non the path should end on 'csv' or '.xlsx'. result_path : str or None Path to store the output file. If None the results will be stored along with the scenarios. @@ -333,12 +332,10 @@ def model_scenario( Examples -------- - >>> from deflex.tools import fetch_example_results, TEST_PATH - >>> fn = fetch_example_results("de02_short.xlsx") + >>> from deflex.tools import fetch_test_files, TEST_PATH + >>> fn = fetch_test_files("de02_no-heat.xlsx") >>> r = model_scenario(fn, file_type="xlsx") # doctest: +ELLIPSIS Welcome to the CBC MILP ... - >>> f = os.path.join(os.path.dirname(fn), "results_cbc", "de02_short.dflx") - >>> os.remove(f) """ stopwatch() @@ -365,7 +362,8 @@ def model_scenario( result_path = os.path.join( os.path.dirname(path), "results_{0}".format(cfg.get("general", "solver")), - str(os.path.basename(path).split(".")[0]) + ".dflx", + str(os.path.basename(path).split(".")[0]).replace("_csv", "") + + ".dflx", ) logging.info("Solve the optimisation model: %s", stopwatch()) @@ -386,48 +384,5 @@ def model_scenario( return result_path -def plot_scenario(path, file_type=None, graphml_file=None): - """ - Plot the graph of an energy system. If no filename is given the plot will - be shown on the screen but not writen to an image file - - Parameters - ---------- - path : str - A valid deflex scenario file. - file_type : str or None - Type of the input data. Valid values are 'csv', 'excel', None. If the - input is none the path should end on 'csv', '.xls', '.xlsx' to allow - auto detection. - graphml_file : str - The path of the graphml. - - Returns - ------- - TODO: Keep this test? It does not work without graphviz-dev and python3-dev - Examples - -------- - >>> from deflex.tools import fetch_example_results, TEST_PATH - >>> fn = fetch_example_results("de02_short.xlsx") - >>> fn_img = os.path.join(TEST_PATH, "test_es.graphml") - >>> plot_scenario(fn, "xlsx", fn_img) - >>> os.path.isfile(fn_img) - True - >>> os.remove(fn_img) - >>> os.path.isfile(fn_img) - False - """ - sc = load_scenario(path, file_type) - sc.table2es() - - show = graphml_file is None - - sc.plot_nodes( - filename=graphml_file, - show=show, - remove_nodes_with_substrings=["bus_cs"], - ) - - if __name__ == "__main__": pass diff --git a/src/deflex/nodes.py b/src/deflex/nodes.py index b05f9e7d..6eff2266 100644 --- a/src/deflex/nodes.py +++ b/src/deflex/nodes.py @@ -10,7 +10,6 @@ import logging from collections import namedtuple -import pandas as pd from oemof import solph @@ -23,7 +22,7 @@ def __str__(self): return "_".join(map(str, self._asdict().values())) -def create_solph_nodes_from_data(input_data, nodes, extra_regions=None): +def create_solph_nodes_from_data(input_data, nodes): """ Creating solph nodes from input data. @@ -31,38 +30,43 @@ def create_solph_nodes_from_data(input_data, nodes, extra_regions=None): ---------- input_data nodes - extra_regions Returns ------- """ + # Electricity demand + add_electricity_demand(input_data, nodes) - # Local volatile sources + # Volatile sources add_volatile_sources(input_data, nodes) + # Power plants + add_power_plants(input_data, nodes) + # Decentralised heating systems if "decentralised heat" in input_data: - add_decentralised_heating_systems(input_data, nodes, extra_regions) - - # Local electricity demand - add_electricity_demand(input_data, nodes) + add_decentralised_heating_systems(input_data, nodes) - # Local district heating demand - add_district_heating_systems(input_data, nodes) + # District heating demand + if "heat demand series" in input_data: + add_district_heating_demand(input_data, nodes) - # Local power plants as Transformer and ExtractionTurbineCHP (chp) - add_power_and_heat_plants(input_data, nodes, extra_regions) + # Add chp plants and heat plants for gird-bound heat + if "heat-chp plants" in input_data: + add_heat_and_chp_plants(input_data, nodes) - # Storages - if "storages" in input_data: - add_storages(input_data, nodes) + # Electricity storages + if "electricity storages" in input_data: + add_electricity_storages(input_data, nodes) - if "mobility" in input_data: + # Mobility + if "mobility" in input_data and "mobility demand series" in input_data: add_mobility(input_data, nodes) # Connect electricity buses with transmission - add_transmission_lines_between_electricity_nodes(input_data, nodes) + if "power lines" in input_data: + add_transmission_lines_between_electricity_nodes(input_data, nodes) # Add shortage excess to every bus add_shortage_excess(nodes) @@ -83,30 +87,49 @@ def create_fuel_bus_with_source(nodes, fuel, region, input_data): ------- """ - cs_table = input_data["commodity sources"].loc["DE"] - bus_label = Label("bus", "commodity", fuel.replace(" ", "_"), region) + fuel = fuel.replace("_", " ") + cs_data = input_data["commodity sources"].loc[region, fuel] + bus_label = Label("bus", "commodity", fuel, region) if bus_label not in nodes: nodes[bus_label] = solph.Bus(label=bus_label) - cs_label = Label("source", "commodity", fuel.replace(" ", "_"), region) + cs_label = Label("source", "commodity", fuel, region) - co2_price = float(input_data["general"].get("co2 price", 0)) + co2_price = float(input_data["general"]["co2 price"]) - variable_costs = ( - cs_table.loc[fuel.replace("_", " "), "emission"] / 1000 * co2_price - + cs_table.loc[fuel.replace("_", " "), "costs"] - ) + variable_costs = cs_data["emission"] / 1000 * co2_price + cs_data["costs"] - if cs_label not in nodes: - nodes[cs_label] = solph.Source( - label=cs_label, - outputs={ - nodes[bus_label]: solph.Flow( - variable_costs=variable_costs, - emission=cs_table.loc[fuel.replace("_", " "), "emission"], - ) - }, - ) + if cs_data["annual limit"] == float("inf"): + if cs_label not in nodes: + nodes[cs_label] = solph.Source( + label=cs_label, + outputs={ + nodes[bus_label]: solph.Flow( + variable_costs=variable_costs, + emission=cs_data["emission"], + ) + }, + ) + else: + if cs_label not in nodes: + nodes[cs_label] = solph.Source( + label=cs_label, + outputs={ + nodes[bus_label]: solph.Flow( + variable_costs=variable_costs, + emission=cs_data["emission"], + nominal_value=cs_data["annual limit"], + summed_max=1, + ) + }, + ) + + +def create_electricity_bus(nodes, region): + """Create an electricity bus for a given region.""" + bus_label = Label("bus", "electricity", "all", region) + if bus_label not in nodes: + nodes[bus_label] = solph.Bus(label=bus_label) def add_volatile_sources(table_collection, nodes): @@ -151,86 +174,76 @@ def add_volatile_sources(table_collection, nodes): ) -def add_decentralised_heating_systems(table_collection, nodes, extra_regions): +def add_decentralised_heating_systems(table_collection, nodes): """ Parameters ---------- table_collection nodes - extra_regions Returns ------- """ logging.debug("Add decentralised_heating_systems to nodes dictionary.") - dts = table_collection["demand series"] + dts = table_collection["heat demand series"] dh = table_collection["decentralised heat"] - demand_regions = list({"DE_demand"}.union(set(extra_regions))) - for d_region in demand_regions: - region_name = d_region.replace("_demand", "") + demand_sets = [c for c in dts.columns if "district heating" not in str(c)] - if region_name not in dh.index: - data_name = "DE_demand" - else: - data_name = d_region + for demand_set in demand_sets: + region_name = demand_set[0] + fuel = demand_set[1].replace("_", " ") - fuels = [f for f in dh.loc[data_name].index if f in dts[d_region]] - for fuel in fuels: - src = dh.loc[(data_name, fuel), "source"] - bus_label = Label( - "bus", "commodity", src.replace(" ", "_"), region_name - ) + src = dh.loc[demand_set, "source"].replace("_", " ") - # Check if source bus exists - if bus_label not in nodes: + if src == "electricity": + cs_bus_label = Label("bus", "electricity", "all", region_name) + if cs_bus_label not in nodes: + create_electricity_bus(nodes, region_name) + else: + cs_bus_label = Label("bus", "commodity", src, region_name) + if cs_bus_label not in nodes: create_fuel_bus_with_source( nodes, src, region_name, table_collection ) - # Create heating bus as Bus - heat_bus_label = Label( - "bus", "heat", fuel.replace(" ", "_"), region_name - ) - nodes[heat_bus_label] = solph.Bus(label=heat_bus_label) + # Create heating bus as Bus + heat_bus_label = Label("bus", "heat", fuel, region_name) + nodes[heat_bus_label] = solph.Bus(label=heat_bus_label) - # Create heating system as Transformer - trsf_label = Label( - "trsf", "heat", fuel.replace(" ", "_"), region_name - ) + # Create heating system as Transformer + trsf_label = Label("trsf", "heat", fuel, region_name) - efficiency = float(dh.loc[(data_name, fuel), "efficiency"]) + efficiency = float(dh.loc[demand_set, "efficiency"]) - nodes[trsf_label] = solph.Transformer( - label=trsf_label, - inputs={nodes[bus_label]: solph.Flow()}, - outputs={nodes[heat_bus_label]: solph.Flow()}, - conversion_factors={nodes[heat_bus_label]: efficiency}, - ) + nodes[trsf_label] = solph.Transformer( + label=trsf_label, + inputs={nodes[cs_bus_label]: solph.Flow()}, + outputs={nodes[heat_bus_label]: solph.Flow()}, + conversion_factors={nodes[heat_bus_label]: efficiency}, + ) - # Create demand as Sink - d_heat_demand_label = Label( - "demand", "heat", fuel.replace(" ", "_"), region_name - ) - nodes[d_heat_demand_label] = solph.Sink( - label=d_heat_demand_label, - inputs={ - nodes[heat_bus_label]: solph.Flow( - fix=dts[d_region, fuel], - nominal_value=1, - ) - }, - ) + # Create demand as Sink + d_heat_demand_label = Label("demand", "heat", fuel, region_name) + nodes[d_heat_demand_label] = solph.Sink( + label=d_heat_demand_label, + inputs={ + nodes[heat_bus_label]: solph.Flow( + fix=dts[demand_set], + nominal_value=1, + ) + }, + ) -def add_electricity_demand(table_collection, nodes): +def add_electricity_demand(input_data, nodes): """ Parameters ---------- - table_collection + input_data nodes Returns @@ -238,26 +251,29 @@ def add_electricity_demand(table_collection, nodes): """ logging.debug("Add local electricity demand to nodes dictionary.") - dts = table_collection["demand series"] - dts.columns = dts.columns.swaplevel() - for region in dts["electrical_load"].columns: - if dts["electrical_load"][region].sum() > 0: + + for idx, series in input_data["electricity demand series"].items(): + region = idx[0] + demand_name = idx[1] + if series.sum() > 0: bus_label = Label("bus", "electricity", "all", region) if bus_label not in nodes: - nodes[bus_label] = solph.Bus(label=bus_label) - elec_demand_label = Label("demand", "electricity", "all", region) + create_electricity_bus(nodes, region) + elec_demand_label = Label( + "demand", "electricity", demand_name, region + ) nodes[elec_demand_label] = solph.Sink( label=elec_demand_label, inputs={ nodes[bus_label]: solph.Flow( - fix=dts["electrical_load", region], + fix=series, nominal_value=1, ) }, ) -def add_district_heating_systems(table_collection, nodes): +def add_district_heating_demand(table_collection, nodes): """ Parameters @@ -270,23 +286,26 @@ def add_district_heating_systems(table_collection, nodes): """ logging.debug("Add district heating systems to nodes dictionary.") - dts = table_collection["demand series"] - if "district heating" in dts: - for region in dts["district heating"].columns: - if dts["district heating"][region].sum() > 0: - bus_label = Label("bus", "heat", "district", region) - if bus_label not in nodes: - nodes[bus_label] = solph.Bus(label=bus_label) - heat_demand_label = Label("demand", "heat", "district", region) - nodes[heat_demand_label] = solph.Sink( - label=heat_demand_label, - inputs={ - nodes[bus_label]: solph.Flow( - fix=dts["district heating", region], - nominal_value=1, - ) - }, - ) + dts = table_collection["heat demand series"] + + demand_sets = [c for c in dts.columns if "district heating" in str(c)] + + for demand_set in demand_sets: + region = demand_set[0] + if dts[demand_set].sum() > 0: + bus_label = Label("bus", "heat", "district", region) + if bus_label not in nodes: + nodes[bus_label] = solph.Bus(label=bus_label) + heat_demand_label = Label("demand", "heat", "district", region) + nodes[heat_demand_label] = solph.Sink( + label=heat_demand_label, + inputs={ + nodes[bus_label]: solph.Flow( + fix=dts[demand_set], + nominal_value=1, + ) + }, + ) def add_transmission_lines_between_electricity_nodes(table_collection, nodes): @@ -350,184 +369,146 @@ def add_transmission_lines_between_electricity_nodes(table_collection, nodes): ) -def add_power_and_heat_plants(table_collection, nodes, extra_regions): +def check_in_out_buses(nodes, table, input_data): + sources = table[["fuel", "source region"]].apply(tuple, axis=1).unique() + for source in sources: + fuel = source[0] + region = source[1] + if Label("bus", "commodity", fuel, region) not in nodes: + create_fuel_bus_with_source(nodes, fuel, region, input_data) + + for region in table.index.get_level_values(0).unique(): + if Label("bus", "electricity", "all", region) not in nodes: + create_electricity_bus(nodes, region) + + +def add_power_plants(table_collection, nodes): """ Parameters ---------- table_collection nodes - extra_regions Returns ------- """ - trsf = table_collection["power plants"] - if "chp_hp" in table_collection: - chp_hp = table_collection["chp-heat plants"] - chp_hp_index = chp_hp.index.get_level_values(0).unique() - else: - chp_hp = None - chp_hp_index = [] - - regions = set(trsf.index.get_level_values(0).unique()).union( - set(chp_hp_index) - ) - - for region in regions: - bus_heat = Label("bus", "heat", "district", region) - bus_elec = Label("bus", "electricity", "all", region) + pp = table_collection["power plants"] - if bus_heat not in nodes: - nodes[bus_heat] = solph.Bus(label=bus_heat) + check_in_out_buses(nodes, pp, table_collection) - if region in chp_hp_index: - chp_hp_fuels = set(chp_hp.loc[region, "fuel"].unique()) - chp_hp_regions = chp_hp.loc[region].index - else: - chp_hp_fuels = set() - chp_hp_regions = [] + for idx, params in pp.iterrows(): + region = idx[0] - if region in trsf.index: - trsf_fuels = set(trsf.loc[region, "fuel"].unique()) - trsf_regions = trsf.loc[region].index - else: - trsf_fuels = set() - trsf_regions = [] + # Create label for in and out bus: + fuel_bus = Label( + "bus", "commodity", params.fuel, params["source region"] + ) + bus_elec = Label("bus", "electricity", "all", region) - fuels = trsf_fuels.union(chp_hp_fuels) + # Create power plants as 1x1 Transformer if capacity > 0 + if params.capacity > 0: + # if downtime_factor is in the parameters, use it + if hasattr(params, "downtime_factor"): + params.capacity *= 1 - params["downtime_factor"] - for fuel in fuels: - # Connect to global fuel bus if not defined as extra region - if region in extra_regions: - bus_fuel = Label( - "bus", "commodity", fuel.replace(" ", "_"), region - ) - if bus_fuel not in nodes: - create_fuel_bus_with_source( - nodes, fuel.replace(" ", "_"), region, table_collection - ) + # Define output flow with or without summed_max attribute + if params.get("annual_limit_electricity", float("inf")) == float( + "inf" + ): + outflow = solph.Flow(nominal_value=params.capacity) else: - bus_fuel = Label( - "bus", "commodity", fuel.replace(" ", "_"), "DE" + smax = params.annual_limit_electricity / params.capacity + outflow = solph.Flow( + nominal_value=params.capacity, summed_max=smax ) - if bus_fuel not in nodes: - create_fuel_bus_with_source( - nodes, fuel.replace(" ", "_"), "DE", table_collection - ) - for plant in trsf_regions: - idx = set(trsf.loc[region, plant].index).difference(("fuel",)) - trsf.loc[(region, plant), idx] = pd.to_numeric( - trsf.loc[(region, plant), idx] - ) - params = trsf.loc[region, plant] + # if variable costs are defined add them to the outflow + if hasattr(params, "variable_costs"): + vc = params.variable_costs + outflow.variable_costs = solph.sequence(vc) - # Create power plants as 1x1 Transformer if capacity > 0 - if params.capacity > 0: - # if downtime_factor is in the parameters, use it - if hasattr(params, "downtime_factor"): - params.capacity *= 1 - params["downtime_factor"] + plant_name = idx[1].replace(" - ", "_").replace(".", "") - # Define output flow with or without summed_max attribute - if params.limit_elec_pp == float("inf"): - outflow = solph.Flow(nominal_value=params.capacity) - else: - smax = params.limit_elec_pp / params.capacity - outflow = solph.Flow( - nominal_value=params.capacity, summed_max=smax - ) + trsf_label = Label("trsf", "pp", plant_name, region) - # if variable costs are defined add them to the outflow - if hasattr(params, "variable_costs"): - vc = params.variable_costs - outflow.variable_costs = solph.sequence(vc) + nodes[trsf_label] = solph.Transformer( + label=trsf_label, + inputs={nodes[fuel_bus]: solph.Flow()}, + outputs={nodes[bus_elec]: outflow}, + conversion_factors={nodes[bus_elec]: params.efficiency}, + ) - plant_name = ( - plant.replace(" - ", "_") - .replace(" ", "_") - .replace(".", "") - ) - trsf_label = Label("trsf", "pp", plant_name, region) +def add_heat_and_chp_plants(table_collection, nodes): + chp_heat_plants = table_collection["heat-chp plants"] - fuel_bus = Label( - "bus", "commodity", params.fuel.replace(" ", "_"), "DE" - ) + check_in_out_buses(nodes, chp_heat_plants, table_collection) - nodes[trsf_label] = solph.Transformer( - label=trsf_label, - inputs={nodes[fuel_bus]: solph.Flow()}, - outputs={nodes[bus_elec]: outflow}, - conversion_factors={nodes[bus_elec]: params.efficiency}, - ) + for idx, params in chp_heat_plants.iterrows(): + region = idx[0] - for plant in chp_hp_regions: - idx = set(chp_hp.loc[region, plant].index).difference(("fuel",)) - chp_hp.loc[(region, plant), idx] = pd.to_numeric( - chp_hp.loc[(region, plant), idx] - ) - params = chp_hp.loc[region, plant] + bus_fuel = Label( + "bus", "commodity", params.fuel, params["source region"] + ) + bus_elec = Label("bus", "electricity", "all", region) + bus_heat = Label("bus", "heat", "district", region) - fuel_bus = Label( - "bus", "commodity", params.fuel.replace(" ", "_"), "DE" + # Create chp plants as 1x2 Transformer + if ( + hasattr(params, "capacity_heat_chp") + and params["capacity_heat_chp"] > 0 + ): + chp_label = Label( + "trsf", "chp", params.fuel.replace(" ", "_"), region ) - # Create chp plants as 1x2 Transformer - if ( - hasattr(params, "capacity_heat_chp") - and params["capacity_heat_chp"] > 0 - ): - trsf_label = Label( - "trsf", "chp", params.fuel.replace(" ", "_"), region - ) - - smax = (params.limit_heat_chp / params.efficiency_heat_chp) / ( - params["capacity_heat_chp"] / params.efficiency_heat_chp - ) - - nodes[trsf_label] = solph.Transformer( - label=trsf_label, - inputs={ - nodes[fuel_bus]: solph.Flow( - nominal_value=( - params["capacity_heat_chp"] - / params.efficiency_heat_chp - ), - summed_max=smax, - ) - }, - outputs={ - nodes[bus_elec]: solph.Flow(), - nodes[bus_heat]: solph.Flow(), - }, - conversion_factors={ - nodes[bus_elec]: params.efficiency_elec_chp, - nodes[bus_heat]: params.efficiency_heat_chp, - }, - ) + smax = (params.limit_heat_chp / params.efficiency_heat_chp) / ( + params["capacity_heat_chp"] / params.efficiency_heat_chp + ) - # Create heat plants as 1x1 Transformer - if hasattr(params, "capacity_hp") and params.capacity_hp > 0: - trsf_label = Label( - "trsf", "hp", params.fuel.replace(" ", "_"), region - ) - smax = params.limit_hp / params.capacity_hp + nodes[chp_label] = solph.Transformer( + label=chp_label, + inputs={ + nodes[bus_fuel]: solph.Flow( + nominal_value=( + params["capacity_heat_chp"] + / params.efficiency_heat_chp + ), + summed_max=smax, + ) + }, + outputs={ + nodes[bus_elec]: solph.Flow(), + nodes[bus_heat]: solph.Flow(), + }, + conversion_factors={ + nodes[bus_elec]: params.efficiency_elec_chp, + nodes[bus_heat]: params.efficiency_heat_chp, + }, + ) - nodes[trsf_label] = solph.Transformer( - label=trsf_label, - inputs={nodes[fuel_bus]: solph.Flow()}, - outputs={ - nodes[bus_heat]: solph.Flow( - nominal_value=params.capacity_hp, summed_max=smax - ) - }, - conversion_factors={nodes[bus_heat]: params.efficiency_hp}, - ) + # Create heat plants as 1x1 Transformer + if hasattr(params, "capacity_hp") and params.capacity_hp > 0: + hp_label = Label( + "trsf", "hp", params.fuel.replace(" ", "_"), region + ) + smax = params.limit_hp / params.capacity_hp + + nodes[hp_label] = solph.Transformer( + label=hp_label, + inputs={nodes[bus_fuel]: solph.Flow()}, + outputs={ + nodes[bus_heat]: solph.Flow( + nominal_value=params.capacity_hp, summed_max=smax + ) + }, + conversion_factors={nodes[bus_heat]: params.efficiency_hp}, + ) -def add_storages(table_collection, nodes): +def add_electricity_storages(table_collection, nodes): """ Parameters @@ -539,23 +520,28 @@ def add_storages(table_collection, nodes): ------- """ - storages = table_collection["storages"] - storages.index = storages.index.swaplevel() - for region in storages.loc["phes"].index: - storage_label = Label("storage", "electricity", "phes", region) + for idx, params in table_collection["electricity storages"].iterrows(): + region = idx[0] + name = idx[1] + storage_label = Label("storage", "electricity", name, region) bus_label = Label("bus", "electricity", "all", region) - params = storages.loc["phes", region] nodes[storage_label] = solph.components.GenericStorage( label=storage_label, - inputs={nodes[bus_label]: solph.Flow(nominal_value=params.pump)}, + inputs={ + nodes[bus_label]: solph.Flow( + nominal_value=params["charge capacity"] + ) + }, outputs={ - nodes[bus_label]: solph.Flow(nominal_value=params.turbine) + nodes[bus_label]: solph.Flow( + nominal_value=params["discharge capacity"] + ) }, - nominal_storage_capacity=params.energy, - loss_rate=0, + nominal_storage_capacity=params["energy content"], + loss_rate=params["loss rate"], initial_storage_level=None, - inflow_conversion_factor=params.pump_eff, - outflow_conversion_factor=params.turbine_eff, + inflow_conversion_factor=params["charge efficiency"], + outflow_conversion_factor=params["discharge efficiency"], ) @@ -571,12 +557,12 @@ def add_mobility(table_collection, nodes): ------- """ - mseries = table_collection["mobility series"] + mseries = table_collection["mobility demand series"] mtable = table_collection["mobility"] for region in mseries.columns.get_level_values(0).unique(): for fuel in mseries[region].columns: source = mtable.loc[(region, fuel), "source"] - source_region = mtable.loc[(region, fuel), "source_region"] + source_region = mtable.loc[(region, fuel), "source region"] if mseries[region, fuel].sum() > 0: fuel_transformer = Label("process", "fuel", fuel, region) fuel_demand = Label("demand", "mobility", fuel, region) diff --git a/src/deflex/results.py b/src/deflex/postprocessing.py similarity index 78% rename from src/deflex/results.py rename to src/deflex/postprocessing.py index 9f5d0542..a8984830 100644 --- a/src/deflex/results.py +++ b/src/deflex/postprocessing.py @@ -14,6 +14,7 @@ import pandas as pd +from deflex.scenario import DeflexScenario from deflex.scenario import restore_scenario @@ -31,6 +32,7 @@ def search_results(path=None, extension="dflx", **parameter_filter): Extension of the results files (default: ".esys") **parameter_filter Set filter always with lists e.g. map=["de21"] or map=["de21", "de22"]. + The values in the list have to be strings. Returns ------- @@ -38,9 +40,21 @@ def search_results(path=None, extension="dflx", **parameter_filter): Examples -------- >>> from deflex.tools import TEST_PATH - >>> from deflex.tools import fetch_example_results - >>> my_file_name = fetch_example_results("de17_heat.dflx") - >>> search_results(path=TEST_PATH, regions=[17])[0].split(os.sep)[-1] + >>> from deflex.tools import fetch_test_files + >>> my_file_name = fetch_test_files("de17_heat.dflx") + >>> res = search_results(path=TEST_PATH, map=["de17"]) + >>> len(res) + 2 + >>> sorted(res)[0].split(os.sep)[-1] + 'de17_heat.dflx' + >>> res = search_results(path=TEST_PATH, map=["de17", "de21"]) + >>> len(res) + 4 + >>> res = search_results( + ... path=TEST_PATH, map=["de17", "de21"], heat=["True"]) + >>> len(res) + 1 + >>> res[0].split(os.sep)[-1] 'de17_heat.dflx' """ if path is None: @@ -67,13 +81,14 @@ def search_results(path=None, extension="dflx", **parameter_filter): iterate = list(files.keys()) for fn in iterate: meta = files[fn] - if meta.get(filter_key) not in filter_value: + if str(meta.get(filter_key)) not in filter_value: files.pop(fn, None) return list(files.keys()) -def restore_results(file_names, scenario_class=None): - """Load results from a file or a list of files. +def restore_results(file_names, scenario_class=DeflexScenario): + """Load results from a file or a list of files. The results will be + Parameters ---------- @@ -89,22 +104,23 @@ def restore_results(file_names, scenario_class=None): Examples -------- - >>> from deflex.tools import fetch_example_results - >>> fn1 = fetch_example_results("de21_transmission-losses.dflx") - >>> fn2 = fetch_example_results("de02.dflx") - >>> restore_results(fn1).keys() - ['Problem', 'Solver', 'Solution', 'Main', 'Meta', 'Param'] - >>> restore_results([fn1, fn2])[0].keys() - ['Problem', 'Solver', 'Solution', 'Main', 'Meta', 'Param'] + >>> from deflex.tools import fetch_test_files + >>> fn1 = fetch_test_files("de21_no-heat_transmission.dflx") + >>> fn2 = fetch_test_files("de02_no-heat.dflx") + >>> sorted(restore_results(fn1).keys()) + ['Main', 'Meta', 'Param', 'Problem', 'Solution', 'Solver'] + >>> sorted(restore_results([fn1, fn2])[0].keys()) + ['Main', 'Meta', 'Param', 'Problem', 'Solution', 'Solver'] """ if not isinstance(file_names, list): file_names = list((file_names,)) results = [] + for path in file_names: - if scenario_class is None: - results.append(restore_scenario(path).results) - else: - results.append(restore_scenario(path, scenario_class).results) + tmp_res = restore_scenario(path, scenario_class).results + tmp_res["meta"]["filename"] = os.path.basename(path) + results.append(tmp_res) + if len(results) < 2: results = results[0] return results @@ -125,7 +141,11 @@ def search_nodes(results, node_type, **label_filter): def reshape_bus_view(results, buses, data=None, aggregate=None): - """Create a MultiIndex DataFrame with all Flows around the Bus objects. + """ + Create a MultiIndex DataFrame with all Flows around the Bus objects. The + first column level contains ``'in'`` or ``'out'`` for ingoing and outgoing + flows. + Parameters ---------- @@ -137,9 +157,9 @@ def reshape_bus_view(results, buses, data=None, aggregate=None): MultiIndex DataFrame to add the results to. aggregate : list or None A list of tuples that will replace the subtag. The subtag normally - devides similar nodes. The subtag of power plant nodes for example + divides similar nodes. The subtag of power plant nodes for example contains the used fuel, By replacing the fuel with a name such as "all" - all powerplants will be aggregated. The tuple must have three fields: + all power plants will be aggregated. The tuple must have three fields: (field to check, value of the field, new value of subtag) e.g. ("tag", "pp", "all") will change all power plants: trsf_pp_oil_DE02 -> trsf_pp_all_DE02 @@ -160,8 +180,8 @@ def reshape_bus_view(results, buses, data=None, aggregate=None): Examples -------- >>> from oemof import solph - >>> from deflex.tools import fetch_example_results - >>> fn = fetch_example_results("de21_copperplate.dflx") + >>> from deflex.tools import fetch_test_files + >>> fn = fetch_test_files("de21_no-heat.dflx") >>> my_es = restore_scenario(fn).es >>> my_buses = search_nodes( ... my_es.results, node_type=solph.Bus, tag="electricity") @@ -177,13 +197,13 @@ def reshape_bus_view(results, buses, data=None, aggregate=None): >>> list(df2["in", "line", "electricity"].columns[:5]) ['DE01', 'DE02', 'DE03', 'DE04', 'DE05'] >>> list(df1["in", "trsf", "pp"].columns[:4]) - ['bioenergy', 'hard_coal', 'lignite', 'natural_gas'] + ['bioenergy', 'hard coal', 'lignite', 'natural gas'] >>> list(df2["in", "trsf", "pp"].columns[:4]) - ['bioenergy_038', 'bioenergy_042', 'bioenergy_045', 'hard_coal_023'] + ['bioenergy_038', 'bioenergy_042', 'bioenergy_045', 'hard coal_023'] >>> int(df1.sum().sum()) - 1521426948 + 7529364 >>> int(df2.sum().sum()) - 1521426948 + 7529364 """ if aggregate is None: diff --git a/src/deflex/scenario.py b/src/deflex/scenario.py index e782a991..33bd6479 100644 --- a/src/deflex/scenario.py +++ b/src/deflex/scenario.py @@ -31,7 +31,13 @@ class NodeDict(dict): - """Something.""" + """ + A dictionary where existing key-value-pairs cannot be overwritten. + + A NodeDict can collect values with unique keys. Therefore a duplicate key + will raise a ``KeyError`` instead of overwriting the existing key + silently. + """ def __setitem__(self, key, item): if super().get(key) is None: @@ -45,20 +51,45 @@ def __setitem__(self, key, item): class Scenario: - """Scenario class.""" + """ + Basic scenario class. + + Attributes + ---------- + input_data : dict + The input data is organised in a dictionary of pandas.DataFrame/ + pandas.Series. The keys are the data names (string) and the values are + the data tables. + results : dict + The results are stored in a dictionary with tuples as keys and the + results as values (nested dictionary with pandas.DataFrame). The tuples + contain the node object in the following form: + (from_node, to_node) for flows and (node, None) for components. See the + `solph documentation + `_ + for more details. + meta : dict + Meta information that can be used to search for in stored scenarios. + The dictionary keys can be used like tags or categories. + es : oemof.solph.EnergySystem + This attribute will hold the oemof.solph.EnergySystem. + + """ def __init__(self, **kwargs): self.meta = kwargs.get("meta", {}) self.input_data = kwargs.get("input_data", {}) self.es = kwargs.get("es", None) self.results = kwargs.get("results", None) - self.debug = kwargs.get("debug", False) def initialise_energy_system(self): """ + Create a solph.EnergySystem and store it in the es attribute. The + input_data attribute has to contain the input data to use this method. Returns ------- + self """ if not self.input_data: @@ -68,12 +99,7 @@ def initialise_energy_system(self): "time steps." ) year = int(self.input_data["general"]["year"]) - if self.debug is False: - time_steps = int( - self.input_data["general"]["number of time steps"] - ) - else: - time_steps = 3 + time_steps = int(self.input_data["general"]["number of time steps"]) # increment = self.input_data["general"]["time increment"] # Check leap year @@ -83,7 +109,7 @@ def initialise_energy_system(self): # Check series tables for key in [t for t in self.input_data.keys() if "series" in t]: - if time_steps != len(self.input_data[key]) and not self.debug: + if time_steps != len(self.input_data[key]): msg = ( "Number of time steps is {0} but the length of the {1}" " table is {2}." @@ -100,7 +126,7 @@ def initialise_energy_system(self): return self def read_xlsx(self, filename): - """Load scenario from an excel-file.""" + """Load scenario from an xlsx file. The full path has to be passed.""" xlsx = pd.ExcelFile(filename) for sheet in xlsx.sheet_names: table_index_header = cfg.get_list("table_index_header", sheet) @@ -108,12 +134,17 @@ def read_xlsx(self, filename): sheet, index_col=list(range(int(table_index_header[0]))), header=list(range(int(table_index_header[1]))), + squeeze=("series" not in sheet), ) self.check_input_data(warning=False) + self.add_meta_data() return self def read_csv(self, path): - """Load scenario from a csv-collection.""" + """ + Load scenario from a csv-collection. The path of the directory has + to be passed. + """ for file in os.listdir(path): if file[-4:] == ".csv": name = file[:-4] @@ -123,19 +154,30 @@ def read_csv(self, path): filename, index_col=list(range(int(table_index_header[0]))), header=list(range(int(table_index_header[1]))), - squeeze=True, + squeeze=("series" not in name), ) self.check_input_data(warning=False) + self.add_meta_data() return self + def add_meta_data(self): + if "info" in self.input_data: + self.meta.update(self.input_data["info"].to_dict()) + self.meta.update(self.input_data["general"].to_dict()) + def check_input_data(self, warning=False): + """ + Check the input data for NaN values. If warning is True a warning + for all tables is raised that contain NaN values. Otherwise an + exception is raised on the first occurrence of NaN values. + """ for sheet, table in self.input_data.items(): msg = ( "NaN values found in table:'{0}', column(s): {1}.\n" "Empty cells are not allowed in a scenario to avoid " "unwanted behaviour.\nRemove the whole column/row if " - "a parameter is not needed. Consider that 0, 'inf' or " - "1 might be neutral values to replace NaN values." + "a parameter is not needed (optional). Consider that 0, 'inf' " + "or 1 might be neutral values to replace NaN values." ) if isinstance(table, pd.DataFrame): table.dropna(thresh=1, inplace=True, axis=0) @@ -159,13 +201,14 @@ def check_input_data(self, warning=False): else: raise ValueError(msg) - if isinstance(self.input_data["general"], pd.DataFrame): - column = self.input_data["general"].columns[0] - self.input_data["general"] = self.input_data["general"][column] - self.meta.update(self.input_data["general"].to_dict()) + if isinstance(self.input_data["volatile plants"], pd.Series): + self.input_data["volatile plants"] = pd.DataFrame( + self.input_data["volatile plants"], + columns=[self.input_data["volatile plants"].name], + ) def to_xlsx(self, filename): - """Dump scenario into an excel-file.""" + """Dump the input data as an xlsx-file.""" # create path if it does not exist suffix = filename.split(".")[-1] if not suffix == "xlsx": @@ -178,7 +221,7 @@ def to_xlsx(self, filename): logging.info("Scenario saved as excel file to %s", filename) def to_csv(self, path): - """Dump scenario into a csv-collection.""" + """Dump input data as a csv-collection.""" if os.path.isdir(path): shutil.rmtree(os.path.join(path)) os.makedirs(path) @@ -190,19 +233,20 @@ def to_csv(self, path): logging.info("Scenario saved as csv-collection to %s", path) def create_nodes(self): - """ - - Returns - ------- - dict - - """ + """This method is a placeholder for the child classes.""" def compute(self, solver="cbc", **kwargs): """ + Create a solph.Model from the input data and optimise it using an + external solver. Afterwards the results are stored in the results + attribute. + + Parameters + ---------- + solver : str + The name of the solver as used in the Pyomo package (cbc, glpk, + gurobi, cplex...). - Returns - ------- """ self.table2es() @@ -213,6 +257,10 @@ def compute(self, solver="cbc", **kwargs): def add_nodes_to_es(self, nodes): """ + Add nodes to an existing solph.EnergySystem. If the EnergySystem does + not exist an Error is raised. This method is included in the + :py:meth:`~deflex.scenario.Scenario.compute()` method and is only + needed for advanced usage. Parameters ---------- @@ -229,9 +277,13 @@ def add_nodes_to_es(self, nodes): def table2es(self): """ + Create a populated solph.EnergySystem from the input data. This method + is included in the :py:meth:`~deflex.scenario.Scenario.compute()` + method and is only needed for advanced usage. Returns ------- + self """ if self.es is None: @@ -244,25 +296,45 @@ def table2es(self): def create_model(self): """ + This method is included in the + :py:meth:`~deflex.scenario.Scenario.compute()` method and is only + needed for advanced usage. Returns ------- + solph.Model """ model = solph.Model(self.es) return model - def dump(self, filename): + def compute_debug(self): """ + The plan is to make it easy to debug an energy system. - Parameters - ---------- - filename : str + 1. Create an EnergySystem with just 5 time steps + 2. Reduce the input data (all series) to 5 time steps + 3. Plot the graph (try/except) + 4. Write an LP file (try/except) + 5. Solve and dump the results (try/except) - Returns - ------- + model = solph.Model(self.es) + + filename = os.path.join(solph.helpers.extend_basic_path("lp_files"), + "reegis.lp") + + logging.info("Store lp-file in %s.", filename) + + model.write(filename, io_options={"symbolic_solver_labels": True}) """ + + def dump(self, filename): + """ + Store the scenario class into the binary pickle format with the suffix + `.dflx`. If the given filename does not contain the suffix, it will be + added to the filename. + """ suffix = filename.split(".")[-1] if not suffix == "dflx": filename = filename + ".dflx" @@ -275,6 +347,9 @@ def dump(self, filename): def solve(self, model, solver="cbc", with_duals=False, **solver_kwargs): """ + Solve the solph.Model. This method is included in the + :py:meth:`~deflex.scenario.Scenario.compute()` method and is only + needed for advanced usage. Parameters ---------- @@ -286,10 +361,8 @@ def solve(self, model, solver="cbc", with_duals=False, **solver_kwargs): ---------------- tee : bool Set to `False` to suppress the solver output (default: True). - logfile - - Returns - ------- + logfile : str + Define the path where to store the log file of the solver. """ logging.info("Optimising using %s.", solver) @@ -303,14 +376,6 @@ def solve(self, model, solver="cbc", with_duals=False, **solver_kwargs): if with_duals: model.receive_duals() - if self.debug: - filename = os.path.join( - solph.helpers.extend_basic_path("lp_files"), "reegis.lp" - ) - logging.info("Store lp-file in %s.", filename) - model.write(filename, io_options={"symbolic_solver_labels": True}) - # ToDo: Try to plot a graph - model.solve(solver=solver, solve_kwargs=solver_kwargs) self.meta["solver_end"] = datetime.datetime.now() @@ -322,8 +387,12 @@ def solve(self, model, solver="cbc", with_duals=False, **solver_kwargs): self.results = self.es.results - def plot_nodes(self, filename=None, **kwargs): + def plot_nodes(self, filename, **kwargs): """ + Plot a graph plot of the energy system and store it into a `.graphml` + file. The kwargs are passed to the oemof.network function + `create_nx_graph() + `_. Parameters ---------- @@ -335,50 +404,62 @@ def plot_nodes(self, filename=None, **kwargs): """ - if "remove_nodes_with_substrings" in kwargs: - rm_nodes = kwargs.pop("remove_nodes_with_substrings") - else: - rm_nodes = None + g = graph.create_nx_graph(self.es, filename=filename, **kwargs) - g = graph.create_nx_graph( - self.es, filename=filename, remove_nodes_with_substrings=rm_nodes - ) return g class DeflexScenario(Scenario): - """Something""" + """ + The Deflex Scenario inherits from the Scenario class and extends the + Scenario class with valid nodes creation. Additionally one can define + an extra_regions attribute to create an extra commodity source for these + regions. This makes it possible to create a source balance for these + regions. + + Attributes + ---------- + extra_regions : list + All regions with separate commodity sources. This will blow up the + model a bit but makes it easier to create separate source balances. + """ def __init__(self, **kwargs): super().__init__(**kwargs) - self.extra_regions = kwargs.get("extra_regions", list()) def create_nodes(self): """ + Creates solph components and buses from the input data and store them + in a dictionary with unique IDs as keys. Returns ------- + dict """ # Create a special dictionary that will raise an error if a key is # updated. This avoids the nodes = NodeDict() - return create_solph_nodes_from_data( - self.input_data, nodes, extra_regions=self.extra_regions - ) + return create_solph_nodes_from_data(self.input_data, nodes) def restore_scenario(filename, scenario_class=DeflexScenario): """ + Create a Scenario from a dump file (`.dflx`). By default a DeflexScenario + is created but a different Scenario class can be passed. The Scenario + has to be equal to the dumped Scenario otherwise the restore will fail. Parameters ---------- - filename - scenario_class + filename : str + The path to the dumped file (`.dflx`). + scenario_class : class + A child of the deflex.Scenario class or the Scenario class itself. Returns ------- + deflex.Scenario """ if filename.split(".")[-1] != "dflx": diff --git a/src/deflex/scenario_creator.py b/src/deflex/scenario_creator.py index 986293e0..0c4b1de8 100644 --- a/src/deflex/scenario_creator.py +++ b/src/deflex/scenario_creator.py @@ -38,7 +38,7 @@ def scenario_default_decentralised_heat(): df = pd.DataFrame(index=pd.MultiIndex(levels=[[], []], codes=[[], []])) fuels = [ ("gas", "natural gas"), - ("hard coal", "hard_coal"), + ("hard coal", "hard coal"), ("lignite", "lignite"), ("natural gas", "natural gas"), ("oil", "oil"), @@ -46,8 +46,10 @@ def scenario_default_decentralised_heat(): ("re", "other"), ] for fuel, source in fuels: - df.loc[("DE_demand", fuel), "efficiency"] = 0.85 - df.loc[("DE_demand", fuel), "source"] = source + df.loc[("DE", fuel), "efficiency"] = 0.85 + df.loc[("DE", fuel), "source"] = source + + df["source region"] = "DE" return df @@ -73,11 +75,10 @@ def create_scenario(regions, year, name, lines, opsd_version=None): if year < 2015: opsd_version = "2019-06-05" - table_collection = {} - table_collection["general"] = pd.DataFrame() + table_collection = {"general": pd.DataFrame()} logging.info("BASIC SCENARIO - STORAGES") - table_collection["storages"] = storages.scenario_storages( + table_collection["electricity storages"] = storages.scenario_storages( regions, year, name ) @@ -91,7 +92,7 @@ def create_scenario(regions, year, name, lines, opsd_version=None): logging.info("BASIC SCENARIO - TRANSMISSION") if len(regions) > 1: table_collection["power lines"] = transmission.scenario_transmission( - regions, name, lines + regions, lines ) else: logging.info("...skipped") @@ -99,7 +100,7 @@ def create_scenario(regions, year, name, lines, opsd_version=None): logging.info("BASIC SCENARIO - CHP PLANTS") if cfg.get("creator", "heat"): chp = powerplants.scenario_chp(table_collection, regions, year, name) - table_collection["chp-heat plants"] = chp["chp-heat plants"] + table_collection["heat-chp plants"] = chp["heat-chp plants"] table_collection["power plants"] = chp["power plants"] else: logging.info("...skipped") @@ -123,33 +124,36 @@ def create_scenario(regions, year, name, lines, opsd_version=None): ) logging.info("BASIC SCENARIO - DEMAND") - table_collection["demand series"] = demand.scenario_demand( - regions, - year, - name, - opsd_version=opsd_version, + table_collection.update( + demand.scenario_demand( + regions, + year, + name, + opsd_version=opsd_version, + ) ) logging.info("BASIC SCENARIO - MOBILITY") - table_collection = mobility.scenario_mobility(year, table_collection) + if cfg.get("creator", "mobility"): + table_collection = mobility.scenario_mobility(year, table_collection) + else: + logging.info("...skipped") - logging.info("ADD META DATA") + logging.info("ADD GENERAL DATA") table_collection["general"] = pd.concat( - [table_collection["general"], meta_data(year)] - ) - table_collection["general"].loc["number of time steps", "value"] = len( - table_collection["demand series"] + [table_collection["general"], general_data(year, table_collection)] ) + table_collection["info"] = meta_data() + logging.info("ADD META DATA") return table_collection -def meta_data(year): - meta = pd.DataFrame.from_dict( - cfg.get_dict("creator"), orient="index", columns=["value"] +def general_data(year, input_data): + general = pd.DataFrame(columns=["value"]) + general.loc["year"] = year + general.loc["number of time steps"] = len( + input_data["electricity demand series"] ) - meta.loc["year"] = year - meta.loc["map"] = cfg.get("creator", "map") - # meta.loc[""] # Create name if cfg.get("creator", "heat"): @@ -160,9 +164,17 @@ def meta_data(year): merit = "no-reg-merit" else: merit = "reg-merit" - meta.loc["name"] = "{0}_{1}_{2}_{3}_{4}".format( + general.loc["name"] = "{0}_{1}_{2}_{3}_{4}".format( "deflex", year, cfg.get("creator", "map"), heat, merit ) + return general + + +def meta_data(): + meta = pd.DataFrame.from_dict( + cfg.get_dict("creator"), orient="index", columns=["value"] + ) + meta.loc["map"] = cfg.get("creator", "map") return meta @@ -177,38 +189,45 @@ def clean_time_series(table_collection): ------- """ - dts = table_collection["demand series"] + series = [t for t in table_collection.keys() if "series" in t] + vts = table_collection["volatile series"] - vs = table_collection["volatile plants"] - - regions = list(dts.columns.get_level_values(0).unique()) - if "DE_demand" in regions: - regions.remove("DE_demand") - for reg in regions: - for load in ["district heating", "electrical_load"]: - if dts[reg].get(load) is not None: - if dts[reg, load].sum() == 0: - msg = ( - "Removing %s time series of region %s because" - "sum of time series is %s" - ) - logging.debug(msg, load, reg, dts[reg, load].sum()) - del dts[reg, load] - - regions = list(vts.columns.get_level_values(0).unique()) - for reg in regions: - for t in ["hydro", "solar", "wind", "geothermal"]: - if (t not in vs.loc[reg].index) or ( - vs.loc[(reg, t), "capacity"].sum() == 0 - ): - if vts.get(reg) is not None: - if vts[reg].get(t) is not None: - msg = ( - "Removing %s time series of region %s " - "because installed capacity is %s" - ) - logging.debug(msg, t, reg, vs.loc[reg].get(t)) - vts.drop((reg, t), axis=1, inplace=True) + vp = table_collection["volatile plants"] + + for key in series: + for column, data in table_collection[key].items(): + if data.sum() == 0: + msg = ( + "Removing column %s of table %s because" + "sum of column is %s" + ) + logging.debug(msg, column, key, data.sum()) + del table_collection[key][column] + + for index, data in table_collection["volatile series"].items(): + if index in vp.index: + if vp.loc[index, "capacity"] == 0: + remove = True + msg = ( + "Removing volatile series: %s " + "because installed capacity is %s" + ) + logging.debug(msg, index, vp.loc[index]) + else: + remove = False + else: + remove = True + msg = ( + "Removing volatile series: %s " + "because installed capacity does not exist." + ) + logging.debug(msg, index) + if remove is True: + vts.drop(index, axis=1, inplace=True) + + for index, data in table_collection["power plants"].iterrows(): + if data["capacity"] == 0: + table_collection["power plants"].drop(index, axis=0, inplace=True) return table_collection @@ -303,28 +322,10 @@ def create_basic_reegis_scenario( ... csv_path=path.format("_csv"), ... ) # doctest: +SKIP """ - default = { - "costs_source": "ewi", - "downtime_bioenergy": 0.1, - "limited_transformer": "bioenergy", - "local_fuels": "district heating", - "map": "de02", - "mobility_other": "petrol", - "round": 1, - "separate_heat_regions": "de22", - "copperplate": True, - "default_transmission_efficiency": 0.9, - "group_transformer": False, - "heat": False, - "use_CO2_costs": False, - "use_downtime_factor": True, - "use_variable_costs": False, - "year": 2014, - } - - default.update(parameter) + # The default parameter can be found in "creator.ini". + config.init(paths=[os.path.dirname(dfile)]) - for option, value in default.items(): + for option, value in parameter.items(): cfg.tmp_set("creator", option, str(value)) config.tmp_set("creator", option, str(value)) diff --git a/src/deflex/tools.py b/src/deflex/tools.py index 6e1d8a37..369a23ea 100644 --- a/src/deflex/tools.py +++ b/src/deflex/tools.py @@ -27,30 +27,31 @@ def download(fn, url, force=False): logging.info("%s downloaded from %s.", url, fn) -def fetch_example_results(key): +def fetch_test_files(path): """Download example results to enable tests. Make sure that the examples will have the same structure as the actual deflex results. """ - zip_file = os.path.join(TEST_PATH, "deflex_examples.zip") + zip_file = os.path.join(TEST_PATH, "deflex_test_files.zip") zip_url = ( - "https://files.de-1.osf.io/v1/resources/a5xrj/providers" - "/osfstorage/5fdc7e0bf0df5405452ef6f0/?zip=" + "https://files.de-1.osf.io/v1/resources/a5xrj/providers/osfstorage" + "/605331aa90bb4e00771516a6?action=download&direct&version=1" ) + os.makedirs(TEST_PATH, exist_ok=True) - if ".dflx" in key: - file_name = os.path.join(TEST_PATH, "results_cbc", key) + if ".dflx" in path: + file_name = os.path.join(TEST_PATH, "results_cbc", path) else: - file_name = os.path.join(TEST_PATH, key) - if not os.path.isfile(file_name): + file_name = os.path.join(TEST_PATH, path) + if not (os.path.isfile(file_name) or os.path.isdir(file_name)): download(zip_file, zip_url, force=True) with ZipFile(zip_file, "r") as zip_ref: zip_ref.extractall(os.path.dirname(zip_file)) - if not os.path.isfile(file_name): + if not (os.path.isfile(file_name) or os.path.isdir(file_name)): msg = "Example file '{0}' not in '{1}', downloaded from {2}".format( - key, zip_file, zip_url + path, zip_file, zip_url ) raise ValueError(msg) return file_name diff --git a/src/deflex/transmission.py b/src/deflex/transmission.py index 6b1df382..17a9e3c4 100644 --- a/src/deflex/transmission.py +++ b/src/deflex/transmission.py @@ -103,10 +103,10 @@ def get_electrical_transmission_default(power_lines, both_directions=False): """ trans = pd.DataFrame() - for length in power_lines: - trans.loc[length, "capacity"] = float("inf") - trans.loc[length, "distance"] = float("nan") - trans.loc[length, "efficiency"] = 1 + for line_name in power_lines: + trans.loc[line_name, "capacity"] = float("inf") + trans.loc[line_name, "distance"] = float("nan") + trans.loc[line_name, "efficiency"] = 1 if both_directions is True: trans = add_reverse_direction(trans) @@ -216,36 +216,26 @@ def get_electrical_transmission_renpass(both_directions=False): return df -def scenario_transmission(regions, name, lines): +def scenario_transmission(regions, lines, rmap=None, copperplate=None): """Get power plants for the scenario year Examples -------- - >>> my_regions=geometries.deflex_regions(rmap="de21") # doctest: +SKIP - >>> pp=scenario_powerplants(dict(), my_regions, 2014, "de21" - ... ) # doctest: +SKIP - >>> lines=scenario_transmission(pp, my_regions, "de21") # doctest: +SKIP - >>> int(lines.loc["DE07-DE05", ("electrical", "capacity")] - ... ) # doctest: +SKIP + >>> my_regions=geometries.deflex_regions(rmap="de21") + >>> my_lines = geometries.deflex_power_lines(rmap="de21").index + >>> lines=scenario_transmission(my_regions, my_lines, "de21", False) + >>> int(lines.loc["DE07-DE05", ("electrical", "capacity")]) 1978 - >>> int(lines.loc["DE07-DE05", ("electrical", "distance")] - ... ) # doctest: +SKIP + >>> int(lines.loc["DE07-DE05", ("electrical", "distance")]) 199 - >>> float(lines.loc["DE07-DE05", ("electrical", "efficiency")] - ... ) # doctest: +SKIP + >>> float(lines.loc["DE07-DE05", ("electrical", "efficiency")]) 0.9 - >>> cfg.tmp_set("creator", "copperplate", "True") - >>> lines=scenario_transmission(pp, regions, "de21" - ... ) # doctest: +SKIP - >>> cfg.tmp_set("creator", "copperplate", "False") - >>> float(lines.loc["DE07-DE05", ("electrical", "capacity")] - ... ) # doctest: +SKIP + >>> lines=scenario_transmission(my_regions, my_lines, copperplate=True) + >>> float(lines.loc["DE07-DE05", ("electrical", "capacity")]) inf - >>> float(lines.loc["DE07-DE05", ("electrical", "distance")] - ... ) # doctest: +SKIP + >>> float(lines.loc["DE07-DE05", ("electrical", "distance")]) nan - >>> float(lines.loc["DE07-DE05", ("electrical", "efficiency")] - ... ) # doctest: +SKIP + >>> float(lines.loc["DE07-DE05", ("electrical", "efficiency")]) 1.0 """ @@ -253,7 +243,13 @@ def scenario_transmission(regions, name, lines): # landmass polygon. offshore_regions = geometries.divide_off_and_onshore(regions).offshore - if name in ["de21", "de22"] and not cfg.get("creator", "copperplate"): + if rmap is None: + rmap = cfg.get("creator", "map") + + if copperplate is None: + copperplate = cfg.get("creator", "copperplate") + + if rmap in ["de21", "de22"] and not copperplate: elec_trans = get_electrical_transmission_renpass() general_efficiency = cfg.get( "creator", "default_transmission_efficiency" @@ -284,6 +280,7 @@ def scenario_transmission(regions, name, lines): ): elec_trans.loc["DE22-DE01", ("electrical", "efficiency")] = 0.999999 elec_trans.loc["DE22-DE01", ("electrical", "capacity")] = 9999999 + elec_trans.loc["DE22-DE01", ("electrical", "distance")] = 0 return elec_trans diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/commodity sources.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/commodity sources.csv deleted file mode 100644 index 3ab15441..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/commodity sources.csv +++ /dev/null @@ -1,9 +0,0 @@ -,fuel,costs,emission -DE,nuclear,5.5,0.0 -DE,lignite,3.1,404.0 -DE,hard coal,12.53,337.0 -DE,natural gas,23.27,201.0 -DE,oil,33.2238329238329,280.0 -DE,waste,0.0,0.0 -DE,other,32.9238329238329,214.0 -DE,bioenergy,20.0,7.2 diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/demand series.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/demand series.csv deleted file mode 100644 index 44502d3f..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/demand series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -de02,DE01 -,electrical_load -0,47274.4749847342 -1,45301.8470967543 -2,43454.9767683238 -3,42359.5343269082 -4,41560.2978358805 -5,40587.4949796626 -6,38768.6863195835 -7,39063.8529787922 -8,39743.5677581599 -9,42247.2878551308 -10,44580.5595612632 -11,47117.5377824817 -12,48105.9304096441 -13,47482.3388661652 -14,47093.6334804753 -15,47669.4163191275 -16,50821.671552763 -17,55887.3135649521 -18,56817.5042730533 -19,55863.4091621317 -20,53292.1334246724 -21,51721.7220101545 -22,51089.8159356136 -23,47719.3036063127 -24,44198.0900234628 -25,41865.8577093236 -26,41180.9462724318 -27,41376.338256456 -28,42727.4532841294 -29,45363.1668893532 -30,50687.5993613377 -31,56903.7677596518 -32,61022.5899008019 -33,63575.1579937789 -34,65298.3492442044 -35,66889.5469863771 -36,67151.4555213383 -37,66366.7694092619 -38,65215.2037319576 -39,64384.7876990409 -40,65862.699577443 -41,69414.0534110028 -42,69261.2735750952 -43,67217.9718706474 -44,63115.778892435 -45,60131.8933664655 -46,57917.1039799999 -47,53542.6093534061 -48,49438.3376920213 -49,46935.6568862296 -50,46137.4597871952 -51,46551.1087660707 -52,47659.0231048931 -53,49965.2725346674 -54,54267.0148632488 -55,59898.0464998557 -56,63225.94668104 -57,64957.4525633414 -58,66242.0511408917 -59,67791.676126941 -60,67899.7653331875 -61,66122.5294292317 -62,64679.9543582496 -63,64196.6708540854 -64,65863.7389694362 -65,69479.5305699465 -66,69369.3627813416 -67,66932.1591344937 -68,62915.1902508867 -69,60063.2982331701 -70,58357.7753360475 -71,54461.3675560938 -72,50055.6932867969 -73,47663.1803704241 -74,46322.458556985 -75,46197.7402886148 -76,46578.1311432428 -77,46571.8951945394 -78,47045.8247756485 -79,50040.1035158523 -80,53547.8059101163 -81,57297.6697020519 -82,59712.0083380726 -83,61342.7002540103 -84,61171.2125719925 -85,59861.6703004425 -86,58633.1949587808 -87,58648.7847297253 -88,61032.9831150362 -89,64649.8141075398 -90,64863.9138368602 -91,62472.4402116666 -92,58327.6350853377 -93,55743.8874504717 -94,54668.1920455315 -95,51203.1016985702 -96,47408.5471761595 -97,44569.1270558496 -98,43150.456286874 -99,42816.8347450796 -100,43057.9568515721 -101,42762.7901923633 -102,41943.8065640462 -103,43687.7842429405 -104,46516.8112498299 -105,50185.6082126912 -106,53436.5987295181 -107,56411.1304332465 -108,56461.0177204318 -109,54736.787178827 -110,53055.1685837109 -111,52715.3111940271 -112,54857.3481816663 -113,59744.2272719549 -114,61288.65560048 -115,59906.3610309176 -116,57046.154482139 -117,55340.6315850165 -118,55169.1439029988 -119,51576.2173133156 -120,48471.7707845068 -121,46651.9227324345 -122,45904.6522117646 -123,46187.3470743804 -124,47428.294212635 -125,49977.7443312602 -126,55203.4415200535 -127,61121.3252848072 -128,64032.4584119503 -129,65470.8762174014 -130,67297.9995093564 -131,68662.6256248019 -132,68759.2823256347 -133,67667.9971497501 -134,66597.4983015201 -135,66028.9907027506 -136,67614.9918882131 -137,71568.5621952348 -138,71696.3985387707 -139,69830.8204650439 -140,65896.9971944977 -141,62815.4155757022 -142,60277.3979624905 -143,55430.0130459667 -144,51448.3810705937 -145,49373.8998242568 -146,48482.1638979272 -147,49014.2953980975 -148,50737.486749337 -149,54670.270728704 -150,63261.2835892739 -151,71374.2095023898 -152,73825.9636290031 -153,73376.9777418935 -154,73837.3961344166 -155,74753.0363627526 -156,74247.9272397544 -157,73556.7799549732 -158,72215.0188503549 -159,71764.9935712522 -160,72866.6719613712 -161,77221.4195514896 -162,77278.5821793715 -163,75226.9659438617 -164,70776.6009440898 -165,66733.6491761178 -166,63229.0646553917 -167,57813.1721400984 -168,53741.1193117819 -169,51211.4162296321 -170,50130.5242679818 -171,50899.6205082996 -172,52455.4814430523 -173,56206.3845261672 -174,65040.5980755882 -175,72775.2119180625 -176,75061.7142105474 -177,74319.6402465876 -178,74901.6590339432 -179,76004.3767152415 -180,75163.5674680904 -181,74558.6836699077 -182,73252.2593727094 -183,72384.4278492002 -184,73517.2857812083 -185,77491.6426175126 -186,77286.8967104334 -187,75077.3039814919 -188,70463.765931578 -189,66951.9061709692 -190,63571.0007282479 -191,58388.9549787506 -192,54244.1498524216 -193,51926.4679172338 -194,51023.2994854906 -195,51593.8857674326 -196,53310.8411699687 -197,57050.31174767 -198,65828.4020612022 -199,73448.6907487268 -200,75952.4108456977 -201,75054.4389706647 -202,76033.477674772 -203,77071.7575891197 -204,76254.8527447891 -205,75803.7881745071 -206,74907.8949826466 -207,74391.3532534209 -208,75543.9583227184 -209,78695.1742651747 -210,78113.1554778191 -211,75706.092182495 -212,71078.0035520019 -213,67651.3679868123 -214,64168.609286548 -215,58700.7507000831 -216,54702.4895617723 -217,52591.6322168361 -218,51744.5870209817 -219,52278.7971035104 -220,54217.1274752496 -221,57688.4537709142 -222,65728.6273860177 -223,73527.6789954426 -224,75798.5915169829 -225,74758.2330202768 -226,75162.5281769112 -227,76028.2811180619 -228,75670.7552742611 -229,74180.3714984522 -230,72508.1068263911 -231,71562.3263473453 -232,72547.6010001561 -233,76451.2840199925 -234,75924.3491773464 -235,73627.4536706272 -236,69002.4830144857 -237,65488.5446715184 -238,63248.8116918671 -239,58695.5541433729 -240,55020.5213326221 -241,52598.9074567188 -242,51282.0899452861 -243,51300.7976905823 -244,51235.3206324525 -245,50850.7725122936 -246,51340.2918643473 -247,55089.1163651037 -248,58807.8006151502 -249,61941.3481034896 -250,64300.6027948009 -251,65481.2694316358 -252,64661.2466129534 -253,63004.5717118369 -254,61679.4396693424 -255,61279.3017782389 -256,62642.8886025052 -257,66606.8522245752 -258,66798.0869430684 -259,64518.8597896522 -260,60274.2800889527 -261,57867.2166928146 -262,56745.7912662201 -263,53225.6169745494 -264,50004.7666076184 -265,47707.8711008992 -266,46636.3329614899 -267,46423.2725233488 -268,46413.9187011077 -269,45937.9104368261 -270,45174.0108540324 -271,47040.6281181243 -272,49820.8071290078 -273,53014.6351187667 -274,55533.9449866822 -275,58397.2695098124 -276,58375.4437901645 -277,55929.9256122547 -278,54263.8968888971 -279,53804.5177875533 -280,55678.4103923419 -281,61853.0059337186 -282,64010.6326923023 -283,62712.5230269799 -284,59985.3492776334 -285,58346.342830634 -286,58369.2078414611 -287,55113.0206671101 -288,51983.6304443017 -289,50000.6093420874 -290,49419.6299467251 -291,49816.6498634768 -292,51668.7167486175 -293,55904.9819182551 -294,65948.9630640415 -295,74284.3034391676 -296,77116.4483195948 -297,77061.3644756994 -298,77445.9125958583 -299,78649.4442435204 -300,77998.8304236833 -301,77473.9741633956 -302,76448.1660456408 -303,75783.0017460384 -304,75975.2758565249 -305,79144.1601522842 -306,78590.20303328 -307,76373.3350644559 -308,71697.4378299499 -309,68009.9331217924 -310,65009.4185336991 -311,59576.8968554681 -312,55633.7196618668 -313,53404.3798964498 -314,52357.7853502263 -315,52754.805367792 -316,54387.5758660881 -317,58095.8669019003 -318,67040.2483407402 -319,75049.2424139545 -320,77396.025207859 -321,76826.4783179103 -322,77443.8339126858 -323,78090.290466992 -324,77459.4236836304 -325,76831.6748746205 -326,75843.282247458 -327,75494.0710355331 -328,75929.5457340566 -329,79267.8392302891 -330,78765.8479808287 -331,76720.4676940223 -332,72194.2324218862 -333,68366.4196744139 -334,65001.1040026372 -335,59629.9021170051 -336,55728.2976795271 -337,53484.4074343449 -338,52455.4814430523 -339,53010.4778532358 -340,54614.1474928153 -341,57973.2272158886 -342,66698.3122678839 -343,74332.1121439944 -344,76341.1162313876 -345,75757.0187608595 -346,76139.48829866 -347,77126.8415338292 -348,76677.8556467197 -349,76292.2682353815 -350,75471.2060247059 -351,75051.320996313 -352,75651.0082377856 -353,79246.0135106412 -354,78856.2687329581 -355,76665.3838501269 -356,72102.7723785775 -357,68491.1379427841 -358,65582.0833979996 -359,60434.3352655569 -360,56541.0453591409 -361,54056.0330074661 -362,52951.2366429954 -363,53597.6932981155 -364,55079.7624420486 -365,58834.8228915084 -366,67421.6784865474 -367,75113.6801809051 -368,77412.6543707968 -369,76943.9213463978 -370,77749.3937861289 -371,78546.5515939841 -372,78081.9759359301 -373,77585.1813439938 -374,76739.1754393186 -375,76131.1736667841 -376,76631.0862330721 -377,79606.6572279797 -378,78988.2623420249 -379,76905.4665646261 -380,72388.5851147311 -381,68651.1931193883 -382,65529.0781364626 -383,60223.3534097742 -384,55853.0160487113 -385,53534.2948223442 -386,52555.2560174229 -387,52951.2366429954 -388,54570.4960535194 -389,58012.7213896535 -390,66380.280597848 -391,74374.7241912971 -392,77181.9254785386 -393,77018.7523275828 -394,77522.8221594017 -395,77836.6965639067 -396,76437.7729322204 -397,74851.7717467579 -398,73389.4495384864 -399,72319.9900822496 -400,72622.431981341 -401,76744.3720968427 -402,76940.8033720461 -403,74448.5158813028 -404,69630.2318234956 -405,65894.9185113252 -406,63521.1133402487 -407,59330.5781922654 -408,55361.4180134852 -409,52884.7202936863 -410,51425.5160597665 -411,51241.5565811559 -412,51254.0283777487 -413,51413.0441623597 -414,52168.6293149055 -415,55745.9661336441 -416,59894.928525504 -417,62880.8927346459 -418,64755.8246306138 -419,65554.0218304622 -420,64545.8821668243 -421,62278.0875188217 -422,60386.5265607301 -423,60133.971948824 -424,61303.2060802453 -425,66576.7119738654 -426,67319.8252290043 -427,64792.200830027 -428,60444.7283789773 -429,58083.3951053075 -430,57328.8493447549 -431,53915.7249681514 -432,50343.5847061229 -433,48015.5096575147 -434,46792.2308725632 -435,46282.9644840341 -436,46383.7784503978 -437,45733.1645297468 -438,45177.1287275701 -439,47385.6821653323 -440,50917.2889624166 -441,54824.0899566047 -442,57834.9977589324 -443,60625.5699840501 -444,60222.314118595 -445,57827.7225190497 -446,56128.4355706306 -447,55544.3382009166 -448,56917.2789482379 -449,61885.2248676009 -450,63685.3257823838 -451,62152.3299592723 -452,59337.8534321481 -453,57795.5036859814 -454,57913.9861064622 -455,54423.9520655013 -456,51384.9825948223 -457,49682.5776720515 -458,48920.7566716163 -459,49371.8212418983 -460,51286.2472108171 -461,55421.6985149048 -462,65139.3334595934 -463,73273.045801178 -464,75886.9336867539 -465,77015.6343532311 -466,78110.0375034674 -467,79171.1825294563 -468,79030.8743893276 -469,78859.3867073098 -470,78112.1161866399 -471,77472.9348722164 -472,77220.3802603103 -473,79575.4776860907 -474,78947.7288770808 -475,76782.8268786144 -476,71960.3855552763 -477,68451.6438698332 -478,65525.9601621109 -479,60921.7759344381 -480,57090.8452126141 -481,54798.1069714259 -482,53716.1756177823 -483,53972.8874952193 -484,55465.3499542007 -485,58980.3275883472 -486,67473.6444569051 -487,75146.9384059666 -488,77898.0164573195 -489,77882.426585561 -490,78913.43136084 -491,79953.7898575462 -492,79338.5128451291 -493,78926.9424486121 -494,78146.4137028807 -495,77322.2335178534 -496,77145.5492791254 -497,79879.9981675405 -498,79520.3937413812 -499,77266.1102819647 -500,72850.0428992474 -501,69259.1948919227 -502,66156.8269454725 -503,61341.660962831 -504,57337.1638758168 -505,55045.4649258078 -506,54030.0500222873 -507,54368.8681207919 -508,55850.9373655389 -509,59321.2242692103 -510,67750.1033708176 -511,75188.51116209 -512,77772.2587969561 -513,77778.4947456595 -514,78542.3943284532 -515,79606.6572279797 -516,78765.8479808287 -517,78193.1831165282 -518,77171.5322643043 -519,76512.6039134053 -520,76414.9078205793 -521,79771.9090621081 -522,79914.2957845953 -523,77874.1120544991 -524,73077.6538171539 -525,69451.4689015952 -526,66684.8011801118 -527,61975.6456197303 -528,57991.9349611848 -529,55587.9896402124 -530,54668.1920455315 -531,54838.64043637 -532,56200.1486782778 -533,59686.0253528938 -534,67971.4783400207 -535,75615.6713295516 -536,77675.6020961232 -537,77708.8603211847 -538,78467.5633472683 -539,79205.480045697 -540,78710.7640361193 -541,78332.4518646637 -542,77602.8497981108 -543,76920.0170443914 -544,76924.1743099224 -545,80014.0703589659 -546,79989.1267657802 -547,77949.9824276772 -548,73491.3027960294 -549,69968.010630821 -550,67123.393852987 -551,62351.8792088274 -552,58513.6732471208 -553,56283.2941905246 -554,55045.4649258078 -555,55357.2607479543 -556,56563.910369968 -557,59830.4907585534 -558,68063.9777753226 -559,75572.0199910697 -560,78361.5528241943 -561,78347.002344429 -562,79230.4236388827 -563,79704.3532199918 -564,79016.3239095623 -565,77541.5299046979 -566,75986.7083619385 -567,75081.4612470229 -568,75013.9055057206 -569,78275.2893375958 -570,78272.1713632441 -571,75476.4025814161 -572,71170.5029873038 -573,67598.3627252753 -574,65564.4149438826 -575,61463.2612568495 -576,58186.2876540298 -577,55600.4614368052 -578,54066.4262217005 -579,53376.3182280985 -580,53327.4702320924 -581,52866.0125483901 -582,53362.8071403264 -583,57023.2894713119 -584,60818.8833857158 -585,64348.4114996277 -586,66520.5887379767 -587,67409.2066899545 -588,66479.0158810393 -589,64705.9373434285 -590,63036.7906457192 -591,62427.7494811915 -592,62885.0500001769 -593,67440.3862318436 -594,68906.8657056461 -595,66580.8692393963 -596,62533.7601050795 -597,59979.113429744 -598,59608.0763973572 -599,56851.8017892941 -600,53981.2020262812 -601,51481.6392956552 -602,49914.3458554889 -603,48981.037173036 -604,48503.9896175751 -605,47603.9391601837 -606,46584.3669911322 -607,48204.6656928355 -608,51703.0142648582 -609,55691.9214801139 -610,58780.7783387921 -611,61650.3387098118 -612,61415.4525520227 -613,59395.015959216 -614,57851.6269218701 -615,57346.5177988719 -616,58235.1357508498 -617,63512.7988091868 -618,66005.0862999302 -619,64650.853398719 -620,61982.920859613 -621,60739.895038186 -622,61188.8810261095 -623,57929.5758774067 -624,54603.7542785809 -625,52731.9403569648 -626,51733.1545155681 -627,51889.0524266413 -628,53437.6381215113 -629,57580.3645646678 -630,67163.9273179311 -631,74750.9577803941 -632,77141.3920135945 -633,77520.7435770432 -634,78288.8004253679 -635,78921.7458919019 -636,78262.817440189 -637,77693.2705502402 -638,76526.1150011774 -639,75847.439512989 -640,75277.8926230402 -641,78987.2229500317 -642,80029.6602307244 -643,78159.9248914667 -644,73805.1773013483 -645,70438.8222375784 -646,67534.964249504 -647,62869.4602292324 -648,59011.5071302363 -649,56930.79003601 -650,55750.1233991751 -651,56109.7278253344 -652,57314.2988649896 -653,60673.3786888769 -654,69089.7858930774 -655,76396.200075283 -656,78017.5381689795 -657,77653.7763764753 -658,78066.3861649856 -659,78570.4559968045 -660,77847.089778141 -661,77175.6895298353 -662,76168.5891573766 -663,75403.6502834037 -664,75061.7142105474 -665,79037.110338031 -666,80631.4260545554 -667,78792.8702571868 -668,74323.7975121186 -669,70933.5381463422 -670,67811.4231634165 -671,63450.4396245947 -672,59897.0072086764 -673,57470.1967760629 -674,56316.5524155861 -675,56394.5013711227 -676,57531.5165686618 -677,60779.3892119509 -678,69296.6103825152 -679,76824.3996347378 -680,78973.7118622597 -681,78967.4759135563 -682,79742.8081025775 -683,80478.6461178338 -684,79854.0152831756 -685,79343.7095026533 -686,78258.660174658 -687,77494.7605918643 -688,76887.7981105092 -689,80186.5974329768 -690,81346.477641343 -691,79354.1027168876 -692,74810.1989906345 -693,71309.7717354393 -694,68717.7095695113 -695,64378.5517503375 -696,60510.2055379211 -697,58456.5107200528 -698,57124.1034376757 -699,57037.8399510772 -700,58058.4514113079 -701,61275.144512708 -702,69383.9131602929 -703,76656.0299270718 -704,78453.012867503 -705,78467.5633472683 -706,79223.148499814 -707,79744.886684936 -708,78955.0041169634 -709,78208.7728874727 -710,76847.264645565 -711,76127.0164012532 -712,75564.7447511871 -713,79175.3397949872 -714,80833.053987283 -715,79047.5035522653 -716,74644.9471565062 -717,71060.3350978849 -718,68153.3592362728 -719,63822.5159481608 -720,60145.4044542376 -721,57844.3516819875 -722,56511.9443996103 -723,56550.399181382 -724,57586.6005133712 -725,60778.3499207717 -726,68514.0029536113 -727,75557.4695113044 -728,77593.4958750557 -729,77298.329215847 -730,77694.3098414195 -731,77811.752970721 -732,76718.3891116638 -733,74982.7259638315 -734,73167.0352781041 -735,72300.2429449602 -736,72063.2782048126 -737,76147.8028297219 -738,77920.8814681467 -739,75859.9114103958 -740,71364.8556801487 -741,67945.4953548418 -742,65967.6708093377 -743,61866.5171223047 -744,58336.9890083928 -745,56035.9362361427 -746,54388.6151572673 -747,53855.4444667318 -748,53410.6157443393 -749,53194.4374326604 -750,53688.114050245 -751,57408.87688265 -752,61020.5113184434 -753,64296.4455292699 -754,66438.4825169091 -755,67489.2342278496 -756,66569.4367339827 -757,64856.6385969776 -758,63004.5717118369 -759,62320.6996669383 -760,62652.2425255602 -761,66503.9595750389 -762,68242.740697223 -763,65750.4531056656 -764,61459.1039913186 -765,58937.7155410446 -766,58161.3440608441 -767,54952.9655913199 -768,51501.3863321307 -769,48721.2074220612 -770,47274.4749847342 -771,46929.4210383402 -772,47094.6727716545 -773,46569.8165113669 -774,45831.8999137521 -775,47959.386320812 -776,51508.6615720133 -777,55197.2055713501 -778,57953.4801794131 -779,60397.9590661437 -780,59638.216648067 -781,57251.9396803976 -782,55722.0617308237 -783,54948.808224975 -784,55424.8164892565 -785,60275.319380132 -786,64397.2594956337 -787,63388.0805408166 -788,60655.71023476 -789,59305.6344982658 -790,59508.3018229866 -791,56063.99780368 -792,53152.864575723 -793,51712.3681879133 -794,51105.4057065582 -795,51539.8411139024 -796,53101.9379973585 -797,57060.7049619043 -798,65968.7102013309 -799,73768.8011019351 -800,76379.5710131592 -801,76751.6473367254 -802,77611.1643291727 -803,78461.3274993788 -804,77945.8250613323 -805,77433.4406984515 -806,76389.9642273936 -807,75867.1866502784 -808,75136.5451917323 -809,78186.9471678248 -810,79703.3139288126 -811,77766.0228482527 -812,73184.7036314071 -813,69367.2840981692 -814,66524.7460035076 -815,62017.2183758537 -816,58420.1345206396 -817,56260.4291796974 -818,55328.1597884237 -819,55555.7707063301 -820,56802.9537932881 -821,59874.1420970353 -822,68030.719550261 -823,75433.7905341135 -824,77250.5205110202 -825,77181.9254785386 -826,77820.0675017829 -827,78652.5622178721 -828,77673.5235137647 -829,77010.4377965209 -830,75871.3439158094 -831,74662.6156106232 -832,73656.5546301577 -833,76765.1584244974 -834,79560.9272063254 -835,77883.4659775542 -836,73326.051062715 -837,69817.3092764579 -838,66682.7224969393 -839,61933.0335724277 -840,58375.4437901645 -841,56072.3123347419 -842,55166.026029461 -843,55450.7994744354 -844,56845.5658405907 -845,60196.3311334161 -846,68473.4695894811 -847,75616.7107215448 -848,77338.8626807911 -849,77255.7171685443 -850,78157.8462082942 -851,78927.9817397913 -852,78006.1056635659 -853,77563.3556243459 -854,76365.020533394 -855,75618.7893039033 -856,74796.6878020485 -857,77725.4893833085 -858,79837.3861202379 -859,77983.2405519248 -860,73387.3709561279 -861,69651.0182519643 -862,66965.4173595552 -863,61703.3439713488 -864,57960.7554192958 -865,55642.0341929286 -866,54508.1368689273 -867,54781.4779093021 -868,56029.7002874393 -869,59541.5599472341 -870,68025.5229935509 -871,74931.799284653 -872,76366.0598245732 -873,75930.5851260498 -874,76505.3286735227 -875,77436.5586728032 -876,76522.9970268257 -877,75804.8274656864 -878,74491.1279286054 -879,73518.3251732015 -880,72961.2499790316 -881,76398.2787584555 -882,79020.4811750932 -883,77470.8561890439 -884,72863.5539870195 -885,69118.886751794 -886,65771.2395341343 -887,60512.2841202796 -888,56657.4490964492 -889,54133.9819630028 -890,53019.8317762909 -891,53452.1886012766 -892,55295.9408545414 -893,58870.1597997423 -894,66955.0241453209 -895,74046.2993070268 -896,76157.156651963 -897,76081.2863795988 -898,77018.7523275828 -899,77961.4149330908 -900,77052.0105526443 -901,75660.3620600267 -902,74257.2811628095 -903,73563.0159036766 -904,73319.8152148256 -905,75354.8022873976 -906,76836.8714313307 -907,74458.9090955371 -908,70192.5035743757 -909,66485.2518297427 -910,63852.6561988706 -911,59388.7801113266 -912,55519.3945069169 -913,53392.9473910362 -914,52319.3305684546 -915,52329.7237826889 -916,52602.0254310705 -917,52526.1551587063 -918,53179.8869528951 -919,56625.2301625669 -920,60548.6603196928 -921,63795.4936718027 -922,65669.3862765913 -923,66635.9530832918 -924,65695.3692617701 -925,63759.1174723895 -926,61878.9889188975 -927,61436.2389804914 -928,61578.6257029786 -929,65363.8264031482 -930,67466.3692170225 -931,65010.4578248783 -932,60558.0142427479 -933,57795.5036859814 -934,56833.0940439979 -935,53087.3875175932 -936,49427.944477787 -937,47228.7449630799 -938,46152.0101661465 -939,45997.1516470665 -940,46276.7285353306 -941,46038.7244031899 -942,45614.68221008 -943,47470.9063607516 -944,50885.0700285343 -945,54600.6363042292 -946,57520.0840632482 -947,60419.7847857916 -948,59836.7266064428 -949,57521.1233544274 -950,55856.1339222491 -951,55310.4913343067 -952,55464.3105622075 -953,59302.5165239141 -954,63705.0728188593 -955,62523.3668908451 -956,59918.8328275104 -957,58247.6075474426 -958,58350.5000961649 -959,54971.6733366161 -960,52126.0171667889 -961,50771.7842655777 -962,50309.2871898822 -963,51011.866980077 -964,52697.6427399101 -965,56448.5459238389 -966,65796.1832281339 -967,73296.9501031845 -968,75544.9976138976 -969,76015.809321469 -970,76865.9723908612 -971,77836.6965639067 -972,77201.6725150141 -973,76657.069218251 -974,75424.4366110584 -975,74683.4020390918 -976,73776.0763418177 -977,76349.4307624495 -978,78691.0169996438 -979,77046.8139959341 -980,72413.5288087308 -981,68645.9965626781 -982,65489.5839626976 -983,60191.134475892 -984,56181.4409329816 -985,53983.2807094537 -986,53087.3875175932 -987,53313.9591443204 -988,54914.5107087342 -989,58557.3246864166 -990,67334.3756079557 -991,74317.5616642292 -992,76362.9419510355 -993,76566.6484661216 -994,77612.2036203519 -995,78676.4665198785 -996,77909.4489627331 -997,77099.8192574711 -998,75442.1050651754 -999,74255.2024796371 -1000,73316.6972404739 -1001,75531.4865261256 -1002,79008.0093785004 -1003,77504.1144141055 -1004,73230.4337538754 -1005,69614.6420525511 -1006,66502.9202838597 -1007,61338.5429884793 -1008,57622.9767127844 -1009,55402.9907696086 -1010,54446.8170763285 -1011,54727.4332557719 -1012,56186.6374896917 -1013,59786.8393192576 -1014,68061.8990921501 -1015,74541.0153166047 -1016,76048.0281545373 -1017,75847.439512989 -1018,76657.069218251 -1019,77733.8040151844 -1020,76809.8491549725 -1021,75740.3896987358 -1022,74293.6572614088 -1023,73083.8896650433 -1024,71955.1889985662 -1025,74879.8333142953 -1026,79083.8796508646 -1027,77496.8391742228 -1028,72877.0651756055 -1029,69127.2013836699 -1030,66288.8204537253 -1031,61397.7841987197 -1032,57445.2530820633 -1033,55119.2566158135 -1034,54180.7513766503 -1035,54500.8616290447 -1036,55991.2455056676 -1037,59672.5141643077 -1038,68010.9725137856 -1039,74245.8486573959 -1040,75371.4313495214 -1041,75625.0252526067 -1042,76607.1819310657 -1043,78016.4987769863 -1044,77716.1355610674 -1045,76854.5398854476 -1046,75856.7934360441 -1047,75708.1707648535 -1048,74824.7494703998 -1049,76835.8321401514 -1050,78509.1361033917 -1051,76977.1795714594 -1052,72260.7488720092 -1053,68666.7828903328 -1054,65693.2905785977 -1055,60811.6081458332 -1056,57322.6133960515 -1057,55294.9015633622 -1058,54338.727870082 -1059,54818.8933998946 -1060,56361.2431460612 -1061,59486.4761033386 -1062,67835.3275662369 -1063,74149.1919565631 -1064,75707.1314736743 -1065,75445.2230395271 -1066,76036.5956491237 -1067,76642.5187384857 -1068,75375.5886150523 -1069,74124.2482625635 -1070,72450.9442993232 -1071,71496.8491884016 -1072,71092.5540317672 -1073,73918.4630643049 -1074,76771.3943732008 -1075,74513.9929394326 -1076,70178.9923857897 -1077,66843.8169647228 -1078,64305.7993515111 -1079,59581.054120999 -1080,55182.6550915848 -1081,52706.9966629652 -1082,51418.2408198839 -1083,50954.7044530091 -1084,51029.535434194 -1085,51198.9444330393 -1086,52513.6832612995 -1087,55792.7354464777 -1088,59674.5928474802 -1089,63261.2835892739 -1090,65188.1814555995 -1091,66241.0118497125 -1092,65074.8955918289 -1093,62863.224280529 -1094,61310.481320128 -1095,60535.1492319207 -1096,60167.2301738855 -1097,63049.262442312 -1098,66628.6778434092 -1099,64483.5229822322 -1100,60233.7466240086 -1101,57504.4942923036 -1102,56384.1081568884 -1103,52914.8605443962 -1104,49356.2314709537 -1105,46853.5506651621 -1106,45604.2889958456 -1107,45546.0870767845 -1108,46052.2355917759 -1109,45676.0020026789 -1110,45152.1851343844 -1111,46930.4603295194 -1112,50616.9256456837 -1113,54682.7425252968 -1114,57564.7747937233 -1115,60212.9601955399 -1116,59351.3645199201 -1117,56996.2671949537 -1118,55129.6498300478 -1119,54183.869351002 -1120,53864.7982889729 -1121,56758.263062813 -1122,62555.5858247274 -1123,62118.0323422175 -1124,59300.4379415556 -1125,57763.2847520992 -1126,57714.4367560931 -1127,54426.0306478598 -1128,51263.3821999899 -1129,50005.8059996116 -1130,49652.4374213417 -1131,50546.2519300298 -1132,52207.0840966772 -1133,55992.2847968468 -1134,65670.4255677705 -1135,72473.8093101504 -1136,74311.3257155258 -1137,74837.2212669926 -1138,75493.0317443539 -1139,76049.0674457166 -1140,75496.1496178916 -1141,74890.2265285296 -1142,73711.6384740532 -1143,72374.0346349659 -1144,70842.0781030335 -1145,72887.4583898399 -1146,77109.1730797122 -1147,75948.2534793528 -1148,71545.6971844076 -1149,67665.9184665776 -1150,64401.4167611647 -1151,59513.4983796968 -1152,55911.2178669585 -1153,53938.5899789786 -1154,53419.9696673944 -1155,53953.1404587439 -1156,55421.6985149048 -1157,58867.0418253906 -1158,67440.3862318436 -1159,73760.4865708732 -1160,75670.7552742611 -1161,75801.7094913347 -1162,76507.4072558812 -1163,77360.688400439 -1164,76471.031056468 -1165,75999.1801585313 -1166,74608.5710579069 -1167,73594.1954455656 -1168,72278.4173261262 -1169,74222.9835457548 -1170,78093.4084413437 -1171,76736.0574649669 -1172,72111.0869096394 -1173,68336.2794237041 -1174,64883.6608733357 -1175,59758.7777517202 -1176,55936.1615609581 -1177,53735.9227550718 -1178,52671.6598555452 -1179,53292.1334246724 -1180,54857.3481816663 -1181,58540.6955234789 -1182,67119.236587456 -1183,73930.9348608978 -1184,76009.5733727656 -1185,76372.2957732766 -1186,77382.514120087 -1187,78393.7716572626 -1188,77564.3949155251 -1189,76871.1690483854 -1190,75498.228301064 -1191,74476.5774488401 -1192,73182.6250490486 -1193,74870.4794920541 -1194,78240.991821355 -1195,76816.0851036759 -1196,72247.2376834232 -1197,68227.1509262784 -1198,65226.6362373712 -1199,59845.0412383187 -1200,55691.9214801139 -1201,53542.6093534061 -1202,52434.6950145836 -1203,52919.0178099271 -1204,54394.8511059707 -1205,58056.3728289494 -1206,66754.4355037725 -1207,73162.8779117592 -1208,74803.9630419311 -1209,74932.8386766462 -1210,75432.7511421203 -1211,76029.3204092411 -1212,74932.8386766462 -1213,74431.886718365 -1214,73373.8597675418 -1215,72469.6520446194 -1216,71459.4336978091 -1217,73469.4771771954 -1218,77555.041093284 -1219,76276.678363623 -1220,71986.3685404552 -1221,67916.3943953112 -1222,64714.2518744904 -1223,59612.2336628881 -1224,55187.851648295 -1225,52827.5576658044 -1226,51985.7091274741 -1227,52385.8470185776 -1228,54298.1944051379 -1229,57688.4537709142 -1230,66427.0499106816 -1231,72602.6848440515 -1232,74708.3456322775 -1233,75285.1678629229 -1234,76168.5891573766 -1235,76862.8544165095 -1236,75953.4501368769 -1237,74585.7060470798 -1238,72925.9131716116 -1239,71794.0945307827 -1240,70702.809354898 -1241,71869.9648031469 -1242,75434.8298252927 -1243,74008.8838164344 -1244,69298.6890656877 -1245,65615.3416230611 -1246,63376.648035403 -1247,58929.4009091687 -1248,55201.362836881 -1249,52908.6245956928 -1250,51545.0377714265 -1251,51472.2853726001 -1252,51713.4074790926 -1253,51655.2055600314 -1254,52497.0541991757 -1255,55396.7548209052 -1256,58978.2490059888 -1257,62164.8017558651 -1258,63949.3128997035 -1259,65119.586322304 -1260,63905.6614604076 -1261,61748.0347018239 -1262,59765.0135996096 -1263,58925.2436436378 -1264,58329.7137685102 -1265,60865.6526985494 -1266,65493.7413290426 -1267,63761.1961555619 -1268,59666.2783164183 -1269,56874.6668001213 -1270,55820.797114829 -1271,52017.9279605424 -1272,48717.0500557163 -1273,46289.2003319235 -1274,45180.2467019218 -1275,45043.0565361448 -1276,45274.8248203962 -1277,45131.3987059158 -1278,44397.6393738319 -1279,45865.1581388136 -1280,49691.9314942927 -1281,53312.9197523272 -1282,55822.8756971875 -1283,58124.9678614309 -1284,57165.676193799 -1285,54544.5130683406 -1286,52220.5952852632 -1287,51149.057145854 -1288,51104.3664153789 -1289,54400.0476626809 -1290,61483.008293325 -1291,61651.378000991 -1292,58873.2776732801 -1293,56960.9302867198 -1294,56825.8188041152 -1295,53335.7847631543 -1296,50293.6974189377 -1297,48822.021388425 -1298,48317.951556606 -1299,49164.9966516465 -1300,51304.9549561133 -1301,55878.9990338902 -1302,65324.3322293833 -1303,71237.0194374268 -1304,73262.6525869437 -1305,73461.1625453196 -1306,73978.7435657246 -1307,74895.4230852398 -1308,74090.990037502 -1309,73173.2711259935 -1310,71779.5440510175 -1311,70452.3334261644 -1312,68747.8498202212 -1313,70226.8010906165 -1314,75807.9454400381 -1315,75544.9976138976 -1316,71252.6092083713 -1317,67372.8304905413 -1318,63499.2876206008 -1319,58444.038822646 -1320,54850.0729417836 -1321,52670.620463552 -1322,52098.9948904308 -1323,52729.8616737924 -1324,54716.0007503583 -1325,58438.8422659359 -1326,67157.6913692277 -1327,72615.1567414583 -1328,74180.3714984522 -1329,74138.7987423287 -1330,74684.4413302711 -1331,75420.2793455274 -1332,74870.4794920541 -1333,74043.1813326751 -1334,72873.9472012538 -1335,72072.6320270537 -1336,71064.4923634159 -1337,72537.2077859217 -1338,76746.4506792012 -1339,75932.6637084083 -1340,71401.2318795619 -1341,67212.7753139371 -1342,63266.4801459841 -1343,58494.9655018245 -1344,54617.265467167 -1345,52430.5377490527 -1346,51538.8018227231 -1347,52112.5060790168 -1348,53992.6345316948 -1349,57889.0424124626 -1350,66628.6778434092 -1351,72528.8932548598 -1352,74544.1331901424 -1353,74566.9983017835 -1354,75253.9883210338 -1355,76015.809321469 -1356,75270.6173831576 -1357,74862.1649609923 -1358,73346.8374911837 -1359,72262.8274543677 -1360,70889.8868078603 -1361,72147.4631090526 -1362,76411.7899470415 -1363,76003.3374240622 -1364,71512.4389593461 -1365,67678.3903639844 -1366,64155.098097962 -1367,59078.0235803593 -1368,55060.0154055731 -1369,53006.3205877049 -1370,52245.5388784489 -1371,52988.6521335879 -1372,54563.2208136368 -1373,58157.1867953132 -1374,66594.3803271684 -1375,72282.5745916571 -1376,74373.6849001178 -1377,74611.6890322586 -1378,75253.9883210338 -1379,75882.776421223 -1380,74946.3497644183 -1381,73892.4800791261 -1382,72757.5434639455 -1383,71593.5058892344 -1384,70749.5786677316 -1385,72092.3791643432 -1386,75927.4671516981 -1387,75414.043396824 -1388,71008.3691275271 -1389,67546.3967549176 -1390,64129.1151127831 -1391,59094.6527432971 -1392,55428.9737547875 -1393,53302.5265380928 -1394,52547.9807775403 -1395,52821.321817915 -1396,54573.6140278711 -1397,57726.9085526859 -1398,65455.2864464569 -1399,71087.357475057 -1400,73481.9489737883 -1401,73713.7171572257 -1402,74880.8727062885 -1403,75337.1338332806 -1404,74248.9665309337 -1405,72444.7083506198 -1406,71123.7335736562 -1407,69629.1925323164 -1408,68711.4736208079 -1409,69588.6590673722 -1410,73552.6226894422 -1411,72864.5933790127 -1412,68395.5206339445 -1413,64796.3580955579 -1414,62383.0587507164 -1415,57939.9689908271 -1416,54059.1509818178 -1417,51679.1099628518 -1418,50462.0671266037 -1419,50147.1533301056 -1420,50626.2795687388 -1421,50635.63339098 -1422,51408.8868968288 -1423,54088.2519413484 -1424,58126.0071526101 -1425,61402.9807554299 -1426,62975.4707523063 -1427,63720.6626906178 -1428,62476.5974771976 -1429,60673.3786888769 -1430,58704.907965614 -1431,57847.4696563392 -1432,57653.1169634942 -1433,59671.4748731285 -1434,64233.0470534986 -1435,63427.5746137675 -1436,59222.488986019 -1437,56530.6521449065 -1438,55489.2542562071 -1439,52256.9713838625 -1440,48945.700365616 -1441,46531.3617295952 -1442,45212.4656358041 -1443,45008.759019904 -1444,45390.1891657113 -1445,45096.0618984958 -1446,44415.3077271349 -1447,45968.0506875359 -1448,49993.3341022048 -1449,53689.1533414242 -1450,56157.5365301612 -1451,58332.8317428619 -1452,57131.3786775583 -1453,54604.7935697602 -1454,52267.3645980968 -1455,51345.4884210574 -1456,51429.6733252975 -1457,53886.6240086208 -1458,59921.9508018621 -1459,60680.6538279456 -1460,58066.7659423698 -1461,56653.2918309182 -1462,56890.2565710658 -1463,53572.7496041159 -1464,50530.6621590852 -1465,48858.3974870242 -1466,48085.1439811755 -1467,48616.2360893525 -1468,50249.0066884626 -1469,54282.6046341933 -1470,61652.4173929842 -1471,66444.7183647985 -1472,69637.5070633783 -1473,70922.1056409286 -1474,71971.8180606899 -1475,73200.2935031656 -1476,72516.421357453 -1477,71663.1403137091 -1478,69742.478295273 -1479,68682.3727620913 -1480,67606.6772563372 -1481,68736.4173148076 -1482,72774.1725260693 -1483,72858.3574303093 -1484,68743.6925546902 -1485,65352.3938977346 -1486,62491.1479569629 -1487,57938.9296996479 -1488,54501.9010210379 -1489,52413.908586115 -1490,51448.3810705937 -1491,52031.4391491285 -1492,53709.9397698929 -1493,57165.676193799 -1494,64263.1873042084 -1495,69214.5041614476 -1496,72076.7893933986 -1497,72750.2682240629 -1498,73716.8351315774 -1499,74876.7153399436 -1500,73909.1091412498 -1501,72332.4618788424 -1502,70801.5446380894 -1503,69670.7652884398 -1504,68955.7137016521 -1505,70262.1379988505 -1506,74269.7529594023 -1507,74606.4923747345 -1508,70339.0475623938 -1509,66440.5610992676 -1510,63244.6544263362 -1511,58369.2078414611 -1512,54847.9942586112 -1513,52622.8117587252 -1514,51754.980235216 -1515,52319.3305684546 -1516,54186.9872245397 -1517,57906.7108665795 -1518,65858.542311912 -1519,71057.2172243472 -1520,73882.0868648917 -1521,74495.2851941364 -1522,75160.4494937387 -1523,76234.0663163204 -1524,75697.7775506192 -1525,74452.6731468337 -1526,73112.9906245739 -1527,72231.6479124786 -1528,70878.4543024468 -1529,71320.1649496736 -1530,75235.2805757376 -1531,75824.5745021618 -1532,71242.215994137 -1533,67390.4989446583 -1534,64273.5805184427 -1535,59369.0329740371 -1536,55418.5805405531 -1537,53323.3129665615 -1538,52722.5864339097 -1539,53335.7847631543 -1540,54930.1004796787 -1541,58547.9707633615 -1542,66254.5229374846 -1543,71430.3327382785 -1544,73781.2728985279 -1545,73961.0751116076 -1546,74853.8503291164 -1547,76014.7699294758 -1548,74816.4348385239 -1549,73740.7394335838 -1550,71986.3685404552 -1551,70771.4043873796 -1552,69273.745371688 -1553,69830.8204650439 -1554,74406.9431251793 -1555,75929.5457340566 -1556,71313.9290009702 -1557,67423.7570689059 -1558,63979.4531504133 -1559,59141.4220561307 -1560,55509.0012926826 -1561,53485.4467255242 -1562,52748.5694190886 -1563,53360.728457154 -1564,54884.3704580244 -1565,58485.6116795834 -1566,66073.6814332257 -1567,71115.4190425943 -1568,73425.8257378996 -1569,73673.1836922815 -1570,74205.3151924518 -1571,74538.9366334322 -1572,73142.0915841045 -1573,71617.4102920548 -1574,69625.0352667854 -1575,68211.5610545199 -1576,67329.1790512455 -1577,68756.164351283 -1578,73122.344547629 -1579,73445.5727743751 -1580,68385.1274197102 -1581,64143.6655925484 -1582,61088.0670597457 -1583,56450.6246070114 -1584,53147.6680190128 -1585,50591.9820524981 -1586,49249.1815558866 -1587,49110.9520989303 -1588,49631.650992873 -1589,50103.5019916237 -1590,50991.0805516083 -1591,54273.2507111383 -1592,58369.2078414611 -1593,60931.1298574932 -1594,62066.0664726737 -1595,62264.5764310496 -1596,60633.884515112 -1597,58307.8880488622 -1598,56246.9179911114 -1599,55043.3863434493 -1600,54662.9954888213 -1601,56347.7319574752 -1602,61186.802342937 -1603,62489.0693746044 -1604,58603.054708071 -1605,55766.7524612988 -1606,54656.7595401179 -1607,50808.160364177 -1608,47121.6950480127 -1609,44826.8782244659 -1610,43886.2943021303 -1611,43729.3570998778 -1612,44311.3757864194 -1613,44339.4374547707 -1614,43509.021421854 -1615,45284.1786426373 -1616,49172.2718915292 -1617,52240.3423217387 -1618,54185.9479333605 -1619,55801.0500783536 -1620,54517.4907919824 -1621,52024.1639092458 -1622,49860.3013027727 -1623,48388.625171446 -1624,48403.1756512113 -1625,51060.7149760831 -1626,57120.985463324 -1627,60068.4948906942 -1628,57157.3616627372 -1629,54924.9039229685 -1630,54164.1222137126 -1631,50527.5441847335 -1632,47661.1017880656 -1633,46126.0271809676 -1634,45579.345301846 -1635,46425.3512065212 -1636,48934.2678602024 -1637,54169.3188712367 -1638,63658.3035060257 -1639,68982.7359780102 -1640,71371.0916288521 -1641,71520.753591222 -1642,72274.2599597813 -1643,73358.2699965973 -1644,72561.1120879281 -1645,71627.8034054752 -1646,70265.2558723882 -1647,69210.3468959167 -1648,67738.670865404 -1649,68374.7342054758 -1650,72597.4882873414 -1651,74939.0745245357 -1652,70186.2676256723 -1653,65699.5265273011 -1654,61871.7136790149 -1655,56723.9655465722 -1656,53196.5160150188 -1657,51333.0166244646 -1658,50657.4591106279 -1659,51425.5160597665 -1660,53375.2789369192 -1661,57602.1902843157 -1662,65592.4766122339 -1663,70664.3544723124 -1664,72977.8791419693 -1665,73039.1989345682 -1666,73636.8074928683 -1667,74656.3796619198 -1668,73596.2741287381 -1669,72894.7336297225 -1670,71331.5974550872 -1671,70129.1050986044 -1672,68501.5311570185 -1673,69206.1896303858 -1674,73181.5856570554 -1675,75560.5874856561 -1676,71003.172570817 -1677,66688.9584456427 -1678,62681.3433842769 -1679,57480.5898894833 -1680,53704.7431123687 -1681,51726.9186676786 -1682,51009.7882969045 -1683,51841.2437218145 -1684,53714.0970354238 -1685,57670.7853167972 -1686,65591.4373210547 -1687,70596.7987310101 -1688,72697.2629625259 -1689,72807.4307511308 -1690,73434.1402689615 -1691,74353.9377628284 -1692,73354.1127310664 -1693,72643.2183089957 -1694,71005.2512539894 -1695,69648.9395687919 -1696,67967.3210744897 -1697,68728.1027837457 -1698,72437.4331107372 -1699,74996.2370516036 -1700,70642.5287526645 -1701,66344.943790428 -1702,62338.3680202413 -1703,57006.6604091881 -1704,53395.0259733947 -1705,51363.1568751744 -1706,50611.7290889736 -1707,51636.4978147352 -1708,53620.5583089427 -1709,57569.9713504334 -1710,65277.5629165497 -1711,70317.2218427459 -1712,72352.2089153179 -1713,72445.7476417991 -1714,73263.6918781229 -1715,74068.1250266748 -1716,73273.045801178 -1717,72594.3703129896 -1718,70899.2406301015 -1719,69404.6995887616 -1720,67885.2148534222 -1721,68331.08276618 -1722,72156.8169312937 -1723,74470.3416009507 -1724,70125.9871242527 -1725,65890.7612457943 -1726,61901.8540305386 -1727,56944.301224596 -1728,53002.1633221739 -1729,51030.5747253732 -1730,50410.101156246 -1731,51143.8604883299 -1732,53127.9209825373 -1733,57048.2331653115 -1734,64714.2518744904 -1735,70012.7013612961 -1736,72482.1238412123 -1737,72555.9155312179 -1738,73319.8152148256 -1739,73870.6543594781 -1740,72842.7676593648 -1741,71166.3457217728 -1742,69062.7635159053 -1743,67393.6168181961 -1744,66196.3211192374 -1745,66955.0241453209 -1746,70186.2676256723 -1747,72317.9113990771 -1748,67840.5241229471 -1749,63903.5828780491 -1750,60721.1872928898 -1751,56154.4185558095 -1752,52095.8769160791 -1753,49836.3968999523 -1754,48459.2988871 -1755,48395.9004113287 -1756,48995.5876528012 -1757,49363.5067108364 -1758,50823.7502359355 -1759,54176.5941111194 -1760,58586.4256459472 -1761,62172.0769957477 -1762,63920.2119401729 -1763,64847.2846739225 -1764,63353.7829237619 -1765,61299.0488147144 -1766,59411.6451221537 -1767,58683.08234678 -1768,58082.3558141283 -1769,59434.5101329809 -1770,62949.4877671275 -1771,63381.8445921132 -1772,59113.3604885933 -1773,56071.2730435627 -1774,54620.3833407047 -1775,51145.9391715023 -1776,47331.6375118021 -1777,45156.3423999154 -1778,44200.1687066353 -1779,44039.0742388518 -1780,44316.5724439436 -1781,44180.4215693458 -1782,43857.1933425997 -1783,46142.6563439053 -1784,50163.7824930433 -1785,53803.478496374 -1786,56358.1251717095 -1787,58985.5242458714 -1788,58052.2155634184 -1789,55652.427407163 -1790,53544.6879357646 -1791,52544.8629040025 -1792,52323.4878339855 -1793,54230.6386638356 -1794,58146.7935810788 -1795,60886.4391270181 -1796,58218.506587912 -1797,56070.2337523834 -1798,55343.7495593682 -1799,51610.5148295564 -1800,48643.2584665246 -1801,46607.2320019594 -1802,46069.9039450789 -1803,46826.5283888039 -1804,49069.3793428069 -1805,53923.0002080341 -1806,63134.4866377313 -1807,68916.2195278872 -1808,71965.5822128005 -1809,72892.6549465501 -1810,74146.0739822114 -1811,75422.3580286999 -1812,74690.6772789745 -1813,74156.4671964457 -1814,72855.2394559576 -1815,71485.416682988 -1816,69731.0457898594 -1817,70037.6449544817 -1818,72608.9207927549 -1819,74583.6273639073 -1820,70067.7853060055 -1821,65863.7389694362 -1822,61994.3533650266 -1823,56787.3640223435 -1824,53108.1738452479 -1825,51039.9286484283 -1826,50029.710301618 -1827,50737.486749337 -1828,52690.3676008414 -1829,56886.0993055349 -1830,64712.1731913179 -1831,69906.6907374081 -1832,72434.3151363855 -1833,72987.2329642105 -1834,74482.8133975435 -1835,75925.3884685256 -1836,75023.2594287757 -1837,74614.8069057964 -1838,73670.0657179298 -1839,72647.3755745266 -1840,71137.2447622423 -1841,71610.1350521721 -1842,73978.7435657246 -1843,75248.7916635097 -1844,70717.3598346633 -1845,66602.6949590442 -1846,62294.7166817594 -1847,56911.0429995345 -1848,52760.0019245022 -1849,50773.8628479362 -1850,49894.5988190135 -1851,50330.0735175369 -1852,52303.74079751 -1853,56538.9666759684 -1854,64846.2453827432 -1855,70416.9965179304 -1856,73269.9278268263 -1857,73870.6543594781 -1858,75050.2817051338 -1859,76305.7793231536 -1860,75124.0733951395 -1861,74155.4278044525 -1862,72794.958954538 -1863,71502.0458459257 -1864,69875.5111955191 -1865,69792.3656832722 -1866,72201.5076617688 -1867,75028.4559854859 -1868,70796.3480813792 -1869,66573.5939995137 -1870,62713.5623181591 -1871,57282.0799311074 -1872,53273.4256793762 -1873,50955.7437441883 -1874,50082.715563155 -1875,50933.9180245404 -1876,52876.4056618105 -1877,57241.5464661632 -1878,64686.190206139 -1879,69587.619776193 -1880,71965.5822128005 -1881,72035.2165364613 -1882,72880.1831499573 -1883,73964.1930859593 -1884,72941.5029425561 -1885,72207.7436104722 -1886,70676.8263697192 -1887,69283.0991939292 -1888,67840.5241229471 -1889,67666.9578585708 -1890,70666.4331554848 -1891,74359.1344203526 -1892,69917.0839516425 -1893,65631.9707859988 -1894,61263.7120072944 -1895,55840.5441513045 -1896,51964.9226990055 -1897,49766.7625762915 -1898,48681.7132482963 -1899,48994.548361622 -1900,50769.7055824053 -1901,54992.4596642708 -1902,62677.1861187459 -1903,68261.4484425192 -1904,70980.3075599898 -1905,71469.8269120435 -1906,72947.7388912595 -1907,74236.4947343408 -1908,73614.9818740343 -1909,72396.899645793 -1910,70409.7212780478 -1911,69236.3298810956 -1912,67799.9906580029 -1913,68141.9267308592 -1914,69932.673722587 -1915,71676.6514014812 -1916,67011.1473812096 -1917,63000.414446306 -1918,59522.8522019379 -1919,54983.1058420297 -1920,51035.7712820834 -1921,48620.3934556974 -1922,47591.4673635908 -1923,47663.1803704241 -1924,48183.8793651807 -1925,48658.8482374691 -1926,49541.2302407436 -1927,53256.7965164385 -1928,57518.0053800757 -1929,60753.406226772 -1930,62523.3668908451 -1931,63448.3610422362 -1932,62195.9812977542 -1933,60202.5669813055 -1934,58307.8880488622 -1935,57762.2454609199 -1936,57398.4836684157 -1937,58800.5253752676 -1938,61443.514220374 -1939,62696.9331552214 -1940,58718.4191542 -1941,55632.6803706875 -1942,53844.0119613182 -1943,50167.9397585742 -1944,46305.8294948612 -1945,43948.6533859084 -1946,43049.6423205102 -1947,42891.6657262645 -1948,43249.1915700653 -1949,43247.1128868928 -1950,42311.7256220814 -1951,44676.1768701029 -1952,48692.1064625306 -1953,52327.6450995165 -1954,54981.0271588572 -1955,57520.0840632482 -1956,56564.9496611473 -1957,54269.0934456073 -1958,52560.4526749471 -1959,51653.126977673 -1960,51432.7912996492 -1961,53354.4925084506 -1962,57021.2107881394 -1963,60362.6221579097 -1964,57954.5194705924 -1965,55716.8651741136 -1966,55085.998390752 -1967,51621.9473349699 -1968,48650.5337064072 -1969,47045.8247756485 -1970,46626.9791392488 -1971,47511.4398256957 -1972,49474.7137906206 -1973,54181.7906678296 -1974,62608.5910862644 -1975,68791.501259517 -1976,71730.6960550114 -1977,72391.7030890828 -1978,73729.3069281702 -1979,75113.6801809051 -1980,74341.4659662356 -1981,73957.9571372559 -1982,72647.3755745266 -1983,71396.0352220378 -1984,69751.8322183281 -1985,69590.7377505447 -1986,71554.0118162835 -1987,74654.3010795613 -1988,70532.3609640595 -1989,66353.2583214899 -1990,62580.5294179131 -1991,57632.3305350255 -1992,53928.1967647442 -1993,52054.3041599557 -1994,51246.7531378661 -1995,51801.7496488636 -1996,53545.7273277578 -1997,57405.7589082983 -1998,64251.7547987948 -1999,69948.2635943455 -2000,72529.9325460391 -2001,72632.8251955753 -2002,73603.5493686208 -2003,74638.7113086168 -2004,74049.4172813786 -2005,73523.5217299117 -2006,72168.2494367073 -2007,70948.0886261075 -2008,69614.6420525511 -2009,69534.614514656 -2010,71424.0968903891 -2011,74665.7335849749 -2012,70755.814616435 -2013,66440.5610992676 -2014,62766.5675796961 -2015,57907.7501577588 -2016,54212.9702097186 -2017,52266.3253069176 -2018,51648.969712142 -2019,52372.3358299915 -2020,54083.0553846382 -2021,57924.3792198826 -2022,64615.5164904851 -2023,70002.3081470617 -2024,72269.0634030711 -2025,72561.1120879281 -2026,73334.3655937769 -2027,74624.1608288515 -2028,73833.2388688857 -2029,73081.8110826848 -2030,71904.2623193877 -2031,70768.2864130279 -2032,69157.3416343797 -2033,69184.3639107378 -2034,71308.73244426 -2035,74822.6707872273 -2036,70911.7125275083 -2037,66750.2782382416 -2038,63069.0094787875 -2039,57840.1944164565 -2040,54115.2742177065 -2041,51932.7038659371 -2042,51223.8881270389 -2043,51823.5752676975 -2044,53576.9068696468 -2045,57672.8639999697 -2046,64452.3434403432 -2047,69668.6867060813 -2048,72057.0422561092 -2049,72338.6978275458 -2050,73344.7588080113 -2051,74486.9706630745 -2052,73560.9372205041 -2053,72564.2300622798 -2054,70951.2066004592 -2055,69692.5910080877 -2056,68138.8087565075 -2057,68579.4801125551 -2058,70346.3228022765 -2059,74314.4436898774 -2060,70754.7753252558 -2061,66262.8375693604 -2062,62240.6720282292 -2063,57090.8452126141 -2064,53234.9707967906 -2065,51013.9456632495 -2066,50231.3382343456 -2067,50893.3845595962 -2068,52858.7373085075 -2069,56850.7624981149 -2070,63447.321650243 -2071,68591.9519091479 -2072,71258.8451570747 -2073,71506.2031114567 -2074,72418.7253654409 -2075,73121.3051556358 -2076,72091.3398731639 -2077,70812.977143503 -2078,69007.6796720099 -2079,67713.7271714044 -2080,66400.0276343234 -2081,66535.139116928 -2082,67943.4167724833 -2083,70877.4149104535 -2084,67107.8040820424 -2085,62756.1743654618 -2086,59461.532409339 -2087,54888.5277235553 -2088,50852.8510946521 -2089,48780.4485314876 -2090,47533.2654445297 -2091,47610.1751088871 -2092,48075.7901589343 -2093,48599.6070272287 -2094,48982.0764642152 -2095,52942.9221119335 -2096,57293.512436521 -2097,60165.1514907131 -2098,61370.7618215476 -2099,61656.5746585152 -2100,60264.9261658976 -2101,57828.7619110429 -2102,55504.8440271516 -2103,54073.7014615831 -2104,53432.4414639872 -2105,54622.4620238772 -2106,57046.154482139 -2107,60507.0875635694 -2108,57360.028886644 -2109,53987.4379749846 -2110,51851.6369360488 -2111,48007.1950256388 -2112,44768.6763054048 -2113,42532.0613001052 -2114,41810.7737646141 -2115,41886.6440369783 -2116,42364.7308836184 -2117,42057.0924278168 -2118,42589.2238271731 -2119,46128.1058641401 -2120,50092.0694862101 -2121,52824.4396914528 -2122,54967.5159702712 -2123,54446.8170763285 -2124,52159.2753918504 -2125,50067.1257922105 -2126,48684.831222648 -2127,48032.1387196385 -2128,49388.4503040221 -2129,51567.9027822537 -2130,54027.9714399288 -2131,56638.7413511529 -2132,54662.9954888213 -2133,53163.2577899573 -2134,49187.8616624737 -2135,45903.6129205853 -2136,44138.8488132224 -2137,43635.8183733967 -2138,44185.61822687 -2139,46383.7784503978 -2140,51424.4767685873 -2141,61393.6268323748 -2142,67731.3956255214 -2143,70716.3204426701 -2144,71229.7441975442 -2145,71848.139083499 -2146,72880.1831499573 -2147,72224.372672596 -2148,71699.5165131223 -2149,70149.8915270731 -2150,68891.2758338876 -2151,67008.0294068579 -2152,66397.949051965 -2153,66764.8287180069 -2154,67849.8780460022 -2155,68881.9220116465 -2156,65059.3058208844 -2157,60608.9408211124 -2158,55263.7220214731 -2159,51345.4884210574 -2160,49399.8828094356 -2161,48453.0630392106 -2162,49122.3846043439 -2163,50797.7672507566 -2164,55204.4808112327 -2165,64116.6433161903 -2166,69509.6708206563 -2167,71683.9266413638 -2168,72023.7840310477 -2169,72888.4976810191 -2170,73824.9243378238 -2171,73098.4401448086 -2172,72402.0963033172 -2173,70960.5605235143 -2174,69637.5070633783 -2175,67735.5528910523 -2176,67174.3205321654 -2177,67283.4490295911 -2178,68264.5664168709 -2179,69145.9091289661 -2180,65398.123919389 -2181,60926.9724911483 -2182,55623.3264476324 -2183,51591.8070842601 -2184,49431.0624521387 -2185,48332.5019355574 -2186,48638.0618090004 -2187,50526.5048935543 -2188,55027.7965725048 -2189,64118.7218985488 -2190,69517.9853517183 -2191,71508.2816938152 -2192,71563.3656385246 -2193,72575.6625676934 -2194,73493.3814792019 -2195,72636.9824611063 -2196,71894.9084971465 -2197,70610.3099195962 -2198,69438.9971050024 -2199,67789.5974437686 -2200,66732.6097841246 -2201,66959.1814108518 -2202,67591.0874853927 -2203,68871.5287974121 -2204,65346.1579490312 -2205,60789.7824261853 -2206,55070.4086198074 -2207,51073.1867726759 -2208,48904.1276094926 -2209,47831.5500780901 -2210,48108.0089920026 -2211,49922.6603865508 -2212,54392.7724227983 -2213,63493.0517727113 -2214,68796.6978162272 -2215,70954.3245748109 -2216,71224.54754002 -2217,72417.6860742617 -2218,73835.3175520581 -2219,73090.1256137467 -2220,72349.0910417802 -2221,70981.346851169 -2222,69785.0904433896 -2223,68066.056357681 -2224,67538.0822238557 -2225,67278.252372067 -2226,68050.4665867365 -2227,68810.2090048132 -2228,65300.4279273769 -2229,60575.6825960509 -2230,55449.7601832562 -2231,51199.9837242186 -2232,48917.6386972646 -2233,47763.9943367879 -2234,48248.3171321313 -2235,50005.8059996116 -2236,54262.8575977179 -2237,63356.9008981136 -2238,69230.0939323922 -2239,72159.9349056454 -2240,72876.0258844263 -2241,73655.5152381645 -2242,74507.7570915431 -2243,73500.6567190845 -2244,72058.0816481024 -2245,70145.7341607282 -2246,68838.2705723506 -2247,67502.7454164357 -2248,67104.6861076907 -2249,66829.2664849575 -2250,66888.5076951979 -2251,66628.6778434092 -2252,62798.7865135784 -2253,59017.7430789397 -2254,54380.3006262054 -2255,49978.7836224395 -2256,47403.3506194493 -2257,46102.1228789612 -2258,45888.0231496408 -2259,46375.463818522 -2260,47174.7003095496 -2261,49012.216714925 -2262,52146.8035952576 -2263,56638.7413511529 -2264,59707.8510725417 -2265,61713.7371855831 -2266,62664.7143221531 -2267,61527.6990238001 -2268,59300.4379415556 -2269,57150.0864228545 -2270,56252.1145478216 -2271,55633.7196618668 -2272,56088.9414976796 -2273,56945.3405157753 -2274,56890.2565710658 -2275,57199.9737100398 -2276,54635.9732124632 -2277,52192.5336169119 -2278,48436.4338762729 -2279,44608.6211288006 -2280,42233.7766665448 -2281,41032.3236012412 -2282,40669.6012007302 -2283,41202.7719920797 -2284,41522.8823452881 -2285,41787.908753787 -2286,43518.3752440951 -2287,47527.0295966403 -2288,51190.6299019774 -2289,53378.396911271 -2290,55751.1626903543 -2291,55044.4256346286 -2292,52663.3452236693 -2293,50975.4907806638 -2294,49793.7848526497 -2295,49545.3875062745 -2296,50769.7055824053 -2297,52735.0583313165 -2298,54318.9808336066 -2299,56202.2272606363 -2300,54697.2930050621 -2301,53142.4714623026 -2302,48921.7959627956 -2303,45687.4345080924 -2304,43966.3218400254 -2305,43333.3764743053 -2306,43836.406914131 -2307,45892.1804151717 -2308,51178.1581053846 -2309,61443.514220374 -2310,67378.0270472515 -2311,70351.5194598006 -2312,71554.0118162835 -2313,72775.2119180625 -2314,73913.2664067808 -2315,73233.5516274131 -2316,72541.3650514527 -2317,71331.5974550872 -2318,69913.9659772908 -2319,68012.0118049648 -2320,67036.0910752092 -2321,66701.4302422356 -2322,67320.8645201836 -2323,68093.0787348531 -2324,65052.0305810017 -2325,60197.3704245954 -2326,54644.2877435251 -2327,51034.7319909042 -2328,48856.3189046658 -2329,47602.8998690044 -2330,47770.2302854912 -2331,49573.4491746259 -2332,54089.2912325277 -2333,63416.1421083539 -2334,69331.9471899352 -2335,72431.1972628477 -2336,73273.045801178 -2337,74896.462477233 -2338,75781.9624548592 -2339,74786.2945878141 -2340,74315.4829810567 -2341,72792.8802713655 -2342,71515.5569336978 -2343,69918.1232428217 -2344,69561.6367910141 -2345,69616.7207357235 -2346,69400.5423232307 -2347,69224.897375682 -2348,65932.3340019177 -2349,61646.1814442809 -2350,56124.2783050997 -2351,52185.2583770293 -2352,50249.0066884626 -2353,49358.3100533122 -2354,50031.7889847904 -2355,51886.9737434688 -2356,56262.5077620559 -2357,64483.5229822322 -2358,69728.9672075009 -2359,72094.4577467017 -2360,72923.8344884391 -2361,74035.9060927925 -2362,75061.7142105474 -2363,74113.8550483291 -2364,73227.3157795237 -2365,72030.0199797511 -2366,70967.835763397 -2367,69083.549944374 -2368,68986.8932435412 -2369,68762.4002999864 -2370,68764.4789831589 -2371,68737.4566059868 -2372,65992.6145033373 -2373,61655.5353673359 -2374,56188.7160720502 -2375,52135.371089844 -2376,49838.4755831248 -2377,48598.5677360495 -2378,49062.1041029243 -2379,50690.7173356894 -2380,55141.0823354614 -2381,63777.8252176857 -2382,69537.7324890077 -2383,72506.0282440327 -2384,72870.8292269021 -2385,73987.0580967865 -2386,74904.7770082949 -2387,73767.7617099419 -2388,72735.7177442976 -2389,71416.8216505065 -2390,70359.8339908625 -2391,68964.028232714 -2392,68570.1261895 -2393,68317.5716784079 -2394,68301.9819074633 -2395,68004.7365650822 -2396,65150.765965007 -2397,60622.4520096984 -2398,55306.3340687758 -2399,51561.6668335503 -2400,49383.2537473119 -2401,48199.4691361253 -2402,48700.4209935925 -2403,50478.6961887275 -2404,55015.324675098 -2405,63087.7172240837 -2406,68879.843328474 -2407,71645.4718595921 -2408,72376.1133181383 -2409,73382.1742986037 -2410,74192.843295045 -2411,73284.4783065916 -2412,71390.8386653276 -2413,69500.3169984152 -2414,68006.8152482546 -2415,66542.4143568106 -2416,66150.5909967691 -2417,65958.3169870966 -2418,65580.0048156411 -2419,65490.6233546909 -2420,62940.1339448863 -2421,58992.7993849401 -2422,54404.2050290258 -2423,50194.9620349324 -2424,47577.9561750048 -2425,46300.6328373371 -2426,46437.8230031141 -2427,46842.1181597485 -2428,47716.185631961 -2429,48899.9702431476 -2430,52227.8705251459 -2431,56657.4490964492 -2432,59794.1145591402 -2433,61543.2888955586 -2434,61890.4214243111 -2435,60599.5869988713 -2436,58269.4332670905 -2437,56440.2313927771 -2438,55069.3693286282 -2439,54434.3452797356 -2440,54711.8434848274 -2441,55674.2531268109 -2442,55841.5834424838 -2443,56274.9796594627 -2444,54184.9086421813 -2445,51645.8517377903 -2446,47919.8922478611 -2447,44190.8147835802 -2448,41881.4474802681 -2449,40652.9721386064 -2450,40338.0583421083 -2451,40572.9444998974 -2452,41131.0589852465 -2453,41319.175729388 -2454,43237.7590646517 -2455,47434.5301613384 -2456,50919.3675447751 -2457,53384.6327591604 -2458,56033.8575529702 -2459,55262.6826294799 -2460,52914.8605443962 -2461,51034.7319909042 -2462,50050.4967300867 -2463,49456.0060453243 -2464,50746.8405715781 -2465,52302.7015063308 -2466,52945.000795106 -2467,54348.0817931371 -2468,54342.885135613 -2469,53631.9908143563 -2470,49945.525397378 -2471,46583.327699953 -2472,44920.4169509471 -2473,44367.4991231221 -2474,45064.8822557927 -2475,47393.9966963942 -2476,52187.3370602017 -2477,60641.1597549947 -2478,67354.1227452451 -2479,71401.2318795619 -2480,72989.3116473829 -2481,74348.7412061182 -2482,75691.5417027297 -2483,74890.2265285296 -2484,73568.2124603868 -2485,72435.3545283787 -2486,71224.54754002 -2487,69521.1033260699 -2488,69037.8199227197 -2489,68613.7776287959 -2490,68559.7330760796 -2491,68202.2072322788 -2492,66034.1872594607 -2493,61935.1121547862 -2494,57054.4690132009 -2495,53178.8475609019 -2496,50862.2050177072 -2497,50151.3106964505 -2498,50616.9256456837 -2499,52167.5900237262 -2500,55878.9990338902 -2501,62659.5176646289 -2502,68298.8639331116 -2503,71808.645010548 -2504,73079.7323995124 -2505,74866.3222265232 -2506,76003.3374240622 -2507,74996.2370516036 -2508,73855.0645885336 -2509,72602.6848440515 -2510,71670.4155535918 -2511,69984.6396929447 -2512,69366.2448069899 -2513,68838.2705723506 -2514,68386.1667108894 -2515,68099.3145827426 -2516,66166.1808685276 -2517,62291.5987074077 -2518,57225.9566952187 -2519,53342.0207118577 -2520,51307.0336392857 -2521,50475.5782143758 -2522,51245.7138466869 -2523,53005.2812965256 -2524,56749.9485317511 -2525,62770.7248452271 -2526,68460.9976920743 -2527,71648.5898339438 -2528,72447.8263249715 -2529,73575.4877002694 -2530,74522.3075713084 -2531,73434.1402689615 -2532,72445.7476417991 -2533,70786.9941583241 -2534,69474.3340132364 -2535,67500.6667332632 -2536,66813.6767140129 -2537,66613.0880724646 -2538,66721.177278711 -2539,67080.7818056843 -2540,65979.1034155653 -2541,62122.1897085624 -2542,56848.6838149424 -2543,53201.712571729 -2544,51107.4843897306 -2545,50048.4180469142 -2546,50594.0606348566 -2547,52378.5717786949 -2548,56251.0752566423 -2549,62256.2617991738 -2550,67889.3721189531 -2551,70865.98240504 -2552,71647.5505427646 -2553,72953.9748399629 -2554,73934.0528352495 -2555,73040.2383265614 -2556,71635.0786453578 -2557,69833.9384393956 -2558,68061.8990921501 -2559,66266.9948348913 -2560,65414.7529815127 -2561,65028.1262789953 -2562,64756.863921793 -2563,64673.7184095462 -2564,62354.9971831791 -2565,58597.8581513608 -2566,53738.0013374302 -2567,49749.0941221746 -2568,47124.8130223644 -2569,45545.0477856053 -2570,44844.5465777689 -2571,44904.8270791886 -2572,44591.9920666768 -2573,43364.5560161944 -2574,45069.0395213237 -2575,48675.4772995929 -2576,52179.0225291398 -2577,54716.0007503583 -2578,57387.0511630021 -2579,56982.7560063677 -2580,54521.6480575134 -2581,52746.4908367301 -2582,51379.7860381122 -2583,50628.3581510973 -2584,51513.8581287235 -2585,52527.1944498855 -2586,52394.1615496395 -2587,53066.6010891245 -2588,52722.5864339097 -2589,51149.057145854 -2590,47659.0231048931 -2591,44328.0049493572 -2592,42365.7701747976 -2593,41425.186252462 -2594,41534.3148507017 -2595,42258.7203605444 -2596,43179.5571455906 -2597,43867.5865568341 -2598,47047.903358007 -2599,51484.7572700069 -2600,54697.2930050621 -2601,56365.4004115921 -2602,57179.1873823851 -2603,56553.5171557337 -2604,55155.6328152267 -2605,53708.9003778997 -2606,52742.3334703852 -2607,51747.7049953334 -2608,52404.5547638738 -2609,53189.2407751362 -2610,52843.147436749 -2611,52539.6662464784 -2612,51979.4731787707 -2613,50239.6527654075 -2614,46488.7496822926 -2615,42568.4374995184 -2616,39978.453915949 -2617,38599.2773207382 -2618,38015.1798502102 -2619,38554.5865902631 -2620,38891.3260055952 -2621,38384.1381994246 -2622,40834.8529340446 -2623,45035.7812962622 -2624,48051.8857561139 -2625,50107.6592571546 -2626,51888.0131354621 -2627,50326.9556439992 -2628,47811.8030416147 -2629,45830.8605217589 -2630,44349.8306690051 -2631,43790.6768924767 -2632,44749.9685601085 -2633,46026.252606597 -2634,46373.3852361635 -2635,47617.4503487697 -2636,48402.1363600321 -2637,47028.1563215315 -2638,43596.3241996318 -2639,40183.1998230282 -2640,38293.7174472951 -2641,37143.19106117 -2642,37009.1188697447 -2643,37786.5296411245 -2644,38701.1305782812 -2645,38270.8524364679 -2646,40107.3295506641 -2647,43983.9902941424 -2648,47547.815924295 -2649,49908.1099067855 -2650,52246.5782704421 -2651,51934.7824482956 -2652,49735.5829335885 -2653,48444.7484073347 -2654,47328.5196382644 -2655,46629.0577216073 -2656,47967.7009526879 -2657,49665.9486099278 -2658,50474.5389231966 -2659,51461.8922591797 -2660,51723.8006933269 -2661,50517.1510713132 -2662,46841.0788685692 -2663,43317.7866025468 -2664,41990.5759776938 -2665,41114.4298223087 -2666,41761.9257686081 -2667,43884.2156189578 -2668,48902.0489263201 -2669,56874.6668001213 -2670,63945.1556341725 -2671,68088.9214693222 -2672,69918.1232428217 -2673,71536.3433621665 -2674,72855.2394559576 -2675,72473.8093101504 -2676,71549.8544499386 -2677,70272.5311122708 -2678,68847.6244954057 -2679,66743.002998359 -2680,66093.4284697011 -2681,65940.6485329796 -2682,65532.1961108143 -2683,65001.1040026372 -2684,63902.5434860559 -2685,59589.3686520609 -2686,54296.1158227794 -2687,50560.802409795 -2688,48207.7836671872 -2689,47260.9637961482 -2690,47689.1633556029 -2691,49421.7085290836 -2692,53545.7273277578 -2693,60199.4491077678 -2694,66000.9290343992 -2695,69508.6315294771 -2696,70604.0739708928 -2697,71952.0710242145 -2698,73423.7470547271 -2699,72846.9249248957 -2700,71866.8468287952 -2701,70650.8433845403 -2702,68984.8146611827 -2703,67117.1579042836 -2704,66798.0869430684 -2705,66334.5505761936 -2706,66119.41145488 -2707,65452.1684721052 -2708,64328.6644631522 -2709,60222.314118595 -2710,54922.8252397961 -2711,50770.7448735845 -2712,48627.6685947661 -2713,47632.000828535 -2714,47715.1463407818 -2715,49364.5460020156 -2716,53439.7167038698 -2717,60144.3651630584 -2718,66313.7641477249 -2719,69681.1585026741 -2720,71090.4753485947 -2721,72595.4097049829 -2722,74180.3714984522 -2723,73266.8098524747 -2724,72354.2875984904 -2725,70819.2130922064 -2726,69264.3914486329 -2727,67480.9196967878 -2728,66638.0317664642 -2729,66237.8938753608 -2730,65901.1544600287 -2731,65180.9062157169 -2732,64230.9683703261 -2733,59972.8774810406 -2734,54864.6234215489 -2735,50820.6322615838 -2736,48745.1117240676 -2737,47501.0466114614 -2738,47671.4949014859 -2739,49346.8775478986 -2740,53204.8305460807 -2741,59617.4303204122 -2742,65785.7900138996 -2743,69399.5030320514 -2744,70680.9836352501 -2745,72343.894384256 -2746,73518.3251732015 -2747,72530.9718372183 -2748,70603.0346797135 -2749,68877.7647461155 -2750,67461.1725594983 -2751,65948.9630640415 -2752,65230.7935029021 -2753,64543.8034836519 -2754,63954.5094564136 -2755,63052.3804166637 -2756,61994.3533650266 -2757,58343.2248562823 -2758,53837.7760126148 -2759,49762.6052099466 -2760,47306.6939186165 -2761,45747.7150095121 -2762,45418.2508340626 -2763,45635.4685377347 -2764,46430.5477632314 -2765,47861.6903287999 -2766,51581.4139708397 -2767,55915.3751324894 -2768,59010.4678390571 -2769,60684.8111942905 -2770,61518.3452015589 -2771,60224.3927009535 -2772,58142.6363155479 -2773,56250.0359654631 -2774,55261.6433383007 -2775,54490.4685156243 -2776,55299.0588288931 -2777,56098.2953199208 -2778,55675.2924179902 -2779,54834.4831708391 -2780,53804.5177875533 -2781,51486.8358523654 -2782,47850.2578233864 -2783,44409.0718792455 -2784,42141.2772312429 -2785,40741.3142075634 -2786,40032.4985694792 -2787,40343.2549996324 -2788,40753.7861049702 -2789,40780.8083813283 -2790,42917.6487114434 -2791,47007.3699938768 -2792,50351.8992371848 -2793,53525.9801904683 -2794,56409.051750074 -2795,55976.6950259023 -2796,53470.8963465728 -2797,51756.0195263952 -2798,50636.6727829732 -2799,50417.3763961286 -2800,52024.1639092458 -2801,53682.9173927208 -2802,53814.9110017876 -2803,54031.0894142805 -2804,54196.3411475948 -2805,53045.8147614698 -2806,49140.0530584609 -2807,45930.6351969434 -2808,44475.5882285545 -2809,44052.5853266239 -2810,44513.003719147 -2811,46457.5700395895 -2812,51271.6968318657 -2813,60145.4044542376 -2814,66962.2993852035 -2815,70776.6009440898 -2816,71756.6790401903 -2817,73257.4560302335 -2818,74478.6561320126 -2819,73771.9190762868 -2820,73104.676093512 -2821,71710.9490185359 -2822,70507.4172700599 -2823,68541.0253307834 -2824,68068.1350408535 -2825,67780.2436215274 -2826,67399.8527668994 -2827,65985.3392634547 -2828,64304.7600603318 -2829,59992.6245175161 -2830,54655.7202489387 -2831,50731.2508006336 -2832,48620.3934556974 -2833,47558.2091385293 -2834,48049.8071737554 -2835,49607.7466908666 -2836,53705.782403548 -2837,61790.6468499405 -2838,68230.2687998162 -2839,71348.226517211 -2840,72090.3004811707 -2841,73277.203066709 -2842,74342.5052574148 -2843,73512.0892244981 -2844,72721.1672645323 -2845,71364.8556801487 -2846,70382.6990016897 -2847,68552.457836197 -2848,67861.3105514158 -2849,67486.116253498 -2850,67280.3310552394 -2851,66103.8216839355 -2852,64900.2900362734 -2853,60690.0077510007 -2854,55207.5987855844 -2855,50982.7660205464 -2856,48823.0606796042 -2857,47569.6416439429 -2858,47771.2695766705 -2859,49427.944477787 -2860,53403.3405044566 -2861,61154.5834090547 -2862,67472.6051657259 -2863,70597.8381230033 -2864,71152.8345331868 -2865,72403.1355944964 -2866,72864.5933790127 -2867,72327.2653221323 -2868,71575.8374351174 -2869,70018.9372091855 -2870,68678.2153957464 -2871,66818.8732707231 -2872,66040.4232081642 -2873,65132.0582197108 -2874,64455.4613138809 -2875,62920.3868075969 -2876,61530.8169981518 -2877,57472.2753584214 -2878,52520.9585011821 -2879,48848.0042727899 -2880,46210.2120852076 -2881,44415.3077271349 -2882,43681.548395051 -2883,43374.9492304287 -2884,42224.4228443036 -2885,40620.7532047241 -2886,42775.2619889562 -2887,46399.3682213424 -2888,49665.9486099278 -2889,51758.0982095677 -2890,53729.6868063684 -2891,53239.1281631355 -2892,51245.7138466869 -2893,49564.0952515708 -2894,48782.5272146601 -2895,48320.0301389645 -2896,49257.4960869484 -2897,50907.9350393615 -2898,51269.6181486933 -2899,51353.8030529333 -2900,51584.5318443775 -2901,49831.2003432421 -2902,45883.8658841098 -2903,42564.2802339875 -2904,40681.0337061438 -2905,39795.5337285176 -2906,39910.8981746467 -2907,41551.9832040047 -2908,45511.7895605437 -2909,52011.692112653 -2910,57720.6727047965 -2911,61890.4214243111 -2912,64166.5306033756 -2913,65832.5593267332 -2914,67087.0176535737 -2915,66646.3462975261 -2916,65258.8551712535 -2917,63610.4948011989 -2918,62663.6750309738 -2919,61954.8592920756 -2920,61974.6063285511 -2921,62043.2013610326 -2922,61583.8222596888 -2923,60127.7360001206 -2924,58748.5594049099 -2925,55899.7853615449 -2926,51336.1345988163 -2927,47320.2050063885 -2928,44970.3042381323 -2929,43785.4803357665 -2930,44067.1358063892 -2931,44816.4850102316 -2932,45405.7790374698 -2933,46441.980268645 -2934,50029.710301618 -2935,54502.9403122172 -2936,57674.9426831422 -2937,59303.5559159073 -2938,60209.8422211882 -2939,58996.956751285 -2940,56833.0940439979 -2941,55196.1662801708 -2942,54290.9191652552 -2943,53599.771880474 -2944,54453.0530250319 -2945,55231.5030875908 -2946,54789.792440364 -2947,53418.9303762151 -2948,53308.7624867962 -2949,51801.7496488636 -2950,48167.250202243 -2951,44658.5084159859 -2952,42140.2379400636 -2953,40526.1751870638 -2954,40508.5067329468 -2955,40943.9815322842 -2956,40959.5713032287 -2957,40520.9785295396 -2958,42724.3353097777 -2959,46446.137534176 -2960,49682.5776720515 -2961,52316.2125941029 -2962,54749.2589754198 -2963,54149.5717339473 -2964,52109.3881046651 -2965,50185.6082126912 -2966,48942.5823912643 -2967,48731.6005354816 -2968,49991.2555198463 -2969,52082.365828307 -2970,52608.2613797739 -2971,52543.8235120093 -2972,53554.0418588197 -2973,52670.620463552 -2974,48781.4879234808 -2975,45673.9233195064 -2976,44022.4450759141 -2977,43416.5219865521 -2978,44066.09651521 -2979,46163.4426715601 -2980,50643.9479220419 -2981,59148.6972960133 -2982,65904.2723335664 -2983,69408.8568542926 -2984,70310.9859948565 -2985,71715.1062840669 -2986,72874.9864924331 -2987,72336.6191443734 -2988,71535.3040709872 -2989,70110.3973533081 -2990,68629.3673997404 -2991,66576.7119738654 -2992,65839.8345666158 -2993,65495.8199114011 -2994,65255.7371969018 -2995,63937.8803942899 -2996,63680.1292256736 -2997,59573.7788811164 -2998,54250.3857003111 -2999,50352.9386291781 -3000,48453.0630392106 -3001,47412.7044416904 -3002,47952.1111817433 -3003,49591.1175279289 -3004,53278.6222360864 -3005,60581.9185447543 -3006,66705.5875077665 -3007,69803.7981886858 -3008,70598.8774141825 -3009,71698.4771211291 -3010,73272.0065099988 -3011,72924.8738804323 -3012,72483.1631323915 -3013,71209.9970602547 -3014,69879.66846105 -3015,68006.8152482546 -3016,67648.2501132746 -3017,67315.6678626594 -3018,66983.0857128582 -3019,64917.9583895764 -3020,63838.1057191053 -3021,59534.2847073515 -3022,54236.874612539 -3023,50304.090532358 -3024,48200.5084273045 -3025,47268.2390360308 -3026,47616.4110575905 -3027,49193.0583199979 -3028,53106.0952628894 -3029,61492.3622163801 -3030,67933.023558249 -3031,71420.9789160374 -3032,72442.6297682613 -3033,73583.8022313313 -3034,74861.125568999 -3035,73941.3280751321 -3036,73029.8451123271 -3037,71410.5857018031 -3038,70164.4419060244 -3039,68756.164351283 -3040,68133.6121997973 -3041,67600.4414084478 -3042,66854.2101789571 -3043,64944.9807667485 -3044,64175.8845264307 -3045,60087.2026359904 -3046,54671.3100198832 -3047,50639.7906565109 -3048,48674.4380084136 -3049,47870.0049606758 -3050,48320.0301389645 -3051,50081.6762719757 -3052,53535.3341135234 -3053,61169.13388882 -3054,67778.164938355 -3055,70950.16730928 -3056,71729.6567638322 -3057,73110.9120422154 -3058,74693.7951525122 -3059,73655.5152381645 -3060,72785.6050314829 -3061,71638.1966197095 -3062,70737.1068711388 -3063,69452.5082935884 -3064,68802.9337649306 -3065,68407.9924305373 -3066,67994.3433508478 -3067,66180.7313482928 -3068,64622.7917303677 -3069,60439.5318222671 -3070,55153.5541320542 -3071,51195.8264586876 -3072,49190.9796368254 -3073,48126.7167372988 -3074,48544.5230825193 -3075,50110.7772315063 -3076,53912.6069937997 -3077,61919.5223838416 -3078,68435.0147068954 -3079,71646.5111507714 -3080,72211.9008760032 -3081,73085.9683482158 -3082,74136.7200591563 -3083,73254.3380558818 -3084,71816.9595416099 -3085,70261.0986068572 -3086,68785.2653108136 -3087,67688.7834774048 -3088,67191.9888854685 -3089,66669.2113083533 -3090,65529.0781364626 -3091,62990.0212320716 -3092,61783.3716100579 -3093,58568.7571918302 -3094,53892.8599573242 -3095,49711.6786315821 -3096,47133.1275534262 -3097,45918.1634003506 -3098,45753.9509582155 -3099,46264.2566379239 -3100,46249.7062589725 -3101,47331.6375118021 -3102,51034.7319909042 -3103,55723.101122817 -3104,58774.5423900887 -3105,60705.5975219453 -3106,61691.9114659352 -3107,60595.4297333403 -3108,58441.9602402875 -3109,56831.0153608254 -3110,56034.8968441494 -3111,55555.7707063301 -3112,56087.9021056864 -3113,56831.0153608254 -3114,56287.4514560555 -3115,54531.0018797545 -3116,53457.3851579868 -3117,51485.7965611861 -3118,47624.7255886524 -3119,44316.5724439436 -3120,41884.5654546198 -3121,40516.8212640087 -3122,39964.9427273629 -3123,40471.0912423543 -3124,40424.3218287068 -3125,40519.9392383604 -3126,43274.1352640649 -3127,47494.810662758 -3128,50888.1880028861 -3129,53161.1792075988 -3130,56058.8012469698 -3131,55481.9790163245 -3132,53536.3734047027 -3133,51741.4690466299 -3134,50452.7132035486 -3135,49468.4779427311 -3136,50686.5600701585 -3137,52200.8481479738 -3138,52483.5430105897 -3139,52223.7132596149 -3140,53372.1609625676 -3141,53090.5054919449 -3142,49078.733165048 -3143,45865.1581388136 -3144,43995.422799556 -3145,43523.5718008053 -3146,44244.8594371103 -3147,46588.5242566631 -3148,50536.8981077886 -3149,59506.2231398141 -3150,66661.9360684707 -3151,70460.6479572263 -3152,71762.9149888937 -3153,73302.1467607086 -3154,74572.1948584937 -3155,73814.5311235895 -3156,72993.4689129139 -3157,71957.2676817386 -3158,71304.5751787291 -3159,69039.8985050782 -3160,68292.6279844083 -3161,67715.8058545768 -3162,67051.6808461537 -3163,64916.9190983972 -3164,63841.223693457 -3165,60206.7243476505 -3166,54762.7701640059 -3167,50944.3112387747 -3168,48983.1158562084 -3169,47838.8253179728 -3170,48333.5413275506 -3171,50017.2385050252 -3172,53659.0130907144 -3173,61490.2835332076 -3174,68004.7365650822 -3175,71046.8240101128 -3176,71890.7512316156 -3177,73170.1531516418 -3178,74375.7634824763 -3179,73726.1889538185 -3180,73230.4337538754 -3181,72163.0528799971 -3182,71117.4977257668 -3183,69245.6837033367 -3184,68614.8169199751 -3185,67936.1415326007 -3186,67109.8826644009 -3187,64941.8627923968 -3188,64196.6708540854 -3189,60832.3944734879 -3190,55478.8610419728 -3191,51580.3745788465 -3192,49394.6862527255 -3193,48235.8453355385 -3194,48834.4931850178 -3195,50760.3517601641 -3196,54389.6545492605 -3197,62063.9877895013 -3198,68182.4601958033 -3199,71060.3350978849 -3200,71935.4419620907 -3201,73441.4155088441 -3202,74870.4794920541 -3203,74060.8497867921 -3204,73144.1701664629 -3205,71926.0880390356 -3206,70633.1749304233 -3207,68878.8040372948 -3208,68414.2283792407 -3209,67981.871554255 -3210,67036.0910752092 -3211,64990.7107884029 -3212,64031.419120771 -3213,60865.6526985494 -3214,55386.3617074848 -3215,51459.8135760073 -3216,49268.928592362 -3217,48291.9685714272 -3218,48819.9427052525 -3219,50471.4209488449 -3220,53858.5623402695 -3221,61656.5746585152 -3222,68089.9607605014 -3223,70753.7359332626 -3224,71579.9948014623 -3225,73210.686616586 -3226,74463.0663610681 -3227,73153.524089518 -3228,72618.27471581 -3229,71422.0182072166 -3230,70151.9701094316 -3231,68471.3909063087 -3232,68030.719550261 -3233,67697.0981092806 -3234,67079.7424136911 -3235,64980.3175741685 -3236,64038.6943606537 -3237,60914.5006945555 -3238,55563.0459462128 -3239,51465.0101327175 -3240,49192.0190288186 -3241,47977.054774929 -3242,48542.4445001608 -3243,50390.3541197705 -3244,53717.2150097755 -3245,61246.0435531774 -3246,67525.6104272629 -3247,70719.4384170218 -3248,71399.1531963895 -3249,72473.8093101504 -3250,73346.8374911837 -3251,72383.388558021 -3252,70727.7529480837 -3253,68949.4777529487 -3254,67419.5998033749 -3255,65815.9302646094 -3256,65118.5470311248 -3257,64753.7459474413 -3258,64098.9748620733 -3259,61669.046455108 -3260,60741.9737213585 -3261,58296.4555434487 -3262,53484.4074343449 -3263,49422.7478202628 -3264,46908.6346098715 -3265,45545.0477856053 -3266,45461.9022733584 -3267,45877.6299354064 -3268,46061.589414017 -3269,47645.5119163071 -3270,51506.5828888408 -3271,55933.0435866064 -3272,59343.0499888583 -3273,61068.3199224562 -3274,61743.8774362929 -3275,60127.7360001206 -3276,57893.1996779935 -3277,55651.3881159837 -3278,54615.1867839945 -3279,53777.4955111952 -3280,54512.2941344583 -3281,55036.1111035667 -3282,54435.3845709149 -3283,52352.5887935161 -3284,51877.6199212277 -3285,51040.9679396076 -3286,47430.3728958074 -3287,43671.1551808167 -3288,41329.5689436224 -3289,40116.6833729052 -3290,39753.9609723942 -3291,40184.2391142075 -3292,39738.3712014497 -3293,39769.5507433387 -3294,42460.348293272 -3295,46801.5846948043 -3296,50366.4497169501 -3297,52870.1698139211 -3298,55298.0195377139 -3299,54595.4397475191 -3300,52093.7983337206 -3301,50427.769610363 -3302,49690.8922031134 -3303,49335.4450424851 -3304,50627.3188599181 -3305,51896.3276665239 -3306,52329.7237826889 -3307,51641.6944722594 -3308,52263.2073325659 -3309,52173.8258716157 -3310,48220.25546378 -3311,44936.0067218916 -3312,43385.3423438491 -3313,42728.4926761226 -3314,43227.3658504174 -3315,45229.0946979279 -3316,49303.2261086028 -3317,58491.8475274728 -3318,65550.9038561105 -3319,69304.9249135771 -3320,70486.6309424052 -3321,71999.8797290413 -3322,73243.9448416475 -3323,72779.3691835935 -3324,72167.2101455281 -3325,70827.5276232683 -3326,69530.457249125 -3327,67633.6996335093 -3328,66856.2887613156 -3329,66095.5071528736 -3330,65448.0112065743 -3331,63164.6268884411 -3332,62186.627475513 -3333,59316.0277125001 -3334,53809.7143442635 -3335,50061.9292355003 -3336,48017.5882398732 -3337,46954.3646315259 -3338,47167.425069667 -3339,48542.4445001608 -3340,51968.0406733572 -3341,60408.352280378 -3342,67096.3715766288 -3343,70639.4108791267 -3344,71469.8269120435 -3345,72759.622046304 -3346,74311.3257155258 -3347,73428.9437122513 -3348,72728.442504415 -3349,71643.3932772337 -3350,70314.1039692082 -3351,68500.4918658392 -3352,67691.9014517565 -3353,66868.7606587224 -3354,65864.7782606154 -3355,63562.6860963721 -3356,62654.3211079187 -3357,59372.1509483888 -3358,53951.0617755714 -3359,50030.7495927972 -3360,48121.5201805887 -3361,47013.6058417662 -3362,47170.5430440187 -3363,48379.2713492049 -3364,51660.4022175556 -3365,60232.7073328293 -3366,67181.5957720481 -3367,70714.2418603116 -3368,71656.9043650057 -3369,73357.2307054181 -3370,74799.8057764002 -3371,74090.990037502 -3372,73127.5411043392 -3373,72027.9413973926 -3374,70407.6426956893 -3375,68622.0921598577 -3376,68095.1573172116 -3377,67383.2237047757 -3378,66408.3421653853 -3379,63892.1503726355 -3380,62957.8022981894 -3381,59971.8381898614 -3382,54796.0282882534 -3383,51311.1909048167 -3384,49303.2261086028 -3385,47903.2630849233 -3386,48001.9984689286 -3387,49025.7279035111 -3388,52012.7314038323 -3389,60273.2406969595 -3390,67000.7541669752 -3391,70381.6597105105 -3392,71355.5017570936 -3393,73051.670831975 -3394,74521.2681793152 -3395,73414.393232486 -3396,72785.6050314829 -3397,71792.0158476103 -3398,70621.7424250097 -3399,69072.1174389604 -3400,68946.359778597 -3401,68207.403788989 -3402,67044.4056062711 -3403,64642.5388676571 -3404,63145.9191431448 -3405,59452.1784862839 -3406,54361.5928809092 -3407,50782.1773789981 -3408,48813.7067565491 -3409,47660.0623960724 -3410,47722.4215806644 -3411,48750.3082807778 -3412,51837.0864562835 -3413,59992.6245175161 -3414,67055.8381116847 -3415,70890.9260990396 -3416,71768.1115456039 -3417,73181.5856570554 -3418,74401.7464676552 -3419,73655.5152381645 -3420,72091.3398731639 -3421,69958.6567077659 -3422,68241.7013052298 -3423,66779.3791977722 -3424,66097.5857352321 -3425,65264.0517279637 -3426,63838.1057191053 -3427,61155.6228010479 -3428,59616.390928419 -3429,57355.871621113 -3430,52970.9837802849 -3431,49067.3006596345 -3432,46698.692146082 -3433,45097.101189675 -3434,44747.8898769361 -3435,44760.3617743429 -3436,44646.036619393 -3437,46860.8259050447 -3438,51453.5776273039 -3439,56413.209116419 -3440,59737.9913232515 -3441,61276.1838038872 -3442,61909.1292704213 -3443,59975.9954553923 -3444,58039.7436660116 -3445,56242.7607255804 -3446,55198.2448625293 -3447,54344.9638187854 -3448,54496.7043635138 -3449,54588.1645076364 -3450,53704.7431123687 -3451,51611.5542215496 -3452,50823.7502359355 -3453,49868.6158338346 -3454,46621.7824817247 -3455,43117.1980618124 -3456,40875.3863989887 -3457,39689.5232054436 -3458,39030.5947537307 -3459,39033.7127280824 -3460,38689.6980728676 -3461,39661.4615370923 -3462,42615.206812352 -3463,46642.5689101933 -3464,49682.5776720515 -3465,51705.0929480307 -3466,53686.0353670725 -3467,53318.1164098513 -3468,51145.9391715023 -3469,49498.6181934409 -3470,48223.3734381317 -3471,47674.6128758377 -3472,48766.9374437155 -3473,50480.7748719 -3474,51095.0124923238 -3475,50810.2390473494 -3476,51343.4098386989 -3477,51919.1926773511 -3478,48175.5647333049 -3479,45348.6164095879 -3480,43837.4463061242 -3481,42929.0812168569 -3482,43147.3383125223 -3483,44630.4468484485 -3484,48262.8676118966 -3485,57760.1667777475 -3486,65162.1984704206 -3487,68850.7424697574 -3488,70144.6948695489 -3489,72239.9624435405 -3490,73912.2271156016 -3491,73283.4390154124 -3492,72836.5317106614 -3493,71551.933133111 -3494,70329.6937401527 -3495,68985.8539523619 -3496,68525.4354590249 -3497,67948.6133291935 -3498,66998.6755846168 -3499,64327.625071159 -3500,62412.159710247 -3501,59175.7195723714 -3502,54004.0670371084 -3503,50326.9556439992 -3504,48283.6539395513 -3505,47066.6111033032 -3506,47183.0149414255 -3507,48454.1023303898 -3508,51740.4297554507 -3509,60065.3769163425 -3510,66730.5312017662 -3511,70421.1537834614 -3512,71689.123298888 -3513,73457.0052797886 -3514,74956.7429786526 -3515,74092.0293286812 -3516,73478.8309994366 -3517,72264.9061375402 -3518,71167.3850129521 -3519,69793.4049744515 -3520,69530.457249125 -3521,69000.4044321272 -3522,67885.2148534222 -3523,65410.5957159818 -3524,63300.7776622249 -3525,59587.2900697024 -3526,54569.4567623402 -3527,50969.2549327744 -3528,48769.016026074 -3529,47704.7531265475 -3530,47795.1739794909 -3531,49042.3570664488 -3532,52350.5102111576 -3533,60834.4731566604 -3534,67545.3574637383 -3535,71016.683759403 -3536,71918.8127991529 -3537,73168.0745692833 -3538,74599.2171348518 -3539,73540.1508928494 -3540,72636.9824611063 -3541,71213.1150346064 -3542,70006.4654125927 -3543,68056.7025354399 -3544,67206.5393652337 -3545,66418.7353796197 -3546,65443.8539410433 -3547,62526.4848651968 -3548,60206.7243476505 -3549,57311.1808906379 -3550,52636.3229473112 -3551,48897.8916607891 -3552,46228.9198305038 -3553,44833.1140723553 -3554,44492.2173914923 -3555,44419.4649926658 -3556,42960.26085956 -3557,42586.1058528214 -3558,45260.2743406309 -3559,48916.5994060854 -3560,51703.0142648582 -3561,53956.2584330956 -3562,56024.5036299151 -3563,55405.0694527811 -3564,53206.9092292532 -3565,51541.9197970748 -3566,50175.2149984569 -3567,49737.661616761 -3568,50547.291322023 -3569,51379.7860381122 -3570,51515.9368118959 -3571,51039.9286484283 -3572,50615.8863545045 -3573,50189.7654782222 -3574,46645.686884545 -3575,43581.7737198665 -3576,41774.3975652009 -3577,40863.9538935751 -3578,40923.1951038155 -3579,41950.0425127496 -3580,44331.1229237089 -3581,50365.4104257709 -3582,56290.5694304072 -3583,60290.9091510765 -3584,62131.5435308036 -3585,63566.843361903 -3586,64778.689641441 -3587,64289.1702893873 -3588,62774.882110758 -3589,61186.802342937 -3590,59924.0294850346 -3591,58831.7049171567 -3592,58951.2266288167 -3593,59007.3498647054 -3594,58123.9285702516 -3595,55821.8364060083 -3596,54352.2390586681 -3597,53590.4180582329 -3598,49447.6915142624 -3599,45730.0465553951 -3600,43274.1352640649 -3601,42079.957438644 -3602,41681.898129899 -3603,42132.962700181 -3604,42197.4004671316 -3605,44404.9146137145 -3606,48254.5530808347 -3607,52817.1644515701 -3608,56145.0647335683 -3609,57908.789448938 -3610,58447.1567969977 -3611,57480.5898894833 -3612,55437.2882858494 -3613,53889.7419829725 -3614,52541.7449296508 -3615,51963.8834078262 -3616,52483.5430105897 -3617,52898.2313814584 -3618,52227.8705251459 -3619,50217.8270457595 -3620,49372.8605330775 -3621,49142.1316408194 -3622,46011.7021268317 -3623,42655.7402772961 -3624,40163.4527865528 -3625,38841.4387184099 -3626,38339.4474689495 -3627,38414.2784501344 -3628,37760.5466559456 -3629,38472.4803691955 -3630,41101.9580257159 -3631,44843.5072865897 -3632,48063.3182615275 -3633,50296.8152924754 -3634,52844.1868287422 -3635,52498.093490355 -3636,50399.7079420116 -3637,48632.8652522902 -3638,47732.8147948988 -3639,47484.4174485237 -3640,48596.489052877 -3641,50152.3499876297 -3642,50691.7566268687 -3643,50285.3827870618 -3644,50310.3264810614 -3645,51107.4843897306 -3646,47335.7947773331 -3647,44262.5277904134 -3648,42545.5724886912 -3649,41664.229776596 -3650,42046.6992135825 -3651,43961.1252833152 -3652,47834.6680524418 -3653,57358.9895954648 -3654,64613.4379081266 -3655,68495.2952083151 -3656,69562.6760821933 -3657,71224.54754002 -3658,72658.8080799402 -3659,72139.1484771768 -3660,71519.7141992287 -3661,70115.5939100183 -3662,68635.6033484438 -3663,66833.4237504884 -3664,66273.2306827808 -3665,65908.4296999113 -3666,65172.591684655 -3667,62647.0458680361 -3668,60748.2096700619 -3669,58547.9707633615 -3670,53386.7114423328 -3671,49463.281285207 -3672,47439.7267180486 -3673,46564.6199546567 -3674,46813.0172002179 -3675,47997.8412033977 -3676,50900.6597994789 -3677,59317.0670036794 -3678,65942.7272161521 -3679,69380.7952867552 -3680,70418.0358091097 -3681,71820.0775159616 -3682,73266.8098524747 -3683,72589.1737562795 -3684,71983.2506669175 -3685,70504.2992957082 -3686,69309.082179108 -3687,67811.4231634165 -3688,67444.5434973745 -3689,66816.7946883647 -3690,66077.8386987566 -3691,63596.9837134268 -3692,61360.3687081272 -3693,58719.4584453793 -3694,53615.3616514185 -3695,49769.8804498293 -3696,47853.375797738 -3697,46665.4339210205 -3698,47045.8247756485 -3699,48226.4914124834 -3700,51248.8317202246 -3701,59690.1826184247 -3702,66230.6186354781 -3703,69680.1192114949 -3704,70489.7489167569 -3705,72169.2887278866 -3706,73445.5727743751 -3707,72899.9301864327 -3708,72219.1761158858 -3709,71072.8069952917 -3710,70200.8181054376 -3711,68623.1315518509 -3712,68208.4431809822 -3713,67976.6749975448 -3714,66942.5523487281 -3715,64176.9238176099 -3716,62101.4032800938 -3717,59115.4390709518 -3718,53890.7812741518 -3719,50281.2255215309 -3720,48221.2948557732 -3721,47178.8575750806 -3722,47249.5312907346 -3723,48263.9069030758 -3724,51383.9433036431 -3725,59704.73309819 -3726,66192.1638537064 -3727,69609.4454958409 -3728,70612.3885019546 -3729,72181.7606252934 -3730,73865.457802768 -3731,72970.6039020867 -3732,72221.2546982443 -3733,70873.2576449226 -3734,69575.1479796002 -3735,67992.2647684893 -3736,67282.4097384119 -3737,66510.1955237423 -3738,65323.292938204 -3739,62886.0892913561 -3740,60858.3774586668 -3741,58879.5136219835 -3742,53838.815303794 -3743,49850.9473797176 -3744,47776.4661333807 -3745,46760.0119386809 -3746,47008.409285056 -3747,48233.766652366 -3748,51034.7319909042 -3749,59204.820531902 -3750,65914.6655478007 -3751,69282.0599027499 -3752,70297.4748062704 -3753,71726.5387894804 -3754,72915.5199573772 -3755,71814.8808584375 -3756,70366.069838752 -3757,68635.6033484438 -3758,67119.236587456 -3759,65605.9878008199 -3760,64930.4302869832 -3761,63845.380958988 -3762,62610.6696686229 -3763,59929.2260417448 -3764,57974.2666078818 -3765,56668.8816018628 -3766,52447.1668111765 -3767,48480.0853155687 -3768,45843.3324191657 -3769,44458.9591664308 -3770,43862.3898993099 -3771,43731.4356822363 -3772,43193.0683341766 -3773,45829.8212305796 -3774,50178.3329728086 -3775,54975.830602147 -3776,58245.5288642702 -3777,60110.0676468176 -3778,60526.8346000448 -3779,59181.9555210748 -3780,57049.2724564907 -3781,55252.2895160595 -3782,54514.3728176307 -3783,53884.5453254484 -3784,53915.7249681514 -3785,53761.9057402506 -3786,52843.147436749 -3787,50598.2179003875 -3788,49355.1920789605 -3789,49225.2772538801 -3790,46085.4938168374 -3791,42399.0283998591 -3792,39994.0436868935 -3793,38241.7514769374 -3794,37451.8688081508 -3795,36974.821353504 -3796,36169.3489137729 -3797,37358.3300816697 -3798,40531.3717437739 -3799,44915.2202934229 -3800,47857.533063269 -3801,49853.0260628901 -3802,51661.4415087348 -3803,50798.8065419359 -3804,48857.358195845 -3805,47632.000828535 -3806,46742.3435853779 -3807,46362.9920219291 -3808,46970.9937944636 -3809,47979.1334581015 -3810,47849.2185322071 -3811,46949.1680748157 -3812,46638.4116446624 -3813,47225.6269887281 -3814,44406.993196073 -3815,41359.7091943322 -3816,39334.0759440013 -3817,38112.8758422223 -3818,37604.6487448724 -3819,37487.2057163848 -3820,37272.0665950712 -3821,38544.1933760287 -3822,41659.0331190718 -3823,45721.7320243332 -3824,48901.0096351408 -3825,51149.057145854 -3826,52995.9273734705 -3827,52517.8405268304 -3828,50868.4409664106 -3829,49565.134643564 -3830,49141.0923496401 -3831,49021.5706379801 -3832,50149.232013278 -3833,51305.9943481065 -3834,51355.8816352918 -3835,50689.6780445102 -3836,50016.199113032 -3837,50405.943890715 -3838,46990.7408309391 -3839,44013.091253673 -3840,42188.0466448904 -3841,41432.4614923446 -3842,41600.8313008247 -3843,42921.8059769743 -3844,46421.1939409903 -3845,56082.7055489763 -3846,64086.5030654805 -3847,68634.5640572645 -3848,70704.8879372565 -3849,72898.8908952535 -3850,74689.6378869813 -3851,74027.5915617306 -3852,73520.40375556 -3853,72627.6285380512 -3854,71465.6696465125 -3855,69637.5070633783 -3856,68822.6808014061 -3857,67812.4625554097 -3858,66366.7694092619 -3859,63504.4842781249 -3860,61091.1849332834 -3861,58761.0312015027 -3862,54115.2742177065 -3863,51025.3781686631 -3864,48876.0659411412 -3865,47671.4949014859 -3866,47841.9432923245 -3867,48450.9843560381 -3868,51263.3821999899 -3869,59556.1104269994 -3870,66560.0828109276 -3871,70431.5469976957 -3872,71758.7576225488 -3873,73724.11037146 -3874,75346.4876555218 -3875,74576.3521240247 -3876,73598.3527110966 -3877,72396.899645793 -3878,71081.1215263536 -3879,69116.8081694356 -3880,67883.1361702497 -3881,66981.0071304998 -3882,65740.0599922452 -3883,62786.3146161716 -3884,60519.5593601622 -3885,58769.3458333785 -3886,54135.021254182 -3887,50672.0095903932 -3888,48523.7367548646 -3889,47058.2965722413 -3890,47160.1498297844 -3891,47836.7467356143 -3892,50605.4931402702 -3893,58456.5107200528 -3894,64948.0986402863 -3895,68520.2389023147 -3896,69707.141487853 -3897,71774.3474943073 -3898,73252.2593727094 -3899,72864.5933790127 -3900,72021.7054486892 -3901,71142.4413189525 -3902,70146.7735527214 -3903,68321.7289439388 -3904,67451.8187372572 -3905,66481.0945642118 -3906,65414.7529815127 -3907,62773.8428195788 -3908,60601.6655812298 -3909,59094.6527432971 -3910,55146.2788921716 -3911,51136.5852484472 -3912,48410.450891094 -3913,47164.3071961293 -3914,47202.761977901 -3915,48039.4139595211 -3916,50609.6504058011 -3917,58556.2853952374 -3918,64973.0423342859 -3919,68544.1432043211 -3920,70150.9308182523 -3921,71962.4642384488 -3922,73152.4847983388 -3923,72166.1708543488 -3924,70939.7740950456 -3925,69199.9536816824 -3926,67674.2330984535 -3927,66527.8638770454 -3928,65987.4179466272 -3929,65170.5130014825 -3930,63308.0529021075 -3931,60580.879253575 -3932,58077.1591566041 -3933,56425.6809130118 -3934,52803.653363798 -3935,49291.7936031892 -3936,46689.3382230269 -3937,44821.6815669418 -3938,44177.3036958081 -3939,43888.3728844888 -3940,43556.8300258668 -3941,46041.8423775416 -3942,50062.9685266795 -3943,54462.406847273 -3944,57816.2900136361 -3945,59860.6310092632 -3946,60200.4883989471 -3947,58727.7729764412 -3948,56481.8041489005 -3949,54638.0517948217 -3950,53511.429710703 -3951,53219.381025846 -3952,53758.7877658989 -3953,53814.9110017876 -3954,52703.8786886135 -3955,50443.3593813075 -3956,48829.2965274937 -3957,48581.9385731117 -3958,45883.8658841098 -3959,43047.5636373377 -3960,40753.7861049702 -3961,39061.7743964337 -3962,38047.3987840924 -3963,37775.0971357109 -3964,37042.3770948063 -3965,38065.0672382094 -3966,40699.74145144 -3967,44545.2226530293 -3968,47756.7190969052 -3969,50336.3094662403 -3970,52602.0254310705 -3971,52118.7419269062 -3972,49983.9802799637 -3973,48174.5254421257 -3974,47310.8511841474 -3975,47290.0647556787 -3976,48371.9961093223 -3977,49948.6433717297 -3978,49962.1545603157 -3979,49445.612931904 -3980,49162.9180692881 -3981,50378.921513543 -3982,47037.5102445866 -3983,44123.2590422779 -3984,42454.1123445686 -3985,41474.034349282 -3986,41805.57710709 -3987,43099.5296076955 -3988,46482.5137335892 -3989,55769.8704356505 -3990,62760.3316309927 -3991,66763.7894268277 -3992,68418.3856447717 -3993,70560.4225315969 -3994,72001.9584122137 -3995,71142.4413189525 -3996,70483.5129680535 -3997,69234.2511979231 -3998,68211.5610545199 -3999,66473.8193243291 -4000,65833.5987187264 -4001,63461.8721300083 -4002,61058.9661002151 -4003,59601.8405494677 -4004,58240.33230756 -4005,56494.2759454933 -4006,51929.5858915855 -4007,48735.7578010125 -4008,46857.707930693 -4009,45589.7385160804 -4010,45665.6087884445 -4011,46699.7314372613 -4012,49498.6181934409 -4013,57813.1721400984 -4014,64329.7037543314 -4015,67909.1191554286 -4016,68796.6978162272 -4017,70556.2652660659 -4018,72236.8444691888 -4019,71359.6591234385 -4020,70716.3204426701 -4021,69212.4254782752 -4022,68193.8927012169 -4023,66644.2677151676 -4024,66125.6474035834 -4025,65572.7295757584 -4026,64490.7982221149 -4027,62125.3075821002 -4028,59519.7343284002 -4029,57588.6790957297 -4030,52931.4896065199 -4031,49180.586523405 -4032,47080.1222918893 -4033,45841.2537359932 -4034,45910.8881604679 -4035,46878.4943591617 -4036,49626.4544361628 -4037,57458.7642706493 -4038,64114.5646330178 -4039,67791.676126941 -4040,68880.8827204672 -4041,70733.9888967871 -4042,72088.2218988122 -4043,71128.9302311804 -4044,70413.8785435788 -4045,69128.2406748491 -4046,67842.6028061195 -4047,66205.6749414785 -4048,65707.841058363 -4049,64957.4525633414 -4050,63497.2090382423 -4051,60757.563492303 -4052,58111.4566728449 -4053,56412.1697244257 -4054,52368.1785644606 -4055,48329.3840620196 -4056,46032.4884544865 -4057,44305.13993853 -4058,43915.3951608469 -4059,43947.6140947292 -4060,43788.5982093042 -4061,46446.137534176 -4062,50326.9556439992 -4063,53619.5189169495 -4064,56118.0424572102 -4065,58071.9625998939 -4066,60207.7636388297 -4067,59901.1644742074 -4068,58339.0675907513 -4069,57047.1937733183 -4070,56175.2049842782 -4071,55725.1797051755 -4072,56468.2929603144 -4073,56903.7677596518 -4074,56403.8551933639 -4075,54745.1017098889 -4076,53289.0154503208 -4077,52473.1497963553 -4078,48673.3987172344 -4079,45393.307140063 -4080,43509.021421854 -4081,42346.0231383221 -4082,42379.2813633837 -4083,43399.8928236144 -4084,46289.2003319235 -4085,53313.9591443204 -4086,59390.858693685 -4087,63429.65329694 -4088,65354.4724800931 -4089,66974.7711817964 -4090,68238.583431692 -4091,67359.3193019553 -4092,65768.1215597826 -4093,63972.1779105306 -4094,62847.6345095844 -4095,61685.6756180458 -4096,61755.3099417065 -4097,61407.1380209608 -4098,59921.9508018621 -4099,57403.6803259398 -4100,55047.5436089802 -4101,53732.8047807201 -4102,49795.8634350082 -4103,46207.0941108559 -4104,43859.2719249582 -4105,42319.000861964 -4106,41915.7449965089 -4107,41937.5707161568 -4108,42031.1094426379 -4109,44414.2684359557 -4110,48388.625171446 -4111,52871.2091051003 -4112,56456.8604549008 -4113,58752.7166704408 -4114,60090.3205095282 -4115,58677.8856892559 -4116,56551.4385733752 -4117,54761.7307720127 -4118,53652.777142011 -4119,53191.3194583087 -4120,53750.4731340231 -4121,54138.1392285337 -4122,52853.5406509833 -4123,50144.0354565678 -4124,47759.8370712569 -4125,47628.8828541833 -4126,46150.9708749672 -4127,42708.7455388331 -4128,40266.345335275 -4129,38645.0073423925 -4130,37603.6094536931 -4131,37331.3078053116 -4132,36705.6376794741 -4133,37745.9961761803 -4134,40142.6663580841 -4135,44128.4555989881 -4136,47720.342897492 -4137,50470.3816576656 -4138,52983.4555768777 -4139,52519.9192100029 -4140,50749.9585459298 -4141,49337.5237256575 -4142,48374.0747924947 -4143,48032.1387196385 -4144,49043.396357628 -4145,50587.8246861532 -4146,50772.823556757 -4147,50075.4403232723 -4148,49417.5512635526 -4149,50706.3071066339 -4150,47671.4949014859 -4151,44887.1587258855 -4152,43218.0120281762 -4153,42145.4344967738 -4154,42259.7596517236 -4155,43637.8969557552 -4156,47127.9309967161 -4157,56785.2853391711 -4158,63665.5787459083 -4159,67540.1609070281 -4160,69151.1056856763 -4161,71083.200209526 -4162,72724.285238884 -4163,72227.4906469477 -4164,71707.8310441842 -4165,70583.287643238 -4166,69495.1203408911 -4167,67592.1268773859 -4168,66757.5534781243 -4169,66328.3146274902 -4170,65256.776488081 -4171,62750.9778087516 -4172,60356.3863100203 -4173,58368.1685502819 -4174,53665.2490394178 -4175,49922.6603865508 -4176,47630.9615373558 -4177,46407.6827524043 -4178,46598.9174708975 -4179,47748.4045658433 -4180,50722.9362695717 -4181,59122.7143108344 -4182,65861.6602862637 -4183,69204.1109472133 -4184,70106.2400877772 -4185,71809.6843017273 -4186,73278.2423578882 -4187,72787.6837146553 -4188,71998.840437862 -4189,71057.2172243472 -4190,69838.0957049266 -4191,68325.8862094698 -4192,67692.9408437497 -4193,67149.3768381658 -4194,65912.5869654422 -4195,63316.3674331694 -4196,61029.8651406845 -4197,58574.9931405336 -4198,53952.1010667507 -4199,50339.427440592 -4200,48111.1269663543 -4201,46840.03957739 -4202,46975.1510599945 -4203,48225.4521213041 -4204,51140.7426147921 -4205,59608.0763973572 -4206,66194.2424360649 -4207,69812.1127197477 -4208,70937.6955126871 -4209,72480.0452588538 -4210,73930.9348608978 -4211,73203.4113767033 -4212,72162.0134880039 -4213,70673.7083953675 -4214,69454.5868759469 -4215,67836.3668574161 -4216,67170.1632666345 -4217,66654.660828588 -4218,65525.9601621109 -4219,62678.2254099252 -4220,60188.0166023542 -4221,58146.7935810788 -4222,53521.8229249374 -4223,49854.0653540693 -4224,47595.6246291218 -4225,46411.8400179352 -4226,46602.0354452492 -4227,47577.9561750048 -4228,50569.1169408569 -4229,58610.3299479536 -4230,65214.1644407784 -4231,68827.8773581163 -4232,69865.1179812847 -4233,71538.421944525 -4234,72920.7166149014 -4235,72196.3111050587 -4236,71483.3381006295 -4237,70115.5939100183 -4238,69014.9549118925 -4239,67380.105730424 -4240,66891.6256695496 -4241,64215.3785993816 -4242,61563.035932034 -4243,60370.9367897856 -4244,59034.3722418775 -4245,57646.8810147908 -4246,53183.0048264328 -4247,49744.9368566436 -4248,47643.4333339486 -4249,46473.1598105341 -4250,46594.7602053665 -4251,47481.299474172 -4252,50243.8100309384 -4253,58335.9497172136 -4254,64875.3463422738 -4255,68433.9754157162 -4256,69734.1637642111 -4257,71457.3551154506 -4258,72820.9419397169 -4259,71948.9530498628 -4260,70433.6256808682 -4261,68752.0070857521 -4262,67334.3756079557 -4263,65809.694315906 -4264,65333.6861524384 -4265,64240.3222933812 -4266,63070.0487699667 -4267,60338.7178559033 -4268,58068.8446255422 -4269,56236.524776877 -4270,52256.9713838625 -4271,48688.9884881789 -4272,46254.9028156827 -4273,44975.5007948425 -4274,44418.4257014866 -4275,44254.2132593515 -4276,44313.4544695919 -4277,46593.7209141873 -4278,50466.2243921347 -4279,54593.3610643466 -4280,58219.5458790913 -4281,60205.6849556572 -4282,61005.9608386781 -4283,59904.2824485591 -4284,57847.4696563392 -4285,56059.8405381491 -4286,54985.1844243882 -4287,54288.8405828967 -4288,55015.324675098 -4289,55392.5975553743 -4290,54219.206158422 -4291,51354.8423441125 -4292,50915.2102792442 -4293,49724.1504281749 -4294,46415.9972834661 -4295,43056.9175603928 -4296,40932.5490268706 -4297,39718.6240641602 -4298,39125.1728722051 -4299,38904.8370933673 -4300,38716.7203492257 -4301,39439.04727671 -4302,41827.4028267379 -4303,45629.2325890313 -4304,49072.4973171586 -4305,51775.7666636847 -4306,54473.8393526866 -4307,53921.9608160408 -4308,51989.8663930051 -4309,50483.8928462516 -4310,49708.5606572304 -4311,49489.2642703858 -4312,51045.1252051385 -4313,52346.3528448127 -4314,51807.985496753 -4315,50945.350529954 -4316,50437.1234326041 -4317,50882.9913453619 -4318,47813.8817247871 -4319,45057.6070159101 -4320,43405.0894811385 -4321,42426.0507770312 -4322,42444.7585223274 -4323,43927.8670582537 -4324,47584.1921237082 -4325,57009.7782827258 -4326,64236.1650278503 -4327,68158.5557929829 -4328,69147.9877113246 -4329,70770.3650962003 -4330,72160.9741968247 -4331,71494.7706060431 -4332,70691.3768494845 -4333,69553.3222599522 -4334,68486.9806772532 -4335,66993.4789270926 -4336,66626.5992610507 -4337,66017.558197337 -4338,64737.1168853175 -4339,62147.1333017481 -4340,59402.2911990986 -4341,56750.9878229303 -4342,53600.8111716532 -4343,50970.2942239536 -4344,47730.7361117263 -4345,46251.784841331 -4346,46086.5331080167 -4347,47128.9702878953 -4348,49891.4808446617 -4349,57567.892768075 -4350,63956.5881395861 -4351,67684.6262118738 -4352,68783.1867284551 -4353,70454.4120085229 -4354,72337.6584355526 -4355,71280.6707759087 -4356,70578.0909857139 -4357,69410.935537465 -4358,68272.8809479328 -4359,66540.3357744522 -4360,66175.5346907687 -4361,65638.2066338882 -4362,64564.5899121205 -4363,62072.3023205632 -4364,60011.3322628123 -4365,57742.4984244444 -4366,53172.6117130124 -4367,49678.4204065206 -4368,47283.8289077893 -4369,46199.8188709733 -4370,46156.1675324914 -4371,47181.9755494323 -4372,49912.2672731304 -4373,58431.5670260532 -4374,65317.0569895006 -4375,68532.7106989075 -4376,69701.9449311428 -4377,71544.6578932284 -4378,72973.7218764384 -4379,72229.5693301202 -4380,71687.0446157156 -4381,70104.1614046047 -4382,68869.4502150536 -4383,67314.6285714802 -4384,66612.0487812854 -4385,66066.406193343 -4386,64841.048826033 -4387,62274.96954447 -4388,60238.9431807188 -4389,58244.4895730909 -4390,53348.2566605611 -4391,49451.8487797934 -4392,47492.7320803995 -4393,46519.9292241816 -4394,46685.180957496 -4395,47694.3600131271 -4396,50426.7302183697 -4397,58559.4032687751 -4398,65199.6139610131 -4399,68683.4120532706 -4400,69648.9395687919 -4401,71200.6432380136 -4402,72846.9249248957 -4403,72339.7371187251 -4404,71699.5165131223 -4405,70625.8996905407 -4406,69346.4976697005 -4407,67675.2723896327 -4408,67020.5012034507 -4409,66109.0182406457 -4410,65055.1485553534 -4411,62654.3211079187 -4412,60536.1885230999 -4413,58709.0652311449 -4414,53791.0065989672 -4415,49868.6158338346 -4416,47745.2865914916 -4417,46593.7209141873 -4418,46719.4784737367 -4419,47613.2930832388 -4420,50306.1692155305 -4421,58437.8029747566 -4422,65159.0804960689 -4423,69110.5722207322 -4424,70518.8497754735 -4425,72410.410834379 -4426,73692.930728757 -4427,72784.5657403037 -4428,71568.5621952348 -4429,69500.3169984152 -4430,67621.2277361025 -4431,66686.8797624703 -4432,65577.9261324686 -4433,62414.2383934195 -4434,59682.9073785421 -4435,58506.3980072381 -4436,57242.5858581564 -4437,56003.7173022604 -4438,52482.5037194104 -4439,49232.5523929488 -4440,46420.1545489971 -4441,45154.2637167429 -4442,44523.3969333813 -4443,44312.4151784126 -4444,44039.0742388518 -4445,46079.257868134 -4446,50101.4233084512 -4447,54197.3804387741 -4448,57805.8969002158 -4449,59879.3387545595 -4450,61004.9214466849 -4451,60015.4895283433 -4452,57926.457903055 -4453,56144.0253415751 -4454,55205.520102412 -4455,54800.1856545983 -4456,55543.2989097373 -4457,55526.6697467996 -4458,54015.499542522 -4459,51885.9344522896 -4460,50367.4890081294 -4461,49513.1686732062 -4462,46407.6827524043 -4463,43864.4685824824 -4464,41325.4116780914 -4465,39816.3201569863 -4466,39185.4533736247 -4467,38922.5055474843 -4468,38076.499743623 -4469,38989.0219976073 -4470,41847.1499640274 -4471,45950.3822334189 -4472,49203.4515342322 -4473,51777.8452460432 -4474,54053.9544251077 -4475,53547.8059101163 -4476,51824.6146596907 -4477,50488.0501117826 -4478,49755.329970064 -4479,49268.928592362 -4480,50394.5113853015 -4481,51709.2502135616 -4482,51813.1821542771 -4483,51507.6222808341 -4484,51481.6392956552 -4485,51809.0247879322 -4486,48453.0630392106 -4487,45631.3112722038 -4488,44126.3770166296 -4489,43319.8652857193 -4490,43360.3987506634 -4491,44641.8793538621 -4492,47972.8975093981 -4493,57116.828197793 -4494,64358.804713862 -4495,68475.5481718396 -4496,70018.9372091855 -4497,71877.2400430295 -4498,73181.5856570554 -4499,72696.2236713466 -4500,72284.6531740156 -4501,70802.5839292686 -4502,69635.4284810198 -4503,68162.7130585139 -4504,67361.3979851277 -4505,66386.5165465514 -4506,65407.4777416301 -4507,62755.1350742825 -4508,60703.5189395868 -4509,58475.2184653491 -4510,53549.8845932887 -4511,50197.0407181048 -4512,48272.2214341377 -4513,47266.1604536723 -4514,47462.5917288757 -4515,48404.2150432046 -4516,51244.6744546936 -4517,59503.1051654624 -4518,66424.9713283231 -4519,70411.7999612203 -4520,71939.5992276216 -4521,73427.9043202581 -4522,74933.8779678255 -4523,74034.8668016133 -4524,73379.056324252 -4525,72106.9296441084 -4526,71273.3955360261 -4527,70007.5047037719 -4528,69321.5540765148 -4529,68693.8052675049 -4530,67336.4542911281 -4531,64118.7218985488 -4532,60694.1650165317 -4533,56873.627508942 -4534,53861.6803146212 -4535,51533.6052660129 -4536,48735.7578010125 -4537,47485.4568405169 -4538,47132.088262247 -4539,48133.9919771815 -4540,51030.5747253732 -4541,58730.8909507929 -4542,65633.010077178 -4543,70044.9201943644 -4544,71336.7940117974 -4545,73229.3943618822 -4546,74635.593334265 -4547,73499.6174279052 -4548,72702.4595192361 -4549,71551.933133111 -4550,70170.6778547278 -4551,68493.2166259566 -4552,68319.6502607664 -4553,67702.2946659908 -4554,66546.5717231556 -4555,63891.1109806423 -4556,61550.5640346272 -4557,58541.7349154721 -4558,54465.5248216247 -4559,51024.3387766698 -4560,47806.6064849045 -4561,46339.0877199227 -4562,46475.2384937065 -4563,47525.9902046471 -4564,50467.2636833139 -4565,58053.2548545977 -4566,64728.8023542556 -4567,68452.6831610124 -4568,70011.6620701168 -4569,72045.6097506956 -4570,73617.0604563928 -4571,72920.7166149014 -4572,72164.0921711764 -4573,70961.5998146936 -4574,69766.3826980934 -4575,68320.6896527596 -4576,67842.6028061195 -4577,66696.2336855254 -4578,65653.7964048328 -4579,63424.4566394158 -4580,61266.8298808321 -4581,58438.8422659359 -4582,53678.7601271899 -4583,50311.3657722407 -4584,47852.3365065588 -4585,46676.8664264341 -4586,46810.9386178594 -4587,47715.1463407818 -4588,50373.7249568328 -4589,58396.2302186332 -4590,64944.9807667485 -4591,68759.2823256347 -4592,70187.3070176655 -4593,71803.4483530239 -4594,72861.475404661 -4595,72047.6884338681 -4596,70637.3321959543 -4597,68551.4184442038 -4598,67473.6444569051 -4599,66272.1913916016 -4600,65704.7230840113 -4601,64555.2359890654 -4602,63236.3398952743 -4603,60322.0886929656 -4604,58122.8891782584 -4605,56183.51951534 -4606,52003.3775815911 -4607,48575.7027252223 -4608,46062.6287051963 -4609,44519.2396678504 -4610,44100.3940314507 -4611,44015.1698360314 -4612,43791.7161836559 -4613,45937.9104368261 -4614,49794.8241438289 -4615,54206.7343618292 -4616,57497.219052421 -4617,59507.2624309934 -4618,60359.504183558 -4619,59223.5282771982 -4620,57322.6133960515 -4621,55444.563525732 -4622,54248.3071179526 -4623,53484.4074343449 -4624,53648.61987648 -4625,53561.3170987023 -4626,52678.9349946139 -4627,50666.813033683 -4628,49625.4151449836 -4629,48907.2454830303 -4630,46152.0101661465 -4631,43200.3435740592 -4632,40971.0038086423 -4633,39459.8336043647 -4634,38791.5513304107 -4635,38506.7778854363 -4636,38123.2690564566 -4637,38861.1857548854 -4638,41361.7878775046 -4639,44944.3212529535 -4640,48486.3212642721 -4641,51302.8763737548 -4642,53999.9097715775 -4643,53691.2320245967 -4644,52183.1797946708 -4645,50660.5770849796 -4646,49406.118758139 -4647,49348.9562310711 -4648,50313.4444554131 -4649,51442.1451218903 -4650,50983.8053117257 -4651,49097.4409103443 -4652,47352.4239402708 -4653,47378.4069254497 -4654,45965.9721051774 -4655,45617.8000836177 -4656,43166.0460578185 -4657,41536.3934330601 -4658,41068.6998006544 -4659,42478.016646575 -4660,46147.8529006155 -4661,54616.2260751738 -4662,61791.6861411197 -4663,66244.1298240642 -4664,68254.1732026365 -4665,70764.1291474969 -4666,72532.0112292115 -4667,71865.8075376159 -4668,71211.0364522479 -4669,70321.3791082769 -4670,69204.1109472133 -4671,67523.5317440904 -4672,66706.6267989458 -4673,65955.1990127449 -4674,64723.6056967315 -4675,61849.8880601809 -4676,59767.0922827821 -4677,57512.8088233655 -4678,52668.5418811935 -4679,49167.075334819 -4680,47378.4069254497 -4681,46202.936845325 -4682,46687.2596406684 -4683,47575.8775926463 -4684,50249.0066884626 -4685,58017.9179463637 -4686,64627.9883878919 -4687,68549.3398618453 -4688,69846.4102359885 -4689,71736.9320037148 -4690,73554.7012718007 -4691,72776.2512092417 -4692,71707.8310441842 -4693,70678.9049520777 -4694,69366.2448069899 -4695,67743.8674221142 -4696,67092.2143110979 -4697,66199.4390935891 -4698,65012.5365080508 -4699,62385.1374338889 -4700,60626.6092752294 -4701,58357.7753360475 -4702,53393.9866822155 -4703,49873.8123905448 -4704,47866.8869863241 -4705,46741.3041933847 -4706,46814.0565922111 -4707,47788.9380307875 -4708,50560.802409795 -4709,58347.3822226272 -4710,65189.2207467787 -4711,69087.707209905 -4712,70366.069838752 -4713,72299.2036537809 -4714,73874.8116250091 -4715,73473.6344427264 -4716,72666.0833198229 -4717,71303.5358875498 -4718,70168.5992723693 -4719,68436.0540988887 -4720,67719.9631201078 -4721,66705.5875077665 -4722,65550.9038561105 -4723,62954.6844246516 -4724,60995.5676244438 -4725,59056.1978607114 -4726,54125.6674319409 -4727,50406.9831818943 -4728,48284.6933315445 -4729,47317.0870320368 -4730,47436.6087436969 -4731,48350.1703896744 -4732,50917.2889624166 -4733,58523.0271701759 -4734,65295.2312698527 -4735,68613.7776287959 -4736,70440.9008199369 -4737,72412.4895175515 -4738,73903.9125845397 -4739,73183.6643402279 -4740,72610.9994759274 -4741,71396.0352220378 -4742,70109.3580621289 -4743,68559.7330760796 -4744,67786.4795702308 -4745,66828.2271937782 -4746,65593.5159034131 -4747,63138.6439032622 -4748,61142.1116124619 -4749,59199.6239751918 -4750,54310.6662017307 -4751,50713.5823465166 -4752,48597.5283440563 -4753,47416.8617072214 -4754,47350.3452570984 -4755,48314.8335822543 -4756,50925.6034934785 -4757,58480.4150220593 -4758,65181.9455068961 -4759,69193.717732979 -4760,70846.2353685645 -4761,72734.6784531183 -4762,73951.7212893665 -4763,72997.6261784448 -4764,71518.6749080495 -4765,70053.2348262402 -4766,68420.4642271302 -4767,66970.6139162654 -4768,66288.8204537253 -4769,64941.8627923968 -4770,63391.1984143543 -4771,60549.699610872 -4772,58477.2970477076 -4773,57028.4860280221 -4774,53154.9432588955 -4775,49717.9144794715 -4776,47287.9861733202 -4777,45735.2432129192 -4778,45160.4996654463 -4779,45050.3317760274 -4780,44859.0970575342 -4781,47092.5940884821 -4782,51190.6299019774 -4783,55679.4496835211 -4784,58954.3446031684 -4785,60781.4677943094 -4786,61629.5523821571 -4787,60624.5305920569 -4788,58818.1938293846 -4789,56893.3745454175 -4790,55940.3188264891 -4791,55292.8229810037 -4792,55309.4520431275 -4793,54829.2865133149 -4794,53951.0617755714 -4795,51964.9226990055 -4796,51027.4567510215 -4797,50410.101156246 -4798,47146.6387420123 -4799,44391.4034251285 -4800,42335.6299240878 -4801,40896.1728274574 -4802,40428.4791950517 -4803,40032.4985694792 -4804,39474.38408413 -4805,40317.2720144535 -4806,42865.6827410856 -4807,46516.8112498299 -4808,49659.7126612244 -4809,52216.4380197323 -4810,54476.9573270383 -4811,53868.9555545038 -4812,52679.9743866071 -4813,51023.2994854906 -4814,50231.3382343456 -4815,50479.7354799067 -4816,51437.9878563593 -4817,52532.3910065957 -4818,52580.1997114225 -4819,51976.355204419 -4820,52212.2806533874 -4821,52109.3881046651 -4822,48747.1903064261 -4823,46064.7073883687 -4824,44811.2883527074 -4825,43962.1645744945 -4826,44157.5565585186 -4827,45143.8705025086 -4828,48977.9191986843 -4829,57408.87688265 -4830,64679.9543582496 -4831,68946.359778597 -4832,70668.5117378433 -4833,72784.5657403037 -4834,74008.8838164344 -4835,72847.964216075 -4836,72274.2599597813 -4837,71418.9002328649 -4838,70174.8351202587 -4839,68613.7776287959 -4840,68093.0787348531 -4841,67530.806983973 -4842,66329.3539186695 -4843,63820.4372649884 -4844,61919.5223838416 -4845,58754.7953536133 -4846,53798.2818388499 -4847,50541.0553733196 -4848,48695.2244368823 -4849,47440.7661100418 -4850,47514.5576992335 -4851,48489.4391378098 -4852,51494.111092248 -4853,59030.2148755325 -4854,65653.7964048328 -4855,69385.9918434654 -4856,70964.7177890453 -4857,72987.2329642105 -4858,74206.354483631 -4859,73068.2998940988 -4860,72315.8328167187 -4861,71326.400898377 -4862,70294.3568319187 -4863,68440.2113644196 -4864,67767.7718249346 -4865,66632.8352097541 -4866,65420.9889302161 -4867,62851.7917751154 -4868,61185.7630517578 -4869,58574.9931405336 -4870,53852.3264923801 -4871,50443.3593813075 -4872,48190.1152130702 -4873,47034.3922702349 -4874,46933.5783038711 -4875,47935.4820188056 -4876,50738.5260405162 -4877,58098.984876252 -4878,64677.8756750772 -4879,68471.3909063087 -4880,69909.8087117598 -4881,71683.9266413638 -4882,73394.6461960105 -4883,72858.3574303093 -4884,72153.698956942 -4885,70861.825139509 -4886,69549.1649944213 -4887,67743.8674221142 -4888,66938.3949823831 -4889,66039.3839169849 -4890,65066.581060767 -4891,62500.501880018 -4892,60970.6239304442 -4893,58658.1386527804 -4894,53905.3317539171 -4895,50491.1680861343 -4896,48464.4955446242 -4897,47204.8405602595 -4898,47277.5929590859 -4899,48148.5424569468 -4900,50863.2443088864 -4901,57862.0201361044 -4902,64444.0288084673 -4903,68036.9554989644 -4904,69504.4742639462 -4905,71557.1296898212 -4906,72923.8344884391 -4907,72557.9941135764 -4908,71960.3855552763 -4909,70695.5341150154 -4910,69515.9067693598 -4911,67876.9003223603 -4912,67122.3545618077 -4913,66144.3551488796 -4914,65042.6767587606 -4915,62712.5230269799 -4916,60899.9502147902 -4917,57945.1656483513 -4918,53184.044218426 -4919,49957.9972947848 -4920,48123.5987629471 -4921,46860.8259050447 -4922,47089.4762149444 -4923,47986.4086979841 -4924,51060.7149760831 -4925,58071.9625998939 -4926,64529.2530038866 -4927,68275.9989222845 -4928,69708.1807790322 -4929,71440.7259525129 -4930,72852.1214816059 -4931,72090.3004811707 -4932,70378.5417361588 -4933,68462.0370840675 -4934,67000.7541669752 -4935,65684.9760475358 -4936,65292.113396315 -4937,64079.2278255978 -4938,62370.5869541236 -4939,59510.3804053451 -4940,57772.6386751542 -4941,55603.5794111569 -4942,51507.6222808341 -4943,48259.7496375449 -4944,45938.9497280053 -4945,44529.6328820847 -4946,44108.7085625126 -4947,44162.7532160428 -4948,44306.1792297092 -4949,46260.0993723929 -4950,49980.862305612 -4951,54401.0870546741 -4952,57885.9244381109 -4953,59798.2718246711 -4954,60671.3000057045 -4955,59704.73309819 -4956,57802.7789258641 -4957,55962.144546137 -4958,54799.1462626051 -4959,53863.7589977937 -4960,54236.874612539 -4961,54046.679185225 -4962,53266.1504394936 -4963,51126.1921350268 -4964,50243.8100309384 -4965,49265.8106180103 -4966,46337.0090367503 -4967,43303.2361227815 -4968,41368.0237253941 -4969,40046.0096572512 -4970,39493.0918294262 -4971,39445.2831245994 -4972,39181.2961080937 -4973,39591.8271126176 -4974,42008.2444318108 -4975,45641.7044864381 -4976,48694.1850448891 -4977,51169.8434735087 -4978,53568.5923385849 -4979,53346.1779773887 -4980,51828.7719252217 -4981,50518.1903624924 -4982,49594.2355022806 -4983,49395.7255439047 -4984,50197.0407181048 -4985,50991.0805516083 -4986,51174.0007390397 -4987,50584.7068126154 -4988,50969.2549327744 -4989,50815.4356040596 -4990,47464.6704120482 -4991,44922.4955333055 -4992,43135.9058071087 -4993,42422.9328026795 -4994,42608.9709644626 -4995,44109.7478536918 -4996,47884.5553396271 -4997,55924.7290555445 -4998,63017.0435084297 -4999,67458.0546859606 -5000,69187.4818850895 -5001,71101.9079548223 -5002,72687.9090394708 -5003,72310.6361591945 -5004,71603.8991034687 -5005,70492.8667902946 -5006,69345.4583785212 -5007,67435.1895743195 -5008,66833.4237504884 -5009,66005.0862999302 -5010,64752.7066562621 -5011,62162.7230726926 -5012,60588.1544934577 -5013,57383.9332894644 -5014,52736.0976224958 -5015,49391.5682783738 -5016,47405.4292018078 -5017,46379.6210840529 -5018,46493.9462390027 -5019,47435.5694525176 -5020,50676.1668559241 -5021,57952.4408882339 -5022,64571.8651520032 -5023,68571.1655814932 -5024,70327.6150569803 -5025,72128.7553637564 -5026,73940.2887839529 -5027,73163.9173037524 -5028,72066.3961791643 -5029,70908.5945531566 -5030,69895.2582319945 -5031,68378.8914710067 -5032,67507.9419731459 -5033,66603.7342502235 -5034,65316.0176983214 -5035,62505.6984367281 -5036,61078.7131366906 -5037,57343.3998245202 -5038,52734.0189393233 -5039,49510.0506988545 -5040,47693.3206211339 -5041,46696.6134629096 -5042,46726.7537136194 -5043,47883.5160484479 -5044,51058.6363937246 -5045,58393.1122442815 -5046,65049.9519986432 -5047,68925.5734509423 -5048,70718.3991258426 -5049,72465.4947790885 -5050,73909.1091412498 -5051,72472.7700189711 -5052,71321.2042408528 -5053,70260.059315678 -5054,68988.9719267136 -5055,67366.5945418379 -5056,66763.7894268277 -5057,65807.6157335475 -5058,64427.3997463435 -5059,61769.8604214718 -5060,60180.7413624716 -5061,57247.7824148666 -5062,52412.8692949357 -5063,49335.4450424851 -5064,47236.0202029625 -5065,46073.0219194306 -5066,46183.1898088495 -5067,47190.2901813081 -5068,50111.8165226856 -5069,56891.295963059 -5070,63056.5376821946 -5071,66913.4513891975 -5072,68451.6438698332 -5073,70280.8457441467 -5074,71592.4665980552 -5075,70882.6115679777 -5076,69960.7353909383 -5077,68582.5980869068 -5078,67383.2237047757 -5079,65841.9132497883 -5080,65192.3387211304 -5081,64245.5188500914 -5082,62886.0892913561 -5083,60566.3287738097 -5084,59671.4748731285 -5085,57066.9409106077 -5086,52165.5113405538 -5087,48854.2402214933 -5088,46540.7156526503 -5089,45422.4080995935 -5090,45371.481420415 -5091,46600.9961540699 -5092,49425.8657946145 -5093,55715.8258829343 -5094,61689.8328835767 -5095,65654.835796826 -5096,67518.3351873802 -5097,69723.7705499768 -5098,70929.3808808113 -5099,69901.4941806979 -5100,67835.3275662369 -5101,66056.0129791087 -5102,64781.8076157926 -5103,63746.6456757966 -5104,63102.267703849 -5105,61965.25250631 -5106,60289.8698598973 -5107,57374.5793664093 -5108,56305.1199101725 -5109,53925.0787903925 -5110,50113.895205858 -5111,46882.6516246926 -5112,44580.5595612632 -5113,43024.6986265105 -5114,42372.006123501 -5115,42256.6416773719 -5116,42565.3195251667 -5117,44426.7402325485 -5118,48055.0037304656 -5119,52498.093490355 -5120,55942.3974088475 -5121,58057.4121201286 -5122,59061.3945182356 -5123,58024.1538950671 -5124,56259.3897877042 -5125,54764.8487463644 -5126,53523.9016081098 -5127,53185.0835096053 -5128,53765.0236137884 -5129,53551.9631756472 -5130,52448.2062031697 -5131,50120.1310537475 -5132,49487.1856880274 -5133,47909.4990336267 -5134,44754.1258256395 -5135,42052.9351622859 -5136,40161.3741033803 -5137,39000.4545030209 -5138,38362.3124797766 -5139,38069.2245037404 -5140,38120.1510821049 -5141,38605.5131686276 -5142,40872.268424637 -5143,44101.4333226299 -5144,47105.0659858889 -5145,49592.1569199221 -5146,51886.9737434688 -5147,51343.4098386989 -5148,49745.9761478229 -5149,48666.1234773518 -5150,47866.8869863241 -5151,47401.2719362769 -5152,48412.5295742664 -5153,49424.8265034353 -5154,49351.0348134296 -5155,48789.8024545427 -5156,49492.3822447375 -5157,48480.0853155687 -5158,45233.2519634588 -5159,42551.8083365807 -5160,41003.2226417106 -5161,40150.980889146 -5162,40276.7385495094 -5163,41618.4996541277 -5164,45223.8981412177 -5165,52744.4121535576 -5166,59562.3463757028 -5167,63945.1556341725 -5168,66234.7759010091 -5169,68271.8416567535 -5170,70097.9255567153 -5171,69268.5488149778 -5172,68250.0159371056 -5173,67117.1579042836 -5174,66114.2148981698 -5175,64590.5728972994 -5176,63991.9249470061 -5177,63145.9191431448 -5178,61768.8211302926 -5179,58900.3000504521 -5180,58008.5641241226 -5181,54555.9455737541 -5182,49682.5776720515 -5183,46616.5859250145 -5184,44786.3447595217 -5185,43680.5091038718 -5186,43711.6886457608 -5187,44756.2045088119 -5188,47954.1897641018 -5189,54788.7531491847 -5190,61129.6398158691 -5191,64943.9413747553 -5192,66594.3803271684 -5193,68581.5587957275 -5194,70124.9478330734 -5195,69406.7782719341 -5196,68405.9137473649 -5197,67038.1696575677 -5198,65928.1767363868 -5199,64491.8375132941 -5200,63706.1122108525 -5201,62694.8545728629 -5202,61283.4590437699 -5203,58726.7336852619 -5204,57927.4971942343 -5205,54744.0624187096 -5206,49860.3013027727 -5207,46474.1992025273 -5208,44637.7220883312 -5209,43520.4539272676 -5210,43564.1052657495 -5211,44610.699811973 -5212,47894.9485538615 -5213,54222.3241327737 -5214,60383.4085863784 -5215,64221.614548085 -5216,66049.7770304053 -5217,67908.0798642493 -5218,69505.5135551254 -5219,68811.2482959925 -5220,67925.7483183663 -5221,66761.7107436552 -5222,65478.1514572841 -5223,63838.1057191053 -5224,63327.799938583 -5225,62657.4390822704 -5226,61566.1539063858 -5227,59211.0564806054 -5228,58282.9443548626 -5229,54684.8212084693 -5230,50126.3670024508 -5231,46668.5518953722 -5232,44828.9568068244 -5233,43755.3400850567 -5234,43761.5759329461 -5235,44779.0695196391 -5236,48166.2109110638 -5237,55111.9813759308 -5238,61099.4995651593 -5239,64784.9255901444 -5240,66565.2794684518 -5241,68453.7224521917 -5242,70128.0658074251 -5243,69158.3809255589 -5244,68369.5376487656 -5245,67266.8198666534 -5246,65954.1597215656 -5247,64424.2817719918 -5248,63923.3299145246 -5249,63178.1379762132 -5250,61695.0294402869 -5251,59122.7143108344 -5252,58546.9314721823 -5253,55184.7337747573 -5254,50479.7354799067 -5255,47039.5888269451 -5256,45167.774905329 -5257,44033.8775813277 -5258,44109.7478536918 -5259,44970.3042381323 -5260,48148.5424569468 -5261,54381.3399173847 -5262,60602.704973223 -5263,64810.9085753232 -5264,66744.0422895382 -5265,68529.5928253698 -5266,69794.4442656307 -5267,68870.4895062329 -5268,67317.7465458319 -5269,65415.792373506 -5270,64210.1820426714 -5271,62960.920272541 -5272,62801.9044879301 -5273,62040.0834874949 -5274,60420.8240769709 -5275,57672.8639999697 -5276,56801.9145021088 -5277,53659.0130907144 -5278,49785.4703215878 -5279,46512.653984299 -5280,44529.6328820847 -5281,43036.1311319241 -5282,42613.1282299935 -5283,42700.4310077713 -5284,43478.8811711442 -5285,45245.7238608656 -5286,48687.9491969997 -5287,52870.1698139211 -5288,56173.1263011057 -5289,58104.1814329622 -5290,59340.9714064998 -5291,58016.8786551845 -5292,55872.7630851868 -5293,54113.195635348 -5294,52932.5288976992 -5295,52226.8311331527 -5296,52514.7225524787 -5297,52424.3018003493 -5298,51558.5488591986 -5299,49576.5671489776 -5300,49549.5447718055 -5301,47469.8669687584 -5302,44159.6352416911 -5303,41392.9674193937 -5304,39442.1651502477 -5305,38000.6293704449 -5306,37458.1047568542 -5307,37504.8741705018 -5308,37675.3224605263 -5309,37960.0959055007 -5310,40169.6886344422 -5311,43653.4867266997 -5312,46975.1510599945 -5313,49604.6287165149 -5314,51883.8558699311 -5315,51554.3915936676 -5316,50101.4233084512 -5317,48818.9034140733 -5318,48027.9814541075 -5319,47780.6234997256 -5320,48564.2701189948 -5321,49813.5318891251 -5322,50115.9737882165 -5323,49977.7443312602 -5324,50284.3434958826 -5325,48912.4421405544 -5326,45647.9403343275 -5327,43092.2543678128 -5328,41418.9504045726 -5329,40541.7649580083 -5330,40644.6575067306 -5331,42158.9456853599 -5332,46096.926322251 -5333,53277.5829449072 -5334,59863.7489836149 -5335,64150.940832431 -5336,66285.7025801876 -5337,68046.3093212056 -5338,69593.8557248964 -5339,68697.9625330359 -5340,67946.534646021 -5341,66624.5205778782 -5342,65168.43431831 -5343,63562.6860963721 -5344,63051.3410246705 -5345,62321.7389581176 -5346,61266.8298808321 -5347,59065.5517837665 -5348,58164.4620351958 -5349,54247.2678267733 -5350,49654.5160037002 -5351,46552.1481580639 -5352,44665.7836558685 -5353,43681.548395051 -5354,43736.6323397605 -5355,44805.052504818 -5356,48259.7496375449 -5357,54778.3599349504 -5358,60892.6749749075 -5359,64640.4601844847 -5360,66165.1414765344 -5361,68145.0447052109 -5362,70115.5939100183 -5363,69330.907898756 -5364,68119.061720032 -5365,66523.7066115144 -5366,65154.923230538 -5367,63866.1673874567 -5368,63421.3387658781 -5369,62914.1509597075 -5370,61658.6532408737 -5371,59631.9808001775 -5372,58715.3011798483 -5373,54684.8212084693 -5374,49626.4544361628 -5375,46240.3523359174 -5376,44456.8804832583 -5377,43379.1064959596 -5378,43517.3359529159 -5379,44544.18336185 -5380,47680.848824541 -5381,54036.2859709907 -5382,60215.0388787123 -5383,64185.2383486718 -5384,65964.5529358 -5385,67603.5593827995 -5386,69324.6720508665 -5387,68691.7265843325 -5388,67590.0481942134 -5389,66259.7195950087 -5390,65047.8733154708 -5391,63629.2025464951 -5392,63457.7148644773 -5393,63230.1039465709 -5394,61974.6063285511 -5395,59909.4790052693 -5396,58486.6509707627 -5397,54444.738393156 -5398,49810.4139147734 -5399,46636.3329614899 -5400,44655.3905424481 -5401,43672.1944719959 -5402,43655.5654098721 -5403,44762.4403567014 -5404,48078.908032472 -5405,54491.5078068036 -5406,60471.7507561494 -5407,64325.5464888005 -5408,65981.1819979238 -5409,67801.0299491822 -5410,69462.9015078228 -5411,68741.6138715177 -5412,67478.8410136153 -5413,65945.8451905038 -5414,64843.1274083915 -5415,63360.0188724653 -5416,63001.4537374852 -5417,62214.6890430504 -5418,60997.6462068023 -5419,59160.1298014269 -5420,58263.1973183871 -5421,54051.8757419352 -5422,49356.2314709537 -5423,46189.4256567389 -5424,44457.9198752515 -5425,43411.325329028 -5426,43304.2755147747 -5427,44125.3377254503 -5428,46972.0330856428 -5429,52665.4239068418 -5430,58209.1527656709 -5431,62069.1843462115 -5432,64083.3850911288 -5433,65957.2776959174 -5434,67270.9772329983 -5435,66294.0171112495 -5436,64494.9554876458 -5437,62522.3275996659 -5438,61132.7577902208 -5439,60063.2982331701 -5440,60154.7583772927 -5441,59365.9149996854 -5442,58129.1251269618 -5443,56453.7424805491 -5444,55438.3275770286 -5445,51711.3287959201 -5446,47650.7085738312 -5447,44624.2108997451 -5448,42532.0613001052 -5449,41315.0184638571 -5450,40933.5883180499 -5451,41077.0143317163 -5452,41945.8852472187 -5453,43602.5601483352 -5454,46916.9491409334 -5455,51001.4737658427 -5456,54296.1158227794 -5457,56204.3059438087 -5458,57487.8651293659 -5459,56812.3076155292 -5460,54820.971982253 -5461,53295.2513990241 -5462,52400.3974983429 -5463,51842.2830129937 -5464,52100.03418161 -5465,52277.7578123312 -5466,51638.5764979077 -5467,50217.8270457595 -5468,49380.1357729602 -5469,46936.6962782228 -5470,43742.8681876499 -5471,40775.6118246181 -5472,38826.8882386446 -5473,37524.6212069773 -5474,37063.163422461 -5475,37154.6235665836 -5476,37600.4914793414 -5477,37775.0971357109 -5478,40023.1446464241 -5479,43683.6269774095 -5480,47255.767239438 -5481,50115.9737882165 -5482,52716.3504852063 -5483,52441.9702544663 -5484,50280.1862303516 -5485,48759.6622038329 -5486,47805.5670929112 -5487,47593.5460467633 -5488,48507.1075919268 -5489,49940.3288406678 -5490,49863.4191763104 -5491,49611.9039563976 -5492,49866.5371506621 -5493,48147.5031657675 -5494,44956.7930495463 -5495,42354.337669384 -5496,40780.8083813283 -5497,40004.4369011278 -5498,40148.9023067875 -5499,41836.756749793 -5500,46093.8083478993 -5501,53749.4338428438 -5502,60614.1374786365 -5503,64910.6831496938 -5504,66962.2993852035 -5505,68907.9049968253 -5506,70659.1579156022 -5507,70151.9701094316 -5508,69068.9994646088 -5509,67525.6104272629 -5510,66324.1573619593 -5511,64619.673756016 -5512,64161.3340466654 -5513,63514.8774923593 -5514,62870.4995204116 -5515,61016.3539520985 -5516,59756.6990685477 -5517,55194.0875969984 -5518,50514.0330969615 -5519,47077.0043175376 -5520,45144.9098945018 -5521,44146.124053105 -5522,44309.2972040609 -5523,45373.5601035875 -5524,48972.7226419741 -5525,55726.2190971687 -5526,61549.524743448 -5527,65329.5288869074 -5528,66982.046421679 -5529,69002.4830144857 -5530,70679.9443440709 -5531,69999.19017271 -5532,68734.3386316351 -5533,67172.241848993 -5534,66155.7876542932 -5535,64504.3094107009 -5536,64123.9185560729 -5537,63727.9379305004 -5538,62904.7970366524 -5539,61426.8850574363 -5540,60027.9614257501 -5541,55533.9449866822 -5542,50672.0095903932 -5543,47282.7895157961 -5544,45339.2625873467 -5545,44371.656388653 -5546,44558.7338416153 -5547,45723.8107075057 -5548,49476.792473793 -5549,56567.0283443197 -5550,62401.7664960127 -5551,65810.7336070852 -5552,67200.3035173443 -5553,69018.0727854302 -5554,70259.0200244987 -5555,69341.3011129903 -5556,68667.8222823261 -5557,67142.1015982832 -5558,66141.2371745279 -5559,64150.940832431 -5560,63499.2876206008 -5561,63318.4461163419 -5562,62832.0447386399 -5563,61393.6268323748 -5564,59874.1420970353 -5565,55272.036552535 -5566,50176.2542896361 -5567,46914.8705585749 -5568,45073.1968876686 -5569,44101.4333226299 -5570,44215.7584775798 -5571,45220.780166866 -5572,49005.9808670356 -5573,56100.3740030932 -5574,61609.8052448676 -5575,65107.1145257112 -5576,66286.7418713668 -5577,67815.5804289474 -5578,69564.7547653658 -5579,68909.9835791838 -5580,67849.8780460022 -5581,66779.3791977722 -5582,65416.8316646852 -5583,64053.244840419 -5584,63302.8563453973 -5585,62809.1797278127 -5586,62123.2289997417 -5587,61448.7107770842 -5588,60106.9496724659 -5589,55435.2097034909 -5590,50266.6750417656 -5591,46853.5506651621 -5592,45164.6569309773 -5593,44074.4110462718 -5594,44209.5225288764 -5595,45446.3124016 -5596,49212.8053564733 -5597,56373.714942654 -5598,62056.7125496186 -5599,65629.8921028264 -5600,67079.7424136911 -5601,68758.2430344555 -5602,69951.3814678832 -5603,69071.0781477812 -5604,67593.1661685651 -5605,65655.8750880052 -5606,64119.761290542 -5607,62904.7970366524 -5608,62790.4719825165 -5609,62489.0693746044 -5610,61258.5153497702 -5611,59682.9073785421 -5612,57668.7067344388 -5613,53491.6826742276 -5614,49051.7108886899 -5615,45601.1710214939 -5616,43483.0384366751 -5617,42167.2602164217 -5618,41855.4644950892 -5619,42153.7491286497 -5620,42760.7115091909 -5621,44391.4034251285 -5622,47610.1751088871 -5623,51893.2096921722 -5624,55377.0077844297 -5625,57443.1743988908 -5626,58631.1163764223 -5627,57745.6162979822 -5628,55575.5177428056 -5629,53656.9344075419 -5630,52815.0858692116 -5631,52414.9479781082 -5632,53109.2132372411 -5633,53375.2789369192 -5634,52811.9678948599 -5635,51854.7549104005 -5636,50634.5940998007 -5637,47901.1845025649 -5638,44183.5395436975 -5639,41136.2555419567 -5640,39118.9369235017 -5641,37789.6476154762 -5642,37351.054841787 -5643,37672.2044861746 -5644,38155.4879903389 -5645,38627.3388882755 -5646,40512.6639984777 -5647,44173.1463294632 -5648,47632.000828535 -5649,50451.6739123694 -5650,52984.4948680569 -5651,52347.3922368059 -5652,50366.4497169501 -5653,48855.2795126725 -5654,47942.7572586883 -5655,47683.9667988928 -5656,48613.1182158148 -5657,50177.2935808154 -5658,50285.3827870618 -5659,51003.5524490151 -5660,50967.1762496019 -5661,48952.9756054986 -5662,45418.2508340626 -5663,42720.1780442467 -5664,41243.3054570239 -5665,40736.1176508532 -5666,41137.2948331359 -5667,42783.576520018 -5668,47414.7831248629 -5669,55808.3253182362 -5670,62292.637998587 -5671,65932.3340019177 -5672,67370.7518073689 -5673,69284.1385859224 -5674,70618.624450658 -5675,69657.2542006677 -5676,69238.408463454 -5677,67845.7206796572 -5678,66936.3164000247 -5679,65094.6427291184 -5680,64591.6121884787 -5681,64597.8481371821 -5682,64598.8874283613 -5683,63558.5288308411 -5684,60649.4742860566 -5685,55774.0277011815 -5686,51082.540695731 -5687,47863.7690119724 -5688,46005.4661781283 -5689,44955.753758367 -5690,45202.0724215697 -5691,46570.8559033601 -5692,50639.7906565109 -5693,58721.5371285517 -5694,64749.5886819104 -5695,68244.8192795815 -5696,69173.9706965035 -5697,71004.2118619962 -5698,72574.6232765142 -5699,71644.4325684129 -5700,70556.2652660659 -5701,69250.8803608609 -5702,68096.1967092048 -5703,66317.9214132559 -5704,66146.4337312381 -5705,65750.4531056656 -5706,65326.4109125557 -5707,64371.2765104548 -5708,61443.514220374 -5709,56910.0037083553 -5710,52181.1011114983 -5711,48564.2701189948 -5712,46594.7602053665 -5713,45590.7778072596 -5714,45748.7543006913 -5715,46986.5835654081 -5716,50999.3951834842 -5717,58778.6996556197 -5718,64447.146782819 -5719,67575.4977144482 -5720,68788.3832851653 -5721,70380.6203185173 -5722,71636.118037351 -5723,70779.7189184415 -5724,69860.9607157538 -5725,68533.7500909007 -5726,67346.8475053625 -5727,65471.9156093946 -5728,64617.5951736575 -5729,64243.4402677329 -5730,63694.6797054389 -5731,63515.9167835385 -5732,61582.7829685095 -5733,57099.159743676 -5734,51925.4286260545 -5735,48396.9398033219 -5736,46409.7613347627 -5737,45360.0489150015 -5738,45442.155136069 -5739,46751.697407619 -5740,50634.5940998007 -5741,58041.8223491841 -5742,63785.1004575683 -5743,67374.9090728998 -5744,68598.1878578513 -5745,70118.7118843701 -5746,71888.6725484431 -5747,71322.2436328461 -5748,70680.9836352501 -5749,69339.2224298179 -5750,67931.9842670697 -5751,66522.6673203352 -5752,65720.3128549558 -5753,65159.0804960689 -5754,64429.478429516 -5755,64243.4402677329 -5756,62109.7178111556 -5757,57477.4720159455 -5758,52720.5078515512 -5759,49092.2443536341 -5760,47253.6885562655 -5761,46145.774318257 -5762,46001.3089125974 -5763,47168.4644616602 -5764,50907.9350393615 -5765,58804.6826407985 -5766,64447.146782819 -5767,67875.861031181 -5768,69413.0141198235 -5769,71201.6825291928 -5770,72006.1156777447 -5771,70811.9378523237 -5772,69505.5135551254 -5773,67417.5212210164 -5774,65799.3011016717 -5775,64663.3251953119 -5776,64428.4390375228 -5777,63649.9889749638 -5778,62799.8258047576 -5779,62146.0940105689 -5780,59497.9086087522 -5781,55088.0770739244 -5782,50900.6597994789 -5783,47373.2102679255 -5784,45142.8312113293 -5785,43615.031944928 -5786,43360.3987506634 -5787,43357.2807763117 -5788,44188.7362012217 -5789,46217.4873250903 -5790,49274.1252498862 -5791,53267.1897306728 -5792,56597.1685950295 -5793,58639.4309074842 -5794,59772.2888394923 -5795,58755.8346447925 -5796,56587.8146719744 -5797,54607.9115441119 -5798,53564.435073054 -5799,53141.4320703094 -5800,53664.2096474246 -5801,54087.2126501692 -5802,53582.103426357 -5803,53259.9144907902 -5804,51088.7766444344 -5805,48194.2724786011 -5806,44860.1363487135 -5807,42052.9351622859 -5808,39963.9034361837 -5809,38804.0231270035 -5810,38223.0437316411 -5811,38308.2679270604 -5812,38827.9275298239 -5813,39478.541349661 -5814,41093.643494654 -5815,44901.7092056508 -5816,48211.9409327181 -5817,50972.3728063121 -5818,53709.9397698929 -5819,53219.381025846 -5820,51102.2877322065 -5821,49619.1791962802 -5822,48775.2519747774 -5823,48658.8482374691 -5824,50028.6710104388 -5825,51663.5201919073 -5826,51852.6762272281 -5827,52809.8893125014 -5828,51628.1832836733 -5829,49619.1791962802 -5830,45869.3154043446 -5831,43219.0513193555 -5832,41651.7578791892 -5833,41293.1927442092 -5834,41601.8705920039 -5835,43394.6962669042 -5836,47933.4034364471 -5837,57238.4285926255 -5838,63624.0059897849 -5839,67339.5722654798 -5840,68684.4513444498 -5841,70383.7382928689 -5842,71794.0945307827 -5843,70867.0217970332 -5844,70121.8298587217 -5845,68949.4777529487 -5846,67827.012934361 -5847,65863.7389694362 -5848,65352.3938977346 -5849,65013.57579923 -5850,65086.3280972425 -5851,64770.375110379 -5852,61613.9625103986 -5853,56620.0336058567 -5854,51575.1780221363 -5855,48317.951556606 -5856,46538.6369694779 -5857,45405.7790374698 -5858,45569.9914796049 -5859,46795.3488469149 -5860,50978.6087550155 -5861,59593.5259175919 -5862,65424.1069045678 -5863,68478.6661461913 -5864,69455.6262679401 -5865,70896.1226557498 -5866,72417.6860742617 -5867,71627.8034054752 -5868,70749.5786677316 -5869,69480.5698611258 -5870,68121.1403023905 -5871,66311.6855653665 -5872,66016.5189061577 -5873,65734.8633347211 -5874,65538.4320595177 -5875,65371.1016430309 -5876,62074.3810037356 -5877,57132.4179687375 -5878,52150.9608607885 -5879,48766.9374437155 -5880,46921.1064064643 -5881,45810.0741941042 -5882,45901.5342374128 -5883,47247.4527083761 -5884,51417.2015287046 -5885,59718.244286776 -5886,65428.2641700988 -5887,68527.5141421974 -5888,69799.6409231549 -5889,71117.4977257668 -5890,72483.1631323915 -5891,71642.3538852404 -5892,70649.8039925471 -5893,69432.761156299 -5894,68175.1849559207 -5895,66428.0893026748 -5896,65901.1544600287 -5897,65570.650892586 -5898,65364.8656943274 -5899,65605.9878008199 -5900,62466.2043637772 -5901,57502.4156091312 -5902,52444.0489376387 -5903,48837.6111593695 -5904,46839.0001853968 -5905,45501.3963463094 -5906,45787.209183277 -5907,47132.088262247 -5908,51489.9538267171 -5909,59674.5928474802 -5910,65495.8199114011 -5911,68624.1708430302 -5912,69780.9331778587 -5913,71261.9630306125 -5914,72689.9877226432 -5915,71955.1889985662 -5916,70954.3245748109 -5917,69744.5569784455 -5918,68301.9819074633 -5919,66493.5663608046 -5920,65733.8240435418 -5921,65401.2418937407 -5922,65383.5734396237 -5923,65692.2512874184 -5924,62402.8058880059 -5925,57387.0511630021 -5926,52338.0383137508 -5927,48952.9756054986 -5928,47144.5600588398 -5929,45950.3822334189 -5930,46177.9931513254 -5931,47372.1709767463 -5932,51324.7020934027 -5933,59627.8235346466 -5934,65178.8275325444 -5935,68537.9073564317 -5936,69927.4771658768 -5937,71378.3668687348 -5938,72368.8380782557 -5939,71290.0246989638 -5940,69576.1872707794 -5941,67909.1191554286 -5942,66243.090432071 -5943,64812.9871576817 -5944,64355.6867395103 -5945,63675.9719601427 -5946,63268.5588291566 -5947,63286.2271824596 -5948,59851.2770862081 -5949,55288.6656146588 -5950,50903.7777738306 -5951,47429.3336046282 -5952,45172.9714620392 -5953,43697.1381659955 -5954,43148.3776037015 -5955,43119.2766441709 -5956,44173.1463294632 -5957,46206.0548196767 -5958,49035.0818265662 -5959,53231.8529232528 -5960,56727.0835209239 -5961,58855.6093199771 -5962,59925.0687762138 -5963,59029.1755843533 -5964,56985.8739807194 -5965,55287.6263234795 -5966,54125.6674319409 -5967,53318.1164098513 -5968,53556.1204411781 -5969,53963.5336729782 -5970,53892.8599573242 -5971,54054.9937162869 -5972,51241.5565811559 -5973,48251.435106483 -5974,44816.4850102316 -5975,41781.6728050836 -5976,39778.9046663938 -5977,38725.0348802876 -5978,38306.189243888 -5979,38126.3870308083 -5980,38637.7321025099 -5981,39630.2819952032 -5982,41137.2948331359 -5983,44923.5348244848 -5984,48395.9004113287 -5985,51100.209149848 -5986,53430.3628816287 -5987,53035.4215472354 -5988,50786.334745343 -5989,49351.0348134296 -5990,48462.4168614517 -5991,48086.1832723547 -5992,49296.9902607134 -5993,50497.4039340237 -5994,51422.3980854148 -5995,53547.8059101163 -5996,51905.6814887651 -5997,50001.6486332667 -5998,46284.0037752133 -5999,43493.4315500955 -6000,42056.0530358236 -6001,41454.2872119926 -6002,41804.5378159107 -6003,43469.5272480891 -6004,48214.0196158906 -6005,58168.6193007268 -6006,64317.2318569246 -6007,67727.2383599904 -6008,69094.9824497876 -6009,70851.4319252747 -6010,72428.079288496 -6011,71735.8926117216 -6012,70795.308689386 -6013,69731.0457898594 -6014,68304.0604898218 -6015,66448.8756303295 -6016,65704.7230840113 -6017,65401.2418937407 -6018,65247.4226658399 -6019,65895.9578025045 -6020,61998.5106305575 -6021,57041.9972166081 -6022,51923.349942882 -6023,48544.5230825193 -6024,46571.8951945394 -6025,45666.6480796238 -6026,45775.7766778634 -6027,47118.577073661 -6028,51349.6456865884 -6029,60076.8094217561 -6030,65566.493627055 -6031,68734.3386316351 -6032,69762.2254325624 -6033,71133.0874967113 -6034,72606.8422103964 -6035,71731.7353461907 -6036,71221.4296664823 -6037,70229.9190649682 -6038,68974.4214469484 -6039,67153.5341036968 -6040,66514.3527892733 -6041,66210.8715990027 -6042,66480.0552730325 -6043,66590.2230616374 -6044,62358.1151575308 -6045,57210.3669242742 -6046,52013.7706950115 -6047,48651.5729975865 -6048,46597.8781797182 -6049,45644.8224607898 -6050,45809.0349029249 -6051,47343.0700172157 -6052,51414.0835543529 -6053,60426.020633681 -6054,66328.3146274902 -6055,69331.9471899352 -6056,70216.4078763821 -6057,71638.1966197095 -6058,72636.9824611063 -6059,72148.5024002318 -6060,71426.1754727476 -6061,69811.0734285685 -6062,68531.6714077283 -6063,66861.4854188397 -6064,66284.6631881944 -6065,66036.2659426332 -6066,66487.3305129152 -6067,66370.9266747929 -6068,62258.3404823462 -6069,57186.4626222677 -6070,51930.6251827647 -6071,48468.6528101551 -6072,46696.6134629096 -6073,45677.0412938581 -6074,45976.3652185978 -6075,47014.6451329455 -6076,51262.3429088106 -6077,60548.6603196928 -6078,66389.6344200891 -6079,69234.2511979231 -6080,70071.9425715365 -6081,71302.4964955566 -6082,72609.9600839342 -6083,71650.6684163023 -6084,70774.5223617313 -6085,69291.413825805 -6086,68091.0000516807 -6087,66678.5652314084 -6088,66019.6367796955 -6089,65886.6039802634 -6090,66349.1010559589 -6091,66647.3856895193 -6092,62315.5030094142 -6093,57246.7431236874 -6094,52267.3645980968 -6095,48792.9204288944 -6096,46903.4380531613 -6097,46002.3482037766 -6098,46326.6158225159 -6099,47659.0231048931 -6100,51955.5688767643 -6101,60886.4391270181 -6102,66961.2600940243 -6103,70344.244219918 -6104,71468.7876208642 -6105,72851.0821904267 -6106,73680.4589321641 -6107,72485.241815564 -6108,70962.6391058728 -6109,69072.1174389604 -6110,67528.7284016146 -6111,66401.0670263167 -6112,66271.1521004223 -6113,66171.3774252377 -6114,66106.9396582872 -6115,64729.8416454349 -6116,60164.1121995338 -6117,55851.9766567181 -6118,51508.6615720133 -6119,47879.3587829169 -6120,45744.5970351604 -6121,44229.2695653519 -6122,43775.0871215322 -6123,43690.9022172921 -6124,44691.7666410474 -6125,47293.1827300304 -6126,50317.6017209441 -6127,54446.8170763285 -6128,57675.9819743214 -6129,59598.722575116 -6130,60515.4020946313 -6131,59324.342243562 -6132,57128.2607032066 -6133,55168.1046118195 -6134,54302.3516706688 -6135,53814.9110017876 -6136,54646.3663258836 -6137,55510.0406846758 -6138,55926.807637903 -6139,55046.504317801 -6140,51672.8740141484 -6141,48934.2678602024 -6142,45417.2115428834 -6143,42309.6469389089 -6144,40178.0031655041 -6145,38900.6798278363 -6146,38412.1998677759 -6147,38318.6611412948 -6148,38876.7755258299 -6149,40128.1158783188 -6150,41646.561322479 -6151,45425.5260739452 -6152,49001.8236015046 -6153,51607.3968552046 -6154,53955.2190411024 -6155,53142.4714623026 -6156,50897.5418251272 -6157,49164.9966516465 -6158,48217.1375902423 -6159,48004.0770512871 -6160,49488.2249792066 -6161,51530.4872916612 -6162,53154.9432588955 -6163,54551.7883082232 -6164,51926.4679172338 -6165,50098.3053340995 -6166,46603.0747364284 -6167,43874.8617967167 -6168,42407.343031735 -6169,41708.9204062571 -6170,41839.8747241447 -6171,43591.1276429216 -6172,48281.5753571928 -6173,59230.8035170809 -6174,65321.2142550316 -6175,68810.2090048132 -6176,70250.7054934368 -6177,72007.1549689239 -6178,73325.0117715358 -6179,72428.079288496 -6180,71355.5017570936 -6181,70116.6333020115 -6182,68866.3322407019 -6183,66963.3386763828 -6184,66305.4496166631 -6185,66291.938428077 -6186,67328.1397600662 -6187,67235.6403247643 -6188,62472.4402116666 -6189,57365.2255441681 -6190,52129.1351411406 -6191,48828.2572363144 -6192,47074.9257351791 -6193,45962.8541308257 -6194,46076.1398937823 -6195,47409.5864673387 -6196,51613.632803908 -6197,61296.9702323559 -6198,66735.7277584763 -6199,69315.3181278114 -6200,70245.5088359127 -6201,71730.6960550114 -6202,73088.0469305742 -6203,72145.3844258801 -6204,71386.6813997966 -6205,70144.6948695489 -6206,68934.9272731834 -6207,66871.8786330741 -6208,66254.5229374846 -6209,66071.6027500532 -6210,67235.6403247643 -6211,67339.5722654798 -6212,62679.2648019184 -6213,57594.9150444331 -6214,52369.2179564538 -6215,49209.6873821216 -6216,47286.946781327 -6217,46052.2355917759 -6218,46303.7508116888 -6219,47705.7925185407 -6220,52135.371089844 -6221,61904.9719040764 -6222,67034.0123920368 -6223,69591.7770417239 -6224,70323.4577914493 -6225,71811.7629848997 -6226,73270.9671180056 -6227,72466.5340702677 -6228,71661.0616305367 -6229,70479.3557025225 -6230,69047.1737449608 -6231,67219.0112626405 -6232,66440.5610992676 -6233,66074.7207244049 -6234,67775.0470648172 -6235,67955.8885690761 -6236,63083.5599585528 -6237,58119.7713047207 -6238,53049.9720270007 -6239,49250.2208470658 -6240,47520.7936479369 -6241,46321.4192658058 -6242,46268.4140042688 -6243,47583.152832529 -6244,51759.1375007469 -6245,61353.0934682446 -6246,66843.8169647228 -6247,69192.6784417997 -6248,69716.4953100941 -6249,71683.9266413638 -6250,73099.4795368018 -6251,72301.2823369534 -6252,71730.6960550114 -6253,70470.0017794674 -6254,69048.2130361401 -6255,67613.9524962199 -6256,67216.9325794681 -6257,67125.4725361594 -6258,68774.8720965793 -6259,67887.2935365946 -6260,63031.593988195 -6261,57675.9819743214 -6262,52681.0136777863 -6263,49355.1920789605 -6264,47243.2954428451 -6265,46077.1791849616 -6266,46427.4297888797 -6267,47539.5013932331 -6268,51751.8622608643 -6269,61254.3580842393 -6270,66705.5875077665 -6271,69438.9971050024 -6272,70181.0710689621 -6273,71704.7130698325 -6274,72701.4202280568 -6275,71595.5845724069 -6276,70050.1168518885 -6277,68395.5206339445 -6278,67101.568133339 -6279,65777.4754828377 -6280,65519.7242134075 -6281,65085.2888060633 -6282,66232.6972178366 -6283,64987.5928140512 -6284,60216.0781698916 -6285,55628.5230043426 -6286,51116.8382119717 -6287,47718.2643151335 -6288,45436.9585793588 -6289,44097.276057099 -6290,43741.8288964707 -6291,43841.6035716552 -6292,44983.8154267184 -6293,47741.1293259607 -6294,50505.7184650856 -6295,54609.9902272843 -6296,57839.1550244633 -6297,59903.2430565659 -6298,60643.2383373532 -6299,59734.8733488998 -6300,57380.8153151127 -6301,55330.2384715961 -6302,54437.4631532734 -6303,53736.962046251 -6304,54394.8511059707 -6305,55175.3798517022 -6306,56441.2706839563 -6307,55360.378722306 -6308,51518.0154950684 -6309,48598.5677360495 -6310,45263.3922141686 -6311,42173.4961651251 -6312,40076.149907961 -6313,38887.1687400643 -6314,38365.4304541283 -6315,38573.2943355593 -6316,39106.4650260949 -6317,40550.0794890702 -6318,42328.3546842052 -6319,46095.8869302578 -6320,49601.5107421632 -6321,52213.3200453806 -6322,54755.4949241232 -6323,54496.7043635138 -6324,52403.5154726946 -6325,51139.7032227989 -6326,50385.1574622464 -6327,49953.8400292538 -6328,51355.8816352918 -6329,53482.3288519864 -6330,55581.753691509 -6331,55507.9620015033 -6332,52655.0306926074 -6333,50672.0095903932 -6334,46966.8365289326 -6335,44443.3693954862 -6336,42961.3001507392 -6337,42316.9221787916 -6338,42835.5424903758 -6339,44789.4627338734 -6340,49809.3746235942 -6341,60580.879253575 -6342,66675.4472570567 -6343,69523.1820092424 -6344,70750.6179589109 -6345,72519.5393318047 -6346,74000.5692853725 -6347,73015.2946325618 -6348,72380.2705836692 -6349,70722.5563913735 -6350,69162.5381910899 -6351,67613.9524962199 -6352,67080.7818056843 -6353,67163.9273179311 -6354,68950.517044128 -6355,67575.4977144482 -6356,62723.9555323935 -6357,57416.1521225327 -6358,52582.278394595 -6359,49241.9063160039 -6360,47405.4292018078 -6361,46236.1950703865 -6362,46399.3682213424 -6363,47712.0283664301 -6364,51891.1310089998 -6365,61710.6192112314 -6366,67292.8028518323 -6367,69761.1860405692 -6368,70058.4313829504 -6369,71055.1385411747 -6370,72110.0476184602 -6371,71109.1830938909 -6372,70187.3070176655 -6373,68886.0792771774 -6374,67792.7154181203 -6375,65893.879220146 -6376,65511.4096823456 -6377,66040.4232081642 -6378,68798.7764993997 -6379,67193.0282774617 -6380,62363.311714241 -6381,57287.2765886315 -6382,52026.2425924183 -6383,48577.7813075808 -6384,46796.3881380941 -6385,45919.2026915298 -6386,46479.3957592375 -6387,48005.1164432803 -6388,52525.1157667131 -6389,62243.7900025809 -6390,67899.7653331875 -6391,70079.2178114191 -6392,70478.3164113433 -6393,71561.2870561661 -6394,72703.4988104153 -6395,72288.8104395466 -6396,71214.1544265996 -6397,69773.657937976 -6398,68549.3398618453 -6399,67045.4448974503 -6400,66937.3556912039 -6401,67627.4636848059 -6402,69740.3997129145 -6403,67397.774083727 -6404,62563.9003557893 -6405,57606.3475498467 -6406,52784.9456185018 -6407,49173.3112835224 -6408,47369.0530023946 -6409,46256.9814988552 -6410,46519.9292241816 -6411,47778.5448165531 -6412,52272.561255621 -6413,62087.8920915077 -6414,68151.2805531003 -6415,70573.9337201829 -6416,71337.8334037906 -6417,72793.9196633587 -6418,73874.8116250091 -6419,72756.5041727663 -6420,71861.650272085 -6421,70546.9114438248 -6422,69473.2946212431 -6423,67872.7430568293 -6424,67934.0628494282 -6425,68108.6685057977 -6426,70226.8010906165 -6427,67844.681388478 -6428,62890.2465568871 -6429,57874.4919326973 -6430,53041.6574959388 -6431,49572.4097826327 -6432,47563.4056952395 -6433,46547.990791719 -6434,46835.882311859 -6435,48309.6369247302 -6436,52407.6727382255 -6437,62005.7858704402 -6438,68375.7734966551 -6439,70985.5041167 -6440,71626.7641142959 -6441,72702.4595192361 -6442,73294.871520826 -6443,72063.2782048126 -6444,70499.102738998 -6445,68951.5564361212 -6446,67330.2183424247 -6447,66122.5294292317 -6448,66159.9449198242 -6449,66283.6238970151 -6450,67959.0065434278 -6451,65154.923230538 -6452,60487.3405270939 -6453,56200.1486782778 -6454,51573.0993389639 -6455,47894.9485538615 -6456,45664.5694972653 -6457,44271.8817134685 -6458,43751.1827187118 -6459,44077.5290206235 -6460,44826.8782244659 -6461,47672.5342934792 -6462,50747.8798627573 -6463,54823.0506654255 -6464,58075.0805742456 -6465,59780.6033705542 -6466,60522.6773345139 -6467,59066.5910749457 -6468,57031.6040023738 -6469,54954.0048824991 -6470,53808.6750530842 -6471,52968.9050971124 -6472,53565.4743642332 -6473,54818.8933998946 -6474,57481.6292814765 -6475,55808.3253182362 -6476,51902.5636152273 -6477,49278.2825154171 -6478,45742.5184528019 -6479,42642.2290887101 -6480,40497.0742275332 -6481,39224.9474465756 -6482,38911.0730420707 -6483,39060.7350044405 -6484,39650.0290316787 -6485,40686.2303636679 -6486,42184.9286705387 -6487,45863.0794556412 -6488,49346.8775478986 -6489,51770.5700061605 -6490,54044.6005020526 -6491,53151.8252845437 -6492,50977.5694638362 -6493,49180.586523405 -6494,48121.5201805887 -6495,47937.5607019781 -6496,49261.6533524794 -6497,51873.4626556968 -6498,55778.1850675264 -6499,55051.7008745112 -6500,52106.2701303134 -6501,50203.2765659942 -6502,46903.4380531613 -6503,43919.5525271918 -6504,42373.0454146802 -6505,41788.9480449662 -6506,42204.6757070142 -6507,44109.7478536918 -6508,48973.7619331533 -6509,60107.9889636451 -6510,66657.7788029397 -6511,69082.5106531948 -6512,69763.2647237417 -6513,71230.7834887234 -6514,72354.2875984904 -6515,71583.1126750001 -6516,70978.2288768173 -6517,69939.9489624696 -6518,68688.6086099808 -6519,66887.4684040186 -6520,66834.4631424816 -6521,67759.4571930587 -6522,70711.1238859599 -6523,67315.6678626594 -6524,62382.0194595372 -6525,57228.0353783911 -6526,52130.1745331338 -6527,48708.7355246544 -6528,47025.0383471798 -6529,45812.1527764626 -6530,46036.6458208314 -6531,47410.625859332 -6532,51889.0524266413 -6533,62034.8868299707 -6534,68715.6308863389 -6535,71102.9472460015 -6536,71673.5335279435 -6537,72846.9249248957 -6538,73779.1943161695 -6539,72731.5604787666 -6540,71968.7001871522 -6541,70477.2770193501 -6542,69395.3456657065 -6543,67550.5540204485 -6544,67299.0388005357 -6545,68063.9777753226 -6546,71004.2118619962 -6547,68201.1679410996 -6548,62974.4314611271 -6549,58034.5471093015 -6550,52624.8904418976 -6551,49476.792473793 -6552,47428.294212635 -6553,46285.0430663925 -6554,46488.7496822926 -6555,47950.0324985709 -6556,52335.9597313923 -6557,62415.2776845987 -6558,68862.174975171 -6559,70758.9325907867 -6560,70827.5276232683 -6561,71962.4642384488 -6562,73076.6144251607 -6563,71995.7224635103 -6564,71047.8633012921 -6565,70002.3081470617 -6566,68614.8169199751 -6567,66903.0581749631 -6568,66833.4237504884 -6569,67620.1884449232 -6570,70906.5158699841 -6571,68294.7066675807 -6572,63281.0306257494 -6573,58263.1973183871 -6574,52964.7478315815 -6575,49268.928592362 -6576,47293.1827300304 -6577,46090.6903735476 -6578,46229.9591216831 -6579,47726.5788461954 -6580,52181.1011114983 -6581,61978.763594082 -6582,68237.5440396988 -6583,70203.9360797893 -6584,70468.9624882882 -6585,71612.2136345306 -6586,72365.720103904 -6587,71219.3509833098 -6588,70146.7735527214 -6589,68775.9114885725 -6590,67341.6508478383 -6591,65820.0875301403 -6592,65322.2536470248 -6593,65642.3638994192 -6594,68448.5258954815 -6595,65329.5288869074 -6596,60209.8422211882 -6597,55212.7953422946 -6598,50330.0735175369 -6599,46345.3235678122 -6600,44196.0114411043 -6601,42976.8899216838 -6602,42464.5055588029 -6603,42483.2133040991 -6604,42237.9339320757 -6605,42863.6041587271 -6606,44821.6815669418 -6607,47972.8975093981 -6608,51180.2366877431 -6609,53340.9814206785 -6610,54918.6679742651 -6611,53962.494280985 -6612,51775.7666636847 -6613,49951.7613460814 -6614,48867.7514100793 -6615,48111.1269663543 -6616,49152.5248550537 -6617,51318.4661446993 -6618,54950.8869081474 -6619,53681.8781015416 -6620,50901.6990906581 -6621,48496.7143776925 -6622,45181.285993101 -6623,42093.4685264161 -6624,40258.0308042132 -6625,39286.2673399885 -6626,39001.4937942001 -6627,39674.9727256783 -6628,41040.638233117 -6629,44059.8605665065 -6630,47283.8289077893 -6631,51205.1803817427 -6632,54304.4303538413 -6633,55784.4209154158 -6634,56845.5658405907 -6635,56231.3282201668 -6636,54388.6151572673 -6637,53031.2642817045 -6638,52234.1063730353 -6639,51628.1832836733 -6640,52619.6938851874 -6641,54714.9614591791 -6642,57813.1721400984 -6643,55361.4180134852 -6644,51657.2842432039 -6645,48908.2848750235 -6646,45270.6674540513 -6647,42244.1698807791 -6648,40260.1093865716 -6649,39148.0378830322 -6650,38665.7936700473 -6651,38918.3482819533 -6652,39262.3629371681 -6653,40625.9497614343 -6654,42521.6680858708 -6655,45959.736156474 -6656,49122.3846043439 -6657,51714.4467702718 -6658,54103.8417122929 -6659,53531.1768479925 -6660,51472.2853726001 -6661,49822.8858121802 -6662,49024.6886123318 -6663,48804.352934308 -6664,50622.1223032079 -6665,53759.8270570782 -6666,56801.9145021088 -6667,55018.4426494497 -6668,52423.2625091701 -6669,50605.4931402702 -6670,46833.8036286866 -6671,43909.1593129575 -6672,42497.7637838644 -6673,41998.8905087557 -6674,42462.4268756305 -6675,44287.471484413 -6676,49099.5195935167 -6677,59967.6809243304 -6678,67133.7870672213 -6679,69795.483657624 -6680,70733.9888967871 -6681,72218.1367238926 -6682,73479.8702906158 -6683,72574.6232765142 -6684,71751.4823826661 -6685,70144.6948695489 -6686,69153.1843688488 -6687,67345.8082141832 -6688,67282.4097384119 -6689,68717.7095695113 -6690,71882.4367005537 -6691,68148.1625787486 -6692,63293.5024223422 -6693,58299.5735178004 -6694,53139.3534879509 -6695,49679.4596976998 -6696,47564.4450872327 -6697,46722.5964480885 -6698,47054.1393067104 -6699,48565.309510988 -6700,53027.1070161735 -6701,62825.8087899365 -6702,69897.336915167 -6703,72181.7606252934 -6704,72656.7294975817 -6705,73996.4120198416 -6706,75362.0774264663 -6707,74401.7464676552 -6708,73371.7810843694 -6709,71886.5939660846 -6710,71017.7230505823 -6711,69577.2265619586 -6712,69568.9120308967 -6713,70882.6115679777 -6714,72989.3116473829 -6715,68791.501259517 -6716,63668.69672026 -6717,58814.0365638536 -6718,53528.0588736408 -6719,49657.6339780519 -6720,47585.2314148874 -6721,46737.1469278537 -6722,47304.615235444 -6723,48830.3359194869 -6724,53084.2695432415 -6725,62842.4378520603 -6726,69760.14674939 -6727,71463.59096334 -6728,71827.3527558443 -6729,73016.333923741 -6730,74192.843295045 -6731,73563.0159036766 -6732,73009.0586838584 -6733,71954.1497073869 -6734,70856.6285827988 -6735,69298.6890656877 -6736,69272.7060805088 -6737,70991.7400654034 -6738,73348.9160735422 -6739,69040.9378970714 -6740,64177.9631087891 -6741,59193.3880264884 -6742,54061.2296649903 -6743,50511.954413789 -6744,48441.630533797 -6745,47503.1251938199 -6746,47739.0506427882 -6747,49228.3951274179 -6748,53573.7888952951 -6749,63322.6033818728 -6750,70336.9689800353 -6751,71942.7172019733 -6752,72227.4906469477 -6753,73487.1455304985 -6754,74809.1595986413 -6755,73760.4865708732 -6756,72849.0035072542 -6757,71822.1560983201 -6758,70642.5287526645 -6759,68797.7371074064 -6760,68659.5076504502 -6761,70162.3633236659 -6762,72682.7124827606 -6763,68508.8063969011 -6764,63739.370435914 -6765,58970.9737661061 -6766,53696.4285813068 -6767,49834.3183175938 -6768,47838.8253179728 -6769,46683.1023751375 -6770,47032.3135870625 -6771,48377.1926660325 -6772,52826.5183746252 -6773,62478.67616037 -6774,69504.4742639462 -6775,71459.4336978091 -6776,71851.2570578507 -6777,72789.7623978278 -6778,73364.5058444867 -6779,72200.4683705896 -6780,70789.0728414965 -6781,68949.4777529487 -6782,67392.5775270168 -6783,65889.7219546151 -6784,66167.2201597068 -6785,67946.534646021 -6786,69944.1062280006 -6787,65548.825172938 -6788,60789.7824261853 -6789,56691.7466126899 -6790,51918.1533861719 -6791,48169.3288854155 -6792,45784.0912089253 -6793,44438.1727379621 -6794,44157.5565585186 -6795,44468.3130894859 -6796,45504.5143206611 -6797,48136.0706603539 -6798,51907.7601719375 -6799,55509.0012926826 -6800,58684.1216379593 -6801,60473.8293385078 -6802,61222.139251171 -6803,59988.4672519851 -6804,57513.8481145448 -6805,55425.8557804358 -6806,54466.5641128039 -6807,54101.7631299345 -6808,55392.5975553743 -6809,57767.4420176301 -6810,59993.6639095093 -6811,56396.5799534812 -6812,52631.126390601 -6813,49732.4649592368 -6814,45969.0899787151 -6815,42961.3001507392 -6816,40847.3248314513 -6817,39554.4116220251 -6818,39225.9868385688 -6819,39352.7836892975 -6820,40058.4814538441 -6821,41043.7561066548 -6822,42997.6763501524 -6823,46345.3235678122 -6824,49723.1111369957 -6825,52508.4867045893 -6826,55020.5213326221 -6827,53883.5060342691 -6828,51256.1069601072 -6829,49516.286546744 -6830,48665.0840853585 -6831,48390.7038546185 -6832,51002.5130570219 -6833,55631.6409786943 -6834,57825.6439366912 -6835,55131.7284124063 -6836,52534.4696897682 -6837,51169.8434735087 -6838,47562.3664040603 -6839,44820.6422757625 -6840,43116.1586698192 -6841,42341.8658727912 -6842,43010.1481467453 -6843,44616.9356598625 -6844,49701.2854173478 -6845,60576.7219880441 -6846,68373.6949142966 -6847,70889.8868078603 -6848,71593.5058892344 -6849,73129.6197875116 -6850,74531.6613935496 -6851,73419.5897891962 -6852,72448.8656161508 -6853,71207.9184778962 -6854,69721.6919676183 -6855,67906.0012818908 -6856,68030.719550261 -6857,70041.8023208266 -6858,72383.388558021 -6859,67844.681388478 -6860,63058.6162645531 -6861,58229.9390933256 -6862,52966.8265147539 -6863,49521.4832042681 -6864,47393.9966963942 -6865,46402.4861956941 -6866,46688.2989318477 -6867,48128.7954204713 -6868,52447.1668111765 -6869,62535.838687438 -6870,69986.7183761172 -6871,72115.2441751703 -6872,71931.2846965597 -6873,72823.0205220753 -6874,73837.3961344166 -6875,72675.437242878 -6876,71551.933133111 -6877,70562.5012147693 -6878,69264.3914486329 -6879,67566.143892207 -6880,67436.2289663127 -6881,69990.8756416481 -6882,72592.2917306312 -6883,68394.4812419513 -6884,63322.6033818728 -6885,58728.8123684344 -6886,53502.0758884619 -6887,49584.8816800394 -6888,47512.479116875 -6889,46580.2097256013 -6890,46916.9491409334 -6891,48417.7261309766 -6892,52853.5406509833 -6893,62533.7601050795 -6894,69986.7183761172 -6895,71924.0094566771 -6896,71851.2570578507 -6897,72864.5933790127 -6898,73929.8955697185 -6899,72809.5094343033 -6900,71664.1796048884 -6901,70490.7882079361 -6902,69304.9249135771 -6903,67565.1045002138 -6904,67904.9618898976 -6905,70898.2013389222 -6906,72655.6902064025 -6907,68079.5675462671 -6908,63284.1486001011 -6909,58354.6574625098 -6910,53230.8135312596 -6911,49569.2919090949 -6912,47554.0518729984 -6913,46514.7326674714 -6914,46806.7813523285 -6915,48295.0864449649 -6916,52732.9796481441 -6917,62612.7483517953 -6918,70270.4525299123 -6919,72532.0112292115 -6920,72934.2277026735 -6921,73807.2558837068 -6922,74766.5475513386 -6923,74076.4395577367 -6924,73167.0352781041 -6925,71781.6227341899 -6926,70712.1631771392 -6927,69237.3691722748 -6928,69485.7665186499 -6929,71816.9595416099 -6930,73131.6983698701 -6931,68699.0018242151 -6932,63868.2459698151 -6933,59008.3892566986 -6934,53803.478496374 -6935,50194.9620349324 -6936,48217.1375902423 -6937,47013.6058417662 -6938,47456.3558809863 -6939,48966.4866932707 -6940,53228.7349489011 -6941,62685.5006498078 -6942,70305.7893373323 -6943,72692.0663050017 -6944,72977.8791419693 -6945,73968.3503514902 -6946,74921.4060704187 -6947,73490.2635048502 -6948,71407.4677274514 -6949,69767.4219892726 -6950,68202.2072322788 -6951,66896.8222262598 -6952,67030.8944176851 -6953,69678.0405283224 -6954,70868.0610882124 -6955,66113.1755061766 -6956,61105.7354130487 -6957,57171.9121425025 -6958,52784.9456185018 -6959,48775.2519747774 -6960,46187.3470743804 -6961,44622.1323173866 -6962,44446.4873698379 -6963,44924.574216478 -6964,45692.6310648026 -6965,48109.0483839958 -6966,51905.6814887651 -6967,55448.7207912629 -6968,58372.3258158128 -6969,60378.2119288542 -6970,61273.0658295355 -6971,59805.5470645538 -6972,57435.8991590082 -6973,55500.6867616207 -6974,54365.7501464402 -6975,53621.5976001219 -6976,55015.324675098 -6977,58771.424415737 -6978,61053.769442691 -6979,57047.1937733183 -6980,53324.3522577408 -6981,50559.7631186158 -6982,46666.4732121998 -6983,42819.9527194313 -6984,40539.6862748358 -6985,39417.2215570621 -6986,38827.9275298239 -6987,38997.3365286692 -6988,39454.6370476545 -6989,40543.8435403668 -6990,42752.396978129 -6991,46036.6458208314 -6992,49344.7989655402 -6993,52020.0066437149 -6994,54214.0096017118 -6995,53348.2566605611 -6996,51082.540695731 -6997,49277.2431234239 -6998,48032.1387196385 -6999,48210.9016415389 -7000,50541.0553733196 -7001,55417.5412493739 -7002,57649.9989891425 -7003,55045.4649258078 -7004,52417.0265604667 -7005,50795.6885675841 -7006,47256.8065306172 -7007,44603.4245720904 -7008,43102.6475820472 -7009,42409.4216140935 -7010,42769.0260402528 -7011,44658.5084159859 -7012,49686.7349375825 -7013,60366.7794234407 -7014,68494.2559171358 -7015,70929.3808808113 -7016,71441.7653445061 -7017,73092.2042969192 -7018,74599.2171348518 -7019,73535.9935265045 -7020,72603.7242360447 -7021,71297.2999388464 -7022,69990.8756416481 -7023,68074.3709895569 -7024,68507.7671057219 -7025,71816.9595416099 -7026,72746.1109585319 -7027,68233.3867741679 -7028,63567.8827538962 -7029,58974.0916396439 -7030,53730.7260975476 -7031,49873.8123905448 -7032,47915.7349823301 -7033,46921.1064064643 -7034,47274.4749847342 -7035,48965.4474020914 -7036,53138.3141967717 -7037,62875.6960771218 -7038,70473.1197538191 -7039,72437.4331107372 -7040,72296.0856794292 -7041,73452.8480142577 -7042,74877.7547319368 -7043,74356.0164460009 -7044,73699.1666774604 -7045,72471.7306269779 -7046,71982.2112749243 -7047,70823.3703577373 -7048,71654.8257826473 -7049,74103.4618340948 -7050,74046.2993070268 -7051,69073.1567301397 -7052,64373.3550928133 -7053,59650.6885454738 -7054,54747.1802922474 -7055,50937.0359988921 -7056,48949.8576311469 -7057,48128.7954204713 -7058,48702.499676765 -7059,50335.2701750611 -7060,54180.7513766503 -7061,63638.5564695502 -7062,71353.4231747351 -7063,74185.5680551623 -7064,74932.8386766462 -7065,76486.6209282264 -7066,77664.1695907096 -7067,76555.215960708 -7068,75500.3068834225 -7069,74150.2312477423 -7070,72877.0651756055 -7071,71487.4953661604 -7072,72177.6033597624 -7073,74808.120307462 -7074,74522.3075713084 -7075,69594.8950160756 -7076,65214.1644407784 -7077,60792.900400537 -7078,55562.0066550335 -7079,51769.5307149813 -7080,49663.8699267553 -7081,48533.0905771057 -7082,49078.733165048 -7083,50428.8089015422 -7084,54343.9244267922 -7085,63576.1972849581 -7086,71383.5634254449 -7087,73441.4155088441 -7088,73446.6120655543 -7089,74562.8409354386 -7090,75405.7288657621 -7091,74528.5434191979 -7092,73858.1825628853 -7093,72461.3375135576 -7094,71083.200209526 -7095,69876.5504866983 -7096,70382.6990016897 -7097,73463.241228492 -7098,73942.3673663113 -7099,69479.5305699465 -7100,64782.8469069719 -7101,60431.2172912052 -7102,55266.8399958248 -7103,51377.7073549397 -7104,49198.2548767081 -7105,48146.4638745883 -7106,48577.7813075808 -7107,50255.242536352 -7108,54444.738393156 -7109,63241.5364519845 -7110,70951.2066004592 -7111,73255.3773470611 -7112,73424.7864467203 -7113,73787.5088472314 -7114,74055.653230082 -7115,72823.0205220753 -7116,71103.9865371808 -7117,69194.7571249722 -7118,67884.1755622429 -7119,66732.6097841246 -7120,67501.7060244425 -7121,71106.0652203532 -7122,71344.06925168 -7123,66502.9202838597 -7124,62172.0769957477 -7125,58636.3129331325 -7126,54123.5887487684 -7127,50278.1075471792 -7128,47938.5999931573 -7129,46268.4140042688 -7130,45995.072963894 -7131,46675.8271352549 -7132,46988.6622485806 -7133,49106.7948333994 -7134,53046.854052649 -7135,56595.0899118571 -7136,59682.9073785421 -7137,61382.1943269612 -7138,62292.637998587 -7139,61239.807604474 -7140,58988.6421194091 -7141,57393.2871117055 -7142,56725.0048377514 -7143,56404.8944845431 -7144,58277.7477981524 -7145,62022.4150333779 -7146,61520.4237839174 -7147,57368.3434177059 -7148,54029.010731108 -7149,51783.0419035673 -7150,48186.9972387185 -7151,44736.4573715225 -7152,42488.4098608093 -7153,41009.458590414 -7154,40730.4013981464 -7155,40451.3442058788 -7156,40629.067735786 -7157,41107.1545824261 -7158,42414.6181708037 -7159,45060.7249902618 -7160,49215.923330825 -7161,52396.2402328119 -7162,54226.4813983047 -7163,56034.8968441494 -7164,54770.0454038885 -7165,52521.9977923614 -7166,50915.2102792442 -7167,50147.1533301056 -7168,51199.9837242186 -7169,56899.6104941209 -7170,59626.7841426534 -7171,57937.8904084686 -7172,55160.8293719369 -7173,53162.2184987781 -7174,51900.4849320549 -7175,48415.6475486181 -7176,45643.7830687966 -7177,44082.7255773337 -7178,43583.8524030389 -7179,44366.4597311289 -7180,46806.7813523285 -7181,51432.7912996492 -7182,61184.7236597646 -7183,67880.0182967119 -7184,70869.1003793916 -7185,71572.7195615797 -7186,72765.8579950074 -7187,73981.8615400763 -7188,72881.2224411365 -7189,71902.1837370292 -7190,70569.776454652 -7191,69600.0915727858 -7192,69212.4254782752 -7193,73630.5716449789 -7194,75071.0681336025 -7195,72669.2012941746 -7196,67987.0681109652 -7197,63547.0963254276 -7198,59422.0382355741 -7199,54340.8065532545 -7200,50925.6034934785 -7201,49001.8236015046 -7202,48230.6486780143 -7203,49122.3846043439 -7204,50947.4292131264 -7205,55048.5829001595 -7206,63780.9431920374 -7207,69841.2136792783 -7208,72479.0058668606 -7209,72880.1831499573 -7210,73759.44717888 -7211,74862.1649609923 -7212,73782.3121897072 -7213,72747.1502497112 -7214,71435.5293958027 -7215,70569.776454652 -7216,70336.9689800353 -7217,74861.125568999 -7218,76221.5945197275 -7219,73947.5640238355 -7220,69261.2735750952 -7221,64718.4091400213 -7222,60509.1662467418 -7223,55626.4444219841 -7224,52167.5900237262 -7225,49829.1216600697 -7226,48916.5994060854 -7227,49592.1569199221 -7228,51132.4279829163 -7229,55012.2067007463 -7230,63677.0112513219 -7231,69738.3210297421 -7232,72408.3321512066 -7233,72900.969477612 -7234,73834.2781600649 -7235,74892.3052117021 -7236,73990.1760711382 -7237,73180.5463658762 -7238,72150.5809825903 -7239,71472.9448863951 -7240,71135.1660790698 -7241,75320.5046703429 -7242,76005.4161072347 -7243,73501.6960102637 -7244,68799.8157905789 -7245,64592.6514796579 -7246,60556.9748507546 -7247,55380.1257587814 -7248,51637.5372067284 -7249,49320.8945627198 -7250,48333.5413275506 -7251,48976.879907505 -7252,50591.9820524981 -7253,54450.9743418594 -7254,63139.6831944415 -7255,69253.9983352126 -7256,71843.981817968 -7257,72626.5892468719 -7258,73667.9871355713 -7259,74811.2382818138 -7260,73831.1601857132 -7261,73155.6027726905 -7262,72027.9413973926 -7263,71147.6379764766 -7264,70774.5223617313 -7265,74614.8069057964 -7266,75087.6971957262 -7267,72934.2277026735 -7268,68226.1115342852 -7269,63652.0675573223 -7270,59519.7343284002 -7271,54489.4291236311 -7272,50576.3921807396 -7273,48357.445629557 -7274,47324.3622719195 -7275,47640.3153595969 -7276,49295.9508687201 -7277,52778.7096697984 -7278,60127.7360001206 -7279,65595.5945865856 -7280,68516.0816367838 -7281,69165.6561654416 -7282,70304.7500461531 -7283,71122.694282477 -7284,69964.8926564693 -7285,68025.5229935509 -7286,66347.0223727864 -7287,65090.4854635874 -7288,65425.1461957471 -7289,69912.9266861115 -7290,70291.238857567 -7291,67766.7324329414 -7292,63546.0570342483 -7293,59517.6556452277 -7294,56304.0805181793 -7295,51666.638065445 -7296,47729.6968205471 -7297,45621.9573491487 -7298,44415.3077271349 -7299,44068.1750975684 -7300,44260.4492080549 -7301,44457.9198752515 -7302,45165.6962221565 -7303,47123.7737311851 -7304,50684.481386986 -7305,53946.9045100405 -7306,56030.7395786185 -7307,57383.9332894644 -7308,56304.0805181793 -7309,54047.7184764043 -7310,52248.6568528006 -7311,51598.0430329635 -7312,52844.1868287422 -7313,58712.1832054966 -7314,60754.4455179513 -7315,58281.9050636834 -7316,54700.4109794138 -7317,52244.4995872696 -7318,50583.6674206222 -7319,46780.7983671496 -7320,43364.5560161944 -7321,41148.7273385495 -7322,40058.4814538441 -7323,39851.6569644063 -7324,40368.1985928181 -7325,40853.5606793408 -7326,41216.2831806658 -7327,43165.0066658253 -7328,47078.0436087168 -7329,50265.6357505863 -7330,52641.5195040214 -7331,54916.5893919066 -7332,53849.2085180284 -7333,51534.6445571922 -7334,49784.4309295946 -7335,49291.7936031892 -7336,50798.8065419359 -7337,57802.7789258641 -7338,59960.4056844478 -7339,58002.3281754192 -7340,55301.1375120656 -7341,53245.3640110249 -7342,52083.4051194862 -7343,48257.6709543725 -7344,45389.149874532 -7345,43837.4463061242 -7346,43356.2414851325 -7347,44215.7584775798 -7348,46460.6880139412 -7349,51612.5935127288 -7350,62097.2460145628 -7351,68385.1274197102 -7352,70466.8838051158 -7353,71087.357475057 -7354,72235.8051780096 -7355,73640.9648592132 -7356,73285.5175977709 -7357,72527.8538628666 -7358,71496.8491884016 -7359,70931.4595639838 -7360,71285.8674334329 -7361,75541.8797403599 -7362,76026.2024348894 -7363,73645.1221247441 -7364,68994.1684834238 -7365,64533.4102694175 -7366,60303.3809476693 -7367,54965.4373879127 -7368,51131.388691737 -7369,49216.9626220043 -7370,48329.3840620196 -7371,48911.4027485612 -7372,50650.1838707453 -7373,54845.9156762527 -7374,64163.4126290239 -7375,70132.2230729561 -7376,72323.1080566013 -7377,72799.1162200689 -7378,73516.246490029 -7379,74856.9683034681 -7380,73876.8903081815 -7381,73031.9236946856 -7382,72081.9859501088 -7383,71709.9096265427 -7384,72095.4971386949 -7385,76099.9941248951 -7386,76309.9365886845 -7387,74104.501226088 -7388,69337.1438474594 -7389,64730.8809366141 -7390,60578.8005704026 -7391,55179.5371172331 -7392,51459.8135760073 -7393,49378.0570897877 -7394,48601.6857104012 -7395,49294.9115775409 -7396,51240.5171891627 -7397,55259.5647559422 -7398,64713.2124824971 -7399,71414.742967334 -7400,73647.2007071026 -7401,73813.4918324102 -7402,74960.9002441836 -7403,75945.135605815 -7404,75214.4941472689 -7405,74603.3744003828 -7406,73801.0199350034 -7407,73353.0733390731 -7408,73681.4982233434 -7409,77062.4037668786 -7410,76598.8674000038 -7411,74340.4266750563 -7412,69605.28823031 -7413,65231.8327940814 -7414,61174.3305463442 -7415,55750.1233991751 -7416,51566.8634910745 -7417,49571.3704914534 -7418,48723.2860044197 -7419,49513.1686732062 -7420,51112.6809464408 -7421,54812.6574511912 -7422,63760.1567635687 -7423,70188.3463088448 -7424,72245.1591010647 -7425,72679.5945084089 -7426,73572.3697259177 -7427,74546.2118733148 -7428,73675.262375454 -7429,73141.0522929252 -7430,72269.0634030711 -7431,71695.3591467774 -7432,72072.6320270537 -7433,76066.7358998336 -7434,75881.7371300437 -7435,73849.8679310095 -7436,69329.8686075767 -7437,65000.064610644 -7438,61321.9138255416 -7439,56372.6756514748 -7440,52642.5588960146 -7441,50180.4115551671 -7442,49320.8945627198 -7443,49977.7443312602 -7444,51558.5488591986 -7445,55189.9303314674 -7446,64127.0365304246 -7447,70410.760569227 -7448,72626.5892468719 -7449,73155.6027726905 -7450,74044.2207246684 -7451,74694.8345445054 -7452,73700.2059686396 -7453,72287.7711483673 -7454,70776.6009440898 -7455,70336.9689800353 -7456,70993.8187485758 -7457,75023.2594287757 -7458,74419.4149217722 -7459,71725.4994983012 -7460,66962.2993852035 -7461,62699.0118383938 -7462,59360.7184429752 -7463,54984.1451332089 -7464,50822.7108439423 -7465,48457.2203047415 -7466,47020.8810816489 -7467,46923.1850896368 -7468,47249.5312907346 -7469,47597.7033122942 -7470,49169.1539171775 -7471,52616.5759108357 -7472,56643.9379078631 -7473,59472.9649147526 -7474,60883.3211526664 -7475,61314.6385856589 -7476,59970.7987978682 -7477,57492.0224957108 -7478,55841.5834424838 -7479,55656.5846726939 -7480,57453.5676131251 -7481,63335.0751784656 -7482,63999.2001868887 -7483,61463.2612568495 -7484,57295.5911196934 -7485,54207.7736530084 -7486,52390.0042841085 -7487,48896.8523696099 -7488,45255.0776831067 -7489,43150.456286874 -7490,42140.2379400636 -7491,42163.1029508908 -7492,42426.0507770312 -7493,42541.4151223463 -7494,42595.4597758765 -7495,44205.3652633454 -7496,47774.3875510222 -7497,51256.1069601072 -7498,53856.483757911 -7499,56604.4438349122 -7500,55813.5218749464 -7501,53469.8569545796 -7502,52018.9673525357 -7503,51706.1322392099 -7504,53789.967307788 -7505,59646.5312799428 -7506,60919.6973520796 -7507,59110.2425142416 -7508,56276.0189506419 -7509,54090.3305237069 -7510,53338.902737506 -7511,49630.6117016938 -7512,46400.4075125216 -7513,44755.1651168187 -7514,44223.0337174624 -7515,45004.6017543731 -7516,47248.4919995553 -7517,51893.2096921722 -7518,62262.4977478772 -7519,69830.8204650439 -7520,72554.8762400387 -7521,73291.7535464743 -7522,74435.0046927167 -7523,75464.9700760025 -7524,74705.2277587398 -7525,74047.3385982061 -7526,73034.002377858 -7527,72549.6795825145 -7528,72958.1321054939 -7529,76732.9395914291 -7530,76474.1490308197 -7531,74381.9994311797 -7532,69620.8780012545 -7533,65299.3885353837 -7534,61399.8627810782 -7535,56028.66099626 -7536,52200.8481479738 -7537,49953.8400292538 -7538,49042.3570664488 -7539,49788.5881951255 -7540,51724.8399845062 -7541,55779.2243587056 -7542,65311.8604327904 -7543,71879.318726202 -7544,73895.5980534778 -7545,74096.1865942121 -7546,74977.5293063074 -7547,75885.8943955747 -7548,74836.1819758134 -7549,74310.2864243465 -7550,73303.1860518879 -7551,72812.627408655 -7552,73590.0381800347 -7553,77116.4483195948 -7554,76664.3444581336 -7555,74717.6995553326 -7556,70130.1443897836 -7557,65910.5082822698 -7558,61650.3387098118 -7559,56420.4843563016 -7560,52255.9320926832 -7561,50150.2713044573 -7562,49355.1920789605 -7563,50051.5360212659 -7564,51902.5636152273 -7565,55925.7683467238 -7566,65271.3269678463 -7567,71779.5440510175 -7568,73890.4013959536 -7569,74254.1631884578 -7570,75273.7353575093 -7571,76335.9195738634 -7572,75542.9190315391 -7573,74953.6250043009 -7574,73965.2323771385 -7575,73675.262375454 -7576,74720.8175296843 -7577,78032.0886487448 -7578,77265.0709907854 -7579,74854.8897211096 -7580,70100.0041390738 -7581,65896.9971944977 -7582,61685.6756180458 -7583,56464.1356947835 -7584,52471.0712139969 -7585,50371.6463744743 -7586,49453.9274629658 -7587,50144.0354565678 -7588,51894.2489833515 -7589,55877.959641897 -7590,65229.7542117229 -7591,72123.5587062322 -7592,74121.1302882118 -7593,74454.7517291922 -7594,75314.2688224535 -7595,76268.3638325611 -7596,75419.2400543482 -7597,74837.2212669926 -7598,73913.2664067808 -7599,73374.8990587211 -7600,74099.3045685638 -7601,77420.9689018587 -7602,76706.9566062503 -7603,74300.9325012914 -7604,69636.467772199 -7605,65430.3428532712 -7606,61570.3111719167 -7607,56519.2196394929 -7608,52277.7578123312 -7609,50064.0078178588 -7610,49062.1041029243 -7611,49713.7572139406 -7612,51566.8634910745 -7613,55469.5072197316 -7614,64723.6056967315 -7615,71588.3093325242 -7616,73746.9753822872 -7617,74201.1579269208 -7618,74895.4230852398 -7619,75311.1508481017 -7620,73899.7553190087 -7621,72552.7975568662 -7622,70925.2236152804 -7623,70306.8287293255 -7624,71713.0276008944 -7625,75798.5915169829 -7626,74876.7153399436 -7627,72098.6150122326 -7628,67319.8252290043 -7629,63311.1708764592 -7630,60269.0834314286 -7631,55346.8675337199 -7632,51276.8933885759 -7633,48778.3699491291 -7634,47594.5853379425 -7635,47716.185631961 -7636,48118.402206237 -7637,48337.6985930815 -7638,49990.2161278531 -7639,53705.782403548 -7640,57561.6568193716 -7641,60786.6644518336 -7642,62684.4613586286 -7643,63872.4032353461 -7644,62470.3616293081 -7645,60536.1885230999 -7646,58889.9068362178 -7647,58916.9291125759 -7648,61120.285892814 -7649,64912.7618328663 -7650,64493.9161964666 -7651,61861.3205655945 -7652,57686.3751885557 -7653,54873.97724379 -7654,53446.9919437525 -7655,49810.4139147734 -7656,45811.1134852834 -7657,43221.129901714 -7658,41771.2795908492 -7659,41621.6176284794 -7660,42237.9339320757 -7661,42187.0073537112 -7662,42437.4832824448 -7663,44494.2959738508 -7664,47918.8529566818 -7665,52044.9503377145 -7666,55377.0077844297 -7667,58467.9432254664 -7668,58064.6873600113 -7669,56118.0424572102 -7670,54342.885135613 -7671,53858.5623402695 -7672,55715.8258829343 -7673,60550.7390028652 -7674,61712.6978944039 -7675,59884.5353112696 -7676,57141.7718917926 -7677,55097.4308961655 -7678,54369.9074119711 -7679,50692.7960188619 -7680,47508.321851344 -7681,45539.8511280811 -7682,45116.8482261505 -7683,45970.1293707083 -7684,48055.0037304656 -7685,52655.0306926074 -7686,63104.3463870214 -7687,70547.9507350041 -7688,72606.8422103964 -7689,73022.5698724444 -7690,73766.7224187627 -7691,74338.3479918839 -7692,73665.9084523989 -7693,73447.6514575475 -7694,72412.4895175515 -7695,71970.7787695107 -7696,73560.9372205041 -7697,77069.6790067612 -7698,76343.194813746 -7699,73993.2940454899 -7700,69526.2999835941 -7701,65461.5223951603 -7702,61467.4185223805 -7703,56093.0987632106 -7704,52318.2912772753 -7705,50232.3775255248 -7706,49346.8775478986 -7707,49938.2501574953 -7708,51694.6997337964 -7709,55794.8141296502 -7710,65187.1420636063 -7711,72440.5510850889 -7712,74700.0311012156 -7713,75143.8204316149 -7714,75908.7594064018 -7715,77111.2517628847 -7716,76356.7060023321 -7717,75998.140867352 -7718,75371.4313495214 -7719,75132.3879262014 -7720,75926.4278605188 -7721,77962.4542242701 -7722,77113.3303452432 -7723,74853.8503291164 -7724,70158.206058135 -7725,65846.0705153192 -7726,61928.8763068967 -7727,56511.9443996103 -7728,52713.2326116686 -7729,50451.6739123694 -7730,49690.8922031134 -7731,50122.2097369199 -7732,51640.6550802662 -7733,55261.6433383007 -7734,63584.51181602 -7735,70871.1790625641 -7736,73368.6632108317 -7737,73900.794610188 -7738,75033.65264301 -7739,76197.6901169072 -7740,75434.8298252927 -7741,74794.609118876 -7742,73874.8116250091 -7743,73666.9477435781 -7744,74667.8122681473 -7745,77102.9372318228 -7746,76367.0992165664 -7747,73977.7042745453 -7748,69322.5933676941 -7749,65372.1409342101 -7750,61651.378000991 -7751,56732.2800776341 -7752,52943.9614031128 -7753,50706.3071066339 -7754,50087.9122206791 -7755,50472.4603408381 -7756,52127.0565587821 -7757,55935.1222697789 -7758,64785.9648813236 -7759,72056.0029649299 -7760,73900.794610188 -7761,74232.3374688099 -7762,75017.0234800723 -7763,75905.6414320501 -7764,75316.3474048119 -7765,74925.5634367636 -7766,74068.1250266748 -7767,73917.4237731257 -7768,75059.6355273749 -7769,77995.7124493316 -7770,76978.2188626386 -7771,74586.745338259 -7772,70171.717145907 -7773,66010.2829574544 -7774,62441.2606697776 -7775,57611.5442073708 -7776,53635.108788708 -7777,51335.0953076371 -7778,50677.2061471034 -7779,51099.1697578548 -7780,52952.2760349886 -7781,56778.0100992884 -7782,65251.5799313708 -7783,72450.9442993232 -7784,74319.6402465876 -7785,74277.028199285 -7786,75028.4559854859 -7787,75524.2112862429 -7788,74167.8997018593 -7789,72850.0428992474 -7790,71463.59096334 -7791,71110.2224858842 -7792,72944.6209169078 -7793,76432.5762746963 -7794,75236.3198669168 -7795,72394.8210634345 -7796,67597.3234340961 -7797,63990.8856558269 -7798,61055.8481258634 -7799,56452.7031893699 -7800,52518.8799188236 -7801,50156.5072531607 -7802,48889.5771297273 -7803,48703.5389679442 -7804,49048.5929143382 -7805,49280.3610977756 -7806,50818.5535784113 -7807,54670.270728704 -7808,58330.7530596894 -7809,61144.1902956344 -7810,62755.1350742825 -7811,63357.9402901068 -7812,62463.0863894255 -7813,60272.2014057803 -7814,58260.0793440354 -7815,58142.6363155479 -7816,60859.416749846 -7817,65538.4320595177 -7818,65304.5851929078 -7819,62684.4613586286 -7820,58639.4309074842 -7821,55865.4878453041 -7822,54276.3686854899 -7823,50903.7777738306 -7824,47233.94151979 -7825,44816.4850102316 -7826,43686.7449517612 -7827,43437.3083142068 -7828,43657.6439922306 -7829,43422.7578344416 -7830,43209.6973963004 -7831,45296.6504392301 -7832,48714.9714733578 -7833,52084.4444106655 -7834,54709.7648016549 -7835,57166.7154849783 -7836,56438.1527096046 -7837,54045.6398940458 -7838,52443.0095456455 -7839,52457.5600254108 -7840,55565.1245285713 -7841,60937.3657053826 -7842,61959.0165576066 -7843,60179.7019704784 -7844,57267.5294513421 -7845,55126.5318556961 -7846,54346.0031099647 -7847,50690.7173356894 -7848,47374.2496599187 -7849,45704.0635702162 -7850,45107.4944039094 -7851,45911.9274516472 -7852,48051.8857561139 -7853,52890.9561415758 -7854,63401.5916285887 -7855,71467.748228871 -7856,73811.4131492377 -7857,73904.9518757189 -7858,74716.6602641534 -7859,75519.0147295327 -7860,74728.0927695669 -7861,74136.7200591563 -7862,73242.9055504683 -7863,73012.1766582101 -7864,74427.7294528341 -7865,77750.4330773081 -7866,77043.6960215824 -7867,74788.3732709866 -7868,70267.3345555606 -7869,65942.7272161521 -7870,62332.1321723519 -7871,57052.3904308424 -7872,53352.4139260921 -7873,51238.4386068042 -7874,50668.8916160415 -7875,51138.6639316197 -7876,52735.0583313165 -7877,56478.6861745488 -7878,65657.9537711777 -7879,72866.6719613712 -7880,74862.1649609923 -7881,74718.7388465119 -7882,75420.2793455274 -7883,76142.6062730117 -7884,75245.673689158 -7885,74848.6537724062 -7886,74161.6637531559 -7887,74112.8157571499 -7888,75801.7094913347 -7889,78722.1965415328 -7890,77767.0622402459 -7891,75445.2230395271 -7892,70915.8697930392 -7893,66798.0869430684 -7894,63177.0986850339 -7895,58019.9966295362 -7896,54286.7618997243 -7897,52009.6134294806 -7898,51137.6246404404 -7899,51677.0312796794 -7900,53353.4532172713 -7901,57399.5230604089 -7902,66472.7800331499 -7903,73766.7224187627 -7904,75646.8509722546 -7905,75612.5534560139 -7906,76459.5985510544 -7907,77347.177211853 -7908,76524.0364188189 -7909,75991.9049186486 -7910,75364.1561096387 -7911,75349.6056298735 -7912,76882.601553799 -7913,79512.0792103193 -7914,78554.86622586 -7915,76209.1226223208 -7916,71811.7629848997 -7917,67769.8504072931 -7918,63883.8357407597 -7919,58720.4978373725 -7920,54704.5682449447 -7921,52413.908586115 -7922,51619.8687526114 -7923,51979.4731787707 -7924,53499.9972052895 -7925,57258.175629101 -7926,66305.4496166631 -7927,73797.9020614657 -7928,75512.7787808293 -7929,75462.8913928301 -7930,76125.9771100739 -7931,76757.8831846148 -7932,76007.4946895932 -7933,75398.4536258795 -7934,74706.267049919 -7935,74632.4753599134 -7936,76434.6549578687 -7937,79249.1314849929 -7938,78286.7218430094 -7939,76109.3480479502 -7940,71887.6332572639 -7941,67900.8046243667 -7942,64291.2488717458 -7943,59241.1967313152 -7944,55332.3170539546 -7945,52930.4503153407 -7946,52054.3041599557 -7947,52505.3687302376 -7948,54079.9374102865 -7949,57982.5811389437 -7950,66518.5100548042 -7951,74088.9113543295 -7952,76256.9313271475 -7953,76359.8239766838 -7954,77155.9424933598 -7955,77440.7159383341 -7956,76110.3873391294 -7957,74769.6655256904 -7958,73461.1625453196 -7959,73136.8950273943 -7960,74983.7652550107 -7961,77504.1144141055 -7962,76074.0111397162 -7963,73614.9818740343 -7964,69569.951322076 -7965,65839.8345666158 -7966,63169.8234451513 -7967,59037.4901154152 -7968,55303.2160944241 -7969,52775.5916954467 -7970,51197.9051418601 -7971,50806.0817818185 -7972,50710.4643721649 -7973,50731.2508006336 -7974,52055.3434511349 -7975,55995.4027711985 -7976,59942.7372303308 -7977,63312.2101676385 -7978,65233.9114772538 -7979,66010.2829574544 -7980,65087.3674892357 -7981,63137.604612083 -7982,61939.2695211311 -7983,62018.257767847 -7984,64495.9947788251 -7985,67092.2143110979 -7986,66587.1050872857 -7987,64242.4008757397 -7988,60483.1832615629 -7989,58001.2888842399 -7990,56858.0377379975 -7991,53285.897475969 -7992,49678.4204065206 -7993,47379.4462166289 -7994,46058.4714396653 -7995,45538.8118369019 -7996,45568.9520876117 -7997,45350.6950927603 -7998,45019.1522341384 -7999,47136.2455277779 -8000,50987.9626780706 -8001,55089.1163651037 -8002,58136.4003668445 -8003,60975.8205879683 -8004,60767.9567065373 -8005,58782.8569211506 -8006,57502.4156091312 -8007,57465.0001185387 -8008,59693.3005927764 -8009,62801.9044879301 -8010,63577.2365761374 -8011,62374.7442196545 -8012,59899.0857910349 -8013,58341.1462739238 -8014,57920.2219543516 -8015,54236.874612539 -8016,51244.6744546936 -8017,49579.6850225153 -8018,49124.4632875164 -8019,49611.9039563976 -8020,51467.0888158899 -8021,55710.6292254102 -8022,65715.1162982456 -8023,74096.1865942121 -8024,76923.1350187431 -8025,77662.0909075372 -8026,78794.9489403593 -8027,79878.9588763613 -8028,79496.4894393748 -8029,79112.9806103951 -8030,78345.9630532498 -8031,78196.3010908799 -8032,79354.1027168876 -8033,81066.9007530788 -8034,80110.7270597987 -8035,77999.8697148625 -8036,73637.8468848615 -8037,69814.1914029202 -8038,66309.606882194 -8039,61117.1679184623 -8040,57353.7929379406 -8041,55152.514840875 -8042,54190.1051988914 -8043,54302.3516706688 -8044,55845.7408088287 -8045,59531.1668338138 -8046,68270.8022647603 -8047,75541.8797403599 -8048,77781.6126191972 -8049,77948.943035684 -8050,78793.90964918 -8051,79772.9483532873 -8052,79410.2259527763 -8053,79130.6490645121 -8054,78618.2647016313 -8055,78707.6460617675 -8056,79716.8251173986 -8057,81537.7123598362 -8058,80483.842674544 -8059,78255.5422003063 -8060,74187.6467383348 -8061,69968.010630821 -8062,66255.5623294778 -8063,61425.8457662571 -8064,57677.0212655006 -8065,55409.226718312 -8066,54387.5758660881 -8067,54625.5799982289 -8068,56030.7395786185 -8069,59638.216648067 -8070,68485.9413860739 -8071,76092.7188850124 -8072,78547.5909859773 -8073,78749.2189187049 -8074,79735.5328626949 -8075,80651.1730910308 -8076,80187.6367241561 -8077,79905.9811527194 -8078,79365.5352223012 -8079,79195.0868314627 -8080,80407.9724021799 -8081,82230.9383277899 -8082,80760.3015884565 -8083,78606.8320954038 -8084,74263.5170106989 -8085,70452.3334261644 -8086,66894.7436439013 -8087,61906.0112960696 -8088,58166.5406175543 -8089,55706.4719598792 -8090,54723.275990241 -8091,54856.308890487 -8092,56164.8117700438 -8093,59733.8340577206 -8094,68390.3239764203 -8095,76032.4383835928 -8096,78290.8791085403 -8097,78490.4283580954 -8098,79226.2663733518 -8099,80118.0022996813 -8100,79431.0122804311 -8101,78938.3749540257 -8102,78393.7716572626 -8103,78278.4073119475 -8104,79445.5627601963 -8105,81014.9347827211 -8106,80005.755827904 -8107,77856.4437011961 -8108,73588.9988888555 -8109,69769.5006724451 -8110,66410.4208485578 -8111,61368.6832391891 -8112,57334.0459014651 -8113,55090.1556562829 -8114,53977.0447607503 -8115,54228.5599806631 -8116,55685.6856322245 -8117,59056.1978607114 -8118,67582.7729543308 -8119,75238.3984492753 -8120,77740.0398630738 -8121,77958.2969587391 -8122,78715.9606936434 -8123,79312.5298599503 -8124,78630.7364982241 -8125,77366.9242483285 -8126,76097.9155425366 -8127,75664.5193255577 -8128,77238.0487144273 -8129,78590.20303328 -8130,76832.7141657997 -8131,74372.6455081246 -8132,70400.3674558067 -8133,66898.9009094322 -8134,64379.5910415167 -8135,59966.6415323372 -8136,56052.5652982664 -8137,53354.4925084506 -8138,51732.1152243888 -8139,51314.3088791684 -8140,51400.5723657669 -8141,51409.926288822 -8142,52478.3464538795 -8143,56107.6492429759 -8144,60146.4437454169 -8145,63345.4683927 -8146,65210.0071752474 -8147,66182.8099306513 -8148,65263.0124367844 -8149,63377.6873265822 -8150,62149.2119849206 -8151,62040.0834874949 -8152,64263.1873042084 -8153,66815.7553971854 -8154,66099.6644184045 -8155,64109.3680763076 -8156,60721.1872928898 -8157,58523.0271701759 -8158,57181.2659647436 -8159,53678.7601271899 -8160,49893.5594270202 -8161,47514.5576992335 -8162,46458.6094315828 -8163,46285.0430663925 -8164,46354.6774908673 -8165,46156.1675324914 -8166,45562.7162397222 -8167,47674.6128758377 -8168,51023.2994854906 -8169,54905.1568864931 -8170,57816.2900136361 -8171,60692.0864341732 -8172,60272.2014057803 -8173,58620.723162188 -8174,57728.9872358584 -8175,57762.2454609199 -8176,60373.0153721441 -8177,63685.3257823838 -8178,64463.7759457567 -8179,63301.8169534041 -8180,60763.7994410064 -8181,59088.4167945937 -8182,58667.4924750215 -8183,55096.3916049863 -8184,51980.51246995 -8185,50026.5923272663 -8186,49182.6651057635 -8187,49868.6158338346 -8188,51731.0759332096 -8189,56001.6386190879 -8190,65898.036485677 -8191,73930.9348608978 -8192,75996.0621841796 -8193,75934.7423915807 -8194,76508.4465470604 -8195,77192.318692773 -8196,76483.5029538748 -8197,75988.7869442969 -8198,75453.5375705889 -8199,75658.2834776682 -8200,77735.8825975429 -8201,80388.2253657044 -8202,79388.4002331284 -8203,77380.4354369145 -8204,73047.5135664441 -8205,69297.6496736944 -8206,65759.8070287207 -8207,60485.2618439214 -8208,57131.3786775583 -8209,55053.7795576837 -8210,54124.6281407616 -8211,54483.1932757417 -8212,55912.2571581377 -8213,59415.8023876847 -8214,67794.7941012927 -8215,75404.6895745829 -8216,77682.8773360059 -8217,77447.9911782168 -8218,78194.2224077075 -8219,78655.6801922238 -8220,78395.850340435 -8221,77952.0610100357 -8222,77409.5363964451 -8223,77593.4958750557 -8224,79432.0515716103 -8225,81490.9430470027 -8226,80401.7364534765 -8227,78331.4125734845 -8228,74099.3045685638 -8229,70411.7999612203 -8230,66778.3399065929 -8231,62014.100502316 -8232,58261.1186352147 -8233,55738.6908937615 -8234,54926.982606141 -8235,55241.8963018252 -8236,56758.263062813 -8237,60403.1556228539 -8238,69031.5839740163 -8239,76560.4125174182 -8240,79024.6384406242 -8241,79104.6660793332 -8242,80146.0639680327 -8243,80989.9911895354 -8244,80066.0363293236 -8245,79303.1760377091 -8246,78456.1308418547 -8247,77987.3979182697 -8248,79403.9900040729 -8249,81467.0387449963 -8250,80328.984155464 -8251,78125.627375226 -8252,74062.9284699646 -8253,70397.249481455 -8254,66786.6544376548 -8255,61442.4749291948 -8256,57550.224313958 -8257,55206.5593935912 -8258,54107.9989778239 -8259,54602.7149874017 -8260,55938.2401433166 -8261,59461.532409339 -8262,67860.2711594225 -8263,75539.8010571875 -8264,77984.279943918 -8265,77830.4607160172 -8266,78801.1848890627 -8267,79749.0439504669 -8268,78886.408983668 -8269,78704.5281882298 -8270,78011.3022202761 -8271,77561.2769411734 -8272,79237.6988787653 -8273,80960.8902300048 -8274,79576.5169772699 -8275,77473.9741633956 -8276,73631.6109361581 -8277,70000.2294638893 -8278,66545.5323311623 -8279,61253.31879306 -8280,56946.3798069545 -8281,54377.1826518537 -8282,53441.7953870423 -8283,53417.8909842219 -8284,54780.4385173089 -8285,58245.5288642702 -8286,66855.2494701363 -8287,74300.9325012914 -8288,76660.1871926027 -8289,76801.5346239107 -8290,77541.5299046979 -8291,78293.997082892 -8292,77628.8327832896 -8293,76290.1895522091 -8294,74928.6813103013 -8295,74468.2629177782 -8296,76562.4912005906 -8297,77994.6731581523 -8298,75955.5287192354 -8299,73073.4965516229 -8300,68937.0059563559 -8301,65429.303461278 -8302,62722.9161404003 -8303,58237.2143332083 -8304,53926.1180815718 -8305,51247.7924290454 -8306,49863.4191763104 -8307,49686.7349375825 -8308,50138.8387990437 -8309,50572.2349152086 -8310,51690.5424682654 -8311,55530.8270123305 -8312,59488.5546856971 -8313,62321.7389581176 -8314,64104.1714187835 -8315,64918.9977815697 -8316,64156.1373891412 -8317,62508.8164110798 -8318,61034.0224062155 -8319,61216.9425936468 -8320,64118.7218985488 -8321,66530.981851397 -8322,66062.2489278121 -8323,63817.3193914506 -8324,60129.8146832931 -8325,57627.1339783154 -8326,56605.4831260914 -8327,52903.4280389826 -8328,49424.8265034353 -8329,47003.2126275319 -8330,45645.861751969 -8331,45315.3581845263 -8332,45459.823590186 -8333,45155.3030079222 -8334,44717.7496262263 -8335,46990.7408309391 -8336,50425.6909271905 -8337,53962.494280985 -8338,56859.0770291767 -8339,59623.6661683017 -8340,59212.0957717846 -8341,57119.9461721447 -8342,55597.3434624536 -8343,55531.8664043237 -8344,58392.0729531023 -8345,62201.1779552783 -8346,63323.642673052 -8347,62245.8686857534 -8348,60086.1632439972 -8349,58564.5999262993 -8350,57888.0031212833 -8351,53945.8652188612 -8352,50607.5718234426 -8353,48937.3857337401 -8354,48382.3893235566 -8355,48831.3752106661 -8356,50732.2900918128 -8357,55015.324675098 -8358,64339.0575765726 -8359,72772.0939437108 -8360,75387.0211204659 -8361,75149.0169883251 -8362,76231.9876331479 -8363,77128.9202170016 -8364,76545.8621384668 -8365,75962.8039591181 -8366,75001.4337091278 -8367,74677.1660903884 -8368,76060.5000519441 -8369,77848.1290693202 -8370,76807.770572614 -8371,74753.0363627526 -8372,70479.3557025225 -8373,66713.9020388284 -8374,63139.6831944415 -8375,57654.1562546735 -8376,53742.1586029612 -8377,51420.3194022424 -8378,50318.6410121233 -8379,50797.7672507566 -8380,52357.7853502263 -8381,56137.7894936857 -8382,64941.8627923968 -8383,72971.6431932659 -8384,75720.6426622603 -8385,75415.0827888172 -8386,76059.4606599509 -8387,76696.5633920159 -8388,76065.6966086543 -8389,75390.1390948176 -8390,74753.0363627526 -8391,74526.4648368394 -8392,76249.6560872649 -8393,78465.4847649098 -8394,77240.1272967858 -8395,75207.2189073863 -8396,71057.2172243472 -8397,67098.4501589873 -8398,63536.7031111932 -8399,58263.1973183871 -8400,54477.9966182175 -8401,52213.3200453806 -8402,51292.4831595204 -8403,51813.1821542771 -8404,53234.9707967906 -8405,56767.6169858681 -8406,65505.1738344561 -8407,73061.0246542161 -8408,75415.0827888172 -8409,75391.1783859968 -8410,76522.9970268257 -8411,77304.5651645504 -8412,76837.9108233239 -8413,76560.4125174182 -8414,75887.9729779332 -8415,75619.8286958965 -8416,76688.248860954 -8417,77629.8720744689 -8418,76235.1056074996 -8419,73927.8168865461 -8420,69731.0457898594 -8421,65960.395670269 -8422,62552.4678503757 -8423,57294.5518285142 -8424,52995.9273734705 -8425,50364.3711345916 -8426,49186.8223712945 -8427,49458.0847284968 -8428,50941.193264423 -8429,54507.0975777481 -8430,62871.5388115909 -8431,70861.825139509 -8432,73205.4900598758 -8433,73081.8110826848 -8434,73820.7670722928 -8435,74774.8620824005 -8436,74146.0739822114 -8437,73538.072209677 -8438,72751.3075152421 -8439,72749.2289328836 -8440,74332.1121439944 -8441,76187.2969026728 -8442,75173.9606823247 -8443,73022.5698724444 -8444,68673.0188390362 -8445,64988.6321052304 -8446,61751.1526761756 -8447,56364.3611204129 -8448,51941.018396999 -8449,49289.7150208307 -8450,48197.3904529528 -8451,48525.8153372231 -8452,50166.900467395 -8453,53625.7548656529 -8454,61584.861651682 -8455,69106.4149552012 -8456,71561.2870561661 -8457,71340.9513781423 -8458,71890.7512316156 -8459,72228.5299381269 -8460,71259.884448254 -8461,69543.9683368971 -8462,68205.3252066305 -8463,68000.5792995512 -8464,70188.3463088448 -8465,72301.2823369534 -8466,71092.5540317672 -8467,68509.8456880804 -8468,64516.7812072937 -8469,61487.1655588559 -8470,59222.488986019 -8471,55060.0154055731 -8472,50983.8053117257 -8473,48653.651579945 -8474,47480.2601829927 -8475,47442.8446924003 -8476,47755.679805726 -8477,47965.6222695154 -8478,48897.8916607891 -8479,52454.4420510591 -8480,56248.9966742838 -8481,59196.5060008401 -8482,61519.3844927382 -8483,63143.8404599724 -8484,62851.7917751154 -8485,61220.0605679985 -8486,60228.5499664844 -8487,60605.8228467607 -8488,62987.9425488992 -8489,65683.9366555426 -8490,65137.254776421 -8491,62875.6960771218 -8492,59168.4443324888 -8493,56814.3862987017 -8494,55422.7378060841 -8495,51678.0705708586 -8496,47963.5436871569 -8497,45424.486782766 -8498,43951.7713602601 -8499,43405.0894811385 -8500,43544.358229274 -8501,43206.5795227627 -8502,42666.1334915305 -8503,44745.8112945776 -8504,47760.8763624362 -8505,50932.8787333611 -8506,53735.9227550718 -8507,56903.7677596518 -8508,57166.7154849783 -8509,55701.275403169 -8510,54436.4238620941 -8511,54527.8840062168 -8512,56941.1832502443 -8513,60017.5682115157 -8514,60509.1662467418 -8515,59282.7694874386 -8516,57112.6709322621 -8517,58288.1410123868 -8518,54650.5236922285 -8519,50796.7278587634 -8520,46860.8259050447 -8521,44462.0771407825 -8522,43677.3911295201 -8523,43853.0360770688 -8524,45424.486782766 -8525,48090.3406386996 -8526,53540.5306702336 -8527,60221.2747266018 -8528,64441.9502261088 -8529,66054.9736879294 -8530,66808.4801573028 -8531,67566.143892207 -8532,67288.6455863013 -8533,66445.7577567918 -8534,65543.6286162278 -8535,65342.0006835003 -8536,67106.7647908632 -8537,69116.8081694356 -8538,68547.2611786728 -8539,66282.5846058359 -8540,62240.6720282292 -8541,59298.3592583831 -8542,56496.3546286657 -8543,51630.2619668458 -8544,47257.8459226104 -8545,44727.1035492814 -8546,43665.9586241065 -8547,43873.8224047235 -8548,45238.4486209829 -8549,47554.0518729984 -8550,52264.2466237451 -8551,58145.7542898996 -8552,62169.9983125753 -8553,63916.0546746419 -8554,64960.570537693 -8555,65790.9865706098 -8556,65589.3586378822 -8557,64157.1767811344 -8558,62845.555826412 -8559,62333.1714635311 -8560,64603.0446938922 -8561,67537.0429326765 -8562,66993.4789270926 -8563,64585.3762397753 -8564,60373.0153721441 -8565,56994.1885117813 -8566,54569.4567623402 -8567,50070.2437665622 -8568,45733.1645297468 -8569,43146.298920529 -8570,41930.2954762741 -8571,41778.5548307319 -8572,42436.4438904516 -8573,43250.2308612445 -8574,44198.0900234628 -8575,47831.5500780901 -8576,52154.0788351402 -8577,55833.2689114219 -8578,57271.686817687 -8579,58153.0295297822 -8580,57451.4890307666 -8581,55775.0670931747 -8582,53504.1544708204 -8583,52339.07760493 -8584,54010.3029858118 -8585,56533.7701192582 -8586,54834.4831708391 -8587,51442.1451218903 -8588,49071.4579251654 -8589,48523.7367548646 -8590,48915.5601149061 -8591,46415.9972834661 -8592,43118.2373529917 -8593,40568.7872343664 -8594,39394.3565462349 -8595,39201.0431445692 -8596,39587.6698470866 -8597,39808.0055251104 -8598,39408.9069251862 -8599,41349.3159800978 -8600,44601.3458889179 -8601,49070.4186339861 -8602,52262.1680413866 -8603,54877.0952181417 -8604,53422.0482497528 -8605,50206.3945403459 -8606,48872.9479667895 -8607,48169.3288854155 -8608,49924.7390697233 -8609,53207.9485204324 -8610,53856.483757911 -8611,52898.2313814584 -8612,51291.4438683412 -8613,50255.242536352 -8614,49868.6158338346 -8615,46832.7643375073 -8616,43358.320067491 -8617,41082.2109892404 -8618,40172.8066087939 -8619,39969.1000937078 -8620,40032.4985694792 -8621,39915.0554401776 -8622,39676.0120168576 -8623,41582.1235555284 -8624,44821.6815669418 -8625,48456.1810135623 -8626,51039.9286484283 -8627,53416.8516930427 -8628,52437.8129889353 -8629,49966.3118258467 -8630,48901.0096351408 -8631,48578.82059876 -8632,50925.6034934785 -8633,54516.4515008032 -8634,55396.7548209052 -8635,54442.6598107975 -8636,52664.3846156625 -8637,51555.4309856609 -8638,51352.7636609401 -8639,48549.7197400434 -8640,45548.165759957 -8641,43494.4709420887 -8642,42473.859381044 -8643,42065.4069588787 -8644,42156.8670021874 -8645,42428.1293593897 -8646,43171.2426145287 -8647,46070.9433370721 -8648,49885.2448959583 -8649,53430.3628816287 -8650,55556.8099975094 -8651,57144.8898661443 -8652,57708.2008073897 -8653,56447.5066326597 -8654,55552.6527319784 -8655,55638.9162185769 -8656,58080.2771309558 -8657,61432.0817149604 -8658,61754.2706505273 -8659,59829.4514673742 -8660,56385.1474480676 -8661,54106.9596866446 -8662,53462.581714697 -8663,50405.943890715 -8664,47289.0254644995 -8665,45129.3201235573 -8666,43815.6205864763 -8667,43073.5466225166 -8668,42985.2044527456 -8669,42564.2802339875 -8670,41457.4051863443 -8671,42951.9462276841 -8672,45791.3664488079 -8673,49109.9128077511 -8674,51775.7666636847 -8675,54543.4737771613 -8676,54597.5183298775 -8677,52708.0359541444 -8678,51622.9867269631 -8679,51589.7285019016 -8680,54302.3516706688 -8681,59004.2319911676 -8682,59873.1028058561 -8683,58672.6891325457 -8684,56446.4672406665 -8685,55013.2460927395 -8686,55147.3182841648 -8687,52351.5495023368 -8688,49479.9104481447 -8689,47237.0594941417 -8690,46122.9093074299 -8691,45393.307140063 -8692,45937.9104368261 -8693,47245.3740252036 -8694,49709.5999484097 -8695,54374.064677502 -8696,57928.5364854135 -8697,60392.7624086195 -8698,61770.8997126511 -8699,62802.9437791093 -8700,63360.0188724653 -8701,62385.1374338889 -8702,61409.2167041333 -8703,60998.6855987955 -8704,63085.6386417252 -8705,66548.650305514 -8706,66588.1444792789 -8707,64671.6397263738 -8708,60850.0629276049 -8709,58303.7307833313 -8710,56985.8739807194 -8711,53544.6879357646 -8712,50193.9227437531 -8713,47659.0231048931 -8714,46235.1557792072 -8715,45679.1199770306 -8716,46241.3916270967 -8717,47310.8511841474 -8718,49606.7073996874 -8719,53842.972569325 -8720,57408.87688265 -8721,59959.3662924546 -8722,61320.8745343623 -8723,62358.1151575308 -8724,62609.6303774436 -8725,61511.0699616763 -8726,60724.3052672415 -8727,60595.4297333403 -8728,62538.9566617897 -8729,65610.1450663509 -8730,65433.460726809 -8731,63404.7096029404 -8732,59583.1328041715 -8733,56943.2619334168 -8734,55395.715529726 -8735,51577.2566044948 -8736,47946.9145242192 -8737,45544.008494426 -8738,44208.4832376971 -8739,43567.2232401012 -8740,43777.1657038907 -8741,43518.3752440951 -8742,43740.7896052914 -8743,46403.5254868733 -8744,49861.3405939519 -8745,53224.5776833702 -8746,55241.8963018252 -8747,56639.7806423322 -8748,56955.7337300096 -8749,55887.3135649521 -8750,54577.7712934021 -8751,54406.2836113843 -8752,56504.6691597276 -8753,60194.2524502437 -8754,59338.8927233273 -8755,56067.1157780317 -8756,52092.7589417274 -8757,50492.2073773135 -8758,50760.3517601641 -8759,49208.6480909424 diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/general.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/general.csv deleted file mode 100644 index fbed1928..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/general.csv +++ /dev/null @@ -1,13 +0,0 @@ -key,value -year,2014 -number of time steps,8760 -co2 price,15.92 -name,deflex_2014_de02_no-heat_reg-merit -regions,2 -heat,false -group_transformer,false -copperplate,true -costs_source,ewi -use_variable_costs,true -use_downtime_factor,true -map,de02 diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/mobility series.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/mobility series.csv deleted file mode 100644 index 1f9463b0..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/mobility series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -[MW],DE01,DE,DE -,electricity,diesel,petrol -0,0,47829.1416355684,26803.5332483478 -1,0,47829.1416355684,26803.5332483478 -2,0,47829.1416355684,26803.5332483478 -3,0,47829.1416355684,26803.5332483478 -4,0,47829.1416355684,26803.5332483478 -5,0,47829.1416355684,26803.5332483478 -6,0,47829.1416355684,26803.5332483478 -7,0,47829.1416355684,26803.5332483478 -8,0,47829.1416355684,26803.5332483478 -9,0,47829.1416355684,26803.5332483478 -10,0,47829.1416355684,26803.5332483478 -11,0,47829.1416355684,26803.5332483478 -12,0,47829.1416355684,26803.5332483478 -13,0,47829.1416355684,26803.5332483478 -14,0,47829.1416355684,26803.5332483478 -15,0,47829.1416355684,26803.5332483478 -16,0,47829.1416355684,26803.5332483478 -17,0,47829.1416355684,26803.5332483478 -18,0,47829.1416355684,26803.5332483478 -19,0,47829.1416355684,26803.5332483478 -20,0,47829.1416355684,26803.5332483478 -21,0,47829.1416355684,26803.5332483478 -22,0,47829.1416355684,26803.5332483478 -23,0,47829.1416355684,26803.5332483478 -24,0,47829.1416355684,26803.5332483478 -25,0,47829.1416355684,26803.5332483478 -26,0,47829.1416355684,26803.5332483478 -27,0,47829.1416355684,26803.5332483478 -28,0,47829.1416355684,26803.5332483478 -29,0,47829.1416355684,26803.5332483478 -30,0,47829.1416355684,26803.5332483478 -31,0,47829.1416355684,26803.5332483478 -32,0,47829.1416355684,26803.5332483478 -33,0,47829.1416355684,26803.5332483478 -34,0,47829.1416355684,26803.5332483478 -35,0,47829.1416355684,26803.5332483478 -36,0,47829.1416355684,26803.5332483478 -37,0,47829.1416355684,26803.5332483478 -38,0,47829.1416355684,26803.5332483478 -39,0,47829.1416355684,26803.5332483478 -40,0,47829.1416355684,26803.5332483478 -41,0,47829.1416355684,26803.5332483478 -42,0,47829.1416355684,26803.5332483478 -43,0,47829.1416355684,26803.5332483478 -44,0,47829.1416355684,26803.5332483478 -45,0,47829.1416355684,26803.5332483478 -46,0,47829.1416355684,26803.5332483478 -47,0,47829.1416355684,26803.5332483478 -48,0,47829.1416355684,26803.5332483478 -49,0,47829.1416355684,26803.5332483478 -50,0,47829.1416355684,26803.5332483478 -51,0,47829.1416355684,26803.5332483478 -52,0,47829.1416355684,26803.5332483478 -53,0,47829.1416355684,26803.5332483478 -54,0,47829.1416355684,26803.5332483478 -55,0,47829.1416355684,26803.5332483478 -56,0,47829.1416355684,26803.5332483478 -57,0,47829.1416355684,26803.5332483478 -58,0,47829.1416355684,26803.5332483478 -59,0,47829.1416355684,26803.5332483478 -60,0,47829.1416355684,26803.5332483478 -61,0,47829.1416355684,26803.5332483478 -62,0,47829.1416355684,26803.5332483478 -63,0,47829.1416355684,26803.5332483478 -64,0,47829.1416355684,26803.5332483478 -65,0,47829.1416355684,26803.5332483478 -66,0,47829.1416355684,26803.5332483478 -67,0,47829.1416355684,26803.5332483478 -68,0,47829.1416355684,26803.5332483478 -69,0,47829.1416355684,26803.5332483478 -70,0,47829.1416355684,26803.5332483478 -71,0,47829.1416355684,26803.5332483478 -72,0,47829.1416355684,26803.5332483478 -73,0,47829.1416355684,26803.5332483478 -74,0,47829.1416355684,26803.5332483478 -75,0,47829.1416355684,26803.5332483478 -76,0,47829.1416355684,26803.5332483478 -77,0,47829.1416355684,26803.5332483478 -78,0,47829.1416355684,26803.5332483478 -79,0,47829.1416355684,26803.5332483478 -80,0,47829.1416355684,26803.5332483478 -81,0,47829.1416355684,26803.5332483478 -82,0,47829.1416355684,26803.5332483478 -83,0,47829.1416355684,26803.5332483478 -84,0,47829.1416355684,26803.5332483478 -85,0,47829.1416355684,26803.5332483478 -86,0,47829.1416355684,26803.5332483478 -87,0,47829.1416355684,26803.5332483478 -88,0,47829.1416355684,26803.5332483478 -89,0,47829.1416355684,26803.5332483478 -90,0,47829.1416355684,26803.5332483478 -91,0,47829.1416355684,26803.5332483478 -92,0,47829.1416355684,26803.5332483478 -93,0,47829.1416355684,26803.5332483478 -94,0,47829.1416355684,26803.5332483478 -95,0,47829.1416355684,26803.5332483478 -96,0,47829.1416355684,26803.5332483478 -97,0,47829.1416355684,26803.5332483478 -98,0,47829.1416355684,26803.5332483478 -99,0,47829.1416355684,26803.5332483478 -100,0,47829.1416355684,26803.5332483478 -101,0,47829.1416355684,26803.5332483478 -102,0,47829.1416355684,26803.5332483478 -103,0,47829.1416355684,26803.5332483478 -104,0,47829.1416355684,26803.5332483478 -105,0,47829.1416355684,26803.5332483478 -106,0,47829.1416355684,26803.5332483478 -107,0,47829.1416355684,26803.5332483478 -108,0,47829.1416355684,26803.5332483478 -109,0,47829.1416355684,26803.5332483478 -110,0,47829.1416355684,26803.5332483478 -111,0,47829.1416355684,26803.5332483478 -112,0,47829.1416355684,26803.5332483478 -113,0,47829.1416355684,26803.5332483478 -114,0,47829.1416355684,26803.5332483478 -115,0,47829.1416355684,26803.5332483478 -116,0,47829.1416355684,26803.5332483478 -117,0,47829.1416355684,26803.5332483478 -118,0,47829.1416355684,26803.5332483478 -119,0,47829.1416355684,26803.5332483478 -120,0,47829.1416355684,26803.5332483478 -121,0,47829.1416355684,26803.5332483478 -122,0,47829.1416355684,26803.5332483478 -123,0,47829.1416355684,26803.5332483478 -124,0,47829.1416355684,26803.5332483478 -125,0,47829.1416355684,26803.5332483478 -126,0,47829.1416355684,26803.5332483478 -127,0,47829.1416355684,26803.5332483478 -128,0,47829.1416355684,26803.5332483478 -129,0,47829.1416355684,26803.5332483478 -130,0,47829.1416355684,26803.5332483478 -131,0,47829.1416355684,26803.5332483478 -132,0,47829.1416355684,26803.5332483478 -133,0,47829.1416355684,26803.5332483478 -134,0,47829.1416355684,26803.5332483478 -135,0,47829.1416355684,26803.5332483478 -136,0,47829.1416355684,26803.5332483478 -137,0,47829.1416355684,26803.5332483478 -138,0,47829.1416355684,26803.5332483478 -139,0,47829.1416355684,26803.5332483478 -140,0,47829.1416355684,26803.5332483478 -141,0,47829.1416355684,26803.5332483478 -142,0,47829.1416355684,26803.5332483478 -143,0,47829.1416355684,26803.5332483478 -144,0,47829.1416355684,26803.5332483478 -145,0,47829.1416355684,26803.5332483478 -146,0,47829.1416355684,26803.5332483478 -147,0,47829.1416355684,26803.5332483478 -148,0,47829.1416355684,26803.5332483478 -149,0,47829.1416355684,26803.5332483478 -150,0,47829.1416355684,26803.5332483478 -151,0,47829.1416355684,26803.5332483478 -152,0,47829.1416355684,26803.5332483478 -153,0,47829.1416355684,26803.5332483478 -154,0,47829.1416355684,26803.5332483478 -155,0,47829.1416355684,26803.5332483478 -156,0,47829.1416355684,26803.5332483478 -157,0,47829.1416355684,26803.5332483478 -158,0,47829.1416355684,26803.5332483478 -159,0,47829.1416355684,26803.5332483478 -160,0,47829.1416355684,26803.5332483478 -161,0,47829.1416355684,26803.5332483478 -162,0,47829.1416355684,26803.5332483478 -163,0,47829.1416355684,26803.5332483478 -164,0,47829.1416355684,26803.5332483478 -165,0,47829.1416355684,26803.5332483478 -166,0,47829.1416355684,26803.5332483478 -167,0,47829.1416355684,26803.5332483478 -168,0,47829.1416355684,26803.5332483478 -169,0,47829.1416355684,26803.5332483478 -170,0,47829.1416355684,26803.5332483478 -171,0,47829.1416355684,26803.5332483478 -172,0,47829.1416355684,26803.5332483478 -173,0,47829.1416355684,26803.5332483478 -174,0,47829.1416355684,26803.5332483478 -175,0,47829.1416355684,26803.5332483478 -176,0,47829.1416355684,26803.5332483478 -177,0,47829.1416355684,26803.5332483478 -178,0,47829.1416355684,26803.5332483478 -179,0,47829.1416355684,26803.5332483478 -180,0,47829.1416355684,26803.5332483478 -181,0,47829.1416355684,26803.5332483478 -182,0,47829.1416355684,26803.5332483478 -183,0,47829.1416355684,26803.5332483478 -184,0,47829.1416355684,26803.5332483478 -185,0,47829.1416355684,26803.5332483478 -186,0,47829.1416355684,26803.5332483478 -187,0,47829.1416355684,26803.5332483478 -188,0,47829.1416355684,26803.5332483478 -189,0,47829.1416355684,26803.5332483478 -190,0,47829.1416355684,26803.5332483478 -191,0,47829.1416355684,26803.5332483478 -192,0,47829.1416355684,26803.5332483478 -193,0,47829.1416355684,26803.5332483478 -194,0,47829.1416355684,26803.5332483478 -195,0,47829.1416355684,26803.5332483478 -196,0,47829.1416355684,26803.5332483478 -197,0,47829.1416355684,26803.5332483478 -198,0,47829.1416355684,26803.5332483478 -199,0,47829.1416355684,26803.5332483478 -200,0,47829.1416355684,26803.5332483478 -201,0,47829.1416355684,26803.5332483478 -202,0,47829.1416355684,26803.5332483478 -203,0,47829.1416355684,26803.5332483478 -204,0,47829.1416355684,26803.5332483478 -205,0,47829.1416355684,26803.5332483478 -206,0,47829.1416355684,26803.5332483478 -207,0,47829.1416355684,26803.5332483478 -208,0,47829.1416355684,26803.5332483478 -209,0,47829.1416355684,26803.5332483478 -210,0,47829.1416355684,26803.5332483478 -211,0,47829.1416355684,26803.5332483478 -212,0,47829.1416355684,26803.5332483478 -213,0,47829.1416355684,26803.5332483478 -214,0,47829.1416355684,26803.5332483478 -215,0,47829.1416355684,26803.5332483478 -216,0,47829.1416355684,26803.5332483478 -217,0,47829.1416355684,26803.5332483478 -218,0,47829.1416355684,26803.5332483478 -219,0,47829.1416355684,26803.5332483478 -220,0,47829.1416355684,26803.5332483478 -221,0,47829.1416355684,26803.5332483478 -222,0,47829.1416355684,26803.5332483478 -223,0,47829.1416355684,26803.5332483478 -224,0,47829.1416355684,26803.5332483478 -225,0,47829.1416355684,26803.5332483478 -226,0,47829.1416355684,26803.5332483478 -227,0,47829.1416355684,26803.5332483478 -228,0,47829.1416355684,26803.5332483478 -229,0,47829.1416355684,26803.5332483478 -230,0,47829.1416355684,26803.5332483478 -231,0,47829.1416355684,26803.5332483478 -232,0,47829.1416355684,26803.5332483478 -233,0,47829.1416355684,26803.5332483478 -234,0,47829.1416355684,26803.5332483478 -235,0,47829.1416355684,26803.5332483478 -236,0,47829.1416355684,26803.5332483478 -237,0,47829.1416355684,26803.5332483478 -238,0,47829.1416355684,26803.5332483478 -239,0,47829.1416355684,26803.5332483478 -240,0,47829.1416355684,26803.5332483478 -241,0,47829.1416355684,26803.5332483478 -242,0,47829.1416355684,26803.5332483478 -243,0,47829.1416355684,26803.5332483478 -244,0,47829.1416355684,26803.5332483478 -245,0,47829.1416355684,26803.5332483478 -246,0,47829.1416355684,26803.5332483478 -247,0,47829.1416355684,26803.5332483478 -248,0,47829.1416355684,26803.5332483478 -249,0,47829.1416355684,26803.5332483478 -250,0,47829.1416355684,26803.5332483478 -251,0,47829.1416355684,26803.5332483478 -252,0,47829.1416355684,26803.5332483478 -253,0,47829.1416355684,26803.5332483478 -254,0,47829.1416355684,26803.5332483478 -255,0,47829.1416355684,26803.5332483478 -256,0,47829.1416355684,26803.5332483478 -257,0,47829.1416355684,26803.5332483478 -258,0,47829.1416355684,26803.5332483478 -259,0,47829.1416355684,26803.5332483478 -260,0,47829.1416355684,26803.5332483478 -261,0,47829.1416355684,26803.5332483478 -262,0,47829.1416355684,26803.5332483478 -263,0,47829.1416355684,26803.5332483478 -264,0,47829.1416355684,26803.5332483478 -265,0,47829.1416355684,26803.5332483478 -266,0,47829.1416355684,26803.5332483478 -267,0,47829.1416355684,26803.5332483478 -268,0,47829.1416355684,26803.5332483478 -269,0,47829.1416355684,26803.5332483478 -270,0,47829.1416355684,26803.5332483478 -271,0,47829.1416355684,26803.5332483478 -272,0,47829.1416355684,26803.5332483478 -273,0,47829.1416355684,26803.5332483478 -274,0,47829.1416355684,26803.5332483478 -275,0,47829.1416355684,26803.5332483478 -276,0,47829.1416355684,26803.5332483478 -277,0,47829.1416355684,26803.5332483478 -278,0,47829.1416355684,26803.5332483478 -279,0,47829.1416355684,26803.5332483478 -280,0,47829.1416355684,26803.5332483478 -281,0,47829.1416355684,26803.5332483478 -282,0,47829.1416355684,26803.5332483478 -283,0,47829.1416355684,26803.5332483478 -284,0,47829.1416355684,26803.5332483478 -285,0,47829.1416355684,26803.5332483478 -286,0,47829.1416355684,26803.5332483478 -287,0,47829.1416355684,26803.5332483478 -288,0,47829.1416355684,26803.5332483478 -289,0,47829.1416355684,26803.5332483478 -290,0,47829.1416355684,26803.5332483478 -291,0,47829.1416355684,26803.5332483478 -292,0,47829.1416355684,26803.5332483478 -293,0,47829.1416355684,26803.5332483478 -294,0,47829.1416355684,26803.5332483478 -295,0,47829.1416355684,26803.5332483478 -296,0,47829.1416355684,26803.5332483478 -297,0,47829.1416355684,26803.5332483478 -298,0,47829.1416355684,26803.5332483478 -299,0,47829.1416355684,26803.5332483478 -300,0,47829.1416355684,26803.5332483478 -301,0,47829.1416355684,26803.5332483478 -302,0,47829.1416355684,26803.5332483478 -303,0,47829.1416355684,26803.5332483478 -304,0,47829.1416355684,26803.5332483478 -305,0,47829.1416355684,26803.5332483478 -306,0,47829.1416355684,26803.5332483478 -307,0,47829.1416355684,26803.5332483478 -308,0,47829.1416355684,26803.5332483478 -309,0,47829.1416355684,26803.5332483478 -310,0,47829.1416355684,26803.5332483478 -311,0,47829.1416355684,26803.5332483478 -312,0,47829.1416355684,26803.5332483478 -313,0,47829.1416355684,26803.5332483478 -314,0,47829.1416355684,26803.5332483478 -315,0,47829.1416355684,26803.5332483478 -316,0,47829.1416355684,26803.5332483478 -317,0,47829.1416355684,26803.5332483478 -318,0,47829.1416355684,26803.5332483478 -319,0,47829.1416355684,26803.5332483478 -320,0,47829.1416355684,26803.5332483478 -321,0,47829.1416355684,26803.5332483478 -322,0,47829.1416355684,26803.5332483478 -323,0,47829.1416355684,26803.5332483478 -324,0,47829.1416355684,26803.5332483478 -325,0,47829.1416355684,26803.5332483478 -326,0,47829.1416355684,26803.5332483478 -327,0,47829.1416355684,26803.5332483478 -328,0,47829.1416355684,26803.5332483478 -329,0,47829.1416355684,26803.5332483478 -330,0,47829.1416355684,26803.5332483478 -331,0,47829.1416355684,26803.5332483478 -332,0,47829.1416355684,26803.5332483478 -333,0,47829.1416355684,26803.5332483478 -334,0,47829.1416355684,26803.5332483478 -335,0,47829.1416355684,26803.5332483478 -336,0,47829.1416355684,26803.5332483478 -337,0,47829.1416355684,26803.5332483478 -338,0,47829.1416355684,26803.5332483478 -339,0,47829.1416355684,26803.5332483478 -340,0,47829.1416355684,26803.5332483478 -341,0,47829.1416355684,26803.5332483478 -342,0,47829.1416355684,26803.5332483478 -343,0,47829.1416355684,26803.5332483478 -344,0,47829.1416355684,26803.5332483478 -345,0,47829.1416355684,26803.5332483478 -346,0,47829.1416355684,26803.5332483478 -347,0,47829.1416355684,26803.5332483478 -348,0,47829.1416355684,26803.5332483478 -349,0,47829.1416355684,26803.5332483478 -350,0,47829.1416355684,26803.5332483478 -351,0,47829.1416355684,26803.5332483478 -352,0,47829.1416355684,26803.5332483478 -353,0,47829.1416355684,26803.5332483478 -354,0,47829.1416355684,26803.5332483478 -355,0,47829.1416355684,26803.5332483478 -356,0,47829.1416355684,26803.5332483478 -357,0,47829.1416355684,26803.5332483478 -358,0,47829.1416355684,26803.5332483478 -359,0,47829.1416355684,26803.5332483478 -360,0,47829.1416355684,26803.5332483478 -361,0,47829.1416355684,26803.5332483478 -362,0,47829.1416355684,26803.5332483478 -363,0,47829.1416355684,26803.5332483478 -364,0,47829.1416355684,26803.5332483478 -365,0,47829.1416355684,26803.5332483478 -366,0,47829.1416355684,26803.5332483478 -367,0,47829.1416355684,26803.5332483478 -368,0,47829.1416355684,26803.5332483478 -369,0,47829.1416355684,26803.5332483478 -370,0,47829.1416355684,26803.5332483478 -371,0,47829.1416355684,26803.5332483478 -372,0,47829.1416355684,26803.5332483478 -373,0,47829.1416355684,26803.5332483478 -374,0,47829.1416355684,26803.5332483478 -375,0,47829.1416355684,26803.5332483478 -376,0,47829.1416355684,26803.5332483478 -377,0,47829.1416355684,26803.5332483478 -378,0,47829.1416355684,26803.5332483478 -379,0,47829.1416355684,26803.5332483478 -380,0,47829.1416355684,26803.5332483478 -381,0,47829.1416355684,26803.5332483478 -382,0,47829.1416355684,26803.5332483478 -383,0,47829.1416355684,26803.5332483478 -384,0,47829.1416355684,26803.5332483478 -385,0,47829.1416355684,26803.5332483478 -386,0,47829.1416355684,26803.5332483478 -387,0,47829.1416355684,26803.5332483478 -388,0,47829.1416355684,26803.5332483478 -389,0,47829.1416355684,26803.5332483478 -390,0,47829.1416355684,26803.5332483478 -391,0,47829.1416355684,26803.5332483478 -392,0,47829.1416355684,26803.5332483478 -393,0,47829.1416355684,26803.5332483478 -394,0,47829.1416355684,26803.5332483478 -395,0,47829.1416355684,26803.5332483478 -396,0,47829.1416355684,26803.5332483478 -397,0,47829.1416355684,26803.5332483478 -398,0,47829.1416355684,26803.5332483478 -399,0,47829.1416355684,26803.5332483478 -400,0,47829.1416355684,26803.5332483478 -401,0,47829.1416355684,26803.5332483478 -402,0,47829.1416355684,26803.5332483478 -403,0,47829.1416355684,26803.5332483478 -404,0,47829.1416355684,26803.5332483478 -405,0,47829.1416355684,26803.5332483478 -406,0,47829.1416355684,26803.5332483478 -407,0,47829.1416355684,26803.5332483478 -408,0,47829.1416355684,26803.5332483478 -409,0,47829.1416355684,26803.5332483478 -410,0,47829.1416355684,26803.5332483478 -411,0,47829.1416355684,26803.5332483478 -412,0,47829.1416355684,26803.5332483478 -413,0,47829.1416355684,26803.5332483478 -414,0,47829.1416355684,26803.5332483478 -415,0,47829.1416355684,26803.5332483478 -416,0,47829.1416355684,26803.5332483478 -417,0,47829.1416355684,26803.5332483478 -418,0,47829.1416355684,26803.5332483478 -419,0,47829.1416355684,26803.5332483478 -420,0,47829.1416355684,26803.5332483478 -421,0,47829.1416355684,26803.5332483478 -422,0,47829.1416355684,26803.5332483478 -423,0,47829.1416355684,26803.5332483478 -424,0,47829.1416355684,26803.5332483478 -425,0,47829.1416355684,26803.5332483478 -426,0,47829.1416355684,26803.5332483478 -427,0,47829.1416355684,26803.5332483478 -428,0,47829.1416355684,26803.5332483478 -429,0,47829.1416355684,26803.5332483478 -430,0,47829.1416355684,26803.5332483478 -431,0,47829.1416355684,26803.5332483478 -432,0,47829.1416355684,26803.5332483478 -433,0,47829.1416355684,26803.5332483478 -434,0,47829.1416355684,26803.5332483478 -435,0,47829.1416355684,26803.5332483478 -436,0,47829.1416355684,26803.5332483478 -437,0,47829.1416355684,26803.5332483478 -438,0,47829.1416355684,26803.5332483478 -439,0,47829.1416355684,26803.5332483478 -440,0,47829.1416355684,26803.5332483478 -441,0,47829.1416355684,26803.5332483478 -442,0,47829.1416355684,26803.5332483478 -443,0,47829.1416355684,26803.5332483478 -444,0,47829.1416355684,26803.5332483478 -445,0,47829.1416355684,26803.5332483478 -446,0,47829.1416355684,26803.5332483478 -447,0,47829.1416355684,26803.5332483478 -448,0,47829.1416355684,26803.5332483478 -449,0,47829.1416355684,26803.5332483478 -450,0,47829.1416355684,26803.5332483478 -451,0,47829.1416355684,26803.5332483478 -452,0,47829.1416355684,26803.5332483478 -453,0,47829.1416355684,26803.5332483478 -454,0,47829.1416355684,26803.5332483478 -455,0,47829.1416355684,26803.5332483478 -456,0,47829.1416355684,26803.5332483478 -457,0,47829.1416355684,26803.5332483478 -458,0,47829.1416355684,26803.5332483478 -459,0,47829.1416355684,26803.5332483478 -460,0,47829.1416355684,26803.5332483478 -461,0,47829.1416355684,26803.5332483478 -462,0,47829.1416355684,26803.5332483478 -463,0,47829.1416355684,26803.5332483478 -464,0,47829.1416355684,26803.5332483478 -465,0,47829.1416355684,26803.5332483478 -466,0,47829.1416355684,26803.5332483478 -467,0,47829.1416355684,26803.5332483478 -468,0,47829.1416355684,26803.5332483478 -469,0,47829.1416355684,26803.5332483478 -470,0,47829.1416355684,26803.5332483478 -471,0,47829.1416355684,26803.5332483478 -472,0,47829.1416355684,26803.5332483478 -473,0,47829.1416355684,26803.5332483478 -474,0,47829.1416355684,26803.5332483478 -475,0,47829.1416355684,26803.5332483478 -476,0,47829.1416355684,26803.5332483478 -477,0,47829.1416355684,26803.5332483478 -478,0,47829.1416355684,26803.5332483478 -479,0,47829.1416355684,26803.5332483478 -480,0,47829.1416355684,26803.5332483478 -481,0,47829.1416355684,26803.5332483478 -482,0,47829.1416355684,26803.5332483478 -483,0,47829.1416355684,26803.5332483478 -484,0,47829.1416355684,26803.5332483478 -485,0,47829.1416355684,26803.5332483478 -486,0,47829.1416355684,26803.5332483478 -487,0,47829.1416355684,26803.5332483478 -488,0,47829.1416355684,26803.5332483478 -489,0,47829.1416355684,26803.5332483478 -490,0,47829.1416355684,26803.5332483478 -491,0,47829.1416355684,26803.5332483478 -492,0,47829.1416355684,26803.5332483478 -493,0,47829.1416355684,26803.5332483478 -494,0,47829.1416355684,26803.5332483478 -495,0,47829.1416355684,26803.5332483478 -496,0,47829.1416355684,26803.5332483478 -497,0,47829.1416355684,26803.5332483478 -498,0,47829.1416355684,26803.5332483478 -499,0,47829.1416355684,26803.5332483478 -500,0,47829.1416355684,26803.5332483478 -501,0,47829.1416355684,26803.5332483478 -502,0,47829.1416355684,26803.5332483478 -503,0,47829.1416355684,26803.5332483478 -504,0,47829.1416355684,26803.5332483478 -505,0,47829.1416355684,26803.5332483478 -506,0,47829.1416355684,26803.5332483478 -507,0,47829.1416355684,26803.5332483478 -508,0,47829.1416355684,26803.5332483478 -509,0,47829.1416355684,26803.5332483478 -510,0,47829.1416355684,26803.5332483478 -511,0,47829.1416355684,26803.5332483478 -512,0,47829.1416355684,26803.5332483478 -513,0,47829.1416355684,26803.5332483478 -514,0,47829.1416355684,26803.5332483478 -515,0,47829.1416355684,26803.5332483478 -516,0,47829.1416355684,26803.5332483478 -517,0,47829.1416355684,26803.5332483478 -518,0,47829.1416355684,26803.5332483478 -519,0,47829.1416355684,26803.5332483478 -520,0,47829.1416355684,26803.5332483478 -521,0,47829.1416355684,26803.5332483478 -522,0,47829.1416355684,26803.5332483478 -523,0,47829.1416355684,26803.5332483478 -524,0,47829.1416355684,26803.5332483478 -525,0,47829.1416355684,26803.5332483478 -526,0,47829.1416355684,26803.5332483478 -527,0,47829.1416355684,26803.5332483478 -528,0,47829.1416355684,26803.5332483478 -529,0,47829.1416355684,26803.5332483478 -530,0,47829.1416355684,26803.5332483478 -531,0,47829.1416355684,26803.5332483478 -532,0,47829.1416355684,26803.5332483478 -533,0,47829.1416355684,26803.5332483478 -534,0,47829.1416355684,26803.5332483478 -535,0,47829.1416355684,26803.5332483478 -536,0,47829.1416355684,26803.5332483478 -537,0,47829.1416355684,26803.5332483478 -538,0,47829.1416355684,26803.5332483478 -539,0,47829.1416355684,26803.5332483478 -540,0,47829.1416355684,26803.5332483478 -541,0,47829.1416355684,26803.5332483478 -542,0,47829.1416355684,26803.5332483478 -543,0,47829.1416355684,26803.5332483478 -544,0,47829.1416355684,26803.5332483478 -545,0,47829.1416355684,26803.5332483478 -546,0,47829.1416355684,26803.5332483478 -547,0,47829.1416355684,26803.5332483478 -548,0,47829.1416355684,26803.5332483478 -549,0,47829.1416355684,26803.5332483478 -550,0,47829.1416355684,26803.5332483478 -551,0,47829.1416355684,26803.5332483478 -552,0,47829.1416355684,26803.5332483478 -553,0,47829.1416355684,26803.5332483478 -554,0,47829.1416355684,26803.5332483478 -555,0,47829.1416355684,26803.5332483478 -556,0,47829.1416355684,26803.5332483478 -557,0,47829.1416355684,26803.5332483478 -558,0,47829.1416355684,26803.5332483478 -559,0,47829.1416355684,26803.5332483478 -560,0,47829.1416355684,26803.5332483478 -561,0,47829.1416355684,26803.5332483478 -562,0,47829.1416355684,26803.5332483478 -563,0,47829.1416355684,26803.5332483478 -564,0,47829.1416355684,26803.5332483478 -565,0,47829.1416355684,26803.5332483478 -566,0,47829.1416355684,26803.5332483478 -567,0,47829.1416355684,26803.5332483478 -568,0,47829.1416355684,26803.5332483478 -569,0,47829.1416355684,26803.5332483478 -570,0,47829.1416355684,26803.5332483478 -571,0,47829.1416355684,26803.5332483478 -572,0,47829.1416355684,26803.5332483478 -573,0,47829.1416355684,26803.5332483478 -574,0,47829.1416355684,26803.5332483478 -575,0,47829.1416355684,26803.5332483478 -576,0,47829.1416355684,26803.5332483478 -577,0,47829.1416355684,26803.5332483478 -578,0,47829.1416355684,26803.5332483478 -579,0,47829.1416355684,26803.5332483478 -580,0,47829.1416355684,26803.5332483478 -581,0,47829.1416355684,26803.5332483478 -582,0,47829.1416355684,26803.5332483478 -583,0,47829.1416355684,26803.5332483478 -584,0,47829.1416355684,26803.5332483478 -585,0,47829.1416355684,26803.5332483478 -586,0,47829.1416355684,26803.5332483478 -587,0,47829.1416355684,26803.5332483478 -588,0,47829.1416355684,26803.5332483478 -589,0,47829.1416355684,26803.5332483478 -590,0,47829.1416355684,26803.5332483478 -591,0,47829.1416355684,26803.5332483478 -592,0,47829.1416355684,26803.5332483478 -593,0,47829.1416355684,26803.5332483478 -594,0,47829.1416355684,26803.5332483478 -595,0,47829.1416355684,26803.5332483478 -596,0,47829.1416355684,26803.5332483478 -597,0,47829.1416355684,26803.5332483478 -598,0,47829.1416355684,26803.5332483478 -599,0,47829.1416355684,26803.5332483478 -600,0,47829.1416355684,26803.5332483478 -601,0,47829.1416355684,26803.5332483478 -602,0,47829.1416355684,26803.5332483478 -603,0,47829.1416355684,26803.5332483478 -604,0,47829.1416355684,26803.5332483478 -605,0,47829.1416355684,26803.5332483478 -606,0,47829.1416355684,26803.5332483478 -607,0,47829.1416355684,26803.5332483478 -608,0,47829.1416355684,26803.5332483478 -609,0,47829.1416355684,26803.5332483478 -610,0,47829.1416355684,26803.5332483478 -611,0,47829.1416355684,26803.5332483478 -612,0,47829.1416355684,26803.5332483478 -613,0,47829.1416355684,26803.5332483478 -614,0,47829.1416355684,26803.5332483478 -615,0,47829.1416355684,26803.5332483478 -616,0,47829.1416355684,26803.5332483478 -617,0,47829.1416355684,26803.5332483478 -618,0,47829.1416355684,26803.5332483478 -619,0,47829.1416355684,26803.5332483478 -620,0,47829.1416355684,26803.5332483478 -621,0,47829.1416355684,26803.5332483478 -622,0,47829.1416355684,26803.5332483478 -623,0,47829.1416355684,26803.5332483478 -624,0,47829.1416355684,26803.5332483478 -625,0,47829.1416355684,26803.5332483478 -626,0,47829.1416355684,26803.5332483478 -627,0,47829.1416355684,26803.5332483478 -628,0,47829.1416355684,26803.5332483478 -629,0,47829.1416355684,26803.5332483478 -630,0,47829.1416355684,26803.5332483478 -631,0,47829.1416355684,26803.5332483478 -632,0,47829.1416355684,26803.5332483478 -633,0,47829.1416355684,26803.5332483478 -634,0,47829.1416355684,26803.5332483478 -635,0,47829.1416355684,26803.5332483478 -636,0,47829.1416355684,26803.5332483478 -637,0,47829.1416355684,26803.5332483478 -638,0,47829.1416355684,26803.5332483478 -639,0,47829.1416355684,26803.5332483478 -640,0,47829.1416355684,26803.5332483478 -641,0,47829.1416355684,26803.5332483478 -642,0,47829.1416355684,26803.5332483478 -643,0,47829.1416355684,26803.5332483478 -644,0,47829.1416355684,26803.5332483478 -645,0,47829.1416355684,26803.5332483478 -646,0,47829.1416355684,26803.5332483478 -647,0,47829.1416355684,26803.5332483478 -648,0,47829.1416355684,26803.5332483478 -649,0,47829.1416355684,26803.5332483478 -650,0,47829.1416355684,26803.5332483478 -651,0,47829.1416355684,26803.5332483478 -652,0,47829.1416355684,26803.5332483478 -653,0,47829.1416355684,26803.5332483478 -654,0,47829.1416355684,26803.5332483478 -655,0,47829.1416355684,26803.5332483478 -656,0,47829.1416355684,26803.5332483478 -657,0,47829.1416355684,26803.5332483478 -658,0,47829.1416355684,26803.5332483478 -659,0,47829.1416355684,26803.5332483478 -660,0,47829.1416355684,26803.5332483478 -661,0,47829.1416355684,26803.5332483478 -662,0,47829.1416355684,26803.5332483478 -663,0,47829.1416355684,26803.5332483478 -664,0,47829.1416355684,26803.5332483478 -665,0,47829.1416355684,26803.5332483478 -666,0,47829.1416355684,26803.5332483478 -667,0,47829.1416355684,26803.5332483478 -668,0,47829.1416355684,26803.5332483478 -669,0,47829.1416355684,26803.5332483478 -670,0,47829.1416355684,26803.5332483478 -671,0,47829.1416355684,26803.5332483478 -672,0,47829.1416355684,26803.5332483478 -673,0,47829.1416355684,26803.5332483478 -674,0,47829.1416355684,26803.5332483478 -675,0,47829.1416355684,26803.5332483478 -676,0,47829.1416355684,26803.5332483478 -677,0,47829.1416355684,26803.5332483478 -678,0,47829.1416355684,26803.5332483478 -679,0,47829.1416355684,26803.5332483478 -680,0,47829.1416355684,26803.5332483478 -681,0,47829.1416355684,26803.5332483478 -682,0,47829.1416355684,26803.5332483478 -683,0,47829.1416355684,26803.5332483478 -684,0,47829.1416355684,26803.5332483478 -685,0,47829.1416355684,26803.5332483478 -686,0,47829.1416355684,26803.5332483478 -687,0,47829.1416355684,26803.5332483478 -688,0,47829.1416355684,26803.5332483478 -689,0,47829.1416355684,26803.5332483478 -690,0,47829.1416355684,26803.5332483478 -691,0,47829.1416355684,26803.5332483478 -692,0,47829.1416355684,26803.5332483478 -693,0,47829.1416355684,26803.5332483478 -694,0,47829.1416355684,26803.5332483478 -695,0,47829.1416355684,26803.5332483478 -696,0,47829.1416355684,26803.5332483478 -697,0,47829.1416355684,26803.5332483478 -698,0,47829.1416355684,26803.5332483478 -699,0,47829.1416355684,26803.5332483478 -700,0,47829.1416355684,26803.5332483478 -701,0,47829.1416355684,26803.5332483478 -702,0,47829.1416355684,26803.5332483478 -703,0,47829.1416355684,26803.5332483478 -704,0,47829.1416355684,26803.5332483478 -705,0,47829.1416355684,26803.5332483478 -706,0,47829.1416355684,26803.5332483478 -707,0,47829.1416355684,26803.5332483478 -708,0,47829.1416355684,26803.5332483478 -709,0,47829.1416355684,26803.5332483478 -710,0,47829.1416355684,26803.5332483478 -711,0,47829.1416355684,26803.5332483478 -712,0,47829.1416355684,26803.5332483478 -713,0,47829.1416355684,26803.5332483478 -714,0,47829.1416355684,26803.5332483478 -715,0,47829.1416355684,26803.5332483478 -716,0,47829.1416355684,26803.5332483478 -717,0,47829.1416355684,26803.5332483478 -718,0,47829.1416355684,26803.5332483478 -719,0,47829.1416355684,26803.5332483478 -720,0,47829.1416355684,26803.5332483478 -721,0,47829.1416355684,26803.5332483478 -722,0,47829.1416355684,26803.5332483478 -723,0,47829.1416355684,26803.5332483478 -724,0,47829.1416355684,26803.5332483478 -725,0,47829.1416355684,26803.5332483478 -726,0,47829.1416355684,26803.5332483478 -727,0,47829.1416355684,26803.5332483478 -728,0,47829.1416355684,26803.5332483478 -729,0,47829.1416355684,26803.5332483478 -730,0,47829.1416355684,26803.5332483478 -731,0,47829.1416355684,26803.5332483478 -732,0,47829.1416355684,26803.5332483478 -733,0,47829.1416355684,26803.5332483478 -734,0,47829.1416355684,26803.5332483478 -735,0,47829.1416355684,26803.5332483478 -736,0,47829.1416355684,26803.5332483478 -737,0,47829.1416355684,26803.5332483478 -738,0,47829.1416355684,26803.5332483478 -739,0,47829.1416355684,26803.5332483478 -740,0,47829.1416355684,26803.5332483478 -741,0,47829.1416355684,26803.5332483478 -742,0,47829.1416355684,26803.5332483478 -743,0,47829.1416355684,26803.5332483478 -744,0,47829.1416355684,26803.5332483478 -745,0,47829.1416355684,26803.5332483478 -746,0,47829.1416355684,26803.5332483478 -747,0,47829.1416355684,26803.5332483478 -748,0,47829.1416355684,26803.5332483478 -749,0,47829.1416355684,26803.5332483478 -750,0,47829.1416355684,26803.5332483478 -751,0,47829.1416355684,26803.5332483478 -752,0,47829.1416355684,26803.5332483478 -753,0,47829.1416355684,26803.5332483478 -754,0,47829.1416355684,26803.5332483478 -755,0,47829.1416355684,26803.5332483478 -756,0,47829.1416355684,26803.5332483478 -757,0,47829.1416355684,26803.5332483478 -758,0,47829.1416355684,26803.5332483478 -759,0,47829.1416355684,26803.5332483478 -760,0,47829.1416355684,26803.5332483478 -761,0,47829.1416355684,26803.5332483478 -762,0,47829.1416355684,26803.5332483478 -763,0,47829.1416355684,26803.5332483478 -764,0,47829.1416355684,26803.5332483478 -765,0,47829.1416355684,26803.5332483478 -766,0,47829.1416355684,26803.5332483478 -767,0,47829.1416355684,26803.5332483478 -768,0,47829.1416355684,26803.5332483478 -769,0,47829.1416355684,26803.5332483478 -770,0,47829.1416355684,26803.5332483478 -771,0,47829.1416355684,26803.5332483478 -772,0,47829.1416355684,26803.5332483478 -773,0,47829.1416355684,26803.5332483478 -774,0,47829.1416355684,26803.5332483478 -775,0,47829.1416355684,26803.5332483478 -776,0,47829.1416355684,26803.5332483478 -777,0,47829.1416355684,26803.5332483478 -778,0,47829.1416355684,26803.5332483478 -779,0,47829.1416355684,26803.5332483478 -780,0,47829.1416355684,26803.5332483478 -781,0,47829.1416355684,26803.5332483478 -782,0,47829.1416355684,26803.5332483478 -783,0,47829.1416355684,26803.5332483478 -784,0,47829.1416355684,26803.5332483478 -785,0,47829.1416355684,26803.5332483478 -786,0,47829.1416355684,26803.5332483478 -787,0,47829.1416355684,26803.5332483478 -788,0,47829.1416355684,26803.5332483478 -789,0,47829.1416355684,26803.5332483478 -790,0,47829.1416355684,26803.5332483478 -791,0,47829.1416355684,26803.5332483478 -792,0,47829.1416355684,26803.5332483478 -793,0,47829.1416355684,26803.5332483478 -794,0,47829.1416355684,26803.5332483478 -795,0,47829.1416355684,26803.5332483478 -796,0,47829.1416355684,26803.5332483478 -797,0,47829.1416355684,26803.5332483478 -798,0,47829.1416355684,26803.5332483478 -799,0,47829.1416355684,26803.5332483478 -800,0,47829.1416355684,26803.5332483478 -801,0,47829.1416355684,26803.5332483478 -802,0,47829.1416355684,26803.5332483478 -803,0,47829.1416355684,26803.5332483478 -804,0,47829.1416355684,26803.5332483478 -805,0,47829.1416355684,26803.5332483478 -806,0,47829.1416355684,26803.5332483478 -807,0,47829.1416355684,26803.5332483478 -808,0,47829.1416355684,26803.5332483478 -809,0,47829.1416355684,26803.5332483478 -810,0,47829.1416355684,26803.5332483478 -811,0,47829.1416355684,26803.5332483478 -812,0,47829.1416355684,26803.5332483478 -813,0,47829.1416355684,26803.5332483478 -814,0,47829.1416355684,26803.5332483478 -815,0,47829.1416355684,26803.5332483478 -816,0,47829.1416355684,26803.5332483478 -817,0,47829.1416355684,26803.5332483478 -818,0,47829.1416355684,26803.5332483478 -819,0,47829.1416355684,26803.5332483478 -820,0,47829.1416355684,26803.5332483478 -821,0,47829.1416355684,26803.5332483478 -822,0,47829.1416355684,26803.5332483478 -823,0,47829.1416355684,26803.5332483478 -824,0,47829.1416355684,26803.5332483478 -825,0,47829.1416355684,26803.5332483478 -826,0,47829.1416355684,26803.5332483478 -827,0,47829.1416355684,26803.5332483478 -828,0,47829.1416355684,26803.5332483478 -829,0,47829.1416355684,26803.5332483478 -830,0,47829.1416355684,26803.5332483478 -831,0,47829.1416355684,26803.5332483478 -832,0,47829.1416355684,26803.5332483478 -833,0,47829.1416355684,26803.5332483478 -834,0,47829.1416355684,26803.5332483478 -835,0,47829.1416355684,26803.5332483478 -836,0,47829.1416355684,26803.5332483478 -837,0,47829.1416355684,26803.5332483478 -838,0,47829.1416355684,26803.5332483478 -839,0,47829.1416355684,26803.5332483478 -840,0,47829.1416355684,26803.5332483478 -841,0,47829.1416355684,26803.5332483478 -842,0,47829.1416355684,26803.5332483478 -843,0,47829.1416355684,26803.5332483478 -844,0,47829.1416355684,26803.5332483478 -845,0,47829.1416355684,26803.5332483478 -846,0,47829.1416355684,26803.5332483478 -847,0,47829.1416355684,26803.5332483478 -848,0,47829.1416355684,26803.5332483478 -849,0,47829.1416355684,26803.5332483478 -850,0,47829.1416355684,26803.5332483478 -851,0,47829.1416355684,26803.5332483478 -852,0,47829.1416355684,26803.5332483478 -853,0,47829.1416355684,26803.5332483478 -854,0,47829.1416355684,26803.5332483478 -855,0,47829.1416355684,26803.5332483478 -856,0,47829.1416355684,26803.5332483478 -857,0,47829.1416355684,26803.5332483478 -858,0,47829.1416355684,26803.5332483478 -859,0,47829.1416355684,26803.5332483478 -860,0,47829.1416355684,26803.5332483478 -861,0,47829.1416355684,26803.5332483478 -862,0,47829.1416355684,26803.5332483478 -863,0,47829.1416355684,26803.5332483478 -864,0,47829.1416355684,26803.5332483478 -865,0,47829.1416355684,26803.5332483478 -866,0,47829.1416355684,26803.5332483478 -867,0,47829.1416355684,26803.5332483478 -868,0,47829.1416355684,26803.5332483478 -869,0,47829.1416355684,26803.5332483478 -870,0,47829.1416355684,26803.5332483478 -871,0,47829.1416355684,26803.5332483478 -872,0,47829.1416355684,26803.5332483478 -873,0,47829.1416355684,26803.5332483478 -874,0,47829.1416355684,26803.5332483478 -875,0,47829.1416355684,26803.5332483478 -876,0,47829.1416355684,26803.5332483478 -877,0,47829.1416355684,26803.5332483478 -878,0,47829.1416355684,26803.5332483478 -879,0,47829.1416355684,26803.5332483478 -880,0,47829.1416355684,26803.5332483478 -881,0,47829.1416355684,26803.5332483478 -882,0,47829.1416355684,26803.5332483478 -883,0,47829.1416355684,26803.5332483478 -884,0,47829.1416355684,26803.5332483478 -885,0,47829.1416355684,26803.5332483478 -886,0,47829.1416355684,26803.5332483478 -887,0,47829.1416355684,26803.5332483478 -888,0,47829.1416355684,26803.5332483478 -889,0,47829.1416355684,26803.5332483478 -890,0,47829.1416355684,26803.5332483478 -891,0,47829.1416355684,26803.5332483478 -892,0,47829.1416355684,26803.5332483478 -893,0,47829.1416355684,26803.5332483478 -894,0,47829.1416355684,26803.5332483478 -895,0,47829.1416355684,26803.5332483478 -896,0,47829.1416355684,26803.5332483478 -897,0,47829.1416355684,26803.5332483478 -898,0,47829.1416355684,26803.5332483478 -899,0,47829.1416355684,26803.5332483478 -900,0,47829.1416355684,26803.5332483478 -901,0,47829.1416355684,26803.5332483478 -902,0,47829.1416355684,26803.5332483478 -903,0,47829.1416355684,26803.5332483478 -904,0,47829.1416355684,26803.5332483478 -905,0,47829.1416355684,26803.5332483478 -906,0,47829.1416355684,26803.5332483478 -907,0,47829.1416355684,26803.5332483478 -908,0,47829.1416355684,26803.5332483478 -909,0,47829.1416355684,26803.5332483478 -910,0,47829.1416355684,26803.5332483478 -911,0,47829.1416355684,26803.5332483478 -912,0,47829.1416355684,26803.5332483478 -913,0,47829.1416355684,26803.5332483478 -914,0,47829.1416355684,26803.5332483478 -915,0,47829.1416355684,26803.5332483478 -916,0,47829.1416355684,26803.5332483478 -917,0,47829.1416355684,26803.5332483478 -918,0,47829.1416355684,26803.5332483478 -919,0,47829.1416355684,26803.5332483478 -920,0,47829.1416355684,26803.5332483478 -921,0,47829.1416355684,26803.5332483478 -922,0,47829.1416355684,26803.5332483478 -923,0,47829.1416355684,26803.5332483478 -924,0,47829.1416355684,26803.5332483478 -925,0,47829.1416355684,26803.5332483478 -926,0,47829.1416355684,26803.5332483478 -927,0,47829.1416355684,26803.5332483478 -928,0,47829.1416355684,26803.5332483478 -929,0,47829.1416355684,26803.5332483478 -930,0,47829.1416355684,26803.5332483478 -931,0,47829.1416355684,26803.5332483478 -932,0,47829.1416355684,26803.5332483478 -933,0,47829.1416355684,26803.5332483478 -934,0,47829.1416355684,26803.5332483478 -935,0,47829.1416355684,26803.5332483478 -936,0,47829.1416355684,26803.5332483478 -937,0,47829.1416355684,26803.5332483478 -938,0,47829.1416355684,26803.5332483478 -939,0,47829.1416355684,26803.5332483478 -940,0,47829.1416355684,26803.5332483478 -941,0,47829.1416355684,26803.5332483478 -942,0,47829.1416355684,26803.5332483478 -943,0,47829.1416355684,26803.5332483478 -944,0,47829.1416355684,26803.5332483478 -945,0,47829.1416355684,26803.5332483478 -946,0,47829.1416355684,26803.5332483478 -947,0,47829.1416355684,26803.5332483478 -948,0,47829.1416355684,26803.5332483478 -949,0,47829.1416355684,26803.5332483478 -950,0,47829.1416355684,26803.5332483478 -951,0,47829.1416355684,26803.5332483478 -952,0,47829.1416355684,26803.5332483478 -953,0,47829.1416355684,26803.5332483478 -954,0,47829.1416355684,26803.5332483478 -955,0,47829.1416355684,26803.5332483478 -956,0,47829.1416355684,26803.5332483478 -957,0,47829.1416355684,26803.5332483478 -958,0,47829.1416355684,26803.5332483478 -959,0,47829.1416355684,26803.5332483478 -960,0,47829.1416355684,26803.5332483478 -961,0,47829.1416355684,26803.5332483478 -962,0,47829.1416355684,26803.5332483478 -963,0,47829.1416355684,26803.5332483478 -964,0,47829.1416355684,26803.5332483478 -965,0,47829.1416355684,26803.5332483478 -966,0,47829.1416355684,26803.5332483478 -967,0,47829.1416355684,26803.5332483478 -968,0,47829.1416355684,26803.5332483478 -969,0,47829.1416355684,26803.5332483478 -970,0,47829.1416355684,26803.5332483478 -971,0,47829.1416355684,26803.5332483478 -972,0,47829.1416355684,26803.5332483478 -973,0,47829.1416355684,26803.5332483478 -974,0,47829.1416355684,26803.5332483478 -975,0,47829.1416355684,26803.5332483478 -976,0,47829.1416355684,26803.5332483478 -977,0,47829.1416355684,26803.5332483478 -978,0,47829.1416355684,26803.5332483478 -979,0,47829.1416355684,26803.5332483478 -980,0,47829.1416355684,26803.5332483478 -981,0,47829.1416355684,26803.5332483478 -982,0,47829.1416355684,26803.5332483478 -983,0,47829.1416355684,26803.5332483478 -984,0,47829.1416355684,26803.5332483478 -985,0,47829.1416355684,26803.5332483478 -986,0,47829.1416355684,26803.5332483478 -987,0,47829.1416355684,26803.5332483478 -988,0,47829.1416355684,26803.5332483478 -989,0,47829.1416355684,26803.5332483478 -990,0,47829.1416355684,26803.5332483478 -991,0,47829.1416355684,26803.5332483478 -992,0,47829.1416355684,26803.5332483478 -993,0,47829.1416355684,26803.5332483478 -994,0,47829.1416355684,26803.5332483478 -995,0,47829.1416355684,26803.5332483478 -996,0,47829.1416355684,26803.5332483478 -997,0,47829.1416355684,26803.5332483478 -998,0,47829.1416355684,26803.5332483478 -999,0,47829.1416355684,26803.5332483478 -1000,0,47829.1416355684,26803.5332483478 -1001,0,47829.1416355684,26803.5332483478 -1002,0,47829.1416355684,26803.5332483478 -1003,0,47829.1416355684,26803.5332483478 -1004,0,47829.1416355684,26803.5332483478 -1005,0,47829.1416355684,26803.5332483478 -1006,0,47829.1416355684,26803.5332483478 -1007,0,47829.1416355684,26803.5332483478 -1008,0,47829.1416355684,26803.5332483478 -1009,0,47829.1416355684,26803.5332483478 -1010,0,47829.1416355684,26803.5332483478 -1011,0,47829.1416355684,26803.5332483478 -1012,0,47829.1416355684,26803.5332483478 -1013,0,47829.1416355684,26803.5332483478 -1014,0,47829.1416355684,26803.5332483478 -1015,0,47829.1416355684,26803.5332483478 -1016,0,47829.1416355684,26803.5332483478 -1017,0,47829.1416355684,26803.5332483478 -1018,0,47829.1416355684,26803.5332483478 -1019,0,47829.1416355684,26803.5332483478 -1020,0,47829.1416355684,26803.5332483478 -1021,0,47829.1416355684,26803.5332483478 -1022,0,47829.1416355684,26803.5332483478 -1023,0,47829.1416355684,26803.5332483478 -1024,0,47829.1416355684,26803.5332483478 -1025,0,47829.1416355684,26803.5332483478 -1026,0,47829.1416355684,26803.5332483478 -1027,0,47829.1416355684,26803.5332483478 -1028,0,47829.1416355684,26803.5332483478 -1029,0,47829.1416355684,26803.5332483478 -1030,0,47829.1416355684,26803.5332483478 -1031,0,47829.1416355684,26803.5332483478 -1032,0,47829.1416355684,26803.5332483478 -1033,0,47829.1416355684,26803.5332483478 -1034,0,47829.1416355684,26803.5332483478 -1035,0,47829.1416355684,26803.5332483478 -1036,0,47829.1416355684,26803.5332483478 -1037,0,47829.1416355684,26803.5332483478 -1038,0,47829.1416355684,26803.5332483478 -1039,0,47829.1416355684,26803.5332483478 -1040,0,47829.1416355684,26803.5332483478 -1041,0,47829.1416355684,26803.5332483478 -1042,0,47829.1416355684,26803.5332483478 -1043,0,47829.1416355684,26803.5332483478 -1044,0,47829.1416355684,26803.5332483478 -1045,0,47829.1416355684,26803.5332483478 -1046,0,47829.1416355684,26803.5332483478 -1047,0,47829.1416355684,26803.5332483478 -1048,0,47829.1416355684,26803.5332483478 -1049,0,47829.1416355684,26803.5332483478 -1050,0,47829.1416355684,26803.5332483478 -1051,0,47829.1416355684,26803.5332483478 -1052,0,47829.1416355684,26803.5332483478 -1053,0,47829.1416355684,26803.5332483478 -1054,0,47829.1416355684,26803.5332483478 -1055,0,47829.1416355684,26803.5332483478 -1056,0,47829.1416355684,26803.5332483478 -1057,0,47829.1416355684,26803.5332483478 -1058,0,47829.1416355684,26803.5332483478 -1059,0,47829.1416355684,26803.5332483478 -1060,0,47829.1416355684,26803.5332483478 -1061,0,47829.1416355684,26803.5332483478 -1062,0,47829.1416355684,26803.5332483478 -1063,0,47829.1416355684,26803.5332483478 -1064,0,47829.1416355684,26803.5332483478 -1065,0,47829.1416355684,26803.5332483478 -1066,0,47829.1416355684,26803.5332483478 -1067,0,47829.1416355684,26803.5332483478 -1068,0,47829.1416355684,26803.5332483478 -1069,0,47829.1416355684,26803.5332483478 -1070,0,47829.1416355684,26803.5332483478 -1071,0,47829.1416355684,26803.5332483478 -1072,0,47829.1416355684,26803.5332483478 -1073,0,47829.1416355684,26803.5332483478 -1074,0,47829.1416355684,26803.5332483478 -1075,0,47829.1416355684,26803.5332483478 -1076,0,47829.1416355684,26803.5332483478 -1077,0,47829.1416355684,26803.5332483478 -1078,0,47829.1416355684,26803.5332483478 -1079,0,47829.1416355684,26803.5332483478 -1080,0,47829.1416355684,26803.5332483478 -1081,0,47829.1416355684,26803.5332483478 -1082,0,47829.1416355684,26803.5332483478 -1083,0,47829.1416355684,26803.5332483478 -1084,0,47829.1416355684,26803.5332483478 -1085,0,47829.1416355684,26803.5332483478 -1086,0,47829.1416355684,26803.5332483478 -1087,0,47829.1416355684,26803.5332483478 -1088,0,47829.1416355684,26803.5332483478 -1089,0,47829.1416355684,26803.5332483478 -1090,0,47829.1416355684,26803.5332483478 -1091,0,47829.1416355684,26803.5332483478 -1092,0,47829.1416355684,26803.5332483478 -1093,0,47829.1416355684,26803.5332483478 -1094,0,47829.1416355684,26803.5332483478 -1095,0,47829.1416355684,26803.5332483478 -1096,0,47829.1416355684,26803.5332483478 -1097,0,47829.1416355684,26803.5332483478 -1098,0,47829.1416355684,26803.5332483478 -1099,0,47829.1416355684,26803.5332483478 -1100,0,47829.1416355684,26803.5332483478 -1101,0,47829.1416355684,26803.5332483478 -1102,0,47829.1416355684,26803.5332483478 -1103,0,47829.1416355684,26803.5332483478 -1104,0,47829.1416355684,26803.5332483478 -1105,0,47829.1416355684,26803.5332483478 -1106,0,47829.1416355684,26803.5332483478 -1107,0,47829.1416355684,26803.5332483478 -1108,0,47829.1416355684,26803.5332483478 -1109,0,47829.1416355684,26803.5332483478 -1110,0,47829.1416355684,26803.5332483478 -1111,0,47829.1416355684,26803.5332483478 -1112,0,47829.1416355684,26803.5332483478 -1113,0,47829.1416355684,26803.5332483478 -1114,0,47829.1416355684,26803.5332483478 -1115,0,47829.1416355684,26803.5332483478 -1116,0,47829.1416355684,26803.5332483478 -1117,0,47829.1416355684,26803.5332483478 -1118,0,47829.1416355684,26803.5332483478 -1119,0,47829.1416355684,26803.5332483478 -1120,0,47829.1416355684,26803.5332483478 -1121,0,47829.1416355684,26803.5332483478 -1122,0,47829.1416355684,26803.5332483478 -1123,0,47829.1416355684,26803.5332483478 -1124,0,47829.1416355684,26803.5332483478 -1125,0,47829.1416355684,26803.5332483478 -1126,0,47829.1416355684,26803.5332483478 -1127,0,47829.1416355684,26803.5332483478 -1128,0,47829.1416355684,26803.5332483478 -1129,0,47829.1416355684,26803.5332483478 -1130,0,47829.1416355684,26803.5332483478 -1131,0,47829.1416355684,26803.5332483478 -1132,0,47829.1416355684,26803.5332483478 -1133,0,47829.1416355684,26803.5332483478 -1134,0,47829.1416355684,26803.5332483478 -1135,0,47829.1416355684,26803.5332483478 -1136,0,47829.1416355684,26803.5332483478 -1137,0,47829.1416355684,26803.5332483478 -1138,0,47829.1416355684,26803.5332483478 -1139,0,47829.1416355684,26803.5332483478 -1140,0,47829.1416355684,26803.5332483478 -1141,0,47829.1416355684,26803.5332483478 -1142,0,47829.1416355684,26803.5332483478 -1143,0,47829.1416355684,26803.5332483478 -1144,0,47829.1416355684,26803.5332483478 -1145,0,47829.1416355684,26803.5332483478 -1146,0,47829.1416355684,26803.5332483478 -1147,0,47829.1416355684,26803.5332483478 -1148,0,47829.1416355684,26803.5332483478 -1149,0,47829.1416355684,26803.5332483478 -1150,0,47829.1416355684,26803.5332483478 -1151,0,47829.1416355684,26803.5332483478 -1152,0,47829.1416355684,26803.5332483478 -1153,0,47829.1416355684,26803.5332483478 -1154,0,47829.1416355684,26803.5332483478 -1155,0,47829.1416355684,26803.5332483478 -1156,0,47829.1416355684,26803.5332483478 -1157,0,47829.1416355684,26803.5332483478 -1158,0,47829.1416355684,26803.5332483478 -1159,0,47829.1416355684,26803.5332483478 -1160,0,47829.1416355684,26803.5332483478 -1161,0,47829.1416355684,26803.5332483478 -1162,0,47829.1416355684,26803.5332483478 -1163,0,47829.1416355684,26803.5332483478 -1164,0,47829.1416355684,26803.5332483478 -1165,0,47829.1416355684,26803.5332483478 -1166,0,47829.1416355684,26803.5332483478 -1167,0,47829.1416355684,26803.5332483478 -1168,0,47829.1416355684,26803.5332483478 -1169,0,47829.1416355684,26803.5332483478 -1170,0,47829.1416355684,26803.5332483478 -1171,0,47829.1416355684,26803.5332483478 -1172,0,47829.1416355684,26803.5332483478 -1173,0,47829.1416355684,26803.5332483478 -1174,0,47829.1416355684,26803.5332483478 -1175,0,47829.1416355684,26803.5332483478 -1176,0,47829.1416355684,26803.5332483478 -1177,0,47829.1416355684,26803.5332483478 -1178,0,47829.1416355684,26803.5332483478 -1179,0,47829.1416355684,26803.5332483478 -1180,0,47829.1416355684,26803.5332483478 -1181,0,47829.1416355684,26803.5332483478 -1182,0,47829.1416355684,26803.5332483478 -1183,0,47829.1416355684,26803.5332483478 -1184,0,47829.1416355684,26803.5332483478 -1185,0,47829.1416355684,26803.5332483478 -1186,0,47829.1416355684,26803.5332483478 -1187,0,47829.1416355684,26803.5332483478 -1188,0,47829.1416355684,26803.5332483478 -1189,0,47829.1416355684,26803.5332483478 -1190,0,47829.1416355684,26803.5332483478 -1191,0,47829.1416355684,26803.5332483478 -1192,0,47829.1416355684,26803.5332483478 -1193,0,47829.1416355684,26803.5332483478 -1194,0,47829.1416355684,26803.5332483478 -1195,0,47829.1416355684,26803.5332483478 -1196,0,47829.1416355684,26803.5332483478 -1197,0,47829.1416355684,26803.5332483478 -1198,0,47829.1416355684,26803.5332483478 -1199,0,47829.1416355684,26803.5332483478 -1200,0,47829.1416355684,26803.5332483478 -1201,0,47829.1416355684,26803.5332483478 -1202,0,47829.1416355684,26803.5332483478 -1203,0,47829.1416355684,26803.5332483478 -1204,0,47829.1416355684,26803.5332483478 -1205,0,47829.1416355684,26803.5332483478 -1206,0,47829.1416355684,26803.5332483478 -1207,0,47829.1416355684,26803.5332483478 -1208,0,47829.1416355684,26803.5332483478 -1209,0,47829.1416355684,26803.5332483478 -1210,0,47829.1416355684,26803.5332483478 -1211,0,47829.1416355684,26803.5332483478 -1212,0,47829.1416355684,26803.5332483478 -1213,0,47829.1416355684,26803.5332483478 -1214,0,47829.1416355684,26803.5332483478 -1215,0,47829.1416355684,26803.5332483478 -1216,0,47829.1416355684,26803.5332483478 -1217,0,47829.1416355684,26803.5332483478 -1218,0,47829.1416355684,26803.5332483478 -1219,0,47829.1416355684,26803.5332483478 -1220,0,47829.1416355684,26803.5332483478 -1221,0,47829.1416355684,26803.5332483478 -1222,0,47829.1416355684,26803.5332483478 -1223,0,47829.1416355684,26803.5332483478 -1224,0,47829.1416355684,26803.5332483478 -1225,0,47829.1416355684,26803.5332483478 -1226,0,47829.1416355684,26803.5332483478 -1227,0,47829.1416355684,26803.5332483478 -1228,0,47829.1416355684,26803.5332483478 -1229,0,47829.1416355684,26803.5332483478 -1230,0,47829.1416355684,26803.5332483478 -1231,0,47829.1416355684,26803.5332483478 -1232,0,47829.1416355684,26803.5332483478 -1233,0,47829.1416355684,26803.5332483478 -1234,0,47829.1416355684,26803.5332483478 -1235,0,47829.1416355684,26803.5332483478 -1236,0,47829.1416355684,26803.5332483478 -1237,0,47829.1416355684,26803.5332483478 -1238,0,47829.1416355684,26803.5332483478 -1239,0,47829.1416355684,26803.5332483478 -1240,0,47829.1416355684,26803.5332483478 -1241,0,47829.1416355684,26803.5332483478 -1242,0,47829.1416355684,26803.5332483478 -1243,0,47829.1416355684,26803.5332483478 -1244,0,47829.1416355684,26803.5332483478 -1245,0,47829.1416355684,26803.5332483478 -1246,0,47829.1416355684,26803.5332483478 -1247,0,47829.1416355684,26803.5332483478 -1248,0,47829.1416355684,26803.5332483478 -1249,0,47829.1416355684,26803.5332483478 -1250,0,47829.1416355684,26803.5332483478 -1251,0,47829.1416355684,26803.5332483478 -1252,0,47829.1416355684,26803.5332483478 -1253,0,47829.1416355684,26803.5332483478 -1254,0,47829.1416355684,26803.5332483478 -1255,0,47829.1416355684,26803.5332483478 -1256,0,47829.1416355684,26803.5332483478 -1257,0,47829.1416355684,26803.5332483478 -1258,0,47829.1416355684,26803.5332483478 -1259,0,47829.1416355684,26803.5332483478 -1260,0,47829.1416355684,26803.5332483478 -1261,0,47829.1416355684,26803.5332483478 -1262,0,47829.1416355684,26803.5332483478 -1263,0,47829.1416355684,26803.5332483478 -1264,0,47829.1416355684,26803.5332483478 -1265,0,47829.1416355684,26803.5332483478 -1266,0,47829.1416355684,26803.5332483478 -1267,0,47829.1416355684,26803.5332483478 -1268,0,47829.1416355684,26803.5332483478 -1269,0,47829.1416355684,26803.5332483478 -1270,0,47829.1416355684,26803.5332483478 -1271,0,47829.1416355684,26803.5332483478 -1272,0,47829.1416355684,26803.5332483478 -1273,0,47829.1416355684,26803.5332483478 -1274,0,47829.1416355684,26803.5332483478 -1275,0,47829.1416355684,26803.5332483478 -1276,0,47829.1416355684,26803.5332483478 -1277,0,47829.1416355684,26803.5332483478 -1278,0,47829.1416355684,26803.5332483478 -1279,0,47829.1416355684,26803.5332483478 -1280,0,47829.1416355684,26803.5332483478 -1281,0,47829.1416355684,26803.5332483478 -1282,0,47829.1416355684,26803.5332483478 -1283,0,47829.1416355684,26803.5332483478 -1284,0,47829.1416355684,26803.5332483478 -1285,0,47829.1416355684,26803.5332483478 -1286,0,47829.1416355684,26803.5332483478 -1287,0,47829.1416355684,26803.5332483478 -1288,0,47829.1416355684,26803.5332483478 -1289,0,47829.1416355684,26803.5332483478 -1290,0,47829.1416355684,26803.5332483478 -1291,0,47829.1416355684,26803.5332483478 -1292,0,47829.1416355684,26803.5332483478 -1293,0,47829.1416355684,26803.5332483478 -1294,0,47829.1416355684,26803.5332483478 -1295,0,47829.1416355684,26803.5332483478 -1296,0,47829.1416355684,26803.5332483478 -1297,0,47829.1416355684,26803.5332483478 -1298,0,47829.1416355684,26803.5332483478 -1299,0,47829.1416355684,26803.5332483478 -1300,0,47829.1416355684,26803.5332483478 -1301,0,47829.1416355684,26803.5332483478 -1302,0,47829.1416355684,26803.5332483478 -1303,0,47829.1416355684,26803.5332483478 -1304,0,47829.1416355684,26803.5332483478 -1305,0,47829.1416355684,26803.5332483478 -1306,0,47829.1416355684,26803.5332483478 -1307,0,47829.1416355684,26803.5332483478 -1308,0,47829.1416355684,26803.5332483478 -1309,0,47829.1416355684,26803.5332483478 -1310,0,47829.1416355684,26803.5332483478 -1311,0,47829.1416355684,26803.5332483478 -1312,0,47829.1416355684,26803.5332483478 -1313,0,47829.1416355684,26803.5332483478 -1314,0,47829.1416355684,26803.5332483478 -1315,0,47829.1416355684,26803.5332483478 -1316,0,47829.1416355684,26803.5332483478 -1317,0,47829.1416355684,26803.5332483478 -1318,0,47829.1416355684,26803.5332483478 -1319,0,47829.1416355684,26803.5332483478 -1320,0,47829.1416355684,26803.5332483478 -1321,0,47829.1416355684,26803.5332483478 -1322,0,47829.1416355684,26803.5332483478 -1323,0,47829.1416355684,26803.5332483478 -1324,0,47829.1416355684,26803.5332483478 -1325,0,47829.1416355684,26803.5332483478 -1326,0,47829.1416355684,26803.5332483478 -1327,0,47829.1416355684,26803.5332483478 -1328,0,47829.1416355684,26803.5332483478 -1329,0,47829.1416355684,26803.5332483478 -1330,0,47829.1416355684,26803.5332483478 -1331,0,47829.1416355684,26803.5332483478 -1332,0,47829.1416355684,26803.5332483478 -1333,0,47829.1416355684,26803.5332483478 -1334,0,47829.1416355684,26803.5332483478 -1335,0,47829.1416355684,26803.5332483478 -1336,0,47829.1416355684,26803.5332483478 -1337,0,47829.1416355684,26803.5332483478 -1338,0,47829.1416355684,26803.5332483478 -1339,0,47829.1416355684,26803.5332483478 -1340,0,47829.1416355684,26803.5332483478 -1341,0,47829.1416355684,26803.5332483478 -1342,0,47829.1416355684,26803.5332483478 -1343,0,47829.1416355684,26803.5332483478 -1344,0,47829.1416355684,26803.5332483478 -1345,0,47829.1416355684,26803.5332483478 -1346,0,47829.1416355684,26803.5332483478 -1347,0,47829.1416355684,26803.5332483478 -1348,0,47829.1416355684,26803.5332483478 -1349,0,47829.1416355684,26803.5332483478 -1350,0,47829.1416355684,26803.5332483478 -1351,0,47829.1416355684,26803.5332483478 -1352,0,47829.1416355684,26803.5332483478 -1353,0,47829.1416355684,26803.5332483478 -1354,0,47829.1416355684,26803.5332483478 -1355,0,47829.1416355684,26803.5332483478 -1356,0,47829.1416355684,26803.5332483478 -1357,0,47829.1416355684,26803.5332483478 -1358,0,47829.1416355684,26803.5332483478 -1359,0,47829.1416355684,26803.5332483478 -1360,0,47829.1416355684,26803.5332483478 -1361,0,47829.1416355684,26803.5332483478 -1362,0,47829.1416355684,26803.5332483478 -1363,0,47829.1416355684,26803.5332483478 -1364,0,47829.1416355684,26803.5332483478 -1365,0,47829.1416355684,26803.5332483478 -1366,0,47829.1416355684,26803.5332483478 -1367,0,47829.1416355684,26803.5332483478 -1368,0,47829.1416355684,26803.5332483478 -1369,0,47829.1416355684,26803.5332483478 -1370,0,47829.1416355684,26803.5332483478 -1371,0,47829.1416355684,26803.5332483478 -1372,0,47829.1416355684,26803.5332483478 -1373,0,47829.1416355684,26803.5332483478 -1374,0,47829.1416355684,26803.5332483478 -1375,0,47829.1416355684,26803.5332483478 -1376,0,47829.1416355684,26803.5332483478 -1377,0,47829.1416355684,26803.5332483478 -1378,0,47829.1416355684,26803.5332483478 -1379,0,47829.1416355684,26803.5332483478 -1380,0,47829.1416355684,26803.5332483478 -1381,0,47829.1416355684,26803.5332483478 -1382,0,47829.1416355684,26803.5332483478 -1383,0,47829.1416355684,26803.5332483478 -1384,0,47829.1416355684,26803.5332483478 -1385,0,47829.1416355684,26803.5332483478 -1386,0,47829.1416355684,26803.5332483478 -1387,0,47829.1416355684,26803.5332483478 -1388,0,47829.1416355684,26803.5332483478 -1389,0,47829.1416355684,26803.5332483478 -1390,0,47829.1416355684,26803.5332483478 -1391,0,47829.1416355684,26803.5332483478 -1392,0,47829.1416355684,26803.5332483478 -1393,0,47829.1416355684,26803.5332483478 -1394,0,47829.1416355684,26803.5332483478 -1395,0,47829.1416355684,26803.5332483478 -1396,0,47829.1416355684,26803.5332483478 -1397,0,47829.1416355684,26803.5332483478 -1398,0,47829.1416355684,26803.5332483478 -1399,0,47829.1416355684,26803.5332483478 -1400,0,47829.1416355684,26803.5332483478 -1401,0,47829.1416355684,26803.5332483478 -1402,0,47829.1416355684,26803.5332483478 -1403,0,47829.1416355684,26803.5332483478 -1404,0,47829.1416355684,26803.5332483478 -1405,0,47829.1416355684,26803.5332483478 -1406,0,47829.1416355684,26803.5332483478 -1407,0,47829.1416355684,26803.5332483478 -1408,0,47829.1416355684,26803.5332483478 -1409,0,47829.1416355684,26803.5332483478 -1410,0,47829.1416355684,26803.5332483478 -1411,0,47829.1416355684,26803.5332483478 -1412,0,47829.1416355684,26803.5332483478 -1413,0,47829.1416355684,26803.5332483478 -1414,0,47829.1416355684,26803.5332483478 -1415,0,47829.1416355684,26803.5332483478 -1416,0,47829.1416355684,26803.5332483478 -1417,0,47829.1416355684,26803.5332483478 -1418,0,47829.1416355684,26803.5332483478 -1419,0,47829.1416355684,26803.5332483478 -1420,0,47829.1416355684,26803.5332483478 -1421,0,47829.1416355684,26803.5332483478 -1422,0,47829.1416355684,26803.5332483478 -1423,0,47829.1416355684,26803.5332483478 -1424,0,47829.1416355684,26803.5332483478 -1425,0,47829.1416355684,26803.5332483478 -1426,0,47829.1416355684,26803.5332483478 -1427,0,47829.1416355684,26803.5332483478 -1428,0,47829.1416355684,26803.5332483478 -1429,0,47829.1416355684,26803.5332483478 -1430,0,47829.1416355684,26803.5332483478 -1431,0,47829.1416355684,26803.5332483478 -1432,0,47829.1416355684,26803.5332483478 -1433,0,47829.1416355684,26803.5332483478 -1434,0,47829.1416355684,26803.5332483478 -1435,0,47829.1416355684,26803.5332483478 -1436,0,47829.1416355684,26803.5332483478 -1437,0,47829.1416355684,26803.5332483478 -1438,0,47829.1416355684,26803.5332483478 -1439,0,47829.1416355684,26803.5332483478 -1440,0,47829.1416355684,26803.5332483478 -1441,0,47829.1416355684,26803.5332483478 -1442,0,47829.1416355684,26803.5332483478 -1443,0,47829.1416355684,26803.5332483478 -1444,0,47829.1416355684,26803.5332483478 -1445,0,47829.1416355684,26803.5332483478 -1446,0,47829.1416355684,26803.5332483478 -1447,0,47829.1416355684,26803.5332483478 -1448,0,47829.1416355684,26803.5332483478 -1449,0,47829.1416355684,26803.5332483478 -1450,0,47829.1416355684,26803.5332483478 -1451,0,47829.1416355684,26803.5332483478 -1452,0,47829.1416355684,26803.5332483478 -1453,0,47829.1416355684,26803.5332483478 -1454,0,47829.1416355684,26803.5332483478 -1455,0,47829.1416355684,26803.5332483478 -1456,0,47829.1416355684,26803.5332483478 -1457,0,47829.1416355684,26803.5332483478 -1458,0,47829.1416355684,26803.5332483478 -1459,0,47829.1416355684,26803.5332483478 -1460,0,47829.1416355684,26803.5332483478 -1461,0,47829.1416355684,26803.5332483478 -1462,0,47829.1416355684,26803.5332483478 -1463,0,47829.1416355684,26803.5332483478 -1464,0,47829.1416355684,26803.5332483478 -1465,0,47829.1416355684,26803.5332483478 -1466,0,47829.1416355684,26803.5332483478 -1467,0,47829.1416355684,26803.5332483478 -1468,0,47829.1416355684,26803.5332483478 -1469,0,47829.1416355684,26803.5332483478 -1470,0,47829.1416355684,26803.5332483478 -1471,0,47829.1416355684,26803.5332483478 -1472,0,47829.1416355684,26803.5332483478 -1473,0,47829.1416355684,26803.5332483478 -1474,0,47829.1416355684,26803.5332483478 -1475,0,47829.1416355684,26803.5332483478 -1476,0,47829.1416355684,26803.5332483478 -1477,0,47829.1416355684,26803.5332483478 -1478,0,47829.1416355684,26803.5332483478 -1479,0,47829.1416355684,26803.5332483478 -1480,0,47829.1416355684,26803.5332483478 -1481,0,47829.1416355684,26803.5332483478 -1482,0,47829.1416355684,26803.5332483478 -1483,0,47829.1416355684,26803.5332483478 -1484,0,47829.1416355684,26803.5332483478 -1485,0,47829.1416355684,26803.5332483478 -1486,0,47829.1416355684,26803.5332483478 -1487,0,47829.1416355684,26803.5332483478 -1488,0,47829.1416355684,26803.5332483478 -1489,0,47829.1416355684,26803.5332483478 -1490,0,47829.1416355684,26803.5332483478 -1491,0,47829.1416355684,26803.5332483478 -1492,0,47829.1416355684,26803.5332483478 -1493,0,47829.1416355684,26803.5332483478 -1494,0,47829.1416355684,26803.5332483478 -1495,0,47829.1416355684,26803.5332483478 -1496,0,47829.1416355684,26803.5332483478 -1497,0,47829.1416355684,26803.5332483478 -1498,0,47829.1416355684,26803.5332483478 -1499,0,47829.1416355684,26803.5332483478 -1500,0,47829.1416355684,26803.5332483478 -1501,0,47829.1416355684,26803.5332483478 -1502,0,47829.1416355684,26803.5332483478 -1503,0,47829.1416355684,26803.5332483478 -1504,0,47829.1416355684,26803.5332483478 -1505,0,47829.1416355684,26803.5332483478 -1506,0,47829.1416355684,26803.5332483478 -1507,0,47829.1416355684,26803.5332483478 -1508,0,47829.1416355684,26803.5332483478 -1509,0,47829.1416355684,26803.5332483478 -1510,0,47829.1416355684,26803.5332483478 -1511,0,47829.1416355684,26803.5332483478 -1512,0,47829.1416355684,26803.5332483478 -1513,0,47829.1416355684,26803.5332483478 -1514,0,47829.1416355684,26803.5332483478 -1515,0,47829.1416355684,26803.5332483478 -1516,0,47829.1416355684,26803.5332483478 -1517,0,47829.1416355684,26803.5332483478 -1518,0,47829.1416355684,26803.5332483478 -1519,0,47829.1416355684,26803.5332483478 -1520,0,47829.1416355684,26803.5332483478 -1521,0,47829.1416355684,26803.5332483478 -1522,0,47829.1416355684,26803.5332483478 -1523,0,47829.1416355684,26803.5332483478 -1524,0,47829.1416355684,26803.5332483478 -1525,0,47829.1416355684,26803.5332483478 -1526,0,47829.1416355684,26803.5332483478 -1527,0,47829.1416355684,26803.5332483478 -1528,0,47829.1416355684,26803.5332483478 -1529,0,47829.1416355684,26803.5332483478 -1530,0,47829.1416355684,26803.5332483478 -1531,0,47829.1416355684,26803.5332483478 -1532,0,47829.1416355684,26803.5332483478 -1533,0,47829.1416355684,26803.5332483478 -1534,0,47829.1416355684,26803.5332483478 -1535,0,47829.1416355684,26803.5332483478 -1536,0,47829.1416355684,26803.5332483478 -1537,0,47829.1416355684,26803.5332483478 -1538,0,47829.1416355684,26803.5332483478 -1539,0,47829.1416355684,26803.5332483478 -1540,0,47829.1416355684,26803.5332483478 -1541,0,47829.1416355684,26803.5332483478 -1542,0,47829.1416355684,26803.5332483478 -1543,0,47829.1416355684,26803.5332483478 -1544,0,47829.1416355684,26803.5332483478 -1545,0,47829.1416355684,26803.5332483478 -1546,0,47829.1416355684,26803.5332483478 -1547,0,47829.1416355684,26803.5332483478 -1548,0,47829.1416355684,26803.5332483478 -1549,0,47829.1416355684,26803.5332483478 -1550,0,47829.1416355684,26803.5332483478 -1551,0,47829.1416355684,26803.5332483478 -1552,0,47829.1416355684,26803.5332483478 -1553,0,47829.1416355684,26803.5332483478 -1554,0,47829.1416355684,26803.5332483478 -1555,0,47829.1416355684,26803.5332483478 -1556,0,47829.1416355684,26803.5332483478 -1557,0,47829.1416355684,26803.5332483478 -1558,0,47829.1416355684,26803.5332483478 -1559,0,47829.1416355684,26803.5332483478 -1560,0,47829.1416355684,26803.5332483478 -1561,0,47829.1416355684,26803.5332483478 -1562,0,47829.1416355684,26803.5332483478 -1563,0,47829.1416355684,26803.5332483478 -1564,0,47829.1416355684,26803.5332483478 -1565,0,47829.1416355684,26803.5332483478 -1566,0,47829.1416355684,26803.5332483478 -1567,0,47829.1416355684,26803.5332483478 -1568,0,47829.1416355684,26803.5332483478 -1569,0,47829.1416355684,26803.5332483478 -1570,0,47829.1416355684,26803.5332483478 -1571,0,47829.1416355684,26803.5332483478 -1572,0,47829.1416355684,26803.5332483478 -1573,0,47829.1416355684,26803.5332483478 -1574,0,47829.1416355684,26803.5332483478 -1575,0,47829.1416355684,26803.5332483478 -1576,0,47829.1416355684,26803.5332483478 -1577,0,47829.1416355684,26803.5332483478 -1578,0,47829.1416355684,26803.5332483478 -1579,0,47829.1416355684,26803.5332483478 -1580,0,47829.1416355684,26803.5332483478 -1581,0,47829.1416355684,26803.5332483478 -1582,0,47829.1416355684,26803.5332483478 -1583,0,47829.1416355684,26803.5332483478 -1584,0,47829.1416355684,26803.5332483478 -1585,0,47829.1416355684,26803.5332483478 -1586,0,47829.1416355684,26803.5332483478 -1587,0,47829.1416355684,26803.5332483478 -1588,0,47829.1416355684,26803.5332483478 -1589,0,47829.1416355684,26803.5332483478 -1590,0,47829.1416355684,26803.5332483478 -1591,0,47829.1416355684,26803.5332483478 -1592,0,47829.1416355684,26803.5332483478 -1593,0,47829.1416355684,26803.5332483478 -1594,0,47829.1416355684,26803.5332483478 -1595,0,47829.1416355684,26803.5332483478 -1596,0,47829.1416355684,26803.5332483478 -1597,0,47829.1416355684,26803.5332483478 -1598,0,47829.1416355684,26803.5332483478 -1599,0,47829.1416355684,26803.5332483478 -1600,0,47829.1416355684,26803.5332483478 -1601,0,47829.1416355684,26803.5332483478 -1602,0,47829.1416355684,26803.5332483478 -1603,0,47829.1416355684,26803.5332483478 -1604,0,47829.1416355684,26803.5332483478 -1605,0,47829.1416355684,26803.5332483478 -1606,0,47829.1416355684,26803.5332483478 -1607,0,47829.1416355684,26803.5332483478 -1608,0,47829.1416355684,26803.5332483478 -1609,0,47829.1416355684,26803.5332483478 -1610,0,47829.1416355684,26803.5332483478 -1611,0,47829.1416355684,26803.5332483478 -1612,0,47829.1416355684,26803.5332483478 -1613,0,47829.1416355684,26803.5332483478 -1614,0,47829.1416355684,26803.5332483478 -1615,0,47829.1416355684,26803.5332483478 -1616,0,47829.1416355684,26803.5332483478 -1617,0,47829.1416355684,26803.5332483478 -1618,0,47829.1416355684,26803.5332483478 -1619,0,47829.1416355684,26803.5332483478 -1620,0,47829.1416355684,26803.5332483478 -1621,0,47829.1416355684,26803.5332483478 -1622,0,47829.1416355684,26803.5332483478 -1623,0,47829.1416355684,26803.5332483478 -1624,0,47829.1416355684,26803.5332483478 -1625,0,47829.1416355684,26803.5332483478 -1626,0,47829.1416355684,26803.5332483478 -1627,0,47829.1416355684,26803.5332483478 -1628,0,47829.1416355684,26803.5332483478 -1629,0,47829.1416355684,26803.5332483478 -1630,0,47829.1416355684,26803.5332483478 -1631,0,47829.1416355684,26803.5332483478 -1632,0,47829.1416355684,26803.5332483478 -1633,0,47829.1416355684,26803.5332483478 -1634,0,47829.1416355684,26803.5332483478 -1635,0,47829.1416355684,26803.5332483478 -1636,0,47829.1416355684,26803.5332483478 -1637,0,47829.1416355684,26803.5332483478 -1638,0,47829.1416355684,26803.5332483478 -1639,0,47829.1416355684,26803.5332483478 -1640,0,47829.1416355684,26803.5332483478 -1641,0,47829.1416355684,26803.5332483478 -1642,0,47829.1416355684,26803.5332483478 -1643,0,47829.1416355684,26803.5332483478 -1644,0,47829.1416355684,26803.5332483478 -1645,0,47829.1416355684,26803.5332483478 -1646,0,47829.1416355684,26803.5332483478 -1647,0,47829.1416355684,26803.5332483478 -1648,0,47829.1416355684,26803.5332483478 -1649,0,47829.1416355684,26803.5332483478 -1650,0,47829.1416355684,26803.5332483478 -1651,0,47829.1416355684,26803.5332483478 -1652,0,47829.1416355684,26803.5332483478 -1653,0,47829.1416355684,26803.5332483478 -1654,0,47829.1416355684,26803.5332483478 -1655,0,47829.1416355684,26803.5332483478 -1656,0,47829.1416355684,26803.5332483478 -1657,0,47829.1416355684,26803.5332483478 -1658,0,47829.1416355684,26803.5332483478 -1659,0,47829.1416355684,26803.5332483478 -1660,0,47829.1416355684,26803.5332483478 -1661,0,47829.1416355684,26803.5332483478 -1662,0,47829.1416355684,26803.5332483478 -1663,0,47829.1416355684,26803.5332483478 -1664,0,47829.1416355684,26803.5332483478 -1665,0,47829.1416355684,26803.5332483478 -1666,0,47829.1416355684,26803.5332483478 -1667,0,47829.1416355684,26803.5332483478 -1668,0,47829.1416355684,26803.5332483478 -1669,0,47829.1416355684,26803.5332483478 -1670,0,47829.1416355684,26803.5332483478 -1671,0,47829.1416355684,26803.5332483478 -1672,0,47829.1416355684,26803.5332483478 -1673,0,47829.1416355684,26803.5332483478 -1674,0,47829.1416355684,26803.5332483478 -1675,0,47829.1416355684,26803.5332483478 -1676,0,47829.1416355684,26803.5332483478 -1677,0,47829.1416355684,26803.5332483478 -1678,0,47829.1416355684,26803.5332483478 -1679,0,47829.1416355684,26803.5332483478 -1680,0,47829.1416355684,26803.5332483478 -1681,0,47829.1416355684,26803.5332483478 -1682,0,47829.1416355684,26803.5332483478 -1683,0,47829.1416355684,26803.5332483478 -1684,0,47829.1416355684,26803.5332483478 -1685,0,47829.1416355684,26803.5332483478 -1686,0,47829.1416355684,26803.5332483478 -1687,0,47829.1416355684,26803.5332483478 -1688,0,47829.1416355684,26803.5332483478 -1689,0,47829.1416355684,26803.5332483478 -1690,0,47829.1416355684,26803.5332483478 -1691,0,47829.1416355684,26803.5332483478 -1692,0,47829.1416355684,26803.5332483478 -1693,0,47829.1416355684,26803.5332483478 -1694,0,47829.1416355684,26803.5332483478 -1695,0,47829.1416355684,26803.5332483478 -1696,0,47829.1416355684,26803.5332483478 -1697,0,47829.1416355684,26803.5332483478 -1698,0,47829.1416355684,26803.5332483478 -1699,0,47829.1416355684,26803.5332483478 -1700,0,47829.1416355684,26803.5332483478 -1701,0,47829.1416355684,26803.5332483478 -1702,0,47829.1416355684,26803.5332483478 -1703,0,47829.1416355684,26803.5332483478 -1704,0,47829.1416355684,26803.5332483478 -1705,0,47829.1416355684,26803.5332483478 -1706,0,47829.1416355684,26803.5332483478 -1707,0,47829.1416355684,26803.5332483478 -1708,0,47829.1416355684,26803.5332483478 -1709,0,47829.1416355684,26803.5332483478 -1710,0,47829.1416355684,26803.5332483478 -1711,0,47829.1416355684,26803.5332483478 -1712,0,47829.1416355684,26803.5332483478 -1713,0,47829.1416355684,26803.5332483478 -1714,0,47829.1416355684,26803.5332483478 -1715,0,47829.1416355684,26803.5332483478 -1716,0,47829.1416355684,26803.5332483478 -1717,0,47829.1416355684,26803.5332483478 -1718,0,47829.1416355684,26803.5332483478 -1719,0,47829.1416355684,26803.5332483478 -1720,0,47829.1416355684,26803.5332483478 -1721,0,47829.1416355684,26803.5332483478 -1722,0,47829.1416355684,26803.5332483478 -1723,0,47829.1416355684,26803.5332483478 -1724,0,47829.1416355684,26803.5332483478 -1725,0,47829.1416355684,26803.5332483478 -1726,0,47829.1416355684,26803.5332483478 -1727,0,47829.1416355684,26803.5332483478 -1728,0,47829.1416355684,26803.5332483478 -1729,0,47829.1416355684,26803.5332483478 -1730,0,47829.1416355684,26803.5332483478 -1731,0,47829.1416355684,26803.5332483478 -1732,0,47829.1416355684,26803.5332483478 -1733,0,47829.1416355684,26803.5332483478 -1734,0,47829.1416355684,26803.5332483478 -1735,0,47829.1416355684,26803.5332483478 -1736,0,47829.1416355684,26803.5332483478 -1737,0,47829.1416355684,26803.5332483478 -1738,0,47829.1416355684,26803.5332483478 -1739,0,47829.1416355684,26803.5332483478 -1740,0,47829.1416355684,26803.5332483478 -1741,0,47829.1416355684,26803.5332483478 -1742,0,47829.1416355684,26803.5332483478 -1743,0,47829.1416355684,26803.5332483478 -1744,0,47829.1416355684,26803.5332483478 -1745,0,47829.1416355684,26803.5332483478 -1746,0,47829.1416355684,26803.5332483478 -1747,0,47829.1416355684,26803.5332483478 -1748,0,47829.1416355684,26803.5332483478 -1749,0,47829.1416355684,26803.5332483478 -1750,0,47829.1416355684,26803.5332483478 -1751,0,47829.1416355684,26803.5332483478 -1752,0,47829.1416355684,26803.5332483478 -1753,0,47829.1416355684,26803.5332483478 -1754,0,47829.1416355684,26803.5332483478 -1755,0,47829.1416355684,26803.5332483478 -1756,0,47829.1416355684,26803.5332483478 -1757,0,47829.1416355684,26803.5332483478 -1758,0,47829.1416355684,26803.5332483478 -1759,0,47829.1416355684,26803.5332483478 -1760,0,47829.1416355684,26803.5332483478 -1761,0,47829.1416355684,26803.5332483478 -1762,0,47829.1416355684,26803.5332483478 -1763,0,47829.1416355684,26803.5332483478 -1764,0,47829.1416355684,26803.5332483478 -1765,0,47829.1416355684,26803.5332483478 -1766,0,47829.1416355684,26803.5332483478 -1767,0,47829.1416355684,26803.5332483478 -1768,0,47829.1416355684,26803.5332483478 -1769,0,47829.1416355684,26803.5332483478 -1770,0,47829.1416355684,26803.5332483478 -1771,0,47829.1416355684,26803.5332483478 -1772,0,47829.1416355684,26803.5332483478 -1773,0,47829.1416355684,26803.5332483478 -1774,0,47829.1416355684,26803.5332483478 -1775,0,47829.1416355684,26803.5332483478 -1776,0,47829.1416355684,26803.5332483478 -1777,0,47829.1416355684,26803.5332483478 -1778,0,47829.1416355684,26803.5332483478 -1779,0,47829.1416355684,26803.5332483478 -1780,0,47829.1416355684,26803.5332483478 -1781,0,47829.1416355684,26803.5332483478 -1782,0,47829.1416355684,26803.5332483478 -1783,0,47829.1416355684,26803.5332483478 -1784,0,47829.1416355684,26803.5332483478 -1785,0,47829.1416355684,26803.5332483478 -1786,0,47829.1416355684,26803.5332483478 -1787,0,47829.1416355684,26803.5332483478 -1788,0,47829.1416355684,26803.5332483478 -1789,0,47829.1416355684,26803.5332483478 -1790,0,47829.1416355684,26803.5332483478 -1791,0,47829.1416355684,26803.5332483478 -1792,0,47829.1416355684,26803.5332483478 -1793,0,47829.1416355684,26803.5332483478 -1794,0,47829.1416355684,26803.5332483478 -1795,0,47829.1416355684,26803.5332483478 -1796,0,47829.1416355684,26803.5332483478 -1797,0,47829.1416355684,26803.5332483478 -1798,0,47829.1416355684,26803.5332483478 -1799,0,47829.1416355684,26803.5332483478 -1800,0,47829.1416355684,26803.5332483478 -1801,0,47829.1416355684,26803.5332483478 -1802,0,47829.1416355684,26803.5332483478 -1803,0,47829.1416355684,26803.5332483478 -1804,0,47829.1416355684,26803.5332483478 -1805,0,47829.1416355684,26803.5332483478 -1806,0,47829.1416355684,26803.5332483478 -1807,0,47829.1416355684,26803.5332483478 -1808,0,47829.1416355684,26803.5332483478 -1809,0,47829.1416355684,26803.5332483478 -1810,0,47829.1416355684,26803.5332483478 -1811,0,47829.1416355684,26803.5332483478 -1812,0,47829.1416355684,26803.5332483478 -1813,0,47829.1416355684,26803.5332483478 -1814,0,47829.1416355684,26803.5332483478 -1815,0,47829.1416355684,26803.5332483478 -1816,0,47829.1416355684,26803.5332483478 -1817,0,47829.1416355684,26803.5332483478 -1818,0,47829.1416355684,26803.5332483478 -1819,0,47829.1416355684,26803.5332483478 -1820,0,47829.1416355684,26803.5332483478 -1821,0,47829.1416355684,26803.5332483478 -1822,0,47829.1416355684,26803.5332483478 -1823,0,47829.1416355684,26803.5332483478 -1824,0,47829.1416355684,26803.5332483478 -1825,0,47829.1416355684,26803.5332483478 -1826,0,47829.1416355684,26803.5332483478 -1827,0,47829.1416355684,26803.5332483478 -1828,0,47829.1416355684,26803.5332483478 -1829,0,47829.1416355684,26803.5332483478 -1830,0,47829.1416355684,26803.5332483478 -1831,0,47829.1416355684,26803.5332483478 -1832,0,47829.1416355684,26803.5332483478 -1833,0,47829.1416355684,26803.5332483478 -1834,0,47829.1416355684,26803.5332483478 -1835,0,47829.1416355684,26803.5332483478 -1836,0,47829.1416355684,26803.5332483478 -1837,0,47829.1416355684,26803.5332483478 -1838,0,47829.1416355684,26803.5332483478 -1839,0,47829.1416355684,26803.5332483478 -1840,0,47829.1416355684,26803.5332483478 -1841,0,47829.1416355684,26803.5332483478 -1842,0,47829.1416355684,26803.5332483478 -1843,0,47829.1416355684,26803.5332483478 -1844,0,47829.1416355684,26803.5332483478 -1845,0,47829.1416355684,26803.5332483478 -1846,0,47829.1416355684,26803.5332483478 -1847,0,47829.1416355684,26803.5332483478 -1848,0,47829.1416355684,26803.5332483478 -1849,0,47829.1416355684,26803.5332483478 -1850,0,47829.1416355684,26803.5332483478 -1851,0,47829.1416355684,26803.5332483478 -1852,0,47829.1416355684,26803.5332483478 -1853,0,47829.1416355684,26803.5332483478 -1854,0,47829.1416355684,26803.5332483478 -1855,0,47829.1416355684,26803.5332483478 -1856,0,47829.1416355684,26803.5332483478 -1857,0,47829.1416355684,26803.5332483478 -1858,0,47829.1416355684,26803.5332483478 -1859,0,47829.1416355684,26803.5332483478 -1860,0,47829.1416355684,26803.5332483478 -1861,0,47829.1416355684,26803.5332483478 -1862,0,47829.1416355684,26803.5332483478 -1863,0,47829.1416355684,26803.5332483478 -1864,0,47829.1416355684,26803.5332483478 -1865,0,47829.1416355684,26803.5332483478 -1866,0,47829.1416355684,26803.5332483478 -1867,0,47829.1416355684,26803.5332483478 -1868,0,47829.1416355684,26803.5332483478 -1869,0,47829.1416355684,26803.5332483478 -1870,0,47829.1416355684,26803.5332483478 -1871,0,47829.1416355684,26803.5332483478 -1872,0,47829.1416355684,26803.5332483478 -1873,0,47829.1416355684,26803.5332483478 -1874,0,47829.1416355684,26803.5332483478 -1875,0,47829.1416355684,26803.5332483478 -1876,0,47829.1416355684,26803.5332483478 -1877,0,47829.1416355684,26803.5332483478 -1878,0,47829.1416355684,26803.5332483478 -1879,0,47829.1416355684,26803.5332483478 -1880,0,47829.1416355684,26803.5332483478 -1881,0,47829.1416355684,26803.5332483478 -1882,0,47829.1416355684,26803.5332483478 -1883,0,47829.1416355684,26803.5332483478 -1884,0,47829.1416355684,26803.5332483478 -1885,0,47829.1416355684,26803.5332483478 -1886,0,47829.1416355684,26803.5332483478 -1887,0,47829.1416355684,26803.5332483478 -1888,0,47829.1416355684,26803.5332483478 -1889,0,47829.1416355684,26803.5332483478 -1890,0,47829.1416355684,26803.5332483478 -1891,0,47829.1416355684,26803.5332483478 -1892,0,47829.1416355684,26803.5332483478 -1893,0,47829.1416355684,26803.5332483478 -1894,0,47829.1416355684,26803.5332483478 -1895,0,47829.1416355684,26803.5332483478 -1896,0,47829.1416355684,26803.5332483478 -1897,0,47829.1416355684,26803.5332483478 -1898,0,47829.1416355684,26803.5332483478 -1899,0,47829.1416355684,26803.5332483478 -1900,0,47829.1416355684,26803.5332483478 -1901,0,47829.1416355684,26803.5332483478 -1902,0,47829.1416355684,26803.5332483478 -1903,0,47829.1416355684,26803.5332483478 -1904,0,47829.1416355684,26803.5332483478 -1905,0,47829.1416355684,26803.5332483478 -1906,0,47829.1416355684,26803.5332483478 -1907,0,47829.1416355684,26803.5332483478 -1908,0,47829.1416355684,26803.5332483478 -1909,0,47829.1416355684,26803.5332483478 -1910,0,47829.1416355684,26803.5332483478 -1911,0,47829.1416355684,26803.5332483478 -1912,0,47829.1416355684,26803.5332483478 -1913,0,47829.1416355684,26803.5332483478 -1914,0,47829.1416355684,26803.5332483478 -1915,0,47829.1416355684,26803.5332483478 -1916,0,47829.1416355684,26803.5332483478 -1917,0,47829.1416355684,26803.5332483478 -1918,0,47829.1416355684,26803.5332483478 -1919,0,47829.1416355684,26803.5332483478 -1920,0,47829.1416355684,26803.5332483478 -1921,0,47829.1416355684,26803.5332483478 -1922,0,47829.1416355684,26803.5332483478 -1923,0,47829.1416355684,26803.5332483478 -1924,0,47829.1416355684,26803.5332483478 -1925,0,47829.1416355684,26803.5332483478 -1926,0,47829.1416355684,26803.5332483478 -1927,0,47829.1416355684,26803.5332483478 -1928,0,47829.1416355684,26803.5332483478 -1929,0,47829.1416355684,26803.5332483478 -1930,0,47829.1416355684,26803.5332483478 -1931,0,47829.1416355684,26803.5332483478 -1932,0,47829.1416355684,26803.5332483478 -1933,0,47829.1416355684,26803.5332483478 -1934,0,47829.1416355684,26803.5332483478 -1935,0,47829.1416355684,26803.5332483478 -1936,0,47829.1416355684,26803.5332483478 -1937,0,47829.1416355684,26803.5332483478 -1938,0,47829.1416355684,26803.5332483478 -1939,0,47829.1416355684,26803.5332483478 -1940,0,47829.1416355684,26803.5332483478 -1941,0,47829.1416355684,26803.5332483478 -1942,0,47829.1416355684,26803.5332483478 -1943,0,47829.1416355684,26803.5332483478 -1944,0,47829.1416355684,26803.5332483478 -1945,0,47829.1416355684,26803.5332483478 -1946,0,47829.1416355684,26803.5332483478 -1947,0,47829.1416355684,26803.5332483478 -1948,0,47829.1416355684,26803.5332483478 -1949,0,47829.1416355684,26803.5332483478 -1950,0,47829.1416355684,26803.5332483478 -1951,0,47829.1416355684,26803.5332483478 -1952,0,47829.1416355684,26803.5332483478 -1953,0,47829.1416355684,26803.5332483478 -1954,0,47829.1416355684,26803.5332483478 -1955,0,47829.1416355684,26803.5332483478 -1956,0,47829.1416355684,26803.5332483478 -1957,0,47829.1416355684,26803.5332483478 -1958,0,47829.1416355684,26803.5332483478 -1959,0,47829.1416355684,26803.5332483478 -1960,0,47829.1416355684,26803.5332483478 -1961,0,47829.1416355684,26803.5332483478 -1962,0,47829.1416355684,26803.5332483478 -1963,0,47829.1416355684,26803.5332483478 -1964,0,47829.1416355684,26803.5332483478 -1965,0,47829.1416355684,26803.5332483478 -1966,0,47829.1416355684,26803.5332483478 -1967,0,47829.1416355684,26803.5332483478 -1968,0,47829.1416355684,26803.5332483478 -1969,0,47829.1416355684,26803.5332483478 -1970,0,47829.1416355684,26803.5332483478 -1971,0,47829.1416355684,26803.5332483478 -1972,0,47829.1416355684,26803.5332483478 -1973,0,47829.1416355684,26803.5332483478 -1974,0,47829.1416355684,26803.5332483478 -1975,0,47829.1416355684,26803.5332483478 -1976,0,47829.1416355684,26803.5332483478 -1977,0,47829.1416355684,26803.5332483478 -1978,0,47829.1416355684,26803.5332483478 -1979,0,47829.1416355684,26803.5332483478 -1980,0,47829.1416355684,26803.5332483478 -1981,0,47829.1416355684,26803.5332483478 -1982,0,47829.1416355684,26803.5332483478 -1983,0,47829.1416355684,26803.5332483478 -1984,0,47829.1416355684,26803.5332483478 -1985,0,47829.1416355684,26803.5332483478 -1986,0,47829.1416355684,26803.5332483478 -1987,0,47829.1416355684,26803.5332483478 -1988,0,47829.1416355684,26803.5332483478 -1989,0,47829.1416355684,26803.5332483478 -1990,0,47829.1416355684,26803.5332483478 -1991,0,47829.1416355684,26803.5332483478 -1992,0,47829.1416355684,26803.5332483478 -1993,0,47829.1416355684,26803.5332483478 -1994,0,47829.1416355684,26803.5332483478 -1995,0,47829.1416355684,26803.5332483478 -1996,0,47829.1416355684,26803.5332483478 -1997,0,47829.1416355684,26803.5332483478 -1998,0,47829.1416355684,26803.5332483478 -1999,0,47829.1416355684,26803.5332483478 -2000,0,47829.1416355684,26803.5332483478 -2001,0,47829.1416355684,26803.5332483478 -2002,0,47829.1416355684,26803.5332483478 -2003,0,47829.1416355684,26803.5332483478 -2004,0,47829.1416355684,26803.5332483478 -2005,0,47829.1416355684,26803.5332483478 -2006,0,47829.1416355684,26803.5332483478 -2007,0,47829.1416355684,26803.5332483478 -2008,0,47829.1416355684,26803.5332483478 -2009,0,47829.1416355684,26803.5332483478 -2010,0,47829.1416355684,26803.5332483478 -2011,0,47829.1416355684,26803.5332483478 -2012,0,47829.1416355684,26803.5332483478 -2013,0,47829.1416355684,26803.5332483478 -2014,0,47829.1416355684,26803.5332483478 -2015,0,47829.1416355684,26803.5332483478 -2016,0,47829.1416355684,26803.5332483478 -2017,0,47829.1416355684,26803.5332483478 -2018,0,47829.1416355684,26803.5332483478 -2019,0,47829.1416355684,26803.5332483478 -2020,0,47829.1416355684,26803.5332483478 -2021,0,47829.1416355684,26803.5332483478 -2022,0,47829.1416355684,26803.5332483478 -2023,0,47829.1416355684,26803.5332483478 -2024,0,47829.1416355684,26803.5332483478 -2025,0,47829.1416355684,26803.5332483478 -2026,0,47829.1416355684,26803.5332483478 -2027,0,47829.1416355684,26803.5332483478 -2028,0,47829.1416355684,26803.5332483478 -2029,0,47829.1416355684,26803.5332483478 -2030,0,47829.1416355684,26803.5332483478 -2031,0,47829.1416355684,26803.5332483478 -2032,0,47829.1416355684,26803.5332483478 -2033,0,47829.1416355684,26803.5332483478 -2034,0,47829.1416355684,26803.5332483478 -2035,0,47829.1416355684,26803.5332483478 -2036,0,47829.1416355684,26803.5332483478 -2037,0,47829.1416355684,26803.5332483478 -2038,0,47829.1416355684,26803.5332483478 -2039,0,47829.1416355684,26803.5332483478 -2040,0,47829.1416355684,26803.5332483478 -2041,0,47829.1416355684,26803.5332483478 -2042,0,47829.1416355684,26803.5332483478 -2043,0,47829.1416355684,26803.5332483478 -2044,0,47829.1416355684,26803.5332483478 -2045,0,47829.1416355684,26803.5332483478 -2046,0,47829.1416355684,26803.5332483478 -2047,0,47829.1416355684,26803.5332483478 -2048,0,47829.1416355684,26803.5332483478 -2049,0,47829.1416355684,26803.5332483478 -2050,0,47829.1416355684,26803.5332483478 -2051,0,47829.1416355684,26803.5332483478 -2052,0,47829.1416355684,26803.5332483478 -2053,0,47829.1416355684,26803.5332483478 -2054,0,47829.1416355684,26803.5332483478 -2055,0,47829.1416355684,26803.5332483478 -2056,0,47829.1416355684,26803.5332483478 -2057,0,47829.1416355684,26803.5332483478 -2058,0,47829.1416355684,26803.5332483478 -2059,0,47829.1416355684,26803.5332483478 -2060,0,47829.1416355684,26803.5332483478 -2061,0,47829.1416355684,26803.5332483478 -2062,0,47829.1416355684,26803.5332483478 -2063,0,47829.1416355684,26803.5332483478 -2064,0,47829.1416355684,26803.5332483478 -2065,0,47829.1416355684,26803.5332483478 -2066,0,47829.1416355684,26803.5332483478 -2067,0,47829.1416355684,26803.5332483478 -2068,0,47829.1416355684,26803.5332483478 -2069,0,47829.1416355684,26803.5332483478 -2070,0,47829.1416355684,26803.5332483478 -2071,0,47829.1416355684,26803.5332483478 -2072,0,47829.1416355684,26803.5332483478 -2073,0,47829.1416355684,26803.5332483478 -2074,0,47829.1416355684,26803.5332483478 -2075,0,47829.1416355684,26803.5332483478 -2076,0,47829.1416355684,26803.5332483478 -2077,0,47829.1416355684,26803.5332483478 -2078,0,47829.1416355684,26803.5332483478 -2079,0,47829.1416355684,26803.5332483478 -2080,0,47829.1416355684,26803.5332483478 -2081,0,47829.1416355684,26803.5332483478 -2082,0,47829.1416355684,26803.5332483478 -2083,0,47829.1416355684,26803.5332483478 -2084,0,47829.1416355684,26803.5332483478 -2085,0,47829.1416355684,26803.5332483478 -2086,0,47829.1416355684,26803.5332483478 -2087,0,47829.1416355684,26803.5332483478 -2088,0,47829.1416355684,26803.5332483478 -2089,0,47829.1416355684,26803.5332483478 -2090,0,47829.1416355684,26803.5332483478 -2091,0,47829.1416355684,26803.5332483478 -2092,0,47829.1416355684,26803.5332483478 -2093,0,47829.1416355684,26803.5332483478 -2094,0,47829.1416355684,26803.5332483478 -2095,0,47829.1416355684,26803.5332483478 -2096,0,47829.1416355684,26803.5332483478 -2097,0,47829.1416355684,26803.5332483478 -2098,0,47829.1416355684,26803.5332483478 -2099,0,47829.1416355684,26803.5332483478 -2100,0,47829.1416355684,26803.5332483478 -2101,0,47829.1416355684,26803.5332483478 -2102,0,47829.1416355684,26803.5332483478 -2103,0,47829.1416355684,26803.5332483478 -2104,0,47829.1416355684,26803.5332483478 -2105,0,47829.1416355684,26803.5332483478 -2106,0,47829.1416355684,26803.5332483478 -2107,0,47829.1416355684,26803.5332483478 -2108,0,47829.1416355684,26803.5332483478 -2109,0,47829.1416355684,26803.5332483478 -2110,0,47829.1416355684,26803.5332483478 -2111,0,47829.1416355684,26803.5332483478 -2112,0,47829.1416355684,26803.5332483478 -2113,0,47829.1416355684,26803.5332483478 -2114,0,47829.1416355684,26803.5332483478 -2115,0,47829.1416355684,26803.5332483478 -2116,0,47829.1416355684,26803.5332483478 -2117,0,47829.1416355684,26803.5332483478 -2118,0,47829.1416355684,26803.5332483478 -2119,0,47829.1416355684,26803.5332483478 -2120,0,47829.1416355684,26803.5332483478 -2121,0,47829.1416355684,26803.5332483478 -2122,0,47829.1416355684,26803.5332483478 -2123,0,47829.1416355684,26803.5332483478 -2124,0,47829.1416355684,26803.5332483478 -2125,0,47829.1416355684,26803.5332483478 -2126,0,47829.1416355684,26803.5332483478 -2127,0,47829.1416355684,26803.5332483478 -2128,0,47829.1416355684,26803.5332483478 -2129,0,47829.1416355684,26803.5332483478 -2130,0,47829.1416355684,26803.5332483478 -2131,0,47829.1416355684,26803.5332483478 -2132,0,47829.1416355684,26803.5332483478 -2133,0,47829.1416355684,26803.5332483478 -2134,0,47829.1416355684,26803.5332483478 -2135,0,47829.1416355684,26803.5332483478 -2136,0,47829.1416355684,26803.5332483478 -2137,0,47829.1416355684,26803.5332483478 -2138,0,47829.1416355684,26803.5332483478 -2139,0,47829.1416355684,26803.5332483478 -2140,0,47829.1416355684,26803.5332483478 -2141,0,47829.1416355684,26803.5332483478 -2142,0,47829.1416355684,26803.5332483478 -2143,0,47829.1416355684,26803.5332483478 -2144,0,47829.1416355684,26803.5332483478 -2145,0,47829.1416355684,26803.5332483478 -2146,0,47829.1416355684,26803.5332483478 -2147,0,47829.1416355684,26803.5332483478 -2148,0,47829.1416355684,26803.5332483478 -2149,0,47829.1416355684,26803.5332483478 -2150,0,47829.1416355684,26803.5332483478 -2151,0,47829.1416355684,26803.5332483478 -2152,0,47829.1416355684,26803.5332483478 -2153,0,47829.1416355684,26803.5332483478 -2154,0,47829.1416355684,26803.5332483478 -2155,0,47829.1416355684,26803.5332483478 -2156,0,47829.1416355684,26803.5332483478 -2157,0,47829.1416355684,26803.5332483478 -2158,0,47829.1416355684,26803.5332483478 -2159,0,47829.1416355684,26803.5332483478 -2160,0,47829.1416355684,26803.5332483478 -2161,0,47829.1416355684,26803.5332483478 -2162,0,47829.1416355684,26803.5332483478 -2163,0,47829.1416355684,26803.5332483478 -2164,0,47829.1416355684,26803.5332483478 -2165,0,47829.1416355684,26803.5332483478 -2166,0,47829.1416355684,26803.5332483478 -2167,0,47829.1416355684,26803.5332483478 -2168,0,47829.1416355684,26803.5332483478 -2169,0,47829.1416355684,26803.5332483478 -2170,0,47829.1416355684,26803.5332483478 -2171,0,47829.1416355684,26803.5332483478 -2172,0,47829.1416355684,26803.5332483478 -2173,0,47829.1416355684,26803.5332483478 -2174,0,47829.1416355684,26803.5332483478 -2175,0,47829.1416355684,26803.5332483478 -2176,0,47829.1416355684,26803.5332483478 -2177,0,47829.1416355684,26803.5332483478 -2178,0,47829.1416355684,26803.5332483478 -2179,0,47829.1416355684,26803.5332483478 -2180,0,47829.1416355684,26803.5332483478 -2181,0,47829.1416355684,26803.5332483478 -2182,0,47829.1416355684,26803.5332483478 -2183,0,47829.1416355684,26803.5332483478 -2184,0,47829.1416355684,26803.5332483478 -2185,0,47829.1416355684,26803.5332483478 -2186,0,47829.1416355684,26803.5332483478 -2187,0,47829.1416355684,26803.5332483478 -2188,0,47829.1416355684,26803.5332483478 -2189,0,47829.1416355684,26803.5332483478 -2190,0,47829.1416355684,26803.5332483478 -2191,0,47829.1416355684,26803.5332483478 -2192,0,47829.1416355684,26803.5332483478 -2193,0,47829.1416355684,26803.5332483478 -2194,0,47829.1416355684,26803.5332483478 -2195,0,47829.1416355684,26803.5332483478 -2196,0,47829.1416355684,26803.5332483478 -2197,0,47829.1416355684,26803.5332483478 -2198,0,47829.1416355684,26803.5332483478 -2199,0,47829.1416355684,26803.5332483478 -2200,0,47829.1416355684,26803.5332483478 -2201,0,47829.1416355684,26803.5332483478 -2202,0,47829.1416355684,26803.5332483478 -2203,0,47829.1416355684,26803.5332483478 -2204,0,47829.1416355684,26803.5332483478 -2205,0,47829.1416355684,26803.5332483478 -2206,0,47829.1416355684,26803.5332483478 -2207,0,47829.1416355684,26803.5332483478 -2208,0,47829.1416355684,26803.5332483478 -2209,0,47829.1416355684,26803.5332483478 -2210,0,47829.1416355684,26803.5332483478 -2211,0,47829.1416355684,26803.5332483478 -2212,0,47829.1416355684,26803.5332483478 -2213,0,47829.1416355684,26803.5332483478 -2214,0,47829.1416355684,26803.5332483478 -2215,0,47829.1416355684,26803.5332483478 -2216,0,47829.1416355684,26803.5332483478 -2217,0,47829.1416355684,26803.5332483478 -2218,0,47829.1416355684,26803.5332483478 -2219,0,47829.1416355684,26803.5332483478 -2220,0,47829.1416355684,26803.5332483478 -2221,0,47829.1416355684,26803.5332483478 -2222,0,47829.1416355684,26803.5332483478 -2223,0,47829.1416355684,26803.5332483478 -2224,0,47829.1416355684,26803.5332483478 -2225,0,47829.1416355684,26803.5332483478 -2226,0,47829.1416355684,26803.5332483478 -2227,0,47829.1416355684,26803.5332483478 -2228,0,47829.1416355684,26803.5332483478 -2229,0,47829.1416355684,26803.5332483478 -2230,0,47829.1416355684,26803.5332483478 -2231,0,47829.1416355684,26803.5332483478 -2232,0,47829.1416355684,26803.5332483478 -2233,0,47829.1416355684,26803.5332483478 -2234,0,47829.1416355684,26803.5332483478 -2235,0,47829.1416355684,26803.5332483478 -2236,0,47829.1416355684,26803.5332483478 -2237,0,47829.1416355684,26803.5332483478 -2238,0,47829.1416355684,26803.5332483478 -2239,0,47829.1416355684,26803.5332483478 -2240,0,47829.1416355684,26803.5332483478 -2241,0,47829.1416355684,26803.5332483478 -2242,0,47829.1416355684,26803.5332483478 -2243,0,47829.1416355684,26803.5332483478 -2244,0,47829.1416355684,26803.5332483478 -2245,0,47829.1416355684,26803.5332483478 -2246,0,47829.1416355684,26803.5332483478 -2247,0,47829.1416355684,26803.5332483478 -2248,0,47829.1416355684,26803.5332483478 -2249,0,47829.1416355684,26803.5332483478 -2250,0,47829.1416355684,26803.5332483478 -2251,0,47829.1416355684,26803.5332483478 -2252,0,47829.1416355684,26803.5332483478 -2253,0,47829.1416355684,26803.5332483478 -2254,0,47829.1416355684,26803.5332483478 -2255,0,47829.1416355684,26803.5332483478 -2256,0,47829.1416355684,26803.5332483478 -2257,0,47829.1416355684,26803.5332483478 -2258,0,47829.1416355684,26803.5332483478 -2259,0,47829.1416355684,26803.5332483478 -2260,0,47829.1416355684,26803.5332483478 -2261,0,47829.1416355684,26803.5332483478 -2262,0,47829.1416355684,26803.5332483478 -2263,0,47829.1416355684,26803.5332483478 -2264,0,47829.1416355684,26803.5332483478 -2265,0,47829.1416355684,26803.5332483478 -2266,0,47829.1416355684,26803.5332483478 -2267,0,47829.1416355684,26803.5332483478 -2268,0,47829.1416355684,26803.5332483478 -2269,0,47829.1416355684,26803.5332483478 -2270,0,47829.1416355684,26803.5332483478 -2271,0,47829.1416355684,26803.5332483478 -2272,0,47829.1416355684,26803.5332483478 -2273,0,47829.1416355684,26803.5332483478 -2274,0,47829.1416355684,26803.5332483478 -2275,0,47829.1416355684,26803.5332483478 -2276,0,47829.1416355684,26803.5332483478 -2277,0,47829.1416355684,26803.5332483478 -2278,0,47829.1416355684,26803.5332483478 -2279,0,47829.1416355684,26803.5332483478 -2280,0,47829.1416355684,26803.5332483478 -2281,0,47829.1416355684,26803.5332483478 -2282,0,47829.1416355684,26803.5332483478 -2283,0,47829.1416355684,26803.5332483478 -2284,0,47829.1416355684,26803.5332483478 -2285,0,47829.1416355684,26803.5332483478 -2286,0,47829.1416355684,26803.5332483478 -2287,0,47829.1416355684,26803.5332483478 -2288,0,47829.1416355684,26803.5332483478 -2289,0,47829.1416355684,26803.5332483478 -2290,0,47829.1416355684,26803.5332483478 -2291,0,47829.1416355684,26803.5332483478 -2292,0,47829.1416355684,26803.5332483478 -2293,0,47829.1416355684,26803.5332483478 -2294,0,47829.1416355684,26803.5332483478 -2295,0,47829.1416355684,26803.5332483478 -2296,0,47829.1416355684,26803.5332483478 -2297,0,47829.1416355684,26803.5332483478 -2298,0,47829.1416355684,26803.5332483478 -2299,0,47829.1416355684,26803.5332483478 -2300,0,47829.1416355684,26803.5332483478 -2301,0,47829.1416355684,26803.5332483478 -2302,0,47829.1416355684,26803.5332483478 -2303,0,47829.1416355684,26803.5332483478 -2304,0,47829.1416355684,26803.5332483478 -2305,0,47829.1416355684,26803.5332483478 -2306,0,47829.1416355684,26803.5332483478 -2307,0,47829.1416355684,26803.5332483478 -2308,0,47829.1416355684,26803.5332483478 -2309,0,47829.1416355684,26803.5332483478 -2310,0,47829.1416355684,26803.5332483478 -2311,0,47829.1416355684,26803.5332483478 -2312,0,47829.1416355684,26803.5332483478 -2313,0,47829.1416355684,26803.5332483478 -2314,0,47829.1416355684,26803.5332483478 -2315,0,47829.1416355684,26803.5332483478 -2316,0,47829.1416355684,26803.5332483478 -2317,0,47829.1416355684,26803.5332483478 -2318,0,47829.1416355684,26803.5332483478 -2319,0,47829.1416355684,26803.5332483478 -2320,0,47829.1416355684,26803.5332483478 -2321,0,47829.1416355684,26803.5332483478 -2322,0,47829.1416355684,26803.5332483478 -2323,0,47829.1416355684,26803.5332483478 -2324,0,47829.1416355684,26803.5332483478 -2325,0,47829.1416355684,26803.5332483478 -2326,0,47829.1416355684,26803.5332483478 -2327,0,47829.1416355684,26803.5332483478 -2328,0,47829.1416355684,26803.5332483478 -2329,0,47829.1416355684,26803.5332483478 -2330,0,47829.1416355684,26803.5332483478 -2331,0,47829.1416355684,26803.5332483478 -2332,0,47829.1416355684,26803.5332483478 -2333,0,47829.1416355684,26803.5332483478 -2334,0,47829.1416355684,26803.5332483478 -2335,0,47829.1416355684,26803.5332483478 -2336,0,47829.1416355684,26803.5332483478 -2337,0,47829.1416355684,26803.5332483478 -2338,0,47829.1416355684,26803.5332483478 -2339,0,47829.1416355684,26803.5332483478 -2340,0,47829.1416355684,26803.5332483478 -2341,0,47829.1416355684,26803.5332483478 -2342,0,47829.1416355684,26803.5332483478 -2343,0,47829.1416355684,26803.5332483478 -2344,0,47829.1416355684,26803.5332483478 -2345,0,47829.1416355684,26803.5332483478 -2346,0,47829.1416355684,26803.5332483478 -2347,0,47829.1416355684,26803.5332483478 -2348,0,47829.1416355684,26803.5332483478 -2349,0,47829.1416355684,26803.5332483478 -2350,0,47829.1416355684,26803.5332483478 -2351,0,47829.1416355684,26803.5332483478 -2352,0,47829.1416355684,26803.5332483478 -2353,0,47829.1416355684,26803.5332483478 -2354,0,47829.1416355684,26803.5332483478 -2355,0,47829.1416355684,26803.5332483478 -2356,0,47829.1416355684,26803.5332483478 -2357,0,47829.1416355684,26803.5332483478 -2358,0,47829.1416355684,26803.5332483478 -2359,0,47829.1416355684,26803.5332483478 -2360,0,47829.1416355684,26803.5332483478 -2361,0,47829.1416355684,26803.5332483478 -2362,0,47829.1416355684,26803.5332483478 -2363,0,47829.1416355684,26803.5332483478 -2364,0,47829.1416355684,26803.5332483478 -2365,0,47829.1416355684,26803.5332483478 -2366,0,47829.1416355684,26803.5332483478 -2367,0,47829.1416355684,26803.5332483478 -2368,0,47829.1416355684,26803.5332483478 -2369,0,47829.1416355684,26803.5332483478 -2370,0,47829.1416355684,26803.5332483478 -2371,0,47829.1416355684,26803.5332483478 -2372,0,47829.1416355684,26803.5332483478 -2373,0,47829.1416355684,26803.5332483478 -2374,0,47829.1416355684,26803.5332483478 -2375,0,47829.1416355684,26803.5332483478 -2376,0,47829.1416355684,26803.5332483478 -2377,0,47829.1416355684,26803.5332483478 -2378,0,47829.1416355684,26803.5332483478 -2379,0,47829.1416355684,26803.5332483478 -2380,0,47829.1416355684,26803.5332483478 -2381,0,47829.1416355684,26803.5332483478 -2382,0,47829.1416355684,26803.5332483478 -2383,0,47829.1416355684,26803.5332483478 -2384,0,47829.1416355684,26803.5332483478 -2385,0,47829.1416355684,26803.5332483478 -2386,0,47829.1416355684,26803.5332483478 -2387,0,47829.1416355684,26803.5332483478 -2388,0,47829.1416355684,26803.5332483478 -2389,0,47829.1416355684,26803.5332483478 -2390,0,47829.1416355684,26803.5332483478 -2391,0,47829.1416355684,26803.5332483478 -2392,0,47829.1416355684,26803.5332483478 -2393,0,47829.1416355684,26803.5332483478 -2394,0,47829.1416355684,26803.5332483478 -2395,0,47829.1416355684,26803.5332483478 -2396,0,47829.1416355684,26803.5332483478 -2397,0,47829.1416355684,26803.5332483478 -2398,0,47829.1416355684,26803.5332483478 -2399,0,47829.1416355684,26803.5332483478 -2400,0,47829.1416355684,26803.5332483478 -2401,0,47829.1416355684,26803.5332483478 -2402,0,47829.1416355684,26803.5332483478 -2403,0,47829.1416355684,26803.5332483478 -2404,0,47829.1416355684,26803.5332483478 -2405,0,47829.1416355684,26803.5332483478 -2406,0,47829.1416355684,26803.5332483478 -2407,0,47829.1416355684,26803.5332483478 -2408,0,47829.1416355684,26803.5332483478 -2409,0,47829.1416355684,26803.5332483478 -2410,0,47829.1416355684,26803.5332483478 -2411,0,47829.1416355684,26803.5332483478 -2412,0,47829.1416355684,26803.5332483478 -2413,0,47829.1416355684,26803.5332483478 -2414,0,47829.1416355684,26803.5332483478 -2415,0,47829.1416355684,26803.5332483478 -2416,0,47829.1416355684,26803.5332483478 -2417,0,47829.1416355684,26803.5332483478 -2418,0,47829.1416355684,26803.5332483478 -2419,0,47829.1416355684,26803.5332483478 -2420,0,47829.1416355684,26803.5332483478 -2421,0,47829.1416355684,26803.5332483478 -2422,0,47829.1416355684,26803.5332483478 -2423,0,47829.1416355684,26803.5332483478 -2424,0,47829.1416355684,26803.5332483478 -2425,0,47829.1416355684,26803.5332483478 -2426,0,47829.1416355684,26803.5332483478 -2427,0,47829.1416355684,26803.5332483478 -2428,0,47829.1416355684,26803.5332483478 -2429,0,47829.1416355684,26803.5332483478 -2430,0,47829.1416355684,26803.5332483478 -2431,0,47829.1416355684,26803.5332483478 -2432,0,47829.1416355684,26803.5332483478 -2433,0,47829.1416355684,26803.5332483478 -2434,0,47829.1416355684,26803.5332483478 -2435,0,47829.1416355684,26803.5332483478 -2436,0,47829.1416355684,26803.5332483478 -2437,0,47829.1416355684,26803.5332483478 -2438,0,47829.1416355684,26803.5332483478 -2439,0,47829.1416355684,26803.5332483478 -2440,0,47829.1416355684,26803.5332483478 -2441,0,47829.1416355684,26803.5332483478 -2442,0,47829.1416355684,26803.5332483478 -2443,0,47829.1416355684,26803.5332483478 -2444,0,47829.1416355684,26803.5332483478 -2445,0,47829.1416355684,26803.5332483478 -2446,0,47829.1416355684,26803.5332483478 -2447,0,47829.1416355684,26803.5332483478 -2448,0,47829.1416355684,26803.5332483478 -2449,0,47829.1416355684,26803.5332483478 -2450,0,47829.1416355684,26803.5332483478 -2451,0,47829.1416355684,26803.5332483478 -2452,0,47829.1416355684,26803.5332483478 -2453,0,47829.1416355684,26803.5332483478 -2454,0,47829.1416355684,26803.5332483478 -2455,0,47829.1416355684,26803.5332483478 -2456,0,47829.1416355684,26803.5332483478 -2457,0,47829.1416355684,26803.5332483478 -2458,0,47829.1416355684,26803.5332483478 -2459,0,47829.1416355684,26803.5332483478 -2460,0,47829.1416355684,26803.5332483478 -2461,0,47829.1416355684,26803.5332483478 -2462,0,47829.1416355684,26803.5332483478 -2463,0,47829.1416355684,26803.5332483478 -2464,0,47829.1416355684,26803.5332483478 -2465,0,47829.1416355684,26803.5332483478 -2466,0,47829.1416355684,26803.5332483478 -2467,0,47829.1416355684,26803.5332483478 -2468,0,47829.1416355684,26803.5332483478 -2469,0,47829.1416355684,26803.5332483478 -2470,0,47829.1416355684,26803.5332483478 -2471,0,47829.1416355684,26803.5332483478 -2472,0,47829.1416355684,26803.5332483478 -2473,0,47829.1416355684,26803.5332483478 -2474,0,47829.1416355684,26803.5332483478 -2475,0,47829.1416355684,26803.5332483478 -2476,0,47829.1416355684,26803.5332483478 -2477,0,47829.1416355684,26803.5332483478 -2478,0,47829.1416355684,26803.5332483478 -2479,0,47829.1416355684,26803.5332483478 -2480,0,47829.1416355684,26803.5332483478 -2481,0,47829.1416355684,26803.5332483478 -2482,0,47829.1416355684,26803.5332483478 -2483,0,47829.1416355684,26803.5332483478 -2484,0,47829.1416355684,26803.5332483478 -2485,0,47829.1416355684,26803.5332483478 -2486,0,47829.1416355684,26803.5332483478 -2487,0,47829.1416355684,26803.5332483478 -2488,0,47829.1416355684,26803.5332483478 -2489,0,47829.1416355684,26803.5332483478 -2490,0,47829.1416355684,26803.5332483478 -2491,0,47829.1416355684,26803.5332483478 -2492,0,47829.1416355684,26803.5332483478 -2493,0,47829.1416355684,26803.5332483478 -2494,0,47829.1416355684,26803.5332483478 -2495,0,47829.1416355684,26803.5332483478 -2496,0,47829.1416355684,26803.5332483478 -2497,0,47829.1416355684,26803.5332483478 -2498,0,47829.1416355684,26803.5332483478 -2499,0,47829.1416355684,26803.5332483478 -2500,0,47829.1416355684,26803.5332483478 -2501,0,47829.1416355684,26803.5332483478 -2502,0,47829.1416355684,26803.5332483478 -2503,0,47829.1416355684,26803.5332483478 -2504,0,47829.1416355684,26803.5332483478 -2505,0,47829.1416355684,26803.5332483478 -2506,0,47829.1416355684,26803.5332483478 -2507,0,47829.1416355684,26803.5332483478 -2508,0,47829.1416355684,26803.5332483478 -2509,0,47829.1416355684,26803.5332483478 -2510,0,47829.1416355684,26803.5332483478 -2511,0,47829.1416355684,26803.5332483478 -2512,0,47829.1416355684,26803.5332483478 -2513,0,47829.1416355684,26803.5332483478 -2514,0,47829.1416355684,26803.5332483478 -2515,0,47829.1416355684,26803.5332483478 -2516,0,47829.1416355684,26803.5332483478 -2517,0,47829.1416355684,26803.5332483478 -2518,0,47829.1416355684,26803.5332483478 -2519,0,47829.1416355684,26803.5332483478 -2520,0,47829.1416355684,26803.5332483478 -2521,0,47829.1416355684,26803.5332483478 -2522,0,47829.1416355684,26803.5332483478 -2523,0,47829.1416355684,26803.5332483478 -2524,0,47829.1416355684,26803.5332483478 -2525,0,47829.1416355684,26803.5332483478 -2526,0,47829.1416355684,26803.5332483478 -2527,0,47829.1416355684,26803.5332483478 -2528,0,47829.1416355684,26803.5332483478 -2529,0,47829.1416355684,26803.5332483478 -2530,0,47829.1416355684,26803.5332483478 -2531,0,47829.1416355684,26803.5332483478 -2532,0,47829.1416355684,26803.5332483478 -2533,0,47829.1416355684,26803.5332483478 -2534,0,47829.1416355684,26803.5332483478 -2535,0,47829.1416355684,26803.5332483478 -2536,0,47829.1416355684,26803.5332483478 -2537,0,47829.1416355684,26803.5332483478 -2538,0,47829.1416355684,26803.5332483478 -2539,0,47829.1416355684,26803.5332483478 -2540,0,47829.1416355684,26803.5332483478 -2541,0,47829.1416355684,26803.5332483478 -2542,0,47829.1416355684,26803.5332483478 -2543,0,47829.1416355684,26803.5332483478 -2544,0,47829.1416355684,26803.5332483478 -2545,0,47829.1416355684,26803.5332483478 -2546,0,47829.1416355684,26803.5332483478 -2547,0,47829.1416355684,26803.5332483478 -2548,0,47829.1416355684,26803.5332483478 -2549,0,47829.1416355684,26803.5332483478 -2550,0,47829.1416355684,26803.5332483478 -2551,0,47829.1416355684,26803.5332483478 -2552,0,47829.1416355684,26803.5332483478 -2553,0,47829.1416355684,26803.5332483478 -2554,0,47829.1416355684,26803.5332483478 -2555,0,47829.1416355684,26803.5332483478 -2556,0,47829.1416355684,26803.5332483478 -2557,0,47829.1416355684,26803.5332483478 -2558,0,47829.1416355684,26803.5332483478 -2559,0,47829.1416355684,26803.5332483478 -2560,0,47829.1416355684,26803.5332483478 -2561,0,47829.1416355684,26803.5332483478 -2562,0,47829.1416355684,26803.5332483478 -2563,0,47829.1416355684,26803.5332483478 -2564,0,47829.1416355684,26803.5332483478 -2565,0,47829.1416355684,26803.5332483478 -2566,0,47829.1416355684,26803.5332483478 -2567,0,47829.1416355684,26803.5332483478 -2568,0,47829.1416355684,26803.5332483478 -2569,0,47829.1416355684,26803.5332483478 -2570,0,47829.1416355684,26803.5332483478 -2571,0,47829.1416355684,26803.5332483478 -2572,0,47829.1416355684,26803.5332483478 -2573,0,47829.1416355684,26803.5332483478 -2574,0,47829.1416355684,26803.5332483478 -2575,0,47829.1416355684,26803.5332483478 -2576,0,47829.1416355684,26803.5332483478 -2577,0,47829.1416355684,26803.5332483478 -2578,0,47829.1416355684,26803.5332483478 -2579,0,47829.1416355684,26803.5332483478 -2580,0,47829.1416355684,26803.5332483478 -2581,0,47829.1416355684,26803.5332483478 -2582,0,47829.1416355684,26803.5332483478 -2583,0,47829.1416355684,26803.5332483478 -2584,0,47829.1416355684,26803.5332483478 -2585,0,47829.1416355684,26803.5332483478 -2586,0,47829.1416355684,26803.5332483478 -2587,0,47829.1416355684,26803.5332483478 -2588,0,47829.1416355684,26803.5332483478 -2589,0,47829.1416355684,26803.5332483478 -2590,0,47829.1416355684,26803.5332483478 -2591,0,47829.1416355684,26803.5332483478 -2592,0,47829.1416355684,26803.5332483478 -2593,0,47829.1416355684,26803.5332483478 -2594,0,47829.1416355684,26803.5332483478 -2595,0,47829.1416355684,26803.5332483478 -2596,0,47829.1416355684,26803.5332483478 -2597,0,47829.1416355684,26803.5332483478 -2598,0,47829.1416355684,26803.5332483478 -2599,0,47829.1416355684,26803.5332483478 -2600,0,47829.1416355684,26803.5332483478 -2601,0,47829.1416355684,26803.5332483478 -2602,0,47829.1416355684,26803.5332483478 -2603,0,47829.1416355684,26803.5332483478 -2604,0,47829.1416355684,26803.5332483478 -2605,0,47829.1416355684,26803.5332483478 -2606,0,47829.1416355684,26803.5332483478 -2607,0,47829.1416355684,26803.5332483478 -2608,0,47829.1416355684,26803.5332483478 -2609,0,47829.1416355684,26803.5332483478 -2610,0,47829.1416355684,26803.5332483478 -2611,0,47829.1416355684,26803.5332483478 -2612,0,47829.1416355684,26803.5332483478 -2613,0,47829.1416355684,26803.5332483478 -2614,0,47829.1416355684,26803.5332483478 -2615,0,47829.1416355684,26803.5332483478 -2616,0,47829.1416355684,26803.5332483478 -2617,0,47829.1416355684,26803.5332483478 -2618,0,47829.1416355684,26803.5332483478 -2619,0,47829.1416355684,26803.5332483478 -2620,0,47829.1416355684,26803.5332483478 -2621,0,47829.1416355684,26803.5332483478 -2622,0,47829.1416355684,26803.5332483478 -2623,0,47829.1416355684,26803.5332483478 -2624,0,47829.1416355684,26803.5332483478 -2625,0,47829.1416355684,26803.5332483478 -2626,0,47829.1416355684,26803.5332483478 -2627,0,47829.1416355684,26803.5332483478 -2628,0,47829.1416355684,26803.5332483478 -2629,0,47829.1416355684,26803.5332483478 -2630,0,47829.1416355684,26803.5332483478 -2631,0,47829.1416355684,26803.5332483478 -2632,0,47829.1416355684,26803.5332483478 -2633,0,47829.1416355684,26803.5332483478 -2634,0,47829.1416355684,26803.5332483478 -2635,0,47829.1416355684,26803.5332483478 -2636,0,47829.1416355684,26803.5332483478 -2637,0,47829.1416355684,26803.5332483478 -2638,0,47829.1416355684,26803.5332483478 -2639,0,47829.1416355684,26803.5332483478 -2640,0,47829.1416355684,26803.5332483478 -2641,0,47829.1416355684,26803.5332483478 -2642,0,47829.1416355684,26803.5332483478 -2643,0,47829.1416355684,26803.5332483478 -2644,0,47829.1416355684,26803.5332483478 -2645,0,47829.1416355684,26803.5332483478 -2646,0,47829.1416355684,26803.5332483478 -2647,0,47829.1416355684,26803.5332483478 -2648,0,47829.1416355684,26803.5332483478 -2649,0,47829.1416355684,26803.5332483478 -2650,0,47829.1416355684,26803.5332483478 -2651,0,47829.1416355684,26803.5332483478 -2652,0,47829.1416355684,26803.5332483478 -2653,0,47829.1416355684,26803.5332483478 -2654,0,47829.1416355684,26803.5332483478 -2655,0,47829.1416355684,26803.5332483478 -2656,0,47829.1416355684,26803.5332483478 -2657,0,47829.1416355684,26803.5332483478 -2658,0,47829.1416355684,26803.5332483478 -2659,0,47829.1416355684,26803.5332483478 -2660,0,47829.1416355684,26803.5332483478 -2661,0,47829.1416355684,26803.5332483478 -2662,0,47829.1416355684,26803.5332483478 -2663,0,47829.1416355684,26803.5332483478 -2664,0,47829.1416355684,26803.5332483478 -2665,0,47829.1416355684,26803.5332483478 -2666,0,47829.1416355684,26803.5332483478 -2667,0,47829.1416355684,26803.5332483478 -2668,0,47829.1416355684,26803.5332483478 -2669,0,47829.1416355684,26803.5332483478 -2670,0,47829.1416355684,26803.5332483478 -2671,0,47829.1416355684,26803.5332483478 -2672,0,47829.1416355684,26803.5332483478 -2673,0,47829.1416355684,26803.5332483478 -2674,0,47829.1416355684,26803.5332483478 -2675,0,47829.1416355684,26803.5332483478 -2676,0,47829.1416355684,26803.5332483478 -2677,0,47829.1416355684,26803.5332483478 -2678,0,47829.1416355684,26803.5332483478 -2679,0,47829.1416355684,26803.5332483478 -2680,0,47829.1416355684,26803.5332483478 -2681,0,47829.1416355684,26803.5332483478 -2682,0,47829.1416355684,26803.5332483478 -2683,0,47829.1416355684,26803.5332483478 -2684,0,47829.1416355684,26803.5332483478 -2685,0,47829.1416355684,26803.5332483478 -2686,0,47829.1416355684,26803.5332483478 -2687,0,47829.1416355684,26803.5332483478 -2688,0,47829.1416355684,26803.5332483478 -2689,0,47829.1416355684,26803.5332483478 -2690,0,47829.1416355684,26803.5332483478 -2691,0,47829.1416355684,26803.5332483478 -2692,0,47829.1416355684,26803.5332483478 -2693,0,47829.1416355684,26803.5332483478 -2694,0,47829.1416355684,26803.5332483478 -2695,0,47829.1416355684,26803.5332483478 -2696,0,47829.1416355684,26803.5332483478 -2697,0,47829.1416355684,26803.5332483478 -2698,0,47829.1416355684,26803.5332483478 -2699,0,47829.1416355684,26803.5332483478 -2700,0,47829.1416355684,26803.5332483478 -2701,0,47829.1416355684,26803.5332483478 -2702,0,47829.1416355684,26803.5332483478 -2703,0,47829.1416355684,26803.5332483478 -2704,0,47829.1416355684,26803.5332483478 -2705,0,47829.1416355684,26803.5332483478 -2706,0,47829.1416355684,26803.5332483478 -2707,0,47829.1416355684,26803.5332483478 -2708,0,47829.1416355684,26803.5332483478 -2709,0,47829.1416355684,26803.5332483478 -2710,0,47829.1416355684,26803.5332483478 -2711,0,47829.1416355684,26803.5332483478 -2712,0,47829.1416355684,26803.5332483478 -2713,0,47829.1416355684,26803.5332483478 -2714,0,47829.1416355684,26803.5332483478 -2715,0,47829.1416355684,26803.5332483478 -2716,0,47829.1416355684,26803.5332483478 -2717,0,47829.1416355684,26803.5332483478 -2718,0,47829.1416355684,26803.5332483478 -2719,0,47829.1416355684,26803.5332483478 -2720,0,47829.1416355684,26803.5332483478 -2721,0,47829.1416355684,26803.5332483478 -2722,0,47829.1416355684,26803.5332483478 -2723,0,47829.1416355684,26803.5332483478 -2724,0,47829.1416355684,26803.5332483478 -2725,0,47829.1416355684,26803.5332483478 -2726,0,47829.1416355684,26803.5332483478 -2727,0,47829.1416355684,26803.5332483478 -2728,0,47829.1416355684,26803.5332483478 -2729,0,47829.1416355684,26803.5332483478 -2730,0,47829.1416355684,26803.5332483478 -2731,0,47829.1416355684,26803.5332483478 -2732,0,47829.1416355684,26803.5332483478 -2733,0,47829.1416355684,26803.5332483478 -2734,0,47829.1416355684,26803.5332483478 -2735,0,47829.1416355684,26803.5332483478 -2736,0,47829.1416355684,26803.5332483478 -2737,0,47829.1416355684,26803.5332483478 -2738,0,47829.1416355684,26803.5332483478 -2739,0,47829.1416355684,26803.5332483478 -2740,0,47829.1416355684,26803.5332483478 -2741,0,47829.1416355684,26803.5332483478 -2742,0,47829.1416355684,26803.5332483478 -2743,0,47829.1416355684,26803.5332483478 -2744,0,47829.1416355684,26803.5332483478 -2745,0,47829.1416355684,26803.5332483478 -2746,0,47829.1416355684,26803.5332483478 -2747,0,47829.1416355684,26803.5332483478 -2748,0,47829.1416355684,26803.5332483478 -2749,0,47829.1416355684,26803.5332483478 -2750,0,47829.1416355684,26803.5332483478 -2751,0,47829.1416355684,26803.5332483478 -2752,0,47829.1416355684,26803.5332483478 -2753,0,47829.1416355684,26803.5332483478 -2754,0,47829.1416355684,26803.5332483478 -2755,0,47829.1416355684,26803.5332483478 -2756,0,47829.1416355684,26803.5332483478 -2757,0,47829.1416355684,26803.5332483478 -2758,0,47829.1416355684,26803.5332483478 -2759,0,47829.1416355684,26803.5332483478 -2760,0,47829.1416355684,26803.5332483478 -2761,0,47829.1416355684,26803.5332483478 -2762,0,47829.1416355684,26803.5332483478 -2763,0,47829.1416355684,26803.5332483478 -2764,0,47829.1416355684,26803.5332483478 -2765,0,47829.1416355684,26803.5332483478 -2766,0,47829.1416355684,26803.5332483478 -2767,0,47829.1416355684,26803.5332483478 -2768,0,47829.1416355684,26803.5332483478 -2769,0,47829.1416355684,26803.5332483478 -2770,0,47829.1416355684,26803.5332483478 -2771,0,47829.1416355684,26803.5332483478 -2772,0,47829.1416355684,26803.5332483478 -2773,0,47829.1416355684,26803.5332483478 -2774,0,47829.1416355684,26803.5332483478 -2775,0,47829.1416355684,26803.5332483478 -2776,0,47829.1416355684,26803.5332483478 -2777,0,47829.1416355684,26803.5332483478 -2778,0,47829.1416355684,26803.5332483478 -2779,0,47829.1416355684,26803.5332483478 -2780,0,47829.1416355684,26803.5332483478 -2781,0,47829.1416355684,26803.5332483478 -2782,0,47829.1416355684,26803.5332483478 -2783,0,47829.1416355684,26803.5332483478 -2784,0,47829.1416355684,26803.5332483478 -2785,0,47829.1416355684,26803.5332483478 -2786,0,47829.1416355684,26803.5332483478 -2787,0,47829.1416355684,26803.5332483478 -2788,0,47829.1416355684,26803.5332483478 -2789,0,47829.1416355684,26803.5332483478 -2790,0,47829.1416355684,26803.5332483478 -2791,0,47829.1416355684,26803.5332483478 -2792,0,47829.1416355684,26803.5332483478 -2793,0,47829.1416355684,26803.5332483478 -2794,0,47829.1416355684,26803.5332483478 -2795,0,47829.1416355684,26803.5332483478 -2796,0,47829.1416355684,26803.5332483478 -2797,0,47829.1416355684,26803.5332483478 -2798,0,47829.1416355684,26803.5332483478 -2799,0,47829.1416355684,26803.5332483478 -2800,0,47829.1416355684,26803.5332483478 -2801,0,47829.1416355684,26803.5332483478 -2802,0,47829.1416355684,26803.5332483478 -2803,0,47829.1416355684,26803.5332483478 -2804,0,47829.1416355684,26803.5332483478 -2805,0,47829.1416355684,26803.5332483478 -2806,0,47829.1416355684,26803.5332483478 -2807,0,47829.1416355684,26803.5332483478 -2808,0,47829.1416355684,26803.5332483478 -2809,0,47829.1416355684,26803.5332483478 -2810,0,47829.1416355684,26803.5332483478 -2811,0,47829.1416355684,26803.5332483478 -2812,0,47829.1416355684,26803.5332483478 -2813,0,47829.1416355684,26803.5332483478 -2814,0,47829.1416355684,26803.5332483478 -2815,0,47829.1416355684,26803.5332483478 -2816,0,47829.1416355684,26803.5332483478 -2817,0,47829.1416355684,26803.5332483478 -2818,0,47829.1416355684,26803.5332483478 -2819,0,47829.1416355684,26803.5332483478 -2820,0,47829.1416355684,26803.5332483478 -2821,0,47829.1416355684,26803.5332483478 -2822,0,47829.1416355684,26803.5332483478 -2823,0,47829.1416355684,26803.5332483478 -2824,0,47829.1416355684,26803.5332483478 -2825,0,47829.1416355684,26803.5332483478 -2826,0,47829.1416355684,26803.5332483478 -2827,0,47829.1416355684,26803.5332483478 -2828,0,47829.1416355684,26803.5332483478 -2829,0,47829.1416355684,26803.5332483478 -2830,0,47829.1416355684,26803.5332483478 -2831,0,47829.1416355684,26803.5332483478 -2832,0,47829.1416355684,26803.5332483478 -2833,0,47829.1416355684,26803.5332483478 -2834,0,47829.1416355684,26803.5332483478 -2835,0,47829.1416355684,26803.5332483478 -2836,0,47829.1416355684,26803.5332483478 -2837,0,47829.1416355684,26803.5332483478 -2838,0,47829.1416355684,26803.5332483478 -2839,0,47829.1416355684,26803.5332483478 -2840,0,47829.1416355684,26803.5332483478 -2841,0,47829.1416355684,26803.5332483478 -2842,0,47829.1416355684,26803.5332483478 -2843,0,47829.1416355684,26803.5332483478 -2844,0,47829.1416355684,26803.5332483478 -2845,0,47829.1416355684,26803.5332483478 -2846,0,47829.1416355684,26803.5332483478 -2847,0,47829.1416355684,26803.5332483478 -2848,0,47829.1416355684,26803.5332483478 -2849,0,47829.1416355684,26803.5332483478 -2850,0,47829.1416355684,26803.5332483478 -2851,0,47829.1416355684,26803.5332483478 -2852,0,47829.1416355684,26803.5332483478 -2853,0,47829.1416355684,26803.5332483478 -2854,0,47829.1416355684,26803.5332483478 -2855,0,47829.1416355684,26803.5332483478 -2856,0,47829.1416355684,26803.5332483478 -2857,0,47829.1416355684,26803.5332483478 -2858,0,47829.1416355684,26803.5332483478 -2859,0,47829.1416355684,26803.5332483478 -2860,0,47829.1416355684,26803.5332483478 -2861,0,47829.1416355684,26803.5332483478 -2862,0,47829.1416355684,26803.5332483478 -2863,0,47829.1416355684,26803.5332483478 -2864,0,47829.1416355684,26803.5332483478 -2865,0,47829.1416355684,26803.5332483478 -2866,0,47829.1416355684,26803.5332483478 -2867,0,47829.1416355684,26803.5332483478 -2868,0,47829.1416355684,26803.5332483478 -2869,0,47829.1416355684,26803.5332483478 -2870,0,47829.1416355684,26803.5332483478 -2871,0,47829.1416355684,26803.5332483478 -2872,0,47829.1416355684,26803.5332483478 -2873,0,47829.1416355684,26803.5332483478 -2874,0,47829.1416355684,26803.5332483478 -2875,0,47829.1416355684,26803.5332483478 -2876,0,47829.1416355684,26803.5332483478 -2877,0,47829.1416355684,26803.5332483478 -2878,0,47829.1416355684,26803.5332483478 -2879,0,47829.1416355684,26803.5332483478 -2880,0,47829.1416355684,26803.5332483478 -2881,0,47829.1416355684,26803.5332483478 -2882,0,47829.1416355684,26803.5332483478 -2883,0,47829.1416355684,26803.5332483478 -2884,0,47829.1416355684,26803.5332483478 -2885,0,47829.1416355684,26803.5332483478 -2886,0,47829.1416355684,26803.5332483478 -2887,0,47829.1416355684,26803.5332483478 -2888,0,47829.1416355684,26803.5332483478 -2889,0,47829.1416355684,26803.5332483478 -2890,0,47829.1416355684,26803.5332483478 -2891,0,47829.1416355684,26803.5332483478 -2892,0,47829.1416355684,26803.5332483478 -2893,0,47829.1416355684,26803.5332483478 -2894,0,47829.1416355684,26803.5332483478 -2895,0,47829.1416355684,26803.5332483478 -2896,0,47829.1416355684,26803.5332483478 -2897,0,47829.1416355684,26803.5332483478 -2898,0,47829.1416355684,26803.5332483478 -2899,0,47829.1416355684,26803.5332483478 -2900,0,47829.1416355684,26803.5332483478 -2901,0,47829.1416355684,26803.5332483478 -2902,0,47829.1416355684,26803.5332483478 -2903,0,47829.1416355684,26803.5332483478 -2904,0,47829.1416355684,26803.5332483478 -2905,0,47829.1416355684,26803.5332483478 -2906,0,47829.1416355684,26803.5332483478 -2907,0,47829.1416355684,26803.5332483478 -2908,0,47829.1416355684,26803.5332483478 -2909,0,47829.1416355684,26803.5332483478 -2910,0,47829.1416355684,26803.5332483478 -2911,0,47829.1416355684,26803.5332483478 -2912,0,47829.1416355684,26803.5332483478 -2913,0,47829.1416355684,26803.5332483478 -2914,0,47829.1416355684,26803.5332483478 -2915,0,47829.1416355684,26803.5332483478 -2916,0,47829.1416355684,26803.5332483478 -2917,0,47829.1416355684,26803.5332483478 -2918,0,47829.1416355684,26803.5332483478 -2919,0,47829.1416355684,26803.5332483478 -2920,0,47829.1416355684,26803.5332483478 -2921,0,47829.1416355684,26803.5332483478 -2922,0,47829.1416355684,26803.5332483478 -2923,0,47829.1416355684,26803.5332483478 -2924,0,47829.1416355684,26803.5332483478 -2925,0,47829.1416355684,26803.5332483478 -2926,0,47829.1416355684,26803.5332483478 -2927,0,47829.1416355684,26803.5332483478 -2928,0,47829.1416355684,26803.5332483478 -2929,0,47829.1416355684,26803.5332483478 -2930,0,47829.1416355684,26803.5332483478 -2931,0,47829.1416355684,26803.5332483478 -2932,0,47829.1416355684,26803.5332483478 -2933,0,47829.1416355684,26803.5332483478 -2934,0,47829.1416355684,26803.5332483478 -2935,0,47829.1416355684,26803.5332483478 -2936,0,47829.1416355684,26803.5332483478 -2937,0,47829.1416355684,26803.5332483478 -2938,0,47829.1416355684,26803.5332483478 -2939,0,47829.1416355684,26803.5332483478 -2940,0,47829.1416355684,26803.5332483478 -2941,0,47829.1416355684,26803.5332483478 -2942,0,47829.1416355684,26803.5332483478 -2943,0,47829.1416355684,26803.5332483478 -2944,0,47829.1416355684,26803.5332483478 -2945,0,47829.1416355684,26803.5332483478 -2946,0,47829.1416355684,26803.5332483478 -2947,0,47829.1416355684,26803.5332483478 -2948,0,47829.1416355684,26803.5332483478 -2949,0,47829.1416355684,26803.5332483478 -2950,0,47829.1416355684,26803.5332483478 -2951,0,47829.1416355684,26803.5332483478 -2952,0,47829.1416355684,26803.5332483478 -2953,0,47829.1416355684,26803.5332483478 -2954,0,47829.1416355684,26803.5332483478 -2955,0,47829.1416355684,26803.5332483478 -2956,0,47829.1416355684,26803.5332483478 -2957,0,47829.1416355684,26803.5332483478 -2958,0,47829.1416355684,26803.5332483478 -2959,0,47829.1416355684,26803.5332483478 -2960,0,47829.1416355684,26803.5332483478 -2961,0,47829.1416355684,26803.5332483478 -2962,0,47829.1416355684,26803.5332483478 -2963,0,47829.1416355684,26803.5332483478 -2964,0,47829.1416355684,26803.5332483478 -2965,0,47829.1416355684,26803.5332483478 -2966,0,47829.1416355684,26803.5332483478 -2967,0,47829.1416355684,26803.5332483478 -2968,0,47829.1416355684,26803.5332483478 -2969,0,47829.1416355684,26803.5332483478 -2970,0,47829.1416355684,26803.5332483478 -2971,0,47829.1416355684,26803.5332483478 -2972,0,47829.1416355684,26803.5332483478 -2973,0,47829.1416355684,26803.5332483478 -2974,0,47829.1416355684,26803.5332483478 -2975,0,47829.1416355684,26803.5332483478 -2976,0,47829.1416355684,26803.5332483478 -2977,0,47829.1416355684,26803.5332483478 -2978,0,47829.1416355684,26803.5332483478 -2979,0,47829.1416355684,26803.5332483478 -2980,0,47829.1416355684,26803.5332483478 -2981,0,47829.1416355684,26803.5332483478 -2982,0,47829.1416355684,26803.5332483478 -2983,0,47829.1416355684,26803.5332483478 -2984,0,47829.1416355684,26803.5332483478 -2985,0,47829.1416355684,26803.5332483478 -2986,0,47829.1416355684,26803.5332483478 -2987,0,47829.1416355684,26803.5332483478 -2988,0,47829.1416355684,26803.5332483478 -2989,0,47829.1416355684,26803.5332483478 -2990,0,47829.1416355684,26803.5332483478 -2991,0,47829.1416355684,26803.5332483478 -2992,0,47829.1416355684,26803.5332483478 -2993,0,47829.1416355684,26803.5332483478 -2994,0,47829.1416355684,26803.5332483478 -2995,0,47829.1416355684,26803.5332483478 -2996,0,47829.1416355684,26803.5332483478 -2997,0,47829.1416355684,26803.5332483478 -2998,0,47829.1416355684,26803.5332483478 -2999,0,47829.1416355684,26803.5332483478 -3000,0,47829.1416355684,26803.5332483478 -3001,0,47829.1416355684,26803.5332483478 -3002,0,47829.1416355684,26803.5332483478 -3003,0,47829.1416355684,26803.5332483478 -3004,0,47829.1416355684,26803.5332483478 -3005,0,47829.1416355684,26803.5332483478 -3006,0,47829.1416355684,26803.5332483478 -3007,0,47829.1416355684,26803.5332483478 -3008,0,47829.1416355684,26803.5332483478 -3009,0,47829.1416355684,26803.5332483478 -3010,0,47829.1416355684,26803.5332483478 -3011,0,47829.1416355684,26803.5332483478 -3012,0,47829.1416355684,26803.5332483478 -3013,0,47829.1416355684,26803.5332483478 -3014,0,47829.1416355684,26803.5332483478 -3015,0,47829.1416355684,26803.5332483478 -3016,0,47829.1416355684,26803.5332483478 -3017,0,47829.1416355684,26803.5332483478 -3018,0,47829.1416355684,26803.5332483478 -3019,0,47829.1416355684,26803.5332483478 -3020,0,47829.1416355684,26803.5332483478 -3021,0,47829.1416355684,26803.5332483478 -3022,0,47829.1416355684,26803.5332483478 -3023,0,47829.1416355684,26803.5332483478 -3024,0,47829.1416355684,26803.5332483478 -3025,0,47829.1416355684,26803.5332483478 -3026,0,47829.1416355684,26803.5332483478 -3027,0,47829.1416355684,26803.5332483478 -3028,0,47829.1416355684,26803.5332483478 -3029,0,47829.1416355684,26803.5332483478 -3030,0,47829.1416355684,26803.5332483478 -3031,0,47829.1416355684,26803.5332483478 -3032,0,47829.1416355684,26803.5332483478 -3033,0,47829.1416355684,26803.5332483478 -3034,0,47829.1416355684,26803.5332483478 -3035,0,47829.1416355684,26803.5332483478 -3036,0,47829.1416355684,26803.5332483478 -3037,0,47829.1416355684,26803.5332483478 -3038,0,47829.1416355684,26803.5332483478 -3039,0,47829.1416355684,26803.5332483478 -3040,0,47829.1416355684,26803.5332483478 -3041,0,47829.1416355684,26803.5332483478 -3042,0,47829.1416355684,26803.5332483478 -3043,0,47829.1416355684,26803.5332483478 -3044,0,47829.1416355684,26803.5332483478 -3045,0,47829.1416355684,26803.5332483478 -3046,0,47829.1416355684,26803.5332483478 -3047,0,47829.1416355684,26803.5332483478 -3048,0,47829.1416355684,26803.5332483478 -3049,0,47829.1416355684,26803.5332483478 -3050,0,47829.1416355684,26803.5332483478 -3051,0,47829.1416355684,26803.5332483478 -3052,0,47829.1416355684,26803.5332483478 -3053,0,47829.1416355684,26803.5332483478 -3054,0,47829.1416355684,26803.5332483478 -3055,0,47829.1416355684,26803.5332483478 -3056,0,47829.1416355684,26803.5332483478 -3057,0,47829.1416355684,26803.5332483478 -3058,0,47829.1416355684,26803.5332483478 -3059,0,47829.1416355684,26803.5332483478 -3060,0,47829.1416355684,26803.5332483478 -3061,0,47829.1416355684,26803.5332483478 -3062,0,47829.1416355684,26803.5332483478 -3063,0,47829.1416355684,26803.5332483478 -3064,0,47829.1416355684,26803.5332483478 -3065,0,47829.1416355684,26803.5332483478 -3066,0,47829.1416355684,26803.5332483478 -3067,0,47829.1416355684,26803.5332483478 -3068,0,47829.1416355684,26803.5332483478 -3069,0,47829.1416355684,26803.5332483478 -3070,0,47829.1416355684,26803.5332483478 -3071,0,47829.1416355684,26803.5332483478 -3072,0,47829.1416355684,26803.5332483478 -3073,0,47829.1416355684,26803.5332483478 -3074,0,47829.1416355684,26803.5332483478 -3075,0,47829.1416355684,26803.5332483478 -3076,0,47829.1416355684,26803.5332483478 -3077,0,47829.1416355684,26803.5332483478 -3078,0,47829.1416355684,26803.5332483478 -3079,0,47829.1416355684,26803.5332483478 -3080,0,47829.1416355684,26803.5332483478 -3081,0,47829.1416355684,26803.5332483478 -3082,0,47829.1416355684,26803.5332483478 -3083,0,47829.1416355684,26803.5332483478 -3084,0,47829.1416355684,26803.5332483478 -3085,0,47829.1416355684,26803.5332483478 -3086,0,47829.1416355684,26803.5332483478 -3087,0,47829.1416355684,26803.5332483478 -3088,0,47829.1416355684,26803.5332483478 -3089,0,47829.1416355684,26803.5332483478 -3090,0,47829.1416355684,26803.5332483478 -3091,0,47829.1416355684,26803.5332483478 -3092,0,47829.1416355684,26803.5332483478 -3093,0,47829.1416355684,26803.5332483478 -3094,0,47829.1416355684,26803.5332483478 -3095,0,47829.1416355684,26803.5332483478 -3096,0,47829.1416355684,26803.5332483478 -3097,0,47829.1416355684,26803.5332483478 -3098,0,47829.1416355684,26803.5332483478 -3099,0,47829.1416355684,26803.5332483478 -3100,0,47829.1416355684,26803.5332483478 -3101,0,47829.1416355684,26803.5332483478 -3102,0,47829.1416355684,26803.5332483478 -3103,0,47829.1416355684,26803.5332483478 -3104,0,47829.1416355684,26803.5332483478 -3105,0,47829.1416355684,26803.5332483478 -3106,0,47829.1416355684,26803.5332483478 -3107,0,47829.1416355684,26803.5332483478 -3108,0,47829.1416355684,26803.5332483478 -3109,0,47829.1416355684,26803.5332483478 -3110,0,47829.1416355684,26803.5332483478 -3111,0,47829.1416355684,26803.5332483478 -3112,0,47829.1416355684,26803.5332483478 -3113,0,47829.1416355684,26803.5332483478 -3114,0,47829.1416355684,26803.5332483478 -3115,0,47829.1416355684,26803.5332483478 -3116,0,47829.1416355684,26803.5332483478 -3117,0,47829.1416355684,26803.5332483478 -3118,0,47829.1416355684,26803.5332483478 -3119,0,47829.1416355684,26803.5332483478 -3120,0,47829.1416355684,26803.5332483478 -3121,0,47829.1416355684,26803.5332483478 -3122,0,47829.1416355684,26803.5332483478 -3123,0,47829.1416355684,26803.5332483478 -3124,0,47829.1416355684,26803.5332483478 -3125,0,47829.1416355684,26803.5332483478 -3126,0,47829.1416355684,26803.5332483478 -3127,0,47829.1416355684,26803.5332483478 -3128,0,47829.1416355684,26803.5332483478 -3129,0,47829.1416355684,26803.5332483478 -3130,0,47829.1416355684,26803.5332483478 -3131,0,47829.1416355684,26803.5332483478 -3132,0,47829.1416355684,26803.5332483478 -3133,0,47829.1416355684,26803.5332483478 -3134,0,47829.1416355684,26803.5332483478 -3135,0,47829.1416355684,26803.5332483478 -3136,0,47829.1416355684,26803.5332483478 -3137,0,47829.1416355684,26803.5332483478 -3138,0,47829.1416355684,26803.5332483478 -3139,0,47829.1416355684,26803.5332483478 -3140,0,47829.1416355684,26803.5332483478 -3141,0,47829.1416355684,26803.5332483478 -3142,0,47829.1416355684,26803.5332483478 -3143,0,47829.1416355684,26803.5332483478 -3144,0,47829.1416355684,26803.5332483478 -3145,0,47829.1416355684,26803.5332483478 -3146,0,47829.1416355684,26803.5332483478 -3147,0,47829.1416355684,26803.5332483478 -3148,0,47829.1416355684,26803.5332483478 -3149,0,47829.1416355684,26803.5332483478 -3150,0,47829.1416355684,26803.5332483478 -3151,0,47829.1416355684,26803.5332483478 -3152,0,47829.1416355684,26803.5332483478 -3153,0,47829.1416355684,26803.5332483478 -3154,0,47829.1416355684,26803.5332483478 -3155,0,47829.1416355684,26803.5332483478 -3156,0,47829.1416355684,26803.5332483478 -3157,0,47829.1416355684,26803.5332483478 -3158,0,47829.1416355684,26803.5332483478 -3159,0,47829.1416355684,26803.5332483478 -3160,0,47829.1416355684,26803.5332483478 -3161,0,47829.1416355684,26803.5332483478 -3162,0,47829.1416355684,26803.5332483478 -3163,0,47829.1416355684,26803.5332483478 -3164,0,47829.1416355684,26803.5332483478 -3165,0,47829.1416355684,26803.5332483478 -3166,0,47829.1416355684,26803.5332483478 -3167,0,47829.1416355684,26803.5332483478 -3168,0,47829.1416355684,26803.5332483478 -3169,0,47829.1416355684,26803.5332483478 -3170,0,47829.1416355684,26803.5332483478 -3171,0,47829.1416355684,26803.5332483478 -3172,0,47829.1416355684,26803.5332483478 -3173,0,47829.1416355684,26803.5332483478 -3174,0,47829.1416355684,26803.5332483478 -3175,0,47829.1416355684,26803.5332483478 -3176,0,47829.1416355684,26803.5332483478 -3177,0,47829.1416355684,26803.5332483478 -3178,0,47829.1416355684,26803.5332483478 -3179,0,47829.1416355684,26803.5332483478 -3180,0,47829.1416355684,26803.5332483478 -3181,0,47829.1416355684,26803.5332483478 -3182,0,47829.1416355684,26803.5332483478 -3183,0,47829.1416355684,26803.5332483478 -3184,0,47829.1416355684,26803.5332483478 -3185,0,47829.1416355684,26803.5332483478 -3186,0,47829.1416355684,26803.5332483478 -3187,0,47829.1416355684,26803.5332483478 -3188,0,47829.1416355684,26803.5332483478 -3189,0,47829.1416355684,26803.5332483478 -3190,0,47829.1416355684,26803.5332483478 -3191,0,47829.1416355684,26803.5332483478 -3192,0,47829.1416355684,26803.5332483478 -3193,0,47829.1416355684,26803.5332483478 -3194,0,47829.1416355684,26803.5332483478 -3195,0,47829.1416355684,26803.5332483478 -3196,0,47829.1416355684,26803.5332483478 -3197,0,47829.1416355684,26803.5332483478 -3198,0,47829.1416355684,26803.5332483478 -3199,0,47829.1416355684,26803.5332483478 -3200,0,47829.1416355684,26803.5332483478 -3201,0,47829.1416355684,26803.5332483478 -3202,0,47829.1416355684,26803.5332483478 -3203,0,47829.1416355684,26803.5332483478 -3204,0,47829.1416355684,26803.5332483478 -3205,0,47829.1416355684,26803.5332483478 -3206,0,47829.1416355684,26803.5332483478 -3207,0,47829.1416355684,26803.5332483478 -3208,0,47829.1416355684,26803.5332483478 -3209,0,47829.1416355684,26803.5332483478 -3210,0,47829.1416355684,26803.5332483478 -3211,0,47829.1416355684,26803.5332483478 -3212,0,47829.1416355684,26803.5332483478 -3213,0,47829.1416355684,26803.5332483478 -3214,0,47829.1416355684,26803.5332483478 -3215,0,47829.1416355684,26803.5332483478 -3216,0,47829.1416355684,26803.5332483478 -3217,0,47829.1416355684,26803.5332483478 -3218,0,47829.1416355684,26803.5332483478 -3219,0,47829.1416355684,26803.5332483478 -3220,0,47829.1416355684,26803.5332483478 -3221,0,47829.1416355684,26803.5332483478 -3222,0,47829.1416355684,26803.5332483478 -3223,0,47829.1416355684,26803.5332483478 -3224,0,47829.1416355684,26803.5332483478 -3225,0,47829.1416355684,26803.5332483478 -3226,0,47829.1416355684,26803.5332483478 -3227,0,47829.1416355684,26803.5332483478 -3228,0,47829.1416355684,26803.5332483478 -3229,0,47829.1416355684,26803.5332483478 -3230,0,47829.1416355684,26803.5332483478 -3231,0,47829.1416355684,26803.5332483478 -3232,0,47829.1416355684,26803.5332483478 -3233,0,47829.1416355684,26803.5332483478 -3234,0,47829.1416355684,26803.5332483478 -3235,0,47829.1416355684,26803.5332483478 -3236,0,47829.1416355684,26803.5332483478 -3237,0,47829.1416355684,26803.5332483478 -3238,0,47829.1416355684,26803.5332483478 -3239,0,47829.1416355684,26803.5332483478 -3240,0,47829.1416355684,26803.5332483478 -3241,0,47829.1416355684,26803.5332483478 -3242,0,47829.1416355684,26803.5332483478 -3243,0,47829.1416355684,26803.5332483478 -3244,0,47829.1416355684,26803.5332483478 -3245,0,47829.1416355684,26803.5332483478 -3246,0,47829.1416355684,26803.5332483478 -3247,0,47829.1416355684,26803.5332483478 -3248,0,47829.1416355684,26803.5332483478 -3249,0,47829.1416355684,26803.5332483478 -3250,0,47829.1416355684,26803.5332483478 -3251,0,47829.1416355684,26803.5332483478 -3252,0,47829.1416355684,26803.5332483478 -3253,0,47829.1416355684,26803.5332483478 -3254,0,47829.1416355684,26803.5332483478 -3255,0,47829.1416355684,26803.5332483478 -3256,0,47829.1416355684,26803.5332483478 -3257,0,47829.1416355684,26803.5332483478 -3258,0,47829.1416355684,26803.5332483478 -3259,0,47829.1416355684,26803.5332483478 -3260,0,47829.1416355684,26803.5332483478 -3261,0,47829.1416355684,26803.5332483478 -3262,0,47829.1416355684,26803.5332483478 -3263,0,47829.1416355684,26803.5332483478 -3264,0,47829.1416355684,26803.5332483478 -3265,0,47829.1416355684,26803.5332483478 -3266,0,47829.1416355684,26803.5332483478 -3267,0,47829.1416355684,26803.5332483478 -3268,0,47829.1416355684,26803.5332483478 -3269,0,47829.1416355684,26803.5332483478 -3270,0,47829.1416355684,26803.5332483478 -3271,0,47829.1416355684,26803.5332483478 -3272,0,47829.1416355684,26803.5332483478 -3273,0,47829.1416355684,26803.5332483478 -3274,0,47829.1416355684,26803.5332483478 -3275,0,47829.1416355684,26803.5332483478 -3276,0,47829.1416355684,26803.5332483478 -3277,0,47829.1416355684,26803.5332483478 -3278,0,47829.1416355684,26803.5332483478 -3279,0,47829.1416355684,26803.5332483478 -3280,0,47829.1416355684,26803.5332483478 -3281,0,47829.1416355684,26803.5332483478 -3282,0,47829.1416355684,26803.5332483478 -3283,0,47829.1416355684,26803.5332483478 -3284,0,47829.1416355684,26803.5332483478 -3285,0,47829.1416355684,26803.5332483478 -3286,0,47829.1416355684,26803.5332483478 -3287,0,47829.1416355684,26803.5332483478 -3288,0,47829.1416355684,26803.5332483478 -3289,0,47829.1416355684,26803.5332483478 -3290,0,47829.1416355684,26803.5332483478 -3291,0,47829.1416355684,26803.5332483478 -3292,0,47829.1416355684,26803.5332483478 -3293,0,47829.1416355684,26803.5332483478 -3294,0,47829.1416355684,26803.5332483478 -3295,0,47829.1416355684,26803.5332483478 -3296,0,47829.1416355684,26803.5332483478 -3297,0,47829.1416355684,26803.5332483478 -3298,0,47829.1416355684,26803.5332483478 -3299,0,47829.1416355684,26803.5332483478 -3300,0,47829.1416355684,26803.5332483478 -3301,0,47829.1416355684,26803.5332483478 -3302,0,47829.1416355684,26803.5332483478 -3303,0,47829.1416355684,26803.5332483478 -3304,0,47829.1416355684,26803.5332483478 -3305,0,47829.1416355684,26803.5332483478 -3306,0,47829.1416355684,26803.5332483478 -3307,0,47829.1416355684,26803.5332483478 -3308,0,47829.1416355684,26803.5332483478 -3309,0,47829.1416355684,26803.5332483478 -3310,0,47829.1416355684,26803.5332483478 -3311,0,47829.1416355684,26803.5332483478 -3312,0,47829.1416355684,26803.5332483478 -3313,0,47829.1416355684,26803.5332483478 -3314,0,47829.1416355684,26803.5332483478 -3315,0,47829.1416355684,26803.5332483478 -3316,0,47829.1416355684,26803.5332483478 -3317,0,47829.1416355684,26803.5332483478 -3318,0,47829.1416355684,26803.5332483478 -3319,0,47829.1416355684,26803.5332483478 -3320,0,47829.1416355684,26803.5332483478 -3321,0,47829.1416355684,26803.5332483478 -3322,0,47829.1416355684,26803.5332483478 -3323,0,47829.1416355684,26803.5332483478 -3324,0,47829.1416355684,26803.5332483478 -3325,0,47829.1416355684,26803.5332483478 -3326,0,47829.1416355684,26803.5332483478 -3327,0,47829.1416355684,26803.5332483478 -3328,0,47829.1416355684,26803.5332483478 -3329,0,47829.1416355684,26803.5332483478 -3330,0,47829.1416355684,26803.5332483478 -3331,0,47829.1416355684,26803.5332483478 -3332,0,47829.1416355684,26803.5332483478 -3333,0,47829.1416355684,26803.5332483478 -3334,0,47829.1416355684,26803.5332483478 -3335,0,47829.1416355684,26803.5332483478 -3336,0,47829.1416355684,26803.5332483478 -3337,0,47829.1416355684,26803.5332483478 -3338,0,47829.1416355684,26803.5332483478 -3339,0,47829.1416355684,26803.5332483478 -3340,0,47829.1416355684,26803.5332483478 -3341,0,47829.1416355684,26803.5332483478 -3342,0,47829.1416355684,26803.5332483478 -3343,0,47829.1416355684,26803.5332483478 -3344,0,47829.1416355684,26803.5332483478 -3345,0,47829.1416355684,26803.5332483478 -3346,0,47829.1416355684,26803.5332483478 -3347,0,47829.1416355684,26803.5332483478 -3348,0,47829.1416355684,26803.5332483478 -3349,0,47829.1416355684,26803.5332483478 -3350,0,47829.1416355684,26803.5332483478 -3351,0,47829.1416355684,26803.5332483478 -3352,0,47829.1416355684,26803.5332483478 -3353,0,47829.1416355684,26803.5332483478 -3354,0,47829.1416355684,26803.5332483478 -3355,0,47829.1416355684,26803.5332483478 -3356,0,47829.1416355684,26803.5332483478 -3357,0,47829.1416355684,26803.5332483478 -3358,0,47829.1416355684,26803.5332483478 -3359,0,47829.1416355684,26803.5332483478 -3360,0,47829.1416355684,26803.5332483478 -3361,0,47829.1416355684,26803.5332483478 -3362,0,47829.1416355684,26803.5332483478 -3363,0,47829.1416355684,26803.5332483478 -3364,0,47829.1416355684,26803.5332483478 -3365,0,47829.1416355684,26803.5332483478 -3366,0,47829.1416355684,26803.5332483478 -3367,0,47829.1416355684,26803.5332483478 -3368,0,47829.1416355684,26803.5332483478 -3369,0,47829.1416355684,26803.5332483478 -3370,0,47829.1416355684,26803.5332483478 -3371,0,47829.1416355684,26803.5332483478 -3372,0,47829.1416355684,26803.5332483478 -3373,0,47829.1416355684,26803.5332483478 -3374,0,47829.1416355684,26803.5332483478 -3375,0,47829.1416355684,26803.5332483478 -3376,0,47829.1416355684,26803.5332483478 -3377,0,47829.1416355684,26803.5332483478 -3378,0,47829.1416355684,26803.5332483478 -3379,0,47829.1416355684,26803.5332483478 -3380,0,47829.1416355684,26803.5332483478 -3381,0,47829.1416355684,26803.5332483478 -3382,0,47829.1416355684,26803.5332483478 -3383,0,47829.1416355684,26803.5332483478 -3384,0,47829.1416355684,26803.5332483478 -3385,0,47829.1416355684,26803.5332483478 -3386,0,47829.1416355684,26803.5332483478 -3387,0,47829.1416355684,26803.5332483478 -3388,0,47829.1416355684,26803.5332483478 -3389,0,47829.1416355684,26803.5332483478 -3390,0,47829.1416355684,26803.5332483478 -3391,0,47829.1416355684,26803.5332483478 -3392,0,47829.1416355684,26803.5332483478 -3393,0,47829.1416355684,26803.5332483478 -3394,0,47829.1416355684,26803.5332483478 -3395,0,47829.1416355684,26803.5332483478 -3396,0,47829.1416355684,26803.5332483478 -3397,0,47829.1416355684,26803.5332483478 -3398,0,47829.1416355684,26803.5332483478 -3399,0,47829.1416355684,26803.5332483478 -3400,0,47829.1416355684,26803.5332483478 -3401,0,47829.1416355684,26803.5332483478 -3402,0,47829.1416355684,26803.5332483478 -3403,0,47829.1416355684,26803.5332483478 -3404,0,47829.1416355684,26803.5332483478 -3405,0,47829.1416355684,26803.5332483478 -3406,0,47829.1416355684,26803.5332483478 -3407,0,47829.1416355684,26803.5332483478 -3408,0,47829.1416355684,26803.5332483478 -3409,0,47829.1416355684,26803.5332483478 -3410,0,47829.1416355684,26803.5332483478 -3411,0,47829.1416355684,26803.5332483478 -3412,0,47829.1416355684,26803.5332483478 -3413,0,47829.1416355684,26803.5332483478 -3414,0,47829.1416355684,26803.5332483478 -3415,0,47829.1416355684,26803.5332483478 -3416,0,47829.1416355684,26803.5332483478 -3417,0,47829.1416355684,26803.5332483478 -3418,0,47829.1416355684,26803.5332483478 -3419,0,47829.1416355684,26803.5332483478 -3420,0,47829.1416355684,26803.5332483478 -3421,0,47829.1416355684,26803.5332483478 -3422,0,47829.1416355684,26803.5332483478 -3423,0,47829.1416355684,26803.5332483478 -3424,0,47829.1416355684,26803.5332483478 -3425,0,47829.1416355684,26803.5332483478 -3426,0,47829.1416355684,26803.5332483478 -3427,0,47829.1416355684,26803.5332483478 -3428,0,47829.1416355684,26803.5332483478 -3429,0,47829.1416355684,26803.5332483478 -3430,0,47829.1416355684,26803.5332483478 -3431,0,47829.1416355684,26803.5332483478 -3432,0,47829.1416355684,26803.5332483478 -3433,0,47829.1416355684,26803.5332483478 -3434,0,47829.1416355684,26803.5332483478 -3435,0,47829.1416355684,26803.5332483478 -3436,0,47829.1416355684,26803.5332483478 -3437,0,47829.1416355684,26803.5332483478 -3438,0,47829.1416355684,26803.5332483478 -3439,0,47829.1416355684,26803.5332483478 -3440,0,47829.1416355684,26803.5332483478 -3441,0,47829.1416355684,26803.5332483478 -3442,0,47829.1416355684,26803.5332483478 -3443,0,47829.1416355684,26803.5332483478 -3444,0,47829.1416355684,26803.5332483478 -3445,0,47829.1416355684,26803.5332483478 -3446,0,47829.1416355684,26803.5332483478 -3447,0,47829.1416355684,26803.5332483478 -3448,0,47829.1416355684,26803.5332483478 -3449,0,47829.1416355684,26803.5332483478 -3450,0,47829.1416355684,26803.5332483478 -3451,0,47829.1416355684,26803.5332483478 -3452,0,47829.1416355684,26803.5332483478 -3453,0,47829.1416355684,26803.5332483478 -3454,0,47829.1416355684,26803.5332483478 -3455,0,47829.1416355684,26803.5332483478 -3456,0,47829.1416355684,26803.5332483478 -3457,0,47829.1416355684,26803.5332483478 -3458,0,47829.1416355684,26803.5332483478 -3459,0,47829.1416355684,26803.5332483478 -3460,0,47829.1416355684,26803.5332483478 -3461,0,47829.1416355684,26803.5332483478 -3462,0,47829.1416355684,26803.5332483478 -3463,0,47829.1416355684,26803.5332483478 -3464,0,47829.1416355684,26803.5332483478 -3465,0,47829.1416355684,26803.5332483478 -3466,0,47829.1416355684,26803.5332483478 -3467,0,47829.1416355684,26803.5332483478 -3468,0,47829.1416355684,26803.5332483478 -3469,0,47829.1416355684,26803.5332483478 -3470,0,47829.1416355684,26803.5332483478 -3471,0,47829.1416355684,26803.5332483478 -3472,0,47829.1416355684,26803.5332483478 -3473,0,47829.1416355684,26803.5332483478 -3474,0,47829.1416355684,26803.5332483478 -3475,0,47829.1416355684,26803.5332483478 -3476,0,47829.1416355684,26803.5332483478 -3477,0,47829.1416355684,26803.5332483478 -3478,0,47829.1416355684,26803.5332483478 -3479,0,47829.1416355684,26803.5332483478 -3480,0,47829.1416355684,26803.5332483478 -3481,0,47829.1416355684,26803.5332483478 -3482,0,47829.1416355684,26803.5332483478 -3483,0,47829.1416355684,26803.5332483478 -3484,0,47829.1416355684,26803.5332483478 -3485,0,47829.1416355684,26803.5332483478 -3486,0,47829.1416355684,26803.5332483478 -3487,0,47829.1416355684,26803.5332483478 -3488,0,47829.1416355684,26803.5332483478 -3489,0,47829.1416355684,26803.5332483478 -3490,0,47829.1416355684,26803.5332483478 -3491,0,47829.1416355684,26803.5332483478 -3492,0,47829.1416355684,26803.5332483478 -3493,0,47829.1416355684,26803.5332483478 -3494,0,47829.1416355684,26803.5332483478 -3495,0,47829.1416355684,26803.5332483478 -3496,0,47829.1416355684,26803.5332483478 -3497,0,47829.1416355684,26803.5332483478 -3498,0,47829.1416355684,26803.5332483478 -3499,0,47829.1416355684,26803.5332483478 -3500,0,47829.1416355684,26803.5332483478 -3501,0,47829.1416355684,26803.5332483478 -3502,0,47829.1416355684,26803.5332483478 -3503,0,47829.1416355684,26803.5332483478 -3504,0,47829.1416355684,26803.5332483478 -3505,0,47829.1416355684,26803.5332483478 -3506,0,47829.1416355684,26803.5332483478 -3507,0,47829.1416355684,26803.5332483478 -3508,0,47829.1416355684,26803.5332483478 -3509,0,47829.1416355684,26803.5332483478 -3510,0,47829.1416355684,26803.5332483478 -3511,0,47829.1416355684,26803.5332483478 -3512,0,47829.1416355684,26803.5332483478 -3513,0,47829.1416355684,26803.5332483478 -3514,0,47829.1416355684,26803.5332483478 -3515,0,47829.1416355684,26803.5332483478 -3516,0,47829.1416355684,26803.5332483478 -3517,0,47829.1416355684,26803.5332483478 -3518,0,47829.1416355684,26803.5332483478 -3519,0,47829.1416355684,26803.5332483478 -3520,0,47829.1416355684,26803.5332483478 -3521,0,47829.1416355684,26803.5332483478 -3522,0,47829.1416355684,26803.5332483478 -3523,0,47829.1416355684,26803.5332483478 -3524,0,47829.1416355684,26803.5332483478 -3525,0,47829.1416355684,26803.5332483478 -3526,0,47829.1416355684,26803.5332483478 -3527,0,47829.1416355684,26803.5332483478 -3528,0,47829.1416355684,26803.5332483478 -3529,0,47829.1416355684,26803.5332483478 -3530,0,47829.1416355684,26803.5332483478 -3531,0,47829.1416355684,26803.5332483478 -3532,0,47829.1416355684,26803.5332483478 -3533,0,47829.1416355684,26803.5332483478 -3534,0,47829.1416355684,26803.5332483478 -3535,0,47829.1416355684,26803.5332483478 -3536,0,47829.1416355684,26803.5332483478 -3537,0,47829.1416355684,26803.5332483478 -3538,0,47829.1416355684,26803.5332483478 -3539,0,47829.1416355684,26803.5332483478 -3540,0,47829.1416355684,26803.5332483478 -3541,0,47829.1416355684,26803.5332483478 -3542,0,47829.1416355684,26803.5332483478 -3543,0,47829.1416355684,26803.5332483478 -3544,0,47829.1416355684,26803.5332483478 -3545,0,47829.1416355684,26803.5332483478 -3546,0,47829.1416355684,26803.5332483478 -3547,0,47829.1416355684,26803.5332483478 -3548,0,47829.1416355684,26803.5332483478 -3549,0,47829.1416355684,26803.5332483478 -3550,0,47829.1416355684,26803.5332483478 -3551,0,47829.1416355684,26803.5332483478 -3552,0,47829.1416355684,26803.5332483478 -3553,0,47829.1416355684,26803.5332483478 -3554,0,47829.1416355684,26803.5332483478 -3555,0,47829.1416355684,26803.5332483478 -3556,0,47829.1416355684,26803.5332483478 -3557,0,47829.1416355684,26803.5332483478 -3558,0,47829.1416355684,26803.5332483478 -3559,0,47829.1416355684,26803.5332483478 -3560,0,47829.1416355684,26803.5332483478 -3561,0,47829.1416355684,26803.5332483478 -3562,0,47829.1416355684,26803.5332483478 -3563,0,47829.1416355684,26803.5332483478 -3564,0,47829.1416355684,26803.5332483478 -3565,0,47829.1416355684,26803.5332483478 -3566,0,47829.1416355684,26803.5332483478 -3567,0,47829.1416355684,26803.5332483478 -3568,0,47829.1416355684,26803.5332483478 -3569,0,47829.1416355684,26803.5332483478 -3570,0,47829.1416355684,26803.5332483478 -3571,0,47829.1416355684,26803.5332483478 -3572,0,47829.1416355684,26803.5332483478 -3573,0,47829.1416355684,26803.5332483478 -3574,0,47829.1416355684,26803.5332483478 -3575,0,47829.1416355684,26803.5332483478 -3576,0,47829.1416355684,26803.5332483478 -3577,0,47829.1416355684,26803.5332483478 -3578,0,47829.1416355684,26803.5332483478 -3579,0,47829.1416355684,26803.5332483478 -3580,0,47829.1416355684,26803.5332483478 -3581,0,47829.1416355684,26803.5332483478 -3582,0,47829.1416355684,26803.5332483478 -3583,0,47829.1416355684,26803.5332483478 -3584,0,47829.1416355684,26803.5332483478 -3585,0,47829.1416355684,26803.5332483478 -3586,0,47829.1416355684,26803.5332483478 -3587,0,47829.1416355684,26803.5332483478 -3588,0,47829.1416355684,26803.5332483478 -3589,0,47829.1416355684,26803.5332483478 -3590,0,47829.1416355684,26803.5332483478 -3591,0,47829.1416355684,26803.5332483478 -3592,0,47829.1416355684,26803.5332483478 -3593,0,47829.1416355684,26803.5332483478 -3594,0,47829.1416355684,26803.5332483478 -3595,0,47829.1416355684,26803.5332483478 -3596,0,47829.1416355684,26803.5332483478 -3597,0,47829.1416355684,26803.5332483478 -3598,0,47829.1416355684,26803.5332483478 -3599,0,47829.1416355684,26803.5332483478 -3600,0,47829.1416355684,26803.5332483478 -3601,0,47829.1416355684,26803.5332483478 -3602,0,47829.1416355684,26803.5332483478 -3603,0,47829.1416355684,26803.5332483478 -3604,0,47829.1416355684,26803.5332483478 -3605,0,47829.1416355684,26803.5332483478 -3606,0,47829.1416355684,26803.5332483478 -3607,0,47829.1416355684,26803.5332483478 -3608,0,47829.1416355684,26803.5332483478 -3609,0,47829.1416355684,26803.5332483478 -3610,0,47829.1416355684,26803.5332483478 -3611,0,47829.1416355684,26803.5332483478 -3612,0,47829.1416355684,26803.5332483478 -3613,0,47829.1416355684,26803.5332483478 -3614,0,47829.1416355684,26803.5332483478 -3615,0,47829.1416355684,26803.5332483478 -3616,0,47829.1416355684,26803.5332483478 -3617,0,47829.1416355684,26803.5332483478 -3618,0,47829.1416355684,26803.5332483478 -3619,0,47829.1416355684,26803.5332483478 -3620,0,47829.1416355684,26803.5332483478 -3621,0,47829.1416355684,26803.5332483478 -3622,0,47829.1416355684,26803.5332483478 -3623,0,47829.1416355684,26803.5332483478 -3624,0,47829.1416355684,26803.5332483478 -3625,0,47829.1416355684,26803.5332483478 -3626,0,47829.1416355684,26803.5332483478 -3627,0,47829.1416355684,26803.5332483478 -3628,0,47829.1416355684,26803.5332483478 -3629,0,47829.1416355684,26803.5332483478 -3630,0,47829.1416355684,26803.5332483478 -3631,0,47829.1416355684,26803.5332483478 -3632,0,47829.1416355684,26803.5332483478 -3633,0,47829.1416355684,26803.5332483478 -3634,0,47829.1416355684,26803.5332483478 -3635,0,47829.1416355684,26803.5332483478 -3636,0,47829.1416355684,26803.5332483478 -3637,0,47829.1416355684,26803.5332483478 -3638,0,47829.1416355684,26803.5332483478 -3639,0,47829.1416355684,26803.5332483478 -3640,0,47829.1416355684,26803.5332483478 -3641,0,47829.1416355684,26803.5332483478 -3642,0,47829.1416355684,26803.5332483478 -3643,0,47829.1416355684,26803.5332483478 -3644,0,47829.1416355684,26803.5332483478 -3645,0,47829.1416355684,26803.5332483478 -3646,0,47829.1416355684,26803.5332483478 -3647,0,47829.1416355684,26803.5332483478 -3648,0,47829.1416355684,26803.5332483478 -3649,0,47829.1416355684,26803.5332483478 -3650,0,47829.1416355684,26803.5332483478 -3651,0,47829.1416355684,26803.5332483478 -3652,0,47829.1416355684,26803.5332483478 -3653,0,47829.1416355684,26803.5332483478 -3654,0,47829.1416355684,26803.5332483478 -3655,0,47829.1416355684,26803.5332483478 -3656,0,47829.1416355684,26803.5332483478 -3657,0,47829.1416355684,26803.5332483478 -3658,0,47829.1416355684,26803.5332483478 -3659,0,47829.1416355684,26803.5332483478 -3660,0,47829.1416355684,26803.5332483478 -3661,0,47829.1416355684,26803.5332483478 -3662,0,47829.1416355684,26803.5332483478 -3663,0,47829.1416355684,26803.5332483478 -3664,0,47829.1416355684,26803.5332483478 -3665,0,47829.1416355684,26803.5332483478 -3666,0,47829.1416355684,26803.5332483478 -3667,0,47829.1416355684,26803.5332483478 -3668,0,47829.1416355684,26803.5332483478 -3669,0,47829.1416355684,26803.5332483478 -3670,0,47829.1416355684,26803.5332483478 -3671,0,47829.1416355684,26803.5332483478 -3672,0,47829.1416355684,26803.5332483478 -3673,0,47829.1416355684,26803.5332483478 -3674,0,47829.1416355684,26803.5332483478 -3675,0,47829.1416355684,26803.5332483478 -3676,0,47829.1416355684,26803.5332483478 -3677,0,47829.1416355684,26803.5332483478 -3678,0,47829.1416355684,26803.5332483478 -3679,0,47829.1416355684,26803.5332483478 -3680,0,47829.1416355684,26803.5332483478 -3681,0,47829.1416355684,26803.5332483478 -3682,0,47829.1416355684,26803.5332483478 -3683,0,47829.1416355684,26803.5332483478 -3684,0,47829.1416355684,26803.5332483478 -3685,0,47829.1416355684,26803.5332483478 -3686,0,47829.1416355684,26803.5332483478 -3687,0,47829.1416355684,26803.5332483478 -3688,0,47829.1416355684,26803.5332483478 -3689,0,47829.1416355684,26803.5332483478 -3690,0,47829.1416355684,26803.5332483478 -3691,0,47829.1416355684,26803.5332483478 -3692,0,47829.1416355684,26803.5332483478 -3693,0,47829.1416355684,26803.5332483478 -3694,0,47829.1416355684,26803.5332483478 -3695,0,47829.1416355684,26803.5332483478 -3696,0,47829.1416355684,26803.5332483478 -3697,0,47829.1416355684,26803.5332483478 -3698,0,47829.1416355684,26803.5332483478 -3699,0,47829.1416355684,26803.5332483478 -3700,0,47829.1416355684,26803.5332483478 -3701,0,47829.1416355684,26803.5332483478 -3702,0,47829.1416355684,26803.5332483478 -3703,0,47829.1416355684,26803.5332483478 -3704,0,47829.1416355684,26803.5332483478 -3705,0,47829.1416355684,26803.5332483478 -3706,0,47829.1416355684,26803.5332483478 -3707,0,47829.1416355684,26803.5332483478 -3708,0,47829.1416355684,26803.5332483478 -3709,0,47829.1416355684,26803.5332483478 -3710,0,47829.1416355684,26803.5332483478 -3711,0,47829.1416355684,26803.5332483478 -3712,0,47829.1416355684,26803.5332483478 -3713,0,47829.1416355684,26803.5332483478 -3714,0,47829.1416355684,26803.5332483478 -3715,0,47829.1416355684,26803.5332483478 -3716,0,47829.1416355684,26803.5332483478 -3717,0,47829.1416355684,26803.5332483478 -3718,0,47829.1416355684,26803.5332483478 -3719,0,47829.1416355684,26803.5332483478 -3720,0,47829.1416355684,26803.5332483478 -3721,0,47829.1416355684,26803.5332483478 -3722,0,47829.1416355684,26803.5332483478 -3723,0,47829.1416355684,26803.5332483478 -3724,0,47829.1416355684,26803.5332483478 -3725,0,47829.1416355684,26803.5332483478 -3726,0,47829.1416355684,26803.5332483478 -3727,0,47829.1416355684,26803.5332483478 -3728,0,47829.1416355684,26803.5332483478 -3729,0,47829.1416355684,26803.5332483478 -3730,0,47829.1416355684,26803.5332483478 -3731,0,47829.1416355684,26803.5332483478 -3732,0,47829.1416355684,26803.5332483478 -3733,0,47829.1416355684,26803.5332483478 -3734,0,47829.1416355684,26803.5332483478 -3735,0,47829.1416355684,26803.5332483478 -3736,0,47829.1416355684,26803.5332483478 -3737,0,47829.1416355684,26803.5332483478 -3738,0,47829.1416355684,26803.5332483478 -3739,0,47829.1416355684,26803.5332483478 -3740,0,47829.1416355684,26803.5332483478 -3741,0,47829.1416355684,26803.5332483478 -3742,0,47829.1416355684,26803.5332483478 -3743,0,47829.1416355684,26803.5332483478 -3744,0,47829.1416355684,26803.5332483478 -3745,0,47829.1416355684,26803.5332483478 -3746,0,47829.1416355684,26803.5332483478 -3747,0,47829.1416355684,26803.5332483478 -3748,0,47829.1416355684,26803.5332483478 -3749,0,47829.1416355684,26803.5332483478 -3750,0,47829.1416355684,26803.5332483478 -3751,0,47829.1416355684,26803.5332483478 -3752,0,47829.1416355684,26803.5332483478 -3753,0,47829.1416355684,26803.5332483478 -3754,0,47829.1416355684,26803.5332483478 -3755,0,47829.1416355684,26803.5332483478 -3756,0,47829.1416355684,26803.5332483478 -3757,0,47829.1416355684,26803.5332483478 -3758,0,47829.1416355684,26803.5332483478 -3759,0,47829.1416355684,26803.5332483478 -3760,0,47829.1416355684,26803.5332483478 -3761,0,47829.1416355684,26803.5332483478 -3762,0,47829.1416355684,26803.5332483478 -3763,0,47829.1416355684,26803.5332483478 -3764,0,47829.1416355684,26803.5332483478 -3765,0,47829.1416355684,26803.5332483478 -3766,0,47829.1416355684,26803.5332483478 -3767,0,47829.1416355684,26803.5332483478 -3768,0,47829.1416355684,26803.5332483478 -3769,0,47829.1416355684,26803.5332483478 -3770,0,47829.1416355684,26803.5332483478 -3771,0,47829.1416355684,26803.5332483478 -3772,0,47829.1416355684,26803.5332483478 -3773,0,47829.1416355684,26803.5332483478 -3774,0,47829.1416355684,26803.5332483478 -3775,0,47829.1416355684,26803.5332483478 -3776,0,47829.1416355684,26803.5332483478 -3777,0,47829.1416355684,26803.5332483478 -3778,0,47829.1416355684,26803.5332483478 -3779,0,47829.1416355684,26803.5332483478 -3780,0,47829.1416355684,26803.5332483478 -3781,0,47829.1416355684,26803.5332483478 -3782,0,47829.1416355684,26803.5332483478 -3783,0,47829.1416355684,26803.5332483478 -3784,0,47829.1416355684,26803.5332483478 -3785,0,47829.1416355684,26803.5332483478 -3786,0,47829.1416355684,26803.5332483478 -3787,0,47829.1416355684,26803.5332483478 -3788,0,47829.1416355684,26803.5332483478 -3789,0,47829.1416355684,26803.5332483478 -3790,0,47829.1416355684,26803.5332483478 -3791,0,47829.1416355684,26803.5332483478 -3792,0,47829.1416355684,26803.5332483478 -3793,0,47829.1416355684,26803.5332483478 -3794,0,47829.1416355684,26803.5332483478 -3795,0,47829.1416355684,26803.5332483478 -3796,0,47829.1416355684,26803.5332483478 -3797,0,47829.1416355684,26803.5332483478 -3798,0,47829.1416355684,26803.5332483478 -3799,0,47829.1416355684,26803.5332483478 -3800,0,47829.1416355684,26803.5332483478 -3801,0,47829.1416355684,26803.5332483478 -3802,0,47829.1416355684,26803.5332483478 -3803,0,47829.1416355684,26803.5332483478 -3804,0,47829.1416355684,26803.5332483478 -3805,0,47829.1416355684,26803.5332483478 -3806,0,47829.1416355684,26803.5332483478 -3807,0,47829.1416355684,26803.5332483478 -3808,0,47829.1416355684,26803.5332483478 -3809,0,47829.1416355684,26803.5332483478 -3810,0,47829.1416355684,26803.5332483478 -3811,0,47829.1416355684,26803.5332483478 -3812,0,47829.1416355684,26803.5332483478 -3813,0,47829.1416355684,26803.5332483478 -3814,0,47829.1416355684,26803.5332483478 -3815,0,47829.1416355684,26803.5332483478 -3816,0,47829.1416355684,26803.5332483478 -3817,0,47829.1416355684,26803.5332483478 -3818,0,47829.1416355684,26803.5332483478 -3819,0,47829.1416355684,26803.5332483478 -3820,0,47829.1416355684,26803.5332483478 -3821,0,47829.1416355684,26803.5332483478 -3822,0,47829.1416355684,26803.5332483478 -3823,0,47829.1416355684,26803.5332483478 -3824,0,47829.1416355684,26803.5332483478 -3825,0,47829.1416355684,26803.5332483478 -3826,0,47829.1416355684,26803.5332483478 -3827,0,47829.1416355684,26803.5332483478 -3828,0,47829.1416355684,26803.5332483478 -3829,0,47829.1416355684,26803.5332483478 -3830,0,47829.1416355684,26803.5332483478 -3831,0,47829.1416355684,26803.5332483478 -3832,0,47829.1416355684,26803.5332483478 -3833,0,47829.1416355684,26803.5332483478 -3834,0,47829.1416355684,26803.5332483478 -3835,0,47829.1416355684,26803.5332483478 -3836,0,47829.1416355684,26803.5332483478 -3837,0,47829.1416355684,26803.5332483478 -3838,0,47829.1416355684,26803.5332483478 -3839,0,47829.1416355684,26803.5332483478 -3840,0,47829.1416355684,26803.5332483478 -3841,0,47829.1416355684,26803.5332483478 -3842,0,47829.1416355684,26803.5332483478 -3843,0,47829.1416355684,26803.5332483478 -3844,0,47829.1416355684,26803.5332483478 -3845,0,47829.1416355684,26803.5332483478 -3846,0,47829.1416355684,26803.5332483478 -3847,0,47829.1416355684,26803.5332483478 -3848,0,47829.1416355684,26803.5332483478 -3849,0,47829.1416355684,26803.5332483478 -3850,0,47829.1416355684,26803.5332483478 -3851,0,47829.1416355684,26803.5332483478 -3852,0,47829.1416355684,26803.5332483478 -3853,0,47829.1416355684,26803.5332483478 -3854,0,47829.1416355684,26803.5332483478 -3855,0,47829.1416355684,26803.5332483478 -3856,0,47829.1416355684,26803.5332483478 -3857,0,47829.1416355684,26803.5332483478 -3858,0,47829.1416355684,26803.5332483478 -3859,0,47829.1416355684,26803.5332483478 -3860,0,47829.1416355684,26803.5332483478 -3861,0,47829.1416355684,26803.5332483478 -3862,0,47829.1416355684,26803.5332483478 -3863,0,47829.1416355684,26803.5332483478 -3864,0,47829.1416355684,26803.5332483478 -3865,0,47829.1416355684,26803.5332483478 -3866,0,47829.1416355684,26803.5332483478 -3867,0,47829.1416355684,26803.5332483478 -3868,0,47829.1416355684,26803.5332483478 -3869,0,47829.1416355684,26803.5332483478 -3870,0,47829.1416355684,26803.5332483478 -3871,0,47829.1416355684,26803.5332483478 -3872,0,47829.1416355684,26803.5332483478 -3873,0,47829.1416355684,26803.5332483478 -3874,0,47829.1416355684,26803.5332483478 -3875,0,47829.1416355684,26803.5332483478 -3876,0,47829.1416355684,26803.5332483478 -3877,0,47829.1416355684,26803.5332483478 -3878,0,47829.1416355684,26803.5332483478 -3879,0,47829.1416355684,26803.5332483478 -3880,0,47829.1416355684,26803.5332483478 -3881,0,47829.1416355684,26803.5332483478 -3882,0,47829.1416355684,26803.5332483478 -3883,0,47829.1416355684,26803.5332483478 -3884,0,47829.1416355684,26803.5332483478 -3885,0,47829.1416355684,26803.5332483478 -3886,0,47829.1416355684,26803.5332483478 -3887,0,47829.1416355684,26803.5332483478 -3888,0,47829.1416355684,26803.5332483478 -3889,0,47829.1416355684,26803.5332483478 -3890,0,47829.1416355684,26803.5332483478 -3891,0,47829.1416355684,26803.5332483478 -3892,0,47829.1416355684,26803.5332483478 -3893,0,47829.1416355684,26803.5332483478 -3894,0,47829.1416355684,26803.5332483478 -3895,0,47829.1416355684,26803.5332483478 -3896,0,47829.1416355684,26803.5332483478 -3897,0,47829.1416355684,26803.5332483478 -3898,0,47829.1416355684,26803.5332483478 -3899,0,47829.1416355684,26803.5332483478 -3900,0,47829.1416355684,26803.5332483478 -3901,0,47829.1416355684,26803.5332483478 -3902,0,47829.1416355684,26803.5332483478 -3903,0,47829.1416355684,26803.5332483478 -3904,0,47829.1416355684,26803.5332483478 -3905,0,47829.1416355684,26803.5332483478 -3906,0,47829.1416355684,26803.5332483478 -3907,0,47829.1416355684,26803.5332483478 -3908,0,47829.1416355684,26803.5332483478 -3909,0,47829.1416355684,26803.5332483478 -3910,0,47829.1416355684,26803.5332483478 -3911,0,47829.1416355684,26803.5332483478 -3912,0,47829.1416355684,26803.5332483478 -3913,0,47829.1416355684,26803.5332483478 -3914,0,47829.1416355684,26803.5332483478 -3915,0,47829.1416355684,26803.5332483478 -3916,0,47829.1416355684,26803.5332483478 -3917,0,47829.1416355684,26803.5332483478 -3918,0,47829.1416355684,26803.5332483478 -3919,0,47829.1416355684,26803.5332483478 -3920,0,47829.1416355684,26803.5332483478 -3921,0,47829.1416355684,26803.5332483478 -3922,0,47829.1416355684,26803.5332483478 -3923,0,47829.1416355684,26803.5332483478 -3924,0,47829.1416355684,26803.5332483478 -3925,0,47829.1416355684,26803.5332483478 -3926,0,47829.1416355684,26803.5332483478 -3927,0,47829.1416355684,26803.5332483478 -3928,0,47829.1416355684,26803.5332483478 -3929,0,47829.1416355684,26803.5332483478 -3930,0,47829.1416355684,26803.5332483478 -3931,0,47829.1416355684,26803.5332483478 -3932,0,47829.1416355684,26803.5332483478 -3933,0,47829.1416355684,26803.5332483478 -3934,0,47829.1416355684,26803.5332483478 -3935,0,47829.1416355684,26803.5332483478 -3936,0,47829.1416355684,26803.5332483478 -3937,0,47829.1416355684,26803.5332483478 -3938,0,47829.1416355684,26803.5332483478 -3939,0,47829.1416355684,26803.5332483478 -3940,0,47829.1416355684,26803.5332483478 -3941,0,47829.1416355684,26803.5332483478 -3942,0,47829.1416355684,26803.5332483478 -3943,0,47829.1416355684,26803.5332483478 -3944,0,47829.1416355684,26803.5332483478 -3945,0,47829.1416355684,26803.5332483478 -3946,0,47829.1416355684,26803.5332483478 -3947,0,47829.1416355684,26803.5332483478 -3948,0,47829.1416355684,26803.5332483478 -3949,0,47829.1416355684,26803.5332483478 -3950,0,47829.1416355684,26803.5332483478 -3951,0,47829.1416355684,26803.5332483478 -3952,0,47829.1416355684,26803.5332483478 -3953,0,47829.1416355684,26803.5332483478 -3954,0,47829.1416355684,26803.5332483478 -3955,0,47829.1416355684,26803.5332483478 -3956,0,47829.1416355684,26803.5332483478 -3957,0,47829.1416355684,26803.5332483478 -3958,0,47829.1416355684,26803.5332483478 -3959,0,47829.1416355684,26803.5332483478 -3960,0,47829.1416355684,26803.5332483478 -3961,0,47829.1416355684,26803.5332483478 -3962,0,47829.1416355684,26803.5332483478 -3963,0,47829.1416355684,26803.5332483478 -3964,0,47829.1416355684,26803.5332483478 -3965,0,47829.1416355684,26803.5332483478 -3966,0,47829.1416355684,26803.5332483478 -3967,0,47829.1416355684,26803.5332483478 -3968,0,47829.1416355684,26803.5332483478 -3969,0,47829.1416355684,26803.5332483478 -3970,0,47829.1416355684,26803.5332483478 -3971,0,47829.1416355684,26803.5332483478 -3972,0,47829.1416355684,26803.5332483478 -3973,0,47829.1416355684,26803.5332483478 -3974,0,47829.1416355684,26803.5332483478 -3975,0,47829.1416355684,26803.5332483478 -3976,0,47829.1416355684,26803.5332483478 -3977,0,47829.1416355684,26803.5332483478 -3978,0,47829.1416355684,26803.5332483478 -3979,0,47829.1416355684,26803.5332483478 -3980,0,47829.1416355684,26803.5332483478 -3981,0,47829.1416355684,26803.5332483478 -3982,0,47829.1416355684,26803.5332483478 -3983,0,47829.1416355684,26803.5332483478 -3984,0,47829.1416355684,26803.5332483478 -3985,0,47829.1416355684,26803.5332483478 -3986,0,47829.1416355684,26803.5332483478 -3987,0,47829.1416355684,26803.5332483478 -3988,0,47829.1416355684,26803.5332483478 -3989,0,47829.1416355684,26803.5332483478 -3990,0,47829.1416355684,26803.5332483478 -3991,0,47829.1416355684,26803.5332483478 -3992,0,47829.1416355684,26803.5332483478 -3993,0,47829.1416355684,26803.5332483478 -3994,0,47829.1416355684,26803.5332483478 -3995,0,47829.1416355684,26803.5332483478 -3996,0,47829.1416355684,26803.5332483478 -3997,0,47829.1416355684,26803.5332483478 -3998,0,47829.1416355684,26803.5332483478 -3999,0,47829.1416355684,26803.5332483478 -4000,0,47829.1416355684,26803.5332483478 -4001,0,47829.1416355684,26803.5332483478 -4002,0,47829.1416355684,26803.5332483478 -4003,0,47829.1416355684,26803.5332483478 -4004,0,47829.1416355684,26803.5332483478 -4005,0,47829.1416355684,26803.5332483478 -4006,0,47829.1416355684,26803.5332483478 -4007,0,47829.1416355684,26803.5332483478 -4008,0,47829.1416355684,26803.5332483478 -4009,0,47829.1416355684,26803.5332483478 -4010,0,47829.1416355684,26803.5332483478 -4011,0,47829.1416355684,26803.5332483478 -4012,0,47829.1416355684,26803.5332483478 -4013,0,47829.1416355684,26803.5332483478 -4014,0,47829.1416355684,26803.5332483478 -4015,0,47829.1416355684,26803.5332483478 -4016,0,47829.1416355684,26803.5332483478 -4017,0,47829.1416355684,26803.5332483478 -4018,0,47829.1416355684,26803.5332483478 -4019,0,47829.1416355684,26803.5332483478 -4020,0,47829.1416355684,26803.5332483478 -4021,0,47829.1416355684,26803.5332483478 -4022,0,47829.1416355684,26803.5332483478 -4023,0,47829.1416355684,26803.5332483478 -4024,0,47829.1416355684,26803.5332483478 -4025,0,47829.1416355684,26803.5332483478 -4026,0,47829.1416355684,26803.5332483478 -4027,0,47829.1416355684,26803.5332483478 -4028,0,47829.1416355684,26803.5332483478 -4029,0,47829.1416355684,26803.5332483478 -4030,0,47829.1416355684,26803.5332483478 -4031,0,47829.1416355684,26803.5332483478 -4032,0,47829.1416355684,26803.5332483478 -4033,0,47829.1416355684,26803.5332483478 -4034,0,47829.1416355684,26803.5332483478 -4035,0,47829.1416355684,26803.5332483478 -4036,0,47829.1416355684,26803.5332483478 -4037,0,47829.1416355684,26803.5332483478 -4038,0,47829.1416355684,26803.5332483478 -4039,0,47829.1416355684,26803.5332483478 -4040,0,47829.1416355684,26803.5332483478 -4041,0,47829.1416355684,26803.5332483478 -4042,0,47829.1416355684,26803.5332483478 -4043,0,47829.1416355684,26803.5332483478 -4044,0,47829.1416355684,26803.5332483478 -4045,0,47829.1416355684,26803.5332483478 -4046,0,47829.1416355684,26803.5332483478 -4047,0,47829.1416355684,26803.5332483478 -4048,0,47829.1416355684,26803.5332483478 -4049,0,47829.1416355684,26803.5332483478 -4050,0,47829.1416355684,26803.5332483478 -4051,0,47829.1416355684,26803.5332483478 -4052,0,47829.1416355684,26803.5332483478 -4053,0,47829.1416355684,26803.5332483478 -4054,0,47829.1416355684,26803.5332483478 -4055,0,47829.1416355684,26803.5332483478 -4056,0,47829.1416355684,26803.5332483478 -4057,0,47829.1416355684,26803.5332483478 -4058,0,47829.1416355684,26803.5332483478 -4059,0,47829.1416355684,26803.5332483478 -4060,0,47829.1416355684,26803.5332483478 -4061,0,47829.1416355684,26803.5332483478 -4062,0,47829.1416355684,26803.5332483478 -4063,0,47829.1416355684,26803.5332483478 -4064,0,47829.1416355684,26803.5332483478 -4065,0,47829.1416355684,26803.5332483478 -4066,0,47829.1416355684,26803.5332483478 -4067,0,47829.1416355684,26803.5332483478 -4068,0,47829.1416355684,26803.5332483478 -4069,0,47829.1416355684,26803.5332483478 -4070,0,47829.1416355684,26803.5332483478 -4071,0,47829.1416355684,26803.5332483478 -4072,0,47829.1416355684,26803.5332483478 -4073,0,47829.1416355684,26803.5332483478 -4074,0,47829.1416355684,26803.5332483478 -4075,0,47829.1416355684,26803.5332483478 -4076,0,47829.1416355684,26803.5332483478 -4077,0,47829.1416355684,26803.5332483478 -4078,0,47829.1416355684,26803.5332483478 -4079,0,47829.1416355684,26803.5332483478 -4080,0,47829.1416355684,26803.5332483478 -4081,0,47829.1416355684,26803.5332483478 -4082,0,47829.1416355684,26803.5332483478 -4083,0,47829.1416355684,26803.5332483478 -4084,0,47829.1416355684,26803.5332483478 -4085,0,47829.1416355684,26803.5332483478 -4086,0,47829.1416355684,26803.5332483478 -4087,0,47829.1416355684,26803.5332483478 -4088,0,47829.1416355684,26803.5332483478 -4089,0,47829.1416355684,26803.5332483478 -4090,0,47829.1416355684,26803.5332483478 -4091,0,47829.1416355684,26803.5332483478 -4092,0,47829.1416355684,26803.5332483478 -4093,0,47829.1416355684,26803.5332483478 -4094,0,47829.1416355684,26803.5332483478 -4095,0,47829.1416355684,26803.5332483478 -4096,0,47829.1416355684,26803.5332483478 -4097,0,47829.1416355684,26803.5332483478 -4098,0,47829.1416355684,26803.5332483478 -4099,0,47829.1416355684,26803.5332483478 -4100,0,47829.1416355684,26803.5332483478 -4101,0,47829.1416355684,26803.5332483478 -4102,0,47829.1416355684,26803.5332483478 -4103,0,47829.1416355684,26803.5332483478 -4104,0,47829.1416355684,26803.5332483478 -4105,0,47829.1416355684,26803.5332483478 -4106,0,47829.1416355684,26803.5332483478 -4107,0,47829.1416355684,26803.5332483478 -4108,0,47829.1416355684,26803.5332483478 -4109,0,47829.1416355684,26803.5332483478 -4110,0,47829.1416355684,26803.5332483478 -4111,0,47829.1416355684,26803.5332483478 -4112,0,47829.1416355684,26803.5332483478 -4113,0,47829.1416355684,26803.5332483478 -4114,0,47829.1416355684,26803.5332483478 -4115,0,47829.1416355684,26803.5332483478 -4116,0,47829.1416355684,26803.5332483478 -4117,0,47829.1416355684,26803.5332483478 -4118,0,47829.1416355684,26803.5332483478 -4119,0,47829.1416355684,26803.5332483478 -4120,0,47829.1416355684,26803.5332483478 -4121,0,47829.1416355684,26803.5332483478 -4122,0,47829.1416355684,26803.5332483478 -4123,0,47829.1416355684,26803.5332483478 -4124,0,47829.1416355684,26803.5332483478 -4125,0,47829.1416355684,26803.5332483478 -4126,0,47829.1416355684,26803.5332483478 -4127,0,47829.1416355684,26803.5332483478 -4128,0,47829.1416355684,26803.5332483478 -4129,0,47829.1416355684,26803.5332483478 -4130,0,47829.1416355684,26803.5332483478 -4131,0,47829.1416355684,26803.5332483478 -4132,0,47829.1416355684,26803.5332483478 -4133,0,47829.1416355684,26803.5332483478 -4134,0,47829.1416355684,26803.5332483478 -4135,0,47829.1416355684,26803.5332483478 -4136,0,47829.1416355684,26803.5332483478 -4137,0,47829.1416355684,26803.5332483478 -4138,0,47829.1416355684,26803.5332483478 -4139,0,47829.1416355684,26803.5332483478 -4140,0,47829.1416355684,26803.5332483478 -4141,0,47829.1416355684,26803.5332483478 -4142,0,47829.1416355684,26803.5332483478 -4143,0,47829.1416355684,26803.5332483478 -4144,0,47829.1416355684,26803.5332483478 -4145,0,47829.1416355684,26803.5332483478 -4146,0,47829.1416355684,26803.5332483478 -4147,0,47829.1416355684,26803.5332483478 -4148,0,47829.1416355684,26803.5332483478 -4149,0,47829.1416355684,26803.5332483478 -4150,0,47829.1416355684,26803.5332483478 -4151,0,47829.1416355684,26803.5332483478 -4152,0,47829.1416355684,26803.5332483478 -4153,0,47829.1416355684,26803.5332483478 -4154,0,47829.1416355684,26803.5332483478 -4155,0,47829.1416355684,26803.5332483478 -4156,0,47829.1416355684,26803.5332483478 -4157,0,47829.1416355684,26803.5332483478 -4158,0,47829.1416355684,26803.5332483478 -4159,0,47829.1416355684,26803.5332483478 -4160,0,47829.1416355684,26803.5332483478 -4161,0,47829.1416355684,26803.5332483478 -4162,0,47829.1416355684,26803.5332483478 -4163,0,47829.1416355684,26803.5332483478 -4164,0,47829.1416355684,26803.5332483478 -4165,0,47829.1416355684,26803.5332483478 -4166,0,47829.1416355684,26803.5332483478 -4167,0,47829.1416355684,26803.5332483478 -4168,0,47829.1416355684,26803.5332483478 -4169,0,47829.1416355684,26803.5332483478 -4170,0,47829.1416355684,26803.5332483478 -4171,0,47829.1416355684,26803.5332483478 -4172,0,47829.1416355684,26803.5332483478 -4173,0,47829.1416355684,26803.5332483478 -4174,0,47829.1416355684,26803.5332483478 -4175,0,47829.1416355684,26803.5332483478 -4176,0,47829.1416355684,26803.5332483478 -4177,0,47829.1416355684,26803.5332483478 -4178,0,47829.1416355684,26803.5332483478 -4179,0,47829.1416355684,26803.5332483478 -4180,0,47829.1416355684,26803.5332483478 -4181,0,47829.1416355684,26803.5332483478 -4182,0,47829.1416355684,26803.5332483478 -4183,0,47829.1416355684,26803.5332483478 -4184,0,47829.1416355684,26803.5332483478 -4185,0,47829.1416355684,26803.5332483478 -4186,0,47829.1416355684,26803.5332483478 -4187,0,47829.1416355684,26803.5332483478 -4188,0,47829.1416355684,26803.5332483478 -4189,0,47829.1416355684,26803.5332483478 -4190,0,47829.1416355684,26803.5332483478 -4191,0,47829.1416355684,26803.5332483478 -4192,0,47829.1416355684,26803.5332483478 -4193,0,47829.1416355684,26803.5332483478 -4194,0,47829.1416355684,26803.5332483478 -4195,0,47829.1416355684,26803.5332483478 -4196,0,47829.1416355684,26803.5332483478 -4197,0,47829.1416355684,26803.5332483478 -4198,0,47829.1416355684,26803.5332483478 -4199,0,47829.1416355684,26803.5332483478 -4200,0,47829.1416355684,26803.5332483478 -4201,0,47829.1416355684,26803.5332483478 -4202,0,47829.1416355684,26803.5332483478 -4203,0,47829.1416355684,26803.5332483478 -4204,0,47829.1416355684,26803.5332483478 -4205,0,47829.1416355684,26803.5332483478 -4206,0,47829.1416355684,26803.5332483478 -4207,0,47829.1416355684,26803.5332483478 -4208,0,47829.1416355684,26803.5332483478 -4209,0,47829.1416355684,26803.5332483478 -4210,0,47829.1416355684,26803.5332483478 -4211,0,47829.1416355684,26803.5332483478 -4212,0,47829.1416355684,26803.5332483478 -4213,0,47829.1416355684,26803.5332483478 -4214,0,47829.1416355684,26803.5332483478 -4215,0,47829.1416355684,26803.5332483478 -4216,0,47829.1416355684,26803.5332483478 -4217,0,47829.1416355684,26803.5332483478 -4218,0,47829.1416355684,26803.5332483478 -4219,0,47829.1416355684,26803.5332483478 -4220,0,47829.1416355684,26803.5332483478 -4221,0,47829.1416355684,26803.5332483478 -4222,0,47829.1416355684,26803.5332483478 -4223,0,47829.1416355684,26803.5332483478 -4224,0,47829.1416355684,26803.5332483478 -4225,0,47829.1416355684,26803.5332483478 -4226,0,47829.1416355684,26803.5332483478 -4227,0,47829.1416355684,26803.5332483478 -4228,0,47829.1416355684,26803.5332483478 -4229,0,47829.1416355684,26803.5332483478 -4230,0,47829.1416355684,26803.5332483478 -4231,0,47829.1416355684,26803.5332483478 -4232,0,47829.1416355684,26803.5332483478 -4233,0,47829.1416355684,26803.5332483478 -4234,0,47829.1416355684,26803.5332483478 -4235,0,47829.1416355684,26803.5332483478 -4236,0,47829.1416355684,26803.5332483478 -4237,0,47829.1416355684,26803.5332483478 -4238,0,47829.1416355684,26803.5332483478 -4239,0,47829.1416355684,26803.5332483478 -4240,0,47829.1416355684,26803.5332483478 -4241,0,47829.1416355684,26803.5332483478 -4242,0,47829.1416355684,26803.5332483478 -4243,0,47829.1416355684,26803.5332483478 -4244,0,47829.1416355684,26803.5332483478 -4245,0,47829.1416355684,26803.5332483478 -4246,0,47829.1416355684,26803.5332483478 -4247,0,47829.1416355684,26803.5332483478 -4248,0,47829.1416355684,26803.5332483478 -4249,0,47829.1416355684,26803.5332483478 -4250,0,47829.1416355684,26803.5332483478 -4251,0,47829.1416355684,26803.5332483478 -4252,0,47829.1416355684,26803.5332483478 -4253,0,47829.1416355684,26803.5332483478 -4254,0,47829.1416355684,26803.5332483478 -4255,0,47829.1416355684,26803.5332483478 -4256,0,47829.1416355684,26803.5332483478 -4257,0,47829.1416355684,26803.5332483478 -4258,0,47829.1416355684,26803.5332483478 -4259,0,47829.1416355684,26803.5332483478 -4260,0,47829.1416355684,26803.5332483478 -4261,0,47829.1416355684,26803.5332483478 -4262,0,47829.1416355684,26803.5332483478 -4263,0,47829.1416355684,26803.5332483478 -4264,0,47829.1416355684,26803.5332483478 -4265,0,47829.1416355684,26803.5332483478 -4266,0,47829.1416355684,26803.5332483478 -4267,0,47829.1416355684,26803.5332483478 -4268,0,47829.1416355684,26803.5332483478 -4269,0,47829.1416355684,26803.5332483478 -4270,0,47829.1416355684,26803.5332483478 -4271,0,47829.1416355684,26803.5332483478 -4272,0,47829.1416355684,26803.5332483478 -4273,0,47829.1416355684,26803.5332483478 -4274,0,47829.1416355684,26803.5332483478 -4275,0,47829.1416355684,26803.5332483478 -4276,0,47829.1416355684,26803.5332483478 -4277,0,47829.1416355684,26803.5332483478 -4278,0,47829.1416355684,26803.5332483478 -4279,0,47829.1416355684,26803.5332483478 -4280,0,47829.1416355684,26803.5332483478 -4281,0,47829.1416355684,26803.5332483478 -4282,0,47829.1416355684,26803.5332483478 -4283,0,47829.1416355684,26803.5332483478 -4284,0,47829.1416355684,26803.5332483478 -4285,0,47829.1416355684,26803.5332483478 -4286,0,47829.1416355684,26803.5332483478 -4287,0,47829.1416355684,26803.5332483478 -4288,0,47829.1416355684,26803.5332483478 -4289,0,47829.1416355684,26803.5332483478 -4290,0,47829.1416355684,26803.5332483478 -4291,0,47829.1416355684,26803.5332483478 -4292,0,47829.1416355684,26803.5332483478 -4293,0,47829.1416355684,26803.5332483478 -4294,0,47829.1416355684,26803.5332483478 -4295,0,47829.1416355684,26803.5332483478 -4296,0,47829.1416355684,26803.5332483478 -4297,0,47829.1416355684,26803.5332483478 -4298,0,47829.1416355684,26803.5332483478 -4299,0,47829.1416355684,26803.5332483478 -4300,0,47829.1416355684,26803.5332483478 -4301,0,47829.1416355684,26803.5332483478 -4302,0,47829.1416355684,26803.5332483478 -4303,0,47829.1416355684,26803.5332483478 -4304,0,47829.1416355684,26803.5332483478 -4305,0,47829.1416355684,26803.5332483478 -4306,0,47829.1416355684,26803.5332483478 -4307,0,47829.1416355684,26803.5332483478 -4308,0,47829.1416355684,26803.5332483478 -4309,0,47829.1416355684,26803.5332483478 -4310,0,47829.1416355684,26803.5332483478 -4311,0,47829.1416355684,26803.5332483478 -4312,0,47829.1416355684,26803.5332483478 -4313,0,47829.1416355684,26803.5332483478 -4314,0,47829.1416355684,26803.5332483478 -4315,0,47829.1416355684,26803.5332483478 -4316,0,47829.1416355684,26803.5332483478 -4317,0,47829.1416355684,26803.5332483478 -4318,0,47829.1416355684,26803.5332483478 -4319,0,47829.1416355684,26803.5332483478 -4320,0,47829.1416355684,26803.5332483478 -4321,0,47829.1416355684,26803.5332483478 -4322,0,47829.1416355684,26803.5332483478 -4323,0,47829.1416355684,26803.5332483478 -4324,0,47829.1416355684,26803.5332483478 -4325,0,47829.1416355684,26803.5332483478 -4326,0,47829.1416355684,26803.5332483478 -4327,0,47829.1416355684,26803.5332483478 -4328,0,47829.1416355684,26803.5332483478 -4329,0,47829.1416355684,26803.5332483478 -4330,0,47829.1416355684,26803.5332483478 -4331,0,47829.1416355684,26803.5332483478 -4332,0,47829.1416355684,26803.5332483478 -4333,0,47829.1416355684,26803.5332483478 -4334,0,47829.1416355684,26803.5332483478 -4335,0,47829.1416355684,26803.5332483478 -4336,0,47829.1416355684,26803.5332483478 -4337,0,47829.1416355684,26803.5332483478 -4338,0,47829.1416355684,26803.5332483478 -4339,0,47829.1416355684,26803.5332483478 -4340,0,47829.1416355684,26803.5332483478 -4341,0,47829.1416355684,26803.5332483478 -4342,0,47829.1416355684,26803.5332483478 -4343,0,47829.1416355684,26803.5332483478 -4344,0,47829.1416355684,26803.5332483478 -4345,0,47829.1416355684,26803.5332483478 -4346,0,47829.1416355684,26803.5332483478 -4347,0,47829.1416355684,26803.5332483478 -4348,0,47829.1416355684,26803.5332483478 -4349,0,47829.1416355684,26803.5332483478 -4350,0,47829.1416355684,26803.5332483478 -4351,0,47829.1416355684,26803.5332483478 -4352,0,47829.1416355684,26803.5332483478 -4353,0,47829.1416355684,26803.5332483478 -4354,0,47829.1416355684,26803.5332483478 -4355,0,47829.1416355684,26803.5332483478 -4356,0,47829.1416355684,26803.5332483478 -4357,0,47829.1416355684,26803.5332483478 -4358,0,47829.1416355684,26803.5332483478 -4359,0,47829.1416355684,26803.5332483478 -4360,0,47829.1416355684,26803.5332483478 -4361,0,47829.1416355684,26803.5332483478 -4362,0,47829.1416355684,26803.5332483478 -4363,0,47829.1416355684,26803.5332483478 -4364,0,47829.1416355684,26803.5332483478 -4365,0,47829.1416355684,26803.5332483478 -4366,0,47829.1416355684,26803.5332483478 -4367,0,47829.1416355684,26803.5332483478 -4368,0,47829.1416355684,26803.5332483478 -4369,0,47829.1416355684,26803.5332483478 -4370,0,47829.1416355684,26803.5332483478 -4371,0,47829.1416355684,26803.5332483478 -4372,0,47829.1416355684,26803.5332483478 -4373,0,47829.1416355684,26803.5332483478 -4374,0,47829.1416355684,26803.5332483478 -4375,0,47829.1416355684,26803.5332483478 -4376,0,47829.1416355684,26803.5332483478 -4377,0,47829.1416355684,26803.5332483478 -4378,0,47829.1416355684,26803.5332483478 -4379,0,47829.1416355684,26803.5332483478 -4380,0,47829.1416355684,26803.5332483478 -4381,0,47829.1416355684,26803.5332483478 -4382,0,47829.1416355684,26803.5332483478 -4383,0,47829.1416355684,26803.5332483478 -4384,0,47829.1416355684,26803.5332483478 -4385,0,47829.1416355684,26803.5332483478 -4386,0,47829.1416355684,26803.5332483478 -4387,0,47829.1416355684,26803.5332483478 -4388,0,47829.1416355684,26803.5332483478 -4389,0,47829.1416355684,26803.5332483478 -4390,0,47829.1416355684,26803.5332483478 -4391,0,47829.1416355684,26803.5332483478 -4392,0,47829.1416355684,26803.5332483478 -4393,0,47829.1416355684,26803.5332483478 -4394,0,47829.1416355684,26803.5332483478 -4395,0,47829.1416355684,26803.5332483478 -4396,0,47829.1416355684,26803.5332483478 -4397,0,47829.1416355684,26803.5332483478 -4398,0,47829.1416355684,26803.5332483478 -4399,0,47829.1416355684,26803.5332483478 -4400,0,47829.1416355684,26803.5332483478 -4401,0,47829.1416355684,26803.5332483478 -4402,0,47829.1416355684,26803.5332483478 -4403,0,47829.1416355684,26803.5332483478 -4404,0,47829.1416355684,26803.5332483478 -4405,0,47829.1416355684,26803.5332483478 -4406,0,47829.1416355684,26803.5332483478 -4407,0,47829.1416355684,26803.5332483478 -4408,0,47829.1416355684,26803.5332483478 -4409,0,47829.1416355684,26803.5332483478 -4410,0,47829.1416355684,26803.5332483478 -4411,0,47829.1416355684,26803.5332483478 -4412,0,47829.1416355684,26803.5332483478 -4413,0,47829.1416355684,26803.5332483478 -4414,0,47829.1416355684,26803.5332483478 -4415,0,47829.1416355684,26803.5332483478 -4416,0,47829.1416355684,26803.5332483478 -4417,0,47829.1416355684,26803.5332483478 -4418,0,47829.1416355684,26803.5332483478 -4419,0,47829.1416355684,26803.5332483478 -4420,0,47829.1416355684,26803.5332483478 -4421,0,47829.1416355684,26803.5332483478 -4422,0,47829.1416355684,26803.5332483478 -4423,0,47829.1416355684,26803.5332483478 -4424,0,47829.1416355684,26803.5332483478 -4425,0,47829.1416355684,26803.5332483478 -4426,0,47829.1416355684,26803.5332483478 -4427,0,47829.1416355684,26803.5332483478 -4428,0,47829.1416355684,26803.5332483478 -4429,0,47829.1416355684,26803.5332483478 -4430,0,47829.1416355684,26803.5332483478 -4431,0,47829.1416355684,26803.5332483478 -4432,0,47829.1416355684,26803.5332483478 -4433,0,47829.1416355684,26803.5332483478 -4434,0,47829.1416355684,26803.5332483478 -4435,0,47829.1416355684,26803.5332483478 -4436,0,47829.1416355684,26803.5332483478 -4437,0,47829.1416355684,26803.5332483478 -4438,0,47829.1416355684,26803.5332483478 -4439,0,47829.1416355684,26803.5332483478 -4440,0,47829.1416355684,26803.5332483478 -4441,0,47829.1416355684,26803.5332483478 -4442,0,47829.1416355684,26803.5332483478 -4443,0,47829.1416355684,26803.5332483478 -4444,0,47829.1416355684,26803.5332483478 -4445,0,47829.1416355684,26803.5332483478 -4446,0,47829.1416355684,26803.5332483478 -4447,0,47829.1416355684,26803.5332483478 -4448,0,47829.1416355684,26803.5332483478 -4449,0,47829.1416355684,26803.5332483478 -4450,0,47829.1416355684,26803.5332483478 -4451,0,47829.1416355684,26803.5332483478 -4452,0,47829.1416355684,26803.5332483478 -4453,0,47829.1416355684,26803.5332483478 -4454,0,47829.1416355684,26803.5332483478 -4455,0,47829.1416355684,26803.5332483478 -4456,0,47829.1416355684,26803.5332483478 -4457,0,47829.1416355684,26803.5332483478 -4458,0,47829.1416355684,26803.5332483478 -4459,0,47829.1416355684,26803.5332483478 -4460,0,47829.1416355684,26803.5332483478 -4461,0,47829.1416355684,26803.5332483478 -4462,0,47829.1416355684,26803.5332483478 -4463,0,47829.1416355684,26803.5332483478 -4464,0,47829.1416355684,26803.5332483478 -4465,0,47829.1416355684,26803.5332483478 -4466,0,47829.1416355684,26803.5332483478 -4467,0,47829.1416355684,26803.5332483478 -4468,0,47829.1416355684,26803.5332483478 -4469,0,47829.1416355684,26803.5332483478 -4470,0,47829.1416355684,26803.5332483478 -4471,0,47829.1416355684,26803.5332483478 -4472,0,47829.1416355684,26803.5332483478 -4473,0,47829.1416355684,26803.5332483478 -4474,0,47829.1416355684,26803.5332483478 -4475,0,47829.1416355684,26803.5332483478 -4476,0,47829.1416355684,26803.5332483478 -4477,0,47829.1416355684,26803.5332483478 -4478,0,47829.1416355684,26803.5332483478 -4479,0,47829.1416355684,26803.5332483478 -4480,0,47829.1416355684,26803.5332483478 -4481,0,47829.1416355684,26803.5332483478 -4482,0,47829.1416355684,26803.5332483478 -4483,0,47829.1416355684,26803.5332483478 -4484,0,47829.1416355684,26803.5332483478 -4485,0,47829.1416355684,26803.5332483478 -4486,0,47829.1416355684,26803.5332483478 -4487,0,47829.1416355684,26803.5332483478 -4488,0,47829.1416355684,26803.5332483478 -4489,0,47829.1416355684,26803.5332483478 -4490,0,47829.1416355684,26803.5332483478 -4491,0,47829.1416355684,26803.5332483478 -4492,0,47829.1416355684,26803.5332483478 -4493,0,47829.1416355684,26803.5332483478 -4494,0,47829.1416355684,26803.5332483478 -4495,0,47829.1416355684,26803.5332483478 -4496,0,47829.1416355684,26803.5332483478 -4497,0,47829.1416355684,26803.5332483478 -4498,0,47829.1416355684,26803.5332483478 -4499,0,47829.1416355684,26803.5332483478 -4500,0,47829.1416355684,26803.5332483478 -4501,0,47829.1416355684,26803.5332483478 -4502,0,47829.1416355684,26803.5332483478 -4503,0,47829.1416355684,26803.5332483478 -4504,0,47829.1416355684,26803.5332483478 -4505,0,47829.1416355684,26803.5332483478 -4506,0,47829.1416355684,26803.5332483478 -4507,0,47829.1416355684,26803.5332483478 -4508,0,47829.1416355684,26803.5332483478 -4509,0,47829.1416355684,26803.5332483478 -4510,0,47829.1416355684,26803.5332483478 -4511,0,47829.1416355684,26803.5332483478 -4512,0,47829.1416355684,26803.5332483478 -4513,0,47829.1416355684,26803.5332483478 -4514,0,47829.1416355684,26803.5332483478 -4515,0,47829.1416355684,26803.5332483478 -4516,0,47829.1416355684,26803.5332483478 -4517,0,47829.1416355684,26803.5332483478 -4518,0,47829.1416355684,26803.5332483478 -4519,0,47829.1416355684,26803.5332483478 -4520,0,47829.1416355684,26803.5332483478 -4521,0,47829.1416355684,26803.5332483478 -4522,0,47829.1416355684,26803.5332483478 -4523,0,47829.1416355684,26803.5332483478 -4524,0,47829.1416355684,26803.5332483478 -4525,0,47829.1416355684,26803.5332483478 -4526,0,47829.1416355684,26803.5332483478 -4527,0,47829.1416355684,26803.5332483478 -4528,0,47829.1416355684,26803.5332483478 -4529,0,47829.1416355684,26803.5332483478 -4530,0,47829.1416355684,26803.5332483478 -4531,0,47829.1416355684,26803.5332483478 -4532,0,47829.1416355684,26803.5332483478 -4533,0,47829.1416355684,26803.5332483478 -4534,0,47829.1416355684,26803.5332483478 -4535,0,47829.1416355684,26803.5332483478 -4536,0,47829.1416355684,26803.5332483478 -4537,0,47829.1416355684,26803.5332483478 -4538,0,47829.1416355684,26803.5332483478 -4539,0,47829.1416355684,26803.5332483478 -4540,0,47829.1416355684,26803.5332483478 -4541,0,47829.1416355684,26803.5332483478 -4542,0,47829.1416355684,26803.5332483478 -4543,0,47829.1416355684,26803.5332483478 -4544,0,47829.1416355684,26803.5332483478 -4545,0,47829.1416355684,26803.5332483478 -4546,0,47829.1416355684,26803.5332483478 -4547,0,47829.1416355684,26803.5332483478 -4548,0,47829.1416355684,26803.5332483478 -4549,0,47829.1416355684,26803.5332483478 -4550,0,47829.1416355684,26803.5332483478 -4551,0,47829.1416355684,26803.5332483478 -4552,0,47829.1416355684,26803.5332483478 -4553,0,47829.1416355684,26803.5332483478 -4554,0,47829.1416355684,26803.5332483478 -4555,0,47829.1416355684,26803.5332483478 -4556,0,47829.1416355684,26803.5332483478 -4557,0,47829.1416355684,26803.5332483478 -4558,0,47829.1416355684,26803.5332483478 -4559,0,47829.1416355684,26803.5332483478 -4560,0,47829.1416355684,26803.5332483478 -4561,0,47829.1416355684,26803.5332483478 -4562,0,47829.1416355684,26803.5332483478 -4563,0,47829.1416355684,26803.5332483478 -4564,0,47829.1416355684,26803.5332483478 -4565,0,47829.1416355684,26803.5332483478 -4566,0,47829.1416355684,26803.5332483478 -4567,0,47829.1416355684,26803.5332483478 -4568,0,47829.1416355684,26803.5332483478 -4569,0,47829.1416355684,26803.5332483478 -4570,0,47829.1416355684,26803.5332483478 -4571,0,47829.1416355684,26803.5332483478 -4572,0,47829.1416355684,26803.5332483478 -4573,0,47829.1416355684,26803.5332483478 -4574,0,47829.1416355684,26803.5332483478 -4575,0,47829.1416355684,26803.5332483478 -4576,0,47829.1416355684,26803.5332483478 -4577,0,47829.1416355684,26803.5332483478 -4578,0,47829.1416355684,26803.5332483478 -4579,0,47829.1416355684,26803.5332483478 -4580,0,47829.1416355684,26803.5332483478 -4581,0,47829.1416355684,26803.5332483478 -4582,0,47829.1416355684,26803.5332483478 -4583,0,47829.1416355684,26803.5332483478 -4584,0,47829.1416355684,26803.5332483478 -4585,0,47829.1416355684,26803.5332483478 -4586,0,47829.1416355684,26803.5332483478 -4587,0,47829.1416355684,26803.5332483478 -4588,0,47829.1416355684,26803.5332483478 -4589,0,47829.1416355684,26803.5332483478 -4590,0,47829.1416355684,26803.5332483478 -4591,0,47829.1416355684,26803.5332483478 -4592,0,47829.1416355684,26803.5332483478 -4593,0,47829.1416355684,26803.5332483478 -4594,0,47829.1416355684,26803.5332483478 -4595,0,47829.1416355684,26803.5332483478 -4596,0,47829.1416355684,26803.5332483478 -4597,0,47829.1416355684,26803.5332483478 -4598,0,47829.1416355684,26803.5332483478 -4599,0,47829.1416355684,26803.5332483478 -4600,0,47829.1416355684,26803.5332483478 -4601,0,47829.1416355684,26803.5332483478 -4602,0,47829.1416355684,26803.5332483478 -4603,0,47829.1416355684,26803.5332483478 -4604,0,47829.1416355684,26803.5332483478 -4605,0,47829.1416355684,26803.5332483478 -4606,0,47829.1416355684,26803.5332483478 -4607,0,47829.1416355684,26803.5332483478 -4608,0,47829.1416355684,26803.5332483478 -4609,0,47829.1416355684,26803.5332483478 -4610,0,47829.1416355684,26803.5332483478 -4611,0,47829.1416355684,26803.5332483478 -4612,0,47829.1416355684,26803.5332483478 -4613,0,47829.1416355684,26803.5332483478 -4614,0,47829.1416355684,26803.5332483478 -4615,0,47829.1416355684,26803.5332483478 -4616,0,47829.1416355684,26803.5332483478 -4617,0,47829.1416355684,26803.5332483478 -4618,0,47829.1416355684,26803.5332483478 -4619,0,47829.1416355684,26803.5332483478 -4620,0,47829.1416355684,26803.5332483478 -4621,0,47829.1416355684,26803.5332483478 -4622,0,47829.1416355684,26803.5332483478 -4623,0,47829.1416355684,26803.5332483478 -4624,0,47829.1416355684,26803.5332483478 -4625,0,47829.1416355684,26803.5332483478 -4626,0,47829.1416355684,26803.5332483478 -4627,0,47829.1416355684,26803.5332483478 -4628,0,47829.1416355684,26803.5332483478 -4629,0,47829.1416355684,26803.5332483478 -4630,0,47829.1416355684,26803.5332483478 -4631,0,47829.1416355684,26803.5332483478 -4632,0,47829.1416355684,26803.5332483478 -4633,0,47829.1416355684,26803.5332483478 -4634,0,47829.1416355684,26803.5332483478 -4635,0,47829.1416355684,26803.5332483478 -4636,0,47829.1416355684,26803.5332483478 -4637,0,47829.1416355684,26803.5332483478 -4638,0,47829.1416355684,26803.5332483478 -4639,0,47829.1416355684,26803.5332483478 -4640,0,47829.1416355684,26803.5332483478 -4641,0,47829.1416355684,26803.5332483478 -4642,0,47829.1416355684,26803.5332483478 -4643,0,47829.1416355684,26803.5332483478 -4644,0,47829.1416355684,26803.5332483478 -4645,0,47829.1416355684,26803.5332483478 -4646,0,47829.1416355684,26803.5332483478 -4647,0,47829.1416355684,26803.5332483478 -4648,0,47829.1416355684,26803.5332483478 -4649,0,47829.1416355684,26803.5332483478 -4650,0,47829.1416355684,26803.5332483478 -4651,0,47829.1416355684,26803.5332483478 -4652,0,47829.1416355684,26803.5332483478 -4653,0,47829.1416355684,26803.5332483478 -4654,0,47829.1416355684,26803.5332483478 -4655,0,47829.1416355684,26803.5332483478 -4656,0,47829.1416355684,26803.5332483478 -4657,0,47829.1416355684,26803.5332483478 -4658,0,47829.1416355684,26803.5332483478 -4659,0,47829.1416355684,26803.5332483478 -4660,0,47829.1416355684,26803.5332483478 -4661,0,47829.1416355684,26803.5332483478 -4662,0,47829.1416355684,26803.5332483478 -4663,0,47829.1416355684,26803.5332483478 -4664,0,47829.1416355684,26803.5332483478 -4665,0,47829.1416355684,26803.5332483478 -4666,0,47829.1416355684,26803.5332483478 -4667,0,47829.1416355684,26803.5332483478 -4668,0,47829.1416355684,26803.5332483478 -4669,0,47829.1416355684,26803.5332483478 -4670,0,47829.1416355684,26803.5332483478 -4671,0,47829.1416355684,26803.5332483478 -4672,0,47829.1416355684,26803.5332483478 -4673,0,47829.1416355684,26803.5332483478 -4674,0,47829.1416355684,26803.5332483478 -4675,0,47829.1416355684,26803.5332483478 -4676,0,47829.1416355684,26803.5332483478 -4677,0,47829.1416355684,26803.5332483478 -4678,0,47829.1416355684,26803.5332483478 -4679,0,47829.1416355684,26803.5332483478 -4680,0,47829.1416355684,26803.5332483478 -4681,0,47829.1416355684,26803.5332483478 -4682,0,47829.1416355684,26803.5332483478 -4683,0,47829.1416355684,26803.5332483478 -4684,0,47829.1416355684,26803.5332483478 -4685,0,47829.1416355684,26803.5332483478 -4686,0,47829.1416355684,26803.5332483478 -4687,0,47829.1416355684,26803.5332483478 -4688,0,47829.1416355684,26803.5332483478 -4689,0,47829.1416355684,26803.5332483478 -4690,0,47829.1416355684,26803.5332483478 -4691,0,47829.1416355684,26803.5332483478 -4692,0,47829.1416355684,26803.5332483478 -4693,0,47829.1416355684,26803.5332483478 -4694,0,47829.1416355684,26803.5332483478 -4695,0,47829.1416355684,26803.5332483478 -4696,0,47829.1416355684,26803.5332483478 -4697,0,47829.1416355684,26803.5332483478 -4698,0,47829.1416355684,26803.5332483478 -4699,0,47829.1416355684,26803.5332483478 -4700,0,47829.1416355684,26803.5332483478 -4701,0,47829.1416355684,26803.5332483478 -4702,0,47829.1416355684,26803.5332483478 -4703,0,47829.1416355684,26803.5332483478 -4704,0,47829.1416355684,26803.5332483478 -4705,0,47829.1416355684,26803.5332483478 -4706,0,47829.1416355684,26803.5332483478 -4707,0,47829.1416355684,26803.5332483478 -4708,0,47829.1416355684,26803.5332483478 -4709,0,47829.1416355684,26803.5332483478 -4710,0,47829.1416355684,26803.5332483478 -4711,0,47829.1416355684,26803.5332483478 -4712,0,47829.1416355684,26803.5332483478 -4713,0,47829.1416355684,26803.5332483478 -4714,0,47829.1416355684,26803.5332483478 -4715,0,47829.1416355684,26803.5332483478 -4716,0,47829.1416355684,26803.5332483478 -4717,0,47829.1416355684,26803.5332483478 -4718,0,47829.1416355684,26803.5332483478 -4719,0,47829.1416355684,26803.5332483478 -4720,0,47829.1416355684,26803.5332483478 -4721,0,47829.1416355684,26803.5332483478 -4722,0,47829.1416355684,26803.5332483478 -4723,0,47829.1416355684,26803.5332483478 -4724,0,47829.1416355684,26803.5332483478 -4725,0,47829.1416355684,26803.5332483478 -4726,0,47829.1416355684,26803.5332483478 -4727,0,47829.1416355684,26803.5332483478 -4728,0,47829.1416355684,26803.5332483478 -4729,0,47829.1416355684,26803.5332483478 -4730,0,47829.1416355684,26803.5332483478 -4731,0,47829.1416355684,26803.5332483478 -4732,0,47829.1416355684,26803.5332483478 -4733,0,47829.1416355684,26803.5332483478 -4734,0,47829.1416355684,26803.5332483478 -4735,0,47829.1416355684,26803.5332483478 -4736,0,47829.1416355684,26803.5332483478 -4737,0,47829.1416355684,26803.5332483478 -4738,0,47829.1416355684,26803.5332483478 -4739,0,47829.1416355684,26803.5332483478 -4740,0,47829.1416355684,26803.5332483478 -4741,0,47829.1416355684,26803.5332483478 -4742,0,47829.1416355684,26803.5332483478 -4743,0,47829.1416355684,26803.5332483478 -4744,0,47829.1416355684,26803.5332483478 -4745,0,47829.1416355684,26803.5332483478 -4746,0,47829.1416355684,26803.5332483478 -4747,0,47829.1416355684,26803.5332483478 -4748,0,47829.1416355684,26803.5332483478 -4749,0,47829.1416355684,26803.5332483478 -4750,0,47829.1416355684,26803.5332483478 -4751,0,47829.1416355684,26803.5332483478 -4752,0,47829.1416355684,26803.5332483478 -4753,0,47829.1416355684,26803.5332483478 -4754,0,47829.1416355684,26803.5332483478 -4755,0,47829.1416355684,26803.5332483478 -4756,0,47829.1416355684,26803.5332483478 -4757,0,47829.1416355684,26803.5332483478 -4758,0,47829.1416355684,26803.5332483478 -4759,0,47829.1416355684,26803.5332483478 -4760,0,47829.1416355684,26803.5332483478 -4761,0,47829.1416355684,26803.5332483478 -4762,0,47829.1416355684,26803.5332483478 -4763,0,47829.1416355684,26803.5332483478 -4764,0,47829.1416355684,26803.5332483478 -4765,0,47829.1416355684,26803.5332483478 -4766,0,47829.1416355684,26803.5332483478 -4767,0,47829.1416355684,26803.5332483478 -4768,0,47829.1416355684,26803.5332483478 -4769,0,47829.1416355684,26803.5332483478 -4770,0,47829.1416355684,26803.5332483478 -4771,0,47829.1416355684,26803.5332483478 -4772,0,47829.1416355684,26803.5332483478 -4773,0,47829.1416355684,26803.5332483478 -4774,0,47829.1416355684,26803.5332483478 -4775,0,47829.1416355684,26803.5332483478 -4776,0,47829.1416355684,26803.5332483478 -4777,0,47829.1416355684,26803.5332483478 -4778,0,47829.1416355684,26803.5332483478 -4779,0,47829.1416355684,26803.5332483478 -4780,0,47829.1416355684,26803.5332483478 -4781,0,47829.1416355684,26803.5332483478 -4782,0,47829.1416355684,26803.5332483478 -4783,0,47829.1416355684,26803.5332483478 -4784,0,47829.1416355684,26803.5332483478 -4785,0,47829.1416355684,26803.5332483478 -4786,0,47829.1416355684,26803.5332483478 -4787,0,47829.1416355684,26803.5332483478 -4788,0,47829.1416355684,26803.5332483478 -4789,0,47829.1416355684,26803.5332483478 -4790,0,47829.1416355684,26803.5332483478 -4791,0,47829.1416355684,26803.5332483478 -4792,0,47829.1416355684,26803.5332483478 -4793,0,47829.1416355684,26803.5332483478 -4794,0,47829.1416355684,26803.5332483478 -4795,0,47829.1416355684,26803.5332483478 -4796,0,47829.1416355684,26803.5332483478 -4797,0,47829.1416355684,26803.5332483478 -4798,0,47829.1416355684,26803.5332483478 -4799,0,47829.1416355684,26803.5332483478 -4800,0,47829.1416355684,26803.5332483478 -4801,0,47829.1416355684,26803.5332483478 -4802,0,47829.1416355684,26803.5332483478 -4803,0,47829.1416355684,26803.5332483478 -4804,0,47829.1416355684,26803.5332483478 -4805,0,47829.1416355684,26803.5332483478 -4806,0,47829.1416355684,26803.5332483478 -4807,0,47829.1416355684,26803.5332483478 -4808,0,47829.1416355684,26803.5332483478 -4809,0,47829.1416355684,26803.5332483478 -4810,0,47829.1416355684,26803.5332483478 -4811,0,47829.1416355684,26803.5332483478 -4812,0,47829.1416355684,26803.5332483478 -4813,0,47829.1416355684,26803.5332483478 -4814,0,47829.1416355684,26803.5332483478 -4815,0,47829.1416355684,26803.5332483478 -4816,0,47829.1416355684,26803.5332483478 -4817,0,47829.1416355684,26803.5332483478 -4818,0,47829.1416355684,26803.5332483478 -4819,0,47829.1416355684,26803.5332483478 -4820,0,47829.1416355684,26803.5332483478 -4821,0,47829.1416355684,26803.5332483478 -4822,0,47829.1416355684,26803.5332483478 -4823,0,47829.1416355684,26803.5332483478 -4824,0,47829.1416355684,26803.5332483478 -4825,0,47829.1416355684,26803.5332483478 -4826,0,47829.1416355684,26803.5332483478 -4827,0,47829.1416355684,26803.5332483478 -4828,0,47829.1416355684,26803.5332483478 -4829,0,47829.1416355684,26803.5332483478 -4830,0,47829.1416355684,26803.5332483478 -4831,0,47829.1416355684,26803.5332483478 -4832,0,47829.1416355684,26803.5332483478 -4833,0,47829.1416355684,26803.5332483478 -4834,0,47829.1416355684,26803.5332483478 -4835,0,47829.1416355684,26803.5332483478 -4836,0,47829.1416355684,26803.5332483478 -4837,0,47829.1416355684,26803.5332483478 -4838,0,47829.1416355684,26803.5332483478 -4839,0,47829.1416355684,26803.5332483478 -4840,0,47829.1416355684,26803.5332483478 -4841,0,47829.1416355684,26803.5332483478 -4842,0,47829.1416355684,26803.5332483478 -4843,0,47829.1416355684,26803.5332483478 -4844,0,47829.1416355684,26803.5332483478 -4845,0,47829.1416355684,26803.5332483478 -4846,0,47829.1416355684,26803.5332483478 -4847,0,47829.1416355684,26803.5332483478 -4848,0,47829.1416355684,26803.5332483478 -4849,0,47829.1416355684,26803.5332483478 -4850,0,47829.1416355684,26803.5332483478 -4851,0,47829.1416355684,26803.5332483478 -4852,0,47829.1416355684,26803.5332483478 -4853,0,47829.1416355684,26803.5332483478 -4854,0,47829.1416355684,26803.5332483478 -4855,0,47829.1416355684,26803.5332483478 -4856,0,47829.1416355684,26803.5332483478 -4857,0,47829.1416355684,26803.5332483478 -4858,0,47829.1416355684,26803.5332483478 -4859,0,47829.1416355684,26803.5332483478 -4860,0,47829.1416355684,26803.5332483478 -4861,0,47829.1416355684,26803.5332483478 -4862,0,47829.1416355684,26803.5332483478 -4863,0,47829.1416355684,26803.5332483478 -4864,0,47829.1416355684,26803.5332483478 -4865,0,47829.1416355684,26803.5332483478 -4866,0,47829.1416355684,26803.5332483478 -4867,0,47829.1416355684,26803.5332483478 -4868,0,47829.1416355684,26803.5332483478 -4869,0,47829.1416355684,26803.5332483478 -4870,0,47829.1416355684,26803.5332483478 -4871,0,47829.1416355684,26803.5332483478 -4872,0,47829.1416355684,26803.5332483478 -4873,0,47829.1416355684,26803.5332483478 -4874,0,47829.1416355684,26803.5332483478 -4875,0,47829.1416355684,26803.5332483478 -4876,0,47829.1416355684,26803.5332483478 -4877,0,47829.1416355684,26803.5332483478 -4878,0,47829.1416355684,26803.5332483478 -4879,0,47829.1416355684,26803.5332483478 -4880,0,47829.1416355684,26803.5332483478 -4881,0,47829.1416355684,26803.5332483478 -4882,0,47829.1416355684,26803.5332483478 -4883,0,47829.1416355684,26803.5332483478 -4884,0,47829.1416355684,26803.5332483478 -4885,0,47829.1416355684,26803.5332483478 -4886,0,47829.1416355684,26803.5332483478 -4887,0,47829.1416355684,26803.5332483478 -4888,0,47829.1416355684,26803.5332483478 -4889,0,47829.1416355684,26803.5332483478 -4890,0,47829.1416355684,26803.5332483478 -4891,0,47829.1416355684,26803.5332483478 -4892,0,47829.1416355684,26803.5332483478 -4893,0,47829.1416355684,26803.5332483478 -4894,0,47829.1416355684,26803.5332483478 -4895,0,47829.1416355684,26803.5332483478 -4896,0,47829.1416355684,26803.5332483478 -4897,0,47829.1416355684,26803.5332483478 -4898,0,47829.1416355684,26803.5332483478 -4899,0,47829.1416355684,26803.5332483478 -4900,0,47829.1416355684,26803.5332483478 -4901,0,47829.1416355684,26803.5332483478 -4902,0,47829.1416355684,26803.5332483478 -4903,0,47829.1416355684,26803.5332483478 -4904,0,47829.1416355684,26803.5332483478 -4905,0,47829.1416355684,26803.5332483478 -4906,0,47829.1416355684,26803.5332483478 -4907,0,47829.1416355684,26803.5332483478 -4908,0,47829.1416355684,26803.5332483478 -4909,0,47829.1416355684,26803.5332483478 -4910,0,47829.1416355684,26803.5332483478 -4911,0,47829.1416355684,26803.5332483478 -4912,0,47829.1416355684,26803.5332483478 -4913,0,47829.1416355684,26803.5332483478 -4914,0,47829.1416355684,26803.5332483478 -4915,0,47829.1416355684,26803.5332483478 -4916,0,47829.1416355684,26803.5332483478 -4917,0,47829.1416355684,26803.5332483478 -4918,0,47829.1416355684,26803.5332483478 -4919,0,47829.1416355684,26803.5332483478 -4920,0,47829.1416355684,26803.5332483478 -4921,0,47829.1416355684,26803.5332483478 -4922,0,47829.1416355684,26803.5332483478 -4923,0,47829.1416355684,26803.5332483478 -4924,0,47829.1416355684,26803.5332483478 -4925,0,47829.1416355684,26803.5332483478 -4926,0,47829.1416355684,26803.5332483478 -4927,0,47829.1416355684,26803.5332483478 -4928,0,47829.1416355684,26803.5332483478 -4929,0,47829.1416355684,26803.5332483478 -4930,0,47829.1416355684,26803.5332483478 -4931,0,47829.1416355684,26803.5332483478 -4932,0,47829.1416355684,26803.5332483478 -4933,0,47829.1416355684,26803.5332483478 -4934,0,47829.1416355684,26803.5332483478 -4935,0,47829.1416355684,26803.5332483478 -4936,0,47829.1416355684,26803.5332483478 -4937,0,47829.1416355684,26803.5332483478 -4938,0,47829.1416355684,26803.5332483478 -4939,0,47829.1416355684,26803.5332483478 -4940,0,47829.1416355684,26803.5332483478 -4941,0,47829.1416355684,26803.5332483478 -4942,0,47829.1416355684,26803.5332483478 -4943,0,47829.1416355684,26803.5332483478 -4944,0,47829.1416355684,26803.5332483478 -4945,0,47829.1416355684,26803.5332483478 -4946,0,47829.1416355684,26803.5332483478 -4947,0,47829.1416355684,26803.5332483478 -4948,0,47829.1416355684,26803.5332483478 -4949,0,47829.1416355684,26803.5332483478 -4950,0,47829.1416355684,26803.5332483478 -4951,0,47829.1416355684,26803.5332483478 -4952,0,47829.1416355684,26803.5332483478 -4953,0,47829.1416355684,26803.5332483478 -4954,0,47829.1416355684,26803.5332483478 -4955,0,47829.1416355684,26803.5332483478 -4956,0,47829.1416355684,26803.5332483478 -4957,0,47829.1416355684,26803.5332483478 -4958,0,47829.1416355684,26803.5332483478 -4959,0,47829.1416355684,26803.5332483478 -4960,0,47829.1416355684,26803.5332483478 -4961,0,47829.1416355684,26803.5332483478 -4962,0,47829.1416355684,26803.5332483478 -4963,0,47829.1416355684,26803.5332483478 -4964,0,47829.1416355684,26803.5332483478 -4965,0,47829.1416355684,26803.5332483478 -4966,0,47829.1416355684,26803.5332483478 -4967,0,47829.1416355684,26803.5332483478 -4968,0,47829.1416355684,26803.5332483478 -4969,0,47829.1416355684,26803.5332483478 -4970,0,47829.1416355684,26803.5332483478 -4971,0,47829.1416355684,26803.5332483478 -4972,0,47829.1416355684,26803.5332483478 -4973,0,47829.1416355684,26803.5332483478 -4974,0,47829.1416355684,26803.5332483478 -4975,0,47829.1416355684,26803.5332483478 -4976,0,47829.1416355684,26803.5332483478 -4977,0,47829.1416355684,26803.5332483478 -4978,0,47829.1416355684,26803.5332483478 -4979,0,47829.1416355684,26803.5332483478 -4980,0,47829.1416355684,26803.5332483478 -4981,0,47829.1416355684,26803.5332483478 -4982,0,47829.1416355684,26803.5332483478 -4983,0,47829.1416355684,26803.5332483478 -4984,0,47829.1416355684,26803.5332483478 -4985,0,47829.1416355684,26803.5332483478 -4986,0,47829.1416355684,26803.5332483478 -4987,0,47829.1416355684,26803.5332483478 -4988,0,47829.1416355684,26803.5332483478 -4989,0,47829.1416355684,26803.5332483478 -4990,0,47829.1416355684,26803.5332483478 -4991,0,47829.1416355684,26803.5332483478 -4992,0,47829.1416355684,26803.5332483478 -4993,0,47829.1416355684,26803.5332483478 -4994,0,47829.1416355684,26803.5332483478 -4995,0,47829.1416355684,26803.5332483478 -4996,0,47829.1416355684,26803.5332483478 -4997,0,47829.1416355684,26803.5332483478 -4998,0,47829.1416355684,26803.5332483478 -4999,0,47829.1416355684,26803.5332483478 -5000,0,47829.1416355684,26803.5332483478 -5001,0,47829.1416355684,26803.5332483478 -5002,0,47829.1416355684,26803.5332483478 -5003,0,47829.1416355684,26803.5332483478 -5004,0,47829.1416355684,26803.5332483478 -5005,0,47829.1416355684,26803.5332483478 -5006,0,47829.1416355684,26803.5332483478 -5007,0,47829.1416355684,26803.5332483478 -5008,0,47829.1416355684,26803.5332483478 -5009,0,47829.1416355684,26803.5332483478 -5010,0,47829.1416355684,26803.5332483478 -5011,0,47829.1416355684,26803.5332483478 -5012,0,47829.1416355684,26803.5332483478 -5013,0,47829.1416355684,26803.5332483478 -5014,0,47829.1416355684,26803.5332483478 -5015,0,47829.1416355684,26803.5332483478 -5016,0,47829.1416355684,26803.5332483478 -5017,0,47829.1416355684,26803.5332483478 -5018,0,47829.1416355684,26803.5332483478 -5019,0,47829.1416355684,26803.5332483478 -5020,0,47829.1416355684,26803.5332483478 -5021,0,47829.1416355684,26803.5332483478 -5022,0,47829.1416355684,26803.5332483478 -5023,0,47829.1416355684,26803.5332483478 -5024,0,47829.1416355684,26803.5332483478 -5025,0,47829.1416355684,26803.5332483478 -5026,0,47829.1416355684,26803.5332483478 -5027,0,47829.1416355684,26803.5332483478 -5028,0,47829.1416355684,26803.5332483478 -5029,0,47829.1416355684,26803.5332483478 -5030,0,47829.1416355684,26803.5332483478 -5031,0,47829.1416355684,26803.5332483478 -5032,0,47829.1416355684,26803.5332483478 -5033,0,47829.1416355684,26803.5332483478 -5034,0,47829.1416355684,26803.5332483478 -5035,0,47829.1416355684,26803.5332483478 -5036,0,47829.1416355684,26803.5332483478 -5037,0,47829.1416355684,26803.5332483478 -5038,0,47829.1416355684,26803.5332483478 -5039,0,47829.1416355684,26803.5332483478 -5040,0,47829.1416355684,26803.5332483478 -5041,0,47829.1416355684,26803.5332483478 -5042,0,47829.1416355684,26803.5332483478 -5043,0,47829.1416355684,26803.5332483478 -5044,0,47829.1416355684,26803.5332483478 -5045,0,47829.1416355684,26803.5332483478 -5046,0,47829.1416355684,26803.5332483478 -5047,0,47829.1416355684,26803.5332483478 -5048,0,47829.1416355684,26803.5332483478 -5049,0,47829.1416355684,26803.5332483478 -5050,0,47829.1416355684,26803.5332483478 -5051,0,47829.1416355684,26803.5332483478 -5052,0,47829.1416355684,26803.5332483478 -5053,0,47829.1416355684,26803.5332483478 -5054,0,47829.1416355684,26803.5332483478 -5055,0,47829.1416355684,26803.5332483478 -5056,0,47829.1416355684,26803.5332483478 -5057,0,47829.1416355684,26803.5332483478 -5058,0,47829.1416355684,26803.5332483478 -5059,0,47829.1416355684,26803.5332483478 -5060,0,47829.1416355684,26803.5332483478 -5061,0,47829.1416355684,26803.5332483478 -5062,0,47829.1416355684,26803.5332483478 -5063,0,47829.1416355684,26803.5332483478 -5064,0,47829.1416355684,26803.5332483478 -5065,0,47829.1416355684,26803.5332483478 -5066,0,47829.1416355684,26803.5332483478 -5067,0,47829.1416355684,26803.5332483478 -5068,0,47829.1416355684,26803.5332483478 -5069,0,47829.1416355684,26803.5332483478 -5070,0,47829.1416355684,26803.5332483478 -5071,0,47829.1416355684,26803.5332483478 -5072,0,47829.1416355684,26803.5332483478 -5073,0,47829.1416355684,26803.5332483478 -5074,0,47829.1416355684,26803.5332483478 -5075,0,47829.1416355684,26803.5332483478 -5076,0,47829.1416355684,26803.5332483478 -5077,0,47829.1416355684,26803.5332483478 -5078,0,47829.1416355684,26803.5332483478 -5079,0,47829.1416355684,26803.5332483478 -5080,0,47829.1416355684,26803.5332483478 -5081,0,47829.1416355684,26803.5332483478 -5082,0,47829.1416355684,26803.5332483478 -5083,0,47829.1416355684,26803.5332483478 -5084,0,47829.1416355684,26803.5332483478 -5085,0,47829.1416355684,26803.5332483478 -5086,0,47829.1416355684,26803.5332483478 -5087,0,47829.1416355684,26803.5332483478 -5088,0,47829.1416355684,26803.5332483478 -5089,0,47829.1416355684,26803.5332483478 -5090,0,47829.1416355684,26803.5332483478 -5091,0,47829.1416355684,26803.5332483478 -5092,0,47829.1416355684,26803.5332483478 -5093,0,47829.1416355684,26803.5332483478 -5094,0,47829.1416355684,26803.5332483478 -5095,0,47829.1416355684,26803.5332483478 -5096,0,47829.1416355684,26803.5332483478 -5097,0,47829.1416355684,26803.5332483478 -5098,0,47829.1416355684,26803.5332483478 -5099,0,47829.1416355684,26803.5332483478 -5100,0,47829.1416355684,26803.5332483478 -5101,0,47829.1416355684,26803.5332483478 -5102,0,47829.1416355684,26803.5332483478 -5103,0,47829.1416355684,26803.5332483478 -5104,0,47829.1416355684,26803.5332483478 -5105,0,47829.1416355684,26803.5332483478 -5106,0,47829.1416355684,26803.5332483478 -5107,0,47829.1416355684,26803.5332483478 -5108,0,47829.1416355684,26803.5332483478 -5109,0,47829.1416355684,26803.5332483478 -5110,0,47829.1416355684,26803.5332483478 -5111,0,47829.1416355684,26803.5332483478 -5112,0,47829.1416355684,26803.5332483478 -5113,0,47829.1416355684,26803.5332483478 -5114,0,47829.1416355684,26803.5332483478 -5115,0,47829.1416355684,26803.5332483478 -5116,0,47829.1416355684,26803.5332483478 -5117,0,47829.1416355684,26803.5332483478 -5118,0,47829.1416355684,26803.5332483478 -5119,0,47829.1416355684,26803.5332483478 -5120,0,47829.1416355684,26803.5332483478 -5121,0,47829.1416355684,26803.5332483478 -5122,0,47829.1416355684,26803.5332483478 -5123,0,47829.1416355684,26803.5332483478 -5124,0,47829.1416355684,26803.5332483478 -5125,0,47829.1416355684,26803.5332483478 -5126,0,47829.1416355684,26803.5332483478 -5127,0,47829.1416355684,26803.5332483478 -5128,0,47829.1416355684,26803.5332483478 -5129,0,47829.1416355684,26803.5332483478 -5130,0,47829.1416355684,26803.5332483478 -5131,0,47829.1416355684,26803.5332483478 -5132,0,47829.1416355684,26803.5332483478 -5133,0,47829.1416355684,26803.5332483478 -5134,0,47829.1416355684,26803.5332483478 -5135,0,47829.1416355684,26803.5332483478 -5136,0,47829.1416355684,26803.5332483478 -5137,0,47829.1416355684,26803.5332483478 -5138,0,47829.1416355684,26803.5332483478 -5139,0,47829.1416355684,26803.5332483478 -5140,0,47829.1416355684,26803.5332483478 -5141,0,47829.1416355684,26803.5332483478 -5142,0,47829.1416355684,26803.5332483478 -5143,0,47829.1416355684,26803.5332483478 -5144,0,47829.1416355684,26803.5332483478 -5145,0,47829.1416355684,26803.5332483478 -5146,0,47829.1416355684,26803.5332483478 -5147,0,47829.1416355684,26803.5332483478 -5148,0,47829.1416355684,26803.5332483478 -5149,0,47829.1416355684,26803.5332483478 -5150,0,47829.1416355684,26803.5332483478 -5151,0,47829.1416355684,26803.5332483478 -5152,0,47829.1416355684,26803.5332483478 -5153,0,47829.1416355684,26803.5332483478 -5154,0,47829.1416355684,26803.5332483478 -5155,0,47829.1416355684,26803.5332483478 -5156,0,47829.1416355684,26803.5332483478 -5157,0,47829.1416355684,26803.5332483478 -5158,0,47829.1416355684,26803.5332483478 -5159,0,47829.1416355684,26803.5332483478 -5160,0,47829.1416355684,26803.5332483478 -5161,0,47829.1416355684,26803.5332483478 -5162,0,47829.1416355684,26803.5332483478 -5163,0,47829.1416355684,26803.5332483478 -5164,0,47829.1416355684,26803.5332483478 -5165,0,47829.1416355684,26803.5332483478 -5166,0,47829.1416355684,26803.5332483478 -5167,0,47829.1416355684,26803.5332483478 -5168,0,47829.1416355684,26803.5332483478 -5169,0,47829.1416355684,26803.5332483478 -5170,0,47829.1416355684,26803.5332483478 -5171,0,47829.1416355684,26803.5332483478 -5172,0,47829.1416355684,26803.5332483478 -5173,0,47829.1416355684,26803.5332483478 -5174,0,47829.1416355684,26803.5332483478 -5175,0,47829.1416355684,26803.5332483478 -5176,0,47829.1416355684,26803.5332483478 -5177,0,47829.1416355684,26803.5332483478 -5178,0,47829.1416355684,26803.5332483478 -5179,0,47829.1416355684,26803.5332483478 -5180,0,47829.1416355684,26803.5332483478 -5181,0,47829.1416355684,26803.5332483478 -5182,0,47829.1416355684,26803.5332483478 -5183,0,47829.1416355684,26803.5332483478 -5184,0,47829.1416355684,26803.5332483478 -5185,0,47829.1416355684,26803.5332483478 -5186,0,47829.1416355684,26803.5332483478 -5187,0,47829.1416355684,26803.5332483478 -5188,0,47829.1416355684,26803.5332483478 -5189,0,47829.1416355684,26803.5332483478 -5190,0,47829.1416355684,26803.5332483478 -5191,0,47829.1416355684,26803.5332483478 -5192,0,47829.1416355684,26803.5332483478 -5193,0,47829.1416355684,26803.5332483478 -5194,0,47829.1416355684,26803.5332483478 -5195,0,47829.1416355684,26803.5332483478 -5196,0,47829.1416355684,26803.5332483478 -5197,0,47829.1416355684,26803.5332483478 -5198,0,47829.1416355684,26803.5332483478 -5199,0,47829.1416355684,26803.5332483478 -5200,0,47829.1416355684,26803.5332483478 -5201,0,47829.1416355684,26803.5332483478 -5202,0,47829.1416355684,26803.5332483478 -5203,0,47829.1416355684,26803.5332483478 -5204,0,47829.1416355684,26803.5332483478 -5205,0,47829.1416355684,26803.5332483478 -5206,0,47829.1416355684,26803.5332483478 -5207,0,47829.1416355684,26803.5332483478 -5208,0,47829.1416355684,26803.5332483478 -5209,0,47829.1416355684,26803.5332483478 -5210,0,47829.1416355684,26803.5332483478 -5211,0,47829.1416355684,26803.5332483478 -5212,0,47829.1416355684,26803.5332483478 -5213,0,47829.1416355684,26803.5332483478 -5214,0,47829.1416355684,26803.5332483478 -5215,0,47829.1416355684,26803.5332483478 -5216,0,47829.1416355684,26803.5332483478 -5217,0,47829.1416355684,26803.5332483478 -5218,0,47829.1416355684,26803.5332483478 -5219,0,47829.1416355684,26803.5332483478 -5220,0,47829.1416355684,26803.5332483478 -5221,0,47829.1416355684,26803.5332483478 -5222,0,47829.1416355684,26803.5332483478 -5223,0,47829.1416355684,26803.5332483478 -5224,0,47829.1416355684,26803.5332483478 -5225,0,47829.1416355684,26803.5332483478 -5226,0,47829.1416355684,26803.5332483478 -5227,0,47829.1416355684,26803.5332483478 -5228,0,47829.1416355684,26803.5332483478 -5229,0,47829.1416355684,26803.5332483478 -5230,0,47829.1416355684,26803.5332483478 -5231,0,47829.1416355684,26803.5332483478 -5232,0,47829.1416355684,26803.5332483478 -5233,0,47829.1416355684,26803.5332483478 -5234,0,47829.1416355684,26803.5332483478 -5235,0,47829.1416355684,26803.5332483478 -5236,0,47829.1416355684,26803.5332483478 -5237,0,47829.1416355684,26803.5332483478 -5238,0,47829.1416355684,26803.5332483478 -5239,0,47829.1416355684,26803.5332483478 -5240,0,47829.1416355684,26803.5332483478 -5241,0,47829.1416355684,26803.5332483478 -5242,0,47829.1416355684,26803.5332483478 -5243,0,47829.1416355684,26803.5332483478 -5244,0,47829.1416355684,26803.5332483478 -5245,0,47829.1416355684,26803.5332483478 -5246,0,47829.1416355684,26803.5332483478 -5247,0,47829.1416355684,26803.5332483478 -5248,0,47829.1416355684,26803.5332483478 -5249,0,47829.1416355684,26803.5332483478 -5250,0,47829.1416355684,26803.5332483478 -5251,0,47829.1416355684,26803.5332483478 -5252,0,47829.1416355684,26803.5332483478 -5253,0,47829.1416355684,26803.5332483478 -5254,0,47829.1416355684,26803.5332483478 -5255,0,47829.1416355684,26803.5332483478 -5256,0,47829.1416355684,26803.5332483478 -5257,0,47829.1416355684,26803.5332483478 -5258,0,47829.1416355684,26803.5332483478 -5259,0,47829.1416355684,26803.5332483478 -5260,0,47829.1416355684,26803.5332483478 -5261,0,47829.1416355684,26803.5332483478 -5262,0,47829.1416355684,26803.5332483478 -5263,0,47829.1416355684,26803.5332483478 -5264,0,47829.1416355684,26803.5332483478 -5265,0,47829.1416355684,26803.5332483478 -5266,0,47829.1416355684,26803.5332483478 -5267,0,47829.1416355684,26803.5332483478 -5268,0,47829.1416355684,26803.5332483478 -5269,0,47829.1416355684,26803.5332483478 -5270,0,47829.1416355684,26803.5332483478 -5271,0,47829.1416355684,26803.5332483478 -5272,0,47829.1416355684,26803.5332483478 -5273,0,47829.1416355684,26803.5332483478 -5274,0,47829.1416355684,26803.5332483478 -5275,0,47829.1416355684,26803.5332483478 -5276,0,47829.1416355684,26803.5332483478 -5277,0,47829.1416355684,26803.5332483478 -5278,0,47829.1416355684,26803.5332483478 -5279,0,47829.1416355684,26803.5332483478 -5280,0,47829.1416355684,26803.5332483478 -5281,0,47829.1416355684,26803.5332483478 -5282,0,47829.1416355684,26803.5332483478 -5283,0,47829.1416355684,26803.5332483478 -5284,0,47829.1416355684,26803.5332483478 -5285,0,47829.1416355684,26803.5332483478 -5286,0,47829.1416355684,26803.5332483478 -5287,0,47829.1416355684,26803.5332483478 -5288,0,47829.1416355684,26803.5332483478 -5289,0,47829.1416355684,26803.5332483478 -5290,0,47829.1416355684,26803.5332483478 -5291,0,47829.1416355684,26803.5332483478 -5292,0,47829.1416355684,26803.5332483478 -5293,0,47829.1416355684,26803.5332483478 -5294,0,47829.1416355684,26803.5332483478 -5295,0,47829.1416355684,26803.5332483478 -5296,0,47829.1416355684,26803.5332483478 -5297,0,47829.1416355684,26803.5332483478 -5298,0,47829.1416355684,26803.5332483478 -5299,0,47829.1416355684,26803.5332483478 -5300,0,47829.1416355684,26803.5332483478 -5301,0,47829.1416355684,26803.5332483478 -5302,0,47829.1416355684,26803.5332483478 -5303,0,47829.1416355684,26803.5332483478 -5304,0,47829.1416355684,26803.5332483478 -5305,0,47829.1416355684,26803.5332483478 -5306,0,47829.1416355684,26803.5332483478 -5307,0,47829.1416355684,26803.5332483478 -5308,0,47829.1416355684,26803.5332483478 -5309,0,47829.1416355684,26803.5332483478 -5310,0,47829.1416355684,26803.5332483478 -5311,0,47829.1416355684,26803.5332483478 -5312,0,47829.1416355684,26803.5332483478 -5313,0,47829.1416355684,26803.5332483478 -5314,0,47829.1416355684,26803.5332483478 -5315,0,47829.1416355684,26803.5332483478 -5316,0,47829.1416355684,26803.5332483478 -5317,0,47829.1416355684,26803.5332483478 -5318,0,47829.1416355684,26803.5332483478 -5319,0,47829.1416355684,26803.5332483478 -5320,0,47829.1416355684,26803.5332483478 -5321,0,47829.1416355684,26803.5332483478 -5322,0,47829.1416355684,26803.5332483478 -5323,0,47829.1416355684,26803.5332483478 -5324,0,47829.1416355684,26803.5332483478 -5325,0,47829.1416355684,26803.5332483478 -5326,0,47829.1416355684,26803.5332483478 -5327,0,47829.1416355684,26803.5332483478 -5328,0,47829.1416355684,26803.5332483478 -5329,0,47829.1416355684,26803.5332483478 -5330,0,47829.1416355684,26803.5332483478 -5331,0,47829.1416355684,26803.5332483478 -5332,0,47829.1416355684,26803.5332483478 -5333,0,47829.1416355684,26803.5332483478 -5334,0,47829.1416355684,26803.5332483478 -5335,0,47829.1416355684,26803.5332483478 -5336,0,47829.1416355684,26803.5332483478 -5337,0,47829.1416355684,26803.5332483478 -5338,0,47829.1416355684,26803.5332483478 -5339,0,47829.1416355684,26803.5332483478 -5340,0,47829.1416355684,26803.5332483478 -5341,0,47829.1416355684,26803.5332483478 -5342,0,47829.1416355684,26803.5332483478 -5343,0,47829.1416355684,26803.5332483478 -5344,0,47829.1416355684,26803.5332483478 -5345,0,47829.1416355684,26803.5332483478 -5346,0,47829.1416355684,26803.5332483478 -5347,0,47829.1416355684,26803.5332483478 -5348,0,47829.1416355684,26803.5332483478 -5349,0,47829.1416355684,26803.5332483478 -5350,0,47829.1416355684,26803.5332483478 -5351,0,47829.1416355684,26803.5332483478 -5352,0,47829.1416355684,26803.5332483478 -5353,0,47829.1416355684,26803.5332483478 -5354,0,47829.1416355684,26803.5332483478 -5355,0,47829.1416355684,26803.5332483478 -5356,0,47829.1416355684,26803.5332483478 -5357,0,47829.1416355684,26803.5332483478 -5358,0,47829.1416355684,26803.5332483478 -5359,0,47829.1416355684,26803.5332483478 -5360,0,47829.1416355684,26803.5332483478 -5361,0,47829.1416355684,26803.5332483478 -5362,0,47829.1416355684,26803.5332483478 -5363,0,47829.1416355684,26803.5332483478 -5364,0,47829.1416355684,26803.5332483478 -5365,0,47829.1416355684,26803.5332483478 -5366,0,47829.1416355684,26803.5332483478 -5367,0,47829.1416355684,26803.5332483478 -5368,0,47829.1416355684,26803.5332483478 -5369,0,47829.1416355684,26803.5332483478 -5370,0,47829.1416355684,26803.5332483478 -5371,0,47829.1416355684,26803.5332483478 -5372,0,47829.1416355684,26803.5332483478 -5373,0,47829.1416355684,26803.5332483478 -5374,0,47829.1416355684,26803.5332483478 -5375,0,47829.1416355684,26803.5332483478 -5376,0,47829.1416355684,26803.5332483478 -5377,0,47829.1416355684,26803.5332483478 -5378,0,47829.1416355684,26803.5332483478 -5379,0,47829.1416355684,26803.5332483478 -5380,0,47829.1416355684,26803.5332483478 -5381,0,47829.1416355684,26803.5332483478 -5382,0,47829.1416355684,26803.5332483478 -5383,0,47829.1416355684,26803.5332483478 -5384,0,47829.1416355684,26803.5332483478 -5385,0,47829.1416355684,26803.5332483478 -5386,0,47829.1416355684,26803.5332483478 -5387,0,47829.1416355684,26803.5332483478 -5388,0,47829.1416355684,26803.5332483478 -5389,0,47829.1416355684,26803.5332483478 -5390,0,47829.1416355684,26803.5332483478 -5391,0,47829.1416355684,26803.5332483478 -5392,0,47829.1416355684,26803.5332483478 -5393,0,47829.1416355684,26803.5332483478 -5394,0,47829.1416355684,26803.5332483478 -5395,0,47829.1416355684,26803.5332483478 -5396,0,47829.1416355684,26803.5332483478 -5397,0,47829.1416355684,26803.5332483478 -5398,0,47829.1416355684,26803.5332483478 -5399,0,47829.1416355684,26803.5332483478 -5400,0,47829.1416355684,26803.5332483478 -5401,0,47829.1416355684,26803.5332483478 -5402,0,47829.1416355684,26803.5332483478 -5403,0,47829.1416355684,26803.5332483478 -5404,0,47829.1416355684,26803.5332483478 -5405,0,47829.1416355684,26803.5332483478 -5406,0,47829.1416355684,26803.5332483478 -5407,0,47829.1416355684,26803.5332483478 -5408,0,47829.1416355684,26803.5332483478 -5409,0,47829.1416355684,26803.5332483478 -5410,0,47829.1416355684,26803.5332483478 -5411,0,47829.1416355684,26803.5332483478 -5412,0,47829.1416355684,26803.5332483478 -5413,0,47829.1416355684,26803.5332483478 -5414,0,47829.1416355684,26803.5332483478 -5415,0,47829.1416355684,26803.5332483478 -5416,0,47829.1416355684,26803.5332483478 -5417,0,47829.1416355684,26803.5332483478 -5418,0,47829.1416355684,26803.5332483478 -5419,0,47829.1416355684,26803.5332483478 -5420,0,47829.1416355684,26803.5332483478 -5421,0,47829.1416355684,26803.5332483478 -5422,0,47829.1416355684,26803.5332483478 -5423,0,47829.1416355684,26803.5332483478 -5424,0,47829.1416355684,26803.5332483478 -5425,0,47829.1416355684,26803.5332483478 -5426,0,47829.1416355684,26803.5332483478 -5427,0,47829.1416355684,26803.5332483478 -5428,0,47829.1416355684,26803.5332483478 -5429,0,47829.1416355684,26803.5332483478 -5430,0,47829.1416355684,26803.5332483478 -5431,0,47829.1416355684,26803.5332483478 -5432,0,47829.1416355684,26803.5332483478 -5433,0,47829.1416355684,26803.5332483478 -5434,0,47829.1416355684,26803.5332483478 -5435,0,47829.1416355684,26803.5332483478 -5436,0,47829.1416355684,26803.5332483478 -5437,0,47829.1416355684,26803.5332483478 -5438,0,47829.1416355684,26803.5332483478 -5439,0,47829.1416355684,26803.5332483478 -5440,0,47829.1416355684,26803.5332483478 -5441,0,47829.1416355684,26803.5332483478 -5442,0,47829.1416355684,26803.5332483478 -5443,0,47829.1416355684,26803.5332483478 -5444,0,47829.1416355684,26803.5332483478 -5445,0,47829.1416355684,26803.5332483478 -5446,0,47829.1416355684,26803.5332483478 -5447,0,47829.1416355684,26803.5332483478 -5448,0,47829.1416355684,26803.5332483478 -5449,0,47829.1416355684,26803.5332483478 -5450,0,47829.1416355684,26803.5332483478 -5451,0,47829.1416355684,26803.5332483478 -5452,0,47829.1416355684,26803.5332483478 -5453,0,47829.1416355684,26803.5332483478 -5454,0,47829.1416355684,26803.5332483478 -5455,0,47829.1416355684,26803.5332483478 -5456,0,47829.1416355684,26803.5332483478 -5457,0,47829.1416355684,26803.5332483478 -5458,0,47829.1416355684,26803.5332483478 -5459,0,47829.1416355684,26803.5332483478 -5460,0,47829.1416355684,26803.5332483478 -5461,0,47829.1416355684,26803.5332483478 -5462,0,47829.1416355684,26803.5332483478 -5463,0,47829.1416355684,26803.5332483478 -5464,0,47829.1416355684,26803.5332483478 -5465,0,47829.1416355684,26803.5332483478 -5466,0,47829.1416355684,26803.5332483478 -5467,0,47829.1416355684,26803.5332483478 -5468,0,47829.1416355684,26803.5332483478 -5469,0,47829.1416355684,26803.5332483478 -5470,0,47829.1416355684,26803.5332483478 -5471,0,47829.1416355684,26803.5332483478 -5472,0,47829.1416355684,26803.5332483478 -5473,0,47829.1416355684,26803.5332483478 -5474,0,47829.1416355684,26803.5332483478 -5475,0,47829.1416355684,26803.5332483478 -5476,0,47829.1416355684,26803.5332483478 -5477,0,47829.1416355684,26803.5332483478 -5478,0,47829.1416355684,26803.5332483478 -5479,0,47829.1416355684,26803.5332483478 -5480,0,47829.1416355684,26803.5332483478 -5481,0,47829.1416355684,26803.5332483478 -5482,0,47829.1416355684,26803.5332483478 -5483,0,47829.1416355684,26803.5332483478 -5484,0,47829.1416355684,26803.5332483478 -5485,0,47829.1416355684,26803.5332483478 -5486,0,47829.1416355684,26803.5332483478 -5487,0,47829.1416355684,26803.5332483478 -5488,0,47829.1416355684,26803.5332483478 -5489,0,47829.1416355684,26803.5332483478 -5490,0,47829.1416355684,26803.5332483478 -5491,0,47829.1416355684,26803.5332483478 -5492,0,47829.1416355684,26803.5332483478 -5493,0,47829.1416355684,26803.5332483478 -5494,0,47829.1416355684,26803.5332483478 -5495,0,47829.1416355684,26803.5332483478 -5496,0,47829.1416355684,26803.5332483478 -5497,0,47829.1416355684,26803.5332483478 -5498,0,47829.1416355684,26803.5332483478 -5499,0,47829.1416355684,26803.5332483478 -5500,0,47829.1416355684,26803.5332483478 -5501,0,47829.1416355684,26803.5332483478 -5502,0,47829.1416355684,26803.5332483478 -5503,0,47829.1416355684,26803.5332483478 -5504,0,47829.1416355684,26803.5332483478 -5505,0,47829.1416355684,26803.5332483478 -5506,0,47829.1416355684,26803.5332483478 -5507,0,47829.1416355684,26803.5332483478 -5508,0,47829.1416355684,26803.5332483478 -5509,0,47829.1416355684,26803.5332483478 -5510,0,47829.1416355684,26803.5332483478 -5511,0,47829.1416355684,26803.5332483478 -5512,0,47829.1416355684,26803.5332483478 -5513,0,47829.1416355684,26803.5332483478 -5514,0,47829.1416355684,26803.5332483478 -5515,0,47829.1416355684,26803.5332483478 -5516,0,47829.1416355684,26803.5332483478 -5517,0,47829.1416355684,26803.5332483478 -5518,0,47829.1416355684,26803.5332483478 -5519,0,47829.1416355684,26803.5332483478 -5520,0,47829.1416355684,26803.5332483478 -5521,0,47829.1416355684,26803.5332483478 -5522,0,47829.1416355684,26803.5332483478 -5523,0,47829.1416355684,26803.5332483478 -5524,0,47829.1416355684,26803.5332483478 -5525,0,47829.1416355684,26803.5332483478 -5526,0,47829.1416355684,26803.5332483478 -5527,0,47829.1416355684,26803.5332483478 -5528,0,47829.1416355684,26803.5332483478 -5529,0,47829.1416355684,26803.5332483478 -5530,0,47829.1416355684,26803.5332483478 -5531,0,47829.1416355684,26803.5332483478 -5532,0,47829.1416355684,26803.5332483478 -5533,0,47829.1416355684,26803.5332483478 -5534,0,47829.1416355684,26803.5332483478 -5535,0,47829.1416355684,26803.5332483478 -5536,0,47829.1416355684,26803.5332483478 -5537,0,47829.1416355684,26803.5332483478 -5538,0,47829.1416355684,26803.5332483478 -5539,0,47829.1416355684,26803.5332483478 -5540,0,47829.1416355684,26803.5332483478 -5541,0,47829.1416355684,26803.5332483478 -5542,0,47829.1416355684,26803.5332483478 -5543,0,47829.1416355684,26803.5332483478 -5544,0,47829.1416355684,26803.5332483478 -5545,0,47829.1416355684,26803.5332483478 -5546,0,47829.1416355684,26803.5332483478 -5547,0,47829.1416355684,26803.5332483478 -5548,0,47829.1416355684,26803.5332483478 -5549,0,47829.1416355684,26803.5332483478 -5550,0,47829.1416355684,26803.5332483478 -5551,0,47829.1416355684,26803.5332483478 -5552,0,47829.1416355684,26803.5332483478 -5553,0,47829.1416355684,26803.5332483478 -5554,0,47829.1416355684,26803.5332483478 -5555,0,47829.1416355684,26803.5332483478 -5556,0,47829.1416355684,26803.5332483478 -5557,0,47829.1416355684,26803.5332483478 -5558,0,47829.1416355684,26803.5332483478 -5559,0,47829.1416355684,26803.5332483478 -5560,0,47829.1416355684,26803.5332483478 -5561,0,47829.1416355684,26803.5332483478 -5562,0,47829.1416355684,26803.5332483478 -5563,0,47829.1416355684,26803.5332483478 -5564,0,47829.1416355684,26803.5332483478 -5565,0,47829.1416355684,26803.5332483478 -5566,0,47829.1416355684,26803.5332483478 -5567,0,47829.1416355684,26803.5332483478 -5568,0,47829.1416355684,26803.5332483478 -5569,0,47829.1416355684,26803.5332483478 -5570,0,47829.1416355684,26803.5332483478 -5571,0,47829.1416355684,26803.5332483478 -5572,0,47829.1416355684,26803.5332483478 -5573,0,47829.1416355684,26803.5332483478 -5574,0,47829.1416355684,26803.5332483478 -5575,0,47829.1416355684,26803.5332483478 -5576,0,47829.1416355684,26803.5332483478 -5577,0,47829.1416355684,26803.5332483478 -5578,0,47829.1416355684,26803.5332483478 -5579,0,47829.1416355684,26803.5332483478 -5580,0,47829.1416355684,26803.5332483478 -5581,0,47829.1416355684,26803.5332483478 -5582,0,47829.1416355684,26803.5332483478 -5583,0,47829.1416355684,26803.5332483478 -5584,0,47829.1416355684,26803.5332483478 -5585,0,47829.1416355684,26803.5332483478 -5586,0,47829.1416355684,26803.5332483478 -5587,0,47829.1416355684,26803.5332483478 -5588,0,47829.1416355684,26803.5332483478 -5589,0,47829.1416355684,26803.5332483478 -5590,0,47829.1416355684,26803.5332483478 -5591,0,47829.1416355684,26803.5332483478 -5592,0,47829.1416355684,26803.5332483478 -5593,0,47829.1416355684,26803.5332483478 -5594,0,47829.1416355684,26803.5332483478 -5595,0,47829.1416355684,26803.5332483478 -5596,0,47829.1416355684,26803.5332483478 -5597,0,47829.1416355684,26803.5332483478 -5598,0,47829.1416355684,26803.5332483478 -5599,0,47829.1416355684,26803.5332483478 -5600,0,47829.1416355684,26803.5332483478 -5601,0,47829.1416355684,26803.5332483478 -5602,0,47829.1416355684,26803.5332483478 -5603,0,47829.1416355684,26803.5332483478 -5604,0,47829.1416355684,26803.5332483478 -5605,0,47829.1416355684,26803.5332483478 -5606,0,47829.1416355684,26803.5332483478 -5607,0,47829.1416355684,26803.5332483478 -5608,0,47829.1416355684,26803.5332483478 -5609,0,47829.1416355684,26803.5332483478 -5610,0,47829.1416355684,26803.5332483478 -5611,0,47829.1416355684,26803.5332483478 -5612,0,47829.1416355684,26803.5332483478 -5613,0,47829.1416355684,26803.5332483478 -5614,0,47829.1416355684,26803.5332483478 -5615,0,47829.1416355684,26803.5332483478 -5616,0,47829.1416355684,26803.5332483478 -5617,0,47829.1416355684,26803.5332483478 -5618,0,47829.1416355684,26803.5332483478 -5619,0,47829.1416355684,26803.5332483478 -5620,0,47829.1416355684,26803.5332483478 -5621,0,47829.1416355684,26803.5332483478 -5622,0,47829.1416355684,26803.5332483478 -5623,0,47829.1416355684,26803.5332483478 -5624,0,47829.1416355684,26803.5332483478 -5625,0,47829.1416355684,26803.5332483478 -5626,0,47829.1416355684,26803.5332483478 -5627,0,47829.1416355684,26803.5332483478 -5628,0,47829.1416355684,26803.5332483478 -5629,0,47829.1416355684,26803.5332483478 -5630,0,47829.1416355684,26803.5332483478 -5631,0,47829.1416355684,26803.5332483478 -5632,0,47829.1416355684,26803.5332483478 -5633,0,47829.1416355684,26803.5332483478 -5634,0,47829.1416355684,26803.5332483478 -5635,0,47829.1416355684,26803.5332483478 -5636,0,47829.1416355684,26803.5332483478 -5637,0,47829.1416355684,26803.5332483478 -5638,0,47829.1416355684,26803.5332483478 -5639,0,47829.1416355684,26803.5332483478 -5640,0,47829.1416355684,26803.5332483478 -5641,0,47829.1416355684,26803.5332483478 -5642,0,47829.1416355684,26803.5332483478 -5643,0,47829.1416355684,26803.5332483478 -5644,0,47829.1416355684,26803.5332483478 -5645,0,47829.1416355684,26803.5332483478 -5646,0,47829.1416355684,26803.5332483478 -5647,0,47829.1416355684,26803.5332483478 -5648,0,47829.1416355684,26803.5332483478 -5649,0,47829.1416355684,26803.5332483478 -5650,0,47829.1416355684,26803.5332483478 -5651,0,47829.1416355684,26803.5332483478 -5652,0,47829.1416355684,26803.5332483478 -5653,0,47829.1416355684,26803.5332483478 -5654,0,47829.1416355684,26803.5332483478 -5655,0,47829.1416355684,26803.5332483478 -5656,0,47829.1416355684,26803.5332483478 -5657,0,47829.1416355684,26803.5332483478 -5658,0,47829.1416355684,26803.5332483478 -5659,0,47829.1416355684,26803.5332483478 -5660,0,47829.1416355684,26803.5332483478 -5661,0,47829.1416355684,26803.5332483478 -5662,0,47829.1416355684,26803.5332483478 -5663,0,47829.1416355684,26803.5332483478 -5664,0,47829.1416355684,26803.5332483478 -5665,0,47829.1416355684,26803.5332483478 -5666,0,47829.1416355684,26803.5332483478 -5667,0,47829.1416355684,26803.5332483478 -5668,0,47829.1416355684,26803.5332483478 -5669,0,47829.1416355684,26803.5332483478 -5670,0,47829.1416355684,26803.5332483478 -5671,0,47829.1416355684,26803.5332483478 -5672,0,47829.1416355684,26803.5332483478 -5673,0,47829.1416355684,26803.5332483478 -5674,0,47829.1416355684,26803.5332483478 -5675,0,47829.1416355684,26803.5332483478 -5676,0,47829.1416355684,26803.5332483478 -5677,0,47829.1416355684,26803.5332483478 -5678,0,47829.1416355684,26803.5332483478 -5679,0,47829.1416355684,26803.5332483478 -5680,0,47829.1416355684,26803.5332483478 -5681,0,47829.1416355684,26803.5332483478 -5682,0,47829.1416355684,26803.5332483478 -5683,0,47829.1416355684,26803.5332483478 -5684,0,47829.1416355684,26803.5332483478 -5685,0,47829.1416355684,26803.5332483478 -5686,0,47829.1416355684,26803.5332483478 -5687,0,47829.1416355684,26803.5332483478 -5688,0,47829.1416355684,26803.5332483478 -5689,0,47829.1416355684,26803.5332483478 -5690,0,47829.1416355684,26803.5332483478 -5691,0,47829.1416355684,26803.5332483478 -5692,0,47829.1416355684,26803.5332483478 -5693,0,47829.1416355684,26803.5332483478 -5694,0,47829.1416355684,26803.5332483478 -5695,0,47829.1416355684,26803.5332483478 -5696,0,47829.1416355684,26803.5332483478 -5697,0,47829.1416355684,26803.5332483478 -5698,0,47829.1416355684,26803.5332483478 -5699,0,47829.1416355684,26803.5332483478 -5700,0,47829.1416355684,26803.5332483478 -5701,0,47829.1416355684,26803.5332483478 -5702,0,47829.1416355684,26803.5332483478 -5703,0,47829.1416355684,26803.5332483478 -5704,0,47829.1416355684,26803.5332483478 -5705,0,47829.1416355684,26803.5332483478 -5706,0,47829.1416355684,26803.5332483478 -5707,0,47829.1416355684,26803.5332483478 -5708,0,47829.1416355684,26803.5332483478 -5709,0,47829.1416355684,26803.5332483478 -5710,0,47829.1416355684,26803.5332483478 -5711,0,47829.1416355684,26803.5332483478 -5712,0,47829.1416355684,26803.5332483478 -5713,0,47829.1416355684,26803.5332483478 -5714,0,47829.1416355684,26803.5332483478 -5715,0,47829.1416355684,26803.5332483478 -5716,0,47829.1416355684,26803.5332483478 -5717,0,47829.1416355684,26803.5332483478 -5718,0,47829.1416355684,26803.5332483478 -5719,0,47829.1416355684,26803.5332483478 -5720,0,47829.1416355684,26803.5332483478 -5721,0,47829.1416355684,26803.5332483478 -5722,0,47829.1416355684,26803.5332483478 -5723,0,47829.1416355684,26803.5332483478 -5724,0,47829.1416355684,26803.5332483478 -5725,0,47829.1416355684,26803.5332483478 -5726,0,47829.1416355684,26803.5332483478 -5727,0,47829.1416355684,26803.5332483478 -5728,0,47829.1416355684,26803.5332483478 -5729,0,47829.1416355684,26803.5332483478 -5730,0,47829.1416355684,26803.5332483478 -5731,0,47829.1416355684,26803.5332483478 -5732,0,47829.1416355684,26803.5332483478 -5733,0,47829.1416355684,26803.5332483478 -5734,0,47829.1416355684,26803.5332483478 -5735,0,47829.1416355684,26803.5332483478 -5736,0,47829.1416355684,26803.5332483478 -5737,0,47829.1416355684,26803.5332483478 -5738,0,47829.1416355684,26803.5332483478 -5739,0,47829.1416355684,26803.5332483478 -5740,0,47829.1416355684,26803.5332483478 -5741,0,47829.1416355684,26803.5332483478 -5742,0,47829.1416355684,26803.5332483478 -5743,0,47829.1416355684,26803.5332483478 -5744,0,47829.1416355684,26803.5332483478 -5745,0,47829.1416355684,26803.5332483478 -5746,0,47829.1416355684,26803.5332483478 -5747,0,47829.1416355684,26803.5332483478 -5748,0,47829.1416355684,26803.5332483478 -5749,0,47829.1416355684,26803.5332483478 -5750,0,47829.1416355684,26803.5332483478 -5751,0,47829.1416355684,26803.5332483478 -5752,0,47829.1416355684,26803.5332483478 -5753,0,47829.1416355684,26803.5332483478 -5754,0,47829.1416355684,26803.5332483478 -5755,0,47829.1416355684,26803.5332483478 -5756,0,47829.1416355684,26803.5332483478 -5757,0,47829.1416355684,26803.5332483478 -5758,0,47829.1416355684,26803.5332483478 -5759,0,47829.1416355684,26803.5332483478 -5760,0,47829.1416355684,26803.5332483478 -5761,0,47829.1416355684,26803.5332483478 -5762,0,47829.1416355684,26803.5332483478 -5763,0,47829.1416355684,26803.5332483478 -5764,0,47829.1416355684,26803.5332483478 -5765,0,47829.1416355684,26803.5332483478 -5766,0,47829.1416355684,26803.5332483478 -5767,0,47829.1416355684,26803.5332483478 -5768,0,47829.1416355684,26803.5332483478 -5769,0,47829.1416355684,26803.5332483478 -5770,0,47829.1416355684,26803.5332483478 -5771,0,47829.1416355684,26803.5332483478 -5772,0,47829.1416355684,26803.5332483478 -5773,0,47829.1416355684,26803.5332483478 -5774,0,47829.1416355684,26803.5332483478 -5775,0,47829.1416355684,26803.5332483478 -5776,0,47829.1416355684,26803.5332483478 -5777,0,47829.1416355684,26803.5332483478 -5778,0,47829.1416355684,26803.5332483478 -5779,0,47829.1416355684,26803.5332483478 -5780,0,47829.1416355684,26803.5332483478 -5781,0,47829.1416355684,26803.5332483478 -5782,0,47829.1416355684,26803.5332483478 -5783,0,47829.1416355684,26803.5332483478 -5784,0,47829.1416355684,26803.5332483478 -5785,0,47829.1416355684,26803.5332483478 -5786,0,47829.1416355684,26803.5332483478 -5787,0,47829.1416355684,26803.5332483478 -5788,0,47829.1416355684,26803.5332483478 -5789,0,47829.1416355684,26803.5332483478 -5790,0,47829.1416355684,26803.5332483478 -5791,0,47829.1416355684,26803.5332483478 -5792,0,47829.1416355684,26803.5332483478 -5793,0,47829.1416355684,26803.5332483478 -5794,0,47829.1416355684,26803.5332483478 -5795,0,47829.1416355684,26803.5332483478 -5796,0,47829.1416355684,26803.5332483478 -5797,0,47829.1416355684,26803.5332483478 -5798,0,47829.1416355684,26803.5332483478 -5799,0,47829.1416355684,26803.5332483478 -5800,0,47829.1416355684,26803.5332483478 -5801,0,47829.1416355684,26803.5332483478 -5802,0,47829.1416355684,26803.5332483478 -5803,0,47829.1416355684,26803.5332483478 -5804,0,47829.1416355684,26803.5332483478 -5805,0,47829.1416355684,26803.5332483478 -5806,0,47829.1416355684,26803.5332483478 -5807,0,47829.1416355684,26803.5332483478 -5808,0,47829.1416355684,26803.5332483478 -5809,0,47829.1416355684,26803.5332483478 -5810,0,47829.1416355684,26803.5332483478 -5811,0,47829.1416355684,26803.5332483478 -5812,0,47829.1416355684,26803.5332483478 -5813,0,47829.1416355684,26803.5332483478 -5814,0,47829.1416355684,26803.5332483478 -5815,0,47829.1416355684,26803.5332483478 -5816,0,47829.1416355684,26803.5332483478 -5817,0,47829.1416355684,26803.5332483478 -5818,0,47829.1416355684,26803.5332483478 -5819,0,47829.1416355684,26803.5332483478 -5820,0,47829.1416355684,26803.5332483478 -5821,0,47829.1416355684,26803.5332483478 -5822,0,47829.1416355684,26803.5332483478 -5823,0,47829.1416355684,26803.5332483478 -5824,0,47829.1416355684,26803.5332483478 -5825,0,47829.1416355684,26803.5332483478 -5826,0,47829.1416355684,26803.5332483478 -5827,0,47829.1416355684,26803.5332483478 -5828,0,47829.1416355684,26803.5332483478 -5829,0,47829.1416355684,26803.5332483478 -5830,0,47829.1416355684,26803.5332483478 -5831,0,47829.1416355684,26803.5332483478 -5832,0,47829.1416355684,26803.5332483478 -5833,0,47829.1416355684,26803.5332483478 -5834,0,47829.1416355684,26803.5332483478 -5835,0,47829.1416355684,26803.5332483478 -5836,0,47829.1416355684,26803.5332483478 -5837,0,47829.1416355684,26803.5332483478 -5838,0,47829.1416355684,26803.5332483478 -5839,0,47829.1416355684,26803.5332483478 -5840,0,47829.1416355684,26803.5332483478 -5841,0,47829.1416355684,26803.5332483478 -5842,0,47829.1416355684,26803.5332483478 -5843,0,47829.1416355684,26803.5332483478 -5844,0,47829.1416355684,26803.5332483478 -5845,0,47829.1416355684,26803.5332483478 -5846,0,47829.1416355684,26803.5332483478 -5847,0,47829.1416355684,26803.5332483478 -5848,0,47829.1416355684,26803.5332483478 -5849,0,47829.1416355684,26803.5332483478 -5850,0,47829.1416355684,26803.5332483478 -5851,0,47829.1416355684,26803.5332483478 -5852,0,47829.1416355684,26803.5332483478 -5853,0,47829.1416355684,26803.5332483478 -5854,0,47829.1416355684,26803.5332483478 -5855,0,47829.1416355684,26803.5332483478 -5856,0,47829.1416355684,26803.5332483478 -5857,0,47829.1416355684,26803.5332483478 -5858,0,47829.1416355684,26803.5332483478 -5859,0,47829.1416355684,26803.5332483478 -5860,0,47829.1416355684,26803.5332483478 -5861,0,47829.1416355684,26803.5332483478 -5862,0,47829.1416355684,26803.5332483478 -5863,0,47829.1416355684,26803.5332483478 -5864,0,47829.1416355684,26803.5332483478 -5865,0,47829.1416355684,26803.5332483478 -5866,0,47829.1416355684,26803.5332483478 -5867,0,47829.1416355684,26803.5332483478 -5868,0,47829.1416355684,26803.5332483478 -5869,0,47829.1416355684,26803.5332483478 -5870,0,47829.1416355684,26803.5332483478 -5871,0,47829.1416355684,26803.5332483478 -5872,0,47829.1416355684,26803.5332483478 -5873,0,47829.1416355684,26803.5332483478 -5874,0,47829.1416355684,26803.5332483478 -5875,0,47829.1416355684,26803.5332483478 -5876,0,47829.1416355684,26803.5332483478 -5877,0,47829.1416355684,26803.5332483478 -5878,0,47829.1416355684,26803.5332483478 -5879,0,47829.1416355684,26803.5332483478 -5880,0,47829.1416355684,26803.5332483478 -5881,0,47829.1416355684,26803.5332483478 -5882,0,47829.1416355684,26803.5332483478 -5883,0,47829.1416355684,26803.5332483478 -5884,0,47829.1416355684,26803.5332483478 -5885,0,47829.1416355684,26803.5332483478 -5886,0,47829.1416355684,26803.5332483478 -5887,0,47829.1416355684,26803.5332483478 -5888,0,47829.1416355684,26803.5332483478 -5889,0,47829.1416355684,26803.5332483478 -5890,0,47829.1416355684,26803.5332483478 -5891,0,47829.1416355684,26803.5332483478 -5892,0,47829.1416355684,26803.5332483478 -5893,0,47829.1416355684,26803.5332483478 -5894,0,47829.1416355684,26803.5332483478 -5895,0,47829.1416355684,26803.5332483478 -5896,0,47829.1416355684,26803.5332483478 -5897,0,47829.1416355684,26803.5332483478 -5898,0,47829.1416355684,26803.5332483478 -5899,0,47829.1416355684,26803.5332483478 -5900,0,47829.1416355684,26803.5332483478 -5901,0,47829.1416355684,26803.5332483478 -5902,0,47829.1416355684,26803.5332483478 -5903,0,47829.1416355684,26803.5332483478 -5904,0,47829.1416355684,26803.5332483478 -5905,0,47829.1416355684,26803.5332483478 -5906,0,47829.1416355684,26803.5332483478 -5907,0,47829.1416355684,26803.5332483478 -5908,0,47829.1416355684,26803.5332483478 -5909,0,47829.1416355684,26803.5332483478 -5910,0,47829.1416355684,26803.5332483478 -5911,0,47829.1416355684,26803.5332483478 -5912,0,47829.1416355684,26803.5332483478 -5913,0,47829.1416355684,26803.5332483478 -5914,0,47829.1416355684,26803.5332483478 -5915,0,47829.1416355684,26803.5332483478 -5916,0,47829.1416355684,26803.5332483478 -5917,0,47829.1416355684,26803.5332483478 -5918,0,47829.1416355684,26803.5332483478 -5919,0,47829.1416355684,26803.5332483478 -5920,0,47829.1416355684,26803.5332483478 -5921,0,47829.1416355684,26803.5332483478 -5922,0,47829.1416355684,26803.5332483478 -5923,0,47829.1416355684,26803.5332483478 -5924,0,47829.1416355684,26803.5332483478 -5925,0,47829.1416355684,26803.5332483478 -5926,0,47829.1416355684,26803.5332483478 -5927,0,47829.1416355684,26803.5332483478 -5928,0,47829.1416355684,26803.5332483478 -5929,0,47829.1416355684,26803.5332483478 -5930,0,47829.1416355684,26803.5332483478 -5931,0,47829.1416355684,26803.5332483478 -5932,0,47829.1416355684,26803.5332483478 -5933,0,47829.1416355684,26803.5332483478 -5934,0,47829.1416355684,26803.5332483478 -5935,0,47829.1416355684,26803.5332483478 -5936,0,47829.1416355684,26803.5332483478 -5937,0,47829.1416355684,26803.5332483478 -5938,0,47829.1416355684,26803.5332483478 -5939,0,47829.1416355684,26803.5332483478 -5940,0,47829.1416355684,26803.5332483478 -5941,0,47829.1416355684,26803.5332483478 -5942,0,47829.1416355684,26803.5332483478 -5943,0,47829.1416355684,26803.5332483478 -5944,0,47829.1416355684,26803.5332483478 -5945,0,47829.1416355684,26803.5332483478 -5946,0,47829.1416355684,26803.5332483478 -5947,0,47829.1416355684,26803.5332483478 -5948,0,47829.1416355684,26803.5332483478 -5949,0,47829.1416355684,26803.5332483478 -5950,0,47829.1416355684,26803.5332483478 -5951,0,47829.1416355684,26803.5332483478 -5952,0,47829.1416355684,26803.5332483478 -5953,0,47829.1416355684,26803.5332483478 -5954,0,47829.1416355684,26803.5332483478 -5955,0,47829.1416355684,26803.5332483478 -5956,0,47829.1416355684,26803.5332483478 -5957,0,47829.1416355684,26803.5332483478 -5958,0,47829.1416355684,26803.5332483478 -5959,0,47829.1416355684,26803.5332483478 -5960,0,47829.1416355684,26803.5332483478 -5961,0,47829.1416355684,26803.5332483478 -5962,0,47829.1416355684,26803.5332483478 -5963,0,47829.1416355684,26803.5332483478 -5964,0,47829.1416355684,26803.5332483478 -5965,0,47829.1416355684,26803.5332483478 -5966,0,47829.1416355684,26803.5332483478 -5967,0,47829.1416355684,26803.5332483478 -5968,0,47829.1416355684,26803.5332483478 -5969,0,47829.1416355684,26803.5332483478 -5970,0,47829.1416355684,26803.5332483478 -5971,0,47829.1416355684,26803.5332483478 -5972,0,47829.1416355684,26803.5332483478 -5973,0,47829.1416355684,26803.5332483478 -5974,0,47829.1416355684,26803.5332483478 -5975,0,47829.1416355684,26803.5332483478 -5976,0,47829.1416355684,26803.5332483478 -5977,0,47829.1416355684,26803.5332483478 -5978,0,47829.1416355684,26803.5332483478 -5979,0,47829.1416355684,26803.5332483478 -5980,0,47829.1416355684,26803.5332483478 -5981,0,47829.1416355684,26803.5332483478 -5982,0,47829.1416355684,26803.5332483478 -5983,0,47829.1416355684,26803.5332483478 -5984,0,47829.1416355684,26803.5332483478 -5985,0,47829.1416355684,26803.5332483478 -5986,0,47829.1416355684,26803.5332483478 -5987,0,47829.1416355684,26803.5332483478 -5988,0,47829.1416355684,26803.5332483478 -5989,0,47829.1416355684,26803.5332483478 -5990,0,47829.1416355684,26803.5332483478 -5991,0,47829.1416355684,26803.5332483478 -5992,0,47829.1416355684,26803.5332483478 -5993,0,47829.1416355684,26803.5332483478 -5994,0,47829.1416355684,26803.5332483478 -5995,0,47829.1416355684,26803.5332483478 -5996,0,47829.1416355684,26803.5332483478 -5997,0,47829.1416355684,26803.5332483478 -5998,0,47829.1416355684,26803.5332483478 -5999,0,47829.1416355684,26803.5332483478 -6000,0,47829.1416355684,26803.5332483478 -6001,0,47829.1416355684,26803.5332483478 -6002,0,47829.1416355684,26803.5332483478 -6003,0,47829.1416355684,26803.5332483478 -6004,0,47829.1416355684,26803.5332483478 -6005,0,47829.1416355684,26803.5332483478 -6006,0,47829.1416355684,26803.5332483478 -6007,0,47829.1416355684,26803.5332483478 -6008,0,47829.1416355684,26803.5332483478 -6009,0,47829.1416355684,26803.5332483478 -6010,0,47829.1416355684,26803.5332483478 -6011,0,47829.1416355684,26803.5332483478 -6012,0,47829.1416355684,26803.5332483478 -6013,0,47829.1416355684,26803.5332483478 -6014,0,47829.1416355684,26803.5332483478 -6015,0,47829.1416355684,26803.5332483478 -6016,0,47829.1416355684,26803.5332483478 -6017,0,47829.1416355684,26803.5332483478 -6018,0,47829.1416355684,26803.5332483478 -6019,0,47829.1416355684,26803.5332483478 -6020,0,47829.1416355684,26803.5332483478 -6021,0,47829.1416355684,26803.5332483478 -6022,0,47829.1416355684,26803.5332483478 -6023,0,47829.1416355684,26803.5332483478 -6024,0,47829.1416355684,26803.5332483478 -6025,0,47829.1416355684,26803.5332483478 -6026,0,47829.1416355684,26803.5332483478 -6027,0,47829.1416355684,26803.5332483478 -6028,0,47829.1416355684,26803.5332483478 -6029,0,47829.1416355684,26803.5332483478 -6030,0,47829.1416355684,26803.5332483478 -6031,0,47829.1416355684,26803.5332483478 -6032,0,47829.1416355684,26803.5332483478 -6033,0,47829.1416355684,26803.5332483478 -6034,0,47829.1416355684,26803.5332483478 -6035,0,47829.1416355684,26803.5332483478 -6036,0,47829.1416355684,26803.5332483478 -6037,0,47829.1416355684,26803.5332483478 -6038,0,47829.1416355684,26803.5332483478 -6039,0,47829.1416355684,26803.5332483478 -6040,0,47829.1416355684,26803.5332483478 -6041,0,47829.1416355684,26803.5332483478 -6042,0,47829.1416355684,26803.5332483478 -6043,0,47829.1416355684,26803.5332483478 -6044,0,47829.1416355684,26803.5332483478 -6045,0,47829.1416355684,26803.5332483478 -6046,0,47829.1416355684,26803.5332483478 -6047,0,47829.1416355684,26803.5332483478 -6048,0,47829.1416355684,26803.5332483478 -6049,0,47829.1416355684,26803.5332483478 -6050,0,47829.1416355684,26803.5332483478 -6051,0,47829.1416355684,26803.5332483478 -6052,0,47829.1416355684,26803.5332483478 -6053,0,47829.1416355684,26803.5332483478 -6054,0,47829.1416355684,26803.5332483478 -6055,0,47829.1416355684,26803.5332483478 -6056,0,47829.1416355684,26803.5332483478 -6057,0,47829.1416355684,26803.5332483478 -6058,0,47829.1416355684,26803.5332483478 -6059,0,47829.1416355684,26803.5332483478 -6060,0,47829.1416355684,26803.5332483478 -6061,0,47829.1416355684,26803.5332483478 -6062,0,47829.1416355684,26803.5332483478 -6063,0,47829.1416355684,26803.5332483478 -6064,0,47829.1416355684,26803.5332483478 -6065,0,47829.1416355684,26803.5332483478 -6066,0,47829.1416355684,26803.5332483478 -6067,0,47829.1416355684,26803.5332483478 -6068,0,47829.1416355684,26803.5332483478 -6069,0,47829.1416355684,26803.5332483478 -6070,0,47829.1416355684,26803.5332483478 -6071,0,47829.1416355684,26803.5332483478 -6072,0,47829.1416355684,26803.5332483478 -6073,0,47829.1416355684,26803.5332483478 -6074,0,47829.1416355684,26803.5332483478 -6075,0,47829.1416355684,26803.5332483478 -6076,0,47829.1416355684,26803.5332483478 -6077,0,47829.1416355684,26803.5332483478 -6078,0,47829.1416355684,26803.5332483478 -6079,0,47829.1416355684,26803.5332483478 -6080,0,47829.1416355684,26803.5332483478 -6081,0,47829.1416355684,26803.5332483478 -6082,0,47829.1416355684,26803.5332483478 -6083,0,47829.1416355684,26803.5332483478 -6084,0,47829.1416355684,26803.5332483478 -6085,0,47829.1416355684,26803.5332483478 -6086,0,47829.1416355684,26803.5332483478 -6087,0,47829.1416355684,26803.5332483478 -6088,0,47829.1416355684,26803.5332483478 -6089,0,47829.1416355684,26803.5332483478 -6090,0,47829.1416355684,26803.5332483478 -6091,0,47829.1416355684,26803.5332483478 -6092,0,47829.1416355684,26803.5332483478 -6093,0,47829.1416355684,26803.5332483478 -6094,0,47829.1416355684,26803.5332483478 -6095,0,47829.1416355684,26803.5332483478 -6096,0,47829.1416355684,26803.5332483478 -6097,0,47829.1416355684,26803.5332483478 -6098,0,47829.1416355684,26803.5332483478 -6099,0,47829.1416355684,26803.5332483478 -6100,0,47829.1416355684,26803.5332483478 -6101,0,47829.1416355684,26803.5332483478 -6102,0,47829.1416355684,26803.5332483478 -6103,0,47829.1416355684,26803.5332483478 -6104,0,47829.1416355684,26803.5332483478 -6105,0,47829.1416355684,26803.5332483478 -6106,0,47829.1416355684,26803.5332483478 -6107,0,47829.1416355684,26803.5332483478 -6108,0,47829.1416355684,26803.5332483478 -6109,0,47829.1416355684,26803.5332483478 -6110,0,47829.1416355684,26803.5332483478 -6111,0,47829.1416355684,26803.5332483478 -6112,0,47829.1416355684,26803.5332483478 -6113,0,47829.1416355684,26803.5332483478 -6114,0,47829.1416355684,26803.5332483478 -6115,0,47829.1416355684,26803.5332483478 -6116,0,47829.1416355684,26803.5332483478 -6117,0,47829.1416355684,26803.5332483478 -6118,0,47829.1416355684,26803.5332483478 -6119,0,47829.1416355684,26803.5332483478 -6120,0,47829.1416355684,26803.5332483478 -6121,0,47829.1416355684,26803.5332483478 -6122,0,47829.1416355684,26803.5332483478 -6123,0,47829.1416355684,26803.5332483478 -6124,0,47829.1416355684,26803.5332483478 -6125,0,47829.1416355684,26803.5332483478 -6126,0,47829.1416355684,26803.5332483478 -6127,0,47829.1416355684,26803.5332483478 -6128,0,47829.1416355684,26803.5332483478 -6129,0,47829.1416355684,26803.5332483478 -6130,0,47829.1416355684,26803.5332483478 -6131,0,47829.1416355684,26803.5332483478 -6132,0,47829.1416355684,26803.5332483478 -6133,0,47829.1416355684,26803.5332483478 -6134,0,47829.1416355684,26803.5332483478 -6135,0,47829.1416355684,26803.5332483478 -6136,0,47829.1416355684,26803.5332483478 -6137,0,47829.1416355684,26803.5332483478 -6138,0,47829.1416355684,26803.5332483478 -6139,0,47829.1416355684,26803.5332483478 -6140,0,47829.1416355684,26803.5332483478 -6141,0,47829.1416355684,26803.5332483478 -6142,0,47829.1416355684,26803.5332483478 -6143,0,47829.1416355684,26803.5332483478 -6144,0,47829.1416355684,26803.5332483478 -6145,0,47829.1416355684,26803.5332483478 -6146,0,47829.1416355684,26803.5332483478 -6147,0,47829.1416355684,26803.5332483478 -6148,0,47829.1416355684,26803.5332483478 -6149,0,47829.1416355684,26803.5332483478 -6150,0,47829.1416355684,26803.5332483478 -6151,0,47829.1416355684,26803.5332483478 -6152,0,47829.1416355684,26803.5332483478 -6153,0,47829.1416355684,26803.5332483478 -6154,0,47829.1416355684,26803.5332483478 -6155,0,47829.1416355684,26803.5332483478 -6156,0,47829.1416355684,26803.5332483478 -6157,0,47829.1416355684,26803.5332483478 -6158,0,47829.1416355684,26803.5332483478 -6159,0,47829.1416355684,26803.5332483478 -6160,0,47829.1416355684,26803.5332483478 -6161,0,47829.1416355684,26803.5332483478 -6162,0,47829.1416355684,26803.5332483478 -6163,0,47829.1416355684,26803.5332483478 -6164,0,47829.1416355684,26803.5332483478 -6165,0,47829.1416355684,26803.5332483478 -6166,0,47829.1416355684,26803.5332483478 -6167,0,47829.1416355684,26803.5332483478 -6168,0,47829.1416355684,26803.5332483478 -6169,0,47829.1416355684,26803.5332483478 -6170,0,47829.1416355684,26803.5332483478 -6171,0,47829.1416355684,26803.5332483478 -6172,0,47829.1416355684,26803.5332483478 -6173,0,47829.1416355684,26803.5332483478 -6174,0,47829.1416355684,26803.5332483478 -6175,0,47829.1416355684,26803.5332483478 -6176,0,47829.1416355684,26803.5332483478 -6177,0,47829.1416355684,26803.5332483478 -6178,0,47829.1416355684,26803.5332483478 -6179,0,47829.1416355684,26803.5332483478 -6180,0,47829.1416355684,26803.5332483478 -6181,0,47829.1416355684,26803.5332483478 -6182,0,47829.1416355684,26803.5332483478 -6183,0,47829.1416355684,26803.5332483478 -6184,0,47829.1416355684,26803.5332483478 -6185,0,47829.1416355684,26803.5332483478 -6186,0,47829.1416355684,26803.5332483478 -6187,0,47829.1416355684,26803.5332483478 -6188,0,47829.1416355684,26803.5332483478 -6189,0,47829.1416355684,26803.5332483478 -6190,0,47829.1416355684,26803.5332483478 -6191,0,47829.1416355684,26803.5332483478 -6192,0,47829.1416355684,26803.5332483478 -6193,0,47829.1416355684,26803.5332483478 -6194,0,47829.1416355684,26803.5332483478 -6195,0,47829.1416355684,26803.5332483478 -6196,0,47829.1416355684,26803.5332483478 -6197,0,47829.1416355684,26803.5332483478 -6198,0,47829.1416355684,26803.5332483478 -6199,0,47829.1416355684,26803.5332483478 -6200,0,47829.1416355684,26803.5332483478 -6201,0,47829.1416355684,26803.5332483478 -6202,0,47829.1416355684,26803.5332483478 -6203,0,47829.1416355684,26803.5332483478 -6204,0,47829.1416355684,26803.5332483478 -6205,0,47829.1416355684,26803.5332483478 -6206,0,47829.1416355684,26803.5332483478 -6207,0,47829.1416355684,26803.5332483478 -6208,0,47829.1416355684,26803.5332483478 -6209,0,47829.1416355684,26803.5332483478 -6210,0,47829.1416355684,26803.5332483478 -6211,0,47829.1416355684,26803.5332483478 -6212,0,47829.1416355684,26803.5332483478 -6213,0,47829.1416355684,26803.5332483478 -6214,0,47829.1416355684,26803.5332483478 -6215,0,47829.1416355684,26803.5332483478 -6216,0,47829.1416355684,26803.5332483478 -6217,0,47829.1416355684,26803.5332483478 -6218,0,47829.1416355684,26803.5332483478 -6219,0,47829.1416355684,26803.5332483478 -6220,0,47829.1416355684,26803.5332483478 -6221,0,47829.1416355684,26803.5332483478 -6222,0,47829.1416355684,26803.5332483478 -6223,0,47829.1416355684,26803.5332483478 -6224,0,47829.1416355684,26803.5332483478 -6225,0,47829.1416355684,26803.5332483478 -6226,0,47829.1416355684,26803.5332483478 -6227,0,47829.1416355684,26803.5332483478 -6228,0,47829.1416355684,26803.5332483478 -6229,0,47829.1416355684,26803.5332483478 -6230,0,47829.1416355684,26803.5332483478 -6231,0,47829.1416355684,26803.5332483478 -6232,0,47829.1416355684,26803.5332483478 -6233,0,47829.1416355684,26803.5332483478 -6234,0,47829.1416355684,26803.5332483478 -6235,0,47829.1416355684,26803.5332483478 -6236,0,47829.1416355684,26803.5332483478 -6237,0,47829.1416355684,26803.5332483478 -6238,0,47829.1416355684,26803.5332483478 -6239,0,47829.1416355684,26803.5332483478 -6240,0,47829.1416355684,26803.5332483478 -6241,0,47829.1416355684,26803.5332483478 -6242,0,47829.1416355684,26803.5332483478 -6243,0,47829.1416355684,26803.5332483478 -6244,0,47829.1416355684,26803.5332483478 -6245,0,47829.1416355684,26803.5332483478 -6246,0,47829.1416355684,26803.5332483478 -6247,0,47829.1416355684,26803.5332483478 -6248,0,47829.1416355684,26803.5332483478 -6249,0,47829.1416355684,26803.5332483478 -6250,0,47829.1416355684,26803.5332483478 -6251,0,47829.1416355684,26803.5332483478 -6252,0,47829.1416355684,26803.5332483478 -6253,0,47829.1416355684,26803.5332483478 -6254,0,47829.1416355684,26803.5332483478 -6255,0,47829.1416355684,26803.5332483478 -6256,0,47829.1416355684,26803.5332483478 -6257,0,47829.1416355684,26803.5332483478 -6258,0,47829.1416355684,26803.5332483478 -6259,0,47829.1416355684,26803.5332483478 -6260,0,47829.1416355684,26803.5332483478 -6261,0,47829.1416355684,26803.5332483478 -6262,0,47829.1416355684,26803.5332483478 -6263,0,47829.1416355684,26803.5332483478 -6264,0,47829.1416355684,26803.5332483478 -6265,0,47829.1416355684,26803.5332483478 -6266,0,47829.1416355684,26803.5332483478 -6267,0,47829.1416355684,26803.5332483478 -6268,0,47829.1416355684,26803.5332483478 -6269,0,47829.1416355684,26803.5332483478 -6270,0,47829.1416355684,26803.5332483478 -6271,0,47829.1416355684,26803.5332483478 -6272,0,47829.1416355684,26803.5332483478 -6273,0,47829.1416355684,26803.5332483478 -6274,0,47829.1416355684,26803.5332483478 -6275,0,47829.1416355684,26803.5332483478 -6276,0,47829.1416355684,26803.5332483478 -6277,0,47829.1416355684,26803.5332483478 -6278,0,47829.1416355684,26803.5332483478 -6279,0,47829.1416355684,26803.5332483478 -6280,0,47829.1416355684,26803.5332483478 -6281,0,47829.1416355684,26803.5332483478 -6282,0,47829.1416355684,26803.5332483478 -6283,0,47829.1416355684,26803.5332483478 -6284,0,47829.1416355684,26803.5332483478 -6285,0,47829.1416355684,26803.5332483478 -6286,0,47829.1416355684,26803.5332483478 -6287,0,47829.1416355684,26803.5332483478 -6288,0,47829.1416355684,26803.5332483478 -6289,0,47829.1416355684,26803.5332483478 -6290,0,47829.1416355684,26803.5332483478 -6291,0,47829.1416355684,26803.5332483478 -6292,0,47829.1416355684,26803.5332483478 -6293,0,47829.1416355684,26803.5332483478 -6294,0,47829.1416355684,26803.5332483478 -6295,0,47829.1416355684,26803.5332483478 -6296,0,47829.1416355684,26803.5332483478 -6297,0,47829.1416355684,26803.5332483478 -6298,0,47829.1416355684,26803.5332483478 -6299,0,47829.1416355684,26803.5332483478 -6300,0,47829.1416355684,26803.5332483478 -6301,0,47829.1416355684,26803.5332483478 -6302,0,47829.1416355684,26803.5332483478 -6303,0,47829.1416355684,26803.5332483478 -6304,0,47829.1416355684,26803.5332483478 -6305,0,47829.1416355684,26803.5332483478 -6306,0,47829.1416355684,26803.5332483478 -6307,0,47829.1416355684,26803.5332483478 -6308,0,47829.1416355684,26803.5332483478 -6309,0,47829.1416355684,26803.5332483478 -6310,0,47829.1416355684,26803.5332483478 -6311,0,47829.1416355684,26803.5332483478 -6312,0,47829.1416355684,26803.5332483478 -6313,0,47829.1416355684,26803.5332483478 -6314,0,47829.1416355684,26803.5332483478 -6315,0,47829.1416355684,26803.5332483478 -6316,0,47829.1416355684,26803.5332483478 -6317,0,47829.1416355684,26803.5332483478 -6318,0,47829.1416355684,26803.5332483478 -6319,0,47829.1416355684,26803.5332483478 -6320,0,47829.1416355684,26803.5332483478 -6321,0,47829.1416355684,26803.5332483478 -6322,0,47829.1416355684,26803.5332483478 -6323,0,47829.1416355684,26803.5332483478 -6324,0,47829.1416355684,26803.5332483478 -6325,0,47829.1416355684,26803.5332483478 -6326,0,47829.1416355684,26803.5332483478 -6327,0,47829.1416355684,26803.5332483478 -6328,0,47829.1416355684,26803.5332483478 -6329,0,47829.1416355684,26803.5332483478 -6330,0,47829.1416355684,26803.5332483478 -6331,0,47829.1416355684,26803.5332483478 -6332,0,47829.1416355684,26803.5332483478 -6333,0,47829.1416355684,26803.5332483478 -6334,0,47829.1416355684,26803.5332483478 -6335,0,47829.1416355684,26803.5332483478 -6336,0,47829.1416355684,26803.5332483478 -6337,0,47829.1416355684,26803.5332483478 -6338,0,47829.1416355684,26803.5332483478 -6339,0,47829.1416355684,26803.5332483478 -6340,0,47829.1416355684,26803.5332483478 -6341,0,47829.1416355684,26803.5332483478 -6342,0,47829.1416355684,26803.5332483478 -6343,0,47829.1416355684,26803.5332483478 -6344,0,47829.1416355684,26803.5332483478 -6345,0,47829.1416355684,26803.5332483478 -6346,0,47829.1416355684,26803.5332483478 -6347,0,47829.1416355684,26803.5332483478 -6348,0,47829.1416355684,26803.5332483478 -6349,0,47829.1416355684,26803.5332483478 -6350,0,47829.1416355684,26803.5332483478 -6351,0,47829.1416355684,26803.5332483478 -6352,0,47829.1416355684,26803.5332483478 -6353,0,47829.1416355684,26803.5332483478 -6354,0,47829.1416355684,26803.5332483478 -6355,0,47829.1416355684,26803.5332483478 -6356,0,47829.1416355684,26803.5332483478 -6357,0,47829.1416355684,26803.5332483478 -6358,0,47829.1416355684,26803.5332483478 -6359,0,47829.1416355684,26803.5332483478 -6360,0,47829.1416355684,26803.5332483478 -6361,0,47829.1416355684,26803.5332483478 -6362,0,47829.1416355684,26803.5332483478 -6363,0,47829.1416355684,26803.5332483478 -6364,0,47829.1416355684,26803.5332483478 -6365,0,47829.1416355684,26803.5332483478 -6366,0,47829.1416355684,26803.5332483478 -6367,0,47829.1416355684,26803.5332483478 -6368,0,47829.1416355684,26803.5332483478 -6369,0,47829.1416355684,26803.5332483478 -6370,0,47829.1416355684,26803.5332483478 -6371,0,47829.1416355684,26803.5332483478 -6372,0,47829.1416355684,26803.5332483478 -6373,0,47829.1416355684,26803.5332483478 -6374,0,47829.1416355684,26803.5332483478 -6375,0,47829.1416355684,26803.5332483478 -6376,0,47829.1416355684,26803.5332483478 -6377,0,47829.1416355684,26803.5332483478 -6378,0,47829.1416355684,26803.5332483478 -6379,0,47829.1416355684,26803.5332483478 -6380,0,47829.1416355684,26803.5332483478 -6381,0,47829.1416355684,26803.5332483478 -6382,0,47829.1416355684,26803.5332483478 -6383,0,47829.1416355684,26803.5332483478 -6384,0,47829.1416355684,26803.5332483478 -6385,0,47829.1416355684,26803.5332483478 -6386,0,47829.1416355684,26803.5332483478 -6387,0,47829.1416355684,26803.5332483478 -6388,0,47829.1416355684,26803.5332483478 -6389,0,47829.1416355684,26803.5332483478 -6390,0,47829.1416355684,26803.5332483478 -6391,0,47829.1416355684,26803.5332483478 -6392,0,47829.1416355684,26803.5332483478 -6393,0,47829.1416355684,26803.5332483478 -6394,0,47829.1416355684,26803.5332483478 -6395,0,47829.1416355684,26803.5332483478 -6396,0,47829.1416355684,26803.5332483478 -6397,0,47829.1416355684,26803.5332483478 -6398,0,47829.1416355684,26803.5332483478 -6399,0,47829.1416355684,26803.5332483478 -6400,0,47829.1416355684,26803.5332483478 -6401,0,47829.1416355684,26803.5332483478 -6402,0,47829.1416355684,26803.5332483478 -6403,0,47829.1416355684,26803.5332483478 -6404,0,47829.1416355684,26803.5332483478 -6405,0,47829.1416355684,26803.5332483478 -6406,0,47829.1416355684,26803.5332483478 -6407,0,47829.1416355684,26803.5332483478 -6408,0,47829.1416355684,26803.5332483478 -6409,0,47829.1416355684,26803.5332483478 -6410,0,47829.1416355684,26803.5332483478 -6411,0,47829.1416355684,26803.5332483478 -6412,0,47829.1416355684,26803.5332483478 -6413,0,47829.1416355684,26803.5332483478 -6414,0,47829.1416355684,26803.5332483478 -6415,0,47829.1416355684,26803.5332483478 -6416,0,47829.1416355684,26803.5332483478 -6417,0,47829.1416355684,26803.5332483478 -6418,0,47829.1416355684,26803.5332483478 -6419,0,47829.1416355684,26803.5332483478 -6420,0,47829.1416355684,26803.5332483478 -6421,0,47829.1416355684,26803.5332483478 -6422,0,47829.1416355684,26803.5332483478 -6423,0,47829.1416355684,26803.5332483478 -6424,0,47829.1416355684,26803.5332483478 -6425,0,47829.1416355684,26803.5332483478 -6426,0,47829.1416355684,26803.5332483478 -6427,0,47829.1416355684,26803.5332483478 -6428,0,47829.1416355684,26803.5332483478 -6429,0,47829.1416355684,26803.5332483478 -6430,0,47829.1416355684,26803.5332483478 -6431,0,47829.1416355684,26803.5332483478 -6432,0,47829.1416355684,26803.5332483478 -6433,0,47829.1416355684,26803.5332483478 -6434,0,47829.1416355684,26803.5332483478 -6435,0,47829.1416355684,26803.5332483478 -6436,0,47829.1416355684,26803.5332483478 -6437,0,47829.1416355684,26803.5332483478 -6438,0,47829.1416355684,26803.5332483478 -6439,0,47829.1416355684,26803.5332483478 -6440,0,47829.1416355684,26803.5332483478 -6441,0,47829.1416355684,26803.5332483478 -6442,0,47829.1416355684,26803.5332483478 -6443,0,47829.1416355684,26803.5332483478 -6444,0,47829.1416355684,26803.5332483478 -6445,0,47829.1416355684,26803.5332483478 -6446,0,47829.1416355684,26803.5332483478 -6447,0,47829.1416355684,26803.5332483478 -6448,0,47829.1416355684,26803.5332483478 -6449,0,47829.1416355684,26803.5332483478 -6450,0,47829.1416355684,26803.5332483478 -6451,0,47829.1416355684,26803.5332483478 -6452,0,47829.1416355684,26803.5332483478 -6453,0,47829.1416355684,26803.5332483478 -6454,0,47829.1416355684,26803.5332483478 -6455,0,47829.1416355684,26803.5332483478 -6456,0,47829.1416355684,26803.5332483478 -6457,0,47829.1416355684,26803.5332483478 -6458,0,47829.1416355684,26803.5332483478 -6459,0,47829.1416355684,26803.5332483478 -6460,0,47829.1416355684,26803.5332483478 -6461,0,47829.1416355684,26803.5332483478 -6462,0,47829.1416355684,26803.5332483478 -6463,0,47829.1416355684,26803.5332483478 -6464,0,47829.1416355684,26803.5332483478 -6465,0,47829.1416355684,26803.5332483478 -6466,0,47829.1416355684,26803.5332483478 -6467,0,47829.1416355684,26803.5332483478 -6468,0,47829.1416355684,26803.5332483478 -6469,0,47829.1416355684,26803.5332483478 -6470,0,47829.1416355684,26803.5332483478 -6471,0,47829.1416355684,26803.5332483478 -6472,0,47829.1416355684,26803.5332483478 -6473,0,47829.1416355684,26803.5332483478 -6474,0,47829.1416355684,26803.5332483478 -6475,0,47829.1416355684,26803.5332483478 -6476,0,47829.1416355684,26803.5332483478 -6477,0,47829.1416355684,26803.5332483478 -6478,0,47829.1416355684,26803.5332483478 -6479,0,47829.1416355684,26803.5332483478 -6480,0,47829.1416355684,26803.5332483478 -6481,0,47829.1416355684,26803.5332483478 -6482,0,47829.1416355684,26803.5332483478 -6483,0,47829.1416355684,26803.5332483478 -6484,0,47829.1416355684,26803.5332483478 -6485,0,47829.1416355684,26803.5332483478 -6486,0,47829.1416355684,26803.5332483478 -6487,0,47829.1416355684,26803.5332483478 -6488,0,47829.1416355684,26803.5332483478 -6489,0,47829.1416355684,26803.5332483478 -6490,0,47829.1416355684,26803.5332483478 -6491,0,47829.1416355684,26803.5332483478 -6492,0,47829.1416355684,26803.5332483478 -6493,0,47829.1416355684,26803.5332483478 -6494,0,47829.1416355684,26803.5332483478 -6495,0,47829.1416355684,26803.5332483478 -6496,0,47829.1416355684,26803.5332483478 -6497,0,47829.1416355684,26803.5332483478 -6498,0,47829.1416355684,26803.5332483478 -6499,0,47829.1416355684,26803.5332483478 -6500,0,47829.1416355684,26803.5332483478 -6501,0,47829.1416355684,26803.5332483478 -6502,0,47829.1416355684,26803.5332483478 -6503,0,47829.1416355684,26803.5332483478 -6504,0,47829.1416355684,26803.5332483478 -6505,0,47829.1416355684,26803.5332483478 -6506,0,47829.1416355684,26803.5332483478 -6507,0,47829.1416355684,26803.5332483478 -6508,0,47829.1416355684,26803.5332483478 -6509,0,47829.1416355684,26803.5332483478 -6510,0,47829.1416355684,26803.5332483478 -6511,0,47829.1416355684,26803.5332483478 -6512,0,47829.1416355684,26803.5332483478 -6513,0,47829.1416355684,26803.5332483478 -6514,0,47829.1416355684,26803.5332483478 -6515,0,47829.1416355684,26803.5332483478 -6516,0,47829.1416355684,26803.5332483478 -6517,0,47829.1416355684,26803.5332483478 -6518,0,47829.1416355684,26803.5332483478 -6519,0,47829.1416355684,26803.5332483478 -6520,0,47829.1416355684,26803.5332483478 -6521,0,47829.1416355684,26803.5332483478 -6522,0,47829.1416355684,26803.5332483478 -6523,0,47829.1416355684,26803.5332483478 -6524,0,47829.1416355684,26803.5332483478 -6525,0,47829.1416355684,26803.5332483478 -6526,0,47829.1416355684,26803.5332483478 -6527,0,47829.1416355684,26803.5332483478 -6528,0,47829.1416355684,26803.5332483478 -6529,0,47829.1416355684,26803.5332483478 -6530,0,47829.1416355684,26803.5332483478 -6531,0,47829.1416355684,26803.5332483478 -6532,0,47829.1416355684,26803.5332483478 -6533,0,47829.1416355684,26803.5332483478 -6534,0,47829.1416355684,26803.5332483478 -6535,0,47829.1416355684,26803.5332483478 -6536,0,47829.1416355684,26803.5332483478 -6537,0,47829.1416355684,26803.5332483478 -6538,0,47829.1416355684,26803.5332483478 -6539,0,47829.1416355684,26803.5332483478 -6540,0,47829.1416355684,26803.5332483478 -6541,0,47829.1416355684,26803.5332483478 -6542,0,47829.1416355684,26803.5332483478 -6543,0,47829.1416355684,26803.5332483478 -6544,0,47829.1416355684,26803.5332483478 -6545,0,47829.1416355684,26803.5332483478 -6546,0,47829.1416355684,26803.5332483478 -6547,0,47829.1416355684,26803.5332483478 -6548,0,47829.1416355684,26803.5332483478 -6549,0,47829.1416355684,26803.5332483478 -6550,0,47829.1416355684,26803.5332483478 -6551,0,47829.1416355684,26803.5332483478 -6552,0,47829.1416355684,26803.5332483478 -6553,0,47829.1416355684,26803.5332483478 -6554,0,47829.1416355684,26803.5332483478 -6555,0,47829.1416355684,26803.5332483478 -6556,0,47829.1416355684,26803.5332483478 -6557,0,47829.1416355684,26803.5332483478 -6558,0,47829.1416355684,26803.5332483478 -6559,0,47829.1416355684,26803.5332483478 -6560,0,47829.1416355684,26803.5332483478 -6561,0,47829.1416355684,26803.5332483478 -6562,0,47829.1416355684,26803.5332483478 -6563,0,47829.1416355684,26803.5332483478 -6564,0,47829.1416355684,26803.5332483478 -6565,0,47829.1416355684,26803.5332483478 -6566,0,47829.1416355684,26803.5332483478 -6567,0,47829.1416355684,26803.5332483478 -6568,0,47829.1416355684,26803.5332483478 -6569,0,47829.1416355684,26803.5332483478 -6570,0,47829.1416355684,26803.5332483478 -6571,0,47829.1416355684,26803.5332483478 -6572,0,47829.1416355684,26803.5332483478 -6573,0,47829.1416355684,26803.5332483478 -6574,0,47829.1416355684,26803.5332483478 -6575,0,47829.1416355684,26803.5332483478 -6576,0,47829.1416355684,26803.5332483478 -6577,0,47829.1416355684,26803.5332483478 -6578,0,47829.1416355684,26803.5332483478 -6579,0,47829.1416355684,26803.5332483478 -6580,0,47829.1416355684,26803.5332483478 -6581,0,47829.1416355684,26803.5332483478 -6582,0,47829.1416355684,26803.5332483478 -6583,0,47829.1416355684,26803.5332483478 -6584,0,47829.1416355684,26803.5332483478 -6585,0,47829.1416355684,26803.5332483478 -6586,0,47829.1416355684,26803.5332483478 -6587,0,47829.1416355684,26803.5332483478 -6588,0,47829.1416355684,26803.5332483478 -6589,0,47829.1416355684,26803.5332483478 -6590,0,47829.1416355684,26803.5332483478 -6591,0,47829.1416355684,26803.5332483478 -6592,0,47829.1416355684,26803.5332483478 -6593,0,47829.1416355684,26803.5332483478 -6594,0,47829.1416355684,26803.5332483478 -6595,0,47829.1416355684,26803.5332483478 -6596,0,47829.1416355684,26803.5332483478 -6597,0,47829.1416355684,26803.5332483478 -6598,0,47829.1416355684,26803.5332483478 -6599,0,47829.1416355684,26803.5332483478 -6600,0,47829.1416355684,26803.5332483478 -6601,0,47829.1416355684,26803.5332483478 -6602,0,47829.1416355684,26803.5332483478 -6603,0,47829.1416355684,26803.5332483478 -6604,0,47829.1416355684,26803.5332483478 -6605,0,47829.1416355684,26803.5332483478 -6606,0,47829.1416355684,26803.5332483478 -6607,0,47829.1416355684,26803.5332483478 -6608,0,47829.1416355684,26803.5332483478 -6609,0,47829.1416355684,26803.5332483478 -6610,0,47829.1416355684,26803.5332483478 -6611,0,47829.1416355684,26803.5332483478 -6612,0,47829.1416355684,26803.5332483478 -6613,0,47829.1416355684,26803.5332483478 -6614,0,47829.1416355684,26803.5332483478 -6615,0,47829.1416355684,26803.5332483478 -6616,0,47829.1416355684,26803.5332483478 -6617,0,47829.1416355684,26803.5332483478 -6618,0,47829.1416355684,26803.5332483478 -6619,0,47829.1416355684,26803.5332483478 -6620,0,47829.1416355684,26803.5332483478 -6621,0,47829.1416355684,26803.5332483478 -6622,0,47829.1416355684,26803.5332483478 -6623,0,47829.1416355684,26803.5332483478 -6624,0,47829.1416355684,26803.5332483478 -6625,0,47829.1416355684,26803.5332483478 -6626,0,47829.1416355684,26803.5332483478 -6627,0,47829.1416355684,26803.5332483478 -6628,0,47829.1416355684,26803.5332483478 -6629,0,47829.1416355684,26803.5332483478 -6630,0,47829.1416355684,26803.5332483478 -6631,0,47829.1416355684,26803.5332483478 -6632,0,47829.1416355684,26803.5332483478 -6633,0,47829.1416355684,26803.5332483478 -6634,0,47829.1416355684,26803.5332483478 -6635,0,47829.1416355684,26803.5332483478 -6636,0,47829.1416355684,26803.5332483478 -6637,0,47829.1416355684,26803.5332483478 -6638,0,47829.1416355684,26803.5332483478 -6639,0,47829.1416355684,26803.5332483478 -6640,0,47829.1416355684,26803.5332483478 -6641,0,47829.1416355684,26803.5332483478 -6642,0,47829.1416355684,26803.5332483478 -6643,0,47829.1416355684,26803.5332483478 -6644,0,47829.1416355684,26803.5332483478 -6645,0,47829.1416355684,26803.5332483478 -6646,0,47829.1416355684,26803.5332483478 -6647,0,47829.1416355684,26803.5332483478 -6648,0,47829.1416355684,26803.5332483478 -6649,0,47829.1416355684,26803.5332483478 -6650,0,47829.1416355684,26803.5332483478 -6651,0,47829.1416355684,26803.5332483478 -6652,0,47829.1416355684,26803.5332483478 -6653,0,47829.1416355684,26803.5332483478 -6654,0,47829.1416355684,26803.5332483478 -6655,0,47829.1416355684,26803.5332483478 -6656,0,47829.1416355684,26803.5332483478 -6657,0,47829.1416355684,26803.5332483478 -6658,0,47829.1416355684,26803.5332483478 -6659,0,47829.1416355684,26803.5332483478 -6660,0,47829.1416355684,26803.5332483478 -6661,0,47829.1416355684,26803.5332483478 -6662,0,47829.1416355684,26803.5332483478 -6663,0,47829.1416355684,26803.5332483478 -6664,0,47829.1416355684,26803.5332483478 -6665,0,47829.1416355684,26803.5332483478 -6666,0,47829.1416355684,26803.5332483478 -6667,0,47829.1416355684,26803.5332483478 -6668,0,47829.1416355684,26803.5332483478 -6669,0,47829.1416355684,26803.5332483478 -6670,0,47829.1416355684,26803.5332483478 -6671,0,47829.1416355684,26803.5332483478 -6672,0,47829.1416355684,26803.5332483478 -6673,0,47829.1416355684,26803.5332483478 -6674,0,47829.1416355684,26803.5332483478 -6675,0,47829.1416355684,26803.5332483478 -6676,0,47829.1416355684,26803.5332483478 -6677,0,47829.1416355684,26803.5332483478 -6678,0,47829.1416355684,26803.5332483478 -6679,0,47829.1416355684,26803.5332483478 -6680,0,47829.1416355684,26803.5332483478 -6681,0,47829.1416355684,26803.5332483478 -6682,0,47829.1416355684,26803.5332483478 -6683,0,47829.1416355684,26803.5332483478 -6684,0,47829.1416355684,26803.5332483478 -6685,0,47829.1416355684,26803.5332483478 -6686,0,47829.1416355684,26803.5332483478 -6687,0,47829.1416355684,26803.5332483478 -6688,0,47829.1416355684,26803.5332483478 -6689,0,47829.1416355684,26803.5332483478 -6690,0,47829.1416355684,26803.5332483478 -6691,0,47829.1416355684,26803.5332483478 -6692,0,47829.1416355684,26803.5332483478 -6693,0,47829.1416355684,26803.5332483478 -6694,0,47829.1416355684,26803.5332483478 -6695,0,47829.1416355684,26803.5332483478 -6696,0,47829.1416355684,26803.5332483478 -6697,0,47829.1416355684,26803.5332483478 -6698,0,47829.1416355684,26803.5332483478 -6699,0,47829.1416355684,26803.5332483478 -6700,0,47829.1416355684,26803.5332483478 -6701,0,47829.1416355684,26803.5332483478 -6702,0,47829.1416355684,26803.5332483478 -6703,0,47829.1416355684,26803.5332483478 -6704,0,47829.1416355684,26803.5332483478 -6705,0,47829.1416355684,26803.5332483478 -6706,0,47829.1416355684,26803.5332483478 -6707,0,47829.1416355684,26803.5332483478 -6708,0,47829.1416355684,26803.5332483478 -6709,0,47829.1416355684,26803.5332483478 -6710,0,47829.1416355684,26803.5332483478 -6711,0,47829.1416355684,26803.5332483478 -6712,0,47829.1416355684,26803.5332483478 -6713,0,47829.1416355684,26803.5332483478 -6714,0,47829.1416355684,26803.5332483478 -6715,0,47829.1416355684,26803.5332483478 -6716,0,47829.1416355684,26803.5332483478 -6717,0,47829.1416355684,26803.5332483478 -6718,0,47829.1416355684,26803.5332483478 -6719,0,47829.1416355684,26803.5332483478 -6720,0,47829.1416355684,26803.5332483478 -6721,0,47829.1416355684,26803.5332483478 -6722,0,47829.1416355684,26803.5332483478 -6723,0,47829.1416355684,26803.5332483478 -6724,0,47829.1416355684,26803.5332483478 -6725,0,47829.1416355684,26803.5332483478 -6726,0,47829.1416355684,26803.5332483478 -6727,0,47829.1416355684,26803.5332483478 -6728,0,47829.1416355684,26803.5332483478 -6729,0,47829.1416355684,26803.5332483478 -6730,0,47829.1416355684,26803.5332483478 -6731,0,47829.1416355684,26803.5332483478 -6732,0,47829.1416355684,26803.5332483478 -6733,0,47829.1416355684,26803.5332483478 -6734,0,47829.1416355684,26803.5332483478 -6735,0,47829.1416355684,26803.5332483478 -6736,0,47829.1416355684,26803.5332483478 -6737,0,47829.1416355684,26803.5332483478 -6738,0,47829.1416355684,26803.5332483478 -6739,0,47829.1416355684,26803.5332483478 -6740,0,47829.1416355684,26803.5332483478 -6741,0,47829.1416355684,26803.5332483478 -6742,0,47829.1416355684,26803.5332483478 -6743,0,47829.1416355684,26803.5332483478 -6744,0,47829.1416355684,26803.5332483478 -6745,0,47829.1416355684,26803.5332483478 -6746,0,47829.1416355684,26803.5332483478 -6747,0,47829.1416355684,26803.5332483478 -6748,0,47829.1416355684,26803.5332483478 -6749,0,47829.1416355684,26803.5332483478 -6750,0,47829.1416355684,26803.5332483478 -6751,0,47829.1416355684,26803.5332483478 -6752,0,47829.1416355684,26803.5332483478 -6753,0,47829.1416355684,26803.5332483478 -6754,0,47829.1416355684,26803.5332483478 -6755,0,47829.1416355684,26803.5332483478 -6756,0,47829.1416355684,26803.5332483478 -6757,0,47829.1416355684,26803.5332483478 -6758,0,47829.1416355684,26803.5332483478 -6759,0,47829.1416355684,26803.5332483478 -6760,0,47829.1416355684,26803.5332483478 -6761,0,47829.1416355684,26803.5332483478 -6762,0,47829.1416355684,26803.5332483478 -6763,0,47829.1416355684,26803.5332483478 -6764,0,47829.1416355684,26803.5332483478 -6765,0,47829.1416355684,26803.5332483478 -6766,0,47829.1416355684,26803.5332483478 -6767,0,47829.1416355684,26803.5332483478 -6768,0,47829.1416355684,26803.5332483478 -6769,0,47829.1416355684,26803.5332483478 -6770,0,47829.1416355684,26803.5332483478 -6771,0,47829.1416355684,26803.5332483478 -6772,0,47829.1416355684,26803.5332483478 -6773,0,47829.1416355684,26803.5332483478 -6774,0,47829.1416355684,26803.5332483478 -6775,0,47829.1416355684,26803.5332483478 -6776,0,47829.1416355684,26803.5332483478 -6777,0,47829.1416355684,26803.5332483478 -6778,0,47829.1416355684,26803.5332483478 -6779,0,47829.1416355684,26803.5332483478 -6780,0,47829.1416355684,26803.5332483478 -6781,0,47829.1416355684,26803.5332483478 -6782,0,47829.1416355684,26803.5332483478 -6783,0,47829.1416355684,26803.5332483478 -6784,0,47829.1416355684,26803.5332483478 -6785,0,47829.1416355684,26803.5332483478 -6786,0,47829.1416355684,26803.5332483478 -6787,0,47829.1416355684,26803.5332483478 -6788,0,47829.1416355684,26803.5332483478 -6789,0,47829.1416355684,26803.5332483478 -6790,0,47829.1416355684,26803.5332483478 -6791,0,47829.1416355684,26803.5332483478 -6792,0,47829.1416355684,26803.5332483478 -6793,0,47829.1416355684,26803.5332483478 -6794,0,47829.1416355684,26803.5332483478 -6795,0,47829.1416355684,26803.5332483478 -6796,0,47829.1416355684,26803.5332483478 -6797,0,47829.1416355684,26803.5332483478 -6798,0,47829.1416355684,26803.5332483478 -6799,0,47829.1416355684,26803.5332483478 -6800,0,47829.1416355684,26803.5332483478 -6801,0,47829.1416355684,26803.5332483478 -6802,0,47829.1416355684,26803.5332483478 -6803,0,47829.1416355684,26803.5332483478 -6804,0,47829.1416355684,26803.5332483478 -6805,0,47829.1416355684,26803.5332483478 -6806,0,47829.1416355684,26803.5332483478 -6807,0,47829.1416355684,26803.5332483478 -6808,0,47829.1416355684,26803.5332483478 -6809,0,47829.1416355684,26803.5332483478 -6810,0,47829.1416355684,26803.5332483478 -6811,0,47829.1416355684,26803.5332483478 -6812,0,47829.1416355684,26803.5332483478 -6813,0,47829.1416355684,26803.5332483478 -6814,0,47829.1416355684,26803.5332483478 -6815,0,47829.1416355684,26803.5332483478 -6816,0,47829.1416355684,26803.5332483478 -6817,0,47829.1416355684,26803.5332483478 -6818,0,47829.1416355684,26803.5332483478 -6819,0,47829.1416355684,26803.5332483478 -6820,0,47829.1416355684,26803.5332483478 -6821,0,47829.1416355684,26803.5332483478 -6822,0,47829.1416355684,26803.5332483478 -6823,0,47829.1416355684,26803.5332483478 -6824,0,47829.1416355684,26803.5332483478 -6825,0,47829.1416355684,26803.5332483478 -6826,0,47829.1416355684,26803.5332483478 -6827,0,47829.1416355684,26803.5332483478 -6828,0,47829.1416355684,26803.5332483478 -6829,0,47829.1416355684,26803.5332483478 -6830,0,47829.1416355684,26803.5332483478 -6831,0,47829.1416355684,26803.5332483478 -6832,0,47829.1416355684,26803.5332483478 -6833,0,47829.1416355684,26803.5332483478 -6834,0,47829.1416355684,26803.5332483478 -6835,0,47829.1416355684,26803.5332483478 -6836,0,47829.1416355684,26803.5332483478 -6837,0,47829.1416355684,26803.5332483478 -6838,0,47829.1416355684,26803.5332483478 -6839,0,47829.1416355684,26803.5332483478 -6840,0,47829.1416355684,26803.5332483478 -6841,0,47829.1416355684,26803.5332483478 -6842,0,47829.1416355684,26803.5332483478 -6843,0,47829.1416355684,26803.5332483478 -6844,0,47829.1416355684,26803.5332483478 -6845,0,47829.1416355684,26803.5332483478 -6846,0,47829.1416355684,26803.5332483478 -6847,0,47829.1416355684,26803.5332483478 -6848,0,47829.1416355684,26803.5332483478 -6849,0,47829.1416355684,26803.5332483478 -6850,0,47829.1416355684,26803.5332483478 -6851,0,47829.1416355684,26803.5332483478 -6852,0,47829.1416355684,26803.5332483478 -6853,0,47829.1416355684,26803.5332483478 -6854,0,47829.1416355684,26803.5332483478 -6855,0,47829.1416355684,26803.5332483478 -6856,0,47829.1416355684,26803.5332483478 -6857,0,47829.1416355684,26803.5332483478 -6858,0,47829.1416355684,26803.5332483478 -6859,0,47829.1416355684,26803.5332483478 -6860,0,47829.1416355684,26803.5332483478 -6861,0,47829.1416355684,26803.5332483478 -6862,0,47829.1416355684,26803.5332483478 -6863,0,47829.1416355684,26803.5332483478 -6864,0,47829.1416355684,26803.5332483478 -6865,0,47829.1416355684,26803.5332483478 -6866,0,47829.1416355684,26803.5332483478 -6867,0,47829.1416355684,26803.5332483478 -6868,0,47829.1416355684,26803.5332483478 -6869,0,47829.1416355684,26803.5332483478 -6870,0,47829.1416355684,26803.5332483478 -6871,0,47829.1416355684,26803.5332483478 -6872,0,47829.1416355684,26803.5332483478 -6873,0,47829.1416355684,26803.5332483478 -6874,0,47829.1416355684,26803.5332483478 -6875,0,47829.1416355684,26803.5332483478 -6876,0,47829.1416355684,26803.5332483478 -6877,0,47829.1416355684,26803.5332483478 -6878,0,47829.1416355684,26803.5332483478 -6879,0,47829.1416355684,26803.5332483478 -6880,0,47829.1416355684,26803.5332483478 -6881,0,47829.1416355684,26803.5332483478 -6882,0,47829.1416355684,26803.5332483478 -6883,0,47829.1416355684,26803.5332483478 -6884,0,47829.1416355684,26803.5332483478 -6885,0,47829.1416355684,26803.5332483478 -6886,0,47829.1416355684,26803.5332483478 -6887,0,47829.1416355684,26803.5332483478 -6888,0,47829.1416355684,26803.5332483478 -6889,0,47829.1416355684,26803.5332483478 -6890,0,47829.1416355684,26803.5332483478 -6891,0,47829.1416355684,26803.5332483478 -6892,0,47829.1416355684,26803.5332483478 -6893,0,47829.1416355684,26803.5332483478 -6894,0,47829.1416355684,26803.5332483478 -6895,0,47829.1416355684,26803.5332483478 -6896,0,47829.1416355684,26803.5332483478 -6897,0,47829.1416355684,26803.5332483478 -6898,0,47829.1416355684,26803.5332483478 -6899,0,47829.1416355684,26803.5332483478 -6900,0,47829.1416355684,26803.5332483478 -6901,0,47829.1416355684,26803.5332483478 -6902,0,47829.1416355684,26803.5332483478 -6903,0,47829.1416355684,26803.5332483478 -6904,0,47829.1416355684,26803.5332483478 -6905,0,47829.1416355684,26803.5332483478 -6906,0,47829.1416355684,26803.5332483478 -6907,0,47829.1416355684,26803.5332483478 -6908,0,47829.1416355684,26803.5332483478 -6909,0,47829.1416355684,26803.5332483478 -6910,0,47829.1416355684,26803.5332483478 -6911,0,47829.1416355684,26803.5332483478 -6912,0,47829.1416355684,26803.5332483478 -6913,0,47829.1416355684,26803.5332483478 -6914,0,47829.1416355684,26803.5332483478 -6915,0,47829.1416355684,26803.5332483478 -6916,0,47829.1416355684,26803.5332483478 -6917,0,47829.1416355684,26803.5332483478 -6918,0,47829.1416355684,26803.5332483478 -6919,0,47829.1416355684,26803.5332483478 -6920,0,47829.1416355684,26803.5332483478 -6921,0,47829.1416355684,26803.5332483478 -6922,0,47829.1416355684,26803.5332483478 -6923,0,47829.1416355684,26803.5332483478 -6924,0,47829.1416355684,26803.5332483478 -6925,0,47829.1416355684,26803.5332483478 -6926,0,47829.1416355684,26803.5332483478 -6927,0,47829.1416355684,26803.5332483478 -6928,0,47829.1416355684,26803.5332483478 -6929,0,47829.1416355684,26803.5332483478 -6930,0,47829.1416355684,26803.5332483478 -6931,0,47829.1416355684,26803.5332483478 -6932,0,47829.1416355684,26803.5332483478 -6933,0,47829.1416355684,26803.5332483478 -6934,0,47829.1416355684,26803.5332483478 -6935,0,47829.1416355684,26803.5332483478 -6936,0,47829.1416355684,26803.5332483478 -6937,0,47829.1416355684,26803.5332483478 -6938,0,47829.1416355684,26803.5332483478 -6939,0,47829.1416355684,26803.5332483478 -6940,0,47829.1416355684,26803.5332483478 -6941,0,47829.1416355684,26803.5332483478 -6942,0,47829.1416355684,26803.5332483478 -6943,0,47829.1416355684,26803.5332483478 -6944,0,47829.1416355684,26803.5332483478 -6945,0,47829.1416355684,26803.5332483478 -6946,0,47829.1416355684,26803.5332483478 -6947,0,47829.1416355684,26803.5332483478 -6948,0,47829.1416355684,26803.5332483478 -6949,0,47829.1416355684,26803.5332483478 -6950,0,47829.1416355684,26803.5332483478 -6951,0,47829.1416355684,26803.5332483478 -6952,0,47829.1416355684,26803.5332483478 -6953,0,47829.1416355684,26803.5332483478 -6954,0,47829.1416355684,26803.5332483478 -6955,0,47829.1416355684,26803.5332483478 -6956,0,47829.1416355684,26803.5332483478 -6957,0,47829.1416355684,26803.5332483478 -6958,0,47829.1416355684,26803.5332483478 -6959,0,47829.1416355684,26803.5332483478 -6960,0,47829.1416355684,26803.5332483478 -6961,0,47829.1416355684,26803.5332483478 -6962,0,47829.1416355684,26803.5332483478 -6963,0,47829.1416355684,26803.5332483478 -6964,0,47829.1416355684,26803.5332483478 -6965,0,47829.1416355684,26803.5332483478 -6966,0,47829.1416355684,26803.5332483478 -6967,0,47829.1416355684,26803.5332483478 -6968,0,47829.1416355684,26803.5332483478 -6969,0,47829.1416355684,26803.5332483478 -6970,0,47829.1416355684,26803.5332483478 -6971,0,47829.1416355684,26803.5332483478 -6972,0,47829.1416355684,26803.5332483478 -6973,0,47829.1416355684,26803.5332483478 -6974,0,47829.1416355684,26803.5332483478 -6975,0,47829.1416355684,26803.5332483478 -6976,0,47829.1416355684,26803.5332483478 -6977,0,47829.1416355684,26803.5332483478 -6978,0,47829.1416355684,26803.5332483478 -6979,0,47829.1416355684,26803.5332483478 -6980,0,47829.1416355684,26803.5332483478 -6981,0,47829.1416355684,26803.5332483478 -6982,0,47829.1416355684,26803.5332483478 -6983,0,47829.1416355684,26803.5332483478 -6984,0,47829.1416355684,26803.5332483478 -6985,0,47829.1416355684,26803.5332483478 -6986,0,47829.1416355684,26803.5332483478 -6987,0,47829.1416355684,26803.5332483478 -6988,0,47829.1416355684,26803.5332483478 -6989,0,47829.1416355684,26803.5332483478 -6990,0,47829.1416355684,26803.5332483478 -6991,0,47829.1416355684,26803.5332483478 -6992,0,47829.1416355684,26803.5332483478 -6993,0,47829.1416355684,26803.5332483478 -6994,0,47829.1416355684,26803.5332483478 -6995,0,47829.1416355684,26803.5332483478 -6996,0,47829.1416355684,26803.5332483478 -6997,0,47829.1416355684,26803.5332483478 -6998,0,47829.1416355684,26803.5332483478 -6999,0,47829.1416355684,26803.5332483478 -7000,0,47829.1416355684,26803.5332483478 -7001,0,47829.1416355684,26803.5332483478 -7002,0,47829.1416355684,26803.5332483478 -7003,0,47829.1416355684,26803.5332483478 -7004,0,47829.1416355684,26803.5332483478 -7005,0,47829.1416355684,26803.5332483478 -7006,0,47829.1416355684,26803.5332483478 -7007,0,47829.1416355684,26803.5332483478 -7008,0,47829.1416355684,26803.5332483478 -7009,0,47829.1416355684,26803.5332483478 -7010,0,47829.1416355684,26803.5332483478 -7011,0,47829.1416355684,26803.5332483478 -7012,0,47829.1416355684,26803.5332483478 -7013,0,47829.1416355684,26803.5332483478 -7014,0,47829.1416355684,26803.5332483478 -7015,0,47829.1416355684,26803.5332483478 -7016,0,47829.1416355684,26803.5332483478 -7017,0,47829.1416355684,26803.5332483478 -7018,0,47829.1416355684,26803.5332483478 -7019,0,47829.1416355684,26803.5332483478 -7020,0,47829.1416355684,26803.5332483478 -7021,0,47829.1416355684,26803.5332483478 -7022,0,47829.1416355684,26803.5332483478 -7023,0,47829.1416355684,26803.5332483478 -7024,0,47829.1416355684,26803.5332483478 -7025,0,47829.1416355684,26803.5332483478 -7026,0,47829.1416355684,26803.5332483478 -7027,0,47829.1416355684,26803.5332483478 -7028,0,47829.1416355684,26803.5332483478 -7029,0,47829.1416355684,26803.5332483478 -7030,0,47829.1416355684,26803.5332483478 -7031,0,47829.1416355684,26803.5332483478 -7032,0,47829.1416355684,26803.5332483478 -7033,0,47829.1416355684,26803.5332483478 -7034,0,47829.1416355684,26803.5332483478 -7035,0,47829.1416355684,26803.5332483478 -7036,0,47829.1416355684,26803.5332483478 -7037,0,47829.1416355684,26803.5332483478 -7038,0,47829.1416355684,26803.5332483478 -7039,0,47829.1416355684,26803.5332483478 -7040,0,47829.1416355684,26803.5332483478 -7041,0,47829.1416355684,26803.5332483478 -7042,0,47829.1416355684,26803.5332483478 -7043,0,47829.1416355684,26803.5332483478 -7044,0,47829.1416355684,26803.5332483478 -7045,0,47829.1416355684,26803.5332483478 -7046,0,47829.1416355684,26803.5332483478 -7047,0,47829.1416355684,26803.5332483478 -7048,0,47829.1416355684,26803.5332483478 -7049,0,47829.1416355684,26803.5332483478 -7050,0,47829.1416355684,26803.5332483478 -7051,0,47829.1416355684,26803.5332483478 -7052,0,47829.1416355684,26803.5332483478 -7053,0,47829.1416355684,26803.5332483478 -7054,0,47829.1416355684,26803.5332483478 -7055,0,47829.1416355684,26803.5332483478 -7056,0,47829.1416355684,26803.5332483478 -7057,0,47829.1416355684,26803.5332483478 -7058,0,47829.1416355684,26803.5332483478 -7059,0,47829.1416355684,26803.5332483478 -7060,0,47829.1416355684,26803.5332483478 -7061,0,47829.1416355684,26803.5332483478 -7062,0,47829.1416355684,26803.5332483478 -7063,0,47829.1416355684,26803.5332483478 -7064,0,47829.1416355684,26803.5332483478 -7065,0,47829.1416355684,26803.5332483478 -7066,0,47829.1416355684,26803.5332483478 -7067,0,47829.1416355684,26803.5332483478 -7068,0,47829.1416355684,26803.5332483478 -7069,0,47829.1416355684,26803.5332483478 -7070,0,47829.1416355684,26803.5332483478 -7071,0,47829.1416355684,26803.5332483478 -7072,0,47829.1416355684,26803.5332483478 -7073,0,47829.1416355684,26803.5332483478 -7074,0,47829.1416355684,26803.5332483478 -7075,0,47829.1416355684,26803.5332483478 -7076,0,47829.1416355684,26803.5332483478 -7077,0,47829.1416355684,26803.5332483478 -7078,0,47829.1416355684,26803.5332483478 -7079,0,47829.1416355684,26803.5332483478 -7080,0,47829.1416355684,26803.5332483478 -7081,0,47829.1416355684,26803.5332483478 -7082,0,47829.1416355684,26803.5332483478 -7083,0,47829.1416355684,26803.5332483478 -7084,0,47829.1416355684,26803.5332483478 -7085,0,47829.1416355684,26803.5332483478 -7086,0,47829.1416355684,26803.5332483478 -7087,0,47829.1416355684,26803.5332483478 -7088,0,47829.1416355684,26803.5332483478 -7089,0,47829.1416355684,26803.5332483478 -7090,0,47829.1416355684,26803.5332483478 -7091,0,47829.1416355684,26803.5332483478 -7092,0,47829.1416355684,26803.5332483478 -7093,0,47829.1416355684,26803.5332483478 -7094,0,47829.1416355684,26803.5332483478 -7095,0,47829.1416355684,26803.5332483478 -7096,0,47829.1416355684,26803.5332483478 -7097,0,47829.1416355684,26803.5332483478 -7098,0,47829.1416355684,26803.5332483478 -7099,0,47829.1416355684,26803.5332483478 -7100,0,47829.1416355684,26803.5332483478 -7101,0,47829.1416355684,26803.5332483478 -7102,0,47829.1416355684,26803.5332483478 -7103,0,47829.1416355684,26803.5332483478 -7104,0,47829.1416355684,26803.5332483478 -7105,0,47829.1416355684,26803.5332483478 -7106,0,47829.1416355684,26803.5332483478 -7107,0,47829.1416355684,26803.5332483478 -7108,0,47829.1416355684,26803.5332483478 -7109,0,47829.1416355684,26803.5332483478 -7110,0,47829.1416355684,26803.5332483478 -7111,0,47829.1416355684,26803.5332483478 -7112,0,47829.1416355684,26803.5332483478 -7113,0,47829.1416355684,26803.5332483478 -7114,0,47829.1416355684,26803.5332483478 -7115,0,47829.1416355684,26803.5332483478 -7116,0,47829.1416355684,26803.5332483478 -7117,0,47829.1416355684,26803.5332483478 -7118,0,47829.1416355684,26803.5332483478 -7119,0,47829.1416355684,26803.5332483478 -7120,0,47829.1416355684,26803.5332483478 -7121,0,47829.1416355684,26803.5332483478 -7122,0,47829.1416355684,26803.5332483478 -7123,0,47829.1416355684,26803.5332483478 -7124,0,47829.1416355684,26803.5332483478 -7125,0,47829.1416355684,26803.5332483478 -7126,0,47829.1416355684,26803.5332483478 -7127,0,47829.1416355684,26803.5332483478 -7128,0,47829.1416355684,26803.5332483478 -7129,0,47829.1416355684,26803.5332483478 -7130,0,47829.1416355684,26803.5332483478 -7131,0,47829.1416355684,26803.5332483478 -7132,0,47829.1416355684,26803.5332483478 -7133,0,47829.1416355684,26803.5332483478 -7134,0,47829.1416355684,26803.5332483478 -7135,0,47829.1416355684,26803.5332483478 -7136,0,47829.1416355684,26803.5332483478 -7137,0,47829.1416355684,26803.5332483478 -7138,0,47829.1416355684,26803.5332483478 -7139,0,47829.1416355684,26803.5332483478 -7140,0,47829.1416355684,26803.5332483478 -7141,0,47829.1416355684,26803.5332483478 -7142,0,47829.1416355684,26803.5332483478 -7143,0,47829.1416355684,26803.5332483478 -7144,0,47829.1416355684,26803.5332483478 -7145,0,47829.1416355684,26803.5332483478 -7146,0,47829.1416355684,26803.5332483478 -7147,0,47829.1416355684,26803.5332483478 -7148,0,47829.1416355684,26803.5332483478 -7149,0,47829.1416355684,26803.5332483478 -7150,0,47829.1416355684,26803.5332483478 -7151,0,47829.1416355684,26803.5332483478 -7152,0,47829.1416355684,26803.5332483478 -7153,0,47829.1416355684,26803.5332483478 -7154,0,47829.1416355684,26803.5332483478 -7155,0,47829.1416355684,26803.5332483478 -7156,0,47829.1416355684,26803.5332483478 -7157,0,47829.1416355684,26803.5332483478 -7158,0,47829.1416355684,26803.5332483478 -7159,0,47829.1416355684,26803.5332483478 -7160,0,47829.1416355684,26803.5332483478 -7161,0,47829.1416355684,26803.5332483478 -7162,0,47829.1416355684,26803.5332483478 -7163,0,47829.1416355684,26803.5332483478 -7164,0,47829.1416355684,26803.5332483478 -7165,0,47829.1416355684,26803.5332483478 -7166,0,47829.1416355684,26803.5332483478 -7167,0,47829.1416355684,26803.5332483478 -7168,0,47829.1416355684,26803.5332483478 -7169,0,47829.1416355684,26803.5332483478 -7170,0,47829.1416355684,26803.5332483478 -7171,0,47829.1416355684,26803.5332483478 -7172,0,47829.1416355684,26803.5332483478 -7173,0,47829.1416355684,26803.5332483478 -7174,0,47829.1416355684,26803.5332483478 -7175,0,47829.1416355684,26803.5332483478 -7176,0,47829.1416355684,26803.5332483478 -7177,0,47829.1416355684,26803.5332483478 -7178,0,47829.1416355684,26803.5332483478 -7179,0,47829.1416355684,26803.5332483478 -7180,0,47829.1416355684,26803.5332483478 -7181,0,47829.1416355684,26803.5332483478 -7182,0,47829.1416355684,26803.5332483478 -7183,0,47829.1416355684,26803.5332483478 -7184,0,47829.1416355684,26803.5332483478 -7185,0,47829.1416355684,26803.5332483478 -7186,0,47829.1416355684,26803.5332483478 -7187,0,47829.1416355684,26803.5332483478 -7188,0,47829.1416355684,26803.5332483478 -7189,0,47829.1416355684,26803.5332483478 -7190,0,47829.1416355684,26803.5332483478 -7191,0,47829.1416355684,26803.5332483478 -7192,0,47829.1416355684,26803.5332483478 -7193,0,47829.1416355684,26803.5332483478 -7194,0,47829.1416355684,26803.5332483478 -7195,0,47829.1416355684,26803.5332483478 -7196,0,47829.1416355684,26803.5332483478 -7197,0,47829.1416355684,26803.5332483478 -7198,0,47829.1416355684,26803.5332483478 -7199,0,47829.1416355684,26803.5332483478 -7200,0,47829.1416355684,26803.5332483478 -7201,0,47829.1416355684,26803.5332483478 -7202,0,47829.1416355684,26803.5332483478 -7203,0,47829.1416355684,26803.5332483478 -7204,0,47829.1416355684,26803.5332483478 -7205,0,47829.1416355684,26803.5332483478 -7206,0,47829.1416355684,26803.5332483478 -7207,0,47829.1416355684,26803.5332483478 -7208,0,47829.1416355684,26803.5332483478 -7209,0,47829.1416355684,26803.5332483478 -7210,0,47829.1416355684,26803.5332483478 -7211,0,47829.1416355684,26803.5332483478 -7212,0,47829.1416355684,26803.5332483478 -7213,0,47829.1416355684,26803.5332483478 -7214,0,47829.1416355684,26803.5332483478 -7215,0,47829.1416355684,26803.5332483478 -7216,0,47829.1416355684,26803.5332483478 -7217,0,47829.1416355684,26803.5332483478 -7218,0,47829.1416355684,26803.5332483478 -7219,0,47829.1416355684,26803.5332483478 -7220,0,47829.1416355684,26803.5332483478 -7221,0,47829.1416355684,26803.5332483478 -7222,0,47829.1416355684,26803.5332483478 -7223,0,47829.1416355684,26803.5332483478 -7224,0,47829.1416355684,26803.5332483478 -7225,0,47829.1416355684,26803.5332483478 -7226,0,47829.1416355684,26803.5332483478 -7227,0,47829.1416355684,26803.5332483478 -7228,0,47829.1416355684,26803.5332483478 -7229,0,47829.1416355684,26803.5332483478 -7230,0,47829.1416355684,26803.5332483478 -7231,0,47829.1416355684,26803.5332483478 -7232,0,47829.1416355684,26803.5332483478 -7233,0,47829.1416355684,26803.5332483478 -7234,0,47829.1416355684,26803.5332483478 -7235,0,47829.1416355684,26803.5332483478 -7236,0,47829.1416355684,26803.5332483478 -7237,0,47829.1416355684,26803.5332483478 -7238,0,47829.1416355684,26803.5332483478 -7239,0,47829.1416355684,26803.5332483478 -7240,0,47829.1416355684,26803.5332483478 -7241,0,47829.1416355684,26803.5332483478 -7242,0,47829.1416355684,26803.5332483478 -7243,0,47829.1416355684,26803.5332483478 -7244,0,47829.1416355684,26803.5332483478 -7245,0,47829.1416355684,26803.5332483478 -7246,0,47829.1416355684,26803.5332483478 -7247,0,47829.1416355684,26803.5332483478 -7248,0,47829.1416355684,26803.5332483478 -7249,0,47829.1416355684,26803.5332483478 -7250,0,47829.1416355684,26803.5332483478 -7251,0,47829.1416355684,26803.5332483478 -7252,0,47829.1416355684,26803.5332483478 -7253,0,47829.1416355684,26803.5332483478 -7254,0,47829.1416355684,26803.5332483478 -7255,0,47829.1416355684,26803.5332483478 -7256,0,47829.1416355684,26803.5332483478 -7257,0,47829.1416355684,26803.5332483478 -7258,0,47829.1416355684,26803.5332483478 -7259,0,47829.1416355684,26803.5332483478 -7260,0,47829.1416355684,26803.5332483478 -7261,0,47829.1416355684,26803.5332483478 -7262,0,47829.1416355684,26803.5332483478 -7263,0,47829.1416355684,26803.5332483478 -7264,0,47829.1416355684,26803.5332483478 -7265,0,47829.1416355684,26803.5332483478 -7266,0,47829.1416355684,26803.5332483478 -7267,0,47829.1416355684,26803.5332483478 -7268,0,47829.1416355684,26803.5332483478 -7269,0,47829.1416355684,26803.5332483478 -7270,0,47829.1416355684,26803.5332483478 -7271,0,47829.1416355684,26803.5332483478 -7272,0,47829.1416355684,26803.5332483478 -7273,0,47829.1416355684,26803.5332483478 -7274,0,47829.1416355684,26803.5332483478 -7275,0,47829.1416355684,26803.5332483478 -7276,0,47829.1416355684,26803.5332483478 -7277,0,47829.1416355684,26803.5332483478 -7278,0,47829.1416355684,26803.5332483478 -7279,0,47829.1416355684,26803.5332483478 -7280,0,47829.1416355684,26803.5332483478 -7281,0,47829.1416355684,26803.5332483478 -7282,0,47829.1416355684,26803.5332483478 -7283,0,47829.1416355684,26803.5332483478 -7284,0,47829.1416355684,26803.5332483478 -7285,0,47829.1416355684,26803.5332483478 -7286,0,47829.1416355684,26803.5332483478 -7287,0,47829.1416355684,26803.5332483478 -7288,0,47829.1416355684,26803.5332483478 -7289,0,47829.1416355684,26803.5332483478 -7290,0,47829.1416355684,26803.5332483478 -7291,0,47829.1416355684,26803.5332483478 -7292,0,47829.1416355684,26803.5332483478 -7293,0,47829.1416355684,26803.5332483478 -7294,0,47829.1416355684,26803.5332483478 -7295,0,47829.1416355684,26803.5332483478 -7296,0,47829.1416355684,26803.5332483478 -7297,0,47829.1416355684,26803.5332483478 -7298,0,47829.1416355684,26803.5332483478 -7299,0,47829.1416355684,26803.5332483478 -7300,0,47829.1416355684,26803.5332483478 -7301,0,47829.1416355684,26803.5332483478 -7302,0,47829.1416355684,26803.5332483478 -7303,0,47829.1416355684,26803.5332483478 -7304,0,47829.1416355684,26803.5332483478 -7305,0,47829.1416355684,26803.5332483478 -7306,0,47829.1416355684,26803.5332483478 -7307,0,47829.1416355684,26803.5332483478 -7308,0,47829.1416355684,26803.5332483478 -7309,0,47829.1416355684,26803.5332483478 -7310,0,47829.1416355684,26803.5332483478 -7311,0,47829.1416355684,26803.5332483478 -7312,0,47829.1416355684,26803.5332483478 -7313,0,47829.1416355684,26803.5332483478 -7314,0,47829.1416355684,26803.5332483478 -7315,0,47829.1416355684,26803.5332483478 -7316,0,47829.1416355684,26803.5332483478 -7317,0,47829.1416355684,26803.5332483478 -7318,0,47829.1416355684,26803.5332483478 -7319,0,47829.1416355684,26803.5332483478 -7320,0,47829.1416355684,26803.5332483478 -7321,0,47829.1416355684,26803.5332483478 -7322,0,47829.1416355684,26803.5332483478 -7323,0,47829.1416355684,26803.5332483478 -7324,0,47829.1416355684,26803.5332483478 -7325,0,47829.1416355684,26803.5332483478 -7326,0,47829.1416355684,26803.5332483478 -7327,0,47829.1416355684,26803.5332483478 -7328,0,47829.1416355684,26803.5332483478 -7329,0,47829.1416355684,26803.5332483478 -7330,0,47829.1416355684,26803.5332483478 -7331,0,47829.1416355684,26803.5332483478 -7332,0,47829.1416355684,26803.5332483478 -7333,0,47829.1416355684,26803.5332483478 -7334,0,47829.1416355684,26803.5332483478 -7335,0,47829.1416355684,26803.5332483478 -7336,0,47829.1416355684,26803.5332483478 -7337,0,47829.1416355684,26803.5332483478 -7338,0,47829.1416355684,26803.5332483478 -7339,0,47829.1416355684,26803.5332483478 -7340,0,47829.1416355684,26803.5332483478 -7341,0,47829.1416355684,26803.5332483478 -7342,0,47829.1416355684,26803.5332483478 -7343,0,47829.1416355684,26803.5332483478 -7344,0,47829.1416355684,26803.5332483478 -7345,0,47829.1416355684,26803.5332483478 -7346,0,47829.1416355684,26803.5332483478 -7347,0,47829.1416355684,26803.5332483478 -7348,0,47829.1416355684,26803.5332483478 -7349,0,47829.1416355684,26803.5332483478 -7350,0,47829.1416355684,26803.5332483478 -7351,0,47829.1416355684,26803.5332483478 -7352,0,47829.1416355684,26803.5332483478 -7353,0,47829.1416355684,26803.5332483478 -7354,0,47829.1416355684,26803.5332483478 -7355,0,47829.1416355684,26803.5332483478 -7356,0,47829.1416355684,26803.5332483478 -7357,0,47829.1416355684,26803.5332483478 -7358,0,47829.1416355684,26803.5332483478 -7359,0,47829.1416355684,26803.5332483478 -7360,0,47829.1416355684,26803.5332483478 -7361,0,47829.1416355684,26803.5332483478 -7362,0,47829.1416355684,26803.5332483478 -7363,0,47829.1416355684,26803.5332483478 -7364,0,47829.1416355684,26803.5332483478 -7365,0,47829.1416355684,26803.5332483478 -7366,0,47829.1416355684,26803.5332483478 -7367,0,47829.1416355684,26803.5332483478 -7368,0,47829.1416355684,26803.5332483478 -7369,0,47829.1416355684,26803.5332483478 -7370,0,47829.1416355684,26803.5332483478 -7371,0,47829.1416355684,26803.5332483478 -7372,0,47829.1416355684,26803.5332483478 -7373,0,47829.1416355684,26803.5332483478 -7374,0,47829.1416355684,26803.5332483478 -7375,0,47829.1416355684,26803.5332483478 -7376,0,47829.1416355684,26803.5332483478 -7377,0,47829.1416355684,26803.5332483478 -7378,0,47829.1416355684,26803.5332483478 -7379,0,47829.1416355684,26803.5332483478 -7380,0,47829.1416355684,26803.5332483478 -7381,0,47829.1416355684,26803.5332483478 -7382,0,47829.1416355684,26803.5332483478 -7383,0,47829.1416355684,26803.5332483478 -7384,0,47829.1416355684,26803.5332483478 -7385,0,47829.1416355684,26803.5332483478 -7386,0,47829.1416355684,26803.5332483478 -7387,0,47829.1416355684,26803.5332483478 -7388,0,47829.1416355684,26803.5332483478 -7389,0,47829.1416355684,26803.5332483478 -7390,0,47829.1416355684,26803.5332483478 -7391,0,47829.1416355684,26803.5332483478 -7392,0,47829.1416355684,26803.5332483478 -7393,0,47829.1416355684,26803.5332483478 -7394,0,47829.1416355684,26803.5332483478 -7395,0,47829.1416355684,26803.5332483478 -7396,0,47829.1416355684,26803.5332483478 -7397,0,47829.1416355684,26803.5332483478 -7398,0,47829.1416355684,26803.5332483478 -7399,0,47829.1416355684,26803.5332483478 -7400,0,47829.1416355684,26803.5332483478 -7401,0,47829.1416355684,26803.5332483478 -7402,0,47829.1416355684,26803.5332483478 -7403,0,47829.1416355684,26803.5332483478 -7404,0,47829.1416355684,26803.5332483478 -7405,0,47829.1416355684,26803.5332483478 -7406,0,47829.1416355684,26803.5332483478 -7407,0,47829.1416355684,26803.5332483478 -7408,0,47829.1416355684,26803.5332483478 -7409,0,47829.1416355684,26803.5332483478 -7410,0,47829.1416355684,26803.5332483478 -7411,0,47829.1416355684,26803.5332483478 -7412,0,47829.1416355684,26803.5332483478 -7413,0,47829.1416355684,26803.5332483478 -7414,0,47829.1416355684,26803.5332483478 -7415,0,47829.1416355684,26803.5332483478 -7416,0,47829.1416355684,26803.5332483478 -7417,0,47829.1416355684,26803.5332483478 -7418,0,47829.1416355684,26803.5332483478 -7419,0,47829.1416355684,26803.5332483478 -7420,0,47829.1416355684,26803.5332483478 -7421,0,47829.1416355684,26803.5332483478 -7422,0,47829.1416355684,26803.5332483478 -7423,0,47829.1416355684,26803.5332483478 -7424,0,47829.1416355684,26803.5332483478 -7425,0,47829.1416355684,26803.5332483478 -7426,0,47829.1416355684,26803.5332483478 -7427,0,47829.1416355684,26803.5332483478 -7428,0,47829.1416355684,26803.5332483478 -7429,0,47829.1416355684,26803.5332483478 -7430,0,47829.1416355684,26803.5332483478 -7431,0,47829.1416355684,26803.5332483478 -7432,0,47829.1416355684,26803.5332483478 -7433,0,47829.1416355684,26803.5332483478 -7434,0,47829.1416355684,26803.5332483478 -7435,0,47829.1416355684,26803.5332483478 -7436,0,47829.1416355684,26803.5332483478 -7437,0,47829.1416355684,26803.5332483478 -7438,0,47829.1416355684,26803.5332483478 -7439,0,47829.1416355684,26803.5332483478 -7440,0,47829.1416355684,26803.5332483478 -7441,0,47829.1416355684,26803.5332483478 -7442,0,47829.1416355684,26803.5332483478 -7443,0,47829.1416355684,26803.5332483478 -7444,0,47829.1416355684,26803.5332483478 -7445,0,47829.1416355684,26803.5332483478 -7446,0,47829.1416355684,26803.5332483478 -7447,0,47829.1416355684,26803.5332483478 -7448,0,47829.1416355684,26803.5332483478 -7449,0,47829.1416355684,26803.5332483478 -7450,0,47829.1416355684,26803.5332483478 -7451,0,47829.1416355684,26803.5332483478 -7452,0,47829.1416355684,26803.5332483478 -7453,0,47829.1416355684,26803.5332483478 -7454,0,47829.1416355684,26803.5332483478 -7455,0,47829.1416355684,26803.5332483478 -7456,0,47829.1416355684,26803.5332483478 -7457,0,47829.1416355684,26803.5332483478 -7458,0,47829.1416355684,26803.5332483478 -7459,0,47829.1416355684,26803.5332483478 -7460,0,47829.1416355684,26803.5332483478 -7461,0,47829.1416355684,26803.5332483478 -7462,0,47829.1416355684,26803.5332483478 -7463,0,47829.1416355684,26803.5332483478 -7464,0,47829.1416355684,26803.5332483478 -7465,0,47829.1416355684,26803.5332483478 -7466,0,47829.1416355684,26803.5332483478 -7467,0,47829.1416355684,26803.5332483478 -7468,0,47829.1416355684,26803.5332483478 -7469,0,47829.1416355684,26803.5332483478 -7470,0,47829.1416355684,26803.5332483478 -7471,0,47829.1416355684,26803.5332483478 -7472,0,47829.1416355684,26803.5332483478 -7473,0,47829.1416355684,26803.5332483478 -7474,0,47829.1416355684,26803.5332483478 -7475,0,47829.1416355684,26803.5332483478 -7476,0,47829.1416355684,26803.5332483478 -7477,0,47829.1416355684,26803.5332483478 -7478,0,47829.1416355684,26803.5332483478 -7479,0,47829.1416355684,26803.5332483478 -7480,0,47829.1416355684,26803.5332483478 -7481,0,47829.1416355684,26803.5332483478 -7482,0,47829.1416355684,26803.5332483478 -7483,0,47829.1416355684,26803.5332483478 -7484,0,47829.1416355684,26803.5332483478 -7485,0,47829.1416355684,26803.5332483478 -7486,0,47829.1416355684,26803.5332483478 -7487,0,47829.1416355684,26803.5332483478 -7488,0,47829.1416355684,26803.5332483478 -7489,0,47829.1416355684,26803.5332483478 -7490,0,47829.1416355684,26803.5332483478 -7491,0,47829.1416355684,26803.5332483478 -7492,0,47829.1416355684,26803.5332483478 -7493,0,47829.1416355684,26803.5332483478 -7494,0,47829.1416355684,26803.5332483478 -7495,0,47829.1416355684,26803.5332483478 -7496,0,47829.1416355684,26803.5332483478 -7497,0,47829.1416355684,26803.5332483478 -7498,0,47829.1416355684,26803.5332483478 -7499,0,47829.1416355684,26803.5332483478 -7500,0,47829.1416355684,26803.5332483478 -7501,0,47829.1416355684,26803.5332483478 -7502,0,47829.1416355684,26803.5332483478 -7503,0,47829.1416355684,26803.5332483478 -7504,0,47829.1416355684,26803.5332483478 -7505,0,47829.1416355684,26803.5332483478 -7506,0,47829.1416355684,26803.5332483478 -7507,0,47829.1416355684,26803.5332483478 -7508,0,47829.1416355684,26803.5332483478 -7509,0,47829.1416355684,26803.5332483478 -7510,0,47829.1416355684,26803.5332483478 -7511,0,47829.1416355684,26803.5332483478 -7512,0,47829.1416355684,26803.5332483478 -7513,0,47829.1416355684,26803.5332483478 -7514,0,47829.1416355684,26803.5332483478 -7515,0,47829.1416355684,26803.5332483478 -7516,0,47829.1416355684,26803.5332483478 -7517,0,47829.1416355684,26803.5332483478 -7518,0,47829.1416355684,26803.5332483478 -7519,0,47829.1416355684,26803.5332483478 -7520,0,47829.1416355684,26803.5332483478 -7521,0,47829.1416355684,26803.5332483478 -7522,0,47829.1416355684,26803.5332483478 -7523,0,47829.1416355684,26803.5332483478 -7524,0,47829.1416355684,26803.5332483478 -7525,0,47829.1416355684,26803.5332483478 -7526,0,47829.1416355684,26803.5332483478 -7527,0,47829.1416355684,26803.5332483478 -7528,0,47829.1416355684,26803.5332483478 -7529,0,47829.1416355684,26803.5332483478 -7530,0,47829.1416355684,26803.5332483478 -7531,0,47829.1416355684,26803.5332483478 -7532,0,47829.1416355684,26803.5332483478 -7533,0,47829.1416355684,26803.5332483478 -7534,0,47829.1416355684,26803.5332483478 -7535,0,47829.1416355684,26803.5332483478 -7536,0,47829.1416355684,26803.5332483478 -7537,0,47829.1416355684,26803.5332483478 -7538,0,47829.1416355684,26803.5332483478 -7539,0,47829.1416355684,26803.5332483478 -7540,0,47829.1416355684,26803.5332483478 -7541,0,47829.1416355684,26803.5332483478 -7542,0,47829.1416355684,26803.5332483478 -7543,0,47829.1416355684,26803.5332483478 -7544,0,47829.1416355684,26803.5332483478 -7545,0,47829.1416355684,26803.5332483478 -7546,0,47829.1416355684,26803.5332483478 -7547,0,47829.1416355684,26803.5332483478 -7548,0,47829.1416355684,26803.5332483478 -7549,0,47829.1416355684,26803.5332483478 -7550,0,47829.1416355684,26803.5332483478 -7551,0,47829.1416355684,26803.5332483478 -7552,0,47829.1416355684,26803.5332483478 -7553,0,47829.1416355684,26803.5332483478 -7554,0,47829.1416355684,26803.5332483478 -7555,0,47829.1416355684,26803.5332483478 -7556,0,47829.1416355684,26803.5332483478 -7557,0,47829.1416355684,26803.5332483478 -7558,0,47829.1416355684,26803.5332483478 -7559,0,47829.1416355684,26803.5332483478 -7560,0,47829.1416355684,26803.5332483478 -7561,0,47829.1416355684,26803.5332483478 -7562,0,47829.1416355684,26803.5332483478 -7563,0,47829.1416355684,26803.5332483478 -7564,0,47829.1416355684,26803.5332483478 -7565,0,47829.1416355684,26803.5332483478 -7566,0,47829.1416355684,26803.5332483478 -7567,0,47829.1416355684,26803.5332483478 -7568,0,47829.1416355684,26803.5332483478 -7569,0,47829.1416355684,26803.5332483478 -7570,0,47829.1416355684,26803.5332483478 -7571,0,47829.1416355684,26803.5332483478 -7572,0,47829.1416355684,26803.5332483478 -7573,0,47829.1416355684,26803.5332483478 -7574,0,47829.1416355684,26803.5332483478 -7575,0,47829.1416355684,26803.5332483478 -7576,0,47829.1416355684,26803.5332483478 -7577,0,47829.1416355684,26803.5332483478 -7578,0,47829.1416355684,26803.5332483478 -7579,0,47829.1416355684,26803.5332483478 -7580,0,47829.1416355684,26803.5332483478 -7581,0,47829.1416355684,26803.5332483478 -7582,0,47829.1416355684,26803.5332483478 -7583,0,47829.1416355684,26803.5332483478 -7584,0,47829.1416355684,26803.5332483478 -7585,0,47829.1416355684,26803.5332483478 -7586,0,47829.1416355684,26803.5332483478 -7587,0,47829.1416355684,26803.5332483478 -7588,0,47829.1416355684,26803.5332483478 -7589,0,47829.1416355684,26803.5332483478 -7590,0,47829.1416355684,26803.5332483478 -7591,0,47829.1416355684,26803.5332483478 -7592,0,47829.1416355684,26803.5332483478 -7593,0,47829.1416355684,26803.5332483478 -7594,0,47829.1416355684,26803.5332483478 -7595,0,47829.1416355684,26803.5332483478 -7596,0,47829.1416355684,26803.5332483478 -7597,0,47829.1416355684,26803.5332483478 -7598,0,47829.1416355684,26803.5332483478 -7599,0,47829.1416355684,26803.5332483478 -7600,0,47829.1416355684,26803.5332483478 -7601,0,47829.1416355684,26803.5332483478 -7602,0,47829.1416355684,26803.5332483478 -7603,0,47829.1416355684,26803.5332483478 -7604,0,47829.1416355684,26803.5332483478 -7605,0,47829.1416355684,26803.5332483478 -7606,0,47829.1416355684,26803.5332483478 -7607,0,47829.1416355684,26803.5332483478 -7608,0,47829.1416355684,26803.5332483478 -7609,0,47829.1416355684,26803.5332483478 -7610,0,47829.1416355684,26803.5332483478 -7611,0,47829.1416355684,26803.5332483478 -7612,0,47829.1416355684,26803.5332483478 -7613,0,47829.1416355684,26803.5332483478 -7614,0,47829.1416355684,26803.5332483478 -7615,0,47829.1416355684,26803.5332483478 -7616,0,47829.1416355684,26803.5332483478 -7617,0,47829.1416355684,26803.5332483478 -7618,0,47829.1416355684,26803.5332483478 -7619,0,47829.1416355684,26803.5332483478 -7620,0,47829.1416355684,26803.5332483478 -7621,0,47829.1416355684,26803.5332483478 -7622,0,47829.1416355684,26803.5332483478 -7623,0,47829.1416355684,26803.5332483478 -7624,0,47829.1416355684,26803.5332483478 -7625,0,47829.1416355684,26803.5332483478 -7626,0,47829.1416355684,26803.5332483478 -7627,0,47829.1416355684,26803.5332483478 -7628,0,47829.1416355684,26803.5332483478 -7629,0,47829.1416355684,26803.5332483478 -7630,0,47829.1416355684,26803.5332483478 -7631,0,47829.1416355684,26803.5332483478 -7632,0,47829.1416355684,26803.5332483478 -7633,0,47829.1416355684,26803.5332483478 -7634,0,47829.1416355684,26803.5332483478 -7635,0,47829.1416355684,26803.5332483478 -7636,0,47829.1416355684,26803.5332483478 -7637,0,47829.1416355684,26803.5332483478 -7638,0,47829.1416355684,26803.5332483478 -7639,0,47829.1416355684,26803.5332483478 -7640,0,47829.1416355684,26803.5332483478 -7641,0,47829.1416355684,26803.5332483478 -7642,0,47829.1416355684,26803.5332483478 -7643,0,47829.1416355684,26803.5332483478 -7644,0,47829.1416355684,26803.5332483478 -7645,0,47829.1416355684,26803.5332483478 -7646,0,47829.1416355684,26803.5332483478 -7647,0,47829.1416355684,26803.5332483478 -7648,0,47829.1416355684,26803.5332483478 -7649,0,47829.1416355684,26803.5332483478 -7650,0,47829.1416355684,26803.5332483478 -7651,0,47829.1416355684,26803.5332483478 -7652,0,47829.1416355684,26803.5332483478 -7653,0,47829.1416355684,26803.5332483478 -7654,0,47829.1416355684,26803.5332483478 -7655,0,47829.1416355684,26803.5332483478 -7656,0,47829.1416355684,26803.5332483478 -7657,0,47829.1416355684,26803.5332483478 -7658,0,47829.1416355684,26803.5332483478 -7659,0,47829.1416355684,26803.5332483478 -7660,0,47829.1416355684,26803.5332483478 -7661,0,47829.1416355684,26803.5332483478 -7662,0,47829.1416355684,26803.5332483478 -7663,0,47829.1416355684,26803.5332483478 -7664,0,47829.1416355684,26803.5332483478 -7665,0,47829.1416355684,26803.5332483478 -7666,0,47829.1416355684,26803.5332483478 -7667,0,47829.1416355684,26803.5332483478 -7668,0,47829.1416355684,26803.5332483478 -7669,0,47829.1416355684,26803.5332483478 -7670,0,47829.1416355684,26803.5332483478 -7671,0,47829.1416355684,26803.5332483478 -7672,0,47829.1416355684,26803.5332483478 -7673,0,47829.1416355684,26803.5332483478 -7674,0,47829.1416355684,26803.5332483478 -7675,0,47829.1416355684,26803.5332483478 -7676,0,47829.1416355684,26803.5332483478 -7677,0,47829.1416355684,26803.5332483478 -7678,0,47829.1416355684,26803.5332483478 -7679,0,47829.1416355684,26803.5332483478 -7680,0,47829.1416355684,26803.5332483478 -7681,0,47829.1416355684,26803.5332483478 -7682,0,47829.1416355684,26803.5332483478 -7683,0,47829.1416355684,26803.5332483478 -7684,0,47829.1416355684,26803.5332483478 -7685,0,47829.1416355684,26803.5332483478 -7686,0,47829.1416355684,26803.5332483478 -7687,0,47829.1416355684,26803.5332483478 -7688,0,47829.1416355684,26803.5332483478 -7689,0,47829.1416355684,26803.5332483478 -7690,0,47829.1416355684,26803.5332483478 -7691,0,47829.1416355684,26803.5332483478 -7692,0,47829.1416355684,26803.5332483478 -7693,0,47829.1416355684,26803.5332483478 -7694,0,47829.1416355684,26803.5332483478 -7695,0,47829.1416355684,26803.5332483478 -7696,0,47829.1416355684,26803.5332483478 -7697,0,47829.1416355684,26803.5332483478 -7698,0,47829.1416355684,26803.5332483478 -7699,0,47829.1416355684,26803.5332483478 -7700,0,47829.1416355684,26803.5332483478 -7701,0,47829.1416355684,26803.5332483478 -7702,0,47829.1416355684,26803.5332483478 -7703,0,47829.1416355684,26803.5332483478 -7704,0,47829.1416355684,26803.5332483478 -7705,0,47829.1416355684,26803.5332483478 -7706,0,47829.1416355684,26803.5332483478 -7707,0,47829.1416355684,26803.5332483478 -7708,0,47829.1416355684,26803.5332483478 -7709,0,47829.1416355684,26803.5332483478 -7710,0,47829.1416355684,26803.5332483478 -7711,0,47829.1416355684,26803.5332483478 -7712,0,47829.1416355684,26803.5332483478 -7713,0,47829.1416355684,26803.5332483478 -7714,0,47829.1416355684,26803.5332483478 -7715,0,47829.1416355684,26803.5332483478 -7716,0,47829.1416355684,26803.5332483478 -7717,0,47829.1416355684,26803.5332483478 -7718,0,47829.1416355684,26803.5332483478 -7719,0,47829.1416355684,26803.5332483478 -7720,0,47829.1416355684,26803.5332483478 -7721,0,47829.1416355684,26803.5332483478 -7722,0,47829.1416355684,26803.5332483478 -7723,0,47829.1416355684,26803.5332483478 -7724,0,47829.1416355684,26803.5332483478 -7725,0,47829.1416355684,26803.5332483478 -7726,0,47829.1416355684,26803.5332483478 -7727,0,47829.1416355684,26803.5332483478 -7728,0,47829.1416355684,26803.5332483478 -7729,0,47829.1416355684,26803.5332483478 -7730,0,47829.1416355684,26803.5332483478 -7731,0,47829.1416355684,26803.5332483478 -7732,0,47829.1416355684,26803.5332483478 -7733,0,47829.1416355684,26803.5332483478 -7734,0,47829.1416355684,26803.5332483478 -7735,0,47829.1416355684,26803.5332483478 -7736,0,47829.1416355684,26803.5332483478 -7737,0,47829.1416355684,26803.5332483478 -7738,0,47829.1416355684,26803.5332483478 -7739,0,47829.1416355684,26803.5332483478 -7740,0,47829.1416355684,26803.5332483478 -7741,0,47829.1416355684,26803.5332483478 -7742,0,47829.1416355684,26803.5332483478 -7743,0,47829.1416355684,26803.5332483478 -7744,0,47829.1416355684,26803.5332483478 -7745,0,47829.1416355684,26803.5332483478 -7746,0,47829.1416355684,26803.5332483478 -7747,0,47829.1416355684,26803.5332483478 -7748,0,47829.1416355684,26803.5332483478 -7749,0,47829.1416355684,26803.5332483478 -7750,0,47829.1416355684,26803.5332483478 -7751,0,47829.1416355684,26803.5332483478 -7752,0,47829.1416355684,26803.5332483478 -7753,0,47829.1416355684,26803.5332483478 -7754,0,47829.1416355684,26803.5332483478 -7755,0,47829.1416355684,26803.5332483478 -7756,0,47829.1416355684,26803.5332483478 -7757,0,47829.1416355684,26803.5332483478 -7758,0,47829.1416355684,26803.5332483478 -7759,0,47829.1416355684,26803.5332483478 -7760,0,47829.1416355684,26803.5332483478 -7761,0,47829.1416355684,26803.5332483478 -7762,0,47829.1416355684,26803.5332483478 -7763,0,47829.1416355684,26803.5332483478 -7764,0,47829.1416355684,26803.5332483478 -7765,0,47829.1416355684,26803.5332483478 -7766,0,47829.1416355684,26803.5332483478 -7767,0,47829.1416355684,26803.5332483478 -7768,0,47829.1416355684,26803.5332483478 -7769,0,47829.1416355684,26803.5332483478 -7770,0,47829.1416355684,26803.5332483478 -7771,0,47829.1416355684,26803.5332483478 -7772,0,47829.1416355684,26803.5332483478 -7773,0,47829.1416355684,26803.5332483478 -7774,0,47829.1416355684,26803.5332483478 -7775,0,47829.1416355684,26803.5332483478 -7776,0,47829.1416355684,26803.5332483478 -7777,0,47829.1416355684,26803.5332483478 -7778,0,47829.1416355684,26803.5332483478 -7779,0,47829.1416355684,26803.5332483478 -7780,0,47829.1416355684,26803.5332483478 -7781,0,47829.1416355684,26803.5332483478 -7782,0,47829.1416355684,26803.5332483478 -7783,0,47829.1416355684,26803.5332483478 -7784,0,47829.1416355684,26803.5332483478 -7785,0,47829.1416355684,26803.5332483478 -7786,0,47829.1416355684,26803.5332483478 -7787,0,47829.1416355684,26803.5332483478 -7788,0,47829.1416355684,26803.5332483478 -7789,0,47829.1416355684,26803.5332483478 -7790,0,47829.1416355684,26803.5332483478 -7791,0,47829.1416355684,26803.5332483478 -7792,0,47829.1416355684,26803.5332483478 -7793,0,47829.1416355684,26803.5332483478 -7794,0,47829.1416355684,26803.5332483478 -7795,0,47829.1416355684,26803.5332483478 -7796,0,47829.1416355684,26803.5332483478 -7797,0,47829.1416355684,26803.5332483478 -7798,0,47829.1416355684,26803.5332483478 -7799,0,47829.1416355684,26803.5332483478 -7800,0,47829.1416355684,26803.5332483478 -7801,0,47829.1416355684,26803.5332483478 -7802,0,47829.1416355684,26803.5332483478 -7803,0,47829.1416355684,26803.5332483478 -7804,0,47829.1416355684,26803.5332483478 -7805,0,47829.1416355684,26803.5332483478 -7806,0,47829.1416355684,26803.5332483478 -7807,0,47829.1416355684,26803.5332483478 -7808,0,47829.1416355684,26803.5332483478 -7809,0,47829.1416355684,26803.5332483478 -7810,0,47829.1416355684,26803.5332483478 -7811,0,47829.1416355684,26803.5332483478 -7812,0,47829.1416355684,26803.5332483478 -7813,0,47829.1416355684,26803.5332483478 -7814,0,47829.1416355684,26803.5332483478 -7815,0,47829.1416355684,26803.5332483478 -7816,0,47829.1416355684,26803.5332483478 -7817,0,47829.1416355684,26803.5332483478 -7818,0,47829.1416355684,26803.5332483478 -7819,0,47829.1416355684,26803.5332483478 -7820,0,47829.1416355684,26803.5332483478 -7821,0,47829.1416355684,26803.5332483478 -7822,0,47829.1416355684,26803.5332483478 -7823,0,47829.1416355684,26803.5332483478 -7824,0,47829.1416355684,26803.5332483478 -7825,0,47829.1416355684,26803.5332483478 -7826,0,47829.1416355684,26803.5332483478 -7827,0,47829.1416355684,26803.5332483478 -7828,0,47829.1416355684,26803.5332483478 -7829,0,47829.1416355684,26803.5332483478 -7830,0,47829.1416355684,26803.5332483478 -7831,0,47829.1416355684,26803.5332483478 -7832,0,47829.1416355684,26803.5332483478 -7833,0,47829.1416355684,26803.5332483478 -7834,0,47829.1416355684,26803.5332483478 -7835,0,47829.1416355684,26803.5332483478 -7836,0,47829.1416355684,26803.5332483478 -7837,0,47829.1416355684,26803.5332483478 -7838,0,47829.1416355684,26803.5332483478 -7839,0,47829.1416355684,26803.5332483478 -7840,0,47829.1416355684,26803.5332483478 -7841,0,47829.1416355684,26803.5332483478 -7842,0,47829.1416355684,26803.5332483478 -7843,0,47829.1416355684,26803.5332483478 -7844,0,47829.1416355684,26803.5332483478 -7845,0,47829.1416355684,26803.5332483478 -7846,0,47829.1416355684,26803.5332483478 -7847,0,47829.1416355684,26803.5332483478 -7848,0,47829.1416355684,26803.5332483478 -7849,0,47829.1416355684,26803.5332483478 -7850,0,47829.1416355684,26803.5332483478 -7851,0,47829.1416355684,26803.5332483478 -7852,0,47829.1416355684,26803.5332483478 -7853,0,47829.1416355684,26803.5332483478 -7854,0,47829.1416355684,26803.5332483478 -7855,0,47829.1416355684,26803.5332483478 -7856,0,47829.1416355684,26803.5332483478 -7857,0,47829.1416355684,26803.5332483478 -7858,0,47829.1416355684,26803.5332483478 -7859,0,47829.1416355684,26803.5332483478 -7860,0,47829.1416355684,26803.5332483478 -7861,0,47829.1416355684,26803.5332483478 -7862,0,47829.1416355684,26803.5332483478 -7863,0,47829.1416355684,26803.5332483478 -7864,0,47829.1416355684,26803.5332483478 -7865,0,47829.1416355684,26803.5332483478 -7866,0,47829.1416355684,26803.5332483478 -7867,0,47829.1416355684,26803.5332483478 -7868,0,47829.1416355684,26803.5332483478 -7869,0,47829.1416355684,26803.5332483478 -7870,0,47829.1416355684,26803.5332483478 -7871,0,47829.1416355684,26803.5332483478 -7872,0,47829.1416355684,26803.5332483478 -7873,0,47829.1416355684,26803.5332483478 -7874,0,47829.1416355684,26803.5332483478 -7875,0,47829.1416355684,26803.5332483478 -7876,0,47829.1416355684,26803.5332483478 -7877,0,47829.1416355684,26803.5332483478 -7878,0,47829.1416355684,26803.5332483478 -7879,0,47829.1416355684,26803.5332483478 -7880,0,47829.1416355684,26803.5332483478 -7881,0,47829.1416355684,26803.5332483478 -7882,0,47829.1416355684,26803.5332483478 -7883,0,47829.1416355684,26803.5332483478 -7884,0,47829.1416355684,26803.5332483478 -7885,0,47829.1416355684,26803.5332483478 -7886,0,47829.1416355684,26803.5332483478 -7887,0,47829.1416355684,26803.5332483478 -7888,0,47829.1416355684,26803.5332483478 -7889,0,47829.1416355684,26803.5332483478 -7890,0,47829.1416355684,26803.5332483478 -7891,0,47829.1416355684,26803.5332483478 -7892,0,47829.1416355684,26803.5332483478 -7893,0,47829.1416355684,26803.5332483478 -7894,0,47829.1416355684,26803.5332483478 -7895,0,47829.1416355684,26803.5332483478 -7896,0,47829.1416355684,26803.5332483478 -7897,0,47829.1416355684,26803.5332483478 -7898,0,47829.1416355684,26803.5332483478 -7899,0,47829.1416355684,26803.5332483478 -7900,0,47829.1416355684,26803.5332483478 -7901,0,47829.1416355684,26803.5332483478 -7902,0,47829.1416355684,26803.5332483478 -7903,0,47829.1416355684,26803.5332483478 -7904,0,47829.1416355684,26803.5332483478 -7905,0,47829.1416355684,26803.5332483478 -7906,0,47829.1416355684,26803.5332483478 -7907,0,47829.1416355684,26803.5332483478 -7908,0,47829.1416355684,26803.5332483478 -7909,0,47829.1416355684,26803.5332483478 -7910,0,47829.1416355684,26803.5332483478 -7911,0,47829.1416355684,26803.5332483478 -7912,0,47829.1416355684,26803.5332483478 -7913,0,47829.1416355684,26803.5332483478 -7914,0,47829.1416355684,26803.5332483478 -7915,0,47829.1416355684,26803.5332483478 -7916,0,47829.1416355684,26803.5332483478 -7917,0,47829.1416355684,26803.5332483478 -7918,0,47829.1416355684,26803.5332483478 -7919,0,47829.1416355684,26803.5332483478 -7920,0,47829.1416355684,26803.5332483478 -7921,0,47829.1416355684,26803.5332483478 -7922,0,47829.1416355684,26803.5332483478 -7923,0,47829.1416355684,26803.5332483478 -7924,0,47829.1416355684,26803.5332483478 -7925,0,47829.1416355684,26803.5332483478 -7926,0,47829.1416355684,26803.5332483478 -7927,0,47829.1416355684,26803.5332483478 -7928,0,47829.1416355684,26803.5332483478 -7929,0,47829.1416355684,26803.5332483478 -7930,0,47829.1416355684,26803.5332483478 -7931,0,47829.1416355684,26803.5332483478 -7932,0,47829.1416355684,26803.5332483478 -7933,0,47829.1416355684,26803.5332483478 -7934,0,47829.1416355684,26803.5332483478 -7935,0,47829.1416355684,26803.5332483478 -7936,0,47829.1416355684,26803.5332483478 -7937,0,47829.1416355684,26803.5332483478 -7938,0,47829.1416355684,26803.5332483478 -7939,0,47829.1416355684,26803.5332483478 -7940,0,47829.1416355684,26803.5332483478 -7941,0,47829.1416355684,26803.5332483478 -7942,0,47829.1416355684,26803.5332483478 -7943,0,47829.1416355684,26803.5332483478 -7944,0,47829.1416355684,26803.5332483478 -7945,0,47829.1416355684,26803.5332483478 -7946,0,47829.1416355684,26803.5332483478 -7947,0,47829.1416355684,26803.5332483478 -7948,0,47829.1416355684,26803.5332483478 -7949,0,47829.1416355684,26803.5332483478 -7950,0,47829.1416355684,26803.5332483478 -7951,0,47829.1416355684,26803.5332483478 -7952,0,47829.1416355684,26803.5332483478 -7953,0,47829.1416355684,26803.5332483478 -7954,0,47829.1416355684,26803.5332483478 -7955,0,47829.1416355684,26803.5332483478 -7956,0,47829.1416355684,26803.5332483478 -7957,0,47829.1416355684,26803.5332483478 -7958,0,47829.1416355684,26803.5332483478 -7959,0,47829.1416355684,26803.5332483478 -7960,0,47829.1416355684,26803.5332483478 -7961,0,47829.1416355684,26803.5332483478 -7962,0,47829.1416355684,26803.5332483478 -7963,0,47829.1416355684,26803.5332483478 -7964,0,47829.1416355684,26803.5332483478 -7965,0,47829.1416355684,26803.5332483478 -7966,0,47829.1416355684,26803.5332483478 -7967,0,47829.1416355684,26803.5332483478 -7968,0,47829.1416355684,26803.5332483478 -7969,0,47829.1416355684,26803.5332483478 -7970,0,47829.1416355684,26803.5332483478 -7971,0,47829.1416355684,26803.5332483478 -7972,0,47829.1416355684,26803.5332483478 -7973,0,47829.1416355684,26803.5332483478 -7974,0,47829.1416355684,26803.5332483478 -7975,0,47829.1416355684,26803.5332483478 -7976,0,47829.1416355684,26803.5332483478 -7977,0,47829.1416355684,26803.5332483478 -7978,0,47829.1416355684,26803.5332483478 -7979,0,47829.1416355684,26803.5332483478 -7980,0,47829.1416355684,26803.5332483478 -7981,0,47829.1416355684,26803.5332483478 -7982,0,47829.1416355684,26803.5332483478 -7983,0,47829.1416355684,26803.5332483478 -7984,0,47829.1416355684,26803.5332483478 -7985,0,47829.1416355684,26803.5332483478 -7986,0,47829.1416355684,26803.5332483478 -7987,0,47829.1416355684,26803.5332483478 -7988,0,47829.1416355684,26803.5332483478 -7989,0,47829.1416355684,26803.5332483478 -7990,0,47829.1416355684,26803.5332483478 -7991,0,47829.1416355684,26803.5332483478 -7992,0,47829.1416355684,26803.5332483478 -7993,0,47829.1416355684,26803.5332483478 -7994,0,47829.1416355684,26803.5332483478 -7995,0,47829.1416355684,26803.5332483478 -7996,0,47829.1416355684,26803.5332483478 -7997,0,47829.1416355684,26803.5332483478 -7998,0,47829.1416355684,26803.5332483478 -7999,0,47829.1416355684,26803.5332483478 -8000,0,47829.1416355684,26803.5332483478 -8001,0,47829.1416355684,26803.5332483478 -8002,0,47829.1416355684,26803.5332483478 -8003,0,47829.1416355684,26803.5332483478 -8004,0,47829.1416355684,26803.5332483478 -8005,0,47829.1416355684,26803.5332483478 -8006,0,47829.1416355684,26803.5332483478 -8007,0,47829.1416355684,26803.5332483478 -8008,0,47829.1416355684,26803.5332483478 -8009,0,47829.1416355684,26803.5332483478 -8010,0,47829.1416355684,26803.5332483478 -8011,0,47829.1416355684,26803.5332483478 -8012,0,47829.1416355684,26803.5332483478 -8013,0,47829.1416355684,26803.5332483478 -8014,0,47829.1416355684,26803.5332483478 -8015,0,47829.1416355684,26803.5332483478 -8016,0,47829.1416355684,26803.5332483478 -8017,0,47829.1416355684,26803.5332483478 -8018,0,47829.1416355684,26803.5332483478 -8019,0,47829.1416355684,26803.5332483478 -8020,0,47829.1416355684,26803.5332483478 -8021,0,47829.1416355684,26803.5332483478 -8022,0,47829.1416355684,26803.5332483478 -8023,0,47829.1416355684,26803.5332483478 -8024,0,47829.1416355684,26803.5332483478 -8025,0,47829.1416355684,26803.5332483478 -8026,0,47829.1416355684,26803.5332483478 -8027,0,47829.1416355684,26803.5332483478 -8028,0,47829.1416355684,26803.5332483478 -8029,0,47829.1416355684,26803.5332483478 -8030,0,47829.1416355684,26803.5332483478 -8031,0,47829.1416355684,26803.5332483478 -8032,0,47829.1416355684,26803.5332483478 -8033,0,47829.1416355684,26803.5332483478 -8034,0,47829.1416355684,26803.5332483478 -8035,0,47829.1416355684,26803.5332483478 -8036,0,47829.1416355684,26803.5332483478 -8037,0,47829.1416355684,26803.5332483478 -8038,0,47829.1416355684,26803.5332483478 -8039,0,47829.1416355684,26803.5332483478 -8040,0,47829.1416355684,26803.5332483478 -8041,0,47829.1416355684,26803.5332483478 -8042,0,47829.1416355684,26803.5332483478 -8043,0,47829.1416355684,26803.5332483478 -8044,0,47829.1416355684,26803.5332483478 -8045,0,47829.1416355684,26803.5332483478 -8046,0,47829.1416355684,26803.5332483478 -8047,0,47829.1416355684,26803.5332483478 -8048,0,47829.1416355684,26803.5332483478 -8049,0,47829.1416355684,26803.5332483478 -8050,0,47829.1416355684,26803.5332483478 -8051,0,47829.1416355684,26803.5332483478 -8052,0,47829.1416355684,26803.5332483478 -8053,0,47829.1416355684,26803.5332483478 -8054,0,47829.1416355684,26803.5332483478 -8055,0,47829.1416355684,26803.5332483478 -8056,0,47829.1416355684,26803.5332483478 -8057,0,47829.1416355684,26803.5332483478 -8058,0,47829.1416355684,26803.5332483478 -8059,0,47829.1416355684,26803.5332483478 -8060,0,47829.1416355684,26803.5332483478 -8061,0,47829.1416355684,26803.5332483478 -8062,0,47829.1416355684,26803.5332483478 -8063,0,47829.1416355684,26803.5332483478 -8064,0,47829.1416355684,26803.5332483478 -8065,0,47829.1416355684,26803.5332483478 -8066,0,47829.1416355684,26803.5332483478 -8067,0,47829.1416355684,26803.5332483478 -8068,0,47829.1416355684,26803.5332483478 -8069,0,47829.1416355684,26803.5332483478 -8070,0,47829.1416355684,26803.5332483478 -8071,0,47829.1416355684,26803.5332483478 -8072,0,47829.1416355684,26803.5332483478 -8073,0,47829.1416355684,26803.5332483478 -8074,0,47829.1416355684,26803.5332483478 -8075,0,47829.1416355684,26803.5332483478 -8076,0,47829.1416355684,26803.5332483478 -8077,0,47829.1416355684,26803.5332483478 -8078,0,47829.1416355684,26803.5332483478 -8079,0,47829.1416355684,26803.5332483478 -8080,0,47829.1416355684,26803.5332483478 -8081,0,47829.1416355684,26803.5332483478 -8082,0,47829.1416355684,26803.5332483478 -8083,0,47829.1416355684,26803.5332483478 -8084,0,47829.1416355684,26803.5332483478 -8085,0,47829.1416355684,26803.5332483478 -8086,0,47829.1416355684,26803.5332483478 -8087,0,47829.1416355684,26803.5332483478 -8088,0,47829.1416355684,26803.5332483478 -8089,0,47829.1416355684,26803.5332483478 -8090,0,47829.1416355684,26803.5332483478 -8091,0,47829.1416355684,26803.5332483478 -8092,0,47829.1416355684,26803.5332483478 -8093,0,47829.1416355684,26803.5332483478 -8094,0,47829.1416355684,26803.5332483478 -8095,0,47829.1416355684,26803.5332483478 -8096,0,47829.1416355684,26803.5332483478 -8097,0,47829.1416355684,26803.5332483478 -8098,0,47829.1416355684,26803.5332483478 -8099,0,47829.1416355684,26803.5332483478 -8100,0,47829.1416355684,26803.5332483478 -8101,0,47829.1416355684,26803.5332483478 -8102,0,47829.1416355684,26803.5332483478 -8103,0,47829.1416355684,26803.5332483478 -8104,0,47829.1416355684,26803.5332483478 -8105,0,47829.1416355684,26803.5332483478 -8106,0,47829.1416355684,26803.5332483478 -8107,0,47829.1416355684,26803.5332483478 -8108,0,47829.1416355684,26803.5332483478 -8109,0,47829.1416355684,26803.5332483478 -8110,0,47829.1416355684,26803.5332483478 -8111,0,47829.1416355684,26803.5332483478 -8112,0,47829.1416355684,26803.5332483478 -8113,0,47829.1416355684,26803.5332483478 -8114,0,47829.1416355684,26803.5332483478 -8115,0,47829.1416355684,26803.5332483478 -8116,0,47829.1416355684,26803.5332483478 -8117,0,47829.1416355684,26803.5332483478 -8118,0,47829.1416355684,26803.5332483478 -8119,0,47829.1416355684,26803.5332483478 -8120,0,47829.1416355684,26803.5332483478 -8121,0,47829.1416355684,26803.5332483478 -8122,0,47829.1416355684,26803.5332483478 -8123,0,47829.1416355684,26803.5332483478 -8124,0,47829.1416355684,26803.5332483478 -8125,0,47829.1416355684,26803.5332483478 -8126,0,47829.1416355684,26803.5332483478 -8127,0,47829.1416355684,26803.5332483478 -8128,0,47829.1416355684,26803.5332483478 -8129,0,47829.1416355684,26803.5332483478 -8130,0,47829.1416355684,26803.5332483478 -8131,0,47829.1416355684,26803.5332483478 -8132,0,47829.1416355684,26803.5332483478 -8133,0,47829.1416355684,26803.5332483478 -8134,0,47829.1416355684,26803.5332483478 -8135,0,47829.1416355684,26803.5332483478 -8136,0,47829.1416355684,26803.5332483478 -8137,0,47829.1416355684,26803.5332483478 -8138,0,47829.1416355684,26803.5332483478 -8139,0,47829.1416355684,26803.5332483478 -8140,0,47829.1416355684,26803.5332483478 -8141,0,47829.1416355684,26803.5332483478 -8142,0,47829.1416355684,26803.5332483478 -8143,0,47829.1416355684,26803.5332483478 -8144,0,47829.1416355684,26803.5332483478 -8145,0,47829.1416355684,26803.5332483478 -8146,0,47829.1416355684,26803.5332483478 -8147,0,47829.1416355684,26803.5332483478 -8148,0,47829.1416355684,26803.5332483478 -8149,0,47829.1416355684,26803.5332483478 -8150,0,47829.1416355684,26803.5332483478 -8151,0,47829.1416355684,26803.5332483478 -8152,0,47829.1416355684,26803.5332483478 -8153,0,47829.1416355684,26803.5332483478 -8154,0,47829.1416355684,26803.5332483478 -8155,0,47829.1416355684,26803.5332483478 -8156,0,47829.1416355684,26803.5332483478 -8157,0,47829.1416355684,26803.5332483478 -8158,0,47829.1416355684,26803.5332483478 -8159,0,47829.1416355684,26803.5332483478 -8160,0,47829.1416355684,26803.5332483478 -8161,0,47829.1416355684,26803.5332483478 -8162,0,47829.1416355684,26803.5332483478 -8163,0,47829.1416355684,26803.5332483478 -8164,0,47829.1416355684,26803.5332483478 -8165,0,47829.1416355684,26803.5332483478 -8166,0,47829.1416355684,26803.5332483478 -8167,0,47829.1416355684,26803.5332483478 -8168,0,47829.1416355684,26803.5332483478 -8169,0,47829.1416355684,26803.5332483478 -8170,0,47829.1416355684,26803.5332483478 -8171,0,47829.1416355684,26803.5332483478 -8172,0,47829.1416355684,26803.5332483478 -8173,0,47829.1416355684,26803.5332483478 -8174,0,47829.1416355684,26803.5332483478 -8175,0,47829.1416355684,26803.5332483478 -8176,0,47829.1416355684,26803.5332483478 -8177,0,47829.1416355684,26803.5332483478 -8178,0,47829.1416355684,26803.5332483478 -8179,0,47829.1416355684,26803.5332483478 -8180,0,47829.1416355684,26803.5332483478 -8181,0,47829.1416355684,26803.5332483478 -8182,0,47829.1416355684,26803.5332483478 -8183,0,47829.1416355684,26803.5332483478 -8184,0,47829.1416355684,26803.5332483478 -8185,0,47829.1416355684,26803.5332483478 -8186,0,47829.1416355684,26803.5332483478 -8187,0,47829.1416355684,26803.5332483478 -8188,0,47829.1416355684,26803.5332483478 -8189,0,47829.1416355684,26803.5332483478 -8190,0,47829.1416355684,26803.5332483478 -8191,0,47829.1416355684,26803.5332483478 -8192,0,47829.1416355684,26803.5332483478 -8193,0,47829.1416355684,26803.5332483478 -8194,0,47829.1416355684,26803.5332483478 -8195,0,47829.1416355684,26803.5332483478 -8196,0,47829.1416355684,26803.5332483478 -8197,0,47829.1416355684,26803.5332483478 -8198,0,47829.1416355684,26803.5332483478 -8199,0,47829.1416355684,26803.5332483478 -8200,0,47829.1416355684,26803.5332483478 -8201,0,47829.1416355684,26803.5332483478 -8202,0,47829.1416355684,26803.5332483478 -8203,0,47829.1416355684,26803.5332483478 -8204,0,47829.1416355684,26803.5332483478 -8205,0,47829.1416355684,26803.5332483478 -8206,0,47829.1416355684,26803.5332483478 -8207,0,47829.1416355684,26803.5332483478 -8208,0,47829.1416355684,26803.5332483478 -8209,0,47829.1416355684,26803.5332483478 -8210,0,47829.1416355684,26803.5332483478 -8211,0,47829.1416355684,26803.5332483478 -8212,0,47829.1416355684,26803.5332483478 -8213,0,47829.1416355684,26803.5332483478 -8214,0,47829.1416355684,26803.5332483478 -8215,0,47829.1416355684,26803.5332483478 -8216,0,47829.1416355684,26803.5332483478 -8217,0,47829.1416355684,26803.5332483478 -8218,0,47829.1416355684,26803.5332483478 -8219,0,47829.1416355684,26803.5332483478 -8220,0,47829.1416355684,26803.5332483478 -8221,0,47829.1416355684,26803.5332483478 -8222,0,47829.1416355684,26803.5332483478 -8223,0,47829.1416355684,26803.5332483478 -8224,0,47829.1416355684,26803.5332483478 -8225,0,47829.1416355684,26803.5332483478 -8226,0,47829.1416355684,26803.5332483478 -8227,0,47829.1416355684,26803.5332483478 -8228,0,47829.1416355684,26803.5332483478 -8229,0,47829.1416355684,26803.5332483478 -8230,0,47829.1416355684,26803.5332483478 -8231,0,47829.1416355684,26803.5332483478 -8232,0,47829.1416355684,26803.5332483478 -8233,0,47829.1416355684,26803.5332483478 -8234,0,47829.1416355684,26803.5332483478 -8235,0,47829.1416355684,26803.5332483478 -8236,0,47829.1416355684,26803.5332483478 -8237,0,47829.1416355684,26803.5332483478 -8238,0,47829.1416355684,26803.5332483478 -8239,0,47829.1416355684,26803.5332483478 -8240,0,47829.1416355684,26803.5332483478 -8241,0,47829.1416355684,26803.5332483478 -8242,0,47829.1416355684,26803.5332483478 -8243,0,47829.1416355684,26803.5332483478 -8244,0,47829.1416355684,26803.5332483478 -8245,0,47829.1416355684,26803.5332483478 -8246,0,47829.1416355684,26803.5332483478 -8247,0,47829.1416355684,26803.5332483478 -8248,0,47829.1416355684,26803.5332483478 -8249,0,47829.1416355684,26803.5332483478 -8250,0,47829.1416355684,26803.5332483478 -8251,0,47829.1416355684,26803.5332483478 -8252,0,47829.1416355684,26803.5332483478 -8253,0,47829.1416355684,26803.5332483478 -8254,0,47829.1416355684,26803.5332483478 -8255,0,47829.1416355684,26803.5332483478 -8256,0,47829.1416355684,26803.5332483478 -8257,0,47829.1416355684,26803.5332483478 -8258,0,47829.1416355684,26803.5332483478 -8259,0,47829.1416355684,26803.5332483478 -8260,0,47829.1416355684,26803.5332483478 -8261,0,47829.1416355684,26803.5332483478 -8262,0,47829.1416355684,26803.5332483478 -8263,0,47829.1416355684,26803.5332483478 -8264,0,47829.1416355684,26803.5332483478 -8265,0,47829.1416355684,26803.5332483478 -8266,0,47829.1416355684,26803.5332483478 -8267,0,47829.1416355684,26803.5332483478 -8268,0,47829.1416355684,26803.5332483478 -8269,0,47829.1416355684,26803.5332483478 -8270,0,47829.1416355684,26803.5332483478 -8271,0,47829.1416355684,26803.5332483478 -8272,0,47829.1416355684,26803.5332483478 -8273,0,47829.1416355684,26803.5332483478 -8274,0,47829.1416355684,26803.5332483478 -8275,0,47829.1416355684,26803.5332483478 -8276,0,47829.1416355684,26803.5332483478 -8277,0,47829.1416355684,26803.5332483478 -8278,0,47829.1416355684,26803.5332483478 -8279,0,47829.1416355684,26803.5332483478 -8280,0,47829.1416355684,26803.5332483478 -8281,0,47829.1416355684,26803.5332483478 -8282,0,47829.1416355684,26803.5332483478 -8283,0,47829.1416355684,26803.5332483478 -8284,0,47829.1416355684,26803.5332483478 -8285,0,47829.1416355684,26803.5332483478 -8286,0,47829.1416355684,26803.5332483478 -8287,0,47829.1416355684,26803.5332483478 -8288,0,47829.1416355684,26803.5332483478 -8289,0,47829.1416355684,26803.5332483478 -8290,0,47829.1416355684,26803.5332483478 -8291,0,47829.1416355684,26803.5332483478 -8292,0,47829.1416355684,26803.5332483478 -8293,0,47829.1416355684,26803.5332483478 -8294,0,47829.1416355684,26803.5332483478 -8295,0,47829.1416355684,26803.5332483478 -8296,0,47829.1416355684,26803.5332483478 -8297,0,47829.1416355684,26803.5332483478 -8298,0,47829.1416355684,26803.5332483478 -8299,0,47829.1416355684,26803.5332483478 -8300,0,47829.1416355684,26803.5332483478 -8301,0,47829.1416355684,26803.5332483478 -8302,0,47829.1416355684,26803.5332483478 -8303,0,47829.1416355684,26803.5332483478 -8304,0,47829.1416355684,26803.5332483478 -8305,0,47829.1416355684,26803.5332483478 -8306,0,47829.1416355684,26803.5332483478 -8307,0,47829.1416355684,26803.5332483478 -8308,0,47829.1416355684,26803.5332483478 -8309,0,47829.1416355684,26803.5332483478 -8310,0,47829.1416355684,26803.5332483478 -8311,0,47829.1416355684,26803.5332483478 -8312,0,47829.1416355684,26803.5332483478 -8313,0,47829.1416355684,26803.5332483478 -8314,0,47829.1416355684,26803.5332483478 -8315,0,47829.1416355684,26803.5332483478 -8316,0,47829.1416355684,26803.5332483478 -8317,0,47829.1416355684,26803.5332483478 -8318,0,47829.1416355684,26803.5332483478 -8319,0,47829.1416355684,26803.5332483478 -8320,0,47829.1416355684,26803.5332483478 -8321,0,47829.1416355684,26803.5332483478 -8322,0,47829.1416355684,26803.5332483478 -8323,0,47829.1416355684,26803.5332483478 -8324,0,47829.1416355684,26803.5332483478 -8325,0,47829.1416355684,26803.5332483478 -8326,0,47829.1416355684,26803.5332483478 -8327,0,47829.1416355684,26803.5332483478 -8328,0,47829.1416355684,26803.5332483478 -8329,0,47829.1416355684,26803.5332483478 -8330,0,47829.1416355684,26803.5332483478 -8331,0,47829.1416355684,26803.5332483478 -8332,0,47829.1416355684,26803.5332483478 -8333,0,47829.1416355684,26803.5332483478 -8334,0,47829.1416355684,26803.5332483478 -8335,0,47829.1416355684,26803.5332483478 -8336,0,47829.1416355684,26803.5332483478 -8337,0,47829.1416355684,26803.5332483478 -8338,0,47829.1416355684,26803.5332483478 -8339,0,47829.1416355684,26803.5332483478 -8340,0,47829.1416355684,26803.5332483478 -8341,0,47829.1416355684,26803.5332483478 -8342,0,47829.1416355684,26803.5332483478 -8343,0,47829.1416355684,26803.5332483478 -8344,0,47829.1416355684,26803.5332483478 -8345,0,47829.1416355684,26803.5332483478 -8346,0,47829.1416355684,26803.5332483478 -8347,0,47829.1416355684,26803.5332483478 -8348,0,47829.1416355684,26803.5332483478 -8349,0,47829.1416355684,26803.5332483478 -8350,0,47829.1416355684,26803.5332483478 -8351,0,47829.1416355684,26803.5332483478 -8352,0,47829.1416355684,26803.5332483478 -8353,0,47829.1416355684,26803.5332483478 -8354,0,47829.1416355684,26803.5332483478 -8355,0,47829.1416355684,26803.5332483478 -8356,0,47829.1416355684,26803.5332483478 -8357,0,47829.1416355684,26803.5332483478 -8358,0,47829.1416355684,26803.5332483478 -8359,0,47829.1416355684,26803.5332483478 -8360,0,47829.1416355684,26803.5332483478 -8361,0,47829.1416355684,26803.5332483478 -8362,0,47829.1416355684,26803.5332483478 -8363,0,47829.1416355684,26803.5332483478 -8364,0,47829.1416355684,26803.5332483478 -8365,0,47829.1416355684,26803.5332483478 -8366,0,47829.1416355684,26803.5332483478 -8367,0,47829.1416355684,26803.5332483478 -8368,0,47829.1416355684,26803.5332483478 -8369,0,47829.1416355684,26803.5332483478 -8370,0,47829.1416355684,26803.5332483478 -8371,0,47829.1416355684,26803.5332483478 -8372,0,47829.1416355684,26803.5332483478 -8373,0,47829.1416355684,26803.5332483478 -8374,0,47829.1416355684,26803.5332483478 -8375,0,47829.1416355684,26803.5332483478 -8376,0,47829.1416355684,26803.5332483478 -8377,0,47829.1416355684,26803.5332483478 -8378,0,47829.1416355684,26803.5332483478 -8379,0,47829.1416355684,26803.5332483478 -8380,0,47829.1416355684,26803.5332483478 -8381,0,47829.1416355684,26803.5332483478 -8382,0,47829.1416355684,26803.5332483478 -8383,0,47829.1416355684,26803.5332483478 -8384,0,47829.1416355684,26803.5332483478 -8385,0,47829.1416355684,26803.5332483478 -8386,0,47829.1416355684,26803.5332483478 -8387,0,47829.1416355684,26803.5332483478 -8388,0,47829.1416355684,26803.5332483478 -8389,0,47829.1416355684,26803.5332483478 -8390,0,47829.1416355684,26803.5332483478 -8391,0,47829.1416355684,26803.5332483478 -8392,0,47829.1416355684,26803.5332483478 -8393,0,47829.1416355684,26803.5332483478 -8394,0,47829.1416355684,26803.5332483478 -8395,0,47829.1416355684,26803.5332483478 -8396,0,47829.1416355684,26803.5332483478 -8397,0,47829.1416355684,26803.5332483478 -8398,0,47829.1416355684,26803.5332483478 -8399,0,47829.1416355684,26803.5332483478 -8400,0,47829.1416355684,26803.5332483478 -8401,0,47829.1416355684,26803.5332483478 -8402,0,47829.1416355684,26803.5332483478 -8403,0,47829.1416355684,26803.5332483478 -8404,0,47829.1416355684,26803.5332483478 -8405,0,47829.1416355684,26803.5332483478 -8406,0,47829.1416355684,26803.5332483478 -8407,0,47829.1416355684,26803.5332483478 -8408,0,47829.1416355684,26803.5332483478 -8409,0,47829.1416355684,26803.5332483478 -8410,0,47829.1416355684,26803.5332483478 -8411,0,47829.1416355684,26803.5332483478 -8412,0,47829.1416355684,26803.5332483478 -8413,0,47829.1416355684,26803.5332483478 -8414,0,47829.1416355684,26803.5332483478 -8415,0,47829.1416355684,26803.5332483478 -8416,0,47829.1416355684,26803.5332483478 -8417,0,47829.1416355684,26803.5332483478 -8418,0,47829.1416355684,26803.5332483478 -8419,0,47829.1416355684,26803.5332483478 -8420,0,47829.1416355684,26803.5332483478 -8421,0,47829.1416355684,26803.5332483478 -8422,0,47829.1416355684,26803.5332483478 -8423,0,47829.1416355684,26803.5332483478 -8424,0,47829.1416355684,26803.5332483478 -8425,0,47829.1416355684,26803.5332483478 -8426,0,47829.1416355684,26803.5332483478 -8427,0,47829.1416355684,26803.5332483478 -8428,0,47829.1416355684,26803.5332483478 -8429,0,47829.1416355684,26803.5332483478 -8430,0,47829.1416355684,26803.5332483478 -8431,0,47829.1416355684,26803.5332483478 -8432,0,47829.1416355684,26803.5332483478 -8433,0,47829.1416355684,26803.5332483478 -8434,0,47829.1416355684,26803.5332483478 -8435,0,47829.1416355684,26803.5332483478 -8436,0,47829.1416355684,26803.5332483478 -8437,0,47829.1416355684,26803.5332483478 -8438,0,47829.1416355684,26803.5332483478 -8439,0,47829.1416355684,26803.5332483478 -8440,0,47829.1416355684,26803.5332483478 -8441,0,47829.1416355684,26803.5332483478 -8442,0,47829.1416355684,26803.5332483478 -8443,0,47829.1416355684,26803.5332483478 -8444,0,47829.1416355684,26803.5332483478 -8445,0,47829.1416355684,26803.5332483478 -8446,0,47829.1416355684,26803.5332483478 -8447,0,47829.1416355684,26803.5332483478 -8448,0,47829.1416355684,26803.5332483478 -8449,0,47829.1416355684,26803.5332483478 -8450,0,47829.1416355684,26803.5332483478 -8451,0,47829.1416355684,26803.5332483478 -8452,0,47829.1416355684,26803.5332483478 -8453,0,47829.1416355684,26803.5332483478 -8454,0,47829.1416355684,26803.5332483478 -8455,0,47829.1416355684,26803.5332483478 -8456,0,47829.1416355684,26803.5332483478 -8457,0,47829.1416355684,26803.5332483478 -8458,0,47829.1416355684,26803.5332483478 -8459,0,47829.1416355684,26803.5332483478 -8460,0,47829.1416355684,26803.5332483478 -8461,0,47829.1416355684,26803.5332483478 -8462,0,47829.1416355684,26803.5332483478 -8463,0,47829.1416355684,26803.5332483478 -8464,0,47829.1416355684,26803.5332483478 -8465,0,47829.1416355684,26803.5332483478 -8466,0,47829.1416355684,26803.5332483478 -8467,0,47829.1416355684,26803.5332483478 -8468,0,47829.1416355684,26803.5332483478 -8469,0,47829.1416355684,26803.5332483478 -8470,0,47829.1416355684,26803.5332483478 -8471,0,47829.1416355684,26803.5332483478 -8472,0,47829.1416355684,26803.5332483478 -8473,0,47829.1416355684,26803.5332483478 -8474,0,47829.1416355684,26803.5332483478 -8475,0,47829.1416355684,26803.5332483478 -8476,0,47829.1416355684,26803.5332483478 -8477,0,47829.1416355684,26803.5332483478 -8478,0,47829.1416355684,26803.5332483478 -8479,0,47829.1416355684,26803.5332483478 -8480,0,47829.1416355684,26803.5332483478 -8481,0,47829.1416355684,26803.5332483478 -8482,0,47829.1416355684,26803.5332483478 -8483,0,47829.1416355684,26803.5332483478 -8484,0,47829.1416355684,26803.5332483478 -8485,0,47829.1416355684,26803.5332483478 -8486,0,47829.1416355684,26803.5332483478 -8487,0,47829.1416355684,26803.5332483478 -8488,0,47829.1416355684,26803.5332483478 -8489,0,47829.1416355684,26803.5332483478 -8490,0,47829.1416355684,26803.5332483478 -8491,0,47829.1416355684,26803.5332483478 -8492,0,47829.1416355684,26803.5332483478 -8493,0,47829.1416355684,26803.5332483478 -8494,0,47829.1416355684,26803.5332483478 -8495,0,47829.1416355684,26803.5332483478 -8496,0,47829.1416355684,26803.5332483478 -8497,0,47829.1416355684,26803.5332483478 -8498,0,47829.1416355684,26803.5332483478 -8499,0,47829.1416355684,26803.5332483478 -8500,0,47829.1416355684,26803.5332483478 -8501,0,47829.1416355684,26803.5332483478 -8502,0,47829.1416355684,26803.5332483478 -8503,0,47829.1416355684,26803.5332483478 -8504,0,47829.1416355684,26803.5332483478 -8505,0,47829.1416355684,26803.5332483478 -8506,0,47829.1416355684,26803.5332483478 -8507,0,47829.1416355684,26803.5332483478 -8508,0,47829.1416355684,26803.5332483478 -8509,0,47829.1416355684,26803.5332483478 -8510,0,47829.1416355684,26803.5332483478 -8511,0,47829.1416355684,26803.5332483478 -8512,0,47829.1416355684,26803.5332483478 -8513,0,47829.1416355684,26803.5332483478 -8514,0,47829.1416355684,26803.5332483478 -8515,0,47829.1416355684,26803.5332483478 -8516,0,47829.1416355684,26803.5332483478 -8517,0,47829.1416355684,26803.5332483478 -8518,0,47829.1416355684,26803.5332483478 -8519,0,47829.1416355684,26803.5332483478 -8520,0,47829.1416355684,26803.5332483478 -8521,0,47829.1416355684,26803.5332483478 -8522,0,47829.1416355684,26803.5332483478 -8523,0,47829.1416355684,26803.5332483478 -8524,0,47829.1416355684,26803.5332483478 -8525,0,47829.1416355684,26803.5332483478 -8526,0,47829.1416355684,26803.5332483478 -8527,0,47829.1416355684,26803.5332483478 -8528,0,47829.1416355684,26803.5332483478 -8529,0,47829.1416355684,26803.5332483478 -8530,0,47829.1416355684,26803.5332483478 -8531,0,47829.1416355684,26803.5332483478 -8532,0,47829.1416355684,26803.5332483478 -8533,0,47829.1416355684,26803.5332483478 -8534,0,47829.1416355684,26803.5332483478 -8535,0,47829.1416355684,26803.5332483478 -8536,0,47829.1416355684,26803.5332483478 -8537,0,47829.1416355684,26803.5332483478 -8538,0,47829.1416355684,26803.5332483478 -8539,0,47829.1416355684,26803.5332483478 -8540,0,47829.1416355684,26803.5332483478 -8541,0,47829.1416355684,26803.5332483478 -8542,0,47829.1416355684,26803.5332483478 -8543,0,47829.1416355684,26803.5332483478 -8544,0,47829.1416355684,26803.5332483478 -8545,0,47829.1416355684,26803.5332483478 -8546,0,47829.1416355684,26803.5332483478 -8547,0,47829.1416355684,26803.5332483478 -8548,0,47829.1416355684,26803.5332483478 -8549,0,47829.1416355684,26803.5332483478 -8550,0,47829.1416355684,26803.5332483478 -8551,0,47829.1416355684,26803.5332483478 -8552,0,47829.1416355684,26803.5332483478 -8553,0,47829.1416355684,26803.5332483478 -8554,0,47829.1416355684,26803.5332483478 -8555,0,47829.1416355684,26803.5332483478 -8556,0,47829.1416355684,26803.5332483478 -8557,0,47829.1416355684,26803.5332483478 -8558,0,47829.1416355684,26803.5332483478 -8559,0,47829.1416355684,26803.5332483478 -8560,0,47829.1416355684,26803.5332483478 -8561,0,47829.1416355684,26803.5332483478 -8562,0,47829.1416355684,26803.5332483478 -8563,0,47829.1416355684,26803.5332483478 -8564,0,47829.1416355684,26803.5332483478 -8565,0,47829.1416355684,26803.5332483478 -8566,0,47829.1416355684,26803.5332483478 -8567,0,47829.1416355684,26803.5332483478 -8568,0,47829.1416355684,26803.5332483478 -8569,0,47829.1416355684,26803.5332483478 -8570,0,47829.1416355684,26803.5332483478 -8571,0,47829.1416355684,26803.5332483478 -8572,0,47829.1416355684,26803.5332483478 -8573,0,47829.1416355684,26803.5332483478 -8574,0,47829.1416355684,26803.5332483478 -8575,0,47829.1416355684,26803.5332483478 -8576,0,47829.1416355684,26803.5332483478 -8577,0,47829.1416355684,26803.5332483478 -8578,0,47829.1416355684,26803.5332483478 -8579,0,47829.1416355684,26803.5332483478 -8580,0,47829.1416355684,26803.5332483478 -8581,0,47829.1416355684,26803.5332483478 -8582,0,47829.1416355684,26803.5332483478 -8583,0,47829.1416355684,26803.5332483478 -8584,0,47829.1416355684,26803.5332483478 -8585,0,47829.1416355684,26803.5332483478 -8586,0,47829.1416355684,26803.5332483478 -8587,0,47829.1416355684,26803.5332483478 -8588,0,47829.1416355684,26803.5332483478 -8589,0,47829.1416355684,26803.5332483478 -8590,0,47829.1416355684,26803.5332483478 -8591,0,47829.1416355684,26803.5332483478 -8592,0,47829.1416355684,26803.5332483478 -8593,0,47829.1416355684,26803.5332483478 -8594,0,47829.1416355684,26803.5332483478 -8595,0,47829.1416355684,26803.5332483478 -8596,0,47829.1416355684,26803.5332483478 -8597,0,47829.1416355684,26803.5332483478 -8598,0,47829.1416355684,26803.5332483478 -8599,0,47829.1416355684,26803.5332483478 -8600,0,47829.1416355684,26803.5332483478 -8601,0,47829.1416355684,26803.5332483478 -8602,0,47829.1416355684,26803.5332483478 -8603,0,47829.1416355684,26803.5332483478 -8604,0,47829.1416355684,26803.5332483478 -8605,0,47829.1416355684,26803.5332483478 -8606,0,47829.1416355684,26803.5332483478 -8607,0,47829.1416355684,26803.5332483478 -8608,0,47829.1416355684,26803.5332483478 -8609,0,47829.1416355684,26803.5332483478 -8610,0,47829.1416355684,26803.5332483478 -8611,0,47829.1416355684,26803.5332483478 -8612,0,47829.1416355684,26803.5332483478 -8613,0,47829.1416355684,26803.5332483478 -8614,0,47829.1416355684,26803.5332483478 -8615,0,47829.1416355684,26803.5332483478 -8616,0,47829.1416355684,26803.5332483478 -8617,0,47829.1416355684,26803.5332483478 -8618,0,47829.1416355684,26803.5332483478 -8619,0,47829.1416355684,26803.5332483478 -8620,0,47829.1416355684,26803.5332483478 -8621,0,47829.1416355684,26803.5332483478 -8622,0,47829.1416355684,26803.5332483478 -8623,0,47829.1416355684,26803.5332483478 -8624,0,47829.1416355684,26803.5332483478 -8625,0,47829.1416355684,26803.5332483478 -8626,0,47829.1416355684,26803.5332483478 -8627,0,47829.1416355684,26803.5332483478 -8628,0,47829.1416355684,26803.5332483478 -8629,0,47829.1416355684,26803.5332483478 -8630,0,47829.1416355684,26803.5332483478 -8631,0,47829.1416355684,26803.5332483478 -8632,0,47829.1416355684,26803.5332483478 -8633,0,47829.1416355684,26803.5332483478 -8634,0,47829.1416355684,26803.5332483478 -8635,0,47829.1416355684,26803.5332483478 -8636,0,47829.1416355684,26803.5332483478 -8637,0,47829.1416355684,26803.5332483478 -8638,0,47829.1416355684,26803.5332483478 -8639,0,47829.1416355684,26803.5332483478 -8640,0,47829.1416355684,26803.5332483478 -8641,0,47829.1416355684,26803.5332483478 -8642,0,47829.1416355684,26803.5332483478 -8643,0,47829.1416355684,26803.5332483478 -8644,0,47829.1416355684,26803.5332483478 -8645,0,47829.1416355684,26803.5332483478 -8646,0,47829.1416355684,26803.5332483478 -8647,0,47829.1416355684,26803.5332483478 -8648,0,47829.1416355684,26803.5332483478 -8649,0,47829.1416355684,26803.5332483478 -8650,0,47829.1416355684,26803.5332483478 -8651,0,47829.1416355684,26803.5332483478 -8652,0,47829.1416355684,26803.5332483478 -8653,0,47829.1416355684,26803.5332483478 -8654,0,47829.1416355684,26803.5332483478 -8655,0,47829.1416355684,26803.5332483478 -8656,0,47829.1416355684,26803.5332483478 -8657,0,47829.1416355684,26803.5332483478 -8658,0,47829.1416355684,26803.5332483478 -8659,0,47829.1416355684,26803.5332483478 -8660,0,47829.1416355684,26803.5332483478 -8661,0,47829.1416355684,26803.5332483478 -8662,0,47829.1416355684,26803.5332483478 -8663,0,47829.1416355684,26803.5332483478 -8664,0,47829.1416355684,26803.5332483478 -8665,0,47829.1416355684,26803.5332483478 -8666,0,47829.1416355684,26803.5332483478 -8667,0,47829.1416355684,26803.5332483478 -8668,0,47829.1416355684,26803.5332483478 -8669,0,47829.1416355684,26803.5332483478 -8670,0,47829.1416355684,26803.5332483478 -8671,0,47829.1416355684,26803.5332483478 -8672,0,47829.1416355684,26803.5332483478 -8673,0,47829.1416355684,26803.5332483478 -8674,0,47829.1416355684,26803.5332483478 -8675,0,47829.1416355684,26803.5332483478 -8676,0,47829.1416355684,26803.5332483478 -8677,0,47829.1416355684,26803.5332483478 -8678,0,47829.1416355684,26803.5332483478 -8679,0,47829.1416355684,26803.5332483478 -8680,0,47829.1416355684,26803.5332483478 -8681,0,47829.1416355684,26803.5332483478 -8682,0,47829.1416355684,26803.5332483478 -8683,0,47829.1416355684,26803.5332483478 -8684,0,47829.1416355684,26803.5332483478 -8685,0,47829.1416355684,26803.5332483478 -8686,0,47829.1416355684,26803.5332483478 -8687,0,47829.1416355684,26803.5332483478 -8688,0,47829.1416355684,26803.5332483478 -8689,0,47829.1416355684,26803.5332483478 -8690,0,47829.1416355684,26803.5332483478 -8691,0,47829.1416355684,26803.5332483478 -8692,0,47829.1416355684,26803.5332483478 -8693,0,47829.1416355684,26803.5332483478 -8694,0,47829.1416355684,26803.5332483478 -8695,0,47829.1416355684,26803.5332483478 -8696,0,47829.1416355684,26803.5332483478 -8697,0,47829.1416355684,26803.5332483478 -8698,0,47829.1416355684,26803.5332483478 -8699,0,47829.1416355684,26803.5332483478 -8700,0,47829.1416355684,26803.5332483478 -8701,0,47829.1416355684,26803.5332483478 -8702,0,47829.1416355684,26803.5332483478 -8703,0,47829.1416355684,26803.5332483478 -8704,0,47829.1416355684,26803.5332483478 -8705,0,47829.1416355684,26803.5332483478 -8706,0,47829.1416355684,26803.5332483478 -8707,0,47829.1416355684,26803.5332483478 -8708,0,47829.1416355684,26803.5332483478 -8709,0,47829.1416355684,26803.5332483478 -8710,0,47829.1416355684,26803.5332483478 -8711,0,47829.1416355684,26803.5332483478 -8712,0,47829.1416355684,26803.5332483478 -8713,0,47829.1416355684,26803.5332483478 -8714,0,47829.1416355684,26803.5332483478 -8715,0,47829.1416355684,26803.5332483478 -8716,0,47829.1416355684,26803.5332483478 -8717,0,47829.1416355684,26803.5332483478 -8718,0,47829.1416355684,26803.5332483478 -8719,0,47829.1416355684,26803.5332483478 -8720,0,47829.1416355684,26803.5332483478 -8721,0,47829.1416355684,26803.5332483478 -8722,0,47829.1416355684,26803.5332483478 -8723,0,47829.1416355684,26803.5332483478 -8724,0,47829.1416355684,26803.5332483478 -8725,0,47829.1416355684,26803.5332483478 -8726,0,47829.1416355684,26803.5332483478 -8727,0,47829.1416355684,26803.5332483478 -8728,0,47829.1416355684,26803.5332483478 -8729,0,47829.1416355684,26803.5332483478 -8730,0,47829.1416355684,26803.5332483478 -8731,0,47829.1416355684,26803.5332483478 -8732,0,47829.1416355684,26803.5332483478 -8733,0,47829.1416355684,26803.5332483478 -8734,0,47829.1416355684,26803.5332483478 -8735,0,47829.1416355684,26803.5332483478 -8736,0,47829.1416355684,26803.5332483478 -8737,0,47829.1416355684,26803.5332483478 -8738,0,47829.1416355684,26803.5332483478 -8739,0,47829.1416355684,26803.5332483478 -8740,0,47829.1416355684,26803.5332483478 -8741,0,47829.1416355684,26803.5332483478 -8742,0,47829.1416355684,26803.5332483478 -8743,0,47829.1416355684,26803.5332483478 -8744,0,47829.1416355684,26803.5332483478 -8745,0,47829.1416355684,26803.5332483478 -8746,0,47829.1416355684,26803.5332483478 -8747,0,47829.1416355684,26803.5332483478 -8748,0,47829.1416355684,26803.5332483478 -8749,0,47829.1416355684,26803.5332483478 -8750,0,47829.1416355684,26803.5332483478 -8751,0,47829.1416355684,26803.5332483478 -8752,0,47829.1416355684,26803.5332483478 -8753,0,47829.1416355684,26803.5332483478 -8754,0,47829.1416355684,26803.5332483478 -8755,0,47829.1416355684,26803.5332483478 -8756,0,47829.1416355684,26803.5332483478 -8757,0,47829.1416355684,26803.5332483478 -8758,0,47829.1416355684,26803.5332483478 -8759,0,47829.1416355684,26803.5332483478 diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/mobility.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/mobility.csv deleted file mode 100644 index 6bb8ded1..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/mobility.csv +++ /dev/null @@ -1,5 +0,0 @@ -,,efficiency,source,source_region -DE,diesel,0.95,oil,DE -DE,petrol,0.95,oil,DE -DE,electricity,1.0,electricity,DE -DE01,electricity,1.0,electricity,DE01 diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/power lines.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/power lines.csv deleted file mode 100644 index 88585f50..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/power lines.csv +++ /dev/null @@ -1,3 +0,0 @@ -,electrical,electrical -,capacity,efficiency -DE01-DE02,inf,1 diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/power plants.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/power plants.csv deleted file mode 100644 index 4c17673c..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/power plants.csv +++ /dev/null @@ -1,87 +0,0 @@ -"[MW], [EUR/MWh], [MWh]",,capacity,count,fuel,efficiency,limit_elec_pp,variable_costs,downtime_factor -DE01,bioenergy - 0.38,856.8,44,bioenergy,0.38,4565894.54592101,1.0,0.1 -DE01,bioenergy - 0.42,7059.5,14732,bioenergy,0.417,37620132.4061384,1.0,0.1 -DE01,bioenergy - 0.45,1.9,1,bioenergy,0.45,10125.6151811974,1.0,0.1 -DE01,hard coal - 0.23,19.0,1,hard coal,0.232,inf,1.3,0.22 -DE01,hard coal - 0.27,120.0,1,hard coal,0.266,inf,1.3,0.22 -DE01,hard coal - 0.32,90.5,3,hard coal,0.321,inf,1.3,0.22 -DE01,hard coal - 0.33,169.5,4,hard coal,0.331,inf,1.3,0.22 -DE01,hard coal - 0.34,734.9,9,hard coal,0.343,inf,1.3,0.22 -DE01,hard coal - 0.35,2643.8,15,hard coal,0.35,inf,1.3,0.22 -DE01,hard coal - 0.36,1412.6,2,hard coal,0.365,inf,1.3,0.22 -DE01,hard coal - 0.37,684.7,4,hard coal,0.372,inf,1.3,0.22 -DE01,hard coal - 0.38,3808.4,11,hard coal,0.381,inf,1.3,0.22 -DE01,hard coal - 0.39,2294.0,7,hard coal,0.39,inf,1.3,0.22 -DE01,hard coal - 0.4,2998.6,16,hard coal,0.4,inf,1.3,0.22 -DE01,hard coal - 0.41,1458.3,6,hard coal,0.408,inf,1.3,0.22 -DE01,hard coal - 0.42,609.4,5,hard coal,0.418,inf,1.3,0.22 -DE01,hard coal - 0.43,796.0,2,hard coal,0.432,inf,1.3,0.22 -DE01,hard coal - 0.44,1508.0,5,hard coal,0.439,inf,1.3,0.22 -DE01,hard coal - 0.45,2843.6,10,hard coal,0.449,inf,1.3,0.22 -DE01,hard coal - 0.46,3643.0,13,hard coal,0.458,inf,1.3,0.22 -DE01,hard coal - 0.47,76.3,2,hard coal,0.47,inf,1.3,0.22 -DE01,hard coal - 0.49,95.0,2,hard coal,0.489,inf,1.3,0.22 -DE01,hard coal - 0.5,27.0,1,hard coal,0.504,inf,1.3,0.22 -DE01,lignite - 0.25,67.0,1,lignite,0.246,inf,1.7,0.13 -DE01,lignite - 0.29,0.0,1,lignite,0.29,inf,1.7,0.13 -DE01,lignite - 0.3,0.0,7,lignite,0.3,inf,1.7,0.13 -DE01,lignite - 0.31,277.5,8,lignite,0.311,inf,1.7,0.13 -DE01,lignite - 0.32,1234.0,5,lignite,0.319,inf,1.7,0.13 -DE01,lignite - 0.33,1182.0,4,lignite,0.331,inf,1.7,0.13 -DE01,lignite - 0.34,2822.0,5,lignite,0.339,inf,1.7,0.13 -DE01,lignite - 0.35,64.5,2,lignite,0.349,inf,1.7,0.13 -DE01,lignite - 0.36,376.3,3,lignite,0.364,inf,1.7,0.13 -DE01,lignite - 0.37,266.3,3,lignite,0.371,inf,1.7,0.13 -DE01,lignite - 0.38,1253.6,9,lignite,0.379,inf,1.7,0.13 -DE01,lignite - 0.39,5050.0,15,lignite,0.39,inf,1.7,0.13 -DE01,lignite - 0.4,4375.0,6,lignite,0.4,inf,1.7,0.13 -DE01,lignite - 0.41,24.6,1,lignite,0.41,inf,1.7,0.13 -DE01,lignite - 0.42,1442.1,4,lignite,0.421,inf,1.7,0.13 -DE01,lignite - 0.43,2774.5,4,lignite,0.429,inf,1.7,0.13 -DE01,natural gas - 0.18,36.0,1,natural gas,0.18,inf,1.5,0.11 -DE01,natural gas - 0.29,47.1,2,natural gas,0.289,inf,1.5,0.11 -DE01,natural gas - 0.3,50.0,1,natural gas,0.305,inf,1.5,0.11 -DE01,natural gas - 0.31,525.4,10,natural gas,0.311,inf,1.5,0.11 -DE01,natural gas - 0.32,375.0,5,natural gas,0.315,inf,1.5,0.11 -DE01,natural gas - 0.33,125.6,3,natural gas,0.329,inf,1.5,0.11 -DE01,natural gas - 0.34,147.0,3,natural gas,0.34,inf,1.5,0.11 -DE01,natural gas - 0.35,954.9,27,natural gas,0.351,inf,1.5,0.11 -DE01,natural gas - 0.36,2884.8,23,natural gas,0.358,inf,1.5,0.11 -DE01,natural gas - 0.37,374.6,16,natural gas,0.371,inf,1.5,0.11 -DE01,natural gas - 0.38,1508.9,40,natural gas,0.381,inf,1.5,0.11 -DE01,natural gas - 0.39,736.7,23,natural gas,0.39,inf,1.5,0.11 -DE01,natural gas - 0.4,1291.6,27,natural gas,0.398,inf,1.5,0.11 -DE01,natural gas - 0.41,170.2,4,natural gas,0.411,inf,1.5,0.11 -DE01,natural gas - 0.42,1984.6,10,natural gas,0.419,inf,1.5,0.11 -DE01,natural gas - 0.43,440.0,1,natural gas,0.432,inf,1.5,0.11 -DE01,natural gas - 0.44,349.0,2,natural gas,0.436,inf,1.5,0.11 -DE01,natural gas - 0.45,518.2,5,natural gas,0.45,inf,1.5,0.11 -DE01,natural gas - 0.46,33.1,4,natural gas,0.458,inf,1.5,0.11 -DE01,natural gas - 0.5,42.0,1,natural gas,0.504,inf,1.5,0.11 -DE01,natural gas - 0.51,527.8,9,natural gas,0.513,inf,1.5,0.11 -DE01,natural gas - 0.52,1241.9,8,natural gas,0.521,inf,1.5,0.11 -DE01,natural gas - 0.53,937.1,5,natural gas,0.529,inf,1.5,0.11 -DE01,natural gas - 0.54,1563.1,9,natural gas,0.541,inf,1.5,0.11 -DE01,natural gas - 0.55,251.5,5,natural gas,0.553,inf,1.5,0.11 -DE01,natural gas - 0.56,1968.9,16,natural gas,0.561,inf,1.5,0.11 -DE01,natural gas - 0.57,1217.0,2,natural gas,0.569,inf,1.5,0.11 -DE01,natural gas - 0.58,3479.4,11,natural gas,0.582,inf,1.5,0.11 -DE01,natural gas - 0.59,868.0,4,natural gas,0.59,inf,1.5,0.11 -DE01,natural gas - 0.6,1039.8,9,natural gas,0.599,inf,1.5,0.11 -DE01,natural gas - 0.61,0.0,3,natural gas,0.61,inf,1.5,0.11 -DE01,nuclear - 0.33,12075.0,9,nuclear,0.33,inf,1.2,0.11 -DE01,oil - 0.3,128.4,2,oil,0.305,inf,1.0,0.15 -DE01,oil - 0.31,503.4,10,oil,0.31,inf,1.0,0.15 -DE01,oil - 0.32,132.2,2,oil,0.319,inf,1.0,0.15 -DE01,oil - 0.33,228.8,5,oil,0.332,inf,1.0,0.15 -DE01,oil - 0.34,44.5,1,oil,0.343,inf,1.0,0.15 -DE01,oil - 0.35,140.0,3,oil,0.353,inf,1.0,0.15 -DE01,oil - 0.36,1690.0,8,oil,0.357,inf,1.0,0.15 -DE01,oil - 0.37,22.8,2,oil,0.369,inf,1.0,0.15 -DE01,oil - 0.38,1257.0,20,oil,0.38,inf,1.0,0.15 -DE01,oil - 0.4,83.8,2,oil,0.397,inf,1.0,0.15 -DE01,other - 0.33,33.4,1,other,0.33,inf,1.0,0.15 -DE01,other - 0.42,2559.9,111,other,0.417,inf,1.0,0.15 -DE01,other - 0.45,42.0,1,other,0.446,inf,1.0,0.15 -DE01,waste - 0.33,1610.2,81,waste,0.33,inf,1.0,0.15 -DE02,bioenergy - 0.42,4.1,6,bioenergy,0.417,21849.4327594259,1.0,0.1 diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/storages.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/storages.csv deleted file mode 100644 index 6934c899..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/storages.csv +++ /dev/null @@ -1,2 +0,0 @@ -de02,,energy,energy_inflow,pump,turbine,pump_eff,turbine_eff -DE01,phes,37841.3,417961,6250.5,6593.55,0.862594564913127,0.858755555963563 diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/volatile plants.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/volatile plants.csv deleted file mode 100644 index bf4e1b22..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/volatile plants.csv +++ /dev/null @@ -1,7 +0,0 @@ -de02,energy_source_level_2,capacity,count -DE01,geothermal,31.4,11 -DE01,hydro,8735.9,7233 -DE01,solar,36786.5,1675237 -DE01,wind,34007.9,27689 -DE02,solar,5.5,266 -DE02,wind,517.8,27 diff --git a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/volatile series.csv b/tests/data/deflex_2014_de02_co2-price_var-costs_csv/volatile series.csv deleted file mode 100644 index df85ca7b..00000000 --- a/tests/data/deflex_2014_de02_co2-price_var-costs_csv/volatile series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -,DE01,DE01,DE01,DE01,DE02,DE02 -,geothermal,hydro,solar,wind,solar,wind -0,0.5,0.255951455205554,0.0,0.229912771454705,0.0,0.980511238971777 -1,0.5,0.255951455205554,0.0,0.278212661824479,0.0,0.935361816276589 -2,0.5,0.255951455205554,0.0,0.286835449907558,0.0,0.93660211157341 -3,0.5,0.255951455205554,0.0,0.297556593414192,0.0,0.936129503353918 -4,0.5,0.255951455205554,0.0,0.293160878604996,0.0,0.933133027820352 -5,0.5,0.255951455205554,0.0,0.284791566099476,0.0,0.870175556789341 -6,0.5,0.255951455205554,0.0,0.271148404504438,0.0,0.773732870776074 -7,0.5,0.255951455205554,0.0,0.246233826251962,0.0,0.787483705069129 -8,0.5,0.255951455205554,0.0,0.226384925177698,0.0,0.729020837532217 -9,0.5,0.255951455205554,0.000992426698063944,0.215723655263602,0.0,0.754409177706254 -10,0.5,0.255951455205554,0.0397386563785709,0.20344158257641,0.000995731764007919,0.900390168700557 -11,0.5,0.255951455205554,0.104264022556939,0.205195224844894,0.00454219516611818,0.895354621584899 -12,0.5,0.255951455205554,0.162434488226585,0.229247688404903,0.0636334158727096,0.910004148564608 -13,0.5,0.255951455205554,0.193172270709581,0.243314090943368,0.209127540239412,0.908296332118662 -14,0.5,0.255951455205554,0.191414849743409,0.232997274522214,0.31377269383293,0.904037320093358 -15,0.5,0.255951455205554,0.150311645126405,0.214042851982433,0.209426020423805,0.897048996414756 -16,0.5,0.255951455205554,0.0371447169495492,0.226614436206645,0.0,0.905672379417519 -17,0.5,0.255951455205554,0.0,0.25494120844412,0.0,0.909070421935481 -18,0.5,0.255951455205554,0.0,0.291920336877227,0.0,0.915821438264386 -19,0.5,0.255951455205554,0.0,0.334189990427541,0.0,0.917868814148789 -20,0.5,0.255951455205554,0.0,0.371612426993214,0.0,0.921129179125241 -21,0.5,0.255951455205554,0.0,0.40161355491808,0.0,0.925155550965712 -22,0.5,0.255951455205554,0.0,0.427854156489853,0.0,0.931246587271969 -23,0.5,0.255951455205554,0.0,0.468524027632047,0.0,0.937349378226504 -24,0.5,0.255951455205554,0.0,0.515853509711231,0.0,0.945259198894511 -25,0.5,0.255951455205554,0.0,0.552319647724739,0.0,0.961712244980228 -26,0.5,0.255951455205554,0.0,0.581317503944587,0.0,0.259397109478483 -27,0.5,0.255951455205554,0.0,0.605421615891227,0.0,0.982555451679583 -28,0.5,0.255951455205554,0.0,0.622703091710371,0.0,0.987436813269715 -29,0.5,0.255951455205554,0.0,0.629203161843234,0.0,0.992871673797469 -30,0.5,0.255951455205554,0.0,0.625718340388088,0.0,0.993609301636728 -31,0.5,0.255951455205554,0.0,0.616171420784033,0.0,0.992190187327709 -32,0.5,0.255951455205554,0.0,0.595194326694824,0.0,0.99015599482046 -33,0.5,0.255951455205554,0.000890638539651733,0.570810026911787,0.0,0.988456971924523 -34,0.5,0.255951455205554,0.0241971303437021,0.534071958625476,0.000817572412639822,0.983257715804401 -35,0.5,0.255951455205554,0.0568785289868685,0.483786559708161,0.00338945148451729,0.980639786288537 -36,0.5,0.255951455205554,0.082270073154325,0.43011794982863,0.00783959804357798,0.978769894684722 -37,0.5,0.255951455205554,0.0853596041853924,0.375209092913418,0.00694998861885518,0.973077800437632 -38,0.5,0.255951455205554,0.0727759220177505,0.313474915453497,0.00227097376301851,0.947797027448449 -39,0.5,0.255951455205554,0.0397699110055573,0.252284917152467,0.00597183736180241,0.860850479882767 -40,0.5,0.255951455205554,0.00977943666996645,0.226705152814407,0.0,0.785137959019151 -41,0.5,0.255951455205554,1.32328400197319e-07,0.21877427983296,0.0,0.777185269751983 -42,0.5,0.255951455205554,0.0,0.20423731193679,0.0,0.710839043947756 -43,0.5,0.255951455205554,0.0,0.188592073815891,0.0,0.63171915499317 -44,0.5,0.255951455205554,0.0,0.180444528389726,0.0,0.568439539820077 -45,0.5,0.255951455205554,0.0,0.167305013799635,0.0,0.453504162165019 -46,0.5,0.255951455205554,0.0,0.151087375438773,0.0,0.502146656296824 -47,0.5,0.255951455205554,0.0,0.138220571259686,0.0,0.699869240505612 -48,0.5,0.255951455205554,0.0,0.141873900045807,0.0,0.725707261042738 -49,0.5,0.255951455205554,0.0,0.15232545542084,0.0,0.790987037852005 -50,0.5,0.255951455205554,0.0,0.166119110056367,0.0,0.838353565296233 -51,0.5,0.255951455205554,0.0,0.189412580445921,0.0,0.881125087415022 -52,0.5,0.255951455205554,0.0,0.20867241573696,0.0,0.896527692980762 -53,0.5,0.255951455205554,0.0,0.232532995026965,0.0,0.912193105355689 -54,0.5,0.255951455205554,0.0,0.262631977157007,0.0,0.918438880213281 -55,0.5,0.255951455205554,0.0,0.298952819502467,0.0,0.92085081070393 -56,0.5,0.255951455205554,0.0,0.33643019240082,0.0,0.922906850742653 -57,0.5,0.255951455205554,0.00109874825553334,0.370328542838183,0.0,0.9206647887463 -58,0.5,0.255951455205554,0.0422825012508394,0.39645205755209,0.00734222527737817,0.925301582575151 -59,0.5,0.255951455205554,0.0836991708086145,0.419678589040359,0.0369106689132818,0.930263999991752 -60,0.5,0.255951455205554,0.102530584105443,0.428058464613679,0.0442074742906816,0.919248467038965 -61,0.5,0.255951455205554,0.0960381701874793,0.4330948861276,0.0222632384636882,0.908002914487521 -62,0.5,0.255951455205554,0.0743511805628796,0.453149702657955,0.00865934080897608,0.957763471361277 -63,0.5,0.255951455205554,0.0398668663630716,0.471094259230763,0.00236000839905151,0.965768316540677 -64,0.5,0.255951455205554,0.0137989865836844,0.478570378234528,0.000591613835832098,0.971553023956929 -65,0.5,0.255951455205554,2.91918358353628e-06,0.499380658077175,0.0,0.969724442383604 -66,0.5,0.255951455205554,0.0,0.529593989909423,0.0,0.962745961325996 -67,0.5,0.255951455205554,0.0,0.564531598889974,0.0,0.953913299328391 -68,0.5,0.255951455205554,0.0,0.581611746531866,0.0,0.946351593009415 -69,0.5,0.255951455205554,0.0,0.609939336475799,0.0,0.945196156650561 -70,0.5,0.255951455205554,0.0,0.645732005849631,0.0,0.950640352004255 -71,0.5,0.255951455205554,0.0,0.666653005446519,0.0,0.959771138038485 -72,0.5,0.255951455205554,0.0,0.678463840944292,0.0,0.96742759562631 -73,0.5,0.255951455205554,0.0,0.661137233020222,0.0,1.00337280144823 -74,0.5,0.255951455205554,0.0,0.64881151774198,0.0,1.00407262549546 -75,0.5,0.255951455205554,0.0,0.632499171960674,0.0,1.00030695606914 -76,0.5,0.255951455205554,0.0,0.58479410406002,0.0,1.00878207190793 -77,0.5,0.255951455205554,0.0,0.517786666749637,0.0,1.00884453216947 -78,0.5,0.255951455205554,0.0,0.443161316766574,0.0,1.00526355473136 -79,0.5,0.255951455205554,0.0,0.365627436789887,0.0,0.965567869816208 -80,0.5,0.255951455205554,0.0,0.297091645293734,0.0,0.932695651316771 -81,0.5,0.255951455205554,0.000598663030087445,0.25424755429062,0.0,0.94953144973059 -82,0.5,0.255951455205554,0.0371079758654309,0.229960366991642,0.0037081233636912,0.915258112322773 -83,0.5,0.255951455205554,0.103902210253243,0.238898727746902,0.036701367124946,0.958465283924834 -84,0.5,0.255951455205554,0.159372442652965,0.272381189016221,0.290092684998814,0.961367801695799 -85,0.5,0.255951455205554,0.171568255030618,0.294419064138122,0.332455945457277,0.953117489885826 -86,0.5,0.255951455205554,0.144567446084872,0.298475289606118,0.298732038789445,0.942502078154864 -87,0.5,0.255951455205554,0.0806226053934036,0.308999987200461,0.176215794958795,0.918227348275635 -88,0.5,0.255951455205554,0.0123781976044737,0.300810037007297,0.0,0.910326379726985 -89,0.5,0.255951455205554,5.22576618586883e-06,0.28041257541331,0.0,0.910531268704259 -90,0.5,0.255951455205554,0.0,0.266359231606598,0.0,0.915360048837824 -91,0.5,0.255951455205554,0.0,0.269850588417507,0.0,0.916527350571798 -92,0.5,0.255951455205554,0.0,0.276046134041835,0.0,0.92442365981508 -93,0.5,0.255951455205554,0.0,0.268442622382374,0.0,0.920649945368845 -94,0.5,0.255951455205554,0.0,0.234528033066322,0.0,0.932197578990171 -95,0.5,0.255951455205554,0.0,0.198859235804825,0.0,0.931968090376734 -96,0.5,0.255951455205554,0.0,0.169553192443862,0.0,0.912520578249569 -97,0.5,0.255951455205554,0.0,0.132189879222781,0.0,0.836359019481077 -98,0.5,0.255951455205554,0.0,0.104368305047128,0.0,0.70924666077597 -99,0.5,0.255951455205554,0.0,0.0919107813326645,0.0,0.688850685556086 -100,0.5,0.255951455205554,0.0,0.0879902361400249,0.0,0.423979739242597 -101,0.5,0.255951455205554,0.0,0.0816645880955254,0.0,0.460381314667423 -102,0.5,0.255951455205554,0.0,0.0858284380628919,0.0,0.379010834099872 -103,0.5,0.255951455205554,0.0,0.112430665260526,0.0,0.462643787094492 -104,0.5,0.255951455205554,0.0,0.146192444533266,0.0,0.501539597857483 -105,0.5,0.255951455205554,0.000331114049425054,0.183959070191785,0.0,0.573095265276035 -106,0.5,0.255951455205554,0.0122049495597328,0.243897231542697,0.00254992692137375,0.60693344598233 -107,0.5,0.255951455205554,0.0299252444464678,0.311973463765507,0.0208623498266181,0.73737337037077 -108,0.5,0.255951455205554,0.0498014481440231,0.369412291953996,0.0128804155681981,0.613364234668392 -109,0.5,0.255951455205554,0.0634841913671201,0.40724578346954,0.042550938545616,0.556231774646245 -110,0.5,0.255951455205554,0.0638238115908265,0.387377264135798,0.0224641215364867,0.645955813753612 -111,0.5,0.255951455205554,0.0542689015289541,0.34498985399221,0.00660712740450039,0.729330036275596 -112,0.5,0.255951455205554,0.0166160220256386,0.326618140421082,0.0,0.731061928406788 -113,0.5,0.255951455205554,9.68064093133529e-07,0.310925759927367,0.0,0.696358513393697 -114,0.5,0.255951455205554,0.0,0.3079367866074,0.0,0.868106106698014 -115,0.5,0.255951455205554,0.0,0.300063363350146,0.0,0.911025865432399 -116,0.5,0.255951455205554,0.0,0.293549254548278,0.0,0.933473912713109 -117,0.5,0.255951455205554,0.0,0.277511703578869,0.0,0.952691494435303 -118,0.5,0.255951455205554,0.0,0.272129926121799,0.0,0.961526196892449 -119,0.5,0.255951455205554,0.0,0.280475677559508,0.0,0.97420467388871 -120,0.5,0.255951455205554,0.0,0.306927709486987,0.0,0.977933674303877 -121,0.5,0.255951455205554,0.0,0.35491347433778,0.0,0.972813306093076 -122,0.5,0.255951455205554,0.0,0.408358508376735,0.0,0.961786679208114 -123,0.5,0.255951455205554,0.0,0.456708890707441,0.0,0.960382668324716 -124,0.5,0.255951455205554,0.0,0.499834474692785,0.0,0.960209549864531 -125,0.5,0.255951455205554,0.0,0.539998473985007,0.0,0.953469406936231 -126,0.5,0.255951455205554,0.0,0.576511867217785,0.0,0.963604332981951 -127,0.5,0.255951455205554,0.0,0.614232223736107,0.0,0.982752839953155 -128,0.5,0.255951455205554,0.0,0.637425710935418,0.0,0.984131025781839 -129,0.5,0.255951455205554,0.00135873458226074,0.647383218843953,0.0,0.984104699355522 -130,0.5,0.255951455205554,0.03877440261553,0.635418013327175,0.000632787880342668,1.00115834927316 -131,0.5,0.255951455205554,0.0795594338681374,0.611219049005786,0.0026805003365371,1.00347417714065 -132,0.5,0.255951455205554,0.100721953468757,0.593797884875703,0.0069694471591334,0.998940215664338 -133,0.5,0.255951455205554,0.105338185275567,0.584008532596115,0.0468443796545188,0.978161238351032 -134,0.5,0.255951455205554,0.0992526040065299,0.558965871224632,0.0646272244507154,0.975472806533315 -135,0.5,0.255951455205554,0.0698763565707271,0.537569992220195,0.0166471079195491,0.966461120984715 -136,0.5,0.255951455205554,0.0168299200854874,0.520207476264205,0.0,0.949615669115625 -137,0.5,0.255951455205554,3.02479281126996e-06,0.507046240406878,0.0,0.939082145305976 -138,0.5,0.255951455205554,0.0,0.5062132026636,0.0,0.934524609848774 -139,0.5,0.255951455205554,0.0,0.52056094576123,0.0,0.917065100845908 -140,0.5,0.255951455205554,0.0,0.530924976199409,0.0,0.947713772706497 -141,0.5,0.255951455205554,0.0,0.525459847224889,0.0,0.932427472681369 -142,0.5,0.255951455205554,0.0,0.521650892196337,0.0,0.937775762603896 -143,0.5,0.255951455205554,0.0,0.526018619182644,0.0,0.951958395021099 -144,0.5,0.255951455205554,0.0,0.507988598326471,0.0,0.946416645501394 -145,0.5,0.255951455205554,0.0,0.51473867821724,0.0,0.94169439635999 -146,0.5,0.255951455205554,0.0,0.53125791488284,0.0,0.951974924184057 -147,0.5,0.255951455205554,0.0,0.549751454217167,0.0,0.956742828253385 -148,0.5,0.255951455205554,0.0,0.573664356192577,0.0,0.956393369008021 -149,0.5,0.255951455205554,0.0,0.609115896578895,0.0,0.965625134663479 -150,0.5,0.255951455205554,0.0,0.635882335532873,0.0,0.977156664697041 -151,0.5,0.255951455205554,0.0,0.661422510351806,0.0,0.986636900013763 -152,0.5,0.255951455205554,0.0,0.684101063354575,0.0,0.997235597349413 -153,0.5,0.255951455205554,0.000430864354802358,0.686350926481614,0.0,0.991953691325108 -154,0.5,0.255951455205554,0.018191015871286,0.692896643355912,0.00172585264942478,0.990955115447492 -155,0.5,0.255951455205554,0.0468720509103851,0.695524713806515,0.000979007423446312,0.9962127223126 -156,0.5,0.255951455205554,0.0759004830203835,0.684376120039063,0.00693836605784189,1.00335369893873 -157,0.5,0.255951455205554,0.0993019734187553,0.678022565834485,0.0550435649016856,1.0057603283259 -158,0.5,0.255951455205554,0.0997407425945211,0.657652994615814,0.0123928268576399,0.997768652697945 -159,0.5,0.255951455205554,0.0773046971288218,0.626207547801893,0.00348173318058404,0.998763912209358 -160,0.5,0.255951455205554,0.0289289576527168,0.599016628836847,0.000910440367984957,0.994817667601996 -161,0.5,0.255951455205554,1.41720593376004e-06,0.571285346962399,0.0,0.993789690769472 -162,0.5,0.255951455205554,0.0,0.561415268432488,0.0,0.996126490633605 -163,0.5,0.255951455205554,0.0,0.554821587832478,0.0,0.99251469089709 -164,0.5,0.255951455205554,0.0,0.55827341433938,0.0,0.988470066819851 -165,0.5,0.255951455205554,0.0,0.565614350147718,0.0,0.991335301125007 -166,0.5,0.255951455205554,0.0,0.56810160071312,0.0,0.996471551562929 -167,0.5,0.255951455205554,0.0,0.5650145468281,0.0,0.997040438952474 -168,0.5,0.255951455205554,0.0,0.561561029451369,0.0,0.993372369393113 -169,0.5,0.255951455205554,0.0,0.556598445355633,0.0,0.989026996786095 -170,0.5,0.255951455205554,0.0,0.556608526515714,0.0,0.987303411998867 -171,0.5,0.255951455205554,0.0,0.559611883929309,0.0,0.996445582856915 -172,0.5,0.255951455205554,0.0,0.56733102856861,0.0,0.996233100581858 -173,0.5,0.255951455205554,0.0,0.569081036884032,0.0,0.991965217850518 -174,0.5,0.255951455205554,0.0,0.577634188268369,0.0,0.984488206422466 -175,0.5,0.255951455205554,0.0,0.589263288011381,0.0,0.976934673625772 -176,0.5,0.255951455205554,0.0,0.592143971187464,0.0,0.989834569836577 -177,0.5,0.255951455205554,0.000274277976322663,0.595651185786359,0.0,0.993218870437672 -178,0.5,0.255951455205554,0.0110673082834199,0.604904831867063,0.00188047523082443,0.972051824826758 -179,0.5,0.255951455205554,0.0325573514371432,0.645079695417572,0.0177308690385982,0.98095862003244 -180,0.5,0.255951455205554,0.0614999649085675,0.667719575938897,0.0350039208282304,1.00898593879062 -181,0.5,0.255951455205554,0.0855077633984295,0.657800304883832,0.0286560893631837,1.00069191131542 -182,0.5,0.255951455205554,0.0836034082859809,0.638828834594831,0.199678673405263,1.0069965597073 -183,0.5,0.255951455205554,0.0549387007095287,0.59838906891634,0.080301517373633,1.00685302636801 -184,0.5,0.255951455205554,0.0167223696197246,0.554085585424773,0.000990898643673731,0.991351741424552 -185,0.5,0.255951455205554,8.84920439281533e-06,0.486433439626019,0.0,0.973348316732467 -186,0.5,0.255951455205554,0.0,0.431036539572968,0.0,0.976769355629903 -187,0.5,0.255951455205554,0.0,0.393739448535199,0.0,0.931332390998398 -188,0.5,0.255951455205554,0.0,0.356558045472616,0.0,0.88131780265257 -189,0.5,0.255951455205554,0.0,0.328113210420453,0.0,0.866871228261084 -190,0.5,0.255951455205554,0.0,0.304890123275313,0.0,0.898471707209872 -191,0.5,0.255951455205554,0.0,0.285098308955523,0.0,0.848361905998455 -192,0.5,0.255951455205554,0.0,0.26535023776906,0.0,0.803210727215489 -193,0.5,0.255951455205554,0.0,0.244086559249405,0.0,0.727149891718971 -194,0.5,0.255951455205554,0.0,0.227737302816429,0.0,0.577124447807234 -195,0.5,0.255951455205554,0.0,0.222885116540395,0.0,0.507481022290106 -196,0.5,0.255951455205554,0.0,0.233488906387427,0.0,0.398954328122327 -197,0.5,0.255951455205554,0.0,0.260281604207865,0.0,0.305910694768094 -198,0.5,0.255951455205554,0.0,0.320133283046755,0.0,0.709542809461123 -199,0.5,0.255951455205554,0.0,0.410427911587851,0.0,0.935972152139902 -200,0.5,0.255951455205554,0.0,0.502936446622271,0.0,0.932798792112718 -201,0.5,0.255951455205554,0.000933145827602075,0.59267264565665,0.0,0.94708457830096 -202,0.5,0.255951455205554,0.026990519821337,0.705224399712643,0.000348066738001398,0.967848023080749 -203,0.5,0.255951455205554,0.060698975439877,0.786932788935635,0.00191288697678664,0.98498061257439 -204,0.5,0.255951455205554,0.0773407925674585,0.847642841719,0.00378178406720878,0.990385639484469 -205,0.5,0.255951455205554,0.0911118875460573,0.886122634519987,0.00762869823646026,0.99465079691736 -206,0.5,0.255951455205554,0.0908544514650753,0.912544632381695,0.00116816792414281,0.995620693362659 -207,0.5,0.255951455205554,0.0639541920615184,0.938061653939533,0.00312106789216581,0.99112349484413 -208,0.5,0.255951455205554,0.0256869714750631,0.947593602286783,0.0,0.997814624570053 -209,0.5,0.255951455205554,9.60887672064532e-06,0.949344969711222,0.0,0.998582720090459 -210,0.5,0.255951455205554,0.0,0.939922768343055,0.0,1.01048875490787 -211,0.5,0.255951455205554,0.0,0.923260204826708,0.0,0.923615844891682 -212,0.5,0.255951455205554,0.0,0.904074479111816,0.0,0.915545853633333 -213,0.5,0.255951455205554,0.0,0.880834629600346,0.0,0.91920204796754 -214,0.5,0.255951455205554,0.0,0.858016960701775,0.0,1.00961055221947 -215,0.5,0.255951455205554,0.0,0.844124961187292,0.0,1.00996452855737 -216,0.5,0.255951455205554,0.0,0.838570657330079,0.0,1.00975871036548 -217,0.5,0.255951455205554,0.0,0.831217632114019,0.0,1.00962488226409 -218,0.5,0.255951455205554,0.0,0.819629214920514,0.0,1.00940553552461 -219,0.5,0.255951455205554,0.0,0.80628597291474,0.0,1.00703075841711 -220,0.5,0.255951455205554,0.0,0.803127621538838,0.0,0.998382928601923 -221,0.5,0.255951455205554,0.0,0.801441660976386,0.0,0.959242039513783 -222,0.5,0.255951455205554,0.0,0.803317504759586,0.0,0.960617032122972 -223,0.5,0.255951455205554,0.0,0.805814595421017,0.0,0.999859212803845 -224,0.5,0.255951455205554,0.0,0.810387542799357,0.0,1.00663387470632 -225,0.5,0.255951455205554,0.000438953967737766,0.81233732030498,0.0,1.00429453398625 -226,0.5,0.255951455205554,0.0139739652551484,0.810677345017081,0.00154519271275681,0.998989017528357 -227,0.5,0.255951455205554,0.0349306259053286,0.80803541132418,0.0105063132722129,0.988492170537233 -228,0.5,0.255951455205554,0.0582049407671264,0.794856635119078,0.0511788333776075,0.993372591535939 -229,0.5,0.255951455205554,0.0760488568005226,0.774484624341849,0.0505203361948886,1.00183016547259 -230,0.5,0.255951455205554,0.0736777091955803,0.753226073699544,0.116988412547301,1.00428762707628 -231,0.5,0.255951455205554,0.0530676160072048,0.70592973847129,0.0149933760310004,0.985186514521814 -232,0.5,0.255951455205554,0.0210674357109459,0.636094174089028,0.0,0.990549968532583 -233,0.5,0.255951455205554,0.0,0.57568644142612,0.0,0.997521853426637 -234,0.5,0.255951455205554,0.0,0.534062458264916,0.0,0.991781475860208 -235,0.5,0.255951455205554,0.0,0.512345975904574,0.0,0.979358345413091 -236,0.5,0.255951455205554,0.0,0.510462720915472,0.0,0.978111308615667 -237,0.5,0.255951455205554,0.0,0.50817932456191,0.0,0.994630359308811 -238,0.5,0.255951455205554,0.0,0.497763000567935,0.0,0.998768491732112 -239,0.5,0.255951455205554,0.0,0.493703410032764,0.0,0.993939616115178 -240,0.5,0.255951455205554,0.0,0.478364548348533,0.0,0.981787687724062 -241,0.5,0.255951455205554,0.0,0.464009867743293,0.0,0.941467463137239 -242,0.5,0.255951455205554,0.0,0.446328243314212,0.0,0.882812742807019 -243,0.5,0.255951455205554,0.0,0.438173315079103,0.0,0.812590787118258 -244,0.5,0.255951455205554,0.0,0.422390032618507,0.0,0.750901779448784 -245,0.5,0.255951455205554,0.0,0.405270122782637,0.0,0.700629619013722 -246,0.5,0.255951455205554,0.0,0.388573590673341,0.0,0.633591576685674 -247,0.5,0.255951455205554,0.0,0.368912293009021,0.0,0.549262125562164 -248,0.5,0.255951455205554,0.0,0.360003407941617,0.0,0.383079198915765 -249,0.5,0.255951455205554,0.00100732757748662,0.360005202938307,0.0,0.235332361193207 -250,0.5,0.255951455205554,0.040863238990076,0.378726319710226,0.00165471982865998,0.196270762444905 -251,0.5,0.255951455205554,0.0993971618965255,0.407256938875696,0.00708885807079459,0.259512210061896 -252,0.5,0.255951455205554,0.145619218508616,0.426948490767205,0.0095052331242217,0.245913728537922 -253,0.5,0.255951455205554,0.160764400372142,0.431371118801899,0.00937974107141753,0.182235885481034 -254,0.5,0.255951455205554,0.140328174182006,0.419290753482001,0.0081209761371107,0.195937086514846 -255,0.5,0.255951455205554,0.0936611232150271,0.417948343137302,0.0073672149156125,0.45550989205136 -256,0.5,0.255951455205554,0.0326368539793065,0.443919086489201,0.0,0.825324187006644 -257,0.5,0.255951455205554,2.9339853548577e-05,0.481708708825484,0.0,0.906623942581183 -258,0.5,0.255951455205554,0.0,0.530197906075241,0.0,0.910568044583724 -259,0.5,0.255951455205554,0.0,0.59588623741071,0.0,0.917036000300612 -260,0.5,0.255951455205554,0.0,0.642581944345461,0.0,0.934950923719232 -261,0.5,0.255951455205554,0.0,0.653723037749121,0.0,0.962788550096154 -262,0.5,0.255951455205554,0.0,0.644744306639359,0.0,0.994187852771529 -263,0.5,0.255951455205554,0.0,0.615955507351798,0.0,0.989251895080143 -264,0.5,0.255951455205554,0.0,0.571370319852423,0.0,0.989458375822094 -265,0.5,0.255951455205554,0.0,0.545190520082041,0.0,0.98740678364278 -266,0.5,0.255951455205554,0.0,0.530553766066996,0.0,0.99010000227327 -267,0.5,0.255951455205554,0.0,0.514327374419477,0.0,0.978110145421793 -268,0.5,0.255951455205554,0.0,0.499875183073768,0.0,0.920751026791477 -269,0.5,0.255951455205554,0.0,0.474432741906429,0.0,0.807213174128173 -270,0.5,0.255951455205554,0.0,0.441115716412435,0.0,0.696856401629403 -271,0.5,0.255951455205554,0.0,0.409601496300634,0.0,0.539317988855005 -272,0.5,0.255951455205554,0.0,0.366569048450734,0.0,0.427925451872186 -273,0.5,0.255951455205554,0.00158478054627238,0.328517577307555,0.0,0.347388598485557 -274,0.5,0.255951455205554,0.0816545142824817,0.286151160464533,0.0493469597539763,0.299375525885458 -275,0.5,0.255951455205554,0.201902868154667,0.274701912894396,0.19946805331518,0.273851511714407 -276,0.5,0.255951455205554,0.301399899745952,0.267690753119716,0.247399908690125,0.210326987178476 -277,0.5,0.255951455205554,0.355648116513166,0.253619338078468,0.241899760166623,0.18489357725332 -278,0.5,0.255951455205554,0.350126944455324,0.21776081041034,0.254505871220218,0.230131216717178 -279,0.5,0.255951455205554,0.282892814360141,0.170242590243731,0.213646009306193,0.246721655494794 -280,0.5,0.255951455205554,0.0885225295600707,0.132286123894273,0.0,0.20972999883987 -281,0.5,0.255951455205554,0.0,0.105781228226923,0.0,0.139223576382502 -282,0.5,0.255951455205554,0.0,0.0853095482419336,0.0,0.132096724510775 -283,0.5,0.255951455205554,0.0,0.0747262653300884,0.0,0.197452563745038 -284,0.5,0.255951455205554,0.0,0.067563795412421,0.0,0.327898282047436 -285,0.5,0.255951455205554,0.0,0.0628454283242903,0.0,0.46828809114616 -286,0.5,0.255951455205554,0.0,0.058799024176997,0.0,0.488435605555267 -287,0.5,0.255951455205554,0.0,0.0596682591993164,0.0,0.553433479121475 -288,0.5,0.255951455205554,0.0,0.0644438705797374,0.0,0.666103708455397 -289,0.5,0.255951455205554,0.0,0.071247769905923,0.0,0.765280530785513 -290,0.5,0.255951455205554,0.0,0.078664508188065,0.0,0.815850124623113 -291,0.5,0.255951455205554,0.0,0.088596398757221,0.0,0.828786072739934 -292,0.5,0.255951455205554,0.0,0.101239999556189,0.0,0.83919408928303 -293,0.5,0.255951455205554,0.0,0.117957815566781,0.0,0.850736535144663 -294,0.5,0.255951455205554,0.0,0.141505143809234,0.0,0.867205567900431 -295,0.5,0.255951455205554,0.0,0.171563492223152,0.0,0.878885240868663 -296,0.5,0.255951455205554,0.0,0.196500656654666,0.0,0.8625652577994 -297,0.5,0.255951455205554,0.00229672353865448,0.222276410614796,0.0,0.607914558348921 -298,0.5,0.255951455205554,0.0494503935194958,0.232436377899359,0.00534420658180438,0.857248533399606 -299,0.5,0.255951455205554,0.0812603810106313,0.229572704089378,0.0242769824077577,0.907114351039925 -300,0.5,0.255951455205554,0.0854394298871403,0.23426786276253,0.0289487872701243,0.850622451174962 -301,0.5,0.255951455205554,0.0777925210463734,0.218529166461457,0.032842573277608,0.759857606557031 -302,0.5,0.255951455205554,0.0609590496428378,0.19998254831714,0.0214171722090848,0.736187683788939 -303,0.5,0.255951455205554,0.0374005420841344,0.201922992550096,0.00832698138824931,0.684827251769245 -304,0.5,0.255951455205554,0.0124797541464451,0.204205307884304,0.0,0.574086370006911 -305,0.5,0.255951455205554,6.70601741397833e-05,0.176398022085612,0.0,0.535095252289648 -306,0.5,0.255951455205554,0.0,0.136929542431166,0.0,0.494349869185244 -307,0.5,0.255951455205554,0.0,0.114014276452604,0.0,0.399471545701677 -308,0.5,0.255951455205554,0.0,0.100034602452238,0.0,0.243281529085729 -309,0.5,0.255951455205554,0.0,0.0894596899739025,0.0,0.156684388849372 -310,0.5,0.255951455205554,0.0,0.084570031447628,0.0,0.113575845664884 -311,0.5,0.255951455205554,0.0,0.0797879066021848,0.0,0.0920063075941219 -312,0.5,0.255951455205554,0.0,0.0745381914302017,0.0,0.100247922034768 -313,0.5,0.255951455205554,0.0,0.0697362292307305,0.0,0.15243309558229 -314,0.5,0.255951455205554,0.0,0.0663107295198958,0.0,0.315415202508382 -315,0.5,0.255951455205554,0.0,0.0630776543617562,0.0,0.4459340497078 -316,0.5,0.255951455205554,0.0,0.0624961437123163,0.0,0.493411808188454 -317,0.5,0.255951455205554,0.0,0.0649039882623767,0.0,0.460974783236059 -318,0.5,0.255951455205554,0.0,0.0658793028660896,0.0,0.449983038033029 -319,0.5,0.255951455205554,0.0,0.0647491134323442,0.0,0.463118455845418 -320,0.5,0.255951455205554,0.0,0.0621158362656286,0.0,0.518309532279273 -321,0.5,0.255951455205554,0.000702424727292985,0.0584066955450113,0.0,0.635110473733371 -322,0.5,0.255951455205554,0.0273151782066478,0.0573748646261971,0.00825465105488706,0.707985438517959 -323,0.5,0.255951455205554,0.0764917330797718,0.0599583463754237,0.0528986805501384,0.725301257411502 -324,0.5,0.255951455205554,0.120909510361101,0.0650449182261141,0.263857546208083,0.698000717448814 -325,0.5,0.255951455205554,0.141238151099588,0.0691438255811329,0.356126733896531,0.665919324072361 -326,0.5,0.255951455205554,0.13085813198988,0.0737725441181238,0.346101645211412,0.634821304604573 -327,0.5,0.255951455205554,0.0929780626507897,0.0690702596015157,0.230351100522035,0.578610300884721 -328,0.5,0.255951455205554,0.0375700792939776,0.0625138054571013,0.0,0.508239002725426 -329,0.5,0.255951455205554,2.59116511493107e-05,0.0598984406392286,0.0,0.46264090960937 -330,0.5,0.255951455205554,0.0,0.0579435030371889,0.0,0.432684831796382 -331,0.5,0.255951455205554,0.0,0.0558984773898765,0.0,0.451537830301027 -332,0.5,0.255951455205554,0.0,0.0540654724596997,0.0,0.480499048296794 -333,0.5,0.255951455205554,0.0,0.0523927246834352,0.0,0.476432203891681 -334,0.5,0.255951455205554,0.0,0.0497917631885653,0.0,0.432008814855137 -335,0.5,0.255951455205554,0.0,0.048385405471711,0.0,0.41858647117621 -336,0.5,0.255951455205554,0.0,0.0467446002287787,0.0,0.438484981835371 -337,0.5,0.255951455205554,0.0,0.0455118764402041,0.0,0.459627546783877 -338,0.5,0.255951455205554,0.0,0.0451911410384296,0.0,0.500634833474639 -339,0.5,0.255951455205554,0.0,0.0465648530325864,0.0,0.530720795005133 -340,0.5,0.255951455205554,0.0,0.0496721919954411,0.0,0.524945986384349 -341,0.5,0.255951455205554,0.0,0.0529238583246485,0.0,0.514088077219045 -342,0.5,0.255951455205554,0.0,0.0579953286021383,0.0,0.549838271424881 -343,0.5,0.255951455205554,0.0,0.0650843216749057,0.0,0.640430274299626 -344,0.5,0.255951455205554,0.0,0.0739817609123448,0.0,0.716006407098229 -345,0.5,0.255951455205554,0.00138881740455194,0.0817438615523551,0.0,0.764692413241328 -346,0.5,0.255951455205554,0.046156119915023,0.0910170858626774,0.0157095648645396,0.808278634961052 -347,0.5,0.255951455205554,0.108579951141371,0.112208001008596,0.0663475208482914,0.833313135859745 -348,0.5,0.255951455205554,0.14924268590063,0.138635951438563,0.171461666635069,0.850060434684755 -349,0.5,0.255951455205554,0.154918578525129,0.162807070749377,0.0870343096063653,0.865758143241522 -350,0.5,0.255951455205554,0.12738403829899,0.177553891885093,0.0623456903995022,0.858983706801464 -351,0.5,0.255951455205554,0.0849609448124736,0.19531380838677,0.0493098646298095,0.857969044347854 -352,0.5,0.255951455205554,0.0364263331844341,0.2122096021994,0.0399657239485002,0.887910648689561 -353,0.5,0.255951455205554,3.55173896963306e-05,0.236962958236258,0.0,0.921820970111334 -354,0.5,0.255951455205554,0.0,0.272385937678296,0.0,0.939424141068019 -355,0.5,0.255951455205554,0.0,0.305579678366428,0.0,0.945952429507423 -356,0.5,0.255951455205554,0.0,0.331585798564447,0.0,0.950378758411036 -357,0.5,0.255951455205554,0.0,0.346303719530611,0.0,0.957988095365028 -358,0.5,0.255951455205554,0.0,0.344916843838321,0.0,0.961218384839085 -359,0.5,0.255951455205554,0.0,0.33881761721834,0.0,0.959643574668935 -360,0.5,0.255951455205554,0.0,0.336291836910078,0.0,0.955886333710525 -361,0.5,0.255951455205554,0.0,0.329042849523952,0.0,0.95327625163212 -362,0.5,0.255951455205554,0.0,0.325430810031542,0.0,0.951548954128296 -363,0.5,0.255951455205554,0.0,0.321121370812515,0.0,0.944649420018665 -364,0.5,0.255951455205554,0.0,0.321284390873594,0.0,0.934364882112788 -365,0.5,0.255951455205554,0.0,0.322228339131651,0.0,0.920067290454165 -366,0.5,0.255951455205554,0.0,0.324184004515532,0.0,0.914807105704353 -367,0.5,0.255951455205554,0.0,0.332566740647492,0.0,0.917051679437304 -368,0.5,0.255951455205554,0.0,0.346323544001682,0.0,0.927428409549922 -369,0.5,0.255951455205554,0.00133923295054626,0.354589765616693,0.0,0.943837191729651 -370,0.5,0.255951455205554,0.0228856098175069,0.36648130383007,0.0025720232459727,0.947112726295071 -371,0.5,0.255951455205554,0.0518694504631028,0.372185704153402,0.0132009801511323,0.904948405313165 -372,0.5,0.255951455205554,0.0757700741472638,0.377662866272216,0.0230248233997149,0.826266656544546 -373,0.5,0.255951455205554,0.0843777424519884,0.369508784972446,0.0240624447816205,0.769971530077553 -374,0.5,0.255951455205554,0.0755205361235833,0.348036484812099,0.0175640660490957,0.66424857106212 -375,0.5,0.255951455205554,0.0506790902153709,0.327911519004616,0.00810193067854664,0.543967375384284 -376,0.5,0.255951455205554,0.0187741423508087,0.304321665058106,0.00111275833295894,0.536622266855769 -377,0.5,0.255951455205554,0.000105519596039715,0.283543177380306,0.0,0.601779509693094 -378,0.5,0.255951455205554,0.0,0.265442417807177,0.0,0.48493570470458 -379,0.5,0.255951455205554,0.0,0.249033664812557,0.0,0.435991620571951 -380,0.5,0.255951455205554,0.0,0.237307597784464,0.0,0.621222499651087 -381,0.5,0.255951455205554,0.0,0.2232184413176,0.0,0.736853591654295 -382,0.5,0.255951455205554,0.0,0.227379049772526,0.0,0.79831688218122 -383,0.5,0.255951455205554,0.0,0.223031627273142,0.0,0.772270080789644 -384,0.5,0.255951455205554,0.0,0.219236675758017,0.0,0.698127742283295 -385,0.5,0.255951455205554,0.0,0.214296609417894,0.0,0.713931063179017 -386,0.5,0.255951455205554,0.0,0.214798912128902,0.0,0.730532763153911 -387,0.5,0.255951455205554,0.0,0.215614256112736,0.0,0.783260981622109 -388,0.5,0.255951455205554,0.0,0.217637274567434,0.0,0.81989818355675 -389,0.5,0.255951455205554,0.0,0.223358867399304,0.0,0.751167132481498 -390,0.5,0.255951455205554,0.0,0.230945736694259,0.0,0.744417288250163 -391,0.5,0.255951455205554,0.0,0.243482610582276,0.0,0.795170787373535 -392,0.5,0.255951455205554,0.0,0.257708322049973,0.0,0.802159910514882 -393,0.5,0.255951455205554,0.00139945422087871,0.27300501821298,0.0,0.833751116532446 -394,0.5,0.255951455205554,0.0382711966710642,0.284763379796701,0.00120220615740338,0.870860979097686 -395,0.5,0.255951455205554,0.0931990882926984,0.31098521974834,0.00490761964379377,0.899370846670835 -396,0.5,0.255951455205554,0.140070735605744,0.344336305757393,0.0217953687025203,0.910979322226059 -397,0.5,0.255951455205554,0.164870541636887,0.355043273928596,0.0290183850766002,0.911059782160172 -398,0.5,0.255951455205554,0.151995797479257,0.324584789911765,0.0314111506912974,0.908838190673255 -399,0.5,0.255951455205554,0.11220741840391,0.282689823997883,0.0277913120851133,0.905554123790541 -400,0.5,0.255951455205554,0.0538334116734536,0.246056907509596,0.00504994307897368,0.892967194443193 -401,0.5,0.255951455205554,2.58645046237361e-05,0.217564792678467,0.0,0.868812080378639 -402,0.5,0.255951455205554,0.0,0.201510246566473,0.0,0.846631475530617 -403,0.5,0.255951455205554,0.0,0.197418648888786,0.0,0.858988261828009 -404,0.5,0.255951455205554,0.0,0.201648408096147,0.0,0.873750766029017 -405,0.5,0.255951455205554,0.0,0.197377128099751,0.0,0.860291077560458 -406,0.5,0.255951455205554,0.0,0.180431859570087,0.0,0.832496481195766 -407,0.5,0.255951455205554,0.0,0.159928742453047,0.0,0.806850864572489 -408,0.5,0.255951455205554,0.0,0.144157006003826,0.0,0.781043087267934 -409,0.5,0.255951455205554,0.0,0.128203057008885,0.0,0.739684219428957 -410,0.5,0.255951455205554,0.0,0.113886306544068,0.0,0.679796482869911 -411,0.5,0.255951455205554,0.0,0.0998457396285521,0.0,0.657614260614373 -412,0.5,0.255951455205554,0.0,0.0864140117390146,0.0,0.621271548278662 -413,0.5,0.255951455205554,0.0,0.0779866910002772,0.0,0.483485263329801 -414,0.5,0.255951455205554,0.0,0.0757229162847757,0.0,0.396471951695525 -415,0.5,0.255951455205554,0.0,0.07898552163602,0.0,0.443307614499573 -416,0.5,0.255951455205554,0.0,0.0809558168708304,0.0,0.493296224376052 -417,0.5,0.255951455205554,0.00418934461788248,0.0826697958753953,0.0,0.534078505243472 -418,0.5,0.255951455205554,0.101944831386201,0.085153627713243,0.00424878574702587,0.598967339195192 -419,0.5,0.255951455205554,0.233802413840703,0.0949879901653946,0.0304748294151503,0.590215807628012 -420,0.5,0.255951455205554,0.338736551968282,0.109678377610452,0.063839105081978,0.592750119757743 -421,0.5,0.255951455205554,0.384795431675731,0.125189266566094,0.0894608868205928,0.665914575971688 -422,0.5,0.255951455205554,0.372676215820145,0.136253079876992,0.0783887200017586,0.75275589104439 -423,0.5,0.255951455205554,0.300647932205054,0.138437804234707,0.0534156489857268,0.808986327808125 -424,0.5,0.255951455205554,0.13939158045816,0.150992620643466,0.0191907995607752,0.826154647240441 -425,0.5,0.255951455205554,0.0,0.176240338696475,0.0,0.840978477971142 -426,0.5,0.255951455205554,0.0,0.192320712008889,0.0,0.858280963061844 -427,0.5,0.255951455205554,0.0,0.20940193532615,0.0,0.879332167914473 -428,0.5,0.255951455205554,0.0,0.223000563475464,0.0,0.881073426444528 -429,0.5,0.255951455205554,0.0,0.235653049666534,0.0,0.911724383915211 -430,0.5,0.255951455205554,0.0,0.253987338363924,0.0,0.936549523715308 -431,0.5,0.255951455205554,0.0,0.271985217059481,0.0,0.960647558458412 -432,0.5,0.255951455205554,0.0,0.286521256333204,0.0,0.970480547792502 -433,0.5,0.255951455205554,0.0,0.305191382388754,0.0,0.97585366979631 -434,0.5,0.255951455205554,0.0,0.320843734515481,0.0,0.982410123385728 -435,0.5,0.255951455205554,0.0,0.335942527716378,0.0,0.988484323632504 -436,0.5,0.255951455205554,0.0,0.352583831991982,0.0,0.99427027634783 -437,0.5,0.255951455205554,0.0,0.367521692769757,0.0,0.99932956425959 -438,0.5,0.255951455205554,0.0,0.381292617805482,0.0,1.00171189899462 -439,0.5,0.255951455205554,0.0,0.392881904384472,0.0,1.00302519366864 -440,0.5,0.255951455205554,0.0,0.402631984257216,0.0,1.00605036369897 -441,0.5,0.255951455205554,0.00364826446261167,0.41388739134571,0.0,1.00681622381752 -442,0.5,0.255951455205554,0.0701068015848961,0.41779779261936,0.00358401976610487,1.00707313716877 -443,0.5,0.255951455205554,0.153045849432161,0.416126021235039,0.0092666495143572,1.0076152882671 -444,0.5,0.255951455205554,0.215997272680552,0.41449490046873,0.0173253597824441,1.00849494042941 -445,0.5,0.255951455205554,0.241884198191101,0.403387275307198,0.018769848337577,1.00871080326592 -446,0.5,0.255951455205554,0.22465701322672,0.393428313719388,0.0108303844456132,1.00860028447459 -447,0.5,0.255951455205554,0.163425507436364,0.37442713992574,0.00535263265259931,1.0080172998708 -448,0.5,0.255951455205554,0.0710397147861712,0.351686371412264,0.00110122371639112,1.00721179809424 -449,0.5,0.255951455205554,1.08492362298489e-05,0.33112479412567,0.0,1.00609384277739 -450,0.5,0.255951455205554,0.0,0.317519084684937,0.0,1.00534041927982 -451,0.5,0.255951455205554,0.0,0.303403598235365,0.0,1.00403567212476 -452,0.5,0.255951455205554,0.0,0.289042478784464,0.0,1.00186557935783 -453,0.5,0.255951455205554,0.0,0.278018084395923,0.0,0.998812513910363 -454,0.5,0.255951455205554,0.0,0.268562672508867,0.0,0.994246147470048 -455,0.5,0.255951455205554,0.0,0.257310602058038,0.0,0.990193427160171 -456,0.5,0.255951455205554,0.0,0.244607201349284,0.0,0.985745534480006 -457,0.5,0.255951455205554,0.0,0.235013541799499,0.0,0.977560026709154 -458,0.5,0.255951455205554,0.0,0.224387684729737,0.0,0.964023940562884 -459,0.5,0.255951455205554,0.0,0.2066055120668,0.0,0.933992176560469 -460,0.5,0.255951455205554,0.0,0.190013544016199,0.0,0.896793485016853 -461,0.5,0.255951455205554,0.0,0.176138199025678,0.0,0.851478007165591 -462,0.5,0.255951455205554,0.0,0.162823807914838,0.0,0.807411502731462 -463,0.5,0.255951455205554,0.0,0.150800048363802,0.0,0.769111374095284 -464,0.5,0.255951455205554,0.0,0.141415622261182,0.0,0.722477670598892 -465,0.5,0.255951455205554,0.00208444599989496,0.134194578349089,0.0,0.668495798040646 -466,0.5,0.255951455205554,0.0303338530837466,0.126841233633395,0.00109567791040618,0.615155886847195 -467,0.5,0.255951455205554,0.068045222754403,0.119086304441898,0.00365659258783271,0.585388948888571 -468,0.5,0.255951455205554,0.0940486426401668,0.113404667942517,0.00775987753267154,0.576120979715689 -469,0.5,0.255951455205554,0.100399717102057,0.106865492453596,0.013121810640229,0.540416475424473 -470,0.5,0.255951455205554,0.083634002755108,0.105680280595318,0.016095132279597,0.454671503832367 -471,0.5,0.255951455205554,0.0519994726033544,0.106128832619077,0.00570043327127545,0.369199091449215 -472,0.5,0.255951455205554,0.0191402352352527,0.106435751292965,0.00147557257379957,0.315991054400236 -473,0.5,0.255951455205554,9.63170731629362e-05,0.105761131265259,0.0,0.291791104666209 -474,0.5,0.255951455205554,0.0,0.106510358837817,0.0,0.268171021980781 -475,0.5,0.255951455205554,0.0,0.103186146511016,0.0,0.240699024604264 -476,0.5,0.255951455205554,0.0,0.0954111312782132,0.0,0.217469942932604 -477,0.5,0.255951455205554,0.0,0.0867018786015602,0.0,0.203600435654473 -478,0.5,0.255951455205554,0.0,0.0799518671972228,0.0,0.207769602919613 -479,0.5,0.255951455205554,0.0,0.0797346879415949,0.0,0.200759543899301 -480,0.5,0.255951455205554,0.0,0.0830416439048701,0.0,0.176118402665676 -481,0.5,0.255951455205554,0.0,0.0868098294903139,0.0,0.156403162966693 -482,0.5,0.255951455205554,0.0,0.0873373111785487,0.0,0.142155008917417 -483,0.5,0.255951455205554,0.0,0.0852808394533423,0.0,0.137388905348577 -484,0.5,0.255951455205554,0.0,0.0838955734753279,0.0,0.141499620838961 -485,0.5,0.255951455205554,0.0,0.0832536948322751,0.0,0.145228470121873 -486,0.5,0.255951455205554,0.0,0.0817781135589671,0.0,0.144589117091791 -487,0.5,0.255951455205554,0.0,0.079090875105048,0.0,0.136309746079071 -488,0.5,0.255951455205554,0.0,0.075640317431244,0.0,0.12858508496226 -489,0.5,0.255951455205554,0.000464028348303878,0.0747055760835382,0.0,0.117255293346122 -490,0.5,0.255951455205554,0.00820517135901653,0.0801638839393592,0.00154132557272374,0.103272812509064 -491,0.5,0.255951455205554,0.0236881995665601,0.0888449537384126,0.00930484883887971,0.0969807962886516 -492,0.5,0.255951455205554,0.0371566759393497,0.0951940660765393,0.0212389013229567,0.0962466728950092 -493,0.5,0.255951455205554,0.0438725704456096,0.0973860983039714,0.0238711244074734,0.101002806357982 -494,0.5,0.255951455205554,0.0396383255659862,0.0923231276468822,0.013383656141105,0.115414308996129 -495,0.5,0.255951455205554,0.0275460447219779,0.0832792325945444,0.00752374624780714,0.14562852280228 -496,0.5,0.255951455205554,0.0128918723659706,0.0735865145706659,0.00239731414038135,0.17090407821138 -497,0.5,0.255951455205554,0.000168526626978889,0.0655202321621831,0.0,0.186669052540277 -498,0.5,0.255951455205554,0.0,0.0655808511061517,0.0,0.191544655503374 -499,0.5,0.255951455205554,0.0,0.0689514642257948,0.0,0.202758369645243 -500,0.5,0.255951455205554,0.0,0.0731261249563464,0.0,0.219596983077767 -501,0.5,0.255951455205554,0.0,0.0747827577358441,0.0,0.243542075769868 -502,0.5,0.255951455205554,0.0,0.0719609724815829,0.0,0.279069022622935 -503,0.5,0.255951455205554,0.0,0.0661347352726941,0.0,0.303367119072206 -504,0.5,0.255951455205554,0.0,0.0608934928088464,0.0,0.309550045139476 -505,0.5,0.255951455205554,0.0,0.0568449048550477,0.0,0.304295871961478 -506,0.5,0.255951455205554,0.0,0.05603533539957,0.0,0.297740712650055 -507,0.5,0.255951455205554,0.0,0.0589283512304134,0.0,0.298601621162354 -508,0.5,0.255951455205554,0.0,0.064177688577398,0.0,0.316226257242573 -509,0.5,0.255951455205554,0.0,0.0704648516908857,0.0,0.357286366493067 -510,0.5,0.255951455205554,0.0,0.0767000852394878,0.0,0.401510686517145 -511,0.5,0.255951455205554,0.0,0.0831142840324504,0.0,0.423366566746469 -512,0.5,0.255951455205554,0.0,0.0886330519276881,0.0,0.406822224890136 -513,0.5,0.255951455205554,0.00145727513872255,0.0936888412620875,0.0,0.379102581656342 -514,0.5,0.255951455205554,0.0259204068699615,0.100040057360049,0.00513287462970913,0.344240002191897 -515,0.5,0.255951455205554,0.0665370554720412,0.105105382720825,0.0267063616014671,0.30580098857674 -516,0.5,0.255951455205554,0.105563895115965,0.107172790110067,0.0483825558720434,0.275008227902017 -517,0.5,0.255951455205554,0.121774690115416,0.107232119365188,0.0651386877252405,0.250793683111647 -518,0.5,0.255951455205554,0.108510066979254,0.105297833164726,0.0584037733488523,0.234284669179907 -519,0.5,0.255951455205554,0.0720703400127059,0.101338331102446,0.0391706106716251,0.231820300506524 -520,0.5,0.255951455205554,0.0321253726236608,0.0978286646118071,0.0120579146701639,0.24309047805375 -521,0.5,0.255951455205554,8.09533034383124e-05,0.0944773407414929,0.0,0.267066746296943 -522,0.5,0.255951455205554,0.0,0.0987115063400686,0.0,0.293313335244249 -523,0.5,0.255951455205554,0.0,0.102612984477052,0.0,0.315132987831352 -524,0.5,0.255951455205554,0.0,0.10351103512295,0.0,0.344606664027211 -525,0.5,0.255951455205554,0.0,0.10395365838929,0.0,0.376153717716559 -526,0.5,0.255951455205554,0.0,0.106005128090377,0.0,0.408742963646511 -527,0.5,0.255951455205554,0.0,0.109308661569321,0.0,0.435969352746283 -528,0.5,0.255951455205554,0.0,0.112446534538874,0.0,0.446354930270225 -529,0.5,0.255951455205554,0.0,0.11455173008432,0.0,0.453652068365668 -530,0.5,0.255951455205554,0.0,0.116946437569251,0.0,0.460082433222869 -531,0.5,0.255951455205554,0.0,0.122345277892618,0.0,0.472642694987626 -532,0.5,0.255951455205554,0.0,0.130682558445142,0.0,0.504177069208103 -533,0.5,0.255951455205554,0.0,0.14148691096054,0.0,0.547955236932525 -534,0.5,0.255951455205554,0.0,0.151569518211376,0.0,0.615921984138423 -535,0.5,0.255951455205554,0.0,0.161304169002416,0.0,0.704237302742336 -536,0.5,0.255951455205554,0.0,0.173870017033865,0.0,0.785664705466489 -537,0.5,0.255951455205554,0.00204634660448968,0.193906659297018,0.0,0.854844020941126 -538,0.5,0.255951455205554,0.0384380298768957,0.225422306656745,0.0175609559397768,0.899023676387011 -539,0.5,0.255951455205554,0.0883362543895862,0.264924843965321,0.0441539851827876,0.9224634302624 -540,0.5,0.255951455205554,0.126810599065508,0.298616850902611,0.0681451076888137,0.93923651816479 -541,0.5,0.255951455205554,0.146217668633193,0.330251950669008,0.086562685266312,0.960861640512331 -542,0.5,0.255951455205554,0.139850776473204,0.347709209049128,0.0698551772804407,0.977855231876429 -543,0.5,0.255951455205554,0.1000919178581,0.354004071387439,0.0464537510455958,0.985166533831433 -544,0.5,0.255951455205554,0.0403741307878335,0.344192673790039,0.0165089737889886,0.986497084455224 -545,0.5,0.255951455205554,9.42902389664062e-05,0.344794754664011,0.0,0.986908678708392 -546,0.5,0.255951455205554,0.0,0.373722888557074,0.0,0.985638842458102 -547,0.5,0.255951455205554,0.0,0.402357442134145,0.0,0.983673185811645 -548,0.5,0.255951455205554,0.0,0.420333988608844,0.0,0.981223814551482 -549,0.5,0.255951455205554,0.0,0.414187180839471,0.0,0.98785342270738 -550,0.5,0.255951455205554,0.0,0.403447134923591,0.0,0.992010603911596 -551,0.5,0.255951455205554,0.0,0.390973263386427,0.0,0.987037175158243 -552,0.5,0.255951455205554,0.0,0.386725846124776,0.0,0.975940859041006 -553,0.5,0.255951455205554,0.0,0.391081191664811,0.0,0.959132815115113 -554,0.5,0.255951455205554,0.0,0.389943256467236,0.0,0.944049715165937 -555,0.5,0.255951455205554,0.0,0.386996859106084,0.0,0.943586641089501 -556,0.5,0.255951455205554,0.0,0.388017350836789,0.0,0.952504625983136 -557,0.5,0.255951455205554,0.0,0.386328482131047,0.0,0.952922190700994 -558,0.5,0.255951455205554,0.0,0.377999074996491,0.0,0.946309511739863 -559,0.5,0.255951455205554,0.0,0.370361194800988,0.0,0.941761818587455 -560,0.5,0.255951455205554,0.0,0.366502240241553,0.0,0.940111263291537 -561,0.5,0.255951455205554,0.0017911926875223,0.365867928213185,0.0,0.940971231764122 -562,0.5,0.255951455205554,0.0309643183077338,0.369653886429081,0.0746465752930208,0.924913692940386 -563,0.5,0.255951455205554,0.071132276856839,0.377371254656647,0.24657292622837,0.925470608516622 -564,0.5,0.255951455205554,0.100267019911652,0.3842660471905,0.397529071125448,0.948681877019894 -565,0.5,0.255951455205554,0.116761961757376,0.387696711173383,0.463231307625565,0.973978138976929 -566,0.5,0.255951455205554,0.112856855908371,0.387863957846318,0.458824510480419,0.966297520697545 -567,0.5,0.255951455205554,0.0874212178651387,0.380546964142655,0.381153197538429,0.952257099968426 -568,0.5,0.255951455205554,0.0385059992389947,0.359198496439524,0.208440488916551,0.943853203749858 -569,0.5,0.255951455205554,0.000244692134408619,0.334076157233222,0.0,0.953404106753991 -570,0.5,0.255951455205554,0.0,0.328210928753028,0.0,0.968194686044721 -571,0.5,0.255951455205554,0.0,0.325888870932286,0.0,0.968429171135488 -572,0.5,0.255951455205554,0.0,0.325906754302189,0.0,0.968485492491427 -573,0.5,0.255951455205554,0.0,0.321225615370114,0.0,0.96687643730879 -574,0.5,0.255951455205554,0.0,0.300799276824586,0.0,0.938220516985012 -575,0.5,0.255951455205554,0.0,0.286827061883844,0.0,0.930035266423908 -576,0.5,0.255951455205554,0.0,0.270915894599262,0.0,0.953169986250027 -577,0.5,0.255951455205554,0.0,0.247789143450016,0.0,0.94998387137734 -578,0.5,0.255951455205554,0.0,0.236111693692138,0.0,0.926681434337823 -579,0.5,0.255951455205554,0.0,0.226812675599443,0.0,0.925698122512509 -580,0.5,0.255951455205554,0.0,0.224413678970699,0.0,0.932558359462225 -581,0.5,0.255951455205554,0.0,0.222935479843581,0.0,0.936610865419437 -582,0.5,0.255951455205554,0.0,0.222324548915391,0.0,0.942833159626607 -583,0.5,0.255951455205554,0.0,0.219212113650689,0.0,0.950928888660782 -584,0.5,0.255951455205554,0.0,0.222174441064513,0.0,0.955051598505724 -585,0.5,0.255951455205554,0.0049750110623997,0.233940625024103,0.0,0.958965481595493 -586,0.5,0.255951455205554,0.0844487554363819,0.255555937265132,0.0840366048297853,0.9659248263538 -587,0.5,0.255951455205554,0.181578215455631,0.268202107351639,0.21054996301356,0.975675243884317 -588,0.5,0.255951455205554,0.256867562077314,0.281678499461627,0.29791974180416,0.97551242529178 -589,0.5,0.255951455205554,0.276741708102514,0.299187075669023,0.358784404641315,0.973163023621851 -590,0.5,0.255951455205554,0.252294667488632,0.305584880169981,0.352424974509408,0.969673934082268 -591,0.5,0.255951455205554,0.185107720723037,0.29469615708537,0.243169458654884,0.967767842018744 -592,0.5,0.255951455205554,0.0746548199105375,0.282905097162938,0.0930860636788964,0.969150079759136 -593,0.5,0.255951455205554,7.48210763929715e-05,0.289586584547826,0.0,0.972832376305722 -594,0.5,0.255951455205554,0.0,0.304095387308201,0.0,0.979660270023746 -595,0.5,0.255951455205554,0.0,0.338559389251828,0.0,0.978812379005336 -596,0.5,0.255951455205554,0.0,0.371405686438749,0.0,0.979037804126756 -597,0.5,0.255951455205554,0.0,0.377418878802291,0.0,0.958103999245907 -598,0.5,0.255951455205554,0.0,0.36772999547084,0.0,0.886251721407855 -599,0.5,0.255951455205554,0.0,0.351184476017175,0.0,0.856512011979155 -600,0.5,0.255951455205554,0.0,0.343031747018433,0.0,0.826786295853355 -601,0.5,0.255951455205554,0.0,0.337043977714492,0.0,0.768678031047944 -602,0.5,0.255951455205554,0.0,0.356557464278179,0.0,0.674358778201785 -603,0.5,0.255951455205554,0.0,0.369160034075776,0.0,0.617858596982221 -604,0.5,0.255951455205554,0.0,0.365875855065969,0.0,0.74624530356397 -605,0.5,0.255951455205554,0.0,0.345368228308866,0.0,0.887738053827962 -606,0.5,0.255951455205554,0.0,0.297323820287022,0.0,0.909338482283076 -607,0.5,0.255951455205554,0.0,0.244023585781796,0.0,0.884719933057387 -608,0.5,0.255951455205554,0.0,0.204541351018674,0.0,0.854801971379587 -609,0.5,0.255951455205554,0.00472101947025698,0.19732975060527,0.0,0.890061744941553 -610,0.5,0.255951455205554,0.0673833347600355,0.22051875468303,0.117092857949352,0.920884082894901 -611,0.5,0.255951455205554,0.138953160671954,0.253479908441908,0.290127183335459,0.929648782097448 -612,0.5,0.255951455205554,0.18788184177713,0.280831200228104,0.421550631303104,0.924278442550524 -613,0.5,0.255951455205554,0.206563817720077,0.286939492997341,0.482050317582857,0.921404835195425 -614,0.5,0.255951455205554,0.193158637364971,0.286738119261477,0.469709990592151,0.929084699263278 -615,0.5,0.255951455205554,0.149302023647856,0.291483560157962,0.354230544758825,0.928042177864665 -616,0.5,0.255951455205554,0.0618831666737129,0.296227637697665,0.211857759603353,0.927862862107265 -617,0.5,0.255951455205554,0.000105182128569754,0.31715751628265,0.0,0.935699028865345 -618,0.5,0.255951455205554,0.0,0.36018829597768,0.0,0.95130491321371 -619,0.5,0.255951455205554,0.0,0.409967103862045,0.0,0.972194196889785 -620,0.5,0.255951455205554,0.0,0.456016842064924,0.0,0.981011486125644 -621,0.5,0.255951455205554,0.0,0.492345892406601,0.0,0.988862751653259 -622,0.5,0.255951455205554,0.0,0.535679237931079,0.0,0.995583245518567 -623,0.5,0.255951455205554,0.0,0.562032445919632,0.0,1.00174764991805 -624,0.5,0.255951455205554,0.0,0.583041673154573,0.0,1.00512054163086 -625,0.5,0.255951455205554,0.0,0.595517093449956,0.0,1.00508728188022 -626,0.5,0.255951455205554,0.0,0.597397862130729,0.0,0.997731913194798 -627,0.5,0.255951455205554,0.0,0.605668593014467,0.0,0.897804960078208 -628,0.5,0.255951455205554,0.0,0.60763518134826,0.0,0.336080324720563 -629,0.5,0.255951455205554,0.0,0.600040529843565,0.0,0.172103055204831 -630,0.5,0.255951455205554,0.0,0.590347001440214,0.0,0.560255578102141 -631,0.5,0.255951455205554,0.0,0.592939094667439,0.0,0.842831676552793 -632,0.5,0.255951455205554,0.0,0.580130670595554,0.0,0.896769008534497 -633,0.5,0.255951455205554,0.00316598161394219,0.561185849881628,0.0,0.850690398870942 -634,0.5,0.255951455205554,0.0417344938894153,0.530604741698745,0.0154843220086296,0.80534290772148 -635,0.5,0.255951455205554,0.0990236744675604,0.491045529972035,0.0411877137476449,0.762170943721662 -636,0.5,0.255951455205554,0.171992621528389,0.444734508723705,0.0477412542914485,0.76061566373466 -637,0.5,0.255951455205554,0.211444103772007,0.390388925471524,0.0653791001441227,0.72241839780256 -638,0.5,0.255951455205554,0.213869141363254,0.333301696091394,0.0848217749428271,0.734060395490159 -639,0.5,0.255951455205554,0.169581453445468,0.289828687055491,0.0688459865795819,0.78400329697465 -640,0.5,0.255951455205554,0.0932068859293105,0.266421125077905,0.034579284893485,0.807322400727858 -641,0.5,0.255951455205554,0.000280614190524762,0.253977607946684,0.0,0.836342709623469 -642,0.5,0.255951455205554,0.0,0.250422245305019,0.0,0.808397440352175 -643,0.5,0.255951455205554,0.0,0.25330714783709,0.0,0.787638591081805 -644,0.5,0.255951455205554,0.0,0.253670637401247,0.0,0.860624880430505 -645,0.5,0.255951455205554,0.0,0.246841319723287,0.0,0.871938820866734 -646,0.5,0.255951455205554,0.0,0.244748902669322,0.0,0.811703043933205 -647,0.5,0.255951455205554,0.0,0.239304439988637,0.0,0.789279356832266 -648,0.5,0.255951455205554,0.0,0.229107434728117,0.0,0.770995208288385 -649,0.5,0.255951455205554,0.0,0.224963714799059,0.0,0.80912860548257 -650,0.5,0.255951455205554,0.0,0.221140644664597,0.0,0.868088098769432 -651,0.5,0.255951455205554,0.0,0.20836300005503,0.0,0.885272508087693 -652,0.5,0.255951455205554,0.0,0.19367055536311,0.0,0.895071922548332 -653,0.5,0.255951455205554,0.0,0.190108972295748,0.0,0.893593512633509 -654,0.5,0.255951455205554,0.0,0.202645989153788,0.0,0.885532904615555 -655,0.5,0.255951455205554,0.0,0.226343769200655,0.0,0.891247447394185 -656,0.5,0.255951455205554,0.0,0.256786907305086,0.0,0.914040847218774 -657,0.5,0.255951455205554,0.00917099432611308,0.286817397783646,0.0,0.933834997027387 -658,0.5,0.255951455205554,0.0914259772382925,0.306402819607416,0.0116255684383437,0.945215464528844 -659,0.5,0.255951455205554,0.202754773745497,0.325669359122065,0.0321560156279332,0.945816521199429 -660,0.5,0.255951455205554,0.295629470849599,0.33934155400931,0.0490922558648367,0.940471603946908 -661,0.5,0.255951455205554,0.344360033593464,0.350566022131776,0.0521165241343085,0.935640371550463 -662,0.5,0.255951455205554,0.337657033917585,0.35011642020861,0.0476957406747423,0.936017579529234 -663,0.5,0.255951455205554,0.273655485959574,0.341597842851984,0.0335597186675618,0.946107065420389 -664,0.5,0.255951455205554,0.147157614300489,0.323073205598711,0.0126102731620694,0.957351905798207 -665,0.5,0.255951455205554,0.00111770365943505,0.305709386159481,0.0,0.954704457779262 -666,0.5,0.255951455205554,0.0,0.293284643816526,0.0,0.947136629485549 -667,0.5,0.255951455205554,0.0,0.285481831804971,0.0,0.943777851774679 -668,0.5,0.255951455205554,0.0,0.274348399081563,0.0,0.947668125168587 -669,0.5,0.255951455205554,0.0,0.259046438437289,0.0,0.953828270562031 -670,0.5,0.255951455205554,0.0,0.237335281466438,0.0,0.955277040990894 -671,0.5,0.255951455205554,0.0,0.216322398311137,0.0,0.953995156106713 -672,0.5,0.255951455205554,0.0,0.198599468395507,0.0,0.952844120377125 -673,0.5,0.255951455205554,0.0,0.190213713112307,0.0,0.952771233285682 -674,0.5,0.255951455205554,0.0,0.191074230433197,0.0,0.952426191938196 -675,0.5,0.255951455205554,0.0,0.199124738808811,0.0,0.946612848391017 -676,0.5,0.255951455205554,0.0,0.215830107412772,0.0,0.936841188429725 -677,0.5,0.255951455205554,0.0,0.234230788168115,0.0,0.925490618140837 -678,0.5,0.255951455205554,0.0,0.24740783620743,0.0,0.93101314410218 -679,0.5,0.255951455205554,0.0,0.257570058660529,0.0,0.944994305112912 -680,0.5,0.255951455205554,0.0,0.258303263311615,0.0,0.957123023182471 -681,0.5,0.255951455205554,0.017104182047868,0.267258838847369,0.0,0.954106583537338 -682,0.5,0.255951455205554,0.147784255080262,0.289437461325383,0.026705633743904,0.948693121568163 -683,0.5,0.255951455205554,0.285949995236134,0.31772219206852,0.0681703520460045,0.94339338397087 -684,0.5,0.255951455205554,0.385473274992387,0.33543228708909,0.0987781388107435,0.93260384140627 -685,0.5,0.255951455205554,0.426719806791481,0.333434809506355,0.111826308110198,0.907510354238806 -686,0.5,0.255951455205554,0.410912975941223,0.340917555968435,0.106659330424706,0.881084032039658 -687,0.5,0.255951455205554,0.333743336332467,0.337434287168157,0.0693865149804227,0.859814898584631 -688,0.5,0.255951455205554,0.185373308299852,0.328529833520703,0.0279592983601566,0.856402203624764 -689,0.5,0.255951455205554,0.00276447187539519,0.308349706958381,0.0,0.864435383337475 -690,0.5,0.255951455205554,0.0,0.313112102560188,0.0,0.871975723763219 -691,0.5,0.255951455205554,0.0,0.32249973561136,0.0,0.859856086024799 -692,0.5,0.255951455205554,0.0,0.308288604498004,0.0,0.823004238723268 -693,0.5,0.255951455205554,0.0,0.282634276565662,0.0,0.761162310621639 -694,0.5,0.255951455205554,0.0,0.258246922826855,0.0,0.685124828268083 -695,0.5,0.255951455205554,0.0,0.240003807067891,0.0,0.609082973362075 -696,0.5,0.255951455205554,0.0,0.220541948637055,0.0,0.595795824991872 -697,0.5,0.255951455205554,0.0,0.203964157560868,0.0,0.638544886472648 -698,0.5,0.255951455205554,0.0,0.193186481183601,0.0,0.687264192210935 -699,0.5,0.255951455205554,0.0,0.182657076021501,0.0,0.716181850380518 -700,0.5,0.255951455205554,0.0,0.182003039006887,0.0,0.764855745936246 -701,0.5,0.255951455205554,0.0,0.194252860374666,0.0,0.798914568029627 -702,0.5,0.255951455205554,0.0,0.204926180113299,0.0,0.836555920863605 -703,0.5,0.255951455205554,0.0,0.204134476310407,0.0,0.874816903674643 -704,0.5,0.255951455205554,0.0,0.196204685180362,0.0,0.894351349649236 -705,0.5,0.255951455205554,0.0185353346759609,0.191677443397445,0.000252538811650355,0.90373765543141 -706,0.5,0.255951455205554,0.148228990687709,0.194914765131503,0.032120866262942,0.912370237880827 -707,0.5,0.255951455205554,0.285710862269481,0.202027041180665,0.0908744629163929,0.918218573003733 -708,0.5,0.255951455205554,0.386591414944808,0.196897159452333,0.194020398544173,0.900019293802919 -709,0.5,0.255951455205554,0.438032566440722,0.191994964831837,0.275538061489821,0.87392010245538 -710,0.5,0.255951455205554,0.428449434767238,0.191332792155338,0.213206244212382,0.856576335778517 -711,0.5,0.255951455205554,0.354410110279408,0.182070136087049,0.119969197891882,0.831940555529722 -712,0.5,0.255951455205554,0.195934302000842,0.169354933150229,0.0534191801877671,0.801496248792066 -713,0.5,0.255951455205554,0.0038688071025763,0.16199873869364,0.0,0.783856961765226 -714,0.5,0.255951455205554,0.0,0.157494374651047,0.0,0.800716299256629 -715,0.5,0.255951455205554,0.0,0.150257879457895,0.0,0.832576214670988 -716,0.5,0.255951455205554,0.0,0.142213383639448,0.0,0.842031266760265 -717,0.5,0.255951455205554,0.0,0.136913472064318,0.0,0.807210439322645 -718,0.5,0.255951455205554,0.0,0.131769581066492,0.0,0.77819042346601 -719,0.5,0.255951455205554,0.0,0.126191713123414,0.0,0.775928084020568 -720,0.5,0.255951455205554,0.0,0.120420190863413,0.0,0.737765723121809 -721,0.5,0.255951455205554,0.0,0.123425018579116,0.0,0.649520225760986 -722,0.5,0.255951455205554,0.0,0.123486516001158,0.0,0.628163647444155 -723,0.5,0.255951455205554,0.0,0.119877242204773,0.0,0.573609865956918 -724,0.5,0.255951455205554,0.0,0.116996357700996,0.0,0.492583654319373 -725,0.5,0.255951455205554,0.0,0.1150895394698,0.0,0.418182841153636 -726,0.5,0.255951455205554,0.0,0.112393814584816,0.0,0.370968345001474 -727,0.5,0.255951455205554,0.0,0.117579238614104,0.0,0.399982509385952 -728,0.5,0.255951455205554,0.0,0.116413100611157,0.0,0.438854206314527 -729,0.5,0.255951455205554,0.00902719850032842,0.111577758889767,0.000722899686940124,0.376232270769762 -730,0.5,0.255951455205554,0.0839916070640932,0.111805303433465,0.0417752492494143,0.324323536318881 -731,0.5,0.255951455205554,0.171273821782098,0.109343600830139,0.111153787740038,0.242545762635537 -732,0.5,0.255951455205554,0.244019825482019,0.0971740510751287,0.147551271366257,0.207333450778534 -733,0.5,0.255951455205554,0.286351468887463,0.0805112507058014,0.193302682230825,0.225416741460355 -734,0.5,0.255951455205554,0.29185274473372,0.0642794623548973,0.189365274786138,0.253277397594031 -735,0.5,0.255951455205554,0.267476387593234,0.0560545069528107,0.16442422192429,0.27756281073549 -736,0.5,0.255951455205554,0.18367103200796,0.0551870952597904,0.109443759075872,0.314750790247009 -737,0.5,0.255951455205554,0.00705928201000908,0.06447745587346,0.0,0.391683152106015 -738,0.5,0.255951455205554,0.0,0.0807819754189902,0.0,0.507649127791329 -739,0.5,0.255951455205554,0.0,0.0997434975340241,0.0,0.634525102608318 -740,0.5,0.255951455205554,0.0,0.11495383646149,0.0,0.727207262950641 -741,0.5,0.255951455205554,0.0,0.13079899406639,0.0,0.819356495060858 -742,0.5,0.255951455205554,0.0,0.155213072462885,0.0,0.875329514980235 -743,0.5,0.255951455205554,0.0,0.177528337945382,0.0,0.910859157369961 -744,0.5,0.255951455205554,0.0,0.19974601404564,0.0,0.921998034073931 -745,0.5,0.255951455205554,0.0,0.227798909865827,0.0,0.920535054868027 -746,0.5,0.255951455205554,0.0,0.259922203525244,0.0,0.916460401370946 -747,0.5,0.255951455205554,0.0,0.28653112658044,0.0,0.920288949584617 -748,0.5,0.255951455205554,0.0,0.32051839212297,0.0,0.93376138028095 -749,0.5,0.255951455205554,0.0,0.36263860657944,0.0,0.934481458111787 -750,0.5,0.255951455205554,0.0,0.399987988792995,0.0,0.936425184400495 -751,0.5,0.255951455205554,0.0,0.425396629961601,0.0,0.943422572775859 -752,0.5,0.255951455205554,0.0,0.443791940472934,0.0,0.950734193843632 -753,0.5,0.255951455205554,0.0215125825450196,0.453654028494278,0.00142076915874614,0.954679834479794 -754,0.5,0.255951455205554,0.127566278595738,0.451986159327055,0.0524349291960077,0.960574255832889 -755,0.5,0.255951455205554,0.231720547780038,0.451644264854788,0.0704240853677312,0.963255360954803 -756,0.5,0.255951455205554,0.30506405499862,0.443693902800738,0.16300081666304,0.939302112162689 -757,0.5,0.255951455205554,0.318465097517286,0.417416784403136,0.175284228760784,0.850427940207861 -758,0.5,0.255951455205554,0.266610578003854,0.381139543816558,0.0899969209641941,0.864243254588191 -759,0.5,0.255951455205554,0.188763981142063,0.331257583498198,0.0515918589783208,0.903616416968423 -760,0.5,0.255951455205554,0.0958249199230506,0.279316612007309,0.0104852533635025,0.887967964125241 -761,0.5,0.255951455205554,0.00356949836184817,0.231602537989611,0.000792457708316572,0.884156611898371 -762,0.5,0.255951455205554,0.0,0.196148994516441,0.0,0.8519015164411 -763,0.5,0.255951455205554,0.0,0.164777103402615,0.0,0.852014144000821 -764,0.5,0.255951455205554,0.0,0.144747384728264,0.0,0.917294583184802 -765,0.5,0.255951455205554,0.0,0.139793566794937,0.0,0.921300766114065 -766,0.5,0.255951455205554,0.0,0.145129059484209,0.0,0.916656018619172 -767,0.5,0.255951455205554,0.0,0.152468448564969,0.0,0.913976778984533 -768,0.5,0.255951455205554,0.0,0.162818861550157,0.0,0.911060658892018 -769,0.5,0.255951455205554,0.0,0.175055264644005,0.0,0.909778972735986 -770,0.5,0.255951455205554,0.0,0.188397699304975,0.0,0.912056899144055 -771,0.5,0.255951455205554,0.0,0.199469425711153,0.0,0.91462880617114 -772,0.5,0.255951455205554,0.0,0.200940194246247,0.0,0.91578915185238 -773,0.5,0.255951455205554,0.0,0.199675319472036,0.0,0.915851487236322 -774,0.5,0.255951455205554,0.0,0.19826133642393,0.0,0.915819970456125 -775,0.5,0.255951455205554,0.0,0.192416188012878,0.0,0.915969422678802 -776,0.5,0.255951455205554,0.0,0.183992677437175,0.0,0.914157244473825 -777,0.5,0.255951455205554,0.00656258869594078,0.175605354821335,0.00347924879222298,0.904995592993422 -778,0.5,0.255951455205554,0.0760187477389067,0.168540160138239,0.139456544566172,0.90312804818643 -779,0.5,0.255951455205554,0.157379529281192,0.161088832488185,0.298000361637179,0.901776381334829 -780,0.5,0.255951455205554,0.222821247647442,0.155004367019988,0.360652226822078,0.881787859237421 -781,0.5,0.255951455205554,0.260677746127988,0.15552475412145,0.212404585340031,0.875058101128393 -782,0.5,0.255951455205554,0.257462220568507,0.138226378440915,0.113278379348133,0.872693216797079 -783,0.5,0.255951455205554,0.213739934090679,0.114578958775014,0.0602855111913482,0.857445287734844 -784,0.5,0.255951455205554,0.14039420000654,0.0983634022274845,0.0452519541248283,0.852140833694116 -785,0.5,0.255951455205554,0.0113329276096323,0.0964653555160859,0.0,0.835512275412386 -786,0.5,0.255951455205554,0.0,0.09206004105261,0.0,0.814531076843577 -787,0.5,0.255951455205554,0.0,0.0828037387985646,0.0,0.850873570768642 -788,0.5,0.255951455205554,0.0,0.0794012991065003,0.0,0.88040749368967 -789,0.5,0.255951455205554,0.0,0.0819500522894357,0.0,0.875929037779578 -790,0.5,0.255951455205554,0.0,0.0819287631933435,0.0,0.861025352660976 -791,0.5,0.255951455205554,0.0,0.0764875967836527,0.0,0.833586064749489 -792,0.5,0.255951455205554,0.0,0.0699312849139848,0.0,0.815171138184989 -793,0.5,0.255951455205554,0.0,0.0642568756839468,0.0,0.799287003670158 -794,0.5,0.255951455205554,0.0,0.0552494568954981,0.0,0.782098724656619 -795,0.5,0.255951455205554,0.0,0.0470994285122018,0.0,0.774691082372261 -796,0.5,0.255951455205554,0.0,0.044097784855862,0.0,0.743552478362077 -797,0.5,0.255951455205554,0.0,0.0416797680463971,0.0,0.690559569630581 -798,0.5,0.255951455205554,0.0,0.0411335215513401,0.0,0.614875007169848 -799,0.5,0.255951455205554,0.0,0.0472772089300825,0.0,0.547579682309832 -800,0.5,0.255951455205554,0.0,0.0527179590725366,0.0,0.560093843514495 -801,0.5,0.255951455205554,0.0130018749897533,0.0598771100830456,0.00476166934270528,0.693490365601256 -802,0.5,0.255951455205554,0.114399639017744,0.0742742216018634,0.154176927524616,0.628102891511621 -803,0.5,0.255951455205554,0.224641295315421,0.100629783042489,0.315480545527722,0.531689360120655 -804,0.5,0.255951455205554,0.316154063353855,0.136266844591516,0.437199221319877,0.630618836341562 -805,0.5,0.255951455205554,0.360731962378771,0.176068258463946,0.495004328212174,0.704371406619967 -806,0.5,0.255951455205554,0.352133286685357,0.21389998214513,0.483099030108674,0.811886633028164 -807,0.5,0.255951455205554,0.287635097739095,0.225160899929593,0.40758861174997,0.85872276322628 -808,0.5,0.255951455205554,0.17396591300069,0.236732446782722,0.278973843054678,0.86910908815883 -809,0.5,0.255951455205554,0.0151328976108169,0.273099814256718,0.0,0.879083386022062 -810,0.5,0.255951455205554,0.0,0.321189013252822,0.0,0.866890950286333 -811,0.5,0.255951455205554,0.0,0.349359357991573,0.0,0.870812872992059 -812,0.5,0.255951455205554,0.0,0.351527074340405,0.0,0.934856177586237 -813,0.5,0.255951455205554,0.0,0.337874543037463,0.0,0.969211603806813 -814,0.5,0.255951455205554,0.0,0.31137632036924,0.0,0.96256394069641 -815,0.5,0.255951455205554,0.0,0.276164877201146,0.0,0.945768174483352 -816,0.5,0.255951455205554,0.0,0.229216247658006,0.0,0.907790277092326 -817,0.5,0.255951455205554,0.0,0.196445462013844,0.0,0.869993879521316 -818,0.5,0.255951455205554,0.0,0.168017721873582,0.0,0.83563693212725 -819,0.5,0.255951455205554,0.0,0.147782562932347,0.0,0.793783035959865 -820,0.5,0.255951455205554,0.0,0.131063124065012,0.0,0.772793746487253 -821,0.5,0.255951455205554,0.0,0.123076215559327,0.0,0.765389717009054 -822,0.5,0.255951455205554,0.0,0.117979867391032,0.0,0.741274339959092 -823,0.5,0.255951455205554,0.0,0.113037362693431,0.0,0.690317215056466 -824,0.5,0.255951455205554,0.0,0.10633475707941,0.0,0.591727896706521 -825,0.5,0.255951455205554,0.0236396389061002,0.0982730481362924,0.00177398688641607,0.517564308628231 -826,0.5,0.255951455205554,0.120317756062826,0.0981349429237896,0.0764495666945485,0.629214078578837 -827,0.5,0.255951455205554,0.220041966371539,0.100005663384811,0.214964555029681,0.721046562487638 -828,0.5,0.255951455205554,0.289919974062737,0.10259791857944,0.324213553313177,0.762792612305284 -829,0.5,0.255951455205554,0.311030564007876,0.110989946319681,0.345727857039819,0.783392758844593 -830,0.5,0.255951455205554,0.282975207259098,0.112590698985793,0.408251518890204,0.763893037803296 -831,0.5,0.255951455205554,0.223560319653589,0.109902167282874,0.314621202072731,0.751581555932629 -832,0.5,0.255951455205554,0.134963105428591,0.101546204990603,0.171685407380629,0.714954849697574 -833,0.5,0.255951455205554,0.0119204048079113,0.0924712410860635,0.0,0.658598417131065 -834,0.5,0.255951455205554,0.0,0.08439421751033,0.0,0.62466860555989 -835,0.5,0.255951455205554,0.0,0.0802026390187775,0.0,0.58592067967142 -836,0.5,0.255951455205554,0.0,0.0760118885304755,0.0,0.570637288343954 -837,0.5,0.255951455205554,0.0,0.0807799277908625,0.0,0.663939797279914 -838,0.5,0.255951455205554,0.0,0.0904658972884169,0.0,0.793961343817407 -839,0.5,0.255951455205554,0.0,0.102414705208139,0.0,0.837089278064347 -840,0.5,0.255951455205554,0.0,0.11070386527645,0.0,0.855857893718687 -841,0.5,0.255951455205554,0.0,0.12004662872912,0.0,0.873606243033992 -842,0.5,0.255951455205554,0.0,0.134162397556233,0.0,0.86751136318402 -843,0.5,0.255951455205554,0.0,0.149863886331644,0.0,0.882234734062716 -844,0.5,0.255951455205554,0.0,0.168853989084585,0.0,0.88618699265622 -845,0.5,0.255951455205554,0.0,0.198891959975769,0.0,0.888651341375887 -846,0.5,0.255951455205554,0.0,0.229099248686582,0.0,0.907358491559078 -847,0.5,0.255951455205554,0.0,0.26670860863545,0.0,0.911594602474765 -848,0.5,0.255951455205554,0.0,0.29725682208963,0.0,0.912306100680376 -849,0.5,0.255951455205554,0.0340940203354332,0.307728723380657,0.00654101345510842,0.913472682447961 -850,0.5,0.255951455205554,0.155610508974874,0.306544164979134,0.151569767423075,0.91547376444577 -851,0.5,0.255951455205554,0.256379778416341,0.315334172436216,0.293067487599672,0.916985035292737 -852,0.5,0.255951455205554,0.315084646110855,0.329003745982793,0.420158713895173,0.922533126305835 -853,0.5,0.255951455205554,0.324091661517622,0.348325234908996,0.492414713229791,0.922457170072824 -854,0.5,0.255951455205554,0.290778294700256,0.357633382770483,0.46015636141391,0.916810939659753 -855,0.5,0.255951455205554,0.23230769803271,0.350033462770851,0.293108757782941,0.908962051466896 -856,0.5,0.255951455205554,0.141086316588987,0.338052754256887,0.0917123901011683,0.91432598880308 -857,0.5,0.255951455205554,0.0187282229505547,0.319728883871897,0.0,0.917492439484375 -858,0.5,0.255951455205554,0.0,0.319283756755487,0.0,0.900798471976512 -859,0.5,0.255951455205554,0.0,0.321926891999089,0.0,0.858756989066295 -860,0.5,0.255951455205554,0.0,0.327765541116754,0.0,0.898610276599147 -861,0.5,0.255951455205554,0.0,0.340353358127141,0.0,0.917721723841447 -862,0.5,0.255951455205554,0.0,0.362407332655301,0.0,0.916733661407671 -863,0.5,0.255951455205554,0.0,0.378817586290671,0.0,0.920013777340774 -864,0.5,0.255951455205554,0.0,0.399436781940597,0.0,0.919414816400751 -865,0.5,0.255951455205554,0.0,0.421467362009785,0.0,0.921881849831657 -866,0.5,0.255951455205554,0.0,0.444420877192762,0.0,0.921785519119552 -867,0.5,0.255951455205554,0.0,0.473040563784902,0.0,0.92194080958906 -868,0.5,0.255951455205554,0.0,0.491437224742766,0.0,0.92427213725278 -869,0.5,0.255951455205554,0.0,0.505468013039602,0.0,0.927817429860098 -870,0.5,0.255951455205554,0.0,0.501873163841067,0.0,0.928997452847528 -871,0.5,0.255951455205554,0.0,0.482527155766791,0.0,0.934709014259832 -872,0.5,0.255951455205554,0.0,0.461300331171486,0.0,0.948244871636089 -873,0.5,0.255951455205554,0.0175447332711253,0.43808057123592,0.000782545701418233,0.950399579034036 -874,0.5,0.255951455205554,0.0869772157660199,0.431406973635577,0.0104407918565823,0.944699794199709 -875,0.5,0.255951455205554,0.167186977393434,0.460777250476543,0.0286000858068326,0.948658078251248 -876,0.5,0.255951455205554,0.240437579237796,0.48926636601253,0.0446976160686179,0.944777056988058 -877,0.5,0.255951455205554,0.292403036331358,0.485903735544215,0.0481430948542886,0.946249187748415 -878,0.5,0.255951455205554,0.307311943857413,0.437066269517355,0.0994117450473183,0.942666410781391 -879,0.5,0.255951455205554,0.276046244185873,0.354017253969088,0.0234559630774301,0.888150380947765 -880,0.5,0.255951455205554,0.193284817519441,0.276334940285853,0.00759355214654842,0.836837706410964 -881,0.5,0.255951455205554,0.029530938185875,0.247411347089016,0.0,0.753505981968447 -882,0.5,0.255951455205554,0.0,0.258215858176819,0.0,0.766137692196367 -883,0.5,0.255951455205554,0.0,0.27618169677449,0.0,0.78729053829302 -884,0.5,0.255951455205554,0.0,0.311292743486919,0.0,0.765557239657861 -885,0.5,0.255951455205554,0.0,0.347389505850234,0.0,0.727302678578524 -886,0.5,0.255951455205554,0.0,0.388565755894419,0.0,0.763163422676985 -887,0.5,0.255951455205554,0.0,0.437982907735081,0.0,0.879799567022166 -888,0.5,0.255951455205554,0.0,0.491668272499625,0.0,0.91698689503454 -889,0.5,0.255951455205554,0.0,0.53742835923397,0.0,0.925400312356506 -890,0.5,0.255951455205554,0.0,0.581276649424719,0.0,0.925178754227655 -891,0.5,0.255951455205554,0.0,0.63129820015086,0.0,0.901374118168007 -892,0.5,0.255951455205554,0.0,0.695505572097838,0.0,0.915477423305592 -893,0.5,0.255951455205554,0.0,0.732379654181481,0.0,0.955071442092292 -894,0.5,0.255951455205554,0.0,0.766032528701157,0.0,0.983416055070914 -895,0.5,0.255951455205554,0.0,0.795332130165894,0.0,0.994711784662575 -896,0.5,0.255951455205554,0.0,0.814096602054459,0.0,1.00096676709897 -897,0.5,0.255951455205554,0.00701452733691146,0.827351355376818,0.000268923671718137,0.9994594383236 -898,0.5,0.255951455205554,0.0350004458842747,0.850123457376434,0.00136626279700543,0.990603405750833 -899,0.5,0.255951455205554,0.0712023477519955,0.879780259790129,0.0114915207890214,0.981960086201208 -900,0.5,0.255951455205554,0.100388391400791,0.931961151790729,0.063857817521132,0.968766461628592 -901,0.5,0.255951455205554,0.114567078187774,0.977841429689657,0.0124434429054967,0.976415958147169 -902,0.5,0.255951455205554,0.103981391199765,0.996283937877373,0.0120538068798561,0.978278827035879 -903,0.5,0.255951455205554,0.0775069067022653,1.00047504421775,0.0153632947075054,0.994067751281162 -904,0.5,0.255951455205554,0.0444918237918888,0.992665526840287,0.0114614005946526,1.00137405024598 -905,0.5,0.255951455205554,0.0106278932059571,0.9673871045796,0.0,1.00608667855528 -906,0.5,0.255951455205554,0.0,0.936425665159373,0.0,1.00777635397364 -907,0.5,0.255951455205554,0.0,0.902118651264993,0.0,1.00973920986444 -908,0.5,0.255951455205554,0.0,0.862217496529956,0.0,1.00971407211612 -909,0.5,0.255951455205554,0.0,0.806699601873384,0.0,1.00574618711102 -910,0.5,0.255951455205554,0.0,0.739125229411796,0.0,0.985075343953669 -911,0.5,0.255951455205554,0.0,0.670513347979862,0.0,0.951595697997163 -912,0.5,0.255951455205554,0.0,0.623332659115197,0.0,0.944967130451665 -913,0.5,0.255951455205554,0.0,0.568405306106614,0.0,0.906014878959591 -914,0.5,0.255951455205554,0.0,0.498157531991249,0.0,0.844967090151068 -915,0.5,0.255951455205554,0.0,0.443891308608788,0.0,0.964568138306353 -916,0.5,0.255951455205554,0.0,0.421462153846641,0.0,0.987320108453422 -917,0.5,0.255951455205554,0.0,0.42604455076976,0.0,0.985802544280412 -918,0.5,0.255951455205554,0.0,0.459852516249459,0.0,0.992355107781628 -919,0.5,0.255951455205554,0.0,0.502796415991929,0.0,0.980405038236548 -920,0.5,0.255951455205554,0.0,0.542417083902581,0.0,0.972264580631759 -921,0.5,0.255951455205554,0.0372618518209357,0.589061151605933,0.00696503558380121,0.963944325297128 -922,0.5,0.255951455205554,0.148911234224701,0.644743752278679,0.112401829223957,0.961373648832595 -923,0.5,0.255951455205554,0.251931848465754,0.730323330920477,0.239577726745081,0.965293681934803 -924,0.5,0.255951455205554,0.307106324616179,0.805288416638876,0.328016918410937,0.969996222838923 -925,0.5,0.255951455205554,0.30864519657838,0.842920150792814,0.240185219687272,0.978183807539311 -926,0.5,0.255951455205554,0.261096800710419,0.859045240835964,0.108223106726752,0.98167621398691 -927,0.5,0.255951455205554,0.183180826648697,0.83773746945817,0.0692190979837948,0.990174006874782 -928,0.5,0.255951455205554,0.09739185402047,0.798029812949166,0.00976020944791339,0.997058315402839 -929,0.5,0.255951455205554,0.0158347453168411,0.733732357243221,0.0,0.997575327788838 -930,0.5,0.255951455205554,0.0,0.665606240654258,0.0,0.990840103595249 -931,0.5,0.255951455205554,0.0,0.630736319627706,0.0,0.97996234368558 -932,0.5,0.255951455205554,0.0,0.598545192173767,0.0,0.968526630533231 -933,0.5,0.255951455205554,0.0,0.578340095484165,0.0,0.958830878963959 -934,0.5,0.255951455205554,0.0,0.573086790310573,0.0,0.948953827144445 -935,0.5,0.255951455205554,0.0,0.576440183948964,0.0,0.942364549517133 -936,0.5,0.255951455205554,0.0,0.58065732597038,0.0,0.937492419453509 -937,0.5,0.255951455205554,0.0,0.596496736797239,0.0,0.936970513212346 -938,0.5,0.255951455205554,0.0,0.620829493550944,0.0,0.941076526772663 -939,0.5,0.255951455205554,0.0,0.664033921275218,0.0,0.947935236626233 -940,0.5,0.255951455205554,0.0,0.698116769881284,0.0,0.962620984814877 -941,0.5,0.255951455205554,0.0,0.708976822256764,0.0,0.976331078434202 -942,0.5,0.255951455205554,0.0,0.718598699438693,0.0,0.975367611510595 -943,0.5,0.255951455205554,0.0,0.715317242432879,0.0,0.977638842934664 -944,0.5,0.255951455205554,0.0,0.699606967417112,0.0,0.976403835154474 -945,0.5,0.255951455205554,0.0204874000072441,0.688324836167016,0.000702647584743759,0.983289714718666 -946,0.5,0.255951455205554,0.082154003603634,0.7296201455554,0.00866692072246402,0.272333917910763 -947,0.5,0.255951455205554,0.142284986628373,0.801299979729065,0.0218820704707475,0.980460728009882 -948,0.5,0.255951455205554,0.172293575132115,0.852713456717089,0.0407051335886075,0.986440154154257 -949,0.5,0.255951455205554,0.196510165734833,0.866023762181704,0.0482395731865206,0.985992836963931 -950,0.5,0.255951455205554,0.191558726112007,0.869567374921868,0.0351091233375227,0.990931229192355 -951,0.5,0.255951455205554,0.16467669947932,0.858114434546349,0.0307522187675705,0.985110691841307 -952,0.5,0.255951455205554,0.125870846468851,0.8321403030847,0.0253845464746228,0.963068355009225 -953,0.5,0.255951455205554,0.0332566235537771,0.766082230237906,0.0,0.945092201755624 -954,0.5,0.255951455205554,0.0,0.691680796507075,0.0,0.945526906565054 -955,0.5,0.255951455205554,0.0,0.700520076988661,0.0,0.949385592815427 -956,0.5,0.255951455205554,0.0,0.700533418553231,0.0,0.924349052649223 -957,0.5,0.255951455205554,0.0,0.705786424808753,0.0,0.978704159925927 -958,0.5,0.255951455205554,0.0,0.666225503466701,0.0,0.98132038635123 -959,0.5,0.255951455205554,0.0,0.620181735147086,0.0,0.979698105691617 -960,0.5,0.255951455205554,0.0,0.560069725267346,0.0,0.970653200751402 -961,0.5,0.255951455205554,0.0,0.516747912471152,0.0,0.978745297387456 -962,0.5,0.255951455205554,0.0,0.47271238434513,0.0,0.984912457120548 -963,0.5,0.255951455205554,0.0,0.428630831338372,0.0,0.996289740468388 -964,0.5,0.255951455205554,0.0,0.380877430202254,0.0,0.994202868996032 -965,0.5,0.255951455205554,0.0,0.326014042136773,0.0,0.971762412761525 -966,0.5,0.255951455205554,0.0,0.278835347321329,0.0,0.9633336852953 -967,0.5,0.255951455205554,0.0,0.23821957542301,0.0,0.95829360981956 -968,0.5,0.255951455205554,0.0,0.206390776535931,0.0,0.937750900693353 -969,0.5,0.255951455205554,0.0436770646283617,0.180295181173357,0.00392464225688855,0.923872116371966 -970,0.5,0.255951455205554,0.173003591459457,0.168951511306296,0.0925430600232864,0.902445629273391 -971,0.5,0.255951455205554,0.299747167205764,0.176191674837266,0.304462880469867,0.873047156601065 -972,0.5,0.255951455205554,0.379216083370106,0.203442957644511,0.461210698402595,0.836395511636002 -973,0.5,0.255951455205554,0.410869184239136,0.192553386386007,0.520862374783008,0.813658426028246 -974,0.5,0.255951455205554,0.377769888536012,0.15597451275036,0.512369259354895,0.770134982452663 -975,0.5,0.255951455205554,0.290884876003251,0.108720404375239,0.413683480581288,0.678798824735933 -976,0.5,0.255951455205554,0.164692434429248,0.0721116389850227,0.229571240982083,0.593740169743657 -977,0.5,0.255951455205554,0.0288884153330181,0.067730362152694,0.0,0.525845193345025 -978,0.5,0.255951455205554,8.02202928393013e-07,0.076955455459499,0.0,0.448252519228442 -979,0.5,0.255951455205554,0.0,0.0854390920982537,0.0,0.325336950633198 -980,0.5,0.255951455205554,0.0,0.0936221277545597,0.0,0.20018045997784 -981,0.5,0.255951455205554,0.0,0.0924310043902823,0.0,0.14456644182942 -982,0.5,0.255951455205554,0.0,0.0912188707049704,0.0,0.19062911305168 -983,0.5,0.255951455205554,0.0,0.090090335028764,0.0,0.357250454940071 -984,0.5,0.255951455205554,0.0,0.0861986550447411,0.0,0.491182369114653 -985,0.5,0.255951455205554,0.0,0.090569653290923,0.0,0.514485412495494 -986,0.5,0.255951455205554,0.0,0.101627231530455,0.0,0.478959684817561 -987,0.5,0.255951455205554,0.0,0.116550351303465,0.0,0.366325856967442 -988,0.5,0.255951455205554,0.0,0.138215927690043,0.0,0.23173146312878 -989,0.5,0.255951455205554,0.0,0.170670031570773,0.0,0.164933471184429 -990,0.5,0.255951455205554,0.0,0.205878112006082,0.0,0.215057364478053 -991,0.5,0.255951455205554,0.0,0.243436637386273,0.0,0.192632177268978 -992,0.5,0.255951455205554,0.0,0.273241441817351,0.0,0.137833358748434 -993,0.5,0.255951455205554,0.0142777626324347,0.298248283045014,0.00747744593870021,0.165117429936727 -994,0.5,0.255951455205554,0.0610293567248947,0.340071370252426,0.0604283424504136,0.145004686176788 -995,0.5,0.255951455205554,0.105671113355263,0.392291647244796,0.157599137863567,0.19279085325238 -996,0.5,0.255951455205554,0.143663987897087,0.447623978347028,0.244955274963661,0.341198694142307 -997,0.5,0.255951455205554,0.172260033996646,0.500714249913823,0.327171851217319,0.513727359844124 -998,0.5,0.255951455205554,0.187164891580943,0.538195405765148,0.193890575067417,0.736909519004907 -999,0.5,0.255951455205554,0.163405383452155,0.521674024033796,0.056473689274736,0.839246302084432 -1000,0.5,0.255951455205554,0.112839972825452,0.471583852600404,0.0320337322241885,0.870017771215517 -1001,0.5,0.255951455205554,0.0412120576250947,0.416759808700559,0.0,0.904104790164637 -1002,0.5,0.255951455205554,0.0,0.394167171023892,0.0,0.933917226239053 -1003,0.5,0.255951455205554,0.0,0.420293454918393,0.0,0.965427726174977 -1004,0.5,0.255951455205554,0.0,0.46913818913315,0.0,0.974526528345751 -1005,0.5,0.255951455205554,0.0,0.506184090899894,0.0,0.95283458074078 -1006,0.5,0.255951455205554,0.0,0.5241732866927,0.0,0.939492248064512 -1007,0.5,0.255951455205554,0.0,0.533568625741548,0.0,0.935032770164389 -1008,0.5,0.255951455205554,0.0,0.518854820014266,0.0,0.941964418322891 -1009,0.5,0.255951455205554,0.0,0.473812436491225,0.0,0.951274415178832 -1010,0.5,0.255951455205554,0.0,0.416058230821111,0.0,0.967772129456815 -1011,0.5,0.255951455205554,0.0,0.37415369318718,0.0,0.973649956431375 -1012,0.5,0.255951455205554,0.0,0.340057311890458,0.0,0.98359512748875 -1013,0.5,0.255951455205554,0.0,0.306041139769593,0.0,0.983915450732587 -1014,0.5,0.255951455205554,0.0,0.284353708598116,0.0,0.967535852398127 -1015,0.5,0.255951455205554,0.0,0.272039603755105,0.0,0.946682749771331 -1016,0.5,0.255951455205554,6.58704735759494e-08,0.270639558416946,0.0,0.945253520243027 -1017,0.5,0.255951455205554,0.0336169138000722,0.268454884360247,0.0324584082663267,0.938782884703634 -1018,0.5,0.255951455205554,0.135757556201014,0.274956852535645,0.203382759075351,0.942287823090372 -1019,0.5,0.255951455205554,0.246761215585388,0.302157001066168,0.350134194781436,0.943771293243925 -1020,0.5,0.255951455205554,0.336872945984863,0.384624610769952,0.436560431007361,0.942145348990774 -1021,0.5,0.255951455205554,0.394412119175918,0.408810184804785,0.475558189258339,0.831533336821619 -1022,0.5,0.255951455205554,0.39121295629215,0.368527978788407,0.469003946412567,0.840300412579473 -1023,0.5,0.255951455205554,0.330850817352239,0.279954050468259,0.4052342523399,0.801052723182868 -1024,0.5,0.255951455205554,0.230755789111492,0.178007999299421,0.321524928951801,0.831760736730391 -1025,0.5,0.255951455205554,0.062706585725737,0.163195230326634,0.101929442523212,0.907016808822534 -1026,0.5,0.255951455205554,0.0,0.209175599959069,0.0,0.915340441267071 -1027,0.5,0.255951455205554,0.0,0.26276003708769,0.0,0.915006052957357 -1028,0.5,0.255951455205554,0.0,0.336780201462392,0.0,0.9153001038259 -1029,0.5,0.255951455205554,0.0,0.415376404182206,0.0,0.919982815459226 -1030,0.5,0.255951455205554,0.0,0.467922309584955,0.0,0.925076911504265 -1031,0.5,0.255951455205554,0.0,0.521843016507096,0.0,0.93357502410723 -1032,0.5,0.255951455205554,0.0,0.564601259692714,0.0,0.0574346615499211 -1033,0.5,0.255951455205554,0.0,0.603005833604644,0.0,0.177206474579176 -1034,0.5,0.255951455205554,0.0,0.64563601910408,0.0,0.0680846605866571 -1035,0.5,0.255951455205554,0.0,0.672372850722334,0.0,0.871090239692636 -1036,0.5,0.255951455205554,0.0,0.678681522244889,0.0,0.987053996519376 -1037,0.5,0.255951455205554,0.0,0.671511804180386,0.0,0.975366409982293 -1038,0.5,0.255951455205554,0.0,0.655565199567493,0.0,0.956170900294591 -1039,0.5,0.255951455205554,0.0,0.620045223224305,0.0,0.931947193642208 -1040,0.5,0.255951455205554,1.62155279032075e-06,0.575738381372361,0.0,0.979894397980326 -1041,0.5,0.255951455205554,0.0209740254169902,0.518473086801198,0.00501817565180899,0.989256666280248 -1042,0.5,0.255951455205554,0.0693884656470626,0.458184014559512,0.0529444422729563,0.975782821232183 -1043,0.5,0.255951455205554,0.134147437168554,0.425036272390174,0.100979800900471,0.966312779747984 -1044,0.5,0.255951455205554,0.200567928569541,0.399424942283429,0.044115846164097,0.942310101588964 -1045,0.5,0.255951455205554,0.240762945399614,0.356879699510634,0.0549934476520818,0.932568710646495 -1046,0.5,0.255951455205554,0.23912319114469,0.317205220131458,0.0982827908485445,0.932202277397306 -1047,0.5,0.255951455205554,0.188344869111789,0.263685640791936,0.0309810893682842,0.929129318092641 -1048,0.5,0.255951455205554,0.107969079125157,0.220190200345292,0.0244909213238087,0.912914254536811 -1049,0.5,0.255951455205554,0.0317501164042771,0.192419018727069,0.0762480055180753,0.887788150754807 -1050,0.5,0.255951455205554,1.32793502847887e-05,0.178933765321413,0.0,0.846507450640203 -1051,0.5,0.255951455205554,0.0,0.16443129203537,0.0,0.806683347044087 -1052,0.5,0.255951455205554,0.0,0.160847413848172,0.0,0.781647767451138 -1053,0.5,0.255951455205554,0.0,0.166486466315407,0.0,0.725116594338322 -1054,0.5,0.255951455205554,0.0,0.183595639566071,0.0,0.681123905029395 -1055,0.5,0.255951455205554,0.0,0.203228066665748,0.0,0.65538572812548 -1056,0.5,0.255951455205554,0.0,0.219251850401616,0.0,0.634556379499517 -1057,0.5,0.255951455205554,0.0,0.229785664068201,0.0,0.575771844734582 -1058,0.5,0.255951455205554,0.0,0.240177474384495,0.0,0.443573055625531 -1059,0.5,0.255951455205554,0.0,0.267078221612616,0.0,0.432990902883486 -1060,0.5,0.255951455205554,0.0,0.281803241246401,0.0,0.415486774108379 -1061,0.5,0.255951455205554,0.0,0.301441970513634,0.0,0.626309778529228 -1062,0.5,0.255951455205554,0.0,0.309541819163065,0.0,0.730060616068535 -1063,0.5,0.255951455205554,0.0,0.325423262130279,0.0,0.645378595482133 -1064,0.5,0.255951455205554,4.66371512283222e-06,0.328221000777954,0.0,0.792456488334638 -1065,0.5,0.255951455205554,0.0364390222712514,0.31337447933702,0.00413470965843502,0.70056971255985 -1066,0.5,0.255951455205554,0.12345947923869,0.323425164914518,0.0213337727647778,0.713454949664261 -1067,0.5,0.255951455205554,0.217465712087689,0.363402617107934,0.0382256677032252,0.638443710155863 -1068,0.5,0.255951455205554,0.286515021646976,0.388801307872775,0.0932050937349888,0.567821431671862 -1069,0.5,0.255951455205554,0.323067032998462,0.400064711302559,0.118984441593568,0.684381555034043 -1070,0.5,0.255951455205554,0.317536121499947,0.380353087680657,0.206687205757401,0.839324146000016 -1071,0.5,0.255951455205554,0.2824515407863,0.324178983259071,0.0839689272697634,0.833038931131359 -1072,0.5,0.255951455205554,0.201239257254168,0.257976699555354,0.0536693647396701,0.746493901439583 -1073,0.5,0.255951455205554,0.056468048195829,0.249710507738027,0.0094023333393038,0.810793241094016 -1074,0.5,0.255951455205554,7.8069040254412e-06,0.313639945662562,0.0,0.891060039203858 -1075,0.5,0.255951455205554,0.0,0.401570331431705,0.0,0.910139796895811 -1076,0.5,0.255951455205554,0.0,0.465272552413613,0.0,0.917069815671851 -1077,0.5,0.255951455205554,0.0,0.529117457104386,0.0,0.927570471157964 -1078,0.5,0.255951455205554,0.0,0.590249020416498,0.0,0.93528673127466 -1079,0.5,0.255951455205554,0.0,0.656952082093682,0.0,0.0642245555717008 -1080,0.5,0.255951455205554,0.0,0.697605415108941,0.0,0.083528470694587 -1081,0.5,0.255951455205554,0.0,0.719342997847368,0.0,0.269056705129214 -1082,0.5,0.255951455205554,0.0,0.745239999092468,0.0,0.994121227795703 -1083,0.5,0.255951455205554,0.0,0.774912455148084,0.0,1.00180527955648 -1084,0.5,0.255951455205554,0.0,0.787752548007295,0.0,1.00674883207417 -1085,0.5,0.255951455205554,0.0,0.759898874457911,0.0,0.228023067514744 -1086,0.5,0.255951455205554,0.0,0.722966134767871,0.0,0.117468287666423 -1087,0.5,0.255951455205554,0.0,0.696080819393579,0.0,0.109954013053145 -1088,0.5,0.255951455205554,2.75531861869488e-05,0.672046306358887,0.0,0.095255822060931 -1089,0.5,0.255951455205554,0.0110491069304724,0.66301480274178,0.0130768738544719,0.0703281771558381 -1090,0.5,0.255951455205554,0.0436256985707222,0.660121782884939,0.0359693542300669,0.0518644514544254 -1091,0.5,0.255951455205554,0.0853010953325353,0.688083609117224,0.0962884513527137,0.0490279225684683 -1092,0.5,0.255951455205554,0.116193023030713,0.714668542215734,0.0809178766254589,0.0553708683121398 -1093,0.5,0.255951455205554,0.131446992954451,0.739832136238734,0.06039471580283,0.0711833656293707 -1094,0.5,0.255951455205554,0.133867538204351,0.770277967234375,0.0315322732031477,0.0908977257985683 -1095,0.5,0.255951455205554,0.121794574438971,0.785660591232651,0.0299589414332788,0.0984177537512359 -1096,0.5,0.255951455205554,0.0808423134824575,0.791777495516622,0.0272838149698921,0.230064889470917 -1097,0.5,0.255951455205554,0.0268703267280637,0.781519826571872,0.00892025177816478,0.141344181815111 -1098,0.5,0.255951455205554,1.02519591068183e-05,0.776115478080966,0.0,0.867252400181481 -1099,0.5,0.255951455205554,0.0,0.782156408022749,0.0,0.990210758373687 -1100,0.5,0.255951455205554,0.0,0.782934694983703,0.0,0.287074381298347 -1101,0.5,0.255951455205554,0.0,0.793468529783765,0.0,1.00312785899424 -1102,0.5,0.255951455205554,0.0,0.802458138053182,0.0,1.00694173484728 -1103,0.5,0.255951455205554,0.0,0.798097164781332,0.0,1.00954438177844 -1104,0.5,0.255951455205554,0.0,0.801669284966347,0.0,1.00827794356695 -1105,0.5,0.255951455205554,0.0,0.807212932690672,0.0,1.00969547345071 -1106,0.5,0.255951455205554,0.0,0.802252668173516,0.0,1.00951000250592 -1107,0.5,0.255951455205554,0.0,0.789005288333534,0.0,1.00928022007143 -1108,0.5,0.255951455205554,0.0,0.774557599914601,0.0,1.0092782575788 -1109,0.5,0.255951455205554,0.0,0.7729217335097,0.0,1.007632671158 -1110,0.5,0.255951455205554,0.0,0.780172745207617,0.0,0.998071422926881 -1111,0.5,0.255951455205554,0.0,0.784156977651483,0.0,0.991001655358627 -1112,0.5,0.255951455205554,3.61034399923622e-05,0.767883504056854,0.0,0.965812418806136 -1113,0.5,0.255951455205554,0.0165508849527649,0.773867454902952,0.000773632696227607,0.911778712536166 -1114,0.5,0.255951455205554,0.0556222200408878,0.810867995494668,0.00324857621308739,0.938921569231422 -1115,0.5,0.255951455205554,0.0963957739987026,0.848449044012299,0.00897508608676325,0.957190024760347 -1116,0.5,0.255951455205554,0.125404120854497,0.862578147998739,0.0216026103536175,0.942135985491723 -1117,0.5,0.255951455205554,0.141952032732108,0.882292600895721,0.00568490069693207,0.931593536071946 -1118,0.5,0.255951455205554,0.131725622175542,0.877099631788336,0.0106885361559032,0.927215553260768 -1119,0.5,0.255951455205554,0.101051981804778,0.849540339221477,0.0568936958315453,0.929995353117194 -1120,0.5,0.255951455205554,0.0666946640107762,0.791322603323952,0.0229136989587302,0.920696085834784 -1121,0.5,0.255951455205554,0.0281323415918855,0.690804912029932,0.0056966300774147,0.905078142129068 -1122,0.5,0.255951455205554,1.33798917209731e-05,0.538331027377554,0.0,0.888103489092306 -1123,0.5,0.255951455205554,0.0,0.43787943148702,0.0,0.900541508593984 -1124,0.5,0.255951455205554,0.0,0.38335330474864,0.0,0.93214872485299 -1125,0.5,0.255951455205554,0.0,0.354055086744581,0.0,0.917792537316777 -1126,0.5,0.255951455205554,0.0,0.330264545784067,0.0,0.852582708240045 -1127,0.5,0.255951455205554,0.0,0.28786419595407,0.0,0.75916721052167 -1128,0.5,0.255951455205554,0.0,0.251908923607027,0.0,0.801620806221704 -1129,0.5,0.255951455205554,0.0,0.235298189648612,0.0,0.816805166328199 -1130,0.5,0.255951455205554,0.0,0.219778811200248,0.0,0.805155049656088 -1131,0.5,0.255951455205554,0.0,0.211950639747321,0.0,0.637344042763966 -1132,0.5,0.255951455205554,0.0,0.211027453157219,0.0,0.333968354229667 -1133,0.5,0.255951455205554,0.0,0.200227174575107,0.0,0.316324483804667 -1134,0.5,0.255951455205554,0.0,0.181430383012299,0.0,0.378118144774294 -1135,0.5,0.255951455205554,0.0,0.159990546322689,0.0,0.376682584374855 -1136,0.5,0.255951455205554,0.000198317945964053,0.14272560292148,0.0,0.326773391110684 -1137,0.5,0.255951455205554,0.0499010062282452,0.135514019823482,0.013343095187198,0.365739328448292 -1138,0.5,0.255951455205554,0.147771988647475,0.154350334422358,0.167109068407829,0.42582827565379 -1139,0.5,0.255951455205554,0.24752317624908,0.211504187379376,0.24227337629725,0.473277215575407 -1140,0.5,0.255951455205554,0.323950727811716,0.266744998649219,0.230878118592735,0.477236368149098 -1141,0.5,0.255951455205554,0.327716882949653,0.273295773282093,0.0881005101801759,0.496780318689299 -1142,0.5,0.255951455205554,0.301089787969198,0.274035409818744,0.0496320785118005,0.479709662165144 -1143,0.5,0.255951455205554,0.256891716661189,0.252901972401653,0.0369509753659996,0.502638342789791 -1144,0.5,0.255951455205554,0.19099680299862,0.195509056542291,0.0229412708443743,0.535408702821169 -1145,0.5,0.255951455205554,0.0694407917574813,0.144698087886916,0.00477794259529992,0.530855423354818 -1146,0.5,0.255951455205554,0.0,0.124361793549153,0.0,0.489885807548574 -1147,0.5,0.255951455205554,0.0,0.116895437594539,0.0,0.47903824532497 -1148,0.5,0.255951455205554,0.0,0.12057486483721,0.0,0.604869082830175 -1149,0.5,0.255951455205554,0.0,0.124948427439594,0.0,0.725826185922455 -1150,0.5,0.255951455205554,0.0,0.126047870874011,0.0,0.800479672572326 -1151,0.5,0.255951455205554,0.0,0.127327963727232,0.0,0.823137776875064 -1152,0.5,0.255951455205554,0.0,0.127298922796026,0.0,0.835486728333038 -1153,0.5,0.255951455205554,0.0,0.125314522952719,0.0,0.848952976006382 -1154,0.5,0.255951455205554,0.0,0.123878013899653,0.0,0.857233783892069 -1155,0.5,0.255951455205554,0.0,0.120261099728168,0.0,0.81927691727341 -1156,0.5,0.255951455205554,0.0,0.120536303125236,0.0,0.797981568700573 -1157,0.5,0.255951455205554,0.0,0.12233313132778,0.0,0.852121013563535 -1158,0.5,0.255951455205554,0.0,0.129677209611322,0.0,0.855993676334709 -1159,0.5,0.255951455205554,0.0,0.139600450898326,0.0,0.798480116240049 -1160,0.5,0.255951455205554,0.000523638769931196,0.138545468039083,0.0,0.754022196499048 -1161,0.5,0.255951455205554,0.0924447631007183,0.128214405381225,0.0350715315374428,0.771541845293628 -1162,0.5,0.255951455205554,0.244138885466234,0.133825284120788,0.112692852876904,0.741108504387957 -1163,0.5,0.255951455205554,0.38159197295989,0.163827601100314,0.172558021663929,0.726886791802764 -1164,0.5,0.255951455205554,0.473707920104207,0.211959246854747,0.392399246702212,0.74291188660097 -1165,0.5,0.255951455205554,0.500371129824389,0.218256118860847,0.479009068612024,0.728518084050867 -1166,0.5,0.255951455205554,0.454479591599113,0.205226297779317,0.444431424321991,0.663056193899913 -1167,0.5,0.255951455205554,0.349029552746982,0.181366082404117,0.270499461223365,0.545247128375464 -1168,0.5,0.255951455205554,0.212962228569262,0.140715186959544,0.115278876128243,0.553590712316884 -1169,0.5,0.255951455205554,0.074824984851226,0.122589577548898,0.0442489974526033,0.61425833362383 -1170,0.5,0.255951455205554,1.89621739317503e-05,0.126554207212745,0.0,0.717007185994706 -1171,0.5,0.255951455205554,0.0,0.123499888784914,0.0,0.718601738971387 -1172,0.5,0.255951455205554,0.0,0.126162249313347,0.0,0.655204000772853 -1173,0.5,0.255951455205554,0.0,0.132229842937387,0.0,0.649547740705795 -1174,0.5,0.255951455205554,0.0,0.141071604285146,0.0,0.701675975383688 -1175,0.5,0.255951455205554,0.0,0.148092641109415,0.0,0.747174779016493 -1176,0.5,0.255951455205554,0.0,0.156874355085262,0.0,0.662430653447854 -1177,0.5,0.255951455205554,0.0,0.161647433342811,0.0,0.594180026305578 -1178,0.5,0.255951455205554,0.0,0.168966274881797,0.0,0.558360657561025 -1179,0.5,0.255951455205554,0.0,0.185071333319428,0.0,0.601576473500337 -1180,0.5,0.255951455205554,0.0,0.206855181375762,0.0,0.62111631241427 -1181,0.5,0.255951455205554,0.0,0.217622160277831,0.0,0.585316153434292 -1182,0.5,0.255951455205554,0.0,0.221990299341387,0.0,0.434274235052378 -1183,0.5,0.255951455205554,0.0,0.227602108002956,0.0,0.2917893897231 -1184,0.5,0.255951455205554,0.000249747163423411,0.232878176959997,0.0,0.203888505005558 -1185,0.5,0.255951455205554,0.0178497486365101,0.244978586010833,0.000826855161816353,0.144836432728945 -1186,0.5,0.255951455205554,0.0558556712785465,0.282150243414525,0.00212885054575125,0.116295999290179 -1187,0.5,0.255951455205554,0.100974254350311,0.335294045684523,0.0142795617142265,0.100089523525732 -1188,0.5,0.255951455205554,0.13042880613051,0.38974613517553,0.0847828926773626,0.0861499922901065 -1189,0.5,0.255951455205554,0.13376720756402,0.41253718193134,0.110274878639158,0.07436242555016 -1190,0.5,0.255951455205554,0.117640648607741,0.382915079509802,0.100221571716972,0.073735423567898 -1191,0.5,0.255951455205554,0.0908658318677069,0.32594748786852,0.074985288656332,0.0636708291061894 -1192,0.5,0.255951455205554,0.0558180134651386,0.270906183590707,0.0396284624169986,0.0570067365114594 -1193,0.5,0.255951455205554,0.0224801591008362,0.220020006948116,0.00952046351977566,0.0516370516119638 -1194,0.5,0.255951455205554,5.98834409438652e-05,0.177777048571747,0.0,0.0443829814775827 -1195,0.5,0.255951455205554,0.0,0.156777079213606,0.0,0.0427178403659074 -1196,0.5,0.255951455205554,0.0,0.142992940645762,0.0,0.0536234122721245 -1197,0.5,0.255951455205554,0.0,0.127693650208721,0.0,0.0492785822571087 -1198,0.5,0.255951455205554,0.0,0.108782500555786,0.0,0.0432657621526192 -1199,0.5,0.255951455205554,0.0,0.0953876312641286,0.0,0.0351490012564948 -1200,0.5,0.255951455205554,0.0,0.0843956884317579,0.0,0.0256548851662982 -1201,0.5,0.255951455205554,0.0,0.0785925245500455,0.0,0.021444790458086 -1202,0.5,0.255951455205554,0.0,0.0794003250300064,0.0,0.0370518974653261 -1203,0.5,0.255951455205554,0.0,0.0802641173685064,0.0,0.050197879098631 -1204,0.5,0.255951455205554,0.0,0.0827464511646275,0.0,0.100192229547775 -1205,0.5,0.255951455205554,0.0,0.0837534250109977,0.0,0.264133207887851 -1206,0.5,0.255951455205554,0.0,0.0871572600401708,0.0,0.51989853801947 -1207,0.5,0.255951455205554,0.0,0.0956383199703099,0.0,0.693477833573423 -1208,0.5,0.255951455205554,0.000411818334186543,0.10907841946042,0.0,0.761051286737186 -1209,0.5,0.255951455205554,0.0439500963611323,0.132660968336737,0.0303497345311313,0.833455450605131 -1210,0.5,0.255951455205554,0.141997383173556,0.192891752209621,0.0445857434022506,0.857364842142696 -1211,0.5,0.255951455205554,0.254342910491474,0.301688233042583,0.0728166430869074,0.888688304832183 -1212,0.5,0.255951455205554,0.338675655820928,0.381696152714563,0.305053584169583,0.89563670727829 -1213,0.5,0.255951455205554,0.364490064033491,0.444217174086958,0.38266289202183,0.907273373647646 -1214,0.5,0.255951455205554,0.348707157707142,0.486331998944172,0.0880627226223956,0.910791775870232 -1215,0.5,0.255951455205554,0.28831572462525,0.508011213957001,0.0806148690737906,0.912168677559958 -1216,0.5,0.255951455205554,0.201270908692191,0.500937315102285,0.116530006573286,0.912213237833223 -1217,0.5,0.255951455205554,0.0723350324017628,0.487361896704954,0.029429344483788,0.914477214159421 -1218,0.5,0.255951455205554,1.79022936378888e-05,0.500821736207859,0.0,0.919231376202118 -1219,0.5,0.255951455205554,0.0,0.529925282804808,0.0,0.800918794936883 -1220,0.5,0.255951455205554,0.0,0.548158978656563,0.0,0.803084002607204 -1221,0.5,0.255951455205554,0.0,0.524747631238069,0.0,0.853761586151308 -1222,0.5,0.255951455205554,0.0,0.466197119894454,0.0,0.755173705703781 -1223,0.5,0.255951455205554,0.0,0.391820389739811,0.0,0.758575374821308 -1224,0.5,0.255951455205554,0.0,0.323778986464817,0.0,0.736636724104127 -1225,0.5,0.255951455205554,0.0,0.274131445978371,0.0,0.747318619927996 -1226,0.5,0.255951455205554,0.0,0.240321966286101,0.0,0.556782091924761 -1227,0.5,0.255951455205554,0.0,0.217253316922606,0.0,0.445848299176711 -1228,0.5,0.255951455205554,0.0,0.209234341174189,0.0,0.788955143130641 -1229,0.5,0.255951455205554,0.0,0.195865549451605,0.0,0.855112370377246 -1230,0.5,0.255951455205554,0.0,0.197698547314016,0.0,0.882797039660019 -1231,0.5,0.255951455205554,0.0,0.208688665021483,0.0,0.890966803215951 -1232,0.5,0.255951455205554,0.000258647226958615,0.233892445602177,0.0,0.805292658540341 -1233,0.5,0.255951455205554,0.0218098558428123,0.265858388990205,0.0126085598594126,0.67669060995533 -1234,0.5,0.255951455205554,0.0714329431222164,0.357915460186001,0.0336823648022419,0.701447518996216 -1235,0.5,0.255951455205554,0.118424121110765,0.473862930895887,0.0537569328871369,0.746695269215334 -1236,0.5,0.255951455205554,0.1414765766684,0.545162477874338,0.104781869325684,0.763587683186318 -1237,0.5,0.255951455205554,0.159246333339004,0.57555038768711,0.431888614041473,0.802096699098753 -1238,0.5,0.255951455205554,0.154817649701211,0.565539902468212,0.194181231306842,0.823316155448699 -1239,0.5,0.255951455205554,0.143458688528389,0.520760251283218,0.16028269320519,0.876164736855472 -1240,0.5,0.255951455205554,0.10050924618766,0.457130427428584,0.0980808036249099,0.896193261438493 -1241,0.5,0.255951455205554,0.0430662178561667,0.37497812936829,0.00479637466711085,0.887229924628643 -1242,0.5,0.255951455205554,4.44700678822212e-05,0.32182775289381,0.0,0.880528705892695 -1243,0.5,0.255951455205554,0.0,0.320803712106838,0.0,0.873710729747165 -1244,0.5,0.255951455205554,0.0,0.329130976949096,0.0,0.861828897428603 -1245,0.5,0.255951455205554,0.0,0.32172284220431,0.0,0.875190238534904 -1246,0.5,0.255951455205554,0.0,0.30977418213075,0.0,0.815624470219605 -1247,0.5,0.255951455205554,0.0,0.306921409074008,0.0,0.90089929470514 -1248,0.5,0.255951455205554,0.0,0.307947816123558,0.0,0.914478657411813 -1249,0.5,0.255951455205554,0.0,0.30958712458074,0.0,0.897932875537555 -1250,0.5,0.255951455205554,0.0,0.323093643506521,0.0,0.924587009234476 -1251,0.5,0.255951455205554,0.0,0.347859133791947,0.0,0.899301986166273 -1252,0.5,0.255951455205554,0.0,0.355753465393977,0.0,0.873741566311815 -1253,0.5,0.255951455205554,0.0,0.373848635689044,0.0,0.888714260596445 -1254,0.5,0.255951455205554,0.0,0.390088401043411,0.0,0.917065515267746 -1255,0.5,0.255951455205554,0.0,0.382170612292913,0.0,0.928744529965765 -1256,0.5,0.255951455205554,0.0010609046351149,0.374948599337908,0.0,0.933572116819928 -1257,0.5,0.255951455205554,0.0555252720793212,0.384277124176424,0.0107315553180546,0.940274128332786 -1258,0.5,0.255951455205554,0.14456197386318,0.448048033440639,0.037875705984316,0.941934393083356 -1259,0.5,0.255951455205554,0.235437043405561,0.526447105860628,0.070095487729375,0.951547429190427 -1260,0.5,0.255951455205554,0.288464204286176,0.558938019858109,0.0787368340163503,0.963748915461731 -1261,0.5,0.255951455205554,0.314890604765021,0.557616817494151,0.0774396089311813,0.940705480399502 -1262,0.5,0.255951455205554,0.307802882749746,0.51632128633631,0.080182671071184,0.889283992729176 -1263,0.5,0.255951455205554,0.249084187317685,0.423118177223624,0.0729515405909524,0.851546364187091 -1264,0.5,0.255951455205554,0.174357511037951,0.303435842750017,0.0513861458312448,0.855891514549813 -1265,0.5,0.255951455205554,0.0691404560590227,0.217251946831139,0.024811648266089,0.788093917953552 -1266,0.5,0.255951455205554,4.48640782735091e-05,0.17003187592883,0.0,0.756179869291366 -1267,0.5,0.255951455205554,0.0,0.148861691463016,0.0,0.77046460136346 -1268,0.5,0.255951455205554,0.0,0.134547038528364,0.0,0.710658572709608 -1269,0.5,0.255951455205554,0.0,0.121364314494474,0.0,0.661516862745203 -1270,0.5,0.255951455205554,0.0,0.108275169668741,0.0,0.676180400959997 -1271,0.5,0.255951455205554,0.0,0.109530310428554,0.0,0.658465926289626 -1272,0.5,0.255951455205554,0.0,0.121182897009558,0.0,0.541359916118011 -1273,0.5,0.255951455205554,0.0,0.125200119703174,0.0,0.73224237553758 -1274,0.5,0.255951455205554,0.0,0.126450983035444,0.0,0.771212684048312 -1275,0.5,0.255951455205554,0.0,0.126697864607673,0.0,0.821464196126342 -1276,0.5,0.255951455205554,0.0,0.136531885880613,0.0,0.859641879790755 -1277,0.5,0.255951455205554,0.0,0.15090510667967,0.0,0.883339233132739 -1278,0.5,0.255951455205554,0.0,0.164202106157652,0.0,0.893743702565122 -1279,0.5,0.255951455205554,0.0,0.177749542522065,0.0,0.90623425815041 -1280,0.5,0.255951455205554,0.000631134532912479,0.194796343132024,0.0,0.916767565858645 -1281,0.5,0.255951455205554,0.0409465106666845,0.213386787479005,0.0686935522672976,0.916346486763965 -1282,0.5,0.255951455205554,0.11408323172412,0.268131207340451,0.161965311249656,0.92094665665442 -1283,0.5,0.255951455205554,0.192846509167101,0.339578556745967,0.193119739504592,0.929278494834652 -1284,0.5,0.255951455205554,0.266499304875042,0.398798851744243,0.103751669795078,0.93578601496984 -1285,0.5,0.255951455205554,0.308805797741767,0.411977231766742,0.197649679556638,0.933625285432519 -1286,0.5,0.255951455205554,0.317589093775029,0.409406220029811,0.363996666231671,0.933709316172906 -1287,0.5,0.255951455205554,0.28535215272835,0.391500118332267,0.309989977701177,0.933298010591564 -1288,0.5,0.255951455205554,0.225565365095969,0.342951276265004,0.247451480832537,0.931829021094552 -1289,0.5,0.255951455205554,0.106748192340528,0.301391113460273,0.143566900692169,0.932731454134687 -1290,0.5,0.255951455205554,0.0,0.30500262017062,0.0,0.938880020549573 -1291,0.5,0.255951455205554,0.0,0.309364625489811,0.0,0.946763350160963 -1292,0.5,0.255951455205554,0.0,0.307226905702483,0.0,0.95005764067953 -1293,0.5,0.255951455205554,0.0,0.295611556109256,0.0,0.951668455283033 -1294,0.5,0.255951455205554,0.0,0.277128329227021,0.0,0.951590234434961 -1295,0.5,0.255951455205554,0.0,0.257408891322958,0.0,0.952396467617914 -1296,0.5,0.255951455205554,0.0,0.239255367035014,0.0,0.949300111506271 -1297,0.5,0.255951455205554,0.0,0.221664483328699,0.0,0.944309266495256 -1298,0.5,0.255951455205554,0.0,0.205632208646441,0.0,0.94088707686604 -1299,0.5,0.255951455205554,0.0,0.194945926460375,0.0,0.937007975911579 -1300,0.5,0.255951455205554,0.0,0.185267796914152,0.0,0.930816976138001 -1301,0.5,0.255951455205554,0.0,0.177441583683296,0.0,0.915456366857272 -1302,0.5,0.255951455205554,0.0,0.172644582941405,0.0,0.898870561817473 -1303,0.5,0.255951455205554,0.0,0.170538495982475,0.0,0.886257373238331 -1304,0.5,0.255951455205554,0.0036415722077553,0.17437644797765,0.0,0.883957788070157 -1305,0.5,0.255951455205554,0.137774811019527,0.17681047908766,0.106477064565908,0.885250524670733 -1306,0.5,0.255951455205554,0.311697882707463,0.195724505066779,0.273707259369353,0.893936929115435 -1307,0.5,0.255951455205554,0.470962280519489,0.262834284244113,0.428383995634213,0.902975326604965 -1308,0.5,0.255951455205554,0.580996381264109,0.350491546795679,0.54045265595815,0.912108118850219 -1309,0.5,0.255951455205554,0.628275514583665,0.406442744424193,0.591437610076025,0.906083223719401 -1310,0.5,0.255951455205554,0.617583590885373,0.38769685523419,0.585650124701861,0.86954862796216 -1311,0.5,0.255951455205554,0.543641869684045,0.359716175816725,0.515063778436013,0.857912941242086 -1312,0.5,0.255951455205554,0.411780181630842,0.288988215424561,0.390982733712885,0.847333358775069 -1313,0.5,0.255951455205554,0.152604124336885,0.242246072012763,0.222999791110655,0.817749352455013 -1314,0.5,0.255951455205554,0.0,0.233027136522568,0.0,0.803373868153929 -1315,0.5,0.255951455205554,0.0,0.211579272115475,0.0,0.7925403251286 -1316,0.5,0.255951455205554,0.0,0.188081052053582,0.0,0.762527956708845 -1317,0.5,0.255951455205554,0.0,0.162555763477239,0.0,0.732625808459695 -1318,0.5,0.255951455205554,0.0,0.142272559911102,0.0,0.698897871160617 -1319,0.5,0.255951455205554,0.0,0.126521583509418,0.0,0.654537474697413 -1320,0.5,0.255951455205554,0.0,0.11586451599032,0.0,0.558348606928502 -1321,0.5,0.255951455205554,0.0,0.109036319169841,0.0,0.442351468477273 -1322,0.5,0.255951455205554,0.0,0.105268405321107,0.0,0.409489947102295 -1323,0.5,0.255951455205554,0.0,0.108717020428234,0.0,0.481968713509672 -1324,0.5,0.255951455205554,0.0,0.109832073028931,0.0,0.568066992262085 -1325,0.5,0.255951455205554,0.0,0.110974604879439,0.0,0.60929258004074 -1326,0.5,0.255951455205554,0.0,0.110056217108271,0.0,0.69514767707699 -1327,0.5,0.255951455205554,0.0,0.113103672234846,0.0,0.763156987333696 -1328,0.5,0.255951455205554,0.00433373801385244,0.119044197092418,0.0,0.840857371787532 -1329,0.5,0.255951455205554,0.101864495808419,0.126377519256975,0.0311668315936522,0.814843070532681 -1330,0.5,0.255951455205554,0.215599647015234,0.138964881474078,0.0524545931909051,0.765454326675578 -1331,0.5,0.255951455205554,0.324176338637339,0.161511669677819,0.0563652068958532,0.764264087885113 -1332,0.5,0.255951455205554,0.414653256127129,0.193973384558876,0.0531091311202438,0.741607782890457 -1333,0.5,0.255951455205554,0.475013276013958,0.231230466324084,0.0689816194240772,0.69077361724921 -1334,0.5,0.255951455205554,0.48550121122873,0.263024037938054,0.0954977880641453,0.62886291945652 -1335,0.5,0.255951455205554,0.418165518723299,0.273133321622333,0.0989818402911903,0.550417887784331 -1336,0.5,0.255951455205554,0.295248046973784,0.234419518136107,0.0504936271983281,0.524488164685963 -1337,0.5,0.255951455205554,0.10793661010473,0.191958146884643,0.0128017672415916,0.570349821933818 -1338,0.5,0.255951455205554,1.15389744937281e-05,0.179573930866138,0.0,0.540898732212718 -1339,0.5,0.255951455205554,0.0,0.159832191661482,0.0,0.402928860590665 -1340,0.5,0.255951455205554,0.0,0.146445980161024,0.0,0.376473470623991 -1341,0.5,0.255951455205554,0.0,0.131986082356122,0.0,0.44631479835303 -1342,0.5,0.255951455205554,0.0,0.117182538709187,0.0,0.583390935950021 -1343,0.5,0.255951455205554,0.0,0.101600905534122,0.0,0.643177948636762 -1344,0.5,0.255951455205554,0.0,0.083669198741617,0.0,0.594930568743372 -1345,0.5,0.255951455205554,0.0,0.0652770241759893,0.0,0.545032484960391 -1346,0.5,0.255951455205554,0.0,0.0548552728883059,0.0,0.506255789245733 -1347,0.5,0.255951455205554,0.0,0.0482044842050557,0.0,0.425098506110123 -1348,0.5,0.255951455205554,0.0,0.0422443718376348,0.0,0.30189468506221 -1349,0.5,0.255951455205554,0.0,0.0377599734342334,0.0,0.247306155147933 -1350,0.5,0.255951455205554,0.0,0.0360371967285278,0.0,0.172500586586686 -1351,0.5,0.255951455205554,0.0,0.0351142609400481,0.0,0.223855305343747 -1352,0.5,0.255951455205554,0.00400159913327603,0.0349646190298844,0.0,0.293314806730216 -1353,0.5,0.255951455205554,0.0628036175745114,0.0337642318175308,0.0136209530005704,0.372669442344372 -1354,0.5,0.255951455205554,0.139867534470106,0.0398770602232878,0.0308287000957702,0.392644102053167 -1355,0.5,0.255951455205554,0.218228030838236,0.0569473266635763,0.0562565370133779,0.353141944591102 -1356,0.5,0.255951455205554,0.271825984387696,0.0674483170068688,0.0710166399299713,0.307912552426694 -1357,0.5,0.255951455205554,0.299331916911124,0.064460379491008,0.0742425376548648,0.24156213876718 -1358,0.5,0.255951455205554,0.293725068810446,0.0541732316872896,0.0939737505585662,0.175427320628202 -1359,0.5,0.255951455205554,0.250308145667072,0.0437126174324766,0.152416492147977,0.153407450843727 -1360,0.5,0.255951455205554,0.168903519838209,0.0265351971636341,0.220513054893638,0.173593140269135 -1361,0.5,0.255951455205554,0.0671449732678638,0.0138608662488322,0.0586372810628532,0.198987247825227 -1362,0.5,0.255951455205554,0.000115517226404823,0.00996080888101597,0.0,0.228337963095733 -1363,0.5,0.255951455205554,0.0,0.0101915720603643,0.0,0.2740656891387 -1364,0.5,0.255951455205554,0.0,0.0126911146265784,0.0,0.349161337691592 -1365,0.5,0.255951455205554,0.0,0.0146345841932812,0.0,0.417270186140127 -1366,0.5,0.255951455205554,0.0,0.0169823889545927,0.0,0.412495691166144 -1367,0.5,0.255951455205554,0.0,0.0202884640569024,0.0,0.486522300593429 -1368,0.5,0.255951455205554,0.0,0.0241328361089201,0.0,0.582252960052409 -1369,0.5,0.255951455205554,0.0,0.0289222091540185,0.0,0.643459031517432 -1370,0.5,0.255951455205554,0.0,0.0332328404789029,0.0,0.694254710895539 -1371,0.5,0.255951455205554,0.0,0.0370028250429001,0.0,0.715275939597243 -1372,0.5,0.255951455205554,0.0,0.0397408981933142,0.0,0.674441593242602 -1373,0.5,0.255951455205554,0.0,0.0419899467062001,0.0,0.622734115349371 -1374,0.5,0.255951455205554,0.0,0.0435212520500845,0.0,0.654822464235283 -1375,0.5,0.255951455205554,0.0,0.0468616998460674,0.0,0.692193324114284 -1376,0.5,0.255951455205554,0.00304358976843041,0.0519454016223751,0.000749724547248575,0.733885276896558 -1377,0.5,0.255951455205554,0.0720746444685264,0.0484295226492258,0.12733468739019,0.783668794231815 -1378,0.5,0.255951455205554,0.175525145938732,0.0609306025472734,0.29303451418719,0.824901289459614 -1379,0.5,0.255951455205554,0.280482988445512,0.118349873122238,0.445698601275659,0.859420573043147 -1380,0.5,0.255951455205554,0.353487167201975,0.173531285382654,0.554943226603576,0.872785377150956 -1381,0.5,0.255951455205554,0.379054887347638,0.22458918452752,0.602549493045701,0.87226861538301 -1382,0.5,0.255951455205554,0.35091850834491,0.255486074869358,0.574774459387131,0.880622328917379 -1383,0.5,0.255951455205554,0.293062969019053,0.258821788187467,0.48730811568225,0.88441010756474 -1384,0.5,0.255951455205554,0.198604914156058,0.22136283205759,0.387173517275796,0.886169438920298 -1385,0.5,0.255951455205554,0.0849667602288723,0.185005103626065,0.238424962372403,0.89929745984697 -1386,0.5,0.255951455205554,3.50677115031591e-05,0.183678995253382,0.0,0.903714457348329 -1387,0.5,0.255951455205554,0.0,0.195446707270912,0.0,0.905702756268962 -1388,0.5,0.255951455205554,0.0,0.207454381310675,0.0,0.900623246748543 -1389,0.5,0.255951455205554,0.0,0.21138176837841,0.0,0.823814253207559 -1390,0.5,0.255951455205554,0.0,0.215203202638806,0.0,0.52513986562783 -1391,0.5,0.255951455205554,0.0,0.208986432412779,0.0,0.246113203566008 -1392,0.5,0.255951455205554,0.0,0.196890054264841,0.0,0.166779747783831 -1393,0.5,0.255951455205554,0.0,0.178597211945215,0.0,0.164575703290543 -1394,0.5,0.255951455205554,0.0,0.158809213136978,0.0,0.201033248723013 -1395,0.5,0.255951455205554,0.0,0.14041717306385,0.0,0.250416040836523 -1396,0.5,0.255951455205554,0.0,0.123713564687106,0.0,0.276485027422408 -1397,0.5,0.255951455205554,0.0,0.112486332976383,0.0,0.337227062281717 -1398,0.5,0.255951455205554,0.0,0.104241857507601,0.0,0.415311666834543 -1399,0.5,0.255951455205554,0.0,0.0972332441361124,0.0,0.338496820222033 -1400,0.5,0.255951455205554,0.00288516571874851,0.0860721049546545,0.000276769814671078,0.219569582549685 -1401,0.5,0.255951455205554,0.047674516247059,0.088047154486411,0.0109595566685928,0.137390676360553 -1402,0.5,0.255951455205554,0.111477999693334,0.113042904404642,0.0389907835007587,0.0804769863579633 -1403,0.5,0.255951455205554,0.179244292003069,0.120758467018255,0.0702598182517629,0.0317136644950414 -1404,0.5,0.255951455205554,0.217401369660443,0.114427632145464,0.117280810783049,0.0130924499442934 -1405,0.5,0.255951455205554,0.216114869965538,0.102514076565605,0.166381910231583,0.0061592259571498 -1406,0.5,0.255951455205554,0.215070690168946,0.0921772811592553,0.0645577342518276,0.00287661846457898 -1407,0.5,0.255951455205554,0.188979945118492,0.0842815477258261,0.065957239798004,0.00159361391951075 -1408,0.5,0.255951455205554,0.14811642836342,0.0685206428155385,0.0246644954060594,0.00165734245180774 -1409,0.5,0.255951455205554,0.0845357252358903,0.0433709689830272,0.00886483629215759,0.00174150137876722 -1410,0.5,0.255951455205554,1.06039635433011e-05,0.027907637879873,0.0,0.00200288095881733 -1411,0.5,0.255951455205554,0.0,0.0225996621031804,0.0,0.00370044767466108 -1412,0.5,0.255951455205554,0.0,0.020274992135493,0.0,0.00689022077417391 -1413,0.5,0.255951455205554,0.0,0.0193463855088392,0.0,0.0070391652470802 -1414,0.5,0.255951455205554,0.0,0.0176938613607215,0.0,0.00661167880287183 -1415,0.5,0.255951455205554,0.0,0.0157273309954227,0.0,0.00791585327977457 -1416,0.5,0.255951455205554,0.0,0.0144522779116732,0.0,0.00842712331981236 -1417,0.5,0.255951455205554,0.0,0.0139716520568338,0.0,0.00628935918844056 -1418,0.5,0.255951455205554,0.0,0.0140018855160661,0.0,0.00514764182256978 -1419,0.5,0.255951455205554,0.0,0.0135101599213433,0.0,0.00750699915100778 -1420,0.5,0.255951455205554,0.0,0.0127945801015151,0.0,0.0128865685066578 -1421,0.5,0.255951455205554,0.0,0.0133196974709905,0.0,0.0191896447230042 -1422,0.5,0.255951455205554,0.0,0.0149113129697044,0.0,0.0193791355024697 -1423,0.5,0.255951455205554,0.0,0.0173458270143335,0.0,0.0188830001240694 -1424,0.5,0.255951455205554,0.00971262365026728,0.0194481910324877,0.000431105081820116,0.0367365717698892 -1425,0.5,0.255951455205554,0.127584709242494,0.0199335811841839,0.0110035005018575,0.0739579244928352 -1426,0.5,0.255951455205554,0.269648049857876,0.033180302745048,0.0406908339220937,0.0948972043878442 -1427,0.5,0.255951455205554,0.403590408075904,0.0644667445265363,0.117837428872336,0.100522114002468 -1428,0.5,0.255951455205554,0.479428724515707,0.0829197160911072,0.124766641700003,0.130946108322923 -1429,0.5,0.255951455205554,0.505355534667898,0.0982710353029312,0.110749462529162,0.157461450915647 -1430,0.5,0.255951455205554,0.482484000257932,0.108892242378108,0.157804134088028,0.171523750363922 -1431,0.5,0.255951455205554,0.39998593847554,0.110728240350512,0.307584535533964,0.18658638462244 -1432,0.5,0.255951455205554,0.274877868124818,0.0946784337213401,0.369022716269494,0.199911600174146 -1433,0.5,0.255951455205554,0.113264737014533,0.0610693825917202,0.189575172641756,0.201327505204317 -1434,0.5,0.255951455205554,4.06750741110636e-06,0.0684228287888696,0.0,0.181799107176598 -1435,0.5,0.255951455205554,0.0,0.0763376952257227,0.0,0.167234660563651 -1436,0.5,0.255951455205554,0.0,0.0766209339414507,0.0,0.172123196528897 -1437,0.5,0.255951455205554,0.0,0.077552831327291,0.0,0.211137485436704 -1438,0.5,0.255951455205554,0.0,0.0769420599805652,0.0,0.29692830551124 -1439,0.5,0.255951455205554,0.0,0.0772145137997991,0.0,0.405959487751787 -1440,0.5,0.255951455205554,0.0,0.0787755935481621,0.0,0.453496520191187 -1441,0.5,0.255951455205554,0.0,0.081578945164459,0.0,0.429364821717901 -1442,0.5,0.255951455205554,0.0,0.0861743059354889,0.0,0.350907320953365 -1443,0.5,0.255951455205554,0.0,0.0882921432717205,0.0,0.29199421944199 -1444,0.5,0.255951455205554,0.0,0.0871758881644518,0.0,0.244411818004736 -1445,0.5,0.255951455205554,0.0,0.0832600973340486,0.0,0.19822253049797 -1446,0.5,0.255951455205554,0.0,0.0785349686938321,0.0,0.162897917982201 -1447,0.5,0.255951455205554,0.0,0.0787242101882052,0.0,0.157120045747688 -1448,0.5,0.255951455205554,0.00341311808618832,0.0838787381593841,0.0025585712229937,0.162893079154393 -1449,0.5,0.255951455205554,0.0502834248578867,0.105007832810742,0.0662932479044564,0.216703523685572 -1450,0.5,0.255951455205554,0.117301909714865,0.154824386406794,0.143782710541065,0.341367420055034 -1451,0.5,0.255951455205554,0.183503440781997,0.207630993569034,0.191394147009033,0.538310468527979 -1452,0.5,0.255951455205554,0.215015858043853,0.218406734062296,0.12733317562749,0.462816369040676 -1453,0.5,0.255951455205554,0.206331471497823,0.207137974101171,0.10212137913256,0.334692507923969 -1454,0.5,0.255951455205554,0.179641819438004,0.19526923411144,0.0973472192452376,0.382942279590436 -1455,0.5,0.255951455205554,0.154303897428578,0.183227693053826,0.0919445458422912,0.472349869066232 -1456,0.5,0.255951455205554,0.102715421825654,0.163461836767338,0.0221459308491546,0.556590752632263 -1457,0.5,0.255951455205554,0.0499169220763094,0.121821719704435,0.00961204466401606,0.596492828022197 -1458,0.5,0.255951455205554,6.66812052183171e-05,0.0906973158700433,0.0,0.651063331953425 -1459,0.5,0.255951455205554,0.0,0.0878382377761557,0.0,0.7566301208757 -1460,0.5,0.255951455205554,0.0,0.0965010208878985,0.0,0.860262667101635 -1461,0.5,0.255951455205554,0.0,0.100571962220236,0.0,0.890074893110761 -1462,0.5,0.255951455205554,0.0,0.103559445240489,0.0,0.889455994995331 -1463,0.5,0.255951455205554,0.0,0.126299961435202,0.0,0.893571762385366 -1464,0.5,0.255951455205554,0.0,0.15067118190328,0.0,0.879261090552359 -1465,0.5,0.255951455205554,0.0,0.168301225705813,0.0,0.893934731265672 -1466,0.5,0.255951455205554,0.0,0.182767013294285,0.0,0.90457034549122 -1467,0.5,0.255951455205554,0.0,0.206217877015801,0.0,0.907232317721603 -1468,0.5,0.255951455205554,0.0,0.241201313220345,0.0,0.91431955747111 -1469,0.5,0.255951455205554,0.0,0.27687627425711,0.0,0.922870438614207 -1470,0.5,0.255951455205554,0.0,0.313157551161579,0.0,0.930475154417465 -1471,0.5,0.255951455205554,0.0,0.345512247707165,0.0,0.934639747021721 -1472,0.5,0.255951455205554,0.0150072425104666,0.380662966010586,0.00114242576467766,0.93345894500828 -1473,0.5,0.255951455205554,0.120116082356622,0.431450063456321,0.00872950551200136,0.931108634963724 -1474,0.5,0.255951455205554,0.230283832971847,0.523013256686028,0.0252691966991906,0.949096487396599 -1475,0.5,0.255951455205554,0.334989907102372,0.62427269938493,0.0574899313312398,0.971051520069877 -1476,0.5,0.255951455205554,0.404588421253146,0.635745308735067,0.105909465402186,0.975480983887391 -1477,0.5,0.255951455205554,0.43142058823549,0.610892203552131,0.20562885446047,0.868779748810762 -1478,0.5,0.255951455205554,0.397097045716804,0.554275041609045,0.52290939576689,0.80666219267621 -1479,0.5,0.255951455205554,0.316714269888591,0.463217557214248,0.403892707004196,0.714407408542733 -1480,0.5,0.255951455205554,0.212575939377575,0.349443972398979,0.255081067582678,0.756867887469891 -1481,0.5,0.255951455205554,0.107229697357827,0.236611433585419,0.0801177126619234,0.542113213772065 -1482,0.5,0.255951455205554,0.000720351459693769,0.155513380599259,0.0,0.388544818504707 -1483,0.5,0.255951455205554,0.0,0.104721050294168,0.0,0.39766239992334 -1484,0.5,0.255951455205554,0.0,0.0718417154570926,0.0,0.398770414730941 -1485,0.5,0.255951455205554,0.0,0.0483298211965053,0.0,0.528600221791 -1486,0.5,0.255951455205554,0.0,0.0343587229841874,0.0,0.582085128030843 -1487,0.5,0.255951455205554,0.0,0.0280472246106719,0.0,0.438455524661492 -1488,0.5,0.255951455205554,0.0,0.0240370026977304,0.0,0.275697156609084 -1489,0.5,0.255951455205554,0.0,0.0219806969058164,0.0,0.181978208548623 -1490,0.5,0.255951455205554,0.0,0.0215017578748688,0.0,0.137228537490371 -1491,0.5,0.255951455205554,0.0,0.0222539184532992,0.0,0.121407647562679 -1492,0.5,0.255951455205554,0.0,0.0243489181776788,0.0,0.103315973780674 -1493,0.5,0.255951455205554,0.0,0.026673554336898,0.0,0.0884831672889418 -1494,0.5,0.255951455205554,0.0,0.0269477890655181,0.0,0.0917820835538506 -1495,0.5,0.255951455205554,0.0,0.0262202797534871,0.0,0.109975655719338 -1496,0.5,0.255951455205554,0.00543217427669565,0.0265238982258602,0.00363567154471664,0.1286735587102 -1497,0.5,0.255951455205554,0.0693375641821127,0.0328373113712817,0.0723044975375603,0.125037988214096 -1498,0.5,0.255951455205554,0.156744837216918,0.0428806464261665,0.169340190802343,0.104592600892576 -1499,0.5,0.255951455205554,0.243938713434004,0.0507791092850669,0.212114394105507,0.0838477334376297 -1500,0.5,0.255951455205554,0.295691410278282,0.0553825262848458,0.227182259066427,0.0713224270168318 -1501,0.5,0.255951455205554,0.305911549500202,0.0519908920758092,0.207198201708325,0.0686297703883624 -1502,0.5,0.255951455205554,0.295895444549662,0.0479966175826024,0.128688785267742,0.0661494774350186 -1503,0.5,0.255951455205554,0.248860550779118,0.0416020204092644,0.112412927833406,0.0600879663223109 -1504,0.5,0.255951455205554,0.183700300348337,0.0341146344157231,0.0544186208880857,0.0469390089902274 -1505,0.5,0.255951455205554,0.108247806423639,0.0213477608073656,0.0285701400771569,0.0373098478394933 -1506,0.5,0.255951455205554,0.00172995731133577,0.014182642765635,0.0,0.0324381473474546 -1507,0.5,0.255951455205554,0.0,0.0128462654518557,0.0,0.0276193011896285 -1508,0.5,0.255951455205554,0.0,0.0115782031533943,0.0,0.0219491062869923 -1509,0.5,0.255951455205554,0.0,0.00996172275036966,0.0,0.0164113944340157 -1510,0.5,0.255951455205554,0.0,0.00796968189894233,0.0,0.0119017343198881 -1511,0.5,0.255951455205554,0.0,0.00584902690207427,0.0,0.0070798023355184 -1512,0.5,0.255951455205554,0.0,0.00427782959941678,0.0,0.00425500785364164 -1513,0.5,0.255951455205554,0.0,0.00404353159450035,0.0,0.0032630586314834 -1514,0.5,0.255951455205554,0.0,0.00451240437648472,0.0,0.00273366908243009 -1515,0.5,0.255951455205554,0.0,0.00547606628322257,0.0,0.00236404626053386 -1516,0.5,0.255951455205554,0.0,0.00686329974841524,0.0,0.00206553327505251 -1517,0.5,0.255951455205554,0.0,0.00874678032225077,0.0,0.0015077915364301 -1518,0.5,0.255951455205554,0.0,0.00998304028613483,0.0,0.00077713411936425 -1519,0.5,0.255951455205554,0.0,0.0106615288231214,0.0,0.000732193642475408 -1520,0.5,0.255951455205554,0.00724026480546571,0.0118270417175529,0.00172634668321888,0.00116224105755063 -1521,0.5,0.255951455205554,0.0800944811260631,0.0173746372556919,0.0226534574305302,0.00199072166467898 -1522,0.5,0.255951455205554,0.162496574758758,0.0280418273605788,0.0542905473979793,0.00353251706180615 -1523,0.5,0.255951455205554,0.235793296778281,0.0433817759915227,0.110196465634833,0.00537401619136503 -1524,0.5,0.255951455205554,0.29317247414654,0.0608271089782419,0.221128866076485,0.00707600040506743 -1525,0.5,0.255951455205554,0.299638290037308,0.0803180952815431,0.187369462228973,0.0121711725538542 -1526,0.5,0.255951455205554,0.273224681325866,0.0840698013676555,0.0926874581642704,0.0194621400673542 -1527,0.5,0.255951455205554,0.218162888713594,0.0748214107398745,0.0686845114278627,0.0192468820010284 -1528,0.5,0.255951455205554,0.156596114632616,0.0646036749694297,0.0439698017105135,0.0139758622071394 -1529,0.5,0.255951455205554,0.0833056580936452,0.0445249882682925,0.0186836218860345,0.00928999247302849 -1530,0.5,0.255951455205554,0.00201358029726996,0.0316675030024318,0.0,0.00552522362732416 -1531,0.5,0.255951455205554,0.0,0.03020376518493,0.0,0.00496862545935129 -1532,0.5,0.255951455205554,0.0,0.0299975582600791,0.0,0.00472630242036504 -1533,0.5,0.255951455205554,0.0,0.0278460141765602,0.0,0.0052033393628599 -1534,0.5,0.255951455205554,0.0,0.0240069207167676,0.0,0.00903008832135038 -1535,0.5,0.255951455205554,0.0,0.020543669728859,0.0,0.0170462277998723 -1536,0.5,0.255951455205554,0.0,0.0183555867838652,0.0,0.0293481337744462 -1537,0.5,0.255951455205554,0.0,0.0172507852691313,0.0,0.047753594968521 -1538,0.5,0.255951455205554,0.0,0.0178463769630469,0.0,0.0798441848425171 -1539,0.5,0.255951455205554,0.0,0.0196523703911757,0.0,0.125768822376789 -1540,0.5,0.255951455205554,0.0,0.0225771397562927,0.0,0.169356286329098 -1541,0.5,0.255951455205554,0.0,0.0240496750140857,0.0,0.212249130231912 -1542,0.5,0.255951455205554,0.0,0.024740075242063,0.0,0.272922769655233 -1543,0.5,0.255951455205554,0.0,0.0257193788933016,0.0,0.373725889298825 -1544,0.5,0.255951455205554,0.00728931270569537,0.0276566200574788,0.00915081663463607,0.473477636961793 -1545,0.5,0.255951455205554,0.0760981799659441,0.031429632176935,0.164929040036938,0.561155088329284 -1546,0.5,0.255951455205554,0.163399882393069,0.0422630422350413,0.324877660799766,0.607903219803442 -1547,0.5,0.255951455205554,0.255661623608684,0.0588331504956175,0.471399057068394,0.627588103431164 -1548,0.5,0.255951455205554,0.328949742323076,0.0717584987994006,0.565820447452853,0.636299961490872 -1549,0.5,0.255951455205554,0.368544973684125,0.0830235426947582,0.596149777771309,0.644404986470198 -1550,0.5,0.255951455205554,0.347940177548618,0.0907751716886586,0.576485430579536,0.675674214135556 -1551,0.5,0.255951455205554,0.279729341956763,0.0878814312052675,0.488221811928219,0.687980402407073 -1552,0.5,0.255951455205554,0.196111999930958,0.070891494092166,0.373095635727891,0.655750454739178 -1553,0.5,0.255951455205554,0.110672729497732,0.0397183760186714,0.24613421356537,0.58222819079951 -1554,0.5,0.255951455205554,0.00508643768230449,0.0321969638064847,0.0,0.514395070533241 -1555,0.5,0.255951455205554,0.0,0.0353186838828071,0.0,0.461594136087824 -1556,0.5,0.255951455205554,0.0,0.0400042179790931,0.0,0.524891520334851 -1557,0.5,0.255951455205554,0.0,0.0510639433589282,0.0,0.655423900440928 -1558,0.5,0.255951455205554,0.0,0.0654039093674471,0.0,0.725877486600324 -1559,0.5,0.255951455205554,0.0,0.0774650880699402,0.0,0.777009268639139 -1560,0.5,0.255951455205554,0.0,0.084100255155479,0.0,0.831126398484416 -1561,0.5,0.255951455205554,0.0,0.089440575506108,0.0,0.872402422160359 -1562,0.5,0.255951455205554,0.0,0.0951934255426747,0.0,0.886552727673938 -1563,0.5,0.255951455205554,0.0,0.101371937236812,0.0,0.889234517321868 -1564,0.5,0.255951455205554,0.0,0.107866387409673,0.0,0.889637393886889 -1565,0.5,0.255951455205554,0.0,0.113151513968197,0.0,0.894128161269667 -1566,0.5,0.255951455205554,0.0,0.121239336114142,0.0,0.906521534284077 -1567,0.5,0.255951455205554,0.0,0.133088936222614,0.0,0.920369402054181 -1568,0.5,0.255951455205554,0.0160098198471655,0.144600701567699,0.0125034449758438,0.929270735116207 -1569,0.5,0.255951455205554,0.116670375893748,0.162263108878453,0.1483245181761,0.935292932510972 -1570,0.5,0.255951455205554,0.229439632145881,0.225893241836957,0.259194863246683,0.93975301774975 -1571,0.5,0.255951455205554,0.33661054493982,0.313875093852799,0.354761501374865,0.946955437019921 -1572,0.5,0.255951455205554,0.413135834772775,0.370738281279765,0.419093665704932,0.945662079522593 -1573,0.5,0.255951455205554,0.430713065541403,0.391200496839965,0.426360422267008,0.947654806461058 -1574,0.5,0.255951455205554,0.411164420488305,0.376207324440051,0.377221624635114,0.942315184100866 -1575,0.5,0.255951455205554,0.343687333323897,0.352667006072981,0.292497855684739,0.937346856710487 -1576,0.5,0.255951455205554,0.242077935538785,0.297025893377659,0.210707781998215,0.933856084314921 -1577,0.5,0.255951455205554,0.124072191329814,0.236493282650545,0.078382279357292,0.922094471727067 -1578,0.5,0.255951455205554,0.00510212795466475,0.240653496056564,0.00102710285656383,0.872542143138108 -1579,0.5,0.255951455205554,0.0,0.251101515612749,0.0,0.895170976724944 -1580,0.5,0.255951455205554,0.0,0.232533800105426,0.0,0.928802380993136 -1581,0.5,0.255951455205554,0.0,0.195916059913604,0.0,0.852538675210931 -1582,0.5,0.255951455205554,0.0,0.180040893636109,0.0,0.770287506400631 -1583,0.5,0.255951455205554,0.0,0.167335246907224,0.0,0.732423431704703 -1584,0.5,0.255951455205554,0.0,0.141250217856507,0.0,0.639289724553431 -1585,0.5,0.255951455205554,0.0,0.114954059382986,0.0,0.399649690595622 -1586,0.5,0.255951455205554,0.0,0.0773478996674586,0.0,0.21473790705487 -1587,0.5,0.255951455205554,0.0,0.0552547527982722,0.0,0.0929778033192585 -1588,0.5,0.255951455205554,0.0,0.0441721323671632,0.0,0.0216805359918385 -1589,0.5,0.255951455205554,0.0,0.0354097382409668,0.0,0.00949340866876548 -1590,0.5,0.255951455205554,0.0,0.029131550980878,0.0,0.00915463037185798 -1591,0.5,0.255951455205554,0.0,0.0226313719652971,0.0,0.0107938429505107 -1592,0.5,0.255951455205554,0.0155065295069711,0.0172378659374977,0.0187984182057742,0.015347954548078 -1593,0.5,0.255951455205554,0.101199727559453,0.0182304388466934,0.155655132305277,0.0227509277001837 -1594,0.5,0.255951455205554,0.213459585728421,0.0267852735235568,0.325545040886344,0.0661457759863596 -1595,0.5,0.255951455205554,0.338562697243766,0.0478228835806072,0.460541390182383,0.136586385929695 -1596,0.5,0.255951455205554,0.426926664457726,0.063470536223672,0.549824257870279,0.197017697612857 -1597,0.5,0.255951455205554,0.476371283875042,0.0713146625891904,0.599987881670344,0.260342448297724 -1598,0.5,0.255951455205554,0.465080188207626,0.0792215871778068,0.595616471282817,0.316277445964481 -1599,0.5,0.255951455205554,0.412272759490661,0.0924931429967155,0.531656556294925,0.321225067676276 -1600,0.5,0.255951455205554,0.318170342963725,0.0974693859879183,0.417941970186608,0.324901282356209 -1601,0.5,0.255951455205554,0.19121842213986,0.0662739579438867,0.287393897944515,0.379952876839301 -1602,0.5,0.255951455205554,0.00890599810569024,0.0731018296709676,0.0,0.458156334905678 -1603,0.5,0.255951455205554,0.0,0.0975094272045058,0.0,0.573726738019658 -1604,0.5,0.255951455205554,0.0,0.121367069951842,0.0,0.701188241077112 -1605,0.5,0.255951455205554,0.0,0.136279513609681,0.0,0.763301656331598 -1606,0.5,0.255951455205554,0.0,0.140265980440924,0.0,0.770601671781173 -1607,0.5,0.255951455205554,0.0,0.137847004595752,0.0,0.748945842432603 -1608,0.5,0.255951455205554,0.0,0.133067493054762,0.0,0.711978289748504 -1609,0.5,0.255951455205554,0.0,0.128708179178556,0.0,0.683127612792553 -1610,0.5,0.255951455205554,0.0,0.125686576214887,0.0,0.684606551703893 -1611,0.5,0.255951455205554,0.0,0.12139296810632,0.0,0.697783207946992 -1612,0.5,0.255951455205554,0.0,0.117222757610543,0.0,0.706141477933597 -1613,0.5,0.255951455205554,0.0,0.114620349877083,0.0,0.699629662671356 -1614,0.5,0.255951455205554,0.0,0.116157567675156,0.0,0.673893381733926 -1615,0.5,0.255951455205554,0.0,0.11766388500346,0.0,0.645421303119319 -1616,0.5,0.255951455205554,0.0401092870256092,0.117086882490445,0.0254897298432777,0.624296288331229 -1617,0.5,0.255951455205554,0.198672336573688,0.121404891678894,0.185080994246913,0.630834865562187 -1618,0.5,0.255951455205554,0.364919408370853,0.180218266524021,0.344999684134766,0.669421221763616 -1619,0.5,0.255951455205554,0.519926826002031,0.246299732063642,0.496291196051645,0.66275924304711 -1620,0.5,0.255951455205554,0.623740048906514,0.307514831411309,0.599588630228017,0.545089166183632 -1621,0.5,0.255951455205554,0.664721332057946,0.346465566560747,0.640662931266162,0.370584568422269 -1622,0.5,0.255951455205554,0.653757423677477,0.352932344572869,0.631461605511481,0.248916372436689 -1623,0.5,0.255951455205554,0.582329717164497,0.342056761033317,0.56262607058575,0.252819225068395 -1624,0.5,0.255951455205554,0.452604329052142,0.265342217687846,0.438536312948349,0.251677322763276 -1625,0.5,0.255951455205554,0.265522523943971,0.187782346650134,0.289668781479072,0.257702381737619 -1626,0.5,0.255951455205554,0.0124326531346548,0.195396627602916,0.0,0.274761305699402 -1627,0.5,0.255951455205554,0.0,0.187961409705234,0.0,0.270932077049916 -1628,0.5,0.255951455205554,0.0,0.162774087815318,0.0,0.250811564583048 -1629,0.5,0.255951455205554,0.0,0.1384420991281,0.0,0.219916299609574 -1630,0.5,0.255951455205554,0.0,0.116311761921666,0.0,0.174216470479959 -1631,0.5,0.255951455205554,0.0,0.0937548832282983,0.0,0.14585951632122 -1632,0.5,0.255951455205554,0.0,0.0713040545373173,0.0,0.129401109352257 -1633,0.5,0.255951455205554,0.0,0.0548352234938184,0.0,0.11519490740677 -1634,0.5,0.255951455205554,0.0,0.0429157561204335,0.0,0.0952108728980768 -1635,0.5,0.255951455205554,0.0,0.0354045854405281,0.0,0.0749710175562468 -1636,0.5,0.255951455205554,0.0,0.0325151032923284,0.0,0.0645154467792311 -1637,0.5,0.255951455205554,0.0,0.031051850252606,0.0,0.0542608720597814 -1638,0.5,0.255951455205554,0.0,0.0289429269883829,0.0,0.0419293523692164 -1639,0.5,0.255951455205554,0.0,0.0287110535439751,0.0,0.0293286732938503 -1640,0.5,0.255951455205554,0.0432910741523138,0.0261381270017904,0.032329241070973,0.0199658480531458 -1641,0.5,0.255951455205554,0.196292839075731,0.0221404121507544,0.194240331735263,0.0188559688683516 -1642,0.5,0.255951455205554,0.352886337639556,0.0258950410408888,0.352756947848419,0.0208342795733809 -1643,0.5,0.255951455205554,0.500664830153799,0.0289183438472697,0.500216374702099,0.0229538471947486 -1644,0.5,0.255951455205554,0.602405452522376,0.0327332371126133,0.598903550078179,0.040239352370887 -1645,0.5,0.255951455205554,0.647179656407659,0.0315459849070704,0.638301933879973,0.131377360195977 -1646,0.5,0.255951455205554,0.640986169458567,0.0369149812676398,0.623011113813853,0.44635464141281 -1647,0.5,0.255951455205554,0.569848932382591,0.0572105300412786,0.389133420077273,0.668289280842529 -1648,0.5,0.255951455205554,0.440974998592554,0.0936229840516908,0.121003287771971,0.681461222810191 -1649,0.5,0.255951455205554,0.258220092382156,0.103613786062824,0.0438469254767066,0.675522666031701 -1650,0.5,0.255951455205554,0.0151871162626793,0.12853432839465,0.0,0.715766364245614 -1651,0.5,0.255951455205554,0.0,0.13932357190196,0.0,0.706446958461537 -1652,0.5,0.255951455205554,0.0,0.1316966634959,0.0,0.649706408822648 -1653,0.5,0.255951455205554,0.0,0.120939942871084,0.0,0.604247333482466 -1654,0.5,0.255951455205554,0.0,0.112537300708298,0.0,0.541749495713755 -1655,0.5,0.255951455205554,0.0,0.109978073244062,0.0,0.425804445347693 -1656,0.5,0.255951455205554,0.0,0.126313660417371,0.0,0.342525775732332 -1657,0.5,0.255951455205554,0.0,0.143657716302707,0.0,0.355458137276791 -1658,0.5,0.255951455205554,0.0,0.155546196346821,0.0,0.43250745441764 -1659,0.5,0.255951455205554,0.0,0.162525894126088,0.0,0.502093613845328 -1660,0.5,0.255951455205554,0.0,0.160156143564429,0.0,0.503611719728943 -1661,0.5,0.255951455205554,0.0,0.151593761784069,0.0,0.423970828529642 -1662,0.5,0.255951455205554,0.0,0.139480243706766,0.0,0.33362726574999 -1663,0.5,0.255951455205554,0.0,0.136688145508164,0.0,0.282203184574968 -1664,0.5,0.255951455205554,0.0363650830723205,0.143168400570566,0.0387279189139541,0.244456244172491 -1665,0.5,0.255951455205554,0.147264588237334,0.160544695885669,0.203696273105381,0.22338677448674 -1666,0.5,0.255951455205554,0.265902174484751,0.194865226509747,0.364527389850817,0.208092772071461 -1667,0.5,0.255951455205554,0.380285283593772,0.216495811370355,0.516154916954527,0.180473735212088 -1668,0.5,0.255951455205554,0.461261477297435,0.221988894651057,0.619896249098805,0.143203568456444 -1669,0.5,0.255951455205554,0.501690634422466,0.225117725046197,0.664345072792799,0.112358044109424 -1670,0.5,0.255951455205554,0.500827498559732,0.237314118375281,0.658252561642279,0.0924813222088544 -1671,0.5,0.255951455205554,0.449260711622798,0.255020380479242,0.589683474690481,0.0781664420045986 -1672,0.5,0.255951455205554,0.347992701397716,0.259341214238177,0.46271834202746,0.0741703853434923 -1673,0.5,0.255951455205554,0.219716832435695,0.207519799700832,0.300776503014656,0.0943993600180938 -1674,0.5,0.255951455205554,0.0157659070403771,0.176933055097204,0.0,0.133321521680403 -1675,0.5,0.255951455205554,0.0,0.172864503964976,0.0,0.173111536078082 -1676,0.5,0.255951455205554,0.0,0.168517138363997,0.0,0.20262219678059 -1677,0.5,0.255951455205554,0.0,0.157819830534103,0.0,0.20109809386606 -1678,0.5,0.255951455205554,0.0,0.141260670677329,0.0,0.187425408734398 -1679,0.5,0.255951455205554,0.0,0.122777065138162,0.0,0.176492325327701 -1680,0.5,0.255951455205554,0.0,0.104138274426861,0.0,0.17009025474237 -1681,0.5,0.255951455205554,0.0,0.0870122733806386,0.0,0.141115447163898 -1682,0.5,0.255951455205554,0.0,0.0741665927414453,0.0,0.106688482836317 -1683,0.5,0.255951455205554,0.0,0.0648072421583074,0.0,0.0844116535275684 -1684,0.5,0.255951455205554,0.0,0.059544653204704,0.0,0.0746190987751947 -1685,0.5,0.255951455205554,0.0,0.0586327087798391,0.0,0.0734323312003933 -1686,0.5,0.255951455205554,0.0,0.0583933160584321,0.0,0.0799702437671992 -1687,0.5,0.255951455205554,0.0,0.0556839615677646,0.0,0.0877320786590553 -1688,0.5,0.255951455205554,0.0463118208768362,0.0527570397023373,0.0443961602977886,0.0885959958219688 -1689,0.5,0.255951455205554,0.188277766901506,0.0607238797696329,0.210028410927347,0.0814082349054029 -1690,0.5,0.255951455205554,0.346662031555474,0.0906168238615498,0.372420370829707,0.0737461469858727 -1691,0.5,0.255951455205554,0.504081624018762,0.109574500613874,0.522932049479247,0.0622937987085695 -1692,0.5,0.255951455205554,0.620942036747263,0.118790664628957,0.624083144034581,0.0498727411958248 -1693,0.5,0.255951455205554,0.674146140991678,0.133672209617946,0.665462045324215,0.0446684116604067 -1694,0.5,0.255951455205554,0.670025831516955,0.139482510591482,0.657167083512402,0.0493403168717337 -1695,0.5,0.255951455205554,0.599213481408001,0.143357970987458,0.587805441922655,0.0716354676643207 -1696,0.5,0.255951455205554,0.468380437690773,0.133335945266516,0.461213955241656,0.0874999127219183 -1697,0.5,0.255951455205554,0.295989544759705,0.065554169008524,0.320730595410135,0.089236949907007 -1698,0.5,0.255951455205554,0.0234268542928546,0.0540308585562868,0.0,0.0915545713098474 -1699,0.5,0.255951455205554,0.0,0.0544295807471542,0.0,0.0799973328234254 -1700,0.5,0.255951455205554,0.0,0.0489310036699395,0.0,0.05003452744515 -1701,0.5,0.255951455205554,0.0,0.0430801126992095,0.0,0.0373626932555184 -1702,0.5,0.255951455205554,0.0,0.0373921830136405,0.0,0.0244993277562603 -1703,0.5,0.255951455205554,0.0,0.0335270104558672,0.0,0.0135696121308268 -1704,0.5,0.255951455205554,0.0,0.0294390494585819,0.0,0.00945396984189555 -1705,0.5,0.255951455205554,0.0,0.0235440279898936,0.0,0.00825881604778627 -1706,0.5,0.255951455205554,0.0,0.0186258209848504,0.0,0.00622538712756631 -1707,0.5,0.255951455205554,0.0,0.0167315260983948,0.0,0.00473665315552915 -1708,0.5,0.255951455205554,0.0,0.0149709083227937,0.0,0.00478998327349745 -1709,0.5,0.255951455205554,0.0,0.012643465969109,0.0,0.00340407448753673 -1710,0.5,0.255951455205554,0.0,0.0107087972715547,0.0,0.00272149185313207 -1711,0.5,0.255951455205554,0.0,0.00999852037019627,0.0,0.00304941174828615 -1712,0.5,0.255951455205554,0.0625876679014137,0.00989391216893519,0.05135448968866,0.00447972233849728 -1713,0.5,0.255951455205554,0.23036170275795,0.0093188012228547,0.220478762382748,0.00502456030102258 -1714,0.5,0.255951455205554,0.399112237719558,0.00962924295262549,0.383965608807015,0.00388898204432938 -1715,0.5,0.255951455205554,0.549834853040259,0.0161434376343234,0.536573683656603,0.00553210697273435 -1716,0.5,0.255951455205554,0.645660021234926,0.0263160771809822,0.636692919556349,0.0108141391487537 -1717,0.5,0.255951455205554,0.683714883240937,0.0300327508663159,0.676564070827798,0.0209946531185966 -1718,0.5,0.255951455205554,0.672339545022919,0.0344950965074432,0.66682425617429,0.0330314636030007 -1719,0.5,0.255951455205554,0.600832181410795,0.0413913431924455,0.595415843243733,0.0439565417373108 -1720,0.5,0.255951455205554,0.470476245581551,0.0403484214333365,0.466186604686507,0.0489627890600256 -1721,0.5,0.255951455205554,0.30253019725998,0.0193479763957905,0.324130302765561,0.0553688004145337 -1722,0.5,0.255951455205554,0.0265372184419989,0.0156794187829364,0.0435982462173049,0.0615418132586214 -1723,0.5,0.255951455205554,0.0,0.0163343006925514,0.0,0.0698286923320868 -1724,0.5,0.255951455205554,0.0,0.017588198841464,0.0,0.0910847822276101 -1725,0.5,0.255951455205554,0.0,0.0211482601768525,0.0,0.0726607153129225 -1726,0.5,0.255951455205554,0.0,0.0243137811445692,0.0,0.0737886479307562 -1727,0.5,0.255951455205554,0.0,0.0270690728890127,0.0,0.119762883490026 -1728,0.5,0.255951455205554,0.0,0.0334019508474574,0.0,0.106726656827068 -1729,0.5,0.255951455205554,0.0,0.0390018764120273,0.0,0.120697929479734 -1730,0.5,0.255951455205554,0.0,0.0451086865623593,0.0,0.130171908750607 -1731,0.5,0.255951455205554,0.0,0.0510019382938685,0.0,0.144643942241474 -1732,0.5,0.255951455205554,0.0,0.056025270183419,0.0,0.141517457007254 -1733,0.5,0.255951455205554,0.0,0.0558642181513655,0.0,0.128643557285387 -1734,0.5,0.255951455205554,0.0,0.0539226148683639,0.0,0.107467972304678 -1735,0.5,0.255951455205554,9.85439729231514e-07,0.0508027439771712,0.0,0.0772854837002631 -1736,0.5,0.255951455205554,0.0645106647195763,0.0464424427070622,0.000977295280526926,0.060951196070162 -1737,0.5,0.255951455205554,0.223399374124772,0.045855366298808,0.0102898691161959,0.0344278172267288 -1738,0.5,0.255951455205554,0.380099378888646,0.0599680795063418,0.0785931217362003,0.0235815897380215 -1739,0.5,0.255951455205554,0.516531841225497,0.0868740582244551,0.0807828980367723,0.026953651061776 -1740,0.5,0.255951455205554,0.603134114850028,0.112514565819305,0.163043015416769,0.0612460608145595 -1741,0.5,0.255951455205554,0.63447139717102,0.140465617080366,0.563352993712492,0.161641626601365 -1742,0.5,0.255951455205554,0.619680418232151,0.177073614066429,0.578198585613028,0.365362331121224 -1743,0.5,0.255951455205554,0.545654474276803,0.226160441229938,0.42998644653338,0.627222941282124 -1744,0.5,0.255951455205554,0.419972595698318,0.262087101467552,0.243520443424018,0.873146669471049 -1745,0.5,0.255951455205554,0.269166178914776,0.247163912329431,0.0586668377200022,0.946309870056924 -1746,0.5,0.255951455205554,0.0262302267387969,0.254998117528158,0.00250523130097834,0.967436347842795 -1747,0.5,0.255951455205554,0.0,0.289449352827748,0.0,0.98072291891178 -1748,0.5,0.255951455205554,0.0,0.340549626150815,0.0,0.99717294394094 -1749,0.5,0.255951455205554,0.0,0.401969001488521,0.0,1.00747648936827 -1750,0.5,0.255951455205554,0.0,0.467498654481499,0.0,1.00949938937519 -1751,0.5,0.255951455205554,0.0,0.530508900378139,0.0,1.00957988516292 -1752,0.5,0.255951455205554,0.0,0.594830673558953,0.0,1.00918924310015 -1753,0.5,0.255951455205554,0.0,0.657203658075515,0.0,1.00926008603348 -1754,0.5,0.255951455205554,0.0,0.706897181717868,0.0,1.00970787708493 -1755,0.5,0.255951455205554,0.0,0.741588999193676,0.0,1.00906277424051 -1756,0.5,0.255951455205554,0.0,0.761939501565136,0.0,1.00928299944927 -1757,0.5,0.255951455205554,0.0,0.785198755049151,0.0,1.01003192946145 -1758,0.5,0.255951455205554,0.0,0.800720490195122,0.0,1.00799492088638 -1759,0.5,0.255951455205554,7.63944973252593e-07,0.822302866094503,0.0,1.00606661564016 -1760,0.5,0.255951455205554,0.0258400935749898,0.839801771940956,0.043524514255692,1.0093588220604 -1761,0.5,0.255951455205554,0.0828179086229617,0.874056014085564,0.1596737959615,1.01072265387738 -1762,0.5,0.255951455205554,0.142619041532546,0.893843246809912,0.327518452595158,1.01075512445807 -1763,0.5,0.255951455205554,0.178489102469284,0.903211640999606,0.219974480394305,1.01081463817231 -1764,0.5,0.255951455205554,0.187573097814465,0.903617506786339,0.116910230566314,1.0020666826346 -1765,0.5,0.255951455205554,0.189522648558798,0.892008316217296,0.152156691192654,0.971298009479502 -1766,0.5,0.255951455205554,0.181993214858978,0.877755637216298,0.141825058018857,0.90426119451051 -1767,0.5,0.255951455205554,0.156375240895781,0.852930763707875,0.132905586626224,0.759008015271111 -1768,0.5,0.255951455205554,0.0999774414922594,0.806357989392872,0.1102838762851,0.562909702325474 -1769,0.5,0.255951455205554,0.0476726892424762,0.710756482890466,0.126215515057693,0.46941397699321 -1770,0.5,0.255951455205554,0.0088882810670872,0.625149259595974,0.0406358899665516,0.716515949019499 -1771,0.5,0.255951455205554,0.0,0.545758505000011,0.0,0.735265766459535 -1772,0.5,0.255951455205554,0.0,0.505575736083914,0.0,0.974521503144354 -1773,0.5,0.255951455205554,0.0,0.514225382978161,0.0,0.977585779713479 -1774,0.5,0.255951455205554,0.0,0.56127232612943,0.0,0.979465036857756 -1775,0.5,0.255951455205554,0.0,0.659064618634953,0.0,0.988461784146362 -1776,0.5,0.255951455205554,0.0,0.755749497194624,0.0,0.994360314977984 -1777,0.5,0.255951455205554,0.0,0.812160454122834,0.0,0.993357005622655 -1778,0.5,0.255951455205554,0.0,0.86394439918711,0.0,0.999307021616098 -1779,0.5,0.255951455205554,0.0,0.876515492697524,0.0,0.987288067675997 -1780,0.5,0.255951455205554,0.0,0.894161590665643,0.0,0.988176493282265 -1781,0.5,0.255951455205554,0.0,0.9054516368866,0.0,0.981250671280115 -1782,0.5,0.255951455205554,0.0,0.891790956733183,0.0,0.96545470421833 -1783,0.5,0.255951455205554,2.54707715083054e-07,0.879858759849352,0.0,0.953416399922388 -1784,0.5,0.255951455205554,0.000845188983252043,0.886036130351689,0.000173081894856911,0.958582073532445 -1785,0.5,0.255951455205554,0.0037341430748857,0.903033795981865,0.00129395835326799,0.975473982680112 -1786,0.5,0.255951455205554,0.00793444869690738,0.926587282585808,0.00548866597308513,0.991683288823209 -1787,0.5,0.255951455205554,0.0144945140363927,0.940511339532847,0.0402558122818751,1.00939308935777 -1788,0.5,0.255951455205554,0.0232068226716671,0.942353881454627,0.0727040915608992,1.01026429075331 -1789,0.5,0.255951455205554,0.0268757444892361,0.936940660395627,0.0576047962581636,1.01047144422269 -1790,0.5,0.255951455205554,0.0267163484576155,0.927753891029428,0.012132103390786,1.01075759577685 -1791,0.5,0.255951455205554,0.0241739321202188,0.918767248666239,0.00934734174335361,1.01042871053599 -1792,0.5,0.255951455205554,0.0157325161534698,0.900625749325566,0.0107983043308786,1.00742655191177 -1793,0.5,0.255951455205554,0.00683049699506445,0.877341900873349,0.00719974715397927,1.00946880350041 -1794,0.5,0.255951455205554,0.00149949321314211,0.854645106869215,0.00186508416321566,1.0064043421429 -1795,0.5,0.255951455205554,0.0,0.839119647185804,0.0,1.00478065951725 -1796,0.5,0.255951455205554,0.0,0.836066911258659,0.0,0.993176695631722 -1797,0.5,0.255951455205554,0.0,0.84273400709701,0.0,0.930285477575936 -1798,0.5,0.255951455205554,0.0,0.842693140579411,0.0,0.959277107187448 -1799,0.5,0.255951455205554,0.0,0.840265367906852,0.0,0.993599416450055 -1800,0.5,0.255951455205554,0.0,0.83913129427868,0.0,1.00549585594313 -1801,0.5,0.255951455205554,0.0,0.833786741017905,0.0,1.00257620812623 -1802,0.5,0.255951455205554,0.0,0.844134547771625,0.0,1.00376161275448 -1803,0.5,0.255951455205554,0.0,0.83718718412378,0.0,1.00087557559609 -1804,0.5,0.255951455205554,0.0,0.811158968148224,0.0,0.994490016531148 -1805,0.5,0.255951455205554,0.0,0.801729689019902,0.0,0.991089966287294 -1806,0.5,0.255951455205554,0.0,0.790941174537693,0.0,0.991656252056717 -1807,0.5,0.255951455205554,5.7777490019563e-06,0.781347348431054,0.0,0.993858026469846 -1808,0.5,0.255951455205554,0.00880623183192315,0.780903938482396,0.000961130183051841,0.994816329041215 -1809,0.5,0.255951455205554,0.0388395405551988,0.784138520082374,0.0115720268276062,0.951788827299641 -1810,0.5,0.255951455205554,0.0812807519129227,0.792842943994944,0.0866030278406119,0.74836505817098 -1811,0.5,0.255951455205554,0.120689843810102,0.787542062095604,0.0798405248526948,0.48343699690178 -1812,0.5,0.255951455205554,0.147785039424017,0.773609970934011,0.0928200156645628,0.317018463392206 -1813,0.5,0.255951455205554,0.162042113290038,0.750034439914573,0.112403611050512,0.219866662158577 -1814,0.5,0.255951455205554,0.150703205622422,0.706829636304721,0.145919106529128,0.174477951276881 -1815,0.5,0.255951455205554,0.119309542367203,0.646625095703039,0.129267581311032,0.209716453104445 -1816,0.5,0.255951455205554,0.0847158597266492,0.57104858803178,0.0782860213004625,0.342438504619554 -1817,0.5,0.255951455205554,0.0496257420218083,0.496167475275954,0.0744821763826014,0.387598582708365 -1818,0.5,0.255951455205554,0.0114101604825457,0.405444907502425,0.0694757986242038,0.387234308008534 -1819,0.5,0.255951455205554,1.23409353131629e-07,0.307730314390483,0.0,0.337273384340407 -1820,0.5,0.255951455205554,0.0,0.242575047629208,0.0,0.315139570817549 -1821,0.5,0.255951455205554,0.0,0.203955838878382,0.0,0.443047081094482 -1822,0.5,0.255951455205554,0.0,0.193463410740641,0.0,0.697303097625017 -1823,0.5,0.255951455205554,0.0,0.210718300048106,0.0,0.798220898439864 -1824,0.5,0.255951455205554,0.0,0.258166426337979,0.0,0.774210747828799 -1825,0.5,0.255951455205554,0.0,0.291213200889538,0.0,0.805270225188417 -1826,0.5,0.255951455205554,0.0,0.309294103812421,0.0,0.821682734765737 -1827,0.5,0.255951455205554,0.0,0.331415617107628,0.0,0.786391976504456 -1828,0.5,0.255951455205554,0.0,0.358996804235768,0.0,0.848973183841536 -1829,0.5,0.255951455205554,0.0,0.387902219113406,0.0,0.905033012282346 -1830,0.5,0.255951455205554,0.0,0.402093432696842,0.0,0.854199141162444 -1831,0.5,0.255951455205554,7.76929570066393e-05,0.411240686951383,0.0,0.72515662884238 -1832,0.5,0.255951455205554,0.0354857118415721,0.433478916906967,0.00433367251686161,0.841443058702918 -1833,0.5,0.255951455205554,0.120030441578471,0.471299954770885,0.0360680423650791,0.891806056225867 -1834,0.5,0.255951455205554,0.221862392664342,0.526943255740265,0.125338938150649,0.842092468193818 -1835,0.5,0.255951455205554,0.321408350246698,0.606050603865883,0.285323884504818,0.83147633754714 -1836,0.5,0.255951455205554,0.388244899481216,0.666414822123484,0.105105712851022,0.90023306614945 -1837,0.5,0.255951455205554,0.409627677790409,0.69603001915755,0.194706535925688,0.936029039315621 -1838,0.5,0.255951455205554,0.379804781705892,0.703527293478896,0.138055845146076,0.929128113997657 -1839,0.5,0.255951455205554,0.314300299226358,0.701818485561083,0.0752828775997936,0.962059715645983 -1840,0.5,0.255951455205554,0.225609034791501,0.680911165548621,0.058161785148846,0.977220084261912 -1841,0.5,0.255951455205554,0.133431031154541,0.636669764013045,0.00405546881248666,0.978211945446866 -1842,0.5,0.255951455205554,0.0301154833018401,0.620424114427669,0.000536825377702207,0.96272901805018 -1843,0.5,0.255951455205554,3.8367832870267e-07,0.630663505002694,0.0,0.958369942513314 -1844,0.5,0.255951455205554,0.0,0.650097742002356,0.0,0.973371956897849 -1845,0.5,0.255951455205554,0.0,0.678909768095127,0.0,0.982703121498028 -1846,0.5,0.255951455205554,0.0,0.717421452512665,0.0,0.976636961314294 -1847,0.5,0.255951455205554,0.0,0.763478542330476,0.0,0.951677906865135 -1848,0.5,0.255951455205554,0.0,0.803196880602512,0.0,0.939294323539191 -1849,0.5,0.255951455205554,0.0,0.840045354394971,0.0,0.937944160156714 -1850,0.5,0.255951455205554,0.0,0.8796603375282,0.0,0.97872293804549 -1851,0.5,0.255951455205554,0.0,0.885255810134796,0.0,0.984627452667356 -1852,0.5,0.255951455205554,0.0,0.873396412323989,0.0,0.968956115317403 -1853,0.5,0.255951455205554,0.0,0.869454590830812,0.0,0.97807092494154 -1854,0.5,0.255951455205554,0.0,0.873600475952619,0.0,0.959083256161966 -1855,0.5,0.255951455205554,2.55778443606327e-05,0.865224715047413,0.0,0.969297622283069 -1856,0.5,0.255951455205554,0.00567186243610474,0.861957017299549,0.00141340914136705,0.979590668675944 -1857,0.5,0.255951455205554,0.0325571273556527,0.866142226403543,0.047404162085628,0.947325786615502 -1858,0.5,0.255951455205554,0.0795080291500272,0.868357700311435,0.255270912036609,0.990169525014178 -1859,0.5,0.255951455205554,0.126426748412961,0.867689663494305,0.248808315146187,1.00745413735123 -1860,0.5,0.255951455205554,0.161068967163826,0.88192240674408,0.276911200947518,0.988280602815737 -1861,0.5,0.255951455205554,0.166282408692308,0.873892076898111,0.274689236183236,0.993902568630631 -1862,0.5,0.255951455205554,0.151742667352836,0.857364065695201,0.116426417961735,1.00169218116893 -1863,0.5,0.255951455205554,0.132262710403557,0.830470714362742,0.042864044242961,1.00039855530365 -1864,0.5,0.255951455205554,0.112582750020543,0.799423045406228,0.0164748906936316,1.00628809993811 -1865,0.5,0.255951455205554,0.0780082253533099,0.743339723719788,0.0155321967745785,1.00986045966408 -1866,0.5,0.255951455205554,0.0280053838989914,0.711352003653528,0.00466292755357254,1.0103314713638 -1867,0.5,0.255951455205554,0.0,0.660649344475679,0.0,1.01030630859124 -1868,0.5,0.255951455205554,0.0,0.639796274629205,0.0,1.00971434390393 -1869,0.5,0.255951455205554,0.0,0.655266278428506,0.0,1.00964088900667 -1870,0.5,0.255951455205554,0.0,0.67695574067847,0.0,1.00789111730879 -1871,0.5,0.255951455205554,0.0,0.687267496559131,0.0,1.0084181544505 -1872,0.5,0.255951455205554,0.0,0.685574734316625,0.0,1.00631713745376 -1873,0.5,0.255951455205554,0.0,0.673311580886252,0.0,1.00045135440193 -1874,0.5,0.255951455205554,0.0,0.652549766994589,0.0,0.997378455193475 -1875,0.5,0.255951455205554,0.0,0.621020717850154,0.0,1.00389865798265 -1876,0.5,0.255951455205554,0.0,0.570497255856018,0.0,0.999219995687148 -1877,0.5,0.255951455205554,0.0,0.504427111697595,0.0,0.991708026354188 -1878,0.5,0.255951455205554,0.0,0.441068633277723,0.0,0.97631380142657 -1879,0.5,0.255951455205554,0.000547008184627879,0.408019515732389,0.0,0.971825292202053 -1880,0.5,0.255951455205554,0.0784642372598574,0.389960319090638,0.0218233752177181,0.969412315174482 -1881,0.5,0.255951455205554,0.231002739341805,0.402109529550192,0.0946246449568687,0.980087018808496 -1882,0.5,0.255951455205554,0.39396023315988,0.430500754778673,0.203377799765189,0.974026905477475 -1883,0.5,0.255951455205554,0.538727555840876,0.464305230659442,0.533337587243403,0.979943399112004 -1884,0.5,0.255951455205554,0.63190660698468,0.482731415620392,0.624327090625579,0.97679377668412 -1885,0.5,0.255951455205554,0.672215599392945,0.491737298244807,0.659947676220001,0.979507276069801 -1886,0.5,0.255951455205554,0.663508598006792,0.507359595256266,0.651176037762559,0.966225749677239 -1887,0.5,0.255951455205554,0.593935459330345,0.544077869382745,0.581451344380343,0.947706238746254 -1888,0.5,0.255951455205554,0.46616347747112,0.516313048540413,0.458355728780788,0.937603334004579 -1889,0.5,0.255951455205554,0.316648369941464,0.452553032900846,0.317880347501817,0.94115959695323 -1890,0.5,0.255951455205554,0.0547913344180505,0.481609897894942,0.0853890614568076,0.9443662002506 -1891,0.5,0.255951455205554,0.0,0.546636312181912,0.0,0.94370722836692 -1892,0.5,0.255951455205554,0.0,0.599605560440816,0.0,0.963018720814791 -1893,0.5,0.255951455205554,0.0,0.64006757244794,0.0,0.978712619725382 -1894,0.5,0.255951455205554,0.0,0.662101791553823,0.0,0.984468043163789 -1895,0.5,0.255951455205554,0.0,0.683510515115254,0.0,0.990423249260081 -1896,0.5,0.255951455205554,0.0,0.703778491250111,0.0,0.992632297876781 -1897,0.5,0.255951455205554,0.0,0.706351742704361,0.0,0.99283829564903 -1898,0.5,0.255951455205554,0.0,0.708920077881693,0.0,0.978778251555238 -1899,0.5,0.255951455205554,0.0,0.722558459917972,0.0,0.715809499403218 -1900,0.5,0.255951455205554,0.0,0.731809188312201,0.0,0.741911663409431 -1901,0.5,0.255951455205554,0.0,0.710269628823247,0.0,0.855175847088558 -1902,0.5,0.255951455205554,0.0,0.648967081106848,0.0,0.834137945942066 -1903,0.5,0.255951455205554,0.00110802828549098,0.58739596895192,0.0,0.795513794007353 -1904,0.5,0.255951455205554,0.0681946013427457,0.552909311028659,0.0470573425282222,0.685019460121977 -1905,0.5,0.255951455205554,0.173702565434075,0.572820203313595,0.200956880251232,0.628099003888446 -1906,0.5,0.255951455205554,0.281601173642103,0.561598112422523,0.273941350826442,0.632914605138559 -1907,0.5,0.255951455205554,0.369697946718142,0.524863125104352,0.289849766802349,0.68432961950968 -1908,0.5,0.255951455205554,0.424777947890558,0.492637701281939,0.568013806752343,0.74851504358988 -1909,0.5,0.255951455205554,0.432436646490329,0.459313982981806,0.665638913275575,0.791142384101886 -1910,0.5,0.255951455205554,0.40059673755154,0.433732799996591,0.629943556863682,0.781254522923412 -1911,0.5,0.255951455205554,0.343944649440594,0.408703011578304,0.567788402196793,0.703194710278702 -1912,0.5,0.255951455205554,0.254330848084727,0.346517733261851,0.423914566821279,0.657920128469106 -1913,0.5,0.255951455205554,0.157736722164726,0.247354508506191,0.289879446233341,0.673661529779673 -1914,0.5,0.255951455205554,0.0346704885136553,0.138813624643243,0.091854567209568,0.644230063263879 -1915,0.5,0.255951455205554,3.45039376699014e-06,0.0931049144727832,0.0,0.519369892243813 -1916,0.5,0.255951455205554,0.0,0.0729800645876682,0.0,0.314456052738651 -1917,0.5,0.255951455205554,0.0,0.0597192653466613,0.0,0.199243204634248 -1918,0.5,0.255951455205554,0.0,0.0546123707734918,0.0,0.263929525099627 -1919,0.5,0.255951455205554,0.0,0.056038675150633,0.0,0.526799331534853 -1920,0.5,0.255951455205554,0.0,0.0638430670127662,0.0,0.755453180863584 -1921,0.5,0.255951455205554,0.0,0.0785679180402772,0.0,0.822890324087693 -1922,0.5,0.255951455205554,0.0,0.0960293958976477,0.0,0.846265185720977 -1923,0.5,0.255951455205554,0.0,0.115671293934932,0.0,0.848812999616641 -1924,0.5,0.255951455205554,0.0,0.134048638311648,0.0,0.861224789940125 -1925,0.5,0.255951455205554,0.0,0.154241278820901,0.0,0.854402039532835 -1926,0.5,0.255951455205554,0.0,0.180646684190298,0.0,0.894583921617531 -1927,0.5,0.255951455205554,0.000795895888634558,0.20284507918956,0.0,0.914692609141609 -1928,0.5,0.255951455205554,0.0416710056772458,0.232362827280243,0.0271763467359613,0.915512670404304 -1929,0.5,0.255951455205554,0.118107971606633,0.31808442275374,0.130064115170946,0.918977807992725 -1930,0.5,0.255951455205554,0.209060934195416,0.452248967365628,0.308119019126697,0.921197744159481 -1931,0.5,0.255951455205554,0.288330950865086,0.552126945759256,0.445672573351845,0.924263803782047 -1932,0.5,0.255951455205554,0.324013561550187,0.595900081892089,0.616917567979551,0.877809831024326 -1933,0.5,0.255951455205554,0.316685691515177,0.617497488398288,0.624025570476684,0.742988363689481 -1934,0.5,0.255951455205554,0.307186269455094,0.643135806137897,0.373767428683842,0.666470378355076 -1935,0.5,0.255951455205554,0.25624055322951,0.640863271407976,0.13816541032242,0.53976741083557 -1936,0.5,0.255951455205554,0.190694677336873,0.554532014392145,0.0589050060209055,0.596980700159707 -1937,0.5,0.255951455205554,0.100459856111995,0.407204095067055,0.00603209355463367,0.601190002289726 -1938,0.5,0.255951455205554,0.0240814480064628,0.290128875287081,0.0184613932365847,0.496793650797005 -1939,0.5,0.255951455205554,1.55299910712959e-05,0.22875601560007,0.0,0.400081325157044 -1940,0.5,0.255951455205554,0.0,0.205588894311983,0.0,0.436895656396592 -1941,0.5,0.255951455205554,0.0,0.215784393568195,0.0,0.53551806182601 -1942,0.5,0.255951455205554,0.0,0.221648835251865,0.0,0.669750621944798 -1943,0.5,0.255951455205554,0.0,0.219528417184803,0.0,0.734875329755348 -1944,0.5,0.255951455205554,0.0,0.219624770050058,0.0,0.760998009469272 -1945,0.5,0.255951455205554,0.0,0.214570963273073,0.0,0.787174632336045 -1946,0.5,0.255951455205554,0.0,0.213802650763337,0.0,0.66645704123495 -1947,0.5,0.255951455205554,0.0,0.213994411217397,0.0,0.584184872345634 -1948,0.5,0.255951455205554,0.0,0.207913291382655,0.0,0.600621024421003 -1949,0.5,0.255951455205554,0.0,0.194498102158676,0.0,0.598618345516286 -1950,0.5,0.255951455205554,0.0,0.184069168018416,0.0,0.596162203946277 -1951,0.5,0.255951455205554,0.000896881853198943,0.18099180772265,0.000304389879276569,0.536001710212907 -1952,0.5,0.255951455205554,0.0459945546175531,0.221297347286252,0.0631879989383207,0.494881108434573 -1953,0.5,0.255951455205554,0.128826049493599,0.312415627834673,0.208443201528339,0.606693389846137 -1954,0.5,0.255951455205554,0.219567281644108,0.377121425110038,0.303889451939817,0.636631350969535 -1955,0.5,0.255951455205554,0.272452278418845,0.389791085477677,0.450095003889637,0.572646502679396 -1956,0.5,0.255951455205554,0.291276689845145,0.368422546441577,0.591797217580655,0.57335051903662 -1957,0.5,0.255951455205554,0.266833886129152,0.328591087561373,0.498126764181244,0.629131022414559 -1958,0.5,0.255951455205554,0.242737851631319,0.284061184416184,0.154887241313315,0.570260560960542 -1959,0.5,0.255951455205554,0.206482994613274,0.258561599245445,0.0702642549911203,0.47812828835604 -1960,0.5,0.255951455205554,0.157687846427937,0.245483860838326,0.0995359401489609,0.529008712807964 -1961,0.5,0.255951455205554,0.105031736571586,0.203495463079885,0.030566592776934,0.468853051076193 -1962,0.5,0.255951455205554,0.0370746516787365,0.141788293633085,0.0129483653508568,0.420014321749559 -1963,0.5,0.255951455205554,1.57686883879582e-05,0.115048656784961,0.0,0.569372614278979 -1964,0.5,0.255951455205554,0.0,0.100187541245083,0.0,0.669078394016557 -1965,0.5,0.255951455205554,0.0,0.0911037948903903,0.0,0.771993269797155 -1966,0.5,0.255951455205554,0.0,0.0798630142618939,0.0,0.757895331700072 -1967,0.5,0.255951455205554,0.0,0.0652254581827298,0.0,0.713325809001509 -1968,0.5,0.255951455205554,0.0,0.0572784078733275,0.0,0.710696708273875 -1969,0.5,0.255951455205554,0.0,0.0539497659867373,0.0,0.699491095898508 -1970,0.5,0.255951455205554,0.0,0.0557229183635137,0.0,0.694541152792498 -1971,0.5,0.255951455205554,0.0,0.0623776537353237,0.0,0.658064826934983 -1972,0.5,0.255951455205554,0.0,0.0717364276890881,0.0,0.653766161099888 -1973,0.5,0.255951455205554,0.0,0.0814257784981147,0.0,0.640204813960024 -1974,0.5,0.255951455205554,0.0,0.0884619179443935,0.0,0.631081448634481 -1975,0.5,0.255951455205554,0.00157891596876666,0.0868192931988468,0.00152719770275967,0.639597431531095 -1976,0.5,0.255951455205554,0.0606458299624059,0.0872634574450873,0.108306703165951,0.648266976624179 -1977,0.5,0.255951455205554,0.1558481338456,0.107921129361656,0.27240818106777,0.653359800806119 -1978,0.5,0.255951455205554,0.253253323397993,0.170744640243004,0.426998491640111,0.633875257690052 -1979,0.5,0.255951455205554,0.337231257970368,0.207980351163732,0.570163312240366,0.602213769442864 -1980,0.5,0.255951455205554,0.381576698348077,0.223571881202552,0.635348013975823,0.565285232777656 -1981,0.5,0.255951455205554,0.364768627850175,0.220814662932756,0.660734598507746,0.560722630748791 -1982,0.5,0.255951455205554,0.317571027320373,0.211701817806035,0.647871200026741,0.607202313171235 -1983,0.5,0.255951455205554,0.262276720136717,0.195710651463782,0.583378723216922,0.658755522748665 -1984,0.5,0.255951455205554,0.196569006653071,0.17337730467146,0.233014994601696,0.686196810982055 -1985,0.5,0.255951455205554,0.116015958438194,0.129334411103733,0.0813275190391767,0.683944030662893 -1986,0.5,0.255951455205554,0.0354741783668403,0.0841077444011744,0.0365911279906616,0.660496162347094 -1987,0.5,0.255951455205554,3.2443620885145e-06,0.0699506633974944,0.0,0.639355361812044 -1988,0.5,0.255951455205554,0.0,0.0699095493371875,0.0,0.633607286097786 -1989,0.5,0.255951455205554,0.0,0.0712149848155545,0.0,0.665674526393262 -1990,0.5,0.255951455205554,0.0,0.0671289852274274,0.0,0.681881813878783 -1991,0.5,0.255951455205554,0.0,0.0613260589278408,0.0,0.623284822351238 -1992,0.5,0.255951455205554,0.0,0.0587187922079045,0.0,0.504441475523447 -1993,0.5,0.255951455205554,0.0,0.0558324192953381,0.0,0.333933917240215 -1994,0.5,0.255951455205554,0.0,0.0518339369778625,0.0,0.194784749027313 -1995,0.5,0.255951455205554,0.0,0.0476596671140515,0.0,0.110968660098074 -1996,0.5,0.255951455205554,0.0,0.0446377323407885,0.0,0.0789591303870703 -1997,0.5,0.255951455205554,0.0,0.0422921616772544,0.0,0.0714678883449795 -1998,0.5,0.255951455205554,0.0,0.0406563512949985,0.0,0.0729375179166708 -1999,0.5,0.255951455205554,0.00196154952031335,0.0411932650192309,0.000861760699747929,0.0613552212913834 -2000,0.5,0.255951455205554,0.0674374354963152,0.0470869658614159,0.00987720201479614,0.0453969487798608 -2001,0.5,0.255951455205554,0.175183876816085,0.0608489303004661,0.0148114942296205,0.0343831757152813 -2002,0.5,0.255951455205554,0.28000451684837,0.0834231244195573,0.0623376891185138,0.0269934208455531 -2003,0.5,0.255951455205554,0.365375830495582,0.101362511295771,0.0679200447701068,0.0257430123838361 -2004,0.5,0.255951455205554,0.397575047944692,0.112722710978008,0.103312011698548,0.0244214626781794 -2005,0.5,0.255951455205554,0.392745136229153,0.122610155450486,0.0849136893349781,0.029002405669071 -2006,0.5,0.255951455205554,0.361509025745208,0.128029696914067,0.0457001361253896,0.0435626356350226 -2007,0.5,0.255951455205554,0.294221948912751,0.128630391810779,0.0147844431915426,0.0621623856972017 -2008,0.5,0.255951455205554,0.214770893236237,0.123544808198986,0.0276199741059851,0.0802333912521759 -2009,0.5,0.255951455205554,0.135016770813365,0.117114274831793,0.0601529751636156,0.0709396541513679 -2010,0.5,0.255951455205554,0.0443912918441979,0.0898334977421161,0.0716512185970185,0.0744575669839497 -2011,0.5,0.255951455205554,2.50977884591811e-06,0.079723687661298,0.0,0.17056332881741 -2012,0.5,0.255951455205554,0.0,0.085677736131076,0.0,0.596467640536921 -2013,0.5,0.255951455205554,0.0,0.099167826329138,0.0,0.858450843101014 -2014,0.5,0.255951455205554,0.0,0.114014358242514,0.0,0.843310239908478 -2015,0.5,0.255951455205554,0.0,0.131607611264489,0.0,0.721034360203493 -2016,0.5,0.255951455205554,0.0,0.132912650435083,0.0,0.614005892441838 -2017,0.5,0.255951455205554,0.0,0.15353951074777,0.0,0.624352767539092 -2018,0.5,0.255951455205554,0.0,0.179350283350898,0.0,0.646293647757674 -2019,0.5,0.255951455205554,0.0,0.192042121086014,0.0,0.701343583528735 -2020,0.5,0.255951455205554,0.0,0.186234966543225,0.0,0.79156746716389 -2021,0.5,0.255951455205554,0.0,0.15264854429339,0.0,0.920536615982757 -2022,0.5,0.255951455205554,0.0,0.110056315414186,0.0,0.94480550899334 -2023,0.5,0.255951455205554,0.00293006571706926,0.0848731901274702,0.00166994495042099,0.943155816107964 -2024,0.5,0.255951455205554,0.0712493337462323,0.0890068960543047,0.0505854662080831,0.933933467167527 -2025,0.5,0.255951455205554,0.179646806170769,0.124849794929928,0.131622016771939,0.809280924769459 -2026,0.5,0.255951455205554,0.296383872486346,0.189869664110191,0.241842673808939,0.430075691372219 -2027,0.5,0.255951455205554,0.397372775922187,0.244503128755194,0.288732256910276,0.143901755968973 -2028,0.5,0.255951455205554,0.448527534603138,0.274417681596922,0.191409201830565,0.0480267963441825 -2029,0.5,0.255951455205554,0.460370125894654,0.28520069500993,0.173537091498009,0.0402226945426531 -2030,0.5,0.255951455205554,0.432514304836791,0.281964499860587,0.182600864222985,0.0935946322763522 -2031,0.5,0.255951455205554,0.381635392384923,0.271835173359015,0.131396090152687,0.323280997873984 -2032,0.5,0.255951455205554,0.302533683204428,0.275069110946001,0.0974454036860685,0.648471319153693 -2033,0.5,0.255951455205554,0.208844986071635,0.238155216505751,0.0399371249517258,0.766876359582674 -2034,0.5,0.255951455205554,0.0607627324322375,0.188882315588031,0.0215331352285744,0.779516788869175 -2035,0.5,0.255951455205554,3.75028877096618e-06,0.189840731409866,0.000166375140411874,0.703376033110135 -2036,0.5,0.255951455205554,0.0,0.21161649893501,0.0,0.78543794604998 -2037,0.5,0.255951455205554,0.0,0.224884493871247,0.0,0.885254188437935 -2038,0.5,0.255951455205554,0.0,0.226326759859114,0.0,0.883322257268772 -2039,0.5,0.255951455205554,0.0,0.217564923650555,0.0,0.852468073689852 -2040,0.5,0.255951455205554,0.0,0.202122118976773,0.0,0.882274163853557 -2041,0.5,0.255951455205554,0.0,0.183195722951579,0.0,0.913497937149946 -2042,0.5,0.255951455205554,0.0,0.17809394734248,0.0,0.904314689244125 -2043,0.5,0.255951455205554,0.0,0.185067837374774,0.0,0.876434124659573 -2044,0.5,0.255951455205554,0.0,0.195308121630414,0.0,0.913896807868156 -2045,0.5,0.255951455205554,0.0,0.200011068235749,0.0,0.944985622615833 -2046,0.5,0.255951455205554,0.0,0.199659414101553,0.0,0.941552804458064 -2047,0.5,0.255951455205554,0.00655556377781499,0.196355002249038,0.00129551426503414,0.935286085509151 -2048,0.5,0.255951455205554,0.115895128686425,0.212352121521233,0.0276673904495851,0.930379011082773 -2049,0.5,0.255951455205554,0.268030960954041,0.27855620440827,0.0710458888369222,0.929525198803523 -2050,0.5,0.255951455205554,0.431087588000963,0.348172336338498,0.0976556323820304,0.92389647776553 -2051,0.5,0.255951455205554,0.576396947201445,0.410747209973625,0.203131937598679,0.920291874829629 -2052,0.5,0.255951455205554,0.663985921786699,0.440625903412802,0.602466302674967,0.913098029783111 -2053,0.5,0.255951455205554,0.69461168106021,0.447762065770222,0.633477768419872,0.903414474346913 -2054,0.5,0.255951455205554,0.675504409566146,0.444694708545215,0.639154461466634,0.888006240627176 -2055,0.5,0.255951455205554,0.59722492664296,0.435953044067648,0.597055177522279,0.881033009393813 -2056,0.5,0.255951455205554,0.462577218984992,0.41088547741045,0.495602762281827,0.892066963472466 -2057,0.5,0.255951455205554,0.310120595576365,0.318979610230244,0.346304245028116,0.8982660675653 -2058,0.5,0.255951455205554,0.0835090198296314,0.192832993896224,0.12834284235383,0.891943078689489 -2059,0.5,0.255951455205554,0.0,0.169215600351845,0.0,0.884563644350125 -2060,0.5,0.255951455205554,0.0,0.152586059503044,0.0,0.874567336747401 -2061,0.5,0.255951455205554,0.0,0.130432441019072,0.0,0.854519066867757 -2062,0.5,0.255951455205554,0.0,0.107587785941604,0.0,0.813368082407627 -2063,0.5,0.255951455205554,0.0,0.0884519917541909,0.0,0.782587700696682 -2064,0.5,0.255951455205554,0.0,0.0760687556379274,0.0,0.762747173449474 -2065,0.5,0.255951455205554,0.0,0.0681589369335911,0.0,0.723187125201013 -2066,0.5,0.255951455205554,0.0,0.0636992320663688,0.0,0.681934310279823 -2067,0.5,0.255951455205554,0.0,0.0627420068164011,0.0,0.651382097422622 -2068,0.5,0.255951455205554,0.0,0.0626837854472226,0.0,0.606727056645749 -2069,0.5,0.255951455205554,0.0,0.0640481994109923,0.0,0.574195703342487 -2070,0.5,0.255951455205554,0.0,0.0637712893340807,0.0,0.626662844040563 -2071,0.5,0.255951455205554,0.00506633778616148,0.0621970490912776,0.000984290911234119,0.656277560304273 -2072,0.5,0.255951455205554,0.0962877619742056,0.064278817292653,0.0166737149051273,0.658468734920117 -2073,0.5,0.255951455205554,0.219326017559748,0.0796568416987751,0.0258119179285271,0.648153421591016 -2074,0.5,0.255951455205554,0.33948351363228,0.135148962930903,0.0292030011740475,0.602035075405135 -2075,0.5,0.255951455205554,0.441646680066117,0.182516888568553,0.0423350761922371,0.50021590311716 -2076,0.5,0.255951455205554,0.486547856704265,0.224668474754632,0.0714808917199014,0.47436145185388 -2077,0.5,0.255951455205554,0.482299753888791,0.244627688252612,0.0775127118032372,0.564879607386203 -2078,0.5,0.255951455205554,0.453965781479024,0.252618338229045,0.113571628428633,0.572266850819671 -2079,0.5,0.255951455205554,0.396586608547618,0.253998898511303,0.16934952335187,0.565870497912479 -2080,0.5,0.255951455205554,0.304876406083103,0.24012460699221,0.109595755117809,0.604381309424403 -2081,0.5,0.255951455205554,0.200376664126097,0.207206052381035,0.0589980850117454,0.686840631433958 -2082,0.5,0.255951455205554,0.0595541064920914,0.181404127487224,0.0165210150047393,0.675759334325664 -2083,0.5,0.255951455205554,3.18237061304178e-05,0.171438253590112,0.0,0.661447118845474 -2084,0.5,0.255951455205554,0.0,0.155140909839533,0.0,0.68171690281619 -2085,0.5,0.255951455205554,0.0,0.141649520425055,0.0,0.69155453331825 -2086,0.5,0.255951455205554,0.0,0.12739672405048,0.0,0.676827814363957 -2087,0.5,0.255951455205554,0.0,0.115427147141701,0.0,0.635449348791219 -2088,0.5,0.255951455205554,0.0,0.102800261385924,0.0,0.589778296895128 -2089,0.5,0.255951455205554,0.0,0.0915729176064074,0.0,0.580340525351837 -2090,0.5,0.255951455205554,0.0,0.0833216478471002,0.0,0.522202536126578 -2091,0.5,0.255951455205554,0.0,0.0770772372938662,0.0,0.443048710407661 -2092,0.5,0.255951455205554,0.0,0.073346097431914,0.0,0.41053870289323 -2093,0.5,0.255951455205554,0.0,0.0725046595511354,0.0,0.389999488664441 -2094,0.5,0.255951455205554,0.0,0.0725293243997874,0.0,0.333315921882788 -2095,0.5,0.255951455205554,0.0062824593767922,0.0754785509543232,0.00103064827564367,0.301008452770995 -2096,0.5,0.255951455205554,0.0984368936744193,0.0869213979873215,0.00998478585208897,0.292948220476614 -2097,0.5,0.255951455205554,0.228868415903028,0.115793695675124,0.0334431345281035,0.338117194587761 -2098,0.5,0.255951455205554,0.369556018709081,0.156368237450244,0.080729595743533,0.399619669868155 -2099,0.5,0.255951455205554,0.493391131664295,0.169676264299649,0.119578574118568,0.419718802379568 -2100,0.5,0.255951455205554,0.561073453573322,0.165660877100484,0.0761938676445558,0.42219790611927 -2101,0.5,0.255951455205554,0.585659556098505,0.157799479498202,0.0947010363016338,0.427997542579156 -2102,0.5,0.255951455205554,0.575897161090359,0.155902340851894,0.0870935239659405,0.361713660025173 -2103,0.5,0.255951455205554,0.522331391206856,0.156964133905028,0.0615609556062991,0.293557873272229 -2104,0.5,0.255951455205554,0.418202658653493,0.15366955129459,0.0580600872314849,0.288622316224988 -2105,0.5,0.255951455205554,0.28946450354124,0.1297197833491,0.0254805082218606,0.26959410385186 -2106,0.5,0.255951455205554,0.0823991361772638,0.0859016675095614,0.0105039638359374,0.267182035700729 -2107,0.5,0.255951455205554,1.80381756369624e-05,0.0888755966763659,0.000738089582097968,0.300858167235876 -2108,0.5,0.255951455205554,0.0,0.0806098995340247,0.0,0.336949422642914 -2109,0.5,0.255951455205554,0.0,0.0708592497789424,0.0,0.361013067331433 -2110,0.5,0.255951455205554,0.0,0.0611021639914697,0.0,0.328902082155585 -2111,0.5,0.255951455205554,0.0,0.0521986066883101,0.0,0.316299525720662 -2112,0.5,0.255951455205554,0.0,0.0453575067586221,0.0,0.350841560704039 -2113,0.5,0.255951455205554,0.0,0.0411916275459631,0.0,0.295707578124874 -2114,0.5,0.255951455205554,0.0,0.0390919290196302,0.0,0.241650742477292 -2115,0.5,0.255951455205554,0.0,0.0358252662532571,0.0,0.244974390109774 -2116,0.5,0.255951455205554,0.0,0.0324912617519154,0.0,0.293468688306622 -2117,0.5,0.255951455205554,0.0,0.0313087145801696,0.0,0.30017342681181 -2118,0.5,0.255951455205554,0.0,0.029900899494608,0.0,0.292043057302209 -2119,0.5,0.255951455205554,0.0119268967129601,0.0259864914479411,0.00272581389364776,0.298526924392012 -2120,0.5,0.255951455205554,0.127373823555898,0.0234434667999523,0.0288568267864129,0.302030075019878 -2121,0.5,0.255951455205554,0.280205431586177,0.0351640092135094,0.0414493987495509,0.280907906858636 -2122,0.5,0.255951455205554,0.437590531703575,0.0541280014253814,0.0780651070014041,0.246973572487675 -2123,0.5,0.255951455205554,0.569817673093291,0.0624301533246573,0.105905254370611,0.209122019029266 -2124,0.5,0.255951455205554,0.648655225984471,0.0577021107203521,0.176657137568702,0.160725648623179 -2125,0.5,0.255951455205554,0.673151683017738,0.0523823969986402,0.180793902510467,0.146910255787763 -2126,0.5,0.255951455205554,0.652956806545798,0.0541650366637934,0.153881186653037,0.174878621357549 -2127,0.5,0.255951455205554,0.580378317435982,0.0639752648862907,0.121106256895898,0.185886637361008 -2128,0.5,0.255951455205554,0.457469014171783,0.0765114483320196,0.0565071282131442,0.201290426406087 -2129,0.5,0.255951455205554,0.315018071783052,0.0784272075284269,0.0425685528693423,0.181376463477101 -2130,0.5,0.255951455205554,0.0883433228091418,0.0519193777345246,0.0390526164018744,0.158023777759879 -2131,0.5,0.255951455205554,0.0,0.051387060095588,0.0,0.174401304486007 -2132,0.5,0.255951455205554,0.0,0.0480296415049377,0.0,0.194522878922698 -2133,0.5,0.255951455205554,0.0,0.0418901021293139,0.0,0.18587717211784 -2134,0.5,0.255951455205554,0.0,0.0328501995786621,0.0,0.186834028566608 -2135,0.5,0.255951455205554,0.0,0.0255123415273548,0.0,0.171833167119938 -2136,0.5,0.255951455205554,0.0,0.0225426023037019,0.0,0.146468563115314 -2137,0.5,0.255951455205554,0.0,0.0199751351220492,0.0,0.140953079294513 -2138,0.5,0.255951455205554,0.0,0.0187634636840983,0.0,0.131096393398208 -2139,0.5,0.255951455205554,0.0,0.0185538849628256,0.0,0.122936827565775 -2140,0.5,0.255951455205554,0.0,0.0177277689383984,0.0,0.123675675408262 -2141,0.5,0.255951455205554,0.0,0.0164945255609828,0.0,0.106114137329766 -2142,0.5,0.255951455205554,0.0,0.0156191091662742,0.0,0.0870381976381403 -2143,0.5,0.255951455205554,0.0138995208811425,0.0137672239865275,0.00796817793735706,0.0907216230602723 -2144,0.5,0.255951455205554,0.130984442979918,0.0118841366331797,0.126336091655227,0.0933041822578436 -2145,0.5,0.255951455205554,0.278223707034491,0.0156652046077725,0.295394237830425,0.0759603851122202 -2146,0.5,0.255951455205554,0.425920015270184,0.0196846690047971,0.445595350524136,0.0599356289528681 -2147,0.5,0.255951455205554,0.552276566343408,0.0195739314823806,0.566498624575714,0.0551764650643317 -2148,0.5,0.255951455205554,0.630908987341502,0.017189428847661,0.645791934480639,0.0557570163821556 -2149,0.5,0.255951455205554,0.658724062673914,0.0149248864362062,0.679169216106142,0.0508982407695723 -2150,0.5,0.255951455205554,0.646456111392285,0.0129306181913796,0.668591423062301,0.0454201481959599 -2151,0.5,0.255951455205554,0.582510450804425,0.0123361265635457,0.596405612618562,0.046564231932731 -2152,0.5,0.255951455205554,0.461714570641091,0.0118362775459017,0.472028941022061,0.0348202905979028 -2153,0.5,0.255951455205554,0.316261898788171,0.0108742913422823,0.338683724575211,0.0203334388359412 -2154,0.5,0.255951455205554,0.10020093495437,0.00778917302656667,0.147042857646488,0.017095629697781 -2155,0.5,0.255951455205554,0.0,0.0120230197624617,0.0,0.0157777658980615 -2156,0.5,0.255951455205554,0.0,0.0140631544950775,0.0,0.0188077616367852 -2157,0.5,0.255951455205554,0.0,0.014257001749357,0.0,0.022915734747675 -2158,0.5,0.255951455205554,0.0,0.0129194573765693,0.0,0.0314743461968184 -2159,0.5,0.255951455205554,0.0,0.0116946978782493,0.0,0.0462199299982392 -2160,0.5,0.255951455205554,0.0,0.0114037691676476,0.0,0.0478827058365271 -2161,0.5,0.255951455205554,0.0,0.0104272633822573,0.0,0.0441980200154959 -2162,0.5,0.255951455205554,0.0,0.00954243571886323,0.0,0.0450000214463439 -2163,0.5,0.255951455205554,0.0,0.00945266358268384,0.0,0.0430213185170959 -2164,0.5,0.255951455205554,0.0,0.00994089516338865,0.0,0.0307994055199264 -2165,0.5,0.255951455205554,0.0,0.0105771842627846,0.0,0.0223578753241052 -2166,0.5,0.255951455205554,0.0,0.0113691217248789,0.0,0.0182683433415239 -2167,0.5,0.255951455205554,0.0162939124411752,0.0117778840083592,0.00921901720501398,0.0153705342205042 -2168,0.5,0.255951455205554,0.119247271101367,0.0110997307010424,0.0685872300925086,0.0173392439760524 -2169,0.5,0.255951455205554,0.247016728737078,0.0164773361701029,0.0639103518267026,0.0220017875226437 -2170,0.5,0.255951455205554,0.37659118415031,0.0236698019324791,0.158976735541731,0.030568881823645 -2171,0.5,0.255951455205554,0.483449238913037,0.0296816026181756,0.292727912020663,0.0493723134495281 -2172,0.5,0.255951455205554,0.549578557969502,0.0394218509673493,0.356250789259836,0.0739036171078144 -2173,0.5,0.255951455205554,0.568753569134306,0.0546669450880793,0.323143395520936,0.0748502321681806 -2174,0.5,0.255951455205554,0.546455405201504,0.0729154700290446,0.430091485395962,0.0648448045585781 -2175,0.5,0.255951455205554,0.475598146434377,0.0914546327913566,0.315663998815544,0.0706133147690947 -2176,0.5,0.255951455205554,0.359977943973185,0.102442049654596,0.0725545754125616,0.090207884574889 -2177,0.5,0.255951455205554,0.238312480779111,0.0978039965228529,0.100439235884505,0.114567832660088 -2178,0.5,0.255951455205554,0.0899075805242777,0.0609035664558626,0.076836913077121,0.117804712392198 -2179,0.5,0.255951455205554,0.0,0.0605219927282579,0.0,0.111234207704912 -2180,0.5,0.255951455205554,0.0,0.0655085420587928,0.0,0.117714122770805 -2181,0.5,0.255951455205554,0.0,0.065260612259616,0.0,0.125607359955848 -2182,0.5,0.255951455205554,0.0,0.0643945675189556,0.0,0.129680605301906 -2183,0.5,0.255951455205554,0.0,0.063208149618292,0.0,0.143564202855911 -2184,0.5,0.255951455205554,0.0,0.0632412649112476,0.0,0.144360617495642 -2185,0.5,0.255951455205554,0.0,0.0631450556629408,0.0,0.147100026906029 -2186,0.5,0.255951455205554,0.0,0.0636134699721001,0.0,0.163701858777382 -2187,0.5,0.255951455205554,0.0,0.0640044820563069,0.0,0.182719208949548 -2188,0.5,0.255951455205554,0.0,0.0657832449746764,0.0,0.197926813989319 -2189,0.5,0.255951455205554,0.0,0.0667480282154679,0.0,0.213594644936095 -2190,0.5,0.255951455205554,0.0,0.0672133883767748,0.0,0.194606853830165 -2191,0.5,0.255951455205554,0.0167913557261894,0.066665392069679,0.0102470744098639,0.184075805997487 -2192,0.5,0.255951455205554,0.127699900857473,0.0707061326888207,0.0856236940291167,0.182679553955309 -2193,0.5,0.255951455205554,0.271080561568951,0.100173927229162,0.187199710185372,0.215840238120536 -2194,0.5,0.255951455205554,0.416664733136507,0.12307777902818,0.303542034703792,0.301513612205573 -2195,0.5,0.255951455205554,0.54487385875636,0.134963588369906,0.539990203042895,0.29838740366855 -2196,0.5,0.255951455205554,0.62234701101678,0.148111445555693,0.618853210889003,0.199612704507163 -2197,0.5,0.255951455205554,0.639253181650863,0.153109141287904,0.574398474091556,0.104492934494036 -2198,0.5,0.255951455205554,0.616338293875929,0.148497730080902,0.59724451162777,0.0843207393759182 -2199,0.5,0.255951455205554,0.543624270207054,0.152789700453007,0.539355226567904,0.0707520361108024 -2200,0.5,0.255951455205554,0.436844449212103,0.159018797811391,0.374182215610644,0.0594286831461041 -2201,0.5,0.255951455205554,0.301452799718753,0.134620348296089,0.219459634430188,0.0638153199445669 -2202,0.5,0.255951455205554,0.104341215414514,0.0898640260109992,0.0742914634501509,0.0732023131459176 -2203,0.5,0.255951455205554,0.0,0.0938578415141993,0.0,0.0813260422707696 -2204,0.5,0.255951455205554,0.0,0.0926465055975797,0.0,0.0911100215349753 -2205,0.5,0.255951455205554,0.0,0.0815369624639813,0.0,0.0946965645172977 -2206,0.5,0.255951455205554,0.0,0.0689376513654756,0.0,0.0948217435300429 -2207,0.5,0.255951455205554,0.0,0.058089736746499,0.0,0.0947953732370107 -2208,0.5,0.255951455205554,0.0,0.0486135595393181,0.0,0.090660550742073 -2209,0.5,0.255951455205554,0.0,0.0423802404612138,0.0,0.0766457317868735 -2210,0.5,0.255951455205554,0.0,0.0383954264928321,0.0,0.0550386663239316 -2211,0.5,0.255951455205554,0.0,0.0388840902186352,0.0,0.0459439129405654 -2212,0.5,0.255951455205554,0.0,0.0406221221209586,0.0,0.0475582131672568 -2213,0.5,0.255951455205554,0.0,0.0449637481729123,0.0,0.0613692822323059 -2214,0.5,0.255951455205554,0.0,0.0502256874574576,0.0,0.0903213607571491 -2215,0.5,0.255951455205554,0.0195406710879435,0.0528768230127789,0.0229909063905356,0.135012511652837 -2216,0.5,0.255951455205554,0.118500982889927,0.0564202729668336,0.147800846007505,0.185636942684278 -2217,0.5,0.255951455205554,0.242864127532871,0.0805660837333546,0.300777734778128,0.229657605478281 -2218,0.5,0.255951455205554,0.371304350654024,0.108372678271279,0.447231860938815,0.285395207292819 -2219,0.5,0.255951455205554,0.481959049645634,0.129666762273658,0.583321213861112,0.33468568280152 -2220,0.5,0.255951455205554,0.553508991364929,0.144034323808211,0.666905025929183,0.331523049731134 -2221,0.5,0.255951455205554,0.583333209207446,0.165025565097375,0.698540340738412,0.307197565080909 -2222,0.5,0.255951455205554,0.563014725886816,0.188607700567908,0.687644354528707,0.337820692835651 -2223,0.5,0.255951455205554,0.48621150472523,0.220929117129889,0.619145865216543,0.442066721085357 -2224,0.5,0.255951455205554,0.369648342776172,0.249371150743136,0.493999682195069,0.56389914001171 -2225,0.5,0.255951455205554,0.247689990150696,0.244714742915867,0.356091404429731,0.651904889552685 -2226,0.5,0.255951455205554,0.0942349583327598,0.189283376369013,0.160308543270391,0.721970331499576 -2227,0.5,0.255951455205554,0.0,0.198259441259154,0.0,0.797932617040189 -2228,0.5,0.255951455205554,0.0,0.213730297868681,0.0,0.847876040597742 -2229,0.5,0.255951455205554,0.0,0.21677051250537,0.0,0.859759821680659 -2230,0.5,0.255951455205554,0.0,0.217636951858576,0.0,0.854150899368383 -2231,0.5,0.255951455205554,0.0,0.220272593986361,0.0,0.85680640299308 -2232,0.5,0.255951455205554,0.0,0.214341419406411,0.0,0.851236313533637 -2233,0.5,0.255951455205554,0.0,0.206477829525379,0.0,0.806475811726801 -2234,0.5,0.255951455205554,0.0,0.201183943941694,0.0,0.809860086894694 -2235,0.5,0.255951455205554,0.0,0.198167753519433,0.0,0.863574755993712 -2236,0.5,0.255951455205554,0.0,0.206353408017613,0.0,0.912180289015699 -2237,0.5,0.255951455205554,0.0,0.231385197729879,0.0,0.91349585103669 -2238,0.5,0.255951455205554,0.0,0.257199584550183,0.0,0.884165973491978 -2239,0.5,0.255951455205554,0.0203609236712374,0.290903356905551,0.0194287470830401,0.860626216859596 -2240,0.5,0.255951455205554,0.117561737440362,0.346129276226582,0.0908998553052313,0.847360816297414 -2241,0.5,0.255951455205554,0.240801382001737,0.415341063438731,0.133857894296626,0.860040075801784 -2242,0.5,0.255951455205554,0.372831045470489,0.466391744891665,0.187583911159763,0.889569235834177 -2243,0.5,0.255951455205554,0.488330792716917,0.482929237885154,0.231711069249494,0.910935301626775 -2244,0.5,0.255951455205554,0.56226126063034,0.491384340237285,0.240589790555475,0.911605919064579 -2245,0.5,0.255951455205554,0.584468237474938,0.51650978800689,0.230100880587619,0.9295908080639 -2246,0.5,0.255951455205554,0.564891924102749,0.551374590723649,0.236545114127522,0.955450102796664 -2247,0.5,0.255951455205554,0.495088148339237,0.56950543684819,0.128851049979892,0.96387833113054 -2248,0.5,0.255951455205554,0.386446105508745,0.58114728349709,0.0960161731394414,0.963562234249353 -2249,0.5,0.255951455205554,0.256387316457719,0.557532226851329,0.0797177844558573,0.963829108416924 -2250,0.5,0.255951455205554,0.0890447947350451,0.49131570197962,0.0416575501393818,0.959136044582985 -2251,0.5,0.255951455205554,2.4322465209911e-05,0.436310544988589,0.0,0.942626178886879 -2252,0.5,0.255951455205554,0.0,0.416051652164261,0.0,0.915828930200226 -2253,0.5,0.255951455205554,0.0,0.399792815900026,0.0,0.884674866191149 -2254,0.5,0.255951455205554,0.0,0.363306607204406,0.0,0.845007853977465 -2255,0.5,0.255951455205554,0.0,0.322324446168969,0.0,0.784301709345423 -2256,0.5,0.255951455205554,0.0,0.283108313317535,0.0,0.701738955843247 -2257,0.5,0.255951455205554,0.0,0.24497630152946,0.0,0.535866509989619 -2258,0.5,0.255951455205554,0.0,0.212122381818833,0.0,0.318448113020067 -2259,0.5,0.255951455205554,0.0,0.188643029257494,0.0,0.179373468475678 -2260,0.5,0.255951455205554,0.0,0.168615225672711,0.0,0.112664707608999 -2261,0.5,0.255951455205554,0.0,0.147701382471711,0.0,0.0791794263033396 -2262,0.5,0.255951455205554,0.0,0.128911179092165,0.0,0.0621946877449794 -2263,0.5,0.255951455205554,0.0207510263303202,0.121716442164109,0.00341566057716264,0.0568952699043582 -2264,0.5,0.255951455205554,0.101362012191112,0.121285183627068,0.01063910980468,0.0551890156873245 -2265,0.5,0.255951455205554,0.194672174304338,0.11588352337014,0.019696880803841,0.0452179949100843 -2266,0.5,0.255951455205554,0.289146665438749,0.112006997094281,0.0315643668909518,0.0415772769485645 -2267,0.5,0.255951455205554,0.362871531849002,0.105265430841853,0.0477884951311383,0.0405400141949496 -2268,0.5,0.255951455205554,0.404513409097009,0.105578530100822,0.0647784119293319,0.0363371941013405 -2269,0.5,0.255951455205554,0.413517036779927,0.108579570523058,0.0714593434041748,0.0334304937036101 -2270,0.5,0.255951455205554,0.393377879259634,0.105959509664628,0.0908895309269277,0.0319976091920429 -2271,0.5,0.255951455205554,0.335700406023666,0.0989798748714634,0.176273127781439,0.0398279019991454 -2272,0.5,0.255951455205554,0.247733922962355,0.0858169251644369,0.128623139310442,0.0523283541290948 -2273,0.5,0.255951455205554,0.15728071975622,0.0651496830729303,0.086228661246015,0.0605051400963649 -2274,0.5,0.255951455205554,0.057141300134894,0.0394602708866421,0.0269782132708581,0.0588393355523819 -2275,0.5,0.255951455205554,7.3312226446599e-05,0.0292767016653107,0.00111572763981356,0.0651967448534316 -2276,0.5,0.255951455205554,0.0,0.0266256841451702,0.0,0.0748895544144933 -2277,0.5,0.255951455205554,0.0,0.0276872784477652,0.0,0.0778379957494655 -2278,0.5,0.255951455205554,0.0,0.0296946742795469,0.0,0.0922915743644566 -2279,0.5,0.255951455205554,0.0,0.0325130728151364,0.0,0.133350274399199 -2280,0.5,0.255951455205554,0.0,0.0368352076036452,0.0,0.17823351191029 -2281,0.5,0.255951455205554,0.0,0.0420814354799407,0.0,0.205728345924897 -2282,0.5,0.255951455205554,0.0,0.047906098608129,0.0,0.252539332046134 -2283,0.5,0.255951455205554,0.0,0.053494055496841,0.0,0.298355866086862 -2284,0.5,0.255951455205554,0.0,0.0581729921562434,0.0,0.297253115077316 -2285,0.5,0.255951455205554,0.0,0.0629136593368579,0.0,0.288883984875605 -2286,0.5,0.255951455205554,0.0,0.0641016143323269,0.0,0.286246762984529 -2287,0.5,0.255951455205554,0.0103320849791433,0.0627429855300573,0.00720554634717081,0.307800517606808 -2288,0.5,0.255951455205554,0.0692020574289572,0.0709004487460859,0.0245822269588163,0.345078656263767 -2289,0.5,0.255951455205554,0.154707521582807,0.10525943685902,0.0798166519691705,0.33972083027863 -2290,0.5,0.255951455205554,0.250835044545197,0.143851633691323,0.176614857001782,0.329834542282556 -2291,0.5,0.255951455205554,0.344865493976984,0.174100004885407,0.346345997516556,0.326155115021425 -2292,0.5,0.255951455205554,0.411032583789783,0.198419199922593,0.554621596275778,0.309236602758729 -2293,0.5,0.255951455205554,0.434859302948925,0.227104207643408,0.452589137534076,0.307721784929431 -2294,0.5,0.255951455205554,0.416412866278448,0.221271737069853,0.172188001230239,0.308262213169685 -2295,0.5,0.255951455205554,0.372801935725433,0.206465267334397,0.0583349593171759,0.30604012721463 -2296,0.5,0.255951455205554,0.29298192658182,0.163738551716422,0.0294669195930036,0.308921157846262 -2297,0.5,0.255951455205554,0.201167985023361,0.107189959713508,0.0214207496706309,0.315873081156582 -2298,0.5,0.255951455205554,0.0885599231502648,0.0468595355655303,0.0339000663267268,0.344754384310746 -2299,0.5,0.255951455205554,5.51990872563854e-06,0.0355856745590464,0.0,0.350875849407972 -2300,0.5,0.255951455205554,0.0,0.0401214084036775,0.0,0.404439503029028 -2301,0.5,0.255951455205554,0.0,0.0490802951799911,0.0,0.398229047399863 -2302,0.5,0.255951455205554,0.0,0.0611914371008142,0.0,0.446246651622571 -2303,0.5,0.255951455205554,0.0,0.0791581599165588,0.0,0.573438310551149 -2304,0.5,0.255951455205554,0.0,0.10033802923762,0.0,0.627181883894839 -2305,0.5,0.255951455205554,0.0,0.124954138739927,0.0,0.640006295401155 -2306,0.5,0.255951455205554,0.0,0.154102955474566,0.0,0.658259562277669 -2307,0.5,0.255951455205554,0.0,0.179873548754826,0.0,0.486402036393504 -2308,0.5,0.255951455205554,0.0,0.183619802360947,0.0,0.3900720947982 -2309,0.5,0.255951455205554,0.0,0.178064006716066,0.0,0.289010070920819 -2310,0.5,0.255951455205554,0.0,0.166360975207774,0.0,0.234859481924217 -2311,0.5,0.255951455205554,0.0239639675837411,0.150816853681554,0.000550544383654739,0.166560461014007 -2312,0.5,0.255951455205554,0.105674700877772,0.156258243732343,0.00333314085471869,0.109249189626987 -2313,0.5,0.255951455205554,0.202663569520842,0.187708856149101,0.0100103289496955,0.128511341128444 -2314,0.5,0.255951455205554,0.302128224405859,0.227273955663223,0.017464397867917,0.145805092378492 -2315,0.5,0.255951455205554,0.388578303623161,0.266627072346452,0.0173436274168786,0.158051172729294 -2316,0.5,0.255951455205554,0.457905950330161,0.291170028271389,0.0130247505161047,0.204028862851131 -2317,0.5,0.255951455205554,0.502266339206126,0.289519877095705,0.0109267248321281,0.255533959994232 -2318,0.5,0.255951455205554,0.507650351139715,0.271639197973873,0.0222515208757551,0.285761233833827 -2319,0.5,0.255951455205554,0.463901610667624,0.242857180486151,0.0406942436044455,0.322066561474819 -2320,0.5,0.255951455205554,0.368756797757091,0.191142535600017,0.0337506076406615,0.343447130745859 -2321,0.5,0.255951455205554,0.24967007469072,0.130293844915409,0.0241901618687282,0.321540090866639 -2322,0.5,0.255951455205554,0.0920631436713363,0.0748337464580781,0.019667379708279,0.319406795135573 -2323,0.5,0.255951455205554,1.18036236594071e-05,0.0743350668196967,0.0,0.364786336177663 -2324,0.5,0.255951455205554,0.0,0.0846409645878529,0.0,0.442780282285776 -2325,0.5,0.255951455205554,0.0,0.100089254985901,0.0,0.487525350090492 -2326,0.5,0.255951455205554,0.0,0.124463277531514,0.0,0.559688430702078 -2327,0.5,0.255951455205554,0.0,0.145086704503264,0.0,0.662076826452049 -2328,0.5,0.255951455205554,0.0,0.171023516839479,0.0,0.71556291623996 -2329,0.5,0.255951455205554,0.0,0.199281614584591,0.0,0.767509765346906 -2330,0.5,0.255951455205554,0.0,0.218645687829575,0.0,0.72157636388474 -2331,0.5,0.255951455205554,0.0,0.249240893099672,0.0,0.839869380623179 -2332,0.5,0.255951455205554,0.0,0.322759507334602,0.0,0.873776209138208 -2333,0.5,0.255951455205554,0.0,0.391013162486673,0.0,0.897982746083308 -2334,0.5,0.255951455205554,0.0,0.463353445248532,0.0,0.89802008921215 -2335,0.5,0.255951455205554,0.010027173092849,0.54179514053629,7.6560011693527e-05,0.903792538676248 -2336,0.5,0.255951455205554,0.0360460258708204,0.623651656464444,0.00167917534717342,0.903257396858726 -2337,0.5,0.255951455205554,0.058744487135195,0.715743545488802,0.0417894800131593,0.83536896558757 -2338,0.5,0.255951455205554,0.0817923187800558,0.779863040828432,0.0475706992823483,0.668108985697944 -2339,0.5,0.255951455205554,0.11306077580926,0.826830692345143,0.0539254393952196,0.831211508155681 -2340,0.5,0.255951455205554,0.149193053456037,0.87373081202314,0.106930153535798,1.0082809653873 -2341,0.5,0.255951455205554,0.174208281472965,0.88605353039654,0.102897053756654,1.0075233621181 -2342,0.5,0.255951455205554,0.184904586988604,0.89718695604822,0.150797292707817,1.00648332968355 -2343,0.5,0.255951455205554,0.176934185498474,0.89094640964459,0.212228660543703,1.00210980523722 -2344,0.5,0.255951455205554,0.145516005083851,0.845175573919696,0.171061173244484,0.996103315239771 -2345,0.5,0.255951455205554,0.109286966676126,0.820424592922105,0.168563383274893,0.971422502484324 -2346,0.5,0.255951455205554,0.0489840638219661,0.788314091008062,0.0338196928151119,0.950836465971937 -2347,0.5,0.255951455205554,0.000326335865443223,0.762224179750025,0.0,0.998247486178906 -2348,0.5,0.255951455205554,0.0,0.741159896293432,0.0,1.00612767701341 -2349,0.5,0.255951455205554,0.0,0.70074038410117,0.0,1.00671434973424 -2350,0.5,0.255951455205554,0.0,0.651516171607903,0.0,1.00642340516837 -2351,0.5,0.255951455205554,0.0,0.602640286583801,0.0,0.99980734553845 -2352,0.5,0.255951455205554,0.0,0.591127715812317,0.0,0.976161780910356 -2353,0.5,0.255951455205554,0.0,0.573586369410004,0.0,0.933375963337168 -2354,0.5,0.255951455205554,0.0,0.578499048855043,0.0,0.877941405242781 -2355,0.5,0.255951455205554,0.0,0.59049776135527,0.0,0.805348430928817 -2356,0.5,0.255951455205554,0.0,0.599812942812116,0.0,0.731531010243597 -2357,0.5,0.255951455205554,0.0,0.59527101745577,0.0,0.574136792028531 -2358,0.5,0.255951455205554,0.0,0.567027034969282,0.0,0.417536423482196 -2359,0.5,0.255951455205554,0.0259541511001632,0.561794416587339,0.0432362293953824,0.300319596782038 -2360,0.5,0.255951455205554,0.112010137805188,0.614796171376818,0.166522567439965,0.239421332641139 -2361,0.5,0.255951455205554,0.209141140030676,0.687782686067908,0.323609474985524,0.203892457116913 -2362,0.5,0.255951455205554,0.308900594086322,0.745898396320021,0.46792275218132,0.205900398195509 -2363,0.5,0.255951455205554,0.374118454218749,0.779053031121284,0.574655764544737,0.210130263285491 -2364,0.5,0.255951455205554,0.384463203911689,0.792867326941348,0.693111354423162,0.196305185676773 -2365,0.5,0.255951455205554,0.366312111655786,0.780841535520322,0.693370815821024,0.186334342025121 -2366,0.5,0.255951455205554,0.340782513200034,0.766242389502431,0.707427705713822,0.202504696176833 -2367,0.5,0.255951455205554,0.279832371059782,0.754501797382676,0.64237672499338,0.200320520130613 -2368,0.5,0.255951455205554,0.198921108494734,0.7274158796223,0.515641443680965,0.196154526622815 -2369,0.5,0.255951455205554,0.121338226250204,0.660644509131746,0.375010735878652,0.201515310323159 -2370,0.5,0.255951455205554,0.0483647551917941,0.550556171123987,0.184092698084706,0.225827398866319 -2371,0.5,0.255951455205554,0.000369865377327224,0.449578387495799,0.0,0.261817243044485 -2372,0.5,0.255951455205554,0.0,0.390732651055277,0.0,0.290736071180558 -2373,0.5,0.255951455205554,0.0,0.373527336899716,0.0,0.250290368601384 -2374,0.5,0.255951455205554,0.0,0.360919531843061,0.0,0.180676743347728 -2375,0.5,0.255951455205554,0.0,0.350631697420202,0.0,0.144152569941949 -2376,0.5,0.255951455205554,0.0,0.337129248368379,0.0,0.126941864556343 -2377,0.5,0.255951455205554,0.0,0.311285011841364,0.0,0.121723643722882 -2378,0.5,0.255951455205554,0.0,0.280919053693328,0.0,0.12338471423274 -2379,0.5,0.255951455205554,0.0,0.247243883634678,0.0,0.12441202382946 -2380,0.5,0.255951455205554,0.0,0.221287223165046,0.0,0.134316658312613 -2381,0.5,0.255951455205554,0.0,0.197207034984085,0.0,0.147043752019259 -2382,0.5,0.255951455205554,2.15717249911225e-07,0.169878952083006,0.0,0.139553812288853 -2383,0.5,0.255951455205554,0.00857664559919132,0.159634475090146,0.0492937277573389,0.111241443833151 -2384,0.5,0.255951455205554,0.0393283756197289,0.164552900466105,0.177892347712058,0.0928790917537624 -2385,0.5,0.255951455205554,0.0846228490255763,0.171495855711221,0.325196053948165,0.0868863929755553 -2386,0.5,0.255951455205554,0.132420988700931,0.175180119864471,0.437924071656044,0.072542259883806 -2387,0.5,0.255951455205554,0.170343729147274,0.169200433825982,0.391524422261864,0.0507508361702676 -2388,0.5,0.255951455205554,0.189846502710671,0.16126741396549,0.168049799679935,0.0403459393512179 -2389,0.5,0.255951455205554,0.19315936586791,0.153014919457845,0.0823836884790329,0.0434888245954056 -2390,0.5,0.255951455205554,0.16939973391665,0.138612939789693,0.0574161721005587,0.0533276326987499 -2391,0.5,0.255951455205554,0.142228047577262,0.117951178956743,0.039554406721427,0.0615986142167312 -2392,0.5,0.255951455205554,0.111674211417611,0.0972010111623327,0.0200734781428869,0.0620403417798996 -2393,0.5,0.255951455205554,0.0749632773904408,0.077108998588821,0.00911261051963305,0.0737739162819121 -2394,0.5,0.255951455205554,0.034182869165119,0.0536619865973481,0.00374546884075866,0.0872526435548573 -2395,0.5,0.255951455205554,0.000699787006857019,0.0342031777302137,0.000774084452186389,0.092272456036578 -2396,0.5,0.255951455205554,0.0,0.0252977240451928,0.0,0.0810488146438544 -2397,0.5,0.255951455205554,0.0,0.0174305466470812,0.0,0.0746626526938283 -2398,0.5,0.255951455205554,0.0,0.0107641183944233,0.0,0.0763726066306796 -2399,0.5,0.255951455205554,0.0,0.008284945691098,0.0,0.0870246601800571 -2400,0.5,0.255951455205554,0.0,0.0083701410712209,0.0,0.109707607185135 -2401,0.5,0.255951455205554,0.0,0.0098745425308704,0.0,0.126240834412001 -2402,0.5,0.255951455205554,0.0,0.0127066025274352,0.0,0.141341511474561 -2403,0.5,0.255951455205554,0.0,0.0159084178671206,0.0,0.139340991570015 -2404,0.5,0.255951455205554,0.0,0.0201703064468216,0.0,0.118241230203683 -2405,0.5,0.255951455205554,0.0,0.0235595792522997,0.0,0.0936712939375675 -2406,0.5,0.255951455205554,4.75420748489005e-06,0.0261313383960223,0.0,0.127827110830545 -2407,0.5,0.255951455205554,0.0155683602556093,0.0283811896949391,0.0285325281815208,0.192882741485557 -2408,0.5,0.255951455205554,0.0684136530587415,0.0361454396393956,0.0767671433014476,0.205901121095406 -2409,0.5,0.255951455205554,0.143205943584131,0.0549203366792374,0.0445060084199416,0.203276360338957 -2410,0.5,0.255951455205554,0.208082482650247,0.0798850502908411,0.0230440576234188,0.198279985898514 -2411,0.5,0.255951455205554,0.263196557590545,0.0994926172209932,0.0320801151011592,0.210129584045623 -2412,0.5,0.255951455205554,0.294791629540309,0.112942216912527,0.107273677107506,0.230533761779054 -2413,0.5,0.255951455205554,0.301240324082821,0.121740598304668,0.177119082884481,0.307491645174895 -2414,0.5,0.255951455205554,0.281298229469727,0.135596414490587,0.173082931102168,0.284427385823466 -2415,0.5,0.255951455205554,0.225500031197663,0.142229797848511,0.128927611023593,0.198003548469136 -2416,0.5,0.255951455205554,0.176820969655391,0.143824872012515,0.112741674450137,0.142151347873764 -2417,0.5,0.255951455205554,0.121622435490739,0.139527458471987,0.0602495014821412,0.11803427883308 -2418,0.5,0.255951455205554,0.060929922769126,0.109869705801211,0.0169399480048499,0.123786852016907 -2419,0.5,0.255951455205554,0.00232748920760226,0.0728161440904618,0.0,0.118899089183604 -2420,0.5,0.255951455205554,0.0,0.05807130792748,0.0,0.0780831761553086 -2421,0.5,0.255951455205554,0.0,0.053633132848008,0.0,0.024968288852519 -2422,0.5,0.255951455205554,0.0,0.0495611976370679,0.0,0.00824946961061749 -2423,0.5,0.255951455205554,0.0,0.0374508572431825,0.0,0.00872339436746038 -2424,0.5,0.255951455205554,0.0,0.0293053577671967,0.0,0.0182333006700775 -2425,0.5,0.255951455205554,0.0,0.0222105738522834,0.0,0.0349354591852009 -2426,0.5,0.255951455205554,0.0,0.0192850156583135,0.0,0.0620255632428825 -2427,0.5,0.255951455205554,0.0,0.0182847978087024,0.0,0.127222084213084 -2428,0.5,0.255951455205554,0.0,0.0178367580813717,0.0,0.203602031917178 -2429,0.5,0.255951455205554,0.0,0.0159112466853212,0.0,0.27176797689953 -2430,0.5,0.255951455205554,1.64971699121206e-05,0.0152085594578255,0.0,0.328458533680841 -2431,0.5,0.255951455205554,0.0308178186787652,0.018681408737578,0.0509376997141822,0.368236334192368 -2432,0.5,0.255951455205554,0.114898710278464,0.0287896200156489,0.162278904403046,0.399341022530546 -2433,0.5,0.255951455205554,0.213291970376139,0.0494213669824167,0.279479530257707,0.450217587592226 -2434,0.5,0.255951455205554,0.311187285329399,0.0748077515416269,0.395249096710249,0.520762737741767 -2435,0.5,0.255951455205554,0.390044164536389,0.0960938069522889,0.418105993441206,0.605153728902285 -2436,0.5,0.255951455205554,0.439309488063325,0.116635549146846,0.404381683008946,0.672546170173157 -2437,0.5,0.255951455205554,0.453605468862132,0.141711424052038,0.364390524337475,0.672344086220669 -2438,0.5,0.255951455205554,0.422735525489314,0.164916059249517,0.331008515569527,0.639096495094439 -2439,0.5,0.255951455205554,0.354365186252627,0.171436362699476,0.294363326191301,0.617743857061946 -2440,0.5,0.255951455205554,0.262549918580978,0.167541340416135,0.218855543576754,0.645644753486478 -2441,0.5,0.255951455205554,0.163510835214561,0.140340036418787,0.162881759990436,0.733088120530457 -2442,0.5,0.255951455205554,0.0790312092606114,0.10009853899254,0.070861822561533,0.808147880723122 -2443,0.5,0.255951455205554,0.00371106003100705,0.0824861685986488,0.0,0.877909066292717 -2444,0.5,0.255951455205554,0.0,0.0978801830170159,0.0,0.816642257384233 -2445,0.5,0.255951455205554,0.0,0.113787790240702,0.0,0.759763250239682 -2446,0.5,0.255951455205554,0.0,0.133978300323061,0.0,0.846363131167222 -2447,0.5,0.255951455205554,0.0,0.147210311632726,0.0,0.737200889717516 -2448,0.5,0.255951455205554,0.0,0.160762242585717,0.0,0.786876937511254 -2449,0.5,0.255951455205554,0.0,0.156757881911012,0.0,0.778221769829676 -2450,0.5,0.255951455205554,0.0,0.15841708909938,0.0,0.659100540772222 -2451,0.5,0.255951455205554,0.0,0.18926576856065,0.0,0.682760570402114 -2452,0.5,0.255951455205554,0.0,0.20308746001511,0.0,0.756021067141703 -2453,0.5,0.255951455205554,0.0,0.200805201997915,0.0,0.840448182506303 -2454,0.5,0.255951455205554,5.73831609281751e-05,0.219533579340066,0.0,0.863905235693077 -2455,0.5,0.255951455205554,0.0220495829379776,0.245169570413159,0.0542878129396998,0.887218350218184 -2456,0.5,0.255951455205554,0.0830153188186299,0.297745827761436,0.135987793372683,0.888734196878683 -2457,0.5,0.255951455205554,0.161998321702367,0.407017900442819,0.229315520186984,0.911501529068127 -2458,0.5,0.255951455205554,0.242799412085331,0.497466030779263,0.17130930790646,0.926237807488915 -2459,0.5,0.255951455205554,0.316995075055633,0.557645971414488,0.238537144376747,0.916225003005401 -2460,0.5,0.255951455205554,0.348257216517273,0.598533953180292,0.296801490509498,0.89767219658929 -2461,0.5,0.255951455205554,0.345636848747988,0.633945420601751,0.336417774089912,0.888494139333194 -2462,0.5,0.255951455205554,0.331723612416295,0.652385550014036,0.353259487481606,0.892270745909743 -2463,0.5,0.255951455205554,0.299842922968908,0.645246573741416,0.358132814460566,0.911681696705995 -2464,0.5,0.255951455205554,0.244487035110675,0.617755376353737,0.228548497647955,0.948688974793171 -2465,0.5,0.255951455205554,0.173029584903522,0.563994352444382,0.117961291249272,0.970314919074466 -2466,0.5,0.255951455205554,0.0877080535511643,0.452515964808108,0.046607888401914,0.970694553775995 -2467,0.5,0.255951455205554,0.00493537229067938,0.3382623154826,0.0,0.954636831193051 -2468,0.5,0.255951455205554,0.0,0.280084275383783,0.0,0.964252369447498 -2469,0.5,0.255951455205554,0.0,0.268369093107042,0.0,0.979511214080477 -2470,0.5,0.255951455205554,0.0,0.286407262637619,0.0,0.982932529091459 -2471,0.5,0.255951455205554,0.0,0.321580116727683,0.0,0.983435717287939 -2472,0.5,0.255951455205554,0.0,0.356619873549914,0.0,0.988907906377473 -2473,0.5,0.255951455205554,0.0,0.393479252342327,0.0,1.00090396909495 -2474,0.5,0.255951455205554,0.0,0.448919152837879,0.0,0.999592192999117 -2475,0.5,0.255951455205554,0.0,0.516758137486936,0.0,0.997730310148585 -2476,0.5,0.255951455205554,0.0,0.55892045611559,0.0,0.997750302211156 -2477,0.5,0.255951455205554,0.0,0.587876595554346,0.0,0.987646929193137 -2478,0.5,0.255951455205554,6.85983115551921e-05,0.629686015976599,0.0,0.985226725798964 -2479,0.5,0.255951455205554,0.0223843987645688,0.702557350484935,0.019058072814526,0.979021740649653 -2480,0.5,0.255951455205554,0.0775578208550025,0.775076401941367,0.0780558909697859,0.985670148969089 -2481,0.5,0.255951455205554,0.135597428575574,0.839663867017955,0.220124410122998,0.990181984110439 -2482,0.5,0.255951455205554,0.18323739256461,0.881881065843449,0.100370038432517,0.973750329457802 -2483,0.5,0.255951455205554,0.202436130628291,0.892877804217864,0.462492435130014,0.960970117669455 -2484,0.5,0.255951455205554,0.200892752437621,0.903054643059316,0.698960489164016,0.983668557436013 -2485,0.5,0.255951455205554,0.207393751253615,0.920384827965564,0.701358180758384,0.996016080569428 -2486,0.5,0.255951455205554,0.200398270952665,0.920298804719855,0.260012043453001,0.979947216411601 -2487,0.5,0.255951455205554,0.179347990382806,0.91527944507501,0.421505938982525,0.978952557880429 -2488,0.5,0.255951455205554,0.159475436854029,0.917911338536338,0.374610208485337,0.994957754829542 -2489,0.5,0.255951455205554,0.103700664241027,0.902679448186651,0.167628860178336,0.979704408191496 -2490,0.5,0.255951455205554,0.0450310058831781,0.855657436563495,0.107616348741714,0.956143188123385 -2491,0.5,0.255951455205554,0.00332206270370798,0.793009794172136,0.0323174874492639,0.946183531624314 -2492,0.5,0.255951455205554,0.0,0.735050558406687,0.0,0.946921346792692 -2493,0.5,0.255951455205554,0.0,0.711168490208027,0.0,0.952843439371871 -2494,0.5,0.255951455205554,0.0,0.722594477378687,0.0,0.951616446647271 -2495,0.5,0.255951455205554,0.0,0.719188153686228,0.0,0.968228742393896 -2496,0.5,0.255951455205554,0.0,0.706111028687514,0.0,0.984380862430447 -2497,0.5,0.255951455205554,0.0,0.686565098371663,0.0,0.987942756628517 -2498,0.5,0.255951455205554,0.0,0.662520810530495,0.0,0.981855545866249 -2499,0.5,0.255951455205554,0.0,0.636456801420115,0.0,0.97423112254828 -2500,0.5,0.255951455205554,0.0,0.594513833325822,0.0,0.973600260331396 -2501,0.5,0.255951455205554,0.0,0.570917404579848,0.0,0.976072563641557 -2502,0.5,0.255951455205554,0.000166664090970777,0.545771052288196,0.0,0.974626308997098 -2503,0.5,0.255951455205554,0.0282352831182328,0.551480425476743,0.0691947593054838,0.973799978143697 -2504,0.5,0.255951455205554,0.0930818293022382,0.617651022013128,0.206414571931066,0.976075941569452 -2505,0.5,0.255951455205554,0.16783460316531,0.694760740063114,0.360761417281295,0.978013784089788 -2506,0.5,0.255951455205554,0.228963844358891,0.731710084146285,0.515384466007753,0.974318764838835 -2507,0.5,0.255951455205554,0.275330270916966,0.739410078391499,0.649520041365151,0.957359991785249 -2508,0.5,0.255951455205554,0.296537187000836,0.728471146691751,0.724708830887089,0.918579896809309 -2509,0.5,0.255951455205554,0.300453080857673,0.711222669400124,0.751733258253762,0.872355048463859 -2510,0.5,0.255951455205554,0.286264328989584,0.692971711131132,0.735823003577576,0.81372249287972 -2511,0.5,0.255951455205554,0.253016056640202,0.663661579009797,0.642508418246685,0.771140526708133 -2512,0.5,0.255951455205554,0.210105970533871,0.619293713090975,0.528612241499241,0.689362788464384 -2513,0.5,0.255951455205554,0.142999777731333,0.530561938511344,0.372049801089379,0.587099291820924 -2514,0.5,0.255951455205554,0.0747625725878366,0.375864663629638,0.214357946090302,0.488678633494037 -2515,0.5,0.255951455205554,0.00716993081229213,0.244356819063077,0.0336765566964956,0.386844957755258 -2516,0.5,0.255951455205554,0.0,0.182157657986298,0.0,0.295715796180121 -2517,0.5,0.255951455205554,0.0,0.144682381408945,0.0,0.212670886963979 -2518,0.5,0.255951455205554,0.0,0.115096835991128,0.0,0.14318616175319 -2519,0.5,0.255951455205554,0.0,0.0939588876438679,0.0,0.0890329329921205 -2520,0.5,0.255951455205554,0.0,0.0784546786775497,0.0,0.0533403052555769 -2521,0.5,0.255951455205554,0.0,0.0646919949794525,0.0,0.0310253252139481 -2522,0.5,0.255951455205554,0.0,0.0518793178402969,0.0,0.0184844999029421 -2523,0.5,0.255951455205554,0.0,0.041434807146021,0.0,0.0116910884315183 -2524,0.5,0.255951455205554,0.0,0.0355479107343822,0.0,0.00547671934874184 -2525,0.5,0.255951455205554,0.0,0.0324306247362061,0.0,0.00145281185490021 -2526,0.5,0.255951455205554,0.000270108803120884,0.0309724965608238,2.99063269450116e-05,0.00184924955798965 -2527,0.5,0.255951455205554,0.0498255334490781,0.0344909597588959,0.0712721036233203,0.00416849884249582 -2528,0.5,0.255951455205554,0.155025922494103,0.0495482694085669,0.206916782893615,0.00549938064594382 -2529,0.5,0.255951455205554,0.270732029578052,0.0752878215888402,0.355738053629985,0.00506171390934305 -2530,0.5,0.255951455205554,0.36754260895359,0.0944128206320249,0.501511424693468,0.00361967467453412 -2531,0.5,0.255951455205554,0.444548962809962,0.0967951324919062,0.628054550196037,0.00535736722259092 -2532,0.5,0.255951455205554,0.48125953995972,0.0951665654051774,0.704630382641695,0.0118948404441789 -2533,0.5,0.255951455205554,0.496681732962317,0.0960376527137527,0.730052814233635,0.0175868841078982 -2534,0.5,0.255951455205554,0.490023772597956,0.0978261473924612,0.707528330829144,0.0181300055455824 -2535,0.5,0.255951455205554,0.4383100257593,0.094568828308338,0.623814381787062,0.0183326839938527 -2536,0.5,0.255951455205554,0.357929675905218,0.0880710997305706,0.497949399068715,0.0202693519217056 -2537,0.5,0.255951455205554,0.257581019389478,0.0778541687773366,0.360251515279924,0.0173254457842393 -2538,0.5,0.255951455205554,0.139108292900687,0.0583935012859321,0.198947588142984,0.0188546681822969 -2539,0.5,0.255951455205554,0.013048664589328,0.0342113267171648,0.0403128288710483,0.0404668370273777 -2540,0.5,0.255951455205554,0.0,0.0360001886445165,0.0,0.0691456368766552 -2541,0.5,0.255951455205554,0.0,0.0393873899599992,0.0,0.109481654257101 -2542,0.5,0.255951455205554,0.0,0.0428954956227583,0.0,0.187620797356977 -2543,0.5,0.255951455205554,0.0,0.0448778086626463,0.0,0.268033106249426 -2544,0.5,0.255951455205554,0.0,0.0514245181828687,0.0,0.366934962739276 -2545,0.5,0.255951455205554,0.0,0.0575701545779374,0.0,0.491956580133973 -2546,0.5,0.255951455205554,0.0,0.0611144802527917,0.0,0.588781751342724 -2547,0.5,0.255951455205554,0.0,0.0618016162309349,0.0,0.663456996201859 -2548,0.5,0.255951455205554,0.0,0.0616007207286259,0.0,0.689969483367843 -2549,0.5,0.255951455205554,0.0,0.0639841913869237,0.0,0.672048222373081 -2550,0.5,0.255951455205554,0.000934389325815368,0.0684489887356372,0.000805242495315625,0.65934122544926 -2551,0.5,0.255951455205554,0.0714844911923843,0.0765135362844427,0.0726512765294079,0.663314026634892 -2552,0.5,0.255951455205554,0.205794625708647,0.118136529922575,0.195708837153135,0.704474323446844 -2553,0.5,0.255951455205554,0.357619720116415,0.192608507939408,0.330847532123715,0.736545595173896 -2554,0.5,0.255951455205554,0.510873689690175,0.267653562926824,0.468349048312665,0.74356755483884 -2555,0.5,0.255951455205554,0.634010235968087,0.322373878588592,0.579028631307061,0.78530028729881 -2556,0.5,0.255951455205554,0.702469822972312,0.360133824417346,0.611186985113703,0.847442857330546 -2557,0.5,0.255951455205554,0.724218895631258,0.395219154710674,0.646090115407562,0.904458712008892 -2558,0.5,0.255951455205554,0.700523355695139,0.426733380355041,0.620296069552899,0.924494519264788 -2559,0.5,0.255951455205554,0.620867548494329,0.450813085310466,0.505223522942412,0.94558711854634 -2560,0.5,0.255951455205554,0.485367183768107,0.453347893286394,0.36465575766939,0.947709287879754 -2561,0.5,0.255951455205554,0.330701170557538,0.408022600222997,0.143559910528103,0.945277123093339 -2562,0.5,0.255951455205554,0.169101090214695,0.301949278297263,0.087802385926684,0.841303304922942 -2563,0.5,0.255951455205554,0.012980018188757,0.269980129054262,0.0242701297188098,0.84571703740064 -2564,0.5,0.255951455205554,0.0,0.27811416892334,0.0,0.926611773654835 -2565,0.5,0.255951455205554,0.0,0.270480137646356,0.0,0.926022290363575 -2566,0.5,0.255951455205554,0.0,0.280090655768369,0.0,0.94423434747095 -2567,0.5,0.255951455205554,0.0,0.29125484602802,0.0,0.950039605245774 -2568,0.5,0.255951455205554,0.0,0.309670569455493,0.0,0.926193173786904 -2569,0.5,0.255951455205554,0.0,0.309883709900641,0.0,0.930416018648108 -2570,0.5,0.255951455205554,0.0,0.292275799539613,0.0,0.939892326409305 -2571,0.5,0.255951455205554,0.0,0.265395026983271,0.0,0.95299714166125 -2572,0.5,0.255951455205554,0.0,0.247223317722643,0.0,0.936059324141373 -2573,0.5,0.255951455205554,0.0,0.241910485437468,0.0,0.916878414702749 -2574,0.5,0.255951455205554,0.000770413010338114,0.230918330554741,0.00119440306093242,0.908277136700316 -2575,0.5,0.255951455205554,0.0502611469091042,0.229472422342636,0.0637098050025828,0.901913099329853 -2576,0.5,0.255951455205554,0.140828751970749,0.285977531189807,0.196723810972659,0.900328093519288 -2577,0.5,0.255951455205554,0.24043294040424,0.380038992370244,0.35091324413614,0.904115780394233 -2578,0.5,0.255951455205554,0.329342522465669,0.433342772178687,0.475825335722519,0.908117196515009 -2579,0.5,0.255951455205554,0.390912645542897,0.456817222755752,0.499640461549051,0.908627295262741 -2580,0.5,0.255951455205554,0.434706010725543,0.468758164282103,0.499337119844726,0.908916365299731 -2581,0.5,0.255951455205554,0.458434798473618,0.451810104528805,0.527937995634371,0.903974371802085 -2582,0.5,0.255951455205554,0.416054008259939,0.437008774549185,0.192517630298146,0.898837551832211 -2583,0.5,0.255951455205554,0.370847334781563,0.421854490846536,0.212046047151564,0.889527800638344 -2584,0.5,0.255951455205554,0.290033119777575,0.399142638465296,0.211070185567426,0.885948588273739 -2585,0.5,0.255951455205554,0.19511225729904,0.360095342961478,0.192584233616574,0.878690449572249 -2586,0.5,0.255951455205554,0.095247524262078,0.286446947792322,0.0239179791136195,0.848144999666899 -2587,0.5,0.255951455205554,0.00747323472681508,0.203233267409172,0.0229199976275596,0.757179030973853 -2588,0.5,0.255951455205554,0.0,0.155062341228609,0.0,0.583690153649809 -2589,0.5,0.255951455205554,0.0,0.129567386284067,0.0,0.342090125405699 -2590,0.5,0.255951455205554,0.0,0.120021897548534,0.0,0.235421974501544 -2591,0.5,0.255951455205554,0.0,0.11736189797219,0.0,0.230062286103974 -2592,0.5,0.255951455205554,0.0,0.124012697779424,0.0,0.224485039167801 -2593,0.5,0.255951455205554,0.0,0.132647820238588,0.0,0.215403354487189 -2594,0.5,0.255951455205554,0.0,0.12955647808418,0.0,0.268400617103553 -2595,0.5,0.255951455205554,0.0,0.11496601589099,0.0,0.328887195925669 -2596,0.5,0.255951455205554,0.0,0.0991869502961887,0.0,0.315798074525167 -2597,0.5,0.255951455205554,0.0,0.0936383191450181,0.0,0.257762856660956 -2598,0.5,0.255951455205554,0.000950496022032736,0.100331695186794,0.00247844906856339,0.206115272843722 -2599,0.5,0.255951455205554,0.0522712153729389,0.120987357436317,0.0779718877028408,0.206881703732555 -2600,0.5,0.255951455205554,0.13928356546054,0.199215620034391,0.20967233329614,0.282759723815333 -2601,0.5,0.255951455205554,0.234053428236842,0.320787264945463,0.354528389720765,0.399909138650602 -2602,0.5,0.255951455205554,0.328537474518863,0.434444736787928,0.501999644786243,0.500376824302285 -2603,0.5,0.255951455205554,0.398876531019401,0.542773562662214,0.628668644117191,0.511591088201232 -2604,0.5,0.255951455205554,0.433498041507502,0.654327143965469,0.699950439986579,0.439102501938006 -2605,0.5,0.255951455205554,0.428519886097326,0.742983001694854,0.705892599258666,0.384933791114639 -2606,0.5,0.255951455205554,0.394410782033124,0.795855829007863,0.688524570323912,0.369329626953149 -2607,0.5,0.255951455205554,0.318655421535932,0.820261499857939,0.637427016280257,0.344347927930782 -2608,0.5,0.255951455205554,0.22528828802757,0.807602640913043,0.510253027836292,0.348214011774185 -2609,0.5,0.255951455205554,0.151235174998767,0.753816447623627,0.370568805803273,0.371738442901457 -2610,0.5,0.255951455205554,0.0831490826026458,0.622380071538206,0.21348480361493,0.404462660045153 -2611,0.5,0.255951455205554,0.00974631710296404,0.501721023635238,0.044121197685467,0.449381281014959 -2612,0.5,0.255951455205554,0.0,0.455972503101897,0.0,0.518942711629025 -2613,0.5,0.255951455205554,0.0,0.419670882794963,0.0,0.574326580212265 -2614,0.5,0.255951455205554,0.0,0.391765104116216,0.0,0.626944045348177 -2615,0.5,0.255951455205554,0.0,0.366687965991072,0.0,0.725062996526659 -2616,0.5,0.255951455205554,0.0,0.34839961130314,0.0,0.810467840172283 -2617,0.5,0.255951455205554,0.0,0.32594338407125,0.0,0.82759987652148 -2618,0.5,0.255951455205554,0.0,0.303084409517508,0.0,0.820923860101084 -2619,0.5,0.255951455205554,0.0,0.27687451760265,0.0,0.816617038498374 -2620,0.5,0.255951455205554,0.0,0.25827639926527,0.0,0.818110303855944 -2621,0.5,0.255951455205554,0.0,0.256783200706361,0.0,0.814246618692575 -2622,0.5,0.255951455205554,0.000820705584622928,0.257989974944742,0.00307405668290878,0.793973627998274 -2623,0.5,0.255951455205554,0.0244907684571,0.277699277930653,0.0778357661730189,0.807248294227403 -2624,0.5,0.255951455205554,0.0716296912902805,0.341905660712791,0.207878901770312,0.85943306187009 -2625,0.5,0.255951455205554,0.127568366414699,0.428619252348436,0.35180997147591,0.90563022191178 -2626,0.5,0.255951455205554,0.185157045771598,0.481082332370133,0.492962052781663,0.913495641663289 -2627,0.5,0.255951455205554,0.228310006742684,0.534457594128195,0.616742571521147,0.907108567690461 -2628,0.5,0.255951455205554,0.245629759284519,0.567567858571539,0.678693157427621,0.894688579397987 -2629,0.5,0.255951455205554,0.244789387451475,0.581361753498918,0.710143422995098,0.874485467990553 -2630,0.5,0.255951455205554,0.240134017927018,0.569469044034178,0.680911084624086,0.842949630969859 -2631,0.5,0.255951455205554,0.214012195303288,0.537743129971144,0.526111085956316,0.771104717493656 -2632,0.5,0.255951455205554,0.16973042736628,0.494835439796296,0.461247795052303,0.684575423439189 -2633,0.5,0.255951455205554,0.113173245645088,0.424091589513274,0.361842458136307,0.621063702795641 -2634,0.5,0.255951455205554,0.0573862795284478,0.322472415417417,0.210447949609003,0.567957320450272 -2635,0.5,0.255951455205554,0.00906268026836468,0.226090024353397,0.0481198069073579,0.557133868563057 -2636,0.5,0.255951455205554,0.0,0.180829617833839,0.0,0.526164084013242 -2637,0.5,0.255951455205554,0.0,0.151448712305,0.0,0.4567286326292 -2638,0.5,0.255951455205554,0.0,0.135575820172297,0.0,0.411037978312758 -2639,0.5,0.255951455205554,0.0,0.131013552325481,0.0,0.398546423657021 -2640,0.5,0.255951455205554,0.0,0.126074272031398,0.0,0.439022458925889 -2641,0.5,0.255951455205554,0.0,0.12261158447497,0.0,0.491056844448305 -2642,0.5,0.255951455205554,0.0,0.122734674427074,0.0,0.514205119647128 -2643,0.5,0.255951455205554,0.0,0.122327589052058,0.0,0.534269724058314 -2644,0.5,0.255951455205554,0.0,0.120228516952991,0.0,0.51667162610828 -2645,0.5,0.255951455205554,0.0,0.117960417687283,0.0,0.473272029449823 -2646,0.5,0.255951455205554,0.000612411353074182,0.116960588656721,0.0022349883388683,0.470278518002284 -2647,0.5,0.255951455205554,0.0229309549278481,0.129182694859472,0.0551700044319396,0.523430919267196 -2648,0.5,0.255951455205554,0.0725941929447885,0.167743969455941,0.15167151909428,0.569610369212976 -2649,0.5,0.255951455205554,0.137774074437662,0.207792532335579,0.238884151031842,0.595397148168779 -2650,0.5,0.255951455205554,0.20000896233134,0.237947763343447,0.199708869403525,0.589034930378426 -2651,0.5,0.255951455205554,0.272935467886825,0.256120047147793,0.142863581383226,0.577084758471193 -2652,0.5,0.255951455205554,0.324884478600973,0.264518220678835,0.096280820120153,0.623486193400674 -2653,0.5,0.255951455205554,0.325295860890865,0.271420430175301,0.0447706541185791,0.574477697603022 -2654,0.5,0.255951455205554,0.297059965219411,0.279249790512588,0.0312843968261579,0.601887332733617 -2655,0.5,0.255951455205554,0.253586931682413,0.265117668844625,0.0326902504810268,0.736649250035229 -2656,0.5,0.255951455205554,0.192194285476141,0.25185561245048,0.0463768422190041,0.779520195119928 -2657,0.5,0.255951455205554,0.130332704021348,0.231306047452564,0.0394965797071444,0.777476603677704 -2658,0.5,0.255951455205554,0.0730602639749208,0.201710942651616,0.0264463695792131,0.815998513392987 -2659,0.5,0.255951455205554,0.011322622682172,0.174182206848205,0.00773044516696687,0.816175363526095 -2660,0.5,0.255951455205554,0.0,0.154413917352593,0.0,0.813099987144631 -2661,0.5,0.255951455205554,0.0,0.136759998574628,0.0,0.839657468870343 -2662,0.5,0.255951455205554,0.0,0.121209724403126,0.0,0.787236434403481 -2663,0.5,0.255951455205554,0.0,0.110299916869917,0.0,0.724215152344029 -2664,0.5,0.255951455205554,0.0,0.0990753494183638,0.0,0.655496482304472 -2665,0.5,0.255951455205554,0.0,0.0832442743488146,0.0,0.638695195255662 -2666,0.5,0.255951455205554,0.0,0.0667207242256489,0.0,0.584875280554006 -2667,0.5,0.255951455205554,0.0,0.0572593490360558,0.0,0.522423252827828 -2668,0.5,0.255951455205554,0.0,0.0528528057182584,0.0,0.449528853921244 -2669,0.5,0.255951455205554,0.0,0.0508225245148047,0.0,0.364373541537537 -2670,0.5,0.255951455205554,0.00137746576795944,0.047837935958256,0.00065339797550702,0.353451749374596 -2671,0.5,0.255951455205554,0.03996002859982,0.0461926249636653,0.0065213030554717,0.388223677907279 -2672,0.5,0.255951455205554,0.118399671802521,0.0483651102433092,0.0214052625648878,0.398567946697612 -2673,0.5,0.255951455205554,0.220519856572934,0.0600480574402442,0.031775356299317,0.382603363014302 -2674,0.5,0.255951455205554,0.323909789205454,0.0793584269196212,0.044491382523774,0.347640030992939 -2675,0.5,0.255951455205554,0.389600533196856,0.08612725456611,0.114449074958095,0.332574839398135 -2676,0.5,0.255951455205554,0.431811491639716,0.0905391161417856,0.202976503639404,0.317795090805815 -2677,0.5,0.255951455205554,0.442332468601007,0.0893358049905901,0.28391368964947,0.309436977183356 -2678,0.5,0.255951455205554,0.415212463487182,0.0861920078840124,0.275069252841931,0.31565045267044 -2679,0.5,0.255951455205554,0.378529088599996,0.0838020733774506,0.240872090829518,0.308412020530037 -2680,0.5,0.255951455205554,0.313957176232037,0.0812323877740731,0.286425164969511,0.257390220631395 -2681,0.5,0.255951455205554,0.23538473034389,0.0870842238940329,0.220707825900635,0.196899884210271 -2682,0.5,0.255951455205554,0.137283391388817,0.0851001110851058,0.112671479200367,0.157675596812747 -2683,0.5,0.255951455205554,0.0217991144475387,0.100065080876864,0.0268230071008351,0.158942136478524 -2684,0.5,0.255951455205554,0.0,0.101519772710897,0.0,0.184175052405467 -2685,0.5,0.255951455205554,0.0,0.091551657473251,0.0,0.212385923261981 -2686,0.5,0.255951455205554,0.0,0.0822594743110592,0.0,0.250243598673673 -2687,0.5,0.255951455205554,0.0,0.0753625465358091,0.0,0.306832211156513 -2688,0.5,0.255951455205554,0.0,0.0694447858054865,0.0,0.353981310953899 -2689,0.5,0.255951455205554,0.0,0.0663577381021761,0.0,0.320789967321012 -2690,0.5,0.255951455205554,0.0,0.0646598668830696,0.0,0.27470452999325 -2691,0.5,0.255951455205554,0.0,0.0639564026711458,0.0,0.258575887625342 -2692,0.5,0.255951455205554,0.0,0.0643324080715123,0.0,0.272048201174332 -2693,0.5,0.255951455205554,0.0,0.0647465396350303,0.0,0.283327325201785 -2694,0.5,0.255951455205554,0.00220952352675308,0.0664662010766403,0.00460094240367534,0.289911355711589 -2695,0.5,0.255951455205554,0.0624732550937507,0.0727122147774007,0.0775923805260364,0.289005065076464 -2696,0.5,0.255951455205554,0.157738691555467,0.0920369027188479,0.177003213423549,0.293297892893242 -2697,0.5,0.255951455205554,0.259738435171655,0.117154567788694,0.225668402636833,0.307567120050941 -2698,0.5,0.255951455205554,0.351137554641369,0.137488359140093,0.301024741688768,0.317797503498385 -2699,0.5,0.255951455205554,0.399281114393169,0.157502363767451,0.332105436570527,0.301774651562892 -2700,0.5,0.255951455205554,0.386070586784687,0.181175616522112,0.377819841847259,0.289424814246821 -2701,0.5,0.255951455205554,0.352399170289585,0.211712024969214,0.358127857209868,0.3075731408715 -2702,0.5,0.255951455205554,0.335761751889285,0.236967366202314,0.257398976151303,0.345070608665366 -2703,0.5,0.255951455205554,0.297111079738589,0.247687036661022,0.27049064004474,0.396872858189424 -2704,0.5,0.255951455205554,0.226554033047723,0.236708243781045,0.233771493950104,0.456479185748621 -2705,0.5,0.255951455205554,0.150553001911723,0.225161713050502,0.142684491183487,0.493437674609328 -2706,0.5,0.255951455205554,0.0803969932986122,0.20763511798691,0.0584309078260246,0.557533779169585 -2707,0.5,0.255951455205554,0.018498733529322,0.194739322239395,0.00934148925233505,0.672664324263487 -2708,0.5,0.255951455205554,0.0,0.192271317047396,0.0,0.743588142686073 -2709,0.5,0.255951455205554,0.0,0.199498540451641,0.0,0.802928886379428 -2710,0.5,0.255951455205554,0.0,0.206364310358977,0.0,0.825643911081313 -2711,0.5,0.255951455205554,0.0,0.209840467881406,0.0,0.830566160576063 -2712,0.5,0.255951455205554,0.0,0.205377901820517,0.0,0.84406528118164 -2713,0.5,0.255951455205554,0.0,0.190135109715355,0.0,0.876734993902487 -2714,0.5,0.255951455205554,0.0,0.174630008034322,0.0,0.860283553031723 -2715,0.5,0.255951455205554,0.0,0.16346674826938,0.0,0.783328325293217 -2716,0.5,0.255951455205554,0.0,0.153126760024987,0.0,0.719133256597052 -2717,0.5,0.255951455205554,0.0,0.142329601244502,0.0,0.716421952982462 -2718,0.5,0.255951455205554,0.00145125987222175,0.134046476282078,0.00162279176159939,0.69370197480859 -2719,0.5,0.255951455205554,0.0308856071572533,0.130738794705189,0.0383808484449773,0.605734681694249 -2720,0.5,0.255951455205554,0.0801535654125857,0.133793815618753,0.11590666172456,0.47307491602672 -2721,0.5,0.255951455205554,0.138701998203172,0.144474956003025,0.206202869819212,0.374399257505322 -2722,0.5,0.255951455205554,0.196558955660762,0.1537789556737,0.345099583871728,0.315996923812761 -2723,0.5,0.255951455205554,0.247417347537743,0.168075651611477,0.413726760149831,0.278689961399565 -2724,0.5,0.255951455205554,0.2765433773633,0.189085892874114,0.448573386334026,0.218149972329499 -2725,0.5,0.255951455205554,0.295404448736812,0.215562559149081,0.446814115155031,0.172290714020002 -2726,0.5,0.255951455205554,0.31570502540683,0.239213713475557,0.385742577999262,0.144909115825286 -2727,0.5,0.255951455205554,0.289269962104364,0.244168212276931,0.342003716297656,0.13697925830256 -2728,0.5,0.255951455205554,0.225669037001265,0.236256731300232,0.273667753617187,0.132292277912674 -2729,0.5,0.255951455205554,0.148643832053868,0.21591298073421,0.102054226787636,0.12794018992008 -2730,0.5,0.255951455205554,0.0782288271038156,0.195675293931942,0.0392692651111104,0.119587947191045 -2731,0.5,0.255951455205554,0.0148014928125888,0.178931751533702,0.00902932003960333,0.114812724233835 -2732,0.5,0.255951455205554,3.10860582855511e-07,0.172483981115205,0.0,0.112680660214959 -2733,0.5,0.255951455205554,0.0,0.168719488705075,0.0,0.127892642521697 -2734,0.5,0.255951455205554,0.0,0.164554719762103,0.0,0.161497764118861 -2735,0.5,0.255951455205554,0.0,0.159232694531565,0.0,0.215084791600206 -2736,0.5,0.255951455205554,0.0,0.149801860789538,0.0,0.264458619060673 -2737,0.5,0.255951455205554,0.0,0.138826904172769,0.0,0.262919472686173 -2738,0.5,0.255951455205554,0.0,0.131156296344691,0.0,0.217962777296661 -2739,0.5,0.255951455205554,0.0,0.128542087440446,0.0,0.178617751642046 -2740,0.5,0.255951455205554,0.0,0.130236710345959,0.0,0.176773647784996 -2741,0.5,0.255951455205554,0.0,0.127547726613774,0.0,0.204069435687547 -2742,0.5,0.255951455205554,0.00382034572979454,0.12722143290455,0.00713240038331502,0.224769338685103 -2743,0.5,0.255951455205554,0.055952612957338,0.145159155845206,0.0903924391455605,0.237652813762075 -2744,0.5,0.255951455205554,0.145223453279932,0.204817041924959,0.212543868069623,0.249586347073884 -2745,0.5,0.255951455205554,0.258306540412898,0.274593458864492,0.324400860338316,0.270961544891491 -2746,0.5,0.255951455205554,0.37940497502031,0.350750902957431,0.419018091338351,0.305007192865911 -2747,0.5,0.255951455205554,0.467500218302957,0.443886498781785,0.509304413275192,0.348968758893312 -2748,0.5,0.255951455205554,0.505349013489437,0.499685528259281,0.596026753826214,0.397444520153349 -2749,0.5,0.255951455205554,0.506556839816116,0.509143448816482,0.663060367834845,0.453932567537172 -2750,0.5,0.255951455205554,0.483207153602768,0.492535710636699,0.693447332551695,0.525803126697664 -2751,0.5,0.255951455205554,0.421806886687077,0.466662313720791,0.636005256531175,0.542948975272783 -2752,0.5,0.255951455205554,0.330820056425271,0.445758180893484,0.514066696207544,0.496346319485792 -2753,0.5,0.255951455205554,0.223432817496021,0.407439034273704,0.378286645383587,0.454041177595389 -2754,0.5,0.255951455205554,0.121278735522773,0.317704449511963,0.226100513976029,0.459072395050109 -2755,0.5,0.255951455205554,0.0280854877839789,0.241333116689723,0.063211145403979,0.537445984847155 -2756,0.5,0.255951455205554,1.12975439748944e-07,0.215248952964724,0.0,0.721355802190908 -2757,0.5,0.255951455205554,0.0,0.189457651670812,0.0,0.791264590655787 -2758,0.5,0.255951455205554,0.0,0.157463734166732,0.0,0.787038499534867 -2759,0.5,0.255951455205554,0.0,0.130545971403622,0.0,0.732994951343202 -2760,0.5,0.255951455205554,0.0,0.111545491284218,0.0,0.664014602613434 -2761,0.5,0.255951455205554,0.0,0.0957767670667876,0.0,0.599398984182709 -2762,0.5,0.255951455205554,0.0,0.0814962179178382,0.0,0.565415282916144 -2763,0.5,0.255951455205554,0.0,0.0740818914204072,0.0,0.597976576833723 -2764,0.5,0.255951455205554,0.0,0.0741295012293703,0.0,0.607582174882057 -2765,0.5,0.255951455205554,0.0,0.076745185043682,0.0,0.54454176169906 -2766,0.5,0.255951455205554,0.00250071320073085,0.0786991823114511,0.00970735914962397,0.501374335419535 -2767,0.5,0.255951455205554,0.0371473746662903,0.085025254481919,0.0952340127184463,0.539574682233795 -2768,0.5,0.255951455205554,0.0943658404172269,0.118548385062055,0.225463683931744,0.625919348588473 -2769,0.5,0.255951455205554,0.164679050256976,0.177182464435838,0.365335420359983,0.667554836772636 -2770,0.5,0.255951455205554,0.237551680855783,0.220221251284948,0.509599558286752,0.699244661724372 -2771,0.5,0.255951455205554,0.304918616780434,0.263597033781548,0.630463694497959,0.72244167419654 -2772,0.5,0.255951455205554,0.351295706395917,0.291228522693607,0.699055143705363,0.733536363613275 -2773,0.5,0.255951455205554,0.36490869391653,0.296388759653867,0.725408517755698,0.743090048856953 -2774,0.5,0.255951455205554,0.343783984030596,0.294946796015526,0.695879649936126,0.747495748468979 -2775,0.5,0.255951455205554,0.301738260554196,0.298727571131824,0.621698655751693,0.753803598964036 -2776,0.5,0.255951455205554,0.248661003042938,0.298700386362493,0.501475089635028,0.769507195361082 -2777,0.5,0.255951455205554,0.185159170033788,0.281138722652764,0.368062045549067,0.786199634964274 -2778,0.5,0.255951455205554,0.108122844097652,0.227299445410217,0.220145458460285,0.80170896192574 -2779,0.5,0.255951455205554,0.0260265235473469,0.168388490145801,0.0658326758182151,0.811420264272042 -2780,0.5,0.255951455205554,9.25765149248585e-09,0.155273388931427,0.0,0.819444221528405 -2781,0.5,0.255951455205554,0.0,0.151508258755551,0.0,0.833310934052455 -2782,0.5,0.255951455205554,0.0,0.150994024259842,0.0,0.836923811543185 -2783,0.5,0.255951455205554,0.0,0.151042615114341,0.0,0.830726098986402 -2784,0.5,0.255951455205554,0.0,0.147403233176946,0.0,0.809899103426587 -2785,0.5,0.255951455205554,0.0,0.143219399220493,0.0,0.768462130202382 -2786,0.5,0.255951455205554,0.0,0.137061796640137,0.0,0.722069399881371 -2787,0.5,0.255951455205554,0.0,0.12547804188124,0.0,0.722819760701947 -2788,0.5,0.255951455205554,0.0,0.120747017644024,0.0,0.692607039487022 -2789,0.5,0.255951455205554,0.0,0.125270116029273,0.0,0.699515769753385 -2790,0.5,0.255951455205554,0.00311588549408277,0.134938750216569,0.0123051369064703,0.695749358680887 -2791,0.5,0.255951455205554,0.0330811674825969,0.160135764825794,0.0965082357703101,0.704869650184595 -2792,0.5,0.255951455205554,0.0764857212183583,0.219184171273982,0.225625767182508,0.733773939403051 -2793,0.5,0.255951455205554,0.123405492447687,0.278503339913737,0.363255065908637,0.765549926426713 -2794,0.5,0.255951455205554,0.171723720260818,0.320961518777419,0.504339927424702,0.753189972835298 -2795,0.5,0.255951455205554,0.208649596896792,0.35540723446038,0.606324432387925,0.722221086298099 -2796,0.5,0.255951455205554,0.23203618060214,0.391256424597058,0.650987815555133,0.69973331861032 -2797,0.5,0.255951455205554,0.239755924695909,0.423145432740234,0.679113220075124,0.691943226858324 -2798,0.5,0.255951455205554,0.223623101977969,0.439576124245112,0.666354371422956,0.659957426799122 -2799,0.5,0.255951455205554,0.195741566041023,0.436725342835939,0.597294167377394,0.632126037101388 -2800,0.5,0.255951455205554,0.148915476118293,0.421456786291752,0.473736271513866,0.634019848175414 -2801,0.5,0.255951455205554,0.0995780624381531,0.368207120897602,0.346311455541239,0.657281081033515 -2802,0.5,0.255951455205554,0.0523959467104534,0.300735350135438,0.21282311818713,0.667143513860586 -2803,0.5,0.255951455205554,0.0144416024743388,0.255211687343443,0.0686778423829507,0.684383188164344 -2804,0.5,0.255951455205554,2.17058465574718e-06,0.226662955070287,0.0,0.711013500748069 -2805,0.5,0.255951455205554,0.0,0.204132168404385,0.0,0.766650891178466 -2806,0.5,0.255951455205554,0.0,0.181606191234311,0.0,0.747433946001095 -2807,0.5,0.255951455205554,0.0,0.164400891547713,0.0,0.728540033137735 -2808,0.5,0.255951455205554,0.0,0.148609550416783,0.0,0.700231626252346 -2809,0.5,0.255951455205554,0.0,0.132590825533195,0.0,0.672801896444189 -2810,0.5,0.255951455205554,0.0,0.116580364986234,0.0,0.626896989873911 -2811,0.5,0.255951455205554,0.0,0.103084758294857,0.0,0.578814882277693 -2812,0.5,0.255951455205554,0.0,0.0932806884252652,0.0,0.551096845189341 -2813,0.5,0.255951455205554,0.0,0.0850432669131209,0.0,0.550089574647931 -2814,0.5,0.255951455205554,0.00546161854609036,0.0768017669285166,0.0151125435712038,0.525667139682004 -2815,0.5,0.255951455205554,0.0393719962551636,0.0762205817288536,0.0990045540489253,0.4845517375994 -2816,0.5,0.255951455205554,0.0952790433293172,0.107705275430827,0.228617212906094,0.443334773391223 -2817,0.5,0.255951455205554,0.160204894498008,0.142282119119973,0.367599794186404,0.40614421113314 -2818,0.5,0.255951455205554,0.228832216213736,0.169859986699199,0.512170584276942,0.374702487330068 -2819,0.5,0.255951455205554,0.28366835347019,0.191122390055958,0.633281116074265,0.316118451447976 -2820,0.5,0.255951455205554,0.30681694009269,0.208026227834944,0.701530694981385,0.241701564689704 -2821,0.5,0.255951455205554,0.315202088503891,0.197821052485224,0.728624326799591,0.176689916209314 -2822,0.5,0.255951455205554,0.298349037142545,0.179191343665953,0.70944518640128,0.145111735445205 -2823,0.5,0.255951455205554,0.264168974886665,0.1658210229475,0.639745938086866,0.131969707277607 -2824,0.5,0.255951455205554,0.213198876356336,0.161938722627974,0.517017561436024,0.124575029402148 -2825,0.5,0.255951455205554,0.151810343356124,0.151380101610066,0.380609782613937,0.116703102646923 -2826,0.5,0.255951455205554,0.0854543754979486,0.107653329611942,0.230262964799737,0.10498176586536 -2827,0.5,0.255951455205554,0.0195088014314412,0.0734642195559477,0.0715425808313151,0.0949568216873356 -2828,0.5,0.255951455205554,6.51532586086992e-06,0.0657925949574035,0.0,0.0940635702950327 -2829,0.5,0.255951455205554,0.0,0.0576126486889725,0.0,0.0970209557727135 -2830,0.5,0.255951455205554,0.0,0.0484022998371495,0.0,0.0959550692278296 -2831,0.5,0.255951455205554,0.0,0.0394851267754171,0.0,0.0850927591096701 -2832,0.5,0.255951455205554,0.0,0.03160015165194,0.0,0.0686841187992013 -2833,0.5,0.255951455205554,0.0,0.0247554071826612,0.0,0.0521735628345411 -2834,0.5,0.255951455205554,0.0,0.0177444927028003,0.0,0.0366633697183271 -2835,0.5,0.255951455205554,0.0,0.0131574818423021,0.0,0.0235066205882664 -2836,0.5,0.255951455205554,0.0,0.0105995311618803,0.0,0.018005818606225 -2837,0.5,0.255951455205554,0.0,0.00933204322056594,0.0,0.0186556716420121 -2838,0.5,0.255951455205554,0.00733838925085867,0.00859714650593622,0.0186278021721792,0.0195829851300143 -2839,0.5,0.255951455205554,0.0506622061777132,0.0093329994704704,0.103686461872661,0.0196935113575427 -2840,0.5,0.255951455205554,0.116356393343275,0.0128214837266615,0.233907593639578,0.0186584562605572 -2841,0.5,0.255951455205554,0.187582192004096,0.0152251950926634,0.371745731348725,0.015961917565183 -2842,0.5,0.255951455205554,0.261538972447255,0.0144759906004387,0.513848099913071,0.0121790281668639 -2843,0.5,0.255951455205554,0.330119047740084,0.0145424035970516,0.630601119187761,0.00890362211766203 -2844,0.5,0.255951455205554,0.372693161754638,0.0138506246290584,0.694028341356985,0.00930878335131393 -2845,0.5,0.255951455205554,0.367818200857256,0.0132694138756092,0.716751927287166,0.0118123211862467 -2846,0.5,0.255951455205554,0.348674373466592,0.0137552414295722,0.693108192852402,0.0140984953281577 -2847,0.5,0.255951455205554,0.306676296596238,0.0178697714679368,0.615783263200272,0.0164955048970758 -2848,0.5,0.255951455205554,0.267917820945565,0.0231628102774149,0.491743708148235,0.0215696438410049 -2849,0.5,0.255951455205554,0.197963842614797,0.0287900098591755,0.347518393584527,0.0291654007578215 -2850,0.5,0.255951455205554,0.113000309343048,0.0308561240508253,0.203833165122119,0.0364644290009098 -2851,0.5,0.255951455205554,0.0280770831644823,0.026116795526385,0.0800188149382791,0.040721913220701 -2852,0.5,0.255951455205554,0.0,0.0282445547614051,0.0,0.0404656058589401 -2853,0.5,0.255951455205554,0.0,0.0250457480417137,0.0,0.037963588863563 -2854,0.5,0.255951455205554,0.0,0.0215674342804067,0.0,0.033369581848034 -2855,0.5,0.255951455205554,0.0,0.0183332434458477,0.0,0.0306331461908933 -2856,0.5,0.255951455205554,0.0,0.0166485274831094,0.0,0.0341781032709005 -2857,0.5,0.255951455205554,0.0,0.0160280630648439,0.0,0.0377207682658938 -2858,0.5,0.255951455205554,0.0,0.0152485798548501,0.0,0.0344711550280354 -2859,0.5,0.255951455205554,0.0,0.014259382456281,0.0,0.0255623692735193 -2860,0.5,0.255951455205554,0.0,0.0127800694471709,0.0,0.0207432812190632 -2861,0.5,0.255951455205554,0.0,0.0117707355010107,0.0,0.0172645281524427 -2862,0.5,0.255951455205554,0.00919026406687119,0.0110749293580015,0.0186298481413341,0.0129665872638142 -2863,0.5,0.255951455205554,0.0713812301645224,0.011692271169111,0.10080890200434,0.0124362931040719 -2864,0.5,0.255951455205554,0.16404971024119,0.0212671028663881,0.2267833868704,0.0151883924068986 -2865,0.5,0.255951455205554,0.275999648134903,0.0415817596485868,0.368494391126918,0.0187668016919332 -2866,0.5,0.255951455205554,0.385634070939839,0.0639947513035359,0.514874306138177,0.0208073795530042 -2867,0.5,0.255951455205554,0.456780443558773,0.0812507451488382,0.634781725470824,0.0205465429867414 -2868,0.5,0.255951455205554,0.499330049119791,0.0872408303059846,0.700265889413901,0.0175431113955784 -2869,0.5,0.255951455205554,0.510105535777073,0.0886540993521399,0.723841458040223,0.0130543717227566 -2870,0.5,0.255951455205554,0.470337374103959,0.0893643080173099,0.700050890803635,0.0120340390589811 -2871,0.5,0.255951455205554,0.392818246901297,0.0905467546104277,0.62621736950186,0.00975447339665536 -2872,0.5,0.255951455205554,0.292268084285924,0.0891034271142016,0.502373200656404,0.00760262221283036 -2873,0.5,0.255951455205554,0.20472199744883,0.0831039343826991,0.366304211214213,0.0065715778631911 -2874,0.5,0.255951455205554,0.120027557602267,0.0671390766201284,0.220431360561802,0.00610818425283717 -2875,0.5,0.255951455205554,0.0324115742556359,0.041047538125141,0.0764520100903067,0.0064411992095078 -2876,0.5,0.255951455205554,7.09346670576365e-06,0.0340368024068247,0.0,0.00663218727662062 -2877,0.5,0.255951455205554,0.0,0.0289266869534372,0.0,0.00744635970437926 -2878,0.5,0.255951455205554,0.0,0.0236011199502349,0.0,0.0100981237589998 -2879,0.5,0.255951455205554,0.0,0.0188426533394484,0.0,0.0129809729349434 -2880,0.5,0.255951455205554,0.0,0.0163031033410207,0.0,0.0171969144889926 -2881,0.5,0.255951455205554,0.0,0.0152661526000791,0.0,0.0220758007701104 -2882,0.5,0.255951455205554,0.0,0.0144846713912697,0.0,0.027716388906042 -2883,0.5,0.255951455205554,0.0,0.0132119317888948,0.0,0.0316933960024936 -2884,0.5,0.255951455205554,0.0,0.0121283086150827,0.0,0.0363294457752053 -2885,0.5,0.255951455205554,0.0,0.0107455054800083,0.0,0.0442367874400899 -2886,0.5,0.255951455205554,0.0106706558204131,0.00886108876565911,0.0186521239828069,0.059955811662025 -2887,0.5,0.255951455205554,0.0675205913047321,0.00991528818914465,0.100996315218344,0.0845047342395544 -2888,0.5,0.255951455205554,0.142791356854348,0.0225625495964382,0.21047277557595,0.106944936120841 -2889,0.5,0.255951455205554,0.221129989481466,0.0322814038937666,0.326277632664545,0.14753161790813 -2890,0.5,0.255951455205554,0.289875548510694,0.042050144305398,0.45283623394759,0.211983355548729 -2891,0.5,0.255951455205554,0.339375982899164,0.0547420744730062,0.564547887744921,0.235706698264699 -2892,0.5,0.255951455205554,0.369469006603404,0.067762174153243,0.653591189970792,0.221017806564996 -2893,0.5,0.255951455205554,0.373147557532653,0.0780703588767185,0.69393970562628,0.206138078044743 -2894,0.5,0.255951455205554,0.335762143276682,0.0866989320800394,0.685759032514962,0.245346310097008 -2895,0.5,0.255951455205554,0.294665920969339,0.09711730189028,0.631867083529914,0.363274164815066 -2896,0.5,0.255951455205554,0.222935327153402,0.114150349547776,0.5188166119171,0.501217018015899 -2897,0.5,0.255951455205554,0.14697326603811,0.136138541609074,0.373555661021178,0.560610006219955 -2898,0.5,0.255951455205554,0.079009663098814,0.161256730836613,0.227660527697028,0.585763589812422 -2899,0.5,0.255951455205554,0.0223694086378077,0.175483281176086,0.0841995943873601,0.580457571446665 -2900,0.5,0.255951455205554,1.12773506878995e-05,0.180715026211578,0.0,0.550197250896282 -2901,0.5,0.255951455205554,0.0,0.204984736855923,0.0,0.53929728895108 -2902,0.5,0.255951455205554,0.0,0.231420257502994,0.0,0.680538345860204 -2903,0.5,0.255951455205554,0.0,0.244679960061788,0.0,0.868657956787978 -2904,0.5,0.255951455205554,0.0,0.249781904443419,0.0,0.922343842415886 -2905,0.5,0.255951455205554,0.0,0.253502672593968,0.0,0.940482389416212 -2906,0.5,0.255951455205554,0.0,0.263473678026777,0.0,0.930655600893493 -2907,0.5,0.255951455205554,0.0,0.276429793244652,0.0,0.914035583005693 -2908,0.5,0.255951455205554,0.0,0.296782524087045,0.0,0.906055913930557 -2909,0.5,0.255951455205554,0.0,0.309860772769266,0.0,0.912674139618373 -2910,0.5,0.255951455205554,0.00579385905476082,0.343900192097933,0.00591314211068909,0.922209261106778 -2911,0.5,0.255951455205554,0.0480281520585456,0.421144838742295,0.0251312253254203,0.925588208918122 -2912,0.5,0.255951455205554,0.107371958496527,0.50183129342689,0.0511595835215129,0.915284033401883 -2913,0.5,0.255951455205554,0.168072373887455,0.564779063047476,0.107055984012498,0.898305337406894 -2914,0.5,0.255951455205554,0.221703255858649,0.61602239747435,0.152395046467072,0.895915435662238 -2915,0.5,0.255951455205554,0.280284057434655,0.666388820935748,0.262751325390723,0.897609304992131 -2916,0.5,0.255951455205554,0.291511767846065,0.703027755987842,0.582278074571696,0.898560547189689 -2917,0.5,0.255951455205554,0.29449321024914,0.727309003363092,0.710486620153975,0.88274997533259 -2918,0.5,0.255951455205554,0.269139466073234,0.742567507093706,0.734535884474017,0.832668878770261 -2919,0.5,0.255951455205554,0.24158225108859,0.737286207108518,0.667615038276016,0.762634108813467 -2920,0.5,0.255951455205554,0.181216293324035,0.713592645486511,0.542457490984567,0.71328180142691 -2921,0.5,0.255951455205554,0.112861591858624,0.666890672939185,0.40124921468067,0.746363991367046 -2922,0.5,0.255951455205554,0.0599032601133701,0.598412442880413,0.246962480962229,0.804782426921168 -2923,0.5,0.255951455205554,0.0183500624769393,0.496642421578811,0.085118809479284,0.830595929784363 -2924,0.5,0.255951455205554,4.02013994594031e-06,0.396726137128369,0.0,0.82303435766621 -2925,0.5,0.255951455205554,0.0,0.346590452332679,0.0,0.790695629215735 -2926,0.5,0.255951455205554,0.0,0.306409561481243,0.0,0.720413203610658 -2927,0.5,0.255951455205554,0.0,0.270906129907587,0.0,0.627888587810271 -2928,0.5,0.255951455205554,0.0,0.243254690859289,0.0,0.506757375844489 -2929,0.5,0.255951455205554,0.0,0.218771054765039,0.0,0.368294940116639 -2930,0.5,0.255951455205554,0.0,0.195186873727285,0.0,0.285212158625374 -2931,0.5,0.255951455205554,0.0,0.179687984143556,0.0,0.240924876012857 -2932,0.5,0.255951455205554,0.0,0.16704442961505,0.0,0.228358332174531 -2933,0.5,0.255951455205554,0.0,0.150386329399391,0.0,0.232443494540194 -2934,0.5,0.255951455205554,0.0107198012694711,0.13701890317237,0.0314271779777443,0.250742444668432 -2935,0.5,0.255951455205554,0.0622908504402741,0.159885490480037,0.120002716449153,0.223685091098322 -2936,0.5,0.255951455205554,0.146290762490478,0.216943050345486,0.255847455959394,0.194883749209451 -2937,0.5,0.255951455205554,0.247543290302489,0.261954372062436,0.397352276899284,0.181054595478327 -2938,0.5,0.255951455205554,0.358731983654117,0.290854346001235,0.543716829480178,0.185153701935403 -2939,0.5,0.255951455205554,0.457950096095905,0.325204865983587,0.663419055667176,0.184977859973377 -2940,0.5,0.255951455205554,0.523700166357523,0.361121468885738,0.72886178649281,0.158322059838781 -2941,0.5,0.255951455205554,0.554060775096827,0.387977968298085,0.751935897921252,0.15172226605168 -2942,0.5,0.255951455205554,0.536912682806635,0.40487533593811,0.726204380821658,0.159060858019932 -2943,0.5,0.255951455205554,0.478063761888104,0.415563091907963,0.639585675725946,0.180165903435447 -2944,0.5,0.255951455205554,0.384132504117389,0.41521405738041,0.533269416576672,0.19595045054513 -2945,0.5,0.255951455205554,0.276573022979681,0.382977623864972,0.396057518412555,0.260324132130152 -2946,0.5,0.255951455205554,0.168842589196448,0.28793410298725,0.245984262919817,0.295459470233014 -2947,0.5,0.255951455205554,0.0428344366841033,0.190579031948173,0.0874700637942767,0.292170128064719 -2948,0.5,0.255951455205554,2.6071124080332e-07,0.124588487256597,0.0,0.246203521888971 -2949,0.5,0.255951455205554,0.0,0.0924055729261431,0.0,0.2085956262627 -2950,0.5,0.255951455205554,0.0,0.0770233219187403,0.0,0.200875940519998 -2951,0.5,0.255951455205554,0.0,0.07059086685057,0.0,0.216964526287274 -2952,0.5,0.255951455205554,0.0,0.0705885436168012,0.0,0.224926386054371 -2953,0.5,0.255951455205554,0.0,0.0737491393330862,0.0,0.215449371021811 -2954,0.5,0.255951455205554,0.0,0.0775432327966331,0.0,0.184877124228176 -2955,0.5,0.255951455205554,0.0,0.080145293551666,0.0,0.16195586693144 -2956,0.5,0.255951455205554,0.0,0.085064027926622,0.0,0.145840122600207 -2957,0.5,0.255951455205554,0.0,0.0875861962094928,0.0,0.130076524909238 -2958,0.5,0.255951455205554,0.0216280798622832,0.0829781462468067,0.0321800994895434,0.119898028020018 -2959,0.5,0.255951455205554,0.113965715083919,0.10350986804774,0.11773890269428,0.107061724515078 -2960,0.5,0.255951455205554,0.249540675906137,0.193399533568339,0.249272557942249,0.0840284952489734 -2961,0.5,0.255951455205554,0.398007974679101,0.263745721458675,0.387441555244637,0.0575904213492842 -2962,0.5,0.255951455205554,0.545853205567525,0.294496247886229,0.530802618940103,0.0416634279475505 -2963,0.5,0.255951455205554,0.660838710753327,0.30551084658053,0.626726987621561,0.0324808022178952 -2964,0.5,0.255951455205554,0.724840893448233,0.304932310857806,0.673546784412998,0.0280957262350832 -2965,0.5,0.255951455205554,0.747366222264599,0.29418093360901,0.664351617398392,0.0270972468872437 -2966,0.5,0.255951455205554,0.720450465793439,0.270103738171332,0.595113285635356,0.0320248910727022 -2967,0.5,0.255951455205554,0.643948735198149,0.241593866123501,0.514574985165753,0.0360788444246349 -2968,0.5,0.255951455205554,0.516210029031951,0.208274164712103,0.360941141900685,0.0409026927502314 -2969,0.5,0.255951455205554,0.365824954801677,0.163821598241269,0.259830398231095,0.0479981089727672 -2970,0.5,0.255951455205554,0.217930148072946,0.100131658774288,0.164923335421913,0.0570446216890602 -2971,0.5,0.255951455205554,0.0536665819290209,0.0432753710244794,0.0789618593010652,0.0755223918233243 -2972,0.5,0.255951455205554,0.0,0.0219181762004028,0.0,0.099075293843574 -2973,0.5,0.255951455205554,0.0,0.0134685654945765,0.0,0.11745462363552 -2974,0.5,0.255951455205554,0.0,0.00926782625790071,0.0,0.123433955813668 -2975,0.5,0.255951455205554,0.0,0.00788372080220743,0.0,0.14714727138583 -2976,0.5,0.255951455205554,0.0,0.00777887564654628,0.0,0.198343273681412 -2977,0.5,0.255951455205554,0.0,0.00680845763515197,0.0,0.244823497949798 -2978,0.5,0.255951455205554,0.0,0.00574623157214665,0.0,0.276663662172119 -2979,0.5,0.255951455205554,0.0,0.00588231234418627,0.0,0.293325374948503 -2980,0.5,0.255951455205554,0.0,0.00776101183858628,0.0,0.301899880060117 -2981,0.5,0.255951455205554,0.0,0.0104639654530468,0.0,0.285798972600347 -2982,0.5,0.255951455205554,0.0190504374192244,0.0144312548565292,0.00756063248470283,0.265706727999083 -2983,0.5,0.255951455205554,0.099027817192324,0.0210840618789408,0.028527612640972,0.257350381153914 -2984,0.5,0.255951455205554,0.211524933920565,0.0320512132735962,0.0690865516776275,0.272714888038919 -2985,0.5,0.255951455205554,0.333585007203941,0.0391008970790647,0.0431883655811918,0.230374612308309 -2986,0.5,0.255951455205554,0.455363921397717,0.0423024949849997,0.0310698346574046,0.18681124585625 -2987,0.5,0.255951455205554,0.55251755583773,0.043005379364108,0.0336075406491231,0.149952660328266 -2988,0.5,0.255951455205554,0.606948129294602,0.0441388930831013,0.056674255147625,0.105574401137754 -2989,0.5,0.255951455205554,0.628239690294441,0.0398351422748936,0.0644291672655994,0.0751046929237759 -2990,0.5,0.255951455205554,0.611140965221439,0.0336782521457545,0.0785672044333055,0.0684247848014655 -2991,0.5,0.255951455205554,0.555804680871596,0.0269457219412674,0.0680237788048558,0.0585353449683395 -2992,0.5,0.255951455205554,0.453631868283838,0.0211144918237114,0.0530518023248592,0.0311857964971297 -2993,0.5,0.255951455205554,0.323029767475804,0.0185616415767636,0.0391469330537515,0.0114701168015607 -2994,0.5,0.255951455205554,0.19291117960961,0.0156038893794174,0.00760588102469008,0.00476978348041134 -2995,0.5,0.255951455205554,0.0493481756972778,0.01513283198461,0.00138320583866998,0.00247293409735018 -2996,0.5,0.255951455205554,7.70397050682612e-06,0.0248433793913774,0.000424793528525838,0.00850536904348772 -2997,0.5,0.255951455205554,0.0,0.0359499883372214,0.0,0.0350697326528554 -2998,0.5,0.255951455205554,0.0,0.0466036722017686,0.0,0.0826506776447538 -2999,0.5,0.255951455205554,0.0,0.0573182506637542,0.0,0.141452116696381 -3000,0.5,0.255951455205554,0.0,0.0655908929588199,0.0,0.175668591508256 -3001,0.5,0.255951455205554,0.0,0.073302282910445,0.0,0.16255053102617 -3002,0.5,0.255951455205554,0.0,0.080963748377921,0.0,0.157955547486567 -3003,0.5,0.255951455205554,0.0,0.0868042203930498,0.0,0.182255612350132 -3004,0.5,0.255951455205554,0.0,0.094906747308105,0.0,0.215095785516176 -3005,0.5,0.255951455205554,0.0,0.102422837150419,0.0,0.240712339995971 -3006,0.5,0.255951455205554,0.0219052420498534,0.102374105624854,0.0209695983158559,0.260809364637137 -3007,0.5,0.255951455205554,0.105416297845841,0.123290678339303,0.080534855135315,0.281770071307296 -3008,0.5,0.255951455205554,0.218434692359178,0.198171711260844,0.13131567646119,0.307926459795419 -3009,0.5,0.255951455205554,0.341675610290996,0.304186859593619,0.210714884057507,0.297243510375617 -3010,0.5,0.255951455205554,0.459959055398276,0.387219539180085,0.362541940297471,0.247769434354125 -3011,0.5,0.255951455205554,0.548664936794802,0.44540256152526,0.485036260283878,0.180823195670171 -3012,0.5,0.255951455205554,0.595146094311362,0.498883065347648,0.560390228043657,0.143446177032263 -3013,0.5,0.255951455205554,0.602234062799986,0.575116010777469,0.603672629043875,0.199014896334765 -3014,0.5,0.255951455205554,0.554433494685075,0.631835810060522,0.584837622788189,0.379482081342696 -3015,0.5,0.255951455205554,0.444575921475767,0.649621732626205,0.473929280421439,0.613858439905269 -3016,0.5,0.255951455205554,0.316561185047593,0.590785045388039,0.197042174461154,0.549950868971229 -3017,0.5,0.255951455205554,0.203132793359683,0.471534899975533,0.141637897089792,0.500931011969554 -3018,0.5,0.255951455205554,0.10222644385462,0.334564271124869,0.0701007855339311,0.365991945261646 -3019,0.5,0.255951455205554,0.0311829855210874,0.246295564282177,0.033338372293135,0.206031761278099 -3020,0.5,0.255951455205554,1.67242106065528e-05,0.160079856621292,0.0,0.0819963003127332 -3021,0.5,0.255951455205554,0.0,0.121535382881029,0.0,0.0592211048860325 -3022,0.5,0.255951455205554,0.0,0.11190309750688,0.0,0.191980258874706 -3023,0.5,0.255951455205554,0.0,0.108326722645413,0.0,0.249878923964842 -3024,0.5,0.255951455205554,0.0,0.120790820738519,0.0,0.205269379633207 -3025,0.5,0.255951455205554,0.0,0.137660777473768,0.0,0.0928536951677121 -3026,0.5,0.255951455205554,0.0,0.149012768557677,0.0,0.0395641107229497 -3027,0.5,0.255951455205554,0.0,0.151225033508628,0.0,0.0613880817485325 -3028,0.5,0.255951455205554,0.0,0.147055169046392,0.0,0.106765461446948 -3029,0.5,0.255951455205554,0.0,0.138629076687868,0.0,0.153727879002131 -3030,0.5,0.255951455205554,0.00700982274933034,0.152887603764715,0.0218996112217349,0.167929644520289 -3031,0.5,0.255951455205554,0.0392202201144319,0.224273023917021,0.0848480618459459,0.150088239070884 -3032,0.5,0.255951455205554,0.0857245992665416,0.340024916855371,0.059073272011252,0.19525377910659 -3033,0.5,0.255951455205554,0.133950631247295,0.413189779834699,0.0948348631904764,0.314205792815156 -3034,0.5,0.255951455205554,0.185170464038102,0.4549930474824,0.232672082492113,0.252916834639614 -3035,0.5,0.255951455205554,0.238652366587496,0.492290989055448,0.500773685186806,0.175988617046616 -3036,0.5,0.255951455205554,0.255699479297323,0.469474827409844,0.485171108016071,0.248514624573079 -3037,0.5,0.255951455205554,0.266667059730395,0.470907528353789,0.483420339468868,0.321257982073094 -3038,0.5,0.255951455205554,0.263254670845178,0.47771015574695,0.37895502354359,0.336954402864942 -3039,0.5,0.255951455205554,0.228285624739822,0.443071190694217,0.258212733001143,0.38751710590762 -3040,0.5,0.255951455205554,0.188378273831747,0.398298922233263,0.122947049819148,0.556782377968697 -3041,0.5,0.255951455205554,0.138646351327134,0.36672825249072,0.344121009524645,0.617646783661862 -3042,0.5,0.255951455205554,0.0828234860016713,0.292448952899917,0.204582989751229,0.445876390440613 -3043,0.5,0.255951455205554,0.0321239932470444,0.211889150972666,0.0901833533053082,0.24132491997564 -3044,0.5,0.255951455205554,2.78549383572142e-05,0.16078039878708,0.0,0.225885413657137 -3045,0.5,0.255951455205554,0.0,0.144392317848645,0.0,0.464506246464263 -3046,0.5,0.255951455205554,0.0,0.154893137558988,0.0,0.658810392244635 -3047,0.5,0.255951455205554,0.0,0.195271847523096,0.0,0.721923794258149 -3048,0.5,0.255951455205554,0.0,0.263119562470918,0.0,0.81135565167699 -3049,0.5,0.255951455205554,0.0,0.32202098262194,0.0,0.795892754029691 -3050,0.5,0.255951455205554,0.0,0.364712297710235,0.0,0.834037892466736 -3051,0.5,0.255951455205554,0.0,0.38561489958255,0.0,0.853199364721102 -3052,0.5,0.255951455205554,0.0,0.395927667381178,0.0,0.832060356916365 -3053,0.5,0.255951455205554,8.01270188838675e-08,0.417760176839295,0.0,0.861546152707047 -3054,0.5,0.255951455205554,0.00665200612917987,0.452107833682276,0.000747762891935502,0.898788868064345 -3055,0.5,0.255951455205554,0.0345276108829152,0.526744415415891,0.0121620458019723,0.938379111297741 -3056,0.5,0.255951455205554,0.077737493343,0.597877528356355,0.0465186469294841,0.951557404657391 -3057,0.5,0.255951455205554,0.121729590416718,0.648039069990864,0.0152820118632355,0.921667761911238 -3058,0.5,0.255951455205554,0.168924529998202,0.70564301807571,0.0237110974666553,0.815304600507801 -3059,0.5,0.255951455205554,0.206751410583257,0.730579646169,0.00954427315399569,0.649341035307234 -3060,0.5,0.255951455205554,0.213432651364651,0.717467096365194,0.0112333690474653,0.605492775399795 -3061,0.5,0.255951455205554,0.223735553725253,0.699560523780205,0.00861999596957424,0.6776370936166 -3062,0.5,0.255951455205554,0.237819620174115,0.675449388871672,0.0106183649855003,0.649996397096549 -3063,0.5,0.255951455205554,0.228263874552045,0.620694933175621,0.0400692057960271,0.610549735418928 -3064,0.5,0.255951455205554,0.195779237920281,0.544400942568509,0.248290998809877,0.631753633108898 -3065,0.5,0.255951455205554,0.143717801082024,0.453358908571654,0.22243589557326,0.652030708436121 -3066,0.5,0.255951455205554,0.0775940416448102,0.356349504154457,0.149172772560604,0.61996479733925 -3067,0.5,0.255951455205554,0.0234098583511501,0.266969903321179,0.0460392035630552,0.509262214436982 -3068,0.5,0.255951455205554,2.77550736468367e-05,0.197242902376924,0.0,0.337771264254368 -3069,0.5,0.255951455205554,0.0,0.175088700318116,0.0,0.230977698472477 -3070,0.5,0.255951455205554,0.0,0.181141622236447,0.0,0.19140832148294 -3071,0.5,0.255951455205554,0.0,0.198648984676929,0.0,0.18776837152641 -3072,0.5,0.255951455205554,0.0,0.225043979461292,0.0,0.186734876604759 -3073,0.5,0.255951455205554,0.0,0.260108541862369,0.0,0.170504556432815 -3074,0.5,0.255951455205554,0.0,0.290931691466005,0.0,0.171249271105858 -3075,0.5,0.255951455205554,0.0,0.325667064369762,0.0,0.14235178456716 -3076,0.5,0.255951455205554,0.0,0.358968051554893,0.0,0.0937113029465273 -3077,0.5,0.255951455205554,5.46925008632157e-08,0.375832221061088,0.0,0.165709326461124 -3078,0.5,0.255951455205554,0.00220688371132944,0.397669108202449,0.0016487854502505,0.468294019141879 -3079,0.5,0.255951455205554,0.0148764367521718,0.450213654863746,0.00607396504184821,0.811127049378843 -3080,0.5,0.255951455205554,0.0362559208818085,0.510275988181304,0.0075763767740916,0.881027988060953 -3081,0.5,0.255951455205554,0.0576566013516327,0.579531042304463,0.00520594090518124,0.900108091647087 -3082,0.5,0.255951455205554,0.0798015342900669,0.64910412356277,0.00536491935783457,0.912524234409819 -3083,0.5,0.255951455205554,0.101803277100045,0.689707883223466,0.0173366549854574,0.890224575371991 -3084,0.5,0.255951455205554,0.140313743196677,0.76840706795524,0.0538196394597677,0.914091291956902 -3085,0.5,0.255951455205554,0.152224684461428,0.76433500261363,0.182254393871486,0.909383257106111 -3086,0.5,0.255951455205554,0.155363158255028,0.748100674791452,0.45055441770492,0.89324495087391 -3087,0.5,0.255951455205554,0.164139158727861,0.757509340496008,0.158472423511733,0.90916747058732 -3088,0.5,0.255951455205554,0.133463014188892,0.747870468159055,0.183600799836213,0.908480892767707 -3089,0.5,0.255951455205554,0.100019412022721,0.719625641430035,0.109006031798447,0.855502685515444 -3090,0.5,0.255951455205554,0.0649291401142303,0.650295390255832,0.0256479460423164,0.760829443677403 -3091,0.5,0.255951455205554,0.0235454211872322,0.568208382256686,0.0208398251837108,0.665688501551429 -3092,0.5,0.255951455205554,5.03568414276249e-05,0.475136681229743,0.0,0.661648688750864 -3093,0.5,0.255951455205554,0.0,0.427745485256638,0.0,0.732020470196234 -3094,0.5,0.255951455205554,0.0,0.43555965021266,0.0,0.832718498188252 -3095,0.5,0.255951455205554,0.0,0.451358708188928,0.0,0.921981013704376 -3096,0.5,0.255951455205554,0.0,0.478041323718221,0.0,0.91181321839817 -3097,0.5,0.255951455205554,0.0,0.509571467844055,0.0,0.918143109039092 -3098,0.5,0.255951455205554,0.0,0.526613951086886,0.0,0.946996913320369 -3099,0.5,0.255951455205554,0.0,0.506880291488155,0.0,0.934979182215304 -3100,0.5,0.255951455205554,0.0,0.449829662718143,0.0,0.810627090235788 -3101,0.5,0.255951455205554,2.9157874352663e-06,0.394920545056857,0.0,0.621766178082471 -3102,0.5,0.255951455205554,0.0126652088796123,0.378589991345562,0.00326895264872816,0.367019486491846 -3103,0.5,0.255951455205554,0.0650218315917433,0.408213902178045,0.0238721638951336,0.429640941064362 -3104,0.5,0.255951455205554,0.144440917526381,0.498824144247955,0.10056865352159,0.600019315232665 -3105,0.5,0.255951455205554,0.228878601719754,0.567416037560229,0.196788028087903,0.623798103003873 -3106,0.5,0.255951455205554,0.286490620564101,0.574490779274918,0.235507090274715,0.623475761922588 -3107,0.5,0.255951455205554,0.301735266418761,0.560521627325587,0.285334065181976,0.635148659637106 -3108,0.5,0.255951455205554,0.324068219409206,0.551703087281897,0.228901691075788,0.729660446802771 -3109,0.5,0.255951455205554,0.322150277332775,0.557864939587784,0.561846944460941,0.757492019169263 -3110,0.5,0.255951455205554,0.269332175446995,0.573548860836324,0.528010368546987,0.918077234244287 -3111,0.5,0.255951455205554,0.188911499322328,0.592353080016668,0.535824721279104,0.904859401743668 -3112,0.5,0.255951455205554,0.114362819304328,0.617664506200374,0.296377177117441,0.895877606053013 -3113,0.5,0.255951455205554,0.0638308205001625,0.620681093376308,0.0279010443083465,0.856794280094028 -3114,0.5,0.255951455205554,0.026645740441095,0.601277502316499,0.0182281412693741,0.591587859536656 -3115,0.5,0.255951455205554,0.00612821604929565,0.596434355575745,0.0156291469733796,0.49259051416689 -3116,0.5,0.255951455205554,4.63413783389858e-05,0.617006150069041,0.000734744534849502,0.475812474712837 -3117,0.5,0.255951455205554,0.0,0.627867452905706,0.0,0.747251508659272 -3118,0.5,0.255951455205554,0.0,0.63573144228878,0.0,0.741417224987534 -3119,0.5,0.255951455205554,0.0,0.654487549827122,0.0,0.800031762183027 -3120,0.5,0.255951455205554,0.0,0.660929354538616,0.0,0.786928023324515 -3121,0.5,0.255951455205554,0.0,0.654714872315401,0.0,0.765540090755304 -3122,0.5,0.255951455205554,0.0,0.673954589818495,0.0,0.637683532997264 -3123,0.5,0.255951455205554,0.0,0.708093883856505,0.0,0.427720894926118 -3124,0.5,0.255951455205554,0.0,0.725075690151521,0.0,0.293277363913407 -3125,0.5,0.255951455205554,4.74916574572281e-06,0.75983807124041,0.0,0.252244902484753 -3126,0.5,0.255951455205554,0.008829035328553,0.804682731122625,0.0195698310016302,0.304110746374107 -3127,0.5,0.255951455205554,0.0430731218145271,0.878118755995851,0.0641522442633945,0.588698923150902 -3128,0.5,0.255951455205554,0.0934263737301202,0.92745316834248,0.0421008535897534,0.872259820517564 -3129,0.5,0.255951455205554,0.14116176243005,0.93739847921116,0.0476871432490526,0.916305185322804 -3130,0.5,0.255951455205554,0.201553611786972,0.951455009391891,0.0518073961415864,0.860119896806283 -3131,0.5,0.255951455205554,0.225704049066011,0.969306281455585,0.0256542270116962,0.801681884339085 -3132,0.5,0.255951455205554,0.217455904855341,0.97346266813106,0.0178806611446122,0.840630746816791 -3133,0.5,0.255951455205554,0.207040130997676,0.967532446673869,0.0480672126588562,0.885255548222594 -3134,0.5,0.255951455205554,0.190880466459821,0.954716561551952,0.157067524932629,0.869595738950384 -3135,0.5,0.255951455205554,0.178866768969601,0.943594620091748,0.12654515883324,0.830859048213226 -3136,0.5,0.255951455205554,0.143311425922329,0.923754245066345,0.0600538971517759,0.811821841854023 -3137,0.5,0.255951455205554,0.102025620885771,0.88154048971558,0.0418895436414087,0.820075056581702 -3138,0.5,0.255951455205554,0.0514647008377611,0.818082336308144,0.0974113984640111,0.809433869945527 -3139,0.5,0.255951455205554,0.021399821858294,0.730907297512347,0.0223893033196542,0.717202289236791 -3140,0.5,0.255951455205554,7.47960231799498e-05,0.656196153521347,0.0,0.570763640685113 -3141,0.5,0.255951455205554,0.0,0.611297098344394,0.0,0.470390794316614 -3142,0.5,0.255951455205554,0.0,0.602455767870239,0.0,0.512611347037023 -3143,0.5,0.255951455205554,0.0,0.609217919004821,0.0,0.662294850020753 -3144,0.5,0.255951455205554,0.0,0.624904675490742,0.0,0.753301846874257 -3145,0.5,0.255951455205554,0.0,0.63377603744435,0.0,0.785402613947259 -3146,0.5,0.255951455205554,0.0,0.644469018028701,0.0,0.789075598853675 -3147,0.5,0.255951455205554,0.0,0.66140999833441,0.0,0.770700315406173 -3148,0.5,0.255951455205554,0.0,0.690651727931653,0.0,0.767177157899016 -3149,0.5,0.255951455205554,1.91521608129237e-05,0.702125464648199,0.0,0.774250618662625 -3150,0.5,0.255951455205554,0.0067418589514512,0.731725538304834,0.000711573188564449,0.787314657567059 -3151,0.5,0.255951455205554,0.0305614379335687,0.772566420504588,0.0399677471295189,0.822639494064158 -3152,0.5,0.255951455205554,0.0654547123908419,0.811326017415937,0.0740408192204054,0.849521725127854 -3153,0.5,0.255951455205554,0.10827588803651,0.851455418937993,0.151235851463352,0.85713687642404 -3154,0.5,0.255951455205554,0.144924345986586,0.869972946656501,0.201013694101018,0.834911997084364 -3155,0.5,0.255951455205554,0.173360720719263,0.871788547994654,0.224606290169303,0.83629357776876 -3156,0.5,0.255951455205554,0.181454691507997,0.855530107330254,0.130220707611204,0.823828322366574 -3157,0.5,0.255951455205554,0.203659100328446,0.829192655749264,0.00871311233820944,0.805589355184787 -3158,0.5,0.255951455205554,0.202570659972703,0.805830485608198,0.0220907905313024,0.792339038395723 -3159,0.5,0.255951455205554,0.17847425430643,0.768992560872984,0.167022166501015,0.745942674138702 -3160,0.5,0.255951455205554,0.155711285667089,0.719779772972096,0.167120430619062,0.690080464104998 -3161,0.5,0.255951455205554,0.117098495341459,0.657275928730021,0.108139277074806,0.597324447471482 -3162,0.5,0.255951455205554,0.0751003543623469,0.58789386680814,0.0690712191297351,0.565816571039546 -3163,0.5,0.255951455205554,0.0286737444100181,0.516256460885524,0.0108025884867914,0.510441395164981 -3164,0.5,0.255951455205554,8.56070835539849e-05,0.445220807636269,0.0,0.485668208624571 -3165,0.5,0.255951455205554,0.0,0.398197260778917,0.0,0.464167856553935 -3166,0.5,0.255951455205554,0.0,0.371423972905611,0.0,0.486941869570123 -3167,0.5,0.255951455205554,0.0,0.351539523199187,0.0,0.504080175434553 -3168,0.5,0.255951455205554,0.0,0.330134270646851,0.0,0.541046411086286 -3169,0.5,0.255951455205554,0.0,0.305656690888469,0.0,0.566202444433158 -3170,0.5,0.255951455205554,0.0,0.278946061629474,0.0,0.60131254715723 -3171,0.5,0.255951455205554,0.0,0.25959669657346,0.0,0.643114646692512 -3172,0.5,0.255951455205554,0.0,0.241617416941548,0.0,0.652377697382001 -3173,0.5,0.255951455205554,1.25968541160238e-05,0.220344320162843,0.0,0.639859097575028 -3174,0.5,0.255951455205554,0.00953561762779795,0.221191819020524,0.0122154086037765,0.48662105401843 -3175,0.5,0.255951455205554,0.0476477878059884,0.261315288879524,0.0363327296515163,0.406069694849296 -3176,0.5,0.255951455205554,0.102679472162277,0.320722045889419,0.0834316969334196,0.559123561023099 -3177,0.5,0.255951455205554,0.166493338170743,0.370219457092615,0.13016594555782,0.679020211077534 -3178,0.5,0.255951455205554,0.218765278148486,0.376823043622585,0.329491014248358,0.729403708202549 -3179,0.5,0.255951455205554,0.265847136619305,0.390480169220892,0.399568998773856,0.777268766815009 -3180,0.5,0.255951455205554,0.291059114533879,0.408220386459141,0.502917937386885,0.804024526952659 -3181,0.5,0.255951455205554,0.301800467605631,0.418264733268061,0.536484925378742,0.834192613705313 -3182,0.5,0.255951455205554,0.285855906520542,0.437914662888633,0.41401746354667,0.863464861633403 -3183,0.5,0.255951455205554,0.265095173175754,0.452886247645095,0.342128553894924,0.870773515454782 -3184,0.5,0.255951455205554,0.211450698537397,0.438331267277667,0.423674924129261,0.848155779705923 -3185,0.5,0.255951455205554,0.145914604554951,0.412796918325699,0.32231629863382,0.795341322730738 -3186,0.5,0.255951455205554,0.0813993019036765,0.357489712848136,0.211662752346304,0.732367044461841 -3187,0.5,0.255951455205554,0.0324303090148927,0.271540433570494,0.0293424068611296,0.7464758593079 -3188,0.5,0.255951455205554,2.45103194049915e-05,0.215795210209722,0.0,0.789586421246894 -3189,0.5,0.255951455205554,0.0,0.19714814012775,0.0,0.78340224425151 -3190,0.5,0.255951455205554,0.0,0.193649659731358,0.0,0.772341541011346 -3191,0.5,0.255951455205554,0.0,0.198617247009455,0.0,0.766683717511954 -3192,0.5,0.255951455205554,0.0,0.200489913475178,0.0,0.790363658495259 -3193,0.5,0.255951455205554,0.0,0.20613609779777,0.0,0.83976482116442 -3194,0.5,0.255951455205554,0.0,0.21391108866901,0.0,0.863991399110881 -3195,0.5,0.255951455205554,0.0,0.227264271695185,0.0,0.897656304077603 -3196,0.5,0.255951455205554,0.0,0.241556709455165,0.0,0.923009077426986 -3197,0.5,0.255951455205554,7.13254220925543e-05,0.250347740941492,0.0,0.93875025587932 -3198,0.5,0.255951455205554,0.0146111001826701,0.271767738160443,0.00599195793399016,0.947701982399385 -3199,0.5,0.255951455205554,0.0601233227576814,0.339987868144277,0.0309343566715524,0.942186330119422 -3200,0.5,0.255951455205554,0.120343286542692,0.412477314230002,0.0585944621613251,0.934120789652906 -3201,0.5,0.255951455205554,0.171012678771747,0.454788362582569,0.0912528077229051,0.931965703594519 -3202,0.5,0.255951455205554,0.219175513778907,0.461639873425181,0.119601137281719,0.919531398386484 -3203,0.5,0.255951455205554,0.272594733745703,0.471873528192867,0.166437902767218,0.900477556342368 -3204,0.5,0.255951455205554,0.297693142114375,0.484918406614669,0.244954115803001,0.890419908630375 -3205,0.5,0.255951455205554,0.290060131722164,0.48789401027963,0.423735035510576,0.894738172895439 -3206,0.5,0.255951455205554,0.278099333934029,0.488822456532142,0.384085885357403,0.889868264029675 -3207,0.5,0.255951455205554,0.228379922790851,0.469161010201017,0.432838555954072,0.872028319386561 -3208,0.5,0.255951455205554,0.167593575963564,0.427662219002061,0.224413684148442,0.854235282387953 -3209,0.5,0.255951455205554,0.113599130808987,0.369705686579474,0.248106758339014,0.831001885473728 -3210,0.5,0.255951455205554,0.0694137582817974,0.29052224908178,0.15128353551806,0.810574102301001 -3211,0.5,0.255951455205554,0.0270630235068679,0.199913629157916,0.0490708122687057,0.792820654860313 -3212,0.5,0.255951455205554,0.000100584752945294,0.129920640697795,0.0,0.740292628842346 -3213,0.5,0.255951455205554,0.0,0.0941944407103253,0.0,0.678057405985077 -3214,0.5,0.255951455205554,0.0,0.0781137112232376,0.0,0.553676780526301 -3215,0.5,0.255951455205554,0.0,0.0731137205948778,0.0,0.459241125361929 -3216,0.5,0.255951455205554,0.0,0.0703025353567782,0.0,0.381957392134978 -3217,0.5,0.255951455205554,0.0,0.0648058147327369,0.0,0.299814301222391 -3218,0.5,0.255951455205554,0.0,0.0600363320533794,0.0,0.249970977238881 -3219,0.5,0.255951455205554,0.0,0.0561724255912741,0.0,0.233257164456605 -3220,0.5,0.255951455205554,0.0,0.0527824264338492,0.0,0.194304731398928 -3221,0.5,0.255951455205554,4.33797911198633e-05,0.0461792344381799,0.0,0.150337616526744 -3222,0.5,0.255951455205554,0.0149630858072165,0.0464990814678124,0.0497981690670835,0.120817295249443 -3223,0.5,0.255951455205554,0.0650736096800101,0.0567164161149024,0.130337156154265,0.110010896191666 -3224,0.5,0.255951455205554,0.133734915375359,0.0744770753743001,0.246161896952727,0.0904706311160566 -3225,0.5,0.255951455205554,0.207949656133025,0.0903988107252933,0.374903661253209,0.0598851848593589 -3226,0.5,0.255951455205554,0.274140997611427,0.110328415116149,0.514437179103283,0.0326516801427184 -3227,0.5,0.255951455205554,0.333365015831422,0.141083882757331,0.600496439534175,0.0257615148013911 -3228,0.5,0.255951455205554,0.368728802013334,0.160937335479445,0.484716204560358,0.0195411375487945 -3229,0.5,0.255951455205554,0.387022074353932,0.183198234293134,0.466685933267791,0.0143528183596706 -3230,0.5,0.255951455205554,0.383896701082945,0.208248501325981,0.456219106128329,0.0125828346448523 -3231,0.5,0.255951455205554,0.363541372637256,0.24110897490503,0.418192273258986,0.0113549368302556 -3232,0.5,0.255951455205554,0.317961768922304,0.267252479871191,0.392589614204965,0.0102253274929627 -3233,0.5,0.255951455205554,0.246274560611927,0.266378792459215,0.318654218255579,0.00891074230479989 -3234,0.5,0.255951455205554,0.160602872936578,0.207985921320191,0.230599274189896,0.00559882259350677 -3235,0.5,0.255951455205554,0.0635367534623007,0.133342073874892,0.11008077558825,0.00180178188895785 -3236,0.5,0.255951455205554,0.000308289120283477,0.103474906736108,0.0,0.000837232462857227 -3237,0.5,0.255951455205554,0.0,0.0913638359079236,0.0,0.0005297425740508 -3238,0.5,0.255951455205554,0.0,0.0732715098224588,0.0,0.000328654825423792 -3239,0.5,0.255951455205554,0.0,0.0599996324718616,0.0,0.000238881019583662 -3240,0.5,0.255951455205554,0.0,0.0512424714700224,0.0,0.00117619545217567 -3241,0.5,0.255951455205554,0.0,0.0467471868128341,0.0,0.00209678964759084 -3242,0.5,0.255951455205554,0.0,0.0462655957327637,0.0,0.00382318163396773 -3243,0.5,0.255951455205554,0.0,0.0496283153412141,0.0,0.00549544497948051 -3244,0.5,0.255951455205554,0.0,0.0530607025691705,0.0,0.00840600420444983 -3245,0.5,0.255951455205554,0.000253976894521839,0.0538705352794671,0.000176458246267108,0.0102358111574916 -3246,0.5,0.255951455205554,0.0340783364554926,0.05339674841232,0.0509721419444425,0.0114589319096359 -3247,0.5,0.255951455205554,0.110649754322411,0.0703253995921019,0.132867090674749,0.0114713678209568 -3248,0.5,0.255951455205554,0.218089992483791,0.118146494557963,0.256331645388476,0.00910274001622374 -3249,0.5,0.255951455205554,0.33574029989541,0.182928573384032,0.379847389194785,0.00767710639353915 -3250,0.5,0.255951455205554,0.46210427651932,0.243141770331635,0.502653204950745,0.0114994349234879 -3251,0.5,0.255951455205554,0.574748324922146,0.310189508177618,0.591560559013387,0.015654387159326 -3252,0.5,0.255951455205554,0.642466178069186,0.381365822963291,0.641535503329871,0.0196628697479139 -3253,0.5,0.255951455205554,0.666920895548145,0.444959887939402,0.665918920706792,0.0219883137287101 -3254,0.5,0.255951455205554,0.633904023425132,0.483812832614139,0.64655743255355,0.0229120292125426 -3255,0.5,0.255951455205554,0.550985502516421,0.508750751875986,0.551558602755424,0.0196991564627894 -3256,0.5,0.255951455205554,0.4344591298158,0.515740620406125,0.138287897228024,0.0131818129573764 -3257,0.5,0.255951455205554,0.306217281209777,0.477442051579055,0.059131262202071,0.00939042111992501 -3258,0.5,0.255951455205554,0.187065364105103,0.340606592993574,0.118768615005761,0.00910372592093448 -3259,0.5,0.255951455205554,0.0669418430418954,0.209824558267479,0.0588662694303058,0.00843360189473177 -3260,0.5,0.255951455205554,0.000790095575098684,0.158951788641736,0.0,0.00507202227733125 -3261,0.5,0.255951455205554,0.0,0.131364195836,0.0,0.00240010307973012 -3262,0.5,0.255951455205554,0.0,0.103627741017077,0.0,0.00121169251841257 -3263,0.5,0.255951455205554,0.0,0.0808725394538954,0.0,0.00179107554649685 -3264,0.5,0.255951455205554,0.0,0.0652834309231906,0.0,0.00206248749545402 -3265,0.5,0.255951455205554,0.0,0.0551185234221927,0.0,0.00181101398104905 -3266,0.5,0.255951455205554,0.0,0.0485020962762815,0.0,0.00158094826912961 -3267,0.5,0.255951455205554,0.0,0.0445122475740988,0.0,0.0012460182816066 -3268,0.5,0.255951455205554,0.0,0.0427431357075264,0.0,0.00152749091421739 -3269,0.5,0.255951455205554,0.00021578662166564,0.0407496864960716,1.9956869593385e-05,0.00224076791723486 -3270,0.5,0.255951455205554,0.0275546654574299,0.0415052271974319,0.00539722373397493,0.00239086529064152 -3271,0.5,0.255951455205554,0.0930985374351411,0.0542573277564768,0.0521383982187921,0.00237785581560106 -3272,0.5,0.255951455205554,0.184573847035846,0.0885923714834581,0.216938231392704,0.00269312616137311 -3273,0.5,0.255951455205554,0.278472201788902,0.135405597503179,0.341910912050155,0.00291970262981277 -3274,0.5,0.255951455205554,0.364004109077293,0.196693415283278,0.41216785473518,0.00361740168266733 -3275,0.5,0.255951455205554,0.414913771609956,0.253065809948656,0.450005369432275,0.00485539340407819 -3276,0.5,0.255951455205554,0.419539229632961,0.285172076473197,0.581386478275783,0.00523995172810358 -3277,0.5,0.255951455205554,0.402023085921181,0.2896795361832,0.570956510952918,0.00487500850926109 -3278,0.5,0.255951455205554,0.373933281912405,0.277918119784571,0.625784661605025,0.00406538630695061 -3279,0.5,0.255951455205554,0.326008734714715,0.258613198279316,0.576571449406677,0.00353724499160428 -3280,0.5,0.255951455205554,0.259005282373022,0.228822829340411,0.461040523339553,0.00262113913796771 -3281,0.5,0.255951455205554,0.189231662383513,0.193022091598702,0.362117970642885,0.00186497205152799 -3282,0.5,0.255951455205554,0.118364714998023,0.144105712454458,0.230022589362072,0.00115429835945903 -3283,0.5,0.255951455205554,0.048957604109165,0.105279824052903,0.109520142092425,0.000596243755787892 -3284,0.5,0.255951455205554,0.00119332318915671,0.0867091687550924,0.0,0.000351359256957204 -3285,0.5,0.255951455205554,0.0,0.0801991031021985,0.0,0.00133259631114825 -3286,0.5,0.255951455205554,0.0,0.0769867745661675,0.0,0.000515898599202488 -3287,0.5,0.255951455205554,0.0,0.0703664482170624,0.0,0.000505571320894127 -3288,0.5,0.255951455205554,0.0,0.0632445807724478,0.0,0.000447852476331619 -3289,0.5,0.255951455205554,0.0,0.0578765671478676,0.0,0.000216402997687741 -3290,0.5,0.255951455205554,0.0,0.0522456359308204,0.0,0.000619023870081762 -3291,0.5,0.255951455205554,0.0,0.0385576155848632,0.0,0.000986532741197826 -3292,0.5,0.255951455205554,0.0,0.0339556590807226,0.0,0.000167301811088798 -3293,0.5,0.255951455205554,2.91725811172221e-05,0.0294322092588851,0.000673077804207546,0.000130042377705993 -3294,0.5,0.255951455205554,0.0181309911181088,0.02775177242243,0.0388867630999734,0.00112559666986685 -3295,0.5,0.255951455205554,0.0653443614620314,0.0317499703666121,0.107177902571194,0.00119307398296821 -3296,0.5,0.255951455205554,0.124918486308527,0.0398385000714197,0.204458735682813,0.00254625136472028 -3297,0.5,0.255951455205554,0.190057569234301,0.0482444287671681,0.27485085964075,0.00376642009496898 -3298,0.5,0.255951455205554,0.252823138880588,0.0567399871653922,0.357724613671879,0.00430485636319172 -3299,0.5,0.255951455205554,0.304361063540571,0.0676165621372972,0.371650791163868,0.00616698069749624 -3300,0.5,0.255951455205554,0.315919444667225,0.0774310873293282,0.317320974307862,0.00865363452040363 -3301,0.5,0.255951455205554,0.314890656223891,0.0784727746086593,0.349551392777254,0.0122511068709324 -3302,0.5,0.255951455205554,0.303759231444569,0.0777637332947897,0.304852155103416,0.0156589000717981 -3303,0.5,0.255951455205554,0.270393165229187,0.0809799374577882,0.268790586336223,0.0180733337782259 -3304,0.5,0.255951455205554,0.230858086918678,0.0825382228007186,0.241877177059841,0.0281689567895461 -3305,0.5,0.255951455205554,0.17733876965255,0.07678081991233,0.223260577529588,0.0434337134591127 -3306,0.5,0.255951455205554,0.118770236948397,0.0634669923786129,0.126840038113051,0.051854013498776 -3307,0.5,0.255951455205554,0.0509963062774495,0.0457116543944406,0.0288114862226792,0.0499944446942495 -3308,0.5,0.255951455205554,0.00172156959033708,0.0333980081508801,0.00259982788292188,0.0460185229605779 -3309,0.5,0.255951455205554,0.0,0.0305761955815644,0.0,0.0532910437294499 -3310,0.5,0.255951455205554,0.0,0.028829781928747,0.0,0.0765330375212506 -3311,0.5,0.255951455205554,0.0,0.0293491703154326,0.0,0.0958646680517543 -3312,0.5,0.255951455205554,0.0,0.0294008213840623,0.0,0.109580733013622 -3313,0.5,0.255951455205554,0.0,0.0275335897757542,0.0,0.119237745316915 -3314,0.5,0.255951455205554,0.0,0.0271385274882963,0.0,0.108612677968358 -3315,0.5,0.255951455205554,0.0,0.0287151469103034,0.0,0.0751971022035472 -3316,0.5,0.255951455205554,0.0,0.0309481322492922,0.0,0.0492119980614583 -3317,0.5,0.255951455205554,0.000238560372602948,0.033427014402892,0.000161102900394915,0.0412936926809361 -3318,0.5,0.255951455205554,0.0320908006747099,0.0383140493774277,0.0086130467292539,0.0453149410316861 -3319,0.5,0.255951455205554,0.106376019094191,0.0569166799446172,0.0466668568809603,0.0577491611344164 -3320,0.5,0.255951455205554,0.213196667341239,0.0924787034776911,0.0748571010085739,0.068846894565683 -3321,0.5,0.255951455205554,0.333159391060212,0.124428128570628,0.0858346605213101,0.0722879693339517 -3322,0.5,0.255951455205554,0.455333159701326,0.13522653600219,0.144307099140189,0.0807649833463889 -3323,0.5,0.255951455205554,0.550582120376116,0.128230159001907,0.275907139350338,0.0939602657758724 -3324,0.5,0.255951455205554,0.609673607904258,0.118247290791542,0.570925175246403,0.0998809353196265 -3325,0.5,0.255951455205554,0.631768826380193,0.110813034612947,0.469376369455378,0.098658016666105 -3326,0.5,0.255951455205554,0.607653746769849,0.105701259418168,0.349259134797782,0.11035605510566 -3327,0.5,0.255951455205554,0.537875611468843,0.108040810323086,0.259506260393582,0.146847266992385 -3328,0.5,0.255951455205554,0.443949177648762,0.115049936356177,0.249920331941256,0.205962545015411 -3329,0.5,0.255951455205554,0.325446095378544,0.116761362508567,0.364361877755229,0.259882046591628 -3330,0.5,0.255951455205554,0.211076262284545,0.0897535220644023,0.248731937973233,0.261041734474828 -3331,0.5,0.255951455205554,0.0736187857968308,0.0616229610328504,0.121346623605137,0.241609034655321 -3332,0.5,0.255951455205554,0.00285934559968993,0.0708826819288416,0.0223098361595205,0.250909753297061 -3333,0.5,0.255951455205554,0.0,0.0769902849079774,0.0,0.269074381575059 -3334,0.5,0.255951455205554,0.0,0.0708857411304263,0.0,0.295457251604361 -3335,0.5,0.255951455205554,0.0,0.0646027899475567,0.0,0.343107550607051 -3336,0.5,0.255951455205554,0.0,0.0599608660669217,0.0,0.368139476464671 -3337,0.5,0.255951455205554,0.0,0.0554362525319536,0.0,0.33957622430629 -3338,0.5,0.255951455205554,0.0,0.051950959397144,0.0,0.310547271389965 -3339,0.5,0.255951455205554,0.0,0.0481134796675116,0.0,0.283013563586015 -3340,0.5,0.255951455205554,0.0,0.0440253802059629,0.0,0.262334303457205 -3341,0.5,0.255951455205554,0.000530848624671292,0.0406683878793392,0.00181920509986798,0.266177585712742 -3342,0.5,0.255951455205554,0.042637858250651,0.0358439647492478,0.0541077112313089,0.276271853644376 -3343,0.5,0.255951455205554,0.126448302934043,0.0350611301592782,0.134182605964202,0.242453577049455 -3344,0.5,0.255951455205554,0.247999776808564,0.0487527956746631,0.256283311840122,0.195979111502666 -3345,0.5,0.255951455205554,0.381334048952248,0.0685497635686954,0.383817252962511,0.176521286780883 -3346,0.5,0.255951455205554,0.515224673630158,0.0776124766366575,0.519119727120056,0.1478488181381 -3347,0.5,0.255951455205554,0.618895673315001,0.0871436297073938,0.627379397000869,0.108593039896567 -3348,0.5,0.255951455205554,0.67680769680905,0.0976182872178216,0.687856572993,0.090214239240857 -3349,0.5,0.255951455205554,0.688739117133734,0.108030769215423,0.708255876618244,0.0884022657775054 -3350,0.5,0.255951455205554,0.657042515131972,0.114503162111985,0.689296906572625,0.0945768327863827 -3351,0.5,0.255951455205554,0.590968336364769,0.113866967512661,0.621965477697101,0.105939028042561 -3352,0.5,0.255951455205554,0.478368951968958,0.115181578952918,0.50633459266436,0.108190924956343 -3353,0.5,0.255951455205554,0.346314560697412,0.106702374189666,0.37440562680687,0.130835476416561 -3354,0.5,0.255951455205554,0.216501641675831,0.0618565601310077,0.243129911375997,0.129373572536224 -3355,0.5,0.255951455205554,0.0742489328422572,0.0600849409608961,0.11845187175495,0.129944703787927 -3356,0.5,0.255951455205554,0.00364472221229908,0.0644007798125961,0.0228732819905916,0.13496376919369 -3357,0.5,0.255951455205554,0.0,0.0663035848259184,0.0,0.121783058101791 -3358,0.5,0.255951455205554,0.0,0.0627337279878214,0.0,0.111253896405988 -3359,0.5,0.255951455205554,0.0,0.058399491287547,0.0,0.115909826181516 -3360,0.5,0.255951455205554,0.0,0.0567093202004662,0.0,0.136327553742898 -3361,0.5,0.255951455205554,0.0,0.0552976054920966,0.0,0.147343258750151 -3362,0.5,0.255951455205554,0.0,0.0532327974470951,0.0,0.158220589358974 -3363,0.5,0.255951455205554,0.0,0.0526912047082764,0.0,0.154038463264313 -3364,0.5,0.255951455205554,0.0,0.0532071078719409,0.0,0.102492866749463 -3365,0.5,0.255951455205554,0.000589753488811862,0.0512020981780523,0.00202435391894503,0.0468015250846061 -3366,0.5,0.255951455205554,0.0431394120021209,0.045132557762024,0.0539454816756024,0.0184881167761453 -3367,0.5,0.255951455205554,0.125172742667209,0.0428891331654572,0.130624845830268,0.0118557178164075 -3368,0.5,0.255951455205554,0.241534207918995,0.0627284296312356,0.237121012570148,0.0137463950698142 -3369,0.5,0.255951455205554,0.371416798145911,0.0845483678648412,0.33329544398858,0.00714733442110733 -3370,0.5,0.255951455205554,0.502258300260243,0.0995622367880464,0.480253613822766,0.00754724610051091 -3371,0.5,0.255951455205554,0.60374624230389,0.109522763473644,0.590626601311837,0.00842744049262032 -3372,0.5,0.255951455205554,0.659682351330454,0.122882092331327,0.655912739853683,0.0100523416505559 -3373,0.5,0.255951455205554,0.672161225575935,0.14509822066228,0.684307580342624,0.0147516654186056 -3374,0.5,0.255951455205554,0.646208896887186,0.166838613658464,0.66267576952852,0.023085039377973 -3375,0.5,0.255951455205554,0.578827936671455,0.186940783847951,0.513985188938399,0.033768764022101 -3376,0.5,0.255951455205554,0.467940328813616,0.19865258109521,0.467742411791536,0.0466368743354293 -3377,0.5,0.255951455205554,0.336057503489817,0.188634599017472,0.360874509985496,0.0687577286958104 -3378,0.5,0.255951455205554,0.212797410153666,0.107494447064628,0.228424336547187,0.104353376993495 -3379,0.5,0.255951455205554,0.0769000473936484,0.111590910686559,0.105898421035416,0.119302530190375 -3380,0.5,0.255951455205554,0.0044933690165205,0.135876768115272,0.0274667479870768,0.100990443219797 -3381,0.5,0.255951455205554,0.0,0.158126574685101,0.0,0.100700676569091 -3382,0.5,0.255951455205554,0.0,0.162200667389208,0.0,0.125469131775971 -3383,0.5,0.255951455205554,0.0,0.156696637844069,0.0,0.180600644687736 -3384,0.5,0.255951455205554,0.0,0.149059557705048,0.0,0.268910273175388 -3385,0.5,0.255951455205554,0.0,0.14468276200906,0.0,0.426866651641001 -3386,0.5,0.255951455205554,0.0,0.147276504207214,0.0,0.507262203375652 -3387,0.5,0.255951455205554,0.0,0.15726410771303,0.0,0.480030021759895 -3388,0.5,0.255951455205554,0.0,0.167343917299403,0.0,0.474682787067718 -3389,0.5,0.255951455205554,0.000664546444882069,0.18096922641083,0.0022175228600852,0.469604983430483 -3390,0.5,0.255951455205554,0.040380075590319,0.189571725728915,0.0483728601035218,0.448497230597756 -3391,0.5,0.255951455205554,0.1202542814885,0.258621135605946,0.118612626536426,0.380350641212829 -3392,0.5,0.255951455205554,0.235477971056073,0.351412280314345,0.223347867297595,0.239122736041013 -3393,0.5,0.255951455205554,0.358100988418449,0.422014060837797,0.31868085570837,0.16794447871253 -3394,0.5,0.255951455205554,0.487833874119287,0.414785556528569,0.449356707107282,0.219487737718092 -3395,0.5,0.255951455205554,0.581220136768959,0.352685928285039,0.545124735569475,0.226145254105579 -3396,0.5,0.255951455205554,0.632973510392167,0.291151193871977,0.622093448253115,0.208681371811371 -3397,0.5,0.255951455205554,0.64259739895614,0.265872549117394,0.667366188569039,0.146996192475506 -3398,0.5,0.255951455205554,0.609124071309941,0.244336150405121,0.60933197574734,0.0896722792824073 -3399,0.5,0.255951455205554,0.535170075583911,0.209800856383395,0.451601165602648,0.0457901751740985 -3400,0.5,0.255951455205554,0.436218821121675,0.166884192851076,0.33393673149999,0.0242967020557117 -3401,0.5,0.255951455205554,0.305582796832009,0.10275384314818,0.251421134733047,0.0118834210887861 -3402,0.5,0.255951455205554,0.188990594634152,0.0494999625511116,0.139365090120132,0.0072347023970943 -3403,0.5,0.255951455205554,0.0663027445589717,0.0355557669806599,0.0621841509874031,0.00461828315210059 -3404,0.5,0.255951455205554,0.00440884762089265,0.0376835635192565,0.0177239647749244,0.0029900741187357 -3405,0.5,0.255951455205554,0.0,0.0398358122393149,0.0,0.0113005974916839 -3406,0.5,0.255951455205554,0.0,0.0426736231752867,0.0,0.0438342082498079 -3407,0.5,0.255951455205554,0.0,0.0462607274568514,0.0,0.0408547914523337 -3408,0.5,0.255951455205554,0.0,0.0611013231469006,0.0,0.0683688115114709 -3409,0.5,0.255951455205554,0.0,0.079616626148796,0.0,0.109213276518581 -3410,0.5,0.255951455205554,0.0,0.0995225044879396,0.0,0.167985222175045 -3411,0.5,0.255951455205554,0.0,0.110063698218315,0.0,0.24142888602985 -3412,0.5,0.255951455205554,0.0,0.112093781172001,0.0,0.2935143640987 -3413,0.5,0.255951455205554,0.000630153560824463,0.122536661713752,0.0021081555254657,0.283396061165908 -3414,0.5,0.255951455205554,0.0175062218656358,0.179732080033601,0.0429636034676747,0.240794876283725 -3415,0.5,0.255951455205554,0.053923838024415,0.245321679002028,0.111284763633279,0.225413506373661 -3416,0.5,0.255951455205554,0.11134264110995,0.284220042982239,0.0563049865438132,0.191614342642369 -3417,0.5,0.255951455205554,0.185279722832484,0.294654495197091,0.0306778220044678,0.103039518494669 -3418,0.5,0.255951455205554,0.260047876347854,0.29001842623454,0.00275414873885763,0.073143232825782 -3419,0.5,0.255951455205554,0.318577816174739,0.278862305866115,0.00289142763493125,0.0558557014026761 -3420,0.5,0.255951455205554,0.344524046934784,0.261516960726797,0.028824735394779,0.0342005190817638 -3421,0.5,0.255951455205554,0.355598977242906,0.247621618422933,0.313144293099726,0.0247247272851624 -3422,0.5,0.255951455205554,0.340054544054055,0.22439232096572,0.519816316731375,0.0200152839107965 -3423,0.5,0.255951455205554,0.285718894760617,0.201461961671388,0.407077270516087,0.0389118453941495 -3424,0.5,0.255951455205554,0.237887174566576,0.180210290332462,0.373140031125113,0.0549397748542364 -3425,0.5,0.255951455205554,0.186605170582144,0.161982881824541,0.293387998485995,0.0494336078930059 -3426,0.5,0.255951455205554,0.129081880779275,0.163592629298538,0.170810674881698,0.0404231372287955 -3427,0.5,0.255951455205554,0.0602712605890055,0.131651075711158,0.0573027184809571,0.0280727757988518 -3428,0.5,0.255951455205554,0.00484105145666794,0.0922654797358543,0.00273443083836819,0.0188220845496026 -3429,0.5,0.255951455205554,0.0,0.0666191385885041,0.0,0.0158463498986952 -3430,0.5,0.255951455205554,0.0,0.0467302839292108,0.0,0.0141204522805318 -3431,0.5,0.255951455205554,0.0,0.03833957388831,0.0,0.0124315300536079 -3432,0.5,0.255951455205554,0.0,0.0372504362937162,0.0,0.0115362989144886 -3433,0.5,0.255951455205554,0.0,0.0393775705104221,0.0,0.0153637315382402 -3434,0.5,0.255951455205554,0.0,0.0418067838416341,0.0,0.0172120104490594 -3435,0.5,0.255951455205554,0.0,0.0431869658309457,0.0,0.0187796396187743 -3436,0.5,0.255951455205554,0.0,0.0429270094433948,0.0,0.0199934920515451 -3437,0.5,0.255951455205554,0.000395710722570164,0.0426749969476299,0.00290311317112966,0.0177454322927159 -3438,0.5,0.255951455205554,0.0284806007259301,0.0431517158680135,0.0562692490571527,0.0180495494906659 -3439,0.5,0.255951455205554,0.082261394983729,0.0548092118915792,0.13658910461579,0.0196205040844756 -3440,0.5,0.255951455205554,0.157748385595521,0.077451633905985,0.257708720456922,0.0165441455444593 -3441,0.5,0.255951455205554,0.239626644774654,0.0885327683662042,0.384643112479696,0.0146963517356842 -3442,0.5,0.255951455205554,0.308157852867287,0.0862048169024643,0.520380443842428,0.0133878659983927 -3443,0.5,0.255951455205554,0.349507468652832,0.07502459514475,0.629055261257005,0.0107699703967618 -3444,0.5,0.255951455205554,0.372428898642678,0.0750880420648187,0.690418613281844,0.00642902515030996 -3445,0.5,0.255951455205554,0.378974286588674,0.0806800762245801,0.710056837937708,0.003671657953505 -3446,0.5,0.255951455205554,0.382466195265071,0.0882505508877627,0.690092442782749,0.00332027858112045 -3447,0.5,0.255951455205554,0.373635552642572,0.0828093070137971,0.605708817295317,0.00219872792773051 -3448,0.5,0.255951455205554,0.312004925421482,0.0751949391650443,0.507129005327721,0.00242701459121856 -3449,0.5,0.255951455205554,0.232913065387372,0.0713325595242289,0.339202246002074,0.00174715070290052 -3450,0.5,0.255951455205554,0.151695239654929,0.0559846610651416,0.240411342340401,0.00175833748545792 -3451,0.5,0.255951455205554,0.0621472007385249,0.0310285902192639,0.119708527149726,0.00176445503171065 -3452,0.5,0.255951455205554,0.00453121123622718,0.0220995317063855,0.0282623697718242,0.00261800579907844 -3453,0.5,0.255951455205554,0.0,0.0216010346416316,0.0,0.00477093653186413 -3454,0.5,0.255951455205554,0.0,0.0203475932322283,0.0,0.00656689628615176 -3455,0.5,0.255951455205554,0.0,0.0191560690851692,0.0,0.00598811813548263 -3456,0.5,0.255951455205554,0.0,0.019934667472239,0.0,0.00400367635111943 -3457,0.5,0.255951455205554,0.0,0.0210446621988191,0.0,0.00337588447920262 -3458,0.5,0.255951455205554,0.0,0.0213823316241414,0.0,0.00278762358349096 -3459,0.5,0.255951455205554,0.0,0.0217296064004932,0.0,0.00199002199573184 -3460,0.5,0.255951455205554,0.0,0.0212811594840294,0.0,0.00175565057841711 -3461,0.5,0.255951455205554,0.000802872975350046,0.0189264723826602,0.00298036305876239,0.00178377319375954 -3462,0.5,0.255951455205554,0.0328322720459505,0.0158633648268075,0.0413370484567784,0.00227347739098362 -3463,0.5,0.255951455205554,0.0950024089223695,0.0202499607592891,0.0406779881428541,0.00234789982114214 -3464,0.5,0.255951455205554,0.184995477796112,0.029228707817117,0.0550306167870915,0.00279015317610785 -3465,0.5,0.255951455205554,0.28737568476583,0.0363425462232503,0.153119486448561,0.00205484022822759 -3466,0.5,0.255951455205554,0.386293140043814,0.0402175163623617,0.399774992165861,0.00206486640087499 -3467,0.5,0.255951455205554,0.466146679031868,0.0472622894782134,0.626149889612542,0.00268776066713413 -3468,0.5,0.255951455205554,0.509015803380445,0.0537621554284005,0.684230316615307,0.00387319671578279 -3469,0.5,0.255951455205554,0.534423842344181,0.053748951807739,0.636978195942073,0.00485183769532287 -3470,0.5,0.255951455205554,0.535583794451536,0.0491760948103847,0.625471757445487,0.00580029496583655 -3471,0.5,0.255951455205554,0.488846274453018,0.0495891999271961,0.587780693634728,0.00516914746228576 -3472,0.5,0.255951455205554,0.405812277460528,0.0524571300884232,0.509008563846572,0.00331333256377532 -3473,0.5,0.255951455205554,0.305679690624284,0.0575764625340886,0.383162976106264,0.00277800481065479 -3474,0.5,0.255951455205554,0.198975925591583,0.0541218709676745,0.252389066186198,0.00190978232193494 -3475,0.5,0.255951455205554,0.0842803118642677,0.0405638326614696,0.125567410405804,0.00117472300057944 -3476,0.5,0.255951455205554,0.0073592913951904,0.0466018289596162,0.0296387259008769,0.00125336645418305 -3477,0.5,0.255951455205554,0.0,0.0501125658453242,0.0,0.00141603973164072 -3478,0.5,0.255951455205554,0.0,0.0462386236391783,0.0,0.00126680497974333 -3479,0.5,0.255951455205554,0.0,0.0461891911755303,0.0,0.00109833192808317 -3480,0.5,0.255951455205554,0.0,0.047660763020753,0.0,0.000963037183479311 -3481,0.5,0.255951455205554,0.0,0.05197994506329,0.0,0.000665509418627898 -3482,0.5,0.255951455205554,0.0,0.0525459319276175,0.0,0.000511486219599908 -3483,0.5,0.255951455205554,0.0,0.0526402412782154,0.0,0.000559238003760728 -3484,0.5,0.255951455205554,0.0,0.0540784933262795,0.0,0.000837492529303738 -3485,0.5,0.255951455205554,0.0010587943316708,0.0537132224060955,0.00387221184877972,0.00149162319159276 -3486,0.5,0.255951455205554,0.0399750807119161,0.0544672637705061,0.062141873599723,0.00449341603605236 -3487,0.5,0.255951455205554,0.106189663200596,0.0783477724940924,0.140353127872198,0.00881309887815729 -3488,0.5,0.255951455205554,0.194612205917139,0.130738766981469,0.257146612617291,0.012588369625749 -3489,0.5,0.255951455205554,0.294564705936476,0.189273618272763,0.374374555991916,0.0189852180451714 -3490,0.5,0.255951455205554,0.399587039922002,0.269106537087582,0.494261769106783,0.0272446665282546 -3491,0.5,0.255951455205554,0.479582851028431,0.349462544507289,0.608188147155632,0.0403096809084147 -3492,0.5,0.255951455205554,0.50454560572411,0.418864317223084,0.686319028199747,0.0563838132911418 -3493,0.5,0.255951455205554,0.506254763682972,0.46056516290391,0.710660492046634,0.0753318044929316 -3494,0.5,0.255951455205554,0.502290674496745,0.485914712376741,0.693495648866379,0.095472879196324 -3495,0.5,0.255951455205554,0.452331269941363,0.49603586109595,0.631047076180402,0.121919285762596 -3496,0.5,0.255951455205554,0.35420544260566,0.494303160609511,0.502688113572971,0.165217652107787 -3497,0.5,0.255951455205554,0.250802138820578,0.470307604089993,0.366511702780841,0.231890883454421 -3498,0.5,0.255951455205554,0.149687171735649,0.374967678113658,0.241964494444539,0.331572473606824 -3499,0.5,0.255951455205554,0.0650266738327112,0.292735600990012,0.122826436800808,0.48065111208493 -3500,0.5,0.255951455205554,0.00630872524539113,0.266970147886025,0.0353496737419254,0.609988496973711 -3501,0.5,0.255951455205554,0.0,0.271200367838486,0.0,0.685052508319798 -3502,0.5,0.255951455205554,0.0,0.265791456823872,0.0,0.712733681469821 -3503,0.5,0.255951455205554,0.0,0.244636747225253,0.0,0.732553477007834 -3504,0.5,0.255951455205554,0.0,0.22322687827153,0.0,0.744565475739107 -3505,0.5,0.255951455205554,0.0,0.198871610372797,0.0,0.724709771048403 -3506,0.5,0.255951455205554,0.0,0.18443473877668,0.0,0.683789748280099 -3507,0.5,0.255951455205554,0.0,0.185021028835209,0.0,0.64432740998572 -3508,0.5,0.255951455205554,0.0,0.185902253598554,0.0,0.591389282401517 -3509,0.5,0.255951455205554,0.000506555383878843,0.189114686759672,0.00401692157471341,0.604137132248203 -3510,0.5,0.255951455205554,0.0161970588330661,0.213031319805303,0.0617527476785105,0.612579706795147 -3511,0.5,0.255951455205554,0.0445776503192861,0.272495298025651,0.138999231106912,0.597662705817944 -3512,0.5,0.255951455205554,0.07768558374248,0.336989488327595,0.235435240776404,0.612074371734343 -3513,0.5,0.255951455205554,0.108826117249218,0.384306612037018,0.325647250034995,0.642406948017086 -3514,0.5,0.255951455205554,0.133998301964068,0.423994484860764,0.394445291448053,0.659431576604114 -3515,0.5,0.255951455205554,0.153672706885851,0.457258104965799,0.37076306777559,0.620729101945459 -3516,0.5,0.255951455205554,0.164631675733341,0.494575748404665,0.480551704156206,0.55389383861159 -3517,0.5,0.255951455205554,0.173406431634788,0.530401010053629,0.472057660426842,0.518837299113663 -3518,0.5,0.255951455205554,0.16524269379116,0.54844108905282,0.454991188977348,0.473643692590238 -3519,0.5,0.255951455205554,0.140916164766756,0.540950887946458,0.461595537915949,0.495825905468127 -3520,0.5,0.255951455205554,0.105774682309207,0.521835720126764,0.391858134699937,0.70398840220338 -3521,0.5,0.255951455205554,0.0674872698853693,0.512272866907804,0.289965395637726,0.842279858076534 -3522,0.5,0.255951455205554,0.0375258688001745,0.512059707459182,0.194901281582051,0.764667286944921 -3523,0.5,0.255951455205554,0.0150037089978966,0.521091361865303,0.0966898945234641,0.507562046739472 -3524,0.5,0.255951455205554,0.00221427527019672,0.5301159888617,0.0276266838713203,0.324291838219646 -3525,0.5,0.255951455205554,0.0,0.541879218020227,0.0,0.302309457194867 -3526,0.5,0.255951455205554,0.0,0.551382080266649,0.0,0.365024382672291 -3527,0.5,0.255951455205554,0.0,0.563233254299792,0.0,0.584404143405225 -3528,0.5,0.255951455205554,0.0,0.570450201944547,0.0,0.655052429139833 -3529,0.5,0.255951455205554,0.0,0.566061940487929,0.0,0.726741011978486 -3530,0.5,0.255951455205554,0.0,0.553254733009675,0.0,0.832268031005837 -3531,0.5,0.255951455205554,0.0,0.537798113647003,0.0,0.939431986184459 -3532,0.5,0.255951455205554,0.0,0.520269246425581,0.0,0.981817216222269 -3533,0.5,0.255951455205554,9.45044634488301e-05,0.504970285336501,0.000396221371588829,0.993751058347974 -3534,0.5,0.255951455205554,0.00394903091056974,0.503554896186058,0.00422525602885332,0.993619271993107 -3535,0.5,0.255951455205554,0.0183921691605029,0.510283276483464,0.0206149591947468,0.979443982312631 -3536,0.5,0.255951455205554,0.0420878471260047,0.515164776857885,0.042069228150658,0.96104351743488 -3537,0.5,0.255951455205554,0.0671088993365698,0.506986548304919,0.0602690738854348,0.973324654052576 -3538,0.5,0.255951455205554,0.0937976628193387,0.495914379370415,0.0883156501983792,0.986329265916861 -3539,0.5,0.255951455205554,0.116873369439918,0.485292138234074,0.129299993413043,0.983405178362688 -3540,0.5,0.255951455205554,0.125608177974492,0.473738019858942,0.149572805405303,0.980069229669045 -3541,0.5,0.255951455205554,0.131135356213142,0.463291918410383,0.157377289760027,0.976841550179512 -3542,0.5,0.255951455205554,0.126749263813645,0.450147368554399,0.139997983431233,0.969989277942746 -3543,0.5,0.255951455205554,0.111775176553627,0.430488753326336,0.12982355605519,0.96033972535416 -3544,0.5,0.255951455205554,0.0906061158093586,0.413202493005326,0.118513357117347,0.946972387913693 -3545,0.5,0.255951455205554,0.0668134857566976,0.398141662885043,0.155310241347908,0.923968335168069 -3546,0.5,0.255951455205554,0.0437567149343801,0.387073827824591,0.190722013467872,0.906244051964661 -3547,0.5,0.255951455205554,0.0201019756284025,0.377220972362674,0.0590662283751225,0.88694635969969 -3548,0.5,0.255951455205554,0.00131333818937385,0.36476266715506,0.0375791305152817,0.879635373838593 -3549,0.5,0.255951455205554,0.0,0.355362819841774,0.0,0.884450643767169 -3550,0.5,0.255951455205554,0.0,0.35067202969373,0.0,0.889668767760214 -3551,0.5,0.255951455205554,0.0,0.343567131761918,0.0,0.885245570262043 -3552,0.5,0.255951455205554,0.0,0.333778086375828,0.0,0.868047976691467 -3553,0.5,0.255951455205554,0.0,0.319014128487881,0.0,0.844460624304912 -3554,0.5,0.255951455205554,0.0,0.299630501106507,0.0,0.813209895358882 -3555,0.5,0.255951455205554,0.0,0.283482261764506,0.0,0.777400718506579 -3556,0.5,0.255951455205554,0.0,0.266488629485712,0.0,0.737160876708802 -3557,0.5,0.255951455205554,0.000338491454279946,0.257387575016029,0.00475710787505545,0.730200979528101 -3558,0.5,0.255951455205554,0.0139031667788587,0.274024839499684,0.06651109492884,0.737117204692356 -3559,0.5,0.255951455205554,0.043365970797222,0.306244691809875,0.145116249546067,0.749319236063277 -3560,0.5,0.255951455205554,0.0827440431961677,0.33682712866008,0.231054224282443,0.733192784959855 -3561,0.5,0.255951455205554,0.124295338253427,0.333595090440556,0.311642732423798,0.692985521510884 -3562,0.5,0.255951455205554,0.168198689114745,0.317985887001071,0.445231252565591,0.663126618145407 -3563,0.5,0.255951455205554,0.205259288492409,0.300294003527146,0.295922732820805,0.623146754367175 -3564,0.5,0.255951455205554,0.238082522206656,0.278593905627265,0.29561524555156,0.550700932540422 -3565,0.5,0.255951455205554,0.238203392089233,0.258831967139151,0.298172336320524,0.474774678967142 -3566,0.5,0.255951455205554,0.228530602911696,0.242797626624599,0.483144637174761,0.409084128661224 -3567,0.5,0.255951455205554,0.216935470798589,0.230925776434325,0.588515784172854,0.36902543842974 -3568,0.5,0.255951455205554,0.184937437347567,0.212448208067734,0.514548733332457,0.338830034164795 -3569,0.5,0.255951455205554,0.146514503977693,0.187311743905843,0.383589569475056,0.302525140885165 -3570,0.5,0.255951455205554,0.09897856306848,0.152679847954152,0.258447429075628,0.255752446976884 -3571,0.5,0.255951455205554,0.0481291013198226,0.113481081888389,0.137372848619393,0.220038415600535 -3572,0.5,0.255951455205554,0.00590683299179218,0.0744823103832902,0.036726915753766,0.193111949667218 -3573,0.5,0.255951455205554,0.0,0.0537800867188612,0.0,0.17201783010168 -3574,0.5,0.255951455205554,0.0,0.0460031070911362,0.0,0.161757261478437 -3575,0.5,0.255951455205554,0.0,0.0411998007136229,0.0,0.15781884288161 -3576,0.5,0.255951455205554,0.0,0.0378327301226251,0.0,0.154570375275111 -3577,0.5,0.255951455205554,0.0,0.0350819849128357,0.0,0.141750207658639 -3578,0.5,0.255951455205554,0.0,0.0329362352385846,0.0,0.13679905484278 -3579,0.5,0.255951455205554,0.0,0.0311021540108575,0.0,0.138286458147136 -3580,0.5,0.255951455205554,0.0,0.0302200924941904,0.0,0.123993654181301 -3581,0.5,0.255951455205554,0.0012364794490322,0.0306644847891409,0.0051539767526248,0.115716689319536 -3582,0.5,0.255951455205554,0.0322561071863058,0.0322814329066203,0.0674983701392548,0.106960756942359 -3583,0.5,0.255951455205554,0.0911268729689501,0.0438820901567307,0.149880992685508,0.118380889197361 -3584,0.5,0.255951455205554,0.179337011572644,0.0660112628415233,0.27406525396042,0.130942822187143 -3585,0.5,0.255951455205554,0.280903900005157,0.0837676588110067,0.402694528463337,0.13238106240525 -3586,0.5,0.255951455205554,0.380190433172674,0.0920743678260758,0.539873861771407,0.13082119519496 -3587,0.5,0.255951455205554,0.454446946351925,0.103169196693096,0.649584226014158,0.14076703103389 -3588,0.5,0.255951455205554,0.493890114094702,0.117300800918928,0.711742973628982,0.163170067948382 -3589,0.5,0.255951455205554,0.503303638005813,0.129306306110309,0.730257418526411,0.180650505833371 -3590,0.5,0.255951455205554,0.489742993421581,0.13855473355806,0.708660616402373,0.191665599384461 -3591,0.5,0.255951455205554,0.438898219673189,0.145783941296165,0.637213277300615,0.215552932755256 -3592,0.5,0.255951455205554,0.364225781499231,0.151354746930891,0.5172554073395,0.230140781776653 -3593,0.5,0.255951455205554,0.272539618996373,0.147816986784319,0.370976569835677,0.252513519234531 -3594,0.5,0.255951455205554,0.180369112165034,0.133615017800619,0.236582916908939,0.293165907760516 -3595,0.5,0.255951455205554,0.0873781706035536,0.104072699351187,0.115707830358904,0.330412867760461 -3596,0.5,0.255951455205554,0.0108100027404438,0.0774788516421578,0.0404259147282323,0.365930381984363 -3597,0.5,0.255951455205554,0.0,0.0635323854970482,0.0,0.386836419819115 -3598,0.5,0.255951455205554,0.0,0.0558073659031013,0.0,0.379929242565757 -3599,0.5,0.255951455205554,0.0,0.0548268349815348,0.0,0.357108415112872 -3600,0.5,0.255951455205554,0.0,0.054917943413675,0.0,0.346891414293095 -3601,0.5,0.255951455205554,0.0,0.0567507693703605,0.0,0.329750369242337 -3602,0.5,0.255951455205554,0.0,0.0584643617111581,0.0,0.302766511677654 -3603,0.5,0.255951455205554,0.0,0.0595218567672633,0.0,0.276967047183562 -3604,0.5,0.255951455205554,0.0,0.0606100236846691,0.0,0.281091387210484 -3605,0.5,0.255951455205554,0.00179315902316239,0.0620863824107412,0.00545413171884796,0.313670021516428 -3606,0.5,0.255951455205554,0.0522278335479619,0.0735061447533695,0.0679431844567202,0.367828536676523 -3607,0.5,0.255951455205554,0.133161975787982,0.111913602584179,0.131213828956588,0.42271296389638 -3608,0.5,0.255951455205554,0.247359726099545,0.162302835744259,0.0763193902627708,0.448071715763341 -3609,0.5,0.255951455205554,0.370146955292542,0.184426615354262,0.0844340728275622,0.44178151796666 -3610,0.5,0.255951455205554,0.482467554910983,0.199477689299982,0.120780962885606,0.428781748272686 -3611,0.5,0.255951455205554,0.550148244826274,0.215415580281014,0.174436745796929,0.429957377380254 -3612,0.5,0.255951455205554,0.589568894687634,0.23988556227744,0.278734103809525,0.456645020503366 -3613,0.5,0.255951455205554,0.599180531646878,0.264151042743029,0.462635137289401,0.511738048785186 -3614,0.5,0.255951455205554,0.567046583781321,0.28377905477597,0.622836609818211,0.562069434598791 -3615,0.5,0.255951455205554,0.510367555750469,0.303050402481895,0.559386376558514,0.542748565008455 -3616,0.5,0.255951455205554,0.413380509283484,0.313106326714216,0.494413068157449,0.504409739131728 -3617,0.5,0.255951455205554,0.302523356275851,0.302495948463151,0.378637059261651,0.458299280850571 -3618,0.5,0.255951455205554,0.190016488274216,0.265158378326232,0.26523910052448,0.480663312579473 -3619,0.5,0.255951455205554,0.0825713387783461,0.215263860713612,0.134342288197322,0.47290367590667 -3620,0.5,0.255951455205554,0.00817551797572143,0.153144712164734,0.0375924364239923,0.456972929833441 -3621,0.5,0.255951455205554,0.0,0.112536856068,0.0,0.441494166559972 -3622,0.5,0.255951455205554,0.0,0.0851286178901978,0.0,0.437110990478098 -3623,0.5,0.255951455205554,0.0,0.0677509348170784,0.0,0.445572260216198 -3624,0.5,0.255951455205554,0.0,0.0571545347592065,0.0,0.442380258614438 -3625,0.5,0.255951455205554,0.0,0.0505215554123983,0.0,0.409780525569432 -3626,0.5,0.255951455205554,0.0,0.0448259195396547,0.0,0.358301624513766 -3627,0.5,0.255951455205554,0.0,0.0395769766741937,0.0,0.306078851414958 -3628,0.5,0.255951455205554,0.0,0.0344384846360906,0.0,0.270855514620611 -3629,0.5,0.255951455205554,0.00116239415440247,0.0309271915376753,0.000643080235163669,0.251160727065368 -3630,0.5,0.255951455205554,0.039199413141343,0.0347303370320164,0.0104511304020543,0.237964128902079 -3631,0.5,0.255951455205554,0.101987624778956,0.0542732105377416,0.0233184150679803,0.226025338721063 -3632,0.5,0.255951455205554,0.178340438053623,0.0628622289005947,0.0375720228150122,0.205607506354202 -3633,0.5,0.255951455205554,0.253682789692396,0.058889001860808,0.0562007237845141,0.164002378573153 -3634,0.5,0.255951455205554,0.328001772493263,0.056983387351654,0.0724394278445292,0.113597416938641 -3635,0.5,0.255951455205554,0.381361611377583,0.0563499136488886,0.0929075781571959,0.078446903632279 -3636,0.5,0.255951455205554,0.418451946759524,0.0544774136305177,0.108753229412181,0.0595015268153394 -3637,0.5,0.255951455205554,0.446998309529281,0.0490115033013004,0.10893301223304,0.0488991557849136 -3638,0.5,0.255951455205554,0.428071726579317,0.0426322006776373,0.0957592993527796,0.0503146056441167 -3639,0.5,0.255951455205554,0.379895989341843,0.0361396641482852,0.10102956663093,0.0498771950709176 -3640,0.5,0.255951455205554,0.315356562432087,0.0312520132319384,0.24577732860629,0.0439628785945891 -3641,0.5,0.255951455205554,0.237781446063334,0.0264112106045161,0.384218361908802,0.0396352924578117 -3642,0.5,0.255951455205554,0.152899397352606,0.0214901932936973,0.262456311467339,0.0336427025692705 -3643,0.5,0.255951455205554,0.0695441928863695,0.0146402009103019,0.135358108045562,0.0261670175926827 -3644,0.5,0.255951455205554,0.00772978974540123,0.0102962517018701,0.0382391832105482,0.01990147877347 -3645,0.5,0.255951455205554,8.38021191641289e-10,0.0102402432039998,0.0,0.0152854351100451 -3646,0.5,0.255951455205554,0.0,0.00997577361504468,0.0,0.00939810551923427 -3647,0.5,0.255951455205554,0.0,0.00995120695641778,0.0,0.00603120745462916 -3648,0.5,0.255951455205554,0.0,0.00977089030773969,0.0,0.00525704022227302 -3649,0.5,0.255951455205554,0.0,0.00927023320015168,0.0,0.00565756053858528 -3650,0.5,0.255951455205554,0.0,0.00893546196039786,0.0,0.00636854782568015 -3651,0.5,0.255951455205554,0.0,0.00857352824754761,0.0,0.00563582164402974 -3652,0.5,0.255951455205554,0.0,0.00856176399845856,0.0,0.0055079096936624 -3653,0.5,0.255951455205554,0.00156620955526522,0.00885515518695954,0.00514399713872838,0.0100175208951981 -3654,0.5,0.255951455205554,0.0384783093842998,0.00927103315583614,0.0644120789638858,0.0209697132448621 -3655,0.5,0.255951455205554,0.101724404035839,0.0143006679377487,0.144860869652263,0.0330457434732864 -3656,0.5,0.255951455205554,0.18558012129486,0.0259906565646812,0.266602258888583,0.0408209759928233 -3657,0.5,0.255951455205554,0.278156888628856,0.0392295385525406,0.37170500175512,0.0367019019105496 -3658,0.5,0.255951455205554,0.369476445762879,0.0532485483623092,0.526476377671041,0.0219689344982262 -3659,0.5,0.255951455205554,0.458740746354451,0.0707305236247906,0.566834249921172,0.0122548261662463 -3660,0.5,0.255951455205554,0.531045749737503,0.0811979487762806,0.541963217020627,0.00827466955919457 -3661,0.5,0.255951455205554,0.551046311760226,0.0871087642658248,0.54045512704078,0.0111539365783748 -3662,0.5,0.255951455205554,0.522799009001045,0.0893611908650009,0.558689128899344,0.0194833740519901 -3663,0.5,0.255951455205554,0.46431325853244,0.0854967990885131,0.536436919914337,0.0278985394085991 -3664,0.5,0.255951455205554,0.374316916260264,0.0809355643682724,0.415138092170792,0.0287915711872146 -3665,0.5,0.255951455205554,0.268908938999811,0.0712989005490834,0.327942348190588,0.0299753782490417 -3666,0.5,0.255951455205554,0.173712584076045,0.0545023829418333,0.25526472038535,0.0373757292073815 -3667,0.5,0.255951455205554,0.083770846590128,0.0381942999768674,0.129225217535852,0.0450436807732121 -3668,0.5,0.255951455205554,0.0118695688013519,0.0279184321196169,0.0395491809619537,0.0493237592104219 -3669,0.5,0.255951455205554,0.0,0.0221908986048122,0.0,0.0578429317126133 -3670,0.5,0.255951455205554,0.0,0.0169311783284685,0.0,0.0691770595954287 -3671,0.5,0.255951455205554,0.0,0.0135647930494491,0.0,0.0754479589099317 -3672,0.5,0.255951455205554,0.0,0.0121178369136803,0.0,0.0779015261397094 -3673,0.5,0.255951455205554,0.0,0.0108758673504163,0.0,0.0791572440196329 -3674,0.5,0.255951455205554,0.0,0.00989234190836485,0.0,0.0746739820726803 -3675,0.5,0.255951455205554,0.0,0.00960306597096898,0.0,0.065466418250822 -3676,0.5,0.255951455205554,0.0,0.0103097546509527,0.0,0.053930200065924 -3677,0.5,0.255951455205554,0.00144037537532471,0.0133209150344151,0.00506542393794491,0.0436985357207143 -3678,0.5,0.255951455205554,0.0469831338603154,0.0172225841453384,0.062281060799824,0.0354476603325994 -3679,0.5,0.255951455205554,0.121861338133107,0.0226423823970092,0.135393462656346,0.0249619750822306 -3680,0.5,0.255951455205554,0.22974153493495,0.0364347168041297,0.23149921655022,0.0183026538248448 -3681,0.5,0.255951455205554,0.347355463298151,0.0550422648275136,0.341461287739516,0.0143887929688522 -3682,0.5,0.255951455205554,0.457908969789715,0.0793125383863787,0.429780208455844,0.0134441345757133 -3683,0.5,0.255951455205554,0.532630036596402,0.0915868551219978,0.474144376558845,0.0143567511854447 -3684,0.5,0.255951455205554,0.561481917668789,0.0945987517410474,0.383765437329802,0.0147148729967617 -3685,0.5,0.255951455205554,0.55638760479394,0.0893807513535349,0.368595567564795,0.0140346027863451 -3686,0.5,0.255951455205554,0.536220527813906,0.0874865210989698,0.278084695293219,0.0100004866932674 -3687,0.5,0.255951455205554,0.474044962188483,0.0792307886504641,0.235286477894616,0.00483706004694381 -3688,0.5,0.255951455205554,0.369657991283683,0.0669409865821393,0.177527585532799,0.0040993037913995 -3689,0.5,0.255951455205554,0.271219638194273,0.0562665432037723,0.287409112324606,0.00344732806276139 -3690,0.5,0.255951455205554,0.174269453897415,0.0438587862720881,0.166761209634061,0.00279625231319705 -3691,0.5,0.255951455205554,0.0765668263655922,0.0317168307319976,0.122012513651935,0.00229339731817866 -3692,0.5,0.255951455205554,0.00992432070240956,0.0218562788555519,0.0435518408630196,0.00194529530790688 -3693,0.5,0.255951455205554,0.0,0.0173817811595543,0.0,0.00174263160812576 -3694,0.5,0.255951455205554,0.0,0.014054910761609,0.0,0.00188326288975927 -3695,0.5,0.255951455205554,0.0,0.0126383374736173,0.0,0.00201474078779887 -3696,0.5,0.255951455205554,0.0,0.0123349780054652,0.0,0.00216218746566956 -3697,0.5,0.255951455205554,0.0,0.0127319083401166,0.0,0.00317961712147412 -3698,0.5,0.255951455205554,0.0,0.012866812181422,0.0,0.0051831294701508 -3699,0.5,0.255951455205554,0.0,0.0122680935433598,0.0,0.00577392735883281 -3700,0.5,0.255951455205554,0.0,0.0112695048412625,0.0,0.00520224447416036 -3701,0.5,0.255951455205554,0.00184907148274707,0.0105243503095574,0.00405925225730736,0.00529109894117205 -3702,0.5,0.255951455205554,0.0480581657755057,0.0100506571374992,0.0491187888840724,0.00599141688595177 -3703,0.5,0.255951455205554,0.12145741553603,0.0124896413362183,0.118375608080156,0.00792069616425561 -3704,0.5,0.255951455205554,0.22317746837373,0.0181621419818942,0.174539271837501,0.00853032601035725 -3705,0.5,0.255951455205554,0.338459307700383,0.0261045273541033,0.213272184037511,0.010895065433784 -3706,0.5,0.255951455205554,0.45325582413151,0.0362322980011053,0.278620173427298,0.0124782277912678 -3707,0.5,0.255951455205554,0.529243830175449,0.0491805035838397,0.447278999555483,0.0124407157535536 -3708,0.5,0.255951455205554,0.54058755686928,0.0635380272009149,0.593866825044347,0.0136189943257599 -3709,0.5,0.255951455205554,0.526166211482289,0.0758332995241026,0.54810877298543,0.0163356417855714 -3710,0.5,0.255951455205554,0.485056994996583,0.0913146325414054,0.552705418341781,0.0293580706136439 -3711,0.5,0.255951455205554,0.417710412508613,0.104217710820482,0.608390488457716,0.0730973303745553 -3712,0.5,0.255951455205554,0.327650771014397,0.112917035671468,0.498213060915415,0.126033083924012 -3713,0.5,0.255951455205554,0.219806384250622,0.0978624589629433,0.368196122514696,0.145337928450176 -3714,0.5,0.255951455205554,0.130415703076051,0.0747356518035604,0.218892282970359,0.147908320413139 -3715,0.5,0.255951455205554,0.0551473645319326,0.0623057690894418,0.110020161070511,0.168717981687725 -3716,0.5,0.255951455205554,0.00743962668220979,0.0627766716841292,0.0406202419626051,0.148219133166571 -3717,0.5,0.255951455205554,1.01238893062551e-07,0.0664518929158707,0.0,0.0970339627848218 -3718,0.5,0.255951455205554,0.0,0.0674827348282327,0.0,0.0631989956546635 -3719,0.5,0.255951455205554,0.0,0.0691643117657628,0.0,0.0521001270861065 -3720,0.5,0.255951455205554,0.0,0.0754216531582651,0.0,0.051156013676571 -3721,0.5,0.255951455205554,0.0,0.089444139739852,0.0,0.0694100639250148 -3722,0.5,0.255951455205554,0.0,0.108499261897596,0.0,0.120238108866387 -3723,0.5,0.255951455205554,0.0,0.1260677144931,0.0,0.205416138516581 -3724,0.5,0.255951455205554,0.0,0.140645278099788,0.0,0.187945081436412 -3725,0.5,0.255951455205554,0.00171049076167407,0.168623870000987,0.00254793716642656,0.0686008199901928 -3726,0.5,0.255951455205554,0.0212583906505968,0.231509522583566,0.0107920013758397,0.0254946874244639 -3727,0.5,0.255951455205554,0.0603848415666578,0.311795101153044,0.0489533322816999,0.0377584655147234 -3728,0.5,0.255951455205554,0.11910053452352,0.416298735316195,0.0963625834269406,0.0474596097505655 -3729,0.5,0.255951455205554,0.187631794071019,0.531086286133158,0.164983143576963,0.0413997388218649 -3730,0.5,0.255951455205554,0.255759422777457,0.57646021069386,0.295730768752756,0.0380773784689952 -3731,0.5,0.255951455205554,0.323487717702622,0.638261044209642,0.319426288742547,0.0422252304842582 -3732,0.5,0.255951455205554,0.377875571227154,0.667952170238843,0.0349700672687349,0.0545847512289862 -3733,0.5,0.255951455205554,0.421325099019197,0.708605604291619,0.0253048003851767,0.0722420761854427 -3734,0.5,0.255951455205554,0.429759015373842,0.703730038096961,0.198553734593156,0.111935893542121 -3735,0.5,0.255951455205554,0.402312779806889,0.693699205136303,0.0463863777677307,0.237704247400819 -3736,0.5,0.255951455205554,0.331583378486685,0.692325121549004,0.0188526969892556,0.488129589048886 -3737,0.5,0.255951455205554,0.243813824985953,0.630754112758815,0.00488060694520345,0.660727375393574 -3738,0.5,0.255951455205554,0.161898263345161,0.556505534252049,0.00244519365299781,0.697787224021566 -3739,0.5,0.255951455205554,0.0722949839148038,0.488342189676051,0.00142590405367881,0.74996334105104 -3740,0.5,0.255951455205554,0.00639941981245898,0.427806045795968,0.000656203481864036,0.851336617620779 -3741,0.5,0.255951455205554,6.8048747104549e-07,0.383482642114452,0.0,0.905004516011688 -3742,0.5,0.255951455205554,0.0,0.348143449746888,0.0,0.913145304727585 -3743,0.5,0.255951455205554,0.0,0.331010449722783,0.0,0.922248710152761 -3744,0.5,0.255951455205554,0.0,0.316077109159351,0.0,0.902830473320701 -3745,0.5,0.255951455205554,0.0,0.297980274566425,0.0,0.867112904104656 -3746,0.5,0.255951455205554,0.0,0.286787487724473,0.0,0.862490003640799 -3747,0.5,0.255951455205554,0.0,0.276873047764999,0.0,0.893949330472801 -3748,0.5,0.255951455205554,0.0,0.261697661621448,0.0,0.917802032972209 -3749,0.5,0.255951455205554,0.00144360842545315,0.250584811393137,0.00067014259605486,0.930776165555203 -3750,0.5,0.255951455205554,0.0408993360298753,0.245181347788054,0.0191247769565723,0.889259472891437 -3751,0.5,0.255951455205554,0.1075697798496,0.243818438023196,0.0829192592000222,0.895678585165815 -3752,0.5,0.255951455205554,0.205067690176917,0.240683790989192,0.115142511821956,0.895072910547135 -3753,0.5,0.255951455205554,0.31826846556879,0.237221106825539,0.0984543576333817,0.886246066611975 -3754,0.5,0.255951455205554,0.438220942266401,0.234838263873128,0.0957972448802544,0.870453403313054 -3755,0.5,0.255951455205554,0.542379691619157,0.226406920168466,0.135250401127341,0.849743984254704 -3756,0.5,0.255951455205554,0.595245601501246,0.209654467061276,0.245344441264476,0.805508603142701 -3757,0.5,0.255951455205554,0.607281588831822,0.178646641873211,0.343703862413594,0.745033332678678 -3758,0.5,0.255951455205554,0.593598418052454,0.153543219989807,0.317119050935653,0.670173361303416 -3759,0.5,0.255951455205554,0.547525053336073,0.129720556777071,0.239707202802001,0.591664729260254 -3760,0.5,0.255951455205554,0.459770780210297,0.103881332976467,0.254021943823504,0.505689065282087 -3761,0.5,0.255951455205554,0.342597103545796,0.0808522441113767,0.178364104221691,0.419992324066173 -3762,0.5,0.255951455205554,0.225075265342448,0.0582035274694719,0.132231930789617,0.337136825491687 -3763,0.5,0.255951455205554,0.103091578864092,0.0382930106721366,0.0470270267362153,0.234534789825779 -3764,0.5,0.255951455205554,0.0149939265563438,0.0332730774275353,0.00863647921563642,0.128657767370004 -3765,0.5,0.255951455205554,1.09609103026213e-06,0.0339622576533448,9.69697087698706e-05,0.0694814823102281 -3766,0.5,0.255951455205554,0.0,0.0302026097802136,0.0,0.0392611611155498 -3767,0.5,0.255951455205554,0.0,0.0262954129269869,0.0,0.024438848883809 -3768,0.5,0.255951455205554,0.0,0.0239464617541518,0.0,0.0206326714363614 -3769,0.5,0.255951455205554,0.0,0.0231777663822292,0.0,0.0161676502468264 -3770,0.5,0.255951455205554,0.0,0.0224931127309747,0.0,0.0135844649073865 -3771,0.5,0.255951455205554,0.0,0.0217313172866688,0.0,0.0139596236118336 -3772,0.5,0.255951455205554,0.0,0.0216705222661923,0.0,0.014087099873975 -3773,0.5,0.255951455205554,0.00273831573890663,0.0207319152687983,0.00208828133328869,0.0135205124896933 -3774,0.5,0.255951455205554,0.0546036304654083,0.0193972850486011,0.0357925770444987,0.0137628312216192 -3775,0.5,0.255951455205554,0.136098793655145,0.0246546573945419,0.106365138295019,0.0167493757405269 -3776,0.5,0.255951455205554,0.254557764100099,0.0430733037498005,0.201393243873242,0.0215113116501333 -3777,0.5,0.255951455205554,0.384421685230707,0.0582164851499442,0.310657895929424,0.027941996706569 -3778,0.5,0.255951455205554,0.515827280674741,0.0755848022978396,0.373720425196834,0.0364534961211168 -3779,0.5,0.255951455205554,0.616255741978053,0.0918491668388237,0.483235679909632,0.0430423196506928 -3780,0.5,0.255951455205554,0.673452105375438,0.101008145897374,0.563489334551389,0.0508705844841744 -3781,0.5,0.255951455205554,0.690755385097909,0.104563589853128,0.663218038447233,0.0749095986886351 -3782,0.5,0.255951455205554,0.667137909072162,0.10599904928257,0.591661482300998,0.119761865060027 -3783,0.5,0.255951455205554,0.601696267989114,0.101305738836307,0.573334949300051,0.188874320702151 -3784,0.5,0.255951455205554,0.492885438310963,0.098639189819784,0.492223195901036,0.226138503851222 -3785,0.5,0.255951455205554,0.3618754816289,0.084674617035995,0.372172367880695,0.232166504962419 -3786,0.5,0.255951455205554,0.236383790161719,0.0485720916866529,0.253775194272417,0.303531969150894 -3787,0.5,0.255951455205554,0.10830425966167,0.0345321726817444,0.133137715066208,0.360450193544099 -3788,0.5,0.255951455205554,0.0170729076106404,0.0472045326635427,0.042222339869294,0.355728996446122 -3789,0.5,0.255951455205554,0.0,0.0605685788262857,0.0,0.352260798578468 -3790,0.5,0.255951455205554,0.0,0.0666811653667538,0.0,0.31551278669671 -3791,0.5,0.255951455205554,0.0,0.0702693934607023,0.0,0.271365058988871 -3792,0.5,0.255951455205554,0.0,0.0695879755752538,0.0,0.194802381730609 -3793,0.5,0.255951455205554,0.0,0.0647625199962344,0.0,0.117119616132344 -3794,0.5,0.255951455205554,0.0,0.058511439878157,0.0,0.0894176747052047 -3795,0.5,0.255951455205554,0.0,0.0555435357159437,0.0,0.0831822542253527 -3796,0.5,0.255951455205554,0.0,0.0556089892930779,0.0,0.201048475519662 -3797,0.5,0.255951455205554,0.00288149940927443,0.0558461392183956,0.00704003302350273,0.411908631264604 -3798,0.5,0.255951455205554,0.0523224903248448,0.0577928553656021,0.0656555500409083,0.466835291933397 -3799,0.5,0.255951455205554,0.131436937756899,0.0796047244621929,0.141153404292029,0.420958702779116 -3800,0.5,0.255951455205554,0.243865832562209,0.110362971648681,0.255426623008281,0.318111396186525 -3801,0.5,0.255951455205554,0.364897069349475,0.137946649592799,0.343464968119653,0.252923428771521 -3802,0.5,0.255951455205554,0.488606221765177,0.157876950506241,0.251058135030467,0.210320999342224 -3803,0.5,0.255951455205554,0.582480300945707,0.172892709534315,0.411588269623005,0.145610264530112 -3804,0.5,0.255951455205554,0.630299621571012,0.180559637387103,0.669042296028848,0.0828439618994264 -3805,0.5,0.255951455205554,0.634115216833698,0.185859556293176,0.643671675868402,0.0514706526351654 -3806,0.5,0.255951455205554,0.596313036880789,0.185661626417653,0.636711113968119,0.0425491424555701 -3807,0.5,0.255951455205554,0.546674172586003,0.179699144292031,0.62265194378902,0.0387469802857182 -3808,0.5,0.255951455205554,0.447877124696585,0.167480539759615,0.518621365222613,0.0324829602661874 -3809,0.5,0.255951455205554,0.333001181532935,0.150556262038017,0.388380845364711,0.0216419410109771 -3810,0.5,0.255951455205554,0.217828300381107,0.123134443540388,0.263397454114727,0.0139444145536623 -3811,0.5,0.255951455205554,0.0999503001717173,0.0824665215793023,0.137176893861561,0.0120487627272302 -3812,0.5,0.255951455205554,0.0163984927270808,0.0671839926218507,0.0418068795027655,0.0135952593132597 -3813,0.5,0.255951455205554,0.0,0.0645472313852239,0.0,0.0139717880910796 -3814,0.5,0.255951455205554,0.0,0.0574465230948625,0.0,0.0127232795360535 -3815,0.5,0.255951455205554,0.0,0.0517700214400087,0.0,0.0100008797207875 -3816,0.5,0.255951455205554,0.0,0.0469599028732668,0.0,0.00815309864974998 -3817,0.5,0.255951455205554,0.0,0.0415621305439919,0.0,0.0063630884260673 -3818,0.5,0.255951455205554,0.0,0.0359980571444794,0.0,0.00500011404042713 -3819,0.5,0.255951455205554,0.0,0.032514537087737,0.0,0.0044613262600846 -3820,0.5,0.255951455205554,0.0,0.0306603478222877,0.0,0.00352453958331033 -3821,0.5,0.255951455205554,0.00269726105951188,0.0284077172642396,0.00736691930223742,0.00272177029989076 -3822,0.5,0.255951455205554,0.0499826117820654,0.0296988520297079,0.0676603486331905,0.00263320605080073 -3823,0.5,0.255951455205554,0.126636699343821,0.0483355253034604,0.145456863374554,0.00343678980785137 -3824,0.5,0.255951455205554,0.237945491609984,0.0793973237633486,0.264125887791245,0.00292180361304674 -3825,0.5,0.255951455205554,0.364653095515711,0.119274303635184,0.386953013221662,0.00248901254298225 -3826,0.5,0.255951455205554,0.495749611464824,0.150846250344956,0.517256489162761,0.00443138221902384 -3827,0.5,0.255951455205554,0.597413766974398,0.18652270621617,0.622699443355779,0.0101312634741291 -3828,0.5,0.255951455205554,0.655945474333286,0.230939445710782,0.687004508045381,0.0210521187824524 -3829,0.5,0.255951455205554,0.672667305878217,0.278187408487682,0.706499588108685,0.0455318668778647 -3830,0.5,0.255951455205554,0.655556223607429,0.319823428392578,0.689649659182842,0.0606946190590052 -3831,0.5,0.255951455205554,0.590619846302467,0.34965466965862,0.626137399881825,0.0949201182961424 -3832,0.5,0.255951455205554,0.483477273891627,0.363578410837556,0.514646617791034,0.131015286339211 -3833,0.5,0.255951455205554,0.355637070477097,0.348713254216677,0.380886475113156,0.206708504226942 -3834,0.5,0.255951455205554,0.233941472154671,0.254736014766916,0.25403441358427,0.283541956563072 -3835,0.5,0.255951455205554,0.108956890339809,0.190234805594791,0.134631625315724,0.347863451909836 -3836,0.5,0.255951455205554,0.0187135232866487,0.189788563122685,0.0434991780706751,0.466180179013662 -3837,0.5,0.255951455205554,0.0,0.203130664796973,0.0,0.600855102129462 -3838,0.5,0.255951455205554,0.0,0.195612107611728,0.0,0.700514345042174 -3839,0.5,0.255951455205554,0.0,0.180984677915132,0.0,0.732431737255925 -3840,0.5,0.255951455205554,0.0,0.168083210194371,0.0,0.7488525333635 -3841,0.5,0.255951455205554,0.0,0.158701551939221,0.0,0.794705541546941 -3842,0.5,0.255951455205554,0.0,0.155454619343623,0.0,0.825450114239198 -3843,0.5,0.255951455205554,0.0,0.162742978504553,0.0,0.845866395523039 -3844,0.5,0.255951455205554,0.0,0.166818915288087,0.0,0.865371702224166 -3845,0.5,0.255951455205554,0.00306172961701825,0.163530941562804,0.0073941598637329,0.882897099816143 -3846,0.5,0.255951455205554,0.0532383104925909,0.165779395423954,0.0664283670490766,0.891944738680973 -3847,0.5,0.255951455205554,0.131680599690754,0.207722349356018,0.14135946545794,0.896684223360655 -3848,0.5,0.255951455205554,0.241568843453079,0.279602368431884,0.256678608603544,0.898863378251747 -3849,0.5,0.255951455205554,0.363489468593996,0.323996825105535,0.377040528192826,0.872714861298014 -3850,0.5,0.255951455205554,0.487658487869904,0.363233286345859,0.505516837756221,0.772834973134907 -3851,0.5,0.255951455205554,0.583941064265876,0.389267110761422,0.604506582527117,0.522001861429122 -3852,0.5,0.255951455205554,0.638387545166818,0.404298653623318,0.626549341565773,0.206330330918391 -3853,0.5,0.255951455205554,0.656687813153922,0.411125365209553,0.659502072601613,0.0941113326386919 -3854,0.5,0.255951455205554,0.632424804128576,0.421144056546248,0.649749587149281,0.0446472345479293 -3855,0.5,0.255951455205554,0.554058911975501,0.42985455050334,0.604175060018561,0.0440365526654074 -3856,0.5,0.255951455205554,0.442529250071314,0.414610801247244,0.500536330586158,0.0565892905833235 -3857,0.5,0.255951455205554,0.316833369887742,0.344977365731257,0.375287648124858,0.114372339592123 -3858,0.5,0.255951455205554,0.203200274884867,0.246600082373097,0.255318685071913,0.185448293001351 -3859,0.5,0.255951455205554,0.0899193637866144,0.237253280296546,0.127915719838505,0.200814210090703 -3860,0.5,0.255951455205554,0.0172719144368041,0.251475835601739,0.0453106112335027,0.137592046840053 -3861,0.5,0.255951455205554,2.62098518657762e-08,0.258039839476184,0.0,0.0865707515364359 -3862,0.5,0.255951455205554,0.0,0.23283692315677,0.0,0.0938032999426664 -3863,0.5,0.255951455205554,0.0,0.216882469435673,0.0,0.0892711535153194 -3864,0.5,0.255951455205554,0.0,0.20087931832324,0.0,0.0681495716480281 -3865,0.5,0.255951455205554,0.0,0.177811353847128,0.0,0.0467610269108675 -3866,0.5,0.255951455205554,0.0,0.147136193191091,0.0,0.0332525918466361 -3867,0.5,0.255951455205554,0.0,0.132305759994134,0.0,0.0372903069040294 -3868,0.5,0.255951455205554,0.0,0.125373607599094,0.0,0.0405129781988116 -3869,0.5,0.255951455205554,0.00288087839261283,0.116830052035971,0.0053647027970358,0.0347780492065093 -3870,0.5,0.255951455205554,0.042184318394222,0.12830185205036,0.0581545648060191,0.0427205964255997 -3871,0.5,0.255951455205554,0.10391519467286,0.166852020634459,0.122726144908032,0.0507527508123247 -3872,0.5,0.255951455205554,0.189937779982098,0.197361420746222,0.21306134501639,0.0380275755103821 -3873,0.5,0.255951455205554,0.287322202548342,0.225403636927636,0.329549517732373,0.0304247666589647 -3874,0.5,0.255951455205554,0.388347674758002,0.257382638130185,0.502421793956229,0.0413646447737411 -3875,0.5,0.255951455205554,0.467991817436856,0.304748245101291,0.609621004717783,0.0589164461752255 -3876,0.5,0.255951455205554,0.507924640147584,0.346924999947724,0.670447983719928,0.0780544197383334 -3877,0.5,0.255951455205554,0.509045249132886,0.369037233875988,0.666845684155602,0.0945581245386072 -3878,0.5,0.255951455205554,0.484742619704132,0.371986620421475,0.618617108433637,0.0959782310842516 -3879,0.5,0.255951455205554,0.431234152539617,0.360161811112664,0.546349417560653,0.0938794884929333 -3880,0.5,0.255951455205554,0.345960978413918,0.336390136283777,0.456696388656949,0.0919452185345887 -3881,0.5,0.255951455205554,0.25377747470763,0.308189532038146,0.351239604008854,0.1017177884429 -3882,0.5,0.255951455205554,0.164849986193847,0.263057525768681,0.253023353088762,0.130801337143498 -3883,0.5,0.255951455205554,0.0839923782519635,0.200234970867567,0.139868879319208,0.125634002795065 -3884,0.5,0.255951455205554,0.0177625852426286,0.152082867635785,0.043338283121997,0.126872627717035 -3885,0.5,0.255951455205554,0.0,0.132556614897465,0.0,0.0981797194108735 -3886,0.5,0.255951455205554,0.0,0.119696871533341,0.0,0.0675514112297594 -3887,0.5,0.255951455205554,0.0,0.105731898062769,0.0,0.0709293396577339 -3888,0.5,0.255951455205554,0.0,0.0899482984681474,0.0,0.062674057590612 -3889,0.5,0.255951455205554,0.0,0.080751121432157,0.0,0.0609818782449294 -3890,0.5,0.255951455205554,0.0,0.0728255834372598,0.0,0.0687543710429851 -3891,0.5,0.255951455205554,0.0,0.0681380054388881,0.0,0.0732836635039287 -3892,0.5,0.255951455205554,0.0,0.0662504417287295,0.0,0.0828002466392778 -3893,0.5,0.255951455205554,0.00293301584625,0.063851747728267,0.00480289589804249,0.118159065513094 -3894,0.5,0.255951455205554,0.0430601352656214,0.0769269933707898,0.0255474979398558,0.184063448236576 -3895,0.5,0.255951455205554,0.10383224350189,0.128560439186988,0.0377520250331462,0.249104722103093 -3896,0.5,0.255951455205554,0.189707412992067,0.177577039570586,0.0702764072585623,0.237081113368828 -3897,0.5,0.255951455205554,0.279545108861389,0.219238521214481,0.147661362534308,0.17906630274757 -3898,0.5,0.255951455205554,0.368657149894321,0.254448572177537,0.270641771608128,0.139168386172549 -3899,0.5,0.255951455205554,0.429864544230179,0.281741760413058,0.450153634244394,0.19185880911534 -3900,0.5,0.255951455205554,0.457605933960576,0.302013251860865,0.47425176351737,0.24370396545519 -3901,0.5,0.255951455205554,0.471354073771827,0.319657460235625,0.472991666671504,0.213991750844785 -3902,0.5,0.255951455205554,0.460212052203431,0.332242594496039,0.41702962463174,0.193370142373787 -3903,0.5,0.255951455205554,0.424845404056046,0.348552569151114,0.175703091506214,0.23283536784472 -3904,0.5,0.255951455205554,0.359064137458599,0.361771530565714,0.171981649776021,0.19837817152273 -3905,0.5,0.255951455205554,0.262961630019854,0.358991134637406,0.157655939674708,0.157921787926874 -3906,0.5,0.255951455205554,0.165801954232666,0.340388461564025,0.194105127056533,0.216223430320187 -3907,0.5,0.255951455205554,0.0797742000456857,0.29854410783572,0.0891908184604701,0.281005234653037 -3908,0.5,0.255951455205554,0.0147543320804937,0.229905670382293,0.0458627056451518,0.336021372813076 -3909,0.5,0.255951455205554,3.68746715393529e-06,0.181322457232194,0.0,0.388202400963887 -3910,0.5,0.255951455205554,0.0,0.16649258090426,0.0,0.477354152021585 -3911,0.5,0.255951455205554,0.0,0.162805081335318,0.0,0.506936267243321 -3912,0.5,0.255951455205554,0.0,0.159626279135682,0.0,0.493317628601868 -3913,0.5,0.255951455205554,0.0,0.160825886762247,0.0,0.490859954854268 -3914,0.5,0.255951455205554,0.0,0.16135169994641,0.0,0.513656317697371 -3915,0.5,0.255951455205554,0.0,0.166393550283048,0.0,0.575760257976173 -3916,0.5,0.255951455205554,0.0,0.170320889659485,0.0,0.616081939864781 -3917,0.5,0.255951455205554,0.00105824580577322,0.173925730211755,0.00570757755949488,0.684651350213903 -3918,0.5,0.255951455205554,0.0339142284706846,0.198465662057087,0.043507410704629,0.786308277859555 -3919,0.5,0.255951455205554,0.0925511127942182,0.265025964496816,0.0746191094271889,0.827695891763458 -3920,0.5,0.255951455205554,0.179234932536535,0.332847533185597,0.0752816422850749,0.835736253831714 -3921,0.5,0.255951455205554,0.273320446706381,0.394751000997043,0.0954270452060617,0.767367474541597 -3922,0.5,0.255951455205554,0.363863268443616,0.469659558062501,0.189992877376833,0.592703312449274 -3923,0.5,0.255951455205554,0.415609810570462,0.516643317166108,0.270975418211943,0.456056780224366 -3924,0.5,0.255951455205554,0.442795210028456,0.559626051838255,0.396232669284425,0.423792680880479 -3925,0.5,0.255951455205554,0.440514701727543,0.577760768604728,0.442552712256485,0.38033941685069 -3926,0.5,0.255951455205554,0.401562873816106,0.585769727826593,0.453473552028832,0.407412123056029 -3927,0.5,0.255951455205554,0.350223571468739,0.58370064184629,0.576696753475032,0.482443142143674 -3928,0.5,0.255951455205554,0.283867787342965,0.574234256411589,0.431769201157716,0.468133199101339 -3929,0.5,0.255951455205554,0.206030613497186,0.542477917780353,0.307593890017959,0.475569442724767 -3930,0.5,0.255951455205554,0.132789944970975,0.479359006378377,0.206873477181928,0.462104249069578 -3931,0.5,0.255951455205554,0.0646316661143261,0.396702483769506,0.120138796674189,0.430032551893207 -3932,0.5,0.255951455205554,0.0124975548721841,0.289275099822362,0.0406236698362924,0.39610581856377 -3933,0.5,0.255951455205554,5.09061960258775e-06,0.210209727765991,0.0,0.380583230216359 -3934,0.5,0.255951455205554,0.0,0.174632419969866,0.0,0.426624377068083 -3935,0.5,0.255951455205554,0.0,0.161840754646584,0.0,0.45347031667378 -3936,0.5,0.255951455205554,0.0,0.156146164712593,0.0,0.523788568838547 -3937,0.5,0.255951455205554,0.0,0.144615779547595,0.0,0.556949363083762 -3938,0.5,0.255951455205554,0.0,0.137794181331159,0.0,0.508579235911152 -3939,0.5,0.255951455205554,0.0,0.137619011536922,0.0,0.430791084316538 -3940,0.5,0.255951455205554,0.0,0.13415873456973,0.0,0.364462129986167 -3941,0.5,0.255951455205554,0.00091115187908652,0.135961808316305,0.00224386535654538,0.32406874795964 -3942,0.5,0.255951455205554,0.0218661691688272,0.150868522714576,0.0151849161488919,0.258737599556628 -3943,0.5,0.255951455205554,0.0604629288675735,0.172885385284569,0.0479087217581077,0.188508455562647 -3944,0.5,0.255951455205554,0.112277728442272,0.196704156622993,0.173840144157349,0.142208553654674 -3945,0.5,0.255951455205554,0.166863793349071,0.21713024490149,0.305823378735577,0.0945893956006553 -3946,0.5,0.255951455205554,0.216608258385015,0.234577516029156,0.269672511398878,0.0705936224814721 -3947,0.5,0.255951455205554,0.273746955158734,0.252821301325493,0.515898878813944,0.0761675980171775 -3948,0.5,0.255951455205554,0.298594212436559,0.262302688539352,0.62555584970016,0.133647490655672 -3949,0.5,0.255951455205554,0.307802583865244,0.270111711198268,0.591769205117647,0.228294500017816 -3950,0.5,0.255951455205554,0.296052462604889,0.282600895734629,0.627580461824493,0.276174633773269 -3951,0.5,0.255951455205554,0.277331784056382,0.28337663962146,0.587546898468288,0.261644160911859 -3952,0.5,0.255951455205554,0.240064895511527,0.275461109903422,0.471950518024466,0.214260029463081 -3953,0.5,0.255951455205554,0.18496669660645,0.25758261674465,0.273823223282525,0.174562043376278 -3954,0.5,0.255951455205554,0.130270762064657,0.226048145469134,0.0546574261271994,0.139460243751852 -3955,0.5,0.255951455205554,0.0683995104278772,0.17135515544415,0.00947322662861248,0.108293195222843 -3956,0.5,0.255951455205554,0.0141494999503734,0.114635315515893,0.00280926978670085,0.0848451208100604 -3957,0.5,0.255951455205554,6.94648849281507e-07,0.0792350169809025,0.0,0.0847034708707464 -3958,0.5,0.255951455205554,0.0,0.0590786109887014,0.0,0.11771085381743 -3959,0.5,0.255951455205554,0.0,0.0473291753253325,0.0,0.147100065657469 -3960,0.5,0.255951455205554,0.0,0.0402343170009309,0.0,0.142402795649853 -3961,0.5,0.255951455205554,0.0,0.0364971739236009,0.0,0.117237931122673 -3962,0.5,0.255951455205554,0.0,0.036395381441025,0.0,0.080404019812649 -3963,0.5,0.255951455205554,0.0,0.0380999163688245,0.0,0.0519988101831863 -3964,0.5,0.255951455205554,0.0,0.039248484626351,0.0,0.0407310077588348 -3965,0.5,0.255951455205554,0.00133600910560551,0.0370756259200354,0.00937213060671813,0.03665969097272 -3966,0.5,0.255951455205554,0.0326735629499143,0.035660933308449,0.0709131291600594,0.0365221022380449 -3967,0.5,0.255951455205554,0.0862523888049394,0.0411267354068705,0.148994379585309,0.0490609111108857 -3968,0.5,0.255951455205554,0.160265960376976,0.0587508535487932,0.269515654656444,0.0747011572917755 -3969,0.5,0.255951455205554,0.237428379364286,0.0877784506018734,0.394291728709211,0.0935320735653929 -3970,0.5,0.255951455205554,0.303214995337342,0.114166769385248,0.515882740057074,0.132638835171397 -3971,0.5,0.255951455205554,0.364282067554628,0.117161908462351,0.639720201311706,0.24540878519119 -3972,0.5,0.255951455205554,0.407631603893675,0.118673979171232,0.70328184934821,0.313493950816038 -3973,0.5,0.255951455205554,0.441948721323045,0.127882733447847,0.717745949566219,0.230530869841747 -3974,0.5,0.255951455205554,0.457366282902369,0.141395631167554,0.707770946271443,0.167816854617984 -3975,0.5,0.255951455205554,0.436641233002505,0.152250020580393,0.643700260037054,0.148637027838253 -3976,0.5,0.255951455205554,0.379057393374016,0.159156986191955,0.5322075583901,0.172554372282159 -3977,0.5,0.255951455205554,0.291873341869584,0.159333160418719,0.399170349772147,0.250810155381403 -3978,0.5,0.255951455205554,0.198119711447258,0.144120161386365,0.27300575707318,0.343123045973461 -3979,0.5,0.255951455205554,0.101766923691417,0.108552945618596,0.144246807136047,0.477120924064112 -3980,0.5,0.255951455205554,0.0217611349832496,0.0751739913481727,0.0454025862144196,0.540106102698066 -3981,0.5,0.255951455205554,0.0,0.0618268998304605,0.0,0.436393268504965 -3982,0.5,0.255951455205554,0.0,0.0508653826772502,0.0,0.42676498529666 -3983,0.5,0.255951455205554,0.0,0.0438453913731264,0.0,0.424840953366634 -3984,0.5,0.255951455205554,0.0,0.0382725534377619,0.0,0.451118194408369 -3985,0.5,0.255951455205554,0.0,0.0303784651924924,0.0,0.50921442758226 -3986,0.5,0.255951455205554,0.0,0.0280734205199896,0.0,0.518223230652916 -3987,0.5,0.255951455205554,0.0,0.0281306288907651,0.0,0.562516848536818 -3988,0.5,0.255951455205554,0.0,0.0256270741185195,0.0,0.614507400035941 -3989,0.5,0.255951455205554,0.00367538832285218,0.0270492385279571,0.00987614546701506,0.690332313625385 -3990,0.5,0.255951455205554,0.0572063113708709,0.0333731065080223,0.0705283161834515,0.783900859402331 -3991,0.5,0.255951455205554,0.13773371853687,0.0646733093000136,0.148106085037768,0.827304090926284 -3992,0.5,0.255951455205554,0.249600653617,0.106964088275633,0.264574981174828,0.846346392273565 -3993,0.5,0.255951455205554,0.365824674316837,0.153694490087428,0.370604901433619,0.881524544072705 -3994,0.5,0.255951455205554,0.471464068466678,0.202483535368804,0.477661794572229,0.90161064153852 -3995,0.5,0.255951455205554,0.548244436921534,0.246680909751924,0.429308910012014,0.911349916011285 -3996,0.5,0.255951455205554,0.58762013376932,0.284000835801773,0.250354314984209,0.90898075987348 -3997,0.5,0.255951455205554,0.585468506135405,0.301640108158531,0.198888211905009,0.906328777063429 -3998,0.5,0.255951455205554,0.553668423325016,0.30206606374455,0.170235110745498,0.894537962281799 -3999,0.5,0.255951455205554,0.497673881104373,0.29088006929383,0.156977387519696,0.797016683363336 -4000,0.5,0.255951455205554,0.406810400793027,0.269304356005422,0.128478879284752,0.776878497734496 -4001,0.5,0.255951455205554,0.301037713239676,0.24288765220453,0.0907010222643832,0.839519645607035 -4002,0.5,0.255951455205554,0.194231439947748,0.212852697118076,0.0571984977174931,0.878577423323056 -4003,0.5,0.255951455205554,0.0942997396248701,0.17916279424542,0.0294678484586879,0.881014525566604 -4004,0.5,0.255951455205554,0.0181587380710835,0.151396909534011,0.0183176310872071,0.829563574855423 -4005,0.5,0.255951455205554,4.57677455984934e-06,0.137134389569815,0.0,0.722513272215051 -4006,0.5,0.255951455205554,0.0,0.129707019303675,0.0,0.623101936125085 -4007,0.5,0.255951455205554,0.0,0.114387460947358,0.0,0.605181795512729 -4008,0.5,0.255951455205554,0.0,0.094506095221108,0.0,0.637604957765125 -4009,0.5,0.255951455205554,0.0,0.0801698251211573,0.0,0.703009697756518 -4010,0.5,0.255951455205554,0.0,0.0720220325434378,0.0,0.768737470669397 -4011,0.5,0.255951455205554,0.0,0.0677975771771971,0.0,0.716714931879536 -4012,0.5,0.255951455205554,0.0,0.0678906167542792,0.0,0.58030860133036 -4013,0.5,0.255951455205554,0.00336110541083434,0.063777376068761,0.00835081779694386,0.395195330946453 -4014,0.5,0.255951455205554,0.0518006225567944,0.0640415148185597,0.0690880438166754,0.256496594318144 -4015,0.5,0.255951455205554,0.129124956817057,0.0893899032220862,0.146390974777473,0.193764490446546 -4016,0.5,0.255951455205554,0.238483929727563,0.104835728125816,0.260830280221002,0.174573426776787 -4017,0.5,0.255951455205554,0.362996213873665,0.107161831800908,0.360248676958319,0.164580009971851 -4018,0.5,0.255951455205554,0.492320390296028,0.122189767869093,0.46001578157346,0.183765175122778 -4019,0.5,0.255951455205554,0.58723882609657,0.151831008501349,0.531538660525154,0.226256983909876 -4020,0.5,0.255951455205554,0.629150067168634,0.189147018350856,0.584420909407285,0.251716702292912 -4021,0.5,0.255951455205554,0.635362391841598,0.225220357871146,0.659760965152983,0.222884414106104 -4022,0.5,0.255951455205554,0.617477852428872,0.251577797046647,0.669929499490888,0.254185344364632 -4023,0.5,0.255951455205554,0.564425049842596,0.272161995524403,0.592177151043473,0.294360037260151 -4024,0.5,0.255951455205554,0.469011976498379,0.291949649050036,0.491999428443627,0.288311466600552 -4025,0.5,0.255951455205554,0.350348145634674,0.296623419417048,0.370205684475828,0.223234931308765 -4026,0.5,0.255951455205554,0.232762120344409,0.256459150076253,0.270145770260593,0.1470825447885 -4027,0.5,0.255951455205554,0.116951517061142,0.185274704858462,0.143749267405755,0.108111673491175 -4028,0.5,0.255951455205554,0.0252002689935814,0.139085475688368,0.0460911447156567,0.205069012872735 -4029,0.5,0.255951455205554,0.0,0.104072371187397,0.0,0.393010241744804 -4030,0.5,0.255951455205554,0.0,0.0844774626140652,0.0,0.41059122668935 -4031,0.5,0.255951455205554,0.0,0.0686674769931694,0.0,0.380848278905006 -4032,0.5,0.255951455205554,0.0,0.0568498092112499,0.0,0.440696484938153 -4033,0.5,0.255951455205554,0.0,0.0535844679545121,0.0,0.544886777852345 -4034,0.5,0.255951455205554,0.0,0.0574617650265334,0.0,0.603336572858247 -4035,0.5,0.255951455205554,0.0,0.06255493027477,0.0,0.636738349144416 -4036,0.5,0.255951455205554,0.0,0.0667764442426434,0.0,0.648133161143993 -4037,0.5,0.255951455205554,0.00328976126690703,0.066299581180625,0.00363977996930968,0.614207234967733 -4038,0.5,0.255951455205554,0.0516600880317361,0.0680663414170339,0.0269824559934578,0.548167023144432 -4039,0.5,0.255951455205554,0.124695437908971,0.089408134635636,0.0862599225853387,0.396879484832199 -4040,0.5,0.255951455205554,0.229360007456055,0.132380425958925,0.197511622200598,0.266671097122036 -4041,0.5,0.255951455205554,0.342006356374635,0.178649277538259,0.386310816778689,0.188762634109436 -4042,0.5,0.255951455205554,0.454390611725035,0.206180261668778,0.505241084271666,0.174610233156999 -4043,0.5,0.255951455205554,0.531714157249922,0.225686147031555,0.497648720327025,0.188650875947129 -4044,0.5,0.255951455205554,0.56305415625814,0.22732057547533,0.542632987621943,0.242749457051199 -4045,0.5,0.255951455205554,0.572968752791381,0.230119184482077,0.562229694046416,0.373229941764733 -4046,0.5,0.255951455205554,0.557767098314509,0.244544774845796,0.580425797954011,0.561524285283841 -4047,0.5,0.255951455205554,0.506951643048976,0.262544695519542,0.549581127957599,0.698174321442738 -4048,0.5,0.255951455205554,0.423458841907527,0.284451730298147,0.458171827414841,0.762882235329737 -4049,0.5,0.255951455205554,0.316838923689893,0.303002815740424,0.335759078960635,0.764108470654499 -4050,0.5,0.255951455205554,0.208348463660167,0.30288814474057,0.213849771995022,0.703666972693495 -4051,0.5,0.255951455205554,0.100866235271419,0.278799831759175,0.102380829311575,0.621014192755926 -4052,0.5,0.255951455205554,0.0194280798686904,0.236813319560578,0.0270811939375086,0.53936063462635 -4053,0.5,0.255951455205554,5.70673614888707e-06,0.193408493484469,0.0,0.530885087107897 -4054,0.5,0.255951455205554,0.0,0.168316311151957,0.0,0.563596241263063 -4055,0.5,0.255951455205554,0.0,0.16063359289437,0.0,0.605382695226874 -4056,0.5,0.255951455205554,0.0,0.160273303758611,0.0,0.64523452374211 -4057,0.5,0.255951455205554,0.0,0.162456625039517,0.0,0.653192400157859 -4058,0.5,0.255951455205554,0.0,0.168879778492332,0.0,0.574959976615062 -4059,0.5,0.255951455205554,0.0,0.171190564188581,0.0,0.546149464548071 -4060,0.5,0.255951455205554,0.0,0.176723326948889,0.0,0.694508935618642 -4061,0.5,0.255951455205554,0.00213330638261138,0.186783180149667,0.00728270098975903,0.791499545070213 -4062,0.5,0.255951455205554,0.0407944023548508,0.241393684506377,0.0648314567456145,0.869034470453573 -4063,0.5,0.255951455205554,0.101800008160738,0.358558798896163,0.142818163299517,0.920347105192461 -4064,0.5,0.255951455205554,0.181080848947235,0.45886716280629,0.209496290100905,0.912434716835412 -4065,0.5,0.255951455205554,0.260529521727585,0.517550977191121,0.108090927685889,0.782995041908579 -4066,0.5,0.255951455205554,0.331294482932626,0.568087320787521,0.102984209073139,0.910097406006358 -4067,0.5,0.255951455205554,0.381589816325298,0.62203275287993,0.119520483171243,0.991651919735284 -4068,0.5,0.255951455205554,0.405080276140804,0.660306078961402,0.150321707976461,0.975116653626157 -4069,0.5,0.255951455205554,0.393193452746329,0.689857472183707,0.220008386895446,1.00492475171884 -4070,0.5,0.255951455205554,0.374773201788408,0.693905570682234,0.0704684632297127,1.00553052055064 -4071,0.5,0.255951455205554,0.328094557193502,0.678920315475452,0.262705196494756,1.00658071980461 -4072,0.5,0.255951455205554,0.273500788639843,0.676497499713217,0.18246311693592,1.0021960136627 -4073,0.5,0.255951455205554,0.208640658720287,0.669888601557894,0.294424235505502,1.00015752368377 -4074,0.5,0.255951455205554,0.14034938962845,0.656411171810532,0.239447544037288,0.997424338091811 -4075,0.5,0.255951455205554,0.0722988835005734,0.642286542245543,0.115995225491147,0.991588748481913 -4076,0.5,0.255951455205554,0.0166281537743424,0.600654143917527,0.0493208506203921,0.99493887799001 -4077,0.5,0.255951455205554,2.56613951920576e-07,0.56616123767447,0.0,0.991373486553834 -4078,0.5,0.255951455205554,0.0,0.553316593208794,0.0,0.987830948193383 -4079,0.5,0.255951455205554,0.0,0.551246139766812,0.0,0.985193447587177 -4080,0.5,0.255951455205554,0.0,0.561545358513649,0.0,0.974393149828723 -4081,0.5,0.255951455205554,0.0,0.573756991039323,0.0,0.977818033405372 -4082,0.5,0.255951455205554,0.0,0.566888802375994,0.0,0.969587144420696 -4083,0.5,0.255951455205554,0.0,0.532468963352958,0.0,0.95843449579859 -4084,0.5,0.255951455205554,0.0,0.489177994196038,0.0,0.936814009897683 -4085,0.5,0.255951455205554,0.000929512364159763,0.467203606757214,0.00851030107696149,0.92594391562819 -4086,0.5,0.255951455205554,0.0191679082687084,0.472812483115371,0.0672632470031162,0.923175254771065 -4087,0.5,0.255951455205554,0.0540454740371864,0.51326460588777,0.13950738074815,0.911376913696672 -4088,0.5,0.255951455205554,0.106880477804589,0.558389875069161,0.238665593569624,0.900657865675393 -4089,0.5,0.255951455205554,0.168380763791757,0.583313924203233,0.339138275839313,0.893818523090526 -4090,0.5,0.255951455205554,0.231045996971512,0.583272588593981,0.444224646816424,0.872775958732457 -4091,0.5,0.255951455205554,0.28990712721556,0.589055568582815,0.427765754734807,0.83128484218796 -4092,0.5,0.255951455205554,0.327350637617592,0.607014629806202,0.457801364609135,0.719190605914308 -4093,0.5,0.255951455205554,0.342214337152426,0.625019065972975,0.303710681011921,0.753160944596492 -4094,0.5,0.255951455205554,0.334413577495752,0.630496547503301,0.15370797822903,0.7801560943629 -4095,0.5,0.255951455205554,0.291601959970171,0.605922442251748,0.134183720238498,0.783939192180653 -4096,0.5,0.255951455205554,0.234334048236143,0.564670536024269,0.0821732080167582,0.805111291419931 -4097,0.5,0.255951455205554,0.178881920061129,0.544399592297233,0.0610262824746035,0.821415746712396 -4098,0.5,0.255951455205554,0.116068762276703,0.522777771359757,0.0686539328746908,0.821076053893859 -4099,0.5,0.255951455205554,0.0614162705049801,0.468537936762855,0.0471837003550816,0.812656962375776 -4100,0.5,0.255951455205554,0.0147228339363712,0.37333876999264,0.0394251834776197,0.81867901782296 -4101,0.5,0.255951455205554,4.73419994745511e-07,0.300863991860107,0.0,0.817591804795621 -4102,0.5,0.255951455205554,0.0,0.269179292828479,0.0,0.813474765383369 -4103,0.5,0.255951455205554,0.0,0.236184864109487,0.0,0.804368355375768 -4104,0.5,0.255951455205554,0.0,0.211794916552348,0.0,0.813101994109903 -4105,0.5,0.255951455205554,0.0,0.200958099856572,0.0,0.905825991728724 -4106,0.5,0.255951455205554,0.0,0.210343044094985,0.0,0.93865868867775 -4107,0.5,0.255951455205554,0.0,0.231692819082421,0.0,0.944497441339327 -4108,0.5,0.255951455205554,0.0,0.260316219228924,0.0,0.939920723029636 -4109,0.5,0.255951455205554,0.00100650776378474,0.278426771368624,0.00276361390811253,0.893965767824862 -4110,0.5,0.255951455205554,0.0301368026522738,0.32934556103305,0.0172422700078298,0.871566973067886 -4111,0.5,0.255951455205554,0.0828914706829021,0.400537307439372,0.0514664267950541,0.879009143355985 -4112,0.5,0.255951455205554,0.157005954603123,0.481925375948993,0.059308041657263,0.904244612048927 -4113,0.5,0.255951455205554,0.247057886438868,0.54956613777722,0.0861065009179027,0.95219165771709 -4114,0.5,0.255951455205554,0.341070872991394,0.610613811223929,0.079898892906046,0.98102392247901 -4115,0.5,0.255951455205554,0.39453544529098,0.669003645447251,0.117936769437446,0.985456871565715 -4116,0.5,0.255951455205554,0.427022421640171,0.702152907558328,0.238366506450369,0.986926399230735 -4117,0.5,0.255951455205554,0.439780157470333,0.709376793063705,0.15146710883612,0.992836313341995 -4118,0.5,0.255951455205554,0.43172633380143,0.711305016386401,0.131474953865357,0.964309635104472 -4119,0.5,0.255951455205554,0.407849784453058,0.695571706928957,0.110843696951042,0.957713387388777 -4120,0.5,0.255951455205554,0.343499328294749,0.679093041259411,0.172999572346685,0.957974446441981 -4121,0.5,0.255951455205554,0.253471550416358,0.661689409809475,0.0876915094664622,0.972117554452248 -4122,0.5,0.255951455205554,0.166957124176351,0.622989210454037,0.0498178920639349,0.97631724151204 -4123,0.5,0.255951455205554,0.0824822827886902,0.585888461747979,0.0390225563687808,0.993044531340345 -4124,0.5,0.255951455205554,0.0173936349690106,0.521599245765277,0.0146532182786228,0.973722071503326 -4125,0.5,0.255951455205554,9.42868095301733e-07,0.461245715791959,0.0,0.959401020110817 -4126,0.5,0.255951455205554,0.0,0.42015328307568,0.0,0.943430605278918 -4127,0.5,0.255951455205554,0.0,0.387881235212323,0.0,0.918294811154471 -4128,0.5,0.255951455205554,0.0,0.360641929950559,0.0,0.903152264973818 -4129,0.5,0.255951455205554,0.0,0.342121750080925,0.0,0.902666290625951 -4130,0.5,0.255951455205554,0.0,0.334961649720985,0.0,0.882102155236941 -4131,0.5,0.255951455205554,0.0,0.343314641371289,0.0,0.876295208503097 -4132,0.5,0.255951455205554,0.0,0.348777589333685,0.0,0.876029051565324 -4133,0.5,0.255951455205554,0.00108257944017652,0.36551038670219,0.00583179291081969,0.874758131602108 -4134,0.5,0.255951455205554,0.0374572345151387,0.385163016718354,0.0227220921651666,0.860903518382719 -4135,0.5,0.255951455205554,0.0968186968440201,0.41230488241086,0.0434900038976387,0.841355646362202 -4136,0.5,0.255951455205554,0.182543157248616,0.462110479002796,0.0853567263091187,0.804377782216096 -4137,0.5,0.255951455205554,0.282841596067811,0.534423939370295,0.142800591390172,0.6839900557486 -4138,0.5,0.255951455205554,0.375201420503081,0.580720109042277,0.160198771194571,0.759391441365728 -4139,0.5,0.255951455205554,0.432216025563901,0.585518969510589,0.149058436412281,0.647501648857381 -4140,0.5,0.255951455205554,0.459030065841797,0.581443425310221,0.189525053146717,0.557723960548916 -4141,0.5,0.255951455205554,0.477799613292114,0.588166163596702,0.264671557541786,0.642035265578554 -4142,0.5,0.255951455205554,0.47758479090436,0.582675769908993,0.31369032863854,0.60777278960859 -4143,0.5,0.255951455205554,0.440911815767248,0.574171814080934,0.284641547603757,0.520879231218097 -4144,0.5,0.255951455205554,0.374481192492522,0.563051564357713,0.242252275409817,0.490485866256024 -4145,0.5,0.255951455205554,0.291658156095073,0.526111748908799,0.326290317632364,0.473743121243725 -4146,0.5,0.255951455205554,0.198937167842762,0.469690524457489,0.261923508616384,0.432726275873752 -4147,0.5,0.255951455205554,0.100948450550714,0.387111501650073,0.150235317541554,0.389768204996196 -4148,0.5,0.255951455205554,0.0220978152434036,0.271957357442175,0.0489832632066782,0.366585943742069 -4149,0.5,0.255951455205554,0.0,0.205460380038949,0.0,0.327346297681527 -4150,0.5,0.255951455205554,0.0,0.179506730460249,0.0,0.258382761055023 -4151,0.5,0.255951455205554,0.0,0.16695072708471,0.0,0.226242328808957 -4152,0.5,0.255951455205554,0.0,0.159698562962078,0.0,0.233885941398346 -4153,0.5,0.255951455205554,0.0,0.15276721264552,0.0,0.26157555036354 -4154,0.5,0.255951455205554,0.0,0.147295202654524,0.0,0.315290092631937 -4155,0.5,0.255951455205554,0.0,0.142442274880316,0.0,0.425182220381538 -4156,0.5,0.255951455205554,0.0,0.139513905834431,0.0,0.488709039938183 -4157,0.5,0.255951455205554,0.00306606400188323,0.137516230191648,0.00762806581681583,0.466270743835494 -4158,0.5,0.255951455205554,0.0555486668821862,0.151375203330802,0.0688541022808609,0.372237017412631 -4159,0.5,0.255951455205554,0.13493881082431,0.223802228091576,0.144933284726768,0.305491793757677 -4160,0.5,0.255951455205554,0.247898709443219,0.325239012547179,0.242226226786834,0.240938835818882 -4161,0.5,0.255951455205554,0.369202121934165,0.408583721551659,0.36289894520207,0.178193552655423 -4162,0.5,0.255951455205554,0.482902372787754,0.454068073651184,0.508809347401444,0.121713712650081 -4163,0.5,0.255951455205554,0.56438503780515,0.467834898577818,0.612627430479645,0.0915344269750181 -4164,0.5,0.255951455205554,0.605465442665285,0.462006791319611,0.65773030089706,0.0820369607429362 -4165,0.5,0.255951455205554,0.617660314967179,0.451998913599289,0.698533223623575,0.0758046174590169 -4166,0.5,0.255951455205554,0.604954959875822,0.446089844385258,0.647083279840184,0.0654960415177254 -4167,0.5,0.255951455205554,0.547253496860411,0.432034166944131,0.591745257578225,0.0548611897873482 -4168,0.5,0.255951455205554,0.449348254750338,0.410764338993884,0.496218409948441,0.0507894670348913 -4169,0.5,0.255951455205554,0.324709932324323,0.36730040096955,0.381395763298011,0.0492353524896607 -4170,0.5,0.255951455205554,0.212288258728556,0.297021390138023,0.263037690379112,0.0413442160662201 -4171,0.5,0.255951455205554,0.105043534691224,0.197583341808795,0.144475047138141,0.0446980153636583 -4172,0.5,0.255951455205554,0.0239016780236554,0.114753865959384,0.0549688819564023,0.0487415561223416 -4173,0.5,0.255951455205554,0.0,0.0734398743978796,0.0,0.0414319035075509 -4174,0.5,0.255951455205554,0.0,0.0559126718148989,0.0,0.0404046331377316 -4175,0.5,0.255951455205554,0.0,0.0471906466174513,0.0,0.0327494455380603 -4176,0.5,0.255951455205554,0.0,0.0414904333933511,0.0,0.0231607378914634 -4177,0.5,0.255951455205554,0.0,0.0373585829302603,0.0,0.0226299482253462 -4178,0.5,0.255951455205554,0.0,0.0348787799797474,0.0,0.0235009953311063 -4179,0.5,0.255951455205554,0.0,0.0330381512570638,0.0,0.0272322886628911 -4180,0.5,0.255951455205554,0.0,0.0307514988925285,0.0,0.0362682398634779 -4181,0.5,0.255951455205554,0.00242143227788276,0.0270609633380852,0.00831732810460738,0.0529670534436699 -4182,0.5,0.255951455205554,0.0448552211952284,0.0283444040707124,0.0694538756902651,0.0707406227215766 -4183,0.5,0.255951455205554,0.115562951606898,0.0459772987836291,0.14564801631174,0.076982260135477 -4184,0.5,0.255951455205554,0.218819215189929,0.0708655696967378,0.264326993091321,0.0693484173817151 -4185,0.5,0.255951455205554,0.331998787308826,0.0928587655470626,0.381592957945655,0.0750366075194717 -4186,0.5,0.255951455205554,0.441833783192254,0.101298005085899,0.417505593224239,0.0852649416118116 -4187,0.5,0.255951455205554,0.515083610755401,0.106029300251009,0.414671112765738,0.0882042704515723 -4188,0.5,0.255951455205554,0.546878870040252,0.113851234675057,0.367135783603736,0.0847830655751131 -4189,0.5,0.255951455205554,0.549582437979395,0.120981651273121,0.338809076798894,0.0873826808796363 -4190,0.5,0.255951455205554,0.518560538440374,0.125633644438027,0.30442444523384,0.108304357017537 -4191,0.5,0.255951455205554,0.468606739399894,0.132143069636474,0.426226390270143,0.141568070326757 -4192,0.5,0.255951455205554,0.399484230640325,0.145387124220389,0.218570962673454,0.163752725722119 -4193,0.5,0.255951455205554,0.292432774750537,0.146362239274238,0.321671272182544,0.16972967760524 -4194,0.5,0.255951455205554,0.192910303751454,0.133522084460195,0.171362169394587,0.17408838175239 -4195,0.5,0.255951455205554,0.0954928976648653,0.103668918584592,0.0187760953897443,0.178821982313489 -4196,0.5,0.255951455205554,0.0204401163435722,0.0671460268010751,0.00855966526996491,0.186601751339856 -4197,0.5,0.255951455205554,5.87475736957438e-06,0.053782807384492,0.0,0.200199367421948 -4198,0.5,0.255951455205554,0.0,0.0444581628618745,0.0,0.220795327940964 -4199,0.5,0.255951455205554,0.0,0.0386872425937616,0.0,0.28174747877022 -4200,0.5,0.255951455205554,0.0,0.0379959968431274,0.0,0.378869194058545 -4201,0.5,0.255951455205554,0.0,0.0404949005657139,0.0,0.465195797930611 -4202,0.5,0.255951455205554,0.0,0.0446093699724744,0.0,0.468324698828477 -4203,0.5,0.255951455205554,0.0,0.0480690582740152,0.0,0.399797874084988 -4204,0.5,0.255951455205554,0.0,0.0497507873384196,0.0,0.296396592852686 -4205,0.5,0.255951455205554,0.00160086653762529,0.0541666591626629,0.00618765336753518,0.223499448932003 -4206,0.5,0.255951455205554,0.0355144842080663,0.069974904234021,0.0682637719744337,0.174884531413044 -4207,0.5,0.255951455205554,0.0938869273847788,0.105887253643528,0.143881680166661,0.123837262927682 -4208,0.5,0.255951455205554,0.177481961089377,0.147742580683426,0.249191229794868,0.068963741439399 -4209,0.5,0.255951455205554,0.264970614747622,0.178360343433782,0.363628017490924,0.0318764059505027 -4210,0.5,0.255951455205554,0.350211793103625,0.201133352361081,0.485690477660278,0.0252105985541876 -4211,0.5,0.255951455205554,0.410550563627158,0.20965326854334,0.569413582968214,0.0244202496416297 -4212,0.5,0.255951455205554,0.432877509841108,0.214480130102587,0.638695417233725,0.0253620337283959 -4213,0.5,0.255951455205554,0.425675702121091,0.215400169887477,0.648106622712667,0.0285216259020606 -4214,0.5,0.255951455205554,0.394635643105288,0.20977775502914,0.693301221402941,0.0249845603931293 -4215,0.5,0.255951455205554,0.340802287647062,0.204008557394706,0.653211407756765,0.0203225555051161 -4216,0.5,0.255951455205554,0.27031115780032,0.19642582357828,0.542703136959092,0.021196341577767 -4217,0.5,0.255951455205554,0.209915615402802,0.184139089377564,0.408509433118585,0.0289165241674648 -4218,0.5,0.255951455205554,0.151571209049359,0.160259029404549,0.281479347592076,0.0347168183035419 -4219,0.5,0.255951455205554,0.0841731617193885,0.115910481387593,0.150394129219983,0.0362397204301953 -4220,0.5,0.255951455205554,0.0212836312878068,0.0657858669685022,0.048564493950019,0.0339527032439362 -4221,0.5,0.255951455205554,0.0,0.0487917434835621,0.0,0.0331672630499767 -4222,0.5,0.255951455205554,0.0,0.0398765589795731,0.0,0.0351579905262345 -4223,0.5,0.255951455205554,0.0,0.0315943796129624,0.0,0.0286454558958511 -4224,0.5,0.255951455205554,0.0,0.0252349844541883,0.0,0.0209493384290327 -4225,0.5,0.255951455205554,0.0,0.0208483399813141,0.0,0.0152605343198142 -4226,0.5,0.255951455205554,0.0,0.0179121813383031,0.0,0.00977297456557675 -4227,0.5,0.255951455205554,0.0,0.016394283873194,0.0,0.00598897226634617 -4228,0.5,0.255951455205554,0.0,0.0155499079186156,0.0,0.00407727149947751 -4229,0.5,0.255951455205554,0.00285789778158029,0.0143744504693785,0.00746255795317416,0.00321802293910693 -4230,0.5,0.255951455205554,0.0483985671350654,0.0142219210320311,0.0692247188465124,0.00286118716682421 -4231,0.5,0.255951455205554,0.121714690140768,0.0221800551023748,0.145145837663809,0.00303941018544641 -4232,0.5,0.255951455205554,0.231482551393722,0.0350463221872209,0.259183110775236,0.00333206993482501 -4233,0.5,0.255951455205554,0.35176812183197,0.0421045031333253,0.378169337236216,0.00307421462708709 -4234,0.5,0.255951455205554,0.473593265996509,0.0405356431205181,0.504496199277951,0.00292015745508676 -4235,0.5,0.255951455205554,0.549112114075316,0.0393018713471284,0.584537716536773,0.00275748416321548 -4236,0.5,0.255951455205554,0.602870747528008,0.0409917895230507,0.472322573858675,0.00139576080264404 -4237,0.5,0.255951455205554,0.632155159295771,0.0425622271420894,0.670122115640778,0.00087938290814723 -4238,0.5,0.255951455205554,0.619581911457074,0.0439497989664314,0.401730686709924,0.000824468743155346 -4239,0.5,0.255951455205554,0.572198660500648,0.0440225300878814,0.340909798842969,0.0019796646033516 -4240,0.5,0.255951455205554,0.477440005444127,0.0455592468099881,0.244169961271759,0.00703128365494515 -4241,0.5,0.255951455205554,0.355207574301676,0.0472166780584074,0.19976445681186,0.0132916656889666 -4242,0.5,0.255951455205554,0.237579899692356,0.048197509716065,0.263516926221962,0.0209809263720755 -4243,0.5,0.255951455205554,0.122158166915665,0.0349150432539871,0.146119548042011,0.0255126874538543 -4244,0.5,0.255951455205554,0.0257885390029936,0.03252239151462,0.0483919112478964,0.0274195752434967 -4245,0.5,0.255951455205554,0.0,0.0348576354379714,0.0,0.0266637401954758 -4246,0.5,0.255951455205554,0.0,0.0327922806380174,0.0,0.0246672076828207 -4247,0.5,0.255951455205554,0.0,0.0307748926830568,0.0,0.0236972743130502 -4248,0.5,0.255951455205554,0.0,0.0303046837189918,0.0,0.0238435257021131 -4249,0.5,0.255951455205554,0.0,0.0309054570430572,0.0,0.0254858014147982 -4250,0.5,0.255951455205554,0.0,0.0327958537490748,0.0,0.0309088148303231 -4251,0.5,0.255951455205554,0.0,0.0342326028314862,0.0,0.0393514363808098 -4252,0.5,0.255951455205554,0.0,0.0356507771496908,0.0,0.0492867226753064 -4253,0.5,0.255951455205554,0.00291816820178982,0.0351177311599152,0.00499872410293932,0.0547020156721345 -4254,0.5,0.255951455205554,0.054231275374146,0.0333702513966799,0.0598328641932895,0.0513114698763353 -4255,0.5,0.255951455205554,0.130862918052623,0.0418162048953334,0.131807429837373,0.0445078613054043 -4256,0.5,0.255951455205554,0.236686947219172,0.0627524750673718,0.225417975430333,0.0423278876431232 -4257,0.5,0.255951455205554,0.350514924312125,0.0850147767590276,0.234302130877154,0.0379106534998984 -4258,0.5,0.255951455205554,0.470947923078757,0.104261446750128,0.224617370461509,0.0215180426512277 -4259,0.5,0.255951455205554,0.565856782452797,0.127950444393055,0.286783755403104,0.0169693589557199 -4260,0.5,0.255951455205554,0.607094280078057,0.143054291507687,0.364939699381729,0.019882467708756 -4261,0.5,0.255951455205554,0.610173323495919,0.151401191773793,0.627666862522573,0.0175926833724199 -4262,0.5,0.255951455205554,0.567236311571908,0.144809186001092,0.1917309621328,0.0150433503521743 -4263,0.5,0.255951455205554,0.508489954316443,0.145125497415686,0.112921117403804,0.0129394088947897 -4264,0.5,0.255951455205554,0.414954936864111,0.123730436911033,0.280501914199743,0.0106542489422758 -4265,0.5,0.255951455205554,0.305043328339957,0.0900823983008002,0.0483635445488786,0.0097077893084882 -4266,0.5,0.255951455205554,0.198331064695397,0.0507729012593207,0.0707013580426417,0.00835788470521647 -4267,0.5,0.255951455205554,0.0941877932365255,0.0271526420899398,0.0788222756841169,0.0154322272275026 -4268,0.5,0.255951455205554,0.0232512903006399,0.0219049672442646,0.00808153842090364,0.0206014700798338 -4269,0.5,0.255951455205554,6.53409385319259e-07,0.0235844842376364,0.000286985810991982,0.0195468296697621 -4270,0.5,0.255951455205554,0.0,0.025777365373364,0.0,0.0111205607739216 -4271,0.5,0.255951455205554,0.0,0.0275118491401479,0.0,0.00853615182803002 -4272,0.5,0.255951455205554,0.0,0.0281247767428739,0.0,0.0112436798607694 -4273,0.5,0.255951455205554,0.0,0.0293062509186099,0.0,0.00963509268601523 -4274,0.5,0.255951455205554,0.0,0.0274496820629726,0.0,0.00850432985798528 -4275,0.5,0.255951455205554,0.0,0.0266188111036672,0.0,0.00926471730852163 -4276,0.5,0.255951455205554,0.0,0.0254013495888163,0.0,0.0117566960319628 -4277,0.5,0.255951455205554,0.0017644860316849,0.0227310008218003,0.00541344810411961,0.0172424698725488 -4278,0.5,0.255951455205554,0.0427739382208103,0.0203728982436235,0.0644819839388688,0.0282883138008795 -4279,0.5,0.255951455205554,0.106114701462874,0.0228508717393566,0.131397263928262,0.0372729819462154 -4280,0.5,0.255951455205554,0.189580862368949,0.0310704765460906,0.192412025970494,0.0326516398100898 -4281,0.5,0.255951455205554,0.288474149704707,0.0413371213714151,0.20493972020568,0.0180794127077322 -4282,0.5,0.255951455205554,0.392524265054205,0.0515134526756814,0.27644776207276,0.0158754036943654 -4283,0.5,0.255951455205554,0.446088348663532,0.0701419344851167,0.24266615870859,0.0244569981546602 -4284,0.5,0.255951455205554,0.429219426865535,0.0907056526661814,0.0470694838322625,0.0401465881706644 -4285,0.5,0.255951455205554,0.438886977426704,0.111243347291572,0.0592340068521511,0.0361616280797505 -4286,0.5,0.255951455205554,0.413513394011061,0.116317062957594,0.041292344575443,0.0259603774492806 -4287,0.5,0.255951455205554,0.348161806530723,0.109663492089867,0.0926471460054809,0.031756505578941 -4288,0.5,0.255951455205554,0.282326294145593,0.0833394196385314,0.192266147897147,0.0638392866546796 -4289,0.5,0.255951455205554,0.195861575167529,0.0469094556693551,0.256396245941847,0.128331775624027 -4290,0.5,0.255951455205554,0.110104453880073,0.0273987258324923,0.205088447491667,0.155971549674947 -4291,0.5,0.255951455205554,0.0513835306078186,0.0217804428172981,0.1200830247204,0.147815468012972 -4292,0.5,0.255951455205554,0.0104604514856932,0.0173214489168177,0.0269981220299421,0.135757571057674 -4293,0.5,0.255951455205554,2.11838099672074e-06,0.0208249003384716,0.0,0.109091147643446 -4294,0.5,0.255951455205554,0.0,0.0212081613101361,0.0,0.0694834744324295 -4295,0.5,0.255951455205554,0.0,0.0188548141638298,0.0,0.0379494783841069 -4296,0.5,0.255951455205554,0.0,0.0178071679534934,0.0,0.0191060802365066 -4297,0.5,0.255951455205554,0.0,0.0143423847041259,0.0,0.011515929870381 -4298,0.5,0.255951455205554,0.0,0.00829498472462938,0.0,0.0074331774166815 -4299,0.5,0.255951455205554,0.0,0.00772631751070016,0.0,0.00549600906299948 -4300,0.5,0.255951455205554,0.0,0.0089581060891223,0.0,0.00289620890783483 -4301,0.5,0.255951455205554,0.000579194718167734,0.0117384903401686,0.00542996779210845,0.000781620491616397 -4302,0.5,0.255951455205554,0.0173654910877929,0.0194032643022495,0.0649283161205852,0.00180207091626834 -4303,0.5,0.255951455205554,0.0431306341281932,0.029358994664881,0.137670544304046,0.0026669892840201 -4304,0.5,0.255951455205554,0.070998839086977,0.0402802925165056,0.227502701525936,0.00615224970852783 -4305,0.5,0.255951455205554,0.101588788437427,0.0582511993259801,0.297355542713221,0.00880388672631268 -4306,0.5,0.255951455205554,0.13269951650942,0.0742435904848098,0.382625380661349,0.0191436803295016 -4307,0.5,0.255951455205554,0.15840430387693,0.0921634654857801,0.432779092778065,0.0494256091479739 -4308,0.5,0.255951455205554,0.168185439987285,0.101954761117099,0.49585573013345,0.0675679627898682 -4309,0.5,0.255951455205554,0.153171088723075,0.103453660549017,0.455175999659899,0.0786562598954414 -4310,0.5,0.255951455205554,0.138436653169857,0.109645455930739,0.52041454693693,0.125861963328034 -4311,0.5,0.255951455205554,0.120518006262447,0.124464675784794,0.349239329438584,0.189521936866294 -4312,0.5,0.255951455205554,0.0953535487085766,0.138396098798158,0.24868488831959,0.241477779870809 -4313,0.5,0.255951455205554,0.071797551142619,0.145845813769963,0.257346300433949,0.299539996666889 -4314,0.5,0.255951455205554,0.0485991145472956,0.14039782643575,0.156993910424164,0.314342952959896 -4315,0.5,0.255951455205554,0.0240441768214224,0.126956351999318,0.0563856491150545,0.309181415683834 -4316,0.5,0.255951455205554,0.00803190409866566,0.106494378424546,0.0447442553684548,0.293058377278076 -4317,0.5,0.255951455205554,7.33546163594205e-06,0.0922484434854599,0.0,0.258624616742492 -4318,0.5,0.255951455205554,0.0,0.0907225448481485,0.0,0.216827266746964 -4319,0.5,0.255951455205554,0.0,0.0885267819954534,0.0,0.199672963186239 -4320,0.5,0.255951455205554,0.0,0.0843344265821581,0.0,0.191536923516018 -4321,0.5,0.255951455205554,0.0,0.0777353082648182,0.0,0.192368193246939 -4322,0.5,0.255951455205554,0.0,0.0721853700297448,0.0,0.217885942571857 -4323,0.5,0.255951455205554,0.0,0.0689437635722631,0.0,0.253914736508494 -4324,0.5,0.255951455205554,0.0,0.0645753007855514,0.0,0.253768766687517 -4325,0.5,0.255951455205554,0.00135446368000151,0.0613313404461143,0.00120756218695163,0.215318954637857 -4326,0.5,0.255951455205554,0.028954460095909,0.0713959399052417,0.00647543896770521,0.183126836502284 -4327,0.5,0.255951455205554,0.0786589467479598,0.116227627138396,0.0303241181225391,0.217340850936781 -4328,0.5,0.255951455205554,0.146377635598439,0.17303522745831,0.0705966524735334,0.25959891213943 -4329,0.5,0.255951455205554,0.214740183958725,0.2029366989082,0.109825482954482,0.327614263193407 -4330,0.5,0.255951455205554,0.289579225779391,0.225041838618959,0.176970583839027,0.376256852229784 -4331,0.5,0.255951455205554,0.346554761048215,0.254342515296065,0.165684040699841,0.481692294244952 -4332,0.5,0.255951455205554,0.373915129800957,0.268740153546106,0.108595793748584,0.577877497442873 -4333,0.5,0.255951455205554,0.381781598320828,0.289954649812136,0.115177868701361,0.596425620161274 -4334,0.5,0.255951455205554,0.383808664790488,0.309342193689887,0.11512717784402,0.538456708958414 -4335,0.5,0.255951455205554,0.364076450248152,0.316977660879428,0.101404560475673,0.487253281652003 -4336,0.5,0.255951455205554,0.306544816643981,0.301344421622238,0.0950107178834698,0.472047972875927 -4337,0.5,0.255951455205554,0.238820517640741,0.267453670269965,0.145304246064013,0.46884569603499 -4338,0.5,0.255951455205554,0.165805263359697,0.222282346844343,0.0382776144869802,0.433235304705233 -4339,0.5,0.255951455205554,0.0855936624880289,0.162854285809809,0.0192046069518068,0.367179117949433 -4340,0.5,0.255951455205554,0.020393651260942,0.109025656543464,0.00851578796857756,0.349211466031867 -4341,0.5,0.255951455205554,3.65725179450493e-06,0.078832365607619,0.000601060336504495,0.358002265913355 -4342,0.5,0.255951455205554,0.0,0.0663288726251197,0.0,0.371002454380185 -4343,0.5,0.255951455205554,0.0,0.05915705581469,0.0,0.375568198425349 -4344,0.5,0.255951455205554,0.0,0.0558975865837068,0.0,0.352903246715583 -4345,0.5,0.255951455205554,0.0,0.0549987445307448,0.0,0.346526587777578 -4346,0.5,0.255951455205554,0.0,0.0563822214633377,0.0,0.360574415122608 -4347,0.5,0.255951455205554,0.0,0.0568802027721503,0.0,0.383632304288374 -4348,0.5,0.255951455205554,0.0,0.0546998132213201,0.0,0.399582873943663 -4349,0.5,0.255951455205554,0.00116694419890764,0.0513676247119515,0.000661631177046869,0.385267510205737 -4350,0.5,0.255951455205554,0.0432365945739276,0.0537707103234634,0.00961507599255217,0.306113428695105 -4351,0.5,0.255951455205554,0.116143306960145,0.0826036388740124,0.0437814771663864,0.250617217565478 -4352,0.5,0.255951455205554,0.217362111719311,0.128183699718964,0.177008187567277,0.231712103145401 -4353,0.5,0.255951455205554,0.322398978982537,0.154869457097545,0.352548880083708,0.219396632623797 -4354,0.5,0.255951455205554,0.421009392996949,0.166769242627153,0.501252854286832,0.208141735707048 -4355,0.5,0.255951455205554,0.506376056718699,0.181499705012792,0.52886112925687,0.221683273652705 -4356,0.5,0.255951455205554,0.556666347850708,0.205219866419772,0.253056276294429,0.253364831638411 -4357,0.5,0.255951455205554,0.565296913606313,0.22340250547951,0.248184375094376,0.29165977167511 -4358,0.5,0.255951455205554,0.550208220796798,0.22914249098189,0.258967945238145,0.310494380804668 -4359,0.5,0.255951455205554,0.4972101683517,0.225324788465426,0.392716826151765,0.314688777382253 -4360,0.5,0.255951455205554,0.424305905839955,0.220278591949784,0.470170711380925,0.313485607226197 -4361,0.5,0.255951455205554,0.320770128629657,0.199414047207258,0.260106518053985,0.317972663205847 -4362,0.5,0.255951455205554,0.214614100913067,0.167938444346485,0.153404388011369,0.31309869517336 -4363,0.5,0.255951455205554,0.107838827963908,0.118044689665149,0.131267845639264,0.284201940171941 -4364,0.5,0.255951455205554,0.0231153728296331,0.0621589864697718,0.0477620611905072,0.237927727398272 -4365,0.5,0.255951455205554,0.0,0.0487784799843272,0.0,0.210328821808255 -4366,0.5,0.255951455205554,0.0,0.0468575657230635,0.0,0.181879808084482 -4367,0.5,0.255951455205554,0.0,0.0464804709781711,0.0,0.18109290032055 -4368,0.5,0.255951455205554,0.0,0.0486548037495566,0.0,0.200231516996778 -4369,0.5,0.255951455205554,0.0,0.0526132317801656,0.0,0.218930171392802 -4370,0.5,0.255951455205554,0.0,0.0553535254367015,0.0,0.235016588651961 -4371,0.5,0.255951455205554,0.0,0.0583337991756751,0.0,0.258358516191183 -4372,0.5,0.255951455205554,0.0,0.0594562971844506,0.0,0.270142042363803 -4373,0.5,0.255951455205554,0.00198721657831566,0.0559728081485699,0.00447789695981804,0.217015024593148 -4374,0.5,0.255951455205554,0.042210495430603,0.0552534229890979,0.0435875045543051,0.158157048716411 -4375,0.5,0.255951455205554,0.106175796722451,0.0843575368938936,0.0920044744351485,0.113318146006612 -4376,0.5,0.255951455205554,0.197987226633209,0.12698309639681,0.161441350175144,0.0646662126464795 -4377,0.5,0.255951455205554,0.297228284146252,0.161841774984576,0.279266452245054,0.0326582573760944 -4378,0.5,0.255951455205554,0.393253912121995,0.186959256751156,0.42215380419682,0.0378362272234635 -4379,0.5,0.255951455205554,0.456053233001437,0.202318879855466,0.407337916701825,0.0535930939890088 -4380,0.5,0.255951455205554,0.508363769181502,0.231600221443038,0.12408585272009,0.0641854506849837 -4381,0.5,0.255951455205554,0.532297053515458,0.267848908885242,0.156895386007566,0.0610000808132376 -4382,0.5,0.255951455205554,0.521990449442365,0.281901857895548,0.15277974006785,0.0630242740197197 -4383,0.5,0.255951455205554,0.484496345453018,0.265934437663893,0.171046352393446,0.0750480784979942 -4384,0.5,0.255951455205554,0.410158069000401,0.240888759821876,0.141508492054758,0.0957710565884856 -4385,0.5,0.255951455205554,0.311526745018238,0.216401849258335,0.199829065434254,0.114219264000393 -4386,0.5,0.255951455205554,0.211189451454736,0.175597713269372,0.2461067755115,0.125259130025105 -4387,0.5,0.255951455205554,0.109331442379715,0.118247255470213,0.129237407412008,0.107617717773786 -4388,0.5,0.255951455205554,0.0232042259198329,0.0694669386554903,0.0517979778285257,0.107029230889571 -4389,0.5,0.255951455205554,0.0,0.0434480757943035,0.0,0.120247946182238 -4390,0.5,0.255951455205554,0.0,0.0296776118468982,0.0,0.152178159753293 -4391,0.5,0.255951455205554,0.0,0.0247444912906654,0.0,0.203023405371171 -4392,0.5,0.255951455205554,0.0,0.0253297884418176,0.0,0.261918815695164 -4393,0.5,0.255951455205554,0.0,0.0285313068670749,0.0,0.335148407605262 -4394,0.5,0.255951455205554,0.0,0.0321513060286946,0.0,0.452334235526797 -4395,0.5,0.255951455205554,0.0,0.0358040902211263,0.0,0.572754934089518 -4396,0.5,0.255951455205554,0.0,0.0415264286016251,0.0,0.656959473855413 -4397,0.5,0.255951455205554,0.00190087172904538,0.0508192866465003,0.00370093842856574,0.733372238655344 -4398,0.5,0.255951455205554,0.0505445611054441,0.0645006404679339,0.0478475645053261,0.79513961268995 -4399,0.5,0.255951455205554,0.127593706916017,0.0956767652949947,0.109497066737604,0.814662502548667 -4400,0.5,0.255951455205554,0.240162941536662,0.14197635963285,0.156671535516534,0.791185358135517 -4401,0.5,0.255951455205554,0.365955167006307,0.193994158837637,0.218356496076564,0.751844952477882 -4402,0.5,0.255951455205554,0.497487199328238,0.233931472233013,0.383160174013724,0.68687181783091 -4403,0.5,0.255951455205554,0.604242302730087,0.241794845817149,0.508098479452153,0.638005035339944 -4404,0.5,0.255951455205554,0.672499923999884,0.234615862129583,0.566890804761856,0.621318667384205 -4405,0.5,0.255951455205554,0.697166585169298,0.225562650661792,0.633376083932779,0.600814508122121 -4406,0.5,0.255951455205554,0.68298677320039,0.21065230971262,0.611682021981327,0.569292206177112 -4407,0.5,0.255951455205554,0.625778810919625,0.184298300356284,0.602135848268937,0.510765854770589 -4408,0.5,0.255951455205554,0.52118325658247,0.149917958132982,0.504378192270518,0.407187254768772 -4409,0.5,0.255951455205554,0.388172219237683,0.110419286911543,0.386961969079845,0.288208438329169 -4410,0.5,0.255951455205554,0.258406442923718,0.0600351193634509,0.270279005703549,0.216079733452718 -4411,0.5,0.255951455205554,0.128145678986032,0.0201070566753699,0.145821651179335,0.160282708040325 -4412,0.5,0.255951455205554,0.0242408167719688,0.0132084605115813,0.044889019267724,0.126337884633347 -4413,0.5,0.255951455205554,0.0,0.0129594975876485,0.0,0.102483244940625 -4414,0.5,0.255951455205554,0.0,0.0129367991769651,0.0,0.0746654083800195 -4415,0.5,0.255951455205554,0.0,0.0138640815543085,0.0,0.0590956835963684 -4416,0.5,0.255951455205554,0.0,0.016348107672275,0.0,0.0616730462060949 -4417,0.5,0.255951455205554,0.0,0.020481110069361,0.0,0.08579738001111 -4418,0.5,0.255951455205554,0.0,0.0254559526740503,0.0,0.119189778013792 -4419,0.5,0.255951455205554,0.0,0.0319894599125864,0.0,0.134271951686371 -4420,0.5,0.255951455205554,0.0,0.0378181547961787,0.0,0.129734201663749 -4421,0.5,0.255951455205554,0.0017636514955174,0.0403380825676835,0.0049456419762362,0.109337770452797 -4422,0.5,0.255951455205554,0.0501461430258143,0.0331688661860512,0.0619939627651368,0.083075878528442 -4423,0.5,0.255951455205554,0.127735129130422,0.0338444004323797,0.135290047439687,0.0648443124116478 -4424,0.5,0.255951455205554,0.244765423335405,0.0561145511933037,0.251354577637763,0.0553980252656345 -4425,0.5,0.255951455205554,0.372083232025621,0.0816557493538146,0.371780211776329,0.0518011723241579 -4426,0.5,0.255951455205554,0.503135919247122,0.0935129349936702,0.502648539927143,0.0457067552078224 -4427,0.5,0.255951455205554,0.605776207620498,0.102384673919024,0.610854228012376,0.039538186135475 -4428,0.5,0.255951455205554,0.661746638714267,0.118991427414015,0.674682318562577,0.0344290312208714 -4429,0.5,0.255951455205554,0.673575558008097,0.139478175259205,0.678392772361562,0.0292541310071098 -4430,0.5,0.255951455205554,0.644805881285823,0.151181025069493,0.685086065397456,0.0198987267747412 -4431,0.5,0.255951455205554,0.579011066663874,0.158564075506027,0.625942888536872,0.0150556798505379 -4432,0.5,0.255951455205554,0.475012161569187,0.152981615162095,0.519136525761832,0.0173129731240401 -4433,0.5,0.255951455205554,0.340559224471759,0.118871186719942,0.376765085449272,0.0215171529772767 -4434,0.5,0.255951455205554,0.211706597920926,0.0482880241080846,0.252170018081454,0.0248590648183257 -4435,0.5,0.255951455205554,0.0968656091124248,0.0371902578360612,0.134668037191345,0.0309677923823922 -4436,0.5,0.255951455205554,0.0202886625250641,0.0482482850290149,0.0538374020393303,0.0338220858678079 -4437,0.5,0.255951455205554,1.48494781130385e-06,0.0576490726460002,0.0,0.0325145720406797 -4438,0.5,0.255951455205554,0.0,0.0571044636376294,0.0,0.0346814802754987 -4439,0.5,0.255951455205554,0.0,0.0504208927769388,0.0,0.0375215794840069 -4440,0.5,0.255951455205554,0.0,0.0423057790013395,0.0,0.0352072832105295 -4441,0.5,0.255951455205554,0.0,0.0357877722907156,0.0,0.0328881503069094 -4442,0.5,0.255951455205554,0.0,0.0329480956142292,0.0,0.0396661310258363 -4443,0.5,0.255951455205554,0.0,0.030197450747752,0.0,0.0547841993774525 -4444,0.5,0.255951455205554,0.0,0.028112282950944,0.0,0.0682279375635995 -4445,0.5,0.255951455205554,0.00112916006236545,0.0264227296167868,0.00409996613501671,0.0642650600947741 -4446,0.5,0.255951455205554,0.0304325355516704,0.0272538513567528,0.0472834692512275,0.0627803763368096 -4447,0.5,0.255951455205554,0.0781127857914144,0.0359429065856151,0.119414664274471,0.0687036155121523 -4448,0.5,0.255951455205554,0.137775630709971,0.0582105240453157,0.218184010054121,0.0687587100358559 -4449,0.5,0.255951455205554,0.200254342078577,0.0876879037040929,0.316850091722134,0.0664855960440755 -4450,0.5,0.255951455205554,0.273929253839303,0.124180762702445,0.416973188124903,0.0426745130585863 -4451,0.5,0.255951455205554,0.350046105916085,0.173854600780311,0.492589382118649,0.0369015953014289 -4452,0.5,0.255951455205554,0.413400700841893,0.238058347594787,0.590918201001234,0.0249524654795022 -4453,0.5,0.255951455205554,0.456806560300472,0.288857314719779,0.669093545279012,0.0183871908254856 -4454,0.5,0.255951455205554,0.469904028157292,0.310963066704303,0.662894971724568,0.0160661543757974 -4455,0.5,0.255951455205554,0.428074037837919,0.314275914829326,0.604824366442595,0.0451183008907785 -4456,0.5,0.255951455205554,0.316503826689177,0.306841843516809,0.456935957501004,0.146829859101051 -4457,0.5,0.255951455205554,0.215583181272096,0.290669367966613,0.26198271486578,0.271195325269168 -4458,0.5,0.255951455205554,0.129107610824364,0.260098525933464,0.191328771070298,0.511718501578012 -4459,0.5,0.255951455205554,0.0585158649602844,0.217599946362848,0.0945481616509933,0.540227509054497 -4460,0.5,0.255951455205554,0.00875235631810502,0.172561111760868,0.0190972165444082,0.436677151725801 -4461,0.5,0.255951455205554,1.28261038711986e-06,0.140814189520764,0.0,0.334633275539032 -4462,0.5,0.255951455205554,0.0,0.124092003723206,0.0,0.246747280957313 -4463,0.5,0.255951455205554,0.0,0.107817790961821,0.0,0.192644410360317 -4464,0.5,0.255951455205554,0.0,0.0914173805614574,0.0,0.140965798410678 -4465,0.5,0.255951455205554,0.0,0.0730195024890231,0.0,0.0838846505249306 -4466,0.5,0.255951455205554,0.0,0.055589169141886,0.0,0.0248772881139155 -4467,0.5,0.255951455205554,0.0,0.0437470795307326,0.0,0.00903065111342044 -4468,0.5,0.255951455205554,0.0,0.037990060098193,0.0,0.00443996273487959 -4469,0.5,0.255951455205554,0.000708496142315122,0.0354357024027697,0.0014216397770964,0.00207601432221481 -4470,0.5,0.255951455205554,0.0271635251609457,0.0372569810593756,0.0101402094296441,0.00312816051429541 -4471,0.5,0.255951455205554,0.083888433649033,0.0593967766401498,0.0291367032467939,0.0112971029431944 -4472,0.5,0.255951455205554,0.167192212525438,0.101956296173999,0.0808918419628171,0.0385576569177569 -4473,0.5,0.255951455205554,0.272032800634716,0.155209305192055,0.156681575144956,0.0854995245996533 -4474,0.5,0.255951455205554,0.395018426438392,0.213360088735786,0.286213986468756,0.163895990162767 -4475,0.5,0.255951455205554,0.491688969949864,0.260205825056072,0.363732154870441,0.260573750296127 -4476,0.5,0.255951455205554,0.558988728219066,0.28644649215577,0.338579168223739,0.345265242975019 -4477,0.5,0.255951455205554,0.575679922849661,0.282748060620098,0.334446234829611,0.480204934753996 -4478,0.5,0.255951455205554,0.548857222779842,0.261462431208726,0.275223256921058,0.412649014511208 -4479,0.5,0.255951455205554,0.489942585058544,0.232968268658822,0.359453099738324,0.276975851393717 -4480,0.5,0.255951455205554,0.397199323587617,0.178009154943254,0.120155698452698,0.192389943286785 -4481,0.5,0.255951455205554,0.296347875811003,0.132998420146805,0.293392242227736,0.145319010721621 -4482,0.5,0.255951455205554,0.187676541168293,0.0806717327938528,0.223035379873082,0.149336871507518 -4483,0.5,0.255951455205554,0.0871965470525513,0.0381482372715749,0.0878632480597267,0.14117577299974 -4484,0.5,0.255951455205554,0.0164877535263119,0.0245159491096262,0.00148884914558629,0.106885093499299 -4485,0.5,0.255951455205554,8.54053575229707e-07,0.0264580788038709,0.000259103885544301,0.0909139170271999 -4486,0.5,0.255951455205554,0.0,0.0304438318137134,0.0,0.0709986826289775 -4487,0.5,0.255951455205554,0.0,0.0361890056299246,0.0,0.0557263242957077 -4488,0.5,0.255951455205554,0.0,0.0388500754398019,0.0,0.0417628597815371 -4489,0.5,0.255951455205554,0.0,0.0434454363931827,0.0,0.0240156343057456 -4490,0.5,0.255951455205554,0.0,0.0488063391660762,0.0,0.0220685077545046 -4491,0.5,0.255951455205554,0.0,0.0509551831659631,0.0,0.0142855677048617 -4492,0.5,0.255951455205554,0.0,0.0484621532802454,0.0,0.00830830316135757 -4493,0.5,0.255951455205554,0.00103932960073367,0.049449422609412,0.00063160872302314,0.00826893319371047 -4494,0.5,0.255951455205554,0.0263807717730134,0.0606427960033216,0.00411042892828128,0.0128943924031076 -4495,0.5,0.255951455205554,0.070397151864691,0.0803194785786594,0.0168144792802876,0.0130876354197473 -4496,0.5,0.255951455205554,0.13372450197223,0.105624219093713,0.0373841760811684,0.0149848728126418 -4497,0.5,0.255951455205554,0.207778136292999,0.126236781635066,0.0712827215019352,0.0218655508412544 -4498,0.5,0.255951455205554,0.293732048426499,0.139302184358165,0.119296520744308,0.0173272346536862 -4499,0.5,0.255951455205554,0.363966322633283,0.152086659291367,0.0978703481461198,0.0121739670904598 -4500,0.5,0.255951455205554,0.392861564827678,0.14056008206694,0.0445015546359961,0.0107252223881987 -4501,0.5,0.255951455205554,0.392431035522038,0.110805547599026,0.0624322248140089,0.00542190087590706 -4502,0.5,0.255951455205554,0.365858246827011,0.0920688275263453,0.0929667714816781,0.0019489671874805 -4503,0.5,0.255951455205554,0.326224246976615,0.0821249089556149,0.136480222099992,0.00135006176692566 -4504,0.5,0.255951455205554,0.268620652908666,0.0807316958523058,0.124076892190775,0.000858004816862024 -4505,0.5,0.255951455205554,0.187611160990627,0.0862513868124906,0.112398448826807,0.0014375790983302 -4506,0.5,0.255951455205554,0.119135089988558,0.0994841589754333,0.0633458130320679,0.00293818615543086 -4507,0.5,0.255951455205554,0.0555033176985239,0.10627514808088,0.0206751518761771,0.0041706155476516 -4508,0.5,0.255951455205554,0.0118330309292163,0.0996962753439192,0.00285568229783832,0.00369108359748069 -4509,0.5,0.255951455205554,5.12976506578731e-07,0.0960944920543052,0.0,0.00377179047430331 -4510,0.5,0.255951455205554,0.0,0.108695196670371,0.0,0.00798749488550364 -4511,0.5,0.255951455205554,0.0,0.12012760786671,0.0,0.0164807573531965 -4512,0.5,0.255951455205554,0.0,0.132558338026996,0.0,0.0288334430724311 -4513,0.5,0.255951455205554,0.0,0.148441048711018,0.0,0.0573401266474569 -4514,0.5,0.255951455205554,0.0,0.16375627484101,0.0,0.0741833580031925 -4515,0.5,0.255951455205554,0.0,0.192073187959433,0.0,0.105223960274458 -4516,0.5,0.255951455205554,0.0,0.217129261851217,0.0,0.137459144799399 -4517,0.5,0.255951455205554,0.00078103485816398,0.235956773854979,0.00150849319743688,0.113972272820532 -4518,0.5,0.255951455205554,0.0124322253565366,0.26254272742871,0.0430849619046103,0.0599197177085649 -4519,0.5,0.255951455205554,0.0321450653345268,0.28962677334587,0.113778380249943,0.103634863840881 -4520,0.5,0.255951455205554,0.0577517935451724,0.317333230855733,0.209884792810016,0.277026620385564 -4521,0.5,0.255951455205554,0.0860075418204522,0.327289584191859,0.32447620268801,0.616549612863408 -4522,0.5,0.255951455205554,0.115699829335865,0.343943721242019,0.456063451001947,0.822527248028501 -4523,0.5,0.255951455205554,0.145307870176903,0.37721471696324,0.564943633568441,0.87484826587783 -4524,0.5,0.255951455205554,0.153095134798019,0.408986655034441,0.622696108274457,0.89705746220637 -4525,0.5,0.255951455205554,0.155226482417852,0.45893863339575,0.646133342966785,0.926829942208027 -4526,0.5,0.255951455205554,0.138238618653878,0.472873226501272,0.633077745611253,0.9427135281019 -4527,0.5,0.255951455205554,0.118207086173163,0.483803007873364,0.535579136835781,0.95691135675854 -4528,0.5,0.255951455205554,0.102687154885744,0.495886268167447,0.410951088112365,0.953972698788466 -4529,0.5,0.255951455205554,0.0776847193447355,0.484799657560047,0.318469895086219,0.955946081961805 -4530,0.5,0.255951455205554,0.0475224901751995,0.448169292888816,0.215311175118275,0.962492054387039 -4531,0.5,0.255951455205554,0.0231820735695228,0.411210717017107,0.122289687134477,0.964281554653953 -4532,0.5,0.255951455205554,0.00566852511818147,0.393414999035458,0.0509205838980946,0.963560391007595 -4533,0.5,0.255951455205554,3.024593495743e-06,0.383722346943127,0.0,0.965235903658432 -4534,0.5,0.255951455205554,0.0,0.367505627051325,0.0,0.949771035095965 -4535,0.5,0.255951455205554,0.0,0.35559620549864,0.0,0.878354634943158 -4536,0.5,0.255951455205554,0.0,0.341118958091768,0.0,0.845379645291764 -4537,0.5,0.255951455205554,0.0,0.320242409259288,0.0,0.632074278293574 -4538,0.5,0.255951455205554,0.0,0.31537723918468,0.0,0.338823726177461 -4539,0.5,0.255951455205554,0.0,0.326429755507787,0.0,0.255612318647199 -4540,0.5,0.255951455205554,0.0,0.335175183905493,0.0,0.155442169545084 -4541,0.5,0.255951455205554,0.000528595274797211,0.335825866043576,0.00108908610943385,0.118926770050256 -4542,0.5,0.255951455205554,0.0105375260595622,0.341413805409802,0.0468998735348581,0.134256526423603 -4543,0.5,0.255951455205554,0.0321236052843905,0.355646999535086,0.117247417672761,0.179366006772818 -4544,0.5,0.255951455205554,0.063951391034688,0.389520547932638,0.208819087466651,0.265474700237086 -4545,0.5,0.255951455205554,0.10046616997775,0.421695024989931,0.290704064973788,0.435310935887483 -4546,0.5,0.255951455205554,0.132209891751355,0.434877687414769,0.294855732725819,0.582323976995685 -4547,0.5,0.255951455205554,0.152690478486421,0.449058854686364,0.420933896310664,0.635038782843627 -4548,0.5,0.255951455205554,0.174284281245718,0.46380657534255,0.45916238404335,0.630050837831007 -4549,0.5,0.255951455205554,0.182426314450274,0.482079835736294,0.54658083976501,0.608648602365608 -4550,0.5,0.255951455205554,0.180524338740511,0.48972584630894,0.596014584955428,0.59086305069264 -4551,0.5,0.255951455205554,0.167137078294992,0.476731912293535,0.594523072178742,0.64015027999485 -4552,0.5,0.255951455205554,0.13687637653019,0.440184576874482,0.511449271165542,0.661526808178336 -4553,0.5,0.255951455205554,0.108853925137284,0.399961528720054,0.387608868038193,0.722792709482729 -4554,0.5,0.255951455205554,0.0735397388583908,0.352365966647545,0.266882123534444,0.800028256671337 -4555,0.5,0.255951455205554,0.037283211523448,0.317951555325872,0.141465902535943,0.857424493395126 -4556,0.5,0.255951455205554,0.00832400629228655,0.293583680433064,0.0404077453487404,0.88671189789417 -4557,0.5,0.255951455205554,1.45979425367883e-06,0.283971991244127,0.0,0.886723623362131 -4558,0.5,0.255951455205554,0.0,0.288816665003192,0.0,0.883679878786843 -4559,0.5,0.255951455205554,0.0,0.293268952730899,0.0,0.876415236188251 -4560,0.5,0.255951455205554,0.0,0.290413728079632,0.0,0.836564621505994 -4561,0.5,0.255951455205554,0.0,0.277873633945051,0.0,0.769060552918008 -4562,0.5,0.255951455205554,0.0,0.255704333532591,0.0,0.705401286657741 -4563,0.5,0.255951455205554,0.0,0.230105504804096,0.0,0.657883766582389 -4564,0.5,0.255951455205554,0.0,0.211155396743573,0.0,0.632061910587383 -4565,0.5,0.255951455205554,0.000677348930025578,0.203121003097177,0.00353645106886248,0.618467942859235 -4566,0.5,0.255951455205554,0.0200982052773058,0.207740979383414,0.0556997357659781,0.602380486900556 -4567,0.5,0.255951455205554,0.0608950254348891,0.246948274200904,0.126505292482313,0.587806994451229 -4568,0.5,0.255951455205554,0.119428472777226,0.29553122266106,0.240138312954799,0.567258310270028 -4569,0.5,0.255951455205554,0.180400892736714,0.338628225591884,0.359926951587179,0.551554866119071 -4570,0.5,0.255951455205554,0.235118340240003,0.376993353298851,0.490465256829086,0.509973730444171 -4571,0.5,0.255951455205554,0.280429164811738,0.424700369214622,0.599686702380954,0.452186932915375 -4572,0.5,0.255951455205554,0.309484277057064,0.473771662638005,0.66475165579261,0.428395187906337 -4573,0.5,0.255951455205554,0.326078907213944,0.482260394525371,0.688402082762565,0.415242271682276 -4574,0.5,0.255951455205554,0.298414726829448,0.49742137336898,0.675524688494607,0.38463714900524 -4575,0.5,0.255951455205554,0.253889020073874,0.476340968440883,0.618632107212578,0.355777013838931 -4576,0.5,0.255951455205554,0.204762985979854,0.449613394486038,0.515149329603875,0.323916379836969 -4577,0.5,0.255951455205554,0.150910084056208,0.413339645794961,0.388779438345302,0.314622554217358 -4578,0.5,0.255951455205554,0.0966750448206707,0.357568746162279,0.267967381745409,0.309818480744363 -4579,0.5,0.255951455205554,0.0501226664757472,0.303325678792653,0.142684951743946,0.301497973790286 -4580,0.5,0.255951455205554,0.012117673701208,0.284846533119736,0.0405640125930043,0.29192287416218 -4581,0.5,0.255951455205554,0.0,0.283878440732254,0.0,0.294933972306272 -4582,0.5,0.255951455205554,0.0,0.275680335086914,0.0,0.322701703107954 -4583,0.5,0.255951455205554,0.0,0.259391628507452,0.0,0.424544421944817 -4584,0.5,0.255951455205554,0.0,0.245493259150566,0.0,0.665541224975856 -4585,0.5,0.255951455205554,0.0,0.230321661962934,0.0,0.815528505389941 -4586,0.5,0.255951455205554,0.0,0.211433646738185,0.0,0.811812266943775 -4587,0.5,0.255951455205554,0.0,0.193120013839221,0.0,0.803638328008888 -4588,0.5,0.255951455205554,0.0,0.179789104096651,0.0,0.775523433912638 -4589,0.5,0.255951455205554,0.000729800051285231,0.172261709868851,0.00336810553066615,0.735437610494857 -4590,0.5,0.255951455205554,0.0233892099975271,0.185360952381652,0.0559444870834068,0.703266358041082 -4591,0.5,0.255951455205554,0.0670536474227499,0.245873011865145,0.128170949525499,0.686969380288774 -4592,0.5,0.255951455205554,0.13533677263099,0.309526784891655,0.244649701584081,0.680748967224601 -4593,0.5,0.255951455205554,0.214931357828708,0.341424294837289,0.367892337797102,0.658893358221286 -4594,0.5,0.255951455205554,0.302088673725284,0.37099719048505,0.502227799656461,0.601740871503822 -4595,0.5,0.255951455205554,0.37350315326266,0.402960738526827,0.614998096686192,0.555716205034833 -4596,0.5,0.255951455205554,0.415364514631114,0.424211706067446,0.683025623879587,0.545884338134731 -4597,0.5,0.255951455205554,0.443332027832975,0.430201196618343,0.708799429859871,0.521089194986334 -4598,0.5,0.255951455205554,0.431000568984429,0.425601786376963,0.696838447959254,0.468010755075358 -4599,0.5,0.255951455205554,0.373474411325137,0.403284219938154,0.639160437886784,0.425050880034638 -4600,0.5,0.255951455205554,0.2900196157743,0.377981559565828,0.532424045215608,0.368322421030418 -4601,0.5,0.255951455205554,0.20105665687775,0.351610861925042,0.40129207135913,0.303339041818115 -4602,0.5,0.255951455205554,0.129307198806024,0.305145344059998,0.275628808388216,0.254067991318545 -4603,0.5,0.255951455205554,0.0641406944827178,0.253014408879934,0.145984656660783,0.214449989371655 -4604,0.5,0.255951455205554,0.0140132999814059,0.198142616285745,0.0407151477002894,0.192862684488182 -4605,0.5,0.255951455205554,0.0,0.170729684378725,0.0,0.186525422051138 -4606,0.5,0.255951455205554,0.0,0.155905018880018,0.0,0.184182744993038 -4607,0.5,0.255951455205554,0.0,0.134996765390792,0.0,0.185052271723302 -4608,0.5,0.255951455205554,0.0,0.114003760385308,0.0,0.196364479819961 -4609,0.5,0.255951455205554,0.0,0.0954892824613167,0.0,0.206757577763336 -4610,0.5,0.255951455205554,0.0,0.0832167935599126,0.0,0.202893696519461 -4611,0.5,0.255951455205554,0.0,0.0765945403390429,0.0,0.195268543967042 -4612,0.5,0.255951455205554,0.0,0.0723925625068984,0.0,0.190435471398053 -4613,0.5,0.255951455205554,0.000620637376476841,0.0670634919339252,0.00323278695572111,0.193498682051332 -4614,0.5,0.255951455205554,0.0253983187493693,0.067896454044103,0.0563714953244156,0.191650078122309 -4615,0.5,0.255951455205554,0.0731975349796841,0.0980398858604561,0.128633703258778,0.19432431365208 -4616,0.5,0.255951455205554,0.14213406093908,0.143513852101524,0.246140146769856,0.205211439422071 -4617,0.5,0.255951455205554,0.212655093560147,0.184909023800933,0.369556884606923,0.212328369141754 -4618,0.5,0.255951455205554,0.286826048448266,0.211257115451877,0.481715555127796,0.207018710287422 -4619,0.5,0.255951455205554,0.35305170845622,0.207866119272668,0.600756597077485,0.189492868916893 -4620,0.5,0.255951455205554,0.382997332930121,0.193226097749861,0.683992843174217,0.168079066311404 -4621,0.5,0.255951455205554,0.390519873962825,0.176287341599343,0.683268700442755,0.160307036555243 -4622,0.5,0.255951455205554,0.390672413427309,0.157288485973125,0.691694931517124,0.182943104765627 -4623,0.5,0.255951455205554,0.388048432464506,0.139588003421064,0.634955394522117,0.210326005387234 -4624,0.5,0.255951455205554,0.346938191962193,0.12841838801232,0.525314872560162,0.227194389470785 -4625,0.5,0.255951455205554,0.270769518303084,0.110731832978791,0.369068738169609,0.249937926697054 -4626,0.5,0.255951455205554,0.189134783661521,0.0971662603276816,0.233531358648675,0.22540437552153 -4627,0.5,0.255951455205554,0.0926529508204889,0.0751857544552635,0.126174908226678,0.168638183613894 -4628,0.5,0.255951455205554,0.0169337304318833,0.0560433382671124,0.0493741168357389,0.137124771685898 -4629,0.5,0.255951455205554,0.0,0.0532994263973669,0.0,0.106354469317747 -4630,0.5,0.255951455205554,0.0,0.0514817788313487,0.0,0.0994253168009355 -4631,0.5,0.255951455205554,0.0,0.0442374688202886,0.0,0.0936790000907444 -4632,0.5,0.255951455205554,0.0,0.041886061415233,0.0,0.0990846309068967 -4633,0.5,0.255951455205554,0.0,0.0414592777772822,0.0,0.096649649150603 -4634,0.5,0.255951455205554,0.0,0.0451983503468015,0.0,0.0776864919437846 -4635,0.5,0.255951455205554,0.0,0.0501536945829194,0.0,0.0624378821080613 -4636,0.5,0.255951455205554,0.0,0.0555170606758841,0.0,0.0522940835770178 -4637,0.5,0.255951455205554,0.000373738005039846,0.0621734074272773,0.00184087813967471,0.0515647779634437 -4638,0.5,0.255951455205554,0.0274505353085151,0.069396572333781,0.0405499178901976,0.0679228565957805 -4639,0.5,0.255951455205554,0.0767038035993332,0.079083243176558,0.090709901665662,0.0858002301739182 -4640,0.5,0.255951455205554,0.137505416559603,0.0939016664016927,0.107158331865771,0.098967293412744 -4641,0.5,0.255951455205554,0.194982608787438,0.113265310906487,0.112759934625077,0.108623096382387 -4642,0.5,0.255951455205554,0.248745562722675,0.133061446407011,0.195124381625087,0.11297357054225 -4643,0.5,0.255951455205554,0.291209221935588,0.153616987038603,0.207401222791725,0.11059778308605 -4644,0.5,0.255951455205554,0.321584641891803,0.179829811845611,0.236550374837372,0.11000171266858 -4645,0.5,0.255951455205554,0.354135822479809,0.21553057645918,0.238194322855744,0.109781707414075 -4646,0.5,0.255951455205554,0.350154682882454,0.247940368028005,0.218745430905124,0.112049287809487 -4647,0.5,0.255951455205554,0.327758412275001,0.260834280167357,0.182066755595567,0.115049251913095 -4648,0.5,0.255951455205554,0.26236419359728,0.2471851215949,0.120546019745561,0.119175645106796 -4649,0.5,0.255951455205554,0.185881166359794,0.203882816528537,0.079310830290142,0.128866717431868 -4650,0.5,0.255951455205554,0.120667606789397,0.152609474937272,0.0393142512447048,0.140540469047679 -4651,0.5,0.255951455205554,0.0579341747104487,0.116892454962535,0.0200364590990386,0.151989318092965 -4652,0.5,0.255951455205554,0.0110694005526776,0.103768406579211,0.00341676244061309,0.165604632757125 -4653,0.5,0.255951455205554,1.13910070005072e-06,0.101120799247579,3.29119629294607e-05,0.168932465598413 -4654,0.5,0.255951455205554,0.0,0.103167505651861,0.0,0.168963310128707 -4655,0.5,0.255951455205554,0.0,0.107250669310174,0.0,0.178673966776439 -4656,0.5,0.255951455205554,0.0,0.112279257498087,0.0,0.190029132164882 -4657,0.5,0.255951455205554,0.0,0.119997764738962,0.0,0.208611349545154 -4658,0.5,0.255951455205554,0.0,0.126451503286755,0.0,0.233394566111507 -4659,0.5,0.255951455205554,0.0,0.13305733708838,0.0,0.257384434790388 -4660,0.5,0.255951455205554,0.0,0.14190667010498,0.0,0.278796994415603 -4661,0.5,0.255951455205554,0.00047522016651547,0.154049474959746,2.27998579411556e-05,0.291451285605747 -4662,0.5,0.255951455205554,0.0197694247595307,0.178019553329224,0.00124475924836914,0.303117183163906 -4663,0.5,0.255951455205554,0.0612427338894919,0.238132699742121,0.00933763844741726,0.322501541236137 -4664,0.5,0.255951455205554,0.117135436432516,0.314125564561671,0.0332147393771038,0.386333081996136 -4665,0.5,0.255951455205554,0.177987995748984,0.376514655796138,0.05637413125495,0.455329781832796 -4666,0.5,0.255951455205554,0.247425349632576,0.425358282968944,0.114027272618,0.439012583313256 -4667,0.5,0.255951455205554,0.314879888151345,0.457009795149649,0.188587538578344,0.407674865676567 -4668,0.5,0.255951455205554,0.362309496914188,0.466848108633799,0.297859761742556,0.430020841069702 -4669,0.5,0.255951455205554,0.38255258142746,0.466152532000523,0.46526196094085,0.405373340605358 -4670,0.5,0.255951455205554,0.375965078141094,0.460064560158519,0.574812006183651,0.296671179457421 -4671,0.5,0.255951455205554,0.335005542027256,0.442216141665004,0.57534901063266,0.226053241817658 -4672,0.5,0.255951455205554,0.279213280882695,0.410564207756839,0.505341809352286,0.218503644815659 -4673,0.5,0.255951455205554,0.211975775325296,0.363201603986651,0.392461767753689,0.266743507883727 -4674,0.5,0.255951455205554,0.139217150183044,0.290813228730065,0.271907037813614,0.377120035919736 -4675,0.5,0.255951455205554,0.0637842935666426,0.213809605506576,0.14441213619858,0.538373622691181 -4676,0.5,0.255951455205554,0.00993483208759153,0.158305063300682,0.0384946914311701,0.526027249916252 -4677,0.5,0.255951455205554,8.21931041679218e-07,0.126137740596778,0.0,0.371959568887792 -4678,0.5,0.255951455205554,0.0,0.112243607141204,0.0,0.296854658033537 -4679,0.5,0.255951455205554,0.0,0.109259096199793,0.0,0.277800205217466 -4680,0.5,0.255951455205554,0.0,0.108051715934585,0.0,0.343661123678674 -4681,0.5,0.255951455205554,0.0,0.100708140805284,0.0,0.435091475731024 -4682,0.5,0.255951455205554,0.0,0.0939235279957928,0.0,0.394985122159098 -4683,0.5,0.255951455205554,0.0,0.0908287833796543,0.0,0.508132043777031 -4684,0.5,0.255951455205554,0.0,0.0822141644031604,0.0,0.691224460208121 -4685,0.5,0.255951455205554,0.000397777834999824,0.0746745372756666,0.00242987007454955,0.784480689151874 -4686,0.5,0.255951455205554,0.0192701364265547,0.0745564608323593,0.0517716499915244,0.787163541753037 -4687,0.5,0.255951455205554,0.0598876431119847,0.120849731463113,0.125497742276295,0.755391278017428 -4688,0.5,0.255951455205554,0.118929905001518,0.196540876904576,0.231338554592559,0.823473803163959 -4689,0.5,0.255951455205554,0.182428927566758,0.251906690314679,0.149789580441333,0.748988859648309 -4690,0.5,0.255951455205554,0.250579019541825,0.282729100308564,0.0476468760248348,0.616864529656164 -4691,0.5,0.255951455205554,0.320632247955019,0.302782459128979,0.0770605207508354,0.461982444980335 -4692,0.5,0.255951455205554,0.366762050376231,0.310867883830489,0.177243012440735,0.426139639288096 -4693,0.5,0.255951455205554,0.373633232255559,0.314271345466566,0.245612656864279,0.473813175108766 -4694,0.5,0.255951455205554,0.355194208190699,0.295762288080713,0.324473133385822,0.532176751009446 -4695,0.5,0.255951455205554,0.331553221181893,0.274985232489099,0.222975575164756,0.593494846735947 -4696,0.5,0.255951455205554,0.285652686677827,0.253014968219293,0.0587078666542223,0.526108583690862 -4697,0.5,0.255951455205554,0.217369935175945,0.204968905965072,0.0116998204080544,0.431242218548098 -4698,0.5,0.255951455205554,0.14889815833192,0.161332396835943,0.0125213490059173,0.498235245501171 -4699,0.5,0.255951455205554,0.0752940069897002,0.119333303714699,0.0442049608180069,0.511643842348343 -4700,0.5,0.255951455205554,0.0108586519837754,0.0840703124585522,0.0128004108317536,0.437623590812189 -4701,0.5,0.255951455205554,2.90950860470185e-07,0.0679960604231953,0.0,0.3627976565342 -4702,0.5,0.255951455205554,0.0,0.0622236893584816,0.0,0.292640361423648 -4703,0.5,0.255951455205554,0.0,0.0568939582395545,0.0,0.213427938163761 -4704,0.5,0.255951455205554,0.0,0.0487583712322472,0.0,0.199324916518951 -4705,0.5,0.255951455205554,0.0,0.0421510855456612,0.0,0.177553423251008 -4706,0.5,0.255951455205554,0.0,0.0338868471943607,0.0,0.14531162035746 -4707,0.5,0.255951455205554,0.0,0.0301422976831318,0.0,0.124364075344814 -4708,0.5,0.255951455205554,0.0,0.0278579421859944,0.0,0.116778589028591 -4709,0.5,0.255951455205554,0.000299852543292227,0.0259997525477337,7.43497318394019e-05,0.120197052136976 -4710,0.5,0.255951455205554,0.0246605050639332,0.0283405174466755,0.00186427351559955,0.114110605337663 -4711,0.5,0.255951455205554,0.0796671026410782,0.0389203748909232,0.00802351163272519,0.102014474591729 -4712,0.5,0.255951455205554,0.159846088912013,0.0563312859960582,0.0296760269568759,0.0893250766557302 -4713,0.5,0.255951455205554,0.253434484521393,0.075710676175939,0.115388001905831,0.0792664031082 -4714,0.5,0.255951455205554,0.34814369569906,0.0906168307988279,0.393074177350333,0.0705325222424265 -4715,0.5,0.255951455205554,0.420337277510077,0.0992272178948572,0.496422051555403,0.0724089194768226 -4716,0.5,0.255951455205554,0.464229585357434,0.108875880210197,0.572194883290218,0.0786809524101651 -4717,0.5,0.255951455205554,0.472315242637657,0.116961525372732,0.484675265365606,0.0894186278729594 -4718,0.5,0.255951455205554,0.455833944707346,0.120313798342104,0.449180990521054,0.0839110086752212 -4719,0.5,0.255951455205554,0.421147511827993,0.114639008908632,0.391635803223357,0.0443826475348785 -4720,0.5,0.255951455205554,0.356370035422721,0.103279812170276,0.317717322679228,0.0281092615301901 -4721,0.5,0.255951455205554,0.280147564747897,0.0914838802129561,0.0912959162831587,0.0226654102865827 -4722,0.5,0.255951455205554,0.189813040710998,0.0734155495129337,0.0374961831194422,0.0299746635757996 -4723,0.5,0.255951455205554,0.0917697074834974,0.0500108898745659,0.0352024925374988,0.050051927525979 -4724,0.5,0.255951455205554,0.0126723374096356,0.0332472899806979,0.0388842533088836,0.0685099917956507 -4725,0.5,0.255951455205554,4.45034615212847e-10,0.0246642254101245,0.0,0.0698891551440022 -4726,0.5,0.255951455205554,0.0,0.0169558386006195,0.0,0.0696019284933014 -4727,0.5,0.255951455205554,0.0,0.0120286746551907,0.0,0.0826958210187001 -4728,0.5,0.255951455205554,0.0,0.00866313777469734,0.0,0.122032829394538 -4729,0.5,0.255951455205554,0.0,0.00696318618550705,0.0,0.201586936228786 -4730,0.5,0.255951455205554,0.0,0.00655156632974652,0.0,0.280825980908232 -4731,0.5,0.255951455205554,0.0,0.00680424923113093,0.0,0.358172328809837 -4732,0.5,0.255951455205554,0.0,0.00723368061857621,0.0,0.426368687365491 -4733,0.5,0.255951455205554,0.000278438043596542,0.00741339131001921,0.0017573550545031,0.464632070353443 -4734,0.5,0.255951455205554,0.0278715022053096,0.00727440704679895,0.0517696795987968,0.400918294912522 -4735,0.5,0.255951455205554,0.0888752275344494,0.00804847310747815,0.123922840724311,0.401456945326309 -4736,0.5,0.255951455205554,0.181363470341164,0.0119472071492634,0.237219262683468,0.437692537484771 -4737,0.5,0.255951455205554,0.287117884064455,0.0182635226022353,0.305979640240454,0.413674777644618 -4738,0.5,0.255951455205554,0.398033270875027,0.0267578607730542,0.310940875727431,0.295665284227606 -4739,0.5,0.255951455205554,0.485206715768578,0.0368018793387219,0.325780804592961,0.182099585574312 -4740,0.5,0.255951455205554,0.53385041373389,0.0488459926157813,0.37867836969027,0.104317925413249 -4741,0.5,0.255951455205554,0.572627899623617,0.0558054615000105,0.43809971217113,0.0737249599655965 -4742,0.5,0.255951455205554,0.573522493464612,0.0566639108133511,0.450400326600548,0.085333182373193 -4743,0.5,0.255951455205554,0.53260882031174,0.057541381007707,0.413183488339594,0.0845247380595178 -4744,0.5,0.255951455205554,0.447597211410827,0.0605222733978177,0.366766427746083,0.0553543632301186 -4745,0.5,0.255951455205554,0.334485393805115,0.063853633519805,0.298877041413488,0.0378245644914236 -4746,0.5,0.255951455205554,0.223371088003111,0.0621592696753507,0.196970914423238,0.0308205398253356 -4747,0.5,0.255951455205554,0.104793689761811,0.0484125387143979,0.0774073915195404,0.0259430310761755 -4748,0.5,0.255951455205554,0.0130362655226233,0.038053973149914,0.0241520840182111,0.0229374104672197 -4749,0.5,0.255951455205554,0.0,0.0324710705897845,0.0,0.0176757967500424 -4750,0.5,0.255951455205554,0.0,0.0264986085178394,0.0,0.00868626627492774 -4751,0.5,0.255951455205554,0.0,0.0221399589795414,0.0,0.005079577926887 -4752,0.5,0.255951455205554,0.0,0.0193279674646201,0.0,0.00655731074538084 -4753,0.5,0.255951455205554,0.0,0.0172084642469911,0.0,0.0101768271608086 -4754,0.5,0.255951455205554,0.0,0.0160567355557243,0.0,0.0134446964828309 -4755,0.5,0.255951455205554,0.0,0.0159004346304291,0.0,0.0190068514205383 -4756,0.5,0.255951455205554,0.0,0.0168814896535691,0.0,0.0293564587284492 -4757,0.5,0.255951455205554,0.000329381083765354,0.0175341647394216,0.000337087827518835,0.0446383780962352 -4758,0.5,0.255951455205554,0.0348517194730543,0.0164982548394367,0.00739639469564623,0.0527548412950733 -4759,0.5,0.255951455205554,0.108564341033749,0.0214091568197994,0.0371581800539359,0.052507767071277 -4760,0.5,0.255951455205554,0.221090889290874,0.040716421219867,0.0963436366339534,0.0517545980996144 -4761,0.5,0.255951455205554,0.348548897188059,0.0636397609951825,0.183162324562269,0.0581409559784691 -4762,0.5,0.255951455205554,0.483210783647533,0.0871356055820595,0.369257527067719,0.0858202764287315 -4763,0.5,0.255951455205554,0.592378164148351,0.110460961022983,0.434130432332552,0.101600574345563 -4764,0.5,0.255951455205554,0.655112621255207,0.129316466093169,0.487312610492515,0.12404419165981 -4765,0.5,0.255951455205554,0.677523607148087,0.137356569337054,0.591165114206394,0.142658358243941 -4766,0.5,0.255951455205554,0.662791185030704,0.142580736717512,0.601700851864608,0.149829703609107 -4767,0.5,0.255951455205554,0.607744066740819,0.147010809824551,0.56259528040647,0.165592052692726 -4768,0.5,0.255951455205554,0.506124110828954,0.150579357780105,0.43112000189571,0.188773236353298 -4769,0.5,0.255951455205554,0.375122115292485,0.152816143302551,0.332020455762578,0.212079861778554 -4770,0.5,0.255951455205554,0.247094522347967,0.127149789610157,0.225322117509133,0.258644884743479 -4771,0.5,0.255951455205554,0.109574175269781,0.0885839050698891,0.114381815504686,0.336672681779423 -4772,0.5,0.255951455205554,0.0124313091460352,0.0914229756285895,0.0333835061649959,0.413157051290197 -4773,0.5,0.255951455205554,0.0,0.10432881339969,0.0,0.443787009293316 -4774,0.5,0.255951455205554,0.0,0.10395150140027,0.0,0.431725803274498 -4775,0.5,0.255951455205554,0.0,0.0965014314668306,0.0,0.413708002425602 -4776,0.5,0.255951455205554,0.0,0.0886140367306566,0.0,0.398377347669079 -4777,0.5,0.255951455205554,0.0,0.0825488061876301,0.0,0.370223940734018 -4778,0.5,0.255951455205554,0.0,0.0803483291129825,0.0,0.347384213883158 -4779,0.5,0.255951455205554,0.0,0.0808490065364635,0.0,0.286379903442865 -4780,0.5,0.255951455205554,0.0,0.0821020848706865,0.0,0.201005082269909 -4781,0.5,0.255951455205554,0.000310151203752588,0.0842589388902471,0.000758112377371562,0.153283400157146 -4782,0.5,0.255951455205554,0.0363253915823767,0.0757144652964243,0.0450778478380341,0.152304602525408 -4783,0.5,0.255951455205554,0.112426922791113,0.09705301892754,0.11670722847375,0.197881000501096 -4784,0.5,0.255951455205554,0.228853375920422,0.167847116608161,0.230837628007342,0.282534484242513 -4785,0.5,0.255951455205554,0.35772730789851,0.26939112077692,0.352959232314774,0.373481341651171 -4786,0.5,0.255951455205554,0.492610387380066,0.368403916758532,0.484507050681332,0.458613617323455 -4787,0.5,0.255951455205554,0.601256865577476,0.460486129318686,0.596309144940523,0.531518805749693 -4788,0.5,0.255951455205554,0.666095568951959,0.522567763566743,0.664478991851886,0.624739553617963 -4789,0.5,0.255951455205554,0.690844367734655,0.549581146228271,0.69225106359175,0.697306892878022 -4790,0.5,0.255951455205554,0.675882536933426,0.559166011454608,0.681904780949727,0.74099466649551 -4791,0.5,0.255951455205554,0.618314990863381,0.562448911497243,0.626631317113207,0.751708072974648 -4792,0.5,0.255951455205554,0.512933433460847,0.563070301087792,0.52256157438422,0.767005283465865 -4793,0.5,0.255951455205554,0.378350225037221,0.540713749104857,0.394693045476211,0.798493471277643 -4794,0.5,0.255951455205554,0.248199208319707,0.432414570185774,0.269655219040557,0.845309198306606 -4795,0.5,0.255951455205554,0.107883271056737,0.349577962302302,0.140744556701667,0.903481748564894 -4796,0.5,0.255951455205554,0.0126244613076508,0.336642336112504,0.0334023797936812,0.936013561134463 -4797,0.5,0.255951455205554,0.0,0.334552875498024,0.0,0.950278299751914 -4798,0.5,0.255951455205554,0.0,0.316783454029613,0.0,0.950462107330023 -4799,0.5,0.255951455205554,0.0,0.295883558282421,0.0,0.94905308426739 -4800,0.5,0.255951455205554,0.0,0.277596761375628,0.0,0.945417073729037 -4801,0.5,0.255951455205554,0.0,0.259202467946344,0.0,0.944120223496573 -4802,0.5,0.255951455205554,0.0,0.242891558955735,0.0,0.942835581532417 -4803,0.5,0.255951455205554,0.0,0.227818033535154,0.0,0.943630635085425 -4804,0.5,0.255951455205554,0.0,0.221240359646607,0.0,0.943128324698732 -4805,0.5,0.255951455205554,0.000260402626582939,0.221259798469822,0.000529031248893143,0.939975613044178 -4806,0.5,0.255951455205554,0.0348940242910254,0.2272645975737,0.0463116584,0.93848317749119 -4807,0.5,0.255951455205554,0.11035043463529,0.280011479822315,0.117087867091012,0.934756809496819 -4808,0.5,0.255951455205554,0.218781589864285,0.359573088460474,0.231513787108596,0.938733054331237 -4809,0.5,0.255951455205554,0.339850367435773,0.419231352051534,0.352822442141812,0.947827928239313 -4810,0.5,0.255951455205554,0.466419918610923,0.474590886992129,0.487517702053565,0.943204874522093 -4811,0.5,0.255951455205554,0.568510620368408,0.528854362468618,0.60003247466334,0.909371088380867 -4812,0.5,0.255951455205554,0.626778372587853,0.567345487022847,0.662344206553468,0.913002770096634 -4813,0.5,0.255951455205554,0.643325299453541,0.573568526942456,0.667191225581525,0.887152531451063 -4814,0.5,0.255951455205554,0.620716051029484,0.562784950581573,0.647899142221021,0.85175634764252 -4815,0.5,0.255951455205554,0.562418103117422,0.547733297328176,0.603279219947283,0.835487697763479 -4816,0.5,0.255951455205554,0.464482785948358,0.5327837727303,0.52254175346064,0.78469046949934 -4817,0.5,0.255951455205554,0.337283245145561,0.5053159653869,0.3958038495103,0.807268339124131 -4818,0.5,0.255951455205554,0.216468855605057,0.411158519013241,0.269149244435481,0.877164757067028 -4819,0.5,0.255951455205554,0.0923519638632994,0.347743536176902,0.139446559492307,0.9252077355546 -4820,0.5,0.255951455205554,0.0097644182665314,0.332140971593986,0.0318885242862383,0.681093036261357 -4821,0.5,0.255951455205554,0.0,0.338388027728137,0.0,0.876848848101236 -4822,0.5,0.255951455205554,0.0,0.345064177380592,0.0,0.94979846829266 -4823,0.5,0.255951455205554,0.0,0.344213844823535,0.0,0.954481818556048 -4824,0.5,0.255951455205554,0.0,0.339740684975534,0.0,0.922814331161395 -4825,0.5,0.255951455205554,0.0,0.335865618311231,0.0,0.903492023326587 -4826,0.5,0.255951455205554,0.0,0.320809290147179,0.0,0.908908499474163 -4827,0.5,0.255951455205554,0.0,0.309192775656145,0.0,0.916224174093705 -4828,0.5,0.255951455205554,0.0,0.296754771129472,0.0,0.915571602470061 -4829,0.5,0.255951455205554,0.000206629758447182,0.285912506089801,0.000176274693006981,0.902383065145491 -4830,0.5,0.255951455205554,0.0246956767747492,0.303100163017879,0.0463055625928335,0.904132211154358 -4831,0.5,0.255951455205554,0.0810234674576586,0.37464234661354,0.114631295195853,0.910531059363184 -4832,0.5,0.255951455205554,0.157280254191393,0.489592038558928,0.218657197624524,0.875513011377726 -4833,0.5,0.255951455205554,0.237982545434444,0.577121533076364,0.326282349648583,0.844037765423329 -4834,0.5,0.255951455205554,0.318926506983561,0.624506317824539,0.409590957374294,0.844959773651681 -4835,0.5,0.255951455205554,0.391138341410485,0.653072236980018,0.494042612738423,0.838634908459643 -4836,0.5,0.255951455205554,0.44628337129381,0.666306435596934,0.576473416906675,0.775531233886728 -4837,0.5,0.255951455205554,0.463225171857183,0.662970575951621,0.590798336780187,0.67473749407051 -4838,0.5,0.255951455205554,0.43606884557879,0.651665585612983,0.631509212673549,0.576465974762545 -4839,0.5,0.255951455205554,0.370438810305528,0.632599595468419,0.592229463469039,0.471348008054477 -4840,0.5,0.255951455205554,0.295298266272101,0.613026306492348,0.499127753784997,0.380247158429879 -4841,0.5,0.255951455205554,0.215863878235227,0.569122442157257,0.387514563591224,0.324039386662091 -4842,0.5,0.255951455205554,0.134392606687633,0.458004995550142,0.262884889240958,0.300813432169887 -4843,0.5,0.255951455205554,0.0649609693066089,0.366733614727756,0.135151259747744,0.300848515975708 -4844,0.5,0.255951455205554,0.00998752334544054,0.306573617492232,0.0313081727947366,0.315323232834888 -4845,0.5,0.255951455205554,0.0,0.27432414512227,0.0,0.354588053746156 -4846,0.5,0.255951455205554,0.0,0.256133177961253,0.0,0.405993455700231 -4847,0.5,0.255951455205554,0.0,0.242151505185056,0.0,0.460324016678429 -4848,0.5,0.255951455205554,0.0,0.231920100892218,0.0,0.519878503742822 -4849,0.5,0.255951455205554,0.0,0.221871468736168,0.0,0.556215053571249 -4850,0.5,0.255951455205554,0.0,0.208415259275885,0.0,0.568483185367165 -4851,0.5,0.255951455205554,0.0,0.188775973764814,0.0,0.564764909740148 -4852,0.5,0.255951455205554,0.0,0.171527437503842,0.0,0.575656399377711 -4853,0.5,0.255951455205554,0.000154327843816915,0.155561988748613,0.0,0.608365459921451 -4854,0.5,0.255951455205554,0.0224174470617574,0.14462507149532,0.0435791150926487,0.619179712680932 -4855,0.5,0.255951455205554,0.0762555144473621,0.199216033369455,0.1147009483054,0.615235389487286 -4856,0.5,0.255951455205554,0.159540547381347,0.298817949155362,0.230034716868276,0.628763753589422 -4857,0.5,0.255951455205554,0.254150353337143,0.368892953353114,0.354045398039622,0.619647084439674 -4858,0.5,0.255951455205554,0.355963630334574,0.437672446618474,0.487907511190628,0.558987254888891 -4859,0.5,0.255951455205554,0.442932677776165,0.509779013396723,0.602013512603325,0.465427688090069 -4860,0.5,0.255951455205554,0.492054985331009,0.576862622197495,0.670667815276423,0.395522669619194 -4861,0.5,0.255951455205554,0.508746102484146,0.600741356964908,0.697382472921076,0.386351102818388 -4862,0.5,0.255951455205554,0.482417604978716,0.596104048052616,0.685123863555422,0.436611068842349 -4863,0.5,0.255951455205554,0.440539750407157,0.589820942938227,0.6281129228675,0.499880313748556 -4864,0.5,0.255951455205554,0.361979276899925,0.588471388571993,0.521448961718461,0.538103422310585 -4865,0.5,0.255951455205554,0.263233686224625,0.564820639299511,0.391489022883259,0.541730089113079 -4866,0.5,0.255951455205554,0.173339311772954,0.464429918553272,0.264729311051621,0.505210081457098 -4867,0.5,0.255951455205554,0.0795310947177662,0.380843523016113,0.136232217591642,0.448735802890952 -4868,0.5,0.255951455205554,0.00883624452772155,0.329733089573756,0.0292387555936491,0.388880396165744 -4869,0.5,0.255951455205554,0.0,0.314703410671409,0.0,0.351703585038011 -4870,0.5,0.255951455205554,0.0,0.299690197516391,0.0,0.33804556454007 -4871,0.5,0.255951455205554,0.0,0.266635303057568,0.0,0.342209100107454 -4872,0.5,0.255951455205554,0.0,0.229957695356091,0.0,0.330978179589614 -4873,0.5,0.255951455205554,0.0,0.195788914417894,0.0,0.337107032644634 -4874,0.5,0.255951455205554,0.0,0.170426720381884,0.0,0.366689769653198 -4875,0.5,0.255951455205554,0.0,0.154970271112833,0.0,0.377896546964037 -4876,0.5,0.255951455205554,0.0,0.146822554124399,0.0,0.364149024116155 -4877,0.5,0.255951455205554,0.000116548323979159,0.143358662779108,0.0,0.373411486633079 -4878,0.5,0.255951455205554,0.0286146251703,0.138772736115619,0.0436272243724373,0.41046332952532 -4879,0.5,0.255951455205554,0.100885843556021,0.187010992831057,0.115404700056959,0.447044083666356 -4880,0.5,0.255951455205554,0.211799933633391,0.301083911566566,0.231445478605634,0.475906915757806 -4881,0.5,0.255951455205554,0.338615574732454,0.35990587153264,0.355926073967876,0.49283177960923 -4882,0.5,0.255951455205554,0.468327286342809,0.435462790331674,0.489776350830703,0.470802033411412 -4883,0.5,0.255951455205554,0.566025093185965,0.512282634553044,0.603938308122006,0.414338472460121 -4884,0.5,0.255951455205554,0.605672971861552,0.572986344889993,0.673038546314864,0.38303737115267 -4885,0.5,0.255951455205554,0.626070589768306,0.595583231708193,0.700571897953641,0.366891551035672 -4886,0.5,0.255951455205554,0.597893147515256,0.588371774635962,0.688308267325469,0.36704309613202 -4887,0.5,0.255951455205554,0.526599437102242,0.576279242319571,0.630844162433166,0.382332238847052 -4888,0.5,0.255951455205554,0.429273381837499,0.566288888438494,0.523283624768901,0.394275347836154 -4889,0.5,0.255951455205554,0.32109925392573,0.540108364761808,0.392464355163859,0.397098678476368 -4890,0.5,0.255951455205554,0.213091166761802,0.440800529330924,0.264948362074243,0.399429122081407 -4891,0.5,0.255951455205554,0.0956156292721092,0.359441972661756,0.136008254793432,0.390922350441049 -4892,0.5,0.255951455205554,0.00815931360409953,0.315973484468159,0.0282156431637231,0.371298953537938 -4893,0.5,0.255951455205554,0.0,0.291154150037565,0.0,0.353895714588123 -4894,0.5,0.255951455205554,0.0,0.261473395593208,0.0,0.36709310163436 -4895,0.5,0.255951455205554,0.0,0.226458337125465,0.0,0.422819136610947 -4896,0.5,0.255951455205554,0.0,0.194033501020287,0.0,0.501319095082394 -4897,0.5,0.255951455205554,0.0,0.169787309146468,0.0,0.55473831051012 -4898,0.5,0.255951455205554,0.0,0.155014334835512,0.0,0.57388838140746 -4899,0.5,0.255951455205554,0.0,0.149036227637466,0.0,0.572079969215403 -4900,0.5,0.255951455205554,0.0,0.145264132882468,0.0,0.557588682555663 -4901,0.5,0.255951455205554,7.8844896068603e-05,0.139389021420335,0.0,0.541662822043998 -4902,0.5,0.255951455205554,0.0300780917309361,0.126443083658272,0.0423855748757581,0.524962440183122 -4903,0.5,0.255951455205554,0.106022123568016,0.160302504826983,0.114320138858704,0.516044337859141 -4904,0.5,0.255951455205554,0.220891707458648,0.240099299846278,0.230422312144516,0.512372104416176 -4905,0.5,0.255951455205554,0.347695617595441,0.290499036884544,0.354922652738796,0.511298168040308 -4906,0.5,0.255951455205554,0.47954814861609,0.336439148864202,0.488275628322841,0.523207430441868 -4907,0.5,0.255951455205554,0.583068255767693,0.407475898078075,0.60186453771771,0.522332303339631 -4908,0.5,0.255951455205554,0.608712093057681,0.492145082048957,0.670306977416746,0.525102372090889 -4909,0.5,0.255951455205554,0.591511278872995,0.547517896256522,0.697582227023629,0.553514775560648 -4910,0.5,0.255951455205554,0.559498341754031,0.547223858886695,0.683969997743934,0.588502483718901 -4911,0.5,0.255951455205554,0.493979500385429,0.532533323838383,0.618040226537726,0.588385579119389 -4912,0.5,0.255951455205554,0.40457488477065,0.528899662152801,0.500299071293455,0.581207610898783 -4913,0.5,0.255951455205554,0.297784968550924,0.512567213478151,0.348538178214122,0.566735612791583 -4914,0.5,0.255951455205554,0.192887421592304,0.453529427759275,0.2201529345352,0.533844257165365 -4915,0.5,0.255951455205554,0.0778307309744453,0.394541158656907,0.0950661785113233,0.490832973951743 -4916,0.5,0.255951455205554,0.00701596845801197,0.340508027611887,0.0222616090279935,0.448762811692983 -4917,0.5,0.255951455205554,0.0,0.294896070522069,0.0,0.414976875126982 -4918,0.5,0.255951455205554,0.0,0.255963894015756,0.0,0.414634276105617 -4919,0.5,0.255951455205554,0.0,0.21809855709219,0.0,0.480326498865437 -4920,0.5,0.255951455205554,0.0,0.186648019449355,0.0,0.513345634737218 -4921,0.5,0.255951455205554,0.0,0.171439792007588,0.0,0.41039314527832 -4922,0.5,0.255951455205554,0.0,0.177406440812719,0.0,0.25844873277819 -4923,0.5,0.255951455205554,0.0,0.185407738380844,0.0,0.154821678075596 -4924,0.5,0.255951455205554,0.0,0.189106671530331,0.0,0.140152224333717 -4925,0.5,0.255951455205554,2.49227191687821e-05,0.194022220754805,0.0,0.188167827669724 -4926,0.5,0.255951455205554,0.0171090062605038,0.201078945164866,0.0194959623161004,0.324626239010508 -4927,0.5,0.255951455205554,0.0715395314180844,0.211522880416832,0.0802048475665589,0.559092483833338 -4928,0.5,0.255951455205554,0.152722920443375,0.220735407941095,0.168958066480493,0.704673499143912 -4929,0.5,0.255951455205554,0.246528185020641,0.223262798599043,0.306138706520426,0.777629678624474 -4930,0.5,0.255951455205554,0.344823294060204,0.21193570066944,0.459297860372371,0.802562922969682 -4931,0.5,0.255951455205554,0.421814902695841,0.19694230269924,0.574232696975768,0.812325097548432 -4932,0.5,0.255951455205554,0.458139628592113,0.184164744921651,0.628026720002297,0.840490137636525 -4933,0.5,0.255951455205554,0.449567753387883,0.167194331120178,0.569224348193893,0.874066662558993 -4934,0.5,0.255951455205554,0.445190450057657,0.154302106274025,0.208500177468974,0.88934940722139 -4935,0.5,0.255951455205554,0.409866304678941,0.135965690829006,0.154989612106021,0.857493390409127 -4936,0.5,0.255951455205554,0.350827937346628,0.119973471961102,0.335675447176821,0.796012065584793 -4937,0.5,0.255951455205554,0.270728921426848,0.110085668558517,0.26765725061393,0.71322149565466 -4938,0.5,0.255951455205554,0.18152724034169,0.100406596354097,0.151757551357855,0.592852612883916 -4939,0.5,0.255951455205554,0.0724701176966114,0.0853305505074118,0.0573480325258107,0.431646939946918 -4940,0.5,0.255951455205554,0.00428899639593451,0.0691863008772354,0.0198435865377415,0.334696262229596 -4941,0.5,0.255951455205554,0.0,0.0586183171923693,0.0,0.327153559319896 -4942,0.5,0.255951455205554,0.0,0.0472012271803656,0.0,0.37328187982172 -4943,0.5,0.255951455205554,0.0,0.0373002663253443,0.0,0.402304734589163 -4944,0.5,0.255951455205554,0.0,0.0296326133536625,0.0,0.348409360098608 -4945,0.5,0.255951455205554,0.0,0.025354183385148,0.0,0.230470160002814 -4946,0.5,0.255951455205554,0.0,0.0220164087741241,0.0,0.126610739671112 -4947,0.5,0.255951455205554,0.0,0.0197515140639498,0.0,0.116312866711364 -4948,0.5,0.255951455205554,0.0,0.0169726531210718,0.0,0.106958025150748 -4949,0.5,0.255951455205554,1.58342268260262e-05,0.0131682328209053,0.0,0.0858836907533786 -4950,0.5,0.255951455205554,0.0248822905491827,0.0107953627022319,0.0202414372241133,0.0556675852468649 -4951,0.5,0.255951455205554,0.0955423300899633,0.00986294218984776,0.0836557627423816,0.0510760678788866 -4952,0.5,0.255951455205554,0.20092342089493,0.0121162476997944,0.155594475352988,0.0580604725639624 -4953,0.5,0.255951455205554,0.318134682021556,0.00991114641999532,0.140426167293016,0.0293531766697179 -4954,0.5,0.255951455205554,0.433796433146524,0.00800691087607151,0.222997525545636,0.0144796040444419 -4955,0.5,0.255951455205554,0.508063855409784,0.00701213170695381,0.241407481966708,0.00701837871488143 -4956,0.5,0.255951455205554,0.549643080630483,0.00677856816213501,0.226468770803097,0.00303532282409328 -4957,0.5,0.255951455205554,0.558192211564647,0.00707453087276695,0.198189508204393,0.000767302113658664 -4958,0.5,0.255951455205554,0.549372274889624,0.00760367460810385,0.294842132326476,0.000241070810347494 -4959,0.5,0.255951455205554,0.489665363389978,0.00897930041812368,0.480350385402691,0.000350286247956251 -4960,0.5,0.255951455205554,0.403452843685619,0.0113389002987132,0.237934061157394,0.000537403904742725 -4961,0.5,0.255951455205554,0.290845400646979,0.0134368211614573,0.369550109187874,0.00109874666099984 -4962,0.5,0.255951455205554,0.189249650060183,0.0130797877090302,0.25426663142933,0.0017430275823061 -4963,0.5,0.255951455205554,0.0799675601415936,0.0107730280782861,0.128938139390406,0.00216763450856163 -4964,0.5,0.255951455205554,0.00535382382444935,0.0104796202985674,0.0236910095023193,0.00228044004875854 -4965,0.5,0.255951455205554,0.0,0.00930065216774571,0.0,0.00157091858901289 -4966,0.5,0.255951455205554,0.0,0.00756260790502246,0.0,0.000696816254441183 -4967,0.5,0.255951455205554,0.0,0.00591348991383763,0.0,0.000349177937756078 -4968,0.5,0.255951455205554,0.0,0.00441556765110138,0.0,0.000219360664024481 -4969,0.5,0.255951455205554,0.0,0.00351687834298279,0.0,0.000168572031417436 -4970,0.5,0.255951455205554,0.0,0.00289972501535228,0.0,0.000133671068925566 -4971,0.5,0.255951455205554,0.0,0.00289471879551373,0.0,0.000124589246363135 -4972,0.5,0.255951455205554,0.0,0.00327038170127297,0.0,0.000427403663176999 -4973,0.5,0.255951455205554,1.223166592395e-05,0.00380149435258815,0.0,0.000515371828105194 -4974,0.5,0.255951455205554,0.0184868845122061,0.00407269963220351,0.0361063272036604,0.000417707828982493 -4975,0.5,0.255951455205554,0.0743757786933004,0.00499867351130508,0.105494691141121,0.000332701693915276 -4976,0.5,0.255951455205554,0.157939549420235,0.00962707053982097,0.217435483183323,0.000353877625495172 -4977,0.5,0.255951455205554,0.249153083279973,0.0200978617856085,0.33789349428368,0.000760271508794006 -4978,0.5,0.255951455205554,0.345778428385613,0.0326939237127073,0.466019420227994,0.00329547895751727 -4979,0.5,0.255951455205554,0.418257003105524,0.0463013586163356,0.566740309060697,0.00814687848060539 -4980,0.5,0.255951455205554,0.443734867517993,0.0576266257828184,0.425522662425308,0.0111795063634073 -4981,0.5,0.255951455205554,0.444097826300437,0.0677731306824578,0.456158052065814,0.012729282691699 -4982,0.5,0.255951455205554,0.426956378645725,0.0743796903104388,0.482014972929359,0.0260534043023145 -4983,0.5,0.255951455205554,0.385373598738801,0.0722805018870205,0.408251459280781,0.0502583030027389 -4984,0.5,0.255951455205554,0.312119064250392,0.0645225923761834,0.296047832649685,0.080594231161561 -4985,0.5,0.255951455205554,0.236950341394351,0.0534968065809512,0.238803465518891,0.0812690426691069 -4986,0.5,0.255951455205554,0.152203432085838,0.0392271169409043,0.131936904492212,0.0770469189257638 -4987,0.5,0.255951455205554,0.0633430298536546,0.0269993712043049,0.0498836209025024,0.0615463475177146 -4988,0.5,0.255951455205554,0.00390880942870741,0.0198470943388534,0.0143351760010094,0.0487671808737727 -4989,0.5,0.255951455205554,0.0,0.0188698445938369,0.0,0.0530302239346979 -4990,0.5,0.255951455205554,0.0,0.0175953534267264,0.0,0.060974925422618 -4991,0.5,0.255951455205554,0.0,0.015695654240987,0.0,0.0598720073739106 -4992,0.5,0.255951455205554,0.0,0.0142147068267865,0.0,0.0494963629497848 -4993,0.5,0.255951455205554,0.0,0.0128683224681803,0.0,0.0425692542310898 -4994,0.5,0.255951455205554,0.0,0.0113990538397281,0.0,0.0373231318591825 -4995,0.5,0.255951455205554,0.0,0.0097613179080946,0.0,0.0405499821660963 -4996,0.5,0.255951455205554,0.0,0.00959381867517126,0.0,0.0510371438117534 -4997,0.5,0.255951455205554,4.52441337269156e-06,0.00997884520946669,0.0,0.0499978721946434 -4998,0.5,0.255951455205554,0.0139548978471368,0.0103288742928388,0.0340060734154681,0.0374682724341707 -4999,0.5,0.255951455205554,0.0550426244889747,0.0145615703441075,0.103156816225961,0.0273463366801876 -5000,0.5,0.255951455205554,0.112700309695925,0.0348465942886547,0.21452050555612,0.0255169467524288 -5001,0.5,0.255951455205554,0.172261490650026,0.0567739547559536,0.336147015315457,0.0293365746978363 -5002,0.5,0.255951455205554,0.234243398407891,0.0791282837553352,0.463965509384915,0.0240370606009574 -5003,0.5,0.255951455205554,0.29231652654948,0.104306096318147,0.561280868726224,0.0188912189511197 -5004,0.5,0.255951455205554,0.321088751539313,0.127810123381359,0.353929690515104,0.0225291889334315 -5005,0.5,0.255951455205554,0.339432047017014,0.146717004141652,0.326628840084596,0.0439116722305684 -5006,0.5,0.255951455205554,0.341826176382589,0.174590752078831,0.3057508243507,0.0693712865185762 -5007,0.5,0.255951455205554,0.315546691067033,0.211349648750647,0.513515575036204,0.0910333628413542 -5008,0.5,0.255951455205554,0.269211212901074,0.251427408359409,0.405930515501194,0.0997783368580933 -5009,0.5,0.255951455205554,0.211999539795058,0.263127481973053,0.197158464393113,0.116131092550894 -5010,0.5,0.255951455205554,0.141464917379547,0.23540824806772,0.208320569276316,0.131176585891287 -5011,0.5,0.255951455205554,0.0590394157384047,0.189025652645079,0.109354372940055,0.154504630379599 -5012,0.5,0.255951455205554,0.00273539877763739,0.147195768633065,0.0201964721625096,0.198989747834133 -5013,0.5,0.255951455205554,0.0,0.125229337768957,0.0,0.220280085081218 -5014,0.5,0.255951455205554,0.0,0.119165856729501,0.0,0.198202413670809 -5015,0.5,0.255951455205554,0.0,0.11822957318435,0.0,0.167808058260273 -5016,0.5,0.255951455205554,0.0,0.110650096514834,0.0,0.155095888093846 -5017,0.5,0.255951455205554,0.0,0.0997511669190014,0.0,0.144937498202962 -5018,0.5,0.255951455205554,0.0,0.0913647461114558,0.0,0.148248215793703 -5019,0.5,0.255951455205554,0.0,0.0871228240150272,0.0,0.172942724001011 -5020,0.5,0.255951455205554,0.0,0.0849490887017477,0.0,0.199149825774397 -5021,0.5,0.255951455205554,1.17952864722904e-06,0.087230304927441,0.0,0.198591751444443 -5022,0.5,0.255951455205554,0.015527596380151,0.0899129970979611,0.0330567415604197,0.180249271010031 -5023,0.5,0.255951455205554,0.0668948692434859,0.121208593613563,0.102380171557231,0.157008579445878 -5024,0.5,0.255951455205554,0.141404724940082,0.188366121222839,0.214600976242589,0.148578716159746 -5025,0.5,0.255951455205554,0.219604042038452,0.244982271596323,0.336741438148447,0.130547518697444 -5026,0.5,0.255951455205554,0.293214648077268,0.286468035158327,0.466841611609856,0.10989337158343 -5027,0.5,0.255951455205554,0.368852428663057,0.339172491265653,0.579072785362706,0.0959504222409293 -5028,0.5,0.255951455205554,0.42162269125561,0.399104280525475,0.646974202255755,0.0874905874375433 -5029,0.5,0.255951455205554,0.454262092221037,0.459087445637319,0.675106161122304,0.0856880481106302 -5030,0.5,0.255951455205554,0.432533238910552,0.484996704368602,0.662660574141841,0.0895777005555593 -5031,0.5,0.255951455205554,0.371840877277905,0.482021483670506,0.607292986239248,0.0947448706244307 -5032,0.5,0.255951455205554,0.285070346015807,0.452794509361188,0.503253531925473,0.110232344150959 -5033,0.5,0.255951455205554,0.212760244006591,0.40387940688672,0.377312182247061,0.140602799339212 -5034,0.5,0.255951455205554,0.131909075403282,0.346747241559426,0.251164243649187,0.159767319255221 -5035,0.5,0.255951455205554,0.0587659415401507,0.30631981770511,0.125205558494637,0.13411859040143 -5036,0.5,0.255951455205554,0.00364175536001293,0.264275220213786,0.0197222159363853,0.0920855505973656 -5037,0.5,0.255951455205554,0.0,0.239413591508201,0.0,0.0841466079283043 -5038,0.5,0.255951455205554,0.0,0.222324212680637,0.0,0.0997979189182505 -5039,0.5,0.255951455205554,0.0,0.203091033683101,0.0,0.109700528678647 -5040,0.5,0.255951455205554,0.0,0.189816369668029,0.0,0.140570957772594 -5041,0.5,0.255951455205554,0.0,0.177415267792772,0.0,0.167451227871384 -5042,0.5,0.255951455205554,0.0,0.165911988336613,0.0,0.199847157341113 -5043,0.5,0.255951455205554,0.0,0.157349976733517,0.0,0.300041412880818 -5044,0.5,0.255951455205554,0.0,0.153819065662127,0.0,0.510116798570882 -5045,0.5,0.255951455205554,4.80010483406034e-08,0.16134159300795,0.0,0.69567541714197 -5046,0.5,0.255951455205554,0.00916056485229923,0.188619006092316,0.0333901998804719,0.771831060851598 -5047,0.5,0.255951455205554,0.0453350879795457,0.239913038165286,0.105187796289894,0.763129145075209 -5048,0.5,0.255951455205554,0.0987567066594554,0.333670240601101,0.220915336796198,0.625914267115512 -5049,0.5,0.255951455205554,0.15953490335841,0.4210218128155,0.346746687990986,0.473196031287697 -5050,0.5,0.255951455205554,0.221956321601943,0.466994537293844,0.477303503205224,0.397083413911184 -5051,0.5,0.255951455205554,0.271242541368642,0.504431860366213,0.594865649959505,0.291489113059384 -5052,0.5,0.255951455205554,0.300264792181116,0.547088045816995,0.659613169608977,0.3147861009476 -5053,0.5,0.255951455205554,0.317537653779481,0.562213526969946,0.644644773541929,0.409417149787671 -5054,0.5,0.255951455205554,0.326729530596684,0.55134212022171,0.432245810175072,0.469185637908921 -5055,0.5,0.255951455205554,0.319760375967195,0.520048126682411,0.429822573047824,0.510550540554972 -5056,0.5,0.255951455205554,0.281026991007286,0.481317748547764,0.262925840351272,0.482142917602993 -5057,0.5,0.255951455205554,0.212202455142729,0.429718316868952,0.21160853499557,0.461016556830252 -5058,0.5,0.255951455205554,0.135563543907353,0.349494983425857,0.252702865519186,0.497338366287098 -5059,0.5,0.255951455205554,0.0576847034508077,0.257040112704998,0.126364934313129,0.45048825922058 -5060,0.5,0.255951455205554,0.00315505807798735,0.202536018854896,0.0220576606592915,0.324158788435502 -5061,0.5,0.255951455205554,0.0,0.188430732974085,0.0,0.277295933249951 -5062,0.5,0.255951455205554,0.0,0.166886127697664,0.0,0.31175018086798 -5063,0.5,0.255951455205554,0.0,0.142861723367072,0.0,0.327862142560258 -5064,0.5,0.255951455205554,0.0,0.123133397400789,0.0,0.4551288005596 -5065,0.5,0.255951455205554,0.0,0.104898132274323,0.0,0.557786516033604 -5066,0.5,0.255951455205554,0.0,0.0895748762655824,0.0,0.635524889030361 -5067,0.5,0.255951455205554,0.0,0.0806614383346494,0.0,0.637111713999997 -5068,0.5,0.255951455205554,0.0,0.0704104054906488,0.0,0.661416004580087 -5069,0.5,0.255951455205554,6.04479617237392e-09,0.0674911336784832,0.0,0.686308056608463 -5070,0.5,0.255951455205554,0.0141158119566003,0.070632865369547,0.0107307592803492,0.57761261114618 -5071,0.5,0.255951455205554,0.071201645721179,0.0992801887645007,0.0258202470332267,0.445581307649266 -5072,0.5,0.255951455205554,0.159105649381632,0.144930855296281,0.0220921946865514,0.554755875101931 -5073,0.5,0.255951455205554,0.257680723036614,0.174504518424773,0.010560681293477,0.534108927651908 -5074,0.5,0.255951455205554,0.365109372548243,0.18845529427922,0.013293336626289,0.460005506167105 -5075,0.5,0.255951455205554,0.455297144890115,0.185977829476994,0.0254636517782298,0.482523149384359 -5076,0.5,0.255951455205554,0.515931288117216,0.191438782524664,0.0655419598032532,0.560273794884628 -5077,0.5,0.255951455205554,0.550086099298107,0.202703267280411,0.561606431742064,0.642912110505472 -5078,0.5,0.255951455205554,0.529905719520284,0.202139204066775,0.549095894562341,0.720194255559744 -5079,0.5,0.255951455205554,0.47061052037279,0.186309673213246,0.427667960939545,0.710927565673912 -5080,0.5,0.255951455205554,0.386418381678459,0.16392499692644,0.450557397474213,0.645250760195492 -5081,0.5,0.255951455205554,0.28466519286241,0.129441608416847,0.367727406402597,0.538154109329124 -5082,0.5,0.255951455205554,0.184202820991876,0.0865194368464322,0.218110450364749,0.406390399675042 -5083,0.5,0.255951455205554,0.0693995021009142,0.0440171532364314,0.107468122467927,0.315510397978996 -5084,0.5,0.255951455205554,0.0019616871990133,0.0216857647624612,0.0179053067526927,0.305301685368531 -5085,0.5,0.255951455205554,0.0,0.0181556750692481,0.0,0.308152976340808 -5086,0.5,0.255951455205554,0.0,0.0197853510995858,0.0,0.324829163528943 -5087,0.5,0.255951455205554,0.0,0.0220893625951796,0.0,0.381987709102509 -5088,0.5,0.255951455205554,0.0,0.0238576704409475,0.0,0.454712541909092 -5089,0.5,0.255951455205554,0.0,0.0250124671816217,0.0,0.477336123732756 -5090,0.5,0.255951455205554,0.0,0.0255539220968731,0.0,0.42529766247266 -5091,0.5,0.255951455205554,0.0,0.0272523942588641,0.0,0.324339986049772 -5092,0.5,0.255951455205554,0.0,0.0289402039576325,0.0,0.253235521993603 -5093,0.5,0.255951455205554,0.0,0.0288562318780073,0.0,0.222034289070537 -5094,0.5,0.255951455205554,0.0158969418251374,0.0240163477750398,0.030478027105257,0.222018579700963 -5095,0.5,0.255951455205554,0.0814099483686359,0.0214120642197816,0.101527198047165,0.227888273587969 -5096,0.5,0.255951455205554,0.176254652019636,0.0357132765803601,0.210195414836604,0.220405686152977 -5097,0.5,0.255951455205554,0.2841959029118,0.0515702190254949,0.332841146714157,0.205400674593622 -5098,0.5,0.255951455205554,0.397352802739883,0.0627710507802414,0.463993806082142,0.193849058161676 -5099,0.5,0.255951455205554,0.486951263573027,0.0715540178844519,0.491666258540223,0.180711372799136 -5100,0.5,0.255951455205554,0.524621629595379,0.0825738390749072,0.529328866819767,0.167894130622833 -5101,0.5,0.255951455205554,0.523966104375089,0.0907368446159427,0.416691356607698,0.112478386056656 -5102,0.5,0.255951455205554,0.514820538045775,0.0932960017601559,0.346040598647892,0.0590973439591459 -5103,0.5,0.255951455205554,0.48422359674342,0.0963645076427472,0.277934091554949,0.0273049704245615 -5104,0.5,0.255951455205554,0.406649179208309,0.0986699055182481,0.11473480677623,0.0104530327560638 -5105,0.5,0.255951455205554,0.309359364933312,0.0975982126020933,0.0443945668963111,0.00407442437289236 -5106,0.5,0.255951455205554,0.203074865330403,0.0715602015172948,0.0290133583179716,0.00465809375106204 -5107,0.5,0.255951455205554,0.0724219886035827,0.042188506470921,0.0706352738557171,0.0139602539820304 -5108,0.5,0.255951455205554,0.0015282398177446,0.0503736050116615,0.0,0.0332780113605441 -5109,0.5,0.255951455205554,0.0,0.0607068379066879,0.0,0.0446738657278698 -5110,0.5,0.255951455205554,0.0,0.0667580830514118,0.0,0.0484365412015221 -5111,0.5,0.255951455205554,0.0,0.0743135968484713,0.0,0.0523151782824242 -5112,0.5,0.255951455205554,0.0,0.082184982678378,0.0,0.0550578569302969 -5113,0.5,0.255951455205554,0.0,0.0906248004752727,0.0,0.054312456335782 -5114,0.5,0.255951455205554,0.0,0.0943982154068168,0.0,0.0498133465854637 -5115,0.5,0.255951455205554,0.0,0.0945860876197842,0.0,0.0484112425090166 -5116,0.5,0.255951455205554,0.0,0.0977609353563448,0.0,0.0487862095306268 -5117,0.5,0.255951455205554,0.0,0.101820632479669,0.0,0.0590030457314912 -5118,0.5,0.255951455205554,0.0117635476106373,0.0981375675143863,0.0285659500646106,0.104274525022632 -5119,0.5,0.255951455205554,0.0726629222929344,0.120225982513129,0.100129714249081,0.18295472437834 -5120,0.5,0.255951455205554,0.158600330050386,0.172840347031488,0.213101689630808,0.260482109951331 -5121,0.5,0.255951455205554,0.261254129449687,0.224666726374949,0.336978480082418,0.333007832129209 -5122,0.5,0.255951455205554,0.37411989942012,0.261165603113029,0.467117718193476,0.411497833273424 -5123,0.5,0.255951455205554,0.467611873847569,0.282546683071298,0.578290483960558,0.456576917774983 -5124,0.5,0.255951455205554,0.527608650964865,0.309684629015111,0.641927267250516,0.41319935501744 -5125,0.5,0.255951455205554,0.539149953307078,0.344263515329151,0.63367931101613,0.371370954159935 -5126,0.5,0.255951455205554,0.510250352357236,0.36858238275219,0.563346532709123,0.358427542994697 -5127,0.5,0.255951455205554,0.474722396391743,0.377159116151529,0.50751004128535,0.279695436510493 -5128,0.5,0.255951455205554,0.390568565539895,0.369612421558442,0.416612588664177,0.253772610714797 -5129,0.5,0.255951455205554,0.283727224872454,0.343602253455682,0.323736382324622,0.198583218409847 -5130,0.5,0.255951455205554,0.180473680651406,0.285627620840495,0.160086755543936,0.200531488201888 -5131,0.5,0.255951455205554,0.0633105666130631,0.21841419786751,0.0775654294822593,0.177944599356391 -5132,0.5,0.255951455205554,0.000726961084372064,0.16676779539439,0.0,0.1574662902502 -5133,0.5,0.255951455205554,0.0,0.138417816266364,0.0,0.140122020916242 -5134,0.5,0.255951455205554,0.0,0.117671004846941,0.0,0.128171533226217 -5135,0.5,0.255951455205554,0.0,0.098438512786812,0.0,0.142875599360309 -5136,0.5,0.255951455205554,0.0,0.0825062773968959,0.0,0.14500477159709 -5137,0.5,0.255951455205554,0.0,0.0675049627280579,0.0,0.143814596521514 -5138,0.5,0.255951455205554,0.0,0.0526880625849625,0.0,0.100941892267528 -5139,0.5,0.255951455205554,0.0,0.0393496141244991,0.0,0.0739945388090222 -5140,0.5,0.255951455205554,0.0,0.0313691102870143,0.0,0.0676979095552227 -5141,0.5,0.255951455205554,0.0,0.0255725582220427,0.0,0.0784464514685706 -5142,0.5,0.255951455205554,0.0131652240734024,0.017762574165751,0.0263217845288688,0.038182566517893 -5143,0.5,0.255951455205554,0.0772201155616745,0.0138342423127797,0.0955379272334657,0.0251772391679147 -5144,0.5,0.255951455205554,0.164986664885306,0.0193558749209535,0.20451740752084,0.0263547220931921 -5145,0.5,0.255951455205554,0.25558245664116,0.0266499595696622,0.321594808120673,0.0467192284451223 -5146,0.5,0.255951455205554,0.355344590645867,0.0349357107221862,0.437288370595516,0.0901297463554058 -5147,0.5,0.255951455205554,0.437950960729883,0.0456472159774619,0.521801924454662,0.1095948027951 -5148,0.5,0.255951455205554,0.444211190634075,0.0617685829268151,0.551660966279419,0.115227165566191 -5149,0.5,0.255951455205554,0.46195799529477,0.0765986621778981,0.580478215828529,0.147005037984402 -5150,0.5,0.255951455205554,0.426180513362502,0.0876103733953281,0.563521697486301,0.162946653705531 -5151,0.5,0.255951455205554,0.367414718421043,0.0999414483779253,0.452996323914479,0.138027917016062 -5152,0.5,0.255951455205554,0.287915273432634,0.114763344382528,0.112075394229571,0.116281754690674 -5153,0.5,0.255951455205554,0.191686737885341,0.125148229913699,0.313276985281857,0.102238183267426 -5154,0.5,0.255951455205554,0.116075924765029,0.123442047236818,0.0556492107091072,0.094348591481242 -5155,0.5,0.255951455205554,0.0408617841545723,0.105722900566772,0.0937054904120737,0.0942778649335929 -5156,0.5,0.255951455205554,0.000196994191969492,0.0855333060537175,0.0,0.10620501429501 -5157,0.5,0.255951455205554,0.0,0.0755757268305862,0.0,0.11368421038322 -5158,0.5,0.255951455205554,0.0,0.0824335387632695,0.0,0.112984463893436 -5159,0.5,0.255951455205554,0.0,0.0919853921031698,0.0,0.117452643763866 -5160,0.5,0.255951455205554,0.0,0.102362191986156,0.0,0.127517558852964 -5161,0.5,0.255951455205554,0.0,0.115582327485489,0.0,0.161369459740077 -5162,0.5,0.255951455205554,0.0,0.122616460109911,0.0,0.210934807587747 -5163,0.5,0.255951455205554,0.0,0.124037818640953,0.0,0.301260284805441 -5164,0.5,0.255951455205554,0.0,0.134160252576089,0.0,0.40181778300792 -5165,0.5,0.255951455205554,0.0,0.139539609941805,0.0,0.475521103875631 -5166,0.5,0.255951455205554,0.0036016736047789,0.152136398270286,0.0210988562007691,0.49278162489878 -5167,0.5,0.255951455205554,0.0304366985775367,0.18767870850732,0.0902950223750185,0.406421844949074 -5168,0.5,0.255951455205554,0.0792612178816743,0.261746510648627,0.186660624463194,0.318563956874265 -5169,0.5,0.255951455205554,0.146561860220369,0.34261840570854,0.290167945156536,0.332098407318336 -5170,0.5,0.255951455205554,0.21428781948557,0.383981229571031,0.385684277238494,0.422776046165289 -5171,0.5,0.255951455205554,0.272650394048382,0.399636233928736,0.509801844842763,0.462595193624548 -5172,0.5,0.255951455205554,0.323942740419832,0.396772428295231,0.620375804764034,0.430094439439533 -5173,0.5,0.255951455205554,0.362188956683007,0.384047039269588,0.657672413246721,0.411080122751935 -5174,0.5,0.255951455205554,0.360687800024425,0.361592020979536,0.65887114520587,0.418221849418522 -5175,0.5,0.255951455205554,0.330414910972192,0.32783014283717,0.611216806396961,0.390972433440007 -5176,0.5,0.255951455205554,0.279622270682426,0.29382003564809,0.490852702310854,0.313708669972463 -5177,0.5,0.255951455205554,0.206635556524678,0.255811376827332,0.369837744339399,0.244852149633594 -5178,0.5,0.255951455205554,0.128147416693188,0.198894548602607,0.251956554686512,0.231569004081344 -5179,0.5,0.255951455205554,0.0497122549025237,0.131976123110752,0.0890110802695595,0.258987308425283 -5180,0.5,0.255951455205554,5.06896649189974e-05,0.0910241161515742,0.0,0.265756476955434 -5181,0.5,0.255951455205554,0.0,0.0727312368781394,0.0,0.259616141026582 -5182,0.5,0.255951455205554,0.0,0.0655452497284533,0.0,0.254189376893134 -5183,0.5,0.255951455205554,0.0,0.0611255012268734,0.0,0.262603351385494 -5184,0.5,0.255951455205554,0.0,0.0579730314213572,0.0,0.264191765078803 -5185,0.5,0.255951455205554,0.0,0.054715556384919,0.0,0.284312777016173 -5186,0.5,0.255951455205554,0.0,0.0520867593821522,0.0,0.379910381198715 -5187,0.5,0.255951455205554,0.0,0.0509227425297725,0.0,0.458715235420702 -5188,0.5,0.255951455205554,0.0,0.0507110640693599,0.0,0.49841251085094 -5189,0.5,0.255951455205554,0.0,0.0498941960585967,0.0,0.508747021778206 -5190,0.5,0.255951455205554,0.0114340092125297,0.048284044977855,0.0249077760073587,0.474552523921311 -5191,0.5,0.255951455205554,0.0752315042194692,0.0672164020777469,0.0982896932339011,0.376118233569839 -5192,0.5,0.255951455205554,0.169770047290908,0.134053101723327,0.214820669284005,0.244224345959697 -5193,0.5,0.255951455205554,0.277903331489746,0.195809744371752,0.339397924928373,0.25116759790192 -5194,0.5,0.255951455205554,0.389126414012101,0.233328421336868,0.428533948208756,0.279132476291927 -5195,0.5,0.255951455205554,0.45661419539366,0.261243761405668,0.538479577339294,0.343262806333996 -5196,0.5,0.255951455205554,0.503895186452994,0.276431063748299,0.447426407087655,0.424567677595851 -5197,0.5,0.255951455205554,0.538520190153094,0.286090318268243,0.513536438921899,0.479743230091083 -5198,0.5,0.255951455205554,0.524837474336265,0.288290684736235,0.525253394861316,0.555408027423146 -5199,0.5,0.255951455205554,0.476489116627896,0.279908013810699,0.493414681940113,0.544458611458709 -5200,0.5,0.255951455205554,0.396025649292915,0.261337773062729,0.394805078578854,0.503130569528489 -5201,0.5,0.255951455205554,0.285088503296762,0.230175880015878,0.361757188515018,0.45833307086549 -5202,0.5,0.255951455205554,0.176848186776359,0.181219925723377,0.240158959711827,0.39411970140079 -5203,0.5,0.255951455205554,0.0555930458497967,0.124536403323061,0.0866158664220867,0.31834224819468 -5204,0.5,0.255951455205554,2.30542361107235e-06,0.0761705030655087,0.0,0.234943328202065 -5205,0.5,0.255951455205554,0.0,0.058291581632263,0.0,0.139640642598685 -5206,0.5,0.255951455205554,0.0,0.0501447266701774,0.0,0.0747585000667119 -5207,0.5,0.255951455205554,0.0,0.0424914658970684,0.0,0.0564629964540943 -5208,0.5,0.255951455205554,0.0,0.0353633432326598,0.0,0.0625867594082645 -5209,0.5,0.255951455205554,0.0,0.0288566919249652,0.0,0.0717628271938405 -5210,0.5,0.255951455205554,0.0,0.0236340378304393,0.0,0.075333988747317 -5211,0.5,0.255951455205554,0.0,0.0219542054676571,0.0,0.0675359624882568 -5212,0.5,0.255951455205554,0.0,0.0215025417124329,0.0,0.0469348986733175 -5213,0.5,0.255951455205554,0.0,0.0202629445163719,0.0,0.0348075980095606 -5214,0.5,0.255951455205554,0.0110198715025029,0.0168309463375436,0.0187533107623166,0.0320503342674787 -5215,0.5,0.255951455205554,0.0785936976873981,0.0195863225442667,0.0828430208618891,0.0418124905450978 -5216,0.5,0.255951455205554,0.180169157756185,0.035486929108454,0.179986723223612,0.0539974887188018 -5217,0.5,0.255951455205554,0.294311127587737,0.047965478859361,0.276257956730465,0.0628574283510643 -5218,0.5,0.255951455205554,0.40296286317279,0.0532843510355951,0.451350541887276,0.0658256436547167 -5219,0.5,0.255951455205554,0.499064506387706,0.0558174508940781,0.490109068295047,0.0694850512750822 -5220,0.5,0.255951455205554,0.551475262602084,0.0600595402074548,0.4605431762638,0.0681276038253874 -5221,0.5,0.255951455205554,0.56423638756297,0.0674224665736713,0.496334535685255,0.0896950248829739 -5222,0.5,0.255951455205554,0.519577879109193,0.0765329656395916,0.562620368094566,0.134465540728195 -5223,0.5,0.255951455205554,0.456440163319185,0.0800224909441811,0.554937790155392,0.139981692110709 -5224,0.5,0.255951455205554,0.372373063311136,0.076530729158615,0.49147231377259,0.18211743069235 -5225,0.5,0.255951455205554,0.272666796856938,0.0681459325764487,0.358535676033147,0.208584063093433 -5226,0.5,0.255951455205554,0.16557355910281,0.0527918624559709,0.221536757807394,0.141579023294902 -5227,0.5,0.255951455205554,0.0498151511115702,0.0334653756709826,0.0883127344517263,0.0953448377287191 -5228,0.5,0.255951455205554,0.0,0.0297748005021536,0.0,0.0671156506742554 -5229,0.5,0.255951455205554,0.0,0.0361508080602028,0.0,0.07869339360039 -5230,0.5,0.255951455205554,0.0,0.0454434832392092,0.0,0.173413946080517 -5231,0.5,0.255951455205554,0.0,0.0537634369742384,0.0,0.273009031595668 -5232,0.5,0.255951455205554,0.0,0.0569889040235012,0.0,0.337730996085866 -5233,0.5,0.255951455205554,0.0,0.054860138631513,0.0,0.330593845009672 -5234,0.5,0.255951455205554,0.0,0.0504268256935317,0.0,0.308782731848307 -5235,0.5,0.255951455205554,0.0,0.045167720907162,0.0,0.284578586028376 -5236,0.5,0.255951455205554,0.0,0.0416086581918333,0.0,0.293601955309164 -5237,0.5,0.255951455205554,0.0,0.0378114313581906,0.0,0.247409945292617 -5238,0.5,0.255951455205554,0.00855760302443931,0.0334156484244417,0.00104455546507852,0.226207809488903 -5239,0.5,0.255951455205554,0.0508358983807118,0.0340536622872522,0.00612628808801885,0.168325495374212 -5240,0.5,0.255951455205554,0.116617867565052,0.0483716008547583,0.0445488733593769,0.0618630115367056 -5241,0.5,0.255951455205554,0.190326854081407,0.0595329535099951,0.0180228357798599,0.0372428199815461 -5242,0.5,0.255951455205554,0.268587482831414,0.0668971780078125,0.0720586238537072,0.0678050760144474 -5243,0.5,0.255951455205554,0.33986770843662,0.069249357170197,0.0535414033019511,0.0730378977395881 -5244,0.5,0.255951455205554,0.390296363006239,0.0705103150870374,0.00689541760219301,0.0746765006447171 -5245,0.5,0.255951455205554,0.427325775580831,0.0716449938141886,0.0192661343886097,0.0749547427919675 -5246,0.5,0.255951455205554,0.427911966372593,0.0729548125753491,0.0259615958053069,0.0601154529639059 -5247,0.5,0.255951455205554,0.385065358324209,0.0733359000830219,0.0367825965289211,0.0408926175627654 -5248,0.5,0.255951455205554,0.32032650051598,0.0678915509563073,0.0682263138882909,0.0173995734047005 -5249,0.5,0.255951455205554,0.235748901696922,0.0607763298242385,0.137946840150356,0.0175356367701968 -5250,0.5,0.255951455205554,0.146931419118854,0.0483161083888491,0.102356327176125,0.0245624883967523 -5251,0.5,0.255951455205554,0.0462559184295538,0.0339502311370999,0.0252222514067566,0.0278466055360152 -5252,0.5,0.255951455205554,3.29656291414347e-06,0.020706589059175,0.0,0.0213023100322336 -5253,0.5,0.255951455205554,0.0,0.0169804970208685,0.0,0.0184579383344654 -5254,0.5,0.255951455205554,0.0,0.0150808606158073,0.0,0.019754734055207 -5255,0.5,0.255951455205554,0.0,0.0122574646727512,0.0,0.0279557196397774 -5256,0.5,0.255951455205554,0.0,0.0108993567299499,0.0,0.0345632237742614 -5257,0.5,0.255951455205554,0.0,0.0108841686431335,0.0,0.0304992149084477 -5258,0.5,0.255951455205554,0.0,0.0111439674246524,0.0,0.0212946641822663 -5259,0.5,0.255951455205554,0.0,0.0111510135855537,0.0,0.0156658244552161 -5260,0.5,0.255951455205554,0.0,0.0110949864845954,0.0,0.0117563185478395 -5261,0.5,0.255951455205554,0.0,0.0106969583508794,0.0,0.00959892326718155 -5262,0.5,0.255951455205554,0.00678726921179312,0.0102302181519777,0.0189065480489688,0.0091814556117984 -5263,0.5,0.255951455205554,0.0609870672255016,0.0139416766384758,0.0910216790566192,0.00929384904371088 -5264,0.5,0.255951455205554,0.148142584733744,0.0224269850034076,0.197314165655074,0.0103466369996234 -5265,0.5,0.255951455205554,0.248217439841535,0.0283613220863968,0.289225215946704,0.0104039341363662 -5266,0.5,0.255951455205554,0.354343616102498,0.0349770918684798,0.37044899519233,0.00965059588143857 -5267,0.5,0.255951455205554,0.445090238393637,0.0412370230247088,0.415056376643783,0.00931767948866074 -5268,0.5,0.255951455205554,0.497145375062195,0.0463623388384317,0.39298214274381,0.0143153328203934 -5269,0.5,0.255951455205554,0.532434833076069,0.0521493715871464,0.44888905452773,0.0289939234846312 -5270,0.5,0.255951455205554,0.5431555751583,0.0575682384559731,0.480310830128807,0.059859930674201 -5271,0.5,0.255951455205554,0.501257287069276,0.0586672773096669,0.482462778082931,0.0611491874678348 -5272,0.5,0.255951455205554,0.404003812133067,0.0578390652263223,0.470388818707541,0.0676309384349992 -5273,0.5,0.255951455205554,0.289936807820554,0.0587186148036299,0.346697312986281,0.0987276758329693 -5274,0.5,0.255951455205554,0.18004013658813,0.0544465584842857,0.206429527877804,0.141961903301321 -5275,0.5,0.255951455205554,0.0462211165247068,0.0362271163907794,0.0789790736509021,0.192955839370356 -5276,0.5,0.255951455205554,1.793850635169e-05,0.0346955326961112,0.0,0.20109621074989 -5277,0.5,0.255951455205554,0.0,0.046200253695075,0.0,0.175888704133484 -5278,0.5,0.255951455205554,0.0,0.062215122342032,0.0,0.176615668730519 -5279,0.5,0.255951455205554,0.0,0.0776465301535507,0.0,0.210826026806857 -5280,0.5,0.255951455205554,0.0,0.0919799161303419,0.0,0.312793683878942 -5281,0.5,0.255951455205554,0.0,0.113528218464894,0.0,0.654459885056644 -5282,0.5,0.255951455205554,0.0,0.138694285644557,0.0,0.832377593540523 -5283,0.5,0.255951455205554,0.0,0.154149193188598,0.0,0.822367088459496 -5284,0.5,0.255951455205554,0.0,0.166700817454303,0.0,0.712289924770356 -5285,0.5,0.255951455205554,0.0,0.189846339664751,0.0,0.552370948984717 -5286,0.5,0.255951455205554,0.00803741596143221,0.222101020127027,0.00129408862885646,0.516005066365623 -5287,0.5,0.255951455205554,0.0586410819275075,0.305010724114224,0.00595583604761052,0.532681365886033 -5288,0.5,0.255951455205554,0.12726092019723,0.42429631119897,0.0406193817407447,0.687319172004984 -5289,0.5,0.255951455205554,0.200610737303974,0.51538721886344,0.0383032092660769,0.909515623335182 -5290,0.5,0.255951455205554,0.267670209859368,0.597739390153948,0.155667480643711,0.937929193724894 -5291,0.5,0.255951455205554,0.308914564411329,0.64915838352343,0.126134844369642,0.923698519807846 -5292,0.5,0.255951455205554,0.331338777238313,0.673851458228169,0.128696819065282,0.930620924143349 -5293,0.5,0.255951455205554,0.33261195213367,0.701667893581675,0.0550082553120415,0.948088437993419 -5294,0.5,0.255951455205554,0.319412620392211,0.723254098206028,0.00388289631431118,0.942251308018512 -5295,0.5,0.255951455205554,0.286712465645413,0.691032680607662,0.0998503385844588,0.955953739556385 -5296,0.5,0.255951455205554,0.237669143603582,0.642474870554163,0.148836342429611,0.927214244418256 -5297,0.5,0.255951455205554,0.171537406040177,0.562005641685811,0.0465110852366996,0.88912265632529 -5298,0.5,0.255951455205554,0.109657988686008,0.466085020569094,0.0124171292232322,0.787824342444605 -5299,0.5,0.255951455205554,0.0392513224045828,0.335685539624579,0.00335573353619164,0.806667058522145 -5300,0.5,0.255951455205554,1.63300035087604e-05,0.229230062887806,0.0,0.746779291595701 -5301,0.5,0.255951455205554,0.0,0.173441841900174,0.0,0.639444321657439 -5302,0.5,0.255951455205554,0.0,0.128811811868355,0.0,0.480195982451996 -5303,0.5,0.255951455205554,0.0,0.0939066343594381,0.0,0.338433923482207 -5304,0.5,0.255951455205554,0.0,0.0548232570774134,0.0,0.275733123816448 -5305,0.5,0.255951455205554,0.0,0.030992253929735,0.0,0.21144078800912 -5306,0.5,0.255951455205554,0.0,0.0218303908334017,0.0,0.168632025433562 -5307,0.5,0.255951455205554,0.0,0.0213022627093563,0.0,0.0822112078010402 -5308,0.5,0.255951455205554,0.0,0.0243826655020982,0.0,0.0382247811100443 -5309,0.5,0.255951455205554,0.0,0.0310164532512917,0.0,0.096232268622523 -5310,0.5,0.255951455205554,0.00623488861901029,0.0372827699636109,0.0128014261585479,0.207465056687964 -5311,0.5,0.255951455205554,0.0622810047943937,0.0537387709056701,0.0861743070535899,0.263044729578787 -5312,0.5,0.255951455205554,0.144932202347786,0.114688718941452,0.188169661451286,0.280396273925107 -5313,0.5,0.255951455205554,0.231160698802568,0.191071657366529,0.272370273730939,0.280339508481683 -5314,0.5,0.255951455205554,0.311161141010198,0.264950890845463,0.28056361600841,0.261090250264391 -5315,0.5,0.255951455205554,0.376150858452455,0.31400730407375,0.283451442220945,0.286214573241663 -5316,0.5,0.255951455205554,0.419002579378756,0.330092655207044,0.381252957453918,0.3591296230357 -5317,0.5,0.255951455205554,0.431479590932038,0.334238812123129,0.399463526546447,0.36776284360398 -5318,0.5,0.255951455205554,0.395432874614968,0.313949829816601,0.335876336083175,0.315963884687971 -5319,0.5,0.255951455205554,0.337206488694739,0.281473969124197,0.158280961113512,0.355718917000011 -5320,0.5,0.255951455205554,0.267345392027381,0.263785890311517,0.0393291713280918,0.488575208189812 -5321,0.5,0.255951455205554,0.189694572860538,0.266838118330443,0.0102317561545518,0.395611943216834 -5322,0.5,0.255951455205554,0.106248421279764,0.280823466997219,0.00400732114229147,0.340824730905616 -5323,0.5,0.255951455205554,0.0342272079558775,0.316415225793595,0.0011455775564291,0.464767560968728 -5324,0.5,0.255951455205554,1.85594947943807e-05,0.348045485606685,0.000596587111543013,0.876131579733474 -5325,0.5,0.255951455205554,0.0,0.377776821667462,0.0,0.971496582402013 -5326,0.5,0.255951455205554,0.0,0.427758026711137,0.0,0.969777261268022 -5327,0.5,0.255951455205554,0.0,0.494191472127287,0.0,0.985948787466384 -5328,0.5,0.255951455205554,0.0,0.548266917562974,0.0,0.132020342034413 -5329,0.5,0.255951455205554,0.0,0.595296921422714,0.0,0.079466350111119 -5330,0.5,0.255951455205554,0.0,0.629051459977586,0.0,0.0620248181732592 -5331,0.5,0.255951455205554,0.0,0.666548714225844,0.0,0.0567848489492872 -5332,0.5,0.255951455205554,0.0,0.69116194370933,0.0,0.108926371869808 -5333,0.5,0.255951455205554,0.0,0.673491325007724,0.0,0.185528559217135 -5334,0.5,0.255951455205554,0.00321164652140016,0.634156409975691,0.00103270544296709,0.901798693554599 -5335,0.5,0.255951455205554,0.0491497629264208,0.646904762124791,0.0351914686189256,1.00918763274519 -5336,0.5,0.255951455205554,0.128185159767831,0.710520018348564,0.0602900128946513,1.00770438645422 -5337,0.5,0.255951455205554,0.216933365181478,0.75588495315809,0.155279099105517,1.00835841385798 -5338,0.5,0.255951455205554,0.290803462262141,0.751045018019368,0.220326630691378,1.00747375429764 -5339,0.5,0.255951455205554,0.351742447845028,0.745148301468544,0.123571316775923,1.00225177231405 -5340,0.5,0.255951455205554,0.400636854875638,0.736476244840243,0.491997311771049,0.996924548370732 -5341,0.5,0.255951455205554,0.431120112125895,0.738061651024029,0.524079493331084,0.98092333991986 -5342,0.5,0.255951455205554,0.415116631647197,0.737457201290154,0.579927239899413,0.966556022177744 -5343,0.5,0.255951455205554,0.366564106909424,0.729345654203121,0.524429173974183,0.962853703167256 -5344,0.5,0.255951455205554,0.308143060316589,0.699492550607523,0.376852699445915,0.966989899810113 -5345,0.5,0.255951455205554,0.246361878871071,0.65582692327171,0.268869104474857,0.96725609767609 -5346,0.5,0.255951455205554,0.161204004895877,0.546883388311698,0.0460687295190053,0.944994690066251 -5347,0.5,0.255951455205554,0.0438241490603904,0.400472355834418,0.0753410244629405,0.937770787162991 -5348,0.5,0.255951455205554,0.0,0.312479133580108,0.0,0.936265072394275 -5349,0.5,0.255951455205554,0.0,0.273032459253083,0.0,0.952699225450361 -5350,0.5,0.255951455205554,0.0,0.254977298601882,0.0,0.944303181465521 -5351,0.5,0.255951455205554,0.0,0.261567391022295,0.0,0.938081617553303 -5352,0.5,0.255951455205554,0.0,0.26297500478132,0.0,0.943454748557452 -5353,0.5,0.255951455205554,0.0,0.273341431486129,0.0,0.948342298084389 -5354,0.5,0.255951455205554,0.0,0.288071113184175,0.0,0.950080415491151 -5355,0.5,0.255951455205554,0.0,0.30213221080646,0.0,0.953160813841696 -5356,0.5,0.255951455205554,0.0,0.312323886355076,0.0,0.958215994357048 -5357,0.5,0.255951455205554,0.0,0.323282220019219,0.0,0.959552534978994 -5358,0.5,0.255951455205554,0.00496997331761013,0.337968852212214,0.00938813095547553,0.966620094796991 -5359,0.5,0.255951455205554,0.0555470526097643,0.393868862064307,0.0620461053552807,0.981946701095557 -5360,0.5,0.255951455205554,0.126775380768125,0.496289436858117,0.0235884442473337,0.989396423486018 -5361,0.5,0.255951455205554,0.202771746190836,0.589734394071229,0.093711563106039,0.986539089883663 -5362,0.5,0.255951455205554,0.276841257601114,0.640942252915212,0.396037382667154,0.982583939146619 -5363,0.5,0.255951455205554,0.34892629511952,0.698772047951771,0.387109625897458,0.972971065376756 -5364,0.5,0.255951455205554,0.381657888133984,0.72316881806031,0.0344162774473237,0.968071004305018 -5365,0.5,0.255951455205554,0.391692514339499,0.730251521664528,0.0535726597178316,0.956478879984139 -5366,0.5,0.255951455205554,0.383003571876813,0.715548426262027,0.0832145688742147,0.987375703597913 -5367,0.5,0.255951455205554,0.346994334273741,0.66978160120396,0.515648653996242,0.98322771521576 -5368,0.5,0.255951455205554,0.297569900310354,0.637784083194676,0.428613841144093,0.96091973966468 -5369,0.5,0.255951455205554,0.22495420550774,0.560996977013384,0.125189710471986,0.945052445262829 -5370,0.5,0.255951455205554,0.149069806264288,0.44738180561365,0.125983171699084,0.943064933834279 -5371,0.5,0.255951455205554,0.0454063926525174,0.311767425046786,0.0624343725978849,0.94160066566951 -5372,0.5,0.255951455205554,0.0,0.214341513405966,0.0,0.899089158065682 -5373,0.5,0.255951455205554,0.0,0.184486881034768,0.0,0.883865533406954 -5374,0.5,0.255951455205554,0.0,0.174766062848753,0.0,0.917771711046895 -5375,0.5,0.255951455205554,0.0,0.169801762227725,0.0,0.911794310833501 -5376,0.5,0.255951455205554,0.0,0.173529323763465,0.0,0.948266106493022 -5377,0.5,0.255951455205554,0.0,0.183157231432497,0.0,0.925308528224104 -5378,0.5,0.255951455205554,0.0,0.193204413266231,0.0,0.909348030872031 -5379,0.5,0.255951455205554,0.0,0.189927646585846,0.0,0.944965621441177 -5380,0.5,0.255951455205554,0.0,0.192134225848355,0.0,0.944448516852913 -5381,0.5,0.255951455205554,0.0,0.189830479388735,0.0,0.945447047720815 -5382,0.5,0.255951455205554,0.00462644600889412,0.175516148529309,0.00946332707717109,0.951435117002462 -5383,0.5,0.255951455205554,0.0469403937245418,0.184405521031247,0.0878201951736285,0.932958122902886 -5384,0.5,0.255951455205554,0.10602200696468,0.244712265197901,0.208046246397426,0.900105751619273 -5385,0.5,0.255951455205554,0.16208132108269,0.312806404984304,0.341358124996613,0.908026357974791 -5386,0.5,0.255951455205554,0.205187084597288,0.353406462256235,0.477636598877048,0.898067889115071 -5387,0.5,0.255951455205554,0.231651724123584,0.39342416617699,0.578511328767457,0.875443006702624 -5388,0.5,0.255951455205554,0.247014953300264,0.420276140716786,0.63889596382837,0.861394881008798 -5389,0.5,0.255951455205554,0.247299981638774,0.438078096452716,0.637284258503916,0.865644220384588 -5390,0.5,0.255951455205554,0.210861970866369,0.414600303134167,0.642154459756415,0.870625915262188 -5391,0.5,0.255951455205554,0.169746283386369,0.403586669584587,0.557928503227875,0.888381502164373 -5392,0.5,0.255951455205554,0.137525194250661,0.37114623785603,0.427243830678529,0.882259824036433 -5393,0.5,0.255951455205554,0.0924305839356458,0.333209119958933,0.278361008345701,0.872047612579725 -5394,0.5,0.255951455205554,0.0509527070694819,0.294420312737887,0.136641308277211,0.871080355596148 -5395,0.5,0.255951455205554,0.0175512451299645,0.249632960042765,0.0439948271185098,0.832592725646062 -5396,0.5,0.255951455205554,3.50187466183227e-06,0.196201525575819,0.0,0.783731332394129 -5397,0.5,0.255951455205554,0.0,0.17746771748458,0.0,0.769248997905895 -5398,0.5,0.255951455205554,0.0,0.198395412184305,0.0,0.809883973857709 -5399,0.5,0.255951455205554,0.0,0.238202115053641,0.0,0.888297369673922 -5400,0.5,0.255951455205554,0.0,0.275029601684,0.0,0.879800958884696 -5401,0.5,0.255951455205554,0.0,0.286192977674775,0.0,0.850900792340931 -5402,0.5,0.255951455205554,0.0,0.287230658897178,0.0,0.837191184302921 -5403,0.5,0.255951455205554,0.0,0.279404805844207,0.0,0.857262003189754 -5404,0.5,0.255951455205554,0.0,0.264317617599186,0.0,0.895703476469841 -5405,0.5,0.255951455205554,0.0,0.259438691017474,0.0,0.907905424014503 -5406,0.5,0.255951455205554,0.00332487862491084,0.266340096208729,0.00744677310248901,0.918844117368012 -5407,0.5,0.255951455205554,0.054807597140752,0.326810394331597,0.0813493799558153,0.936092268968932 -5408,0.5,0.255951455205554,0.134677761985256,0.443772679405842,0.170851873607755,0.944152494438232 -5409,0.5,0.255951455205554,0.215591393013853,0.512620268831465,0.220980305058491,0.947440268218876 -5410,0.5,0.255951455205554,0.285116267779682,0.566499680427847,0.186138021528849,0.959837387457521 -5411,0.5,0.255951455205554,0.361108737214934,0.609106824442683,0.118577451122254,0.972337489843757 -5412,0.5,0.255951455205554,0.396961223200537,0.619472461520567,0.0691820122054096,0.980148457370594 -5413,0.5,0.255951455205554,0.406064224375085,0.608388306763182,0.0772718930452626,0.980961316877302 -5414,0.5,0.255951455205554,0.384221578966982,0.589406342988639,0.0805087021712588,0.969411252274758 -5415,0.5,0.255951455205554,0.329555194990345,0.573396796930007,0.0675272570916493,0.952098489873539 -5416,0.5,0.255951455205554,0.25662279764927,0.551267478343177,0.0747219871573094,0.92643400827863 -5417,0.5,0.255951455205554,0.179149048301114,0.521741530986924,0.0699115892124713,0.906546871500716 -5418,0.5,0.255951455205554,0.101174546364242,0.468077017310031,0.106852853939485,0.866457122755241 -5419,0.5,0.255951455205554,0.0281349532019663,0.397224487501827,0.0468131369731827,0.802328739357501 -5420,0.5,0.255951455205554,2.7892795101583e-06,0.332391329885378,0.0,0.828074761949923 -5421,0.5,0.255951455205554,0.0,0.301376461025613,0.0,0.859223433928971 -5422,0.5,0.255951455205554,0.0,0.291848241482434,0.0,0.852376616165058 -5423,0.5,0.255951455205554,0.0,0.276450819456366,0.0,0.791136896514147 -5424,0.5,0.255951455205554,0.0,0.253534750542543,0.0,0.710931660487618 -5425,0.5,0.255951455205554,0.0,0.239768202404681,0.0,0.691807204144335 -5426,0.5,0.255951455205554,0.0,0.231776753699125,0.0,0.646642066311155 -5427,0.5,0.255951455205554,0.0,0.22419550479018,0.0,0.621460135017338 -5428,0.5,0.255951455205554,0.0,0.216870836555064,0.0,0.570939358042818 -5429,0.5,0.255951455205554,0.0,0.204669846758564,0.0,0.555954890390685 -5430,0.5,0.255951455205554,0.00282171124316297,0.19781130332661,0.00040429600265635,0.567568401718921 -5431,0.5,0.255951455205554,0.040684292845491,0.215395881323781,0.00357473905101665,0.606604199536543 -5432,0.5,0.255951455205554,0.0989774761373089,0.287963591589544,0.00832383309488051,0.637426055858854 -5433,0.5,0.255951455205554,0.155874368601814,0.380276321278304,0.00561194218446141,0.686360692029197 -5434,0.5,0.255951455205554,0.220916912026534,0.427016076088094,0.00868434384582011,0.718933464501279 -5435,0.5,0.255951455205554,0.296151780092649,0.441960230621743,0.0194170794389198,0.68327032503184 -5436,0.5,0.255951455205554,0.325067785655236,0.45200776596911,0.0677126749752181,0.67752815655189 -5437,0.5,0.255951455205554,0.309717178986911,0.449705463865109,0.11119200895918,0.642650937865721 -5438,0.5,0.255951455205554,0.289407771911547,0.443997680248278,0.210024499863924,0.498091177456988 -5439,0.5,0.255951455205554,0.259417368404787,0.442862534211121,0.273704587197616,0.619119167859648 -5440,0.5,0.255951455205554,0.202973926673715,0.424553331460716,0.303592747660935,0.728548745009074 -5441,0.5,0.255951455205554,0.148897716269577,0.387542654701003,0.216992062895065,0.835588279459543 -5442,0.5,0.255951455205554,0.0852246695655377,0.344373121130313,0.16938214457552,0.890847418586876 -5443,0.5,0.255951455205554,0.0252474092390814,0.286756037529606,0.0653673278808481,0.884777235501175 -5444,0.5,0.255951455205554,1.65337426759233e-05,0.244798946806313,0.0,0.850619191217214 -5445,0.5,0.255951455205554,0.0,0.242044228705584,0.0,0.872734723301972 -5446,0.5,0.255951455205554,0.0,0.257792015422203,0.0,0.912945771936251 -5447,0.5,0.255951455205554,0.0,0.267934854938159,0.0,0.937942009615316 -5448,0.5,0.255951455205554,0.0,0.288402680903276,0.0,0.91285652869495 -5449,0.5,0.255951455205554,0.0,0.317285441067537,0.0,0.875826377585471 -5450,0.5,0.255951455205554,0.0,0.333280616239244,0.0,0.875359520293254 -5451,0.5,0.255951455205554,0.0,0.333994897827513,0.0,0.919693819829891 -5452,0.5,0.255951455205554,0.0,0.328836040386919,0.0,0.938308657367877 -5453,0.5,0.255951455205554,0.0,0.336487981261078,0.0,0.908280544117205 -5454,0.5,0.255951455205554,0.000962087207087342,0.363350663977351,0.000679833264862363,0.843929216228637 -5455,0.5,0.255951455205554,0.0224323992009968,0.440316928583143,0.00290302527051246,0.790835027925737 -5456,0.5,0.255951455205554,0.0644183955989339,0.525550621992657,0.0108443780453717,0.816085038001539 -5457,0.5,0.255951455205554,0.123139572386217,0.578384229282592,0.145817473360038,0.930155298342424 -5458,0.5,0.255951455205554,0.175268416106606,0.605216942677102,0.137493593443295,0.947717364842403 -5459,0.5,0.255951455205554,0.212404457422925,0.635690862611631,0.130586698996754,0.940659728573455 -5460,0.5,0.255951455205554,0.245911606928673,0.668954337128493,0.380400071174348,0.934221400583464 -5461,0.5,0.255951455205554,0.27664165632095,0.690243241668669,0.4125488854289,0.960496196255692 -5462,0.5,0.255951455205554,0.278924551666034,0.694554929212223,0.458239453624974,0.984524450434705 -5463,0.5,0.255951455205554,0.255609495316644,0.681009194322152,0.406535925141453,0.97145801607232 -5464,0.5,0.255951455205554,0.217641534504191,0.665588346104062,0.348032604173122,0.956037587062531 -5465,0.5,0.255951455205554,0.163475088400156,0.628261266141444,0.197170509083276,0.955757204728207 -5466,0.5,0.255951455205554,0.0922000121055697,0.562545342996882,0.0828696526777907,0.965241784322581 -5467,0.5,0.255951455205554,0.0259403417329167,0.474032099198618,0.0155619672748847,0.950547598201829 -5468,0.5,0.255951455205554,4.21614723911105e-06,0.390944622193542,0.0,0.952931160276439 -5469,0.5,0.255951455205554,0.0,0.349814298109968,0.0,0.978086899654715 -5470,0.5,0.255951455205554,0.0,0.340515683342965,0.0,0.990828169111817 -5471,0.5,0.255951455205554,0.0,0.343616273756164,0.0,0.989943132038526 -5472,0.5,0.255951455205554,0.0,0.355924364278931,0.0,0.994587060888159 -5473,0.5,0.255951455205554,0.0,0.365269167216438,0.0,0.993617673559543 -5474,0.5,0.255951455205554,0.0,0.371649226598273,0.0,0.997643802572001 -5475,0.5,0.255951455205554,0.0,0.386936962032249,0.0,1.00085821274943 -5476,0.5,0.255951455205554,0.0,0.398126272178765,0.0,1.00058744615671 -5477,0.5,0.255951455205554,0.0,0.402922356692759,0.0,1.00274877966379 -5478,0.5,0.255951455205554,0.0019679084217791,0.415421709762918,0.000557922239147784,1.00256039935763 -5479,0.5,0.255951455205554,0.0438170147842057,0.454269896469922,0.00720142503870821,0.993394474277324 -5480,0.5,0.255951455205554,0.116757202427009,0.528773261252175,0.0157034875487649,0.959291728566331 -5481,0.5,0.255951455205554,0.205854078786234,0.630560149559025,0.0228337740426353,0.962108488396826 -5482,0.5,0.255951455205554,0.31101496821288,0.732227614697602,0.0271713315320727,0.988850579705325 -5483,0.5,0.255951455205554,0.386615760991591,0.792928467432418,0.0309317352222473,1.0057718812573 -5484,0.5,0.255951455205554,0.401749154706817,0.821049059616079,0.025922936640384,1.00746577221464 -5485,0.5,0.255951455205554,0.406432465729098,0.834410008845349,0.0209124574965158,1.00898821439327 -5486,0.5,0.255951455205554,0.394246244860649,0.848284203594874,0.0147456421727276,1.00188684356853 -5487,0.5,0.255951455205554,0.338721933679756,0.851356510286351,0.01586773260557,0.998798768178485 -5488,0.5,0.255951455205554,0.262481099724193,0.835578564538598,0.00967194149073899,0.998411487734977 -5489,0.5,0.255951455205554,0.176362827910696,0.786270202987975,0.113087926428516,0.998538381519916 -5490,0.5,0.255951455205554,0.103730640630382,0.721456326590091,0.0155982292331343,1.00106607809044 -5491,0.5,0.255951455205554,0.0252336574484718,0.617776059534104,0.00347414218057067,1.00020176792846 -5492,0.5,0.255951455205554,1.12875023667143e-05,0.532544666017459,0.0,0.995573001919726 -5493,0.5,0.255951455205554,0.0,0.514335141766789,0.0,0.990688226095113 -5494,0.5,0.255951455205554,0.0,0.5410591946528,0.0,0.989036890066564 -5495,0.5,0.255951455205554,0.0,0.573547224985054,0.0,0.997917533391658 -5496,0.5,0.255951455205554,0.0,0.599870603159262,0.0,0.994199407741866 -5497,0.5,0.255951455205554,0.0,0.620319280433774,0.0,0.99402583115543 -5498,0.5,0.255951455205554,0.0,0.653086832785403,0.0,1.00406674596906 -5499,0.5,0.255951455205554,0.0,0.687678498727367,0.0,1.00442920921665 -5500,0.5,0.255951455205554,0.0,0.699538001802089,0.0,1.00721603543647 -5501,0.5,0.255951455205554,0.0,0.701632788969951,0.0,1.00824825427955 -5502,0.5,0.255951455205554,0.00117889596184992,0.723967879536527,0.000902311277804433,1.0086504824471 -5503,0.5,0.255951455205554,0.0322964071110267,0.77551968575524,0.0360456642786691,1.00930318327718 -5504,0.5,0.255951455205554,0.0896986007990368,0.832889141932524,0.0689067719285636,1.01084609599936 -5505,0.5,0.255951455205554,0.16410403921958,0.868831745140242,0.113728385345498,1.010917366501 -5506,0.5,0.255951455205554,0.243641817473699,0.916053373121389,0.102980733858567,1.01091805476133 -5507,0.5,0.255951455205554,0.292968333562701,0.940863806736663,0.142375267226963,1.01083250644962 -5508,0.5,0.255951455205554,0.333763993288093,0.957213660597648,0.249445374291777,1.01051557397076 -5509,0.5,0.255951455205554,0.350846587478408,0.964103143305873,0.126952314755118,1.01019355759667 -5510,0.5,0.255951455205554,0.339740195972819,0.957197228227724,0.104744188082568,1.01066916723393 -5511,0.5,0.255951455205554,0.312384017986973,0.956512673500055,0.0362205971204463,1.01018502133995 -5512,0.5,0.255951455205554,0.263986820893023,0.942369535742269,0.301406121866573,1.01010327277883 -5513,0.5,0.255951455205554,0.183611765103195,0.904361740494191,0.0555536581704258,1.01000380444824 -5514,0.5,0.255951455205554,0.104285809601694,0.82867347392076,0.0392354258192913,1.00891647043731 -5515,0.5,0.255951455205554,0.023517536069863,0.716412325081781,0.00106939314069895,1.00634893679596 -5516,0.5,0.255951455205554,4.25526392320045e-06,0.612131527024232,0.0,1.00713525095585 -5517,0.5,0.255951455205554,0.0,0.550514284427766,0.0,1.00700218918934 -5518,0.5,0.255951455205554,0.0,0.5194773246265,0.0,1.0063038500821 -5519,0.5,0.255951455205554,0.0,0.497740443897562,0.0,1.00534926848924 -5520,0.5,0.255951455205554,0.0,0.469816784476712,0.0,0.995596838388835 -5521,0.5,0.255951455205554,0.0,0.445713649726179,0.0,1.00683448091685 -5522,0.5,0.255951455205554,0.0,0.421402798361252,0.0,1.00452314549281 -5523,0.5,0.255951455205554,0.0,0.386579008712332,0.0,1.00360509499543 -5524,0.5,0.255951455205554,0.0,0.359878929745151,0.0,1.003813101585 -5525,0.5,0.255951455205554,0.0,0.330738426996865,0.0,0.996974113186152 -5526,0.5,0.255951455205554,0.0019683534724369,0.309170399480527,0.00357206145456195,0.967067880591582 -5527,0.5,0.255951455205554,0.0466307275310488,0.336929640385057,0.0562007098683695,0.94302517240327 -5528,0.5,0.255951455205554,0.121291915917463,0.424938897755473,0.151081746746119,0.956015800396987 -5529,0.5,0.255951455205554,0.201001461870264,0.501625731648562,0.208228371154737,0.949662955129304 -5530,0.5,0.255951455205554,0.273949121464145,0.540884967415074,0.197906199505307,0.915841437950443 -5531,0.5,0.255951455205554,0.319887198437403,0.551342066239355,0.199253259131001,0.815903903090725 -5532,0.5,0.255951455205554,0.344206213889051,0.569128479148807,0.465208822738347,0.850651605086064 -5533,0.5,0.255951455205554,0.346321193147216,0.596700352970163,0.532007023394251,0.917528235365049 -5534,0.5,0.255951455205554,0.356620687653725,0.618061563905655,0.55021961089291,0.927245778716246 -5535,0.5,0.255951455205554,0.335569145419531,0.652778225951197,0.443905967667474,0.945471094349517 -5536,0.5,0.255951455205554,0.268583785002724,0.664026374400352,0.292603745581064,0.978803189549069 -5537,0.5,0.255951455205554,0.178844266439203,0.625243269499097,0.143839606317381,0.993403148817125 -5538,0.5,0.255951455205554,0.100461518766432,0.573663495114769,0.051797521915403,0.97153653596358 -5539,0.5,0.255951455205554,0.0218928739266178,0.492087860147539,0.00989476588726339,0.950141597641203 -5540,0.5,0.255951455205554,1.74704439274694e-06,0.394412246241022,0.0,0.904952563227119 -5541,0.5,0.255951455205554,0.0,0.338778516178392,0.0,0.847007684298163 -5542,0.5,0.255951455205554,0.0,0.312202436513426,0.0,0.804673420374802 -5543,0.5,0.255951455205554,0.0,0.296844599499323,0.0,0.804615487188475 -5544,0.5,0.255951455205554,0.0,0.282455665772628,0.0,0.806883109847787 -5545,0.5,0.255951455205554,0.0,0.289627515157568,0.0,0.817459599312438 -5546,0.5,0.255951455205554,0.0,0.299675827527162,0.0,0.796599011594513 -5547,0.5,0.255951455205554,0.0,0.29935293807574,0.0,0.799242222421653 -5548,0.5,0.255951455205554,0.0,0.2893160022109,0.0,0.850722296363811 -5549,0.5,0.255951455205554,0.0,0.28085856793636,0.0,0.873611533119086 -5550,0.5,0.255951455205554,0.00178132970670278,0.278100002262005,0.00164673174056743,0.825402474843259 -5551,0.5,0.255951455205554,0.0569175545959479,0.290095422633952,0.00812896168937481,0.696089154179396 -5552,0.5,0.255951455205554,0.155261424566712,0.365733108752618,0.0509216790658707,0.725902058469683 -5553,0.5,0.255951455205554,0.267724687825496,0.432951533580847,0.22749332248498,0.809093015018469 -5554,0.5,0.255951455205554,0.377494972227152,0.476268168778863,0.392628010996422,0.831652448697828 -5555,0.5,0.255951455205554,0.445301112736748,0.510914865911679,0.361741464311476,0.810095270393002 -5556,0.5,0.255951455205554,0.469586251418731,0.515118313408651,0.361223396100201,0.777781337581649 -5557,0.5,0.255951455205554,0.451070680380073,0.504065846772041,0.0824100472434039,0.747639835844421 -5558,0.5,0.255951455205554,0.413261813281711,0.485431419122691,0.0798520353750533,0.685970182285246 -5559,0.5,0.255951455205554,0.358670657757396,0.460537236947123,0.0658630717410506,0.730907217174543 -5560,0.5,0.255951455205554,0.286564730946122,0.433132511589858,0.0421108134663405,0.772659699197089 -5561,0.5,0.255951455205554,0.201828510663544,0.387533033337533,0.0332604024210929,0.905875302078783 -5562,0.5,0.255951455205554,0.116889232159352,0.320591078665094,0.0153209709390564,0.952215819536359 -5563,0.5,0.255951455205554,0.0239031991915211,0.226322870421052,0.00587444935798111,0.923467487598716 -5564,0.5,0.255951455205554,1.58022475528808e-06,0.162678973252423,0.0,0.859816656777022 -5565,0.5,0.255951455205554,0.0,0.129226287082843,0.0,0.859682666807893 -5566,0.5,0.255951455205554,0.0,0.116144671180013,0.0,0.788519820037001 -5567,0.5,0.255951455205554,0.0,0.117540217040017,0.0,0.722726270775592 -5568,0.5,0.255951455205554,0.0,0.116346278503835,0.0,0.662472758990387 -5569,0.5,0.255951455205554,0.0,0.127976156358929,0.0,0.646126948663319 -5570,0.5,0.255951455205554,0.0,0.133737499896898,0.0,0.709448207199803 -5571,0.5,0.255951455205554,0.0,0.138469964698242,0.0,0.775377529782566 -5572,0.5,0.255951455205554,0.0,0.136997267566192,0.0,0.776983574121964 -5573,0.5,0.255951455205554,0.0,0.139863647301554,0.0,0.721230329732162 -5574,0.5,0.255951455205554,0.00135836716853308,0.145272389230673,0.00272633328826737,0.679546965144796 -5575,0.5,0.255951455205554,0.0509197831714559,0.163915879692646,0.0676368760874463,0.598167441891903 -5576,0.5,0.255951455205554,0.146841476760255,0.215049076172669,0.155047218071239,0.651565657241492 -5577,0.5,0.255951455205554,0.261153419870488,0.288880267990849,0.175571598400571,0.694246009798971 -5578,0.5,0.255951455205554,0.373010493177079,0.323205007710493,0.0575760742489683,0.64135528707036 -5579,0.5,0.255951455205554,0.456270615377633,0.328030848022748,0.126095898644021,0.588861835584579 -5580,0.5,0.255951455205554,0.51050478902786,0.349243769942006,0.259170620534017,0.530503922123335 -5581,0.5,0.255951455205554,0.522458583133973,0.363191067401225,0.363521264996485,0.533007718325676 -5582,0.5,0.255951455205554,0.509307695285093,0.367556768074987,0.429497557860973,0.559080272897245 -5583,0.5,0.255951455205554,0.457903480656357,0.348448297515663,0.446323194324574,0.604927723951482 -5584,0.5,0.255951455205554,0.378407104041446,0.302371425064336,0.26730851627436,0.571778613546815 -5585,0.5,0.255951455205554,0.282781569396989,0.23223619792679,0.114682740219017,0.579617745443366 -5586,0.5,0.255951455205554,0.171051639972068,0.142499938247372,0.141775341907977,0.628716500490717 -5587,0.5,0.255951455205554,0.0266748746046514,0.0591959787469818,0.0450701820711192,0.600432461439633 -5588,0.5,0.255951455205554,0.0,0.0374088527195795,0.0,0.538899578584424 -5589,0.5,0.255951455205554,0.0,0.035127035840797,0.0,0.5276485838657 -5590,0.5,0.255951455205554,0.0,0.042612833469171,0.0,0.667501560074511 -5591,0.5,0.255951455205554,0.0,0.054247201764719,0.0,0.744339234965143 -5592,0.5,0.255951455205554,0.0,0.0652129826078218,0.0,0.819871225479603 -5593,0.5,0.255951455205554,0.0,0.0782102774532757,0.0,0.839824342776628 -5594,0.5,0.255951455205554,0.0,0.0922953838228774,0.0,0.898531533781667 -5595,0.5,0.255951455205554,0.0,0.102146966479821,0.0,0.910735320103331 -5596,0.5,0.255951455205554,0.0,0.112815957476952,0.0,0.917659838221156 -5597,0.5,0.255951455205554,0.0,0.121965012224871,0.0,0.927411261643411 -5598,0.5,0.255951455205554,0.00110659698095007,0.124943872997637,0.00221265822211566,0.924299937253781 -5599,0.5,0.255951455205554,0.0591015898183268,0.12443969056847,0.0634342262841523,0.914215869200187 -5600,0.5,0.255951455205554,0.167264474256601,0.159662937977496,0.16017312461938,0.921504419739161 -5601,0.5,0.255951455205554,0.29605594163646,0.244474550882968,0.245537231571349,0.921271808556121 -5602,0.5,0.255951455205554,0.433634163697839,0.340962065605838,0.3928995545476,0.920518242872492 -5603,0.5,0.255951455205554,0.546907311418148,0.44212017063905,0.522484967230293,0.92213972651573 -5604,0.5,0.255951455205554,0.584829354695223,0.525360489251433,0.633299494896406,0.92261962724589 -5605,0.5,0.255951455205554,0.598546097062839,0.586031312266286,0.690147957138085,0.903853417314748 -5606,0.5,0.255951455205554,0.557125726230311,0.626418856164684,0.682838515342764,0.817974514467844 -5607,0.5,0.255951455205554,0.46866958037073,0.640868245234257,0.596111193428492,0.793676624573833 -5608,0.5,0.255951455205554,0.360856182797833,0.629713505444192,0.420765996297626,0.800978121531521 -5609,0.5,0.255951455205554,0.24584350040691,0.578552352207965,0.275666968779849,0.859454923082783 -5610,0.5,0.255951455205554,0.133425590284901,0.478919956395186,0.0526014494738176,0.879591494512079 -5611,0.5,0.255951455205554,0.0170558653998706,0.386691571160342,0.0218418996350124,0.883558481737547 -5612,0.5,0.255951455205554,4.45006698296573e-08,0.332296579982818,0.0,0.885945714352439 -5613,0.5,0.255951455205554,0.0,0.288682526107301,0.0,0.872059425680397 -5614,0.5,0.255951455205554,0.0,0.279057268065256,0.0,0.85919933489431 -5615,0.5,0.255951455205554,0.0,0.297307984141346,0.0,0.702772052462394 -5616,0.5,0.255951455205554,0.0,0.327680258426078,0.0,0.658962982751333 -5617,0.5,0.255951455205554,0.0,0.363387694531302,0.0,0.867937324401565 -5618,0.5,0.255951455205554,0.0,0.396096327892112,0.0,0.960785477492207 -5619,0.5,0.255951455205554,0.0,0.415550311992639,0.0,0.986684165884043 -5620,0.5,0.255951455205554,0.0,0.426382841638217,0.0,0.98472636768076 -5621,0.5,0.255951455205554,0.0,0.435768666405258,0.0,0.97771589039022 -5622,0.5,0.255951455205554,0.000533457994722632,0.445938307505565,7.54874259991143e-05,0.991773585274526 -5623,0.5,0.255951455205554,0.0344948060979947,0.484866853405388,0.00126056006554949,0.998061424542105 -5624,0.5,0.255951455205554,0.0996385436412328,0.561693248675109,0.00470846861342566,0.999495767466868 -5625,0.5,0.255951455205554,0.178999284381637,0.620085518041442,0.0217760088624238,1.00174497647272 -5626,0.5,0.255951455205554,0.25904915407779,0.63403131707015,0.0396684491418205,1.00088286544661 -5627,0.5,0.255951455205554,0.323652428919272,0.632686316565747,0.0622231305965943,0.99986054079492 -5628,0.5,0.255951455205554,0.331965054029007,0.617324802866755,0.101632087982412,0.988918360026622 -5629,0.5,0.255951455205554,0.314076577984407,0.584489298987808,0.546988884567714,0.985122556361116 -5630,0.5,0.255951455205554,0.286580289935493,0.561572515540495,0.490623309542314,0.994875783807594 -5631,0.5,0.255951455205554,0.250447703893747,0.535225745073603,0.0629613905891522,0.996421862690398 -5632,0.5,0.255951455205554,0.208930514119718,0.494756585204006,0.061081195339729,0.948850287646991 -5633,0.5,0.255951455205554,0.140310782691707,0.439002510471738,0.0388004581215244,0.91008928501205 -5634,0.5,0.255951455205554,0.0756835274908499,0.384474059200098,0.0242170862405059,0.946861660196141 -5635,0.5,0.255951455205554,0.00947262686708,0.293245098581924,0.0407322678118691,0.960023730912853 -5636,0.5,0.255951455205554,0.0,0.232434149938286,0.0,0.949660664767944 -5637,0.5,0.255951455205554,0.0,0.216319885373603,0.0,0.937235966167038 -5638,0.5,0.255951455205554,0.0,0.222658477644295,0.0,0.929518563129675 -5639,0.5,0.255951455205554,0.0,0.247071183118167,0.0,0.950510404400625 -5640,0.5,0.255951455205554,0.0,0.26194846371426,0.0,0.974180401530841 -5641,0.5,0.255951455205554,0.0,0.279832094608832,0.0,0.9829903476306 -5642,0.5,0.255951455205554,0.0,0.298622931959953,0.0,0.976645768762107 -5643,0.5,0.255951455205554,0.0,0.31646539328943,0.0,0.981118919750483 -5644,0.5,0.255951455205554,0.0,0.31769350771027,0.0,0.981613142950264 -5645,0.5,0.255951455205554,0.0,0.314476707668244,0.0,0.965130715016099 -5646,0.5,0.255951455205554,0.000273469680741357,0.320692053199331,0.0012078086862584,0.972901984351558 -5647,0.5,0.255951455205554,0.0291834808672265,0.393319539350037,0.0688411677468333,0.973244545906856 -5648,0.5,0.255951455205554,0.0948753581513498,0.512863223826203,0.17317558847764,0.979024583119544 -5649,0.5,0.255951455205554,0.178872757572115,0.597135848997558,0.136341630902265,0.97307064573244 -5650,0.5,0.255951455205554,0.259286563676895,0.64348824518626,0.125608146729921,0.942890680861252 -5651,0.5,0.255951455205554,0.343036792883445,0.68472025757733,0.297916681154854,0.880152380262387 -5652,0.5,0.255951455205554,0.394036631678854,0.697512828882806,0.0796516072753298,0.815112408218718 -5653,0.5,0.255951455205554,0.393825208890734,0.688740754827123,0.0876963705978404,0.772710352909577 -5654,0.5,0.255951455205554,0.391741383608324,0.68191650366196,0.116800503528316,0.774270705438499 -5655,0.5,0.255951455205554,0.369990855837331,0.656893939980941,0.0964421799473664,0.798457633902358 -5656,0.5,0.255951455205554,0.310782680399542,0.605902044356199,0.0485094797380497,0.774489656241189 -5657,0.5,0.255951455205554,0.223857599665832,0.518071367558668,0.0432321611019815,0.642017044054778 -5658,0.5,0.255951455205554,0.12873944103859,0.405792278914324,0.0213975705028691,0.466224591755377 -5659,0.5,0.255951455205554,0.0134832718444264,0.287142090769644,0.00205319375616685,0.352092219751847 -5660,0.5,0.255951455205554,0.0,0.215445782924784,0.0,0.341654778792128 -5661,0.5,0.255951455205554,0.0,0.182673040095814,0.0,0.346493328480516 -5662,0.5,0.255951455205554,0.0,0.159301618971943,0.0,0.319444508222972 -5663,0.5,0.255951455205554,0.0,0.136715494047458,0.0,0.314943256910871 -5664,0.5,0.255951455205554,0.0,0.118952130012282,0.0,0.309432063975081 -5665,0.5,0.255951455205554,0.0,0.103251205563145,0.0,0.312282505733859 -5666,0.5,0.255951455205554,0.0,0.091174129551456,0.0,0.2832605644977 -5667,0.5,0.255951455205554,0.0,0.0825025832188174,0.0,0.266800120025083 -5668,0.5,0.255951455205554,0.0,0.0763665302351393,0.0,0.225461463449002 -5669,0.5,0.255951455205554,0.0,0.0702016485821457,0.0,0.174797205386297 -5670,0.5,0.255951455205554,0.00049352762622198,0.0636604528348617,0.000281954086306351,0.136161171693315 -5671,0.5,0.255951455205554,0.0426079141731872,0.0614343553209138,0.0276446777447755,0.123148503503471 -5672,0.5,0.255951455205554,0.119577878409654,0.0733717502808978,0.0449679263611507,0.108959130529809 -5673,0.5,0.255951455205554,0.202572663290055,0.0924317841578419,0.070105862408078,0.0842858422567304 -5674,0.5,0.255951455205554,0.282851613760655,0.11189330365514,0.107222308643039,0.0536608445543181 -5675,0.5,0.255951455205554,0.338843634337548,0.130513781746241,0.203110628915533,0.0384967144547529 -5676,0.5,0.255951455205554,0.353234107486405,0.140259110809498,0.236614408815619,0.039142434915019 -5677,0.5,0.255951455205554,0.341618047444891,0.152240304835268,0.114957524585077,0.0448167922224724 -5678,0.5,0.255951455205554,0.28648928424967,0.151197980279164,0.229861999100872,0.0547372212081976 -5679,0.5,0.255951455205554,0.221991175876154,0.134009004193877,0.595153357599762,0.0637864740975569 -5680,0.5,0.255951455205554,0.147472226438413,0.104117110018119,0.163638588599308,0.0605858072195834 -5681,0.5,0.255951455205554,0.0866353303537,0.0768010837132373,0.191867005793144,0.0420635395838987 -5682,0.5,0.255951455205554,0.0390326233283016,0.0551441070684347,0.10652145296685,0.0295638401424887 -5683,0.5,0.255951455205554,0.00368212576480683,0.0456852242823036,0.0351819307269213,0.0317055232259392 -5684,0.5,0.255951455205554,0.0,0.0488319940962175,0.0,0.0353641412845465 -5685,0.5,0.255951455205554,0.0,0.0515781033069723,0.0,0.0553729492103585 -5686,0.5,0.255951455205554,0.0,0.0506799399286892,0.0,0.0733277901486521 -5687,0.5,0.255951455205554,0.0,0.0489838683155217,0.0,0.0638498669822781 -5688,0.5,0.255951455205554,0.0,0.051117066518845,0.0,0.0488500357561455 -5689,0.5,0.255951455205554,0.0,0.0567610152420073,0.0,0.053504793598394 -5690,0.5,0.255951455205554,0.0,0.0560377500397464,0.0,0.0723938284319852 -5691,0.5,0.255951455205554,0.0,0.0544501074186271,0.0,0.0775869949453682 -5692,0.5,0.255951455205554,0.0,0.0575223835551195,0.0,0.0631797573495037 -5693,0.5,0.255951455205554,0.0,0.0607538292775633,0.0,0.0468990264095144 -5694,0.5,0.255951455205554,0.000343791321874667,0.0672611663600531,4.75880101618872e-05,0.0304467940384459 -5695,0.5,0.255951455205554,0.0156197779357698,0.0807166601786761,0.0669931832597001,0.018360582628259 -5696,0.5,0.255951455205554,0.0476521500508554,0.114160813330487,0.193019897001427,0.0118219707761594 -5697,0.5,0.255951455205554,0.0911149701033221,0.14699363026481,0.334338911967454,0.0104858775600756 -5698,0.5,0.255951455205554,0.147550350064347,0.155630239935703,0.474480770840818,0.00952270266206251 -5699,0.5,0.255951455205554,0.209094346334641,0.158878986191432,0.596686902717496,0.00954612613888189 -5700,0.5,0.255951455205554,0.26431658814514,0.152769684262899,0.665221552107213,0.0112202573758961 -5701,0.5,0.255951455205554,0.309303937135241,0.144933335403071,0.668487862249992,0.0131057441943834 -5702,0.5,0.255951455205554,0.321459834792785,0.137305962766268,0.643723377285438,0.014042794970063 -5703,0.5,0.255951455205554,0.267967339214076,0.131011593558255,0.538563426976552,0.0170673127327281 -5704,0.5,0.255951455205554,0.190030068480712,0.122775001940273,0.422916986964865,0.0179796592801781 -5705,0.5,0.255951455205554,0.130996854921068,0.112579840110333,0.283866249838708,0.0226777682056848 -5706,0.5,0.255951455205554,0.0686434488903462,0.0958297781615599,0.169730673304275,0.0332475684260462 -5707,0.5,0.255951455205554,0.00693573548351796,0.0656391619845106,0.0332373198191242,0.0498802201114652 -5708,0.5,0.255951455205554,0.0,0.0565856319263193,0.0,0.0777095023353537 -5709,0.5,0.255951455205554,0.0,0.0482106851823103,0.0,0.122303986909355 -5710,0.5,0.255951455205554,0.0,0.0414072304506024,0.0,0.164766933332377 -5711,0.5,0.255951455205554,0.0,0.0363678588025915,0.0,0.183942428207272 -5712,0.5,0.255951455205554,0.0,0.0337404493646434,0.0,0.170460246469098 -5713,0.5,0.255951455205554,0.0,0.0317200548636162,0.0,0.1992165052865 -5714,0.5,0.255951455205554,0.0,0.0289445383321021,0.0,0.194128916036108 -5715,0.5,0.255951455205554,0.0,0.027627891914726,0.0,0.15109214054903 -5716,0.5,0.255951455205554,0.0,0.0278512964634012,0.0,0.122404286152297 -5717,0.5,0.255951455205554,0.0,0.0294431817660907,0.0,0.106762485455185 -5718,0.5,0.255951455205554,0.000345387160848493,0.0304764725272975,0.0,0.0993297990924527 -5719,0.5,0.255951455205554,0.0323691281201304,0.0321062801778179,0.0092459990677859,0.0970600893049829 -5720,0.5,0.255951455205554,0.105339867731857,0.0490728225560057,0.0430599700212353,0.088718410799854 -5721,0.5,0.255951455205554,0.1914731585768,0.0817871715342794,0.16451465642595,0.070590406187036 -5722,0.5,0.255951455205554,0.276126150416301,0.111751607922814,0.432611485009884,0.053093774991776 -5723,0.5,0.255951455205554,0.342671996283115,0.12453260849436,0.561878502206814,0.0346623699857352 -5724,0.5,0.255951455205554,0.378979536981476,0.129953922427228,0.591804901513413,0.0223760034780047 -5725,0.5,0.255951455205554,0.397240031084858,0.130817999746631,0.618674441966497,0.0139869692057788 -5726,0.5,0.255951455205554,0.381558759724456,0.133507777625074,0.604020799842407,0.0137375017450787 -5727,0.5,0.255951455205554,0.335923704517521,0.131075294766121,0.527648792205517,0.0173919176871164 -5728,0.5,0.255951455205554,0.265749399802902,0.116406642646398,0.333764666449822,0.0223737606078715 -5729,0.5,0.255951455205554,0.194946063250779,0.0974279474254102,0.191679024380566,0.0276291530354993 -5730,0.5,0.255951455205554,0.111560382143876,0.0708883545639964,0.0657608803997396,0.034852241953684 -5731,0.5,0.255951455205554,0.00929800652579027,0.0373820591718938,0.00547496576312935,0.0397298050923061 -5732,0.5,0.255951455205554,0.0,0.0299569155674227,0.0,0.0432065500790078 -5733,0.5,0.255951455205554,0.0,0.0246729634998133,0.0,0.0543237820383286 -5734,0.5,0.255951455205554,0.0,0.021144220787364,0.0,0.0672460896000488 -5735,0.5,0.255951455205554,0.0,0.0195470825629753,0.0,0.0861432293242577 -5736,0.5,0.255951455205554,0.0,0.0194205542544831,0.0,0.102069738955269 -5737,0.5,0.255951455205554,0.0,0.0194866434551103,0.0,0.132562115357054 -5738,0.5,0.255951455205554,0.0,0.0205413998763364,0.0,0.162389203759283 -5739,0.5,0.255951455205554,0.0,0.021896332437003,0.0,0.195904595694766 -5740,0.5,0.255951455205554,0.0,0.0226706694221741,0.0,0.2353161164852 -5741,0.5,0.255951455205554,0.0,0.0252170871249381,0.0,0.262731757851155 -5742,0.5,0.255951455205554,0.000327582253800462,0.0263654577695042,0.0,0.275388387547996 -5743,0.5,0.255951455205554,0.0512263223127549,0.0248612556203767,0.0601417776435772,0.315711487218342 -5744,0.5,0.255951455205554,0.163330818662627,0.0318950207739724,0.184518990573641,0.385037581192224 -5745,0.5,0.255951455205554,0.296889023932392,0.0551911008948631,0.324327468616565,0.462465724690753 -5746,0.5,0.255951455205554,0.42791408753964,0.0765476060078966,0.449219225566021,0.535151790614423 -5747,0.5,0.255951455205554,0.517599096728037,0.0935424788947317,0.569272924484888,0.545552780081952 -5748,0.5,0.255951455205554,0.541058749601231,0.0957097964453607,0.658394856904018,0.519025520888656 -5749,0.5,0.255951455205554,0.526970893866975,0.0962891711957471,0.68526016578586,0.48938459269237 -5750,0.5,0.255951455205554,0.473933950341919,0.101169503824459,0.67237931839546,0.432487349520774 -5751,0.5,0.255951455205554,0.394980908580774,0.104390879605692,0.607740769822348,0.323964939769886 -5752,0.5,0.255951455205554,0.279268515772787,0.105890762883145,0.489888831859427,0.184273416048134 -5753,0.5,0.255951455205554,0.169140736741054,0.0992480021993324,0.359909344245512,0.162533061840878 -5754,0.5,0.255951455205554,0.0573409845594765,0.0793670866381017,0.209627852218085,0.2511296552674 -5755,0.5,0.255951455205554,0.00174719529730368,0.0686990111692629,0.0255765073059948,0.303386379919563 -5756,0.5,0.255951455205554,0.0,0.064604129899867,0.0,0.316838356422873 -5757,0.5,0.255951455205554,0.0,0.06371744281736,0.0,0.420923988878789 -5758,0.5,0.255951455205554,0.0,0.0641692055482702,0.0,0.560112781870999 -5759,0.5,0.255951455205554,0.0,0.0645525149431454,0.0,0.544560584468829 -5760,0.5,0.255951455205554,0.0,0.0614901126659105,0.0,0.436073414027491 -5761,0.5,0.255951455205554,0.0,0.0609341220515765,0.0,0.306627436144484 -5762,0.5,0.255951455205554,0.0,0.0587070941917784,0.0,0.250389941379956 -5763,0.5,0.255951455205554,0.0,0.0565624271246601,0.0,0.242040112608319 -5764,0.5,0.255951455205554,0.0,0.0568897418901509,0.0,0.26937399109204 -5765,0.5,0.255951455205554,0.0,0.0598562423450023,0.0,0.250871984127772 -5766,0.5,0.255951455205554,4.52037352609223e-05,0.0612190995055726,0.0,0.162654349359708 -5767,0.5,0.255951455205554,0.0110684020624389,0.0651865249123137,0.000504565546524685,0.124057776134912 -5768,0.5,0.255951455205554,0.0481516079836509,0.084143371970728,0.00649254494246518,0.131532042220199 -5769,0.5,0.255951455205554,0.108334807638268,0.138015611939952,0.0417162894973932,0.142077643969913 -5770,0.5,0.255951455205554,0.180081892047323,0.184365807444263,0.291125608675725,0.140519166631244 -5771,0.5,0.255951455205554,0.222366001081271,0.21934910617801,0.195631628175911,0.153960305971509 -5772,0.5,0.255951455205554,0.274520907114144,0.231669105078023,0.137131859164368,0.213888828986805 -5773,0.5,0.255951455205554,0.303087091584656,0.227312530482833,0.238066596385613,0.309314122216047 -5774,0.5,0.255951455205554,0.301889268195454,0.215521566085765,0.474344762047331,0.455549802204246 -5775,0.5,0.255951455205554,0.239853217548799,0.185656290882536,0.242056339076302,0.456687062381435 -5776,0.5,0.255951455205554,0.173118420799327,0.144515608359888,0.185119509386699,0.547846328904882 -5777,0.5,0.255951455205554,0.117333114007064,0.0989909591934997,0.179580489446482,0.514745078644096 -5778,0.5,0.255951455205554,0.0639781046221196,0.0563595873578138,0.128305559750477,0.505709959394327 -5779,0.5,0.255951455205554,0.00499959244222035,0.031473701198586,0.0,0.402436677018975 -5780,0.5,0.255951455205554,0.0,0.0306644830135476,0.0,0.312509574945074 -5781,0.5,0.255951455205554,0.0,0.0334255527630858,0.0,0.240749367915677 -5782,0.5,0.255951455205554,0.0,0.0394230002130251,0.0,0.233968415083988 -5783,0.5,0.255951455205554,0.0,0.0476666880377568,0.0,0.330201937168965 -5784,0.5,0.255951455205554,0.0,0.0554263635215908,0.0,0.477120745201801 -5785,0.5,0.255951455205554,0.0,0.0645707268001715,0.0,0.620424739637905 -5786,0.5,0.255951455205554,0.0,0.0759602109369826,0.0,0.727499250715513 -5787,0.5,0.255951455205554,0.0,0.0889782933878074,0.0,0.780324203416625 -5788,0.5,0.255951455205554,0.0,0.1053503812583,0.0,0.890041616767733 -5789,0.5,0.255951455205554,0.0,0.120533183330475,0.0,0.904339610757257 -5790,0.5,0.255951455205554,9.02973194250691e-05,0.139113165825991,0.0,0.864158777657116 -5791,0.5,0.255951455205554,0.0322834238313199,0.160652580790308,0.00684776582452538,0.855598671207131 -5792,0.5,0.255951455205554,0.106870597089872,0.200334178298602,0.0221109051383067,0.82961987466363 -5793,0.5,0.255951455205554,0.190647637143556,0.266950221151012,0.0333459081361217,0.758530420493499 -5794,0.5,0.255951455205554,0.274637605186579,0.321566258019791,0.0624851484899704,0.756809859997622 -5795,0.5,0.255951455205554,0.343152086191135,0.361205288037926,0.0780338618770128,0.712570366017255 -5796,0.5,0.255951455205554,0.366052886230587,0.387447645524018,0.00446081689271644,0.633887961243805 -5797,0.5,0.255951455205554,0.365632995512657,0.390796288296859,0.00490276904677585,0.550687906088772 -5798,0.5,0.255951455205554,0.33187272687973,0.366907832323207,0.00406320743776772,0.400361893729607 -5799,0.5,0.255951455205554,0.280083102858676,0.326576222671852,0.0177045131801265,0.272339165462802 -5800,0.5,0.255951455205554,0.222256012149044,0.259136857055038,0.0848817123229935,0.196492690663876 -5801,0.5,0.255951455205554,0.160415472125612,0.190781425012776,0.171791367491046,0.155922687918639 -5802,0.5,0.255951455205554,0.073492229698025,0.119759839452326,0.12496438325062,0.166005648827353 -5803,0.5,0.255951455205554,0.000744940965389767,0.0823753622814605,0.0,0.175973235019543 -5804,0.5,0.255951455205554,0.0,0.0681499718688422,0.0,0.15208603688621 -5805,0.5,0.255951455205554,0.0,0.0637871398184915,0.0,0.11918335983994 -5806,0.5,0.255951455205554,0.0,0.061865017509814,0.0,0.134762245557091 -5807,0.5,0.255951455205554,0.0,0.0620001169781189,0.0,0.169858131170386 -5808,0.5,0.255951455205554,0.0,0.0611915166905816,0.0,0.191452101775776 -5809,0.5,0.255951455205554,0.0,0.0606206254221672,0.0,0.21995668435325 -5810,0.5,0.255951455205554,0.0,0.0592265755213748,0.0,0.252793143726652 -5811,0.5,0.255951455205554,0.0,0.0598863985960154,0.0,0.248597837623149 -5812,0.5,0.255951455205554,0.0,0.0594490390921349,0.0,0.240165324322064 -5813,0.5,0.255951455205554,0.0,0.0555816275065185,0.0,0.20802716865465 -5814,0.5,0.255951455205554,2.94499732552819e-05,0.0540051470673067,0.0,0.143517501690993 -5815,0.5,0.255951455205554,0.0183498972318605,0.0640850790594963,0.00103622210233271,0.0596282054807702 -5816,0.5,0.255951455205554,0.0630220833326172,0.0868334670138999,0.00177113359747704,0.0202652433909624 -5817,0.5,0.255951455205554,0.114592735696535,0.116895206463453,0.0544930968686495,0.0173752019621771 -5818,0.5,0.255951455205554,0.162473950590995,0.136811600636588,0.135590673271637,0.0320503368645255 -5819,0.5,0.255951455205554,0.201903365732668,0.148236861373789,0.219326179269127,0.0616846024918233 -5820,0.5,0.255951455205554,0.228864507027431,0.145461763998532,0.124053877666285,0.0577524795468313 -5821,0.5,0.255951455205554,0.238044375117745,0.147555736223205,0.0614004676571127,0.0313593113444091 -5822,0.5,0.255951455205554,0.250133204849897,0.140061958828503,0.0248748175882048,0.0150545462551883 -5823,0.5,0.255951455205554,0.21301409960676,0.125563697557403,0.0792913457824932,0.00978951496001578 -5824,0.5,0.255951455205554,0.160427860072868,0.101814420954731,0.117621301747388,0.00829014383529229 -5825,0.5,0.255951455205554,0.108148601206918,0.0766780440928455,0.223515477811841,0.00729590129503382 -5826,0.5,0.255951455205554,0.056258103623631,0.0549506802404577,0.150129973809869,0.00515784949014248 -5827,0.5,0.255951455205554,0.0016964438173132,0.0374958965230575,0.0,0.00481005419470837 -5828,0.5,0.255951455205554,0.0,0.0275690305440464,0.0,0.00680011905840202 -5829,0.5,0.255951455205554,0.0,0.0223061252569715,0.0,0.00761503877361922 -5830,0.5,0.255951455205554,0.0,0.0211762960752437,0.0,0.00440118637655724 -5831,0.5,0.255951455205554,0.0,0.0211115763174152,0.0,0.0037417431930916 -5832,0.5,0.255951455205554,0.0,0.0202027564971688,0.0,0.00415948696495841 -5833,0.5,0.255951455205554,0.0,0.0206011356317325,0.0,0.00703073114306398 -5834,0.5,0.255951455205554,0.0,0.019581573134884,0.0,0.0043047363304149 -5835,0.5,0.255951455205554,0.0,0.0172808888270776,0.0,0.00242376451129641 -5836,0.5,0.255951455205554,0.0,0.0156737362777831,0.0,0.00268570781435141 -5837,0.5,0.255951455205554,0.0,0.0144697804140212,0.0,0.00202581701669573 -5838,0.5,0.255951455205554,8.74163321589552e-06,0.013788045681967,0.0,0.000426828086127207 -5839,0.5,0.255951455205554,0.0170593386097533,0.0136669500983356,0.0449995735772159,9.31419272068532e-05 -5840,0.5,0.255951455205554,0.0650024269818434,0.021445215892253,0.121296468411591,0.000144850786818422 -5841,0.5,0.255951455205554,0.129940134001638,0.0343530737967668,0.183454443662748,0.000218154253712628 -5842,0.5,0.255951455205554,0.208282985489662,0.0466246478784655,0.360220599747334,0.000169639611049315 -5843,0.5,0.255951455205554,0.269432106062964,0.0528939296639008,0.537252906312778,0.000176041927322182 -5844,0.5,0.255951455205554,0.302889651695674,0.0564159928101067,0.604827679756732,0.000224732068216781 -5845,0.5,0.255951455205554,0.326980470180283,0.0592042082867154,0.61847480319785,0.00298617102095777 -5846,0.5,0.255951455205554,0.303135287389963,0.0599601001604676,0.485309405374226,0.00615149970813386 -5847,0.5,0.255951455205554,0.256928172329889,0.0637965097035824,0.384051802728702,0.00945742322854063 -5848,0.5,0.255951455205554,0.197843787313083,0.0627298441205016,0.320384382564328,0.0127682472848507 -5849,0.5,0.255951455205554,0.128265100966445,0.0536511074336507,0.181669441223397,0.0131492192487392 -5850,0.5,0.255951455205554,0.0610795892790978,0.0382987314353403,0.0701043145910388,0.0120255721663416 -5851,0.5,0.255951455205554,0.00142788231347403,0.026569389643325,0.0,0.0100799113638531 -5852,0.5,0.255951455205554,0.0,0.0240794051973153,0.0,0.00738656894661486 -5853,0.5,0.255951455205554,0.0,0.0234257041611299,0.0,0.00496010483734812 -5854,0.5,0.255951455205554,0.0,0.0228121311391106,0.0,0.00481101738905814 -5855,0.5,0.255951455205554,0.0,0.0207519998859119,0.0,0.00450184226488662 -5856,0.5,0.255951455205554,0.0,0.018418907413481,0.0,0.00288849266863342 -5857,0.5,0.255951455205554,0.0,0.0172734458915715,0.0,0.00187299398916414 -5858,0.5,0.255951455205554,0.0,0.0165986680534029,0.0,0.00176233998310723 -5859,0.5,0.255951455205554,0.0,0.0161649410806291,0.0,0.00204140037773263 -5860,0.5,0.255951455205554,0.0,0.0152941272571269,0.0,0.00281169948916631 -5861,0.5,0.255951455205554,0.0,0.0152388340201757,0.0,0.00408103167405942 -5862,0.5,0.255951455205554,1.64964792378346e-05,0.016722908330577,0.0,0.00514458099211738 -5863,0.5,0.255951455205554,0.0125541259104439,0.0192052760989735,0.0082974413581275,0.00628260584261205 -5864,0.5,0.255951455205554,0.0529792571667526,0.0259915083125276,0.0419569941997121,0.00841225889539896 -5865,0.5,0.255951455205554,0.108039173743982,0.0417711612739301,0.106599207473458,0.0119602244620965 -5866,0.5,0.255951455205554,0.176239239956322,0.0606832545797515,0.184473745226846,0.0137672186625156 -5867,0.5,0.255951455205554,0.254784758939503,0.0792506177186422,0.242032243672022,0.0117900096295565 -5868,0.5,0.255951455205554,0.315869473915811,0.0938677688646952,0.220241225794814,0.00972661993229315 -5869,0.5,0.255951455205554,0.345644741905768,0.105526222671998,0.209858189864945,0.00859244419095289 -5870,0.5,0.255951455205554,0.345826231372344,0.109243789601373,0.14511539021184,0.00960743457981915 -5871,0.5,0.255951455205554,0.307984087591425,0.105152733525525,0.167207933107248,0.0136275858647745 -5872,0.5,0.255951455205554,0.255678356059189,0.10427443190811,0.175735597360414,0.0190847276726136 -5873,0.5,0.255951455205554,0.186812053660462,0.0996779206160122,0.134608973909814,0.0244065248249322 -5874,0.5,0.255951455205554,0.0816170510449149,0.0755460419196099,0.0685845579374936,0.0251766765618467 -5875,0.5,0.255951455205554,0.000361321312708269,0.0635045743817391,0.0,0.0218364873058212 -5876,0.5,0.255951455205554,0.0,0.0650034580926843,0.0,0.0197824712997208 -5877,0.5,0.255951455205554,0.0,0.0616901913721887,0.0,0.017572173955325 -5878,0.5,0.255951455205554,0.0,0.0571791578053885,0.0,0.0178811222892756 -5879,0.5,0.255951455205554,0.0,0.0536729357435442,0.0,0.0228532563102992 -5880,0.5,0.255951455205554,0.0,0.0499623153722636,0.0,0.0368619119111445 -5881,0.5,0.255951455205554,0.0,0.0464706460084465,0.0,0.057821632848334 -5882,0.5,0.255951455205554,0.0,0.0434901932545167,0.0,0.0773149823185415 -5883,0.5,0.255951455205554,0.0,0.0420686422695065,0.0,0.0840646685138745 -5884,0.5,0.255951455205554,0.0,0.0426297311185295,0.0,0.0729804104665645 -5885,0.5,0.255951455205554,0.0,0.0440782536158884,0.0,0.0526217504912794 -5886,0.5,0.255951455205554,6.94584684851745e-06,0.0465392163777175,0.0,0.0352676605916296 -5887,0.5,0.255951455205554,0.0378003992371761,0.0453689455206258,0.0469632086087538,0.0288065710004191 -5888,0.5,0.255951455205554,0.14414321984994,0.0625548260327771,0.171060127591553,0.0307699361548696 -5889,0.5,0.255951455205554,0.272627155849599,0.138230751993133,0.313806996536869,0.0446190103966451 -5890,0.5,0.255951455205554,0.404603136006811,0.214647539537001,0.454599394687013,0.0653113466655873 -5891,0.5,0.255951455205554,0.521317124277646,0.309129866703378,0.579636995681052,0.0980401825199713 -5892,0.5,0.255951455205554,0.59579997143776,0.382110196153814,0.652933390791701,0.139801673566252 -5893,0.5,0.255951455205554,0.626050748256851,0.415122757541463,0.680434249742639,0.174932093916173 -5894,0.5,0.255951455205554,0.615399607370592,0.423824091025148,0.668852374389827,0.189063014546885 -5895,0.5,0.255951455205554,0.55328009477554,0.432220901294205,0.60198100681031,0.19792049968264 -5896,0.5,0.255951455205554,0.441339131134749,0.436132484353198,0.481770750805102,0.21316982250868 -5897,0.5,0.255951455205554,0.309870440494245,0.367079977798684,0.351045175413379,0.236674390216588 -5898,0.5,0.255951455205554,0.109533368824348,0.232845203170951,0.129504730398342,0.25414431439268 -5899,0.5,0.255951455205554,1.27965896492672e-05,0.196911609553148,0.0,0.262629511643769 -5900,0.5,0.255951455205554,0.0,0.193226502947928,0.0,0.269470850109871 -5901,0.5,0.255951455205554,0.0,0.180575272363255,0.0,0.299651369159252 -5902,0.5,0.255951455205554,0.0,0.161662095320196,0.0,0.404714961045376 -5903,0.5,0.255951455205554,0.0,0.140697864108157,0.0,0.502862595747117 -5904,0.5,0.255951455205554,0.0,0.121100347010986,0.0,0.476258860100811 -5905,0.5,0.255951455205554,0.0,0.108203773262858,0.0,0.436027191953602 -5906,0.5,0.255951455205554,0.0,0.100298184310598,0.0,0.394385380077307 -5907,0.5,0.255951455205554,0.0,0.0976593255137617,0.0,0.355206484794711 -5908,0.5,0.255951455205554,0.0,0.0963309670864905,0.0,0.336722577427478 -5909,0.5,0.255951455205554,0.0,0.0942935926764392,0.0,0.334924661665123 -5910,0.5,0.255951455205554,1.73293352374712e-07,0.0916505401077649,0.0,0.337213631952794 -5911,0.5,0.255951455205554,0.0427917713939118,0.0831561803463648,0.0446014864457852,0.338614979449639 -5912,0.5,0.255951455205554,0.166979534402154,0.098595161136611,0.167394990491072,0.344918816326497 -5913,0.5,0.255951455205554,0.311514410005315,0.16362651782348,0.30821053566369,0.364161529382488 -5914,0.5,0.255951455205554,0.457381802163595,0.203986350339829,0.446203668651809,0.384345956294939 -5915,0.5,0.255951455205554,0.576014832841904,0.256894602786071,0.568436418918725,0.382191061526997 -5916,0.5,0.255951455205554,0.642923647432098,0.316296012528486,0.63968866363924,0.348189501396629 -5917,0.5,0.255951455205554,0.664999492364137,0.367587569124069,0.665441949619338,0.326149688530373 -5918,0.5,0.255951455205554,0.647510702005283,0.403054689447113,0.653028119909715,0.352679729433324 -5919,0.5,0.255951455205554,0.577940328416869,0.428833733016367,0.586235087430665,0.395635204654108 -5920,0.5,0.255951455205554,0.458002605554409,0.420210937034283,0.467507601728579,0.424293651016664 -5921,0.5,0.255951455205554,0.318602829069823,0.310870273349396,0.338867630554853,0.438216827048619 -5922,0.5,0.255951455205554,0.100082957923717,0.211658785395559,0.122454379447187,0.434739332067819 -5923,0.5,0.255951455205554,0.0,0.194750771462241,0.0,0.431393804232594 -5924,0.5,0.255951455205554,0.0,0.181993399418123,0.0,0.42962438075713 -5925,0.5,0.255951455205554,0.0,0.15823606557503,0.0,0.431093865582461 -5926,0.5,0.255951455205554,0.0,0.131655631764648,0.0,0.395637686030315 -5927,0.5,0.255951455205554,0.0,0.107690206320271,0.0,0.325620436688086 -5928,0.5,0.255951455205554,0.0,0.0881321435039047,0.0,0.272591433585659 -5929,0.5,0.255951455205554,0.0,0.0746652412707383,0.0,0.207867801687094 -5930,0.5,0.255951455205554,0.0,0.0667606042428797,0.0,0.145283292588017 -5931,0.5,0.255951455205554,0.0,0.0609828484220794,0.0,0.109268900522831 -5932,0.5,0.255951455205554,0.0,0.0580802975396888,0.0,0.0966128455726765 -5933,0.5,0.255951455205554,0.0,0.0576724236629171,0.0,0.095457261595536 -5934,0.5,0.255951455205554,0.0,0.0591095546691478,0.0,0.0929328345224532 -5935,0.5,0.255951455205554,0.0386240181475557,0.0549390789220448,0.0417933742524195,0.0858013942935872 -5936,0.5,0.255951455205554,0.158215462564995,0.0622664372028744,0.164927833442345,0.0821899269749117 -5937,0.5,0.255951455205554,0.298579288986161,0.101595291613696,0.30648568875324,0.0869723647984915 -5938,0.5,0.255951455205554,0.441357066585746,0.132568198533592,0.444867923539503,0.0966448371204011 -5939,0.5,0.255951455205554,0.558710394810266,0.151439508201232,0.567025497197528,0.0983054546571528 -5940,0.5,0.255951455205554,0.624816611059195,0.169520387949105,0.637532270165146,0.0854191896062724 -5941,0.5,0.255951455205554,0.644108176731165,0.17714277576888,0.662383750888111,0.0660023893903976 -5942,0.5,0.255951455205554,0.622512226948189,0.179080536104236,0.649348970960097,0.0530800033127035 -5943,0.5,0.255951455205554,0.549389287893769,0.169340347342949,0.582006204831094,0.0443222524674863 -5944,0.5,0.255951455205554,0.428261244372377,0.152252387290824,0.463386822609522,0.0473311959068535 -5945,0.5,0.255951455205554,0.29173566890683,0.100681516700635,0.335358380787147,0.0512039590315451 -5946,0.5,0.255951455205554,0.087920632469934,0.0673371292778122,0.116582057479517,0.0510018679947264 -5947,0.5,0.255951455205554,0.0,0.0701139368234918,0.0,0.0476575416569047 -5948,0.5,0.255951455205554,0.0,0.0678899925287547,0.0,0.0450479239020699 -5949,0.5,0.255951455205554,0.0,0.0630344953412901,0.0,0.0436351284837622 -5950,0.5,0.255951455205554,0.0,0.0575876295579589,0.0,0.041570962133361 -5951,0.5,0.255951455205554,0.0,0.0523722705245662,0.0,0.0329273463429113 -5952,0.5,0.255951455205554,0.0,0.0459422529147055,0.0,0.0239378177779485 -5953,0.5,0.255951455205554,0.0,0.0416245705162309,0.0,0.0164775308521514 -5954,0.5,0.255951455205554,0.0,0.0366857434284148,0.0,0.0116921351050552 -5955,0.5,0.255951455205554,0.0,0.0341043672050347,0.0,0.00898499326198879 -5956,0.5,0.255951455205554,0.0,0.0329782292802494,0.0,0.00836533705567953 -5957,0.5,0.255951455205554,0.0,0.0318553521995764,0.0,0.00925398674648732 -5958,0.5,0.255951455205554,0.0,0.0315317704911304,0.0,0.00988071635713593 -5959,0.5,0.255951455205554,0.0357543477020628,0.0284333332250892,0.0396295161403587,0.00981312327963142 -5960,0.5,0.255951455205554,0.151631594861474,0.0294592868496009,0.162547886388019,0.00973047961679176 -5961,0.5,0.255951455205554,0.284861718994097,0.0460273060458112,0.304163196607897,0.0118819738664645 -5962,0.5,0.255951455205554,0.417409626197588,0.0576829329228399,0.441886042893265,0.0132273869206763 -5963,0.5,0.255951455205554,0.523830784638441,0.0645201771947201,0.563077498731502,0.0113314541277672 -5964,0.5,0.255951455205554,0.555292553510433,0.0708381681933519,0.632607897248181,0.01209944547958 -5965,0.5,0.255951455205554,0.552221827424752,0.0778205265858904,0.656711127628256,0.0149686806642466 -5966,0.5,0.255951455205554,0.523721872765341,0.0827160657124526,0.642775667672409,0.019732066090066 -5967,0.5,0.255951455205554,0.45322389138377,0.0849150722722355,0.574356882650938,0.0267284644590638 -5968,0.5,0.255951455205554,0.351903910688495,0.0823410519357611,0.453761194044271,0.034531605048628 -5969,0.5,0.255951455205554,0.233149198142661,0.0621661808016939,0.286025288924939,0.0409063632117384 -5970,0.5,0.255951455205554,0.0726066273955174,0.0475334892428457,0.0747600691273914,0.0560728117062615 -5971,0.5,0.255951455205554,0.0,0.0507929548048325,0.0,0.117930458264145 -5972,0.5,0.255951455205554,0.0,0.0532063157559935,0.0,0.194495254939117 -5973,0.5,0.255951455205554,0.0,0.05384841316747,0.0,0.19090695240402 -5974,0.5,0.255951455205554,0.0,0.0516390306442735,0.0,0.214253905825764 -5975,0.5,0.255951455205554,0.0,0.0433921465469989,0.0,0.394863198601389 -5976,0.5,0.255951455205554,0.0,0.0363602785640666,0.0,0.618489876959517 -5977,0.5,0.255951455205554,0.0,0.0359448656761965,0.0,0.680778226363936 -5978,0.5,0.255951455205554,0.0,0.0406714142424982,0.0,0.687065624281548 -5979,0.5,0.255951455205554,0.0,0.0483853299884459,0.0,0.677703016468787 -5980,0.5,0.255951455205554,0.0,0.0569249469291692,0.0,0.667269711668392 -5981,0.5,0.255951455205554,0.0,0.0608785326364132,0.0,0.607063400731968 -5982,0.5,0.255951455205554,0.0,0.0651932976528385,0.0,0.508686434278824 -5983,0.5,0.255951455205554,0.0201757202634432,0.0679008358570475,0.024663920516296,0.396862764611288 -5984,0.5,0.255951455205554,0.0833822052560288,0.0936686276634753,0.120481235309788,0.298995080870996 -5985,0.5,0.255951455205554,0.152439796546988,0.1306069374538,0.265937257456851,0.254656269225633 -5986,0.5,0.255951455205554,0.218685287717391,0.136944800844516,0.423008350207162,0.2195874334559 -5987,0.5,0.255951455205554,0.259534252133828,0.141351257880573,0.52286898018371,0.19713276837609 -5988,0.5,0.255951455205554,0.280481580641052,0.145840172035714,0.433084745970184,0.159035578001992 -5989,0.5,0.255951455205554,0.31119625351717,0.145299034436792,0.339425759392317,0.100883965722221 -5990,0.5,0.255951455205554,0.312035586877965,0.141868714493279,0.216851027055634,0.0562637946308732 -5991,0.5,0.255951455205554,0.29057369199458,0.134092593288286,0.234371628625569,0.0480621481279304 -5992,0.5,0.255951455205554,0.236854497827096,0.122857245971435,0.274631516246335,0.0588802496695459 -5993,0.5,0.255951455205554,0.167263677221327,0.104406571374083,0.274103142565213,0.0664092320098047 -5994,0.5,0.255951455205554,0.0582181026385174,0.0842021567720219,0.108758639663361,0.0470400335148849 -5995,0.5,0.255951455205554,4.08578435853364e-05,0.0570262253821344,0.0,0.0523492796720632 -5996,0.5,0.255951455205554,0.0,0.0543496585266832,0.0,0.0906821659994133 -5997,0.5,0.255951455205554,0.0,0.0557239616411206,0.0,0.145062623835133 -5998,0.5,0.255951455205554,0.0,0.060449674309668,0.0,0.177323409042101 -5999,0.5,0.255951455205554,0.0,0.0645940067998045,0.0,0.222463665150257 -6000,0.5,0.255951455205554,0.0,0.066970141015742,0.0,0.291295014786856 -6001,0.5,0.255951455205554,0.0,0.0652689394270691,0.0,0.419459454716652 -6002,0.5,0.255951455205554,0.0,0.0603079464222614,0.0,0.543661251740777 -6003,0.5,0.255951455205554,0.0,0.0576896106373647,0.0,0.684475613125362 -6004,0.5,0.255951455205554,0.0,0.0590464285432473,0.0,0.785973239698663 -6005,0.5,0.255951455205554,0.0,0.0626306268351505,0.0,0.84935888498717 -6006,0.5,0.255951455205554,0.0,0.0704852740154428,0.0,0.846431860226966 -6007,0.5,0.255951455205554,0.0176961243128724,0.0840417413923612,0.036936890981917,0.830222218438008 -6008,0.5,0.255951455205554,0.0995434425664761,0.1055936946723,0.163275457448814,0.791794095230116 -6009,0.5,0.255951455205554,0.203615518447678,0.149899708537787,0.306015946758066,0.756582845344949 -6010,0.5,0.255951455205554,0.306712942194025,0.176278597039029,0.390408537080305,0.690155908237291 -6011,0.5,0.255951455205554,0.394526307222327,0.204484770146461,0.276749796033225,0.614259966792556 -6012,0.5,0.255951455205554,0.460593156807557,0.231279061477618,0.117770570657664,0.588828750147577 -6013,0.5,0.255951455205554,0.475976045496941,0.242635283355027,0.135841514400925,0.530515194851624 -6014,0.5,0.255951455205554,0.456022697927836,0.247341208457091,0.182321648139704,0.456653931520096 -6015,0.5,0.255951455205554,0.404728664496866,0.238611042256946,0.475723676822261,0.358572243806582 -6016,0.5,0.255951455205554,0.325133203736906,0.223738755950241,0.369603644315285,0.323676695079371 -6017,0.5,0.255951455205554,0.228188500779248,0.198321316986855,0.258986517708466,0.343989977352302 -6018,0.5,0.255951455205554,0.0674804432278365,0.144720462187404,0.0526640467715046,0.391794478463469 -6019,0.5,0.255951455205554,0.0,0.104886709542593,0.0,0.328800786777611 -6020,0.5,0.255951455205554,0.0,0.0878107108821573,0.0,0.313394396244716 -6021,0.5,0.255951455205554,0.0,0.0773050178008368,0.0,0.47910295049431 -6022,0.5,0.255951455205554,0.0,0.0697021805888566,0.0,0.561070058923152 -6023,0.5,0.255951455205554,0.0,0.0655690793391446,0.0,0.762876890322405 -6024,0.5,0.255951455205554,0.0,0.0844740615228665,0.0,0.887242245072678 -6025,0.5,0.255951455205554,0.0,0.0939018401433907,0.0,0.901863192674369 -6026,0.5,0.255951455205554,0.0,0.097291364813226,0.0,0.884608879698717 -6027,0.5,0.255951455205554,0.0,0.103344747343584,0.0,0.867705299327541 -6028,0.5,0.255951455205554,0.0,0.108051856459236,0.0,0.843603575863127 -6029,0.5,0.255951455205554,0.0,0.106692071595692,0.0,0.793285354871412 -6030,0.5,0.255951455205554,0.0,0.109801371779378,0.0,0.784467929112246 -6031,0.5,0.255951455205554,0.0199822638514019,0.114394189322531,0.0296010932325036,0.765008841537406 -6032,0.5,0.255951455205554,0.102811247298949,0.127394675043336,0.0903483334190387,0.730227153713296 -6033,0.5,0.255951455205554,0.202825681549214,0.182080373730753,0.222529478946098,0.673589318360112 -6034,0.5,0.255951455205554,0.300450948149375,0.266190743268683,0.427192459922196,0.645810749765199 -6035,0.5,0.255951455205554,0.374252002507925,0.330447234903128,0.178261963620816,0.622516683548738 -6036,0.5,0.255951455205554,0.409155691357138,0.371836153070054,0.222149161840847,0.593533648215279 -6037,0.5,0.255951455205554,0.404117997321827,0.392939388962352,0.243522835751117,0.592887387180044 -6038,0.5,0.255951455205554,0.357168796311086,0.400616608519407,0.100891254603132,0.621460529456096 -6039,0.5,0.255951455205554,0.299189532925114,0.402503338211394,0.0668502770835668,0.59931076411163 -6040,0.5,0.255951455205554,0.22083832995474,0.403823202281453,0.0491128676399511,0.613235937520249 -6041,0.5,0.255951455205554,0.137598351119875,0.388743638966303,0.0257155780878975,0.697162924098986 -6042,0.5,0.255951455205554,0.0405482882257409,0.352427531364332,0.00708306711245867,0.746793971604186 -6043,0.5,0.255951455205554,8.11968659735679e-06,0.311003693301348,0.0,0.793394895015769 -6044,0.5,0.255951455205554,0.0,0.290782833980585,0.0,0.799673026262955 -6045,0.5,0.255951455205554,0.0,0.270944079642495,0.0,0.78071269808151 -6046,0.5,0.255951455205554,0.0,0.25229221232443,0.0,0.765820065295739 -6047,0.5,0.255951455205554,0.0,0.228615140106984,0.0,0.738842947398351 -6048,0.5,0.255951455205554,0.0,0.203714015588186,0.0,0.694768306270683 -6049,0.5,0.255951455205554,0.0,0.182347275236678,0.0,0.596071154449213 -6050,0.5,0.255951455205554,0.0,0.162034707757283,0.0,0.55118753974364 -6051,0.5,0.255951455205554,0.0,0.148661034795761,0.0,0.532585425835463 -6052,0.5,0.255951455205554,0.0,0.141739442620991,0.0,0.576331325773336 -6053,0.5,0.255951455205554,0.0,0.1363907872126,0.0,0.623737596179723 -6054,0.5,0.255951455205554,0.0,0.133160885779006,0.0,0.647020930706804 -6055,0.5,0.255951455205554,0.0127793027467883,0.128305599355054,0.00320847664051447,0.563475073422397 -6056,0.5,0.255951455205554,0.0749374056113557,0.134223814665672,0.0424157866818024,0.550986966203593 -6057,0.5,0.255951455205554,0.148244889943389,0.158046590088015,0.161568839758567,0.610448823305691 -6058,0.5,0.255951455205554,0.21676589087343,0.19946218907954,0.221240456092633,0.638051635888467 -6059,0.5,0.255951455205554,0.268262256119935,0.22387846110982,0.247206190340123,0.570892805359983 -6060,0.5,0.255951455205554,0.295575451052262,0.237406803136522,0.378890799228951,0.487439252949929 -6061,0.5,0.255951455205554,0.30772808708467,0.245416301447365,0.436826206487842,0.43661194545225 -6062,0.5,0.255951455205554,0.291438895749555,0.253440907819827,0.161671999652452,0.377966070080989 -6063,0.5,0.255951455205554,0.244535118743288,0.24975122369511,0.114038544803739,0.334956361826746 -6064,0.5,0.255951455205554,0.18352559538846,0.243290804894851,0.200293245494169,0.334425111507849 -6065,0.5,0.255951455205554,0.112078525853913,0.225626540563045,0.0260022350960151,0.350116714512887 -6066,0.5,0.255951455205554,0.0379193853245653,0.175336686915101,0.00743658720549384,0.391342889766832 -6067,0.5,0.255951455205554,3.12933401262125e-05,0.128419061413057,0.0,0.437158114789369 -6068,0.5,0.255951455205554,0.0,0.103993633752419,0.0,0.490895776692847 -6069,0.5,0.255951455205554,0.0,0.0862303803481932,0.0,0.53533163090386 -6070,0.5,0.255951455205554,0.0,0.0756109906049753,0.0,0.526508145367799 -6071,0.5,0.255951455205554,0.0,0.0676461105327773,0.0,0.454529548466095 -6072,0.5,0.255951455205554,0.0,0.0589732670015126,0.0,0.380265913103713 -6073,0.5,0.255951455205554,0.0,0.0557377383895206,0.0,0.343317288774303 -6074,0.5,0.255951455205554,0.0,0.0545512005858323,0.0,0.296163947869818 -6075,0.5,0.255951455205554,0.0,0.051132090240061,0.0,0.229526441480986 -6076,0.5,0.255951455205554,0.0,0.0479678011367261,0.0,0.181704179718821 -6077,0.5,0.255951455205554,0.0,0.0469687517806507,0.0,0.174212782429199 -6078,0.5,0.255951455205554,0.0,0.0501862319452928,0.0,0.192607121892057 -6079,0.5,0.255951455205554,0.00938284370762782,0.0572477646113726,0.0235786739709105,0.248090481505556 -6080,0.5,0.255951455205554,0.0576079931265963,0.0853207040100405,0.149275260432441,0.32302734998694 -6081,0.5,0.255951455205554,0.123333544881394,0.138669016913984,0.289474749145474,0.398006866612151 -6082,0.5,0.255951455205554,0.197961017797421,0.180862568002871,0.420540496765358,0.423808841811474 -6083,0.5,0.255951455205554,0.263140802694586,0.211281987218312,0.52383294878722,0.380144402559129 -6084,0.5,0.255951455205554,0.287488556120878,0.221473815376468,0.542048624576242,0.331053642215107 -6085,0.5,0.255951455205554,0.326508098349786,0.227945008316153,0.544575397403474,0.269842516952349 -6086,0.5,0.255951455205554,0.321931445427046,0.239134723894506,0.600632850950951,0.217852746993848 -6087,0.5,0.255951455205554,0.282486833976324,0.240934725612215,0.51018353376116,0.197024168989288 -6088,0.5,0.255951455205554,0.211922984402714,0.231455708861813,0.450641438173394,0.193128818363926 -6089,0.5,0.255951455205554,0.14321021825181,0.201990271561487,0.320173745762785,0.208532681162207 -6090,0.5,0.255951455205554,0.0453419386978933,0.123554058326261,0.0830130437560932,0.238725838471093 -6091,0.5,0.255951455205554,2.876528670191e-06,0.0951746929183737,0.0,0.290599276760184 -6092,0.5,0.255951455205554,0.0,0.088287751954531,0.0,0.344489120186397 -6093,0.5,0.255951455205554,0.0,0.081776944985529,0.0,0.380579229828654 -6094,0.5,0.255951455205554,0.0,0.0776379804063873,0.0,0.357992413973845 -6095,0.5,0.255951455205554,0.0,0.0780185593378217,0.0,0.292823549558772 -6096,0.5,0.255951455205554,0.0,0.083447424403194,0.0,0.221354324086059 -6097,0.5,0.255951455205554,0.0,0.0911316861867907,0.0,0.177348282217022 -6098,0.5,0.255951455205554,0.0,0.103344160930229,0.0,0.160271690572037 -6099,0.5,0.255951455205554,0.0,0.115622734886199,0.0,0.147044557893572 -6100,0.5,0.255951455205554,0.0,0.131427813372675,0.0,0.139861155813651 -6101,0.5,0.255951455205554,0.0,0.154622158591972,0.0,0.149084485047852 -6102,0.5,0.255951455205554,0.0,0.177873967625764,0.0,0.175441262846839 -6103,0.5,0.255951455205554,0.0073120499058697,0.206706628182043,0.0253914807356346,0.209567202569441 -6104,0.5,0.255951455205554,0.0531924575780934,0.251728760810466,0.150613789933999,0.23882622385925 -6105,0.5,0.255951455205554,0.105202795546988,0.330052624798159,0.295591500232165,0.27031889302377 -6106,0.5,0.255951455205554,0.153592152309746,0.432917452584889,0.434528417524335,0.287367120927101 -6107,0.5,0.255951455205554,0.199757241770567,0.531109207145595,0.55753413318213,0.281651501613184 -6108,0.5,0.255951455205554,0.239778977944076,0.614826836511365,0.628388419744196,0.268069427962368 -6109,0.5,0.255951455205554,0.269221489349483,0.675612842356114,0.652098491578212,0.246088437286603 -6110,0.5,0.255951455205554,0.269391632823084,0.706916385843582,0.636441993862561,0.220940746855436 -6111,0.5,0.255951455205554,0.240193751089568,0.70834273850162,0.564371957936167,0.213063798213895 -6112,0.5,0.255951455205554,0.188818527288927,0.685428026645075,0.443278997312865,0.235106942375813 -6113,0.5,0.255951455205554,0.130568990908176,0.634398030209709,0.314415005449228,0.284719537953399 -6114,0.5,0.255951455205554,0.0371020425111936,0.547231897980657,0.0768377904661769,0.344853450455697 -6115,0.5,0.255951455205554,1.24113461095875e-06,0.490332807759478,0.0,0.399179978019324 -6116,0.5,0.255951455205554,0.0,0.46578175482457,0.0,0.442276455829247 -6117,0.5,0.255951455205554,0.0,0.433281078256326,0.0,0.442347512520944 -6118,0.5,0.255951455205554,0.0,0.388130503560103,0.0,0.420123020440158 -6119,0.5,0.255951455205554,0.0,0.337338441648646,0.0,0.39563528757762 -6120,0.5,0.255951455205554,0.0,0.284758310773336,0.0,0.355606619985496 -6121,0.5,0.255951455205554,0.0,0.234583874627415,0.0,0.305086445584979 -6122,0.5,0.255951455205554,0.0,0.196612530965188,0.0,0.261486541045332 -6123,0.5,0.255951455205554,0.0,0.177057982395935,0.0,0.23603718526251 -6124,0.5,0.255951455205554,0.0,0.171256728689396,0.0,0.222877221622933 -6125,0.5,0.255951455205554,0.0,0.169993403554136,0.0,0.218324236327309 -6126,0.5,0.255951455205554,0.0,0.162608640466667,0.0,0.22248783046099 -6127,0.5,0.255951455205554,0.00701388854278607,0.156319604649012,0.0225249143186732,0.236131834521678 -6128,0.5,0.255951455205554,0.0562224314781951,0.180470429722844,0.147972757116833,0.262925340498866 -6129,0.5,0.255951455205554,0.119844996329647,0.255939145667819,0.294272507233274,0.310909635915803 -6130,0.5,0.255951455205554,0.190457755182386,0.329679490273895,0.43517907028482,0.356781539872994 -6131,0.5,0.255951455205554,0.264518570671019,0.382913771584558,0.559718525964795,0.365522992566093 -6132,0.5,0.255951455205554,0.311107784718693,0.441357297727018,0.631288335847091,0.352287984649215 -6133,0.5,0.255951455205554,0.327438321167006,0.488904778275469,0.655242562291807,0.327634551021939 -6134,0.5,0.255951455205554,0.321298331811282,0.515592308350788,0.639081838465367,0.294117584160346 -6135,0.5,0.255951455205554,0.281474354533942,0.52445025462028,0.565548470085435,0.276481020355242 -6136,0.5,0.255951455205554,0.213051916438582,0.50961476808076,0.442959944188486,0.296870910416829 -6137,0.5,0.255951455205554,0.136660387948703,0.446300110204887,0.312405783972456,0.340102702559259 -6138,0.5,0.255951455205554,0.0304856696791538,0.315937277625536,0.0709496299974076,0.380626181590684 -6139,0.5,0.255951455205554,2.32893631092642e-08,0.254819240899027,0.0,0.429582303425776 -6140,0.5,0.255951455205554,0.0,0.25019336109316,0.0,0.485965541450259 -6141,0.5,0.255951455205554,0.0,0.25065332007439,0.0,0.518454672071123 -6142,0.5,0.255951455205554,0.0,0.250002059345062,0.0,0.529941345432021 -6143,0.5,0.255951455205554,0.0,0.24673822778809,0.0,0.64271995036067 -6144,0.5,0.255951455205554,0.0,0.237774022163736,0.0,0.68658456938438 -6145,0.5,0.255951455205554,0.0,0.226970148662864,0.0,0.591998621925217 -6146,0.5,0.255951455205554,0.0,0.217943060575223,0.0,0.543010457780729 -6147,0.5,0.255951455205554,0.0,0.207030346053084,0.0,0.545644222591552 -6148,0.5,0.255951455205554,0.0,0.197510155091984,0.0,0.573507904545558 -6149,0.5,0.255951455205554,0.0,0.189740781558244,0.0,0.61422776495389 -6150,0.5,0.255951455205554,0.0,0.183441445014527,0.0,0.662489542624387 -6151,0.5,0.255951455205554,0.00419301892470854,0.183857058724447,0.0176675542194117,0.707819774272325 -6152,0.5,0.255951455205554,0.0420529049602499,0.20928618057036,0.114801833227992,0.741821989676161 -6153,0.5,0.255951455205554,0.0932943238253252,0.259017640699438,0.247197305965365,0.792316699759388 -6154,0.5,0.255951455205554,0.145152121827437,0.289027674953731,0.320944740957655,0.824772798319132 -6155,0.5,0.255951455205554,0.191075183998136,0.30461360476287,0.209399780328583,0.840358769423419 -6156,0.5,0.255951455205554,0.208627967230721,0.310982219843766,0.244140571133376,0.8230018715988 -6157,0.5,0.255951455205554,0.225557048301722,0.323030847058814,0.245919375832711,0.810384513762788 -6158,0.5,0.255951455205554,0.228799508620328,0.341315770844442,0.240864843608617,0.835714331040742 -6159,0.5,0.255951455205554,0.210711457386146,0.344910568415012,0.167688646610861,0.861225511627366 -6160,0.5,0.255951455205554,0.169339475552559,0.333223157147464,0.114563948321912,0.868690818762751 -6161,0.5,0.255951455205554,0.106738325006581,0.307613074804867,0.065209395549363,0.859748386614015 -6162,0.5,0.255951455205554,0.029799030300815,0.274227297009273,0.0169730766335899,0.842238461906759 -6163,0.5,0.255951455205554,1.41520706781e-05,0.247964133481619,0.0,0.866555308155147 -6164,0.5,0.255951455205554,0.0,0.240090573594388,0.0,0.869513939419172 -6165,0.5,0.255951455205554,0.0,0.244083433543106,0.0,0.862505651465145 -6166,0.5,0.255951455205554,0.0,0.238721384775402,0.0,0.858651761153131 -6167,0.5,0.255951455205554,0.0,0.227553733819817,0.0,0.868385825078779 -6168,0.5,0.255951455205554,0.0,0.221153358583999,0.0,0.914675576576402 -6169,0.5,0.255951455205554,0.0,0.213711353261547,0.0,0.943646340633572 -6170,0.5,0.255951455205554,0.0,0.203417624488095,0.0,0.950377901623124 -6171,0.5,0.255951455205554,0.0,0.188651293739098,0.0,0.942246292407767 -6172,0.5,0.255951455205554,0.0,0.175705702537064,0.0,0.879110659413928 -6173,0.5,0.255951455205554,0.0,0.165565274344533,0.0,0.817450983272815 -6174,0.5,0.255951455205554,0.0,0.156253827487735,0.0,0.784673070609655 -6175,0.5,0.255951455205554,0.00997209454287554,0.147443584938854,0.00519965135432518,0.766962380202844 -6176,0.5,0.255951455205554,0.0765882450392592,0.15066760526076,0.0819841817043513,0.763853335331701 -6177,0.5,0.255951455205554,0.164720076891961,0.1678351387817,0.200662609117532,0.808853382308092 -6178,0.5,0.255951455205554,0.265870896404744,0.185212729220727,0.33720665579041,0.84454870194047 -6179,0.5,0.255951455205554,0.359136531726877,0.194531551534685,0.446922778075524,0.816455333346768 -6180,0.5,0.255951455205554,0.425839771367028,0.214674455897813,0.530491524003257,0.778390223679191 -6181,0.5,0.255951455205554,0.464277776127864,0.244866693359255,0.577284248108947,0.748789868560626 -6182,0.5,0.255951455205554,0.4614668124222,0.273785970557181,0.581921475316539,0.69521650643786 -6183,0.5,0.255951455205554,0.41848817838476,0.286371836193578,0.51668633472272,0.504405248883379 -6184,0.5,0.255951455205554,0.329836816534945,0.270334308067701,0.414439958018888,0.321970372945249 -6185,0.5,0.255951455205554,0.217194032633305,0.217094934934035,0.29506755953094,0.275451269152855 -6186,0.5,0.255951455205554,0.0462620387589062,0.172282883119522,0.0597353566354594,0.289046922409882 -6187,0.5,0.255951455205554,0.0,0.164584982379683,0.0,0.34383835723546 -6188,0.5,0.255951455205554,0.0,0.163294352436604,0.0,0.456359510193991 -6189,0.5,0.255951455205554,0.0,0.161178590052325,0.0,0.579415124368094 -6190,0.5,0.255951455205554,0.0,0.154532811700929,0.0,0.619386945350531 -6191,0.5,0.255951455205554,0.0,0.141198485635801,0.0,0.607886396976769 -6192,0.5,0.255951455205554,0.0,0.123468548570624,0.0,0.59013600279253 -6193,0.5,0.255951455205554,0.0,0.10686232045412,0.0,0.515080746890404 -6194,0.5,0.255951455205554,0.0,0.0910554824701401,0.0,0.395542025216509 -6195,0.5,0.255951455205554,0.0,0.0764871313768124,0.0,0.285382455261307 -6196,0.5,0.255951455205554,0.0,0.0643986665838008,0.0,0.219240195639856 -6197,0.5,0.255951455205554,0.0,0.0559609518619479,0.0,0.17042049920962 -6198,0.5,0.255951455205554,0.0,0.0512043872155604,0.0,0.133597985441655 -6199,0.5,0.255951455205554,0.012971330271442,0.0487350181181187,0.00858932359650309,0.100385718041008 -6200,0.5,0.255951455205554,0.104642890871212,0.0511268150058173,0.108572043083234,0.0917405232484261 -6201,0.5,0.255951455205554,0.219988154701473,0.0702498347188391,0.265945289536477,0.105128250877439 -6202,0.5,0.255951455205554,0.343814429031117,0.101320970617737,0.420304108994711,0.132972427147435 -6203,0.5,0.255951455205554,0.453220697175743,0.118192744261612,0.543674971906236,0.150931244563661 -6204,0.5,0.255951455205554,0.522111151313132,0.136198978047946,0.614630177334151,0.152748720565692 -6205,0.5,0.255951455205554,0.549834024960646,0.147686293679538,0.637622602334622,0.150009057793492 -6206,0.5,0.255951455205554,0.526748601423029,0.161757089314409,0.614749701054887,0.147911395176475 -6207,0.5,0.255951455205554,0.45611101377164,0.1638963615818,0.545201960436904,0.145355362895928 -6208,0.5,0.255951455205554,0.350390059226751,0.150350112592861,0.425967181501205,0.140383485612168 -6209,0.5,0.255951455205554,0.228362015346138,0.108212616745751,0.296452550999358,0.141206583058369 -6210,0.5,0.255951455205554,0.0389610712999556,0.0708537788798099,0.0535087645527133,0.160327513773156 -6211,0.5,0.255951455205554,0.0,0.072230361089378,0.0,0.196230473806479 -6212,0.5,0.255951455205554,0.0,0.0705233742740076,0.0,0.251786773493192 -6213,0.5,0.255951455205554,0.0,0.0708396246455857,0.0,0.292907162998444 -6214,0.5,0.255951455205554,0.0,0.0706468602398593,0.0,0.292666406723072 -6215,0.5,0.255951455205554,0.0,0.0676973069789922,0.0,0.276950201924538 -6216,0.5,0.255951455205554,0.0,0.0640520682436752,0.0,0.239891314880028 -6217,0.5,0.255951455205554,0.0,0.0602555684934818,0.0,0.172867674266751 -6218,0.5,0.255951455205554,0.0,0.0550018472184695,0.0,0.106666724428957 -6219,0.5,0.255951455205554,0.0,0.0505032233303734,0.0,0.0662881835414865 -6220,0.5,0.255951455205554,0.0,0.0471567619985083,0.0,0.0515738085138435 -6221,0.5,0.255951455205554,0.0,0.0465812834480238,0.0,0.0572385400342886 -6222,0.5,0.255951455205554,0.0,0.047084384421066,0.0,0.0692216205219235 -6223,0.5,0.255951455205554,0.015559756141072,0.0461925325017763,0.00873600943812727,0.0760060807108673 -6224,0.5,0.255951455205554,0.133337702210994,0.0521739190013733,0.111281614867969,0.0891452264551354 -6225,0.5,0.255951455205554,0.278195563073355,0.0919996456105591,0.231546356116964,0.0985731011839741 -6226,0.5,0.255951455205554,0.424983902134363,0.142504172586897,0.367635949865915,0.0977516062587734 -6227,0.5,0.255951455205554,0.547813199111861,0.178798963883984,0.499801705510144,0.097286430601727 -6228,0.5,0.255951455205554,0.616363985288931,0.2075440542663,0.583420162551591,0.106265571504608 -6229,0.5,0.255951455205554,0.636578733107577,0.225444223657537,0.622820278594182,0.118931961667219 -6230,0.5,0.255951455205554,0.614391995728437,0.238073515045464,0.59952518690389,0.137068884465102 -6231,0.5,0.255951455205554,0.539026037570012,0.241792445086114,0.516704121338149,0.152048997578101 -6232,0.5,0.255951455205554,0.413720829829729,0.223383424765034,0.399273090742238,0.167933721483468 -6233,0.5,0.255951455205554,0.276478040579176,0.152369547422918,0.284277259438722,0.187436942543813 -6234,0.5,0.255951455205554,0.0377225686163812,0.0925734851844724,0.0479663877603496,0.204234320967104 -6235,0.5,0.255951455205554,0.0,0.08963433992658,0.0,0.219442698586335 -6236,0.5,0.255951455205554,0.0,0.087239220578823,0.0,0.248331982555632 -6237,0.5,0.255951455205554,0.0,0.0868847583253285,0.0,0.305720091987322 -6238,0.5,0.255951455205554,0.0,0.0832801481240949,0.0,0.355426715303479 -6239,0.5,0.255951455205554,0.0,0.0765036518672576,0.0,0.339289121603664 -6240,0.5,0.255951455205554,0.0,0.0679652959937421,0.0,0.25828446131802 -6241,0.5,0.255951455205554,0.0,0.059894944727512,0.0,0.168473833922686 -6242,0.5,0.255951455205554,0.0,0.0530579121990429,0.0,0.114184632549575 -6243,0.5,0.255951455205554,0.0,0.0465505512724062,0.0,0.0893902501612361 -6244,0.5,0.255951455205554,0.0,0.0428832886285686,0.0,0.0861419617180913 -6245,0.5,0.255951455205554,0.0,0.041721908865427,0.0,0.0901971230413903 -6246,0.5,0.255951455205554,0.0,0.0411430112489524,0.0,0.0890056440429069 -6247,0.5,0.255951455205554,0.0138897387607246,0.0370167004484898,0.0079836804082675,0.0774086864051874 -6248,0.5,0.255951455205554,0.12016562620504,0.0381394416698749,0.128410651584871,0.0643650441742057 -6249,0.5,0.255951455205554,0.245291773899216,0.0655098795135385,0.272586601816182,0.0593805086083581 -6250,0.5,0.255951455205554,0.363484872985665,0.0982809156773924,0.410414968527222,0.0531841259982106 -6251,0.5,0.255951455205554,0.459711663701485,0.115447202761304,0.532187525511983,0.0465916802106056 -6252,0.5,0.255951455205554,0.50908455495851,0.128795768932571,0.602779703074006,0.0419180342353778 -6253,0.5,0.255951455205554,0.516441426119049,0.137922240596034,0.62670106104981,0.0407643281279007 -6254,0.5,0.255951455205554,0.490691190611501,0.143020906855891,0.60984504690493,0.0431921257894965 -6255,0.5,0.255951455205554,0.426963168401636,0.140492842342383,0.535791792526679,0.048314886050836 -6256,0.5,0.255951455205554,0.325812793975167,0.119849181456298,0.415565751234676,0.0548939068243738 -6257,0.5,0.255951455205554,0.212470970620789,0.0732274132504931,0.287006373830795,0.0555110039149707 -6258,0.5,0.255951455205554,0.0298335703175896,0.0456476390514877,0.0425416884748082,0.0482296159916682 -6259,0.5,0.255951455205554,0.0,0.0452790775732497,0.0,0.0391076662672794 -6260,0.5,0.255951455205554,0.0,0.0424573241158624,0.0,0.03278569361198 -6261,0.5,0.255951455205554,0.0,0.0381349007375379,0.0,0.0282682815739127 -6262,0.5,0.255951455205554,0.0,0.0362695754845827,0.0,0.0243762285576804 -6263,0.5,0.255951455205554,0.0,0.0342426104996495,0.0,0.0191397025589558 -6264,0.5,0.255951455205554,0.0,0.0272854590374954,0.0,0.0153727405910307 -6265,0.5,0.255951455205554,0.0,0.0198407600432936,0.0,0.0122393934381357 -6266,0.5,0.255951455205554,0.0,0.0160258245115392,0.0,0.00873095207905472 -6267,0.5,0.255951455205554,0.0,0.0130341279413953,0.0,0.00645388134162923 -6268,0.5,0.255951455205554,0.0,0.0116552621547352,0.0,0.00551236144871193 -6269,0.5,0.255951455205554,0.0,0.0114941129076487,0.0,0.00633743781947666 -6270,0.5,0.255951455205554,0.0,0.0100277328576021,0.0,0.00672401997646427 -6271,0.5,0.255951455205554,0.00733074317168502,0.00932796793702389,0.006940429788025,0.00685133551811659 -6272,0.5,0.255951455205554,0.0754550688015542,0.00948799795877126,0.126695543449426,0.00653303336661369 -6273,0.5,0.255951455205554,0.168622624820478,0.0142109591454522,0.271813636837718,0.00557134010297983 -6274,0.5,0.255951455205554,0.267673928971183,0.0233034372424552,0.409761473257624,0.00434007925786505 -6275,0.5,0.255951455205554,0.360132176774789,0.0353715745865474,0.531117701249437,0.00298570408825553 -6276,0.5,0.255951455205554,0.417615938880122,0.0394597083459631,0.600898937019387,0.0022087412137739 -6277,0.5,0.255951455205554,0.400892900245459,0.0422723702296854,0.623590873369898,0.00260584311066023 -6278,0.5,0.255951455205554,0.344685550965539,0.0408920113310192,0.605542084434598,0.0032724934727752 -6279,0.5,0.255951455205554,0.29797792470841,0.0358802656501056,0.530872862449601,0.00225053648580882 -6280,0.5,0.255951455205554,0.219729239523654,0.028157051019137,0.411053399550538,0.00178401758825843 -6281,0.5,0.255951455205554,0.13739364974409,0.0199349512470297,0.282800573877664,0.00231605661312876 -6282,0.5,0.255951455205554,0.0224343133689288,0.0128222955599924,0.0377886571712422,0.00291758838822283 -6283,0.5,0.255951455205554,0.0,0.0140280937720752,0.0,0.00320801324773548 -6284,0.5,0.255951455205554,0.0,0.0146116191520164,0.0,0.00267064124235843 -6285,0.5,0.255951455205554,0.0,0.0147848073979614,0.0,0.00232357882930341 -6286,0.5,0.255951455205554,0.0,0.0139918180009471,0.0,0.00188405835956976 -6287,0.5,0.255951455205554,0.0,0.0129173581715987,0.0,0.00139776217557749 -6288,0.5,0.255951455205554,0.0,0.0121355560495832,0.0,0.000731497086951859 -6289,0.5,0.255951455205554,0.0,0.0120841725586638,0.0,0.000304655381985273 -6290,0.5,0.255951455205554,0.0,0.0124197300993216,0.0,1.99701275700279e-05 -6291,0.5,0.255951455205554,0.0,0.013080571160513,0.0,3.26617612353267e-06 -6292,0.5,0.255951455205554,0.0,0.014022765112925,0.0,2.37514947380282e-06 -6293,0.5,0.255951455205554,0.0,0.0156265274042136,0.0,4.53351307272748e-06 -6294,0.5,0.255951455205554,0.0,0.016959433232524,0.0,4.65962373896028e-05 -6295,0.5,0.255951455205554,0.00511338638290513,0.0175284331692538,0.00624864661756881,6.06151299920158e-05 -6296,0.5,0.255951455205554,0.0730833845089387,0.0205482114335102,0.124796249655883,7.45355638345012e-05 -6297,0.5,0.255951455205554,0.167571620297576,0.0317519608257182,0.27116240178524,0.00019928632580801 -6298,0.5,0.255951455205554,0.2620125578018,0.0439652752063138,0.409383851582842,0.000511215449009571 -6299,0.5,0.255951455205554,0.332443501707735,0.0532555385847097,0.52950818479216,0.00282754778027685 -6300,0.5,0.255951455205554,0.336076694731977,0.0623913543053493,0.594429262487342,0.00675652005916572 -6301,0.5,0.255951455205554,0.311472965319068,0.0723291017616502,0.617956836650378,0.016790679901389 -6302,0.5,0.255951455205554,0.260617155777258,0.08513633386141,0.5976032250792,0.0363264273804404 -6303,0.5,0.255951455205554,0.20431799047426,0.0972383005963332,0.509412895037938,0.0671543576210798 -6304,0.5,0.255951455205554,0.13131168706188,0.0932265515570047,0.366276451630029,0.10798477671105 -6305,0.5,0.255951455205554,0.0789722568388618,0.0890515304597772,0.215902763760607,0.151079919923076 -6306,0.5,0.255951455205554,0.013797258718567,0.0757293787427945,0.0270702606011433,0.187881719289928 -6307,0.5,0.255951455205554,0.0,0.0606637430438286,0.0,0.24459008991719 -6308,0.5,0.255951455205554,0.0,0.0551469322066785,0.0,0.344803718575074 -6309,0.5,0.255951455205554,0.0,0.0541457022832425,0.0,0.470552116120474 -6310,0.5,0.255951455205554,0.0,0.0587725050962103,0.0,0.623961817855591 -6311,0.5,0.255951455205554,0.0,0.0717524342583643,0.0,0.71173672464622 -6312,0.5,0.255951455205554,0.0,0.0919408014653151,0.0,0.774891888092096 -6313,0.5,0.255951455205554,0.0,0.111090991828313,0.0,0.842435734432987 -6314,0.5,0.255951455205554,0.0,0.13155747287959,0.0,0.886346857516126 -6315,0.5,0.255951455205554,0.0,0.162989114717002,0.0,0.895444354366082 -6316,0.5,0.255951455205554,0.0,0.209794237091499,0.0,0.880998604318386 -6317,0.5,0.255951455205554,0.0,0.268518528836367,0.0,0.883380440546977 -6318,0.5,0.255951455205554,0.0,0.32105287734871,0.0,0.891056536514611 -6319,0.5,0.255951455205554,0.00279313389267408,0.36584906344108,0.00167917457492445,0.898804388231233 -6320,0.5,0.255951455205554,0.0342460784184473,0.432496146371957,0.0959791221484004,0.90982627616573 -6321,0.5,0.255951455205554,0.0695232445027997,0.497849780353277,0.280825791168492,0.926787181166282 -6322,0.5,0.255951455205554,0.0955481272799824,0.549021441436553,0.425347866872357,0.914705208342613 -6323,0.5,0.255951455205554,0.11420283889917,0.595375255964404,0.515814268221691,0.932057351466499 -6324,0.5,0.255951455205554,0.120441766609188,0.639579971103583,0.559762114544603,0.971704279573119 -6325,0.5,0.255951455205554,0.141976977478724,0.688260443884234,0.597570862064893,0.996221385394328 -6326,0.5,0.255951455205554,0.146216221022597,0.708230371549752,0.595147277228367,0.997817181205852 -6327,0.5,0.255951455205554,0.123447545124432,0.726563655215962,0.496384910712359,0.991098012764298 -6328,0.5,0.255951455205554,0.0824419025917413,0.733083057584394,0.384494004858536,0.988826798391313 -6329,0.5,0.255951455205554,0.0401413814395058,0.723789671448202,0.219646682714268,0.979861009754289 -6330,0.5,0.255951455205554,0.00478204374358033,0.690792382714569,0.0312459666198597,0.971942068892754 -6331,0.5,0.255951455205554,0.0,0.648886550182037,0.0,0.977268591286224 -6332,0.5,0.255951455205554,0.0,0.632155301271595,0.0,0.998726758217322 -6333,0.5,0.255951455205554,0.0,0.623826243219002,0.0,0.997844403998899 -6334,0.5,0.255951455205554,0.0,0.617885160662429,0.0,1.00122103874192 -6335,0.5,0.255951455205554,0.0,0.610427931278348,0.0,0.996590334445041 -6336,0.5,0.255951455205554,0.0,0.608331096284474,0.0,0.979502183379474 -6337,0.5,0.255951455205554,0.0,0.583558887714882,0.0,0.963171200927508 -6338,0.5,0.255951455205554,0.0,0.573819067921592,0.0,0.984236961628259 -6339,0.5,0.255951455205554,0.0,0.600932591466074,0.0,0.993336151446077 -6340,0.5,0.255951455205554,0.0,0.63965278193636,0.0,0.994664105876447 -6341,0.5,0.255951455205554,0.0,0.641751245027513,0.0,0.993138595242778 -6342,0.5,0.255951455205554,0.0,0.641667111977514,0.0,0.990356821197296 -6343,0.5,0.255951455205554,0.00161220590837311,0.622462756133274,0.00537790306725445,0.993018359500031 -6344,0.5,0.255951455205554,0.035666190217679,0.639168861292695,0.130534113142358,0.995210799123696 -6345,0.5,0.255951455205554,0.0939122663182137,0.713213719548237,0.283778095821786,0.99163780304597 -6346,0.5,0.255951455205554,0.154768404892074,0.767325817830388,0.395221150558642,0.99730055466497 -6347,0.5,0.255951455205554,0.197891611364812,0.791824763963633,0.491884041513852,0.99061251400641 -6348,0.5,0.255951455205554,0.237253587409242,0.825584378253436,0.490832005007927,0.973174361021791 -6349,0.5,0.255951455205554,0.252530536958555,0.839593061920821,0.605516393216371,0.950772051275126 -6350,0.5,0.255951455205554,0.234392685214471,0.83871204347014,0.404917374994475,0.909162792075949 -6351,0.5,0.255951455205554,0.196418129042412,0.814003131208074,0.453480881483843,0.85238073753529 -6352,0.5,0.255951455205554,0.156285664646527,0.778023211540165,0.341059628297972,0.80512089689649 -6353,0.5,0.255951455205554,0.0952240339729677,0.70484818495971,0.292051960532311,0.769252345072413 -6354,0.5,0.255951455205554,0.0120625989152527,0.55880856325737,0.0276944590307534,0.716699683007908 -6355,0.5,0.255951455205554,0.0,0.469526284964881,0.0,0.613770190497044 -6356,0.5,0.255951455205554,0.0,0.416223705424097,0.0,0.565864864586363 -6357,0.5,0.255951455205554,0.0,0.378770600176698,0.0,0.490149012361711 -6358,0.5,0.255951455205554,0.0,0.342928679615757,0.0,0.384679365024248 -6359,0.5,0.255951455205554,0.0,0.303568692718544,0.0,0.299901184139871 -6360,0.5,0.255951455205554,0.0,0.26788567404484,0.0,0.203317951036431 -6361,0.5,0.255951455205554,0.0,0.211777573021647,0.0,0.144982358342237 -6362,0.5,0.255951455205554,0.0,0.161125569789457,0.0,0.119768151799711 -6363,0.5,0.255951455205554,0.0,0.128548409323361,0.0,0.14847147736088 -6364,0.5,0.255951455205554,0.0,0.110893763480203,0.0,0.173311018061732 -6365,0.5,0.255951455205554,0.0,0.0918274204663918,0.0,0.238078838128044 -6366,0.5,0.255951455205554,0.0,0.0750050502361686,0.0,0.273196454419358 -6367,0.5,0.255951455205554,0.00596575093599762,0.0620864385916184,0.00461805615473606,0.241698290359693 -6368,0.5,0.255951455205554,0.123907970726952,0.0768558961616161,0.12662714737952,0.154371712924121 -6369,0.5,0.255951455205554,0.277110033631233,0.117452410712864,0.277109582280886,0.090525496400842 -6370,0.5,0.255951455205554,0.422501357192472,0.137424858797821,0.42745972766905,0.0578926695331545 -6371,0.5,0.255951455205554,0.537812712379459,0.140918483987367,0.495965036758223,0.0420218742182056 -6372,0.5,0.255951455205554,0.602620945151669,0.12804176842197,0.367513953534667,0.0631604846600956 -6373,0.5,0.255951455205554,0.625414382625898,0.110760497693056,0.263806728695368,0.0806262928082424 -6374,0.5,0.255951455205554,0.606173842579876,0.0872887041661986,0.201181345109105,0.100070615907278 -6375,0.5,0.255951455205554,0.536271669447657,0.0736605973746598,0.143397921393628,0.11694156419543 -6376,0.5,0.255951455205554,0.412661575936864,0.0607573063658986,0.104744802650527,0.130681951529841 -6377,0.5,0.255951455205554,0.248199698500669,0.0386679484154845,0.0614132997432219,0.125903212307114 -6378,0.5,0.255951455205554,0.0139292525487436,0.0149998321569519,0.0,0.100566449337283 -6379,0.5,0.255951455205554,0.0,0.011777893488303,0.0,0.0831053724439967 -6380,0.5,0.255951455205554,0.0,0.0157820869540469,0.0,0.103235021734835 -6381,0.5,0.255951455205554,0.0,0.027380433027693,0.0,0.132362735301729 -6382,0.5,0.255951455205554,0.0,0.0410017333090906,0.0,0.180645096515833 -6383,0.5,0.255951455205554,0.0,0.056975599409906,0.0,0.173910648664112 -6384,0.5,0.255951455205554,0.0,0.0766900048650455,0.0,0.205982628650099 -6385,0.5,0.255951455205554,0.0,0.0923849178876019,0.0,0.310946226851157 -6386,0.5,0.255951455205554,0.0,0.107427647981257,0.0,0.430398354336893 -6387,0.5,0.255951455205554,0.0,0.121162511566151,0.0,0.510697791184332 -6388,0.5,0.255951455205554,0.0,0.132592675048904,0.0,0.534220226446535 -6389,0.5,0.255951455205554,0.0,0.142401913379992,0.0,0.491871810547637 -6390,0.5,0.255951455205554,0.0,0.148917110987975,0.0,0.384219879613936 -6391,0.5,0.255951455205554,0.00651086397614695,0.165059905930861,0.00133448274931061,0.275746328606705 -6392,0.5,0.255951455205554,0.112659662573653,0.200376600246514,0.0403002570064987,0.19543243581876 -6393,0.5,0.255951455205554,0.250896971057481,0.262848332466314,0.0773930972236681,0.165895299444147 -6394,0.5,0.255951455205554,0.387885209440294,0.310248225177886,0.13643774661413,0.180652776454527 -6395,0.5,0.255951455205554,0.495694832361254,0.345520769511442,0.18899651921446,0.224294052273949 -6396,0.5,0.255951455205554,0.55002300013062,0.364721643481009,0.213921171512164,0.239844630098073 -6397,0.5,0.255951455205554,0.553322230717088,0.364021069854484,0.206206156342782,0.194724681584953 -6398,0.5,0.255951455205554,0.511579654909293,0.355723318693924,0.162405265395392,0.140867096361444 -6399,0.5,0.255951455205554,0.423002508049366,0.34108317023808,0.0337934426492141,0.0965063477784435 -6400,0.5,0.255951455205554,0.303436630237757,0.306420485286016,0.00621827190566054,0.069404454894181 -6401,0.5,0.255951455205554,0.163033754681482,0.212963503060729,0.00229481188663341,0.0522508389643831 -6402,0.5,0.255951455205554,0.00638253132973443,0.149980658920556,0.0,0.070429742569713 -6403,0.5,0.255951455205554,0.0,0.120478913954937,0.0,0.220930056765016 -6404,0.5,0.255951455205554,0.0,0.115782008578258,0.0,0.536979634564724 -6405,0.5,0.255951455205554,0.0,0.111275229332206,0.0,0.719915044618248 -6406,0.5,0.255951455205554,0.0,0.117871306548312,0.0,0.795614287251491 -6407,0.5,0.255951455205554,0.0,0.137059640404839,0.0,0.807446447366919 -6408,0.5,0.255951455205554,0.0,0.162098266311964,0.0,0.845413515552822 -6409,0.5,0.255951455205554,0.0,0.197026655041989,0.0,0.844066680250557 -6410,0.5,0.255951455205554,0.0,0.219771139949734,0.0,0.797788242499972 -6411,0.5,0.255951455205554,0.0,0.238815329087433,0.0,0.813487411138222 -6412,0.5,0.255951455205554,0.0,0.248457189059293,0.0,0.839501191533976 -6413,0.5,0.255951455205554,0.0,0.261842975939885,0.0,0.808627009221555 -6414,0.5,0.255951455205554,0.0,0.282737783398372,0.0,0.758490035721456 -6415,0.5,0.255951455205554,0.00166566245695397,0.301894231471968,0.000583722759344072,0.678447167216928 -6416,0.5,0.255951455205554,0.0363044863171665,0.343377374926414,0.00460796025437521,0.719368559627625 -6417,0.5,0.255951455205554,0.0926509733525197,0.443252906151173,0.0595758211375779,0.708218772688062 -6418,0.5,0.255951455205554,0.15953300903812,0.524662429851148,0.164925105525007,0.950849724487969 -6419,0.5,0.255951455205554,0.20547400579497,0.590973243231781,0.195795782054529,0.989854993294409 -6420,0.5,0.255951455205554,0.238314807902016,0.637262115431325,0.0594975677058903,0.992304688151669 -6421,0.5,0.255951455205554,0.259955316583082,0.678040573202678,0.113414783660821,0.992639534678877 -6422,0.5,0.255951455205554,0.237311212130111,0.672602244239435,0.0190583294434616,0.998273657725569 -6423,0.5,0.255951455205554,0.190728531232806,0.634413857513866,0.020197172464683,0.994709135795714 -6424,0.5,0.255951455205554,0.141429187382124,0.560412281643795,0.00956454107388315,0.929527539180615 -6425,0.5,0.255951455205554,0.0857464941105479,0.439565718641979,0.00231209242264534,0.809160607938495 -6426,0.5,0.255951455205554,0.00601805998652625,0.347269075860686,0.0,0.695469781541427 -6427,0.5,0.255951455205554,0.0,0.313265908090967,0.0,0.648469301068628 -6428,0.5,0.255951455205554,0.0,0.313784082979687,0.0,0.627125548360034 -6429,0.5,0.255951455205554,0.0,0.334692489315195,0.0,0.599427028002637 -6430,0.5,0.255951455205554,0.0,0.354398804539875,0.0,0.511276855594094 -6431,0.5,0.255951455205554,0.0,0.360559611836335,0.0,0.50142654513529 -6432,0.5,0.255951455205554,0.0,0.355911211849253,0.0,0.480180121865032 -6433,0.5,0.255951455205554,0.0,0.342980263514205,0.0,0.31174980110326 -6434,0.5,0.255951455205554,0.0,0.31631391853591,0.0,0.219841901042049 -6435,0.5,0.255951455205554,0.0,0.26454649737209,0.0,0.176872429091343 -6436,0.5,0.255951455205554,0.0,0.21359491573384,0.0,0.165100778087512 -6437,0.5,0.255951455205554,0.0,0.179090293152062,0.0,0.255256823139508 -6438,0.5,0.255951455205554,0.0,0.163427094692543,0.0,0.384910180342888 -6439,0.5,0.255951455205554,0.00115010776130338,0.152000348524221,0.000140751165820793,0.376683098139167 -6440,0.5,0.255951455205554,0.0296442219751074,0.158676182287723,0.00754814048550086,0.436524868659836 -6441,0.5,0.255951455205554,0.0707425628033636,0.193529805409068,0.044459491327908,0.526580388454431 -6442,0.5,0.255951455205554,0.114888540341557,0.225357715524285,0.159018224473113,0.424862954159587 -6443,0.5,0.255951455205554,0.171618908995058,0.275378987465744,0.164262768318308,0.637871511634994 -6444,0.5,0.255951455205554,0.227992601928716,0.332014827875772,0.162618163697193,0.817186325983954 -6445,0.5,0.255951455205554,0.257280206261461,0.361585877083723,0.283055219169869,0.787371102818905 -6446,0.5,0.255951455205554,0.244205200436466,0.373228407351047,0.415944668928342,0.694689050001889 -6447,0.5,0.255951455205554,0.189289666619002,0.35432020320046,0.0701998374637083,0.722772580203743 -6448,0.5,0.255951455205554,0.131687668558803,0.321377924467747,0.00226049417324313,0.831864348906389 -6449,0.5,0.255951455205554,0.0718588565278704,0.263492814766394,0.00372214637764098,0.842056962629097 -6450,0.5,0.255951455205554,0.00220882079868756,0.230202788220563,0.0,0.856397365090704 -6451,0.5,0.255951455205554,0.0,0.233368494998883,0.0,0.885275001063678 -6452,0.5,0.255951455205554,0.0,0.23774981621152,0.0,0.867189102350712 -6453,0.5,0.255951455205554,0.0,0.235208266134547,0.0,0.682897615745546 -6454,0.5,0.255951455205554,0.0,0.231510124986783,0.0,0.484647378156897 -6455,0.5,0.255951455205554,0.0,0.213605193908793,0.0,0.370743460926642 -6456,0.5,0.255951455205554,0.0,0.181660579293921,0.0,0.287695065379838 -6457,0.5,0.255951455205554,0.0,0.142723187807808,0.0,0.183282215983252 -6458,0.5,0.255951455205554,0.0,0.101043195169129,0.0,0.141513118931309 -6459,0.5,0.255951455205554,0.0,0.0732208221208005,0.0,0.12108505711563 -6460,0.5,0.255951455205554,0.0,0.0582407707525317,0.0,0.126417553797307 -6461,0.5,0.255951455205554,0.0,0.0482828089923553,0.0,0.147915101486394 -6462,0.5,0.255951455205554,0.0,0.0427864125426099,0.0,0.161298619726116 -6463,0.5,0.255951455205554,0.00119353710894467,0.0390585447494311,0.00101889830306871,0.176044337275172 -6464,0.5,0.255951455205554,0.0553571911803709,0.0383081130935927,0.110443080102401,0.198930855846943 -6465,0.5,0.255951455205554,0.146634343960156,0.0498122712847488,0.264508515680555,0.213584165118147 -6466,0.5,0.255951455205554,0.246841797556008,0.0800513282036468,0.40705437680484,0.215794170474189 -6467,0.5,0.255951455205554,0.339596744456715,0.0988092645824262,0.528365978403101,0.222157748296802 -6468,0.5,0.255951455205554,0.400582599925613,0.106692946904334,0.528022540211683,0.23095677456513 -6469,0.5,0.255951455205554,0.432363674776047,0.112985583376337,0.357267764309441,0.251575339855 -6470,0.5,0.255951455205554,0.443859974099923,0.120796241074226,0.313309134604963,0.264530352470736 -6471,0.5,0.255951455205554,0.403577017614157,0.116774443248333,0.372389671856243,0.244379485368686 -6472,0.5,0.255951455205554,0.316327708639206,0.0919214373702013,0.362702426111698,0.205771815781283 -6473,0.5,0.255951455205554,0.170279532995688,0.0425540833874304,0.179607341678188,0.170425558587643 -6474,0.5,0.255951455205554,0.00228707802165823,0.0210422967089363,0.0,0.15107066048289 -6475,0.5,0.255951455205554,0.0,0.0164710342336832,0.0,0.153526363625301 -6476,0.5,0.255951455205554,0.0,0.0139642640330799,0.0,0.184866687447463 -6477,0.5,0.255951455205554,0.0,0.0143687277649044,0.0,0.242502241864158 -6478,0.5,0.255951455205554,0.0,0.0164107058472363,0.0,0.281035171296353 -6479,0.5,0.255951455205554,0.0,0.0218800989999278,0.0,0.312157852271279 -6480,0.5,0.255951455205554,0.0,0.0272534213196661,0.0,0.361813644841174 -6481,0.5,0.255951455205554,0.0,0.0319312587597449,0.0,0.35388399666441 -6482,0.5,0.255951455205554,0.0,0.0358889869981752,0.0,0.335773245398143 -6483,0.5,0.255951455205554,0.0,0.0375905051223518,0.0,0.314560761447283 -6484,0.5,0.255951455205554,0.0,0.0400254349752402,0.0,0.305611535387872 -6485,0.5,0.255951455205554,0.0,0.0424046497478661,0.0,0.282825365785756 -6486,0.5,0.255951455205554,0.0,0.0441630555567121,0.0,0.305418670409512 -6487,0.5,0.255951455205554,0.00299796252326002,0.0395220879421768,0.000137871264082901,0.444597812616098 -6488,0.5,0.255951455205554,0.108388977626677,0.0338220382120184,0.106970377684548,0.398133887234483 -6489,0.5,0.255951455205554,0.25465516101593,0.037756708840927,0.262991632607216,0.276368170135163 -6490,0.5,0.255951455205554,0.403390489857479,0.0607276534671264,0.405416867260926,0.185293242890588 -6491,0.5,0.255951455205554,0.528899581119015,0.0952128830891481,0.52383795519723,0.114201794842386 -6492,0.5,0.255951455205554,0.599880269089931,0.106323787591289,0.460355975881896,0.0697929907060175 -6493,0.5,0.255951455205554,0.624326127871341,0.0988767416254965,0.250230094863346,0.0547551853690026 -6494,0.5,0.255951455205554,0.603501746177933,0.085406638220192,0.573514217861628,0.0491570662486074 -6495,0.5,0.255951455205554,0.524210205505648,0.0736792186583054,0.509753798787983,0.0471094417866748 -6496,0.5,0.255951455205554,0.395288107600313,0.0581753285616439,0.396471613963745,0.0429999083665921 -6497,0.5,0.255951455205554,0.184370174299465,0.0257071909468711,0.172382373544105,0.0258917065824005 -6498,0.5,0.255951455205554,0.00115551799078105,0.0195744879627596,0.0,0.0135566877491763 -6499,0.5,0.255951455205554,0.0,0.0193814894439654,0.0,0.010068231151092 -6500,0.5,0.255951455205554,0.0,0.018970183159119,0.0,0.0100766501492785 -6501,0.5,0.255951455205554,0.0,0.019142990646862,0.0,0.00926577281140849 -6502,0.5,0.255951455205554,0.0,0.0197411777445704,0.0,0.00902572995590117 -6503,0.5,0.255951455205554,0.0,0.0206313902062629,0.0,0.0138049703679851 -6504,0.5,0.255951455205554,0.0,0.0215726181386117,0.0,0.025195398450211 -6505,0.5,0.255951455205554,0.0,0.022307247253762,0.0,0.0437529162972529 -6506,0.5,0.255951455205554,0.0,0.0239841034652963,0.0,0.0672373806204515 -6507,0.5,0.255951455205554,0.0,0.0261270429404077,0.0,0.0943575161958202 -6508,0.5,0.255951455205554,0.0,0.0282987736724257,0.0,0.119004793376079 -6509,0.5,0.255951455205554,0.0,0.0309082704377767,0.0,0.142610195878905 -6510,0.5,0.255951455205554,0.0,0.0331267508766426,0.0,0.158913967285481 -6511,0.5,0.255951455205554,0.00258200252275682,0.0341469568481543,0.0,0.177882373958988 -6512,0.5,0.255951455205554,0.110259105517644,0.0306141224246588,0.100558676149119,0.191696822469914 -6513,0.5,0.255951455205554,0.261828405143383,0.0343093011376887,0.254879278646037,0.197591366851913 -6514,0.5,0.255951455205554,0.408298361383845,0.0562495418265476,0.399254033683449,0.204360838331348 -6515,0.5,0.255951455205554,0.526859482632981,0.0716944768149545,0.525812595157492,0.207795177911259 -6516,0.5,0.255951455205554,0.593460073670281,0.0850222669117781,0.599744009541193,0.202850516953481 -6517,0.5,0.255951455205554,0.612807132831693,0.0915260902250222,0.623144820387883,0.203347172943463 -6518,0.5,0.255951455205554,0.582604969436457,0.0967834298882921,0.596939399300508,0.215204120883773 -6519,0.5,0.255951455205554,0.493659280265494,0.100018339880114,0.512695760934338,0.226991199102114 -6520,0.5,0.255951455205554,0.358503151559702,0.0887629834480551,0.386943314226765,0.222410184397833 -6521,0.5,0.255951455205554,0.146326517941086,0.0392758774478123,0.168725404597784,0.203405405689373 -6522,0.5,0.255951455205554,0.000154157993982616,0.0447878694940616,0.0,0.172600698858526 -6523,0.5,0.255951455205554,0.0,0.0497429625497102,0.0,0.142969248924866 -6524,0.5,0.255951455205554,0.0,0.0488204253990426,0.0,0.113125952757384 -6525,0.5,0.255951455205554,0.0,0.0480908183280202,0.0,0.0803769845633705 -6526,0.5,0.255951455205554,0.0,0.0453313936298542,0.0,0.0476946721933039 -6527,0.5,0.255951455205554,0.0,0.0432480871951325,0.0,0.02463967842891 -6528,0.5,0.255951455205554,0.0,0.0409261719140639,0.0,0.0136043778503613 -6529,0.5,0.255951455205554,0.0,0.038213954605447,0.0,0.00872823828998331 -6530,0.5,0.255951455205554,0.0,0.0360837646329119,0.0,0.0082946843619421 -6531,0.5,0.255951455205554,0.0,0.0345571542234794,0.0,0.0141402208615912 -6532,0.5,0.255951455205554,0.0,0.0325584856991146,0.0,0.0373840639236035 -6533,0.5,0.255951455205554,0.0,0.0306200889977812,0.0,0.0267424465558194 -6534,0.5,0.255951455205554,0.0,0.0297325442370165,0.0,0.029212887707536 -6535,0.5,0.255951455205554,0.00120979083791033,0.0267786145625536,0.0,0.0365297343764176 -6536,0.5,0.255951455205554,0.053389605430381,0.0230321543713788,0.0460636264418872,0.0423972185538592 -6537,0.5,0.255951455205554,0.141503486407513,0.0286260217763587,0.0878378728918692,0.0499553526222711 -6538,0.5,0.255951455205554,0.239115886755602,0.0500565433339303,0.0842066093192205,0.0539109825816172 -6539,0.5,0.255951455205554,0.325962372020795,0.0789358193113611,0.0199707690596586,0.0535213024235729 -6540,0.5,0.255951455205554,0.376333483487931,0.0922534982795609,0.0500947663229848,0.0420835117251911 -6541,0.5,0.255951455205554,0.397121582428159,0.091174902146542,0.0320217905888282,0.0278392677100225 -6542,0.5,0.255951455205554,0.390266549237188,0.0901604182156698,0.0236776519887938,0.0170896534543566 -6543,0.5,0.255951455205554,0.33239525566969,0.0831365283372928,0.0366147000695287,0.0108933852970097 -6544,0.5,0.255951455205554,0.243485000339132,0.0650653277395718,0.0336892275186464,0.0120128068392629 -6545,0.5,0.255951455205554,0.122391562343343,0.0320581547410085,0.0128982641961156,0.01968476259679 -6546,0.5,0.255951455205554,2.740631797431e-05,0.018513184906933,0.00108687505753095,0.0268395217652017 -6547,0.5,0.255951455205554,0.0,0.0167656689451596,0.0,0.0250186944775239 -6548,0.5,0.255951455205554,0.0,0.017187091439939,0.0,0.0169842572316365 -6549,0.5,0.255951455205554,0.0,0.0171284929133298,0.0,0.0112063697630069 -6550,0.5,0.255951455205554,0.0,0.0166404609916501,0.0,0.00849762495808174 -6551,0.5,0.255951455205554,0.0,0.0162279925642124,0.0,0.00930983972996945 -6552,0.5,0.255951455205554,0.0,0.0163820078453707,0.0,0.0173454277273396 -6553,0.5,0.255951455205554,0.0,0.0164278854222987,0.0,0.0252077390964454 -6554,0.5,0.255951455205554,0.0,0.0163397002665311,0.0,0.0384823636948676 -6555,0.5,0.255951455205554,0.0,0.0156210685194308,0.0,0.0491527615194564 -6556,0.5,0.255951455205554,0.0,0.0157893456944661,0.0,0.0576217773823281 -6557,0.5,0.255951455205554,0.0,0.0166631162257018,0.0,0.0572564850955265 -6558,0.5,0.255951455205554,0.0,0.0182179714914351,0.0,0.071532067694048 -6559,0.5,0.255951455205554,0.000772345151541897,0.0202979389219209,0.0,0.101635221911395 -6560,0.5,0.255951455205554,0.0547780617100258,0.0237328198219714,0.00161122342020828,0.151032643919044 -6561,0.5,0.255951455205554,0.148423504002729,0.02906527092784,0.0101666413017406,0.186856960919058 -6562,0.5,0.255951455205554,0.249515367342565,0.0318658134589886,0.0322039037569564,0.215658380675637 -6563,0.5,0.255951455205554,0.343566635345937,0.0340868560712534,0.057694948913141,0.243140892927791 -6564,0.5,0.255951455205554,0.394158729465184,0.0350269021828935,0.163189255933178,0.245399553189213 -6565,0.5,0.255951455205554,0.39377674758258,0.035249702868093,0.174894855520194,0.222879727223948 -6566,0.5,0.255951455205554,0.35938883731394,0.0340492347993434,0.344844227103797,0.181221970229192 -6567,0.5,0.255951455205554,0.305576294110476,0.0312195534034421,0.290707457089932,0.135748787580778 -6568,0.5,0.255951455205554,0.225025872240458,0.0252310725928434,0.114679540872985,0.102261138285211 -6569,0.5,0.255951455205554,0.104647397791812,0.0140413246420619,0.0216375447350695,0.0653409979774523 -6570,0.5,0.255951455205554,2.38808405515469e-05,0.00615189905791057,0.0,0.043989174284254 -6571,0.5,0.255951455205554,0.0,0.00458811927990652,0.0,0.0390894214141579 -6572,0.5,0.255951455205554,0.0,0.00478809250765153,0.0,0.0553488943871865 -6573,0.5,0.255951455205554,0.0,0.00569552765055348,0.0,0.0992323211494632 -6574,0.5,0.255951455205554,0.0,0.00601059239973285,0.0,0.116298150339372 -6575,0.5,0.255951455205554,0.0,0.00625987730363111,0.0,0.0996565181773878 -6576,0.5,0.255951455205554,0.0,0.00653296601842178,0.0,0.0913611917177858 -6577,0.5,0.255951455205554,0.0,0.00702371343065999,0.0,0.074274377235469 -6578,0.5,0.255951455205554,0.0,0.00711218020376373,0.0,0.0472611918262968 -6579,0.5,0.255951455205554,0.0,0.00647912129575932,0.0,0.0284737470576301 -6580,0.5,0.255951455205554,0.0,0.00565574092932719,0.0,0.0146198101617822 -6581,0.5,0.255951455205554,0.0,0.00488948629659139,0.0,0.00627317382395758 -6582,0.5,0.255951455205554,0.0,0.0046501639592911,0.0,0.002536879018411 -6583,0.5,0.255951455205554,0.000493167044642991,0.00496320532586137,0.0,0.00135137274150842 -6584,0.5,0.255951455205554,0.0490784164315446,0.00538065592584527,0.0101666822697955,0.006241580240248 -6585,0.5,0.255951455205554,0.136619812217786,0.00731838119358266,0.0260048089011818,0.0303560787514659 -6586,0.5,0.255951455205554,0.230026318355931,0.0113283574393797,0.0221134213302797,0.0892039784655761 -6587,0.5,0.255951455205554,0.31238098781428,0.0165090038564287,0.0404448602249593,0.158870248611918 -6588,0.5,0.255951455205554,0.374123932912166,0.0209028603888061,0.0600257608061496,0.2064006048794 -6589,0.5,0.255951455205554,0.404654158979751,0.0228503421990475,0.0640622866598007,0.230917225580993 -6590,0.5,0.255951455205554,0.400697511835626,0.0252738167691612,0.0720162836030335,0.231424750477652 -6591,0.5,0.255951455205554,0.342156671527554,0.0273150116528716,0.051894577028997,0.219269674899288 -6592,0.5,0.255951455205554,0.248523550426968,0.0296966677433027,0.057143800198163,0.214135982831018 -6593,0.5,0.255951455205554,0.109177913193202,0.0228275264887977,0.0426540728739884,0.20757289069726 -6594,0.5,0.255951455205554,5.2212828066447e-06,0.015642391224413,0.0,0.187322421180427 -6595,0.5,0.255951455205554,0.0,0.0155724356423837,0.0,0.159242851647726 -6596,0.5,0.255951455205554,0.0,0.0150618950033975,0.0,0.134827508948974 -6597,0.5,0.255951455205554,0.0,0.0146454868685584,0.0,0.124372837323984 -6598,0.5,0.255951455205554,0.0,0.0138468865424335,0.0,0.131387436722705 -6599,0.5,0.255951455205554,0.0,0.0135310888203869,0.0,0.138596308025341 -6600,0.5,0.255951455205554,0.0,0.0134393607213834,0.0,0.148828477506492 -6601,0.5,0.255951455205554,0.0,0.0136321926864274,0.0,0.153049251725959 -6602,0.5,0.255951455205554,0.0,0.0144670316988467,0.0,0.150023518895125 -6603,0.5,0.255951455205554,0.0,0.0149704150123525,0.0,0.143235512985879 -6604,0.5,0.255951455205554,0.0,0.0153733641464072,0.0,0.164416798013966 -6605,0.5,0.255951455205554,0.0,0.0156597978948515,0.0,0.205671993034764 -6606,0.5,0.255951455205554,0.0,0.0184922686053666,0.0,0.216953539425563 -6607,0.5,0.255951455205554,0.000686844403059095,0.0224349094812026,0.0,0.218472942801757 -6608,0.5,0.255951455205554,0.0745395384232168,0.0215307813572143,0.0839948458037353,0.218633957867347 -6609,0.5,0.255951455205554,0.200102516538021,0.027593071569821,0.237366654265569,0.231720233330838 -6610,0.5,0.255951455205554,0.329104910498973,0.0555881208559587,0.380882143368844,0.276931842874688 -6611,0.5,0.255951455205554,0.437131968180778,0.0886783752585332,0.506189416424674,0.307763774249901 -6612,0.5,0.255951455205554,0.499340322148598,0.12306382841729,0.57928846080062,0.276090824454588 -6613,0.5,0.255951455205554,0.500574227257626,0.145358106316718,0.601699329026017,0.218655219576051 -6614,0.5,0.255951455205554,0.453539545899805,0.149140318610399,0.575907161277297,0.160842905714614 -6615,0.5,0.255951455205554,0.369244367419828,0.149614447142326,0.490784712520988,0.106855615094246 -6616,0.5,0.255951455205554,0.270455269711278,0.135092208338453,0.367911390892565,0.064924561843256 -6617,0.5,0.255951455205554,0.102329913855917,0.0679440285142993,0.13059274153761,0.0438209756741326 -6618,0.5,0.255951455205554,4.57371000680564e-06,0.068804996219549,0.0,0.0461556332425821 -6619,0.5,0.255951455205554,0.0,0.0761513492253033,0.0,0.0577776489884429 -6620,0.5,0.255951455205554,0.0,0.0825978616730647,0.0,0.0912010263233121 -6621,0.5,0.255951455205554,0.0,0.08649578113837,0.0,0.16143966539318 -6622,0.5,0.255951455205554,0.0,0.0874881611228362,0.0,0.280174411120038 -6623,0.5,0.255951455205554,0.0,0.0858086767386576,0.0,0.387478920277323 -6624,0.5,0.255951455205554,0.0,0.0839270851011369,0.0,0.48178492236803 -6625,0.5,0.255951455205554,0.0,0.0833209418831773,0.0,0.55291244437789 -6626,0.5,0.255951455205554,0.0,0.0851360456304734,0.0,0.594762911164524 -6627,0.5,0.255951455205554,0.0,0.085799517102104,0.0,0.603205821821294 -6628,0.5,0.255951455205554,0.0,0.0865117933241176,0.0,0.61298116461045 -6629,0.5,0.255951455205554,0.0,0.0901896037614309,0.0,0.650081651884752 -6630,0.5,0.255951455205554,0.0,0.0939662902563561,0.0,0.686526294576072 -6631,0.5,0.255951455205554,0.000723797348101518,0.0988518221225457,0.0,0.718970703788492 -6632,0.5,0.255951455205554,0.0939369497862163,0.0971949702801506,0.0856697116645748,0.735561661584891 -6633,0.5,0.255951455205554,0.249813114616647,0.142796763415952,0.245856693684959,0.757810560792523 -6634,0.5,0.255951455205554,0.406102630104031,0.243114500446049,0.395432975468187,0.790542363818356 -6635,0.5,0.255951455205554,0.536399058287091,0.302228998538849,0.526592308588388,0.796292456664989 -6636,0.5,0.255951455205554,0.611287664464278,0.352398674742512,0.603780072257614,0.789488968890388 -6637,0.5,0.255951455205554,0.632263237336771,0.387791697749942,0.628274145937123,0.7641107873854 -6638,0.5,0.255951455205554,0.60135962352358,0.404893956471988,0.60233363536574,0.74139021452918 -6639,0.5,0.255951455205554,0.512065888363635,0.413357173712561,0.51411566715379,0.71614248398681 -6640,0.5,0.255951455205554,0.37813870309932,0.361828675396368,0.386955013553453,0.694251067492653 -6641,0.5,0.255951455205554,0.117173141503396,0.225061625096257,0.125880761618664,0.661413440624996 -6642,0.5,0.255951455205554,0.0,0.214275886376795,0.0,0.667655209197746 -6643,0.5,0.255951455205554,0.0,0.217982553208858,0.0,0.714046195391142 -6644,0.5,0.255951455205554,0.0,0.211597031562441,0.0,0.811227727846095 -6645,0.5,0.255951455205554,0.0,0.195843254479005,0.0,0.87468611535075 -6646,0.5,0.255951455205554,0.0,0.173585672753077,0.0,0.885864907199369 -6647,0.5,0.255951455205554,0.0,0.147489476071229,0.0,0.864830627613927 -6648,0.5,0.255951455205554,0.0,0.127518245816581,0.0,0.815126376874219 -6649,0.5,0.255951455205554,0.0,0.114648505452562,0.0,0.720968456753162 -6650,0.5,0.255951455205554,0.0,0.102039701179007,0.0,0.593216493885598 -6651,0.5,0.255951455205554,0.0,0.0898308854915188,0.0,0.441962742092504 -6652,0.5,0.255951455205554,0.0,0.0849131943375562,0.0,0.309378657503631 -6653,0.5,0.255951455205554,0.0,0.0843178838037708,0.0,0.218662767546426 -6654,0.5,0.255951455205554,0.0,0.0815504230934333,0.0,0.172266083574596 -6655,0.5,0.255951455205554,0.000548762485673676,0.0755667018513788,0.0,0.127594710140241 -6656,0.5,0.255951455205554,0.090142481430504,0.0672118441853285,0.0816921948957644,0.0772255155153006 -6657,0.5,0.255951455205554,0.237848640921871,0.0797109794152846,0.241217973493337,0.059713234741765 -6658,0.5,0.255951455205554,0.383204509805707,0.109051217825746,0.388925520990977,0.0571910676567337 -6659,0.5,0.255951455205554,0.50320557289899,0.119438524459498,0.517934173302314,0.0501819245432138 -6660,0.5,0.255951455205554,0.57140441107535,0.121849358178757,0.593444130247181,0.0678976444959631 -6661,0.5,0.255951455205554,0.586401791608377,0.117214115305409,0.616120870508843,0.120132599770953 -6662,0.5,0.255951455205554,0.550639636751547,0.120134015094937,0.58716973842795,0.187970216149296 -6663,0.5,0.255951455205554,0.458391085653499,0.132094027587308,0.49798300036491,0.190371321174139 -6664,0.5,0.255951455205554,0.329704454038577,0.125660730352824,0.371798745424599,0.13995313225111 -6665,0.5,0.255951455205554,0.106108951420254,0.0961351149192198,0.118543366371538,0.0879800766536884 -6666,0.5,0.255951455205554,3.91883299673689e-06,0.102966323107174,0.0,0.0652101225194832 -6667,0.5,0.255951455205554,0.0,0.105054827629967,0.0,0.0587791828520999 -6668,0.5,0.255951455205554,0.0,0.103211113248863,0.0,0.0617736750648998 -6669,0.5,0.255951455205554,0.0,0.10076065633315,0.0,0.0745765827986063 -6670,0.5,0.255951455205554,0.0,0.0972292358293605,0.0,0.0855242609325885 -6671,0.5,0.255951455205554,0.0,0.0929305748925144,0.0,0.0864030723223203 -6672,0.5,0.255951455205554,0.0,0.0871061063132168,0.0,0.0798619895091195 -6673,0.5,0.255951455205554,0.0,0.0831374915721554,0.0,0.074372470668594 -6674,0.5,0.255951455205554,0.0,0.0839355982495249,0.0,0.0806046138118555 -6675,0.5,0.255951455205554,0.0,0.0867871560015307,0.0,0.126649409565468 -6676,0.5,0.255951455205554,0.0,0.0941875031387218,0.0,0.252168615810601 -6677,0.5,0.255951455205554,0.0,0.10360804645396,0.0,0.459248213601629 -6678,0.5,0.255951455205554,0.0,0.107363527555049,0.0,0.651884895253846 -6679,0.5,0.255951455205554,0.000368109182782801,0.108012786364317,0.0,0.746279852855101 -6680,0.5,0.255951455205554,0.0803675630212687,0.108193376742532,0.0762873364434403,0.77840623074112 -6681,0.5,0.255951455205554,0.214874749870023,0.146327112131539,0.236304787188149,0.798767025516761 -6682,0.5,0.255951455205554,0.346001361608562,0.20585545496748,0.386130719880962,0.818924566267263 -6683,0.5,0.255951455205554,0.457506958495666,0.243102090402075,0.517748811939491,0.800798430419662 -6684,0.5,0.255951455205554,0.532385461739744,0.272413099790959,0.595687289074597,0.734615906154134 -6685,0.5,0.255951455205554,0.558988276064285,0.306590166620794,0.619644565925994,0.697754090965843 -6686,0.5,0.255951455205554,0.539318563485432,0.343489028263226,0.59160800671019,0.719113381261342 -6687,0.5,0.255951455205554,0.460404923334388,0.384967202990114,0.501215895223805,0.723550439184401 -6688,0.5,0.255951455205554,0.335436801858642,0.383459180014698,0.372856248772499,0.758113809472088 -6689,0.5,0.255951455205554,0.0977087401012065,0.295873166967023,0.110685819108813,0.813965958771463 -6690,0.5,0.255951455205554,1.57759974991289e-06,0.28977652875783,0.0,0.886394587630964 -6691,0.5,0.255951455205554,0.0,0.305387943357647,0.0,0.971464304534454 -6692,0.5,0.255951455205554,0.0,0.321016206546227,0.0,0.994668287585951 -6693,0.5,0.255951455205554,0.0,0.329449864474328,0.0,1.00128323100046 -6694,0.5,0.255951455205554,0.0,0.325957099699735,0.0,0.99657931360976 -6695,0.5,0.255951455205554,0.0,0.320689125101083,0.0,0.988634287387843 -6696,0.5,0.255951455205554,0.0,0.316475977730927,0.0,0.990186477495359 -6697,0.5,0.255951455205554,0.0,0.316996493672428,0.0,0.989407333728756 -6698,0.5,0.255951455205554,0.0,0.318533296653741,0.0,0.989867042932805 -6699,0.5,0.255951455205554,0.0,0.321083189697888,0.0,0.985392366157534 -6700,0.5,0.255951455205554,0.0,0.331547936999354,0.0,0.983216777131547 -6701,0.5,0.255951455205554,0.0,0.356769876777087,0.0,0.981321364552421 -6702,0.5,0.255951455205554,0.0,0.376555387163419,0.0,0.963954513015018 -6703,0.5,0.255951455205554,0.000201342773174134,0.392105851439713,0.0,0.944207351865018 -6704,0.5,0.255951455205554,0.0468562553306703,0.419394724165327,0.00877750056319989,0.920351659616836 -6705,0.5,0.255951455205554,0.119132129646521,0.460503267726612,0.0435923466330653,0.953192260612818 -6706,0.5,0.255951455205554,0.178513935922074,0.491787170893446,0.0813929516559439,0.963802912196148 -6707,0.5,0.255951455205554,0.211724723297055,0.499934596217492,0.0953975502043756,0.964669308065666 -6708,0.5,0.255951455205554,0.22778495493158,0.520643247410426,0.0364441684219965,0.893557204962337 -6709,0.5,0.255951455205554,0.218989953831575,0.530881923555352,0.0166238656904741,0.777973651980999 -6710,0.5,0.255951455205554,0.188238906726618,0.512980487955718,0.0360714838824195,0.620126037776896 -6711,0.5,0.255951455205554,0.14284505648628,0.518727644644178,0.0458897052508069,0.47893185333052 -6712,0.5,0.255951455205554,0.0931065369606892,0.505064721039724,0.059333010594804,0.432871730627459 -6713,0.5,0.255951455205554,0.033399690426145,0.482215467499934,0.0727690706881551,0.644343703559443 -6714,0.5,0.255951455205554,3.81072058873091e-05,0.454824071158404,0.0,0.569983781411958 -6715,0.5,0.255951455205554,0.0,0.451386018318686,0.0,0.514815625437003 -6716,0.5,0.255951455205554,0.0,0.446475553961388,0.0,0.632683073807648 -6717,0.5,0.255951455205554,0.0,0.426643242127558,0.0,0.597991208461612 -6718,0.5,0.255951455205554,0.0,0.398825756262441,0.0,0.613770725180722 -6719,0.5,0.255951455205554,0.0,0.372178480757512,0.0,0.812553731916903 -6720,0.5,0.255951455205554,0.0,0.348803054922646,0.0,0.788079862473768 -6721,0.5,0.255951455205554,0.0,0.33526221047747,0.0,0.85716651995887 -6722,0.5,0.255951455205554,0.0,0.313893963517208,0.0,0.835546683539339 -6723,0.5,0.255951455205554,0.0,0.291707953707444,0.0,0.836646846751909 -6724,0.5,0.255951455205554,0.0,0.265192353308932,0.0,0.801311480596307 -6725,0.5,0.255951455205554,0.0,0.258889886962046,0.0,0.824262745533746 -6726,0.5,0.255951455205554,0.0,0.250433199613707,0.0,0.886607198629709 -6727,0.5,0.255951455205554,7.46335036353481e-05,0.2388327699951,0.0,0.902935451972293 -6728,0.5,0.255951455205554,0.048466419186887,0.214967279304505,0.0507977240070402,0.894163923580075 -6729,0.5,0.255951455205554,0.145702717482665,0.250367079405657,0.173776803087096,0.875796405838318 -6730,0.5,0.255951455205554,0.250097001220757,0.339511903119754,0.321467938660391,0.824125581985937 -6731,0.5,0.255951455205554,0.336468391595371,0.439254827384129,0.498100299746946,0.737106735984105 -6732,0.5,0.255951455205554,0.38252818642432,0.516580276456566,0.572118314743174,0.791799240371892 -6733,0.5,0.255951455205554,0.382970563508068,0.544481275718882,0.579636842683444,0.812145931355372 -6734,0.5,0.255951455205554,0.335530199360542,0.539866026847182,0.406514042863075,0.804647470191407 -6735,0.5,0.255951455205554,0.257598861664586,0.468039719722501,0.317989095824458,0.827411232842522 -6736,0.5,0.255951455205554,0.173524551821928,0.355740605566003,0.248863169796475,0.911399983820399 -6737,0.5,0.255951455205554,0.0629707877581797,0.263165893270826,0.02890075587671,0.90949889299022 -6738,0.5,0.255951455205554,6.12928832069069e-07,0.24386992908501,0.0,0.907140246316909 -6739,0.5,0.255951455205554,0.0,0.272083639024856,0.0,0.911841897790044 -6740,0.5,0.255951455205554,0.0,0.309691322454971,0.0,0.921216372609146 -6741,0.5,0.255951455205554,0.0,0.341770766081564,0.0,0.932956298518894 -6742,0.5,0.255951455205554,0.0,0.359062374149996,0.0,0.949429109223542 -6743,0.5,0.255951455205554,0.0,0.37703435787614,0.0,0.953596953978265 -6744,0.5,0.255951455205554,0.0,0.400827896718764,0.0,0.951804591387728 -6745,0.5,0.255951455205554,0.0,0.422136350203308,0.0,0.947455489688272 -6746,0.5,0.255951455205554,0.0,0.446158991362295,0.0,0.950279903446967 -6747,0.5,0.255951455205554,0.0,0.431417792106461,0.0,0.951478018818422 -6748,0.5,0.255951455205554,0.0,0.431346909942028,0.0,0.951003593823836 -6749,0.5,0.255951455205554,0.0,0.428810967876143,0.0,0.947327132756561 -6750,0.5,0.255951455205554,0.0,0.43307751257139,0.0,0.955510573391411 -6751,0.5,0.255951455205554,1.91401367240761e-05,0.433225979355728,0.0,0.945192820405813 -6752,0.5,0.255951455205554,0.0373398738590402,0.419687384327754,0.00723844944352647,0.941780562864323 -6753,0.5,0.255951455205554,0.118958066747859,0.433839822991599,0.0584780479401116,0.956088580376978 -6754,0.5,0.255951455205554,0.207109423954661,0.472106952266427,0.0504505244134344,0.945251887288948 -6755,0.5,0.255951455205554,0.282908531398388,0.494027027141947,0.233049925145318,0.938610032225883 -6756,0.5,0.255951455205554,0.324372679022893,0.509229530259581,0.18374925631537,0.940808582001256 -6757,0.5,0.255951455205554,0.329865985005498,0.496898637921429,0.145199924034116,0.926901166377179 -6758,0.5,0.255951455205554,0.308429963835616,0.490011868758652,0.0605137304510571,0.917464662655969 -6759,0.5,0.255951455205554,0.251383855112611,0.462739000125886,0.084406857531757,0.923480150111203 -6760,0.5,0.255951455205554,0.177539394518222,0.397609371268358,0.0716891103795597,0.938793909707813 -6761,0.5,0.255951455205554,0.0517528317955491,0.335818315752369,0.0284248823447441,0.931984708805609 -6762,0.5,0.255951455205554,9.49404134907162e-06,0.303389671341473,0.0,0.926677115674888 -6763,0.5,0.255951455205554,0.0,0.285585314920354,0.0,0.92804273325806 -6764,0.5,0.255951455205554,0.0,0.264070187051997,0.0,0.923420695191509 -6765,0.5,0.255951455205554,0.0,0.246284656210681,0.0,0.91746600528069 -6766,0.5,0.255951455205554,0.0,0.246548643614521,0.0,0.916619569458958 -6767,0.5,0.255951455205554,0.0,0.258140666410716,0.0,0.920254473086237 -6768,0.5,0.255951455205554,0.0,0.273225357591105,0.0,0.923050041154135 -6769,0.5,0.255951455205554,0.0,0.292471027705509,0.0,0.923765657572448 -6770,0.5,0.255951455205554,0.0,0.306798574027537,0.0,0.927583762715726 -6771,0.5,0.255951455205554,0.0,0.309121668225304,0.0,0.931962988366317 -6772,0.5,0.255951455205554,0.0,0.301567390396263,0.0,0.943805106496145 -6773,0.5,0.255951455205554,0.0,0.2853486007979,0.0,0.94792106680924 -6774,0.5,0.255951455205554,0.0,0.267106876588321,0.0,0.944980250123712 -6775,0.5,0.255951455205554,2.47355409023436e-06,0.249607660580379,0.0,0.948161873785922 -6776,0.5,0.255951455205554,0.0409601569068505,0.239390606388588,0.00838249688664351,0.95651235757257 -6777,0.5,0.255951455205554,0.135946249411565,0.281101374736734,0.0778548832554416,0.954121931903351 -6778,0.5,0.255951455205554,0.236743274890569,0.328382076986495,0.25623160328393,0.927416854708685 -6779,0.5,0.255951455205554,0.327392536530913,0.341485487591278,0.470582289295027,0.876322131948788 -6780,0.5,0.255951455205554,0.377703410909394,0.321375911924594,0.540225731862308,0.727286702994492 -6781,0.5,0.255951455205554,0.390256997496544,0.291381126835182,0.109421623209093,0.487802985126572 -6782,0.5,0.255951455205554,0.360438002822312,0.245535106744859,0.0599685392230645,0.474593440614455 -6783,0.5,0.255951455205554,0.275647453493393,0.174056216168693,0.0460032669432714,0.742213170005799 -6784,0.5,0.255951455205554,0.179155462092411,0.104290266054218,0.032674565598824,0.826583181410167 -6785,0.5,0.255951455205554,0.0537731221739823,0.0365561634360827,0.0342153090485227,0.764432510386134 -6786,0.5,0.255951455205554,5.05090662131852e-06,0.0257672199641894,0.0,0.704830481816656 -6787,0.5,0.255951455205554,0.0,0.0270248114965455,0.0,0.604562325257165 -6788,0.5,0.255951455205554,0.0,0.0299239840263175,0.0,0.435407942101037 -6789,0.5,0.255951455205554,0.0,0.0301932556143034,0.0,0.189276980628506 -6790,0.5,0.255951455205554,0.0,0.0285010447135453,0.0,0.0439325573347092 -6791,0.5,0.255951455205554,0.0,0.0279928102186204,0.0,0.0134305829228998 -6792,0.5,0.255951455205554,0.0,0.0284374702199024,0.0,0.0317667984819034 -6793,0.5,0.255951455205554,0.0,0.0288082493595163,0.0,0.0984056720413292 -6794,0.5,0.255951455205554,0.0,0.0294810478344544,0.0,0.216652817701172 -6795,0.5,0.255951455205554,0.0,0.0312569994361017,0.0,0.344911533949967 -6796,0.5,0.255951455205554,0.0,0.0355572910934026,0.0,0.445294454832102 -6797,0.5,0.255951455205554,0.0,0.0396574772854039,0.0,0.465563050509908 -6798,0.5,0.255951455205554,0.0,0.0426686929205074,0.0,0.477921340115653 -6799,0.5,0.255951455205554,9.94098238296312e-07,0.0456527560867468,0.0,0.473633555277762 -6800,0.5,0.255951455205554,0.0234656778293929,0.0491959086256646,0.0528113022466729,0.397372608733599 -6801,0.5,0.255951455205554,0.0858919801877054,0.0559540713779135,0.210151331345467,0.28415205225754 -6802,0.5,0.255951455205554,0.15250387605405,0.0672474210043766,0.35674442711357,0.191717501662608 -6803,0.5,0.255951455205554,0.216625102285692,0.0790245901649962,0.483437375926787,0.149939018687981 -6804,0.5,0.255951455205554,0.262766497981623,0.086683577668126,0.556938796090631,0.11022893433367 -6805,0.5,0.255951455205554,0.276579695649645,0.0890715167544092,0.562755636822089,0.0594414326141532 -6806,0.5,0.255951455205554,0.24822100326031,0.0882052309740517,0.398093536133573,0.0368899367012412 -6807,0.5,0.255951455205554,0.19094378545341,0.0840275373827,0.298172798724599,0.0253800151015726 -6808,0.5,0.255951455205554,0.127623318098599,0.071905551574286,0.213784773586639,0.0214373649288767 -6809,0.5,0.255951455205554,0.0393249475275863,0.0457169832277323,0.0187812885193844,0.0235261925151699 -6810,0.5,0.255951455205554,1.28540470920203e-06,0.036262637126109,0.0,0.0497603217168524 -6811,0.5,0.255951455205554,0.0,0.0388264086794537,0.0,0.0823108594769993 -6812,0.5,0.255951455205554,0.0,0.0422127085521542,0.0,0.113563437469276 -6813,0.5,0.255951455205554,0.0,0.043522899205904,0.0,0.155641769633806 -6814,0.5,0.255951455205554,0.0,0.0432477812195004,0.0,0.176271793671362 -6815,0.5,0.255951455205554,0.0,0.0417469140735973,0.0,0.262518567139391 -6816,0.5,0.255951455205554,0.0,0.042226661636935,0.0,0.348989131068085 -6817,0.5,0.255951455205554,0.0,0.0423791070642887,0.0,0.318135454554076 -6818,0.5,0.255951455205554,0.0,0.0406914299106019,0.0,0.276591255548496 -6819,0.5,0.255951455205554,0.0,0.0364167413490552,0.0,0.267864030714502 -6820,0.5,0.255951455205554,0.0,0.0338017726568955,0.0,0.26099060069466 -6821,0.5,0.255951455205554,0.0,0.0349080608039331,0.0,0.277065151523856 -6822,0.5,0.255951455205554,0.0,0.0364565387435794,0.0,0.309396971702649 -6823,0.5,0.255951455205554,3.80319392735449e-08,0.0392823824483224,0.0,0.307884591134255 -6824,0.5,0.255951455205554,0.0429534208816157,0.0412069777205347,0.0260611514653151,0.3460970627195 -6825,0.5,0.255951455205554,0.154984351548076,0.0476285299237343,0.178347615731951,0.360634038678795 -6826,0.5,0.255951455205554,0.267868297366052,0.071217777328473,0.326464695028005,0.32074719943761 -6827,0.5,0.255951455205554,0.361717482322697,0.0835154887024005,0.460547356658095,0.271055393522415 -6828,0.5,0.255951455205554,0.412758344109336,0.0865022726214901,0.553088419674585,0.159124178664858 -6829,0.5,0.255951455205554,0.422216535719832,0.0851869826956717,0.575876930358437,0.0530636535408769 -6830,0.5,0.255951455205554,0.396455827257535,0.0767556850629781,0.521381248251226,0.0248517556987195 -6831,0.5,0.255951455205554,0.335106512192584,0.0664515707795698,0.452302616276491,0.0197032374055347 -6832,0.5,0.255951455205554,0.230179024993024,0.0548810488443254,0.266053479090201,0.010421368497839 -6833,0.5,0.255951455205554,0.0649413274868594,0.0288434829731478,0.0564581592224536,0.00268107953268504 -6834,0.5,0.255951455205554,0.0,0.0338597678834866,0.0,0.00170402184379334 -6835,0.5,0.255951455205554,0.0,0.0396625882712799,0.0,0.00103473445246462 -6836,0.5,0.255951455205554,0.0,0.048259671378503,0.0,0.00100224993970136 -6837,0.5,0.255951455205554,0.0,0.0561450498995935,0.0,0.00306507620166009 -6838,0.5,0.255951455205554,0.0,0.0650315308978542,0.0,0.0194458505851922 -6839,0.5,0.255951455205554,0.0,0.0737090327771706,0.0,0.0577855480085605 -6840,0.5,0.255951455205554,0.0,0.0834801895255735,0.0,0.102891409700906 -6841,0.5,0.255951455205554,0.0,0.0977251215845478,0.0,0.141725076625709 -6842,0.5,0.255951455205554,0.0,0.114747132354428,0.0,0.168680966182661 -6843,0.5,0.255951455205554,0.0,0.132998876604166,0.0,0.222898777249424 -6844,0.5,0.255951455205554,0.0,0.15928814912241,0.0,0.350055276697715 -6845,0.5,0.255951455205554,0.0,0.205536766325542,0.0,0.541037262723925 -6846,0.5,0.255951455205554,0.0,0.245759962148218,0.0,0.667948413403526 -6847,0.5,0.255951455205554,0.0,0.274878565015888,0.0,0.767408062495041 -6848,0.5,0.255951455205554,0.0294809449379073,0.321733889327958,0.00601915449555474,0.844834904567807 -6849,0.5,0.255951455205554,0.0904109701847666,0.370146188916812,0.0221118857379316,0.874689119657337 -6850,0.5,0.255951455205554,0.148506459470685,0.410727470872801,0.0248065294584549,0.91253572728347 -6851,0.5,0.255951455205554,0.194549225224346,0.411502606922306,0.00852445241553533,0.959276726933382 -6852,0.5,0.255951455205554,0.223910087070188,0.401299495516273,0.00500688887723693,0.980533142427651 -6853,0.5,0.255951455205554,0.218655644086947,0.380807829152738,0.00449834172465835,0.985715228271416 -6854,0.5,0.255951455205554,0.189403786821599,0.313887567732054,0.00141749508194364,0.989172820583584 -6855,0.5,0.255951455205554,0.140369587709304,0.24244475261315,0.000514977185786647,0.975315694973109 -6856,0.5,0.255951455205554,0.082489580571418,0.177328201175809,0.00108348836432817,0.954656255967349 -6857,0.5,0.255951455205554,0.0237520834204374,0.131850128786116,0.00119151983878603,0.927349918071206 -6858,0.5,0.255951455205554,1.33149208340333e-06,0.108761881401534,0.0,0.891351736359661 -6859,0.5,0.255951455205554,0.0,0.093533347455722,0.0,0.863981820650444 -6860,0.5,0.255951455205554,0.0,0.0845720190883548,0.0,0.859205563744637 -6861,0.5,0.255951455205554,0.0,0.0710304587892587,0.0,0.85852322406935 -6862,0.5,0.255951455205554,0.0,0.0666247291169777,0.0,0.852525994661992 -6863,0.5,0.255951455205554,0.0,0.0671253055699437,0.0,0.825655486767396 -6864,0.5,0.255951455205554,0.0,0.0693115510421975,0.0,0.791507553113167 -6865,0.5,0.255951455205554,0.0,0.0712000035281351,0.0,0.773339136444539 -6866,0.5,0.255951455205554,0.0,0.0771202787778872,0.0,0.753567982102367 -6867,0.5,0.255951455205554,0.0,0.0879238443782587,0.0,0.743102451106388 -6868,0.5,0.255951455205554,0.0,0.105878094605879,0.0,0.745040724636654 -6869,0.5,0.255951455205554,0.0,0.128762279464044,0.0,0.758565001568711 -6870,0.5,0.255951455205554,0.0,0.148606900654811,0.0,0.774489366158592 -6871,0.5,0.255951455205554,0.0,0.158767848553645,0.0,0.779222579651129 -6872,0.5,0.255951455205554,0.00990226037022788,0.18523153334288,0.00177800170696496,0.779353020270414 -6873,0.5,0.255951455205554,0.0456661705838538,0.25220460074076,0.0141830646533026,0.775268491889334 -6874,0.5,0.255951455205554,0.0934213350159797,0.33175359030603,0.0284219247072267,0.766326734770831 -6875,0.5,0.255951455205554,0.137774666659325,0.386425419007054,0.023032834787067,0.769991365855689 -6876,0.5,0.255951455205554,0.152335912310043,0.402736760646164,0.0113579207235978,0.756120390981638 -6877,0.5,0.255951455205554,0.15174960424419,0.394559804439698,0.00403239426905669,0.766640889932799 -6878,0.5,0.255951455205554,0.137702009144354,0.362786059995323,0.00201244369082241,0.789623070207018 -6879,0.5,0.255951455205554,0.108625836420069,0.325634529805923,0.00116112354122851,0.790924566784843 -6880,0.5,0.255951455205554,0.0703867311472551,0.279423143635741,0.000752670310638299,0.757571891946211 -6881,0.5,0.255951455205554,0.0205792721748167,0.217130702737507,0.00025285155280019,0.706863471998204 -6882,0.5,0.255951455205554,9.33844564842656e-07,0.171815705338102,0.0,0.653053672358485 -6883,0.5,0.255951455205554,0.0,0.148270478937927,0.0,0.589921481249889 -6884,0.5,0.255951455205554,0.0,0.133058940013654,0.0,0.4963125949275 -6885,0.5,0.255951455205554,0.0,0.127526073075704,0.0,0.473705999736631 -6886,0.5,0.255951455205554,0.0,0.131300396807852,0.0,0.460046032416147 -6887,0.5,0.255951455205554,0.0,0.135084982864145,0.0,0.368430554202656 -6888,0.5,0.255951455205554,0.0,0.135256720357891,0.0,0.277209871785572 -6889,0.5,0.255951455205554,0.0,0.124614009318593,0.0,0.229449408119602 -6890,0.5,0.255951455205554,0.0,0.112556713097177,0.0,0.227955612513932 -6891,0.5,0.255951455205554,0.0,0.100467442754608,0.0,0.270062221976607 -6892,0.5,0.255951455205554,0.0,0.0874127262489339,0.0,0.275067826738154 -6893,0.5,0.255951455205554,0.0,0.0795659233037455,0.0,0.272042387067987 -6894,0.5,0.255951455205554,0.0,0.0746305699380367,0.0,0.228345826599933 -6895,0.5,0.255951455205554,0.0,0.0717073248440326,0.0,0.180959399515786 -6896,0.5,0.255951455205554,0.0173409229606439,0.0767913039684486,0.00642361711521744,0.153498771078242 -6897,0.5,0.255951455205554,0.0866857647757371,0.0936672866355561,0.053705488602006,0.142280793588564 -6898,0.5,0.255951455205554,0.172149286265827,0.117035576857731,0.0974503729511644,0.0953363014261706 -6899,0.5,0.255951455205554,0.243495933469506,0.131796278015299,0.0865938280701919,0.0604397467255579 -6900,0.5,0.255951455205554,0.293717069463091,0.138039931436377,0.0868880223411998,0.0529181764211358 -6901,0.5,0.255951455205554,0.311759314759215,0.130686065765303,0.0920621285035306,0.0548539594351322 -6902,0.5,0.255951455205554,0.286471523709285,0.113711180034805,0.10012385044135,0.059497987679354 -6903,0.5,0.255951455205554,0.226478408878797,0.0862422287043644,0.0652149925420602,0.0431481048079183 -6904,0.5,0.255951455205554,0.150026340835506,0.0587482891968129,0.0262808179832033,0.0304764704076312 -6905,0.5,0.255951455205554,0.0365772618078735,0.0314250984566538,0.00409074880402126,0.0303908300348712 -6906,0.5,0.255951455205554,0.0,0.0213403021753226,0.0,0.0228556705965853 -6907,0.5,0.255951455205554,0.0,0.0190285478446497,0.0,0.0150292307389391 -6908,0.5,0.255951455205554,0.0,0.0193837628646685,0.0,0.015671095364294 -6909,0.5,0.255951455205554,0.0,0.0199980854332936,0.0,0.0176791337406083 -6910,0.5,0.255951455205554,0.0,0.0199138484371045,0.0,0.0176178416621809 -6911,0.5,0.255951455205554,0.0,0.0183082836784773,0.0,0.0172150796844967 -6912,0.5,0.255951455205554,0.0,0.0160206188485905,0.0,0.0176294027178982 -6913,0.5,0.255951455205554,0.0,0.0159470884700654,0.0,0.0151849947479316 -6914,0.5,0.255951455205554,0.0,0.0180674490338939,0.0,0.0138586002935124 -6915,0.5,0.255951455205554,0.0,0.0208878166328699,0.0,0.0166473077468468 -6916,0.5,0.255951455205554,0.0,0.0233568145482798,0.0,0.0237540990534382 -6917,0.5,0.255951455205554,0.0,0.0282905404758609,0.0,0.0225770254151296 -6918,0.5,0.255951455205554,0.0,0.03458531061769,0.0,0.019359255440793 -6919,0.5,0.255951455205554,0.0,0.038453814347307,0.0,0.0202155779970065 -6920,0.5,0.255951455205554,0.00428859189981286,0.0423512888788722,0.00111082913060453,0.0232747034860824 -6921,0.5,0.255951455205554,0.0224619673308439,0.04975208594982,0.0145811806316276,0.0243867264819357 -6922,0.5,0.255951455205554,0.0460755211757194,0.0604506338606967,0.0534708019535662,0.0211452593177181 -6923,0.5,0.255951455205554,0.066884900669548,0.0677701412884664,0.108765329182123,0.017468476709467 -6924,0.5,0.255951455205554,0.082293007785444,0.0696332414564301,0.18643159930467,0.0158205900823335 -6925,0.5,0.255951455205554,0.0972463946839368,0.0725258597068307,0.0955012084803859,0.0118567409423411 -6926,0.5,0.255951455205554,0.0967976253260802,0.058886702885014,0.0533351686764433,0.00885134405491099 -6927,0.5,0.255951455205554,0.079873257886712,0.0486592347168342,0.0365168417621356,0.00741655001459997 -6928,0.5,0.255951455205554,0.0550837946901494,0.0359662211180865,0.0383426743379484,0.0120271349647826 -6929,0.5,0.255951455205554,0.016635929425543,0.0249933386188894,0.0337199926784828,0.0226433678909872 -6930,0.5,0.255951455205554,0.0,0.024453215880289,0.0,0.0438277716502816 -6931,0.5,0.255951455205554,0.0,0.0264020548519391,0.0,0.0811659403640294 -6932,0.5,0.255951455205554,0.0,0.0298168967672683,0.0,0.0463158572384487 -6933,0.5,0.255951455205554,0.0,0.0299458978405315,0.0,0.0793777967433078 -6934,0.5,0.255951455205554,0.0,0.0253618542517442,0.0,0.120171260399537 -6935,0.5,0.255951455205554,0.0,0.0214001634261549,0.0,0.0936503523126546 -6936,0.5,0.255951455205554,0.0,0.0206350390654129,0.0,0.100420659684623 -6937,0.5,0.255951455205554,0.0,0.0217289051303318,0.0,0.123802654341876 -6938,0.5,0.255951455205554,0.0,0.0234481526360524,0.0,0.215653919945708 -6939,0.5,0.255951455205554,0.0,0.025640386069201,0.0,0.206692014536274 -6940,0.5,0.255951455205554,0.0,0.0258453469354688,0.0,0.167173342913447 -6941,0.5,0.255951455205554,0.0,0.0246824124670468,0.0,0.165869574504084 -6942,0.5,0.255951455205554,0.0,0.0235992858360659,0.0,0.157074987776535 -6943,0.5,0.255951455205554,0.0,0.0229388743515618,0.0,0.195535293383196 -6944,0.5,0.255951455205554,0.0120386792363709,0.0243548649695939,0.00662942928478529,0.253056004054975 -6945,0.5,0.255951455205554,0.0541974902625794,0.0289787768022377,0.0677174074114252,0.316248055412867 -6946,0.5,0.255951455205554,0.0970348963532552,0.0430391820655606,0.155912195843956,0.219981885527671 -6947,0.5,0.255951455205554,0.140063816468823,0.0666886724111009,0.242789951869421,0.179813966007964 -6948,0.5,0.255951455205554,0.173471843562306,0.0881693559593303,0.133370050853843,0.158579116450063 -6949,0.5,0.255951455205554,0.172646307634497,0.103050330982127,0.065762025412481,0.157606576174445 -6950,0.5,0.255951455205554,0.137745314824641,0.0975497651447449,0.0154979484382228,0.102185204271453 -6951,0.5,0.255951455205554,0.0952472464341456,0.0791165851031945,0.00771063907022891,0.110858412245626 -6952,0.5,0.255951455205554,0.0535263746787251,0.055325973355115,0.00306847092467808,0.144548577602927 -6953,0.5,0.255951455205554,0.0100039935436826,0.0396964150327106,0.000676386790192595,0.184116857911041 -6954,0.5,0.255951455205554,0.0,0.0348632540631193,0.0,0.193783286247615 -6955,0.5,0.255951455205554,0.0,0.0295143160919177,0.0,0.141308731064968 -6956,0.5,0.255951455205554,0.0,0.0277500559059947,0.0,0.0933040872898655 -6957,0.5,0.255951455205554,0.0,0.0262703498020421,0.0,0.0652896114421277 -6958,0.5,0.255951455205554,0.0,0.0255503352788149,0.0,0.0592502456175916 -6959,0.5,0.255951455205554,0.0,0.025958269653431,0.0,0.036536148399796 -6960,0.5,0.255951455205554,0.0,0.0264177004585688,0.0,0.0271465973095397 -6961,0.5,0.255951455205554,0.0,0.0261792241107665,0.0,0.0612147846284922 -6962,0.5,0.255951455205554,0.0,0.0273017050316831,0.0,0.156222927601645 -6963,0.5,0.255951455205554,0.0,0.0314118440222314,0.0,0.292376463599647 -6964,0.5,0.255951455205554,0.0,0.0361597886582079,0.0,0.35977598399409 -6965,0.5,0.255951455205554,0.0,0.0434791419400676,0.0,0.498730556049793 -6966,0.5,0.255951455205554,0.0,0.0572948981518166,0.0,0.696771473093311 -6967,0.5,0.255951455205554,0.0,0.0727242201340934,0.0,0.8102587278348 -6968,0.5,0.255951455205554,0.0159449877547489,0.0905538844961573,0.00117896407155786,0.865831544636095 -6969,0.5,0.255951455205554,0.0830676502967937,0.124507289122271,0.00199316742531775,0.882269601657615 -6970,0.5,0.255951455205554,0.176385550822085,0.178516286784986,0.0202292713050084,0.902370932859466 -6971,0.5,0.255951455205554,0.286701897184006,0.232125835075358,0.216391522608165,0.905371851888623 -6972,0.5,0.255951455205554,0.372683064183351,0.277948821143164,0.245864789683161,0.878153269182479 -6973,0.5,0.255951455205554,0.408027139518764,0.303174790655276,0.134267173303381,0.842003396248249 -6974,0.5,0.255951455205554,0.389663840200041,0.316737206613589,0.0619724385157686,0.824118501059166 -6975,0.5,0.255951455205554,0.327919935147835,0.302985195625062,0.00697528062758959,0.832708154572797 -6976,0.5,0.255951455205554,0.221589974002639,0.252887275550914,0.00420897825814414,0.828815842176755 -6977,0.5,0.255951455205554,0.027122825842848,0.232189315772165,0.0,0.811026024942786 -6978,0.5,0.255951455205554,0.0,0.240192290233973,0.0,0.816339600770811 -6979,0.5,0.255951455205554,0.0,0.247494675839849,0.0,0.824176922934711 -6980,0.5,0.255951455205554,0.0,0.255980226606943,0.0,0.889884679092326 -6981,0.5,0.255951455205554,0.0,0.264771992527164,0.0,0.935567909982557 -6982,0.5,0.255951455205554,0.0,0.273093246801059,0.0,0.927792060669321 -6983,0.5,0.255951455205554,0.0,0.270575345638443,0.0,0.891997416162157 -6984,0.5,0.255951455205554,0.0,0.261654358369089,0.0,0.852317703654256 -6985,0.5,0.255951455205554,0.0,0.249743396312352,0.0,0.778068642240649 -6986,0.5,0.255951455205554,0.0,0.238912617029339,0.0,0.760534545032839 -6987,0.5,0.255951455205554,0.0,0.232785901925799,0.0,0.777931675314862 -6988,0.5,0.255951455205554,0.0,0.224318137527948,0.0,0.742180327119952 -6989,0.5,0.255951455205554,0.0,0.221141198555889,0.0,0.712971007863687 -6990,0.5,0.255951455205554,0.0,0.220756773484202,0.0,0.708755556061835 -6991,0.5,0.255951455205554,0.0,0.227683481645079,0.0,0.782261631820039 -6992,0.5,0.255951455205554,0.0364098620085294,0.235984048530158,0.000907608876566774,0.883429885779373 -6993,0.5,0.255951455205554,0.170616427034302,0.277574302444211,0.000436874749727958,0.911459668578291 -6994,0.5,0.255951455205554,0.302894604996119,0.375062884767399,0.000782208618940686,0.942008523308879 -6995,0.5,0.255951455205554,0.412193218824074,0.499783297993231,0.000878817663348516,0.963953879143869 -6996,0.5,0.255951455205554,0.466880181006146,0.567342240955868,0.00240291370637264,0.967803122130724 -6997,0.5,0.255951455205554,0.468268546970232,0.627235777948859,0.0108022579322919,0.976951826623606 -6998,0.5,0.255951455205554,0.416501212936439,0.643039017257153,0.0356551807419358,0.972711309661988 -6999,0.5,0.255951455205554,0.322803171449445,0.636812090793202,0.0121135994269568,0.962952710643866 -7000,0.5,0.255951455205554,0.205170061060048,0.598456334591415,0.00105124259592019,0.966672695349432 -7001,0.5,0.255951455205554,0.0189172615962642,0.57480185694736,0.0,0.972312215621709 -7002,0.5,0.255951455205554,0.0,0.570416516712126,0.0,0.977454610023527 -7003,0.5,0.255951455205554,0.0,0.60180990948025,0.0,1.00753822781425 -7004,0.5,0.255951455205554,0.0,0.656959837632846,0.0,1.00738263989477 -7005,0.5,0.255951455205554,0.0,0.709347332828382,0.0,1.005379652583 -7006,0.5,0.255951455205554,0.0,0.738655307268852,0.0,1.0082636729523 -7007,0.5,0.255951455205554,0.0,0.749004111369054,0.0,1.00847731570863 -7008,0.5,0.255951455205554,0.0,0.749231742651604,0.0,1.01060601608584 -7009,0.5,0.255951455205554,0.0,0.739435875053576,0.0,1.00896775132279 -7010,0.5,0.255951455205554,0.0,0.741676204282428,0.0,1.00813561191297 -7011,0.5,0.255951455205554,0.0,0.735496162085833,0.0,1.00837390441572 -7012,0.5,0.255951455205554,0.0,0.736002962150824,0.0,1.00713251388795 -7013,0.5,0.255951455205554,0.0,0.73524478096861,0.0,1.00534075722464 -7014,0.5,0.255951455205554,0.0,0.727521697122278,0.0,1.00552643293724 -7015,0.5,0.255951455205554,0.0,0.720950257561031,0.0,1.00248774891804 -7016,0.5,0.255951455205554,0.00451780764482564,0.722262537038832,0.00111522795049708,0.997649239226897 -7017,0.5,0.255951455205554,0.0261274027199577,0.717979076347052,0.0277924062543432,0.985609617203676 -7018,0.5,0.255951455205554,0.047872786178287,0.717834899802295,0.0721978976490664,0.970077100174072 -7019,0.5,0.255951455205554,0.0668981382694692,0.704687779510482,0.129503752254844,0.943913677965007 -7020,0.5,0.255951455205554,0.0846594974698268,0.696969483097951,0.125151700025794,0.901410964529693 -7021,0.5,0.255951455205554,0.0953495438057608,0.683471611997221,0.0566705546685355,0.889312194832548 -7022,0.5,0.255951455205554,0.0912793444378109,0.66878391310008,0.0525323334126848,0.853413985713058 -7023,0.5,0.255951455205554,0.0691417200953568,0.635546469218258,0.0460028888554119,0.845259724391146 -7024,0.5,0.255951455205554,0.0363439310717307,0.584850722655239,0.0772369924351185,0.88349767072496 -7025,0.5,0.255951455205554,0.00562856916345504,0.523655098466887,0.0,0.932710730664949 -7026,0.5,0.255951455205554,0.0,0.460134490124568,0.0,0.934305245463391 -7027,0.5,0.255951455205554,0.0,0.402371344690619,0.0,0.90435959387794 -7028,0.5,0.255951455205554,0.0,0.347610093783463,0.0,0.858659451986883 -7029,0.5,0.255951455205554,0.0,0.309690541417766,0.0,0.807173378596796 -7030,0.5,0.255951455205554,0.0,0.291922174496163,0.0,0.70690669727982 -7031,0.5,0.255951455205554,0.0,0.2820717680993,0.0,0.669161326746308 -7032,0.5,0.255951455205554,0.0,0.277104376827957,0.0,0.709699595611138 -7033,0.5,0.255951455205554,0.0,0.274677302613114,0.0,0.815121158497077 -7034,0.5,0.255951455205554,0.0,0.26413038514171,0.0,0.905058366995071 -7035,0.5,0.255951455205554,0.0,0.240837268284139,0.0,0.935091566161542 -7036,0.5,0.255951455205554,0.0,0.226897872399465,0.0,0.943134975931825 -7037,0.5,0.255951455205554,0.0,0.232112066570541,0.0,0.950355612335962 -7038,0.5,0.255951455205554,0.0,0.255455548035757,0.0,0.943750680171347 -7039,0.5,0.255951455205554,0.0,0.289803734667158,0.0,0.948692065185341 -7040,0.5,0.255951455205554,0.00703420070088606,0.343187073154938,0.00306273117457913,0.952668742439091 -7041,0.5,0.255951455205554,0.0408637060157366,0.435632624579574,0.0427249936606674,0.947227348542795 -7042,0.5,0.255951455205554,0.0639355276996328,0.543061805878494,0.0849111456778874,0.941314972015571 -7043,0.5,0.255951455205554,0.0726173586612978,0.63478241369768,0.120827760322765,0.941639488415742 -7044,0.5,0.255951455205554,0.0714993389096863,0.711778243143443,0.157522996535403,0.941410714899469 -7045,0.5,0.255951455205554,0.0651911754442364,0.779063132281698,0.142053609944527,0.942272320314934 -7046,0.5,0.255951455205554,0.0510835552889922,0.826043090788037,0.0485208625603362,0.940677943969663 -7047,0.5,0.255951455205554,0.0316648972447138,0.84067539568551,0.0763828048671243,0.941264624498354 -7048,0.5,0.255951455205554,0.0124273010886232,0.827937763974477,0.023454430536162,0.944649638156578 -7049,0.5,0.255951455205554,0.000999729954818201,0.812406232928908,0.0,0.947502754444468 -7050,0.5,0.255951455205554,0.0,0.817307337659211,0.0,0.943252982148376 -7051,0.5,0.255951455205554,0.0,0.856689434365264,0.0,0.941104152011216 -7052,0.5,0.255951455205554,0.0,0.877251940846115,0.0,0.945372846147324 -7053,0.5,0.255951455205554,0.0,0.883724436785652,0.0,0.062461517040359 -7054,0.5,0.255951455205554,0.0,0.909573371469464,0.0,0.0338921792013292 -7055,0.5,0.255951455205554,0.0,0.936796854969436,0.0,0.101243284410236 -7056,0.5,0.255951455205554,0.0,0.897169432441726,0.0,0.0849360070707364 -7057,0.5,0.255951455205554,0.0,0.841841922143138,0.0,0.0513594831652208 -7058,0.5,0.255951455205554,0.0,0.804178779809419,0.0,0.0349419970718581 -7059,0.5,0.255951455205554,0.0,0.800774250651045,0.0,0.0220275921566277 -7060,0.5,0.255951455205554,0.0,0.790650677159817,0.0,0.0175085398626319 -7061,0.5,0.255951455205554,0.0,0.767754878019256,0.0,0.0150182171441857 -7062,0.5,0.255951455205554,0.0,0.743307505674051,0.0,0.00988210501199892 -7063,0.5,0.255951455205554,0.0,0.716166663976348,0.0,0.0825498551830147 -7064,0.5,0.255951455205554,0.00295706674568637,0.693668148387467,0.00172523516401626,0.907323036928023 -7065,0.5,0.255951455205554,0.0282323892497813,0.674828035246538,0.0315478076189144,0.907233945273108 -7066,0.5,0.255951455205554,0.0582197780623672,0.660668182971307,0.0496224472150336,0.907863962157486 -7067,0.5,0.255951455205554,0.0768553959519611,0.654902986820914,0.0748811488764416,0.909175171163262 -7068,0.5,0.255951455205554,0.0934209009482172,0.642740818919703,0.14491531489767,0.908067181923704 -7069,0.5,0.255951455205554,0.0927075061899705,0.625306685168575,0.0692219942122361,0.907084676944791 -7070,0.5,0.255951455205554,0.0802980722251539,0.597157982467724,0.0645328102372101,0.907435113417723 -7071,0.5,0.255951455205554,0.0582449870106769,0.575326395288244,0.0289390047736655,0.909564480310694 -7072,0.5,0.255951455205554,0.0301558313911345,0.547129442410816,0.0198113958127487,0.909784923108014 -7073,0.5,0.255951455205554,0.00187636444145738,0.516193674735518,0.0,0.903307073534369 -7074,0.5,0.255951455205554,0.0,0.492429492635917,0.0,0.885822298212179 -7075,0.5,0.255951455205554,0.0,0.467727511438001,0.0,0.81962517859783 -7076,0.5,0.255951455205554,0.0,0.4374087477347,0.0,0.752585804903459 -7077,0.5,0.255951455205554,0.0,0.407001416099908,0.0,0.675269966473446 -7078,0.5,0.255951455205554,0.0,0.381730221771519,0.0,0.495902300969361 -7079,0.5,0.255951455205554,0.0,0.352679672324322,0.0,0.296029409789449 -7080,0.5,0.255951455205554,0.0,0.320621941505236,0.0,0.0959184622835583 -7081,0.5,0.255951455205554,0.0,0.286749541927063,0.0,0.0416177822228896 -7082,0.5,0.255951455205554,0.0,0.25309705175157,0.0,0.049032994351429 -7083,0.5,0.255951455205554,0.0,0.228883214270561,0.0,0.0810445878097438 -7084,0.5,0.255951455205554,0.0,0.216236245905556,0.0,0.110679004507563 -7085,0.5,0.255951455205554,0.0,0.200230412637744,0.0,0.14168560212943 -7086,0.5,0.255951455205554,0.0,0.180805304966863,0.0,0.158732296935945 -7087,0.5,0.255951455205554,0.0,0.161551403231662,0.0,0.170986888200827 -7088,0.5,0.255951455205554,0.00331894112937601,0.146331439766746,0.00034442391076222,0.216772356601285 -7089,0.5,0.255951455205554,0.0407473342968274,0.13686495733269,0.00870394486889952,0.319902151654869 -7090,0.5,0.255951455205554,0.0882958524275482,0.131385204171371,0.0702108653143379,0.467594532818397 -7091,0.5,0.255951455205554,0.135799174921399,0.131646716828603,0.265554644084645,0.577607050397649 -7092,0.5,0.255951455205554,0.168539118011233,0.133309936930224,0.48099301116093,0.608451420631958 -7093,0.5,0.255951455205554,0.181581430628561,0.129112988404265,0.511096682674348,0.622575333488685 -7094,0.5,0.255951455205554,0.173838005570808,0.125833747881962,0.483647937364657,0.612640181233029 -7095,0.5,0.255951455205554,0.142555251720274,0.114414790817445,0.363349445084935,0.586782787861564 -7096,0.5,0.255951455205554,0.0834132307134894,0.0851319856865235,0.201148454472546,0.583057555464706 -7097,0.5,0.255951455205554,0.00558709446403814,0.0701568514232616,0.0,0.547605491499626 -7098,0.5,0.255951455205554,0.0,0.0699151351605136,0.0,0.49058801918843 -7099,0.5,0.255951455205554,0.0,0.0742276782349198,0.0,0.325455049666777 -7100,0.5,0.255951455205554,0.0,0.0824881991950267,0.0,0.380831018825898 -7101,0.5,0.255951455205554,0.0,0.0899921382876887,0.0,0.545059151784068 -7102,0.5,0.255951455205554,0.0,0.094235128343009,0.0,0.61341232599812 -7103,0.5,0.255951455205554,0.0,0.098578149645074,0.0,0.812696948309761 -7104,0.5,0.255951455205554,0.0,0.101043796441169,0.0,0.863946331084531 -7105,0.5,0.255951455205554,0.0,0.103780800660826,0.0,0.880828565500484 -7106,0.5,0.255951455205554,0.0,0.107103522088591,0.0,0.886933981565258 -7107,0.5,0.255951455205554,0.0,0.111195178050159,0.0,0.8543114210008 -7108,0.5,0.255951455205554,0.0,0.115218082107614,0.0,0.81479086360451 -7109,0.5,0.255951455205554,0.0,0.118230351078331,0.0,0.80179370734791 -7110,0.5,0.255951455205554,0.0,0.120075033186903,0.0,0.800989277915764 -7111,0.5,0.255951455205554,0.0,0.12591395220129,0.0,0.816882827869085 -7112,0.5,0.255951455205554,0.00890381169392439,0.134258594651001,0.0032204726774466,0.835612569980565 -7113,0.5,0.255951455205554,0.0831460524026859,0.150080423645561,0.0640330752362606,0.823903625679881 -7114,0.5,0.255951455205554,0.162503032129675,0.183614845551694,0.0404080425753548,0.806362586984918 -7115,0.5,0.255951455205554,0.229784866536073,0.219570207812994,0.0375382038412774,0.791979001197006 -7116,0.5,0.255951455205554,0.270697488971159,0.233296012710307,0.0409882270610855,0.759843627998545 -7117,0.5,0.255951455205554,0.278476695028827,0.24213644145312,0.0789897417385793,0.728274196575802 -7118,0.5,0.255951455205554,0.25424213290705,0.246000316154924,0.103017747588125,0.733595292438086 -7119,0.5,0.255951455205554,0.199650626830828,0.227442224578226,0.0964846186666966,0.757060309115885 -7120,0.5,0.255951455205554,0.117108647123985,0.186198584714352,0.0607223924579357,0.776305965864592 -7121,0.5,0.255951455205554,0.00413469542216653,0.167537386315312,0.0,0.80791155934457 -7122,0.5,0.255951455205554,0.0,0.169855013926423,0.0,0.865911295266584 -7123,0.5,0.255951455205554,0.0,0.17155726215188,0.0,0.899596028897336 -7124,0.5,0.255951455205554,0.0,0.173821327556809,0.0,0.908468508258375 -7125,0.5,0.255951455205554,0.0,0.172178003913932,0.0,0.877534895410818 -7126,0.5,0.255951455205554,0.0,0.169766690448907,0.0,0.831827813437606 -7127,0.5,0.255951455205554,0.0,0.172177650814879,0.0,0.76500899919733 -7128,0.5,0.255951455205554,0.0,0.174260075355717,0.0,0.712327487857989 -7129,0.5,0.255951455205554,0.0,0.180462541829377,0.0,0.458797538442443 -7130,0.5,0.255951455205554,0.0,0.194181523511394,0.0,0.243215979407486 -7131,0.5,0.255951455205554,0.0,0.205495736289213,0.0,0.481270675365754 -7132,0.5,0.255951455205554,0.0,0.212840496145454,0.0,0.387779508924258 -7133,0.5,0.255951455205554,0.0,0.215660349788673,0.0,0.330535660359993 -7134,0.5,0.255951455205554,0.0,0.216270217504083,0.0,0.252266590228792 -7135,0.5,0.255951455205554,0.0,0.198515153174752,0.0,0.179446484047368 -7136,0.5,0.255951455205554,0.0124670256552729,0.168492979328868,0.0,0.152574422889547 -7137,0.5,0.255951455205554,0.09097271200268,0.153883266469952,0.000301716585817604,0.157670905307631 -7138,0.5,0.255951455205554,0.174995918264807,0.159057104094007,0.0118675590098712,0.147475781722263 -7139,0.5,0.255951455205554,0.245136318439372,0.164474630104392,0.0558793589092224,0.125666240695134 -7140,0.5,0.255951455205554,0.286543653368085,0.156935286227827,0.0606065069317671,0.130659520089016 -7141,0.5,0.255951455205554,0.291341221192132,0.1400593192204,0.0537607225200687,0.181770930519944 -7142,0.5,0.255951455205554,0.256908950782497,0.120878819124119,0.0835317088053037,0.237540001196016 -7143,0.5,0.255951455205554,0.191199011232602,0.0970676948643419,0.0961417946124245,0.298773532041677 -7144,0.5,0.255951455205554,0.107670606068459,0.0667114443429961,0.121825201177303,0.383223541575909 -7145,0.5,0.255951455205554,0.00106932062489216,0.0535205486935673,0.0,0.453314884209692 -7146,0.5,0.255951455205554,0.0,0.046459800510504,0.0,0.482875589035221 -7147,0.5,0.255951455205554,0.0,0.0422605682282115,0.0,0.55148310108898 -7148,0.5,0.255951455205554,0.0,0.0418413888503779,0.0,0.619960322222474 -7149,0.5,0.255951455205554,0.0,0.043350706241638,0.0,0.691233745677272 -7150,0.5,0.255951455205554,0.0,0.0453564485737507,0.0,0.736692136408976 -7151,0.5,0.255951455205554,0.0,0.0469456614320506,0.0,0.775929259255948 -7152,0.5,0.255951455205554,0.0,0.050837231713866,0.0,0.799425284661786 -7153,0.5,0.255951455205554,0.0,0.0552896838080994,0.0,0.814856573021478 -7154,0.5,0.255951455205554,0.0,0.0610130158455539,0.0,0.8316289797661 -7155,0.5,0.255951455205554,0.0,0.0655582733728184,0.0,0.839053847873022 -7156,0.5,0.255951455205554,0.0,0.0677385477482364,0.0,0.845564750879692 -7157,0.5,0.255951455205554,0.0,0.0707699054892845,0.0,0.845047652086756 -7158,0.5,0.255951455205554,0.0,0.073456173934481,0.0,0.837321642880333 -7159,0.5,0.255951455205554,0.0,0.0764077889224932,0.0,0.846821140981665 -7160,0.5,0.255951455205554,0.00943111905689338,0.0785554755545175,0.00298902348932044,0.864292495320199 -7161,0.5,0.255951455205554,0.08415428980597,0.081262846226414,0.137364170652137,0.877519605153629 -7162,0.5,0.255951455205554,0.175211758709107,0.0978047092820422,0.293501150035162,0.894620603746022 -7163,0.5,0.255951455205554,0.267793774932064,0.132167402351421,0.417204015633659,0.905383073269607 -7164,0.5,0.255951455205554,0.344122228226741,0.170528855947319,0.486657222184826,0.913435455698607 -7165,0.5,0.255951455205554,0.389542604905459,0.206251318132264,0.50503091837539,0.921448216063137 -7166,0.5,0.255951455205554,0.384313095484565,0.229178330971835,0.391647193766457,0.928772663819991 -7167,0.5,0.255951455205554,0.323677112542539,0.20996534109733,0.234571038030781,0.931612753206107 -7168,0.5,0.255951455205554,0.187914227760983,0.174967366075457,0.121981867128127,0.930089088602489 -7169,0.5,0.255951455205554,0.00200270338125844,0.162714607657865,0.0,0.931115716079553 -7170,0.5,0.255951455205554,0.0,0.162017314393288,0.0,0.932780338189247 -7171,0.5,0.255951455205554,0.0,0.165942668556924,0.0,0.934363038472182 -7172,0.5,0.255951455205554,0.0,0.172225502417196,0.0,0.941660501073654 -7173,0.5,0.255951455205554,0.0,0.178330224003131,0.0,0.951641326293772 -7174,0.5,0.255951455205554,0.0,0.185012874707759,0.0,0.956860551937226 -7175,0.5,0.255951455205554,0.0,0.186597465799677,0.0,0.955587576272947 -7176,0.5,0.255951455205554,0.0,0.18430614879383,0.0,0.955716768730409 -7177,0.5,0.255951455205554,0.0,0.180300061728325,0.0,0.951156933423652 -7178,0.5,0.255951455205554,0.0,0.176997954806376,0.0,0.953930632207436 -7179,0.5,0.255951455205554,0.0,0.172239258234372,0.0,0.959955666914297 -7180,0.5,0.255951455205554,0.0,0.166419722104107,0.0,0.959949349480584 -7181,0.5,0.255951455205554,0.0,0.159023314943251,0.0,0.959475047172337 -7182,0.5,0.255951455205554,0.0,0.156572007235961,0.0,0.954591085145913 -7183,0.5,0.255951455205554,0.0,0.154557159963007,0.0,0.948125152623032 -7184,0.5,0.255951455205554,0.0158356355253215,0.149050381745594,0.000808346892208359,0.934931314245239 -7185,0.5,0.255951455205554,0.159955012283964,0.148164990823475,0.035612488669672,0.929574251102302 -7186,0.5,0.255951455205554,0.311319577373256,0.156043442913341,0.0263412662306457,0.925329238457831 -7187,0.5,0.255951455205554,0.436241507779438,0.165601220981833,0.0129972095602038,0.913989285901639 -7188,0.5,0.255951455205554,0.510672405301474,0.168767565134901,0.035050221872146,0.910106806543819 -7189,0.5,0.255951455205554,0.529411058834367,0.155383220529314,0.0797194388313436,0.909227476428719 -7190,0.5,0.255951455205554,0.491322091570764,0.136908015137067,0.191589324977262,0.895300752974849 -7191,0.5,0.255951455205554,0.397741030915025,0.108076451211747,0.06980830618747,0.868812353670081 -7192,0.5,0.255951455205554,0.201494570326937,0.0793145706884576,0.0368690429716805,0.852058028653105 -7193,0.5,0.255951455205554,0.00105993171247515,0.0754070059974367,0.0,0.826957246501384 -7194,0.5,0.255951455205554,0.0,0.0713209015226941,0.0,0.80860406461341 -7195,0.5,0.255951455205554,0.0,0.071370137852991,0.0,0.814294159103477 -7196,0.5,0.255951455205554,0.0,0.0749561623065389,0.0,0.821532315510496 -7197,0.5,0.255951455205554,0.0,0.0802775783409457,0.0,0.821862886798812 -7198,0.5,0.255951455205554,0.0,0.084677520409265,0.0,0.826682585861762 -7199,0.5,0.255951455205554,0.0,0.085690522868305,0.0,0.836128541565084 -7200,0.5,0.255951455205554,0.0,0.0878882453800519,0.0,0.838712899372108 -7201,0.5,0.255951455205554,0.0,0.0902385742574057,0.0,0.825813668825182 -7202,0.5,0.255951455205554,0.0,0.0937074823986366,0.0,0.810234651253095 -7203,0.5,0.255951455205554,0.0,0.0913049336654728,0.0,0.808606952553419 -7204,0.5,0.255951455205554,0.0,0.089477713327156,0.0,0.829979273968017 -7205,0.5,0.255951455205554,0.0,0.0917227680389783,0.0,0.851383572384999 -7206,0.5,0.255951455205554,0.0,0.0994583146198292,0.0,0.859997422894785 -7207,0.5,0.255951455205554,0.0,0.106829284497664,0.0,0.859943008153594 -7208,0.5,0.255951455205554,0.0143821625132086,0.109362751008336,0.000784457988011295,0.856497356121882 -7209,0.5,0.255951455205554,0.167705813555213,0.106873937715548,0.130745398428561,0.861875231692982 -7210,0.5,0.255951455205554,0.331267099412516,0.119596682341878,0.289405923463794,0.880096246713594 -7211,0.5,0.255951455205554,0.467407410133877,0.151912156162185,0.425137238674111,0.894395328388095 -7212,0.5,0.255951455205554,0.547193723580147,0.173256032328738,0.508015652102318,0.894086954050601 -7213,0.5,0.255951455205554,0.567772764864142,0.169026487153235,0.531970957629251,0.884008510156355 -7214,0.5,0.255951455205554,0.528687641967571,0.164662792496276,0.49635567493312,0.872229817954267 -7215,0.5,0.255951455205554,0.428078291726456,0.129346489348885,0.400338805508765,0.869013640714859 -7216,0.5,0.255951455205554,0.197914605704404,0.108952334757698,0.183574586531299,0.871756513774943 -7217,0.5,0.255951455205554,0.000182337641660974,0.129325641653894,0.0,0.871734049091599 -7218,0.5,0.255951455205554,0.0,0.13584322450905,0.0,0.877459230670391 -7219,0.5,0.255951455205554,0.0,0.137639229671989,0.0,0.887098491842288 -7220,0.5,0.255951455205554,0.0,0.142307906774711,0.0,0.896414279876531 -7221,0.5,0.255951455205554,0.0,0.147015752728997,0.0,0.897080252951268 -7222,0.5,0.255951455205554,0.0,0.149251097986287,0.0,0.888511355550161 -7223,0.5,0.255951455205554,0.0,0.153446173058734,0.0,0.870870654965522 -7224,0.5,0.255951455205554,0.0,0.154740484295477,0.0,0.841111307765038 -7225,0.5,0.255951455205554,0.0,0.151955340783133,0.0,0.761898152313764 -7226,0.5,0.255951455205554,0.0,0.150494794821141,0.0,0.342172120472634 -7227,0.5,0.255951455205554,0.0,0.147780506987837,0.0,0.43133657816271 -7228,0.5,0.255951455205554,0.0,0.144456438337401,0.0,0.596121970455149 -7229,0.5,0.255951455205554,0.0,0.136644100956326,0.0,0.575262431750336 -7230,0.5,0.255951455205554,0.0,0.124010734025197,0.0,0.572547210001735 -7231,0.5,0.255951455205554,0.0,0.107261060556174,0.0,0.569284304972603 -7232,0.5,0.255951455205554,0.0118460012232825,0.0888490639996914,0.0,0.520351518575394 -7233,0.5,0.255951455205554,0.147497201900523,0.0722926227718548,0.000227752132013419,0.497487902941185 -7234,0.5,0.255951455205554,0.284953554143108,0.071315494725996,0.00167409568961954,0.497101901851525 -7235,0.5,0.255951455205554,0.394126279986114,0.0856271787953573,0.0172912322725364,0.477306905568372 -7236,0.5,0.255951455205554,0.453719767058593,0.0945669737736618,0.0523870869391722,0.38823782386126 -7237,0.5,0.255951455205554,0.461740490507845,0.0919806899282513,0.118634593395123,0.352502799681548 -7238,0.5,0.255951455205554,0.421785582190895,0.0786756446705918,0.134470383656336,0.336228070716046 -7239,0.5,0.255951455205554,0.328314574887257,0.0596099774856575,0.0998967158939126,0.306496592302638 -7240,0.5,0.255951455205554,0.149091080582935,0.0426735084925847,0.0070641956917345,0.250450547951569 -7241,0.5,0.255951455205554,3.19964791437036e-05,0.0368289287224171,0.000450447042303127,0.191690532652874 -7242,0.5,0.255951455205554,0.0,0.0318479402735218,0.0,0.156204410759668 -7243,0.5,0.255951455205554,0.0,0.0290769194437637,0.0,0.12756157998845 -7244,0.5,0.255951455205554,0.0,0.0284013630568554,0.0,0.110612363885158 -7245,0.5,0.255951455205554,0.0,0.0311856105711189,0.0,0.119619222967693 -7246,0.5,0.255951455205554,0.0,0.0341071191761754,0.0,0.132495780847122 -7247,0.5,0.255951455205554,0.0,0.0316191250451601,0.0,0.152423448587915 -7248,0.5,0.255951455205554,0.0,0.0279591389327777,0.0,0.134179947605792 -7249,0.5,0.255951455205554,0.0,0.0239650652981155,0.0,0.10047671859242 -7250,0.5,0.255951455205554,0.0,0.0235236665517826,0.0,0.0789096045827825 -7251,0.5,0.255951455205554,0.0,0.0247071497548106,0.0,0.0759147493516653 -7252,0.5,0.255951455205554,0.0,0.0234321196172572,0.0,0.0940301970244417 -7253,0.5,0.255951455205554,0.0,0.0227348759149859,0.0,0.13842238139605 -7254,0.5,0.255951455205554,0.0,0.0229707770369467,0.0,0.182726669740628 -7255,0.5,0.255951455205554,0.0,0.0221267737342098,0.0,0.221186532735149 -7256,0.5,0.255951455205554,0.00494441978051708,0.0217014706510218,0.0,0.282758560304171 -7257,0.5,0.255951455205554,0.0748513187471877,0.0221725641856038,0.0792134151931609,0.311046605981334 -7258,0.5,0.255951455205554,0.151981197029797,0.0248623484065379,0.175627937793206,0.265822081580902 -7259,0.5,0.255951455205554,0.218914537261581,0.0264317035866416,0.263799369291333,0.282391349130951 -7260,0.5,0.255951455205554,0.266156162249834,0.0270217111748507,0.340583947888536,0.321997381897057 -7261,0.5,0.255951455205554,0.281587479244002,0.0283905242806374,0.370458187505729,0.392072848165886 -7262,0.5,0.255951455205554,0.256880345533412,0.0273947408852093,0.34530220327564,0.460689083865285 -7263,0.5,0.255951455205554,0.198994796780268,0.0245742666483701,0.262323030788211,0.496403048733192 -7264,0.5,0.255951455205554,0.105590842340469,0.0215675732035839,0.136492136859736,0.52859505833764 -7265,0.5,0.255951455205554,9.0481564332259e-05,0.0221754817347807,0.0,0.564081467973814 -7266,0.5,0.255951455205554,0.0,0.0224989586045466,0.0,0.538878976919786 -7267,0.5,0.255951455205554,0.0,0.0242796154666105,0.0,0.500870755486303 -7268,0.5,0.255951455205554,0.0,0.0273022839232292,0.0,0.438963090344302 -7269,0.5,0.255951455205554,0.0,0.0311239038325005,0.0,0.481294967588814 -7270,0.5,0.255951455205554,0.0,0.0355425354223322,0.0,0.549655710030116 -7271,0.5,0.255951455205554,0.0,0.0376683691565196,0.0,0.579996994402531 -7272,0.5,0.255951455205554,0.0,0.0394493871336629,0.0,0.582710501665776 -7273,0.5,0.255951455205554,0.0,0.0405444423292755,0.0,0.605058206421518 -7274,0.5,0.255951455205554,0.0,0.0434177360416902,0.0,0.611192829507392 -7275,0.5,0.255951455205554,0.0,0.0471678852905361,0.0,0.559851309100876 -7276,0.5,0.255951455205554,0.0,0.0493409401878367,0.0,0.528972617851581 -7277,0.5,0.255951455205554,0.0,0.0513740142685659,0.0,0.510991623564728 -7278,0.5,0.255951455205554,0.0,0.0535480420165469,0.0,0.432039658545538 -7279,0.5,0.255951455205554,0.0,0.0556537585724764,0.0,0.380555621598007 -7280,0.5,0.255951455205554,0.00512957860655398,0.0570101907271719,0.0,0.349003580866033 -7281,0.5,0.255951455205554,0.0845418028325451,0.0573287897904828,0.0019897838137884,0.373129271805186 -7282,0.5,0.255951455205554,0.181295963654617,0.0592401317700511,0.00797384570771381,0.342155062953214 -7283,0.5,0.255951455205554,0.272836515558182,0.0636276929622303,0.0191526950800444,0.350807376547707 -7284,0.5,0.255951455205554,0.333931017718019,0.0697344923918403,0.0347437490505695,0.324739645827307 -7285,0.5,0.255951455205554,0.350916203926145,0.0709122162724122,0.0503248518745251,0.282455935939783 -7286,0.5,0.255951455205554,0.326861715871794,0.069742613366371,0.065084650407137,0.25560700104362 -7287,0.5,0.255951455205554,0.258478082829644,0.0671876601030337,0.0188756267131992,0.219836549656577 -7288,0.5,0.255951455205554,0.13198655995403,0.0576329158875279,0.00496190497151946,0.193031003874744 -7289,0.5,0.255951455205554,3.00127504736254e-05,0.0616777230597451,0.000209093552675165,0.170137948421701 -7290,0.5,0.255951455205554,0.0,0.0623346471036745,0.0,0.126951815092967 -7291,0.5,0.255951455205554,0.0,0.0628429059591123,0.0,0.0931040053348401 -7292,0.5,0.255951455205554,0.0,0.0649106425867021,0.0,0.088695529402352 -7293,0.5,0.255951455205554,0.0,0.0671353936453414,0.0,0.100937723782312 -7294,0.5,0.255951455205554,0.0,0.0698869013790231,0.0,0.117739907732077 -7295,0.5,0.255951455205554,0.0,0.0737171540283172,0.0,0.161674650879366 -7296,0.5,0.255951455205554,0.0,0.0756269499494819,0.0,0.195037018221897 -7297,0.5,0.255951455205554,0.0,0.0765109047630096,0.0,0.2238662409925 -7298,0.5,0.255951455205554,0.0,0.0785749148983228,0.0,0.298917095873082 -7299,0.5,0.255951455205554,0.0,0.0814217149066507,0.0,0.354329296263127 -7300,0.5,0.255951455205554,0.0,0.0833521400736697,0.0,0.469131286069094 -7301,0.5,0.255951455205554,0.0,0.0868682423830566,0.0,0.607303610660154 -7302,0.5,0.255951455205554,0.0,0.0932768071597552,0.0,0.682594150194391 -7303,0.5,0.255951455205554,0.0,0.100118793238466,0.0,0.738315353202789 -7304,0.5,0.255951455205554,0.00566858124990991,0.108852529769111,0.0,0.791201651995469 -7305,0.5,0.255951455205554,0.126204940243035,0.108521872723098,0.0671175591589113,0.828850425270799 -7306,0.5,0.255951455205554,0.274971111603597,0.121930259470968,0.204361434219851,0.854599870841865 -7307,0.5,0.255951455205554,0.402218552530318,0.151297307366799,0.35101338720187,0.868507192728696 -7308,0.5,0.255951455205554,0.479752193896856,0.184568139888462,0.46308269405314,0.87745070094358 -7309,0.5,0.255951455205554,0.501624224050076,0.207579119622621,0.487316480050873,0.895734124190639 -7310,0.5,0.255951455205554,0.466996257233151,0.204455346722729,0.45277909891098,0.881696581742411 -7311,0.5,0.255951455205554,0.376324147733741,0.180220433583761,0.360389156223343,0.854896282237399 -7312,0.5,0.255951455205554,0.16166931718377,0.160378415822576,0.149346919010524,0.822849617964656 -7313,0.5,0.255951455205554,0.0,0.1710005555194,0.0,0.799318158901407 -7314,0.5,0.255951455205554,0.0,0.17568369341537,0.0,0.794550777855118 -7315,0.5,0.255951455205554,0.0,0.178081847078477,0.0,0.725871573798503 -7316,0.5,0.255951455205554,0.0,0.170952165113338,0.0,0.581580634994343 -7317,0.5,0.255951455205554,0.0,0.161882228574228,0.0,0.560257677259412 -7318,0.5,0.255951455205554,0.0,0.161246596997461,0.0,0.526875712292934 -7319,0.5,0.255951455205554,0.0,0.161432517853585,0.0,0.455545846862899 -7320,0.5,0.255951455205554,0.0,0.163321432172328,0.0,0.384354363755591 -7321,0.5,0.255951455205554,0.0,0.161869767278634,0.0,0.275450833165482 -7322,0.5,0.255951455205554,0.0,0.158742288098534,0.0,0.332321421255751 -7323,0.5,0.255951455205554,0.0,0.154522329031617,0.0,0.458080069920656 -7324,0.5,0.255951455205554,0.0,0.152130395306887,0.0,0.607157247983399 -7325,0.5,0.255951455205554,0.0,0.15243830150894,0.0,0.664532713443174 -7326,0.5,0.255951455205554,0.0,0.159240623591845,0.0,0.653810002558784 -7327,0.5,0.255951455205554,0.0,0.170159870604183,0.0,0.746180496289824 -7328,0.5,0.255951455205554,0.00514664353470563,0.180779908501356,0.0,0.828139320736473 -7329,0.5,0.255951455205554,0.119413355955297,0.192446359091304,0.0684471939112838,0.846936785444622 -7330,0.5,0.255951455205554,0.251831456463773,0.232261257905235,0.0690620120712326,0.892466122500145 -7331,0.5,0.255951455205554,0.362265928761451,0.285350691711626,0.101106655345016,0.928918155531259 -7332,0.5,0.255951455205554,0.42755193788596,0.338353041508129,0.0401951662084732,0.934436359296392 -7333,0.5,0.255951455205554,0.445324131605817,0.367637655747233,0.0168364372753215,0.938352465176363 -7334,0.5,0.255951455205554,0.416908323046082,0.388467041276268,0.0469131876203222,0.934413674800326 -7335,0.5,0.255951455205554,0.328320441017756,0.34834513035944,0.362331815260689,0.930589330481682 -7336,0.5,0.255951455205554,0.135026128615064,0.315542064238771,0.143433653741147,0.931841470585464 -7337,0.5,0.255951455205554,2.76840298354686e-05,0.327268216481678,0.0,0.934456966085857 -7338,0.5,0.255951455205554,0.0,0.340161467793878,0.0,0.939099874183206 -7339,0.5,0.255951455205554,0.0,0.358336448844466,0.0,0.943617341368346 -7340,0.5,0.255951455205554,0.0,0.368618174259817,0.0,0.785696068654375 -7341,0.5,0.255951455205554,0.0,0.365283803667789,0.0,0.53709623039143 -7342,0.5,0.255951455205554,0.0,0.360155491978651,0.0,0.424725520300227 -7343,0.5,0.255951455205554,0.0,0.364738439247238,0.0,0.302796482520257 -7344,0.5,0.255951455205554,0.0,0.370945087840218,0.0,0.187119073159222 -7345,0.5,0.255951455205554,0.0,0.375205375065746,0.0,0.138772779963052 -7346,0.5,0.255951455205554,0.0,0.382420778150437,0.0,0.190653899857583 -7347,0.5,0.255951455205554,0.0,0.390375609222569,0.0,0.29332873180178 -7348,0.5,0.255951455205554,0.0,0.401071764134745,0.0,0.307569988886739 -7349,0.5,0.255951455205554,0.0,0.420138135498751,0.0,0.383329722934357 -7350,0.5,0.255951455205554,0.0,0.439523187925497,0.0,0.484769479444226 -7351,0.5,0.255951455205554,0.0,0.454197366494279,0.0,0.472036092826875 -7352,0.5,0.255951455205554,0.00238611621252795,0.483834660275866,0.0,0.643681787958292 -7353,0.5,0.255951455205554,0.039078724899947,0.492720150050009,0.00399110223299712,0.918818107300503 -7354,0.5,0.255951455205554,0.0858437174993392,0.497775225948059,0.0438363167198138,0.9299777535745 -7355,0.5,0.255951455205554,0.127882534945326,0.542751450249446,0.104693374617425,0.801415861906016 -7356,0.5,0.255951455205554,0.161937643366331,0.558540865337658,0.00800565100474124,0.860480617939555 -7357,0.5,0.255951455205554,0.173829584063035,0.526753617472485,0.0670259900143904,0.963813016021658 -7358,0.5,0.255951455205554,0.169295728128295,0.473128799762513,0.129064668172021,0.97729724845723 -7359,0.5,0.255951455205554,0.14027842127803,0.434287074138113,0.138074599156065,0.967855692255961 -7360,0.5,0.255951455205554,0.0648767689319973,0.390114915713128,0.0695491732824391,0.962352587235138 -7361,0.5,0.255951455205554,7.79096350404708e-05,0.355932036122797,0.0,0.939933351879408 -7362,0.5,0.255951455205554,0.0,0.353396429010341,0.0,0.931580035854086 -7363,0.5,0.255951455205554,0.0,0.370792784730312,0.0,0.927120802872196 -7364,0.5,0.255951455205554,0.0,0.389416466703181,0.0,0.929042082277661 -7365,0.5,0.255951455205554,0.0,0.412727036113089,0.0,0.930629912474609 -7366,0.5,0.255951455205554,0.0,0.443469786574233,0.0,0.93260668792546 -7367,0.5,0.255951455205554,0.0,0.470988129808807,0.0,0.935742828951268 -7368,0.5,0.255951455205554,0.0,0.495507464018031,0.0,0.938484743727892 -7369,0.5,0.255951455205554,0.0,0.508123981947664,0.0,0.935088820379599 -7370,0.5,0.255951455205554,0.0,0.507117603220958,0.0,0.863979128620027 -7371,0.5,0.255951455205554,0.0,0.48899600469639,0.0,0.643970471453937 -7372,0.5,0.255951455205554,0.0,0.466834426423036,0.0,0.375687699041865 -7373,0.5,0.255951455205554,0.0,0.459964545310241,0.0,0.229195410196517 -7374,0.5,0.255951455205554,0.0,0.458420672309643,0.0,0.153250136324678 -7375,0.5,0.255951455205554,0.0,0.448262480354143,0.0,0.113046479259994 -7376,0.5,0.255951455205554,0.00223909618598877,0.433762256615113,0.0,0.0951046116716765 -7377,0.5,0.255951455205554,0.0563466840245214,0.425537683803262,0.00875505309232539,0.085384553480181 -7378,0.5,0.255951455205554,0.133551043839511,0.418048144883148,0.0298247471608284,0.0850877471577051 -7379,0.5,0.255951455205554,0.199482963730231,0.424464744148336,0.0800662214026908,0.0726519953768978 -7380,0.5,0.255951455205554,0.236252221363297,0.423719540999368,0.0913409367503443,0.0843173255719536 -7381,0.5,0.255951455205554,0.24375515716677,0.390290577283585,0.106181714033908,0.103606673108543 -7382,0.5,0.255951455205554,0.218286943110785,0.30900812401284,0.06366865134214,0.116110547613769 -7383,0.5,0.255951455205554,0.155573243161287,0.221724192893871,0.0234618711074424,0.117557108443362 -7384,0.5,0.255951455205554,0.0605760629587622,0.153584051260521,0.00512405885762844,0.129665821284165 -7385,0.5,0.255951455205554,8.45986841710233e-05,0.11121843376058,0.0,0.146385684904981 -7386,0.5,0.255951455205554,0.0,0.0822020507781532,0.0,0.181963186481193 -7387,0.5,0.255951455205554,0.0,0.0707473882093391,0.0,0.282530059349463 -7388,0.5,0.255951455205554,0.0,0.065741380210284,0.0,0.285195329756402 -7389,0.5,0.255951455205554,0.0,0.0637842278881525,0.0,0.245836944081834 -7390,0.5,0.255951455205554,0.0,0.0603475590224407,0.0,0.163590869809134 -7391,0.5,0.255951455205554,0.0,0.0594330763333866,0.0,0.123618990032657 -7392,0.5,0.255951455205554,0.0,0.0670615212358361,0.0,0.0953822442076047 -7393,0.5,0.255951455205554,0.0,0.0763940494326063,0.0,0.0798347152838202 -7394,0.5,0.255951455205554,0.0,0.0843416961206597,0.0,0.0596272698767046 -7395,0.5,0.255951455205554,0.0,0.0880210788704481,0.0,0.0441243483058274 -7396,0.5,0.255951455205554,0.0,0.0864267906596633,0.0,0.0283164352453416 -7397,0.5,0.255951455205554,0.0,0.0848805817037184,0.0,0.0193215924258883 -7398,0.5,0.255951455205554,0.0,0.0895473712852797,0.0,0.0136113419248834 -7399,0.5,0.255951455205554,0.0,0.0939427773091776,0.0,0.00921362528524961 -7400,0.5,0.255951455205554,0.00100585784938031,0.0985294478954,0.0,0.00862354923642401 -7401,0.5,0.255951455205554,0.0234616312653523,0.10501977442731,0.000241772395564367,0.0158634214774153 -7402,0.5,0.255951455205554,0.0545640565861015,0.113496200609978,0.00073890594420824,0.0235458570853505 -7403,0.5,0.255951455205554,0.0865919737170563,0.130984373455178,0.0035740059825877,0.0245936781797302 -7404,0.5,0.255951455205554,0.112353376996693,0.141976265982098,0.00645927725939703,0.0164267912490315 -7405,0.5,0.255951455205554,0.116846430147859,0.139692603775413,0.00958108351311703,0.0115191909154151 -7406,0.5,0.255951455205554,0.0970459445343044,0.126917608716934,0.00794265632232099,0.00873087830210584 -7407,0.5,0.255951455205554,0.0613079738516421,0.107759411459801,0.00753046231762617,0.00711469175978171 -7408,0.5,0.255951455205554,0.0261683597551281,0.0867647975309658,0.00253897123325599,0.00771863290411227 -7409,0.5,0.255951455205554,0.000183128351267957,0.0729139628468242,0.0,0.00721219857861602 -7410,0.5,0.255951455205554,0.0,0.0759182776493477,0.0,0.00881511630830895 -7411,0.5,0.255951455205554,0.0,0.0776951626093194,0.0,0.0141166065383623 -7412,0.5,0.255951455205554,0.0,0.0760909694285979,0.0,0.0222472881711411 -7413,0.5,0.255951455205554,0.0,0.0753243000009579,0.0,0.0304340267254619 -7414,0.5,0.255951455205554,0.0,0.0735936671525374,0.0,0.0324932582661117 -7415,0.5,0.255951455205554,0.0,0.0780007319426531,0.0,0.0300327932319948 -7416,0.5,0.255951455205554,0.0,0.0799543505057949,0.0,0.0213037686740238 -7417,0.5,0.255951455205554,0.0,0.080022944784023,0.0,0.0158954445034067 -7418,0.5,0.255951455205554,0.0,0.0793997551552091,0.0,0.0135649232197278 -7419,0.5,0.255951455205554,0.0,0.0770085426287729,0.0,0.0205100100684363 -7420,0.5,0.255951455205554,0.0,0.0739603223202678,0.0,0.0328829868234202 -7421,0.5,0.255951455205554,0.0,0.07525995679237,0.0,0.0496793306001379 -7422,0.5,0.255951455205554,0.0,0.0745446168224686,0.0,0.0595193133927156 -7423,0.5,0.255951455205554,0.0,0.0711786326990037,0.0,0.0623673183416834 -7424,0.5,0.255951455205554,0.000378312823384316,0.0685616029145647,0.0,0.060482251531748 -7425,0.5,0.255951455205554,0.0401248950493674,0.0731283706791384,0.0660814806408685,0.0712681731792096 -7426,0.5,0.255951455205554,0.11645393379546,0.0799039426291157,0.232789479046316,0.0973229123999824 -7427,0.5,0.255951455205554,0.190205048670267,0.0838538570831947,0.379121309319101,0.125061638793815 -7428,0.5,0.255951455205554,0.243791959621454,0.0798973909912874,0.467373347375138,0.131172343069035 -7429,0.5,0.255951455205554,0.263024938160078,0.0707236040236842,0.475671114414224,0.16577313747499 -7430,0.5,0.255951455205554,0.237929318618685,0.0662309769347746,0.439386361574538,0.235101377544669 -7431,0.5,0.255951455205554,0.178065104176511,0.0542648067722179,0.358602341728729,0.325741056740136 -7432,0.5,0.255951455205554,0.0672903145808679,0.0348153953177983,0.115515481614426,0.474688537366688 -7433,0.5,0.255951455205554,2.32061461131457e-05,0.0350177604056541,0.0,0.590939338335618 -7434,0.5,0.255951455205554,0.0,0.0355289395584285,0.0,0.625314131262874 -7435,0.5,0.255951455205554,0.0,0.038020291878758,0.0,0.627950521268158 -7436,0.5,0.255951455205554,0.0,0.0425825262243574,0.0,0.668810356038166 -7437,0.5,0.255951455205554,0.0,0.0476888804458895,0.0,0.742712845545445 -7438,0.5,0.255951455205554,0.0,0.0529497363420808,0.0,0.799943423381446 -7439,0.5,0.255951455205554,0.0,0.0573801097365698,0.0,0.824708543379317 -7440,0.5,0.255951455205554,0.0,0.060769280699642,0.0,0.844825928266527 -7441,0.5,0.255951455205554,0.0,0.0643319462113923,0.0,0.859012363811517 -7442,0.5,0.255951455205554,0.0,0.0708912182186468,0.0,0.865723445858573 -7443,0.5,0.255951455205554,0.0,0.0819436445163067,0.0,0.872204278060106 -7444,0.5,0.255951455205554,0.0,0.0909435154554331,0.0,0.883998568606505 -7445,0.5,0.255951455205554,0.0,0.0953188809420335,0.0,0.893724155430153 -7446,0.5,0.255951455205554,0.0,0.0981770204778079,0.0,0.899341998620876 -7447,0.5,0.255951455205554,0.0,0.106961218632231,0.0,0.900584572727001 -7448,0.5,0.255951455205554,0.000376838228271474,0.119338063961351,0.0,0.902824115106871 -7449,0.5,0.255951455205554,0.057021604191276,0.121380190121518,0.0170331654091196,0.904305207629471 -7450,0.5,0.255951455205554,0.156084220287389,0.148610968417597,0.0539992993136911,0.905241907890718 -7451,0.5,0.255951455205554,0.242240360113497,0.215562361403653,0.233971193518489,0.907430744931671 -7452,0.5,0.255951455205554,0.289074519484796,0.282502229596694,0.302279768774843,0.910644824219497 -7453,0.5,0.255951455205554,0.292522194678556,0.336653248098124,0.211052304251058,0.912911359504274 -7454,0.5,0.255951455205554,0.2631422192091,0.360606286213006,0.0557842906331826,0.91341719252997 -7455,0.5,0.255951455205554,0.199433634774624,0.361971582296329,0.028728013178597,0.913460508857048 -7456,0.5,0.255951455205554,0.0817228754520341,0.340740298317826,0.0139878715004155,0.91339488280796 -7457,0.5,0.255951455205554,4.07424280103159e-05,0.324936002529079,0.0,0.917080544441909 -7458,0.5,0.255951455205554,0.0,0.330915715145794,0.0,0.9256510906146 -7459,0.5,0.255951455205554,0.0,0.344047397769167,0.0,0.932032363327583 -7460,0.5,0.255951455205554,0.0,0.362244453917772,0.0,0.944633083787526 -7461,0.5,0.255951455205554,0.0,0.377517391363812,0.0,0.948827562723913 -7462,0.5,0.255951455205554,0.0,0.386798947204295,0.0,0.937882423184627 -7463,0.5,0.255951455205554,0.0,0.403804576209392,0.0,0.924488415959023 -7464,0.5,0.255951455205554,0.0,0.417514010773329,0.0,0.91758456789089 -7465,0.5,0.255951455205554,0.0,0.419288046145011,0.0,0.925598713296329 -7466,0.5,0.255951455205554,0.0,0.416969675387288,0.0,0.939600667861549 -7467,0.5,0.255951455205554,0.0,0.419756798296963,0.0,0.932123065798233 -7468,0.5,0.255951455205554,0.0,0.406264016604808,0.0,0.944547194382063 -7469,0.5,0.255951455205554,0.0,0.400546659088096,0.0,0.950599563949922 -7470,0.5,0.255951455205554,0.0,0.406406929280115,0.0,0.934336867946824 -7471,0.5,0.255951455205554,0.0,0.395341511127759,0.0,0.937885970892399 -7472,0.5,0.255951455205554,0.000337144367832985,0.375249115205908,0.0,0.95370490238047 -7473,0.5,0.255951455205554,0.041343883449476,0.362776386294325,0.00198914896944964,0.962979491537226 -7474,0.5,0.255951455205554,0.123510191605181,0.377656890786606,0.0249010417342143,0.963650126636053 -7475,0.5,0.255951455205554,0.214932439392634,0.380447449902711,0.0113840704287035,0.962200809709224 -7476,0.5,0.255951455205554,0.282040370602565,0.352696553970352,0.0145817764673578,0.948564214047983 -7477,0.5,0.255951455205554,0.307134520096869,0.317829058909332,0.0203953919143266,0.919083546243547 -7478,0.5,0.255951455205554,0.284777403213552,0.26906417272575,0.0521443753422165,0.802162610664574 -7479,0.5,0.255951455205554,0.219509660818706,0.201783162098631,0.0306893130363909,0.660601456158332 -7480,0.5,0.255951455205554,0.0894214024571204,0.140892178760706,0.00502256418613722,0.700728425071685 -7481,0.5,0.255951455205554,4.40906692302028e-06,0.110881683107734,0.0,0.769339155478509 -7482,0.5,0.255951455205554,0.0,0.0983970679702459,0.0,0.85812533923008 -7483,0.5,0.255951455205554,0.0,0.091354167776782,0.0,0.814168202766798 -7484,0.5,0.255951455205554,0.0,0.0916370560882148,0.0,0.709316315136455 -7485,0.5,0.255951455205554,0.0,0.0944444930402864,0.0,0.731160329264219 -7486,0.5,0.255951455205554,0.0,0.0902419394837339,0.0,0.83419287425911 -7487,0.5,0.255951455205554,0.0,0.0911235888113389,0.0,0.806749358183511 -7488,0.5,0.255951455205554,0.0,0.0917019965294884,0.0,0.80983764975183 -7489,0.5,0.255951455205554,0.0,0.0842157697621835,0.0,0.807357565131171 -7490,0.5,0.255951455205554,0.0,0.0852134435550431,0.0,0.804541406635592 -7491,0.5,0.255951455205554,0.0,0.0964053481474035,0.0,0.840104614640956 -7492,0.5,0.255951455205554,0.0,0.105793275348228,0.0,0.867941859087746 -7493,0.5,0.255951455205554,0.0,0.110704796739519,0.0,0.872171509950187 -7494,0.5,0.255951455205554,0.0,0.109670492463983,0.0,0.880547703118771 -7495,0.5,0.255951455205554,0.0,0.113125512753074,0.0,0.891309661748541 -7496,0.5,0.255951455205554,0.000272820988540389,0.117502180812095,0.0,0.899147718210761 -7497,0.5,0.255951455205554,0.043650797303188,0.117903449503554,0.0357706816132055,0.901810366519882 -7498,0.5,0.255951455205554,0.131782993973391,0.13342980020959,0.152902887388099,0.902214288694321 -7499,0.5,0.255951455205554,0.219881618212311,0.150639322335686,0.27297739752476,0.893547894817681 -7500,0.5,0.255951455205554,0.279514404379083,0.156496978402873,0.343942741629444,0.884952402054608 -7501,0.5,0.255951455205554,0.310128432445047,0.156728283121807,0.345619915161931,0.849966999883485 -7502,0.5,0.255951455205554,0.289866594574515,0.137037246414935,0.308205849054795,0.821687511296769 -7503,0.5,0.255951455205554,0.212982168270601,0.104770454081389,0.274475032698175,0.805782952707022 -7504,0.5,0.255951455205554,0.0925095950456653,0.0843537443352815,0.0919449923502221,0.771741558020805 -7505,0.5,0.255951455205554,6.1750942690964e-06,0.0791451209539278,0.0,0.791523992884383 -7506,0.5,0.255951455205554,0.0,0.0734374514782894,0.0,0.767970912547502 -7507,0.5,0.255951455205554,0.0,0.0663587271032255,0.0,0.775720027496803 -7508,0.5,0.255951455205554,0.0,0.0570867225195479,0.0,0.727012586238129 -7509,0.5,0.255951455205554,0.0,0.0490327939830253,0.0,0.60698583195808 -7510,0.5,0.255951455205554,0.0,0.0449727486624454,0.0,0.56692229125044 -7511,0.5,0.255951455205554,0.0,0.0420047831930023,0.0,0.56190584722661 -7512,0.5,0.255951455205554,0.0,0.0404641845468286,0.0,0.501682456281412 -7513,0.5,0.255951455205554,0.0,0.0414387322343921,0.0,0.537968696541533 -7514,0.5,0.255951455205554,0.0,0.0469018487498644,0.0,0.602495170868712 -7515,0.5,0.255951455205554,0.0,0.0544765274900377,0.0,0.668978359863322 -7516,0.5,0.255951455205554,0.0,0.0642435603042835,0.0,0.741243908158198 -7517,0.5,0.255951455205554,0.0,0.0738412536329657,0.0,0.713626701005433 -7518,0.5,0.255951455205554,0.0,0.0837762045655769,0.0,0.62359906992497 -7519,0.5,0.255951455205554,0.0,0.0955163517584351,0.0,0.467123728960714 -7520,0.5,0.255951455205554,0.000504746574731286,0.108349877619694,0.0,0.364894348607626 -7521,0.5,0.255951455205554,0.0617484677104022,0.114447787978627,0.00976773886201027,0.405191856662488 -7522,0.5,0.255951455205554,0.165959899614331,0.124242530468032,0.0469141626208132,0.442755437913348 -7523,0.5,0.255951455205554,0.266270011463163,0.143082951501797,0.0660383161959029,0.649956372920023 -7524,0.5,0.255951455205554,0.331873579390569,0.171966511271976,0.135655761339989,0.770211260045969 -7525,0.5,0.255951455205554,0.349149355079637,0.208197629312674,0.203672234373446,0.81742829646679 -7526,0.5,0.255951455205554,0.309720323097486,0.210910612779627,0.231728008591422,0.800956164669244 -7527,0.5,0.255951455205554,0.222262081357425,0.174412917971243,0.135946083580713,0.788825302194424 -7528,0.5,0.255951455205554,0.0809546897235941,0.147990644316271,0.0209781176464992,0.770065034482128 -7529,0.5,0.255951455205554,7.17696010335179e-06,0.126908373165557,0.0,0.766455205542304 -7530,0.5,0.255951455205554,0.0,0.11667085294275,0.0,0.844452670330573 -7531,0.5,0.255951455205554,0.0,0.111064772653793,0.0,0.872892859360303 -7532,0.5,0.255951455205554,0.0,0.104742698352627,0.0,0.878286901938599 -7533,0.5,0.255951455205554,0.0,0.0887909789325503,0.0,0.881867701363138 -7534,0.5,0.255951455205554,0.0,0.0723153464623125,0.0,0.830347815837502 -7535,0.5,0.255951455205554,0.0,0.0570488198238827,0.0,0.759208708884284 -7536,0.5,0.255951455205554,0.0,0.0484780693298534,0.0,0.650390274412974 -7537,0.5,0.255951455205554,0.0,0.0426077302127329,0.0,0.559094878572565 -7538,0.5,0.255951455205554,0.0,0.0372108400193679,0.0,0.478390636952642 -7539,0.5,0.255951455205554,0.0,0.0337809379203307,0.0,0.544314643823197 -7540,0.5,0.255951455205554,0.0,0.0323597887149371,0.0,0.577670404332012 -7541,0.5,0.255951455205554,0.0,0.033680496118518,0.0,0.482581011830289 -7542,0.5,0.255951455205554,0.0,0.0378968016776828,0.0,0.381201971497774 -7543,0.5,0.255951455205554,0.0,0.0441794475962245,0.0,0.434129576895146 -7544,0.5,0.255951455205554,0.000350424351654598,0.0514790649504069,0.0,0.581051935611934 -7545,0.5,0.255951455205554,0.0617298035292083,0.0562032181409561,0.0458767953021784,0.555733222567213 -7546,0.5,0.255951455205554,0.169723666311014,0.065069592661991,0.209119997002629,0.461452708003841 -7547,0.5,0.255951455205554,0.259773373559505,0.0819542583916988,0.346397584028719,0.468104634319434 -7548,0.5,0.255951455205554,0.298566789222196,0.100233661569984,0.42999542843785,0.55834309784218 -7549,0.5,0.255951455205554,0.291942327536038,0.107535459413918,0.448463568203721,0.612444400635969 -7550,0.5,0.255951455205554,0.24860300112683,0.10959969058632,0.321150310095419,0.660881444566064 -7551,0.5,0.255951455205554,0.180288892275307,0.105598339725502,0.138523983958066,0.730001498937004 -7552,0.5,0.255951455205554,0.0688057946286867,0.11270981706612,0.0707911449740467,0.746636107578054 -7553,0.5,0.255951455205554,7.91510621894712e-06,0.122322747309592,0.0,0.760490118132945 -7554,0.5,0.255951455205554,0.0,0.127845348709907,0.0,0.82310559644394 -7555,0.5,0.255951455205554,0.0,0.138744549081805,0.0,0.853936206949322 -7556,0.5,0.255951455205554,0.0,0.152402386680476,0.0,0.869395627624868 -7557,0.5,0.255951455205554,0.0,0.158080125728211,0.0,0.876332582567609 -7558,0.5,0.255951455205554,0.0,0.15275610988197,0.0,0.885363366308682 -7559,0.5,0.255951455205554,0.0,0.149242197806581,0.0,0.90363200757566 -7560,0.5,0.255951455205554,0.0,0.152663205217112,0.0,0.893284356007451 -7561,0.5,0.255951455205554,0.0,0.157513590466703,0.0,0.897249896993073 -7562,0.5,0.255951455205554,0.0,0.164289870584606,0.0,0.912279749835948 -7563,0.5,0.255951455205554,0.0,0.173811627149501,0.0,0.952229626726969 -7564,0.5,0.255951455205554,0.0,0.178341253585792,0.0,0.959822975057368 -7565,0.5,0.255951455205554,0.0,0.17671475276808,0.0,0.944971683190441 -7566,0.5,0.255951455205554,0.0,0.180561230153766,0.0,0.902116258979687 -7567,0.5,0.255951455205554,0.0,0.177009779887618,0.0,0.850412273920031 -7568,0.5,0.255951455205554,0.000188100834495219,0.167243323885546,0.0,0.810159748310378 -7569,0.5,0.255951455205554,0.0477200412494402,0.151611766441608,0.00200058146634644,0.770612910766154 -7570,0.5,0.255951455205554,0.132432827156667,0.139098267732008,0.0174502893193473,0.730590988851491 -7571,0.5,0.255951455205554,0.212919546526393,0.129763050858946,0.0414296296217756,0.641709417509091 -7572,0.5,0.255951455205554,0.262552153887691,0.119019906574719,0.057865634277422,0.524131179765611 -7573,0.5,0.255951455205554,0.270342583503947,0.0987308271655011,0.0556061047179678,0.44389571412408 -7574,0.5,0.255951455205554,0.237631573634573,0.0774268113273855,0.0469725845119718,0.399728142392466 -7575,0.5,0.255951455205554,0.168076187823274,0.0550322573263679,0.029402970164051,0.382647949220571 -7576,0.5,0.255951455205554,0.0672513860533446,0.0363883583409097,0.00402376439765665,0.386718229594228 -7577,0.5,0.255951455205554,3.33916272645359e-06,0.0260821509683477,0.0,0.348081981876733 -7578,0.5,0.255951455205554,0.0,0.0202449461088639,0.0,0.283532882433688 -7579,0.5,0.255951455205554,0.0,0.0159742146032715,0.0,0.211393293002091 -7580,0.5,0.255951455205554,0.0,0.0132621219531869,0.0,0.146737740079618 -7581,0.5,0.255951455205554,0.0,0.0122446129123067,0.0,0.0922890817935331 -7582,0.5,0.255951455205554,0.0,0.0116868329776256,0.0,0.0616284150614047 -7583,0.5,0.255951455205554,0.0,0.0111027210155125,0.0,0.0497342419875399 -7584,0.5,0.255951455205554,0.0,0.0109345068372875,0.0,0.0585966664829118 -7585,0.5,0.255951455205554,0.0,0.0108892481986103,0.0,0.0767265064759074 -7586,0.5,0.255951455205554,0.0,0.010592144430173,0.0,0.082017988315957 -7587,0.5,0.255951455205554,0.0,0.0112919754165032,0.0,0.0837761595217796 -7588,0.5,0.255951455205554,0.0,0.0121964966805288,0.0,0.0990222470322548 -7589,0.5,0.255951455205554,0.0,0.0119613366011687,0.0,0.102819312038404 -7590,0.5,0.255951455205554,0.0,0.0107580437712815,0.0,0.0908787650915179 -7591,0.5,0.255951455205554,0.0,0.0089974208476638,0.0,0.090988269349495 -7592,0.5,0.255951455205554,1.62628374251634e-05,0.0075224871131794,0.0,0.078663403605597 -7593,0.5,0.255951455205554,0.0137643271850807,0.00652238722048641,0.00357058243183908,0.0619066674763251 -7594,0.5,0.255951455205554,0.0529872995470252,0.00701373068337801,0.0290491304167529,0.0408952658041504 -7595,0.5,0.255951455205554,0.0954894824279281,0.00826776898620543,0.0476826471343451,0.0281526371913929 -7596,0.5,0.255951455205554,0.125937541511961,0.0093519427246421,0.0211504754537561,0.0202090324815448 -7597,0.5,0.255951455205554,0.133246272265959,0.00876804554192022,0.0298663672152124,0.0183632963211447 -7598,0.5,0.255951455205554,0.114838716603685,0.0076763777442317,0.0272185292187604,0.027908700176262 -7599,0.5,0.255951455205554,0.0802131322666533,0.00621026822666031,0.00988954657360377,0.0359194738016223 -7600,0.5,0.255951455205554,0.0338446860278872,0.00421174770223653,0.0,0.0420698689457556 -7601,0.5,0.255951455205554,4.71336731193002e-06,0.00458409146710976,0.0,0.0649231298141743 -7602,0.5,0.255951455205554,0.0,0.00575442804429868,0.0,0.109498554970931 -7603,0.5,0.255951455205554,0.0,0.00701316467846454,0.0,0.136014520976122 -7604,0.5,0.255951455205554,0.0,0.00688973573834813,0.0,0.148686336135899 -7605,0.5,0.255951455205554,0.0,0.00687268191765189,0.0,0.158896559225966 -7606,0.5,0.255951455205554,0.0,0.00795224100759441,0.0,0.176488430431224 -7607,0.5,0.255951455205554,0.0,0.0110953619460067,0.0,0.188945828649836 -7608,0.5,0.255951455205554,0.0,0.0133783199953654,0.0,0.204397581277545 -7609,0.5,0.255951455205554,0.0,0.0135425522086108,0.0,0.236665510143561 -7610,0.5,0.255951455205554,0.0,0.013805057553858,0.0,0.264897690909477 -7611,0.5,0.255951455205554,0.0,0.0152188501772428,0.0,0.286788129800219 -7612,0.5,0.255951455205554,0.0,0.0178225243436739,0.0,0.311490121537916 -7613,0.5,0.255951455205554,0.0,0.0223185385281247,0.0,0.36264871052872 -7614,0.5,0.255951455205554,0.0,0.0284347929518032,0.0,0.441629619787968 -7615,0.5,0.255951455205554,0.0,0.0357081829346039,0.0,0.490872764630691 -7616,0.5,0.255951455205554,7.41963233829444e-05,0.0462278660457302,0.0,0.522519399688339 -7617,0.5,0.255951455205554,0.0319327864680614,0.0575250587989782,0.00357396566738928,0.584499933171182 -7618,0.5,0.255951455205554,0.111860245947651,0.0754076274675218,0.0726651846268809,0.653174293069553 -7619,0.5,0.255951455205554,0.195028085775723,0.106352302724173,0.152981777960651,0.718110399770715 -7620,0.5,0.255951455205554,0.252527341351626,0.146412338005024,0.141339896412795,0.773577752965589 -7621,0.5,0.255951455205554,0.278617224295281,0.17799358330987,0.0676272349950584,0.789476657714402 -7622,0.5,0.255951455205554,0.263921961471917,0.187765980192146,0.0449544645053216,0.780266439245265 -7623,0.5,0.255951455205554,0.201352108213097,0.180970118510447,0.0246328172740385,0.777922375838803 -7624,0.5,0.255951455205554,0.063876257850906,0.170499337565147,0.0,0.792736127655712 -7625,0.5,0.255951455205554,8.74065995963181e-07,0.178568923418745,0.0,0.827423760862135 -7626,0.5,0.255951455205554,0.0,0.196150699457465,0.0,0.875769713298874 -7627,0.5,0.255951455205554,0.0,0.228125410296397,0.0,0.917150080735851 -7628,0.5,0.255951455205554,0.0,0.247651241174998,0.0,0.934296799177375 -7629,0.5,0.255951455205554,0.0,0.24867494847606,0.0,0.935873806111174 -7630,0.5,0.255951455205554,0.0,0.24603360551692,0.0,0.934733162867866 -7631,0.5,0.255951455205554,0.0,0.249233088888109,0.0,0.939278759095661 -7632,0.5,0.255951455205554,0.0,0.249098374185376,0.0,0.955024836770192 -7633,0.5,0.255951455205554,0.0,0.246890121245516,0.0,0.952367027919925 -7634,0.5,0.255951455205554,0.0,0.241852719542224,0.0,0.908501939307482 -7635,0.5,0.255951455205554,0.0,0.225391298998408,0.0,0.798164697320823 -7636,0.5,0.255951455205554,0.0,0.206663339776273,0.0,0.702643574215024 -7637,0.5,0.255951455205554,0.0,0.214637511126057,0.0,0.698815611079632 -7638,0.5,0.255951455205554,0.0,0.233258522481717,0.0,0.671048411473564 -7639,0.5,0.255951455205554,0.0,0.248570383476346,0.0,0.674822870756235 -7640,0.5,0.255951455205554,2.89328605240117e-05,0.257752109244198,0.0,0.631172561480959 -7641,0.5,0.255951455205554,0.0160813421542574,0.265187381654208,0.000491166887813306,0.5712427859114 -7642,0.5,0.255951455205554,0.0497988702927615,0.271186764916351,0.00307057103268476,0.588886958472225 -7643,0.5,0.255951455205554,0.0878232647128365,0.276061224531568,0.00676343504114128,0.611523552106481 -7644,0.5,0.255951455205554,0.122709764981087,0.27793223497694,0.00994957651874793,0.640143485828645 -7645,0.5,0.255951455205554,0.133592978159747,0.275635697604271,0.0115113153344432,0.610076444812727 -7646,0.5,0.255951455205554,0.125807545835485,0.272819064675931,0.0084642385997029,0.542426048765002 -7647,0.5,0.255951455205554,0.0920988237900963,0.261442598308337,0.00387407511033983,0.492329202598974 -7648,0.5,0.255951455205554,0.0308697366745931,0.247551915315408,0.0,0.516963584229382 -7649,0.5,0.255951455205554,1.1540331452909e-05,0.235813538186563,0.0,0.528771415525418 -7650,0.5,0.255951455205554,0.0,0.228448510026615,0.0,0.555074921327653 -7651,0.5,0.255951455205554,0.0,0.22044918344659,0.0,0.597057052815052 -7652,0.5,0.255951455205554,0.0,0.213197310626708,0.0,0.568588272127407 -7653,0.5,0.255951455205554,0.0,0.198601315646047,0.0,0.534130384409509 -7654,0.5,0.255951455205554,0.0,0.185806800775538,0.0,0.464804152819651 -7655,0.5,0.255951455205554,0.0,0.177547213640741,0.0,0.361622906254176 -7656,0.5,0.255951455205554,0.0,0.172986179798788,0.0,0.300615171309465 -7657,0.5,0.255951455205554,0.0,0.177929269835099,0.0,0.295549568373896 -7658,0.5,0.255951455205554,0.0,0.189492572881482,0.0,0.320213538393459 -7659,0.5,0.255951455205554,0.0,0.20365918342736,0.0,0.414104175490681 -7660,0.5,0.255951455205554,0.0,0.222837109161755,0.0,0.39058500511447 -7661,0.5,0.255951455205554,0.0,0.245478104529444,0.0,0.392632410956064 -7662,0.5,0.255951455205554,0.0,0.275364672615188,0.0,0.410958136503137 -7663,0.5,0.255951455205554,0.0,0.308729000725944,0.0,0.474127036754763 -7664,0.5,0.255951455205554,1.25414701999446e-06,0.338372780041207,0.0,0.525288591214612 -7665,0.5,0.255951455205554,0.0041917933014311,0.363475998145053,0.000127107108033645,0.631522796327683 -7666,0.5,0.255951455205554,0.0167915752939962,0.388215596851994,0.000689038059593737,0.758378007772491 -7667,0.5,0.255951455205554,0.0304166634496568,0.410537536493675,0.00106134786052328,0.888941067715123 -7668,0.5,0.255951455205554,0.0400892795953213,0.418418087614775,0.000800038228704669,0.968536962209187 -7669,0.5,0.255951455205554,0.0410486301263301,0.417860383807079,0.000950803655276695,1.0005975628858 -7670,0.5,0.255951455205554,0.0386411968089883,0.41363220072879,0.000649295288052014,1.00301540666626 -7671,0.5,0.255951455205554,0.0251159294383611,0.394895836622049,0.000283060584311796,1.00315300135122 -7672,0.5,0.255951455205554,0.00915064953905021,0.368501981556055,0.0,1.0028544138544 -7673,0.5,0.255951455205554,4.56762742140493e-06,0.345294827922343,0.0,1.00129391624475 -7674,0.5,0.255951455205554,0.0,0.337543266778656,0.0,0.995600407699432 -7675,0.5,0.255951455205554,0.0,0.325388391816983,0.0,0.967954505298744 -7676,0.5,0.255951455205554,0.0,0.298551540439386,0.0,0.91125233888787 -7677,0.5,0.255951455205554,0.0,0.265404133412188,0.0,0.840405902486313 -7678,0.5,0.255951455205554,0.0,0.233526052191415,0.0,0.766174642310289 -7679,0.5,0.255951455205554,0.0,0.204439669901114,0.0,0.697864511987623 -7680,0.5,0.255951455205554,0.0,0.178937838822127,0.0,0.611641901174848 -7681,0.5,0.255951455205554,0.0,0.159855773254319,0.0,0.512350254843586 -7682,0.5,0.255951455205554,0.0,0.140804022185265,0.0,0.52577614085968 -7683,0.5,0.255951455205554,0.0,0.120721615005319,0.0,0.588278329686574 -7684,0.5,0.255951455205554,0.0,0.110905081824247,0.0,0.678296058164283 -7685,0.5,0.255951455205554,0.0,0.106857391675559,0.0,0.66709491031874 -7686,0.5,0.255951455205554,0.0,0.10360227059986,0.0,0.554386362339819 -7687,0.5,0.255951455205554,0.0,0.101233176302787,0.0,0.545953138196739 -7688,0.5,0.255951455205554,8.6813917230743e-07,0.102099279773295,0.0,0.606548543926841 -7689,0.5,0.255951455205554,0.0304678221427724,0.101221652333943,0.00297617128995548,0.656117014036307 -7690,0.5,0.255951455205554,0.121648530028143,0.1028361836474,0.0121737288196591,0.67833875098247 -7691,0.5,0.255951455205554,0.225311105762764,0.109744174502473,0.015094985569394,0.622953574417303 -7692,0.5,0.255951455205554,0.304502806104364,0.112198386379001,0.0173157195309082,0.608915245289724 -7693,0.5,0.255951455205554,0.336874707658093,0.112494260055273,0.0178770367250189,0.580892157413501 -7694,0.5,0.255951455205554,0.311102458033883,0.111941237216409,0.0169074568053963,0.518896914545468 -7695,0.5,0.255951455205554,0.227724342019669,0.0954909039505599,0.00646226311371475,0.534908426997215 -7696,0.5,0.255951455205554,0.0616927889224454,0.0857178894625253,0.0,0.574480202759101 -7697,0.5,0.255951455205554,1.46207726755575e-06,0.087838891833056,0.0,0.575501578162226 -7698,0.5,0.255951455205554,0.0,0.0859830711653715,0.0,0.545564246450755 -7699,0.5,0.255951455205554,0.0,0.0850203133225062,0.0,0.537028436476421 -7700,0.5,0.255951455205554,0.0,0.0798065669514192,0.0,0.547221787726772 -7701,0.5,0.255951455205554,0.0,0.0734236398025472,0.0,0.572956695381982 -7702,0.5,0.255951455205554,0.0,0.0674514972521892,0.0,0.589919989312226 -7703,0.5,0.255951455205554,0.0,0.06199979803982,0.0,0.592905923735114 -7704,0.5,0.255951455205554,0.0,0.059818629711712,0.0,0.593972058361634 -7705,0.5,0.255951455205554,0.0,0.0607424133889211,0.0,0.589934130465333 -7706,0.5,0.255951455205554,0.0,0.0630245419098696,0.0,0.615017017518524 -7707,0.5,0.255951455205554,0.0,0.0670987563829649,0.0,0.643723780643547 -7708,0.5,0.255951455205554,0.0,0.0700832855755905,0.0,0.615489300197579 -7709,0.5,0.255951455205554,0.0,0.0757059050733435,0.0,0.532223123536783 -7710,0.5,0.255951455205554,0.0,0.0822420612449309,0.0,0.49107175465352 -7711,0.5,0.255951455205554,0.0,0.090299787354162,0.0,0.512456865701793 -7712,0.5,0.255951455205554,1.37393497568525e-08,0.097382869982667,0.0,0.512745009081798 -7713,0.5,0.255951455205554,0.00942934347007577,0.106009323331224,0.00274520337851056,0.481310711637423 -7714,0.5,0.255951455205554,0.0350595805282814,0.121247035328678,0.0396681011488401,0.402292502742895 -7715,0.5,0.255951455205554,0.0539376505131587,0.143614476097848,0.0444123837137433,0.43877342522871 -7716,0.5,0.255951455205554,0.0655480843897141,0.17447371384845,0.0417990053923668,0.457432665983194 -7717,0.5,0.255951455205554,0.0681058090188783,0.203421406243212,0.0364745744813814,0.496773304655194 -7718,0.5,0.255951455205554,0.060207223808517,0.226704429720434,0.0314098141785799,0.592063192950435 -7719,0.5,0.255951455205554,0.0397504737488881,0.238757964182734,0.0176096776396142,0.558335053992179 -7720,0.5,0.255951455205554,0.0130898563182422,0.23463085942363,0.0,0.62510673086527 -7721,0.5,0.255951455205554,1.34288021808638e-06,0.225469100748037,0.0,0.836403454038757 -7722,0.5,0.255951455205554,0.0,0.217607424256257,0.0,0.912328335729443 -7723,0.5,0.255951455205554,0.0,0.212897853128424,0.0,0.889604161292355 -7724,0.5,0.255951455205554,0.0,0.207618694887283,0.0,0.876093219408547 -7725,0.5,0.255951455205554,0.0,0.201224908209823,0.0,0.863819043431684 -7726,0.5,0.255951455205554,0.0,0.188823430321505,0.0,0.871354512920977 -7727,0.5,0.255951455205554,0.0,0.170860034521572,0.0,0.878856182787984 -7728,0.5,0.255951455205554,0.0,0.155689325738286,0.0,0.868907659136014 -7729,0.5,0.255951455205554,0.0,0.14292064504247,0.0,0.836696751101266 -7730,0.5,0.255951455205554,0.0,0.13255418300141,0.0,0.795302950353723 -7731,0.5,0.255951455205554,0.0,0.12341531581995,0.0,0.745215575493641 -7732,0.5,0.255951455205554,0.0,0.11786140201134,0.0,0.694448320290585 -7733,0.5,0.255951455205554,0.0,0.114874614318073,0.0,0.683104384095267 -7734,0.5,0.255951455205554,0.0,0.112067581424048,0.0,0.718401551187327 -7735,0.5,0.255951455205554,0.0,0.110029648748994,0.0,0.761256441675915 -7736,0.5,0.255951455205554,0.0,0.109193982921145,0.0,0.76945178930853 -7737,0.5,0.255951455205554,0.00635277331933501,0.107947485941665,0.00308479837369094,0.735609864664415 -7738,0.5,0.255951455205554,0.0359722384158278,0.1103609425139,0.084047802026868,0.67242431629204 -7739,0.5,0.255951455205554,0.0764911138843872,0.112783458915807,0.165174288418015,0.591208764110238 -7740,0.5,0.255951455205554,0.111311511918488,0.107518922001641,0.256216679879536,0.514482356323794 -7741,0.5,0.255951455205554,0.125383092089862,0.0952896456875912,0.155981918997049,0.462467734295622 -7742,0.5,0.255951455205554,0.114678312126519,0.0838882682775708,0.077143769789204,0.449007559710682 -7743,0.5,0.255951455205554,0.0829266054160465,0.0632137589398717,0.0206645354566195,0.417681000929897 -7744,0.5,0.255951455205554,0.0226555181018916,0.0460894315556303,0.0,0.413572475812395 -7745,0.5,0.255951455205554,1.54517353933377e-06,0.0431609358036924,0.0,0.430828156262717 -7746,0.5,0.255951455205554,0.0,0.0396853794459027,0.0,0.454033885836198 -7747,0.5,0.255951455205554,0.0,0.0353411261230662,0.0,0.435016525730407 -7748,0.5,0.255951455205554,0.0,0.0294185084968437,0.0,0.363303123405014 -7749,0.5,0.255951455205554,0.0,0.02492515129024,0.0,0.292702163112695 -7750,0.5,0.255951455205554,0.0,0.0228462380630165,0.0,0.232772611366274 -7751,0.5,0.255951455205554,0.0,0.0214048595800794,0.0,0.197335107450051 -7752,0.5,0.255951455205554,0.0,0.0198942296856147,0.0,0.165021883715739 -7753,0.5,0.255951455205554,0.0,0.018708001133054,0.0,0.141358990652653 -7754,0.5,0.255951455205554,0.0,0.0189282405929148,0.0,0.12102584426165 -7755,0.5,0.255951455205554,0.0,0.018930367254872,0.0,0.106652796297799 -7756,0.5,0.255951455205554,0.0,0.020211769815183,0.0,0.104729680292714 -7757,0.5,0.255951455205554,0.0,0.0219586476733265,0.0,0.0985286897850202 -7758,0.5,0.255951455205554,0.0,0.0209163035530989,0.0,0.0916573668413573 -7759,0.5,0.255951455205554,0.0,0.0201139083354211,0.0,0.0895779013119518 -7760,0.5,0.255951455205554,0.0,0.0207907401704124,0.0,0.0851256520327317 -7761,0.5,0.255951455205554,0.0149087537594192,0.0205705626929306,0.00128449471168535,0.0848411077980846 -7762,0.5,0.255951455205554,0.0707483573486084,0.0230689028894168,0.0183369375932459,0.0865980425065607 -7763,0.5,0.255951455205554,0.13117557731791,0.0299240993402858,0.0380674142979576,0.0814649668304971 -7764,0.5,0.255951455205554,0.175274186163409,0.0367196836498822,0.0336550433045539,0.0747895920867337 -7765,0.5,0.255951455205554,0.18016880955326,0.0384646334604728,0.00981389810062747,0.0698681972331681 -7766,0.5,0.255951455205554,0.152987851414501,0.0379668096436589,0.00473471867913721,0.0679619441202285 -7767,0.5,0.255951455205554,0.104413989471956,0.0298623256837406,0.00475671455073112,0.0726545598816429 -7768,0.5,0.255951455205554,0.0336812078165325,0.0212080611669371,0.000242537002439865,0.0779660766899597 -7769,0.5,0.255951455205554,0.0,0.0185089526200568,0.0,0.0769837357801899 -7770,0.5,0.255951455205554,0.0,0.0179653439456092,0.0,0.0790954024915335 -7771,0.5,0.255951455205554,0.0,0.0175957325855077,0.0,0.0881366622058185 -7772,0.5,0.255951455205554,0.0,0.0181911402985323,0.0,0.101438774892122 -7773,0.5,0.255951455205554,0.0,0.0193935917059303,0.0,0.114960012970493 -7774,0.5,0.255951455205554,0.0,0.0195820598080521,0.0,0.140293003024878 -7775,0.5,0.255951455205554,0.0,0.0196752609735083,0.0,0.175285294887541 -7776,0.5,0.255951455205554,0.0,0.0198314095608607,0.0,0.188491398079999 -7777,0.5,0.255951455205554,0.0,0.0199232419263396,0.0,0.200139140689465 -7778,0.5,0.255951455205554,0.0,0.0198041306331835,0.0,0.212567452205881 -7779,0.5,0.255951455205554,0.0,0.0190034622015311,0.0,0.223832893566119 -7780,0.5,0.255951455205554,0.0,0.0180599230612953,0.0,0.224837897168653 -7781,0.5,0.255951455205554,0.0,0.018401669663258,0.0,0.225546682414255 -7782,0.5,0.255951455205554,0.0,0.0191233762046096,0.0,0.218183936588123 -7783,0.5,0.255951455205554,0.0,0.0204926750005662,0.0,0.21555549771399 -7784,0.5,0.255951455205554,0.0,0.0220563533334374,0.0,0.212101237185619 -7785,0.5,0.255951455205554,0.0242264854854226,0.0242413719473702,0.000327721718545243,0.20893257042491 -7786,0.5,0.255951455205554,0.129374615442963,0.0306327430091926,0.00401179231411637,0.213286488841715 -7787,0.5,0.255951455205554,0.237874621418215,0.0420275595611884,0.00570877106570471,0.194951277823973 -7788,0.5,0.255951455205554,0.308100948418918,0.0522456447434565,0.0113958619262816,0.162911904713684 -7789,0.5,0.255951455205554,0.325669985478739,0.0601788310386487,0.047627163302195,0.154665309515192 -7790,0.5,0.255951455205554,0.285788129823583,0.0569222167571598,0.0432899427200217,0.175299019128427 -7791,0.5,0.255951455205554,0.194726398275028,0.0496212957178286,0.0126695242668174,0.196091010169991 -7792,0.5,0.255951455205554,0.0402407720535307,0.0442826168606908,0.0,0.253216426048528 -7793,0.5,0.255951455205554,2.72702461149094e-08,0.0454558264705942,0.0,0.277498645788235 -7794,0.5,0.255951455205554,0.0,0.0451591625442535,0.0,0.319187284031803 -7795,0.5,0.255951455205554,0.0,0.0504113154486573,0.0,0.439565502851702 -7796,0.5,0.255951455205554,0.0,0.0570362490646135,0.0,0.601531097835507 -7797,0.5,0.255951455205554,0.0,0.0649111509597381,0.0,0.716512684793412 -7798,0.5,0.255951455205554,0.0,0.0746187000220987,0.0,0.784123731175435 -7799,0.5,0.255951455205554,0.0,0.0807729306427804,0.0,0.817595227908034 -7800,0.5,0.255951455205554,0.0,0.0837139436973754,0.0,0.855004629257177 -7801,0.5,0.255951455205554,0.0,0.0871133437635502,0.0,0.87948851892229 -7802,0.5,0.255951455205554,0.0,0.0905318952327898,0.0,0.892164665367077 -7803,0.5,0.255951455205554,0.0,0.0984014499975419,0.0,0.897408124776817 -7804,0.5,0.255951455205554,0.0,0.113909342160598,0.0,0.898313691025835 -7805,0.5,0.255951455205554,0.0,0.12457991384176,0.0,0.901159903201459 -7806,0.5,0.255951455205554,0.0,0.133341082642117,0.0,0.901782492763235 -7807,0.5,0.255951455205554,0.0,0.139955367305522,0.0,0.902276001906848 -7808,0.5,0.255951455205554,0.0,0.151299133027144,0.0,0.902416936428002 -7809,0.5,0.255951455205554,0.00797015367433317,0.157336046483269,0.00172632354078018,0.902417800356346 -7810,0.5,0.255951455205554,0.0588759922792658,0.175547510252658,0.0441614681642436,0.902633146376789 -7811,0.5,0.255951455205554,0.130425321042846,0.207256342387461,0.131932166768863,0.902892932167588 -7812,0.5,0.255951455205554,0.198178454534519,0.234916029946626,0.231397543271039,0.903362326342584 -7813,0.5,0.255951455205554,0.232225622623942,0.246226791130132,0.155482457273183,0.903861445832275 -7814,0.5,0.255951455205554,0.217341991031321,0.231771519437738,0.0873154477838443,0.890300737765002 -7815,0.5,0.255951455205554,0.148704508596224,0.198042897576931,0.0293447872386283,0.86184816403832 -7816,0.5,0.255951455205554,0.0358628199433516,0.169906459242359,0.0,0.827674504205176 -7817,0.5,0.255951455205554,0.0,0.158416532266853,0.0,0.802966156561395 -7818,0.5,0.255951455205554,0.0,0.156986046322471,0.0,0.699026282490311 -7819,0.5,0.255951455205554,0.0,0.157575536733195,0.0,0.635108433678613 -7820,0.5,0.255951455205554,0.0,0.157586188151534,0.0,0.545784615045748 -7821,0.5,0.255951455205554,0.0,0.156435725243967,0.0,0.464239221283658 -7822,0.5,0.255951455205554,0.0,0.146685474187725,0.0,0.452786927862616 -7823,0.5,0.255951455205554,0.0,0.134610322051362,0.0,0.447098895208424 -7824,0.5,0.255951455205554,0.0,0.121384859825042,0.0,0.464258600483447 -7825,0.5,0.255951455205554,0.0,0.110376793629161,0.0,0.453390523168049 -7826,0.5,0.255951455205554,0.0,0.0985550990751907,0.0,0.421810942744919 -7827,0.5,0.255951455205554,0.0,0.085936223517399,0.0,0.38717386820502 -7828,0.5,0.255951455205554,0.0,0.0786244397977987,0.0,0.350198546585514 -7829,0.5,0.255951455205554,0.0,0.07616723094157,0.0,0.333964302984974 -7830,0.5,0.255951455205554,0.0,0.0757425523364622,0.0,0.315123014402679 -7831,0.5,0.255951455205554,0.0,0.0750517246219288,0.0,0.301507595084547 -7832,0.5,0.255951455205554,0.0,0.080534660062684,0.0,0.28753282387151 -7833,0.5,0.255951455205554,0.0224083657089199,0.0916635310329817,0.00107989164973981,0.366921405415909 -7834,0.5,0.255951455205554,0.0926083371446167,0.106473262276314,0.0272249649362562,0.382332014296058 -7835,0.5,0.255951455205554,0.167194793330756,0.121253798469803,0.050385253663925,0.375195929459454 -7836,0.5,0.255951455205554,0.231777320909344,0.134866070312973,0.0196002263588986,0.464479384350862 -7837,0.5,0.255951455205554,0.261582708811197,0.139700718892458,0.0141395395825097,0.502655551698663 -7838,0.5,0.255951455205554,0.249418180652487,0.142368972196374,0.00925439805724806,0.480455392043616 -7839,0.5,0.255951455205554,0.187462609549614,0.143461465767248,0.032784688902178,0.363763549425984 -7840,0.5,0.255951455205554,0.0411968213300753,0.156403854469682,0.0,0.157557503827104 -7841,0.5,0.255951455205554,0.0,0.180759889698138,0.0,0.118199794087215 -7842,0.5,0.255951455205554,0.0,0.206455807049436,0.0,0.134953640898271 -7843,0.5,0.255951455205554,0.0,0.22834571532342,0.0,0.516885687159146 -7844,0.5,0.255951455205554,0.0,0.249527834003649,0.0,0.779127480839781 -7845,0.5,0.255951455205554,0.0,0.268261140929362,0.0,0.865081517916311 -7846,0.5,0.255951455205554,0.0,0.286854967232887,0.0,0.954646878531531 -7847,0.5,0.255951455205554,0.0,0.30313317175893,0.0,0.968308721992597 -7848,0.5,0.255951455205554,0.0,0.326368088724309,0.0,0.965283852368871 -7849,0.5,0.255951455205554,0.0,0.357930311201688,0.0,0.942836147842134 -7850,0.5,0.255951455205554,0.0,0.374436744508613,0.0,0.873272142010162 -7851,0.5,0.255951455205554,0.0,0.408178804238145,0.0,0.68076800013106 -7852,0.5,0.255951455205554,0.0,0.479781455305165,0.0,0.738666313473489 -7853,0.5,0.255951455205554,0.0,0.486175187416494,0.0,0.819232599527935 -7854,0.5,0.255951455205554,0.0,0.450830083922737,0.0,0.794820628596744 -7855,0.5,0.255951455205554,0.0,0.412521764261916,0.0,0.73429318742834 -7856,0.5,0.255951455205554,0.0,0.364397760761419,0.0,0.733828235498948 -7857,0.5,0.255951455205554,0.00839924411789442,0.327745976757509,0.000886356031238792,0.805786754666877 -7858,0.5,0.255951455205554,0.0405032973831997,0.308057053661639,0.00845981887434099,0.846891359679478 -7859,0.5,0.255951455205554,0.0812743584210555,0.307657132468318,0.0413704836664672,0.824518462671638 -7860,0.5,0.255951455205554,0.112179326306894,0.311740312367932,0.0875251357844534,0.787616800131594 -7861,0.5,0.255951455205554,0.124450572011437,0.30945144561877,0.154314637612,0.773086512740873 -7862,0.5,0.255951455205554,0.114193156609971,0.2831627755066,0.278273538682048,0.736691585075558 -7863,0.5,0.255951455205554,0.0839127083941279,0.231590999915853,0.121317777987706,0.648469562549783 -7864,0.5,0.255951455205554,0.0217159792429591,0.183836434196928,0.0,0.4894873572534 -7865,0.5,0.255951455205554,0.0,0.156729865586191,0.0,0.481114808685562 -7866,0.5,0.255951455205554,0.0,0.139112914652251,0.0,0.512304914337424 -7867,0.5,0.255951455205554,0.0,0.134375892471364,0.0,0.589788519144237 -7868,0.5,0.255951455205554,0.0,0.134467284357132,0.0,0.600018251984343 -7869,0.5,0.255951455205554,0.0,0.13493382442669,0.0,0.473861005474961 -7870,0.5,0.255951455205554,0.0,0.127336507162192,0.0,0.344922342614261 -7871,0.5,0.255951455205554,0.0,0.107593178757554,0.0,0.181344306329655 -7872,0.5,0.255951455205554,0.0,0.0863347792233608,0.0,0.0995302674576735 -7873,0.5,0.255951455205554,0.0,0.0615211237819007,0.0,0.079631462341622 -7874,0.5,0.255951455205554,0.0,0.0455476645164073,0.0,0.131148735030937 -7875,0.5,0.255951455205554,0.0,0.0416968724545112,0.0,0.242268354764883 -7876,0.5,0.255951455205554,0.0,0.043297808370669,0.0,0.266833243662791 -7877,0.5,0.255951455205554,0.0,0.0462484495673922,0.0,0.198896261818313 -7878,0.5,0.255951455205554,0.0,0.0457755686932244,0.0,0.111026603304146 -7879,0.5,0.255951455205554,0.0,0.0401511636333086,0.0,0.0578745248899578 -7880,0.5,0.255951455205554,0.0,0.0349122436332163,0.0,0.0376566183110219 -7881,0.5,0.255951455205554,0.0107449050926575,0.0329898913925524,0.00175616112747389,0.0279737198198688 -7882,0.5,0.255951455205554,0.0874169877407136,0.0348637682734112,0.0932308084169157,0.0160648038876793 -7883,0.5,0.255951455205554,0.16396650819809,0.0393758984719003,0.240419273136039,0.00713384993789504 -7884,0.5,0.255951455205554,0.215624097048684,0.0470199694718958,0.335297149806982,0.00531413751792426 -7885,0.5,0.255951455205554,0.233373260127664,0.0521223022396891,0.353638380381093,0.00735929009975609 -7886,0.5,0.255951455205554,0.211458007249526,0.0495639359664092,0.300061979211035,0.0114029315991388 -7887,0.5,0.255951455205554,0.146576932453443,0.042076665009829,0.197169290606511,0.0180775358727222 -7888,0.5,0.255951455205554,0.0160836859992836,0.0421342056189709,0.0,0.024784267109339 -7889,0.5,0.255951455205554,0.0,0.0479160918457916,0.0,0.0350651887590984 -7890,0.5,0.255951455205554,0.0,0.0518923808866393,0.0,0.0523623331684222 -7891,0.5,0.255951455205554,0.0,0.0553565234784033,0.0,0.0743519339950998 -7892,0.5,0.255951455205554,0.0,0.0610306696539433,0.0,0.09438495373629 -7893,0.5,0.255951455205554,0.0,0.0668076948189456,0.0,0.121790735010455 -7894,0.5,0.255951455205554,0.0,0.0724367630679432,0.0,0.155383099160605 -7895,0.5,0.255951455205554,0.0,0.0780784131122608,0.0,0.209411077931508 -7896,0.5,0.255951455205554,0.0,0.082720837389071,0.0,0.286736736784447 -7897,0.5,0.255951455205554,0.0,0.086910670478089,0.0,0.398098225968377 -7898,0.5,0.255951455205554,0.0,0.0905982149498932,0.0,0.52402178529268 -7899,0.5,0.255951455205554,0.0,0.0948657196629917,0.0,0.618408444686051 -7900,0.5,0.255951455205554,0.0,0.101750204046568,0.0,0.676264573077935 -7901,0.5,0.255951455205554,0.0,0.109627292612843,0.0,0.719111759152078 -7902,0.5,0.255951455205554,0.0,0.119045645585608,0.0,0.779840095021714 -7903,0.5,0.255951455205554,0.0,0.130652858429247,0.0,0.822211113722065 -7904,0.5,0.255951455205554,0.0,0.144819412958759,0.0,0.858030266871882 -7905,0.5,0.255951455205554,0.0121559780105024,0.155786491450687,0.0010164360445757,0.882816129516014 -7906,0.5,0.255951455205554,0.0909240638225312,0.174770796690001,0.085462602468618,0.896878567413177 -7907,0.5,0.255951455205554,0.17832326715484,0.216131033667997,0.215832957693879,0.902859427391496 -7908,0.5,0.255951455205554,0.24361531210232,0.269462648558559,0.319357542319581,0.90391171276415 -7909,0.5,0.255951455205554,0.268822935219824,0.309504637593813,0.35491777998602,0.903618593873646 -7910,0.5,0.255951455205554,0.245327504248361,0.306376276468098,0.31851207596952,0.902779472557946 -7911,0.5,0.255951455205554,0.169474135247603,0.269897020784306,0.222527022020517,0.902574593353026 -7912,0.5,0.255951455205554,0.0239186016041407,0.247372302716402,0.0,0.904013016529012 -7913,0.5,0.255951455205554,0.0,0.249574498020523,0.0,0.904677725366054 -7914,0.5,0.255951455205554,0.0,0.255674371452466,0.0,0.905031777377269 -7915,0.5,0.255951455205554,0.0,0.263413911407686,0.0,0.905764764271956 -7916,0.5,0.255951455205554,0.0,0.267173395584675,0.0,0.90657284344868 -7917,0.5,0.255951455205554,0.0,0.266862495218542,0.0,0.907146648862739 -7918,0.5,0.255951455205554,0.0,0.264255879281968,0.0,0.907421124026588 -7919,0.5,0.255951455205554,0.0,0.259602021556913,0.0,0.907662101651505 -7920,0.5,0.255951455205554,0.0,0.255283446013342,0.0,0.908047859160231 -7921,0.5,0.255951455205554,0.0,0.249727088235628,0.0,0.908744631080535 -7922,0.5,0.255951455205554,0.0,0.246397741982175,0.0,0.910284372865005 -7923,0.5,0.255951455205554,0.0,0.24642883573454,0.0,0.912514102449955 -7924,0.5,0.255951455205554,0.0,0.24774521134611,0.0,0.916027267007901 -7925,0.5,0.255951455205554,0.0,0.25147975289105,0.0,0.919735318620734 -7926,0.5,0.255951455205554,0.0,0.257635560133234,0.0,0.92419671018285 -7927,0.5,0.255951455205554,0.0,0.264341535070922,0.0,0.929828756564175 -7928,0.5,0.255951455205554,0.0,0.27347930956467,0.0,0.936038185745392 -7929,0.5,0.255951455205554,0.0117328568554173,0.289242126747603,0.000512095987328097,0.939708846934976 -7930,0.5,0.255951455205554,0.0705930776780267,0.314557002827245,0.120014509599814,0.942591796332048 -7931,0.5,0.255951455205554,0.122696514506312,0.346905468678933,0.261380950095003,0.950218646106854 -7932,0.5,0.255951455205554,0.148427208678944,0.390242090142523,0.333701694132156,0.958216856633945 -7933,0.5,0.255951455205554,0.149471754018865,0.406205899094201,0.37616768342756,0.961302184129035 -7934,0.5,0.255951455205554,0.121225211297068,0.40549660855911,0.343098419058905,0.968124996813506 -7935,0.5,0.255951455205554,0.0710771572632936,0.387524873769712,0.265941135729618,0.970688197635783 -7936,0.5,0.255951455205554,0.00994671828080711,0.364104924347418,0.0,0.968818212695159 -7937,0.5,0.255951455205554,0.0,0.361519826965328,0.0,0.966421590363389 -7938,0.5,0.255951455205554,0.0,0.368281499378055,0.0,0.968515785956014 -7939,0.5,0.255951455205554,0.0,0.370668583863573,0.0,0.969519351619419 -7940,0.5,0.255951455205554,0.0,0.370750827946276,0.0,0.971901736139288 -7941,0.5,0.255951455205554,0.0,0.369050200521448,0.0,0.978318211746806 -7942,0.5,0.255951455205554,0.0,0.361759149846732,0.0,0.979378187296624 -7943,0.5,0.255951455205554,0.0,0.347410200792778,0.0,0.972818227759122 -7944,0.5,0.255951455205554,0.0,0.336469922651705,0.0,0.965991807392384 -7945,0.5,0.255951455205554,0.0,0.329602438297103,0.0,0.959794746258982 -7946,0.5,0.255951455205554,0.0,0.330149472025595,0.0,0.957221150516354 -7947,0.5,0.255951455205554,0.0,0.331727905608842,0.0,0.960907520327817 -7948,0.5,0.255951455205554,0.0,0.338850608147743,0.0,0.966452258277448 -7949,0.5,0.255951455205554,0.0,0.352861955270992,0.0,0.970064493852222 -7950,0.5,0.255951455205554,0.0,0.363795435147764,0.0,0.975156752987468 -7951,0.5,0.255951455205554,0.0,0.373044174894124,0.0,0.977070020305868 -7952,0.5,0.255951455205554,0.0,0.381118810382103,0.0,0.977792660103158 -7953,0.5,0.255951455205554,0.0163950475142433,0.396402951523937,0.0,0.977360728580543 -7954,0.5,0.255951455205554,0.108698259498754,0.431144179196991,0.0277475058102963,0.979900740145901 -7955,0.5,0.255951455205554,0.205056531809696,0.469382852078008,0.0523065792072357,0.980517046516812 -7956,0.5,0.255951455205554,0.271919459845527,0.501799936231625,0.0562898613508227,0.97941130317288 -7957,0.5,0.255951455205554,0.293828561539092,0.532008518952349,0.0459871456629987,0.981130951946803 -7958,0.5,0.255951455205554,0.26990738087179,0.541636695910373,0.0360357574691632,0.982945357389727 -7959,0.5,0.255951455205554,0.194545039268864,0.521512761496209,0.0114156604811573,0.982508527322772 -7960,0.5,0.255951455205554,0.0316308765651793,0.492999308722331,0.0,0.981088613128828 -7961,0.5,0.255951455205554,0.0,0.491115558102234,0.0,0.988094234351872 -7962,0.5,0.255951455205554,0.0,0.50707619699237,0.0,0.991842539602566 -7963,0.5,0.255951455205554,0.0,0.520038625905303,0.0,0.989849681190732 -7964,0.5,0.255951455205554,0.0,0.52944411839558,0.0,0.988483003448553 -7965,0.5,0.255951455205554,0.0,0.534751303749158,0.0,0.988194210038141 -7966,0.5,0.255951455205554,0.0,0.539023368661395,0.0,0.985199808365843 -7967,0.5,0.255951455205554,0.0,0.544066236178524,0.0,0.978602574089415 -7968,0.5,0.255951455205554,0.0,0.545134736584937,0.0,0.97219252018045 -7969,0.5,0.255951455205554,0.0,0.547857073618739,0.0,0.960589976159764 -7970,0.5,0.255951455205554,0.0,0.547897323501996,0.0,0.947242436200792 -7971,0.5,0.255951455205554,0.0,0.551256036539789,0.0,0.937830026311308 -7972,0.5,0.255951455205554,0.0,0.556878930527839,0.0,0.949335484554483 -7973,0.5,0.255951455205554,0.0,0.558981126656128,0.0,0.971195729792696 -7974,0.5,0.255951455205554,0.0,0.556938649904116,0.0,0.978838818653299 -7975,0.5,0.255951455205554,0.0,0.550661803992635,0.0,0.982079707343736 -7976,0.5,0.255951455205554,0.0,0.543763870352272,0.0,0.980214554270959 -7977,0.5,0.255951455205554,0.00829983514805155,0.541691332420724,0.0,0.981256231120531 -7978,0.5,0.255951455205554,0.0610876764209371,0.557345226085918,0.00942521414372952,0.983903783415665 -7979,0.5,0.255951455205554,0.117814863952179,0.58216785006893,0.0287145366157979,0.975460071979924 -7980,0.5,0.255951455205554,0.15855391306723,0.592706673363246,0.0424296297268123,0.96204178884261 -7981,0.5,0.255951455205554,0.17425256431902,0.593678089135458,0.0448175487049624,0.9600942511186 -7982,0.5,0.255951455205554,0.154734209817412,0.588080534272735,0.0347793525449054,0.969390937805408 -7983,0.5,0.255951455205554,0.104680786684546,0.568899784790926,0.0171094023370913,0.979396672161371 -7984,0.5,0.255951455205554,0.0191984691974227,0.529480378815459,0.0,0.980881065540094 -7985,0.5,0.255951455205554,0.0,0.495397735504501,0.0,0.974329967489485 -7986,0.5,0.255951455205554,0.0,0.481707180634659,0.0,0.973337797363919 -7987,0.5,0.255951455205554,0.0,0.464944305098875,0.0,0.968669421367316 -7988,0.5,0.255951455205554,0.0,0.438282636592657,0.0,0.953443162800182 -7989,0.5,0.255951455205554,0.0,0.402650213889402,0.0,0.930957333478006 -7990,0.5,0.255951455205554,0.0,0.375576857688139,0.0,0.911030537068132 -7991,0.5,0.255951455205554,0.0,0.362510032593395,0.0,0.902598115573486 -7992,0.5,0.255951455205554,0.0,0.354800990222805,0.0,0.898235125645655 -7993,0.5,0.255951455205554,0.0,0.343232150252193,0.0,0.894883519319337 -7994,0.5,0.255951455205554,0.0,0.327496198246572,0.0,0.86734249820887 -7995,0.5,0.255951455205554,0.0,0.306781234169026,0.0,0.83018167752566 -7996,0.5,0.255951455205554,0.0,0.290793128461628,0.0,0.818959474459814 -7997,0.5,0.255951455205554,0.0,0.279235518119852,0.0,0.825832074359344 -7998,0.5,0.255951455205554,0.0,0.270620678692801,0.0,0.800372197283938 -7999,0.5,0.255951455205554,0.0,0.267246419713123,0.0,0.791344278208788 -8000,0.5,0.255951455205554,0.0,0.272646399050696,0.0,0.802488159888961 -8001,0.5,0.255951455205554,0.00491847959116297,0.278515145936924,0.0,0.762418977416278 -8002,0.5,0.255951455205554,0.043274943670704,0.291718279859583,0.0184478177851402,0.712911478240941 -8003,0.5,0.255951455205554,0.0925698582699596,0.302209498976773,0.0531142163907538,0.712323519648508 -8004,0.5,0.255951455205554,0.130677664128025,0.301906179157273,0.161782619820372,0.731872615660719 -8005,0.5,0.255951455205554,0.144061457195335,0.294336137233633,0.290763600594935,0.743181289764845 -8006,0.5,0.255951455205554,0.128525131612345,0.286080950609749,0.2936240290804,0.795756397376007 -8007,0.5,0.255951455205554,0.0792244230815315,0.284779367049499,0.178189536467374,0.836220524859555 -8008,0.5,0.255951455205554,0.0157422844060708,0.295215700300712,0.0,0.863626056689309 -8009,0.5,0.255951455205554,0.0,0.317629500820799,0.0,0.864683251551793 -8010,0.5,0.255951455205554,0.0,0.345998243762249,0.0,0.869910905469828 -8011,0.5,0.255951455205554,0.0,0.376844805966889,0.0,0.902187215794838 -8012,0.5,0.255951455205554,0.0,0.40299382693858,0.0,0.927897061358469 -8013,0.5,0.255951455205554,0.0,0.423789906419082,0.0,0.94372401252794 -8014,0.5,0.255951455205554,0.0,0.433065920936522,0.0,0.953841922527342 -8015,0.5,0.255951455205554,0.0,0.440682602714375,0.0,0.94553632716447 -8016,0.5,0.255951455205554,0.0,0.450562160765829,0.0,0.945801272434855 -8017,0.5,0.255951455205554,0.0,0.463903204073437,0.0,0.953744436211112 -8018,0.5,0.255951455205554,0.0,0.474617248699309,0.0,0.964458136446251 -8019,0.5,0.255951455205554,0.0,0.477159984759746,0.0,0.955953646358425 -8020,0.5,0.255951455205554,0.0,0.483163861075213,0.0,0.912053720846258 -8021,0.5,0.255951455205554,0.0,0.48607821522031,0.0,0.917455529110946 -8022,0.5,0.255951455205554,0.0,0.488156997864034,0.0,0.969155047086531 -8023,0.5,0.255951455205554,0.0,0.496389050698491,0.0,0.984345256967347 -8024,0.5,0.255951455205554,0.0,0.523751344163531,0.0,0.985607147566475 -8025,0.5,0.255951455205554,0.00321524772648308,0.561248652270292,0.0,0.992039575545527 -8026,0.5,0.255951455205554,0.0403235799795685,0.592708214493691,0.103614061307899,0.997518846254258 -8027,0.5,0.255951455205554,0.090682132827112,0.609465994185928,0.254477929633216,0.999846468570944 -8028,0.5,0.255951455205554,0.135436196932695,0.610051752290733,0.341750592025702,0.999539769012353 -8029,0.5,0.255951455205554,0.16131915420091,0.600364718518867,0.378455901772477,0.990301738431877 -8030,0.5,0.255951455205554,0.153785629275301,0.572791709167378,0.36067300536596,0.947796188430498 -8031,0.5,0.255951455205554,0.097641760310735,0.536426875824677,0.248484730803084,0.888402994489224 -8032,0.5,0.255951455205554,0.00441196863529055,0.493650624207277,0.0,0.892005447411581 -8033,0.5,0.255951455205554,0.0,0.454866677365567,0.0,0.945894888505295 -8034,0.5,0.255951455205554,0.0,0.433908452639622,0.0,0.974185802500392 -8035,0.5,0.255951455205554,0.0,0.421410750647575,0.0,0.978816179773149 -8036,0.5,0.255951455205554,0.0,0.408156429662144,0.0,0.97464714143326 -8037,0.5,0.255951455205554,0.0,0.388559063494622,0.0,0.955279424450671 -8038,0.5,0.255951455205554,0.0,0.358296945929687,0.0,0.924087699683974 -8039,0.5,0.255951455205554,0.0,0.325858896371541,0.0,0.888985671425249 -8040,0.5,0.255951455205554,0.0,0.295217533954436,0.0,0.847097688630208 -8041,0.5,0.255951455205554,0.0,0.268159838936505,0.0,0.797547326965152 -8042,0.5,0.255951455205554,0.0,0.247845082783855,0.0,0.704281862544313 -8043,0.5,0.255951455205554,0.0,0.230494359270195,0.0,0.588109254708295 -8044,0.5,0.255951455205554,0.0,0.218239243696408,0.0,0.467038851768103 -8045,0.5,0.255951455205554,0.0,0.209714476535092,0.0,0.349448850020954 -8046,0.5,0.255951455205554,0.0,0.198729446848943,0.0,0.236751202107216 -8047,0.5,0.255951455205554,0.0,0.18177309590992,0.0,0.162050542576848 -8048,0.5,0.255951455205554,0.0,0.162494494774313,0.0,0.128544241890033 -8049,0.5,0.255951455205554,0.00139366062237665,0.143748619108941,0.0,0.111176891263801 -8050,0.5,0.255951455205554,0.0282181943685621,0.133918977050258,0.101981097997996,0.107891311206367 -8051,0.5,0.255951455205554,0.0645870211703433,0.13067492571866,0.256871271351814,0.119638840049182 -8052,0.5,0.255951455205554,0.0930428202912205,0.1278119785742,0.361422549746584,0.130519412468899 -8053,0.5,0.255951455205554,0.106198065821002,0.121051274807871,0.398254947070039,0.125967126806457 -8054,0.5,0.255951455205554,0.0985291324252838,0.108193864594889,0.363938005945483,0.146937806979119 -8055,0.5,0.255951455205554,0.0577226156266581,0.0942555779964667,0.246114856045597,0.198364195149619 -8056,0.5,0.255951455205554,0.000825826126965654,0.0910498966906469,0.0,0.275876833946934 -8057,0.5,0.255951455205554,0.0,0.0904340426213692,0.0,0.376755687518123 -8058,0.5,0.255951455205554,0.0,0.089002021674642,0.0,0.472304497478067 -8059,0.5,0.255951455205554,0.0,0.085478648029969,0.0,0.522251065108764 -8060,0.5,0.255951455205554,0.0,0.0795410244277262,0.0,0.55175452600465 -8061,0.5,0.255951455205554,0.0,0.0737212634738583,0.0,0.596182673376072 -8062,0.5,0.255951455205554,0.0,0.0709982169008271,0.0,0.635800390754263 -8063,0.5,0.255951455205554,0.0,0.0718688982171321,0.0,0.690079034550277 -8064,0.5,0.255951455205554,0.0,0.0743605959258808,0.0,0.721106228086302 -8065,0.5,0.255951455205554,0.0,0.0742169407738917,0.0,0.740438469391174 -8066,0.5,0.255951455205554,0.0,0.0721057510468854,0.0,0.758890021328431 -8067,0.5,0.255951455205554,0.0,0.0679670390789772,0.0,0.777142976286505 -8068,0.5,0.255951455205554,0.0,0.0650665159564941,0.0,0.791291417583028 -8069,0.5,0.255951455205554,0.0,0.0646417586068018,0.0,0.7839648970415 -8070,0.5,0.255951455205554,0.0,0.065518619301661,0.0,0.772858763843884 -8071,0.5,0.255951455205554,0.0,0.0665135029717753,0.0,0.742852817586536 -8072,0.5,0.255951455205554,0.0,0.0660332563816022,0.0,0.70441894228237 -8073,0.5,0.255951455205554,0.00340006274335116,0.0642107079541553,0.0,0.645880046525542 -8074,0.5,0.255951455205554,0.049110442622435,0.0645405320744508,0.00950819940198542,0.590621788678631 -8075,0.5,0.255951455205554,0.105304881278449,0.0681942060629745,0.0300028944593434,0.535021723890204 -8076,0.5,0.255951455205554,0.143508646299446,0.0722295283119225,0.041311582181914,0.4793801581117 -8077,0.5,0.255951455205554,0.15294190242217,0.0743235525491919,0.05076562691931,0.437181695356128 -8078,0.5,0.255951455205554,0.131497569254083,0.0746992731431813,0.0442113318145168,0.416704320132468 -8079,0.5,0.255951455205554,0.0770147295665484,0.0722363473049524,0.0247678870314721,0.416487655675203 -8080,0.5,0.255951455205554,0.00464103109931333,0.0688409268238562,0.0,0.404851279522765 -8081,0.5,0.255951455205554,0.0,0.0684841385818387,0.0,0.376286790680448 -8082,0.5,0.255951455205554,0.0,0.069238322114065,0.0,0.330869839083327 -8083,0.5,0.255951455205554,0.0,0.0690015322324186,0.0,0.281928459260458 -8084,0.5,0.255951455205554,0.0,0.0665893812249529,0.0,0.230149295942093 -8085,0.5,0.255951455205554,0.0,0.0634979768238294,0.0,0.197237285553504 -8086,0.5,0.255951455205554,0.0,0.0622117415310273,0.0,0.18282088288774 -8087,0.5,0.255951455205554,0.0,0.0623416936865886,0.0,0.183197837815561 -8088,0.5,0.255951455205554,0.0,0.0650653301334278,0.0,0.197448723351609 -8089,0.5,0.255951455205554,0.0,0.0694917753782766,0.0,0.21412758182123 -8090,0.5,0.255951455205554,0.0,0.073580314129495,0.0,0.225205975996559 -8091,0.5,0.255951455205554,0.0,0.0772149704601591,0.0,0.232106395584075 -8092,0.5,0.255951455205554,0.0,0.0817321592913567,0.0,0.242348151807488 -8093,0.5,0.255951455205554,0.0,0.0874532934642056,0.0,0.268599196700706 -8094,0.5,0.255951455205554,0.0,0.0918699496650891,0.0,0.303948124522873 -8095,0.5,0.255951455205554,0.0,0.0964881038269255,0.0,0.345359403231605 -8096,0.5,0.255951455205554,0.0,0.09972704779519,0.0,0.389796870982499 -8097,0.5,0.255951455205554,0.00238707395967272,0.101520759275544,0.0,0.409170308175113 -8098,0.5,0.255951455205554,0.02321908650158,0.103931964330147,0.00305535479299907,0.400099566221265 -8099,0.5,0.255951455205554,0.0518690625649074,0.110448381168339,0.0108027746717115,0.38337132724852 -8100,0.5,0.255951455205554,0.0770739755537271,0.121717170977658,0.0113798748246147,0.38551951158866 -8101,0.5,0.255951455205554,0.0873858774369392,0.134324215232937,0.0139810382041342,0.410685039171967 -8102,0.5,0.255951455205554,0.0785997207580568,0.141120112179238,0.0100715703521324,0.463410933071901 -8103,0.5,0.255951455205554,0.0493006282939941,0.139581695223169,0.00421376190442367,0.513370007255898 -8104,0.5,0.255951455205554,0.00570508675746767,0.132797402239578,0.00041148752546275,0.492407648609187 -8105,0.5,0.255951455205554,0.0,0.125516628695576,0.0,0.432185905908831 -8106,0.5,0.255951455205554,0.0,0.119729108747383,0.0,0.384933733245979 -8107,0.5,0.255951455205554,0.0,0.117237951965763,0.0,0.32249105700617 -8108,0.5,0.255951455205554,0.0,0.11092976586961,0.0,0.280057585769282 -8109,0.5,0.255951455205554,0.0,0.100121531457251,0.0,0.196531493871367 -8110,0.5,0.255951455205554,0.0,0.0845763860568718,0.0,0.131277143485308 -8111,0.5,0.255951455205554,0.0,0.0700363980159443,0.0,0.0897971965074901 -8112,0.5,0.255951455205554,0.0,0.0591648352162264,0.0,0.0631533294327753 -8113,0.5,0.255951455205554,0.0,0.0498088408037299,0.0,0.0505970949575164 -8114,0.5,0.255951455205554,0.0,0.042420872173643,0.0,0.0454607460199481 -8115,0.5,0.255951455205554,0.0,0.0358986178516573,0.0,0.0411566919460906 -8116,0.5,0.255951455205554,0.0,0.0306063649456543,0.0,0.037957759224095 -8117,0.5,0.255951455205554,0.0,0.0279770990245248,0.0,0.0436254868719526 -8118,0.5,0.255951455205554,0.0,0.0276697168156694,0.0,0.0562625060798814 -8119,0.5,0.255951455205554,0.0,0.0298945989515494,0.0,0.0757826411493498 -8120,0.5,0.255951455205554,0.0,0.0335621615710325,0.0,0.0969884686530905 -8121,0.5,0.255951455205554,0.00278949610798077,0.0386527837765673,0.0,0.11358130730951 -8122,0.5,0.255951455205554,0.0246584890001724,0.0457444041784008,0.00519029074990271,0.123470406216996 -8123,0.5,0.255951455205554,0.0471613323379062,0.0563766836699486,0.0219743746054261,0.121098406911694 -8124,0.5,0.255951455205554,0.0633277641422904,0.0662026543988786,0.0443110888582987,0.0989085551395847 -8125,0.5,0.255951455205554,0.0683789061403616,0.0734935070896548,0.0600574269182556,0.100246433102997 -8126,0.5,0.255951455205554,0.0567759865526078,0.076818009747955,0.0569816855265253,0.146329609776994 -8127,0.5,0.255951455205554,0.0316793869246821,0.0755898470448123,0.0221304577261502,0.248269060895029 -8128,0.5,0.255951455205554,0.00209065095400829,0.0723280467903022,0.0,0.317849805899554 -8129,0.5,0.255951455205554,0.0,0.071429896888651,0.0,0.38914053279703 -8130,0.5,0.255951455205554,0.0,0.0692360975678315,0.0,0.459229959322612 -8131,0.5,0.255951455205554,0.0,0.0661491405811646,0.0,0.560953578026771 -8132,0.5,0.255951455205554,0.0,0.0637653509525002,0.0,0.643681702509808 -8133,0.5,0.255951455205554,0.0,0.0582424661254659,0.0,0.736721206488357 -8134,0.5,0.255951455205554,0.0,0.0533978071307765,0.0,0.869829225030713 -8135,0.5,0.255951455205554,0.0,0.0537174112574924,0.0,0.897934491219499 -8136,0.5,0.255951455205554,0.0,0.0610063672425348,0.0,0.84999314745925 -8137,0.5,0.255951455205554,0.0,0.072776604821684,0.0,0.80790723690025 -8138,0.5,0.255951455205554,0.0,0.0809456917354606,0.0,0.828683072179688 -8139,0.5,0.255951455205554,0.0,0.0874010498363377,0.0,0.820485971457782 -8140,0.5,0.255951455205554,0.0,0.0944622595982153,0.0,0.739527495089625 -8141,0.5,0.255951455205554,0.0,0.10143541878642,0.0,0.652242579593038 -8142,0.5,0.255951455205554,0.0,0.104775850591807,0.0,0.572501647710227 -8143,0.5,0.255951455205554,0.0,0.104756000296334,0.0,0.507713950163774 -8144,0.5,0.255951455205554,0.0,0.107738592503583,0.0,0.406076940146708 -8145,0.5,0.255951455205554,0.00101084345793637,0.109391734489961,0.0,0.313443198466428 -8146,0.5,0.255951455205554,0.0241002229291368,0.112255966386687,0.00188333576688707,0.236523057209783 -8147,0.5,0.255951455205554,0.0623624904450574,0.117667509586082,0.00593987704400084,0.171909674552656 -8148,0.5,0.255951455205554,0.0912900503078953,0.121429879066535,0.0145736749101513,0.134141041572992 -8149,0.5,0.255951455205554,0.103441984791771,0.120462782014747,0.0339410986756616,0.104821940639632 -8150,0.5,0.255951455205554,0.0921252742745534,0.111575333833599,0.0451328121912114,0.0826545275190483 -8151,0.5,0.255951455205554,0.0626041108590676,0.0901744419920564,0.0783523130915704,0.062948816720324 -8152,0.5,0.255951455205554,0.00571597207494057,0.0688025417590948,0.0,0.0484683002131929 -8153,0.5,0.255951455205554,0.0,0.053248817016504,0.0,0.0497421141049163 -8154,0.5,0.255951455205554,0.0,0.0433898831087882,0.0,0.104483028985028 -8155,0.5,0.255951455205554,0.0,0.0379246986801878,0.0,0.170548771455031 -8156,0.5,0.255951455205554,0.0,0.0326429887416446,0.0,0.211828844563742 -8157,0.5,0.255951455205554,0.0,0.0332300728072464,0.0,0.331689579998802 -8158,0.5,0.255951455205554,0.0,0.0392729441358693,0.0,0.552463480148869 -8159,0.5,0.255951455205554,0.0,0.0496950072779874,0.0,0.688244201689576 -8160,0.5,0.255951455205554,0.0,0.0633097004496828,0.0,0.745698634737371 -8161,0.5,0.255951455205554,0.0,0.0808772815405901,0.0,0.796230565695392 -8162,0.5,0.255951455205554,0.0,0.097013872463112,0.0,0.848918701530516 -8163,0.5,0.255951455205554,0.0,0.107824894056506,0.0,0.8899313698209 -8164,0.5,0.255951455205554,0.0,0.120380136510652,0.0,0.899583467355809 -8165,0.5,0.255951455205554,0.0,0.136918858529461,0.0,0.918345336959231 -8166,0.5,0.255951455205554,0.0,0.158384505482905,0.0,0.931901955282057 -8167,0.5,0.255951455205554,0.0,0.183310459468055,0.0,0.938800715676787 -8168,0.5,0.255951455205554,0.0,0.210237545968491,0.0,0.949757061865674 -8169,0.5,0.255951455205554,0.00172688174612022,0.239401975247166,0.0,0.961476821057911 -8170,0.5,0.255951455205554,0.0493894928257572,0.27168877284732,0.0134402044292219,0.972272923100588 -8171,0.5,0.255951455205554,0.113042675449478,0.312290580201631,0.0187652425748985,0.981111715848176 -8172,0.5,0.255951455205554,0.159435862894793,0.348644185264075,0.0180501885602312,0.987000025077777 -8173,0.5,0.255951455205554,0.173189547487507,0.38273731159708,0.00618161734154433,0.991200370396374 -8174,0.5,0.255951455205554,0.152363891392411,0.414110533634608,0.00297563037049622,0.937149938485481 -8175,0.5,0.255951455205554,0.0945550589180752,0.42732696163222,0.00246320749389159,0.903383792741036 -8176,0.5,0.255951455205554,0.00988071948866081,0.43829061726925,0.00027125106434922,0.920453736429214 -8177,0.5,0.255951455205554,0.0,0.436549959412996,0.0,0.921441198800552 -8178,0.5,0.255951455205554,0.0,0.419256223671315,0.0,0.952213621011183 -8179,0.5,0.255951455205554,0.0,0.401923325411369,0.0,0.944097416352103 -8180,0.5,0.255951455205554,0.0,0.397026158867475,0.0,0.950314183620052 -8181,0.5,0.255951455205554,0.0,0.38288223216166,0.0,0.926247802304065 -8182,0.5,0.255951455205554,0.0,0.356853907488542,0.0,0.848728152227503 -8183,0.5,0.255951455205554,0.0,0.326368612606735,0.0,0.830915531077416 -8184,0.5,0.255951455205554,0.0,0.285730578813649,0.0,0.82750853991688 -8185,0.5,0.255951455205554,0.0,0.25185895549528,0.0,0.726399536480909 -8186,0.5,0.255951455205554,0.0,0.229900874125109,0.0,0.736340341881138 -8187,0.5,0.255951455205554,0.0,0.210257857003609,0.0,0.851482685556056 -8188,0.5,0.255951455205554,0.0,0.190463635612194,0.0,0.834292355418279 -8189,0.5,0.255951455205554,0.0,0.188293763855912,0.0,0.819079917192973 -8190,0.5,0.255951455205554,0.0,0.187063707961862,0.0,0.803302682642713 -8191,0.5,0.255951455205554,0.0,0.180901652509793,0.0,0.806690914185468 -8192,0.5,0.255951455205554,0.0,0.180109884700401,0.0,0.793697211219014 -8193,0.5,0.255951455205554,0.00170051025614749,0.189514037808534,0.0,0.819742240196743 -8194,0.5,0.255951455205554,0.0279064587418795,0.186999276418407,0.0351249377033846,0.844931900484633 -8195,0.5,0.255951455205554,0.0722994444975214,0.205525547759379,0.118074538520172,0.811476629355855 -8196,0.5,0.255951455205554,0.108425581198671,0.233264782411429,0.109359969222975,0.832089758724268 -8197,0.5,0.255951455205554,0.116637510625312,0.248774931255764,0.0432441721625445,0.7186929009166 -8198,0.5,0.255951455205554,0.0971954776317671,0.25064537016852,0.0304621095058496,0.60099756627442 -8199,0.5,0.255951455205554,0.0562464902434731,0.243280728214768,0.0463394091863122,0.585408107052541 -8200,0.5,0.255951455205554,0.00454903032145879,0.235878238383375,0.0,0.583162285176931 -8201,0.5,0.255951455205554,0.0,0.233230831896592,0.0,0.531042449774055 -8202,0.5,0.255951455205554,0.0,0.229227710671975,0.0,0.546976933784864 -8203,0.5,0.255951455205554,0.0,0.209255478641042,0.0,0.598439467701196 -8204,0.5,0.255951455205554,0.0,0.184201839048082,0.0,0.414315984323179 -8205,0.5,0.255951455205554,0.0,0.162453240862432,0.0,0.316489274291484 -8206,0.5,0.255951455205554,0.0,0.148442120085268,0.0,0.492532792660697 -8207,0.5,0.255951455205554,0.0,0.131474977601868,0.0,0.55326172793965 -8208,0.5,0.255951455205554,0.0,0.119059827821239,0.0,0.722079046079118 -8209,0.5,0.255951455205554,0.0,0.108599978475122,0.0,0.805730396796806 -8210,0.5,0.255951455205554,0.0,0.0989126642033059,0.0,0.766963060132028 -8211,0.5,0.255951455205554,0.0,0.0950873534844301,0.0,0.664709142826939 -8212,0.5,0.255951455205554,0.0,0.0910244168310222,0.0,0.5285337170979 -8213,0.5,0.255951455205554,0.0,0.0889334445491661,0.0,0.372856440442846 -8214,0.5,0.255951455205554,0.0,0.0870305255673552,0.0,0.241839723486757 -8215,0.5,0.255951455205554,0.0,0.0785949114307867,0.0,0.173473106287479 -8216,0.5,0.255951455205554,0.0,0.0672267724565715,0.0,0.140414691879207 -8217,0.5,0.255951455205554,0.00249830543803221,0.0557313491778567,0.0,0.100027119546926 -8218,0.5,0.255951455205554,0.051471549263806,0.0485832707003804,0.0631203221932473,0.0871570985426652 -8219,0.5,0.255951455205554,0.111925059235163,0.0498385450366708,0.209905828583018,0.105299967935773 -8220,0.5,0.255951455205554,0.140990010727599,0.0551439741783643,0.249011990126237,0.188674484872061 -8221,0.5,0.255951455205554,0.150808822805176,0.0644633896354557,0.237472932232391,0.366996689144982 -8222,0.5,0.255951455205554,0.13467774563413,0.0718865284650028,0.24201787124323,0.637938251710569 -8223,0.5,0.255951455205554,0.0891976378315473,0.0800439473177788,0.124120360638559,0.805845743516731 -8224,0.5,0.255951455205554,0.00759704298088365,0.101419601211211,0.0,0.895164441520685 -8225,0.5,0.255951455205554,0.0,0.131716838772368,0.0,0.916473449231167 -8226,0.5,0.255951455205554,0.0,0.163439522174915,0.0,0.925876747580841 -8227,0.5,0.255951455205554,0.0,0.202934975238323,0.0,0.938892412906915 -8228,0.5,0.255951455205554,0.0,0.252048906827913,0.0,0.952675616907262 -8229,0.5,0.255951455205554,0.0,0.302580123700331,0.0,0.960492484175375 -8230,0.5,0.255951455205554,0.0,0.363720732498132,0.0,0.191595273020236 -8231,0.5,0.255951455205554,0.0,0.443197169332915,0.0,0.096748210645475 -8232,0.5,0.255951455205554,0.0,0.518734402796179,0.0,0.103545024951336 -8233,0.5,0.255951455205554,0.0,0.587110629284149,0.0,0.110717432185812 -8234,0.5,0.255951455205554,0.0,0.643771993146179,0.0,0.107514024364905 -8235,0.5,0.255951455205554,0.0,0.696356307941037,0.0,0.111262715596426 -8236,0.5,0.255951455205554,0.0,0.73673116315411,0.0,0.893457249106051 -8237,0.5,0.255951455205554,0.0,0.771633048848255,0.0,1.00877895746199 -8238,0.5,0.255951455205554,0.0,0.805029622965603,0.0,1.00466966052848 -8239,0.5,0.255951455205554,0.0,0.838654768983671,0.0,1.01075585754301 -8240,0.5,0.255951455205554,0.0,0.862137368921422,0.0,1.0105756698442 -8241,0.5,0.255951455205554,0.00424488751477945,0.867713962365975,0.0,1.00741600773325 -8242,0.5,0.255951455205554,0.0450854444208292,0.861133725348287,0.0027749763364332,1.00667496434205 -8243,0.5,0.255951455205554,0.0809284861042841,0.849653535933322,0.0133806257331724,1.00480632739941 -8244,0.5,0.255951455205554,0.0982088745450449,0.833290227653013,0.0250924286093427,1.00471996060103 -8245,0.5,0.255951455205554,0.0828111097034738,0.812180980970814,0.0217246706357536,1.00584222125575 -8246,0.5,0.255951455205554,0.0577319824318091,0.767429773491186,0.0052237908887498,1.00494792874424 -8247,0.5,0.255951455205554,0.0329439136058496,0.699909838137678,0.00637184924491168,1.00397053505053 -8248,0.5,0.255951455205554,0.00229555993088974,0.628650769536252,0.0,1.00337293654483 -8249,0.5,0.255951455205554,0.0,0.56760409258088,0.0,1.00162752723401 -8250,0.5,0.255951455205554,0.0,0.531191142503401,0.0,1.00177089942437 -8251,0.5,0.255951455205554,0.0,0.519535451888242,0.0,1.00207659724725 -8252,0.5,0.255951455205554,0.0,0.512920358375739,0.0,1.00395959128395 -8253,0.5,0.255951455205554,0.0,0.519281390592713,0.0,0.183569601672362 -8254,0.5,0.255951455205554,0.0,0.535932935183515,0.0,1.00952661770492 -8255,0.5,0.255951455205554,0.0,0.562318636460204,0.0,1.0096209824913 -8256,0.5,0.255951455205554,0.0,0.592144013248685,0.0,1.00974866924063 -8257,0.5,0.255951455205554,0.0,0.609699547910868,0.0,1.00951929532144 -8258,0.5,0.255951455205554,0.0,0.631635764674941,0.0,1.00924515323363 -8259,0.5,0.255951455205554,0.0,0.670480571444458,0.0,1.0089636160384 -8260,0.5,0.255951455205554,0.0,0.703587166661507,0.0,1.00884954056285 -8261,0.5,0.255951455205554,0.0,0.727566633220263,0.0,1.00889643934298 -8262,0.5,0.255951455205554,0.0,0.749869011470286,0.0,1.00968056120014 -8263,0.5,0.255951455205554,0.0,0.77705355352762,0.0,1.01019209200733 -8264,0.5,0.255951455205554,0.0,0.806337688415196,0.0,1.01062999804362 -8265,0.5,0.255951455205554,0.00256024551270675,0.834974572466697,0.0,1.01048554379186 -8266,0.5,0.255951455205554,0.0374003549681098,0.864293381113163,0.00130764339908405,1.01034225762065 -8267,0.5,0.255951455205554,0.0695337974029803,0.895103819035741,0.00285149184549112,1.01030503081317 -8268,0.5,0.255951455205554,0.0879915574099346,0.903758062113561,0.00415658911303331,1.00936398544566 -8269,0.5,0.255951455205554,0.0910538848366698,0.913669791581774,0.00925951493363834,1.00823805087813 -8270,0.5,0.255951455205554,0.0718284551304533,0.923913184334583,0.0121317578895317,1.00744779283514 -8271,0.5,0.255951455205554,0.0360433255603001,0.938001124441027,0.00441994346612994,1.00798186792136 -8272,0.5,0.255951455205554,0.00365053396917589,0.92741314319474,0.000181027430075514,1.00848195575325 -8273,0.5,0.255951455205554,0.0,0.922859290391563,0.0,1.00825090754162 -8274,0.5,0.255951455205554,0.0,0.934569194591906,0.0,1.00744170050454 -8275,0.5,0.255951455205554,0.0,0.946533698389419,0.0,1.00762975898759 -8276,0.5,0.255951455205554,0.0,0.947658993533627,0.0,1.00788208535197 -8277,0.5,0.255951455205554,0.0,0.94426546004703,0.0,1.00706214453684 -8278,0.5,0.255951455205554,0.0,0.942452138990401,0.0,1.00707429717479 -8279,0.5,0.255951455205554,0.0,0.928400665493195,0.0,1.00693797544624 -8280,0.5,0.255951455205554,0.0,0.904726292258172,0.0,1.00589028556447 -8281,0.5,0.255951455205554,0.0,0.88569063243981,0.0,1.00411752522745 -8282,0.5,0.255951455205554,0.0,0.87156478477944,0.0,1.00273407051205 -8283,0.5,0.255951455205554,0.0,0.846652771662724,0.0,1.00127032719883 -8284,0.5,0.255951455205554,0.0,0.810720316715737,0.0,0.997784255595839 -8285,0.5,0.255951455205554,0.0,0.779381830369732,0.0,0.98011944296635 -8286,0.5,0.255951455205554,0.0,0.77290457190991,0.0,0.968777309752365 -8287,0.5,0.255951455205554,0.0,0.779547835516619,0.0,0.956536863109265 -8288,0.5,0.255951455205554,0.0,0.802478995188345,0.0,0.821316751104082 -8289,0.5,0.255951455205554,0.00253494431635406,0.820697185804135,0.0,0.782642722415718 -8290,0.5,0.255951455205554,0.0418613398674137,0.865213384680773,0.00153984338174761,0.99237093386898 -8291,0.5,0.255951455205554,0.0963408629382947,0.916554467719623,0.0126060507192197,1.00147748530974 -8292,0.5,0.255951455205554,0.138360661545362,0.950284513643125,0.0179947679102899,1.00376357119956 -8293,0.5,0.255951455205554,0.146496353304623,0.968208934588858,0.012539583052904,1.00901890259695 -8294,0.5,0.255951455205554,0.120870551362881,0.981152791073542,0.0113146928346159,1.01087863948319 -8295,0.5,0.255951455205554,0.0687869202540256,0.991579150313154,0.00703446854056664,0.893498643171161 -8296,0.5,0.255951455205554,0.00791646948554165,0.990259820076583,0.000432352463498044,0.992826853143523 -8297,0.5,0.255951455205554,0.0,0.970560388664131,0.0,1.00265517208682 -8298,0.5,0.255951455205554,0.0,0.954510963847462,0.0,1.00874986342128 -8299,0.5,0.255951455205554,0.0,1.00264129456718,0.0,1.00886894307923 -8300,0.5,0.255951455205554,0.0,1.00187828138303,0.0,1.009858987419 -8301,0.5,0.255951455205554,0.0,0.995141887273249,0.0,1.00829306102266 -8302,0.5,0.255951455205554,0.0,0.972643025155568,0.0,1.00506264950622 -8303,0.5,0.255951455205554,0.0,0.941461180305499,0.0,1.0059764549356 -8304,0.5,0.255951455205554,0.0,0.914572953009501,0.0,1.00680430433948 -8305,0.5,0.255951455205554,0.0,0.880178447135994,0.0,1.00685053148334 -8306,0.5,0.255951455205554,0.0,0.827277371498769,0.0,1.00650578152868 -8307,0.5,0.255951455205554,0.0,0.768115102343287,0.0,1.00002754144159 -8308,0.5,0.255951455205554,0.0,0.7048698562302,0.0,1.00473664225618 -8309,0.5,0.255951455205554,0.0,0.652293942378085,0.0,1.0067670081971 -8310,0.5,0.255951455205554,0.0,0.621309090755262,0.0,1.00758194830775 -8311,0.5,0.255951455205554,0.0,0.601549641253853,0.0,1.00749496473217 -8312,0.5,0.255951455205554,0.0,0.579138088266147,0.0,0.997349350695436 -8313,0.5,0.255951455205554,0.00124793554771403,0.549258369678874,0.0,0.995254586942528 -8314,0.5,0.255951455205554,0.0375717894733195,0.536734621661842,0.00219575780888318,0.992003128725794 -8315,0.5,0.255951455205554,0.0890327111785262,0.552724984088584,0.0082403303338511,0.979973459860395 -8316,0.5,0.255951455205554,0.121076898839027,0.542409499309878,0.0242597875273352,0.940217448844862 -8317,0.5,0.255951455205554,0.122018334465892,0.504907238569388,0.0385567442196469,0.760481939442007 -8318,0.5,0.255951455205554,0.0954726914453889,0.442821318550614,0.0591129221089918,0.636843215262905 -8319,0.5,0.255951455205554,0.0555506213421382,0.364928079336829,0.0278595188104158,0.598571138828556 -8320,0.5,0.255951455205554,0.00515978201318843,0.304445918204052,0.0,0.544221302088101 -8321,0.5,0.255951455205554,0.0,0.271357440432362,0.0,0.615316631398087 -8322,0.5,0.255951455205554,0.0,0.239816563018297,0.0,0.845742832152 -8323,0.5,0.255951455205554,0.0,0.208220038768365,0.0,0.917154364104384 -8324,0.5,0.255951455205554,0.0,0.190052188268446,0.0,0.868589751585659 -8325,0.5,0.255951455205554,0.0,0.18184495596909,0.0,0.848059886090863 -8326,0.5,0.255951455205554,0.0,0.178796939740629,0.0,0.901019800339724 -8327,0.5,0.255951455205554,0.0,0.177549005166587,0.0,0.912910009915361 -8328,0.5,0.255951455205554,0.0,0.182615510214337,0.0,0.902762410616621 -8329,0.5,0.255951455205554,0.0,0.193787717284917,0.0,0.896953272472568 -8330,0.5,0.255951455205554,0.0,0.208108794574767,0.0,0.899334479650843 -8331,0.5,0.255951455205554,0.0,0.21212901240635,0.0,0.936788093207235 -8332,0.5,0.255951455205554,0.0,0.210416021657128,0.0,0.983503480907864 -8333,0.5,0.255951455205554,0.0,0.209934875250824,0.0,0.994862319485948 -8334,0.5,0.255951455205554,0.0,0.214430496210466,0.0,0.994594647661032 -8335,0.5,0.255951455205554,0.0,0.221834404489569,0.0,0.988441010149448 -8336,0.5,0.255951455205554,0.0,0.226618523281808,0.0,0.980205284596818 -8337,0.5,0.255951455205554,0.00103792881746555,0.230203941402782,0.0,0.983273260313493 -8338,0.5,0.255951455205554,0.0347729457168041,0.240173444511761,0.0126407791430074,0.98904884903292 -8339,0.5,0.255951455205554,0.0937627041083134,0.262151868816252,0.143441081863339,0.989889010088469 -8340,0.5,0.255951455205554,0.155661834454614,0.28575942437656,0.253524787005156,0.988630371303198 -8341,0.5,0.255951455205554,0.184053626018651,0.293852025480711,0.254453973608994,0.986653521029089 -8342,0.5,0.255951455205554,0.178411272109019,0.293658563352703,0.249249433118039,0.984507339353319 -8343,0.5,0.255951455205554,0.120138078688418,0.289769064439694,0.180538736419835,0.985735824771422 -8344,0.5,0.255951455205554,0.0083888777931054,0.280125662497902,0.0,0.990306135834378 -8345,0.5,0.255951455205554,0.0,0.276611533338322,0.0,0.993698301479984 -8346,0.5,0.255951455205554,0.0,0.277476503174307,0.0,0.995874855444353 -8347,0.5,0.255951455205554,0.0,0.279272961013599,0.0,0.997281189355069 -8348,0.5,0.255951455205554,0.0,0.280199609364078,0.0,0.99634678209166 -8349,0.5,0.255951455205554,0.0,0.287301444882637,0.0,0.993891569057921 -8350,0.5,0.255951455205554,0.0,0.301214118496996,0.0,0.991902923201526 -8351,0.5,0.255951455205554,0.0,0.321717098115857,0.0,0.990674219404195 -8352,0.5,0.255951455205554,0.0,0.34719636127005,0.0,0.27343935737593 -8353,0.5,0.255951455205554,0.0,0.370089835735223,0.0,0.991170823910203 -8354,0.5,0.255951455205554,0.0,0.395088457666089,0.0,0.967418359775583 -8355,0.5,0.255951455205554,0.0,0.423297892277677,0.0,0.941777659404029 -8356,0.5,0.255951455205554,0.0,0.453511560971682,0.0,0.947196813617978 -8357,0.5,0.255951455205554,0.0,0.483872065544373,0.0,0.962312084681399 -8358,0.5,0.255951455205554,0.0,0.501774944433379,0.0,0.951000231604127 -8359,0.5,0.255951455205554,0.0,0.504321085246171,0.0,0.980999805777197 -8360,0.5,0.255951455205554,0.0,0.490614558298293,0.0,0.985557000935802 -8361,0.5,0.255951455205554,0.000926551133521179,0.478174992573199,0.0,0.987276924599902 -8362,0.5,0.255951455205554,0.0216322595315706,0.476696051953408,0.00525710709951578,0.972816035673763 -8363,0.5,0.255951455205554,0.0507746855139546,0.489253455432532,0.0459470021027499,0.953085400467913 -8364,0.5,0.255951455205554,0.0707048508613724,0.503963434140455,0.0591256035339866,0.974680628641087 -8365,0.5,0.255951455205554,0.0837253868977319,0.502600439002856,0.0540807242634477,0.984593820170401 -8366,0.5,0.255951455205554,0.0793945246721495,0.489088543476099,0.178578876589382,0.990310873891485 -8367,0.5,0.255951455205554,0.049200335826001,0.434561822107773,0.0814289260255839,0.991083354641063 -8368,0.5,0.255951455205554,0.00477995838457907,0.380105799913173,0.0,0.985863437651229 -8369,0.5,0.255951455205554,0.0,0.346813655533588,0.0,0.921784113691884 -8370,0.5,0.255951455205554,0.0,0.331138657862396,0.0,0.876505005207261 -8371,0.5,0.255951455205554,0.0,0.321897419617567,0.0,0.878230317773701 -8372,0.5,0.255951455205554,0.0,0.305468116335969,0.0,0.893508792549996 -8373,0.5,0.255951455205554,0.0,0.291359071534215,0.0,0.873625110850954 -8374,0.5,0.255951455205554,0.0,0.28303853485799,0.0,0.803535766334391 -8375,0.5,0.255951455205554,0.0,0.264987322158369,0.0,0.724729844755698 -8376,0.5,0.255951455205554,0.0,0.238053089900304,0.0,0.595184359402251 -8377,0.5,0.255951455205554,0.0,0.204971205575637,0.0,0.302994393626476 -8378,0.5,0.255951455205554,0.0,0.166346749537412,0.0,0.120248145430457 -8379,0.5,0.255951455205554,0.0,0.133963240889152,0.0,0.119158514517869 -8380,0.5,0.255951455205554,0.0,0.111847181786233,0.0,0.300975556626954 -8381,0.5,0.255951455205554,0.0,0.0991391592133984,0.0,0.622153979246371 -8382,0.5,0.255951455205554,0.0,0.0969719196461124,0.0,0.828983366671276 -8383,0.5,0.255951455205554,0.0,0.108905499466161,0.0,0.91832393921106 -8384,0.5,0.255951455205554,0.0,0.132081323327261,0.0,0.923734848765428 -8385,0.5,0.255951455205554,0.000657688679960246,0.168223073211339,0.0,0.919988712176051 -8386,0.5,0.255951455205554,0.0233785453509357,0.211878407114448,0.016412920041372,0.922039083259421 -8387,0.5,0.255951455205554,0.0650758315932507,0.257994133945936,0.0390195387673819,0.94590479285818 -8388,0.5,0.255951455205554,0.0959795924680119,0.301787412005381,0.0402557097228035,0.96117589028569 -8389,0.5,0.255951455205554,0.0970182460855533,0.34395464028328,0.0247494802641894,0.966886348455698 -8390,0.5,0.255951455205554,0.0761179504310687,0.373057337630238,0.0199291818564504,0.944894140753854 -8391,0.5,0.255951455205554,0.0406495400984201,0.373999827161809,0.00395098044431331,0.918421552258934 -8392,0.5,0.255951455205554,0.00235634332475149,0.359792730929293,0.0,0.883367146149646 -8393,0.5,0.255951455205554,0.0,0.35186429727979,0.0,0.847524119143802 -8394,0.5,0.255951455205554,0.0,0.356226113277403,0.0,0.840864927153675 -8395,0.5,0.255951455205554,0.0,0.342155172160816,0.0,0.833879361432443 -8396,0.5,0.255951455205554,0.0,0.310613604143528,0.0,0.78778443262088 -8397,0.5,0.255951455205554,0.0,0.272577948895142,0.0,0.749543739611425 -8398,0.5,0.255951455205554,0.0,0.249692551440401,0.0,0.704994655258027 -8399,0.5,0.255951455205554,0.0,0.237041704830059,0.0,0.530772688071456 -8400,0.5,0.255951455205554,0.0,0.228501708544832,0.0,0.520411614567385 -8401,0.5,0.255951455205554,0.0,0.22613615852933,0.0,0.671845782960136 -8402,0.5,0.255951455205554,0.0,0.222211490682451,0.0,0.607849887169392 -8403,0.5,0.255951455205554,0.0,0.228638825761156,0.0,0.588671861505895 -8404,0.5,0.255951455205554,0.0,0.239872417280288,0.0,0.867420525951586 -8405,0.5,0.255951455205554,0.0,0.257433155378873,0.0,0.981618774557697 -8406,0.5,0.255951455205554,0.0,0.286499655455989,0.0,0.98886929391094 -8407,0.5,0.255951455205554,0.0,0.318075152860819,0.0,0.986784427936635 -8408,0.5,0.255951455205554,0.0,0.368164429159762,0.0,0.97566082312855 -8409,0.5,0.255951455205554,0.00108491550063952,0.431211325631748,0.0,0.963572758529796 -8410,0.5,0.255951455205554,0.0294608741343554,0.483821800493744,0.00252983652296916,0.973947217961575 -8411,0.5,0.255951455205554,0.0641240371933823,0.526684849977119,0.0248901161948524,0.97978566912749 -8412,0.5,0.255951455205554,0.0811267147776612,0.586579010137362,0.0370314946047821,0.803233732355509 -8413,0.5,0.255951455205554,0.0719655908839546,0.637415203821709,0.0341463834435774,0.688365078898041 -8414,0.5,0.255951455205554,0.0492024591584936,0.63847203013698,0.0213521368021592,0.791672370127122 -8415,0.5,0.255951455205554,0.0221189393962152,0.588161255220007,0.0053929897032055,0.793814815545909 -8416,0.5,0.255951455205554,0.0009599581118516,0.504213654545818,0.0,0.835045895373564 -8417,0.5,0.255951455205554,0.0,0.42458886917528,0.0,0.53996808376353 -8418,0.5,0.255951455205554,0.0,0.385231123281989,0.0,0.303628650407233 -8419,0.5,0.255951455205554,0.0,0.318662891238812,0.0,0.322184655969103 -8420,0.5,0.255951455205554,0.0,0.292651404263486,0.0,0.390812818094696 -8421,0.5,0.255951455205554,0.0,0.294445888460137,0.0,0.527578770465392 -8422,0.5,0.255951455205554,0.0,0.283195246390934,0.0,0.531842856116668 -8423,0.5,0.255951455205554,0.0,0.265017303868242,0.0,0.591394238557124 -8424,0.5,0.255951455205554,0.0,0.262174992274561,0.0,0.599750276703205 -8425,0.5,0.255951455205554,0.0,0.288688155221132,0.0,0.563410186864511 -8426,0.5,0.255951455205554,0.0,0.289885282850652,0.0,0.424468833758968 -8427,0.5,0.255951455205554,0.0,0.285138982697655,0.0,0.358786966274483 -8428,0.5,0.255951455205554,0.0,0.269076880648035,0.0,0.408646847509165 -8429,0.5,0.255951455205554,0.0,0.268825547546788,0.0,0.49839833020228 -8430,0.5,0.255951455205554,0.0,0.278430870320039,0.0,0.460821945052397 -8431,0.5,0.255951455205554,0.0,0.298127813935352,0.0,0.404197652981852 -8432,0.5,0.255951455205554,0.0,0.313244486509072,0.0,0.467782298213773 -8433,0.5,0.255951455205554,3.9541715059719e-05,0.331494320792009,0.0,0.57437268932775 -8434,0.5,0.255951455205554,0.000814732546422765,0.353620327918199,0.000101949093218272,0.633223477600177 -8435,0.5,0.255951455205554,0.00185208113016325,0.379636289111573,0.000369152080733816,0.75029034908451 -8436,0.5,0.255951455205554,0.00313968961133688,0.424714684050613,0.000569067255964049,0.88010329287019 -8437,0.5,0.255951455205554,0.00355051606799736,0.486629883164735,0.000530337797308301,0.89724956626486 -8438,0.5,0.255951455205554,0.00238268250373829,0.559185498058387,0.000560039419824591,0.904323908250599 -8439,0.5,0.255951455205554,0.00112917032457057,0.626036533392519,0.000322600712150608,0.921557814662769 -8440,0.5,0.255951455205554,0.000171960422222677,0.682774799861007,0.0,0.935820162981309 -8441,0.5,0.255951455205554,0.0,0.743753264377233,0.0,0.960722115141839 -8442,0.5,0.255951455205554,0.0,0.804609892604501,0.0,0.988643231538954 -8443,0.5,0.255951455205554,0.0,0.854898785752781,0.0,0.999389933154891 -8444,0.5,0.255951455205554,0.0,0.888880928667035,0.0,1.00013582477056 -8445,0.5,0.255951455205554,0.0,0.911525122915057,0.0,0.962846133744755 -8446,0.5,0.255951455205554,0.0,0.930658089062437,0.0,0.763905308957899 -8447,0.5,0.255951455205554,0.0,0.937527296661307,0.0,0.491837044406596 -8448,0.5,0.255951455205554,0.0,0.929449135524125,0.0,0.322686011844453 -8449,0.5,0.255951455205554,0.0,0.897609432938713,0.0,0.264053537703763 -8450,0.5,0.255951455205554,0.0,0.860050934026585,0.0,0.265715603220245 -8451,0.5,0.255951455205554,0.0,0.840644689373184,0.0,0.496848011146419 -8452,0.5,0.255951455205554,0.0,0.833290879229313,0.0,0.719991926619996 -8453,0.5,0.255951455205554,0.0,0.838595005800322,0.0,0.779290405366044 -8454,0.5,0.255951455205554,0.0,0.830353110372705,0.0,0.767881513062209 -8455,0.5,0.255951455205554,0.0,0.823421385927144,0.0,0.78122161116904 -8456,0.5,0.255951455205554,0.0,0.79755779292836,0.0,0.817950255615033 -8457,0.5,0.255951455205554,0.000283568346937251,0.767519814664993,0.0,0.883297371495793 -8458,0.5,0.255951455205554,0.00556294604207613,0.73835526009274,0.00145422898617048,0.898995170902252 -8459,0.5,0.255951455205554,0.0156805020256647,0.733433958905761,0.0124022996618569,0.928158414923302 -8460,0.5,0.255951455205554,0.0236685950331244,0.762473121171066,0.0641871609446186,0.946889823390967 -8461,0.5,0.255951455205554,0.022253796524998,0.777126241472149,0.062453602475733,0.957969405683392 -8462,0.5,0.255951455205554,0.0171943509778625,0.779826187059926,0.0138215666347238,0.953651431317714 -8463,0.5,0.255951455205554,0.0108193016592019,0.75344967337368,0.0103807378732816,0.978968982454528 -8464,0.5,0.255951455205554,0.000614635204806607,0.720294173511162,0.0,0.99713443800502 -8465,0.5,0.255951455205554,0.0,0.736562354807848,0.0,1.00213658462853 -8466,0.5,0.255951455205554,0.0,0.746383778376518,0.0,1.0030648069822 -8467,0.5,0.255951455205554,0.0,0.75506198890132,0.0,1.00515561253854 -8468,0.5,0.255951455205554,0.0,0.752998977251944,0.0,1.00540488671851 -8469,0.5,0.255951455205554,0.0,0.73526956141671,0.0,1.00510023509582 -8470,0.5,0.255951455205554,0.0,0.731363758321041,0.0,1.00465813617143 -8471,0.5,0.255951455205554,0.0,0.74867386030926,0.0,1.00632842153345 -8472,0.5,0.255951455205554,0.0,0.770968099369234,0.0,1.00642598547674 -8473,0.5,0.255951455205554,0.0,0.800800628564472,0.0,1.00633550518622 -8474,0.5,0.255951455205554,0.0,0.828560966787591,0.0,1.00710784149238 -8475,0.5,0.255951455205554,0.0,0.859419284971484,0.0,1.00861096601663 -8476,0.5,0.255951455205554,0.0,0.880358986268316,0.0,1.00953094176918 -8477,0.5,0.255951455205554,0.0,0.902438093017538,0.0,0.117326851775686 -8478,0.5,0.255951455205554,0.0,0.917659358756982,0.0,0.150785048183781 -8479,0.5,0.255951455205554,0.0,0.93123498991309,0.0,0.29313038515401 -8480,0.5,0.255951455205554,0.0,0.945987317510102,0.0,0.902832172963553 -8481,0.5,0.255951455205554,0.00116697881112339,0.960649490405426,0.0,1.01052310141791 -8482,0.5,0.255951455205554,0.0476976656537341,0.971604912051662,0.00866632688747017,1.01046691993561 -8483,0.5,0.255951455205554,0.108374720910952,0.972145538720298,0.131768161573356,1.00999909884163 -8484,0.5,0.255951455205554,0.13734472746242,0.980001107316403,0.221221422211486,1.01026103291829 -8485,0.5,0.255951455205554,0.124902461451614,0.984265269990122,0.22296631917017,1.01020305605732 -8486,0.5,0.255951455205554,0.0844207445058544,0.978299559149056,0.230465759953596,0.262139468208456 -8487,0.5,0.255951455205554,0.0391657684470118,0.963749993899696,0.179857953037,0.111635467964667 -8488,0.5,0.255951455205554,0.00381992683983964,0.929202331275192,0.0,0.111050211141964 -8489,0.5,0.255951455205554,0.0,0.920633992641401,0.0,0.109464390506305 -8490,0.5,0.255951455205554,0.0,0.925775020084592,0.0,1.00649738675434 -8491,0.5,0.255951455205554,0.0,0.950477166200613,0.0,1.00954565606135 -8492,0.5,0.255951455205554,0.0,0.953620637940749,0.0,1.00923466695036 -8493,0.5,0.255951455205554,0.0,0.947977690387581,0.0,1.00987313185635 -8494,0.5,0.255951455205554,0.0,0.925952536899083,0.0,1.00966587206566 -8495,0.5,0.255951455205554,0.0,0.888440640324888,0.0,1.00877781607975 -8496,0.5,0.255951455205554,0.0,0.852736453901315,0.0,1.00657562744033 -8497,0.5,0.255951455205554,0.0,0.823424320705295,0.0,0.998627137402302 -8498,0.5,0.255951455205554,0.0,0.797474010804454,0.0,1.00042309868115 -8499,0.5,0.255951455205554,0.0,0.765756501159864,0.0,1.0029125923972 -8500,0.5,0.255951455205554,0.0,0.730480938866906,0.0,0.974950394237559 -8501,0.5,0.255951455205554,0.0,0.689070035417799,0.0,0.916047398185498 -8502,0.5,0.255951455205554,0.0,0.658212129509062,0.0,0.949005843771869 -8503,0.5,0.255951455205554,0.0,0.636199925970948,0.0,0.999243995201494 -8504,0.5,0.255951455205554,0.0,0.645355450922103,0.0,0.998857179243742 -8505,0.5,0.255951455205554,0.000533307134699848,0.655028789545258,0.0,0.998420755132421 -8506,0.5,0.255951455205554,0.0220756546130503,0.72940900964799,0.00405541864537861,0.997181468730547 -8507,0.5,0.255951455205554,0.049277288346807,0.81215138741612,0.0144722187505422,1.00056497254839 -8508,0.5,0.255951455205554,0.0669740613487135,0.867434864230245,0.016592152385728,1.00347568040811 -8509,0.5,0.255951455205554,0.0664167024959935,0.906760512511253,0.0157736824915733,1.01019770331044 -8510,0.5,0.255951455205554,0.0512741529144598,0.93055393885544,0.0102247677783493,0.293265647506428 -8511,0.5,0.255951455205554,0.0316705349347942,0.951634273695044,0.00279985643533517,0.112926578272017 -8512,0.5,0.255951455205554,0.0071124075048735,0.937438801913655,0.000247166132974327,0.151244500411277 -8513,0.5,0.255951455205554,0.0,0.946369219646831,0.0,0.903307296721616 -8514,0.5,0.255951455205554,0.0,0.986789718257025,0.0,1.010917532108 -8515,0.5,0.255951455205554,0.0,0.993096960207211,0.0,1.01091739464826 -8516,0.5,0.255951455205554,0.0,0.999075508248553,0.0,1.01091590247748 -8517,0.5,0.255951455205554,0.0,1.00152413441782,0.0,1.01091687427224 -8518,0.5,0.255951455205554,0.0,1.00198923637494,0.0,1.01091790630616 -8519,0.5,0.255951455205554,0.0,1.00123653597961,0.0,1.01091244592205 -8520,0.5,0.255951455205554,0.0,1.00118322227488,0.0,1.01085696881297 -8521,0.5,0.255951455205554,0.0,1.00153758199575,0.0,1.01078567222376 -8522,0.5,0.255951455205554,0.0,1.00033589827523,0.0,1.01078721635179 -8523,0.5,0.255951455205554,0.0,0.998971472332418,0.0,1.01057718495855 -8524,0.5,0.255951455205554,0.0,0.998656386376529,0.0,1.00907888004655 -8525,0.5,0.255951455205554,0.0,0.996870136947857,0.0,1.00645570007506 -8526,0.5,0.255951455205554,0.0,0.996437581452186,0.0,1.00679392222855 -8527,0.5,0.255951455205554,0.0,0.995307431703435,0.0,1.00837148225985 -8528,0.5,0.255951455205554,0.0,0.99353704845413,0.0,1.00945299974369 -8529,0.5,0.255951455205554,0.000770044856960586,0.992414798258918,0.0,1.00951395795722 -8530,0.5,0.255951455205554,0.0282465802527081,0.991734419456704,0.000168443444274119,1.00971729934533 -8531,0.5,0.255951455205554,0.0642879743541067,0.99059663783565,0.000721825057075502,1.0090959235913 -8532,0.5,0.255951455205554,0.0882829835643078,0.99139362500939,0.0014119183403993,1.00597084649375 -8533,0.5,0.255951455205554,0.0922490708667542,0.989970390707477,0.00157836819028639,0.999883254607457 -8534,0.5,0.255951455205554,0.0769904634838174,0.986744525192512,0.00274950114366532,0.993378567888936 -8535,0.5,0.255951455205554,0.0498591745317997,0.976294336870716,0.00414760474197635,0.993117347612945 -8536,0.5,0.255951455205554,0.0129769100762184,0.96454770376451,0.0,0.990904838379328 -8537,0.5,0.255951455205554,0.0,0.954169198546176,0.0,0.986747329664356 -8538,0.5,0.255951455205554,0.0,0.94479753126455,0.0,0.984529804286709 -8539,0.5,0.255951455205554,0.0,0.933608478695684,0.0,0.978477277827258 -8540,0.5,0.255951455205554,0.0,0.919744566925017,0.0,0.960258230932088 -8541,0.5,0.255951455205554,0.0,0.906824391852945,0.0,0.964675214159211 -8542,0.5,0.255951455205554,0.0,0.898634511091798,0.0,0.970556065803528 -8543,0.5,0.255951455205554,0.0,0.896575433620389,0.0,0.972198076582819 -8544,0.5,0.255951455205554,0.0,0.893231652638806,0.0,0.968975271145721 -8545,0.5,0.255951455205554,0.0,0.892978925464768,0.0,0.955587199489939 -8546,0.5,0.255951455205554,0.0,0.897413642299387,0.0,0.943650236658656 -8547,0.5,0.255951455205554,0.0,0.902855141624822,0.0,0.942054629684088 -8548,0.5,0.255951455205554,0.0,0.907653059066543,0.0,0.926204194623083 -8549,0.5,0.255951455205554,0.0,0.905628048061621,0.0,0.908867648059482 -8550,0.5,0.255951455205554,0.0,0.898591326971969,0.0,0.873518433682482 -8551,0.5,0.255951455205554,0.0,0.889484044406357,0.0,0.738482571456845 -8552,0.5,0.255951455205554,0.0,0.876234616544727,0.0,0.449756740853229 -8553,0.5,0.255951455205554,0.000785880869363229,0.858844445162174,0.0,0.278015396807195 -8554,0.5,0.255951455205554,0.026532852147964,0.843221718348555,0.00139437483409386,0.224721975670612 -8555,0.5,0.255951455205554,0.0623984784240246,0.842847945493069,0.0091467750840134,0.210782055308297 -8556,0.5,0.255951455205554,0.0885129355632929,0.848170394811451,0.0176948822473033,0.178838198904723 -8557,0.5,0.255951455205554,0.104188198789074,0.844735937689333,0.0165856637787272,0.183782937079113 -8558,0.5,0.255951455205554,0.104180610690984,0.826235716340372,0.0143667802950159,0.201315625718146 -8559,0.5,0.255951455205554,0.0886219975511222,0.815435831858706,0.0064369733212233,0.209924184092234 -8560,0.5,0.255951455205554,0.0210383456030948,0.793167593165353,0.0,0.242005475053064 -8561,0.5,0.255951455205554,0.0,0.775993166130217,0.0,0.33383776073738 -8562,0.5,0.255951455205554,0.0,0.769276260540777,0.0,0.363811799618765 -8563,0.5,0.255951455205554,0.0,0.763793733074607,0.0,0.256259550018924 -8564,0.5,0.255951455205554,0.0,0.758055467360117,0.0,0.167523537507745 -8565,0.5,0.255951455205554,0.0,0.753135919109641,0.0,0.126674258556676 -8566,0.5,0.255951455205554,0.0,0.748967644497909,0.0,0.108157705640626 -8567,0.5,0.255951455205554,0.0,0.748786649156629,0.0,0.0914858870703316 -8568,0.5,0.255951455205554,0.0,0.752179680970755,0.0,0.064971062793734 -8569,0.5,0.255951455205554,0.0,0.757328490763072,0.0,0.0446834453459289 -8570,0.5,0.255951455205554,0.0,0.759877104455144,0.0,0.0313200976169468 -8571,0.5,0.255951455205554,0.0,0.748010560233724,0.0,0.022664976676693 -8572,0.5,0.255951455205554,0.0,0.746923949129788,0.0,0.0174558228876349 -8573,0.5,0.255951455205554,0.0,0.747440952196514,0.0,0.0204534963326039 -8574,0.5,0.255951455205554,0.0,0.742458148184553,0.0,0.054563293003411 -8575,0.5,0.255951455205554,0.0,0.738351164524885,0.0,0.211063689144159 -8576,0.5,0.255951455205554,0.0,0.735403044552474,0.0,0.572115663177635 -8577,0.5,0.255951455205554,0.00125963050716299,0.734958427662286,0.0,0.836955551592421 -8578,0.5,0.255951455205554,0.0272476979167726,0.743545522871813,0.00261630793917312,0.88929180433598 -8579,0.5,0.255951455205554,0.0502380115411596,0.761543112929043,0.0197001703736354,0.913597587218399 -8580,0.5,0.255951455205554,0.0634933531499132,0.796920066102367,0.0532027304988699,0.922292542215381 -8581,0.5,0.255951455205554,0.0702100748655641,0.790840652966331,0.0146182051869962,0.939346036422332 -8582,0.5,0.255951455205554,0.0776757196869566,0.762212049956029,0.00982787670588035,0.980167721600357 -8583,0.5,0.255951455205554,0.0638580517622808,0.740099779195272,0.00280663775134779,1.00450758884595 -8584,0.5,0.255951455205554,0.0142054247369394,0.714111490489401,0.0,1.00525986842364 -8585,0.5,0.255951455205554,0.0,0.676211770083699,0.0,1.00404626919618 -8586,0.5,0.255951455205554,0.0,0.639879948792478,0.0,1.0030113136031 -8587,0.5,0.255951455205554,0.0,0.620092394696564,0.0,1.0041224175312 -8588,0.5,0.255951455205554,0.0,0.608293929819497,0.0,1.00555736549751 -8589,0.5,0.255951455205554,0.0,0.60498061905381,0.0,1.00621344747398 -8590,0.5,0.255951455205554,0.0,0.599898970688351,0.0,1.00604079297443 -8591,0.5,0.255951455205554,0.0,0.59134568626034,0.0,1.00562013710411 -8592,0.5,0.255951455205554,0.0,0.613960087037293,0.0,1.00510739328415 -8593,0.5,0.255951455205554,0.0,0.656693050860192,0.0,1.00466849000005 -8594,0.5,0.255951455205554,0.0,0.701311143171219,0.0,1.0041509138491 -8595,0.5,0.255951455205554,0.0,0.728666387993332,0.0,1.00071566581894 -8596,0.5,0.255951455205554,0.0,0.740573126561617,0.0,1.00138092788902 -8597,0.5,0.255951455205554,0.0,0.745382548858465,0.0,1.00428637184172 -8598,0.5,0.255951455205554,0.0,0.762617468508186,0.0,1.00384380175925 -8599,0.5,0.255951455205554,0.0,0.774383064652072,0.0,1.00465211781059 -8600,0.5,0.255951455205554,0.0,0.781044725054056,0.0,1.00191491186128 -8601,0.5,0.255951455205554,0.000386618020576755,0.819082594445836,0.0,1.00290805140776 -8602,0.5,0.255951455205554,0.0236086174166209,0.829750304784428,0.0187790846083598,1.00281552947889 -8603,0.5,0.255951455205554,0.0611765898209937,0.832273950568511,0.152035886625943,1.00166741577221 -8604,0.5,0.255951455205554,0.0920945990887588,0.8529070549155,0.2267670843722,0.99424247446822 -8605,0.5,0.255951455205554,0.103659467952364,0.857591922184347,0.0162847491043405,0.872341772510418 -8606,0.5,0.255951455205554,0.0921003419321604,0.848567789490992,0.00730338219547612,0.853128637414913 -8607,0.5,0.255951455205554,0.0572771926051276,0.814013217969159,0.00372988010201196,0.887756561219892 -8608,0.5,0.255951455205554,0.00991548615599296,0.768205752002458,0.0,0.876349836815566 -8609,0.5,0.255951455205554,0.0,0.71353126239968,0.0,0.8739039128518 -8610,0.5,0.255951455205554,0.0,0.678446071893537,0.0,0.855259164033117 -8611,0.5,0.255951455205554,0.0,0.659404280128697,0.0,0.822562926855285 -8612,0.5,0.255951455205554,0.0,0.659716774625908,0.0,0.753175747903151 -8613,0.5,0.255951455205554,0.0,0.630702736291324,0.0,0.652691404047349 -8614,0.5,0.255951455205554,0.0,0.59042624652145,0.0,0.521425501893499 -8615,0.5,0.255951455205554,0.0,0.556997790950556,0.0,0.375395700487678 -8616,0.5,0.255951455205554,0.0,0.512388539037621,0.0,0.258833886534231 -8617,0.5,0.255951455205554,0.0,0.467008140025152,0.0,0.181250771739099 -8618,0.5,0.255951455205554,0.0,0.410424145087021,0.0,0.122161274861138 -8619,0.5,0.255951455205554,0.0,0.341039045822913,0.0,0.06099200126262 -8620,0.5,0.255951455205554,0.0,0.287742026790039,0.0,0.0268709993796081 -8621,0.5,0.255951455205554,0.0,0.245792814043463,0.0,0.0215630211569234 -8622,0.5,0.255951455205554,0.0,0.213908650912229,0.0,0.0197923505844822 -8623,0.5,0.255951455205554,0.0,0.191161382197569,0.0,0.0286334223552727 -8624,0.5,0.255951455205554,0.0,0.169872811071008,0.0,0.0462819078715938 -8625,0.5,0.255951455205554,0.000342938127881987,0.139739724744111,0.0,0.0505641586753326 -8626,0.5,0.255951455205554,0.0326066995254961,0.122262151615037,0.0264166714529073,0.036234774888611 -8627,0.5,0.255951455205554,0.105329044434522,0.108068342702411,0.184802059173727,0.0282753921319475 -8628,0.5,0.255951455205554,0.167901541155441,0.0991233583562315,0.302003474700411,0.0309900578883311 -8629,0.5,0.255951455205554,0.189472321777685,0.0953804318860466,0.353568040470045,0.0398150349909027 -8630,0.5,0.255951455205554,0.171110805830025,0.0900549971139892,0.327966024372587,0.0550159320801212 -8631,0.5,0.255951455205554,0.110048611502989,0.078552091837031,0.202011810221801,0.0614124554085109 -8632,0.5,0.255951455205554,0.010825487392812,0.0669991651987108,0.0,0.0615924624797171 -8633,0.5,0.255951455205554,0.0,0.0626047776683917,0.0,0.046101274078248 -8634,0.5,0.255951455205554,0.0,0.0631449494767682,0.0,0.0649853664438447 -8635,0.5,0.255951455205554,0.0,0.0646481441487244,0.0,0.121938226214713 -8636,0.5,0.255951455205554,0.0,0.0715490222505473,0.0,0.180632597673972 -8637,0.5,0.255951455205554,0.0,0.0852542432557003,0.0,0.236643959758877 -8638,0.5,0.255951455205554,0.0,0.102105207981134,0.0,0.33291073856544 -8639,0.5,0.255951455205554,0.0,0.118266157503032,0.0,0.501465058713387 -8640,0.5,0.255951455205554,0.0,0.131567199303046,0.0,0.545075274020449 -8641,0.5,0.255951455205554,0.0,0.14262055309473,0.0,0.477631771359174 -8642,0.5,0.255951455205554,0.0,0.149660528819946,0.0,0.495354881386078 -8643,0.5,0.255951455205554,0.0,0.152026755528134,0.0,0.483781701498925 -8644,0.5,0.255951455205554,0.0,0.160628290146841,0.0,0.394783452266491 -8645,0.5,0.255951455205554,0.0,0.186871530979448,0.0,0.31115382203854 -8646,0.5,0.255951455205554,0.0,0.227788941394622,0.0,0.279717428166437 -8647,0.5,0.255951455205554,0.0,0.275105670725063,0.0,0.294232220263875 -8648,0.5,0.255951455205554,0.0,0.323347234321963,0.0,0.327108480276683 -8649,0.5,0.255951455205554,0.00107417023210358,0.352763668853882,0.0,0.322889107733232 -8650,0.5,0.255951455205554,0.0523260679991792,0.382161875029689,0.0275255276787093,0.296648835892858 -8651,0.5,0.255951455205554,0.129029454211604,0.419961037944994,0.192969899981703,0.276755222052477 -8652,0.5,0.255951455205554,0.179952030044019,0.452724152645622,0.312531557913754,0.278991434571088 -8653,0.5,0.255951455205554,0.190213629341485,0.473150152197966,0.363728820050283,0.2848886171359 -8654,0.5,0.255951455205554,0.161329509215571,0.488298935112573,0.343041072816318,0.281190515306481 -8655,0.5,0.255951455205554,0.0974278772590694,0.493332486478038,0.24428030961429,0.262214423780558 -8656,0.5,0.255951455205554,0.00784491179720794,0.48732712597502,0.0,0.246141702711744 -8657,0.5,0.255951455205554,0.0,0.487056739381546,0.0,0.259144722259041 -8658,0.5,0.255951455205554,0.0,0.506763928010405,0.0,0.291381459127774 -8659,0.5,0.255951455205554,0.0,0.523011853364387,0.0,0.354602555538951 -8660,0.5,0.255951455205554,0.0,0.531101799894312,0.0,0.458730938537984 -8661,0.5,0.255951455205554,0.0,0.535227872806882,0.0,0.552747861252563 -8662,0.5,0.255951455205554,0.0,0.52638644619445,0.0,0.620404216605749 -8663,0.5,0.255951455205554,0.0,0.51588172278749,0.0,0.647382759384002 -8664,0.5,0.255951455205554,0.0,0.504167422823507,0.0,0.645006532499463 -8665,0.5,0.255951455205554,0.0,0.482134314820863,0.0,0.582017434886192 -8666,0.5,0.255951455205554,0.0,0.450095615758414,0.0,0.476114718552944 -8667,0.5,0.255951455205554,0.0,0.408185060353302,0.0,0.420921677445954 -8668,0.5,0.255951455205554,0.0,0.366044921423274,0.0,0.290431327462824 -8669,0.5,0.255951455205554,0.0,0.332015894337966,0.0,0.203502718588728 -8670,0.5,0.255951455205554,0.0,0.300264694249243,0.0,0.166511218977105 -8671,0.5,0.255951455205554,0.0,0.272883043921818,0.0,0.121567751866019 -8672,0.5,0.255951455205554,0.0,0.252356009043461,0.0,0.110587712837513 -8673,0.5,0.255951455205554,0.000951180710104495,0.235012966687323,0.0,0.147697913139256 -8674,0.5,0.255951455205554,0.0710267457356561,0.22043787831994,0.00531493283731866,0.230917169815357 -8675,0.5,0.255951455205554,0.198476967141983,0.211863953449648,0.051728934566646,0.247282925902154 -8676,0.5,0.255951455205554,0.297296428840647,0.205048320418476,0.0371414603641572,0.414639332527832 -8677,0.5,0.255951455205554,0.338359151753718,0.200220138666184,0.0335965396071454,0.494831465284653 -8678,0.5,0.255951455205554,0.315767362407068,0.195403344787908,0.0549722304835398,0.48409311218797 -8679,0.5,0.255951455205554,0.214307254991047,0.167155799147914,0.131631823152261,0.35601081361751 -8680,0.5,0.255951455205554,0.0282557061432348,0.138357110807051,0.0,0.25063988593177 -8681,0.5,0.255951455205554,0.0,0.108349050464638,0.0,0.128833013628474 -8682,0.5,0.255951455205554,0.0,0.0776037802735703,0.0,0.0690199604844348 -8683,0.5,0.255951455205554,0.0,0.054571121609706,0.0,0.0341368877058062 -8684,0.5,0.255951455205554,0.0,0.0362768371901809,0.0,0.055657115671789 -8685,0.5,0.255951455205554,0.0,0.0286095908411048,0.0,0.136530384997966 -8686,0.5,0.255951455205554,0.0,0.0307304060553336,0.0,0.208991893993028 -8687,0.5,0.255951455205554,0.0,0.0460322948511716,0.0,0.303338790921995 -8688,0.5,0.255951455205554,0.0,0.072023653084618,0.0,0.451814283599472 -8689,0.5,0.255951455205554,0.0,0.105486375462965,0.0,0.616156984278387 -8690,0.5,0.255951455205554,0.0,0.143109713394928,0.0,0.864587690875071 -8691,0.5,0.255951455205554,0.0,0.181573857873173,0.0,0.965579462302514 -8692,0.5,0.255951455205554,0.0,0.217925465057431,0.0,0.963165097757013 -8693,0.5,0.255951455205554,0.0,0.236681216781078,0.0,0.955694958340177 -8694,0.5,0.255951455205554,0.0,0.243299719292803,0.0,0.96277822759984 -8695,0.5,0.255951455205554,0.0,0.270805418967234,0.0,0.955592384162201 -8696,0.5,0.255951455205554,0.0,0.313721899923463,0.0,0.927382909264543 -8697,0.5,0.255951455205554,0.00097565292155547,0.342916996050744,0.0,0.923203458258792 -8698,0.5,0.255951455205554,0.0429753481354903,0.392945107193995,0.012783872654864,0.990384577496266 -8699,0.5,0.255951455205554,0.103261293097037,0.462301336791692,0.0252234021845975,0.99489604839112 -8700,0.5,0.255951455205554,0.138508399705158,0.513935838966943,0.0150650453954045,0.985036706617199 -8701,0.5,0.255951455205554,0.136024818465262,0.561426813156232,0.0324304127676581,0.923540406653476 -8702,0.5,0.255951455205554,0.104643591873463,0.579145398856583,0.0388349871900313,0.85187500510182 -8703,0.5,0.255951455205554,0.0568087199444561,0.540151570711109,0.0293619109828815,0.753871062667183 -8704,0.5,0.255951455205554,0.0111359249941846,0.477991315271437,0.0,0.635081672617444 -8705,0.5,0.255951455205554,1.02108343263207e-06,0.410785615302024,0.0,0.391897875643512 -8706,0.5,0.255951455205554,0.0,0.336028552086499,0.0,0.172740563127038 -8707,0.5,0.255951455205554,0.0,0.252409727655001,0.0,0.105665955559046 -8708,0.5,0.255951455205554,0.0,0.196983740047702,0.0,0.0938521908686796 -8709,0.5,0.255951455205554,0.0,0.156986594594485,0.0,0.127998586104121 -8710,0.5,0.255951455205554,0.0,0.125429680086051,0.0,0.16627076777237 -8711,0.5,0.255951455205554,0.0,0.0979989288898335,0.0,0.249165482714626 -8712,0.5,0.255951455205554,0.0,0.0800573573815134,0.0,0.549021924461909 -8713,0.5,0.255951455205554,0.0,0.0730670986231651,0.0,0.741519739261528 -8714,0.5,0.255951455205554,0.0,0.0803550740758059,0.0,0.768768685769198 -8715,0.5,0.255951455205554,0.0,0.0825107314413629,0.0,0.714109090145663 -8716,0.5,0.255951455205554,0.0,0.0833921182265334,0.0,0.659063585987752 -8717,0.5,0.255951455205554,0.0,0.0885385437984304,0.0,0.659358215068333 -8718,0.5,0.255951455205554,0.0,0.0975497602374056,0.0,0.701399118416827 -8719,0.5,0.255951455205554,0.0,0.112720621698016,0.0,0.740535026436629 -8720,0.5,0.255951455205554,0.0,0.121765440168348,0.0,0.743023809571504 -8721,0.5,0.255951455205554,0.00111534761766454,0.119844910593409,0.0,0.702930899675396 -8722,0.5,0.255951455205554,0.0447439384753153,0.123849838993334,0.0126991594026627,0.64367637877631 -8723,0.5,0.255951455205554,0.113253234565302,0.130722173204421,0.139936297503725,0.616428921734254 -8724,0.5,0.255951455205554,0.165274750849823,0.141519144910572,0.248064051027229,0.611085104030791 -8725,0.5,0.255951455205554,0.179830945816979,0.144842110902314,0.316457459984371,0.614883344518297 -8726,0.5,0.255951455205554,0.15550383995539,0.140687215357194,0.31570708393948,0.629873114652997 -8727,0.5,0.255951455205554,0.0995608877974081,0.133766150417778,0.235510204553516,0.643992240491431 -8728,0.5,0.255951455205554,0.0167768837123658,0.11868852742956,0.0,0.647019077220968 -8729,0.5,0.255951455205554,0.0,0.104137917487207,0.0,0.657631365916818 -8730,0.5,0.255951455205554,0.0,0.0991438457230104,0.0,0.656510464673693 -8731,0.5,0.255951455205554,0.0,0.100143718108342,0.0,0.651661967186897 -8732,0.5,0.255951455205554,0.0,0.0995194492737847,0.0,0.667518670226736 -8733,0.5,0.255951455205554,0.0,0.100054134356059,0.0,0.681443754041883 -8734,0.5,0.255951455205554,0.0,0.106561233345275,0.0,0.688724986773596 -8735,0.5,0.255951455205554,0.0,0.116506738598039,0.0,0.660780522534066 -8736,0.5,0.255951455205554,0.0,0.127406856977771,0.0,0.642595365469939 -8737,0.5,0.255951455205554,0.0,0.133003014740059,0.0,0.657107379483033 -8738,0.5,0.255951455205554,0.0,0.133416723842168,0.0,0.666514688987648 -8739,0.5,0.255951455205554,0.0,0.130313978561733,0.0,0.664038057401335 -8740,0.5,0.255951455205554,0.0,0.129082201981355,0.0,0.653836643698515 -8741,0.5,0.255951455205554,0.0,0.134126956242233,0.0,0.628883261501192 -8742,0.5,0.255951455205554,0.0,0.144024307214627,0.0,0.591834149260552 -8743,0.5,0.255951455205554,0.0,0.153896463471679,0.0,0.568436073286076 -8744,0.5,0.255951455205554,0.0,0.159704211062732,0.0,0.575590220397365 -8745,0.5,0.255951455205554,0.000672495874970056,0.157714163679771,0.0,0.602898665738393 -8746,0.5,0.255951455205554,0.0306264038220444,0.156431514899529,0.00567991111062041,0.652321683476112 -8747,0.5,0.255951455205554,0.0991560635313967,0.15581787378894,0.123905491828717,0.709447031730026 -8748,0.5,0.255951455205554,0.161143603288221,0.155596144214792,0.284390440505332,0.758063203736801 -8749,0.5,0.255951455205554,0.193997076299967,0.157503090680759,0.336726368114353,0.784452087668302 -8750,0.5,0.255951455205554,0.187233566287691,0.159147829015326,0.320588050813959,0.779820235777317 -8751,0.5,0.255951455205554,0.137904687905734,0.162682083128172,0.237489444279295,0.768053205705332 -8752,0.5,0.255951455205554,0.0259596899681652,0.168097802251846,0.0,0.784250110941497 -8753,0.5,0.255951455205554,0.0,0.170541374832599,0.0,0.839982221818772 -8754,0.5,0.255951455205554,0.0,0.177171103504317,0.0,0.882430744065298 -8755,0.5,0.255951455205554,0.0,0.186911461764092,0.0,0.914392622638004 -8756,0.5,0.255951455205554,0.0,0.196837081252105,0.0,0.941175560412895 -8757,0.5,0.255951455205554,0.0,0.204324166147184,0.0,0.958129845363011 -8758,0.5,0.255951455205554,0.0,0.211091804848756,0.0,0.96911753531501 -8759,0.5,0.255951455205554,0.0,0.2199241168392,0.0,0.977234408242557 diff --git a/tests/data/deflex_2014_de02_test_csv/chp-heat plants.csv b/tests/data/deflex_2014_de02_test_csv/chp-heat plants.csv deleted file mode 100644 index 987d3b99..00000000 --- a/tests/data/deflex_2014_de02_test_csv/chp-heat plants.csv +++ /dev/null @@ -1,7 +0,0 @@ -,,limit_heat_chp,capacity_heat_chp,capacity_elec_chp,limit_hp,capacity_hp,efficiency_hp,efficiency_heat_chp,efficiency_elec_chp,fuel -DE01,bioenergy,10199351,3885.46,2369.18,6677743,2543.9,0.75,0.41,0.25,bioenergy -DE01,hard coal,19377721,7381.98,4501.21,2714759,1034.2,0.75,0.41,0.25,hard coal -DE01,lignite,7466151,2844.25,1734.3,656887,250.25,0.75,0.41,0.25,lignite -DE01,natural gas,29532408,11250.42,6860.01,17784744,6775.13,0.75,0.41,0.25,natural gas -DE01,oil,377617,143.86,87.72,997798,380.12,0.75,0.41,0.25,oil -DE01,other,7003837,2668.13,1626.91,4316874,1644.53,0.75,0.41,0.25,other diff --git a/tests/data/deflex_2014_de02_test_csv/commodity sources.csv b/tests/data/deflex_2014_de02_test_csv/commodity sources.csv deleted file mode 100644 index 3ab15441..00000000 --- a/tests/data/deflex_2014_de02_test_csv/commodity sources.csv +++ /dev/null @@ -1,9 +0,0 @@ -,fuel,costs,emission -DE,nuclear,5.5,0.0 -DE,lignite,3.1,404.0 -DE,hard coal,12.53,337.0 -DE,natural gas,23.27,201.0 -DE,oil,33.2238329238329,280.0 -DE,waste,0.0,0.0 -DE,other,32.9238329238329,214.0 -DE,bioenergy,20.0,7.2 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv.zip b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv.zip deleted file mode 100644 index 65d062e5..00000000 Binary files a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv.zip and /dev/null differ diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/commodity_sources.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/commodity_sources.csv deleted file mode 100644 index 3ab15441..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/commodity_sources.csv +++ /dev/null @@ -1,9 +0,0 @@ -,fuel,costs,emission -DE,nuclear,5.5,0.0 -DE,lignite,3.1,404.0 -DE,hard coal,12.53,337.0 -DE,natural gas,23.27,201.0 -DE,oil,33.2238329238329,280.0 -DE,waste,0.0,0.0 -DE,other,32.9238329238329,214.0 -DE,bioenergy,20.0,7.2 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/demand_series.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/demand_series.csv deleted file mode 100644 index 44502d3f..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/demand_series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -de02,DE01 -,electrical_load -0,47274.4749847342 -1,45301.8470967543 -2,43454.9767683238 -3,42359.5343269082 -4,41560.2978358805 -5,40587.4949796626 -6,38768.6863195835 -7,39063.8529787922 -8,39743.5677581599 -9,42247.2878551308 -10,44580.5595612632 -11,47117.5377824817 -12,48105.9304096441 -13,47482.3388661652 -14,47093.6334804753 -15,47669.4163191275 -16,50821.671552763 -17,55887.3135649521 -18,56817.5042730533 -19,55863.4091621317 -20,53292.1334246724 -21,51721.7220101545 -22,51089.8159356136 -23,47719.3036063127 -24,44198.0900234628 -25,41865.8577093236 -26,41180.9462724318 -27,41376.338256456 -28,42727.4532841294 -29,45363.1668893532 -30,50687.5993613377 -31,56903.7677596518 -32,61022.5899008019 -33,63575.1579937789 -34,65298.3492442044 -35,66889.5469863771 -36,67151.4555213383 -37,66366.7694092619 -38,65215.2037319576 -39,64384.7876990409 -40,65862.699577443 -41,69414.0534110028 -42,69261.2735750952 -43,67217.9718706474 -44,63115.778892435 -45,60131.8933664655 -46,57917.1039799999 -47,53542.6093534061 -48,49438.3376920213 -49,46935.6568862296 -50,46137.4597871952 -51,46551.1087660707 -52,47659.0231048931 -53,49965.2725346674 -54,54267.0148632488 -55,59898.0464998557 -56,63225.94668104 -57,64957.4525633414 -58,66242.0511408917 -59,67791.676126941 -60,67899.7653331875 -61,66122.5294292317 -62,64679.9543582496 -63,64196.6708540854 -64,65863.7389694362 -65,69479.5305699465 -66,69369.3627813416 -67,66932.1591344937 -68,62915.1902508867 -69,60063.2982331701 -70,58357.7753360475 -71,54461.3675560938 -72,50055.6932867969 -73,47663.1803704241 -74,46322.458556985 -75,46197.7402886148 -76,46578.1311432428 -77,46571.8951945394 -78,47045.8247756485 -79,50040.1035158523 -80,53547.8059101163 -81,57297.6697020519 -82,59712.0083380726 -83,61342.7002540103 -84,61171.2125719925 -85,59861.6703004425 -86,58633.1949587808 -87,58648.7847297253 -88,61032.9831150362 -89,64649.8141075398 -90,64863.9138368602 -91,62472.4402116666 -92,58327.6350853377 -93,55743.8874504717 -94,54668.1920455315 -95,51203.1016985702 -96,47408.5471761595 -97,44569.1270558496 -98,43150.456286874 -99,42816.8347450796 -100,43057.9568515721 -101,42762.7901923633 -102,41943.8065640462 -103,43687.7842429405 -104,46516.8112498299 -105,50185.6082126912 -106,53436.5987295181 -107,56411.1304332465 -108,56461.0177204318 -109,54736.787178827 -110,53055.1685837109 -111,52715.3111940271 -112,54857.3481816663 -113,59744.2272719549 -114,61288.65560048 -115,59906.3610309176 -116,57046.154482139 -117,55340.6315850165 -118,55169.1439029988 -119,51576.2173133156 -120,48471.7707845068 -121,46651.9227324345 -122,45904.6522117646 -123,46187.3470743804 -124,47428.294212635 -125,49977.7443312602 -126,55203.4415200535 -127,61121.3252848072 -128,64032.4584119503 -129,65470.8762174014 -130,67297.9995093564 -131,68662.6256248019 -132,68759.2823256347 -133,67667.9971497501 -134,66597.4983015201 -135,66028.9907027506 -136,67614.9918882131 -137,71568.5621952348 -138,71696.3985387707 -139,69830.8204650439 -140,65896.9971944977 -141,62815.4155757022 -142,60277.3979624905 -143,55430.0130459667 -144,51448.3810705937 -145,49373.8998242568 -146,48482.1638979272 -147,49014.2953980975 -148,50737.486749337 -149,54670.270728704 -150,63261.2835892739 -151,71374.2095023898 -152,73825.9636290031 -153,73376.9777418935 -154,73837.3961344166 -155,74753.0363627526 -156,74247.9272397544 -157,73556.7799549732 -158,72215.0188503549 -159,71764.9935712522 -160,72866.6719613712 -161,77221.4195514896 -162,77278.5821793715 -163,75226.9659438617 -164,70776.6009440898 -165,66733.6491761178 -166,63229.0646553917 -167,57813.1721400984 -168,53741.1193117819 -169,51211.4162296321 -170,50130.5242679818 -171,50899.6205082996 -172,52455.4814430523 -173,56206.3845261672 -174,65040.5980755882 -175,72775.2119180625 -176,75061.7142105474 -177,74319.6402465876 -178,74901.6590339432 -179,76004.3767152415 -180,75163.5674680904 -181,74558.6836699077 -182,73252.2593727094 -183,72384.4278492002 -184,73517.2857812083 -185,77491.6426175126 -186,77286.8967104334 -187,75077.3039814919 -188,70463.765931578 -189,66951.9061709692 -190,63571.0007282479 -191,58388.9549787506 -192,54244.1498524216 -193,51926.4679172338 -194,51023.2994854906 -195,51593.8857674326 -196,53310.8411699687 -197,57050.31174767 -198,65828.4020612022 -199,73448.6907487268 -200,75952.4108456977 -201,75054.4389706647 -202,76033.477674772 -203,77071.7575891197 -204,76254.8527447891 -205,75803.7881745071 -206,74907.8949826466 -207,74391.3532534209 -208,75543.9583227184 -209,78695.1742651747 -210,78113.1554778191 -211,75706.092182495 -212,71078.0035520019 -213,67651.3679868123 -214,64168.609286548 -215,58700.7507000831 -216,54702.4895617723 -217,52591.6322168361 -218,51744.5870209817 -219,52278.7971035104 -220,54217.1274752496 -221,57688.4537709142 -222,65728.6273860177 -223,73527.6789954426 -224,75798.5915169829 -225,74758.2330202768 -226,75162.5281769112 -227,76028.2811180619 -228,75670.7552742611 -229,74180.3714984522 -230,72508.1068263911 -231,71562.3263473453 -232,72547.6010001561 -233,76451.2840199925 -234,75924.3491773464 -235,73627.4536706272 -236,69002.4830144857 -237,65488.5446715184 -238,63248.8116918671 -239,58695.5541433729 -240,55020.5213326221 -241,52598.9074567188 -242,51282.0899452861 -243,51300.7976905823 -244,51235.3206324525 -245,50850.7725122936 -246,51340.2918643473 -247,55089.1163651037 -248,58807.8006151502 -249,61941.3481034896 -250,64300.6027948009 -251,65481.2694316358 -252,64661.2466129534 -253,63004.5717118369 -254,61679.4396693424 -255,61279.3017782389 -256,62642.8886025052 -257,66606.8522245752 -258,66798.0869430684 -259,64518.8597896522 -260,60274.2800889527 -261,57867.2166928146 -262,56745.7912662201 -263,53225.6169745494 -264,50004.7666076184 -265,47707.8711008992 -266,46636.3329614899 -267,46423.2725233488 -268,46413.9187011077 -269,45937.9104368261 -270,45174.0108540324 -271,47040.6281181243 -272,49820.8071290078 -273,53014.6351187667 -274,55533.9449866822 -275,58397.2695098124 -276,58375.4437901645 -277,55929.9256122547 -278,54263.8968888971 -279,53804.5177875533 -280,55678.4103923419 -281,61853.0059337186 -282,64010.6326923023 -283,62712.5230269799 -284,59985.3492776334 -285,58346.342830634 -286,58369.2078414611 -287,55113.0206671101 -288,51983.6304443017 -289,50000.6093420874 -290,49419.6299467251 -291,49816.6498634768 -292,51668.7167486175 -293,55904.9819182551 -294,65948.9630640415 -295,74284.3034391676 -296,77116.4483195948 -297,77061.3644756994 -298,77445.9125958583 -299,78649.4442435204 -300,77998.8304236833 -301,77473.9741633956 -302,76448.1660456408 -303,75783.0017460384 -304,75975.2758565249 -305,79144.1601522842 -306,78590.20303328 -307,76373.3350644559 -308,71697.4378299499 -309,68009.9331217924 -310,65009.4185336991 -311,59576.8968554681 -312,55633.7196618668 -313,53404.3798964498 -314,52357.7853502263 -315,52754.805367792 -316,54387.5758660881 -317,58095.8669019003 -318,67040.2483407402 -319,75049.2424139545 -320,77396.025207859 -321,76826.4783179103 -322,77443.8339126858 -323,78090.290466992 -324,77459.4236836304 -325,76831.6748746205 -326,75843.282247458 -327,75494.0710355331 -328,75929.5457340566 -329,79267.8392302891 -330,78765.8479808287 -331,76720.4676940223 -332,72194.2324218862 -333,68366.4196744139 -334,65001.1040026372 -335,59629.9021170051 -336,55728.2976795271 -337,53484.4074343449 -338,52455.4814430523 -339,53010.4778532358 -340,54614.1474928153 -341,57973.2272158886 -342,66698.3122678839 -343,74332.1121439944 -344,76341.1162313876 -345,75757.0187608595 -346,76139.48829866 -347,77126.8415338292 -348,76677.8556467197 -349,76292.2682353815 -350,75471.2060247059 -351,75051.320996313 -352,75651.0082377856 -353,79246.0135106412 -354,78856.2687329581 -355,76665.3838501269 -356,72102.7723785775 -357,68491.1379427841 -358,65582.0833979996 -359,60434.3352655569 -360,56541.0453591409 -361,54056.0330074661 -362,52951.2366429954 -363,53597.6932981155 -364,55079.7624420486 -365,58834.8228915084 -366,67421.6784865474 -367,75113.6801809051 -368,77412.6543707968 -369,76943.9213463978 -370,77749.3937861289 -371,78546.5515939841 -372,78081.9759359301 -373,77585.1813439938 -374,76739.1754393186 -375,76131.1736667841 -376,76631.0862330721 -377,79606.6572279797 -378,78988.2623420249 -379,76905.4665646261 -380,72388.5851147311 -381,68651.1931193883 -382,65529.0781364626 -383,60223.3534097742 -384,55853.0160487113 -385,53534.2948223442 -386,52555.2560174229 -387,52951.2366429954 -388,54570.4960535194 -389,58012.7213896535 -390,66380.280597848 -391,74374.7241912971 -392,77181.9254785386 -393,77018.7523275828 -394,77522.8221594017 -395,77836.6965639067 -396,76437.7729322204 -397,74851.7717467579 -398,73389.4495384864 -399,72319.9900822496 -400,72622.431981341 -401,76744.3720968427 -402,76940.8033720461 -403,74448.5158813028 -404,69630.2318234956 -405,65894.9185113252 -406,63521.1133402487 -407,59330.5781922654 -408,55361.4180134852 -409,52884.7202936863 -410,51425.5160597665 -411,51241.5565811559 -412,51254.0283777487 -413,51413.0441623597 -414,52168.6293149055 -415,55745.9661336441 -416,59894.928525504 -417,62880.8927346459 -418,64755.8246306138 -419,65554.0218304622 -420,64545.8821668243 -421,62278.0875188217 -422,60386.5265607301 -423,60133.971948824 -424,61303.2060802453 -425,66576.7119738654 -426,67319.8252290043 -427,64792.200830027 -428,60444.7283789773 -429,58083.3951053075 -430,57328.8493447549 -431,53915.7249681514 -432,50343.5847061229 -433,48015.5096575147 -434,46792.2308725632 -435,46282.9644840341 -436,46383.7784503978 -437,45733.1645297468 -438,45177.1287275701 -439,47385.6821653323 -440,50917.2889624166 -441,54824.0899566047 -442,57834.9977589324 -443,60625.5699840501 -444,60222.314118595 -445,57827.7225190497 -446,56128.4355706306 -447,55544.3382009166 -448,56917.2789482379 -449,61885.2248676009 -450,63685.3257823838 -451,62152.3299592723 -452,59337.8534321481 -453,57795.5036859814 -454,57913.9861064622 -455,54423.9520655013 -456,51384.9825948223 -457,49682.5776720515 -458,48920.7566716163 -459,49371.8212418983 -460,51286.2472108171 -461,55421.6985149048 -462,65139.3334595934 -463,73273.045801178 -464,75886.9336867539 -465,77015.6343532311 -466,78110.0375034674 -467,79171.1825294563 -468,79030.8743893276 -469,78859.3867073098 -470,78112.1161866399 -471,77472.9348722164 -472,77220.3802603103 -473,79575.4776860907 -474,78947.7288770808 -475,76782.8268786144 -476,71960.3855552763 -477,68451.6438698332 -478,65525.9601621109 -479,60921.7759344381 -480,57090.8452126141 -481,54798.1069714259 -482,53716.1756177823 -483,53972.8874952193 -484,55465.3499542007 -485,58980.3275883472 -486,67473.6444569051 -487,75146.9384059666 -488,77898.0164573195 -489,77882.426585561 -490,78913.43136084 -491,79953.7898575462 -492,79338.5128451291 -493,78926.9424486121 -494,78146.4137028807 -495,77322.2335178534 -496,77145.5492791254 -497,79879.9981675405 -498,79520.3937413812 -499,77266.1102819647 -500,72850.0428992474 -501,69259.1948919227 -502,66156.8269454725 -503,61341.660962831 -504,57337.1638758168 -505,55045.4649258078 -506,54030.0500222873 -507,54368.8681207919 -508,55850.9373655389 -509,59321.2242692103 -510,67750.1033708176 -511,75188.51116209 -512,77772.2587969561 -513,77778.4947456595 -514,78542.3943284532 -515,79606.6572279797 -516,78765.8479808287 -517,78193.1831165282 -518,77171.5322643043 -519,76512.6039134053 -520,76414.9078205793 -521,79771.9090621081 -522,79914.2957845953 -523,77874.1120544991 -524,73077.6538171539 -525,69451.4689015952 -526,66684.8011801118 -527,61975.6456197303 -528,57991.9349611848 -529,55587.9896402124 -530,54668.1920455315 -531,54838.64043637 -532,56200.1486782778 -533,59686.0253528938 -534,67971.4783400207 -535,75615.6713295516 -536,77675.6020961232 -537,77708.8603211847 -538,78467.5633472683 -539,79205.480045697 -540,78710.7640361193 -541,78332.4518646637 -542,77602.8497981108 -543,76920.0170443914 -544,76924.1743099224 -545,80014.0703589659 -546,79989.1267657802 -547,77949.9824276772 -548,73491.3027960294 -549,69968.010630821 -550,67123.393852987 -551,62351.8792088274 -552,58513.6732471208 -553,56283.2941905246 -554,55045.4649258078 -555,55357.2607479543 -556,56563.910369968 -557,59830.4907585534 -558,68063.9777753226 -559,75572.0199910697 -560,78361.5528241943 -561,78347.002344429 -562,79230.4236388827 -563,79704.3532199918 -564,79016.3239095623 -565,77541.5299046979 -566,75986.7083619385 -567,75081.4612470229 -568,75013.9055057206 -569,78275.2893375958 -570,78272.1713632441 -571,75476.4025814161 -572,71170.5029873038 -573,67598.3627252753 -574,65564.4149438826 -575,61463.2612568495 -576,58186.2876540298 -577,55600.4614368052 -578,54066.4262217005 -579,53376.3182280985 -580,53327.4702320924 -581,52866.0125483901 -582,53362.8071403264 -583,57023.2894713119 -584,60818.8833857158 -585,64348.4114996277 -586,66520.5887379767 -587,67409.2066899545 -588,66479.0158810393 -589,64705.9373434285 -590,63036.7906457192 -591,62427.7494811915 -592,62885.0500001769 -593,67440.3862318436 -594,68906.8657056461 -595,66580.8692393963 -596,62533.7601050795 -597,59979.113429744 -598,59608.0763973572 -599,56851.8017892941 -600,53981.2020262812 -601,51481.6392956552 -602,49914.3458554889 -603,48981.037173036 -604,48503.9896175751 -605,47603.9391601837 -606,46584.3669911322 -607,48204.6656928355 -608,51703.0142648582 -609,55691.9214801139 -610,58780.7783387921 -611,61650.3387098118 -612,61415.4525520227 -613,59395.015959216 -614,57851.6269218701 -615,57346.5177988719 -616,58235.1357508498 -617,63512.7988091868 -618,66005.0862999302 -619,64650.853398719 -620,61982.920859613 -621,60739.895038186 -622,61188.8810261095 -623,57929.5758774067 -624,54603.7542785809 -625,52731.9403569648 -626,51733.1545155681 -627,51889.0524266413 -628,53437.6381215113 -629,57580.3645646678 -630,67163.9273179311 -631,74750.9577803941 -632,77141.3920135945 -633,77520.7435770432 -634,78288.8004253679 -635,78921.7458919019 -636,78262.817440189 -637,77693.2705502402 -638,76526.1150011774 -639,75847.439512989 -640,75277.8926230402 -641,78987.2229500317 -642,80029.6602307244 -643,78159.9248914667 -644,73805.1773013483 -645,70438.8222375784 -646,67534.964249504 -647,62869.4602292324 -648,59011.5071302363 -649,56930.79003601 -650,55750.1233991751 -651,56109.7278253344 -652,57314.2988649896 -653,60673.3786888769 -654,69089.7858930774 -655,76396.200075283 -656,78017.5381689795 -657,77653.7763764753 -658,78066.3861649856 -659,78570.4559968045 -660,77847.089778141 -661,77175.6895298353 -662,76168.5891573766 -663,75403.6502834037 -664,75061.7142105474 -665,79037.110338031 -666,80631.4260545554 -667,78792.8702571868 -668,74323.7975121186 -669,70933.5381463422 -670,67811.4231634165 -671,63450.4396245947 -672,59897.0072086764 -673,57470.1967760629 -674,56316.5524155861 -675,56394.5013711227 -676,57531.5165686618 -677,60779.3892119509 -678,69296.6103825152 -679,76824.3996347378 -680,78973.7118622597 -681,78967.4759135563 -682,79742.8081025775 -683,80478.6461178338 -684,79854.0152831756 -685,79343.7095026533 -686,78258.660174658 -687,77494.7605918643 -688,76887.7981105092 -689,80186.5974329768 -690,81346.477641343 -691,79354.1027168876 -692,74810.1989906345 -693,71309.7717354393 -694,68717.7095695113 -695,64378.5517503375 -696,60510.2055379211 -697,58456.5107200528 -698,57124.1034376757 -699,57037.8399510772 -700,58058.4514113079 -701,61275.144512708 -702,69383.9131602929 -703,76656.0299270718 -704,78453.012867503 -705,78467.5633472683 -706,79223.148499814 -707,79744.886684936 -708,78955.0041169634 -709,78208.7728874727 -710,76847.264645565 -711,76127.0164012532 -712,75564.7447511871 -713,79175.3397949872 -714,80833.053987283 -715,79047.5035522653 -716,74644.9471565062 -717,71060.3350978849 -718,68153.3592362728 -719,63822.5159481608 -720,60145.4044542376 -721,57844.3516819875 -722,56511.9443996103 -723,56550.399181382 -724,57586.6005133712 -725,60778.3499207717 -726,68514.0029536113 -727,75557.4695113044 -728,77593.4958750557 -729,77298.329215847 -730,77694.3098414195 -731,77811.752970721 -732,76718.3891116638 -733,74982.7259638315 -734,73167.0352781041 -735,72300.2429449602 -736,72063.2782048126 -737,76147.8028297219 -738,77920.8814681467 -739,75859.9114103958 -740,71364.8556801487 -741,67945.4953548418 -742,65967.6708093377 -743,61866.5171223047 -744,58336.9890083928 -745,56035.9362361427 -746,54388.6151572673 -747,53855.4444667318 -748,53410.6157443393 -749,53194.4374326604 -750,53688.114050245 -751,57408.87688265 -752,61020.5113184434 -753,64296.4455292699 -754,66438.4825169091 -755,67489.2342278496 -756,66569.4367339827 -757,64856.6385969776 -758,63004.5717118369 -759,62320.6996669383 -760,62652.2425255602 -761,66503.9595750389 -762,68242.740697223 -763,65750.4531056656 -764,61459.1039913186 -765,58937.7155410446 -766,58161.3440608441 -767,54952.9655913199 -768,51501.3863321307 -769,48721.2074220612 -770,47274.4749847342 -771,46929.4210383402 -772,47094.6727716545 -773,46569.8165113669 -774,45831.8999137521 -775,47959.386320812 -776,51508.6615720133 -777,55197.2055713501 -778,57953.4801794131 -779,60397.9590661437 -780,59638.216648067 -781,57251.9396803976 -782,55722.0617308237 -783,54948.808224975 -784,55424.8164892565 -785,60275.319380132 -786,64397.2594956337 -787,63388.0805408166 -788,60655.71023476 -789,59305.6344982658 -790,59508.3018229866 -791,56063.99780368 -792,53152.864575723 -793,51712.3681879133 -794,51105.4057065582 -795,51539.8411139024 -796,53101.9379973585 -797,57060.7049619043 -798,65968.7102013309 -799,73768.8011019351 -800,76379.5710131592 -801,76751.6473367254 -802,77611.1643291727 -803,78461.3274993788 -804,77945.8250613323 -805,77433.4406984515 -806,76389.9642273936 -807,75867.1866502784 -808,75136.5451917323 -809,78186.9471678248 -810,79703.3139288126 -811,77766.0228482527 -812,73184.7036314071 -813,69367.2840981692 -814,66524.7460035076 -815,62017.2183758537 -816,58420.1345206396 -817,56260.4291796974 -818,55328.1597884237 -819,55555.7707063301 -820,56802.9537932881 -821,59874.1420970353 -822,68030.719550261 -823,75433.7905341135 -824,77250.5205110202 -825,77181.9254785386 -826,77820.0675017829 -827,78652.5622178721 -828,77673.5235137647 -829,77010.4377965209 -830,75871.3439158094 -831,74662.6156106232 -832,73656.5546301577 -833,76765.1584244974 -834,79560.9272063254 -835,77883.4659775542 -836,73326.051062715 -837,69817.3092764579 -838,66682.7224969393 -839,61933.0335724277 -840,58375.4437901645 -841,56072.3123347419 -842,55166.026029461 -843,55450.7994744354 -844,56845.5658405907 -845,60196.3311334161 -846,68473.4695894811 -847,75616.7107215448 -848,77338.8626807911 -849,77255.7171685443 -850,78157.8462082942 -851,78927.9817397913 -852,78006.1056635659 -853,77563.3556243459 -854,76365.020533394 -855,75618.7893039033 -856,74796.6878020485 -857,77725.4893833085 -858,79837.3861202379 -859,77983.2405519248 -860,73387.3709561279 -861,69651.0182519643 -862,66965.4173595552 -863,61703.3439713488 -864,57960.7554192958 -865,55642.0341929286 -866,54508.1368689273 -867,54781.4779093021 -868,56029.7002874393 -869,59541.5599472341 -870,68025.5229935509 -871,74931.799284653 -872,76366.0598245732 -873,75930.5851260498 -874,76505.3286735227 -875,77436.5586728032 -876,76522.9970268257 -877,75804.8274656864 -878,74491.1279286054 -879,73518.3251732015 -880,72961.2499790316 -881,76398.2787584555 -882,79020.4811750932 -883,77470.8561890439 -884,72863.5539870195 -885,69118.886751794 -886,65771.2395341343 -887,60512.2841202796 -888,56657.4490964492 -889,54133.9819630028 -890,53019.8317762909 -891,53452.1886012766 -892,55295.9408545414 -893,58870.1597997423 -894,66955.0241453209 -895,74046.2993070268 -896,76157.156651963 -897,76081.2863795988 -898,77018.7523275828 -899,77961.4149330908 -900,77052.0105526443 -901,75660.3620600267 -902,74257.2811628095 -903,73563.0159036766 -904,73319.8152148256 -905,75354.8022873976 -906,76836.8714313307 -907,74458.9090955371 -908,70192.5035743757 -909,66485.2518297427 -910,63852.6561988706 -911,59388.7801113266 -912,55519.3945069169 -913,53392.9473910362 -914,52319.3305684546 -915,52329.7237826889 -916,52602.0254310705 -917,52526.1551587063 -918,53179.8869528951 -919,56625.2301625669 -920,60548.6603196928 -921,63795.4936718027 -922,65669.3862765913 -923,66635.9530832918 -924,65695.3692617701 -925,63759.1174723895 -926,61878.9889188975 -927,61436.2389804914 -928,61578.6257029786 -929,65363.8264031482 -930,67466.3692170225 -931,65010.4578248783 -932,60558.0142427479 -933,57795.5036859814 -934,56833.0940439979 -935,53087.3875175932 -936,49427.944477787 -937,47228.7449630799 -938,46152.0101661465 -939,45997.1516470665 -940,46276.7285353306 -941,46038.7244031899 -942,45614.68221008 -943,47470.9063607516 -944,50885.0700285343 -945,54600.6363042292 -946,57520.0840632482 -947,60419.7847857916 -948,59836.7266064428 -949,57521.1233544274 -950,55856.1339222491 -951,55310.4913343067 -952,55464.3105622075 -953,59302.5165239141 -954,63705.0728188593 -955,62523.3668908451 -956,59918.8328275104 -957,58247.6075474426 -958,58350.5000961649 -959,54971.6733366161 -960,52126.0171667889 -961,50771.7842655777 -962,50309.2871898822 -963,51011.866980077 -964,52697.6427399101 -965,56448.5459238389 -966,65796.1832281339 -967,73296.9501031845 -968,75544.9976138976 -969,76015.809321469 -970,76865.9723908612 -971,77836.6965639067 -972,77201.6725150141 -973,76657.069218251 -974,75424.4366110584 -975,74683.4020390918 -976,73776.0763418177 -977,76349.4307624495 -978,78691.0169996438 -979,77046.8139959341 -980,72413.5288087308 -981,68645.9965626781 -982,65489.5839626976 -983,60191.134475892 -984,56181.4409329816 -985,53983.2807094537 -986,53087.3875175932 -987,53313.9591443204 -988,54914.5107087342 -989,58557.3246864166 -990,67334.3756079557 -991,74317.5616642292 -992,76362.9419510355 -993,76566.6484661216 -994,77612.2036203519 -995,78676.4665198785 -996,77909.4489627331 -997,77099.8192574711 -998,75442.1050651754 -999,74255.2024796371 -1000,73316.6972404739 -1001,75531.4865261256 -1002,79008.0093785004 -1003,77504.1144141055 -1004,73230.4337538754 -1005,69614.6420525511 -1006,66502.9202838597 -1007,61338.5429884793 -1008,57622.9767127844 -1009,55402.9907696086 -1010,54446.8170763285 -1011,54727.4332557719 -1012,56186.6374896917 -1013,59786.8393192576 -1014,68061.8990921501 -1015,74541.0153166047 -1016,76048.0281545373 -1017,75847.439512989 -1018,76657.069218251 -1019,77733.8040151844 -1020,76809.8491549725 -1021,75740.3896987358 -1022,74293.6572614088 -1023,73083.8896650433 -1024,71955.1889985662 -1025,74879.8333142953 -1026,79083.8796508646 -1027,77496.8391742228 -1028,72877.0651756055 -1029,69127.2013836699 -1030,66288.8204537253 -1031,61397.7841987197 -1032,57445.2530820633 -1033,55119.2566158135 -1034,54180.7513766503 -1035,54500.8616290447 -1036,55991.2455056676 -1037,59672.5141643077 -1038,68010.9725137856 -1039,74245.8486573959 -1040,75371.4313495214 -1041,75625.0252526067 -1042,76607.1819310657 -1043,78016.4987769863 -1044,77716.1355610674 -1045,76854.5398854476 -1046,75856.7934360441 -1047,75708.1707648535 -1048,74824.7494703998 -1049,76835.8321401514 -1050,78509.1361033917 -1051,76977.1795714594 -1052,72260.7488720092 -1053,68666.7828903328 -1054,65693.2905785977 -1055,60811.6081458332 -1056,57322.6133960515 -1057,55294.9015633622 -1058,54338.727870082 -1059,54818.8933998946 -1060,56361.2431460612 -1061,59486.4761033386 -1062,67835.3275662369 -1063,74149.1919565631 -1064,75707.1314736743 -1065,75445.2230395271 -1066,76036.5956491237 -1067,76642.5187384857 -1068,75375.5886150523 -1069,74124.2482625635 -1070,72450.9442993232 -1071,71496.8491884016 -1072,71092.5540317672 -1073,73918.4630643049 -1074,76771.3943732008 -1075,74513.9929394326 -1076,70178.9923857897 -1077,66843.8169647228 -1078,64305.7993515111 -1079,59581.054120999 -1080,55182.6550915848 -1081,52706.9966629652 -1082,51418.2408198839 -1083,50954.7044530091 -1084,51029.535434194 -1085,51198.9444330393 -1086,52513.6832612995 -1087,55792.7354464777 -1088,59674.5928474802 -1089,63261.2835892739 -1090,65188.1814555995 -1091,66241.0118497125 -1092,65074.8955918289 -1093,62863.224280529 -1094,61310.481320128 -1095,60535.1492319207 -1096,60167.2301738855 -1097,63049.262442312 -1098,66628.6778434092 -1099,64483.5229822322 -1100,60233.7466240086 -1101,57504.4942923036 -1102,56384.1081568884 -1103,52914.8605443962 -1104,49356.2314709537 -1105,46853.5506651621 -1106,45604.2889958456 -1107,45546.0870767845 -1108,46052.2355917759 -1109,45676.0020026789 -1110,45152.1851343844 -1111,46930.4603295194 -1112,50616.9256456837 -1113,54682.7425252968 -1114,57564.7747937233 -1115,60212.9601955399 -1116,59351.3645199201 -1117,56996.2671949537 -1118,55129.6498300478 -1119,54183.869351002 -1120,53864.7982889729 -1121,56758.263062813 -1122,62555.5858247274 -1123,62118.0323422175 -1124,59300.4379415556 -1125,57763.2847520992 -1126,57714.4367560931 -1127,54426.0306478598 -1128,51263.3821999899 -1129,50005.8059996116 -1130,49652.4374213417 -1131,50546.2519300298 -1132,52207.0840966772 -1133,55992.2847968468 -1134,65670.4255677705 -1135,72473.8093101504 -1136,74311.3257155258 -1137,74837.2212669926 -1138,75493.0317443539 -1139,76049.0674457166 -1140,75496.1496178916 -1141,74890.2265285296 -1142,73711.6384740532 -1143,72374.0346349659 -1144,70842.0781030335 -1145,72887.4583898399 -1146,77109.1730797122 -1147,75948.2534793528 -1148,71545.6971844076 -1149,67665.9184665776 -1150,64401.4167611647 -1151,59513.4983796968 -1152,55911.2178669585 -1153,53938.5899789786 -1154,53419.9696673944 -1155,53953.1404587439 -1156,55421.6985149048 -1157,58867.0418253906 -1158,67440.3862318436 -1159,73760.4865708732 -1160,75670.7552742611 -1161,75801.7094913347 -1162,76507.4072558812 -1163,77360.688400439 -1164,76471.031056468 -1165,75999.1801585313 -1166,74608.5710579069 -1167,73594.1954455656 -1168,72278.4173261262 -1169,74222.9835457548 -1170,78093.4084413437 -1171,76736.0574649669 -1172,72111.0869096394 -1173,68336.2794237041 -1174,64883.6608733357 -1175,59758.7777517202 -1176,55936.1615609581 -1177,53735.9227550718 -1178,52671.6598555452 -1179,53292.1334246724 -1180,54857.3481816663 -1181,58540.6955234789 -1182,67119.236587456 -1183,73930.9348608978 -1184,76009.5733727656 -1185,76372.2957732766 -1186,77382.514120087 -1187,78393.7716572626 -1188,77564.3949155251 -1189,76871.1690483854 -1190,75498.228301064 -1191,74476.5774488401 -1192,73182.6250490486 -1193,74870.4794920541 -1194,78240.991821355 -1195,76816.0851036759 -1196,72247.2376834232 -1197,68227.1509262784 -1198,65226.6362373712 -1199,59845.0412383187 -1200,55691.9214801139 -1201,53542.6093534061 -1202,52434.6950145836 -1203,52919.0178099271 -1204,54394.8511059707 -1205,58056.3728289494 -1206,66754.4355037725 -1207,73162.8779117592 -1208,74803.9630419311 -1209,74932.8386766462 -1210,75432.7511421203 -1211,76029.3204092411 -1212,74932.8386766462 -1213,74431.886718365 -1214,73373.8597675418 -1215,72469.6520446194 -1216,71459.4336978091 -1217,73469.4771771954 -1218,77555.041093284 -1219,76276.678363623 -1220,71986.3685404552 -1221,67916.3943953112 -1222,64714.2518744904 -1223,59612.2336628881 -1224,55187.851648295 -1225,52827.5576658044 -1226,51985.7091274741 -1227,52385.8470185776 -1228,54298.1944051379 -1229,57688.4537709142 -1230,66427.0499106816 -1231,72602.6848440515 -1232,74708.3456322775 -1233,75285.1678629229 -1234,76168.5891573766 -1235,76862.8544165095 -1236,75953.4501368769 -1237,74585.7060470798 -1238,72925.9131716116 -1239,71794.0945307827 -1240,70702.809354898 -1241,71869.9648031469 -1242,75434.8298252927 -1243,74008.8838164344 -1244,69298.6890656877 -1245,65615.3416230611 -1246,63376.648035403 -1247,58929.4009091687 -1248,55201.362836881 -1249,52908.6245956928 -1250,51545.0377714265 -1251,51472.2853726001 -1252,51713.4074790926 -1253,51655.2055600314 -1254,52497.0541991757 -1255,55396.7548209052 -1256,58978.2490059888 -1257,62164.8017558651 -1258,63949.3128997035 -1259,65119.586322304 -1260,63905.6614604076 -1261,61748.0347018239 -1262,59765.0135996096 -1263,58925.2436436378 -1264,58329.7137685102 -1265,60865.6526985494 -1266,65493.7413290426 -1267,63761.1961555619 -1268,59666.2783164183 -1269,56874.6668001213 -1270,55820.797114829 -1271,52017.9279605424 -1272,48717.0500557163 -1273,46289.2003319235 -1274,45180.2467019218 -1275,45043.0565361448 -1276,45274.8248203962 -1277,45131.3987059158 -1278,44397.6393738319 -1279,45865.1581388136 -1280,49691.9314942927 -1281,53312.9197523272 -1282,55822.8756971875 -1283,58124.9678614309 -1284,57165.676193799 -1285,54544.5130683406 -1286,52220.5952852632 -1287,51149.057145854 -1288,51104.3664153789 -1289,54400.0476626809 -1290,61483.008293325 -1291,61651.378000991 -1292,58873.2776732801 -1293,56960.9302867198 -1294,56825.8188041152 -1295,53335.7847631543 -1296,50293.6974189377 -1297,48822.021388425 -1298,48317.951556606 -1299,49164.9966516465 -1300,51304.9549561133 -1301,55878.9990338902 -1302,65324.3322293833 -1303,71237.0194374268 -1304,73262.6525869437 -1305,73461.1625453196 -1306,73978.7435657246 -1307,74895.4230852398 -1308,74090.990037502 -1309,73173.2711259935 -1310,71779.5440510175 -1311,70452.3334261644 -1312,68747.8498202212 -1313,70226.8010906165 -1314,75807.9454400381 -1315,75544.9976138976 -1316,71252.6092083713 -1317,67372.8304905413 -1318,63499.2876206008 -1319,58444.038822646 -1320,54850.0729417836 -1321,52670.620463552 -1322,52098.9948904308 -1323,52729.8616737924 -1324,54716.0007503583 -1325,58438.8422659359 -1326,67157.6913692277 -1327,72615.1567414583 -1328,74180.3714984522 -1329,74138.7987423287 -1330,74684.4413302711 -1331,75420.2793455274 -1332,74870.4794920541 -1333,74043.1813326751 -1334,72873.9472012538 -1335,72072.6320270537 -1336,71064.4923634159 -1337,72537.2077859217 -1338,76746.4506792012 -1339,75932.6637084083 -1340,71401.2318795619 -1341,67212.7753139371 -1342,63266.4801459841 -1343,58494.9655018245 -1344,54617.265467167 -1345,52430.5377490527 -1346,51538.8018227231 -1347,52112.5060790168 -1348,53992.6345316948 -1349,57889.0424124626 -1350,66628.6778434092 -1351,72528.8932548598 -1352,74544.1331901424 -1353,74566.9983017835 -1354,75253.9883210338 -1355,76015.809321469 -1356,75270.6173831576 -1357,74862.1649609923 -1358,73346.8374911837 -1359,72262.8274543677 -1360,70889.8868078603 -1361,72147.4631090526 -1362,76411.7899470415 -1363,76003.3374240622 -1364,71512.4389593461 -1365,67678.3903639844 -1366,64155.098097962 -1367,59078.0235803593 -1368,55060.0154055731 -1369,53006.3205877049 -1370,52245.5388784489 -1371,52988.6521335879 -1372,54563.2208136368 -1373,58157.1867953132 -1374,66594.3803271684 -1375,72282.5745916571 -1376,74373.6849001178 -1377,74611.6890322586 -1378,75253.9883210338 -1379,75882.776421223 -1380,74946.3497644183 -1381,73892.4800791261 -1382,72757.5434639455 -1383,71593.5058892344 -1384,70749.5786677316 -1385,72092.3791643432 -1386,75927.4671516981 -1387,75414.043396824 -1388,71008.3691275271 -1389,67546.3967549176 -1390,64129.1151127831 -1391,59094.6527432971 -1392,55428.9737547875 -1393,53302.5265380928 -1394,52547.9807775403 -1395,52821.321817915 -1396,54573.6140278711 -1397,57726.9085526859 -1398,65455.2864464569 -1399,71087.357475057 -1400,73481.9489737883 -1401,73713.7171572257 -1402,74880.8727062885 -1403,75337.1338332806 -1404,74248.9665309337 -1405,72444.7083506198 -1406,71123.7335736562 -1407,69629.1925323164 -1408,68711.4736208079 -1409,69588.6590673722 -1410,73552.6226894422 -1411,72864.5933790127 -1412,68395.5206339445 -1413,64796.3580955579 -1414,62383.0587507164 -1415,57939.9689908271 -1416,54059.1509818178 -1417,51679.1099628518 -1418,50462.0671266037 -1419,50147.1533301056 -1420,50626.2795687388 -1421,50635.63339098 -1422,51408.8868968288 -1423,54088.2519413484 -1424,58126.0071526101 -1425,61402.9807554299 -1426,62975.4707523063 -1427,63720.6626906178 -1428,62476.5974771976 -1429,60673.3786888769 -1430,58704.907965614 -1431,57847.4696563392 -1432,57653.1169634942 -1433,59671.4748731285 -1434,64233.0470534986 -1435,63427.5746137675 -1436,59222.488986019 -1437,56530.6521449065 -1438,55489.2542562071 -1439,52256.9713838625 -1440,48945.700365616 -1441,46531.3617295952 -1442,45212.4656358041 -1443,45008.759019904 -1444,45390.1891657113 -1445,45096.0618984958 -1446,44415.3077271349 -1447,45968.0506875359 -1448,49993.3341022048 -1449,53689.1533414242 -1450,56157.5365301612 -1451,58332.8317428619 -1452,57131.3786775583 -1453,54604.7935697602 -1454,52267.3645980968 -1455,51345.4884210574 -1456,51429.6733252975 -1457,53886.6240086208 -1458,59921.9508018621 -1459,60680.6538279456 -1460,58066.7659423698 -1461,56653.2918309182 -1462,56890.2565710658 -1463,53572.7496041159 -1464,50530.6621590852 -1465,48858.3974870242 -1466,48085.1439811755 -1467,48616.2360893525 -1468,50249.0066884626 -1469,54282.6046341933 -1470,61652.4173929842 -1471,66444.7183647985 -1472,69637.5070633783 -1473,70922.1056409286 -1474,71971.8180606899 -1475,73200.2935031656 -1476,72516.421357453 -1477,71663.1403137091 -1478,69742.478295273 -1479,68682.3727620913 -1480,67606.6772563372 -1481,68736.4173148076 -1482,72774.1725260693 -1483,72858.3574303093 -1484,68743.6925546902 -1485,65352.3938977346 -1486,62491.1479569629 -1487,57938.9296996479 -1488,54501.9010210379 -1489,52413.908586115 -1490,51448.3810705937 -1491,52031.4391491285 -1492,53709.9397698929 -1493,57165.676193799 -1494,64263.1873042084 -1495,69214.5041614476 -1496,72076.7893933986 -1497,72750.2682240629 -1498,73716.8351315774 -1499,74876.7153399436 -1500,73909.1091412498 -1501,72332.4618788424 -1502,70801.5446380894 -1503,69670.7652884398 -1504,68955.7137016521 -1505,70262.1379988505 -1506,74269.7529594023 -1507,74606.4923747345 -1508,70339.0475623938 -1509,66440.5610992676 -1510,63244.6544263362 -1511,58369.2078414611 -1512,54847.9942586112 -1513,52622.8117587252 -1514,51754.980235216 -1515,52319.3305684546 -1516,54186.9872245397 -1517,57906.7108665795 -1518,65858.542311912 -1519,71057.2172243472 -1520,73882.0868648917 -1521,74495.2851941364 -1522,75160.4494937387 -1523,76234.0663163204 -1524,75697.7775506192 -1525,74452.6731468337 -1526,73112.9906245739 -1527,72231.6479124786 -1528,70878.4543024468 -1529,71320.1649496736 -1530,75235.2805757376 -1531,75824.5745021618 -1532,71242.215994137 -1533,67390.4989446583 -1534,64273.5805184427 -1535,59369.0329740371 -1536,55418.5805405531 -1537,53323.3129665615 -1538,52722.5864339097 -1539,53335.7847631543 -1540,54930.1004796787 -1541,58547.9707633615 -1542,66254.5229374846 -1543,71430.3327382785 -1544,73781.2728985279 -1545,73961.0751116076 -1546,74853.8503291164 -1547,76014.7699294758 -1548,74816.4348385239 -1549,73740.7394335838 -1550,71986.3685404552 -1551,70771.4043873796 -1552,69273.745371688 -1553,69830.8204650439 -1554,74406.9431251793 -1555,75929.5457340566 -1556,71313.9290009702 -1557,67423.7570689059 -1558,63979.4531504133 -1559,59141.4220561307 -1560,55509.0012926826 -1561,53485.4467255242 -1562,52748.5694190886 -1563,53360.728457154 -1564,54884.3704580244 -1565,58485.6116795834 -1566,66073.6814332257 -1567,71115.4190425943 -1568,73425.8257378996 -1569,73673.1836922815 -1570,74205.3151924518 -1571,74538.9366334322 -1572,73142.0915841045 -1573,71617.4102920548 -1574,69625.0352667854 -1575,68211.5610545199 -1576,67329.1790512455 -1577,68756.164351283 -1578,73122.344547629 -1579,73445.5727743751 -1580,68385.1274197102 -1581,64143.6655925484 -1582,61088.0670597457 -1583,56450.6246070114 -1584,53147.6680190128 -1585,50591.9820524981 -1586,49249.1815558866 -1587,49110.9520989303 -1588,49631.650992873 -1589,50103.5019916237 -1590,50991.0805516083 -1591,54273.2507111383 -1592,58369.2078414611 -1593,60931.1298574932 -1594,62066.0664726737 -1595,62264.5764310496 -1596,60633.884515112 -1597,58307.8880488622 -1598,56246.9179911114 -1599,55043.3863434493 -1600,54662.9954888213 -1601,56347.7319574752 -1602,61186.802342937 -1603,62489.0693746044 -1604,58603.054708071 -1605,55766.7524612988 -1606,54656.7595401179 -1607,50808.160364177 -1608,47121.6950480127 -1609,44826.8782244659 -1610,43886.2943021303 -1611,43729.3570998778 -1612,44311.3757864194 -1613,44339.4374547707 -1614,43509.021421854 -1615,45284.1786426373 -1616,49172.2718915292 -1617,52240.3423217387 -1618,54185.9479333605 -1619,55801.0500783536 -1620,54517.4907919824 -1621,52024.1639092458 -1622,49860.3013027727 -1623,48388.625171446 -1624,48403.1756512113 -1625,51060.7149760831 -1626,57120.985463324 -1627,60068.4948906942 -1628,57157.3616627372 -1629,54924.9039229685 -1630,54164.1222137126 -1631,50527.5441847335 -1632,47661.1017880656 -1633,46126.0271809676 -1634,45579.345301846 -1635,46425.3512065212 -1636,48934.2678602024 -1637,54169.3188712367 -1638,63658.3035060257 -1639,68982.7359780102 -1640,71371.0916288521 -1641,71520.753591222 -1642,72274.2599597813 -1643,73358.2699965973 -1644,72561.1120879281 -1645,71627.8034054752 -1646,70265.2558723882 -1647,69210.3468959167 -1648,67738.670865404 -1649,68374.7342054758 -1650,72597.4882873414 -1651,74939.0745245357 -1652,70186.2676256723 -1653,65699.5265273011 -1654,61871.7136790149 -1655,56723.9655465722 -1656,53196.5160150188 -1657,51333.0166244646 -1658,50657.4591106279 -1659,51425.5160597665 -1660,53375.2789369192 -1661,57602.1902843157 -1662,65592.4766122339 -1663,70664.3544723124 -1664,72977.8791419693 -1665,73039.1989345682 -1666,73636.8074928683 -1667,74656.3796619198 -1668,73596.2741287381 -1669,72894.7336297225 -1670,71331.5974550872 -1671,70129.1050986044 -1672,68501.5311570185 -1673,69206.1896303858 -1674,73181.5856570554 -1675,75560.5874856561 -1676,71003.172570817 -1677,66688.9584456427 -1678,62681.3433842769 -1679,57480.5898894833 -1680,53704.7431123687 -1681,51726.9186676786 -1682,51009.7882969045 -1683,51841.2437218145 -1684,53714.0970354238 -1685,57670.7853167972 -1686,65591.4373210547 -1687,70596.7987310101 -1688,72697.2629625259 -1689,72807.4307511308 -1690,73434.1402689615 -1691,74353.9377628284 -1692,73354.1127310664 -1693,72643.2183089957 -1694,71005.2512539894 -1695,69648.9395687919 -1696,67967.3210744897 -1697,68728.1027837457 -1698,72437.4331107372 -1699,74996.2370516036 -1700,70642.5287526645 -1701,66344.943790428 -1702,62338.3680202413 -1703,57006.6604091881 -1704,53395.0259733947 -1705,51363.1568751744 -1706,50611.7290889736 -1707,51636.4978147352 -1708,53620.5583089427 -1709,57569.9713504334 -1710,65277.5629165497 -1711,70317.2218427459 -1712,72352.2089153179 -1713,72445.7476417991 -1714,73263.6918781229 -1715,74068.1250266748 -1716,73273.045801178 -1717,72594.3703129896 -1718,70899.2406301015 -1719,69404.6995887616 -1720,67885.2148534222 -1721,68331.08276618 -1722,72156.8169312937 -1723,74470.3416009507 -1724,70125.9871242527 -1725,65890.7612457943 -1726,61901.8540305386 -1727,56944.301224596 -1728,53002.1633221739 -1729,51030.5747253732 -1730,50410.101156246 -1731,51143.8604883299 -1732,53127.9209825373 -1733,57048.2331653115 -1734,64714.2518744904 -1735,70012.7013612961 -1736,72482.1238412123 -1737,72555.9155312179 -1738,73319.8152148256 -1739,73870.6543594781 -1740,72842.7676593648 -1741,71166.3457217728 -1742,69062.7635159053 -1743,67393.6168181961 -1744,66196.3211192374 -1745,66955.0241453209 -1746,70186.2676256723 -1747,72317.9113990771 -1748,67840.5241229471 -1749,63903.5828780491 -1750,60721.1872928898 -1751,56154.4185558095 -1752,52095.8769160791 -1753,49836.3968999523 -1754,48459.2988871 -1755,48395.9004113287 -1756,48995.5876528012 -1757,49363.5067108364 -1758,50823.7502359355 -1759,54176.5941111194 -1760,58586.4256459472 -1761,62172.0769957477 -1762,63920.2119401729 -1763,64847.2846739225 -1764,63353.7829237619 -1765,61299.0488147144 -1766,59411.6451221537 -1767,58683.08234678 -1768,58082.3558141283 -1769,59434.5101329809 -1770,62949.4877671275 -1771,63381.8445921132 -1772,59113.3604885933 -1773,56071.2730435627 -1774,54620.3833407047 -1775,51145.9391715023 -1776,47331.6375118021 -1777,45156.3423999154 -1778,44200.1687066353 -1779,44039.0742388518 -1780,44316.5724439436 -1781,44180.4215693458 -1782,43857.1933425997 -1783,46142.6563439053 -1784,50163.7824930433 -1785,53803.478496374 -1786,56358.1251717095 -1787,58985.5242458714 -1788,58052.2155634184 -1789,55652.427407163 -1790,53544.6879357646 -1791,52544.8629040025 -1792,52323.4878339855 -1793,54230.6386638356 -1794,58146.7935810788 -1795,60886.4391270181 -1796,58218.506587912 -1797,56070.2337523834 -1798,55343.7495593682 -1799,51610.5148295564 -1800,48643.2584665246 -1801,46607.2320019594 -1802,46069.9039450789 -1803,46826.5283888039 -1804,49069.3793428069 -1805,53923.0002080341 -1806,63134.4866377313 -1807,68916.2195278872 -1808,71965.5822128005 -1809,72892.6549465501 -1810,74146.0739822114 -1811,75422.3580286999 -1812,74690.6772789745 -1813,74156.4671964457 -1814,72855.2394559576 -1815,71485.416682988 -1816,69731.0457898594 -1817,70037.6449544817 -1818,72608.9207927549 -1819,74583.6273639073 -1820,70067.7853060055 -1821,65863.7389694362 -1822,61994.3533650266 -1823,56787.3640223435 -1824,53108.1738452479 -1825,51039.9286484283 -1826,50029.710301618 -1827,50737.486749337 -1828,52690.3676008414 -1829,56886.0993055349 -1830,64712.1731913179 -1831,69906.6907374081 -1832,72434.3151363855 -1833,72987.2329642105 -1834,74482.8133975435 -1835,75925.3884685256 -1836,75023.2594287757 -1837,74614.8069057964 -1838,73670.0657179298 -1839,72647.3755745266 -1840,71137.2447622423 -1841,71610.1350521721 -1842,73978.7435657246 -1843,75248.7916635097 -1844,70717.3598346633 -1845,66602.6949590442 -1846,62294.7166817594 -1847,56911.0429995345 -1848,52760.0019245022 -1849,50773.8628479362 -1850,49894.5988190135 -1851,50330.0735175369 -1852,52303.74079751 -1853,56538.9666759684 -1854,64846.2453827432 -1855,70416.9965179304 -1856,73269.9278268263 -1857,73870.6543594781 -1858,75050.2817051338 -1859,76305.7793231536 -1860,75124.0733951395 -1861,74155.4278044525 -1862,72794.958954538 -1863,71502.0458459257 -1864,69875.5111955191 -1865,69792.3656832722 -1866,72201.5076617688 -1867,75028.4559854859 -1868,70796.3480813792 -1869,66573.5939995137 -1870,62713.5623181591 -1871,57282.0799311074 -1872,53273.4256793762 -1873,50955.7437441883 -1874,50082.715563155 -1875,50933.9180245404 -1876,52876.4056618105 -1877,57241.5464661632 -1878,64686.190206139 -1879,69587.619776193 -1880,71965.5822128005 -1881,72035.2165364613 -1882,72880.1831499573 -1883,73964.1930859593 -1884,72941.5029425561 -1885,72207.7436104722 -1886,70676.8263697192 -1887,69283.0991939292 -1888,67840.5241229471 -1889,67666.9578585708 -1890,70666.4331554848 -1891,74359.1344203526 -1892,69917.0839516425 -1893,65631.9707859988 -1894,61263.7120072944 -1895,55840.5441513045 -1896,51964.9226990055 -1897,49766.7625762915 -1898,48681.7132482963 -1899,48994.548361622 -1900,50769.7055824053 -1901,54992.4596642708 -1902,62677.1861187459 -1903,68261.4484425192 -1904,70980.3075599898 -1905,71469.8269120435 -1906,72947.7388912595 -1907,74236.4947343408 -1908,73614.9818740343 -1909,72396.899645793 -1910,70409.7212780478 -1911,69236.3298810956 -1912,67799.9906580029 -1913,68141.9267308592 -1914,69932.673722587 -1915,71676.6514014812 -1916,67011.1473812096 -1917,63000.414446306 -1918,59522.8522019379 -1919,54983.1058420297 -1920,51035.7712820834 -1921,48620.3934556974 -1922,47591.4673635908 -1923,47663.1803704241 -1924,48183.8793651807 -1925,48658.8482374691 -1926,49541.2302407436 -1927,53256.7965164385 -1928,57518.0053800757 -1929,60753.406226772 -1930,62523.3668908451 -1931,63448.3610422362 -1932,62195.9812977542 -1933,60202.5669813055 -1934,58307.8880488622 -1935,57762.2454609199 -1936,57398.4836684157 -1937,58800.5253752676 -1938,61443.514220374 -1939,62696.9331552214 -1940,58718.4191542 -1941,55632.6803706875 -1942,53844.0119613182 -1943,50167.9397585742 -1944,46305.8294948612 -1945,43948.6533859084 -1946,43049.6423205102 -1947,42891.6657262645 -1948,43249.1915700653 -1949,43247.1128868928 -1950,42311.7256220814 -1951,44676.1768701029 -1952,48692.1064625306 -1953,52327.6450995165 -1954,54981.0271588572 -1955,57520.0840632482 -1956,56564.9496611473 -1957,54269.0934456073 -1958,52560.4526749471 -1959,51653.126977673 -1960,51432.7912996492 -1961,53354.4925084506 -1962,57021.2107881394 -1963,60362.6221579097 -1964,57954.5194705924 -1965,55716.8651741136 -1966,55085.998390752 -1967,51621.9473349699 -1968,48650.5337064072 -1969,47045.8247756485 -1970,46626.9791392488 -1971,47511.4398256957 -1972,49474.7137906206 -1973,54181.7906678296 -1974,62608.5910862644 -1975,68791.501259517 -1976,71730.6960550114 -1977,72391.7030890828 -1978,73729.3069281702 -1979,75113.6801809051 -1980,74341.4659662356 -1981,73957.9571372559 -1982,72647.3755745266 -1983,71396.0352220378 -1984,69751.8322183281 -1985,69590.7377505447 -1986,71554.0118162835 -1987,74654.3010795613 -1988,70532.3609640595 -1989,66353.2583214899 -1990,62580.5294179131 -1991,57632.3305350255 -1992,53928.1967647442 -1993,52054.3041599557 -1994,51246.7531378661 -1995,51801.7496488636 -1996,53545.7273277578 -1997,57405.7589082983 -1998,64251.7547987948 -1999,69948.2635943455 -2000,72529.9325460391 -2001,72632.8251955753 -2002,73603.5493686208 -2003,74638.7113086168 -2004,74049.4172813786 -2005,73523.5217299117 -2006,72168.2494367073 -2007,70948.0886261075 -2008,69614.6420525511 -2009,69534.614514656 -2010,71424.0968903891 -2011,74665.7335849749 -2012,70755.814616435 -2013,66440.5610992676 -2014,62766.5675796961 -2015,57907.7501577588 -2016,54212.9702097186 -2017,52266.3253069176 -2018,51648.969712142 -2019,52372.3358299915 -2020,54083.0553846382 -2021,57924.3792198826 -2022,64615.5164904851 -2023,70002.3081470617 -2024,72269.0634030711 -2025,72561.1120879281 -2026,73334.3655937769 -2027,74624.1608288515 -2028,73833.2388688857 -2029,73081.8110826848 -2030,71904.2623193877 -2031,70768.2864130279 -2032,69157.3416343797 -2033,69184.3639107378 -2034,71308.73244426 -2035,74822.6707872273 -2036,70911.7125275083 -2037,66750.2782382416 -2038,63069.0094787875 -2039,57840.1944164565 -2040,54115.2742177065 -2041,51932.7038659371 -2042,51223.8881270389 -2043,51823.5752676975 -2044,53576.9068696468 -2045,57672.8639999697 -2046,64452.3434403432 -2047,69668.6867060813 -2048,72057.0422561092 -2049,72338.6978275458 -2050,73344.7588080113 -2051,74486.9706630745 -2052,73560.9372205041 -2053,72564.2300622798 -2054,70951.2066004592 -2055,69692.5910080877 -2056,68138.8087565075 -2057,68579.4801125551 -2058,70346.3228022765 -2059,74314.4436898774 -2060,70754.7753252558 -2061,66262.8375693604 -2062,62240.6720282292 -2063,57090.8452126141 -2064,53234.9707967906 -2065,51013.9456632495 -2066,50231.3382343456 -2067,50893.3845595962 -2068,52858.7373085075 -2069,56850.7624981149 -2070,63447.321650243 -2071,68591.9519091479 -2072,71258.8451570747 -2073,71506.2031114567 -2074,72418.7253654409 -2075,73121.3051556358 -2076,72091.3398731639 -2077,70812.977143503 -2078,69007.6796720099 -2079,67713.7271714044 -2080,66400.0276343234 -2081,66535.139116928 -2082,67943.4167724833 -2083,70877.4149104535 -2084,67107.8040820424 -2085,62756.1743654618 -2086,59461.532409339 -2087,54888.5277235553 -2088,50852.8510946521 -2089,48780.4485314876 -2090,47533.2654445297 -2091,47610.1751088871 -2092,48075.7901589343 -2093,48599.6070272287 -2094,48982.0764642152 -2095,52942.9221119335 -2096,57293.512436521 -2097,60165.1514907131 -2098,61370.7618215476 -2099,61656.5746585152 -2100,60264.9261658976 -2101,57828.7619110429 -2102,55504.8440271516 -2103,54073.7014615831 -2104,53432.4414639872 -2105,54622.4620238772 -2106,57046.154482139 -2107,60507.0875635694 -2108,57360.028886644 -2109,53987.4379749846 -2110,51851.6369360488 -2111,48007.1950256388 -2112,44768.6763054048 -2113,42532.0613001052 -2114,41810.7737646141 -2115,41886.6440369783 -2116,42364.7308836184 -2117,42057.0924278168 -2118,42589.2238271731 -2119,46128.1058641401 -2120,50092.0694862101 -2121,52824.4396914528 -2122,54967.5159702712 -2123,54446.8170763285 -2124,52159.2753918504 -2125,50067.1257922105 -2126,48684.831222648 -2127,48032.1387196385 -2128,49388.4503040221 -2129,51567.9027822537 -2130,54027.9714399288 -2131,56638.7413511529 -2132,54662.9954888213 -2133,53163.2577899573 -2134,49187.8616624737 -2135,45903.6129205853 -2136,44138.8488132224 -2137,43635.8183733967 -2138,44185.61822687 -2139,46383.7784503978 -2140,51424.4767685873 -2141,61393.6268323748 -2142,67731.3956255214 -2143,70716.3204426701 -2144,71229.7441975442 -2145,71848.139083499 -2146,72880.1831499573 -2147,72224.372672596 -2148,71699.5165131223 -2149,70149.8915270731 -2150,68891.2758338876 -2151,67008.0294068579 -2152,66397.949051965 -2153,66764.8287180069 -2154,67849.8780460022 -2155,68881.9220116465 -2156,65059.3058208844 -2157,60608.9408211124 -2158,55263.7220214731 -2159,51345.4884210574 -2160,49399.8828094356 -2161,48453.0630392106 -2162,49122.3846043439 -2163,50797.7672507566 -2164,55204.4808112327 -2165,64116.6433161903 -2166,69509.6708206563 -2167,71683.9266413638 -2168,72023.7840310477 -2169,72888.4976810191 -2170,73824.9243378238 -2171,73098.4401448086 -2172,72402.0963033172 -2173,70960.5605235143 -2174,69637.5070633783 -2175,67735.5528910523 -2176,67174.3205321654 -2177,67283.4490295911 -2178,68264.5664168709 -2179,69145.9091289661 -2180,65398.123919389 -2181,60926.9724911483 -2182,55623.3264476324 -2183,51591.8070842601 -2184,49431.0624521387 -2185,48332.5019355574 -2186,48638.0618090004 -2187,50526.5048935543 -2188,55027.7965725048 -2189,64118.7218985488 -2190,69517.9853517183 -2191,71508.2816938152 -2192,71563.3656385246 -2193,72575.6625676934 -2194,73493.3814792019 -2195,72636.9824611063 -2196,71894.9084971465 -2197,70610.3099195962 -2198,69438.9971050024 -2199,67789.5974437686 -2200,66732.6097841246 -2201,66959.1814108518 -2202,67591.0874853927 -2203,68871.5287974121 -2204,65346.1579490312 -2205,60789.7824261853 -2206,55070.4086198074 -2207,51073.1867726759 -2208,48904.1276094926 -2209,47831.5500780901 -2210,48108.0089920026 -2211,49922.6603865508 -2212,54392.7724227983 -2213,63493.0517727113 -2214,68796.6978162272 -2215,70954.3245748109 -2216,71224.54754002 -2217,72417.6860742617 -2218,73835.3175520581 -2219,73090.1256137467 -2220,72349.0910417802 -2221,70981.346851169 -2222,69785.0904433896 -2223,68066.056357681 -2224,67538.0822238557 -2225,67278.252372067 -2226,68050.4665867365 -2227,68810.2090048132 -2228,65300.4279273769 -2229,60575.6825960509 -2230,55449.7601832562 -2231,51199.9837242186 -2232,48917.6386972646 -2233,47763.9943367879 -2234,48248.3171321313 -2235,50005.8059996116 -2236,54262.8575977179 -2237,63356.9008981136 -2238,69230.0939323922 -2239,72159.9349056454 -2240,72876.0258844263 -2241,73655.5152381645 -2242,74507.7570915431 -2243,73500.6567190845 -2244,72058.0816481024 -2245,70145.7341607282 -2246,68838.2705723506 -2247,67502.7454164357 -2248,67104.6861076907 -2249,66829.2664849575 -2250,66888.5076951979 -2251,66628.6778434092 -2252,62798.7865135784 -2253,59017.7430789397 -2254,54380.3006262054 -2255,49978.7836224395 -2256,47403.3506194493 -2257,46102.1228789612 -2258,45888.0231496408 -2259,46375.463818522 -2260,47174.7003095496 -2261,49012.216714925 -2262,52146.8035952576 -2263,56638.7413511529 -2264,59707.8510725417 -2265,61713.7371855831 -2266,62664.7143221531 -2267,61527.6990238001 -2268,59300.4379415556 -2269,57150.0864228545 -2270,56252.1145478216 -2271,55633.7196618668 -2272,56088.9414976796 -2273,56945.3405157753 -2274,56890.2565710658 -2275,57199.9737100398 -2276,54635.9732124632 -2277,52192.5336169119 -2278,48436.4338762729 -2279,44608.6211288006 -2280,42233.7766665448 -2281,41032.3236012412 -2282,40669.6012007302 -2283,41202.7719920797 -2284,41522.8823452881 -2285,41787.908753787 -2286,43518.3752440951 -2287,47527.0295966403 -2288,51190.6299019774 -2289,53378.396911271 -2290,55751.1626903543 -2291,55044.4256346286 -2292,52663.3452236693 -2293,50975.4907806638 -2294,49793.7848526497 -2295,49545.3875062745 -2296,50769.7055824053 -2297,52735.0583313165 -2298,54318.9808336066 -2299,56202.2272606363 -2300,54697.2930050621 -2301,53142.4714623026 -2302,48921.7959627956 -2303,45687.4345080924 -2304,43966.3218400254 -2305,43333.3764743053 -2306,43836.406914131 -2307,45892.1804151717 -2308,51178.1581053846 -2309,61443.514220374 -2310,67378.0270472515 -2311,70351.5194598006 -2312,71554.0118162835 -2313,72775.2119180625 -2314,73913.2664067808 -2315,73233.5516274131 -2316,72541.3650514527 -2317,71331.5974550872 -2318,69913.9659772908 -2319,68012.0118049648 -2320,67036.0910752092 -2321,66701.4302422356 -2322,67320.8645201836 -2323,68093.0787348531 -2324,65052.0305810017 -2325,60197.3704245954 -2326,54644.2877435251 -2327,51034.7319909042 -2328,48856.3189046658 -2329,47602.8998690044 -2330,47770.2302854912 -2331,49573.4491746259 -2332,54089.2912325277 -2333,63416.1421083539 -2334,69331.9471899352 -2335,72431.1972628477 -2336,73273.045801178 -2337,74896.462477233 -2338,75781.9624548592 -2339,74786.2945878141 -2340,74315.4829810567 -2341,72792.8802713655 -2342,71515.5569336978 -2343,69918.1232428217 -2344,69561.6367910141 -2345,69616.7207357235 -2346,69400.5423232307 -2347,69224.897375682 -2348,65932.3340019177 -2349,61646.1814442809 -2350,56124.2783050997 -2351,52185.2583770293 -2352,50249.0066884626 -2353,49358.3100533122 -2354,50031.7889847904 -2355,51886.9737434688 -2356,56262.5077620559 -2357,64483.5229822322 -2358,69728.9672075009 -2359,72094.4577467017 -2360,72923.8344884391 -2361,74035.9060927925 -2362,75061.7142105474 -2363,74113.8550483291 -2364,73227.3157795237 -2365,72030.0199797511 -2366,70967.835763397 -2367,69083.549944374 -2368,68986.8932435412 -2369,68762.4002999864 -2370,68764.4789831589 -2371,68737.4566059868 -2372,65992.6145033373 -2373,61655.5353673359 -2374,56188.7160720502 -2375,52135.371089844 -2376,49838.4755831248 -2377,48598.5677360495 -2378,49062.1041029243 -2379,50690.7173356894 -2380,55141.0823354614 -2381,63777.8252176857 -2382,69537.7324890077 -2383,72506.0282440327 -2384,72870.8292269021 -2385,73987.0580967865 -2386,74904.7770082949 -2387,73767.7617099419 -2388,72735.7177442976 -2389,71416.8216505065 -2390,70359.8339908625 -2391,68964.028232714 -2392,68570.1261895 -2393,68317.5716784079 -2394,68301.9819074633 -2395,68004.7365650822 -2396,65150.765965007 -2397,60622.4520096984 -2398,55306.3340687758 -2399,51561.6668335503 -2400,49383.2537473119 -2401,48199.4691361253 -2402,48700.4209935925 -2403,50478.6961887275 -2404,55015.324675098 -2405,63087.7172240837 -2406,68879.843328474 -2407,71645.4718595921 -2408,72376.1133181383 -2409,73382.1742986037 -2410,74192.843295045 -2411,73284.4783065916 -2412,71390.8386653276 -2413,69500.3169984152 -2414,68006.8152482546 -2415,66542.4143568106 -2416,66150.5909967691 -2417,65958.3169870966 -2418,65580.0048156411 -2419,65490.6233546909 -2420,62940.1339448863 -2421,58992.7993849401 -2422,54404.2050290258 -2423,50194.9620349324 -2424,47577.9561750048 -2425,46300.6328373371 -2426,46437.8230031141 -2427,46842.1181597485 -2428,47716.185631961 -2429,48899.9702431476 -2430,52227.8705251459 -2431,56657.4490964492 -2432,59794.1145591402 -2433,61543.2888955586 -2434,61890.4214243111 -2435,60599.5869988713 -2436,58269.4332670905 -2437,56440.2313927771 -2438,55069.3693286282 -2439,54434.3452797356 -2440,54711.8434848274 -2441,55674.2531268109 -2442,55841.5834424838 -2443,56274.9796594627 -2444,54184.9086421813 -2445,51645.8517377903 -2446,47919.8922478611 -2447,44190.8147835802 -2448,41881.4474802681 -2449,40652.9721386064 -2450,40338.0583421083 -2451,40572.9444998974 -2452,41131.0589852465 -2453,41319.175729388 -2454,43237.7590646517 -2455,47434.5301613384 -2456,50919.3675447751 -2457,53384.6327591604 -2458,56033.8575529702 -2459,55262.6826294799 -2460,52914.8605443962 -2461,51034.7319909042 -2462,50050.4967300867 -2463,49456.0060453243 -2464,50746.8405715781 -2465,52302.7015063308 -2466,52945.000795106 -2467,54348.0817931371 -2468,54342.885135613 -2469,53631.9908143563 -2470,49945.525397378 -2471,46583.327699953 -2472,44920.4169509471 -2473,44367.4991231221 -2474,45064.8822557927 -2475,47393.9966963942 -2476,52187.3370602017 -2477,60641.1597549947 -2478,67354.1227452451 -2479,71401.2318795619 -2480,72989.3116473829 -2481,74348.7412061182 -2482,75691.5417027297 -2483,74890.2265285296 -2484,73568.2124603868 -2485,72435.3545283787 -2486,71224.54754002 -2487,69521.1033260699 -2488,69037.8199227197 -2489,68613.7776287959 -2490,68559.7330760796 -2491,68202.2072322788 -2492,66034.1872594607 -2493,61935.1121547862 -2494,57054.4690132009 -2495,53178.8475609019 -2496,50862.2050177072 -2497,50151.3106964505 -2498,50616.9256456837 -2499,52167.5900237262 -2500,55878.9990338902 -2501,62659.5176646289 -2502,68298.8639331116 -2503,71808.645010548 -2504,73079.7323995124 -2505,74866.3222265232 -2506,76003.3374240622 -2507,74996.2370516036 -2508,73855.0645885336 -2509,72602.6848440515 -2510,71670.4155535918 -2511,69984.6396929447 -2512,69366.2448069899 -2513,68838.2705723506 -2514,68386.1667108894 -2515,68099.3145827426 -2516,66166.1808685276 -2517,62291.5987074077 -2518,57225.9566952187 -2519,53342.0207118577 -2520,51307.0336392857 -2521,50475.5782143758 -2522,51245.7138466869 -2523,53005.2812965256 -2524,56749.9485317511 -2525,62770.7248452271 -2526,68460.9976920743 -2527,71648.5898339438 -2528,72447.8263249715 -2529,73575.4877002694 -2530,74522.3075713084 -2531,73434.1402689615 -2532,72445.7476417991 -2533,70786.9941583241 -2534,69474.3340132364 -2535,67500.6667332632 -2536,66813.6767140129 -2537,66613.0880724646 -2538,66721.177278711 -2539,67080.7818056843 -2540,65979.1034155653 -2541,62122.1897085624 -2542,56848.6838149424 -2543,53201.712571729 -2544,51107.4843897306 -2545,50048.4180469142 -2546,50594.0606348566 -2547,52378.5717786949 -2548,56251.0752566423 -2549,62256.2617991738 -2550,67889.3721189531 -2551,70865.98240504 -2552,71647.5505427646 -2553,72953.9748399629 -2554,73934.0528352495 -2555,73040.2383265614 -2556,71635.0786453578 -2557,69833.9384393956 -2558,68061.8990921501 -2559,66266.9948348913 -2560,65414.7529815127 -2561,65028.1262789953 -2562,64756.863921793 -2563,64673.7184095462 -2564,62354.9971831791 -2565,58597.8581513608 -2566,53738.0013374302 -2567,49749.0941221746 -2568,47124.8130223644 -2569,45545.0477856053 -2570,44844.5465777689 -2571,44904.8270791886 -2572,44591.9920666768 -2573,43364.5560161944 -2574,45069.0395213237 -2575,48675.4772995929 -2576,52179.0225291398 -2577,54716.0007503583 -2578,57387.0511630021 -2579,56982.7560063677 -2580,54521.6480575134 -2581,52746.4908367301 -2582,51379.7860381122 -2583,50628.3581510973 -2584,51513.8581287235 -2585,52527.1944498855 -2586,52394.1615496395 -2587,53066.6010891245 -2588,52722.5864339097 -2589,51149.057145854 -2590,47659.0231048931 -2591,44328.0049493572 -2592,42365.7701747976 -2593,41425.186252462 -2594,41534.3148507017 -2595,42258.7203605444 -2596,43179.5571455906 -2597,43867.5865568341 -2598,47047.903358007 -2599,51484.7572700069 -2600,54697.2930050621 -2601,56365.4004115921 -2602,57179.1873823851 -2603,56553.5171557337 -2604,55155.6328152267 -2605,53708.9003778997 -2606,52742.3334703852 -2607,51747.7049953334 -2608,52404.5547638738 -2609,53189.2407751362 -2610,52843.147436749 -2611,52539.6662464784 -2612,51979.4731787707 -2613,50239.6527654075 -2614,46488.7496822926 -2615,42568.4374995184 -2616,39978.453915949 -2617,38599.2773207382 -2618,38015.1798502102 -2619,38554.5865902631 -2620,38891.3260055952 -2621,38384.1381994246 -2622,40834.8529340446 -2623,45035.7812962622 -2624,48051.8857561139 -2625,50107.6592571546 -2626,51888.0131354621 -2627,50326.9556439992 -2628,47811.8030416147 -2629,45830.8605217589 -2630,44349.8306690051 -2631,43790.6768924767 -2632,44749.9685601085 -2633,46026.252606597 -2634,46373.3852361635 -2635,47617.4503487697 -2636,48402.1363600321 -2637,47028.1563215315 -2638,43596.3241996318 -2639,40183.1998230282 -2640,38293.7174472951 -2641,37143.19106117 -2642,37009.1188697447 -2643,37786.5296411245 -2644,38701.1305782812 -2645,38270.8524364679 -2646,40107.3295506641 -2647,43983.9902941424 -2648,47547.815924295 -2649,49908.1099067855 -2650,52246.5782704421 -2651,51934.7824482956 -2652,49735.5829335885 -2653,48444.7484073347 -2654,47328.5196382644 -2655,46629.0577216073 -2656,47967.7009526879 -2657,49665.9486099278 -2658,50474.5389231966 -2659,51461.8922591797 -2660,51723.8006933269 -2661,50517.1510713132 -2662,46841.0788685692 -2663,43317.7866025468 -2664,41990.5759776938 -2665,41114.4298223087 -2666,41761.9257686081 -2667,43884.2156189578 -2668,48902.0489263201 -2669,56874.6668001213 -2670,63945.1556341725 -2671,68088.9214693222 -2672,69918.1232428217 -2673,71536.3433621665 -2674,72855.2394559576 -2675,72473.8093101504 -2676,71549.8544499386 -2677,70272.5311122708 -2678,68847.6244954057 -2679,66743.002998359 -2680,66093.4284697011 -2681,65940.6485329796 -2682,65532.1961108143 -2683,65001.1040026372 -2684,63902.5434860559 -2685,59589.3686520609 -2686,54296.1158227794 -2687,50560.802409795 -2688,48207.7836671872 -2689,47260.9637961482 -2690,47689.1633556029 -2691,49421.7085290836 -2692,53545.7273277578 -2693,60199.4491077678 -2694,66000.9290343992 -2695,69508.6315294771 -2696,70604.0739708928 -2697,71952.0710242145 -2698,73423.7470547271 -2699,72846.9249248957 -2700,71866.8468287952 -2701,70650.8433845403 -2702,68984.8146611827 -2703,67117.1579042836 -2704,66798.0869430684 -2705,66334.5505761936 -2706,66119.41145488 -2707,65452.1684721052 -2708,64328.6644631522 -2709,60222.314118595 -2710,54922.8252397961 -2711,50770.7448735845 -2712,48627.6685947661 -2713,47632.000828535 -2714,47715.1463407818 -2715,49364.5460020156 -2716,53439.7167038698 -2717,60144.3651630584 -2718,66313.7641477249 -2719,69681.1585026741 -2720,71090.4753485947 -2721,72595.4097049829 -2722,74180.3714984522 -2723,73266.8098524747 -2724,72354.2875984904 -2725,70819.2130922064 -2726,69264.3914486329 -2727,67480.9196967878 -2728,66638.0317664642 -2729,66237.8938753608 -2730,65901.1544600287 -2731,65180.9062157169 -2732,64230.9683703261 -2733,59972.8774810406 -2734,54864.6234215489 -2735,50820.6322615838 -2736,48745.1117240676 -2737,47501.0466114614 -2738,47671.4949014859 -2739,49346.8775478986 -2740,53204.8305460807 -2741,59617.4303204122 -2742,65785.7900138996 -2743,69399.5030320514 -2744,70680.9836352501 -2745,72343.894384256 -2746,73518.3251732015 -2747,72530.9718372183 -2748,70603.0346797135 -2749,68877.7647461155 -2750,67461.1725594983 -2751,65948.9630640415 -2752,65230.7935029021 -2753,64543.8034836519 -2754,63954.5094564136 -2755,63052.3804166637 -2756,61994.3533650266 -2757,58343.2248562823 -2758,53837.7760126148 -2759,49762.6052099466 -2760,47306.6939186165 -2761,45747.7150095121 -2762,45418.2508340626 -2763,45635.4685377347 -2764,46430.5477632314 -2765,47861.6903287999 -2766,51581.4139708397 -2767,55915.3751324894 -2768,59010.4678390571 -2769,60684.8111942905 -2770,61518.3452015589 -2771,60224.3927009535 -2772,58142.6363155479 -2773,56250.0359654631 -2774,55261.6433383007 -2775,54490.4685156243 -2776,55299.0588288931 -2777,56098.2953199208 -2778,55675.2924179902 -2779,54834.4831708391 -2780,53804.5177875533 -2781,51486.8358523654 -2782,47850.2578233864 -2783,44409.0718792455 -2784,42141.2772312429 -2785,40741.3142075634 -2786,40032.4985694792 -2787,40343.2549996324 -2788,40753.7861049702 -2789,40780.8083813283 -2790,42917.6487114434 -2791,47007.3699938768 -2792,50351.8992371848 -2793,53525.9801904683 -2794,56409.051750074 -2795,55976.6950259023 -2796,53470.8963465728 -2797,51756.0195263952 -2798,50636.6727829732 -2799,50417.3763961286 -2800,52024.1639092458 -2801,53682.9173927208 -2802,53814.9110017876 -2803,54031.0894142805 -2804,54196.3411475948 -2805,53045.8147614698 -2806,49140.0530584609 -2807,45930.6351969434 -2808,44475.5882285545 -2809,44052.5853266239 -2810,44513.003719147 -2811,46457.5700395895 -2812,51271.6968318657 -2813,60145.4044542376 -2814,66962.2993852035 -2815,70776.6009440898 -2816,71756.6790401903 -2817,73257.4560302335 -2818,74478.6561320126 -2819,73771.9190762868 -2820,73104.676093512 -2821,71710.9490185359 -2822,70507.4172700599 -2823,68541.0253307834 -2824,68068.1350408535 -2825,67780.2436215274 -2826,67399.8527668994 -2827,65985.3392634547 -2828,64304.7600603318 -2829,59992.6245175161 -2830,54655.7202489387 -2831,50731.2508006336 -2832,48620.3934556974 -2833,47558.2091385293 -2834,48049.8071737554 -2835,49607.7466908666 -2836,53705.782403548 -2837,61790.6468499405 -2838,68230.2687998162 -2839,71348.226517211 -2840,72090.3004811707 -2841,73277.203066709 -2842,74342.5052574148 -2843,73512.0892244981 -2844,72721.1672645323 -2845,71364.8556801487 -2846,70382.6990016897 -2847,68552.457836197 -2848,67861.3105514158 -2849,67486.116253498 -2850,67280.3310552394 -2851,66103.8216839355 -2852,64900.2900362734 -2853,60690.0077510007 -2854,55207.5987855844 -2855,50982.7660205464 -2856,48823.0606796042 -2857,47569.6416439429 -2858,47771.2695766705 -2859,49427.944477787 -2860,53403.3405044566 -2861,61154.5834090547 -2862,67472.6051657259 -2863,70597.8381230033 -2864,71152.8345331868 -2865,72403.1355944964 -2866,72864.5933790127 -2867,72327.2653221323 -2868,71575.8374351174 -2869,70018.9372091855 -2870,68678.2153957464 -2871,66818.8732707231 -2872,66040.4232081642 -2873,65132.0582197108 -2874,64455.4613138809 -2875,62920.3868075969 -2876,61530.8169981518 -2877,57472.2753584214 -2878,52520.9585011821 -2879,48848.0042727899 -2880,46210.2120852076 -2881,44415.3077271349 -2882,43681.548395051 -2883,43374.9492304287 -2884,42224.4228443036 -2885,40620.7532047241 -2886,42775.2619889562 -2887,46399.3682213424 -2888,49665.9486099278 -2889,51758.0982095677 -2890,53729.6868063684 -2891,53239.1281631355 -2892,51245.7138466869 -2893,49564.0952515708 -2894,48782.5272146601 -2895,48320.0301389645 -2896,49257.4960869484 -2897,50907.9350393615 -2898,51269.6181486933 -2899,51353.8030529333 -2900,51584.5318443775 -2901,49831.2003432421 -2902,45883.8658841098 -2903,42564.2802339875 -2904,40681.0337061438 -2905,39795.5337285176 -2906,39910.8981746467 -2907,41551.9832040047 -2908,45511.7895605437 -2909,52011.692112653 -2910,57720.6727047965 -2911,61890.4214243111 -2912,64166.5306033756 -2913,65832.5593267332 -2914,67087.0176535737 -2915,66646.3462975261 -2916,65258.8551712535 -2917,63610.4948011989 -2918,62663.6750309738 -2919,61954.8592920756 -2920,61974.6063285511 -2921,62043.2013610326 -2922,61583.8222596888 -2923,60127.7360001206 -2924,58748.5594049099 -2925,55899.7853615449 -2926,51336.1345988163 -2927,47320.2050063885 -2928,44970.3042381323 -2929,43785.4803357665 -2930,44067.1358063892 -2931,44816.4850102316 -2932,45405.7790374698 -2933,46441.980268645 -2934,50029.710301618 -2935,54502.9403122172 -2936,57674.9426831422 -2937,59303.5559159073 -2938,60209.8422211882 -2939,58996.956751285 -2940,56833.0940439979 -2941,55196.1662801708 -2942,54290.9191652552 -2943,53599.771880474 -2944,54453.0530250319 -2945,55231.5030875908 -2946,54789.792440364 -2947,53418.9303762151 -2948,53308.7624867962 -2949,51801.7496488636 -2950,48167.250202243 -2951,44658.5084159859 -2952,42140.2379400636 -2953,40526.1751870638 -2954,40508.5067329468 -2955,40943.9815322842 -2956,40959.5713032287 -2957,40520.9785295396 -2958,42724.3353097777 -2959,46446.137534176 -2960,49682.5776720515 -2961,52316.2125941029 -2962,54749.2589754198 -2963,54149.5717339473 -2964,52109.3881046651 -2965,50185.6082126912 -2966,48942.5823912643 -2967,48731.6005354816 -2968,49991.2555198463 -2969,52082.365828307 -2970,52608.2613797739 -2971,52543.8235120093 -2972,53554.0418588197 -2973,52670.620463552 -2974,48781.4879234808 -2975,45673.9233195064 -2976,44022.4450759141 -2977,43416.5219865521 -2978,44066.09651521 -2979,46163.4426715601 -2980,50643.9479220419 -2981,59148.6972960133 -2982,65904.2723335664 -2983,69408.8568542926 -2984,70310.9859948565 -2985,71715.1062840669 -2986,72874.9864924331 -2987,72336.6191443734 -2988,71535.3040709872 -2989,70110.3973533081 -2990,68629.3673997404 -2991,66576.7119738654 -2992,65839.8345666158 -2993,65495.8199114011 -2994,65255.7371969018 -2995,63937.8803942899 -2996,63680.1292256736 -2997,59573.7788811164 -2998,54250.3857003111 -2999,50352.9386291781 -3000,48453.0630392106 -3001,47412.7044416904 -3002,47952.1111817433 -3003,49591.1175279289 -3004,53278.6222360864 -3005,60581.9185447543 -3006,66705.5875077665 -3007,69803.7981886858 -3008,70598.8774141825 -3009,71698.4771211291 -3010,73272.0065099988 -3011,72924.8738804323 -3012,72483.1631323915 -3013,71209.9970602547 -3014,69879.66846105 -3015,68006.8152482546 -3016,67648.2501132746 -3017,67315.6678626594 -3018,66983.0857128582 -3019,64917.9583895764 -3020,63838.1057191053 -3021,59534.2847073515 -3022,54236.874612539 -3023,50304.090532358 -3024,48200.5084273045 -3025,47268.2390360308 -3026,47616.4110575905 -3027,49193.0583199979 -3028,53106.0952628894 -3029,61492.3622163801 -3030,67933.023558249 -3031,71420.9789160374 -3032,72442.6297682613 -3033,73583.8022313313 -3034,74861.125568999 -3035,73941.3280751321 -3036,73029.8451123271 -3037,71410.5857018031 -3038,70164.4419060244 -3039,68756.164351283 -3040,68133.6121997973 -3041,67600.4414084478 -3042,66854.2101789571 -3043,64944.9807667485 -3044,64175.8845264307 -3045,60087.2026359904 -3046,54671.3100198832 -3047,50639.7906565109 -3048,48674.4380084136 -3049,47870.0049606758 -3050,48320.0301389645 -3051,50081.6762719757 -3052,53535.3341135234 -3053,61169.13388882 -3054,67778.164938355 -3055,70950.16730928 -3056,71729.6567638322 -3057,73110.9120422154 -3058,74693.7951525122 -3059,73655.5152381645 -3060,72785.6050314829 -3061,71638.1966197095 -3062,70737.1068711388 -3063,69452.5082935884 -3064,68802.9337649306 -3065,68407.9924305373 -3066,67994.3433508478 -3067,66180.7313482928 -3068,64622.7917303677 -3069,60439.5318222671 -3070,55153.5541320542 -3071,51195.8264586876 -3072,49190.9796368254 -3073,48126.7167372988 -3074,48544.5230825193 -3075,50110.7772315063 -3076,53912.6069937997 -3077,61919.5223838416 -3078,68435.0147068954 -3079,71646.5111507714 -3080,72211.9008760032 -3081,73085.9683482158 -3082,74136.7200591563 -3083,73254.3380558818 -3084,71816.9595416099 -3085,70261.0986068572 -3086,68785.2653108136 -3087,67688.7834774048 -3088,67191.9888854685 -3089,66669.2113083533 -3090,65529.0781364626 -3091,62990.0212320716 -3092,61783.3716100579 -3093,58568.7571918302 -3094,53892.8599573242 -3095,49711.6786315821 -3096,47133.1275534262 -3097,45918.1634003506 -3098,45753.9509582155 -3099,46264.2566379239 -3100,46249.7062589725 -3101,47331.6375118021 -3102,51034.7319909042 -3103,55723.101122817 -3104,58774.5423900887 -3105,60705.5975219453 -3106,61691.9114659352 -3107,60595.4297333403 -3108,58441.9602402875 -3109,56831.0153608254 -3110,56034.8968441494 -3111,55555.7707063301 -3112,56087.9021056864 -3113,56831.0153608254 -3114,56287.4514560555 -3115,54531.0018797545 -3116,53457.3851579868 -3117,51485.7965611861 -3118,47624.7255886524 -3119,44316.5724439436 -3120,41884.5654546198 -3121,40516.8212640087 -3122,39964.9427273629 -3123,40471.0912423543 -3124,40424.3218287068 -3125,40519.9392383604 -3126,43274.1352640649 -3127,47494.810662758 -3128,50888.1880028861 -3129,53161.1792075988 -3130,56058.8012469698 -3131,55481.9790163245 -3132,53536.3734047027 -3133,51741.4690466299 -3134,50452.7132035486 -3135,49468.4779427311 -3136,50686.5600701585 -3137,52200.8481479738 -3138,52483.5430105897 -3139,52223.7132596149 -3140,53372.1609625676 -3141,53090.5054919449 -3142,49078.733165048 -3143,45865.1581388136 -3144,43995.422799556 -3145,43523.5718008053 -3146,44244.8594371103 -3147,46588.5242566631 -3148,50536.8981077886 -3149,59506.2231398141 -3150,66661.9360684707 -3151,70460.6479572263 -3152,71762.9149888937 -3153,73302.1467607086 -3154,74572.1948584937 -3155,73814.5311235895 -3156,72993.4689129139 -3157,71957.2676817386 -3158,71304.5751787291 -3159,69039.8985050782 -3160,68292.6279844083 -3161,67715.8058545768 -3162,67051.6808461537 -3163,64916.9190983972 -3164,63841.223693457 -3165,60206.7243476505 -3166,54762.7701640059 -3167,50944.3112387747 -3168,48983.1158562084 -3169,47838.8253179728 -3170,48333.5413275506 -3171,50017.2385050252 -3172,53659.0130907144 -3173,61490.2835332076 -3174,68004.7365650822 -3175,71046.8240101128 -3176,71890.7512316156 -3177,73170.1531516418 -3178,74375.7634824763 -3179,73726.1889538185 -3180,73230.4337538754 -3181,72163.0528799971 -3182,71117.4977257668 -3183,69245.6837033367 -3184,68614.8169199751 -3185,67936.1415326007 -3186,67109.8826644009 -3187,64941.8627923968 -3188,64196.6708540854 -3189,60832.3944734879 -3190,55478.8610419728 -3191,51580.3745788465 -3192,49394.6862527255 -3193,48235.8453355385 -3194,48834.4931850178 -3195,50760.3517601641 -3196,54389.6545492605 -3197,62063.9877895013 -3198,68182.4601958033 -3199,71060.3350978849 -3200,71935.4419620907 -3201,73441.4155088441 -3202,74870.4794920541 -3203,74060.8497867921 -3204,73144.1701664629 -3205,71926.0880390356 -3206,70633.1749304233 -3207,68878.8040372948 -3208,68414.2283792407 -3209,67981.871554255 -3210,67036.0910752092 -3211,64990.7107884029 -3212,64031.419120771 -3213,60865.6526985494 -3214,55386.3617074848 -3215,51459.8135760073 -3216,49268.928592362 -3217,48291.9685714272 -3218,48819.9427052525 -3219,50471.4209488449 -3220,53858.5623402695 -3221,61656.5746585152 -3222,68089.9607605014 -3223,70753.7359332626 -3224,71579.9948014623 -3225,73210.686616586 -3226,74463.0663610681 -3227,73153.524089518 -3228,72618.27471581 -3229,71422.0182072166 -3230,70151.9701094316 -3231,68471.3909063087 -3232,68030.719550261 -3233,67697.0981092806 -3234,67079.7424136911 -3235,64980.3175741685 -3236,64038.6943606537 -3237,60914.5006945555 -3238,55563.0459462128 -3239,51465.0101327175 -3240,49192.0190288186 -3241,47977.054774929 -3242,48542.4445001608 -3243,50390.3541197705 -3244,53717.2150097755 -3245,61246.0435531774 -3246,67525.6104272629 -3247,70719.4384170218 -3248,71399.1531963895 -3249,72473.8093101504 -3250,73346.8374911837 -3251,72383.388558021 -3252,70727.7529480837 -3253,68949.4777529487 -3254,67419.5998033749 -3255,65815.9302646094 -3256,65118.5470311248 -3257,64753.7459474413 -3258,64098.9748620733 -3259,61669.046455108 -3260,60741.9737213585 -3261,58296.4555434487 -3262,53484.4074343449 -3263,49422.7478202628 -3264,46908.6346098715 -3265,45545.0477856053 -3266,45461.9022733584 -3267,45877.6299354064 -3268,46061.589414017 -3269,47645.5119163071 -3270,51506.5828888408 -3271,55933.0435866064 -3272,59343.0499888583 -3273,61068.3199224562 -3274,61743.8774362929 -3275,60127.7360001206 -3276,57893.1996779935 -3277,55651.3881159837 -3278,54615.1867839945 -3279,53777.4955111952 -3280,54512.2941344583 -3281,55036.1111035667 -3282,54435.3845709149 -3283,52352.5887935161 -3284,51877.6199212277 -3285,51040.9679396076 -3286,47430.3728958074 -3287,43671.1551808167 -3288,41329.5689436224 -3289,40116.6833729052 -3290,39753.9609723942 -3291,40184.2391142075 -3292,39738.3712014497 -3293,39769.5507433387 -3294,42460.348293272 -3295,46801.5846948043 -3296,50366.4497169501 -3297,52870.1698139211 -3298,55298.0195377139 -3299,54595.4397475191 -3300,52093.7983337206 -3301,50427.769610363 -3302,49690.8922031134 -3303,49335.4450424851 -3304,50627.3188599181 -3305,51896.3276665239 -3306,52329.7237826889 -3307,51641.6944722594 -3308,52263.2073325659 -3309,52173.8258716157 -3310,48220.25546378 -3311,44936.0067218916 -3312,43385.3423438491 -3313,42728.4926761226 -3314,43227.3658504174 -3315,45229.0946979279 -3316,49303.2261086028 -3317,58491.8475274728 -3318,65550.9038561105 -3319,69304.9249135771 -3320,70486.6309424052 -3321,71999.8797290413 -3322,73243.9448416475 -3323,72779.3691835935 -3324,72167.2101455281 -3325,70827.5276232683 -3326,69530.457249125 -3327,67633.6996335093 -3328,66856.2887613156 -3329,66095.5071528736 -3330,65448.0112065743 -3331,63164.6268884411 -3332,62186.627475513 -3333,59316.0277125001 -3334,53809.7143442635 -3335,50061.9292355003 -3336,48017.5882398732 -3337,46954.3646315259 -3338,47167.425069667 -3339,48542.4445001608 -3340,51968.0406733572 -3341,60408.352280378 -3342,67096.3715766288 -3343,70639.4108791267 -3344,71469.8269120435 -3345,72759.622046304 -3346,74311.3257155258 -3347,73428.9437122513 -3348,72728.442504415 -3349,71643.3932772337 -3350,70314.1039692082 -3351,68500.4918658392 -3352,67691.9014517565 -3353,66868.7606587224 -3354,65864.7782606154 -3355,63562.6860963721 -3356,62654.3211079187 -3357,59372.1509483888 -3358,53951.0617755714 -3359,50030.7495927972 -3360,48121.5201805887 -3361,47013.6058417662 -3362,47170.5430440187 -3363,48379.2713492049 -3364,51660.4022175556 -3365,60232.7073328293 -3366,67181.5957720481 -3367,70714.2418603116 -3368,71656.9043650057 -3369,73357.2307054181 -3370,74799.8057764002 -3371,74090.990037502 -3372,73127.5411043392 -3373,72027.9413973926 -3374,70407.6426956893 -3375,68622.0921598577 -3376,68095.1573172116 -3377,67383.2237047757 -3378,66408.3421653853 -3379,63892.1503726355 -3380,62957.8022981894 -3381,59971.8381898614 -3382,54796.0282882534 -3383,51311.1909048167 -3384,49303.2261086028 -3385,47903.2630849233 -3386,48001.9984689286 -3387,49025.7279035111 -3388,52012.7314038323 -3389,60273.2406969595 -3390,67000.7541669752 -3391,70381.6597105105 -3392,71355.5017570936 -3393,73051.670831975 -3394,74521.2681793152 -3395,73414.393232486 -3396,72785.6050314829 -3397,71792.0158476103 -3398,70621.7424250097 -3399,69072.1174389604 -3400,68946.359778597 -3401,68207.403788989 -3402,67044.4056062711 -3403,64642.5388676571 -3404,63145.9191431448 -3405,59452.1784862839 -3406,54361.5928809092 -3407,50782.1773789981 -3408,48813.7067565491 -3409,47660.0623960724 -3410,47722.4215806644 -3411,48750.3082807778 -3412,51837.0864562835 -3413,59992.6245175161 -3414,67055.8381116847 -3415,70890.9260990396 -3416,71768.1115456039 -3417,73181.5856570554 -3418,74401.7464676552 -3419,73655.5152381645 -3420,72091.3398731639 -3421,69958.6567077659 -3422,68241.7013052298 -3423,66779.3791977722 -3424,66097.5857352321 -3425,65264.0517279637 -3426,63838.1057191053 -3427,61155.6228010479 -3428,59616.390928419 -3429,57355.871621113 -3430,52970.9837802849 -3431,49067.3006596345 -3432,46698.692146082 -3433,45097.101189675 -3434,44747.8898769361 -3435,44760.3617743429 -3436,44646.036619393 -3437,46860.8259050447 -3438,51453.5776273039 -3439,56413.209116419 -3440,59737.9913232515 -3441,61276.1838038872 -3442,61909.1292704213 -3443,59975.9954553923 -3444,58039.7436660116 -3445,56242.7607255804 -3446,55198.2448625293 -3447,54344.9638187854 -3448,54496.7043635138 -3449,54588.1645076364 -3450,53704.7431123687 -3451,51611.5542215496 -3452,50823.7502359355 -3453,49868.6158338346 -3454,46621.7824817247 -3455,43117.1980618124 -3456,40875.3863989887 -3457,39689.5232054436 -3458,39030.5947537307 -3459,39033.7127280824 -3460,38689.6980728676 -3461,39661.4615370923 -3462,42615.206812352 -3463,46642.5689101933 -3464,49682.5776720515 -3465,51705.0929480307 -3466,53686.0353670725 -3467,53318.1164098513 -3468,51145.9391715023 -3469,49498.6181934409 -3470,48223.3734381317 -3471,47674.6128758377 -3472,48766.9374437155 -3473,50480.7748719 -3474,51095.0124923238 -3475,50810.2390473494 -3476,51343.4098386989 -3477,51919.1926773511 -3478,48175.5647333049 -3479,45348.6164095879 -3480,43837.4463061242 -3481,42929.0812168569 -3482,43147.3383125223 -3483,44630.4468484485 -3484,48262.8676118966 -3485,57760.1667777475 -3486,65162.1984704206 -3487,68850.7424697574 -3488,70144.6948695489 -3489,72239.9624435405 -3490,73912.2271156016 -3491,73283.4390154124 -3492,72836.5317106614 -3493,71551.933133111 -3494,70329.6937401527 -3495,68985.8539523619 -3496,68525.4354590249 -3497,67948.6133291935 -3498,66998.6755846168 -3499,64327.625071159 -3500,62412.159710247 -3501,59175.7195723714 -3502,54004.0670371084 -3503,50326.9556439992 -3504,48283.6539395513 -3505,47066.6111033032 -3506,47183.0149414255 -3507,48454.1023303898 -3508,51740.4297554507 -3509,60065.3769163425 -3510,66730.5312017662 -3511,70421.1537834614 -3512,71689.123298888 -3513,73457.0052797886 -3514,74956.7429786526 -3515,74092.0293286812 -3516,73478.8309994366 -3517,72264.9061375402 -3518,71167.3850129521 -3519,69793.4049744515 -3520,69530.457249125 -3521,69000.4044321272 -3522,67885.2148534222 -3523,65410.5957159818 -3524,63300.7776622249 -3525,59587.2900697024 -3526,54569.4567623402 -3527,50969.2549327744 -3528,48769.016026074 -3529,47704.7531265475 -3530,47795.1739794909 -3531,49042.3570664488 -3532,52350.5102111576 -3533,60834.4731566604 -3534,67545.3574637383 -3535,71016.683759403 -3536,71918.8127991529 -3537,73168.0745692833 -3538,74599.2171348518 -3539,73540.1508928494 -3540,72636.9824611063 -3541,71213.1150346064 -3542,70006.4654125927 -3543,68056.7025354399 -3544,67206.5393652337 -3545,66418.7353796197 -3546,65443.8539410433 -3547,62526.4848651968 -3548,60206.7243476505 -3549,57311.1808906379 -3550,52636.3229473112 -3551,48897.8916607891 -3552,46228.9198305038 -3553,44833.1140723553 -3554,44492.2173914923 -3555,44419.4649926658 -3556,42960.26085956 -3557,42586.1058528214 -3558,45260.2743406309 -3559,48916.5994060854 -3560,51703.0142648582 -3561,53956.2584330956 -3562,56024.5036299151 -3563,55405.0694527811 -3564,53206.9092292532 -3565,51541.9197970748 -3566,50175.2149984569 -3567,49737.661616761 -3568,50547.291322023 -3569,51379.7860381122 -3570,51515.9368118959 -3571,51039.9286484283 -3572,50615.8863545045 -3573,50189.7654782222 -3574,46645.686884545 -3575,43581.7737198665 -3576,41774.3975652009 -3577,40863.9538935751 -3578,40923.1951038155 -3579,41950.0425127496 -3580,44331.1229237089 -3581,50365.4104257709 -3582,56290.5694304072 -3583,60290.9091510765 -3584,62131.5435308036 -3585,63566.843361903 -3586,64778.689641441 -3587,64289.1702893873 -3588,62774.882110758 -3589,61186.802342937 -3590,59924.0294850346 -3591,58831.7049171567 -3592,58951.2266288167 -3593,59007.3498647054 -3594,58123.9285702516 -3595,55821.8364060083 -3596,54352.2390586681 -3597,53590.4180582329 -3598,49447.6915142624 -3599,45730.0465553951 -3600,43274.1352640649 -3601,42079.957438644 -3602,41681.898129899 -3603,42132.962700181 -3604,42197.4004671316 -3605,44404.9146137145 -3606,48254.5530808347 -3607,52817.1644515701 -3608,56145.0647335683 -3609,57908.789448938 -3610,58447.1567969977 -3611,57480.5898894833 -3612,55437.2882858494 -3613,53889.7419829725 -3614,52541.7449296508 -3615,51963.8834078262 -3616,52483.5430105897 -3617,52898.2313814584 -3618,52227.8705251459 -3619,50217.8270457595 -3620,49372.8605330775 -3621,49142.1316408194 -3622,46011.7021268317 -3623,42655.7402772961 -3624,40163.4527865528 -3625,38841.4387184099 -3626,38339.4474689495 -3627,38414.2784501344 -3628,37760.5466559456 -3629,38472.4803691955 -3630,41101.9580257159 -3631,44843.5072865897 -3632,48063.3182615275 -3633,50296.8152924754 -3634,52844.1868287422 -3635,52498.093490355 -3636,50399.7079420116 -3637,48632.8652522902 -3638,47732.8147948988 -3639,47484.4174485237 -3640,48596.489052877 -3641,50152.3499876297 -3642,50691.7566268687 -3643,50285.3827870618 -3644,50310.3264810614 -3645,51107.4843897306 -3646,47335.7947773331 -3647,44262.5277904134 -3648,42545.5724886912 -3649,41664.229776596 -3650,42046.6992135825 -3651,43961.1252833152 -3652,47834.6680524418 -3653,57358.9895954648 -3654,64613.4379081266 -3655,68495.2952083151 -3656,69562.6760821933 -3657,71224.54754002 -3658,72658.8080799402 -3659,72139.1484771768 -3660,71519.7141992287 -3661,70115.5939100183 -3662,68635.6033484438 -3663,66833.4237504884 -3664,66273.2306827808 -3665,65908.4296999113 -3666,65172.591684655 -3667,62647.0458680361 -3668,60748.2096700619 -3669,58547.9707633615 -3670,53386.7114423328 -3671,49463.281285207 -3672,47439.7267180486 -3673,46564.6199546567 -3674,46813.0172002179 -3675,47997.8412033977 -3676,50900.6597994789 -3677,59317.0670036794 -3678,65942.7272161521 -3679,69380.7952867552 -3680,70418.0358091097 -3681,71820.0775159616 -3682,73266.8098524747 -3683,72589.1737562795 -3684,71983.2506669175 -3685,70504.2992957082 -3686,69309.082179108 -3687,67811.4231634165 -3688,67444.5434973745 -3689,66816.7946883647 -3690,66077.8386987566 -3691,63596.9837134268 -3692,61360.3687081272 -3693,58719.4584453793 -3694,53615.3616514185 -3695,49769.8804498293 -3696,47853.375797738 -3697,46665.4339210205 -3698,47045.8247756485 -3699,48226.4914124834 -3700,51248.8317202246 -3701,59690.1826184247 -3702,66230.6186354781 -3703,69680.1192114949 -3704,70489.7489167569 -3705,72169.2887278866 -3706,73445.5727743751 -3707,72899.9301864327 -3708,72219.1761158858 -3709,71072.8069952917 -3710,70200.8181054376 -3711,68623.1315518509 -3712,68208.4431809822 -3713,67976.6749975448 -3714,66942.5523487281 -3715,64176.9238176099 -3716,62101.4032800938 -3717,59115.4390709518 -3718,53890.7812741518 -3719,50281.2255215309 -3720,48221.2948557732 -3721,47178.8575750806 -3722,47249.5312907346 -3723,48263.9069030758 -3724,51383.9433036431 -3725,59704.73309819 -3726,66192.1638537064 -3727,69609.4454958409 -3728,70612.3885019546 -3729,72181.7606252934 -3730,73865.457802768 -3731,72970.6039020867 -3732,72221.2546982443 -3733,70873.2576449226 -3734,69575.1479796002 -3735,67992.2647684893 -3736,67282.4097384119 -3737,66510.1955237423 -3738,65323.292938204 -3739,62886.0892913561 -3740,60858.3774586668 -3741,58879.5136219835 -3742,53838.815303794 -3743,49850.9473797176 -3744,47776.4661333807 -3745,46760.0119386809 -3746,47008.409285056 -3747,48233.766652366 -3748,51034.7319909042 -3749,59204.820531902 -3750,65914.6655478007 -3751,69282.0599027499 -3752,70297.4748062704 -3753,71726.5387894804 -3754,72915.5199573772 -3755,71814.8808584375 -3756,70366.069838752 -3757,68635.6033484438 -3758,67119.236587456 -3759,65605.9878008199 -3760,64930.4302869832 -3761,63845.380958988 -3762,62610.6696686229 -3763,59929.2260417448 -3764,57974.2666078818 -3765,56668.8816018628 -3766,52447.1668111765 -3767,48480.0853155687 -3768,45843.3324191657 -3769,44458.9591664308 -3770,43862.3898993099 -3771,43731.4356822363 -3772,43193.0683341766 -3773,45829.8212305796 -3774,50178.3329728086 -3775,54975.830602147 -3776,58245.5288642702 -3777,60110.0676468176 -3778,60526.8346000448 -3779,59181.9555210748 -3780,57049.2724564907 -3781,55252.2895160595 -3782,54514.3728176307 -3783,53884.5453254484 -3784,53915.7249681514 -3785,53761.9057402506 -3786,52843.147436749 -3787,50598.2179003875 -3788,49355.1920789605 -3789,49225.2772538801 -3790,46085.4938168374 -3791,42399.0283998591 -3792,39994.0436868935 -3793,38241.7514769374 -3794,37451.8688081508 -3795,36974.821353504 -3796,36169.3489137729 -3797,37358.3300816697 -3798,40531.3717437739 -3799,44915.2202934229 -3800,47857.533063269 -3801,49853.0260628901 -3802,51661.4415087348 -3803,50798.8065419359 -3804,48857.358195845 -3805,47632.000828535 -3806,46742.3435853779 -3807,46362.9920219291 -3808,46970.9937944636 -3809,47979.1334581015 -3810,47849.2185322071 -3811,46949.1680748157 -3812,46638.4116446624 -3813,47225.6269887281 -3814,44406.993196073 -3815,41359.7091943322 -3816,39334.0759440013 -3817,38112.8758422223 -3818,37604.6487448724 -3819,37487.2057163848 -3820,37272.0665950712 -3821,38544.1933760287 -3822,41659.0331190718 -3823,45721.7320243332 -3824,48901.0096351408 -3825,51149.057145854 -3826,52995.9273734705 -3827,52517.8405268304 -3828,50868.4409664106 -3829,49565.134643564 -3830,49141.0923496401 -3831,49021.5706379801 -3832,50149.232013278 -3833,51305.9943481065 -3834,51355.8816352918 -3835,50689.6780445102 -3836,50016.199113032 -3837,50405.943890715 -3838,46990.7408309391 -3839,44013.091253673 -3840,42188.0466448904 -3841,41432.4614923446 -3842,41600.8313008247 -3843,42921.8059769743 -3844,46421.1939409903 -3845,56082.7055489763 -3846,64086.5030654805 -3847,68634.5640572645 -3848,70704.8879372565 -3849,72898.8908952535 -3850,74689.6378869813 -3851,74027.5915617306 -3852,73520.40375556 -3853,72627.6285380512 -3854,71465.6696465125 -3855,69637.5070633783 -3856,68822.6808014061 -3857,67812.4625554097 -3858,66366.7694092619 -3859,63504.4842781249 -3860,61091.1849332834 -3861,58761.0312015027 -3862,54115.2742177065 -3863,51025.3781686631 -3864,48876.0659411412 -3865,47671.4949014859 -3866,47841.9432923245 -3867,48450.9843560381 -3868,51263.3821999899 -3869,59556.1104269994 -3870,66560.0828109276 -3871,70431.5469976957 -3872,71758.7576225488 -3873,73724.11037146 -3874,75346.4876555218 -3875,74576.3521240247 -3876,73598.3527110966 -3877,72396.899645793 -3878,71081.1215263536 -3879,69116.8081694356 -3880,67883.1361702497 -3881,66981.0071304998 -3882,65740.0599922452 -3883,62786.3146161716 -3884,60519.5593601622 -3885,58769.3458333785 -3886,54135.021254182 -3887,50672.0095903932 -3888,48523.7367548646 -3889,47058.2965722413 -3890,47160.1498297844 -3891,47836.7467356143 -3892,50605.4931402702 -3893,58456.5107200528 -3894,64948.0986402863 -3895,68520.2389023147 -3896,69707.141487853 -3897,71774.3474943073 -3898,73252.2593727094 -3899,72864.5933790127 -3900,72021.7054486892 -3901,71142.4413189525 -3902,70146.7735527214 -3903,68321.7289439388 -3904,67451.8187372572 -3905,66481.0945642118 -3906,65414.7529815127 -3907,62773.8428195788 -3908,60601.6655812298 -3909,59094.6527432971 -3910,55146.2788921716 -3911,51136.5852484472 -3912,48410.450891094 -3913,47164.3071961293 -3914,47202.761977901 -3915,48039.4139595211 -3916,50609.6504058011 -3917,58556.2853952374 -3918,64973.0423342859 -3919,68544.1432043211 -3920,70150.9308182523 -3921,71962.4642384488 -3922,73152.4847983388 -3923,72166.1708543488 -3924,70939.7740950456 -3925,69199.9536816824 -3926,67674.2330984535 -3927,66527.8638770454 -3928,65987.4179466272 -3929,65170.5130014825 -3930,63308.0529021075 -3931,60580.879253575 -3932,58077.1591566041 -3933,56425.6809130118 -3934,52803.653363798 -3935,49291.7936031892 -3936,46689.3382230269 -3937,44821.6815669418 -3938,44177.3036958081 -3939,43888.3728844888 -3940,43556.8300258668 -3941,46041.8423775416 -3942,50062.9685266795 -3943,54462.406847273 -3944,57816.2900136361 -3945,59860.6310092632 -3946,60200.4883989471 -3947,58727.7729764412 -3948,56481.8041489005 -3949,54638.0517948217 -3950,53511.429710703 -3951,53219.381025846 -3952,53758.7877658989 -3953,53814.9110017876 -3954,52703.8786886135 -3955,50443.3593813075 -3956,48829.2965274937 -3957,48581.9385731117 -3958,45883.8658841098 -3959,43047.5636373377 -3960,40753.7861049702 -3961,39061.7743964337 -3962,38047.3987840924 -3963,37775.0971357109 -3964,37042.3770948063 -3965,38065.0672382094 -3966,40699.74145144 -3967,44545.2226530293 -3968,47756.7190969052 -3969,50336.3094662403 -3970,52602.0254310705 -3971,52118.7419269062 -3972,49983.9802799637 -3973,48174.5254421257 -3974,47310.8511841474 -3975,47290.0647556787 -3976,48371.9961093223 -3977,49948.6433717297 -3978,49962.1545603157 -3979,49445.612931904 -3980,49162.9180692881 -3981,50378.921513543 -3982,47037.5102445866 -3983,44123.2590422779 -3984,42454.1123445686 -3985,41474.034349282 -3986,41805.57710709 -3987,43099.5296076955 -3988,46482.5137335892 -3989,55769.8704356505 -3990,62760.3316309927 -3991,66763.7894268277 -3992,68418.3856447717 -3993,70560.4225315969 -3994,72001.9584122137 -3995,71142.4413189525 -3996,70483.5129680535 -3997,69234.2511979231 -3998,68211.5610545199 -3999,66473.8193243291 -4000,65833.5987187264 -4001,63461.8721300083 -4002,61058.9661002151 -4003,59601.8405494677 -4004,58240.33230756 -4005,56494.2759454933 -4006,51929.5858915855 -4007,48735.7578010125 -4008,46857.707930693 -4009,45589.7385160804 -4010,45665.6087884445 -4011,46699.7314372613 -4012,49498.6181934409 -4013,57813.1721400984 -4014,64329.7037543314 -4015,67909.1191554286 -4016,68796.6978162272 -4017,70556.2652660659 -4018,72236.8444691888 -4019,71359.6591234385 -4020,70716.3204426701 -4021,69212.4254782752 -4022,68193.8927012169 -4023,66644.2677151676 -4024,66125.6474035834 -4025,65572.7295757584 -4026,64490.7982221149 -4027,62125.3075821002 -4028,59519.7343284002 -4029,57588.6790957297 -4030,52931.4896065199 -4031,49180.586523405 -4032,47080.1222918893 -4033,45841.2537359932 -4034,45910.8881604679 -4035,46878.4943591617 -4036,49626.4544361628 -4037,57458.7642706493 -4038,64114.5646330178 -4039,67791.676126941 -4040,68880.8827204672 -4041,70733.9888967871 -4042,72088.2218988122 -4043,71128.9302311804 -4044,70413.8785435788 -4045,69128.2406748491 -4046,67842.6028061195 -4047,66205.6749414785 -4048,65707.841058363 -4049,64957.4525633414 -4050,63497.2090382423 -4051,60757.563492303 -4052,58111.4566728449 -4053,56412.1697244257 -4054,52368.1785644606 -4055,48329.3840620196 -4056,46032.4884544865 -4057,44305.13993853 -4058,43915.3951608469 -4059,43947.6140947292 -4060,43788.5982093042 -4061,46446.137534176 -4062,50326.9556439992 -4063,53619.5189169495 -4064,56118.0424572102 -4065,58071.9625998939 -4066,60207.7636388297 -4067,59901.1644742074 -4068,58339.0675907513 -4069,57047.1937733183 -4070,56175.2049842782 -4071,55725.1797051755 -4072,56468.2929603144 -4073,56903.7677596518 -4074,56403.8551933639 -4075,54745.1017098889 -4076,53289.0154503208 -4077,52473.1497963553 -4078,48673.3987172344 -4079,45393.307140063 -4080,43509.021421854 -4081,42346.0231383221 -4082,42379.2813633837 -4083,43399.8928236144 -4084,46289.2003319235 -4085,53313.9591443204 -4086,59390.858693685 -4087,63429.65329694 -4088,65354.4724800931 -4089,66974.7711817964 -4090,68238.583431692 -4091,67359.3193019553 -4092,65768.1215597826 -4093,63972.1779105306 -4094,62847.6345095844 -4095,61685.6756180458 -4096,61755.3099417065 -4097,61407.1380209608 -4098,59921.9508018621 -4099,57403.6803259398 -4100,55047.5436089802 -4101,53732.8047807201 -4102,49795.8634350082 -4103,46207.0941108559 -4104,43859.2719249582 -4105,42319.000861964 -4106,41915.7449965089 -4107,41937.5707161568 -4108,42031.1094426379 -4109,44414.2684359557 -4110,48388.625171446 -4111,52871.2091051003 -4112,56456.8604549008 -4113,58752.7166704408 -4114,60090.3205095282 -4115,58677.8856892559 -4116,56551.4385733752 -4117,54761.7307720127 -4118,53652.777142011 -4119,53191.3194583087 -4120,53750.4731340231 -4121,54138.1392285337 -4122,52853.5406509833 -4123,50144.0354565678 -4124,47759.8370712569 -4125,47628.8828541833 -4126,46150.9708749672 -4127,42708.7455388331 -4128,40266.345335275 -4129,38645.0073423925 -4130,37603.6094536931 -4131,37331.3078053116 -4132,36705.6376794741 -4133,37745.9961761803 -4134,40142.6663580841 -4135,44128.4555989881 -4136,47720.342897492 -4137,50470.3816576656 -4138,52983.4555768777 -4139,52519.9192100029 -4140,50749.9585459298 -4141,49337.5237256575 -4142,48374.0747924947 -4143,48032.1387196385 -4144,49043.396357628 -4145,50587.8246861532 -4146,50772.823556757 -4147,50075.4403232723 -4148,49417.5512635526 -4149,50706.3071066339 -4150,47671.4949014859 -4151,44887.1587258855 -4152,43218.0120281762 -4153,42145.4344967738 -4154,42259.7596517236 -4155,43637.8969557552 -4156,47127.9309967161 -4157,56785.2853391711 -4158,63665.5787459083 -4159,67540.1609070281 -4160,69151.1056856763 -4161,71083.200209526 -4162,72724.285238884 -4163,72227.4906469477 -4164,71707.8310441842 -4165,70583.287643238 -4166,69495.1203408911 -4167,67592.1268773859 -4168,66757.5534781243 -4169,66328.3146274902 -4170,65256.776488081 -4171,62750.9778087516 -4172,60356.3863100203 -4173,58368.1685502819 -4174,53665.2490394178 -4175,49922.6603865508 -4176,47630.9615373558 -4177,46407.6827524043 -4178,46598.9174708975 -4179,47748.4045658433 -4180,50722.9362695717 -4181,59122.7143108344 -4182,65861.6602862637 -4183,69204.1109472133 -4184,70106.2400877772 -4185,71809.6843017273 -4186,73278.2423578882 -4187,72787.6837146553 -4188,71998.840437862 -4189,71057.2172243472 -4190,69838.0957049266 -4191,68325.8862094698 -4192,67692.9408437497 -4193,67149.3768381658 -4194,65912.5869654422 -4195,63316.3674331694 -4196,61029.8651406845 -4197,58574.9931405336 -4198,53952.1010667507 -4199,50339.427440592 -4200,48111.1269663543 -4201,46840.03957739 -4202,46975.1510599945 -4203,48225.4521213041 -4204,51140.7426147921 -4205,59608.0763973572 -4206,66194.2424360649 -4207,69812.1127197477 -4208,70937.6955126871 -4209,72480.0452588538 -4210,73930.9348608978 -4211,73203.4113767033 -4212,72162.0134880039 -4213,70673.7083953675 -4214,69454.5868759469 -4215,67836.3668574161 -4216,67170.1632666345 -4217,66654.660828588 -4218,65525.9601621109 -4219,62678.2254099252 -4220,60188.0166023542 -4221,58146.7935810788 -4222,53521.8229249374 -4223,49854.0653540693 -4224,47595.6246291218 -4225,46411.8400179352 -4226,46602.0354452492 -4227,47577.9561750048 -4228,50569.1169408569 -4229,58610.3299479536 -4230,65214.1644407784 -4231,68827.8773581163 -4232,69865.1179812847 -4233,71538.421944525 -4234,72920.7166149014 -4235,72196.3111050587 -4236,71483.3381006295 -4237,70115.5939100183 -4238,69014.9549118925 -4239,67380.105730424 -4240,66891.6256695496 -4241,64215.3785993816 -4242,61563.035932034 -4243,60370.9367897856 -4244,59034.3722418775 -4245,57646.8810147908 -4246,53183.0048264328 -4247,49744.9368566436 -4248,47643.4333339486 -4249,46473.1598105341 -4250,46594.7602053665 -4251,47481.299474172 -4252,50243.8100309384 -4253,58335.9497172136 -4254,64875.3463422738 -4255,68433.9754157162 -4256,69734.1637642111 -4257,71457.3551154506 -4258,72820.9419397169 -4259,71948.9530498628 -4260,70433.6256808682 -4261,68752.0070857521 -4262,67334.3756079557 -4263,65809.694315906 -4264,65333.6861524384 -4265,64240.3222933812 -4266,63070.0487699667 -4267,60338.7178559033 -4268,58068.8446255422 -4269,56236.524776877 -4270,52256.9713838625 -4271,48688.9884881789 -4272,46254.9028156827 -4273,44975.5007948425 -4274,44418.4257014866 -4275,44254.2132593515 -4276,44313.4544695919 -4277,46593.7209141873 -4278,50466.2243921347 -4279,54593.3610643466 -4280,58219.5458790913 -4281,60205.6849556572 -4282,61005.9608386781 -4283,59904.2824485591 -4284,57847.4696563392 -4285,56059.8405381491 -4286,54985.1844243882 -4287,54288.8405828967 -4288,55015.324675098 -4289,55392.5975553743 -4290,54219.206158422 -4291,51354.8423441125 -4292,50915.2102792442 -4293,49724.1504281749 -4294,46415.9972834661 -4295,43056.9175603928 -4296,40932.5490268706 -4297,39718.6240641602 -4298,39125.1728722051 -4299,38904.8370933673 -4300,38716.7203492257 -4301,39439.04727671 -4302,41827.4028267379 -4303,45629.2325890313 -4304,49072.4973171586 -4305,51775.7666636847 -4306,54473.8393526866 -4307,53921.9608160408 -4308,51989.8663930051 -4309,50483.8928462516 -4310,49708.5606572304 -4311,49489.2642703858 -4312,51045.1252051385 -4313,52346.3528448127 -4314,51807.985496753 -4315,50945.350529954 -4316,50437.1234326041 -4317,50882.9913453619 -4318,47813.8817247871 -4319,45057.6070159101 -4320,43405.0894811385 -4321,42426.0507770312 -4322,42444.7585223274 -4323,43927.8670582537 -4324,47584.1921237082 -4325,57009.7782827258 -4326,64236.1650278503 -4327,68158.5557929829 -4328,69147.9877113246 -4329,70770.3650962003 -4330,72160.9741968247 -4331,71494.7706060431 -4332,70691.3768494845 -4333,69553.3222599522 -4334,68486.9806772532 -4335,66993.4789270926 -4336,66626.5992610507 -4337,66017.558197337 -4338,64737.1168853175 -4339,62147.1333017481 -4340,59402.2911990986 -4341,56750.9878229303 -4342,53600.8111716532 -4343,50970.2942239536 -4344,47730.7361117263 -4345,46251.784841331 -4346,46086.5331080167 -4347,47128.9702878953 -4348,49891.4808446617 -4349,57567.892768075 -4350,63956.5881395861 -4351,67684.6262118738 -4352,68783.1867284551 -4353,70454.4120085229 -4354,72337.6584355526 -4355,71280.6707759087 -4356,70578.0909857139 -4357,69410.935537465 -4358,68272.8809479328 -4359,66540.3357744522 -4360,66175.5346907687 -4361,65638.2066338882 -4362,64564.5899121205 -4363,62072.3023205632 -4364,60011.3322628123 -4365,57742.4984244444 -4366,53172.6117130124 -4367,49678.4204065206 -4368,47283.8289077893 -4369,46199.8188709733 -4370,46156.1675324914 -4371,47181.9755494323 -4372,49912.2672731304 -4373,58431.5670260532 -4374,65317.0569895006 -4375,68532.7106989075 -4376,69701.9449311428 -4377,71544.6578932284 -4378,72973.7218764384 -4379,72229.5693301202 -4380,71687.0446157156 -4381,70104.1614046047 -4382,68869.4502150536 -4383,67314.6285714802 -4384,66612.0487812854 -4385,66066.406193343 -4386,64841.048826033 -4387,62274.96954447 -4388,60238.9431807188 -4389,58244.4895730909 -4390,53348.2566605611 -4391,49451.8487797934 -4392,47492.7320803995 -4393,46519.9292241816 -4394,46685.180957496 -4395,47694.3600131271 -4396,50426.7302183697 -4397,58559.4032687751 -4398,65199.6139610131 -4399,68683.4120532706 -4400,69648.9395687919 -4401,71200.6432380136 -4402,72846.9249248957 -4403,72339.7371187251 -4404,71699.5165131223 -4405,70625.8996905407 -4406,69346.4976697005 -4407,67675.2723896327 -4408,67020.5012034507 -4409,66109.0182406457 -4410,65055.1485553534 -4411,62654.3211079187 -4412,60536.1885230999 -4413,58709.0652311449 -4414,53791.0065989672 -4415,49868.6158338346 -4416,47745.2865914916 -4417,46593.7209141873 -4418,46719.4784737367 -4419,47613.2930832388 -4420,50306.1692155305 -4421,58437.8029747566 -4422,65159.0804960689 -4423,69110.5722207322 -4424,70518.8497754735 -4425,72410.410834379 -4426,73692.930728757 -4427,72784.5657403037 -4428,71568.5621952348 -4429,69500.3169984152 -4430,67621.2277361025 -4431,66686.8797624703 -4432,65577.9261324686 -4433,62414.2383934195 -4434,59682.9073785421 -4435,58506.3980072381 -4436,57242.5858581564 -4437,56003.7173022604 -4438,52482.5037194104 -4439,49232.5523929488 -4440,46420.1545489971 -4441,45154.2637167429 -4442,44523.3969333813 -4443,44312.4151784126 -4444,44039.0742388518 -4445,46079.257868134 -4446,50101.4233084512 -4447,54197.3804387741 -4448,57805.8969002158 -4449,59879.3387545595 -4450,61004.9214466849 -4451,60015.4895283433 -4452,57926.457903055 -4453,56144.0253415751 -4454,55205.520102412 -4455,54800.1856545983 -4456,55543.2989097373 -4457,55526.6697467996 -4458,54015.499542522 -4459,51885.9344522896 -4460,50367.4890081294 -4461,49513.1686732062 -4462,46407.6827524043 -4463,43864.4685824824 -4464,41325.4116780914 -4465,39816.3201569863 -4466,39185.4533736247 -4467,38922.5055474843 -4468,38076.499743623 -4469,38989.0219976073 -4470,41847.1499640274 -4471,45950.3822334189 -4472,49203.4515342322 -4473,51777.8452460432 -4474,54053.9544251077 -4475,53547.8059101163 -4476,51824.6146596907 -4477,50488.0501117826 -4478,49755.329970064 -4479,49268.928592362 -4480,50394.5113853015 -4481,51709.2502135616 -4482,51813.1821542771 -4483,51507.6222808341 -4484,51481.6392956552 -4485,51809.0247879322 -4486,48453.0630392106 -4487,45631.3112722038 -4488,44126.3770166296 -4489,43319.8652857193 -4490,43360.3987506634 -4491,44641.8793538621 -4492,47972.8975093981 -4493,57116.828197793 -4494,64358.804713862 -4495,68475.5481718396 -4496,70018.9372091855 -4497,71877.2400430295 -4498,73181.5856570554 -4499,72696.2236713466 -4500,72284.6531740156 -4501,70802.5839292686 -4502,69635.4284810198 -4503,68162.7130585139 -4504,67361.3979851277 -4505,66386.5165465514 -4506,65407.4777416301 -4507,62755.1350742825 -4508,60703.5189395868 -4509,58475.2184653491 -4510,53549.8845932887 -4511,50197.0407181048 -4512,48272.2214341377 -4513,47266.1604536723 -4514,47462.5917288757 -4515,48404.2150432046 -4516,51244.6744546936 -4517,59503.1051654624 -4518,66424.9713283231 -4519,70411.7999612203 -4520,71939.5992276216 -4521,73427.9043202581 -4522,74933.8779678255 -4523,74034.8668016133 -4524,73379.056324252 -4525,72106.9296441084 -4526,71273.3955360261 -4527,70007.5047037719 -4528,69321.5540765148 -4529,68693.8052675049 -4530,67336.4542911281 -4531,64118.7218985488 -4532,60694.1650165317 -4533,56873.627508942 -4534,53861.6803146212 -4535,51533.6052660129 -4536,48735.7578010125 -4537,47485.4568405169 -4538,47132.088262247 -4539,48133.9919771815 -4540,51030.5747253732 -4541,58730.8909507929 -4542,65633.010077178 -4543,70044.9201943644 -4544,71336.7940117974 -4545,73229.3943618822 -4546,74635.593334265 -4547,73499.6174279052 -4548,72702.4595192361 -4549,71551.933133111 -4550,70170.6778547278 -4551,68493.2166259566 -4552,68319.6502607664 -4553,67702.2946659908 -4554,66546.5717231556 -4555,63891.1109806423 -4556,61550.5640346272 -4557,58541.7349154721 -4558,54465.5248216247 -4559,51024.3387766698 -4560,47806.6064849045 -4561,46339.0877199227 -4562,46475.2384937065 -4563,47525.9902046471 -4564,50467.2636833139 -4565,58053.2548545977 -4566,64728.8023542556 -4567,68452.6831610124 -4568,70011.6620701168 -4569,72045.6097506956 -4570,73617.0604563928 -4571,72920.7166149014 -4572,72164.0921711764 -4573,70961.5998146936 -4574,69766.3826980934 -4575,68320.6896527596 -4576,67842.6028061195 -4577,66696.2336855254 -4578,65653.7964048328 -4579,63424.4566394158 -4580,61266.8298808321 -4581,58438.8422659359 -4582,53678.7601271899 -4583,50311.3657722407 -4584,47852.3365065588 -4585,46676.8664264341 -4586,46810.9386178594 -4587,47715.1463407818 -4588,50373.7249568328 -4589,58396.2302186332 -4590,64944.9807667485 -4591,68759.2823256347 -4592,70187.3070176655 -4593,71803.4483530239 -4594,72861.475404661 -4595,72047.6884338681 -4596,70637.3321959543 -4597,68551.4184442038 -4598,67473.6444569051 -4599,66272.1913916016 -4600,65704.7230840113 -4601,64555.2359890654 -4602,63236.3398952743 -4603,60322.0886929656 -4604,58122.8891782584 -4605,56183.51951534 -4606,52003.3775815911 -4607,48575.7027252223 -4608,46062.6287051963 -4609,44519.2396678504 -4610,44100.3940314507 -4611,44015.1698360314 -4612,43791.7161836559 -4613,45937.9104368261 -4614,49794.8241438289 -4615,54206.7343618292 -4616,57497.219052421 -4617,59507.2624309934 -4618,60359.504183558 -4619,59223.5282771982 -4620,57322.6133960515 -4621,55444.563525732 -4622,54248.3071179526 -4623,53484.4074343449 -4624,53648.61987648 -4625,53561.3170987023 -4626,52678.9349946139 -4627,50666.813033683 -4628,49625.4151449836 -4629,48907.2454830303 -4630,46152.0101661465 -4631,43200.3435740592 -4632,40971.0038086423 -4633,39459.8336043647 -4634,38791.5513304107 -4635,38506.7778854363 -4636,38123.2690564566 -4637,38861.1857548854 -4638,41361.7878775046 -4639,44944.3212529535 -4640,48486.3212642721 -4641,51302.8763737548 -4642,53999.9097715775 -4643,53691.2320245967 -4644,52183.1797946708 -4645,50660.5770849796 -4646,49406.118758139 -4647,49348.9562310711 -4648,50313.4444554131 -4649,51442.1451218903 -4650,50983.8053117257 -4651,49097.4409103443 -4652,47352.4239402708 -4653,47378.4069254497 -4654,45965.9721051774 -4655,45617.8000836177 -4656,43166.0460578185 -4657,41536.3934330601 -4658,41068.6998006544 -4659,42478.016646575 -4660,46147.8529006155 -4661,54616.2260751738 -4662,61791.6861411197 -4663,66244.1298240642 -4664,68254.1732026365 -4665,70764.1291474969 -4666,72532.0112292115 -4667,71865.8075376159 -4668,71211.0364522479 -4669,70321.3791082769 -4670,69204.1109472133 -4671,67523.5317440904 -4672,66706.6267989458 -4673,65955.1990127449 -4674,64723.6056967315 -4675,61849.8880601809 -4676,59767.0922827821 -4677,57512.8088233655 -4678,52668.5418811935 -4679,49167.075334819 -4680,47378.4069254497 -4681,46202.936845325 -4682,46687.2596406684 -4683,47575.8775926463 -4684,50249.0066884626 -4685,58017.9179463637 -4686,64627.9883878919 -4687,68549.3398618453 -4688,69846.4102359885 -4689,71736.9320037148 -4690,73554.7012718007 -4691,72776.2512092417 -4692,71707.8310441842 -4693,70678.9049520777 -4694,69366.2448069899 -4695,67743.8674221142 -4696,67092.2143110979 -4697,66199.4390935891 -4698,65012.5365080508 -4699,62385.1374338889 -4700,60626.6092752294 -4701,58357.7753360475 -4702,53393.9866822155 -4703,49873.8123905448 -4704,47866.8869863241 -4705,46741.3041933847 -4706,46814.0565922111 -4707,47788.9380307875 -4708,50560.802409795 -4709,58347.3822226272 -4710,65189.2207467787 -4711,69087.707209905 -4712,70366.069838752 -4713,72299.2036537809 -4714,73874.8116250091 -4715,73473.6344427264 -4716,72666.0833198229 -4717,71303.5358875498 -4718,70168.5992723693 -4719,68436.0540988887 -4720,67719.9631201078 -4721,66705.5875077665 -4722,65550.9038561105 -4723,62954.6844246516 -4724,60995.5676244438 -4725,59056.1978607114 -4726,54125.6674319409 -4727,50406.9831818943 -4728,48284.6933315445 -4729,47317.0870320368 -4730,47436.6087436969 -4731,48350.1703896744 -4732,50917.2889624166 -4733,58523.0271701759 -4734,65295.2312698527 -4735,68613.7776287959 -4736,70440.9008199369 -4737,72412.4895175515 -4738,73903.9125845397 -4739,73183.6643402279 -4740,72610.9994759274 -4741,71396.0352220378 -4742,70109.3580621289 -4743,68559.7330760796 -4744,67786.4795702308 -4745,66828.2271937782 -4746,65593.5159034131 -4747,63138.6439032622 -4748,61142.1116124619 -4749,59199.6239751918 -4750,54310.6662017307 -4751,50713.5823465166 -4752,48597.5283440563 -4753,47416.8617072214 -4754,47350.3452570984 -4755,48314.8335822543 -4756,50925.6034934785 -4757,58480.4150220593 -4758,65181.9455068961 -4759,69193.717732979 -4760,70846.2353685645 -4761,72734.6784531183 -4762,73951.7212893665 -4763,72997.6261784448 -4764,71518.6749080495 -4765,70053.2348262402 -4766,68420.4642271302 -4767,66970.6139162654 -4768,66288.8204537253 -4769,64941.8627923968 -4770,63391.1984143543 -4771,60549.699610872 -4772,58477.2970477076 -4773,57028.4860280221 -4774,53154.9432588955 -4775,49717.9144794715 -4776,47287.9861733202 -4777,45735.2432129192 -4778,45160.4996654463 -4779,45050.3317760274 -4780,44859.0970575342 -4781,47092.5940884821 -4782,51190.6299019774 -4783,55679.4496835211 -4784,58954.3446031684 -4785,60781.4677943094 -4786,61629.5523821571 -4787,60624.5305920569 -4788,58818.1938293846 -4789,56893.3745454175 -4790,55940.3188264891 -4791,55292.8229810037 -4792,55309.4520431275 -4793,54829.2865133149 -4794,53951.0617755714 -4795,51964.9226990055 -4796,51027.4567510215 -4797,50410.101156246 -4798,47146.6387420123 -4799,44391.4034251285 -4800,42335.6299240878 -4801,40896.1728274574 -4802,40428.4791950517 -4803,40032.4985694792 -4804,39474.38408413 -4805,40317.2720144535 -4806,42865.6827410856 -4807,46516.8112498299 -4808,49659.7126612244 -4809,52216.4380197323 -4810,54476.9573270383 -4811,53868.9555545038 -4812,52679.9743866071 -4813,51023.2994854906 -4814,50231.3382343456 -4815,50479.7354799067 -4816,51437.9878563593 -4817,52532.3910065957 -4818,52580.1997114225 -4819,51976.355204419 -4820,52212.2806533874 -4821,52109.3881046651 -4822,48747.1903064261 -4823,46064.7073883687 -4824,44811.2883527074 -4825,43962.1645744945 -4826,44157.5565585186 -4827,45143.8705025086 -4828,48977.9191986843 -4829,57408.87688265 -4830,64679.9543582496 -4831,68946.359778597 -4832,70668.5117378433 -4833,72784.5657403037 -4834,74008.8838164344 -4835,72847.964216075 -4836,72274.2599597813 -4837,71418.9002328649 -4838,70174.8351202587 -4839,68613.7776287959 -4840,68093.0787348531 -4841,67530.806983973 -4842,66329.3539186695 -4843,63820.4372649884 -4844,61919.5223838416 -4845,58754.7953536133 -4846,53798.2818388499 -4847,50541.0553733196 -4848,48695.2244368823 -4849,47440.7661100418 -4850,47514.5576992335 -4851,48489.4391378098 -4852,51494.111092248 -4853,59030.2148755325 -4854,65653.7964048328 -4855,69385.9918434654 -4856,70964.7177890453 -4857,72987.2329642105 -4858,74206.354483631 -4859,73068.2998940988 -4860,72315.8328167187 -4861,71326.400898377 -4862,70294.3568319187 -4863,68440.2113644196 -4864,67767.7718249346 -4865,66632.8352097541 -4866,65420.9889302161 -4867,62851.7917751154 -4868,61185.7630517578 -4869,58574.9931405336 -4870,53852.3264923801 -4871,50443.3593813075 -4872,48190.1152130702 -4873,47034.3922702349 -4874,46933.5783038711 -4875,47935.4820188056 -4876,50738.5260405162 -4877,58098.984876252 -4878,64677.8756750772 -4879,68471.3909063087 -4880,69909.8087117598 -4881,71683.9266413638 -4882,73394.6461960105 -4883,72858.3574303093 -4884,72153.698956942 -4885,70861.825139509 -4886,69549.1649944213 -4887,67743.8674221142 -4888,66938.3949823831 -4889,66039.3839169849 -4890,65066.581060767 -4891,62500.501880018 -4892,60970.6239304442 -4893,58658.1386527804 -4894,53905.3317539171 -4895,50491.1680861343 -4896,48464.4955446242 -4897,47204.8405602595 -4898,47277.5929590859 -4899,48148.5424569468 -4900,50863.2443088864 -4901,57862.0201361044 -4902,64444.0288084673 -4903,68036.9554989644 -4904,69504.4742639462 -4905,71557.1296898212 -4906,72923.8344884391 -4907,72557.9941135764 -4908,71960.3855552763 -4909,70695.5341150154 -4910,69515.9067693598 -4911,67876.9003223603 -4912,67122.3545618077 -4913,66144.3551488796 -4914,65042.6767587606 -4915,62712.5230269799 -4916,60899.9502147902 -4917,57945.1656483513 -4918,53184.044218426 -4919,49957.9972947848 -4920,48123.5987629471 -4921,46860.8259050447 -4922,47089.4762149444 -4923,47986.4086979841 -4924,51060.7149760831 -4925,58071.9625998939 -4926,64529.2530038866 -4927,68275.9989222845 -4928,69708.1807790322 -4929,71440.7259525129 -4930,72852.1214816059 -4931,72090.3004811707 -4932,70378.5417361588 -4933,68462.0370840675 -4934,67000.7541669752 -4935,65684.9760475358 -4936,65292.113396315 -4937,64079.2278255978 -4938,62370.5869541236 -4939,59510.3804053451 -4940,57772.6386751542 -4941,55603.5794111569 -4942,51507.6222808341 -4943,48259.7496375449 -4944,45938.9497280053 -4945,44529.6328820847 -4946,44108.7085625126 -4947,44162.7532160428 -4948,44306.1792297092 -4949,46260.0993723929 -4950,49980.862305612 -4951,54401.0870546741 -4952,57885.9244381109 -4953,59798.2718246711 -4954,60671.3000057045 -4955,59704.73309819 -4956,57802.7789258641 -4957,55962.144546137 -4958,54799.1462626051 -4959,53863.7589977937 -4960,54236.874612539 -4961,54046.679185225 -4962,53266.1504394936 -4963,51126.1921350268 -4964,50243.8100309384 -4965,49265.8106180103 -4966,46337.0090367503 -4967,43303.2361227815 -4968,41368.0237253941 -4969,40046.0096572512 -4970,39493.0918294262 -4971,39445.2831245994 -4972,39181.2961080937 -4973,39591.8271126176 -4974,42008.2444318108 -4975,45641.7044864381 -4976,48694.1850448891 -4977,51169.8434735087 -4978,53568.5923385849 -4979,53346.1779773887 -4980,51828.7719252217 -4981,50518.1903624924 -4982,49594.2355022806 -4983,49395.7255439047 -4984,50197.0407181048 -4985,50991.0805516083 -4986,51174.0007390397 -4987,50584.7068126154 -4988,50969.2549327744 -4989,50815.4356040596 -4990,47464.6704120482 -4991,44922.4955333055 -4992,43135.9058071087 -4993,42422.9328026795 -4994,42608.9709644626 -4995,44109.7478536918 -4996,47884.5553396271 -4997,55924.7290555445 -4998,63017.0435084297 -4999,67458.0546859606 -5000,69187.4818850895 -5001,71101.9079548223 -5002,72687.9090394708 -5003,72310.6361591945 -5004,71603.8991034687 -5005,70492.8667902946 -5006,69345.4583785212 -5007,67435.1895743195 -5008,66833.4237504884 -5009,66005.0862999302 -5010,64752.7066562621 -5011,62162.7230726926 -5012,60588.1544934577 -5013,57383.9332894644 -5014,52736.0976224958 -5015,49391.5682783738 -5016,47405.4292018078 -5017,46379.6210840529 -5018,46493.9462390027 -5019,47435.5694525176 -5020,50676.1668559241 -5021,57952.4408882339 -5022,64571.8651520032 -5023,68571.1655814932 -5024,70327.6150569803 -5025,72128.7553637564 -5026,73940.2887839529 -5027,73163.9173037524 -5028,72066.3961791643 -5029,70908.5945531566 -5030,69895.2582319945 -5031,68378.8914710067 -5032,67507.9419731459 -5033,66603.7342502235 -5034,65316.0176983214 -5035,62505.6984367281 -5036,61078.7131366906 -5037,57343.3998245202 -5038,52734.0189393233 -5039,49510.0506988545 -5040,47693.3206211339 -5041,46696.6134629096 -5042,46726.7537136194 -5043,47883.5160484479 -5044,51058.6363937246 -5045,58393.1122442815 -5046,65049.9519986432 -5047,68925.5734509423 -5048,70718.3991258426 -5049,72465.4947790885 -5050,73909.1091412498 -5051,72472.7700189711 -5052,71321.2042408528 -5053,70260.059315678 -5054,68988.9719267136 -5055,67366.5945418379 -5056,66763.7894268277 -5057,65807.6157335475 -5058,64427.3997463435 -5059,61769.8604214718 -5060,60180.7413624716 -5061,57247.7824148666 -5062,52412.8692949357 -5063,49335.4450424851 -5064,47236.0202029625 -5065,46073.0219194306 -5066,46183.1898088495 -5067,47190.2901813081 -5068,50111.8165226856 -5069,56891.295963059 -5070,63056.5376821946 -5071,66913.4513891975 -5072,68451.6438698332 -5073,70280.8457441467 -5074,71592.4665980552 -5075,70882.6115679777 -5076,69960.7353909383 -5077,68582.5980869068 -5078,67383.2237047757 -5079,65841.9132497883 -5080,65192.3387211304 -5081,64245.5188500914 -5082,62886.0892913561 -5083,60566.3287738097 -5084,59671.4748731285 -5085,57066.9409106077 -5086,52165.5113405538 -5087,48854.2402214933 -5088,46540.7156526503 -5089,45422.4080995935 -5090,45371.481420415 -5091,46600.9961540699 -5092,49425.8657946145 -5093,55715.8258829343 -5094,61689.8328835767 -5095,65654.835796826 -5096,67518.3351873802 -5097,69723.7705499768 -5098,70929.3808808113 -5099,69901.4941806979 -5100,67835.3275662369 -5101,66056.0129791087 -5102,64781.8076157926 -5103,63746.6456757966 -5104,63102.267703849 -5105,61965.25250631 -5106,60289.8698598973 -5107,57374.5793664093 -5108,56305.1199101725 -5109,53925.0787903925 -5110,50113.895205858 -5111,46882.6516246926 -5112,44580.5595612632 -5113,43024.6986265105 -5114,42372.006123501 -5115,42256.6416773719 -5116,42565.3195251667 -5117,44426.7402325485 -5118,48055.0037304656 -5119,52498.093490355 -5120,55942.3974088475 -5121,58057.4121201286 -5122,59061.3945182356 -5123,58024.1538950671 -5124,56259.3897877042 -5125,54764.8487463644 -5126,53523.9016081098 -5127,53185.0835096053 -5128,53765.0236137884 -5129,53551.9631756472 -5130,52448.2062031697 -5131,50120.1310537475 -5132,49487.1856880274 -5133,47909.4990336267 -5134,44754.1258256395 -5135,42052.9351622859 -5136,40161.3741033803 -5137,39000.4545030209 -5138,38362.3124797766 -5139,38069.2245037404 -5140,38120.1510821049 -5141,38605.5131686276 -5142,40872.268424637 -5143,44101.4333226299 -5144,47105.0659858889 -5145,49592.1569199221 -5146,51886.9737434688 -5147,51343.4098386989 -5148,49745.9761478229 -5149,48666.1234773518 -5150,47866.8869863241 -5151,47401.2719362769 -5152,48412.5295742664 -5153,49424.8265034353 -5154,49351.0348134296 -5155,48789.8024545427 -5156,49492.3822447375 -5157,48480.0853155687 -5158,45233.2519634588 -5159,42551.8083365807 -5160,41003.2226417106 -5161,40150.980889146 -5162,40276.7385495094 -5163,41618.4996541277 -5164,45223.8981412177 -5165,52744.4121535576 -5166,59562.3463757028 -5167,63945.1556341725 -5168,66234.7759010091 -5169,68271.8416567535 -5170,70097.9255567153 -5171,69268.5488149778 -5172,68250.0159371056 -5173,67117.1579042836 -5174,66114.2148981698 -5175,64590.5728972994 -5176,63991.9249470061 -5177,63145.9191431448 -5178,61768.8211302926 -5179,58900.3000504521 -5180,58008.5641241226 -5181,54555.9455737541 -5182,49682.5776720515 -5183,46616.5859250145 -5184,44786.3447595217 -5185,43680.5091038718 -5186,43711.6886457608 -5187,44756.2045088119 -5188,47954.1897641018 -5189,54788.7531491847 -5190,61129.6398158691 -5191,64943.9413747553 -5192,66594.3803271684 -5193,68581.5587957275 -5194,70124.9478330734 -5195,69406.7782719341 -5196,68405.9137473649 -5197,67038.1696575677 -5198,65928.1767363868 -5199,64491.8375132941 -5200,63706.1122108525 -5201,62694.8545728629 -5202,61283.4590437699 -5203,58726.7336852619 -5204,57927.4971942343 -5205,54744.0624187096 -5206,49860.3013027727 -5207,46474.1992025273 -5208,44637.7220883312 -5209,43520.4539272676 -5210,43564.1052657495 -5211,44610.699811973 -5212,47894.9485538615 -5213,54222.3241327737 -5214,60383.4085863784 -5215,64221.614548085 -5216,66049.7770304053 -5217,67908.0798642493 -5218,69505.5135551254 -5219,68811.2482959925 -5220,67925.7483183663 -5221,66761.7107436552 -5222,65478.1514572841 -5223,63838.1057191053 -5224,63327.799938583 -5225,62657.4390822704 -5226,61566.1539063858 -5227,59211.0564806054 -5228,58282.9443548626 -5229,54684.8212084693 -5230,50126.3670024508 -5231,46668.5518953722 -5232,44828.9568068244 -5233,43755.3400850567 -5234,43761.5759329461 -5235,44779.0695196391 -5236,48166.2109110638 -5237,55111.9813759308 -5238,61099.4995651593 -5239,64784.9255901444 -5240,66565.2794684518 -5241,68453.7224521917 -5242,70128.0658074251 -5243,69158.3809255589 -5244,68369.5376487656 -5245,67266.8198666534 -5246,65954.1597215656 -5247,64424.2817719918 -5248,63923.3299145246 -5249,63178.1379762132 -5250,61695.0294402869 -5251,59122.7143108344 -5252,58546.9314721823 -5253,55184.7337747573 -5254,50479.7354799067 -5255,47039.5888269451 -5256,45167.774905329 -5257,44033.8775813277 -5258,44109.7478536918 -5259,44970.3042381323 -5260,48148.5424569468 -5261,54381.3399173847 -5262,60602.704973223 -5263,64810.9085753232 -5264,66744.0422895382 -5265,68529.5928253698 -5266,69794.4442656307 -5267,68870.4895062329 -5268,67317.7465458319 -5269,65415.792373506 -5270,64210.1820426714 -5271,62960.920272541 -5272,62801.9044879301 -5273,62040.0834874949 -5274,60420.8240769709 -5275,57672.8639999697 -5276,56801.9145021088 -5277,53659.0130907144 -5278,49785.4703215878 -5279,46512.653984299 -5280,44529.6328820847 -5281,43036.1311319241 -5282,42613.1282299935 -5283,42700.4310077713 -5284,43478.8811711442 -5285,45245.7238608656 -5286,48687.9491969997 -5287,52870.1698139211 -5288,56173.1263011057 -5289,58104.1814329622 -5290,59340.9714064998 -5291,58016.8786551845 -5292,55872.7630851868 -5293,54113.195635348 -5294,52932.5288976992 -5295,52226.8311331527 -5296,52514.7225524787 -5297,52424.3018003493 -5298,51558.5488591986 -5299,49576.5671489776 -5300,49549.5447718055 -5301,47469.8669687584 -5302,44159.6352416911 -5303,41392.9674193937 -5304,39442.1651502477 -5305,38000.6293704449 -5306,37458.1047568542 -5307,37504.8741705018 -5308,37675.3224605263 -5309,37960.0959055007 -5310,40169.6886344422 -5311,43653.4867266997 -5312,46975.1510599945 -5313,49604.6287165149 -5314,51883.8558699311 -5315,51554.3915936676 -5316,50101.4233084512 -5317,48818.9034140733 -5318,48027.9814541075 -5319,47780.6234997256 -5320,48564.2701189948 -5321,49813.5318891251 -5322,50115.9737882165 -5323,49977.7443312602 -5324,50284.3434958826 -5325,48912.4421405544 -5326,45647.9403343275 -5327,43092.2543678128 -5328,41418.9504045726 -5329,40541.7649580083 -5330,40644.6575067306 -5331,42158.9456853599 -5332,46096.926322251 -5333,53277.5829449072 -5334,59863.7489836149 -5335,64150.940832431 -5336,66285.7025801876 -5337,68046.3093212056 -5338,69593.8557248964 -5339,68697.9625330359 -5340,67946.534646021 -5341,66624.5205778782 -5342,65168.43431831 -5343,63562.6860963721 -5344,63051.3410246705 -5345,62321.7389581176 -5346,61266.8298808321 -5347,59065.5517837665 -5348,58164.4620351958 -5349,54247.2678267733 -5350,49654.5160037002 -5351,46552.1481580639 -5352,44665.7836558685 -5353,43681.548395051 -5354,43736.6323397605 -5355,44805.052504818 -5356,48259.7496375449 -5357,54778.3599349504 -5358,60892.6749749075 -5359,64640.4601844847 -5360,66165.1414765344 -5361,68145.0447052109 -5362,70115.5939100183 -5363,69330.907898756 -5364,68119.061720032 -5365,66523.7066115144 -5366,65154.923230538 -5367,63866.1673874567 -5368,63421.3387658781 -5369,62914.1509597075 -5370,61658.6532408737 -5371,59631.9808001775 -5372,58715.3011798483 -5373,54684.8212084693 -5374,49626.4544361628 -5375,46240.3523359174 -5376,44456.8804832583 -5377,43379.1064959596 -5378,43517.3359529159 -5379,44544.18336185 -5380,47680.848824541 -5381,54036.2859709907 -5382,60215.0388787123 -5383,64185.2383486718 -5384,65964.5529358 -5385,67603.5593827995 -5386,69324.6720508665 -5387,68691.7265843325 -5388,67590.0481942134 -5389,66259.7195950087 -5390,65047.8733154708 -5391,63629.2025464951 -5392,63457.7148644773 -5393,63230.1039465709 -5394,61974.6063285511 -5395,59909.4790052693 -5396,58486.6509707627 -5397,54444.738393156 -5398,49810.4139147734 -5399,46636.3329614899 -5400,44655.3905424481 -5401,43672.1944719959 -5402,43655.5654098721 -5403,44762.4403567014 -5404,48078.908032472 -5405,54491.5078068036 -5406,60471.7507561494 -5407,64325.5464888005 -5408,65981.1819979238 -5409,67801.0299491822 -5410,69462.9015078228 -5411,68741.6138715177 -5412,67478.8410136153 -5413,65945.8451905038 -5414,64843.1274083915 -5415,63360.0188724653 -5416,63001.4537374852 -5417,62214.6890430504 -5418,60997.6462068023 -5419,59160.1298014269 -5420,58263.1973183871 -5421,54051.8757419352 -5422,49356.2314709537 -5423,46189.4256567389 -5424,44457.9198752515 -5425,43411.325329028 -5426,43304.2755147747 -5427,44125.3377254503 -5428,46972.0330856428 -5429,52665.4239068418 -5430,58209.1527656709 -5431,62069.1843462115 -5432,64083.3850911288 -5433,65957.2776959174 -5434,67270.9772329983 -5435,66294.0171112495 -5436,64494.9554876458 -5437,62522.3275996659 -5438,61132.7577902208 -5439,60063.2982331701 -5440,60154.7583772927 -5441,59365.9149996854 -5442,58129.1251269618 -5443,56453.7424805491 -5444,55438.3275770286 -5445,51711.3287959201 -5446,47650.7085738312 -5447,44624.2108997451 -5448,42532.0613001052 -5449,41315.0184638571 -5450,40933.5883180499 -5451,41077.0143317163 -5452,41945.8852472187 -5453,43602.5601483352 -5454,46916.9491409334 -5455,51001.4737658427 -5456,54296.1158227794 -5457,56204.3059438087 -5458,57487.8651293659 -5459,56812.3076155292 -5460,54820.971982253 -5461,53295.2513990241 -5462,52400.3974983429 -5463,51842.2830129937 -5464,52100.03418161 -5465,52277.7578123312 -5466,51638.5764979077 -5467,50217.8270457595 -5468,49380.1357729602 -5469,46936.6962782228 -5470,43742.8681876499 -5471,40775.6118246181 -5472,38826.8882386446 -5473,37524.6212069773 -5474,37063.163422461 -5475,37154.6235665836 -5476,37600.4914793414 -5477,37775.0971357109 -5478,40023.1446464241 -5479,43683.6269774095 -5480,47255.767239438 -5481,50115.9737882165 -5482,52716.3504852063 -5483,52441.9702544663 -5484,50280.1862303516 -5485,48759.6622038329 -5486,47805.5670929112 -5487,47593.5460467633 -5488,48507.1075919268 -5489,49940.3288406678 -5490,49863.4191763104 -5491,49611.9039563976 -5492,49866.5371506621 -5493,48147.5031657675 -5494,44956.7930495463 -5495,42354.337669384 -5496,40780.8083813283 -5497,40004.4369011278 -5498,40148.9023067875 -5499,41836.756749793 -5500,46093.8083478993 -5501,53749.4338428438 -5502,60614.1374786365 -5503,64910.6831496938 -5504,66962.2993852035 -5505,68907.9049968253 -5506,70659.1579156022 -5507,70151.9701094316 -5508,69068.9994646088 -5509,67525.6104272629 -5510,66324.1573619593 -5511,64619.673756016 -5512,64161.3340466654 -5513,63514.8774923593 -5514,62870.4995204116 -5515,61016.3539520985 -5516,59756.6990685477 -5517,55194.0875969984 -5518,50514.0330969615 -5519,47077.0043175376 -5520,45144.9098945018 -5521,44146.124053105 -5522,44309.2972040609 -5523,45373.5601035875 -5524,48972.7226419741 -5525,55726.2190971687 -5526,61549.524743448 -5527,65329.5288869074 -5528,66982.046421679 -5529,69002.4830144857 -5530,70679.9443440709 -5531,69999.19017271 -5532,68734.3386316351 -5533,67172.241848993 -5534,66155.7876542932 -5535,64504.3094107009 -5536,64123.9185560729 -5537,63727.9379305004 -5538,62904.7970366524 -5539,61426.8850574363 -5540,60027.9614257501 -5541,55533.9449866822 -5542,50672.0095903932 -5543,47282.7895157961 -5544,45339.2625873467 -5545,44371.656388653 -5546,44558.7338416153 -5547,45723.8107075057 -5548,49476.792473793 -5549,56567.0283443197 -5550,62401.7664960127 -5551,65810.7336070852 -5552,67200.3035173443 -5553,69018.0727854302 -5554,70259.0200244987 -5555,69341.3011129903 -5556,68667.8222823261 -5557,67142.1015982832 -5558,66141.2371745279 -5559,64150.940832431 -5560,63499.2876206008 -5561,63318.4461163419 -5562,62832.0447386399 -5563,61393.6268323748 -5564,59874.1420970353 -5565,55272.036552535 -5566,50176.2542896361 -5567,46914.8705585749 -5568,45073.1968876686 -5569,44101.4333226299 -5570,44215.7584775798 -5571,45220.780166866 -5572,49005.9808670356 -5573,56100.3740030932 -5574,61609.8052448676 -5575,65107.1145257112 -5576,66286.7418713668 -5577,67815.5804289474 -5578,69564.7547653658 -5579,68909.9835791838 -5580,67849.8780460022 -5581,66779.3791977722 -5582,65416.8316646852 -5583,64053.244840419 -5584,63302.8563453973 -5585,62809.1797278127 -5586,62123.2289997417 -5587,61448.7107770842 -5588,60106.9496724659 -5589,55435.2097034909 -5590,50266.6750417656 -5591,46853.5506651621 -5592,45164.6569309773 -5593,44074.4110462718 -5594,44209.5225288764 -5595,45446.3124016 -5596,49212.8053564733 -5597,56373.714942654 -5598,62056.7125496186 -5599,65629.8921028264 -5600,67079.7424136911 -5601,68758.2430344555 -5602,69951.3814678832 -5603,69071.0781477812 -5604,67593.1661685651 -5605,65655.8750880052 -5606,64119.761290542 -5607,62904.7970366524 -5608,62790.4719825165 -5609,62489.0693746044 -5610,61258.5153497702 -5611,59682.9073785421 -5612,57668.7067344388 -5613,53491.6826742276 -5614,49051.7108886899 -5615,45601.1710214939 -5616,43483.0384366751 -5617,42167.2602164217 -5618,41855.4644950892 -5619,42153.7491286497 -5620,42760.7115091909 -5621,44391.4034251285 -5622,47610.1751088871 -5623,51893.2096921722 -5624,55377.0077844297 -5625,57443.1743988908 -5626,58631.1163764223 -5627,57745.6162979822 -5628,55575.5177428056 -5629,53656.9344075419 -5630,52815.0858692116 -5631,52414.9479781082 -5632,53109.2132372411 -5633,53375.2789369192 -5634,52811.9678948599 -5635,51854.7549104005 -5636,50634.5940998007 -5637,47901.1845025649 -5638,44183.5395436975 -5639,41136.2555419567 -5640,39118.9369235017 -5641,37789.6476154762 -5642,37351.054841787 -5643,37672.2044861746 -5644,38155.4879903389 -5645,38627.3388882755 -5646,40512.6639984777 -5647,44173.1463294632 -5648,47632.000828535 -5649,50451.6739123694 -5650,52984.4948680569 -5651,52347.3922368059 -5652,50366.4497169501 -5653,48855.2795126725 -5654,47942.7572586883 -5655,47683.9667988928 -5656,48613.1182158148 -5657,50177.2935808154 -5658,50285.3827870618 -5659,51003.5524490151 -5660,50967.1762496019 -5661,48952.9756054986 -5662,45418.2508340626 -5663,42720.1780442467 -5664,41243.3054570239 -5665,40736.1176508532 -5666,41137.2948331359 -5667,42783.576520018 -5668,47414.7831248629 -5669,55808.3253182362 -5670,62292.637998587 -5671,65932.3340019177 -5672,67370.7518073689 -5673,69284.1385859224 -5674,70618.624450658 -5675,69657.2542006677 -5676,69238.408463454 -5677,67845.7206796572 -5678,66936.3164000247 -5679,65094.6427291184 -5680,64591.6121884787 -5681,64597.8481371821 -5682,64598.8874283613 -5683,63558.5288308411 -5684,60649.4742860566 -5685,55774.0277011815 -5686,51082.540695731 -5687,47863.7690119724 -5688,46005.4661781283 -5689,44955.753758367 -5690,45202.0724215697 -5691,46570.8559033601 -5692,50639.7906565109 -5693,58721.5371285517 -5694,64749.5886819104 -5695,68244.8192795815 -5696,69173.9706965035 -5697,71004.2118619962 -5698,72574.6232765142 -5699,71644.4325684129 -5700,70556.2652660659 -5701,69250.8803608609 -5702,68096.1967092048 -5703,66317.9214132559 -5704,66146.4337312381 -5705,65750.4531056656 -5706,65326.4109125557 -5707,64371.2765104548 -5708,61443.514220374 -5709,56910.0037083553 -5710,52181.1011114983 -5711,48564.2701189948 -5712,46594.7602053665 -5713,45590.7778072596 -5714,45748.7543006913 -5715,46986.5835654081 -5716,50999.3951834842 -5717,58778.6996556197 -5718,64447.146782819 -5719,67575.4977144482 -5720,68788.3832851653 -5721,70380.6203185173 -5722,71636.118037351 -5723,70779.7189184415 -5724,69860.9607157538 -5725,68533.7500909007 -5726,67346.8475053625 -5727,65471.9156093946 -5728,64617.5951736575 -5729,64243.4402677329 -5730,63694.6797054389 -5731,63515.9167835385 -5732,61582.7829685095 -5733,57099.159743676 -5734,51925.4286260545 -5735,48396.9398033219 -5736,46409.7613347627 -5737,45360.0489150015 -5738,45442.155136069 -5739,46751.697407619 -5740,50634.5940998007 -5741,58041.8223491841 -5742,63785.1004575683 -5743,67374.9090728998 -5744,68598.1878578513 -5745,70118.7118843701 -5746,71888.6725484431 -5747,71322.2436328461 -5748,70680.9836352501 -5749,69339.2224298179 -5750,67931.9842670697 -5751,66522.6673203352 -5752,65720.3128549558 -5753,65159.0804960689 -5754,64429.478429516 -5755,64243.4402677329 -5756,62109.7178111556 -5757,57477.4720159455 -5758,52720.5078515512 -5759,49092.2443536341 -5760,47253.6885562655 -5761,46145.774318257 -5762,46001.3089125974 -5763,47168.4644616602 -5764,50907.9350393615 -5765,58804.6826407985 -5766,64447.146782819 -5767,67875.861031181 -5768,69413.0141198235 -5769,71201.6825291928 -5770,72006.1156777447 -5771,70811.9378523237 -5772,69505.5135551254 -5773,67417.5212210164 -5774,65799.3011016717 -5775,64663.3251953119 -5776,64428.4390375228 -5777,63649.9889749638 -5778,62799.8258047576 -5779,62146.0940105689 -5780,59497.9086087522 -5781,55088.0770739244 -5782,50900.6597994789 -5783,47373.2102679255 -5784,45142.8312113293 -5785,43615.031944928 -5786,43360.3987506634 -5787,43357.2807763117 -5788,44188.7362012217 -5789,46217.4873250903 -5790,49274.1252498862 -5791,53267.1897306728 -5792,56597.1685950295 -5793,58639.4309074842 -5794,59772.2888394923 -5795,58755.8346447925 -5796,56587.8146719744 -5797,54607.9115441119 -5798,53564.435073054 -5799,53141.4320703094 -5800,53664.2096474246 -5801,54087.2126501692 -5802,53582.103426357 -5803,53259.9144907902 -5804,51088.7766444344 -5805,48194.2724786011 -5806,44860.1363487135 -5807,42052.9351622859 -5808,39963.9034361837 -5809,38804.0231270035 -5810,38223.0437316411 -5811,38308.2679270604 -5812,38827.9275298239 -5813,39478.541349661 -5814,41093.643494654 -5815,44901.7092056508 -5816,48211.9409327181 -5817,50972.3728063121 -5818,53709.9397698929 -5819,53219.381025846 -5820,51102.2877322065 -5821,49619.1791962802 -5822,48775.2519747774 -5823,48658.8482374691 -5824,50028.6710104388 -5825,51663.5201919073 -5826,51852.6762272281 -5827,52809.8893125014 -5828,51628.1832836733 -5829,49619.1791962802 -5830,45869.3154043446 -5831,43219.0513193555 -5832,41651.7578791892 -5833,41293.1927442092 -5834,41601.8705920039 -5835,43394.6962669042 -5836,47933.4034364471 -5837,57238.4285926255 -5838,63624.0059897849 -5839,67339.5722654798 -5840,68684.4513444498 -5841,70383.7382928689 -5842,71794.0945307827 -5843,70867.0217970332 -5844,70121.8298587217 -5845,68949.4777529487 -5846,67827.012934361 -5847,65863.7389694362 -5848,65352.3938977346 -5849,65013.57579923 -5850,65086.3280972425 -5851,64770.375110379 -5852,61613.9625103986 -5853,56620.0336058567 -5854,51575.1780221363 -5855,48317.951556606 -5856,46538.6369694779 -5857,45405.7790374698 -5858,45569.9914796049 -5859,46795.3488469149 -5860,50978.6087550155 -5861,59593.5259175919 -5862,65424.1069045678 -5863,68478.6661461913 -5864,69455.6262679401 -5865,70896.1226557498 -5866,72417.6860742617 -5867,71627.8034054752 -5868,70749.5786677316 -5869,69480.5698611258 -5870,68121.1403023905 -5871,66311.6855653665 -5872,66016.5189061577 -5873,65734.8633347211 -5874,65538.4320595177 -5875,65371.1016430309 -5876,62074.3810037356 -5877,57132.4179687375 -5878,52150.9608607885 -5879,48766.9374437155 -5880,46921.1064064643 -5881,45810.0741941042 -5882,45901.5342374128 -5883,47247.4527083761 -5884,51417.2015287046 -5885,59718.244286776 -5886,65428.2641700988 -5887,68527.5141421974 -5888,69799.6409231549 -5889,71117.4977257668 -5890,72483.1631323915 -5891,71642.3538852404 -5892,70649.8039925471 -5893,69432.761156299 -5894,68175.1849559207 -5895,66428.0893026748 -5896,65901.1544600287 -5897,65570.650892586 -5898,65364.8656943274 -5899,65605.9878008199 -5900,62466.2043637772 -5901,57502.4156091312 -5902,52444.0489376387 -5903,48837.6111593695 -5904,46839.0001853968 -5905,45501.3963463094 -5906,45787.209183277 -5907,47132.088262247 -5908,51489.9538267171 -5909,59674.5928474802 -5910,65495.8199114011 -5911,68624.1708430302 -5912,69780.9331778587 -5913,71261.9630306125 -5914,72689.9877226432 -5915,71955.1889985662 -5916,70954.3245748109 -5917,69744.5569784455 -5918,68301.9819074633 -5919,66493.5663608046 -5920,65733.8240435418 -5921,65401.2418937407 -5922,65383.5734396237 -5923,65692.2512874184 -5924,62402.8058880059 -5925,57387.0511630021 -5926,52338.0383137508 -5927,48952.9756054986 -5928,47144.5600588398 -5929,45950.3822334189 -5930,46177.9931513254 -5931,47372.1709767463 -5932,51324.7020934027 -5933,59627.8235346466 -5934,65178.8275325444 -5935,68537.9073564317 -5936,69927.4771658768 -5937,71378.3668687348 -5938,72368.8380782557 -5939,71290.0246989638 -5940,69576.1872707794 -5941,67909.1191554286 -5942,66243.090432071 -5943,64812.9871576817 -5944,64355.6867395103 -5945,63675.9719601427 -5946,63268.5588291566 -5947,63286.2271824596 -5948,59851.2770862081 -5949,55288.6656146588 -5950,50903.7777738306 -5951,47429.3336046282 -5952,45172.9714620392 -5953,43697.1381659955 -5954,43148.3776037015 -5955,43119.2766441709 -5956,44173.1463294632 -5957,46206.0548196767 -5958,49035.0818265662 -5959,53231.8529232528 -5960,56727.0835209239 -5961,58855.6093199771 -5962,59925.0687762138 -5963,59029.1755843533 -5964,56985.8739807194 -5965,55287.6263234795 -5966,54125.6674319409 -5967,53318.1164098513 -5968,53556.1204411781 -5969,53963.5336729782 -5970,53892.8599573242 -5971,54054.9937162869 -5972,51241.5565811559 -5973,48251.435106483 -5974,44816.4850102316 -5975,41781.6728050836 -5976,39778.9046663938 -5977,38725.0348802876 -5978,38306.189243888 -5979,38126.3870308083 -5980,38637.7321025099 -5981,39630.2819952032 -5982,41137.2948331359 -5983,44923.5348244848 -5984,48395.9004113287 -5985,51100.209149848 -5986,53430.3628816287 -5987,53035.4215472354 -5988,50786.334745343 -5989,49351.0348134296 -5990,48462.4168614517 -5991,48086.1832723547 -5992,49296.9902607134 -5993,50497.4039340237 -5994,51422.3980854148 -5995,53547.8059101163 -5996,51905.6814887651 -5997,50001.6486332667 -5998,46284.0037752133 -5999,43493.4315500955 -6000,42056.0530358236 -6001,41454.2872119926 -6002,41804.5378159107 -6003,43469.5272480891 -6004,48214.0196158906 -6005,58168.6193007268 -6006,64317.2318569246 -6007,67727.2383599904 -6008,69094.9824497876 -6009,70851.4319252747 -6010,72428.079288496 -6011,71735.8926117216 -6012,70795.308689386 -6013,69731.0457898594 -6014,68304.0604898218 -6015,66448.8756303295 -6016,65704.7230840113 -6017,65401.2418937407 -6018,65247.4226658399 -6019,65895.9578025045 -6020,61998.5106305575 -6021,57041.9972166081 -6022,51923.349942882 -6023,48544.5230825193 -6024,46571.8951945394 -6025,45666.6480796238 -6026,45775.7766778634 -6027,47118.577073661 -6028,51349.6456865884 -6029,60076.8094217561 -6030,65566.493627055 -6031,68734.3386316351 -6032,69762.2254325624 -6033,71133.0874967113 -6034,72606.8422103964 -6035,71731.7353461907 -6036,71221.4296664823 -6037,70229.9190649682 -6038,68974.4214469484 -6039,67153.5341036968 -6040,66514.3527892733 -6041,66210.8715990027 -6042,66480.0552730325 -6043,66590.2230616374 -6044,62358.1151575308 -6045,57210.3669242742 -6046,52013.7706950115 -6047,48651.5729975865 -6048,46597.8781797182 -6049,45644.8224607898 -6050,45809.0349029249 -6051,47343.0700172157 -6052,51414.0835543529 -6053,60426.020633681 -6054,66328.3146274902 -6055,69331.9471899352 -6056,70216.4078763821 -6057,71638.1966197095 -6058,72636.9824611063 -6059,72148.5024002318 -6060,71426.1754727476 -6061,69811.0734285685 -6062,68531.6714077283 -6063,66861.4854188397 -6064,66284.6631881944 -6065,66036.2659426332 -6066,66487.3305129152 -6067,66370.9266747929 -6068,62258.3404823462 -6069,57186.4626222677 -6070,51930.6251827647 -6071,48468.6528101551 -6072,46696.6134629096 -6073,45677.0412938581 -6074,45976.3652185978 -6075,47014.6451329455 -6076,51262.3429088106 -6077,60548.6603196928 -6078,66389.6344200891 -6079,69234.2511979231 -6080,70071.9425715365 -6081,71302.4964955566 -6082,72609.9600839342 -6083,71650.6684163023 -6084,70774.5223617313 -6085,69291.413825805 -6086,68091.0000516807 -6087,66678.5652314084 -6088,66019.6367796955 -6089,65886.6039802634 -6090,66349.1010559589 -6091,66647.3856895193 -6092,62315.5030094142 -6093,57246.7431236874 -6094,52267.3645980968 -6095,48792.9204288944 -6096,46903.4380531613 -6097,46002.3482037766 -6098,46326.6158225159 -6099,47659.0231048931 -6100,51955.5688767643 -6101,60886.4391270181 -6102,66961.2600940243 -6103,70344.244219918 -6104,71468.7876208642 -6105,72851.0821904267 -6106,73680.4589321641 -6107,72485.241815564 -6108,70962.6391058728 -6109,69072.1174389604 -6110,67528.7284016146 -6111,66401.0670263167 -6112,66271.1521004223 -6113,66171.3774252377 -6114,66106.9396582872 -6115,64729.8416454349 -6116,60164.1121995338 -6117,55851.9766567181 -6118,51508.6615720133 -6119,47879.3587829169 -6120,45744.5970351604 -6121,44229.2695653519 -6122,43775.0871215322 -6123,43690.9022172921 -6124,44691.7666410474 -6125,47293.1827300304 -6126,50317.6017209441 -6127,54446.8170763285 -6128,57675.9819743214 -6129,59598.722575116 -6130,60515.4020946313 -6131,59324.342243562 -6132,57128.2607032066 -6133,55168.1046118195 -6134,54302.3516706688 -6135,53814.9110017876 -6136,54646.3663258836 -6137,55510.0406846758 -6138,55926.807637903 -6139,55046.504317801 -6140,51672.8740141484 -6141,48934.2678602024 -6142,45417.2115428834 -6143,42309.6469389089 -6144,40178.0031655041 -6145,38900.6798278363 -6146,38412.1998677759 -6147,38318.6611412948 -6148,38876.7755258299 -6149,40128.1158783188 -6150,41646.561322479 -6151,45425.5260739452 -6152,49001.8236015046 -6153,51607.3968552046 -6154,53955.2190411024 -6155,53142.4714623026 -6156,50897.5418251272 -6157,49164.9966516465 -6158,48217.1375902423 -6159,48004.0770512871 -6160,49488.2249792066 -6161,51530.4872916612 -6162,53154.9432588955 -6163,54551.7883082232 -6164,51926.4679172338 -6165,50098.3053340995 -6166,46603.0747364284 -6167,43874.8617967167 -6168,42407.343031735 -6169,41708.9204062571 -6170,41839.8747241447 -6171,43591.1276429216 -6172,48281.5753571928 -6173,59230.8035170809 -6174,65321.2142550316 -6175,68810.2090048132 -6176,70250.7054934368 -6177,72007.1549689239 -6178,73325.0117715358 -6179,72428.079288496 -6180,71355.5017570936 -6181,70116.6333020115 -6182,68866.3322407019 -6183,66963.3386763828 -6184,66305.4496166631 -6185,66291.938428077 -6186,67328.1397600662 -6187,67235.6403247643 -6188,62472.4402116666 -6189,57365.2255441681 -6190,52129.1351411406 -6191,48828.2572363144 -6192,47074.9257351791 -6193,45962.8541308257 -6194,46076.1398937823 -6195,47409.5864673387 -6196,51613.632803908 -6197,61296.9702323559 -6198,66735.7277584763 -6199,69315.3181278114 -6200,70245.5088359127 -6201,71730.6960550114 -6202,73088.0469305742 -6203,72145.3844258801 -6204,71386.6813997966 -6205,70144.6948695489 -6206,68934.9272731834 -6207,66871.8786330741 -6208,66254.5229374846 -6209,66071.6027500532 -6210,67235.6403247643 -6211,67339.5722654798 -6212,62679.2648019184 -6213,57594.9150444331 -6214,52369.2179564538 -6215,49209.6873821216 -6216,47286.946781327 -6217,46052.2355917759 -6218,46303.7508116888 -6219,47705.7925185407 -6220,52135.371089844 -6221,61904.9719040764 -6222,67034.0123920368 -6223,69591.7770417239 -6224,70323.4577914493 -6225,71811.7629848997 -6226,73270.9671180056 -6227,72466.5340702677 -6228,71661.0616305367 -6229,70479.3557025225 -6230,69047.1737449608 -6231,67219.0112626405 -6232,66440.5610992676 -6233,66074.7207244049 -6234,67775.0470648172 -6235,67955.8885690761 -6236,63083.5599585528 -6237,58119.7713047207 -6238,53049.9720270007 -6239,49250.2208470658 -6240,47520.7936479369 -6241,46321.4192658058 -6242,46268.4140042688 -6243,47583.152832529 -6244,51759.1375007469 -6245,61353.0934682446 -6246,66843.8169647228 -6247,69192.6784417997 -6248,69716.4953100941 -6249,71683.9266413638 -6250,73099.4795368018 -6251,72301.2823369534 -6252,71730.6960550114 -6253,70470.0017794674 -6254,69048.2130361401 -6255,67613.9524962199 -6256,67216.9325794681 -6257,67125.4725361594 -6258,68774.8720965793 -6259,67887.2935365946 -6260,63031.593988195 -6261,57675.9819743214 -6262,52681.0136777863 -6263,49355.1920789605 -6264,47243.2954428451 -6265,46077.1791849616 -6266,46427.4297888797 -6267,47539.5013932331 -6268,51751.8622608643 -6269,61254.3580842393 -6270,66705.5875077665 -6271,69438.9971050024 -6272,70181.0710689621 -6273,71704.7130698325 -6274,72701.4202280568 -6275,71595.5845724069 -6276,70050.1168518885 -6277,68395.5206339445 -6278,67101.568133339 -6279,65777.4754828377 -6280,65519.7242134075 -6281,65085.2888060633 -6282,66232.6972178366 -6283,64987.5928140512 -6284,60216.0781698916 -6285,55628.5230043426 -6286,51116.8382119717 -6287,47718.2643151335 -6288,45436.9585793588 -6289,44097.276057099 -6290,43741.8288964707 -6291,43841.6035716552 -6292,44983.8154267184 -6293,47741.1293259607 -6294,50505.7184650856 -6295,54609.9902272843 -6296,57839.1550244633 -6297,59903.2430565659 -6298,60643.2383373532 -6299,59734.8733488998 -6300,57380.8153151127 -6301,55330.2384715961 -6302,54437.4631532734 -6303,53736.962046251 -6304,54394.8511059707 -6305,55175.3798517022 -6306,56441.2706839563 -6307,55360.378722306 -6308,51518.0154950684 -6309,48598.5677360495 -6310,45263.3922141686 -6311,42173.4961651251 -6312,40076.149907961 -6313,38887.1687400643 -6314,38365.4304541283 -6315,38573.2943355593 -6316,39106.4650260949 -6317,40550.0794890702 -6318,42328.3546842052 -6319,46095.8869302578 -6320,49601.5107421632 -6321,52213.3200453806 -6322,54755.4949241232 -6323,54496.7043635138 -6324,52403.5154726946 -6325,51139.7032227989 -6326,50385.1574622464 -6327,49953.8400292538 -6328,51355.8816352918 -6329,53482.3288519864 -6330,55581.753691509 -6331,55507.9620015033 -6332,52655.0306926074 -6333,50672.0095903932 -6334,46966.8365289326 -6335,44443.3693954862 -6336,42961.3001507392 -6337,42316.9221787916 -6338,42835.5424903758 -6339,44789.4627338734 -6340,49809.3746235942 -6341,60580.879253575 -6342,66675.4472570567 -6343,69523.1820092424 -6344,70750.6179589109 -6345,72519.5393318047 -6346,74000.5692853725 -6347,73015.2946325618 -6348,72380.2705836692 -6349,70722.5563913735 -6350,69162.5381910899 -6351,67613.9524962199 -6352,67080.7818056843 -6353,67163.9273179311 -6354,68950.517044128 -6355,67575.4977144482 -6356,62723.9555323935 -6357,57416.1521225327 -6358,52582.278394595 -6359,49241.9063160039 -6360,47405.4292018078 -6361,46236.1950703865 -6362,46399.3682213424 -6363,47712.0283664301 -6364,51891.1310089998 -6365,61710.6192112314 -6366,67292.8028518323 -6367,69761.1860405692 -6368,70058.4313829504 -6369,71055.1385411747 -6370,72110.0476184602 -6371,71109.1830938909 -6372,70187.3070176655 -6373,68886.0792771774 -6374,67792.7154181203 -6375,65893.879220146 -6376,65511.4096823456 -6377,66040.4232081642 -6378,68798.7764993997 -6379,67193.0282774617 -6380,62363.311714241 -6381,57287.2765886315 -6382,52026.2425924183 -6383,48577.7813075808 -6384,46796.3881380941 -6385,45919.2026915298 -6386,46479.3957592375 -6387,48005.1164432803 -6388,52525.1157667131 -6389,62243.7900025809 -6390,67899.7653331875 -6391,70079.2178114191 -6392,70478.3164113433 -6393,71561.2870561661 -6394,72703.4988104153 -6395,72288.8104395466 -6396,71214.1544265996 -6397,69773.657937976 -6398,68549.3398618453 -6399,67045.4448974503 -6400,66937.3556912039 -6401,67627.4636848059 -6402,69740.3997129145 -6403,67397.774083727 -6404,62563.9003557893 -6405,57606.3475498467 -6406,52784.9456185018 -6407,49173.3112835224 -6408,47369.0530023946 -6409,46256.9814988552 -6410,46519.9292241816 -6411,47778.5448165531 -6412,52272.561255621 -6413,62087.8920915077 -6414,68151.2805531003 -6415,70573.9337201829 -6416,71337.8334037906 -6417,72793.9196633587 -6418,73874.8116250091 -6419,72756.5041727663 -6420,71861.650272085 -6421,70546.9114438248 -6422,69473.2946212431 -6423,67872.7430568293 -6424,67934.0628494282 -6425,68108.6685057977 -6426,70226.8010906165 -6427,67844.681388478 -6428,62890.2465568871 -6429,57874.4919326973 -6430,53041.6574959388 -6431,49572.4097826327 -6432,47563.4056952395 -6433,46547.990791719 -6434,46835.882311859 -6435,48309.6369247302 -6436,52407.6727382255 -6437,62005.7858704402 -6438,68375.7734966551 -6439,70985.5041167 -6440,71626.7641142959 -6441,72702.4595192361 -6442,73294.871520826 -6443,72063.2782048126 -6444,70499.102738998 -6445,68951.5564361212 -6446,67330.2183424247 -6447,66122.5294292317 -6448,66159.9449198242 -6449,66283.6238970151 -6450,67959.0065434278 -6451,65154.923230538 -6452,60487.3405270939 -6453,56200.1486782778 -6454,51573.0993389639 -6455,47894.9485538615 -6456,45664.5694972653 -6457,44271.8817134685 -6458,43751.1827187118 -6459,44077.5290206235 -6460,44826.8782244659 -6461,47672.5342934792 -6462,50747.8798627573 -6463,54823.0506654255 -6464,58075.0805742456 -6465,59780.6033705542 -6466,60522.6773345139 -6467,59066.5910749457 -6468,57031.6040023738 -6469,54954.0048824991 -6470,53808.6750530842 -6471,52968.9050971124 -6472,53565.4743642332 -6473,54818.8933998946 -6474,57481.6292814765 -6475,55808.3253182362 -6476,51902.5636152273 -6477,49278.2825154171 -6478,45742.5184528019 -6479,42642.2290887101 -6480,40497.0742275332 -6481,39224.9474465756 -6482,38911.0730420707 -6483,39060.7350044405 -6484,39650.0290316787 -6485,40686.2303636679 -6486,42184.9286705387 -6487,45863.0794556412 -6488,49346.8775478986 -6489,51770.5700061605 -6490,54044.6005020526 -6491,53151.8252845437 -6492,50977.5694638362 -6493,49180.586523405 -6494,48121.5201805887 -6495,47937.5607019781 -6496,49261.6533524794 -6497,51873.4626556968 -6498,55778.1850675264 -6499,55051.7008745112 -6500,52106.2701303134 -6501,50203.2765659942 -6502,46903.4380531613 -6503,43919.5525271918 -6504,42373.0454146802 -6505,41788.9480449662 -6506,42204.6757070142 -6507,44109.7478536918 -6508,48973.7619331533 -6509,60107.9889636451 -6510,66657.7788029397 -6511,69082.5106531948 -6512,69763.2647237417 -6513,71230.7834887234 -6514,72354.2875984904 -6515,71583.1126750001 -6516,70978.2288768173 -6517,69939.9489624696 -6518,68688.6086099808 -6519,66887.4684040186 -6520,66834.4631424816 -6521,67759.4571930587 -6522,70711.1238859599 -6523,67315.6678626594 -6524,62382.0194595372 -6525,57228.0353783911 -6526,52130.1745331338 -6527,48708.7355246544 -6528,47025.0383471798 -6529,45812.1527764626 -6530,46036.6458208314 -6531,47410.625859332 -6532,51889.0524266413 -6533,62034.8868299707 -6534,68715.6308863389 -6535,71102.9472460015 -6536,71673.5335279435 -6537,72846.9249248957 -6538,73779.1943161695 -6539,72731.5604787666 -6540,71968.7001871522 -6541,70477.2770193501 -6542,69395.3456657065 -6543,67550.5540204485 -6544,67299.0388005357 -6545,68063.9777753226 -6546,71004.2118619962 -6547,68201.1679410996 -6548,62974.4314611271 -6549,58034.5471093015 -6550,52624.8904418976 -6551,49476.792473793 -6552,47428.294212635 -6553,46285.0430663925 -6554,46488.7496822926 -6555,47950.0324985709 -6556,52335.9597313923 -6557,62415.2776845987 -6558,68862.174975171 -6559,70758.9325907867 -6560,70827.5276232683 -6561,71962.4642384488 -6562,73076.6144251607 -6563,71995.7224635103 -6564,71047.8633012921 -6565,70002.3081470617 -6566,68614.8169199751 -6567,66903.0581749631 -6568,66833.4237504884 -6569,67620.1884449232 -6570,70906.5158699841 -6571,68294.7066675807 -6572,63281.0306257494 -6573,58263.1973183871 -6574,52964.7478315815 -6575,49268.928592362 -6576,47293.1827300304 -6577,46090.6903735476 -6578,46229.9591216831 -6579,47726.5788461954 -6580,52181.1011114983 -6581,61978.763594082 -6582,68237.5440396988 -6583,70203.9360797893 -6584,70468.9624882882 -6585,71612.2136345306 -6586,72365.720103904 -6587,71219.3509833098 -6588,70146.7735527214 -6589,68775.9114885725 -6590,67341.6508478383 -6591,65820.0875301403 -6592,65322.2536470248 -6593,65642.3638994192 -6594,68448.5258954815 -6595,65329.5288869074 -6596,60209.8422211882 -6597,55212.7953422946 -6598,50330.0735175369 -6599,46345.3235678122 -6600,44196.0114411043 -6601,42976.8899216838 -6602,42464.5055588029 -6603,42483.2133040991 -6604,42237.9339320757 -6605,42863.6041587271 -6606,44821.6815669418 -6607,47972.8975093981 -6608,51180.2366877431 -6609,53340.9814206785 -6610,54918.6679742651 -6611,53962.494280985 -6612,51775.7666636847 -6613,49951.7613460814 -6614,48867.7514100793 -6615,48111.1269663543 -6616,49152.5248550537 -6617,51318.4661446993 -6618,54950.8869081474 -6619,53681.8781015416 -6620,50901.6990906581 -6621,48496.7143776925 -6622,45181.285993101 -6623,42093.4685264161 -6624,40258.0308042132 -6625,39286.2673399885 -6626,39001.4937942001 -6627,39674.9727256783 -6628,41040.638233117 -6629,44059.8605665065 -6630,47283.8289077893 -6631,51205.1803817427 -6632,54304.4303538413 -6633,55784.4209154158 -6634,56845.5658405907 -6635,56231.3282201668 -6636,54388.6151572673 -6637,53031.2642817045 -6638,52234.1063730353 -6639,51628.1832836733 -6640,52619.6938851874 -6641,54714.9614591791 -6642,57813.1721400984 -6643,55361.4180134852 -6644,51657.2842432039 -6645,48908.2848750235 -6646,45270.6674540513 -6647,42244.1698807791 -6648,40260.1093865716 -6649,39148.0378830322 -6650,38665.7936700473 -6651,38918.3482819533 -6652,39262.3629371681 -6653,40625.9497614343 -6654,42521.6680858708 -6655,45959.736156474 -6656,49122.3846043439 -6657,51714.4467702718 -6658,54103.8417122929 -6659,53531.1768479925 -6660,51472.2853726001 -6661,49822.8858121802 -6662,49024.6886123318 -6663,48804.352934308 -6664,50622.1223032079 -6665,53759.8270570782 -6666,56801.9145021088 -6667,55018.4426494497 -6668,52423.2625091701 -6669,50605.4931402702 -6670,46833.8036286866 -6671,43909.1593129575 -6672,42497.7637838644 -6673,41998.8905087557 -6674,42462.4268756305 -6675,44287.471484413 -6676,49099.5195935167 -6677,59967.6809243304 -6678,67133.7870672213 -6679,69795.483657624 -6680,70733.9888967871 -6681,72218.1367238926 -6682,73479.8702906158 -6683,72574.6232765142 -6684,71751.4823826661 -6685,70144.6948695489 -6686,69153.1843688488 -6687,67345.8082141832 -6688,67282.4097384119 -6689,68717.7095695113 -6690,71882.4367005537 -6691,68148.1625787486 -6692,63293.5024223422 -6693,58299.5735178004 -6694,53139.3534879509 -6695,49679.4596976998 -6696,47564.4450872327 -6697,46722.5964480885 -6698,47054.1393067104 -6699,48565.309510988 -6700,53027.1070161735 -6701,62825.8087899365 -6702,69897.336915167 -6703,72181.7606252934 -6704,72656.7294975817 -6705,73996.4120198416 -6706,75362.0774264663 -6707,74401.7464676552 -6708,73371.7810843694 -6709,71886.5939660846 -6710,71017.7230505823 -6711,69577.2265619586 -6712,69568.9120308967 -6713,70882.6115679777 -6714,72989.3116473829 -6715,68791.501259517 -6716,63668.69672026 -6717,58814.0365638536 -6718,53528.0588736408 -6719,49657.6339780519 -6720,47585.2314148874 -6721,46737.1469278537 -6722,47304.615235444 -6723,48830.3359194869 -6724,53084.2695432415 -6725,62842.4378520603 -6726,69760.14674939 -6727,71463.59096334 -6728,71827.3527558443 -6729,73016.333923741 -6730,74192.843295045 -6731,73563.0159036766 -6732,73009.0586838584 -6733,71954.1497073869 -6734,70856.6285827988 -6735,69298.6890656877 -6736,69272.7060805088 -6737,70991.7400654034 -6738,73348.9160735422 -6739,69040.9378970714 -6740,64177.9631087891 -6741,59193.3880264884 -6742,54061.2296649903 -6743,50511.954413789 -6744,48441.630533797 -6745,47503.1251938199 -6746,47739.0506427882 -6747,49228.3951274179 -6748,53573.7888952951 -6749,63322.6033818728 -6750,70336.9689800353 -6751,71942.7172019733 -6752,72227.4906469477 -6753,73487.1455304985 -6754,74809.1595986413 -6755,73760.4865708732 -6756,72849.0035072542 -6757,71822.1560983201 -6758,70642.5287526645 -6759,68797.7371074064 -6760,68659.5076504502 -6761,70162.3633236659 -6762,72682.7124827606 -6763,68508.8063969011 -6764,63739.370435914 -6765,58970.9737661061 -6766,53696.4285813068 -6767,49834.3183175938 -6768,47838.8253179728 -6769,46683.1023751375 -6770,47032.3135870625 -6771,48377.1926660325 -6772,52826.5183746252 -6773,62478.67616037 -6774,69504.4742639462 -6775,71459.4336978091 -6776,71851.2570578507 -6777,72789.7623978278 -6778,73364.5058444867 -6779,72200.4683705896 -6780,70789.0728414965 -6781,68949.4777529487 -6782,67392.5775270168 -6783,65889.7219546151 -6784,66167.2201597068 -6785,67946.534646021 -6786,69944.1062280006 -6787,65548.825172938 -6788,60789.7824261853 -6789,56691.7466126899 -6790,51918.1533861719 -6791,48169.3288854155 -6792,45784.0912089253 -6793,44438.1727379621 -6794,44157.5565585186 -6795,44468.3130894859 -6796,45504.5143206611 -6797,48136.0706603539 -6798,51907.7601719375 -6799,55509.0012926826 -6800,58684.1216379593 -6801,60473.8293385078 -6802,61222.139251171 -6803,59988.4672519851 -6804,57513.8481145448 -6805,55425.8557804358 -6806,54466.5641128039 -6807,54101.7631299345 -6808,55392.5975553743 -6809,57767.4420176301 -6810,59993.6639095093 -6811,56396.5799534812 -6812,52631.126390601 -6813,49732.4649592368 -6814,45969.0899787151 -6815,42961.3001507392 -6816,40847.3248314513 -6817,39554.4116220251 -6818,39225.9868385688 -6819,39352.7836892975 -6820,40058.4814538441 -6821,41043.7561066548 -6822,42997.6763501524 -6823,46345.3235678122 -6824,49723.1111369957 -6825,52508.4867045893 -6826,55020.5213326221 -6827,53883.5060342691 -6828,51256.1069601072 -6829,49516.286546744 -6830,48665.0840853585 -6831,48390.7038546185 -6832,51002.5130570219 -6833,55631.6409786943 -6834,57825.6439366912 -6835,55131.7284124063 -6836,52534.4696897682 -6837,51169.8434735087 -6838,47562.3664040603 -6839,44820.6422757625 -6840,43116.1586698192 -6841,42341.8658727912 -6842,43010.1481467453 -6843,44616.9356598625 -6844,49701.2854173478 -6845,60576.7219880441 -6846,68373.6949142966 -6847,70889.8868078603 -6848,71593.5058892344 -6849,73129.6197875116 -6850,74531.6613935496 -6851,73419.5897891962 -6852,72448.8656161508 -6853,71207.9184778962 -6854,69721.6919676183 -6855,67906.0012818908 -6856,68030.719550261 -6857,70041.8023208266 -6858,72383.388558021 -6859,67844.681388478 -6860,63058.6162645531 -6861,58229.9390933256 -6862,52966.8265147539 -6863,49521.4832042681 -6864,47393.9966963942 -6865,46402.4861956941 -6866,46688.2989318477 -6867,48128.7954204713 -6868,52447.1668111765 -6869,62535.838687438 -6870,69986.7183761172 -6871,72115.2441751703 -6872,71931.2846965597 -6873,72823.0205220753 -6874,73837.3961344166 -6875,72675.437242878 -6876,71551.933133111 -6877,70562.5012147693 -6878,69264.3914486329 -6879,67566.143892207 -6880,67436.2289663127 -6881,69990.8756416481 -6882,72592.2917306312 -6883,68394.4812419513 -6884,63322.6033818728 -6885,58728.8123684344 -6886,53502.0758884619 -6887,49584.8816800394 -6888,47512.479116875 -6889,46580.2097256013 -6890,46916.9491409334 -6891,48417.7261309766 -6892,52853.5406509833 -6893,62533.7601050795 -6894,69986.7183761172 -6895,71924.0094566771 -6896,71851.2570578507 -6897,72864.5933790127 -6898,73929.8955697185 -6899,72809.5094343033 -6900,71664.1796048884 -6901,70490.7882079361 -6902,69304.9249135771 -6903,67565.1045002138 -6904,67904.9618898976 -6905,70898.2013389222 -6906,72655.6902064025 -6907,68079.5675462671 -6908,63284.1486001011 -6909,58354.6574625098 -6910,53230.8135312596 -6911,49569.2919090949 -6912,47554.0518729984 -6913,46514.7326674714 -6914,46806.7813523285 -6915,48295.0864449649 -6916,52732.9796481441 -6917,62612.7483517953 -6918,70270.4525299123 -6919,72532.0112292115 -6920,72934.2277026735 -6921,73807.2558837068 -6922,74766.5475513386 -6923,74076.4395577367 -6924,73167.0352781041 -6925,71781.6227341899 -6926,70712.1631771392 -6927,69237.3691722748 -6928,69485.7665186499 -6929,71816.9595416099 -6930,73131.6983698701 -6931,68699.0018242151 -6932,63868.2459698151 -6933,59008.3892566986 -6934,53803.478496374 -6935,50194.9620349324 -6936,48217.1375902423 -6937,47013.6058417662 -6938,47456.3558809863 -6939,48966.4866932707 -6940,53228.7349489011 -6941,62685.5006498078 -6942,70305.7893373323 -6943,72692.0663050017 -6944,72977.8791419693 -6945,73968.3503514902 -6946,74921.4060704187 -6947,73490.2635048502 -6948,71407.4677274514 -6949,69767.4219892726 -6950,68202.2072322788 -6951,66896.8222262598 -6952,67030.8944176851 -6953,69678.0405283224 -6954,70868.0610882124 -6955,66113.1755061766 -6956,61105.7354130487 -6957,57171.9121425025 -6958,52784.9456185018 -6959,48775.2519747774 -6960,46187.3470743804 -6961,44622.1323173866 -6962,44446.4873698379 -6963,44924.574216478 -6964,45692.6310648026 -6965,48109.0483839958 -6966,51905.6814887651 -6967,55448.7207912629 -6968,58372.3258158128 -6969,60378.2119288542 -6970,61273.0658295355 -6971,59805.5470645538 -6972,57435.8991590082 -6973,55500.6867616207 -6974,54365.7501464402 -6975,53621.5976001219 -6976,55015.324675098 -6977,58771.424415737 -6978,61053.769442691 -6979,57047.1937733183 -6980,53324.3522577408 -6981,50559.7631186158 -6982,46666.4732121998 -6983,42819.9527194313 -6984,40539.6862748358 -6985,39417.2215570621 -6986,38827.9275298239 -6987,38997.3365286692 -6988,39454.6370476545 -6989,40543.8435403668 -6990,42752.396978129 -6991,46036.6458208314 -6992,49344.7989655402 -6993,52020.0066437149 -6994,54214.0096017118 -6995,53348.2566605611 -6996,51082.540695731 -6997,49277.2431234239 -6998,48032.1387196385 -6999,48210.9016415389 -7000,50541.0553733196 -7001,55417.5412493739 -7002,57649.9989891425 -7003,55045.4649258078 -7004,52417.0265604667 -7005,50795.6885675841 -7006,47256.8065306172 -7007,44603.4245720904 -7008,43102.6475820472 -7009,42409.4216140935 -7010,42769.0260402528 -7011,44658.5084159859 -7012,49686.7349375825 -7013,60366.7794234407 -7014,68494.2559171358 -7015,70929.3808808113 -7016,71441.7653445061 -7017,73092.2042969192 -7018,74599.2171348518 -7019,73535.9935265045 -7020,72603.7242360447 -7021,71297.2999388464 -7022,69990.8756416481 -7023,68074.3709895569 -7024,68507.7671057219 -7025,71816.9595416099 -7026,72746.1109585319 -7027,68233.3867741679 -7028,63567.8827538962 -7029,58974.0916396439 -7030,53730.7260975476 -7031,49873.8123905448 -7032,47915.7349823301 -7033,46921.1064064643 -7034,47274.4749847342 -7035,48965.4474020914 -7036,53138.3141967717 -7037,62875.6960771218 -7038,70473.1197538191 -7039,72437.4331107372 -7040,72296.0856794292 -7041,73452.8480142577 -7042,74877.7547319368 -7043,74356.0164460009 -7044,73699.1666774604 -7045,72471.7306269779 -7046,71982.2112749243 -7047,70823.3703577373 -7048,71654.8257826473 -7049,74103.4618340948 -7050,74046.2993070268 -7051,69073.1567301397 -7052,64373.3550928133 -7053,59650.6885454738 -7054,54747.1802922474 -7055,50937.0359988921 -7056,48949.8576311469 -7057,48128.7954204713 -7058,48702.499676765 -7059,50335.2701750611 -7060,54180.7513766503 -7061,63638.5564695502 -7062,71353.4231747351 -7063,74185.5680551623 -7064,74932.8386766462 -7065,76486.6209282264 -7066,77664.1695907096 -7067,76555.215960708 -7068,75500.3068834225 -7069,74150.2312477423 -7070,72877.0651756055 -7071,71487.4953661604 -7072,72177.6033597624 -7073,74808.120307462 -7074,74522.3075713084 -7075,69594.8950160756 -7076,65214.1644407784 -7077,60792.900400537 -7078,55562.0066550335 -7079,51769.5307149813 -7080,49663.8699267553 -7081,48533.0905771057 -7082,49078.733165048 -7083,50428.8089015422 -7084,54343.9244267922 -7085,63576.1972849581 -7086,71383.5634254449 -7087,73441.4155088441 -7088,73446.6120655543 -7089,74562.8409354386 -7090,75405.7288657621 -7091,74528.5434191979 -7092,73858.1825628853 -7093,72461.3375135576 -7094,71083.200209526 -7095,69876.5504866983 -7096,70382.6990016897 -7097,73463.241228492 -7098,73942.3673663113 -7099,69479.5305699465 -7100,64782.8469069719 -7101,60431.2172912052 -7102,55266.8399958248 -7103,51377.7073549397 -7104,49198.2548767081 -7105,48146.4638745883 -7106,48577.7813075808 -7107,50255.242536352 -7108,54444.738393156 -7109,63241.5364519845 -7110,70951.2066004592 -7111,73255.3773470611 -7112,73424.7864467203 -7113,73787.5088472314 -7114,74055.653230082 -7115,72823.0205220753 -7116,71103.9865371808 -7117,69194.7571249722 -7118,67884.1755622429 -7119,66732.6097841246 -7120,67501.7060244425 -7121,71106.0652203532 -7122,71344.06925168 -7123,66502.9202838597 -7124,62172.0769957477 -7125,58636.3129331325 -7126,54123.5887487684 -7127,50278.1075471792 -7128,47938.5999931573 -7129,46268.4140042688 -7130,45995.072963894 -7131,46675.8271352549 -7132,46988.6622485806 -7133,49106.7948333994 -7134,53046.854052649 -7135,56595.0899118571 -7136,59682.9073785421 -7137,61382.1943269612 -7138,62292.637998587 -7139,61239.807604474 -7140,58988.6421194091 -7141,57393.2871117055 -7142,56725.0048377514 -7143,56404.8944845431 -7144,58277.7477981524 -7145,62022.4150333779 -7146,61520.4237839174 -7147,57368.3434177059 -7148,54029.010731108 -7149,51783.0419035673 -7150,48186.9972387185 -7151,44736.4573715225 -7152,42488.4098608093 -7153,41009.458590414 -7154,40730.4013981464 -7155,40451.3442058788 -7156,40629.067735786 -7157,41107.1545824261 -7158,42414.6181708037 -7159,45060.7249902618 -7160,49215.923330825 -7161,52396.2402328119 -7162,54226.4813983047 -7163,56034.8968441494 -7164,54770.0454038885 -7165,52521.9977923614 -7166,50915.2102792442 -7167,50147.1533301056 -7168,51199.9837242186 -7169,56899.6104941209 -7170,59626.7841426534 -7171,57937.8904084686 -7172,55160.8293719369 -7173,53162.2184987781 -7174,51900.4849320549 -7175,48415.6475486181 -7176,45643.7830687966 -7177,44082.7255773337 -7178,43583.8524030389 -7179,44366.4597311289 -7180,46806.7813523285 -7181,51432.7912996492 -7182,61184.7236597646 -7183,67880.0182967119 -7184,70869.1003793916 -7185,71572.7195615797 -7186,72765.8579950074 -7187,73981.8615400763 -7188,72881.2224411365 -7189,71902.1837370292 -7190,70569.776454652 -7191,69600.0915727858 -7192,69212.4254782752 -7193,73630.5716449789 -7194,75071.0681336025 -7195,72669.2012941746 -7196,67987.0681109652 -7197,63547.0963254276 -7198,59422.0382355741 -7199,54340.8065532545 -7200,50925.6034934785 -7201,49001.8236015046 -7202,48230.6486780143 -7203,49122.3846043439 -7204,50947.4292131264 -7205,55048.5829001595 -7206,63780.9431920374 -7207,69841.2136792783 -7208,72479.0058668606 -7209,72880.1831499573 -7210,73759.44717888 -7211,74862.1649609923 -7212,73782.3121897072 -7213,72747.1502497112 -7214,71435.5293958027 -7215,70569.776454652 -7216,70336.9689800353 -7217,74861.125568999 -7218,76221.5945197275 -7219,73947.5640238355 -7220,69261.2735750952 -7221,64718.4091400213 -7222,60509.1662467418 -7223,55626.4444219841 -7224,52167.5900237262 -7225,49829.1216600697 -7226,48916.5994060854 -7227,49592.1569199221 -7228,51132.4279829163 -7229,55012.2067007463 -7230,63677.0112513219 -7231,69738.3210297421 -7232,72408.3321512066 -7233,72900.969477612 -7234,73834.2781600649 -7235,74892.3052117021 -7236,73990.1760711382 -7237,73180.5463658762 -7238,72150.5809825903 -7239,71472.9448863951 -7240,71135.1660790698 -7241,75320.5046703429 -7242,76005.4161072347 -7243,73501.6960102637 -7244,68799.8157905789 -7245,64592.6514796579 -7246,60556.9748507546 -7247,55380.1257587814 -7248,51637.5372067284 -7249,49320.8945627198 -7250,48333.5413275506 -7251,48976.879907505 -7252,50591.9820524981 -7253,54450.9743418594 -7254,63139.6831944415 -7255,69253.9983352126 -7256,71843.981817968 -7257,72626.5892468719 -7258,73667.9871355713 -7259,74811.2382818138 -7260,73831.1601857132 -7261,73155.6027726905 -7262,72027.9413973926 -7263,71147.6379764766 -7264,70774.5223617313 -7265,74614.8069057964 -7266,75087.6971957262 -7267,72934.2277026735 -7268,68226.1115342852 -7269,63652.0675573223 -7270,59519.7343284002 -7271,54489.4291236311 -7272,50576.3921807396 -7273,48357.445629557 -7274,47324.3622719195 -7275,47640.3153595969 -7276,49295.9508687201 -7277,52778.7096697984 -7278,60127.7360001206 -7279,65595.5945865856 -7280,68516.0816367838 -7281,69165.6561654416 -7282,70304.7500461531 -7283,71122.694282477 -7284,69964.8926564693 -7285,68025.5229935509 -7286,66347.0223727864 -7287,65090.4854635874 -7288,65425.1461957471 -7289,69912.9266861115 -7290,70291.238857567 -7291,67766.7324329414 -7292,63546.0570342483 -7293,59517.6556452277 -7294,56304.0805181793 -7295,51666.638065445 -7296,47729.6968205471 -7297,45621.9573491487 -7298,44415.3077271349 -7299,44068.1750975684 -7300,44260.4492080549 -7301,44457.9198752515 -7302,45165.6962221565 -7303,47123.7737311851 -7304,50684.481386986 -7305,53946.9045100405 -7306,56030.7395786185 -7307,57383.9332894644 -7308,56304.0805181793 -7309,54047.7184764043 -7310,52248.6568528006 -7311,51598.0430329635 -7312,52844.1868287422 -7313,58712.1832054966 -7314,60754.4455179513 -7315,58281.9050636834 -7316,54700.4109794138 -7317,52244.4995872696 -7318,50583.6674206222 -7319,46780.7983671496 -7320,43364.5560161944 -7321,41148.7273385495 -7322,40058.4814538441 -7323,39851.6569644063 -7324,40368.1985928181 -7325,40853.5606793408 -7326,41216.2831806658 -7327,43165.0066658253 -7328,47078.0436087168 -7329,50265.6357505863 -7330,52641.5195040214 -7331,54916.5893919066 -7332,53849.2085180284 -7333,51534.6445571922 -7334,49784.4309295946 -7335,49291.7936031892 -7336,50798.8065419359 -7337,57802.7789258641 -7338,59960.4056844478 -7339,58002.3281754192 -7340,55301.1375120656 -7341,53245.3640110249 -7342,52083.4051194862 -7343,48257.6709543725 -7344,45389.149874532 -7345,43837.4463061242 -7346,43356.2414851325 -7347,44215.7584775798 -7348,46460.6880139412 -7349,51612.5935127288 -7350,62097.2460145628 -7351,68385.1274197102 -7352,70466.8838051158 -7353,71087.357475057 -7354,72235.8051780096 -7355,73640.9648592132 -7356,73285.5175977709 -7357,72527.8538628666 -7358,71496.8491884016 -7359,70931.4595639838 -7360,71285.8674334329 -7361,75541.8797403599 -7362,76026.2024348894 -7363,73645.1221247441 -7364,68994.1684834238 -7365,64533.4102694175 -7366,60303.3809476693 -7367,54965.4373879127 -7368,51131.388691737 -7369,49216.9626220043 -7370,48329.3840620196 -7371,48911.4027485612 -7372,50650.1838707453 -7373,54845.9156762527 -7374,64163.4126290239 -7375,70132.2230729561 -7376,72323.1080566013 -7377,72799.1162200689 -7378,73516.246490029 -7379,74856.9683034681 -7380,73876.8903081815 -7381,73031.9236946856 -7382,72081.9859501088 -7383,71709.9096265427 -7384,72095.4971386949 -7385,76099.9941248951 -7386,76309.9365886845 -7387,74104.501226088 -7388,69337.1438474594 -7389,64730.8809366141 -7390,60578.8005704026 -7391,55179.5371172331 -7392,51459.8135760073 -7393,49378.0570897877 -7394,48601.6857104012 -7395,49294.9115775409 -7396,51240.5171891627 -7397,55259.5647559422 -7398,64713.2124824971 -7399,71414.742967334 -7400,73647.2007071026 -7401,73813.4918324102 -7402,74960.9002441836 -7403,75945.135605815 -7404,75214.4941472689 -7405,74603.3744003828 -7406,73801.0199350034 -7407,73353.0733390731 -7408,73681.4982233434 -7409,77062.4037668786 -7410,76598.8674000038 -7411,74340.4266750563 -7412,69605.28823031 -7413,65231.8327940814 -7414,61174.3305463442 -7415,55750.1233991751 -7416,51566.8634910745 -7417,49571.3704914534 -7418,48723.2860044197 -7419,49513.1686732062 -7420,51112.6809464408 -7421,54812.6574511912 -7422,63760.1567635687 -7423,70188.3463088448 -7424,72245.1591010647 -7425,72679.5945084089 -7426,73572.3697259177 -7427,74546.2118733148 -7428,73675.262375454 -7429,73141.0522929252 -7430,72269.0634030711 -7431,71695.3591467774 -7432,72072.6320270537 -7433,76066.7358998336 -7434,75881.7371300437 -7435,73849.8679310095 -7436,69329.8686075767 -7437,65000.064610644 -7438,61321.9138255416 -7439,56372.6756514748 -7440,52642.5588960146 -7441,50180.4115551671 -7442,49320.8945627198 -7443,49977.7443312602 -7444,51558.5488591986 -7445,55189.9303314674 -7446,64127.0365304246 -7447,70410.760569227 -7448,72626.5892468719 -7449,73155.6027726905 -7450,74044.2207246684 -7451,74694.8345445054 -7452,73700.2059686396 -7453,72287.7711483673 -7454,70776.6009440898 -7455,70336.9689800353 -7456,70993.8187485758 -7457,75023.2594287757 -7458,74419.4149217722 -7459,71725.4994983012 -7460,66962.2993852035 -7461,62699.0118383938 -7462,59360.7184429752 -7463,54984.1451332089 -7464,50822.7108439423 -7465,48457.2203047415 -7466,47020.8810816489 -7467,46923.1850896368 -7468,47249.5312907346 -7469,47597.7033122942 -7470,49169.1539171775 -7471,52616.5759108357 -7472,56643.9379078631 -7473,59472.9649147526 -7474,60883.3211526664 -7475,61314.6385856589 -7476,59970.7987978682 -7477,57492.0224957108 -7478,55841.5834424838 -7479,55656.5846726939 -7480,57453.5676131251 -7481,63335.0751784656 -7482,63999.2001868887 -7483,61463.2612568495 -7484,57295.5911196934 -7485,54207.7736530084 -7486,52390.0042841085 -7487,48896.8523696099 -7488,45255.0776831067 -7489,43150.456286874 -7490,42140.2379400636 -7491,42163.1029508908 -7492,42426.0507770312 -7493,42541.4151223463 -7494,42595.4597758765 -7495,44205.3652633454 -7496,47774.3875510222 -7497,51256.1069601072 -7498,53856.483757911 -7499,56604.4438349122 -7500,55813.5218749464 -7501,53469.8569545796 -7502,52018.9673525357 -7503,51706.1322392099 -7504,53789.967307788 -7505,59646.5312799428 -7506,60919.6973520796 -7507,59110.2425142416 -7508,56276.0189506419 -7509,54090.3305237069 -7510,53338.902737506 -7511,49630.6117016938 -7512,46400.4075125216 -7513,44755.1651168187 -7514,44223.0337174624 -7515,45004.6017543731 -7516,47248.4919995553 -7517,51893.2096921722 -7518,62262.4977478772 -7519,69830.8204650439 -7520,72554.8762400387 -7521,73291.7535464743 -7522,74435.0046927167 -7523,75464.9700760025 -7524,74705.2277587398 -7525,74047.3385982061 -7526,73034.002377858 -7527,72549.6795825145 -7528,72958.1321054939 -7529,76732.9395914291 -7530,76474.1490308197 -7531,74381.9994311797 -7532,69620.8780012545 -7533,65299.3885353837 -7534,61399.8627810782 -7535,56028.66099626 -7536,52200.8481479738 -7537,49953.8400292538 -7538,49042.3570664488 -7539,49788.5881951255 -7540,51724.8399845062 -7541,55779.2243587056 -7542,65311.8604327904 -7543,71879.318726202 -7544,73895.5980534778 -7545,74096.1865942121 -7546,74977.5293063074 -7547,75885.8943955747 -7548,74836.1819758134 -7549,74310.2864243465 -7550,73303.1860518879 -7551,72812.627408655 -7552,73590.0381800347 -7553,77116.4483195948 -7554,76664.3444581336 -7555,74717.6995553326 -7556,70130.1443897836 -7557,65910.5082822698 -7558,61650.3387098118 -7559,56420.4843563016 -7560,52255.9320926832 -7561,50150.2713044573 -7562,49355.1920789605 -7563,50051.5360212659 -7564,51902.5636152273 -7565,55925.7683467238 -7566,65271.3269678463 -7567,71779.5440510175 -7568,73890.4013959536 -7569,74254.1631884578 -7570,75273.7353575093 -7571,76335.9195738634 -7572,75542.9190315391 -7573,74953.6250043009 -7574,73965.2323771385 -7575,73675.262375454 -7576,74720.8175296843 -7577,78032.0886487448 -7578,77265.0709907854 -7579,74854.8897211096 -7580,70100.0041390738 -7581,65896.9971944977 -7582,61685.6756180458 -7583,56464.1356947835 -7584,52471.0712139969 -7585,50371.6463744743 -7586,49453.9274629658 -7587,50144.0354565678 -7588,51894.2489833515 -7589,55877.959641897 -7590,65229.7542117229 -7591,72123.5587062322 -7592,74121.1302882118 -7593,74454.7517291922 -7594,75314.2688224535 -7595,76268.3638325611 -7596,75419.2400543482 -7597,74837.2212669926 -7598,73913.2664067808 -7599,73374.8990587211 -7600,74099.3045685638 -7601,77420.9689018587 -7602,76706.9566062503 -7603,74300.9325012914 -7604,69636.467772199 -7605,65430.3428532712 -7606,61570.3111719167 -7607,56519.2196394929 -7608,52277.7578123312 -7609,50064.0078178588 -7610,49062.1041029243 -7611,49713.7572139406 -7612,51566.8634910745 -7613,55469.5072197316 -7614,64723.6056967315 -7615,71588.3093325242 -7616,73746.9753822872 -7617,74201.1579269208 -7618,74895.4230852398 -7619,75311.1508481017 -7620,73899.7553190087 -7621,72552.7975568662 -7622,70925.2236152804 -7623,70306.8287293255 -7624,71713.0276008944 -7625,75798.5915169829 -7626,74876.7153399436 -7627,72098.6150122326 -7628,67319.8252290043 -7629,63311.1708764592 -7630,60269.0834314286 -7631,55346.8675337199 -7632,51276.8933885759 -7633,48778.3699491291 -7634,47594.5853379425 -7635,47716.185631961 -7636,48118.402206237 -7637,48337.6985930815 -7638,49990.2161278531 -7639,53705.782403548 -7640,57561.6568193716 -7641,60786.6644518336 -7642,62684.4613586286 -7643,63872.4032353461 -7644,62470.3616293081 -7645,60536.1885230999 -7646,58889.9068362178 -7647,58916.9291125759 -7648,61120.285892814 -7649,64912.7618328663 -7650,64493.9161964666 -7651,61861.3205655945 -7652,57686.3751885557 -7653,54873.97724379 -7654,53446.9919437525 -7655,49810.4139147734 -7656,45811.1134852834 -7657,43221.129901714 -7658,41771.2795908492 -7659,41621.6176284794 -7660,42237.9339320757 -7661,42187.0073537112 -7662,42437.4832824448 -7663,44494.2959738508 -7664,47918.8529566818 -7665,52044.9503377145 -7666,55377.0077844297 -7667,58467.9432254664 -7668,58064.6873600113 -7669,56118.0424572102 -7670,54342.885135613 -7671,53858.5623402695 -7672,55715.8258829343 -7673,60550.7390028652 -7674,61712.6978944039 -7675,59884.5353112696 -7676,57141.7718917926 -7677,55097.4308961655 -7678,54369.9074119711 -7679,50692.7960188619 -7680,47508.321851344 -7681,45539.8511280811 -7682,45116.8482261505 -7683,45970.1293707083 -7684,48055.0037304656 -7685,52655.0306926074 -7686,63104.3463870214 -7687,70547.9507350041 -7688,72606.8422103964 -7689,73022.5698724444 -7690,73766.7224187627 -7691,74338.3479918839 -7692,73665.9084523989 -7693,73447.6514575475 -7694,72412.4895175515 -7695,71970.7787695107 -7696,73560.9372205041 -7697,77069.6790067612 -7698,76343.194813746 -7699,73993.2940454899 -7700,69526.2999835941 -7701,65461.5223951603 -7702,61467.4185223805 -7703,56093.0987632106 -7704,52318.2912772753 -7705,50232.3775255248 -7706,49346.8775478986 -7707,49938.2501574953 -7708,51694.6997337964 -7709,55794.8141296502 -7710,65187.1420636063 -7711,72440.5510850889 -7712,74700.0311012156 -7713,75143.8204316149 -7714,75908.7594064018 -7715,77111.2517628847 -7716,76356.7060023321 -7717,75998.140867352 -7718,75371.4313495214 -7719,75132.3879262014 -7720,75926.4278605188 -7721,77962.4542242701 -7722,77113.3303452432 -7723,74853.8503291164 -7724,70158.206058135 -7725,65846.0705153192 -7726,61928.8763068967 -7727,56511.9443996103 -7728,52713.2326116686 -7729,50451.6739123694 -7730,49690.8922031134 -7731,50122.2097369199 -7732,51640.6550802662 -7733,55261.6433383007 -7734,63584.51181602 -7735,70871.1790625641 -7736,73368.6632108317 -7737,73900.794610188 -7738,75033.65264301 -7739,76197.6901169072 -7740,75434.8298252927 -7741,74794.609118876 -7742,73874.8116250091 -7743,73666.9477435781 -7744,74667.8122681473 -7745,77102.9372318228 -7746,76367.0992165664 -7747,73977.7042745453 -7748,69322.5933676941 -7749,65372.1409342101 -7750,61651.378000991 -7751,56732.2800776341 -7752,52943.9614031128 -7753,50706.3071066339 -7754,50087.9122206791 -7755,50472.4603408381 -7756,52127.0565587821 -7757,55935.1222697789 -7758,64785.9648813236 -7759,72056.0029649299 -7760,73900.794610188 -7761,74232.3374688099 -7762,75017.0234800723 -7763,75905.6414320501 -7764,75316.3474048119 -7765,74925.5634367636 -7766,74068.1250266748 -7767,73917.4237731257 -7768,75059.6355273749 -7769,77995.7124493316 -7770,76978.2188626386 -7771,74586.745338259 -7772,70171.717145907 -7773,66010.2829574544 -7774,62441.2606697776 -7775,57611.5442073708 -7776,53635.108788708 -7777,51335.0953076371 -7778,50677.2061471034 -7779,51099.1697578548 -7780,52952.2760349886 -7781,56778.0100992884 -7782,65251.5799313708 -7783,72450.9442993232 -7784,74319.6402465876 -7785,74277.028199285 -7786,75028.4559854859 -7787,75524.2112862429 -7788,74167.8997018593 -7789,72850.0428992474 -7790,71463.59096334 -7791,71110.2224858842 -7792,72944.6209169078 -7793,76432.5762746963 -7794,75236.3198669168 -7795,72394.8210634345 -7796,67597.3234340961 -7797,63990.8856558269 -7798,61055.8481258634 -7799,56452.7031893699 -7800,52518.8799188236 -7801,50156.5072531607 -7802,48889.5771297273 -7803,48703.5389679442 -7804,49048.5929143382 -7805,49280.3610977756 -7806,50818.5535784113 -7807,54670.270728704 -7808,58330.7530596894 -7809,61144.1902956344 -7810,62755.1350742825 -7811,63357.9402901068 -7812,62463.0863894255 -7813,60272.2014057803 -7814,58260.0793440354 -7815,58142.6363155479 -7816,60859.416749846 -7817,65538.4320595177 -7818,65304.5851929078 -7819,62684.4613586286 -7820,58639.4309074842 -7821,55865.4878453041 -7822,54276.3686854899 -7823,50903.7777738306 -7824,47233.94151979 -7825,44816.4850102316 -7826,43686.7449517612 -7827,43437.3083142068 -7828,43657.6439922306 -7829,43422.7578344416 -7830,43209.6973963004 -7831,45296.6504392301 -7832,48714.9714733578 -7833,52084.4444106655 -7834,54709.7648016549 -7835,57166.7154849783 -7836,56438.1527096046 -7837,54045.6398940458 -7838,52443.0095456455 -7839,52457.5600254108 -7840,55565.1245285713 -7841,60937.3657053826 -7842,61959.0165576066 -7843,60179.7019704784 -7844,57267.5294513421 -7845,55126.5318556961 -7846,54346.0031099647 -7847,50690.7173356894 -7848,47374.2496599187 -7849,45704.0635702162 -7850,45107.4944039094 -7851,45911.9274516472 -7852,48051.8857561139 -7853,52890.9561415758 -7854,63401.5916285887 -7855,71467.748228871 -7856,73811.4131492377 -7857,73904.9518757189 -7858,74716.6602641534 -7859,75519.0147295327 -7860,74728.0927695669 -7861,74136.7200591563 -7862,73242.9055504683 -7863,73012.1766582101 -7864,74427.7294528341 -7865,77750.4330773081 -7866,77043.6960215824 -7867,74788.3732709866 -7868,70267.3345555606 -7869,65942.7272161521 -7870,62332.1321723519 -7871,57052.3904308424 -7872,53352.4139260921 -7873,51238.4386068042 -7874,50668.8916160415 -7875,51138.6639316197 -7876,52735.0583313165 -7877,56478.6861745488 -7878,65657.9537711777 -7879,72866.6719613712 -7880,74862.1649609923 -7881,74718.7388465119 -7882,75420.2793455274 -7883,76142.6062730117 -7884,75245.673689158 -7885,74848.6537724062 -7886,74161.6637531559 -7887,74112.8157571499 -7888,75801.7094913347 -7889,78722.1965415328 -7890,77767.0622402459 -7891,75445.2230395271 -7892,70915.8697930392 -7893,66798.0869430684 -7894,63177.0986850339 -7895,58019.9966295362 -7896,54286.7618997243 -7897,52009.6134294806 -7898,51137.6246404404 -7899,51677.0312796794 -7900,53353.4532172713 -7901,57399.5230604089 -7902,66472.7800331499 -7903,73766.7224187627 -7904,75646.8509722546 -7905,75612.5534560139 -7906,76459.5985510544 -7907,77347.177211853 -7908,76524.0364188189 -7909,75991.9049186486 -7910,75364.1561096387 -7911,75349.6056298735 -7912,76882.601553799 -7913,79512.0792103193 -7914,78554.86622586 -7915,76209.1226223208 -7916,71811.7629848997 -7917,67769.8504072931 -7918,63883.8357407597 -7919,58720.4978373725 -7920,54704.5682449447 -7921,52413.908586115 -7922,51619.8687526114 -7923,51979.4731787707 -7924,53499.9972052895 -7925,57258.175629101 -7926,66305.4496166631 -7927,73797.9020614657 -7928,75512.7787808293 -7929,75462.8913928301 -7930,76125.9771100739 -7931,76757.8831846148 -7932,76007.4946895932 -7933,75398.4536258795 -7934,74706.267049919 -7935,74632.4753599134 -7936,76434.6549578687 -7937,79249.1314849929 -7938,78286.7218430094 -7939,76109.3480479502 -7940,71887.6332572639 -7941,67900.8046243667 -7942,64291.2488717458 -7943,59241.1967313152 -7944,55332.3170539546 -7945,52930.4503153407 -7946,52054.3041599557 -7947,52505.3687302376 -7948,54079.9374102865 -7949,57982.5811389437 -7950,66518.5100548042 -7951,74088.9113543295 -7952,76256.9313271475 -7953,76359.8239766838 -7954,77155.9424933598 -7955,77440.7159383341 -7956,76110.3873391294 -7957,74769.6655256904 -7958,73461.1625453196 -7959,73136.8950273943 -7960,74983.7652550107 -7961,77504.1144141055 -7962,76074.0111397162 -7963,73614.9818740343 -7964,69569.951322076 -7965,65839.8345666158 -7966,63169.8234451513 -7967,59037.4901154152 -7968,55303.2160944241 -7969,52775.5916954467 -7970,51197.9051418601 -7971,50806.0817818185 -7972,50710.4643721649 -7973,50731.2508006336 -7974,52055.3434511349 -7975,55995.4027711985 -7976,59942.7372303308 -7977,63312.2101676385 -7978,65233.9114772538 -7979,66010.2829574544 -7980,65087.3674892357 -7981,63137.604612083 -7982,61939.2695211311 -7983,62018.257767847 -7984,64495.9947788251 -7985,67092.2143110979 -7986,66587.1050872857 -7987,64242.4008757397 -7988,60483.1832615629 -7989,58001.2888842399 -7990,56858.0377379975 -7991,53285.897475969 -7992,49678.4204065206 -7993,47379.4462166289 -7994,46058.4714396653 -7995,45538.8118369019 -7996,45568.9520876117 -7997,45350.6950927603 -7998,45019.1522341384 -7999,47136.2455277779 -8000,50987.9626780706 -8001,55089.1163651037 -8002,58136.4003668445 -8003,60975.8205879683 -8004,60767.9567065373 -8005,58782.8569211506 -8006,57502.4156091312 -8007,57465.0001185387 -8008,59693.3005927764 -8009,62801.9044879301 -8010,63577.2365761374 -8011,62374.7442196545 -8012,59899.0857910349 -8013,58341.1462739238 -8014,57920.2219543516 -8015,54236.874612539 -8016,51244.6744546936 -8017,49579.6850225153 -8018,49124.4632875164 -8019,49611.9039563976 -8020,51467.0888158899 -8021,55710.6292254102 -8022,65715.1162982456 -8023,74096.1865942121 -8024,76923.1350187431 -8025,77662.0909075372 -8026,78794.9489403593 -8027,79878.9588763613 -8028,79496.4894393748 -8029,79112.9806103951 -8030,78345.9630532498 -8031,78196.3010908799 -8032,79354.1027168876 -8033,81066.9007530788 -8034,80110.7270597987 -8035,77999.8697148625 -8036,73637.8468848615 -8037,69814.1914029202 -8038,66309.606882194 -8039,61117.1679184623 -8040,57353.7929379406 -8041,55152.514840875 -8042,54190.1051988914 -8043,54302.3516706688 -8044,55845.7408088287 -8045,59531.1668338138 -8046,68270.8022647603 -8047,75541.8797403599 -8048,77781.6126191972 -8049,77948.943035684 -8050,78793.90964918 -8051,79772.9483532873 -8052,79410.2259527763 -8053,79130.6490645121 -8054,78618.2647016313 -8055,78707.6460617675 -8056,79716.8251173986 -8057,81537.7123598362 -8058,80483.842674544 -8059,78255.5422003063 -8060,74187.6467383348 -8061,69968.010630821 -8062,66255.5623294778 -8063,61425.8457662571 -8064,57677.0212655006 -8065,55409.226718312 -8066,54387.5758660881 -8067,54625.5799982289 -8068,56030.7395786185 -8069,59638.216648067 -8070,68485.9413860739 -8071,76092.7188850124 -8072,78547.5909859773 -8073,78749.2189187049 -8074,79735.5328626949 -8075,80651.1730910308 -8076,80187.6367241561 -8077,79905.9811527194 -8078,79365.5352223012 -8079,79195.0868314627 -8080,80407.9724021799 -8081,82230.9383277899 -8082,80760.3015884565 -8083,78606.8320954038 -8084,74263.5170106989 -8085,70452.3334261644 -8086,66894.7436439013 -8087,61906.0112960696 -8088,58166.5406175543 -8089,55706.4719598792 -8090,54723.275990241 -8091,54856.308890487 -8092,56164.8117700438 -8093,59733.8340577206 -8094,68390.3239764203 -8095,76032.4383835928 -8096,78290.8791085403 -8097,78490.4283580954 -8098,79226.2663733518 -8099,80118.0022996813 -8100,79431.0122804311 -8101,78938.3749540257 -8102,78393.7716572626 -8103,78278.4073119475 -8104,79445.5627601963 -8105,81014.9347827211 -8106,80005.755827904 -8107,77856.4437011961 -8108,73588.9988888555 -8109,69769.5006724451 -8110,66410.4208485578 -8111,61368.6832391891 -8112,57334.0459014651 -8113,55090.1556562829 -8114,53977.0447607503 -8115,54228.5599806631 -8116,55685.6856322245 -8117,59056.1978607114 -8118,67582.7729543308 -8119,75238.3984492753 -8120,77740.0398630738 -8121,77958.2969587391 -8122,78715.9606936434 -8123,79312.5298599503 -8124,78630.7364982241 -8125,77366.9242483285 -8126,76097.9155425366 -8127,75664.5193255577 -8128,77238.0487144273 -8129,78590.20303328 -8130,76832.7141657997 -8131,74372.6455081246 -8132,70400.3674558067 -8133,66898.9009094322 -8134,64379.5910415167 -8135,59966.6415323372 -8136,56052.5652982664 -8137,53354.4925084506 -8138,51732.1152243888 -8139,51314.3088791684 -8140,51400.5723657669 -8141,51409.926288822 -8142,52478.3464538795 -8143,56107.6492429759 -8144,60146.4437454169 -8145,63345.4683927 -8146,65210.0071752474 -8147,66182.8099306513 -8148,65263.0124367844 -8149,63377.6873265822 -8150,62149.2119849206 -8151,62040.0834874949 -8152,64263.1873042084 -8153,66815.7553971854 -8154,66099.6644184045 -8155,64109.3680763076 -8156,60721.1872928898 -8157,58523.0271701759 -8158,57181.2659647436 -8159,53678.7601271899 -8160,49893.5594270202 -8161,47514.5576992335 -8162,46458.6094315828 -8163,46285.0430663925 -8164,46354.6774908673 -8165,46156.1675324914 -8166,45562.7162397222 -8167,47674.6128758377 -8168,51023.2994854906 -8169,54905.1568864931 -8170,57816.2900136361 -8171,60692.0864341732 -8172,60272.2014057803 -8173,58620.723162188 -8174,57728.9872358584 -8175,57762.2454609199 -8176,60373.0153721441 -8177,63685.3257823838 -8178,64463.7759457567 -8179,63301.8169534041 -8180,60763.7994410064 -8181,59088.4167945937 -8182,58667.4924750215 -8183,55096.3916049863 -8184,51980.51246995 -8185,50026.5923272663 -8186,49182.6651057635 -8187,49868.6158338346 -8188,51731.0759332096 -8189,56001.6386190879 -8190,65898.036485677 -8191,73930.9348608978 -8192,75996.0621841796 -8193,75934.7423915807 -8194,76508.4465470604 -8195,77192.318692773 -8196,76483.5029538748 -8197,75988.7869442969 -8198,75453.5375705889 -8199,75658.2834776682 -8200,77735.8825975429 -8201,80388.2253657044 -8202,79388.4002331284 -8203,77380.4354369145 -8204,73047.5135664441 -8205,69297.6496736944 -8206,65759.8070287207 -8207,60485.2618439214 -8208,57131.3786775583 -8209,55053.7795576837 -8210,54124.6281407616 -8211,54483.1932757417 -8212,55912.2571581377 -8213,59415.8023876847 -8214,67794.7941012927 -8215,75404.6895745829 -8216,77682.8773360059 -8217,77447.9911782168 -8218,78194.2224077075 -8219,78655.6801922238 -8220,78395.850340435 -8221,77952.0610100357 -8222,77409.5363964451 -8223,77593.4958750557 -8224,79432.0515716103 -8225,81490.9430470027 -8226,80401.7364534765 -8227,78331.4125734845 -8228,74099.3045685638 -8229,70411.7999612203 -8230,66778.3399065929 -8231,62014.100502316 -8232,58261.1186352147 -8233,55738.6908937615 -8234,54926.982606141 -8235,55241.8963018252 -8236,56758.263062813 -8237,60403.1556228539 -8238,69031.5839740163 -8239,76560.4125174182 -8240,79024.6384406242 -8241,79104.6660793332 -8242,80146.0639680327 -8243,80989.9911895354 -8244,80066.0363293236 -8245,79303.1760377091 -8246,78456.1308418547 -8247,77987.3979182697 -8248,79403.9900040729 -8249,81467.0387449963 -8250,80328.984155464 -8251,78125.627375226 -8252,74062.9284699646 -8253,70397.249481455 -8254,66786.6544376548 -8255,61442.4749291948 -8256,57550.224313958 -8257,55206.5593935912 -8258,54107.9989778239 -8259,54602.7149874017 -8260,55938.2401433166 -8261,59461.532409339 -8262,67860.2711594225 -8263,75539.8010571875 -8264,77984.279943918 -8265,77830.4607160172 -8266,78801.1848890627 -8267,79749.0439504669 -8268,78886.408983668 -8269,78704.5281882298 -8270,78011.3022202761 -8271,77561.2769411734 -8272,79237.6988787653 -8273,80960.8902300048 -8274,79576.5169772699 -8275,77473.9741633956 -8276,73631.6109361581 -8277,70000.2294638893 -8278,66545.5323311623 -8279,61253.31879306 -8280,56946.3798069545 -8281,54377.1826518537 -8282,53441.7953870423 -8283,53417.8909842219 -8284,54780.4385173089 -8285,58245.5288642702 -8286,66855.2494701363 -8287,74300.9325012914 -8288,76660.1871926027 -8289,76801.5346239107 -8290,77541.5299046979 -8291,78293.997082892 -8292,77628.8327832896 -8293,76290.1895522091 -8294,74928.6813103013 -8295,74468.2629177782 -8296,76562.4912005906 -8297,77994.6731581523 -8298,75955.5287192354 -8299,73073.4965516229 -8300,68937.0059563559 -8301,65429.303461278 -8302,62722.9161404003 -8303,58237.2143332083 -8304,53926.1180815718 -8305,51247.7924290454 -8306,49863.4191763104 -8307,49686.7349375825 -8308,50138.8387990437 -8309,50572.2349152086 -8310,51690.5424682654 -8311,55530.8270123305 -8312,59488.5546856971 -8313,62321.7389581176 -8314,64104.1714187835 -8315,64918.9977815697 -8316,64156.1373891412 -8317,62508.8164110798 -8318,61034.0224062155 -8319,61216.9425936468 -8320,64118.7218985488 -8321,66530.981851397 -8322,66062.2489278121 -8323,63817.3193914506 -8324,60129.8146832931 -8325,57627.1339783154 -8326,56605.4831260914 -8327,52903.4280389826 -8328,49424.8265034353 -8329,47003.2126275319 -8330,45645.861751969 -8331,45315.3581845263 -8332,45459.823590186 -8333,45155.3030079222 -8334,44717.7496262263 -8335,46990.7408309391 -8336,50425.6909271905 -8337,53962.494280985 -8338,56859.0770291767 -8339,59623.6661683017 -8340,59212.0957717846 -8341,57119.9461721447 -8342,55597.3434624536 -8343,55531.8664043237 -8344,58392.0729531023 -8345,62201.1779552783 -8346,63323.642673052 -8347,62245.8686857534 -8348,60086.1632439972 -8349,58564.5999262993 -8350,57888.0031212833 -8351,53945.8652188612 -8352,50607.5718234426 -8353,48937.3857337401 -8354,48382.3893235566 -8355,48831.3752106661 -8356,50732.2900918128 -8357,55015.324675098 -8358,64339.0575765726 -8359,72772.0939437108 -8360,75387.0211204659 -8361,75149.0169883251 -8362,76231.9876331479 -8363,77128.9202170016 -8364,76545.8621384668 -8365,75962.8039591181 -8366,75001.4337091278 -8367,74677.1660903884 -8368,76060.5000519441 -8369,77848.1290693202 -8370,76807.770572614 -8371,74753.0363627526 -8372,70479.3557025225 -8373,66713.9020388284 -8374,63139.6831944415 -8375,57654.1562546735 -8376,53742.1586029612 -8377,51420.3194022424 -8378,50318.6410121233 -8379,50797.7672507566 -8380,52357.7853502263 -8381,56137.7894936857 -8382,64941.8627923968 -8383,72971.6431932659 -8384,75720.6426622603 -8385,75415.0827888172 -8386,76059.4606599509 -8387,76696.5633920159 -8388,76065.6966086543 -8389,75390.1390948176 -8390,74753.0363627526 -8391,74526.4648368394 -8392,76249.6560872649 -8393,78465.4847649098 -8394,77240.1272967858 -8395,75207.2189073863 -8396,71057.2172243472 -8397,67098.4501589873 -8398,63536.7031111932 -8399,58263.1973183871 -8400,54477.9966182175 -8401,52213.3200453806 -8402,51292.4831595204 -8403,51813.1821542771 -8404,53234.9707967906 -8405,56767.6169858681 -8406,65505.1738344561 -8407,73061.0246542161 -8408,75415.0827888172 -8409,75391.1783859968 -8410,76522.9970268257 -8411,77304.5651645504 -8412,76837.9108233239 -8413,76560.4125174182 -8414,75887.9729779332 -8415,75619.8286958965 -8416,76688.248860954 -8417,77629.8720744689 -8418,76235.1056074996 -8419,73927.8168865461 -8420,69731.0457898594 -8421,65960.395670269 -8422,62552.4678503757 -8423,57294.5518285142 -8424,52995.9273734705 -8425,50364.3711345916 -8426,49186.8223712945 -8427,49458.0847284968 -8428,50941.193264423 -8429,54507.0975777481 -8430,62871.5388115909 -8431,70861.825139509 -8432,73205.4900598758 -8433,73081.8110826848 -8434,73820.7670722928 -8435,74774.8620824005 -8436,74146.0739822114 -8437,73538.072209677 -8438,72751.3075152421 -8439,72749.2289328836 -8440,74332.1121439944 -8441,76187.2969026728 -8442,75173.9606823247 -8443,73022.5698724444 -8444,68673.0188390362 -8445,64988.6321052304 -8446,61751.1526761756 -8447,56364.3611204129 -8448,51941.018396999 -8449,49289.7150208307 -8450,48197.3904529528 -8451,48525.8153372231 -8452,50166.900467395 -8453,53625.7548656529 -8454,61584.861651682 -8455,69106.4149552012 -8456,71561.2870561661 -8457,71340.9513781423 -8458,71890.7512316156 -8459,72228.5299381269 -8460,71259.884448254 -8461,69543.9683368971 -8462,68205.3252066305 -8463,68000.5792995512 -8464,70188.3463088448 -8465,72301.2823369534 -8466,71092.5540317672 -8467,68509.8456880804 -8468,64516.7812072937 -8469,61487.1655588559 -8470,59222.488986019 -8471,55060.0154055731 -8472,50983.8053117257 -8473,48653.651579945 -8474,47480.2601829927 -8475,47442.8446924003 -8476,47755.679805726 -8477,47965.6222695154 -8478,48897.8916607891 -8479,52454.4420510591 -8480,56248.9966742838 -8481,59196.5060008401 -8482,61519.3844927382 -8483,63143.8404599724 -8484,62851.7917751154 -8485,61220.0605679985 -8486,60228.5499664844 -8487,60605.8228467607 -8488,62987.9425488992 -8489,65683.9366555426 -8490,65137.254776421 -8491,62875.6960771218 -8492,59168.4443324888 -8493,56814.3862987017 -8494,55422.7378060841 -8495,51678.0705708586 -8496,47963.5436871569 -8497,45424.486782766 -8498,43951.7713602601 -8499,43405.0894811385 -8500,43544.358229274 -8501,43206.5795227627 -8502,42666.1334915305 -8503,44745.8112945776 -8504,47760.8763624362 -8505,50932.8787333611 -8506,53735.9227550718 -8507,56903.7677596518 -8508,57166.7154849783 -8509,55701.275403169 -8510,54436.4238620941 -8511,54527.8840062168 -8512,56941.1832502443 -8513,60017.5682115157 -8514,60509.1662467418 -8515,59282.7694874386 -8516,57112.6709322621 -8517,58288.1410123868 -8518,54650.5236922285 -8519,50796.7278587634 -8520,46860.8259050447 -8521,44462.0771407825 -8522,43677.3911295201 -8523,43853.0360770688 -8524,45424.486782766 -8525,48090.3406386996 -8526,53540.5306702336 -8527,60221.2747266018 -8528,64441.9502261088 -8529,66054.9736879294 -8530,66808.4801573028 -8531,67566.143892207 -8532,67288.6455863013 -8533,66445.7577567918 -8534,65543.6286162278 -8535,65342.0006835003 -8536,67106.7647908632 -8537,69116.8081694356 -8538,68547.2611786728 -8539,66282.5846058359 -8540,62240.6720282292 -8541,59298.3592583831 -8542,56496.3546286657 -8543,51630.2619668458 -8544,47257.8459226104 -8545,44727.1035492814 -8546,43665.9586241065 -8547,43873.8224047235 -8548,45238.4486209829 -8549,47554.0518729984 -8550,52264.2466237451 -8551,58145.7542898996 -8552,62169.9983125753 -8553,63916.0546746419 -8554,64960.570537693 -8555,65790.9865706098 -8556,65589.3586378822 -8557,64157.1767811344 -8558,62845.555826412 -8559,62333.1714635311 -8560,64603.0446938922 -8561,67537.0429326765 -8562,66993.4789270926 -8563,64585.3762397753 -8564,60373.0153721441 -8565,56994.1885117813 -8566,54569.4567623402 -8567,50070.2437665622 -8568,45733.1645297468 -8569,43146.298920529 -8570,41930.2954762741 -8571,41778.5548307319 -8572,42436.4438904516 -8573,43250.2308612445 -8574,44198.0900234628 -8575,47831.5500780901 -8576,52154.0788351402 -8577,55833.2689114219 -8578,57271.686817687 -8579,58153.0295297822 -8580,57451.4890307666 -8581,55775.0670931747 -8582,53504.1544708204 -8583,52339.07760493 -8584,54010.3029858118 -8585,56533.7701192582 -8586,54834.4831708391 -8587,51442.1451218903 -8588,49071.4579251654 -8589,48523.7367548646 -8590,48915.5601149061 -8591,46415.9972834661 -8592,43118.2373529917 -8593,40568.7872343664 -8594,39394.3565462349 -8595,39201.0431445692 -8596,39587.6698470866 -8597,39808.0055251104 -8598,39408.9069251862 -8599,41349.3159800978 -8600,44601.3458889179 -8601,49070.4186339861 -8602,52262.1680413866 -8603,54877.0952181417 -8604,53422.0482497528 -8605,50206.3945403459 -8606,48872.9479667895 -8607,48169.3288854155 -8608,49924.7390697233 -8609,53207.9485204324 -8610,53856.483757911 -8611,52898.2313814584 -8612,51291.4438683412 -8613,50255.242536352 -8614,49868.6158338346 -8615,46832.7643375073 -8616,43358.320067491 -8617,41082.2109892404 -8618,40172.8066087939 -8619,39969.1000937078 -8620,40032.4985694792 -8621,39915.0554401776 -8622,39676.0120168576 -8623,41582.1235555284 -8624,44821.6815669418 -8625,48456.1810135623 -8626,51039.9286484283 -8627,53416.8516930427 -8628,52437.8129889353 -8629,49966.3118258467 -8630,48901.0096351408 -8631,48578.82059876 -8632,50925.6034934785 -8633,54516.4515008032 -8634,55396.7548209052 -8635,54442.6598107975 -8636,52664.3846156625 -8637,51555.4309856609 -8638,51352.7636609401 -8639,48549.7197400434 -8640,45548.165759957 -8641,43494.4709420887 -8642,42473.859381044 -8643,42065.4069588787 -8644,42156.8670021874 -8645,42428.1293593897 -8646,43171.2426145287 -8647,46070.9433370721 -8648,49885.2448959583 -8649,53430.3628816287 -8650,55556.8099975094 -8651,57144.8898661443 -8652,57708.2008073897 -8653,56447.5066326597 -8654,55552.6527319784 -8655,55638.9162185769 -8656,58080.2771309558 -8657,61432.0817149604 -8658,61754.2706505273 -8659,59829.4514673742 -8660,56385.1474480676 -8661,54106.9596866446 -8662,53462.581714697 -8663,50405.943890715 -8664,47289.0254644995 -8665,45129.3201235573 -8666,43815.6205864763 -8667,43073.5466225166 -8668,42985.2044527456 -8669,42564.2802339875 -8670,41457.4051863443 -8671,42951.9462276841 -8672,45791.3664488079 -8673,49109.9128077511 -8674,51775.7666636847 -8675,54543.4737771613 -8676,54597.5183298775 -8677,52708.0359541444 -8678,51622.9867269631 -8679,51589.7285019016 -8680,54302.3516706688 -8681,59004.2319911676 -8682,59873.1028058561 -8683,58672.6891325457 -8684,56446.4672406665 -8685,55013.2460927395 -8686,55147.3182841648 -8687,52351.5495023368 -8688,49479.9104481447 -8689,47237.0594941417 -8690,46122.9093074299 -8691,45393.307140063 -8692,45937.9104368261 -8693,47245.3740252036 -8694,49709.5999484097 -8695,54374.064677502 -8696,57928.5364854135 -8697,60392.7624086195 -8698,61770.8997126511 -8699,62802.9437791093 -8700,63360.0188724653 -8701,62385.1374338889 -8702,61409.2167041333 -8703,60998.6855987955 -8704,63085.6386417252 -8705,66548.650305514 -8706,66588.1444792789 -8707,64671.6397263738 -8708,60850.0629276049 -8709,58303.7307833313 -8710,56985.8739807194 -8711,53544.6879357646 -8712,50193.9227437531 -8713,47659.0231048931 -8714,46235.1557792072 -8715,45679.1199770306 -8716,46241.3916270967 -8717,47310.8511841474 -8718,49606.7073996874 -8719,53842.972569325 -8720,57408.87688265 -8721,59959.3662924546 -8722,61320.8745343623 -8723,62358.1151575308 -8724,62609.6303774436 -8725,61511.0699616763 -8726,60724.3052672415 -8727,60595.4297333403 -8728,62538.9566617897 -8729,65610.1450663509 -8730,65433.460726809 -8731,63404.7096029404 -8732,59583.1328041715 -8733,56943.2619334168 -8734,55395.715529726 -8735,51577.2566044948 -8736,47946.9145242192 -8737,45544.008494426 -8738,44208.4832376971 -8739,43567.2232401012 -8740,43777.1657038907 -8741,43518.3752440951 -8742,43740.7896052914 -8743,46403.5254868733 -8744,49861.3405939519 -8745,53224.5776833702 -8746,55241.8963018252 -8747,56639.7806423322 -8748,56955.7337300096 -8749,55887.3135649521 -8750,54577.7712934021 -8751,54406.2836113843 -8752,56504.6691597276 -8753,60194.2524502437 -8754,59338.8927233273 -8755,56067.1157780317 -8756,52092.7589417274 -8757,50492.2073773135 -8758,50760.3517601641 -8759,49208.6480909424 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/general.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/general.csv deleted file mode 100644 index fbed1928..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/general.csv +++ /dev/null @@ -1,13 +0,0 @@ -key,value -year,2014 -number of time steps,8760 -co2 price,15.92 -name,deflex_2014_de02_no-heat_reg-merit -regions,2 -heat,false -group_transformer,false -copperplate,true -costs_source,ewi -use_variable_costs,true -use_downtime_factor,true -map,de02 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/mobility.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/mobility.csv deleted file mode 100644 index 6bb8ded1..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/mobility.csv +++ /dev/null @@ -1,5 +0,0 @@ -,,efficiency,source,source_region -DE,diesel,0.95,oil,DE -DE,petrol,0.95,oil,DE -DE,electricity,1.0,electricity,DE -DE01,electricity,1.0,electricity,DE01 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/mobility_series.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/mobility_series.csv deleted file mode 100644 index 1f9463b0..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/mobility_series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -[MW],DE01,DE,DE -,electricity,diesel,petrol -0,0,47829.1416355684,26803.5332483478 -1,0,47829.1416355684,26803.5332483478 -2,0,47829.1416355684,26803.5332483478 -3,0,47829.1416355684,26803.5332483478 -4,0,47829.1416355684,26803.5332483478 -5,0,47829.1416355684,26803.5332483478 -6,0,47829.1416355684,26803.5332483478 -7,0,47829.1416355684,26803.5332483478 -8,0,47829.1416355684,26803.5332483478 -9,0,47829.1416355684,26803.5332483478 -10,0,47829.1416355684,26803.5332483478 -11,0,47829.1416355684,26803.5332483478 -12,0,47829.1416355684,26803.5332483478 -13,0,47829.1416355684,26803.5332483478 -14,0,47829.1416355684,26803.5332483478 -15,0,47829.1416355684,26803.5332483478 -16,0,47829.1416355684,26803.5332483478 -17,0,47829.1416355684,26803.5332483478 -18,0,47829.1416355684,26803.5332483478 -19,0,47829.1416355684,26803.5332483478 -20,0,47829.1416355684,26803.5332483478 -21,0,47829.1416355684,26803.5332483478 -22,0,47829.1416355684,26803.5332483478 -23,0,47829.1416355684,26803.5332483478 -24,0,47829.1416355684,26803.5332483478 -25,0,47829.1416355684,26803.5332483478 -26,0,47829.1416355684,26803.5332483478 -27,0,47829.1416355684,26803.5332483478 -28,0,47829.1416355684,26803.5332483478 -29,0,47829.1416355684,26803.5332483478 -30,0,47829.1416355684,26803.5332483478 -31,0,47829.1416355684,26803.5332483478 -32,0,47829.1416355684,26803.5332483478 -33,0,47829.1416355684,26803.5332483478 -34,0,47829.1416355684,26803.5332483478 -35,0,47829.1416355684,26803.5332483478 -36,0,47829.1416355684,26803.5332483478 -37,0,47829.1416355684,26803.5332483478 -38,0,47829.1416355684,26803.5332483478 -39,0,47829.1416355684,26803.5332483478 -40,0,47829.1416355684,26803.5332483478 -41,0,47829.1416355684,26803.5332483478 -42,0,47829.1416355684,26803.5332483478 -43,0,47829.1416355684,26803.5332483478 -44,0,47829.1416355684,26803.5332483478 -45,0,47829.1416355684,26803.5332483478 -46,0,47829.1416355684,26803.5332483478 -47,0,47829.1416355684,26803.5332483478 -48,0,47829.1416355684,26803.5332483478 -49,0,47829.1416355684,26803.5332483478 -50,0,47829.1416355684,26803.5332483478 -51,0,47829.1416355684,26803.5332483478 -52,0,47829.1416355684,26803.5332483478 -53,0,47829.1416355684,26803.5332483478 -54,0,47829.1416355684,26803.5332483478 -55,0,47829.1416355684,26803.5332483478 -56,0,47829.1416355684,26803.5332483478 -57,0,47829.1416355684,26803.5332483478 -58,0,47829.1416355684,26803.5332483478 -59,0,47829.1416355684,26803.5332483478 -60,0,47829.1416355684,26803.5332483478 -61,0,47829.1416355684,26803.5332483478 -62,0,47829.1416355684,26803.5332483478 -63,0,47829.1416355684,26803.5332483478 -64,0,47829.1416355684,26803.5332483478 -65,0,47829.1416355684,26803.5332483478 -66,0,47829.1416355684,26803.5332483478 -67,0,47829.1416355684,26803.5332483478 -68,0,47829.1416355684,26803.5332483478 -69,0,47829.1416355684,26803.5332483478 -70,0,47829.1416355684,26803.5332483478 -71,0,47829.1416355684,26803.5332483478 -72,0,47829.1416355684,26803.5332483478 -73,0,47829.1416355684,26803.5332483478 -74,0,47829.1416355684,26803.5332483478 -75,0,47829.1416355684,26803.5332483478 -76,0,47829.1416355684,26803.5332483478 -77,0,47829.1416355684,26803.5332483478 -78,0,47829.1416355684,26803.5332483478 -79,0,47829.1416355684,26803.5332483478 -80,0,47829.1416355684,26803.5332483478 -81,0,47829.1416355684,26803.5332483478 -82,0,47829.1416355684,26803.5332483478 -83,0,47829.1416355684,26803.5332483478 -84,0,47829.1416355684,26803.5332483478 -85,0,47829.1416355684,26803.5332483478 -86,0,47829.1416355684,26803.5332483478 -87,0,47829.1416355684,26803.5332483478 -88,0,47829.1416355684,26803.5332483478 -89,0,47829.1416355684,26803.5332483478 -90,0,47829.1416355684,26803.5332483478 -91,0,47829.1416355684,26803.5332483478 -92,0,47829.1416355684,26803.5332483478 -93,0,47829.1416355684,26803.5332483478 -94,0,47829.1416355684,26803.5332483478 -95,0,47829.1416355684,26803.5332483478 -96,0,47829.1416355684,26803.5332483478 -97,0,47829.1416355684,26803.5332483478 -98,0,47829.1416355684,26803.5332483478 -99,0,47829.1416355684,26803.5332483478 -100,0,47829.1416355684,26803.5332483478 -101,0,47829.1416355684,26803.5332483478 -102,0,47829.1416355684,26803.5332483478 -103,0,47829.1416355684,26803.5332483478 -104,0,47829.1416355684,26803.5332483478 -105,0,47829.1416355684,26803.5332483478 -106,0,47829.1416355684,26803.5332483478 -107,0,47829.1416355684,26803.5332483478 -108,0,47829.1416355684,26803.5332483478 -109,0,47829.1416355684,26803.5332483478 -110,0,47829.1416355684,26803.5332483478 -111,0,47829.1416355684,26803.5332483478 -112,0,47829.1416355684,26803.5332483478 -113,0,47829.1416355684,26803.5332483478 -114,0,47829.1416355684,26803.5332483478 -115,0,47829.1416355684,26803.5332483478 -116,0,47829.1416355684,26803.5332483478 -117,0,47829.1416355684,26803.5332483478 -118,0,47829.1416355684,26803.5332483478 -119,0,47829.1416355684,26803.5332483478 -120,0,47829.1416355684,26803.5332483478 -121,0,47829.1416355684,26803.5332483478 -122,0,47829.1416355684,26803.5332483478 -123,0,47829.1416355684,26803.5332483478 -124,0,47829.1416355684,26803.5332483478 -125,0,47829.1416355684,26803.5332483478 -126,0,47829.1416355684,26803.5332483478 -127,0,47829.1416355684,26803.5332483478 -128,0,47829.1416355684,26803.5332483478 -129,0,47829.1416355684,26803.5332483478 -130,0,47829.1416355684,26803.5332483478 -131,0,47829.1416355684,26803.5332483478 -132,0,47829.1416355684,26803.5332483478 -133,0,47829.1416355684,26803.5332483478 -134,0,47829.1416355684,26803.5332483478 -135,0,47829.1416355684,26803.5332483478 -136,0,47829.1416355684,26803.5332483478 -137,0,47829.1416355684,26803.5332483478 -138,0,47829.1416355684,26803.5332483478 -139,0,47829.1416355684,26803.5332483478 -140,0,47829.1416355684,26803.5332483478 -141,0,47829.1416355684,26803.5332483478 -142,0,47829.1416355684,26803.5332483478 -143,0,47829.1416355684,26803.5332483478 -144,0,47829.1416355684,26803.5332483478 -145,0,47829.1416355684,26803.5332483478 -146,0,47829.1416355684,26803.5332483478 -147,0,47829.1416355684,26803.5332483478 -148,0,47829.1416355684,26803.5332483478 -149,0,47829.1416355684,26803.5332483478 -150,0,47829.1416355684,26803.5332483478 -151,0,47829.1416355684,26803.5332483478 -152,0,47829.1416355684,26803.5332483478 -153,0,47829.1416355684,26803.5332483478 -154,0,47829.1416355684,26803.5332483478 -155,0,47829.1416355684,26803.5332483478 -156,0,47829.1416355684,26803.5332483478 -157,0,47829.1416355684,26803.5332483478 -158,0,47829.1416355684,26803.5332483478 -159,0,47829.1416355684,26803.5332483478 -160,0,47829.1416355684,26803.5332483478 -161,0,47829.1416355684,26803.5332483478 -162,0,47829.1416355684,26803.5332483478 -163,0,47829.1416355684,26803.5332483478 -164,0,47829.1416355684,26803.5332483478 -165,0,47829.1416355684,26803.5332483478 -166,0,47829.1416355684,26803.5332483478 -167,0,47829.1416355684,26803.5332483478 -168,0,47829.1416355684,26803.5332483478 -169,0,47829.1416355684,26803.5332483478 -170,0,47829.1416355684,26803.5332483478 -171,0,47829.1416355684,26803.5332483478 -172,0,47829.1416355684,26803.5332483478 -173,0,47829.1416355684,26803.5332483478 -174,0,47829.1416355684,26803.5332483478 -175,0,47829.1416355684,26803.5332483478 -176,0,47829.1416355684,26803.5332483478 -177,0,47829.1416355684,26803.5332483478 -178,0,47829.1416355684,26803.5332483478 -179,0,47829.1416355684,26803.5332483478 -180,0,47829.1416355684,26803.5332483478 -181,0,47829.1416355684,26803.5332483478 -182,0,47829.1416355684,26803.5332483478 -183,0,47829.1416355684,26803.5332483478 -184,0,47829.1416355684,26803.5332483478 -185,0,47829.1416355684,26803.5332483478 -186,0,47829.1416355684,26803.5332483478 -187,0,47829.1416355684,26803.5332483478 -188,0,47829.1416355684,26803.5332483478 -189,0,47829.1416355684,26803.5332483478 -190,0,47829.1416355684,26803.5332483478 -191,0,47829.1416355684,26803.5332483478 -192,0,47829.1416355684,26803.5332483478 -193,0,47829.1416355684,26803.5332483478 -194,0,47829.1416355684,26803.5332483478 -195,0,47829.1416355684,26803.5332483478 -196,0,47829.1416355684,26803.5332483478 -197,0,47829.1416355684,26803.5332483478 -198,0,47829.1416355684,26803.5332483478 -199,0,47829.1416355684,26803.5332483478 -200,0,47829.1416355684,26803.5332483478 -201,0,47829.1416355684,26803.5332483478 -202,0,47829.1416355684,26803.5332483478 -203,0,47829.1416355684,26803.5332483478 -204,0,47829.1416355684,26803.5332483478 -205,0,47829.1416355684,26803.5332483478 -206,0,47829.1416355684,26803.5332483478 -207,0,47829.1416355684,26803.5332483478 -208,0,47829.1416355684,26803.5332483478 -209,0,47829.1416355684,26803.5332483478 -210,0,47829.1416355684,26803.5332483478 -211,0,47829.1416355684,26803.5332483478 -212,0,47829.1416355684,26803.5332483478 -213,0,47829.1416355684,26803.5332483478 -214,0,47829.1416355684,26803.5332483478 -215,0,47829.1416355684,26803.5332483478 -216,0,47829.1416355684,26803.5332483478 -217,0,47829.1416355684,26803.5332483478 -218,0,47829.1416355684,26803.5332483478 -219,0,47829.1416355684,26803.5332483478 -220,0,47829.1416355684,26803.5332483478 -221,0,47829.1416355684,26803.5332483478 -222,0,47829.1416355684,26803.5332483478 -223,0,47829.1416355684,26803.5332483478 -224,0,47829.1416355684,26803.5332483478 -225,0,47829.1416355684,26803.5332483478 -226,0,47829.1416355684,26803.5332483478 -227,0,47829.1416355684,26803.5332483478 -228,0,47829.1416355684,26803.5332483478 -229,0,47829.1416355684,26803.5332483478 -230,0,47829.1416355684,26803.5332483478 -231,0,47829.1416355684,26803.5332483478 -232,0,47829.1416355684,26803.5332483478 -233,0,47829.1416355684,26803.5332483478 -234,0,47829.1416355684,26803.5332483478 -235,0,47829.1416355684,26803.5332483478 -236,0,47829.1416355684,26803.5332483478 -237,0,47829.1416355684,26803.5332483478 -238,0,47829.1416355684,26803.5332483478 -239,0,47829.1416355684,26803.5332483478 -240,0,47829.1416355684,26803.5332483478 -241,0,47829.1416355684,26803.5332483478 -242,0,47829.1416355684,26803.5332483478 -243,0,47829.1416355684,26803.5332483478 -244,0,47829.1416355684,26803.5332483478 -245,0,47829.1416355684,26803.5332483478 -246,0,47829.1416355684,26803.5332483478 -247,0,47829.1416355684,26803.5332483478 -248,0,47829.1416355684,26803.5332483478 -249,0,47829.1416355684,26803.5332483478 -250,0,47829.1416355684,26803.5332483478 -251,0,47829.1416355684,26803.5332483478 -252,0,47829.1416355684,26803.5332483478 -253,0,47829.1416355684,26803.5332483478 -254,0,47829.1416355684,26803.5332483478 -255,0,47829.1416355684,26803.5332483478 -256,0,47829.1416355684,26803.5332483478 -257,0,47829.1416355684,26803.5332483478 -258,0,47829.1416355684,26803.5332483478 -259,0,47829.1416355684,26803.5332483478 -260,0,47829.1416355684,26803.5332483478 -261,0,47829.1416355684,26803.5332483478 -262,0,47829.1416355684,26803.5332483478 -263,0,47829.1416355684,26803.5332483478 -264,0,47829.1416355684,26803.5332483478 -265,0,47829.1416355684,26803.5332483478 -266,0,47829.1416355684,26803.5332483478 -267,0,47829.1416355684,26803.5332483478 -268,0,47829.1416355684,26803.5332483478 -269,0,47829.1416355684,26803.5332483478 -270,0,47829.1416355684,26803.5332483478 -271,0,47829.1416355684,26803.5332483478 -272,0,47829.1416355684,26803.5332483478 -273,0,47829.1416355684,26803.5332483478 -274,0,47829.1416355684,26803.5332483478 -275,0,47829.1416355684,26803.5332483478 -276,0,47829.1416355684,26803.5332483478 -277,0,47829.1416355684,26803.5332483478 -278,0,47829.1416355684,26803.5332483478 -279,0,47829.1416355684,26803.5332483478 -280,0,47829.1416355684,26803.5332483478 -281,0,47829.1416355684,26803.5332483478 -282,0,47829.1416355684,26803.5332483478 -283,0,47829.1416355684,26803.5332483478 -284,0,47829.1416355684,26803.5332483478 -285,0,47829.1416355684,26803.5332483478 -286,0,47829.1416355684,26803.5332483478 -287,0,47829.1416355684,26803.5332483478 -288,0,47829.1416355684,26803.5332483478 -289,0,47829.1416355684,26803.5332483478 -290,0,47829.1416355684,26803.5332483478 -291,0,47829.1416355684,26803.5332483478 -292,0,47829.1416355684,26803.5332483478 -293,0,47829.1416355684,26803.5332483478 -294,0,47829.1416355684,26803.5332483478 -295,0,47829.1416355684,26803.5332483478 -296,0,47829.1416355684,26803.5332483478 -297,0,47829.1416355684,26803.5332483478 -298,0,47829.1416355684,26803.5332483478 -299,0,47829.1416355684,26803.5332483478 -300,0,47829.1416355684,26803.5332483478 -301,0,47829.1416355684,26803.5332483478 -302,0,47829.1416355684,26803.5332483478 -303,0,47829.1416355684,26803.5332483478 -304,0,47829.1416355684,26803.5332483478 -305,0,47829.1416355684,26803.5332483478 -306,0,47829.1416355684,26803.5332483478 -307,0,47829.1416355684,26803.5332483478 -308,0,47829.1416355684,26803.5332483478 -309,0,47829.1416355684,26803.5332483478 -310,0,47829.1416355684,26803.5332483478 -311,0,47829.1416355684,26803.5332483478 -312,0,47829.1416355684,26803.5332483478 -313,0,47829.1416355684,26803.5332483478 -314,0,47829.1416355684,26803.5332483478 -315,0,47829.1416355684,26803.5332483478 -316,0,47829.1416355684,26803.5332483478 -317,0,47829.1416355684,26803.5332483478 -318,0,47829.1416355684,26803.5332483478 -319,0,47829.1416355684,26803.5332483478 -320,0,47829.1416355684,26803.5332483478 -321,0,47829.1416355684,26803.5332483478 -322,0,47829.1416355684,26803.5332483478 -323,0,47829.1416355684,26803.5332483478 -324,0,47829.1416355684,26803.5332483478 -325,0,47829.1416355684,26803.5332483478 -326,0,47829.1416355684,26803.5332483478 -327,0,47829.1416355684,26803.5332483478 -328,0,47829.1416355684,26803.5332483478 -329,0,47829.1416355684,26803.5332483478 -330,0,47829.1416355684,26803.5332483478 -331,0,47829.1416355684,26803.5332483478 -332,0,47829.1416355684,26803.5332483478 -333,0,47829.1416355684,26803.5332483478 -334,0,47829.1416355684,26803.5332483478 -335,0,47829.1416355684,26803.5332483478 -336,0,47829.1416355684,26803.5332483478 -337,0,47829.1416355684,26803.5332483478 -338,0,47829.1416355684,26803.5332483478 -339,0,47829.1416355684,26803.5332483478 -340,0,47829.1416355684,26803.5332483478 -341,0,47829.1416355684,26803.5332483478 -342,0,47829.1416355684,26803.5332483478 -343,0,47829.1416355684,26803.5332483478 -344,0,47829.1416355684,26803.5332483478 -345,0,47829.1416355684,26803.5332483478 -346,0,47829.1416355684,26803.5332483478 -347,0,47829.1416355684,26803.5332483478 -348,0,47829.1416355684,26803.5332483478 -349,0,47829.1416355684,26803.5332483478 -350,0,47829.1416355684,26803.5332483478 -351,0,47829.1416355684,26803.5332483478 -352,0,47829.1416355684,26803.5332483478 -353,0,47829.1416355684,26803.5332483478 -354,0,47829.1416355684,26803.5332483478 -355,0,47829.1416355684,26803.5332483478 -356,0,47829.1416355684,26803.5332483478 -357,0,47829.1416355684,26803.5332483478 -358,0,47829.1416355684,26803.5332483478 -359,0,47829.1416355684,26803.5332483478 -360,0,47829.1416355684,26803.5332483478 -361,0,47829.1416355684,26803.5332483478 -362,0,47829.1416355684,26803.5332483478 -363,0,47829.1416355684,26803.5332483478 -364,0,47829.1416355684,26803.5332483478 -365,0,47829.1416355684,26803.5332483478 -366,0,47829.1416355684,26803.5332483478 -367,0,47829.1416355684,26803.5332483478 -368,0,47829.1416355684,26803.5332483478 -369,0,47829.1416355684,26803.5332483478 -370,0,47829.1416355684,26803.5332483478 -371,0,47829.1416355684,26803.5332483478 -372,0,47829.1416355684,26803.5332483478 -373,0,47829.1416355684,26803.5332483478 -374,0,47829.1416355684,26803.5332483478 -375,0,47829.1416355684,26803.5332483478 -376,0,47829.1416355684,26803.5332483478 -377,0,47829.1416355684,26803.5332483478 -378,0,47829.1416355684,26803.5332483478 -379,0,47829.1416355684,26803.5332483478 -380,0,47829.1416355684,26803.5332483478 -381,0,47829.1416355684,26803.5332483478 -382,0,47829.1416355684,26803.5332483478 -383,0,47829.1416355684,26803.5332483478 -384,0,47829.1416355684,26803.5332483478 -385,0,47829.1416355684,26803.5332483478 -386,0,47829.1416355684,26803.5332483478 -387,0,47829.1416355684,26803.5332483478 -388,0,47829.1416355684,26803.5332483478 -389,0,47829.1416355684,26803.5332483478 -390,0,47829.1416355684,26803.5332483478 -391,0,47829.1416355684,26803.5332483478 -392,0,47829.1416355684,26803.5332483478 -393,0,47829.1416355684,26803.5332483478 -394,0,47829.1416355684,26803.5332483478 -395,0,47829.1416355684,26803.5332483478 -396,0,47829.1416355684,26803.5332483478 -397,0,47829.1416355684,26803.5332483478 -398,0,47829.1416355684,26803.5332483478 -399,0,47829.1416355684,26803.5332483478 -400,0,47829.1416355684,26803.5332483478 -401,0,47829.1416355684,26803.5332483478 -402,0,47829.1416355684,26803.5332483478 -403,0,47829.1416355684,26803.5332483478 -404,0,47829.1416355684,26803.5332483478 -405,0,47829.1416355684,26803.5332483478 -406,0,47829.1416355684,26803.5332483478 -407,0,47829.1416355684,26803.5332483478 -408,0,47829.1416355684,26803.5332483478 -409,0,47829.1416355684,26803.5332483478 -410,0,47829.1416355684,26803.5332483478 -411,0,47829.1416355684,26803.5332483478 -412,0,47829.1416355684,26803.5332483478 -413,0,47829.1416355684,26803.5332483478 -414,0,47829.1416355684,26803.5332483478 -415,0,47829.1416355684,26803.5332483478 -416,0,47829.1416355684,26803.5332483478 -417,0,47829.1416355684,26803.5332483478 -418,0,47829.1416355684,26803.5332483478 -419,0,47829.1416355684,26803.5332483478 -420,0,47829.1416355684,26803.5332483478 -421,0,47829.1416355684,26803.5332483478 -422,0,47829.1416355684,26803.5332483478 -423,0,47829.1416355684,26803.5332483478 -424,0,47829.1416355684,26803.5332483478 -425,0,47829.1416355684,26803.5332483478 -426,0,47829.1416355684,26803.5332483478 -427,0,47829.1416355684,26803.5332483478 -428,0,47829.1416355684,26803.5332483478 -429,0,47829.1416355684,26803.5332483478 -430,0,47829.1416355684,26803.5332483478 -431,0,47829.1416355684,26803.5332483478 -432,0,47829.1416355684,26803.5332483478 -433,0,47829.1416355684,26803.5332483478 -434,0,47829.1416355684,26803.5332483478 -435,0,47829.1416355684,26803.5332483478 -436,0,47829.1416355684,26803.5332483478 -437,0,47829.1416355684,26803.5332483478 -438,0,47829.1416355684,26803.5332483478 -439,0,47829.1416355684,26803.5332483478 -440,0,47829.1416355684,26803.5332483478 -441,0,47829.1416355684,26803.5332483478 -442,0,47829.1416355684,26803.5332483478 -443,0,47829.1416355684,26803.5332483478 -444,0,47829.1416355684,26803.5332483478 -445,0,47829.1416355684,26803.5332483478 -446,0,47829.1416355684,26803.5332483478 -447,0,47829.1416355684,26803.5332483478 -448,0,47829.1416355684,26803.5332483478 -449,0,47829.1416355684,26803.5332483478 -450,0,47829.1416355684,26803.5332483478 -451,0,47829.1416355684,26803.5332483478 -452,0,47829.1416355684,26803.5332483478 -453,0,47829.1416355684,26803.5332483478 -454,0,47829.1416355684,26803.5332483478 -455,0,47829.1416355684,26803.5332483478 -456,0,47829.1416355684,26803.5332483478 -457,0,47829.1416355684,26803.5332483478 -458,0,47829.1416355684,26803.5332483478 -459,0,47829.1416355684,26803.5332483478 -460,0,47829.1416355684,26803.5332483478 -461,0,47829.1416355684,26803.5332483478 -462,0,47829.1416355684,26803.5332483478 -463,0,47829.1416355684,26803.5332483478 -464,0,47829.1416355684,26803.5332483478 -465,0,47829.1416355684,26803.5332483478 -466,0,47829.1416355684,26803.5332483478 -467,0,47829.1416355684,26803.5332483478 -468,0,47829.1416355684,26803.5332483478 -469,0,47829.1416355684,26803.5332483478 -470,0,47829.1416355684,26803.5332483478 -471,0,47829.1416355684,26803.5332483478 -472,0,47829.1416355684,26803.5332483478 -473,0,47829.1416355684,26803.5332483478 -474,0,47829.1416355684,26803.5332483478 -475,0,47829.1416355684,26803.5332483478 -476,0,47829.1416355684,26803.5332483478 -477,0,47829.1416355684,26803.5332483478 -478,0,47829.1416355684,26803.5332483478 -479,0,47829.1416355684,26803.5332483478 -480,0,47829.1416355684,26803.5332483478 -481,0,47829.1416355684,26803.5332483478 -482,0,47829.1416355684,26803.5332483478 -483,0,47829.1416355684,26803.5332483478 -484,0,47829.1416355684,26803.5332483478 -485,0,47829.1416355684,26803.5332483478 -486,0,47829.1416355684,26803.5332483478 -487,0,47829.1416355684,26803.5332483478 -488,0,47829.1416355684,26803.5332483478 -489,0,47829.1416355684,26803.5332483478 -490,0,47829.1416355684,26803.5332483478 -491,0,47829.1416355684,26803.5332483478 -492,0,47829.1416355684,26803.5332483478 -493,0,47829.1416355684,26803.5332483478 -494,0,47829.1416355684,26803.5332483478 -495,0,47829.1416355684,26803.5332483478 -496,0,47829.1416355684,26803.5332483478 -497,0,47829.1416355684,26803.5332483478 -498,0,47829.1416355684,26803.5332483478 -499,0,47829.1416355684,26803.5332483478 -500,0,47829.1416355684,26803.5332483478 -501,0,47829.1416355684,26803.5332483478 -502,0,47829.1416355684,26803.5332483478 -503,0,47829.1416355684,26803.5332483478 -504,0,47829.1416355684,26803.5332483478 -505,0,47829.1416355684,26803.5332483478 -506,0,47829.1416355684,26803.5332483478 -507,0,47829.1416355684,26803.5332483478 -508,0,47829.1416355684,26803.5332483478 -509,0,47829.1416355684,26803.5332483478 -510,0,47829.1416355684,26803.5332483478 -511,0,47829.1416355684,26803.5332483478 -512,0,47829.1416355684,26803.5332483478 -513,0,47829.1416355684,26803.5332483478 -514,0,47829.1416355684,26803.5332483478 -515,0,47829.1416355684,26803.5332483478 -516,0,47829.1416355684,26803.5332483478 -517,0,47829.1416355684,26803.5332483478 -518,0,47829.1416355684,26803.5332483478 -519,0,47829.1416355684,26803.5332483478 -520,0,47829.1416355684,26803.5332483478 -521,0,47829.1416355684,26803.5332483478 -522,0,47829.1416355684,26803.5332483478 -523,0,47829.1416355684,26803.5332483478 -524,0,47829.1416355684,26803.5332483478 -525,0,47829.1416355684,26803.5332483478 -526,0,47829.1416355684,26803.5332483478 -527,0,47829.1416355684,26803.5332483478 -528,0,47829.1416355684,26803.5332483478 -529,0,47829.1416355684,26803.5332483478 -530,0,47829.1416355684,26803.5332483478 -531,0,47829.1416355684,26803.5332483478 -532,0,47829.1416355684,26803.5332483478 -533,0,47829.1416355684,26803.5332483478 -534,0,47829.1416355684,26803.5332483478 -535,0,47829.1416355684,26803.5332483478 -536,0,47829.1416355684,26803.5332483478 -537,0,47829.1416355684,26803.5332483478 -538,0,47829.1416355684,26803.5332483478 -539,0,47829.1416355684,26803.5332483478 -540,0,47829.1416355684,26803.5332483478 -541,0,47829.1416355684,26803.5332483478 -542,0,47829.1416355684,26803.5332483478 -543,0,47829.1416355684,26803.5332483478 -544,0,47829.1416355684,26803.5332483478 -545,0,47829.1416355684,26803.5332483478 -546,0,47829.1416355684,26803.5332483478 -547,0,47829.1416355684,26803.5332483478 -548,0,47829.1416355684,26803.5332483478 -549,0,47829.1416355684,26803.5332483478 -550,0,47829.1416355684,26803.5332483478 -551,0,47829.1416355684,26803.5332483478 -552,0,47829.1416355684,26803.5332483478 -553,0,47829.1416355684,26803.5332483478 -554,0,47829.1416355684,26803.5332483478 -555,0,47829.1416355684,26803.5332483478 -556,0,47829.1416355684,26803.5332483478 -557,0,47829.1416355684,26803.5332483478 -558,0,47829.1416355684,26803.5332483478 -559,0,47829.1416355684,26803.5332483478 -560,0,47829.1416355684,26803.5332483478 -561,0,47829.1416355684,26803.5332483478 -562,0,47829.1416355684,26803.5332483478 -563,0,47829.1416355684,26803.5332483478 -564,0,47829.1416355684,26803.5332483478 -565,0,47829.1416355684,26803.5332483478 -566,0,47829.1416355684,26803.5332483478 -567,0,47829.1416355684,26803.5332483478 -568,0,47829.1416355684,26803.5332483478 -569,0,47829.1416355684,26803.5332483478 -570,0,47829.1416355684,26803.5332483478 -571,0,47829.1416355684,26803.5332483478 -572,0,47829.1416355684,26803.5332483478 -573,0,47829.1416355684,26803.5332483478 -574,0,47829.1416355684,26803.5332483478 -575,0,47829.1416355684,26803.5332483478 -576,0,47829.1416355684,26803.5332483478 -577,0,47829.1416355684,26803.5332483478 -578,0,47829.1416355684,26803.5332483478 -579,0,47829.1416355684,26803.5332483478 -580,0,47829.1416355684,26803.5332483478 -581,0,47829.1416355684,26803.5332483478 -582,0,47829.1416355684,26803.5332483478 -583,0,47829.1416355684,26803.5332483478 -584,0,47829.1416355684,26803.5332483478 -585,0,47829.1416355684,26803.5332483478 -586,0,47829.1416355684,26803.5332483478 -587,0,47829.1416355684,26803.5332483478 -588,0,47829.1416355684,26803.5332483478 -589,0,47829.1416355684,26803.5332483478 -590,0,47829.1416355684,26803.5332483478 -591,0,47829.1416355684,26803.5332483478 -592,0,47829.1416355684,26803.5332483478 -593,0,47829.1416355684,26803.5332483478 -594,0,47829.1416355684,26803.5332483478 -595,0,47829.1416355684,26803.5332483478 -596,0,47829.1416355684,26803.5332483478 -597,0,47829.1416355684,26803.5332483478 -598,0,47829.1416355684,26803.5332483478 -599,0,47829.1416355684,26803.5332483478 -600,0,47829.1416355684,26803.5332483478 -601,0,47829.1416355684,26803.5332483478 -602,0,47829.1416355684,26803.5332483478 -603,0,47829.1416355684,26803.5332483478 -604,0,47829.1416355684,26803.5332483478 -605,0,47829.1416355684,26803.5332483478 -606,0,47829.1416355684,26803.5332483478 -607,0,47829.1416355684,26803.5332483478 -608,0,47829.1416355684,26803.5332483478 -609,0,47829.1416355684,26803.5332483478 -610,0,47829.1416355684,26803.5332483478 -611,0,47829.1416355684,26803.5332483478 -612,0,47829.1416355684,26803.5332483478 -613,0,47829.1416355684,26803.5332483478 -614,0,47829.1416355684,26803.5332483478 -615,0,47829.1416355684,26803.5332483478 -616,0,47829.1416355684,26803.5332483478 -617,0,47829.1416355684,26803.5332483478 -618,0,47829.1416355684,26803.5332483478 -619,0,47829.1416355684,26803.5332483478 -620,0,47829.1416355684,26803.5332483478 -621,0,47829.1416355684,26803.5332483478 -622,0,47829.1416355684,26803.5332483478 -623,0,47829.1416355684,26803.5332483478 -624,0,47829.1416355684,26803.5332483478 -625,0,47829.1416355684,26803.5332483478 -626,0,47829.1416355684,26803.5332483478 -627,0,47829.1416355684,26803.5332483478 -628,0,47829.1416355684,26803.5332483478 -629,0,47829.1416355684,26803.5332483478 -630,0,47829.1416355684,26803.5332483478 -631,0,47829.1416355684,26803.5332483478 -632,0,47829.1416355684,26803.5332483478 -633,0,47829.1416355684,26803.5332483478 -634,0,47829.1416355684,26803.5332483478 -635,0,47829.1416355684,26803.5332483478 -636,0,47829.1416355684,26803.5332483478 -637,0,47829.1416355684,26803.5332483478 -638,0,47829.1416355684,26803.5332483478 -639,0,47829.1416355684,26803.5332483478 -640,0,47829.1416355684,26803.5332483478 -641,0,47829.1416355684,26803.5332483478 -642,0,47829.1416355684,26803.5332483478 -643,0,47829.1416355684,26803.5332483478 -644,0,47829.1416355684,26803.5332483478 -645,0,47829.1416355684,26803.5332483478 -646,0,47829.1416355684,26803.5332483478 -647,0,47829.1416355684,26803.5332483478 -648,0,47829.1416355684,26803.5332483478 -649,0,47829.1416355684,26803.5332483478 -650,0,47829.1416355684,26803.5332483478 -651,0,47829.1416355684,26803.5332483478 -652,0,47829.1416355684,26803.5332483478 -653,0,47829.1416355684,26803.5332483478 -654,0,47829.1416355684,26803.5332483478 -655,0,47829.1416355684,26803.5332483478 -656,0,47829.1416355684,26803.5332483478 -657,0,47829.1416355684,26803.5332483478 -658,0,47829.1416355684,26803.5332483478 -659,0,47829.1416355684,26803.5332483478 -660,0,47829.1416355684,26803.5332483478 -661,0,47829.1416355684,26803.5332483478 -662,0,47829.1416355684,26803.5332483478 -663,0,47829.1416355684,26803.5332483478 -664,0,47829.1416355684,26803.5332483478 -665,0,47829.1416355684,26803.5332483478 -666,0,47829.1416355684,26803.5332483478 -667,0,47829.1416355684,26803.5332483478 -668,0,47829.1416355684,26803.5332483478 -669,0,47829.1416355684,26803.5332483478 -670,0,47829.1416355684,26803.5332483478 -671,0,47829.1416355684,26803.5332483478 -672,0,47829.1416355684,26803.5332483478 -673,0,47829.1416355684,26803.5332483478 -674,0,47829.1416355684,26803.5332483478 -675,0,47829.1416355684,26803.5332483478 -676,0,47829.1416355684,26803.5332483478 -677,0,47829.1416355684,26803.5332483478 -678,0,47829.1416355684,26803.5332483478 -679,0,47829.1416355684,26803.5332483478 -680,0,47829.1416355684,26803.5332483478 -681,0,47829.1416355684,26803.5332483478 -682,0,47829.1416355684,26803.5332483478 -683,0,47829.1416355684,26803.5332483478 -684,0,47829.1416355684,26803.5332483478 -685,0,47829.1416355684,26803.5332483478 -686,0,47829.1416355684,26803.5332483478 -687,0,47829.1416355684,26803.5332483478 -688,0,47829.1416355684,26803.5332483478 -689,0,47829.1416355684,26803.5332483478 -690,0,47829.1416355684,26803.5332483478 -691,0,47829.1416355684,26803.5332483478 -692,0,47829.1416355684,26803.5332483478 -693,0,47829.1416355684,26803.5332483478 -694,0,47829.1416355684,26803.5332483478 -695,0,47829.1416355684,26803.5332483478 -696,0,47829.1416355684,26803.5332483478 -697,0,47829.1416355684,26803.5332483478 -698,0,47829.1416355684,26803.5332483478 -699,0,47829.1416355684,26803.5332483478 -700,0,47829.1416355684,26803.5332483478 -701,0,47829.1416355684,26803.5332483478 -702,0,47829.1416355684,26803.5332483478 -703,0,47829.1416355684,26803.5332483478 -704,0,47829.1416355684,26803.5332483478 -705,0,47829.1416355684,26803.5332483478 -706,0,47829.1416355684,26803.5332483478 -707,0,47829.1416355684,26803.5332483478 -708,0,47829.1416355684,26803.5332483478 -709,0,47829.1416355684,26803.5332483478 -710,0,47829.1416355684,26803.5332483478 -711,0,47829.1416355684,26803.5332483478 -712,0,47829.1416355684,26803.5332483478 -713,0,47829.1416355684,26803.5332483478 -714,0,47829.1416355684,26803.5332483478 -715,0,47829.1416355684,26803.5332483478 -716,0,47829.1416355684,26803.5332483478 -717,0,47829.1416355684,26803.5332483478 -718,0,47829.1416355684,26803.5332483478 -719,0,47829.1416355684,26803.5332483478 -720,0,47829.1416355684,26803.5332483478 -721,0,47829.1416355684,26803.5332483478 -722,0,47829.1416355684,26803.5332483478 -723,0,47829.1416355684,26803.5332483478 -724,0,47829.1416355684,26803.5332483478 -725,0,47829.1416355684,26803.5332483478 -726,0,47829.1416355684,26803.5332483478 -727,0,47829.1416355684,26803.5332483478 -728,0,47829.1416355684,26803.5332483478 -729,0,47829.1416355684,26803.5332483478 -730,0,47829.1416355684,26803.5332483478 -731,0,47829.1416355684,26803.5332483478 -732,0,47829.1416355684,26803.5332483478 -733,0,47829.1416355684,26803.5332483478 -734,0,47829.1416355684,26803.5332483478 -735,0,47829.1416355684,26803.5332483478 -736,0,47829.1416355684,26803.5332483478 -737,0,47829.1416355684,26803.5332483478 -738,0,47829.1416355684,26803.5332483478 -739,0,47829.1416355684,26803.5332483478 -740,0,47829.1416355684,26803.5332483478 -741,0,47829.1416355684,26803.5332483478 -742,0,47829.1416355684,26803.5332483478 -743,0,47829.1416355684,26803.5332483478 -744,0,47829.1416355684,26803.5332483478 -745,0,47829.1416355684,26803.5332483478 -746,0,47829.1416355684,26803.5332483478 -747,0,47829.1416355684,26803.5332483478 -748,0,47829.1416355684,26803.5332483478 -749,0,47829.1416355684,26803.5332483478 -750,0,47829.1416355684,26803.5332483478 -751,0,47829.1416355684,26803.5332483478 -752,0,47829.1416355684,26803.5332483478 -753,0,47829.1416355684,26803.5332483478 -754,0,47829.1416355684,26803.5332483478 -755,0,47829.1416355684,26803.5332483478 -756,0,47829.1416355684,26803.5332483478 -757,0,47829.1416355684,26803.5332483478 -758,0,47829.1416355684,26803.5332483478 -759,0,47829.1416355684,26803.5332483478 -760,0,47829.1416355684,26803.5332483478 -761,0,47829.1416355684,26803.5332483478 -762,0,47829.1416355684,26803.5332483478 -763,0,47829.1416355684,26803.5332483478 -764,0,47829.1416355684,26803.5332483478 -765,0,47829.1416355684,26803.5332483478 -766,0,47829.1416355684,26803.5332483478 -767,0,47829.1416355684,26803.5332483478 -768,0,47829.1416355684,26803.5332483478 -769,0,47829.1416355684,26803.5332483478 -770,0,47829.1416355684,26803.5332483478 -771,0,47829.1416355684,26803.5332483478 -772,0,47829.1416355684,26803.5332483478 -773,0,47829.1416355684,26803.5332483478 -774,0,47829.1416355684,26803.5332483478 -775,0,47829.1416355684,26803.5332483478 -776,0,47829.1416355684,26803.5332483478 -777,0,47829.1416355684,26803.5332483478 -778,0,47829.1416355684,26803.5332483478 -779,0,47829.1416355684,26803.5332483478 -780,0,47829.1416355684,26803.5332483478 -781,0,47829.1416355684,26803.5332483478 -782,0,47829.1416355684,26803.5332483478 -783,0,47829.1416355684,26803.5332483478 -784,0,47829.1416355684,26803.5332483478 -785,0,47829.1416355684,26803.5332483478 -786,0,47829.1416355684,26803.5332483478 -787,0,47829.1416355684,26803.5332483478 -788,0,47829.1416355684,26803.5332483478 -789,0,47829.1416355684,26803.5332483478 -790,0,47829.1416355684,26803.5332483478 -791,0,47829.1416355684,26803.5332483478 -792,0,47829.1416355684,26803.5332483478 -793,0,47829.1416355684,26803.5332483478 -794,0,47829.1416355684,26803.5332483478 -795,0,47829.1416355684,26803.5332483478 -796,0,47829.1416355684,26803.5332483478 -797,0,47829.1416355684,26803.5332483478 -798,0,47829.1416355684,26803.5332483478 -799,0,47829.1416355684,26803.5332483478 -800,0,47829.1416355684,26803.5332483478 -801,0,47829.1416355684,26803.5332483478 -802,0,47829.1416355684,26803.5332483478 -803,0,47829.1416355684,26803.5332483478 -804,0,47829.1416355684,26803.5332483478 -805,0,47829.1416355684,26803.5332483478 -806,0,47829.1416355684,26803.5332483478 -807,0,47829.1416355684,26803.5332483478 -808,0,47829.1416355684,26803.5332483478 -809,0,47829.1416355684,26803.5332483478 -810,0,47829.1416355684,26803.5332483478 -811,0,47829.1416355684,26803.5332483478 -812,0,47829.1416355684,26803.5332483478 -813,0,47829.1416355684,26803.5332483478 -814,0,47829.1416355684,26803.5332483478 -815,0,47829.1416355684,26803.5332483478 -816,0,47829.1416355684,26803.5332483478 -817,0,47829.1416355684,26803.5332483478 -818,0,47829.1416355684,26803.5332483478 -819,0,47829.1416355684,26803.5332483478 -820,0,47829.1416355684,26803.5332483478 -821,0,47829.1416355684,26803.5332483478 -822,0,47829.1416355684,26803.5332483478 -823,0,47829.1416355684,26803.5332483478 -824,0,47829.1416355684,26803.5332483478 -825,0,47829.1416355684,26803.5332483478 -826,0,47829.1416355684,26803.5332483478 -827,0,47829.1416355684,26803.5332483478 -828,0,47829.1416355684,26803.5332483478 -829,0,47829.1416355684,26803.5332483478 -830,0,47829.1416355684,26803.5332483478 -831,0,47829.1416355684,26803.5332483478 -832,0,47829.1416355684,26803.5332483478 -833,0,47829.1416355684,26803.5332483478 -834,0,47829.1416355684,26803.5332483478 -835,0,47829.1416355684,26803.5332483478 -836,0,47829.1416355684,26803.5332483478 -837,0,47829.1416355684,26803.5332483478 -838,0,47829.1416355684,26803.5332483478 -839,0,47829.1416355684,26803.5332483478 -840,0,47829.1416355684,26803.5332483478 -841,0,47829.1416355684,26803.5332483478 -842,0,47829.1416355684,26803.5332483478 -843,0,47829.1416355684,26803.5332483478 -844,0,47829.1416355684,26803.5332483478 -845,0,47829.1416355684,26803.5332483478 -846,0,47829.1416355684,26803.5332483478 -847,0,47829.1416355684,26803.5332483478 -848,0,47829.1416355684,26803.5332483478 -849,0,47829.1416355684,26803.5332483478 -850,0,47829.1416355684,26803.5332483478 -851,0,47829.1416355684,26803.5332483478 -852,0,47829.1416355684,26803.5332483478 -853,0,47829.1416355684,26803.5332483478 -854,0,47829.1416355684,26803.5332483478 -855,0,47829.1416355684,26803.5332483478 -856,0,47829.1416355684,26803.5332483478 -857,0,47829.1416355684,26803.5332483478 -858,0,47829.1416355684,26803.5332483478 -859,0,47829.1416355684,26803.5332483478 -860,0,47829.1416355684,26803.5332483478 -861,0,47829.1416355684,26803.5332483478 -862,0,47829.1416355684,26803.5332483478 -863,0,47829.1416355684,26803.5332483478 -864,0,47829.1416355684,26803.5332483478 -865,0,47829.1416355684,26803.5332483478 -866,0,47829.1416355684,26803.5332483478 -867,0,47829.1416355684,26803.5332483478 -868,0,47829.1416355684,26803.5332483478 -869,0,47829.1416355684,26803.5332483478 -870,0,47829.1416355684,26803.5332483478 -871,0,47829.1416355684,26803.5332483478 -872,0,47829.1416355684,26803.5332483478 -873,0,47829.1416355684,26803.5332483478 -874,0,47829.1416355684,26803.5332483478 -875,0,47829.1416355684,26803.5332483478 -876,0,47829.1416355684,26803.5332483478 -877,0,47829.1416355684,26803.5332483478 -878,0,47829.1416355684,26803.5332483478 -879,0,47829.1416355684,26803.5332483478 -880,0,47829.1416355684,26803.5332483478 -881,0,47829.1416355684,26803.5332483478 -882,0,47829.1416355684,26803.5332483478 -883,0,47829.1416355684,26803.5332483478 -884,0,47829.1416355684,26803.5332483478 -885,0,47829.1416355684,26803.5332483478 -886,0,47829.1416355684,26803.5332483478 -887,0,47829.1416355684,26803.5332483478 -888,0,47829.1416355684,26803.5332483478 -889,0,47829.1416355684,26803.5332483478 -890,0,47829.1416355684,26803.5332483478 -891,0,47829.1416355684,26803.5332483478 -892,0,47829.1416355684,26803.5332483478 -893,0,47829.1416355684,26803.5332483478 -894,0,47829.1416355684,26803.5332483478 -895,0,47829.1416355684,26803.5332483478 -896,0,47829.1416355684,26803.5332483478 -897,0,47829.1416355684,26803.5332483478 -898,0,47829.1416355684,26803.5332483478 -899,0,47829.1416355684,26803.5332483478 -900,0,47829.1416355684,26803.5332483478 -901,0,47829.1416355684,26803.5332483478 -902,0,47829.1416355684,26803.5332483478 -903,0,47829.1416355684,26803.5332483478 -904,0,47829.1416355684,26803.5332483478 -905,0,47829.1416355684,26803.5332483478 -906,0,47829.1416355684,26803.5332483478 -907,0,47829.1416355684,26803.5332483478 -908,0,47829.1416355684,26803.5332483478 -909,0,47829.1416355684,26803.5332483478 -910,0,47829.1416355684,26803.5332483478 -911,0,47829.1416355684,26803.5332483478 -912,0,47829.1416355684,26803.5332483478 -913,0,47829.1416355684,26803.5332483478 -914,0,47829.1416355684,26803.5332483478 -915,0,47829.1416355684,26803.5332483478 -916,0,47829.1416355684,26803.5332483478 -917,0,47829.1416355684,26803.5332483478 -918,0,47829.1416355684,26803.5332483478 -919,0,47829.1416355684,26803.5332483478 -920,0,47829.1416355684,26803.5332483478 -921,0,47829.1416355684,26803.5332483478 -922,0,47829.1416355684,26803.5332483478 -923,0,47829.1416355684,26803.5332483478 -924,0,47829.1416355684,26803.5332483478 -925,0,47829.1416355684,26803.5332483478 -926,0,47829.1416355684,26803.5332483478 -927,0,47829.1416355684,26803.5332483478 -928,0,47829.1416355684,26803.5332483478 -929,0,47829.1416355684,26803.5332483478 -930,0,47829.1416355684,26803.5332483478 -931,0,47829.1416355684,26803.5332483478 -932,0,47829.1416355684,26803.5332483478 -933,0,47829.1416355684,26803.5332483478 -934,0,47829.1416355684,26803.5332483478 -935,0,47829.1416355684,26803.5332483478 -936,0,47829.1416355684,26803.5332483478 -937,0,47829.1416355684,26803.5332483478 -938,0,47829.1416355684,26803.5332483478 -939,0,47829.1416355684,26803.5332483478 -940,0,47829.1416355684,26803.5332483478 -941,0,47829.1416355684,26803.5332483478 -942,0,47829.1416355684,26803.5332483478 -943,0,47829.1416355684,26803.5332483478 -944,0,47829.1416355684,26803.5332483478 -945,0,47829.1416355684,26803.5332483478 -946,0,47829.1416355684,26803.5332483478 -947,0,47829.1416355684,26803.5332483478 -948,0,47829.1416355684,26803.5332483478 -949,0,47829.1416355684,26803.5332483478 -950,0,47829.1416355684,26803.5332483478 -951,0,47829.1416355684,26803.5332483478 -952,0,47829.1416355684,26803.5332483478 -953,0,47829.1416355684,26803.5332483478 -954,0,47829.1416355684,26803.5332483478 -955,0,47829.1416355684,26803.5332483478 -956,0,47829.1416355684,26803.5332483478 -957,0,47829.1416355684,26803.5332483478 -958,0,47829.1416355684,26803.5332483478 -959,0,47829.1416355684,26803.5332483478 -960,0,47829.1416355684,26803.5332483478 -961,0,47829.1416355684,26803.5332483478 -962,0,47829.1416355684,26803.5332483478 -963,0,47829.1416355684,26803.5332483478 -964,0,47829.1416355684,26803.5332483478 -965,0,47829.1416355684,26803.5332483478 -966,0,47829.1416355684,26803.5332483478 -967,0,47829.1416355684,26803.5332483478 -968,0,47829.1416355684,26803.5332483478 -969,0,47829.1416355684,26803.5332483478 -970,0,47829.1416355684,26803.5332483478 -971,0,47829.1416355684,26803.5332483478 -972,0,47829.1416355684,26803.5332483478 -973,0,47829.1416355684,26803.5332483478 -974,0,47829.1416355684,26803.5332483478 -975,0,47829.1416355684,26803.5332483478 -976,0,47829.1416355684,26803.5332483478 -977,0,47829.1416355684,26803.5332483478 -978,0,47829.1416355684,26803.5332483478 -979,0,47829.1416355684,26803.5332483478 -980,0,47829.1416355684,26803.5332483478 -981,0,47829.1416355684,26803.5332483478 -982,0,47829.1416355684,26803.5332483478 -983,0,47829.1416355684,26803.5332483478 -984,0,47829.1416355684,26803.5332483478 -985,0,47829.1416355684,26803.5332483478 -986,0,47829.1416355684,26803.5332483478 -987,0,47829.1416355684,26803.5332483478 -988,0,47829.1416355684,26803.5332483478 -989,0,47829.1416355684,26803.5332483478 -990,0,47829.1416355684,26803.5332483478 -991,0,47829.1416355684,26803.5332483478 -992,0,47829.1416355684,26803.5332483478 -993,0,47829.1416355684,26803.5332483478 -994,0,47829.1416355684,26803.5332483478 -995,0,47829.1416355684,26803.5332483478 -996,0,47829.1416355684,26803.5332483478 -997,0,47829.1416355684,26803.5332483478 -998,0,47829.1416355684,26803.5332483478 -999,0,47829.1416355684,26803.5332483478 -1000,0,47829.1416355684,26803.5332483478 -1001,0,47829.1416355684,26803.5332483478 -1002,0,47829.1416355684,26803.5332483478 -1003,0,47829.1416355684,26803.5332483478 -1004,0,47829.1416355684,26803.5332483478 -1005,0,47829.1416355684,26803.5332483478 -1006,0,47829.1416355684,26803.5332483478 -1007,0,47829.1416355684,26803.5332483478 -1008,0,47829.1416355684,26803.5332483478 -1009,0,47829.1416355684,26803.5332483478 -1010,0,47829.1416355684,26803.5332483478 -1011,0,47829.1416355684,26803.5332483478 -1012,0,47829.1416355684,26803.5332483478 -1013,0,47829.1416355684,26803.5332483478 -1014,0,47829.1416355684,26803.5332483478 -1015,0,47829.1416355684,26803.5332483478 -1016,0,47829.1416355684,26803.5332483478 -1017,0,47829.1416355684,26803.5332483478 -1018,0,47829.1416355684,26803.5332483478 -1019,0,47829.1416355684,26803.5332483478 -1020,0,47829.1416355684,26803.5332483478 -1021,0,47829.1416355684,26803.5332483478 -1022,0,47829.1416355684,26803.5332483478 -1023,0,47829.1416355684,26803.5332483478 -1024,0,47829.1416355684,26803.5332483478 -1025,0,47829.1416355684,26803.5332483478 -1026,0,47829.1416355684,26803.5332483478 -1027,0,47829.1416355684,26803.5332483478 -1028,0,47829.1416355684,26803.5332483478 -1029,0,47829.1416355684,26803.5332483478 -1030,0,47829.1416355684,26803.5332483478 -1031,0,47829.1416355684,26803.5332483478 -1032,0,47829.1416355684,26803.5332483478 -1033,0,47829.1416355684,26803.5332483478 -1034,0,47829.1416355684,26803.5332483478 -1035,0,47829.1416355684,26803.5332483478 -1036,0,47829.1416355684,26803.5332483478 -1037,0,47829.1416355684,26803.5332483478 -1038,0,47829.1416355684,26803.5332483478 -1039,0,47829.1416355684,26803.5332483478 -1040,0,47829.1416355684,26803.5332483478 -1041,0,47829.1416355684,26803.5332483478 -1042,0,47829.1416355684,26803.5332483478 -1043,0,47829.1416355684,26803.5332483478 -1044,0,47829.1416355684,26803.5332483478 -1045,0,47829.1416355684,26803.5332483478 -1046,0,47829.1416355684,26803.5332483478 -1047,0,47829.1416355684,26803.5332483478 -1048,0,47829.1416355684,26803.5332483478 -1049,0,47829.1416355684,26803.5332483478 -1050,0,47829.1416355684,26803.5332483478 -1051,0,47829.1416355684,26803.5332483478 -1052,0,47829.1416355684,26803.5332483478 -1053,0,47829.1416355684,26803.5332483478 -1054,0,47829.1416355684,26803.5332483478 -1055,0,47829.1416355684,26803.5332483478 -1056,0,47829.1416355684,26803.5332483478 -1057,0,47829.1416355684,26803.5332483478 -1058,0,47829.1416355684,26803.5332483478 -1059,0,47829.1416355684,26803.5332483478 -1060,0,47829.1416355684,26803.5332483478 -1061,0,47829.1416355684,26803.5332483478 -1062,0,47829.1416355684,26803.5332483478 -1063,0,47829.1416355684,26803.5332483478 -1064,0,47829.1416355684,26803.5332483478 -1065,0,47829.1416355684,26803.5332483478 -1066,0,47829.1416355684,26803.5332483478 -1067,0,47829.1416355684,26803.5332483478 -1068,0,47829.1416355684,26803.5332483478 -1069,0,47829.1416355684,26803.5332483478 -1070,0,47829.1416355684,26803.5332483478 -1071,0,47829.1416355684,26803.5332483478 -1072,0,47829.1416355684,26803.5332483478 -1073,0,47829.1416355684,26803.5332483478 -1074,0,47829.1416355684,26803.5332483478 -1075,0,47829.1416355684,26803.5332483478 -1076,0,47829.1416355684,26803.5332483478 -1077,0,47829.1416355684,26803.5332483478 -1078,0,47829.1416355684,26803.5332483478 -1079,0,47829.1416355684,26803.5332483478 -1080,0,47829.1416355684,26803.5332483478 -1081,0,47829.1416355684,26803.5332483478 -1082,0,47829.1416355684,26803.5332483478 -1083,0,47829.1416355684,26803.5332483478 -1084,0,47829.1416355684,26803.5332483478 -1085,0,47829.1416355684,26803.5332483478 -1086,0,47829.1416355684,26803.5332483478 -1087,0,47829.1416355684,26803.5332483478 -1088,0,47829.1416355684,26803.5332483478 -1089,0,47829.1416355684,26803.5332483478 -1090,0,47829.1416355684,26803.5332483478 -1091,0,47829.1416355684,26803.5332483478 -1092,0,47829.1416355684,26803.5332483478 -1093,0,47829.1416355684,26803.5332483478 -1094,0,47829.1416355684,26803.5332483478 -1095,0,47829.1416355684,26803.5332483478 -1096,0,47829.1416355684,26803.5332483478 -1097,0,47829.1416355684,26803.5332483478 -1098,0,47829.1416355684,26803.5332483478 -1099,0,47829.1416355684,26803.5332483478 -1100,0,47829.1416355684,26803.5332483478 -1101,0,47829.1416355684,26803.5332483478 -1102,0,47829.1416355684,26803.5332483478 -1103,0,47829.1416355684,26803.5332483478 -1104,0,47829.1416355684,26803.5332483478 -1105,0,47829.1416355684,26803.5332483478 -1106,0,47829.1416355684,26803.5332483478 -1107,0,47829.1416355684,26803.5332483478 -1108,0,47829.1416355684,26803.5332483478 -1109,0,47829.1416355684,26803.5332483478 -1110,0,47829.1416355684,26803.5332483478 -1111,0,47829.1416355684,26803.5332483478 -1112,0,47829.1416355684,26803.5332483478 -1113,0,47829.1416355684,26803.5332483478 -1114,0,47829.1416355684,26803.5332483478 -1115,0,47829.1416355684,26803.5332483478 -1116,0,47829.1416355684,26803.5332483478 -1117,0,47829.1416355684,26803.5332483478 -1118,0,47829.1416355684,26803.5332483478 -1119,0,47829.1416355684,26803.5332483478 -1120,0,47829.1416355684,26803.5332483478 -1121,0,47829.1416355684,26803.5332483478 -1122,0,47829.1416355684,26803.5332483478 -1123,0,47829.1416355684,26803.5332483478 -1124,0,47829.1416355684,26803.5332483478 -1125,0,47829.1416355684,26803.5332483478 -1126,0,47829.1416355684,26803.5332483478 -1127,0,47829.1416355684,26803.5332483478 -1128,0,47829.1416355684,26803.5332483478 -1129,0,47829.1416355684,26803.5332483478 -1130,0,47829.1416355684,26803.5332483478 -1131,0,47829.1416355684,26803.5332483478 -1132,0,47829.1416355684,26803.5332483478 -1133,0,47829.1416355684,26803.5332483478 -1134,0,47829.1416355684,26803.5332483478 -1135,0,47829.1416355684,26803.5332483478 -1136,0,47829.1416355684,26803.5332483478 -1137,0,47829.1416355684,26803.5332483478 -1138,0,47829.1416355684,26803.5332483478 -1139,0,47829.1416355684,26803.5332483478 -1140,0,47829.1416355684,26803.5332483478 -1141,0,47829.1416355684,26803.5332483478 -1142,0,47829.1416355684,26803.5332483478 -1143,0,47829.1416355684,26803.5332483478 -1144,0,47829.1416355684,26803.5332483478 -1145,0,47829.1416355684,26803.5332483478 -1146,0,47829.1416355684,26803.5332483478 -1147,0,47829.1416355684,26803.5332483478 -1148,0,47829.1416355684,26803.5332483478 -1149,0,47829.1416355684,26803.5332483478 -1150,0,47829.1416355684,26803.5332483478 -1151,0,47829.1416355684,26803.5332483478 -1152,0,47829.1416355684,26803.5332483478 -1153,0,47829.1416355684,26803.5332483478 -1154,0,47829.1416355684,26803.5332483478 -1155,0,47829.1416355684,26803.5332483478 -1156,0,47829.1416355684,26803.5332483478 -1157,0,47829.1416355684,26803.5332483478 -1158,0,47829.1416355684,26803.5332483478 -1159,0,47829.1416355684,26803.5332483478 -1160,0,47829.1416355684,26803.5332483478 -1161,0,47829.1416355684,26803.5332483478 -1162,0,47829.1416355684,26803.5332483478 -1163,0,47829.1416355684,26803.5332483478 -1164,0,47829.1416355684,26803.5332483478 -1165,0,47829.1416355684,26803.5332483478 -1166,0,47829.1416355684,26803.5332483478 -1167,0,47829.1416355684,26803.5332483478 -1168,0,47829.1416355684,26803.5332483478 -1169,0,47829.1416355684,26803.5332483478 -1170,0,47829.1416355684,26803.5332483478 -1171,0,47829.1416355684,26803.5332483478 -1172,0,47829.1416355684,26803.5332483478 -1173,0,47829.1416355684,26803.5332483478 -1174,0,47829.1416355684,26803.5332483478 -1175,0,47829.1416355684,26803.5332483478 -1176,0,47829.1416355684,26803.5332483478 -1177,0,47829.1416355684,26803.5332483478 -1178,0,47829.1416355684,26803.5332483478 -1179,0,47829.1416355684,26803.5332483478 -1180,0,47829.1416355684,26803.5332483478 -1181,0,47829.1416355684,26803.5332483478 -1182,0,47829.1416355684,26803.5332483478 -1183,0,47829.1416355684,26803.5332483478 -1184,0,47829.1416355684,26803.5332483478 -1185,0,47829.1416355684,26803.5332483478 -1186,0,47829.1416355684,26803.5332483478 -1187,0,47829.1416355684,26803.5332483478 -1188,0,47829.1416355684,26803.5332483478 -1189,0,47829.1416355684,26803.5332483478 -1190,0,47829.1416355684,26803.5332483478 -1191,0,47829.1416355684,26803.5332483478 -1192,0,47829.1416355684,26803.5332483478 -1193,0,47829.1416355684,26803.5332483478 -1194,0,47829.1416355684,26803.5332483478 -1195,0,47829.1416355684,26803.5332483478 -1196,0,47829.1416355684,26803.5332483478 -1197,0,47829.1416355684,26803.5332483478 -1198,0,47829.1416355684,26803.5332483478 -1199,0,47829.1416355684,26803.5332483478 -1200,0,47829.1416355684,26803.5332483478 -1201,0,47829.1416355684,26803.5332483478 -1202,0,47829.1416355684,26803.5332483478 -1203,0,47829.1416355684,26803.5332483478 -1204,0,47829.1416355684,26803.5332483478 -1205,0,47829.1416355684,26803.5332483478 -1206,0,47829.1416355684,26803.5332483478 -1207,0,47829.1416355684,26803.5332483478 -1208,0,47829.1416355684,26803.5332483478 -1209,0,47829.1416355684,26803.5332483478 -1210,0,47829.1416355684,26803.5332483478 -1211,0,47829.1416355684,26803.5332483478 -1212,0,47829.1416355684,26803.5332483478 -1213,0,47829.1416355684,26803.5332483478 -1214,0,47829.1416355684,26803.5332483478 -1215,0,47829.1416355684,26803.5332483478 -1216,0,47829.1416355684,26803.5332483478 -1217,0,47829.1416355684,26803.5332483478 -1218,0,47829.1416355684,26803.5332483478 -1219,0,47829.1416355684,26803.5332483478 -1220,0,47829.1416355684,26803.5332483478 -1221,0,47829.1416355684,26803.5332483478 -1222,0,47829.1416355684,26803.5332483478 -1223,0,47829.1416355684,26803.5332483478 -1224,0,47829.1416355684,26803.5332483478 -1225,0,47829.1416355684,26803.5332483478 -1226,0,47829.1416355684,26803.5332483478 -1227,0,47829.1416355684,26803.5332483478 -1228,0,47829.1416355684,26803.5332483478 -1229,0,47829.1416355684,26803.5332483478 -1230,0,47829.1416355684,26803.5332483478 -1231,0,47829.1416355684,26803.5332483478 -1232,0,47829.1416355684,26803.5332483478 -1233,0,47829.1416355684,26803.5332483478 -1234,0,47829.1416355684,26803.5332483478 -1235,0,47829.1416355684,26803.5332483478 -1236,0,47829.1416355684,26803.5332483478 -1237,0,47829.1416355684,26803.5332483478 -1238,0,47829.1416355684,26803.5332483478 -1239,0,47829.1416355684,26803.5332483478 -1240,0,47829.1416355684,26803.5332483478 -1241,0,47829.1416355684,26803.5332483478 -1242,0,47829.1416355684,26803.5332483478 -1243,0,47829.1416355684,26803.5332483478 -1244,0,47829.1416355684,26803.5332483478 -1245,0,47829.1416355684,26803.5332483478 -1246,0,47829.1416355684,26803.5332483478 -1247,0,47829.1416355684,26803.5332483478 -1248,0,47829.1416355684,26803.5332483478 -1249,0,47829.1416355684,26803.5332483478 -1250,0,47829.1416355684,26803.5332483478 -1251,0,47829.1416355684,26803.5332483478 -1252,0,47829.1416355684,26803.5332483478 -1253,0,47829.1416355684,26803.5332483478 -1254,0,47829.1416355684,26803.5332483478 -1255,0,47829.1416355684,26803.5332483478 -1256,0,47829.1416355684,26803.5332483478 -1257,0,47829.1416355684,26803.5332483478 -1258,0,47829.1416355684,26803.5332483478 -1259,0,47829.1416355684,26803.5332483478 -1260,0,47829.1416355684,26803.5332483478 -1261,0,47829.1416355684,26803.5332483478 -1262,0,47829.1416355684,26803.5332483478 -1263,0,47829.1416355684,26803.5332483478 -1264,0,47829.1416355684,26803.5332483478 -1265,0,47829.1416355684,26803.5332483478 -1266,0,47829.1416355684,26803.5332483478 -1267,0,47829.1416355684,26803.5332483478 -1268,0,47829.1416355684,26803.5332483478 -1269,0,47829.1416355684,26803.5332483478 -1270,0,47829.1416355684,26803.5332483478 -1271,0,47829.1416355684,26803.5332483478 -1272,0,47829.1416355684,26803.5332483478 -1273,0,47829.1416355684,26803.5332483478 -1274,0,47829.1416355684,26803.5332483478 -1275,0,47829.1416355684,26803.5332483478 -1276,0,47829.1416355684,26803.5332483478 -1277,0,47829.1416355684,26803.5332483478 -1278,0,47829.1416355684,26803.5332483478 -1279,0,47829.1416355684,26803.5332483478 -1280,0,47829.1416355684,26803.5332483478 -1281,0,47829.1416355684,26803.5332483478 -1282,0,47829.1416355684,26803.5332483478 -1283,0,47829.1416355684,26803.5332483478 -1284,0,47829.1416355684,26803.5332483478 -1285,0,47829.1416355684,26803.5332483478 -1286,0,47829.1416355684,26803.5332483478 -1287,0,47829.1416355684,26803.5332483478 -1288,0,47829.1416355684,26803.5332483478 -1289,0,47829.1416355684,26803.5332483478 -1290,0,47829.1416355684,26803.5332483478 -1291,0,47829.1416355684,26803.5332483478 -1292,0,47829.1416355684,26803.5332483478 -1293,0,47829.1416355684,26803.5332483478 -1294,0,47829.1416355684,26803.5332483478 -1295,0,47829.1416355684,26803.5332483478 -1296,0,47829.1416355684,26803.5332483478 -1297,0,47829.1416355684,26803.5332483478 -1298,0,47829.1416355684,26803.5332483478 -1299,0,47829.1416355684,26803.5332483478 -1300,0,47829.1416355684,26803.5332483478 -1301,0,47829.1416355684,26803.5332483478 -1302,0,47829.1416355684,26803.5332483478 -1303,0,47829.1416355684,26803.5332483478 -1304,0,47829.1416355684,26803.5332483478 -1305,0,47829.1416355684,26803.5332483478 -1306,0,47829.1416355684,26803.5332483478 -1307,0,47829.1416355684,26803.5332483478 -1308,0,47829.1416355684,26803.5332483478 -1309,0,47829.1416355684,26803.5332483478 -1310,0,47829.1416355684,26803.5332483478 -1311,0,47829.1416355684,26803.5332483478 -1312,0,47829.1416355684,26803.5332483478 -1313,0,47829.1416355684,26803.5332483478 -1314,0,47829.1416355684,26803.5332483478 -1315,0,47829.1416355684,26803.5332483478 -1316,0,47829.1416355684,26803.5332483478 -1317,0,47829.1416355684,26803.5332483478 -1318,0,47829.1416355684,26803.5332483478 -1319,0,47829.1416355684,26803.5332483478 -1320,0,47829.1416355684,26803.5332483478 -1321,0,47829.1416355684,26803.5332483478 -1322,0,47829.1416355684,26803.5332483478 -1323,0,47829.1416355684,26803.5332483478 -1324,0,47829.1416355684,26803.5332483478 -1325,0,47829.1416355684,26803.5332483478 -1326,0,47829.1416355684,26803.5332483478 -1327,0,47829.1416355684,26803.5332483478 -1328,0,47829.1416355684,26803.5332483478 -1329,0,47829.1416355684,26803.5332483478 -1330,0,47829.1416355684,26803.5332483478 -1331,0,47829.1416355684,26803.5332483478 -1332,0,47829.1416355684,26803.5332483478 -1333,0,47829.1416355684,26803.5332483478 -1334,0,47829.1416355684,26803.5332483478 -1335,0,47829.1416355684,26803.5332483478 -1336,0,47829.1416355684,26803.5332483478 -1337,0,47829.1416355684,26803.5332483478 -1338,0,47829.1416355684,26803.5332483478 -1339,0,47829.1416355684,26803.5332483478 -1340,0,47829.1416355684,26803.5332483478 -1341,0,47829.1416355684,26803.5332483478 -1342,0,47829.1416355684,26803.5332483478 -1343,0,47829.1416355684,26803.5332483478 -1344,0,47829.1416355684,26803.5332483478 -1345,0,47829.1416355684,26803.5332483478 -1346,0,47829.1416355684,26803.5332483478 -1347,0,47829.1416355684,26803.5332483478 -1348,0,47829.1416355684,26803.5332483478 -1349,0,47829.1416355684,26803.5332483478 -1350,0,47829.1416355684,26803.5332483478 -1351,0,47829.1416355684,26803.5332483478 -1352,0,47829.1416355684,26803.5332483478 -1353,0,47829.1416355684,26803.5332483478 -1354,0,47829.1416355684,26803.5332483478 -1355,0,47829.1416355684,26803.5332483478 -1356,0,47829.1416355684,26803.5332483478 -1357,0,47829.1416355684,26803.5332483478 -1358,0,47829.1416355684,26803.5332483478 -1359,0,47829.1416355684,26803.5332483478 -1360,0,47829.1416355684,26803.5332483478 -1361,0,47829.1416355684,26803.5332483478 -1362,0,47829.1416355684,26803.5332483478 -1363,0,47829.1416355684,26803.5332483478 -1364,0,47829.1416355684,26803.5332483478 -1365,0,47829.1416355684,26803.5332483478 -1366,0,47829.1416355684,26803.5332483478 -1367,0,47829.1416355684,26803.5332483478 -1368,0,47829.1416355684,26803.5332483478 -1369,0,47829.1416355684,26803.5332483478 -1370,0,47829.1416355684,26803.5332483478 -1371,0,47829.1416355684,26803.5332483478 -1372,0,47829.1416355684,26803.5332483478 -1373,0,47829.1416355684,26803.5332483478 -1374,0,47829.1416355684,26803.5332483478 -1375,0,47829.1416355684,26803.5332483478 -1376,0,47829.1416355684,26803.5332483478 -1377,0,47829.1416355684,26803.5332483478 -1378,0,47829.1416355684,26803.5332483478 -1379,0,47829.1416355684,26803.5332483478 -1380,0,47829.1416355684,26803.5332483478 -1381,0,47829.1416355684,26803.5332483478 -1382,0,47829.1416355684,26803.5332483478 -1383,0,47829.1416355684,26803.5332483478 -1384,0,47829.1416355684,26803.5332483478 -1385,0,47829.1416355684,26803.5332483478 -1386,0,47829.1416355684,26803.5332483478 -1387,0,47829.1416355684,26803.5332483478 -1388,0,47829.1416355684,26803.5332483478 -1389,0,47829.1416355684,26803.5332483478 -1390,0,47829.1416355684,26803.5332483478 -1391,0,47829.1416355684,26803.5332483478 -1392,0,47829.1416355684,26803.5332483478 -1393,0,47829.1416355684,26803.5332483478 -1394,0,47829.1416355684,26803.5332483478 -1395,0,47829.1416355684,26803.5332483478 -1396,0,47829.1416355684,26803.5332483478 -1397,0,47829.1416355684,26803.5332483478 -1398,0,47829.1416355684,26803.5332483478 -1399,0,47829.1416355684,26803.5332483478 -1400,0,47829.1416355684,26803.5332483478 -1401,0,47829.1416355684,26803.5332483478 -1402,0,47829.1416355684,26803.5332483478 -1403,0,47829.1416355684,26803.5332483478 -1404,0,47829.1416355684,26803.5332483478 -1405,0,47829.1416355684,26803.5332483478 -1406,0,47829.1416355684,26803.5332483478 -1407,0,47829.1416355684,26803.5332483478 -1408,0,47829.1416355684,26803.5332483478 -1409,0,47829.1416355684,26803.5332483478 -1410,0,47829.1416355684,26803.5332483478 -1411,0,47829.1416355684,26803.5332483478 -1412,0,47829.1416355684,26803.5332483478 -1413,0,47829.1416355684,26803.5332483478 -1414,0,47829.1416355684,26803.5332483478 -1415,0,47829.1416355684,26803.5332483478 -1416,0,47829.1416355684,26803.5332483478 -1417,0,47829.1416355684,26803.5332483478 -1418,0,47829.1416355684,26803.5332483478 -1419,0,47829.1416355684,26803.5332483478 -1420,0,47829.1416355684,26803.5332483478 -1421,0,47829.1416355684,26803.5332483478 -1422,0,47829.1416355684,26803.5332483478 -1423,0,47829.1416355684,26803.5332483478 -1424,0,47829.1416355684,26803.5332483478 -1425,0,47829.1416355684,26803.5332483478 -1426,0,47829.1416355684,26803.5332483478 -1427,0,47829.1416355684,26803.5332483478 -1428,0,47829.1416355684,26803.5332483478 -1429,0,47829.1416355684,26803.5332483478 -1430,0,47829.1416355684,26803.5332483478 -1431,0,47829.1416355684,26803.5332483478 -1432,0,47829.1416355684,26803.5332483478 -1433,0,47829.1416355684,26803.5332483478 -1434,0,47829.1416355684,26803.5332483478 -1435,0,47829.1416355684,26803.5332483478 -1436,0,47829.1416355684,26803.5332483478 -1437,0,47829.1416355684,26803.5332483478 -1438,0,47829.1416355684,26803.5332483478 -1439,0,47829.1416355684,26803.5332483478 -1440,0,47829.1416355684,26803.5332483478 -1441,0,47829.1416355684,26803.5332483478 -1442,0,47829.1416355684,26803.5332483478 -1443,0,47829.1416355684,26803.5332483478 -1444,0,47829.1416355684,26803.5332483478 -1445,0,47829.1416355684,26803.5332483478 -1446,0,47829.1416355684,26803.5332483478 -1447,0,47829.1416355684,26803.5332483478 -1448,0,47829.1416355684,26803.5332483478 -1449,0,47829.1416355684,26803.5332483478 -1450,0,47829.1416355684,26803.5332483478 -1451,0,47829.1416355684,26803.5332483478 -1452,0,47829.1416355684,26803.5332483478 -1453,0,47829.1416355684,26803.5332483478 -1454,0,47829.1416355684,26803.5332483478 -1455,0,47829.1416355684,26803.5332483478 -1456,0,47829.1416355684,26803.5332483478 -1457,0,47829.1416355684,26803.5332483478 -1458,0,47829.1416355684,26803.5332483478 -1459,0,47829.1416355684,26803.5332483478 -1460,0,47829.1416355684,26803.5332483478 -1461,0,47829.1416355684,26803.5332483478 -1462,0,47829.1416355684,26803.5332483478 -1463,0,47829.1416355684,26803.5332483478 -1464,0,47829.1416355684,26803.5332483478 -1465,0,47829.1416355684,26803.5332483478 -1466,0,47829.1416355684,26803.5332483478 -1467,0,47829.1416355684,26803.5332483478 -1468,0,47829.1416355684,26803.5332483478 -1469,0,47829.1416355684,26803.5332483478 -1470,0,47829.1416355684,26803.5332483478 -1471,0,47829.1416355684,26803.5332483478 -1472,0,47829.1416355684,26803.5332483478 -1473,0,47829.1416355684,26803.5332483478 -1474,0,47829.1416355684,26803.5332483478 -1475,0,47829.1416355684,26803.5332483478 -1476,0,47829.1416355684,26803.5332483478 -1477,0,47829.1416355684,26803.5332483478 -1478,0,47829.1416355684,26803.5332483478 -1479,0,47829.1416355684,26803.5332483478 -1480,0,47829.1416355684,26803.5332483478 -1481,0,47829.1416355684,26803.5332483478 -1482,0,47829.1416355684,26803.5332483478 -1483,0,47829.1416355684,26803.5332483478 -1484,0,47829.1416355684,26803.5332483478 -1485,0,47829.1416355684,26803.5332483478 -1486,0,47829.1416355684,26803.5332483478 -1487,0,47829.1416355684,26803.5332483478 -1488,0,47829.1416355684,26803.5332483478 -1489,0,47829.1416355684,26803.5332483478 -1490,0,47829.1416355684,26803.5332483478 -1491,0,47829.1416355684,26803.5332483478 -1492,0,47829.1416355684,26803.5332483478 -1493,0,47829.1416355684,26803.5332483478 -1494,0,47829.1416355684,26803.5332483478 -1495,0,47829.1416355684,26803.5332483478 -1496,0,47829.1416355684,26803.5332483478 -1497,0,47829.1416355684,26803.5332483478 -1498,0,47829.1416355684,26803.5332483478 -1499,0,47829.1416355684,26803.5332483478 -1500,0,47829.1416355684,26803.5332483478 -1501,0,47829.1416355684,26803.5332483478 -1502,0,47829.1416355684,26803.5332483478 -1503,0,47829.1416355684,26803.5332483478 -1504,0,47829.1416355684,26803.5332483478 -1505,0,47829.1416355684,26803.5332483478 -1506,0,47829.1416355684,26803.5332483478 -1507,0,47829.1416355684,26803.5332483478 -1508,0,47829.1416355684,26803.5332483478 -1509,0,47829.1416355684,26803.5332483478 -1510,0,47829.1416355684,26803.5332483478 -1511,0,47829.1416355684,26803.5332483478 -1512,0,47829.1416355684,26803.5332483478 -1513,0,47829.1416355684,26803.5332483478 -1514,0,47829.1416355684,26803.5332483478 -1515,0,47829.1416355684,26803.5332483478 -1516,0,47829.1416355684,26803.5332483478 -1517,0,47829.1416355684,26803.5332483478 -1518,0,47829.1416355684,26803.5332483478 -1519,0,47829.1416355684,26803.5332483478 -1520,0,47829.1416355684,26803.5332483478 -1521,0,47829.1416355684,26803.5332483478 -1522,0,47829.1416355684,26803.5332483478 -1523,0,47829.1416355684,26803.5332483478 -1524,0,47829.1416355684,26803.5332483478 -1525,0,47829.1416355684,26803.5332483478 -1526,0,47829.1416355684,26803.5332483478 -1527,0,47829.1416355684,26803.5332483478 -1528,0,47829.1416355684,26803.5332483478 -1529,0,47829.1416355684,26803.5332483478 -1530,0,47829.1416355684,26803.5332483478 -1531,0,47829.1416355684,26803.5332483478 -1532,0,47829.1416355684,26803.5332483478 -1533,0,47829.1416355684,26803.5332483478 -1534,0,47829.1416355684,26803.5332483478 -1535,0,47829.1416355684,26803.5332483478 -1536,0,47829.1416355684,26803.5332483478 -1537,0,47829.1416355684,26803.5332483478 -1538,0,47829.1416355684,26803.5332483478 -1539,0,47829.1416355684,26803.5332483478 -1540,0,47829.1416355684,26803.5332483478 -1541,0,47829.1416355684,26803.5332483478 -1542,0,47829.1416355684,26803.5332483478 -1543,0,47829.1416355684,26803.5332483478 -1544,0,47829.1416355684,26803.5332483478 -1545,0,47829.1416355684,26803.5332483478 -1546,0,47829.1416355684,26803.5332483478 -1547,0,47829.1416355684,26803.5332483478 -1548,0,47829.1416355684,26803.5332483478 -1549,0,47829.1416355684,26803.5332483478 -1550,0,47829.1416355684,26803.5332483478 -1551,0,47829.1416355684,26803.5332483478 -1552,0,47829.1416355684,26803.5332483478 -1553,0,47829.1416355684,26803.5332483478 -1554,0,47829.1416355684,26803.5332483478 -1555,0,47829.1416355684,26803.5332483478 -1556,0,47829.1416355684,26803.5332483478 -1557,0,47829.1416355684,26803.5332483478 -1558,0,47829.1416355684,26803.5332483478 -1559,0,47829.1416355684,26803.5332483478 -1560,0,47829.1416355684,26803.5332483478 -1561,0,47829.1416355684,26803.5332483478 -1562,0,47829.1416355684,26803.5332483478 -1563,0,47829.1416355684,26803.5332483478 -1564,0,47829.1416355684,26803.5332483478 -1565,0,47829.1416355684,26803.5332483478 -1566,0,47829.1416355684,26803.5332483478 -1567,0,47829.1416355684,26803.5332483478 -1568,0,47829.1416355684,26803.5332483478 -1569,0,47829.1416355684,26803.5332483478 -1570,0,47829.1416355684,26803.5332483478 -1571,0,47829.1416355684,26803.5332483478 -1572,0,47829.1416355684,26803.5332483478 -1573,0,47829.1416355684,26803.5332483478 -1574,0,47829.1416355684,26803.5332483478 -1575,0,47829.1416355684,26803.5332483478 -1576,0,47829.1416355684,26803.5332483478 -1577,0,47829.1416355684,26803.5332483478 -1578,0,47829.1416355684,26803.5332483478 -1579,0,47829.1416355684,26803.5332483478 -1580,0,47829.1416355684,26803.5332483478 -1581,0,47829.1416355684,26803.5332483478 -1582,0,47829.1416355684,26803.5332483478 -1583,0,47829.1416355684,26803.5332483478 -1584,0,47829.1416355684,26803.5332483478 -1585,0,47829.1416355684,26803.5332483478 -1586,0,47829.1416355684,26803.5332483478 -1587,0,47829.1416355684,26803.5332483478 -1588,0,47829.1416355684,26803.5332483478 -1589,0,47829.1416355684,26803.5332483478 -1590,0,47829.1416355684,26803.5332483478 -1591,0,47829.1416355684,26803.5332483478 -1592,0,47829.1416355684,26803.5332483478 -1593,0,47829.1416355684,26803.5332483478 -1594,0,47829.1416355684,26803.5332483478 -1595,0,47829.1416355684,26803.5332483478 -1596,0,47829.1416355684,26803.5332483478 -1597,0,47829.1416355684,26803.5332483478 -1598,0,47829.1416355684,26803.5332483478 -1599,0,47829.1416355684,26803.5332483478 -1600,0,47829.1416355684,26803.5332483478 -1601,0,47829.1416355684,26803.5332483478 -1602,0,47829.1416355684,26803.5332483478 -1603,0,47829.1416355684,26803.5332483478 -1604,0,47829.1416355684,26803.5332483478 -1605,0,47829.1416355684,26803.5332483478 -1606,0,47829.1416355684,26803.5332483478 -1607,0,47829.1416355684,26803.5332483478 -1608,0,47829.1416355684,26803.5332483478 -1609,0,47829.1416355684,26803.5332483478 -1610,0,47829.1416355684,26803.5332483478 -1611,0,47829.1416355684,26803.5332483478 -1612,0,47829.1416355684,26803.5332483478 -1613,0,47829.1416355684,26803.5332483478 -1614,0,47829.1416355684,26803.5332483478 -1615,0,47829.1416355684,26803.5332483478 -1616,0,47829.1416355684,26803.5332483478 -1617,0,47829.1416355684,26803.5332483478 -1618,0,47829.1416355684,26803.5332483478 -1619,0,47829.1416355684,26803.5332483478 -1620,0,47829.1416355684,26803.5332483478 -1621,0,47829.1416355684,26803.5332483478 -1622,0,47829.1416355684,26803.5332483478 -1623,0,47829.1416355684,26803.5332483478 -1624,0,47829.1416355684,26803.5332483478 -1625,0,47829.1416355684,26803.5332483478 -1626,0,47829.1416355684,26803.5332483478 -1627,0,47829.1416355684,26803.5332483478 -1628,0,47829.1416355684,26803.5332483478 -1629,0,47829.1416355684,26803.5332483478 -1630,0,47829.1416355684,26803.5332483478 -1631,0,47829.1416355684,26803.5332483478 -1632,0,47829.1416355684,26803.5332483478 -1633,0,47829.1416355684,26803.5332483478 -1634,0,47829.1416355684,26803.5332483478 -1635,0,47829.1416355684,26803.5332483478 -1636,0,47829.1416355684,26803.5332483478 -1637,0,47829.1416355684,26803.5332483478 -1638,0,47829.1416355684,26803.5332483478 -1639,0,47829.1416355684,26803.5332483478 -1640,0,47829.1416355684,26803.5332483478 -1641,0,47829.1416355684,26803.5332483478 -1642,0,47829.1416355684,26803.5332483478 -1643,0,47829.1416355684,26803.5332483478 -1644,0,47829.1416355684,26803.5332483478 -1645,0,47829.1416355684,26803.5332483478 -1646,0,47829.1416355684,26803.5332483478 -1647,0,47829.1416355684,26803.5332483478 -1648,0,47829.1416355684,26803.5332483478 -1649,0,47829.1416355684,26803.5332483478 -1650,0,47829.1416355684,26803.5332483478 -1651,0,47829.1416355684,26803.5332483478 -1652,0,47829.1416355684,26803.5332483478 -1653,0,47829.1416355684,26803.5332483478 -1654,0,47829.1416355684,26803.5332483478 -1655,0,47829.1416355684,26803.5332483478 -1656,0,47829.1416355684,26803.5332483478 -1657,0,47829.1416355684,26803.5332483478 -1658,0,47829.1416355684,26803.5332483478 -1659,0,47829.1416355684,26803.5332483478 -1660,0,47829.1416355684,26803.5332483478 -1661,0,47829.1416355684,26803.5332483478 -1662,0,47829.1416355684,26803.5332483478 -1663,0,47829.1416355684,26803.5332483478 -1664,0,47829.1416355684,26803.5332483478 -1665,0,47829.1416355684,26803.5332483478 -1666,0,47829.1416355684,26803.5332483478 -1667,0,47829.1416355684,26803.5332483478 -1668,0,47829.1416355684,26803.5332483478 -1669,0,47829.1416355684,26803.5332483478 -1670,0,47829.1416355684,26803.5332483478 -1671,0,47829.1416355684,26803.5332483478 -1672,0,47829.1416355684,26803.5332483478 -1673,0,47829.1416355684,26803.5332483478 -1674,0,47829.1416355684,26803.5332483478 -1675,0,47829.1416355684,26803.5332483478 -1676,0,47829.1416355684,26803.5332483478 -1677,0,47829.1416355684,26803.5332483478 -1678,0,47829.1416355684,26803.5332483478 -1679,0,47829.1416355684,26803.5332483478 -1680,0,47829.1416355684,26803.5332483478 -1681,0,47829.1416355684,26803.5332483478 -1682,0,47829.1416355684,26803.5332483478 -1683,0,47829.1416355684,26803.5332483478 -1684,0,47829.1416355684,26803.5332483478 -1685,0,47829.1416355684,26803.5332483478 -1686,0,47829.1416355684,26803.5332483478 -1687,0,47829.1416355684,26803.5332483478 -1688,0,47829.1416355684,26803.5332483478 -1689,0,47829.1416355684,26803.5332483478 -1690,0,47829.1416355684,26803.5332483478 -1691,0,47829.1416355684,26803.5332483478 -1692,0,47829.1416355684,26803.5332483478 -1693,0,47829.1416355684,26803.5332483478 -1694,0,47829.1416355684,26803.5332483478 -1695,0,47829.1416355684,26803.5332483478 -1696,0,47829.1416355684,26803.5332483478 -1697,0,47829.1416355684,26803.5332483478 -1698,0,47829.1416355684,26803.5332483478 -1699,0,47829.1416355684,26803.5332483478 -1700,0,47829.1416355684,26803.5332483478 -1701,0,47829.1416355684,26803.5332483478 -1702,0,47829.1416355684,26803.5332483478 -1703,0,47829.1416355684,26803.5332483478 -1704,0,47829.1416355684,26803.5332483478 -1705,0,47829.1416355684,26803.5332483478 -1706,0,47829.1416355684,26803.5332483478 -1707,0,47829.1416355684,26803.5332483478 -1708,0,47829.1416355684,26803.5332483478 -1709,0,47829.1416355684,26803.5332483478 -1710,0,47829.1416355684,26803.5332483478 -1711,0,47829.1416355684,26803.5332483478 -1712,0,47829.1416355684,26803.5332483478 -1713,0,47829.1416355684,26803.5332483478 -1714,0,47829.1416355684,26803.5332483478 -1715,0,47829.1416355684,26803.5332483478 -1716,0,47829.1416355684,26803.5332483478 -1717,0,47829.1416355684,26803.5332483478 -1718,0,47829.1416355684,26803.5332483478 -1719,0,47829.1416355684,26803.5332483478 -1720,0,47829.1416355684,26803.5332483478 -1721,0,47829.1416355684,26803.5332483478 -1722,0,47829.1416355684,26803.5332483478 -1723,0,47829.1416355684,26803.5332483478 -1724,0,47829.1416355684,26803.5332483478 -1725,0,47829.1416355684,26803.5332483478 -1726,0,47829.1416355684,26803.5332483478 -1727,0,47829.1416355684,26803.5332483478 -1728,0,47829.1416355684,26803.5332483478 -1729,0,47829.1416355684,26803.5332483478 -1730,0,47829.1416355684,26803.5332483478 -1731,0,47829.1416355684,26803.5332483478 -1732,0,47829.1416355684,26803.5332483478 -1733,0,47829.1416355684,26803.5332483478 -1734,0,47829.1416355684,26803.5332483478 -1735,0,47829.1416355684,26803.5332483478 -1736,0,47829.1416355684,26803.5332483478 -1737,0,47829.1416355684,26803.5332483478 -1738,0,47829.1416355684,26803.5332483478 -1739,0,47829.1416355684,26803.5332483478 -1740,0,47829.1416355684,26803.5332483478 -1741,0,47829.1416355684,26803.5332483478 -1742,0,47829.1416355684,26803.5332483478 -1743,0,47829.1416355684,26803.5332483478 -1744,0,47829.1416355684,26803.5332483478 -1745,0,47829.1416355684,26803.5332483478 -1746,0,47829.1416355684,26803.5332483478 -1747,0,47829.1416355684,26803.5332483478 -1748,0,47829.1416355684,26803.5332483478 -1749,0,47829.1416355684,26803.5332483478 -1750,0,47829.1416355684,26803.5332483478 -1751,0,47829.1416355684,26803.5332483478 -1752,0,47829.1416355684,26803.5332483478 -1753,0,47829.1416355684,26803.5332483478 -1754,0,47829.1416355684,26803.5332483478 -1755,0,47829.1416355684,26803.5332483478 -1756,0,47829.1416355684,26803.5332483478 -1757,0,47829.1416355684,26803.5332483478 -1758,0,47829.1416355684,26803.5332483478 -1759,0,47829.1416355684,26803.5332483478 -1760,0,47829.1416355684,26803.5332483478 -1761,0,47829.1416355684,26803.5332483478 -1762,0,47829.1416355684,26803.5332483478 -1763,0,47829.1416355684,26803.5332483478 -1764,0,47829.1416355684,26803.5332483478 -1765,0,47829.1416355684,26803.5332483478 -1766,0,47829.1416355684,26803.5332483478 -1767,0,47829.1416355684,26803.5332483478 -1768,0,47829.1416355684,26803.5332483478 -1769,0,47829.1416355684,26803.5332483478 -1770,0,47829.1416355684,26803.5332483478 -1771,0,47829.1416355684,26803.5332483478 -1772,0,47829.1416355684,26803.5332483478 -1773,0,47829.1416355684,26803.5332483478 -1774,0,47829.1416355684,26803.5332483478 -1775,0,47829.1416355684,26803.5332483478 -1776,0,47829.1416355684,26803.5332483478 -1777,0,47829.1416355684,26803.5332483478 -1778,0,47829.1416355684,26803.5332483478 -1779,0,47829.1416355684,26803.5332483478 -1780,0,47829.1416355684,26803.5332483478 -1781,0,47829.1416355684,26803.5332483478 -1782,0,47829.1416355684,26803.5332483478 -1783,0,47829.1416355684,26803.5332483478 -1784,0,47829.1416355684,26803.5332483478 -1785,0,47829.1416355684,26803.5332483478 -1786,0,47829.1416355684,26803.5332483478 -1787,0,47829.1416355684,26803.5332483478 -1788,0,47829.1416355684,26803.5332483478 -1789,0,47829.1416355684,26803.5332483478 -1790,0,47829.1416355684,26803.5332483478 -1791,0,47829.1416355684,26803.5332483478 -1792,0,47829.1416355684,26803.5332483478 -1793,0,47829.1416355684,26803.5332483478 -1794,0,47829.1416355684,26803.5332483478 -1795,0,47829.1416355684,26803.5332483478 -1796,0,47829.1416355684,26803.5332483478 -1797,0,47829.1416355684,26803.5332483478 -1798,0,47829.1416355684,26803.5332483478 -1799,0,47829.1416355684,26803.5332483478 -1800,0,47829.1416355684,26803.5332483478 -1801,0,47829.1416355684,26803.5332483478 -1802,0,47829.1416355684,26803.5332483478 -1803,0,47829.1416355684,26803.5332483478 -1804,0,47829.1416355684,26803.5332483478 -1805,0,47829.1416355684,26803.5332483478 -1806,0,47829.1416355684,26803.5332483478 -1807,0,47829.1416355684,26803.5332483478 -1808,0,47829.1416355684,26803.5332483478 -1809,0,47829.1416355684,26803.5332483478 -1810,0,47829.1416355684,26803.5332483478 -1811,0,47829.1416355684,26803.5332483478 -1812,0,47829.1416355684,26803.5332483478 -1813,0,47829.1416355684,26803.5332483478 -1814,0,47829.1416355684,26803.5332483478 -1815,0,47829.1416355684,26803.5332483478 -1816,0,47829.1416355684,26803.5332483478 -1817,0,47829.1416355684,26803.5332483478 -1818,0,47829.1416355684,26803.5332483478 -1819,0,47829.1416355684,26803.5332483478 -1820,0,47829.1416355684,26803.5332483478 -1821,0,47829.1416355684,26803.5332483478 -1822,0,47829.1416355684,26803.5332483478 -1823,0,47829.1416355684,26803.5332483478 -1824,0,47829.1416355684,26803.5332483478 -1825,0,47829.1416355684,26803.5332483478 -1826,0,47829.1416355684,26803.5332483478 -1827,0,47829.1416355684,26803.5332483478 -1828,0,47829.1416355684,26803.5332483478 -1829,0,47829.1416355684,26803.5332483478 -1830,0,47829.1416355684,26803.5332483478 -1831,0,47829.1416355684,26803.5332483478 -1832,0,47829.1416355684,26803.5332483478 -1833,0,47829.1416355684,26803.5332483478 -1834,0,47829.1416355684,26803.5332483478 -1835,0,47829.1416355684,26803.5332483478 -1836,0,47829.1416355684,26803.5332483478 -1837,0,47829.1416355684,26803.5332483478 -1838,0,47829.1416355684,26803.5332483478 -1839,0,47829.1416355684,26803.5332483478 -1840,0,47829.1416355684,26803.5332483478 -1841,0,47829.1416355684,26803.5332483478 -1842,0,47829.1416355684,26803.5332483478 -1843,0,47829.1416355684,26803.5332483478 -1844,0,47829.1416355684,26803.5332483478 -1845,0,47829.1416355684,26803.5332483478 -1846,0,47829.1416355684,26803.5332483478 -1847,0,47829.1416355684,26803.5332483478 -1848,0,47829.1416355684,26803.5332483478 -1849,0,47829.1416355684,26803.5332483478 -1850,0,47829.1416355684,26803.5332483478 -1851,0,47829.1416355684,26803.5332483478 -1852,0,47829.1416355684,26803.5332483478 -1853,0,47829.1416355684,26803.5332483478 -1854,0,47829.1416355684,26803.5332483478 -1855,0,47829.1416355684,26803.5332483478 -1856,0,47829.1416355684,26803.5332483478 -1857,0,47829.1416355684,26803.5332483478 -1858,0,47829.1416355684,26803.5332483478 -1859,0,47829.1416355684,26803.5332483478 -1860,0,47829.1416355684,26803.5332483478 -1861,0,47829.1416355684,26803.5332483478 -1862,0,47829.1416355684,26803.5332483478 -1863,0,47829.1416355684,26803.5332483478 -1864,0,47829.1416355684,26803.5332483478 -1865,0,47829.1416355684,26803.5332483478 -1866,0,47829.1416355684,26803.5332483478 -1867,0,47829.1416355684,26803.5332483478 -1868,0,47829.1416355684,26803.5332483478 -1869,0,47829.1416355684,26803.5332483478 -1870,0,47829.1416355684,26803.5332483478 -1871,0,47829.1416355684,26803.5332483478 -1872,0,47829.1416355684,26803.5332483478 -1873,0,47829.1416355684,26803.5332483478 -1874,0,47829.1416355684,26803.5332483478 -1875,0,47829.1416355684,26803.5332483478 -1876,0,47829.1416355684,26803.5332483478 -1877,0,47829.1416355684,26803.5332483478 -1878,0,47829.1416355684,26803.5332483478 -1879,0,47829.1416355684,26803.5332483478 -1880,0,47829.1416355684,26803.5332483478 -1881,0,47829.1416355684,26803.5332483478 -1882,0,47829.1416355684,26803.5332483478 -1883,0,47829.1416355684,26803.5332483478 -1884,0,47829.1416355684,26803.5332483478 -1885,0,47829.1416355684,26803.5332483478 -1886,0,47829.1416355684,26803.5332483478 -1887,0,47829.1416355684,26803.5332483478 -1888,0,47829.1416355684,26803.5332483478 -1889,0,47829.1416355684,26803.5332483478 -1890,0,47829.1416355684,26803.5332483478 -1891,0,47829.1416355684,26803.5332483478 -1892,0,47829.1416355684,26803.5332483478 -1893,0,47829.1416355684,26803.5332483478 -1894,0,47829.1416355684,26803.5332483478 -1895,0,47829.1416355684,26803.5332483478 -1896,0,47829.1416355684,26803.5332483478 -1897,0,47829.1416355684,26803.5332483478 -1898,0,47829.1416355684,26803.5332483478 -1899,0,47829.1416355684,26803.5332483478 -1900,0,47829.1416355684,26803.5332483478 -1901,0,47829.1416355684,26803.5332483478 -1902,0,47829.1416355684,26803.5332483478 -1903,0,47829.1416355684,26803.5332483478 -1904,0,47829.1416355684,26803.5332483478 -1905,0,47829.1416355684,26803.5332483478 -1906,0,47829.1416355684,26803.5332483478 -1907,0,47829.1416355684,26803.5332483478 -1908,0,47829.1416355684,26803.5332483478 -1909,0,47829.1416355684,26803.5332483478 -1910,0,47829.1416355684,26803.5332483478 -1911,0,47829.1416355684,26803.5332483478 -1912,0,47829.1416355684,26803.5332483478 -1913,0,47829.1416355684,26803.5332483478 -1914,0,47829.1416355684,26803.5332483478 -1915,0,47829.1416355684,26803.5332483478 -1916,0,47829.1416355684,26803.5332483478 -1917,0,47829.1416355684,26803.5332483478 -1918,0,47829.1416355684,26803.5332483478 -1919,0,47829.1416355684,26803.5332483478 -1920,0,47829.1416355684,26803.5332483478 -1921,0,47829.1416355684,26803.5332483478 -1922,0,47829.1416355684,26803.5332483478 -1923,0,47829.1416355684,26803.5332483478 -1924,0,47829.1416355684,26803.5332483478 -1925,0,47829.1416355684,26803.5332483478 -1926,0,47829.1416355684,26803.5332483478 -1927,0,47829.1416355684,26803.5332483478 -1928,0,47829.1416355684,26803.5332483478 -1929,0,47829.1416355684,26803.5332483478 -1930,0,47829.1416355684,26803.5332483478 -1931,0,47829.1416355684,26803.5332483478 -1932,0,47829.1416355684,26803.5332483478 -1933,0,47829.1416355684,26803.5332483478 -1934,0,47829.1416355684,26803.5332483478 -1935,0,47829.1416355684,26803.5332483478 -1936,0,47829.1416355684,26803.5332483478 -1937,0,47829.1416355684,26803.5332483478 -1938,0,47829.1416355684,26803.5332483478 -1939,0,47829.1416355684,26803.5332483478 -1940,0,47829.1416355684,26803.5332483478 -1941,0,47829.1416355684,26803.5332483478 -1942,0,47829.1416355684,26803.5332483478 -1943,0,47829.1416355684,26803.5332483478 -1944,0,47829.1416355684,26803.5332483478 -1945,0,47829.1416355684,26803.5332483478 -1946,0,47829.1416355684,26803.5332483478 -1947,0,47829.1416355684,26803.5332483478 -1948,0,47829.1416355684,26803.5332483478 -1949,0,47829.1416355684,26803.5332483478 -1950,0,47829.1416355684,26803.5332483478 -1951,0,47829.1416355684,26803.5332483478 -1952,0,47829.1416355684,26803.5332483478 -1953,0,47829.1416355684,26803.5332483478 -1954,0,47829.1416355684,26803.5332483478 -1955,0,47829.1416355684,26803.5332483478 -1956,0,47829.1416355684,26803.5332483478 -1957,0,47829.1416355684,26803.5332483478 -1958,0,47829.1416355684,26803.5332483478 -1959,0,47829.1416355684,26803.5332483478 -1960,0,47829.1416355684,26803.5332483478 -1961,0,47829.1416355684,26803.5332483478 -1962,0,47829.1416355684,26803.5332483478 -1963,0,47829.1416355684,26803.5332483478 -1964,0,47829.1416355684,26803.5332483478 -1965,0,47829.1416355684,26803.5332483478 -1966,0,47829.1416355684,26803.5332483478 -1967,0,47829.1416355684,26803.5332483478 -1968,0,47829.1416355684,26803.5332483478 -1969,0,47829.1416355684,26803.5332483478 -1970,0,47829.1416355684,26803.5332483478 -1971,0,47829.1416355684,26803.5332483478 -1972,0,47829.1416355684,26803.5332483478 -1973,0,47829.1416355684,26803.5332483478 -1974,0,47829.1416355684,26803.5332483478 -1975,0,47829.1416355684,26803.5332483478 -1976,0,47829.1416355684,26803.5332483478 -1977,0,47829.1416355684,26803.5332483478 -1978,0,47829.1416355684,26803.5332483478 -1979,0,47829.1416355684,26803.5332483478 -1980,0,47829.1416355684,26803.5332483478 -1981,0,47829.1416355684,26803.5332483478 -1982,0,47829.1416355684,26803.5332483478 -1983,0,47829.1416355684,26803.5332483478 -1984,0,47829.1416355684,26803.5332483478 -1985,0,47829.1416355684,26803.5332483478 -1986,0,47829.1416355684,26803.5332483478 -1987,0,47829.1416355684,26803.5332483478 -1988,0,47829.1416355684,26803.5332483478 -1989,0,47829.1416355684,26803.5332483478 -1990,0,47829.1416355684,26803.5332483478 -1991,0,47829.1416355684,26803.5332483478 -1992,0,47829.1416355684,26803.5332483478 -1993,0,47829.1416355684,26803.5332483478 -1994,0,47829.1416355684,26803.5332483478 -1995,0,47829.1416355684,26803.5332483478 -1996,0,47829.1416355684,26803.5332483478 -1997,0,47829.1416355684,26803.5332483478 -1998,0,47829.1416355684,26803.5332483478 -1999,0,47829.1416355684,26803.5332483478 -2000,0,47829.1416355684,26803.5332483478 -2001,0,47829.1416355684,26803.5332483478 -2002,0,47829.1416355684,26803.5332483478 -2003,0,47829.1416355684,26803.5332483478 -2004,0,47829.1416355684,26803.5332483478 -2005,0,47829.1416355684,26803.5332483478 -2006,0,47829.1416355684,26803.5332483478 -2007,0,47829.1416355684,26803.5332483478 -2008,0,47829.1416355684,26803.5332483478 -2009,0,47829.1416355684,26803.5332483478 -2010,0,47829.1416355684,26803.5332483478 -2011,0,47829.1416355684,26803.5332483478 -2012,0,47829.1416355684,26803.5332483478 -2013,0,47829.1416355684,26803.5332483478 -2014,0,47829.1416355684,26803.5332483478 -2015,0,47829.1416355684,26803.5332483478 -2016,0,47829.1416355684,26803.5332483478 -2017,0,47829.1416355684,26803.5332483478 -2018,0,47829.1416355684,26803.5332483478 -2019,0,47829.1416355684,26803.5332483478 -2020,0,47829.1416355684,26803.5332483478 -2021,0,47829.1416355684,26803.5332483478 -2022,0,47829.1416355684,26803.5332483478 -2023,0,47829.1416355684,26803.5332483478 -2024,0,47829.1416355684,26803.5332483478 -2025,0,47829.1416355684,26803.5332483478 -2026,0,47829.1416355684,26803.5332483478 -2027,0,47829.1416355684,26803.5332483478 -2028,0,47829.1416355684,26803.5332483478 -2029,0,47829.1416355684,26803.5332483478 -2030,0,47829.1416355684,26803.5332483478 -2031,0,47829.1416355684,26803.5332483478 -2032,0,47829.1416355684,26803.5332483478 -2033,0,47829.1416355684,26803.5332483478 -2034,0,47829.1416355684,26803.5332483478 -2035,0,47829.1416355684,26803.5332483478 -2036,0,47829.1416355684,26803.5332483478 -2037,0,47829.1416355684,26803.5332483478 -2038,0,47829.1416355684,26803.5332483478 -2039,0,47829.1416355684,26803.5332483478 -2040,0,47829.1416355684,26803.5332483478 -2041,0,47829.1416355684,26803.5332483478 -2042,0,47829.1416355684,26803.5332483478 -2043,0,47829.1416355684,26803.5332483478 -2044,0,47829.1416355684,26803.5332483478 -2045,0,47829.1416355684,26803.5332483478 -2046,0,47829.1416355684,26803.5332483478 -2047,0,47829.1416355684,26803.5332483478 -2048,0,47829.1416355684,26803.5332483478 -2049,0,47829.1416355684,26803.5332483478 -2050,0,47829.1416355684,26803.5332483478 -2051,0,47829.1416355684,26803.5332483478 -2052,0,47829.1416355684,26803.5332483478 -2053,0,47829.1416355684,26803.5332483478 -2054,0,47829.1416355684,26803.5332483478 -2055,0,47829.1416355684,26803.5332483478 -2056,0,47829.1416355684,26803.5332483478 -2057,0,47829.1416355684,26803.5332483478 -2058,0,47829.1416355684,26803.5332483478 -2059,0,47829.1416355684,26803.5332483478 -2060,0,47829.1416355684,26803.5332483478 -2061,0,47829.1416355684,26803.5332483478 -2062,0,47829.1416355684,26803.5332483478 -2063,0,47829.1416355684,26803.5332483478 -2064,0,47829.1416355684,26803.5332483478 -2065,0,47829.1416355684,26803.5332483478 -2066,0,47829.1416355684,26803.5332483478 -2067,0,47829.1416355684,26803.5332483478 -2068,0,47829.1416355684,26803.5332483478 -2069,0,47829.1416355684,26803.5332483478 -2070,0,47829.1416355684,26803.5332483478 -2071,0,47829.1416355684,26803.5332483478 -2072,0,47829.1416355684,26803.5332483478 -2073,0,47829.1416355684,26803.5332483478 -2074,0,47829.1416355684,26803.5332483478 -2075,0,47829.1416355684,26803.5332483478 -2076,0,47829.1416355684,26803.5332483478 -2077,0,47829.1416355684,26803.5332483478 -2078,0,47829.1416355684,26803.5332483478 -2079,0,47829.1416355684,26803.5332483478 -2080,0,47829.1416355684,26803.5332483478 -2081,0,47829.1416355684,26803.5332483478 -2082,0,47829.1416355684,26803.5332483478 -2083,0,47829.1416355684,26803.5332483478 -2084,0,47829.1416355684,26803.5332483478 -2085,0,47829.1416355684,26803.5332483478 -2086,0,47829.1416355684,26803.5332483478 -2087,0,47829.1416355684,26803.5332483478 -2088,0,47829.1416355684,26803.5332483478 -2089,0,47829.1416355684,26803.5332483478 -2090,0,47829.1416355684,26803.5332483478 -2091,0,47829.1416355684,26803.5332483478 -2092,0,47829.1416355684,26803.5332483478 -2093,0,47829.1416355684,26803.5332483478 -2094,0,47829.1416355684,26803.5332483478 -2095,0,47829.1416355684,26803.5332483478 -2096,0,47829.1416355684,26803.5332483478 -2097,0,47829.1416355684,26803.5332483478 -2098,0,47829.1416355684,26803.5332483478 -2099,0,47829.1416355684,26803.5332483478 -2100,0,47829.1416355684,26803.5332483478 -2101,0,47829.1416355684,26803.5332483478 -2102,0,47829.1416355684,26803.5332483478 -2103,0,47829.1416355684,26803.5332483478 -2104,0,47829.1416355684,26803.5332483478 -2105,0,47829.1416355684,26803.5332483478 -2106,0,47829.1416355684,26803.5332483478 -2107,0,47829.1416355684,26803.5332483478 -2108,0,47829.1416355684,26803.5332483478 -2109,0,47829.1416355684,26803.5332483478 -2110,0,47829.1416355684,26803.5332483478 -2111,0,47829.1416355684,26803.5332483478 -2112,0,47829.1416355684,26803.5332483478 -2113,0,47829.1416355684,26803.5332483478 -2114,0,47829.1416355684,26803.5332483478 -2115,0,47829.1416355684,26803.5332483478 -2116,0,47829.1416355684,26803.5332483478 -2117,0,47829.1416355684,26803.5332483478 -2118,0,47829.1416355684,26803.5332483478 -2119,0,47829.1416355684,26803.5332483478 -2120,0,47829.1416355684,26803.5332483478 -2121,0,47829.1416355684,26803.5332483478 -2122,0,47829.1416355684,26803.5332483478 -2123,0,47829.1416355684,26803.5332483478 -2124,0,47829.1416355684,26803.5332483478 -2125,0,47829.1416355684,26803.5332483478 -2126,0,47829.1416355684,26803.5332483478 -2127,0,47829.1416355684,26803.5332483478 -2128,0,47829.1416355684,26803.5332483478 -2129,0,47829.1416355684,26803.5332483478 -2130,0,47829.1416355684,26803.5332483478 -2131,0,47829.1416355684,26803.5332483478 -2132,0,47829.1416355684,26803.5332483478 -2133,0,47829.1416355684,26803.5332483478 -2134,0,47829.1416355684,26803.5332483478 -2135,0,47829.1416355684,26803.5332483478 -2136,0,47829.1416355684,26803.5332483478 -2137,0,47829.1416355684,26803.5332483478 -2138,0,47829.1416355684,26803.5332483478 -2139,0,47829.1416355684,26803.5332483478 -2140,0,47829.1416355684,26803.5332483478 -2141,0,47829.1416355684,26803.5332483478 -2142,0,47829.1416355684,26803.5332483478 -2143,0,47829.1416355684,26803.5332483478 -2144,0,47829.1416355684,26803.5332483478 -2145,0,47829.1416355684,26803.5332483478 -2146,0,47829.1416355684,26803.5332483478 -2147,0,47829.1416355684,26803.5332483478 -2148,0,47829.1416355684,26803.5332483478 -2149,0,47829.1416355684,26803.5332483478 -2150,0,47829.1416355684,26803.5332483478 -2151,0,47829.1416355684,26803.5332483478 -2152,0,47829.1416355684,26803.5332483478 -2153,0,47829.1416355684,26803.5332483478 -2154,0,47829.1416355684,26803.5332483478 -2155,0,47829.1416355684,26803.5332483478 -2156,0,47829.1416355684,26803.5332483478 -2157,0,47829.1416355684,26803.5332483478 -2158,0,47829.1416355684,26803.5332483478 -2159,0,47829.1416355684,26803.5332483478 -2160,0,47829.1416355684,26803.5332483478 -2161,0,47829.1416355684,26803.5332483478 -2162,0,47829.1416355684,26803.5332483478 -2163,0,47829.1416355684,26803.5332483478 -2164,0,47829.1416355684,26803.5332483478 -2165,0,47829.1416355684,26803.5332483478 -2166,0,47829.1416355684,26803.5332483478 -2167,0,47829.1416355684,26803.5332483478 -2168,0,47829.1416355684,26803.5332483478 -2169,0,47829.1416355684,26803.5332483478 -2170,0,47829.1416355684,26803.5332483478 -2171,0,47829.1416355684,26803.5332483478 -2172,0,47829.1416355684,26803.5332483478 -2173,0,47829.1416355684,26803.5332483478 -2174,0,47829.1416355684,26803.5332483478 -2175,0,47829.1416355684,26803.5332483478 -2176,0,47829.1416355684,26803.5332483478 -2177,0,47829.1416355684,26803.5332483478 -2178,0,47829.1416355684,26803.5332483478 -2179,0,47829.1416355684,26803.5332483478 -2180,0,47829.1416355684,26803.5332483478 -2181,0,47829.1416355684,26803.5332483478 -2182,0,47829.1416355684,26803.5332483478 -2183,0,47829.1416355684,26803.5332483478 -2184,0,47829.1416355684,26803.5332483478 -2185,0,47829.1416355684,26803.5332483478 -2186,0,47829.1416355684,26803.5332483478 -2187,0,47829.1416355684,26803.5332483478 -2188,0,47829.1416355684,26803.5332483478 -2189,0,47829.1416355684,26803.5332483478 -2190,0,47829.1416355684,26803.5332483478 -2191,0,47829.1416355684,26803.5332483478 -2192,0,47829.1416355684,26803.5332483478 -2193,0,47829.1416355684,26803.5332483478 -2194,0,47829.1416355684,26803.5332483478 -2195,0,47829.1416355684,26803.5332483478 -2196,0,47829.1416355684,26803.5332483478 -2197,0,47829.1416355684,26803.5332483478 -2198,0,47829.1416355684,26803.5332483478 -2199,0,47829.1416355684,26803.5332483478 -2200,0,47829.1416355684,26803.5332483478 -2201,0,47829.1416355684,26803.5332483478 -2202,0,47829.1416355684,26803.5332483478 -2203,0,47829.1416355684,26803.5332483478 -2204,0,47829.1416355684,26803.5332483478 -2205,0,47829.1416355684,26803.5332483478 -2206,0,47829.1416355684,26803.5332483478 -2207,0,47829.1416355684,26803.5332483478 -2208,0,47829.1416355684,26803.5332483478 -2209,0,47829.1416355684,26803.5332483478 -2210,0,47829.1416355684,26803.5332483478 -2211,0,47829.1416355684,26803.5332483478 -2212,0,47829.1416355684,26803.5332483478 -2213,0,47829.1416355684,26803.5332483478 -2214,0,47829.1416355684,26803.5332483478 -2215,0,47829.1416355684,26803.5332483478 -2216,0,47829.1416355684,26803.5332483478 -2217,0,47829.1416355684,26803.5332483478 -2218,0,47829.1416355684,26803.5332483478 -2219,0,47829.1416355684,26803.5332483478 -2220,0,47829.1416355684,26803.5332483478 -2221,0,47829.1416355684,26803.5332483478 -2222,0,47829.1416355684,26803.5332483478 -2223,0,47829.1416355684,26803.5332483478 -2224,0,47829.1416355684,26803.5332483478 -2225,0,47829.1416355684,26803.5332483478 -2226,0,47829.1416355684,26803.5332483478 -2227,0,47829.1416355684,26803.5332483478 -2228,0,47829.1416355684,26803.5332483478 -2229,0,47829.1416355684,26803.5332483478 -2230,0,47829.1416355684,26803.5332483478 -2231,0,47829.1416355684,26803.5332483478 -2232,0,47829.1416355684,26803.5332483478 -2233,0,47829.1416355684,26803.5332483478 -2234,0,47829.1416355684,26803.5332483478 -2235,0,47829.1416355684,26803.5332483478 -2236,0,47829.1416355684,26803.5332483478 -2237,0,47829.1416355684,26803.5332483478 -2238,0,47829.1416355684,26803.5332483478 -2239,0,47829.1416355684,26803.5332483478 -2240,0,47829.1416355684,26803.5332483478 -2241,0,47829.1416355684,26803.5332483478 -2242,0,47829.1416355684,26803.5332483478 -2243,0,47829.1416355684,26803.5332483478 -2244,0,47829.1416355684,26803.5332483478 -2245,0,47829.1416355684,26803.5332483478 -2246,0,47829.1416355684,26803.5332483478 -2247,0,47829.1416355684,26803.5332483478 -2248,0,47829.1416355684,26803.5332483478 -2249,0,47829.1416355684,26803.5332483478 -2250,0,47829.1416355684,26803.5332483478 -2251,0,47829.1416355684,26803.5332483478 -2252,0,47829.1416355684,26803.5332483478 -2253,0,47829.1416355684,26803.5332483478 -2254,0,47829.1416355684,26803.5332483478 -2255,0,47829.1416355684,26803.5332483478 -2256,0,47829.1416355684,26803.5332483478 -2257,0,47829.1416355684,26803.5332483478 -2258,0,47829.1416355684,26803.5332483478 -2259,0,47829.1416355684,26803.5332483478 -2260,0,47829.1416355684,26803.5332483478 -2261,0,47829.1416355684,26803.5332483478 -2262,0,47829.1416355684,26803.5332483478 -2263,0,47829.1416355684,26803.5332483478 -2264,0,47829.1416355684,26803.5332483478 -2265,0,47829.1416355684,26803.5332483478 -2266,0,47829.1416355684,26803.5332483478 -2267,0,47829.1416355684,26803.5332483478 -2268,0,47829.1416355684,26803.5332483478 -2269,0,47829.1416355684,26803.5332483478 -2270,0,47829.1416355684,26803.5332483478 -2271,0,47829.1416355684,26803.5332483478 -2272,0,47829.1416355684,26803.5332483478 -2273,0,47829.1416355684,26803.5332483478 -2274,0,47829.1416355684,26803.5332483478 -2275,0,47829.1416355684,26803.5332483478 -2276,0,47829.1416355684,26803.5332483478 -2277,0,47829.1416355684,26803.5332483478 -2278,0,47829.1416355684,26803.5332483478 -2279,0,47829.1416355684,26803.5332483478 -2280,0,47829.1416355684,26803.5332483478 -2281,0,47829.1416355684,26803.5332483478 -2282,0,47829.1416355684,26803.5332483478 -2283,0,47829.1416355684,26803.5332483478 -2284,0,47829.1416355684,26803.5332483478 -2285,0,47829.1416355684,26803.5332483478 -2286,0,47829.1416355684,26803.5332483478 -2287,0,47829.1416355684,26803.5332483478 -2288,0,47829.1416355684,26803.5332483478 -2289,0,47829.1416355684,26803.5332483478 -2290,0,47829.1416355684,26803.5332483478 -2291,0,47829.1416355684,26803.5332483478 -2292,0,47829.1416355684,26803.5332483478 -2293,0,47829.1416355684,26803.5332483478 -2294,0,47829.1416355684,26803.5332483478 -2295,0,47829.1416355684,26803.5332483478 -2296,0,47829.1416355684,26803.5332483478 -2297,0,47829.1416355684,26803.5332483478 -2298,0,47829.1416355684,26803.5332483478 -2299,0,47829.1416355684,26803.5332483478 -2300,0,47829.1416355684,26803.5332483478 -2301,0,47829.1416355684,26803.5332483478 -2302,0,47829.1416355684,26803.5332483478 -2303,0,47829.1416355684,26803.5332483478 -2304,0,47829.1416355684,26803.5332483478 -2305,0,47829.1416355684,26803.5332483478 -2306,0,47829.1416355684,26803.5332483478 -2307,0,47829.1416355684,26803.5332483478 -2308,0,47829.1416355684,26803.5332483478 -2309,0,47829.1416355684,26803.5332483478 -2310,0,47829.1416355684,26803.5332483478 -2311,0,47829.1416355684,26803.5332483478 -2312,0,47829.1416355684,26803.5332483478 -2313,0,47829.1416355684,26803.5332483478 -2314,0,47829.1416355684,26803.5332483478 -2315,0,47829.1416355684,26803.5332483478 -2316,0,47829.1416355684,26803.5332483478 -2317,0,47829.1416355684,26803.5332483478 -2318,0,47829.1416355684,26803.5332483478 -2319,0,47829.1416355684,26803.5332483478 -2320,0,47829.1416355684,26803.5332483478 -2321,0,47829.1416355684,26803.5332483478 -2322,0,47829.1416355684,26803.5332483478 -2323,0,47829.1416355684,26803.5332483478 -2324,0,47829.1416355684,26803.5332483478 -2325,0,47829.1416355684,26803.5332483478 -2326,0,47829.1416355684,26803.5332483478 -2327,0,47829.1416355684,26803.5332483478 -2328,0,47829.1416355684,26803.5332483478 -2329,0,47829.1416355684,26803.5332483478 -2330,0,47829.1416355684,26803.5332483478 -2331,0,47829.1416355684,26803.5332483478 -2332,0,47829.1416355684,26803.5332483478 -2333,0,47829.1416355684,26803.5332483478 -2334,0,47829.1416355684,26803.5332483478 -2335,0,47829.1416355684,26803.5332483478 -2336,0,47829.1416355684,26803.5332483478 -2337,0,47829.1416355684,26803.5332483478 -2338,0,47829.1416355684,26803.5332483478 -2339,0,47829.1416355684,26803.5332483478 -2340,0,47829.1416355684,26803.5332483478 -2341,0,47829.1416355684,26803.5332483478 -2342,0,47829.1416355684,26803.5332483478 -2343,0,47829.1416355684,26803.5332483478 -2344,0,47829.1416355684,26803.5332483478 -2345,0,47829.1416355684,26803.5332483478 -2346,0,47829.1416355684,26803.5332483478 -2347,0,47829.1416355684,26803.5332483478 -2348,0,47829.1416355684,26803.5332483478 -2349,0,47829.1416355684,26803.5332483478 -2350,0,47829.1416355684,26803.5332483478 -2351,0,47829.1416355684,26803.5332483478 -2352,0,47829.1416355684,26803.5332483478 -2353,0,47829.1416355684,26803.5332483478 -2354,0,47829.1416355684,26803.5332483478 -2355,0,47829.1416355684,26803.5332483478 -2356,0,47829.1416355684,26803.5332483478 -2357,0,47829.1416355684,26803.5332483478 -2358,0,47829.1416355684,26803.5332483478 -2359,0,47829.1416355684,26803.5332483478 -2360,0,47829.1416355684,26803.5332483478 -2361,0,47829.1416355684,26803.5332483478 -2362,0,47829.1416355684,26803.5332483478 -2363,0,47829.1416355684,26803.5332483478 -2364,0,47829.1416355684,26803.5332483478 -2365,0,47829.1416355684,26803.5332483478 -2366,0,47829.1416355684,26803.5332483478 -2367,0,47829.1416355684,26803.5332483478 -2368,0,47829.1416355684,26803.5332483478 -2369,0,47829.1416355684,26803.5332483478 -2370,0,47829.1416355684,26803.5332483478 -2371,0,47829.1416355684,26803.5332483478 -2372,0,47829.1416355684,26803.5332483478 -2373,0,47829.1416355684,26803.5332483478 -2374,0,47829.1416355684,26803.5332483478 -2375,0,47829.1416355684,26803.5332483478 -2376,0,47829.1416355684,26803.5332483478 -2377,0,47829.1416355684,26803.5332483478 -2378,0,47829.1416355684,26803.5332483478 -2379,0,47829.1416355684,26803.5332483478 -2380,0,47829.1416355684,26803.5332483478 -2381,0,47829.1416355684,26803.5332483478 -2382,0,47829.1416355684,26803.5332483478 -2383,0,47829.1416355684,26803.5332483478 -2384,0,47829.1416355684,26803.5332483478 -2385,0,47829.1416355684,26803.5332483478 -2386,0,47829.1416355684,26803.5332483478 -2387,0,47829.1416355684,26803.5332483478 -2388,0,47829.1416355684,26803.5332483478 -2389,0,47829.1416355684,26803.5332483478 -2390,0,47829.1416355684,26803.5332483478 -2391,0,47829.1416355684,26803.5332483478 -2392,0,47829.1416355684,26803.5332483478 -2393,0,47829.1416355684,26803.5332483478 -2394,0,47829.1416355684,26803.5332483478 -2395,0,47829.1416355684,26803.5332483478 -2396,0,47829.1416355684,26803.5332483478 -2397,0,47829.1416355684,26803.5332483478 -2398,0,47829.1416355684,26803.5332483478 -2399,0,47829.1416355684,26803.5332483478 -2400,0,47829.1416355684,26803.5332483478 -2401,0,47829.1416355684,26803.5332483478 -2402,0,47829.1416355684,26803.5332483478 -2403,0,47829.1416355684,26803.5332483478 -2404,0,47829.1416355684,26803.5332483478 -2405,0,47829.1416355684,26803.5332483478 -2406,0,47829.1416355684,26803.5332483478 -2407,0,47829.1416355684,26803.5332483478 -2408,0,47829.1416355684,26803.5332483478 -2409,0,47829.1416355684,26803.5332483478 -2410,0,47829.1416355684,26803.5332483478 -2411,0,47829.1416355684,26803.5332483478 -2412,0,47829.1416355684,26803.5332483478 -2413,0,47829.1416355684,26803.5332483478 -2414,0,47829.1416355684,26803.5332483478 -2415,0,47829.1416355684,26803.5332483478 -2416,0,47829.1416355684,26803.5332483478 -2417,0,47829.1416355684,26803.5332483478 -2418,0,47829.1416355684,26803.5332483478 -2419,0,47829.1416355684,26803.5332483478 -2420,0,47829.1416355684,26803.5332483478 -2421,0,47829.1416355684,26803.5332483478 -2422,0,47829.1416355684,26803.5332483478 -2423,0,47829.1416355684,26803.5332483478 -2424,0,47829.1416355684,26803.5332483478 -2425,0,47829.1416355684,26803.5332483478 -2426,0,47829.1416355684,26803.5332483478 -2427,0,47829.1416355684,26803.5332483478 -2428,0,47829.1416355684,26803.5332483478 -2429,0,47829.1416355684,26803.5332483478 -2430,0,47829.1416355684,26803.5332483478 -2431,0,47829.1416355684,26803.5332483478 -2432,0,47829.1416355684,26803.5332483478 -2433,0,47829.1416355684,26803.5332483478 -2434,0,47829.1416355684,26803.5332483478 -2435,0,47829.1416355684,26803.5332483478 -2436,0,47829.1416355684,26803.5332483478 -2437,0,47829.1416355684,26803.5332483478 -2438,0,47829.1416355684,26803.5332483478 -2439,0,47829.1416355684,26803.5332483478 -2440,0,47829.1416355684,26803.5332483478 -2441,0,47829.1416355684,26803.5332483478 -2442,0,47829.1416355684,26803.5332483478 -2443,0,47829.1416355684,26803.5332483478 -2444,0,47829.1416355684,26803.5332483478 -2445,0,47829.1416355684,26803.5332483478 -2446,0,47829.1416355684,26803.5332483478 -2447,0,47829.1416355684,26803.5332483478 -2448,0,47829.1416355684,26803.5332483478 -2449,0,47829.1416355684,26803.5332483478 -2450,0,47829.1416355684,26803.5332483478 -2451,0,47829.1416355684,26803.5332483478 -2452,0,47829.1416355684,26803.5332483478 -2453,0,47829.1416355684,26803.5332483478 -2454,0,47829.1416355684,26803.5332483478 -2455,0,47829.1416355684,26803.5332483478 -2456,0,47829.1416355684,26803.5332483478 -2457,0,47829.1416355684,26803.5332483478 -2458,0,47829.1416355684,26803.5332483478 -2459,0,47829.1416355684,26803.5332483478 -2460,0,47829.1416355684,26803.5332483478 -2461,0,47829.1416355684,26803.5332483478 -2462,0,47829.1416355684,26803.5332483478 -2463,0,47829.1416355684,26803.5332483478 -2464,0,47829.1416355684,26803.5332483478 -2465,0,47829.1416355684,26803.5332483478 -2466,0,47829.1416355684,26803.5332483478 -2467,0,47829.1416355684,26803.5332483478 -2468,0,47829.1416355684,26803.5332483478 -2469,0,47829.1416355684,26803.5332483478 -2470,0,47829.1416355684,26803.5332483478 -2471,0,47829.1416355684,26803.5332483478 -2472,0,47829.1416355684,26803.5332483478 -2473,0,47829.1416355684,26803.5332483478 -2474,0,47829.1416355684,26803.5332483478 -2475,0,47829.1416355684,26803.5332483478 -2476,0,47829.1416355684,26803.5332483478 -2477,0,47829.1416355684,26803.5332483478 -2478,0,47829.1416355684,26803.5332483478 -2479,0,47829.1416355684,26803.5332483478 -2480,0,47829.1416355684,26803.5332483478 -2481,0,47829.1416355684,26803.5332483478 -2482,0,47829.1416355684,26803.5332483478 -2483,0,47829.1416355684,26803.5332483478 -2484,0,47829.1416355684,26803.5332483478 -2485,0,47829.1416355684,26803.5332483478 -2486,0,47829.1416355684,26803.5332483478 -2487,0,47829.1416355684,26803.5332483478 -2488,0,47829.1416355684,26803.5332483478 -2489,0,47829.1416355684,26803.5332483478 -2490,0,47829.1416355684,26803.5332483478 -2491,0,47829.1416355684,26803.5332483478 -2492,0,47829.1416355684,26803.5332483478 -2493,0,47829.1416355684,26803.5332483478 -2494,0,47829.1416355684,26803.5332483478 -2495,0,47829.1416355684,26803.5332483478 -2496,0,47829.1416355684,26803.5332483478 -2497,0,47829.1416355684,26803.5332483478 -2498,0,47829.1416355684,26803.5332483478 -2499,0,47829.1416355684,26803.5332483478 -2500,0,47829.1416355684,26803.5332483478 -2501,0,47829.1416355684,26803.5332483478 -2502,0,47829.1416355684,26803.5332483478 -2503,0,47829.1416355684,26803.5332483478 -2504,0,47829.1416355684,26803.5332483478 -2505,0,47829.1416355684,26803.5332483478 -2506,0,47829.1416355684,26803.5332483478 -2507,0,47829.1416355684,26803.5332483478 -2508,0,47829.1416355684,26803.5332483478 -2509,0,47829.1416355684,26803.5332483478 -2510,0,47829.1416355684,26803.5332483478 -2511,0,47829.1416355684,26803.5332483478 -2512,0,47829.1416355684,26803.5332483478 -2513,0,47829.1416355684,26803.5332483478 -2514,0,47829.1416355684,26803.5332483478 -2515,0,47829.1416355684,26803.5332483478 -2516,0,47829.1416355684,26803.5332483478 -2517,0,47829.1416355684,26803.5332483478 -2518,0,47829.1416355684,26803.5332483478 -2519,0,47829.1416355684,26803.5332483478 -2520,0,47829.1416355684,26803.5332483478 -2521,0,47829.1416355684,26803.5332483478 -2522,0,47829.1416355684,26803.5332483478 -2523,0,47829.1416355684,26803.5332483478 -2524,0,47829.1416355684,26803.5332483478 -2525,0,47829.1416355684,26803.5332483478 -2526,0,47829.1416355684,26803.5332483478 -2527,0,47829.1416355684,26803.5332483478 -2528,0,47829.1416355684,26803.5332483478 -2529,0,47829.1416355684,26803.5332483478 -2530,0,47829.1416355684,26803.5332483478 -2531,0,47829.1416355684,26803.5332483478 -2532,0,47829.1416355684,26803.5332483478 -2533,0,47829.1416355684,26803.5332483478 -2534,0,47829.1416355684,26803.5332483478 -2535,0,47829.1416355684,26803.5332483478 -2536,0,47829.1416355684,26803.5332483478 -2537,0,47829.1416355684,26803.5332483478 -2538,0,47829.1416355684,26803.5332483478 -2539,0,47829.1416355684,26803.5332483478 -2540,0,47829.1416355684,26803.5332483478 -2541,0,47829.1416355684,26803.5332483478 -2542,0,47829.1416355684,26803.5332483478 -2543,0,47829.1416355684,26803.5332483478 -2544,0,47829.1416355684,26803.5332483478 -2545,0,47829.1416355684,26803.5332483478 -2546,0,47829.1416355684,26803.5332483478 -2547,0,47829.1416355684,26803.5332483478 -2548,0,47829.1416355684,26803.5332483478 -2549,0,47829.1416355684,26803.5332483478 -2550,0,47829.1416355684,26803.5332483478 -2551,0,47829.1416355684,26803.5332483478 -2552,0,47829.1416355684,26803.5332483478 -2553,0,47829.1416355684,26803.5332483478 -2554,0,47829.1416355684,26803.5332483478 -2555,0,47829.1416355684,26803.5332483478 -2556,0,47829.1416355684,26803.5332483478 -2557,0,47829.1416355684,26803.5332483478 -2558,0,47829.1416355684,26803.5332483478 -2559,0,47829.1416355684,26803.5332483478 -2560,0,47829.1416355684,26803.5332483478 -2561,0,47829.1416355684,26803.5332483478 -2562,0,47829.1416355684,26803.5332483478 -2563,0,47829.1416355684,26803.5332483478 -2564,0,47829.1416355684,26803.5332483478 -2565,0,47829.1416355684,26803.5332483478 -2566,0,47829.1416355684,26803.5332483478 -2567,0,47829.1416355684,26803.5332483478 -2568,0,47829.1416355684,26803.5332483478 -2569,0,47829.1416355684,26803.5332483478 -2570,0,47829.1416355684,26803.5332483478 -2571,0,47829.1416355684,26803.5332483478 -2572,0,47829.1416355684,26803.5332483478 -2573,0,47829.1416355684,26803.5332483478 -2574,0,47829.1416355684,26803.5332483478 -2575,0,47829.1416355684,26803.5332483478 -2576,0,47829.1416355684,26803.5332483478 -2577,0,47829.1416355684,26803.5332483478 -2578,0,47829.1416355684,26803.5332483478 -2579,0,47829.1416355684,26803.5332483478 -2580,0,47829.1416355684,26803.5332483478 -2581,0,47829.1416355684,26803.5332483478 -2582,0,47829.1416355684,26803.5332483478 -2583,0,47829.1416355684,26803.5332483478 -2584,0,47829.1416355684,26803.5332483478 -2585,0,47829.1416355684,26803.5332483478 -2586,0,47829.1416355684,26803.5332483478 -2587,0,47829.1416355684,26803.5332483478 -2588,0,47829.1416355684,26803.5332483478 -2589,0,47829.1416355684,26803.5332483478 -2590,0,47829.1416355684,26803.5332483478 -2591,0,47829.1416355684,26803.5332483478 -2592,0,47829.1416355684,26803.5332483478 -2593,0,47829.1416355684,26803.5332483478 -2594,0,47829.1416355684,26803.5332483478 -2595,0,47829.1416355684,26803.5332483478 -2596,0,47829.1416355684,26803.5332483478 -2597,0,47829.1416355684,26803.5332483478 -2598,0,47829.1416355684,26803.5332483478 -2599,0,47829.1416355684,26803.5332483478 -2600,0,47829.1416355684,26803.5332483478 -2601,0,47829.1416355684,26803.5332483478 -2602,0,47829.1416355684,26803.5332483478 -2603,0,47829.1416355684,26803.5332483478 -2604,0,47829.1416355684,26803.5332483478 -2605,0,47829.1416355684,26803.5332483478 -2606,0,47829.1416355684,26803.5332483478 -2607,0,47829.1416355684,26803.5332483478 -2608,0,47829.1416355684,26803.5332483478 -2609,0,47829.1416355684,26803.5332483478 -2610,0,47829.1416355684,26803.5332483478 -2611,0,47829.1416355684,26803.5332483478 -2612,0,47829.1416355684,26803.5332483478 -2613,0,47829.1416355684,26803.5332483478 -2614,0,47829.1416355684,26803.5332483478 -2615,0,47829.1416355684,26803.5332483478 -2616,0,47829.1416355684,26803.5332483478 -2617,0,47829.1416355684,26803.5332483478 -2618,0,47829.1416355684,26803.5332483478 -2619,0,47829.1416355684,26803.5332483478 -2620,0,47829.1416355684,26803.5332483478 -2621,0,47829.1416355684,26803.5332483478 -2622,0,47829.1416355684,26803.5332483478 -2623,0,47829.1416355684,26803.5332483478 -2624,0,47829.1416355684,26803.5332483478 -2625,0,47829.1416355684,26803.5332483478 -2626,0,47829.1416355684,26803.5332483478 -2627,0,47829.1416355684,26803.5332483478 -2628,0,47829.1416355684,26803.5332483478 -2629,0,47829.1416355684,26803.5332483478 -2630,0,47829.1416355684,26803.5332483478 -2631,0,47829.1416355684,26803.5332483478 -2632,0,47829.1416355684,26803.5332483478 -2633,0,47829.1416355684,26803.5332483478 -2634,0,47829.1416355684,26803.5332483478 -2635,0,47829.1416355684,26803.5332483478 -2636,0,47829.1416355684,26803.5332483478 -2637,0,47829.1416355684,26803.5332483478 -2638,0,47829.1416355684,26803.5332483478 -2639,0,47829.1416355684,26803.5332483478 -2640,0,47829.1416355684,26803.5332483478 -2641,0,47829.1416355684,26803.5332483478 -2642,0,47829.1416355684,26803.5332483478 -2643,0,47829.1416355684,26803.5332483478 -2644,0,47829.1416355684,26803.5332483478 -2645,0,47829.1416355684,26803.5332483478 -2646,0,47829.1416355684,26803.5332483478 -2647,0,47829.1416355684,26803.5332483478 -2648,0,47829.1416355684,26803.5332483478 -2649,0,47829.1416355684,26803.5332483478 -2650,0,47829.1416355684,26803.5332483478 -2651,0,47829.1416355684,26803.5332483478 -2652,0,47829.1416355684,26803.5332483478 -2653,0,47829.1416355684,26803.5332483478 -2654,0,47829.1416355684,26803.5332483478 -2655,0,47829.1416355684,26803.5332483478 -2656,0,47829.1416355684,26803.5332483478 -2657,0,47829.1416355684,26803.5332483478 -2658,0,47829.1416355684,26803.5332483478 -2659,0,47829.1416355684,26803.5332483478 -2660,0,47829.1416355684,26803.5332483478 -2661,0,47829.1416355684,26803.5332483478 -2662,0,47829.1416355684,26803.5332483478 -2663,0,47829.1416355684,26803.5332483478 -2664,0,47829.1416355684,26803.5332483478 -2665,0,47829.1416355684,26803.5332483478 -2666,0,47829.1416355684,26803.5332483478 -2667,0,47829.1416355684,26803.5332483478 -2668,0,47829.1416355684,26803.5332483478 -2669,0,47829.1416355684,26803.5332483478 -2670,0,47829.1416355684,26803.5332483478 -2671,0,47829.1416355684,26803.5332483478 -2672,0,47829.1416355684,26803.5332483478 -2673,0,47829.1416355684,26803.5332483478 -2674,0,47829.1416355684,26803.5332483478 -2675,0,47829.1416355684,26803.5332483478 -2676,0,47829.1416355684,26803.5332483478 -2677,0,47829.1416355684,26803.5332483478 -2678,0,47829.1416355684,26803.5332483478 -2679,0,47829.1416355684,26803.5332483478 -2680,0,47829.1416355684,26803.5332483478 -2681,0,47829.1416355684,26803.5332483478 -2682,0,47829.1416355684,26803.5332483478 -2683,0,47829.1416355684,26803.5332483478 -2684,0,47829.1416355684,26803.5332483478 -2685,0,47829.1416355684,26803.5332483478 -2686,0,47829.1416355684,26803.5332483478 -2687,0,47829.1416355684,26803.5332483478 -2688,0,47829.1416355684,26803.5332483478 -2689,0,47829.1416355684,26803.5332483478 -2690,0,47829.1416355684,26803.5332483478 -2691,0,47829.1416355684,26803.5332483478 -2692,0,47829.1416355684,26803.5332483478 -2693,0,47829.1416355684,26803.5332483478 -2694,0,47829.1416355684,26803.5332483478 -2695,0,47829.1416355684,26803.5332483478 -2696,0,47829.1416355684,26803.5332483478 -2697,0,47829.1416355684,26803.5332483478 -2698,0,47829.1416355684,26803.5332483478 -2699,0,47829.1416355684,26803.5332483478 -2700,0,47829.1416355684,26803.5332483478 -2701,0,47829.1416355684,26803.5332483478 -2702,0,47829.1416355684,26803.5332483478 -2703,0,47829.1416355684,26803.5332483478 -2704,0,47829.1416355684,26803.5332483478 -2705,0,47829.1416355684,26803.5332483478 -2706,0,47829.1416355684,26803.5332483478 -2707,0,47829.1416355684,26803.5332483478 -2708,0,47829.1416355684,26803.5332483478 -2709,0,47829.1416355684,26803.5332483478 -2710,0,47829.1416355684,26803.5332483478 -2711,0,47829.1416355684,26803.5332483478 -2712,0,47829.1416355684,26803.5332483478 -2713,0,47829.1416355684,26803.5332483478 -2714,0,47829.1416355684,26803.5332483478 -2715,0,47829.1416355684,26803.5332483478 -2716,0,47829.1416355684,26803.5332483478 -2717,0,47829.1416355684,26803.5332483478 -2718,0,47829.1416355684,26803.5332483478 -2719,0,47829.1416355684,26803.5332483478 -2720,0,47829.1416355684,26803.5332483478 -2721,0,47829.1416355684,26803.5332483478 -2722,0,47829.1416355684,26803.5332483478 -2723,0,47829.1416355684,26803.5332483478 -2724,0,47829.1416355684,26803.5332483478 -2725,0,47829.1416355684,26803.5332483478 -2726,0,47829.1416355684,26803.5332483478 -2727,0,47829.1416355684,26803.5332483478 -2728,0,47829.1416355684,26803.5332483478 -2729,0,47829.1416355684,26803.5332483478 -2730,0,47829.1416355684,26803.5332483478 -2731,0,47829.1416355684,26803.5332483478 -2732,0,47829.1416355684,26803.5332483478 -2733,0,47829.1416355684,26803.5332483478 -2734,0,47829.1416355684,26803.5332483478 -2735,0,47829.1416355684,26803.5332483478 -2736,0,47829.1416355684,26803.5332483478 -2737,0,47829.1416355684,26803.5332483478 -2738,0,47829.1416355684,26803.5332483478 -2739,0,47829.1416355684,26803.5332483478 -2740,0,47829.1416355684,26803.5332483478 -2741,0,47829.1416355684,26803.5332483478 -2742,0,47829.1416355684,26803.5332483478 -2743,0,47829.1416355684,26803.5332483478 -2744,0,47829.1416355684,26803.5332483478 -2745,0,47829.1416355684,26803.5332483478 -2746,0,47829.1416355684,26803.5332483478 -2747,0,47829.1416355684,26803.5332483478 -2748,0,47829.1416355684,26803.5332483478 -2749,0,47829.1416355684,26803.5332483478 -2750,0,47829.1416355684,26803.5332483478 -2751,0,47829.1416355684,26803.5332483478 -2752,0,47829.1416355684,26803.5332483478 -2753,0,47829.1416355684,26803.5332483478 -2754,0,47829.1416355684,26803.5332483478 -2755,0,47829.1416355684,26803.5332483478 -2756,0,47829.1416355684,26803.5332483478 -2757,0,47829.1416355684,26803.5332483478 -2758,0,47829.1416355684,26803.5332483478 -2759,0,47829.1416355684,26803.5332483478 -2760,0,47829.1416355684,26803.5332483478 -2761,0,47829.1416355684,26803.5332483478 -2762,0,47829.1416355684,26803.5332483478 -2763,0,47829.1416355684,26803.5332483478 -2764,0,47829.1416355684,26803.5332483478 -2765,0,47829.1416355684,26803.5332483478 -2766,0,47829.1416355684,26803.5332483478 -2767,0,47829.1416355684,26803.5332483478 -2768,0,47829.1416355684,26803.5332483478 -2769,0,47829.1416355684,26803.5332483478 -2770,0,47829.1416355684,26803.5332483478 -2771,0,47829.1416355684,26803.5332483478 -2772,0,47829.1416355684,26803.5332483478 -2773,0,47829.1416355684,26803.5332483478 -2774,0,47829.1416355684,26803.5332483478 -2775,0,47829.1416355684,26803.5332483478 -2776,0,47829.1416355684,26803.5332483478 -2777,0,47829.1416355684,26803.5332483478 -2778,0,47829.1416355684,26803.5332483478 -2779,0,47829.1416355684,26803.5332483478 -2780,0,47829.1416355684,26803.5332483478 -2781,0,47829.1416355684,26803.5332483478 -2782,0,47829.1416355684,26803.5332483478 -2783,0,47829.1416355684,26803.5332483478 -2784,0,47829.1416355684,26803.5332483478 -2785,0,47829.1416355684,26803.5332483478 -2786,0,47829.1416355684,26803.5332483478 -2787,0,47829.1416355684,26803.5332483478 -2788,0,47829.1416355684,26803.5332483478 -2789,0,47829.1416355684,26803.5332483478 -2790,0,47829.1416355684,26803.5332483478 -2791,0,47829.1416355684,26803.5332483478 -2792,0,47829.1416355684,26803.5332483478 -2793,0,47829.1416355684,26803.5332483478 -2794,0,47829.1416355684,26803.5332483478 -2795,0,47829.1416355684,26803.5332483478 -2796,0,47829.1416355684,26803.5332483478 -2797,0,47829.1416355684,26803.5332483478 -2798,0,47829.1416355684,26803.5332483478 -2799,0,47829.1416355684,26803.5332483478 -2800,0,47829.1416355684,26803.5332483478 -2801,0,47829.1416355684,26803.5332483478 -2802,0,47829.1416355684,26803.5332483478 -2803,0,47829.1416355684,26803.5332483478 -2804,0,47829.1416355684,26803.5332483478 -2805,0,47829.1416355684,26803.5332483478 -2806,0,47829.1416355684,26803.5332483478 -2807,0,47829.1416355684,26803.5332483478 -2808,0,47829.1416355684,26803.5332483478 -2809,0,47829.1416355684,26803.5332483478 -2810,0,47829.1416355684,26803.5332483478 -2811,0,47829.1416355684,26803.5332483478 -2812,0,47829.1416355684,26803.5332483478 -2813,0,47829.1416355684,26803.5332483478 -2814,0,47829.1416355684,26803.5332483478 -2815,0,47829.1416355684,26803.5332483478 -2816,0,47829.1416355684,26803.5332483478 -2817,0,47829.1416355684,26803.5332483478 -2818,0,47829.1416355684,26803.5332483478 -2819,0,47829.1416355684,26803.5332483478 -2820,0,47829.1416355684,26803.5332483478 -2821,0,47829.1416355684,26803.5332483478 -2822,0,47829.1416355684,26803.5332483478 -2823,0,47829.1416355684,26803.5332483478 -2824,0,47829.1416355684,26803.5332483478 -2825,0,47829.1416355684,26803.5332483478 -2826,0,47829.1416355684,26803.5332483478 -2827,0,47829.1416355684,26803.5332483478 -2828,0,47829.1416355684,26803.5332483478 -2829,0,47829.1416355684,26803.5332483478 -2830,0,47829.1416355684,26803.5332483478 -2831,0,47829.1416355684,26803.5332483478 -2832,0,47829.1416355684,26803.5332483478 -2833,0,47829.1416355684,26803.5332483478 -2834,0,47829.1416355684,26803.5332483478 -2835,0,47829.1416355684,26803.5332483478 -2836,0,47829.1416355684,26803.5332483478 -2837,0,47829.1416355684,26803.5332483478 -2838,0,47829.1416355684,26803.5332483478 -2839,0,47829.1416355684,26803.5332483478 -2840,0,47829.1416355684,26803.5332483478 -2841,0,47829.1416355684,26803.5332483478 -2842,0,47829.1416355684,26803.5332483478 -2843,0,47829.1416355684,26803.5332483478 -2844,0,47829.1416355684,26803.5332483478 -2845,0,47829.1416355684,26803.5332483478 -2846,0,47829.1416355684,26803.5332483478 -2847,0,47829.1416355684,26803.5332483478 -2848,0,47829.1416355684,26803.5332483478 -2849,0,47829.1416355684,26803.5332483478 -2850,0,47829.1416355684,26803.5332483478 -2851,0,47829.1416355684,26803.5332483478 -2852,0,47829.1416355684,26803.5332483478 -2853,0,47829.1416355684,26803.5332483478 -2854,0,47829.1416355684,26803.5332483478 -2855,0,47829.1416355684,26803.5332483478 -2856,0,47829.1416355684,26803.5332483478 -2857,0,47829.1416355684,26803.5332483478 -2858,0,47829.1416355684,26803.5332483478 -2859,0,47829.1416355684,26803.5332483478 -2860,0,47829.1416355684,26803.5332483478 -2861,0,47829.1416355684,26803.5332483478 -2862,0,47829.1416355684,26803.5332483478 -2863,0,47829.1416355684,26803.5332483478 -2864,0,47829.1416355684,26803.5332483478 -2865,0,47829.1416355684,26803.5332483478 -2866,0,47829.1416355684,26803.5332483478 -2867,0,47829.1416355684,26803.5332483478 -2868,0,47829.1416355684,26803.5332483478 -2869,0,47829.1416355684,26803.5332483478 -2870,0,47829.1416355684,26803.5332483478 -2871,0,47829.1416355684,26803.5332483478 -2872,0,47829.1416355684,26803.5332483478 -2873,0,47829.1416355684,26803.5332483478 -2874,0,47829.1416355684,26803.5332483478 -2875,0,47829.1416355684,26803.5332483478 -2876,0,47829.1416355684,26803.5332483478 -2877,0,47829.1416355684,26803.5332483478 -2878,0,47829.1416355684,26803.5332483478 -2879,0,47829.1416355684,26803.5332483478 -2880,0,47829.1416355684,26803.5332483478 -2881,0,47829.1416355684,26803.5332483478 -2882,0,47829.1416355684,26803.5332483478 -2883,0,47829.1416355684,26803.5332483478 -2884,0,47829.1416355684,26803.5332483478 -2885,0,47829.1416355684,26803.5332483478 -2886,0,47829.1416355684,26803.5332483478 -2887,0,47829.1416355684,26803.5332483478 -2888,0,47829.1416355684,26803.5332483478 -2889,0,47829.1416355684,26803.5332483478 -2890,0,47829.1416355684,26803.5332483478 -2891,0,47829.1416355684,26803.5332483478 -2892,0,47829.1416355684,26803.5332483478 -2893,0,47829.1416355684,26803.5332483478 -2894,0,47829.1416355684,26803.5332483478 -2895,0,47829.1416355684,26803.5332483478 -2896,0,47829.1416355684,26803.5332483478 -2897,0,47829.1416355684,26803.5332483478 -2898,0,47829.1416355684,26803.5332483478 -2899,0,47829.1416355684,26803.5332483478 -2900,0,47829.1416355684,26803.5332483478 -2901,0,47829.1416355684,26803.5332483478 -2902,0,47829.1416355684,26803.5332483478 -2903,0,47829.1416355684,26803.5332483478 -2904,0,47829.1416355684,26803.5332483478 -2905,0,47829.1416355684,26803.5332483478 -2906,0,47829.1416355684,26803.5332483478 -2907,0,47829.1416355684,26803.5332483478 -2908,0,47829.1416355684,26803.5332483478 -2909,0,47829.1416355684,26803.5332483478 -2910,0,47829.1416355684,26803.5332483478 -2911,0,47829.1416355684,26803.5332483478 -2912,0,47829.1416355684,26803.5332483478 -2913,0,47829.1416355684,26803.5332483478 -2914,0,47829.1416355684,26803.5332483478 -2915,0,47829.1416355684,26803.5332483478 -2916,0,47829.1416355684,26803.5332483478 -2917,0,47829.1416355684,26803.5332483478 -2918,0,47829.1416355684,26803.5332483478 -2919,0,47829.1416355684,26803.5332483478 -2920,0,47829.1416355684,26803.5332483478 -2921,0,47829.1416355684,26803.5332483478 -2922,0,47829.1416355684,26803.5332483478 -2923,0,47829.1416355684,26803.5332483478 -2924,0,47829.1416355684,26803.5332483478 -2925,0,47829.1416355684,26803.5332483478 -2926,0,47829.1416355684,26803.5332483478 -2927,0,47829.1416355684,26803.5332483478 -2928,0,47829.1416355684,26803.5332483478 -2929,0,47829.1416355684,26803.5332483478 -2930,0,47829.1416355684,26803.5332483478 -2931,0,47829.1416355684,26803.5332483478 -2932,0,47829.1416355684,26803.5332483478 -2933,0,47829.1416355684,26803.5332483478 -2934,0,47829.1416355684,26803.5332483478 -2935,0,47829.1416355684,26803.5332483478 -2936,0,47829.1416355684,26803.5332483478 -2937,0,47829.1416355684,26803.5332483478 -2938,0,47829.1416355684,26803.5332483478 -2939,0,47829.1416355684,26803.5332483478 -2940,0,47829.1416355684,26803.5332483478 -2941,0,47829.1416355684,26803.5332483478 -2942,0,47829.1416355684,26803.5332483478 -2943,0,47829.1416355684,26803.5332483478 -2944,0,47829.1416355684,26803.5332483478 -2945,0,47829.1416355684,26803.5332483478 -2946,0,47829.1416355684,26803.5332483478 -2947,0,47829.1416355684,26803.5332483478 -2948,0,47829.1416355684,26803.5332483478 -2949,0,47829.1416355684,26803.5332483478 -2950,0,47829.1416355684,26803.5332483478 -2951,0,47829.1416355684,26803.5332483478 -2952,0,47829.1416355684,26803.5332483478 -2953,0,47829.1416355684,26803.5332483478 -2954,0,47829.1416355684,26803.5332483478 -2955,0,47829.1416355684,26803.5332483478 -2956,0,47829.1416355684,26803.5332483478 -2957,0,47829.1416355684,26803.5332483478 -2958,0,47829.1416355684,26803.5332483478 -2959,0,47829.1416355684,26803.5332483478 -2960,0,47829.1416355684,26803.5332483478 -2961,0,47829.1416355684,26803.5332483478 -2962,0,47829.1416355684,26803.5332483478 -2963,0,47829.1416355684,26803.5332483478 -2964,0,47829.1416355684,26803.5332483478 -2965,0,47829.1416355684,26803.5332483478 -2966,0,47829.1416355684,26803.5332483478 -2967,0,47829.1416355684,26803.5332483478 -2968,0,47829.1416355684,26803.5332483478 -2969,0,47829.1416355684,26803.5332483478 -2970,0,47829.1416355684,26803.5332483478 -2971,0,47829.1416355684,26803.5332483478 -2972,0,47829.1416355684,26803.5332483478 -2973,0,47829.1416355684,26803.5332483478 -2974,0,47829.1416355684,26803.5332483478 -2975,0,47829.1416355684,26803.5332483478 -2976,0,47829.1416355684,26803.5332483478 -2977,0,47829.1416355684,26803.5332483478 -2978,0,47829.1416355684,26803.5332483478 -2979,0,47829.1416355684,26803.5332483478 -2980,0,47829.1416355684,26803.5332483478 -2981,0,47829.1416355684,26803.5332483478 -2982,0,47829.1416355684,26803.5332483478 -2983,0,47829.1416355684,26803.5332483478 -2984,0,47829.1416355684,26803.5332483478 -2985,0,47829.1416355684,26803.5332483478 -2986,0,47829.1416355684,26803.5332483478 -2987,0,47829.1416355684,26803.5332483478 -2988,0,47829.1416355684,26803.5332483478 -2989,0,47829.1416355684,26803.5332483478 -2990,0,47829.1416355684,26803.5332483478 -2991,0,47829.1416355684,26803.5332483478 -2992,0,47829.1416355684,26803.5332483478 -2993,0,47829.1416355684,26803.5332483478 -2994,0,47829.1416355684,26803.5332483478 -2995,0,47829.1416355684,26803.5332483478 -2996,0,47829.1416355684,26803.5332483478 -2997,0,47829.1416355684,26803.5332483478 -2998,0,47829.1416355684,26803.5332483478 -2999,0,47829.1416355684,26803.5332483478 -3000,0,47829.1416355684,26803.5332483478 -3001,0,47829.1416355684,26803.5332483478 -3002,0,47829.1416355684,26803.5332483478 -3003,0,47829.1416355684,26803.5332483478 -3004,0,47829.1416355684,26803.5332483478 -3005,0,47829.1416355684,26803.5332483478 -3006,0,47829.1416355684,26803.5332483478 -3007,0,47829.1416355684,26803.5332483478 -3008,0,47829.1416355684,26803.5332483478 -3009,0,47829.1416355684,26803.5332483478 -3010,0,47829.1416355684,26803.5332483478 -3011,0,47829.1416355684,26803.5332483478 -3012,0,47829.1416355684,26803.5332483478 -3013,0,47829.1416355684,26803.5332483478 -3014,0,47829.1416355684,26803.5332483478 -3015,0,47829.1416355684,26803.5332483478 -3016,0,47829.1416355684,26803.5332483478 -3017,0,47829.1416355684,26803.5332483478 -3018,0,47829.1416355684,26803.5332483478 -3019,0,47829.1416355684,26803.5332483478 -3020,0,47829.1416355684,26803.5332483478 -3021,0,47829.1416355684,26803.5332483478 -3022,0,47829.1416355684,26803.5332483478 -3023,0,47829.1416355684,26803.5332483478 -3024,0,47829.1416355684,26803.5332483478 -3025,0,47829.1416355684,26803.5332483478 -3026,0,47829.1416355684,26803.5332483478 -3027,0,47829.1416355684,26803.5332483478 -3028,0,47829.1416355684,26803.5332483478 -3029,0,47829.1416355684,26803.5332483478 -3030,0,47829.1416355684,26803.5332483478 -3031,0,47829.1416355684,26803.5332483478 -3032,0,47829.1416355684,26803.5332483478 -3033,0,47829.1416355684,26803.5332483478 -3034,0,47829.1416355684,26803.5332483478 -3035,0,47829.1416355684,26803.5332483478 -3036,0,47829.1416355684,26803.5332483478 -3037,0,47829.1416355684,26803.5332483478 -3038,0,47829.1416355684,26803.5332483478 -3039,0,47829.1416355684,26803.5332483478 -3040,0,47829.1416355684,26803.5332483478 -3041,0,47829.1416355684,26803.5332483478 -3042,0,47829.1416355684,26803.5332483478 -3043,0,47829.1416355684,26803.5332483478 -3044,0,47829.1416355684,26803.5332483478 -3045,0,47829.1416355684,26803.5332483478 -3046,0,47829.1416355684,26803.5332483478 -3047,0,47829.1416355684,26803.5332483478 -3048,0,47829.1416355684,26803.5332483478 -3049,0,47829.1416355684,26803.5332483478 -3050,0,47829.1416355684,26803.5332483478 -3051,0,47829.1416355684,26803.5332483478 -3052,0,47829.1416355684,26803.5332483478 -3053,0,47829.1416355684,26803.5332483478 -3054,0,47829.1416355684,26803.5332483478 -3055,0,47829.1416355684,26803.5332483478 -3056,0,47829.1416355684,26803.5332483478 -3057,0,47829.1416355684,26803.5332483478 -3058,0,47829.1416355684,26803.5332483478 -3059,0,47829.1416355684,26803.5332483478 -3060,0,47829.1416355684,26803.5332483478 -3061,0,47829.1416355684,26803.5332483478 -3062,0,47829.1416355684,26803.5332483478 -3063,0,47829.1416355684,26803.5332483478 -3064,0,47829.1416355684,26803.5332483478 -3065,0,47829.1416355684,26803.5332483478 -3066,0,47829.1416355684,26803.5332483478 -3067,0,47829.1416355684,26803.5332483478 -3068,0,47829.1416355684,26803.5332483478 -3069,0,47829.1416355684,26803.5332483478 -3070,0,47829.1416355684,26803.5332483478 -3071,0,47829.1416355684,26803.5332483478 -3072,0,47829.1416355684,26803.5332483478 -3073,0,47829.1416355684,26803.5332483478 -3074,0,47829.1416355684,26803.5332483478 -3075,0,47829.1416355684,26803.5332483478 -3076,0,47829.1416355684,26803.5332483478 -3077,0,47829.1416355684,26803.5332483478 -3078,0,47829.1416355684,26803.5332483478 -3079,0,47829.1416355684,26803.5332483478 -3080,0,47829.1416355684,26803.5332483478 -3081,0,47829.1416355684,26803.5332483478 -3082,0,47829.1416355684,26803.5332483478 -3083,0,47829.1416355684,26803.5332483478 -3084,0,47829.1416355684,26803.5332483478 -3085,0,47829.1416355684,26803.5332483478 -3086,0,47829.1416355684,26803.5332483478 -3087,0,47829.1416355684,26803.5332483478 -3088,0,47829.1416355684,26803.5332483478 -3089,0,47829.1416355684,26803.5332483478 -3090,0,47829.1416355684,26803.5332483478 -3091,0,47829.1416355684,26803.5332483478 -3092,0,47829.1416355684,26803.5332483478 -3093,0,47829.1416355684,26803.5332483478 -3094,0,47829.1416355684,26803.5332483478 -3095,0,47829.1416355684,26803.5332483478 -3096,0,47829.1416355684,26803.5332483478 -3097,0,47829.1416355684,26803.5332483478 -3098,0,47829.1416355684,26803.5332483478 -3099,0,47829.1416355684,26803.5332483478 -3100,0,47829.1416355684,26803.5332483478 -3101,0,47829.1416355684,26803.5332483478 -3102,0,47829.1416355684,26803.5332483478 -3103,0,47829.1416355684,26803.5332483478 -3104,0,47829.1416355684,26803.5332483478 -3105,0,47829.1416355684,26803.5332483478 -3106,0,47829.1416355684,26803.5332483478 -3107,0,47829.1416355684,26803.5332483478 -3108,0,47829.1416355684,26803.5332483478 -3109,0,47829.1416355684,26803.5332483478 -3110,0,47829.1416355684,26803.5332483478 -3111,0,47829.1416355684,26803.5332483478 -3112,0,47829.1416355684,26803.5332483478 -3113,0,47829.1416355684,26803.5332483478 -3114,0,47829.1416355684,26803.5332483478 -3115,0,47829.1416355684,26803.5332483478 -3116,0,47829.1416355684,26803.5332483478 -3117,0,47829.1416355684,26803.5332483478 -3118,0,47829.1416355684,26803.5332483478 -3119,0,47829.1416355684,26803.5332483478 -3120,0,47829.1416355684,26803.5332483478 -3121,0,47829.1416355684,26803.5332483478 -3122,0,47829.1416355684,26803.5332483478 -3123,0,47829.1416355684,26803.5332483478 -3124,0,47829.1416355684,26803.5332483478 -3125,0,47829.1416355684,26803.5332483478 -3126,0,47829.1416355684,26803.5332483478 -3127,0,47829.1416355684,26803.5332483478 -3128,0,47829.1416355684,26803.5332483478 -3129,0,47829.1416355684,26803.5332483478 -3130,0,47829.1416355684,26803.5332483478 -3131,0,47829.1416355684,26803.5332483478 -3132,0,47829.1416355684,26803.5332483478 -3133,0,47829.1416355684,26803.5332483478 -3134,0,47829.1416355684,26803.5332483478 -3135,0,47829.1416355684,26803.5332483478 -3136,0,47829.1416355684,26803.5332483478 -3137,0,47829.1416355684,26803.5332483478 -3138,0,47829.1416355684,26803.5332483478 -3139,0,47829.1416355684,26803.5332483478 -3140,0,47829.1416355684,26803.5332483478 -3141,0,47829.1416355684,26803.5332483478 -3142,0,47829.1416355684,26803.5332483478 -3143,0,47829.1416355684,26803.5332483478 -3144,0,47829.1416355684,26803.5332483478 -3145,0,47829.1416355684,26803.5332483478 -3146,0,47829.1416355684,26803.5332483478 -3147,0,47829.1416355684,26803.5332483478 -3148,0,47829.1416355684,26803.5332483478 -3149,0,47829.1416355684,26803.5332483478 -3150,0,47829.1416355684,26803.5332483478 -3151,0,47829.1416355684,26803.5332483478 -3152,0,47829.1416355684,26803.5332483478 -3153,0,47829.1416355684,26803.5332483478 -3154,0,47829.1416355684,26803.5332483478 -3155,0,47829.1416355684,26803.5332483478 -3156,0,47829.1416355684,26803.5332483478 -3157,0,47829.1416355684,26803.5332483478 -3158,0,47829.1416355684,26803.5332483478 -3159,0,47829.1416355684,26803.5332483478 -3160,0,47829.1416355684,26803.5332483478 -3161,0,47829.1416355684,26803.5332483478 -3162,0,47829.1416355684,26803.5332483478 -3163,0,47829.1416355684,26803.5332483478 -3164,0,47829.1416355684,26803.5332483478 -3165,0,47829.1416355684,26803.5332483478 -3166,0,47829.1416355684,26803.5332483478 -3167,0,47829.1416355684,26803.5332483478 -3168,0,47829.1416355684,26803.5332483478 -3169,0,47829.1416355684,26803.5332483478 -3170,0,47829.1416355684,26803.5332483478 -3171,0,47829.1416355684,26803.5332483478 -3172,0,47829.1416355684,26803.5332483478 -3173,0,47829.1416355684,26803.5332483478 -3174,0,47829.1416355684,26803.5332483478 -3175,0,47829.1416355684,26803.5332483478 -3176,0,47829.1416355684,26803.5332483478 -3177,0,47829.1416355684,26803.5332483478 -3178,0,47829.1416355684,26803.5332483478 -3179,0,47829.1416355684,26803.5332483478 -3180,0,47829.1416355684,26803.5332483478 -3181,0,47829.1416355684,26803.5332483478 -3182,0,47829.1416355684,26803.5332483478 -3183,0,47829.1416355684,26803.5332483478 -3184,0,47829.1416355684,26803.5332483478 -3185,0,47829.1416355684,26803.5332483478 -3186,0,47829.1416355684,26803.5332483478 -3187,0,47829.1416355684,26803.5332483478 -3188,0,47829.1416355684,26803.5332483478 -3189,0,47829.1416355684,26803.5332483478 -3190,0,47829.1416355684,26803.5332483478 -3191,0,47829.1416355684,26803.5332483478 -3192,0,47829.1416355684,26803.5332483478 -3193,0,47829.1416355684,26803.5332483478 -3194,0,47829.1416355684,26803.5332483478 -3195,0,47829.1416355684,26803.5332483478 -3196,0,47829.1416355684,26803.5332483478 -3197,0,47829.1416355684,26803.5332483478 -3198,0,47829.1416355684,26803.5332483478 -3199,0,47829.1416355684,26803.5332483478 -3200,0,47829.1416355684,26803.5332483478 -3201,0,47829.1416355684,26803.5332483478 -3202,0,47829.1416355684,26803.5332483478 -3203,0,47829.1416355684,26803.5332483478 -3204,0,47829.1416355684,26803.5332483478 -3205,0,47829.1416355684,26803.5332483478 -3206,0,47829.1416355684,26803.5332483478 -3207,0,47829.1416355684,26803.5332483478 -3208,0,47829.1416355684,26803.5332483478 -3209,0,47829.1416355684,26803.5332483478 -3210,0,47829.1416355684,26803.5332483478 -3211,0,47829.1416355684,26803.5332483478 -3212,0,47829.1416355684,26803.5332483478 -3213,0,47829.1416355684,26803.5332483478 -3214,0,47829.1416355684,26803.5332483478 -3215,0,47829.1416355684,26803.5332483478 -3216,0,47829.1416355684,26803.5332483478 -3217,0,47829.1416355684,26803.5332483478 -3218,0,47829.1416355684,26803.5332483478 -3219,0,47829.1416355684,26803.5332483478 -3220,0,47829.1416355684,26803.5332483478 -3221,0,47829.1416355684,26803.5332483478 -3222,0,47829.1416355684,26803.5332483478 -3223,0,47829.1416355684,26803.5332483478 -3224,0,47829.1416355684,26803.5332483478 -3225,0,47829.1416355684,26803.5332483478 -3226,0,47829.1416355684,26803.5332483478 -3227,0,47829.1416355684,26803.5332483478 -3228,0,47829.1416355684,26803.5332483478 -3229,0,47829.1416355684,26803.5332483478 -3230,0,47829.1416355684,26803.5332483478 -3231,0,47829.1416355684,26803.5332483478 -3232,0,47829.1416355684,26803.5332483478 -3233,0,47829.1416355684,26803.5332483478 -3234,0,47829.1416355684,26803.5332483478 -3235,0,47829.1416355684,26803.5332483478 -3236,0,47829.1416355684,26803.5332483478 -3237,0,47829.1416355684,26803.5332483478 -3238,0,47829.1416355684,26803.5332483478 -3239,0,47829.1416355684,26803.5332483478 -3240,0,47829.1416355684,26803.5332483478 -3241,0,47829.1416355684,26803.5332483478 -3242,0,47829.1416355684,26803.5332483478 -3243,0,47829.1416355684,26803.5332483478 -3244,0,47829.1416355684,26803.5332483478 -3245,0,47829.1416355684,26803.5332483478 -3246,0,47829.1416355684,26803.5332483478 -3247,0,47829.1416355684,26803.5332483478 -3248,0,47829.1416355684,26803.5332483478 -3249,0,47829.1416355684,26803.5332483478 -3250,0,47829.1416355684,26803.5332483478 -3251,0,47829.1416355684,26803.5332483478 -3252,0,47829.1416355684,26803.5332483478 -3253,0,47829.1416355684,26803.5332483478 -3254,0,47829.1416355684,26803.5332483478 -3255,0,47829.1416355684,26803.5332483478 -3256,0,47829.1416355684,26803.5332483478 -3257,0,47829.1416355684,26803.5332483478 -3258,0,47829.1416355684,26803.5332483478 -3259,0,47829.1416355684,26803.5332483478 -3260,0,47829.1416355684,26803.5332483478 -3261,0,47829.1416355684,26803.5332483478 -3262,0,47829.1416355684,26803.5332483478 -3263,0,47829.1416355684,26803.5332483478 -3264,0,47829.1416355684,26803.5332483478 -3265,0,47829.1416355684,26803.5332483478 -3266,0,47829.1416355684,26803.5332483478 -3267,0,47829.1416355684,26803.5332483478 -3268,0,47829.1416355684,26803.5332483478 -3269,0,47829.1416355684,26803.5332483478 -3270,0,47829.1416355684,26803.5332483478 -3271,0,47829.1416355684,26803.5332483478 -3272,0,47829.1416355684,26803.5332483478 -3273,0,47829.1416355684,26803.5332483478 -3274,0,47829.1416355684,26803.5332483478 -3275,0,47829.1416355684,26803.5332483478 -3276,0,47829.1416355684,26803.5332483478 -3277,0,47829.1416355684,26803.5332483478 -3278,0,47829.1416355684,26803.5332483478 -3279,0,47829.1416355684,26803.5332483478 -3280,0,47829.1416355684,26803.5332483478 -3281,0,47829.1416355684,26803.5332483478 -3282,0,47829.1416355684,26803.5332483478 -3283,0,47829.1416355684,26803.5332483478 -3284,0,47829.1416355684,26803.5332483478 -3285,0,47829.1416355684,26803.5332483478 -3286,0,47829.1416355684,26803.5332483478 -3287,0,47829.1416355684,26803.5332483478 -3288,0,47829.1416355684,26803.5332483478 -3289,0,47829.1416355684,26803.5332483478 -3290,0,47829.1416355684,26803.5332483478 -3291,0,47829.1416355684,26803.5332483478 -3292,0,47829.1416355684,26803.5332483478 -3293,0,47829.1416355684,26803.5332483478 -3294,0,47829.1416355684,26803.5332483478 -3295,0,47829.1416355684,26803.5332483478 -3296,0,47829.1416355684,26803.5332483478 -3297,0,47829.1416355684,26803.5332483478 -3298,0,47829.1416355684,26803.5332483478 -3299,0,47829.1416355684,26803.5332483478 -3300,0,47829.1416355684,26803.5332483478 -3301,0,47829.1416355684,26803.5332483478 -3302,0,47829.1416355684,26803.5332483478 -3303,0,47829.1416355684,26803.5332483478 -3304,0,47829.1416355684,26803.5332483478 -3305,0,47829.1416355684,26803.5332483478 -3306,0,47829.1416355684,26803.5332483478 -3307,0,47829.1416355684,26803.5332483478 -3308,0,47829.1416355684,26803.5332483478 -3309,0,47829.1416355684,26803.5332483478 -3310,0,47829.1416355684,26803.5332483478 -3311,0,47829.1416355684,26803.5332483478 -3312,0,47829.1416355684,26803.5332483478 -3313,0,47829.1416355684,26803.5332483478 -3314,0,47829.1416355684,26803.5332483478 -3315,0,47829.1416355684,26803.5332483478 -3316,0,47829.1416355684,26803.5332483478 -3317,0,47829.1416355684,26803.5332483478 -3318,0,47829.1416355684,26803.5332483478 -3319,0,47829.1416355684,26803.5332483478 -3320,0,47829.1416355684,26803.5332483478 -3321,0,47829.1416355684,26803.5332483478 -3322,0,47829.1416355684,26803.5332483478 -3323,0,47829.1416355684,26803.5332483478 -3324,0,47829.1416355684,26803.5332483478 -3325,0,47829.1416355684,26803.5332483478 -3326,0,47829.1416355684,26803.5332483478 -3327,0,47829.1416355684,26803.5332483478 -3328,0,47829.1416355684,26803.5332483478 -3329,0,47829.1416355684,26803.5332483478 -3330,0,47829.1416355684,26803.5332483478 -3331,0,47829.1416355684,26803.5332483478 -3332,0,47829.1416355684,26803.5332483478 -3333,0,47829.1416355684,26803.5332483478 -3334,0,47829.1416355684,26803.5332483478 -3335,0,47829.1416355684,26803.5332483478 -3336,0,47829.1416355684,26803.5332483478 -3337,0,47829.1416355684,26803.5332483478 -3338,0,47829.1416355684,26803.5332483478 -3339,0,47829.1416355684,26803.5332483478 -3340,0,47829.1416355684,26803.5332483478 -3341,0,47829.1416355684,26803.5332483478 -3342,0,47829.1416355684,26803.5332483478 -3343,0,47829.1416355684,26803.5332483478 -3344,0,47829.1416355684,26803.5332483478 -3345,0,47829.1416355684,26803.5332483478 -3346,0,47829.1416355684,26803.5332483478 -3347,0,47829.1416355684,26803.5332483478 -3348,0,47829.1416355684,26803.5332483478 -3349,0,47829.1416355684,26803.5332483478 -3350,0,47829.1416355684,26803.5332483478 -3351,0,47829.1416355684,26803.5332483478 -3352,0,47829.1416355684,26803.5332483478 -3353,0,47829.1416355684,26803.5332483478 -3354,0,47829.1416355684,26803.5332483478 -3355,0,47829.1416355684,26803.5332483478 -3356,0,47829.1416355684,26803.5332483478 -3357,0,47829.1416355684,26803.5332483478 -3358,0,47829.1416355684,26803.5332483478 -3359,0,47829.1416355684,26803.5332483478 -3360,0,47829.1416355684,26803.5332483478 -3361,0,47829.1416355684,26803.5332483478 -3362,0,47829.1416355684,26803.5332483478 -3363,0,47829.1416355684,26803.5332483478 -3364,0,47829.1416355684,26803.5332483478 -3365,0,47829.1416355684,26803.5332483478 -3366,0,47829.1416355684,26803.5332483478 -3367,0,47829.1416355684,26803.5332483478 -3368,0,47829.1416355684,26803.5332483478 -3369,0,47829.1416355684,26803.5332483478 -3370,0,47829.1416355684,26803.5332483478 -3371,0,47829.1416355684,26803.5332483478 -3372,0,47829.1416355684,26803.5332483478 -3373,0,47829.1416355684,26803.5332483478 -3374,0,47829.1416355684,26803.5332483478 -3375,0,47829.1416355684,26803.5332483478 -3376,0,47829.1416355684,26803.5332483478 -3377,0,47829.1416355684,26803.5332483478 -3378,0,47829.1416355684,26803.5332483478 -3379,0,47829.1416355684,26803.5332483478 -3380,0,47829.1416355684,26803.5332483478 -3381,0,47829.1416355684,26803.5332483478 -3382,0,47829.1416355684,26803.5332483478 -3383,0,47829.1416355684,26803.5332483478 -3384,0,47829.1416355684,26803.5332483478 -3385,0,47829.1416355684,26803.5332483478 -3386,0,47829.1416355684,26803.5332483478 -3387,0,47829.1416355684,26803.5332483478 -3388,0,47829.1416355684,26803.5332483478 -3389,0,47829.1416355684,26803.5332483478 -3390,0,47829.1416355684,26803.5332483478 -3391,0,47829.1416355684,26803.5332483478 -3392,0,47829.1416355684,26803.5332483478 -3393,0,47829.1416355684,26803.5332483478 -3394,0,47829.1416355684,26803.5332483478 -3395,0,47829.1416355684,26803.5332483478 -3396,0,47829.1416355684,26803.5332483478 -3397,0,47829.1416355684,26803.5332483478 -3398,0,47829.1416355684,26803.5332483478 -3399,0,47829.1416355684,26803.5332483478 -3400,0,47829.1416355684,26803.5332483478 -3401,0,47829.1416355684,26803.5332483478 -3402,0,47829.1416355684,26803.5332483478 -3403,0,47829.1416355684,26803.5332483478 -3404,0,47829.1416355684,26803.5332483478 -3405,0,47829.1416355684,26803.5332483478 -3406,0,47829.1416355684,26803.5332483478 -3407,0,47829.1416355684,26803.5332483478 -3408,0,47829.1416355684,26803.5332483478 -3409,0,47829.1416355684,26803.5332483478 -3410,0,47829.1416355684,26803.5332483478 -3411,0,47829.1416355684,26803.5332483478 -3412,0,47829.1416355684,26803.5332483478 -3413,0,47829.1416355684,26803.5332483478 -3414,0,47829.1416355684,26803.5332483478 -3415,0,47829.1416355684,26803.5332483478 -3416,0,47829.1416355684,26803.5332483478 -3417,0,47829.1416355684,26803.5332483478 -3418,0,47829.1416355684,26803.5332483478 -3419,0,47829.1416355684,26803.5332483478 -3420,0,47829.1416355684,26803.5332483478 -3421,0,47829.1416355684,26803.5332483478 -3422,0,47829.1416355684,26803.5332483478 -3423,0,47829.1416355684,26803.5332483478 -3424,0,47829.1416355684,26803.5332483478 -3425,0,47829.1416355684,26803.5332483478 -3426,0,47829.1416355684,26803.5332483478 -3427,0,47829.1416355684,26803.5332483478 -3428,0,47829.1416355684,26803.5332483478 -3429,0,47829.1416355684,26803.5332483478 -3430,0,47829.1416355684,26803.5332483478 -3431,0,47829.1416355684,26803.5332483478 -3432,0,47829.1416355684,26803.5332483478 -3433,0,47829.1416355684,26803.5332483478 -3434,0,47829.1416355684,26803.5332483478 -3435,0,47829.1416355684,26803.5332483478 -3436,0,47829.1416355684,26803.5332483478 -3437,0,47829.1416355684,26803.5332483478 -3438,0,47829.1416355684,26803.5332483478 -3439,0,47829.1416355684,26803.5332483478 -3440,0,47829.1416355684,26803.5332483478 -3441,0,47829.1416355684,26803.5332483478 -3442,0,47829.1416355684,26803.5332483478 -3443,0,47829.1416355684,26803.5332483478 -3444,0,47829.1416355684,26803.5332483478 -3445,0,47829.1416355684,26803.5332483478 -3446,0,47829.1416355684,26803.5332483478 -3447,0,47829.1416355684,26803.5332483478 -3448,0,47829.1416355684,26803.5332483478 -3449,0,47829.1416355684,26803.5332483478 -3450,0,47829.1416355684,26803.5332483478 -3451,0,47829.1416355684,26803.5332483478 -3452,0,47829.1416355684,26803.5332483478 -3453,0,47829.1416355684,26803.5332483478 -3454,0,47829.1416355684,26803.5332483478 -3455,0,47829.1416355684,26803.5332483478 -3456,0,47829.1416355684,26803.5332483478 -3457,0,47829.1416355684,26803.5332483478 -3458,0,47829.1416355684,26803.5332483478 -3459,0,47829.1416355684,26803.5332483478 -3460,0,47829.1416355684,26803.5332483478 -3461,0,47829.1416355684,26803.5332483478 -3462,0,47829.1416355684,26803.5332483478 -3463,0,47829.1416355684,26803.5332483478 -3464,0,47829.1416355684,26803.5332483478 -3465,0,47829.1416355684,26803.5332483478 -3466,0,47829.1416355684,26803.5332483478 -3467,0,47829.1416355684,26803.5332483478 -3468,0,47829.1416355684,26803.5332483478 -3469,0,47829.1416355684,26803.5332483478 -3470,0,47829.1416355684,26803.5332483478 -3471,0,47829.1416355684,26803.5332483478 -3472,0,47829.1416355684,26803.5332483478 -3473,0,47829.1416355684,26803.5332483478 -3474,0,47829.1416355684,26803.5332483478 -3475,0,47829.1416355684,26803.5332483478 -3476,0,47829.1416355684,26803.5332483478 -3477,0,47829.1416355684,26803.5332483478 -3478,0,47829.1416355684,26803.5332483478 -3479,0,47829.1416355684,26803.5332483478 -3480,0,47829.1416355684,26803.5332483478 -3481,0,47829.1416355684,26803.5332483478 -3482,0,47829.1416355684,26803.5332483478 -3483,0,47829.1416355684,26803.5332483478 -3484,0,47829.1416355684,26803.5332483478 -3485,0,47829.1416355684,26803.5332483478 -3486,0,47829.1416355684,26803.5332483478 -3487,0,47829.1416355684,26803.5332483478 -3488,0,47829.1416355684,26803.5332483478 -3489,0,47829.1416355684,26803.5332483478 -3490,0,47829.1416355684,26803.5332483478 -3491,0,47829.1416355684,26803.5332483478 -3492,0,47829.1416355684,26803.5332483478 -3493,0,47829.1416355684,26803.5332483478 -3494,0,47829.1416355684,26803.5332483478 -3495,0,47829.1416355684,26803.5332483478 -3496,0,47829.1416355684,26803.5332483478 -3497,0,47829.1416355684,26803.5332483478 -3498,0,47829.1416355684,26803.5332483478 -3499,0,47829.1416355684,26803.5332483478 -3500,0,47829.1416355684,26803.5332483478 -3501,0,47829.1416355684,26803.5332483478 -3502,0,47829.1416355684,26803.5332483478 -3503,0,47829.1416355684,26803.5332483478 -3504,0,47829.1416355684,26803.5332483478 -3505,0,47829.1416355684,26803.5332483478 -3506,0,47829.1416355684,26803.5332483478 -3507,0,47829.1416355684,26803.5332483478 -3508,0,47829.1416355684,26803.5332483478 -3509,0,47829.1416355684,26803.5332483478 -3510,0,47829.1416355684,26803.5332483478 -3511,0,47829.1416355684,26803.5332483478 -3512,0,47829.1416355684,26803.5332483478 -3513,0,47829.1416355684,26803.5332483478 -3514,0,47829.1416355684,26803.5332483478 -3515,0,47829.1416355684,26803.5332483478 -3516,0,47829.1416355684,26803.5332483478 -3517,0,47829.1416355684,26803.5332483478 -3518,0,47829.1416355684,26803.5332483478 -3519,0,47829.1416355684,26803.5332483478 -3520,0,47829.1416355684,26803.5332483478 -3521,0,47829.1416355684,26803.5332483478 -3522,0,47829.1416355684,26803.5332483478 -3523,0,47829.1416355684,26803.5332483478 -3524,0,47829.1416355684,26803.5332483478 -3525,0,47829.1416355684,26803.5332483478 -3526,0,47829.1416355684,26803.5332483478 -3527,0,47829.1416355684,26803.5332483478 -3528,0,47829.1416355684,26803.5332483478 -3529,0,47829.1416355684,26803.5332483478 -3530,0,47829.1416355684,26803.5332483478 -3531,0,47829.1416355684,26803.5332483478 -3532,0,47829.1416355684,26803.5332483478 -3533,0,47829.1416355684,26803.5332483478 -3534,0,47829.1416355684,26803.5332483478 -3535,0,47829.1416355684,26803.5332483478 -3536,0,47829.1416355684,26803.5332483478 -3537,0,47829.1416355684,26803.5332483478 -3538,0,47829.1416355684,26803.5332483478 -3539,0,47829.1416355684,26803.5332483478 -3540,0,47829.1416355684,26803.5332483478 -3541,0,47829.1416355684,26803.5332483478 -3542,0,47829.1416355684,26803.5332483478 -3543,0,47829.1416355684,26803.5332483478 -3544,0,47829.1416355684,26803.5332483478 -3545,0,47829.1416355684,26803.5332483478 -3546,0,47829.1416355684,26803.5332483478 -3547,0,47829.1416355684,26803.5332483478 -3548,0,47829.1416355684,26803.5332483478 -3549,0,47829.1416355684,26803.5332483478 -3550,0,47829.1416355684,26803.5332483478 -3551,0,47829.1416355684,26803.5332483478 -3552,0,47829.1416355684,26803.5332483478 -3553,0,47829.1416355684,26803.5332483478 -3554,0,47829.1416355684,26803.5332483478 -3555,0,47829.1416355684,26803.5332483478 -3556,0,47829.1416355684,26803.5332483478 -3557,0,47829.1416355684,26803.5332483478 -3558,0,47829.1416355684,26803.5332483478 -3559,0,47829.1416355684,26803.5332483478 -3560,0,47829.1416355684,26803.5332483478 -3561,0,47829.1416355684,26803.5332483478 -3562,0,47829.1416355684,26803.5332483478 -3563,0,47829.1416355684,26803.5332483478 -3564,0,47829.1416355684,26803.5332483478 -3565,0,47829.1416355684,26803.5332483478 -3566,0,47829.1416355684,26803.5332483478 -3567,0,47829.1416355684,26803.5332483478 -3568,0,47829.1416355684,26803.5332483478 -3569,0,47829.1416355684,26803.5332483478 -3570,0,47829.1416355684,26803.5332483478 -3571,0,47829.1416355684,26803.5332483478 -3572,0,47829.1416355684,26803.5332483478 -3573,0,47829.1416355684,26803.5332483478 -3574,0,47829.1416355684,26803.5332483478 -3575,0,47829.1416355684,26803.5332483478 -3576,0,47829.1416355684,26803.5332483478 -3577,0,47829.1416355684,26803.5332483478 -3578,0,47829.1416355684,26803.5332483478 -3579,0,47829.1416355684,26803.5332483478 -3580,0,47829.1416355684,26803.5332483478 -3581,0,47829.1416355684,26803.5332483478 -3582,0,47829.1416355684,26803.5332483478 -3583,0,47829.1416355684,26803.5332483478 -3584,0,47829.1416355684,26803.5332483478 -3585,0,47829.1416355684,26803.5332483478 -3586,0,47829.1416355684,26803.5332483478 -3587,0,47829.1416355684,26803.5332483478 -3588,0,47829.1416355684,26803.5332483478 -3589,0,47829.1416355684,26803.5332483478 -3590,0,47829.1416355684,26803.5332483478 -3591,0,47829.1416355684,26803.5332483478 -3592,0,47829.1416355684,26803.5332483478 -3593,0,47829.1416355684,26803.5332483478 -3594,0,47829.1416355684,26803.5332483478 -3595,0,47829.1416355684,26803.5332483478 -3596,0,47829.1416355684,26803.5332483478 -3597,0,47829.1416355684,26803.5332483478 -3598,0,47829.1416355684,26803.5332483478 -3599,0,47829.1416355684,26803.5332483478 -3600,0,47829.1416355684,26803.5332483478 -3601,0,47829.1416355684,26803.5332483478 -3602,0,47829.1416355684,26803.5332483478 -3603,0,47829.1416355684,26803.5332483478 -3604,0,47829.1416355684,26803.5332483478 -3605,0,47829.1416355684,26803.5332483478 -3606,0,47829.1416355684,26803.5332483478 -3607,0,47829.1416355684,26803.5332483478 -3608,0,47829.1416355684,26803.5332483478 -3609,0,47829.1416355684,26803.5332483478 -3610,0,47829.1416355684,26803.5332483478 -3611,0,47829.1416355684,26803.5332483478 -3612,0,47829.1416355684,26803.5332483478 -3613,0,47829.1416355684,26803.5332483478 -3614,0,47829.1416355684,26803.5332483478 -3615,0,47829.1416355684,26803.5332483478 -3616,0,47829.1416355684,26803.5332483478 -3617,0,47829.1416355684,26803.5332483478 -3618,0,47829.1416355684,26803.5332483478 -3619,0,47829.1416355684,26803.5332483478 -3620,0,47829.1416355684,26803.5332483478 -3621,0,47829.1416355684,26803.5332483478 -3622,0,47829.1416355684,26803.5332483478 -3623,0,47829.1416355684,26803.5332483478 -3624,0,47829.1416355684,26803.5332483478 -3625,0,47829.1416355684,26803.5332483478 -3626,0,47829.1416355684,26803.5332483478 -3627,0,47829.1416355684,26803.5332483478 -3628,0,47829.1416355684,26803.5332483478 -3629,0,47829.1416355684,26803.5332483478 -3630,0,47829.1416355684,26803.5332483478 -3631,0,47829.1416355684,26803.5332483478 -3632,0,47829.1416355684,26803.5332483478 -3633,0,47829.1416355684,26803.5332483478 -3634,0,47829.1416355684,26803.5332483478 -3635,0,47829.1416355684,26803.5332483478 -3636,0,47829.1416355684,26803.5332483478 -3637,0,47829.1416355684,26803.5332483478 -3638,0,47829.1416355684,26803.5332483478 -3639,0,47829.1416355684,26803.5332483478 -3640,0,47829.1416355684,26803.5332483478 -3641,0,47829.1416355684,26803.5332483478 -3642,0,47829.1416355684,26803.5332483478 -3643,0,47829.1416355684,26803.5332483478 -3644,0,47829.1416355684,26803.5332483478 -3645,0,47829.1416355684,26803.5332483478 -3646,0,47829.1416355684,26803.5332483478 -3647,0,47829.1416355684,26803.5332483478 -3648,0,47829.1416355684,26803.5332483478 -3649,0,47829.1416355684,26803.5332483478 -3650,0,47829.1416355684,26803.5332483478 -3651,0,47829.1416355684,26803.5332483478 -3652,0,47829.1416355684,26803.5332483478 -3653,0,47829.1416355684,26803.5332483478 -3654,0,47829.1416355684,26803.5332483478 -3655,0,47829.1416355684,26803.5332483478 -3656,0,47829.1416355684,26803.5332483478 -3657,0,47829.1416355684,26803.5332483478 -3658,0,47829.1416355684,26803.5332483478 -3659,0,47829.1416355684,26803.5332483478 -3660,0,47829.1416355684,26803.5332483478 -3661,0,47829.1416355684,26803.5332483478 -3662,0,47829.1416355684,26803.5332483478 -3663,0,47829.1416355684,26803.5332483478 -3664,0,47829.1416355684,26803.5332483478 -3665,0,47829.1416355684,26803.5332483478 -3666,0,47829.1416355684,26803.5332483478 -3667,0,47829.1416355684,26803.5332483478 -3668,0,47829.1416355684,26803.5332483478 -3669,0,47829.1416355684,26803.5332483478 -3670,0,47829.1416355684,26803.5332483478 -3671,0,47829.1416355684,26803.5332483478 -3672,0,47829.1416355684,26803.5332483478 -3673,0,47829.1416355684,26803.5332483478 -3674,0,47829.1416355684,26803.5332483478 -3675,0,47829.1416355684,26803.5332483478 -3676,0,47829.1416355684,26803.5332483478 -3677,0,47829.1416355684,26803.5332483478 -3678,0,47829.1416355684,26803.5332483478 -3679,0,47829.1416355684,26803.5332483478 -3680,0,47829.1416355684,26803.5332483478 -3681,0,47829.1416355684,26803.5332483478 -3682,0,47829.1416355684,26803.5332483478 -3683,0,47829.1416355684,26803.5332483478 -3684,0,47829.1416355684,26803.5332483478 -3685,0,47829.1416355684,26803.5332483478 -3686,0,47829.1416355684,26803.5332483478 -3687,0,47829.1416355684,26803.5332483478 -3688,0,47829.1416355684,26803.5332483478 -3689,0,47829.1416355684,26803.5332483478 -3690,0,47829.1416355684,26803.5332483478 -3691,0,47829.1416355684,26803.5332483478 -3692,0,47829.1416355684,26803.5332483478 -3693,0,47829.1416355684,26803.5332483478 -3694,0,47829.1416355684,26803.5332483478 -3695,0,47829.1416355684,26803.5332483478 -3696,0,47829.1416355684,26803.5332483478 -3697,0,47829.1416355684,26803.5332483478 -3698,0,47829.1416355684,26803.5332483478 -3699,0,47829.1416355684,26803.5332483478 -3700,0,47829.1416355684,26803.5332483478 -3701,0,47829.1416355684,26803.5332483478 -3702,0,47829.1416355684,26803.5332483478 -3703,0,47829.1416355684,26803.5332483478 -3704,0,47829.1416355684,26803.5332483478 -3705,0,47829.1416355684,26803.5332483478 -3706,0,47829.1416355684,26803.5332483478 -3707,0,47829.1416355684,26803.5332483478 -3708,0,47829.1416355684,26803.5332483478 -3709,0,47829.1416355684,26803.5332483478 -3710,0,47829.1416355684,26803.5332483478 -3711,0,47829.1416355684,26803.5332483478 -3712,0,47829.1416355684,26803.5332483478 -3713,0,47829.1416355684,26803.5332483478 -3714,0,47829.1416355684,26803.5332483478 -3715,0,47829.1416355684,26803.5332483478 -3716,0,47829.1416355684,26803.5332483478 -3717,0,47829.1416355684,26803.5332483478 -3718,0,47829.1416355684,26803.5332483478 -3719,0,47829.1416355684,26803.5332483478 -3720,0,47829.1416355684,26803.5332483478 -3721,0,47829.1416355684,26803.5332483478 -3722,0,47829.1416355684,26803.5332483478 -3723,0,47829.1416355684,26803.5332483478 -3724,0,47829.1416355684,26803.5332483478 -3725,0,47829.1416355684,26803.5332483478 -3726,0,47829.1416355684,26803.5332483478 -3727,0,47829.1416355684,26803.5332483478 -3728,0,47829.1416355684,26803.5332483478 -3729,0,47829.1416355684,26803.5332483478 -3730,0,47829.1416355684,26803.5332483478 -3731,0,47829.1416355684,26803.5332483478 -3732,0,47829.1416355684,26803.5332483478 -3733,0,47829.1416355684,26803.5332483478 -3734,0,47829.1416355684,26803.5332483478 -3735,0,47829.1416355684,26803.5332483478 -3736,0,47829.1416355684,26803.5332483478 -3737,0,47829.1416355684,26803.5332483478 -3738,0,47829.1416355684,26803.5332483478 -3739,0,47829.1416355684,26803.5332483478 -3740,0,47829.1416355684,26803.5332483478 -3741,0,47829.1416355684,26803.5332483478 -3742,0,47829.1416355684,26803.5332483478 -3743,0,47829.1416355684,26803.5332483478 -3744,0,47829.1416355684,26803.5332483478 -3745,0,47829.1416355684,26803.5332483478 -3746,0,47829.1416355684,26803.5332483478 -3747,0,47829.1416355684,26803.5332483478 -3748,0,47829.1416355684,26803.5332483478 -3749,0,47829.1416355684,26803.5332483478 -3750,0,47829.1416355684,26803.5332483478 -3751,0,47829.1416355684,26803.5332483478 -3752,0,47829.1416355684,26803.5332483478 -3753,0,47829.1416355684,26803.5332483478 -3754,0,47829.1416355684,26803.5332483478 -3755,0,47829.1416355684,26803.5332483478 -3756,0,47829.1416355684,26803.5332483478 -3757,0,47829.1416355684,26803.5332483478 -3758,0,47829.1416355684,26803.5332483478 -3759,0,47829.1416355684,26803.5332483478 -3760,0,47829.1416355684,26803.5332483478 -3761,0,47829.1416355684,26803.5332483478 -3762,0,47829.1416355684,26803.5332483478 -3763,0,47829.1416355684,26803.5332483478 -3764,0,47829.1416355684,26803.5332483478 -3765,0,47829.1416355684,26803.5332483478 -3766,0,47829.1416355684,26803.5332483478 -3767,0,47829.1416355684,26803.5332483478 -3768,0,47829.1416355684,26803.5332483478 -3769,0,47829.1416355684,26803.5332483478 -3770,0,47829.1416355684,26803.5332483478 -3771,0,47829.1416355684,26803.5332483478 -3772,0,47829.1416355684,26803.5332483478 -3773,0,47829.1416355684,26803.5332483478 -3774,0,47829.1416355684,26803.5332483478 -3775,0,47829.1416355684,26803.5332483478 -3776,0,47829.1416355684,26803.5332483478 -3777,0,47829.1416355684,26803.5332483478 -3778,0,47829.1416355684,26803.5332483478 -3779,0,47829.1416355684,26803.5332483478 -3780,0,47829.1416355684,26803.5332483478 -3781,0,47829.1416355684,26803.5332483478 -3782,0,47829.1416355684,26803.5332483478 -3783,0,47829.1416355684,26803.5332483478 -3784,0,47829.1416355684,26803.5332483478 -3785,0,47829.1416355684,26803.5332483478 -3786,0,47829.1416355684,26803.5332483478 -3787,0,47829.1416355684,26803.5332483478 -3788,0,47829.1416355684,26803.5332483478 -3789,0,47829.1416355684,26803.5332483478 -3790,0,47829.1416355684,26803.5332483478 -3791,0,47829.1416355684,26803.5332483478 -3792,0,47829.1416355684,26803.5332483478 -3793,0,47829.1416355684,26803.5332483478 -3794,0,47829.1416355684,26803.5332483478 -3795,0,47829.1416355684,26803.5332483478 -3796,0,47829.1416355684,26803.5332483478 -3797,0,47829.1416355684,26803.5332483478 -3798,0,47829.1416355684,26803.5332483478 -3799,0,47829.1416355684,26803.5332483478 -3800,0,47829.1416355684,26803.5332483478 -3801,0,47829.1416355684,26803.5332483478 -3802,0,47829.1416355684,26803.5332483478 -3803,0,47829.1416355684,26803.5332483478 -3804,0,47829.1416355684,26803.5332483478 -3805,0,47829.1416355684,26803.5332483478 -3806,0,47829.1416355684,26803.5332483478 -3807,0,47829.1416355684,26803.5332483478 -3808,0,47829.1416355684,26803.5332483478 -3809,0,47829.1416355684,26803.5332483478 -3810,0,47829.1416355684,26803.5332483478 -3811,0,47829.1416355684,26803.5332483478 -3812,0,47829.1416355684,26803.5332483478 -3813,0,47829.1416355684,26803.5332483478 -3814,0,47829.1416355684,26803.5332483478 -3815,0,47829.1416355684,26803.5332483478 -3816,0,47829.1416355684,26803.5332483478 -3817,0,47829.1416355684,26803.5332483478 -3818,0,47829.1416355684,26803.5332483478 -3819,0,47829.1416355684,26803.5332483478 -3820,0,47829.1416355684,26803.5332483478 -3821,0,47829.1416355684,26803.5332483478 -3822,0,47829.1416355684,26803.5332483478 -3823,0,47829.1416355684,26803.5332483478 -3824,0,47829.1416355684,26803.5332483478 -3825,0,47829.1416355684,26803.5332483478 -3826,0,47829.1416355684,26803.5332483478 -3827,0,47829.1416355684,26803.5332483478 -3828,0,47829.1416355684,26803.5332483478 -3829,0,47829.1416355684,26803.5332483478 -3830,0,47829.1416355684,26803.5332483478 -3831,0,47829.1416355684,26803.5332483478 -3832,0,47829.1416355684,26803.5332483478 -3833,0,47829.1416355684,26803.5332483478 -3834,0,47829.1416355684,26803.5332483478 -3835,0,47829.1416355684,26803.5332483478 -3836,0,47829.1416355684,26803.5332483478 -3837,0,47829.1416355684,26803.5332483478 -3838,0,47829.1416355684,26803.5332483478 -3839,0,47829.1416355684,26803.5332483478 -3840,0,47829.1416355684,26803.5332483478 -3841,0,47829.1416355684,26803.5332483478 -3842,0,47829.1416355684,26803.5332483478 -3843,0,47829.1416355684,26803.5332483478 -3844,0,47829.1416355684,26803.5332483478 -3845,0,47829.1416355684,26803.5332483478 -3846,0,47829.1416355684,26803.5332483478 -3847,0,47829.1416355684,26803.5332483478 -3848,0,47829.1416355684,26803.5332483478 -3849,0,47829.1416355684,26803.5332483478 -3850,0,47829.1416355684,26803.5332483478 -3851,0,47829.1416355684,26803.5332483478 -3852,0,47829.1416355684,26803.5332483478 -3853,0,47829.1416355684,26803.5332483478 -3854,0,47829.1416355684,26803.5332483478 -3855,0,47829.1416355684,26803.5332483478 -3856,0,47829.1416355684,26803.5332483478 -3857,0,47829.1416355684,26803.5332483478 -3858,0,47829.1416355684,26803.5332483478 -3859,0,47829.1416355684,26803.5332483478 -3860,0,47829.1416355684,26803.5332483478 -3861,0,47829.1416355684,26803.5332483478 -3862,0,47829.1416355684,26803.5332483478 -3863,0,47829.1416355684,26803.5332483478 -3864,0,47829.1416355684,26803.5332483478 -3865,0,47829.1416355684,26803.5332483478 -3866,0,47829.1416355684,26803.5332483478 -3867,0,47829.1416355684,26803.5332483478 -3868,0,47829.1416355684,26803.5332483478 -3869,0,47829.1416355684,26803.5332483478 -3870,0,47829.1416355684,26803.5332483478 -3871,0,47829.1416355684,26803.5332483478 -3872,0,47829.1416355684,26803.5332483478 -3873,0,47829.1416355684,26803.5332483478 -3874,0,47829.1416355684,26803.5332483478 -3875,0,47829.1416355684,26803.5332483478 -3876,0,47829.1416355684,26803.5332483478 -3877,0,47829.1416355684,26803.5332483478 -3878,0,47829.1416355684,26803.5332483478 -3879,0,47829.1416355684,26803.5332483478 -3880,0,47829.1416355684,26803.5332483478 -3881,0,47829.1416355684,26803.5332483478 -3882,0,47829.1416355684,26803.5332483478 -3883,0,47829.1416355684,26803.5332483478 -3884,0,47829.1416355684,26803.5332483478 -3885,0,47829.1416355684,26803.5332483478 -3886,0,47829.1416355684,26803.5332483478 -3887,0,47829.1416355684,26803.5332483478 -3888,0,47829.1416355684,26803.5332483478 -3889,0,47829.1416355684,26803.5332483478 -3890,0,47829.1416355684,26803.5332483478 -3891,0,47829.1416355684,26803.5332483478 -3892,0,47829.1416355684,26803.5332483478 -3893,0,47829.1416355684,26803.5332483478 -3894,0,47829.1416355684,26803.5332483478 -3895,0,47829.1416355684,26803.5332483478 -3896,0,47829.1416355684,26803.5332483478 -3897,0,47829.1416355684,26803.5332483478 -3898,0,47829.1416355684,26803.5332483478 -3899,0,47829.1416355684,26803.5332483478 -3900,0,47829.1416355684,26803.5332483478 -3901,0,47829.1416355684,26803.5332483478 -3902,0,47829.1416355684,26803.5332483478 -3903,0,47829.1416355684,26803.5332483478 -3904,0,47829.1416355684,26803.5332483478 -3905,0,47829.1416355684,26803.5332483478 -3906,0,47829.1416355684,26803.5332483478 -3907,0,47829.1416355684,26803.5332483478 -3908,0,47829.1416355684,26803.5332483478 -3909,0,47829.1416355684,26803.5332483478 -3910,0,47829.1416355684,26803.5332483478 -3911,0,47829.1416355684,26803.5332483478 -3912,0,47829.1416355684,26803.5332483478 -3913,0,47829.1416355684,26803.5332483478 -3914,0,47829.1416355684,26803.5332483478 -3915,0,47829.1416355684,26803.5332483478 -3916,0,47829.1416355684,26803.5332483478 -3917,0,47829.1416355684,26803.5332483478 -3918,0,47829.1416355684,26803.5332483478 -3919,0,47829.1416355684,26803.5332483478 -3920,0,47829.1416355684,26803.5332483478 -3921,0,47829.1416355684,26803.5332483478 -3922,0,47829.1416355684,26803.5332483478 -3923,0,47829.1416355684,26803.5332483478 -3924,0,47829.1416355684,26803.5332483478 -3925,0,47829.1416355684,26803.5332483478 -3926,0,47829.1416355684,26803.5332483478 -3927,0,47829.1416355684,26803.5332483478 -3928,0,47829.1416355684,26803.5332483478 -3929,0,47829.1416355684,26803.5332483478 -3930,0,47829.1416355684,26803.5332483478 -3931,0,47829.1416355684,26803.5332483478 -3932,0,47829.1416355684,26803.5332483478 -3933,0,47829.1416355684,26803.5332483478 -3934,0,47829.1416355684,26803.5332483478 -3935,0,47829.1416355684,26803.5332483478 -3936,0,47829.1416355684,26803.5332483478 -3937,0,47829.1416355684,26803.5332483478 -3938,0,47829.1416355684,26803.5332483478 -3939,0,47829.1416355684,26803.5332483478 -3940,0,47829.1416355684,26803.5332483478 -3941,0,47829.1416355684,26803.5332483478 -3942,0,47829.1416355684,26803.5332483478 -3943,0,47829.1416355684,26803.5332483478 -3944,0,47829.1416355684,26803.5332483478 -3945,0,47829.1416355684,26803.5332483478 -3946,0,47829.1416355684,26803.5332483478 -3947,0,47829.1416355684,26803.5332483478 -3948,0,47829.1416355684,26803.5332483478 -3949,0,47829.1416355684,26803.5332483478 -3950,0,47829.1416355684,26803.5332483478 -3951,0,47829.1416355684,26803.5332483478 -3952,0,47829.1416355684,26803.5332483478 -3953,0,47829.1416355684,26803.5332483478 -3954,0,47829.1416355684,26803.5332483478 -3955,0,47829.1416355684,26803.5332483478 -3956,0,47829.1416355684,26803.5332483478 -3957,0,47829.1416355684,26803.5332483478 -3958,0,47829.1416355684,26803.5332483478 -3959,0,47829.1416355684,26803.5332483478 -3960,0,47829.1416355684,26803.5332483478 -3961,0,47829.1416355684,26803.5332483478 -3962,0,47829.1416355684,26803.5332483478 -3963,0,47829.1416355684,26803.5332483478 -3964,0,47829.1416355684,26803.5332483478 -3965,0,47829.1416355684,26803.5332483478 -3966,0,47829.1416355684,26803.5332483478 -3967,0,47829.1416355684,26803.5332483478 -3968,0,47829.1416355684,26803.5332483478 -3969,0,47829.1416355684,26803.5332483478 -3970,0,47829.1416355684,26803.5332483478 -3971,0,47829.1416355684,26803.5332483478 -3972,0,47829.1416355684,26803.5332483478 -3973,0,47829.1416355684,26803.5332483478 -3974,0,47829.1416355684,26803.5332483478 -3975,0,47829.1416355684,26803.5332483478 -3976,0,47829.1416355684,26803.5332483478 -3977,0,47829.1416355684,26803.5332483478 -3978,0,47829.1416355684,26803.5332483478 -3979,0,47829.1416355684,26803.5332483478 -3980,0,47829.1416355684,26803.5332483478 -3981,0,47829.1416355684,26803.5332483478 -3982,0,47829.1416355684,26803.5332483478 -3983,0,47829.1416355684,26803.5332483478 -3984,0,47829.1416355684,26803.5332483478 -3985,0,47829.1416355684,26803.5332483478 -3986,0,47829.1416355684,26803.5332483478 -3987,0,47829.1416355684,26803.5332483478 -3988,0,47829.1416355684,26803.5332483478 -3989,0,47829.1416355684,26803.5332483478 -3990,0,47829.1416355684,26803.5332483478 -3991,0,47829.1416355684,26803.5332483478 -3992,0,47829.1416355684,26803.5332483478 -3993,0,47829.1416355684,26803.5332483478 -3994,0,47829.1416355684,26803.5332483478 -3995,0,47829.1416355684,26803.5332483478 -3996,0,47829.1416355684,26803.5332483478 -3997,0,47829.1416355684,26803.5332483478 -3998,0,47829.1416355684,26803.5332483478 -3999,0,47829.1416355684,26803.5332483478 -4000,0,47829.1416355684,26803.5332483478 -4001,0,47829.1416355684,26803.5332483478 -4002,0,47829.1416355684,26803.5332483478 -4003,0,47829.1416355684,26803.5332483478 -4004,0,47829.1416355684,26803.5332483478 -4005,0,47829.1416355684,26803.5332483478 -4006,0,47829.1416355684,26803.5332483478 -4007,0,47829.1416355684,26803.5332483478 -4008,0,47829.1416355684,26803.5332483478 -4009,0,47829.1416355684,26803.5332483478 -4010,0,47829.1416355684,26803.5332483478 -4011,0,47829.1416355684,26803.5332483478 -4012,0,47829.1416355684,26803.5332483478 -4013,0,47829.1416355684,26803.5332483478 -4014,0,47829.1416355684,26803.5332483478 -4015,0,47829.1416355684,26803.5332483478 -4016,0,47829.1416355684,26803.5332483478 -4017,0,47829.1416355684,26803.5332483478 -4018,0,47829.1416355684,26803.5332483478 -4019,0,47829.1416355684,26803.5332483478 -4020,0,47829.1416355684,26803.5332483478 -4021,0,47829.1416355684,26803.5332483478 -4022,0,47829.1416355684,26803.5332483478 -4023,0,47829.1416355684,26803.5332483478 -4024,0,47829.1416355684,26803.5332483478 -4025,0,47829.1416355684,26803.5332483478 -4026,0,47829.1416355684,26803.5332483478 -4027,0,47829.1416355684,26803.5332483478 -4028,0,47829.1416355684,26803.5332483478 -4029,0,47829.1416355684,26803.5332483478 -4030,0,47829.1416355684,26803.5332483478 -4031,0,47829.1416355684,26803.5332483478 -4032,0,47829.1416355684,26803.5332483478 -4033,0,47829.1416355684,26803.5332483478 -4034,0,47829.1416355684,26803.5332483478 -4035,0,47829.1416355684,26803.5332483478 -4036,0,47829.1416355684,26803.5332483478 -4037,0,47829.1416355684,26803.5332483478 -4038,0,47829.1416355684,26803.5332483478 -4039,0,47829.1416355684,26803.5332483478 -4040,0,47829.1416355684,26803.5332483478 -4041,0,47829.1416355684,26803.5332483478 -4042,0,47829.1416355684,26803.5332483478 -4043,0,47829.1416355684,26803.5332483478 -4044,0,47829.1416355684,26803.5332483478 -4045,0,47829.1416355684,26803.5332483478 -4046,0,47829.1416355684,26803.5332483478 -4047,0,47829.1416355684,26803.5332483478 -4048,0,47829.1416355684,26803.5332483478 -4049,0,47829.1416355684,26803.5332483478 -4050,0,47829.1416355684,26803.5332483478 -4051,0,47829.1416355684,26803.5332483478 -4052,0,47829.1416355684,26803.5332483478 -4053,0,47829.1416355684,26803.5332483478 -4054,0,47829.1416355684,26803.5332483478 -4055,0,47829.1416355684,26803.5332483478 -4056,0,47829.1416355684,26803.5332483478 -4057,0,47829.1416355684,26803.5332483478 -4058,0,47829.1416355684,26803.5332483478 -4059,0,47829.1416355684,26803.5332483478 -4060,0,47829.1416355684,26803.5332483478 -4061,0,47829.1416355684,26803.5332483478 -4062,0,47829.1416355684,26803.5332483478 -4063,0,47829.1416355684,26803.5332483478 -4064,0,47829.1416355684,26803.5332483478 -4065,0,47829.1416355684,26803.5332483478 -4066,0,47829.1416355684,26803.5332483478 -4067,0,47829.1416355684,26803.5332483478 -4068,0,47829.1416355684,26803.5332483478 -4069,0,47829.1416355684,26803.5332483478 -4070,0,47829.1416355684,26803.5332483478 -4071,0,47829.1416355684,26803.5332483478 -4072,0,47829.1416355684,26803.5332483478 -4073,0,47829.1416355684,26803.5332483478 -4074,0,47829.1416355684,26803.5332483478 -4075,0,47829.1416355684,26803.5332483478 -4076,0,47829.1416355684,26803.5332483478 -4077,0,47829.1416355684,26803.5332483478 -4078,0,47829.1416355684,26803.5332483478 -4079,0,47829.1416355684,26803.5332483478 -4080,0,47829.1416355684,26803.5332483478 -4081,0,47829.1416355684,26803.5332483478 -4082,0,47829.1416355684,26803.5332483478 -4083,0,47829.1416355684,26803.5332483478 -4084,0,47829.1416355684,26803.5332483478 -4085,0,47829.1416355684,26803.5332483478 -4086,0,47829.1416355684,26803.5332483478 -4087,0,47829.1416355684,26803.5332483478 -4088,0,47829.1416355684,26803.5332483478 -4089,0,47829.1416355684,26803.5332483478 -4090,0,47829.1416355684,26803.5332483478 -4091,0,47829.1416355684,26803.5332483478 -4092,0,47829.1416355684,26803.5332483478 -4093,0,47829.1416355684,26803.5332483478 -4094,0,47829.1416355684,26803.5332483478 -4095,0,47829.1416355684,26803.5332483478 -4096,0,47829.1416355684,26803.5332483478 -4097,0,47829.1416355684,26803.5332483478 -4098,0,47829.1416355684,26803.5332483478 -4099,0,47829.1416355684,26803.5332483478 -4100,0,47829.1416355684,26803.5332483478 -4101,0,47829.1416355684,26803.5332483478 -4102,0,47829.1416355684,26803.5332483478 -4103,0,47829.1416355684,26803.5332483478 -4104,0,47829.1416355684,26803.5332483478 -4105,0,47829.1416355684,26803.5332483478 -4106,0,47829.1416355684,26803.5332483478 -4107,0,47829.1416355684,26803.5332483478 -4108,0,47829.1416355684,26803.5332483478 -4109,0,47829.1416355684,26803.5332483478 -4110,0,47829.1416355684,26803.5332483478 -4111,0,47829.1416355684,26803.5332483478 -4112,0,47829.1416355684,26803.5332483478 -4113,0,47829.1416355684,26803.5332483478 -4114,0,47829.1416355684,26803.5332483478 -4115,0,47829.1416355684,26803.5332483478 -4116,0,47829.1416355684,26803.5332483478 -4117,0,47829.1416355684,26803.5332483478 -4118,0,47829.1416355684,26803.5332483478 -4119,0,47829.1416355684,26803.5332483478 -4120,0,47829.1416355684,26803.5332483478 -4121,0,47829.1416355684,26803.5332483478 -4122,0,47829.1416355684,26803.5332483478 -4123,0,47829.1416355684,26803.5332483478 -4124,0,47829.1416355684,26803.5332483478 -4125,0,47829.1416355684,26803.5332483478 -4126,0,47829.1416355684,26803.5332483478 -4127,0,47829.1416355684,26803.5332483478 -4128,0,47829.1416355684,26803.5332483478 -4129,0,47829.1416355684,26803.5332483478 -4130,0,47829.1416355684,26803.5332483478 -4131,0,47829.1416355684,26803.5332483478 -4132,0,47829.1416355684,26803.5332483478 -4133,0,47829.1416355684,26803.5332483478 -4134,0,47829.1416355684,26803.5332483478 -4135,0,47829.1416355684,26803.5332483478 -4136,0,47829.1416355684,26803.5332483478 -4137,0,47829.1416355684,26803.5332483478 -4138,0,47829.1416355684,26803.5332483478 -4139,0,47829.1416355684,26803.5332483478 -4140,0,47829.1416355684,26803.5332483478 -4141,0,47829.1416355684,26803.5332483478 -4142,0,47829.1416355684,26803.5332483478 -4143,0,47829.1416355684,26803.5332483478 -4144,0,47829.1416355684,26803.5332483478 -4145,0,47829.1416355684,26803.5332483478 -4146,0,47829.1416355684,26803.5332483478 -4147,0,47829.1416355684,26803.5332483478 -4148,0,47829.1416355684,26803.5332483478 -4149,0,47829.1416355684,26803.5332483478 -4150,0,47829.1416355684,26803.5332483478 -4151,0,47829.1416355684,26803.5332483478 -4152,0,47829.1416355684,26803.5332483478 -4153,0,47829.1416355684,26803.5332483478 -4154,0,47829.1416355684,26803.5332483478 -4155,0,47829.1416355684,26803.5332483478 -4156,0,47829.1416355684,26803.5332483478 -4157,0,47829.1416355684,26803.5332483478 -4158,0,47829.1416355684,26803.5332483478 -4159,0,47829.1416355684,26803.5332483478 -4160,0,47829.1416355684,26803.5332483478 -4161,0,47829.1416355684,26803.5332483478 -4162,0,47829.1416355684,26803.5332483478 -4163,0,47829.1416355684,26803.5332483478 -4164,0,47829.1416355684,26803.5332483478 -4165,0,47829.1416355684,26803.5332483478 -4166,0,47829.1416355684,26803.5332483478 -4167,0,47829.1416355684,26803.5332483478 -4168,0,47829.1416355684,26803.5332483478 -4169,0,47829.1416355684,26803.5332483478 -4170,0,47829.1416355684,26803.5332483478 -4171,0,47829.1416355684,26803.5332483478 -4172,0,47829.1416355684,26803.5332483478 -4173,0,47829.1416355684,26803.5332483478 -4174,0,47829.1416355684,26803.5332483478 -4175,0,47829.1416355684,26803.5332483478 -4176,0,47829.1416355684,26803.5332483478 -4177,0,47829.1416355684,26803.5332483478 -4178,0,47829.1416355684,26803.5332483478 -4179,0,47829.1416355684,26803.5332483478 -4180,0,47829.1416355684,26803.5332483478 -4181,0,47829.1416355684,26803.5332483478 -4182,0,47829.1416355684,26803.5332483478 -4183,0,47829.1416355684,26803.5332483478 -4184,0,47829.1416355684,26803.5332483478 -4185,0,47829.1416355684,26803.5332483478 -4186,0,47829.1416355684,26803.5332483478 -4187,0,47829.1416355684,26803.5332483478 -4188,0,47829.1416355684,26803.5332483478 -4189,0,47829.1416355684,26803.5332483478 -4190,0,47829.1416355684,26803.5332483478 -4191,0,47829.1416355684,26803.5332483478 -4192,0,47829.1416355684,26803.5332483478 -4193,0,47829.1416355684,26803.5332483478 -4194,0,47829.1416355684,26803.5332483478 -4195,0,47829.1416355684,26803.5332483478 -4196,0,47829.1416355684,26803.5332483478 -4197,0,47829.1416355684,26803.5332483478 -4198,0,47829.1416355684,26803.5332483478 -4199,0,47829.1416355684,26803.5332483478 -4200,0,47829.1416355684,26803.5332483478 -4201,0,47829.1416355684,26803.5332483478 -4202,0,47829.1416355684,26803.5332483478 -4203,0,47829.1416355684,26803.5332483478 -4204,0,47829.1416355684,26803.5332483478 -4205,0,47829.1416355684,26803.5332483478 -4206,0,47829.1416355684,26803.5332483478 -4207,0,47829.1416355684,26803.5332483478 -4208,0,47829.1416355684,26803.5332483478 -4209,0,47829.1416355684,26803.5332483478 -4210,0,47829.1416355684,26803.5332483478 -4211,0,47829.1416355684,26803.5332483478 -4212,0,47829.1416355684,26803.5332483478 -4213,0,47829.1416355684,26803.5332483478 -4214,0,47829.1416355684,26803.5332483478 -4215,0,47829.1416355684,26803.5332483478 -4216,0,47829.1416355684,26803.5332483478 -4217,0,47829.1416355684,26803.5332483478 -4218,0,47829.1416355684,26803.5332483478 -4219,0,47829.1416355684,26803.5332483478 -4220,0,47829.1416355684,26803.5332483478 -4221,0,47829.1416355684,26803.5332483478 -4222,0,47829.1416355684,26803.5332483478 -4223,0,47829.1416355684,26803.5332483478 -4224,0,47829.1416355684,26803.5332483478 -4225,0,47829.1416355684,26803.5332483478 -4226,0,47829.1416355684,26803.5332483478 -4227,0,47829.1416355684,26803.5332483478 -4228,0,47829.1416355684,26803.5332483478 -4229,0,47829.1416355684,26803.5332483478 -4230,0,47829.1416355684,26803.5332483478 -4231,0,47829.1416355684,26803.5332483478 -4232,0,47829.1416355684,26803.5332483478 -4233,0,47829.1416355684,26803.5332483478 -4234,0,47829.1416355684,26803.5332483478 -4235,0,47829.1416355684,26803.5332483478 -4236,0,47829.1416355684,26803.5332483478 -4237,0,47829.1416355684,26803.5332483478 -4238,0,47829.1416355684,26803.5332483478 -4239,0,47829.1416355684,26803.5332483478 -4240,0,47829.1416355684,26803.5332483478 -4241,0,47829.1416355684,26803.5332483478 -4242,0,47829.1416355684,26803.5332483478 -4243,0,47829.1416355684,26803.5332483478 -4244,0,47829.1416355684,26803.5332483478 -4245,0,47829.1416355684,26803.5332483478 -4246,0,47829.1416355684,26803.5332483478 -4247,0,47829.1416355684,26803.5332483478 -4248,0,47829.1416355684,26803.5332483478 -4249,0,47829.1416355684,26803.5332483478 -4250,0,47829.1416355684,26803.5332483478 -4251,0,47829.1416355684,26803.5332483478 -4252,0,47829.1416355684,26803.5332483478 -4253,0,47829.1416355684,26803.5332483478 -4254,0,47829.1416355684,26803.5332483478 -4255,0,47829.1416355684,26803.5332483478 -4256,0,47829.1416355684,26803.5332483478 -4257,0,47829.1416355684,26803.5332483478 -4258,0,47829.1416355684,26803.5332483478 -4259,0,47829.1416355684,26803.5332483478 -4260,0,47829.1416355684,26803.5332483478 -4261,0,47829.1416355684,26803.5332483478 -4262,0,47829.1416355684,26803.5332483478 -4263,0,47829.1416355684,26803.5332483478 -4264,0,47829.1416355684,26803.5332483478 -4265,0,47829.1416355684,26803.5332483478 -4266,0,47829.1416355684,26803.5332483478 -4267,0,47829.1416355684,26803.5332483478 -4268,0,47829.1416355684,26803.5332483478 -4269,0,47829.1416355684,26803.5332483478 -4270,0,47829.1416355684,26803.5332483478 -4271,0,47829.1416355684,26803.5332483478 -4272,0,47829.1416355684,26803.5332483478 -4273,0,47829.1416355684,26803.5332483478 -4274,0,47829.1416355684,26803.5332483478 -4275,0,47829.1416355684,26803.5332483478 -4276,0,47829.1416355684,26803.5332483478 -4277,0,47829.1416355684,26803.5332483478 -4278,0,47829.1416355684,26803.5332483478 -4279,0,47829.1416355684,26803.5332483478 -4280,0,47829.1416355684,26803.5332483478 -4281,0,47829.1416355684,26803.5332483478 -4282,0,47829.1416355684,26803.5332483478 -4283,0,47829.1416355684,26803.5332483478 -4284,0,47829.1416355684,26803.5332483478 -4285,0,47829.1416355684,26803.5332483478 -4286,0,47829.1416355684,26803.5332483478 -4287,0,47829.1416355684,26803.5332483478 -4288,0,47829.1416355684,26803.5332483478 -4289,0,47829.1416355684,26803.5332483478 -4290,0,47829.1416355684,26803.5332483478 -4291,0,47829.1416355684,26803.5332483478 -4292,0,47829.1416355684,26803.5332483478 -4293,0,47829.1416355684,26803.5332483478 -4294,0,47829.1416355684,26803.5332483478 -4295,0,47829.1416355684,26803.5332483478 -4296,0,47829.1416355684,26803.5332483478 -4297,0,47829.1416355684,26803.5332483478 -4298,0,47829.1416355684,26803.5332483478 -4299,0,47829.1416355684,26803.5332483478 -4300,0,47829.1416355684,26803.5332483478 -4301,0,47829.1416355684,26803.5332483478 -4302,0,47829.1416355684,26803.5332483478 -4303,0,47829.1416355684,26803.5332483478 -4304,0,47829.1416355684,26803.5332483478 -4305,0,47829.1416355684,26803.5332483478 -4306,0,47829.1416355684,26803.5332483478 -4307,0,47829.1416355684,26803.5332483478 -4308,0,47829.1416355684,26803.5332483478 -4309,0,47829.1416355684,26803.5332483478 -4310,0,47829.1416355684,26803.5332483478 -4311,0,47829.1416355684,26803.5332483478 -4312,0,47829.1416355684,26803.5332483478 -4313,0,47829.1416355684,26803.5332483478 -4314,0,47829.1416355684,26803.5332483478 -4315,0,47829.1416355684,26803.5332483478 -4316,0,47829.1416355684,26803.5332483478 -4317,0,47829.1416355684,26803.5332483478 -4318,0,47829.1416355684,26803.5332483478 -4319,0,47829.1416355684,26803.5332483478 -4320,0,47829.1416355684,26803.5332483478 -4321,0,47829.1416355684,26803.5332483478 -4322,0,47829.1416355684,26803.5332483478 -4323,0,47829.1416355684,26803.5332483478 -4324,0,47829.1416355684,26803.5332483478 -4325,0,47829.1416355684,26803.5332483478 -4326,0,47829.1416355684,26803.5332483478 -4327,0,47829.1416355684,26803.5332483478 -4328,0,47829.1416355684,26803.5332483478 -4329,0,47829.1416355684,26803.5332483478 -4330,0,47829.1416355684,26803.5332483478 -4331,0,47829.1416355684,26803.5332483478 -4332,0,47829.1416355684,26803.5332483478 -4333,0,47829.1416355684,26803.5332483478 -4334,0,47829.1416355684,26803.5332483478 -4335,0,47829.1416355684,26803.5332483478 -4336,0,47829.1416355684,26803.5332483478 -4337,0,47829.1416355684,26803.5332483478 -4338,0,47829.1416355684,26803.5332483478 -4339,0,47829.1416355684,26803.5332483478 -4340,0,47829.1416355684,26803.5332483478 -4341,0,47829.1416355684,26803.5332483478 -4342,0,47829.1416355684,26803.5332483478 -4343,0,47829.1416355684,26803.5332483478 -4344,0,47829.1416355684,26803.5332483478 -4345,0,47829.1416355684,26803.5332483478 -4346,0,47829.1416355684,26803.5332483478 -4347,0,47829.1416355684,26803.5332483478 -4348,0,47829.1416355684,26803.5332483478 -4349,0,47829.1416355684,26803.5332483478 -4350,0,47829.1416355684,26803.5332483478 -4351,0,47829.1416355684,26803.5332483478 -4352,0,47829.1416355684,26803.5332483478 -4353,0,47829.1416355684,26803.5332483478 -4354,0,47829.1416355684,26803.5332483478 -4355,0,47829.1416355684,26803.5332483478 -4356,0,47829.1416355684,26803.5332483478 -4357,0,47829.1416355684,26803.5332483478 -4358,0,47829.1416355684,26803.5332483478 -4359,0,47829.1416355684,26803.5332483478 -4360,0,47829.1416355684,26803.5332483478 -4361,0,47829.1416355684,26803.5332483478 -4362,0,47829.1416355684,26803.5332483478 -4363,0,47829.1416355684,26803.5332483478 -4364,0,47829.1416355684,26803.5332483478 -4365,0,47829.1416355684,26803.5332483478 -4366,0,47829.1416355684,26803.5332483478 -4367,0,47829.1416355684,26803.5332483478 -4368,0,47829.1416355684,26803.5332483478 -4369,0,47829.1416355684,26803.5332483478 -4370,0,47829.1416355684,26803.5332483478 -4371,0,47829.1416355684,26803.5332483478 -4372,0,47829.1416355684,26803.5332483478 -4373,0,47829.1416355684,26803.5332483478 -4374,0,47829.1416355684,26803.5332483478 -4375,0,47829.1416355684,26803.5332483478 -4376,0,47829.1416355684,26803.5332483478 -4377,0,47829.1416355684,26803.5332483478 -4378,0,47829.1416355684,26803.5332483478 -4379,0,47829.1416355684,26803.5332483478 -4380,0,47829.1416355684,26803.5332483478 -4381,0,47829.1416355684,26803.5332483478 -4382,0,47829.1416355684,26803.5332483478 -4383,0,47829.1416355684,26803.5332483478 -4384,0,47829.1416355684,26803.5332483478 -4385,0,47829.1416355684,26803.5332483478 -4386,0,47829.1416355684,26803.5332483478 -4387,0,47829.1416355684,26803.5332483478 -4388,0,47829.1416355684,26803.5332483478 -4389,0,47829.1416355684,26803.5332483478 -4390,0,47829.1416355684,26803.5332483478 -4391,0,47829.1416355684,26803.5332483478 -4392,0,47829.1416355684,26803.5332483478 -4393,0,47829.1416355684,26803.5332483478 -4394,0,47829.1416355684,26803.5332483478 -4395,0,47829.1416355684,26803.5332483478 -4396,0,47829.1416355684,26803.5332483478 -4397,0,47829.1416355684,26803.5332483478 -4398,0,47829.1416355684,26803.5332483478 -4399,0,47829.1416355684,26803.5332483478 -4400,0,47829.1416355684,26803.5332483478 -4401,0,47829.1416355684,26803.5332483478 -4402,0,47829.1416355684,26803.5332483478 -4403,0,47829.1416355684,26803.5332483478 -4404,0,47829.1416355684,26803.5332483478 -4405,0,47829.1416355684,26803.5332483478 -4406,0,47829.1416355684,26803.5332483478 -4407,0,47829.1416355684,26803.5332483478 -4408,0,47829.1416355684,26803.5332483478 -4409,0,47829.1416355684,26803.5332483478 -4410,0,47829.1416355684,26803.5332483478 -4411,0,47829.1416355684,26803.5332483478 -4412,0,47829.1416355684,26803.5332483478 -4413,0,47829.1416355684,26803.5332483478 -4414,0,47829.1416355684,26803.5332483478 -4415,0,47829.1416355684,26803.5332483478 -4416,0,47829.1416355684,26803.5332483478 -4417,0,47829.1416355684,26803.5332483478 -4418,0,47829.1416355684,26803.5332483478 -4419,0,47829.1416355684,26803.5332483478 -4420,0,47829.1416355684,26803.5332483478 -4421,0,47829.1416355684,26803.5332483478 -4422,0,47829.1416355684,26803.5332483478 -4423,0,47829.1416355684,26803.5332483478 -4424,0,47829.1416355684,26803.5332483478 -4425,0,47829.1416355684,26803.5332483478 -4426,0,47829.1416355684,26803.5332483478 -4427,0,47829.1416355684,26803.5332483478 -4428,0,47829.1416355684,26803.5332483478 -4429,0,47829.1416355684,26803.5332483478 -4430,0,47829.1416355684,26803.5332483478 -4431,0,47829.1416355684,26803.5332483478 -4432,0,47829.1416355684,26803.5332483478 -4433,0,47829.1416355684,26803.5332483478 -4434,0,47829.1416355684,26803.5332483478 -4435,0,47829.1416355684,26803.5332483478 -4436,0,47829.1416355684,26803.5332483478 -4437,0,47829.1416355684,26803.5332483478 -4438,0,47829.1416355684,26803.5332483478 -4439,0,47829.1416355684,26803.5332483478 -4440,0,47829.1416355684,26803.5332483478 -4441,0,47829.1416355684,26803.5332483478 -4442,0,47829.1416355684,26803.5332483478 -4443,0,47829.1416355684,26803.5332483478 -4444,0,47829.1416355684,26803.5332483478 -4445,0,47829.1416355684,26803.5332483478 -4446,0,47829.1416355684,26803.5332483478 -4447,0,47829.1416355684,26803.5332483478 -4448,0,47829.1416355684,26803.5332483478 -4449,0,47829.1416355684,26803.5332483478 -4450,0,47829.1416355684,26803.5332483478 -4451,0,47829.1416355684,26803.5332483478 -4452,0,47829.1416355684,26803.5332483478 -4453,0,47829.1416355684,26803.5332483478 -4454,0,47829.1416355684,26803.5332483478 -4455,0,47829.1416355684,26803.5332483478 -4456,0,47829.1416355684,26803.5332483478 -4457,0,47829.1416355684,26803.5332483478 -4458,0,47829.1416355684,26803.5332483478 -4459,0,47829.1416355684,26803.5332483478 -4460,0,47829.1416355684,26803.5332483478 -4461,0,47829.1416355684,26803.5332483478 -4462,0,47829.1416355684,26803.5332483478 -4463,0,47829.1416355684,26803.5332483478 -4464,0,47829.1416355684,26803.5332483478 -4465,0,47829.1416355684,26803.5332483478 -4466,0,47829.1416355684,26803.5332483478 -4467,0,47829.1416355684,26803.5332483478 -4468,0,47829.1416355684,26803.5332483478 -4469,0,47829.1416355684,26803.5332483478 -4470,0,47829.1416355684,26803.5332483478 -4471,0,47829.1416355684,26803.5332483478 -4472,0,47829.1416355684,26803.5332483478 -4473,0,47829.1416355684,26803.5332483478 -4474,0,47829.1416355684,26803.5332483478 -4475,0,47829.1416355684,26803.5332483478 -4476,0,47829.1416355684,26803.5332483478 -4477,0,47829.1416355684,26803.5332483478 -4478,0,47829.1416355684,26803.5332483478 -4479,0,47829.1416355684,26803.5332483478 -4480,0,47829.1416355684,26803.5332483478 -4481,0,47829.1416355684,26803.5332483478 -4482,0,47829.1416355684,26803.5332483478 -4483,0,47829.1416355684,26803.5332483478 -4484,0,47829.1416355684,26803.5332483478 -4485,0,47829.1416355684,26803.5332483478 -4486,0,47829.1416355684,26803.5332483478 -4487,0,47829.1416355684,26803.5332483478 -4488,0,47829.1416355684,26803.5332483478 -4489,0,47829.1416355684,26803.5332483478 -4490,0,47829.1416355684,26803.5332483478 -4491,0,47829.1416355684,26803.5332483478 -4492,0,47829.1416355684,26803.5332483478 -4493,0,47829.1416355684,26803.5332483478 -4494,0,47829.1416355684,26803.5332483478 -4495,0,47829.1416355684,26803.5332483478 -4496,0,47829.1416355684,26803.5332483478 -4497,0,47829.1416355684,26803.5332483478 -4498,0,47829.1416355684,26803.5332483478 -4499,0,47829.1416355684,26803.5332483478 -4500,0,47829.1416355684,26803.5332483478 -4501,0,47829.1416355684,26803.5332483478 -4502,0,47829.1416355684,26803.5332483478 -4503,0,47829.1416355684,26803.5332483478 -4504,0,47829.1416355684,26803.5332483478 -4505,0,47829.1416355684,26803.5332483478 -4506,0,47829.1416355684,26803.5332483478 -4507,0,47829.1416355684,26803.5332483478 -4508,0,47829.1416355684,26803.5332483478 -4509,0,47829.1416355684,26803.5332483478 -4510,0,47829.1416355684,26803.5332483478 -4511,0,47829.1416355684,26803.5332483478 -4512,0,47829.1416355684,26803.5332483478 -4513,0,47829.1416355684,26803.5332483478 -4514,0,47829.1416355684,26803.5332483478 -4515,0,47829.1416355684,26803.5332483478 -4516,0,47829.1416355684,26803.5332483478 -4517,0,47829.1416355684,26803.5332483478 -4518,0,47829.1416355684,26803.5332483478 -4519,0,47829.1416355684,26803.5332483478 -4520,0,47829.1416355684,26803.5332483478 -4521,0,47829.1416355684,26803.5332483478 -4522,0,47829.1416355684,26803.5332483478 -4523,0,47829.1416355684,26803.5332483478 -4524,0,47829.1416355684,26803.5332483478 -4525,0,47829.1416355684,26803.5332483478 -4526,0,47829.1416355684,26803.5332483478 -4527,0,47829.1416355684,26803.5332483478 -4528,0,47829.1416355684,26803.5332483478 -4529,0,47829.1416355684,26803.5332483478 -4530,0,47829.1416355684,26803.5332483478 -4531,0,47829.1416355684,26803.5332483478 -4532,0,47829.1416355684,26803.5332483478 -4533,0,47829.1416355684,26803.5332483478 -4534,0,47829.1416355684,26803.5332483478 -4535,0,47829.1416355684,26803.5332483478 -4536,0,47829.1416355684,26803.5332483478 -4537,0,47829.1416355684,26803.5332483478 -4538,0,47829.1416355684,26803.5332483478 -4539,0,47829.1416355684,26803.5332483478 -4540,0,47829.1416355684,26803.5332483478 -4541,0,47829.1416355684,26803.5332483478 -4542,0,47829.1416355684,26803.5332483478 -4543,0,47829.1416355684,26803.5332483478 -4544,0,47829.1416355684,26803.5332483478 -4545,0,47829.1416355684,26803.5332483478 -4546,0,47829.1416355684,26803.5332483478 -4547,0,47829.1416355684,26803.5332483478 -4548,0,47829.1416355684,26803.5332483478 -4549,0,47829.1416355684,26803.5332483478 -4550,0,47829.1416355684,26803.5332483478 -4551,0,47829.1416355684,26803.5332483478 -4552,0,47829.1416355684,26803.5332483478 -4553,0,47829.1416355684,26803.5332483478 -4554,0,47829.1416355684,26803.5332483478 -4555,0,47829.1416355684,26803.5332483478 -4556,0,47829.1416355684,26803.5332483478 -4557,0,47829.1416355684,26803.5332483478 -4558,0,47829.1416355684,26803.5332483478 -4559,0,47829.1416355684,26803.5332483478 -4560,0,47829.1416355684,26803.5332483478 -4561,0,47829.1416355684,26803.5332483478 -4562,0,47829.1416355684,26803.5332483478 -4563,0,47829.1416355684,26803.5332483478 -4564,0,47829.1416355684,26803.5332483478 -4565,0,47829.1416355684,26803.5332483478 -4566,0,47829.1416355684,26803.5332483478 -4567,0,47829.1416355684,26803.5332483478 -4568,0,47829.1416355684,26803.5332483478 -4569,0,47829.1416355684,26803.5332483478 -4570,0,47829.1416355684,26803.5332483478 -4571,0,47829.1416355684,26803.5332483478 -4572,0,47829.1416355684,26803.5332483478 -4573,0,47829.1416355684,26803.5332483478 -4574,0,47829.1416355684,26803.5332483478 -4575,0,47829.1416355684,26803.5332483478 -4576,0,47829.1416355684,26803.5332483478 -4577,0,47829.1416355684,26803.5332483478 -4578,0,47829.1416355684,26803.5332483478 -4579,0,47829.1416355684,26803.5332483478 -4580,0,47829.1416355684,26803.5332483478 -4581,0,47829.1416355684,26803.5332483478 -4582,0,47829.1416355684,26803.5332483478 -4583,0,47829.1416355684,26803.5332483478 -4584,0,47829.1416355684,26803.5332483478 -4585,0,47829.1416355684,26803.5332483478 -4586,0,47829.1416355684,26803.5332483478 -4587,0,47829.1416355684,26803.5332483478 -4588,0,47829.1416355684,26803.5332483478 -4589,0,47829.1416355684,26803.5332483478 -4590,0,47829.1416355684,26803.5332483478 -4591,0,47829.1416355684,26803.5332483478 -4592,0,47829.1416355684,26803.5332483478 -4593,0,47829.1416355684,26803.5332483478 -4594,0,47829.1416355684,26803.5332483478 -4595,0,47829.1416355684,26803.5332483478 -4596,0,47829.1416355684,26803.5332483478 -4597,0,47829.1416355684,26803.5332483478 -4598,0,47829.1416355684,26803.5332483478 -4599,0,47829.1416355684,26803.5332483478 -4600,0,47829.1416355684,26803.5332483478 -4601,0,47829.1416355684,26803.5332483478 -4602,0,47829.1416355684,26803.5332483478 -4603,0,47829.1416355684,26803.5332483478 -4604,0,47829.1416355684,26803.5332483478 -4605,0,47829.1416355684,26803.5332483478 -4606,0,47829.1416355684,26803.5332483478 -4607,0,47829.1416355684,26803.5332483478 -4608,0,47829.1416355684,26803.5332483478 -4609,0,47829.1416355684,26803.5332483478 -4610,0,47829.1416355684,26803.5332483478 -4611,0,47829.1416355684,26803.5332483478 -4612,0,47829.1416355684,26803.5332483478 -4613,0,47829.1416355684,26803.5332483478 -4614,0,47829.1416355684,26803.5332483478 -4615,0,47829.1416355684,26803.5332483478 -4616,0,47829.1416355684,26803.5332483478 -4617,0,47829.1416355684,26803.5332483478 -4618,0,47829.1416355684,26803.5332483478 -4619,0,47829.1416355684,26803.5332483478 -4620,0,47829.1416355684,26803.5332483478 -4621,0,47829.1416355684,26803.5332483478 -4622,0,47829.1416355684,26803.5332483478 -4623,0,47829.1416355684,26803.5332483478 -4624,0,47829.1416355684,26803.5332483478 -4625,0,47829.1416355684,26803.5332483478 -4626,0,47829.1416355684,26803.5332483478 -4627,0,47829.1416355684,26803.5332483478 -4628,0,47829.1416355684,26803.5332483478 -4629,0,47829.1416355684,26803.5332483478 -4630,0,47829.1416355684,26803.5332483478 -4631,0,47829.1416355684,26803.5332483478 -4632,0,47829.1416355684,26803.5332483478 -4633,0,47829.1416355684,26803.5332483478 -4634,0,47829.1416355684,26803.5332483478 -4635,0,47829.1416355684,26803.5332483478 -4636,0,47829.1416355684,26803.5332483478 -4637,0,47829.1416355684,26803.5332483478 -4638,0,47829.1416355684,26803.5332483478 -4639,0,47829.1416355684,26803.5332483478 -4640,0,47829.1416355684,26803.5332483478 -4641,0,47829.1416355684,26803.5332483478 -4642,0,47829.1416355684,26803.5332483478 -4643,0,47829.1416355684,26803.5332483478 -4644,0,47829.1416355684,26803.5332483478 -4645,0,47829.1416355684,26803.5332483478 -4646,0,47829.1416355684,26803.5332483478 -4647,0,47829.1416355684,26803.5332483478 -4648,0,47829.1416355684,26803.5332483478 -4649,0,47829.1416355684,26803.5332483478 -4650,0,47829.1416355684,26803.5332483478 -4651,0,47829.1416355684,26803.5332483478 -4652,0,47829.1416355684,26803.5332483478 -4653,0,47829.1416355684,26803.5332483478 -4654,0,47829.1416355684,26803.5332483478 -4655,0,47829.1416355684,26803.5332483478 -4656,0,47829.1416355684,26803.5332483478 -4657,0,47829.1416355684,26803.5332483478 -4658,0,47829.1416355684,26803.5332483478 -4659,0,47829.1416355684,26803.5332483478 -4660,0,47829.1416355684,26803.5332483478 -4661,0,47829.1416355684,26803.5332483478 -4662,0,47829.1416355684,26803.5332483478 -4663,0,47829.1416355684,26803.5332483478 -4664,0,47829.1416355684,26803.5332483478 -4665,0,47829.1416355684,26803.5332483478 -4666,0,47829.1416355684,26803.5332483478 -4667,0,47829.1416355684,26803.5332483478 -4668,0,47829.1416355684,26803.5332483478 -4669,0,47829.1416355684,26803.5332483478 -4670,0,47829.1416355684,26803.5332483478 -4671,0,47829.1416355684,26803.5332483478 -4672,0,47829.1416355684,26803.5332483478 -4673,0,47829.1416355684,26803.5332483478 -4674,0,47829.1416355684,26803.5332483478 -4675,0,47829.1416355684,26803.5332483478 -4676,0,47829.1416355684,26803.5332483478 -4677,0,47829.1416355684,26803.5332483478 -4678,0,47829.1416355684,26803.5332483478 -4679,0,47829.1416355684,26803.5332483478 -4680,0,47829.1416355684,26803.5332483478 -4681,0,47829.1416355684,26803.5332483478 -4682,0,47829.1416355684,26803.5332483478 -4683,0,47829.1416355684,26803.5332483478 -4684,0,47829.1416355684,26803.5332483478 -4685,0,47829.1416355684,26803.5332483478 -4686,0,47829.1416355684,26803.5332483478 -4687,0,47829.1416355684,26803.5332483478 -4688,0,47829.1416355684,26803.5332483478 -4689,0,47829.1416355684,26803.5332483478 -4690,0,47829.1416355684,26803.5332483478 -4691,0,47829.1416355684,26803.5332483478 -4692,0,47829.1416355684,26803.5332483478 -4693,0,47829.1416355684,26803.5332483478 -4694,0,47829.1416355684,26803.5332483478 -4695,0,47829.1416355684,26803.5332483478 -4696,0,47829.1416355684,26803.5332483478 -4697,0,47829.1416355684,26803.5332483478 -4698,0,47829.1416355684,26803.5332483478 -4699,0,47829.1416355684,26803.5332483478 -4700,0,47829.1416355684,26803.5332483478 -4701,0,47829.1416355684,26803.5332483478 -4702,0,47829.1416355684,26803.5332483478 -4703,0,47829.1416355684,26803.5332483478 -4704,0,47829.1416355684,26803.5332483478 -4705,0,47829.1416355684,26803.5332483478 -4706,0,47829.1416355684,26803.5332483478 -4707,0,47829.1416355684,26803.5332483478 -4708,0,47829.1416355684,26803.5332483478 -4709,0,47829.1416355684,26803.5332483478 -4710,0,47829.1416355684,26803.5332483478 -4711,0,47829.1416355684,26803.5332483478 -4712,0,47829.1416355684,26803.5332483478 -4713,0,47829.1416355684,26803.5332483478 -4714,0,47829.1416355684,26803.5332483478 -4715,0,47829.1416355684,26803.5332483478 -4716,0,47829.1416355684,26803.5332483478 -4717,0,47829.1416355684,26803.5332483478 -4718,0,47829.1416355684,26803.5332483478 -4719,0,47829.1416355684,26803.5332483478 -4720,0,47829.1416355684,26803.5332483478 -4721,0,47829.1416355684,26803.5332483478 -4722,0,47829.1416355684,26803.5332483478 -4723,0,47829.1416355684,26803.5332483478 -4724,0,47829.1416355684,26803.5332483478 -4725,0,47829.1416355684,26803.5332483478 -4726,0,47829.1416355684,26803.5332483478 -4727,0,47829.1416355684,26803.5332483478 -4728,0,47829.1416355684,26803.5332483478 -4729,0,47829.1416355684,26803.5332483478 -4730,0,47829.1416355684,26803.5332483478 -4731,0,47829.1416355684,26803.5332483478 -4732,0,47829.1416355684,26803.5332483478 -4733,0,47829.1416355684,26803.5332483478 -4734,0,47829.1416355684,26803.5332483478 -4735,0,47829.1416355684,26803.5332483478 -4736,0,47829.1416355684,26803.5332483478 -4737,0,47829.1416355684,26803.5332483478 -4738,0,47829.1416355684,26803.5332483478 -4739,0,47829.1416355684,26803.5332483478 -4740,0,47829.1416355684,26803.5332483478 -4741,0,47829.1416355684,26803.5332483478 -4742,0,47829.1416355684,26803.5332483478 -4743,0,47829.1416355684,26803.5332483478 -4744,0,47829.1416355684,26803.5332483478 -4745,0,47829.1416355684,26803.5332483478 -4746,0,47829.1416355684,26803.5332483478 -4747,0,47829.1416355684,26803.5332483478 -4748,0,47829.1416355684,26803.5332483478 -4749,0,47829.1416355684,26803.5332483478 -4750,0,47829.1416355684,26803.5332483478 -4751,0,47829.1416355684,26803.5332483478 -4752,0,47829.1416355684,26803.5332483478 -4753,0,47829.1416355684,26803.5332483478 -4754,0,47829.1416355684,26803.5332483478 -4755,0,47829.1416355684,26803.5332483478 -4756,0,47829.1416355684,26803.5332483478 -4757,0,47829.1416355684,26803.5332483478 -4758,0,47829.1416355684,26803.5332483478 -4759,0,47829.1416355684,26803.5332483478 -4760,0,47829.1416355684,26803.5332483478 -4761,0,47829.1416355684,26803.5332483478 -4762,0,47829.1416355684,26803.5332483478 -4763,0,47829.1416355684,26803.5332483478 -4764,0,47829.1416355684,26803.5332483478 -4765,0,47829.1416355684,26803.5332483478 -4766,0,47829.1416355684,26803.5332483478 -4767,0,47829.1416355684,26803.5332483478 -4768,0,47829.1416355684,26803.5332483478 -4769,0,47829.1416355684,26803.5332483478 -4770,0,47829.1416355684,26803.5332483478 -4771,0,47829.1416355684,26803.5332483478 -4772,0,47829.1416355684,26803.5332483478 -4773,0,47829.1416355684,26803.5332483478 -4774,0,47829.1416355684,26803.5332483478 -4775,0,47829.1416355684,26803.5332483478 -4776,0,47829.1416355684,26803.5332483478 -4777,0,47829.1416355684,26803.5332483478 -4778,0,47829.1416355684,26803.5332483478 -4779,0,47829.1416355684,26803.5332483478 -4780,0,47829.1416355684,26803.5332483478 -4781,0,47829.1416355684,26803.5332483478 -4782,0,47829.1416355684,26803.5332483478 -4783,0,47829.1416355684,26803.5332483478 -4784,0,47829.1416355684,26803.5332483478 -4785,0,47829.1416355684,26803.5332483478 -4786,0,47829.1416355684,26803.5332483478 -4787,0,47829.1416355684,26803.5332483478 -4788,0,47829.1416355684,26803.5332483478 -4789,0,47829.1416355684,26803.5332483478 -4790,0,47829.1416355684,26803.5332483478 -4791,0,47829.1416355684,26803.5332483478 -4792,0,47829.1416355684,26803.5332483478 -4793,0,47829.1416355684,26803.5332483478 -4794,0,47829.1416355684,26803.5332483478 -4795,0,47829.1416355684,26803.5332483478 -4796,0,47829.1416355684,26803.5332483478 -4797,0,47829.1416355684,26803.5332483478 -4798,0,47829.1416355684,26803.5332483478 -4799,0,47829.1416355684,26803.5332483478 -4800,0,47829.1416355684,26803.5332483478 -4801,0,47829.1416355684,26803.5332483478 -4802,0,47829.1416355684,26803.5332483478 -4803,0,47829.1416355684,26803.5332483478 -4804,0,47829.1416355684,26803.5332483478 -4805,0,47829.1416355684,26803.5332483478 -4806,0,47829.1416355684,26803.5332483478 -4807,0,47829.1416355684,26803.5332483478 -4808,0,47829.1416355684,26803.5332483478 -4809,0,47829.1416355684,26803.5332483478 -4810,0,47829.1416355684,26803.5332483478 -4811,0,47829.1416355684,26803.5332483478 -4812,0,47829.1416355684,26803.5332483478 -4813,0,47829.1416355684,26803.5332483478 -4814,0,47829.1416355684,26803.5332483478 -4815,0,47829.1416355684,26803.5332483478 -4816,0,47829.1416355684,26803.5332483478 -4817,0,47829.1416355684,26803.5332483478 -4818,0,47829.1416355684,26803.5332483478 -4819,0,47829.1416355684,26803.5332483478 -4820,0,47829.1416355684,26803.5332483478 -4821,0,47829.1416355684,26803.5332483478 -4822,0,47829.1416355684,26803.5332483478 -4823,0,47829.1416355684,26803.5332483478 -4824,0,47829.1416355684,26803.5332483478 -4825,0,47829.1416355684,26803.5332483478 -4826,0,47829.1416355684,26803.5332483478 -4827,0,47829.1416355684,26803.5332483478 -4828,0,47829.1416355684,26803.5332483478 -4829,0,47829.1416355684,26803.5332483478 -4830,0,47829.1416355684,26803.5332483478 -4831,0,47829.1416355684,26803.5332483478 -4832,0,47829.1416355684,26803.5332483478 -4833,0,47829.1416355684,26803.5332483478 -4834,0,47829.1416355684,26803.5332483478 -4835,0,47829.1416355684,26803.5332483478 -4836,0,47829.1416355684,26803.5332483478 -4837,0,47829.1416355684,26803.5332483478 -4838,0,47829.1416355684,26803.5332483478 -4839,0,47829.1416355684,26803.5332483478 -4840,0,47829.1416355684,26803.5332483478 -4841,0,47829.1416355684,26803.5332483478 -4842,0,47829.1416355684,26803.5332483478 -4843,0,47829.1416355684,26803.5332483478 -4844,0,47829.1416355684,26803.5332483478 -4845,0,47829.1416355684,26803.5332483478 -4846,0,47829.1416355684,26803.5332483478 -4847,0,47829.1416355684,26803.5332483478 -4848,0,47829.1416355684,26803.5332483478 -4849,0,47829.1416355684,26803.5332483478 -4850,0,47829.1416355684,26803.5332483478 -4851,0,47829.1416355684,26803.5332483478 -4852,0,47829.1416355684,26803.5332483478 -4853,0,47829.1416355684,26803.5332483478 -4854,0,47829.1416355684,26803.5332483478 -4855,0,47829.1416355684,26803.5332483478 -4856,0,47829.1416355684,26803.5332483478 -4857,0,47829.1416355684,26803.5332483478 -4858,0,47829.1416355684,26803.5332483478 -4859,0,47829.1416355684,26803.5332483478 -4860,0,47829.1416355684,26803.5332483478 -4861,0,47829.1416355684,26803.5332483478 -4862,0,47829.1416355684,26803.5332483478 -4863,0,47829.1416355684,26803.5332483478 -4864,0,47829.1416355684,26803.5332483478 -4865,0,47829.1416355684,26803.5332483478 -4866,0,47829.1416355684,26803.5332483478 -4867,0,47829.1416355684,26803.5332483478 -4868,0,47829.1416355684,26803.5332483478 -4869,0,47829.1416355684,26803.5332483478 -4870,0,47829.1416355684,26803.5332483478 -4871,0,47829.1416355684,26803.5332483478 -4872,0,47829.1416355684,26803.5332483478 -4873,0,47829.1416355684,26803.5332483478 -4874,0,47829.1416355684,26803.5332483478 -4875,0,47829.1416355684,26803.5332483478 -4876,0,47829.1416355684,26803.5332483478 -4877,0,47829.1416355684,26803.5332483478 -4878,0,47829.1416355684,26803.5332483478 -4879,0,47829.1416355684,26803.5332483478 -4880,0,47829.1416355684,26803.5332483478 -4881,0,47829.1416355684,26803.5332483478 -4882,0,47829.1416355684,26803.5332483478 -4883,0,47829.1416355684,26803.5332483478 -4884,0,47829.1416355684,26803.5332483478 -4885,0,47829.1416355684,26803.5332483478 -4886,0,47829.1416355684,26803.5332483478 -4887,0,47829.1416355684,26803.5332483478 -4888,0,47829.1416355684,26803.5332483478 -4889,0,47829.1416355684,26803.5332483478 -4890,0,47829.1416355684,26803.5332483478 -4891,0,47829.1416355684,26803.5332483478 -4892,0,47829.1416355684,26803.5332483478 -4893,0,47829.1416355684,26803.5332483478 -4894,0,47829.1416355684,26803.5332483478 -4895,0,47829.1416355684,26803.5332483478 -4896,0,47829.1416355684,26803.5332483478 -4897,0,47829.1416355684,26803.5332483478 -4898,0,47829.1416355684,26803.5332483478 -4899,0,47829.1416355684,26803.5332483478 -4900,0,47829.1416355684,26803.5332483478 -4901,0,47829.1416355684,26803.5332483478 -4902,0,47829.1416355684,26803.5332483478 -4903,0,47829.1416355684,26803.5332483478 -4904,0,47829.1416355684,26803.5332483478 -4905,0,47829.1416355684,26803.5332483478 -4906,0,47829.1416355684,26803.5332483478 -4907,0,47829.1416355684,26803.5332483478 -4908,0,47829.1416355684,26803.5332483478 -4909,0,47829.1416355684,26803.5332483478 -4910,0,47829.1416355684,26803.5332483478 -4911,0,47829.1416355684,26803.5332483478 -4912,0,47829.1416355684,26803.5332483478 -4913,0,47829.1416355684,26803.5332483478 -4914,0,47829.1416355684,26803.5332483478 -4915,0,47829.1416355684,26803.5332483478 -4916,0,47829.1416355684,26803.5332483478 -4917,0,47829.1416355684,26803.5332483478 -4918,0,47829.1416355684,26803.5332483478 -4919,0,47829.1416355684,26803.5332483478 -4920,0,47829.1416355684,26803.5332483478 -4921,0,47829.1416355684,26803.5332483478 -4922,0,47829.1416355684,26803.5332483478 -4923,0,47829.1416355684,26803.5332483478 -4924,0,47829.1416355684,26803.5332483478 -4925,0,47829.1416355684,26803.5332483478 -4926,0,47829.1416355684,26803.5332483478 -4927,0,47829.1416355684,26803.5332483478 -4928,0,47829.1416355684,26803.5332483478 -4929,0,47829.1416355684,26803.5332483478 -4930,0,47829.1416355684,26803.5332483478 -4931,0,47829.1416355684,26803.5332483478 -4932,0,47829.1416355684,26803.5332483478 -4933,0,47829.1416355684,26803.5332483478 -4934,0,47829.1416355684,26803.5332483478 -4935,0,47829.1416355684,26803.5332483478 -4936,0,47829.1416355684,26803.5332483478 -4937,0,47829.1416355684,26803.5332483478 -4938,0,47829.1416355684,26803.5332483478 -4939,0,47829.1416355684,26803.5332483478 -4940,0,47829.1416355684,26803.5332483478 -4941,0,47829.1416355684,26803.5332483478 -4942,0,47829.1416355684,26803.5332483478 -4943,0,47829.1416355684,26803.5332483478 -4944,0,47829.1416355684,26803.5332483478 -4945,0,47829.1416355684,26803.5332483478 -4946,0,47829.1416355684,26803.5332483478 -4947,0,47829.1416355684,26803.5332483478 -4948,0,47829.1416355684,26803.5332483478 -4949,0,47829.1416355684,26803.5332483478 -4950,0,47829.1416355684,26803.5332483478 -4951,0,47829.1416355684,26803.5332483478 -4952,0,47829.1416355684,26803.5332483478 -4953,0,47829.1416355684,26803.5332483478 -4954,0,47829.1416355684,26803.5332483478 -4955,0,47829.1416355684,26803.5332483478 -4956,0,47829.1416355684,26803.5332483478 -4957,0,47829.1416355684,26803.5332483478 -4958,0,47829.1416355684,26803.5332483478 -4959,0,47829.1416355684,26803.5332483478 -4960,0,47829.1416355684,26803.5332483478 -4961,0,47829.1416355684,26803.5332483478 -4962,0,47829.1416355684,26803.5332483478 -4963,0,47829.1416355684,26803.5332483478 -4964,0,47829.1416355684,26803.5332483478 -4965,0,47829.1416355684,26803.5332483478 -4966,0,47829.1416355684,26803.5332483478 -4967,0,47829.1416355684,26803.5332483478 -4968,0,47829.1416355684,26803.5332483478 -4969,0,47829.1416355684,26803.5332483478 -4970,0,47829.1416355684,26803.5332483478 -4971,0,47829.1416355684,26803.5332483478 -4972,0,47829.1416355684,26803.5332483478 -4973,0,47829.1416355684,26803.5332483478 -4974,0,47829.1416355684,26803.5332483478 -4975,0,47829.1416355684,26803.5332483478 -4976,0,47829.1416355684,26803.5332483478 -4977,0,47829.1416355684,26803.5332483478 -4978,0,47829.1416355684,26803.5332483478 -4979,0,47829.1416355684,26803.5332483478 -4980,0,47829.1416355684,26803.5332483478 -4981,0,47829.1416355684,26803.5332483478 -4982,0,47829.1416355684,26803.5332483478 -4983,0,47829.1416355684,26803.5332483478 -4984,0,47829.1416355684,26803.5332483478 -4985,0,47829.1416355684,26803.5332483478 -4986,0,47829.1416355684,26803.5332483478 -4987,0,47829.1416355684,26803.5332483478 -4988,0,47829.1416355684,26803.5332483478 -4989,0,47829.1416355684,26803.5332483478 -4990,0,47829.1416355684,26803.5332483478 -4991,0,47829.1416355684,26803.5332483478 -4992,0,47829.1416355684,26803.5332483478 -4993,0,47829.1416355684,26803.5332483478 -4994,0,47829.1416355684,26803.5332483478 -4995,0,47829.1416355684,26803.5332483478 -4996,0,47829.1416355684,26803.5332483478 -4997,0,47829.1416355684,26803.5332483478 -4998,0,47829.1416355684,26803.5332483478 -4999,0,47829.1416355684,26803.5332483478 -5000,0,47829.1416355684,26803.5332483478 -5001,0,47829.1416355684,26803.5332483478 -5002,0,47829.1416355684,26803.5332483478 -5003,0,47829.1416355684,26803.5332483478 -5004,0,47829.1416355684,26803.5332483478 -5005,0,47829.1416355684,26803.5332483478 -5006,0,47829.1416355684,26803.5332483478 -5007,0,47829.1416355684,26803.5332483478 -5008,0,47829.1416355684,26803.5332483478 -5009,0,47829.1416355684,26803.5332483478 -5010,0,47829.1416355684,26803.5332483478 -5011,0,47829.1416355684,26803.5332483478 -5012,0,47829.1416355684,26803.5332483478 -5013,0,47829.1416355684,26803.5332483478 -5014,0,47829.1416355684,26803.5332483478 -5015,0,47829.1416355684,26803.5332483478 -5016,0,47829.1416355684,26803.5332483478 -5017,0,47829.1416355684,26803.5332483478 -5018,0,47829.1416355684,26803.5332483478 -5019,0,47829.1416355684,26803.5332483478 -5020,0,47829.1416355684,26803.5332483478 -5021,0,47829.1416355684,26803.5332483478 -5022,0,47829.1416355684,26803.5332483478 -5023,0,47829.1416355684,26803.5332483478 -5024,0,47829.1416355684,26803.5332483478 -5025,0,47829.1416355684,26803.5332483478 -5026,0,47829.1416355684,26803.5332483478 -5027,0,47829.1416355684,26803.5332483478 -5028,0,47829.1416355684,26803.5332483478 -5029,0,47829.1416355684,26803.5332483478 -5030,0,47829.1416355684,26803.5332483478 -5031,0,47829.1416355684,26803.5332483478 -5032,0,47829.1416355684,26803.5332483478 -5033,0,47829.1416355684,26803.5332483478 -5034,0,47829.1416355684,26803.5332483478 -5035,0,47829.1416355684,26803.5332483478 -5036,0,47829.1416355684,26803.5332483478 -5037,0,47829.1416355684,26803.5332483478 -5038,0,47829.1416355684,26803.5332483478 -5039,0,47829.1416355684,26803.5332483478 -5040,0,47829.1416355684,26803.5332483478 -5041,0,47829.1416355684,26803.5332483478 -5042,0,47829.1416355684,26803.5332483478 -5043,0,47829.1416355684,26803.5332483478 -5044,0,47829.1416355684,26803.5332483478 -5045,0,47829.1416355684,26803.5332483478 -5046,0,47829.1416355684,26803.5332483478 -5047,0,47829.1416355684,26803.5332483478 -5048,0,47829.1416355684,26803.5332483478 -5049,0,47829.1416355684,26803.5332483478 -5050,0,47829.1416355684,26803.5332483478 -5051,0,47829.1416355684,26803.5332483478 -5052,0,47829.1416355684,26803.5332483478 -5053,0,47829.1416355684,26803.5332483478 -5054,0,47829.1416355684,26803.5332483478 -5055,0,47829.1416355684,26803.5332483478 -5056,0,47829.1416355684,26803.5332483478 -5057,0,47829.1416355684,26803.5332483478 -5058,0,47829.1416355684,26803.5332483478 -5059,0,47829.1416355684,26803.5332483478 -5060,0,47829.1416355684,26803.5332483478 -5061,0,47829.1416355684,26803.5332483478 -5062,0,47829.1416355684,26803.5332483478 -5063,0,47829.1416355684,26803.5332483478 -5064,0,47829.1416355684,26803.5332483478 -5065,0,47829.1416355684,26803.5332483478 -5066,0,47829.1416355684,26803.5332483478 -5067,0,47829.1416355684,26803.5332483478 -5068,0,47829.1416355684,26803.5332483478 -5069,0,47829.1416355684,26803.5332483478 -5070,0,47829.1416355684,26803.5332483478 -5071,0,47829.1416355684,26803.5332483478 -5072,0,47829.1416355684,26803.5332483478 -5073,0,47829.1416355684,26803.5332483478 -5074,0,47829.1416355684,26803.5332483478 -5075,0,47829.1416355684,26803.5332483478 -5076,0,47829.1416355684,26803.5332483478 -5077,0,47829.1416355684,26803.5332483478 -5078,0,47829.1416355684,26803.5332483478 -5079,0,47829.1416355684,26803.5332483478 -5080,0,47829.1416355684,26803.5332483478 -5081,0,47829.1416355684,26803.5332483478 -5082,0,47829.1416355684,26803.5332483478 -5083,0,47829.1416355684,26803.5332483478 -5084,0,47829.1416355684,26803.5332483478 -5085,0,47829.1416355684,26803.5332483478 -5086,0,47829.1416355684,26803.5332483478 -5087,0,47829.1416355684,26803.5332483478 -5088,0,47829.1416355684,26803.5332483478 -5089,0,47829.1416355684,26803.5332483478 -5090,0,47829.1416355684,26803.5332483478 -5091,0,47829.1416355684,26803.5332483478 -5092,0,47829.1416355684,26803.5332483478 -5093,0,47829.1416355684,26803.5332483478 -5094,0,47829.1416355684,26803.5332483478 -5095,0,47829.1416355684,26803.5332483478 -5096,0,47829.1416355684,26803.5332483478 -5097,0,47829.1416355684,26803.5332483478 -5098,0,47829.1416355684,26803.5332483478 -5099,0,47829.1416355684,26803.5332483478 -5100,0,47829.1416355684,26803.5332483478 -5101,0,47829.1416355684,26803.5332483478 -5102,0,47829.1416355684,26803.5332483478 -5103,0,47829.1416355684,26803.5332483478 -5104,0,47829.1416355684,26803.5332483478 -5105,0,47829.1416355684,26803.5332483478 -5106,0,47829.1416355684,26803.5332483478 -5107,0,47829.1416355684,26803.5332483478 -5108,0,47829.1416355684,26803.5332483478 -5109,0,47829.1416355684,26803.5332483478 -5110,0,47829.1416355684,26803.5332483478 -5111,0,47829.1416355684,26803.5332483478 -5112,0,47829.1416355684,26803.5332483478 -5113,0,47829.1416355684,26803.5332483478 -5114,0,47829.1416355684,26803.5332483478 -5115,0,47829.1416355684,26803.5332483478 -5116,0,47829.1416355684,26803.5332483478 -5117,0,47829.1416355684,26803.5332483478 -5118,0,47829.1416355684,26803.5332483478 -5119,0,47829.1416355684,26803.5332483478 -5120,0,47829.1416355684,26803.5332483478 -5121,0,47829.1416355684,26803.5332483478 -5122,0,47829.1416355684,26803.5332483478 -5123,0,47829.1416355684,26803.5332483478 -5124,0,47829.1416355684,26803.5332483478 -5125,0,47829.1416355684,26803.5332483478 -5126,0,47829.1416355684,26803.5332483478 -5127,0,47829.1416355684,26803.5332483478 -5128,0,47829.1416355684,26803.5332483478 -5129,0,47829.1416355684,26803.5332483478 -5130,0,47829.1416355684,26803.5332483478 -5131,0,47829.1416355684,26803.5332483478 -5132,0,47829.1416355684,26803.5332483478 -5133,0,47829.1416355684,26803.5332483478 -5134,0,47829.1416355684,26803.5332483478 -5135,0,47829.1416355684,26803.5332483478 -5136,0,47829.1416355684,26803.5332483478 -5137,0,47829.1416355684,26803.5332483478 -5138,0,47829.1416355684,26803.5332483478 -5139,0,47829.1416355684,26803.5332483478 -5140,0,47829.1416355684,26803.5332483478 -5141,0,47829.1416355684,26803.5332483478 -5142,0,47829.1416355684,26803.5332483478 -5143,0,47829.1416355684,26803.5332483478 -5144,0,47829.1416355684,26803.5332483478 -5145,0,47829.1416355684,26803.5332483478 -5146,0,47829.1416355684,26803.5332483478 -5147,0,47829.1416355684,26803.5332483478 -5148,0,47829.1416355684,26803.5332483478 -5149,0,47829.1416355684,26803.5332483478 -5150,0,47829.1416355684,26803.5332483478 -5151,0,47829.1416355684,26803.5332483478 -5152,0,47829.1416355684,26803.5332483478 -5153,0,47829.1416355684,26803.5332483478 -5154,0,47829.1416355684,26803.5332483478 -5155,0,47829.1416355684,26803.5332483478 -5156,0,47829.1416355684,26803.5332483478 -5157,0,47829.1416355684,26803.5332483478 -5158,0,47829.1416355684,26803.5332483478 -5159,0,47829.1416355684,26803.5332483478 -5160,0,47829.1416355684,26803.5332483478 -5161,0,47829.1416355684,26803.5332483478 -5162,0,47829.1416355684,26803.5332483478 -5163,0,47829.1416355684,26803.5332483478 -5164,0,47829.1416355684,26803.5332483478 -5165,0,47829.1416355684,26803.5332483478 -5166,0,47829.1416355684,26803.5332483478 -5167,0,47829.1416355684,26803.5332483478 -5168,0,47829.1416355684,26803.5332483478 -5169,0,47829.1416355684,26803.5332483478 -5170,0,47829.1416355684,26803.5332483478 -5171,0,47829.1416355684,26803.5332483478 -5172,0,47829.1416355684,26803.5332483478 -5173,0,47829.1416355684,26803.5332483478 -5174,0,47829.1416355684,26803.5332483478 -5175,0,47829.1416355684,26803.5332483478 -5176,0,47829.1416355684,26803.5332483478 -5177,0,47829.1416355684,26803.5332483478 -5178,0,47829.1416355684,26803.5332483478 -5179,0,47829.1416355684,26803.5332483478 -5180,0,47829.1416355684,26803.5332483478 -5181,0,47829.1416355684,26803.5332483478 -5182,0,47829.1416355684,26803.5332483478 -5183,0,47829.1416355684,26803.5332483478 -5184,0,47829.1416355684,26803.5332483478 -5185,0,47829.1416355684,26803.5332483478 -5186,0,47829.1416355684,26803.5332483478 -5187,0,47829.1416355684,26803.5332483478 -5188,0,47829.1416355684,26803.5332483478 -5189,0,47829.1416355684,26803.5332483478 -5190,0,47829.1416355684,26803.5332483478 -5191,0,47829.1416355684,26803.5332483478 -5192,0,47829.1416355684,26803.5332483478 -5193,0,47829.1416355684,26803.5332483478 -5194,0,47829.1416355684,26803.5332483478 -5195,0,47829.1416355684,26803.5332483478 -5196,0,47829.1416355684,26803.5332483478 -5197,0,47829.1416355684,26803.5332483478 -5198,0,47829.1416355684,26803.5332483478 -5199,0,47829.1416355684,26803.5332483478 -5200,0,47829.1416355684,26803.5332483478 -5201,0,47829.1416355684,26803.5332483478 -5202,0,47829.1416355684,26803.5332483478 -5203,0,47829.1416355684,26803.5332483478 -5204,0,47829.1416355684,26803.5332483478 -5205,0,47829.1416355684,26803.5332483478 -5206,0,47829.1416355684,26803.5332483478 -5207,0,47829.1416355684,26803.5332483478 -5208,0,47829.1416355684,26803.5332483478 -5209,0,47829.1416355684,26803.5332483478 -5210,0,47829.1416355684,26803.5332483478 -5211,0,47829.1416355684,26803.5332483478 -5212,0,47829.1416355684,26803.5332483478 -5213,0,47829.1416355684,26803.5332483478 -5214,0,47829.1416355684,26803.5332483478 -5215,0,47829.1416355684,26803.5332483478 -5216,0,47829.1416355684,26803.5332483478 -5217,0,47829.1416355684,26803.5332483478 -5218,0,47829.1416355684,26803.5332483478 -5219,0,47829.1416355684,26803.5332483478 -5220,0,47829.1416355684,26803.5332483478 -5221,0,47829.1416355684,26803.5332483478 -5222,0,47829.1416355684,26803.5332483478 -5223,0,47829.1416355684,26803.5332483478 -5224,0,47829.1416355684,26803.5332483478 -5225,0,47829.1416355684,26803.5332483478 -5226,0,47829.1416355684,26803.5332483478 -5227,0,47829.1416355684,26803.5332483478 -5228,0,47829.1416355684,26803.5332483478 -5229,0,47829.1416355684,26803.5332483478 -5230,0,47829.1416355684,26803.5332483478 -5231,0,47829.1416355684,26803.5332483478 -5232,0,47829.1416355684,26803.5332483478 -5233,0,47829.1416355684,26803.5332483478 -5234,0,47829.1416355684,26803.5332483478 -5235,0,47829.1416355684,26803.5332483478 -5236,0,47829.1416355684,26803.5332483478 -5237,0,47829.1416355684,26803.5332483478 -5238,0,47829.1416355684,26803.5332483478 -5239,0,47829.1416355684,26803.5332483478 -5240,0,47829.1416355684,26803.5332483478 -5241,0,47829.1416355684,26803.5332483478 -5242,0,47829.1416355684,26803.5332483478 -5243,0,47829.1416355684,26803.5332483478 -5244,0,47829.1416355684,26803.5332483478 -5245,0,47829.1416355684,26803.5332483478 -5246,0,47829.1416355684,26803.5332483478 -5247,0,47829.1416355684,26803.5332483478 -5248,0,47829.1416355684,26803.5332483478 -5249,0,47829.1416355684,26803.5332483478 -5250,0,47829.1416355684,26803.5332483478 -5251,0,47829.1416355684,26803.5332483478 -5252,0,47829.1416355684,26803.5332483478 -5253,0,47829.1416355684,26803.5332483478 -5254,0,47829.1416355684,26803.5332483478 -5255,0,47829.1416355684,26803.5332483478 -5256,0,47829.1416355684,26803.5332483478 -5257,0,47829.1416355684,26803.5332483478 -5258,0,47829.1416355684,26803.5332483478 -5259,0,47829.1416355684,26803.5332483478 -5260,0,47829.1416355684,26803.5332483478 -5261,0,47829.1416355684,26803.5332483478 -5262,0,47829.1416355684,26803.5332483478 -5263,0,47829.1416355684,26803.5332483478 -5264,0,47829.1416355684,26803.5332483478 -5265,0,47829.1416355684,26803.5332483478 -5266,0,47829.1416355684,26803.5332483478 -5267,0,47829.1416355684,26803.5332483478 -5268,0,47829.1416355684,26803.5332483478 -5269,0,47829.1416355684,26803.5332483478 -5270,0,47829.1416355684,26803.5332483478 -5271,0,47829.1416355684,26803.5332483478 -5272,0,47829.1416355684,26803.5332483478 -5273,0,47829.1416355684,26803.5332483478 -5274,0,47829.1416355684,26803.5332483478 -5275,0,47829.1416355684,26803.5332483478 -5276,0,47829.1416355684,26803.5332483478 -5277,0,47829.1416355684,26803.5332483478 -5278,0,47829.1416355684,26803.5332483478 -5279,0,47829.1416355684,26803.5332483478 -5280,0,47829.1416355684,26803.5332483478 -5281,0,47829.1416355684,26803.5332483478 -5282,0,47829.1416355684,26803.5332483478 -5283,0,47829.1416355684,26803.5332483478 -5284,0,47829.1416355684,26803.5332483478 -5285,0,47829.1416355684,26803.5332483478 -5286,0,47829.1416355684,26803.5332483478 -5287,0,47829.1416355684,26803.5332483478 -5288,0,47829.1416355684,26803.5332483478 -5289,0,47829.1416355684,26803.5332483478 -5290,0,47829.1416355684,26803.5332483478 -5291,0,47829.1416355684,26803.5332483478 -5292,0,47829.1416355684,26803.5332483478 -5293,0,47829.1416355684,26803.5332483478 -5294,0,47829.1416355684,26803.5332483478 -5295,0,47829.1416355684,26803.5332483478 -5296,0,47829.1416355684,26803.5332483478 -5297,0,47829.1416355684,26803.5332483478 -5298,0,47829.1416355684,26803.5332483478 -5299,0,47829.1416355684,26803.5332483478 -5300,0,47829.1416355684,26803.5332483478 -5301,0,47829.1416355684,26803.5332483478 -5302,0,47829.1416355684,26803.5332483478 -5303,0,47829.1416355684,26803.5332483478 -5304,0,47829.1416355684,26803.5332483478 -5305,0,47829.1416355684,26803.5332483478 -5306,0,47829.1416355684,26803.5332483478 -5307,0,47829.1416355684,26803.5332483478 -5308,0,47829.1416355684,26803.5332483478 -5309,0,47829.1416355684,26803.5332483478 -5310,0,47829.1416355684,26803.5332483478 -5311,0,47829.1416355684,26803.5332483478 -5312,0,47829.1416355684,26803.5332483478 -5313,0,47829.1416355684,26803.5332483478 -5314,0,47829.1416355684,26803.5332483478 -5315,0,47829.1416355684,26803.5332483478 -5316,0,47829.1416355684,26803.5332483478 -5317,0,47829.1416355684,26803.5332483478 -5318,0,47829.1416355684,26803.5332483478 -5319,0,47829.1416355684,26803.5332483478 -5320,0,47829.1416355684,26803.5332483478 -5321,0,47829.1416355684,26803.5332483478 -5322,0,47829.1416355684,26803.5332483478 -5323,0,47829.1416355684,26803.5332483478 -5324,0,47829.1416355684,26803.5332483478 -5325,0,47829.1416355684,26803.5332483478 -5326,0,47829.1416355684,26803.5332483478 -5327,0,47829.1416355684,26803.5332483478 -5328,0,47829.1416355684,26803.5332483478 -5329,0,47829.1416355684,26803.5332483478 -5330,0,47829.1416355684,26803.5332483478 -5331,0,47829.1416355684,26803.5332483478 -5332,0,47829.1416355684,26803.5332483478 -5333,0,47829.1416355684,26803.5332483478 -5334,0,47829.1416355684,26803.5332483478 -5335,0,47829.1416355684,26803.5332483478 -5336,0,47829.1416355684,26803.5332483478 -5337,0,47829.1416355684,26803.5332483478 -5338,0,47829.1416355684,26803.5332483478 -5339,0,47829.1416355684,26803.5332483478 -5340,0,47829.1416355684,26803.5332483478 -5341,0,47829.1416355684,26803.5332483478 -5342,0,47829.1416355684,26803.5332483478 -5343,0,47829.1416355684,26803.5332483478 -5344,0,47829.1416355684,26803.5332483478 -5345,0,47829.1416355684,26803.5332483478 -5346,0,47829.1416355684,26803.5332483478 -5347,0,47829.1416355684,26803.5332483478 -5348,0,47829.1416355684,26803.5332483478 -5349,0,47829.1416355684,26803.5332483478 -5350,0,47829.1416355684,26803.5332483478 -5351,0,47829.1416355684,26803.5332483478 -5352,0,47829.1416355684,26803.5332483478 -5353,0,47829.1416355684,26803.5332483478 -5354,0,47829.1416355684,26803.5332483478 -5355,0,47829.1416355684,26803.5332483478 -5356,0,47829.1416355684,26803.5332483478 -5357,0,47829.1416355684,26803.5332483478 -5358,0,47829.1416355684,26803.5332483478 -5359,0,47829.1416355684,26803.5332483478 -5360,0,47829.1416355684,26803.5332483478 -5361,0,47829.1416355684,26803.5332483478 -5362,0,47829.1416355684,26803.5332483478 -5363,0,47829.1416355684,26803.5332483478 -5364,0,47829.1416355684,26803.5332483478 -5365,0,47829.1416355684,26803.5332483478 -5366,0,47829.1416355684,26803.5332483478 -5367,0,47829.1416355684,26803.5332483478 -5368,0,47829.1416355684,26803.5332483478 -5369,0,47829.1416355684,26803.5332483478 -5370,0,47829.1416355684,26803.5332483478 -5371,0,47829.1416355684,26803.5332483478 -5372,0,47829.1416355684,26803.5332483478 -5373,0,47829.1416355684,26803.5332483478 -5374,0,47829.1416355684,26803.5332483478 -5375,0,47829.1416355684,26803.5332483478 -5376,0,47829.1416355684,26803.5332483478 -5377,0,47829.1416355684,26803.5332483478 -5378,0,47829.1416355684,26803.5332483478 -5379,0,47829.1416355684,26803.5332483478 -5380,0,47829.1416355684,26803.5332483478 -5381,0,47829.1416355684,26803.5332483478 -5382,0,47829.1416355684,26803.5332483478 -5383,0,47829.1416355684,26803.5332483478 -5384,0,47829.1416355684,26803.5332483478 -5385,0,47829.1416355684,26803.5332483478 -5386,0,47829.1416355684,26803.5332483478 -5387,0,47829.1416355684,26803.5332483478 -5388,0,47829.1416355684,26803.5332483478 -5389,0,47829.1416355684,26803.5332483478 -5390,0,47829.1416355684,26803.5332483478 -5391,0,47829.1416355684,26803.5332483478 -5392,0,47829.1416355684,26803.5332483478 -5393,0,47829.1416355684,26803.5332483478 -5394,0,47829.1416355684,26803.5332483478 -5395,0,47829.1416355684,26803.5332483478 -5396,0,47829.1416355684,26803.5332483478 -5397,0,47829.1416355684,26803.5332483478 -5398,0,47829.1416355684,26803.5332483478 -5399,0,47829.1416355684,26803.5332483478 -5400,0,47829.1416355684,26803.5332483478 -5401,0,47829.1416355684,26803.5332483478 -5402,0,47829.1416355684,26803.5332483478 -5403,0,47829.1416355684,26803.5332483478 -5404,0,47829.1416355684,26803.5332483478 -5405,0,47829.1416355684,26803.5332483478 -5406,0,47829.1416355684,26803.5332483478 -5407,0,47829.1416355684,26803.5332483478 -5408,0,47829.1416355684,26803.5332483478 -5409,0,47829.1416355684,26803.5332483478 -5410,0,47829.1416355684,26803.5332483478 -5411,0,47829.1416355684,26803.5332483478 -5412,0,47829.1416355684,26803.5332483478 -5413,0,47829.1416355684,26803.5332483478 -5414,0,47829.1416355684,26803.5332483478 -5415,0,47829.1416355684,26803.5332483478 -5416,0,47829.1416355684,26803.5332483478 -5417,0,47829.1416355684,26803.5332483478 -5418,0,47829.1416355684,26803.5332483478 -5419,0,47829.1416355684,26803.5332483478 -5420,0,47829.1416355684,26803.5332483478 -5421,0,47829.1416355684,26803.5332483478 -5422,0,47829.1416355684,26803.5332483478 -5423,0,47829.1416355684,26803.5332483478 -5424,0,47829.1416355684,26803.5332483478 -5425,0,47829.1416355684,26803.5332483478 -5426,0,47829.1416355684,26803.5332483478 -5427,0,47829.1416355684,26803.5332483478 -5428,0,47829.1416355684,26803.5332483478 -5429,0,47829.1416355684,26803.5332483478 -5430,0,47829.1416355684,26803.5332483478 -5431,0,47829.1416355684,26803.5332483478 -5432,0,47829.1416355684,26803.5332483478 -5433,0,47829.1416355684,26803.5332483478 -5434,0,47829.1416355684,26803.5332483478 -5435,0,47829.1416355684,26803.5332483478 -5436,0,47829.1416355684,26803.5332483478 -5437,0,47829.1416355684,26803.5332483478 -5438,0,47829.1416355684,26803.5332483478 -5439,0,47829.1416355684,26803.5332483478 -5440,0,47829.1416355684,26803.5332483478 -5441,0,47829.1416355684,26803.5332483478 -5442,0,47829.1416355684,26803.5332483478 -5443,0,47829.1416355684,26803.5332483478 -5444,0,47829.1416355684,26803.5332483478 -5445,0,47829.1416355684,26803.5332483478 -5446,0,47829.1416355684,26803.5332483478 -5447,0,47829.1416355684,26803.5332483478 -5448,0,47829.1416355684,26803.5332483478 -5449,0,47829.1416355684,26803.5332483478 -5450,0,47829.1416355684,26803.5332483478 -5451,0,47829.1416355684,26803.5332483478 -5452,0,47829.1416355684,26803.5332483478 -5453,0,47829.1416355684,26803.5332483478 -5454,0,47829.1416355684,26803.5332483478 -5455,0,47829.1416355684,26803.5332483478 -5456,0,47829.1416355684,26803.5332483478 -5457,0,47829.1416355684,26803.5332483478 -5458,0,47829.1416355684,26803.5332483478 -5459,0,47829.1416355684,26803.5332483478 -5460,0,47829.1416355684,26803.5332483478 -5461,0,47829.1416355684,26803.5332483478 -5462,0,47829.1416355684,26803.5332483478 -5463,0,47829.1416355684,26803.5332483478 -5464,0,47829.1416355684,26803.5332483478 -5465,0,47829.1416355684,26803.5332483478 -5466,0,47829.1416355684,26803.5332483478 -5467,0,47829.1416355684,26803.5332483478 -5468,0,47829.1416355684,26803.5332483478 -5469,0,47829.1416355684,26803.5332483478 -5470,0,47829.1416355684,26803.5332483478 -5471,0,47829.1416355684,26803.5332483478 -5472,0,47829.1416355684,26803.5332483478 -5473,0,47829.1416355684,26803.5332483478 -5474,0,47829.1416355684,26803.5332483478 -5475,0,47829.1416355684,26803.5332483478 -5476,0,47829.1416355684,26803.5332483478 -5477,0,47829.1416355684,26803.5332483478 -5478,0,47829.1416355684,26803.5332483478 -5479,0,47829.1416355684,26803.5332483478 -5480,0,47829.1416355684,26803.5332483478 -5481,0,47829.1416355684,26803.5332483478 -5482,0,47829.1416355684,26803.5332483478 -5483,0,47829.1416355684,26803.5332483478 -5484,0,47829.1416355684,26803.5332483478 -5485,0,47829.1416355684,26803.5332483478 -5486,0,47829.1416355684,26803.5332483478 -5487,0,47829.1416355684,26803.5332483478 -5488,0,47829.1416355684,26803.5332483478 -5489,0,47829.1416355684,26803.5332483478 -5490,0,47829.1416355684,26803.5332483478 -5491,0,47829.1416355684,26803.5332483478 -5492,0,47829.1416355684,26803.5332483478 -5493,0,47829.1416355684,26803.5332483478 -5494,0,47829.1416355684,26803.5332483478 -5495,0,47829.1416355684,26803.5332483478 -5496,0,47829.1416355684,26803.5332483478 -5497,0,47829.1416355684,26803.5332483478 -5498,0,47829.1416355684,26803.5332483478 -5499,0,47829.1416355684,26803.5332483478 -5500,0,47829.1416355684,26803.5332483478 -5501,0,47829.1416355684,26803.5332483478 -5502,0,47829.1416355684,26803.5332483478 -5503,0,47829.1416355684,26803.5332483478 -5504,0,47829.1416355684,26803.5332483478 -5505,0,47829.1416355684,26803.5332483478 -5506,0,47829.1416355684,26803.5332483478 -5507,0,47829.1416355684,26803.5332483478 -5508,0,47829.1416355684,26803.5332483478 -5509,0,47829.1416355684,26803.5332483478 -5510,0,47829.1416355684,26803.5332483478 -5511,0,47829.1416355684,26803.5332483478 -5512,0,47829.1416355684,26803.5332483478 -5513,0,47829.1416355684,26803.5332483478 -5514,0,47829.1416355684,26803.5332483478 -5515,0,47829.1416355684,26803.5332483478 -5516,0,47829.1416355684,26803.5332483478 -5517,0,47829.1416355684,26803.5332483478 -5518,0,47829.1416355684,26803.5332483478 -5519,0,47829.1416355684,26803.5332483478 -5520,0,47829.1416355684,26803.5332483478 -5521,0,47829.1416355684,26803.5332483478 -5522,0,47829.1416355684,26803.5332483478 -5523,0,47829.1416355684,26803.5332483478 -5524,0,47829.1416355684,26803.5332483478 -5525,0,47829.1416355684,26803.5332483478 -5526,0,47829.1416355684,26803.5332483478 -5527,0,47829.1416355684,26803.5332483478 -5528,0,47829.1416355684,26803.5332483478 -5529,0,47829.1416355684,26803.5332483478 -5530,0,47829.1416355684,26803.5332483478 -5531,0,47829.1416355684,26803.5332483478 -5532,0,47829.1416355684,26803.5332483478 -5533,0,47829.1416355684,26803.5332483478 -5534,0,47829.1416355684,26803.5332483478 -5535,0,47829.1416355684,26803.5332483478 -5536,0,47829.1416355684,26803.5332483478 -5537,0,47829.1416355684,26803.5332483478 -5538,0,47829.1416355684,26803.5332483478 -5539,0,47829.1416355684,26803.5332483478 -5540,0,47829.1416355684,26803.5332483478 -5541,0,47829.1416355684,26803.5332483478 -5542,0,47829.1416355684,26803.5332483478 -5543,0,47829.1416355684,26803.5332483478 -5544,0,47829.1416355684,26803.5332483478 -5545,0,47829.1416355684,26803.5332483478 -5546,0,47829.1416355684,26803.5332483478 -5547,0,47829.1416355684,26803.5332483478 -5548,0,47829.1416355684,26803.5332483478 -5549,0,47829.1416355684,26803.5332483478 -5550,0,47829.1416355684,26803.5332483478 -5551,0,47829.1416355684,26803.5332483478 -5552,0,47829.1416355684,26803.5332483478 -5553,0,47829.1416355684,26803.5332483478 -5554,0,47829.1416355684,26803.5332483478 -5555,0,47829.1416355684,26803.5332483478 -5556,0,47829.1416355684,26803.5332483478 -5557,0,47829.1416355684,26803.5332483478 -5558,0,47829.1416355684,26803.5332483478 -5559,0,47829.1416355684,26803.5332483478 -5560,0,47829.1416355684,26803.5332483478 -5561,0,47829.1416355684,26803.5332483478 -5562,0,47829.1416355684,26803.5332483478 -5563,0,47829.1416355684,26803.5332483478 -5564,0,47829.1416355684,26803.5332483478 -5565,0,47829.1416355684,26803.5332483478 -5566,0,47829.1416355684,26803.5332483478 -5567,0,47829.1416355684,26803.5332483478 -5568,0,47829.1416355684,26803.5332483478 -5569,0,47829.1416355684,26803.5332483478 -5570,0,47829.1416355684,26803.5332483478 -5571,0,47829.1416355684,26803.5332483478 -5572,0,47829.1416355684,26803.5332483478 -5573,0,47829.1416355684,26803.5332483478 -5574,0,47829.1416355684,26803.5332483478 -5575,0,47829.1416355684,26803.5332483478 -5576,0,47829.1416355684,26803.5332483478 -5577,0,47829.1416355684,26803.5332483478 -5578,0,47829.1416355684,26803.5332483478 -5579,0,47829.1416355684,26803.5332483478 -5580,0,47829.1416355684,26803.5332483478 -5581,0,47829.1416355684,26803.5332483478 -5582,0,47829.1416355684,26803.5332483478 -5583,0,47829.1416355684,26803.5332483478 -5584,0,47829.1416355684,26803.5332483478 -5585,0,47829.1416355684,26803.5332483478 -5586,0,47829.1416355684,26803.5332483478 -5587,0,47829.1416355684,26803.5332483478 -5588,0,47829.1416355684,26803.5332483478 -5589,0,47829.1416355684,26803.5332483478 -5590,0,47829.1416355684,26803.5332483478 -5591,0,47829.1416355684,26803.5332483478 -5592,0,47829.1416355684,26803.5332483478 -5593,0,47829.1416355684,26803.5332483478 -5594,0,47829.1416355684,26803.5332483478 -5595,0,47829.1416355684,26803.5332483478 -5596,0,47829.1416355684,26803.5332483478 -5597,0,47829.1416355684,26803.5332483478 -5598,0,47829.1416355684,26803.5332483478 -5599,0,47829.1416355684,26803.5332483478 -5600,0,47829.1416355684,26803.5332483478 -5601,0,47829.1416355684,26803.5332483478 -5602,0,47829.1416355684,26803.5332483478 -5603,0,47829.1416355684,26803.5332483478 -5604,0,47829.1416355684,26803.5332483478 -5605,0,47829.1416355684,26803.5332483478 -5606,0,47829.1416355684,26803.5332483478 -5607,0,47829.1416355684,26803.5332483478 -5608,0,47829.1416355684,26803.5332483478 -5609,0,47829.1416355684,26803.5332483478 -5610,0,47829.1416355684,26803.5332483478 -5611,0,47829.1416355684,26803.5332483478 -5612,0,47829.1416355684,26803.5332483478 -5613,0,47829.1416355684,26803.5332483478 -5614,0,47829.1416355684,26803.5332483478 -5615,0,47829.1416355684,26803.5332483478 -5616,0,47829.1416355684,26803.5332483478 -5617,0,47829.1416355684,26803.5332483478 -5618,0,47829.1416355684,26803.5332483478 -5619,0,47829.1416355684,26803.5332483478 -5620,0,47829.1416355684,26803.5332483478 -5621,0,47829.1416355684,26803.5332483478 -5622,0,47829.1416355684,26803.5332483478 -5623,0,47829.1416355684,26803.5332483478 -5624,0,47829.1416355684,26803.5332483478 -5625,0,47829.1416355684,26803.5332483478 -5626,0,47829.1416355684,26803.5332483478 -5627,0,47829.1416355684,26803.5332483478 -5628,0,47829.1416355684,26803.5332483478 -5629,0,47829.1416355684,26803.5332483478 -5630,0,47829.1416355684,26803.5332483478 -5631,0,47829.1416355684,26803.5332483478 -5632,0,47829.1416355684,26803.5332483478 -5633,0,47829.1416355684,26803.5332483478 -5634,0,47829.1416355684,26803.5332483478 -5635,0,47829.1416355684,26803.5332483478 -5636,0,47829.1416355684,26803.5332483478 -5637,0,47829.1416355684,26803.5332483478 -5638,0,47829.1416355684,26803.5332483478 -5639,0,47829.1416355684,26803.5332483478 -5640,0,47829.1416355684,26803.5332483478 -5641,0,47829.1416355684,26803.5332483478 -5642,0,47829.1416355684,26803.5332483478 -5643,0,47829.1416355684,26803.5332483478 -5644,0,47829.1416355684,26803.5332483478 -5645,0,47829.1416355684,26803.5332483478 -5646,0,47829.1416355684,26803.5332483478 -5647,0,47829.1416355684,26803.5332483478 -5648,0,47829.1416355684,26803.5332483478 -5649,0,47829.1416355684,26803.5332483478 -5650,0,47829.1416355684,26803.5332483478 -5651,0,47829.1416355684,26803.5332483478 -5652,0,47829.1416355684,26803.5332483478 -5653,0,47829.1416355684,26803.5332483478 -5654,0,47829.1416355684,26803.5332483478 -5655,0,47829.1416355684,26803.5332483478 -5656,0,47829.1416355684,26803.5332483478 -5657,0,47829.1416355684,26803.5332483478 -5658,0,47829.1416355684,26803.5332483478 -5659,0,47829.1416355684,26803.5332483478 -5660,0,47829.1416355684,26803.5332483478 -5661,0,47829.1416355684,26803.5332483478 -5662,0,47829.1416355684,26803.5332483478 -5663,0,47829.1416355684,26803.5332483478 -5664,0,47829.1416355684,26803.5332483478 -5665,0,47829.1416355684,26803.5332483478 -5666,0,47829.1416355684,26803.5332483478 -5667,0,47829.1416355684,26803.5332483478 -5668,0,47829.1416355684,26803.5332483478 -5669,0,47829.1416355684,26803.5332483478 -5670,0,47829.1416355684,26803.5332483478 -5671,0,47829.1416355684,26803.5332483478 -5672,0,47829.1416355684,26803.5332483478 -5673,0,47829.1416355684,26803.5332483478 -5674,0,47829.1416355684,26803.5332483478 -5675,0,47829.1416355684,26803.5332483478 -5676,0,47829.1416355684,26803.5332483478 -5677,0,47829.1416355684,26803.5332483478 -5678,0,47829.1416355684,26803.5332483478 -5679,0,47829.1416355684,26803.5332483478 -5680,0,47829.1416355684,26803.5332483478 -5681,0,47829.1416355684,26803.5332483478 -5682,0,47829.1416355684,26803.5332483478 -5683,0,47829.1416355684,26803.5332483478 -5684,0,47829.1416355684,26803.5332483478 -5685,0,47829.1416355684,26803.5332483478 -5686,0,47829.1416355684,26803.5332483478 -5687,0,47829.1416355684,26803.5332483478 -5688,0,47829.1416355684,26803.5332483478 -5689,0,47829.1416355684,26803.5332483478 -5690,0,47829.1416355684,26803.5332483478 -5691,0,47829.1416355684,26803.5332483478 -5692,0,47829.1416355684,26803.5332483478 -5693,0,47829.1416355684,26803.5332483478 -5694,0,47829.1416355684,26803.5332483478 -5695,0,47829.1416355684,26803.5332483478 -5696,0,47829.1416355684,26803.5332483478 -5697,0,47829.1416355684,26803.5332483478 -5698,0,47829.1416355684,26803.5332483478 -5699,0,47829.1416355684,26803.5332483478 -5700,0,47829.1416355684,26803.5332483478 -5701,0,47829.1416355684,26803.5332483478 -5702,0,47829.1416355684,26803.5332483478 -5703,0,47829.1416355684,26803.5332483478 -5704,0,47829.1416355684,26803.5332483478 -5705,0,47829.1416355684,26803.5332483478 -5706,0,47829.1416355684,26803.5332483478 -5707,0,47829.1416355684,26803.5332483478 -5708,0,47829.1416355684,26803.5332483478 -5709,0,47829.1416355684,26803.5332483478 -5710,0,47829.1416355684,26803.5332483478 -5711,0,47829.1416355684,26803.5332483478 -5712,0,47829.1416355684,26803.5332483478 -5713,0,47829.1416355684,26803.5332483478 -5714,0,47829.1416355684,26803.5332483478 -5715,0,47829.1416355684,26803.5332483478 -5716,0,47829.1416355684,26803.5332483478 -5717,0,47829.1416355684,26803.5332483478 -5718,0,47829.1416355684,26803.5332483478 -5719,0,47829.1416355684,26803.5332483478 -5720,0,47829.1416355684,26803.5332483478 -5721,0,47829.1416355684,26803.5332483478 -5722,0,47829.1416355684,26803.5332483478 -5723,0,47829.1416355684,26803.5332483478 -5724,0,47829.1416355684,26803.5332483478 -5725,0,47829.1416355684,26803.5332483478 -5726,0,47829.1416355684,26803.5332483478 -5727,0,47829.1416355684,26803.5332483478 -5728,0,47829.1416355684,26803.5332483478 -5729,0,47829.1416355684,26803.5332483478 -5730,0,47829.1416355684,26803.5332483478 -5731,0,47829.1416355684,26803.5332483478 -5732,0,47829.1416355684,26803.5332483478 -5733,0,47829.1416355684,26803.5332483478 -5734,0,47829.1416355684,26803.5332483478 -5735,0,47829.1416355684,26803.5332483478 -5736,0,47829.1416355684,26803.5332483478 -5737,0,47829.1416355684,26803.5332483478 -5738,0,47829.1416355684,26803.5332483478 -5739,0,47829.1416355684,26803.5332483478 -5740,0,47829.1416355684,26803.5332483478 -5741,0,47829.1416355684,26803.5332483478 -5742,0,47829.1416355684,26803.5332483478 -5743,0,47829.1416355684,26803.5332483478 -5744,0,47829.1416355684,26803.5332483478 -5745,0,47829.1416355684,26803.5332483478 -5746,0,47829.1416355684,26803.5332483478 -5747,0,47829.1416355684,26803.5332483478 -5748,0,47829.1416355684,26803.5332483478 -5749,0,47829.1416355684,26803.5332483478 -5750,0,47829.1416355684,26803.5332483478 -5751,0,47829.1416355684,26803.5332483478 -5752,0,47829.1416355684,26803.5332483478 -5753,0,47829.1416355684,26803.5332483478 -5754,0,47829.1416355684,26803.5332483478 -5755,0,47829.1416355684,26803.5332483478 -5756,0,47829.1416355684,26803.5332483478 -5757,0,47829.1416355684,26803.5332483478 -5758,0,47829.1416355684,26803.5332483478 -5759,0,47829.1416355684,26803.5332483478 -5760,0,47829.1416355684,26803.5332483478 -5761,0,47829.1416355684,26803.5332483478 -5762,0,47829.1416355684,26803.5332483478 -5763,0,47829.1416355684,26803.5332483478 -5764,0,47829.1416355684,26803.5332483478 -5765,0,47829.1416355684,26803.5332483478 -5766,0,47829.1416355684,26803.5332483478 -5767,0,47829.1416355684,26803.5332483478 -5768,0,47829.1416355684,26803.5332483478 -5769,0,47829.1416355684,26803.5332483478 -5770,0,47829.1416355684,26803.5332483478 -5771,0,47829.1416355684,26803.5332483478 -5772,0,47829.1416355684,26803.5332483478 -5773,0,47829.1416355684,26803.5332483478 -5774,0,47829.1416355684,26803.5332483478 -5775,0,47829.1416355684,26803.5332483478 -5776,0,47829.1416355684,26803.5332483478 -5777,0,47829.1416355684,26803.5332483478 -5778,0,47829.1416355684,26803.5332483478 -5779,0,47829.1416355684,26803.5332483478 -5780,0,47829.1416355684,26803.5332483478 -5781,0,47829.1416355684,26803.5332483478 -5782,0,47829.1416355684,26803.5332483478 -5783,0,47829.1416355684,26803.5332483478 -5784,0,47829.1416355684,26803.5332483478 -5785,0,47829.1416355684,26803.5332483478 -5786,0,47829.1416355684,26803.5332483478 -5787,0,47829.1416355684,26803.5332483478 -5788,0,47829.1416355684,26803.5332483478 -5789,0,47829.1416355684,26803.5332483478 -5790,0,47829.1416355684,26803.5332483478 -5791,0,47829.1416355684,26803.5332483478 -5792,0,47829.1416355684,26803.5332483478 -5793,0,47829.1416355684,26803.5332483478 -5794,0,47829.1416355684,26803.5332483478 -5795,0,47829.1416355684,26803.5332483478 -5796,0,47829.1416355684,26803.5332483478 -5797,0,47829.1416355684,26803.5332483478 -5798,0,47829.1416355684,26803.5332483478 -5799,0,47829.1416355684,26803.5332483478 -5800,0,47829.1416355684,26803.5332483478 -5801,0,47829.1416355684,26803.5332483478 -5802,0,47829.1416355684,26803.5332483478 -5803,0,47829.1416355684,26803.5332483478 -5804,0,47829.1416355684,26803.5332483478 -5805,0,47829.1416355684,26803.5332483478 -5806,0,47829.1416355684,26803.5332483478 -5807,0,47829.1416355684,26803.5332483478 -5808,0,47829.1416355684,26803.5332483478 -5809,0,47829.1416355684,26803.5332483478 -5810,0,47829.1416355684,26803.5332483478 -5811,0,47829.1416355684,26803.5332483478 -5812,0,47829.1416355684,26803.5332483478 -5813,0,47829.1416355684,26803.5332483478 -5814,0,47829.1416355684,26803.5332483478 -5815,0,47829.1416355684,26803.5332483478 -5816,0,47829.1416355684,26803.5332483478 -5817,0,47829.1416355684,26803.5332483478 -5818,0,47829.1416355684,26803.5332483478 -5819,0,47829.1416355684,26803.5332483478 -5820,0,47829.1416355684,26803.5332483478 -5821,0,47829.1416355684,26803.5332483478 -5822,0,47829.1416355684,26803.5332483478 -5823,0,47829.1416355684,26803.5332483478 -5824,0,47829.1416355684,26803.5332483478 -5825,0,47829.1416355684,26803.5332483478 -5826,0,47829.1416355684,26803.5332483478 -5827,0,47829.1416355684,26803.5332483478 -5828,0,47829.1416355684,26803.5332483478 -5829,0,47829.1416355684,26803.5332483478 -5830,0,47829.1416355684,26803.5332483478 -5831,0,47829.1416355684,26803.5332483478 -5832,0,47829.1416355684,26803.5332483478 -5833,0,47829.1416355684,26803.5332483478 -5834,0,47829.1416355684,26803.5332483478 -5835,0,47829.1416355684,26803.5332483478 -5836,0,47829.1416355684,26803.5332483478 -5837,0,47829.1416355684,26803.5332483478 -5838,0,47829.1416355684,26803.5332483478 -5839,0,47829.1416355684,26803.5332483478 -5840,0,47829.1416355684,26803.5332483478 -5841,0,47829.1416355684,26803.5332483478 -5842,0,47829.1416355684,26803.5332483478 -5843,0,47829.1416355684,26803.5332483478 -5844,0,47829.1416355684,26803.5332483478 -5845,0,47829.1416355684,26803.5332483478 -5846,0,47829.1416355684,26803.5332483478 -5847,0,47829.1416355684,26803.5332483478 -5848,0,47829.1416355684,26803.5332483478 -5849,0,47829.1416355684,26803.5332483478 -5850,0,47829.1416355684,26803.5332483478 -5851,0,47829.1416355684,26803.5332483478 -5852,0,47829.1416355684,26803.5332483478 -5853,0,47829.1416355684,26803.5332483478 -5854,0,47829.1416355684,26803.5332483478 -5855,0,47829.1416355684,26803.5332483478 -5856,0,47829.1416355684,26803.5332483478 -5857,0,47829.1416355684,26803.5332483478 -5858,0,47829.1416355684,26803.5332483478 -5859,0,47829.1416355684,26803.5332483478 -5860,0,47829.1416355684,26803.5332483478 -5861,0,47829.1416355684,26803.5332483478 -5862,0,47829.1416355684,26803.5332483478 -5863,0,47829.1416355684,26803.5332483478 -5864,0,47829.1416355684,26803.5332483478 -5865,0,47829.1416355684,26803.5332483478 -5866,0,47829.1416355684,26803.5332483478 -5867,0,47829.1416355684,26803.5332483478 -5868,0,47829.1416355684,26803.5332483478 -5869,0,47829.1416355684,26803.5332483478 -5870,0,47829.1416355684,26803.5332483478 -5871,0,47829.1416355684,26803.5332483478 -5872,0,47829.1416355684,26803.5332483478 -5873,0,47829.1416355684,26803.5332483478 -5874,0,47829.1416355684,26803.5332483478 -5875,0,47829.1416355684,26803.5332483478 -5876,0,47829.1416355684,26803.5332483478 -5877,0,47829.1416355684,26803.5332483478 -5878,0,47829.1416355684,26803.5332483478 -5879,0,47829.1416355684,26803.5332483478 -5880,0,47829.1416355684,26803.5332483478 -5881,0,47829.1416355684,26803.5332483478 -5882,0,47829.1416355684,26803.5332483478 -5883,0,47829.1416355684,26803.5332483478 -5884,0,47829.1416355684,26803.5332483478 -5885,0,47829.1416355684,26803.5332483478 -5886,0,47829.1416355684,26803.5332483478 -5887,0,47829.1416355684,26803.5332483478 -5888,0,47829.1416355684,26803.5332483478 -5889,0,47829.1416355684,26803.5332483478 -5890,0,47829.1416355684,26803.5332483478 -5891,0,47829.1416355684,26803.5332483478 -5892,0,47829.1416355684,26803.5332483478 -5893,0,47829.1416355684,26803.5332483478 -5894,0,47829.1416355684,26803.5332483478 -5895,0,47829.1416355684,26803.5332483478 -5896,0,47829.1416355684,26803.5332483478 -5897,0,47829.1416355684,26803.5332483478 -5898,0,47829.1416355684,26803.5332483478 -5899,0,47829.1416355684,26803.5332483478 -5900,0,47829.1416355684,26803.5332483478 -5901,0,47829.1416355684,26803.5332483478 -5902,0,47829.1416355684,26803.5332483478 -5903,0,47829.1416355684,26803.5332483478 -5904,0,47829.1416355684,26803.5332483478 -5905,0,47829.1416355684,26803.5332483478 -5906,0,47829.1416355684,26803.5332483478 -5907,0,47829.1416355684,26803.5332483478 -5908,0,47829.1416355684,26803.5332483478 -5909,0,47829.1416355684,26803.5332483478 -5910,0,47829.1416355684,26803.5332483478 -5911,0,47829.1416355684,26803.5332483478 -5912,0,47829.1416355684,26803.5332483478 -5913,0,47829.1416355684,26803.5332483478 -5914,0,47829.1416355684,26803.5332483478 -5915,0,47829.1416355684,26803.5332483478 -5916,0,47829.1416355684,26803.5332483478 -5917,0,47829.1416355684,26803.5332483478 -5918,0,47829.1416355684,26803.5332483478 -5919,0,47829.1416355684,26803.5332483478 -5920,0,47829.1416355684,26803.5332483478 -5921,0,47829.1416355684,26803.5332483478 -5922,0,47829.1416355684,26803.5332483478 -5923,0,47829.1416355684,26803.5332483478 -5924,0,47829.1416355684,26803.5332483478 -5925,0,47829.1416355684,26803.5332483478 -5926,0,47829.1416355684,26803.5332483478 -5927,0,47829.1416355684,26803.5332483478 -5928,0,47829.1416355684,26803.5332483478 -5929,0,47829.1416355684,26803.5332483478 -5930,0,47829.1416355684,26803.5332483478 -5931,0,47829.1416355684,26803.5332483478 -5932,0,47829.1416355684,26803.5332483478 -5933,0,47829.1416355684,26803.5332483478 -5934,0,47829.1416355684,26803.5332483478 -5935,0,47829.1416355684,26803.5332483478 -5936,0,47829.1416355684,26803.5332483478 -5937,0,47829.1416355684,26803.5332483478 -5938,0,47829.1416355684,26803.5332483478 -5939,0,47829.1416355684,26803.5332483478 -5940,0,47829.1416355684,26803.5332483478 -5941,0,47829.1416355684,26803.5332483478 -5942,0,47829.1416355684,26803.5332483478 -5943,0,47829.1416355684,26803.5332483478 -5944,0,47829.1416355684,26803.5332483478 -5945,0,47829.1416355684,26803.5332483478 -5946,0,47829.1416355684,26803.5332483478 -5947,0,47829.1416355684,26803.5332483478 -5948,0,47829.1416355684,26803.5332483478 -5949,0,47829.1416355684,26803.5332483478 -5950,0,47829.1416355684,26803.5332483478 -5951,0,47829.1416355684,26803.5332483478 -5952,0,47829.1416355684,26803.5332483478 -5953,0,47829.1416355684,26803.5332483478 -5954,0,47829.1416355684,26803.5332483478 -5955,0,47829.1416355684,26803.5332483478 -5956,0,47829.1416355684,26803.5332483478 -5957,0,47829.1416355684,26803.5332483478 -5958,0,47829.1416355684,26803.5332483478 -5959,0,47829.1416355684,26803.5332483478 -5960,0,47829.1416355684,26803.5332483478 -5961,0,47829.1416355684,26803.5332483478 -5962,0,47829.1416355684,26803.5332483478 -5963,0,47829.1416355684,26803.5332483478 -5964,0,47829.1416355684,26803.5332483478 -5965,0,47829.1416355684,26803.5332483478 -5966,0,47829.1416355684,26803.5332483478 -5967,0,47829.1416355684,26803.5332483478 -5968,0,47829.1416355684,26803.5332483478 -5969,0,47829.1416355684,26803.5332483478 -5970,0,47829.1416355684,26803.5332483478 -5971,0,47829.1416355684,26803.5332483478 -5972,0,47829.1416355684,26803.5332483478 -5973,0,47829.1416355684,26803.5332483478 -5974,0,47829.1416355684,26803.5332483478 -5975,0,47829.1416355684,26803.5332483478 -5976,0,47829.1416355684,26803.5332483478 -5977,0,47829.1416355684,26803.5332483478 -5978,0,47829.1416355684,26803.5332483478 -5979,0,47829.1416355684,26803.5332483478 -5980,0,47829.1416355684,26803.5332483478 -5981,0,47829.1416355684,26803.5332483478 -5982,0,47829.1416355684,26803.5332483478 -5983,0,47829.1416355684,26803.5332483478 -5984,0,47829.1416355684,26803.5332483478 -5985,0,47829.1416355684,26803.5332483478 -5986,0,47829.1416355684,26803.5332483478 -5987,0,47829.1416355684,26803.5332483478 -5988,0,47829.1416355684,26803.5332483478 -5989,0,47829.1416355684,26803.5332483478 -5990,0,47829.1416355684,26803.5332483478 -5991,0,47829.1416355684,26803.5332483478 -5992,0,47829.1416355684,26803.5332483478 -5993,0,47829.1416355684,26803.5332483478 -5994,0,47829.1416355684,26803.5332483478 -5995,0,47829.1416355684,26803.5332483478 -5996,0,47829.1416355684,26803.5332483478 -5997,0,47829.1416355684,26803.5332483478 -5998,0,47829.1416355684,26803.5332483478 -5999,0,47829.1416355684,26803.5332483478 -6000,0,47829.1416355684,26803.5332483478 -6001,0,47829.1416355684,26803.5332483478 -6002,0,47829.1416355684,26803.5332483478 -6003,0,47829.1416355684,26803.5332483478 -6004,0,47829.1416355684,26803.5332483478 -6005,0,47829.1416355684,26803.5332483478 -6006,0,47829.1416355684,26803.5332483478 -6007,0,47829.1416355684,26803.5332483478 -6008,0,47829.1416355684,26803.5332483478 -6009,0,47829.1416355684,26803.5332483478 -6010,0,47829.1416355684,26803.5332483478 -6011,0,47829.1416355684,26803.5332483478 -6012,0,47829.1416355684,26803.5332483478 -6013,0,47829.1416355684,26803.5332483478 -6014,0,47829.1416355684,26803.5332483478 -6015,0,47829.1416355684,26803.5332483478 -6016,0,47829.1416355684,26803.5332483478 -6017,0,47829.1416355684,26803.5332483478 -6018,0,47829.1416355684,26803.5332483478 -6019,0,47829.1416355684,26803.5332483478 -6020,0,47829.1416355684,26803.5332483478 -6021,0,47829.1416355684,26803.5332483478 -6022,0,47829.1416355684,26803.5332483478 -6023,0,47829.1416355684,26803.5332483478 -6024,0,47829.1416355684,26803.5332483478 -6025,0,47829.1416355684,26803.5332483478 -6026,0,47829.1416355684,26803.5332483478 -6027,0,47829.1416355684,26803.5332483478 -6028,0,47829.1416355684,26803.5332483478 -6029,0,47829.1416355684,26803.5332483478 -6030,0,47829.1416355684,26803.5332483478 -6031,0,47829.1416355684,26803.5332483478 -6032,0,47829.1416355684,26803.5332483478 -6033,0,47829.1416355684,26803.5332483478 -6034,0,47829.1416355684,26803.5332483478 -6035,0,47829.1416355684,26803.5332483478 -6036,0,47829.1416355684,26803.5332483478 -6037,0,47829.1416355684,26803.5332483478 -6038,0,47829.1416355684,26803.5332483478 -6039,0,47829.1416355684,26803.5332483478 -6040,0,47829.1416355684,26803.5332483478 -6041,0,47829.1416355684,26803.5332483478 -6042,0,47829.1416355684,26803.5332483478 -6043,0,47829.1416355684,26803.5332483478 -6044,0,47829.1416355684,26803.5332483478 -6045,0,47829.1416355684,26803.5332483478 -6046,0,47829.1416355684,26803.5332483478 -6047,0,47829.1416355684,26803.5332483478 -6048,0,47829.1416355684,26803.5332483478 -6049,0,47829.1416355684,26803.5332483478 -6050,0,47829.1416355684,26803.5332483478 -6051,0,47829.1416355684,26803.5332483478 -6052,0,47829.1416355684,26803.5332483478 -6053,0,47829.1416355684,26803.5332483478 -6054,0,47829.1416355684,26803.5332483478 -6055,0,47829.1416355684,26803.5332483478 -6056,0,47829.1416355684,26803.5332483478 -6057,0,47829.1416355684,26803.5332483478 -6058,0,47829.1416355684,26803.5332483478 -6059,0,47829.1416355684,26803.5332483478 -6060,0,47829.1416355684,26803.5332483478 -6061,0,47829.1416355684,26803.5332483478 -6062,0,47829.1416355684,26803.5332483478 -6063,0,47829.1416355684,26803.5332483478 -6064,0,47829.1416355684,26803.5332483478 -6065,0,47829.1416355684,26803.5332483478 -6066,0,47829.1416355684,26803.5332483478 -6067,0,47829.1416355684,26803.5332483478 -6068,0,47829.1416355684,26803.5332483478 -6069,0,47829.1416355684,26803.5332483478 -6070,0,47829.1416355684,26803.5332483478 -6071,0,47829.1416355684,26803.5332483478 -6072,0,47829.1416355684,26803.5332483478 -6073,0,47829.1416355684,26803.5332483478 -6074,0,47829.1416355684,26803.5332483478 -6075,0,47829.1416355684,26803.5332483478 -6076,0,47829.1416355684,26803.5332483478 -6077,0,47829.1416355684,26803.5332483478 -6078,0,47829.1416355684,26803.5332483478 -6079,0,47829.1416355684,26803.5332483478 -6080,0,47829.1416355684,26803.5332483478 -6081,0,47829.1416355684,26803.5332483478 -6082,0,47829.1416355684,26803.5332483478 -6083,0,47829.1416355684,26803.5332483478 -6084,0,47829.1416355684,26803.5332483478 -6085,0,47829.1416355684,26803.5332483478 -6086,0,47829.1416355684,26803.5332483478 -6087,0,47829.1416355684,26803.5332483478 -6088,0,47829.1416355684,26803.5332483478 -6089,0,47829.1416355684,26803.5332483478 -6090,0,47829.1416355684,26803.5332483478 -6091,0,47829.1416355684,26803.5332483478 -6092,0,47829.1416355684,26803.5332483478 -6093,0,47829.1416355684,26803.5332483478 -6094,0,47829.1416355684,26803.5332483478 -6095,0,47829.1416355684,26803.5332483478 -6096,0,47829.1416355684,26803.5332483478 -6097,0,47829.1416355684,26803.5332483478 -6098,0,47829.1416355684,26803.5332483478 -6099,0,47829.1416355684,26803.5332483478 -6100,0,47829.1416355684,26803.5332483478 -6101,0,47829.1416355684,26803.5332483478 -6102,0,47829.1416355684,26803.5332483478 -6103,0,47829.1416355684,26803.5332483478 -6104,0,47829.1416355684,26803.5332483478 -6105,0,47829.1416355684,26803.5332483478 -6106,0,47829.1416355684,26803.5332483478 -6107,0,47829.1416355684,26803.5332483478 -6108,0,47829.1416355684,26803.5332483478 -6109,0,47829.1416355684,26803.5332483478 -6110,0,47829.1416355684,26803.5332483478 -6111,0,47829.1416355684,26803.5332483478 -6112,0,47829.1416355684,26803.5332483478 -6113,0,47829.1416355684,26803.5332483478 -6114,0,47829.1416355684,26803.5332483478 -6115,0,47829.1416355684,26803.5332483478 -6116,0,47829.1416355684,26803.5332483478 -6117,0,47829.1416355684,26803.5332483478 -6118,0,47829.1416355684,26803.5332483478 -6119,0,47829.1416355684,26803.5332483478 -6120,0,47829.1416355684,26803.5332483478 -6121,0,47829.1416355684,26803.5332483478 -6122,0,47829.1416355684,26803.5332483478 -6123,0,47829.1416355684,26803.5332483478 -6124,0,47829.1416355684,26803.5332483478 -6125,0,47829.1416355684,26803.5332483478 -6126,0,47829.1416355684,26803.5332483478 -6127,0,47829.1416355684,26803.5332483478 -6128,0,47829.1416355684,26803.5332483478 -6129,0,47829.1416355684,26803.5332483478 -6130,0,47829.1416355684,26803.5332483478 -6131,0,47829.1416355684,26803.5332483478 -6132,0,47829.1416355684,26803.5332483478 -6133,0,47829.1416355684,26803.5332483478 -6134,0,47829.1416355684,26803.5332483478 -6135,0,47829.1416355684,26803.5332483478 -6136,0,47829.1416355684,26803.5332483478 -6137,0,47829.1416355684,26803.5332483478 -6138,0,47829.1416355684,26803.5332483478 -6139,0,47829.1416355684,26803.5332483478 -6140,0,47829.1416355684,26803.5332483478 -6141,0,47829.1416355684,26803.5332483478 -6142,0,47829.1416355684,26803.5332483478 -6143,0,47829.1416355684,26803.5332483478 -6144,0,47829.1416355684,26803.5332483478 -6145,0,47829.1416355684,26803.5332483478 -6146,0,47829.1416355684,26803.5332483478 -6147,0,47829.1416355684,26803.5332483478 -6148,0,47829.1416355684,26803.5332483478 -6149,0,47829.1416355684,26803.5332483478 -6150,0,47829.1416355684,26803.5332483478 -6151,0,47829.1416355684,26803.5332483478 -6152,0,47829.1416355684,26803.5332483478 -6153,0,47829.1416355684,26803.5332483478 -6154,0,47829.1416355684,26803.5332483478 -6155,0,47829.1416355684,26803.5332483478 -6156,0,47829.1416355684,26803.5332483478 -6157,0,47829.1416355684,26803.5332483478 -6158,0,47829.1416355684,26803.5332483478 -6159,0,47829.1416355684,26803.5332483478 -6160,0,47829.1416355684,26803.5332483478 -6161,0,47829.1416355684,26803.5332483478 -6162,0,47829.1416355684,26803.5332483478 -6163,0,47829.1416355684,26803.5332483478 -6164,0,47829.1416355684,26803.5332483478 -6165,0,47829.1416355684,26803.5332483478 -6166,0,47829.1416355684,26803.5332483478 -6167,0,47829.1416355684,26803.5332483478 -6168,0,47829.1416355684,26803.5332483478 -6169,0,47829.1416355684,26803.5332483478 -6170,0,47829.1416355684,26803.5332483478 -6171,0,47829.1416355684,26803.5332483478 -6172,0,47829.1416355684,26803.5332483478 -6173,0,47829.1416355684,26803.5332483478 -6174,0,47829.1416355684,26803.5332483478 -6175,0,47829.1416355684,26803.5332483478 -6176,0,47829.1416355684,26803.5332483478 -6177,0,47829.1416355684,26803.5332483478 -6178,0,47829.1416355684,26803.5332483478 -6179,0,47829.1416355684,26803.5332483478 -6180,0,47829.1416355684,26803.5332483478 -6181,0,47829.1416355684,26803.5332483478 -6182,0,47829.1416355684,26803.5332483478 -6183,0,47829.1416355684,26803.5332483478 -6184,0,47829.1416355684,26803.5332483478 -6185,0,47829.1416355684,26803.5332483478 -6186,0,47829.1416355684,26803.5332483478 -6187,0,47829.1416355684,26803.5332483478 -6188,0,47829.1416355684,26803.5332483478 -6189,0,47829.1416355684,26803.5332483478 -6190,0,47829.1416355684,26803.5332483478 -6191,0,47829.1416355684,26803.5332483478 -6192,0,47829.1416355684,26803.5332483478 -6193,0,47829.1416355684,26803.5332483478 -6194,0,47829.1416355684,26803.5332483478 -6195,0,47829.1416355684,26803.5332483478 -6196,0,47829.1416355684,26803.5332483478 -6197,0,47829.1416355684,26803.5332483478 -6198,0,47829.1416355684,26803.5332483478 -6199,0,47829.1416355684,26803.5332483478 -6200,0,47829.1416355684,26803.5332483478 -6201,0,47829.1416355684,26803.5332483478 -6202,0,47829.1416355684,26803.5332483478 -6203,0,47829.1416355684,26803.5332483478 -6204,0,47829.1416355684,26803.5332483478 -6205,0,47829.1416355684,26803.5332483478 -6206,0,47829.1416355684,26803.5332483478 -6207,0,47829.1416355684,26803.5332483478 -6208,0,47829.1416355684,26803.5332483478 -6209,0,47829.1416355684,26803.5332483478 -6210,0,47829.1416355684,26803.5332483478 -6211,0,47829.1416355684,26803.5332483478 -6212,0,47829.1416355684,26803.5332483478 -6213,0,47829.1416355684,26803.5332483478 -6214,0,47829.1416355684,26803.5332483478 -6215,0,47829.1416355684,26803.5332483478 -6216,0,47829.1416355684,26803.5332483478 -6217,0,47829.1416355684,26803.5332483478 -6218,0,47829.1416355684,26803.5332483478 -6219,0,47829.1416355684,26803.5332483478 -6220,0,47829.1416355684,26803.5332483478 -6221,0,47829.1416355684,26803.5332483478 -6222,0,47829.1416355684,26803.5332483478 -6223,0,47829.1416355684,26803.5332483478 -6224,0,47829.1416355684,26803.5332483478 -6225,0,47829.1416355684,26803.5332483478 -6226,0,47829.1416355684,26803.5332483478 -6227,0,47829.1416355684,26803.5332483478 -6228,0,47829.1416355684,26803.5332483478 -6229,0,47829.1416355684,26803.5332483478 -6230,0,47829.1416355684,26803.5332483478 -6231,0,47829.1416355684,26803.5332483478 -6232,0,47829.1416355684,26803.5332483478 -6233,0,47829.1416355684,26803.5332483478 -6234,0,47829.1416355684,26803.5332483478 -6235,0,47829.1416355684,26803.5332483478 -6236,0,47829.1416355684,26803.5332483478 -6237,0,47829.1416355684,26803.5332483478 -6238,0,47829.1416355684,26803.5332483478 -6239,0,47829.1416355684,26803.5332483478 -6240,0,47829.1416355684,26803.5332483478 -6241,0,47829.1416355684,26803.5332483478 -6242,0,47829.1416355684,26803.5332483478 -6243,0,47829.1416355684,26803.5332483478 -6244,0,47829.1416355684,26803.5332483478 -6245,0,47829.1416355684,26803.5332483478 -6246,0,47829.1416355684,26803.5332483478 -6247,0,47829.1416355684,26803.5332483478 -6248,0,47829.1416355684,26803.5332483478 -6249,0,47829.1416355684,26803.5332483478 -6250,0,47829.1416355684,26803.5332483478 -6251,0,47829.1416355684,26803.5332483478 -6252,0,47829.1416355684,26803.5332483478 -6253,0,47829.1416355684,26803.5332483478 -6254,0,47829.1416355684,26803.5332483478 -6255,0,47829.1416355684,26803.5332483478 -6256,0,47829.1416355684,26803.5332483478 -6257,0,47829.1416355684,26803.5332483478 -6258,0,47829.1416355684,26803.5332483478 -6259,0,47829.1416355684,26803.5332483478 -6260,0,47829.1416355684,26803.5332483478 -6261,0,47829.1416355684,26803.5332483478 -6262,0,47829.1416355684,26803.5332483478 -6263,0,47829.1416355684,26803.5332483478 -6264,0,47829.1416355684,26803.5332483478 -6265,0,47829.1416355684,26803.5332483478 -6266,0,47829.1416355684,26803.5332483478 -6267,0,47829.1416355684,26803.5332483478 -6268,0,47829.1416355684,26803.5332483478 -6269,0,47829.1416355684,26803.5332483478 -6270,0,47829.1416355684,26803.5332483478 -6271,0,47829.1416355684,26803.5332483478 -6272,0,47829.1416355684,26803.5332483478 -6273,0,47829.1416355684,26803.5332483478 -6274,0,47829.1416355684,26803.5332483478 -6275,0,47829.1416355684,26803.5332483478 -6276,0,47829.1416355684,26803.5332483478 -6277,0,47829.1416355684,26803.5332483478 -6278,0,47829.1416355684,26803.5332483478 -6279,0,47829.1416355684,26803.5332483478 -6280,0,47829.1416355684,26803.5332483478 -6281,0,47829.1416355684,26803.5332483478 -6282,0,47829.1416355684,26803.5332483478 -6283,0,47829.1416355684,26803.5332483478 -6284,0,47829.1416355684,26803.5332483478 -6285,0,47829.1416355684,26803.5332483478 -6286,0,47829.1416355684,26803.5332483478 -6287,0,47829.1416355684,26803.5332483478 -6288,0,47829.1416355684,26803.5332483478 -6289,0,47829.1416355684,26803.5332483478 -6290,0,47829.1416355684,26803.5332483478 -6291,0,47829.1416355684,26803.5332483478 -6292,0,47829.1416355684,26803.5332483478 -6293,0,47829.1416355684,26803.5332483478 -6294,0,47829.1416355684,26803.5332483478 -6295,0,47829.1416355684,26803.5332483478 -6296,0,47829.1416355684,26803.5332483478 -6297,0,47829.1416355684,26803.5332483478 -6298,0,47829.1416355684,26803.5332483478 -6299,0,47829.1416355684,26803.5332483478 -6300,0,47829.1416355684,26803.5332483478 -6301,0,47829.1416355684,26803.5332483478 -6302,0,47829.1416355684,26803.5332483478 -6303,0,47829.1416355684,26803.5332483478 -6304,0,47829.1416355684,26803.5332483478 -6305,0,47829.1416355684,26803.5332483478 -6306,0,47829.1416355684,26803.5332483478 -6307,0,47829.1416355684,26803.5332483478 -6308,0,47829.1416355684,26803.5332483478 -6309,0,47829.1416355684,26803.5332483478 -6310,0,47829.1416355684,26803.5332483478 -6311,0,47829.1416355684,26803.5332483478 -6312,0,47829.1416355684,26803.5332483478 -6313,0,47829.1416355684,26803.5332483478 -6314,0,47829.1416355684,26803.5332483478 -6315,0,47829.1416355684,26803.5332483478 -6316,0,47829.1416355684,26803.5332483478 -6317,0,47829.1416355684,26803.5332483478 -6318,0,47829.1416355684,26803.5332483478 -6319,0,47829.1416355684,26803.5332483478 -6320,0,47829.1416355684,26803.5332483478 -6321,0,47829.1416355684,26803.5332483478 -6322,0,47829.1416355684,26803.5332483478 -6323,0,47829.1416355684,26803.5332483478 -6324,0,47829.1416355684,26803.5332483478 -6325,0,47829.1416355684,26803.5332483478 -6326,0,47829.1416355684,26803.5332483478 -6327,0,47829.1416355684,26803.5332483478 -6328,0,47829.1416355684,26803.5332483478 -6329,0,47829.1416355684,26803.5332483478 -6330,0,47829.1416355684,26803.5332483478 -6331,0,47829.1416355684,26803.5332483478 -6332,0,47829.1416355684,26803.5332483478 -6333,0,47829.1416355684,26803.5332483478 -6334,0,47829.1416355684,26803.5332483478 -6335,0,47829.1416355684,26803.5332483478 -6336,0,47829.1416355684,26803.5332483478 -6337,0,47829.1416355684,26803.5332483478 -6338,0,47829.1416355684,26803.5332483478 -6339,0,47829.1416355684,26803.5332483478 -6340,0,47829.1416355684,26803.5332483478 -6341,0,47829.1416355684,26803.5332483478 -6342,0,47829.1416355684,26803.5332483478 -6343,0,47829.1416355684,26803.5332483478 -6344,0,47829.1416355684,26803.5332483478 -6345,0,47829.1416355684,26803.5332483478 -6346,0,47829.1416355684,26803.5332483478 -6347,0,47829.1416355684,26803.5332483478 -6348,0,47829.1416355684,26803.5332483478 -6349,0,47829.1416355684,26803.5332483478 -6350,0,47829.1416355684,26803.5332483478 -6351,0,47829.1416355684,26803.5332483478 -6352,0,47829.1416355684,26803.5332483478 -6353,0,47829.1416355684,26803.5332483478 -6354,0,47829.1416355684,26803.5332483478 -6355,0,47829.1416355684,26803.5332483478 -6356,0,47829.1416355684,26803.5332483478 -6357,0,47829.1416355684,26803.5332483478 -6358,0,47829.1416355684,26803.5332483478 -6359,0,47829.1416355684,26803.5332483478 -6360,0,47829.1416355684,26803.5332483478 -6361,0,47829.1416355684,26803.5332483478 -6362,0,47829.1416355684,26803.5332483478 -6363,0,47829.1416355684,26803.5332483478 -6364,0,47829.1416355684,26803.5332483478 -6365,0,47829.1416355684,26803.5332483478 -6366,0,47829.1416355684,26803.5332483478 -6367,0,47829.1416355684,26803.5332483478 -6368,0,47829.1416355684,26803.5332483478 -6369,0,47829.1416355684,26803.5332483478 -6370,0,47829.1416355684,26803.5332483478 -6371,0,47829.1416355684,26803.5332483478 -6372,0,47829.1416355684,26803.5332483478 -6373,0,47829.1416355684,26803.5332483478 -6374,0,47829.1416355684,26803.5332483478 -6375,0,47829.1416355684,26803.5332483478 -6376,0,47829.1416355684,26803.5332483478 -6377,0,47829.1416355684,26803.5332483478 -6378,0,47829.1416355684,26803.5332483478 -6379,0,47829.1416355684,26803.5332483478 -6380,0,47829.1416355684,26803.5332483478 -6381,0,47829.1416355684,26803.5332483478 -6382,0,47829.1416355684,26803.5332483478 -6383,0,47829.1416355684,26803.5332483478 -6384,0,47829.1416355684,26803.5332483478 -6385,0,47829.1416355684,26803.5332483478 -6386,0,47829.1416355684,26803.5332483478 -6387,0,47829.1416355684,26803.5332483478 -6388,0,47829.1416355684,26803.5332483478 -6389,0,47829.1416355684,26803.5332483478 -6390,0,47829.1416355684,26803.5332483478 -6391,0,47829.1416355684,26803.5332483478 -6392,0,47829.1416355684,26803.5332483478 -6393,0,47829.1416355684,26803.5332483478 -6394,0,47829.1416355684,26803.5332483478 -6395,0,47829.1416355684,26803.5332483478 -6396,0,47829.1416355684,26803.5332483478 -6397,0,47829.1416355684,26803.5332483478 -6398,0,47829.1416355684,26803.5332483478 -6399,0,47829.1416355684,26803.5332483478 -6400,0,47829.1416355684,26803.5332483478 -6401,0,47829.1416355684,26803.5332483478 -6402,0,47829.1416355684,26803.5332483478 -6403,0,47829.1416355684,26803.5332483478 -6404,0,47829.1416355684,26803.5332483478 -6405,0,47829.1416355684,26803.5332483478 -6406,0,47829.1416355684,26803.5332483478 -6407,0,47829.1416355684,26803.5332483478 -6408,0,47829.1416355684,26803.5332483478 -6409,0,47829.1416355684,26803.5332483478 -6410,0,47829.1416355684,26803.5332483478 -6411,0,47829.1416355684,26803.5332483478 -6412,0,47829.1416355684,26803.5332483478 -6413,0,47829.1416355684,26803.5332483478 -6414,0,47829.1416355684,26803.5332483478 -6415,0,47829.1416355684,26803.5332483478 -6416,0,47829.1416355684,26803.5332483478 -6417,0,47829.1416355684,26803.5332483478 -6418,0,47829.1416355684,26803.5332483478 -6419,0,47829.1416355684,26803.5332483478 -6420,0,47829.1416355684,26803.5332483478 -6421,0,47829.1416355684,26803.5332483478 -6422,0,47829.1416355684,26803.5332483478 -6423,0,47829.1416355684,26803.5332483478 -6424,0,47829.1416355684,26803.5332483478 -6425,0,47829.1416355684,26803.5332483478 -6426,0,47829.1416355684,26803.5332483478 -6427,0,47829.1416355684,26803.5332483478 -6428,0,47829.1416355684,26803.5332483478 -6429,0,47829.1416355684,26803.5332483478 -6430,0,47829.1416355684,26803.5332483478 -6431,0,47829.1416355684,26803.5332483478 -6432,0,47829.1416355684,26803.5332483478 -6433,0,47829.1416355684,26803.5332483478 -6434,0,47829.1416355684,26803.5332483478 -6435,0,47829.1416355684,26803.5332483478 -6436,0,47829.1416355684,26803.5332483478 -6437,0,47829.1416355684,26803.5332483478 -6438,0,47829.1416355684,26803.5332483478 -6439,0,47829.1416355684,26803.5332483478 -6440,0,47829.1416355684,26803.5332483478 -6441,0,47829.1416355684,26803.5332483478 -6442,0,47829.1416355684,26803.5332483478 -6443,0,47829.1416355684,26803.5332483478 -6444,0,47829.1416355684,26803.5332483478 -6445,0,47829.1416355684,26803.5332483478 -6446,0,47829.1416355684,26803.5332483478 -6447,0,47829.1416355684,26803.5332483478 -6448,0,47829.1416355684,26803.5332483478 -6449,0,47829.1416355684,26803.5332483478 -6450,0,47829.1416355684,26803.5332483478 -6451,0,47829.1416355684,26803.5332483478 -6452,0,47829.1416355684,26803.5332483478 -6453,0,47829.1416355684,26803.5332483478 -6454,0,47829.1416355684,26803.5332483478 -6455,0,47829.1416355684,26803.5332483478 -6456,0,47829.1416355684,26803.5332483478 -6457,0,47829.1416355684,26803.5332483478 -6458,0,47829.1416355684,26803.5332483478 -6459,0,47829.1416355684,26803.5332483478 -6460,0,47829.1416355684,26803.5332483478 -6461,0,47829.1416355684,26803.5332483478 -6462,0,47829.1416355684,26803.5332483478 -6463,0,47829.1416355684,26803.5332483478 -6464,0,47829.1416355684,26803.5332483478 -6465,0,47829.1416355684,26803.5332483478 -6466,0,47829.1416355684,26803.5332483478 -6467,0,47829.1416355684,26803.5332483478 -6468,0,47829.1416355684,26803.5332483478 -6469,0,47829.1416355684,26803.5332483478 -6470,0,47829.1416355684,26803.5332483478 -6471,0,47829.1416355684,26803.5332483478 -6472,0,47829.1416355684,26803.5332483478 -6473,0,47829.1416355684,26803.5332483478 -6474,0,47829.1416355684,26803.5332483478 -6475,0,47829.1416355684,26803.5332483478 -6476,0,47829.1416355684,26803.5332483478 -6477,0,47829.1416355684,26803.5332483478 -6478,0,47829.1416355684,26803.5332483478 -6479,0,47829.1416355684,26803.5332483478 -6480,0,47829.1416355684,26803.5332483478 -6481,0,47829.1416355684,26803.5332483478 -6482,0,47829.1416355684,26803.5332483478 -6483,0,47829.1416355684,26803.5332483478 -6484,0,47829.1416355684,26803.5332483478 -6485,0,47829.1416355684,26803.5332483478 -6486,0,47829.1416355684,26803.5332483478 -6487,0,47829.1416355684,26803.5332483478 -6488,0,47829.1416355684,26803.5332483478 -6489,0,47829.1416355684,26803.5332483478 -6490,0,47829.1416355684,26803.5332483478 -6491,0,47829.1416355684,26803.5332483478 -6492,0,47829.1416355684,26803.5332483478 -6493,0,47829.1416355684,26803.5332483478 -6494,0,47829.1416355684,26803.5332483478 -6495,0,47829.1416355684,26803.5332483478 -6496,0,47829.1416355684,26803.5332483478 -6497,0,47829.1416355684,26803.5332483478 -6498,0,47829.1416355684,26803.5332483478 -6499,0,47829.1416355684,26803.5332483478 -6500,0,47829.1416355684,26803.5332483478 -6501,0,47829.1416355684,26803.5332483478 -6502,0,47829.1416355684,26803.5332483478 -6503,0,47829.1416355684,26803.5332483478 -6504,0,47829.1416355684,26803.5332483478 -6505,0,47829.1416355684,26803.5332483478 -6506,0,47829.1416355684,26803.5332483478 -6507,0,47829.1416355684,26803.5332483478 -6508,0,47829.1416355684,26803.5332483478 -6509,0,47829.1416355684,26803.5332483478 -6510,0,47829.1416355684,26803.5332483478 -6511,0,47829.1416355684,26803.5332483478 -6512,0,47829.1416355684,26803.5332483478 -6513,0,47829.1416355684,26803.5332483478 -6514,0,47829.1416355684,26803.5332483478 -6515,0,47829.1416355684,26803.5332483478 -6516,0,47829.1416355684,26803.5332483478 -6517,0,47829.1416355684,26803.5332483478 -6518,0,47829.1416355684,26803.5332483478 -6519,0,47829.1416355684,26803.5332483478 -6520,0,47829.1416355684,26803.5332483478 -6521,0,47829.1416355684,26803.5332483478 -6522,0,47829.1416355684,26803.5332483478 -6523,0,47829.1416355684,26803.5332483478 -6524,0,47829.1416355684,26803.5332483478 -6525,0,47829.1416355684,26803.5332483478 -6526,0,47829.1416355684,26803.5332483478 -6527,0,47829.1416355684,26803.5332483478 -6528,0,47829.1416355684,26803.5332483478 -6529,0,47829.1416355684,26803.5332483478 -6530,0,47829.1416355684,26803.5332483478 -6531,0,47829.1416355684,26803.5332483478 -6532,0,47829.1416355684,26803.5332483478 -6533,0,47829.1416355684,26803.5332483478 -6534,0,47829.1416355684,26803.5332483478 -6535,0,47829.1416355684,26803.5332483478 -6536,0,47829.1416355684,26803.5332483478 -6537,0,47829.1416355684,26803.5332483478 -6538,0,47829.1416355684,26803.5332483478 -6539,0,47829.1416355684,26803.5332483478 -6540,0,47829.1416355684,26803.5332483478 -6541,0,47829.1416355684,26803.5332483478 -6542,0,47829.1416355684,26803.5332483478 -6543,0,47829.1416355684,26803.5332483478 -6544,0,47829.1416355684,26803.5332483478 -6545,0,47829.1416355684,26803.5332483478 -6546,0,47829.1416355684,26803.5332483478 -6547,0,47829.1416355684,26803.5332483478 -6548,0,47829.1416355684,26803.5332483478 -6549,0,47829.1416355684,26803.5332483478 -6550,0,47829.1416355684,26803.5332483478 -6551,0,47829.1416355684,26803.5332483478 -6552,0,47829.1416355684,26803.5332483478 -6553,0,47829.1416355684,26803.5332483478 -6554,0,47829.1416355684,26803.5332483478 -6555,0,47829.1416355684,26803.5332483478 -6556,0,47829.1416355684,26803.5332483478 -6557,0,47829.1416355684,26803.5332483478 -6558,0,47829.1416355684,26803.5332483478 -6559,0,47829.1416355684,26803.5332483478 -6560,0,47829.1416355684,26803.5332483478 -6561,0,47829.1416355684,26803.5332483478 -6562,0,47829.1416355684,26803.5332483478 -6563,0,47829.1416355684,26803.5332483478 -6564,0,47829.1416355684,26803.5332483478 -6565,0,47829.1416355684,26803.5332483478 -6566,0,47829.1416355684,26803.5332483478 -6567,0,47829.1416355684,26803.5332483478 -6568,0,47829.1416355684,26803.5332483478 -6569,0,47829.1416355684,26803.5332483478 -6570,0,47829.1416355684,26803.5332483478 -6571,0,47829.1416355684,26803.5332483478 -6572,0,47829.1416355684,26803.5332483478 -6573,0,47829.1416355684,26803.5332483478 -6574,0,47829.1416355684,26803.5332483478 -6575,0,47829.1416355684,26803.5332483478 -6576,0,47829.1416355684,26803.5332483478 -6577,0,47829.1416355684,26803.5332483478 -6578,0,47829.1416355684,26803.5332483478 -6579,0,47829.1416355684,26803.5332483478 -6580,0,47829.1416355684,26803.5332483478 -6581,0,47829.1416355684,26803.5332483478 -6582,0,47829.1416355684,26803.5332483478 -6583,0,47829.1416355684,26803.5332483478 -6584,0,47829.1416355684,26803.5332483478 -6585,0,47829.1416355684,26803.5332483478 -6586,0,47829.1416355684,26803.5332483478 -6587,0,47829.1416355684,26803.5332483478 -6588,0,47829.1416355684,26803.5332483478 -6589,0,47829.1416355684,26803.5332483478 -6590,0,47829.1416355684,26803.5332483478 -6591,0,47829.1416355684,26803.5332483478 -6592,0,47829.1416355684,26803.5332483478 -6593,0,47829.1416355684,26803.5332483478 -6594,0,47829.1416355684,26803.5332483478 -6595,0,47829.1416355684,26803.5332483478 -6596,0,47829.1416355684,26803.5332483478 -6597,0,47829.1416355684,26803.5332483478 -6598,0,47829.1416355684,26803.5332483478 -6599,0,47829.1416355684,26803.5332483478 -6600,0,47829.1416355684,26803.5332483478 -6601,0,47829.1416355684,26803.5332483478 -6602,0,47829.1416355684,26803.5332483478 -6603,0,47829.1416355684,26803.5332483478 -6604,0,47829.1416355684,26803.5332483478 -6605,0,47829.1416355684,26803.5332483478 -6606,0,47829.1416355684,26803.5332483478 -6607,0,47829.1416355684,26803.5332483478 -6608,0,47829.1416355684,26803.5332483478 -6609,0,47829.1416355684,26803.5332483478 -6610,0,47829.1416355684,26803.5332483478 -6611,0,47829.1416355684,26803.5332483478 -6612,0,47829.1416355684,26803.5332483478 -6613,0,47829.1416355684,26803.5332483478 -6614,0,47829.1416355684,26803.5332483478 -6615,0,47829.1416355684,26803.5332483478 -6616,0,47829.1416355684,26803.5332483478 -6617,0,47829.1416355684,26803.5332483478 -6618,0,47829.1416355684,26803.5332483478 -6619,0,47829.1416355684,26803.5332483478 -6620,0,47829.1416355684,26803.5332483478 -6621,0,47829.1416355684,26803.5332483478 -6622,0,47829.1416355684,26803.5332483478 -6623,0,47829.1416355684,26803.5332483478 -6624,0,47829.1416355684,26803.5332483478 -6625,0,47829.1416355684,26803.5332483478 -6626,0,47829.1416355684,26803.5332483478 -6627,0,47829.1416355684,26803.5332483478 -6628,0,47829.1416355684,26803.5332483478 -6629,0,47829.1416355684,26803.5332483478 -6630,0,47829.1416355684,26803.5332483478 -6631,0,47829.1416355684,26803.5332483478 -6632,0,47829.1416355684,26803.5332483478 -6633,0,47829.1416355684,26803.5332483478 -6634,0,47829.1416355684,26803.5332483478 -6635,0,47829.1416355684,26803.5332483478 -6636,0,47829.1416355684,26803.5332483478 -6637,0,47829.1416355684,26803.5332483478 -6638,0,47829.1416355684,26803.5332483478 -6639,0,47829.1416355684,26803.5332483478 -6640,0,47829.1416355684,26803.5332483478 -6641,0,47829.1416355684,26803.5332483478 -6642,0,47829.1416355684,26803.5332483478 -6643,0,47829.1416355684,26803.5332483478 -6644,0,47829.1416355684,26803.5332483478 -6645,0,47829.1416355684,26803.5332483478 -6646,0,47829.1416355684,26803.5332483478 -6647,0,47829.1416355684,26803.5332483478 -6648,0,47829.1416355684,26803.5332483478 -6649,0,47829.1416355684,26803.5332483478 -6650,0,47829.1416355684,26803.5332483478 -6651,0,47829.1416355684,26803.5332483478 -6652,0,47829.1416355684,26803.5332483478 -6653,0,47829.1416355684,26803.5332483478 -6654,0,47829.1416355684,26803.5332483478 -6655,0,47829.1416355684,26803.5332483478 -6656,0,47829.1416355684,26803.5332483478 -6657,0,47829.1416355684,26803.5332483478 -6658,0,47829.1416355684,26803.5332483478 -6659,0,47829.1416355684,26803.5332483478 -6660,0,47829.1416355684,26803.5332483478 -6661,0,47829.1416355684,26803.5332483478 -6662,0,47829.1416355684,26803.5332483478 -6663,0,47829.1416355684,26803.5332483478 -6664,0,47829.1416355684,26803.5332483478 -6665,0,47829.1416355684,26803.5332483478 -6666,0,47829.1416355684,26803.5332483478 -6667,0,47829.1416355684,26803.5332483478 -6668,0,47829.1416355684,26803.5332483478 -6669,0,47829.1416355684,26803.5332483478 -6670,0,47829.1416355684,26803.5332483478 -6671,0,47829.1416355684,26803.5332483478 -6672,0,47829.1416355684,26803.5332483478 -6673,0,47829.1416355684,26803.5332483478 -6674,0,47829.1416355684,26803.5332483478 -6675,0,47829.1416355684,26803.5332483478 -6676,0,47829.1416355684,26803.5332483478 -6677,0,47829.1416355684,26803.5332483478 -6678,0,47829.1416355684,26803.5332483478 -6679,0,47829.1416355684,26803.5332483478 -6680,0,47829.1416355684,26803.5332483478 -6681,0,47829.1416355684,26803.5332483478 -6682,0,47829.1416355684,26803.5332483478 -6683,0,47829.1416355684,26803.5332483478 -6684,0,47829.1416355684,26803.5332483478 -6685,0,47829.1416355684,26803.5332483478 -6686,0,47829.1416355684,26803.5332483478 -6687,0,47829.1416355684,26803.5332483478 -6688,0,47829.1416355684,26803.5332483478 -6689,0,47829.1416355684,26803.5332483478 -6690,0,47829.1416355684,26803.5332483478 -6691,0,47829.1416355684,26803.5332483478 -6692,0,47829.1416355684,26803.5332483478 -6693,0,47829.1416355684,26803.5332483478 -6694,0,47829.1416355684,26803.5332483478 -6695,0,47829.1416355684,26803.5332483478 -6696,0,47829.1416355684,26803.5332483478 -6697,0,47829.1416355684,26803.5332483478 -6698,0,47829.1416355684,26803.5332483478 -6699,0,47829.1416355684,26803.5332483478 -6700,0,47829.1416355684,26803.5332483478 -6701,0,47829.1416355684,26803.5332483478 -6702,0,47829.1416355684,26803.5332483478 -6703,0,47829.1416355684,26803.5332483478 -6704,0,47829.1416355684,26803.5332483478 -6705,0,47829.1416355684,26803.5332483478 -6706,0,47829.1416355684,26803.5332483478 -6707,0,47829.1416355684,26803.5332483478 -6708,0,47829.1416355684,26803.5332483478 -6709,0,47829.1416355684,26803.5332483478 -6710,0,47829.1416355684,26803.5332483478 -6711,0,47829.1416355684,26803.5332483478 -6712,0,47829.1416355684,26803.5332483478 -6713,0,47829.1416355684,26803.5332483478 -6714,0,47829.1416355684,26803.5332483478 -6715,0,47829.1416355684,26803.5332483478 -6716,0,47829.1416355684,26803.5332483478 -6717,0,47829.1416355684,26803.5332483478 -6718,0,47829.1416355684,26803.5332483478 -6719,0,47829.1416355684,26803.5332483478 -6720,0,47829.1416355684,26803.5332483478 -6721,0,47829.1416355684,26803.5332483478 -6722,0,47829.1416355684,26803.5332483478 -6723,0,47829.1416355684,26803.5332483478 -6724,0,47829.1416355684,26803.5332483478 -6725,0,47829.1416355684,26803.5332483478 -6726,0,47829.1416355684,26803.5332483478 -6727,0,47829.1416355684,26803.5332483478 -6728,0,47829.1416355684,26803.5332483478 -6729,0,47829.1416355684,26803.5332483478 -6730,0,47829.1416355684,26803.5332483478 -6731,0,47829.1416355684,26803.5332483478 -6732,0,47829.1416355684,26803.5332483478 -6733,0,47829.1416355684,26803.5332483478 -6734,0,47829.1416355684,26803.5332483478 -6735,0,47829.1416355684,26803.5332483478 -6736,0,47829.1416355684,26803.5332483478 -6737,0,47829.1416355684,26803.5332483478 -6738,0,47829.1416355684,26803.5332483478 -6739,0,47829.1416355684,26803.5332483478 -6740,0,47829.1416355684,26803.5332483478 -6741,0,47829.1416355684,26803.5332483478 -6742,0,47829.1416355684,26803.5332483478 -6743,0,47829.1416355684,26803.5332483478 -6744,0,47829.1416355684,26803.5332483478 -6745,0,47829.1416355684,26803.5332483478 -6746,0,47829.1416355684,26803.5332483478 -6747,0,47829.1416355684,26803.5332483478 -6748,0,47829.1416355684,26803.5332483478 -6749,0,47829.1416355684,26803.5332483478 -6750,0,47829.1416355684,26803.5332483478 -6751,0,47829.1416355684,26803.5332483478 -6752,0,47829.1416355684,26803.5332483478 -6753,0,47829.1416355684,26803.5332483478 -6754,0,47829.1416355684,26803.5332483478 -6755,0,47829.1416355684,26803.5332483478 -6756,0,47829.1416355684,26803.5332483478 -6757,0,47829.1416355684,26803.5332483478 -6758,0,47829.1416355684,26803.5332483478 -6759,0,47829.1416355684,26803.5332483478 -6760,0,47829.1416355684,26803.5332483478 -6761,0,47829.1416355684,26803.5332483478 -6762,0,47829.1416355684,26803.5332483478 -6763,0,47829.1416355684,26803.5332483478 -6764,0,47829.1416355684,26803.5332483478 -6765,0,47829.1416355684,26803.5332483478 -6766,0,47829.1416355684,26803.5332483478 -6767,0,47829.1416355684,26803.5332483478 -6768,0,47829.1416355684,26803.5332483478 -6769,0,47829.1416355684,26803.5332483478 -6770,0,47829.1416355684,26803.5332483478 -6771,0,47829.1416355684,26803.5332483478 -6772,0,47829.1416355684,26803.5332483478 -6773,0,47829.1416355684,26803.5332483478 -6774,0,47829.1416355684,26803.5332483478 -6775,0,47829.1416355684,26803.5332483478 -6776,0,47829.1416355684,26803.5332483478 -6777,0,47829.1416355684,26803.5332483478 -6778,0,47829.1416355684,26803.5332483478 -6779,0,47829.1416355684,26803.5332483478 -6780,0,47829.1416355684,26803.5332483478 -6781,0,47829.1416355684,26803.5332483478 -6782,0,47829.1416355684,26803.5332483478 -6783,0,47829.1416355684,26803.5332483478 -6784,0,47829.1416355684,26803.5332483478 -6785,0,47829.1416355684,26803.5332483478 -6786,0,47829.1416355684,26803.5332483478 -6787,0,47829.1416355684,26803.5332483478 -6788,0,47829.1416355684,26803.5332483478 -6789,0,47829.1416355684,26803.5332483478 -6790,0,47829.1416355684,26803.5332483478 -6791,0,47829.1416355684,26803.5332483478 -6792,0,47829.1416355684,26803.5332483478 -6793,0,47829.1416355684,26803.5332483478 -6794,0,47829.1416355684,26803.5332483478 -6795,0,47829.1416355684,26803.5332483478 -6796,0,47829.1416355684,26803.5332483478 -6797,0,47829.1416355684,26803.5332483478 -6798,0,47829.1416355684,26803.5332483478 -6799,0,47829.1416355684,26803.5332483478 -6800,0,47829.1416355684,26803.5332483478 -6801,0,47829.1416355684,26803.5332483478 -6802,0,47829.1416355684,26803.5332483478 -6803,0,47829.1416355684,26803.5332483478 -6804,0,47829.1416355684,26803.5332483478 -6805,0,47829.1416355684,26803.5332483478 -6806,0,47829.1416355684,26803.5332483478 -6807,0,47829.1416355684,26803.5332483478 -6808,0,47829.1416355684,26803.5332483478 -6809,0,47829.1416355684,26803.5332483478 -6810,0,47829.1416355684,26803.5332483478 -6811,0,47829.1416355684,26803.5332483478 -6812,0,47829.1416355684,26803.5332483478 -6813,0,47829.1416355684,26803.5332483478 -6814,0,47829.1416355684,26803.5332483478 -6815,0,47829.1416355684,26803.5332483478 -6816,0,47829.1416355684,26803.5332483478 -6817,0,47829.1416355684,26803.5332483478 -6818,0,47829.1416355684,26803.5332483478 -6819,0,47829.1416355684,26803.5332483478 -6820,0,47829.1416355684,26803.5332483478 -6821,0,47829.1416355684,26803.5332483478 -6822,0,47829.1416355684,26803.5332483478 -6823,0,47829.1416355684,26803.5332483478 -6824,0,47829.1416355684,26803.5332483478 -6825,0,47829.1416355684,26803.5332483478 -6826,0,47829.1416355684,26803.5332483478 -6827,0,47829.1416355684,26803.5332483478 -6828,0,47829.1416355684,26803.5332483478 -6829,0,47829.1416355684,26803.5332483478 -6830,0,47829.1416355684,26803.5332483478 -6831,0,47829.1416355684,26803.5332483478 -6832,0,47829.1416355684,26803.5332483478 -6833,0,47829.1416355684,26803.5332483478 -6834,0,47829.1416355684,26803.5332483478 -6835,0,47829.1416355684,26803.5332483478 -6836,0,47829.1416355684,26803.5332483478 -6837,0,47829.1416355684,26803.5332483478 -6838,0,47829.1416355684,26803.5332483478 -6839,0,47829.1416355684,26803.5332483478 -6840,0,47829.1416355684,26803.5332483478 -6841,0,47829.1416355684,26803.5332483478 -6842,0,47829.1416355684,26803.5332483478 -6843,0,47829.1416355684,26803.5332483478 -6844,0,47829.1416355684,26803.5332483478 -6845,0,47829.1416355684,26803.5332483478 -6846,0,47829.1416355684,26803.5332483478 -6847,0,47829.1416355684,26803.5332483478 -6848,0,47829.1416355684,26803.5332483478 -6849,0,47829.1416355684,26803.5332483478 -6850,0,47829.1416355684,26803.5332483478 -6851,0,47829.1416355684,26803.5332483478 -6852,0,47829.1416355684,26803.5332483478 -6853,0,47829.1416355684,26803.5332483478 -6854,0,47829.1416355684,26803.5332483478 -6855,0,47829.1416355684,26803.5332483478 -6856,0,47829.1416355684,26803.5332483478 -6857,0,47829.1416355684,26803.5332483478 -6858,0,47829.1416355684,26803.5332483478 -6859,0,47829.1416355684,26803.5332483478 -6860,0,47829.1416355684,26803.5332483478 -6861,0,47829.1416355684,26803.5332483478 -6862,0,47829.1416355684,26803.5332483478 -6863,0,47829.1416355684,26803.5332483478 -6864,0,47829.1416355684,26803.5332483478 -6865,0,47829.1416355684,26803.5332483478 -6866,0,47829.1416355684,26803.5332483478 -6867,0,47829.1416355684,26803.5332483478 -6868,0,47829.1416355684,26803.5332483478 -6869,0,47829.1416355684,26803.5332483478 -6870,0,47829.1416355684,26803.5332483478 -6871,0,47829.1416355684,26803.5332483478 -6872,0,47829.1416355684,26803.5332483478 -6873,0,47829.1416355684,26803.5332483478 -6874,0,47829.1416355684,26803.5332483478 -6875,0,47829.1416355684,26803.5332483478 -6876,0,47829.1416355684,26803.5332483478 -6877,0,47829.1416355684,26803.5332483478 -6878,0,47829.1416355684,26803.5332483478 -6879,0,47829.1416355684,26803.5332483478 -6880,0,47829.1416355684,26803.5332483478 -6881,0,47829.1416355684,26803.5332483478 -6882,0,47829.1416355684,26803.5332483478 -6883,0,47829.1416355684,26803.5332483478 -6884,0,47829.1416355684,26803.5332483478 -6885,0,47829.1416355684,26803.5332483478 -6886,0,47829.1416355684,26803.5332483478 -6887,0,47829.1416355684,26803.5332483478 -6888,0,47829.1416355684,26803.5332483478 -6889,0,47829.1416355684,26803.5332483478 -6890,0,47829.1416355684,26803.5332483478 -6891,0,47829.1416355684,26803.5332483478 -6892,0,47829.1416355684,26803.5332483478 -6893,0,47829.1416355684,26803.5332483478 -6894,0,47829.1416355684,26803.5332483478 -6895,0,47829.1416355684,26803.5332483478 -6896,0,47829.1416355684,26803.5332483478 -6897,0,47829.1416355684,26803.5332483478 -6898,0,47829.1416355684,26803.5332483478 -6899,0,47829.1416355684,26803.5332483478 -6900,0,47829.1416355684,26803.5332483478 -6901,0,47829.1416355684,26803.5332483478 -6902,0,47829.1416355684,26803.5332483478 -6903,0,47829.1416355684,26803.5332483478 -6904,0,47829.1416355684,26803.5332483478 -6905,0,47829.1416355684,26803.5332483478 -6906,0,47829.1416355684,26803.5332483478 -6907,0,47829.1416355684,26803.5332483478 -6908,0,47829.1416355684,26803.5332483478 -6909,0,47829.1416355684,26803.5332483478 -6910,0,47829.1416355684,26803.5332483478 -6911,0,47829.1416355684,26803.5332483478 -6912,0,47829.1416355684,26803.5332483478 -6913,0,47829.1416355684,26803.5332483478 -6914,0,47829.1416355684,26803.5332483478 -6915,0,47829.1416355684,26803.5332483478 -6916,0,47829.1416355684,26803.5332483478 -6917,0,47829.1416355684,26803.5332483478 -6918,0,47829.1416355684,26803.5332483478 -6919,0,47829.1416355684,26803.5332483478 -6920,0,47829.1416355684,26803.5332483478 -6921,0,47829.1416355684,26803.5332483478 -6922,0,47829.1416355684,26803.5332483478 -6923,0,47829.1416355684,26803.5332483478 -6924,0,47829.1416355684,26803.5332483478 -6925,0,47829.1416355684,26803.5332483478 -6926,0,47829.1416355684,26803.5332483478 -6927,0,47829.1416355684,26803.5332483478 -6928,0,47829.1416355684,26803.5332483478 -6929,0,47829.1416355684,26803.5332483478 -6930,0,47829.1416355684,26803.5332483478 -6931,0,47829.1416355684,26803.5332483478 -6932,0,47829.1416355684,26803.5332483478 -6933,0,47829.1416355684,26803.5332483478 -6934,0,47829.1416355684,26803.5332483478 -6935,0,47829.1416355684,26803.5332483478 -6936,0,47829.1416355684,26803.5332483478 -6937,0,47829.1416355684,26803.5332483478 -6938,0,47829.1416355684,26803.5332483478 -6939,0,47829.1416355684,26803.5332483478 -6940,0,47829.1416355684,26803.5332483478 -6941,0,47829.1416355684,26803.5332483478 -6942,0,47829.1416355684,26803.5332483478 -6943,0,47829.1416355684,26803.5332483478 -6944,0,47829.1416355684,26803.5332483478 -6945,0,47829.1416355684,26803.5332483478 -6946,0,47829.1416355684,26803.5332483478 -6947,0,47829.1416355684,26803.5332483478 -6948,0,47829.1416355684,26803.5332483478 -6949,0,47829.1416355684,26803.5332483478 -6950,0,47829.1416355684,26803.5332483478 -6951,0,47829.1416355684,26803.5332483478 -6952,0,47829.1416355684,26803.5332483478 -6953,0,47829.1416355684,26803.5332483478 -6954,0,47829.1416355684,26803.5332483478 -6955,0,47829.1416355684,26803.5332483478 -6956,0,47829.1416355684,26803.5332483478 -6957,0,47829.1416355684,26803.5332483478 -6958,0,47829.1416355684,26803.5332483478 -6959,0,47829.1416355684,26803.5332483478 -6960,0,47829.1416355684,26803.5332483478 -6961,0,47829.1416355684,26803.5332483478 -6962,0,47829.1416355684,26803.5332483478 -6963,0,47829.1416355684,26803.5332483478 -6964,0,47829.1416355684,26803.5332483478 -6965,0,47829.1416355684,26803.5332483478 -6966,0,47829.1416355684,26803.5332483478 -6967,0,47829.1416355684,26803.5332483478 -6968,0,47829.1416355684,26803.5332483478 -6969,0,47829.1416355684,26803.5332483478 -6970,0,47829.1416355684,26803.5332483478 -6971,0,47829.1416355684,26803.5332483478 -6972,0,47829.1416355684,26803.5332483478 -6973,0,47829.1416355684,26803.5332483478 -6974,0,47829.1416355684,26803.5332483478 -6975,0,47829.1416355684,26803.5332483478 -6976,0,47829.1416355684,26803.5332483478 -6977,0,47829.1416355684,26803.5332483478 -6978,0,47829.1416355684,26803.5332483478 -6979,0,47829.1416355684,26803.5332483478 -6980,0,47829.1416355684,26803.5332483478 -6981,0,47829.1416355684,26803.5332483478 -6982,0,47829.1416355684,26803.5332483478 -6983,0,47829.1416355684,26803.5332483478 -6984,0,47829.1416355684,26803.5332483478 -6985,0,47829.1416355684,26803.5332483478 -6986,0,47829.1416355684,26803.5332483478 -6987,0,47829.1416355684,26803.5332483478 -6988,0,47829.1416355684,26803.5332483478 -6989,0,47829.1416355684,26803.5332483478 -6990,0,47829.1416355684,26803.5332483478 -6991,0,47829.1416355684,26803.5332483478 -6992,0,47829.1416355684,26803.5332483478 -6993,0,47829.1416355684,26803.5332483478 -6994,0,47829.1416355684,26803.5332483478 -6995,0,47829.1416355684,26803.5332483478 -6996,0,47829.1416355684,26803.5332483478 -6997,0,47829.1416355684,26803.5332483478 -6998,0,47829.1416355684,26803.5332483478 -6999,0,47829.1416355684,26803.5332483478 -7000,0,47829.1416355684,26803.5332483478 -7001,0,47829.1416355684,26803.5332483478 -7002,0,47829.1416355684,26803.5332483478 -7003,0,47829.1416355684,26803.5332483478 -7004,0,47829.1416355684,26803.5332483478 -7005,0,47829.1416355684,26803.5332483478 -7006,0,47829.1416355684,26803.5332483478 -7007,0,47829.1416355684,26803.5332483478 -7008,0,47829.1416355684,26803.5332483478 -7009,0,47829.1416355684,26803.5332483478 -7010,0,47829.1416355684,26803.5332483478 -7011,0,47829.1416355684,26803.5332483478 -7012,0,47829.1416355684,26803.5332483478 -7013,0,47829.1416355684,26803.5332483478 -7014,0,47829.1416355684,26803.5332483478 -7015,0,47829.1416355684,26803.5332483478 -7016,0,47829.1416355684,26803.5332483478 -7017,0,47829.1416355684,26803.5332483478 -7018,0,47829.1416355684,26803.5332483478 -7019,0,47829.1416355684,26803.5332483478 -7020,0,47829.1416355684,26803.5332483478 -7021,0,47829.1416355684,26803.5332483478 -7022,0,47829.1416355684,26803.5332483478 -7023,0,47829.1416355684,26803.5332483478 -7024,0,47829.1416355684,26803.5332483478 -7025,0,47829.1416355684,26803.5332483478 -7026,0,47829.1416355684,26803.5332483478 -7027,0,47829.1416355684,26803.5332483478 -7028,0,47829.1416355684,26803.5332483478 -7029,0,47829.1416355684,26803.5332483478 -7030,0,47829.1416355684,26803.5332483478 -7031,0,47829.1416355684,26803.5332483478 -7032,0,47829.1416355684,26803.5332483478 -7033,0,47829.1416355684,26803.5332483478 -7034,0,47829.1416355684,26803.5332483478 -7035,0,47829.1416355684,26803.5332483478 -7036,0,47829.1416355684,26803.5332483478 -7037,0,47829.1416355684,26803.5332483478 -7038,0,47829.1416355684,26803.5332483478 -7039,0,47829.1416355684,26803.5332483478 -7040,0,47829.1416355684,26803.5332483478 -7041,0,47829.1416355684,26803.5332483478 -7042,0,47829.1416355684,26803.5332483478 -7043,0,47829.1416355684,26803.5332483478 -7044,0,47829.1416355684,26803.5332483478 -7045,0,47829.1416355684,26803.5332483478 -7046,0,47829.1416355684,26803.5332483478 -7047,0,47829.1416355684,26803.5332483478 -7048,0,47829.1416355684,26803.5332483478 -7049,0,47829.1416355684,26803.5332483478 -7050,0,47829.1416355684,26803.5332483478 -7051,0,47829.1416355684,26803.5332483478 -7052,0,47829.1416355684,26803.5332483478 -7053,0,47829.1416355684,26803.5332483478 -7054,0,47829.1416355684,26803.5332483478 -7055,0,47829.1416355684,26803.5332483478 -7056,0,47829.1416355684,26803.5332483478 -7057,0,47829.1416355684,26803.5332483478 -7058,0,47829.1416355684,26803.5332483478 -7059,0,47829.1416355684,26803.5332483478 -7060,0,47829.1416355684,26803.5332483478 -7061,0,47829.1416355684,26803.5332483478 -7062,0,47829.1416355684,26803.5332483478 -7063,0,47829.1416355684,26803.5332483478 -7064,0,47829.1416355684,26803.5332483478 -7065,0,47829.1416355684,26803.5332483478 -7066,0,47829.1416355684,26803.5332483478 -7067,0,47829.1416355684,26803.5332483478 -7068,0,47829.1416355684,26803.5332483478 -7069,0,47829.1416355684,26803.5332483478 -7070,0,47829.1416355684,26803.5332483478 -7071,0,47829.1416355684,26803.5332483478 -7072,0,47829.1416355684,26803.5332483478 -7073,0,47829.1416355684,26803.5332483478 -7074,0,47829.1416355684,26803.5332483478 -7075,0,47829.1416355684,26803.5332483478 -7076,0,47829.1416355684,26803.5332483478 -7077,0,47829.1416355684,26803.5332483478 -7078,0,47829.1416355684,26803.5332483478 -7079,0,47829.1416355684,26803.5332483478 -7080,0,47829.1416355684,26803.5332483478 -7081,0,47829.1416355684,26803.5332483478 -7082,0,47829.1416355684,26803.5332483478 -7083,0,47829.1416355684,26803.5332483478 -7084,0,47829.1416355684,26803.5332483478 -7085,0,47829.1416355684,26803.5332483478 -7086,0,47829.1416355684,26803.5332483478 -7087,0,47829.1416355684,26803.5332483478 -7088,0,47829.1416355684,26803.5332483478 -7089,0,47829.1416355684,26803.5332483478 -7090,0,47829.1416355684,26803.5332483478 -7091,0,47829.1416355684,26803.5332483478 -7092,0,47829.1416355684,26803.5332483478 -7093,0,47829.1416355684,26803.5332483478 -7094,0,47829.1416355684,26803.5332483478 -7095,0,47829.1416355684,26803.5332483478 -7096,0,47829.1416355684,26803.5332483478 -7097,0,47829.1416355684,26803.5332483478 -7098,0,47829.1416355684,26803.5332483478 -7099,0,47829.1416355684,26803.5332483478 -7100,0,47829.1416355684,26803.5332483478 -7101,0,47829.1416355684,26803.5332483478 -7102,0,47829.1416355684,26803.5332483478 -7103,0,47829.1416355684,26803.5332483478 -7104,0,47829.1416355684,26803.5332483478 -7105,0,47829.1416355684,26803.5332483478 -7106,0,47829.1416355684,26803.5332483478 -7107,0,47829.1416355684,26803.5332483478 -7108,0,47829.1416355684,26803.5332483478 -7109,0,47829.1416355684,26803.5332483478 -7110,0,47829.1416355684,26803.5332483478 -7111,0,47829.1416355684,26803.5332483478 -7112,0,47829.1416355684,26803.5332483478 -7113,0,47829.1416355684,26803.5332483478 -7114,0,47829.1416355684,26803.5332483478 -7115,0,47829.1416355684,26803.5332483478 -7116,0,47829.1416355684,26803.5332483478 -7117,0,47829.1416355684,26803.5332483478 -7118,0,47829.1416355684,26803.5332483478 -7119,0,47829.1416355684,26803.5332483478 -7120,0,47829.1416355684,26803.5332483478 -7121,0,47829.1416355684,26803.5332483478 -7122,0,47829.1416355684,26803.5332483478 -7123,0,47829.1416355684,26803.5332483478 -7124,0,47829.1416355684,26803.5332483478 -7125,0,47829.1416355684,26803.5332483478 -7126,0,47829.1416355684,26803.5332483478 -7127,0,47829.1416355684,26803.5332483478 -7128,0,47829.1416355684,26803.5332483478 -7129,0,47829.1416355684,26803.5332483478 -7130,0,47829.1416355684,26803.5332483478 -7131,0,47829.1416355684,26803.5332483478 -7132,0,47829.1416355684,26803.5332483478 -7133,0,47829.1416355684,26803.5332483478 -7134,0,47829.1416355684,26803.5332483478 -7135,0,47829.1416355684,26803.5332483478 -7136,0,47829.1416355684,26803.5332483478 -7137,0,47829.1416355684,26803.5332483478 -7138,0,47829.1416355684,26803.5332483478 -7139,0,47829.1416355684,26803.5332483478 -7140,0,47829.1416355684,26803.5332483478 -7141,0,47829.1416355684,26803.5332483478 -7142,0,47829.1416355684,26803.5332483478 -7143,0,47829.1416355684,26803.5332483478 -7144,0,47829.1416355684,26803.5332483478 -7145,0,47829.1416355684,26803.5332483478 -7146,0,47829.1416355684,26803.5332483478 -7147,0,47829.1416355684,26803.5332483478 -7148,0,47829.1416355684,26803.5332483478 -7149,0,47829.1416355684,26803.5332483478 -7150,0,47829.1416355684,26803.5332483478 -7151,0,47829.1416355684,26803.5332483478 -7152,0,47829.1416355684,26803.5332483478 -7153,0,47829.1416355684,26803.5332483478 -7154,0,47829.1416355684,26803.5332483478 -7155,0,47829.1416355684,26803.5332483478 -7156,0,47829.1416355684,26803.5332483478 -7157,0,47829.1416355684,26803.5332483478 -7158,0,47829.1416355684,26803.5332483478 -7159,0,47829.1416355684,26803.5332483478 -7160,0,47829.1416355684,26803.5332483478 -7161,0,47829.1416355684,26803.5332483478 -7162,0,47829.1416355684,26803.5332483478 -7163,0,47829.1416355684,26803.5332483478 -7164,0,47829.1416355684,26803.5332483478 -7165,0,47829.1416355684,26803.5332483478 -7166,0,47829.1416355684,26803.5332483478 -7167,0,47829.1416355684,26803.5332483478 -7168,0,47829.1416355684,26803.5332483478 -7169,0,47829.1416355684,26803.5332483478 -7170,0,47829.1416355684,26803.5332483478 -7171,0,47829.1416355684,26803.5332483478 -7172,0,47829.1416355684,26803.5332483478 -7173,0,47829.1416355684,26803.5332483478 -7174,0,47829.1416355684,26803.5332483478 -7175,0,47829.1416355684,26803.5332483478 -7176,0,47829.1416355684,26803.5332483478 -7177,0,47829.1416355684,26803.5332483478 -7178,0,47829.1416355684,26803.5332483478 -7179,0,47829.1416355684,26803.5332483478 -7180,0,47829.1416355684,26803.5332483478 -7181,0,47829.1416355684,26803.5332483478 -7182,0,47829.1416355684,26803.5332483478 -7183,0,47829.1416355684,26803.5332483478 -7184,0,47829.1416355684,26803.5332483478 -7185,0,47829.1416355684,26803.5332483478 -7186,0,47829.1416355684,26803.5332483478 -7187,0,47829.1416355684,26803.5332483478 -7188,0,47829.1416355684,26803.5332483478 -7189,0,47829.1416355684,26803.5332483478 -7190,0,47829.1416355684,26803.5332483478 -7191,0,47829.1416355684,26803.5332483478 -7192,0,47829.1416355684,26803.5332483478 -7193,0,47829.1416355684,26803.5332483478 -7194,0,47829.1416355684,26803.5332483478 -7195,0,47829.1416355684,26803.5332483478 -7196,0,47829.1416355684,26803.5332483478 -7197,0,47829.1416355684,26803.5332483478 -7198,0,47829.1416355684,26803.5332483478 -7199,0,47829.1416355684,26803.5332483478 -7200,0,47829.1416355684,26803.5332483478 -7201,0,47829.1416355684,26803.5332483478 -7202,0,47829.1416355684,26803.5332483478 -7203,0,47829.1416355684,26803.5332483478 -7204,0,47829.1416355684,26803.5332483478 -7205,0,47829.1416355684,26803.5332483478 -7206,0,47829.1416355684,26803.5332483478 -7207,0,47829.1416355684,26803.5332483478 -7208,0,47829.1416355684,26803.5332483478 -7209,0,47829.1416355684,26803.5332483478 -7210,0,47829.1416355684,26803.5332483478 -7211,0,47829.1416355684,26803.5332483478 -7212,0,47829.1416355684,26803.5332483478 -7213,0,47829.1416355684,26803.5332483478 -7214,0,47829.1416355684,26803.5332483478 -7215,0,47829.1416355684,26803.5332483478 -7216,0,47829.1416355684,26803.5332483478 -7217,0,47829.1416355684,26803.5332483478 -7218,0,47829.1416355684,26803.5332483478 -7219,0,47829.1416355684,26803.5332483478 -7220,0,47829.1416355684,26803.5332483478 -7221,0,47829.1416355684,26803.5332483478 -7222,0,47829.1416355684,26803.5332483478 -7223,0,47829.1416355684,26803.5332483478 -7224,0,47829.1416355684,26803.5332483478 -7225,0,47829.1416355684,26803.5332483478 -7226,0,47829.1416355684,26803.5332483478 -7227,0,47829.1416355684,26803.5332483478 -7228,0,47829.1416355684,26803.5332483478 -7229,0,47829.1416355684,26803.5332483478 -7230,0,47829.1416355684,26803.5332483478 -7231,0,47829.1416355684,26803.5332483478 -7232,0,47829.1416355684,26803.5332483478 -7233,0,47829.1416355684,26803.5332483478 -7234,0,47829.1416355684,26803.5332483478 -7235,0,47829.1416355684,26803.5332483478 -7236,0,47829.1416355684,26803.5332483478 -7237,0,47829.1416355684,26803.5332483478 -7238,0,47829.1416355684,26803.5332483478 -7239,0,47829.1416355684,26803.5332483478 -7240,0,47829.1416355684,26803.5332483478 -7241,0,47829.1416355684,26803.5332483478 -7242,0,47829.1416355684,26803.5332483478 -7243,0,47829.1416355684,26803.5332483478 -7244,0,47829.1416355684,26803.5332483478 -7245,0,47829.1416355684,26803.5332483478 -7246,0,47829.1416355684,26803.5332483478 -7247,0,47829.1416355684,26803.5332483478 -7248,0,47829.1416355684,26803.5332483478 -7249,0,47829.1416355684,26803.5332483478 -7250,0,47829.1416355684,26803.5332483478 -7251,0,47829.1416355684,26803.5332483478 -7252,0,47829.1416355684,26803.5332483478 -7253,0,47829.1416355684,26803.5332483478 -7254,0,47829.1416355684,26803.5332483478 -7255,0,47829.1416355684,26803.5332483478 -7256,0,47829.1416355684,26803.5332483478 -7257,0,47829.1416355684,26803.5332483478 -7258,0,47829.1416355684,26803.5332483478 -7259,0,47829.1416355684,26803.5332483478 -7260,0,47829.1416355684,26803.5332483478 -7261,0,47829.1416355684,26803.5332483478 -7262,0,47829.1416355684,26803.5332483478 -7263,0,47829.1416355684,26803.5332483478 -7264,0,47829.1416355684,26803.5332483478 -7265,0,47829.1416355684,26803.5332483478 -7266,0,47829.1416355684,26803.5332483478 -7267,0,47829.1416355684,26803.5332483478 -7268,0,47829.1416355684,26803.5332483478 -7269,0,47829.1416355684,26803.5332483478 -7270,0,47829.1416355684,26803.5332483478 -7271,0,47829.1416355684,26803.5332483478 -7272,0,47829.1416355684,26803.5332483478 -7273,0,47829.1416355684,26803.5332483478 -7274,0,47829.1416355684,26803.5332483478 -7275,0,47829.1416355684,26803.5332483478 -7276,0,47829.1416355684,26803.5332483478 -7277,0,47829.1416355684,26803.5332483478 -7278,0,47829.1416355684,26803.5332483478 -7279,0,47829.1416355684,26803.5332483478 -7280,0,47829.1416355684,26803.5332483478 -7281,0,47829.1416355684,26803.5332483478 -7282,0,47829.1416355684,26803.5332483478 -7283,0,47829.1416355684,26803.5332483478 -7284,0,47829.1416355684,26803.5332483478 -7285,0,47829.1416355684,26803.5332483478 -7286,0,47829.1416355684,26803.5332483478 -7287,0,47829.1416355684,26803.5332483478 -7288,0,47829.1416355684,26803.5332483478 -7289,0,47829.1416355684,26803.5332483478 -7290,0,47829.1416355684,26803.5332483478 -7291,0,47829.1416355684,26803.5332483478 -7292,0,47829.1416355684,26803.5332483478 -7293,0,47829.1416355684,26803.5332483478 -7294,0,47829.1416355684,26803.5332483478 -7295,0,47829.1416355684,26803.5332483478 -7296,0,47829.1416355684,26803.5332483478 -7297,0,47829.1416355684,26803.5332483478 -7298,0,47829.1416355684,26803.5332483478 -7299,0,47829.1416355684,26803.5332483478 -7300,0,47829.1416355684,26803.5332483478 -7301,0,47829.1416355684,26803.5332483478 -7302,0,47829.1416355684,26803.5332483478 -7303,0,47829.1416355684,26803.5332483478 -7304,0,47829.1416355684,26803.5332483478 -7305,0,47829.1416355684,26803.5332483478 -7306,0,47829.1416355684,26803.5332483478 -7307,0,47829.1416355684,26803.5332483478 -7308,0,47829.1416355684,26803.5332483478 -7309,0,47829.1416355684,26803.5332483478 -7310,0,47829.1416355684,26803.5332483478 -7311,0,47829.1416355684,26803.5332483478 -7312,0,47829.1416355684,26803.5332483478 -7313,0,47829.1416355684,26803.5332483478 -7314,0,47829.1416355684,26803.5332483478 -7315,0,47829.1416355684,26803.5332483478 -7316,0,47829.1416355684,26803.5332483478 -7317,0,47829.1416355684,26803.5332483478 -7318,0,47829.1416355684,26803.5332483478 -7319,0,47829.1416355684,26803.5332483478 -7320,0,47829.1416355684,26803.5332483478 -7321,0,47829.1416355684,26803.5332483478 -7322,0,47829.1416355684,26803.5332483478 -7323,0,47829.1416355684,26803.5332483478 -7324,0,47829.1416355684,26803.5332483478 -7325,0,47829.1416355684,26803.5332483478 -7326,0,47829.1416355684,26803.5332483478 -7327,0,47829.1416355684,26803.5332483478 -7328,0,47829.1416355684,26803.5332483478 -7329,0,47829.1416355684,26803.5332483478 -7330,0,47829.1416355684,26803.5332483478 -7331,0,47829.1416355684,26803.5332483478 -7332,0,47829.1416355684,26803.5332483478 -7333,0,47829.1416355684,26803.5332483478 -7334,0,47829.1416355684,26803.5332483478 -7335,0,47829.1416355684,26803.5332483478 -7336,0,47829.1416355684,26803.5332483478 -7337,0,47829.1416355684,26803.5332483478 -7338,0,47829.1416355684,26803.5332483478 -7339,0,47829.1416355684,26803.5332483478 -7340,0,47829.1416355684,26803.5332483478 -7341,0,47829.1416355684,26803.5332483478 -7342,0,47829.1416355684,26803.5332483478 -7343,0,47829.1416355684,26803.5332483478 -7344,0,47829.1416355684,26803.5332483478 -7345,0,47829.1416355684,26803.5332483478 -7346,0,47829.1416355684,26803.5332483478 -7347,0,47829.1416355684,26803.5332483478 -7348,0,47829.1416355684,26803.5332483478 -7349,0,47829.1416355684,26803.5332483478 -7350,0,47829.1416355684,26803.5332483478 -7351,0,47829.1416355684,26803.5332483478 -7352,0,47829.1416355684,26803.5332483478 -7353,0,47829.1416355684,26803.5332483478 -7354,0,47829.1416355684,26803.5332483478 -7355,0,47829.1416355684,26803.5332483478 -7356,0,47829.1416355684,26803.5332483478 -7357,0,47829.1416355684,26803.5332483478 -7358,0,47829.1416355684,26803.5332483478 -7359,0,47829.1416355684,26803.5332483478 -7360,0,47829.1416355684,26803.5332483478 -7361,0,47829.1416355684,26803.5332483478 -7362,0,47829.1416355684,26803.5332483478 -7363,0,47829.1416355684,26803.5332483478 -7364,0,47829.1416355684,26803.5332483478 -7365,0,47829.1416355684,26803.5332483478 -7366,0,47829.1416355684,26803.5332483478 -7367,0,47829.1416355684,26803.5332483478 -7368,0,47829.1416355684,26803.5332483478 -7369,0,47829.1416355684,26803.5332483478 -7370,0,47829.1416355684,26803.5332483478 -7371,0,47829.1416355684,26803.5332483478 -7372,0,47829.1416355684,26803.5332483478 -7373,0,47829.1416355684,26803.5332483478 -7374,0,47829.1416355684,26803.5332483478 -7375,0,47829.1416355684,26803.5332483478 -7376,0,47829.1416355684,26803.5332483478 -7377,0,47829.1416355684,26803.5332483478 -7378,0,47829.1416355684,26803.5332483478 -7379,0,47829.1416355684,26803.5332483478 -7380,0,47829.1416355684,26803.5332483478 -7381,0,47829.1416355684,26803.5332483478 -7382,0,47829.1416355684,26803.5332483478 -7383,0,47829.1416355684,26803.5332483478 -7384,0,47829.1416355684,26803.5332483478 -7385,0,47829.1416355684,26803.5332483478 -7386,0,47829.1416355684,26803.5332483478 -7387,0,47829.1416355684,26803.5332483478 -7388,0,47829.1416355684,26803.5332483478 -7389,0,47829.1416355684,26803.5332483478 -7390,0,47829.1416355684,26803.5332483478 -7391,0,47829.1416355684,26803.5332483478 -7392,0,47829.1416355684,26803.5332483478 -7393,0,47829.1416355684,26803.5332483478 -7394,0,47829.1416355684,26803.5332483478 -7395,0,47829.1416355684,26803.5332483478 -7396,0,47829.1416355684,26803.5332483478 -7397,0,47829.1416355684,26803.5332483478 -7398,0,47829.1416355684,26803.5332483478 -7399,0,47829.1416355684,26803.5332483478 -7400,0,47829.1416355684,26803.5332483478 -7401,0,47829.1416355684,26803.5332483478 -7402,0,47829.1416355684,26803.5332483478 -7403,0,47829.1416355684,26803.5332483478 -7404,0,47829.1416355684,26803.5332483478 -7405,0,47829.1416355684,26803.5332483478 -7406,0,47829.1416355684,26803.5332483478 -7407,0,47829.1416355684,26803.5332483478 -7408,0,47829.1416355684,26803.5332483478 -7409,0,47829.1416355684,26803.5332483478 -7410,0,47829.1416355684,26803.5332483478 -7411,0,47829.1416355684,26803.5332483478 -7412,0,47829.1416355684,26803.5332483478 -7413,0,47829.1416355684,26803.5332483478 -7414,0,47829.1416355684,26803.5332483478 -7415,0,47829.1416355684,26803.5332483478 -7416,0,47829.1416355684,26803.5332483478 -7417,0,47829.1416355684,26803.5332483478 -7418,0,47829.1416355684,26803.5332483478 -7419,0,47829.1416355684,26803.5332483478 -7420,0,47829.1416355684,26803.5332483478 -7421,0,47829.1416355684,26803.5332483478 -7422,0,47829.1416355684,26803.5332483478 -7423,0,47829.1416355684,26803.5332483478 -7424,0,47829.1416355684,26803.5332483478 -7425,0,47829.1416355684,26803.5332483478 -7426,0,47829.1416355684,26803.5332483478 -7427,0,47829.1416355684,26803.5332483478 -7428,0,47829.1416355684,26803.5332483478 -7429,0,47829.1416355684,26803.5332483478 -7430,0,47829.1416355684,26803.5332483478 -7431,0,47829.1416355684,26803.5332483478 -7432,0,47829.1416355684,26803.5332483478 -7433,0,47829.1416355684,26803.5332483478 -7434,0,47829.1416355684,26803.5332483478 -7435,0,47829.1416355684,26803.5332483478 -7436,0,47829.1416355684,26803.5332483478 -7437,0,47829.1416355684,26803.5332483478 -7438,0,47829.1416355684,26803.5332483478 -7439,0,47829.1416355684,26803.5332483478 -7440,0,47829.1416355684,26803.5332483478 -7441,0,47829.1416355684,26803.5332483478 -7442,0,47829.1416355684,26803.5332483478 -7443,0,47829.1416355684,26803.5332483478 -7444,0,47829.1416355684,26803.5332483478 -7445,0,47829.1416355684,26803.5332483478 -7446,0,47829.1416355684,26803.5332483478 -7447,0,47829.1416355684,26803.5332483478 -7448,0,47829.1416355684,26803.5332483478 -7449,0,47829.1416355684,26803.5332483478 -7450,0,47829.1416355684,26803.5332483478 -7451,0,47829.1416355684,26803.5332483478 -7452,0,47829.1416355684,26803.5332483478 -7453,0,47829.1416355684,26803.5332483478 -7454,0,47829.1416355684,26803.5332483478 -7455,0,47829.1416355684,26803.5332483478 -7456,0,47829.1416355684,26803.5332483478 -7457,0,47829.1416355684,26803.5332483478 -7458,0,47829.1416355684,26803.5332483478 -7459,0,47829.1416355684,26803.5332483478 -7460,0,47829.1416355684,26803.5332483478 -7461,0,47829.1416355684,26803.5332483478 -7462,0,47829.1416355684,26803.5332483478 -7463,0,47829.1416355684,26803.5332483478 -7464,0,47829.1416355684,26803.5332483478 -7465,0,47829.1416355684,26803.5332483478 -7466,0,47829.1416355684,26803.5332483478 -7467,0,47829.1416355684,26803.5332483478 -7468,0,47829.1416355684,26803.5332483478 -7469,0,47829.1416355684,26803.5332483478 -7470,0,47829.1416355684,26803.5332483478 -7471,0,47829.1416355684,26803.5332483478 -7472,0,47829.1416355684,26803.5332483478 -7473,0,47829.1416355684,26803.5332483478 -7474,0,47829.1416355684,26803.5332483478 -7475,0,47829.1416355684,26803.5332483478 -7476,0,47829.1416355684,26803.5332483478 -7477,0,47829.1416355684,26803.5332483478 -7478,0,47829.1416355684,26803.5332483478 -7479,0,47829.1416355684,26803.5332483478 -7480,0,47829.1416355684,26803.5332483478 -7481,0,47829.1416355684,26803.5332483478 -7482,0,47829.1416355684,26803.5332483478 -7483,0,47829.1416355684,26803.5332483478 -7484,0,47829.1416355684,26803.5332483478 -7485,0,47829.1416355684,26803.5332483478 -7486,0,47829.1416355684,26803.5332483478 -7487,0,47829.1416355684,26803.5332483478 -7488,0,47829.1416355684,26803.5332483478 -7489,0,47829.1416355684,26803.5332483478 -7490,0,47829.1416355684,26803.5332483478 -7491,0,47829.1416355684,26803.5332483478 -7492,0,47829.1416355684,26803.5332483478 -7493,0,47829.1416355684,26803.5332483478 -7494,0,47829.1416355684,26803.5332483478 -7495,0,47829.1416355684,26803.5332483478 -7496,0,47829.1416355684,26803.5332483478 -7497,0,47829.1416355684,26803.5332483478 -7498,0,47829.1416355684,26803.5332483478 -7499,0,47829.1416355684,26803.5332483478 -7500,0,47829.1416355684,26803.5332483478 -7501,0,47829.1416355684,26803.5332483478 -7502,0,47829.1416355684,26803.5332483478 -7503,0,47829.1416355684,26803.5332483478 -7504,0,47829.1416355684,26803.5332483478 -7505,0,47829.1416355684,26803.5332483478 -7506,0,47829.1416355684,26803.5332483478 -7507,0,47829.1416355684,26803.5332483478 -7508,0,47829.1416355684,26803.5332483478 -7509,0,47829.1416355684,26803.5332483478 -7510,0,47829.1416355684,26803.5332483478 -7511,0,47829.1416355684,26803.5332483478 -7512,0,47829.1416355684,26803.5332483478 -7513,0,47829.1416355684,26803.5332483478 -7514,0,47829.1416355684,26803.5332483478 -7515,0,47829.1416355684,26803.5332483478 -7516,0,47829.1416355684,26803.5332483478 -7517,0,47829.1416355684,26803.5332483478 -7518,0,47829.1416355684,26803.5332483478 -7519,0,47829.1416355684,26803.5332483478 -7520,0,47829.1416355684,26803.5332483478 -7521,0,47829.1416355684,26803.5332483478 -7522,0,47829.1416355684,26803.5332483478 -7523,0,47829.1416355684,26803.5332483478 -7524,0,47829.1416355684,26803.5332483478 -7525,0,47829.1416355684,26803.5332483478 -7526,0,47829.1416355684,26803.5332483478 -7527,0,47829.1416355684,26803.5332483478 -7528,0,47829.1416355684,26803.5332483478 -7529,0,47829.1416355684,26803.5332483478 -7530,0,47829.1416355684,26803.5332483478 -7531,0,47829.1416355684,26803.5332483478 -7532,0,47829.1416355684,26803.5332483478 -7533,0,47829.1416355684,26803.5332483478 -7534,0,47829.1416355684,26803.5332483478 -7535,0,47829.1416355684,26803.5332483478 -7536,0,47829.1416355684,26803.5332483478 -7537,0,47829.1416355684,26803.5332483478 -7538,0,47829.1416355684,26803.5332483478 -7539,0,47829.1416355684,26803.5332483478 -7540,0,47829.1416355684,26803.5332483478 -7541,0,47829.1416355684,26803.5332483478 -7542,0,47829.1416355684,26803.5332483478 -7543,0,47829.1416355684,26803.5332483478 -7544,0,47829.1416355684,26803.5332483478 -7545,0,47829.1416355684,26803.5332483478 -7546,0,47829.1416355684,26803.5332483478 -7547,0,47829.1416355684,26803.5332483478 -7548,0,47829.1416355684,26803.5332483478 -7549,0,47829.1416355684,26803.5332483478 -7550,0,47829.1416355684,26803.5332483478 -7551,0,47829.1416355684,26803.5332483478 -7552,0,47829.1416355684,26803.5332483478 -7553,0,47829.1416355684,26803.5332483478 -7554,0,47829.1416355684,26803.5332483478 -7555,0,47829.1416355684,26803.5332483478 -7556,0,47829.1416355684,26803.5332483478 -7557,0,47829.1416355684,26803.5332483478 -7558,0,47829.1416355684,26803.5332483478 -7559,0,47829.1416355684,26803.5332483478 -7560,0,47829.1416355684,26803.5332483478 -7561,0,47829.1416355684,26803.5332483478 -7562,0,47829.1416355684,26803.5332483478 -7563,0,47829.1416355684,26803.5332483478 -7564,0,47829.1416355684,26803.5332483478 -7565,0,47829.1416355684,26803.5332483478 -7566,0,47829.1416355684,26803.5332483478 -7567,0,47829.1416355684,26803.5332483478 -7568,0,47829.1416355684,26803.5332483478 -7569,0,47829.1416355684,26803.5332483478 -7570,0,47829.1416355684,26803.5332483478 -7571,0,47829.1416355684,26803.5332483478 -7572,0,47829.1416355684,26803.5332483478 -7573,0,47829.1416355684,26803.5332483478 -7574,0,47829.1416355684,26803.5332483478 -7575,0,47829.1416355684,26803.5332483478 -7576,0,47829.1416355684,26803.5332483478 -7577,0,47829.1416355684,26803.5332483478 -7578,0,47829.1416355684,26803.5332483478 -7579,0,47829.1416355684,26803.5332483478 -7580,0,47829.1416355684,26803.5332483478 -7581,0,47829.1416355684,26803.5332483478 -7582,0,47829.1416355684,26803.5332483478 -7583,0,47829.1416355684,26803.5332483478 -7584,0,47829.1416355684,26803.5332483478 -7585,0,47829.1416355684,26803.5332483478 -7586,0,47829.1416355684,26803.5332483478 -7587,0,47829.1416355684,26803.5332483478 -7588,0,47829.1416355684,26803.5332483478 -7589,0,47829.1416355684,26803.5332483478 -7590,0,47829.1416355684,26803.5332483478 -7591,0,47829.1416355684,26803.5332483478 -7592,0,47829.1416355684,26803.5332483478 -7593,0,47829.1416355684,26803.5332483478 -7594,0,47829.1416355684,26803.5332483478 -7595,0,47829.1416355684,26803.5332483478 -7596,0,47829.1416355684,26803.5332483478 -7597,0,47829.1416355684,26803.5332483478 -7598,0,47829.1416355684,26803.5332483478 -7599,0,47829.1416355684,26803.5332483478 -7600,0,47829.1416355684,26803.5332483478 -7601,0,47829.1416355684,26803.5332483478 -7602,0,47829.1416355684,26803.5332483478 -7603,0,47829.1416355684,26803.5332483478 -7604,0,47829.1416355684,26803.5332483478 -7605,0,47829.1416355684,26803.5332483478 -7606,0,47829.1416355684,26803.5332483478 -7607,0,47829.1416355684,26803.5332483478 -7608,0,47829.1416355684,26803.5332483478 -7609,0,47829.1416355684,26803.5332483478 -7610,0,47829.1416355684,26803.5332483478 -7611,0,47829.1416355684,26803.5332483478 -7612,0,47829.1416355684,26803.5332483478 -7613,0,47829.1416355684,26803.5332483478 -7614,0,47829.1416355684,26803.5332483478 -7615,0,47829.1416355684,26803.5332483478 -7616,0,47829.1416355684,26803.5332483478 -7617,0,47829.1416355684,26803.5332483478 -7618,0,47829.1416355684,26803.5332483478 -7619,0,47829.1416355684,26803.5332483478 -7620,0,47829.1416355684,26803.5332483478 -7621,0,47829.1416355684,26803.5332483478 -7622,0,47829.1416355684,26803.5332483478 -7623,0,47829.1416355684,26803.5332483478 -7624,0,47829.1416355684,26803.5332483478 -7625,0,47829.1416355684,26803.5332483478 -7626,0,47829.1416355684,26803.5332483478 -7627,0,47829.1416355684,26803.5332483478 -7628,0,47829.1416355684,26803.5332483478 -7629,0,47829.1416355684,26803.5332483478 -7630,0,47829.1416355684,26803.5332483478 -7631,0,47829.1416355684,26803.5332483478 -7632,0,47829.1416355684,26803.5332483478 -7633,0,47829.1416355684,26803.5332483478 -7634,0,47829.1416355684,26803.5332483478 -7635,0,47829.1416355684,26803.5332483478 -7636,0,47829.1416355684,26803.5332483478 -7637,0,47829.1416355684,26803.5332483478 -7638,0,47829.1416355684,26803.5332483478 -7639,0,47829.1416355684,26803.5332483478 -7640,0,47829.1416355684,26803.5332483478 -7641,0,47829.1416355684,26803.5332483478 -7642,0,47829.1416355684,26803.5332483478 -7643,0,47829.1416355684,26803.5332483478 -7644,0,47829.1416355684,26803.5332483478 -7645,0,47829.1416355684,26803.5332483478 -7646,0,47829.1416355684,26803.5332483478 -7647,0,47829.1416355684,26803.5332483478 -7648,0,47829.1416355684,26803.5332483478 -7649,0,47829.1416355684,26803.5332483478 -7650,0,47829.1416355684,26803.5332483478 -7651,0,47829.1416355684,26803.5332483478 -7652,0,47829.1416355684,26803.5332483478 -7653,0,47829.1416355684,26803.5332483478 -7654,0,47829.1416355684,26803.5332483478 -7655,0,47829.1416355684,26803.5332483478 -7656,0,47829.1416355684,26803.5332483478 -7657,0,47829.1416355684,26803.5332483478 -7658,0,47829.1416355684,26803.5332483478 -7659,0,47829.1416355684,26803.5332483478 -7660,0,47829.1416355684,26803.5332483478 -7661,0,47829.1416355684,26803.5332483478 -7662,0,47829.1416355684,26803.5332483478 -7663,0,47829.1416355684,26803.5332483478 -7664,0,47829.1416355684,26803.5332483478 -7665,0,47829.1416355684,26803.5332483478 -7666,0,47829.1416355684,26803.5332483478 -7667,0,47829.1416355684,26803.5332483478 -7668,0,47829.1416355684,26803.5332483478 -7669,0,47829.1416355684,26803.5332483478 -7670,0,47829.1416355684,26803.5332483478 -7671,0,47829.1416355684,26803.5332483478 -7672,0,47829.1416355684,26803.5332483478 -7673,0,47829.1416355684,26803.5332483478 -7674,0,47829.1416355684,26803.5332483478 -7675,0,47829.1416355684,26803.5332483478 -7676,0,47829.1416355684,26803.5332483478 -7677,0,47829.1416355684,26803.5332483478 -7678,0,47829.1416355684,26803.5332483478 -7679,0,47829.1416355684,26803.5332483478 -7680,0,47829.1416355684,26803.5332483478 -7681,0,47829.1416355684,26803.5332483478 -7682,0,47829.1416355684,26803.5332483478 -7683,0,47829.1416355684,26803.5332483478 -7684,0,47829.1416355684,26803.5332483478 -7685,0,47829.1416355684,26803.5332483478 -7686,0,47829.1416355684,26803.5332483478 -7687,0,47829.1416355684,26803.5332483478 -7688,0,47829.1416355684,26803.5332483478 -7689,0,47829.1416355684,26803.5332483478 -7690,0,47829.1416355684,26803.5332483478 -7691,0,47829.1416355684,26803.5332483478 -7692,0,47829.1416355684,26803.5332483478 -7693,0,47829.1416355684,26803.5332483478 -7694,0,47829.1416355684,26803.5332483478 -7695,0,47829.1416355684,26803.5332483478 -7696,0,47829.1416355684,26803.5332483478 -7697,0,47829.1416355684,26803.5332483478 -7698,0,47829.1416355684,26803.5332483478 -7699,0,47829.1416355684,26803.5332483478 -7700,0,47829.1416355684,26803.5332483478 -7701,0,47829.1416355684,26803.5332483478 -7702,0,47829.1416355684,26803.5332483478 -7703,0,47829.1416355684,26803.5332483478 -7704,0,47829.1416355684,26803.5332483478 -7705,0,47829.1416355684,26803.5332483478 -7706,0,47829.1416355684,26803.5332483478 -7707,0,47829.1416355684,26803.5332483478 -7708,0,47829.1416355684,26803.5332483478 -7709,0,47829.1416355684,26803.5332483478 -7710,0,47829.1416355684,26803.5332483478 -7711,0,47829.1416355684,26803.5332483478 -7712,0,47829.1416355684,26803.5332483478 -7713,0,47829.1416355684,26803.5332483478 -7714,0,47829.1416355684,26803.5332483478 -7715,0,47829.1416355684,26803.5332483478 -7716,0,47829.1416355684,26803.5332483478 -7717,0,47829.1416355684,26803.5332483478 -7718,0,47829.1416355684,26803.5332483478 -7719,0,47829.1416355684,26803.5332483478 -7720,0,47829.1416355684,26803.5332483478 -7721,0,47829.1416355684,26803.5332483478 -7722,0,47829.1416355684,26803.5332483478 -7723,0,47829.1416355684,26803.5332483478 -7724,0,47829.1416355684,26803.5332483478 -7725,0,47829.1416355684,26803.5332483478 -7726,0,47829.1416355684,26803.5332483478 -7727,0,47829.1416355684,26803.5332483478 -7728,0,47829.1416355684,26803.5332483478 -7729,0,47829.1416355684,26803.5332483478 -7730,0,47829.1416355684,26803.5332483478 -7731,0,47829.1416355684,26803.5332483478 -7732,0,47829.1416355684,26803.5332483478 -7733,0,47829.1416355684,26803.5332483478 -7734,0,47829.1416355684,26803.5332483478 -7735,0,47829.1416355684,26803.5332483478 -7736,0,47829.1416355684,26803.5332483478 -7737,0,47829.1416355684,26803.5332483478 -7738,0,47829.1416355684,26803.5332483478 -7739,0,47829.1416355684,26803.5332483478 -7740,0,47829.1416355684,26803.5332483478 -7741,0,47829.1416355684,26803.5332483478 -7742,0,47829.1416355684,26803.5332483478 -7743,0,47829.1416355684,26803.5332483478 -7744,0,47829.1416355684,26803.5332483478 -7745,0,47829.1416355684,26803.5332483478 -7746,0,47829.1416355684,26803.5332483478 -7747,0,47829.1416355684,26803.5332483478 -7748,0,47829.1416355684,26803.5332483478 -7749,0,47829.1416355684,26803.5332483478 -7750,0,47829.1416355684,26803.5332483478 -7751,0,47829.1416355684,26803.5332483478 -7752,0,47829.1416355684,26803.5332483478 -7753,0,47829.1416355684,26803.5332483478 -7754,0,47829.1416355684,26803.5332483478 -7755,0,47829.1416355684,26803.5332483478 -7756,0,47829.1416355684,26803.5332483478 -7757,0,47829.1416355684,26803.5332483478 -7758,0,47829.1416355684,26803.5332483478 -7759,0,47829.1416355684,26803.5332483478 -7760,0,47829.1416355684,26803.5332483478 -7761,0,47829.1416355684,26803.5332483478 -7762,0,47829.1416355684,26803.5332483478 -7763,0,47829.1416355684,26803.5332483478 -7764,0,47829.1416355684,26803.5332483478 -7765,0,47829.1416355684,26803.5332483478 -7766,0,47829.1416355684,26803.5332483478 -7767,0,47829.1416355684,26803.5332483478 -7768,0,47829.1416355684,26803.5332483478 -7769,0,47829.1416355684,26803.5332483478 -7770,0,47829.1416355684,26803.5332483478 -7771,0,47829.1416355684,26803.5332483478 -7772,0,47829.1416355684,26803.5332483478 -7773,0,47829.1416355684,26803.5332483478 -7774,0,47829.1416355684,26803.5332483478 -7775,0,47829.1416355684,26803.5332483478 -7776,0,47829.1416355684,26803.5332483478 -7777,0,47829.1416355684,26803.5332483478 -7778,0,47829.1416355684,26803.5332483478 -7779,0,47829.1416355684,26803.5332483478 -7780,0,47829.1416355684,26803.5332483478 -7781,0,47829.1416355684,26803.5332483478 -7782,0,47829.1416355684,26803.5332483478 -7783,0,47829.1416355684,26803.5332483478 -7784,0,47829.1416355684,26803.5332483478 -7785,0,47829.1416355684,26803.5332483478 -7786,0,47829.1416355684,26803.5332483478 -7787,0,47829.1416355684,26803.5332483478 -7788,0,47829.1416355684,26803.5332483478 -7789,0,47829.1416355684,26803.5332483478 -7790,0,47829.1416355684,26803.5332483478 -7791,0,47829.1416355684,26803.5332483478 -7792,0,47829.1416355684,26803.5332483478 -7793,0,47829.1416355684,26803.5332483478 -7794,0,47829.1416355684,26803.5332483478 -7795,0,47829.1416355684,26803.5332483478 -7796,0,47829.1416355684,26803.5332483478 -7797,0,47829.1416355684,26803.5332483478 -7798,0,47829.1416355684,26803.5332483478 -7799,0,47829.1416355684,26803.5332483478 -7800,0,47829.1416355684,26803.5332483478 -7801,0,47829.1416355684,26803.5332483478 -7802,0,47829.1416355684,26803.5332483478 -7803,0,47829.1416355684,26803.5332483478 -7804,0,47829.1416355684,26803.5332483478 -7805,0,47829.1416355684,26803.5332483478 -7806,0,47829.1416355684,26803.5332483478 -7807,0,47829.1416355684,26803.5332483478 -7808,0,47829.1416355684,26803.5332483478 -7809,0,47829.1416355684,26803.5332483478 -7810,0,47829.1416355684,26803.5332483478 -7811,0,47829.1416355684,26803.5332483478 -7812,0,47829.1416355684,26803.5332483478 -7813,0,47829.1416355684,26803.5332483478 -7814,0,47829.1416355684,26803.5332483478 -7815,0,47829.1416355684,26803.5332483478 -7816,0,47829.1416355684,26803.5332483478 -7817,0,47829.1416355684,26803.5332483478 -7818,0,47829.1416355684,26803.5332483478 -7819,0,47829.1416355684,26803.5332483478 -7820,0,47829.1416355684,26803.5332483478 -7821,0,47829.1416355684,26803.5332483478 -7822,0,47829.1416355684,26803.5332483478 -7823,0,47829.1416355684,26803.5332483478 -7824,0,47829.1416355684,26803.5332483478 -7825,0,47829.1416355684,26803.5332483478 -7826,0,47829.1416355684,26803.5332483478 -7827,0,47829.1416355684,26803.5332483478 -7828,0,47829.1416355684,26803.5332483478 -7829,0,47829.1416355684,26803.5332483478 -7830,0,47829.1416355684,26803.5332483478 -7831,0,47829.1416355684,26803.5332483478 -7832,0,47829.1416355684,26803.5332483478 -7833,0,47829.1416355684,26803.5332483478 -7834,0,47829.1416355684,26803.5332483478 -7835,0,47829.1416355684,26803.5332483478 -7836,0,47829.1416355684,26803.5332483478 -7837,0,47829.1416355684,26803.5332483478 -7838,0,47829.1416355684,26803.5332483478 -7839,0,47829.1416355684,26803.5332483478 -7840,0,47829.1416355684,26803.5332483478 -7841,0,47829.1416355684,26803.5332483478 -7842,0,47829.1416355684,26803.5332483478 -7843,0,47829.1416355684,26803.5332483478 -7844,0,47829.1416355684,26803.5332483478 -7845,0,47829.1416355684,26803.5332483478 -7846,0,47829.1416355684,26803.5332483478 -7847,0,47829.1416355684,26803.5332483478 -7848,0,47829.1416355684,26803.5332483478 -7849,0,47829.1416355684,26803.5332483478 -7850,0,47829.1416355684,26803.5332483478 -7851,0,47829.1416355684,26803.5332483478 -7852,0,47829.1416355684,26803.5332483478 -7853,0,47829.1416355684,26803.5332483478 -7854,0,47829.1416355684,26803.5332483478 -7855,0,47829.1416355684,26803.5332483478 -7856,0,47829.1416355684,26803.5332483478 -7857,0,47829.1416355684,26803.5332483478 -7858,0,47829.1416355684,26803.5332483478 -7859,0,47829.1416355684,26803.5332483478 -7860,0,47829.1416355684,26803.5332483478 -7861,0,47829.1416355684,26803.5332483478 -7862,0,47829.1416355684,26803.5332483478 -7863,0,47829.1416355684,26803.5332483478 -7864,0,47829.1416355684,26803.5332483478 -7865,0,47829.1416355684,26803.5332483478 -7866,0,47829.1416355684,26803.5332483478 -7867,0,47829.1416355684,26803.5332483478 -7868,0,47829.1416355684,26803.5332483478 -7869,0,47829.1416355684,26803.5332483478 -7870,0,47829.1416355684,26803.5332483478 -7871,0,47829.1416355684,26803.5332483478 -7872,0,47829.1416355684,26803.5332483478 -7873,0,47829.1416355684,26803.5332483478 -7874,0,47829.1416355684,26803.5332483478 -7875,0,47829.1416355684,26803.5332483478 -7876,0,47829.1416355684,26803.5332483478 -7877,0,47829.1416355684,26803.5332483478 -7878,0,47829.1416355684,26803.5332483478 -7879,0,47829.1416355684,26803.5332483478 -7880,0,47829.1416355684,26803.5332483478 -7881,0,47829.1416355684,26803.5332483478 -7882,0,47829.1416355684,26803.5332483478 -7883,0,47829.1416355684,26803.5332483478 -7884,0,47829.1416355684,26803.5332483478 -7885,0,47829.1416355684,26803.5332483478 -7886,0,47829.1416355684,26803.5332483478 -7887,0,47829.1416355684,26803.5332483478 -7888,0,47829.1416355684,26803.5332483478 -7889,0,47829.1416355684,26803.5332483478 -7890,0,47829.1416355684,26803.5332483478 -7891,0,47829.1416355684,26803.5332483478 -7892,0,47829.1416355684,26803.5332483478 -7893,0,47829.1416355684,26803.5332483478 -7894,0,47829.1416355684,26803.5332483478 -7895,0,47829.1416355684,26803.5332483478 -7896,0,47829.1416355684,26803.5332483478 -7897,0,47829.1416355684,26803.5332483478 -7898,0,47829.1416355684,26803.5332483478 -7899,0,47829.1416355684,26803.5332483478 -7900,0,47829.1416355684,26803.5332483478 -7901,0,47829.1416355684,26803.5332483478 -7902,0,47829.1416355684,26803.5332483478 -7903,0,47829.1416355684,26803.5332483478 -7904,0,47829.1416355684,26803.5332483478 -7905,0,47829.1416355684,26803.5332483478 -7906,0,47829.1416355684,26803.5332483478 -7907,0,47829.1416355684,26803.5332483478 -7908,0,47829.1416355684,26803.5332483478 -7909,0,47829.1416355684,26803.5332483478 -7910,0,47829.1416355684,26803.5332483478 -7911,0,47829.1416355684,26803.5332483478 -7912,0,47829.1416355684,26803.5332483478 -7913,0,47829.1416355684,26803.5332483478 -7914,0,47829.1416355684,26803.5332483478 -7915,0,47829.1416355684,26803.5332483478 -7916,0,47829.1416355684,26803.5332483478 -7917,0,47829.1416355684,26803.5332483478 -7918,0,47829.1416355684,26803.5332483478 -7919,0,47829.1416355684,26803.5332483478 -7920,0,47829.1416355684,26803.5332483478 -7921,0,47829.1416355684,26803.5332483478 -7922,0,47829.1416355684,26803.5332483478 -7923,0,47829.1416355684,26803.5332483478 -7924,0,47829.1416355684,26803.5332483478 -7925,0,47829.1416355684,26803.5332483478 -7926,0,47829.1416355684,26803.5332483478 -7927,0,47829.1416355684,26803.5332483478 -7928,0,47829.1416355684,26803.5332483478 -7929,0,47829.1416355684,26803.5332483478 -7930,0,47829.1416355684,26803.5332483478 -7931,0,47829.1416355684,26803.5332483478 -7932,0,47829.1416355684,26803.5332483478 -7933,0,47829.1416355684,26803.5332483478 -7934,0,47829.1416355684,26803.5332483478 -7935,0,47829.1416355684,26803.5332483478 -7936,0,47829.1416355684,26803.5332483478 -7937,0,47829.1416355684,26803.5332483478 -7938,0,47829.1416355684,26803.5332483478 -7939,0,47829.1416355684,26803.5332483478 -7940,0,47829.1416355684,26803.5332483478 -7941,0,47829.1416355684,26803.5332483478 -7942,0,47829.1416355684,26803.5332483478 -7943,0,47829.1416355684,26803.5332483478 -7944,0,47829.1416355684,26803.5332483478 -7945,0,47829.1416355684,26803.5332483478 -7946,0,47829.1416355684,26803.5332483478 -7947,0,47829.1416355684,26803.5332483478 -7948,0,47829.1416355684,26803.5332483478 -7949,0,47829.1416355684,26803.5332483478 -7950,0,47829.1416355684,26803.5332483478 -7951,0,47829.1416355684,26803.5332483478 -7952,0,47829.1416355684,26803.5332483478 -7953,0,47829.1416355684,26803.5332483478 -7954,0,47829.1416355684,26803.5332483478 -7955,0,47829.1416355684,26803.5332483478 -7956,0,47829.1416355684,26803.5332483478 -7957,0,47829.1416355684,26803.5332483478 -7958,0,47829.1416355684,26803.5332483478 -7959,0,47829.1416355684,26803.5332483478 -7960,0,47829.1416355684,26803.5332483478 -7961,0,47829.1416355684,26803.5332483478 -7962,0,47829.1416355684,26803.5332483478 -7963,0,47829.1416355684,26803.5332483478 -7964,0,47829.1416355684,26803.5332483478 -7965,0,47829.1416355684,26803.5332483478 -7966,0,47829.1416355684,26803.5332483478 -7967,0,47829.1416355684,26803.5332483478 -7968,0,47829.1416355684,26803.5332483478 -7969,0,47829.1416355684,26803.5332483478 -7970,0,47829.1416355684,26803.5332483478 -7971,0,47829.1416355684,26803.5332483478 -7972,0,47829.1416355684,26803.5332483478 -7973,0,47829.1416355684,26803.5332483478 -7974,0,47829.1416355684,26803.5332483478 -7975,0,47829.1416355684,26803.5332483478 -7976,0,47829.1416355684,26803.5332483478 -7977,0,47829.1416355684,26803.5332483478 -7978,0,47829.1416355684,26803.5332483478 -7979,0,47829.1416355684,26803.5332483478 -7980,0,47829.1416355684,26803.5332483478 -7981,0,47829.1416355684,26803.5332483478 -7982,0,47829.1416355684,26803.5332483478 -7983,0,47829.1416355684,26803.5332483478 -7984,0,47829.1416355684,26803.5332483478 -7985,0,47829.1416355684,26803.5332483478 -7986,0,47829.1416355684,26803.5332483478 -7987,0,47829.1416355684,26803.5332483478 -7988,0,47829.1416355684,26803.5332483478 -7989,0,47829.1416355684,26803.5332483478 -7990,0,47829.1416355684,26803.5332483478 -7991,0,47829.1416355684,26803.5332483478 -7992,0,47829.1416355684,26803.5332483478 -7993,0,47829.1416355684,26803.5332483478 -7994,0,47829.1416355684,26803.5332483478 -7995,0,47829.1416355684,26803.5332483478 -7996,0,47829.1416355684,26803.5332483478 -7997,0,47829.1416355684,26803.5332483478 -7998,0,47829.1416355684,26803.5332483478 -7999,0,47829.1416355684,26803.5332483478 -8000,0,47829.1416355684,26803.5332483478 -8001,0,47829.1416355684,26803.5332483478 -8002,0,47829.1416355684,26803.5332483478 -8003,0,47829.1416355684,26803.5332483478 -8004,0,47829.1416355684,26803.5332483478 -8005,0,47829.1416355684,26803.5332483478 -8006,0,47829.1416355684,26803.5332483478 -8007,0,47829.1416355684,26803.5332483478 -8008,0,47829.1416355684,26803.5332483478 -8009,0,47829.1416355684,26803.5332483478 -8010,0,47829.1416355684,26803.5332483478 -8011,0,47829.1416355684,26803.5332483478 -8012,0,47829.1416355684,26803.5332483478 -8013,0,47829.1416355684,26803.5332483478 -8014,0,47829.1416355684,26803.5332483478 -8015,0,47829.1416355684,26803.5332483478 -8016,0,47829.1416355684,26803.5332483478 -8017,0,47829.1416355684,26803.5332483478 -8018,0,47829.1416355684,26803.5332483478 -8019,0,47829.1416355684,26803.5332483478 -8020,0,47829.1416355684,26803.5332483478 -8021,0,47829.1416355684,26803.5332483478 -8022,0,47829.1416355684,26803.5332483478 -8023,0,47829.1416355684,26803.5332483478 -8024,0,47829.1416355684,26803.5332483478 -8025,0,47829.1416355684,26803.5332483478 -8026,0,47829.1416355684,26803.5332483478 -8027,0,47829.1416355684,26803.5332483478 -8028,0,47829.1416355684,26803.5332483478 -8029,0,47829.1416355684,26803.5332483478 -8030,0,47829.1416355684,26803.5332483478 -8031,0,47829.1416355684,26803.5332483478 -8032,0,47829.1416355684,26803.5332483478 -8033,0,47829.1416355684,26803.5332483478 -8034,0,47829.1416355684,26803.5332483478 -8035,0,47829.1416355684,26803.5332483478 -8036,0,47829.1416355684,26803.5332483478 -8037,0,47829.1416355684,26803.5332483478 -8038,0,47829.1416355684,26803.5332483478 -8039,0,47829.1416355684,26803.5332483478 -8040,0,47829.1416355684,26803.5332483478 -8041,0,47829.1416355684,26803.5332483478 -8042,0,47829.1416355684,26803.5332483478 -8043,0,47829.1416355684,26803.5332483478 -8044,0,47829.1416355684,26803.5332483478 -8045,0,47829.1416355684,26803.5332483478 -8046,0,47829.1416355684,26803.5332483478 -8047,0,47829.1416355684,26803.5332483478 -8048,0,47829.1416355684,26803.5332483478 -8049,0,47829.1416355684,26803.5332483478 -8050,0,47829.1416355684,26803.5332483478 -8051,0,47829.1416355684,26803.5332483478 -8052,0,47829.1416355684,26803.5332483478 -8053,0,47829.1416355684,26803.5332483478 -8054,0,47829.1416355684,26803.5332483478 -8055,0,47829.1416355684,26803.5332483478 -8056,0,47829.1416355684,26803.5332483478 -8057,0,47829.1416355684,26803.5332483478 -8058,0,47829.1416355684,26803.5332483478 -8059,0,47829.1416355684,26803.5332483478 -8060,0,47829.1416355684,26803.5332483478 -8061,0,47829.1416355684,26803.5332483478 -8062,0,47829.1416355684,26803.5332483478 -8063,0,47829.1416355684,26803.5332483478 -8064,0,47829.1416355684,26803.5332483478 -8065,0,47829.1416355684,26803.5332483478 -8066,0,47829.1416355684,26803.5332483478 -8067,0,47829.1416355684,26803.5332483478 -8068,0,47829.1416355684,26803.5332483478 -8069,0,47829.1416355684,26803.5332483478 -8070,0,47829.1416355684,26803.5332483478 -8071,0,47829.1416355684,26803.5332483478 -8072,0,47829.1416355684,26803.5332483478 -8073,0,47829.1416355684,26803.5332483478 -8074,0,47829.1416355684,26803.5332483478 -8075,0,47829.1416355684,26803.5332483478 -8076,0,47829.1416355684,26803.5332483478 -8077,0,47829.1416355684,26803.5332483478 -8078,0,47829.1416355684,26803.5332483478 -8079,0,47829.1416355684,26803.5332483478 -8080,0,47829.1416355684,26803.5332483478 -8081,0,47829.1416355684,26803.5332483478 -8082,0,47829.1416355684,26803.5332483478 -8083,0,47829.1416355684,26803.5332483478 -8084,0,47829.1416355684,26803.5332483478 -8085,0,47829.1416355684,26803.5332483478 -8086,0,47829.1416355684,26803.5332483478 -8087,0,47829.1416355684,26803.5332483478 -8088,0,47829.1416355684,26803.5332483478 -8089,0,47829.1416355684,26803.5332483478 -8090,0,47829.1416355684,26803.5332483478 -8091,0,47829.1416355684,26803.5332483478 -8092,0,47829.1416355684,26803.5332483478 -8093,0,47829.1416355684,26803.5332483478 -8094,0,47829.1416355684,26803.5332483478 -8095,0,47829.1416355684,26803.5332483478 -8096,0,47829.1416355684,26803.5332483478 -8097,0,47829.1416355684,26803.5332483478 -8098,0,47829.1416355684,26803.5332483478 -8099,0,47829.1416355684,26803.5332483478 -8100,0,47829.1416355684,26803.5332483478 -8101,0,47829.1416355684,26803.5332483478 -8102,0,47829.1416355684,26803.5332483478 -8103,0,47829.1416355684,26803.5332483478 -8104,0,47829.1416355684,26803.5332483478 -8105,0,47829.1416355684,26803.5332483478 -8106,0,47829.1416355684,26803.5332483478 -8107,0,47829.1416355684,26803.5332483478 -8108,0,47829.1416355684,26803.5332483478 -8109,0,47829.1416355684,26803.5332483478 -8110,0,47829.1416355684,26803.5332483478 -8111,0,47829.1416355684,26803.5332483478 -8112,0,47829.1416355684,26803.5332483478 -8113,0,47829.1416355684,26803.5332483478 -8114,0,47829.1416355684,26803.5332483478 -8115,0,47829.1416355684,26803.5332483478 -8116,0,47829.1416355684,26803.5332483478 -8117,0,47829.1416355684,26803.5332483478 -8118,0,47829.1416355684,26803.5332483478 -8119,0,47829.1416355684,26803.5332483478 -8120,0,47829.1416355684,26803.5332483478 -8121,0,47829.1416355684,26803.5332483478 -8122,0,47829.1416355684,26803.5332483478 -8123,0,47829.1416355684,26803.5332483478 -8124,0,47829.1416355684,26803.5332483478 -8125,0,47829.1416355684,26803.5332483478 -8126,0,47829.1416355684,26803.5332483478 -8127,0,47829.1416355684,26803.5332483478 -8128,0,47829.1416355684,26803.5332483478 -8129,0,47829.1416355684,26803.5332483478 -8130,0,47829.1416355684,26803.5332483478 -8131,0,47829.1416355684,26803.5332483478 -8132,0,47829.1416355684,26803.5332483478 -8133,0,47829.1416355684,26803.5332483478 -8134,0,47829.1416355684,26803.5332483478 -8135,0,47829.1416355684,26803.5332483478 -8136,0,47829.1416355684,26803.5332483478 -8137,0,47829.1416355684,26803.5332483478 -8138,0,47829.1416355684,26803.5332483478 -8139,0,47829.1416355684,26803.5332483478 -8140,0,47829.1416355684,26803.5332483478 -8141,0,47829.1416355684,26803.5332483478 -8142,0,47829.1416355684,26803.5332483478 -8143,0,47829.1416355684,26803.5332483478 -8144,0,47829.1416355684,26803.5332483478 -8145,0,47829.1416355684,26803.5332483478 -8146,0,47829.1416355684,26803.5332483478 -8147,0,47829.1416355684,26803.5332483478 -8148,0,47829.1416355684,26803.5332483478 -8149,0,47829.1416355684,26803.5332483478 -8150,0,47829.1416355684,26803.5332483478 -8151,0,47829.1416355684,26803.5332483478 -8152,0,47829.1416355684,26803.5332483478 -8153,0,47829.1416355684,26803.5332483478 -8154,0,47829.1416355684,26803.5332483478 -8155,0,47829.1416355684,26803.5332483478 -8156,0,47829.1416355684,26803.5332483478 -8157,0,47829.1416355684,26803.5332483478 -8158,0,47829.1416355684,26803.5332483478 -8159,0,47829.1416355684,26803.5332483478 -8160,0,47829.1416355684,26803.5332483478 -8161,0,47829.1416355684,26803.5332483478 -8162,0,47829.1416355684,26803.5332483478 -8163,0,47829.1416355684,26803.5332483478 -8164,0,47829.1416355684,26803.5332483478 -8165,0,47829.1416355684,26803.5332483478 -8166,0,47829.1416355684,26803.5332483478 -8167,0,47829.1416355684,26803.5332483478 -8168,0,47829.1416355684,26803.5332483478 -8169,0,47829.1416355684,26803.5332483478 -8170,0,47829.1416355684,26803.5332483478 -8171,0,47829.1416355684,26803.5332483478 -8172,0,47829.1416355684,26803.5332483478 -8173,0,47829.1416355684,26803.5332483478 -8174,0,47829.1416355684,26803.5332483478 -8175,0,47829.1416355684,26803.5332483478 -8176,0,47829.1416355684,26803.5332483478 -8177,0,47829.1416355684,26803.5332483478 -8178,0,47829.1416355684,26803.5332483478 -8179,0,47829.1416355684,26803.5332483478 -8180,0,47829.1416355684,26803.5332483478 -8181,0,47829.1416355684,26803.5332483478 -8182,0,47829.1416355684,26803.5332483478 -8183,0,47829.1416355684,26803.5332483478 -8184,0,47829.1416355684,26803.5332483478 -8185,0,47829.1416355684,26803.5332483478 -8186,0,47829.1416355684,26803.5332483478 -8187,0,47829.1416355684,26803.5332483478 -8188,0,47829.1416355684,26803.5332483478 -8189,0,47829.1416355684,26803.5332483478 -8190,0,47829.1416355684,26803.5332483478 -8191,0,47829.1416355684,26803.5332483478 -8192,0,47829.1416355684,26803.5332483478 -8193,0,47829.1416355684,26803.5332483478 -8194,0,47829.1416355684,26803.5332483478 -8195,0,47829.1416355684,26803.5332483478 -8196,0,47829.1416355684,26803.5332483478 -8197,0,47829.1416355684,26803.5332483478 -8198,0,47829.1416355684,26803.5332483478 -8199,0,47829.1416355684,26803.5332483478 -8200,0,47829.1416355684,26803.5332483478 -8201,0,47829.1416355684,26803.5332483478 -8202,0,47829.1416355684,26803.5332483478 -8203,0,47829.1416355684,26803.5332483478 -8204,0,47829.1416355684,26803.5332483478 -8205,0,47829.1416355684,26803.5332483478 -8206,0,47829.1416355684,26803.5332483478 -8207,0,47829.1416355684,26803.5332483478 -8208,0,47829.1416355684,26803.5332483478 -8209,0,47829.1416355684,26803.5332483478 -8210,0,47829.1416355684,26803.5332483478 -8211,0,47829.1416355684,26803.5332483478 -8212,0,47829.1416355684,26803.5332483478 -8213,0,47829.1416355684,26803.5332483478 -8214,0,47829.1416355684,26803.5332483478 -8215,0,47829.1416355684,26803.5332483478 -8216,0,47829.1416355684,26803.5332483478 -8217,0,47829.1416355684,26803.5332483478 -8218,0,47829.1416355684,26803.5332483478 -8219,0,47829.1416355684,26803.5332483478 -8220,0,47829.1416355684,26803.5332483478 -8221,0,47829.1416355684,26803.5332483478 -8222,0,47829.1416355684,26803.5332483478 -8223,0,47829.1416355684,26803.5332483478 -8224,0,47829.1416355684,26803.5332483478 -8225,0,47829.1416355684,26803.5332483478 -8226,0,47829.1416355684,26803.5332483478 -8227,0,47829.1416355684,26803.5332483478 -8228,0,47829.1416355684,26803.5332483478 -8229,0,47829.1416355684,26803.5332483478 -8230,0,47829.1416355684,26803.5332483478 -8231,0,47829.1416355684,26803.5332483478 -8232,0,47829.1416355684,26803.5332483478 -8233,0,47829.1416355684,26803.5332483478 -8234,0,47829.1416355684,26803.5332483478 -8235,0,47829.1416355684,26803.5332483478 -8236,0,47829.1416355684,26803.5332483478 -8237,0,47829.1416355684,26803.5332483478 -8238,0,47829.1416355684,26803.5332483478 -8239,0,47829.1416355684,26803.5332483478 -8240,0,47829.1416355684,26803.5332483478 -8241,0,47829.1416355684,26803.5332483478 -8242,0,47829.1416355684,26803.5332483478 -8243,0,47829.1416355684,26803.5332483478 -8244,0,47829.1416355684,26803.5332483478 -8245,0,47829.1416355684,26803.5332483478 -8246,0,47829.1416355684,26803.5332483478 -8247,0,47829.1416355684,26803.5332483478 -8248,0,47829.1416355684,26803.5332483478 -8249,0,47829.1416355684,26803.5332483478 -8250,0,47829.1416355684,26803.5332483478 -8251,0,47829.1416355684,26803.5332483478 -8252,0,47829.1416355684,26803.5332483478 -8253,0,47829.1416355684,26803.5332483478 -8254,0,47829.1416355684,26803.5332483478 -8255,0,47829.1416355684,26803.5332483478 -8256,0,47829.1416355684,26803.5332483478 -8257,0,47829.1416355684,26803.5332483478 -8258,0,47829.1416355684,26803.5332483478 -8259,0,47829.1416355684,26803.5332483478 -8260,0,47829.1416355684,26803.5332483478 -8261,0,47829.1416355684,26803.5332483478 -8262,0,47829.1416355684,26803.5332483478 -8263,0,47829.1416355684,26803.5332483478 -8264,0,47829.1416355684,26803.5332483478 -8265,0,47829.1416355684,26803.5332483478 -8266,0,47829.1416355684,26803.5332483478 -8267,0,47829.1416355684,26803.5332483478 -8268,0,47829.1416355684,26803.5332483478 -8269,0,47829.1416355684,26803.5332483478 -8270,0,47829.1416355684,26803.5332483478 -8271,0,47829.1416355684,26803.5332483478 -8272,0,47829.1416355684,26803.5332483478 -8273,0,47829.1416355684,26803.5332483478 -8274,0,47829.1416355684,26803.5332483478 -8275,0,47829.1416355684,26803.5332483478 -8276,0,47829.1416355684,26803.5332483478 -8277,0,47829.1416355684,26803.5332483478 -8278,0,47829.1416355684,26803.5332483478 -8279,0,47829.1416355684,26803.5332483478 -8280,0,47829.1416355684,26803.5332483478 -8281,0,47829.1416355684,26803.5332483478 -8282,0,47829.1416355684,26803.5332483478 -8283,0,47829.1416355684,26803.5332483478 -8284,0,47829.1416355684,26803.5332483478 -8285,0,47829.1416355684,26803.5332483478 -8286,0,47829.1416355684,26803.5332483478 -8287,0,47829.1416355684,26803.5332483478 -8288,0,47829.1416355684,26803.5332483478 -8289,0,47829.1416355684,26803.5332483478 -8290,0,47829.1416355684,26803.5332483478 -8291,0,47829.1416355684,26803.5332483478 -8292,0,47829.1416355684,26803.5332483478 -8293,0,47829.1416355684,26803.5332483478 -8294,0,47829.1416355684,26803.5332483478 -8295,0,47829.1416355684,26803.5332483478 -8296,0,47829.1416355684,26803.5332483478 -8297,0,47829.1416355684,26803.5332483478 -8298,0,47829.1416355684,26803.5332483478 -8299,0,47829.1416355684,26803.5332483478 -8300,0,47829.1416355684,26803.5332483478 -8301,0,47829.1416355684,26803.5332483478 -8302,0,47829.1416355684,26803.5332483478 -8303,0,47829.1416355684,26803.5332483478 -8304,0,47829.1416355684,26803.5332483478 -8305,0,47829.1416355684,26803.5332483478 -8306,0,47829.1416355684,26803.5332483478 -8307,0,47829.1416355684,26803.5332483478 -8308,0,47829.1416355684,26803.5332483478 -8309,0,47829.1416355684,26803.5332483478 -8310,0,47829.1416355684,26803.5332483478 -8311,0,47829.1416355684,26803.5332483478 -8312,0,47829.1416355684,26803.5332483478 -8313,0,47829.1416355684,26803.5332483478 -8314,0,47829.1416355684,26803.5332483478 -8315,0,47829.1416355684,26803.5332483478 -8316,0,47829.1416355684,26803.5332483478 -8317,0,47829.1416355684,26803.5332483478 -8318,0,47829.1416355684,26803.5332483478 -8319,0,47829.1416355684,26803.5332483478 -8320,0,47829.1416355684,26803.5332483478 -8321,0,47829.1416355684,26803.5332483478 -8322,0,47829.1416355684,26803.5332483478 -8323,0,47829.1416355684,26803.5332483478 -8324,0,47829.1416355684,26803.5332483478 -8325,0,47829.1416355684,26803.5332483478 -8326,0,47829.1416355684,26803.5332483478 -8327,0,47829.1416355684,26803.5332483478 -8328,0,47829.1416355684,26803.5332483478 -8329,0,47829.1416355684,26803.5332483478 -8330,0,47829.1416355684,26803.5332483478 -8331,0,47829.1416355684,26803.5332483478 -8332,0,47829.1416355684,26803.5332483478 -8333,0,47829.1416355684,26803.5332483478 -8334,0,47829.1416355684,26803.5332483478 -8335,0,47829.1416355684,26803.5332483478 -8336,0,47829.1416355684,26803.5332483478 -8337,0,47829.1416355684,26803.5332483478 -8338,0,47829.1416355684,26803.5332483478 -8339,0,47829.1416355684,26803.5332483478 -8340,0,47829.1416355684,26803.5332483478 -8341,0,47829.1416355684,26803.5332483478 -8342,0,47829.1416355684,26803.5332483478 -8343,0,47829.1416355684,26803.5332483478 -8344,0,47829.1416355684,26803.5332483478 -8345,0,47829.1416355684,26803.5332483478 -8346,0,47829.1416355684,26803.5332483478 -8347,0,47829.1416355684,26803.5332483478 -8348,0,47829.1416355684,26803.5332483478 -8349,0,47829.1416355684,26803.5332483478 -8350,0,47829.1416355684,26803.5332483478 -8351,0,47829.1416355684,26803.5332483478 -8352,0,47829.1416355684,26803.5332483478 -8353,0,47829.1416355684,26803.5332483478 -8354,0,47829.1416355684,26803.5332483478 -8355,0,47829.1416355684,26803.5332483478 -8356,0,47829.1416355684,26803.5332483478 -8357,0,47829.1416355684,26803.5332483478 -8358,0,47829.1416355684,26803.5332483478 -8359,0,47829.1416355684,26803.5332483478 -8360,0,47829.1416355684,26803.5332483478 -8361,0,47829.1416355684,26803.5332483478 -8362,0,47829.1416355684,26803.5332483478 -8363,0,47829.1416355684,26803.5332483478 -8364,0,47829.1416355684,26803.5332483478 -8365,0,47829.1416355684,26803.5332483478 -8366,0,47829.1416355684,26803.5332483478 -8367,0,47829.1416355684,26803.5332483478 -8368,0,47829.1416355684,26803.5332483478 -8369,0,47829.1416355684,26803.5332483478 -8370,0,47829.1416355684,26803.5332483478 -8371,0,47829.1416355684,26803.5332483478 -8372,0,47829.1416355684,26803.5332483478 -8373,0,47829.1416355684,26803.5332483478 -8374,0,47829.1416355684,26803.5332483478 -8375,0,47829.1416355684,26803.5332483478 -8376,0,47829.1416355684,26803.5332483478 -8377,0,47829.1416355684,26803.5332483478 -8378,0,47829.1416355684,26803.5332483478 -8379,0,47829.1416355684,26803.5332483478 -8380,0,47829.1416355684,26803.5332483478 -8381,0,47829.1416355684,26803.5332483478 -8382,0,47829.1416355684,26803.5332483478 -8383,0,47829.1416355684,26803.5332483478 -8384,0,47829.1416355684,26803.5332483478 -8385,0,47829.1416355684,26803.5332483478 -8386,0,47829.1416355684,26803.5332483478 -8387,0,47829.1416355684,26803.5332483478 -8388,0,47829.1416355684,26803.5332483478 -8389,0,47829.1416355684,26803.5332483478 -8390,0,47829.1416355684,26803.5332483478 -8391,0,47829.1416355684,26803.5332483478 -8392,0,47829.1416355684,26803.5332483478 -8393,0,47829.1416355684,26803.5332483478 -8394,0,47829.1416355684,26803.5332483478 -8395,0,47829.1416355684,26803.5332483478 -8396,0,47829.1416355684,26803.5332483478 -8397,0,47829.1416355684,26803.5332483478 -8398,0,47829.1416355684,26803.5332483478 -8399,0,47829.1416355684,26803.5332483478 -8400,0,47829.1416355684,26803.5332483478 -8401,0,47829.1416355684,26803.5332483478 -8402,0,47829.1416355684,26803.5332483478 -8403,0,47829.1416355684,26803.5332483478 -8404,0,47829.1416355684,26803.5332483478 -8405,0,47829.1416355684,26803.5332483478 -8406,0,47829.1416355684,26803.5332483478 -8407,0,47829.1416355684,26803.5332483478 -8408,0,47829.1416355684,26803.5332483478 -8409,0,47829.1416355684,26803.5332483478 -8410,0,47829.1416355684,26803.5332483478 -8411,0,47829.1416355684,26803.5332483478 -8412,0,47829.1416355684,26803.5332483478 -8413,0,47829.1416355684,26803.5332483478 -8414,0,47829.1416355684,26803.5332483478 -8415,0,47829.1416355684,26803.5332483478 -8416,0,47829.1416355684,26803.5332483478 -8417,0,47829.1416355684,26803.5332483478 -8418,0,47829.1416355684,26803.5332483478 -8419,0,47829.1416355684,26803.5332483478 -8420,0,47829.1416355684,26803.5332483478 -8421,0,47829.1416355684,26803.5332483478 -8422,0,47829.1416355684,26803.5332483478 -8423,0,47829.1416355684,26803.5332483478 -8424,0,47829.1416355684,26803.5332483478 -8425,0,47829.1416355684,26803.5332483478 -8426,0,47829.1416355684,26803.5332483478 -8427,0,47829.1416355684,26803.5332483478 -8428,0,47829.1416355684,26803.5332483478 -8429,0,47829.1416355684,26803.5332483478 -8430,0,47829.1416355684,26803.5332483478 -8431,0,47829.1416355684,26803.5332483478 -8432,0,47829.1416355684,26803.5332483478 -8433,0,47829.1416355684,26803.5332483478 -8434,0,47829.1416355684,26803.5332483478 -8435,0,47829.1416355684,26803.5332483478 -8436,0,47829.1416355684,26803.5332483478 -8437,0,47829.1416355684,26803.5332483478 -8438,0,47829.1416355684,26803.5332483478 -8439,0,47829.1416355684,26803.5332483478 -8440,0,47829.1416355684,26803.5332483478 -8441,0,47829.1416355684,26803.5332483478 -8442,0,47829.1416355684,26803.5332483478 -8443,0,47829.1416355684,26803.5332483478 -8444,0,47829.1416355684,26803.5332483478 -8445,0,47829.1416355684,26803.5332483478 -8446,0,47829.1416355684,26803.5332483478 -8447,0,47829.1416355684,26803.5332483478 -8448,0,47829.1416355684,26803.5332483478 -8449,0,47829.1416355684,26803.5332483478 -8450,0,47829.1416355684,26803.5332483478 -8451,0,47829.1416355684,26803.5332483478 -8452,0,47829.1416355684,26803.5332483478 -8453,0,47829.1416355684,26803.5332483478 -8454,0,47829.1416355684,26803.5332483478 -8455,0,47829.1416355684,26803.5332483478 -8456,0,47829.1416355684,26803.5332483478 -8457,0,47829.1416355684,26803.5332483478 -8458,0,47829.1416355684,26803.5332483478 -8459,0,47829.1416355684,26803.5332483478 -8460,0,47829.1416355684,26803.5332483478 -8461,0,47829.1416355684,26803.5332483478 -8462,0,47829.1416355684,26803.5332483478 -8463,0,47829.1416355684,26803.5332483478 -8464,0,47829.1416355684,26803.5332483478 -8465,0,47829.1416355684,26803.5332483478 -8466,0,47829.1416355684,26803.5332483478 -8467,0,47829.1416355684,26803.5332483478 -8468,0,47829.1416355684,26803.5332483478 -8469,0,47829.1416355684,26803.5332483478 -8470,0,47829.1416355684,26803.5332483478 -8471,0,47829.1416355684,26803.5332483478 -8472,0,47829.1416355684,26803.5332483478 -8473,0,47829.1416355684,26803.5332483478 -8474,0,47829.1416355684,26803.5332483478 -8475,0,47829.1416355684,26803.5332483478 -8476,0,47829.1416355684,26803.5332483478 -8477,0,47829.1416355684,26803.5332483478 -8478,0,47829.1416355684,26803.5332483478 -8479,0,47829.1416355684,26803.5332483478 -8480,0,47829.1416355684,26803.5332483478 -8481,0,47829.1416355684,26803.5332483478 -8482,0,47829.1416355684,26803.5332483478 -8483,0,47829.1416355684,26803.5332483478 -8484,0,47829.1416355684,26803.5332483478 -8485,0,47829.1416355684,26803.5332483478 -8486,0,47829.1416355684,26803.5332483478 -8487,0,47829.1416355684,26803.5332483478 -8488,0,47829.1416355684,26803.5332483478 -8489,0,47829.1416355684,26803.5332483478 -8490,0,47829.1416355684,26803.5332483478 -8491,0,47829.1416355684,26803.5332483478 -8492,0,47829.1416355684,26803.5332483478 -8493,0,47829.1416355684,26803.5332483478 -8494,0,47829.1416355684,26803.5332483478 -8495,0,47829.1416355684,26803.5332483478 -8496,0,47829.1416355684,26803.5332483478 -8497,0,47829.1416355684,26803.5332483478 -8498,0,47829.1416355684,26803.5332483478 -8499,0,47829.1416355684,26803.5332483478 -8500,0,47829.1416355684,26803.5332483478 -8501,0,47829.1416355684,26803.5332483478 -8502,0,47829.1416355684,26803.5332483478 -8503,0,47829.1416355684,26803.5332483478 -8504,0,47829.1416355684,26803.5332483478 -8505,0,47829.1416355684,26803.5332483478 -8506,0,47829.1416355684,26803.5332483478 -8507,0,47829.1416355684,26803.5332483478 -8508,0,47829.1416355684,26803.5332483478 -8509,0,47829.1416355684,26803.5332483478 -8510,0,47829.1416355684,26803.5332483478 -8511,0,47829.1416355684,26803.5332483478 -8512,0,47829.1416355684,26803.5332483478 -8513,0,47829.1416355684,26803.5332483478 -8514,0,47829.1416355684,26803.5332483478 -8515,0,47829.1416355684,26803.5332483478 -8516,0,47829.1416355684,26803.5332483478 -8517,0,47829.1416355684,26803.5332483478 -8518,0,47829.1416355684,26803.5332483478 -8519,0,47829.1416355684,26803.5332483478 -8520,0,47829.1416355684,26803.5332483478 -8521,0,47829.1416355684,26803.5332483478 -8522,0,47829.1416355684,26803.5332483478 -8523,0,47829.1416355684,26803.5332483478 -8524,0,47829.1416355684,26803.5332483478 -8525,0,47829.1416355684,26803.5332483478 -8526,0,47829.1416355684,26803.5332483478 -8527,0,47829.1416355684,26803.5332483478 -8528,0,47829.1416355684,26803.5332483478 -8529,0,47829.1416355684,26803.5332483478 -8530,0,47829.1416355684,26803.5332483478 -8531,0,47829.1416355684,26803.5332483478 -8532,0,47829.1416355684,26803.5332483478 -8533,0,47829.1416355684,26803.5332483478 -8534,0,47829.1416355684,26803.5332483478 -8535,0,47829.1416355684,26803.5332483478 -8536,0,47829.1416355684,26803.5332483478 -8537,0,47829.1416355684,26803.5332483478 -8538,0,47829.1416355684,26803.5332483478 -8539,0,47829.1416355684,26803.5332483478 -8540,0,47829.1416355684,26803.5332483478 -8541,0,47829.1416355684,26803.5332483478 -8542,0,47829.1416355684,26803.5332483478 -8543,0,47829.1416355684,26803.5332483478 -8544,0,47829.1416355684,26803.5332483478 -8545,0,47829.1416355684,26803.5332483478 -8546,0,47829.1416355684,26803.5332483478 -8547,0,47829.1416355684,26803.5332483478 -8548,0,47829.1416355684,26803.5332483478 -8549,0,47829.1416355684,26803.5332483478 -8550,0,47829.1416355684,26803.5332483478 -8551,0,47829.1416355684,26803.5332483478 -8552,0,47829.1416355684,26803.5332483478 -8553,0,47829.1416355684,26803.5332483478 -8554,0,47829.1416355684,26803.5332483478 -8555,0,47829.1416355684,26803.5332483478 -8556,0,47829.1416355684,26803.5332483478 -8557,0,47829.1416355684,26803.5332483478 -8558,0,47829.1416355684,26803.5332483478 -8559,0,47829.1416355684,26803.5332483478 -8560,0,47829.1416355684,26803.5332483478 -8561,0,47829.1416355684,26803.5332483478 -8562,0,47829.1416355684,26803.5332483478 -8563,0,47829.1416355684,26803.5332483478 -8564,0,47829.1416355684,26803.5332483478 -8565,0,47829.1416355684,26803.5332483478 -8566,0,47829.1416355684,26803.5332483478 -8567,0,47829.1416355684,26803.5332483478 -8568,0,47829.1416355684,26803.5332483478 -8569,0,47829.1416355684,26803.5332483478 -8570,0,47829.1416355684,26803.5332483478 -8571,0,47829.1416355684,26803.5332483478 -8572,0,47829.1416355684,26803.5332483478 -8573,0,47829.1416355684,26803.5332483478 -8574,0,47829.1416355684,26803.5332483478 -8575,0,47829.1416355684,26803.5332483478 -8576,0,47829.1416355684,26803.5332483478 -8577,0,47829.1416355684,26803.5332483478 -8578,0,47829.1416355684,26803.5332483478 -8579,0,47829.1416355684,26803.5332483478 -8580,0,47829.1416355684,26803.5332483478 -8581,0,47829.1416355684,26803.5332483478 -8582,0,47829.1416355684,26803.5332483478 -8583,0,47829.1416355684,26803.5332483478 -8584,0,47829.1416355684,26803.5332483478 -8585,0,47829.1416355684,26803.5332483478 -8586,0,47829.1416355684,26803.5332483478 -8587,0,47829.1416355684,26803.5332483478 -8588,0,47829.1416355684,26803.5332483478 -8589,0,47829.1416355684,26803.5332483478 -8590,0,47829.1416355684,26803.5332483478 -8591,0,47829.1416355684,26803.5332483478 -8592,0,47829.1416355684,26803.5332483478 -8593,0,47829.1416355684,26803.5332483478 -8594,0,47829.1416355684,26803.5332483478 -8595,0,47829.1416355684,26803.5332483478 -8596,0,47829.1416355684,26803.5332483478 -8597,0,47829.1416355684,26803.5332483478 -8598,0,47829.1416355684,26803.5332483478 -8599,0,47829.1416355684,26803.5332483478 -8600,0,47829.1416355684,26803.5332483478 -8601,0,47829.1416355684,26803.5332483478 -8602,0,47829.1416355684,26803.5332483478 -8603,0,47829.1416355684,26803.5332483478 -8604,0,47829.1416355684,26803.5332483478 -8605,0,47829.1416355684,26803.5332483478 -8606,0,47829.1416355684,26803.5332483478 -8607,0,47829.1416355684,26803.5332483478 -8608,0,47829.1416355684,26803.5332483478 -8609,0,47829.1416355684,26803.5332483478 -8610,0,47829.1416355684,26803.5332483478 -8611,0,47829.1416355684,26803.5332483478 -8612,0,47829.1416355684,26803.5332483478 -8613,0,47829.1416355684,26803.5332483478 -8614,0,47829.1416355684,26803.5332483478 -8615,0,47829.1416355684,26803.5332483478 -8616,0,47829.1416355684,26803.5332483478 -8617,0,47829.1416355684,26803.5332483478 -8618,0,47829.1416355684,26803.5332483478 -8619,0,47829.1416355684,26803.5332483478 -8620,0,47829.1416355684,26803.5332483478 -8621,0,47829.1416355684,26803.5332483478 -8622,0,47829.1416355684,26803.5332483478 -8623,0,47829.1416355684,26803.5332483478 -8624,0,47829.1416355684,26803.5332483478 -8625,0,47829.1416355684,26803.5332483478 -8626,0,47829.1416355684,26803.5332483478 -8627,0,47829.1416355684,26803.5332483478 -8628,0,47829.1416355684,26803.5332483478 -8629,0,47829.1416355684,26803.5332483478 -8630,0,47829.1416355684,26803.5332483478 -8631,0,47829.1416355684,26803.5332483478 -8632,0,47829.1416355684,26803.5332483478 -8633,0,47829.1416355684,26803.5332483478 -8634,0,47829.1416355684,26803.5332483478 -8635,0,47829.1416355684,26803.5332483478 -8636,0,47829.1416355684,26803.5332483478 -8637,0,47829.1416355684,26803.5332483478 -8638,0,47829.1416355684,26803.5332483478 -8639,0,47829.1416355684,26803.5332483478 -8640,0,47829.1416355684,26803.5332483478 -8641,0,47829.1416355684,26803.5332483478 -8642,0,47829.1416355684,26803.5332483478 -8643,0,47829.1416355684,26803.5332483478 -8644,0,47829.1416355684,26803.5332483478 -8645,0,47829.1416355684,26803.5332483478 -8646,0,47829.1416355684,26803.5332483478 -8647,0,47829.1416355684,26803.5332483478 -8648,0,47829.1416355684,26803.5332483478 -8649,0,47829.1416355684,26803.5332483478 -8650,0,47829.1416355684,26803.5332483478 -8651,0,47829.1416355684,26803.5332483478 -8652,0,47829.1416355684,26803.5332483478 -8653,0,47829.1416355684,26803.5332483478 -8654,0,47829.1416355684,26803.5332483478 -8655,0,47829.1416355684,26803.5332483478 -8656,0,47829.1416355684,26803.5332483478 -8657,0,47829.1416355684,26803.5332483478 -8658,0,47829.1416355684,26803.5332483478 -8659,0,47829.1416355684,26803.5332483478 -8660,0,47829.1416355684,26803.5332483478 -8661,0,47829.1416355684,26803.5332483478 -8662,0,47829.1416355684,26803.5332483478 -8663,0,47829.1416355684,26803.5332483478 -8664,0,47829.1416355684,26803.5332483478 -8665,0,47829.1416355684,26803.5332483478 -8666,0,47829.1416355684,26803.5332483478 -8667,0,47829.1416355684,26803.5332483478 -8668,0,47829.1416355684,26803.5332483478 -8669,0,47829.1416355684,26803.5332483478 -8670,0,47829.1416355684,26803.5332483478 -8671,0,47829.1416355684,26803.5332483478 -8672,0,47829.1416355684,26803.5332483478 -8673,0,47829.1416355684,26803.5332483478 -8674,0,47829.1416355684,26803.5332483478 -8675,0,47829.1416355684,26803.5332483478 -8676,0,47829.1416355684,26803.5332483478 -8677,0,47829.1416355684,26803.5332483478 -8678,0,47829.1416355684,26803.5332483478 -8679,0,47829.1416355684,26803.5332483478 -8680,0,47829.1416355684,26803.5332483478 -8681,0,47829.1416355684,26803.5332483478 -8682,0,47829.1416355684,26803.5332483478 -8683,0,47829.1416355684,26803.5332483478 -8684,0,47829.1416355684,26803.5332483478 -8685,0,47829.1416355684,26803.5332483478 -8686,0,47829.1416355684,26803.5332483478 -8687,0,47829.1416355684,26803.5332483478 -8688,0,47829.1416355684,26803.5332483478 -8689,0,47829.1416355684,26803.5332483478 -8690,0,47829.1416355684,26803.5332483478 -8691,0,47829.1416355684,26803.5332483478 -8692,0,47829.1416355684,26803.5332483478 -8693,0,47829.1416355684,26803.5332483478 -8694,0,47829.1416355684,26803.5332483478 -8695,0,47829.1416355684,26803.5332483478 -8696,0,47829.1416355684,26803.5332483478 -8697,0,47829.1416355684,26803.5332483478 -8698,0,47829.1416355684,26803.5332483478 -8699,0,47829.1416355684,26803.5332483478 -8700,0,47829.1416355684,26803.5332483478 -8701,0,47829.1416355684,26803.5332483478 -8702,0,47829.1416355684,26803.5332483478 -8703,0,47829.1416355684,26803.5332483478 -8704,0,47829.1416355684,26803.5332483478 -8705,0,47829.1416355684,26803.5332483478 -8706,0,47829.1416355684,26803.5332483478 -8707,0,47829.1416355684,26803.5332483478 -8708,0,47829.1416355684,26803.5332483478 -8709,0,47829.1416355684,26803.5332483478 -8710,0,47829.1416355684,26803.5332483478 -8711,0,47829.1416355684,26803.5332483478 -8712,0,47829.1416355684,26803.5332483478 -8713,0,47829.1416355684,26803.5332483478 -8714,0,47829.1416355684,26803.5332483478 -8715,0,47829.1416355684,26803.5332483478 -8716,0,47829.1416355684,26803.5332483478 -8717,0,47829.1416355684,26803.5332483478 -8718,0,47829.1416355684,26803.5332483478 -8719,0,47829.1416355684,26803.5332483478 -8720,0,47829.1416355684,26803.5332483478 -8721,0,47829.1416355684,26803.5332483478 -8722,0,47829.1416355684,26803.5332483478 -8723,0,47829.1416355684,26803.5332483478 -8724,0,47829.1416355684,26803.5332483478 -8725,0,47829.1416355684,26803.5332483478 -8726,0,47829.1416355684,26803.5332483478 -8727,0,47829.1416355684,26803.5332483478 -8728,0,47829.1416355684,26803.5332483478 -8729,0,47829.1416355684,26803.5332483478 -8730,0,47829.1416355684,26803.5332483478 -8731,0,47829.1416355684,26803.5332483478 -8732,0,47829.1416355684,26803.5332483478 -8733,0,47829.1416355684,26803.5332483478 -8734,0,47829.1416355684,26803.5332483478 -8735,0,47829.1416355684,26803.5332483478 -8736,0,47829.1416355684,26803.5332483478 -8737,0,47829.1416355684,26803.5332483478 -8738,0,47829.1416355684,26803.5332483478 -8739,0,47829.1416355684,26803.5332483478 -8740,0,47829.1416355684,26803.5332483478 -8741,0,47829.1416355684,26803.5332483478 -8742,0,47829.1416355684,26803.5332483478 -8743,0,47829.1416355684,26803.5332483478 -8744,0,47829.1416355684,26803.5332483478 -8745,0,47829.1416355684,26803.5332483478 -8746,0,47829.1416355684,26803.5332483478 -8747,0,47829.1416355684,26803.5332483478 -8748,0,47829.1416355684,26803.5332483478 -8749,0,47829.1416355684,26803.5332483478 -8750,0,47829.1416355684,26803.5332483478 -8751,0,47829.1416355684,26803.5332483478 -8752,0,47829.1416355684,26803.5332483478 -8753,0,47829.1416355684,26803.5332483478 -8754,0,47829.1416355684,26803.5332483478 -8755,0,47829.1416355684,26803.5332483478 -8756,0,47829.1416355684,26803.5332483478 -8757,0,47829.1416355684,26803.5332483478 -8758,0,47829.1416355684,26803.5332483478 -8759,0,47829.1416355684,26803.5332483478 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/power_lines.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/power_lines.csv deleted file mode 100644 index 88585f50..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/power_lines.csv +++ /dev/null @@ -1,3 +0,0 @@ -,electrical,electrical -,capacity,efficiency -DE01-DE02,inf,1 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/power_plants.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/power_plants.csv deleted file mode 100644 index 4c17673c..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/power_plants.csv +++ /dev/null @@ -1,87 +0,0 @@ -"[MW], [EUR/MWh], [MWh]",,capacity,count,fuel,efficiency,limit_elec_pp,variable_costs,downtime_factor -DE01,bioenergy - 0.38,856.8,44,bioenergy,0.38,4565894.54592101,1.0,0.1 -DE01,bioenergy - 0.42,7059.5,14732,bioenergy,0.417,37620132.4061384,1.0,0.1 -DE01,bioenergy - 0.45,1.9,1,bioenergy,0.45,10125.6151811974,1.0,0.1 -DE01,hard coal - 0.23,19.0,1,hard coal,0.232,inf,1.3,0.22 -DE01,hard coal - 0.27,120.0,1,hard coal,0.266,inf,1.3,0.22 -DE01,hard coal - 0.32,90.5,3,hard coal,0.321,inf,1.3,0.22 -DE01,hard coal - 0.33,169.5,4,hard coal,0.331,inf,1.3,0.22 -DE01,hard coal - 0.34,734.9,9,hard coal,0.343,inf,1.3,0.22 -DE01,hard coal - 0.35,2643.8,15,hard coal,0.35,inf,1.3,0.22 -DE01,hard coal - 0.36,1412.6,2,hard coal,0.365,inf,1.3,0.22 -DE01,hard coal - 0.37,684.7,4,hard coal,0.372,inf,1.3,0.22 -DE01,hard coal - 0.38,3808.4,11,hard coal,0.381,inf,1.3,0.22 -DE01,hard coal - 0.39,2294.0,7,hard coal,0.39,inf,1.3,0.22 -DE01,hard coal - 0.4,2998.6,16,hard coal,0.4,inf,1.3,0.22 -DE01,hard coal - 0.41,1458.3,6,hard coal,0.408,inf,1.3,0.22 -DE01,hard coal - 0.42,609.4,5,hard coal,0.418,inf,1.3,0.22 -DE01,hard coal - 0.43,796.0,2,hard coal,0.432,inf,1.3,0.22 -DE01,hard coal - 0.44,1508.0,5,hard coal,0.439,inf,1.3,0.22 -DE01,hard coal - 0.45,2843.6,10,hard coal,0.449,inf,1.3,0.22 -DE01,hard coal - 0.46,3643.0,13,hard coal,0.458,inf,1.3,0.22 -DE01,hard coal - 0.47,76.3,2,hard coal,0.47,inf,1.3,0.22 -DE01,hard coal - 0.49,95.0,2,hard coal,0.489,inf,1.3,0.22 -DE01,hard coal - 0.5,27.0,1,hard coal,0.504,inf,1.3,0.22 -DE01,lignite - 0.25,67.0,1,lignite,0.246,inf,1.7,0.13 -DE01,lignite - 0.29,0.0,1,lignite,0.29,inf,1.7,0.13 -DE01,lignite - 0.3,0.0,7,lignite,0.3,inf,1.7,0.13 -DE01,lignite - 0.31,277.5,8,lignite,0.311,inf,1.7,0.13 -DE01,lignite - 0.32,1234.0,5,lignite,0.319,inf,1.7,0.13 -DE01,lignite - 0.33,1182.0,4,lignite,0.331,inf,1.7,0.13 -DE01,lignite - 0.34,2822.0,5,lignite,0.339,inf,1.7,0.13 -DE01,lignite - 0.35,64.5,2,lignite,0.349,inf,1.7,0.13 -DE01,lignite - 0.36,376.3,3,lignite,0.364,inf,1.7,0.13 -DE01,lignite - 0.37,266.3,3,lignite,0.371,inf,1.7,0.13 -DE01,lignite - 0.38,1253.6,9,lignite,0.379,inf,1.7,0.13 -DE01,lignite - 0.39,5050.0,15,lignite,0.39,inf,1.7,0.13 -DE01,lignite - 0.4,4375.0,6,lignite,0.4,inf,1.7,0.13 -DE01,lignite - 0.41,24.6,1,lignite,0.41,inf,1.7,0.13 -DE01,lignite - 0.42,1442.1,4,lignite,0.421,inf,1.7,0.13 -DE01,lignite - 0.43,2774.5,4,lignite,0.429,inf,1.7,0.13 -DE01,natural gas - 0.18,36.0,1,natural gas,0.18,inf,1.5,0.11 -DE01,natural gas - 0.29,47.1,2,natural gas,0.289,inf,1.5,0.11 -DE01,natural gas - 0.3,50.0,1,natural gas,0.305,inf,1.5,0.11 -DE01,natural gas - 0.31,525.4,10,natural gas,0.311,inf,1.5,0.11 -DE01,natural gas - 0.32,375.0,5,natural gas,0.315,inf,1.5,0.11 -DE01,natural gas - 0.33,125.6,3,natural gas,0.329,inf,1.5,0.11 -DE01,natural gas - 0.34,147.0,3,natural gas,0.34,inf,1.5,0.11 -DE01,natural gas - 0.35,954.9,27,natural gas,0.351,inf,1.5,0.11 -DE01,natural gas - 0.36,2884.8,23,natural gas,0.358,inf,1.5,0.11 -DE01,natural gas - 0.37,374.6,16,natural gas,0.371,inf,1.5,0.11 -DE01,natural gas - 0.38,1508.9,40,natural gas,0.381,inf,1.5,0.11 -DE01,natural gas - 0.39,736.7,23,natural gas,0.39,inf,1.5,0.11 -DE01,natural gas - 0.4,1291.6,27,natural gas,0.398,inf,1.5,0.11 -DE01,natural gas - 0.41,170.2,4,natural gas,0.411,inf,1.5,0.11 -DE01,natural gas - 0.42,1984.6,10,natural gas,0.419,inf,1.5,0.11 -DE01,natural gas - 0.43,440.0,1,natural gas,0.432,inf,1.5,0.11 -DE01,natural gas - 0.44,349.0,2,natural gas,0.436,inf,1.5,0.11 -DE01,natural gas - 0.45,518.2,5,natural gas,0.45,inf,1.5,0.11 -DE01,natural gas - 0.46,33.1,4,natural gas,0.458,inf,1.5,0.11 -DE01,natural gas - 0.5,42.0,1,natural gas,0.504,inf,1.5,0.11 -DE01,natural gas - 0.51,527.8,9,natural gas,0.513,inf,1.5,0.11 -DE01,natural gas - 0.52,1241.9,8,natural gas,0.521,inf,1.5,0.11 -DE01,natural gas - 0.53,937.1,5,natural gas,0.529,inf,1.5,0.11 -DE01,natural gas - 0.54,1563.1,9,natural gas,0.541,inf,1.5,0.11 -DE01,natural gas - 0.55,251.5,5,natural gas,0.553,inf,1.5,0.11 -DE01,natural gas - 0.56,1968.9,16,natural gas,0.561,inf,1.5,0.11 -DE01,natural gas - 0.57,1217.0,2,natural gas,0.569,inf,1.5,0.11 -DE01,natural gas - 0.58,3479.4,11,natural gas,0.582,inf,1.5,0.11 -DE01,natural gas - 0.59,868.0,4,natural gas,0.59,inf,1.5,0.11 -DE01,natural gas - 0.6,1039.8,9,natural gas,0.599,inf,1.5,0.11 -DE01,natural gas - 0.61,0.0,3,natural gas,0.61,inf,1.5,0.11 -DE01,nuclear - 0.33,12075.0,9,nuclear,0.33,inf,1.2,0.11 -DE01,oil - 0.3,128.4,2,oil,0.305,inf,1.0,0.15 -DE01,oil - 0.31,503.4,10,oil,0.31,inf,1.0,0.15 -DE01,oil - 0.32,132.2,2,oil,0.319,inf,1.0,0.15 -DE01,oil - 0.33,228.8,5,oil,0.332,inf,1.0,0.15 -DE01,oil - 0.34,44.5,1,oil,0.343,inf,1.0,0.15 -DE01,oil - 0.35,140.0,3,oil,0.353,inf,1.0,0.15 -DE01,oil - 0.36,1690.0,8,oil,0.357,inf,1.0,0.15 -DE01,oil - 0.37,22.8,2,oil,0.369,inf,1.0,0.15 -DE01,oil - 0.38,1257.0,20,oil,0.38,inf,1.0,0.15 -DE01,oil - 0.4,83.8,2,oil,0.397,inf,1.0,0.15 -DE01,other - 0.33,33.4,1,other,0.33,inf,1.0,0.15 -DE01,other - 0.42,2559.9,111,other,0.417,inf,1.0,0.15 -DE01,other - 0.45,42.0,1,other,0.446,inf,1.0,0.15 -DE01,waste - 0.33,1610.2,81,waste,0.33,inf,1.0,0.15 -DE02,bioenergy - 0.42,4.1,6,bioenergy,0.417,21849.4327594259,1.0,0.1 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/storages.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/storages.csv deleted file mode 100644 index 6934c899..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/storages.csv +++ /dev/null @@ -1,2 +0,0 @@ -de02,,energy,energy_inflow,pump,turbine,pump_eff,turbine_eff -DE01,phes,37841.3,417961,6250.5,6593.55,0.862594564913127,0.858755555963563 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/volatile_plants.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/volatile_plants.csv deleted file mode 100644 index bf4e1b22..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/volatile_plants.csv +++ /dev/null @@ -1,7 +0,0 @@ -de02,energy_source_level_2,capacity,count -DE01,geothermal,31.4,11 -DE01,hydro,8735.9,7233 -DE01,solar,36786.5,1675237 -DE01,wind,34007.9,27689 -DE02,solar,5.5,266 -DE02,wind,517.8,27 diff --git a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/volatile_series.csv b/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/volatile_series.csv deleted file mode 100644 index df85ca7b..00000000 --- a/tests/data/deflex_2014_de02_test_csv/de02_co2-price_var-costs_csv/volatile_series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -,DE01,DE01,DE01,DE01,DE02,DE02 -,geothermal,hydro,solar,wind,solar,wind -0,0.5,0.255951455205554,0.0,0.229912771454705,0.0,0.980511238971777 -1,0.5,0.255951455205554,0.0,0.278212661824479,0.0,0.935361816276589 -2,0.5,0.255951455205554,0.0,0.286835449907558,0.0,0.93660211157341 -3,0.5,0.255951455205554,0.0,0.297556593414192,0.0,0.936129503353918 -4,0.5,0.255951455205554,0.0,0.293160878604996,0.0,0.933133027820352 -5,0.5,0.255951455205554,0.0,0.284791566099476,0.0,0.870175556789341 -6,0.5,0.255951455205554,0.0,0.271148404504438,0.0,0.773732870776074 -7,0.5,0.255951455205554,0.0,0.246233826251962,0.0,0.787483705069129 -8,0.5,0.255951455205554,0.0,0.226384925177698,0.0,0.729020837532217 -9,0.5,0.255951455205554,0.000992426698063944,0.215723655263602,0.0,0.754409177706254 -10,0.5,0.255951455205554,0.0397386563785709,0.20344158257641,0.000995731764007919,0.900390168700557 -11,0.5,0.255951455205554,0.104264022556939,0.205195224844894,0.00454219516611818,0.895354621584899 -12,0.5,0.255951455205554,0.162434488226585,0.229247688404903,0.0636334158727096,0.910004148564608 -13,0.5,0.255951455205554,0.193172270709581,0.243314090943368,0.209127540239412,0.908296332118662 -14,0.5,0.255951455205554,0.191414849743409,0.232997274522214,0.31377269383293,0.904037320093358 -15,0.5,0.255951455205554,0.150311645126405,0.214042851982433,0.209426020423805,0.897048996414756 -16,0.5,0.255951455205554,0.0371447169495492,0.226614436206645,0.0,0.905672379417519 -17,0.5,0.255951455205554,0.0,0.25494120844412,0.0,0.909070421935481 -18,0.5,0.255951455205554,0.0,0.291920336877227,0.0,0.915821438264386 -19,0.5,0.255951455205554,0.0,0.334189990427541,0.0,0.917868814148789 -20,0.5,0.255951455205554,0.0,0.371612426993214,0.0,0.921129179125241 -21,0.5,0.255951455205554,0.0,0.40161355491808,0.0,0.925155550965712 -22,0.5,0.255951455205554,0.0,0.427854156489853,0.0,0.931246587271969 -23,0.5,0.255951455205554,0.0,0.468524027632047,0.0,0.937349378226504 -24,0.5,0.255951455205554,0.0,0.515853509711231,0.0,0.945259198894511 -25,0.5,0.255951455205554,0.0,0.552319647724739,0.0,0.961712244980228 -26,0.5,0.255951455205554,0.0,0.581317503944587,0.0,0.259397109478483 -27,0.5,0.255951455205554,0.0,0.605421615891227,0.0,0.982555451679583 -28,0.5,0.255951455205554,0.0,0.622703091710371,0.0,0.987436813269715 -29,0.5,0.255951455205554,0.0,0.629203161843234,0.0,0.992871673797469 -30,0.5,0.255951455205554,0.0,0.625718340388088,0.0,0.993609301636728 -31,0.5,0.255951455205554,0.0,0.616171420784033,0.0,0.992190187327709 -32,0.5,0.255951455205554,0.0,0.595194326694824,0.0,0.99015599482046 -33,0.5,0.255951455205554,0.000890638539651733,0.570810026911787,0.0,0.988456971924523 -34,0.5,0.255951455205554,0.0241971303437021,0.534071958625476,0.000817572412639822,0.983257715804401 -35,0.5,0.255951455205554,0.0568785289868685,0.483786559708161,0.00338945148451729,0.980639786288537 -36,0.5,0.255951455205554,0.082270073154325,0.43011794982863,0.00783959804357798,0.978769894684722 -37,0.5,0.255951455205554,0.0853596041853924,0.375209092913418,0.00694998861885518,0.973077800437632 -38,0.5,0.255951455205554,0.0727759220177505,0.313474915453497,0.00227097376301851,0.947797027448449 -39,0.5,0.255951455205554,0.0397699110055573,0.252284917152467,0.00597183736180241,0.860850479882767 -40,0.5,0.255951455205554,0.00977943666996645,0.226705152814407,0.0,0.785137959019151 -41,0.5,0.255951455205554,1.32328400197319e-07,0.21877427983296,0.0,0.777185269751983 -42,0.5,0.255951455205554,0.0,0.20423731193679,0.0,0.710839043947756 -43,0.5,0.255951455205554,0.0,0.188592073815891,0.0,0.63171915499317 -44,0.5,0.255951455205554,0.0,0.180444528389726,0.0,0.568439539820077 -45,0.5,0.255951455205554,0.0,0.167305013799635,0.0,0.453504162165019 -46,0.5,0.255951455205554,0.0,0.151087375438773,0.0,0.502146656296824 -47,0.5,0.255951455205554,0.0,0.138220571259686,0.0,0.699869240505612 -48,0.5,0.255951455205554,0.0,0.141873900045807,0.0,0.725707261042738 -49,0.5,0.255951455205554,0.0,0.15232545542084,0.0,0.790987037852005 -50,0.5,0.255951455205554,0.0,0.166119110056367,0.0,0.838353565296233 -51,0.5,0.255951455205554,0.0,0.189412580445921,0.0,0.881125087415022 -52,0.5,0.255951455205554,0.0,0.20867241573696,0.0,0.896527692980762 -53,0.5,0.255951455205554,0.0,0.232532995026965,0.0,0.912193105355689 -54,0.5,0.255951455205554,0.0,0.262631977157007,0.0,0.918438880213281 -55,0.5,0.255951455205554,0.0,0.298952819502467,0.0,0.92085081070393 -56,0.5,0.255951455205554,0.0,0.33643019240082,0.0,0.922906850742653 -57,0.5,0.255951455205554,0.00109874825553334,0.370328542838183,0.0,0.9206647887463 -58,0.5,0.255951455205554,0.0422825012508394,0.39645205755209,0.00734222527737817,0.925301582575151 -59,0.5,0.255951455205554,0.0836991708086145,0.419678589040359,0.0369106689132818,0.930263999991752 -60,0.5,0.255951455205554,0.102530584105443,0.428058464613679,0.0442074742906816,0.919248467038965 -61,0.5,0.255951455205554,0.0960381701874793,0.4330948861276,0.0222632384636882,0.908002914487521 -62,0.5,0.255951455205554,0.0743511805628796,0.453149702657955,0.00865934080897608,0.957763471361277 -63,0.5,0.255951455205554,0.0398668663630716,0.471094259230763,0.00236000839905151,0.965768316540677 -64,0.5,0.255951455205554,0.0137989865836844,0.478570378234528,0.000591613835832098,0.971553023956929 -65,0.5,0.255951455205554,2.91918358353628e-06,0.499380658077175,0.0,0.969724442383604 -66,0.5,0.255951455205554,0.0,0.529593989909423,0.0,0.962745961325996 -67,0.5,0.255951455205554,0.0,0.564531598889974,0.0,0.953913299328391 -68,0.5,0.255951455205554,0.0,0.581611746531866,0.0,0.946351593009415 -69,0.5,0.255951455205554,0.0,0.609939336475799,0.0,0.945196156650561 -70,0.5,0.255951455205554,0.0,0.645732005849631,0.0,0.950640352004255 -71,0.5,0.255951455205554,0.0,0.666653005446519,0.0,0.959771138038485 -72,0.5,0.255951455205554,0.0,0.678463840944292,0.0,0.96742759562631 -73,0.5,0.255951455205554,0.0,0.661137233020222,0.0,1.00337280144823 -74,0.5,0.255951455205554,0.0,0.64881151774198,0.0,1.00407262549546 -75,0.5,0.255951455205554,0.0,0.632499171960674,0.0,1.00030695606914 -76,0.5,0.255951455205554,0.0,0.58479410406002,0.0,1.00878207190793 -77,0.5,0.255951455205554,0.0,0.517786666749637,0.0,1.00884453216947 -78,0.5,0.255951455205554,0.0,0.443161316766574,0.0,1.00526355473136 -79,0.5,0.255951455205554,0.0,0.365627436789887,0.0,0.965567869816208 -80,0.5,0.255951455205554,0.0,0.297091645293734,0.0,0.932695651316771 -81,0.5,0.255951455205554,0.000598663030087445,0.25424755429062,0.0,0.94953144973059 -82,0.5,0.255951455205554,0.0371079758654309,0.229960366991642,0.0037081233636912,0.915258112322773 -83,0.5,0.255951455205554,0.103902210253243,0.238898727746902,0.036701367124946,0.958465283924834 -84,0.5,0.255951455205554,0.159372442652965,0.272381189016221,0.290092684998814,0.961367801695799 -85,0.5,0.255951455205554,0.171568255030618,0.294419064138122,0.332455945457277,0.953117489885826 -86,0.5,0.255951455205554,0.144567446084872,0.298475289606118,0.298732038789445,0.942502078154864 -87,0.5,0.255951455205554,0.0806226053934036,0.308999987200461,0.176215794958795,0.918227348275635 -88,0.5,0.255951455205554,0.0123781976044737,0.300810037007297,0.0,0.910326379726985 -89,0.5,0.255951455205554,5.22576618586883e-06,0.28041257541331,0.0,0.910531268704259 -90,0.5,0.255951455205554,0.0,0.266359231606598,0.0,0.915360048837824 -91,0.5,0.255951455205554,0.0,0.269850588417507,0.0,0.916527350571798 -92,0.5,0.255951455205554,0.0,0.276046134041835,0.0,0.92442365981508 -93,0.5,0.255951455205554,0.0,0.268442622382374,0.0,0.920649945368845 -94,0.5,0.255951455205554,0.0,0.234528033066322,0.0,0.932197578990171 -95,0.5,0.255951455205554,0.0,0.198859235804825,0.0,0.931968090376734 -96,0.5,0.255951455205554,0.0,0.169553192443862,0.0,0.912520578249569 -97,0.5,0.255951455205554,0.0,0.132189879222781,0.0,0.836359019481077 -98,0.5,0.255951455205554,0.0,0.104368305047128,0.0,0.70924666077597 -99,0.5,0.255951455205554,0.0,0.0919107813326645,0.0,0.688850685556086 -100,0.5,0.255951455205554,0.0,0.0879902361400249,0.0,0.423979739242597 -101,0.5,0.255951455205554,0.0,0.0816645880955254,0.0,0.460381314667423 -102,0.5,0.255951455205554,0.0,0.0858284380628919,0.0,0.379010834099872 -103,0.5,0.255951455205554,0.0,0.112430665260526,0.0,0.462643787094492 -104,0.5,0.255951455205554,0.0,0.146192444533266,0.0,0.501539597857483 -105,0.5,0.255951455205554,0.000331114049425054,0.183959070191785,0.0,0.573095265276035 -106,0.5,0.255951455205554,0.0122049495597328,0.243897231542697,0.00254992692137375,0.60693344598233 -107,0.5,0.255951455205554,0.0299252444464678,0.311973463765507,0.0208623498266181,0.73737337037077 -108,0.5,0.255951455205554,0.0498014481440231,0.369412291953996,0.0128804155681981,0.613364234668392 -109,0.5,0.255951455205554,0.0634841913671201,0.40724578346954,0.042550938545616,0.556231774646245 -110,0.5,0.255951455205554,0.0638238115908265,0.387377264135798,0.0224641215364867,0.645955813753612 -111,0.5,0.255951455205554,0.0542689015289541,0.34498985399221,0.00660712740450039,0.729330036275596 -112,0.5,0.255951455205554,0.0166160220256386,0.326618140421082,0.0,0.731061928406788 -113,0.5,0.255951455205554,9.68064093133529e-07,0.310925759927367,0.0,0.696358513393697 -114,0.5,0.255951455205554,0.0,0.3079367866074,0.0,0.868106106698014 -115,0.5,0.255951455205554,0.0,0.300063363350146,0.0,0.911025865432399 -116,0.5,0.255951455205554,0.0,0.293549254548278,0.0,0.933473912713109 -117,0.5,0.255951455205554,0.0,0.277511703578869,0.0,0.952691494435303 -118,0.5,0.255951455205554,0.0,0.272129926121799,0.0,0.961526196892449 -119,0.5,0.255951455205554,0.0,0.280475677559508,0.0,0.97420467388871 -120,0.5,0.255951455205554,0.0,0.306927709486987,0.0,0.977933674303877 -121,0.5,0.255951455205554,0.0,0.35491347433778,0.0,0.972813306093076 -122,0.5,0.255951455205554,0.0,0.408358508376735,0.0,0.961786679208114 -123,0.5,0.255951455205554,0.0,0.456708890707441,0.0,0.960382668324716 -124,0.5,0.255951455205554,0.0,0.499834474692785,0.0,0.960209549864531 -125,0.5,0.255951455205554,0.0,0.539998473985007,0.0,0.953469406936231 -126,0.5,0.255951455205554,0.0,0.576511867217785,0.0,0.963604332981951 -127,0.5,0.255951455205554,0.0,0.614232223736107,0.0,0.982752839953155 -128,0.5,0.255951455205554,0.0,0.637425710935418,0.0,0.984131025781839 -129,0.5,0.255951455205554,0.00135873458226074,0.647383218843953,0.0,0.984104699355522 -130,0.5,0.255951455205554,0.03877440261553,0.635418013327175,0.000632787880342668,1.00115834927316 -131,0.5,0.255951455205554,0.0795594338681374,0.611219049005786,0.0026805003365371,1.00347417714065 -132,0.5,0.255951455205554,0.100721953468757,0.593797884875703,0.0069694471591334,0.998940215664338 -133,0.5,0.255951455205554,0.105338185275567,0.584008532596115,0.0468443796545188,0.978161238351032 -134,0.5,0.255951455205554,0.0992526040065299,0.558965871224632,0.0646272244507154,0.975472806533315 -135,0.5,0.255951455205554,0.0698763565707271,0.537569992220195,0.0166471079195491,0.966461120984715 -136,0.5,0.255951455205554,0.0168299200854874,0.520207476264205,0.0,0.949615669115625 -137,0.5,0.255951455205554,3.02479281126996e-06,0.507046240406878,0.0,0.939082145305976 -138,0.5,0.255951455205554,0.0,0.5062132026636,0.0,0.934524609848774 -139,0.5,0.255951455205554,0.0,0.52056094576123,0.0,0.917065100845908 -140,0.5,0.255951455205554,0.0,0.530924976199409,0.0,0.947713772706497 -141,0.5,0.255951455205554,0.0,0.525459847224889,0.0,0.932427472681369 -142,0.5,0.255951455205554,0.0,0.521650892196337,0.0,0.937775762603896 -143,0.5,0.255951455205554,0.0,0.526018619182644,0.0,0.951958395021099 -144,0.5,0.255951455205554,0.0,0.507988598326471,0.0,0.946416645501394 -145,0.5,0.255951455205554,0.0,0.51473867821724,0.0,0.94169439635999 -146,0.5,0.255951455205554,0.0,0.53125791488284,0.0,0.951974924184057 -147,0.5,0.255951455205554,0.0,0.549751454217167,0.0,0.956742828253385 -148,0.5,0.255951455205554,0.0,0.573664356192577,0.0,0.956393369008021 -149,0.5,0.255951455205554,0.0,0.609115896578895,0.0,0.965625134663479 -150,0.5,0.255951455205554,0.0,0.635882335532873,0.0,0.977156664697041 -151,0.5,0.255951455205554,0.0,0.661422510351806,0.0,0.986636900013763 -152,0.5,0.255951455205554,0.0,0.684101063354575,0.0,0.997235597349413 -153,0.5,0.255951455205554,0.000430864354802358,0.686350926481614,0.0,0.991953691325108 -154,0.5,0.255951455205554,0.018191015871286,0.692896643355912,0.00172585264942478,0.990955115447492 -155,0.5,0.255951455205554,0.0468720509103851,0.695524713806515,0.000979007423446312,0.9962127223126 -156,0.5,0.255951455205554,0.0759004830203835,0.684376120039063,0.00693836605784189,1.00335369893873 -157,0.5,0.255951455205554,0.0993019734187553,0.678022565834485,0.0550435649016856,1.0057603283259 -158,0.5,0.255951455205554,0.0997407425945211,0.657652994615814,0.0123928268576399,0.997768652697945 -159,0.5,0.255951455205554,0.0773046971288218,0.626207547801893,0.00348173318058404,0.998763912209358 -160,0.5,0.255951455205554,0.0289289576527168,0.599016628836847,0.000910440367984957,0.994817667601996 -161,0.5,0.255951455205554,1.41720593376004e-06,0.571285346962399,0.0,0.993789690769472 -162,0.5,0.255951455205554,0.0,0.561415268432488,0.0,0.996126490633605 -163,0.5,0.255951455205554,0.0,0.554821587832478,0.0,0.99251469089709 -164,0.5,0.255951455205554,0.0,0.55827341433938,0.0,0.988470066819851 -165,0.5,0.255951455205554,0.0,0.565614350147718,0.0,0.991335301125007 -166,0.5,0.255951455205554,0.0,0.56810160071312,0.0,0.996471551562929 -167,0.5,0.255951455205554,0.0,0.5650145468281,0.0,0.997040438952474 -168,0.5,0.255951455205554,0.0,0.561561029451369,0.0,0.993372369393113 -169,0.5,0.255951455205554,0.0,0.556598445355633,0.0,0.989026996786095 -170,0.5,0.255951455205554,0.0,0.556608526515714,0.0,0.987303411998867 -171,0.5,0.255951455205554,0.0,0.559611883929309,0.0,0.996445582856915 -172,0.5,0.255951455205554,0.0,0.56733102856861,0.0,0.996233100581858 -173,0.5,0.255951455205554,0.0,0.569081036884032,0.0,0.991965217850518 -174,0.5,0.255951455205554,0.0,0.577634188268369,0.0,0.984488206422466 -175,0.5,0.255951455205554,0.0,0.589263288011381,0.0,0.976934673625772 -176,0.5,0.255951455205554,0.0,0.592143971187464,0.0,0.989834569836577 -177,0.5,0.255951455205554,0.000274277976322663,0.595651185786359,0.0,0.993218870437672 -178,0.5,0.255951455205554,0.0110673082834199,0.604904831867063,0.00188047523082443,0.972051824826758 -179,0.5,0.255951455205554,0.0325573514371432,0.645079695417572,0.0177308690385982,0.98095862003244 -180,0.5,0.255951455205554,0.0614999649085675,0.667719575938897,0.0350039208282304,1.00898593879062 -181,0.5,0.255951455205554,0.0855077633984295,0.657800304883832,0.0286560893631837,1.00069191131542 -182,0.5,0.255951455205554,0.0836034082859809,0.638828834594831,0.199678673405263,1.0069965597073 -183,0.5,0.255951455205554,0.0549387007095287,0.59838906891634,0.080301517373633,1.00685302636801 -184,0.5,0.255951455205554,0.0167223696197246,0.554085585424773,0.000990898643673731,0.991351741424552 -185,0.5,0.255951455205554,8.84920439281533e-06,0.486433439626019,0.0,0.973348316732467 -186,0.5,0.255951455205554,0.0,0.431036539572968,0.0,0.976769355629903 -187,0.5,0.255951455205554,0.0,0.393739448535199,0.0,0.931332390998398 -188,0.5,0.255951455205554,0.0,0.356558045472616,0.0,0.88131780265257 -189,0.5,0.255951455205554,0.0,0.328113210420453,0.0,0.866871228261084 -190,0.5,0.255951455205554,0.0,0.304890123275313,0.0,0.898471707209872 -191,0.5,0.255951455205554,0.0,0.285098308955523,0.0,0.848361905998455 -192,0.5,0.255951455205554,0.0,0.26535023776906,0.0,0.803210727215489 -193,0.5,0.255951455205554,0.0,0.244086559249405,0.0,0.727149891718971 -194,0.5,0.255951455205554,0.0,0.227737302816429,0.0,0.577124447807234 -195,0.5,0.255951455205554,0.0,0.222885116540395,0.0,0.507481022290106 -196,0.5,0.255951455205554,0.0,0.233488906387427,0.0,0.398954328122327 -197,0.5,0.255951455205554,0.0,0.260281604207865,0.0,0.305910694768094 -198,0.5,0.255951455205554,0.0,0.320133283046755,0.0,0.709542809461123 -199,0.5,0.255951455205554,0.0,0.410427911587851,0.0,0.935972152139902 -200,0.5,0.255951455205554,0.0,0.502936446622271,0.0,0.932798792112718 -201,0.5,0.255951455205554,0.000933145827602075,0.59267264565665,0.0,0.94708457830096 -202,0.5,0.255951455205554,0.026990519821337,0.705224399712643,0.000348066738001398,0.967848023080749 -203,0.5,0.255951455205554,0.060698975439877,0.786932788935635,0.00191288697678664,0.98498061257439 -204,0.5,0.255951455205554,0.0773407925674585,0.847642841719,0.00378178406720878,0.990385639484469 -205,0.5,0.255951455205554,0.0911118875460573,0.886122634519987,0.00762869823646026,0.99465079691736 -206,0.5,0.255951455205554,0.0908544514650753,0.912544632381695,0.00116816792414281,0.995620693362659 -207,0.5,0.255951455205554,0.0639541920615184,0.938061653939533,0.00312106789216581,0.99112349484413 -208,0.5,0.255951455205554,0.0256869714750631,0.947593602286783,0.0,0.997814624570053 -209,0.5,0.255951455205554,9.60887672064532e-06,0.949344969711222,0.0,0.998582720090459 -210,0.5,0.255951455205554,0.0,0.939922768343055,0.0,1.01048875490787 -211,0.5,0.255951455205554,0.0,0.923260204826708,0.0,0.923615844891682 -212,0.5,0.255951455205554,0.0,0.904074479111816,0.0,0.915545853633333 -213,0.5,0.255951455205554,0.0,0.880834629600346,0.0,0.91920204796754 -214,0.5,0.255951455205554,0.0,0.858016960701775,0.0,1.00961055221947 -215,0.5,0.255951455205554,0.0,0.844124961187292,0.0,1.00996452855737 -216,0.5,0.255951455205554,0.0,0.838570657330079,0.0,1.00975871036548 -217,0.5,0.255951455205554,0.0,0.831217632114019,0.0,1.00962488226409 -218,0.5,0.255951455205554,0.0,0.819629214920514,0.0,1.00940553552461 -219,0.5,0.255951455205554,0.0,0.80628597291474,0.0,1.00703075841711 -220,0.5,0.255951455205554,0.0,0.803127621538838,0.0,0.998382928601923 -221,0.5,0.255951455205554,0.0,0.801441660976386,0.0,0.959242039513783 -222,0.5,0.255951455205554,0.0,0.803317504759586,0.0,0.960617032122972 -223,0.5,0.255951455205554,0.0,0.805814595421017,0.0,0.999859212803845 -224,0.5,0.255951455205554,0.0,0.810387542799357,0.0,1.00663387470632 -225,0.5,0.255951455205554,0.000438953967737766,0.81233732030498,0.0,1.00429453398625 -226,0.5,0.255951455205554,0.0139739652551484,0.810677345017081,0.00154519271275681,0.998989017528357 -227,0.5,0.255951455205554,0.0349306259053286,0.80803541132418,0.0105063132722129,0.988492170537233 -228,0.5,0.255951455205554,0.0582049407671264,0.794856635119078,0.0511788333776075,0.993372591535939 -229,0.5,0.255951455205554,0.0760488568005226,0.774484624341849,0.0505203361948886,1.00183016547259 -230,0.5,0.255951455205554,0.0736777091955803,0.753226073699544,0.116988412547301,1.00428762707628 -231,0.5,0.255951455205554,0.0530676160072048,0.70592973847129,0.0149933760310004,0.985186514521814 -232,0.5,0.255951455205554,0.0210674357109459,0.636094174089028,0.0,0.990549968532583 -233,0.5,0.255951455205554,0.0,0.57568644142612,0.0,0.997521853426637 -234,0.5,0.255951455205554,0.0,0.534062458264916,0.0,0.991781475860208 -235,0.5,0.255951455205554,0.0,0.512345975904574,0.0,0.979358345413091 -236,0.5,0.255951455205554,0.0,0.510462720915472,0.0,0.978111308615667 -237,0.5,0.255951455205554,0.0,0.50817932456191,0.0,0.994630359308811 -238,0.5,0.255951455205554,0.0,0.497763000567935,0.0,0.998768491732112 -239,0.5,0.255951455205554,0.0,0.493703410032764,0.0,0.993939616115178 -240,0.5,0.255951455205554,0.0,0.478364548348533,0.0,0.981787687724062 -241,0.5,0.255951455205554,0.0,0.464009867743293,0.0,0.941467463137239 -242,0.5,0.255951455205554,0.0,0.446328243314212,0.0,0.882812742807019 -243,0.5,0.255951455205554,0.0,0.438173315079103,0.0,0.812590787118258 -244,0.5,0.255951455205554,0.0,0.422390032618507,0.0,0.750901779448784 -245,0.5,0.255951455205554,0.0,0.405270122782637,0.0,0.700629619013722 -246,0.5,0.255951455205554,0.0,0.388573590673341,0.0,0.633591576685674 -247,0.5,0.255951455205554,0.0,0.368912293009021,0.0,0.549262125562164 -248,0.5,0.255951455205554,0.0,0.360003407941617,0.0,0.383079198915765 -249,0.5,0.255951455205554,0.00100732757748662,0.360005202938307,0.0,0.235332361193207 -250,0.5,0.255951455205554,0.040863238990076,0.378726319710226,0.00165471982865998,0.196270762444905 -251,0.5,0.255951455205554,0.0993971618965255,0.407256938875696,0.00708885807079459,0.259512210061896 -252,0.5,0.255951455205554,0.145619218508616,0.426948490767205,0.0095052331242217,0.245913728537922 -253,0.5,0.255951455205554,0.160764400372142,0.431371118801899,0.00937974107141753,0.182235885481034 -254,0.5,0.255951455205554,0.140328174182006,0.419290753482001,0.0081209761371107,0.195937086514846 -255,0.5,0.255951455205554,0.0936611232150271,0.417948343137302,0.0073672149156125,0.45550989205136 -256,0.5,0.255951455205554,0.0326368539793065,0.443919086489201,0.0,0.825324187006644 -257,0.5,0.255951455205554,2.9339853548577e-05,0.481708708825484,0.0,0.906623942581183 -258,0.5,0.255951455205554,0.0,0.530197906075241,0.0,0.910568044583724 -259,0.5,0.255951455205554,0.0,0.59588623741071,0.0,0.917036000300612 -260,0.5,0.255951455205554,0.0,0.642581944345461,0.0,0.934950923719232 -261,0.5,0.255951455205554,0.0,0.653723037749121,0.0,0.962788550096154 -262,0.5,0.255951455205554,0.0,0.644744306639359,0.0,0.994187852771529 -263,0.5,0.255951455205554,0.0,0.615955507351798,0.0,0.989251895080143 -264,0.5,0.255951455205554,0.0,0.571370319852423,0.0,0.989458375822094 -265,0.5,0.255951455205554,0.0,0.545190520082041,0.0,0.98740678364278 -266,0.5,0.255951455205554,0.0,0.530553766066996,0.0,0.99010000227327 -267,0.5,0.255951455205554,0.0,0.514327374419477,0.0,0.978110145421793 -268,0.5,0.255951455205554,0.0,0.499875183073768,0.0,0.920751026791477 -269,0.5,0.255951455205554,0.0,0.474432741906429,0.0,0.807213174128173 -270,0.5,0.255951455205554,0.0,0.441115716412435,0.0,0.696856401629403 -271,0.5,0.255951455205554,0.0,0.409601496300634,0.0,0.539317988855005 -272,0.5,0.255951455205554,0.0,0.366569048450734,0.0,0.427925451872186 -273,0.5,0.255951455205554,0.00158478054627238,0.328517577307555,0.0,0.347388598485557 -274,0.5,0.255951455205554,0.0816545142824817,0.286151160464533,0.0493469597539763,0.299375525885458 -275,0.5,0.255951455205554,0.201902868154667,0.274701912894396,0.19946805331518,0.273851511714407 -276,0.5,0.255951455205554,0.301399899745952,0.267690753119716,0.247399908690125,0.210326987178476 -277,0.5,0.255951455205554,0.355648116513166,0.253619338078468,0.241899760166623,0.18489357725332 -278,0.5,0.255951455205554,0.350126944455324,0.21776081041034,0.254505871220218,0.230131216717178 -279,0.5,0.255951455205554,0.282892814360141,0.170242590243731,0.213646009306193,0.246721655494794 -280,0.5,0.255951455205554,0.0885225295600707,0.132286123894273,0.0,0.20972999883987 -281,0.5,0.255951455205554,0.0,0.105781228226923,0.0,0.139223576382502 -282,0.5,0.255951455205554,0.0,0.0853095482419336,0.0,0.132096724510775 -283,0.5,0.255951455205554,0.0,0.0747262653300884,0.0,0.197452563745038 -284,0.5,0.255951455205554,0.0,0.067563795412421,0.0,0.327898282047436 -285,0.5,0.255951455205554,0.0,0.0628454283242903,0.0,0.46828809114616 -286,0.5,0.255951455205554,0.0,0.058799024176997,0.0,0.488435605555267 -287,0.5,0.255951455205554,0.0,0.0596682591993164,0.0,0.553433479121475 -288,0.5,0.255951455205554,0.0,0.0644438705797374,0.0,0.666103708455397 -289,0.5,0.255951455205554,0.0,0.071247769905923,0.0,0.765280530785513 -290,0.5,0.255951455205554,0.0,0.078664508188065,0.0,0.815850124623113 -291,0.5,0.255951455205554,0.0,0.088596398757221,0.0,0.828786072739934 -292,0.5,0.255951455205554,0.0,0.101239999556189,0.0,0.83919408928303 -293,0.5,0.255951455205554,0.0,0.117957815566781,0.0,0.850736535144663 -294,0.5,0.255951455205554,0.0,0.141505143809234,0.0,0.867205567900431 -295,0.5,0.255951455205554,0.0,0.171563492223152,0.0,0.878885240868663 -296,0.5,0.255951455205554,0.0,0.196500656654666,0.0,0.8625652577994 -297,0.5,0.255951455205554,0.00229672353865448,0.222276410614796,0.0,0.607914558348921 -298,0.5,0.255951455205554,0.0494503935194958,0.232436377899359,0.00534420658180438,0.857248533399606 -299,0.5,0.255951455205554,0.0812603810106313,0.229572704089378,0.0242769824077577,0.907114351039925 -300,0.5,0.255951455205554,0.0854394298871403,0.23426786276253,0.0289487872701243,0.850622451174962 -301,0.5,0.255951455205554,0.0777925210463734,0.218529166461457,0.032842573277608,0.759857606557031 -302,0.5,0.255951455205554,0.0609590496428378,0.19998254831714,0.0214171722090848,0.736187683788939 -303,0.5,0.255951455205554,0.0374005420841344,0.201922992550096,0.00832698138824931,0.684827251769245 -304,0.5,0.255951455205554,0.0124797541464451,0.204205307884304,0.0,0.574086370006911 -305,0.5,0.255951455205554,6.70601741397833e-05,0.176398022085612,0.0,0.535095252289648 -306,0.5,0.255951455205554,0.0,0.136929542431166,0.0,0.494349869185244 -307,0.5,0.255951455205554,0.0,0.114014276452604,0.0,0.399471545701677 -308,0.5,0.255951455205554,0.0,0.100034602452238,0.0,0.243281529085729 -309,0.5,0.255951455205554,0.0,0.0894596899739025,0.0,0.156684388849372 -310,0.5,0.255951455205554,0.0,0.084570031447628,0.0,0.113575845664884 -311,0.5,0.255951455205554,0.0,0.0797879066021848,0.0,0.0920063075941219 -312,0.5,0.255951455205554,0.0,0.0745381914302017,0.0,0.100247922034768 -313,0.5,0.255951455205554,0.0,0.0697362292307305,0.0,0.15243309558229 -314,0.5,0.255951455205554,0.0,0.0663107295198958,0.0,0.315415202508382 -315,0.5,0.255951455205554,0.0,0.0630776543617562,0.0,0.4459340497078 -316,0.5,0.255951455205554,0.0,0.0624961437123163,0.0,0.493411808188454 -317,0.5,0.255951455205554,0.0,0.0649039882623767,0.0,0.460974783236059 -318,0.5,0.255951455205554,0.0,0.0658793028660896,0.0,0.449983038033029 -319,0.5,0.255951455205554,0.0,0.0647491134323442,0.0,0.463118455845418 -320,0.5,0.255951455205554,0.0,0.0621158362656286,0.0,0.518309532279273 -321,0.5,0.255951455205554,0.000702424727292985,0.0584066955450113,0.0,0.635110473733371 -322,0.5,0.255951455205554,0.0273151782066478,0.0573748646261971,0.00825465105488706,0.707985438517959 -323,0.5,0.255951455205554,0.0764917330797718,0.0599583463754237,0.0528986805501384,0.725301257411502 -324,0.5,0.255951455205554,0.120909510361101,0.0650449182261141,0.263857546208083,0.698000717448814 -325,0.5,0.255951455205554,0.141238151099588,0.0691438255811329,0.356126733896531,0.665919324072361 -326,0.5,0.255951455205554,0.13085813198988,0.0737725441181238,0.346101645211412,0.634821304604573 -327,0.5,0.255951455205554,0.0929780626507897,0.0690702596015157,0.230351100522035,0.578610300884721 -328,0.5,0.255951455205554,0.0375700792939776,0.0625138054571013,0.0,0.508239002725426 -329,0.5,0.255951455205554,2.59116511493107e-05,0.0598984406392286,0.0,0.46264090960937 -330,0.5,0.255951455205554,0.0,0.0579435030371889,0.0,0.432684831796382 -331,0.5,0.255951455205554,0.0,0.0558984773898765,0.0,0.451537830301027 -332,0.5,0.255951455205554,0.0,0.0540654724596997,0.0,0.480499048296794 -333,0.5,0.255951455205554,0.0,0.0523927246834352,0.0,0.476432203891681 -334,0.5,0.255951455205554,0.0,0.0497917631885653,0.0,0.432008814855137 -335,0.5,0.255951455205554,0.0,0.048385405471711,0.0,0.41858647117621 -336,0.5,0.255951455205554,0.0,0.0467446002287787,0.0,0.438484981835371 -337,0.5,0.255951455205554,0.0,0.0455118764402041,0.0,0.459627546783877 -338,0.5,0.255951455205554,0.0,0.0451911410384296,0.0,0.500634833474639 -339,0.5,0.255951455205554,0.0,0.0465648530325864,0.0,0.530720795005133 -340,0.5,0.255951455205554,0.0,0.0496721919954411,0.0,0.524945986384349 -341,0.5,0.255951455205554,0.0,0.0529238583246485,0.0,0.514088077219045 -342,0.5,0.255951455205554,0.0,0.0579953286021383,0.0,0.549838271424881 -343,0.5,0.255951455205554,0.0,0.0650843216749057,0.0,0.640430274299626 -344,0.5,0.255951455205554,0.0,0.0739817609123448,0.0,0.716006407098229 -345,0.5,0.255951455205554,0.00138881740455194,0.0817438615523551,0.0,0.764692413241328 -346,0.5,0.255951455205554,0.046156119915023,0.0910170858626774,0.0157095648645396,0.808278634961052 -347,0.5,0.255951455205554,0.108579951141371,0.112208001008596,0.0663475208482914,0.833313135859745 -348,0.5,0.255951455205554,0.14924268590063,0.138635951438563,0.171461666635069,0.850060434684755 -349,0.5,0.255951455205554,0.154918578525129,0.162807070749377,0.0870343096063653,0.865758143241522 -350,0.5,0.255951455205554,0.12738403829899,0.177553891885093,0.0623456903995022,0.858983706801464 -351,0.5,0.255951455205554,0.0849609448124736,0.19531380838677,0.0493098646298095,0.857969044347854 -352,0.5,0.255951455205554,0.0364263331844341,0.2122096021994,0.0399657239485002,0.887910648689561 -353,0.5,0.255951455205554,3.55173896963306e-05,0.236962958236258,0.0,0.921820970111334 -354,0.5,0.255951455205554,0.0,0.272385937678296,0.0,0.939424141068019 -355,0.5,0.255951455205554,0.0,0.305579678366428,0.0,0.945952429507423 -356,0.5,0.255951455205554,0.0,0.331585798564447,0.0,0.950378758411036 -357,0.5,0.255951455205554,0.0,0.346303719530611,0.0,0.957988095365028 -358,0.5,0.255951455205554,0.0,0.344916843838321,0.0,0.961218384839085 -359,0.5,0.255951455205554,0.0,0.33881761721834,0.0,0.959643574668935 -360,0.5,0.255951455205554,0.0,0.336291836910078,0.0,0.955886333710525 -361,0.5,0.255951455205554,0.0,0.329042849523952,0.0,0.95327625163212 -362,0.5,0.255951455205554,0.0,0.325430810031542,0.0,0.951548954128296 -363,0.5,0.255951455205554,0.0,0.321121370812515,0.0,0.944649420018665 -364,0.5,0.255951455205554,0.0,0.321284390873594,0.0,0.934364882112788 -365,0.5,0.255951455205554,0.0,0.322228339131651,0.0,0.920067290454165 -366,0.5,0.255951455205554,0.0,0.324184004515532,0.0,0.914807105704353 -367,0.5,0.255951455205554,0.0,0.332566740647492,0.0,0.917051679437304 -368,0.5,0.255951455205554,0.0,0.346323544001682,0.0,0.927428409549922 -369,0.5,0.255951455205554,0.00133923295054626,0.354589765616693,0.0,0.943837191729651 -370,0.5,0.255951455205554,0.0228856098175069,0.36648130383007,0.0025720232459727,0.947112726295071 -371,0.5,0.255951455205554,0.0518694504631028,0.372185704153402,0.0132009801511323,0.904948405313165 -372,0.5,0.255951455205554,0.0757700741472638,0.377662866272216,0.0230248233997149,0.826266656544546 -373,0.5,0.255951455205554,0.0843777424519884,0.369508784972446,0.0240624447816205,0.769971530077553 -374,0.5,0.255951455205554,0.0755205361235833,0.348036484812099,0.0175640660490957,0.66424857106212 -375,0.5,0.255951455205554,0.0506790902153709,0.327911519004616,0.00810193067854664,0.543967375384284 -376,0.5,0.255951455205554,0.0187741423508087,0.304321665058106,0.00111275833295894,0.536622266855769 -377,0.5,0.255951455205554,0.000105519596039715,0.283543177380306,0.0,0.601779509693094 -378,0.5,0.255951455205554,0.0,0.265442417807177,0.0,0.48493570470458 -379,0.5,0.255951455205554,0.0,0.249033664812557,0.0,0.435991620571951 -380,0.5,0.255951455205554,0.0,0.237307597784464,0.0,0.621222499651087 -381,0.5,0.255951455205554,0.0,0.2232184413176,0.0,0.736853591654295 -382,0.5,0.255951455205554,0.0,0.227379049772526,0.0,0.79831688218122 -383,0.5,0.255951455205554,0.0,0.223031627273142,0.0,0.772270080789644 -384,0.5,0.255951455205554,0.0,0.219236675758017,0.0,0.698127742283295 -385,0.5,0.255951455205554,0.0,0.214296609417894,0.0,0.713931063179017 -386,0.5,0.255951455205554,0.0,0.214798912128902,0.0,0.730532763153911 -387,0.5,0.255951455205554,0.0,0.215614256112736,0.0,0.783260981622109 -388,0.5,0.255951455205554,0.0,0.217637274567434,0.0,0.81989818355675 -389,0.5,0.255951455205554,0.0,0.223358867399304,0.0,0.751167132481498 -390,0.5,0.255951455205554,0.0,0.230945736694259,0.0,0.744417288250163 -391,0.5,0.255951455205554,0.0,0.243482610582276,0.0,0.795170787373535 -392,0.5,0.255951455205554,0.0,0.257708322049973,0.0,0.802159910514882 -393,0.5,0.255951455205554,0.00139945422087871,0.27300501821298,0.0,0.833751116532446 -394,0.5,0.255951455205554,0.0382711966710642,0.284763379796701,0.00120220615740338,0.870860979097686 -395,0.5,0.255951455205554,0.0931990882926984,0.31098521974834,0.00490761964379377,0.899370846670835 -396,0.5,0.255951455205554,0.140070735605744,0.344336305757393,0.0217953687025203,0.910979322226059 -397,0.5,0.255951455205554,0.164870541636887,0.355043273928596,0.0290183850766002,0.911059782160172 -398,0.5,0.255951455205554,0.151995797479257,0.324584789911765,0.0314111506912974,0.908838190673255 -399,0.5,0.255951455205554,0.11220741840391,0.282689823997883,0.0277913120851133,0.905554123790541 -400,0.5,0.255951455205554,0.0538334116734536,0.246056907509596,0.00504994307897368,0.892967194443193 -401,0.5,0.255951455205554,2.58645046237361e-05,0.217564792678467,0.0,0.868812080378639 -402,0.5,0.255951455205554,0.0,0.201510246566473,0.0,0.846631475530617 -403,0.5,0.255951455205554,0.0,0.197418648888786,0.0,0.858988261828009 -404,0.5,0.255951455205554,0.0,0.201648408096147,0.0,0.873750766029017 -405,0.5,0.255951455205554,0.0,0.197377128099751,0.0,0.860291077560458 -406,0.5,0.255951455205554,0.0,0.180431859570087,0.0,0.832496481195766 -407,0.5,0.255951455205554,0.0,0.159928742453047,0.0,0.806850864572489 -408,0.5,0.255951455205554,0.0,0.144157006003826,0.0,0.781043087267934 -409,0.5,0.255951455205554,0.0,0.128203057008885,0.0,0.739684219428957 -410,0.5,0.255951455205554,0.0,0.113886306544068,0.0,0.679796482869911 -411,0.5,0.255951455205554,0.0,0.0998457396285521,0.0,0.657614260614373 -412,0.5,0.255951455205554,0.0,0.0864140117390146,0.0,0.621271548278662 -413,0.5,0.255951455205554,0.0,0.0779866910002772,0.0,0.483485263329801 -414,0.5,0.255951455205554,0.0,0.0757229162847757,0.0,0.396471951695525 -415,0.5,0.255951455205554,0.0,0.07898552163602,0.0,0.443307614499573 -416,0.5,0.255951455205554,0.0,0.0809558168708304,0.0,0.493296224376052 -417,0.5,0.255951455205554,0.00418934461788248,0.0826697958753953,0.0,0.534078505243472 -418,0.5,0.255951455205554,0.101944831386201,0.085153627713243,0.00424878574702587,0.598967339195192 -419,0.5,0.255951455205554,0.233802413840703,0.0949879901653946,0.0304748294151503,0.590215807628012 -420,0.5,0.255951455205554,0.338736551968282,0.109678377610452,0.063839105081978,0.592750119757743 -421,0.5,0.255951455205554,0.384795431675731,0.125189266566094,0.0894608868205928,0.665914575971688 -422,0.5,0.255951455205554,0.372676215820145,0.136253079876992,0.0783887200017586,0.75275589104439 -423,0.5,0.255951455205554,0.300647932205054,0.138437804234707,0.0534156489857268,0.808986327808125 -424,0.5,0.255951455205554,0.13939158045816,0.150992620643466,0.0191907995607752,0.826154647240441 -425,0.5,0.255951455205554,0.0,0.176240338696475,0.0,0.840978477971142 -426,0.5,0.255951455205554,0.0,0.192320712008889,0.0,0.858280963061844 -427,0.5,0.255951455205554,0.0,0.20940193532615,0.0,0.879332167914473 -428,0.5,0.255951455205554,0.0,0.223000563475464,0.0,0.881073426444528 -429,0.5,0.255951455205554,0.0,0.235653049666534,0.0,0.911724383915211 -430,0.5,0.255951455205554,0.0,0.253987338363924,0.0,0.936549523715308 -431,0.5,0.255951455205554,0.0,0.271985217059481,0.0,0.960647558458412 -432,0.5,0.255951455205554,0.0,0.286521256333204,0.0,0.970480547792502 -433,0.5,0.255951455205554,0.0,0.305191382388754,0.0,0.97585366979631 -434,0.5,0.255951455205554,0.0,0.320843734515481,0.0,0.982410123385728 -435,0.5,0.255951455205554,0.0,0.335942527716378,0.0,0.988484323632504 -436,0.5,0.255951455205554,0.0,0.352583831991982,0.0,0.99427027634783 -437,0.5,0.255951455205554,0.0,0.367521692769757,0.0,0.99932956425959 -438,0.5,0.255951455205554,0.0,0.381292617805482,0.0,1.00171189899462 -439,0.5,0.255951455205554,0.0,0.392881904384472,0.0,1.00302519366864 -440,0.5,0.255951455205554,0.0,0.402631984257216,0.0,1.00605036369897 -441,0.5,0.255951455205554,0.00364826446261167,0.41388739134571,0.0,1.00681622381752 -442,0.5,0.255951455205554,0.0701068015848961,0.41779779261936,0.00358401976610487,1.00707313716877 -443,0.5,0.255951455205554,0.153045849432161,0.416126021235039,0.0092666495143572,1.0076152882671 -444,0.5,0.255951455205554,0.215997272680552,0.41449490046873,0.0173253597824441,1.00849494042941 -445,0.5,0.255951455205554,0.241884198191101,0.403387275307198,0.018769848337577,1.00871080326592 -446,0.5,0.255951455205554,0.22465701322672,0.393428313719388,0.0108303844456132,1.00860028447459 -447,0.5,0.255951455205554,0.163425507436364,0.37442713992574,0.00535263265259931,1.0080172998708 -448,0.5,0.255951455205554,0.0710397147861712,0.351686371412264,0.00110122371639112,1.00721179809424 -449,0.5,0.255951455205554,1.08492362298489e-05,0.33112479412567,0.0,1.00609384277739 -450,0.5,0.255951455205554,0.0,0.317519084684937,0.0,1.00534041927982 -451,0.5,0.255951455205554,0.0,0.303403598235365,0.0,1.00403567212476 -452,0.5,0.255951455205554,0.0,0.289042478784464,0.0,1.00186557935783 -453,0.5,0.255951455205554,0.0,0.278018084395923,0.0,0.998812513910363 -454,0.5,0.255951455205554,0.0,0.268562672508867,0.0,0.994246147470048 -455,0.5,0.255951455205554,0.0,0.257310602058038,0.0,0.990193427160171 -456,0.5,0.255951455205554,0.0,0.244607201349284,0.0,0.985745534480006 -457,0.5,0.255951455205554,0.0,0.235013541799499,0.0,0.977560026709154 -458,0.5,0.255951455205554,0.0,0.224387684729737,0.0,0.964023940562884 -459,0.5,0.255951455205554,0.0,0.2066055120668,0.0,0.933992176560469 -460,0.5,0.255951455205554,0.0,0.190013544016199,0.0,0.896793485016853 -461,0.5,0.255951455205554,0.0,0.176138199025678,0.0,0.851478007165591 -462,0.5,0.255951455205554,0.0,0.162823807914838,0.0,0.807411502731462 -463,0.5,0.255951455205554,0.0,0.150800048363802,0.0,0.769111374095284 -464,0.5,0.255951455205554,0.0,0.141415622261182,0.0,0.722477670598892 -465,0.5,0.255951455205554,0.00208444599989496,0.134194578349089,0.0,0.668495798040646 -466,0.5,0.255951455205554,0.0303338530837466,0.126841233633395,0.00109567791040618,0.615155886847195 -467,0.5,0.255951455205554,0.068045222754403,0.119086304441898,0.00365659258783271,0.585388948888571 -468,0.5,0.255951455205554,0.0940486426401668,0.113404667942517,0.00775987753267154,0.576120979715689 -469,0.5,0.255951455205554,0.100399717102057,0.106865492453596,0.013121810640229,0.540416475424473 -470,0.5,0.255951455205554,0.083634002755108,0.105680280595318,0.016095132279597,0.454671503832367 -471,0.5,0.255951455205554,0.0519994726033544,0.106128832619077,0.00570043327127545,0.369199091449215 -472,0.5,0.255951455205554,0.0191402352352527,0.106435751292965,0.00147557257379957,0.315991054400236 -473,0.5,0.255951455205554,9.63170731629362e-05,0.105761131265259,0.0,0.291791104666209 -474,0.5,0.255951455205554,0.0,0.106510358837817,0.0,0.268171021980781 -475,0.5,0.255951455205554,0.0,0.103186146511016,0.0,0.240699024604264 -476,0.5,0.255951455205554,0.0,0.0954111312782132,0.0,0.217469942932604 -477,0.5,0.255951455205554,0.0,0.0867018786015602,0.0,0.203600435654473 -478,0.5,0.255951455205554,0.0,0.0799518671972228,0.0,0.207769602919613 -479,0.5,0.255951455205554,0.0,0.0797346879415949,0.0,0.200759543899301 -480,0.5,0.255951455205554,0.0,0.0830416439048701,0.0,0.176118402665676 -481,0.5,0.255951455205554,0.0,0.0868098294903139,0.0,0.156403162966693 -482,0.5,0.255951455205554,0.0,0.0873373111785487,0.0,0.142155008917417 -483,0.5,0.255951455205554,0.0,0.0852808394533423,0.0,0.137388905348577 -484,0.5,0.255951455205554,0.0,0.0838955734753279,0.0,0.141499620838961 -485,0.5,0.255951455205554,0.0,0.0832536948322751,0.0,0.145228470121873 -486,0.5,0.255951455205554,0.0,0.0817781135589671,0.0,0.144589117091791 -487,0.5,0.255951455205554,0.0,0.079090875105048,0.0,0.136309746079071 -488,0.5,0.255951455205554,0.0,0.075640317431244,0.0,0.12858508496226 -489,0.5,0.255951455205554,0.000464028348303878,0.0747055760835382,0.0,0.117255293346122 -490,0.5,0.255951455205554,0.00820517135901653,0.0801638839393592,0.00154132557272374,0.103272812509064 -491,0.5,0.255951455205554,0.0236881995665601,0.0888449537384126,0.00930484883887971,0.0969807962886516 -492,0.5,0.255951455205554,0.0371566759393497,0.0951940660765393,0.0212389013229567,0.0962466728950092 -493,0.5,0.255951455205554,0.0438725704456096,0.0973860983039714,0.0238711244074734,0.101002806357982 -494,0.5,0.255951455205554,0.0396383255659862,0.0923231276468822,0.013383656141105,0.115414308996129 -495,0.5,0.255951455205554,0.0275460447219779,0.0832792325945444,0.00752374624780714,0.14562852280228 -496,0.5,0.255951455205554,0.0128918723659706,0.0735865145706659,0.00239731414038135,0.17090407821138 -497,0.5,0.255951455205554,0.000168526626978889,0.0655202321621831,0.0,0.186669052540277 -498,0.5,0.255951455205554,0.0,0.0655808511061517,0.0,0.191544655503374 -499,0.5,0.255951455205554,0.0,0.0689514642257948,0.0,0.202758369645243 -500,0.5,0.255951455205554,0.0,0.0731261249563464,0.0,0.219596983077767 -501,0.5,0.255951455205554,0.0,0.0747827577358441,0.0,0.243542075769868 -502,0.5,0.255951455205554,0.0,0.0719609724815829,0.0,0.279069022622935 -503,0.5,0.255951455205554,0.0,0.0661347352726941,0.0,0.303367119072206 -504,0.5,0.255951455205554,0.0,0.0608934928088464,0.0,0.309550045139476 -505,0.5,0.255951455205554,0.0,0.0568449048550477,0.0,0.304295871961478 -506,0.5,0.255951455205554,0.0,0.05603533539957,0.0,0.297740712650055 -507,0.5,0.255951455205554,0.0,0.0589283512304134,0.0,0.298601621162354 -508,0.5,0.255951455205554,0.0,0.064177688577398,0.0,0.316226257242573 -509,0.5,0.255951455205554,0.0,0.0704648516908857,0.0,0.357286366493067 -510,0.5,0.255951455205554,0.0,0.0767000852394878,0.0,0.401510686517145 -511,0.5,0.255951455205554,0.0,0.0831142840324504,0.0,0.423366566746469 -512,0.5,0.255951455205554,0.0,0.0886330519276881,0.0,0.406822224890136 -513,0.5,0.255951455205554,0.00145727513872255,0.0936888412620875,0.0,0.379102581656342 -514,0.5,0.255951455205554,0.0259204068699615,0.100040057360049,0.00513287462970913,0.344240002191897 -515,0.5,0.255951455205554,0.0665370554720412,0.105105382720825,0.0267063616014671,0.30580098857674 -516,0.5,0.255951455205554,0.105563895115965,0.107172790110067,0.0483825558720434,0.275008227902017 -517,0.5,0.255951455205554,0.121774690115416,0.107232119365188,0.0651386877252405,0.250793683111647 -518,0.5,0.255951455205554,0.108510066979254,0.105297833164726,0.0584037733488523,0.234284669179907 -519,0.5,0.255951455205554,0.0720703400127059,0.101338331102446,0.0391706106716251,0.231820300506524 -520,0.5,0.255951455205554,0.0321253726236608,0.0978286646118071,0.0120579146701639,0.24309047805375 -521,0.5,0.255951455205554,8.09533034383124e-05,0.0944773407414929,0.0,0.267066746296943 -522,0.5,0.255951455205554,0.0,0.0987115063400686,0.0,0.293313335244249 -523,0.5,0.255951455205554,0.0,0.102612984477052,0.0,0.315132987831352 -524,0.5,0.255951455205554,0.0,0.10351103512295,0.0,0.344606664027211 -525,0.5,0.255951455205554,0.0,0.10395365838929,0.0,0.376153717716559 -526,0.5,0.255951455205554,0.0,0.106005128090377,0.0,0.408742963646511 -527,0.5,0.255951455205554,0.0,0.109308661569321,0.0,0.435969352746283 -528,0.5,0.255951455205554,0.0,0.112446534538874,0.0,0.446354930270225 -529,0.5,0.255951455205554,0.0,0.11455173008432,0.0,0.453652068365668 -530,0.5,0.255951455205554,0.0,0.116946437569251,0.0,0.460082433222869 -531,0.5,0.255951455205554,0.0,0.122345277892618,0.0,0.472642694987626 -532,0.5,0.255951455205554,0.0,0.130682558445142,0.0,0.504177069208103 -533,0.5,0.255951455205554,0.0,0.14148691096054,0.0,0.547955236932525 -534,0.5,0.255951455205554,0.0,0.151569518211376,0.0,0.615921984138423 -535,0.5,0.255951455205554,0.0,0.161304169002416,0.0,0.704237302742336 -536,0.5,0.255951455205554,0.0,0.173870017033865,0.0,0.785664705466489 -537,0.5,0.255951455205554,0.00204634660448968,0.193906659297018,0.0,0.854844020941126 -538,0.5,0.255951455205554,0.0384380298768957,0.225422306656745,0.0175609559397768,0.899023676387011 -539,0.5,0.255951455205554,0.0883362543895862,0.264924843965321,0.0441539851827876,0.9224634302624 -540,0.5,0.255951455205554,0.126810599065508,0.298616850902611,0.0681451076888137,0.93923651816479 -541,0.5,0.255951455205554,0.146217668633193,0.330251950669008,0.086562685266312,0.960861640512331 -542,0.5,0.255951455205554,0.139850776473204,0.347709209049128,0.0698551772804407,0.977855231876429 -543,0.5,0.255951455205554,0.1000919178581,0.354004071387439,0.0464537510455958,0.985166533831433 -544,0.5,0.255951455205554,0.0403741307878335,0.344192673790039,0.0165089737889886,0.986497084455224 -545,0.5,0.255951455205554,9.42902389664062e-05,0.344794754664011,0.0,0.986908678708392 -546,0.5,0.255951455205554,0.0,0.373722888557074,0.0,0.985638842458102 -547,0.5,0.255951455205554,0.0,0.402357442134145,0.0,0.983673185811645 -548,0.5,0.255951455205554,0.0,0.420333988608844,0.0,0.981223814551482 -549,0.5,0.255951455205554,0.0,0.414187180839471,0.0,0.98785342270738 -550,0.5,0.255951455205554,0.0,0.403447134923591,0.0,0.992010603911596 -551,0.5,0.255951455205554,0.0,0.390973263386427,0.0,0.987037175158243 -552,0.5,0.255951455205554,0.0,0.386725846124776,0.0,0.975940859041006 -553,0.5,0.255951455205554,0.0,0.391081191664811,0.0,0.959132815115113 -554,0.5,0.255951455205554,0.0,0.389943256467236,0.0,0.944049715165937 -555,0.5,0.255951455205554,0.0,0.386996859106084,0.0,0.943586641089501 -556,0.5,0.255951455205554,0.0,0.388017350836789,0.0,0.952504625983136 -557,0.5,0.255951455205554,0.0,0.386328482131047,0.0,0.952922190700994 -558,0.5,0.255951455205554,0.0,0.377999074996491,0.0,0.946309511739863 -559,0.5,0.255951455205554,0.0,0.370361194800988,0.0,0.941761818587455 -560,0.5,0.255951455205554,0.0,0.366502240241553,0.0,0.940111263291537 -561,0.5,0.255951455205554,0.0017911926875223,0.365867928213185,0.0,0.940971231764122 -562,0.5,0.255951455205554,0.0309643183077338,0.369653886429081,0.0746465752930208,0.924913692940386 -563,0.5,0.255951455205554,0.071132276856839,0.377371254656647,0.24657292622837,0.925470608516622 -564,0.5,0.255951455205554,0.100267019911652,0.3842660471905,0.397529071125448,0.948681877019894 -565,0.5,0.255951455205554,0.116761961757376,0.387696711173383,0.463231307625565,0.973978138976929 -566,0.5,0.255951455205554,0.112856855908371,0.387863957846318,0.458824510480419,0.966297520697545 -567,0.5,0.255951455205554,0.0874212178651387,0.380546964142655,0.381153197538429,0.952257099968426 -568,0.5,0.255951455205554,0.0385059992389947,0.359198496439524,0.208440488916551,0.943853203749858 -569,0.5,0.255951455205554,0.000244692134408619,0.334076157233222,0.0,0.953404106753991 -570,0.5,0.255951455205554,0.0,0.328210928753028,0.0,0.968194686044721 -571,0.5,0.255951455205554,0.0,0.325888870932286,0.0,0.968429171135488 -572,0.5,0.255951455205554,0.0,0.325906754302189,0.0,0.968485492491427 -573,0.5,0.255951455205554,0.0,0.321225615370114,0.0,0.96687643730879 -574,0.5,0.255951455205554,0.0,0.300799276824586,0.0,0.938220516985012 -575,0.5,0.255951455205554,0.0,0.286827061883844,0.0,0.930035266423908 -576,0.5,0.255951455205554,0.0,0.270915894599262,0.0,0.953169986250027 -577,0.5,0.255951455205554,0.0,0.247789143450016,0.0,0.94998387137734 -578,0.5,0.255951455205554,0.0,0.236111693692138,0.0,0.926681434337823 -579,0.5,0.255951455205554,0.0,0.226812675599443,0.0,0.925698122512509 -580,0.5,0.255951455205554,0.0,0.224413678970699,0.0,0.932558359462225 -581,0.5,0.255951455205554,0.0,0.222935479843581,0.0,0.936610865419437 -582,0.5,0.255951455205554,0.0,0.222324548915391,0.0,0.942833159626607 -583,0.5,0.255951455205554,0.0,0.219212113650689,0.0,0.950928888660782 -584,0.5,0.255951455205554,0.0,0.222174441064513,0.0,0.955051598505724 -585,0.5,0.255951455205554,0.0049750110623997,0.233940625024103,0.0,0.958965481595493 -586,0.5,0.255951455205554,0.0844487554363819,0.255555937265132,0.0840366048297853,0.9659248263538 -587,0.5,0.255951455205554,0.181578215455631,0.268202107351639,0.21054996301356,0.975675243884317 -588,0.5,0.255951455205554,0.256867562077314,0.281678499461627,0.29791974180416,0.97551242529178 -589,0.5,0.255951455205554,0.276741708102514,0.299187075669023,0.358784404641315,0.973163023621851 -590,0.5,0.255951455205554,0.252294667488632,0.305584880169981,0.352424974509408,0.969673934082268 -591,0.5,0.255951455205554,0.185107720723037,0.29469615708537,0.243169458654884,0.967767842018744 -592,0.5,0.255951455205554,0.0746548199105375,0.282905097162938,0.0930860636788964,0.969150079759136 -593,0.5,0.255951455205554,7.48210763929715e-05,0.289586584547826,0.0,0.972832376305722 -594,0.5,0.255951455205554,0.0,0.304095387308201,0.0,0.979660270023746 -595,0.5,0.255951455205554,0.0,0.338559389251828,0.0,0.978812379005336 -596,0.5,0.255951455205554,0.0,0.371405686438749,0.0,0.979037804126756 -597,0.5,0.255951455205554,0.0,0.377418878802291,0.0,0.958103999245907 -598,0.5,0.255951455205554,0.0,0.36772999547084,0.0,0.886251721407855 -599,0.5,0.255951455205554,0.0,0.351184476017175,0.0,0.856512011979155 -600,0.5,0.255951455205554,0.0,0.343031747018433,0.0,0.826786295853355 -601,0.5,0.255951455205554,0.0,0.337043977714492,0.0,0.768678031047944 -602,0.5,0.255951455205554,0.0,0.356557464278179,0.0,0.674358778201785 -603,0.5,0.255951455205554,0.0,0.369160034075776,0.0,0.617858596982221 -604,0.5,0.255951455205554,0.0,0.365875855065969,0.0,0.74624530356397 -605,0.5,0.255951455205554,0.0,0.345368228308866,0.0,0.887738053827962 -606,0.5,0.255951455205554,0.0,0.297323820287022,0.0,0.909338482283076 -607,0.5,0.255951455205554,0.0,0.244023585781796,0.0,0.884719933057387 -608,0.5,0.255951455205554,0.0,0.204541351018674,0.0,0.854801971379587 -609,0.5,0.255951455205554,0.00472101947025698,0.19732975060527,0.0,0.890061744941553 -610,0.5,0.255951455205554,0.0673833347600355,0.22051875468303,0.117092857949352,0.920884082894901 -611,0.5,0.255951455205554,0.138953160671954,0.253479908441908,0.290127183335459,0.929648782097448 -612,0.5,0.255951455205554,0.18788184177713,0.280831200228104,0.421550631303104,0.924278442550524 -613,0.5,0.255951455205554,0.206563817720077,0.286939492997341,0.482050317582857,0.921404835195425 -614,0.5,0.255951455205554,0.193158637364971,0.286738119261477,0.469709990592151,0.929084699263278 -615,0.5,0.255951455205554,0.149302023647856,0.291483560157962,0.354230544758825,0.928042177864665 -616,0.5,0.255951455205554,0.0618831666737129,0.296227637697665,0.211857759603353,0.927862862107265 -617,0.5,0.255951455205554,0.000105182128569754,0.31715751628265,0.0,0.935699028865345 -618,0.5,0.255951455205554,0.0,0.36018829597768,0.0,0.95130491321371 -619,0.5,0.255951455205554,0.0,0.409967103862045,0.0,0.972194196889785 -620,0.5,0.255951455205554,0.0,0.456016842064924,0.0,0.981011486125644 -621,0.5,0.255951455205554,0.0,0.492345892406601,0.0,0.988862751653259 -622,0.5,0.255951455205554,0.0,0.535679237931079,0.0,0.995583245518567 -623,0.5,0.255951455205554,0.0,0.562032445919632,0.0,1.00174764991805 -624,0.5,0.255951455205554,0.0,0.583041673154573,0.0,1.00512054163086 -625,0.5,0.255951455205554,0.0,0.595517093449956,0.0,1.00508728188022 -626,0.5,0.255951455205554,0.0,0.597397862130729,0.0,0.997731913194798 -627,0.5,0.255951455205554,0.0,0.605668593014467,0.0,0.897804960078208 -628,0.5,0.255951455205554,0.0,0.60763518134826,0.0,0.336080324720563 -629,0.5,0.255951455205554,0.0,0.600040529843565,0.0,0.172103055204831 -630,0.5,0.255951455205554,0.0,0.590347001440214,0.0,0.560255578102141 -631,0.5,0.255951455205554,0.0,0.592939094667439,0.0,0.842831676552793 -632,0.5,0.255951455205554,0.0,0.580130670595554,0.0,0.896769008534497 -633,0.5,0.255951455205554,0.00316598161394219,0.561185849881628,0.0,0.850690398870942 -634,0.5,0.255951455205554,0.0417344938894153,0.530604741698745,0.0154843220086296,0.80534290772148 -635,0.5,0.255951455205554,0.0990236744675604,0.491045529972035,0.0411877137476449,0.762170943721662 -636,0.5,0.255951455205554,0.171992621528389,0.444734508723705,0.0477412542914485,0.76061566373466 -637,0.5,0.255951455205554,0.211444103772007,0.390388925471524,0.0653791001441227,0.72241839780256 -638,0.5,0.255951455205554,0.213869141363254,0.333301696091394,0.0848217749428271,0.734060395490159 -639,0.5,0.255951455205554,0.169581453445468,0.289828687055491,0.0688459865795819,0.78400329697465 -640,0.5,0.255951455205554,0.0932068859293105,0.266421125077905,0.034579284893485,0.807322400727858 -641,0.5,0.255951455205554,0.000280614190524762,0.253977607946684,0.0,0.836342709623469 -642,0.5,0.255951455205554,0.0,0.250422245305019,0.0,0.808397440352175 -643,0.5,0.255951455205554,0.0,0.25330714783709,0.0,0.787638591081805 -644,0.5,0.255951455205554,0.0,0.253670637401247,0.0,0.860624880430505 -645,0.5,0.255951455205554,0.0,0.246841319723287,0.0,0.871938820866734 -646,0.5,0.255951455205554,0.0,0.244748902669322,0.0,0.811703043933205 -647,0.5,0.255951455205554,0.0,0.239304439988637,0.0,0.789279356832266 -648,0.5,0.255951455205554,0.0,0.229107434728117,0.0,0.770995208288385 -649,0.5,0.255951455205554,0.0,0.224963714799059,0.0,0.80912860548257 -650,0.5,0.255951455205554,0.0,0.221140644664597,0.0,0.868088098769432 -651,0.5,0.255951455205554,0.0,0.20836300005503,0.0,0.885272508087693 -652,0.5,0.255951455205554,0.0,0.19367055536311,0.0,0.895071922548332 -653,0.5,0.255951455205554,0.0,0.190108972295748,0.0,0.893593512633509 -654,0.5,0.255951455205554,0.0,0.202645989153788,0.0,0.885532904615555 -655,0.5,0.255951455205554,0.0,0.226343769200655,0.0,0.891247447394185 -656,0.5,0.255951455205554,0.0,0.256786907305086,0.0,0.914040847218774 -657,0.5,0.255951455205554,0.00917099432611308,0.286817397783646,0.0,0.933834997027387 -658,0.5,0.255951455205554,0.0914259772382925,0.306402819607416,0.0116255684383437,0.945215464528844 -659,0.5,0.255951455205554,0.202754773745497,0.325669359122065,0.0321560156279332,0.945816521199429 -660,0.5,0.255951455205554,0.295629470849599,0.33934155400931,0.0490922558648367,0.940471603946908 -661,0.5,0.255951455205554,0.344360033593464,0.350566022131776,0.0521165241343085,0.935640371550463 -662,0.5,0.255951455205554,0.337657033917585,0.35011642020861,0.0476957406747423,0.936017579529234 -663,0.5,0.255951455205554,0.273655485959574,0.341597842851984,0.0335597186675618,0.946107065420389 -664,0.5,0.255951455205554,0.147157614300489,0.323073205598711,0.0126102731620694,0.957351905798207 -665,0.5,0.255951455205554,0.00111770365943505,0.305709386159481,0.0,0.954704457779262 -666,0.5,0.255951455205554,0.0,0.293284643816526,0.0,0.947136629485549 -667,0.5,0.255951455205554,0.0,0.285481831804971,0.0,0.943777851774679 -668,0.5,0.255951455205554,0.0,0.274348399081563,0.0,0.947668125168587 -669,0.5,0.255951455205554,0.0,0.259046438437289,0.0,0.953828270562031 -670,0.5,0.255951455205554,0.0,0.237335281466438,0.0,0.955277040990894 -671,0.5,0.255951455205554,0.0,0.216322398311137,0.0,0.953995156106713 -672,0.5,0.255951455205554,0.0,0.198599468395507,0.0,0.952844120377125 -673,0.5,0.255951455205554,0.0,0.190213713112307,0.0,0.952771233285682 -674,0.5,0.255951455205554,0.0,0.191074230433197,0.0,0.952426191938196 -675,0.5,0.255951455205554,0.0,0.199124738808811,0.0,0.946612848391017 -676,0.5,0.255951455205554,0.0,0.215830107412772,0.0,0.936841188429725 -677,0.5,0.255951455205554,0.0,0.234230788168115,0.0,0.925490618140837 -678,0.5,0.255951455205554,0.0,0.24740783620743,0.0,0.93101314410218 -679,0.5,0.255951455205554,0.0,0.257570058660529,0.0,0.944994305112912 -680,0.5,0.255951455205554,0.0,0.258303263311615,0.0,0.957123023182471 -681,0.5,0.255951455205554,0.017104182047868,0.267258838847369,0.0,0.954106583537338 -682,0.5,0.255951455205554,0.147784255080262,0.289437461325383,0.026705633743904,0.948693121568163 -683,0.5,0.255951455205554,0.285949995236134,0.31772219206852,0.0681703520460045,0.94339338397087 -684,0.5,0.255951455205554,0.385473274992387,0.33543228708909,0.0987781388107435,0.93260384140627 -685,0.5,0.255951455205554,0.426719806791481,0.333434809506355,0.111826308110198,0.907510354238806 -686,0.5,0.255951455205554,0.410912975941223,0.340917555968435,0.106659330424706,0.881084032039658 -687,0.5,0.255951455205554,0.333743336332467,0.337434287168157,0.0693865149804227,0.859814898584631 -688,0.5,0.255951455205554,0.185373308299852,0.328529833520703,0.0279592983601566,0.856402203624764 -689,0.5,0.255951455205554,0.00276447187539519,0.308349706958381,0.0,0.864435383337475 -690,0.5,0.255951455205554,0.0,0.313112102560188,0.0,0.871975723763219 -691,0.5,0.255951455205554,0.0,0.32249973561136,0.0,0.859856086024799 -692,0.5,0.255951455205554,0.0,0.308288604498004,0.0,0.823004238723268 -693,0.5,0.255951455205554,0.0,0.282634276565662,0.0,0.761162310621639 -694,0.5,0.255951455205554,0.0,0.258246922826855,0.0,0.685124828268083 -695,0.5,0.255951455205554,0.0,0.240003807067891,0.0,0.609082973362075 -696,0.5,0.255951455205554,0.0,0.220541948637055,0.0,0.595795824991872 -697,0.5,0.255951455205554,0.0,0.203964157560868,0.0,0.638544886472648 -698,0.5,0.255951455205554,0.0,0.193186481183601,0.0,0.687264192210935 -699,0.5,0.255951455205554,0.0,0.182657076021501,0.0,0.716181850380518 -700,0.5,0.255951455205554,0.0,0.182003039006887,0.0,0.764855745936246 -701,0.5,0.255951455205554,0.0,0.194252860374666,0.0,0.798914568029627 -702,0.5,0.255951455205554,0.0,0.204926180113299,0.0,0.836555920863605 -703,0.5,0.255951455205554,0.0,0.204134476310407,0.0,0.874816903674643 -704,0.5,0.255951455205554,0.0,0.196204685180362,0.0,0.894351349649236 -705,0.5,0.255951455205554,0.0185353346759609,0.191677443397445,0.000252538811650355,0.90373765543141 -706,0.5,0.255951455205554,0.148228990687709,0.194914765131503,0.032120866262942,0.912370237880827 -707,0.5,0.255951455205554,0.285710862269481,0.202027041180665,0.0908744629163929,0.918218573003733 -708,0.5,0.255951455205554,0.386591414944808,0.196897159452333,0.194020398544173,0.900019293802919 -709,0.5,0.255951455205554,0.438032566440722,0.191994964831837,0.275538061489821,0.87392010245538 -710,0.5,0.255951455205554,0.428449434767238,0.191332792155338,0.213206244212382,0.856576335778517 -711,0.5,0.255951455205554,0.354410110279408,0.182070136087049,0.119969197891882,0.831940555529722 -712,0.5,0.255951455205554,0.195934302000842,0.169354933150229,0.0534191801877671,0.801496248792066 -713,0.5,0.255951455205554,0.0038688071025763,0.16199873869364,0.0,0.783856961765226 -714,0.5,0.255951455205554,0.0,0.157494374651047,0.0,0.800716299256629 -715,0.5,0.255951455205554,0.0,0.150257879457895,0.0,0.832576214670988 -716,0.5,0.255951455205554,0.0,0.142213383639448,0.0,0.842031266760265 -717,0.5,0.255951455205554,0.0,0.136913472064318,0.0,0.807210439322645 -718,0.5,0.255951455205554,0.0,0.131769581066492,0.0,0.77819042346601 -719,0.5,0.255951455205554,0.0,0.126191713123414,0.0,0.775928084020568 -720,0.5,0.255951455205554,0.0,0.120420190863413,0.0,0.737765723121809 -721,0.5,0.255951455205554,0.0,0.123425018579116,0.0,0.649520225760986 -722,0.5,0.255951455205554,0.0,0.123486516001158,0.0,0.628163647444155 -723,0.5,0.255951455205554,0.0,0.119877242204773,0.0,0.573609865956918 -724,0.5,0.255951455205554,0.0,0.116996357700996,0.0,0.492583654319373 -725,0.5,0.255951455205554,0.0,0.1150895394698,0.0,0.418182841153636 -726,0.5,0.255951455205554,0.0,0.112393814584816,0.0,0.370968345001474 -727,0.5,0.255951455205554,0.0,0.117579238614104,0.0,0.399982509385952 -728,0.5,0.255951455205554,0.0,0.116413100611157,0.0,0.438854206314527 -729,0.5,0.255951455205554,0.00902719850032842,0.111577758889767,0.000722899686940124,0.376232270769762 -730,0.5,0.255951455205554,0.0839916070640932,0.111805303433465,0.0417752492494143,0.324323536318881 -731,0.5,0.255951455205554,0.171273821782098,0.109343600830139,0.111153787740038,0.242545762635537 -732,0.5,0.255951455205554,0.244019825482019,0.0971740510751287,0.147551271366257,0.207333450778534 -733,0.5,0.255951455205554,0.286351468887463,0.0805112507058014,0.193302682230825,0.225416741460355 -734,0.5,0.255951455205554,0.29185274473372,0.0642794623548973,0.189365274786138,0.253277397594031 -735,0.5,0.255951455205554,0.267476387593234,0.0560545069528107,0.16442422192429,0.27756281073549 -736,0.5,0.255951455205554,0.18367103200796,0.0551870952597904,0.109443759075872,0.314750790247009 -737,0.5,0.255951455205554,0.00705928201000908,0.06447745587346,0.0,0.391683152106015 -738,0.5,0.255951455205554,0.0,0.0807819754189902,0.0,0.507649127791329 -739,0.5,0.255951455205554,0.0,0.0997434975340241,0.0,0.634525102608318 -740,0.5,0.255951455205554,0.0,0.11495383646149,0.0,0.727207262950641 -741,0.5,0.255951455205554,0.0,0.13079899406639,0.0,0.819356495060858 -742,0.5,0.255951455205554,0.0,0.155213072462885,0.0,0.875329514980235 -743,0.5,0.255951455205554,0.0,0.177528337945382,0.0,0.910859157369961 -744,0.5,0.255951455205554,0.0,0.19974601404564,0.0,0.921998034073931 -745,0.5,0.255951455205554,0.0,0.227798909865827,0.0,0.920535054868027 -746,0.5,0.255951455205554,0.0,0.259922203525244,0.0,0.916460401370946 -747,0.5,0.255951455205554,0.0,0.28653112658044,0.0,0.920288949584617 -748,0.5,0.255951455205554,0.0,0.32051839212297,0.0,0.93376138028095 -749,0.5,0.255951455205554,0.0,0.36263860657944,0.0,0.934481458111787 -750,0.5,0.255951455205554,0.0,0.399987988792995,0.0,0.936425184400495 -751,0.5,0.255951455205554,0.0,0.425396629961601,0.0,0.943422572775859 -752,0.5,0.255951455205554,0.0,0.443791940472934,0.0,0.950734193843632 -753,0.5,0.255951455205554,0.0215125825450196,0.453654028494278,0.00142076915874614,0.954679834479794 -754,0.5,0.255951455205554,0.127566278595738,0.451986159327055,0.0524349291960077,0.960574255832889 -755,0.5,0.255951455205554,0.231720547780038,0.451644264854788,0.0704240853677312,0.963255360954803 -756,0.5,0.255951455205554,0.30506405499862,0.443693902800738,0.16300081666304,0.939302112162689 -757,0.5,0.255951455205554,0.318465097517286,0.417416784403136,0.175284228760784,0.850427940207861 -758,0.5,0.255951455205554,0.266610578003854,0.381139543816558,0.0899969209641941,0.864243254588191 -759,0.5,0.255951455205554,0.188763981142063,0.331257583498198,0.0515918589783208,0.903616416968423 -760,0.5,0.255951455205554,0.0958249199230506,0.279316612007309,0.0104852533635025,0.887967964125241 -761,0.5,0.255951455205554,0.00356949836184817,0.231602537989611,0.000792457708316572,0.884156611898371 -762,0.5,0.255951455205554,0.0,0.196148994516441,0.0,0.8519015164411 -763,0.5,0.255951455205554,0.0,0.164777103402615,0.0,0.852014144000821 -764,0.5,0.255951455205554,0.0,0.144747384728264,0.0,0.917294583184802 -765,0.5,0.255951455205554,0.0,0.139793566794937,0.0,0.921300766114065 -766,0.5,0.255951455205554,0.0,0.145129059484209,0.0,0.916656018619172 -767,0.5,0.255951455205554,0.0,0.152468448564969,0.0,0.913976778984533 -768,0.5,0.255951455205554,0.0,0.162818861550157,0.0,0.911060658892018 -769,0.5,0.255951455205554,0.0,0.175055264644005,0.0,0.909778972735986 -770,0.5,0.255951455205554,0.0,0.188397699304975,0.0,0.912056899144055 -771,0.5,0.255951455205554,0.0,0.199469425711153,0.0,0.91462880617114 -772,0.5,0.255951455205554,0.0,0.200940194246247,0.0,0.91578915185238 -773,0.5,0.255951455205554,0.0,0.199675319472036,0.0,0.915851487236322 -774,0.5,0.255951455205554,0.0,0.19826133642393,0.0,0.915819970456125 -775,0.5,0.255951455205554,0.0,0.192416188012878,0.0,0.915969422678802 -776,0.5,0.255951455205554,0.0,0.183992677437175,0.0,0.914157244473825 -777,0.5,0.255951455205554,0.00656258869594078,0.175605354821335,0.00347924879222298,0.904995592993422 -778,0.5,0.255951455205554,0.0760187477389067,0.168540160138239,0.139456544566172,0.90312804818643 -779,0.5,0.255951455205554,0.157379529281192,0.161088832488185,0.298000361637179,0.901776381334829 -780,0.5,0.255951455205554,0.222821247647442,0.155004367019988,0.360652226822078,0.881787859237421 -781,0.5,0.255951455205554,0.260677746127988,0.15552475412145,0.212404585340031,0.875058101128393 -782,0.5,0.255951455205554,0.257462220568507,0.138226378440915,0.113278379348133,0.872693216797079 -783,0.5,0.255951455205554,0.213739934090679,0.114578958775014,0.0602855111913482,0.857445287734844 -784,0.5,0.255951455205554,0.14039420000654,0.0983634022274845,0.0452519541248283,0.852140833694116 -785,0.5,0.255951455205554,0.0113329276096323,0.0964653555160859,0.0,0.835512275412386 -786,0.5,0.255951455205554,0.0,0.09206004105261,0.0,0.814531076843577 -787,0.5,0.255951455205554,0.0,0.0828037387985646,0.0,0.850873570768642 -788,0.5,0.255951455205554,0.0,0.0794012991065003,0.0,0.88040749368967 -789,0.5,0.255951455205554,0.0,0.0819500522894357,0.0,0.875929037779578 -790,0.5,0.255951455205554,0.0,0.0819287631933435,0.0,0.861025352660976 -791,0.5,0.255951455205554,0.0,0.0764875967836527,0.0,0.833586064749489 -792,0.5,0.255951455205554,0.0,0.0699312849139848,0.0,0.815171138184989 -793,0.5,0.255951455205554,0.0,0.0642568756839468,0.0,0.799287003670158 -794,0.5,0.255951455205554,0.0,0.0552494568954981,0.0,0.782098724656619 -795,0.5,0.255951455205554,0.0,0.0470994285122018,0.0,0.774691082372261 -796,0.5,0.255951455205554,0.0,0.044097784855862,0.0,0.743552478362077 -797,0.5,0.255951455205554,0.0,0.0416797680463971,0.0,0.690559569630581 -798,0.5,0.255951455205554,0.0,0.0411335215513401,0.0,0.614875007169848 -799,0.5,0.255951455205554,0.0,0.0472772089300825,0.0,0.547579682309832 -800,0.5,0.255951455205554,0.0,0.0527179590725366,0.0,0.560093843514495 -801,0.5,0.255951455205554,0.0130018749897533,0.0598771100830456,0.00476166934270528,0.693490365601256 -802,0.5,0.255951455205554,0.114399639017744,0.0742742216018634,0.154176927524616,0.628102891511621 -803,0.5,0.255951455205554,0.224641295315421,0.100629783042489,0.315480545527722,0.531689360120655 -804,0.5,0.255951455205554,0.316154063353855,0.136266844591516,0.437199221319877,0.630618836341562 -805,0.5,0.255951455205554,0.360731962378771,0.176068258463946,0.495004328212174,0.704371406619967 -806,0.5,0.255951455205554,0.352133286685357,0.21389998214513,0.483099030108674,0.811886633028164 -807,0.5,0.255951455205554,0.287635097739095,0.225160899929593,0.40758861174997,0.85872276322628 -808,0.5,0.255951455205554,0.17396591300069,0.236732446782722,0.278973843054678,0.86910908815883 -809,0.5,0.255951455205554,0.0151328976108169,0.273099814256718,0.0,0.879083386022062 -810,0.5,0.255951455205554,0.0,0.321189013252822,0.0,0.866890950286333 -811,0.5,0.255951455205554,0.0,0.349359357991573,0.0,0.870812872992059 -812,0.5,0.255951455205554,0.0,0.351527074340405,0.0,0.934856177586237 -813,0.5,0.255951455205554,0.0,0.337874543037463,0.0,0.969211603806813 -814,0.5,0.255951455205554,0.0,0.31137632036924,0.0,0.96256394069641 -815,0.5,0.255951455205554,0.0,0.276164877201146,0.0,0.945768174483352 -816,0.5,0.255951455205554,0.0,0.229216247658006,0.0,0.907790277092326 -817,0.5,0.255951455205554,0.0,0.196445462013844,0.0,0.869993879521316 -818,0.5,0.255951455205554,0.0,0.168017721873582,0.0,0.83563693212725 -819,0.5,0.255951455205554,0.0,0.147782562932347,0.0,0.793783035959865 -820,0.5,0.255951455205554,0.0,0.131063124065012,0.0,0.772793746487253 -821,0.5,0.255951455205554,0.0,0.123076215559327,0.0,0.765389717009054 -822,0.5,0.255951455205554,0.0,0.117979867391032,0.0,0.741274339959092 -823,0.5,0.255951455205554,0.0,0.113037362693431,0.0,0.690317215056466 -824,0.5,0.255951455205554,0.0,0.10633475707941,0.0,0.591727896706521 -825,0.5,0.255951455205554,0.0236396389061002,0.0982730481362924,0.00177398688641607,0.517564308628231 -826,0.5,0.255951455205554,0.120317756062826,0.0981349429237896,0.0764495666945485,0.629214078578837 -827,0.5,0.255951455205554,0.220041966371539,0.100005663384811,0.214964555029681,0.721046562487638 -828,0.5,0.255951455205554,0.289919974062737,0.10259791857944,0.324213553313177,0.762792612305284 -829,0.5,0.255951455205554,0.311030564007876,0.110989946319681,0.345727857039819,0.783392758844593 -830,0.5,0.255951455205554,0.282975207259098,0.112590698985793,0.408251518890204,0.763893037803296 -831,0.5,0.255951455205554,0.223560319653589,0.109902167282874,0.314621202072731,0.751581555932629 -832,0.5,0.255951455205554,0.134963105428591,0.101546204990603,0.171685407380629,0.714954849697574 -833,0.5,0.255951455205554,0.0119204048079113,0.0924712410860635,0.0,0.658598417131065 -834,0.5,0.255951455205554,0.0,0.08439421751033,0.0,0.62466860555989 -835,0.5,0.255951455205554,0.0,0.0802026390187775,0.0,0.58592067967142 -836,0.5,0.255951455205554,0.0,0.0760118885304755,0.0,0.570637288343954 -837,0.5,0.255951455205554,0.0,0.0807799277908625,0.0,0.663939797279914 -838,0.5,0.255951455205554,0.0,0.0904658972884169,0.0,0.793961343817407 -839,0.5,0.255951455205554,0.0,0.102414705208139,0.0,0.837089278064347 -840,0.5,0.255951455205554,0.0,0.11070386527645,0.0,0.855857893718687 -841,0.5,0.255951455205554,0.0,0.12004662872912,0.0,0.873606243033992 -842,0.5,0.255951455205554,0.0,0.134162397556233,0.0,0.86751136318402 -843,0.5,0.255951455205554,0.0,0.149863886331644,0.0,0.882234734062716 -844,0.5,0.255951455205554,0.0,0.168853989084585,0.0,0.88618699265622 -845,0.5,0.255951455205554,0.0,0.198891959975769,0.0,0.888651341375887 -846,0.5,0.255951455205554,0.0,0.229099248686582,0.0,0.907358491559078 -847,0.5,0.255951455205554,0.0,0.26670860863545,0.0,0.911594602474765 -848,0.5,0.255951455205554,0.0,0.29725682208963,0.0,0.912306100680376 -849,0.5,0.255951455205554,0.0340940203354332,0.307728723380657,0.00654101345510842,0.913472682447961 -850,0.5,0.255951455205554,0.155610508974874,0.306544164979134,0.151569767423075,0.91547376444577 -851,0.5,0.255951455205554,0.256379778416341,0.315334172436216,0.293067487599672,0.916985035292737 -852,0.5,0.255951455205554,0.315084646110855,0.329003745982793,0.420158713895173,0.922533126305835 -853,0.5,0.255951455205554,0.324091661517622,0.348325234908996,0.492414713229791,0.922457170072824 -854,0.5,0.255951455205554,0.290778294700256,0.357633382770483,0.46015636141391,0.916810939659753 -855,0.5,0.255951455205554,0.23230769803271,0.350033462770851,0.293108757782941,0.908962051466896 -856,0.5,0.255951455205554,0.141086316588987,0.338052754256887,0.0917123901011683,0.91432598880308 -857,0.5,0.255951455205554,0.0187282229505547,0.319728883871897,0.0,0.917492439484375 -858,0.5,0.255951455205554,0.0,0.319283756755487,0.0,0.900798471976512 -859,0.5,0.255951455205554,0.0,0.321926891999089,0.0,0.858756989066295 -860,0.5,0.255951455205554,0.0,0.327765541116754,0.0,0.898610276599147 -861,0.5,0.255951455205554,0.0,0.340353358127141,0.0,0.917721723841447 -862,0.5,0.255951455205554,0.0,0.362407332655301,0.0,0.916733661407671 -863,0.5,0.255951455205554,0.0,0.378817586290671,0.0,0.920013777340774 -864,0.5,0.255951455205554,0.0,0.399436781940597,0.0,0.919414816400751 -865,0.5,0.255951455205554,0.0,0.421467362009785,0.0,0.921881849831657 -866,0.5,0.255951455205554,0.0,0.444420877192762,0.0,0.921785519119552 -867,0.5,0.255951455205554,0.0,0.473040563784902,0.0,0.92194080958906 -868,0.5,0.255951455205554,0.0,0.491437224742766,0.0,0.92427213725278 -869,0.5,0.255951455205554,0.0,0.505468013039602,0.0,0.927817429860098 -870,0.5,0.255951455205554,0.0,0.501873163841067,0.0,0.928997452847528 -871,0.5,0.255951455205554,0.0,0.482527155766791,0.0,0.934709014259832 -872,0.5,0.255951455205554,0.0,0.461300331171486,0.0,0.948244871636089 -873,0.5,0.255951455205554,0.0175447332711253,0.43808057123592,0.000782545701418233,0.950399579034036 -874,0.5,0.255951455205554,0.0869772157660199,0.431406973635577,0.0104407918565823,0.944699794199709 -875,0.5,0.255951455205554,0.167186977393434,0.460777250476543,0.0286000858068326,0.948658078251248 -876,0.5,0.255951455205554,0.240437579237796,0.48926636601253,0.0446976160686179,0.944777056988058 -877,0.5,0.255951455205554,0.292403036331358,0.485903735544215,0.0481430948542886,0.946249187748415 -878,0.5,0.255951455205554,0.307311943857413,0.437066269517355,0.0994117450473183,0.942666410781391 -879,0.5,0.255951455205554,0.276046244185873,0.354017253969088,0.0234559630774301,0.888150380947765 -880,0.5,0.255951455205554,0.193284817519441,0.276334940285853,0.00759355214654842,0.836837706410964 -881,0.5,0.255951455205554,0.029530938185875,0.247411347089016,0.0,0.753505981968447 -882,0.5,0.255951455205554,0.0,0.258215858176819,0.0,0.766137692196367 -883,0.5,0.255951455205554,0.0,0.27618169677449,0.0,0.78729053829302 -884,0.5,0.255951455205554,0.0,0.311292743486919,0.0,0.765557239657861 -885,0.5,0.255951455205554,0.0,0.347389505850234,0.0,0.727302678578524 -886,0.5,0.255951455205554,0.0,0.388565755894419,0.0,0.763163422676985 -887,0.5,0.255951455205554,0.0,0.437982907735081,0.0,0.879799567022166 -888,0.5,0.255951455205554,0.0,0.491668272499625,0.0,0.91698689503454 -889,0.5,0.255951455205554,0.0,0.53742835923397,0.0,0.925400312356506 -890,0.5,0.255951455205554,0.0,0.581276649424719,0.0,0.925178754227655 -891,0.5,0.255951455205554,0.0,0.63129820015086,0.0,0.901374118168007 -892,0.5,0.255951455205554,0.0,0.695505572097838,0.0,0.915477423305592 -893,0.5,0.255951455205554,0.0,0.732379654181481,0.0,0.955071442092292 -894,0.5,0.255951455205554,0.0,0.766032528701157,0.0,0.983416055070914 -895,0.5,0.255951455205554,0.0,0.795332130165894,0.0,0.994711784662575 -896,0.5,0.255951455205554,0.0,0.814096602054459,0.0,1.00096676709897 -897,0.5,0.255951455205554,0.00701452733691146,0.827351355376818,0.000268923671718137,0.9994594383236 -898,0.5,0.255951455205554,0.0350004458842747,0.850123457376434,0.00136626279700543,0.990603405750833 -899,0.5,0.255951455205554,0.0712023477519955,0.879780259790129,0.0114915207890214,0.981960086201208 -900,0.5,0.255951455205554,0.100388391400791,0.931961151790729,0.063857817521132,0.968766461628592 -901,0.5,0.255951455205554,0.114567078187774,0.977841429689657,0.0124434429054967,0.976415958147169 -902,0.5,0.255951455205554,0.103981391199765,0.996283937877373,0.0120538068798561,0.978278827035879 -903,0.5,0.255951455205554,0.0775069067022653,1.00047504421775,0.0153632947075054,0.994067751281162 -904,0.5,0.255951455205554,0.0444918237918888,0.992665526840287,0.0114614005946526,1.00137405024598 -905,0.5,0.255951455205554,0.0106278932059571,0.9673871045796,0.0,1.00608667855528 -906,0.5,0.255951455205554,0.0,0.936425665159373,0.0,1.00777635397364 -907,0.5,0.255951455205554,0.0,0.902118651264993,0.0,1.00973920986444 -908,0.5,0.255951455205554,0.0,0.862217496529956,0.0,1.00971407211612 -909,0.5,0.255951455205554,0.0,0.806699601873384,0.0,1.00574618711102 -910,0.5,0.255951455205554,0.0,0.739125229411796,0.0,0.985075343953669 -911,0.5,0.255951455205554,0.0,0.670513347979862,0.0,0.951595697997163 -912,0.5,0.255951455205554,0.0,0.623332659115197,0.0,0.944967130451665 -913,0.5,0.255951455205554,0.0,0.568405306106614,0.0,0.906014878959591 -914,0.5,0.255951455205554,0.0,0.498157531991249,0.0,0.844967090151068 -915,0.5,0.255951455205554,0.0,0.443891308608788,0.0,0.964568138306353 -916,0.5,0.255951455205554,0.0,0.421462153846641,0.0,0.987320108453422 -917,0.5,0.255951455205554,0.0,0.42604455076976,0.0,0.985802544280412 -918,0.5,0.255951455205554,0.0,0.459852516249459,0.0,0.992355107781628 -919,0.5,0.255951455205554,0.0,0.502796415991929,0.0,0.980405038236548 -920,0.5,0.255951455205554,0.0,0.542417083902581,0.0,0.972264580631759 -921,0.5,0.255951455205554,0.0372618518209357,0.589061151605933,0.00696503558380121,0.963944325297128 -922,0.5,0.255951455205554,0.148911234224701,0.644743752278679,0.112401829223957,0.961373648832595 -923,0.5,0.255951455205554,0.251931848465754,0.730323330920477,0.239577726745081,0.965293681934803 -924,0.5,0.255951455205554,0.307106324616179,0.805288416638876,0.328016918410937,0.969996222838923 -925,0.5,0.255951455205554,0.30864519657838,0.842920150792814,0.240185219687272,0.978183807539311 -926,0.5,0.255951455205554,0.261096800710419,0.859045240835964,0.108223106726752,0.98167621398691 -927,0.5,0.255951455205554,0.183180826648697,0.83773746945817,0.0692190979837948,0.990174006874782 -928,0.5,0.255951455205554,0.09739185402047,0.798029812949166,0.00976020944791339,0.997058315402839 -929,0.5,0.255951455205554,0.0158347453168411,0.733732357243221,0.0,0.997575327788838 -930,0.5,0.255951455205554,0.0,0.665606240654258,0.0,0.990840103595249 -931,0.5,0.255951455205554,0.0,0.630736319627706,0.0,0.97996234368558 -932,0.5,0.255951455205554,0.0,0.598545192173767,0.0,0.968526630533231 -933,0.5,0.255951455205554,0.0,0.578340095484165,0.0,0.958830878963959 -934,0.5,0.255951455205554,0.0,0.573086790310573,0.0,0.948953827144445 -935,0.5,0.255951455205554,0.0,0.576440183948964,0.0,0.942364549517133 -936,0.5,0.255951455205554,0.0,0.58065732597038,0.0,0.937492419453509 -937,0.5,0.255951455205554,0.0,0.596496736797239,0.0,0.936970513212346 -938,0.5,0.255951455205554,0.0,0.620829493550944,0.0,0.941076526772663 -939,0.5,0.255951455205554,0.0,0.664033921275218,0.0,0.947935236626233 -940,0.5,0.255951455205554,0.0,0.698116769881284,0.0,0.962620984814877 -941,0.5,0.255951455205554,0.0,0.708976822256764,0.0,0.976331078434202 -942,0.5,0.255951455205554,0.0,0.718598699438693,0.0,0.975367611510595 -943,0.5,0.255951455205554,0.0,0.715317242432879,0.0,0.977638842934664 -944,0.5,0.255951455205554,0.0,0.699606967417112,0.0,0.976403835154474 -945,0.5,0.255951455205554,0.0204874000072441,0.688324836167016,0.000702647584743759,0.983289714718666 -946,0.5,0.255951455205554,0.082154003603634,0.7296201455554,0.00866692072246402,0.272333917910763 -947,0.5,0.255951455205554,0.142284986628373,0.801299979729065,0.0218820704707475,0.980460728009882 -948,0.5,0.255951455205554,0.172293575132115,0.852713456717089,0.0407051335886075,0.986440154154257 -949,0.5,0.255951455205554,0.196510165734833,0.866023762181704,0.0482395731865206,0.985992836963931 -950,0.5,0.255951455205554,0.191558726112007,0.869567374921868,0.0351091233375227,0.990931229192355 -951,0.5,0.255951455205554,0.16467669947932,0.858114434546349,0.0307522187675705,0.985110691841307 -952,0.5,0.255951455205554,0.125870846468851,0.8321403030847,0.0253845464746228,0.963068355009225 -953,0.5,0.255951455205554,0.0332566235537771,0.766082230237906,0.0,0.945092201755624 -954,0.5,0.255951455205554,0.0,0.691680796507075,0.0,0.945526906565054 -955,0.5,0.255951455205554,0.0,0.700520076988661,0.0,0.949385592815427 -956,0.5,0.255951455205554,0.0,0.700533418553231,0.0,0.924349052649223 -957,0.5,0.255951455205554,0.0,0.705786424808753,0.0,0.978704159925927 -958,0.5,0.255951455205554,0.0,0.666225503466701,0.0,0.98132038635123 -959,0.5,0.255951455205554,0.0,0.620181735147086,0.0,0.979698105691617 -960,0.5,0.255951455205554,0.0,0.560069725267346,0.0,0.970653200751402 -961,0.5,0.255951455205554,0.0,0.516747912471152,0.0,0.978745297387456 -962,0.5,0.255951455205554,0.0,0.47271238434513,0.0,0.984912457120548 -963,0.5,0.255951455205554,0.0,0.428630831338372,0.0,0.996289740468388 -964,0.5,0.255951455205554,0.0,0.380877430202254,0.0,0.994202868996032 -965,0.5,0.255951455205554,0.0,0.326014042136773,0.0,0.971762412761525 -966,0.5,0.255951455205554,0.0,0.278835347321329,0.0,0.9633336852953 -967,0.5,0.255951455205554,0.0,0.23821957542301,0.0,0.95829360981956 -968,0.5,0.255951455205554,0.0,0.206390776535931,0.0,0.937750900693353 -969,0.5,0.255951455205554,0.0436770646283617,0.180295181173357,0.00392464225688855,0.923872116371966 -970,0.5,0.255951455205554,0.173003591459457,0.168951511306296,0.0925430600232864,0.902445629273391 -971,0.5,0.255951455205554,0.299747167205764,0.176191674837266,0.304462880469867,0.873047156601065 -972,0.5,0.255951455205554,0.379216083370106,0.203442957644511,0.461210698402595,0.836395511636002 -973,0.5,0.255951455205554,0.410869184239136,0.192553386386007,0.520862374783008,0.813658426028246 -974,0.5,0.255951455205554,0.377769888536012,0.15597451275036,0.512369259354895,0.770134982452663 -975,0.5,0.255951455205554,0.290884876003251,0.108720404375239,0.413683480581288,0.678798824735933 -976,0.5,0.255951455205554,0.164692434429248,0.0721116389850227,0.229571240982083,0.593740169743657 -977,0.5,0.255951455205554,0.0288884153330181,0.067730362152694,0.0,0.525845193345025 -978,0.5,0.255951455205554,8.02202928393013e-07,0.076955455459499,0.0,0.448252519228442 -979,0.5,0.255951455205554,0.0,0.0854390920982537,0.0,0.325336950633198 -980,0.5,0.255951455205554,0.0,0.0936221277545597,0.0,0.20018045997784 -981,0.5,0.255951455205554,0.0,0.0924310043902823,0.0,0.14456644182942 -982,0.5,0.255951455205554,0.0,0.0912188707049704,0.0,0.19062911305168 -983,0.5,0.255951455205554,0.0,0.090090335028764,0.0,0.357250454940071 -984,0.5,0.255951455205554,0.0,0.0861986550447411,0.0,0.491182369114653 -985,0.5,0.255951455205554,0.0,0.090569653290923,0.0,0.514485412495494 -986,0.5,0.255951455205554,0.0,0.101627231530455,0.0,0.478959684817561 -987,0.5,0.255951455205554,0.0,0.116550351303465,0.0,0.366325856967442 -988,0.5,0.255951455205554,0.0,0.138215927690043,0.0,0.23173146312878 -989,0.5,0.255951455205554,0.0,0.170670031570773,0.0,0.164933471184429 -990,0.5,0.255951455205554,0.0,0.205878112006082,0.0,0.215057364478053 -991,0.5,0.255951455205554,0.0,0.243436637386273,0.0,0.192632177268978 -992,0.5,0.255951455205554,0.0,0.273241441817351,0.0,0.137833358748434 -993,0.5,0.255951455205554,0.0142777626324347,0.298248283045014,0.00747744593870021,0.165117429936727 -994,0.5,0.255951455205554,0.0610293567248947,0.340071370252426,0.0604283424504136,0.145004686176788 -995,0.5,0.255951455205554,0.105671113355263,0.392291647244796,0.157599137863567,0.19279085325238 -996,0.5,0.255951455205554,0.143663987897087,0.447623978347028,0.244955274963661,0.341198694142307 -997,0.5,0.255951455205554,0.172260033996646,0.500714249913823,0.327171851217319,0.513727359844124 -998,0.5,0.255951455205554,0.187164891580943,0.538195405765148,0.193890575067417,0.736909519004907 -999,0.5,0.255951455205554,0.163405383452155,0.521674024033796,0.056473689274736,0.839246302084432 -1000,0.5,0.255951455205554,0.112839972825452,0.471583852600404,0.0320337322241885,0.870017771215517 -1001,0.5,0.255951455205554,0.0412120576250947,0.416759808700559,0.0,0.904104790164637 -1002,0.5,0.255951455205554,0.0,0.394167171023892,0.0,0.933917226239053 -1003,0.5,0.255951455205554,0.0,0.420293454918393,0.0,0.965427726174977 -1004,0.5,0.255951455205554,0.0,0.46913818913315,0.0,0.974526528345751 -1005,0.5,0.255951455205554,0.0,0.506184090899894,0.0,0.95283458074078 -1006,0.5,0.255951455205554,0.0,0.5241732866927,0.0,0.939492248064512 -1007,0.5,0.255951455205554,0.0,0.533568625741548,0.0,0.935032770164389 -1008,0.5,0.255951455205554,0.0,0.518854820014266,0.0,0.941964418322891 -1009,0.5,0.255951455205554,0.0,0.473812436491225,0.0,0.951274415178832 -1010,0.5,0.255951455205554,0.0,0.416058230821111,0.0,0.967772129456815 -1011,0.5,0.255951455205554,0.0,0.37415369318718,0.0,0.973649956431375 -1012,0.5,0.255951455205554,0.0,0.340057311890458,0.0,0.98359512748875 -1013,0.5,0.255951455205554,0.0,0.306041139769593,0.0,0.983915450732587 -1014,0.5,0.255951455205554,0.0,0.284353708598116,0.0,0.967535852398127 -1015,0.5,0.255951455205554,0.0,0.272039603755105,0.0,0.946682749771331 -1016,0.5,0.255951455205554,6.58704735759494e-08,0.270639558416946,0.0,0.945253520243027 -1017,0.5,0.255951455205554,0.0336169138000722,0.268454884360247,0.0324584082663267,0.938782884703634 -1018,0.5,0.255951455205554,0.135757556201014,0.274956852535645,0.203382759075351,0.942287823090372 -1019,0.5,0.255951455205554,0.246761215585388,0.302157001066168,0.350134194781436,0.943771293243925 -1020,0.5,0.255951455205554,0.336872945984863,0.384624610769952,0.436560431007361,0.942145348990774 -1021,0.5,0.255951455205554,0.394412119175918,0.408810184804785,0.475558189258339,0.831533336821619 -1022,0.5,0.255951455205554,0.39121295629215,0.368527978788407,0.469003946412567,0.840300412579473 -1023,0.5,0.255951455205554,0.330850817352239,0.279954050468259,0.4052342523399,0.801052723182868 -1024,0.5,0.255951455205554,0.230755789111492,0.178007999299421,0.321524928951801,0.831760736730391 -1025,0.5,0.255951455205554,0.062706585725737,0.163195230326634,0.101929442523212,0.907016808822534 -1026,0.5,0.255951455205554,0.0,0.209175599959069,0.0,0.915340441267071 -1027,0.5,0.255951455205554,0.0,0.26276003708769,0.0,0.915006052957357 -1028,0.5,0.255951455205554,0.0,0.336780201462392,0.0,0.9153001038259 -1029,0.5,0.255951455205554,0.0,0.415376404182206,0.0,0.919982815459226 -1030,0.5,0.255951455205554,0.0,0.467922309584955,0.0,0.925076911504265 -1031,0.5,0.255951455205554,0.0,0.521843016507096,0.0,0.93357502410723 -1032,0.5,0.255951455205554,0.0,0.564601259692714,0.0,0.0574346615499211 -1033,0.5,0.255951455205554,0.0,0.603005833604644,0.0,0.177206474579176 -1034,0.5,0.255951455205554,0.0,0.64563601910408,0.0,0.0680846605866571 -1035,0.5,0.255951455205554,0.0,0.672372850722334,0.0,0.871090239692636 -1036,0.5,0.255951455205554,0.0,0.678681522244889,0.0,0.987053996519376 -1037,0.5,0.255951455205554,0.0,0.671511804180386,0.0,0.975366409982293 -1038,0.5,0.255951455205554,0.0,0.655565199567493,0.0,0.956170900294591 -1039,0.5,0.255951455205554,0.0,0.620045223224305,0.0,0.931947193642208 -1040,0.5,0.255951455205554,1.62155279032075e-06,0.575738381372361,0.0,0.979894397980326 -1041,0.5,0.255951455205554,0.0209740254169902,0.518473086801198,0.00501817565180899,0.989256666280248 -1042,0.5,0.255951455205554,0.0693884656470626,0.458184014559512,0.0529444422729563,0.975782821232183 -1043,0.5,0.255951455205554,0.134147437168554,0.425036272390174,0.100979800900471,0.966312779747984 -1044,0.5,0.255951455205554,0.200567928569541,0.399424942283429,0.044115846164097,0.942310101588964 -1045,0.5,0.255951455205554,0.240762945399614,0.356879699510634,0.0549934476520818,0.932568710646495 -1046,0.5,0.255951455205554,0.23912319114469,0.317205220131458,0.0982827908485445,0.932202277397306 -1047,0.5,0.255951455205554,0.188344869111789,0.263685640791936,0.0309810893682842,0.929129318092641 -1048,0.5,0.255951455205554,0.107969079125157,0.220190200345292,0.0244909213238087,0.912914254536811 -1049,0.5,0.255951455205554,0.0317501164042771,0.192419018727069,0.0762480055180753,0.887788150754807 -1050,0.5,0.255951455205554,1.32793502847887e-05,0.178933765321413,0.0,0.846507450640203 -1051,0.5,0.255951455205554,0.0,0.16443129203537,0.0,0.806683347044087 -1052,0.5,0.255951455205554,0.0,0.160847413848172,0.0,0.781647767451138 -1053,0.5,0.255951455205554,0.0,0.166486466315407,0.0,0.725116594338322 -1054,0.5,0.255951455205554,0.0,0.183595639566071,0.0,0.681123905029395 -1055,0.5,0.255951455205554,0.0,0.203228066665748,0.0,0.65538572812548 -1056,0.5,0.255951455205554,0.0,0.219251850401616,0.0,0.634556379499517 -1057,0.5,0.255951455205554,0.0,0.229785664068201,0.0,0.575771844734582 -1058,0.5,0.255951455205554,0.0,0.240177474384495,0.0,0.443573055625531 -1059,0.5,0.255951455205554,0.0,0.267078221612616,0.0,0.432990902883486 -1060,0.5,0.255951455205554,0.0,0.281803241246401,0.0,0.415486774108379 -1061,0.5,0.255951455205554,0.0,0.301441970513634,0.0,0.626309778529228 -1062,0.5,0.255951455205554,0.0,0.309541819163065,0.0,0.730060616068535 -1063,0.5,0.255951455205554,0.0,0.325423262130279,0.0,0.645378595482133 -1064,0.5,0.255951455205554,4.66371512283222e-06,0.328221000777954,0.0,0.792456488334638 -1065,0.5,0.255951455205554,0.0364390222712514,0.31337447933702,0.00413470965843502,0.70056971255985 -1066,0.5,0.255951455205554,0.12345947923869,0.323425164914518,0.0213337727647778,0.713454949664261 -1067,0.5,0.255951455205554,0.217465712087689,0.363402617107934,0.0382256677032252,0.638443710155863 -1068,0.5,0.255951455205554,0.286515021646976,0.388801307872775,0.0932050937349888,0.567821431671862 -1069,0.5,0.255951455205554,0.323067032998462,0.400064711302559,0.118984441593568,0.684381555034043 -1070,0.5,0.255951455205554,0.317536121499947,0.380353087680657,0.206687205757401,0.839324146000016 -1071,0.5,0.255951455205554,0.2824515407863,0.324178983259071,0.0839689272697634,0.833038931131359 -1072,0.5,0.255951455205554,0.201239257254168,0.257976699555354,0.0536693647396701,0.746493901439583 -1073,0.5,0.255951455205554,0.056468048195829,0.249710507738027,0.0094023333393038,0.810793241094016 -1074,0.5,0.255951455205554,7.8069040254412e-06,0.313639945662562,0.0,0.891060039203858 -1075,0.5,0.255951455205554,0.0,0.401570331431705,0.0,0.910139796895811 -1076,0.5,0.255951455205554,0.0,0.465272552413613,0.0,0.917069815671851 -1077,0.5,0.255951455205554,0.0,0.529117457104386,0.0,0.927570471157964 -1078,0.5,0.255951455205554,0.0,0.590249020416498,0.0,0.93528673127466 -1079,0.5,0.255951455205554,0.0,0.656952082093682,0.0,0.0642245555717008 -1080,0.5,0.255951455205554,0.0,0.697605415108941,0.0,0.083528470694587 -1081,0.5,0.255951455205554,0.0,0.719342997847368,0.0,0.269056705129214 -1082,0.5,0.255951455205554,0.0,0.745239999092468,0.0,0.994121227795703 -1083,0.5,0.255951455205554,0.0,0.774912455148084,0.0,1.00180527955648 -1084,0.5,0.255951455205554,0.0,0.787752548007295,0.0,1.00674883207417 -1085,0.5,0.255951455205554,0.0,0.759898874457911,0.0,0.228023067514744 -1086,0.5,0.255951455205554,0.0,0.722966134767871,0.0,0.117468287666423 -1087,0.5,0.255951455205554,0.0,0.696080819393579,0.0,0.109954013053145 -1088,0.5,0.255951455205554,2.75531861869488e-05,0.672046306358887,0.0,0.095255822060931 -1089,0.5,0.255951455205554,0.0110491069304724,0.66301480274178,0.0130768738544719,0.0703281771558381 -1090,0.5,0.255951455205554,0.0436256985707222,0.660121782884939,0.0359693542300669,0.0518644514544254 -1091,0.5,0.255951455205554,0.0853010953325353,0.688083609117224,0.0962884513527137,0.0490279225684683 -1092,0.5,0.255951455205554,0.116193023030713,0.714668542215734,0.0809178766254589,0.0553708683121398 -1093,0.5,0.255951455205554,0.131446992954451,0.739832136238734,0.06039471580283,0.0711833656293707 -1094,0.5,0.255951455205554,0.133867538204351,0.770277967234375,0.0315322732031477,0.0908977257985683 -1095,0.5,0.255951455205554,0.121794574438971,0.785660591232651,0.0299589414332788,0.0984177537512359 -1096,0.5,0.255951455205554,0.0808423134824575,0.791777495516622,0.0272838149698921,0.230064889470917 -1097,0.5,0.255951455205554,0.0268703267280637,0.781519826571872,0.00892025177816478,0.141344181815111 -1098,0.5,0.255951455205554,1.02519591068183e-05,0.776115478080966,0.0,0.867252400181481 -1099,0.5,0.255951455205554,0.0,0.782156408022749,0.0,0.990210758373687 -1100,0.5,0.255951455205554,0.0,0.782934694983703,0.0,0.287074381298347 -1101,0.5,0.255951455205554,0.0,0.793468529783765,0.0,1.00312785899424 -1102,0.5,0.255951455205554,0.0,0.802458138053182,0.0,1.00694173484728 -1103,0.5,0.255951455205554,0.0,0.798097164781332,0.0,1.00954438177844 -1104,0.5,0.255951455205554,0.0,0.801669284966347,0.0,1.00827794356695 -1105,0.5,0.255951455205554,0.0,0.807212932690672,0.0,1.00969547345071 -1106,0.5,0.255951455205554,0.0,0.802252668173516,0.0,1.00951000250592 -1107,0.5,0.255951455205554,0.0,0.789005288333534,0.0,1.00928022007143 -1108,0.5,0.255951455205554,0.0,0.774557599914601,0.0,1.0092782575788 -1109,0.5,0.255951455205554,0.0,0.7729217335097,0.0,1.007632671158 -1110,0.5,0.255951455205554,0.0,0.780172745207617,0.0,0.998071422926881 -1111,0.5,0.255951455205554,0.0,0.784156977651483,0.0,0.991001655358627 -1112,0.5,0.255951455205554,3.61034399923622e-05,0.767883504056854,0.0,0.965812418806136 -1113,0.5,0.255951455205554,0.0165508849527649,0.773867454902952,0.000773632696227607,0.911778712536166 -1114,0.5,0.255951455205554,0.0556222200408878,0.810867995494668,0.00324857621308739,0.938921569231422 -1115,0.5,0.255951455205554,0.0963957739987026,0.848449044012299,0.00897508608676325,0.957190024760347 -1116,0.5,0.255951455205554,0.125404120854497,0.862578147998739,0.0216026103536175,0.942135985491723 -1117,0.5,0.255951455205554,0.141952032732108,0.882292600895721,0.00568490069693207,0.931593536071946 -1118,0.5,0.255951455205554,0.131725622175542,0.877099631788336,0.0106885361559032,0.927215553260768 -1119,0.5,0.255951455205554,0.101051981804778,0.849540339221477,0.0568936958315453,0.929995353117194 -1120,0.5,0.255951455205554,0.0666946640107762,0.791322603323952,0.0229136989587302,0.920696085834784 -1121,0.5,0.255951455205554,0.0281323415918855,0.690804912029932,0.0056966300774147,0.905078142129068 -1122,0.5,0.255951455205554,1.33798917209731e-05,0.538331027377554,0.0,0.888103489092306 -1123,0.5,0.255951455205554,0.0,0.43787943148702,0.0,0.900541508593984 -1124,0.5,0.255951455205554,0.0,0.38335330474864,0.0,0.93214872485299 -1125,0.5,0.255951455205554,0.0,0.354055086744581,0.0,0.917792537316777 -1126,0.5,0.255951455205554,0.0,0.330264545784067,0.0,0.852582708240045 -1127,0.5,0.255951455205554,0.0,0.28786419595407,0.0,0.75916721052167 -1128,0.5,0.255951455205554,0.0,0.251908923607027,0.0,0.801620806221704 -1129,0.5,0.255951455205554,0.0,0.235298189648612,0.0,0.816805166328199 -1130,0.5,0.255951455205554,0.0,0.219778811200248,0.0,0.805155049656088 -1131,0.5,0.255951455205554,0.0,0.211950639747321,0.0,0.637344042763966 -1132,0.5,0.255951455205554,0.0,0.211027453157219,0.0,0.333968354229667 -1133,0.5,0.255951455205554,0.0,0.200227174575107,0.0,0.316324483804667 -1134,0.5,0.255951455205554,0.0,0.181430383012299,0.0,0.378118144774294 -1135,0.5,0.255951455205554,0.0,0.159990546322689,0.0,0.376682584374855 -1136,0.5,0.255951455205554,0.000198317945964053,0.14272560292148,0.0,0.326773391110684 -1137,0.5,0.255951455205554,0.0499010062282452,0.135514019823482,0.013343095187198,0.365739328448292 -1138,0.5,0.255951455205554,0.147771988647475,0.154350334422358,0.167109068407829,0.42582827565379 -1139,0.5,0.255951455205554,0.24752317624908,0.211504187379376,0.24227337629725,0.473277215575407 -1140,0.5,0.255951455205554,0.323950727811716,0.266744998649219,0.230878118592735,0.477236368149098 -1141,0.5,0.255951455205554,0.327716882949653,0.273295773282093,0.0881005101801759,0.496780318689299 -1142,0.5,0.255951455205554,0.301089787969198,0.274035409818744,0.0496320785118005,0.479709662165144 -1143,0.5,0.255951455205554,0.256891716661189,0.252901972401653,0.0369509753659996,0.502638342789791 -1144,0.5,0.255951455205554,0.19099680299862,0.195509056542291,0.0229412708443743,0.535408702821169 -1145,0.5,0.255951455205554,0.0694407917574813,0.144698087886916,0.00477794259529992,0.530855423354818 -1146,0.5,0.255951455205554,0.0,0.124361793549153,0.0,0.489885807548574 -1147,0.5,0.255951455205554,0.0,0.116895437594539,0.0,0.47903824532497 -1148,0.5,0.255951455205554,0.0,0.12057486483721,0.0,0.604869082830175 -1149,0.5,0.255951455205554,0.0,0.124948427439594,0.0,0.725826185922455 -1150,0.5,0.255951455205554,0.0,0.126047870874011,0.0,0.800479672572326 -1151,0.5,0.255951455205554,0.0,0.127327963727232,0.0,0.823137776875064 -1152,0.5,0.255951455205554,0.0,0.127298922796026,0.0,0.835486728333038 -1153,0.5,0.255951455205554,0.0,0.125314522952719,0.0,0.848952976006382 -1154,0.5,0.255951455205554,0.0,0.123878013899653,0.0,0.857233783892069 -1155,0.5,0.255951455205554,0.0,0.120261099728168,0.0,0.81927691727341 -1156,0.5,0.255951455205554,0.0,0.120536303125236,0.0,0.797981568700573 -1157,0.5,0.255951455205554,0.0,0.12233313132778,0.0,0.852121013563535 -1158,0.5,0.255951455205554,0.0,0.129677209611322,0.0,0.855993676334709 -1159,0.5,0.255951455205554,0.0,0.139600450898326,0.0,0.798480116240049 -1160,0.5,0.255951455205554,0.000523638769931196,0.138545468039083,0.0,0.754022196499048 -1161,0.5,0.255951455205554,0.0924447631007183,0.128214405381225,0.0350715315374428,0.771541845293628 -1162,0.5,0.255951455205554,0.244138885466234,0.133825284120788,0.112692852876904,0.741108504387957 -1163,0.5,0.255951455205554,0.38159197295989,0.163827601100314,0.172558021663929,0.726886791802764 -1164,0.5,0.255951455205554,0.473707920104207,0.211959246854747,0.392399246702212,0.74291188660097 -1165,0.5,0.255951455205554,0.500371129824389,0.218256118860847,0.479009068612024,0.728518084050867 -1166,0.5,0.255951455205554,0.454479591599113,0.205226297779317,0.444431424321991,0.663056193899913 -1167,0.5,0.255951455205554,0.349029552746982,0.181366082404117,0.270499461223365,0.545247128375464 -1168,0.5,0.255951455205554,0.212962228569262,0.140715186959544,0.115278876128243,0.553590712316884 -1169,0.5,0.255951455205554,0.074824984851226,0.122589577548898,0.0442489974526033,0.61425833362383 -1170,0.5,0.255951455205554,1.89621739317503e-05,0.126554207212745,0.0,0.717007185994706 -1171,0.5,0.255951455205554,0.0,0.123499888784914,0.0,0.718601738971387 -1172,0.5,0.255951455205554,0.0,0.126162249313347,0.0,0.655204000772853 -1173,0.5,0.255951455205554,0.0,0.132229842937387,0.0,0.649547740705795 -1174,0.5,0.255951455205554,0.0,0.141071604285146,0.0,0.701675975383688 -1175,0.5,0.255951455205554,0.0,0.148092641109415,0.0,0.747174779016493 -1176,0.5,0.255951455205554,0.0,0.156874355085262,0.0,0.662430653447854 -1177,0.5,0.255951455205554,0.0,0.161647433342811,0.0,0.594180026305578 -1178,0.5,0.255951455205554,0.0,0.168966274881797,0.0,0.558360657561025 -1179,0.5,0.255951455205554,0.0,0.185071333319428,0.0,0.601576473500337 -1180,0.5,0.255951455205554,0.0,0.206855181375762,0.0,0.62111631241427 -1181,0.5,0.255951455205554,0.0,0.217622160277831,0.0,0.585316153434292 -1182,0.5,0.255951455205554,0.0,0.221990299341387,0.0,0.434274235052378 -1183,0.5,0.255951455205554,0.0,0.227602108002956,0.0,0.2917893897231 -1184,0.5,0.255951455205554,0.000249747163423411,0.232878176959997,0.0,0.203888505005558 -1185,0.5,0.255951455205554,0.0178497486365101,0.244978586010833,0.000826855161816353,0.144836432728945 -1186,0.5,0.255951455205554,0.0558556712785465,0.282150243414525,0.00212885054575125,0.116295999290179 -1187,0.5,0.255951455205554,0.100974254350311,0.335294045684523,0.0142795617142265,0.100089523525732 -1188,0.5,0.255951455205554,0.13042880613051,0.38974613517553,0.0847828926773626,0.0861499922901065 -1189,0.5,0.255951455205554,0.13376720756402,0.41253718193134,0.110274878639158,0.07436242555016 -1190,0.5,0.255951455205554,0.117640648607741,0.382915079509802,0.100221571716972,0.073735423567898 -1191,0.5,0.255951455205554,0.0908658318677069,0.32594748786852,0.074985288656332,0.0636708291061894 -1192,0.5,0.255951455205554,0.0558180134651386,0.270906183590707,0.0396284624169986,0.0570067365114594 -1193,0.5,0.255951455205554,0.0224801591008362,0.220020006948116,0.00952046351977566,0.0516370516119638 -1194,0.5,0.255951455205554,5.98834409438652e-05,0.177777048571747,0.0,0.0443829814775827 -1195,0.5,0.255951455205554,0.0,0.156777079213606,0.0,0.0427178403659074 -1196,0.5,0.255951455205554,0.0,0.142992940645762,0.0,0.0536234122721245 -1197,0.5,0.255951455205554,0.0,0.127693650208721,0.0,0.0492785822571087 -1198,0.5,0.255951455205554,0.0,0.108782500555786,0.0,0.0432657621526192 -1199,0.5,0.255951455205554,0.0,0.0953876312641286,0.0,0.0351490012564948 -1200,0.5,0.255951455205554,0.0,0.0843956884317579,0.0,0.0256548851662982 -1201,0.5,0.255951455205554,0.0,0.0785925245500455,0.0,0.021444790458086 -1202,0.5,0.255951455205554,0.0,0.0794003250300064,0.0,0.0370518974653261 -1203,0.5,0.255951455205554,0.0,0.0802641173685064,0.0,0.050197879098631 -1204,0.5,0.255951455205554,0.0,0.0827464511646275,0.0,0.100192229547775 -1205,0.5,0.255951455205554,0.0,0.0837534250109977,0.0,0.264133207887851 -1206,0.5,0.255951455205554,0.0,0.0871572600401708,0.0,0.51989853801947 -1207,0.5,0.255951455205554,0.0,0.0956383199703099,0.0,0.693477833573423 -1208,0.5,0.255951455205554,0.000411818334186543,0.10907841946042,0.0,0.761051286737186 -1209,0.5,0.255951455205554,0.0439500963611323,0.132660968336737,0.0303497345311313,0.833455450605131 -1210,0.5,0.255951455205554,0.141997383173556,0.192891752209621,0.0445857434022506,0.857364842142696 -1211,0.5,0.255951455205554,0.254342910491474,0.301688233042583,0.0728166430869074,0.888688304832183 -1212,0.5,0.255951455205554,0.338675655820928,0.381696152714563,0.305053584169583,0.89563670727829 -1213,0.5,0.255951455205554,0.364490064033491,0.444217174086958,0.38266289202183,0.907273373647646 -1214,0.5,0.255951455205554,0.348707157707142,0.486331998944172,0.0880627226223956,0.910791775870232 -1215,0.5,0.255951455205554,0.28831572462525,0.508011213957001,0.0806148690737906,0.912168677559958 -1216,0.5,0.255951455205554,0.201270908692191,0.500937315102285,0.116530006573286,0.912213237833223 -1217,0.5,0.255951455205554,0.0723350324017628,0.487361896704954,0.029429344483788,0.914477214159421 -1218,0.5,0.255951455205554,1.79022936378888e-05,0.500821736207859,0.0,0.919231376202118 -1219,0.5,0.255951455205554,0.0,0.529925282804808,0.0,0.800918794936883 -1220,0.5,0.255951455205554,0.0,0.548158978656563,0.0,0.803084002607204 -1221,0.5,0.255951455205554,0.0,0.524747631238069,0.0,0.853761586151308 -1222,0.5,0.255951455205554,0.0,0.466197119894454,0.0,0.755173705703781 -1223,0.5,0.255951455205554,0.0,0.391820389739811,0.0,0.758575374821308 -1224,0.5,0.255951455205554,0.0,0.323778986464817,0.0,0.736636724104127 -1225,0.5,0.255951455205554,0.0,0.274131445978371,0.0,0.747318619927996 -1226,0.5,0.255951455205554,0.0,0.240321966286101,0.0,0.556782091924761 -1227,0.5,0.255951455205554,0.0,0.217253316922606,0.0,0.445848299176711 -1228,0.5,0.255951455205554,0.0,0.209234341174189,0.0,0.788955143130641 -1229,0.5,0.255951455205554,0.0,0.195865549451605,0.0,0.855112370377246 -1230,0.5,0.255951455205554,0.0,0.197698547314016,0.0,0.882797039660019 -1231,0.5,0.255951455205554,0.0,0.208688665021483,0.0,0.890966803215951 -1232,0.5,0.255951455205554,0.000258647226958615,0.233892445602177,0.0,0.805292658540341 -1233,0.5,0.255951455205554,0.0218098558428123,0.265858388990205,0.0126085598594126,0.67669060995533 -1234,0.5,0.255951455205554,0.0714329431222164,0.357915460186001,0.0336823648022419,0.701447518996216 -1235,0.5,0.255951455205554,0.118424121110765,0.473862930895887,0.0537569328871369,0.746695269215334 -1236,0.5,0.255951455205554,0.1414765766684,0.545162477874338,0.104781869325684,0.763587683186318 -1237,0.5,0.255951455205554,0.159246333339004,0.57555038768711,0.431888614041473,0.802096699098753 -1238,0.5,0.255951455205554,0.154817649701211,0.565539902468212,0.194181231306842,0.823316155448699 -1239,0.5,0.255951455205554,0.143458688528389,0.520760251283218,0.16028269320519,0.876164736855472 -1240,0.5,0.255951455205554,0.10050924618766,0.457130427428584,0.0980808036249099,0.896193261438493 -1241,0.5,0.255951455205554,0.0430662178561667,0.37497812936829,0.00479637466711085,0.887229924628643 -1242,0.5,0.255951455205554,4.44700678822212e-05,0.32182775289381,0.0,0.880528705892695 -1243,0.5,0.255951455205554,0.0,0.320803712106838,0.0,0.873710729747165 -1244,0.5,0.255951455205554,0.0,0.329130976949096,0.0,0.861828897428603 -1245,0.5,0.255951455205554,0.0,0.32172284220431,0.0,0.875190238534904 -1246,0.5,0.255951455205554,0.0,0.30977418213075,0.0,0.815624470219605 -1247,0.5,0.255951455205554,0.0,0.306921409074008,0.0,0.90089929470514 -1248,0.5,0.255951455205554,0.0,0.307947816123558,0.0,0.914478657411813 -1249,0.5,0.255951455205554,0.0,0.30958712458074,0.0,0.897932875537555 -1250,0.5,0.255951455205554,0.0,0.323093643506521,0.0,0.924587009234476 -1251,0.5,0.255951455205554,0.0,0.347859133791947,0.0,0.899301986166273 -1252,0.5,0.255951455205554,0.0,0.355753465393977,0.0,0.873741566311815 -1253,0.5,0.255951455205554,0.0,0.373848635689044,0.0,0.888714260596445 -1254,0.5,0.255951455205554,0.0,0.390088401043411,0.0,0.917065515267746 -1255,0.5,0.255951455205554,0.0,0.382170612292913,0.0,0.928744529965765 -1256,0.5,0.255951455205554,0.0010609046351149,0.374948599337908,0.0,0.933572116819928 -1257,0.5,0.255951455205554,0.0555252720793212,0.384277124176424,0.0107315553180546,0.940274128332786 -1258,0.5,0.255951455205554,0.14456197386318,0.448048033440639,0.037875705984316,0.941934393083356 -1259,0.5,0.255951455205554,0.235437043405561,0.526447105860628,0.070095487729375,0.951547429190427 -1260,0.5,0.255951455205554,0.288464204286176,0.558938019858109,0.0787368340163503,0.963748915461731 -1261,0.5,0.255951455205554,0.314890604765021,0.557616817494151,0.0774396089311813,0.940705480399502 -1262,0.5,0.255951455205554,0.307802882749746,0.51632128633631,0.080182671071184,0.889283992729176 -1263,0.5,0.255951455205554,0.249084187317685,0.423118177223624,0.0729515405909524,0.851546364187091 -1264,0.5,0.255951455205554,0.174357511037951,0.303435842750017,0.0513861458312448,0.855891514549813 -1265,0.5,0.255951455205554,0.0691404560590227,0.217251946831139,0.024811648266089,0.788093917953552 -1266,0.5,0.255951455205554,4.48640782735091e-05,0.17003187592883,0.0,0.756179869291366 -1267,0.5,0.255951455205554,0.0,0.148861691463016,0.0,0.77046460136346 -1268,0.5,0.255951455205554,0.0,0.134547038528364,0.0,0.710658572709608 -1269,0.5,0.255951455205554,0.0,0.121364314494474,0.0,0.661516862745203 -1270,0.5,0.255951455205554,0.0,0.108275169668741,0.0,0.676180400959997 -1271,0.5,0.255951455205554,0.0,0.109530310428554,0.0,0.658465926289626 -1272,0.5,0.255951455205554,0.0,0.121182897009558,0.0,0.541359916118011 -1273,0.5,0.255951455205554,0.0,0.125200119703174,0.0,0.73224237553758 -1274,0.5,0.255951455205554,0.0,0.126450983035444,0.0,0.771212684048312 -1275,0.5,0.255951455205554,0.0,0.126697864607673,0.0,0.821464196126342 -1276,0.5,0.255951455205554,0.0,0.136531885880613,0.0,0.859641879790755 -1277,0.5,0.255951455205554,0.0,0.15090510667967,0.0,0.883339233132739 -1278,0.5,0.255951455205554,0.0,0.164202106157652,0.0,0.893743702565122 -1279,0.5,0.255951455205554,0.0,0.177749542522065,0.0,0.90623425815041 -1280,0.5,0.255951455205554,0.000631134532912479,0.194796343132024,0.0,0.916767565858645 -1281,0.5,0.255951455205554,0.0409465106666845,0.213386787479005,0.0686935522672976,0.916346486763965 -1282,0.5,0.255951455205554,0.11408323172412,0.268131207340451,0.161965311249656,0.92094665665442 -1283,0.5,0.255951455205554,0.192846509167101,0.339578556745967,0.193119739504592,0.929278494834652 -1284,0.5,0.255951455205554,0.266499304875042,0.398798851744243,0.103751669795078,0.93578601496984 -1285,0.5,0.255951455205554,0.308805797741767,0.411977231766742,0.197649679556638,0.933625285432519 -1286,0.5,0.255951455205554,0.317589093775029,0.409406220029811,0.363996666231671,0.933709316172906 -1287,0.5,0.255951455205554,0.28535215272835,0.391500118332267,0.309989977701177,0.933298010591564 -1288,0.5,0.255951455205554,0.225565365095969,0.342951276265004,0.247451480832537,0.931829021094552 -1289,0.5,0.255951455205554,0.106748192340528,0.301391113460273,0.143566900692169,0.932731454134687 -1290,0.5,0.255951455205554,0.0,0.30500262017062,0.0,0.938880020549573 -1291,0.5,0.255951455205554,0.0,0.309364625489811,0.0,0.946763350160963 -1292,0.5,0.255951455205554,0.0,0.307226905702483,0.0,0.95005764067953 -1293,0.5,0.255951455205554,0.0,0.295611556109256,0.0,0.951668455283033 -1294,0.5,0.255951455205554,0.0,0.277128329227021,0.0,0.951590234434961 -1295,0.5,0.255951455205554,0.0,0.257408891322958,0.0,0.952396467617914 -1296,0.5,0.255951455205554,0.0,0.239255367035014,0.0,0.949300111506271 -1297,0.5,0.255951455205554,0.0,0.221664483328699,0.0,0.944309266495256 -1298,0.5,0.255951455205554,0.0,0.205632208646441,0.0,0.94088707686604 -1299,0.5,0.255951455205554,0.0,0.194945926460375,0.0,0.937007975911579 -1300,0.5,0.255951455205554,0.0,0.185267796914152,0.0,0.930816976138001 -1301,0.5,0.255951455205554,0.0,0.177441583683296,0.0,0.915456366857272 -1302,0.5,0.255951455205554,0.0,0.172644582941405,0.0,0.898870561817473 -1303,0.5,0.255951455205554,0.0,0.170538495982475,0.0,0.886257373238331 -1304,0.5,0.255951455205554,0.0036415722077553,0.17437644797765,0.0,0.883957788070157 -1305,0.5,0.255951455205554,0.137774811019527,0.17681047908766,0.106477064565908,0.885250524670733 -1306,0.5,0.255951455205554,0.311697882707463,0.195724505066779,0.273707259369353,0.893936929115435 -1307,0.5,0.255951455205554,0.470962280519489,0.262834284244113,0.428383995634213,0.902975326604965 -1308,0.5,0.255951455205554,0.580996381264109,0.350491546795679,0.54045265595815,0.912108118850219 -1309,0.5,0.255951455205554,0.628275514583665,0.406442744424193,0.591437610076025,0.906083223719401 -1310,0.5,0.255951455205554,0.617583590885373,0.38769685523419,0.585650124701861,0.86954862796216 -1311,0.5,0.255951455205554,0.543641869684045,0.359716175816725,0.515063778436013,0.857912941242086 -1312,0.5,0.255951455205554,0.411780181630842,0.288988215424561,0.390982733712885,0.847333358775069 -1313,0.5,0.255951455205554,0.152604124336885,0.242246072012763,0.222999791110655,0.817749352455013 -1314,0.5,0.255951455205554,0.0,0.233027136522568,0.0,0.803373868153929 -1315,0.5,0.255951455205554,0.0,0.211579272115475,0.0,0.7925403251286 -1316,0.5,0.255951455205554,0.0,0.188081052053582,0.0,0.762527956708845 -1317,0.5,0.255951455205554,0.0,0.162555763477239,0.0,0.732625808459695 -1318,0.5,0.255951455205554,0.0,0.142272559911102,0.0,0.698897871160617 -1319,0.5,0.255951455205554,0.0,0.126521583509418,0.0,0.654537474697413 -1320,0.5,0.255951455205554,0.0,0.11586451599032,0.0,0.558348606928502 -1321,0.5,0.255951455205554,0.0,0.109036319169841,0.0,0.442351468477273 -1322,0.5,0.255951455205554,0.0,0.105268405321107,0.0,0.409489947102295 -1323,0.5,0.255951455205554,0.0,0.108717020428234,0.0,0.481968713509672 -1324,0.5,0.255951455205554,0.0,0.109832073028931,0.0,0.568066992262085 -1325,0.5,0.255951455205554,0.0,0.110974604879439,0.0,0.60929258004074 -1326,0.5,0.255951455205554,0.0,0.110056217108271,0.0,0.69514767707699 -1327,0.5,0.255951455205554,0.0,0.113103672234846,0.0,0.763156987333696 -1328,0.5,0.255951455205554,0.00433373801385244,0.119044197092418,0.0,0.840857371787532 -1329,0.5,0.255951455205554,0.101864495808419,0.126377519256975,0.0311668315936522,0.814843070532681 -1330,0.5,0.255951455205554,0.215599647015234,0.138964881474078,0.0524545931909051,0.765454326675578 -1331,0.5,0.255951455205554,0.324176338637339,0.161511669677819,0.0563652068958532,0.764264087885113 -1332,0.5,0.255951455205554,0.414653256127129,0.193973384558876,0.0531091311202438,0.741607782890457 -1333,0.5,0.255951455205554,0.475013276013958,0.231230466324084,0.0689816194240772,0.69077361724921 -1334,0.5,0.255951455205554,0.48550121122873,0.263024037938054,0.0954977880641453,0.62886291945652 -1335,0.5,0.255951455205554,0.418165518723299,0.273133321622333,0.0989818402911903,0.550417887784331 -1336,0.5,0.255951455205554,0.295248046973784,0.234419518136107,0.0504936271983281,0.524488164685963 -1337,0.5,0.255951455205554,0.10793661010473,0.191958146884643,0.0128017672415916,0.570349821933818 -1338,0.5,0.255951455205554,1.15389744937281e-05,0.179573930866138,0.0,0.540898732212718 -1339,0.5,0.255951455205554,0.0,0.159832191661482,0.0,0.402928860590665 -1340,0.5,0.255951455205554,0.0,0.146445980161024,0.0,0.376473470623991 -1341,0.5,0.255951455205554,0.0,0.131986082356122,0.0,0.44631479835303 -1342,0.5,0.255951455205554,0.0,0.117182538709187,0.0,0.583390935950021 -1343,0.5,0.255951455205554,0.0,0.101600905534122,0.0,0.643177948636762 -1344,0.5,0.255951455205554,0.0,0.083669198741617,0.0,0.594930568743372 -1345,0.5,0.255951455205554,0.0,0.0652770241759893,0.0,0.545032484960391 -1346,0.5,0.255951455205554,0.0,0.0548552728883059,0.0,0.506255789245733 -1347,0.5,0.255951455205554,0.0,0.0482044842050557,0.0,0.425098506110123 -1348,0.5,0.255951455205554,0.0,0.0422443718376348,0.0,0.30189468506221 -1349,0.5,0.255951455205554,0.0,0.0377599734342334,0.0,0.247306155147933 -1350,0.5,0.255951455205554,0.0,0.0360371967285278,0.0,0.172500586586686 -1351,0.5,0.255951455205554,0.0,0.0351142609400481,0.0,0.223855305343747 -1352,0.5,0.255951455205554,0.00400159913327603,0.0349646190298844,0.0,0.293314806730216 -1353,0.5,0.255951455205554,0.0628036175745114,0.0337642318175308,0.0136209530005704,0.372669442344372 -1354,0.5,0.255951455205554,0.139867534470106,0.0398770602232878,0.0308287000957702,0.392644102053167 -1355,0.5,0.255951455205554,0.218228030838236,0.0569473266635763,0.0562565370133779,0.353141944591102 -1356,0.5,0.255951455205554,0.271825984387696,0.0674483170068688,0.0710166399299713,0.307912552426694 -1357,0.5,0.255951455205554,0.299331916911124,0.064460379491008,0.0742425376548648,0.24156213876718 -1358,0.5,0.255951455205554,0.293725068810446,0.0541732316872896,0.0939737505585662,0.175427320628202 -1359,0.5,0.255951455205554,0.250308145667072,0.0437126174324766,0.152416492147977,0.153407450843727 -1360,0.5,0.255951455205554,0.168903519838209,0.0265351971636341,0.220513054893638,0.173593140269135 -1361,0.5,0.255951455205554,0.0671449732678638,0.0138608662488322,0.0586372810628532,0.198987247825227 -1362,0.5,0.255951455205554,0.000115517226404823,0.00996080888101597,0.0,0.228337963095733 -1363,0.5,0.255951455205554,0.0,0.0101915720603643,0.0,0.2740656891387 -1364,0.5,0.255951455205554,0.0,0.0126911146265784,0.0,0.349161337691592 -1365,0.5,0.255951455205554,0.0,0.0146345841932812,0.0,0.417270186140127 -1366,0.5,0.255951455205554,0.0,0.0169823889545927,0.0,0.412495691166144 -1367,0.5,0.255951455205554,0.0,0.0202884640569024,0.0,0.486522300593429 -1368,0.5,0.255951455205554,0.0,0.0241328361089201,0.0,0.582252960052409 -1369,0.5,0.255951455205554,0.0,0.0289222091540185,0.0,0.643459031517432 -1370,0.5,0.255951455205554,0.0,0.0332328404789029,0.0,0.694254710895539 -1371,0.5,0.255951455205554,0.0,0.0370028250429001,0.0,0.715275939597243 -1372,0.5,0.255951455205554,0.0,0.0397408981933142,0.0,0.674441593242602 -1373,0.5,0.255951455205554,0.0,0.0419899467062001,0.0,0.622734115349371 -1374,0.5,0.255951455205554,0.0,0.0435212520500845,0.0,0.654822464235283 -1375,0.5,0.255951455205554,0.0,0.0468616998460674,0.0,0.692193324114284 -1376,0.5,0.255951455205554,0.00304358976843041,0.0519454016223751,0.000749724547248575,0.733885276896558 -1377,0.5,0.255951455205554,0.0720746444685264,0.0484295226492258,0.12733468739019,0.783668794231815 -1378,0.5,0.255951455205554,0.175525145938732,0.0609306025472734,0.29303451418719,0.824901289459614 -1379,0.5,0.255951455205554,0.280482988445512,0.118349873122238,0.445698601275659,0.859420573043147 -1380,0.5,0.255951455205554,0.353487167201975,0.173531285382654,0.554943226603576,0.872785377150956 -1381,0.5,0.255951455205554,0.379054887347638,0.22458918452752,0.602549493045701,0.87226861538301 -1382,0.5,0.255951455205554,0.35091850834491,0.255486074869358,0.574774459387131,0.880622328917379 -1383,0.5,0.255951455205554,0.293062969019053,0.258821788187467,0.48730811568225,0.88441010756474 -1384,0.5,0.255951455205554,0.198604914156058,0.22136283205759,0.387173517275796,0.886169438920298 -1385,0.5,0.255951455205554,0.0849667602288723,0.185005103626065,0.238424962372403,0.89929745984697 -1386,0.5,0.255951455205554,3.50677115031591e-05,0.183678995253382,0.0,0.903714457348329 -1387,0.5,0.255951455205554,0.0,0.195446707270912,0.0,0.905702756268962 -1388,0.5,0.255951455205554,0.0,0.207454381310675,0.0,0.900623246748543 -1389,0.5,0.255951455205554,0.0,0.21138176837841,0.0,0.823814253207559 -1390,0.5,0.255951455205554,0.0,0.215203202638806,0.0,0.52513986562783 -1391,0.5,0.255951455205554,0.0,0.208986432412779,0.0,0.246113203566008 -1392,0.5,0.255951455205554,0.0,0.196890054264841,0.0,0.166779747783831 -1393,0.5,0.255951455205554,0.0,0.178597211945215,0.0,0.164575703290543 -1394,0.5,0.255951455205554,0.0,0.158809213136978,0.0,0.201033248723013 -1395,0.5,0.255951455205554,0.0,0.14041717306385,0.0,0.250416040836523 -1396,0.5,0.255951455205554,0.0,0.123713564687106,0.0,0.276485027422408 -1397,0.5,0.255951455205554,0.0,0.112486332976383,0.0,0.337227062281717 -1398,0.5,0.255951455205554,0.0,0.104241857507601,0.0,0.415311666834543 -1399,0.5,0.255951455205554,0.0,0.0972332441361124,0.0,0.338496820222033 -1400,0.5,0.255951455205554,0.00288516571874851,0.0860721049546545,0.000276769814671078,0.219569582549685 -1401,0.5,0.255951455205554,0.047674516247059,0.088047154486411,0.0109595566685928,0.137390676360553 -1402,0.5,0.255951455205554,0.111477999693334,0.113042904404642,0.0389907835007587,0.0804769863579633 -1403,0.5,0.255951455205554,0.179244292003069,0.120758467018255,0.0702598182517629,0.0317136644950414 -1404,0.5,0.255951455205554,0.217401369660443,0.114427632145464,0.117280810783049,0.0130924499442934 -1405,0.5,0.255951455205554,0.216114869965538,0.102514076565605,0.166381910231583,0.0061592259571498 -1406,0.5,0.255951455205554,0.215070690168946,0.0921772811592553,0.0645577342518276,0.00287661846457898 -1407,0.5,0.255951455205554,0.188979945118492,0.0842815477258261,0.065957239798004,0.00159361391951075 -1408,0.5,0.255951455205554,0.14811642836342,0.0685206428155385,0.0246644954060594,0.00165734245180774 -1409,0.5,0.255951455205554,0.0845357252358903,0.0433709689830272,0.00886483629215759,0.00174150137876722 -1410,0.5,0.255951455205554,1.06039635433011e-05,0.027907637879873,0.0,0.00200288095881733 -1411,0.5,0.255951455205554,0.0,0.0225996621031804,0.0,0.00370044767466108 -1412,0.5,0.255951455205554,0.0,0.020274992135493,0.0,0.00689022077417391 -1413,0.5,0.255951455205554,0.0,0.0193463855088392,0.0,0.0070391652470802 -1414,0.5,0.255951455205554,0.0,0.0176938613607215,0.0,0.00661167880287183 -1415,0.5,0.255951455205554,0.0,0.0157273309954227,0.0,0.00791585327977457 -1416,0.5,0.255951455205554,0.0,0.0144522779116732,0.0,0.00842712331981236 -1417,0.5,0.255951455205554,0.0,0.0139716520568338,0.0,0.00628935918844056 -1418,0.5,0.255951455205554,0.0,0.0140018855160661,0.0,0.00514764182256978 -1419,0.5,0.255951455205554,0.0,0.0135101599213433,0.0,0.00750699915100778 -1420,0.5,0.255951455205554,0.0,0.0127945801015151,0.0,0.0128865685066578 -1421,0.5,0.255951455205554,0.0,0.0133196974709905,0.0,0.0191896447230042 -1422,0.5,0.255951455205554,0.0,0.0149113129697044,0.0,0.0193791355024697 -1423,0.5,0.255951455205554,0.0,0.0173458270143335,0.0,0.0188830001240694 -1424,0.5,0.255951455205554,0.00971262365026728,0.0194481910324877,0.000431105081820116,0.0367365717698892 -1425,0.5,0.255951455205554,0.127584709242494,0.0199335811841839,0.0110035005018575,0.0739579244928352 -1426,0.5,0.255951455205554,0.269648049857876,0.033180302745048,0.0406908339220937,0.0948972043878442 -1427,0.5,0.255951455205554,0.403590408075904,0.0644667445265363,0.117837428872336,0.100522114002468 -1428,0.5,0.255951455205554,0.479428724515707,0.0829197160911072,0.124766641700003,0.130946108322923 -1429,0.5,0.255951455205554,0.505355534667898,0.0982710353029312,0.110749462529162,0.157461450915647 -1430,0.5,0.255951455205554,0.482484000257932,0.108892242378108,0.157804134088028,0.171523750363922 -1431,0.5,0.255951455205554,0.39998593847554,0.110728240350512,0.307584535533964,0.18658638462244 -1432,0.5,0.255951455205554,0.274877868124818,0.0946784337213401,0.369022716269494,0.199911600174146 -1433,0.5,0.255951455205554,0.113264737014533,0.0610693825917202,0.189575172641756,0.201327505204317 -1434,0.5,0.255951455205554,4.06750741110636e-06,0.0684228287888696,0.0,0.181799107176598 -1435,0.5,0.255951455205554,0.0,0.0763376952257227,0.0,0.167234660563651 -1436,0.5,0.255951455205554,0.0,0.0766209339414507,0.0,0.172123196528897 -1437,0.5,0.255951455205554,0.0,0.077552831327291,0.0,0.211137485436704 -1438,0.5,0.255951455205554,0.0,0.0769420599805652,0.0,0.29692830551124 -1439,0.5,0.255951455205554,0.0,0.0772145137997991,0.0,0.405959487751787 -1440,0.5,0.255951455205554,0.0,0.0787755935481621,0.0,0.453496520191187 -1441,0.5,0.255951455205554,0.0,0.081578945164459,0.0,0.429364821717901 -1442,0.5,0.255951455205554,0.0,0.0861743059354889,0.0,0.350907320953365 -1443,0.5,0.255951455205554,0.0,0.0882921432717205,0.0,0.29199421944199 -1444,0.5,0.255951455205554,0.0,0.0871758881644518,0.0,0.244411818004736 -1445,0.5,0.255951455205554,0.0,0.0832600973340486,0.0,0.19822253049797 -1446,0.5,0.255951455205554,0.0,0.0785349686938321,0.0,0.162897917982201 -1447,0.5,0.255951455205554,0.0,0.0787242101882052,0.0,0.157120045747688 -1448,0.5,0.255951455205554,0.00341311808618832,0.0838787381593841,0.0025585712229937,0.162893079154393 -1449,0.5,0.255951455205554,0.0502834248578867,0.105007832810742,0.0662932479044564,0.216703523685572 -1450,0.5,0.255951455205554,0.117301909714865,0.154824386406794,0.143782710541065,0.341367420055034 -1451,0.5,0.255951455205554,0.183503440781997,0.207630993569034,0.191394147009033,0.538310468527979 -1452,0.5,0.255951455205554,0.215015858043853,0.218406734062296,0.12733317562749,0.462816369040676 -1453,0.5,0.255951455205554,0.206331471497823,0.207137974101171,0.10212137913256,0.334692507923969 -1454,0.5,0.255951455205554,0.179641819438004,0.19526923411144,0.0973472192452376,0.382942279590436 -1455,0.5,0.255951455205554,0.154303897428578,0.183227693053826,0.0919445458422912,0.472349869066232 -1456,0.5,0.255951455205554,0.102715421825654,0.163461836767338,0.0221459308491546,0.556590752632263 -1457,0.5,0.255951455205554,0.0499169220763094,0.121821719704435,0.00961204466401606,0.596492828022197 -1458,0.5,0.255951455205554,6.66812052183171e-05,0.0906973158700433,0.0,0.651063331953425 -1459,0.5,0.255951455205554,0.0,0.0878382377761557,0.0,0.7566301208757 -1460,0.5,0.255951455205554,0.0,0.0965010208878985,0.0,0.860262667101635 -1461,0.5,0.255951455205554,0.0,0.100571962220236,0.0,0.890074893110761 -1462,0.5,0.255951455205554,0.0,0.103559445240489,0.0,0.889455994995331 -1463,0.5,0.255951455205554,0.0,0.126299961435202,0.0,0.893571762385366 -1464,0.5,0.255951455205554,0.0,0.15067118190328,0.0,0.879261090552359 -1465,0.5,0.255951455205554,0.0,0.168301225705813,0.0,0.893934731265672 -1466,0.5,0.255951455205554,0.0,0.182767013294285,0.0,0.90457034549122 -1467,0.5,0.255951455205554,0.0,0.206217877015801,0.0,0.907232317721603 -1468,0.5,0.255951455205554,0.0,0.241201313220345,0.0,0.91431955747111 -1469,0.5,0.255951455205554,0.0,0.27687627425711,0.0,0.922870438614207 -1470,0.5,0.255951455205554,0.0,0.313157551161579,0.0,0.930475154417465 -1471,0.5,0.255951455205554,0.0,0.345512247707165,0.0,0.934639747021721 -1472,0.5,0.255951455205554,0.0150072425104666,0.380662966010586,0.00114242576467766,0.93345894500828 -1473,0.5,0.255951455205554,0.120116082356622,0.431450063456321,0.00872950551200136,0.931108634963724 -1474,0.5,0.255951455205554,0.230283832971847,0.523013256686028,0.0252691966991906,0.949096487396599 -1475,0.5,0.255951455205554,0.334989907102372,0.62427269938493,0.0574899313312398,0.971051520069877 -1476,0.5,0.255951455205554,0.404588421253146,0.635745308735067,0.105909465402186,0.975480983887391 -1477,0.5,0.255951455205554,0.43142058823549,0.610892203552131,0.20562885446047,0.868779748810762 -1478,0.5,0.255951455205554,0.397097045716804,0.554275041609045,0.52290939576689,0.80666219267621 -1479,0.5,0.255951455205554,0.316714269888591,0.463217557214248,0.403892707004196,0.714407408542733 -1480,0.5,0.255951455205554,0.212575939377575,0.349443972398979,0.255081067582678,0.756867887469891 -1481,0.5,0.255951455205554,0.107229697357827,0.236611433585419,0.0801177126619234,0.542113213772065 -1482,0.5,0.255951455205554,0.000720351459693769,0.155513380599259,0.0,0.388544818504707 -1483,0.5,0.255951455205554,0.0,0.104721050294168,0.0,0.39766239992334 -1484,0.5,0.255951455205554,0.0,0.0718417154570926,0.0,0.398770414730941 -1485,0.5,0.255951455205554,0.0,0.0483298211965053,0.0,0.528600221791 -1486,0.5,0.255951455205554,0.0,0.0343587229841874,0.0,0.582085128030843 -1487,0.5,0.255951455205554,0.0,0.0280472246106719,0.0,0.438455524661492 -1488,0.5,0.255951455205554,0.0,0.0240370026977304,0.0,0.275697156609084 -1489,0.5,0.255951455205554,0.0,0.0219806969058164,0.0,0.181978208548623 -1490,0.5,0.255951455205554,0.0,0.0215017578748688,0.0,0.137228537490371 -1491,0.5,0.255951455205554,0.0,0.0222539184532992,0.0,0.121407647562679 -1492,0.5,0.255951455205554,0.0,0.0243489181776788,0.0,0.103315973780674 -1493,0.5,0.255951455205554,0.0,0.026673554336898,0.0,0.0884831672889418 -1494,0.5,0.255951455205554,0.0,0.0269477890655181,0.0,0.0917820835538506 -1495,0.5,0.255951455205554,0.0,0.0262202797534871,0.0,0.109975655719338 -1496,0.5,0.255951455205554,0.00543217427669565,0.0265238982258602,0.00363567154471664,0.1286735587102 -1497,0.5,0.255951455205554,0.0693375641821127,0.0328373113712817,0.0723044975375603,0.125037988214096 -1498,0.5,0.255951455205554,0.156744837216918,0.0428806464261665,0.169340190802343,0.104592600892576 -1499,0.5,0.255951455205554,0.243938713434004,0.0507791092850669,0.212114394105507,0.0838477334376297 -1500,0.5,0.255951455205554,0.295691410278282,0.0553825262848458,0.227182259066427,0.0713224270168318 -1501,0.5,0.255951455205554,0.305911549500202,0.0519908920758092,0.207198201708325,0.0686297703883624 -1502,0.5,0.255951455205554,0.295895444549662,0.0479966175826024,0.128688785267742,0.0661494774350186 -1503,0.5,0.255951455205554,0.248860550779118,0.0416020204092644,0.112412927833406,0.0600879663223109 -1504,0.5,0.255951455205554,0.183700300348337,0.0341146344157231,0.0544186208880857,0.0469390089902274 -1505,0.5,0.255951455205554,0.108247806423639,0.0213477608073656,0.0285701400771569,0.0373098478394933 -1506,0.5,0.255951455205554,0.00172995731133577,0.014182642765635,0.0,0.0324381473474546 -1507,0.5,0.255951455205554,0.0,0.0128462654518557,0.0,0.0276193011896285 -1508,0.5,0.255951455205554,0.0,0.0115782031533943,0.0,0.0219491062869923 -1509,0.5,0.255951455205554,0.0,0.00996172275036966,0.0,0.0164113944340157 -1510,0.5,0.255951455205554,0.0,0.00796968189894233,0.0,0.0119017343198881 -1511,0.5,0.255951455205554,0.0,0.00584902690207427,0.0,0.0070798023355184 -1512,0.5,0.255951455205554,0.0,0.00427782959941678,0.0,0.00425500785364164 -1513,0.5,0.255951455205554,0.0,0.00404353159450035,0.0,0.0032630586314834 -1514,0.5,0.255951455205554,0.0,0.00451240437648472,0.0,0.00273366908243009 -1515,0.5,0.255951455205554,0.0,0.00547606628322257,0.0,0.00236404626053386 -1516,0.5,0.255951455205554,0.0,0.00686329974841524,0.0,0.00206553327505251 -1517,0.5,0.255951455205554,0.0,0.00874678032225077,0.0,0.0015077915364301 -1518,0.5,0.255951455205554,0.0,0.00998304028613483,0.0,0.00077713411936425 -1519,0.5,0.255951455205554,0.0,0.0106615288231214,0.0,0.000732193642475408 -1520,0.5,0.255951455205554,0.00724026480546571,0.0118270417175529,0.00172634668321888,0.00116224105755063 -1521,0.5,0.255951455205554,0.0800944811260631,0.0173746372556919,0.0226534574305302,0.00199072166467898 -1522,0.5,0.255951455205554,0.162496574758758,0.0280418273605788,0.0542905473979793,0.00353251706180615 -1523,0.5,0.255951455205554,0.235793296778281,0.0433817759915227,0.110196465634833,0.00537401619136503 -1524,0.5,0.255951455205554,0.29317247414654,0.0608271089782419,0.221128866076485,0.00707600040506743 -1525,0.5,0.255951455205554,0.299638290037308,0.0803180952815431,0.187369462228973,0.0121711725538542 -1526,0.5,0.255951455205554,0.273224681325866,0.0840698013676555,0.0926874581642704,0.0194621400673542 -1527,0.5,0.255951455205554,0.218162888713594,0.0748214107398745,0.0686845114278627,0.0192468820010284 -1528,0.5,0.255951455205554,0.156596114632616,0.0646036749694297,0.0439698017105135,0.0139758622071394 -1529,0.5,0.255951455205554,0.0833056580936452,0.0445249882682925,0.0186836218860345,0.00928999247302849 -1530,0.5,0.255951455205554,0.00201358029726996,0.0316675030024318,0.0,0.00552522362732416 -1531,0.5,0.255951455205554,0.0,0.03020376518493,0.0,0.00496862545935129 -1532,0.5,0.255951455205554,0.0,0.0299975582600791,0.0,0.00472630242036504 -1533,0.5,0.255951455205554,0.0,0.0278460141765602,0.0,0.0052033393628599 -1534,0.5,0.255951455205554,0.0,0.0240069207167676,0.0,0.00903008832135038 -1535,0.5,0.255951455205554,0.0,0.020543669728859,0.0,0.0170462277998723 -1536,0.5,0.255951455205554,0.0,0.0183555867838652,0.0,0.0293481337744462 -1537,0.5,0.255951455205554,0.0,0.0172507852691313,0.0,0.047753594968521 -1538,0.5,0.255951455205554,0.0,0.0178463769630469,0.0,0.0798441848425171 -1539,0.5,0.255951455205554,0.0,0.0196523703911757,0.0,0.125768822376789 -1540,0.5,0.255951455205554,0.0,0.0225771397562927,0.0,0.169356286329098 -1541,0.5,0.255951455205554,0.0,0.0240496750140857,0.0,0.212249130231912 -1542,0.5,0.255951455205554,0.0,0.024740075242063,0.0,0.272922769655233 -1543,0.5,0.255951455205554,0.0,0.0257193788933016,0.0,0.373725889298825 -1544,0.5,0.255951455205554,0.00728931270569537,0.0276566200574788,0.00915081663463607,0.473477636961793 -1545,0.5,0.255951455205554,0.0760981799659441,0.031429632176935,0.164929040036938,0.561155088329284 -1546,0.5,0.255951455205554,0.163399882393069,0.0422630422350413,0.324877660799766,0.607903219803442 -1547,0.5,0.255951455205554,0.255661623608684,0.0588331504956175,0.471399057068394,0.627588103431164 -1548,0.5,0.255951455205554,0.328949742323076,0.0717584987994006,0.565820447452853,0.636299961490872 -1549,0.5,0.255951455205554,0.368544973684125,0.0830235426947582,0.596149777771309,0.644404986470198 -1550,0.5,0.255951455205554,0.347940177548618,0.0907751716886586,0.576485430579536,0.675674214135556 -1551,0.5,0.255951455205554,0.279729341956763,0.0878814312052675,0.488221811928219,0.687980402407073 -1552,0.5,0.255951455205554,0.196111999930958,0.070891494092166,0.373095635727891,0.655750454739178 -1553,0.5,0.255951455205554,0.110672729497732,0.0397183760186714,0.24613421356537,0.58222819079951 -1554,0.5,0.255951455205554,0.00508643768230449,0.0321969638064847,0.0,0.514395070533241 -1555,0.5,0.255951455205554,0.0,0.0353186838828071,0.0,0.461594136087824 -1556,0.5,0.255951455205554,0.0,0.0400042179790931,0.0,0.524891520334851 -1557,0.5,0.255951455205554,0.0,0.0510639433589282,0.0,0.655423900440928 -1558,0.5,0.255951455205554,0.0,0.0654039093674471,0.0,0.725877486600324 -1559,0.5,0.255951455205554,0.0,0.0774650880699402,0.0,0.777009268639139 -1560,0.5,0.255951455205554,0.0,0.084100255155479,0.0,0.831126398484416 -1561,0.5,0.255951455205554,0.0,0.089440575506108,0.0,0.872402422160359 -1562,0.5,0.255951455205554,0.0,0.0951934255426747,0.0,0.886552727673938 -1563,0.5,0.255951455205554,0.0,0.101371937236812,0.0,0.889234517321868 -1564,0.5,0.255951455205554,0.0,0.107866387409673,0.0,0.889637393886889 -1565,0.5,0.255951455205554,0.0,0.113151513968197,0.0,0.894128161269667 -1566,0.5,0.255951455205554,0.0,0.121239336114142,0.0,0.906521534284077 -1567,0.5,0.255951455205554,0.0,0.133088936222614,0.0,0.920369402054181 -1568,0.5,0.255951455205554,0.0160098198471655,0.144600701567699,0.0125034449758438,0.929270735116207 -1569,0.5,0.255951455205554,0.116670375893748,0.162263108878453,0.1483245181761,0.935292932510972 -1570,0.5,0.255951455205554,0.229439632145881,0.225893241836957,0.259194863246683,0.93975301774975 -1571,0.5,0.255951455205554,0.33661054493982,0.313875093852799,0.354761501374865,0.946955437019921 -1572,0.5,0.255951455205554,0.413135834772775,0.370738281279765,0.419093665704932,0.945662079522593 -1573,0.5,0.255951455205554,0.430713065541403,0.391200496839965,0.426360422267008,0.947654806461058 -1574,0.5,0.255951455205554,0.411164420488305,0.376207324440051,0.377221624635114,0.942315184100866 -1575,0.5,0.255951455205554,0.343687333323897,0.352667006072981,0.292497855684739,0.937346856710487 -1576,0.5,0.255951455205554,0.242077935538785,0.297025893377659,0.210707781998215,0.933856084314921 -1577,0.5,0.255951455205554,0.124072191329814,0.236493282650545,0.078382279357292,0.922094471727067 -1578,0.5,0.255951455205554,0.00510212795466475,0.240653496056564,0.00102710285656383,0.872542143138108 -1579,0.5,0.255951455205554,0.0,0.251101515612749,0.0,0.895170976724944 -1580,0.5,0.255951455205554,0.0,0.232533800105426,0.0,0.928802380993136 -1581,0.5,0.255951455205554,0.0,0.195916059913604,0.0,0.852538675210931 -1582,0.5,0.255951455205554,0.0,0.180040893636109,0.0,0.770287506400631 -1583,0.5,0.255951455205554,0.0,0.167335246907224,0.0,0.732423431704703 -1584,0.5,0.255951455205554,0.0,0.141250217856507,0.0,0.639289724553431 -1585,0.5,0.255951455205554,0.0,0.114954059382986,0.0,0.399649690595622 -1586,0.5,0.255951455205554,0.0,0.0773478996674586,0.0,0.21473790705487 -1587,0.5,0.255951455205554,0.0,0.0552547527982722,0.0,0.0929778033192585 -1588,0.5,0.255951455205554,0.0,0.0441721323671632,0.0,0.0216805359918385 -1589,0.5,0.255951455205554,0.0,0.0354097382409668,0.0,0.00949340866876548 -1590,0.5,0.255951455205554,0.0,0.029131550980878,0.0,0.00915463037185798 -1591,0.5,0.255951455205554,0.0,0.0226313719652971,0.0,0.0107938429505107 -1592,0.5,0.255951455205554,0.0155065295069711,0.0172378659374977,0.0187984182057742,0.015347954548078 -1593,0.5,0.255951455205554,0.101199727559453,0.0182304388466934,0.155655132305277,0.0227509277001837 -1594,0.5,0.255951455205554,0.213459585728421,0.0267852735235568,0.325545040886344,0.0661457759863596 -1595,0.5,0.255951455205554,0.338562697243766,0.0478228835806072,0.460541390182383,0.136586385929695 -1596,0.5,0.255951455205554,0.426926664457726,0.063470536223672,0.549824257870279,0.197017697612857 -1597,0.5,0.255951455205554,0.476371283875042,0.0713146625891904,0.599987881670344,0.260342448297724 -1598,0.5,0.255951455205554,0.465080188207626,0.0792215871778068,0.595616471282817,0.316277445964481 -1599,0.5,0.255951455205554,0.412272759490661,0.0924931429967155,0.531656556294925,0.321225067676276 -1600,0.5,0.255951455205554,0.318170342963725,0.0974693859879183,0.417941970186608,0.324901282356209 -1601,0.5,0.255951455205554,0.19121842213986,0.0662739579438867,0.287393897944515,0.379952876839301 -1602,0.5,0.255951455205554,0.00890599810569024,0.0731018296709676,0.0,0.458156334905678 -1603,0.5,0.255951455205554,0.0,0.0975094272045058,0.0,0.573726738019658 -1604,0.5,0.255951455205554,0.0,0.121367069951842,0.0,0.701188241077112 -1605,0.5,0.255951455205554,0.0,0.136279513609681,0.0,0.763301656331598 -1606,0.5,0.255951455205554,0.0,0.140265980440924,0.0,0.770601671781173 -1607,0.5,0.255951455205554,0.0,0.137847004595752,0.0,0.748945842432603 -1608,0.5,0.255951455205554,0.0,0.133067493054762,0.0,0.711978289748504 -1609,0.5,0.255951455205554,0.0,0.128708179178556,0.0,0.683127612792553 -1610,0.5,0.255951455205554,0.0,0.125686576214887,0.0,0.684606551703893 -1611,0.5,0.255951455205554,0.0,0.12139296810632,0.0,0.697783207946992 -1612,0.5,0.255951455205554,0.0,0.117222757610543,0.0,0.706141477933597 -1613,0.5,0.255951455205554,0.0,0.114620349877083,0.0,0.699629662671356 -1614,0.5,0.255951455205554,0.0,0.116157567675156,0.0,0.673893381733926 -1615,0.5,0.255951455205554,0.0,0.11766388500346,0.0,0.645421303119319 -1616,0.5,0.255951455205554,0.0401092870256092,0.117086882490445,0.0254897298432777,0.624296288331229 -1617,0.5,0.255951455205554,0.198672336573688,0.121404891678894,0.185080994246913,0.630834865562187 -1618,0.5,0.255951455205554,0.364919408370853,0.180218266524021,0.344999684134766,0.669421221763616 -1619,0.5,0.255951455205554,0.519926826002031,0.246299732063642,0.496291196051645,0.66275924304711 -1620,0.5,0.255951455205554,0.623740048906514,0.307514831411309,0.599588630228017,0.545089166183632 -1621,0.5,0.255951455205554,0.664721332057946,0.346465566560747,0.640662931266162,0.370584568422269 -1622,0.5,0.255951455205554,0.653757423677477,0.352932344572869,0.631461605511481,0.248916372436689 -1623,0.5,0.255951455205554,0.582329717164497,0.342056761033317,0.56262607058575,0.252819225068395 -1624,0.5,0.255951455205554,0.452604329052142,0.265342217687846,0.438536312948349,0.251677322763276 -1625,0.5,0.255951455205554,0.265522523943971,0.187782346650134,0.289668781479072,0.257702381737619 -1626,0.5,0.255951455205554,0.0124326531346548,0.195396627602916,0.0,0.274761305699402 -1627,0.5,0.255951455205554,0.0,0.187961409705234,0.0,0.270932077049916 -1628,0.5,0.255951455205554,0.0,0.162774087815318,0.0,0.250811564583048 -1629,0.5,0.255951455205554,0.0,0.1384420991281,0.0,0.219916299609574 -1630,0.5,0.255951455205554,0.0,0.116311761921666,0.0,0.174216470479959 -1631,0.5,0.255951455205554,0.0,0.0937548832282983,0.0,0.14585951632122 -1632,0.5,0.255951455205554,0.0,0.0713040545373173,0.0,0.129401109352257 -1633,0.5,0.255951455205554,0.0,0.0548352234938184,0.0,0.11519490740677 -1634,0.5,0.255951455205554,0.0,0.0429157561204335,0.0,0.0952108728980768 -1635,0.5,0.255951455205554,0.0,0.0354045854405281,0.0,0.0749710175562468 -1636,0.5,0.255951455205554,0.0,0.0325151032923284,0.0,0.0645154467792311 -1637,0.5,0.255951455205554,0.0,0.031051850252606,0.0,0.0542608720597814 -1638,0.5,0.255951455205554,0.0,0.0289429269883829,0.0,0.0419293523692164 -1639,0.5,0.255951455205554,0.0,0.0287110535439751,0.0,0.0293286732938503 -1640,0.5,0.255951455205554,0.0432910741523138,0.0261381270017904,0.032329241070973,0.0199658480531458 -1641,0.5,0.255951455205554,0.196292839075731,0.0221404121507544,0.194240331735263,0.0188559688683516 -1642,0.5,0.255951455205554,0.352886337639556,0.0258950410408888,0.352756947848419,0.0208342795733809 -1643,0.5,0.255951455205554,0.500664830153799,0.0289183438472697,0.500216374702099,0.0229538471947486 -1644,0.5,0.255951455205554,0.602405452522376,0.0327332371126133,0.598903550078179,0.040239352370887 -1645,0.5,0.255951455205554,0.647179656407659,0.0315459849070704,0.638301933879973,0.131377360195977 -1646,0.5,0.255951455205554,0.640986169458567,0.0369149812676398,0.623011113813853,0.44635464141281 -1647,0.5,0.255951455205554,0.569848932382591,0.0572105300412786,0.389133420077273,0.668289280842529 -1648,0.5,0.255951455205554,0.440974998592554,0.0936229840516908,0.121003287771971,0.681461222810191 -1649,0.5,0.255951455205554,0.258220092382156,0.103613786062824,0.0438469254767066,0.675522666031701 -1650,0.5,0.255951455205554,0.0151871162626793,0.12853432839465,0.0,0.715766364245614 -1651,0.5,0.255951455205554,0.0,0.13932357190196,0.0,0.706446958461537 -1652,0.5,0.255951455205554,0.0,0.1316966634959,0.0,0.649706408822648 -1653,0.5,0.255951455205554,0.0,0.120939942871084,0.0,0.604247333482466 -1654,0.5,0.255951455205554,0.0,0.112537300708298,0.0,0.541749495713755 -1655,0.5,0.255951455205554,0.0,0.109978073244062,0.0,0.425804445347693 -1656,0.5,0.255951455205554,0.0,0.126313660417371,0.0,0.342525775732332 -1657,0.5,0.255951455205554,0.0,0.143657716302707,0.0,0.355458137276791 -1658,0.5,0.255951455205554,0.0,0.155546196346821,0.0,0.43250745441764 -1659,0.5,0.255951455205554,0.0,0.162525894126088,0.0,0.502093613845328 -1660,0.5,0.255951455205554,0.0,0.160156143564429,0.0,0.503611719728943 -1661,0.5,0.255951455205554,0.0,0.151593761784069,0.0,0.423970828529642 -1662,0.5,0.255951455205554,0.0,0.139480243706766,0.0,0.33362726574999 -1663,0.5,0.255951455205554,0.0,0.136688145508164,0.0,0.282203184574968 -1664,0.5,0.255951455205554,0.0363650830723205,0.143168400570566,0.0387279189139541,0.244456244172491 -1665,0.5,0.255951455205554,0.147264588237334,0.160544695885669,0.203696273105381,0.22338677448674 -1666,0.5,0.255951455205554,0.265902174484751,0.194865226509747,0.364527389850817,0.208092772071461 -1667,0.5,0.255951455205554,0.380285283593772,0.216495811370355,0.516154916954527,0.180473735212088 -1668,0.5,0.255951455205554,0.461261477297435,0.221988894651057,0.619896249098805,0.143203568456444 -1669,0.5,0.255951455205554,0.501690634422466,0.225117725046197,0.664345072792799,0.112358044109424 -1670,0.5,0.255951455205554,0.500827498559732,0.237314118375281,0.658252561642279,0.0924813222088544 -1671,0.5,0.255951455205554,0.449260711622798,0.255020380479242,0.589683474690481,0.0781664420045986 -1672,0.5,0.255951455205554,0.347992701397716,0.259341214238177,0.46271834202746,0.0741703853434923 -1673,0.5,0.255951455205554,0.219716832435695,0.207519799700832,0.300776503014656,0.0943993600180938 -1674,0.5,0.255951455205554,0.0157659070403771,0.176933055097204,0.0,0.133321521680403 -1675,0.5,0.255951455205554,0.0,0.172864503964976,0.0,0.173111536078082 -1676,0.5,0.255951455205554,0.0,0.168517138363997,0.0,0.20262219678059 -1677,0.5,0.255951455205554,0.0,0.157819830534103,0.0,0.20109809386606 -1678,0.5,0.255951455205554,0.0,0.141260670677329,0.0,0.187425408734398 -1679,0.5,0.255951455205554,0.0,0.122777065138162,0.0,0.176492325327701 -1680,0.5,0.255951455205554,0.0,0.104138274426861,0.0,0.17009025474237 -1681,0.5,0.255951455205554,0.0,0.0870122733806386,0.0,0.141115447163898 -1682,0.5,0.255951455205554,0.0,0.0741665927414453,0.0,0.106688482836317 -1683,0.5,0.255951455205554,0.0,0.0648072421583074,0.0,0.0844116535275684 -1684,0.5,0.255951455205554,0.0,0.059544653204704,0.0,0.0746190987751947 -1685,0.5,0.255951455205554,0.0,0.0586327087798391,0.0,0.0734323312003933 -1686,0.5,0.255951455205554,0.0,0.0583933160584321,0.0,0.0799702437671992 -1687,0.5,0.255951455205554,0.0,0.0556839615677646,0.0,0.0877320786590553 -1688,0.5,0.255951455205554,0.0463118208768362,0.0527570397023373,0.0443961602977886,0.0885959958219688 -1689,0.5,0.255951455205554,0.188277766901506,0.0607238797696329,0.210028410927347,0.0814082349054029 -1690,0.5,0.255951455205554,0.346662031555474,0.0906168238615498,0.372420370829707,0.0737461469858727 -1691,0.5,0.255951455205554,0.504081624018762,0.109574500613874,0.522932049479247,0.0622937987085695 -1692,0.5,0.255951455205554,0.620942036747263,0.118790664628957,0.624083144034581,0.0498727411958248 -1693,0.5,0.255951455205554,0.674146140991678,0.133672209617946,0.665462045324215,0.0446684116604067 -1694,0.5,0.255951455205554,0.670025831516955,0.139482510591482,0.657167083512402,0.0493403168717337 -1695,0.5,0.255951455205554,0.599213481408001,0.143357970987458,0.587805441922655,0.0716354676643207 -1696,0.5,0.255951455205554,0.468380437690773,0.133335945266516,0.461213955241656,0.0874999127219183 -1697,0.5,0.255951455205554,0.295989544759705,0.065554169008524,0.320730595410135,0.089236949907007 -1698,0.5,0.255951455205554,0.0234268542928546,0.0540308585562868,0.0,0.0915545713098474 -1699,0.5,0.255951455205554,0.0,0.0544295807471542,0.0,0.0799973328234254 -1700,0.5,0.255951455205554,0.0,0.0489310036699395,0.0,0.05003452744515 -1701,0.5,0.255951455205554,0.0,0.0430801126992095,0.0,0.0373626932555184 -1702,0.5,0.255951455205554,0.0,0.0373921830136405,0.0,0.0244993277562603 -1703,0.5,0.255951455205554,0.0,0.0335270104558672,0.0,0.0135696121308268 -1704,0.5,0.255951455205554,0.0,0.0294390494585819,0.0,0.00945396984189555 -1705,0.5,0.255951455205554,0.0,0.0235440279898936,0.0,0.00825881604778627 -1706,0.5,0.255951455205554,0.0,0.0186258209848504,0.0,0.00622538712756631 -1707,0.5,0.255951455205554,0.0,0.0167315260983948,0.0,0.00473665315552915 -1708,0.5,0.255951455205554,0.0,0.0149709083227937,0.0,0.00478998327349745 -1709,0.5,0.255951455205554,0.0,0.012643465969109,0.0,0.00340407448753673 -1710,0.5,0.255951455205554,0.0,0.0107087972715547,0.0,0.00272149185313207 -1711,0.5,0.255951455205554,0.0,0.00999852037019627,0.0,0.00304941174828615 -1712,0.5,0.255951455205554,0.0625876679014137,0.00989391216893519,0.05135448968866,0.00447972233849728 -1713,0.5,0.255951455205554,0.23036170275795,0.0093188012228547,0.220478762382748,0.00502456030102258 -1714,0.5,0.255951455205554,0.399112237719558,0.00962924295262549,0.383965608807015,0.00388898204432938 -1715,0.5,0.255951455205554,0.549834853040259,0.0161434376343234,0.536573683656603,0.00553210697273435 -1716,0.5,0.255951455205554,0.645660021234926,0.0263160771809822,0.636692919556349,0.0108141391487537 -1717,0.5,0.255951455205554,0.683714883240937,0.0300327508663159,0.676564070827798,0.0209946531185966 -1718,0.5,0.255951455205554,0.672339545022919,0.0344950965074432,0.66682425617429,0.0330314636030007 -1719,0.5,0.255951455205554,0.600832181410795,0.0413913431924455,0.595415843243733,0.0439565417373108 -1720,0.5,0.255951455205554,0.470476245581551,0.0403484214333365,0.466186604686507,0.0489627890600256 -1721,0.5,0.255951455205554,0.30253019725998,0.0193479763957905,0.324130302765561,0.0553688004145337 -1722,0.5,0.255951455205554,0.0265372184419989,0.0156794187829364,0.0435982462173049,0.0615418132586214 -1723,0.5,0.255951455205554,0.0,0.0163343006925514,0.0,0.0698286923320868 -1724,0.5,0.255951455205554,0.0,0.017588198841464,0.0,0.0910847822276101 -1725,0.5,0.255951455205554,0.0,0.0211482601768525,0.0,0.0726607153129225 -1726,0.5,0.255951455205554,0.0,0.0243137811445692,0.0,0.0737886479307562 -1727,0.5,0.255951455205554,0.0,0.0270690728890127,0.0,0.119762883490026 -1728,0.5,0.255951455205554,0.0,0.0334019508474574,0.0,0.106726656827068 -1729,0.5,0.255951455205554,0.0,0.0390018764120273,0.0,0.120697929479734 -1730,0.5,0.255951455205554,0.0,0.0451086865623593,0.0,0.130171908750607 -1731,0.5,0.255951455205554,0.0,0.0510019382938685,0.0,0.144643942241474 -1732,0.5,0.255951455205554,0.0,0.056025270183419,0.0,0.141517457007254 -1733,0.5,0.255951455205554,0.0,0.0558642181513655,0.0,0.128643557285387 -1734,0.5,0.255951455205554,0.0,0.0539226148683639,0.0,0.107467972304678 -1735,0.5,0.255951455205554,9.85439729231514e-07,0.0508027439771712,0.0,0.0772854837002631 -1736,0.5,0.255951455205554,0.0645106647195763,0.0464424427070622,0.000977295280526926,0.060951196070162 -1737,0.5,0.255951455205554,0.223399374124772,0.045855366298808,0.0102898691161959,0.0344278172267288 -1738,0.5,0.255951455205554,0.380099378888646,0.0599680795063418,0.0785931217362003,0.0235815897380215 -1739,0.5,0.255951455205554,0.516531841225497,0.0868740582244551,0.0807828980367723,0.026953651061776 -1740,0.5,0.255951455205554,0.603134114850028,0.112514565819305,0.163043015416769,0.0612460608145595 -1741,0.5,0.255951455205554,0.63447139717102,0.140465617080366,0.563352993712492,0.161641626601365 -1742,0.5,0.255951455205554,0.619680418232151,0.177073614066429,0.578198585613028,0.365362331121224 -1743,0.5,0.255951455205554,0.545654474276803,0.226160441229938,0.42998644653338,0.627222941282124 -1744,0.5,0.255951455205554,0.419972595698318,0.262087101467552,0.243520443424018,0.873146669471049 -1745,0.5,0.255951455205554,0.269166178914776,0.247163912329431,0.0586668377200022,0.946309870056924 -1746,0.5,0.255951455205554,0.0262302267387969,0.254998117528158,0.00250523130097834,0.967436347842795 -1747,0.5,0.255951455205554,0.0,0.289449352827748,0.0,0.98072291891178 -1748,0.5,0.255951455205554,0.0,0.340549626150815,0.0,0.99717294394094 -1749,0.5,0.255951455205554,0.0,0.401969001488521,0.0,1.00747648936827 -1750,0.5,0.255951455205554,0.0,0.467498654481499,0.0,1.00949938937519 -1751,0.5,0.255951455205554,0.0,0.530508900378139,0.0,1.00957988516292 -1752,0.5,0.255951455205554,0.0,0.594830673558953,0.0,1.00918924310015 -1753,0.5,0.255951455205554,0.0,0.657203658075515,0.0,1.00926008603348 -1754,0.5,0.255951455205554,0.0,0.706897181717868,0.0,1.00970787708493 -1755,0.5,0.255951455205554,0.0,0.741588999193676,0.0,1.00906277424051 -1756,0.5,0.255951455205554,0.0,0.761939501565136,0.0,1.00928299944927 -1757,0.5,0.255951455205554,0.0,0.785198755049151,0.0,1.01003192946145 -1758,0.5,0.255951455205554,0.0,0.800720490195122,0.0,1.00799492088638 -1759,0.5,0.255951455205554,7.63944973252593e-07,0.822302866094503,0.0,1.00606661564016 -1760,0.5,0.255951455205554,0.0258400935749898,0.839801771940956,0.043524514255692,1.0093588220604 -1761,0.5,0.255951455205554,0.0828179086229617,0.874056014085564,0.1596737959615,1.01072265387738 -1762,0.5,0.255951455205554,0.142619041532546,0.893843246809912,0.327518452595158,1.01075512445807 -1763,0.5,0.255951455205554,0.178489102469284,0.903211640999606,0.219974480394305,1.01081463817231 -1764,0.5,0.255951455205554,0.187573097814465,0.903617506786339,0.116910230566314,1.0020666826346 -1765,0.5,0.255951455205554,0.189522648558798,0.892008316217296,0.152156691192654,0.971298009479502 -1766,0.5,0.255951455205554,0.181993214858978,0.877755637216298,0.141825058018857,0.90426119451051 -1767,0.5,0.255951455205554,0.156375240895781,0.852930763707875,0.132905586626224,0.759008015271111 -1768,0.5,0.255951455205554,0.0999774414922594,0.806357989392872,0.1102838762851,0.562909702325474 -1769,0.5,0.255951455205554,0.0476726892424762,0.710756482890466,0.126215515057693,0.46941397699321 -1770,0.5,0.255951455205554,0.0088882810670872,0.625149259595974,0.0406358899665516,0.716515949019499 -1771,0.5,0.255951455205554,0.0,0.545758505000011,0.0,0.735265766459535 -1772,0.5,0.255951455205554,0.0,0.505575736083914,0.0,0.974521503144354 -1773,0.5,0.255951455205554,0.0,0.514225382978161,0.0,0.977585779713479 -1774,0.5,0.255951455205554,0.0,0.56127232612943,0.0,0.979465036857756 -1775,0.5,0.255951455205554,0.0,0.659064618634953,0.0,0.988461784146362 -1776,0.5,0.255951455205554,0.0,0.755749497194624,0.0,0.994360314977984 -1777,0.5,0.255951455205554,0.0,0.812160454122834,0.0,0.993357005622655 -1778,0.5,0.255951455205554,0.0,0.86394439918711,0.0,0.999307021616098 -1779,0.5,0.255951455205554,0.0,0.876515492697524,0.0,0.987288067675997 -1780,0.5,0.255951455205554,0.0,0.894161590665643,0.0,0.988176493282265 -1781,0.5,0.255951455205554,0.0,0.9054516368866,0.0,0.981250671280115 -1782,0.5,0.255951455205554,0.0,0.891790956733183,0.0,0.96545470421833 -1783,0.5,0.255951455205554,2.54707715083054e-07,0.879858759849352,0.0,0.953416399922388 -1784,0.5,0.255951455205554,0.000845188983252043,0.886036130351689,0.000173081894856911,0.958582073532445 -1785,0.5,0.255951455205554,0.0037341430748857,0.903033795981865,0.00129395835326799,0.975473982680112 -1786,0.5,0.255951455205554,0.00793444869690738,0.926587282585808,0.00548866597308513,0.991683288823209 -1787,0.5,0.255951455205554,0.0144945140363927,0.940511339532847,0.0402558122818751,1.00939308935777 -1788,0.5,0.255951455205554,0.0232068226716671,0.942353881454627,0.0727040915608992,1.01026429075331 -1789,0.5,0.255951455205554,0.0268757444892361,0.936940660395627,0.0576047962581636,1.01047144422269 -1790,0.5,0.255951455205554,0.0267163484576155,0.927753891029428,0.012132103390786,1.01075759577685 -1791,0.5,0.255951455205554,0.0241739321202188,0.918767248666239,0.00934734174335361,1.01042871053599 -1792,0.5,0.255951455205554,0.0157325161534698,0.900625749325566,0.0107983043308786,1.00742655191177 -1793,0.5,0.255951455205554,0.00683049699506445,0.877341900873349,0.00719974715397927,1.00946880350041 -1794,0.5,0.255951455205554,0.00149949321314211,0.854645106869215,0.00186508416321566,1.0064043421429 -1795,0.5,0.255951455205554,0.0,0.839119647185804,0.0,1.00478065951725 -1796,0.5,0.255951455205554,0.0,0.836066911258659,0.0,0.993176695631722 -1797,0.5,0.255951455205554,0.0,0.84273400709701,0.0,0.930285477575936 -1798,0.5,0.255951455205554,0.0,0.842693140579411,0.0,0.959277107187448 -1799,0.5,0.255951455205554,0.0,0.840265367906852,0.0,0.993599416450055 -1800,0.5,0.255951455205554,0.0,0.83913129427868,0.0,1.00549585594313 -1801,0.5,0.255951455205554,0.0,0.833786741017905,0.0,1.00257620812623 -1802,0.5,0.255951455205554,0.0,0.844134547771625,0.0,1.00376161275448 -1803,0.5,0.255951455205554,0.0,0.83718718412378,0.0,1.00087557559609 -1804,0.5,0.255951455205554,0.0,0.811158968148224,0.0,0.994490016531148 -1805,0.5,0.255951455205554,0.0,0.801729689019902,0.0,0.991089966287294 -1806,0.5,0.255951455205554,0.0,0.790941174537693,0.0,0.991656252056717 -1807,0.5,0.255951455205554,5.7777490019563e-06,0.781347348431054,0.0,0.993858026469846 -1808,0.5,0.255951455205554,0.00880623183192315,0.780903938482396,0.000961130183051841,0.994816329041215 -1809,0.5,0.255951455205554,0.0388395405551988,0.784138520082374,0.0115720268276062,0.951788827299641 -1810,0.5,0.255951455205554,0.0812807519129227,0.792842943994944,0.0866030278406119,0.74836505817098 -1811,0.5,0.255951455205554,0.120689843810102,0.787542062095604,0.0798405248526948,0.48343699690178 -1812,0.5,0.255951455205554,0.147785039424017,0.773609970934011,0.0928200156645628,0.317018463392206 -1813,0.5,0.255951455205554,0.162042113290038,0.750034439914573,0.112403611050512,0.219866662158577 -1814,0.5,0.255951455205554,0.150703205622422,0.706829636304721,0.145919106529128,0.174477951276881 -1815,0.5,0.255951455205554,0.119309542367203,0.646625095703039,0.129267581311032,0.209716453104445 -1816,0.5,0.255951455205554,0.0847158597266492,0.57104858803178,0.0782860213004625,0.342438504619554 -1817,0.5,0.255951455205554,0.0496257420218083,0.496167475275954,0.0744821763826014,0.387598582708365 -1818,0.5,0.255951455205554,0.0114101604825457,0.405444907502425,0.0694757986242038,0.387234308008534 -1819,0.5,0.255951455205554,1.23409353131629e-07,0.307730314390483,0.0,0.337273384340407 -1820,0.5,0.255951455205554,0.0,0.242575047629208,0.0,0.315139570817549 -1821,0.5,0.255951455205554,0.0,0.203955838878382,0.0,0.443047081094482 -1822,0.5,0.255951455205554,0.0,0.193463410740641,0.0,0.697303097625017 -1823,0.5,0.255951455205554,0.0,0.210718300048106,0.0,0.798220898439864 -1824,0.5,0.255951455205554,0.0,0.258166426337979,0.0,0.774210747828799 -1825,0.5,0.255951455205554,0.0,0.291213200889538,0.0,0.805270225188417 -1826,0.5,0.255951455205554,0.0,0.309294103812421,0.0,0.821682734765737 -1827,0.5,0.255951455205554,0.0,0.331415617107628,0.0,0.786391976504456 -1828,0.5,0.255951455205554,0.0,0.358996804235768,0.0,0.848973183841536 -1829,0.5,0.255951455205554,0.0,0.387902219113406,0.0,0.905033012282346 -1830,0.5,0.255951455205554,0.0,0.402093432696842,0.0,0.854199141162444 -1831,0.5,0.255951455205554,7.76929570066393e-05,0.411240686951383,0.0,0.72515662884238 -1832,0.5,0.255951455205554,0.0354857118415721,0.433478916906967,0.00433367251686161,0.841443058702918 -1833,0.5,0.255951455205554,0.120030441578471,0.471299954770885,0.0360680423650791,0.891806056225867 -1834,0.5,0.255951455205554,0.221862392664342,0.526943255740265,0.125338938150649,0.842092468193818 -1835,0.5,0.255951455205554,0.321408350246698,0.606050603865883,0.285323884504818,0.83147633754714 -1836,0.5,0.255951455205554,0.388244899481216,0.666414822123484,0.105105712851022,0.90023306614945 -1837,0.5,0.255951455205554,0.409627677790409,0.69603001915755,0.194706535925688,0.936029039315621 -1838,0.5,0.255951455205554,0.379804781705892,0.703527293478896,0.138055845146076,0.929128113997657 -1839,0.5,0.255951455205554,0.314300299226358,0.701818485561083,0.0752828775997936,0.962059715645983 -1840,0.5,0.255951455205554,0.225609034791501,0.680911165548621,0.058161785148846,0.977220084261912 -1841,0.5,0.255951455205554,0.133431031154541,0.636669764013045,0.00405546881248666,0.978211945446866 -1842,0.5,0.255951455205554,0.0301154833018401,0.620424114427669,0.000536825377702207,0.96272901805018 -1843,0.5,0.255951455205554,3.8367832870267e-07,0.630663505002694,0.0,0.958369942513314 -1844,0.5,0.255951455205554,0.0,0.650097742002356,0.0,0.973371956897849 -1845,0.5,0.255951455205554,0.0,0.678909768095127,0.0,0.982703121498028 -1846,0.5,0.255951455205554,0.0,0.717421452512665,0.0,0.976636961314294 -1847,0.5,0.255951455205554,0.0,0.763478542330476,0.0,0.951677906865135 -1848,0.5,0.255951455205554,0.0,0.803196880602512,0.0,0.939294323539191 -1849,0.5,0.255951455205554,0.0,0.840045354394971,0.0,0.937944160156714 -1850,0.5,0.255951455205554,0.0,0.8796603375282,0.0,0.97872293804549 -1851,0.5,0.255951455205554,0.0,0.885255810134796,0.0,0.984627452667356 -1852,0.5,0.255951455205554,0.0,0.873396412323989,0.0,0.968956115317403 -1853,0.5,0.255951455205554,0.0,0.869454590830812,0.0,0.97807092494154 -1854,0.5,0.255951455205554,0.0,0.873600475952619,0.0,0.959083256161966 -1855,0.5,0.255951455205554,2.55778443606327e-05,0.865224715047413,0.0,0.969297622283069 -1856,0.5,0.255951455205554,0.00567186243610474,0.861957017299549,0.00141340914136705,0.979590668675944 -1857,0.5,0.255951455205554,0.0325571273556527,0.866142226403543,0.047404162085628,0.947325786615502 -1858,0.5,0.255951455205554,0.0795080291500272,0.868357700311435,0.255270912036609,0.990169525014178 -1859,0.5,0.255951455205554,0.126426748412961,0.867689663494305,0.248808315146187,1.00745413735123 -1860,0.5,0.255951455205554,0.161068967163826,0.88192240674408,0.276911200947518,0.988280602815737 -1861,0.5,0.255951455205554,0.166282408692308,0.873892076898111,0.274689236183236,0.993902568630631 -1862,0.5,0.255951455205554,0.151742667352836,0.857364065695201,0.116426417961735,1.00169218116893 -1863,0.5,0.255951455205554,0.132262710403557,0.830470714362742,0.042864044242961,1.00039855530365 -1864,0.5,0.255951455205554,0.112582750020543,0.799423045406228,0.0164748906936316,1.00628809993811 -1865,0.5,0.255951455205554,0.0780082253533099,0.743339723719788,0.0155321967745785,1.00986045966408 -1866,0.5,0.255951455205554,0.0280053838989914,0.711352003653528,0.00466292755357254,1.0103314713638 -1867,0.5,0.255951455205554,0.0,0.660649344475679,0.0,1.01030630859124 -1868,0.5,0.255951455205554,0.0,0.639796274629205,0.0,1.00971434390393 -1869,0.5,0.255951455205554,0.0,0.655266278428506,0.0,1.00964088900667 -1870,0.5,0.255951455205554,0.0,0.67695574067847,0.0,1.00789111730879 -1871,0.5,0.255951455205554,0.0,0.687267496559131,0.0,1.0084181544505 -1872,0.5,0.255951455205554,0.0,0.685574734316625,0.0,1.00631713745376 -1873,0.5,0.255951455205554,0.0,0.673311580886252,0.0,1.00045135440193 -1874,0.5,0.255951455205554,0.0,0.652549766994589,0.0,0.997378455193475 -1875,0.5,0.255951455205554,0.0,0.621020717850154,0.0,1.00389865798265 -1876,0.5,0.255951455205554,0.0,0.570497255856018,0.0,0.999219995687148 -1877,0.5,0.255951455205554,0.0,0.504427111697595,0.0,0.991708026354188 -1878,0.5,0.255951455205554,0.0,0.441068633277723,0.0,0.97631380142657 -1879,0.5,0.255951455205554,0.000547008184627879,0.408019515732389,0.0,0.971825292202053 -1880,0.5,0.255951455205554,0.0784642372598574,0.389960319090638,0.0218233752177181,0.969412315174482 -1881,0.5,0.255951455205554,0.231002739341805,0.402109529550192,0.0946246449568687,0.980087018808496 -1882,0.5,0.255951455205554,0.39396023315988,0.430500754778673,0.203377799765189,0.974026905477475 -1883,0.5,0.255951455205554,0.538727555840876,0.464305230659442,0.533337587243403,0.979943399112004 -1884,0.5,0.255951455205554,0.63190660698468,0.482731415620392,0.624327090625579,0.97679377668412 -1885,0.5,0.255951455205554,0.672215599392945,0.491737298244807,0.659947676220001,0.979507276069801 -1886,0.5,0.255951455205554,0.663508598006792,0.507359595256266,0.651176037762559,0.966225749677239 -1887,0.5,0.255951455205554,0.593935459330345,0.544077869382745,0.581451344380343,0.947706238746254 -1888,0.5,0.255951455205554,0.46616347747112,0.516313048540413,0.458355728780788,0.937603334004579 -1889,0.5,0.255951455205554,0.316648369941464,0.452553032900846,0.317880347501817,0.94115959695323 -1890,0.5,0.255951455205554,0.0547913344180505,0.481609897894942,0.0853890614568076,0.9443662002506 -1891,0.5,0.255951455205554,0.0,0.546636312181912,0.0,0.94370722836692 -1892,0.5,0.255951455205554,0.0,0.599605560440816,0.0,0.963018720814791 -1893,0.5,0.255951455205554,0.0,0.64006757244794,0.0,0.978712619725382 -1894,0.5,0.255951455205554,0.0,0.662101791553823,0.0,0.984468043163789 -1895,0.5,0.255951455205554,0.0,0.683510515115254,0.0,0.990423249260081 -1896,0.5,0.255951455205554,0.0,0.703778491250111,0.0,0.992632297876781 -1897,0.5,0.255951455205554,0.0,0.706351742704361,0.0,0.99283829564903 -1898,0.5,0.255951455205554,0.0,0.708920077881693,0.0,0.978778251555238 -1899,0.5,0.255951455205554,0.0,0.722558459917972,0.0,0.715809499403218 -1900,0.5,0.255951455205554,0.0,0.731809188312201,0.0,0.741911663409431 -1901,0.5,0.255951455205554,0.0,0.710269628823247,0.0,0.855175847088558 -1902,0.5,0.255951455205554,0.0,0.648967081106848,0.0,0.834137945942066 -1903,0.5,0.255951455205554,0.00110802828549098,0.58739596895192,0.0,0.795513794007353 -1904,0.5,0.255951455205554,0.0681946013427457,0.552909311028659,0.0470573425282222,0.685019460121977 -1905,0.5,0.255951455205554,0.173702565434075,0.572820203313595,0.200956880251232,0.628099003888446 -1906,0.5,0.255951455205554,0.281601173642103,0.561598112422523,0.273941350826442,0.632914605138559 -1907,0.5,0.255951455205554,0.369697946718142,0.524863125104352,0.289849766802349,0.68432961950968 -1908,0.5,0.255951455205554,0.424777947890558,0.492637701281939,0.568013806752343,0.74851504358988 -1909,0.5,0.255951455205554,0.432436646490329,0.459313982981806,0.665638913275575,0.791142384101886 -1910,0.5,0.255951455205554,0.40059673755154,0.433732799996591,0.629943556863682,0.781254522923412 -1911,0.5,0.255951455205554,0.343944649440594,0.408703011578304,0.567788402196793,0.703194710278702 -1912,0.5,0.255951455205554,0.254330848084727,0.346517733261851,0.423914566821279,0.657920128469106 -1913,0.5,0.255951455205554,0.157736722164726,0.247354508506191,0.289879446233341,0.673661529779673 -1914,0.5,0.255951455205554,0.0346704885136553,0.138813624643243,0.091854567209568,0.644230063263879 -1915,0.5,0.255951455205554,3.45039376699014e-06,0.0931049144727832,0.0,0.519369892243813 -1916,0.5,0.255951455205554,0.0,0.0729800645876682,0.0,0.314456052738651 -1917,0.5,0.255951455205554,0.0,0.0597192653466613,0.0,0.199243204634248 -1918,0.5,0.255951455205554,0.0,0.0546123707734918,0.0,0.263929525099627 -1919,0.5,0.255951455205554,0.0,0.056038675150633,0.0,0.526799331534853 -1920,0.5,0.255951455205554,0.0,0.0638430670127662,0.0,0.755453180863584 -1921,0.5,0.255951455205554,0.0,0.0785679180402772,0.0,0.822890324087693 -1922,0.5,0.255951455205554,0.0,0.0960293958976477,0.0,0.846265185720977 -1923,0.5,0.255951455205554,0.0,0.115671293934932,0.0,0.848812999616641 -1924,0.5,0.255951455205554,0.0,0.134048638311648,0.0,0.861224789940125 -1925,0.5,0.255951455205554,0.0,0.154241278820901,0.0,0.854402039532835 -1926,0.5,0.255951455205554,0.0,0.180646684190298,0.0,0.894583921617531 -1927,0.5,0.255951455205554,0.000795895888634558,0.20284507918956,0.0,0.914692609141609 -1928,0.5,0.255951455205554,0.0416710056772458,0.232362827280243,0.0271763467359613,0.915512670404304 -1929,0.5,0.255951455205554,0.118107971606633,0.31808442275374,0.130064115170946,0.918977807992725 -1930,0.5,0.255951455205554,0.209060934195416,0.452248967365628,0.308119019126697,0.921197744159481 -1931,0.5,0.255951455205554,0.288330950865086,0.552126945759256,0.445672573351845,0.924263803782047 -1932,0.5,0.255951455205554,0.324013561550187,0.595900081892089,0.616917567979551,0.877809831024326 -1933,0.5,0.255951455205554,0.316685691515177,0.617497488398288,0.624025570476684,0.742988363689481 -1934,0.5,0.255951455205554,0.307186269455094,0.643135806137897,0.373767428683842,0.666470378355076 -1935,0.5,0.255951455205554,0.25624055322951,0.640863271407976,0.13816541032242,0.53976741083557 -1936,0.5,0.255951455205554,0.190694677336873,0.554532014392145,0.0589050060209055,0.596980700159707 -1937,0.5,0.255951455205554,0.100459856111995,0.407204095067055,0.00603209355463367,0.601190002289726 -1938,0.5,0.255951455205554,0.0240814480064628,0.290128875287081,0.0184613932365847,0.496793650797005 -1939,0.5,0.255951455205554,1.55299910712959e-05,0.22875601560007,0.0,0.400081325157044 -1940,0.5,0.255951455205554,0.0,0.205588894311983,0.0,0.436895656396592 -1941,0.5,0.255951455205554,0.0,0.215784393568195,0.0,0.53551806182601 -1942,0.5,0.255951455205554,0.0,0.221648835251865,0.0,0.669750621944798 -1943,0.5,0.255951455205554,0.0,0.219528417184803,0.0,0.734875329755348 -1944,0.5,0.255951455205554,0.0,0.219624770050058,0.0,0.760998009469272 -1945,0.5,0.255951455205554,0.0,0.214570963273073,0.0,0.787174632336045 -1946,0.5,0.255951455205554,0.0,0.213802650763337,0.0,0.66645704123495 -1947,0.5,0.255951455205554,0.0,0.213994411217397,0.0,0.584184872345634 -1948,0.5,0.255951455205554,0.0,0.207913291382655,0.0,0.600621024421003 -1949,0.5,0.255951455205554,0.0,0.194498102158676,0.0,0.598618345516286 -1950,0.5,0.255951455205554,0.0,0.184069168018416,0.0,0.596162203946277 -1951,0.5,0.255951455205554,0.000896881853198943,0.18099180772265,0.000304389879276569,0.536001710212907 -1952,0.5,0.255951455205554,0.0459945546175531,0.221297347286252,0.0631879989383207,0.494881108434573 -1953,0.5,0.255951455205554,0.128826049493599,0.312415627834673,0.208443201528339,0.606693389846137 -1954,0.5,0.255951455205554,0.219567281644108,0.377121425110038,0.303889451939817,0.636631350969535 -1955,0.5,0.255951455205554,0.272452278418845,0.389791085477677,0.450095003889637,0.572646502679396 -1956,0.5,0.255951455205554,0.291276689845145,0.368422546441577,0.591797217580655,0.57335051903662 -1957,0.5,0.255951455205554,0.266833886129152,0.328591087561373,0.498126764181244,0.629131022414559 -1958,0.5,0.255951455205554,0.242737851631319,0.284061184416184,0.154887241313315,0.570260560960542 -1959,0.5,0.255951455205554,0.206482994613274,0.258561599245445,0.0702642549911203,0.47812828835604 -1960,0.5,0.255951455205554,0.157687846427937,0.245483860838326,0.0995359401489609,0.529008712807964 -1961,0.5,0.255951455205554,0.105031736571586,0.203495463079885,0.030566592776934,0.468853051076193 -1962,0.5,0.255951455205554,0.0370746516787365,0.141788293633085,0.0129483653508568,0.420014321749559 -1963,0.5,0.255951455205554,1.57686883879582e-05,0.115048656784961,0.0,0.569372614278979 -1964,0.5,0.255951455205554,0.0,0.100187541245083,0.0,0.669078394016557 -1965,0.5,0.255951455205554,0.0,0.0911037948903903,0.0,0.771993269797155 -1966,0.5,0.255951455205554,0.0,0.0798630142618939,0.0,0.757895331700072 -1967,0.5,0.255951455205554,0.0,0.0652254581827298,0.0,0.713325809001509 -1968,0.5,0.255951455205554,0.0,0.0572784078733275,0.0,0.710696708273875 -1969,0.5,0.255951455205554,0.0,0.0539497659867373,0.0,0.699491095898508 -1970,0.5,0.255951455205554,0.0,0.0557229183635137,0.0,0.694541152792498 -1971,0.5,0.255951455205554,0.0,0.0623776537353237,0.0,0.658064826934983 -1972,0.5,0.255951455205554,0.0,0.0717364276890881,0.0,0.653766161099888 -1973,0.5,0.255951455205554,0.0,0.0814257784981147,0.0,0.640204813960024 -1974,0.5,0.255951455205554,0.0,0.0884619179443935,0.0,0.631081448634481 -1975,0.5,0.255951455205554,0.00157891596876666,0.0868192931988468,0.00152719770275967,0.639597431531095 -1976,0.5,0.255951455205554,0.0606458299624059,0.0872634574450873,0.108306703165951,0.648266976624179 -1977,0.5,0.255951455205554,0.1558481338456,0.107921129361656,0.27240818106777,0.653359800806119 -1978,0.5,0.255951455205554,0.253253323397993,0.170744640243004,0.426998491640111,0.633875257690052 -1979,0.5,0.255951455205554,0.337231257970368,0.207980351163732,0.570163312240366,0.602213769442864 -1980,0.5,0.255951455205554,0.381576698348077,0.223571881202552,0.635348013975823,0.565285232777656 -1981,0.5,0.255951455205554,0.364768627850175,0.220814662932756,0.660734598507746,0.560722630748791 -1982,0.5,0.255951455205554,0.317571027320373,0.211701817806035,0.647871200026741,0.607202313171235 -1983,0.5,0.255951455205554,0.262276720136717,0.195710651463782,0.583378723216922,0.658755522748665 -1984,0.5,0.255951455205554,0.196569006653071,0.17337730467146,0.233014994601696,0.686196810982055 -1985,0.5,0.255951455205554,0.116015958438194,0.129334411103733,0.0813275190391767,0.683944030662893 -1986,0.5,0.255951455205554,0.0354741783668403,0.0841077444011744,0.0365911279906616,0.660496162347094 -1987,0.5,0.255951455205554,3.2443620885145e-06,0.0699506633974944,0.0,0.639355361812044 -1988,0.5,0.255951455205554,0.0,0.0699095493371875,0.0,0.633607286097786 -1989,0.5,0.255951455205554,0.0,0.0712149848155545,0.0,0.665674526393262 -1990,0.5,0.255951455205554,0.0,0.0671289852274274,0.0,0.681881813878783 -1991,0.5,0.255951455205554,0.0,0.0613260589278408,0.0,0.623284822351238 -1992,0.5,0.255951455205554,0.0,0.0587187922079045,0.0,0.504441475523447 -1993,0.5,0.255951455205554,0.0,0.0558324192953381,0.0,0.333933917240215 -1994,0.5,0.255951455205554,0.0,0.0518339369778625,0.0,0.194784749027313 -1995,0.5,0.255951455205554,0.0,0.0476596671140515,0.0,0.110968660098074 -1996,0.5,0.255951455205554,0.0,0.0446377323407885,0.0,0.0789591303870703 -1997,0.5,0.255951455205554,0.0,0.0422921616772544,0.0,0.0714678883449795 -1998,0.5,0.255951455205554,0.0,0.0406563512949985,0.0,0.0729375179166708 -1999,0.5,0.255951455205554,0.00196154952031335,0.0411932650192309,0.000861760699747929,0.0613552212913834 -2000,0.5,0.255951455205554,0.0674374354963152,0.0470869658614159,0.00987720201479614,0.0453969487798608 -2001,0.5,0.255951455205554,0.175183876816085,0.0608489303004661,0.0148114942296205,0.0343831757152813 -2002,0.5,0.255951455205554,0.28000451684837,0.0834231244195573,0.0623376891185138,0.0269934208455531 -2003,0.5,0.255951455205554,0.365375830495582,0.101362511295771,0.0679200447701068,0.0257430123838361 -2004,0.5,0.255951455205554,0.397575047944692,0.112722710978008,0.103312011698548,0.0244214626781794 -2005,0.5,0.255951455205554,0.392745136229153,0.122610155450486,0.0849136893349781,0.029002405669071 -2006,0.5,0.255951455205554,0.361509025745208,0.128029696914067,0.0457001361253896,0.0435626356350226 -2007,0.5,0.255951455205554,0.294221948912751,0.128630391810779,0.0147844431915426,0.0621623856972017 -2008,0.5,0.255951455205554,0.214770893236237,0.123544808198986,0.0276199741059851,0.0802333912521759 -2009,0.5,0.255951455205554,0.135016770813365,0.117114274831793,0.0601529751636156,0.0709396541513679 -2010,0.5,0.255951455205554,0.0443912918441979,0.0898334977421161,0.0716512185970185,0.0744575669839497 -2011,0.5,0.255951455205554,2.50977884591811e-06,0.079723687661298,0.0,0.17056332881741 -2012,0.5,0.255951455205554,0.0,0.085677736131076,0.0,0.596467640536921 -2013,0.5,0.255951455205554,0.0,0.099167826329138,0.0,0.858450843101014 -2014,0.5,0.255951455205554,0.0,0.114014358242514,0.0,0.843310239908478 -2015,0.5,0.255951455205554,0.0,0.131607611264489,0.0,0.721034360203493 -2016,0.5,0.255951455205554,0.0,0.132912650435083,0.0,0.614005892441838 -2017,0.5,0.255951455205554,0.0,0.15353951074777,0.0,0.624352767539092 -2018,0.5,0.255951455205554,0.0,0.179350283350898,0.0,0.646293647757674 -2019,0.5,0.255951455205554,0.0,0.192042121086014,0.0,0.701343583528735 -2020,0.5,0.255951455205554,0.0,0.186234966543225,0.0,0.79156746716389 -2021,0.5,0.255951455205554,0.0,0.15264854429339,0.0,0.920536615982757 -2022,0.5,0.255951455205554,0.0,0.110056315414186,0.0,0.94480550899334 -2023,0.5,0.255951455205554,0.00293006571706926,0.0848731901274702,0.00166994495042099,0.943155816107964 -2024,0.5,0.255951455205554,0.0712493337462323,0.0890068960543047,0.0505854662080831,0.933933467167527 -2025,0.5,0.255951455205554,0.179646806170769,0.124849794929928,0.131622016771939,0.809280924769459 -2026,0.5,0.255951455205554,0.296383872486346,0.189869664110191,0.241842673808939,0.430075691372219 -2027,0.5,0.255951455205554,0.397372775922187,0.244503128755194,0.288732256910276,0.143901755968973 -2028,0.5,0.255951455205554,0.448527534603138,0.274417681596922,0.191409201830565,0.0480267963441825 -2029,0.5,0.255951455205554,0.460370125894654,0.28520069500993,0.173537091498009,0.0402226945426531 -2030,0.5,0.255951455205554,0.432514304836791,0.281964499860587,0.182600864222985,0.0935946322763522 -2031,0.5,0.255951455205554,0.381635392384923,0.271835173359015,0.131396090152687,0.323280997873984 -2032,0.5,0.255951455205554,0.302533683204428,0.275069110946001,0.0974454036860685,0.648471319153693 -2033,0.5,0.255951455205554,0.208844986071635,0.238155216505751,0.0399371249517258,0.766876359582674 -2034,0.5,0.255951455205554,0.0607627324322375,0.188882315588031,0.0215331352285744,0.779516788869175 -2035,0.5,0.255951455205554,3.75028877096618e-06,0.189840731409866,0.000166375140411874,0.703376033110135 -2036,0.5,0.255951455205554,0.0,0.21161649893501,0.0,0.78543794604998 -2037,0.5,0.255951455205554,0.0,0.224884493871247,0.0,0.885254188437935 -2038,0.5,0.255951455205554,0.0,0.226326759859114,0.0,0.883322257268772 -2039,0.5,0.255951455205554,0.0,0.217564923650555,0.0,0.852468073689852 -2040,0.5,0.255951455205554,0.0,0.202122118976773,0.0,0.882274163853557 -2041,0.5,0.255951455205554,0.0,0.183195722951579,0.0,0.913497937149946 -2042,0.5,0.255951455205554,0.0,0.17809394734248,0.0,0.904314689244125 -2043,0.5,0.255951455205554,0.0,0.185067837374774,0.0,0.876434124659573 -2044,0.5,0.255951455205554,0.0,0.195308121630414,0.0,0.913896807868156 -2045,0.5,0.255951455205554,0.0,0.200011068235749,0.0,0.944985622615833 -2046,0.5,0.255951455205554,0.0,0.199659414101553,0.0,0.941552804458064 -2047,0.5,0.255951455205554,0.00655556377781499,0.196355002249038,0.00129551426503414,0.935286085509151 -2048,0.5,0.255951455205554,0.115895128686425,0.212352121521233,0.0276673904495851,0.930379011082773 -2049,0.5,0.255951455205554,0.268030960954041,0.27855620440827,0.0710458888369222,0.929525198803523 -2050,0.5,0.255951455205554,0.431087588000963,0.348172336338498,0.0976556323820304,0.92389647776553 -2051,0.5,0.255951455205554,0.576396947201445,0.410747209973625,0.203131937598679,0.920291874829629 -2052,0.5,0.255951455205554,0.663985921786699,0.440625903412802,0.602466302674967,0.913098029783111 -2053,0.5,0.255951455205554,0.69461168106021,0.447762065770222,0.633477768419872,0.903414474346913 -2054,0.5,0.255951455205554,0.675504409566146,0.444694708545215,0.639154461466634,0.888006240627176 -2055,0.5,0.255951455205554,0.59722492664296,0.435953044067648,0.597055177522279,0.881033009393813 -2056,0.5,0.255951455205554,0.462577218984992,0.41088547741045,0.495602762281827,0.892066963472466 -2057,0.5,0.255951455205554,0.310120595576365,0.318979610230244,0.346304245028116,0.8982660675653 -2058,0.5,0.255951455205554,0.0835090198296314,0.192832993896224,0.12834284235383,0.891943078689489 -2059,0.5,0.255951455205554,0.0,0.169215600351845,0.0,0.884563644350125 -2060,0.5,0.255951455205554,0.0,0.152586059503044,0.0,0.874567336747401 -2061,0.5,0.255951455205554,0.0,0.130432441019072,0.0,0.854519066867757 -2062,0.5,0.255951455205554,0.0,0.107587785941604,0.0,0.813368082407627 -2063,0.5,0.255951455205554,0.0,0.0884519917541909,0.0,0.782587700696682 -2064,0.5,0.255951455205554,0.0,0.0760687556379274,0.0,0.762747173449474 -2065,0.5,0.255951455205554,0.0,0.0681589369335911,0.0,0.723187125201013 -2066,0.5,0.255951455205554,0.0,0.0636992320663688,0.0,0.681934310279823 -2067,0.5,0.255951455205554,0.0,0.0627420068164011,0.0,0.651382097422622 -2068,0.5,0.255951455205554,0.0,0.0626837854472226,0.0,0.606727056645749 -2069,0.5,0.255951455205554,0.0,0.0640481994109923,0.0,0.574195703342487 -2070,0.5,0.255951455205554,0.0,0.0637712893340807,0.0,0.626662844040563 -2071,0.5,0.255951455205554,0.00506633778616148,0.0621970490912776,0.000984290911234119,0.656277560304273 -2072,0.5,0.255951455205554,0.0962877619742056,0.064278817292653,0.0166737149051273,0.658468734920117 -2073,0.5,0.255951455205554,0.219326017559748,0.0796568416987751,0.0258119179285271,0.648153421591016 -2074,0.5,0.255951455205554,0.33948351363228,0.135148962930903,0.0292030011740475,0.602035075405135 -2075,0.5,0.255951455205554,0.441646680066117,0.182516888568553,0.0423350761922371,0.50021590311716 -2076,0.5,0.255951455205554,0.486547856704265,0.224668474754632,0.0714808917199014,0.47436145185388 -2077,0.5,0.255951455205554,0.482299753888791,0.244627688252612,0.0775127118032372,0.564879607386203 -2078,0.5,0.255951455205554,0.453965781479024,0.252618338229045,0.113571628428633,0.572266850819671 -2079,0.5,0.255951455205554,0.396586608547618,0.253998898511303,0.16934952335187,0.565870497912479 -2080,0.5,0.255951455205554,0.304876406083103,0.24012460699221,0.109595755117809,0.604381309424403 -2081,0.5,0.255951455205554,0.200376664126097,0.207206052381035,0.0589980850117454,0.686840631433958 -2082,0.5,0.255951455205554,0.0595541064920914,0.181404127487224,0.0165210150047393,0.675759334325664 -2083,0.5,0.255951455205554,3.18237061304178e-05,0.171438253590112,0.0,0.661447118845474 -2084,0.5,0.255951455205554,0.0,0.155140909839533,0.0,0.68171690281619 -2085,0.5,0.255951455205554,0.0,0.141649520425055,0.0,0.69155453331825 -2086,0.5,0.255951455205554,0.0,0.12739672405048,0.0,0.676827814363957 -2087,0.5,0.255951455205554,0.0,0.115427147141701,0.0,0.635449348791219 -2088,0.5,0.255951455205554,0.0,0.102800261385924,0.0,0.589778296895128 -2089,0.5,0.255951455205554,0.0,0.0915729176064074,0.0,0.580340525351837 -2090,0.5,0.255951455205554,0.0,0.0833216478471002,0.0,0.522202536126578 -2091,0.5,0.255951455205554,0.0,0.0770772372938662,0.0,0.443048710407661 -2092,0.5,0.255951455205554,0.0,0.073346097431914,0.0,0.41053870289323 -2093,0.5,0.255951455205554,0.0,0.0725046595511354,0.0,0.389999488664441 -2094,0.5,0.255951455205554,0.0,0.0725293243997874,0.0,0.333315921882788 -2095,0.5,0.255951455205554,0.0062824593767922,0.0754785509543232,0.00103064827564367,0.301008452770995 -2096,0.5,0.255951455205554,0.0984368936744193,0.0869213979873215,0.00998478585208897,0.292948220476614 -2097,0.5,0.255951455205554,0.228868415903028,0.115793695675124,0.0334431345281035,0.338117194587761 -2098,0.5,0.255951455205554,0.369556018709081,0.156368237450244,0.080729595743533,0.399619669868155 -2099,0.5,0.255951455205554,0.493391131664295,0.169676264299649,0.119578574118568,0.419718802379568 -2100,0.5,0.255951455205554,0.561073453573322,0.165660877100484,0.0761938676445558,0.42219790611927 -2101,0.5,0.255951455205554,0.585659556098505,0.157799479498202,0.0947010363016338,0.427997542579156 -2102,0.5,0.255951455205554,0.575897161090359,0.155902340851894,0.0870935239659405,0.361713660025173 -2103,0.5,0.255951455205554,0.522331391206856,0.156964133905028,0.0615609556062991,0.293557873272229 -2104,0.5,0.255951455205554,0.418202658653493,0.15366955129459,0.0580600872314849,0.288622316224988 -2105,0.5,0.255951455205554,0.28946450354124,0.1297197833491,0.0254805082218606,0.26959410385186 -2106,0.5,0.255951455205554,0.0823991361772638,0.0859016675095614,0.0105039638359374,0.267182035700729 -2107,0.5,0.255951455205554,1.80381756369624e-05,0.0888755966763659,0.000738089582097968,0.300858167235876 -2108,0.5,0.255951455205554,0.0,0.0806098995340247,0.0,0.336949422642914 -2109,0.5,0.255951455205554,0.0,0.0708592497789424,0.0,0.361013067331433 -2110,0.5,0.255951455205554,0.0,0.0611021639914697,0.0,0.328902082155585 -2111,0.5,0.255951455205554,0.0,0.0521986066883101,0.0,0.316299525720662 -2112,0.5,0.255951455205554,0.0,0.0453575067586221,0.0,0.350841560704039 -2113,0.5,0.255951455205554,0.0,0.0411916275459631,0.0,0.295707578124874 -2114,0.5,0.255951455205554,0.0,0.0390919290196302,0.0,0.241650742477292 -2115,0.5,0.255951455205554,0.0,0.0358252662532571,0.0,0.244974390109774 -2116,0.5,0.255951455205554,0.0,0.0324912617519154,0.0,0.293468688306622 -2117,0.5,0.255951455205554,0.0,0.0313087145801696,0.0,0.30017342681181 -2118,0.5,0.255951455205554,0.0,0.029900899494608,0.0,0.292043057302209 -2119,0.5,0.255951455205554,0.0119268967129601,0.0259864914479411,0.00272581389364776,0.298526924392012 -2120,0.5,0.255951455205554,0.127373823555898,0.0234434667999523,0.0288568267864129,0.302030075019878 -2121,0.5,0.255951455205554,0.280205431586177,0.0351640092135094,0.0414493987495509,0.280907906858636 -2122,0.5,0.255951455205554,0.437590531703575,0.0541280014253814,0.0780651070014041,0.246973572487675 -2123,0.5,0.255951455205554,0.569817673093291,0.0624301533246573,0.105905254370611,0.209122019029266 -2124,0.5,0.255951455205554,0.648655225984471,0.0577021107203521,0.176657137568702,0.160725648623179 -2125,0.5,0.255951455205554,0.673151683017738,0.0523823969986402,0.180793902510467,0.146910255787763 -2126,0.5,0.255951455205554,0.652956806545798,0.0541650366637934,0.153881186653037,0.174878621357549 -2127,0.5,0.255951455205554,0.580378317435982,0.0639752648862907,0.121106256895898,0.185886637361008 -2128,0.5,0.255951455205554,0.457469014171783,0.0765114483320196,0.0565071282131442,0.201290426406087 -2129,0.5,0.255951455205554,0.315018071783052,0.0784272075284269,0.0425685528693423,0.181376463477101 -2130,0.5,0.255951455205554,0.0883433228091418,0.0519193777345246,0.0390526164018744,0.158023777759879 -2131,0.5,0.255951455205554,0.0,0.051387060095588,0.0,0.174401304486007 -2132,0.5,0.255951455205554,0.0,0.0480296415049377,0.0,0.194522878922698 -2133,0.5,0.255951455205554,0.0,0.0418901021293139,0.0,0.18587717211784 -2134,0.5,0.255951455205554,0.0,0.0328501995786621,0.0,0.186834028566608 -2135,0.5,0.255951455205554,0.0,0.0255123415273548,0.0,0.171833167119938 -2136,0.5,0.255951455205554,0.0,0.0225426023037019,0.0,0.146468563115314 -2137,0.5,0.255951455205554,0.0,0.0199751351220492,0.0,0.140953079294513 -2138,0.5,0.255951455205554,0.0,0.0187634636840983,0.0,0.131096393398208 -2139,0.5,0.255951455205554,0.0,0.0185538849628256,0.0,0.122936827565775 -2140,0.5,0.255951455205554,0.0,0.0177277689383984,0.0,0.123675675408262 -2141,0.5,0.255951455205554,0.0,0.0164945255609828,0.0,0.106114137329766 -2142,0.5,0.255951455205554,0.0,0.0156191091662742,0.0,0.0870381976381403 -2143,0.5,0.255951455205554,0.0138995208811425,0.0137672239865275,0.00796817793735706,0.0907216230602723 -2144,0.5,0.255951455205554,0.130984442979918,0.0118841366331797,0.126336091655227,0.0933041822578436 -2145,0.5,0.255951455205554,0.278223707034491,0.0156652046077725,0.295394237830425,0.0759603851122202 -2146,0.5,0.255951455205554,0.425920015270184,0.0196846690047971,0.445595350524136,0.0599356289528681 -2147,0.5,0.255951455205554,0.552276566343408,0.0195739314823806,0.566498624575714,0.0551764650643317 -2148,0.5,0.255951455205554,0.630908987341502,0.017189428847661,0.645791934480639,0.0557570163821556 -2149,0.5,0.255951455205554,0.658724062673914,0.0149248864362062,0.679169216106142,0.0508982407695723 -2150,0.5,0.255951455205554,0.646456111392285,0.0129306181913796,0.668591423062301,0.0454201481959599 -2151,0.5,0.255951455205554,0.582510450804425,0.0123361265635457,0.596405612618562,0.046564231932731 -2152,0.5,0.255951455205554,0.461714570641091,0.0118362775459017,0.472028941022061,0.0348202905979028 -2153,0.5,0.255951455205554,0.316261898788171,0.0108742913422823,0.338683724575211,0.0203334388359412 -2154,0.5,0.255951455205554,0.10020093495437,0.00778917302656667,0.147042857646488,0.017095629697781 -2155,0.5,0.255951455205554,0.0,0.0120230197624617,0.0,0.0157777658980615 -2156,0.5,0.255951455205554,0.0,0.0140631544950775,0.0,0.0188077616367852 -2157,0.5,0.255951455205554,0.0,0.014257001749357,0.0,0.022915734747675 -2158,0.5,0.255951455205554,0.0,0.0129194573765693,0.0,0.0314743461968184 -2159,0.5,0.255951455205554,0.0,0.0116946978782493,0.0,0.0462199299982392 -2160,0.5,0.255951455205554,0.0,0.0114037691676476,0.0,0.0478827058365271 -2161,0.5,0.255951455205554,0.0,0.0104272633822573,0.0,0.0441980200154959 -2162,0.5,0.255951455205554,0.0,0.00954243571886323,0.0,0.0450000214463439 -2163,0.5,0.255951455205554,0.0,0.00945266358268384,0.0,0.0430213185170959 -2164,0.5,0.255951455205554,0.0,0.00994089516338865,0.0,0.0307994055199264 -2165,0.5,0.255951455205554,0.0,0.0105771842627846,0.0,0.0223578753241052 -2166,0.5,0.255951455205554,0.0,0.0113691217248789,0.0,0.0182683433415239 -2167,0.5,0.255951455205554,0.0162939124411752,0.0117778840083592,0.00921901720501398,0.0153705342205042 -2168,0.5,0.255951455205554,0.119247271101367,0.0110997307010424,0.0685872300925086,0.0173392439760524 -2169,0.5,0.255951455205554,0.247016728737078,0.0164773361701029,0.0639103518267026,0.0220017875226437 -2170,0.5,0.255951455205554,0.37659118415031,0.0236698019324791,0.158976735541731,0.030568881823645 -2171,0.5,0.255951455205554,0.483449238913037,0.0296816026181756,0.292727912020663,0.0493723134495281 -2172,0.5,0.255951455205554,0.549578557969502,0.0394218509673493,0.356250789259836,0.0739036171078144 -2173,0.5,0.255951455205554,0.568753569134306,0.0546669450880793,0.323143395520936,0.0748502321681806 -2174,0.5,0.255951455205554,0.546455405201504,0.0729154700290446,0.430091485395962,0.0648448045585781 -2175,0.5,0.255951455205554,0.475598146434377,0.0914546327913566,0.315663998815544,0.0706133147690947 -2176,0.5,0.255951455205554,0.359977943973185,0.102442049654596,0.0725545754125616,0.090207884574889 -2177,0.5,0.255951455205554,0.238312480779111,0.0978039965228529,0.100439235884505,0.114567832660088 -2178,0.5,0.255951455205554,0.0899075805242777,0.0609035664558626,0.076836913077121,0.117804712392198 -2179,0.5,0.255951455205554,0.0,0.0605219927282579,0.0,0.111234207704912 -2180,0.5,0.255951455205554,0.0,0.0655085420587928,0.0,0.117714122770805 -2181,0.5,0.255951455205554,0.0,0.065260612259616,0.0,0.125607359955848 -2182,0.5,0.255951455205554,0.0,0.0643945675189556,0.0,0.129680605301906 -2183,0.5,0.255951455205554,0.0,0.063208149618292,0.0,0.143564202855911 -2184,0.5,0.255951455205554,0.0,0.0632412649112476,0.0,0.144360617495642 -2185,0.5,0.255951455205554,0.0,0.0631450556629408,0.0,0.147100026906029 -2186,0.5,0.255951455205554,0.0,0.0636134699721001,0.0,0.163701858777382 -2187,0.5,0.255951455205554,0.0,0.0640044820563069,0.0,0.182719208949548 -2188,0.5,0.255951455205554,0.0,0.0657832449746764,0.0,0.197926813989319 -2189,0.5,0.255951455205554,0.0,0.0667480282154679,0.0,0.213594644936095 -2190,0.5,0.255951455205554,0.0,0.0672133883767748,0.0,0.194606853830165 -2191,0.5,0.255951455205554,0.0167913557261894,0.066665392069679,0.0102470744098639,0.184075805997487 -2192,0.5,0.255951455205554,0.127699900857473,0.0707061326888207,0.0856236940291167,0.182679553955309 -2193,0.5,0.255951455205554,0.271080561568951,0.100173927229162,0.187199710185372,0.215840238120536 -2194,0.5,0.255951455205554,0.416664733136507,0.12307777902818,0.303542034703792,0.301513612205573 -2195,0.5,0.255951455205554,0.54487385875636,0.134963588369906,0.539990203042895,0.29838740366855 -2196,0.5,0.255951455205554,0.62234701101678,0.148111445555693,0.618853210889003,0.199612704507163 -2197,0.5,0.255951455205554,0.639253181650863,0.153109141287904,0.574398474091556,0.104492934494036 -2198,0.5,0.255951455205554,0.616338293875929,0.148497730080902,0.59724451162777,0.0843207393759182 -2199,0.5,0.255951455205554,0.543624270207054,0.152789700453007,0.539355226567904,0.0707520361108024 -2200,0.5,0.255951455205554,0.436844449212103,0.159018797811391,0.374182215610644,0.0594286831461041 -2201,0.5,0.255951455205554,0.301452799718753,0.134620348296089,0.219459634430188,0.0638153199445669 -2202,0.5,0.255951455205554,0.104341215414514,0.0898640260109992,0.0742914634501509,0.0732023131459176 -2203,0.5,0.255951455205554,0.0,0.0938578415141993,0.0,0.0813260422707696 -2204,0.5,0.255951455205554,0.0,0.0926465055975797,0.0,0.0911100215349753 -2205,0.5,0.255951455205554,0.0,0.0815369624639813,0.0,0.0946965645172977 -2206,0.5,0.255951455205554,0.0,0.0689376513654756,0.0,0.0948217435300429 -2207,0.5,0.255951455205554,0.0,0.058089736746499,0.0,0.0947953732370107 -2208,0.5,0.255951455205554,0.0,0.0486135595393181,0.0,0.090660550742073 -2209,0.5,0.255951455205554,0.0,0.0423802404612138,0.0,0.0766457317868735 -2210,0.5,0.255951455205554,0.0,0.0383954264928321,0.0,0.0550386663239316 -2211,0.5,0.255951455205554,0.0,0.0388840902186352,0.0,0.0459439129405654 -2212,0.5,0.255951455205554,0.0,0.0406221221209586,0.0,0.0475582131672568 -2213,0.5,0.255951455205554,0.0,0.0449637481729123,0.0,0.0613692822323059 -2214,0.5,0.255951455205554,0.0,0.0502256874574576,0.0,0.0903213607571491 -2215,0.5,0.255951455205554,0.0195406710879435,0.0528768230127789,0.0229909063905356,0.135012511652837 -2216,0.5,0.255951455205554,0.118500982889927,0.0564202729668336,0.147800846007505,0.185636942684278 -2217,0.5,0.255951455205554,0.242864127532871,0.0805660837333546,0.300777734778128,0.229657605478281 -2218,0.5,0.255951455205554,0.371304350654024,0.108372678271279,0.447231860938815,0.285395207292819 -2219,0.5,0.255951455205554,0.481959049645634,0.129666762273658,0.583321213861112,0.33468568280152 -2220,0.5,0.255951455205554,0.553508991364929,0.144034323808211,0.666905025929183,0.331523049731134 -2221,0.5,0.255951455205554,0.583333209207446,0.165025565097375,0.698540340738412,0.307197565080909 -2222,0.5,0.255951455205554,0.563014725886816,0.188607700567908,0.687644354528707,0.337820692835651 -2223,0.5,0.255951455205554,0.48621150472523,0.220929117129889,0.619145865216543,0.442066721085357 -2224,0.5,0.255951455205554,0.369648342776172,0.249371150743136,0.493999682195069,0.56389914001171 -2225,0.5,0.255951455205554,0.247689990150696,0.244714742915867,0.356091404429731,0.651904889552685 -2226,0.5,0.255951455205554,0.0942349583327598,0.189283376369013,0.160308543270391,0.721970331499576 -2227,0.5,0.255951455205554,0.0,0.198259441259154,0.0,0.797932617040189 -2228,0.5,0.255951455205554,0.0,0.213730297868681,0.0,0.847876040597742 -2229,0.5,0.255951455205554,0.0,0.21677051250537,0.0,0.859759821680659 -2230,0.5,0.255951455205554,0.0,0.217636951858576,0.0,0.854150899368383 -2231,0.5,0.255951455205554,0.0,0.220272593986361,0.0,0.85680640299308 -2232,0.5,0.255951455205554,0.0,0.214341419406411,0.0,0.851236313533637 -2233,0.5,0.255951455205554,0.0,0.206477829525379,0.0,0.806475811726801 -2234,0.5,0.255951455205554,0.0,0.201183943941694,0.0,0.809860086894694 -2235,0.5,0.255951455205554,0.0,0.198167753519433,0.0,0.863574755993712 -2236,0.5,0.255951455205554,0.0,0.206353408017613,0.0,0.912180289015699 -2237,0.5,0.255951455205554,0.0,0.231385197729879,0.0,0.91349585103669 -2238,0.5,0.255951455205554,0.0,0.257199584550183,0.0,0.884165973491978 -2239,0.5,0.255951455205554,0.0203609236712374,0.290903356905551,0.0194287470830401,0.860626216859596 -2240,0.5,0.255951455205554,0.117561737440362,0.346129276226582,0.0908998553052313,0.847360816297414 -2241,0.5,0.255951455205554,0.240801382001737,0.415341063438731,0.133857894296626,0.860040075801784 -2242,0.5,0.255951455205554,0.372831045470489,0.466391744891665,0.187583911159763,0.889569235834177 -2243,0.5,0.255951455205554,0.488330792716917,0.482929237885154,0.231711069249494,0.910935301626775 -2244,0.5,0.255951455205554,0.56226126063034,0.491384340237285,0.240589790555475,0.911605919064579 -2245,0.5,0.255951455205554,0.584468237474938,0.51650978800689,0.230100880587619,0.9295908080639 -2246,0.5,0.255951455205554,0.564891924102749,0.551374590723649,0.236545114127522,0.955450102796664 -2247,0.5,0.255951455205554,0.495088148339237,0.56950543684819,0.128851049979892,0.96387833113054 -2248,0.5,0.255951455205554,0.386446105508745,0.58114728349709,0.0960161731394414,0.963562234249353 -2249,0.5,0.255951455205554,0.256387316457719,0.557532226851329,0.0797177844558573,0.963829108416924 -2250,0.5,0.255951455205554,0.0890447947350451,0.49131570197962,0.0416575501393818,0.959136044582985 -2251,0.5,0.255951455205554,2.4322465209911e-05,0.436310544988589,0.0,0.942626178886879 -2252,0.5,0.255951455205554,0.0,0.416051652164261,0.0,0.915828930200226 -2253,0.5,0.255951455205554,0.0,0.399792815900026,0.0,0.884674866191149 -2254,0.5,0.255951455205554,0.0,0.363306607204406,0.0,0.845007853977465 -2255,0.5,0.255951455205554,0.0,0.322324446168969,0.0,0.784301709345423 -2256,0.5,0.255951455205554,0.0,0.283108313317535,0.0,0.701738955843247 -2257,0.5,0.255951455205554,0.0,0.24497630152946,0.0,0.535866509989619 -2258,0.5,0.255951455205554,0.0,0.212122381818833,0.0,0.318448113020067 -2259,0.5,0.255951455205554,0.0,0.188643029257494,0.0,0.179373468475678 -2260,0.5,0.255951455205554,0.0,0.168615225672711,0.0,0.112664707608999 -2261,0.5,0.255951455205554,0.0,0.147701382471711,0.0,0.0791794263033396 -2262,0.5,0.255951455205554,0.0,0.128911179092165,0.0,0.0621946877449794 -2263,0.5,0.255951455205554,0.0207510263303202,0.121716442164109,0.00341566057716264,0.0568952699043582 -2264,0.5,0.255951455205554,0.101362012191112,0.121285183627068,0.01063910980468,0.0551890156873245 -2265,0.5,0.255951455205554,0.194672174304338,0.11588352337014,0.019696880803841,0.0452179949100843 -2266,0.5,0.255951455205554,0.289146665438749,0.112006997094281,0.0315643668909518,0.0415772769485645 -2267,0.5,0.255951455205554,0.362871531849002,0.105265430841853,0.0477884951311383,0.0405400141949496 -2268,0.5,0.255951455205554,0.404513409097009,0.105578530100822,0.0647784119293319,0.0363371941013405 -2269,0.5,0.255951455205554,0.413517036779927,0.108579570523058,0.0714593434041748,0.0334304937036101 -2270,0.5,0.255951455205554,0.393377879259634,0.105959509664628,0.0908895309269277,0.0319976091920429 -2271,0.5,0.255951455205554,0.335700406023666,0.0989798748714634,0.176273127781439,0.0398279019991454 -2272,0.5,0.255951455205554,0.247733922962355,0.0858169251644369,0.128623139310442,0.0523283541290948 -2273,0.5,0.255951455205554,0.15728071975622,0.0651496830729303,0.086228661246015,0.0605051400963649 -2274,0.5,0.255951455205554,0.057141300134894,0.0394602708866421,0.0269782132708581,0.0588393355523819 -2275,0.5,0.255951455205554,7.3312226446599e-05,0.0292767016653107,0.00111572763981356,0.0651967448534316 -2276,0.5,0.255951455205554,0.0,0.0266256841451702,0.0,0.0748895544144933 -2277,0.5,0.255951455205554,0.0,0.0276872784477652,0.0,0.0778379957494655 -2278,0.5,0.255951455205554,0.0,0.0296946742795469,0.0,0.0922915743644566 -2279,0.5,0.255951455205554,0.0,0.0325130728151364,0.0,0.133350274399199 -2280,0.5,0.255951455205554,0.0,0.0368352076036452,0.0,0.17823351191029 -2281,0.5,0.255951455205554,0.0,0.0420814354799407,0.0,0.205728345924897 -2282,0.5,0.255951455205554,0.0,0.047906098608129,0.0,0.252539332046134 -2283,0.5,0.255951455205554,0.0,0.053494055496841,0.0,0.298355866086862 -2284,0.5,0.255951455205554,0.0,0.0581729921562434,0.0,0.297253115077316 -2285,0.5,0.255951455205554,0.0,0.0629136593368579,0.0,0.288883984875605 -2286,0.5,0.255951455205554,0.0,0.0641016143323269,0.0,0.286246762984529 -2287,0.5,0.255951455205554,0.0103320849791433,0.0627429855300573,0.00720554634717081,0.307800517606808 -2288,0.5,0.255951455205554,0.0692020574289572,0.0709004487460859,0.0245822269588163,0.345078656263767 -2289,0.5,0.255951455205554,0.154707521582807,0.10525943685902,0.0798166519691705,0.33972083027863 -2290,0.5,0.255951455205554,0.250835044545197,0.143851633691323,0.176614857001782,0.329834542282556 -2291,0.5,0.255951455205554,0.344865493976984,0.174100004885407,0.346345997516556,0.326155115021425 -2292,0.5,0.255951455205554,0.411032583789783,0.198419199922593,0.554621596275778,0.309236602758729 -2293,0.5,0.255951455205554,0.434859302948925,0.227104207643408,0.452589137534076,0.307721784929431 -2294,0.5,0.255951455205554,0.416412866278448,0.221271737069853,0.172188001230239,0.308262213169685 -2295,0.5,0.255951455205554,0.372801935725433,0.206465267334397,0.0583349593171759,0.30604012721463 -2296,0.5,0.255951455205554,0.29298192658182,0.163738551716422,0.0294669195930036,0.308921157846262 -2297,0.5,0.255951455205554,0.201167985023361,0.107189959713508,0.0214207496706309,0.315873081156582 -2298,0.5,0.255951455205554,0.0885599231502648,0.0468595355655303,0.0339000663267268,0.344754384310746 -2299,0.5,0.255951455205554,5.51990872563854e-06,0.0355856745590464,0.0,0.350875849407972 -2300,0.5,0.255951455205554,0.0,0.0401214084036775,0.0,0.404439503029028 -2301,0.5,0.255951455205554,0.0,0.0490802951799911,0.0,0.398229047399863 -2302,0.5,0.255951455205554,0.0,0.0611914371008142,0.0,0.446246651622571 -2303,0.5,0.255951455205554,0.0,0.0791581599165588,0.0,0.573438310551149 -2304,0.5,0.255951455205554,0.0,0.10033802923762,0.0,0.627181883894839 -2305,0.5,0.255951455205554,0.0,0.124954138739927,0.0,0.640006295401155 -2306,0.5,0.255951455205554,0.0,0.154102955474566,0.0,0.658259562277669 -2307,0.5,0.255951455205554,0.0,0.179873548754826,0.0,0.486402036393504 -2308,0.5,0.255951455205554,0.0,0.183619802360947,0.0,0.3900720947982 -2309,0.5,0.255951455205554,0.0,0.178064006716066,0.0,0.289010070920819 -2310,0.5,0.255951455205554,0.0,0.166360975207774,0.0,0.234859481924217 -2311,0.5,0.255951455205554,0.0239639675837411,0.150816853681554,0.000550544383654739,0.166560461014007 -2312,0.5,0.255951455205554,0.105674700877772,0.156258243732343,0.00333314085471869,0.109249189626987 -2313,0.5,0.255951455205554,0.202663569520842,0.187708856149101,0.0100103289496955,0.128511341128444 -2314,0.5,0.255951455205554,0.302128224405859,0.227273955663223,0.017464397867917,0.145805092378492 -2315,0.5,0.255951455205554,0.388578303623161,0.266627072346452,0.0173436274168786,0.158051172729294 -2316,0.5,0.255951455205554,0.457905950330161,0.291170028271389,0.0130247505161047,0.204028862851131 -2317,0.5,0.255951455205554,0.502266339206126,0.289519877095705,0.0109267248321281,0.255533959994232 -2318,0.5,0.255951455205554,0.507650351139715,0.271639197973873,0.0222515208757551,0.285761233833827 -2319,0.5,0.255951455205554,0.463901610667624,0.242857180486151,0.0406942436044455,0.322066561474819 -2320,0.5,0.255951455205554,0.368756797757091,0.191142535600017,0.0337506076406615,0.343447130745859 -2321,0.5,0.255951455205554,0.24967007469072,0.130293844915409,0.0241901618687282,0.321540090866639 -2322,0.5,0.255951455205554,0.0920631436713363,0.0748337464580781,0.019667379708279,0.319406795135573 -2323,0.5,0.255951455205554,1.18036236594071e-05,0.0743350668196967,0.0,0.364786336177663 -2324,0.5,0.255951455205554,0.0,0.0846409645878529,0.0,0.442780282285776 -2325,0.5,0.255951455205554,0.0,0.100089254985901,0.0,0.487525350090492 -2326,0.5,0.255951455205554,0.0,0.124463277531514,0.0,0.559688430702078 -2327,0.5,0.255951455205554,0.0,0.145086704503264,0.0,0.662076826452049 -2328,0.5,0.255951455205554,0.0,0.171023516839479,0.0,0.71556291623996 -2329,0.5,0.255951455205554,0.0,0.199281614584591,0.0,0.767509765346906 -2330,0.5,0.255951455205554,0.0,0.218645687829575,0.0,0.72157636388474 -2331,0.5,0.255951455205554,0.0,0.249240893099672,0.0,0.839869380623179 -2332,0.5,0.255951455205554,0.0,0.322759507334602,0.0,0.873776209138208 -2333,0.5,0.255951455205554,0.0,0.391013162486673,0.0,0.897982746083308 -2334,0.5,0.255951455205554,0.0,0.463353445248532,0.0,0.89802008921215 -2335,0.5,0.255951455205554,0.010027173092849,0.54179514053629,7.6560011693527e-05,0.903792538676248 -2336,0.5,0.255951455205554,0.0360460258708204,0.623651656464444,0.00167917534717342,0.903257396858726 -2337,0.5,0.255951455205554,0.058744487135195,0.715743545488802,0.0417894800131593,0.83536896558757 -2338,0.5,0.255951455205554,0.0817923187800558,0.779863040828432,0.0475706992823483,0.668108985697944 -2339,0.5,0.255951455205554,0.11306077580926,0.826830692345143,0.0539254393952196,0.831211508155681 -2340,0.5,0.255951455205554,0.149193053456037,0.87373081202314,0.106930153535798,1.0082809653873 -2341,0.5,0.255951455205554,0.174208281472965,0.88605353039654,0.102897053756654,1.0075233621181 -2342,0.5,0.255951455205554,0.184904586988604,0.89718695604822,0.150797292707817,1.00648332968355 -2343,0.5,0.255951455205554,0.176934185498474,0.89094640964459,0.212228660543703,1.00210980523722 -2344,0.5,0.255951455205554,0.145516005083851,0.845175573919696,0.171061173244484,0.996103315239771 -2345,0.5,0.255951455205554,0.109286966676126,0.820424592922105,0.168563383274893,0.971422502484324 -2346,0.5,0.255951455205554,0.0489840638219661,0.788314091008062,0.0338196928151119,0.950836465971937 -2347,0.5,0.255951455205554,0.000326335865443223,0.762224179750025,0.0,0.998247486178906 -2348,0.5,0.255951455205554,0.0,0.741159896293432,0.0,1.00612767701341 -2349,0.5,0.255951455205554,0.0,0.70074038410117,0.0,1.00671434973424 -2350,0.5,0.255951455205554,0.0,0.651516171607903,0.0,1.00642340516837 -2351,0.5,0.255951455205554,0.0,0.602640286583801,0.0,0.99980734553845 -2352,0.5,0.255951455205554,0.0,0.591127715812317,0.0,0.976161780910356 -2353,0.5,0.255951455205554,0.0,0.573586369410004,0.0,0.933375963337168 -2354,0.5,0.255951455205554,0.0,0.578499048855043,0.0,0.877941405242781 -2355,0.5,0.255951455205554,0.0,0.59049776135527,0.0,0.805348430928817 -2356,0.5,0.255951455205554,0.0,0.599812942812116,0.0,0.731531010243597 -2357,0.5,0.255951455205554,0.0,0.59527101745577,0.0,0.574136792028531 -2358,0.5,0.255951455205554,0.0,0.567027034969282,0.0,0.417536423482196 -2359,0.5,0.255951455205554,0.0259541511001632,0.561794416587339,0.0432362293953824,0.300319596782038 -2360,0.5,0.255951455205554,0.112010137805188,0.614796171376818,0.166522567439965,0.239421332641139 -2361,0.5,0.255951455205554,0.209141140030676,0.687782686067908,0.323609474985524,0.203892457116913 -2362,0.5,0.255951455205554,0.308900594086322,0.745898396320021,0.46792275218132,0.205900398195509 -2363,0.5,0.255951455205554,0.374118454218749,0.779053031121284,0.574655764544737,0.210130263285491 -2364,0.5,0.255951455205554,0.384463203911689,0.792867326941348,0.693111354423162,0.196305185676773 -2365,0.5,0.255951455205554,0.366312111655786,0.780841535520322,0.693370815821024,0.186334342025121 -2366,0.5,0.255951455205554,0.340782513200034,0.766242389502431,0.707427705713822,0.202504696176833 -2367,0.5,0.255951455205554,0.279832371059782,0.754501797382676,0.64237672499338,0.200320520130613 -2368,0.5,0.255951455205554,0.198921108494734,0.7274158796223,0.515641443680965,0.196154526622815 -2369,0.5,0.255951455205554,0.121338226250204,0.660644509131746,0.375010735878652,0.201515310323159 -2370,0.5,0.255951455205554,0.0483647551917941,0.550556171123987,0.184092698084706,0.225827398866319 -2371,0.5,0.255951455205554,0.000369865377327224,0.449578387495799,0.0,0.261817243044485 -2372,0.5,0.255951455205554,0.0,0.390732651055277,0.0,0.290736071180558 -2373,0.5,0.255951455205554,0.0,0.373527336899716,0.0,0.250290368601384 -2374,0.5,0.255951455205554,0.0,0.360919531843061,0.0,0.180676743347728 -2375,0.5,0.255951455205554,0.0,0.350631697420202,0.0,0.144152569941949 -2376,0.5,0.255951455205554,0.0,0.337129248368379,0.0,0.126941864556343 -2377,0.5,0.255951455205554,0.0,0.311285011841364,0.0,0.121723643722882 -2378,0.5,0.255951455205554,0.0,0.280919053693328,0.0,0.12338471423274 -2379,0.5,0.255951455205554,0.0,0.247243883634678,0.0,0.12441202382946 -2380,0.5,0.255951455205554,0.0,0.221287223165046,0.0,0.134316658312613 -2381,0.5,0.255951455205554,0.0,0.197207034984085,0.0,0.147043752019259 -2382,0.5,0.255951455205554,2.15717249911225e-07,0.169878952083006,0.0,0.139553812288853 -2383,0.5,0.255951455205554,0.00857664559919132,0.159634475090146,0.0492937277573389,0.111241443833151 -2384,0.5,0.255951455205554,0.0393283756197289,0.164552900466105,0.177892347712058,0.0928790917537624 -2385,0.5,0.255951455205554,0.0846228490255763,0.171495855711221,0.325196053948165,0.0868863929755553 -2386,0.5,0.255951455205554,0.132420988700931,0.175180119864471,0.437924071656044,0.072542259883806 -2387,0.5,0.255951455205554,0.170343729147274,0.169200433825982,0.391524422261864,0.0507508361702676 -2388,0.5,0.255951455205554,0.189846502710671,0.16126741396549,0.168049799679935,0.0403459393512179 -2389,0.5,0.255951455205554,0.19315936586791,0.153014919457845,0.0823836884790329,0.0434888245954056 -2390,0.5,0.255951455205554,0.16939973391665,0.138612939789693,0.0574161721005587,0.0533276326987499 -2391,0.5,0.255951455205554,0.142228047577262,0.117951178956743,0.039554406721427,0.0615986142167312 -2392,0.5,0.255951455205554,0.111674211417611,0.0972010111623327,0.0200734781428869,0.0620403417798996 -2393,0.5,0.255951455205554,0.0749632773904408,0.077108998588821,0.00911261051963305,0.0737739162819121 -2394,0.5,0.255951455205554,0.034182869165119,0.0536619865973481,0.00374546884075866,0.0872526435548573 -2395,0.5,0.255951455205554,0.000699787006857019,0.0342031777302137,0.000774084452186389,0.092272456036578 -2396,0.5,0.255951455205554,0.0,0.0252977240451928,0.0,0.0810488146438544 -2397,0.5,0.255951455205554,0.0,0.0174305466470812,0.0,0.0746626526938283 -2398,0.5,0.255951455205554,0.0,0.0107641183944233,0.0,0.0763726066306796 -2399,0.5,0.255951455205554,0.0,0.008284945691098,0.0,0.0870246601800571 -2400,0.5,0.255951455205554,0.0,0.0083701410712209,0.0,0.109707607185135 -2401,0.5,0.255951455205554,0.0,0.0098745425308704,0.0,0.126240834412001 -2402,0.5,0.255951455205554,0.0,0.0127066025274352,0.0,0.141341511474561 -2403,0.5,0.255951455205554,0.0,0.0159084178671206,0.0,0.139340991570015 -2404,0.5,0.255951455205554,0.0,0.0201703064468216,0.0,0.118241230203683 -2405,0.5,0.255951455205554,0.0,0.0235595792522997,0.0,0.0936712939375675 -2406,0.5,0.255951455205554,4.75420748489005e-06,0.0261313383960223,0.0,0.127827110830545 -2407,0.5,0.255951455205554,0.0155683602556093,0.0283811896949391,0.0285325281815208,0.192882741485557 -2408,0.5,0.255951455205554,0.0684136530587415,0.0361454396393956,0.0767671433014476,0.205901121095406 -2409,0.5,0.255951455205554,0.143205943584131,0.0549203366792374,0.0445060084199416,0.203276360338957 -2410,0.5,0.255951455205554,0.208082482650247,0.0798850502908411,0.0230440576234188,0.198279985898514 -2411,0.5,0.255951455205554,0.263196557590545,0.0994926172209932,0.0320801151011592,0.210129584045623 -2412,0.5,0.255951455205554,0.294791629540309,0.112942216912527,0.107273677107506,0.230533761779054 -2413,0.5,0.255951455205554,0.301240324082821,0.121740598304668,0.177119082884481,0.307491645174895 -2414,0.5,0.255951455205554,0.281298229469727,0.135596414490587,0.173082931102168,0.284427385823466 -2415,0.5,0.255951455205554,0.225500031197663,0.142229797848511,0.128927611023593,0.198003548469136 -2416,0.5,0.255951455205554,0.176820969655391,0.143824872012515,0.112741674450137,0.142151347873764 -2417,0.5,0.255951455205554,0.121622435490739,0.139527458471987,0.0602495014821412,0.11803427883308 -2418,0.5,0.255951455205554,0.060929922769126,0.109869705801211,0.0169399480048499,0.123786852016907 -2419,0.5,0.255951455205554,0.00232748920760226,0.0728161440904618,0.0,0.118899089183604 -2420,0.5,0.255951455205554,0.0,0.05807130792748,0.0,0.0780831761553086 -2421,0.5,0.255951455205554,0.0,0.053633132848008,0.0,0.024968288852519 -2422,0.5,0.255951455205554,0.0,0.0495611976370679,0.0,0.00824946961061749 -2423,0.5,0.255951455205554,0.0,0.0374508572431825,0.0,0.00872339436746038 -2424,0.5,0.255951455205554,0.0,0.0293053577671967,0.0,0.0182333006700775 -2425,0.5,0.255951455205554,0.0,0.0222105738522834,0.0,0.0349354591852009 -2426,0.5,0.255951455205554,0.0,0.0192850156583135,0.0,0.0620255632428825 -2427,0.5,0.255951455205554,0.0,0.0182847978087024,0.0,0.127222084213084 -2428,0.5,0.255951455205554,0.0,0.0178367580813717,0.0,0.203602031917178 -2429,0.5,0.255951455205554,0.0,0.0159112466853212,0.0,0.27176797689953 -2430,0.5,0.255951455205554,1.64971699121206e-05,0.0152085594578255,0.0,0.328458533680841 -2431,0.5,0.255951455205554,0.0308178186787652,0.018681408737578,0.0509376997141822,0.368236334192368 -2432,0.5,0.255951455205554,0.114898710278464,0.0287896200156489,0.162278904403046,0.399341022530546 -2433,0.5,0.255951455205554,0.213291970376139,0.0494213669824167,0.279479530257707,0.450217587592226 -2434,0.5,0.255951455205554,0.311187285329399,0.0748077515416269,0.395249096710249,0.520762737741767 -2435,0.5,0.255951455205554,0.390044164536389,0.0960938069522889,0.418105993441206,0.605153728902285 -2436,0.5,0.255951455205554,0.439309488063325,0.116635549146846,0.404381683008946,0.672546170173157 -2437,0.5,0.255951455205554,0.453605468862132,0.141711424052038,0.364390524337475,0.672344086220669 -2438,0.5,0.255951455205554,0.422735525489314,0.164916059249517,0.331008515569527,0.639096495094439 -2439,0.5,0.255951455205554,0.354365186252627,0.171436362699476,0.294363326191301,0.617743857061946 -2440,0.5,0.255951455205554,0.262549918580978,0.167541340416135,0.218855543576754,0.645644753486478 -2441,0.5,0.255951455205554,0.163510835214561,0.140340036418787,0.162881759990436,0.733088120530457 -2442,0.5,0.255951455205554,0.0790312092606114,0.10009853899254,0.070861822561533,0.808147880723122 -2443,0.5,0.255951455205554,0.00371106003100705,0.0824861685986488,0.0,0.877909066292717 -2444,0.5,0.255951455205554,0.0,0.0978801830170159,0.0,0.816642257384233 -2445,0.5,0.255951455205554,0.0,0.113787790240702,0.0,0.759763250239682 -2446,0.5,0.255951455205554,0.0,0.133978300323061,0.0,0.846363131167222 -2447,0.5,0.255951455205554,0.0,0.147210311632726,0.0,0.737200889717516 -2448,0.5,0.255951455205554,0.0,0.160762242585717,0.0,0.786876937511254 -2449,0.5,0.255951455205554,0.0,0.156757881911012,0.0,0.778221769829676 -2450,0.5,0.255951455205554,0.0,0.15841708909938,0.0,0.659100540772222 -2451,0.5,0.255951455205554,0.0,0.18926576856065,0.0,0.682760570402114 -2452,0.5,0.255951455205554,0.0,0.20308746001511,0.0,0.756021067141703 -2453,0.5,0.255951455205554,0.0,0.200805201997915,0.0,0.840448182506303 -2454,0.5,0.255951455205554,5.73831609281751e-05,0.219533579340066,0.0,0.863905235693077 -2455,0.5,0.255951455205554,0.0220495829379776,0.245169570413159,0.0542878129396998,0.887218350218184 -2456,0.5,0.255951455205554,0.0830153188186299,0.297745827761436,0.135987793372683,0.888734196878683 -2457,0.5,0.255951455205554,0.161998321702367,0.407017900442819,0.229315520186984,0.911501529068127 -2458,0.5,0.255951455205554,0.242799412085331,0.497466030779263,0.17130930790646,0.926237807488915 -2459,0.5,0.255951455205554,0.316995075055633,0.557645971414488,0.238537144376747,0.916225003005401 -2460,0.5,0.255951455205554,0.348257216517273,0.598533953180292,0.296801490509498,0.89767219658929 -2461,0.5,0.255951455205554,0.345636848747988,0.633945420601751,0.336417774089912,0.888494139333194 -2462,0.5,0.255951455205554,0.331723612416295,0.652385550014036,0.353259487481606,0.892270745909743 -2463,0.5,0.255951455205554,0.299842922968908,0.645246573741416,0.358132814460566,0.911681696705995 -2464,0.5,0.255951455205554,0.244487035110675,0.617755376353737,0.228548497647955,0.948688974793171 -2465,0.5,0.255951455205554,0.173029584903522,0.563994352444382,0.117961291249272,0.970314919074466 -2466,0.5,0.255951455205554,0.0877080535511643,0.452515964808108,0.046607888401914,0.970694553775995 -2467,0.5,0.255951455205554,0.00493537229067938,0.3382623154826,0.0,0.954636831193051 -2468,0.5,0.255951455205554,0.0,0.280084275383783,0.0,0.964252369447498 -2469,0.5,0.255951455205554,0.0,0.268369093107042,0.0,0.979511214080477 -2470,0.5,0.255951455205554,0.0,0.286407262637619,0.0,0.982932529091459 -2471,0.5,0.255951455205554,0.0,0.321580116727683,0.0,0.983435717287939 -2472,0.5,0.255951455205554,0.0,0.356619873549914,0.0,0.988907906377473 -2473,0.5,0.255951455205554,0.0,0.393479252342327,0.0,1.00090396909495 -2474,0.5,0.255951455205554,0.0,0.448919152837879,0.0,0.999592192999117 -2475,0.5,0.255951455205554,0.0,0.516758137486936,0.0,0.997730310148585 -2476,0.5,0.255951455205554,0.0,0.55892045611559,0.0,0.997750302211156 -2477,0.5,0.255951455205554,0.0,0.587876595554346,0.0,0.987646929193137 -2478,0.5,0.255951455205554,6.85983115551921e-05,0.629686015976599,0.0,0.985226725798964 -2479,0.5,0.255951455205554,0.0223843987645688,0.702557350484935,0.019058072814526,0.979021740649653 -2480,0.5,0.255951455205554,0.0775578208550025,0.775076401941367,0.0780558909697859,0.985670148969089 -2481,0.5,0.255951455205554,0.135597428575574,0.839663867017955,0.220124410122998,0.990181984110439 -2482,0.5,0.255951455205554,0.18323739256461,0.881881065843449,0.100370038432517,0.973750329457802 -2483,0.5,0.255951455205554,0.202436130628291,0.892877804217864,0.462492435130014,0.960970117669455 -2484,0.5,0.255951455205554,0.200892752437621,0.903054643059316,0.698960489164016,0.983668557436013 -2485,0.5,0.255951455205554,0.207393751253615,0.920384827965564,0.701358180758384,0.996016080569428 -2486,0.5,0.255951455205554,0.200398270952665,0.920298804719855,0.260012043453001,0.979947216411601 -2487,0.5,0.255951455205554,0.179347990382806,0.91527944507501,0.421505938982525,0.978952557880429 -2488,0.5,0.255951455205554,0.159475436854029,0.917911338536338,0.374610208485337,0.994957754829542 -2489,0.5,0.255951455205554,0.103700664241027,0.902679448186651,0.167628860178336,0.979704408191496 -2490,0.5,0.255951455205554,0.0450310058831781,0.855657436563495,0.107616348741714,0.956143188123385 -2491,0.5,0.255951455205554,0.00332206270370798,0.793009794172136,0.0323174874492639,0.946183531624314 -2492,0.5,0.255951455205554,0.0,0.735050558406687,0.0,0.946921346792692 -2493,0.5,0.255951455205554,0.0,0.711168490208027,0.0,0.952843439371871 -2494,0.5,0.255951455205554,0.0,0.722594477378687,0.0,0.951616446647271 -2495,0.5,0.255951455205554,0.0,0.719188153686228,0.0,0.968228742393896 -2496,0.5,0.255951455205554,0.0,0.706111028687514,0.0,0.984380862430447 -2497,0.5,0.255951455205554,0.0,0.686565098371663,0.0,0.987942756628517 -2498,0.5,0.255951455205554,0.0,0.662520810530495,0.0,0.981855545866249 -2499,0.5,0.255951455205554,0.0,0.636456801420115,0.0,0.97423112254828 -2500,0.5,0.255951455205554,0.0,0.594513833325822,0.0,0.973600260331396 -2501,0.5,0.255951455205554,0.0,0.570917404579848,0.0,0.976072563641557 -2502,0.5,0.255951455205554,0.000166664090970777,0.545771052288196,0.0,0.974626308997098 -2503,0.5,0.255951455205554,0.0282352831182328,0.551480425476743,0.0691947593054838,0.973799978143697 -2504,0.5,0.255951455205554,0.0930818293022382,0.617651022013128,0.206414571931066,0.976075941569452 -2505,0.5,0.255951455205554,0.16783460316531,0.694760740063114,0.360761417281295,0.978013784089788 -2506,0.5,0.255951455205554,0.228963844358891,0.731710084146285,0.515384466007753,0.974318764838835 -2507,0.5,0.255951455205554,0.275330270916966,0.739410078391499,0.649520041365151,0.957359991785249 -2508,0.5,0.255951455205554,0.296537187000836,0.728471146691751,0.724708830887089,0.918579896809309 -2509,0.5,0.255951455205554,0.300453080857673,0.711222669400124,0.751733258253762,0.872355048463859 -2510,0.5,0.255951455205554,0.286264328989584,0.692971711131132,0.735823003577576,0.81372249287972 -2511,0.5,0.255951455205554,0.253016056640202,0.663661579009797,0.642508418246685,0.771140526708133 -2512,0.5,0.255951455205554,0.210105970533871,0.619293713090975,0.528612241499241,0.689362788464384 -2513,0.5,0.255951455205554,0.142999777731333,0.530561938511344,0.372049801089379,0.587099291820924 -2514,0.5,0.255951455205554,0.0747625725878366,0.375864663629638,0.214357946090302,0.488678633494037 -2515,0.5,0.255951455205554,0.00716993081229213,0.244356819063077,0.0336765566964956,0.386844957755258 -2516,0.5,0.255951455205554,0.0,0.182157657986298,0.0,0.295715796180121 -2517,0.5,0.255951455205554,0.0,0.144682381408945,0.0,0.212670886963979 -2518,0.5,0.255951455205554,0.0,0.115096835991128,0.0,0.14318616175319 -2519,0.5,0.255951455205554,0.0,0.0939588876438679,0.0,0.0890329329921205 -2520,0.5,0.255951455205554,0.0,0.0784546786775497,0.0,0.0533403052555769 -2521,0.5,0.255951455205554,0.0,0.0646919949794525,0.0,0.0310253252139481 -2522,0.5,0.255951455205554,0.0,0.0518793178402969,0.0,0.0184844999029421 -2523,0.5,0.255951455205554,0.0,0.041434807146021,0.0,0.0116910884315183 -2524,0.5,0.255951455205554,0.0,0.0355479107343822,0.0,0.00547671934874184 -2525,0.5,0.255951455205554,0.0,0.0324306247362061,0.0,0.00145281185490021 -2526,0.5,0.255951455205554,0.000270108803120884,0.0309724965608238,2.99063269450116e-05,0.00184924955798965 -2527,0.5,0.255951455205554,0.0498255334490781,0.0344909597588959,0.0712721036233203,0.00416849884249582 -2528,0.5,0.255951455205554,0.155025922494103,0.0495482694085669,0.206916782893615,0.00549938064594382 -2529,0.5,0.255951455205554,0.270732029578052,0.0752878215888402,0.355738053629985,0.00506171390934305 -2530,0.5,0.255951455205554,0.36754260895359,0.0944128206320249,0.501511424693468,0.00361967467453412 -2531,0.5,0.255951455205554,0.444548962809962,0.0967951324919062,0.628054550196037,0.00535736722259092 -2532,0.5,0.255951455205554,0.48125953995972,0.0951665654051774,0.704630382641695,0.0118948404441789 -2533,0.5,0.255951455205554,0.496681732962317,0.0960376527137527,0.730052814233635,0.0175868841078982 -2534,0.5,0.255951455205554,0.490023772597956,0.0978261473924612,0.707528330829144,0.0181300055455824 -2535,0.5,0.255951455205554,0.4383100257593,0.094568828308338,0.623814381787062,0.0183326839938527 -2536,0.5,0.255951455205554,0.357929675905218,0.0880710997305706,0.497949399068715,0.0202693519217056 -2537,0.5,0.255951455205554,0.257581019389478,0.0778541687773366,0.360251515279924,0.0173254457842393 -2538,0.5,0.255951455205554,0.139108292900687,0.0583935012859321,0.198947588142984,0.0188546681822969 -2539,0.5,0.255951455205554,0.013048664589328,0.0342113267171648,0.0403128288710483,0.0404668370273777 -2540,0.5,0.255951455205554,0.0,0.0360001886445165,0.0,0.0691456368766552 -2541,0.5,0.255951455205554,0.0,0.0393873899599992,0.0,0.109481654257101 -2542,0.5,0.255951455205554,0.0,0.0428954956227583,0.0,0.187620797356977 -2543,0.5,0.255951455205554,0.0,0.0448778086626463,0.0,0.268033106249426 -2544,0.5,0.255951455205554,0.0,0.0514245181828687,0.0,0.366934962739276 -2545,0.5,0.255951455205554,0.0,0.0575701545779374,0.0,0.491956580133973 -2546,0.5,0.255951455205554,0.0,0.0611144802527917,0.0,0.588781751342724 -2547,0.5,0.255951455205554,0.0,0.0618016162309349,0.0,0.663456996201859 -2548,0.5,0.255951455205554,0.0,0.0616007207286259,0.0,0.689969483367843 -2549,0.5,0.255951455205554,0.0,0.0639841913869237,0.0,0.672048222373081 -2550,0.5,0.255951455205554,0.000934389325815368,0.0684489887356372,0.000805242495315625,0.65934122544926 -2551,0.5,0.255951455205554,0.0714844911923843,0.0765135362844427,0.0726512765294079,0.663314026634892 -2552,0.5,0.255951455205554,0.205794625708647,0.118136529922575,0.195708837153135,0.704474323446844 -2553,0.5,0.255951455205554,0.357619720116415,0.192608507939408,0.330847532123715,0.736545595173896 -2554,0.5,0.255951455205554,0.510873689690175,0.267653562926824,0.468349048312665,0.74356755483884 -2555,0.5,0.255951455205554,0.634010235968087,0.322373878588592,0.579028631307061,0.78530028729881 -2556,0.5,0.255951455205554,0.702469822972312,0.360133824417346,0.611186985113703,0.847442857330546 -2557,0.5,0.255951455205554,0.724218895631258,0.395219154710674,0.646090115407562,0.904458712008892 -2558,0.5,0.255951455205554,0.700523355695139,0.426733380355041,0.620296069552899,0.924494519264788 -2559,0.5,0.255951455205554,0.620867548494329,0.450813085310466,0.505223522942412,0.94558711854634 -2560,0.5,0.255951455205554,0.485367183768107,0.453347893286394,0.36465575766939,0.947709287879754 -2561,0.5,0.255951455205554,0.330701170557538,0.408022600222997,0.143559910528103,0.945277123093339 -2562,0.5,0.255951455205554,0.169101090214695,0.301949278297263,0.087802385926684,0.841303304922942 -2563,0.5,0.255951455205554,0.012980018188757,0.269980129054262,0.0242701297188098,0.84571703740064 -2564,0.5,0.255951455205554,0.0,0.27811416892334,0.0,0.926611773654835 -2565,0.5,0.255951455205554,0.0,0.270480137646356,0.0,0.926022290363575 -2566,0.5,0.255951455205554,0.0,0.280090655768369,0.0,0.94423434747095 -2567,0.5,0.255951455205554,0.0,0.29125484602802,0.0,0.950039605245774 -2568,0.5,0.255951455205554,0.0,0.309670569455493,0.0,0.926193173786904 -2569,0.5,0.255951455205554,0.0,0.309883709900641,0.0,0.930416018648108 -2570,0.5,0.255951455205554,0.0,0.292275799539613,0.0,0.939892326409305 -2571,0.5,0.255951455205554,0.0,0.265395026983271,0.0,0.95299714166125 -2572,0.5,0.255951455205554,0.0,0.247223317722643,0.0,0.936059324141373 -2573,0.5,0.255951455205554,0.0,0.241910485437468,0.0,0.916878414702749 -2574,0.5,0.255951455205554,0.000770413010338114,0.230918330554741,0.00119440306093242,0.908277136700316 -2575,0.5,0.255951455205554,0.0502611469091042,0.229472422342636,0.0637098050025828,0.901913099329853 -2576,0.5,0.255951455205554,0.140828751970749,0.285977531189807,0.196723810972659,0.900328093519288 -2577,0.5,0.255951455205554,0.24043294040424,0.380038992370244,0.35091324413614,0.904115780394233 -2578,0.5,0.255951455205554,0.329342522465669,0.433342772178687,0.475825335722519,0.908117196515009 -2579,0.5,0.255951455205554,0.390912645542897,0.456817222755752,0.499640461549051,0.908627295262741 -2580,0.5,0.255951455205554,0.434706010725543,0.468758164282103,0.499337119844726,0.908916365299731 -2581,0.5,0.255951455205554,0.458434798473618,0.451810104528805,0.527937995634371,0.903974371802085 -2582,0.5,0.255951455205554,0.416054008259939,0.437008774549185,0.192517630298146,0.898837551832211 -2583,0.5,0.255951455205554,0.370847334781563,0.421854490846536,0.212046047151564,0.889527800638344 -2584,0.5,0.255951455205554,0.290033119777575,0.399142638465296,0.211070185567426,0.885948588273739 -2585,0.5,0.255951455205554,0.19511225729904,0.360095342961478,0.192584233616574,0.878690449572249 -2586,0.5,0.255951455205554,0.095247524262078,0.286446947792322,0.0239179791136195,0.848144999666899 -2587,0.5,0.255951455205554,0.00747323472681508,0.203233267409172,0.0229199976275596,0.757179030973853 -2588,0.5,0.255951455205554,0.0,0.155062341228609,0.0,0.583690153649809 -2589,0.5,0.255951455205554,0.0,0.129567386284067,0.0,0.342090125405699 -2590,0.5,0.255951455205554,0.0,0.120021897548534,0.0,0.235421974501544 -2591,0.5,0.255951455205554,0.0,0.11736189797219,0.0,0.230062286103974 -2592,0.5,0.255951455205554,0.0,0.124012697779424,0.0,0.224485039167801 -2593,0.5,0.255951455205554,0.0,0.132647820238588,0.0,0.215403354487189 -2594,0.5,0.255951455205554,0.0,0.12955647808418,0.0,0.268400617103553 -2595,0.5,0.255951455205554,0.0,0.11496601589099,0.0,0.328887195925669 -2596,0.5,0.255951455205554,0.0,0.0991869502961887,0.0,0.315798074525167 -2597,0.5,0.255951455205554,0.0,0.0936383191450181,0.0,0.257762856660956 -2598,0.5,0.255951455205554,0.000950496022032736,0.100331695186794,0.00247844906856339,0.206115272843722 -2599,0.5,0.255951455205554,0.0522712153729389,0.120987357436317,0.0779718877028408,0.206881703732555 -2600,0.5,0.255951455205554,0.13928356546054,0.199215620034391,0.20967233329614,0.282759723815333 -2601,0.5,0.255951455205554,0.234053428236842,0.320787264945463,0.354528389720765,0.399909138650602 -2602,0.5,0.255951455205554,0.328537474518863,0.434444736787928,0.501999644786243,0.500376824302285 -2603,0.5,0.255951455205554,0.398876531019401,0.542773562662214,0.628668644117191,0.511591088201232 -2604,0.5,0.255951455205554,0.433498041507502,0.654327143965469,0.699950439986579,0.439102501938006 -2605,0.5,0.255951455205554,0.428519886097326,0.742983001694854,0.705892599258666,0.384933791114639 -2606,0.5,0.255951455205554,0.394410782033124,0.795855829007863,0.688524570323912,0.369329626953149 -2607,0.5,0.255951455205554,0.318655421535932,0.820261499857939,0.637427016280257,0.344347927930782 -2608,0.5,0.255951455205554,0.22528828802757,0.807602640913043,0.510253027836292,0.348214011774185 -2609,0.5,0.255951455205554,0.151235174998767,0.753816447623627,0.370568805803273,0.371738442901457 -2610,0.5,0.255951455205554,0.0831490826026458,0.622380071538206,0.21348480361493,0.404462660045153 -2611,0.5,0.255951455205554,0.00974631710296404,0.501721023635238,0.044121197685467,0.449381281014959 -2612,0.5,0.255951455205554,0.0,0.455972503101897,0.0,0.518942711629025 -2613,0.5,0.255951455205554,0.0,0.419670882794963,0.0,0.574326580212265 -2614,0.5,0.255951455205554,0.0,0.391765104116216,0.0,0.626944045348177 -2615,0.5,0.255951455205554,0.0,0.366687965991072,0.0,0.725062996526659 -2616,0.5,0.255951455205554,0.0,0.34839961130314,0.0,0.810467840172283 -2617,0.5,0.255951455205554,0.0,0.32594338407125,0.0,0.82759987652148 -2618,0.5,0.255951455205554,0.0,0.303084409517508,0.0,0.820923860101084 -2619,0.5,0.255951455205554,0.0,0.27687451760265,0.0,0.816617038498374 -2620,0.5,0.255951455205554,0.0,0.25827639926527,0.0,0.818110303855944 -2621,0.5,0.255951455205554,0.0,0.256783200706361,0.0,0.814246618692575 -2622,0.5,0.255951455205554,0.000820705584622928,0.257989974944742,0.00307405668290878,0.793973627998274 -2623,0.5,0.255951455205554,0.0244907684571,0.277699277930653,0.0778357661730189,0.807248294227403 -2624,0.5,0.255951455205554,0.0716296912902805,0.341905660712791,0.207878901770312,0.85943306187009 -2625,0.5,0.255951455205554,0.127568366414699,0.428619252348436,0.35180997147591,0.90563022191178 -2626,0.5,0.255951455205554,0.185157045771598,0.481082332370133,0.492962052781663,0.913495641663289 -2627,0.5,0.255951455205554,0.228310006742684,0.534457594128195,0.616742571521147,0.907108567690461 -2628,0.5,0.255951455205554,0.245629759284519,0.567567858571539,0.678693157427621,0.894688579397987 -2629,0.5,0.255951455205554,0.244789387451475,0.581361753498918,0.710143422995098,0.874485467990553 -2630,0.5,0.255951455205554,0.240134017927018,0.569469044034178,0.680911084624086,0.842949630969859 -2631,0.5,0.255951455205554,0.214012195303288,0.537743129971144,0.526111085956316,0.771104717493656 -2632,0.5,0.255951455205554,0.16973042736628,0.494835439796296,0.461247795052303,0.684575423439189 -2633,0.5,0.255951455205554,0.113173245645088,0.424091589513274,0.361842458136307,0.621063702795641 -2634,0.5,0.255951455205554,0.0573862795284478,0.322472415417417,0.210447949609003,0.567957320450272 -2635,0.5,0.255951455205554,0.00906268026836468,0.226090024353397,0.0481198069073579,0.557133868563057 -2636,0.5,0.255951455205554,0.0,0.180829617833839,0.0,0.526164084013242 -2637,0.5,0.255951455205554,0.0,0.151448712305,0.0,0.4567286326292 -2638,0.5,0.255951455205554,0.0,0.135575820172297,0.0,0.411037978312758 -2639,0.5,0.255951455205554,0.0,0.131013552325481,0.0,0.398546423657021 -2640,0.5,0.255951455205554,0.0,0.126074272031398,0.0,0.439022458925889 -2641,0.5,0.255951455205554,0.0,0.12261158447497,0.0,0.491056844448305 -2642,0.5,0.255951455205554,0.0,0.122734674427074,0.0,0.514205119647128 -2643,0.5,0.255951455205554,0.0,0.122327589052058,0.0,0.534269724058314 -2644,0.5,0.255951455205554,0.0,0.120228516952991,0.0,0.51667162610828 -2645,0.5,0.255951455205554,0.0,0.117960417687283,0.0,0.473272029449823 -2646,0.5,0.255951455205554,0.000612411353074182,0.116960588656721,0.0022349883388683,0.470278518002284 -2647,0.5,0.255951455205554,0.0229309549278481,0.129182694859472,0.0551700044319396,0.523430919267196 -2648,0.5,0.255951455205554,0.0725941929447885,0.167743969455941,0.15167151909428,0.569610369212976 -2649,0.5,0.255951455205554,0.137774074437662,0.207792532335579,0.238884151031842,0.595397148168779 -2650,0.5,0.255951455205554,0.20000896233134,0.237947763343447,0.199708869403525,0.589034930378426 -2651,0.5,0.255951455205554,0.272935467886825,0.256120047147793,0.142863581383226,0.577084758471193 -2652,0.5,0.255951455205554,0.324884478600973,0.264518220678835,0.096280820120153,0.623486193400674 -2653,0.5,0.255951455205554,0.325295860890865,0.271420430175301,0.0447706541185791,0.574477697603022 -2654,0.5,0.255951455205554,0.297059965219411,0.279249790512588,0.0312843968261579,0.601887332733617 -2655,0.5,0.255951455205554,0.253586931682413,0.265117668844625,0.0326902504810268,0.736649250035229 -2656,0.5,0.255951455205554,0.192194285476141,0.25185561245048,0.0463768422190041,0.779520195119928 -2657,0.5,0.255951455205554,0.130332704021348,0.231306047452564,0.0394965797071444,0.777476603677704 -2658,0.5,0.255951455205554,0.0730602639749208,0.201710942651616,0.0264463695792131,0.815998513392987 -2659,0.5,0.255951455205554,0.011322622682172,0.174182206848205,0.00773044516696687,0.816175363526095 -2660,0.5,0.255951455205554,0.0,0.154413917352593,0.0,0.813099987144631 -2661,0.5,0.255951455205554,0.0,0.136759998574628,0.0,0.839657468870343 -2662,0.5,0.255951455205554,0.0,0.121209724403126,0.0,0.787236434403481 -2663,0.5,0.255951455205554,0.0,0.110299916869917,0.0,0.724215152344029 -2664,0.5,0.255951455205554,0.0,0.0990753494183638,0.0,0.655496482304472 -2665,0.5,0.255951455205554,0.0,0.0832442743488146,0.0,0.638695195255662 -2666,0.5,0.255951455205554,0.0,0.0667207242256489,0.0,0.584875280554006 -2667,0.5,0.255951455205554,0.0,0.0572593490360558,0.0,0.522423252827828 -2668,0.5,0.255951455205554,0.0,0.0528528057182584,0.0,0.449528853921244 -2669,0.5,0.255951455205554,0.0,0.0508225245148047,0.0,0.364373541537537 -2670,0.5,0.255951455205554,0.00137746576795944,0.047837935958256,0.00065339797550702,0.353451749374596 -2671,0.5,0.255951455205554,0.03996002859982,0.0461926249636653,0.0065213030554717,0.388223677907279 -2672,0.5,0.255951455205554,0.118399671802521,0.0483651102433092,0.0214052625648878,0.398567946697612 -2673,0.5,0.255951455205554,0.220519856572934,0.0600480574402442,0.031775356299317,0.382603363014302 -2674,0.5,0.255951455205554,0.323909789205454,0.0793584269196212,0.044491382523774,0.347640030992939 -2675,0.5,0.255951455205554,0.389600533196856,0.08612725456611,0.114449074958095,0.332574839398135 -2676,0.5,0.255951455205554,0.431811491639716,0.0905391161417856,0.202976503639404,0.317795090805815 -2677,0.5,0.255951455205554,0.442332468601007,0.0893358049905901,0.28391368964947,0.309436977183356 -2678,0.5,0.255951455205554,0.415212463487182,0.0861920078840124,0.275069252841931,0.31565045267044 -2679,0.5,0.255951455205554,0.378529088599996,0.0838020733774506,0.240872090829518,0.308412020530037 -2680,0.5,0.255951455205554,0.313957176232037,0.0812323877740731,0.286425164969511,0.257390220631395 -2681,0.5,0.255951455205554,0.23538473034389,0.0870842238940329,0.220707825900635,0.196899884210271 -2682,0.5,0.255951455205554,0.137283391388817,0.0851001110851058,0.112671479200367,0.157675596812747 -2683,0.5,0.255951455205554,0.0217991144475387,0.100065080876864,0.0268230071008351,0.158942136478524 -2684,0.5,0.255951455205554,0.0,0.101519772710897,0.0,0.184175052405467 -2685,0.5,0.255951455205554,0.0,0.091551657473251,0.0,0.212385923261981 -2686,0.5,0.255951455205554,0.0,0.0822594743110592,0.0,0.250243598673673 -2687,0.5,0.255951455205554,0.0,0.0753625465358091,0.0,0.306832211156513 -2688,0.5,0.255951455205554,0.0,0.0694447858054865,0.0,0.353981310953899 -2689,0.5,0.255951455205554,0.0,0.0663577381021761,0.0,0.320789967321012 -2690,0.5,0.255951455205554,0.0,0.0646598668830696,0.0,0.27470452999325 -2691,0.5,0.255951455205554,0.0,0.0639564026711458,0.0,0.258575887625342 -2692,0.5,0.255951455205554,0.0,0.0643324080715123,0.0,0.272048201174332 -2693,0.5,0.255951455205554,0.0,0.0647465396350303,0.0,0.283327325201785 -2694,0.5,0.255951455205554,0.00220952352675308,0.0664662010766403,0.00460094240367534,0.289911355711589 -2695,0.5,0.255951455205554,0.0624732550937507,0.0727122147774007,0.0775923805260364,0.289005065076464 -2696,0.5,0.255951455205554,0.157738691555467,0.0920369027188479,0.177003213423549,0.293297892893242 -2697,0.5,0.255951455205554,0.259738435171655,0.117154567788694,0.225668402636833,0.307567120050941 -2698,0.5,0.255951455205554,0.351137554641369,0.137488359140093,0.301024741688768,0.317797503498385 -2699,0.5,0.255951455205554,0.399281114393169,0.157502363767451,0.332105436570527,0.301774651562892 -2700,0.5,0.255951455205554,0.386070586784687,0.181175616522112,0.377819841847259,0.289424814246821 -2701,0.5,0.255951455205554,0.352399170289585,0.211712024969214,0.358127857209868,0.3075731408715 -2702,0.5,0.255951455205554,0.335761751889285,0.236967366202314,0.257398976151303,0.345070608665366 -2703,0.5,0.255951455205554,0.297111079738589,0.247687036661022,0.27049064004474,0.396872858189424 -2704,0.5,0.255951455205554,0.226554033047723,0.236708243781045,0.233771493950104,0.456479185748621 -2705,0.5,0.255951455205554,0.150553001911723,0.225161713050502,0.142684491183487,0.493437674609328 -2706,0.5,0.255951455205554,0.0803969932986122,0.20763511798691,0.0584309078260246,0.557533779169585 -2707,0.5,0.255951455205554,0.018498733529322,0.194739322239395,0.00934148925233505,0.672664324263487 -2708,0.5,0.255951455205554,0.0,0.192271317047396,0.0,0.743588142686073 -2709,0.5,0.255951455205554,0.0,0.199498540451641,0.0,0.802928886379428 -2710,0.5,0.255951455205554,0.0,0.206364310358977,0.0,0.825643911081313 -2711,0.5,0.255951455205554,0.0,0.209840467881406,0.0,0.830566160576063 -2712,0.5,0.255951455205554,0.0,0.205377901820517,0.0,0.84406528118164 -2713,0.5,0.255951455205554,0.0,0.190135109715355,0.0,0.876734993902487 -2714,0.5,0.255951455205554,0.0,0.174630008034322,0.0,0.860283553031723 -2715,0.5,0.255951455205554,0.0,0.16346674826938,0.0,0.783328325293217 -2716,0.5,0.255951455205554,0.0,0.153126760024987,0.0,0.719133256597052 -2717,0.5,0.255951455205554,0.0,0.142329601244502,0.0,0.716421952982462 -2718,0.5,0.255951455205554,0.00145125987222175,0.134046476282078,0.00162279176159939,0.69370197480859 -2719,0.5,0.255951455205554,0.0308856071572533,0.130738794705189,0.0383808484449773,0.605734681694249 -2720,0.5,0.255951455205554,0.0801535654125857,0.133793815618753,0.11590666172456,0.47307491602672 -2721,0.5,0.255951455205554,0.138701998203172,0.144474956003025,0.206202869819212,0.374399257505322 -2722,0.5,0.255951455205554,0.196558955660762,0.1537789556737,0.345099583871728,0.315996923812761 -2723,0.5,0.255951455205554,0.247417347537743,0.168075651611477,0.413726760149831,0.278689961399565 -2724,0.5,0.255951455205554,0.2765433773633,0.189085892874114,0.448573386334026,0.218149972329499 -2725,0.5,0.255951455205554,0.295404448736812,0.215562559149081,0.446814115155031,0.172290714020002 -2726,0.5,0.255951455205554,0.31570502540683,0.239213713475557,0.385742577999262,0.144909115825286 -2727,0.5,0.255951455205554,0.289269962104364,0.244168212276931,0.342003716297656,0.13697925830256 -2728,0.5,0.255951455205554,0.225669037001265,0.236256731300232,0.273667753617187,0.132292277912674 -2729,0.5,0.255951455205554,0.148643832053868,0.21591298073421,0.102054226787636,0.12794018992008 -2730,0.5,0.255951455205554,0.0782288271038156,0.195675293931942,0.0392692651111104,0.119587947191045 -2731,0.5,0.255951455205554,0.0148014928125888,0.178931751533702,0.00902932003960333,0.114812724233835 -2732,0.5,0.255951455205554,3.10860582855511e-07,0.172483981115205,0.0,0.112680660214959 -2733,0.5,0.255951455205554,0.0,0.168719488705075,0.0,0.127892642521697 -2734,0.5,0.255951455205554,0.0,0.164554719762103,0.0,0.161497764118861 -2735,0.5,0.255951455205554,0.0,0.159232694531565,0.0,0.215084791600206 -2736,0.5,0.255951455205554,0.0,0.149801860789538,0.0,0.264458619060673 -2737,0.5,0.255951455205554,0.0,0.138826904172769,0.0,0.262919472686173 -2738,0.5,0.255951455205554,0.0,0.131156296344691,0.0,0.217962777296661 -2739,0.5,0.255951455205554,0.0,0.128542087440446,0.0,0.178617751642046 -2740,0.5,0.255951455205554,0.0,0.130236710345959,0.0,0.176773647784996 -2741,0.5,0.255951455205554,0.0,0.127547726613774,0.0,0.204069435687547 -2742,0.5,0.255951455205554,0.00382034572979454,0.12722143290455,0.00713240038331502,0.224769338685103 -2743,0.5,0.255951455205554,0.055952612957338,0.145159155845206,0.0903924391455605,0.237652813762075 -2744,0.5,0.255951455205554,0.145223453279932,0.204817041924959,0.212543868069623,0.249586347073884 -2745,0.5,0.255951455205554,0.258306540412898,0.274593458864492,0.324400860338316,0.270961544891491 -2746,0.5,0.255951455205554,0.37940497502031,0.350750902957431,0.419018091338351,0.305007192865911 -2747,0.5,0.255951455205554,0.467500218302957,0.443886498781785,0.509304413275192,0.348968758893312 -2748,0.5,0.255951455205554,0.505349013489437,0.499685528259281,0.596026753826214,0.397444520153349 -2749,0.5,0.255951455205554,0.506556839816116,0.509143448816482,0.663060367834845,0.453932567537172 -2750,0.5,0.255951455205554,0.483207153602768,0.492535710636699,0.693447332551695,0.525803126697664 -2751,0.5,0.255951455205554,0.421806886687077,0.466662313720791,0.636005256531175,0.542948975272783 -2752,0.5,0.255951455205554,0.330820056425271,0.445758180893484,0.514066696207544,0.496346319485792 -2753,0.5,0.255951455205554,0.223432817496021,0.407439034273704,0.378286645383587,0.454041177595389 -2754,0.5,0.255951455205554,0.121278735522773,0.317704449511963,0.226100513976029,0.459072395050109 -2755,0.5,0.255951455205554,0.0280854877839789,0.241333116689723,0.063211145403979,0.537445984847155 -2756,0.5,0.255951455205554,1.12975439748944e-07,0.215248952964724,0.0,0.721355802190908 -2757,0.5,0.255951455205554,0.0,0.189457651670812,0.0,0.791264590655787 -2758,0.5,0.255951455205554,0.0,0.157463734166732,0.0,0.787038499534867 -2759,0.5,0.255951455205554,0.0,0.130545971403622,0.0,0.732994951343202 -2760,0.5,0.255951455205554,0.0,0.111545491284218,0.0,0.664014602613434 -2761,0.5,0.255951455205554,0.0,0.0957767670667876,0.0,0.599398984182709 -2762,0.5,0.255951455205554,0.0,0.0814962179178382,0.0,0.565415282916144 -2763,0.5,0.255951455205554,0.0,0.0740818914204072,0.0,0.597976576833723 -2764,0.5,0.255951455205554,0.0,0.0741295012293703,0.0,0.607582174882057 -2765,0.5,0.255951455205554,0.0,0.076745185043682,0.0,0.54454176169906 -2766,0.5,0.255951455205554,0.00250071320073085,0.0786991823114511,0.00970735914962397,0.501374335419535 -2767,0.5,0.255951455205554,0.0371473746662903,0.085025254481919,0.0952340127184463,0.539574682233795 -2768,0.5,0.255951455205554,0.0943658404172269,0.118548385062055,0.225463683931744,0.625919348588473 -2769,0.5,0.255951455205554,0.164679050256976,0.177182464435838,0.365335420359983,0.667554836772636 -2770,0.5,0.255951455205554,0.237551680855783,0.220221251284948,0.509599558286752,0.699244661724372 -2771,0.5,0.255951455205554,0.304918616780434,0.263597033781548,0.630463694497959,0.72244167419654 -2772,0.5,0.255951455205554,0.351295706395917,0.291228522693607,0.699055143705363,0.733536363613275 -2773,0.5,0.255951455205554,0.36490869391653,0.296388759653867,0.725408517755698,0.743090048856953 -2774,0.5,0.255951455205554,0.343783984030596,0.294946796015526,0.695879649936126,0.747495748468979 -2775,0.5,0.255951455205554,0.301738260554196,0.298727571131824,0.621698655751693,0.753803598964036 -2776,0.5,0.255951455205554,0.248661003042938,0.298700386362493,0.501475089635028,0.769507195361082 -2777,0.5,0.255951455205554,0.185159170033788,0.281138722652764,0.368062045549067,0.786199634964274 -2778,0.5,0.255951455205554,0.108122844097652,0.227299445410217,0.220145458460285,0.80170896192574 -2779,0.5,0.255951455205554,0.0260265235473469,0.168388490145801,0.0658326758182151,0.811420264272042 -2780,0.5,0.255951455205554,9.25765149248585e-09,0.155273388931427,0.0,0.819444221528405 -2781,0.5,0.255951455205554,0.0,0.151508258755551,0.0,0.833310934052455 -2782,0.5,0.255951455205554,0.0,0.150994024259842,0.0,0.836923811543185 -2783,0.5,0.255951455205554,0.0,0.151042615114341,0.0,0.830726098986402 -2784,0.5,0.255951455205554,0.0,0.147403233176946,0.0,0.809899103426587 -2785,0.5,0.255951455205554,0.0,0.143219399220493,0.0,0.768462130202382 -2786,0.5,0.255951455205554,0.0,0.137061796640137,0.0,0.722069399881371 -2787,0.5,0.255951455205554,0.0,0.12547804188124,0.0,0.722819760701947 -2788,0.5,0.255951455205554,0.0,0.120747017644024,0.0,0.692607039487022 -2789,0.5,0.255951455205554,0.0,0.125270116029273,0.0,0.699515769753385 -2790,0.5,0.255951455205554,0.00311588549408277,0.134938750216569,0.0123051369064703,0.695749358680887 -2791,0.5,0.255951455205554,0.0330811674825969,0.160135764825794,0.0965082357703101,0.704869650184595 -2792,0.5,0.255951455205554,0.0764857212183583,0.219184171273982,0.225625767182508,0.733773939403051 -2793,0.5,0.255951455205554,0.123405492447687,0.278503339913737,0.363255065908637,0.765549926426713 -2794,0.5,0.255951455205554,0.171723720260818,0.320961518777419,0.504339927424702,0.753189972835298 -2795,0.5,0.255951455205554,0.208649596896792,0.35540723446038,0.606324432387925,0.722221086298099 -2796,0.5,0.255951455205554,0.23203618060214,0.391256424597058,0.650987815555133,0.69973331861032 -2797,0.5,0.255951455205554,0.239755924695909,0.423145432740234,0.679113220075124,0.691943226858324 -2798,0.5,0.255951455205554,0.223623101977969,0.439576124245112,0.666354371422956,0.659957426799122 -2799,0.5,0.255951455205554,0.195741566041023,0.436725342835939,0.597294167377394,0.632126037101388 -2800,0.5,0.255951455205554,0.148915476118293,0.421456786291752,0.473736271513866,0.634019848175414 -2801,0.5,0.255951455205554,0.0995780624381531,0.368207120897602,0.346311455541239,0.657281081033515 -2802,0.5,0.255951455205554,0.0523959467104534,0.300735350135438,0.21282311818713,0.667143513860586 -2803,0.5,0.255951455205554,0.0144416024743388,0.255211687343443,0.0686778423829507,0.684383188164344 -2804,0.5,0.255951455205554,2.17058465574718e-06,0.226662955070287,0.0,0.711013500748069 -2805,0.5,0.255951455205554,0.0,0.204132168404385,0.0,0.766650891178466 -2806,0.5,0.255951455205554,0.0,0.181606191234311,0.0,0.747433946001095 -2807,0.5,0.255951455205554,0.0,0.164400891547713,0.0,0.728540033137735 -2808,0.5,0.255951455205554,0.0,0.148609550416783,0.0,0.700231626252346 -2809,0.5,0.255951455205554,0.0,0.132590825533195,0.0,0.672801896444189 -2810,0.5,0.255951455205554,0.0,0.116580364986234,0.0,0.626896989873911 -2811,0.5,0.255951455205554,0.0,0.103084758294857,0.0,0.578814882277693 -2812,0.5,0.255951455205554,0.0,0.0932806884252652,0.0,0.551096845189341 -2813,0.5,0.255951455205554,0.0,0.0850432669131209,0.0,0.550089574647931 -2814,0.5,0.255951455205554,0.00546161854609036,0.0768017669285166,0.0151125435712038,0.525667139682004 -2815,0.5,0.255951455205554,0.0393719962551636,0.0762205817288536,0.0990045540489253,0.4845517375994 -2816,0.5,0.255951455205554,0.0952790433293172,0.107705275430827,0.228617212906094,0.443334773391223 -2817,0.5,0.255951455205554,0.160204894498008,0.142282119119973,0.367599794186404,0.40614421113314 -2818,0.5,0.255951455205554,0.228832216213736,0.169859986699199,0.512170584276942,0.374702487330068 -2819,0.5,0.255951455205554,0.28366835347019,0.191122390055958,0.633281116074265,0.316118451447976 -2820,0.5,0.255951455205554,0.30681694009269,0.208026227834944,0.701530694981385,0.241701564689704 -2821,0.5,0.255951455205554,0.315202088503891,0.197821052485224,0.728624326799591,0.176689916209314 -2822,0.5,0.255951455205554,0.298349037142545,0.179191343665953,0.70944518640128,0.145111735445205 -2823,0.5,0.255951455205554,0.264168974886665,0.1658210229475,0.639745938086866,0.131969707277607 -2824,0.5,0.255951455205554,0.213198876356336,0.161938722627974,0.517017561436024,0.124575029402148 -2825,0.5,0.255951455205554,0.151810343356124,0.151380101610066,0.380609782613937,0.116703102646923 -2826,0.5,0.255951455205554,0.0854543754979486,0.107653329611942,0.230262964799737,0.10498176586536 -2827,0.5,0.255951455205554,0.0195088014314412,0.0734642195559477,0.0715425808313151,0.0949568216873356 -2828,0.5,0.255951455205554,6.51532586086992e-06,0.0657925949574035,0.0,0.0940635702950327 -2829,0.5,0.255951455205554,0.0,0.0576126486889725,0.0,0.0970209557727135 -2830,0.5,0.255951455205554,0.0,0.0484022998371495,0.0,0.0959550692278296 -2831,0.5,0.255951455205554,0.0,0.0394851267754171,0.0,0.0850927591096701 -2832,0.5,0.255951455205554,0.0,0.03160015165194,0.0,0.0686841187992013 -2833,0.5,0.255951455205554,0.0,0.0247554071826612,0.0,0.0521735628345411 -2834,0.5,0.255951455205554,0.0,0.0177444927028003,0.0,0.0366633697183271 -2835,0.5,0.255951455205554,0.0,0.0131574818423021,0.0,0.0235066205882664 -2836,0.5,0.255951455205554,0.0,0.0105995311618803,0.0,0.018005818606225 -2837,0.5,0.255951455205554,0.0,0.00933204322056594,0.0,0.0186556716420121 -2838,0.5,0.255951455205554,0.00733838925085867,0.00859714650593622,0.0186278021721792,0.0195829851300143 -2839,0.5,0.255951455205554,0.0506622061777132,0.0093329994704704,0.103686461872661,0.0196935113575427 -2840,0.5,0.255951455205554,0.116356393343275,0.0128214837266615,0.233907593639578,0.0186584562605572 -2841,0.5,0.255951455205554,0.187582192004096,0.0152251950926634,0.371745731348725,0.015961917565183 -2842,0.5,0.255951455205554,0.261538972447255,0.0144759906004387,0.513848099913071,0.0121790281668639 -2843,0.5,0.255951455205554,0.330119047740084,0.0145424035970516,0.630601119187761,0.00890362211766203 -2844,0.5,0.255951455205554,0.372693161754638,0.0138506246290584,0.694028341356985,0.00930878335131393 -2845,0.5,0.255951455205554,0.367818200857256,0.0132694138756092,0.716751927287166,0.0118123211862467 -2846,0.5,0.255951455205554,0.348674373466592,0.0137552414295722,0.693108192852402,0.0140984953281577 -2847,0.5,0.255951455205554,0.306676296596238,0.0178697714679368,0.615783263200272,0.0164955048970758 -2848,0.5,0.255951455205554,0.267917820945565,0.0231628102774149,0.491743708148235,0.0215696438410049 -2849,0.5,0.255951455205554,0.197963842614797,0.0287900098591755,0.347518393584527,0.0291654007578215 -2850,0.5,0.255951455205554,0.113000309343048,0.0308561240508253,0.203833165122119,0.0364644290009098 -2851,0.5,0.255951455205554,0.0280770831644823,0.026116795526385,0.0800188149382791,0.040721913220701 -2852,0.5,0.255951455205554,0.0,0.0282445547614051,0.0,0.0404656058589401 -2853,0.5,0.255951455205554,0.0,0.0250457480417137,0.0,0.037963588863563 -2854,0.5,0.255951455205554,0.0,0.0215674342804067,0.0,0.033369581848034 -2855,0.5,0.255951455205554,0.0,0.0183332434458477,0.0,0.0306331461908933 -2856,0.5,0.255951455205554,0.0,0.0166485274831094,0.0,0.0341781032709005 -2857,0.5,0.255951455205554,0.0,0.0160280630648439,0.0,0.0377207682658938 -2858,0.5,0.255951455205554,0.0,0.0152485798548501,0.0,0.0344711550280354 -2859,0.5,0.255951455205554,0.0,0.014259382456281,0.0,0.0255623692735193 -2860,0.5,0.255951455205554,0.0,0.0127800694471709,0.0,0.0207432812190632 -2861,0.5,0.255951455205554,0.0,0.0117707355010107,0.0,0.0172645281524427 -2862,0.5,0.255951455205554,0.00919026406687119,0.0110749293580015,0.0186298481413341,0.0129665872638142 -2863,0.5,0.255951455205554,0.0713812301645224,0.011692271169111,0.10080890200434,0.0124362931040719 -2864,0.5,0.255951455205554,0.16404971024119,0.0212671028663881,0.2267833868704,0.0151883924068986 -2865,0.5,0.255951455205554,0.275999648134903,0.0415817596485868,0.368494391126918,0.0187668016919332 -2866,0.5,0.255951455205554,0.385634070939839,0.0639947513035359,0.514874306138177,0.0208073795530042 -2867,0.5,0.255951455205554,0.456780443558773,0.0812507451488382,0.634781725470824,0.0205465429867414 -2868,0.5,0.255951455205554,0.499330049119791,0.0872408303059846,0.700265889413901,0.0175431113955784 -2869,0.5,0.255951455205554,0.510105535777073,0.0886540993521399,0.723841458040223,0.0130543717227566 -2870,0.5,0.255951455205554,0.470337374103959,0.0893643080173099,0.700050890803635,0.0120340390589811 -2871,0.5,0.255951455205554,0.392818246901297,0.0905467546104277,0.62621736950186,0.00975447339665536 -2872,0.5,0.255951455205554,0.292268084285924,0.0891034271142016,0.502373200656404,0.00760262221283036 -2873,0.5,0.255951455205554,0.20472199744883,0.0831039343826991,0.366304211214213,0.0065715778631911 -2874,0.5,0.255951455205554,0.120027557602267,0.0671390766201284,0.220431360561802,0.00610818425283717 -2875,0.5,0.255951455205554,0.0324115742556359,0.041047538125141,0.0764520100903067,0.0064411992095078 -2876,0.5,0.255951455205554,7.09346670576365e-06,0.0340368024068247,0.0,0.00663218727662062 -2877,0.5,0.255951455205554,0.0,0.0289266869534372,0.0,0.00744635970437926 -2878,0.5,0.255951455205554,0.0,0.0236011199502349,0.0,0.0100981237589998 -2879,0.5,0.255951455205554,0.0,0.0188426533394484,0.0,0.0129809729349434 -2880,0.5,0.255951455205554,0.0,0.0163031033410207,0.0,0.0171969144889926 -2881,0.5,0.255951455205554,0.0,0.0152661526000791,0.0,0.0220758007701104 -2882,0.5,0.255951455205554,0.0,0.0144846713912697,0.0,0.027716388906042 -2883,0.5,0.255951455205554,0.0,0.0132119317888948,0.0,0.0316933960024936 -2884,0.5,0.255951455205554,0.0,0.0121283086150827,0.0,0.0363294457752053 -2885,0.5,0.255951455205554,0.0,0.0107455054800083,0.0,0.0442367874400899 -2886,0.5,0.255951455205554,0.0106706558204131,0.00886108876565911,0.0186521239828069,0.059955811662025 -2887,0.5,0.255951455205554,0.0675205913047321,0.00991528818914465,0.100996315218344,0.0845047342395544 -2888,0.5,0.255951455205554,0.142791356854348,0.0225625495964382,0.21047277557595,0.106944936120841 -2889,0.5,0.255951455205554,0.221129989481466,0.0322814038937666,0.326277632664545,0.14753161790813 -2890,0.5,0.255951455205554,0.289875548510694,0.042050144305398,0.45283623394759,0.211983355548729 -2891,0.5,0.255951455205554,0.339375982899164,0.0547420744730062,0.564547887744921,0.235706698264699 -2892,0.5,0.255951455205554,0.369469006603404,0.067762174153243,0.653591189970792,0.221017806564996 -2893,0.5,0.255951455205554,0.373147557532653,0.0780703588767185,0.69393970562628,0.206138078044743 -2894,0.5,0.255951455205554,0.335762143276682,0.0866989320800394,0.685759032514962,0.245346310097008 -2895,0.5,0.255951455205554,0.294665920969339,0.09711730189028,0.631867083529914,0.363274164815066 -2896,0.5,0.255951455205554,0.222935327153402,0.114150349547776,0.5188166119171,0.501217018015899 -2897,0.5,0.255951455205554,0.14697326603811,0.136138541609074,0.373555661021178,0.560610006219955 -2898,0.5,0.255951455205554,0.079009663098814,0.161256730836613,0.227660527697028,0.585763589812422 -2899,0.5,0.255951455205554,0.0223694086378077,0.175483281176086,0.0841995943873601,0.580457571446665 -2900,0.5,0.255951455205554,1.12773506878995e-05,0.180715026211578,0.0,0.550197250896282 -2901,0.5,0.255951455205554,0.0,0.204984736855923,0.0,0.53929728895108 -2902,0.5,0.255951455205554,0.0,0.231420257502994,0.0,0.680538345860204 -2903,0.5,0.255951455205554,0.0,0.244679960061788,0.0,0.868657956787978 -2904,0.5,0.255951455205554,0.0,0.249781904443419,0.0,0.922343842415886 -2905,0.5,0.255951455205554,0.0,0.253502672593968,0.0,0.940482389416212 -2906,0.5,0.255951455205554,0.0,0.263473678026777,0.0,0.930655600893493 -2907,0.5,0.255951455205554,0.0,0.276429793244652,0.0,0.914035583005693 -2908,0.5,0.255951455205554,0.0,0.296782524087045,0.0,0.906055913930557 -2909,0.5,0.255951455205554,0.0,0.309860772769266,0.0,0.912674139618373 -2910,0.5,0.255951455205554,0.00579385905476082,0.343900192097933,0.00591314211068909,0.922209261106778 -2911,0.5,0.255951455205554,0.0480281520585456,0.421144838742295,0.0251312253254203,0.925588208918122 -2912,0.5,0.255951455205554,0.107371958496527,0.50183129342689,0.0511595835215129,0.915284033401883 -2913,0.5,0.255951455205554,0.168072373887455,0.564779063047476,0.107055984012498,0.898305337406894 -2914,0.5,0.255951455205554,0.221703255858649,0.61602239747435,0.152395046467072,0.895915435662238 -2915,0.5,0.255951455205554,0.280284057434655,0.666388820935748,0.262751325390723,0.897609304992131 -2916,0.5,0.255951455205554,0.291511767846065,0.703027755987842,0.582278074571696,0.898560547189689 -2917,0.5,0.255951455205554,0.29449321024914,0.727309003363092,0.710486620153975,0.88274997533259 -2918,0.5,0.255951455205554,0.269139466073234,0.742567507093706,0.734535884474017,0.832668878770261 -2919,0.5,0.255951455205554,0.24158225108859,0.737286207108518,0.667615038276016,0.762634108813467 -2920,0.5,0.255951455205554,0.181216293324035,0.713592645486511,0.542457490984567,0.71328180142691 -2921,0.5,0.255951455205554,0.112861591858624,0.666890672939185,0.40124921468067,0.746363991367046 -2922,0.5,0.255951455205554,0.0599032601133701,0.598412442880413,0.246962480962229,0.804782426921168 -2923,0.5,0.255951455205554,0.0183500624769393,0.496642421578811,0.085118809479284,0.830595929784363 -2924,0.5,0.255951455205554,4.02013994594031e-06,0.396726137128369,0.0,0.82303435766621 -2925,0.5,0.255951455205554,0.0,0.346590452332679,0.0,0.790695629215735 -2926,0.5,0.255951455205554,0.0,0.306409561481243,0.0,0.720413203610658 -2927,0.5,0.255951455205554,0.0,0.270906129907587,0.0,0.627888587810271 -2928,0.5,0.255951455205554,0.0,0.243254690859289,0.0,0.506757375844489 -2929,0.5,0.255951455205554,0.0,0.218771054765039,0.0,0.368294940116639 -2930,0.5,0.255951455205554,0.0,0.195186873727285,0.0,0.285212158625374 -2931,0.5,0.255951455205554,0.0,0.179687984143556,0.0,0.240924876012857 -2932,0.5,0.255951455205554,0.0,0.16704442961505,0.0,0.228358332174531 -2933,0.5,0.255951455205554,0.0,0.150386329399391,0.0,0.232443494540194 -2934,0.5,0.255951455205554,0.0107198012694711,0.13701890317237,0.0314271779777443,0.250742444668432 -2935,0.5,0.255951455205554,0.0622908504402741,0.159885490480037,0.120002716449153,0.223685091098322 -2936,0.5,0.255951455205554,0.146290762490478,0.216943050345486,0.255847455959394,0.194883749209451 -2937,0.5,0.255951455205554,0.247543290302489,0.261954372062436,0.397352276899284,0.181054595478327 -2938,0.5,0.255951455205554,0.358731983654117,0.290854346001235,0.543716829480178,0.185153701935403 -2939,0.5,0.255951455205554,0.457950096095905,0.325204865983587,0.663419055667176,0.184977859973377 -2940,0.5,0.255951455205554,0.523700166357523,0.361121468885738,0.72886178649281,0.158322059838781 -2941,0.5,0.255951455205554,0.554060775096827,0.387977968298085,0.751935897921252,0.15172226605168 -2942,0.5,0.255951455205554,0.536912682806635,0.40487533593811,0.726204380821658,0.159060858019932 -2943,0.5,0.255951455205554,0.478063761888104,0.415563091907963,0.639585675725946,0.180165903435447 -2944,0.5,0.255951455205554,0.384132504117389,0.41521405738041,0.533269416576672,0.19595045054513 -2945,0.5,0.255951455205554,0.276573022979681,0.382977623864972,0.396057518412555,0.260324132130152 -2946,0.5,0.255951455205554,0.168842589196448,0.28793410298725,0.245984262919817,0.295459470233014 -2947,0.5,0.255951455205554,0.0428344366841033,0.190579031948173,0.0874700637942767,0.292170128064719 -2948,0.5,0.255951455205554,2.6071124080332e-07,0.124588487256597,0.0,0.246203521888971 -2949,0.5,0.255951455205554,0.0,0.0924055729261431,0.0,0.2085956262627 -2950,0.5,0.255951455205554,0.0,0.0770233219187403,0.0,0.200875940519998 -2951,0.5,0.255951455205554,0.0,0.07059086685057,0.0,0.216964526287274 -2952,0.5,0.255951455205554,0.0,0.0705885436168012,0.0,0.224926386054371 -2953,0.5,0.255951455205554,0.0,0.0737491393330862,0.0,0.215449371021811 -2954,0.5,0.255951455205554,0.0,0.0775432327966331,0.0,0.184877124228176 -2955,0.5,0.255951455205554,0.0,0.080145293551666,0.0,0.16195586693144 -2956,0.5,0.255951455205554,0.0,0.085064027926622,0.0,0.145840122600207 -2957,0.5,0.255951455205554,0.0,0.0875861962094928,0.0,0.130076524909238 -2958,0.5,0.255951455205554,0.0216280798622832,0.0829781462468067,0.0321800994895434,0.119898028020018 -2959,0.5,0.255951455205554,0.113965715083919,0.10350986804774,0.11773890269428,0.107061724515078 -2960,0.5,0.255951455205554,0.249540675906137,0.193399533568339,0.249272557942249,0.0840284952489734 -2961,0.5,0.255951455205554,0.398007974679101,0.263745721458675,0.387441555244637,0.0575904213492842 -2962,0.5,0.255951455205554,0.545853205567525,0.294496247886229,0.530802618940103,0.0416634279475505 -2963,0.5,0.255951455205554,0.660838710753327,0.30551084658053,0.626726987621561,0.0324808022178952 -2964,0.5,0.255951455205554,0.724840893448233,0.304932310857806,0.673546784412998,0.0280957262350832 -2965,0.5,0.255951455205554,0.747366222264599,0.29418093360901,0.664351617398392,0.0270972468872437 -2966,0.5,0.255951455205554,0.720450465793439,0.270103738171332,0.595113285635356,0.0320248910727022 -2967,0.5,0.255951455205554,0.643948735198149,0.241593866123501,0.514574985165753,0.0360788444246349 -2968,0.5,0.255951455205554,0.516210029031951,0.208274164712103,0.360941141900685,0.0409026927502314 -2969,0.5,0.255951455205554,0.365824954801677,0.163821598241269,0.259830398231095,0.0479981089727672 -2970,0.5,0.255951455205554,0.217930148072946,0.100131658774288,0.164923335421913,0.0570446216890602 -2971,0.5,0.255951455205554,0.0536665819290209,0.0432753710244794,0.0789618593010652,0.0755223918233243 -2972,0.5,0.255951455205554,0.0,0.0219181762004028,0.0,0.099075293843574 -2973,0.5,0.255951455205554,0.0,0.0134685654945765,0.0,0.11745462363552 -2974,0.5,0.255951455205554,0.0,0.00926782625790071,0.0,0.123433955813668 -2975,0.5,0.255951455205554,0.0,0.00788372080220743,0.0,0.14714727138583 -2976,0.5,0.255951455205554,0.0,0.00777887564654628,0.0,0.198343273681412 -2977,0.5,0.255951455205554,0.0,0.00680845763515197,0.0,0.244823497949798 -2978,0.5,0.255951455205554,0.0,0.00574623157214665,0.0,0.276663662172119 -2979,0.5,0.255951455205554,0.0,0.00588231234418627,0.0,0.293325374948503 -2980,0.5,0.255951455205554,0.0,0.00776101183858628,0.0,0.301899880060117 -2981,0.5,0.255951455205554,0.0,0.0104639654530468,0.0,0.285798972600347 -2982,0.5,0.255951455205554,0.0190504374192244,0.0144312548565292,0.00756063248470283,0.265706727999083 -2983,0.5,0.255951455205554,0.099027817192324,0.0210840618789408,0.028527612640972,0.257350381153914 -2984,0.5,0.255951455205554,0.211524933920565,0.0320512132735962,0.0690865516776275,0.272714888038919 -2985,0.5,0.255951455205554,0.333585007203941,0.0391008970790647,0.0431883655811918,0.230374612308309 -2986,0.5,0.255951455205554,0.455363921397717,0.0423024949849997,0.0310698346574046,0.18681124585625 -2987,0.5,0.255951455205554,0.55251755583773,0.043005379364108,0.0336075406491231,0.149952660328266 -2988,0.5,0.255951455205554,0.606948129294602,0.0441388930831013,0.056674255147625,0.105574401137754 -2989,0.5,0.255951455205554,0.628239690294441,0.0398351422748936,0.0644291672655994,0.0751046929237759 -2990,0.5,0.255951455205554,0.611140965221439,0.0336782521457545,0.0785672044333055,0.0684247848014655 -2991,0.5,0.255951455205554,0.555804680871596,0.0269457219412674,0.0680237788048558,0.0585353449683395 -2992,0.5,0.255951455205554,0.453631868283838,0.0211144918237114,0.0530518023248592,0.0311857964971297 -2993,0.5,0.255951455205554,0.323029767475804,0.0185616415767636,0.0391469330537515,0.0114701168015607 -2994,0.5,0.255951455205554,0.19291117960961,0.0156038893794174,0.00760588102469008,0.00476978348041134 -2995,0.5,0.255951455205554,0.0493481756972778,0.01513283198461,0.00138320583866998,0.00247293409735018 -2996,0.5,0.255951455205554,7.70397050682612e-06,0.0248433793913774,0.000424793528525838,0.00850536904348772 -2997,0.5,0.255951455205554,0.0,0.0359499883372214,0.0,0.0350697326528554 -2998,0.5,0.255951455205554,0.0,0.0466036722017686,0.0,0.0826506776447538 -2999,0.5,0.255951455205554,0.0,0.0573182506637542,0.0,0.141452116696381 -3000,0.5,0.255951455205554,0.0,0.0655908929588199,0.0,0.175668591508256 -3001,0.5,0.255951455205554,0.0,0.073302282910445,0.0,0.16255053102617 -3002,0.5,0.255951455205554,0.0,0.080963748377921,0.0,0.157955547486567 -3003,0.5,0.255951455205554,0.0,0.0868042203930498,0.0,0.182255612350132 -3004,0.5,0.255951455205554,0.0,0.094906747308105,0.0,0.215095785516176 -3005,0.5,0.255951455205554,0.0,0.102422837150419,0.0,0.240712339995971 -3006,0.5,0.255951455205554,0.0219052420498534,0.102374105624854,0.0209695983158559,0.260809364637137 -3007,0.5,0.255951455205554,0.105416297845841,0.123290678339303,0.080534855135315,0.281770071307296 -3008,0.5,0.255951455205554,0.218434692359178,0.198171711260844,0.13131567646119,0.307926459795419 -3009,0.5,0.255951455205554,0.341675610290996,0.304186859593619,0.210714884057507,0.297243510375617 -3010,0.5,0.255951455205554,0.459959055398276,0.387219539180085,0.362541940297471,0.247769434354125 -3011,0.5,0.255951455205554,0.548664936794802,0.44540256152526,0.485036260283878,0.180823195670171 -3012,0.5,0.255951455205554,0.595146094311362,0.498883065347648,0.560390228043657,0.143446177032263 -3013,0.5,0.255951455205554,0.602234062799986,0.575116010777469,0.603672629043875,0.199014896334765 -3014,0.5,0.255951455205554,0.554433494685075,0.631835810060522,0.584837622788189,0.379482081342696 -3015,0.5,0.255951455205554,0.444575921475767,0.649621732626205,0.473929280421439,0.613858439905269 -3016,0.5,0.255951455205554,0.316561185047593,0.590785045388039,0.197042174461154,0.549950868971229 -3017,0.5,0.255951455205554,0.203132793359683,0.471534899975533,0.141637897089792,0.500931011969554 -3018,0.5,0.255951455205554,0.10222644385462,0.334564271124869,0.0701007855339311,0.365991945261646 -3019,0.5,0.255951455205554,0.0311829855210874,0.246295564282177,0.033338372293135,0.206031761278099 -3020,0.5,0.255951455205554,1.67242106065528e-05,0.160079856621292,0.0,0.0819963003127332 -3021,0.5,0.255951455205554,0.0,0.121535382881029,0.0,0.0592211048860325 -3022,0.5,0.255951455205554,0.0,0.11190309750688,0.0,0.191980258874706 -3023,0.5,0.255951455205554,0.0,0.108326722645413,0.0,0.249878923964842 -3024,0.5,0.255951455205554,0.0,0.120790820738519,0.0,0.205269379633207 -3025,0.5,0.255951455205554,0.0,0.137660777473768,0.0,0.0928536951677121 -3026,0.5,0.255951455205554,0.0,0.149012768557677,0.0,0.0395641107229497 -3027,0.5,0.255951455205554,0.0,0.151225033508628,0.0,0.0613880817485325 -3028,0.5,0.255951455205554,0.0,0.147055169046392,0.0,0.106765461446948 -3029,0.5,0.255951455205554,0.0,0.138629076687868,0.0,0.153727879002131 -3030,0.5,0.255951455205554,0.00700982274933034,0.152887603764715,0.0218996112217349,0.167929644520289 -3031,0.5,0.255951455205554,0.0392202201144319,0.224273023917021,0.0848480618459459,0.150088239070884 -3032,0.5,0.255951455205554,0.0857245992665416,0.340024916855371,0.059073272011252,0.19525377910659 -3033,0.5,0.255951455205554,0.133950631247295,0.413189779834699,0.0948348631904764,0.314205792815156 -3034,0.5,0.255951455205554,0.185170464038102,0.4549930474824,0.232672082492113,0.252916834639614 -3035,0.5,0.255951455205554,0.238652366587496,0.492290989055448,0.500773685186806,0.175988617046616 -3036,0.5,0.255951455205554,0.255699479297323,0.469474827409844,0.485171108016071,0.248514624573079 -3037,0.5,0.255951455205554,0.266667059730395,0.470907528353789,0.483420339468868,0.321257982073094 -3038,0.5,0.255951455205554,0.263254670845178,0.47771015574695,0.37895502354359,0.336954402864942 -3039,0.5,0.255951455205554,0.228285624739822,0.443071190694217,0.258212733001143,0.38751710590762 -3040,0.5,0.255951455205554,0.188378273831747,0.398298922233263,0.122947049819148,0.556782377968697 -3041,0.5,0.255951455205554,0.138646351327134,0.36672825249072,0.344121009524645,0.617646783661862 -3042,0.5,0.255951455205554,0.0828234860016713,0.292448952899917,0.204582989751229,0.445876390440613 -3043,0.5,0.255951455205554,0.0321239932470444,0.211889150972666,0.0901833533053082,0.24132491997564 -3044,0.5,0.255951455205554,2.78549383572142e-05,0.16078039878708,0.0,0.225885413657137 -3045,0.5,0.255951455205554,0.0,0.144392317848645,0.0,0.464506246464263 -3046,0.5,0.255951455205554,0.0,0.154893137558988,0.0,0.658810392244635 -3047,0.5,0.255951455205554,0.0,0.195271847523096,0.0,0.721923794258149 -3048,0.5,0.255951455205554,0.0,0.263119562470918,0.0,0.81135565167699 -3049,0.5,0.255951455205554,0.0,0.32202098262194,0.0,0.795892754029691 -3050,0.5,0.255951455205554,0.0,0.364712297710235,0.0,0.834037892466736 -3051,0.5,0.255951455205554,0.0,0.38561489958255,0.0,0.853199364721102 -3052,0.5,0.255951455205554,0.0,0.395927667381178,0.0,0.832060356916365 -3053,0.5,0.255951455205554,8.01270188838675e-08,0.417760176839295,0.0,0.861546152707047 -3054,0.5,0.255951455205554,0.00665200612917987,0.452107833682276,0.000747762891935502,0.898788868064345 -3055,0.5,0.255951455205554,0.0345276108829152,0.526744415415891,0.0121620458019723,0.938379111297741 -3056,0.5,0.255951455205554,0.077737493343,0.597877528356355,0.0465186469294841,0.951557404657391 -3057,0.5,0.255951455205554,0.121729590416718,0.648039069990864,0.0152820118632355,0.921667761911238 -3058,0.5,0.255951455205554,0.168924529998202,0.70564301807571,0.0237110974666553,0.815304600507801 -3059,0.5,0.255951455205554,0.206751410583257,0.730579646169,0.00954427315399569,0.649341035307234 -3060,0.5,0.255951455205554,0.213432651364651,0.717467096365194,0.0112333690474653,0.605492775399795 -3061,0.5,0.255951455205554,0.223735553725253,0.699560523780205,0.00861999596957424,0.6776370936166 -3062,0.5,0.255951455205554,0.237819620174115,0.675449388871672,0.0106183649855003,0.649996397096549 -3063,0.5,0.255951455205554,0.228263874552045,0.620694933175621,0.0400692057960271,0.610549735418928 -3064,0.5,0.255951455205554,0.195779237920281,0.544400942568509,0.248290998809877,0.631753633108898 -3065,0.5,0.255951455205554,0.143717801082024,0.453358908571654,0.22243589557326,0.652030708436121 -3066,0.5,0.255951455205554,0.0775940416448102,0.356349504154457,0.149172772560604,0.61996479733925 -3067,0.5,0.255951455205554,0.0234098583511501,0.266969903321179,0.0460392035630552,0.509262214436982 -3068,0.5,0.255951455205554,2.77550736468367e-05,0.197242902376924,0.0,0.337771264254368 -3069,0.5,0.255951455205554,0.0,0.175088700318116,0.0,0.230977698472477 -3070,0.5,0.255951455205554,0.0,0.181141622236447,0.0,0.19140832148294 -3071,0.5,0.255951455205554,0.0,0.198648984676929,0.0,0.18776837152641 -3072,0.5,0.255951455205554,0.0,0.225043979461292,0.0,0.186734876604759 -3073,0.5,0.255951455205554,0.0,0.260108541862369,0.0,0.170504556432815 -3074,0.5,0.255951455205554,0.0,0.290931691466005,0.0,0.171249271105858 -3075,0.5,0.255951455205554,0.0,0.325667064369762,0.0,0.14235178456716 -3076,0.5,0.255951455205554,0.0,0.358968051554893,0.0,0.0937113029465273 -3077,0.5,0.255951455205554,5.46925008632157e-08,0.375832221061088,0.0,0.165709326461124 -3078,0.5,0.255951455205554,0.00220688371132944,0.397669108202449,0.0016487854502505,0.468294019141879 -3079,0.5,0.255951455205554,0.0148764367521718,0.450213654863746,0.00607396504184821,0.811127049378843 -3080,0.5,0.255951455205554,0.0362559208818085,0.510275988181304,0.0075763767740916,0.881027988060953 -3081,0.5,0.255951455205554,0.0576566013516327,0.579531042304463,0.00520594090518124,0.900108091647087 -3082,0.5,0.255951455205554,0.0798015342900669,0.64910412356277,0.00536491935783457,0.912524234409819 -3083,0.5,0.255951455205554,0.101803277100045,0.689707883223466,0.0173366549854574,0.890224575371991 -3084,0.5,0.255951455205554,0.140313743196677,0.76840706795524,0.0538196394597677,0.914091291956902 -3085,0.5,0.255951455205554,0.152224684461428,0.76433500261363,0.182254393871486,0.909383257106111 -3086,0.5,0.255951455205554,0.155363158255028,0.748100674791452,0.45055441770492,0.89324495087391 -3087,0.5,0.255951455205554,0.164139158727861,0.757509340496008,0.158472423511733,0.90916747058732 -3088,0.5,0.255951455205554,0.133463014188892,0.747870468159055,0.183600799836213,0.908480892767707 -3089,0.5,0.255951455205554,0.100019412022721,0.719625641430035,0.109006031798447,0.855502685515444 -3090,0.5,0.255951455205554,0.0649291401142303,0.650295390255832,0.0256479460423164,0.760829443677403 -3091,0.5,0.255951455205554,0.0235454211872322,0.568208382256686,0.0208398251837108,0.665688501551429 -3092,0.5,0.255951455205554,5.03568414276249e-05,0.475136681229743,0.0,0.661648688750864 -3093,0.5,0.255951455205554,0.0,0.427745485256638,0.0,0.732020470196234 -3094,0.5,0.255951455205554,0.0,0.43555965021266,0.0,0.832718498188252 -3095,0.5,0.255951455205554,0.0,0.451358708188928,0.0,0.921981013704376 -3096,0.5,0.255951455205554,0.0,0.478041323718221,0.0,0.91181321839817 -3097,0.5,0.255951455205554,0.0,0.509571467844055,0.0,0.918143109039092 -3098,0.5,0.255951455205554,0.0,0.526613951086886,0.0,0.946996913320369 -3099,0.5,0.255951455205554,0.0,0.506880291488155,0.0,0.934979182215304 -3100,0.5,0.255951455205554,0.0,0.449829662718143,0.0,0.810627090235788 -3101,0.5,0.255951455205554,2.9157874352663e-06,0.394920545056857,0.0,0.621766178082471 -3102,0.5,0.255951455205554,0.0126652088796123,0.378589991345562,0.00326895264872816,0.367019486491846 -3103,0.5,0.255951455205554,0.0650218315917433,0.408213902178045,0.0238721638951336,0.429640941064362 -3104,0.5,0.255951455205554,0.144440917526381,0.498824144247955,0.10056865352159,0.600019315232665 -3105,0.5,0.255951455205554,0.228878601719754,0.567416037560229,0.196788028087903,0.623798103003873 -3106,0.5,0.255951455205554,0.286490620564101,0.574490779274918,0.235507090274715,0.623475761922588 -3107,0.5,0.255951455205554,0.301735266418761,0.560521627325587,0.285334065181976,0.635148659637106 -3108,0.5,0.255951455205554,0.324068219409206,0.551703087281897,0.228901691075788,0.729660446802771 -3109,0.5,0.255951455205554,0.322150277332775,0.557864939587784,0.561846944460941,0.757492019169263 -3110,0.5,0.255951455205554,0.269332175446995,0.573548860836324,0.528010368546987,0.918077234244287 -3111,0.5,0.255951455205554,0.188911499322328,0.592353080016668,0.535824721279104,0.904859401743668 -3112,0.5,0.255951455205554,0.114362819304328,0.617664506200374,0.296377177117441,0.895877606053013 -3113,0.5,0.255951455205554,0.0638308205001625,0.620681093376308,0.0279010443083465,0.856794280094028 -3114,0.5,0.255951455205554,0.026645740441095,0.601277502316499,0.0182281412693741,0.591587859536656 -3115,0.5,0.255951455205554,0.00612821604929565,0.596434355575745,0.0156291469733796,0.49259051416689 -3116,0.5,0.255951455205554,4.63413783389858e-05,0.617006150069041,0.000734744534849502,0.475812474712837 -3117,0.5,0.255951455205554,0.0,0.627867452905706,0.0,0.747251508659272 -3118,0.5,0.255951455205554,0.0,0.63573144228878,0.0,0.741417224987534 -3119,0.5,0.255951455205554,0.0,0.654487549827122,0.0,0.800031762183027 -3120,0.5,0.255951455205554,0.0,0.660929354538616,0.0,0.786928023324515 -3121,0.5,0.255951455205554,0.0,0.654714872315401,0.0,0.765540090755304 -3122,0.5,0.255951455205554,0.0,0.673954589818495,0.0,0.637683532997264 -3123,0.5,0.255951455205554,0.0,0.708093883856505,0.0,0.427720894926118 -3124,0.5,0.255951455205554,0.0,0.725075690151521,0.0,0.293277363913407 -3125,0.5,0.255951455205554,4.74916574572281e-06,0.75983807124041,0.0,0.252244902484753 -3126,0.5,0.255951455205554,0.008829035328553,0.804682731122625,0.0195698310016302,0.304110746374107 -3127,0.5,0.255951455205554,0.0430731218145271,0.878118755995851,0.0641522442633945,0.588698923150902 -3128,0.5,0.255951455205554,0.0934263737301202,0.92745316834248,0.0421008535897534,0.872259820517564 -3129,0.5,0.255951455205554,0.14116176243005,0.93739847921116,0.0476871432490526,0.916305185322804 -3130,0.5,0.255951455205554,0.201553611786972,0.951455009391891,0.0518073961415864,0.860119896806283 -3131,0.5,0.255951455205554,0.225704049066011,0.969306281455585,0.0256542270116962,0.801681884339085 -3132,0.5,0.255951455205554,0.217455904855341,0.97346266813106,0.0178806611446122,0.840630746816791 -3133,0.5,0.255951455205554,0.207040130997676,0.967532446673869,0.0480672126588562,0.885255548222594 -3134,0.5,0.255951455205554,0.190880466459821,0.954716561551952,0.157067524932629,0.869595738950384 -3135,0.5,0.255951455205554,0.178866768969601,0.943594620091748,0.12654515883324,0.830859048213226 -3136,0.5,0.255951455205554,0.143311425922329,0.923754245066345,0.0600538971517759,0.811821841854023 -3137,0.5,0.255951455205554,0.102025620885771,0.88154048971558,0.0418895436414087,0.820075056581702 -3138,0.5,0.255951455205554,0.0514647008377611,0.818082336308144,0.0974113984640111,0.809433869945527 -3139,0.5,0.255951455205554,0.021399821858294,0.730907297512347,0.0223893033196542,0.717202289236791 -3140,0.5,0.255951455205554,7.47960231799498e-05,0.656196153521347,0.0,0.570763640685113 -3141,0.5,0.255951455205554,0.0,0.611297098344394,0.0,0.470390794316614 -3142,0.5,0.255951455205554,0.0,0.602455767870239,0.0,0.512611347037023 -3143,0.5,0.255951455205554,0.0,0.609217919004821,0.0,0.662294850020753 -3144,0.5,0.255951455205554,0.0,0.624904675490742,0.0,0.753301846874257 -3145,0.5,0.255951455205554,0.0,0.63377603744435,0.0,0.785402613947259 -3146,0.5,0.255951455205554,0.0,0.644469018028701,0.0,0.789075598853675 -3147,0.5,0.255951455205554,0.0,0.66140999833441,0.0,0.770700315406173 -3148,0.5,0.255951455205554,0.0,0.690651727931653,0.0,0.767177157899016 -3149,0.5,0.255951455205554,1.91521608129237e-05,0.702125464648199,0.0,0.774250618662625 -3150,0.5,0.255951455205554,0.0067418589514512,0.731725538304834,0.000711573188564449,0.787314657567059 -3151,0.5,0.255951455205554,0.0305614379335687,0.772566420504588,0.0399677471295189,0.822639494064158 -3152,0.5,0.255951455205554,0.0654547123908419,0.811326017415937,0.0740408192204054,0.849521725127854 -3153,0.5,0.255951455205554,0.10827588803651,0.851455418937993,0.151235851463352,0.85713687642404 -3154,0.5,0.255951455205554,0.144924345986586,0.869972946656501,0.201013694101018,0.834911997084364 -3155,0.5,0.255951455205554,0.173360720719263,0.871788547994654,0.224606290169303,0.83629357776876 -3156,0.5,0.255951455205554,0.181454691507997,0.855530107330254,0.130220707611204,0.823828322366574 -3157,0.5,0.255951455205554,0.203659100328446,0.829192655749264,0.00871311233820944,0.805589355184787 -3158,0.5,0.255951455205554,0.202570659972703,0.805830485608198,0.0220907905313024,0.792339038395723 -3159,0.5,0.255951455205554,0.17847425430643,0.768992560872984,0.167022166501015,0.745942674138702 -3160,0.5,0.255951455205554,0.155711285667089,0.719779772972096,0.167120430619062,0.690080464104998 -3161,0.5,0.255951455205554,0.117098495341459,0.657275928730021,0.108139277074806,0.597324447471482 -3162,0.5,0.255951455205554,0.0751003543623469,0.58789386680814,0.0690712191297351,0.565816571039546 -3163,0.5,0.255951455205554,0.0286737444100181,0.516256460885524,0.0108025884867914,0.510441395164981 -3164,0.5,0.255951455205554,8.56070835539849e-05,0.445220807636269,0.0,0.485668208624571 -3165,0.5,0.255951455205554,0.0,0.398197260778917,0.0,0.464167856553935 -3166,0.5,0.255951455205554,0.0,0.371423972905611,0.0,0.486941869570123 -3167,0.5,0.255951455205554,0.0,0.351539523199187,0.0,0.504080175434553 -3168,0.5,0.255951455205554,0.0,0.330134270646851,0.0,0.541046411086286 -3169,0.5,0.255951455205554,0.0,0.305656690888469,0.0,0.566202444433158 -3170,0.5,0.255951455205554,0.0,0.278946061629474,0.0,0.60131254715723 -3171,0.5,0.255951455205554,0.0,0.25959669657346,0.0,0.643114646692512 -3172,0.5,0.255951455205554,0.0,0.241617416941548,0.0,0.652377697382001 -3173,0.5,0.255951455205554,1.25968541160238e-05,0.220344320162843,0.0,0.639859097575028 -3174,0.5,0.255951455205554,0.00953561762779795,0.221191819020524,0.0122154086037765,0.48662105401843 -3175,0.5,0.255951455205554,0.0476477878059884,0.261315288879524,0.0363327296515163,0.406069694849296 -3176,0.5,0.255951455205554,0.102679472162277,0.320722045889419,0.0834316969334196,0.559123561023099 -3177,0.5,0.255951455205554,0.166493338170743,0.370219457092615,0.13016594555782,0.679020211077534 -3178,0.5,0.255951455205554,0.218765278148486,0.376823043622585,0.329491014248358,0.729403708202549 -3179,0.5,0.255951455205554,0.265847136619305,0.390480169220892,0.399568998773856,0.777268766815009 -3180,0.5,0.255951455205554,0.291059114533879,0.408220386459141,0.502917937386885,0.804024526952659 -3181,0.5,0.255951455205554,0.301800467605631,0.418264733268061,0.536484925378742,0.834192613705313 -3182,0.5,0.255951455205554,0.285855906520542,0.437914662888633,0.41401746354667,0.863464861633403 -3183,0.5,0.255951455205554,0.265095173175754,0.452886247645095,0.342128553894924,0.870773515454782 -3184,0.5,0.255951455205554,0.211450698537397,0.438331267277667,0.423674924129261,0.848155779705923 -3185,0.5,0.255951455205554,0.145914604554951,0.412796918325699,0.32231629863382,0.795341322730738 -3186,0.5,0.255951455205554,0.0813993019036765,0.357489712848136,0.211662752346304,0.732367044461841 -3187,0.5,0.255951455205554,0.0324303090148927,0.271540433570494,0.0293424068611296,0.7464758593079 -3188,0.5,0.255951455205554,2.45103194049915e-05,0.215795210209722,0.0,0.789586421246894 -3189,0.5,0.255951455205554,0.0,0.19714814012775,0.0,0.78340224425151 -3190,0.5,0.255951455205554,0.0,0.193649659731358,0.0,0.772341541011346 -3191,0.5,0.255951455205554,0.0,0.198617247009455,0.0,0.766683717511954 -3192,0.5,0.255951455205554,0.0,0.200489913475178,0.0,0.790363658495259 -3193,0.5,0.255951455205554,0.0,0.20613609779777,0.0,0.83976482116442 -3194,0.5,0.255951455205554,0.0,0.21391108866901,0.0,0.863991399110881 -3195,0.5,0.255951455205554,0.0,0.227264271695185,0.0,0.897656304077603 -3196,0.5,0.255951455205554,0.0,0.241556709455165,0.0,0.923009077426986 -3197,0.5,0.255951455205554,7.13254220925543e-05,0.250347740941492,0.0,0.93875025587932 -3198,0.5,0.255951455205554,0.0146111001826701,0.271767738160443,0.00599195793399016,0.947701982399385 -3199,0.5,0.255951455205554,0.0601233227576814,0.339987868144277,0.0309343566715524,0.942186330119422 -3200,0.5,0.255951455205554,0.120343286542692,0.412477314230002,0.0585944621613251,0.934120789652906 -3201,0.5,0.255951455205554,0.171012678771747,0.454788362582569,0.0912528077229051,0.931965703594519 -3202,0.5,0.255951455205554,0.219175513778907,0.461639873425181,0.119601137281719,0.919531398386484 -3203,0.5,0.255951455205554,0.272594733745703,0.471873528192867,0.166437902767218,0.900477556342368 -3204,0.5,0.255951455205554,0.297693142114375,0.484918406614669,0.244954115803001,0.890419908630375 -3205,0.5,0.255951455205554,0.290060131722164,0.48789401027963,0.423735035510576,0.894738172895439 -3206,0.5,0.255951455205554,0.278099333934029,0.488822456532142,0.384085885357403,0.889868264029675 -3207,0.5,0.255951455205554,0.228379922790851,0.469161010201017,0.432838555954072,0.872028319386561 -3208,0.5,0.255951455205554,0.167593575963564,0.427662219002061,0.224413684148442,0.854235282387953 -3209,0.5,0.255951455205554,0.113599130808987,0.369705686579474,0.248106758339014,0.831001885473728 -3210,0.5,0.255951455205554,0.0694137582817974,0.29052224908178,0.15128353551806,0.810574102301001 -3211,0.5,0.255951455205554,0.0270630235068679,0.199913629157916,0.0490708122687057,0.792820654860313 -3212,0.5,0.255951455205554,0.000100584752945294,0.129920640697795,0.0,0.740292628842346 -3213,0.5,0.255951455205554,0.0,0.0941944407103253,0.0,0.678057405985077 -3214,0.5,0.255951455205554,0.0,0.0781137112232376,0.0,0.553676780526301 -3215,0.5,0.255951455205554,0.0,0.0731137205948778,0.0,0.459241125361929 -3216,0.5,0.255951455205554,0.0,0.0703025353567782,0.0,0.381957392134978 -3217,0.5,0.255951455205554,0.0,0.0648058147327369,0.0,0.299814301222391 -3218,0.5,0.255951455205554,0.0,0.0600363320533794,0.0,0.249970977238881 -3219,0.5,0.255951455205554,0.0,0.0561724255912741,0.0,0.233257164456605 -3220,0.5,0.255951455205554,0.0,0.0527824264338492,0.0,0.194304731398928 -3221,0.5,0.255951455205554,4.33797911198633e-05,0.0461792344381799,0.0,0.150337616526744 -3222,0.5,0.255951455205554,0.0149630858072165,0.0464990814678124,0.0497981690670835,0.120817295249443 -3223,0.5,0.255951455205554,0.0650736096800101,0.0567164161149024,0.130337156154265,0.110010896191666 -3224,0.5,0.255951455205554,0.133734915375359,0.0744770753743001,0.246161896952727,0.0904706311160566 -3225,0.5,0.255951455205554,0.207949656133025,0.0903988107252933,0.374903661253209,0.0598851848593589 -3226,0.5,0.255951455205554,0.274140997611427,0.110328415116149,0.514437179103283,0.0326516801427184 -3227,0.5,0.255951455205554,0.333365015831422,0.141083882757331,0.600496439534175,0.0257615148013911 -3228,0.5,0.255951455205554,0.368728802013334,0.160937335479445,0.484716204560358,0.0195411375487945 -3229,0.5,0.255951455205554,0.387022074353932,0.183198234293134,0.466685933267791,0.0143528183596706 -3230,0.5,0.255951455205554,0.383896701082945,0.208248501325981,0.456219106128329,0.0125828346448523 -3231,0.5,0.255951455205554,0.363541372637256,0.24110897490503,0.418192273258986,0.0113549368302556 -3232,0.5,0.255951455205554,0.317961768922304,0.267252479871191,0.392589614204965,0.0102253274929627 -3233,0.5,0.255951455205554,0.246274560611927,0.266378792459215,0.318654218255579,0.00891074230479989 -3234,0.5,0.255951455205554,0.160602872936578,0.207985921320191,0.230599274189896,0.00559882259350677 -3235,0.5,0.255951455205554,0.0635367534623007,0.133342073874892,0.11008077558825,0.00180178188895785 -3236,0.5,0.255951455205554,0.000308289120283477,0.103474906736108,0.0,0.000837232462857227 -3237,0.5,0.255951455205554,0.0,0.0913638359079236,0.0,0.0005297425740508 -3238,0.5,0.255951455205554,0.0,0.0732715098224588,0.0,0.000328654825423792 -3239,0.5,0.255951455205554,0.0,0.0599996324718616,0.0,0.000238881019583662 -3240,0.5,0.255951455205554,0.0,0.0512424714700224,0.0,0.00117619545217567 -3241,0.5,0.255951455205554,0.0,0.0467471868128341,0.0,0.00209678964759084 -3242,0.5,0.255951455205554,0.0,0.0462655957327637,0.0,0.00382318163396773 -3243,0.5,0.255951455205554,0.0,0.0496283153412141,0.0,0.00549544497948051 -3244,0.5,0.255951455205554,0.0,0.0530607025691705,0.0,0.00840600420444983 -3245,0.5,0.255951455205554,0.000253976894521839,0.0538705352794671,0.000176458246267108,0.0102358111574916 -3246,0.5,0.255951455205554,0.0340783364554926,0.05339674841232,0.0509721419444425,0.0114589319096359 -3247,0.5,0.255951455205554,0.110649754322411,0.0703253995921019,0.132867090674749,0.0114713678209568 -3248,0.5,0.255951455205554,0.218089992483791,0.118146494557963,0.256331645388476,0.00910274001622374 -3249,0.5,0.255951455205554,0.33574029989541,0.182928573384032,0.379847389194785,0.00767710639353915 -3250,0.5,0.255951455205554,0.46210427651932,0.243141770331635,0.502653204950745,0.0114994349234879 -3251,0.5,0.255951455205554,0.574748324922146,0.310189508177618,0.591560559013387,0.015654387159326 -3252,0.5,0.255951455205554,0.642466178069186,0.381365822963291,0.641535503329871,0.0196628697479139 -3253,0.5,0.255951455205554,0.666920895548145,0.444959887939402,0.665918920706792,0.0219883137287101 -3254,0.5,0.255951455205554,0.633904023425132,0.483812832614139,0.64655743255355,0.0229120292125426 -3255,0.5,0.255951455205554,0.550985502516421,0.508750751875986,0.551558602755424,0.0196991564627894 -3256,0.5,0.255951455205554,0.4344591298158,0.515740620406125,0.138287897228024,0.0131818129573764 -3257,0.5,0.255951455205554,0.306217281209777,0.477442051579055,0.059131262202071,0.00939042111992501 -3258,0.5,0.255951455205554,0.187065364105103,0.340606592993574,0.118768615005761,0.00910372592093448 -3259,0.5,0.255951455205554,0.0669418430418954,0.209824558267479,0.0588662694303058,0.00843360189473177 -3260,0.5,0.255951455205554,0.000790095575098684,0.158951788641736,0.0,0.00507202227733125 -3261,0.5,0.255951455205554,0.0,0.131364195836,0.0,0.00240010307973012 -3262,0.5,0.255951455205554,0.0,0.103627741017077,0.0,0.00121169251841257 -3263,0.5,0.255951455205554,0.0,0.0808725394538954,0.0,0.00179107554649685 -3264,0.5,0.255951455205554,0.0,0.0652834309231906,0.0,0.00206248749545402 -3265,0.5,0.255951455205554,0.0,0.0551185234221927,0.0,0.00181101398104905 -3266,0.5,0.255951455205554,0.0,0.0485020962762815,0.0,0.00158094826912961 -3267,0.5,0.255951455205554,0.0,0.0445122475740988,0.0,0.0012460182816066 -3268,0.5,0.255951455205554,0.0,0.0427431357075264,0.0,0.00152749091421739 -3269,0.5,0.255951455205554,0.00021578662166564,0.0407496864960716,1.9956869593385e-05,0.00224076791723486 -3270,0.5,0.255951455205554,0.0275546654574299,0.0415052271974319,0.00539722373397493,0.00239086529064152 -3271,0.5,0.255951455205554,0.0930985374351411,0.0542573277564768,0.0521383982187921,0.00237785581560106 -3272,0.5,0.255951455205554,0.184573847035846,0.0885923714834581,0.216938231392704,0.00269312616137311 -3273,0.5,0.255951455205554,0.278472201788902,0.135405597503179,0.341910912050155,0.00291970262981277 -3274,0.5,0.255951455205554,0.364004109077293,0.196693415283278,0.41216785473518,0.00361740168266733 -3275,0.5,0.255951455205554,0.414913771609956,0.253065809948656,0.450005369432275,0.00485539340407819 -3276,0.5,0.255951455205554,0.419539229632961,0.285172076473197,0.581386478275783,0.00523995172810358 -3277,0.5,0.255951455205554,0.402023085921181,0.2896795361832,0.570956510952918,0.00487500850926109 -3278,0.5,0.255951455205554,0.373933281912405,0.277918119784571,0.625784661605025,0.00406538630695061 -3279,0.5,0.255951455205554,0.326008734714715,0.258613198279316,0.576571449406677,0.00353724499160428 -3280,0.5,0.255951455205554,0.259005282373022,0.228822829340411,0.461040523339553,0.00262113913796771 -3281,0.5,0.255951455205554,0.189231662383513,0.193022091598702,0.362117970642885,0.00186497205152799 -3282,0.5,0.255951455205554,0.118364714998023,0.144105712454458,0.230022589362072,0.00115429835945903 -3283,0.5,0.255951455205554,0.048957604109165,0.105279824052903,0.109520142092425,0.000596243755787892 -3284,0.5,0.255951455205554,0.00119332318915671,0.0867091687550924,0.0,0.000351359256957204 -3285,0.5,0.255951455205554,0.0,0.0801991031021985,0.0,0.00133259631114825 -3286,0.5,0.255951455205554,0.0,0.0769867745661675,0.0,0.000515898599202488 -3287,0.5,0.255951455205554,0.0,0.0703664482170624,0.0,0.000505571320894127 -3288,0.5,0.255951455205554,0.0,0.0632445807724478,0.0,0.000447852476331619 -3289,0.5,0.255951455205554,0.0,0.0578765671478676,0.0,0.000216402997687741 -3290,0.5,0.255951455205554,0.0,0.0522456359308204,0.0,0.000619023870081762 -3291,0.5,0.255951455205554,0.0,0.0385576155848632,0.0,0.000986532741197826 -3292,0.5,0.255951455205554,0.0,0.0339556590807226,0.0,0.000167301811088798 -3293,0.5,0.255951455205554,2.91725811172221e-05,0.0294322092588851,0.000673077804207546,0.000130042377705993 -3294,0.5,0.255951455205554,0.0181309911181088,0.02775177242243,0.0388867630999734,0.00112559666986685 -3295,0.5,0.255951455205554,0.0653443614620314,0.0317499703666121,0.107177902571194,0.00119307398296821 -3296,0.5,0.255951455205554,0.124918486308527,0.0398385000714197,0.204458735682813,0.00254625136472028 -3297,0.5,0.255951455205554,0.190057569234301,0.0482444287671681,0.27485085964075,0.00376642009496898 -3298,0.5,0.255951455205554,0.252823138880588,0.0567399871653922,0.357724613671879,0.00430485636319172 -3299,0.5,0.255951455205554,0.304361063540571,0.0676165621372972,0.371650791163868,0.00616698069749624 -3300,0.5,0.255951455205554,0.315919444667225,0.0774310873293282,0.317320974307862,0.00865363452040363 -3301,0.5,0.255951455205554,0.314890656223891,0.0784727746086593,0.349551392777254,0.0122511068709324 -3302,0.5,0.255951455205554,0.303759231444569,0.0777637332947897,0.304852155103416,0.0156589000717981 -3303,0.5,0.255951455205554,0.270393165229187,0.0809799374577882,0.268790586336223,0.0180733337782259 -3304,0.5,0.255951455205554,0.230858086918678,0.0825382228007186,0.241877177059841,0.0281689567895461 -3305,0.5,0.255951455205554,0.17733876965255,0.07678081991233,0.223260577529588,0.0434337134591127 -3306,0.5,0.255951455205554,0.118770236948397,0.0634669923786129,0.126840038113051,0.051854013498776 -3307,0.5,0.255951455205554,0.0509963062774495,0.0457116543944406,0.0288114862226792,0.0499944446942495 -3308,0.5,0.255951455205554,0.00172156959033708,0.0333980081508801,0.00259982788292188,0.0460185229605779 -3309,0.5,0.255951455205554,0.0,0.0305761955815644,0.0,0.0532910437294499 -3310,0.5,0.255951455205554,0.0,0.028829781928747,0.0,0.0765330375212506 -3311,0.5,0.255951455205554,0.0,0.0293491703154326,0.0,0.0958646680517543 -3312,0.5,0.255951455205554,0.0,0.0294008213840623,0.0,0.109580733013622 -3313,0.5,0.255951455205554,0.0,0.0275335897757542,0.0,0.119237745316915 -3314,0.5,0.255951455205554,0.0,0.0271385274882963,0.0,0.108612677968358 -3315,0.5,0.255951455205554,0.0,0.0287151469103034,0.0,0.0751971022035472 -3316,0.5,0.255951455205554,0.0,0.0309481322492922,0.0,0.0492119980614583 -3317,0.5,0.255951455205554,0.000238560372602948,0.033427014402892,0.000161102900394915,0.0412936926809361 -3318,0.5,0.255951455205554,0.0320908006747099,0.0383140493774277,0.0086130467292539,0.0453149410316861 -3319,0.5,0.255951455205554,0.106376019094191,0.0569166799446172,0.0466668568809603,0.0577491611344164 -3320,0.5,0.255951455205554,0.213196667341239,0.0924787034776911,0.0748571010085739,0.068846894565683 -3321,0.5,0.255951455205554,0.333159391060212,0.124428128570628,0.0858346605213101,0.0722879693339517 -3322,0.5,0.255951455205554,0.455333159701326,0.13522653600219,0.144307099140189,0.0807649833463889 -3323,0.5,0.255951455205554,0.550582120376116,0.128230159001907,0.275907139350338,0.0939602657758724 -3324,0.5,0.255951455205554,0.609673607904258,0.118247290791542,0.570925175246403,0.0998809353196265 -3325,0.5,0.255951455205554,0.631768826380193,0.110813034612947,0.469376369455378,0.098658016666105 -3326,0.5,0.255951455205554,0.607653746769849,0.105701259418168,0.349259134797782,0.11035605510566 -3327,0.5,0.255951455205554,0.537875611468843,0.108040810323086,0.259506260393582,0.146847266992385 -3328,0.5,0.255951455205554,0.443949177648762,0.115049936356177,0.249920331941256,0.205962545015411 -3329,0.5,0.255951455205554,0.325446095378544,0.116761362508567,0.364361877755229,0.259882046591628 -3330,0.5,0.255951455205554,0.211076262284545,0.0897535220644023,0.248731937973233,0.261041734474828 -3331,0.5,0.255951455205554,0.0736187857968308,0.0616229610328504,0.121346623605137,0.241609034655321 -3332,0.5,0.255951455205554,0.00285934559968993,0.0708826819288416,0.0223098361595205,0.250909753297061 -3333,0.5,0.255951455205554,0.0,0.0769902849079774,0.0,0.269074381575059 -3334,0.5,0.255951455205554,0.0,0.0708857411304263,0.0,0.295457251604361 -3335,0.5,0.255951455205554,0.0,0.0646027899475567,0.0,0.343107550607051 -3336,0.5,0.255951455205554,0.0,0.0599608660669217,0.0,0.368139476464671 -3337,0.5,0.255951455205554,0.0,0.0554362525319536,0.0,0.33957622430629 -3338,0.5,0.255951455205554,0.0,0.051950959397144,0.0,0.310547271389965 -3339,0.5,0.255951455205554,0.0,0.0481134796675116,0.0,0.283013563586015 -3340,0.5,0.255951455205554,0.0,0.0440253802059629,0.0,0.262334303457205 -3341,0.5,0.255951455205554,0.000530848624671292,0.0406683878793392,0.00181920509986798,0.266177585712742 -3342,0.5,0.255951455205554,0.042637858250651,0.0358439647492478,0.0541077112313089,0.276271853644376 -3343,0.5,0.255951455205554,0.126448302934043,0.0350611301592782,0.134182605964202,0.242453577049455 -3344,0.5,0.255951455205554,0.247999776808564,0.0487527956746631,0.256283311840122,0.195979111502666 -3345,0.5,0.255951455205554,0.381334048952248,0.0685497635686954,0.383817252962511,0.176521286780883 -3346,0.5,0.255951455205554,0.515224673630158,0.0776124766366575,0.519119727120056,0.1478488181381 -3347,0.5,0.255951455205554,0.618895673315001,0.0871436297073938,0.627379397000869,0.108593039896567 -3348,0.5,0.255951455205554,0.67680769680905,0.0976182872178216,0.687856572993,0.090214239240857 -3349,0.5,0.255951455205554,0.688739117133734,0.108030769215423,0.708255876618244,0.0884022657775054 -3350,0.5,0.255951455205554,0.657042515131972,0.114503162111985,0.689296906572625,0.0945768327863827 -3351,0.5,0.255951455205554,0.590968336364769,0.113866967512661,0.621965477697101,0.105939028042561 -3352,0.5,0.255951455205554,0.478368951968958,0.115181578952918,0.50633459266436,0.108190924956343 -3353,0.5,0.255951455205554,0.346314560697412,0.106702374189666,0.37440562680687,0.130835476416561 -3354,0.5,0.255951455205554,0.216501641675831,0.0618565601310077,0.243129911375997,0.129373572536224 -3355,0.5,0.255951455205554,0.0742489328422572,0.0600849409608961,0.11845187175495,0.129944703787927 -3356,0.5,0.255951455205554,0.00364472221229908,0.0644007798125961,0.0228732819905916,0.13496376919369 -3357,0.5,0.255951455205554,0.0,0.0663035848259184,0.0,0.121783058101791 -3358,0.5,0.255951455205554,0.0,0.0627337279878214,0.0,0.111253896405988 -3359,0.5,0.255951455205554,0.0,0.058399491287547,0.0,0.115909826181516 -3360,0.5,0.255951455205554,0.0,0.0567093202004662,0.0,0.136327553742898 -3361,0.5,0.255951455205554,0.0,0.0552976054920966,0.0,0.147343258750151 -3362,0.5,0.255951455205554,0.0,0.0532327974470951,0.0,0.158220589358974 -3363,0.5,0.255951455205554,0.0,0.0526912047082764,0.0,0.154038463264313 -3364,0.5,0.255951455205554,0.0,0.0532071078719409,0.0,0.102492866749463 -3365,0.5,0.255951455205554,0.000589753488811862,0.0512020981780523,0.00202435391894503,0.0468015250846061 -3366,0.5,0.255951455205554,0.0431394120021209,0.045132557762024,0.0539454816756024,0.0184881167761453 -3367,0.5,0.255951455205554,0.125172742667209,0.0428891331654572,0.130624845830268,0.0118557178164075 -3368,0.5,0.255951455205554,0.241534207918995,0.0627284296312356,0.237121012570148,0.0137463950698142 -3369,0.5,0.255951455205554,0.371416798145911,0.0845483678648412,0.33329544398858,0.00714733442110733 -3370,0.5,0.255951455205554,0.502258300260243,0.0995622367880464,0.480253613822766,0.00754724610051091 -3371,0.5,0.255951455205554,0.60374624230389,0.109522763473644,0.590626601311837,0.00842744049262032 -3372,0.5,0.255951455205554,0.659682351330454,0.122882092331327,0.655912739853683,0.0100523416505559 -3373,0.5,0.255951455205554,0.672161225575935,0.14509822066228,0.684307580342624,0.0147516654186056 -3374,0.5,0.255951455205554,0.646208896887186,0.166838613658464,0.66267576952852,0.023085039377973 -3375,0.5,0.255951455205554,0.578827936671455,0.186940783847951,0.513985188938399,0.033768764022101 -3376,0.5,0.255951455205554,0.467940328813616,0.19865258109521,0.467742411791536,0.0466368743354293 -3377,0.5,0.255951455205554,0.336057503489817,0.188634599017472,0.360874509985496,0.0687577286958104 -3378,0.5,0.255951455205554,0.212797410153666,0.107494447064628,0.228424336547187,0.104353376993495 -3379,0.5,0.255951455205554,0.0769000473936484,0.111590910686559,0.105898421035416,0.119302530190375 -3380,0.5,0.255951455205554,0.0044933690165205,0.135876768115272,0.0274667479870768,0.100990443219797 -3381,0.5,0.255951455205554,0.0,0.158126574685101,0.0,0.100700676569091 -3382,0.5,0.255951455205554,0.0,0.162200667389208,0.0,0.125469131775971 -3383,0.5,0.255951455205554,0.0,0.156696637844069,0.0,0.180600644687736 -3384,0.5,0.255951455205554,0.0,0.149059557705048,0.0,0.268910273175388 -3385,0.5,0.255951455205554,0.0,0.14468276200906,0.0,0.426866651641001 -3386,0.5,0.255951455205554,0.0,0.147276504207214,0.0,0.507262203375652 -3387,0.5,0.255951455205554,0.0,0.15726410771303,0.0,0.480030021759895 -3388,0.5,0.255951455205554,0.0,0.167343917299403,0.0,0.474682787067718 -3389,0.5,0.255951455205554,0.000664546444882069,0.18096922641083,0.0022175228600852,0.469604983430483 -3390,0.5,0.255951455205554,0.040380075590319,0.189571725728915,0.0483728601035218,0.448497230597756 -3391,0.5,0.255951455205554,0.1202542814885,0.258621135605946,0.118612626536426,0.380350641212829 -3392,0.5,0.255951455205554,0.235477971056073,0.351412280314345,0.223347867297595,0.239122736041013 -3393,0.5,0.255951455205554,0.358100988418449,0.422014060837797,0.31868085570837,0.16794447871253 -3394,0.5,0.255951455205554,0.487833874119287,0.414785556528569,0.449356707107282,0.219487737718092 -3395,0.5,0.255951455205554,0.581220136768959,0.352685928285039,0.545124735569475,0.226145254105579 -3396,0.5,0.255951455205554,0.632973510392167,0.291151193871977,0.622093448253115,0.208681371811371 -3397,0.5,0.255951455205554,0.64259739895614,0.265872549117394,0.667366188569039,0.146996192475506 -3398,0.5,0.255951455205554,0.609124071309941,0.244336150405121,0.60933197574734,0.0896722792824073 -3399,0.5,0.255951455205554,0.535170075583911,0.209800856383395,0.451601165602648,0.0457901751740985 -3400,0.5,0.255951455205554,0.436218821121675,0.166884192851076,0.33393673149999,0.0242967020557117 -3401,0.5,0.255951455205554,0.305582796832009,0.10275384314818,0.251421134733047,0.0118834210887861 -3402,0.5,0.255951455205554,0.188990594634152,0.0494999625511116,0.139365090120132,0.0072347023970943 -3403,0.5,0.255951455205554,0.0663027445589717,0.0355557669806599,0.0621841509874031,0.00461828315210059 -3404,0.5,0.255951455205554,0.00440884762089265,0.0376835635192565,0.0177239647749244,0.0029900741187357 -3405,0.5,0.255951455205554,0.0,0.0398358122393149,0.0,0.0113005974916839 -3406,0.5,0.255951455205554,0.0,0.0426736231752867,0.0,0.0438342082498079 -3407,0.5,0.255951455205554,0.0,0.0462607274568514,0.0,0.0408547914523337 -3408,0.5,0.255951455205554,0.0,0.0611013231469006,0.0,0.0683688115114709 -3409,0.5,0.255951455205554,0.0,0.079616626148796,0.0,0.109213276518581 -3410,0.5,0.255951455205554,0.0,0.0995225044879396,0.0,0.167985222175045 -3411,0.5,0.255951455205554,0.0,0.110063698218315,0.0,0.24142888602985 -3412,0.5,0.255951455205554,0.0,0.112093781172001,0.0,0.2935143640987 -3413,0.5,0.255951455205554,0.000630153560824463,0.122536661713752,0.0021081555254657,0.283396061165908 -3414,0.5,0.255951455205554,0.0175062218656358,0.179732080033601,0.0429636034676747,0.240794876283725 -3415,0.5,0.255951455205554,0.053923838024415,0.245321679002028,0.111284763633279,0.225413506373661 -3416,0.5,0.255951455205554,0.11134264110995,0.284220042982239,0.0563049865438132,0.191614342642369 -3417,0.5,0.255951455205554,0.185279722832484,0.294654495197091,0.0306778220044678,0.103039518494669 -3418,0.5,0.255951455205554,0.260047876347854,0.29001842623454,0.00275414873885763,0.073143232825782 -3419,0.5,0.255951455205554,0.318577816174739,0.278862305866115,0.00289142763493125,0.0558557014026761 -3420,0.5,0.255951455205554,0.344524046934784,0.261516960726797,0.028824735394779,0.0342005190817638 -3421,0.5,0.255951455205554,0.355598977242906,0.247621618422933,0.313144293099726,0.0247247272851624 -3422,0.5,0.255951455205554,0.340054544054055,0.22439232096572,0.519816316731375,0.0200152839107965 -3423,0.5,0.255951455205554,0.285718894760617,0.201461961671388,0.407077270516087,0.0389118453941495 -3424,0.5,0.255951455205554,0.237887174566576,0.180210290332462,0.373140031125113,0.0549397748542364 -3425,0.5,0.255951455205554,0.186605170582144,0.161982881824541,0.293387998485995,0.0494336078930059 -3426,0.5,0.255951455205554,0.129081880779275,0.163592629298538,0.170810674881698,0.0404231372287955 -3427,0.5,0.255951455205554,0.0602712605890055,0.131651075711158,0.0573027184809571,0.0280727757988518 -3428,0.5,0.255951455205554,0.00484105145666794,0.0922654797358543,0.00273443083836819,0.0188220845496026 -3429,0.5,0.255951455205554,0.0,0.0666191385885041,0.0,0.0158463498986952 -3430,0.5,0.255951455205554,0.0,0.0467302839292108,0.0,0.0141204522805318 -3431,0.5,0.255951455205554,0.0,0.03833957388831,0.0,0.0124315300536079 -3432,0.5,0.255951455205554,0.0,0.0372504362937162,0.0,0.0115362989144886 -3433,0.5,0.255951455205554,0.0,0.0393775705104221,0.0,0.0153637315382402 -3434,0.5,0.255951455205554,0.0,0.0418067838416341,0.0,0.0172120104490594 -3435,0.5,0.255951455205554,0.0,0.0431869658309457,0.0,0.0187796396187743 -3436,0.5,0.255951455205554,0.0,0.0429270094433948,0.0,0.0199934920515451 -3437,0.5,0.255951455205554,0.000395710722570164,0.0426749969476299,0.00290311317112966,0.0177454322927159 -3438,0.5,0.255951455205554,0.0284806007259301,0.0431517158680135,0.0562692490571527,0.0180495494906659 -3439,0.5,0.255951455205554,0.082261394983729,0.0548092118915792,0.13658910461579,0.0196205040844756 -3440,0.5,0.255951455205554,0.157748385595521,0.077451633905985,0.257708720456922,0.0165441455444593 -3441,0.5,0.255951455205554,0.239626644774654,0.0885327683662042,0.384643112479696,0.0146963517356842 -3442,0.5,0.255951455205554,0.308157852867287,0.0862048169024643,0.520380443842428,0.0133878659983927 -3443,0.5,0.255951455205554,0.349507468652832,0.07502459514475,0.629055261257005,0.0107699703967618 -3444,0.5,0.255951455205554,0.372428898642678,0.0750880420648187,0.690418613281844,0.00642902515030996 -3445,0.5,0.255951455205554,0.378974286588674,0.0806800762245801,0.710056837937708,0.003671657953505 -3446,0.5,0.255951455205554,0.382466195265071,0.0882505508877627,0.690092442782749,0.00332027858112045 -3447,0.5,0.255951455205554,0.373635552642572,0.0828093070137971,0.605708817295317,0.00219872792773051 -3448,0.5,0.255951455205554,0.312004925421482,0.0751949391650443,0.507129005327721,0.00242701459121856 -3449,0.5,0.255951455205554,0.232913065387372,0.0713325595242289,0.339202246002074,0.00174715070290052 -3450,0.5,0.255951455205554,0.151695239654929,0.0559846610651416,0.240411342340401,0.00175833748545792 -3451,0.5,0.255951455205554,0.0621472007385249,0.0310285902192639,0.119708527149726,0.00176445503171065 -3452,0.5,0.255951455205554,0.00453121123622718,0.0220995317063855,0.0282623697718242,0.00261800579907844 -3453,0.5,0.255951455205554,0.0,0.0216010346416316,0.0,0.00477093653186413 -3454,0.5,0.255951455205554,0.0,0.0203475932322283,0.0,0.00656689628615176 -3455,0.5,0.255951455205554,0.0,0.0191560690851692,0.0,0.00598811813548263 -3456,0.5,0.255951455205554,0.0,0.019934667472239,0.0,0.00400367635111943 -3457,0.5,0.255951455205554,0.0,0.0210446621988191,0.0,0.00337588447920262 -3458,0.5,0.255951455205554,0.0,0.0213823316241414,0.0,0.00278762358349096 -3459,0.5,0.255951455205554,0.0,0.0217296064004932,0.0,0.00199002199573184 -3460,0.5,0.255951455205554,0.0,0.0212811594840294,0.0,0.00175565057841711 -3461,0.5,0.255951455205554,0.000802872975350046,0.0189264723826602,0.00298036305876239,0.00178377319375954 -3462,0.5,0.255951455205554,0.0328322720459505,0.0158633648268075,0.0413370484567784,0.00227347739098362 -3463,0.5,0.255951455205554,0.0950024089223695,0.0202499607592891,0.0406779881428541,0.00234789982114214 -3464,0.5,0.255951455205554,0.184995477796112,0.029228707817117,0.0550306167870915,0.00279015317610785 -3465,0.5,0.255951455205554,0.28737568476583,0.0363425462232503,0.153119486448561,0.00205484022822759 -3466,0.5,0.255951455205554,0.386293140043814,0.0402175163623617,0.399774992165861,0.00206486640087499 -3467,0.5,0.255951455205554,0.466146679031868,0.0472622894782134,0.626149889612542,0.00268776066713413 -3468,0.5,0.255951455205554,0.509015803380445,0.0537621554284005,0.684230316615307,0.00387319671578279 -3469,0.5,0.255951455205554,0.534423842344181,0.053748951807739,0.636978195942073,0.00485183769532287 -3470,0.5,0.255951455205554,0.535583794451536,0.0491760948103847,0.625471757445487,0.00580029496583655 -3471,0.5,0.255951455205554,0.488846274453018,0.0495891999271961,0.587780693634728,0.00516914746228576 -3472,0.5,0.255951455205554,0.405812277460528,0.0524571300884232,0.509008563846572,0.00331333256377532 -3473,0.5,0.255951455205554,0.305679690624284,0.0575764625340886,0.383162976106264,0.00277800481065479 -3474,0.5,0.255951455205554,0.198975925591583,0.0541218709676745,0.252389066186198,0.00190978232193494 -3475,0.5,0.255951455205554,0.0842803118642677,0.0405638326614696,0.125567410405804,0.00117472300057944 -3476,0.5,0.255951455205554,0.0073592913951904,0.0466018289596162,0.0296387259008769,0.00125336645418305 -3477,0.5,0.255951455205554,0.0,0.0501125658453242,0.0,0.00141603973164072 -3478,0.5,0.255951455205554,0.0,0.0462386236391783,0.0,0.00126680497974333 -3479,0.5,0.255951455205554,0.0,0.0461891911755303,0.0,0.00109833192808317 -3480,0.5,0.255951455205554,0.0,0.047660763020753,0.0,0.000963037183479311 -3481,0.5,0.255951455205554,0.0,0.05197994506329,0.0,0.000665509418627898 -3482,0.5,0.255951455205554,0.0,0.0525459319276175,0.0,0.000511486219599908 -3483,0.5,0.255951455205554,0.0,0.0526402412782154,0.0,0.000559238003760728 -3484,0.5,0.255951455205554,0.0,0.0540784933262795,0.0,0.000837492529303738 -3485,0.5,0.255951455205554,0.0010587943316708,0.0537132224060955,0.00387221184877972,0.00149162319159276 -3486,0.5,0.255951455205554,0.0399750807119161,0.0544672637705061,0.062141873599723,0.00449341603605236 -3487,0.5,0.255951455205554,0.106189663200596,0.0783477724940924,0.140353127872198,0.00881309887815729 -3488,0.5,0.255951455205554,0.194612205917139,0.130738766981469,0.257146612617291,0.012588369625749 -3489,0.5,0.255951455205554,0.294564705936476,0.189273618272763,0.374374555991916,0.0189852180451714 -3490,0.5,0.255951455205554,0.399587039922002,0.269106537087582,0.494261769106783,0.0272446665282546 -3491,0.5,0.255951455205554,0.479582851028431,0.349462544507289,0.608188147155632,0.0403096809084147 -3492,0.5,0.255951455205554,0.50454560572411,0.418864317223084,0.686319028199747,0.0563838132911418 -3493,0.5,0.255951455205554,0.506254763682972,0.46056516290391,0.710660492046634,0.0753318044929316 -3494,0.5,0.255951455205554,0.502290674496745,0.485914712376741,0.693495648866379,0.095472879196324 -3495,0.5,0.255951455205554,0.452331269941363,0.49603586109595,0.631047076180402,0.121919285762596 -3496,0.5,0.255951455205554,0.35420544260566,0.494303160609511,0.502688113572971,0.165217652107787 -3497,0.5,0.255951455205554,0.250802138820578,0.470307604089993,0.366511702780841,0.231890883454421 -3498,0.5,0.255951455205554,0.149687171735649,0.374967678113658,0.241964494444539,0.331572473606824 -3499,0.5,0.255951455205554,0.0650266738327112,0.292735600990012,0.122826436800808,0.48065111208493 -3500,0.5,0.255951455205554,0.00630872524539113,0.266970147886025,0.0353496737419254,0.609988496973711 -3501,0.5,0.255951455205554,0.0,0.271200367838486,0.0,0.685052508319798 -3502,0.5,0.255951455205554,0.0,0.265791456823872,0.0,0.712733681469821 -3503,0.5,0.255951455205554,0.0,0.244636747225253,0.0,0.732553477007834 -3504,0.5,0.255951455205554,0.0,0.22322687827153,0.0,0.744565475739107 -3505,0.5,0.255951455205554,0.0,0.198871610372797,0.0,0.724709771048403 -3506,0.5,0.255951455205554,0.0,0.18443473877668,0.0,0.683789748280099 -3507,0.5,0.255951455205554,0.0,0.185021028835209,0.0,0.64432740998572 -3508,0.5,0.255951455205554,0.0,0.185902253598554,0.0,0.591389282401517 -3509,0.5,0.255951455205554,0.000506555383878843,0.189114686759672,0.00401692157471341,0.604137132248203 -3510,0.5,0.255951455205554,0.0161970588330661,0.213031319805303,0.0617527476785105,0.612579706795147 -3511,0.5,0.255951455205554,0.0445776503192861,0.272495298025651,0.138999231106912,0.597662705817944 -3512,0.5,0.255951455205554,0.07768558374248,0.336989488327595,0.235435240776404,0.612074371734343 -3513,0.5,0.255951455205554,0.108826117249218,0.384306612037018,0.325647250034995,0.642406948017086 -3514,0.5,0.255951455205554,0.133998301964068,0.423994484860764,0.394445291448053,0.659431576604114 -3515,0.5,0.255951455205554,0.153672706885851,0.457258104965799,0.37076306777559,0.620729101945459 -3516,0.5,0.255951455205554,0.164631675733341,0.494575748404665,0.480551704156206,0.55389383861159 -3517,0.5,0.255951455205554,0.173406431634788,0.530401010053629,0.472057660426842,0.518837299113663 -3518,0.5,0.255951455205554,0.16524269379116,0.54844108905282,0.454991188977348,0.473643692590238 -3519,0.5,0.255951455205554,0.140916164766756,0.540950887946458,0.461595537915949,0.495825905468127 -3520,0.5,0.255951455205554,0.105774682309207,0.521835720126764,0.391858134699937,0.70398840220338 -3521,0.5,0.255951455205554,0.0674872698853693,0.512272866907804,0.289965395637726,0.842279858076534 -3522,0.5,0.255951455205554,0.0375258688001745,0.512059707459182,0.194901281582051,0.764667286944921 -3523,0.5,0.255951455205554,0.0150037089978966,0.521091361865303,0.0966898945234641,0.507562046739472 -3524,0.5,0.255951455205554,0.00221427527019672,0.5301159888617,0.0276266838713203,0.324291838219646 -3525,0.5,0.255951455205554,0.0,0.541879218020227,0.0,0.302309457194867 -3526,0.5,0.255951455205554,0.0,0.551382080266649,0.0,0.365024382672291 -3527,0.5,0.255951455205554,0.0,0.563233254299792,0.0,0.584404143405225 -3528,0.5,0.255951455205554,0.0,0.570450201944547,0.0,0.655052429139833 -3529,0.5,0.255951455205554,0.0,0.566061940487929,0.0,0.726741011978486 -3530,0.5,0.255951455205554,0.0,0.553254733009675,0.0,0.832268031005837 -3531,0.5,0.255951455205554,0.0,0.537798113647003,0.0,0.939431986184459 -3532,0.5,0.255951455205554,0.0,0.520269246425581,0.0,0.981817216222269 -3533,0.5,0.255951455205554,9.45044634488301e-05,0.504970285336501,0.000396221371588829,0.993751058347974 -3534,0.5,0.255951455205554,0.00394903091056974,0.503554896186058,0.00422525602885332,0.993619271993107 -3535,0.5,0.255951455205554,0.0183921691605029,0.510283276483464,0.0206149591947468,0.979443982312631 -3536,0.5,0.255951455205554,0.0420878471260047,0.515164776857885,0.042069228150658,0.96104351743488 -3537,0.5,0.255951455205554,0.0671088993365698,0.506986548304919,0.0602690738854348,0.973324654052576 -3538,0.5,0.255951455205554,0.0937976628193387,0.495914379370415,0.0883156501983792,0.986329265916861 -3539,0.5,0.255951455205554,0.116873369439918,0.485292138234074,0.129299993413043,0.983405178362688 -3540,0.5,0.255951455205554,0.125608177974492,0.473738019858942,0.149572805405303,0.980069229669045 -3541,0.5,0.255951455205554,0.131135356213142,0.463291918410383,0.157377289760027,0.976841550179512 -3542,0.5,0.255951455205554,0.126749263813645,0.450147368554399,0.139997983431233,0.969989277942746 -3543,0.5,0.255951455205554,0.111775176553627,0.430488753326336,0.12982355605519,0.96033972535416 -3544,0.5,0.255951455205554,0.0906061158093586,0.413202493005326,0.118513357117347,0.946972387913693 -3545,0.5,0.255951455205554,0.0668134857566976,0.398141662885043,0.155310241347908,0.923968335168069 -3546,0.5,0.255951455205554,0.0437567149343801,0.387073827824591,0.190722013467872,0.906244051964661 -3547,0.5,0.255951455205554,0.0201019756284025,0.377220972362674,0.0590662283751225,0.88694635969969 -3548,0.5,0.255951455205554,0.00131333818937385,0.36476266715506,0.0375791305152817,0.879635373838593 -3549,0.5,0.255951455205554,0.0,0.355362819841774,0.0,0.884450643767169 -3550,0.5,0.255951455205554,0.0,0.35067202969373,0.0,0.889668767760214 -3551,0.5,0.255951455205554,0.0,0.343567131761918,0.0,0.885245570262043 -3552,0.5,0.255951455205554,0.0,0.333778086375828,0.0,0.868047976691467 -3553,0.5,0.255951455205554,0.0,0.319014128487881,0.0,0.844460624304912 -3554,0.5,0.255951455205554,0.0,0.299630501106507,0.0,0.813209895358882 -3555,0.5,0.255951455205554,0.0,0.283482261764506,0.0,0.777400718506579 -3556,0.5,0.255951455205554,0.0,0.266488629485712,0.0,0.737160876708802 -3557,0.5,0.255951455205554,0.000338491454279946,0.257387575016029,0.00475710787505545,0.730200979528101 -3558,0.5,0.255951455205554,0.0139031667788587,0.274024839499684,0.06651109492884,0.737117204692356 -3559,0.5,0.255951455205554,0.043365970797222,0.306244691809875,0.145116249546067,0.749319236063277 -3560,0.5,0.255951455205554,0.0827440431961677,0.33682712866008,0.231054224282443,0.733192784959855 -3561,0.5,0.255951455205554,0.124295338253427,0.333595090440556,0.311642732423798,0.692985521510884 -3562,0.5,0.255951455205554,0.168198689114745,0.317985887001071,0.445231252565591,0.663126618145407 -3563,0.5,0.255951455205554,0.205259288492409,0.300294003527146,0.295922732820805,0.623146754367175 -3564,0.5,0.255951455205554,0.238082522206656,0.278593905627265,0.29561524555156,0.550700932540422 -3565,0.5,0.255951455205554,0.238203392089233,0.258831967139151,0.298172336320524,0.474774678967142 -3566,0.5,0.255951455205554,0.228530602911696,0.242797626624599,0.483144637174761,0.409084128661224 -3567,0.5,0.255951455205554,0.216935470798589,0.230925776434325,0.588515784172854,0.36902543842974 -3568,0.5,0.255951455205554,0.184937437347567,0.212448208067734,0.514548733332457,0.338830034164795 -3569,0.5,0.255951455205554,0.146514503977693,0.187311743905843,0.383589569475056,0.302525140885165 -3570,0.5,0.255951455205554,0.09897856306848,0.152679847954152,0.258447429075628,0.255752446976884 -3571,0.5,0.255951455205554,0.0481291013198226,0.113481081888389,0.137372848619393,0.220038415600535 -3572,0.5,0.255951455205554,0.00590683299179218,0.0744823103832902,0.036726915753766,0.193111949667218 -3573,0.5,0.255951455205554,0.0,0.0537800867188612,0.0,0.17201783010168 -3574,0.5,0.255951455205554,0.0,0.0460031070911362,0.0,0.161757261478437 -3575,0.5,0.255951455205554,0.0,0.0411998007136229,0.0,0.15781884288161 -3576,0.5,0.255951455205554,0.0,0.0378327301226251,0.0,0.154570375275111 -3577,0.5,0.255951455205554,0.0,0.0350819849128357,0.0,0.141750207658639 -3578,0.5,0.255951455205554,0.0,0.0329362352385846,0.0,0.13679905484278 -3579,0.5,0.255951455205554,0.0,0.0311021540108575,0.0,0.138286458147136 -3580,0.5,0.255951455205554,0.0,0.0302200924941904,0.0,0.123993654181301 -3581,0.5,0.255951455205554,0.0012364794490322,0.0306644847891409,0.0051539767526248,0.115716689319536 -3582,0.5,0.255951455205554,0.0322561071863058,0.0322814329066203,0.0674983701392548,0.106960756942359 -3583,0.5,0.255951455205554,0.0911268729689501,0.0438820901567307,0.149880992685508,0.118380889197361 -3584,0.5,0.255951455205554,0.179337011572644,0.0660112628415233,0.27406525396042,0.130942822187143 -3585,0.5,0.255951455205554,0.280903900005157,0.0837676588110067,0.402694528463337,0.13238106240525 -3586,0.5,0.255951455205554,0.380190433172674,0.0920743678260758,0.539873861771407,0.13082119519496 -3587,0.5,0.255951455205554,0.454446946351925,0.103169196693096,0.649584226014158,0.14076703103389 -3588,0.5,0.255951455205554,0.493890114094702,0.117300800918928,0.711742973628982,0.163170067948382 -3589,0.5,0.255951455205554,0.503303638005813,0.129306306110309,0.730257418526411,0.180650505833371 -3590,0.5,0.255951455205554,0.489742993421581,0.13855473355806,0.708660616402373,0.191665599384461 -3591,0.5,0.255951455205554,0.438898219673189,0.145783941296165,0.637213277300615,0.215552932755256 -3592,0.5,0.255951455205554,0.364225781499231,0.151354746930891,0.5172554073395,0.230140781776653 -3593,0.5,0.255951455205554,0.272539618996373,0.147816986784319,0.370976569835677,0.252513519234531 -3594,0.5,0.255951455205554,0.180369112165034,0.133615017800619,0.236582916908939,0.293165907760516 -3595,0.5,0.255951455205554,0.0873781706035536,0.104072699351187,0.115707830358904,0.330412867760461 -3596,0.5,0.255951455205554,0.0108100027404438,0.0774788516421578,0.0404259147282323,0.365930381984363 -3597,0.5,0.255951455205554,0.0,0.0635323854970482,0.0,0.386836419819115 -3598,0.5,0.255951455205554,0.0,0.0558073659031013,0.0,0.379929242565757 -3599,0.5,0.255951455205554,0.0,0.0548268349815348,0.0,0.357108415112872 -3600,0.5,0.255951455205554,0.0,0.054917943413675,0.0,0.346891414293095 -3601,0.5,0.255951455205554,0.0,0.0567507693703605,0.0,0.329750369242337 -3602,0.5,0.255951455205554,0.0,0.0584643617111581,0.0,0.302766511677654 -3603,0.5,0.255951455205554,0.0,0.0595218567672633,0.0,0.276967047183562 -3604,0.5,0.255951455205554,0.0,0.0606100236846691,0.0,0.281091387210484 -3605,0.5,0.255951455205554,0.00179315902316239,0.0620863824107412,0.00545413171884796,0.313670021516428 -3606,0.5,0.255951455205554,0.0522278335479619,0.0735061447533695,0.0679431844567202,0.367828536676523 -3607,0.5,0.255951455205554,0.133161975787982,0.111913602584179,0.131213828956588,0.42271296389638 -3608,0.5,0.255951455205554,0.247359726099545,0.162302835744259,0.0763193902627708,0.448071715763341 -3609,0.5,0.255951455205554,0.370146955292542,0.184426615354262,0.0844340728275622,0.44178151796666 -3610,0.5,0.255951455205554,0.482467554910983,0.199477689299982,0.120780962885606,0.428781748272686 -3611,0.5,0.255951455205554,0.550148244826274,0.215415580281014,0.174436745796929,0.429957377380254 -3612,0.5,0.255951455205554,0.589568894687634,0.23988556227744,0.278734103809525,0.456645020503366 -3613,0.5,0.255951455205554,0.599180531646878,0.264151042743029,0.462635137289401,0.511738048785186 -3614,0.5,0.255951455205554,0.567046583781321,0.28377905477597,0.622836609818211,0.562069434598791 -3615,0.5,0.255951455205554,0.510367555750469,0.303050402481895,0.559386376558514,0.542748565008455 -3616,0.5,0.255951455205554,0.413380509283484,0.313106326714216,0.494413068157449,0.504409739131728 -3617,0.5,0.255951455205554,0.302523356275851,0.302495948463151,0.378637059261651,0.458299280850571 -3618,0.5,0.255951455205554,0.190016488274216,0.265158378326232,0.26523910052448,0.480663312579473 -3619,0.5,0.255951455205554,0.0825713387783461,0.215263860713612,0.134342288197322,0.47290367590667 -3620,0.5,0.255951455205554,0.00817551797572143,0.153144712164734,0.0375924364239923,0.456972929833441 -3621,0.5,0.255951455205554,0.0,0.112536856068,0.0,0.441494166559972 -3622,0.5,0.255951455205554,0.0,0.0851286178901978,0.0,0.437110990478098 -3623,0.5,0.255951455205554,0.0,0.0677509348170784,0.0,0.445572260216198 -3624,0.5,0.255951455205554,0.0,0.0571545347592065,0.0,0.442380258614438 -3625,0.5,0.255951455205554,0.0,0.0505215554123983,0.0,0.409780525569432 -3626,0.5,0.255951455205554,0.0,0.0448259195396547,0.0,0.358301624513766 -3627,0.5,0.255951455205554,0.0,0.0395769766741937,0.0,0.306078851414958 -3628,0.5,0.255951455205554,0.0,0.0344384846360906,0.0,0.270855514620611 -3629,0.5,0.255951455205554,0.00116239415440247,0.0309271915376753,0.000643080235163669,0.251160727065368 -3630,0.5,0.255951455205554,0.039199413141343,0.0347303370320164,0.0104511304020543,0.237964128902079 -3631,0.5,0.255951455205554,0.101987624778956,0.0542732105377416,0.0233184150679803,0.226025338721063 -3632,0.5,0.255951455205554,0.178340438053623,0.0628622289005947,0.0375720228150122,0.205607506354202 -3633,0.5,0.255951455205554,0.253682789692396,0.058889001860808,0.0562007237845141,0.164002378573153 -3634,0.5,0.255951455205554,0.328001772493263,0.056983387351654,0.0724394278445292,0.113597416938641 -3635,0.5,0.255951455205554,0.381361611377583,0.0563499136488886,0.0929075781571959,0.078446903632279 -3636,0.5,0.255951455205554,0.418451946759524,0.0544774136305177,0.108753229412181,0.0595015268153394 -3637,0.5,0.255951455205554,0.446998309529281,0.0490115033013004,0.10893301223304,0.0488991557849136 -3638,0.5,0.255951455205554,0.428071726579317,0.0426322006776373,0.0957592993527796,0.0503146056441167 -3639,0.5,0.255951455205554,0.379895989341843,0.0361396641482852,0.10102956663093,0.0498771950709176 -3640,0.5,0.255951455205554,0.315356562432087,0.0312520132319384,0.24577732860629,0.0439628785945891 -3641,0.5,0.255951455205554,0.237781446063334,0.0264112106045161,0.384218361908802,0.0396352924578117 -3642,0.5,0.255951455205554,0.152899397352606,0.0214901932936973,0.262456311467339,0.0336427025692705 -3643,0.5,0.255951455205554,0.0695441928863695,0.0146402009103019,0.135358108045562,0.0261670175926827 -3644,0.5,0.255951455205554,0.00772978974540123,0.0102962517018701,0.0382391832105482,0.01990147877347 -3645,0.5,0.255951455205554,8.38021191641289e-10,0.0102402432039998,0.0,0.0152854351100451 -3646,0.5,0.255951455205554,0.0,0.00997577361504468,0.0,0.00939810551923427 -3647,0.5,0.255951455205554,0.0,0.00995120695641778,0.0,0.00603120745462916 -3648,0.5,0.255951455205554,0.0,0.00977089030773969,0.0,0.00525704022227302 -3649,0.5,0.255951455205554,0.0,0.00927023320015168,0.0,0.00565756053858528 -3650,0.5,0.255951455205554,0.0,0.00893546196039786,0.0,0.00636854782568015 -3651,0.5,0.255951455205554,0.0,0.00857352824754761,0.0,0.00563582164402974 -3652,0.5,0.255951455205554,0.0,0.00856176399845856,0.0,0.0055079096936624 -3653,0.5,0.255951455205554,0.00156620955526522,0.00885515518695954,0.00514399713872838,0.0100175208951981 -3654,0.5,0.255951455205554,0.0384783093842998,0.00927103315583614,0.0644120789638858,0.0209697132448621 -3655,0.5,0.255951455205554,0.101724404035839,0.0143006679377487,0.144860869652263,0.0330457434732864 -3656,0.5,0.255951455205554,0.18558012129486,0.0259906565646812,0.266602258888583,0.0408209759928233 -3657,0.5,0.255951455205554,0.278156888628856,0.0392295385525406,0.37170500175512,0.0367019019105496 -3658,0.5,0.255951455205554,0.369476445762879,0.0532485483623092,0.526476377671041,0.0219689344982262 -3659,0.5,0.255951455205554,0.458740746354451,0.0707305236247906,0.566834249921172,0.0122548261662463 -3660,0.5,0.255951455205554,0.531045749737503,0.0811979487762806,0.541963217020627,0.00827466955919457 -3661,0.5,0.255951455205554,0.551046311760226,0.0871087642658248,0.54045512704078,0.0111539365783748 -3662,0.5,0.255951455205554,0.522799009001045,0.0893611908650009,0.558689128899344,0.0194833740519901 -3663,0.5,0.255951455205554,0.46431325853244,0.0854967990885131,0.536436919914337,0.0278985394085991 -3664,0.5,0.255951455205554,0.374316916260264,0.0809355643682724,0.415138092170792,0.0287915711872146 -3665,0.5,0.255951455205554,0.268908938999811,0.0712989005490834,0.327942348190588,0.0299753782490417 -3666,0.5,0.255951455205554,0.173712584076045,0.0545023829418333,0.25526472038535,0.0373757292073815 -3667,0.5,0.255951455205554,0.083770846590128,0.0381942999768674,0.129225217535852,0.0450436807732121 -3668,0.5,0.255951455205554,0.0118695688013519,0.0279184321196169,0.0395491809619537,0.0493237592104219 -3669,0.5,0.255951455205554,0.0,0.0221908986048122,0.0,0.0578429317126133 -3670,0.5,0.255951455205554,0.0,0.0169311783284685,0.0,0.0691770595954287 -3671,0.5,0.255951455205554,0.0,0.0135647930494491,0.0,0.0754479589099317 -3672,0.5,0.255951455205554,0.0,0.0121178369136803,0.0,0.0779015261397094 -3673,0.5,0.255951455205554,0.0,0.0108758673504163,0.0,0.0791572440196329 -3674,0.5,0.255951455205554,0.0,0.00989234190836485,0.0,0.0746739820726803 -3675,0.5,0.255951455205554,0.0,0.00960306597096898,0.0,0.065466418250822 -3676,0.5,0.255951455205554,0.0,0.0103097546509527,0.0,0.053930200065924 -3677,0.5,0.255951455205554,0.00144037537532471,0.0133209150344151,0.00506542393794491,0.0436985357207143 -3678,0.5,0.255951455205554,0.0469831338603154,0.0172225841453384,0.062281060799824,0.0354476603325994 -3679,0.5,0.255951455205554,0.121861338133107,0.0226423823970092,0.135393462656346,0.0249619750822306 -3680,0.5,0.255951455205554,0.22974153493495,0.0364347168041297,0.23149921655022,0.0183026538248448 -3681,0.5,0.255951455205554,0.347355463298151,0.0550422648275136,0.341461287739516,0.0143887929688522 -3682,0.5,0.255951455205554,0.457908969789715,0.0793125383863787,0.429780208455844,0.0134441345757133 -3683,0.5,0.255951455205554,0.532630036596402,0.0915868551219978,0.474144376558845,0.0143567511854447 -3684,0.5,0.255951455205554,0.561481917668789,0.0945987517410474,0.383765437329802,0.0147148729967617 -3685,0.5,0.255951455205554,0.55638760479394,0.0893807513535349,0.368595567564795,0.0140346027863451 -3686,0.5,0.255951455205554,0.536220527813906,0.0874865210989698,0.278084695293219,0.0100004866932674 -3687,0.5,0.255951455205554,0.474044962188483,0.0792307886504641,0.235286477894616,0.00483706004694381 -3688,0.5,0.255951455205554,0.369657991283683,0.0669409865821393,0.177527585532799,0.0040993037913995 -3689,0.5,0.255951455205554,0.271219638194273,0.0562665432037723,0.287409112324606,0.00344732806276139 -3690,0.5,0.255951455205554,0.174269453897415,0.0438587862720881,0.166761209634061,0.00279625231319705 -3691,0.5,0.255951455205554,0.0765668263655922,0.0317168307319976,0.122012513651935,0.00229339731817866 -3692,0.5,0.255951455205554,0.00992432070240956,0.0218562788555519,0.0435518408630196,0.00194529530790688 -3693,0.5,0.255951455205554,0.0,0.0173817811595543,0.0,0.00174263160812576 -3694,0.5,0.255951455205554,0.0,0.014054910761609,0.0,0.00188326288975927 -3695,0.5,0.255951455205554,0.0,0.0126383374736173,0.0,0.00201474078779887 -3696,0.5,0.255951455205554,0.0,0.0123349780054652,0.0,0.00216218746566956 -3697,0.5,0.255951455205554,0.0,0.0127319083401166,0.0,0.00317961712147412 -3698,0.5,0.255951455205554,0.0,0.012866812181422,0.0,0.0051831294701508 -3699,0.5,0.255951455205554,0.0,0.0122680935433598,0.0,0.00577392735883281 -3700,0.5,0.255951455205554,0.0,0.0112695048412625,0.0,0.00520224447416036 -3701,0.5,0.255951455205554,0.00184907148274707,0.0105243503095574,0.00405925225730736,0.00529109894117205 -3702,0.5,0.255951455205554,0.0480581657755057,0.0100506571374992,0.0491187888840724,0.00599141688595177 -3703,0.5,0.255951455205554,0.12145741553603,0.0124896413362183,0.118375608080156,0.00792069616425561 -3704,0.5,0.255951455205554,0.22317746837373,0.0181621419818942,0.174539271837501,0.00853032601035725 -3705,0.5,0.255951455205554,0.338459307700383,0.0261045273541033,0.213272184037511,0.010895065433784 -3706,0.5,0.255951455205554,0.45325582413151,0.0362322980011053,0.278620173427298,0.0124782277912678 -3707,0.5,0.255951455205554,0.529243830175449,0.0491805035838397,0.447278999555483,0.0124407157535536 -3708,0.5,0.255951455205554,0.54058755686928,0.0635380272009149,0.593866825044347,0.0136189943257599 -3709,0.5,0.255951455205554,0.526166211482289,0.0758332995241026,0.54810877298543,0.0163356417855714 -3710,0.5,0.255951455205554,0.485056994996583,0.0913146325414054,0.552705418341781,0.0293580706136439 -3711,0.5,0.255951455205554,0.417710412508613,0.104217710820482,0.608390488457716,0.0730973303745553 -3712,0.5,0.255951455205554,0.327650771014397,0.112917035671468,0.498213060915415,0.126033083924012 -3713,0.5,0.255951455205554,0.219806384250622,0.0978624589629433,0.368196122514696,0.145337928450176 -3714,0.5,0.255951455205554,0.130415703076051,0.0747356518035604,0.218892282970359,0.147908320413139 -3715,0.5,0.255951455205554,0.0551473645319326,0.0623057690894418,0.110020161070511,0.168717981687725 -3716,0.5,0.255951455205554,0.00743962668220979,0.0627766716841292,0.0406202419626051,0.148219133166571 -3717,0.5,0.255951455205554,1.01238893062551e-07,0.0664518929158707,0.0,0.0970339627848218 -3718,0.5,0.255951455205554,0.0,0.0674827348282327,0.0,0.0631989956546635 -3719,0.5,0.255951455205554,0.0,0.0691643117657628,0.0,0.0521001270861065 -3720,0.5,0.255951455205554,0.0,0.0754216531582651,0.0,0.051156013676571 -3721,0.5,0.255951455205554,0.0,0.089444139739852,0.0,0.0694100639250148 -3722,0.5,0.255951455205554,0.0,0.108499261897596,0.0,0.120238108866387 -3723,0.5,0.255951455205554,0.0,0.1260677144931,0.0,0.205416138516581 -3724,0.5,0.255951455205554,0.0,0.140645278099788,0.0,0.187945081436412 -3725,0.5,0.255951455205554,0.00171049076167407,0.168623870000987,0.00254793716642656,0.0686008199901928 -3726,0.5,0.255951455205554,0.0212583906505968,0.231509522583566,0.0107920013758397,0.0254946874244639 -3727,0.5,0.255951455205554,0.0603848415666578,0.311795101153044,0.0489533322816999,0.0377584655147234 -3728,0.5,0.255951455205554,0.11910053452352,0.416298735316195,0.0963625834269406,0.0474596097505655 -3729,0.5,0.255951455205554,0.187631794071019,0.531086286133158,0.164983143576963,0.0413997388218649 -3730,0.5,0.255951455205554,0.255759422777457,0.57646021069386,0.295730768752756,0.0380773784689952 -3731,0.5,0.255951455205554,0.323487717702622,0.638261044209642,0.319426288742547,0.0422252304842582 -3732,0.5,0.255951455205554,0.377875571227154,0.667952170238843,0.0349700672687349,0.0545847512289862 -3733,0.5,0.255951455205554,0.421325099019197,0.708605604291619,0.0253048003851767,0.0722420761854427 -3734,0.5,0.255951455205554,0.429759015373842,0.703730038096961,0.198553734593156,0.111935893542121 -3735,0.5,0.255951455205554,0.402312779806889,0.693699205136303,0.0463863777677307,0.237704247400819 -3736,0.5,0.255951455205554,0.331583378486685,0.692325121549004,0.0188526969892556,0.488129589048886 -3737,0.5,0.255951455205554,0.243813824985953,0.630754112758815,0.00488060694520345,0.660727375393574 -3738,0.5,0.255951455205554,0.161898263345161,0.556505534252049,0.00244519365299781,0.697787224021566 -3739,0.5,0.255951455205554,0.0722949839148038,0.488342189676051,0.00142590405367881,0.74996334105104 -3740,0.5,0.255951455205554,0.00639941981245898,0.427806045795968,0.000656203481864036,0.851336617620779 -3741,0.5,0.255951455205554,6.8048747104549e-07,0.383482642114452,0.0,0.905004516011688 -3742,0.5,0.255951455205554,0.0,0.348143449746888,0.0,0.913145304727585 -3743,0.5,0.255951455205554,0.0,0.331010449722783,0.0,0.922248710152761 -3744,0.5,0.255951455205554,0.0,0.316077109159351,0.0,0.902830473320701 -3745,0.5,0.255951455205554,0.0,0.297980274566425,0.0,0.867112904104656 -3746,0.5,0.255951455205554,0.0,0.286787487724473,0.0,0.862490003640799 -3747,0.5,0.255951455205554,0.0,0.276873047764999,0.0,0.893949330472801 -3748,0.5,0.255951455205554,0.0,0.261697661621448,0.0,0.917802032972209 -3749,0.5,0.255951455205554,0.00144360842545315,0.250584811393137,0.00067014259605486,0.930776165555203 -3750,0.5,0.255951455205554,0.0408993360298753,0.245181347788054,0.0191247769565723,0.889259472891437 -3751,0.5,0.255951455205554,0.1075697798496,0.243818438023196,0.0829192592000222,0.895678585165815 -3752,0.5,0.255951455205554,0.205067690176917,0.240683790989192,0.115142511821956,0.895072910547135 -3753,0.5,0.255951455205554,0.31826846556879,0.237221106825539,0.0984543576333817,0.886246066611975 -3754,0.5,0.255951455205554,0.438220942266401,0.234838263873128,0.0957972448802544,0.870453403313054 -3755,0.5,0.255951455205554,0.542379691619157,0.226406920168466,0.135250401127341,0.849743984254704 -3756,0.5,0.255951455205554,0.595245601501246,0.209654467061276,0.245344441264476,0.805508603142701 -3757,0.5,0.255951455205554,0.607281588831822,0.178646641873211,0.343703862413594,0.745033332678678 -3758,0.5,0.255951455205554,0.593598418052454,0.153543219989807,0.317119050935653,0.670173361303416 -3759,0.5,0.255951455205554,0.547525053336073,0.129720556777071,0.239707202802001,0.591664729260254 -3760,0.5,0.255951455205554,0.459770780210297,0.103881332976467,0.254021943823504,0.505689065282087 -3761,0.5,0.255951455205554,0.342597103545796,0.0808522441113767,0.178364104221691,0.419992324066173 -3762,0.5,0.255951455205554,0.225075265342448,0.0582035274694719,0.132231930789617,0.337136825491687 -3763,0.5,0.255951455205554,0.103091578864092,0.0382930106721366,0.0470270267362153,0.234534789825779 -3764,0.5,0.255951455205554,0.0149939265563438,0.0332730774275353,0.00863647921563642,0.128657767370004 -3765,0.5,0.255951455205554,1.09609103026213e-06,0.0339622576533448,9.69697087698706e-05,0.0694814823102281 -3766,0.5,0.255951455205554,0.0,0.0302026097802136,0.0,0.0392611611155498 -3767,0.5,0.255951455205554,0.0,0.0262954129269869,0.0,0.024438848883809 -3768,0.5,0.255951455205554,0.0,0.0239464617541518,0.0,0.0206326714363614 -3769,0.5,0.255951455205554,0.0,0.0231777663822292,0.0,0.0161676502468264 -3770,0.5,0.255951455205554,0.0,0.0224931127309747,0.0,0.0135844649073865 -3771,0.5,0.255951455205554,0.0,0.0217313172866688,0.0,0.0139596236118336 -3772,0.5,0.255951455205554,0.0,0.0216705222661923,0.0,0.014087099873975 -3773,0.5,0.255951455205554,0.00273831573890663,0.0207319152687983,0.00208828133328869,0.0135205124896933 -3774,0.5,0.255951455205554,0.0546036304654083,0.0193972850486011,0.0357925770444987,0.0137628312216192 -3775,0.5,0.255951455205554,0.136098793655145,0.0246546573945419,0.106365138295019,0.0167493757405269 -3776,0.5,0.255951455205554,0.254557764100099,0.0430733037498005,0.201393243873242,0.0215113116501333 -3777,0.5,0.255951455205554,0.384421685230707,0.0582164851499442,0.310657895929424,0.027941996706569 -3778,0.5,0.255951455205554,0.515827280674741,0.0755848022978396,0.373720425196834,0.0364534961211168 -3779,0.5,0.255951455205554,0.616255741978053,0.0918491668388237,0.483235679909632,0.0430423196506928 -3780,0.5,0.255951455205554,0.673452105375438,0.101008145897374,0.563489334551389,0.0508705844841744 -3781,0.5,0.255951455205554,0.690755385097909,0.104563589853128,0.663218038447233,0.0749095986886351 -3782,0.5,0.255951455205554,0.667137909072162,0.10599904928257,0.591661482300998,0.119761865060027 -3783,0.5,0.255951455205554,0.601696267989114,0.101305738836307,0.573334949300051,0.188874320702151 -3784,0.5,0.255951455205554,0.492885438310963,0.098639189819784,0.492223195901036,0.226138503851222 -3785,0.5,0.255951455205554,0.3618754816289,0.084674617035995,0.372172367880695,0.232166504962419 -3786,0.5,0.255951455205554,0.236383790161719,0.0485720916866529,0.253775194272417,0.303531969150894 -3787,0.5,0.255951455205554,0.10830425966167,0.0345321726817444,0.133137715066208,0.360450193544099 -3788,0.5,0.255951455205554,0.0170729076106404,0.0472045326635427,0.042222339869294,0.355728996446122 -3789,0.5,0.255951455205554,0.0,0.0605685788262857,0.0,0.352260798578468 -3790,0.5,0.255951455205554,0.0,0.0666811653667538,0.0,0.31551278669671 -3791,0.5,0.255951455205554,0.0,0.0702693934607023,0.0,0.271365058988871 -3792,0.5,0.255951455205554,0.0,0.0695879755752538,0.0,0.194802381730609 -3793,0.5,0.255951455205554,0.0,0.0647625199962344,0.0,0.117119616132344 -3794,0.5,0.255951455205554,0.0,0.058511439878157,0.0,0.0894176747052047 -3795,0.5,0.255951455205554,0.0,0.0555435357159437,0.0,0.0831822542253527 -3796,0.5,0.255951455205554,0.0,0.0556089892930779,0.0,0.201048475519662 -3797,0.5,0.255951455205554,0.00288149940927443,0.0558461392183956,0.00704003302350273,0.411908631264604 -3798,0.5,0.255951455205554,0.0523224903248448,0.0577928553656021,0.0656555500409083,0.466835291933397 -3799,0.5,0.255951455205554,0.131436937756899,0.0796047244621929,0.141153404292029,0.420958702779116 -3800,0.5,0.255951455205554,0.243865832562209,0.110362971648681,0.255426623008281,0.318111396186525 -3801,0.5,0.255951455205554,0.364897069349475,0.137946649592799,0.343464968119653,0.252923428771521 -3802,0.5,0.255951455205554,0.488606221765177,0.157876950506241,0.251058135030467,0.210320999342224 -3803,0.5,0.255951455205554,0.582480300945707,0.172892709534315,0.411588269623005,0.145610264530112 -3804,0.5,0.255951455205554,0.630299621571012,0.180559637387103,0.669042296028848,0.0828439618994264 -3805,0.5,0.255951455205554,0.634115216833698,0.185859556293176,0.643671675868402,0.0514706526351654 -3806,0.5,0.255951455205554,0.596313036880789,0.185661626417653,0.636711113968119,0.0425491424555701 -3807,0.5,0.255951455205554,0.546674172586003,0.179699144292031,0.62265194378902,0.0387469802857182 -3808,0.5,0.255951455205554,0.447877124696585,0.167480539759615,0.518621365222613,0.0324829602661874 -3809,0.5,0.255951455205554,0.333001181532935,0.150556262038017,0.388380845364711,0.0216419410109771 -3810,0.5,0.255951455205554,0.217828300381107,0.123134443540388,0.263397454114727,0.0139444145536623 -3811,0.5,0.255951455205554,0.0999503001717173,0.0824665215793023,0.137176893861561,0.0120487627272302 -3812,0.5,0.255951455205554,0.0163984927270808,0.0671839926218507,0.0418068795027655,0.0135952593132597 -3813,0.5,0.255951455205554,0.0,0.0645472313852239,0.0,0.0139717880910796 -3814,0.5,0.255951455205554,0.0,0.0574465230948625,0.0,0.0127232795360535 -3815,0.5,0.255951455205554,0.0,0.0517700214400087,0.0,0.0100008797207875 -3816,0.5,0.255951455205554,0.0,0.0469599028732668,0.0,0.00815309864974998 -3817,0.5,0.255951455205554,0.0,0.0415621305439919,0.0,0.0063630884260673 -3818,0.5,0.255951455205554,0.0,0.0359980571444794,0.0,0.00500011404042713 -3819,0.5,0.255951455205554,0.0,0.032514537087737,0.0,0.0044613262600846 -3820,0.5,0.255951455205554,0.0,0.0306603478222877,0.0,0.00352453958331033 -3821,0.5,0.255951455205554,0.00269726105951188,0.0284077172642396,0.00736691930223742,0.00272177029989076 -3822,0.5,0.255951455205554,0.0499826117820654,0.0296988520297079,0.0676603486331905,0.00263320605080073 -3823,0.5,0.255951455205554,0.126636699343821,0.0483355253034604,0.145456863374554,0.00343678980785137 -3824,0.5,0.255951455205554,0.237945491609984,0.0793973237633486,0.264125887791245,0.00292180361304674 -3825,0.5,0.255951455205554,0.364653095515711,0.119274303635184,0.386953013221662,0.00248901254298225 -3826,0.5,0.255951455205554,0.495749611464824,0.150846250344956,0.517256489162761,0.00443138221902384 -3827,0.5,0.255951455205554,0.597413766974398,0.18652270621617,0.622699443355779,0.0101312634741291 -3828,0.5,0.255951455205554,0.655945474333286,0.230939445710782,0.687004508045381,0.0210521187824524 -3829,0.5,0.255951455205554,0.672667305878217,0.278187408487682,0.706499588108685,0.0455318668778647 -3830,0.5,0.255951455205554,0.655556223607429,0.319823428392578,0.689649659182842,0.0606946190590052 -3831,0.5,0.255951455205554,0.590619846302467,0.34965466965862,0.626137399881825,0.0949201182961424 -3832,0.5,0.255951455205554,0.483477273891627,0.363578410837556,0.514646617791034,0.131015286339211 -3833,0.5,0.255951455205554,0.355637070477097,0.348713254216677,0.380886475113156,0.206708504226942 -3834,0.5,0.255951455205554,0.233941472154671,0.254736014766916,0.25403441358427,0.283541956563072 -3835,0.5,0.255951455205554,0.108956890339809,0.190234805594791,0.134631625315724,0.347863451909836 -3836,0.5,0.255951455205554,0.0187135232866487,0.189788563122685,0.0434991780706751,0.466180179013662 -3837,0.5,0.255951455205554,0.0,0.203130664796973,0.0,0.600855102129462 -3838,0.5,0.255951455205554,0.0,0.195612107611728,0.0,0.700514345042174 -3839,0.5,0.255951455205554,0.0,0.180984677915132,0.0,0.732431737255925 -3840,0.5,0.255951455205554,0.0,0.168083210194371,0.0,0.7488525333635 -3841,0.5,0.255951455205554,0.0,0.158701551939221,0.0,0.794705541546941 -3842,0.5,0.255951455205554,0.0,0.155454619343623,0.0,0.825450114239198 -3843,0.5,0.255951455205554,0.0,0.162742978504553,0.0,0.845866395523039 -3844,0.5,0.255951455205554,0.0,0.166818915288087,0.0,0.865371702224166 -3845,0.5,0.255951455205554,0.00306172961701825,0.163530941562804,0.0073941598637329,0.882897099816143 -3846,0.5,0.255951455205554,0.0532383104925909,0.165779395423954,0.0664283670490766,0.891944738680973 -3847,0.5,0.255951455205554,0.131680599690754,0.207722349356018,0.14135946545794,0.896684223360655 -3848,0.5,0.255951455205554,0.241568843453079,0.279602368431884,0.256678608603544,0.898863378251747 -3849,0.5,0.255951455205554,0.363489468593996,0.323996825105535,0.377040528192826,0.872714861298014 -3850,0.5,0.255951455205554,0.487658487869904,0.363233286345859,0.505516837756221,0.772834973134907 -3851,0.5,0.255951455205554,0.583941064265876,0.389267110761422,0.604506582527117,0.522001861429122 -3852,0.5,0.255951455205554,0.638387545166818,0.404298653623318,0.626549341565773,0.206330330918391 -3853,0.5,0.255951455205554,0.656687813153922,0.411125365209553,0.659502072601613,0.0941113326386919 -3854,0.5,0.255951455205554,0.632424804128576,0.421144056546248,0.649749587149281,0.0446472345479293 -3855,0.5,0.255951455205554,0.554058911975501,0.42985455050334,0.604175060018561,0.0440365526654074 -3856,0.5,0.255951455205554,0.442529250071314,0.414610801247244,0.500536330586158,0.0565892905833235 -3857,0.5,0.255951455205554,0.316833369887742,0.344977365731257,0.375287648124858,0.114372339592123 -3858,0.5,0.255951455205554,0.203200274884867,0.246600082373097,0.255318685071913,0.185448293001351 -3859,0.5,0.255951455205554,0.0899193637866144,0.237253280296546,0.127915719838505,0.200814210090703 -3860,0.5,0.255951455205554,0.0172719144368041,0.251475835601739,0.0453106112335027,0.137592046840053 -3861,0.5,0.255951455205554,2.62098518657762e-08,0.258039839476184,0.0,0.0865707515364359 -3862,0.5,0.255951455205554,0.0,0.23283692315677,0.0,0.0938032999426664 -3863,0.5,0.255951455205554,0.0,0.216882469435673,0.0,0.0892711535153194 -3864,0.5,0.255951455205554,0.0,0.20087931832324,0.0,0.0681495716480281 -3865,0.5,0.255951455205554,0.0,0.177811353847128,0.0,0.0467610269108675 -3866,0.5,0.255951455205554,0.0,0.147136193191091,0.0,0.0332525918466361 -3867,0.5,0.255951455205554,0.0,0.132305759994134,0.0,0.0372903069040294 -3868,0.5,0.255951455205554,0.0,0.125373607599094,0.0,0.0405129781988116 -3869,0.5,0.255951455205554,0.00288087839261283,0.116830052035971,0.0053647027970358,0.0347780492065093 -3870,0.5,0.255951455205554,0.042184318394222,0.12830185205036,0.0581545648060191,0.0427205964255997 -3871,0.5,0.255951455205554,0.10391519467286,0.166852020634459,0.122726144908032,0.0507527508123247 -3872,0.5,0.255951455205554,0.189937779982098,0.197361420746222,0.21306134501639,0.0380275755103821 -3873,0.5,0.255951455205554,0.287322202548342,0.225403636927636,0.329549517732373,0.0304247666589647 -3874,0.5,0.255951455205554,0.388347674758002,0.257382638130185,0.502421793956229,0.0413646447737411 -3875,0.5,0.255951455205554,0.467991817436856,0.304748245101291,0.609621004717783,0.0589164461752255 -3876,0.5,0.255951455205554,0.507924640147584,0.346924999947724,0.670447983719928,0.0780544197383334 -3877,0.5,0.255951455205554,0.509045249132886,0.369037233875988,0.666845684155602,0.0945581245386072 -3878,0.5,0.255951455205554,0.484742619704132,0.371986620421475,0.618617108433637,0.0959782310842516 -3879,0.5,0.255951455205554,0.431234152539617,0.360161811112664,0.546349417560653,0.0938794884929333 -3880,0.5,0.255951455205554,0.345960978413918,0.336390136283777,0.456696388656949,0.0919452185345887 -3881,0.5,0.255951455205554,0.25377747470763,0.308189532038146,0.351239604008854,0.1017177884429 -3882,0.5,0.255951455205554,0.164849986193847,0.263057525768681,0.253023353088762,0.130801337143498 -3883,0.5,0.255951455205554,0.0839923782519635,0.200234970867567,0.139868879319208,0.125634002795065 -3884,0.5,0.255951455205554,0.0177625852426286,0.152082867635785,0.043338283121997,0.126872627717035 -3885,0.5,0.255951455205554,0.0,0.132556614897465,0.0,0.0981797194108735 -3886,0.5,0.255951455205554,0.0,0.119696871533341,0.0,0.0675514112297594 -3887,0.5,0.255951455205554,0.0,0.105731898062769,0.0,0.0709293396577339 -3888,0.5,0.255951455205554,0.0,0.0899482984681474,0.0,0.062674057590612 -3889,0.5,0.255951455205554,0.0,0.080751121432157,0.0,0.0609818782449294 -3890,0.5,0.255951455205554,0.0,0.0728255834372598,0.0,0.0687543710429851 -3891,0.5,0.255951455205554,0.0,0.0681380054388881,0.0,0.0732836635039287 -3892,0.5,0.255951455205554,0.0,0.0662504417287295,0.0,0.0828002466392778 -3893,0.5,0.255951455205554,0.00293301584625,0.063851747728267,0.00480289589804249,0.118159065513094 -3894,0.5,0.255951455205554,0.0430601352656214,0.0769269933707898,0.0255474979398558,0.184063448236576 -3895,0.5,0.255951455205554,0.10383224350189,0.128560439186988,0.0377520250331462,0.249104722103093 -3896,0.5,0.255951455205554,0.189707412992067,0.177577039570586,0.0702764072585623,0.237081113368828 -3897,0.5,0.255951455205554,0.279545108861389,0.219238521214481,0.147661362534308,0.17906630274757 -3898,0.5,0.255951455205554,0.368657149894321,0.254448572177537,0.270641771608128,0.139168386172549 -3899,0.5,0.255951455205554,0.429864544230179,0.281741760413058,0.450153634244394,0.19185880911534 -3900,0.5,0.255951455205554,0.457605933960576,0.302013251860865,0.47425176351737,0.24370396545519 -3901,0.5,0.255951455205554,0.471354073771827,0.319657460235625,0.472991666671504,0.213991750844785 -3902,0.5,0.255951455205554,0.460212052203431,0.332242594496039,0.41702962463174,0.193370142373787 -3903,0.5,0.255951455205554,0.424845404056046,0.348552569151114,0.175703091506214,0.23283536784472 -3904,0.5,0.255951455205554,0.359064137458599,0.361771530565714,0.171981649776021,0.19837817152273 -3905,0.5,0.255951455205554,0.262961630019854,0.358991134637406,0.157655939674708,0.157921787926874 -3906,0.5,0.255951455205554,0.165801954232666,0.340388461564025,0.194105127056533,0.216223430320187 -3907,0.5,0.255951455205554,0.0797742000456857,0.29854410783572,0.0891908184604701,0.281005234653037 -3908,0.5,0.255951455205554,0.0147543320804937,0.229905670382293,0.0458627056451518,0.336021372813076 -3909,0.5,0.255951455205554,3.68746715393529e-06,0.181322457232194,0.0,0.388202400963887 -3910,0.5,0.255951455205554,0.0,0.16649258090426,0.0,0.477354152021585 -3911,0.5,0.255951455205554,0.0,0.162805081335318,0.0,0.506936267243321 -3912,0.5,0.255951455205554,0.0,0.159626279135682,0.0,0.493317628601868 -3913,0.5,0.255951455205554,0.0,0.160825886762247,0.0,0.490859954854268 -3914,0.5,0.255951455205554,0.0,0.16135169994641,0.0,0.513656317697371 -3915,0.5,0.255951455205554,0.0,0.166393550283048,0.0,0.575760257976173 -3916,0.5,0.255951455205554,0.0,0.170320889659485,0.0,0.616081939864781 -3917,0.5,0.255951455205554,0.00105824580577322,0.173925730211755,0.00570757755949488,0.684651350213903 -3918,0.5,0.255951455205554,0.0339142284706846,0.198465662057087,0.043507410704629,0.786308277859555 -3919,0.5,0.255951455205554,0.0925511127942182,0.265025964496816,0.0746191094271889,0.827695891763458 -3920,0.5,0.255951455205554,0.179234932536535,0.332847533185597,0.0752816422850749,0.835736253831714 -3921,0.5,0.255951455205554,0.273320446706381,0.394751000997043,0.0954270452060617,0.767367474541597 -3922,0.5,0.255951455205554,0.363863268443616,0.469659558062501,0.189992877376833,0.592703312449274 -3923,0.5,0.255951455205554,0.415609810570462,0.516643317166108,0.270975418211943,0.456056780224366 -3924,0.5,0.255951455205554,0.442795210028456,0.559626051838255,0.396232669284425,0.423792680880479 -3925,0.5,0.255951455205554,0.440514701727543,0.577760768604728,0.442552712256485,0.38033941685069 -3926,0.5,0.255951455205554,0.401562873816106,0.585769727826593,0.453473552028832,0.407412123056029 -3927,0.5,0.255951455205554,0.350223571468739,0.58370064184629,0.576696753475032,0.482443142143674 -3928,0.5,0.255951455205554,0.283867787342965,0.574234256411589,0.431769201157716,0.468133199101339 -3929,0.5,0.255951455205554,0.206030613497186,0.542477917780353,0.307593890017959,0.475569442724767 -3930,0.5,0.255951455205554,0.132789944970975,0.479359006378377,0.206873477181928,0.462104249069578 -3931,0.5,0.255951455205554,0.0646316661143261,0.396702483769506,0.120138796674189,0.430032551893207 -3932,0.5,0.255951455205554,0.0124975548721841,0.289275099822362,0.0406236698362924,0.39610581856377 -3933,0.5,0.255951455205554,5.09061960258775e-06,0.210209727765991,0.0,0.380583230216359 -3934,0.5,0.255951455205554,0.0,0.174632419969866,0.0,0.426624377068083 -3935,0.5,0.255951455205554,0.0,0.161840754646584,0.0,0.45347031667378 -3936,0.5,0.255951455205554,0.0,0.156146164712593,0.0,0.523788568838547 -3937,0.5,0.255951455205554,0.0,0.144615779547595,0.0,0.556949363083762 -3938,0.5,0.255951455205554,0.0,0.137794181331159,0.0,0.508579235911152 -3939,0.5,0.255951455205554,0.0,0.137619011536922,0.0,0.430791084316538 -3940,0.5,0.255951455205554,0.0,0.13415873456973,0.0,0.364462129986167 -3941,0.5,0.255951455205554,0.00091115187908652,0.135961808316305,0.00224386535654538,0.32406874795964 -3942,0.5,0.255951455205554,0.0218661691688272,0.150868522714576,0.0151849161488919,0.258737599556628 -3943,0.5,0.255951455205554,0.0604629288675735,0.172885385284569,0.0479087217581077,0.188508455562647 -3944,0.5,0.255951455205554,0.112277728442272,0.196704156622993,0.173840144157349,0.142208553654674 -3945,0.5,0.255951455205554,0.166863793349071,0.21713024490149,0.305823378735577,0.0945893956006553 -3946,0.5,0.255951455205554,0.216608258385015,0.234577516029156,0.269672511398878,0.0705936224814721 -3947,0.5,0.255951455205554,0.273746955158734,0.252821301325493,0.515898878813944,0.0761675980171775 -3948,0.5,0.255951455205554,0.298594212436559,0.262302688539352,0.62555584970016,0.133647490655672 -3949,0.5,0.255951455205554,0.307802583865244,0.270111711198268,0.591769205117647,0.228294500017816 -3950,0.5,0.255951455205554,0.296052462604889,0.282600895734629,0.627580461824493,0.276174633773269 -3951,0.5,0.255951455205554,0.277331784056382,0.28337663962146,0.587546898468288,0.261644160911859 -3952,0.5,0.255951455205554,0.240064895511527,0.275461109903422,0.471950518024466,0.214260029463081 -3953,0.5,0.255951455205554,0.18496669660645,0.25758261674465,0.273823223282525,0.174562043376278 -3954,0.5,0.255951455205554,0.130270762064657,0.226048145469134,0.0546574261271994,0.139460243751852 -3955,0.5,0.255951455205554,0.0683995104278772,0.17135515544415,0.00947322662861248,0.108293195222843 -3956,0.5,0.255951455205554,0.0141494999503734,0.114635315515893,0.00280926978670085,0.0848451208100604 -3957,0.5,0.255951455205554,6.94648849281507e-07,0.0792350169809025,0.0,0.0847034708707464 -3958,0.5,0.255951455205554,0.0,0.0590786109887014,0.0,0.11771085381743 -3959,0.5,0.255951455205554,0.0,0.0473291753253325,0.0,0.147100065657469 -3960,0.5,0.255951455205554,0.0,0.0402343170009309,0.0,0.142402795649853 -3961,0.5,0.255951455205554,0.0,0.0364971739236009,0.0,0.117237931122673 -3962,0.5,0.255951455205554,0.0,0.036395381441025,0.0,0.080404019812649 -3963,0.5,0.255951455205554,0.0,0.0380999163688245,0.0,0.0519988101831863 -3964,0.5,0.255951455205554,0.0,0.039248484626351,0.0,0.0407310077588348 -3965,0.5,0.255951455205554,0.00133600910560551,0.0370756259200354,0.00937213060671813,0.03665969097272 -3966,0.5,0.255951455205554,0.0326735629499143,0.035660933308449,0.0709131291600594,0.0365221022380449 -3967,0.5,0.255951455205554,0.0862523888049394,0.0411267354068705,0.148994379585309,0.0490609111108857 -3968,0.5,0.255951455205554,0.160265960376976,0.0587508535487932,0.269515654656444,0.0747011572917755 -3969,0.5,0.255951455205554,0.237428379364286,0.0877784506018734,0.394291728709211,0.0935320735653929 -3970,0.5,0.255951455205554,0.303214995337342,0.114166769385248,0.515882740057074,0.132638835171397 -3971,0.5,0.255951455205554,0.364282067554628,0.117161908462351,0.639720201311706,0.24540878519119 -3972,0.5,0.255951455205554,0.407631603893675,0.118673979171232,0.70328184934821,0.313493950816038 -3973,0.5,0.255951455205554,0.441948721323045,0.127882733447847,0.717745949566219,0.230530869841747 -3974,0.5,0.255951455205554,0.457366282902369,0.141395631167554,0.707770946271443,0.167816854617984 -3975,0.5,0.255951455205554,0.436641233002505,0.152250020580393,0.643700260037054,0.148637027838253 -3976,0.5,0.255951455205554,0.379057393374016,0.159156986191955,0.5322075583901,0.172554372282159 -3977,0.5,0.255951455205554,0.291873341869584,0.159333160418719,0.399170349772147,0.250810155381403 -3978,0.5,0.255951455205554,0.198119711447258,0.144120161386365,0.27300575707318,0.343123045973461 -3979,0.5,0.255951455205554,0.101766923691417,0.108552945618596,0.144246807136047,0.477120924064112 -3980,0.5,0.255951455205554,0.0217611349832496,0.0751739913481727,0.0454025862144196,0.540106102698066 -3981,0.5,0.255951455205554,0.0,0.0618268998304605,0.0,0.436393268504965 -3982,0.5,0.255951455205554,0.0,0.0508653826772502,0.0,0.42676498529666 -3983,0.5,0.255951455205554,0.0,0.0438453913731264,0.0,0.424840953366634 -3984,0.5,0.255951455205554,0.0,0.0382725534377619,0.0,0.451118194408369 -3985,0.5,0.255951455205554,0.0,0.0303784651924924,0.0,0.50921442758226 -3986,0.5,0.255951455205554,0.0,0.0280734205199896,0.0,0.518223230652916 -3987,0.5,0.255951455205554,0.0,0.0281306288907651,0.0,0.562516848536818 -3988,0.5,0.255951455205554,0.0,0.0256270741185195,0.0,0.614507400035941 -3989,0.5,0.255951455205554,0.00367538832285218,0.0270492385279571,0.00987614546701506,0.690332313625385 -3990,0.5,0.255951455205554,0.0572063113708709,0.0333731065080223,0.0705283161834515,0.783900859402331 -3991,0.5,0.255951455205554,0.13773371853687,0.0646733093000136,0.148106085037768,0.827304090926284 -3992,0.5,0.255951455205554,0.249600653617,0.106964088275633,0.264574981174828,0.846346392273565 -3993,0.5,0.255951455205554,0.365824674316837,0.153694490087428,0.370604901433619,0.881524544072705 -3994,0.5,0.255951455205554,0.471464068466678,0.202483535368804,0.477661794572229,0.90161064153852 -3995,0.5,0.255951455205554,0.548244436921534,0.246680909751924,0.429308910012014,0.911349916011285 -3996,0.5,0.255951455205554,0.58762013376932,0.284000835801773,0.250354314984209,0.90898075987348 -3997,0.5,0.255951455205554,0.585468506135405,0.301640108158531,0.198888211905009,0.906328777063429 -3998,0.5,0.255951455205554,0.553668423325016,0.30206606374455,0.170235110745498,0.894537962281799 -3999,0.5,0.255951455205554,0.497673881104373,0.29088006929383,0.156977387519696,0.797016683363336 -4000,0.5,0.255951455205554,0.406810400793027,0.269304356005422,0.128478879284752,0.776878497734496 -4001,0.5,0.255951455205554,0.301037713239676,0.24288765220453,0.0907010222643832,0.839519645607035 -4002,0.5,0.255951455205554,0.194231439947748,0.212852697118076,0.0571984977174931,0.878577423323056 -4003,0.5,0.255951455205554,0.0942997396248701,0.17916279424542,0.0294678484586879,0.881014525566604 -4004,0.5,0.255951455205554,0.0181587380710835,0.151396909534011,0.0183176310872071,0.829563574855423 -4005,0.5,0.255951455205554,4.57677455984934e-06,0.137134389569815,0.0,0.722513272215051 -4006,0.5,0.255951455205554,0.0,0.129707019303675,0.0,0.623101936125085 -4007,0.5,0.255951455205554,0.0,0.114387460947358,0.0,0.605181795512729 -4008,0.5,0.255951455205554,0.0,0.094506095221108,0.0,0.637604957765125 -4009,0.5,0.255951455205554,0.0,0.0801698251211573,0.0,0.703009697756518 -4010,0.5,0.255951455205554,0.0,0.0720220325434378,0.0,0.768737470669397 -4011,0.5,0.255951455205554,0.0,0.0677975771771971,0.0,0.716714931879536 -4012,0.5,0.255951455205554,0.0,0.0678906167542792,0.0,0.58030860133036 -4013,0.5,0.255951455205554,0.00336110541083434,0.063777376068761,0.00835081779694386,0.395195330946453 -4014,0.5,0.255951455205554,0.0518006225567944,0.0640415148185597,0.0690880438166754,0.256496594318144 -4015,0.5,0.255951455205554,0.129124956817057,0.0893899032220862,0.146390974777473,0.193764490446546 -4016,0.5,0.255951455205554,0.238483929727563,0.104835728125816,0.260830280221002,0.174573426776787 -4017,0.5,0.255951455205554,0.362996213873665,0.107161831800908,0.360248676958319,0.164580009971851 -4018,0.5,0.255951455205554,0.492320390296028,0.122189767869093,0.46001578157346,0.183765175122778 -4019,0.5,0.255951455205554,0.58723882609657,0.151831008501349,0.531538660525154,0.226256983909876 -4020,0.5,0.255951455205554,0.629150067168634,0.189147018350856,0.584420909407285,0.251716702292912 -4021,0.5,0.255951455205554,0.635362391841598,0.225220357871146,0.659760965152983,0.222884414106104 -4022,0.5,0.255951455205554,0.617477852428872,0.251577797046647,0.669929499490888,0.254185344364632 -4023,0.5,0.255951455205554,0.564425049842596,0.272161995524403,0.592177151043473,0.294360037260151 -4024,0.5,0.255951455205554,0.469011976498379,0.291949649050036,0.491999428443627,0.288311466600552 -4025,0.5,0.255951455205554,0.350348145634674,0.296623419417048,0.370205684475828,0.223234931308765 -4026,0.5,0.255951455205554,0.232762120344409,0.256459150076253,0.270145770260593,0.1470825447885 -4027,0.5,0.255951455205554,0.116951517061142,0.185274704858462,0.143749267405755,0.108111673491175 -4028,0.5,0.255951455205554,0.0252002689935814,0.139085475688368,0.0460911447156567,0.205069012872735 -4029,0.5,0.255951455205554,0.0,0.104072371187397,0.0,0.393010241744804 -4030,0.5,0.255951455205554,0.0,0.0844774626140652,0.0,0.41059122668935 -4031,0.5,0.255951455205554,0.0,0.0686674769931694,0.0,0.380848278905006 -4032,0.5,0.255951455205554,0.0,0.0568498092112499,0.0,0.440696484938153 -4033,0.5,0.255951455205554,0.0,0.0535844679545121,0.0,0.544886777852345 -4034,0.5,0.255951455205554,0.0,0.0574617650265334,0.0,0.603336572858247 -4035,0.5,0.255951455205554,0.0,0.06255493027477,0.0,0.636738349144416 -4036,0.5,0.255951455205554,0.0,0.0667764442426434,0.0,0.648133161143993 -4037,0.5,0.255951455205554,0.00328976126690703,0.066299581180625,0.00363977996930968,0.614207234967733 -4038,0.5,0.255951455205554,0.0516600880317361,0.0680663414170339,0.0269824559934578,0.548167023144432 -4039,0.5,0.255951455205554,0.124695437908971,0.089408134635636,0.0862599225853387,0.396879484832199 -4040,0.5,0.255951455205554,0.229360007456055,0.132380425958925,0.197511622200598,0.266671097122036 -4041,0.5,0.255951455205554,0.342006356374635,0.178649277538259,0.386310816778689,0.188762634109436 -4042,0.5,0.255951455205554,0.454390611725035,0.206180261668778,0.505241084271666,0.174610233156999 -4043,0.5,0.255951455205554,0.531714157249922,0.225686147031555,0.497648720327025,0.188650875947129 -4044,0.5,0.255951455205554,0.56305415625814,0.22732057547533,0.542632987621943,0.242749457051199 -4045,0.5,0.255951455205554,0.572968752791381,0.230119184482077,0.562229694046416,0.373229941764733 -4046,0.5,0.255951455205554,0.557767098314509,0.244544774845796,0.580425797954011,0.561524285283841 -4047,0.5,0.255951455205554,0.506951643048976,0.262544695519542,0.549581127957599,0.698174321442738 -4048,0.5,0.255951455205554,0.423458841907527,0.284451730298147,0.458171827414841,0.762882235329737 -4049,0.5,0.255951455205554,0.316838923689893,0.303002815740424,0.335759078960635,0.764108470654499 -4050,0.5,0.255951455205554,0.208348463660167,0.30288814474057,0.213849771995022,0.703666972693495 -4051,0.5,0.255951455205554,0.100866235271419,0.278799831759175,0.102380829311575,0.621014192755926 -4052,0.5,0.255951455205554,0.0194280798686904,0.236813319560578,0.0270811939375086,0.53936063462635 -4053,0.5,0.255951455205554,5.70673614888707e-06,0.193408493484469,0.0,0.530885087107897 -4054,0.5,0.255951455205554,0.0,0.168316311151957,0.0,0.563596241263063 -4055,0.5,0.255951455205554,0.0,0.16063359289437,0.0,0.605382695226874 -4056,0.5,0.255951455205554,0.0,0.160273303758611,0.0,0.64523452374211 -4057,0.5,0.255951455205554,0.0,0.162456625039517,0.0,0.653192400157859 -4058,0.5,0.255951455205554,0.0,0.168879778492332,0.0,0.574959976615062 -4059,0.5,0.255951455205554,0.0,0.171190564188581,0.0,0.546149464548071 -4060,0.5,0.255951455205554,0.0,0.176723326948889,0.0,0.694508935618642 -4061,0.5,0.255951455205554,0.00213330638261138,0.186783180149667,0.00728270098975903,0.791499545070213 -4062,0.5,0.255951455205554,0.0407944023548508,0.241393684506377,0.0648314567456145,0.869034470453573 -4063,0.5,0.255951455205554,0.101800008160738,0.358558798896163,0.142818163299517,0.920347105192461 -4064,0.5,0.255951455205554,0.181080848947235,0.45886716280629,0.209496290100905,0.912434716835412 -4065,0.5,0.255951455205554,0.260529521727585,0.517550977191121,0.108090927685889,0.782995041908579 -4066,0.5,0.255951455205554,0.331294482932626,0.568087320787521,0.102984209073139,0.910097406006358 -4067,0.5,0.255951455205554,0.381589816325298,0.62203275287993,0.119520483171243,0.991651919735284 -4068,0.5,0.255951455205554,0.405080276140804,0.660306078961402,0.150321707976461,0.975116653626157 -4069,0.5,0.255951455205554,0.393193452746329,0.689857472183707,0.220008386895446,1.00492475171884 -4070,0.5,0.255951455205554,0.374773201788408,0.693905570682234,0.0704684632297127,1.00553052055064 -4071,0.5,0.255951455205554,0.328094557193502,0.678920315475452,0.262705196494756,1.00658071980461 -4072,0.5,0.255951455205554,0.273500788639843,0.676497499713217,0.18246311693592,1.0021960136627 -4073,0.5,0.255951455205554,0.208640658720287,0.669888601557894,0.294424235505502,1.00015752368377 -4074,0.5,0.255951455205554,0.14034938962845,0.656411171810532,0.239447544037288,0.997424338091811 -4075,0.5,0.255951455205554,0.0722988835005734,0.642286542245543,0.115995225491147,0.991588748481913 -4076,0.5,0.255951455205554,0.0166281537743424,0.600654143917527,0.0493208506203921,0.99493887799001 -4077,0.5,0.255951455205554,2.56613951920576e-07,0.56616123767447,0.0,0.991373486553834 -4078,0.5,0.255951455205554,0.0,0.553316593208794,0.0,0.987830948193383 -4079,0.5,0.255951455205554,0.0,0.551246139766812,0.0,0.985193447587177 -4080,0.5,0.255951455205554,0.0,0.561545358513649,0.0,0.974393149828723 -4081,0.5,0.255951455205554,0.0,0.573756991039323,0.0,0.977818033405372 -4082,0.5,0.255951455205554,0.0,0.566888802375994,0.0,0.969587144420696 -4083,0.5,0.255951455205554,0.0,0.532468963352958,0.0,0.95843449579859 -4084,0.5,0.255951455205554,0.0,0.489177994196038,0.0,0.936814009897683 -4085,0.5,0.255951455205554,0.000929512364159763,0.467203606757214,0.00851030107696149,0.92594391562819 -4086,0.5,0.255951455205554,0.0191679082687084,0.472812483115371,0.0672632470031162,0.923175254771065 -4087,0.5,0.255951455205554,0.0540454740371864,0.51326460588777,0.13950738074815,0.911376913696672 -4088,0.5,0.255951455205554,0.106880477804589,0.558389875069161,0.238665593569624,0.900657865675393 -4089,0.5,0.255951455205554,0.168380763791757,0.583313924203233,0.339138275839313,0.893818523090526 -4090,0.5,0.255951455205554,0.231045996971512,0.583272588593981,0.444224646816424,0.872775958732457 -4091,0.5,0.255951455205554,0.28990712721556,0.589055568582815,0.427765754734807,0.83128484218796 -4092,0.5,0.255951455205554,0.327350637617592,0.607014629806202,0.457801364609135,0.719190605914308 -4093,0.5,0.255951455205554,0.342214337152426,0.625019065972975,0.303710681011921,0.753160944596492 -4094,0.5,0.255951455205554,0.334413577495752,0.630496547503301,0.15370797822903,0.7801560943629 -4095,0.5,0.255951455205554,0.291601959970171,0.605922442251748,0.134183720238498,0.783939192180653 -4096,0.5,0.255951455205554,0.234334048236143,0.564670536024269,0.0821732080167582,0.805111291419931 -4097,0.5,0.255951455205554,0.178881920061129,0.544399592297233,0.0610262824746035,0.821415746712396 -4098,0.5,0.255951455205554,0.116068762276703,0.522777771359757,0.0686539328746908,0.821076053893859 -4099,0.5,0.255951455205554,0.0614162705049801,0.468537936762855,0.0471837003550816,0.812656962375776 -4100,0.5,0.255951455205554,0.0147228339363712,0.37333876999264,0.0394251834776197,0.81867901782296 -4101,0.5,0.255951455205554,4.73419994745511e-07,0.300863991860107,0.0,0.817591804795621 -4102,0.5,0.255951455205554,0.0,0.269179292828479,0.0,0.813474765383369 -4103,0.5,0.255951455205554,0.0,0.236184864109487,0.0,0.804368355375768 -4104,0.5,0.255951455205554,0.0,0.211794916552348,0.0,0.813101994109903 -4105,0.5,0.255951455205554,0.0,0.200958099856572,0.0,0.905825991728724 -4106,0.5,0.255951455205554,0.0,0.210343044094985,0.0,0.93865868867775 -4107,0.5,0.255951455205554,0.0,0.231692819082421,0.0,0.944497441339327 -4108,0.5,0.255951455205554,0.0,0.260316219228924,0.0,0.939920723029636 -4109,0.5,0.255951455205554,0.00100650776378474,0.278426771368624,0.00276361390811253,0.893965767824862 -4110,0.5,0.255951455205554,0.0301368026522738,0.32934556103305,0.0172422700078298,0.871566973067886 -4111,0.5,0.255951455205554,0.0828914706829021,0.400537307439372,0.0514664267950541,0.879009143355985 -4112,0.5,0.255951455205554,0.157005954603123,0.481925375948993,0.059308041657263,0.904244612048927 -4113,0.5,0.255951455205554,0.247057886438868,0.54956613777722,0.0861065009179027,0.95219165771709 -4114,0.5,0.255951455205554,0.341070872991394,0.610613811223929,0.079898892906046,0.98102392247901 -4115,0.5,0.255951455205554,0.39453544529098,0.669003645447251,0.117936769437446,0.985456871565715 -4116,0.5,0.255951455205554,0.427022421640171,0.702152907558328,0.238366506450369,0.986926399230735 -4117,0.5,0.255951455205554,0.439780157470333,0.709376793063705,0.15146710883612,0.992836313341995 -4118,0.5,0.255951455205554,0.43172633380143,0.711305016386401,0.131474953865357,0.964309635104472 -4119,0.5,0.255951455205554,0.407849784453058,0.695571706928957,0.110843696951042,0.957713387388777 -4120,0.5,0.255951455205554,0.343499328294749,0.679093041259411,0.172999572346685,0.957974446441981 -4121,0.5,0.255951455205554,0.253471550416358,0.661689409809475,0.0876915094664622,0.972117554452248 -4122,0.5,0.255951455205554,0.166957124176351,0.622989210454037,0.0498178920639349,0.97631724151204 -4123,0.5,0.255951455205554,0.0824822827886902,0.585888461747979,0.0390225563687808,0.993044531340345 -4124,0.5,0.255951455205554,0.0173936349690106,0.521599245765277,0.0146532182786228,0.973722071503326 -4125,0.5,0.255951455205554,9.42868095301733e-07,0.461245715791959,0.0,0.959401020110817 -4126,0.5,0.255951455205554,0.0,0.42015328307568,0.0,0.943430605278918 -4127,0.5,0.255951455205554,0.0,0.387881235212323,0.0,0.918294811154471 -4128,0.5,0.255951455205554,0.0,0.360641929950559,0.0,0.903152264973818 -4129,0.5,0.255951455205554,0.0,0.342121750080925,0.0,0.902666290625951 -4130,0.5,0.255951455205554,0.0,0.334961649720985,0.0,0.882102155236941 -4131,0.5,0.255951455205554,0.0,0.343314641371289,0.0,0.876295208503097 -4132,0.5,0.255951455205554,0.0,0.348777589333685,0.0,0.876029051565324 -4133,0.5,0.255951455205554,0.00108257944017652,0.36551038670219,0.00583179291081969,0.874758131602108 -4134,0.5,0.255951455205554,0.0374572345151387,0.385163016718354,0.0227220921651666,0.860903518382719 -4135,0.5,0.255951455205554,0.0968186968440201,0.41230488241086,0.0434900038976387,0.841355646362202 -4136,0.5,0.255951455205554,0.182543157248616,0.462110479002796,0.0853567263091187,0.804377782216096 -4137,0.5,0.255951455205554,0.282841596067811,0.534423939370295,0.142800591390172,0.6839900557486 -4138,0.5,0.255951455205554,0.375201420503081,0.580720109042277,0.160198771194571,0.759391441365728 -4139,0.5,0.255951455205554,0.432216025563901,0.585518969510589,0.149058436412281,0.647501648857381 -4140,0.5,0.255951455205554,0.459030065841797,0.581443425310221,0.189525053146717,0.557723960548916 -4141,0.5,0.255951455205554,0.477799613292114,0.588166163596702,0.264671557541786,0.642035265578554 -4142,0.5,0.255951455205554,0.47758479090436,0.582675769908993,0.31369032863854,0.60777278960859 -4143,0.5,0.255951455205554,0.440911815767248,0.574171814080934,0.284641547603757,0.520879231218097 -4144,0.5,0.255951455205554,0.374481192492522,0.563051564357713,0.242252275409817,0.490485866256024 -4145,0.5,0.255951455205554,0.291658156095073,0.526111748908799,0.326290317632364,0.473743121243725 -4146,0.5,0.255951455205554,0.198937167842762,0.469690524457489,0.261923508616384,0.432726275873752 -4147,0.5,0.255951455205554,0.100948450550714,0.387111501650073,0.150235317541554,0.389768204996196 -4148,0.5,0.255951455205554,0.0220978152434036,0.271957357442175,0.0489832632066782,0.366585943742069 -4149,0.5,0.255951455205554,0.0,0.205460380038949,0.0,0.327346297681527 -4150,0.5,0.255951455205554,0.0,0.179506730460249,0.0,0.258382761055023 -4151,0.5,0.255951455205554,0.0,0.16695072708471,0.0,0.226242328808957 -4152,0.5,0.255951455205554,0.0,0.159698562962078,0.0,0.233885941398346 -4153,0.5,0.255951455205554,0.0,0.15276721264552,0.0,0.26157555036354 -4154,0.5,0.255951455205554,0.0,0.147295202654524,0.0,0.315290092631937 -4155,0.5,0.255951455205554,0.0,0.142442274880316,0.0,0.425182220381538 -4156,0.5,0.255951455205554,0.0,0.139513905834431,0.0,0.488709039938183 -4157,0.5,0.255951455205554,0.00306606400188323,0.137516230191648,0.00762806581681583,0.466270743835494 -4158,0.5,0.255951455205554,0.0555486668821862,0.151375203330802,0.0688541022808609,0.372237017412631 -4159,0.5,0.255951455205554,0.13493881082431,0.223802228091576,0.144933284726768,0.305491793757677 -4160,0.5,0.255951455205554,0.247898709443219,0.325239012547179,0.242226226786834,0.240938835818882 -4161,0.5,0.255951455205554,0.369202121934165,0.408583721551659,0.36289894520207,0.178193552655423 -4162,0.5,0.255951455205554,0.482902372787754,0.454068073651184,0.508809347401444,0.121713712650081 -4163,0.5,0.255951455205554,0.56438503780515,0.467834898577818,0.612627430479645,0.0915344269750181 -4164,0.5,0.255951455205554,0.605465442665285,0.462006791319611,0.65773030089706,0.0820369607429362 -4165,0.5,0.255951455205554,0.617660314967179,0.451998913599289,0.698533223623575,0.0758046174590169 -4166,0.5,0.255951455205554,0.604954959875822,0.446089844385258,0.647083279840184,0.0654960415177254 -4167,0.5,0.255951455205554,0.547253496860411,0.432034166944131,0.591745257578225,0.0548611897873482 -4168,0.5,0.255951455205554,0.449348254750338,0.410764338993884,0.496218409948441,0.0507894670348913 -4169,0.5,0.255951455205554,0.324709932324323,0.36730040096955,0.381395763298011,0.0492353524896607 -4170,0.5,0.255951455205554,0.212288258728556,0.297021390138023,0.263037690379112,0.0413442160662201 -4171,0.5,0.255951455205554,0.105043534691224,0.197583341808795,0.144475047138141,0.0446980153636583 -4172,0.5,0.255951455205554,0.0239016780236554,0.114753865959384,0.0549688819564023,0.0487415561223416 -4173,0.5,0.255951455205554,0.0,0.0734398743978796,0.0,0.0414319035075509 -4174,0.5,0.255951455205554,0.0,0.0559126718148989,0.0,0.0404046331377316 -4175,0.5,0.255951455205554,0.0,0.0471906466174513,0.0,0.0327494455380603 -4176,0.5,0.255951455205554,0.0,0.0414904333933511,0.0,0.0231607378914634 -4177,0.5,0.255951455205554,0.0,0.0373585829302603,0.0,0.0226299482253462 -4178,0.5,0.255951455205554,0.0,0.0348787799797474,0.0,0.0235009953311063 -4179,0.5,0.255951455205554,0.0,0.0330381512570638,0.0,0.0272322886628911 -4180,0.5,0.255951455205554,0.0,0.0307514988925285,0.0,0.0362682398634779 -4181,0.5,0.255951455205554,0.00242143227788276,0.0270609633380852,0.00831732810460738,0.0529670534436699 -4182,0.5,0.255951455205554,0.0448552211952284,0.0283444040707124,0.0694538756902651,0.0707406227215766 -4183,0.5,0.255951455205554,0.115562951606898,0.0459772987836291,0.14564801631174,0.076982260135477 -4184,0.5,0.255951455205554,0.218819215189929,0.0708655696967378,0.264326993091321,0.0693484173817151 -4185,0.5,0.255951455205554,0.331998787308826,0.0928587655470626,0.381592957945655,0.0750366075194717 -4186,0.5,0.255951455205554,0.441833783192254,0.101298005085899,0.417505593224239,0.0852649416118116 -4187,0.5,0.255951455205554,0.515083610755401,0.106029300251009,0.414671112765738,0.0882042704515723 -4188,0.5,0.255951455205554,0.546878870040252,0.113851234675057,0.367135783603736,0.0847830655751131 -4189,0.5,0.255951455205554,0.549582437979395,0.120981651273121,0.338809076798894,0.0873826808796363 -4190,0.5,0.255951455205554,0.518560538440374,0.125633644438027,0.30442444523384,0.108304357017537 -4191,0.5,0.255951455205554,0.468606739399894,0.132143069636474,0.426226390270143,0.141568070326757 -4192,0.5,0.255951455205554,0.399484230640325,0.145387124220389,0.218570962673454,0.163752725722119 -4193,0.5,0.255951455205554,0.292432774750537,0.146362239274238,0.321671272182544,0.16972967760524 -4194,0.5,0.255951455205554,0.192910303751454,0.133522084460195,0.171362169394587,0.17408838175239 -4195,0.5,0.255951455205554,0.0954928976648653,0.103668918584592,0.0187760953897443,0.178821982313489 -4196,0.5,0.255951455205554,0.0204401163435722,0.0671460268010751,0.00855966526996491,0.186601751339856 -4197,0.5,0.255951455205554,5.87475736957438e-06,0.053782807384492,0.0,0.200199367421948 -4198,0.5,0.255951455205554,0.0,0.0444581628618745,0.0,0.220795327940964 -4199,0.5,0.255951455205554,0.0,0.0386872425937616,0.0,0.28174747877022 -4200,0.5,0.255951455205554,0.0,0.0379959968431274,0.0,0.378869194058545 -4201,0.5,0.255951455205554,0.0,0.0404949005657139,0.0,0.465195797930611 -4202,0.5,0.255951455205554,0.0,0.0446093699724744,0.0,0.468324698828477 -4203,0.5,0.255951455205554,0.0,0.0480690582740152,0.0,0.399797874084988 -4204,0.5,0.255951455205554,0.0,0.0497507873384196,0.0,0.296396592852686 -4205,0.5,0.255951455205554,0.00160086653762529,0.0541666591626629,0.00618765336753518,0.223499448932003 -4206,0.5,0.255951455205554,0.0355144842080663,0.069974904234021,0.0682637719744337,0.174884531413044 -4207,0.5,0.255951455205554,0.0938869273847788,0.105887253643528,0.143881680166661,0.123837262927682 -4208,0.5,0.255951455205554,0.177481961089377,0.147742580683426,0.249191229794868,0.068963741439399 -4209,0.5,0.255951455205554,0.264970614747622,0.178360343433782,0.363628017490924,0.0318764059505027 -4210,0.5,0.255951455205554,0.350211793103625,0.201133352361081,0.485690477660278,0.0252105985541876 -4211,0.5,0.255951455205554,0.410550563627158,0.20965326854334,0.569413582968214,0.0244202496416297 -4212,0.5,0.255951455205554,0.432877509841108,0.214480130102587,0.638695417233725,0.0253620337283959 -4213,0.5,0.255951455205554,0.425675702121091,0.215400169887477,0.648106622712667,0.0285216259020606 -4214,0.5,0.255951455205554,0.394635643105288,0.20977775502914,0.693301221402941,0.0249845603931293 -4215,0.5,0.255951455205554,0.340802287647062,0.204008557394706,0.653211407756765,0.0203225555051161 -4216,0.5,0.255951455205554,0.27031115780032,0.19642582357828,0.542703136959092,0.021196341577767 -4217,0.5,0.255951455205554,0.209915615402802,0.184139089377564,0.408509433118585,0.0289165241674648 -4218,0.5,0.255951455205554,0.151571209049359,0.160259029404549,0.281479347592076,0.0347168183035419 -4219,0.5,0.255951455205554,0.0841731617193885,0.115910481387593,0.150394129219983,0.0362397204301953 -4220,0.5,0.255951455205554,0.0212836312878068,0.0657858669685022,0.048564493950019,0.0339527032439362 -4221,0.5,0.255951455205554,0.0,0.0487917434835621,0.0,0.0331672630499767 -4222,0.5,0.255951455205554,0.0,0.0398765589795731,0.0,0.0351579905262345 -4223,0.5,0.255951455205554,0.0,0.0315943796129624,0.0,0.0286454558958511 -4224,0.5,0.255951455205554,0.0,0.0252349844541883,0.0,0.0209493384290327 -4225,0.5,0.255951455205554,0.0,0.0208483399813141,0.0,0.0152605343198142 -4226,0.5,0.255951455205554,0.0,0.0179121813383031,0.0,0.00977297456557675 -4227,0.5,0.255951455205554,0.0,0.016394283873194,0.0,0.00598897226634617 -4228,0.5,0.255951455205554,0.0,0.0155499079186156,0.0,0.00407727149947751 -4229,0.5,0.255951455205554,0.00285789778158029,0.0143744504693785,0.00746255795317416,0.00321802293910693 -4230,0.5,0.255951455205554,0.0483985671350654,0.0142219210320311,0.0692247188465124,0.00286118716682421 -4231,0.5,0.255951455205554,0.121714690140768,0.0221800551023748,0.145145837663809,0.00303941018544641 -4232,0.5,0.255951455205554,0.231482551393722,0.0350463221872209,0.259183110775236,0.00333206993482501 -4233,0.5,0.255951455205554,0.35176812183197,0.0421045031333253,0.378169337236216,0.00307421462708709 -4234,0.5,0.255951455205554,0.473593265996509,0.0405356431205181,0.504496199277951,0.00292015745508676 -4235,0.5,0.255951455205554,0.549112114075316,0.0393018713471284,0.584537716536773,0.00275748416321548 -4236,0.5,0.255951455205554,0.602870747528008,0.0409917895230507,0.472322573858675,0.00139576080264404 -4237,0.5,0.255951455205554,0.632155159295771,0.0425622271420894,0.670122115640778,0.00087938290814723 -4238,0.5,0.255951455205554,0.619581911457074,0.0439497989664314,0.401730686709924,0.000824468743155346 -4239,0.5,0.255951455205554,0.572198660500648,0.0440225300878814,0.340909798842969,0.0019796646033516 -4240,0.5,0.255951455205554,0.477440005444127,0.0455592468099881,0.244169961271759,0.00703128365494515 -4241,0.5,0.255951455205554,0.355207574301676,0.0472166780584074,0.19976445681186,0.0132916656889666 -4242,0.5,0.255951455205554,0.237579899692356,0.048197509716065,0.263516926221962,0.0209809263720755 -4243,0.5,0.255951455205554,0.122158166915665,0.0349150432539871,0.146119548042011,0.0255126874538543 -4244,0.5,0.255951455205554,0.0257885390029936,0.03252239151462,0.0483919112478964,0.0274195752434967 -4245,0.5,0.255951455205554,0.0,0.0348576354379714,0.0,0.0266637401954758 -4246,0.5,0.255951455205554,0.0,0.0327922806380174,0.0,0.0246672076828207 -4247,0.5,0.255951455205554,0.0,0.0307748926830568,0.0,0.0236972743130502 -4248,0.5,0.255951455205554,0.0,0.0303046837189918,0.0,0.0238435257021131 -4249,0.5,0.255951455205554,0.0,0.0309054570430572,0.0,0.0254858014147982 -4250,0.5,0.255951455205554,0.0,0.0327958537490748,0.0,0.0309088148303231 -4251,0.5,0.255951455205554,0.0,0.0342326028314862,0.0,0.0393514363808098 -4252,0.5,0.255951455205554,0.0,0.0356507771496908,0.0,0.0492867226753064 -4253,0.5,0.255951455205554,0.00291816820178982,0.0351177311599152,0.00499872410293932,0.0547020156721345 -4254,0.5,0.255951455205554,0.054231275374146,0.0333702513966799,0.0598328641932895,0.0513114698763353 -4255,0.5,0.255951455205554,0.130862918052623,0.0418162048953334,0.131807429837373,0.0445078613054043 -4256,0.5,0.255951455205554,0.236686947219172,0.0627524750673718,0.225417975430333,0.0423278876431232 -4257,0.5,0.255951455205554,0.350514924312125,0.0850147767590276,0.234302130877154,0.0379106534998984 -4258,0.5,0.255951455205554,0.470947923078757,0.104261446750128,0.224617370461509,0.0215180426512277 -4259,0.5,0.255951455205554,0.565856782452797,0.127950444393055,0.286783755403104,0.0169693589557199 -4260,0.5,0.255951455205554,0.607094280078057,0.143054291507687,0.364939699381729,0.019882467708756 -4261,0.5,0.255951455205554,0.610173323495919,0.151401191773793,0.627666862522573,0.0175926833724199 -4262,0.5,0.255951455205554,0.567236311571908,0.144809186001092,0.1917309621328,0.0150433503521743 -4263,0.5,0.255951455205554,0.508489954316443,0.145125497415686,0.112921117403804,0.0129394088947897 -4264,0.5,0.255951455205554,0.414954936864111,0.123730436911033,0.280501914199743,0.0106542489422758 -4265,0.5,0.255951455205554,0.305043328339957,0.0900823983008002,0.0483635445488786,0.0097077893084882 -4266,0.5,0.255951455205554,0.198331064695397,0.0507729012593207,0.0707013580426417,0.00835788470521647 -4267,0.5,0.255951455205554,0.0941877932365255,0.0271526420899398,0.0788222756841169,0.0154322272275026 -4268,0.5,0.255951455205554,0.0232512903006399,0.0219049672442646,0.00808153842090364,0.0206014700798338 -4269,0.5,0.255951455205554,6.53409385319259e-07,0.0235844842376364,0.000286985810991982,0.0195468296697621 -4270,0.5,0.255951455205554,0.0,0.025777365373364,0.0,0.0111205607739216 -4271,0.5,0.255951455205554,0.0,0.0275118491401479,0.0,0.00853615182803002 -4272,0.5,0.255951455205554,0.0,0.0281247767428739,0.0,0.0112436798607694 -4273,0.5,0.255951455205554,0.0,0.0293062509186099,0.0,0.00963509268601523 -4274,0.5,0.255951455205554,0.0,0.0274496820629726,0.0,0.00850432985798528 -4275,0.5,0.255951455205554,0.0,0.0266188111036672,0.0,0.00926471730852163 -4276,0.5,0.255951455205554,0.0,0.0254013495888163,0.0,0.0117566960319628 -4277,0.5,0.255951455205554,0.0017644860316849,0.0227310008218003,0.00541344810411961,0.0172424698725488 -4278,0.5,0.255951455205554,0.0427739382208103,0.0203728982436235,0.0644819839388688,0.0282883138008795 -4279,0.5,0.255951455205554,0.106114701462874,0.0228508717393566,0.131397263928262,0.0372729819462154 -4280,0.5,0.255951455205554,0.189580862368949,0.0310704765460906,0.192412025970494,0.0326516398100898 -4281,0.5,0.255951455205554,0.288474149704707,0.0413371213714151,0.20493972020568,0.0180794127077322 -4282,0.5,0.255951455205554,0.392524265054205,0.0515134526756814,0.27644776207276,0.0158754036943654 -4283,0.5,0.255951455205554,0.446088348663532,0.0701419344851167,0.24266615870859,0.0244569981546602 -4284,0.5,0.255951455205554,0.429219426865535,0.0907056526661814,0.0470694838322625,0.0401465881706644 -4285,0.5,0.255951455205554,0.438886977426704,0.111243347291572,0.0592340068521511,0.0361616280797505 -4286,0.5,0.255951455205554,0.413513394011061,0.116317062957594,0.041292344575443,0.0259603774492806 -4287,0.5,0.255951455205554,0.348161806530723,0.109663492089867,0.0926471460054809,0.031756505578941 -4288,0.5,0.255951455205554,0.282326294145593,0.0833394196385314,0.192266147897147,0.0638392866546796 -4289,0.5,0.255951455205554,0.195861575167529,0.0469094556693551,0.256396245941847,0.128331775624027 -4290,0.5,0.255951455205554,0.110104453880073,0.0273987258324923,0.205088447491667,0.155971549674947 -4291,0.5,0.255951455205554,0.0513835306078186,0.0217804428172981,0.1200830247204,0.147815468012972 -4292,0.5,0.255951455205554,0.0104604514856932,0.0173214489168177,0.0269981220299421,0.135757571057674 -4293,0.5,0.255951455205554,2.11838099672074e-06,0.0208249003384716,0.0,0.109091147643446 -4294,0.5,0.255951455205554,0.0,0.0212081613101361,0.0,0.0694834744324295 -4295,0.5,0.255951455205554,0.0,0.0188548141638298,0.0,0.0379494783841069 -4296,0.5,0.255951455205554,0.0,0.0178071679534934,0.0,0.0191060802365066 -4297,0.5,0.255951455205554,0.0,0.0143423847041259,0.0,0.011515929870381 -4298,0.5,0.255951455205554,0.0,0.00829498472462938,0.0,0.0074331774166815 -4299,0.5,0.255951455205554,0.0,0.00772631751070016,0.0,0.00549600906299948 -4300,0.5,0.255951455205554,0.0,0.0089581060891223,0.0,0.00289620890783483 -4301,0.5,0.255951455205554,0.000579194718167734,0.0117384903401686,0.00542996779210845,0.000781620491616397 -4302,0.5,0.255951455205554,0.0173654910877929,0.0194032643022495,0.0649283161205852,0.00180207091626834 -4303,0.5,0.255951455205554,0.0431306341281932,0.029358994664881,0.137670544304046,0.0026669892840201 -4304,0.5,0.255951455205554,0.070998839086977,0.0402802925165056,0.227502701525936,0.00615224970852783 -4305,0.5,0.255951455205554,0.101588788437427,0.0582511993259801,0.297355542713221,0.00880388672631268 -4306,0.5,0.255951455205554,0.13269951650942,0.0742435904848098,0.382625380661349,0.0191436803295016 -4307,0.5,0.255951455205554,0.15840430387693,0.0921634654857801,0.432779092778065,0.0494256091479739 -4308,0.5,0.255951455205554,0.168185439987285,0.101954761117099,0.49585573013345,0.0675679627898682 -4309,0.5,0.255951455205554,0.153171088723075,0.103453660549017,0.455175999659899,0.0786562598954414 -4310,0.5,0.255951455205554,0.138436653169857,0.109645455930739,0.52041454693693,0.125861963328034 -4311,0.5,0.255951455205554,0.120518006262447,0.124464675784794,0.349239329438584,0.189521936866294 -4312,0.5,0.255951455205554,0.0953535487085766,0.138396098798158,0.24868488831959,0.241477779870809 -4313,0.5,0.255951455205554,0.071797551142619,0.145845813769963,0.257346300433949,0.299539996666889 -4314,0.5,0.255951455205554,0.0485991145472956,0.14039782643575,0.156993910424164,0.314342952959896 -4315,0.5,0.255951455205554,0.0240441768214224,0.126956351999318,0.0563856491150545,0.309181415683834 -4316,0.5,0.255951455205554,0.00803190409866566,0.106494378424546,0.0447442553684548,0.293058377278076 -4317,0.5,0.255951455205554,7.33546163594205e-06,0.0922484434854599,0.0,0.258624616742492 -4318,0.5,0.255951455205554,0.0,0.0907225448481485,0.0,0.216827266746964 -4319,0.5,0.255951455205554,0.0,0.0885267819954534,0.0,0.199672963186239 -4320,0.5,0.255951455205554,0.0,0.0843344265821581,0.0,0.191536923516018 -4321,0.5,0.255951455205554,0.0,0.0777353082648182,0.0,0.192368193246939 -4322,0.5,0.255951455205554,0.0,0.0721853700297448,0.0,0.217885942571857 -4323,0.5,0.255951455205554,0.0,0.0689437635722631,0.0,0.253914736508494 -4324,0.5,0.255951455205554,0.0,0.0645753007855514,0.0,0.253768766687517 -4325,0.5,0.255951455205554,0.00135446368000151,0.0613313404461143,0.00120756218695163,0.215318954637857 -4326,0.5,0.255951455205554,0.028954460095909,0.0713959399052417,0.00647543896770521,0.183126836502284 -4327,0.5,0.255951455205554,0.0786589467479598,0.116227627138396,0.0303241181225391,0.217340850936781 -4328,0.5,0.255951455205554,0.146377635598439,0.17303522745831,0.0705966524735334,0.25959891213943 -4329,0.5,0.255951455205554,0.214740183958725,0.2029366989082,0.109825482954482,0.327614263193407 -4330,0.5,0.255951455205554,0.289579225779391,0.225041838618959,0.176970583839027,0.376256852229784 -4331,0.5,0.255951455205554,0.346554761048215,0.254342515296065,0.165684040699841,0.481692294244952 -4332,0.5,0.255951455205554,0.373915129800957,0.268740153546106,0.108595793748584,0.577877497442873 -4333,0.5,0.255951455205554,0.381781598320828,0.289954649812136,0.115177868701361,0.596425620161274 -4334,0.5,0.255951455205554,0.383808664790488,0.309342193689887,0.11512717784402,0.538456708958414 -4335,0.5,0.255951455205554,0.364076450248152,0.316977660879428,0.101404560475673,0.487253281652003 -4336,0.5,0.255951455205554,0.306544816643981,0.301344421622238,0.0950107178834698,0.472047972875927 -4337,0.5,0.255951455205554,0.238820517640741,0.267453670269965,0.145304246064013,0.46884569603499 -4338,0.5,0.255951455205554,0.165805263359697,0.222282346844343,0.0382776144869802,0.433235304705233 -4339,0.5,0.255951455205554,0.0855936624880289,0.162854285809809,0.0192046069518068,0.367179117949433 -4340,0.5,0.255951455205554,0.020393651260942,0.109025656543464,0.00851578796857756,0.349211466031867 -4341,0.5,0.255951455205554,3.65725179450493e-06,0.078832365607619,0.000601060336504495,0.358002265913355 -4342,0.5,0.255951455205554,0.0,0.0663288726251197,0.0,0.371002454380185 -4343,0.5,0.255951455205554,0.0,0.05915705581469,0.0,0.375568198425349 -4344,0.5,0.255951455205554,0.0,0.0558975865837068,0.0,0.352903246715583 -4345,0.5,0.255951455205554,0.0,0.0549987445307448,0.0,0.346526587777578 -4346,0.5,0.255951455205554,0.0,0.0563822214633377,0.0,0.360574415122608 -4347,0.5,0.255951455205554,0.0,0.0568802027721503,0.0,0.383632304288374 -4348,0.5,0.255951455205554,0.0,0.0546998132213201,0.0,0.399582873943663 -4349,0.5,0.255951455205554,0.00116694419890764,0.0513676247119515,0.000661631177046869,0.385267510205737 -4350,0.5,0.255951455205554,0.0432365945739276,0.0537707103234634,0.00961507599255217,0.306113428695105 -4351,0.5,0.255951455205554,0.116143306960145,0.0826036388740124,0.0437814771663864,0.250617217565478 -4352,0.5,0.255951455205554,0.217362111719311,0.128183699718964,0.177008187567277,0.231712103145401 -4353,0.5,0.255951455205554,0.322398978982537,0.154869457097545,0.352548880083708,0.219396632623797 -4354,0.5,0.255951455205554,0.421009392996949,0.166769242627153,0.501252854286832,0.208141735707048 -4355,0.5,0.255951455205554,0.506376056718699,0.181499705012792,0.52886112925687,0.221683273652705 -4356,0.5,0.255951455205554,0.556666347850708,0.205219866419772,0.253056276294429,0.253364831638411 -4357,0.5,0.255951455205554,0.565296913606313,0.22340250547951,0.248184375094376,0.29165977167511 -4358,0.5,0.255951455205554,0.550208220796798,0.22914249098189,0.258967945238145,0.310494380804668 -4359,0.5,0.255951455205554,0.4972101683517,0.225324788465426,0.392716826151765,0.314688777382253 -4360,0.5,0.255951455205554,0.424305905839955,0.220278591949784,0.470170711380925,0.313485607226197 -4361,0.5,0.255951455205554,0.320770128629657,0.199414047207258,0.260106518053985,0.317972663205847 -4362,0.5,0.255951455205554,0.214614100913067,0.167938444346485,0.153404388011369,0.31309869517336 -4363,0.5,0.255951455205554,0.107838827963908,0.118044689665149,0.131267845639264,0.284201940171941 -4364,0.5,0.255951455205554,0.0231153728296331,0.0621589864697718,0.0477620611905072,0.237927727398272 -4365,0.5,0.255951455205554,0.0,0.0487784799843272,0.0,0.210328821808255 -4366,0.5,0.255951455205554,0.0,0.0468575657230635,0.0,0.181879808084482 -4367,0.5,0.255951455205554,0.0,0.0464804709781711,0.0,0.18109290032055 -4368,0.5,0.255951455205554,0.0,0.0486548037495566,0.0,0.200231516996778 -4369,0.5,0.255951455205554,0.0,0.0526132317801656,0.0,0.218930171392802 -4370,0.5,0.255951455205554,0.0,0.0553535254367015,0.0,0.235016588651961 -4371,0.5,0.255951455205554,0.0,0.0583337991756751,0.0,0.258358516191183 -4372,0.5,0.255951455205554,0.0,0.0594562971844506,0.0,0.270142042363803 -4373,0.5,0.255951455205554,0.00198721657831566,0.0559728081485699,0.00447789695981804,0.217015024593148 -4374,0.5,0.255951455205554,0.042210495430603,0.0552534229890979,0.0435875045543051,0.158157048716411 -4375,0.5,0.255951455205554,0.106175796722451,0.0843575368938936,0.0920044744351485,0.113318146006612 -4376,0.5,0.255951455205554,0.197987226633209,0.12698309639681,0.161441350175144,0.0646662126464795 -4377,0.5,0.255951455205554,0.297228284146252,0.161841774984576,0.279266452245054,0.0326582573760944 -4378,0.5,0.255951455205554,0.393253912121995,0.186959256751156,0.42215380419682,0.0378362272234635 -4379,0.5,0.255951455205554,0.456053233001437,0.202318879855466,0.407337916701825,0.0535930939890088 -4380,0.5,0.255951455205554,0.508363769181502,0.231600221443038,0.12408585272009,0.0641854506849837 -4381,0.5,0.255951455205554,0.532297053515458,0.267848908885242,0.156895386007566,0.0610000808132376 -4382,0.5,0.255951455205554,0.521990449442365,0.281901857895548,0.15277974006785,0.0630242740197197 -4383,0.5,0.255951455205554,0.484496345453018,0.265934437663893,0.171046352393446,0.0750480784979942 -4384,0.5,0.255951455205554,0.410158069000401,0.240888759821876,0.141508492054758,0.0957710565884856 -4385,0.5,0.255951455205554,0.311526745018238,0.216401849258335,0.199829065434254,0.114219264000393 -4386,0.5,0.255951455205554,0.211189451454736,0.175597713269372,0.2461067755115,0.125259130025105 -4387,0.5,0.255951455205554,0.109331442379715,0.118247255470213,0.129237407412008,0.107617717773786 -4388,0.5,0.255951455205554,0.0232042259198329,0.0694669386554903,0.0517979778285257,0.107029230889571 -4389,0.5,0.255951455205554,0.0,0.0434480757943035,0.0,0.120247946182238 -4390,0.5,0.255951455205554,0.0,0.0296776118468982,0.0,0.152178159753293 -4391,0.5,0.255951455205554,0.0,0.0247444912906654,0.0,0.203023405371171 -4392,0.5,0.255951455205554,0.0,0.0253297884418176,0.0,0.261918815695164 -4393,0.5,0.255951455205554,0.0,0.0285313068670749,0.0,0.335148407605262 -4394,0.5,0.255951455205554,0.0,0.0321513060286946,0.0,0.452334235526797 -4395,0.5,0.255951455205554,0.0,0.0358040902211263,0.0,0.572754934089518 -4396,0.5,0.255951455205554,0.0,0.0415264286016251,0.0,0.656959473855413 -4397,0.5,0.255951455205554,0.00190087172904538,0.0508192866465003,0.00370093842856574,0.733372238655344 -4398,0.5,0.255951455205554,0.0505445611054441,0.0645006404679339,0.0478475645053261,0.79513961268995 -4399,0.5,0.255951455205554,0.127593706916017,0.0956767652949947,0.109497066737604,0.814662502548667 -4400,0.5,0.255951455205554,0.240162941536662,0.14197635963285,0.156671535516534,0.791185358135517 -4401,0.5,0.255951455205554,0.365955167006307,0.193994158837637,0.218356496076564,0.751844952477882 -4402,0.5,0.255951455205554,0.497487199328238,0.233931472233013,0.383160174013724,0.68687181783091 -4403,0.5,0.255951455205554,0.604242302730087,0.241794845817149,0.508098479452153,0.638005035339944 -4404,0.5,0.255951455205554,0.672499923999884,0.234615862129583,0.566890804761856,0.621318667384205 -4405,0.5,0.255951455205554,0.697166585169298,0.225562650661792,0.633376083932779,0.600814508122121 -4406,0.5,0.255951455205554,0.68298677320039,0.21065230971262,0.611682021981327,0.569292206177112 -4407,0.5,0.255951455205554,0.625778810919625,0.184298300356284,0.602135848268937,0.510765854770589 -4408,0.5,0.255951455205554,0.52118325658247,0.149917958132982,0.504378192270518,0.407187254768772 -4409,0.5,0.255951455205554,0.388172219237683,0.110419286911543,0.386961969079845,0.288208438329169 -4410,0.5,0.255951455205554,0.258406442923718,0.0600351193634509,0.270279005703549,0.216079733452718 -4411,0.5,0.255951455205554,0.128145678986032,0.0201070566753699,0.145821651179335,0.160282708040325 -4412,0.5,0.255951455205554,0.0242408167719688,0.0132084605115813,0.044889019267724,0.126337884633347 -4413,0.5,0.255951455205554,0.0,0.0129594975876485,0.0,0.102483244940625 -4414,0.5,0.255951455205554,0.0,0.0129367991769651,0.0,0.0746654083800195 -4415,0.5,0.255951455205554,0.0,0.0138640815543085,0.0,0.0590956835963684 -4416,0.5,0.255951455205554,0.0,0.016348107672275,0.0,0.0616730462060949 -4417,0.5,0.255951455205554,0.0,0.020481110069361,0.0,0.08579738001111 -4418,0.5,0.255951455205554,0.0,0.0254559526740503,0.0,0.119189778013792 -4419,0.5,0.255951455205554,0.0,0.0319894599125864,0.0,0.134271951686371 -4420,0.5,0.255951455205554,0.0,0.0378181547961787,0.0,0.129734201663749 -4421,0.5,0.255951455205554,0.0017636514955174,0.0403380825676835,0.0049456419762362,0.109337770452797 -4422,0.5,0.255951455205554,0.0501461430258143,0.0331688661860512,0.0619939627651368,0.083075878528442 -4423,0.5,0.255951455205554,0.127735129130422,0.0338444004323797,0.135290047439687,0.0648443124116478 -4424,0.5,0.255951455205554,0.244765423335405,0.0561145511933037,0.251354577637763,0.0553980252656345 -4425,0.5,0.255951455205554,0.372083232025621,0.0816557493538146,0.371780211776329,0.0518011723241579 -4426,0.5,0.255951455205554,0.503135919247122,0.0935129349936702,0.502648539927143,0.0457067552078224 -4427,0.5,0.255951455205554,0.605776207620498,0.102384673919024,0.610854228012376,0.039538186135475 -4428,0.5,0.255951455205554,0.661746638714267,0.118991427414015,0.674682318562577,0.0344290312208714 -4429,0.5,0.255951455205554,0.673575558008097,0.139478175259205,0.678392772361562,0.0292541310071098 -4430,0.5,0.255951455205554,0.644805881285823,0.151181025069493,0.685086065397456,0.0198987267747412 -4431,0.5,0.255951455205554,0.579011066663874,0.158564075506027,0.625942888536872,0.0150556798505379 -4432,0.5,0.255951455205554,0.475012161569187,0.152981615162095,0.519136525761832,0.0173129731240401 -4433,0.5,0.255951455205554,0.340559224471759,0.118871186719942,0.376765085449272,0.0215171529772767 -4434,0.5,0.255951455205554,0.211706597920926,0.0482880241080846,0.252170018081454,0.0248590648183257 -4435,0.5,0.255951455205554,0.0968656091124248,0.0371902578360612,0.134668037191345,0.0309677923823922 -4436,0.5,0.255951455205554,0.0202886625250641,0.0482482850290149,0.0538374020393303,0.0338220858678079 -4437,0.5,0.255951455205554,1.48494781130385e-06,0.0576490726460002,0.0,0.0325145720406797 -4438,0.5,0.255951455205554,0.0,0.0571044636376294,0.0,0.0346814802754987 -4439,0.5,0.255951455205554,0.0,0.0504208927769388,0.0,0.0375215794840069 -4440,0.5,0.255951455205554,0.0,0.0423057790013395,0.0,0.0352072832105295 -4441,0.5,0.255951455205554,0.0,0.0357877722907156,0.0,0.0328881503069094 -4442,0.5,0.255951455205554,0.0,0.0329480956142292,0.0,0.0396661310258363 -4443,0.5,0.255951455205554,0.0,0.030197450747752,0.0,0.0547841993774525 -4444,0.5,0.255951455205554,0.0,0.028112282950944,0.0,0.0682279375635995 -4445,0.5,0.255951455205554,0.00112916006236545,0.0264227296167868,0.00409996613501671,0.0642650600947741 -4446,0.5,0.255951455205554,0.0304325355516704,0.0272538513567528,0.0472834692512275,0.0627803763368096 -4447,0.5,0.255951455205554,0.0781127857914144,0.0359429065856151,0.119414664274471,0.0687036155121523 -4448,0.5,0.255951455205554,0.137775630709971,0.0582105240453157,0.218184010054121,0.0687587100358559 -4449,0.5,0.255951455205554,0.200254342078577,0.0876879037040929,0.316850091722134,0.0664855960440755 -4450,0.5,0.255951455205554,0.273929253839303,0.124180762702445,0.416973188124903,0.0426745130585863 -4451,0.5,0.255951455205554,0.350046105916085,0.173854600780311,0.492589382118649,0.0369015953014289 -4452,0.5,0.255951455205554,0.413400700841893,0.238058347594787,0.590918201001234,0.0249524654795022 -4453,0.5,0.255951455205554,0.456806560300472,0.288857314719779,0.669093545279012,0.0183871908254856 -4454,0.5,0.255951455205554,0.469904028157292,0.310963066704303,0.662894971724568,0.0160661543757974 -4455,0.5,0.255951455205554,0.428074037837919,0.314275914829326,0.604824366442595,0.0451183008907785 -4456,0.5,0.255951455205554,0.316503826689177,0.306841843516809,0.456935957501004,0.146829859101051 -4457,0.5,0.255951455205554,0.215583181272096,0.290669367966613,0.26198271486578,0.271195325269168 -4458,0.5,0.255951455205554,0.129107610824364,0.260098525933464,0.191328771070298,0.511718501578012 -4459,0.5,0.255951455205554,0.0585158649602844,0.217599946362848,0.0945481616509933,0.540227509054497 -4460,0.5,0.255951455205554,0.00875235631810502,0.172561111760868,0.0190972165444082,0.436677151725801 -4461,0.5,0.255951455205554,1.28261038711986e-06,0.140814189520764,0.0,0.334633275539032 -4462,0.5,0.255951455205554,0.0,0.124092003723206,0.0,0.246747280957313 -4463,0.5,0.255951455205554,0.0,0.107817790961821,0.0,0.192644410360317 -4464,0.5,0.255951455205554,0.0,0.0914173805614574,0.0,0.140965798410678 -4465,0.5,0.255951455205554,0.0,0.0730195024890231,0.0,0.0838846505249306 -4466,0.5,0.255951455205554,0.0,0.055589169141886,0.0,0.0248772881139155 -4467,0.5,0.255951455205554,0.0,0.0437470795307326,0.0,0.00903065111342044 -4468,0.5,0.255951455205554,0.0,0.037990060098193,0.0,0.00443996273487959 -4469,0.5,0.255951455205554,0.000708496142315122,0.0354357024027697,0.0014216397770964,0.00207601432221481 -4470,0.5,0.255951455205554,0.0271635251609457,0.0372569810593756,0.0101402094296441,0.00312816051429541 -4471,0.5,0.255951455205554,0.083888433649033,0.0593967766401498,0.0291367032467939,0.0112971029431944 -4472,0.5,0.255951455205554,0.167192212525438,0.101956296173999,0.0808918419628171,0.0385576569177569 -4473,0.5,0.255951455205554,0.272032800634716,0.155209305192055,0.156681575144956,0.0854995245996533 -4474,0.5,0.255951455205554,0.395018426438392,0.213360088735786,0.286213986468756,0.163895990162767 -4475,0.5,0.255951455205554,0.491688969949864,0.260205825056072,0.363732154870441,0.260573750296127 -4476,0.5,0.255951455205554,0.558988728219066,0.28644649215577,0.338579168223739,0.345265242975019 -4477,0.5,0.255951455205554,0.575679922849661,0.282748060620098,0.334446234829611,0.480204934753996 -4478,0.5,0.255951455205554,0.548857222779842,0.261462431208726,0.275223256921058,0.412649014511208 -4479,0.5,0.255951455205554,0.489942585058544,0.232968268658822,0.359453099738324,0.276975851393717 -4480,0.5,0.255951455205554,0.397199323587617,0.178009154943254,0.120155698452698,0.192389943286785 -4481,0.5,0.255951455205554,0.296347875811003,0.132998420146805,0.293392242227736,0.145319010721621 -4482,0.5,0.255951455205554,0.187676541168293,0.0806717327938528,0.223035379873082,0.149336871507518 -4483,0.5,0.255951455205554,0.0871965470525513,0.0381482372715749,0.0878632480597267,0.14117577299974 -4484,0.5,0.255951455205554,0.0164877535263119,0.0245159491096262,0.00148884914558629,0.106885093499299 -4485,0.5,0.255951455205554,8.54053575229707e-07,0.0264580788038709,0.000259103885544301,0.0909139170271999 -4486,0.5,0.255951455205554,0.0,0.0304438318137134,0.0,0.0709986826289775 -4487,0.5,0.255951455205554,0.0,0.0361890056299246,0.0,0.0557263242957077 -4488,0.5,0.255951455205554,0.0,0.0388500754398019,0.0,0.0417628597815371 -4489,0.5,0.255951455205554,0.0,0.0434454363931827,0.0,0.0240156343057456 -4490,0.5,0.255951455205554,0.0,0.0488063391660762,0.0,0.0220685077545046 -4491,0.5,0.255951455205554,0.0,0.0509551831659631,0.0,0.0142855677048617 -4492,0.5,0.255951455205554,0.0,0.0484621532802454,0.0,0.00830830316135757 -4493,0.5,0.255951455205554,0.00103932960073367,0.049449422609412,0.00063160872302314,0.00826893319371047 -4494,0.5,0.255951455205554,0.0263807717730134,0.0606427960033216,0.00411042892828128,0.0128943924031076 -4495,0.5,0.255951455205554,0.070397151864691,0.0803194785786594,0.0168144792802876,0.0130876354197473 -4496,0.5,0.255951455205554,0.13372450197223,0.105624219093713,0.0373841760811684,0.0149848728126418 -4497,0.5,0.255951455205554,0.207778136292999,0.126236781635066,0.0712827215019352,0.0218655508412544 -4498,0.5,0.255951455205554,0.293732048426499,0.139302184358165,0.119296520744308,0.0173272346536862 -4499,0.5,0.255951455205554,0.363966322633283,0.152086659291367,0.0978703481461198,0.0121739670904598 -4500,0.5,0.255951455205554,0.392861564827678,0.14056008206694,0.0445015546359961,0.0107252223881987 -4501,0.5,0.255951455205554,0.392431035522038,0.110805547599026,0.0624322248140089,0.00542190087590706 -4502,0.5,0.255951455205554,0.365858246827011,0.0920688275263453,0.0929667714816781,0.0019489671874805 -4503,0.5,0.255951455205554,0.326224246976615,0.0821249089556149,0.136480222099992,0.00135006176692566 -4504,0.5,0.255951455205554,0.268620652908666,0.0807316958523058,0.124076892190775,0.000858004816862024 -4505,0.5,0.255951455205554,0.187611160990627,0.0862513868124906,0.112398448826807,0.0014375790983302 -4506,0.5,0.255951455205554,0.119135089988558,0.0994841589754333,0.0633458130320679,0.00293818615543086 -4507,0.5,0.255951455205554,0.0555033176985239,0.10627514808088,0.0206751518761771,0.0041706155476516 -4508,0.5,0.255951455205554,0.0118330309292163,0.0996962753439192,0.00285568229783832,0.00369108359748069 -4509,0.5,0.255951455205554,5.12976506578731e-07,0.0960944920543052,0.0,0.00377179047430331 -4510,0.5,0.255951455205554,0.0,0.108695196670371,0.0,0.00798749488550364 -4511,0.5,0.255951455205554,0.0,0.12012760786671,0.0,0.0164807573531965 -4512,0.5,0.255951455205554,0.0,0.132558338026996,0.0,0.0288334430724311 -4513,0.5,0.255951455205554,0.0,0.148441048711018,0.0,0.0573401266474569 -4514,0.5,0.255951455205554,0.0,0.16375627484101,0.0,0.0741833580031925 -4515,0.5,0.255951455205554,0.0,0.192073187959433,0.0,0.105223960274458 -4516,0.5,0.255951455205554,0.0,0.217129261851217,0.0,0.137459144799399 -4517,0.5,0.255951455205554,0.00078103485816398,0.235956773854979,0.00150849319743688,0.113972272820532 -4518,0.5,0.255951455205554,0.0124322253565366,0.26254272742871,0.0430849619046103,0.0599197177085649 -4519,0.5,0.255951455205554,0.0321450653345268,0.28962677334587,0.113778380249943,0.103634863840881 -4520,0.5,0.255951455205554,0.0577517935451724,0.317333230855733,0.209884792810016,0.277026620385564 -4521,0.5,0.255951455205554,0.0860075418204522,0.327289584191859,0.32447620268801,0.616549612863408 -4522,0.5,0.255951455205554,0.115699829335865,0.343943721242019,0.456063451001947,0.822527248028501 -4523,0.5,0.255951455205554,0.145307870176903,0.37721471696324,0.564943633568441,0.87484826587783 -4524,0.5,0.255951455205554,0.153095134798019,0.408986655034441,0.622696108274457,0.89705746220637 -4525,0.5,0.255951455205554,0.155226482417852,0.45893863339575,0.646133342966785,0.926829942208027 -4526,0.5,0.255951455205554,0.138238618653878,0.472873226501272,0.633077745611253,0.9427135281019 -4527,0.5,0.255951455205554,0.118207086173163,0.483803007873364,0.535579136835781,0.95691135675854 -4528,0.5,0.255951455205554,0.102687154885744,0.495886268167447,0.410951088112365,0.953972698788466 -4529,0.5,0.255951455205554,0.0776847193447355,0.484799657560047,0.318469895086219,0.955946081961805 -4530,0.5,0.255951455205554,0.0475224901751995,0.448169292888816,0.215311175118275,0.962492054387039 -4531,0.5,0.255951455205554,0.0231820735695228,0.411210717017107,0.122289687134477,0.964281554653953 -4532,0.5,0.255951455205554,0.00566852511818147,0.393414999035458,0.0509205838980946,0.963560391007595 -4533,0.5,0.255951455205554,3.024593495743e-06,0.383722346943127,0.0,0.965235903658432 -4534,0.5,0.255951455205554,0.0,0.367505627051325,0.0,0.949771035095965 -4535,0.5,0.255951455205554,0.0,0.35559620549864,0.0,0.878354634943158 -4536,0.5,0.255951455205554,0.0,0.341118958091768,0.0,0.845379645291764 -4537,0.5,0.255951455205554,0.0,0.320242409259288,0.0,0.632074278293574 -4538,0.5,0.255951455205554,0.0,0.31537723918468,0.0,0.338823726177461 -4539,0.5,0.255951455205554,0.0,0.326429755507787,0.0,0.255612318647199 -4540,0.5,0.255951455205554,0.0,0.335175183905493,0.0,0.155442169545084 -4541,0.5,0.255951455205554,0.000528595274797211,0.335825866043576,0.00108908610943385,0.118926770050256 -4542,0.5,0.255951455205554,0.0105375260595622,0.341413805409802,0.0468998735348581,0.134256526423603 -4543,0.5,0.255951455205554,0.0321236052843905,0.355646999535086,0.117247417672761,0.179366006772818 -4544,0.5,0.255951455205554,0.063951391034688,0.389520547932638,0.208819087466651,0.265474700237086 -4545,0.5,0.255951455205554,0.10046616997775,0.421695024989931,0.290704064973788,0.435310935887483 -4546,0.5,0.255951455205554,0.132209891751355,0.434877687414769,0.294855732725819,0.582323976995685 -4547,0.5,0.255951455205554,0.152690478486421,0.449058854686364,0.420933896310664,0.635038782843627 -4548,0.5,0.255951455205554,0.174284281245718,0.46380657534255,0.45916238404335,0.630050837831007 -4549,0.5,0.255951455205554,0.182426314450274,0.482079835736294,0.54658083976501,0.608648602365608 -4550,0.5,0.255951455205554,0.180524338740511,0.48972584630894,0.596014584955428,0.59086305069264 -4551,0.5,0.255951455205554,0.167137078294992,0.476731912293535,0.594523072178742,0.64015027999485 -4552,0.5,0.255951455205554,0.13687637653019,0.440184576874482,0.511449271165542,0.661526808178336 -4553,0.5,0.255951455205554,0.108853925137284,0.399961528720054,0.387608868038193,0.722792709482729 -4554,0.5,0.255951455205554,0.0735397388583908,0.352365966647545,0.266882123534444,0.800028256671337 -4555,0.5,0.255951455205554,0.037283211523448,0.317951555325872,0.141465902535943,0.857424493395126 -4556,0.5,0.255951455205554,0.00832400629228655,0.293583680433064,0.0404077453487404,0.88671189789417 -4557,0.5,0.255951455205554,1.45979425367883e-06,0.283971991244127,0.0,0.886723623362131 -4558,0.5,0.255951455205554,0.0,0.288816665003192,0.0,0.883679878786843 -4559,0.5,0.255951455205554,0.0,0.293268952730899,0.0,0.876415236188251 -4560,0.5,0.255951455205554,0.0,0.290413728079632,0.0,0.836564621505994 -4561,0.5,0.255951455205554,0.0,0.277873633945051,0.0,0.769060552918008 -4562,0.5,0.255951455205554,0.0,0.255704333532591,0.0,0.705401286657741 -4563,0.5,0.255951455205554,0.0,0.230105504804096,0.0,0.657883766582389 -4564,0.5,0.255951455205554,0.0,0.211155396743573,0.0,0.632061910587383 -4565,0.5,0.255951455205554,0.000677348930025578,0.203121003097177,0.00353645106886248,0.618467942859235 -4566,0.5,0.255951455205554,0.0200982052773058,0.207740979383414,0.0556997357659781,0.602380486900556 -4567,0.5,0.255951455205554,0.0608950254348891,0.246948274200904,0.126505292482313,0.587806994451229 -4568,0.5,0.255951455205554,0.119428472777226,0.29553122266106,0.240138312954799,0.567258310270028 -4569,0.5,0.255951455205554,0.180400892736714,0.338628225591884,0.359926951587179,0.551554866119071 -4570,0.5,0.255951455205554,0.235118340240003,0.376993353298851,0.490465256829086,0.509973730444171 -4571,0.5,0.255951455205554,0.280429164811738,0.424700369214622,0.599686702380954,0.452186932915375 -4572,0.5,0.255951455205554,0.309484277057064,0.473771662638005,0.66475165579261,0.428395187906337 -4573,0.5,0.255951455205554,0.326078907213944,0.482260394525371,0.688402082762565,0.415242271682276 -4574,0.5,0.255951455205554,0.298414726829448,0.49742137336898,0.675524688494607,0.38463714900524 -4575,0.5,0.255951455205554,0.253889020073874,0.476340968440883,0.618632107212578,0.355777013838931 -4576,0.5,0.255951455205554,0.204762985979854,0.449613394486038,0.515149329603875,0.323916379836969 -4577,0.5,0.255951455205554,0.150910084056208,0.413339645794961,0.388779438345302,0.314622554217358 -4578,0.5,0.255951455205554,0.0966750448206707,0.357568746162279,0.267967381745409,0.309818480744363 -4579,0.5,0.255951455205554,0.0501226664757472,0.303325678792653,0.142684951743946,0.301497973790286 -4580,0.5,0.255951455205554,0.012117673701208,0.284846533119736,0.0405640125930043,0.29192287416218 -4581,0.5,0.255951455205554,0.0,0.283878440732254,0.0,0.294933972306272 -4582,0.5,0.255951455205554,0.0,0.275680335086914,0.0,0.322701703107954 -4583,0.5,0.255951455205554,0.0,0.259391628507452,0.0,0.424544421944817 -4584,0.5,0.255951455205554,0.0,0.245493259150566,0.0,0.665541224975856 -4585,0.5,0.255951455205554,0.0,0.230321661962934,0.0,0.815528505389941 -4586,0.5,0.255951455205554,0.0,0.211433646738185,0.0,0.811812266943775 -4587,0.5,0.255951455205554,0.0,0.193120013839221,0.0,0.803638328008888 -4588,0.5,0.255951455205554,0.0,0.179789104096651,0.0,0.775523433912638 -4589,0.5,0.255951455205554,0.000729800051285231,0.172261709868851,0.00336810553066615,0.735437610494857 -4590,0.5,0.255951455205554,0.0233892099975271,0.185360952381652,0.0559444870834068,0.703266358041082 -4591,0.5,0.255951455205554,0.0670536474227499,0.245873011865145,0.128170949525499,0.686969380288774 -4592,0.5,0.255951455205554,0.13533677263099,0.309526784891655,0.244649701584081,0.680748967224601 -4593,0.5,0.255951455205554,0.214931357828708,0.341424294837289,0.367892337797102,0.658893358221286 -4594,0.5,0.255951455205554,0.302088673725284,0.37099719048505,0.502227799656461,0.601740871503822 -4595,0.5,0.255951455205554,0.37350315326266,0.402960738526827,0.614998096686192,0.555716205034833 -4596,0.5,0.255951455205554,0.415364514631114,0.424211706067446,0.683025623879587,0.545884338134731 -4597,0.5,0.255951455205554,0.443332027832975,0.430201196618343,0.708799429859871,0.521089194986334 -4598,0.5,0.255951455205554,0.431000568984429,0.425601786376963,0.696838447959254,0.468010755075358 -4599,0.5,0.255951455205554,0.373474411325137,0.403284219938154,0.639160437886784,0.425050880034638 -4600,0.5,0.255951455205554,0.2900196157743,0.377981559565828,0.532424045215608,0.368322421030418 -4601,0.5,0.255951455205554,0.20105665687775,0.351610861925042,0.40129207135913,0.303339041818115 -4602,0.5,0.255951455205554,0.129307198806024,0.305145344059998,0.275628808388216,0.254067991318545 -4603,0.5,0.255951455205554,0.0641406944827178,0.253014408879934,0.145984656660783,0.214449989371655 -4604,0.5,0.255951455205554,0.0140132999814059,0.198142616285745,0.0407151477002894,0.192862684488182 -4605,0.5,0.255951455205554,0.0,0.170729684378725,0.0,0.186525422051138 -4606,0.5,0.255951455205554,0.0,0.155905018880018,0.0,0.184182744993038 -4607,0.5,0.255951455205554,0.0,0.134996765390792,0.0,0.185052271723302 -4608,0.5,0.255951455205554,0.0,0.114003760385308,0.0,0.196364479819961 -4609,0.5,0.255951455205554,0.0,0.0954892824613167,0.0,0.206757577763336 -4610,0.5,0.255951455205554,0.0,0.0832167935599126,0.0,0.202893696519461 -4611,0.5,0.255951455205554,0.0,0.0765945403390429,0.0,0.195268543967042 -4612,0.5,0.255951455205554,0.0,0.0723925625068984,0.0,0.190435471398053 -4613,0.5,0.255951455205554,0.000620637376476841,0.0670634919339252,0.00323278695572111,0.193498682051332 -4614,0.5,0.255951455205554,0.0253983187493693,0.067896454044103,0.0563714953244156,0.191650078122309 -4615,0.5,0.255951455205554,0.0731975349796841,0.0980398858604561,0.128633703258778,0.19432431365208 -4616,0.5,0.255951455205554,0.14213406093908,0.143513852101524,0.246140146769856,0.205211439422071 -4617,0.5,0.255951455205554,0.212655093560147,0.184909023800933,0.369556884606923,0.212328369141754 -4618,0.5,0.255951455205554,0.286826048448266,0.211257115451877,0.481715555127796,0.207018710287422 -4619,0.5,0.255951455205554,0.35305170845622,0.207866119272668,0.600756597077485,0.189492868916893 -4620,0.5,0.255951455205554,0.382997332930121,0.193226097749861,0.683992843174217,0.168079066311404 -4621,0.5,0.255951455205554,0.390519873962825,0.176287341599343,0.683268700442755,0.160307036555243 -4622,0.5,0.255951455205554,0.390672413427309,0.157288485973125,0.691694931517124,0.182943104765627 -4623,0.5,0.255951455205554,0.388048432464506,0.139588003421064,0.634955394522117,0.210326005387234 -4624,0.5,0.255951455205554,0.346938191962193,0.12841838801232,0.525314872560162,0.227194389470785 -4625,0.5,0.255951455205554,0.270769518303084,0.110731832978791,0.369068738169609,0.249937926697054 -4626,0.5,0.255951455205554,0.189134783661521,0.0971662603276816,0.233531358648675,0.22540437552153 -4627,0.5,0.255951455205554,0.0926529508204889,0.0751857544552635,0.126174908226678,0.168638183613894 -4628,0.5,0.255951455205554,0.0169337304318833,0.0560433382671124,0.0493741168357389,0.137124771685898 -4629,0.5,0.255951455205554,0.0,0.0532994263973669,0.0,0.106354469317747 -4630,0.5,0.255951455205554,0.0,0.0514817788313487,0.0,0.0994253168009355 -4631,0.5,0.255951455205554,0.0,0.0442374688202886,0.0,0.0936790000907444 -4632,0.5,0.255951455205554,0.0,0.041886061415233,0.0,0.0990846309068967 -4633,0.5,0.255951455205554,0.0,0.0414592777772822,0.0,0.096649649150603 -4634,0.5,0.255951455205554,0.0,0.0451983503468015,0.0,0.0776864919437846 -4635,0.5,0.255951455205554,0.0,0.0501536945829194,0.0,0.0624378821080613 -4636,0.5,0.255951455205554,0.0,0.0555170606758841,0.0,0.0522940835770178 -4637,0.5,0.255951455205554,0.000373738005039846,0.0621734074272773,0.00184087813967471,0.0515647779634437 -4638,0.5,0.255951455205554,0.0274505353085151,0.069396572333781,0.0405499178901976,0.0679228565957805 -4639,0.5,0.255951455205554,0.0767038035993332,0.079083243176558,0.090709901665662,0.0858002301739182 -4640,0.5,0.255951455205554,0.137505416559603,0.0939016664016927,0.107158331865771,0.098967293412744 -4641,0.5,0.255951455205554,0.194982608787438,0.113265310906487,0.112759934625077,0.108623096382387 -4642,0.5,0.255951455205554,0.248745562722675,0.133061446407011,0.195124381625087,0.11297357054225 -4643,0.5,0.255951455205554,0.291209221935588,0.153616987038603,0.207401222791725,0.11059778308605 -4644,0.5,0.255951455205554,0.321584641891803,0.179829811845611,0.236550374837372,0.11000171266858 -4645,0.5,0.255951455205554,0.354135822479809,0.21553057645918,0.238194322855744,0.109781707414075 -4646,0.5,0.255951455205554,0.350154682882454,0.247940368028005,0.218745430905124,0.112049287809487 -4647,0.5,0.255951455205554,0.327758412275001,0.260834280167357,0.182066755595567,0.115049251913095 -4648,0.5,0.255951455205554,0.26236419359728,0.2471851215949,0.120546019745561,0.119175645106796 -4649,0.5,0.255951455205554,0.185881166359794,0.203882816528537,0.079310830290142,0.128866717431868 -4650,0.5,0.255951455205554,0.120667606789397,0.152609474937272,0.0393142512447048,0.140540469047679 -4651,0.5,0.255951455205554,0.0579341747104487,0.116892454962535,0.0200364590990386,0.151989318092965 -4652,0.5,0.255951455205554,0.0110694005526776,0.103768406579211,0.00341676244061309,0.165604632757125 -4653,0.5,0.255951455205554,1.13910070005072e-06,0.101120799247579,3.29119629294607e-05,0.168932465598413 -4654,0.5,0.255951455205554,0.0,0.103167505651861,0.0,0.168963310128707 -4655,0.5,0.255951455205554,0.0,0.107250669310174,0.0,0.178673966776439 -4656,0.5,0.255951455205554,0.0,0.112279257498087,0.0,0.190029132164882 -4657,0.5,0.255951455205554,0.0,0.119997764738962,0.0,0.208611349545154 -4658,0.5,0.255951455205554,0.0,0.126451503286755,0.0,0.233394566111507 -4659,0.5,0.255951455205554,0.0,0.13305733708838,0.0,0.257384434790388 -4660,0.5,0.255951455205554,0.0,0.14190667010498,0.0,0.278796994415603 -4661,0.5,0.255951455205554,0.00047522016651547,0.154049474959746,2.27998579411556e-05,0.291451285605747 -4662,0.5,0.255951455205554,0.0197694247595307,0.178019553329224,0.00124475924836914,0.303117183163906 -4663,0.5,0.255951455205554,0.0612427338894919,0.238132699742121,0.00933763844741726,0.322501541236137 -4664,0.5,0.255951455205554,0.117135436432516,0.314125564561671,0.0332147393771038,0.386333081996136 -4665,0.5,0.255951455205554,0.177987995748984,0.376514655796138,0.05637413125495,0.455329781832796 -4666,0.5,0.255951455205554,0.247425349632576,0.425358282968944,0.114027272618,0.439012583313256 -4667,0.5,0.255951455205554,0.314879888151345,0.457009795149649,0.188587538578344,0.407674865676567 -4668,0.5,0.255951455205554,0.362309496914188,0.466848108633799,0.297859761742556,0.430020841069702 -4669,0.5,0.255951455205554,0.38255258142746,0.466152532000523,0.46526196094085,0.405373340605358 -4670,0.5,0.255951455205554,0.375965078141094,0.460064560158519,0.574812006183651,0.296671179457421 -4671,0.5,0.255951455205554,0.335005542027256,0.442216141665004,0.57534901063266,0.226053241817658 -4672,0.5,0.255951455205554,0.279213280882695,0.410564207756839,0.505341809352286,0.218503644815659 -4673,0.5,0.255951455205554,0.211975775325296,0.363201603986651,0.392461767753689,0.266743507883727 -4674,0.5,0.255951455205554,0.139217150183044,0.290813228730065,0.271907037813614,0.377120035919736 -4675,0.5,0.255951455205554,0.0637842935666426,0.213809605506576,0.14441213619858,0.538373622691181 -4676,0.5,0.255951455205554,0.00993483208759153,0.158305063300682,0.0384946914311701,0.526027249916252 -4677,0.5,0.255951455205554,8.21931041679218e-07,0.126137740596778,0.0,0.371959568887792 -4678,0.5,0.255951455205554,0.0,0.112243607141204,0.0,0.296854658033537 -4679,0.5,0.255951455205554,0.0,0.109259096199793,0.0,0.277800205217466 -4680,0.5,0.255951455205554,0.0,0.108051715934585,0.0,0.343661123678674 -4681,0.5,0.255951455205554,0.0,0.100708140805284,0.0,0.435091475731024 -4682,0.5,0.255951455205554,0.0,0.0939235279957928,0.0,0.394985122159098 -4683,0.5,0.255951455205554,0.0,0.0908287833796543,0.0,0.508132043777031 -4684,0.5,0.255951455205554,0.0,0.0822141644031604,0.0,0.691224460208121 -4685,0.5,0.255951455205554,0.000397777834999824,0.0746745372756666,0.00242987007454955,0.784480689151874 -4686,0.5,0.255951455205554,0.0192701364265547,0.0745564608323593,0.0517716499915244,0.787163541753037 -4687,0.5,0.255951455205554,0.0598876431119847,0.120849731463113,0.125497742276295,0.755391278017428 -4688,0.5,0.255951455205554,0.118929905001518,0.196540876904576,0.231338554592559,0.823473803163959 -4689,0.5,0.255951455205554,0.182428927566758,0.251906690314679,0.149789580441333,0.748988859648309 -4690,0.5,0.255951455205554,0.250579019541825,0.282729100308564,0.0476468760248348,0.616864529656164 -4691,0.5,0.255951455205554,0.320632247955019,0.302782459128979,0.0770605207508354,0.461982444980335 -4692,0.5,0.255951455205554,0.366762050376231,0.310867883830489,0.177243012440735,0.426139639288096 -4693,0.5,0.255951455205554,0.373633232255559,0.314271345466566,0.245612656864279,0.473813175108766 -4694,0.5,0.255951455205554,0.355194208190699,0.295762288080713,0.324473133385822,0.532176751009446 -4695,0.5,0.255951455205554,0.331553221181893,0.274985232489099,0.222975575164756,0.593494846735947 -4696,0.5,0.255951455205554,0.285652686677827,0.253014968219293,0.0587078666542223,0.526108583690862 -4697,0.5,0.255951455205554,0.217369935175945,0.204968905965072,0.0116998204080544,0.431242218548098 -4698,0.5,0.255951455205554,0.14889815833192,0.161332396835943,0.0125213490059173,0.498235245501171 -4699,0.5,0.255951455205554,0.0752940069897002,0.119333303714699,0.0442049608180069,0.511643842348343 -4700,0.5,0.255951455205554,0.0108586519837754,0.0840703124585522,0.0128004108317536,0.437623590812189 -4701,0.5,0.255951455205554,2.90950860470185e-07,0.0679960604231953,0.0,0.3627976565342 -4702,0.5,0.255951455205554,0.0,0.0622236893584816,0.0,0.292640361423648 -4703,0.5,0.255951455205554,0.0,0.0568939582395545,0.0,0.213427938163761 -4704,0.5,0.255951455205554,0.0,0.0487583712322472,0.0,0.199324916518951 -4705,0.5,0.255951455205554,0.0,0.0421510855456612,0.0,0.177553423251008 -4706,0.5,0.255951455205554,0.0,0.0338868471943607,0.0,0.14531162035746 -4707,0.5,0.255951455205554,0.0,0.0301422976831318,0.0,0.124364075344814 -4708,0.5,0.255951455205554,0.0,0.0278579421859944,0.0,0.116778589028591 -4709,0.5,0.255951455205554,0.000299852543292227,0.0259997525477337,7.43497318394019e-05,0.120197052136976 -4710,0.5,0.255951455205554,0.0246605050639332,0.0283405174466755,0.00186427351559955,0.114110605337663 -4711,0.5,0.255951455205554,0.0796671026410782,0.0389203748909232,0.00802351163272519,0.102014474591729 -4712,0.5,0.255951455205554,0.159846088912013,0.0563312859960582,0.0296760269568759,0.0893250766557302 -4713,0.5,0.255951455205554,0.253434484521393,0.075710676175939,0.115388001905831,0.0792664031082 -4714,0.5,0.255951455205554,0.34814369569906,0.0906168307988279,0.393074177350333,0.0705325222424265 -4715,0.5,0.255951455205554,0.420337277510077,0.0992272178948572,0.496422051555403,0.0724089194768226 -4716,0.5,0.255951455205554,0.464229585357434,0.108875880210197,0.572194883290218,0.0786809524101651 -4717,0.5,0.255951455205554,0.472315242637657,0.116961525372732,0.484675265365606,0.0894186278729594 -4718,0.5,0.255951455205554,0.455833944707346,0.120313798342104,0.449180990521054,0.0839110086752212 -4719,0.5,0.255951455205554,0.421147511827993,0.114639008908632,0.391635803223357,0.0443826475348785 -4720,0.5,0.255951455205554,0.356370035422721,0.103279812170276,0.317717322679228,0.0281092615301901 -4721,0.5,0.255951455205554,0.280147564747897,0.0914838802129561,0.0912959162831587,0.0226654102865827 -4722,0.5,0.255951455205554,0.189813040710998,0.0734155495129337,0.0374961831194422,0.0299746635757996 -4723,0.5,0.255951455205554,0.0917697074834974,0.0500108898745659,0.0352024925374988,0.050051927525979 -4724,0.5,0.255951455205554,0.0126723374096356,0.0332472899806979,0.0388842533088836,0.0685099917956507 -4725,0.5,0.255951455205554,4.45034615212847e-10,0.0246642254101245,0.0,0.0698891551440022 -4726,0.5,0.255951455205554,0.0,0.0169558386006195,0.0,0.0696019284933014 -4727,0.5,0.255951455205554,0.0,0.0120286746551907,0.0,0.0826958210187001 -4728,0.5,0.255951455205554,0.0,0.00866313777469734,0.0,0.122032829394538 -4729,0.5,0.255951455205554,0.0,0.00696318618550705,0.0,0.201586936228786 -4730,0.5,0.255951455205554,0.0,0.00655156632974652,0.0,0.280825980908232 -4731,0.5,0.255951455205554,0.0,0.00680424923113093,0.0,0.358172328809837 -4732,0.5,0.255951455205554,0.0,0.00723368061857621,0.0,0.426368687365491 -4733,0.5,0.255951455205554,0.000278438043596542,0.00741339131001921,0.0017573550545031,0.464632070353443 -4734,0.5,0.255951455205554,0.0278715022053096,0.00727440704679895,0.0517696795987968,0.400918294912522 -4735,0.5,0.255951455205554,0.0888752275344494,0.00804847310747815,0.123922840724311,0.401456945326309 -4736,0.5,0.255951455205554,0.181363470341164,0.0119472071492634,0.237219262683468,0.437692537484771 -4737,0.5,0.255951455205554,0.287117884064455,0.0182635226022353,0.305979640240454,0.413674777644618 -4738,0.5,0.255951455205554,0.398033270875027,0.0267578607730542,0.310940875727431,0.295665284227606 -4739,0.5,0.255951455205554,0.485206715768578,0.0368018793387219,0.325780804592961,0.182099585574312 -4740,0.5,0.255951455205554,0.53385041373389,0.0488459926157813,0.37867836969027,0.104317925413249 -4741,0.5,0.255951455205554,0.572627899623617,0.0558054615000105,0.43809971217113,0.0737249599655965 -4742,0.5,0.255951455205554,0.573522493464612,0.0566639108133511,0.450400326600548,0.085333182373193 -4743,0.5,0.255951455205554,0.53260882031174,0.057541381007707,0.413183488339594,0.0845247380595178 -4744,0.5,0.255951455205554,0.447597211410827,0.0605222733978177,0.366766427746083,0.0553543632301186 -4745,0.5,0.255951455205554,0.334485393805115,0.063853633519805,0.298877041413488,0.0378245644914236 -4746,0.5,0.255951455205554,0.223371088003111,0.0621592696753507,0.196970914423238,0.0308205398253356 -4747,0.5,0.255951455205554,0.104793689761811,0.0484125387143979,0.0774073915195404,0.0259430310761755 -4748,0.5,0.255951455205554,0.0130362655226233,0.038053973149914,0.0241520840182111,0.0229374104672197 -4749,0.5,0.255951455205554,0.0,0.0324710705897845,0.0,0.0176757967500424 -4750,0.5,0.255951455205554,0.0,0.0264986085178394,0.0,0.00868626627492774 -4751,0.5,0.255951455205554,0.0,0.0221399589795414,0.0,0.005079577926887 -4752,0.5,0.255951455205554,0.0,0.0193279674646201,0.0,0.00655731074538084 -4753,0.5,0.255951455205554,0.0,0.0172084642469911,0.0,0.0101768271608086 -4754,0.5,0.255951455205554,0.0,0.0160567355557243,0.0,0.0134446964828309 -4755,0.5,0.255951455205554,0.0,0.0159004346304291,0.0,0.0190068514205383 -4756,0.5,0.255951455205554,0.0,0.0168814896535691,0.0,0.0293564587284492 -4757,0.5,0.255951455205554,0.000329381083765354,0.0175341647394216,0.000337087827518835,0.0446383780962352 -4758,0.5,0.255951455205554,0.0348517194730543,0.0164982548394367,0.00739639469564623,0.0527548412950733 -4759,0.5,0.255951455205554,0.108564341033749,0.0214091568197994,0.0371581800539359,0.052507767071277 -4760,0.5,0.255951455205554,0.221090889290874,0.040716421219867,0.0963436366339534,0.0517545980996144 -4761,0.5,0.255951455205554,0.348548897188059,0.0636397609951825,0.183162324562269,0.0581409559784691 -4762,0.5,0.255951455205554,0.483210783647533,0.0871356055820595,0.369257527067719,0.0858202764287315 -4763,0.5,0.255951455205554,0.592378164148351,0.110460961022983,0.434130432332552,0.101600574345563 -4764,0.5,0.255951455205554,0.655112621255207,0.129316466093169,0.487312610492515,0.12404419165981 -4765,0.5,0.255951455205554,0.677523607148087,0.137356569337054,0.591165114206394,0.142658358243941 -4766,0.5,0.255951455205554,0.662791185030704,0.142580736717512,0.601700851864608,0.149829703609107 -4767,0.5,0.255951455205554,0.607744066740819,0.147010809824551,0.56259528040647,0.165592052692726 -4768,0.5,0.255951455205554,0.506124110828954,0.150579357780105,0.43112000189571,0.188773236353298 -4769,0.5,0.255951455205554,0.375122115292485,0.152816143302551,0.332020455762578,0.212079861778554 -4770,0.5,0.255951455205554,0.247094522347967,0.127149789610157,0.225322117509133,0.258644884743479 -4771,0.5,0.255951455205554,0.109574175269781,0.0885839050698891,0.114381815504686,0.336672681779423 -4772,0.5,0.255951455205554,0.0124313091460352,0.0914229756285895,0.0333835061649959,0.413157051290197 -4773,0.5,0.255951455205554,0.0,0.10432881339969,0.0,0.443787009293316 -4774,0.5,0.255951455205554,0.0,0.10395150140027,0.0,0.431725803274498 -4775,0.5,0.255951455205554,0.0,0.0965014314668306,0.0,0.413708002425602 -4776,0.5,0.255951455205554,0.0,0.0886140367306566,0.0,0.398377347669079 -4777,0.5,0.255951455205554,0.0,0.0825488061876301,0.0,0.370223940734018 -4778,0.5,0.255951455205554,0.0,0.0803483291129825,0.0,0.347384213883158 -4779,0.5,0.255951455205554,0.0,0.0808490065364635,0.0,0.286379903442865 -4780,0.5,0.255951455205554,0.0,0.0821020848706865,0.0,0.201005082269909 -4781,0.5,0.255951455205554,0.000310151203752588,0.0842589388902471,0.000758112377371562,0.153283400157146 -4782,0.5,0.255951455205554,0.0363253915823767,0.0757144652964243,0.0450778478380341,0.152304602525408 -4783,0.5,0.255951455205554,0.112426922791113,0.09705301892754,0.11670722847375,0.197881000501096 -4784,0.5,0.255951455205554,0.228853375920422,0.167847116608161,0.230837628007342,0.282534484242513 -4785,0.5,0.255951455205554,0.35772730789851,0.26939112077692,0.352959232314774,0.373481341651171 -4786,0.5,0.255951455205554,0.492610387380066,0.368403916758532,0.484507050681332,0.458613617323455 -4787,0.5,0.255951455205554,0.601256865577476,0.460486129318686,0.596309144940523,0.531518805749693 -4788,0.5,0.255951455205554,0.666095568951959,0.522567763566743,0.664478991851886,0.624739553617963 -4789,0.5,0.255951455205554,0.690844367734655,0.549581146228271,0.69225106359175,0.697306892878022 -4790,0.5,0.255951455205554,0.675882536933426,0.559166011454608,0.681904780949727,0.74099466649551 -4791,0.5,0.255951455205554,0.618314990863381,0.562448911497243,0.626631317113207,0.751708072974648 -4792,0.5,0.255951455205554,0.512933433460847,0.563070301087792,0.52256157438422,0.767005283465865 -4793,0.5,0.255951455205554,0.378350225037221,0.540713749104857,0.394693045476211,0.798493471277643 -4794,0.5,0.255951455205554,0.248199208319707,0.432414570185774,0.269655219040557,0.845309198306606 -4795,0.5,0.255951455205554,0.107883271056737,0.349577962302302,0.140744556701667,0.903481748564894 -4796,0.5,0.255951455205554,0.0126244613076508,0.336642336112504,0.0334023797936812,0.936013561134463 -4797,0.5,0.255951455205554,0.0,0.334552875498024,0.0,0.950278299751914 -4798,0.5,0.255951455205554,0.0,0.316783454029613,0.0,0.950462107330023 -4799,0.5,0.255951455205554,0.0,0.295883558282421,0.0,0.94905308426739 -4800,0.5,0.255951455205554,0.0,0.277596761375628,0.0,0.945417073729037 -4801,0.5,0.255951455205554,0.0,0.259202467946344,0.0,0.944120223496573 -4802,0.5,0.255951455205554,0.0,0.242891558955735,0.0,0.942835581532417 -4803,0.5,0.255951455205554,0.0,0.227818033535154,0.0,0.943630635085425 -4804,0.5,0.255951455205554,0.0,0.221240359646607,0.0,0.943128324698732 -4805,0.5,0.255951455205554,0.000260402626582939,0.221259798469822,0.000529031248893143,0.939975613044178 -4806,0.5,0.255951455205554,0.0348940242910254,0.2272645975737,0.0463116584,0.93848317749119 -4807,0.5,0.255951455205554,0.11035043463529,0.280011479822315,0.117087867091012,0.934756809496819 -4808,0.5,0.255951455205554,0.218781589864285,0.359573088460474,0.231513787108596,0.938733054331237 -4809,0.5,0.255951455205554,0.339850367435773,0.419231352051534,0.352822442141812,0.947827928239313 -4810,0.5,0.255951455205554,0.466419918610923,0.474590886992129,0.487517702053565,0.943204874522093 -4811,0.5,0.255951455205554,0.568510620368408,0.528854362468618,0.60003247466334,0.909371088380867 -4812,0.5,0.255951455205554,0.626778372587853,0.567345487022847,0.662344206553468,0.913002770096634 -4813,0.5,0.255951455205554,0.643325299453541,0.573568526942456,0.667191225581525,0.887152531451063 -4814,0.5,0.255951455205554,0.620716051029484,0.562784950581573,0.647899142221021,0.85175634764252 -4815,0.5,0.255951455205554,0.562418103117422,0.547733297328176,0.603279219947283,0.835487697763479 -4816,0.5,0.255951455205554,0.464482785948358,0.5327837727303,0.52254175346064,0.78469046949934 -4817,0.5,0.255951455205554,0.337283245145561,0.5053159653869,0.3958038495103,0.807268339124131 -4818,0.5,0.255951455205554,0.216468855605057,0.411158519013241,0.269149244435481,0.877164757067028 -4819,0.5,0.255951455205554,0.0923519638632994,0.347743536176902,0.139446559492307,0.9252077355546 -4820,0.5,0.255951455205554,0.0097644182665314,0.332140971593986,0.0318885242862383,0.681093036261357 -4821,0.5,0.255951455205554,0.0,0.338388027728137,0.0,0.876848848101236 -4822,0.5,0.255951455205554,0.0,0.345064177380592,0.0,0.94979846829266 -4823,0.5,0.255951455205554,0.0,0.344213844823535,0.0,0.954481818556048 -4824,0.5,0.255951455205554,0.0,0.339740684975534,0.0,0.922814331161395 -4825,0.5,0.255951455205554,0.0,0.335865618311231,0.0,0.903492023326587 -4826,0.5,0.255951455205554,0.0,0.320809290147179,0.0,0.908908499474163 -4827,0.5,0.255951455205554,0.0,0.309192775656145,0.0,0.916224174093705 -4828,0.5,0.255951455205554,0.0,0.296754771129472,0.0,0.915571602470061 -4829,0.5,0.255951455205554,0.000206629758447182,0.285912506089801,0.000176274693006981,0.902383065145491 -4830,0.5,0.255951455205554,0.0246956767747492,0.303100163017879,0.0463055625928335,0.904132211154358 -4831,0.5,0.255951455205554,0.0810234674576586,0.37464234661354,0.114631295195853,0.910531059363184 -4832,0.5,0.255951455205554,0.157280254191393,0.489592038558928,0.218657197624524,0.875513011377726 -4833,0.5,0.255951455205554,0.237982545434444,0.577121533076364,0.326282349648583,0.844037765423329 -4834,0.5,0.255951455205554,0.318926506983561,0.624506317824539,0.409590957374294,0.844959773651681 -4835,0.5,0.255951455205554,0.391138341410485,0.653072236980018,0.494042612738423,0.838634908459643 -4836,0.5,0.255951455205554,0.44628337129381,0.666306435596934,0.576473416906675,0.775531233886728 -4837,0.5,0.255951455205554,0.463225171857183,0.662970575951621,0.590798336780187,0.67473749407051 -4838,0.5,0.255951455205554,0.43606884557879,0.651665585612983,0.631509212673549,0.576465974762545 -4839,0.5,0.255951455205554,0.370438810305528,0.632599595468419,0.592229463469039,0.471348008054477 -4840,0.5,0.255951455205554,0.295298266272101,0.613026306492348,0.499127753784997,0.380247158429879 -4841,0.5,0.255951455205554,0.215863878235227,0.569122442157257,0.387514563591224,0.324039386662091 -4842,0.5,0.255951455205554,0.134392606687633,0.458004995550142,0.262884889240958,0.300813432169887 -4843,0.5,0.255951455205554,0.0649609693066089,0.366733614727756,0.135151259747744,0.300848515975708 -4844,0.5,0.255951455205554,0.00998752334544054,0.306573617492232,0.0313081727947366,0.315323232834888 -4845,0.5,0.255951455205554,0.0,0.27432414512227,0.0,0.354588053746156 -4846,0.5,0.255951455205554,0.0,0.256133177961253,0.0,0.405993455700231 -4847,0.5,0.255951455205554,0.0,0.242151505185056,0.0,0.460324016678429 -4848,0.5,0.255951455205554,0.0,0.231920100892218,0.0,0.519878503742822 -4849,0.5,0.255951455205554,0.0,0.221871468736168,0.0,0.556215053571249 -4850,0.5,0.255951455205554,0.0,0.208415259275885,0.0,0.568483185367165 -4851,0.5,0.255951455205554,0.0,0.188775973764814,0.0,0.564764909740148 -4852,0.5,0.255951455205554,0.0,0.171527437503842,0.0,0.575656399377711 -4853,0.5,0.255951455205554,0.000154327843816915,0.155561988748613,0.0,0.608365459921451 -4854,0.5,0.255951455205554,0.0224174470617574,0.14462507149532,0.0435791150926487,0.619179712680932 -4855,0.5,0.255951455205554,0.0762555144473621,0.199216033369455,0.1147009483054,0.615235389487286 -4856,0.5,0.255951455205554,0.159540547381347,0.298817949155362,0.230034716868276,0.628763753589422 -4857,0.5,0.255951455205554,0.254150353337143,0.368892953353114,0.354045398039622,0.619647084439674 -4858,0.5,0.255951455205554,0.355963630334574,0.437672446618474,0.487907511190628,0.558987254888891 -4859,0.5,0.255951455205554,0.442932677776165,0.509779013396723,0.602013512603325,0.465427688090069 -4860,0.5,0.255951455205554,0.492054985331009,0.576862622197495,0.670667815276423,0.395522669619194 -4861,0.5,0.255951455205554,0.508746102484146,0.600741356964908,0.697382472921076,0.386351102818388 -4862,0.5,0.255951455205554,0.482417604978716,0.596104048052616,0.685123863555422,0.436611068842349 -4863,0.5,0.255951455205554,0.440539750407157,0.589820942938227,0.6281129228675,0.499880313748556 -4864,0.5,0.255951455205554,0.361979276899925,0.588471388571993,0.521448961718461,0.538103422310585 -4865,0.5,0.255951455205554,0.263233686224625,0.564820639299511,0.391489022883259,0.541730089113079 -4866,0.5,0.255951455205554,0.173339311772954,0.464429918553272,0.264729311051621,0.505210081457098 -4867,0.5,0.255951455205554,0.0795310947177662,0.380843523016113,0.136232217591642,0.448735802890952 -4868,0.5,0.255951455205554,0.00883624452772155,0.329733089573756,0.0292387555936491,0.388880396165744 -4869,0.5,0.255951455205554,0.0,0.314703410671409,0.0,0.351703585038011 -4870,0.5,0.255951455205554,0.0,0.299690197516391,0.0,0.33804556454007 -4871,0.5,0.255951455205554,0.0,0.266635303057568,0.0,0.342209100107454 -4872,0.5,0.255951455205554,0.0,0.229957695356091,0.0,0.330978179589614 -4873,0.5,0.255951455205554,0.0,0.195788914417894,0.0,0.337107032644634 -4874,0.5,0.255951455205554,0.0,0.170426720381884,0.0,0.366689769653198 -4875,0.5,0.255951455205554,0.0,0.154970271112833,0.0,0.377896546964037 -4876,0.5,0.255951455205554,0.0,0.146822554124399,0.0,0.364149024116155 -4877,0.5,0.255951455205554,0.000116548323979159,0.143358662779108,0.0,0.373411486633079 -4878,0.5,0.255951455205554,0.0286146251703,0.138772736115619,0.0436272243724373,0.41046332952532 -4879,0.5,0.255951455205554,0.100885843556021,0.187010992831057,0.115404700056959,0.447044083666356 -4880,0.5,0.255951455205554,0.211799933633391,0.301083911566566,0.231445478605634,0.475906915757806 -4881,0.5,0.255951455205554,0.338615574732454,0.35990587153264,0.355926073967876,0.49283177960923 -4882,0.5,0.255951455205554,0.468327286342809,0.435462790331674,0.489776350830703,0.470802033411412 -4883,0.5,0.255951455205554,0.566025093185965,0.512282634553044,0.603938308122006,0.414338472460121 -4884,0.5,0.255951455205554,0.605672971861552,0.572986344889993,0.673038546314864,0.38303737115267 -4885,0.5,0.255951455205554,0.626070589768306,0.595583231708193,0.700571897953641,0.366891551035672 -4886,0.5,0.255951455205554,0.597893147515256,0.588371774635962,0.688308267325469,0.36704309613202 -4887,0.5,0.255951455205554,0.526599437102242,0.576279242319571,0.630844162433166,0.382332238847052 -4888,0.5,0.255951455205554,0.429273381837499,0.566288888438494,0.523283624768901,0.394275347836154 -4889,0.5,0.255951455205554,0.32109925392573,0.540108364761808,0.392464355163859,0.397098678476368 -4890,0.5,0.255951455205554,0.213091166761802,0.440800529330924,0.264948362074243,0.399429122081407 -4891,0.5,0.255951455205554,0.0956156292721092,0.359441972661756,0.136008254793432,0.390922350441049 -4892,0.5,0.255951455205554,0.00815931360409953,0.315973484468159,0.0282156431637231,0.371298953537938 -4893,0.5,0.255951455205554,0.0,0.291154150037565,0.0,0.353895714588123 -4894,0.5,0.255951455205554,0.0,0.261473395593208,0.0,0.36709310163436 -4895,0.5,0.255951455205554,0.0,0.226458337125465,0.0,0.422819136610947 -4896,0.5,0.255951455205554,0.0,0.194033501020287,0.0,0.501319095082394 -4897,0.5,0.255951455205554,0.0,0.169787309146468,0.0,0.55473831051012 -4898,0.5,0.255951455205554,0.0,0.155014334835512,0.0,0.57388838140746 -4899,0.5,0.255951455205554,0.0,0.149036227637466,0.0,0.572079969215403 -4900,0.5,0.255951455205554,0.0,0.145264132882468,0.0,0.557588682555663 -4901,0.5,0.255951455205554,7.8844896068603e-05,0.139389021420335,0.0,0.541662822043998 -4902,0.5,0.255951455205554,0.0300780917309361,0.126443083658272,0.0423855748757581,0.524962440183122 -4903,0.5,0.255951455205554,0.106022123568016,0.160302504826983,0.114320138858704,0.516044337859141 -4904,0.5,0.255951455205554,0.220891707458648,0.240099299846278,0.230422312144516,0.512372104416176 -4905,0.5,0.255951455205554,0.347695617595441,0.290499036884544,0.354922652738796,0.511298168040308 -4906,0.5,0.255951455205554,0.47954814861609,0.336439148864202,0.488275628322841,0.523207430441868 -4907,0.5,0.255951455205554,0.583068255767693,0.407475898078075,0.60186453771771,0.522332303339631 -4908,0.5,0.255951455205554,0.608712093057681,0.492145082048957,0.670306977416746,0.525102372090889 -4909,0.5,0.255951455205554,0.591511278872995,0.547517896256522,0.697582227023629,0.553514775560648 -4910,0.5,0.255951455205554,0.559498341754031,0.547223858886695,0.683969997743934,0.588502483718901 -4911,0.5,0.255951455205554,0.493979500385429,0.532533323838383,0.618040226537726,0.588385579119389 -4912,0.5,0.255951455205554,0.40457488477065,0.528899662152801,0.500299071293455,0.581207610898783 -4913,0.5,0.255951455205554,0.297784968550924,0.512567213478151,0.348538178214122,0.566735612791583 -4914,0.5,0.255951455205554,0.192887421592304,0.453529427759275,0.2201529345352,0.533844257165365 -4915,0.5,0.255951455205554,0.0778307309744453,0.394541158656907,0.0950661785113233,0.490832973951743 -4916,0.5,0.255951455205554,0.00701596845801197,0.340508027611887,0.0222616090279935,0.448762811692983 -4917,0.5,0.255951455205554,0.0,0.294896070522069,0.0,0.414976875126982 -4918,0.5,0.255951455205554,0.0,0.255963894015756,0.0,0.414634276105617 -4919,0.5,0.255951455205554,0.0,0.21809855709219,0.0,0.480326498865437 -4920,0.5,0.255951455205554,0.0,0.186648019449355,0.0,0.513345634737218 -4921,0.5,0.255951455205554,0.0,0.171439792007588,0.0,0.41039314527832 -4922,0.5,0.255951455205554,0.0,0.177406440812719,0.0,0.25844873277819 -4923,0.5,0.255951455205554,0.0,0.185407738380844,0.0,0.154821678075596 -4924,0.5,0.255951455205554,0.0,0.189106671530331,0.0,0.140152224333717 -4925,0.5,0.255951455205554,2.49227191687821e-05,0.194022220754805,0.0,0.188167827669724 -4926,0.5,0.255951455205554,0.0171090062605038,0.201078945164866,0.0194959623161004,0.324626239010508 -4927,0.5,0.255951455205554,0.0715395314180844,0.211522880416832,0.0802048475665589,0.559092483833338 -4928,0.5,0.255951455205554,0.152722920443375,0.220735407941095,0.168958066480493,0.704673499143912 -4929,0.5,0.255951455205554,0.246528185020641,0.223262798599043,0.306138706520426,0.777629678624474 -4930,0.5,0.255951455205554,0.344823294060204,0.21193570066944,0.459297860372371,0.802562922969682 -4931,0.5,0.255951455205554,0.421814902695841,0.19694230269924,0.574232696975768,0.812325097548432 -4932,0.5,0.255951455205554,0.458139628592113,0.184164744921651,0.628026720002297,0.840490137636525 -4933,0.5,0.255951455205554,0.449567753387883,0.167194331120178,0.569224348193893,0.874066662558993 -4934,0.5,0.255951455205554,0.445190450057657,0.154302106274025,0.208500177468974,0.88934940722139 -4935,0.5,0.255951455205554,0.409866304678941,0.135965690829006,0.154989612106021,0.857493390409127 -4936,0.5,0.255951455205554,0.350827937346628,0.119973471961102,0.335675447176821,0.796012065584793 -4937,0.5,0.255951455205554,0.270728921426848,0.110085668558517,0.26765725061393,0.71322149565466 -4938,0.5,0.255951455205554,0.18152724034169,0.100406596354097,0.151757551357855,0.592852612883916 -4939,0.5,0.255951455205554,0.0724701176966114,0.0853305505074118,0.0573480325258107,0.431646939946918 -4940,0.5,0.255951455205554,0.00428899639593451,0.0691863008772354,0.0198435865377415,0.334696262229596 -4941,0.5,0.255951455205554,0.0,0.0586183171923693,0.0,0.327153559319896 -4942,0.5,0.255951455205554,0.0,0.0472012271803656,0.0,0.37328187982172 -4943,0.5,0.255951455205554,0.0,0.0373002663253443,0.0,0.402304734589163 -4944,0.5,0.255951455205554,0.0,0.0296326133536625,0.0,0.348409360098608 -4945,0.5,0.255951455205554,0.0,0.025354183385148,0.0,0.230470160002814 -4946,0.5,0.255951455205554,0.0,0.0220164087741241,0.0,0.126610739671112 -4947,0.5,0.255951455205554,0.0,0.0197515140639498,0.0,0.116312866711364 -4948,0.5,0.255951455205554,0.0,0.0169726531210718,0.0,0.106958025150748 -4949,0.5,0.255951455205554,1.58342268260262e-05,0.0131682328209053,0.0,0.0858836907533786 -4950,0.5,0.255951455205554,0.0248822905491827,0.0107953627022319,0.0202414372241133,0.0556675852468649 -4951,0.5,0.255951455205554,0.0955423300899633,0.00986294218984776,0.0836557627423816,0.0510760678788866 -4952,0.5,0.255951455205554,0.20092342089493,0.0121162476997944,0.155594475352988,0.0580604725639624 -4953,0.5,0.255951455205554,0.318134682021556,0.00991114641999532,0.140426167293016,0.0293531766697179 -4954,0.5,0.255951455205554,0.433796433146524,0.00800691087607151,0.222997525545636,0.0144796040444419 -4955,0.5,0.255951455205554,0.508063855409784,0.00701213170695381,0.241407481966708,0.00701837871488143 -4956,0.5,0.255951455205554,0.549643080630483,0.00677856816213501,0.226468770803097,0.00303532282409328 -4957,0.5,0.255951455205554,0.558192211564647,0.00707453087276695,0.198189508204393,0.000767302113658664 -4958,0.5,0.255951455205554,0.549372274889624,0.00760367460810385,0.294842132326476,0.000241070810347494 -4959,0.5,0.255951455205554,0.489665363389978,0.00897930041812368,0.480350385402691,0.000350286247956251 -4960,0.5,0.255951455205554,0.403452843685619,0.0113389002987132,0.237934061157394,0.000537403904742725 -4961,0.5,0.255951455205554,0.290845400646979,0.0134368211614573,0.369550109187874,0.00109874666099984 -4962,0.5,0.255951455205554,0.189249650060183,0.0130797877090302,0.25426663142933,0.0017430275823061 -4963,0.5,0.255951455205554,0.0799675601415936,0.0107730280782861,0.128938139390406,0.00216763450856163 -4964,0.5,0.255951455205554,0.00535382382444935,0.0104796202985674,0.0236910095023193,0.00228044004875854 -4965,0.5,0.255951455205554,0.0,0.00930065216774571,0.0,0.00157091858901289 -4966,0.5,0.255951455205554,0.0,0.00756260790502246,0.0,0.000696816254441183 -4967,0.5,0.255951455205554,0.0,0.00591348991383763,0.0,0.000349177937756078 -4968,0.5,0.255951455205554,0.0,0.00441556765110138,0.0,0.000219360664024481 -4969,0.5,0.255951455205554,0.0,0.00351687834298279,0.0,0.000168572031417436 -4970,0.5,0.255951455205554,0.0,0.00289972501535228,0.0,0.000133671068925566 -4971,0.5,0.255951455205554,0.0,0.00289471879551373,0.0,0.000124589246363135 -4972,0.5,0.255951455205554,0.0,0.00327038170127297,0.0,0.000427403663176999 -4973,0.5,0.255951455205554,1.223166592395e-05,0.00380149435258815,0.0,0.000515371828105194 -4974,0.5,0.255951455205554,0.0184868845122061,0.00407269963220351,0.0361063272036604,0.000417707828982493 -4975,0.5,0.255951455205554,0.0743757786933004,0.00499867351130508,0.105494691141121,0.000332701693915276 -4976,0.5,0.255951455205554,0.157939549420235,0.00962707053982097,0.217435483183323,0.000353877625495172 -4977,0.5,0.255951455205554,0.249153083279973,0.0200978617856085,0.33789349428368,0.000760271508794006 -4978,0.5,0.255951455205554,0.345778428385613,0.0326939237127073,0.466019420227994,0.00329547895751727 -4979,0.5,0.255951455205554,0.418257003105524,0.0463013586163356,0.566740309060697,0.00814687848060539 -4980,0.5,0.255951455205554,0.443734867517993,0.0576266257828184,0.425522662425308,0.0111795063634073 -4981,0.5,0.255951455205554,0.444097826300437,0.0677731306824578,0.456158052065814,0.012729282691699 -4982,0.5,0.255951455205554,0.426956378645725,0.0743796903104388,0.482014972929359,0.0260534043023145 -4983,0.5,0.255951455205554,0.385373598738801,0.0722805018870205,0.408251459280781,0.0502583030027389 -4984,0.5,0.255951455205554,0.312119064250392,0.0645225923761834,0.296047832649685,0.080594231161561 -4985,0.5,0.255951455205554,0.236950341394351,0.0534968065809512,0.238803465518891,0.0812690426691069 -4986,0.5,0.255951455205554,0.152203432085838,0.0392271169409043,0.131936904492212,0.0770469189257638 -4987,0.5,0.255951455205554,0.0633430298536546,0.0269993712043049,0.0498836209025024,0.0615463475177146 -4988,0.5,0.255951455205554,0.00390880942870741,0.0198470943388534,0.0143351760010094,0.0487671808737727 -4989,0.5,0.255951455205554,0.0,0.0188698445938369,0.0,0.0530302239346979 -4990,0.5,0.255951455205554,0.0,0.0175953534267264,0.0,0.060974925422618 -4991,0.5,0.255951455205554,0.0,0.015695654240987,0.0,0.0598720073739106 -4992,0.5,0.255951455205554,0.0,0.0142147068267865,0.0,0.0494963629497848 -4993,0.5,0.255951455205554,0.0,0.0128683224681803,0.0,0.0425692542310898 -4994,0.5,0.255951455205554,0.0,0.0113990538397281,0.0,0.0373231318591825 -4995,0.5,0.255951455205554,0.0,0.0097613179080946,0.0,0.0405499821660963 -4996,0.5,0.255951455205554,0.0,0.00959381867517126,0.0,0.0510371438117534 -4997,0.5,0.255951455205554,4.52441337269156e-06,0.00997884520946669,0.0,0.0499978721946434 -4998,0.5,0.255951455205554,0.0139548978471368,0.0103288742928388,0.0340060734154681,0.0374682724341707 -4999,0.5,0.255951455205554,0.0550426244889747,0.0145615703441075,0.103156816225961,0.0273463366801876 -5000,0.5,0.255951455205554,0.112700309695925,0.0348465942886547,0.21452050555612,0.0255169467524288 -5001,0.5,0.255951455205554,0.172261490650026,0.0567739547559536,0.336147015315457,0.0293365746978363 -5002,0.5,0.255951455205554,0.234243398407891,0.0791282837553352,0.463965509384915,0.0240370606009574 -5003,0.5,0.255951455205554,0.29231652654948,0.104306096318147,0.561280868726224,0.0188912189511197 -5004,0.5,0.255951455205554,0.321088751539313,0.127810123381359,0.353929690515104,0.0225291889334315 -5005,0.5,0.255951455205554,0.339432047017014,0.146717004141652,0.326628840084596,0.0439116722305684 -5006,0.5,0.255951455205554,0.341826176382589,0.174590752078831,0.3057508243507,0.0693712865185762 -5007,0.5,0.255951455205554,0.315546691067033,0.211349648750647,0.513515575036204,0.0910333628413542 -5008,0.5,0.255951455205554,0.269211212901074,0.251427408359409,0.405930515501194,0.0997783368580933 -5009,0.5,0.255951455205554,0.211999539795058,0.263127481973053,0.197158464393113,0.116131092550894 -5010,0.5,0.255951455205554,0.141464917379547,0.23540824806772,0.208320569276316,0.131176585891287 -5011,0.5,0.255951455205554,0.0590394157384047,0.189025652645079,0.109354372940055,0.154504630379599 -5012,0.5,0.255951455205554,0.00273539877763739,0.147195768633065,0.0201964721625096,0.198989747834133 -5013,0.5,0.255951455205554,0.0,0.125229337768957,0.0,0.220280085081218 -5014,0.5,0.255951455205554,0.0,0.119165856729501,0.0,0.198202413670809 -5015,0.5,0.255951455205554,0.0,0.11822957318435,0.0,0.167808058260273 -5016,0.5,0.255951455205554,0.0,0.110650096514834,0.0,0.155095888093846 -5017,0.5,0.255951455205554,0.0,0.0997511669190014,0.0,0.144937498202962 -5018,0.5,0.255951455205554,0.0,0.0913647461114558,0.0,0.148248215793703 -5019,0.5,0.255951455205554,0.0,0.0871228240150272,0.0,0.172942724001011 -5020,0.5,0.255951455205554,0.0,0.0849490887017477,0.0,0.199149825774397 -5021,0.5,0.255951455205554,1.17952864722904e-06,0.087230304927441,0.0,0.198591751444443 -5022,0.5,0.255951455205554,0.015527596380151,0.0899129970979611,0.0330567415604197,0.180249271010031 -5023,0.5,0.255951455205554,0.0668948692434859,0.121208593613563,0.102380171557231,0.157008579445878 -5024,0.5,0.255951455205554,0.141404724940082,0.188366121222839,0.214600976242589,0.148578716159746 -5025,0.5,0.255951455205554,0.219604042038452,0.244982271596323,0.336741438148447,0.130547518697444 -5026,0.5,0.255951455205554,0.293214648077268,0.286468035158327,0.466841611609856,0.10989337158343 -5027,0.5,0.255951455205554,0.368852428663057,0.339172491265653,0.579072785362706,0.0959504222409293 -5028,0.5,0.255951455205554,0.42162269125561,0.399104280525475,0.646974202255755,0.0874905874375433 -5029,0.5,0.255951455205554,0.454262092221037,0.459087445637319,0.675106161122304,0.0856880481106302 -5030,0.5,0.255951455205554,0.432533238910552,0.484996704368602,0.662660574141841,0.0895777005555593 -5031,0.5,0.255951455205554,0.371840877277905,0.482021483670506,0.607292986239248,0.0947448706244307 -5032,0.5,0.255951455205554,0.285070346015807,0.452794509361188,0.503253531925473,0.110232344150959 -5033,0.5,0.255951455205554,0.212760244006591,0.40387940688672,0.377312182247061,0.140602799339212 -5034,0.5,0.255951455205554,0.131909075403282,0.346747241559426,0.251164243649187,0.159767319255221 -5035,0.5,0.255951455205554,0.0587659415401507,0.30631981770511,0.125205558494637,0.13411859040143 -5036,0.5,0.255951455205554,0.00364175536001293,0.264275220213786,0.0197222159363853,0.0920855505973656 -5037,0.5,0.255951455205554,0.0,0.239413591508201,0.0,0.0841466079283043 -5038,0.5,0.255951455205554,0.0,0.222324212680637,0.0,0.0997979189182505 -5039,0.5,0.255951455205554,0.0,0.203091033683101,0.0,0.109700528678647 -5040,0.5,0.255951455205554,0.0,0.189816369668029,0.0,0.140570957772594 -5041,0.5,0.255951455205554,0.0,0.177415267792772,0.0,0.167451227871384 -5042,0.5,0.255951455205554,0.0,0.165911988336613,0.0,0.199847157341113 -5043,0.5,0.255951455205554,0.0,0.157349976733517,0.0,0.300041412880818 -5044,0.5,0.255951455205554,0.0,0.153819065662127,0.0,0.510116798570882 -5045,0.5,0.255951455205554,4.80010483406034e-08,0.16134159300795,0.0,0.69567541714197 -5046,0.5,0.255951455205554,0.00916056485229923,0.188619006092316,0.0333901998804719,0.771831060851598 -5047,0.5,0.255951455205554,0.0453350879795457,0.239913038165286,0.105187796289894,0.763129145075209 -5048,0.5,0.255951455205554,0.0987567066594554,0.333670240601101,0.220915336796198,0.625914267115512 -5049,0.5,0.255951455205554,0.15953490335841,0.4210218128155,0.346746687990986,0.473196031287697 -5050,0.5,0.255951455205554,0.221956321601943,0.466994537293844,0.477303503205224,0.397083413911184 -5051,0.5,0.255951455205554,0.271242541368642,0.504431860366213,0.594865649959505,0.291489113059384 -5052,0.5,0.255951455205554,0.300264792181116,0.547088045816995,0.659613169608977,0.3147861009476 -5053,0.5,0.255951455205554,0.317537653779481,0.562213526969946,0.644644773541929,0.409417149787671 -5054,0.5,0.255951455205554,0.326729530596684,0.55134212022171,0.432245810175072,0.469185637908921 -5055,0.5,0.255951455205554,0.319760375967195,0.520048126682411,0.429822573047824,0.510550540554972 -5056,0.5,0.255951455205554,0.281026991007286,0.481317748547764,0.262925840351272,0.482142917602993 -5057,0.5,0.255951455205554,0.212202455142729,0.429718316868952,0.21160853499557,0.461016556830252 -5058,0.5,0.255951455205554,0.135563543907353,0.349494983425857,0.252702865519186,0.497338366287098 -5059,0.5,0.255951455205554,0.0576847034508077,0.257040112704998,0.126364934313129,0.45048825922058 -5060,0.5,0.255951455205554,0.00315505807798735,0.202536018854896,0.0220576606592915,0.324158788435502 -5061,0.5,0.255951455205554,0.0,0.188430732974085,0.0,0.277295933249951 -5062,0.5,0.255951455205554,0.0,0.166886127697664,0.0,0.31175018086798 -5063,0.5,0.255951455205554,0.0,0.142861723367072,0.0,0.327862142560258 -5064,0.5,0.255951455205554,0.0,0.123133397400789,0.0,0.4551288005596 -5065,0.5,0.255951455205554,0.0,0.104898132274323,0.0,0.557786516033604 -5066,0.5,0.255951455205554,0.0,0.0895748762655824,0.0,0.635524889030361 -5067,0.5,0.255951455205554,0.0,0.0806614383346494,0.0,0.637111713999997 -5068,0.5,0.255951455205554,0.0,0.0704104054906488,0.0,0.661416004580087 -5069,0.5,0.255951455205554,6.04479617237392e-09,0.0674911336784832,0.0,0.686308056608463 -5070,0.5,0.255951455205554,0.0141158119566003,0.070632865369547,0.0107307592803492,0.57761261114618 -5071,0.5,0.255951455205554,0.071201645721179,0.0992801887645007,0.0258202470332267,0.445581307649266 -5072,0.5,0.255951455205554,0.159105649381632,0.144930855296281,0.0220921946865514,0.554755875101931 -5073,0.5,0.255951455205554,0.257680723036614,0.174504518424773,0.010560681293477,0.534108927651908 -5074,0.5,0.255951455205554,0.365109372548243,0.18845529427922,0.013293336626289,0.460005506167105 -5075,0.5,0.255951455205554,0.455297144890115,0.185977829476994,0.0254636517782298,0.482523149384359 -5076,0.5,0.255951455205554,0.515931288117216,0.191438782524664,0.0655419598032532,0.560273794884628 -5077,0.5,0.255951455205554,0.550086099298107,0.202703267280411,0.561606431742064,0.642912110505472 -5078,0.5,0.255951455205554,0.529905719520284,0.202139204066775,0.549095894562341,0.720194255559744 -5079,0.5,0.255951455205554,0.47061052037279,0.186309673213246,0.427667960939545,0.710927565673912 -5080,0.5,0.255951455205554,0.386418381678459,0.16392499692644,0.450557397474213,0.645250760195492 -5081,0.5,0.255951455205554,0.28466519286241,0.129441608416847,0.367727406402597,0.538154109329124 -5082,0.5,0.255951455205554,0.184202820991876,0.0865194368464322,0.218110450364749,0.406390399675042 -5083,0.5,0.255951455205554,0.0693995021009142,0.0440171532364314,0.107468122467927,0.315510397978996 -5084,0.5,0.255951455205554,0.0019616871990133,0.0216857647624612,0.0179053067526927,0.305301685368531 -5085,0.5,0.255951455205554,0.0,0.0181556750692481,0.0,0.308152976340808 -5086,0.5,0.255951455205554,0.0,0.0197853510995858,0.0,0.324829163528943 -5087,0.5,0.255951455205554,0.0,0.0220893625951796,0.0,0.381987709102509 -5088,0.5,0.255951455205554,0.0,0.0238576704409475,0.0,0.454712541909092 -5089,0.5,0.255951455205554,0.0,0.0250124671816217,0.0,0.477336123732756 -5090,0.5,0.255951455205554,0.0,0.0255539220968731,0.0,0.42529766247266 -5091,0.5,0.255951455205554,0.0,0.0272523942588641,0.0,0.324339986049772 -5092,0.5,0.255951455205554,0.0,0.0289402039576325,0.0,0.253235521993603 -5093,0.5,0.255951455205554,0.0,0.0288562318780073,0.0,0.222034289070537 -5094,0.5,0.255951455205554,0.0158969418251374,0.0240163477750398,0.030478027105257,0.222018579700963 -5095,0.5,0.255951455205554,0.0814099483686359,0.0214120642197816,0.101527198047165,0.227888273587969 -5096,0.5,0.255951455205554,0.176254652019636,0.0357132765803601,0.210195414836604,0.220405686152977 -5097,0.5,0.255951455205554,0.2841959029118,0.0515702190254949,0.332841146714157,0.205400674593622 -5098,0.5,0.255951455205554,0.397352802739883,0.0627710507802414,0.463993806082142,0.193849058161676 -5099,0.5,0.255951455205554,0.486951263573027,0.0715540178844519,0.491666258540223,0.180711372799136 -5100,0.5,0.255951455205554,0.524621629595379,0.0825738390749072,0.529328866819767,0.167894130622833 -5101,0.5,0.255951455205554,0.523966104375089,0.0907368446159427,0.416691356607698,0.112478386056656 -5102,0.5,0.255951455205554,0.514820538045775,0.0932960017601559,0.346040598647892,0.0590973439591459 -5103,0.5,0.255951455205554,0.48422359674342,0.0963645076427472,0.277934091554949,0.0273049704245615 -5104,0.5,0.255951455205554,0.406649179208309,0.0986699055182481,0.11473480677623,0.0104530327560638 -5105,0.5,0.255951455205554,0.309359364933312,0.0975982126020933,0.0443945668963111,0.00407442437289236 -5106,0.5,0.255951455205554,0.203074865330403,0.0715602015172948,0.0290133583179716,0.00465809375106204 -5107,0.5,0.255951455205554,0.0724219886035827,0.042188506470921,0.0706352738557171,0.0139602539820304 -5108,0.5,0.255951455205554,0.0015282398177446,0.0503736050116615,0.0,0.0332780113605441 -5109,0.5,0.255951455205554,0.0,0.0607068379066879,0.0,0.0446738657278698 -5110,0.5,0.255951455205554,0.0,0.0667580830514118,0.0,0.0484365412015221 -5111,0.5,0.255951455205554,0.0,0.0743135968484713,0.0,0.0523151782824242 -5112,0.5,0.255951455205554,0.0,0.082184982678378,0.0,0.0550578569302969 -5113,0.5,0.255951455205554,0.0,0.0906248004752727,0.0,0.054312456335782 -5114,0.5,0.255951455205554,0.0,0.0943982154068168,0.0,0.0498133465854637 -5115,0.5,0.255951455205554,0.0,0.0945860876197842,0.0,0.0484112425090166 -5116,0.5,0.255951455205554,0.0,0.0977609353563448,0.0,0.0487862095306268 -5117,0.5,0.255951455205554,0.0,0.101820632479669,0.0,0.0590030457314912 -5118,0.5,0.255951455205554,0.0117635476106373,0.0981375675143863,0.0285659500646106,0.104274525022632 -5119,0.5,0.255951455205554,0.0726629222929344,0.120225982513129,0.100129714249081,0.18295472437834 -5120,0.5,0.255951455205554,0.158600330050386,0.172840347031488,0.213101689630808,0.260482109951331 -5121,0.5,0.255951455205554,0.261254129449687,0.224666726374949,0.336978480082418,0.333007832129209 -5122,0.5,0.255951455205554,0.37411989942012,0.261165603113029,0.467117718193476,0.411497833273424 -5123,0.5,0.255951455205554,0.467611873847569,0.282546683071298,0.578290483960558,0.456576917774983 -5124,0.5,0.255951455205554,0.527608650964865,0.309684629015111,0.641927267250516,0.41319935501744 -5125,0.5,0.255951455205554,0.539149953307078,0.344263515329151,0.63367931101613,0.371370954159935 -5126,0.5,0.255951455205554,0.510250352357236,0.36858238275219,0.563346532709123,0.358427542994697 -5127,0.5,0.255951455205554,0.474722396391743,0.377159116151529,0.50751004128535,0.279695436510493 -5128,0.5,0.255951455205554,0.390568565539895,0.369612421558442,0.416612588664177,0.253772610714797 -5129,0.5,0.255951455205554,0.283727224872454,0.343602253455682,0.323736382324622,0.198583218409847 -5130,0.5,0.255951455205554,0.180473680651406,0.285627620840495,0.160086755543936,0.200531488201888 -5131,0.5,0.255951455205554,0.0633105666130631,0.21841419786751,0.0775654294822593,0.177944599356391 -5132,0.5,0.255951455205554,0.000726961084372064,0.16676779539439,0.0,0.1574662902502 -5133,0.5,0.255951455205554,0.0,0.138417816266364,0.0,0.140122020916242 -5134,0.5,0.255951455205554,0.0,0.117671004846941,0.0,0.128171533226217 -5135,0.5,0.255951455205554,0.0,0.098438512786812,0.0,0.142875599360309 -5136,0.5,0.255951455205554,0.0,0.0825062773968959,0.0,0.14500477159709 -5137,0.5,0.255951455205554,0.0,0.0675049627280579,0.0,0.143814596521514 -5138,0.5,0.255951455205554,0.0,0.0526880625849625,0.0,0.100941892267528 -5139,0.5,0.255951455205554,0.0,0.0393496141244991,0.0,0.0739945388090222 -5140,0.5,0.255951455205554,0.0,0.0313691102870143,0.0,0.0676979095552227 -5141,0.5,0.255951455205554,0.0,0.0255725582220427,0.0,0.0784464514685706 -5142,0.5,0.255951455205554,0.0131652240734024,0.017762574165751,0.0263217845288688,0.038182566517893 -5143,0.5,0.255951455205554,0.0772201155616745,0.0138342423127797,0.0955379272334657,0.0251772391679147 -5144,0.5,0.255951455205554,0.164986664885306,0.0193558749209535,0.20451740752084,0.0263547220931921 -5145,0.5,0.255951455205554,0.25558245664116,0.0266499595696622,0.321594808120673,0.0467192284451223 -5146,0.5,0.255951455205554,0.355344590645867,0.0349357107221862,0.437288370595516,0.0901297463554058 -5147,0.5,0.255951455205554,0.437950960729883,0.0456472159774619,0.521801924454662,0.1095948027951 -5148,0.5,0.255951455205554,0.444211190634075,0.0617685829268151,0.551660966279419,0.115227165566191 -5149,0.5,0.255951455205554,0.46195799529477,0.0765986621778981,0.580478215828529,0.147005037984402 -5150,0.5,0.255951455205554,0.426180513362502,0.0876103733953281,0.563521697486301,0.162946653705531 -5151,0.5,0.255951455205554,0.367414718421043,0.0999414483779253,0.452996323914479,0.138027917016062 -5152,0.5,0.255951455205554,0.287915273432634,0.114763344382528,0.112075394229571,0.116281754690674 -5153,0.5,0.255951455205554,0.191686737885341,0.125148229913699,0.313276985281857,0.102238183267426 -5154,0.5,0.255951455205554,0.116075924765029,0.123442047236818,0.0556492107091072,0.094348591481242 -5155,0.5,0.255951455205554,0.0408617841545723,0.105722900566772,0.0937054904120737,0.0942778649335929 -5156,0.5,0.255951455205554,0.000196994191969492,0.0855333060537175,0.0,0.10620501429501 -5157,0.5,0.255951455205554,0.0,0.0755757268305862,0.0,0.11368421038322 -5158,0.5,0.255951455205554,0.0,0.0824335387632695,0.0,0.112984463893436 -5159,0.5,0.255951455205554,0.0,0.0919853921031698,0.0,0.117452643763866 -5160,0.5,0.255951455205554,0.0,0.102362191986156,0.0,0.127517558852964 -5161,0.5,0.255951455205554,0.0,0.115582327485489,0.0,0.161369459740077 -5162,0.5,0.255951455205554,0.0,0.122616460109911,0.0,0.210934807587747 -5163,0.5,0.255951455205554,0.0,0.124037818640953,0.0,0.301260284805441 -5164,0.5,0.255951455205554,0.0,0.134160252576089,0.0,0.40181778300792 -5165,0.5,0.255951455205554,0.0,0.139539609941805,0.0,0.475521103875631 -5166,0.5,0.255951455205554,0.0036016736047789,0.152136398270286,0.0210988562007691,0.49278162489878 -5167,0.5,0.255951455205554,0.0304366985775367,0.18767870850732,0.0902950223750185,0.406421844949074 -5168,0.5,0.255951455205554,0.0792612178816743,0.261746510648627,0.186660624463194,0.318563956874265 -5169,0.5,0.255951455205554,0.146561860220369,0.34261840570854,0.290167945156536,0.332098407318336 -5170,0.5,0.255951455205554,0.21428781948557,0.383981229571031,0.385684277238494,0.422776046165289 -5171,0.5,0.255951455205554,0.272650394048382,0.399636233928736,0.509801844842763,0.462595193624548 -5172,0.5,0.255951455205554,0.323942740419832,0.396772428295231,0.620375804764034,0.430094439439533 -5173,0.5,0.255951455205554,0.362188956683007,0.384047039269588,0.657672413246721,0.411080122751935 -5174,0.5,0.255951455205554,0.360687800024425,0.361592020979536,0.65887114520587,0.418221849418522 -5175,0.5,0.255951455205554,0.330414910972192,0.32783014283717,0.611216806396961,0.390972433440007 -5176,0.5,0.255951455205554,0.279622270682426,0.29382003564809,0.490852702310854,0.313708669972463 -5177,0.5,0.255951455205554,0.206635556524678,0.255811376827332,0.369837744339399,0.244852149633594 -5178,0.5,0.255951455205554,0.128147416693188,0.198894548602607,0.251956554686512,0.231569004081344 -5179,0.5,0.255951455205554,0.0497122549025237,0.131976123110752,0.0890110802695595,0.258987308425283 -5180,0.5,0.255951455205554,5.06896649189974e-05,0.0910241161515742,0.0,0.265756476955434 -5181,0.5,0.255951455205554,0.0,0.0727312368781394,0.0,0.259616141026582 -5182,0.5,0.255951455205554,0.0,0.0655452497284533,0.0,0.254189376893134 -5183,0.5,0.255951455205554,0.0,0.0611255012268734,0.0,0.262603351385494 -5184,0.5,0.255951455205554,0.0,0.0579730314213572,0.0,0.264191765078803 -5185,0.5,0.255951455205554,0.0,0.054715556384919,0.0,0.284312777016173 -5186,0.5,0.255951455205554,0.0,0.0520867593821522,0.0,0.379910381198715 -5187,0.5,0.255951455205554,0.0,0.0509227425297725,0.0,0.458715235420702 -5188,0.5,0.255951455205554,0.0,0.0507110640693599,0.0,0.49841251085094 -5189,0.5,0.255951455205554,0.0,0.0498941960585967,0.0,0.508747021778206 -5190,0.5,0.255951455205554,0.0114340092125297,0.048284044977855,0.0249077760073587,0.474552523921311 -5191,0.5,0.255951455205554,0.0752315042194692,0.0672164020777469,0.0982896932339011,0.376118233569839 -5192,0.5,0.255951455205554,0.169770047290908,0.134053101723327,0.214820669284005,0.244224345959697 -5193,0.5,0.255951455205554,0.277903331489746,0.195809744371752,0.339397924928373,0.25116759790192 -5194,0.5,0.255951455205554,0.389126414012101,0.233328421336868,0.428533948208756,0.279132476291927 -5195,0.5,0.255951455205554,0.45661419539366,0.261243761405668,0.538479577339294,0.343262806333996 -5196,0.5,0.255951455205554,0.503895186452994,0.276431063748299,0.447426407087655,0.424567677595851 -5197,0.5,0.255951455205554,0.538520190153094,0.286090318268243,0.513536438921899,0.479743230091083 -5198,0.5,0.255951455205554,0.524837474336265,0.288290684736235,0.525253394861316,0.555408027423146 -5199,0.5,0.255951455205554,0.476489116627896,0.279908013810699,0.493414681940113,0.544458611458709 -5200,0.5,0.255951455205554,0.396025649292915,0.261337773062729,0.394805078578854,0.503130569528489 -5201,0.5,0.255951455205554,0.285088503296762,0.230175880015878,0.361757188515018,0.45833307086549 -5202,0.5,0.255951455205554,0.176848186776359,0.181219925723377,0.240158959711827,0.39411970140079 -5203,0.5,0.255951455205554,0.0555930458497967,0.124536403323061,0.0866158664220867,0.31834224819468 -5204,0.5,0.255951455205554,2.30542361107235e-06,0.0761705030655087,0.0,0.234943328202065 -5205,0.5,0.255951455205554,0.0,0.058291581632263,0.0,0.139640642598685 -5206,0.5,0.255951455205554,0.0,0.0501447266701774,0.0,0.0747585000667119 -5207,0.5,0.255951455205554,0.0,0.0424914658970684,0.0,0.0564629964540943 -5208,0.5,0.255951455205554,0.0,0.0353633432326598,0.0,0.0625867594082645 -5209,0.5,0.255951455205554,0.0,0.0288566919249652,0.0,0.0717628271938405 -5210,0.5,0.255951455205554,0.0,0.0236340378304393,0.0,0.075333988747317 -5211,0.5,0.255951455205554,0.0,0.0219542054676571,0.0,0.0675359624882568 -5212,0.5,0.255951455205554,0.0,0.0215025417124329,0.0,0.0469348986733175 -5213,0.5,0.255951455205554,0.0,0.0202629445163719,0.0,0.0348075980095606 -5214,0.5,0.255951455205554,0.0110198715025029,0.0168309463375436,0.0187533107623166,0.0320503342674787 -5215,0.5,0.255951455205554,0.0785936976873981,0.0195863225442667,0.0828430208618891,0.0418124905450978 -5216,0.5,0.255951455205554,0.180169157756185,0.035486929108454,0.179986723223612,0.0539974887188018 -5217,0.5,0.255951455205554,0.294311127587737,0.047965478859361,0.276257956730465,0.0628574283510643 -5218,0.5,0.255951455205554,0.40296286317279,0.0532843510355951,0.451350541887276,0.0658256436547167 -5219,0.5,0.255951455205554,0.499064506387706,0.0558174508940781,0.490109068295047,0.0694850512750822 -5220,0.5,0.255951455205554,0.551475262602084,0.0600595402074548,0.4605431762638,0.0681276038253874 -5221,0.5,0.255951455205554,0.56423638756297,0.0674224665736713,0.496334535685255,0.0896950248829739 -5222,0.5,0.255951455205554,0.519577879109193,0.0765329656395916,0.562620368094566,0.134465540728195 -5223,0.5,0.255951455205554,0.456440163319185,0.0800224909441811,0.554937790155392,0.139981692110709 -5224,0.5,0.255951455205554,0.372373063311136,0.076530729158615,0.49147231377259,0.18211743069235 -5225,0.5,0.255951455205554,0.272666796856938,0.0681459325764487,0.358535676033147,0.208584063093433 -5226,0.5,0.255951455205554,0.16557355910281,0.0527918624559709,0.221536757807394,0.141579023294902 -5227,0.5,0.255951455205554,0.0498151511115702,0.0334653756709826,0.0883127344517263,0.0953448377287191 -5228,0.5,0.255951455205554,0.0,0.0297748005021536,0.0,0.0671156506742554 -5229,0.5,0.255951455205554,0.0,0.0361508080602028,0.0,0.07869339360039 -5230,0.5,0.255951455205554,0.0,0.0454434832392092,0.0,0.173413946080517 -5231,0.5,0.255951455205554,0.0,0.0537634369742384,0.0,0.273009031595668 -5232,0.5,0.255951455205554,0.0,0.0569889040235012,0.0,0.337730996085866 -5233,0.5,0.255951455205554,0.0,0.054860138631513,0.0,0.330593845009672 -5234,0.5,0.255951455205554,0.0,0.0504268256935317,0.0,0.308782731848307 -5235,0.5,0.255951455205554,0.0,0.045167720907162,0.0,0.284578586028376 -5236,0.5,0.255951455205554,0.0,0.0416086581918333,0.0,0.293601955309164 -5237,0.5,0.255951455205554,0.0,0.0378114313581906,0.0,0.247409945292617 -5238,0.5,0.255951455205554,0.00855760302443931,0.0334156484244417,0.00104455546507852,0.226207809488903 -5239,0.5,0.255951455205554,0.0508358983807118,0.0340536622872522,0.00612628808801885,0.168325495374212 -5240,0.5,0.255951455205554,0.116617867565052,0.0483716008547583,0.0445488733593769,0.0618630115367056 -5241,0.5,0.255951455205554,0.190326854081407,0.0595329535099951,0.0180228357798599,0.0372428199815461 -5242,0.5,0.255951455205554,0.268587482831414,0.0668971780078125,0.0720586238537072,0.0678050760144474 -5243,0.5,0.255951455205554,0.33986770843662,0.069249357170197,0.0535414033019511,0.0730378977395881 -5244,0.5,0.255951455205554,0.390296363006239,0.0705103150870374,0.00689541760219301,0.0746765006447171 -5245,0.5,0.255951455205554,0.427325775580831,0.0716449938141886,0.0192661343886097,0.0749547427919675 -5246,0.5,0.255951455205554,0.427911966372593,0.0729548125753491,0.0259615958053069,0.0601154529639059 -5247,0.5,0.255951455205554,0.385065358324209,0.0733359000830219,0.0367825965289211,0.0408926175627654 -5248,0.5,0.255951455205554,0.32032650051598,0.0678915509563073,0.0682263138882909,0.0173995734047005 -5249,0.5,0.255951455205554,0.235748901696922,0.0607763298242385,0.137946840150356,0.0175356367701968 -5250,0.5,0.255951455205554,0.146931419118854,0.0483161083888491,0.102356327176125,0.0245624883967523 -5251,0.5,0.255951455205554,0.0462559184295538,0.0339502311370999,0.0252222514067566,0.0278466055360152 -5252,0.5,0.255951455205554,3.29656291414347e-06,0.020706589059175,0.0,0.0213023100322336 -5253,0.5,0.255951455205554,0.0,0.0169804970208685,0.0,0.0184579383344654 -5254,0.5,0.255951455205554,0.0,0.0150808606158073,0.0,0.019754734055207 -5255,0.5,0.255951455205554,0.0,0.0122574646727512,0.0,0.0279557196397774 -5256,0.5,0.255951455205554,0.0,0.0108993567299499,0.0,0.0345632237742614 -5257,0.5,0.255951455205554,0.0,0.0108841686431335,0.0,0.0304992149084477 -5258,0.5,0.255951455205554,0.0,0.0111439674246524,0.0,0.0212946641822663 -5259,0.5,0.255951455205554,0.0,0.0111510135855537,0.0,0.0156658244552161 -5260,0.5,0.255951455205554,0.0,0.0110949864845954,0.0,0.0117563185478395 -5261,0.5,0.255951455205554,0.0,0.0106969583508794,0.0,0.00959892326718155 -5262,0.5,0.255951455205554,0.00678726921179312,0.0102302181519777,0.0189065480489688,0.0091814556117984 -5263,0.5,0.255951455205554,0.0609870672255016,0.0139416766384758,0.0910216790566192,0.00929384904371088 -5264,0.5,0.255951455205554,0.148142584733744,0.0224269850034076,0.197314165655074,0.0103466369996234 -5265,0.5,0.255951455205554,0.248217439841535,0.0283613220863968,0.289225215946704,0.0104039341363662 -5266,0.5,0.255951455205554,0.354343616102498,0.0349770918684798,0.37044899519233,0.00965059588143857 -5267,0.5,0.255951455205554,0.445090238393637,0.0412370230247088,0.415056376643783,0.00931767948866074 -5268,0.5,0.255951455205554,0.497145375062195,0.0463623388384317,0.39298214274381,0.0143153328203934 -5269,0.5,0.255951455205554,0.532434833076069,0.0521493715871464,0.44888905452773,0.0289939234846312 -5270,0.5,0.255951455205554,0.5431555751583,0.0575682384559731,0.480310830128807,0.059859930674201 -5271,0.5,0.255951455205554,0.501257287069276,0.0586672773096669,0.482462778082931,0.0611491874678348 -5272,0.5,0.255951455205554,0.404003812133067,0.0578390652263223,0.470388818707541,0.0676309384349992 -5273,0.5,0.255951455205554,0.289936807820554,0.0587186148036299,0.346697312986281,0.0987276758329693 -5274,0.5,0.255951455205554,0.18004013658813,0.0544465584842857,0.206429527877804,0.141961903301321 -5275,0.5,0.255951455205554,0.0462211165247068,0.0362271163907794,0.0789790736509021,0.192955839370356 -5276,0.5,0.255951455205554,1.793850635169e-05,0.0346955326961112,0.0,0.20109621074989 -5277,0.5,0.255951455205554,0.0,0.046200253695075,0.0,0.175888704133484 -5278,0.5,0.255951455205554,0.0,0.062215122342032,0.0,0.176615668730519 -5279,0.5,0.255951455205554,0.0,0.0776465301535507,0.0,0.210826026806857 -5280,0.5,0.255951455205554,0.0,0.0919799161303419,0.0,0.312793683878942 -5281,0.5,0.255951455205554,0.0,0.113528218464894,0.0,0.654459885056644 -5282,0.5,0.255951455205554,0.0,0.138694285644557,0.0,0.832377593540523 -5283,0.5,0.255951455205554,0.0,0.154149193188598,0.0,0.822367088459496 -5284,0.5,0.255951455205554,0.0,0.166700817454303,0.0,0.712289924770356 -5285,0.5,0.255951455205554,0.0,0.189846339664751,0.0,0.552370948984717 -5286,0.5,0.255951455205554,0.00803741596143221,0.222101020127027,0.00129408862885646,0.516005066365623 -5287,0.5,0.255951455205554,0.0586410819275075,0.305010724114224,0.00595583604761052,0.532681365886033 -5288,0.5,0.255951455205554,0.12726092019723,0.42429631119897,0.0406193817407447,0.687319172004984 -5289,0.5,0.255951455205554,0.200610737303974,0.51538721886344,0.0383032092660769,0.909515623335182 -5290,0.5,0.255951455205554,0.267670209859368,0.597739390153948,0.155667480643711,0.937929193724894 -5291,0.5,0.255951455205554,0.308914564411329,0.64915838352343,0.126134844369642,0.923698519807846 -5292,0.5,0.255951455205554,0.331338777238313,0.673851458228169,0.128696819065282,0.930620924143349 -5293,0.5,0.255951455205554,0.33261195213367,0.701667893581675,0.0550082553120415,0.948088437993419 -5294,0.5,0.255951455205554,0.319412620392211,0.723254098206028,0.00388289631431118,0.942251308018512 -5295,0.5,0.255951455205554,0.286712465645413,0.691032680607662,0.0998503385844588,0.955953739556385 -5296,0.5,0.255951455205554,0.237669143603582,0.642474870554163,0.148836342429611,0.927214244418256 -5297,0.5,0.255951455205554,0.171537406040177,0.562005641685811,0.0465110852366996,0.88912265632529 -5298,0.5,0.255951455205554,0.109657988686008,0.466085020569094,0.0124171292232322,0.787824342444605 -5299,0.5,0.255951455205554,0.0392513224045828,0.335685539624579,0.00335573353619164,0.806667058522145 -5300,0.5,0.255951455205554,1.63300035087604e-05,0.229230062887806,0.0,0.746779291595701 -5301,0.5,0.255951455205554,0.0,0.173441841900174,0.0,0.639444321657439 -5302,0.5,0.255951455205554,0.0,0.128811811868355,0.0,0.480195982451996 -5303,0.5,0.255951455205554,0.0,0.0939066343594381,0.0,0.338433923482207 -5304,0.5,0.255951455205554,0.0,0.0548232570774134,0.0,0.275733123816448 -5305,0.5,0.255951455205554,0.0,0.030992253929735,0.0,0.21144078800912 -5306,0.5,0.255951455205554,0.0,0.0218303908334017,0.0,0.168632025433562 -5307,0.5,0.255951455205554,0.0,0.0213022627093563,0.0,0.0822112078010402 -5308,0.5,0.255951455205554,0.0,0.0243826655020982,0.0,0.0382247811100443 -5309,0.5,0.255951455205554,0.0,0.0310164532512917,0.0,0.096232268622523 -5310,0.5,0.255951455205554,0.00623488861901029,0.0372827699636109,0.0128014261585479,0.207465056687964 -5311,0.5,0.255951455205554,0.0622810047943937,0.0537387709056701,0.0861743070535899,0.263044729578787 -5312,0.5,0.255951455205554,0.144932202347786,0.114688718941452,0.188169661451286,0.280396273925107 -5313,0.5,0.255951455205554,0.231160698802568,0.191071657366529,0.272370273730939,0.280339508481683 -5314,0.5,0.255951455205554,0.311161141010198,0.264950890845463,0.28056361600841,0.261090250264391 -5315,0.5,0.255951455205554,0.376150858452455,0.31400730407375,0.283451442220945,0.286214573241663 -5316,0.5,0.255951455205554,0.419002579378756,0.330092655207044,0.381252957453918,0.3591296230357 -5317,0.5,0.255951455205554,0.431479590932038,0.334238812123129,0.399463526546447,0.36776284360398 -5318,0.5,0.255951455205554,0.395432874614968,0.313949829816601,0.335876336083175,0.315963884687971 -5319,0.5,0.255951455205554,0.337206488694739,0.281473969124197,0.158280961113512,0.355718917000011 -5320,0.5,0.255951455205554,0.267345392027381,0.263785890311517,0.0393291713280918,0.488575208189812 -5321,0.5,0.255951455205554,0.189694572860538,0.266838118330443,0.0102317561545518,0.395611943216834 -5322,0.5,0.255951455205554,0.106248421279764,0.280823466997219,0.00400732114229147,0.340824730905616 -5323,0.5,0.255951455205554,0.0342272079558775,0.316415225793595,0.0011455775564291,0.464767560968728 -5324,0.5,0.255951455205554,1.85594947943807e-05,0.348045485606685,0.000596587111543013,0.876131579733474 -5325,0.5,0.255951455205554,0.0,0.377776821667462,0.0,0.971496582402013 -5326,0.5,0.255951455205554,0.0,0.427758026711137,0.0,0.969777261268022 -5327,0.5,0.255951455205554,0.0,0.494191472127287,0.0,0.985948787466384 -5328,0.5,0.255951455205554,0.0,0.548266917562974,0.0,0.132020342034413 -5329,0.5,0.255951455205554,0.0,0.595296921422714,0.0,0.079466350111119 -5330,0.5,0.255951455205554,0.0,0.629051459977586,0.0,0.0620248181732592 -5331,0.5,0.255951455205554,0.0,0.666548714225844,0.0,0.0567848489492872 -5332,0.5,0.255951455205554,0.0,0.69116194370933,0.0,0.108926371869808 -5333,0.5,0.255951455205554,0.0,0.673491325007724,0.0,0.185528559217135 -5334,0.5,0.255951455205554,0.00321164652140016,0.634156409975691,0.00103270544296709,0.901798693554599 -5335,0.5,0.255951455205554,0.0491497629264208,0.646904762124791,0.0351914686189256,1.00918763274519 -5336,0.5,0.255951455205554,0.128185159767831,0.710520018348564,0.0602900128946513,1.00770438645422 -5337,0.5,0.255951455205554,0.216933365181478,0.75588495315809,0.155279099105517,1.00835841385798 -5338,0.5,0.255951455205554,0.290803462262141,0.751045018019368,0.220326630691378,1.00747375429764 -5339,0.5,0.255951455205554,0.351742447845028,0.745148301468544,0.123571316775923,1.00225177231405 -5340,0.5,0.255951455205554,0.400636854875638,0.736476244840243,0.491997311771049,0.996924548370732 -5341,0.5,0.255951455205554,0.431120112125895,0.738061651024029,0.524079493331084,0.98092333991986 -5342,0.5,0.255951455205554,0.415116631647197,0.737457201290154,0.579927239899413,0.966556022177744 -5343,0.5,0.255951455205554,0.366564106909424,0.729345654203121,0.524429173974183,0.962853703167256 -5344,0.5,0.255951455205554,0.308143060316589,0.699492550607523,0.376852699445915,0.966989899810113 -5345,0.5,0.255951455205554,0.246361878871071,0.65582692327171,0.268869104474857,0.96725609767609 -5346,0.5,0.255951455205554,0.161204004895877,0.546883388311698,0.0460687295190053,0.944994690066251 -5347,0.5,0.255951455205554,0.0438241490603904,0.400472355834418,0.0753410244629405,0.937770787162991 -5348,0.5,0.255951455205554,0.0,0.312479133580108,0.0,0.936265072394275 -5349,0.5,0.255951455205554,0.0,0.273032459253083,0.0,0.952699225450361 -5350,0.5,0.255951455205554,0.0,0.254977298601882,0.0,0.944303181465521 -5351,0.5,0.255951455205554,0.0,0.261567391022295,0.0,0.938081617553303 -5352,0.5,0.255951455205554,0.0,0.26297500478132,0.0,0.943454748557452 -5353,0.5,0.255951455205554,0.0,0.273341431486129,0.0,0.948342298084389 -5354,0.5,0.255951455205554,0.0,0.288071113184175,0.0,0.950080415491151 -5355,0.5,0.255951455205554,0.0,0.30213221080646,0.0,0.953160813841696 -5356,0.5,0.255951455205554,0.0,0.312323886355076,0.0,0.958215994357048 -5357,0.5,0.255951455205554,0.0,0.323282220019219,0.0,0.959552534978994 -5358,0.5,0.255951455205554,0.00496997331761013,0.337968852212214,0.00938813095547553,0.966620094796991 -5359,0.5,0.255951455205554,0.0555470526097643,0.393868862064307,0.0620461053552807,0.981946701095557 -5360,0.5,0.255951455205554,0.126775380768125,0.496289436858117,0.0235884442473337,0.989396423486018 -5361,0.5,0.255951455205554,0.202771746190836,0.589734394071229,0.093711563106039,0.986539089883663 -5362,0.5,0.255951455205554,0.276841257601114,0.640942252915212,0.396037382667154,0.982583939146619 -5363,0.5,0.255951455205554,0.34892629511952,0.698772047951771,0.387109625897458,0.972971065376756 -5364,0.5,0.255951455205554,0.381657888133984,0.72316881806031,0.0344162774473237,0.968071004305018 -5365,0.5,0.255951455205554,0.391692514339499,0.730251521664528,0.0535726597178316,0.956478879984139 -5366,0.5,0.255951455205554,0.383003571876813,0.715548426262027,0.0832145688742147,0.987375703597913 -5367,0.5,0.255951455205554,0.346994334273741,0.66978160120396,0.515648653996242,0.98322771521576 -5368,0.5,0.255951455205554,0.297569900310354,0.637784083194676,0.428613841144093,0.96091973966468 -5369,0.5,0.255951455205554,0.22495420550774,0.560996977013384,0.125189710471986,0.945052445262829 -5370,0.5,0.255951455205554,0.149069806264288,0.44738180561365,0.125983171699084,0.943064933834279 -5371,0.5,0.255951455205554,0.0454063926525174,0.311767425046786,0.0624343725978849,0.94160066566951 -5372,0.5,0.255951455205554,0.0,0.214341513405966,0.0,0.899089158065682 -5373,0.5,0.255951455205554,0.0,0.184486881034768,0.0,0.883865533406954 -5374,0.5,0.255951455205554,0.0,0.174766062848753,0.0,0.917771711046895 -5375,0.5,0.255951455205554,0.0,0.169801762227725,0.0,0.911794310833501 -5376,0.5,0.255951455205554,0.0,0.173529323763465,0.0,0.948266106493022 -5377,0.5,0.255951455205554,0.0,0.183157231432497,0.0,0.925308528224104 -5378,0.5,0.255951455205554,0.0,0.193204413266231,0.0,0.909348030872031 -5379,0.5,0.255951455205554,0.0,0.189927646585846,0.0,0.944965621441177 -5380,0.5,0.255951455205554,0.0,0.192134225848355,0.0,0.944448516852913 -5381,0.5,0.255951455205554,0.0,0.189830479388735,0.0,0.945447047720815 -5382,0.5,0.255951455205554,0.00462644600889412,0.175516148529309,0.00946332707717109,0.951435117002462 -5383,0.5,0.255951455205554,0.0469403937245418,0.184405521031247,0.0878201951736285,0.932958122902886 -5384,0.5,0.255951455205554,0.10602200696468,0.244712265197901,0.208046246397426,0.900105751619273 -5385,0.5,0.255951455205554,0.16208132108269,0.312806404984304,0.341358124996613,0.908026357974791 -5386,0.5,0.255951455205554,0.205187084597288,0.353406462256235,0.477636598877048,0.898067889115071 -5387,0.5,0.255951455205554,0.231651724123584,0.39342416617699,0.578511328767457,0.875443006702624 -5388,0.5,0.255951455205554,0.247014953300264,0.420276140716786,0.63889596382837,0.861394881008798 -5389,0.5,0.255951455205554,0.247299981638774,0.438078096452716,0.637284258503916,0.865644220384588 -5390,0.5,0.255951455205554,0.210861970866369,0.414600303134167,0.642154459756415,0.870625915262188 -5391,0.5,0.255951455205554,0.169746283386369,0.403586669584587,0.557928503227875,0.888381502164373 -5392,0.5,0.255951455205554,0.137525194250661,0.37114623785603,0.427243830678529,0.882259824036433 -5393,0.5,0.255951455205554,0.0924305839356458,0.333209119958933,0.278361008345701,0.872047612579725 -5394,0.5,0.255951455205554,0.0509527070694819,0.294420312737887,0.136641308277211,0.871080355596148 -5395,0.5,0.255951455205554,0.0175512451299645,0.249632960042765,0.0439948271185098,0.832592725646062 -5396,0.5,0.255951455205554,3.50187466183227e-06,0.196201525575819,0.0,0.783731332394129 -5397,0.5,0.255951455205554,0.0,0.17746771748458,0.0,0.769248997905895 -5398,0.5,0.255951455205554,0.0,0.198395412184305,0.0,0.809883973857709 -5399,0.5,0.255951455205554,0.0,0.238202115053641,0.0,0.888297369673922 -5400,0.5,0.255951455205554,0.0,0.275029601684,0.0,0.879800958884696 -5401,0.5,0.255951455205554,0.0,0.286192977674775,0.0,0.850900792340931 -5402,0.5,0.255951455205554,0.0,0.287230658897178,0.0,0.837191184302921 -5403,0.5,0.255951455205554,0.0,0.279404805844207,0.0,0.857262003189754 -5404,0.5,0.255951455205554,0.0,0.264317617599186,0.0,0.895703476469841 -5405,0.5,0.255951455205554,0.0,0.259438691017474,0.0,0.907905424014503 -5406,0.5,0.255951455205554,0.00332487862491084,0.266340096208729,0.00744677310248901,0.918844117368012 -5407,0.5,0.255951455205554,0.054807597140752,0.326810394331597,0.0813493799558153,0.936092268968932 -5408,0.5,0.255951455205554,0.134677761985256,0.443772679405842,0.170851873607755,0.944152494438232 -5409,0.5,0.255951455205554,0.215591393013853,0.512620268831465,0.220980305058491,0.947440268218876 -5410,0.5,0.255951455205554,0.285116267779682,0.566499680427847,0.186138021528849,0.959837387457521 -5411,0.5,0.255951455205554,0.361108737214934,0.609106824442683,0.118577451122254,0.972337489843757 -5412,0.5,0.255951455205554,0.396961223200537,0.619472461520567,0.0691820122054096,0.980148457370594 -5413,0.5,0.255951455205554,0.406064224375085,0.608388306763182,0.0772718930452626,0.980961316877302 -5414,0.5,0.255951455205554,0.384221578966982,0.589406342988639,0.0805087021712588,0.969411252274758 -5415,0.5,0.255951455205554,0.329555194990345,0.573396796930007,0.0675272570916493,0.952098489873539 -5416,0.5,0.255951455205554,0.25662279764927,0.551267478343177,0.0747219871573094,0.92643400827863 -5417,0.5,0.255951455205554,0.179149048301114,0.521741530986924,0.0699115892124713,0.906546871500716 -5418,0.5,0.255951455205554,0.101174546364242,0.468077017310031,0.106852853939485,0.866457122755241 -5419,0.5,0.255951455205554,0.0281349532019663,0.397224487501827,0.0468131369731827,0.802328739357501 -5420,0.5,0.255951455205554,2.7892795101583e-06,0.332391329885378,0.0,0.828074761949923 -5421,0.5,0.255951455205554,0.0,0.301376461025613,0.0,0.859223433928971 -5422,0.5,0.255951455205554,0.0,0.291848241482434,0.0,0.852376616165058 -5423,0.5,0.255951455205554,0.0,0.276450819456366,0.0,0.791136896514147 -5424,0.5,0.255951455205554,0.0,0.253534750542543,0.0,0.710931660487618 -5425,0.5,0.255951455205554,0.0,0.239768202404681,0.0,0.691807204144335 -5426,0.5,0.255951455205554,0.0,0.231776753699125,0.0,0.646642066311155 -5427,0.5,0.255951455205554,0.0,0.22419550479018,0.0,0.621460135017338 -5428,0.5,0.255951455205554,0.0,0.216870836555064,0.0,0.570939358042818 -5429,0.5,0.255951455205554,0.0,0.204669846758564,0.0,0.555954890390685 -5430,0.5,0.255951455205554,0.00282171124316297,0.19781130332661,0.00040429600265635,0.567568401718921 -5431,0.5,0.255951455205554,0.040684292845491,0.215395881323781,0.00357473905101665,0.606604199536543 -5432,0.5,0.255951455205554,0.0989774761373089,0.287963591589544,0.00832383309488051,0.637426055858854 -5433,0.5,0.255951455205554,0.155874368601814,0.380276321278304,0.00561194218446141,0.686360692029197 -5434,0.5,0.255951455205554,0.220916912026534,0.427016076088094,0.00868434384582011,0.718933464501279 -5435,0.5,0.255951455205554,0.296151780092649,0.441960230621743,0.0194170794389198,0.68327032503184 -5436,0.5,0.255951455205554,0.325067785655236,0.45200776596911,0.0677126749752181,0.67752815655189 -5437,0.5,0.255951455205554,0.309717178986911,0.449705463865109,0.11119200895918,0.642650937865721 -5438,0.5,0.255951455205554,0.289407771911547,0.443997680248278,0.210024499863924,0.498091177456988 -5439,0.5,0.255951455205554,0.259417368404787,0.442862534211121,0.273704587197616,0.619119167859648 -5440,0.5,0.255951455205554,0.202973926673715,0.424553331460716,0.303592747660935,0.728548745009074 -5441,0.5,0.255951455205554,0.148897716269577,0.387542654701003,0.216992062895065,0.835588279459543 -5442,0.5,0.255951455205554,0.0852246695655377,0.344373121130313,0.16938214457552,0.890847418586876 -5443,0.5,0.255951455205554,0.0252474092390814,0.286756037529606,0.0653673278808481,0.884777235501175 -5444,0.5,0.255951455205554,1.65337426759233e-05,0.244798946806313,0.0,0.850619191217214 -5445,0.5,0.255951455205554,0.0,0.242044228705584,0.0,0.872734723301972 -5446,0.5,0.255951455205554,0.0,0.257792015422203,0.0,0.912945771936251 -5447,0.5,0.255951455205554,0.0,0.267934854938159,0.0,0.937942009615316 -5448,0.5,0.255951455205554,0.0,0.288402680903276,0.0,0.91285652869495 -5449,0.5,0.255951455205554,0.0,0.317285441067537,0.0,0.875826377585471 -5450,0.5,0.255951455205554,0.0,0.333280616239244,0.0,0.875359520293254 -5451,0.5,0.255951455205554,0.0,0.333994897827513,0.0,0.919693819829891 -5452,0.5,0.255951455205554,0.0,0.328836040386919,0.0,0.938308657367877 -5453,0.5,0.255951455205554,0.0,0.336487981261078,0.0,0.908280544117205 -5454,0.5,0.255951455205554,0.000962087207087342,0.363350663977351,0.000679833264862363,0.843929216228637 -5455,0.5,0.255951455205554,0.0224323992009968,0.440316928583143,0.00290302527051246,0.790835027925737 -5456,0.5,0.255951455205554,0.0644183955989339,0.525550621992657,0.0108443780453717,0.816085038001539 -5457,0.5,0.255951455205554,0.123139572386217,0.578384229282592,0.145817473360038,0.930155298342424 -5458,0.5,0.255951455205554,0.175268416106606,0.605216942677102,0.137493593443295,0.947717364842403 -5459,0.5,0.255951455205554,0.212404457422925,0.635690862611631,0.130586698996754,0.940659728573455 -5460,0.5,0.255951455205554,0.245911606928673,0.668954337128493,0.380400071174348,0.934221400583464 -5461,0.5,0.255951455205554,0.27664165632095,0.690243241668669,0.4125488854289,0.960496196255692 -5462,0.5,0.255951455205554,0.278924551666034,0.694554929212223,0.458239453624974,0.984524450434705 -5463,0.5,0.255951455205554,0.255609495316644,0.681009194322152,0.406535925141453,0.97145801607232 -5464,0.5,0.255951455205554,0.217641534504191,0.665588346104062,0.348032604173122,0.956037587062531 -5465,0.5,0.255951455205554,0.163475088400156,0.628261266141444,0.197170509083276,0.955757204728207 -5466,0.5,0.255951455205554,0.0922000121055697,0.562545342996882,0.0828696526777907,0.965241784322581 -5467,0.5,0.255951455205554,0.0259403417329167,0.474032099198618,0.0155619672748847,0.950547598201829 -5468,0.5,0.255951455205554,4.21614723911105e-06,0.390944622193542,0.0,0.952931160276439 -5469,0.5,0.255951455205554,0.0,0.349814298109968,0.0,0.978086899654715 -5470,0.5,0.255951455205554,0.0,0.340515683342965,0.0,0.990828169111817 -5471,0.5,0.255951455205554,0.0,0.343616273756164,0.0,0.989943132038526 -5472,0.5,0.255951455205554,0.0,0.355924364278931,0.0,0.994587060888159 -5473,0.5,0.255951455205554,0.0,0.365269167216438,0.0,0.993617673559543 -5474,0.5,0.255951455205554,0.0,0.371649226598273,0.0,0.997643802572001 -5475,0.5,0.255951455205554,0.0,0.386936962032249,0.0,1.00085821274943 -5476,0.5,0.255951455205554,0.0,0.398126272178765,0.0,1.00058744615671 -5477,0.5,0.255951455205554,0.0,0.402922356692759,0.0,1.00274877966379 -5478,0.5,0.255951455205554,0.0019679084217791,0.415421709762918,0.000557922239147784,1.00256039935763 -5479,0.5,0.255951455205554,0.0438170147842057,0.454269896469922,0.00720142503870821,0.993394474277324 -5480,0.5,0.255951455205554,0.116757202427009,0.528773261252175,0.0157034875487649,0.959291728566331 -5481,0.5,0.255951455205554,0.205854078786234,0.630560149559025,0.0228337740426353,0.962108488396826 -5482,0.5,0.255951455205554,0.31101496821288,0.732227614697602,0.0271713315320727,0.988850579705325 -5483,0.5,0.255951455205554,0.386615760991591,0.792928467432418,0.0309317352222473,1.0057718812573 -5484,0.5,0.255951455205554,0.401749154706817,0.821049059616079,0.025922936640384,1.00746577221464 -5485,0.5,0.255951455205554,0.406432465729098,0.834410008845349,0.0209124574965158,1.00898821439327 -5486,0.5,0.255951455205554,0.394246244860649,0.848284203594874,0.0147456421727276,1.00188684356853 -5487,0.5,0.255951455205554,0.338721933679756,0.851356510286351,0.01586773260557,0.998798768178485 -5488,0.5,0.255951455205554,0.262481099724193,0.835578564538598,0.00967194149073899,0.998411487734977 -5489,0.5,0.255951455205554,0.176362827910696,0.786270202987975,0.113087926428516,0.998538381519916 -5490,0.5,0.255951455205554,0.103730640630382,0.721456326590091,0.0155982292331343,1.00106607809044 -5491,0.5,0.255951455205554,0.0252336574484718,0.617776059534104,0.00347414218057067,1.00020176792846 -5492,0.5,0.255951455205554,1.12875023667143e-05,0.532544666017459,0.0,0.995573001919726 -5493,0.5,0.255951455205554,0.0,0.514335141766789,0.0,0.990688226095113 -5494,0.5,0.255951455205554,0.0,0.5410591946528,0.0,0.989036890066564 -5495,0.5,0.255951455205554,0.0,0.573547224985054,0.0,0.997917533391658 -5496,0.5,0.255951455205554,0.0,0.599870603159262,0.0,0.994199407741866 -5497,0.5,0.255951455205554,0.0,0.620319280433774,0.0,0.99402583115543 -5498,0.5,0.255951455205554,0.0,0.653086832785403,0.0,1.00406674596906 -5499,0.5,0.255951455205554,0.0,0.687678498727367,0.0,1.00442920921665 -5500,0.5,0.255951455205554,0.0,0.699538001802089,0.0,1.00721603543647 -5501,0.5,0.255951455205554,0.0,0.701632788969951,0.0,1.00824825427955 -5502,0.5,0.255951455205554,0.00117889596184992,0.723967879536527,0.000902311277804433,1.0086504824471 -5503,0.5,0.255951455205554,0.0322964071110267,0.77551968575524,0.0360456642786691,1.00930318327718 -5504,0.5,0.255951455205554,0.0896986007990368,0.832889141932524,0.0689067719285636,1.01084609599936 -5505,0.5,0.255951455205554,0.16410403921958,0.868831745140242,0.113728385345498,1.010917366501 -5506,0.5,0.255951455205554,0.243641817473699,0.916053373121389,0.102980733858567,1.01091805476133 -5507,0.5,0.255951455205554,0.292968333562701,0.940863806736663,0.142375267226963,1.01083250644962 -5508,0.5,0.255951455205554,0.333763993288093,0.957213660597648,0.249445374291777,1.01051557397076 -5509,0.5,0.255951455205554,0.350846587478408,0.964103143305873,0.126952314755118,1.01019355759667 -5510,0.5,0.255951455205554,0.339740195972819,0.957197228227724,0.104744188082568,1.01066916723393 -5511,0.5,0.255951455205554,0.312384017986973,0.956512673500055,0.0362205971204463,1.01018502133995 -5512,0.5,0.255951455205554,0.263986820893023,0.942369535742269,0.301406121866573,1.01010327277883 -5513,0.5,0.255951455205554,0.183611765103195,0.904361740494191,0.0555536581704258,1.01000380444824 -5514,0.5,0.255951455205554,0.104285809601694,0.82867347392076,0.0392354258192913,1.00891647043731 -5515,0.5,0.255951455205554,0.023517536069863,0.716412325081781,0.00106939314069895,1.00634893679596 -5516,0.5,0.255951455205554,4.25526392320045e-06,0.612131527024232,0.0,1.00713525095585 -5517,0.5,0.255951455205554,0.0,0.550514284427766,0.0,1.00700218918934 -5518,0.5,0.255951455205554,0.0,0.5194773246265,0.0,1.0063038500821 -5519,0.5,0.255951455205554,0.0,0.497740443897562,0.0,1.00534926848924 -5520,0.5,0.255951455205554,0.0,0.469816784476712,0.0,0.995596838388835 -5521,0.5,0.255951455205554,0.0,0.445713649726179,0.0,1.00683448091685 -5522,0.5,0.255951455205554,0.0,0.421402798361252,0.0,1.00452314549281 -5523,0.5,0.255951455205554,0.0,0.386579008712332,0.0,1.00360509499543 -5524,0.5,0.255951455205554,0.0,0.359878929745151,0.0,1.003813101585 -5525,0.5,0.255951455205554,0.0,0.330738426996865,0.0,0.996974113186152 -5526,0.5,0.255951455205554,0.0019683534724369,0.309170399480527,0.00357206145456195,0.967067880591582 -5527,0.5,0.255951455205554,0.0466307275310488,0.336929640385057,0.0562007098683695,0.94302517240327 -5528,0.5,0.255951455205554,0.121291915917463,0.424938897755473,0.151081746746119,0.956015800396987 -5529,0.5,0.255951455205554,0.201001461870264,0.501625731648562,0.208228371154737,0.949662955129304 -5530,0.5,0.255951455205554,0.273949121464145,0.540884967415074,0.197906199505307,0.915841437950443 -5531,0.5,0.255951455205554,0.319887198437403,0.551342066239355,0.199253259131001,0.815903903090725 -5532,0.5,0.255951455205554,0.344206213889051,0.569128479148807,0.465208822738347,0.850651605086064 -5533,0.5,0.255951455205554,0.346321193147216,0.596700352970163,0.532007023394251,0.917528235365049 -5534,0.5,0.255951455205554,0.356620687653725,0.618061563905655,0.55021961089291,0.927245778716246 -5535,0.5,0.255951455205554,0.335569145419531,0.652778225951197,0.443905967667474,0.945471094349517 -5536,0.5,0.255951455205554,0.268583785002724,0.664026374400352,0.292603745581064,0.978803189549069 -5537,0.5,0.255951455205554,0.178844266439203,0.625243269499097,0.143839606317381,0.993403148817125 -5538,0.5,0.255951455205554,0.100461518766432,0.573663495114769,0.051797521915403,0.97153653596358 -5539,0.5,0.255951455205554,0.0218928739266178,0.492087860147539,0.00989476588726339,0.950141597641203 -5540,0.5,0.255951455205554,1.74704439274694e-06,0.394412246241022,0.0,0.904952563227119 -5541,0.5,0.255951455205554,0.0,0.338778516178392,0.0,0.847007684298163 -5542,0.5,0.255951455205554,0.0,0.312202436513426,0.0,0.804673420374802 -5543,0.5,0.255951455205554,0.0,0.296844599499323,0.0,0.804615487188475 -5544,0.5,0.255951455205554,0.0,0.282455665772628,0.0,0.806883109847787 -5545,0.5,0.255951455205554,0.0,0.289627515157568,0.0,0.817459599312438 -5546,0.5,0.255951455205554,0.0,0.299675827527162,0.0,0.796599011594513 -5547,0.5,0.255951455205554,0.0,0.29935293807574,0.0,0.799242222421653 -5548,0.5,0.255951455205554,0.0,0.2893160022109,0.0,0.850722296363811 -5549,0.5,0.255951455205554,0.0,0.28085856793636,0.0,0.873611533119086 -5550,0.5,0.255951455205554,0.00178132970670278,0.278100002262005,0.00164673174056743,0.825402474843259 -5551,0.5,0.255951455205554,0.0569175545959479,0.290095422633952,0.00812896168937481,0.696089154179396 -5552,0.5,0.255951455205554,0.155261424566712,0.365733108752618,0.0509216790658707,0.725902058469683 -5553,0.5,0.255951455205554,0.267724687825496,0.432951533580847,0.22749332248498,0.809093015018469 -5554,0.5,0.255951455205554,0.377494972227152,0.476268168778863,0.392628010996422,0.831652448697828 -5555,0.5,0.255951455205554,0.445301112736748,0.510914865911679,0.361741464311476,0.810095270393002 -5556,0.5,0.255951455205554,0.469586251418731,0.515118313408651,0.361223396100201,0.777781337581649 -5557,0.5,0.255951455205554,0.451070680380073,0.504065846772041,0.0824100472434039,0.747639835844421 -5558,0.5,0.255951455205554,0.413261813281711,0.485431419122691,0.0798520353750533,0.685970182285246 -5559,0.5,0.255951455205554,0.358670657757396,0.460537236947123,0.0658630717410506,0.730907217174543 -5560,0.5,0.255951455205554,0.286564730946122,0.433132511589858,0.0421108134663405,0.772659699197089 -5561,0.5,0.255951455205554,0.201828510663544,0.387533033337533,0.0332604024210929,0.905875302078783 -5562,0.5,0.255951455205554,0.116889232159352,0.320591078665094,0.0153209709390564,0.952215819536359 -5563,0.5,0.255951455205554,0.0239031991915211,0.226322870421052,0.00587444935798111,0.923467487598716 -5564,0.5,0.255951455205554,1.58022475528808e-06,0.162678973252423,0.0,0.859816656777022 -5565,0.5,0.255951455205554,0.0,0.129226287082843,0.0,0.859682666807893 -5566,0.5,0.255951455205554,0.0,0.116144671180013,0.0,0.788519820037001 -5567,0.5,0.255951455205554,0.0,0.117540217040017,0.0,0.722726270775592 -5568,0.5,0.255951455205554,0.0,0.116346278503835,0.0,0.662472758990387 -5569,0.5,0.255951455205554,0.0,0.127976156358929,0.0,0.646126948663319 -5570,0.5,0.255951455205554,0.0,0.133737499896898,0.0,0.709448207199803 -5571,0.5,0.255951455205554,0.0,0.138469964698242,0.0,0.775377529782566 -5572,0.5,0.255951455205554,0.0,0.136997267566192,0.0,0.776983574121964 -5573,0.5,0.255951455205554,0.0,0.139863647301554,0.0,0.721230329732162 -5574,0.5,0.255951455205554,0.00135836716853308,0.145272389230673,0.00272633328826737,0.679546965144796 -5575,0.5,0.255951455205554,0.0509197831714559,0.163915879692646,0.0676368760874463,0.598167441891903 -5576,0.5,0.255951455205554,0.146841476760255,0.215049076172669,0.155047218071239,0.651565657241492 -5577,0.5,0.255951455205554,0.261153419870488,0.288880267990849,0.175571598400571,0.694246009798971 -5578,0.5,0.255951455205554,0.373010493177079,0.323205007710493,0.0575760742489683,0.64135528707036 -5579,0.5,0.255951455205554,0.456270615377633,0.328030848022748,0.126095898644021,0.588861835584579 -5580,0.5,0.255951455205554,0.51050478902786,0.349243769942006,0.259170620534017,0.530503922123335 -5581,0.5,0.255951455205554,0.522458583133973,0.363191067401225,0.363521264996485,0.533007718325676 -5582,0.5,0.255951455205554,0.509307695285093,0.367556768074987,0.429497557860973,0.559080272897245 -5583,0.5,0.255951455205554,0.457903480656357,0.348448297515663,0.446323194324574,0.604927723951482 -5584,0.5,0.255951455205554,0.378407104041446,0.302371425064336,0.26730851627436,0.571778613546815 -5585,0.5,0.255951455205554,0.282781569396989,0.23223619792679,0.114682740219017,0.579617745443366 -5586,0.5,0.255951455205554,0.171051639972068,0.142499938247372,0.141775341907977,0.628716500490717 -5587,0.5,0.255951455205554,0.0266748746046514,0.0591959787469818,0.0450701820711192,0.600432461439633 -5588,0.5,0.255951455205554,0.0,0.0374088527195795,0.0,0.538899578584424 -5589,0.5,0.255951455205554,0.0,0.035127035840797,0.0,0.5276485838657 -5590,0.5,0.255951455205554,0.0,0.042612833469171,0.0,0.667501560074511 -5591,0.5,0.255951455205554,0.0,0.054247201764719,0.0,0.744339234965143 -5592,0.5,0.255951455205554,0.0,0.0652129826078218,0.0,0.819871225479603 -5593,0.5,0.255951455205554,0.0,0.0782102774532757,0.0,0.839824342776628 -5594,0.5,0.255951455205554,0.0,0.0922953838228774,0.0,0.898531533781667 -5595,0.5,0.255951455205554,0.0,0.102146966479821,0.0,0.910735320103331 -5596,0.5,0.255951455205554,0.0,0.112815957476952,0.0,0.917659838221156 -5597,0.5,0.255951455205554,0.0,0.121965012224871,0.0,0.927411261643411 -5598,0.5,0.255951455205554,0.00110659698095007,0.124943872997637,0.00221265822211566,0.924299937253781 -5599,0.5,0.255951455205554,0.0591015898183268,0.12443969056847,0.0634342262841523,0.914215869200187 -5600,0.5,0.255951455205554,0.167264474256601,0.159662937977496,0.16017312461938,0.921504419739161 -5601,0.5,0.255951455205554,0.29605594163646,0.244474550882968,0.245537231571349,0.921271808556121 -5602,0.5,0.255951455205554,0.433634163697839,0.340962065605838,0.3928995545476,0.920518242872492 -5603,0.5,0.255951455205554,0.546907311418148,0.44212017063905,0.522484967230293,0.92213972651573 -5604,0.5,0.255951455205554,0.584829354695223,0.525360489251433,0.633299494896406,0.92261962724589 -5605,0.5,0.255951455205554,0.598546097062839,0.586031312266286,0.690147957138085,0.903853417314748 -5606,0.5,0.255951455205554,0.557125726230311,0.626418856164684,0.682838515342764,0.817974514467844 -5607,0.5,0.255951455205554,0.46866958037073,0.640868245234257,0.596111193428492,0.793676624573833 -5608,0.5,0.255951455205554,0.360856182797833,0.629713505444192,0.420765996297626,0.800978121531521 -5609,0.5,0.255951455205554,0.24584350040691,0.578552352207965,0.275666968779849,0.859454923082783 -5610,0.5,0.255951455205554,0.133425590284901,0.478919956395186,0.0526014494738176,0.879591494512079 -5611,0.5,0.255951455205554,0.0170558653998706,0.386691571160342,0.0218418996350124,0.883558481737547 -5612,0.5,0.255951455205554,4.45006698296573e-08,0.332296579982818,0.0,0.885945714352439 -5613,0.5,0.255951455205554,0.0,0.288682526107301,0.0,0.872059425680397 -5614,0.5,0.255951455205554,0.0,0.279057268065256,0.0,0.85919933489431 -5615,0.5,0.255951455205554,0.0,0.297307984141346,0.0,0.702772052462394 -5616,0.5,0.255951455205554,0.0,0.327680258426078,0.0,0.658962982751333 -5617,0.5,0.255951455205554,0.0,0.363387694531302,0.0,0.867937324401565 -5618,0.5,0.255951455205554,0.0,0.396096327892112,0.0,0.960785477492207 -5619,0.5,0.255951455205554,0.0,0.415550311992639,0.0,0.986684165884043 -5620,0.5,0.255951455205554,0.0,0.426382841638217,0.0,0.98472636768076 -5621,0.5,0.255951455205554,0.0,0.435768666405258,0.0,0.97771589039022 -5622,0.5,0.255951455205554,0.000533457994722632,0.445938307505565,7.54874259991143e-05,0.991773585274526 -5623,0.5,0.255951455205554,0.0344948060979947,0.484866853405388,0.00126056006554949,0.998061424542105 -5624,0.5,0.255951455205554,0.0996385436412328,0.561693248675109,0.00470846861342566,0.999495767466868 -5625,0.5,0.255951455205554,0.178999284381637,0.620085518041442,0.0217760088624238,1.00174497647272 -5626,0.5,0.255951455205554,0.25904915407779,0.63403131707015,0.0396684491418205,1.00088286544661 -5627,0.5,0.255951455205554,0.323652428919272,0.632686316565747,0.0622231305965943,0.99986054079492 -5628,0.5,0.255951455205554,0.331965054029007,0.617324802866755,0.101632087982412,0.988918360026622 -5629,0.5,0.255951455205554,0.314076577984407,0.584489298987808,0.546988884567714,0.985122556361116 -5630,0.5,0.255951455205554,0.286580289935493,0.561572515540495,0.490623309542314,0.994875783807594 -5631,0.5,0.255951455205554,0.250447703893747,0.535225745073603,0.0629613905891522,0.996421862690398 -5632,0.5,0.255951455205554,0.208930514119718,0.494756585204006,0.061081195339729,0.948850287646991 -5633,0.5,0.255951455205554,0.140310782691707,0.439002510471738,0.0388004581215244,0.91008928501205 -5634,0.5,0.255951455205554,0.0756835274908499,0.384474059200098,0.0242170862405059,0.946861660196141 -5635,0.5,0.255951455205554,0.00947262686708,0.293245098581924,0.0407322678118691,0.960023730912853 -5636,0.5,0.255951455205554,0.0,0.232434149938286,0.0,0.949660664767944 -5637,0.5,0.255951455205554,0.0,0.216319885373603,0.0,0.937235966167038 -5638,0.5,0.255951455205554,0.0,0.222658477644295,0.0,0.929518563129675 -5639,0.5,0.255951455205554,0.0,0.247071183118167,0.0,0.950510404400625 -5640,0.5,0.255951455205554,0.0,0.26194846371426,0.0,0.974180401530841 -5641,0.5,0.255951455205554,0.0,0.279832094608832,0.0,0.9829903476306 -5642,0.5,0.255951455205554,0.0,0.298622931959953,0.0,0.976645768762107 -5643,0.5,0.255951455205554,0.0,0.31646539328943,0.0,0.981118919750483 -5644,0.5,0.255951455205554,0.0,0.31769350771027,0.0,0.981613142950264 -5645,0.5,0.255951455205554,0.0,0.314476707668244,0.0,0.965130715016099 -5646,0.5,0.255951455205554,0.000273469680741357,0.320692053199331,0.0012078086862584,0.972901984351558 -5647,0.5,0.255951455205554,0.0291834808672265,0.393319539350037,0.0688411677468333,0.973244545906856 -5648,0.5,0.255951455205554,0.0948753581513498,0.512863223826203,0.17317558847764,0.979024583119544 -5649,0.5,0.255951455205554,0.178872757572115,0.597135848997558,0.136341630902265,0.97307064573244 -5650,0.5,0.255951455205554,0.259286563676895,0.64348824518626,0.125608146729921,0.942890680861252 -5651,0.5,0.255951455205554,0.343036792883445,0.68472025757733,0.297916681154854,0.880152380262387 -5652,0.5,0.255951455205554,0.394036631678854,0.697512828882806,0.0796516072753298,0.815112408218718 -5653,0.5,0.255951455205554,0.393825208890734,0.688740754827123,0.0876963705978404,0.772710352909577 -5654,0.5,0.255951455205554,0.391741383608324,0.68191650366196,0.116800503528316,0.774270705438499 -5655,0.5,0.255951455205554,0.369990855837331,0.656893939980941,0.0964421799473664,0.798457633902358 -5656,0.5,0.255951455205554,0.310782680399542,0.605902044356199,0.0485094797380497,0.774489656241189 -5657,0.5,0.255951455205554,0.223857599665832,0.518071367558668,0.0432321611019815,0.642017044054778 -5658,0.5,0.255951455205554,0.12873944103859,0.405792278914324,0.0213975705028691,0.466224591755377 -5659,0.5,0.255951455205554,0.0134832718444264,0.287142090769644,0.00205319375616685,0.352092219751847 -5660,0.5,0.255951455205554,0.0,0.215445782924784,0.0,0.341654778792128 -5661,0.5,0.255951455205554,0.0,0.182673040095814,0.0,0.346493328480516 -5662,0.5,0.255951455205554,0.0,0.159301618971943,0.0,0.319444508222972 -5663,0.5,0.255951455205554,0.0,0.136715494047458,0.0,0.314943256910871 -5664,0.5,0.255951455205554,0.0,0.118952130012282,0.0,0.309432063975081 -5665,0.5,0.255951455205554,0.0,0.103251205563145,0.0,0.312282505733859 -5666,0.5,0.255951455205554,0.0,0.091174129551456,0.0,0.2832605644977 -5667,0.5,0.255951455205554,0.0,0.0825025832188174,0.0,0.266800120025083 -5668,0.5,0.255951455205554,0.0,0.0763665302351393,0.0,0.225461463449002 -5669,0.5,0.255951455205554,0.0,0.0702016485821457,0.0,0.174797205386297 -5670,0.5,0.255951455205554,0.00049352762622198,0.0636604528348617,0.000281954086306351,0.136161171693315 -5671,0.5,0.255951455205554,0.0426079141731872,0.0614343553209138,0.0276446777447755,0.123148503503471 -5672,0.5,0.255951455205554,0.119577878409654,0.0733717502808978,0.0449679263611507,0.108959130529809 -5673,0.5,0.255951455205554,0.202572663290055,0.0924317841578419,0.070105862408078,0.0842858422567304 -5674,0.5,0.255951455205554,0.282851613760655,0.11189330365514,0.107222308643039,0.0536608445543181 -5675,0.5,0.255951455205554,0.338843634337548,0.130513781746241,0.203110628915533,0.0384967144547529 -5676,0.5,0.255951455205554,0.353234107486405,0.140259110809498,0.236614408815619,0.039142434915019 -5677,0.5,0.255951455205554,0.341618047444891,0.152240304835268,0.114957524585077,0.0448167922224724 -5678,0.5,0.255951455205554,0.28648928424967,0.151197980279164,0.229861999100872,0.0547372212081976 -5679,0.5,0.255951455205554,0.221991175876154,0.134009004193877,0.595153357599762,0.0637864740975569 -5680,0.5,0.255951455205554,0.147472226438413,0.104117110018119,0.163638588599308,0.0605858072195834 -5681,0.5,0.255951455205554,0.0866353303537,0.0768010837132373,0.191867005793144,0.0420635395838987 -5682,0.5,0.255951455205554,0.0390326233283016,0.0551441070684347,0.10652145296685,0.0295638401424887 -5683,0.5,0.255951455205554,0.00368212576480683,0.0456852242823036,0.0351819307269213,0.0317055232259392 -5684,0.5,0.255951455205554,0.0,0.0488319940962175,0.0,0.0353641412845465 -5685,0.5,0.255951455205554,0.0,0.0515781033069723,0.0,0.0553729492103585 -5686,0.5,0.255951455205554,0.0,0.0506799399286892,0.0,0.0733277901486521 -5687,0.5,0.255951455205554,0.0,0.0489838683155217,0.0,0.0638498669822781 -5688,0.5,0.255951455205554,0.0,0.051117066518845,0.0,0.0488500357561455 -5689,0.5,0.255951455205554,0.0,0.0567610152420073,0.0,0.053504793598394 -5690,0.5,0.255951455205554,0.0,0.0560377500397464,0.0,0.0723938284319852 -5691,0.5,0.255951455205554,0.0,0.0544501074186271,0.0,0.0775869949453682 -5692,0.5,0.255951455205554,0.0,0.0575223835551195,0.0,0.0631797573495037 -5693,0.5,0.255951455205554,0.0,0.0607538292775633,0.0,0.0468990264095144 -5694,0.5,0.255951455205554,0.000343791321874667,0.0672611663600531,4.75880101618872e-05,0.0304467940384459 -5695,0.5,0.255951455205554,0.0156197779357698,0.0807166601786761,0.0669931832597001,0.018360582628259 -5696,0.5,0.255951455205554,0.0476521500508554,0.114160813330487,0.193019897001427,0.0118219707761594 -5697,0.5,0.255951455205554,0.0911149701033221,0.14699363026481,0.334338911967454,0.0104858775600756 -5698,0.5,0.255951455205554,0.147550350064347,0.155630239935703,0.474480770840818,0.00952270266206251 -5699,0.5,0.255951455205554,0.209094346334641,0.158878986191432,0.596686902717496,0.00954612613888189 -5700,0.5,0.255951455205554,0.26431658814514,0.152769684262899,0.665221552107213,0.0112202573758961 -5701,0.5,0.255951455205554,0.309303937135241,0.144933335403071,0.668487862249992,0.0131057441943834 -5702,0.5,0.255951455205554,0.321459834792785,0.137305962766268,0.643723377285438,0.014042794970063 -5703,0.5,0.255951455205554,0.267967339214076,0.131011593558255,0.538563426976552,0.0170673127327281 -5704,0.5,0.255951455205554,0.190030068480712,0.122775001940273,0.422916986964865,0.0179796592801781 -5705,0.5,0.255951455205554,0.130996854921068,0.112579840110333,0.283866249838708,0.0226777682056848 -5706,0.5,0.255951455205554,0.0686434488903462,0.0958297781615599,0.169730673304275,0.0332475684260462 -5707,0.5,0.255951455205554,0.00693573548351796,0.0656391619845106,0.0332373198191242,0.0498802201114652 -5708,0.5,0.255951455205554,0.0,0.0565856319263193,0.0,0.0777095023353537 -5709,0.5,0.255951455205554,0.0,0.0482106851823103,0.0,0.122303986909355 -5710,0.5,0.255951455205554,0.0,0.0414072304506024,0.0,0.164766933332377 -5711,0.5,0.255951455205554,0.0,0.0363678588025915,0.0,0.183942428207272 -5712,0.5,0.255951455205554,0.0,0.0337404493646434,0.0,0.170460246469098 -5713,0.5,0.255951455205554,0.0,0.0317200548636162,0.0,0.1992165052865 -5714,0.5,0.255951455205554,0.0,0.0289445383321021,0.0,0.194128916036108 -5715,0.5,0.255951455205554,0.0,0.027627891914726,0.0,0.15109214054903 -5716,0.5,0.255951455205554,0.0,0.0278512964634012,0.0,0.122404286152297 -5717,0.5,0.255951455205554,0.0,0.0294431817660907,0.0,0.106762485455185 -5718,0.5,0.255951455205554,0.000345387160848493,0.0304764725272975,0.0,0.0993297990924527 -5719,0.5,0.255951455205554,0.0323691281201304,0.0321062801778179,0.0092459990677859,0.0970600893049829 -5720,0.5,0.255951455205554,0.105339867731857,0.0490728225560057,0.0430599700212353,0.088718410799854 -5721,0.5,0.255951455205554,0.1914731585768,0.0817871715342794,0.16451465642595,0.070590406187036 -5722,0.5,0.255951455205554,0.276126150416301,0.111751607922814,0.432611485009884,0.053093774991776 -5723,0.5,0.255951455205554,0.342671996283115,0.12453260849436,0.561878502206814,0.0346623699857352 -5724,0.5,0.255951455205554,0.378979536981476,0.129953922427228,0.591804901513413,0.0223760034780047 -5725,0.5,0.255951455205554,0.397240031084858,0.130817999746631,0.618674441966497,0.0139869692057788 -5726,0.5,0.255951455205554,0.381558759724456,0.133507777625074,0.604020799842407,0.0137375017450787 -5727,0.5,0.255951455205554,0.335923704517521,0.131075294766121,0.527648792205517,0.0173919176871164 -5728,0.5,0.255951455205554,0.265749399802902,0.116406642646398,0.333764666449822,0.0223737606078715 -5729,0.5,0.255951455205554,0.194946063250779,0.0974279474254102,0.191679024380566,0.0276291530354993 -5730,0.5,0.255951455205554,0.111560382143876,0.0708883545639964,0.0657608803997396,0.034852241953684 -5731,0.5,0.255951455205554,0.00929800652579027,0.0373820591718938,0.00547496576312935,0.0397298050923061 -5732,0.5,0.255951455205554,0.0,0.0299569155674227,0.0,0.0432065500790078 -5733,0.5,0.255951455205554,0.0,0.0246729634998133,0.0,0.0543237820383286 -5734,0.5,0.255951455205554,0.0,0.021144220787364,0.0,0.0672460896000488 -5735,0.5,0.255951455205554,0.0,0.0195470825629753,0.0,0.0861432293242577 -5736,0.5,0.255951455205554,0.0,0.0194205542544831,0.0,0.102069738955269 -5737,0.5,0.255951455205554,0.0,0.0194866434551103,0.0,0.132562115357054 -5738,0.5,0.255951455205554,0.0,0.0205413998763364,0.0,0.162389203759283 -5739,0.5,0.255951455205554,0.0,0.021896332437003,0.0,0.195904595694766 -5740,0.5,0.255951455205554,0.0,0.0226706694221741,0.0,0.2353161164852 -5741,0.5,0.255951455205554,0.0,0.0252170871249381,0.0,0.262731757851155 -5742,0.5,0.255951455205554,0.000327582253800462,0.0263654577695042,0.0,0.275388387547996 -5743,0.5,0.255951455205554,0.0512263223127549,0.0248612556203767,0.0601417776435772,0.315711487218342 -5744,0.5,0.255951455205554,0.163330818662627,0.0318950207739724,0.184518990573641,0.385037581192224 -5745,0.5,0.255951455205554,0.296889023932392,0.0551911008948631,0.324327468616565,0.462465724690753 -5746,0.5,0.255951455205554,0.42791408753964,0.0765476060078966,0.449219225566021,0.535151790614423 -5747,0.5,0.255951455205554,0.517599096728037,0.0935424788947317,0.569272924484888,0.545552780081952 -5748,0.5,0.255951455205554,0.541058749601231,0.0957097964453607,0.658394856904018,0.519025520888656 -5749,0.5,0.255951455205554,0.526970893866975,0.0962891711957471,0.68526016578586,0.48938459269237 -5750,0.5,0.255951455205554,0.473933950341919,0.101169503824459,0.67237931839546,0.432487349520774 -5751,0.5,0.255951455205554,0.394980908580774,0.104390879605692,0.607740769822348,0.323964939769886 -5752,0.5,0.255951455205554,0.279268515772787,0.105890762883145,0.489888831859427,0.184273416048134 -5753,0.5,0.255951455205554,0.169140736741054,0.0992480021993324,0.359909344245512,0.162533061840878 -5754,0.5,0.255951455205554,0.0573409845594765,0.0793670866381017,0.209627852218085,0.2511296552674 -5755,0.5,0.255951455205554,0.00174719529730368,0.0686990111692629,0.0255765073059948,0.303386379919563 -5756,0.5,0.255951455205554,0.0,0.064604129899867,0.0,0.316838356422873 -5757,0.5,0.255951455205554,0.0,0.06371744281736,0.0,0.420923988878789 -5758,0.5,0.255951455205554,0.0,0.0641692055482702,0.0,0.560112781870999 -5759,0.5,0.255951455205554,0.0,0.0645525149431454,0.0,0.544560584468829 -5760,0.5,0.255951455205554,0.0,0.0614901126659105,0.0,0.436073414027491 -5761,0.5,0.255951455205554,0.0,0.0609341220515765,0.0,0.306627436144484 -5762,0.5,0.255951455205554,0.0,0.0587070941917784,0.0,0.250389941379956 -5763,0.5,0.255951455205554,0.0,0.0565624271246601,0.0,0.242040112608319 -5764,0.5,0.255951455205554,0.0,0.0568897418901509,0.0,0.26937399109204 -5765,0.5,0.255951455205554,0.0,0.0598562423450023,0.0,0.250871984127772 -5766,0.5,0.255951455205554,4.52037352609223e-05,0.0612190995055726,0.0,0.162654349359708 -5767,0.5,0.255951455205554,0.0110684020624389,0.0651865249123137,0.000504565546524685,0.124057776134912 -5768,0.5,0.255951455205554,0.0481516079836509,0.084143371970728,0.00649254494246518,0.131532042220199 -5769,0.5,0.255951455205554,0.108334807638268,0.138015611939952,0.0417162894973932,0.142077643969913 -5770,0.5,0.255951455205554,0.180081892047323,0.184365807444263,0.291125608675725,0.140519166631244 -5771,0.5,0.255951455205554,0.222366001081271,0.21934910617801,0.195631628175911,0.153960305971509 -5772,0.5,0.255951455205554,0.274520907114144,0.231669105078023,0.137131859164368,0.213888828986805 -5773,0.5,0.255951455205554,0.303087091584656,0.227312530482833,0.238066596385613,0.309314122216047 -5774,0.5,0.255951455205554,0.301889268195454,0.215521566085765,0.474344762047331,0.455549802204246 -5775,0.5,0.255951455205554,0.239853217548799,0.185656290882536,0.242056339076302,0.456687062381435 -5776,0.5,0.255951455205554,0.173118420799327,0.144515608359888,0.185119509386699,0.547846328904882 -5777,0.5,0.255951455205554,0.117333114007064,0.0989909591934997,0.179580489446482,0.514745078644096 -5778,0.5,0.255951455205554,0.0639781046221196,0.0563595873578138,0.128305559750477,0.505709959394327 -5779,0.5,0.255951455205554,0.00499959244222035,0.031473701198586,0.0,0.402436677018975 -5780,0.5,0.255951455205554,0.0,0.0306644830135476,0.0,0.312509574945074 -5781,0.5,0.255951455205554,0.0,0.0334255527630858,0.0,0.240749367915677 -5782,0.5,0.255951455205554,0.0,0.0394230002130251,0.0,0.233968415083988 -5783,0.5,0.255951455205554,0.0,0.0476666880377568,0.0,0.330201937168965 -5784,0.5,0.255951455205554,0.0,0.0554263635215908,0.0,0.477120745201801 -5785,0.5,0.255951455205554,0.0,0.0645707268001715,0.0,0.620424739637905 -5786,0.5,0.255951455205554,0.0,0.0759602109369826,0.0,0.727499250715513 -5787,0.5,0.255951455205554,0.0,0.0889782933878074,0.0,0.780324203416625 -5788,0.5,0.255951455205554,0.0,0.1053503812583,0.0,0.890041616767733 -5789,0.5,0.255951455205554,0.0,0.120533183330475,0.0,0.904339610757257 -5790,0.5,0.255951455205554,9.02973194250691e-05,0.139113165825991,0.0,0.864158777657116 -5791,0.5,0.255951455205554,0.0322834238313199,0.160652580790308,0.00684776582452538,0.855598671207131 -5792,0.5,0.255951455205554,0.106870597089872,0.200334178298602,0.0221109051383067,0.82961987466363 -5793,0.5,0.255951455205554,0.190647637143556,0.266950221151012,0.0333459081361217,0.758530420493499 -5794,0.5,0.255951455205554,0.274637605186579,0.321566258019791,0.0624851484899704,0.756809859997622 -5795,0.5,0.255951455205554,0.343152086191135,0.361205288037926,0.0780338618770128,0.712570366017255 -5796,0.5,0.255951455205554,0.366052886230587,0.387447645524018,0.00446081689271644,0.633887961243805 -5797,0.5,0.255951455205554,0.365632995512657,0.390796288296859,0.00490276904677585,0.550687906088772 -5798,0.5,0.255951455205554,0.33187272687973,0.366907832323207,0.00406320743776772,0.400361893729607 -5799,0.5,0.255951455205554,0.280083102858676,0.326576222671852,0.0177045131801265,0.272339165462802 -5800,0.5,0.255951455205554,0.222256012149044,0.259136857055038,0.0848817123229935,0.196492690663876 -5801,0.5,0.255951455205554,0.160415472125612,0.190781425012776,0.171791367491046,0.155922687918639 -5802,0.5,0.255951455205554,0.073492229698025,0.119759839452326,0.12496438325062,0.166005648827353 -5803,0.5,0.255951455205554,0.000744940965389767,0.0823753622814605,0.0,0.175973235019543 -5804,0.5,0.255951455205554,0.0,0.0681499718688422,0.0,0.15208603688621 -5805,0.5,0.255951455205554,0.0,0.0637871398184915,0.0,0.11918335983994 -5806,0.5,0.255951455205554,0.0,0.061865017509814,0.0,0.134762245557091 -5807,0.5,0.255951455205554,0.0,0.0620001169781189,0.0,0.169858131170386 -5808,0.5,0.255951455205554,0.0,0.0611915166905816,0.0,0.191452101775776 -5809,0.5,0.255951455205554,0.0,0.0606206254221672,0.0,0.21995668435325 -5810,0.5,0.255951455205554,0.0,0.0592265755213748,0.0,0.252793143726652 -5811,0.5,0.255951455205554,0.0,0.0598863985960154,0.0,0.248597837623149 -5812,0.5,0.255951455205554,0.0,0.0594490390921349,0.0,0.240165324322064 -5813,0.5,0.255951455205554,0.0,0.0555816275065185,0.0,0.20802716865465 -5814,0.5,0.255951455205554,2.94499732552819e-05,0.0540051470673067,0.0,0.143517501690993 -5815,0.5,0.255951455205554,0.0183498972318605,0.0640850790594963,0.00103622210233271,0.0596282054807702 -5816,0.5,0.255951455205554,0.0630220833326172,0.0868334670138999,0.00177113359747704,0.0202652433909624 -5817,0.5,0.255951455205554,0.114592735696535,0.116895206463453,0.0544930968686495,0.0173752019621771 -5818,0.5,0.255951455205554,0.162473950590995,0.136811600636588,0.135590673271637,0.0320503368645255 -5819,0.5,0.255951455205554,0.201903365732668,0.148236861373789,0.219326179269127,0.0616846024918233 -5820,0.5,0.255951455205554,0.228864507027431,0.145461763998532,0.124053877666285,0.0577524795468313 -5821,0.5,0.255951455205554,0.238044375117745,0.147555736223205,0.0614004676571127,0.0313593113444091 -5822,0.5,0.255951455205554,0.250133204849897,0.140061958828503,0.0248748175882048,0.0150545462551883 -5823,0.5,0.255951455205554,0.21301409960676,0.125563697557403,0.0792913457824932,0.00978951496001578 -5824,0.5,0.255951455205554,0.160427860072868,0.101814420954731,0.117621301747388,0.00829014383529229 -5825,0.5,0.255951455205554,0.108148601206918,0.0766780440928455,0.223515477811841,0.00729590129503382 -5826,0.5,0.255951455205554,0.056258103623631,0.0549506802404577,0.150129973809869,0.00515784949014248 -5827,0.5,0.255951455205554,0.0016964438173132,0.0374958965230575,0.0,0.00481005419470837 -5828,0.5,0.255951455205554,0.0,0.0275690305440464,0.0,0.00680011905840202 -5829,0.5,0.255951455205554,0.0,0.0223061252569715,0.0,0.00761503877361922 -5830,0.5,0.255951455205554,0.0,0.0211762960752437,0.0,0.00440118637655724 -5831,0.5,0.255951455205554,0.0,0.0211115763174152,0.0,0.0037417431930916 -5832,0.5,0.255951455205554,0.0,0.0202027564971688,0.0,0.00415948696495841 -5833,0.5,0.255951455205554,0.0,0.0206011356317325,0.0,0.00703073114306398 -5834,0.5,0.255951455205554,0.0,0.019581573134884,0.0,0.0043047363304149 -5835,0.5,0.255951455205554,0.0,0.0172808888270776,0.0,0.00242376451129641 -5836,0.5,0.255951455205554,0.0,0.0156737362777831,0.0,0.00268570781435141 -5837,0.5,0.255951455205554,0.0,0.0144697804140212,0.0,0.00202581701669573 -5838,0.5,0.255951455205554,8.74163321589552e-06,0.013788045681967,0.0,0.000426828086127207 -5839,0.5,0.255951455205554,0.0170593386097533,0.0136669500983356,0.0449995735772159,9.31419272068532e-05 -5840,0.5,0.255951455205554,0.0650024269818434,0.021445215892253,0.121296468411591,0.000144850786818422 -5841,0.5,0.255951455205554,0.129940134001638,0.0343530737967668,0.183454443662748,0.000218154253712628 -5842,0.5,0.255951455205554,0.208282985489662,0.0466246478784655,0.360220599747334,0.000169639611049315 -5843,0.5,0.255951455205554,0.269432106062964,0.0528939296639008,0.537252906312778,0.000176041927322182 -5844,0.5,0.255951455205554,0.302889651695674,0.0564159928101067,0.604827679756732,0.000224732068216781 -5845,0.5,0.255951455205554,0.326980470180283,0.0592042082867154,0.61847480319785,0.00298617102095777 -5846,0.5,0.255951455205554,0.303135287389963,0.0599601001604676,0.485309405374226,0.00615149970813386 -5847,0.5,0.255951455205554,0.256928172329889,0.0637965097035824,0.384051802728702,0.00945742322854063 -5848,0.5,0.255951455205554,0.197843787313083,0.0627298441205016,0.320384382564328,0.0127682472848507 -5849,0.5,0.255951455205554,0.128265100966445,0.0536511074336507,0.181669441223397,0.0131492192487392 -5850,0.5,0.255951455205554,0.0610795892790978,0.0382987314353403,0.0701043145910388,0.0120255721663416 -5851,0.5,0.255951455205554,0.00142788231347403,0.026569389643325,0.0,0.0100799113638531 -5852,0.5,0.255951455205554,0.0,0.0240794051973153,0.0,0.00738656894661486 -5853,0.5,0.255951455205554,0.0,0.0234257041611299,0.0,0.00496010483734812 -5854,0.5,0.255951455205554,0.0,0.0228121311391106,0.0,0.00481101738905814 -5855,0.5,0.255951455205554,0.0,0.0207519998859119,0.0,0.00450184226488662 -5856,0.5,0.255951455205554,0.0,0.018418907413481,0.0,0.00288849266863342 -5857,0.5,0.255951455205554,0.0,0.0172734458915715,0.0,0.00187299398916414 -5858,0.5,0.255951455205554,0.0,0.0165986680534029,0.0,0.00176233998310723 -5859,0.5,0.255951455205554,0.0,0.0161649410806291,0.0,0.00204140037773263 -5860,0.5,0.255951455205554,0.0,0.0152941272571269,0.0,0.00281169948916631 -5861,0.5,0.255951455205554,0.0,0.0152388340201757,0.0,0.00408103167405942 -5862,0.5,0.255951455205554,1.64964792378346e-05,0.016722908330577,0.0,0.00514458099211738 -5863,0.5,0.255951455205554,0.0125541259104439,0.0192052760989735,0.0082974413581275,0.00628260584261205 -5864,0.5,0.255951455205554,0.0529792571667526,0.0259915083125276,0.0419569941997121,0.00841225889539896 -5865,0.5,0.255951455205554,0.108039173743982,0.0417711612739301,0.106599207473458,0.0119602244620965 -5866,0.5,0.255951455205554,0.176239239956322,0.0606832545797515,0.184473745226846,0.0137672186625156 -5867,0.5,0.255951455205554,0.254784758939503,0.0792506177186422,0.242032243672022,0.0117900096295565 -5868,0.5,0.255951455205554,0.315869473915811,0.0938677688646952,0.220241225794814,0.00972661993229315 -5869,0.5,0.255951455205554,0.345644741905768,0.105526222671998,0.209858189864945,0.00859244419095289 -5870,0.5,0.255951455205554,0.345826231372344,0.109243789601373,0.14511539021184,0.00960743457981915 -5871,0.5,0.255951455205554,0.307984087591425,0.105152733525525,0.167207933107248,0.0136275858647745 -5872,0.5,0.255951455205554,0.255678356059189,0.10427443190811,0.175735597360414,0.0190847276726136 -5873,0.5,0.255951455205554,0.186812053660462,0.0996779206160122,0.134608973909814,0.0244065248249322 -5874,0.5,0.255951455205554,0.0816170510449149,0.0755460419196099,0.0685845579374936,0.0251766765618467 -5875,0.5,0.255951455205554,0.000361321312708269,0.0635045743817391,0.0,0.0218364873058212 -5876,0.5,0.255951455205554,0.0,0.0650034580926843,0.0,0.0197824712997208 -5877,0.5,0.255951455205554,0.0,0.0616901913721887,0.0,0.017572173955325 -5878,0.5,0.255951455205554,0.0,0.0571791578053885,0.0,0.0178811222892756 -5879,0.5,0.255951455205554,0.0,0.0536729357435442,0.0,0.0228532563102992 -5880,0.5,0.255951455205554,0.0,0.0499623153722636,0.0,0.0368619119111445 -5881,0.5,0.255951455205554,0.0,0.0464706460084465,0.0,0.057821632848334 -5882,0.5,0.255951455205554,0.0,0.0434901932545167,0.0,0.0773149823185415 -5883,0.5,0.255951455205554,0.0,0.0420686422695065,0.0,0.0840646685138745 -5884,0.5,0.255951455205554,0.0,0.0426297311185295,0.0,0.0729804104665645 -5885,0.5,0.255951455205554,0.0,0.0440782536158884,0.0,0.0526217504912794 -5886,0.5,0.255951455205554,6.94584684851745e-06,0.0465392163777175,0.0,0.0352676605916296 -5887,0.5,0.255951455205554,0.0378003992371761,0.0453689455206258,0.0469632086087538,0.0288065710004191 -5888,0.5,0.255951455205554,0.14414321984994,0.0625548260327771,0.171060127591553,0.0307699361548696 -5889,0.5,0.255951455205554,0.272627155849599,0.138230751993133,0.313806996536869,0.0446190103966451 -5890,0.5,0.255951455205554,0.404603136006811,0.214647539537001,0.454599394687013,0.0653113466655873 -5891,0.5,0.255951455205554,0.521317124277646,0.309129866703378,0.579636995681052,0.0980401825199713 -5892,0.5,0.255951455205554,0.59579997143776,0.382110196153814,0.652933390791701,0.139801673566252 -5893,0.5,0.255951455205554,0.626050748256851,0.415122757541463,0.680434249742639,0.174932093916173 -5894,0.5,0.255951455205554,0.615399607370592,0.423824091025148,0.668852374389827,0.189063014546885 -5895,0.5,0.255951455205554,0.55328009477554,0.432220901294205,0.60198100681031,0.19792049968264 -5896,0.5,0.255951455205554,0.441339131134749,0.436132484353198,0.481770750805102,0.21316982250868 -5897,0.5,0.255951455205554,0.309870440494245,0.367079977798684,0.351045175413379,0.236674390216588 -5898,0.5,0.255951455205554,0.109533368824348,0.232845203170951,0.129504730398342,0.25414431439268 -5899,0.5,0.255951455205554,1.27965896492672e-05,0.196911609553148,0.0,0.262629511643769 -5900,0.5,0.255951455205554,0.0,0.193226502947928,0.0,0.269470850109871 -5901,0.5,0.255951455205554,0.0,0.180575272363255,0.0,0.299651369159252 -5902,0.5,0.255951455205554,0.0,0.161662095320196,0.0,0.404714961045376 -5903,0.5,0.255951455205554,0.0,0.140697864108157,0.0,0.502862595747117 -5904,0.5,0.255951455205554,0.0,0.121100347010986,0.0,0.476258860100811 -5905,0.5,0.255951455205554,0.0,0.108203773262858,0.0,0.436027191953602 -5906,0.5,0.255951455205554,0.0,0.100298184310598,0.0,0.394385380077307 -5907,0.5,0.255951455205554,0.0,0.0976593255137617,0.0,0.355206484794711 -5908,0.5,0.255951455205554,0.0,0.0963309670864905,0.0,0.336722577427478 -5909,0.5,0.255951455205554,0.0,0.0942935926764392,0.0,0.334924661665123 -5910,0.5,0.255951455205554,1.73293352374712e-07,0.0916505401077649,0.0,0.337213631952794 -5911,0.5,0.255951455205554,0.0427917713939118,0.0831561803463648,0.0446014864457852,0.338614979449639 -5912,0.5,0.255951455205554,0.166979534402154,0.098595161136611,0.167394990491072,0.344918816326497 -5913,0.5,0.255951455205554,0.311514410005315,0.16362651782348,0.30821053566369,0.364161529382488 -5914,0.5,0.255951455205554,0.457381802163595,0.203986350339829,0.446203668651809,0.384345956294939 -5915,0.5,0.255951455205554,0.576014832841904,0.256894602786071,0.568436418918725,0.382191061526997 -5916,0.5,0.255951455205554,0.642923647432098,0.316296012528486,0.63968866363924,0.348189501396629 -5917,0.5,0.255951455205554,0.664999492364137,0.367587569124069,0.665441949619338,0.326149688530373 -5918,0.5,0.255951455205554,0.647510702005283,0.403054689447113,0.653028119909715,0.352679729433324 -5919,0.5,0.255951455205554,0.577940328416869,0.428833733016367,0.586235087430665,0.395635204654108 -5920,0.5,0.255951455205554,0.458002605554409,0.420210937034283,0.467507601728579,0.424293651016664 -5921,0.5,0.255951455205554,0.318602829069823,0.310870273349396,0.338867630554853,0.438216827048619 -5922,0.5,0.255951455205554,0.100082957923717,0.211658785395559,0.122454379447187,0.434739332067819 -5923,0.5,0.255951455205554,0.0,0.194750771462241,0.0,0.431393804232594 -5924,0.5,0.255951455205554,0.0,0.181993399418123,0.0,0.42962438075713 -5925,0.5,0.255951455205554,0.0,0.15823606557503,0.0,0.431093865582461 -5926,0.5,0.255951455205554,0.0,0.131655631764648,0.0,0.395637686030315 -5927,0.5,0.255951455205554,0.0,0.107690206320271,0.0,0.325620436688086 -5928,0.5,0.255951455205554,0.0,0.0881321435039047,0.0,0.272591433585659 -5929,0.5,0.255951455205554,0.0,0.0746652412707383,0.0,0.207867801687094 -5930,0.5,0.255951455205554,0.0,0.0667606042428797,0.0,0.145283292588017 -5931,0.5,0.255951455205554,0.0,0.0609828484220794,0.0,0.109268900522831 -5932,0.5,0.255951455205554,0.0,0.0580802975396888,0.0,0.0966128455726765 -5933,0.5,0.255951455205554,0.0,0.0576724236629171,0.0,0.095457261595536 -5934,0.5,0.255951455205554,0.0,0.0591095546691478,0.0,0.0929328345224532 -5935,0.5,0.255951455205554,0.0386240181475557,0.0549390789220448,0.0417933742524195,0.0858013942935872 -5936,0.5,0.255951455205554,0.158215462564995,0.0622664372028744,0.164927833442345,0.0821899269749117 -5937,0.5,0.255951455205554,0.298579288986161,0.101595291613696,0.30648568875324,0.0869723647984915 -5938,0.5,0.255951455205554,0.441357066585746,0.132568198533592,0.444867923539503,0.0966448371204011 -5939,0.5,0.255951455205554,0.558710394810266,0.151439508201232,0.567025497197528,0.0983054546571528 -5940,0.5,0.255951455205554,0.624816611059195,0.169520387949105,0.637532270165146,0.0854191896062724 -5941,0.5,0.255951455205554,0.644108176731165,0.17714277576888,0.662383750888111,0.0660023893903976 -5942,0.5,0.255951455205554,0.622512226948189,0.179080536104236,0.649348970960097,0.0530800033127035 -5943,0.5,0.255951455205554,0.549389287893769,0.169340347342949,0.582006204831094,0.0443222524674863 -5944,0.5,0.255951455205554,0.428261244372377,0.152252387290824,0.463386822609522,0.0473311959068535 -5945,0.5,0.255951455205554,0.29173566890683,0.100681516700635,0.335358380787147,0.0512039590315451 -5946,0.5,0.255951455205554,0.087920632469934,0.0673371292778122,0.116582057479517,0.0510018679947264 -5947,0.5,0.255951455205554,0.0,0.0701139368234918,0.0,0.0476575416569047 -5948,0.5,0.255951455205554,0.0,0.0678899925287547,0.0,0.0450479239020699 -5949,0.5,0.255951455205554,0.0,0.0630344953412901,0.0,0.0436351284837622 -5950,0.5,0.255951455205554,0.0,0.0575876295579589,0.0,0.041570962133361 -5951,0.5,0.255951455205554,0.0,0.0523722705245662,0.0,0.0329273463429113 -5952,0.5,0.255951455205554,0.0,0.0459422529147055,0.0,0.0239378177779485 -5953,0.5,0.255951455205554,0.0,0.0416245705162309,0.0,0.0164775308521514 -5954,0.5,0.255951455205554,0.0,0.0366857434284148,0.0,0.0116921351050552 -5955,0.5,0.255951455205554,0.0,0.0341043672050347,0.0,0.00898499326198879 -5956,0.5,0.255951455205554,0.0,0.0329782292802494,0.0,0.00836533705567953 -5957,0.5,0.255951455205554,0.0,0.0318553521995764,0.0,0.00925398674648732 -5958,0.5,0.255951455205554,0.0,0.0315317704911304,0.0,0.00988071635713593 -5959,0.5,0.255951455205554,0.0357543477020628,0.0284333332250892,0.0396295161403587,0.00981312327963142 -5960,0.5,0.255951455205554,0.151631594861474,0.0294592868496009,0.162547886388019,0.00973047961679176 -5961,0.5,0.255951455205554,0.284861718994097,0.0460273060458112,0.304163196607897,0.0118819738664645 -5962,0.5,0.255951455205554,0.417409626197588,0.0576829329228399,0.441886042893265,0.0132273869206763 -5963,0.5,0.255951455205554,0.523830784638441,0.0645201771947201,0.563077498731502,0.0113314541277672 -5964,0.5,0.255951455205554,0.555292553510433,0.0708381681933519,0.632607897248181,0.01209944547958 -5965,0.5,0.255951455205554,0.552221827424752,0.0778205265858904,0.656711127628256,0.0149686806642466 -5966,0.5,0.255951455205554,0.523721872765341,0.0827160657124526,0.642775667672409,0.019732066090066 -5967,0.5,0.255951455205554,0.45322389138377,0.0849150722722355,0.574356882650938,0.0267284644590638 -5968,0.5,0.255951455205554,0.351903910688495,0.0823410519357611,0.453761194044271,0.034531605048628 -5969,0.5,0.255951455205554,0.233149198142661,0.0621661808016939,0.286025288924939,0.0409063632117384 -5970,0.5,0.255951455205554,0.0726066273955174,0.0475334892428457,0.0747600691273914,0.0560728117062615 -5971,0.5,0.255951455205554,0.0,0.0507929548048325,0.0,0.117930458264145 -5972,0.5,0.255951455205554,0.0,0.0532063157559935,0.0,0.194495254939117 -5973,0.5,0.255951455205554,0.0,0.05384841316747,0.0,0.19090695240402 -5974,0.5,0.255951455205554,0.0,0.0516390306442735,0.0,0.214253905825764 -5975,0.5,0.255951455205554,0.0,0.0433921465469989,0.0,0.394863198601389 -5976,0.5,0.255951455205554,0.0,0.0363602785640666,0.0,0.618489876959517 -5977,0.5,0.255951455205554,0.0,0.0359448656761965,0.0,0.680778226363936 -5978,0.5,0.255951455205554,0.0,0.0406714142424982,0.0,0.687065624281548 -5979,0.5,0.255951455205554,0.0,0.0483853299884459,0.0,0.677703016468787 -5980,0.5,0.255951455205554,0.0,0.0569249469291692,0.0,0.667269711668392 -5981,0.5,0.255951455205554,0.0,0.0608785326364132,0.0,0.607063400731968 -5982,0.5,0.255951455205554,0.0,0.0651932976528385,0.0,0.508686434278824 -5983,0.5,0.255951455205554,0.0201757202634432,0.0679008358570475,0.024663920516296,0.396862764611288 -5984,0.5,0.255951455205554,0.0833822052560288,0.0936686276634753,0.120481235309788,0.298995080870996 -5985,0.5,0.255951455205554,0.152439796546988,0.1306069374538,0.265937257456851,0.254656269225633 -5986,0.5,0.255951455205554,0.218685287717391,0.136944800844516,0.423008350207162,0.2195874334559 -5987,0.5,0.255951455205554,0.259534252133828,0.141351257880573,0.52286898018371,0.19713276837609 -5988,0.5,0.255951455205554,0.280481580641052,0.145840172035714,0.433084745970184,0.159035578001992 -5989,0.5,0.255951455205554,0.31119625351717,0.145299034436792,0.339425759392317,0.100883965722221 -5990,0.5,0.255951455205554,0.312035586877965,0.141868714493279,0.216851027055634,0.0562637946308732 -5991,0.5,0.255951455205554,0.29057369199458,0.134092593288286,0.234371628625569,0.0480621481279304 -5992,0.5,0.255951455205554,0.236854497827096,0.122857245971435,0.274631516246335,0.0588802496695459 -5993,0.5,0.255951455205554,0.167263677221327,0.104406571374083,0.274103142565213,0.0664092320098047 -5994,0.5,0.255951455205554,0.0582181026385174,0.0842021567720219,0.108758639663361,0.0470400335148849 -5995,0.5,0.255951455205554,4.08578435853364e-05,0.0570262253821344,0.0,0.0523492796720632 -5996,0.5,0.255951455205554,0.0,0.0543496585266832,0.0,0.0906821659994133 -5997,0.5,0.255951455205554,0.0,0.0557239616411206,0.0,0.145062623835133 -5998,0.5,0.255951455205554,0.0,0.060449674309668,0.0,0.177323409042101 -5999,0.5,0.255951455205554,0.0,0.0645940067998045,0.0,0.222463665150257 -6000,0.5,0.255951455205554,0.0,0.066970141015742,0.0,0.291295014786856 -6001,0.5,0.255951455205554,0.0,0.0652689394270691,0.0,0.419459454716652 -6002,0.5,0.255951455205554,0.0,0.0603079464222614,0.0,0.543661251740777 -6003,0.5,0.255951455205554,0.0,0.0576896106373647,0.0,0.684475613125362 -6004,0.5,0.255951455205554,0.0,0.0590464285432473,0.0,0.785973239698663 -6005,0.5,0.255951455205554,0.0,0.0626306268351505,0.0,0.84935888498717 -6006,0.5,0.255951455205554,0.0,0.0704852740154428,0.0,0.846431860226966 -6007,0.5,0.255951455205554,0.0176961243128724,0.0840417413923612,0.036936890981917,0.830222218438008 -6008,0.5,0.255951455205554,0.0995434425664761,0.1055936946723,0.163275457448814,0.791794095230116 -6009,0.5,0.255951455205554,0.203615518447678,0.149899708537787,0.306015946758066,0.756582845344949 -6010,0.5,0.255951455205554,0.306712942194025,0.176278597039029,0.390408537080305,0.690155908237291 -6011,0.5,0.255951455205554,0.394526307222327,0.204484770146461,0.276749796033225,0.614259966792556 -6012,0.5,0.255951455205554,0.460593156807557,0.231279061477618,0.117770570657664,0.588828750147577 -6013,0.5,0.255951455205554,0.475976045496941,0.242635283355027,0.135841514400925,0.530515194851624 -6014,0.5,0.255951455205554,0.456022697927836,0.247341208457091,0.182321648139704,0.456653931520096 -6015,0.5,0.255951455205554,0.404728664496866,0.238611042256946,0.475723676822261,0.358572243806582 -6016,0.5,0.255951455205554,0.325133203736906,0.223738755950241,0.369603644315285,0.323676695079371 -6017,0.5,0.255951455205554,0.228188500779248,0.198321316986855,0.258986517708466,0.343989977352302 -6018,0.5,0.255951455205554,0.0674804432278365,0.144720462187404,0.0526640467715046,0.391794478463469 -6019,0.5,0.255951455205554,0.0,0.104886709542593,0.0,0.328800786777611 -6020,0.5,0.255951455205554,0.0,0.0878107108821573,0.0,0.313394396244716 -6021,0.5,0.255951455205554,0.0,0.0773050178008368,0.0,0.47910295049431 -6022,0.5,0.255951455205554,0.0,0.0697021805888566,0.0,0.561070058923152 -6023,0.5,0.255951455205554,0.0,0.0655690793391446,0.0,0.762876890322405 -6024,0.5,0.255951455205554,0.0,0.0844740615228665,0.0,0.887242245072678 -6025,0.5,0.255951455205554,0.0,0.0939018401433907,0.0,0.901863192674369 -6026,0.5,0.255951455205554,0.0,0.097291364813226,0.0,0.884608879698717 -6027,0.5,0.255951455205554,0.0,0.103344747343584,0.0,0.867705299327541 -6028,0.5,0.255951455205554,0.0,0.108051856459236,0.0,0.843603575863127 -6029,0.5,0.255951455205554,0.0,0.106692071595692,0.0,0.793285354871412 -6030,0.5,0.255951455205554,0.0,0.109801371779378,0.0,0.784467929112246 -6031,0.5,0.255951455205554,0.0199822638514019,0.114394189322531,0.0296010932325036,0.765008841537406 -6032,0.5,0.255951455205554,0.102811247298949,0.127394675043336,0.0903483334190387,0.730227153713296 -6033,0.5,0.255951455205554,0.202825681549214,0.182080373730753,0.222529478946098,0.673589318360112 -6034,0.5,0.255951455205554,0.300450948149375,0.266190743268683,0.427192459922196,0.645810749765199 -6035,0.5,0.255951455205554,0.374252002507925,0.330447234903128,0.178261963620816,0.622516683548738 -6036,0.5,0.255951455205554,0.409155691357138,0.371836153070054,0.222149161840847,0.593533648215279 -6037,0.5,0.255951455205554,0.404117997321827,0.392939388962352,0.243522835751117,0.592887387180044 -6038,0.5,0.255951455205554,0.357168796311086,0.400616608519407,0.100891254603132,0.621460529456096 -6039,0.5,0.255951455205554,0.299189532925114,0.402503338211394,0.0668502770835668,0.59931076411163 -6040,0.5,0.255951455205554,0.22083832995474,0.403823202281453,0.0491128676399511,0.613235937520249 -6041,0.5,0.255951455205554,0.137598351119875,0.388743638966303,0.0257155780878975,0.697162924098986 -6042,0.5,0.255951455205554,0.0405482882257409,0.352427531364332,0.00708306711245867,0.746793971604186 -6043,0.5,0.255951455205554,8.11968659735679e-06,0.311003693301348,0.0,0.793394895015769 -6044,0.5,0.255951455205554,0.0,0.290782833980585,0.0,0.799673026262955 -6045,0.5,0.255951455205554,0.0,0.270944079642495,0.0,0.78071269808151 -6046,0.5,0.255951455205554,0.0,0.25229221232443,0.0,0.765820065295739 -6047,0.5,0.255951455205554,0.0,0.228615140106984,0.0,0.738842947398351 -6048,0.5,0.255951455205554,0.0,0.203714015588186,0.0,0.694768306270683 -6049,0.5,0.255951455205554,0.0,0.182347275236678,0.0,0.596071154449213 -6050,0.5,0.255951455205554,0.0,0.162034707757283,0.0,0.55118753974364 -6051,0.5,0.255951455205554,0.0,0.148661034795761,0.0,0.532585425835463 -6052,0.5,0.255951455205554,0.0,0.141739442620991,0.0,0.576331325773336 -6053,0.5,0.255951455205554,0.0,0.1363907872126,0.0,0.623737596179723 -6054,0.5,0.255951455205554,0.0,0.133160885779006,0.0,0.647020930706804 -6055,0.5,0.255951455205554,0.0127793027467883,0.128305599355054,0.00320847664051447,0.563475073422397 -6056,0.5,0.255951455205554,0.0749374056113557,0.134223814665672,0.0424157866818024,0.550986966203593 -6057,0.5,0.255951455205554,0.148244889943389,0.158046590088015,0.161568839758567,0.610448823305691 -6058,0.5,0.255951455205554,0.21676589087343,0.19946218907954,0.221240456092633,0.638051635888467 -6059,0.5,0.255951455205554,0.268262256119935,0.22387846110982,0.247206190340123,0.570892805359983 -6060,0.5,0.255951455205554,0.295575451052262,0.237406803136522,0.378890799228951,0.487439252949929 -6061,0.5,0.255951455205554,0.30772808708467,0.245416301447365,0.436826206487842,0.43661194545225 -6062,0.5,0.255951455205554,0.291438895749555,0.253440907819827,0.161671999652452,0.377966070080989 -6063,0.5,0.255951455205554,0.244535118743288,0.24975122369511,0.114038544803739,0.334956361826746 -6064,0.5,0.255951455205554,0.18352559538846,0.243290804894851,0.200293245494169,0.334425111507849 -6065,0.5,0.255951455205554,0.112078525853913,0.225626540563045,0.0260022350960151,0.350116714512887 -6066,0.5,0.255951455205554,0.0379193853245653,0.175336686915101,0.00743658720549384,0.391342889766832 -6067,0.5,0.255951455205554,3.12933401262125e-05,0.128419061413057,0.0,0.437158114789369 -6068,0.5,0.255951455205554,0.0,0.103993633752419,0.0,0.490895776692847 -6069,0.5,0.255951455205554,0.0,0.0862303803481932,0.0,0.53533163090386 -6070,0.5,0.255951455205554,0.0,0.0756109906049753,0.0,0.526508145367799 -6071,0.5,0.255951455205554,0.0,0.0676461105327773,0.0,0.454529548466095 -6072,0.5,0.255951455205554,0.0,0.0589732670015126,0.0,0.380265913103713 -6073,0.5,0.255951455205554,0.0,0.0557377383895206,0.0,0.343317288774303 -6074,0.5,0.255951455205554,0.0,0.0545512005858323,0.0,0.296163947869818 -6075,0.5,0.255951455205554,0.0,0.051132090240061,0.0,0.229526441480986 -6076,0.5,0.255951455205554,0.0,0.0479678011367261,0.0,0.181704179718821 -6077,0.5,0.255951455205554,0.0,0.0469687517806507,0.0,0.174212782429199 -6078,0.5,0.255951455205554,0.0,0.0501862319452928,0.0,0.192607121892057 -6079,0.5,0.255951455205554,0.00938284370762782,0.0572477646113726,0.0235786739709105,0.248090481505556 -6080,0.5,0.255951455205554,0.0576079931265963,0.0853207040100405,0.149275260432441,0.32302734998694 -6081,0.5,0.255951455205554,0.123333544881394,0.138669016913984,0.289474749145474,0.398006866612151 -6082,0.5,0.255951455205554,0.197961017797421,0.180862568002871,0.420540496765358,0.423808841811474 -6083,0.5,0.255951455205554,0.263140802694586,0.211281987218312,0.52383294878722,0.380144402559129 -6084,0.5,0.255951455205554,0.287488556120878,0.221473815376468,0.542048624576242,0.331053642215107 -6085,0.5,0.255951455205554,0.326508098349786,0.227945008316153,0.544575397403474,0.269842516952349 -6086,0.5,0.255951455205554,0.321931445427046,0.239134723894506,0.600632850950951,0.217852746993848 -6087,0.5,0.255951455205554,0.282486833976324,0.240934725612215,0.51018353376116,0.197024168989288 -6088,0.5,0.255951455205554,0.211922984402714,0.231455708861813,0.450641438173394,0.193128818363926 -6089,0.5,0.255951455205554,0.14321021825181,0.201990271561487,0.320173745762785,0.208532681162207 -6090,0.5,0.255951455205554,0.0453419386978933,0.123554058326261,0.0830130437560932,0.238725838471093 -6091,0.5,0.255951455205554,2.876528670191e-06,0.0951746929183737,0.0,0.290599276760184 -6092,0.5,0.255951455205554,0.0,0.088287751954531,0.0,0.344489120186397 -6093,0.5,0.255951455205554,0.0,0.081776944985529,0.0,0.380579229828654 -6094,0.5,0.255951455205554,0.0,0.0776379804063873,0.0,0.357992413973845 -6095,0.5,0.255951455205554,0.0,0.0780185593378217,0.0,0.292823549558772 -6096,0.5,0.255951455205554,0.0,0.083447424403194,0.0,0.221354324086059 -6097,0.5,0.255951455205554,0.0,0.0911316861867907,0.0,0.177348282217022 -6098,0.5,0.255951455205554,0.0,0.103344160930229,0.0,0.160271690572037 -6099,0.5,0.255951455205554,0.0,0.115622734886199,0.0,0.147044557893572 -6100,0.5,0.255951455205554,0.0,0.131427813372675,0.0,0.139861155813651 -6101,0.5,0.255951455205554,0.0,0.154622158591972,0.0,0.149084485047852 -6102,0.5,0.255951455205554,0.0,0.177873967625764,0.0,0.175441262846839 -6103,0.5,0.255951455205554,0.0073120499058697,0.206706628182043,0.0253914807356346,0.209567202569441 -6104,0.5,0.255951455205554,0.0531924575780934,0.251728760810466,0.150613789933999,0.23882622385925 -6105,0.5,0.255951455205554,0.105202795546988,0.330052624798159,0.295591500232165,0.27031889302377 -6106,0.5,0.255951455205554,0.153592152309746,0.432917452584889,0.434528417524335,0.287367120927101 -6107,0.5,0.255951455205554,0.199757241770567,0.531109207145595,0.55753413318213,0.281651501613184 -6108,0.5,0.255951455205554,0.239778977944076,0.614826836511365,0.628388419744196,0.268069427962368 -6109,0.5,0.255951455205554,0.269221489349483,0.675612842356114,0.652098491578212,0.246088437286603 -6110,0.5,0.255951455205554,0.269391632823084,0.706916385843582,0.636441993862561,0.220940746855436 -6111,0.5,0.255951455205554,0.240193751089568,0.70834273850162,0.564371957936167,0.213063798213895 -6112,0.5,0.255951455205554,0.188818527288927,0.685428026645075,0.443278997312865,0.235106942375813 -6113,0.5,0.255951455205554,0.130568990908176,0.634398030209709,0.314415005449228,0.284719537953399 -6114,0.5,0.255951455205554,0.0371020425111936,0.547231897980657,0.0768377904661769,0.344853450455697 -6115,0.5,0.255951455205554,1.24113461095875e-06,0.490332807759478,0.0,0.399179978019324 -6116,0.5,0.255951455205554,0.0,0.46578175482457,0.0,0.442276455829247 -6117,0.5,0.255951455205554,0.0,0.433281078256326,0.0,0.442347512520944 -6118,0.5,0.255951455205554,0.0,0.388130503560103,0.0,0.420123020440158 -6119,0.5,0.255951455205554,0.0,0.337338441648646,0.0,0.39563528757762 -6120,0.5,0.255951455205554,0.0,0.284758310773336,0.0,0.355606619985496 -6121,0.5,0.255951455205554,0.0,0.234583874627415,0.0,0.305086445584979 -6122,0.5,0.255951455205554,0.0,0.196612530965188,0.0,0.261486541045332 -6123,0.5,0.255951455205554,0.0,0.177057982395935,0.0,0.23603718526251 -6124,0.5,0.255951455205554,0.0,0.171256728689396,0.0,0.222877221622933 -6125,0.5,0.255951455205554,0.0,0.169993403554136,0.0,0.218324236327309 -6126,0.5,0.255951455205554,0.0,0.162608640466667,0.0,0.22248783046099 -6127,0.5,0.255951455205554,0.00701388854278607,0.156319604649012,0.0225249143186732,0.236131834521678 -6128,0.5,0.255951455205554,0.0562224314781951,0.180470429722844,0.147972757116833,0.262925340498866 -6129,0.5,0.255951455205554,0.119844996329647,0.255939145667819,0.294272507233274,0.310909635915803 -6130,0.5,0.255951455205554,0.190457755182386,0.329679490273895,0.43517907028482,0.356781539872994 -6131,0.5,0.255951455205554,0.264518570671019,0.382913771584558,0.559718525964795,0.365522992566093 -6132,0.5,0.255951455205554,0.311107784718693,0.441357297727018,0.631288335847091,0.352287984649215 -6133,0.5,0.255951455205554,0.327438321167006,0.488904778275469,0.655242562291807,0.327634551021939 -6134,0.5,0.255951455205554,0.321298331811282,0.515592308350788,0.639081838465367,0.294117584160346 -6135,0.5,0.255951455205554,0.281474354533942,0.52445025462028,0.565548470085435,0.276481020355242 -6136,0.5,0.255951455205554,0.213051916438582,0.50961476808076,0.442959944188486,0.296870910416829 -6137,0.5,0.255951455205554,0.136660387948703,0.446300110204887,0.312405783972456,0.340102702559259 -6138,0.5,0.255951455205554,0.0304856696791538,0.315937277625536,0.0709496299974076,0.380626181590684 -6139,0.5,0.255951455205554,2.32893631092642e-08,0.254819240899027,0.0,0.429582303425776 -6140,0.5,0.255951455205554,0.0,0.25019336109316,0.0,0.485965541450259 -6141,0.5,0.255951455205554,0.0,0.25065332007439,0.0,0.518454672071123 -6142,0.5,0.255951455205554,0.0,0.250002059345062,0.0,0.529941345432021 -6143,0.5,0.255951455205554,0.0,0.24673822778809,0.0,0.64271995036067 -6144,0.5,0.255951455205554,0.0,0.237774022163736,0.0,0.68658456938438 -6145,0.5,0.255951455205554,0.0,0.226970148662864,0.0,0.591998621925217 -6146,0.5,0.255951455205554,0.0,0.217943060575223,0.0,0.543010457780729 -6147,0.5,0.255951455205554,0.0,0.207030346053084,0.0,0.545644222591552 -6148,0.5,0.255951455205554,0.0,0.197510155091984,0.0,0.573507904545558 -6149,0.5,0.255951455205554,0.0,0.189740781558244,0.0,0.61422776495389 -6150,0.5,0.255951455205554,0.0,0.183441445014527,0.0,0.662489542624387 -6151,0.5,0.255951455205554,0.00419301892470854,0.183857058724447,0.0176675542194117,0.707819774272325 -6152,0.5,0.255951455205554,0.0420529049602499,0.20928618057036,0.114801833227992,0.741821989676161 -6153,0.5,0.255951455205554,0.0932943238253252,0.259017640699438,0.247197305965365,0.792316699759388 -6154,0.5,0.255951455205554,0.145152121827437,0.289027674953731,0.320944740957655,0.824772798319132 -6155,0.5,0.255951455205554,0.191075183998136,0.30461360476287,0.209399780328583,0.840358769423419 -6156,0.5,0.255951455205554,0.208627967230721,0.310982219843766,0.244140571133376,0.8230018715988 -6157,0.5,0.255951455205554,0.225557048301722,0.323030847058814,0.245919375832711,0.810384513762788 -6158,0.5,0.255951455205554,0.228799508620328,0.341315770844442,0.240864843608617,0.835714331040742 -6159,0.5,0.255951455205554,0.210711457386146,0.344910568415012,0.167688646610861,0.861225511627366 -6160,0.5,0.255951455205554,0.169339475552559,0.333223157147464,0.114563948321912,0.868690818762751 -6161,0.5,0.255951455205554,0.106738325006581,0.307613074804867,0.065209395549363,0.859748386614015 -6162,0.5,0.255951455205554,0.029799030300815,0.274227297009273,0.0169730766335899,0.842238461906759 -6163,0.5,0.255951455205554,1.41520706781e-05,0.247964133481619,0.0,0.866555308155147 -6164,0.5,0.255951455205554,0.0,0.240090573594388,0.0,0.869513939419172 -6165,0.5,0.255951455205554,0.0,0.244083433543106,0.0,0.862505651465145 -6166,0.5,0.255951455205554,0.0,0.238721384775402,0.0,0.858651761153131 -6167,0.5,0.255951455205554,0.0,0.227553733819817,0.0,0.868385825078779 -6168,0.5,0.255951455205554,0.0,0.221153358583999,0.0,0.914675576576402 -6169,0.5,0.255951455205554,0.0,0.213711353261547,0.0,0.943646340633572 -6170,0.5,0.255951455205554,0.0,0.203417624488095,0.0,0.950377901623124 -6171,0.5,0.255951455205554,0.0,0.188651293739098,0.0,0.942246292407767 -6172,0.5,0.255951455205554,0.0,0.175705702537064,0.0,0.879110659413928 -6173,0.5,0.255951455205554,0.0,0.165565274344533,0.0,0.817450983272815 -6174,0.5,0.255951455205554,0.0,0.156253827487735,0.0,0.784673070609655 -6175,0.5,0.255951455205554,0.00997209454287554,0.147443584938854,0.00519965135432518,0.766962380202844 -6176,0.5,0.255951455205554,0.0765882450392592,0.15066760526076,0.0819841817043513,0.763853335331701 -6177,0.5,0.255951455205554,0.164720076891961,0.1678351387817,0.200662609117532,0.808853382308092 -6178,0.5,0.255951455205554,0.265870896404744,0.185212729220727,0.33720665579041,0.84454870194047 -6179,0.5,0.255951455205554,0.359136531726877,0.194531551534685,0.446922778075524,0.816455333346768 -6180,0.5,0.255951455205554,0.425839771367028,0.214674455897813,0.530491524003257,0.778390223679191 -6181,0.5,0.255951455205554,0.464277776127864,0.244866693359255,0.577284248108947,0.748789868560626 -6182,0.5,0.255951455205554,0.4614668124222,0.273785970557181,0.581921475316539,0.69521650643786 -6183,0.5,0.255951455205554,0.41848817838476,0.286371836193578,0.51668633472272,0.504405248883379 -6184,0.5,0.255951455205554,0.329836816534945,0.270334308067701,0.414439958018888,0.321970372945249 -6185,0.5,0.255951455205554,0.217194032633305,0.217094934934035,0.29506755953094,0.275451269152855 -6186,0.5,0.255951455205554,0.0462620387589062,0.172282883119522,0.0597353566354594,0.289046922409882 -6187,0.5,0.255951455205554,0.0,0.164584982379683,0.0,0.34383835723546 -6188,0.5,0.255951455205554,0.0,0.163294352436604,0.0,0.456359510193991 -6189,0.5,0.255951455205554,0.0,0.161178590052325,0.0,0.579415124368094 -6190,0.5,0.255951455205554,0.0,0.154532811700929,0.0,0.619386945350531 -6191,0.5,0.255951455205554,0.0,0.141198485635801,0.0,0.607886396976769 -6192,0.5,0.255951455205554,0.0,0.123468548570624,0.0,0.59013600279253 -6193,0.5,0.255951455205554,0.0,0.10686232045412,0.0,0.515080746890404 -6194,0.5,0.255951455205554,0.0,0.0910554824701401,0.0,0.395542025216509 -6195,0.5,0.255951455205554,0.0,0.0764871313768124,0.0,0.285382455261307 -6196,0.5,0.255951455205554,0.0,0.0643986665838008,0.0,0.219240195639856 -6197,0.5,0.255951455205554,0.0,0.0559609518619479,0.0,0.17042049920962 -6198,0.5,0.255951455205554,0.0,0.0512043872155604,0.0,0.133597985441655 -6199,0.5,0.255951455205554,0.012971330271442,0.0487350181181187,0.00858932359650309,0.100385718041008 -6200,0.5,0.255951455205554,0.104642890871212,0.0511268150058173,0.108572043083234,0.0917405232484261 -6201,0.5,0.255951455205554,0.219988154701473,0.0702498347188391,0.265945289536477,0.105128250877439 -6202,0.5,0.255951455205554,0.343814429031117,0.101320970617737,0.420304108994711,0.132972427147435 -6203,0.5,0.255951455205554,0.453220697175743,0.118192744261612,0.543674971906236,0.150931244563661 -6204,0.5,0.255951455205554,0.522111151313132,0.136198978047946,0.614630177334151,0.152748720565692 -6205,0.5,0.255951455205554,0.549834024960646,0.147686293679538,0.637622602334622,0.150009057793492 -6206,0.5,0.255951455205554,0.526748601423029,0.161757089314409,0.614749701054887,0.147911395176475 -6207,0.5,0.255951455205554,0.45611101377164,0.1638963615818,0.545201960436904,0.145355362895928 -6208,0.5,0.255951455205554,0.350390059226751,0.150350112592861,0.425967181501205,0.140383485612168 -6209,0.5,0.255951455205554,0.228362015346138,0.108212616745751,0.296452550999358,0.141206583058369 -6210,0.5,0.255951455205554,0.0389610712999556,0.0708537788798099,0.0535087645527133,0.160327513773156 -6211,0.5,0.255951455205554,0.0,0.072230361089378,0.0,0.196230473806479 -6212,0.5,0.255951455205554,0.0,0.0705233742740076,0.0,0.251786773493192 -6213,0.5,0.255951455205554,0.0,0.0708396246455857,0.0,0.292907162998444 -6214,0.5,0.255951455205554,0.0,0.0706468602398593,0.0,0.292666406723072 -6215,0.5,0.255951455205554,0.0,0.0676973069789922,0.0,0.276950201924538 -6216,0.5,0.255951455205554,0.0,0.0640520682436752,0.0,0.239891314880028 -6217,0.5,0.255951455205554,0.0,0.0602555684934818,0.0,0.172867674266751 -6218,0.5,0.255951455205554,0.0,0.0550018472184695,0.0,0.106666724428957 -6219,0.5,0.255951455205554,0.0,0.0505032233303734,0.0,0.0662881835414865 -6220,0.5,0.255951455205554,0.0,0.0471567619985083,0.0,0.0515738085138435 -6221,0.5,0.255951455205554,0.0,0.0465812834480238,0.0,0.0572385400342886 -6222,0.5,0.255951455205554,0.0,0.047084384421066,0.0,0.0692216205219235 -6223,0.5,0.255951455205554,0.015559756141072,0.0461925325017763,0.00873600943812727,0.0760060807108673 -6224,0.5,0.255951455205554,0.133337702210994,0.0521739190013733,0.111281614867969,0.0891452264551354 -6225,0.5,0.255951455205554,0.278195563073355,0.0919996456105591,0.231546356116964,0.0985731011839741 -6226,0.5,0.255951455205554,0.424983902134363,0.142504172586897,0.367635949865915,0.0977516062587734 -6227,0.5,0.255951455205554,0.547813199111861,0.178798963883984,0.499801705510144,0.097286430601727 -6228,0.5,0.255951455205554,0.616363985288931,0.2075440542663,0.583420162551591,0.106265571504608 -6229,0.5,0.255951455205554,0.636578733107577,0.225444223657537,0.622820278594182,0.118931961667219 -6230,0.5,0.255951455205554,0.614391995728437,0.238073515045464,0.59952518690389,0.137068884465102 -6231,0.5,0.255951455205554,0.539026037570012,0.241792445086114,0.516704121338149,0.152048997578101 -6232,0.5,0.255951455205554,0.413720829829729,0.223383424765034,0.399273090742238,0.167933721483468 -6233,0.5,0.255951455205554,0.276478040579176,0.152369547422918,0.284277259438722,0.187436942543813 -6234,0.5,0.255951455205554,0.0377225686163812,0.0925734851844724,0.0479663877603496,0.204234320967104 -6235,0.5,0.255951455205554,0.0,0.08963433992658,0.0,0.219442698586335 -6236,0.5,0.255951455205554,0.0,0.087239220578823,0.0,0.248331982555632 -6237,0.5,0.255951455205554,0.0,0.0868847583253285,0.0,0.305720091987322 -6238,0.5,0.255951455205554,0.0,0.0832801481240949,0.0,0.355426715303479 -6239,0.5,0.255951455205554,0.0,0.0765036518672576,0.0,0.339289121603664 -6240,0.5,0.255951455205554,0.0,0.0679652959937421,0.0,0.25828446131802 -6241,0.5,0.255951455205554,0.0,0.059894944727512,0.0,0.168473833922686 -6242,0.5,0.255951455205554,0.0,0.0530579121990429,0.0,0.114184632549575 -6243,0.5,0.255951455205554,0.0,0.0465505512724062,0.0,0.0893902501612361 -6244,0.5,0.255951455205554,0.0,0.0428832886285686,0.0,0.0861419617180913 -6245,0.5,0.255951455205554,0.0,0.041721908865427,0.0,0.0901971230413903 -6246,0.5,0.255951455205554,0.0,0.0411430112489524,0.0,0.0890056440429069 -6247,0.5,0.255951455205554,0.0138897387607246,0.0370167004484898,0.0079836804082675,0.0774086864051874 -6248,0.5,0.255951455205554,0.12016562620504,0.0381394416698749,0.128410651584871,0.0643650441742057 -6249,0.5,0.255951455205554,0.245291773899216,0.0655098795135385,0.272586601816182,0.0593805086083581 -6250,0.5,0.255951455205554,0.363484872985665,0.0982809156773924,0.410414968527222,0.0531841259982106 -6251,0.5,0.255951455205554,0.459711663701485,0.115447202761304,0.532187525511983,0.0465916802106056 -6252,0.5,0.255951455205554,0.50908455495851,0.128795768932571,0.602779703074006,0.0419180342353778 -6253,0.5,0.255951455205554,0.516441426119049,0.137922240596034,0.62670106104981,0.0407643281279007 -6254,0.5,0.255951455205554,0.490691190611501,0.143020906855891,0.60984504690493,0.0431921257894965 -6255,0.5,0.255951455205554,0.426963168401636,0.140492842342383,0.535791792526679,0.048314886050836 -6256,0.5,0.255951455205554,0.325812793975167,0.119849181456298,0.415565751234676,0.0548939068243738 -6257,0.5,0.255951455205554,0.212470970620789,0.0732274132504931,0.287006373830795,0.0555110039149707 -6258,0.5,0.255951455205554,0.0298335703175896,0.0456476390514877,0.0425416884748082,0.0482296159916682 -6259,0.5,0.255951455205554,0.0,0.0452790775732497,0.0,0.0391076662672794 -6260,0.5,0.255951455205554,0.0,0.0424573241158624,0.0,0.03278569361198 -6261,0.5,0.255951455205554,0.0,0.0381349007375379,0.0,0.0282682815739127 -6262,0.5,0.255951455205554,0.0,0.0362695754845827,0.0,0.0243762285576804 -6263,0.5,0.255951455205554,0.0,0.0342426104996495,0.0,0.0191397025589558 -6264,0.5,0.255951455205554,0.0,0.0272854590374954,0.0,0.0153727405910307 -6265,0.5,0.255951455205554,0.0,0.0198407600432936,0.0,0.0122393934381357 -6266,0.5,0.255951455205554,0.0,0.0160258245115392,0.0,0.00873095207905472 -6267,0.5,0.255951455205554,0.0,0.0130341279413953,0.0,0.00645388134162923 -6268,0.5,0.255951455205554,0.0,0.0116552621547352,0.0,0.00551236144871193 -6269,0.5,0.255951455205554,0.0,0.0114941129076487,0.0,0.00633743781947666 -6270,0.5,0.255951455205554,0.0,0.0100277328576021,0.0,0.00672401997646427 -6271,0.5,0.255951455205554,0.00733074317168502,0.00932796793702389,0.006940429788025,0.00685133551811659 -6272,0.5,0.255951455205554,0.0754550688015542,0.00948799795877126,0.126695543449426,0.00653303336661369 -6273,0.5,0.255951455205554,0.168622624820478,0.0142109591454522,0.271813636837718,0.00557134010297983 -6274,0.5,0.255951455205554,0.267673928971183,0.0233034372424552,0.409761473257624,0.00434007925786505 -6275,0.5,0.255951455205554,0.360132176774789,0.0353715745865474,0.531117701249437,0.00298570408825553 -6276,0.5,0.255951455205554,0.417615938880122,0.0394597083459631,0.600898937019387,0.0022087412137739 -6277,0.5,0.255951455205554,0.400892900245459,0.0422723702296854,0.623590873369898,0.00260584311066023 -6278,0.5,0.255951455205554,0.344685550965539,0.0408920113310192,0.605542084434598,0.0032724934727752 -6279,0.5,0.255951455205554,0.29797792470841,0.0358802656501056,0.530872862449601,0.00225053648580882 -6280,0.5,0.255951455205554,0.219729239523654,0.028157051019137,0.411053399550538,0.00178401758825843 -6281,0.5,0.255951455205554,0.13739364974409,0.0199349512470297,0.282800573877664,0.00231605661312876 -6282,0.5,0.255951455205554,0.0224343133689288,0.0128222955599924,0.0377886571712422,0.00291758838822283 -6283,0.5,0.255951455205554,0.0,0.0140280937720752,0.0,0.00320801324773548 -6284,0.5,0.255951455205554,0.0,0.0146116191520164,0.0,0.00267064124235843 -6285,0.5,0.255951455205554,0.0,0.0147848073979614,0.0,0.00232357882930341 -6286,0.5,0.255951455205554,0.0,0.0139918180009471,0.0,0.00188405835956976 -6287,0.5,0.255951455205554,0.0,0.0129173581715987,0.0,0.00139776217557749 -6288,0.5,0.255951455205554,0.0,0.0121355560495832,0.0,0.000731497086951859 -6289,0.5,0.255951455205554,0.0,0.0120841725586638,0.0,0.000304655381985273 -6290,0.5,0.255951455205554,0.0,0.0124197300993216,0.0,1.99701275700279e-05 -6291,0.5,0.255951455205554,0.0,0.013080571160513,0.0,3.26617612353267e-06 -6292,0.5,0.255951455205554,0.0,0.014022765112925,0.0,2.37514947380282e-06 -6293,0.5,0.255951455205554,0.0,0.0156265274042136,0.0,4.53351307272748e-06 -6294,0.5,0.255951455205554,0.0,0.016959433232524,0.0,4.65962373896028e-05 -6295,0.5,0.255951455205554,0.00511338638290513,0.0175284331692538,0.00624864661756881,6.06151299920158e-05 -6296,0.5,0.255951455205554,0.0730833845089387,0.0205482114335102,0.124796249655883,7.45355638345012e-05 -6297,0.5,0.255951455205554,0.167571620297576,0.0317519608257182,0.27116240178524,0.00019928632580801 -6298,0.5,0.255951455205554,0.2620125578018,0.0439652752063138,0.409383851582842,0.000511215449009571 -6299,0.5,0.255951455205554,0.332443501707735,0.0532555385847097,0.52950818479216,0.00282754778027685 -6300,0.5,0.255951455205554,0.336076694731977,0.0623913543053493,0.594429262487342,0.00675652005916572 -6301,0.5,0.255951455205554,0.311472965319068,0.0723291017616502,0.617956836650378,0.016790679901389 -6302,0.5,0.255951455205554,0.260617155777258,0.08513633386141,0.5976032250792,0.0363264273804404 -6303,0.5,0.255951455205554,0.20431799047426,0.0972383005963332,0.509412895037938,0.0671543576210798 -6304,0.5,0.255951455205554,0.13131168706188,0.0932265515570047,0.366276451630029,0.10798477671105 -6305,0.5,0.255951455205554,0.0789722568388618,0.0890515304597772,0.215902763760607,0.151079919923076 -6306,0.5,0.255951455205554,0.013797258718567,0.0757293787427945,0.0270702606011433,0.187881719289928 -6307,0.5,0.255951455205554,0.0,0.0606637430438286,0.0,0.24459008991719 -6308,0.5,0.255951455205554,0.0,0.0551469322066785,0.0,0.344803718575074 -6309,0.5,0.255951455205554,0.0,0.0541457022832425,0.0,0.470552116120474 -6310,0.5,0.255951455205554,0.0,0.0587725050962103,0.0,0.623961817855591 -6311,0.5,0.255951455205554,0.0,0.0717524342583643,0.0,0.71173672464622 -6312,0.5,0.255951455205554,0.0,0.0919408014653151,0.0,0.774891888092096 -6313,0.5,0.255951455205554,0.0,0.111090991828313,0.0,0.842435734432987 -6314,0.5,0.255951455205554,0.0,0.13155747287959,0.0,0.886346857516126 -6315,0.5,0.255951455205554,0.0,0.162989114717002,0.0,0.895444354366082 -6316,0.5,0.255951455205554,0.0,0.209794237091499,0.0,0.880998604318386 -6317,0.5,0.255951455205554,0.0,0.268518528836367,0.0,0.883380440546977 -6318,0.5,0.255951455205554,0.0,0.32105287734871,0.0,0.891056536514611 -6319,0.5,0.255951455205554,0.00279313389267408,0.36584906344108,0.00167917457492445,0.898804388231233 -6320,0.5,0.255951455205554,0.0342460784184473,0.432496146371957,0.0959791221484004,0.90982627616573 -6321,0.5,0.255951455205554,0.0695232445027997,0.497849780353277,0.280825791168492,0.926787181166282 -6322,0.5,0.255951455205554,0.0955481272799824,0.549021441436553,0.425347866872357,0.914705208342613 -6323,0.5,0.255951455205554,0.11420283889917,0.595375255964404,0.515814268221691,0.932057351466499 -6324,0.5,0.255951455205554,0.120441766609188,0.639579971103583,0.559762114544603,0.971704279573119 -6325,0.5,0.255951455205554,0.141976977478724,0.688260443884234,0.597570862064893,0.996221385394328 -6326,0.5,0.255951455205554,0.146216221022597,0.708230371549752,0.595147277228367,0.997817181205852 -6327,0.5,0.255951455205554,0.123447545124432,0.726563655215962,0.496384910712359,0.991098012764298 -6328,0.5,0.255951455205554,0.0824419025917413,0.733083057584394,0.384494004858536,0.988826798391313 -6329,0.5,0.255951455205554,0.0401413814395058,0.723789671448202,0.219646682714268,0.979861009754289 -6330,0.5,0.255951455205554,0.00478204374358033,0.690792382714569,0.0312459666198597,0.971942068892754 -6331,0.5,0.255951455205554,0.0,0.648886550182037,0.0,0.977268591286224 -6332,0.5,0.255951455205554,0.0,0.632155301271595,0.0,0.998726758217322 -6333,0.5,0.255951455205554,0.0,0.623826243219002,0.0,0.997844403998899 -6334,0.5,0.255951455205554,0.0,0.617885160662429,0.0,1.00122103874192 -6335,0.5,0.255951455205554,0.0,0.610427931278348,0.0,0.996590334445041 -6336,0.5,0.255951455205554,0.0,0.608331096284474,0.0,0.979502183379474 -6337,0.5,0.255951455205554,0.0,0.583558887714882,0.0,0.963171200927508 -6338,0.5,0.255951455205554,0.0,0.573819067921592,0.0,0.984236961628259 -6339,0.5,0.255951455205554,0.0,0.600932591466074,0.0,0.993336151446077 -6340,0.5,0.255951455205554,0.0,0.63965278193636,0.0,0.994664105876447 -6341,0.5,0.255951455205554,0.0,0.641751245027513,0.0,0.993138595242778 -6342,0.5,0.255951455205554,0.0,0.641667111977514,0.0,0.990356821197296 -6343,0.5,0.255951455205554,0.00161220590837311,0.622462756133274,0.00537790306725445,0.993018359500031 -6344,0.5,0.255951455205554,0.035666190217679,0.639168861292695,0.130534113142358,0.995210799123696 -6345,0.5,0.255951455205554,0.0939122663182137,0.713213719548237,0.283778095821786,0.99163780304597 -6346,0.5,0.255951455205554,0.154768404892074,0.767325817830388,0.395221150558642,0.99730055466497 -6347,0.5,0.255951455205554,0.197891611364812,0.791824763963633,0.491884041513852,0.99061251400641 -6348,0.5,0.255951455205554,0.237253587409242,0.825584378253436,0.490832005007927,0.973174361021791 -6349,0.5,0.255951455205554,0.252530536958555,0.839593061920821,0.605516393216371,0.950772051275126 -6350,0.5,0.255951455205554,0.234392685214471,0.83871204347014,0.404917374994475,0.909162792075949 -6351,0.5,0.255951455205554,0.196418129042412,0.814003131208074,0.453480881483843,0.85238073753529 -6352,0.5,0.255951455205554,0.156285664646527,0.778023211540165,0.341059628297972,0.80512089689649 -6353,0.5,0.255951455205554,0.0952240339729677,0.70484818495971,0.292051960532311,0.769252345072413 -6354,0.5,0.255951455205554,0.0120625989152527,0.55880856325737,0.0276944590307534,0.716699683007908 -6355,0.5,0.255951455205554,0.0,0.469526284964881,0.0,0.613770190497044 -6356,0.5,0.255951455205554,0.0,0.416223705424097,0.0,0.565864864586363 -6357,0.5,0.255951455205554,0.0,0.378770600176698,0.0,0.490149012361711 -6358,0.5,0.255951455205554,0.0,0.342928679615757,0.0,0.384679365024248 -6359,0.5,0.255951455205554,0.0,0.303568692718544,0.0,0.299901184139871 -6360,0.5,0.255951455205554,0.0,0.26788567404484,0.0,0.203317951036431 -6361,0.5,0.255951455205554,0.0,0.211777573021647,0.0,0.144982358342237 -6362,0.5,0.255951455205554,0.0,0.161125569789457,0.0,0.119768151799711 -6363,0.5,0.255951455205554,0.0,0.128548409323361,0.0,0.14847147736088 -6364,0.5,0.255951455205554,0.0,0.110893763480203,0.0,0.173311018061732 -6365,0.5,0.255951455205554,0.0,0.0918274204663918,0.0,0.238078838128044 -6366,0.5,0.255951455205554,0.0,0.0750050502361686,0.0,0.273196454419358 -6367,0.5,0.255951455205554,0.00596575093599762,0.0620864385916184,0.00461805615473606,0.241698290359693 -6368,0.5,0.255951455205554,0.123907970726952,0.0768558961616161,0.12662714737952,0.154371712924121 -6369,0.5,0.255951455205554,0.277110033631233,0.117452410712864,0.277109582280886,0.090525496400842 -6370,0.5,0.255951455205554,0.422501357192472,0.137424858797821,0.42745972766905,0.0578926695331545 -6371,0.5,0.255951455205554,0.537812712379459,0.140918483987367,0.495965036758223,0.0420218742182056 -6372,0.5,0.255951455205554,0.602620945151669,0.12804176842197,0.367513953534667,0.0631604846600956 -6373,0.5,0.255951455205554,0.625414382625898,0.110760497693056,0.263806728695368,0.0806262928082424 -6374,0.5,0.255951455205554,0.606173842579876,0.0872887041661986,0.201181345109105,0.100070615907278 -6375,0.5,0.255951455205554,0.536271669447657,0.0736605973746598,0.143397921393628,0.11694156419543 -6376,0.5,0.255951455205554,0.412661575936864,0.0607573063658986,0.104744802650527,0.130681951529841 -6377,0.5,0.255951455205554,0.248199698500669,0.0386679484154845,0.0614132997432219,0.125903212307114 -6378,0.5,0.255951455205554,0.0139292525487436,0.0149998321569519,0.0,0.100566449337283 -6379,0.5,0.255951455205554,0.0,0.011777893488303,0.0,0.0831053724439967 -6380,0.5,0.255951455205554,0.0,0.0157820869540469,0.0,0.103235021734835 -6381,0.5,0.255951455205554,0.0,0.027380433027693,0.0,0.132362735301729 -6382,0.5,0.255951455205554,0.0,0.0410017333090906,0.0,0.180645096515833 -6383,0.5,0.255951455205554,0.0,0.056975599409906,0.0,0.173910648664112 -6384,0.5,0.255951455205554,0.0,0.0766900048650455,0.0,0.205982628650099 -6385,0.5,0.255951455205554,0.0,0.0923849178876019,0.0,0.310946226851157 -6386,0.5,0.255951455205554,0.0,0.107427647981257,0.0,0.430398354336893 -6387,0.5,0.255951455205554,0.0,0.121162511566151,0.0,0.510697791184332 -6388,0.5,0.255951455205554,0.0,0.132592675048904,0.0,0.534220226446535 -6389,0.5,0.255951455205554,0.0,0.142401913379992,0.0,0.491871810547637 -6390,0.5,0.255951455205554,0.0,0.148917110987975,0.0,0.384219879613936 -6391,0.5,0.255951455205554,0.00651086397614695,0.165059905930861,0.00133448274931061,0.275746328606705 -6392,0.5,0.255951455205554,0.112659662573653,0.200376600246514,0.0403002570064987,0.19543243581876 -6393,0.5,0.255951455205554,0.250896971057481,0.262848332466314,0.0773930972236681,0.165895299444147 -6394,0.5,0.255951455205554,0.387885209440294,0.310248225177886,0.13643774661413,0.180652776454527 -6395,0.5,0.255951455205554,0.495694832361254,0.345520769511442,0.18899651921446,0.224294052273949 -6396,0.5,0.255951455205554,0.55002300013062,0.364721643481009,0.213921171512164,0.239844630098073 -6397,0.5,0.255951455205554,0.553322230717088,0.364021069854484,0.206206156342782,0.194724681584953 -6398,0.5,0.255951455205554,0.511579654909293,0.355723318693924,0.162405265395392,0.140867096361444 -6399,0.5,0.255951455205554,0.423002508049366,0.34108317023808,0.0337934426492141,0.0965063477784435 -6400,0.5,0.255951455205554,0.303436630237757,0.306420485286016,0.00621827190566054,0.069404454894181 -6401,0.5,0.255951455205554,0.163033754681482,0.212963503060729,0.00229481188663341,0.0522508389643831 -6402,0.5,0.255951455205554,0.00638253132973443,0.149980658920556,0.0,0.070429742569713 -6403,0.5,0.255951455205554,0.0,0.120478913954937,0.0,0.220930056765016 -6404,0.5,0.255951455205554,0.0,0.115782008578258,0.0,0.536979634564724 -6405,0.5,0.255951455205554,0.0,0.111275229332206,0.0,0.719915044618248 -6406,0.5,0.255951455205554,0.0,0.117871306548312,0.0,0.795614287251491 -6407,0.5,0.255951455205554,0.0,0.137059640404839,0.0,0.807446447366919 -6408,0.5,0.255951455205554,0.0,0.162098266311964,0.0,0.845413515552822 -6409,0.5,0.255951455205554,0.0,0.197026655041989,0.0,0.844066680250557 -6410,0.5,0.255951455205554,0.0,0.219771139949734,0.0,0.797788242499972 -6411,0.5,0.255951455205554,0.0,0.238815329087433,0.0,0.813487411138222 -6412,0.5,0.255951455205554,0.0,0.248457189059293,0.0,0.839501191533976 -6413,0.5,0.255951455205554,0.0,0.261842975939885,0.0,0.808627009221555 -6414,0.5,0.255951455205554,0.0,0.282737783398372,0.0,0.758490035721456 -6415,0.5,0.255951455205554,0.00166566245695397,0.301894231471968,0.000583722759344072,0.678447167216928 -6416,0.5,0.255951455205554,0.0363044863171665,0.343377374926414,0.00460796025437521,0.719368559627625 -6417,0.5,0.255951455205554,0.0926509733525197,0.443252906151173,0.0595758211375779,0.708218772688062 -6418,0.5,0.255951455205554,0.15953300903812,0.524662429851148,0.164925105525007,0.950849724487969 -6419,0.5,0.255951455205554,0.20547400579497,0.590973243231781,0.195795782054529,0.989854993294409 -6420,0.5,0.255951455205554,0.238314807902016,0.637262115431325,0.0594975677058903,0.992304688151669 -6421,0.5,0.255951455205554,0.259955316583082,0.678040573202678,0.113414783660821,0.992639534678877 -6422,0.5,0.255951455205554,0.237311212130111,0.672602244239435,0.0190583294434616,0.998273657725569 -6423,0.5,0.255951455205554,0.190728531232806,0.634413857513866,0.020197172464683,0.994709135795714 -6424,0.5,0.255951455205554,0.141429187382124,0.560412281643795,0.00956454107388315,0.929527539180615 -6425,0.5,0.255951455205554,0.0857464941105479,0.439565718641979,0.00231209242264534,0.809160607938495 -6426,0.5,0.255951455205554,0.00601805998652625,0.347269075860686,0.0,0.695469781541427 -6427,0.5,0.255951455205554,0.0,0.313265908090967,0.0,0.648469301068628 -6428,0.5,0.255951455205554,0.0,0.313784082979687,0.0,0.627125548360034 -6429,0.5,0.255951455205554,0.0,0.334692489315195,0.0,0.599427028002637 -6430,0.5,0.255951455205554,0.0,0.354398804539875,0.0,0.511276855594094 -6431,0.5,0.255951455205554,0.0,0.360559611836335,0.0,0.50142654513529 -6432,0.5,0.255951455205554,0.0,0.355911211849253,0.0,0.480180121865032 -6433,0.5,0.255951455205554,0.0,0.342980263514205,0.0,0.31174980110326 -6434,0.5,0.255951455205554,0.0,0.31631391853591,0.0,0.219841901042049 -6435,0.5,0.255951455205554,0.0,0.26454649737209,0.0,0.176872429091343 -6436,0.5,0.255951455205554,0.0,0.21359491573384,0.0,0.165100778087512 -6437,0.5,0.255951455205554,0.0,0.179090293152062,0.0,0.255256823139508 -6438,0.5,0.255951455205554,0.0,0.163427094692543,0.0,0.384910180342888 -6439,0.5,0.255951455205554,0.00115010776130338,0.152000348524221,0.000140751165820793,0.376683098139167 -6440,0.5,0.255951455205554,0.0296442219751074,0.158676182287723,0.00754814048550086,0.436524868659836 -6441,0.5,0.255951455205554,0.0707425628033636,0.193529805409068,0.044459491327908,0.526580388454431 -6442,0.5,0.255951455205554,0.114888540341557,0.225357715524285,0.159018224473113,0.424862954159587 -6443,0.5,0.255951455205554,0.171618908995058,0.275378987465744,0.164262768318308,0.637871511634994 -6444,0.5,0.255951455205554,0.227992601928716,0.332014827875772,0.162618163697193,0.817186325983954 -6445,0.5,0.255951455205554,0.257280206261461,0.361585877083723,0.283055219169869,0.787371102818905 -6446,0.5,0.255951455205554,0.244205200436466,0.373228407351047,0.415944668928342,0.694689050001889 -6447,0.5,0.255951455205554,0.189289666619002,0.35432020320046,0.0701998374637083,0.722772580203743 -6448,0.5,0.255951455205554,0.131687668558803,0.321377924467747,0.00226049417324313,0.831864348906389 -6449,0.5,0.255951455205554,0.0718588565278704,0.263492814766394,0.00372214637764098,0.842056962629097 -6450,0.5,0.255951455205554,0.00220882079868756,0.230202788220563,0.0,0.856397365090704 -6451,0.5,0.255951455205554,0.0,0.233368494998883,0.0,0.885275001063678 -6452,0.5,0.255951455205554,0.0,0.23774981621152,0.0,0.867189102350712 -6453,0.5,0.255951455205554,0.0,0.235208266134547,0.0,0.682897615745546 -6454,0.5,0.255951455205554,0.0,0.231510124986783,0.0,0.484647378156897 -6455,0.5,0.255951455205554,0.0,0.213605193908793,0.0,0.370743460926642 -6456,0.5,0.255951455205554,0.0,0.181660579293921,0.0,0.287695065379838 -6457,0.5,0.255951455205554,0.0,0.142723187807808,0.0,0.183282215983252 -6458,0.5,0.255951455205554,0.0,0.101043195169129,0.0,0.141513118931309 -6459,0.5,0.255951455205554,0.0,0.0732208221208005,0.0,0.12108505711563 -6460,0.5,0.255951455205554,0.0,0.0582407707525317,0.0,0.126417553797307 -6461,0.5,0.255951455205554,0.0,0.0482828089923553,0.0,0.147915101486394 -6462,0.5,0.255951455205554,0.0,0.0427864125426099,0.0,0.161298619726116 -6463,0.5,0.255951455205554,0.00119353710894467,0.0390585447494311,0.00101889830306871,0.176044337275172 -6464,0.5,0.255951455205554,0.0553571911803709,0.0383081130935927,0.110443080102401,0.198930855846943 -6465,0.5,0.255951455205554,0.146634343960156,0.0498122712847488,0.264508515680555,0.213584165118147 -6466,0.5,0.255951455205554,0.246841797556008,0.0800513282036468,0.40705437680484,0.215794170474189 -6467,0.5,0.255951455205554,0.339596744456715,0.0988092645824262,0.528365978403101,0.222157748296802 -6468,0.5,0.255951455205554,0.400582599925613,0.106692946904334,0.528022540211683,0.23095677456513 -6469,0.5,0.255951455205554,0.432363674776047,0.112985583376337,0.357267764309441,0.251575339855 -6470,0.5,0.255951455205554,0.443859974099923,0.120796241074226,0.313309134604963,0.264530352470736 -6471,0.5,0.255951455205554,0.403577017614157,0.116774443248333,0.372389671856243,0.244379485368686 -6472,0.5,0.255951455205554,0.316327708639206,0.0919214373702013,0.362702426111698,0.205771815781283 -6473,0.5,0.255951455205554,0.170279532995688,0.0425540833874304,0.179607341678188,0.170425558587643 -6474,0.5,0.255951455205554,0.00228707802165823,0.0210422967089363,0.0,0.15107066048289 -6475,0.5,0.255951455205554,0.0,0.0164710342336832,0.0,0.153526363625301 -6476,0.5,0.255951455205554,0.0,0.0139642640330799,0.0,0.184866687447463 -6477,0.5,0.255951455205554,0.0,0.0143687277649044,0.0,0.242502241864158 -6478,0.5,0.255951455205554,0.0,0.0164107058472363,0.0,0.281035171296353 -6479,0.5,0.255951455205554,0.0,0.0218800989999278,0.0,0.312157852271279 -6480,0.5,0.255951455205554,0.0,0.0272534213196661,0.0,0.361813644841174 -6481,0.5,0.255951455205554,0.0,0.0319312587597449,0.0,0.35388399666441 -6482,0.5,0.255951455205554,0.0,0.0358889869981752,0.0,0.335773245398143 -6483,0.5,0.255951455205554,0.0,0.0375905051223518,0.0,0.314560761447283 -6484,0.5,0.255951455205554,0.0,0.0400254349752402,0.0,0.305611535387872 -6485,0.5,0.255951455205554,0.0,0.0424046497478661,0.0,0.282825365785756 -6486,0.5,0.255951455205554,0.0,0.0441630555567121,0.0,0.305418670409512 -6487,0.5,0.255951455205554,0.00299796252326002,0.0395220879421768,0.000137871264082901,0.444597812616098 -6488,0.5,0.255951455205554,0.108388977626677,0.0338220382120184,0.106970377684548,0.398133887234483 -6489,0.5,0.255951455205554,0.25465516101593,0.037756708840927,0.262991632607216,0.276368170135163 -6490,0.5,0.255951455205554,0.403390489857479,0.0607276534671264,0.405416867260926,0.185293242890588 -6491,0.5,0.255951455205554,0.528899581119015,0.0952128830891481,0.52383795519723,0.114201794842386 -6492,0.5,0.255951455205554,0.599880269089931,0.106323787591289,0.460355975881896,0.0697929907060175 -6493,0.5,0.255951455205554,0.624326127871341,0.0988767416254965,0.250230094863346,0.0547551853690026 -6494,0.5,0.255951455205554,0.603501746177933,0.085406638220192,0.573514217861628,0.0491570662486074 -6495,0.5,0.255951455205554,0.524210205505648,0.0736792186583054,0.509753798787983,0.0471094417866748 -6496,0.5,0.255951455205554,0.395288107600313,0.0581753285616439,0.396471613963745,0.0429999083665921 -6497,0.5,0.255951455205554,0.184370174299465,0.0257071909468711,0.172382373544105,0.0258917065824005 -6498,0.5,0.255951455205554,0.00115551799078105,0.0195744879627596,0.0,0.0135566877491763 -6499,0.5,0.255951455205554,0.0,0.0193814894439654,0.0,0.010068231151092 -6500,0.5,0.255951455205554,0.0,0.018970183159119,0.0,0.0100766501492785 -6501,0.5,0.255951455205554,0.0,0.019142990646862,0.0,0.00926577281140849 -6502,0.5,0.255951455205554,0.0,0.0197411777445704,0.0,0.00902572995590117 -6503,0.5,0.255951455205554,0.0,0.0206313902062629,0.0,0.0138049703679851 -6504,0.5,0.255951455205554,0.0,0.0215726181386117,0.0,0.025195398450211 -6505,0.5,0.255951455205554,0.0,0.022307247253762,0.0,0.0437529162972529 -6506,0.5,0.255951455205554,0.0,0.0239841034652963,0.0,0.0672373806204515 -6507,0.5,0.255951455205554,0.0,0.0261270429404077,0.0,0.0943575161958202 -6508,0.5,0.255951455205554,0.0,0.0282987736724257,0.0,0.119004793376079 -6509,0.5,0.255951455205554,0.0,0.0309082704377767,0.0,0.142610195878905 -6510,0.5,0.255951455205554,0.0,0.0331267508766426,0.0,0.158913967285481 -6511,0.5,0.255951455205554,0.00258200252275682,0.0341469568481543,0.0,0.177882373958988 -6512,0.5,0.255951455205554,0.110259105517644,0.0306141224246588,0.100558676149119,0.191696822469914 -6513,0.5,0.255951455205554,0.261828405143383,0.0343093011376887,0.254879278646037,0.197591366851913 -6514,0.5,0.255951455205554,0.408298361383845,0.0562495418265476,0.399254033683449,0.204360838331348 -6515,0.5,0.255951455205554,0.526859482632981,0.0716944768149545,0.525812595157492,0.207795177911259 -6516,0.5,0.255951455205554,0.593460073670281,0.0850222669117781,0.599744009541193,0.202850516953481 -6517,0.5,0.255951455205554,0.612807132831693,0.0915260902250222,0.623144820387883,0.203347172943463 -6518,0.5,0.255951455205554,0.582604969436457,0.0967834298882921,0.596939399300508,0.215204120883773 -6519,0.5,0.255951455205554,0.493659280265494,0.100018339880114,0.512695760934338,0.226991199102114 -6520,0.5,0.255951455205554,0.358503151559702,0.0887629834480551,0.386943314226765,0.222410184397833 -6521,0.5,0.255951455205554,0.146326517941086,0.0392758774478123,0.168725404597784,0.203405405689373 -6522,0.5,0.255951455205554,0.000154157993982616,0.0447878694940616,0.0,0.172600698858526 -6523,0.5,0.255951455205554,0.0,0.0497429625497102,0.0,0.142969248924866 -6524,0.5,0.255951455205554,0.0,0.0488204253990426,0.0,0.113125952757384 -6525,0.5,0.255951455205554,0.0,0.0480908183280202,0.0,0.0803769845633705 -6526,0.5,0.255951455205554,0.0,0.0453313936298542,0.0,0.0476946721933039 -6527,0.5,0.255951455205554,0.0,0.0432480871951325,0.0,0.02463967842891 -6528,0.5,0.255951455205554,0.0,0.0409261719140639,0.0,0.0136043778503613 -6529,0.5,0.255951455205554,0.0,0.038213954605447,0.0,0.00872823828998331 -6530,0.5,0.255951455205554,0.0,0.0360837646329119,0.0,0.0082946843619421 -6531,0.5,0.255951455205554,0.0,0.0345571542234794,0.0,0.0141402208615912 -6532,0.5,0.255951455205554,0.0,0.0325584856991146,0.0,0.0373840639236035 -6533,0.5,0.255951455205554,0.0,0.0306200889977812,0.0,0.0267424465558194 -6534,0.5,0.255951455205554,0.0,0.0297325442370165,0.0,0.029212887707536 -6535,0.5,0.255951455205554,0.00120979083791033,0.0267786145625536,0.0,0.0365297343764176 -6536,0.5,0.255951455205554,0.053389605430381,0.0230321543713788,0.0460636264418872,0.0423972185538592 -6537,0.5,0.255951455205554,0.141503486407513,0.0286260217763587,0.0878378728918692,0.0499553526222711 -6538,0.5,0.255951455205554,0.239115886755602,0.0500565433339303,0.0842066093192205,0.0539109825816172 -6539,0.5,0.255951455205554,0.325962372020795,0.0789358193113611,0.0199707690596586,0.0535213024235729 -6540,0.5,0.255951455205554,0.376333483487931,0.0922534982795609,0.0500947663229848,0.0420835117251911 -6541,0.5,0.255951455205554,0.397121582428159,0.091174902146542,0.0320217905888282,0.0278392677100225 -6542,0.5,0.255951455205554,0.390266549237188,0.0901604182156698,0.0236776519887938,0.0170896534543566 -6543,0.5,0.255951455205554,0.33239525566969,0.0831365283372928,0.0366147000695287,0.0108933852970097 -6544,0.5,0.255951455205554,0.243485000339132,0.0650653277395718,0.0336892275186464,0.0120128068392629 -6545,0.5,0.255951455205554,0.122391562343343,0.0320581547410085,0.0128982641961156,0.01968476259679 -6546,0.5,0.255951455205554,2.740631797431e-05,0.018513184906933,0.00108687505753095,0.0268395217652017 -6547,0.5,0.255951455205554,0.0,0.0167656689451596,0.0,0.0250186944775239 -6548,0.5,0.255951455205554,0.0,0.017187091439939,0.0,0.0169842572316365 -6549,0.5,0.255951455205554,0.0,0.0171284929133298,0.0,0.0112063697630069 -6550,0.5,0.255951455205554,0.0,0.0166404609916501,0.0,0.00849762495808174 -6551,0.5,0.255951455205554,0.0,0.0162279925642124,0.0,0.00930983972996945 -6552,0.5,0.255951455205554,0.0,0.0163820078453707,0.0,0.0173454277273396 -6553,0.5,0.255951455205554,0.0,0.0164278854222987,0.0,0.0252077390964454 -6554,0.5,0.255951455205554,0.0,0.0163397002665311,0.0,0.0384823636948676 -6555,0.5,0.255951455205554,0.0,0.0156210685194308,0.0,0.0491527615194564 -6556,0.5,0.255951455205554,0.0,0.0157893456944661,0.0,0.0576217773823281 -6557,0.5,0.255951455205554,0.0,0.0166631162257018,0.0,0.0572564850955265 -6558,0.5,0.255951455205554,0.0,0.0182179714914351,0.0,0.071532067694048 -6559,0.5,0.255951455205554,0.000772345151541897,0.0202979389219209,0.0,0.101635221911395 -6560,0.5,0.255951455205554,0.0547780617100258,0.0237328198219714,0.00161122342020828,0.151032643919044 -6561,0.5,0.255951455205554,0.148423504002729,0.02906527092784,0.0101666413017406,0.186856960919058 -6562,0.5,0.255951455205554,0.249515367342565,0.0318658134589886,0.0322039037569564,0.215658380675637 -6563,0.5,0.255951455205554,0.343566635345937,0.0340868560712534,0.057694948913141,0.243140892927791 -6564,0.5,0.255951455205554,0.394158729465184,0.0350269021828935,0.163189255933178,0.245399553189213 -6565,0.5,0.255951455205554,0.39377674758258,0.035249702868093,0.174894855520194,0.222879727223948 -6566,0.5,0.255951455205554,0.35938883731394,0.0340492347993434,0.344844227103797,0.181221970229192 -6567,0.5,0.255951455205554,0.305576294110476,0.0312195534034421,0.290707457089932,0.135748787580778 -6568,0.5,0.255951455205554,0.225025872240458,0.0252310725928434,0.114679540872985,0.102261138285211 -6569,0.5,0.255951455205554,0.104647397791812,0.0140413246420619,0.0216375447350695,0.0653409979774523 -6570,0.5,0.255951455205554,2.38808405515469e-05,0.00615189905791057,0.0,0.043989174284254 -6571,0.5,0.255951455205554,0.0,0.00458811927990652,0.0,0.0390894214141579 -6572,0.5,0.255951455205554,0.0,0.00478809250765153,0.0,0.0553488943871865 -6573,0.5,0.255951455205554,0.0,0.00569552765055348,0.0,0.0992323211494632 -6574,0.5,0.255951455205554,0.0,0.00601059239973285,0.0,0.116298150339372 -6575,0.5,0.255951455205554,0.0,0.00625987730363111,0.0,0.0996565181773878 -6576,0.5,0.255951455205554,0.0,0.00653296601842178,0.0,0.0913611917177858 -6577,0.5,0.255951455205554,0.0,0.00702371343065999,0.0,0.074274377235469 -6578,0.5,0.255951455205554,0.0,0.00711218020376373,0.0,0.0472611918262968 -6579,0.5,0.255951455205554,0.0,0.00647912129575932,0.0,0.0284737470576301 -6580,0.5,0.255951455205554,0.0,0.00565574092932719,0.0,0.0146198101617822 -6581,0.5,0.255951455205554,0.0,0.00488948629659139,0.0,0.00627317382395758 -6582,0.5,0.255951455205554,0.0,0.0046501639592911,0.0,0.002536879018411 -6583,0.5,0.255951455205554,0.000493167044642991,0.00496320532586137,0.0,0.00135137274150842 -6584,0.5,0.255951455205554,0.0490784164315446,0.00538065592584527,0.0101666822697955,0.006241580240248 -6585,0.5,0.255951455205554,0.136619812217786,0.00731838119358266,0.0260048089011818,0.0303560787514659 -6586,0.5,0.255951455205554,0.230026318355931,0.0113283574393797,0.0221134213302797,0.0892039784655761 -6587,0.5,0.255951455205554,0.31238098781428,0.0165090038564287,0.0404448602249593,0.158870248611918 -6588,0.5,0.255951455205554,0.374123932912166,0.0209028603888061,0.0600257608061496,0.2064006048794 -6589,0.5,0.255951455205554,0.404654158979751,0.0228503421990475,0.0640622866598007,0.230917225580993 -6590,0.5,0.255951455205554,0.400697511835626,0.0252738167691612,0.0720162836030335,0.231424750477652 -6591,0.5,0.255951455205554,0.342156671527554,0.0273150116528716,0.051894577028997,0.219269674899288 -6592,0.5,0.255951455205554,0.248523550426968,0.0296966677433027,0.057143800198163,0.214135982831018 -6593,0.5,0.255951455205554,0.109177913193202,0.0228275264887977,0.0426540728739884,0.20757289069726 -6594,0.5,0.255951455205554,5.2212828066447e-06,0.015642391224413,0.0,0.187322421180427 -6595,0.5,0.255951455205554,0.0,0.0155724356423837,0.0,0.159242851647726 -6596,0.5,0.255951455205554,0.0,0.0150618950033975,0.0,0.134827508948974 -6597,0.5,0.255951455205554,0.0,0.0146454868685584,0.0,0.124372837323984 -6598,0.5,0.255951455205554,0.0,0.0138468865424335,0.0,0.131387436722705 -6599,0.5,0.255951455205554,0.0,0.0135310888203869,0.0,0.138596308025341 -6600,0.5,0.255951455205554,0.0,0.0134393607213834,0.0,0.148828477506492 -6601,0.5,0.255951455205554,0.0,0.0136321926864274,0.0,0.153049251725959 -6602,0.5,0.255951455205554,0.0,0.0144670316988467,0.0,0.150023518895125 -6603,0.5,0.255951455205554,0.0,0.0149704150123525,0.0,0.143235512985879 -6604,0.5,0.255951455205554,0.0,0.0153733641464072,0.0,0.164416798013966 -6605,0.5,0.255951455205554,0.0,0.0156597978948515,0.0,0.205671993034764 -6606,0.5,0.255951455205554,0.0,0.0184922686053666,0.0,0.216953539425563 -6607,0.5,0.255951455205554,0.000686844403059095,0.0224349094812026,0.0,0.218472942801757 -6608,0.5,0.255951455205554,0.0745395384232168,0.0215307813572143,0.0839948458037353,0.218633957867347 -6609,0.5,0.255951455205554,0.200102516538021,0.027593071569821,0.237366654265569,0.231720233330838 -6610,0.5,0.255951455205554,0.329104910498973,0.0555881208559587,0.380882143368844,0.276931842874688 -6611,0.5,0.255951455205554,0.437131968180778,0.0886783752585332,0.506189416424674,0.307763774249901 -6612,0.5,0.255951455205554,0.499340322148598,0.12306382841729,0.57928846080062,0.276090824454588 -6613,0.5,0.255951455205554,0.500574227257626,0.145358106316718,0.601699329026017,0.218655219576051 -6614,0.5,0.255951455205554,0.453539545899805,0.149140318610399,0.575907161277297,0.160842905714614 -6615,0.5,0.255951455205554,0.369244367419828,0.149614447142326,0.490784712520988,0.106855615094246 -6616,0.5,0.255951455205554,0.270455269711278,0.135092208338453,0.367911390892565,0.064924561843256 -6617,0.5,0.255951455205554,0.102329913855917,0.0679440285142993,0.13059274153761,0.0438209756741326 -6618,0.5,0.255951455205554,4.57371000680564e-06,0.068804996219549,0.0,0.0461556332425821 -6619,0.5,0.255951455205554,0.0,0.0761513492253033,0.0,0.0577776489884429 -6620,0.5,0.255951455205554,0.0,0.0825978616730647,0.0,0.0912010263233121 -6621,0.5,0.255951455205554,0.0,0.08649578113837,0.0,0.16143966539318 -6622,0.5,0.255951455205554,0.0,0.0874881611228362,0.0,0.280174411120038 -6623,0.5,0.255951455205554,0.0,0.0858086767386576,0.0,0.387478920277323 -6624,0.5,0.255951455205554,0.0,0.0839270851011369,0.0,0.48178492236803 -6625,0.5,0.255951455205554,0.0,0.0833209418831773,0.0,0.55291244437789 -6626,0.5,0.255951455205554,0.0,0.0851360456304734,0.0,0.594762911164524 -6627,0.5,0.255951455205554,0.0,0.085799517102104,0.0,0.603205821821294 -6628,0.5,0.255951455205554,0.0,0.0865117933241176,0.0,0.61298116461045 -6629,0.5,0.255951455205554,0.0,0.0901896037614309,0.0,0.650081651884752 -6630,0.5,0.255951455205554,0.0,0.0939662902563561,0.0,0.686526294576072 -6631,0.5,0.255951455205554,0.000723797348101518,0.0988518221225457,0.0,0.718970703788492 -6632,0.5,0.255951455205554,0.0939369497862163,0.0971949702801506,0.0856697116645748,0.735561661584891 -6633,0.5,0.255951455205554,0.249813114616647,0.142796763415952,0.245856693684959,0.757810560792523 -6634,0.5,0.255951455205554,0.406102630104031,0.243114500446049,0.395432975468187,0.790542363818356 -6635,0.5,0.255951455205554,0.536399058287091,0.302228998538849,0.526592308588388,0.796292456664989 -6636,0.5,0.255951455205554,0.611287664464278,0.352398674742512,0.603780072257614,0.789488968890388 -6637,0.5,0.255951455205554,0.632263237336771,0.387791697749942,0.628274145937123,0.7641107873854 -6638,0.5,0.255951455205554,0.60135962352358,0.404893956471988,0.60233363536574,0.74139021452918 -6639,0.5,0.255951455205554,0.512065888363635,0.413357173712561,0.51411566715379,0.71614248398681 -6640,0.5,0.255951455205554,0.37813870309932,0.361828675396368,0.386955013553453,0.694251067492653 -6641,0.5,0.255951455205554,0.117173141503396,0.225061625096257,0.125880761618664,0.661413440624996 -6642,0.5,0.255951455205554,0.0,0.214275886376795,0.0,0.667655209197746 -6643,0.5,0.255951455205554,0.0,0.217982553208858,0.0,0.714046195391142 -6644,0.5,0.255951455205554,0.0,0.211597031562441,0.0,0.811227727846095 -6645,0.5,0.255951455205554,0.0,0.195843254479005,0.0,0.87468611535075 -6646,0.5,0.255951455205554,0.0,0.173585672753077,0.0,0.885864907199369 -6647,0.5,0.255951455205554,0.0,0.147489476071229,0.0,0.864830627613927 -6648,0.5,0.255951455205554,0.0,0.127518245816581,0.0,0.815126376874219 -6649,0.5,0.255951455205554,0.0,0.114648505452562,0.0,0.720968456753162 -6650,0.5,0.255951455205554,0.0,0.102039701179007,0.0,0.593216493885598 -6651,0.5,0.255951455205554,0.0,0.0898308854915188,0.0,0.441962742092504 -6652,0.5,0.255951455205554,0.0,0.0849131943375562,0.0,0.309378657503631 -6653,0.5,0.255951455205554,0.0,0.0843178838037708,0.0,0.218662767546426 -6654,0.5,0.255951455205554,0.0,0.0815504230934333,0.0,0.172266083574596 -6655,0.5,0.255951455205554,0.000548762485673676,0.0755667018513788,0.0,0.127594710140241 -6656,0.5,0.255951455205554,0.090142481430504,0.0672118441853285,0.0816921948957644,0.0772255155153006 -6657,0.5,0.255951455205554,0.237848640921871,0.0797109794152846,0.241217973493337,0.059713234741765 -6658,0.5,0.255951455205554,0.383204509805707,0.109051217825746,0.388925520990977,0.0571910676567337 -6659,0.5,0.255951455205554,0.50320557289899,0.119438524459498,0.517934173302314,0.0501819245432138 -6660,0.5,0.255951455205554,0.57140441107535,0.121849358178757,0.593444130247181,0.0678976444959631 -6661,0.5,0.255951455205554,0.586401791608377,0.117214115305409,0.616120870508843,0.120132599770953 -6662,0.5,0.255951455205554,0.550639636751547,0.120134015094937,0.58716973842795,0.187970216149296 -6663,0.5,0.255951455205554,0.458391085653499,0.132094027587308,0.49798300036491,0.190371321174139 -6664,0.5,0.255951455205554,0.329704454038577,0.125660730352824,0.371798745424599,0.13995313225111 -6665,0.5,0.255951455205554,0.106108951420254,0.0961351149192198,0.118543366371538,0.0879800766536884 -6666,0.5,0.255951455205554,3.91883299673689e-06,0.102966323107174,0.0,0.0652101225194832 -6667,0.5,0.255951455205554,0.0,0.105054827629967,0.0,0.0587791828520999 -6668,0.5,0.255951455205554,0.0,0.103211113248863,0.0,0.0617736750648998 -6669,0.5,0.255951455205554,0.0,0.10076065633315,0.0,0.0745765827986063 -6670,0.5,0.255951455205554,0.0,0.0972292358293605,0.0,0.0855242609325885 -6671,0.5,0.255951455205554,0.0,0.0929305748925144,0.0,0.0864030723223203 -6672,0.5,0.255951455205554,0.0,0.0871061063132168,0.0,0.0798619895091195 -6673,0.5,0.255951455205554,0.0,0.0831374915721554,0.0,0.074372470668594 -6674,0.5,0.255951455205554,0.0,0.0839355982495249,0.0,0.0806046138118555 -6675,0.5,0.255951455205554,0.0,0.0867871560015307,0.0,0.126649409565468 -6676,0.5,0.255951455205554,0.0,0.0941875031387218,0.0,0.252168615810601 -6677,0.5,0.255951455205554,0.0,0.10360804645396,0.0,0.459248213601629 -6678,0.5,0.255951455205554,0.0,0.107363527555049,0.0,0.651884895253846 -6679,0.5,0.255951455205554,0.000368109182782801,0.108012786364317,0.0,0.746279852855101 -6680,0.5,0.255951455205554,0.0803675630212687,0.108193376742532,0.0762873364434403,0.77840623074112 -6681,0.5,0.255951455205554,0.214874749870023,0.146327112131539,0.236304787188149,0.798767025516761 -6682,0.5,0.255951455205554,0.346001361608562,0.20585545496748,0.386130719880962,0.818924566267263 -6683,0.5,0.255951455205554,0.457506958495666,0.243102090402075,0.517748811939491,0.800798430419662 -6684,0.5,0.255951455205554,0.532385461739744,0.272413099790959,0.595687289074597,0.734615906154134 -6685,0.5,0.255951455205554,0.558988276064285,0.306590166620794,0.619644565925994,0.697754090965843 -6686,0.5,0.255951455205554,0.539318563485432,0.343489028263226,0.59160800671019,0.719113381261342 -6687,0.5,0.255951455205554,0.460404923334388,0.384967202990114,0.501215895223805,0.723550439184401 -6688,0.5,0.255951455205554,0.335436801858642,0.383459180014698,0.372856248772499,0.758113809472088 -6689,0.5,0.255951455205554,0.0977087401012065,0.295873166967023,0.110685819108813,0.813965958771463 -6690,0.5,0.255951455205554,1.57759974991289e-06,0.28977652875783,0.0,0.886394587630964 -6691,0.5,0.255951455205554,0.0,0.305387943357647,0.0,0.971464304534454 -6692,0.5,0.255951455205554,0.0,0.321016206546227,0.0,0.994668287585951 -6693,0.5,0.255951455205554,0.0,0.329449864474328,0.0,1.00128323100046 -6694,0.5,0.255951455205554,0.0,0.325957099699735,0.0,0.99657931360976 -6695,0.5,0.255951455205554,0.0,0.320689125101083,0.0,0.988634287387843 -6696,0.5,0.255951455205554,0.0,0.316475977730927,0.0,0.990186477495359 -6697,0.5,0.255951455205554,0.0,0.316996493672428,0.0,0.989407333728756 -6698,0.5,0.255951455205554,0.0,0.318533296653741,0.0,0.989867042932805 -6699,0.5,0.255951455205554,0.0,0.321083189697888,0.0,0.985392366157534 -6700,0.5,0.255951455205554,0.0,0.331547936999354,0.0,0.983216777131547 -6701,0.5,0.255951455205554,0.0,0.356769876777087,0.0,0.981321364552421 -6702,0.5,0.255951455205554,0.0,0.376555387163419,0.0,0.963954513015018 -6703,0.5,0.255951455205554,0.000201342773174134,0.392105851439713,0.0,0.944207351865018 -6704,0.5,0.255951455205554,0.0468562553306703,0.419394724165327,0.00877750056319989,0.920351659616836 -6705,0.5,0.255951455205554,0.119132129646521,0.460503267726612,0.0435923466330653,0.953192260612818 -6706,0.5,0.255951455205554,0.178513935922074,0.491787170893446,0.0813929516559439,0.963802912196148 -6707,0.5,0.255951455205554,0.211724723297055,0.499934596217492,0.0953975502043756,0.964669308065666 -6708,0.5,0.255951455205554,0.22778495493158,0.520643247410426,0.0364441684219965,0.893557204962337 -6709,0.5,0.255951455205554,0.218989953831575,0.530881923555352,0.0166238656904741,0.777973651980999 -6710,0.5,0.255951455205554,0.188238906726618,0.512980487955718,0.0360714838824195,0.620126037776896 -6711,0.5,0.255951455205554,0.14284505648628,0.518727644644178,0.0458897052508069,0.47893185333052 -6712,0.5,0.255951455205554,0.0931065369606892,0.505064721039724,0.059333010594804,0.432871730627459 -6713,0.5,0.255951455205554,0.033399690426145,0.482215467499934,0.0727690706881551,0.644343703559443 -6714,0.5,0.255951455205554,3.81072058873091e-05,0.454824071158404,0.0,0.569983781411958 -6715,0.5,0.255951455205554,0.0,0.451386018318686,0.0,0.514815625437003 -6716,0.5,0.255951455205554,0.0,0.446475553961388,0.0,0.632683073807648 -6717,0.5,0.255951455205554,0.0,0.426643242127558,0.0,0.597991208461612 -6718,0.5,0.255951455205554,0.0,0.398825756262441,0.0,0.613770725180722 -6719,0.5,0.255951455205554,0.0,0.372178480757512,0.0,0.812553731916903 -6720,0.5,0.255951455205554,0.0,0.348803054922646,0.0,0.788079862473768 -6721,0.5,0.255951455205554,0.0,0.33526221047747,0.0,0.85716651995887 -6722,0.5,0.255951455205554,0.0,0.313893963517208,0.0,0.835546683539339 -6723,0.5,0.255951455205554,0.0,0.291707953707444,0.0,0.836646846751909 -6724,0.5,0.255951455205554,0.0,0.265192353308932,0.0,0.801311480596307 -6725,0.5,0.255951455205554,0.0,0.258889886962046,0.0,0.824262745533746 -6726,0.5,0.255951455205554,0.0,0.250433199613707,0.0,0.886607198629709 -6727,0.5,0.255951455205554,7.46335036353481e-05,0.2388327699951,0.0,0.902935451972293 -6728,0.5,0.255951455205554,0.048466419186887,0.214967279304505,0.0507977240070402,0.894163923580075 -6729,0.5,0.255951455205554,0.145702717482665,0.250367079405657,0.173776803087096,0.875796405838318 -6730,0.5,0.255951455205554,0.250097001220757,0.339511903119754,0.321467938660391,0.824125581985937 -6731,0.5,0.255951455205554,0.336468391595371,0.439254827384129,0.498100299746946,0.737106735984105 -6732,0.5,0.255951455205554,0.38252818642432,0.516580276456566,0.572118314743174,0.791799240371892 -6733,0.5,0.255951455205554,0.382970563508068,0.544481275718882,0.579636842683444,0.812145931355372 -6734,0.5,0.255951455205554,0.335530199360542,0.539866026847182,0.406514042863075,0.804647470191407 -6735,0.5,0.255951455205554,0.257598861664586,0.468039719722501,0.317989095824458,0.827411232842522 -6736,0.5,0.255951455205554,0.173524551821928,0.355740605566003,0.248863169796475,0.911399983820399 -6737,0.5,0.255951455205554,0.0629707877581797,0.263165893270826,0.02890075587671,0.90949889299022 -6738,0.5,0.255951455205554,6.12928832069069e-07,0.24386992908501,0.0,0.907140246316909 -6739,0.5,0.255951455205554,0.0,0.272083639024856,0.0,0.911841897790044 -6740,0.5,0.255951455205554,0.0,0.309691322454971,0.0,0.921216372609146 -6741,0.5,0.255951455205554,0.0,0.341770766081564,0.0,0.932956298518894 -6742,0.5,0.255951455205554,0.0,0.359062374149996,0.0,0.949429109223542 -6743,0.5,0.255951455205554,0.0,0.37703435787614,0.0,0.953596953978265 -6744,0.5,0.255951455205554,0.0,0.400827896718764,0.0,0.951804591387728 -6745,0.5,0.255951455205554,0.0,0.422136350203308,0.0,0.947455489688272 -6746,0.5,0.255951455205554,0.0,0.446158991362295,0.0,0.950279903446967 -6747,0.5,0.255951455205554,0.0,0.431417792106461,0.0,0.951478018818422 -6748,0.5,0.255951455205554,0.0,0.431346909942028,0.0,0.951003593823836 -6749,0.5,0.255951455205554,0.0,0.428810967876143,0.0,0.947327132756561 -6750,0.5,0.255951455205554,0.0,0.43307751257139,0.0,0.955510573391411 -6751,0.5,0.255951455205554,1.91401367240761e-05,0.433225979355728,0.0,0.945192820405813 -6752,0.5,0.255951455205554,0.0373398738590402,0.419687384327754,0.00723844944352647,0.941780562864323 -6753,0.5,0.255951455205554,0.118958066747859,0.433839822991599,0.0584780479401116,0.956088580376978 -6754,0.5,0.255951455205554,0.207109423954661,0.472106952266427,0.0504505244134344,0.945251887288948 -6755,0.5,0.255951455205554,0.282908531398388,0.494027027141947,0.233049925145318,0.938610032225883 -6756,0.5,0.255951455205554,0.324372679022893,0.509229530259581,0.18374925631537,0.940808582001256 -6757,0.5,0.255951455205554,0.329865985005498,0.496898637921429,0.145199924034116,0.926901166377179 -6758,0.5,0.255951455205554,0.308429963835616,0.490011868758652,0.0605137304510571,0.917464662655969 -6759,0.5,0.255951455205554,0.251383855112611,0.462739000125886,0.084406857531757,0.923480150111203 -6760,0.5,0.255951455205554,0.177539394518222,0.397609371268358,0.0716891103795597,0.938793909707813 -6761,0.5,0.255951455205554,0.0517528317955491,0.335818315752369,0.0284248823447441,0.931984708805609 -6762,0.5,0.255951455205554,9.49404134907162e-06,0.303389671341473,0.0,0.926677115674888 -6763,0.5,0.255951455205554,0.0,0.285585314920354,0.0,0.92804273325806 -6764,0.5,0.255951455205554,0.0,0.264070187051997,0.0,0.923420695191509 -6765,0.5,0.255951455205554,0.0,0.246284656210681,0.0,0.91746600528069 -6766,0.5,0.255951455205554,0.0,0.246548643614521,0.0,0.916619569458958 -6767,0.5,0.255951455205554,0.0,0.258140666410716,0.0,0.920254473086237 -6768,0.5,0.255951455205554,0.0,0.273225357591105,0.0,0.923050041154135 -6769,0.5,0.255951455205554,0.0,0.292471027705509,0.0,0.923765657572448 -6770,0.5,0.255951455205554,0.0,0.306798574027537,0.0,0.927583762715726 -6771,0.5,0.255951455205554,0.0,0.309121668225304,0.0,0.931962988366317 -6772,0.5,0.255951455205554,0.0,0.301567390396263,0.0,0.943805106496145 -6773,0.5,0.255951455205554,0.0,0.2853486007979,0.0,0.94792106680924 -6774,0.5,0.255951455205554,0.0,0.267106876588321,0.0,0.944980250123712 -6775,0.5,0.255951455205554,2.47355409023436e-06,0.249607660580379,0.0,0.948161873785922 -6776,0.5,0.255951455205554,0.0409601569068505,0.239390606388588,0.00838249688664351,0.95651235757257 -6777,0.5,0.255951455205554,0.135946249411565,0.281101374736734,0.0778548832554416,0.954121931903351 -6778,0.5,0.255951455205554,0.236743274890569,0.328382076986495,0.25623160328393,0.927416854708685 -6779,0.5,0.255951455205554,0.327392536530913,0.341485487591278,0.470582289295027,0.876322131948788 -6780,0.5,0.255951455205554,0.377703410909394,0.321375911924594,0.540225731862308,0.727286702994492 -6781,0.5,0.255951455205554,0.390256997496544,0.291381126835182,0.109421623209093,0.487802985126572 -6782,0.5,0.255951455205554,0.360438002822312,0.245535106744859,0.0599685392230645,0.474593440614455 -6783,0.5,0.255951455205554,0.275647453493393,0.174056216168693,0.0460032669432714,0.742213170005799 -6784,0.5,0.255951455205554,0.179155462092411,0.104290266054218,0.032674565598824,0.826583181410167 -6785,0.5,0.255951455205554,0.0537731221739823,0.0365561634360827,0.0342153090485227,0.764432510386134 -6786,0.5,0.255951455205554,5.05090662131852e-06,0.0257672199641894,0.0,0.704830481816656 -6787,0.5,0.255951455205554,0.0,0.0270248114965455,0.0,0.604562325257165 -6788,0.5,0.255951455205554,0.0,0.0299239840263175,0.0,0.435407942101037 -6789,0.5,0.255951455205554,0.0,0.0301932556143034,0.0,0.189276980628506 -6790,0.5,0.255951455205554,0.0,0.0285010447135453,0.0,0.0439325573347092 -6791,0.5,0.255951455205554,0.0,0.0279928102186204,0.0,0.0134305829228998 -6792,0.5,0.255951455205554,0.0,0.0284374702199024,0.0,0.0317667984819034 -6793,0.5,0.255951455205554,0.0,0.0288082493595163,0.0,0.0984056720413292 -6794,0.5,0.255951455205554,0.0,0.0294810478344544,0.0,0.216652817701172 -6795,0.5,0.255951455205554,0.0,0.0312569994361017,0.0,0.344911533949967 -6796,0.5,0.255951455205554,0.0,0.0355572910934026,0.0,0.445294454832102 -6797,0.5,0.255951455205554,0.0,0.0396574772854039,0.0,0.465563050509908 -6798,0.5,0.255951455205554,0.0,0.0426686929205074,0.0,0.477921340115653 -6799,0.5,0.255951455205554,9.94098238296312e-07,0.0456527560867468,0.0,0.473633555277762 -6800,0.5,0.255951455205554,0.0234656778293929,0.0491959086256646,0.0528113022466729,0.397372608733599 -6801,0.5,0.255951455205554,0.0858919801877054,0.0559540713779135,0.210151331345467,0.28415205225754 -6802,0.5,0.255951455205554,0.15250387605405,0.0672474210043766,0.35674442711357,0.191717501662608 -6803,0.5,0.255951455205554,0.216625102285692,0.0790245901649962,0.483437375926787,0.149939018687981 -6804,0.5,0.255951455205554,0.262766497981623,0.086683577668126,0.556938796090631,0.11022893433367 -6805,0.5,0.255951455205554,0.276579695649645,0.0890715167544092,0.562755636822089,0.0594414326141532 -6806,0.5,0.255951455205554,0.24822100326031,0.0882052309740517,0.398093536133573,0.0368899367012412 -6807,0.5,0.255951455205554,0.19094378545341,0.0840275373827,0.298172798724599,0.0253800151015726 -6808,0.5,0.255951455205554,0.127623318098599,0.071905551574286,0.213784773586639,0.0214373649288767 -6809,0.5,0.255951455205554,0.0393249475275863,0.0457169832277323,0.0187812885193844,0.0235261925151699 -6810,0.5,0.255951455205554,1.28540470920203e-06,0.036262637126109,0.0,0.0497603217168524 -6811,0.5,0.255951455205554,0.0,0.0388264086794537,0.0,0.0823108594769993 -6812,0.5,0.255951455205554,0.0,0.0422127085521542,0.0,0.113563437469276 -6813,0.5,0.255951455205554,0.0,0.043522899205904,0.0,0.155641769633806 -6814,0.5,0.255951455205554,0.0,0.0432477812195004,0.0,0.176271793671362 -6815,0.5,0.255951455205554,0.0,0.0417469140735973,0.0,0.262518567139391 -6816,0.5,0.255951455205554,0.0,0.042226661636935,0.0,0.348989131068085 -6817,0.5,0.255951455205554,0.0,0.0423791070642887,0.0,0.318135454554076 -6818,0.5,0.255951455205554,0.0,0.0406914299106019,0.0,0.276591255548496 -6819,0.5,0.255951455205554,0.0,0.0364167413490552,0.0,0.267864030714502 -6820,0.5,0.255951455205554,0.0,0.0338017726568955,0.0,0.26099060069466 -6821,0.5,0.255951455205554,0.0,0.0349080608039331,0.0,0.277065151523856 -6822,0.5,0.255951455205554,0.0,0.0364565387435794,0.0,0.309396971702649 -6823,0.5,0.255951455205554,3.80319392735449e-08,0.0392823824483224,0.0,0.307884591134255 -6824,0.5,0.255951455205554,0.0429534208816157,0.0412069777205347,0.0260611514653151,0.3460970627195 -6825,0.5,0.255951455205554,0.154984351548076,0.0476285299237343,0.178347615731951,0.360634038678795 -6826,0.5,0.255951455205554,0.267868297366052,0.071217777328473,0.326464695028005,0.32074719943761 -6827,0.5,0.255951455205554,0.361717482322697,0.0835154887024005,0.460547356658095,0.271055393522415 -6828,0.5,0.255951455205554,0.412758344109336,0.0865022726214901,0.553088419674585,0.159124178664858 -6829,0.5,0.255951455205554,0.422216535719832,0.0851869826956717,0.575876930358437,0.0530636535408769 -6830,0.5,0.255951455205554,0.396455827257535,0.0767556850629781,0.521381248251226,0.0248517556987195 -6831,0.5,0.255951455205554,0.335106512192584,0.0664515707795698,0.452302616276491,0.0197032374055347 -6832,0.5,0.255951455205554,0.230179024993024,0.0548810488443254,0.266053479090201,0.010421368497839 -6833,0.5,0.255951455205554,0.0649413274868594,0.0288434829731478,0.0564581592224536,0.00268107953268504 -6834,0.5,0.255951455205554,0.0,0.0338597678834866,0.0,0.00170402184379334 -6835,0.5,0.255951455205554,0.0,0.0396625882712799,0.0,0.00103473445246462 -6836,0.5,0.255951455205554,0.0,0.048259671378503,0.0,0.00100224993970136 -6837,0.5,0.255951455205554,0.0,0.0561450498995935,0.0,0.00306507620166009 -6838,0.5,0.255951455205554,0.0,0.0650315308978542,0.0,0.0194458505851922 -6839,0.5,0.255951455205554,0.0,0.0737090327771706,0.0,0.0577855480085605 -6840,0.5,0.255951455205554,0.0,0.0834801895255735,0.0,0.102891409700906 -6841,0.5,0.255951455205554,0.0,0.0977251215845478,0.0,0.141725076625709 -6842,0.5,0.255951455205554,0.0,0.114747132354428,0.0,0.168680966182661 -6843,0.5,0.255951455205554,0.0,0.132998876604166,0.0,0.222898777249424 -6844,0.5,0.255951455205554,0.0,0.15928814912241,0.0,0.350055276697715 -6845,0.5,0.255951455205554,0.0,0.205536766325542,0.0,0.541037262723925 -6846,0.5,0.255951455205554,0.0,0.245759962148218,0.0,0.667948413403526 -6847,0.5,0.255951455205554,0.0,0.274878565015888,0.0,0.767408062495041 -6848,0.5,0.255951455205554,0.0294809449379073,0.321733889327958,0.00601915449555474,0.844834904567807 -6849,0.5,0.255951455205554,0.0904109701847666,0.370146188916812,0.0221118857379316,0.874689119657337 -6850,0.5,0.255951455205554,0.148506459470685,0.410727470872801,0.0248065294584549,0.91253572728347 -6851,0.5,0.255951455205554,0.194549225224346,0.411502606922306,0.00852445241553533,0.959276726933382 -6852,0.5,0.255951455205554,0.223910087070188,0.401299495516273,0.00500688887723693,0.980533142427651 -6853,0.5,0.255951455205554,0.218655644086947,0.380807829152738,0.00449834172465835,0.985715228271416 -6854,0.5,0.255951455205554,0.189403786821599,0.313887567732054,0.00141749508194364,0.989172820583584 -6855,0.5,0.255951455205554,0.140369587709304,0.24244475261315,0.000514977185786647,0.975315694973109 -6856,0.5,0.255951455205554,0.082489580571418,0.177328201175809,0.00108348836432817,0.954656255967349 -6857,0.5,0.255951455205554,0.0237520834204374,0.131850128786116,0.00119151983878603,0.927349918071206 -6858,0.5,0.255951455205554,1.33149208340333e-06,0.108761881401534,0.0,0.891351736359661 -6859,0.5,0.255951455205554,0.0,0.093533347455722,0.0,0.863981820650444 -6860,0.5,0.255951455205554,0.0,0.0845720190883548,0.0,0.859205563744637 -6861,0.5,0.255951455205554,0.0,0.0710304587892587,0.0,0.85852322406935 -6862,0.5,0.255951455205554,0.0,0.0666247291169777,0.0,0.852525994661992 -6863,0.5,0.255951455205554,0.0,0.0671253055699437,0.0,0.825655486767396 -6864,0.5,0.255951455205554,0.0,0.0693115510421975,0.0,0.791507553113167 -6865,0.5,0.255951455205554,0.0,0.0712000035281351,0.0,0.773339136444539 -6866,0.5,0.255951455205554,0.0,0.0771202787778872,0.0,0.753567982102367 -6867,0.5,0.255951455205554,0.0,0.0879238443782587,0.0,0.743102451106388 -6868,0.5,0.255951455205554,0.0,0.105878094605879,0.0,0.745040724636654 -6869,0.5,0.255951455205554,0.0,0.128762279464044,0.0,0.758565001568711 -6870,0.5,0.255951455205554,0.0,0.148606900654811,0.0,0.774489366158592 -6871,0.5,0.255951455205554,0.0,0.158767848553645,0.0,0.779222579651129 -6872,0.5,0.255951455205554,0.00990226037022788,0.18523153334288,0.00177800170696496,0.779353020270414 -6873,0.5,0.255951455205554,0.0456661705838538,0.25220460074076,0.0141830646533026,0.775268491889334 -6874,0.5,0.255951455205554,0.0934213350159797,0.33175359030603,0.0284219247072267,0.766326734770831 -6875,0.5,0.255951455205554,0.137774666659325,0.386425419007054,0.023032834787067,0.769991365855689 -6876,0.5,0.255951455205554,0.152335912310043,0.402736760646164,0.0113579207235978,0.756120390981638 -6877,0.5,0.255951455205554,0.15174960424419,0.394559804439698,0.00403239426905669,0.766640889932799 -6878,0.5,0.255951455205554,0.137702009144354,0.362786059995323,0.00201244369082241,0.789623070207018 -6879,0.5,0.255951455205554,0.108625836420069,0.325634529805923,0.00116112354122851,0.790924566784843 -6880,0.5,0.255951455205554,0.0703867311472551,0.279423143635741,0.000752670310638299,0.757571891946211 -6881,0.5,0.255951455205554,0.0205792721748167,0.217130702737507,0.00025285155280019,0.706863471998204 -6882,0.5,0.255951455205554,9.33844564842656e-07,0.171815705338102,0.0,0.653053672358485 -6883,0.5,0.255951455205554,0.0,0.148270478937927,0.0,0.589921481249889 -6884,0.5,0.255951455205554,0.0,0.133058940013654,0.0,0.4963125949275 -6885,0.5,0.255951455205554,0.0,0.127526073075704,0.0,0.473705999736631 -6886,0.5,0.255951455205554,0.0,0.131300396807852,0.0,0.460046032416147 -6887,0.5,0.255951455205554,0.0,0.135084982864145,0.0,0.368430554202656 -6888,0.5,0.255951455205554,0.0,0.135256720357891,0.0,0.277209871785572 -6889,0.5,0.255951455205554,0.0,0.124614009318593,0.0,0.229449408119602 -6890,0.5,0.255951455205554,0.0,0.112556713097177,0.0,0.227955612513932 -6891,0.5,0.255951455205554,0.0,0.100467442754608,0.0,0.270062221976607 -6892,0.5,0.255951455205554,0.0,0.0874127262489339,0.0,0.275067826738154 -6893,0.5,0.255951455205554,0.0,0.0795659233037455,0.0,0.272042387067987 -6894,0.5,0.255951455205554,0.0,0.0746305699380367,0.0,0.228345826599933 -6895,0.5,0.255951455205554,0.0,0.0717073248440326,0.0,0.180959399515786 -6896,0.5,0.255951455205554,0.0173409229606439,0.0767913039684486,0.00642361711521744,0.153498771078242 -6897,0.5,0.255951455205554,0.0866857647757371,0.0936672866355561,0.053705488602006,0.142280793588564 -6898,0.5,0.255951455205554,0.172149286265827,0.117035576857731,0.0974503729511644,0.0953363014261706 -6899,0.5,0.255951455205554,0.243495933469506,0.131796278015299,0.0865938280701919,0.0604397467255579 -6900,0.5,0.255951455205554,0.293717069463091,0.138039931436377,0.0868880223411998,0.0529181764211358 -6901,0.5,0.255951455205554,0.311759314759215,0.130686065765303,0.0920621285035306,0.0548539594351322 -6902,0.5,0.255951455205554,0.286471523709285,0.113711180034805,0.10012385044135,0.059497987679354 -6903,0.5,0.255951455205554,0.226478408878797,0.0862422287043644,0.0652149925420602,0.0431481048079183 -6904,0.5,0.255951455205554,0.150026340835506,0.0587482891968129,0.0262808179832033,0.0304764704076312 -6905,0.5,0.255951455205554,0.0365772618078735,0.0314250984566538,0.00409074880402126,0.0303908300348712 -6906,0.5,0.255951455205554,0.0,0.0213403021753226,0.0,0.0228556705965853 -6907,0.5,0.255951455205554,0.0,0.0190285478446497,0.0,0.0150292307389391 -6908,0.5,0.255951455205554,0.0,0.0193837628646685,0.0,0.015671095364294 -6909,0.5,0.255951455205554,0.0,0.0199980854332936,0.0,0.0176791337406083 -6910,0.5,0.255951455205554,0.0,0.0199138484371045,0.0,0.0176178416621809 -6911,0.5,0.255951455205554,0.0,0.0183082836784773,0.0,0.0172150796844967 -6912,0.5,0.255951455205554,0.0,0.0160206188485905,0.0,0.0176294027178982 -6913,0.5,0.255951455205554,0.0,0.0159470884700654,0.0,0.0151849947479316 -6914,0.5,0.255951455205554,0.0,0.0180674490338939,0.0,0.0138586002935124 -6915,0.5,0.255951455205554,0.0,0.0208878166328699,0.0,0.0166473077468468 -6916,0.5,0.255951455205554,0.0,0.0233568145482798,0.0,0.0237540990534382 -6917,0.5,0.255951455205554,0.0,0.0282905404758609,0.0,0.0225770254151296 -6918,0.5,0.255951455205554,0.0,0.03458531061769,0.0,0.019359255440793 -6919,0.5,0.255951455205554,0.0,0.038453814347307,0.0,0.0202155779970065 -6920,0.5,0.255951455205554,0.00428859189981286,0.0423512888788722,0.00111082913060453,0.0232747034860824 -6921,0.5,0.255951455205554,0.0224619673308439,0.04975208594982,0.0145811806316276,0.0243867264819357 -6922,0.5,0.255951455205554,0.0460755211757194,0.0604506338606967,0.0534708019535662,0.0211452593177181 -6923,0.5,0.255951455205554,0.066884900669548,0.0677701412884664,0.108765329182123,0.017468476709467 -6924,0.5,0.255951455205554,0.082293007785444,0.0696332414564301,0.18643159930467,0.0158205900823335 -6925,0.5,0.255951455205554,0.0972463946839368,0.0725258597068307,0.0955012084803859,0.0118567409423411 -6926,0.5,0.255951455205554,0.0967976253260802,0.058886702885014,0.0533351686764433,0.00885134405491099 -6927,0.5,0.255951455205554,0.079873257886712,0.0486592347168342,0.0365168417621356,0.00741655001459997 -6928,0.5,0.255951455205554,0.0550837946901494,0.0359662211180865,0.0383426743379484,0.0120271349647826 -6929,0.5,0.255951455205554,0.016635929425543,0.0249933386188894,0.0337199926784828,0.0226433678909872 -6930,0.5,0.255951455205554,0.0,0.024453215880289,0.0,0.0438277716502816 -6931,0.5,0.255951455205554,0.0,0.0264020548519391,0.0,0.0811659403640294 -6932,0.5,0.255951455205554,0.0,0.0298168967672683,0.0,0.0463158572384487 -6933,0.5,0.255951455205554,0.0,0.0299458978405315,0.0,0.0793777967433078 -6934,0.5,0.255951455205554,0.0,0.0253618542517442,0.0,0.120171260399537 -6935,0.5,0.255951455205554,0.0,0.0214001634261549,0.0,0.0936503523126546 -6936,0.5,0.255951455205554,0.0,0.0206350390654129,0.0,0.100420659684623 -6937,0.5,0.255951455205554,0.0,0.0217289051303318,0.0,0.123802654341876 -6938,0.5,0.255951455205554,0.0,0.0234481526360524,0.0,0.215653919945708 -6939,0.5,0.255951455205554,0.0,0.025640386069201,0.0,0.206692014536274 -6940,0.5,0.255951455205554,0.0,0.0258453469354688,0.0,0.167173342913447 -6941,0.5,0.255951455205554,0.0,0.0246824124670468,0.0,0.165869574504084 -6942,0.5,0.255951455205554,0.0,0.0235992858360659,0.0,0.157074987776535 -6943,0.5,0.255951455205554,0.0,0.0229388743515618,0.0,0.195535293383196 -6944,0.5,0.255951455205554,0.0120386792363709,0.0243548649695939,0.00662942928478529,0.253056004054975 -6945,0.5,0.255951455205554,0.0541974902625794,0.0289787768022377,0.0677174074114252,0.316248055412867 -6946,0.5,0.255951455205554,0.0970348963532552,0.0430391820655606,0.155912195843956,0.219981885527671 -6947,0.5,0.255951455205554,0.140063816468823,0.0666886724111009,0.242789951869421,0.179813966007964 -6948,0.5,0.255951455205554,0.173471843562306,0.0881693559593303,0.133370050853843,0.158579116450063 -6949,0.5,0.255951455205554,0.172646307634497,0.103050330982127,0.065762025412481,0.157606576174445 -6950,0.5,0.255951455205554,0.137745314824641,0.0975497651447449,0.0154979484382228,0.102185204271453 -6951,0.5,0.255951455205554,0.0952472464341456,0.0791165851031945,0.00771063907022891,0.110858412245626 -6952,0.5,0.255951455205554,0.0535263746787251,0.055325973355115,0.00306847092467808,0.144548577602927 -6953,0.5,0.255951455205554,0.0100039935436826,0.0396964150327106,0.000676386790192595,0.184116857911041 -6954,0.5,0.255951455205554,0.0,0.0348632540631193,0.0,0.193783286247615 -6955,0.5,0.255951455205554,0.0,0.0295143160919177,0.0,0.141308731064968 -6956,0.5,0.255951455205554,0.0,0.0277500559059947,0.0,0.0933040872898655 -6957,0.5,0.255951455205554,0.0,0.0262703498020421,0.0,0.0652896114421277 -6958,0.5,0.255951455205554,0.0,0.0255503352788149,0.0,0.0592502456175916 -6959,0.5,0.255951455205554,0.0,0.025958269653431,0.0,0.036536148399796 -6960,0.5,0.255951455205554,0.0,0.0264177004585688,0.0,0.0271465973095397 -6961,0.5,0.255951455205554,0.0,0.0261792241107665,0.0,0.0612147846284922 -6962,0.5,0.255951455205554,0.0,0.0273017050316831,0.0,0.156222927601645 -6963,0.5,0.255951455205554,0.0,0.0314118440222314,0.0,0.292376463599647 -6964,0.5,0.255951455205554,0.0,0.0361597886582079,0.0,0.35977598399409 -6965,0.5,0.255951455205554,0.0,0.0434791419400676,0.0,0.498730556049793 -6966,0.5,0.255951455205554,0.0,0.0572948981518166,0.0,0.696771473093311 -6967,0.5,0.255951455205554,0.0,0.0727242201340934,0.0,0.8102587278348 -6968,0.5,0.255951455205554,0.0159449877547489,0.0905538844961573,0.00117896407155786,0.865831544636095 -6969,0.5,0.255951455205554,0.0830676502967937,0.124507289122271,0.00199316742531775,0.882269601657615 -6970,0.5,0.255951455205554,0.176385550822085,0.178516286784986,0.0202292713050084,0.902370932859466 -6971,0.5,0.255951455205554,0.286701897184006,0.232125835075358,0.216391522608165,0.905371851888623 -6972,0.5,0.255951455205554,0.372683064183351,0.277948821143164,0.245864789683161,0.878153269182479 -6973,0.5,0.255951455205554,0.408027139518764,0.303174790655276,0.134267173303381,0.842003396248249 -6974,0.5,0.255951455205554,0.389663840200041,0.316737206613589,0.0619724385157686,0.824118501059166 -6975,0.5,0.255951455205554,0.327919935147835,0.302985195625062,0.00697528062758959,0.832708154572797 -6976,0.5,0.255951455205554,0.221589974002639,0.252887275550914,0.00420897825814414,0.828815842176755 -6977,0.5,0.255951455205554,0.027122825842848,0.232189315772165,0.0,0.811026024942786 -6978,0.5,0.255951455205554,0.0,0.240192290233973,0.0,0.816339600770811 -6979,0.5,0.255951455205554,0.0,0.247494675839849,0.0,0.824176922934711 -6980,0.5,0.255951455205554,0.0,0.255980226606943,0.0,0.889884679092326 -6981,0.5,0.255951455205554,0.0,0.264771992527164,0.0,0.935567909982557 -6982,0.5,0.255951455205554,0.0,0.273093246801059,0.0,0.927792060669321 -6983,0.5,0.255951455205554,0.0,0.270575345638443,0.0,0.891997416162157 -6984,0.5,0.255951455205554,0.0,0.261654358369089,0.0,0.852317703654256 -6985,0.5,0.255951455205554,0.0,0.249743396312352,0.0,0.778068642240649 -6986,0.5,0.255951455205554,0.0,0.238912617029339,0.0,0.760534545032839 -6987,0.5,0.255951455205554,0.0,0.232785901925799,0.0,0.777931675314862 -6988,0.5,0.255951455205554,0.0,0.224318137527948,0.0,0.742180327119952 -6989,0.5,0.255951455205554,0.0,0.221141198555889,0.0,0.712971007863687 -6990,0.5,0.255951455205554,0.0,0.220756773484202,0.0,0.708755556061835 -6991,0.5,0.255951455205554,0.0,0.227683481645079,0.0,0.782261631820039 -6992,0.5,0.255951455205554,0.0364098620085294,0.235984048530158,0.000907608876566774,0.883429885779373 -6993,0.5,0.255951455205554,0.170616427034302,0.277574302444211,0.000436874749727958,0.911459668578291 -6994,0.5,0.255951455205554,0.302894604996119,0.375062884767399,0.000782208618940686,0.942008523308879 -6995,0.5,0.255951455205554,0.412193218824074,0.499783297993231,0.000878817663348516,0.963953879143869 -6996,0.5,0.255951455205554,0.466880181006146,0.567342240955868,0.00240291370637264,0.967803122130724 -6997,0.5,0.255951455205554,0.468268546970232,0.627235777948859,0.0108022579322919,0.976951826623606 -6998,0.5,0.255951455205554,0.416501212936439,0.643039017257153,0.0356551807419358,0.972711309661988 -6999,0.5,0.255951455205554,0.322803171449445,0.636812090793202,0.0121135994269568,0.962952710643866 -7000,0.5,0.255951455205554,0.205170061060048,0.598456334591415,0.00105124259592019,0.966672695349432 -7001,0.5,0.255951455205554,0.0189172615962642,0.57480185694736,0.0,0.972312215621709 -7002,0.5,0.255951455205554,0.0,0.570416516712126,0.0,0.977454610023527 -7003,0.5,0.255951455205554,0.0,0.60180990948025,0.0,1.00753822781425 -7004,0.5,0.255951455205554,0.0,0.656959837632846,0.0,1.00738263989477 -7005,0.5,0.255951455205554,0.0,0.709347332828382,0.0,1.005379652583 -7006,0.5,0.255951455205554,0.0,0.738655307268852,0.0,1.0082636729523 -7007,0.5,0.255951455205554,0.0,0.749004111369054,0.0,1.00847731570863 -7008,0.5,0.255951455205554,0.0,0.749231742651604,0.0,1.01060601608584 -7009,0.5,0.255951455205554,0.0,0.739435875053576,0.0,1.00896775132279 -7010,0.5,0.255951455205554,0.0,0.741676204282428,0.0,1.00813561191297 -7011,0.5,0.255951455205554,0.0,0.735496162085833,0.0,1.00837390441572 -7012,0.5,0.255951455205554,0.0,0.736002962150824,0.0,1.00713251388795 -7013,0.5,0.255951455205554,0.0,0.73524478096861,0.0,1.00534075722464 -7014,0.5,0.255951455205554,0.0,0.727521697122278,0.0,1.00552643293724 -7015,0.5,0.255951455205554,0.0,0.720950257561031,0.0,1.00248774891804 -7016,0.5,0.255951455205554,0.00451780764482564,0.722262537038832,0.00111522795049708,0.997649239226897 -7017,0.5,0.255951455205554,0.0261274027199577,0.717979076347052,0.0277924062543432,0.985609617203676 -7018,0.5,0.255951455205554,0.047872786178287,0.717834899802295,0.0721978976490664,0.970077100174072 -7019,0.5,0.255951455205554,0.0668981382694692,0.704687779510482,0.129503752254844,0.943913677965007 -7020,0.5,0.255951455205554,0.0846594974698268,0.696969483097951,0.125151700025794,0.901410964529693 -7021,0.5,0.255951455205554,0.0953495438057608,0.683471611997221,0.0566705546685355,0.889312194832548 -7022,0.5,0.255951455205554,0.0912793444378109,0.66878391310008,0.0525323334126848,0.853413985713058 -7023,0.5,0.255951455205554,0.0691417200953568,0.635546469218258,0.0460028888554119,0.845259724391146 -7024,0.5,0.255951455205554,0.0363439310717307,0.584850722655239,0.0772369924351185,0.88349767072496 -7025,0.5,0.255951455205554,0.00562856916345504,0.523655098466887,0.0,0.932710730664949 -7026,0.5,0.255951455205554,0.0,0.460134490124568,0.0,0.934305245463391 -7027,0.5,0.255951455205554,0.0,0.402371344690619,0.0,0.90435959387794 -7028,0.5,0.255951455205554,0.0,0.347610093783463,0.0,0.858659451986883 -7029,0.5,0.255951455205554,0.0,0.309690541417766,0.0,0.807173378596796 -7030,0.5,0.255951455205554,0.0,0.291922174496163,0.0,0.70690669727982 -7031,0.5,0.255951455205554,0.0,0.2820717680993,0.0,0.669161326746308 -7032,0.5,0.255951455205554,0.0,0.277104376827957,0.0,0.709699595611138 -7033,0.5,0.255951455205554,0.0,0.274677302613114,0.0,0.815121158497077 -7034,0.5,0.255951455205554,0.0,0.26413038514171,0.0,0.905058366995071 -7035,0.5,0.255951455205554,0.0,0.240837268284139,0.0,0.935091566161542 -7036,0.5,0.255951455205554,0.0,0.226897872399465,0.0,0.943134975931825 -7037,0.5,0.255951455205554,0.0,0.232112066570541,0.0,0.950355612335962 -7038,0.5,0.255951455205554,0.0,0.255455548035757,0.0,0.943750680171347 -7039,0.5,0.255951455205554,0.0,0.289803734667158,0.0,0.948692065185341 -7040,0.5,0.255951455205554,0.00703420070088606,0.343187073154938,0.00306273117457913,0.952668742439091 -7041,0.5,0.255951455205554,0.0408637060157366,0.435632624579574,0.0427249936606674,0.947227348542795 -7042,0.5,0.255951455205554,0.0639355276996328,0.543061805878494,0.0849111456778874,0.941314972015571 -7043,0.5,0.255951455205554,0.0726173586612978,0.63478241369768,0.120827760322765,0.941639488415742 -7044,0.5,0.255951455205554,0.0714993389096863,0.711778243143443,0.157522996535403,0.941410714899469 -7045,0.5,0.255951455205554,0.0651911754442364,0.779063132281698,0.142053609944527,0.942272320314934 -7046,0.5,0.255951455205554,0.0510835552889922,0.826043090788037,0.0485208625603362,0.940677943969663 -7047,0.5,0.255951455205554,0.0316648972447138,0.84067539568551,0.0763828048671243,0.941264624498354 -7048,0.5,0.255951455205554,0.0124273010886232,0.827937763974477,0.023454430536162,0.944649638156578 -7049,0.5,0.255951455205554,0.000999729954818201,0.812406232928908,0.0,0.947502754444468 -7050,0.5,0.255951455205554,0.0,0.817307337659211,0.0,0.943252982148376 -7051,0.5,0.255951455205554,0.0,0.856689434365264,0.0,0.941104152011216 -7052,0.5,0.255951455205554,0.0,0.877251940846115,0.0,0.945372846147324 -7053,0.5,0.255951455205554,0.0,0.883724436785652,0.0,0.062461517040359 -7054,0.5,0.255951455205554,0.0,0.909573371469464,0.0,0.0338921792013292 -7055,0.5,0.255951455205554,0.0,0.936796854969436,0.0,0.101243284410236 -7056,0.5,0.255951455205554,0.0,0.897169432441726,0.0,0.0849360070707364 -7057,0.5,0.255951455205554,0.0,0.841841922143138,0.0,0.0513594831652208 -7058,0.5,0.255951455205554,0.0,0.804178779809419,0.0,0.0349419970718581 -7059,0.5,0.255951455205554,0.0,0.800774250651045,0.0,0.0220275921566277 -7060,0.5,0.255951455205554,0.0,0.790650677159817,0.0,0.0175085398626319 -7061,0.5,0.255951455205554,0.0,0.767754878019256,0.0,0.0150182171441857 -7062,0.5,0.255951455205554,0.0,0.743307505674051,0.0,0.00988210501199892 -7063,0.5,0.255951455205554,0.0,0.716166663976348,0.0,0.0825498551830147 -7064,0.5,0.255951455205554,0.00295706674568637,0.693668148387467,0.00172523516401626,0.907323036928023 -7065,0.5,0.255951455205554,0.0282323892497813,0.674828035246538,0.0315478076189144,0.907233945273108 -7066,0.5,0.255951455205554,0.0582197780623672,0.660668182971307,0.0496224472150336,0.907863962157486 -7067,0.5,0.255951455205554,0.0768553959519611,0.654902986820914,0.0748811488764416,0.909175171163262 -7068,0.5,0.255951455205554,0.0934209009482172,0.642740818919703,0.14491531489767,0.908067181923704 -7069,0.5,0.255951455205554,0.0927075061899705,0.625306685168575,0.0692219942122361,0.907084676944791 -7070,0.5,0.255951455205554,0.0802980722251539,0.597157982467724,0.0645328102372101,0.907435113417723 -7071,0.5,0.255951455205554,0.0582449870106769,0.575326395288244,0.0289390047736655,0.909564480310694 -7072,0.5,0.255951455205554,0.0301558313911345,0.547129442410816,0.0198113958127487,0.909784923108014 -7073,0.5,0.255951455205554,0.00187636444145738,0.516193674735518,0.0,0.903307073534369 -7074,0.5,0.255951455205554,0.0,0.492429492635917,0.0,0.885822298212179 -7075,0.5,0.255951455205554,0.0,0.467727511438001,0.0,0.81962517859783 -7076,0.5,0.255951455205554,0.0,0.4374087477347,0.0,0.752585804903459 -7077,0.5,0.255951455205554,0.0,0.407001416099908,0.0,0.675269966473446 -7078,0.5,0.255951455205554,0.0,0.381730221771519,0.0,0.495902300969361 -7079,0.5,0.255951455205554,0.0,0.352679672324322,0.0,0.296029409789449 -7080,0.5,0.255951455205554,0.0,0.320621941505236,0.0,0.0959184622835583 -7081,0.5,0.255951455205554,0.0,0.286749541927063,0.0,0.0416177822228896 -7082,0.5,0.255951455205554,0.0,0.25309705175157,0.0,0.049032994351429 -7083,0.5,0.255951455205554,0.0,0.228883214270561,0.0,0.0810445878097438 -7084,0.5,0.255951455205554,0.0,0.216236245905556,0.0,0.110679004507563 -7085,0.5,0.255951455205554,0.0,0.200230412637744,0.0,0.14168560212943 -7086,0.5,0.255951455205554,0.0,0.180805304966863,0.0,0.158732296935945 -7087,0.5,0.255951455205554,0.0,0.161551403231662,0.0,0.170986888200827 -7088,0.5,0.255951455205554,0.00331894112937601,0.146331439766746,0.00034442391076222,0.216772356601285 -7089,0.5,0.255951455205554,0.0407473342968274,0.13686495733269,0.00870394486889952,0.319902151654869 -7090,0.5,0.255951455205554,0.0882958524275482,0.131385204171371,0.0702108653143379,0.467594532818397 -7091,0.5,0.255951455205554,0.135799174921399,0.131646716828603,0.265554644084645,0.577607050397649 -7092,0.5,0.255951455205554,0.168539118011233,0.133309936930224,0.48099301116093,0.608451420631958 -7093,0.5,0.255951455205554,0.181581430628561,0.129112988404265,0.511096682674348,0.622575333488685 -7094,0.5,0.255951455205554,0.173838005570808,0.125833747881962,0.483647937364657,0.612640181233029 -7095,0.5,0.255951455205554,0.142555251720274,0.114414790817445,0.363349445084935,0.586782787861564 -7096,0.5,0.255951455205554,0.0834132307134894,0.0851319856865235,0.201148454472546,0.583057555464706 -7097,0.5,0.255951455205554,0.00558709446403814,0.0701568514232616,0.0,0.547605491499626 -7098,0.5,0.255951455205554,0.0,0.0699151351605136,0.0,0.49058801918843 -7099,0.5,0.255951455205554,0.0,0.0742276782349198,0.0,0.325455049666777 -7100,0.5,0.255951455205554,0.0,0.0824881991950267,0.0,0.380831018825898 -7101,0.5,0.255951455205554,0.0,0.0899921382876887,0.0,0.545059151784068 -7102,0.5,0.255951455205554,0.0,0.094235128343009,0.0,0.61341232599812 -7103,0.5,0.255951455205554,0.0,0.098578149645074,0.0,0.812696948309761 -7104,0.5,0.255951455205554,0.0,0.101043796441169,0.0,0.863946331084531 -7105,0.5,0.255951455205554,0.0,0.103780800660826,0.0,0.880828565500484 -7106,0.5,0.255951455205554,0.0,0.107103522088591,0.0,0.886933981565258 -7107,0.5,0.255951455205554,0.0,0.111195178050159,0.0,0.8543114210008 -7108,0.5,0.255951455205554,0.0,0.115218082107614,0.0,0.81479086360451 -7109,0.5,0.255951455205554,0.0,0.118230351078331,0.0,0.80179370734791 -7110,0.5,0.255951455205554,0.0,0.120075033186903,0.0,0.800989277915764 -7111,0.5,0.255951455205554,0.0,0.12591395220129,0.0,0.816882827869085 -7112,0.5,0.255951455205554,0.00890381169392439,0.134258594651001,0.0032204726774466,0.835612569980565 -7113,0.5,0.255951455205554,0.0831460524026859,0.150080423645561,0.0640330752362606,0.823903625679881 -7114,0.5,0.255951455205554,0.162503032129675,0.183614845551694,0.0404080425753548,0.806362586984918 -7115,0.5,0.255951455205554,0.229784866536073,0.219570207812994,0.0375382038412774,0.791979001197006 -7116,0.5,0.255951455205554,0.270697488971159,0.233296012710307,0.0409882270610855,0.759843627998545 -7117,0.5,0.255951455205554,0.278476695028827,0.24213644145312,0.0789897417385793,0.728274196575802 -7118,0.5,0.255951455205554,0.25424213290705,0.246000316154924,0.103017747588125,0.733595292438086 -7119,0.5,0.255951455205554,0.199650626830828,0.227442224578226,0.0964846186666966,0.757060309115885 -7120,0.5,0.255951455205554,0.117108647123985,0.186198584714352,0.0607223924579357,0.776305965864592 -7121,0.5,0.255951455205554,0.00413469542216653,0.167537386315312,0.0,0.80791155934457 -7122,0.5,0.255951455205554,0.0,0.169855013926423,0.0,0.865911295266584 -7123,0.5,0.255951455205554,0.0,0.17155726215188,0.0,0.899596028897336 -7124,0.5,0.255951455205554,0.0,0.173821327556809,0.0,0.908468508258375 -7125,0.5,0.255951455205554,0.0,0.172178003913932,0.0,0.877534895410818 -7126,0.5,0.255951455205554,0.0,0.169766690448907,0.0,0.831827813437606 -7127,0.5,0.255951455205554,0.0,0.172177650814879,0.0,0.76500899919733 -7128,0.5,0.255951455205554,0.0,0.174260075355717,0.0,0.712327487857989 -7129,0.5,0.255951455205554,0.0,0.180462541829377,0.0,0.458797538442443 -7130,0.5,0.255951455205554,0.0,0.194181523511394,0.0,0.243215979407486 -7131,0.5,0.255951455205554,0.0,0.205495736289213,0.0,0.481270675365754 -7132,0.5,0.255951455205554,0.0,0.212840496145454,0.0,0.387779508924258 -7133,0.5,0.255951455205554,0.0,0.215660349788673,0.0,0.330535660359993 -7134,0.5,0.255951455205554,0.0,0.216270217504083,0.0,0.252266590228792 -7135,0.5,0.255951455205554,0.0,0.198515153174752,0.0,0.179446484047368 -7136,0.5,0.255951455205554,0.0124670256552729,0.168492979328868,0.0,0.152574422889547 -7137,0.5,0.255951455205554,0.09097271200268,0.153883266469952,0.000301716585817604,0.157670905307631 -7138,0.5,0.255951455205554,0.174995918264807,0.159057104094007,0.0118675590098712,0.147475781722263 -7139,0.5,0.255951455205554,0.245136318439372,0.164474630104392,0.0558793589092224,0.125666240695134 -7140,0.5,0.255951455205554,0.286543653368085,0.156935286227827,0.0606065069317671,0.130659520089016 -7141,0.5,0.255951455205554,0.291341221192132,0.1400593192204,0.0537607225200687,0.181770930519944 -7142,0.5,0.255951455205554,0.256908950782497,0.120878819124119,0.0835317088053037,0.237540001196016 -7143,0.5,0.255951455205554,0.191199011232602,0.0970676948643419,0.0961417946124245,0.298773532041677 -7144,0.5,0.255951455205554,0.107670606068459,0.0667114443429961,0.121825201177303,0.383223541575909 -7145,0.5,0.255951455205554,0.00106932062489216,0.0535205486935673,0.0,0.453314884209692 -7146,0.5,0.255951455205554,0.0,0.046459800510504,0.0,0.482875589035221 -7147,0.5,0.255951455205554,0.0,0.0422605682282115,0.0,0.55148310108898 -7148,0.5,0.255951455205554,0.0,0.0418413888503779,0.0,0.619960322222474 -7149,0.5,0.255951455205554,0.0,0.043350706241638,0.0,0.691233745677272 -7150,0.5,0.255951455205554,0.0,0.0453564485737507,0.0,0.736692136408976 -7151,0.5,0.255951455205554,0.0,0.0469456614320506,0.0,0.775929259255948 -7152,0.5,0.255951455205554,0.0,0.050837231713866,0.0,0.799425284661786 -7153,0.5,0.255951455205554,0.0,0.0552896838080994,0.0,0.814856573021478 -7154,0.5,0.255951455205554,0.0,0.0610130158455539,0.0,0.8316289797661 -7155,0.5,0.255951455205554,0.0,0.0655582733728184,0.0,0.839053847873022 -7156,0.5,0.255951455205554,0.0,0.0677385477482364,0.0,0.845564750879692 -7157,0.5,0.255951455205554,0.0,0.0707699054892845,0.0,0.845047652086756 -7158,0.5,0.255951455205554,0.0,0.073456173934481,0.0,0.837321642880333 -7159,0.5,0.255951455205554,0.0,0.0764077889224932,0.0,0.846821140981665 -7160,0.5,0.255951455205554,0.00943111905689338,0.0785554755545175,0.00298902348932044,0.864292495320199 -7161,0.5,0.255951455205554,0.08415428980597,0.081262846226414,0.137364170652137,0.877519605153629 -7162,0.5,0.255951455205554,0.175211758709107,0.0978047092820422,0.293501150035162,0.894620603746022 -7163,0.5,0.255951455205554,0.267793774932064,0.132167402351421,0.417204015633659,0.905383073269607 -7164,0.5,0.255951455205554,0.344122228226741,0.170528855947319,0.486657222184826,0.913435455698607 -7165,0.5,0.255951455205554,0.389542604905459,0.206251318132264,0.50503091837539,0.921448216063137 -7166,0.5,0.255951455205554,0.384313095484565,0.229178330971835,0.391647193766457,0.928772663819991 -7167,0.5,0.255951455205554,0.323677112542539,0.20996534109733,0.234571038030781,0.931612753206107 -7168,0.5,0.255951455205554,0.187914227760983,0.174967366075457,0.121981867128127,0.930089088602489 -7169,0.5,0.255951455205554,0.00200270338125844,0.162714607657865,0.0,0.931115716079553 -7170,0.5,0.255951455205554,0.0,0.162017314393288,0.0,0.932780338189247 -7171,0.5,0.255951455205554,0.0,0.165942668556924,0.0,0.934363038472182 -7172,0.5,0.255951455205554,0.0,0.172225502417196,0.0,0.941660501073654 -7173,0.5,0.255951455205554,0.0,0.178330224003131,0.0,0.951641326293772 -7174,0.5,0.255951455205554,0.0,0.185012874707759,0.0,0.956860551937226 -7175,0.5,0.255951455205554,0.0,0.186597465799677,0.0,0.955587576272947 -7176,0.5,0.255951455205554,0.0,0.18430614879383,0.0,0.955716768730409 -7177,0.5,0.255951455205554,0.0,0.180300061728325,0.0,0.951156933423652 -7178,0.5,0.255951455205554,0.0,0.176997954806376,0.0,0.953930632207436 -7179,0.5,0.255951455205554,0.0,0.172239258234372,0.0,0.959955666914297 -7180,0.5,0.255951455205554,0.0,0.166419722104107,0.0,0.959949349480584 -7181,0.5,0.255951455205554,0.0,0.159023314943251,0.0,0.959475047172337 -7182,0.5,0.255951455205554,0.0,0.156572007235961,0.0,0.954591085145913 -7183,0.5,0.255951455205554,0.0,0.154557159963007,0.0,0.948125152623032 -7184,0.5,0.255951455205554,0.0158356355253215,0.149050381745594,0.000808346892208359,0.934931314245239 -7185,0.5,0.255951455205554,0.159955012283964,0.148164990823475,0.035612488669672,0.929574251102302 -7186,0.5,0.255951455205554,0.311319577373256,0.156043442913341,0.0263412662306457,0.925329238457831 -7187,0.5,0.255951455205554,0.436241507779438,0.165601220981833,0.0129972095602038,0.913989285901639 -7188,0.5,0.255951455205554,0.510672405301474,0.168767565134901,0.035050221872146,0.910106806543819 -7189,0.5,0.255951455205554,0.529411058834367,0.155383220529314,0.0797194388313436,0.909227476428719 -7190,0.5,0.255951455205554,0.491322091570764,0.136908015137067,0.191589324977262,0.895300752974849 -7191,0.5,0.255951455205554,0.397741030915025,0.108076451211747,0.06980830618747,0.868812353670081 -7192,0.5,0.255951455205554,0.201494570326937,0.0793145706884576,0.0368690429716805,0.852058028653105 -7193,0.5,0.255951455205554,0.00105993171247515,0.0754070059974367,0.0,0.826957246501384 -7194,0.5,0.255951455205554,0.0,0.0713209015226941,0.0,0.80860406461341 -7195,0.5,0.255951455205554,0.0,0.071370137852991,0.0,0.814294159103477 -7196,0.5,0.255951455205554,0.0,0.0749561623065389,0.0,0.821532315510496 -7197,0.5,0.255951455205554,0.0,0.0802775783409457,0.0,0.821862886798812 -7198,0.5,0.255951455205554,0.0,0.084677520409265,0.0,0.826682585861762 -7199,0.5,0.255951455205554,0.0,0.085690522868305,0.0,0.836128541565084 -7200,0.5,0.255951455205554,0.0,0.0878882453800519,0.0,0.838712899372108 -7201,0.5,0.255951455205554,0.0,0.0902385742574057,0.0,0.825813668825182 -7202,0.5,0.255951455205554,0.0,0.0937074823986366,0.0,0.810234651253095 -7203,0.5,0.255951455205554,0.0,0.0913049336654728,0.0,0.808606952553419 -7204,0.5,0.255951455205554,0.0,0.089477713327156,0.0,0.829979273968017 -7205,0.5,0.255951455205554,0.0,0.0917227680389783,0.0,0.851383572384999 -7206,0.5,0.255951455205554,0.0,0.0994583146198292,0.0,0.859997422894785 -7207,0.5,0.255951455205554,0.0,0.106829284497664,0.0,0.859943008153594 -7208,0.5,0.255951455205554,0.0143821625132086,0.109362751008336,0.000784457988011295,0.856497356121882 -7209,0.5,0.255951455205554,0.167705813555213,0.106873937715548,0.130745398428561,0.861875231692982 -7210,0.5,0.255951455205554,0.331267099412516,0.119596682341878,0.289405923463794,0.880096246713594 -7211,0.5,0.255951455205554,0.467407410133877,0.151912156162185,0.425137238674111,0.894395328388095 -7212,0.5,0.255951455205554,0.547193723580147,0.173256032328738,0.508015652102318,0.894086954050601 -7213,0.5,0.255951455205554,0.567772764864142,0.169026487153235,0.531970957629251,0.884008510156355 -7214,0.5,0.255951455205554,0.528687641967571,0.164662792496276,0.49635567493312,0.872229817954267 -7215,0.5,0.255951455205554,0.428078291726456,0.129346489348885,0.400338805508765,0.869013640714859 -7216,0.5,0.255951455205554,0.197914605704404,0.108952334757698,0.183574586531299,0.871756513774943 -7217,0.5,0.255951455205554,0.000182337641660974,0.129325641653894,0.0,0.871734049091599 -7218,0.5,0.255951455205554,0.0,0.13584322450905,0.0,0.877459230670391 -7219,0.5,0.255951455205554,0.0,0.137639229671989,0.0,0.887098491842288 -7220,0.5,0.255951455205554,0.0,0.142307906774711,0.0,0.896414279876531 -7221,0.5,0.255951455205554,0.0,0.147015752728997,0.0,0.897080252951268 -7222,0.5,0.255951455205554,0.0,0.149251097986287,0.0,0.888511355550161 -7223,0.5,0.255951455205554,0.0,0.153446173058734,0.0,0.870870654965522 -7224,0.5,0.255951455205554,0.0,0.154740484295477,0.0,0.841111307765038 -7225,0.5,0.255951455205554,0.0,0.151955340783133,0.0,0.761898152313764 -7226,0.5,0.255951455205554,0.0,0.150494794821141,0.0,0.342172120472634 -7227,0.5,0.255951455205554,0.0,0.147780506987837,0.0,0.43133657816271 -7228,0.5,0.255951455205554,0.0,0.144456438337401,0.0,0.596121970455149 -7229,0.5,0.255951455205554,0.0,0.136644100956326,0.0,0.575262431750336 -7230,0.5,0.255951455205554,0.0,0.124010734025197,0.0,0.572547210001735 -7231,0.5,0.255951455205554,0.0,0.107261060556174,0.0,0.569284304972603 -7232,0.5,0.255951455205554,0.0118460012232825,0.0888490639996914,0.0,0.520351518575394 -7233,0.5,0.255951455205554,0.147497201900523,0.0722926227718548,0.000227752132013419,0.497487902941185 -7234,0.5,0.255951455205554,0.284953554143108,0.071315494725996,0.00167409568961954,0.497101901851525 -7235,0.5,0.255951455205554,0.394126279986114,0.0856271787953573,0.0172912322725364,0.477306905568372 -7236,0.5,0.255951455205554,0.453719767058593,0.0945669737736618,0.0523870869391722,0.38823782386126 -7237,0.5,0.255951455205554,0.461740490507845,0.0919806899282513,0.118634593395123,0.352502799681548 -7238,0.5,0.255951455205554,0.421785582190895,0.0786756446705918,0.134470383656336,0.336228070716046 -7239,0.5,0.255951455205554,0.328314574887257,0.0596099774856575,0.0998967158939126,0.306496592302638 -7240,0.5,0.255951455205554,0.149091080582935,0.0426735084925847,0.0070641956917345,0.250450547951569 -7241,0.5,0.255951455205554,3.19964791437036e-05,0.0368289287224171,0.000450447042303127,0.191690532652874 -7242,0.5,0.255951455205554,0.0,0.0318479402735218,0.0,0.156204410759668 -7243,0.5,0.255951455205554,0.0,0.0290769194437637,0.0,0.12756157998845 -7244,0.5,0.255951455205554,0.0,0.0284013630568554,0.0,0.110612363885158 -7245,0.5,0.255951455205554,0.0,0.0311856105711189,0.0,0.119619222967693 -7246,0.5,0.255951455205554,0.0,0.0341071191761754,0.0,0.132495780847122 -7247,0.5,0.255951455205554,0.0,0.0316191250451601,0.0,0.152423448587915 -7248,0.5,0.255951455205554,0.0,0.0279591389327777,0.0,0.134179947605792 -7249,0.5,0.255951455205554,0.0,0.0239650652981155,0.0,0.10047671859242 -7250,0.5,0.255951455205554,0.0,0.0235236665517826,0.0,0.0789096045827825 -7251,0.5,0.255951455205554,0.0,0.0247071497548106,0.0,0.0759147493516653 -7252,0.5,0.255951455205554,0.0,0.0234321196172572,0.0,0.0940301970244417 -7253,0.5,0.255951455205554,0.0,0.0227348759149859,0.0,0.13842238139605 -7254,0.5,0.255951455205554,0.0,0.0229707770369467,0.0,0.182726669740628 -7255,0.5,0.255951455205554,0.0,0.0221267737342098,0.0,0.221186532735149 -7256,0.5,0.255951455205554,0.00494441978051708,0.0217014706510218,0.0,0.282758560304171 -7257,0.5,0.255951455205554,0.0748513187471877,0.0221725641856038,0.0792134151931609,0.311046605981334 -7258,0.5,0.255951455205554,0.151981197029797,0.0248623484065379,0.175627937793206,0.265822081580902 -7259,0.5,0.255951455205554,0.218914537261581,0.0264317035866416,0.263799369291333,0.282391349130951 -7260,0.5,0.255951455205554,0.266156162249834,0.0270217111748507,0.340583947888536,0.321997381897057 -7261,0.5,0.255951455205554,0.281587479244002,0.0283905242806374,0.370458187505729,0.392072848165886 -7262,0.5,0.255951455205554,0.256880345533412,0.0273947408852093,0.34530220327564,0.460689083865285 -7263,0.5,0.255951455205554,0.198994796780268,0.0245742666483701,0.262323030788211,0.496403048733192 -7264,0.5,0.255951455205554,0.105590842340469,0.0215675732035839,0.136492136859736,0.52859505833764 -7265,0.5,0.255951455205554,9.0481564332259e-05,0.0221754817347807,0.0,0.564081467973814 -7266,0.5,0.255951455205554,0.0,0.0224989586045466,0.0,0.538878976919786 -7267,0.5,0.255951455205554,0.0,0.0242796154666105,0.0,0.500870755486303 -7268,0.5,0.255951455205554,0.0,0.0273022839232292,0.0,0.438963090344302 -7269,0.5,0.255951455205554,0.0,0.0311239038325005,0.0,0.481294967588814 -7270,0.5,0.255951455205554,0.0,0.0355425354223322,0.0,0.549655710030116 -7271,0.5,0.255951455205554,0.0,0.0376683691565196,0.0,0.579996994402531 -7272,0.5,0.255951455205554,0.0,0.0394493871336629,0.0,0.582710501665776 -7273,0.5,0.255951455205554,0.0,0.0405444423292755,0.0,0.605058206421518 -7274,0.5,0.255951455205554,0.0,0.0434177360416902,0.0,0.611192829507392 -7275,0.5,0.255951455205554,0.0,0.0471678852905361,0.0,0.559851309100876 -7276,0.5,0.255951455205554,0.0,0.0493409401878367,0.0,0.528972617851581 -7277,0.5,0.255951455205554,0.0,0.0513740142685659,0.0,0.510991623564728 -7278,0.5,0.255951455205554,0.0,0.0535480420165469,0.0,0.432039658545538 -7279,0.5,0.255951455205554,0.0,0.0556537585724764,0.0,0.380555621598007 -7280,0.5,0.255951455205554,0.00512957860655398,0.0570101907271719,0.0,0.349003580866033 -7281,0.5,0.255951455205554,0.0845418028325451,0.0573287897904828,0.0019897838137884,0.373129271805186 -7282,0.5,0.255951455205554,0.181295963654617,0.0592401317700511,0.00797384570771381,0.342155062953214 -7283,0.5,0.255951455205554,0.272836515558182,0.0636276929622303,0.0191526950800444,0.350807376547707 -7284,0.5,0.255951455205554,0.333931017718019,0.0697344923918403,0.0347437490505695,0.324739645827307 -7285,0.5,0.255951455205554,0.350916203926145,0.0709122162724122,0.0503248518745251,0.282455935939783 -7286,0.5,0.255951455205554,0.326861715871794,0.069742613366371,0.065084650407137,0.25560700104362 -7287,0.5,0.255951455205554,0.258478082829644,0.0671876601030337,0.0188756267131992,0.219836549656577 -7288,0.5,0.255951455205554,0.13198655995403,0.0576329158875279,0.00496190497151946,0.193031003874744 -7289,0.5,0.255951455205554,3.00127504736254e-05,0.0616777230597451,0.000209093552675165,0.170137948421701 -7290,0.5,0.255951455205554,0.0,0.0623346471036745,0.0,0.126951815092967 -7291,0.5,0.255951455205554,0.0,0.0628429059591123,0.0,0.0931040053348401 -7292,0.5,0.255951455205554,0.0,0.0649106425867021,0.0,0.088695529402352 -7293,0.5,0.255951455205554,0.0,0.0671353936453414,0.0,0.100937723782312 -7294,0.5,0.255951455205554,0.0,0.0698869013790231,0.0,0.117739907732077 -7295,0.5,0.255951455205554,0.0,0.0737171540283172,0.0,0.161674650879366 -7296,0.5,0.255951455205554,0.0,0.0756269499494819,0.0,0.195037018221897 -7297,0.5,0.255951455205554,0.0,0.0765109047630096,0.0,0.2238662409925 -7298,0.5,0.255951455205554,0.0,0.0785749148983228,0.0,0.298917095873082 -7299,0.5,0.255951455205554,0.0,0.0814217149066507,0.0,0.354329296263127 -7300,0.5,0.255951455205554,0.0,0.0833521400736697,0.0,0.469131286069094 -7301,0.5,0.255951455205554,0.0,0.0868682423830566,0.0,0.607303610660154 -7302,0.5,0.255951455205554,0.0,0.0932768071597552,0.0,0.682594150194391 -7303,0.5,0.255951455205554,0.0,0.100118793238466,0.0,0.738315353202789 -7304,0.5,0.255951455205554,0.00566858124990991,0.108852529769111,0.0,0.791201651995469 -7305,0.5,0.255951455205554,0.126204940243035,0.108521872723098,0.0671175591589113,0.828850425270799 -7306,0.5,0.255951455205554,0.274971111603597,0.121930259470968,0.204361434219851,0.854599870841865 -7307,0.5,0.255951455205554,0.402218552530318,0.151297307366799,0.35101338720187,0.868507192728696 -7308,0.5,0.255951455205554,0.479752193896856,0.184568139888462,0.46308269405314,0.87745070094358 -7309,0.5,0.255951455205554,0.501624224050076,0.207579119622621,0.487316480050873,0.895734124190639 -7310,0.5,0.255951455205554,0.466996257233151,0.204455346722729,0.45277909891098,0.881696581742411 -7311,0.5,0.255951455205554,0.376324147733741,0.180220433583761,0.360389156223343,0.854896282237399 -7312,0.5,0.255951455205554,0.16166931718377,0.160378415822576,0.149346919010524,0.822849617964656 -7313,0.5,0.255951455205554,0.0,0.1710005555194,0.0,0.799318158901407 -7314,0.5,0.255951455205554,0.0,0.17568369341537,0.0,0.794550777855118 -7315,0.5,0.255951455205554,0.0,0.178081847078477,0.0,0.725871573798503 -7316,0.5,0.255951455205554,0.0,0.170952165113338,0.0,0.581580634994343 -7317,0.5,0.255951455205554,0.0,0.161882228574228,0.0,0.560257677259412 -7318,0.5,0.255951455205554,0.0,0.161246596997461,0.0,0.526875712292934 -7319,0.5,0.255951455205554,0.0,0.161432517853585,0.0,0.455545846862899 -7320,0.5,0.255951455205554,0.0,0.163321432172328,0.0,0.384354363755591 -7321,0.5,0.255951455205554,0.0,0.161869767278634,0.0,0.275450833165482 -7322,0.5,0.255951455205554,0.0,0.158742288098534,0.0,0.332321421255751 -7323,0.5,0.255951455205554,0.0,0.154522329031617,0.0,0.458080069920656 -7324,0.5,0.255951455205554,0.0,0.152130395306887,0.0,0.607157247983399 -7325,0.5,0.255951455205554,0.0,0.15243830150894,0.0,0.664532713443174 -7326,0.5,0.255951455205554,0.0,0.159240623591845,0.0,0.653810002558784 -7327,0.5,0.255951455205554,0.0,0.170159870604183,0.0,0.746180496289824 -7328,0.5,0.255951455205554,0.00514664353470563,0.180779908501356,0.0,0.828139320736473 -7329,0.5,0.255951455205554,0.119413355955297,0.192446359091304,0.0684471939112838,0.846936785444622 -7330,0.5,0.255951455205554,0.251831456463773,0.232261257905235,0.0690620120712326,0.892466122500145 -7331,0.5,0.255951455205554,0.362265928761451,0.285350691711626,0.101106655345016,0.928918155531259 -7332,0.5,0.255951455205554,0.42755193788596,0.338353041508129,0.0401951662084732,0.934436359296392 -7333,0.5,0.255951455205554,0.445324131605817,0.367637655747233,0.0168364372753215,0.938352465176363 -7334,0.5,0.255951455205554,0.416908323046082,0.388467041276268,0.0469131876203222,0.934413674800326 -7335,0.5,0.255951455205554,0.328320441017756,0.34834513035944,0.362331815260689,0.930589330481682 -7336,0.5,0.255951455205554,0.135026128615064,0.315542064238771,0.143433653741147,0.931841470585464 -7337,0.5,0.255951455205554,2.76840298354686e-05,0.327268216481678,0.0,0.934456966085857 -7338,0.5,0.255951455205554,0.0,0.340161467793878,0.0,0.939099874183206 -7339,0.5,0.255951455205554,0.0,0.358336448844466,0.0,0.943617341368346 -7340,0.5,0.255951455205554,0.0,0.368618174259817,0.0,0.785696068654375 -7341,0.5,0.255951455205554,0.0,0.365283803667789,0.0,0.53709623039143 -7342,0.5,0.255951455205554,0.0,0.360155491978651,0.0,0.424725520300227 -7343,0.5,0.255951455205554,0.0,0.364738439247238,0.0,0.302796482520257 -7344,0.5,0.255951455205554,0.0,0.370945087840218,0.0,0.187119073159222 -7345,0.5,0.255951455205554,0.0,0.375205375065746,0.0,0.138772779963052 -7346,0.5,0.255951455205554,0.0,0.382420778150437,0.0,0.190653899857583 -7347,0.5,0.255951455205554,0.0,0.390375609222569,0.0,0.29332873180178 -7348,0.5,0.255951455205554,0.0,0.401071764134745,0.0,0.307569988886739 -7349,0.5,0.255951455205554,0.0,0.420138135498751,0.0,0.383329722934357 -7350,0.5,0.255951455205554,0.0,0.439523187925497,0.0,0.484769479444226 -7351,0.5,0.255951455205554,0.0,0.454197366494279,0.0,0.472036092826875 -7352,0.5,0.255951455205554,0.00238611621252795,0.483834660275866,0.0,0.643681787958292 -7353,0.5,0.255951455205554,0.039078724899947,0.492720150050009,0.00399110223299712,0.918818107300503 -7354,0.5,0.255951455205554,0.0858437174993392,0.497775225948059,0.0438363167198138,0.9299777535745 -7355,0.5,0.255951455205554,0.127882534945326,0.542751450249446,0.104693374617425,0.801415861906016 -7356,0.5,0.255951455205554,0.161937643366331,0.558540865337658,0.00800565100474124,0.860480617939555 -7357,0.5,0.255951455205554,0.173829584063035,0.526753617472485,0.0670259900143904,0.963813016021658 -7358,0.5,0.255951455205554,0.169295728128295,0.473128799762513,0.129064668172021,0.97729724845723 -7359,0.5,0.255951455205554,0.14027842127803,0.434287074138113,0.138074599156065,0.967855692255961 -7360,0.5,0.255951455205554,0.0648767689319973,0.390114915713128,0.0695491732824391,0.962352587235138 -7361,0.5,0.255951455205554,7.79096350404708e-05,0.355932036122797,0.0,0.939933351879408 -7362,0.5,0.255951455205554,0.0,0.353396429010341,0.0,0.931580035854086 -7363,0.5,0.255951455205554,0.0,0.370792784730312,0.0,0.927120802872196 -7364,0.5,0.255951455205554,0.0,0.389416466703181,0.0,0.929042082277661 -7365,0.5,0.255951455205554,0.0,0.412727036113089,0.0,0.930629912474609 -7366,0.5,0.255951455205554,0.0,0.443469786574233,0.0,0.93260668792546 -7367,0.5,0.255951455205554,0.0,0.470988129808807,0.0,0.935742828951268 -7368,0.5,0.255951455205554,0.0,0.495507464018031,0.0,0.938484743727892 -7369,0.5,0.255951455205554,0.0,0.508123981947664,0.0,0.935088820379599 -7370,0.5,0.255951455205554,0.0,0.507117603220958,0.0,0.863979128620027 -7371,0.5,0.255951455205554,0.0,0.48899600469639,0.0,0.643970471453937 -7372,0.5,0.255951455205554,0.0,0.466834426423036,0.0,0.375687699041865 -7373,0.5,0.255951455205554,0.0,0.459964545310241,0.0,0.229195410196517 -7374,0.5,0.255951455205554,0.0,0.458420672309643,0.0,0.153250136324678 -7375,0.5,0.255951455205554,0.0,0.448262480354143,0.0,0.113046479259994 -7376,0.5,0.255951455205554,0.00223909618598877,0.433762256615113,0.0,0.0951046116716765 -7377,0.5,0.255951455205554,0.0563466840245214,0.425537683803262,0.00875505309232539,0.085384553480181 -7378,0.5,0.255951455205554,0.133551043839511,0.418048144883148,0.0298247471608284,0.0850877471577051 -7379,0.5,0.255951455205554,0.199482963730231,0.424464744148336,0.0800662214026908,0.0726519953768978 -7380,0.5,0.255951455205554,0.236252221363297,0.423719540999368,0.0913409367503443,0.0843173255719536 -7381,0.5,0.255951455205554,0.24375515716677,0.390290577283585,0.106181714033908,0.103606673108543 -7382,0.5,0.255951455205554,0.218286943110785,0.30900812401284,0.06366865134214,0.116110547613769 -7383,0.5,0.255951455205554,0.155573243161287,0.221724192893871,0.0234618711074424,0.117557108443362 -7384,0.5,0.255951455205554,0.0605760629587622,0.153584051260521,0.00512405885762844,0.129665821284165 -7385,0.5,0.255951455205554,8.45986841710233e-05,0.11121843376058,0.0,0.146385684904981 -7386,0.5,0.255951455205554,0.0,0.0822020507781532,0.0,0.181963186481193 -7387,0.5,0.255951455205554,0.0,0.0707473882093391,0.0,0.282530059349463 -7388,0.5,0.255951455205554,0.0,0.065741380210284,0.0,0.285195329756402 -7389,0.5,0.255951455205554,0.0,0.0637842278881525,0.0,0.245836944081834 -7390,0.5,0.255951455205554,0.0,0.0603475590224407,0.0,0.163590869809134 -7391,0.5,0.255951455205554,0.0,0.0594330763333866,0.0,0.123618990032657 -7392,0.5,0.255951455205554,0.0,0.0670615212358361,0.0,0.0953822442076047 -7393,0.5,0.255951455205554,0.0,0.0763940494326063,0.0,0.0798347152838202 -7394,0.5,0.255951455205554,0.0,0.0843416961206597,0.0,0.0596272698767046 -7395,0.5,0.255951455205554,0.0,0.0880210788704481,0.0,0.0441243483058274 -7396,0.5,0.255951455205554,0.0,0.0864267906596633,0.0,0.0283164352453416 -7397,0.5,0.255951455205554,0.0,0.0848805817037184,0.0,0.0193215924258883 -7398,0.5,0.255951455205554,0.0,0.0895473712852797,0.0,0.0136113419248834 -7399,0.5,0.255951455205554,0.0,0.0939427773091776,0.0,0.00921362528524961 -7400,0.5,0.255951455205554,0.00100585784938031,0.0985294478954,0.0,0.00862354923642401 -7401,0.5,0.255951455205554,0.0234616312653523,0.10501977442731,0.000241772395564367,0.0158634214774153 -7402,0.5,0.255951455205554,0.0545640565861015,0.113496200609978,0.00073890594420824,0.0235458570853505 -7403,0.5,0.255951455205554,0.0865919737170563,0.130984373455178,0.0035740059825877,0.0245936781797302 -7404,0.5,0.255951455205554,0.112353376996693,0.141976265982098,0.00645927725939703,0.0164267912490315 -7405,0.5,0.255951455205554,0.116846430147859,0.139692603775413,0.00958108351311703,0.0115191909154151 -7406,0.5,0.255951455205554,0.0970459445343044,0.126917608716934,0.00794265632232099,0.00873087830210584 -7407,0.5,0.255951455205554,0.0613079738516421,0.107759411459801,0.00753046231762617,0.00711469175978171 -7408,0.5,0.255951455205554,0.0261683597551281,0.0867647975309658,0.00253897123325599,0.00771863290411227 -7409,0.5,0.255951455205554,0.000183128351267957,0.0729139628468242,0.0,0.00721219857861602 -7410,0.5,0.255951455205554,0.0,0.0759182776493477,0.0,0.00881511630830895 -7411,0.5,0.255951455205554,0.0,0.0776951626093194,0.0,0.0141166065383623 -7412,0.5,0.255951455205554,0.0,0.0760909694285979,0.0,0.0222472881711411 -7413,0.5,0.255951455205554,0.0,0.0753243000009579,0.0,0.0304340267254619 -7414,0.5,0.255951455205554,0.0,0.0735936671525374,0.0,0.0324932582661117 -7415,0.5,0.255951455205554,0.0,0.0780007319426531,0.0,0.0300327932319948 -7416,0.5,0.255951455205554,0.0,0.0799543505057949,0.0,0.0213037686740238 -7417,0.5,0.255951455205554,0.0,0.080022944784023,0.0,0.0158954445034067 -7418,0.5,0.255951455205554,0.0,0.0793997551552091,0.0,0.0135649232197278 -7419,0.5,0.255951455205554,0.0,0.0770085426287729,0.0,0.0205100100684363 -7420,0.5,0.255951455205554,0.0,0.0739603223202678,0.0,0.0328829868234202 -7421,0.5,0.255951455205554,0.0,0.07525995679237,0.0,0.0496793306001379 -7422,0.5,0.255951455205554,0.0,0.0745446168224686,0.0,0.0595193133927156 -7423,0.5,0.255951455205554,0.0,0.0711786326990037,0.0,0.0623673183416834 -7424,0.5,0.255951455205554,0.000378312823384316,0.0685616029145647,0.0,0.060482251531748 -7425,0.5,0.255951455205554,0.0401248950493674,0.0731283706791384,0.0660814806408685,0.0712681731792096 -7426,0.5,0.255951455205554,0.11645393379546,0.0799039426291157,0.232789479046316,0.0973229123999824 -7427,0.5,0.255951455205554,0.190205048670267,0.0838538570831947,0.379121309319101,0.125061638793815 -7428,0.5,0.255951455205554,0.243791959621454,0.0798973909912874,0.467373347375138,0.131172343069035 -7429,0.5,0.255951455205554,0.263024938160078,0.0707236040236842,0.475671114414224,0.16577313747499 -7430,0.5,0.255951455205554,0.237929318618685,0.0662309769347746,0.439386361574538,0.235101377544669 -7431,0.5,0.255951455205554,0.178065104176511,0.0542648067722179,0.358602341728729,0.325741056740136 -7432,0.5,0.255951455205554,0.0672903145808679,0.0348153953177983,0.115515481614426,0.474688537366688 -7433,0.5,0.255951455205554,2.32061461131457e-05,0.0350177604056541,0.0,0.590939338335618 -7434,0.5,0.255951455205554,0.0,0.0355289395584285,0.0,0.625314131262874 -7435,0.5,0.255951455205554,0.0,0.038020291878758,0.0,0.627950521268158 -7436,0.5,0.255951455205554,0.0,0.0425825262243574,0.0,0.668810356038166 -7437,0.5,0.255951455205554,0.0,0.0476888804458895,0.0,0.742712845545445 -7438,0.5,0.255951455205554,0.0,0.0529497363420808,0.0,0.799943423381446 -7439,0.5,0.255951455205554,0.0,0.0573801097365698,0.0,0.824708543379317 -7440,0.5,0.255951455205554,0.0,0.060769280699642,0.0,0.844825928266527 -7441,0.5,0.255951455205554,0.0,0.0643319462113923,0.0,0.859012363811517 -7442,0.5,0.255951455205554,0.0,0.0708912182186468,0.0,0.865723445858573 -7443,0.5,0.255951455205554,0.0,0.0819436445163067,0.0,0.872204278060106 -7444,0.5,0.255951455205554,0.0,0.0909435154554331,0.0,0.883998568606505 -7445,0.5,0.255951455205554,0.0,0.0953188809420335,0.0,0.893724155430153 -7446,0.5,0.255951455205554,0.0,0.0981770204778079,0.0,0.899341998620876 -7447,0.5,0.255951455205554,0.0,0.106961218632231,0.0,0.900584572727001 -7448,0.5,0.255951455205554,0.000376838228271474,0.119338063961351,0.0,0.902824115106871 -7449,0.5,0.255951455205554,0.057021604191276,0.121380190121518,0.0170331654091196,0.904305207629471 -7450,0.5,0.255951455205554,0.156084220287389,0.148610968417597,0.0539992993136911,0.905241907890718 -7451,0.5,0.255951455205554,0.242240360113497,0.215562361403653,0.233971193518489,0.907430744931671 -7452,0.5,0.255951455205554,0.289074519484796,0.282502229596694,0.302279768774843,0.910644824219497 -7453,0.5,0.255951455205554,0.292522194678556,0.336653248098124,0.211052304251058,0.912911359504274 -7454,0.5,0.255951455205554,0.2631422192091,0.360606286213006,0.0557842906331826,0.91341719252997 -7455,0.5,0.255951455205554,0.199433634774624,0.361971582296329,0.028728013178597,0.913460508857048 -7456,0.5,0.255951455205554,0.0817228754520341,0.340740298317826,0.0139878715004155,0.91339488280796 -7457,0.5,0.255951455205554,4.07424280103159e-05,0.324936002529079,0.0,0.917080544441909 -7458,0.5,0.255951455205554,0.0,0.330915715145794,0.0,0.9256510906146 -7459,0.5,0.255951455205554,0.0,0.344047397769167,0.0,0.932032363327583 -7460,0.5,0.255951455205554,0.0,0.362244453917772,0.0,0.944633083787526 -7461,0.5,0.255951455205554,0.0,0.377517391363812,0.0,0.948827562723913 -7462,0.5,0.255951455205554,0.0,0.386798947204295,0.0,0.937882423184627 -7463,0.5,0.255951455205554,0.0,0.403804576209392,0.0,0.924488415959023 -7464,0.5,0.255951455205554,0.0,0.417514010773329,0.0,0.91758456789089 -7465,0.5,0.255951455205554,0.0,0.419288046145011,0.0,0.925598713296329 -7466,0.5,0.255951455205554,0.0,0.416969675387288,0.0,0.939600667861549 -7467,0.5,0.255951455205554,0.0,0.419756798296963,0.0,0.932123065798233 -7468,0.5,0.255951455205554,0.0,0.406264016604808,0.0,0.944547194382063 -7469,0.5,0.255951455205554,0.0,0.400546659088096,0.0,0.950599563949922 -7470,0.5,0.255951455205554,0.0,0.406406929280115,0.0,0.934336867946824 -7471,0.5,0.255951455205554,0.0,0.395341511127759,0.0,0.937885970892399 -7472,0.5,0.255951455205554,0.000337144367832985,0.375249115205908,0.0,0.95370490238047 -7473,0.5,0.255951455205554,0.041343883449476,0.362776386294325,0.00198914896944964,0.962979491537226 -7474,0.5,0.255951455205554,0.123510191605181,0.377656890786606,0.0249010417342143,0.963650126636053 -7475,0.5,0.255951455205554,0.214932439392634,0.380447449902711,0.0113840704287035,0.962200809709224 -7476,0.5,0.255951455205554,0.282040370602565,0.352696553970352,0.0145817764673578,0.948564214047983 -7477,0.5,0.255951455205554,0.307134520096869,0.317829058909332,0.0203953919143266,0.919083546243547 -7478,0.5,0.255951455205554,0.284777403213552,0.26906417272575,0.0521443753422165,0.802162610664574 -7479,0.5,0.255951455205554,0.219509660818706,0.201783162098631,0.0306893130363909,0.660601456158332 -7480,0.5,0.255951455205554,0.0894214024571204,0.140892178760706,0.00502256418613722,0.700728425071685 -7481,0.5,0.255951455205554,4.40906692302028e-06,0.110881683107734,0.0,0.769339155478509 -7482,0.5,0.255951455205554,0.0,0.0983970679702459,0.0,0.85812533923008 -7483,0.5,0.255951455205554,0.0,0.091354167776782,0.0,0.814168202766798 -7484,0.5,0.255951455205554,0.0,0.0916370560882148,0.0,0.709316315136455 -7485,0.5,0.255951455205554,0.0,0.0944444930402864,0.0,0.731160329264219 -7486,0.5,0.255951455205554,0.0,0.0902419394837339,0.0,0.83419287425911 -7487,0.5,0.255951455205554,0.0,0.0911235888113389,0.0,0.806749358183511 -7488,0.5,0.255951455205554,0.0,0.0917019965294884,0.0,0.80983764975183 -7489,0.5,0.255951455205554,0.0,0.0842157697621835,0.0,0.807357565131171 -7490,0.5,0.255951455205554,0.0,0.0852134435550431,0.0,0.804541406635592 -7491,0.5,0.255951455205554,0.0,0.0964053481474035,0.0,0.840104614640956 -7492,0.5,0.255951455205554,0.0,0.105793275348228,0.0,0.867941859087746 -7493,0.5,0.255951455205554,0.0,0.110704796739519,0.0,0.872171509950187 -7494,0.5,0.255951455205554,0.0,0.109670492463983,0.0,0.880547703118771 -7495,0.5,0.255951455205554,0.0,0.113125512753074,0.0,0.891309661748541 -7496,0.5,0.255951455205554,0.000272820988540389,0.117502180812095,0.0,0.899147718210761 -7497,0.5,0.255951455205554,0.043650797303188,0.117903449503554,0.0357706816132055,0.901810366519882 -7498,0.5,0.255951455205554,0.131782993973391,0.13342980020959,0.152902887388099,0.902214288694321 -7499,0.5,0.255951455205554,0.219881618212311,0.150639322335686,0.27297739752476,0.893547894817681 -7500,0.5,0.255951455205554,0.279514404379083,0.156496978402873,0.343942741629444,0.884952402054608 -7501,0.5,0.255951455205554,0.310128432445047,0.156728283121807,0.345619915161931,0.849966999883485 -7502,0.5,0.255951455205554,0.289866594574515,0.137037246414935,0.308205849054795,0.821687511296769 -7503,0.5,0.255951455205554,0.212982168270601,0.104770454081389,0.274475032698175,0.805782952707022 -7504,0.5,0.255951455205554,0.0925095950456653,0.0843537443352815,0.0919449923502221,0.771741558020805 -7505,0.5,0.255951455205554,6.1750942690964e-06,0.0791451209539278,0.0,0.791523992884383 -7506,0.5,0.255951455205554,0.0,0.0734374514782894,0.0,0.767970912547502 -7507,0.5,0.255951455205554,0.0,0.0663587271032255,0.0,0.775720027496803 -7508,0.5,0.255951455205554,0.0,0.0570867225195479,0.0,0.727012586238129 -7509,0.5,0.255951455205554,0.0,0.0490327939830253,0.0,0.60698583195808 -7510,0.5,0.255951455205554,0.0,0.0449727486624454,0.0,0.56692229125044 -7511,0.5,0.255951455205554,0.0,0.0420047831930023,0.0,0.56190584722661 -7512,0.5,0.255951455205554,0.0,0.0404641845468286,0.0,0.501682456281412 -7513,0.5,0.255951455205554,0.0,0.0414387322343921,0.0,0.537968696541533 -7514,0.5,0.255951455205554,0.0,0.0469018487498644,0.0,0.602495170868712 -7515,0.5,0.255951455205554,0.0,0.0544765274900377,0.0,0.668978359863322 -7516,0.5,0.255951455205554,0.0,0.0642435603042835,0.0,0.741243908158198 -7517,0.5,0.255951455205554,0.0,0.0738412536329657,0.0,0.713626701005433 -7518,0.5,0.255951455205554,0.0,0.0837762045655769,0.0,0.62359906992497 -7519,0.5,0.255951455205554,0.0,0.0955163517584351,0.0,0.467123728960714 -7520,0.5,0.255951455205554,0.000504746574731286,0.108349877619694,0.0,0.364894348607626 -7521,0.5,0.255951455205554,0.0617484677104022,0.114447787978627,0.00976773886201027,0.405191856662488 -7522,0.5,0.255951455205554,0.165959899614331,0.124242530468032,0.0469141626208132,0.442755437913348 -7523,0.5,0.255951455205554,0.266270011463163,0.143082951501797,0.0660383161959029,0.649956372920023 -7524,0.5,0.255951455205554,0.331873579390569,0.171966511271976,0.135655761339989,0.770211260045969 -7525,0.5,0.255951455205554,0.349149355079637,0.208197629312674,0.203672234373446,0.81742829646679 -7526,0.5,0.255951455205554,0.309720323097486,0.210910612779627,0.231728008591422,0.800956164669244 -7527,0.5,0.255951455205554,0.222262081357425,0.174412917971243,0.135946083580713,0.788825302194424 -7528,0.5,0.255951455205554,0.0809546897235941,0.147990644316271,0.0209781176464992,0.770065034482128 -7529,0.5,0.255951455205554,7.17696010335179e-06,0.126908373165557,0.0,0.766455205542304 -7530,0.5,0.255951455205554,0.0,0.11667085294275,0.0,0.844452670330573 -7531,0.5,0.255951455205554,0.0,0.111064772653793,0.0,0.872892859360303 -7532,0.5,0.255951455205554,0.0,0.104742698352627,0.0,0.878286901938599 -7533,0.5,0.255951455205554,0.0,0.0887909789325503,0.0,0.881867701363138 -7534,0.5,0.255951455205554,0.0,0.0723153464623125,0.0,0.830347815837502 -7535,0.5,0.255951455205554,0.0,0.0570488198238827,0.0,0.759208708884284 -7536,0.5,0.255951455205554,0.0,0.0484780693298534,0.0,0.650390274412974 -7537,0.5,0.255951455205554,0.0,0.0426077302127329,0.0,0.559094878572565 -7538,0.5,0.255951455205554,0.0,0.0372108400193679,0.0,0.478390636952642 -7539,0.5,0.255951455205554,0.0,0.0337809379203307,0.0,0.544314643823197 -7540,0.5,0.255951455205554,0.0,0.0323597887149371,0.0,0.577670404332012 -7541,0.5,0.255951455205554,0.0,0.033680496118518,0.0,0.482581011830289 -7542,0.5,0.255951455205554,0.0,0.0378968016776828,0.0,0.381201971497774 -7543,0.5,0.255951455205554,0.0,0.0441794475962245,0.0,0.434129576895146 -7544,0.5,0.255951455205554,0.000350424351654598,0.0514790649504069,0.0,0.581051935611934 -7545,0.5,0.255951455205554,0.0617298035292083,0.0562032181409561,0.0458767953021784,0.555733222567213 -7546,0.5,0.255951455205554,0.169723666311014,0.065069592661991,0.209119997002629,0.461452708003841 -7547,0.5,0.255951455205554,0.259773373559505,0.0819542583916988,0.346397584028719,0.468104634319434 -7548,0.5,0.255951455205554,0.298566789222196,0.100233661569984,0.42999542843785,0.55834309784218 -7549,0.5,0.255951455205554,0.291942327536038,0.107535459413918,0.448463568203721,0.612444400635969 -7550,0.5,0.255951455205554,0.24860300112683,0.10959969058632,0.321150310095419,0.660881444566064 -7551,0.5,0.255951455205554,0.180288892275307,0.105598339725502,0.138523983958066,0.730001498937004 -7552,0.5,0.255951455205554,0.0688057946286867,0.11270981706612,0.0707911449740467,0.746636107578054 -7553,0.5,0.255951455205554,7.91510621894712e-06,0.122322747309592,0.0,0.760490118132945 -7554,0.5,0.255951455205554,0.0,0.127845348709907,0.0,0.82310559644394 -7555,0.5,0.255951455205554,0.0,0.138744549081805,0.0,0.853936206949322 -7556,0.5,0.255951455205554,0.0,0.152402386680476,0.0,0.869395627624868 -7557,0.5,0.255951455205554,0.0,0.158080125728211,0.0,0.876332582567609 -7558,0.5,0.255951455205554,0.0,0.15275610988197,0.0,0.885363366308682 -7559,0.5,0.255951455205554,0.0,0.149242197806581,0.0,0.90363200757566 -7560,0.5,0.255951455205554,0.0,0.152663205217112,0.0,0.893284356007451 -7561,0.5,0.255951455205554,0.0,0.157513590466703,0.0,0.897249896993073 -7562,0.5,0.255951455205554,0.0,0.164289870584606,0.0,0.912279749835948 -7563,0.5,0.255951455205554,0.0,0.173811627149501,0.0,0.952229626726969 -7564,0.5,0.255951455205554,0.0,0.178341253585792,0.0,0.959822975057368 -7565,0.5,0.255951455205554,0.0,0.17671475276808,0.0,0.944971683190441 -7566,0.5,0.255951455205554,0.0,0.180561230153766,0.0,0.902116258979687 -7567,0.5,0.255951455205554,0.0,0.177009779887618,0.0,0.850412273920031 -7568,0.5,0.255951455205554,0.000188100834495219,0.167243323885546,0.0,0.810159748310378 -7569,0.5,0.255951455205554,0.0477200412494402,0.151611766441608,0.00200058146634644,0.770612910766154 -7570,0.5,0.255951455205554,0.132432827156667,0.139098267732008,0.0174502893193473,0.730590988851491 -7571,0.5,0.255951455205554,0.212919546526393,0.129763050858946,0.0414296296217756,0.641709417509091 -7572,0.5,0.255951455205554,0.262552153887691,0.119019906574719,0.057865634277422,0.524131179765611 -7573,0.5,0.255951455205554,0.270342583503947,0.0987308271655011,0.0556061047179678,0.44389571412408 -7574,0.5,0.255951455205554,0.237631573634573,0.0774268113273855,0.0469725845119718,0.399728142392466 -7575,0.5,0.255951455205554,0.168076187823274,0.0550322573263679,0.029402970164051,0.382647949220571 -7576,0.5,0.255951455205554,0.0672513860533446,0.0363883583409097,0.00402376439765665,0.386718229594228 -7577,0.5,0.255951455205554,3.33916272645359e-06,0.0260821509683477,0.0,0.348081981876733 -7578,0.5,0.255951455205554,0.0,0.0202449461088639,0.0,0.283532882433688 -7579,0.5,0.255951455205554,0.0,0.0159742146032715,0.0,0.211393293002091 -7580,0.5,0.255951455205554,0.0,0.0132621219531869,0.0,0.146737740079618 -7581,0.5,0.255951455205554,0.0,0.0122446129123067,0.0,0.0922890817935331 -7582,0.5,0.255951455205554,0.0,0.0116868329776256,0.0,0.0616284150614047 -7583,0.5,0.255951455205554,0.0,0.0111027210155125,0.0,0.0497342419875399 -7584,0.5,0.255951455205554,0.0,0.0109345068372875,0.0,0.0585966664829118 -7585,0.5,0.255951455205554,0.0,0.0108892481986103,0.0,0.0767265064759074 -7586,0.5,0.255951455205554,0.0,0.010592144430173,0.0,0.082017988315957 -7587,0.5,0.255951455205554,0.0,0.0112919754165032,0.0,0.0837761595217796 -7588,0.5,0.255951455205554,0.0,0.0121964966805288,0.0,0.0990222470322548 -7589,0.5,0.255951455205554,0.0,0.0119613366011687,0.0,0.102819312038404 -7590,0.5,0.255951455205554,0.0,0.0107580437712815,0.0,0.0908787650915179 -7591,0.5,0.255951455205554,0.0,0.0089974208476638,0.0,0.090988269349495 -7592,0.5,0.255951455205554,1.62628374251634e-05,0.0075224871131794,0.0,0.078663403605597 -7593,0.5,0.255951455205554,0.0137643271850807,0.00652238722048641,0.00357058243183908,0.0619066674763251 -7594,0.5,0.255951455205554,0.0529872995470252,0.00701373068337801,0.0290491304167529,0.0408952658041504 -7595,0.5,0.255951455205554,0.0954894824279281,0.00826776898620543,0.0476826471343451,0.0281526371913929 -7596,0.5,0.255951455205554,0.125937541511961,0.0093519427246421,0.0211504754537561,0.0202090324815448 -7597,0.5,0.255951455205554,0.133246272265959,0.00876804554192022,0.0298663672152124,0.0183632963211447 -7598,0.5,0.255951455205554,0.114838716603685,0.0076763777442317,0.0272185292187604,0.027908700176262 -7599,0.5,0.255951455205554,0.0802131322666533,0.00621026822666031,0.00988954657360377,0.0359194738016223 -7600,0.5,0.255951455205554,0.0338446860278872,0.00421174770223653,0.0,0.0420698689457556 -7601,0.5,0.255951455205554,4.71336731193002e-06,0.00458409146710976,0.0,0.0649231298141743 -7602,0.5,0.255951455205554,0.0,0.00575442804429868,0.0,0.109498554970931 -7603,0.5,0.255951455205554,0.0,0.00701316467846454,0.0,0.136014520976122 -7604,0.5,0.255951455205554,0.0,0.00688973573834813,0.0,0.148686336135899 -7605,0.5,0.255951455205554,0.0,0.00687268191765189,0.0,0.158896559225966 -7606,0.5,0.255951455205554,0.0,0.00795224100759441,0.0,0.176488430431224 -7607,0.5,0.255951455205554,0.0,0.0110953619460067,0.0,0.188945828649836 -7608,0.5,0.255951455205554,0.0,0.0133783199953654,0.0,0.204397581277545 -7609,0.5,0.255951455205554,0.0,0.0135425522086108,0.0,0.236665510143561 -7610,0.5,0.255951455205554,0.0,0.013805057553858,0.0,0.264897690909477 -7611,0.5,0.255951455205554,0.0,0.0152188501772428,0.0,0.286788129800219 -7612,0.5,0.255951455205554,0.0,0.0178225243436739,0.0,0.311490121537916 -7613,0.5,0.255951455205554,0.0,0.0223185385281247,0.0,0.36264871052872 -7614,0.5,0.255951455205554,0.0,0.0284347929518032,0.0,0.441629619787968 -7615,0.5,0.255951455205554,0.0,0.0357081829346039,0.0,0.490872764630691 -7616,0.5,0.255951455205554,7.41963233829444e-05,0.0462278660457302,0.0,0.522519399688339 -7617,0.5,0.255951455205554,0.0319327864680614,0.0575250587989782,0.00357396566738928,0.584499933171182 -7618,0.5,0.255951455205554,0.111860245947651,0.0754076274675218,0.0726651846268809,0.653174293069553 -7619,0.5,0.255951455205554,0.195028085775723,0.106352302724173,0.152981777960651,0.718110399770715 -7620,0.5,0.255951455205554,0.252527341351626,0.146412338005024,0.141339896412795,0.773577752965589 -7621,0.5,0.255951455205554,0.278617224295281,0.17799358330987,0.0676272349950584,0.789476657714402 -7622,0.5,0.255951455205554,0.263921961471917,0.187765980192146,0.0449544645053216,0.780266439245265 -7623,0.5,0.255951455205554,0.201352108213097,0.180970118510447,0.0246328172740385,0.777922375838803 -7624,0.5,0.255951455205554,0.063876257850906,0.170499337565147,0.0,0.792736127655712 -7625,0.5,0.255951455205554,8.74065995963181e-07,0.178568923418745,0.0,0.827423760862135 -7626,0.5,0.255951455205554,0.0,0.196150699457465,0.0,0.875769713298874 -7627,0.5,0.255951455205554,0.0,0.228125410296397,0.0,0.917150080735851 -7628,0.5,0.255951455205554,0.0,0.247651241174998,0.0,0.934296799177375 -7629,0.5,0.255951455205554,0.0,0.24867494847606,0.0,0.935873806111174 -7630,0.5,0.255951455205554,0.0,0.24603360551692,0.0,0.934733162867866 -7631,0.5,0.255951455205554,0.0,0.249233088888109,0.0,0.939278759095661 -7632,0.5,0.255951455205554,0.0,0.249098374185376,0.0,0.955024836770192 -7633,0.5,0.255951455205554,0.0,0.246890121245516,0.0,0.952367027919925 -7634,0.5,0.255951455205554,0.0,0.241852719542224,0.0,0.908501939307482 -7635,0.5,0.255951455205554,0.0,0.225391298998408,0.0,0.798164697320823 -7636,0.5,0.255951455205554,0.0,0.206663339776273,0.0,0.702643574215024 -7637,0.5,0.255951455205554,0.0,0.214637511126057,0.0,0.698815611079632 -7638,0.5,0.255951455205554,0.0,0.233258522481717,0.0,0.671048411473564 -7639,0.5,0.255951455205554,0.0,0.248570383476346,0.0,0.674822870756235 -7640,0.5,0.255951455205554,2.89328605240117e-05,0.257752109244198,0.0,0.631172561480959 -7641,0.5,0.255951455205554,0.0160813421542574,0.265187381654208,0.000491166887813306,0.5712427859114 -7642,0.5,0.255951455205554,0.0497988702927615,0.271186764916351,0.00307057103268476,0.588886958472225 -7643,0.5,0.255951455205554,0.0878232647128365,0.276061224531568,0.00676343504114128,0.611523552106481 -7644,0.5,0.255951455205554,0.122709764981087,0.27793223497694,0.00994957651874793,0.640143485828645 -7645,0.5,0.255951455205554,0.133592978159747,0.275635697604271,0.0115113153344432,0.610076444812727 -7646,0.5,0.255951455205554,0.125807545835485,0.272819064675931,0.0084642385997029,0.542426048765002 -7647,0.5,0.255951455205554,0.0920988237900963,0.261442598308337,0.00387407511033983,0.492329202598974 -7648,0.5,0.255951455205554,0.0308697366745931,0.247551915315408,0.0,0.516963584229382 -7649,0.5,0.255951455205554,1.1540331452909e-05,0.235813538186563,0.0,0.528771415525418 -7650,0.5,0.255951455205554,0.0,0.228448510026615,0.0,0.555074921327653 -7651,0.5,0.255951455205554,0.0,0.22044918344659,0.0,0.597057052815052 -7652,0.5,0.255951455205554,0.0,0.213197310626708,0.0,0.568588272127407 -7653,0.5,0.255951455205554,0.0,0.198601315646047,0.0,0.534130384409509 -7654,0.5,0.255951455205554,0.0,0.185806800775538,0.0,0.464804152819651 -7655,0.5,0.255951455205554,0.0,0.177547213640741,0.0,0.361622906254176 -7656,0.5,0.255951455205554,0.0,0.172986179798788,0.0,0.300615171309465 -7657,0.5,0.255951455205554,0.0,0.177929269835099,0.0,0.295549568373896 -7658,0.5,0.255951455205554,0.0,0.189492572881482,0.0,0.320213538393459 -7659,0.5,0.255951455205554,0.0,0.20365918342736,0.0,0.414104175490681 -7660,0.5,0.255951455205554,0.0,0.222837109161755,0.0,0.39058500511447 -7661,0.5,0.255951455205554,0.0,0.245478104529444,0.0,0.392632410956064 -7662,0.5,0.255951455205554,0.0,0.275364672615188,0.0,0.410958136503137 -7663,0.5,0.255951455205554,0.0,0.308729000725944,0.0,0.474127036754763 -7664,0.5,0.255951455205554,1.25414701999446e-06,0.338372780041207,0.0,0.525288591214612 -7665,0.5,0.255951455205554,0.0041917933014311,0.363475998145053,0.000127107108033645,0.631522796327683 -7666,0.5,0.255951455205554,0.0167915752939962,0.388215596851994,0.000689038059593737,0.758378007772491 -7667,0.5,0.255951455205554,0.0304166634496568,0.410537536493675,0.00106134786052328,0.888941067715123 -7668,0.5,0.255951455205554,0.0400892795953213,0.418418087614775,0.000800038228704669,0.968536962209187 -7669,0.5,0.255951455205554,0.0410486301263301,0.417860383807079,0.000950803655276695,1.0005975628858 -7670,0.5,0.255951455205554,0.0386411968089883,0.41363220072879,0.000649295288052014,1.00301540666626 -7671,0.5,0.255951455205554,0.0251159294383611,0.394895836622049,0.000283060584311796,1.00315300135122 -7672,0.5,0.255951455205554,0.00915064953905021,0.368501981556055,0.0,1.0028544138544 -7673,0.5,0.255951455205554,4.56762742140493e-06,0.345294827922343,0.0,1.00129391624475 -7674,0.5,0.255951455205554,0.0,0.337543266778656,0.0,0.995600407699432 -7675,0.5,0.255951455205554,0.0,0.325388391816983,0.0,0.967954505298744 -7676,0.5,0.255951455205554,0.0,0.298551540439386,0.0,0.91125233888787 -7677,0.5,0.255951455205554,0.0,0.265404133412188,0.0,0.840405902486313 -7678,0.5,0.255951455205554,0.0,0.233526052191415,0.0,0.766174642310289 -7679,0.5,0.255951455205554,0.0,0.204439669901114,0.0,0.697864511987623 -7680,0.5,0.255951455205554,0.0,0.178937838822127,0.0,0.611641901174848 -7681,0.5,0.255951455205554,0.0,0.159855773254319,0.0,0.512350254843586 -7682,0.5,0.255951455205554,0.0,0.140804022185265,0.0,0.52577614085968 -7683,0.5,0.255951455205554,0.0,0.120721615005319,0.0,0.588278329686574 -7684,0.5,0.255951455205554,0.0,0.110905081824247,0.0,0.678296058164283 -7685,0.5,0.255951455205554,0.0,0.106857391675559,0.0,0.66709491031874 -7686,0.5,0.255951455205554,0.0,0.10360227059986,0.0,0.554386362339819 -7687,0.5,0.255951455205554,0.0,0.101233176302787,0.0,0.545953138196739 -7688,0.5,0.255951455205554,8.6813917230743e-07,0.102099279773295,0.0,0.606548543926841 -7689,0.5,0.255951455205554,0.0304678221427724,0.101221652333943,0.00297617128995548,0.656117014036307 -7690,0.5,0.255951455205554,0.121648530028143,0.1028361836474,0.0121737288196591,0.67833875098247 -7691,0.5,0.255951455205554,0.225311105762764,0.109744174502473,0.015094985569394,0.622953574417303 -7692,0.5,0.255951455205554,0.304502806104364,0.112198386379001,0.0173157195309082,0.608915245289724 -7693,0.5,0.255951455205554,0.336874707658093,0.112494260055273,0.0178770367250189,0.580892157413501 -7694,0.5,0.255951455205554,0.311102458033883,0.111941237216409,0.0169074568053963,0.518896914545468 -7695,0.5,0.255951455205554,0.227724342019669,0.0954909039505599,0.00646226311371475,0.534908426997215 -7696,0.5,0.255951455205554,0.0616927889224454,0.0857178894625253,0.0,0.574480202759101 -7697,0.5,0.255951455205554,1.46207726755575e-06,0.087838891833056,0.0,0.575501578162226 -7698,0.5,0.255951455205554,0.0,0.0859830711653715,0.0,0.545564246450755 -7699,0.5,0.255951455205554,0.0,0.0850203133225062,0.0,0.537028436476421 -7700,0.5,0.255951455205554,0.0,0.0798065669514192,0.0,0.547221787726772 -7701,0.5,0.255951455205554,0.0,0.0734236398025472,0.0,0.572956695381982 -7702,0.5,0.255951455205554,0.0,0.0674514972521892,0.0,0.589919989312226 -7703,0.5,0.255951455205554,0.0,0.06199979803982,0.0,0.592905923735114 -7704,0.5,0.255951455205554,0.0,0.059818629711712,0.0,0.593972058361634 -7705,0.5,0.255951455205554,0.0,0.0607424133889211,0.0,0.589934130465333 -7706,0.5,0.255951455205554,0.0,0.0630245419098696,0.0,0.615017017518524 -7707,0.5,0.255951455205554,0.0,0.0670987563829649,0.0,0.643723780643547 -7708,0.5,0.255951455205554,0.0,0.0700832855755905,0.0,0.615489300197579 -7709,0.5,0.255951455205554,0.0,0.0757059050733435,0.0,0.532223123536783 -7710,0.5,0.255951455205554,0.0,0.0822420612449309,0.0,0.49107175465352 -7711,0.5,0.255951455205554,0.0,0.090299787354162,0.0,0.512456865701793 -7712,0.5,0.255951455205554,1.37393497568525e-08,0.097382869982667,0.0,0.512745009081798 -7713,0.5,0.255951455205554,0.00942934347007577,0.106009323331224,0.00274520337851056,0.481310711637423 -7714,0.5,0.255951455205554,0.0350595805282814,0.121247035328678,0.0396681011488401,0.402292502742895 -7715,0.5,0.255951455205554,0.0539376505131587,0.143614476097848,0.0444123837137433,0.43877342522871 -7716,0.5,0.255951455205554,0.0655480843897141,0.17447371384845,0.0417990053923668,0.457432665983194 -7717,0.5,0.255951455205554,0.0681058090188783,0.203421406243212,0.0364745744813814,0.496773304655194 -7718,0.5,0.255951455205554,0.060207223808517,0.226704429720434,0.0314098141785799,0.592063192950435 -7719,0.5,0.255951455205554,0.0397504737488881,0.238757964182734,0.0176096776396142,0.558335053992179 -7720,0.5,0.255951455205554,0.0130898563182422,0.23463085942363,0.0,0.62510673086527 -7721,0.5,0.255951455205554,1.34288021808638e-06,0.225469100748037,0.0,0.836403454038757 -7722,0.5,0.255951455205554,0.0,0.217607424256257,0.0,0.912328335729443 -7723,0.5,0.255951455205554,0.0,0.212897853128424,0.0,0.889604161292355 -7724,0.5,0.255951455205554,0.0,0.207618694887283,0.0,0.876093219408547 -7725,0.5,0.255951455205554,0.0,0.201224908209823,0.0,0.863819043431684 -7726,0.5,0.255951455205554,0.0,0.188823430321505,0.0,0.871354512920977 -7727,0.5,0.255951455205554,0.0,0.170860034521572,0.0,0.878856182787984 -7728,0.5,0.255951455205554,0.0,0.155689325738286,0.0,0.868907659136014 -7729,0.5,0.255951455205554,0.0,0.14292064504247,0.0,0.836696751101266 -7730,0.5,0.255951455205554,0.0,0.13255418300141,0.0,0.795302950353723 -7731,0.5,0.255951455205554,0.0,0.12341531581995,0.0,0.745215575493641 -7732,0.5,0.255951455205554,0.0,0.11786140201134,0.0,0.694448320290585 -7733,0.5,0.255951455205554,0.0,0.114874614318073,0.0,0.683104384095267 -7734,0.5,0.255951455205554,0.0,0.112067581424048,0.0,0.718401551187327 -7735,0.5,0.255951455205554,0.0,0.110029648748994,0.0,0.761256441675915 -7736,0.5,0.255951455205554,0.0,0.109193982921145,0.0,0.76945178930853 -7737,0.5,0.255951455205554,0.00635277331933501,0.107947485941665,0.00308479837369094,0.735609864664415 -7738,0.5,0.255951455205554,0.0359722384158278,0.1103609425139,0.084047802026868,0.67242431629204 -7739,0.5,0.255951455205554,0.0764911138843872,0.112783458915807,0.165174288418015,0.591208764110238 -7740,0.5,0.255951455205554,0.111311511918488,0.107518922001641,0.256216679879536,0.514482356323794 -7741,0.5,0.255951455205554,0.125383092089862,0.0952896456875912,0.155981918997049,0.462467734295622 -7742,0.5,0.255951455205554,0.114678312126519,0.0838882682775708,0.077143769789204,0.449007559710682 -7743,0.5,0.255951455205554,0.0829266054160465,0.0632137589398717,0.0206645354566195,0.417681000929897 -7744,0.5,0.255951455205554,0.0226555181018916,0.0460894315556303,0.0,0.413572475812395 -7745,0.5,0.255951455205554,1.54517353933377e-06,0.0431609358036924,0.0,0.430828156262717 -7746,0.5,0.255951455205554,0.0,0.0396853794459027,0.0,0.454033885836198 -7747,0.5,0.255951455205554,0.0,0.0353411261230662,0.0,0.435016525730407 -7748,0.5,0.255951455205554,0.0,0.0294185084968437,0.0,0.363303123405014 -7749,0.5,0.255951455205554,0.0,0.02492515129024,0.0,0.292702163112695 -7750,0.5,0.255951455205554,0.0,0.0228462380630165,0.0,0.232772611366274 -7751,0.5,0.255951455205554,0.0,0.0214048595800794,0.0,0.197335107450051 -7752,0.5,0.255951455205554,0.0,0.0198942296856147,0.0,0.165021883715739 -7753,0.5,0.255951455205554,0.0,0.018708001133054,0.0,0.141358990652653 -7754,0.5,0.255951455205554,0.0,0.0189282405929148,0.0,0.12102584426165 -7755,0.5,0.255951455205554,0.0,0.018930367254872,0.0,0.106652796297799 -7756,0.5,0.255951455205554,0.0,0.020211769815183,0.0,0.104729680292714 -7757,0.5,0.255951455205554,0.0,0.0219586476733265,0.0,0.0985286897850202 -7758,0.5,0.255951455205554,0.0,0.0209163035530989,0.0,0.0916573668413573 -7759,0.5,0.255951455205554,0.0,0.0201139083354211,0.0,0.0895779013119518 -7760,0.5,0.255951455205554,0.0,0.0207907401704124,0.0,0.0851256520327317 -7761,0.5,0.255951455205554,0.0149087537594192,0.0205705626929306,0.00128449471168535,0.0848411077980846 -7762,0.5,0.255951455205554,0.0707483573486084,0.0230689028894168,0.0183369375932459,0.0865980425065607 -7763,0.5,0.255951455205554,0.13117557731791,0.0299240993402858,0.0380674142979576,0.0814649668304971 -7764,0.5,0.255951455205554,0.175274186163409,0.0367196836498822,0.0336550433045539,0.0747895920867337 -7765,0.5,0.255951455205554,0.18016880955326,0.0384646334604728,0.00981389810062747,0.0698681972331681 -7766,0.5,0.255951455205554,0.152987851414501,0.0379668096436589,0.00473471867913721,0.0679619441202285 -7767,0.5,0.255951455205554,0.104413989471956,0.0298623256837406,0.00475671455073112,0.0726545598816429 -7768,0.5,0.255951455205554,0.0336812078165325,0.0212080611669371,0.000242537002439865,0.0779660766899597 -7769,0.5,0.255951455205554,0.0,0.0185089526200568,0.0,0.0769837357801899 -7770,0.5,0.255951455205554,0.0,0.0179653439456092,0.0,0.0790954024915335 -7771,0.5,0.255951455205554,0.0,0.0175957325855077,0.0,0.0881366622058185 -7772,0.5,0.255951455205554,0.0,0.0181911402985323,0.0,0.101438774892122 -7773,0.5,0.255951455205554,0.0,0.0193935917059303,0.0,0.114960012970493 -7774,0.5,0.255951455205554,0.0,0.0195820598080521,0.0,0.140293003024878 -7775,0.5,0.255951455205554,0.0,0.0196752609735083,0.0,0.175285294887541 -7776,0.5,0.255951455205554,0.0,0.0198314095608607,0.0,0.188491398079999 -7777,0.5,0.255951455205554,0.0,0.0199232419263396,0.0,0.200139140689465 -7778,0.5,0.255951455205554,0.0,0.0198041306331835,0.0,0.212567452205881 -7779,0.5,0.255951455205554,0.0,0.0190034622015311,0.0,0.223832893566119 -7780,0.5,0.255951455205554,0.0,0.0180599230612953,0.0,0.224837897168653 -7781,0.5,0.255951455205554,0.0,0.018401669663258,0.0,0.225546682414255 -7782,0.5,0.255951455205554,0.0,0.0191233762046096,0.0,0.218183936588123 -7783,0.5,0.255951455205554,0.0,0.0204926750005662,0.0,0.21555549771399 -7784,0.5,0.255951455205554,0.0,0.0220563533334374,0.0,0.212101237185619 -7785,0.5,0.255951455205554,0.0242264854854226,0.0242413719473702,0.000327721718545243,0.20893257042491 -7786,0.5,0.255951455205554,0.129374615442963,0.0306327430091926,0.00401179231411637,0.213286488841715 -7787,0.5,0.255951455205554,0.237874621418215,0.0420275595611884,0.00570877106570471,0.194951277823973 -7788,0.5,0.255951455205554,0.308100948418918,0.0522456447434565,0.0113958619262816,0.162911904713684 -7789,0.5,0.255951455205554,0.325669985478739,0.0601788310386487,0.047627163302195,0.154665309515192 -7790,0.5,0.255951455205554,0.285788129823583,0.0569222167571598,0.0432899427200217,0.175299019128427 -7791,0.5,0.255951455205554,0.194726398275028,0.0496212957178286,0.0126695242668174,0.196091010169991 -7792,0.5,0.255951455205554,0.0402407720535307,0.0442826168606908,0.0,0.253216426048528 -7793,0.5,0.255951455205554,2.72702461149094e-08,0.0454558264705942,0.0,0.277498645788235 -7794,0.5,0.255951455205554,0.0,0.0451591625442535,0.0,0.319187284031803 -7795,0.5,0.255951455205554,0.0,0.0504113154486573,0.0,0.439565502851702 -7796,0.5,0.255951455205554,0.0,0.0570362490646135,0.0,0.601531097835507 -7797,0.5,0.255951455205554,0.0,0.0649111509597381,0.0,0.716512684793412 -7798,0.5,0.255951455205554,0.0,0.0746187000220987,0.0,0.784123731175435 -7799,0.5,0.255951455205554,0.0,0.0807729306427804,0.0,0.817595227908034 -7800,0.5,0.255951455205554,0.0,0.0837139436973754,0.0,0.855004629257177 -7801,0.5,0.255951455205554,0.0,0.0871133437635502,0.0,0.87948851892229 -7802,0.5,0.255951455205554,0.0,0.0905318952327898,0.0,0.892164665367077 -7803,0.5,0.255951455205554,0.0,0.0984014499975419,0.0,0.897408124776817 -7804,0.5,0.255951455205554,0.0,0.113909342160598,0.0,0.898313691025835 -7805,0.5,0.255951455205554,0.0,0.12457991384176,0.0,0.901159903201459 -7806,0.5,0.255951455205554,0.0,0.133341082642117,0.0,0.901782492763235 -7807,0.5,0.255951455205554,0.0,0.139955367305522,0.0,0.902276001906848 -7808,0.5,0.255951455205554,0.0,0.151299133027144,0.0,0.902416936428002 -7809,0.5,0.255951455205554,0.00797015367433317,0.157336046483269,0.00172632354078018,0.902417800356346 -7810,0.5,0.255951455205554,0.0588759922792658,0.175547510252658,0.0441614681642436,0.902633146376789 -7811,0.5,0.255951455205554,0.130425321042846,0.207256342387461,0.131932166768863,0.902892932167588 -7812,0.5,0.255951455205554,0.198178454534519,0.234916029946626,0.231397543271039,0.903362326342584 -7813,0.5,0.255951455205554,0.232225622623942,0.246226791130132,0.155482457273183,0.903861445832275 -7814,0.5,0.255951455205554,0.217341991031321,0.231771519437738,0.0873154477838443,0.890300737765002 -7815,0.5,0.255951455205554,0.148704508596224,0.198042897576931,0.0293447872386283,0.86184816403832 -7816,0.5,0.255951455205554,0.0358628199433516,0.169906459242359,0.0,0.827674504205176 -7817,0.5,0.255951455205554,0.0,0.158416532266853,0.0,0.802966156561395 -7818,0.5,0.255951455205554,0.0,0.156986046322471,0.0,0.699026282490311 -7819,0.5,0.255951455205554,0.0,0.157575536733195,0.0,0.635108433678613 -7820,0.5,0.255951455205554,0.0,0.157586188151534,0.0,0.545784615045748 -7821,0.5,0.255951455205554,0.0,0.156435725243967,0.0,0.464239221283658 -7822,0.5,0.255951455205554,0.0,0.146685474187725,0.0,0.452786927862616 -7823,0.5,0.255951455205554,0.0,0.134610322051362,0.0,0.447098895208424 -7824,0.5,0.255951455205554,0.0,0.121384859825042,0.0,0.464258600483447 -7825,0.5,0.255951455205554,0.0,0.110376793629161,0.0,0.453390523168049 -7826,0.5,0.255951455205554,0.0,0.0985550990751907,0.0,0.421810942744919 -7827,0.5,0.255951455205554,0.0,0.085936223517399,0.0,0.38717386820502 -7828,0.5,0.255951455205554,0.0,0.0786244397977987,0.0,0.350198546585514 -7829,0.5,0.255951455205554,0.0,0.07616723094157,0.0,0.333964302984974 -7830,0.5,0.255951455205554,0.0,0.0757425523364622,0.0,0.315123014402679 -7831,0.5,0.255951455205554,0.0,0.0750517246219288,0.0,0.301507595084547 -7832,0.5,0.255951455205554,0.0,0.080534660062684,0.0,0.28753282387151 -7833,0.5,0.255951455205554,0.0224083657089199,0.0916635310329817,0.00107989164973981,0.366921405415909 -7834,0.5,0.255951455205554,0.0926083371446167,0.106473262276314,0.0272249649362562,0.382332014296058 -7835,0.5,0.255951455205554,0.167194793330756,0.121253798469803,0.050385253663925,0.375195929459454 -7836,0.5,0.255951455205554,0.231777320909344,0.134866070312973,0.0196002263588986,0.464479384350862 -7837,0.5,0.255951455205554,0.261582708811197,0.139700718892458,0.0141395395825097,0.502655551698663 -7838,0.5,0.255951455205554,0.249418180652487,0.142368972196374,0.00925439805724806,0.480455392043616 -7839,0.5,0.255951455205554,0.187462609549614,0.143461465767248,0.032784688902178,0.363763549425984 -7840,0.5,0.255951455205554,0.0411968213300753,0.156403854469682,0.0,0.157557503827104 -7841,0.5,0.255951455205554,0.0,0.180759889698138,0.0,0.118199794087215 -7842,0.5,0.255951455205554,0.0,0.206455807049436,0.0,0.134953640898271 -7843,0.5,0.255951455205554,0.0,0.22834571532342,0.0,0.516885687159146 -7844,0.5,0.255951455205554,0.0,0.249527834003649,0.0,0.779127480839781 -7845,0.5,0.255951455205554,0.0,0.268261140929362,0.0,0.865081517916311 -7846,0.5,0.255951455205554,0.0,0.286854967232887,0.0,0.954646878531531 -7847,0.5,0.255951455205554,0.0,0.30313317175893,0.0,0.968308721992597 -7848,0.5,0.255951455205554,0.0,0.326368088724309,0.0,0.965283852368871 -7849,0.5,0.255951455205554,0.0,0.357930311201688,0.0,0.942836147842134 -7850,0.5,0.255951455205554,0.0,0.374436744508613,0.0,0.873272142010162 -7851,0.5,0.255951455205554,0.0,0.408178804238145,0.0,0.68076800013106 -7852,0.5,0.255951455205554,0.0,0.479781455305165,0.0,0.738666313473489 -7853,0.5,0.255951455205554,0.0,0.486175187416494,0.0,0.819232599527935 -7854,0.5,0.255951455205554,0.0,0.450830083922737,0.0,0.794820628596744 -7855,0.5,0.255951455205554,0.0,0.412521764261916,0.0,0.73429318742834 -7856,0.5,0.255951455205554,0.0,0.364397760761419,0.0,0.733828235498948 -7857,0.5,0.255951455205554,0.00839924411789442,0.327745976757509,0.000886356031238792,0.805786754666877 -7858,0.5,0.255951455205554,0.0405032973831997,0.308057053661639,0.00845981887434099,0.846891359679478 -7859,0.5,0.255951455205554,0.0812743584210555,0.307657132468318,0.0413704836664672,0.824518462671638 -7860,0.5,0.255951455205554,0.112179326306894,0.311740312367932,0.0875251357844534,0.787616800131594 -7861,0.5,0.255951455205554,0.124450572011437,0.30945144561877,0.154314637612,0.773086512740873 -7862,0.5,0.255951455205554,0.114193156609971,0.2831627755066,0.278273538682048,0.736691585075558 -7863,0.5,0.255951455205554,0.0839127083941279,0.231590999915853,0.121317777987706,0.648469562549783 -7864,0.5,0.255951455205554,0.0217159792429591,0.183836434196928,0.0,0.4894873572534 -7865,0.5,0.255951455205554,0.0,0.156729865586191,0.0,0.481114808685562 -7866,0.5,0.255951455205554,0.0,0.139112914652251,0.0,0.512304914337424 -7867,0.5,0.255951455205554,0.0,0.134375892471364,0.0,0.589788519144237 -7868,0.5,0.255951455205554,0.0,0.134467284357132,0.0,0.600018251984343 -7869,0.5,0.255951455205554,0.0,0.13493382442669,0.0,0.473861005474961 -7870,0.5,0.255951455205554,0.0,0.127336507162192,0.0,0.344922342614261 -7871,0.5,0.255951455205554,0.0,0.107593178757554,0.0,0.181344306329655 -7872,0.5,0.255951455205554,0.0,0.0863347792233608,0.0,0.0995302674576735 -7873,0.5,0.255951455205554,0.0,0.0615211237819007,0.0,0.079631462341622 -7874,0.5,0.255951455205554,0.0,0.0455476645164073,0.0,0.131148735030937 -7875,0.5,0.255951455205554,0.0,0.0416968724545112,0.0,0.242268354764883 -7876,0.5,0.255951455205554,0.0,0.043297808370669,0.0,0.266833243662791 -7877,0.5,0.255951455205554,0.0,0.0462484495673922,0.0,0.198896261818313 -7878,0.5,0.255951455205554,0.0,0.0457755686932244,0.0,0.111026603304146 -7879,0.5,0.255951455205554,0.0,0.0401511636333086,0.0,0.0578745248899578 -7880,0.5,0.255951455205554,0.0,0.0349122436332163,0.0,0.0376566183110219 -7881,0.5,0.255951455205554,0.0107449050926575,0.0329898913925524,0.00175616112747389,0.0279737198198688 -7882,0.5,0.255951455205554,0.0874169877407136,0.0348637682734112,0.0932308084169157,0.0160648038876793 -7883,0.5,0.255951455205554,0.16396650819809,0.0393758984719003,0.240419273136039,0.00713384993789504 -7884,0.5,0.255951455205554,0.215624097048684,0.0470199694718958,0.335297149806982,0.00531413751792426 -7885,0.5,0.255951455205554,0.233373260127664,0.0521223022396891,0.353638380381093,0.00735929009975609 -7886,0.5,0.255951455205554,0.211458007249526,0.0495639359664092,0.300061979211035,0.0114029315991388 -7887,0.5,0.255951455205554,0.146576932453443,0.042076665009829,0.197169290606511,0.0180775358727222 -7888,0.5,0.255951455205554,0.0160836859992836,0.0421342056189709,0.0,0.024784267109339 -7889,0.5,0.255951455205554,0.0,0.0479160918457916,0.0,0.0350651887590984 -7890,0.5,0.255951455205554,0.0,0.0518923808866393,0.0,0.0523623331684222 -7891,0.5,0.255951455205554,0.0,0.0553565234784033,0.0,0.0743519339950998 -7892,0.5,0.255951455205554,0.0,0.0610306696539433,0.0,0.09438495373629 -7893,0.5,0.255951455205554,0.0,0.0668076948189456,0.0,0.121790735010455 -7894,0.5,0.255951455205554,0.0,0.0724367630679432,0.0,0.155383099160605 -7895,0.5,0.255951455205554,0.0,0.0780784131122608,0.0,0.209411077931508 -7896,0.5,0.255951455205554,0.0,0.082720837389071,0.0,0.286736736784447 -7897,0.5,0.255951455205554,0.0,0.086910670478089,0.0,0.398098225968377 -7898,0.5,0.255951455205554,0.0,0.0905982149498932,0.0,0.52402178529268 -7899,0.5,0.255951455205554,0.0,0.0948657196629917,0.0,0.618408444686051 -7900,0.5,0.255951455205554,0.0,0.101750204046568,0.0,0.676264573077935 -7901,0.5,0.255951455205554,0.0,0.109627292612843,0.0,0.719111759152078 -7902,0.5,0.255951455205554,0.0,0.119045645585608,0.0,0.779840095021714 -7903,0.5,0.255951455205554,0.0,0.130652858429247,0.0,0.822211113722065 -7904,0.5,0.255951455205554,0.0,0.144819412958759,0.0,0.858030266871882 -7905,0.5,0.255951455205554,0.0121559780105024,0.155786491450687,0.0010164360445757,0.882816129516014 -7906,0.5,0.255951455205554,0.0909240638225312,0.174770796690001,0.085462602468618,0.896878567413177 -7907,0.5,0.255951455205554,0.17832326715484,0.216131033667997,0.215832957693879,0.902859427391496 -7908,0.5,0.255951455205554,0.24361531210232,0.269462648558559,0.319357542319581,0.90391171276415 -7909,0.5,0.255951455205554,0.268822935219824,0.309504637593813,0.35491777998602,0.903618593873646 -7910,0.5,0.255951455205554,0.245327504248361,0.306376276468098,0.31851207596952,0.902779472557946 -7911,0.5,0.255951455205554,0.169474135247603,0.269897020784306,0.222527022020517,0.902574593353026 -7912,0.5,0.255951455205554,0.0239186016041407,0.247372302716402,0.0,0.904013016529012 -7913,0.5,0.255951455205554,0.0,0.249574498020523,0.0,0.904677725366054 -7914,0.5,0.255951455205554,0.0,0.255674371452466,0.0,0.905031777377269 -7915,0.5,0.255951455205554,0.0,0.263413911407686,0.0,0.905764764271956 -7916,0.5,0.255951455205554,0.0,0.267173395584675,0.0,0.90657284344868 -7917,0.5,0.255951455205554,0.0,0.266862495218542,0.0,0.907146648862739 -7918,0.5,0.255951455205554,0.0,0.264255879281968,0.0,0.907421124026588 -7919,0.5,0.255951455205554,0.0,0.259602021556913,0.0,0.907662101651505 -7920,0.5,0.255951455205554,0.0,0.255283446013342,0.0,0.908047859160231 -7921,0.5,0.255951455205554,0.0,0.249727088235628,0.0,0.908744631080535 -7922,0.5,0.255951455205554,0.0,0.246397741982175,0.0,0.910284372865005 -7923,0.5,0.255951455205554,0.0,0.24642883573454,0.0,0.912514102449955 -7924,0.5,0.255951455205554,0.0,0.24774521134611,0.0,0.916027267007901 -7925,0.5,0.255951455205554,0.0,0.25147975289105,0.0,0.919735318620734 -7926,0.5,0.255951455205554,0.0,0.257635560133234,0.0,0.92419671018285 -7927,0.5,0.255951455205554,0.0,0.264341535070922,0.0,0.929828756564175 -7928,0.5,0.255951455205554,0.0,0.27347930956467,0.0,0.936038185745392 -7929,0.5,0.255951455205554,0.0117328568554173,0.289242126747603,0.000512095987328097,0.939708846934976 -7930,0.5,0.255951455205554,0.0705930776780267,0.314557002827245,0.120014509599814,0.942591796332048 -7931,0.5,0.255951455205554,0.122696514506312,0.346905468678933,0.261380950095003,0.950218646106854 -7932,0.5,0.255951455205554,0.148427208678944,0.390242090142523,0.333701694132156,0.958216856633945 -7933,0.5,0.255951455205554,0.149471754018865,0.406205899094201,0.37616768342756,0.961302184129035 -7934,0.5,0.255951455205554,0.121225211297068,0.40549660855911,0.343098419058905,0.968124996813506 -7935,0.5,0.255951455205554,0.0710771572632936,0.387524873769712,0.265941135729618,0.970688197635783 -7936,0.5,0.255951455205554,0.00994671828080711,0.364104924347418,0.0,0.968818212695159 -7937,0.5,0.255951455205554,0.0,0.361519826965328,0.0,0.966421590363389 -7938,0.5,0.255951455205554,0.0,0.368281499378055,0.0,0.968515785956014 -7939,0.5,0.255951455205554,0.0,0.370668583863573,0.0,0.969519351619419 -7940,0.5,0.255951455205554,0.0,0.370750827946276,0.0,0.971901736139288 -7941,0.5,0.255951455205554,0.0,0.369050200521448,0.0,0.978318211746806 -7942,0.5,0.255951455205554,0.0,0.361759149846732,0.0,0.979378187296624 -7943,0.5,0.255951455205554,0.0,0.347410200792778,0.0,0.972818227759122 -7944,0.5,0.255951455205554,0.0,0.336469922651705,0.0,0.965991807392384 -7945,0.5,0.255951455205554,0.0,0.329602438297103,0.0,0.959794746258982 -7946,0.5,0.255951455205554,0.0,0.330149472025595,0.0,0.957221150516354 -7947,0.5,0.255951455205554,0.0,0.331727905608842,0.0,0.960907520327817 -7948,0.5,0.255951455205554,0.0,0.338850608147743,0.0,0.966452258277448 -7949,0.5,0.255951455205554,0.0,0.352861955270992,0.0,0.970064493852222 -7950,0.5,0.255951455205554,0.0,0.363795435147764,0.0,0.975156752987468 -7951,0.5,0.255951455205554,0.0,0.373044174894124,0.0,0.977070020305868 -7952,0.5,0.255951455205554,0.0,0.381118810382103,0.0,0.977792660103158 -7953,0.5,0.255951455205554,0.0163950475142433,0.396402951523937,0.0,0.977360728580543 -7954,0.5,0.255951455205554,0.108698259498754,0.431144179196991,0.0277475058102963,0.979900740145901 -7955,0.5,0.255951455205554,0.205056531809696,0.469382852078008,0.0523065792072357,0.980517046516812 -7956,0.5,0.255951455205554,0.271919459845527,0.501799936231625,0.0562898613508227,0.97941130317288 -7957,0.5,0.255951455205554,0.293828561539092,0.532008518952349,0.0459871456629987,0.981130951946803 -7958,0.5,0.255951455205554,0.26990738087179,0.541636695910373,0.0360357574691632,0.982945357389727 -7959,0.5,0.255951455205554,0.194545039268864,0.521512761496209,0.0114156604811573,0.982508527322772 -7960,0.5,0.255951455205554,0.0316308765651793,0.492999308722331,0.0,0.981088613128828 -7961,0.5,0.255951455205554,0.0,0.491115558102234,0.0,0.988094234351872 -7962,0.5,0.255951455205554,0.0,0.50707619699237,0.0,0.991842539602566 -7963,0.5,0.255951455205554,0.0,0.520038625905303,0.0,0.989849681190732 -7964,0.5,0.255951455205554,0.0,0.52944411839558,0.0,0.988483003448553 -7965,0.5,0.255951455205554,0.0,0.534751303749158,0.0,0.988194210038141 -7966,0.5,0.255951455205554,0.0,0.539023368661395,0.0,0.985199808365843 -7967,0.5,0.255951455205554,0.0,0.544066236178524,0.0,0.978602574089415 -7968,0.5,0.255951455205554,0.0,0.545134736584937,0.0,0.97219252018045 -7969,0.5,0.255951455205554,0.0,0.547857073618739,0.0,0.960589976159764 -7970,0.5,0.255951455205554,0.0,0.547897323501996,0.0,0.947242436200792 -7971,0.5,0.255951455205554,0.0,0.551256036539789,0.0,0.937830026311308 -7972,0.5,0.255951455205554,0.0,0.556878930527839,0.0,0.949335484554483 -7973,0.5,0.255951455205554,0.0,0.558981126656128,0.0,0.971195729792696 -7974,0.5,0.255951455205554,0.0,0.556938649904116,0.0,0.978838818653299 -7975,0.5,0.255951455205554,0.0,0.550661803992635,0.0,0.982079707343736 -7976,0.5,0.255951455205554,0.0,0.543763870352272,0.0,0.980214554270959 -7977,0.5,0.255951455205554,0.00829983514805155,0.541691332420724,0.0,0.981256231120531 -7978,0.5,0.255951455205554,0.0610876764209371,0.557345226085918,0.00942521414372952,0.983903783415665 -7979,0.5,0.255951455205554,0.117814863952179,0.58216785006893,0.0287145366157979,0.975460071979924 -7980,0.5,0.255951455205554,0.15855391306723,0.592706673363246,0.0424296297268123,0.96204178884261 -7981,0.5,0.255951455205554,0.17425256431902,0.593678089135458,0.0448175487049624,0.9600942511186 -7982,0.5,0.255951455205554,0.154734209817412,0.588080534272735,0.0347793525449054,0.969390937805408 -7983,0.5,0.255951455205554,0.104680786684546,0.568899784790926,0.0171094023370913,0.979396672161371 -7984,0.5,0.255951455205554,0.0191984691974227,0.529480378815459,0.0,0.980881065540094 -7985,0.5,0.255951455205554,0.0,0.495397735504501,0.0,0.974329967489485 -7986,0.5,0.255951455205554,0.0,0.481707180634659,0.0,0.973337797363919 -7987,0.5,0.255951455205554,0.0,0.464944305098875,0.0,0.968669421367316 -7988,0.5,0.255951455205554,0.0,0.438282636592657,0.0,0.953443162800182 -7989,0.5,0.255951455205554,0.0,0.402650213889402,0.0,0.930957333478006 -7990,0.5,0.255951455205554,0.0,0.375576857688139,0.0,0.911030537068132 -7991,0.5,0.255951455205554,0.0,0.362510032593395,0.0,0.902598115573486 -7992,0.5,0.255951455205554,0.0,0.354800990222805,0.0,0.898235125645655 -7993,0.5,0.255951455205554,0.0,0.343232150252193,0.0,0.894883519319337 -7994,0.5,0.255951455205554,0.0,0.327496198246572,0.0,0.86734249820887 -7995,0.5,0.255951455205554,0.0,0.306781234169026,0.0,0.83018167752566 -7996,0.5,0.255951455205554,0.0,0.290793128461628,0.0,0.818959474459814 -7997,0.5,0.255951455205554,0.0,0.279235518119852,0.0,0.825832074359344 -7998,0.5,0.255951455205554,0.0,0.270620678692801,0.0,0.800372197283938 -7999,0.5,0.255951455205554,0.0,0.267246419713123,0.0,0.791344278208788 -8000,0.5,0.255951455205554,0.0,0.272646399050696,0.0,0.802488159888961 -8001,0.5,0.255951455205554,0.00491847959116297,0.278515145936924,0.0,0.762418977416278 -8002,0.5,0.255951455205554,0.043274943670704,0.291718279859583,0.0184478177851402,0.712911478240941 -8003,0.5,0.255951455205554,0.0925698582699596,0.302209498976773,0.0531142163907538,0.712323519648508 -8004,0.5,0.255951455205554,0.130677664128025,0.301906179157273,0.161782619820372,0.731872615660719 -8005,0.5,0.255951455205554,0.144061457195335,0.294336137233633,0.290763600594935,0.743181289764845 -8006,0.5,0.255951455205554,0.128525131612345,0.286080950609749,0.2936240290804,0.795756397376007 -8007,0.5,0.255951455205554,0.0792244230815315,0.284779367049499,0.178189536467374,0.836220524859555 -8008,0.5,0.255951455205554,0.0157422844060708,0.295215700300712,0.0,0.863626056689309 -8009,0.5,0.255951455205554,0.0,0.317629500820799,0.0,0.864683251551793 -8010,0.5,0.255951455205554,0.0,0.345998243762249,0.0,0.869910905469828 -8011,0.5,0.255951455205554,0.0,0.376844805966889,0.0,0.902187215794838 -8012,0.5,0.255951455205554,0.0,0.40299382693858,0.0,0.927897061358469 -8013,0.5,0.255951455205554,0.0,0.423789906419082,0.0,0.94372401252794 -8014,0.5,0.255951455205554,0.0,0.433065920936522,0.0,0.953841922527342 -8015,0.5,0.255951455205554,0.0,0.440682602714375,0.0,0.94553632716447 -8016,0.5,0.255951455205554,0.0,0.450562160765829,0.0,0.945801272434855 -8017,0.5,0.255951455205554,0.0,0.463903204073437,0.0,0.953744436211112 -8018,0.5,0.255951455205554,0.0,0.474617248699309,0.0,0.964458136446251 -8019,0.5,0.255951455205554,0.0,0.477159984759746,0.0,0.955953646358425 -8020,0.5,0.255951455205554,0.0,0.483163861075213,0.0,0.912053720846258 -8021,0.5,0.255951455205554,0.0,0.48607821522031,0.0,0.917455529110946 -8022,0.5,0.255951455205554,0.0,0.488156997864034,0.0,0.969155047086531 -8023,0.5,0.255951455205554,0.0,0.496389050698491,0.0,0.984345256967347 -8024,0.5,0.255951455205554,0.0,0.523751344163531,0.0,0.985607147566475 -8025,0.5,0.255951455205554,0.00321524772648308,0.561248652270292,0.0,0.992039575545527 -8026,0.5,0.255951455205554,0.0403235799795685,0.592708214493691,0.103614061307899,0.997518846254258 -8027,0.5,0.255951455205554,0.090682132827112,0.609465994185928,0.254477929633216,0.999846468570944 -8028,0.5,0.255951455205554,0.135436196932695,0.610051752290733,0.341750592025702,0.999539769012353 -8029,0.5,0.255951455205554,0.16131915420091,0.600364718518867,0.378455901772477,0.990301738431877 -8030,0.5,0.255951455205554,0.153785629275301,0.572791709167378,0.36067300536596,0.947796188430498 -8031,0.5,0.255951455205554,0.097641760310735,0.536426875824677,0.248484730803084,0.888402994489224 -8032,0.5,0.255951455205554,0.00441196863529055,0.493650624207277,0.0,0.892005447411581 -8033,0.5,0.255951455205554,0.0,0.454866677365567,0.0,0.945894888505295 -8034,0.5,0.255951455205554,0.0,0.433908452639622,0.0,0.974185802500392 -8035,0.5,0.255951455205554,0.0,0.421410750647575,0.0,0.978816179773149 -8036,0.5,0.255951455205554,0.0,0.408156429662144,0.0,0.97464714143326 -8037,0.5,0.255951455205554,0.0,0.388559063494622,0.0,0.955279424450671 -8038,0.5,0.255951455205554,0.0,0.358296945929687,0.0,0.924087699683974 -8039,0.5,0.255951455205554,0.0,0.325858896371541,0.0,0.888985671425249 -8040,0.5,0.255951455205554,0.0,0.295217533954436,0.0,0.847097688630208 -8041,0.5,0.255951455205554,0.0,0.268159838936505,0.0,0.797547326965152 -8042,0.5,0.255951455205554,0.0,0.247845082783855,0.0,0.704281862544313 -8043,0.5,0.255951455205554,0.0,0.230494359270195,0.0,0.588109254708295 -8044,0.5,0.255951455205554,0.0,0.218239243696408,0.0,0.467038851768103 -8045,0.5,0.255951455205554,0.0,0.209714476535092,0.0,0.349448850020954 -8046,0.5,0.255951455205554,0.0,0.198729446848943,0.0,0.236751202107216 -8047,0.5,0.255951455205554,0.0,0.18177309590992,0.0,0.162050542576848 -8048,0.5,0.255951455205554,0.0,0.162494494774313,0.0,0.128544241890033 -8049,0.5,0.255951455205554,0.00139366062237665,0.143748619108941,0.0,0.111176891263801 -8050,0.5,0.255951455205554,0.0282181943685621,0.133918977050258,0.101981097997996,0.107891311206367 -8051,0.5,0.255951455205554,0.0645870211703433,0.13067492571866,0.256871271351814,0.119638840049182 -8052,0.5,0.255951455205554,0.0930428202912205,0.1278119785742,0.361422549746584,0.130519412468899 -8053,0.5,0.255951455205554,0.106198065821002,0.121051274807871,0.398254947070039,0.125967126806457 -8054,0.5,0.255951455205554,0.0985291324252838,0.108193864594889,0.363938005945483,0.146937806979119 -8055,0.5,0.255951455205554,0.0577226156266581,0.0942555779964667,0.246114856045597,0.198364195149619 -8056,0.5,0.255951455205554,0.000825826126965654,0.0910498966906469,0.0,0.275876833946934 -8057,0.5,0.255951455205554,0.0,0.0904340426213692,0.0,0.376755687518123 -8058,0.5,0.255951455205554,0.0,0.089002021674642,0.0,0.472304497478067 -8059,0.5,0.255951455205554,0.0,0.085478648029969,0.0,0.522251065108764 -8060,0.5,0.255951455205554,0.0,0.0795410244277262,0.0,0.55175452600465 -8061,0.5,0.255951455205554,0.0,0.0737212634738583,0.0,0.596182673376072 -8062,0.5,0.255951455205554,0.0,0.0709982169008271,0.0,0.635800390754263 -8063,0.5,0.255951455205554,0.0,0.0718688982171321,0.0,0.690079034550277 -8064,0.5,0.255951455205554,0.0,0.0743605959258808,0.0,0.721106228086302 -8065,0.5,0.255951455205554,0.0,0.0742169407738917,0.0,0.740438469391174 -8066,0.5,0.255951455205554,0.0,0.0721057510468854,0.0,0.758890021328431 -8067,0.5,0.255951455205554,0.0,0.0679670390789772,0.0,0.777142976286505 -8068,0.5,0.255951455205554,0.0,0.0650665159564941,0.0,0.791291417583028 -8069,0.5,0.255951455205554,0.0,0.0646417586068018,0.0,0.7839648970415 -8070,0.5,0.255951455205554,0.0,0.065518619301661,0.0,0.772858763843884 -8071,0.5,0.255951455205554,0.0,0.0665135029717753,0.0,0.742852817586536 -8072,0.5,0.255951455205554,0.0,0.0660332563816022,0.0,0.70441894228237 -8073,0.5,0.255951455205554,0.00340006274335116,0.0642107079541553,0.0,0.645880046525542 -8074,0.5,0.255951455205554,0.049110442622435,0.0645405320744508,0.00950819940198542,0.590621788678631 -8075,0.5,0.255951455205554,0.105304881278449,0.0681942060629745,0.0300028944593434,0.535021723890204 -8076,0.5,0.255951455205554,0.143508646299446,0.0722295283119225,0.041311582181914,0.4793801581117 -8077,0.5,0.255951455205554,0.15294190242217,0.0743235525491919,0.05076562691931,0.437181695356128 -8078,0.5,0.255951455205554,0.131497569254083,0.0746992731431813,0.0442113318145168,0.416704320132468 -8079,0.5,0.255951455205554,0.0770147295665484,0.0722363473049524,0.0247678870314721,0.416487655675203 -8080,0.5,0.255951455205554,0.00464103109931333,0.0688409268238562,0.0,0.404851279522765 -8081,0.5,0.255951455205554,0.0,0.0684841385818387,0.0,0.376286790680448 -8082,0.5,0.255951455205554,0.0,0.069238322114065,0.0,0.330869839083327 -8083,0.5,0.255951455205554,0.0,0.0690015322324186,0.0,0.281928459260458 -8084,0.5,0.255951455205554,0.0,0.0665893812249529,0.0,0.230149295942093 -8085,0.5,0.255951455205554,0.0,0.0634979768238294,0.0,0.197237285553504 -8086,0.5,0.255951455205554,0.0,0.0622117415310273,0.0,0.18282088288774 -8087,0.5,0.255951455205554,0.0,0.0623416936865886,0.0,0.183197837815561 -8088,0.5,0.255951455205554,0.0,0.0650653301334278,0.0,0.197448723351609 -8089,0.5,0.255951455205554,0.0,0.0694917753782766,0.0,0.21412758182123 -8090,0.5,0.255951455205554,0.0,0.073580314129495,0.0,0.225205975996559 -8091,0.5,0.255951455205554,0.0,0.0772149704601591,0.0,0.232106395584075 -8092,0.5,0.255951455205554,0.0,0.0817321592913567,0.0,0.242348151807488 -8093,0.5,0.255951455205554,0.0,0.0874532934642056,0.0,0.268599196700706 -8094,0.5,0.255951455205554,0.0,0.0918699496650891,0.0,0.303948124522873 -8095,0.5,0.255951455205554,0.0,0.0964881038269255,0.0,0.345359403231605 -8096,0.5,0.255951455205554,0.0,0.09972704779519,0.0,0.389796870982499 -8097,0.5,0.255951455205554,0.00238707395967272,0.101520759275544,0.0,0.409170308175113 -8098,0.5,0.255951455205554,0.02321908650158,0.103931964330147,0.00305535479299907,0.400099566221265 -8099,0.5,0.255951455205554,0.0518690625649074,0.110448381168339,0.0108027746717115,0.38337132724852 -8100,0.5,0.255951455205554,0.0770739755537271,0.121717170977658,0.0113798748246147,0.38551951158866 -8101,0.5,0.255951455205554,0.0873858774369392,0.134324215232937,0.0139810382041342,0.410685039171967 -8102,0.5,0.255951455205554,0.0785997207580568,0.141120112179238,0.0100715703521324,0.463410933071901 -8103,0.5,0.255951455205554,0.0493006282939941,0.139581695223169,0.00421376190442367,0.513370007255898 -8104,0.5,0.255951455205554,0.00570508675746767,0.132797402239578,0.00041148752546275,0.492407648609187 -8105,0.5,0.255951455205554,0.0,0.125516628695576,0.0,0.432185905908831 -8106,0.5,0.255951455205554,0.0,0.119729108747383,0.0,0.384933733245979 -8107,0.5,0.255951455205554,0.0,0.117237951965763,0.0,0.32249105700617 -8108,0.5,0.255951455205554,0.0,0.11092976586961,0.0,0.280057585769282 -8109,0.5,0.255951455205554,0.0,0.100121531457251,0.0,0.196531493871367 -8110,0.5,0.255951455205554,0.0,0.0845763860568718,0.0,0.131277143485308 -8111,0.5,0.255951455205554,0.0,0.0700363980159443,0.0,0.0897971965074901 -8112,0.5,0.255951455205554,0.0,0.0591648352162264,0.0,0.0631533294327753 -8113,0.5,0.255951455205554,0.0,0.0498088408037299,0.0,0.0505970949575164 -8114,0.5,0.255951455205554,0.0,0.042420872173643,0.0,0.0454607460199481 -8115,0.5,0.255951455205554,0.0,0.0358986178516573,0.0,0.0411566919460906 -8116,0.5,0.255951455205554,0.0,0.0306063649456543,0.0,0.037957759224095 -8117,0.5,0.255951455205554,0.0,0.0279770990245248,0.0,0.0436254868719526 -8118,0.5,0.255951455205554,0.0,0.0276697168156694,0.0,0.0562625060798814 -8119,0.5,0.255951455205554,0.0,0.0298945989515494,0.0,0.0757826411493498 -8120,0.5,0.255951455205554,0.0,0.0335621615710325,0.0,0.0969884686530905 -8121,0.5,0.255951455205554,0.00278949610798077,0.0386527837765673,0.0,0.11358130730951 -8122,0.5,0.255951455205554,0.0246584890001724,0.0457444041784008,0.00519029074990271,0.123470406216996 -8123,0.5,0.255951455205554,0.0471613323379062,0.0563766836699486,0.0219743746054261,0.121098406911694 -8124,0.5,0.255951455205554,0.0633277641422904,0.0662026543988786,0.0443110888582987,0.0989085551395847 -8125,0.5,0.255951455205554,0.0683789061403616,0.0734935070896548,0.0600574269182556,0.100246433102997 -8126,0.5,0.255951455205554,0.0567759865526078,0.076818009747955,0.0569816855265253,0.146329609776994 -8127,0.5,0.255951455205554,0.0316793869246821,0.0755898470448123,0.0221304577261502,0.248269060895029 -8128,0.5,0.255951455205554,0.00209065095400829,0.0723280467903022,0.0,0.317849805899554 -8129,0.5,0.255951455205554,0.0,0.071429896888651,0.0,0.38914053279703 -8130,0.5,0.255951455205554,0.0,0.0692360975678315,0.0,0.459229959322612 -8131,0.5,0.255951455205554,0.0,0.0661491405811646,0.0,0.560953578026771 -8132,0.5,0.255951455205554,0.0,0.0637653509525002,0.0,0.643681702509808 -8133,0.5,0.255951455205554,0.0,0.0582424661254659,0.0,0.736721206488357 -8134,0.5,0.255951455205554,0.0,0.0533978071307765,0.0,0.869829225030713 -8135,0.5,0.255951455205554,0.0,0.0537174112574924,0.0,0.897934491219499 -8136,0.5,0.255951455205554,0.0,0.0610063672425348,0.0,0.84999314745925 -8137,0.5,0.255951455205554,0.0,0.072776604821684,0.0,0.80790723690025 -8138,0.5,0.255951455205554,0.0,0.0809456917354606,0.0,0.828683072179688 -8139,0.5,0.255951455205554,0.0,0.0874010498363377,0.0,0.820485971457782 -8140,0.5,0.255951455205554,0.0,0.0944622595982153,0.0,0.739527495089625 -8141,0.5,0.255951455205554,0.0,0.10143541878642,0.0,0.652242579593038 -8142,0.5,0.255951455205554,0.0,0.104775850591807,0.0,0.572501647710227 -8143,0.5,0.255951455205554,0.0,0.104756000296334,0.0,0.507713950163774 -8144,0.5,0.255951455205554,0.0,0.107738592503583,0.0,0.406076940146708 -8145,0.5,0.255951455205554,0.00101084345793637,0.109391734489961,0.0,0.313443198466428 -8146,0.5,0.255951455205554,0.0241002229291368,0.112255966386687,0.00188333576688707,0.236523057209783 -8147,0.5,0.255951455205554,0.0623624904450574,0.117667509586082,0.00593987704400084,0.171909674552656 -8148,0.5,0.255951455205554,0.0912900503078953,0.121429879066535,0.0145736749101513,0.134141041572992 -8149,0.5,0.255951455205554,0.103441984791771,0.120462782014747,0.0339410986756616,0.104821940639632 -8150,0.5,0.255951455205554,0.0921252742745534,0.111575333833599,0.0451328121912114,0.0826545275190483 -8151,0.5,0.255951455205554,0.0626041108590676,0.0901744419920564,0.0783523130915704,0.062948816720324 -8152,0.5,0.255951455205554,0.00571597207494057,0.0688025417590948,0.0,0.0484683002131929 -8153,0.5,0.255951455205554,0.0,0.053248817016504,0.0,0.0497421141049163 -8154,0.5,0.255951455205554,0.0,0.0433898831087882,0.0,0.104483028985028 -8155,0.5,0.255951455205554,0.0,0.0379246986801878,0.0,0.170548771455031 -8156,0.5,0.255951455205554,0.0,0.0326429887416446,0.0,0.211828844563742 -8157,0.5,0.255951455205554,0.0,0.0332300728072464,0.0,0.331689579998802 -8158,0.5,0.255951455205554,0.0,0.0392729441358693,0.0,0.552463480148869 -8159,0.5,0.255951455205554,0.0,0.0496950072779874,0.0,0.688244201689576 -8160,0.5,0.255951455205554,0.0,0.0633097004496828,0.0,0.745698634737371 -8161,0.5,0.255951455205554,0.0,0.0808772815405901,0.0,0.796230565695392 -8162,0.5,0.255951455205554,0.0,0.097013872463112,0.0,0.848918701530516 -8163,0.5,0.255951455205554,0.0,0.107824894056506,0.0,0.8899313698209 -8164,0.5,0.255951455205554,0.0,0.120380136510652,0.0,0.899583467355809 -8165,0.5,0.255951455205554,0.0,0.136918858529461,0.0,0.918345336959231 -8166,0.5,0.255951455205554,0.0,0.158384505482905,0.0,0.931901955282057 -8167,0.5,0.255951455205554,0.0,0.183310459468055,0.0,0.938800715676787 -8168,0.5,0.255951455205554,0.0,0.210237545968491,0.0,0.949757061865674 -8169,0.5,0.255951455205554,0.00172688174612022,0.239401975247166,0.0,0.961476821057911 -8170,0.5,0.255951455205554,0.0493894928257572,0.27168877284732,0.0134402044292219,0.972272923100588 -8171,0.5,0.255951455205554,0.113042675449478,0.312290580201631,0.0187652425748985,0.981111715848176 -8172,0.5,0.255951455205554,0.159435862894793,0.348644185264075,0.0180501885602312,0.987000025077777 -8173,0.5,0.255951455205554,0.173189547487507,0.38273731159708,0.00618161734154433,0.991200370396374 -8174,0.5,0.255951455205554,0.152363891392411,0.414110533634608,0.00297563037049622,0.937149938485481 -8175,0.5,0.255951455205554,0.0945550589180752,0.42732696163222,0.00246320749389159,0.903383792741036 -8176,0.5,0.255951455205554,0.00988071948866081,0.43829061726925,0.00027125106434922,0.920453736429214 -8177,0.5,0.255951455205554,0.0,0.436549959412996,0.0,0.921441198800552 -8178,0.5,0.255951455205554,0.0,0.419256223671315,0.0,0.952213621011183 -8179,0.5,0.255951455205554,0.0,0.401923325411369,0.0,0.944097416352103 -8180,0.5,0.255951455205554,0.0,0.397026158867475,0.0,0.950314183620052 -8181,0.5,0.255951455205554,0.0,0.38288223216166,0.0,0.926247802304065 -8182,0.5,0.255951455205554,0.0,0.356853907488542,0.0,0.848728152227503 -8183,0.5,0.255951455205554,0.0,0.326368612606735,0.0,0.830915531077416 -8184,0.5,0.255951455205554,0.0,0.285730578813649,0.0,0.82750853991688 -8185,0.5,0.255951455205554,0.0,0.25185895549528,0.0,0.726399536480909 -8186,0.5,0.255951455205554,0.0,0.229900874125109,0.0,0.736340341881138 -8187,0.5,0.255951455205554,0.0,0.210257857003609,0.0,0.851482685556056 -8188,0.5,0.255951455205554,0.0,0.190463635612194,0.0,0.834292355418279 -8189,0.5,0.255951455205554,0.0,0.188293763855912,0.0,0.819079917192973 -8190,0.5,0.255951455205554,0.0,0.187063707961862,0.0,0.803302682642713 -8191,0.5,0.255951455205554,0.0,0.180901652509793,0.0,0.806690914185468 -8192,0.5,0.255951455205554,0.0,0.180109884700401,0.0,0.793697211219014 -8193,0.5,0.255951455205554,0.00170051025614749,0.189514037808534,0.0,0.819742240196743 -8194,0.5,0.255951455205554,0.0279064587418795,0.186999276418407,0.0351249377033846,0.844931900484633 -8195,0.5,0.255951455205554,0.0722994444975214,0.205525547759379,0.118074538520172,0.811476629355855 -8196,0.5,0.255951455205554,0.108425581198671,0.233264782411429,0.109359969222975,0.832089758724268 -8197,0.5,0.255951455205554,0.116637510625312,0.248774931255764,0.0432441721625445,0.7186929009166 -8198,0.5,0.255951455205554,0.0971954776317671,0.25064537016852,0.0304621095058496,0.60099756627442 -8199,0.5,0.255951455205554,0.0562464902434731,0.243280728214768,0.0463394091863122,0.585408107052541 -8200,0.5,0.255951455205554,0.00454903032145879,0.235878238383375,0.0,0.583162285176931 -8201,0.5,0.255951455205554,0.0,0.233230831896592,0.0,0.531042449774055 -8202,0.5,0.255951455205554,0.0,0.229227710671975,0.0,0.546976933784864 -8203,0.5,0.255951455205554,0.0,0.209255478641042,0.0,0.598439467701196 -8204,0.5,0.255951455205554,0.0,0.184201839048082,0.0,0.414315984323179 -8205,0.5,0.255951455205554,0.0,0.162453240862432,0.0,0.316489274291484 -8206,0.5,0.255951455205554,0.0,0.148442120085268,0.0,0.492532792660697 -8207,0.5,0.255951455205554,0.0,0.131474977601868,0.0,0.55326172793965 -8208,0.5,0.255951455205554,0.0,0.119059827821239,0.0,0.722079046079118 -8209,0.5,0.255951455205554,0.0,0.108599978475122,0.0,0.805730396796806 -8210,0.5,0.255951455205554,0.0,0.0989126642033059,0.0,0.766963060132028 -8211,0.5,0.255951455205554,0.0,0.0950873534844301,0.0,0.664709142826939 -8212,0.5,0.255951455205554,0.0,0.0910244168310222,0.0,0.5285337170979 -8213,0.5,0.255951455205554,0.0,0.0889334445491661,0.0,0.372856440442846 -8214,0.5,0.255951455205554,0.0,0.0870305255673552,0.0,0.241839723486757 -8215,0.5,0.255951455205554,0.0,0.0785949114307867,0.0,0.173473106287479 -8216,0.5,0.255951455205554,0.0,0.0672267724565715,0.0,0.140414691879207 -8217,0.5,0.255951455205554,0.00249830543803221,0.0557313491778567,0.0,0.100027119546926 -8218,0.5,0.255951455205554,0.051471549263806,0.0485832707003804,0.0631203221932473,0.0871570985426652 -8219,0.5,0.255951455205554,0.111925059235163,0.0498385450366708,0.209905828583018,0.105299967935773 -8220,0.5,0.255951455205554,0.140990010727599,0.0551439741783643,0.249011990126237,0.188674484872061 -8221,0.5,0.255951455205554,0.150808822805176,0.0644633896354557,0.237472932232391,0.366996689144982 -8222,0.5,0.255951455205554,0.13467774563413,0.0718865284650028,0.24201787124323,0.637938251710569 -8223,0.5,0.255951455205554,0.0891976378315473,0.0800439473177788,0.124120360638559,0.805845743516731 -8224,0.5,0.255951455205554,0.00759704298088365,0.101419601211211,0.0,0.895164441520685 -8225,0.5,0.255951455205554,0.0,0.131716838772368,0.0,0.916473449231167 -8226,0.5,0.255951455205554,0.0,0.163439522174915,0.0,0.925876747580841 -8227,0.5,0.255951455205554,0.0,0.202934975238323,0.0,0.938892412906915 -8228,0.5,0.255951455205554,0.0,0.252048906827913,0.0,0.952675616907262 -8229,0.5,0.255951455205554,0.0,0.302580123700331,0.0,0.960492484175375 -8230,0.5,0.255951455205554,0.0,0.363720732498132,0.0,0.191595273020236 -8231,0.5,0.255951455205554,0.0,0.443197169332915,0.0,0.096748210645475 -8232,0.5,0.255951455205554,0.0,0.518734402796179,0.0,0.103545024951336 -8233,0.5,0.255951455205554,0.0,0.587110629284149,0.0,0.110717432185812 -8234,0.5,0.255951455205554,0.0,0.643771993146179,0.0,0.107514024364905 -8235,0.5,0.255951455205554,0.0,0.696356307941037,0.0,0.111262715596426 -8236,0.5,0.255951455205554,0.0,0.73673116315411,0.0,0.893457249106051 -8237,0.5,0.255951455205554,0.0,0.771633048848255,0.0,1.00877895746199 -8238,0.5,0.255951455205554,0.0,0.805029622965603,0.0,1.00466966052848 -8239,0.5,0.255951455205554,0.0,0.838654768983671,0.0,1.01075585754301 -8240,0.5,0.255951455205554,0.0,0.862137368921422,0.0,1.0105756698442 -8241,0.5,0.255951455205554,0.00424488751477945,0.867713962365975,0.0,1.00741600773325 -8242,0.5,0.255951455205554,0.0450854444208292,0.861133725348287,0.0027749763364332,1.00667496434205 -8243,0.5,0.255951455205554,0.0809284861042841,0.849653535933322,0.0133806257331724,1.00480632739941 -8244,0.5,0.255951455205554,0.0982088745450449,0.833290227653013,0.0250924286093427,1.00471996060103 -8245,0.5,0.255951455205554,0.0828111097034738,0.812180980970814,0.0217246706357536,1.00584222125575 -8246,0.5,0.255951455205554,0.0577319824318091,0.767429773491186,0.0052237908887498,1.00494792874424 -8247,0.5,0.255951455205554,0.0329439136058496,0.699909838137678,0.00637184924491168,1.00397053505053 -8248,0.5,0.255951455205554,0.00229555993088974,0.628650769536252,0.0,1.00337293654483 -8249,0.5,0.255951455205554,0.0,0.56760409258088,0.0,1.00162752723401 -8250,0.5,0.255951455205554,0.0,0.531191142503401,0.0,1.00177089942437 -8251,0.5,0.255951455205554,0.0,0.519535451888242,0.0,1.00207659724725 -8252,0.5,0.255951455205554,0.0,0.512920358375739,0.0,1.00395959128395 -8253,0.5,0.255951455205554,0.0,0.519281390592713,0.0,0.183569601672362 -8254,0.5,0.255951455205554,0.0,0.535932935183515,0.0,1.00952661770492 -8255,0.5,0.255951455205554,0.0,0.562318636460204,0.0,1.0096209824913 -8256,0.5,0.255951455205554,0.0,0.592144013248685,0.0,1.00974866924063 -8257,0.5,0.255951455205554,0.0,0.609699547910868,0.0,1.00951929532144 -8258,0.5,0.255951455205554,0.0,0.631635764674941,0.0,1.00924515323363 -8259,0.5,0.255951455205554,0.0,0.670480571444458,0.0,1.0089636160384 -8260,0.5,0.255951455205554,0.0,0.703587166661507,0.0,1.00884954056285 -8261,0.5,0.255951455205554,0.0,0.727566633220263,0.0,1.00889643934298 -8262,0.5,0.255951455205554,0.0,0.749869011470286,0.0,1.00968056120014 -8263,0.5,0.255951455205554,0.0,0.77705355352762,0.0,1.01019209200733 -8264,0.5,0.255951455205554,0.0,0.806337688415196,0.0,1.01062999804362 -8265,0.5,0.255951455205554,0.00256024551270675,0.834974572466697,0.0,1.01048554379186 -8266,0.5,0.255951455205554,0.0374003549681098,0.864293381113163,0.00130764339908405,1.01034225762065 -8267,0.5,0.255951455205554,0.0695337974029803,0.895103819035741,0.00285149184549112,1.01030503081317 -8268,0.5,0.255951455205554,0.0879915574099346,0.903758062113561,0.00415658911303331,1.00936398544566 -8269,0.5,0.255951455205554,0.0910538848366698,0.913669791581774,0.00925951493363834,1.00823805087813 -8270,0.5,0.255951455205554,0.0718284551304533,0.923913184334583,0.0121317578895317,1.00744779283514 -8271,0.5,0.255951455205554,0.0360433255603001,0.938001124441027,0.00441994346612994,1.00798186792136 -8272,0.5,0.255951455205554,0.00365053396917589,0.92741314319474,0.000181027430075514,1.00848195575325 -8273,0.5,0.255951455205554,0.0,0.922859290391563,0.0,1.00825090754162 -8274,0.5,0.255951455205554,0.0,0.934569194591906,0.0,1.00744170050454 -8275,0.5,0.255951455205554,0.0,0.946533698389419,0.0,1.00762975898759 -8276,0.5,0.255951455205554,0.0,0.947658993533627,0.0,1.00788208535197 -8277,0.5,0.255951455205554,0.0,0.94426546004703,0.0,1.00706214453684 -8278,0.5,0.255951455205554,0.0,0.942452138990401,0.0,1.00707429717479 -8279,0.5,0.255951455205554,0.0,0.928400665493195,0.0,1.00693797544624 -8280,0.5,0.255951455205554,0.0,0.904726292258172,0.0,1.00589028556447 -8281,0.5,0.255951455205554,0.0,0.88569063243981,0.0,1.00411752522745 -8282,0.5,0.255951455205554,0.0,0.87156478477944,0.0,1.00273407051205 -8283,0.5,0.255951455205554,0.0,0.846652771662724,0.0,1.00127032719883 -8284,0.5,0.255951455205554,0.0,0.810720316715737,0.0,0.997784255595839 -8285,0.5,0.255951455205554,0.0,0.779381830369732,0.0,0.98011944296635 -8286,0.5,0.255951455205554,0.0,0.77290457190991,0.0,0.968777309752365 -8287,0.5,0.255951455205554,0.0,0.779547835516619,0.0,0.956536863109265 -8288,0.5,0.255951455205554,0.0,0.802478995188345,0.0,0.821316751104082 -8289,0.5,0.255951455205554,0.00253494431635406,0.820697185804135,0.0,0.782642722415718 -8290,0.5,0.255951455205554,0.0418613398674137,0.865213384680773,0.00153984338174761,0.99237093386898 -8291,0.5,0.255951455205554,0.0963408629382947,0.916554467719623,0.0126060507192197,1.00147748530974 -8292,0.5,0.255951455205554,0.138360661545362,0.950284513643125,0.0179947679102899,1.00376357119956 -8293,0.5,0.255951455205554,0.146496353304623,0.968208934588858,0.012539583052904,1.00901890259695 -8294,0.5,0.255951455205554,0.120870551362881,0.981152791073542,0.0113146928346159,1.01087863948319 -8295,0.5,0.255951455205554,0.0687869202540256,0.991579150313154,0.00703446854056664,0.893498643171161 -8296,0.5,0.255951455205554,0.00791646948554165,0.990259820076583,0.000432352463498044,0.992826853143523 -8297,0.5,0.255951455205554,0.0,0.970560388664131,0.0,1.00265517208682 -8298,0.5,0.255951455205554,0.0,0.954510963847462,0.0,1.00874986342128 -8299,0.5,0.255951455205554,0.0,1.00264129456718,0.0,1.00886894307923 -8300,0.5,0.255951455205554,0.0,1.00187828138303,0.0,1.009858987419 -8301,0.5,0.255951455205554,0.0,0.995141887273249,0.0,1.00829306102266 -8302,0.5,0.255951455205554,0.0,0.972643025155568,0.0,1.00506264950622 -8303,0.5,0.255951455205554,0.0,0.941461180305499,0.0,1.0059764549356 -8304,0.5,0.255951455205554,0.0,0.914572953009501,0.0,1.00680430433948 -8305,0.5,0.255951455205554,0.0,0.880178447135994,0.0,1.00685053148334 -8306,0.5,0.255951455205554,0.0,0.827277371498769,0.0,1.00650578152868 -8307,0.5,0.255951455205554,0.0,0.768115102343287,0.0,1.00002754144159 -8308,0.5,0.255951455205554,0.0,0.7048698562302,0.0,1.00473664225618 -8309,0.5,0.255951455205554,0.0,0.652293942378085,0.0,1.0067670081971 -8310,0.5,0.255951455205554,0.0,0.621309090755262,0.0,1.00758194830775 -8311,0.5,0.255951455205554,0.0,0.601549641253853,0.0,1.00749496473217 -8312,0.5,0.255951455205554,0.0,0.579138088266147,0.0,0.997349350695436 -8313,0.5,0.255951455205554,0.00124793554771403,0.549258369678874,0.0,0.995254586942528 -8314,0.5,0.255951455205554,0.0375717894733195,0.536734621661842,0.00219575780888318,0.992003128725794 -8315,0.5,0.255951455205554,0.0890327111785262,0.552724984088584,0.0082403303338511,0.979973459860395 -8316,0.5,0.255951455205554,0.121076898839027,0.542409499309878,0.0242597875273352,0.940217448844862 -8317,0.5,0.255951455205554,0.122018334465892,0.504907238569388,0.0385567442196469,0.760481939442007 -8318,0.5,0.255951455205554,0.0954726914453889,0.442821318550614,0.0591129221089918,0.636843215262905 -8319,0.5,0.255951455205554,0.0555506213421382,0.364928079336829,0.0278595188104158,0.598571138828556 -8320,0.5,0.255951455205554,0.00515978201318843,0.304445918204052,0.0,0.544221302088101 -8321,0.5,0.255951455205554,0.0,0.271357440432362,0.0,0.615316631398087 -8322,0.5,0.255951455205554,0.0,0.239816563018297,0.0,0.845742832152 -8323,0.5,0.255951455205554,0.0,0.208220038768365,0.0,0.917154364104384 -8324,0.5,0.255951455205554,0.0,0.190052188268446,0.0,0.868589751585659 -8325,0.5,0.255951455205554,0.0,0.18184495596909,0.0,0.848059886090863 -8326,0.5,0.255951455205554,0.0,0.178796939740629,0.0,0.901019800339724 -8327,0.5,0.255951455205554,0.0,0.177549005166587,0.0,0.912910009915361 -8328,0.5,0.255951455205554,0.0,0.182615510214337,0.0,0.902762410616621 -8329,0.5,0.255951455205554,0.0,0.193787717284917,0.0,0.896953272472568 -8330,0.5,0.255951455205554,0.0,0.208108794574767,0.0,0.899334479650843 -8331,0.5,0.255951455205554,0.0,0.21212901240635,0.0,0.936788093207235 -8332,0.5,0.255951455205554,0.0,0.210416021657128,0.0,0.983503480907864 -8333,0.5,0.255951455205554,0.0,0.209934875250824,0.0,0.994862319485948 -8334,0.5,0.255951455205554,0.0,0.214430496210466,0.0,0.994594647661032 -8335,0.5,0.255951455205554,0.0,0.221834404489569,0.0,0.988441010149448 -8336,0.5,0.255951455205554,0.0,0.226618523281808,0.0,0.980205284596818 -8337,0.5,0.255951455205554,0.00103792881746555,0.230203941402782,0.0,0.983273260313493 -8338,0.5,0.255951455205554,0.0347729457168041,0.240173444511761,0.0126407791430074,0.98904884903292 -8339,0.5,0.255951455205554,0.0937627041083134,0.262151868816252,0.143441081863339,0.989889010088469 -8340,0.5,0.255951455205554,0.155661834454614,0.28575942437656,0.253524787005156,0.988630371303198 -8341,0.5,0.255951455205554,0.184053626018651,0.293852025480711,0.254453973608994,0.986653521029089 -8342,0.5,0.255951455205554,0.178411272109019,0.293658563352703,0.249249433118039,0.984507339353319 -8343,0.5,0.255951455205554,0.120138078688418,0.289769064439694,0.180538736419835,0.985735824771422 -8344,0.5,0.255951455205554,0.0083888777931054,0.280125662497902,0.0,0.990306135834378 -8345,0.5,0.255951455205554,0.0,0.276611533338322,0.0,0.993698301479984 -8346,0.5,0.255951455205554,0.0,0.277476503174307,0.0,0.995874855444353 -8347,0.5,0.255951455205554,0.0,0.279272961013599,0.0,0.997281189355069 -8348,0.5,0.255951455205554,0.0,0.280199609364078,0.0,0.99634678209166 -8349,0.5,0.255951455205554,0.0,0.287301444882637,0.0,0.993891569057921 -8350,0.5,0.255951455205554,0.0,0.301214118496996,0.0,0.991902923201526 -8351,0.5,0.255951455205554,0.0,0.321717098115857,0.0,0.990674219404195 -8352,0.5,0.255951455205554,0.0,0.34719636127005,0.0,0.27343935737593 -8353,0.5,0.255951455205554,0.0,0.370089835735223,0.0,0.991170823910203 -8354,0.5,0.255951455205554,0.0,0.395088457666089,0.0,0.967418359775583 -8355,0.5,0.255951455205554,0.0,0.423297892277677,0.0,0.941777659404029 -8356,0.5,0.255951455205554,0.0,0.453511560971682,0.0,0.947196813617978 -8357,0.5,0.255951455205554,0.0,0.483872065544373,0.0,0.962312084681399 -8358,0.5,0.255951455205554,0.0,0.501774944433379,0.0,0.951000231604127 -8359,0.5,0.255951455205554,0.0,0.504321085246171,0.0,0.980999805777197 -8360,0.5,0.255951455205554,0.0,0.490614558298293,0.0,0.985557000935802 -8361,0.5,0.255951455205554,0.000926551133521179,0.478174992573199,0.0,0.987276924599902 -8362,0.5,0.255951455205554,0.0216322595315706,0.476696051953408,0.00525710709951578,0.972816035673763 -8363,0.5,0.255951455205554,0.0507746855139546,0.489253455432532,0.0459470021027499,0.953085400467913 -8364,0.5,0.255951455205554,0.0707048508613724,0.503963434140455,0.0591256035339866,0.974680628641087 -8365,0.5,0.255951455205554,0.0837253868977319,0.502600439002856,0.0540807242634477,0.984593820170401 -8366,0.5,0.255951455205554,0.0793945246721495,0.489088543476099,0.178578876589382,0.990310873891485 -8367,0.5,0.255951455205554,0.049200335826001,0.434561822107773,0.0814289260255839,0.991083354641063 -8368,0.5,0.255951455205554,0.00477995838457907,0.380105799913173,0.0,0.985863437651229 -8369,0.5,0.255951455205554,0.0,0.346813655533588,0.0,0.921784113691884 -8370,0.5,0.255951455205554,0.0,0.331138657862396,0.0,0.876505005207261 -8371,0.5,0.255951455205554,0.0,0.321897419617567,0.0,0.878230317773701 -8372,0.5,0.255951455205554,0.0,0.305468116335969,0.0,0.893508792549996 -8373,0.5,0.255951455205554,0.0,0.291359071534215,0.0,0.873625110850954 -8374,0.5,0.255951455205554,0.0,0.28303853485799,0.0,0.803535766334391 -8375,0.5,0.255951455205554,0.0,0.264987322158369,0.0,0.724729844755698 -8376,0.5,0.255951455205554,0.0,0.238053089900304,0.0,0.595184359402251 -8377,0.5,0.255951455205554,0.0,0.204971205575637,0.0,0.302994393626476 -8378,0.5,0.255951455205554,0.0,0.166346749537412,0.0,0.120248145430457 -8379,0.5,0.255951455205554,0.0,0.133963240889152,0.0,0.119158514517869 -8380,0.5,0.255951455205554,0.0,0.111847181786233,0.0,0.300975556626954 -8381,0.5,0.255951455205554,0.0,0.0991391592133984,0.0,0.622153979246371 -8382,0.5,0.255951455205554,0.0,0.0969719196461124,0.0,0.828983366671276 -8383,0.5,0.255951455205554,0.0,0.108905499466161,0.0,0.91832393921106 -8384,0.5,0.255951455205554,0.0,0.132081323327261,0.0,0.923734848765428 -8385,0.5,0.255951455205554,0.000657688679960246,0.168223073211339,0.0,0.919988712176051 -8386,0.5,0.255951455205554,0.0233785453509357,0.211878407114448,0.016412920041372,0.922039083259421 -8387,0.5,0.255951455205554,0.0650758315932507,0.257994133945936,0.0390195387673819,0.94590479285818 -8388,0.5,0.255951455205554,0.0959795924680119,0.301787412005381,0.0402557097228035,0.96117589028569 -8389,0.5,0.255951455205554,0.0970182460855533,0.34395464028328,0.0247494802641894,0.966886348455698 -8390,0.5,0.255951455205554,0.0761179504310687,0.373057337630238,0.0199291818564504,0.944894140753854 -8391,0.5,0.255951455205554,0.0406495400984201,0.373999827161809,0.00395098044431331,0.918421552258934 -8392,0.5,0.255951455205554,0.00235634332475149,0.359792730929293,0.0,0.883367146149646 -8393,0.5,0.255951455205554,0.0,0.35186429727979,0.0,0.847524119143802 -8394,0.5,0.255951455205554,0.0,0.356226113277403,0.0,0.840864927153675 -8395,0.5,0.255951455205554,0.0,0.342155172160816,0.0,0.833879361432443 -8396,0.5,0.255951455205554,0.0,0.310613604143528,0.0,0.78778443262088 -8397,0.5,0.255951455205554,0.0,0.272577948895142,0.0,0.749543739611425 -8398,0.5,0.255951455205554,0.0,0.249692551440401,0.0,0.704994655258027 -8399,0.5,0.255951455205554,0.0,0.237041704830059,0.0,0.530772688071456 -8400,0.5,0.255951455205554,0.0,0.228501708544832,0.0,0.520411614567385 -8401,0.5,0.255951455205554,0.0,0.22613615852933,0.0,0.671845782960136 -8402,0.5,0.255951455205554,0.0,0.222211490682451,0.0,0.607849887169392 -8403,0.5,0.255951455205554,0.0,0.228638825761156,0.0,0.588671861505895 -8404,0.5,0.255951455205554,0.0,0.239872417280288,0.0,0.867420525951586 -8405,0.5,0.255951455205554,0.0,0.257433155378873,0.0,0.981618774557697 -8406,0.5,0.255951455205554,0.0,0.286499655455989,0.0,0.98886929391094 -8407,0.5,0.255951455205554,0.0,0.318075152860819,0.0,0.986784427936635 -8408,0.5,0.255951455205554,0.0,0.368164429159762,0.0,0.97566082312855 -8409,0.5,0.255951455205554,0.00108491550063952,0.431211325631748,0.0,0.963572758529796 -8410,0.5,0.255951455205554,0.0294608741343554,0.483821800493744,0.00252983652296916,0.973947217961575 -8411,0.5,0.255951455205554,0.0641240371933823,0.526684849977119,0.0248901161948524,0.97978566912749 -8412,0.5,0.255951455205554,0.0811267147776612,0.586579010137362,0.0370314946047821,0.803233732355509 -8413,0.5,0.255951455205554,0.0719655908839546,0.637415203821709,0.0341463834435774,0.688365078898041 -8414,0.5,0.255951455205554,0.0492024591584936,0.63847203013698,0.0213521368021592,0.791672370127122 -8415,0.5,0.255951455205554,0.0221189393962152,0.588161255220007,0.0053929897032055,0.793814815545909 -8416,0.5,0.255951455205554,0.0009599581118516,0.504213654545818,0.0,0.835045895373564 -8417,0.5,0.255951455205554,0.0,0.42458886917528,0.0,0.53996808376353 -8418,0.5,0.255951455205554,0.0,0.385231123281989,0.0,0.303628650407233 -8419,0.5,0.255951455205554,0.0,0.318662891238812,0.0,0.322184655969103 -8420,0.5,0.255951455205554,0.0,0.292651404263486,0.0,0.390812818094696 -8421,0.5,0.255951455205554,0.0,0.294445888460137,0.0,0.527578770465392 -8422,0.5,0.255951455205554,0.0,0.283195246390934,0.0,0.531842856116668 -8423,0.5,0.255951455205554,0.0,0.265017303868242,0.0,0.591394238557124 -8424,0.5,0.255951455205554,0.0,0.262174992274561,0.0,0.599750276703205 -8425,0.5,0.255951455205554,0.0,0.288688155221132,0.0,0.563410186864511 -8426,0.5,0.255951455205554,0.0,0.289885282850652,0.0,0.424468833758968 -8427,0.5,0.255951455205554,0.0,0.285138982697655,0.0,0.358786966274483 -8428,0.5,0.255951455205554,0.0,0.269076880648035,0.0,0.408646847509165 -8429,0.5,0.255951455205554,0.0,0.268825547546788,0.0,0.49839833020228 -8430,0.5,0.255951455205554,0.0,0.278430870320039,0.0,0.460821945052397 -8431,0.5,0.255951455205554,0.0,0.298127813935352,0.0,0.404197652981852 -8432,0.5,0.255951455205554,0.0,0.313244486509072,0.0,0.467782298213773 -8433,0.5,0.255951455205554,3.9541715059719e-05,0.331494320792009,0.0,0.57437268932775 -8434,0.5,0.255951455205554,0.000814732546422765,0.353620327918199,0.000101949093218272,0.633223477600177 -8435,0.5,0.255951455205554,0.00185208113016325,0.379636289111573,0.000369152080733816,0.75029034908451 -8436,0.5,0.255951455205554,0.00313968961133688,0.424714684050613,0.000569067255964049,0.88010329287019 -8437,0.5,0.255951455205554,0.00355051606799736,0.486629883164735,0.000530337797308301,0.89724956626486 -8438,0.5,0.255951455205554,0.00238268250373829,0.559185498058387,0.000560039419824591,0.904323908250599 -8439,0.5,0.255951455205554,0.00112917032457057,0.626036533392519,0.000322600712150608,0.921557814662769 -8440,0.5,0.255951455205554,0.000171960422222677,0.682774799861007,0.0,0.935820162981309 -8441,0.5,0.255951455205554,0.0,0.743753264377233,0.0,0.960722115141839 -8442,0.5,0.255951455205554,0.0,0.804609892604501,0.0,0.988643231538954 -8443,0.5,0.255951455205554,0.0,0.854898785752781,0.0,0.999389933154891 -8444,0.5,0.255951455205554,0.0,0.888880928667035,0.0,1.00013582477056 -8445,0.5,0.255951455205554,0.0,0.911525122915057,0.0,0.962846133744755 -8446,0.5,0.255951455205554,0.0,0.930658089062437,0.0,0.763905308957899 -8447,0.5,0.255951455205554,0.0,0.937527296661307,0.0,0.491837044406596 -8448,0.5,0.255951455205554,0.0,0.929449135524125,0.0,0.322686011844453 -8449,0.5,0.255951455205554,0.0,0.897609432938713,0.0,0.264053537703763 -8450,0.5,0.255951455205554,0.0,0.860050934026585,0.0,0.265715603220245 -8451,0.5,0.255951455205554,0.0,0.840644689373184,0.0,0.496848011146419 -8452,0.5,0.255951455205554,0.0,0.833290879229313,0.0,0.719991926619996 -8453,0.5,0.255951455205554,0.0,0.838595005800322,0.0,0.779290405366044 -8454,0.5,0.255951455205554,0.0,0.830353110372705,0.0,0.767881513062209 -8455,0.5,0.255951455205554,0.0,0.823421385927144,0.0,0.78122161116904 -8456,0.5,0.255951455205554,0.0,0.79755779292836,0.0,0.817950255615033 -8457,0.5,0.255951455205554,0.000283568346937251,0.767519814664993,0.0,0.883297371495793 -8458,0.5,0.255951455205554,0.00556294604207613,0.73835526009274,0.00145422898617048,0.898995170902252 -8459,0.5,0.255951455205554,0.0156805020256647,0.733433958905761,0.0124022996618569,0.928158414923302 -8460,0.5,0.255951455205554,0.0236685950331244,0.762473121171066,0.0641871609446186,0.946889823390967 -8461,0.5,0.255951455205554,0.022253796524998,0.777126241472149,0.062453602475733,0.957969405683392 -8462,0.5,0.255951455205554,0.0171943509778625,0.779826187059926,0.0138215666347238,0.953651431317714 -8463,0.5,0.255951455205554,0.0108193016592019,0.75344967337368,0.0103807378732816,0.978968982454528 -8464,0.5,0.255951455205554,0.000614635204806607,0.720294173511162,0.0,0.99713443800502 -8465,0.5,0.255951455205554,0.0,0.736562354807848,0.0,1.00213658462853 -8466,0.5,0.255951455205554,0.0,0.746383778376518,0.0,1.0030648069822 -8467,0.5,0.255951455205554,0.0,0.75506198890132,0.0,1.00515561253854 -8468,0.5,0.255951455205554,0.0,0.752998977251944,0.0,1.00540488671851 -8469,0.5,0.255951455205554,0.0,0.73526956141671,0.0,1.00510023509582 -8470,0.5,0.255951455205554,0.0,0.731363758321041,0.0,1.00465813617143 -8471,0.5,0.255951455205554,0.0,0.74867386030926,0.0,1.00632842153345 -8472,0.5,0.255951455205554,0.0,0.770968099369234,0.0,1.00642598547674 -8473,0.5,0.255951455205554,0.0,0.800800628564472,0.0,1.00633550518622 -8474,0.5,0.255951455205554,0.0,0.828560966787591,0.0,1.00710784149238 -8475,0.5,0.255951455205554,0.0,0.859419284971484,0.0,1.00861096601663 -8476,0.5,0.255951455205554,0.0,0.880358986268316,0.0,1.00953094176918 -8477,0.5,0.255951455205554,0.0,0.902438093017538,0.0,0.117326851775686 -8478,0.5,0.255951455205554,0.0,0.917659358756982,0.0,0.150785048183781 -8479,0.5,0.255951455205554,0.0,0.93123498991309,0.0,0.29313038515401 -8480,0.5,0.255951455205554,0.0,0.945987317510102,0.0,0.902832172963553 -8481,0.5,0.255951455205554,0.00116697881112339,0.960649490405426,0.0,1.01052310141791 -8482,0.5,0.255951455205554,0.0476976656537341,0.971604912051662,0.00866632688747017,1.01046691993561 -8483,0.5,0.255951455205554,0.108374720910952,0.972145538720298,0.131768161573356,1.00999909884163 -8484,0.5,0.255951455205554,0.13734472746242,0.980001107316403,0.221221422211486,1.01026103291829 -8485,0.5,0.255951455205554,0.124902461451614,0.984265269990122,0.22296631917017,1.01020305605732 -8486,0.5,0.255951455205554,0.0844207445058544,0.978299559149056,0.230465759953596,0.262139468208456 -8487,0.5,0.255951455205554,0.0391657684470118,0.963749993899696,0.179857953037,0.111635467964667 -8488,0.5,0.255951455205554,0.00381992683983964,0.929202331275192,0.0,0.111050211141964 -8489,0.5,0.255951455205554,0.0,0.920633992641401,0.0,0.109464390506305 -8490,0.5,0.255951455205554,0.0,0.925775020084592,0.0,1.00649738675434 -8491,0.5,0.255951455205554,0.0,0.950477166200613,0.0,1.00954565606135 -8492,0.5,0.255951455205554,0.0,0.953620637940749,0.0,1.00923466695036 -8493,0.5,0.255951455205554,0.0,0.947977690387581,0.0,1.00987313185635 -8494,0.5,0.255951455205554,0.0,0.925952536899083,0.0,1.00966587206566 -8495,0.5,0.255951455205554,0.0,0.888440640324888,0.0,1.00877781607975 -8496,0.5,0.255951455205554,0.0,0.852736453901315,0.0,1.00657562744033 -8497,0.5,0.255951455205554,0.0,0.823424320705295,0.0,0.998627137402302 -8498,0.5,0.255951455205554,0.0,0.797474010804454,0.0,1.00042309868115 -8499,0.5,0.255951455205554,0.0,0.765756501159864,0.0,1.0029125923972 -8500,0.5,0.255951455205554,0.0,0.730480938866906,0.0,0.974950394237559 -8501,0.5,0.255951455205554,0.0,0.689070035417799,0.0,0.916047398185498 -8502,0.5,0.255951455205554,0.0,0.658212129509062,0.0,0.949005843771869 -8503,0.5,0.255951455205554,0.0,0.636199925970948,0.0,0.999243995201494 -8504,0.5,0.255951455205554,0.0,0.645355450922103,0.0,0.998857179243742 -8505,0.5,0.255951455205554,0.000533307134699848,0.655028789545258,0.0,0.998420755132421 -8506,0.5,0.255951455205554,0.0220756546130503,0.72940900964799,0.00405541864537861,0.997181468730547 -8507,0.5,0.255951455205554,0.049277288346807,0.81215138741612,0.0144722187505422,1.00056497254839 -8508,0.5,0.255951455205554,0.0669740613487135,0.867434864230245,0.016592152385728,1.00347568040811 -8509,0.5,0.255951455205554,0.0664167024959935,0.906760512511253,0.0157736824915733,1.01019770331044 -8510,0.5,0.255951455205554,0.0512741529144598,0.93055393885544,0.0102247677783493,0.293265647506428 -8511,0.5,0.255951455205554,0.0316705349347942,0.951634273695044,0.00279985643533517,0.112926578272017 -8512,0.5,0.255951455205554,0.0071124075048735,0.937438801913655,0.000247166132974327,0.151244500411277 -8513,0.5,0.255951455205554,0.0,0.946369219646831,0.0,0.903307296721616 -8514,0.5,0.255951455205554,0.0,0.986789718257025,0.0,1.010917532108 -8515,0.5,0.255951455205554,0.0,0.993096960207211,0.0,1.01091739464826 -8516,0.5,0.255951455205554,0.0,0.999075508248553,0.0,1.01091590247748 -8517,0.5,0.255951455205554,0.0,1.00152413441782,0.0,1.01091687427224 -8518,0.5,0.255951455205554,0.0,1.00198923637494,0.0,1.01091790630616 -8519,0.5,0.255951455205554,0.0,1.00123653597961,0.0,1.01091244592205 -8520,0.5,0.255951455205554,0.0,1.00118322227488,0.0,1.01085696881297 -8521,0.5,0.255951455205554,0.0,1.00153758199575,0.0,1.01078567222376 -8522,0.5,0.255951455205554,0.0,1.00033589827523,0.0,1.01078721635179 -8523,0.5,0.255951455205554,0.0,0.998971472332418,0.0,1.01057718495855 -8524,0.5,0.255951455205554,0.0,0.998656386376529,0.0,1.00907888004655 -8525,0.5,0.255951455205554,0.0,0.996870136947857,0.0,1.00645570007506 -8526,0.5,0.255951455205554,0.0,0.996437581452186,0.0,1.00679392222855 -8527,0.5,0.255951455205554,0.0,0.995307431703435,0.0,1.00837148225985 -8528,0.5,0.255951455205554,0.0,0.99353704845413,0.0,1.00945299974369 -8529,0.5,0.255951455205554,0.000770044856960586,0.992414798258918,0.0,1.00951395795722 -8530,0.5,0.255951455205554,0.0282465802527081,0.991734419456704,0.000168443444274119,1.00971729934533 -8531,0.5,0.255951455205554,0.0642879743541067,0.99059663783565,0.000721825057075502,1.0090959235913 -8532,0.5,0.255951455205554,0.0882829835643078,0.99139362500939,0.0014119183403993,1.00597084649375 -8533,0.5,0.255951455205554,0.0922490708667542,0.989970390707477,0.00157836819028639,0.999883254607457 -8534,0.5,0.255951455205554,0.0769904634838174,0.986744525192512,0.00274950114366532,0.993378567888936 -8535,0.5,0.255951455205554,0.0498591745317997,0.976294336870716,0.00414760474197635,0.993117347612945 -8536,0.5,0.255951455205554,0.0129769100762184,0.96454770376451,0.0,0.990904838379328 -8537,0.5,0.255951455205554,0.0,0.954169198546176,0.0,0.986747329664356 -8538,0.5,0.255951455205554,0.0,0.94479753126455,0.0,0.984529804286709 -8539,0.5,0.255951455205554,0.0,0.933608478695684,0.0,0.978477277827258 -8540,0.5,0.255951455205554,0.0,0.919744566925017,0.0,0.960258230932088 -8541,0.5,0.255951455205554,0.0,0.906824391852945,0.0,0.964675214159211 -8542,0.5,0.255951455205554,0.0,0.898634511091798,0.0,0.970556065803528 -8543,0.5,0.255951455205554,0.0,0.896575433620389,0.0,0.972198076582819 -8544,0.5,0.255951455205554,0.0,0.893231652638806,0.0,0.968975271145721 -8545,0.5,0.255951455205554,0.0,0.892978925464768,0.0,0.955587199489939 -8546,0.5,0.255951455205554,0.0,0.897413642299387,0.0,0.943650236658656 -8547,0.5,0.255951455205554,0.0,0.902855141624822,0.0,0.942054629684088 -8548,0.5,0.255951455205554,0.0,0.907653059066543,0.0,0.926204194623083 -8549,0.5,0.255951455205554,0.0,0.905628048061621,0.0,0.908867648059482 -8550,0.5,0.255951455205554,0.0,0.898591326971969,0.0,0.873518433682482 -8551,0.5,0.255951455205554,0.0,0.889484044406357,0.0,0.738482571456845 -8552,0.5,0.255951455205554,0.0,0.876234616544727,0.0,0.449756740853229 -8553,0.5,0.255951455205554,0.000785880869363229,0.858844445162174,0.0,0.278015396807195 -8554,0.5,0.255951455205554,0.026532852147964,0.843221718348555,0.00139437483409386,0.224721975670612 -8555,0.5,0.255951455205554,0.0623984784240246,0.842847945493069,0.0091467750840134,0.210782055308297 -8556,0.5,0.255951455205554,0.0885129355632929,0.848170394811451,0.0176948822473033,0.178838198904723 -8557,0.5,0.255951455205554,0.104188198789074,0.844735937689333,0.0165856637787272,0.183782937079113 -8558,0.5,0.255951455205554,0.104180610690984,0.826235716340372,0.0143667802950159,0.201315625718146 -8559,0.5,0.255951455205554,0.0886219975511222,0.815435831858706,0.0064369733212233,0.209924184092234 -8560,0.5,0.255951455205554,0.0210383456030948,0.793167593165353,0.0,0.242005475053064 -8561,0.5,0.255951455205554,0.0,0.775993166130217,0.0,0.33383776073738 -8562,0.5,0.255951455205554,0.0,0.769276260540777,0.0,0.363811799618765 -8563,0.5,0.255951455205554,0.0,0.763793733074607,0.0,0.256259550018924 -8564,0.5,0.255951455205554,0.0,0.758055467360117,0.0,0.167523537507745 -8565,0.5,0.255951455205554,0.0,0.753135919109641,0.0,0.126674258556676 -8566,0.5,0.255951455205554,0.0,0.748967644497909,0.0,0.108157705640626 -8567,0.5,0.255951455205554,0.0,0.748786649156629,0.0,0.0914858870703316 -8568,0.5,0.255951455205554,0.0,0.752179680970755,0.0,0.064971062793734 -8569,0.5,0.255951455205554,0.0,0.757328490763072,0.0,0.0446834453459289 -8570,0.5,0.255951455205554,0.0,0.759877104455144,0.0,0.0313200976169468 -8571,0.5,0.255951455205554,0.0,0.748010560233724,0.0,0.022664976676693 -8572,0.5,0.255951455205554,0.0,0.746923949129788,0.0,0.0174558228876349 -8573,0.5,0.255951455205554,0.0,0.747440952196514,0.0,0.0204534963326039 -8574,0.5,0.255951455205554,0.0,0.742458148184553,0.0,0.054563293003411 -8575,0.5,0.255951455205554,0.0,0.738351164524885,0.0,0.211063689144159 -8576,0.5,0.255951455205554,0.0,0.735403044552474,0.0,0.572115663177635 -8577,0.5,0.255951455205554,0.00125963050716299,0.734958427662286,0.0,0.836955551592421 -8578,0.5,0.255951455205554,0.0272476979167726,0.743545522871813,0.00261630793917312,0.88929180433598 -8579,0.5,0.255951455205554,0.0502380115411596,0.761543112929043,0.0197001703736354,0.913597587218399 -8580,0.5,0.255951455205554,0.0634933531499132,0.796920066102367,0.0532027304988699,0.922292542215381 -8581,0.5,0.255951455205554,0.0702100748655641,0.790840652966331,0.0146182051869962,0.939346036422332 -8582,0.5,0.255951455205554,0.0776757196869566,0.762212049956029,0.00982787670588035,0.980167721600357 -8583,0.5,0.255951455205554,0.0638580517622808,0.740099779195272,0.00280663775134779,1.00450758884595 -8584,0.5,0.255951455205554,0.0142054247369394,0.714111490489401,0.0,1.00525986842364 -8585,0.5,0.255951455205554,0.0,0.676211770083699,0.0,1.00404626919618 -8586,0.5,0.255951455205554,0.0,0.639879948792478,0.0,1.0030113136031 -8587,0.5,0.255951455205554,0.0,0.620092394696564,0.0,1.0041224175312 -8588,0.5,0.255951455205554,0.0,0.608293929819497,0.0,1.00555736549751 -8589,0.5,0.255951455205554,0.0,0.60498061905381,0.0,1.00621344747398 -8590,0.5,0.255951455205554,0.0,0.599898970688351,0.0,1.00604079297443 -8591,0.5,0.255951455205554,0.0,0.59134568626034,0.0,1.00562013710411 -8592,0.5,0.255951455205554,0.0,0.613960087037293,0.0,1.00510739328415 -8593,0.5,0.255951455205554,0.0,0.656693050860192,0.0,1.00466849000005 -8594,0.5,0.255951455205554,0.0,0.701311143171219,0.0,1.0041509138491 -8595,0.5,0.255951455205554,0.0,0.728666387993332,0.0,1.00071566581894 -8596,0.5,0.255951455205554,0.0,0.740573126561617,0.0,1.00138092788902 -8597,0.5,0.255951455205554,0.0,0.745382548858465,0.0,1.00428637184172 -8598,0.5,0.255951455205554,0.0,0.762617468508186,0.0,1.00384380175925 -8599,0.5,0.255951455205554,0.0,0.774383064652072,0.0,1.00465211781059 -8600,0.5,0.255951455205554,0.0,0.781044725054056,0.0,1.00191491186128 -8601,0.5,0.255951455205554,0.000386618020576755,0.819082594445836,0.0,1.00290805140776 -8602,0.5,0.255951455205554,0.0236086174166209,0.829750304784428,0.0187790846083598,1.00281552947889 -8603,0.5,0.255951455205554,0.0611765898209937,0.832273950568511,0.152035886625943,1.00166741577221 -8604,0.5,0.255951455205554,0.0920945990887588,0.8529070549155,0.2267670843722,0.99424247446822 -8605,0.5,0.255951455205554,0.103659467952364,0.857591922184347,0.0162847491043405,0.872341772510418 -8606,0.5,0.255951455205554,0.0921003419321604,0.848567789490992,0.00730338219547612,0.853128637414913 -8607,0.5,0.255951455205554,0.0572771926051276,0.814013217969159,0.00372988010201196,0.887756561219892 -8608,0.5,0.255951455205554,0.00991548615599296,0.768205752002458,0.0,0.876349836815566 -8609,0.5,0.255951455205554,0.0,0.71353126239968,0.0,0.8739039128518 -8610,0.5,0.255951455205554,0.0,0.678446071893537,0.0,0.855259164033117 -8611,0.5,0.255951455205554,0.0,0.659404280128697,0.0,0.822562926855285 -8612,0.5,0.255951455205554,0.0,0.659716774625908,0.0,0.753175747903151 -8613,0.5,0.255951455205554,0.0,0.630702736291324,0.0,0.652691404047349 -8614,0.5,0.255951455205554,0.0,0.59042624652145,0.0,0.521425501893499 -8615,0.5,0.255951455205554,0.0,0.556997790950556,0.0,0.375395700487678 -8616,0.5,0.255951455205554,0.0,0.512388539037621,0.0,0.258833886534231 -8617,0.5,0.255951455205554,0.0,0.467008140025152,0.0,0.181250771739099 -8618,0.5,0.255951455205554,0.0,0.410424145087021,0.0,0.122161274861138 -8619,0.5,0.255951455205554,0.0,0.341039045822913,0.0,0.06099200126262 -8620,0.5,0.255951455205554,0.0,0.287742026790039,0.0,0.0268709993796081 -8621,0.5,0.255951455205554,0.0,0.245792814043463,0.0,0.0215630211569234 -8622,0.5,0.255951455205554,0.0,0.213908650912229,0.0,0.0197923505844822 -8623,0.5,0.255951455205554,0.0,0.191161382197569,0.0,0.0286334223552727 -8624,0.5,0.255951455205554,0.0,0.169872811071008,0.0,0.0462819078715938 -8625,0.5,0.255951455205554,0.000342938127881987,0.139739724744111,0.0,0.0505641586753326 -8626,0.5,0.255951455205554,0.0326066995254961,0.122262151615037,0.0264166714529073,0.036234774888611 -8627,0.5,0.255951455205554,0.105329044434522,0.108068342702411,0.184802059173727,0.0282753921319475 -8628,0.5,0.255951455205554,0.167901541155441,0.0991233583562315,0.302003474700411,0.0309900578883311 -8629,0.5,0.255951455205554,0.189472321777685,0.0953804318860466,0.353568040470045,0.0398150349909027 -8630,0.5,0.255951455205554,0.171110805830025,0.0900549971139892,0.327966024372587,0.0550159320801212 -8631,0.5,0.255951455205554,0.110048611502989,0.078552091837031,0.202011810221801,0.0614124554085109 -8632,0.5,0.255951455205554,0.010825487392812,0.0669991651987108,0.0,0.0615924624797171 -8633,0.5,0.255951455205554,0.0,0.0626047776683917,0.0,0.046101274078248 -8634,0.5,0.255951455205554,0.0,0.0631449494767682,0.0,0.0649853664438447 -8635,0.5,0.255951455205554,0.0,0.0646481441487244,0.0,0.121938226214713 -8636,0.5,0.255951455205554,0.0,0.0715490222505473,0.0,0.180632597673972 -8637,0.5,0.255951455205554,0.0,0.0852542432557003,0.0,0.236643959758877 -8638,0.5,0.255951455205554,0.0,0.102105207981134,0.0,0.33291073856544 -8639,0.5,0.255951455205554,0.0,0.118266157503032,0.0,0.501465058713387 -8640,0.5,0.255951455205554,0.0,0.131567199303046,0.0,0.545075274020449 -8641,0.5,0.255951455205554,0.0,0.14262055309473,0.0,0.477631771359174 -8642,0.5,0.255951455205554,0.0,0.149660528819946,0.0,0.495354881386078 -8643,0.5,0.255951455205554,0.0,0.152026755528134,0.0,0.483781701498925 -8644,0.5,0.255951455205554,0.0,0.160628290146841,0.0,0.394783452266491 -8645,0.5,0.255951455205554,0.0,0.186871530979448,0.0,0.31115382203854 -8646,0.5,0.255951455205554,0.0,0.227788941394622,0.0,0.279717428166437 -8647,0.5,0.255951455205554,0.0,0.275105670725063,0.0,0.294232220263875 -8648,0.5,0.255951455205554,0.0,0.323347234321963,0.0,0.327108480276683 -8649,0.5,0.255951455205554,0.00107417023210358,0.352763668853882,0.0,0.322889107733232 -8650,0.5,0.255951455205554,0.0523260679991792,0.382161875029689,0.0275255276787093,0.296648835892858 -8651,0.5,0.255951455205554,0.129029454211604,0.419961037944994,0.192969899981703,0.276755222052477 -8652,0.5,0.255951455205554,0.179952030044019,0.452724152645622,0.312531557913754,0.278991434571088 -8653,0.5,0.255951455205554,0.190213629341485,0.473150152197966,0.363728820050283,0.2848886171359 -8654,0.5,0.255951455205554,0.161329509215571,0.488298935112573,0.343041072816318,0.281190515306481 -8655,0.5,0.255951455205554,0.0974278772590694,0.493332486478038,0.24428030961429,0.262214423780558 -8656,0.5,0.255951455205554,0.00784491179720794,0.48732712597502,0.0,0.246141702711744 -8657,0.5,0.255951455205554,0.0,0.487056739381546,0.0,0.259144722259041 -8658,0.5,0.255951455205554,0.0,0.506763928010405,0.0,0.291381459127774 -8659,0.5,0.255951455205554,0.0,0.523011853364387,0.0,0.354602555538951 -8660,0.5,0.255951455205554,0.0,0.531101799894312,0.0,0.458730938537984 -8661,0.5,0.255951455205554,0.0,0.535227872806882,0.0,0.552747861252563 -8662,0.5,0.255951455205554,0.0,0.52638644619445,0.0,0.620404216605749 -8663,0.5,0.255951455205554,0.0,0.51588172278749,0.0,0.647382759384002 -8664,0.5,0.255951455205554,0.0,0.504167422823507,0.0,0.645006532499463 -8665,0.5,0.255951455205554,0.0,0.482134314820863,0.0,0.582017434886192 -8666,0.5,0.255951455205554,0.0,0.450095615758414,0.0,0.476114718552944 -8667,0.5,0.255951455205554,0.0,0.408185060353302,0.0,0.420921677445954 -8668,0.5,0.255951455205554,0.0,0.366044921423274,0.0,0.290431327462824 -8669,0.5,0.255951455205554,0.0,0.332015894337966,0.0,0.203502718588728 -8670,0.5,0.255951455205554,0.0,0.300264694249243,0.0,0.166511218977105 -8671,0.5,0.255951455205554,0.0,0.272883043921818,0.0,0.121567751866019 -8672,0.5,0.255951455205554,0.0,0.252356009043461,0.0,0.110587712837513 -8673,0.5,0.255951455205554,0.000951180710104495,0.235012966687323,0.0,0.147697913139256 -8674,0.5,0.255951455205554,0.0710267457356561,0.22043787831994,0.00531493283731866,0.230917169815357 -8675,0.5,0.255951455205554,0.198476967141983,0.211863953449648,0.051728934566646,0.247282925902154 -8676,0.5,0.255951455205554,0.297296428840647,0.205048320418476,0.0371414603641572,0.414639332527832 -8677,0.5,0.255951455205554,0.338359151753718,0.200220138666184,0.0335965396071454,0.494831465284653 -8678,0.5,0.255951455205554,0.315767362407068,0.195403344787908,0.0549722304835398,0.48409311218797 -8679,0.5,0.255951455205554,0.214307254991047,0.167155799147914,0.131631823152261,0.35601081361751 -8680,0.5,0.255951455205554,0.0282557061432348,0.138357110807051,0.0,0.25063988593177 -8681,0.5,0.255951455205554,0.0,0.108349050464638,0.0,0.128833013628474 -8682,0.5,0.255951455205554,0.0,0.0776037802735703,0.0,0.0690199604844348 -8683,0.5,0.255951455205554,0.0,0.054571121609706,0.0,0.0341368877058062 -8684,0.5,0.255951455205554,0.0,0.0362768371901809,0.0,0.055657115671789 -8685,0.5,0.255951455205554,0.0,0.0286095908411048,0.0,0.136530384997966 -8686,0.5,0.255951455205554,0.0,0.0307304060553336,0.0,0.208991893993028 -8687,0.5,0.255951455205554,0.0,0.0460322948511716,0.0,0.303338790921995 -8688,0.5,0.255951455205554,0.0,0.072023653084618,0.0,0.451814283599472 -8689,0.5,0.255951455205554,0.0,0.105486375462965,0.0,0.616156984278387 -8690,0.5,0.255951455205554,0.0,0.143109713394928,0.0,0.864587690875071 -8691,0.5,0.255951455205554,0.0,0.181573857873173,0.0,0.965579462302514 -8692,0.5,0.255951455205554,0.0,0.217925465057431,0.0,0.963165097757013 -8693,0.5,0.255951455205554,0.0,0.236681216781078,0.0,0.955694958340177 -8694,0.5,0.255951455205554,0.0,0.243299719292803,0.0,0.96277822759984 -8695,0.5,0.255951455205554,0.0,0.270805418967234,0.0,0.955592384162201 -8696,0.5,0.255951455205554,0.0,0.313721899923463,0.0,0.927382909264543 -8697,0.5,0.255951455205554,0.00097565292155547,0.342916996050744,0.0,0.923203458258792 -8698,0.5,0.255951455205554,0.0429753481354903,0.392945107193995,0.012783872654864,0.990384577496266 -8699,0.5,0.255951455205554,0.103261293097037,0.462301336791692,0.0252234021845975,0.99489604839112 -8700,0.5,0.255951455205554,0.138508399705158,0.513935838966943,0.0150650453954045,0.985036706617199 -8701,0.5,0.255951455205554,0.136024818465262,0.561426813156232,0.0324304127676581,0.923540406653476 -8702,0.5,0.255951455205554,0.104643591873463,0.579145398856583,0.0388349871900313,0.85187500510182 -8703,0.5,0.255951455205554,0.0568087199444561,0.540151570711109,0.0293619109828815,0.753871062667183 -8704,0.5,0.255951455205554,0.0111359249941846,0.477991315271437,0.0,0.635081672617444 -8705,0.5,0.255951455205554,1.02108343263207e-06,0.410785615302024,0.0,0.391897875643512 -8706,0.5,0.255951455205554,0.0,0.336028552086499,0.0,0.172740563127038 -8707,0.5,0.255951455205554,0.0,0.252409727655001,0.0,0.105665955559046 -8708,0.5,0.255951455205554,0.0,0.196983740047702,0.0,0.0938521908686796 -8709,0.5,0.255951455205554,0.0,0.156986594594485,0.0,0.127998586104121 -8710,0.5,0.255951455205554,0.0,0.125429680086051,0.0,0.16627076777237 -8711,0.5,0.255951455205554,0.0,0.0979989288898335,0.0,0.249165482714626 -8712,0.5,0.255951455205554,0.0,0.0800573573815134,0.0,0.549021924461909 -8713,0.5,0.255951455205554,0.0,0.0730670986231651,0.0,0.741519739261528 -8714,0.5,0.255951455205554,0.0,0.0803550740758059,0.0,0.768768685769198 -8715,0.5,0.255951455205554,0.0,0.0825107314413629,0.0,0.714109090145663 -8716,0.5,0.255951455205554,0.0,0.0833921182265334,0.0,0.659063585987752 -8717,0.5,0.255951455205554,0.0,0.0885385437984304,0.0,0.659358215068333 -8718,0.5,0.255951455205554,0.0,0.0975497602374056,0.0,0.701399118416827 -8719,0.5,0.255951455205554,0.0,0.112720621698016,0.0,0.740535026436629 -8720,0.5,0.255951455205554,0.0,0.121765440168348,0.0,0.743023809571504 -8721,0.5,0.255951455205554,0.00111534761766454,0.119844910593409,0.0,0.702930899675396 -8722,0.5,0.255951455205554,0.0447439384753153,0.123849838993334,0.0126991594026627,0.64367637877631 -8723,0.5,0.255951455205554,0.113253234565302,0.130722173204421,0.139936297503725,0.616428921734254 -8724,0.5,0.255951455205554,0.165274750849823,0.141519144910572,0.248064051027229,0.611085104030791 -8725,0.5,0.255951455205554,0.179830945816979,0.144842110902314,0.316457459984371,0.614883344518297 -8726,0.5,0.255951455205554,0.15550383995539,0.140687215357194,0.31570708393948,0.629873114652997 -8727,0.5,0.255951455205554,0.0995608877974081,0.133766150417778,0.235510204553516,0.643992240491431 -8728,0.5,0.255951455205554,0.0167768837123658,0.11868852742956,0.0,0.647019077220968 -8729,0.5,0.255951455205554,0.0,0.104137917487207,0.0,0.657631365916818 -8730,0.5,0.255951455205554,0.0,0.0991438457230104,0.0,0.656510464673693 -8731,0.5,0.255951455205554,0.0,0.100143718108342,0.0,0.651661967186897 -8732,0.5,0.255951455205554,0.0,0.0995194492737847,0.0,0.667518670226736 -8733,0.5,0.255951455205554,0.0,0.100054134356059,0.0,0.681443754041883 -8734,0.5,0.255951455205554,0.0,0.106561233345275,0.0,0.688724986773596 -8735,0.5,0.255951455205554,0.0,0.116506738598039,0.0,0.660780522534066 -8736,0.5,0.255951455205554,0.0,0.127406856977771,0.0,0.642595365469939 -8737,0.5,0.255951455205554,0.0,0.133003014740059,0.0,0.657107379483033 -8738,0.5,0.255951455205554,0.0,0.133416723842168,0.0,0.666514688987648 -8739,0.5,0.255951455205554,0.0,0.130313978561733,0.0,0.664038057401335 -8740,0.5,0.255951455205554,0.0,0.129082201981355,0.0,0.653836643698515 -8741,0.5,0.255951455205554,0.0,0.134126956242233,0.0,0.628883261501192 -8742,0.5,0.255951455205554,0.0,0.144024307214627,0.0,0.591834149260552 -8743,0.5,0.255951455205554,0.0,0.153896463471679,0.0,0.568436073286076 -8744,0.5,0.255951455205554,0.0,0.159704211062732,0.0,0.575590220397365 -8745,0.5,0.255951455205554,0.000672495874970056,0.157714163679771,0.0,0.602898665738393 -8746,0.5,0.255951455205554,0.0306264038220444,0.156431514899529,0.00567991111062041,0.652321683476112 -8747,0.5,0.255951455205554,0.0991560635313967,0.15581787378894,0.123905491828717,0.709447031730026 -8748,0.5,0.255951455205554,0.161143603288221,0.155596144214792,0.284390440505332,0.758063203736801 -8749,0.5,0.255951455205554,0.193997076299967,0.157503090680759,0.336726368114353,0.784452087668302 -8750,0.5,0.255951455205554,0.187233566287691,0.159147829015326,0.320588050813959,0.779820235777317 -8751,0.5,0.255951455205554,0.137904687905734,0.162682083128172,0.237489444279295,0.768053205705332 -8752,0.5,0.255951455205554,0.0259596899681652,0.168097802251846,0.0,0.784250110941497 -8753,0.5,0.255951455205554,0.0,0.170541374832599,0.0,0.839982221818772 -8754,0.5,0.255951455205554,0.0,0.177171103504317,0.0,0.882430744065298 -8755,0.5,0.255951455205554,0.0,0.186911461764092,0.0,0.914392622638004 -8756,0.5,0.255951455205554,0.0,0.196837081252105,0.0,0.941175560412895 -8757,0.5,0.255951455205554,0.0,0.204324166147184,0.0,0.958129845363011 -8758,0.5,0.255951455205554,0.0,0.211091804848756,0.0,0.96911753531501 -8759,0.5,0.255951455205554,0.0,0.2199241168392,0.0,0.977234408242557 diff --git a/tests/data/deflex_2014_de02_test_csv/decentralised heat.csv b/tests/data/deflex_2014_de02_test_csv/decentralised heat.csv deleted file mode 100644 index cce8aadd..00000000 --- a/tests/data/deflex_2014_de02_test_csv/decentralised heat.csv +++ /dev/null @@ -1,8 +0,0 @@ -,,efficiency,source -DE_demand,gas,0.85,natural gas -DE_demand,hard coal,0.85,hard_coal -DE_demand,lignite,0.85,lignite -DE_demand,natural gas,0.85,natural gas -DE_demand,oil,0.85,oil -DE_demand,other,0.85,other -DE_demand,re,0.85,other diff --git a/tests/data/deflex_2014_de02_test_csv/demand series.csv b/tests/data/deflex_2014_de02_test_csv/demand series.csv deleted file mode 100644 index 400048ef..00000000 --- a/tests/data/deflex_2014_de02_test_csv/demand series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -de02,DE01,DE01,DE_demand,DE_demand,DE_demand,DE_demand,DE_demand,DE_demand -,district heating,electrical_load,hard coal,lignite,natural gas,oil,other,re -0,20320.6548314231,47274.4749847342,15878.0924628602,4827.4818399445,108710.17384738,39481.1439536255,3673.7237581406,17831.5544630617 -1,20441.148875172,45301.8470967543,15679.1796148092,4806.16252941647,109500.748864776,40009.2365926822,3649.72981671775,18110.690833841 -2,22065.4383054914,43454.9767683238,17707.8705458107,5303.16711708654,118367.693743424,42637.1181980833,4022.17559002527,19116.8133853783 -3,24807.8056961235,42359.5343269082,21173.8604958968,6103.96109644502,133499.875192996,47492.9802678613,4540.69892749214,20907.2887472378 -4,30416.616765203,41560.2978358805,25371.8135113573,7443.75452805795,163662.218205028,58125.3620144237,5640.85031322762,25762.2658602239 -5,32484.7648904561,40587.4949796626,22769.5140101047,7175.40567719994,174410.283065525,66711.9464097042,5185.78925382017,30415.4026342135 -6,32396.2190532606,38768.6863195835,22551.4333698466,7150.50262331515,173907.025244774,66516.072258619,5194.92190216708,30412.0616801478 -7,31472.1100757591,39063.8529787922,22201.7851105657,6995.15135795363,169350.025019433,64385.173908477,5098.60764354678,29347.4404037098 -8,30597.1323030834,39743.5677581599,21126.1708652985,6709.29774402361,164257.464686505,63129.6959212534,4839.45133755778,28868.3766012626 -9,29603.758161413,42247.2878551308,20175.3778906485,6449.01771861569,158836.142357667,61295.8288325519,4645.3220068327,28083.4220153367 -10,29187.7773404305,44580.5595612632,19939.4686379172,6384.60762127781,156593.359405931,60181.8133353989,4639.86797131256,27585.0771918211 -11,27919.4540470202,47117.5377824817,18903.6188266429,6071.98706593923,149701.377126916,57786.0926322752,4391.34512715494,26517.1520223718 -12,27448.5748206897,48105.9304096441,18417.6792025281,5945.74836668693,147145.086186579,56912.3709849999,4303.55041474376,26148.1527798414 -13,27273.62274702,47482.3388661652,18769.1273507097,5956.82539788631,146551.377888662,56422.4669301305,4278.60487825421,25756.0797579457 -14,27650.0828648773,47093.6334804753,19191.5986592899,6072.17681518919,148677.326470943,56995.3396699039,4381.59937667023,25983.6288420796 -15,27710.7958034129,47669.4163191275,18971.3188441533,6054.4635113034,148925.47529956,57227.2115426865,4383.43868308362,26164.0590459461 -16,29007.3554007327,50821.671552763,20161.6290901018,6370.51970636302,156008.34954711,59808.5849669167,4590.31539126236,27251.5625229161 -17,29297.0578829702,55887.3135649521,20328.4530209978,6400.21239933482,157683.56433087,60742.1734437536,4555.96259721701,27629.0051162443 -18,29195.0326247165,56817.5042730533,19942.3637747776,6324.26935669115,157182.308896118,60835.5018264025,4489.43480846861,27722.1301128678 -19,29001.6229252712,55863.4091621317,19905.2811884412,6287.36107734527,156235.896121493,60470.0107804857,4445.67475686746,27516.8214100394 -20,28290.2053521489,53292.1334246724,19375.1706538179,6133.94929854953,152460.50947831,58934.3248197779,4354.53992455841,26826.8018175914 -21,25512.7090370517,51721.7220101545,17070.7620997411,5479.30636052294,137384.204868484,53381.3673968391,3899.75347435985,24411.348019542 -22,23227.6802878317,51089.8159356136,16231.625055968,5081.93332320542,124951.29968103,48135.0319959269,3601.67805015203,21851.0840629005 -23,20408.2826115548,47719.3036063127,15367.8986515837,4720.07713691156,109744.901980674,40535.3713681566,3527.58231026122,18305.9264106094 -24,18064.8484659785,44198.0900234628,13647.1726757694,4236.87686015436,95934.2678382466,34929.5125764423,3248.1201141956,15970.6247568915 -25,18666.4880264177,41865.8577093236,14030.1888597839,4363.09624462558,99359.4067573314,36285.2934018765,3333.70016044766,16576.5400794084 -26,19646.9640272097,41180.9462724318,15005.2167548824,4639.39124901311,104598.142015594,37904.5935468672,3562.73030638028,17281.3109746953 -27,21238.8414158666,41376.338256456,16314.4981965445,5024.51039373915,113003.524578875,40897.8885415524,3837.513248738,18579.9371660099 -28,25838.2773486768,42727.4532841294,19760.0218748975,6102.03059090935,137826.716635627,49908.5546549596,4680.17104321983,22686.8466735013 -29,32277.4856891483,45363.1668893532,22759.9508904353,7247.56065716973,172096.489450178,64796.5840486555,5390.20442018203,29778.3594000711 -30,33204.9034632119,50687.5993613377,23825.6927894264,7540.63670140241,177200.362321808,66217.8276813372,5646.36531246875,30391.960524043 -31,32445.3737613403,56903.7677596518,23389.592255771,7403.25813314952,173729.338865299,64691.1173388483,5589.78683388273,29709.129983425 -32,31416.8398160648,61022.5899008019,22309.2538019651,7090.93496313348,167649.178239807,62908.7314959136,5300.72618997494,28922.5125825217 -33,30113.8093272593,63575.1579937789,21139.4130298847,6745.72501032442,160572.390833707,60576.0441582627,5014.11561384854,27873.6958479668 -34,28749.5170792081,65298.3492442044,19940.7548819413,6398.65726724195,153351.241638885,58105.113541846,4753.47729113733,26796.7735853633 -35,27606.5626928046,66889.5469863771,19037.1438785422,6121.53580938432,147146.373016121,55896.6780986569,4538.30214161648,25801.0775721938 -36,26993.5440415283,67151.4555213383,18502.1561174111,5959.92809416124,143824.900744315,54792.5181842295,4398.75022589096,25284.8812578788 -37,26613.3132715987,66366.7694092619,18206.7506129861,5869.38916180904,142039.429128886,54150.7780462754,4330.34411353625,24974.4169557595 -38,26716.1076002464,65215.2037319576,18327.3911170745,5901.07857915459,142689.706980028,54334.331590216,4354.4455456395,25035.7678529895 -39,26875.7794897222,64384.7876990409,18454.4591186358,5932.74689546157,143478.285849722,54666.7338490116,4358.92297606399,25150.0762211831 -40,27180.0255012669,65862.699577443,18291.7889570148,5932.20792716878,145122.168720903,55723.4201698081,4340.88017246245,25720.5348549909 -41,27132.0820848719,69414.0534110028,17872.7167201623,5844.94254266549,144843.607737296,56113.0796566933,4238.41581554776,25950.663307516 -42,27008.7500515915,69261.2735750952,17514.1007461285,5766.32008811222,144285.00365238,56233.1483898154,4162.79258175245,26049.7091758476 -43,26662.8871255521,67217.9718706474,17246.1541764154,5676.15785811109,142409.14939717,55620.6581115068,4068.41421598256,25730.7154924419 -44,25326.4374642746,63115.778892435,16118.3920560984,5336.84109356779,135314.590158211,53199.133354416,3792.05007554763,24622.9541009917 -45,22712.9428654388,60131.8933664655,14184.682572914,4740.01184554282,121359.266504414,48013.0320375181,3360.54128356703,22302.5133916778 -46,20391.4512711928,57917.1039799999,12939.099147954,4296.97938520097,108674.45769752,42696.073825886,3079.98933594234,19832.9237453162 -47,18157.5463507463,53542.6093534061,12958.5203073176,4110.70615303546,97007.9205840294,36279.9860675712,3087.20645738295,16650.0481307146 -48,15873.2531360852,49438.3376920213,11939.3019948549,3699.11581223961,85080.8102458656,31019.640244782,2842.51918632898,14115.5795486846 -49,16587.4113801613,46935.6568862296,12363.360146928,3843.71838749999,88878.5883782349,32556.2625441545,2942.73620892391,14836.8751610988 -50,17156.1225233775,46137.4597871952,12895.7521137321,3997.9856136628,91939.5055764893,33546.5750708667,3070.285146772,15281.0869491158 -51,18643.1712524844,46551.1087660707,14042.600290466,4351.37604196773,99909.2591888408,36426.951651743,3343.60429930364,16598.9428892068 -52,22771.8153000222,47659.0231048931,17068.4211754092,5296.27050781641,122032.621086216,44581.9257762706,4063.3447343036,20308.1607863914 -53,29435.7316173155,49965.2725346674,20519.002912502,6542.96705657514,157389.0375516,59512.6998140504,4874.19155348078,27373.2490618269 -54,30347.4363324512,54267.0148632488,21541.6613314525,6824.63427457138,162335.541156544,60905.9039081235,5120.17879075925,27976.7149327248 -55,29535.1005502276,59898.0464998557,20966.7676341118,6641.97773393813,157998.680211376,59272.4607366192,4983.51921449343,27223.6291807356 -56,28499.825172902,63225.94668104,19978.5063528987,6357.18856238963,152408.686490487,57485.7130711754,4746.64261563268,26425.2449131554 -57,27409.6735401816,64957.4525633414,19025.8413415486,6076.28242220716,146542.030858914,55513.3358553364,4518.87665518966,25541.7742296479 -58,26122.0531939899,66242.0511408917,17920.1618850717,5748.83013511512,139611.993820463,53161.6006244795,4254.66814107574,24490.6956229762 -59,24915.8925858896,67791.676126941,16965.207164415,5457.08633346842,133143.362880793,50853.7525506523,4026.90218063272,23436.6056855251 -60,24342.8625693502,67899.7653331875,16432.4696053806,5303.28712102893,130050.515936722,49856.2540496824,3899.35324278462,22997.2885085332 -61,24037.2741690774,66122.5294292317,16128.591060428,5216.93410573773,128400.863354827,49346.4471453132,3826.46813544285,22771.2560333923 -62,24145.6269166487,64679.9543582496,16205.384680239,5241.04345020294,128978.126074621,49560.0081232396,3844.6894122783,22869.2073041907 -63,24375.8809889949,64196.6708540854,16358.9224589155,5290.93352709601,130206.57316036,50035.6282115253,3881.13196594918,23088.089152263 -64,24636.5773778903,65863.7389694362,16215.8821515969,5284.30953727108,131531.808115327,50952.8451564052,3844.6894122783,23557.4308541101 -65,24769.1164216961,69479.5305699465,15995.651063864,5251.71853812901,132173.113294871,51598.089849235,3790.02558177197,23899.2124378217 -66,24778.816008827,69369.3627813416,15772.7045090364,5208.40984121515,132174.366304237,51897.1445909337,3735.36175126564,24069.3105855431 -67,24413.5058532615,66932.1591344937,15393.0099598075,5102.91334671014,130193.512323373,51313.070564718,3644.25536708843,23824.251647828 -68,23377.5685633661,62915.1902508867,14515.7770034305,4841.91247472656,124620.703876364,49406.1370148131,3434.71068348085,22970.0011921642 -69,20939.0042007669,60063.2982331701,12790.54619255,4295.48025449607,111575.419722904,44511.1343373526,3024.7319546834,20728.9505170593 -70,18431.9878431165,58357.7753360475,11436.2942616641,3814.18976286631,98262.0068805101,38951.051208538,2705.85961006316,18095.7968957315 -71,16246.1685739698,54461.3675560938,11352.2973842054,3614.31245503347,86883.5195109768,32797.4527170642,2696.74897164544,15058.6046297449 -72,14342.887207014,50055.6932867969,10759.6927530569,3318.46092225754,77181.3817184451,28367.3994570402,2475.47342774371,12764.4121780202 -73,15118.5766389366,47663.1803704241,11278.7086166818,3486.14540975467,81340.5883744249,29981.3660832353,2594.48657330831,13505.8505276317 -74,15839.3964915595,46322.458556985,11997.2066250908,3688.89895167227,85232.7289593622,31197.8141759161,2761.10497709875,14033.6074184973 -75,17242.063331415,46197.7402886148,13098.92520563,4024.35281773152,92779.6880883928,33920.331968644,3014.99968763657,15261.6404250205 -76,21131.8647744415,46578.1311432428,15996.7682870153,4918.9803508501,113720.287038383,41629.6534732932,3681.47330279833,18720.9598842213 -77,27384.8432552737,46571.8951945394,19247.011079214,6085.36154871785,147144.66104185,55751.0213307561,4419.35480529886,25342.9152009155 -78,27234.2383676832,47045.8247756485,19109.1909997506,6047.72552724867,146317.584705584,55498.8965981612,4387.61796648164,25251.5416799843 -79,26467.1589493065,50040.1035158523,18556.8769408396,5874.31391982558,142202.991417849,53951.9783241919,4260.67061121273,24547.5208076669 -80,25301.7814601365,53547.8059101163,17393.7055383305,5545.86169899755,135898.164800021,51979.1918442489,3990.9074812663,23690.0908238267 -81,24448.779068906,57297.6697020519,16672.1051659351,5331.92561016735,131302.258925307,50388.716413217,3824.28907747585,22982.2303716888 -82,23724.0621728504,59712.0083380726,16154.0570491293,5169.20462113899,127406.736728751,48923.9762583533,3705.27593191125,22318.1134340594 -83,22270.0779808028,61342.7002540103,14883.8766289997,4796.25822775363,119566.008477892,46256.2942019636,3411.7101728519,21135.6836286179 -84,21391.6939928188,61171.2125719925,13994.3079938067,4547.46486381852,114808.893153952,44795.8178553383,3205.42072053993,20514.6846947341 -85,21151.5277869423,59861.6703004425,13754.8022020698,4479.78284274869,113512.908020953,44390.5455401664,3149.88125260978,20337.0549244553 -86,21280.4890387129,58633.1949587808,13858.176592692,4510.73233677917,114205.421186524,44633.9459251265,3173.6838817227,20445.5333059414 -87,21765.7123766878,58648.7847297253,14303.8873359412,4639.25891472981,116825.564200859,45497.3003135402,3276.82860787869,20820.7317882059 -88,22454.2339522269,61032.9831150362,14653.9038944361,4765.7407026329,120508.683512266,47058.3222071994,3356.17070492176,21551.5664695451 -89,22719.0894310897,64649.8141075398,14592.8504576171,4775.86539522746,121898.28327907,47894.8801836738,3340.30228551314,21970.2710204149 -90,22529.4683141081,64863.9138368602,14153.514912123,4673.53906201899,120836.411248345,47879.1994409974,3237.15755935716,22010.5000613669 -91,22145.3490299776,62472.4402116666,13743.3107118696,4561.04752327712,118752.534275952,47269.2386734438,3141.94704290547,21760.435108459 -92,21890.4720569052,58327.6350853377,13704.1915162224,4532.01612907618,117401.974095413,46581.9569504779,3134.01283320117,21426.3015168721 -93,19648.6397924578,55743.8874504717,12114.9813591001,4031.78563614267,105352.922880255,42038.5783139246,2769.03918680306,19369.5882012679 -94,17407.9032260412,54668.1920455315,10961.492504215,3614.89110520763,93377.8678887034,36954.3490772929,2507.21026656093,16974.3599561562 -95,15476.3169500456,51203.1016985702,11052.417052793,3471.36144864101,83194.2560642389,31282.1778379119,2538.94710537816,14170.6975970407 -96,14951.3204528624,47408.5471761595,11894.687676746,3550.65126191929,81096.1749600109,29354.0248658655,2677.0723560963,12982.4240747707 -97,15105.5655933736,44569.1270558496,11728.2215272671,3531.71370805791,81913.625421505,30011.487360284,2637.70364497724,13326.6256318414 -98,16576.5612869437,43150.456286874,13324.4720375269,3964.62997567867,89898.6733274586,32386.667542379,2999.89578727262,14314.0723588865 -99,19443.8002319236,42816.8347450796,16141.8155534287,4750.81472720978,105464.316440394,37372.7736016303,3637.66890740144,16440.088341228 -100,23358.9367768948,43057.9568515721,19187.9011396103,5665.95842824583,126710.114184456,45135.1764917831,4322.68448087314,19872.2734649256 -101,24772.4453647142,42762.7901923633,17113.5759429124,5384.20045248753,134208.322173832,51811.2040555208,3834.51246299676,23398.1919338091 -102,24562.9350370696,41943.8065640462,16904.3021657645,5328.18972657884,133055.100623178,51466.4971782436,3787.27000965388,23270.4423240872 -103,24082.4222446528,43687.7842429405,16655.5873571704,5239.54730010824,130465.187212883,50359.483011969,3732.15381408719,22754.3919141596 -104,23265.0587055003,46516.8112498299,15855.9363168636,5014.71785014567,126031.4039333,48921.6664609374,3551.0577429395,22128.4715731605 -105,22424.8622041802,50185.6082126912,15123.2965923522,4802.2848607182,121477.076655156,47348.7707539832,3385.70915623944,21438.6468080977 -106,21986.0585279193,53436.5987295181,14909.3714331598,4724.23335996432,119103.592739309,46322.780774325,3338.46670289656,20961.3404599499 -107,21008.4420235253,56411.1304332465,14139.7871594018,4492.58702547298,113809.497218159,44386.5747698979,3165.24437397268,20093.5598083378 -108,20595.5674837248,56461.0177204318,13756.6069645186,4383.87957192592,111568.093212473,43642.1483209939,3078.63320951074,19773.1765608866 -109,20874.3581729203,54736.787178827,14102.8055612265,4473.86713127929,113090.071282632,44037.3758341267,3157.37063174887,19922.7044487753 -110,21183.3936340974,53055.1685837109,14415.7751063182,4560.10586592208,114766.797961837,44558.9731733104,3228.23431176318,20142.125611401 -111,21085.3935289374,52715.3111940271,14209.5998603426,4512.04926504165,114227.915278717,44523.8383749615,3180.99185842031,20147.6856658413 -112,22274.9556858717,54857.3481816663,15154.2850072657,4794.27569664694,120680.313277347,46860.5687797328,3393.58289846325,21183.4408319296 -113,22742.6385662321,59744.2272719549,15334.9046609853,4868.27656267757,123207.87602269,48011.6378294022,3432.95160958231,21725.6921734428 -114,22671.7371423813,61288.65560048,15027.4491344224,4802.86304168731,122810.665681164,48179.3908691307,3362.087929568,21842.1705518515 -115,22655.799601778,59906.3610309176,15026.9749627596,4801.90847709373,122723.811227168,48136.2344056517,3362.087929568,21825.9722968102 -116,22074.3594593487,57046.154482139,14605.9434151921,4671.81242352845,119572.628988777,46943.8339945895,3267.60302288225,21290.8642658404 -117,19720.2710689918,55340.6315850165,12819.1536032295,4129.64913150491,106809.946510372,42219.353118505,2866.0421694678,19189.2182555116 -118,18074.5322675367,55169.1439029988,12272.2696501371,3884.41197620885,97929.5422929533,38045.9093308289,2747.93603611061,17192.6641055169 -119,15477.7913829218,51576.2173133156,11532.9933535223,3524.77114666362,83906.2503519553,31337.1350151348,2590.46119163436,13996.276900754 -120,15258.8163488245,48471.7707845068,11917.5502936425,3590.59531005482,82364.0319341518,29845.2934844037,2735.95465196765,13329.3276609678 -121,15874.9299295384,46651.9227324345,12265.0870597699,3710.19929515935,85671.5089015535,31217.8701137468,2814.87642077441,13968.9773501902 -122,16896.7409360382,45904.6522117646,13326.5297001735,4002.73024622268,91198.7280779821,32898.4399267021,3060.41081261766,14685.5776700854 -123,18394.1708515396,46187.3470743804,14547.005121459,4366.13635970137,99277.8769520565,35772.3840692016,3341.02154615281,15971.5711024311 -124,22428.9178687944,47428.294212635,17643.0088697263,5303.49296118215,121064.111256797,43723.9362891052,4051.31746541364,19519.1242670691 -125,28019.2174517007,49977.7443312602,20216.1204926622,6274.26670968711,151052.522631732,56872.5244062624,4630.07710332987,25718.8231699561 -126,28531.901510134,55203.4415200535,20820.5839996758,6436.65841695315,153823.240868449,57641.2038380348,4770.38247009745,26047.1989922026 -127,27853.2515636176,61121.3252848072,20360.3194407355,6290.04480614656,150176.362018371,56226.6813301271,4665.15344502177,25400.0424595278 -128,26988.4769609977,64032.4584119503,19525.2310727989,6053.75400508113,145500.02950554,54715.974062836,4472.23356571636,24735.7841485553 -129,26004.9615468073,65470.8762174014,18649.9780815709,5801.05034325703,140187.420748323,52921.9261755943,4270.54460098797,23946.7193695099 -130,24797.6418923067,67297.9995093564,17584.1295241376,5492.95113563978,133661.005372504,50710.1308354308,4025.01020914472,22977.680502341 -131,23637.2840229944,68662.6256248019,16630.9053721939,5209.67716159577,127401.285423868,48490.8287867653,3805.78307357039,21983.7891250157 -132,23320.3503382704,68759.2823256347,16364.1050342712,5131.32064360701,125689.18511642,47894.2971265274,3744.39947560958,21720.1684061257 -133,23058.6782521338,67667.9971497501,16098.6169779307,5057.46749989858,124275.99935582,47455.8749081441,3683.01587764876,21529.6119683753 -134,23162.7318492471,66597.4983015201,16175.269475555,5080.86305191254,124834.896749857,47661.2408053426,3700.55404849471,21622.059203763 -135,23282.3215096576,66028.9907027506,16214.9522220967,5098.68209716803,125474.03018242,47962.704255477,3709.32313391768,21764.9695008714 -136,23929.8316129133,67614.9918882131,16526.3508282258,5213.31467228958,128952.751037833,49465.8963970063,3779.47581730147,22469.5954160942 -137,24116.9709741484,71568.5621952348,16382.1390953627,5201.0080255929,129936.98844826,50187.6119483408,3744.39947560958,22839.7565802569 -138,24019.4043617941,71696.3985387707,16045.9608316577,5127.68575916877,129386.158870194,50317.1833128605,3665.47770680282,22939.6888989142 -139,23361.6090946105,69830.8204650439,15326.2142248241,4933.30996563703,125817.144056009,49285.3486693182,3498.86508376632,22516.9723790454 -140,22498.4836130074,65896.9971944977,14601.9774602598,4720.37432803242,121154.681990367,47657.8898153016,3332.25246072983,21797.361665468 -141,20089.3325457267,62815.4155757022,12804.207137838,4169.95398206698,108159.995589599,42844.8519028173,2920.10544585009,19636.5947424857 -142,17828.0154882122,60277.3979624905,11604.0180305622,3745.34380574343,96015.550323963,37711.8437434518,2648.26379773792,17229.4990718861 -143,15731.1706060503,55430.0130459667,11482.7829817414,3546.17802525034,84832.6464594206,31754.8206829797,2630.72562689197,14317.6829940083 -144,12754.5334854277,51448.3810705937,9512.07529505874,2950.8693704976,68683.3691391288,25368.7461670139,2289.42471861484,11498.0937587416 -145,13409.8620190791,49373.8998242568,9889.69711586748,3076.39450459359,72216.8853298582,26801.4025030877,2367.53186230137,12151.6700671634 -146,14080.3087931987,48482.1638979272,10808.4437922105,3311.05450379708,75861.5747540402,27790.0029008543,2564.56696018361,12544.467848178 -147,15732.4259258589,49014.2953980975,12408.6366820709,3748.11766710098,84845.3657247539,30798.9480888328,2878.28990816927,13820.2729353301 -148,19127.2577498565,50737.486749337,14506.7581694998,4451.85817377006,103104.734268962,37827.9746487718,3412.14627973357,17069.1779746651 -149,24252.7699402474,54670.270728704,17043.3201629917,5369.15827374442,130613.231581884,49772.2199775211,3961.13638963161,22641.8304862848 -150,25205.4937753359,63261.2835892739,18032.7116454431,5636.98212761246,135793.145539893,51307.9708188702,4172.95658346085,23284.0326254215 -151,24905.6115746058,71374.2095023898,18191.4898658766,5629.64998809278,134258.941159777,50421.0136662954,4153.69127932927,22802.2697800254 -152,23573.3922785121,73825.9636290031,16663.9310803395,5240.84847264495,126964.545120853,48233.5529652366,3875.96029128146,21950.102004543 -153,22242.8665120888,73376.9777418935,15486.2838626925,4910.02040879755,119729.290035992,45826.1213975804,3633.92271893847,20923.3201305141 -154,21079.4092488254,73837.3961344166,14459.7863247268,4614.69223525727,113430.167483316,43693.6982722804,3404.10654514032,19993.1268604883 -155,20189.7051229411,74753.0363627526,13771.9743714648,4404.87463634399,108637.511942771,41934.4305738816,3245.0049670552,19194.6069843948 -156,19663.5860968221,74247.9272397544,13276.7665545213,4267.14439229795,105780.389805536,41006.4516643809,3140.86210880648,18798.4583961141 -157,19408.7199944085,73556.7799549732,13087.1302375684,4208.33842421249,104402.207548137,40534.233602195,3092.97234363369,18584.2881055208 -158,19327.2116499646,72215.0188503549,12881.2763606258,4169.98106254941,103925.632365283,40474.288939121,3076.5692811373,18603.5397562924 -159,19501.4157975622,71764.9935712522,12860.1150924685,4183.6559861359,104839.411571901,40916.8853665049,3086.84911982285,18831.3329161845 -160,19961.7525385445,72866.6719613712,13073.0847781002,4252.6689256677,107348.702322318,42076.0649230729,3096.18322765562,19345.0134136846 -161,20060.8437292604,77221.4195514896,12801.5126898839,4205.73986550809,107857.086902962,42664.9828326104,3026.11581856234,19657.9821090855 -162,20286.5365389999,77278.5821793715,12829.1221284985,4220.28779515971,109097.333107056,43309.7165863249,2998.16359321775,19945.2604062353 -163,20328.5253071053,75226.9659438617,12738.7946522154,4202.2362363315,109334.32169494,43467.4305250171,2968.91699463365,20023.5819297707 -164,19493.9992674039,70776.6009440898,11959.7220270496,3977.66750941174,104834.827439025,41960.062787046,2780.56881796442,19362.5887292684 -165,17215.6853829359,66733.6491761178,10155.1795645454,3443.22905123517,92510.6943542539,37465.2570586897,2394.21476348331,17377.1290417038 -166,15089.241167131,63229.0646553917,9047.92473595662,3051.48262444163,81085.3938913346,32637.6739979185,2156.68244840178,15115.4253258984 -167,13236.2754832376,57813.1721400984,8949.22708123698,2879.12200945011,71208.1998157846,27329.1888673235,2156.03526178202,12514.5101125004 -168,11357.5196637836,53741.1193117819,8454.70317174591,2626.07840334099,61218.8837573368,22688.4371227483,2006.78703572878,10271.2220406728 -169,11999.9036623016,51211.4162296321,8794.25981678113,2745.77016284614,64655.2793276377,24117.5710897703,2079.45515900447,10924.9577204944 -170,12571.8269007921,50130.5242679818,9618.4388547678,2954.99032030592,67715.2191928498,24833.5426912061,2262.08322163949,11201.0365784946 -171,14195.6927036577,50899.6205082996,11063.01031135,3370.33567516912,76377.4127629422,27772.460675347,2563.56986025993,12464.5732434588 -172,17285.0935610118,52455.4814430523,12919.0290921175,4001.17149457407,93065.4424293439,34379.9307802135,3019.75205057726,15513.0380670576 -173,22039.0151041461,56206.3845261672,15191.4358100156,4841.92157307329,118453.118215783,45429.9423407355,3519.53027688104,20671.7208095079 -174,22988.6887684968,65040.5980755882,16079.3336438618,5096.04970898523,123560.798735057,47056.6795802819,3715.22744784113,21365.3766460901 -175,22819.3329564387,72775.2119180625,16238.3756459808,5108.06867508091,122575.939992084,46373.1426981534,3719.95561276825,20993.8753165113 -176,21431.384264014,75061.7142105474,14852.5047048038,4727.81975276841,115191.241101614,44063.8385946061,3443.03113582223,20060.4603515237 -177,20089.2558419392,74319.6402465876,13792.6791262199,4409.81395140035,107991.286117519,41531.3678012458,3215.78867545319,18963.7613725741 -178,19001.7099146045,74901.6590339432,12874.8011718503,4138.61088812752,102139.316743621,39512.0072857279,3007.8104236559,18079.2504965279 -179,18193.6310481614,76004.3767152415,12261.4337981475,3949.2435144649,97797.877492296,37909.4473645038,2865.96574097178,17351.2911955858 -180,17677.8955568327,75163.5674680904,11816.5146534708,3819.10641670163,95032.4799116458,36975.8305904551,2769.07490993751,16947.3518341814 -181,17431.1760524966,74558.6836699077,11648.567506464,3764.59990729253,93696.637111558,36478.137546923,2727.95207607077,16722.221385546 -182,17291.4399986455,73252.2593727094,11455.31043451,3718.83402937169,92980.9115628872,36319.281633041,2701.36528584864,16686.7983762138 -183,17446.3493828411,72384.4278492002,11431.7443590106,3729.23680210698,93831.3539882368,36771.2129126806,2704.4082761439,16914.8728194854 -184,17971.6835175597,73517.2857812083,11633.8446075263,3808.06499932224,96586.0485483398,38030.1894822146,2727.16404858291,17481.8241962124 -185,18112.2600373193,77491.6426175126,11393.7001571121,3772.17865739589,97303.3386816509,38703.3732968002,2666.43755222857,17831.1816998307 -186,18435.8080173781,77286.8967104334,11428.8635900301,3802.97364465107,98985.1961787272,39555.1118292493,2653.81701747551,18220.5694661707 -187,18556.3870311321,75077.3039814919,11350.9716502202,3797.47680803991,99622.1610833059,39945.0922089633,2630.3823372048,18406.5832951469 -188,17847.9316022361,70463.765931578,10658.7098903775,3601.61817873622,95792.9008093324,38704.9225025526,2465.10297424996,17867.2368582426 -189,15700.3192657786,66951.9061709692,9039.9051183336,3106.82196839171,84279.3040175848,34465.9704831719,2109.08493952186,15986.5209958728 -190,13670.3360065616,63571.0007282479,8047.06523014524,2739.93169848388,73444.4536272557,29820.0293354982,1891.86859718263,13806.7811260742 -191,11898.1189296884,58388.9549787506,7953.25816955851,2573.01180018265,64065.8011003297,24800.4472964218,1886.4615244238,11347.59377572 -192,10971.6111309695,54244.1498524216,8409.84366502976,2558.04626314504,59286.8598573146,21683.996241741,1891.99289521667,9648.537726453 -193,11613.5667147633,51926.4679172338,8747.65312026783,2677.30568104577,62742.7428013062,23135.8669530064,1966.92330690842,10318.0582260831 -194,12153.0115997842,51023.2994854906,9567.43191341962,2884.27450618476,65689.2223094334,23729.7096055259,2154.24933613779,10528.7147980058 -195,13782.5452286548,51593.8857674326,11004.5849835993,3302.46140630057,74507.4720752726,26736.418990497,2478.94778680203,11848.4962268261 -196,16808.3043572277,53310.8411699687,12850.9636180317,3914.98944406103,90811.3629767828,33276.8471030175,2891.06505110665,14835.7470882628 -197,21433.0016031875,57050.31174767,15110.9499519751,4740.53342041093,115678.902891515,43939.9522571601,3390.60112905165,19787.1339156422 -198,22400.4477151294,65828.4020612022,15994.4305431465,4995.19520521296,120914.916725173,45691.9678154475,3590.41556022965,20555.3669095553 -199,22277.500237804,73448.6907487268,16152.8045782799,5017.53809776043,120266.483739399,45158.7705971096,3627.88076607552,20289.7022972227 -200,20860.1595306402,75952.4108456977,14773.9645484427,4629.90398664513,112574.47066547,42704.6707052383,3315.6707173599,19248.8147178414 -201,19495.0850582467,75054.4389706647,13719.4370515104,4310.22663548008,105193.536677164,40017.710874122,3078.39108033603,18055.9555869086 -202,18420.8048763848,76033.477674772,12806.2984918312,4042.03329608794,99379.8714507525,38000.0452175515,2872.33244818372,17171.9023706041 -203,17634.267300088,77071.7575891197,12196.1616154369,3856.32920017555,95134.709284118,36448.0615988263,2734.96002674884,16474.1381268662 -204,17112.9616077022,76254.8527447891,11753.4841531998,3725.97908850898,92317.2770523701,35467.7008781827,2635.05281115984,16041.087238418 -205,16866.7721304354,75803.7881745071,11586.3765165991,3672.67938611183,90990.4918906022,34953.5591135565,2597.58760531397,15808.6466641373 -206,16705.3715059795,74907.8949826466,11394.0504533081,3621.97392554907,90106.5103312148,34718.3810375031,2553.87819849378,15718.4997687341 -207,16859.9717032086,74391.3532534209,11370.6422870516,3630.16592252535,90923.9873692513,35191.1744001833,2547.63399751947,15952.5262013831 -208,17404.7942563454,75543.9583227184,11571.7229898621,3714.18791561699,93853.3558689222,36522.6969561364,2591.34340433966,16575.8603767124 -209,17559.275782309,78695.1742651747,11332.8502816673,3680.1841067576,94647.7413329138,37251.4949445738,2535.14559557084,16960.3665827114 -210,17921.3868815088,78113.1554778191,11367.9744535462,3717.290463018,96581.9815801591,38257.7679218965,2541.38979654516,17450.4459095201 -211,18074.7410459116,75706.092182495,11290.6534394885,3714.91498444676,97390.2383089603,38792.8674762438,2522.65719362222,17721.8447218654 -212,17407.1554142812,71078.0035520019,10602.1182035206,3524.94549766649,93764.3973936742,37685.9780823738,2366.55216926441,17262.6638328132 -213,15287.2216005194,67651.3679868123,8991.75384122314,3033.90682235441,82303.6815058746,33479.9547609258,2004.38851275429,15392.378476742 -214,13274.2632698461,64168.609286548,8004.09329905317,2670.72250358266,71504.168265418,28824.3870694108,1785.84147865335,13202.2502533148 -215,11532.1952305066,58700.7507000831,7911.03073171663,2506.34746080939,62227.1719065048,23893.7546545298,1773.35307670473,10783.5594701527 -216,12983.4026189367,54702.4895617723,10133.6093718005,3075.77955944205,69958.2159448583,25451.1675122938,2232.50539681435,11198.9422502125 -217,13609.3985569875,52591.6322168361,10485.0618092872,3199.16926474474,73368.8884417105,26865.1804804261,2309.66840228655,11857.5773878412 -218,14081.2369669225,51744.5870209817,11130.0325598254,3346.92582425854,75911.2190466601,27495.4839836151,2441.60826163972,12095.134174483 -219,15518.7139573027,52278.7971035104,12455.7471447959,3697.87629247602,83856.2595681939,30219.0275272893,2713.54728180321,13316.7420832723 -220,18923.831872283,54217.1274752496,14760.7381174175,4462.45273044451,102234.397363132,37280.5461020727,3235.47814359947,16493.0697268389 -221,24694.5257354963,57688.4537709142,18122.8945485017,5567.90243738182,133574.695807396,50189.2686063244,3942.18764149615,22448.6616654047 -222,25661.4035822838,65728.6273860177,19240.0431068499,5850.0019677307,138991.811468879,51789.2331528639,4175.76823150761,23156.9672263461 -223,25222.7594130488,73527.6789954426,19181.0452282492,5763.34259647448,136830.541278231,50740.6981353214,4138.30926379951,22693.6125180941 -224,24052.8296604634,75798.5915169829,17852.1414715388,5446.65615532614,130221.988031793,48726.5353540468,3872.63779231295,21806.3730064657 -225,22881.6874279122,74758.2330202768,16754.9926623885,5156.04982928509,123643.264882619,46486.4223956473,3647.11650375864,20787.2852682695 -226,21726.7183105191,75162.5281769112,15687.1818703538,4860.41474774501,117321.17821192,44359.1212907877,3418.61135127318,19856.5215102898 -227,20723.4636262622,76028.2811180619,14852.4442376042,4613.61982543259,111904.683563256,42437.1156140309,3235.77796441411,19006.4533615253 -228,20172.7228629899,75670.7552742611,14305.6208593701,4467.59973097099,108862.1065842,41452.7305521445,3120.25652878988,18572.8617097927 -229,19908.2032777827,74180.3714984522,14079.8590518318,4397.37400035612,107420.177529933,40947.8508419213,3068.31721448656,18348.1418072399 -230,19875.4929480734,72508.1068263911,13944.9040890519,4385.79809234939,107129.552108501,40937.0517652588,3050.1070379774,18337.7733754887 -231,20008.2009706284,71562.3263473453,13898.338501,4404.86468283358,107787.16412632,41324.376451082,3049.80721716276,18526.3305486513 -232,20366.8708640229,72547.6010001561,13956.0223663214,4430.43783412235,109852.016241655,42385.1778180177,3050.1070379774,19059.2730602472 -233,20624.8929464943,76451.2840199925,13926.3371672898,4433.26791572931,111364.9267346,43250.3239849157,3032.49650309753,19512.1893877762 -234,20765.2275092216,75924.3491773464,13833.932276514,4420.32584665213,112239.281513861,43837.3205163061,3005.03491398029,19838.5198299442 -235,20609.5690810468,73627.4536706272,13584.7128127073,4354.32916832487,111529.557469186,43758.9305632604,2945.03629821982,19862.0493668003 -236,19807.5930388944,69002.4830144857,12838.9559591324,4142.26580368851,107248.280220487,42347.4454814142,2780.11326705526,19275.6513119674 -237,17613.7562888401,65488.5446715184,11087.9513854052,3639.94555389125,95238.1040755676,37966.8169311345,2411.60895375948,17314.7019460544 -238,15422.9831494409,63248.8116918671,9881.72675541436,3220.16454578598,83344.487750136,32992.5722782217,2152.358527411,14982.2537940507 -239,13427.616127854,58695.5541433729,9603.83985890775,3015.14273546216,72459.3080624582,27431.5441878603,2112.20834447876,12259.845946577 -240,14224.0108427813,55020.5213326221,11317.7440273189,3346.59921483913,77120.9333921535,28134.1852927333,2457.42078570269,12431.8078045321 -241,14991.3734708716,52598.9074567188,11863.6408833806,3515.4649749224,81274.896102565,29733.5734221652,2575.56601578456,13154.8579587675 -242,15711.0035276999,51282.0899452861,12619.5019186454,3720.45964699066,85162.1620495808,30939.5893230362,2740.96933789916,13664.5521892162 -243,17103.1689572838,51300.7976905823,13778.3829226948,4058.84815827959,92700.408112749,33638.2008257101,2993.01249540713,14858.7948072375 -244,20960.4795468059,51235.3206324525,16826.5174183552,4961.08033353335,113628.211704262,41286.2126190051,3654.62578386555,18229.3461016544 -245,27120.1607146221,50850.7725122936,20244.4919427162,6132.39640580234,147008.839064811,55275.9266261436,4387.12621037308,24705.0783167574 -246,26969.658232975,51340.2918643473,20099.4989587228,6094.23981203683,146176.970097394,55022.6385090383,4355.62081568459,24615.4012111656 -247,26209.6937299435,55089.1163651037,19518.5517000022,5919.46325061272,142067.313589673,53489.3874895403,4229.5992369306,23929.5873828593 -248,25046.2341710299,58807.8006151502,18294.8999107304,5587.38539905536,135770.29757137,51533.6005719366,3961.80338207838,23101.3690722328 -249,24198.1313266907,61941.3481034896,17535.8293728945,5371.40228727793,131179.004431931,49956.5756571134,3796.40005996378,22414.0733257393 -250,23480.1651588938,64300.6027948009,16990.9277819315,5207.39147499963,127286.931332076,48504.2017596087,3678.25482988192,21766.8122505614 -251,22033.4457159274,65481.2694316358,15654.7734242209,4830.76656489877,119454.451685868,45859.1162620389,3386.82992901333,20619.6073817863 -252,21155.8675667139,64661.2466129534,14718.9360602048,4579.11413124548,114700.109535417,44409.2887248477,3182.04486353811,20019.5169033131 -253,20916.1371436409,63004.5717118369,14466.9764649271,4510.69425244735,113406.036312064,44007.7413645017,3126.91042283324,19848.1240900182 -254,21044.2190318962,61679.4396693424,14575.7178342801,4541.93002553418,114098.298686517,44249.2378048505,3150.53946884961,19953.513810309 -255,21527.7223064417,61279.3017782389,15044.5924710526,4671.81200609461,116716.415289455,45105.9510247838,3252.93200158722,20317.3677101748 -256,22205.8099888798,62642.8886025052,15412.6663460879,4798.81297181032,120395.742030423,46652.8677524282,3331.69548830846,21032.326551425 -257,22461.1404473514,66606.8522245752,15348.2977696133,4808.16922020681,121782.734772576,47480.7541108785,3315.94279096421,21445.3288125817 -258,22264.7313964751,66798.0869430684,14886.0070075387,4704.00292662245,120719.903611997,47463.2684649579,3213.5502582266,21490.6390548951 -259,21880.2407607884,64518.8597896522,14454.4537918172,4590.12754491579,118635.916744705,46856.7527767825,3119.03407416111,21249.1825606633 -260,21631.7710462621,60274.2800889527,14413.3927510937,4561.3510012209,117287.339020638,46176.1928723102,3111.15772548899,20920.7154006911 -261,19411.0665604178,57867.2166928146,12741.8081057066,4057.16741957409,105247.841123402,41670.4269517286,2748.84568657128,18915.5394535047 -262,17204.3170804068,56745.7912662201,11528.8101995476,3638.61318757078,93291.0343366391,36635.2069200131,2488.92618039119,16573.6377689594 -263,15332.2135961252,53225.6169745494,11625.3322651656,3498.93452204042,83124.3230140198,31020.3972804687,2520.43157507969,13812.3189996381 -264,17196.0556888695,50004.7666076184,14350.5445280557,4182.49170144151,93183.7419398375,33151.7113863723,3078.88658916878,14475.5541526677 -265,17352.3061704648,47707.8711008992,14149.0871677118,4157.90616843648,94037.8867403542,33857.9374893382,3033.60884521042,14850.034578652 -266,19074.8207530278,46636.3329614899,16075.855927545,4671.07452485715,103335.224769552,36590.7860542944,3450.16408962737,15963.4106604313 -267,22411.1727225094,46423.2725233488,19476.0757516271,5601.20611970445,121374.664335527,42285.4034964459,4183.66354175287,18349.5299406402 -268,26909.4476442388,46413.9187011077,23150.9067600837,6678.77860677838,145769.500598931,51045.8419607946,4971.49628662841,22175.3456641042 -269,28302.3502659601,45937.9104368261,20641.3641776793,6321.87897764044,153451.037566662,58190.4833846965,4410.05226154469,26005.9116387344 -270,28057.7799710624,45174.0108540324,20388.821200091,6255.41158496147,152109.702353056,57792.488907274,4355.71896879466,25860.6880706491 -271,27514.9931797906,47040.6281181243,20089.0370086513,6152.063781064,149173.560542052,56559.4712371717,4292.33012725295,25289.7759739701 -272,26564.452384965,49820.8071290078,19123.9336905974,5886.20945336372,144038.655848228,54920.268064473,4084.05250504447,24588.4929978622 -273,25593.5372090676,53014.6351187667,18239.8822411217,5635.51783448661,138787.398779087,53136.6598577538,3893.88598041934,23817.7177614436 -274,25098.6788071048,55533.9449866822,17982.0826766682,5544.62784597381,136099.52811959,51994.5324999534,3839.5526876693,23289.7281125605 -275,23975.1212546257,58397.2695098124,17053.6070930048,5271.91128491856,130020.528021681,49810.5461077846,3640.3306142525,22323.1892421634 -276,23496.2991292817,58375.4437901645,16591.1928653577,5143.43981009892,127429.216100285,48963.2053388432,3540.7195775441,21964.3070234179 -277,23826.0358513699,55929.9256122547,17009.1378667336,5250.43534399746,129214.562836473,49425.1909382511,3631.27506546082,22135.1470620952 -278,24186.4132592991,54263.8968888971,17386.8661410587,5352.54658505817,131161.4640161,50022.9753107052,3712.77500458588,22381.9526104337 -279,24064.3099019003,53804.5177875533,17137.8483128907,5294.94485930625,130504.370727189,49967.2141481767,3658.44171183584,22384.1430216008 -280,25432.396930334,55678.4103923419,18277.57241942,5627.37059480031,137918.41570386,52606.2570525149,3902.94152921101,23538.9219397772 -281,25956.3836935317,61853.0059337186,18495.0673017534,5713.05313672123,140766.963210735,53882.7638086467,3948.21927316938,24137.586111581 -282,25856.5255612421,64010.6326923023,18123.589789888,5634.05294299836,140236.93511999,54041.1073328766,3866.71933404432,24259.6501495603 -283,25839.0228148712,62712.5230269799,18123.0491978763,5632.98251666342,140140.116813093,53993.2692054564,3866.71933404432,24241.6298584644 -284,25173.3198348355,59985.3492776334,17615.1782004533,5480.06317300626,136531.439241086,52651.79049685,3758.05274854425,23646.3135218631 -285,22472.0485502458,58346.342830634,15459.6635175208,4842.06881962259,121891.367344726,47326.4387541634,3296.21976016893,21305.4797830186 -286,20635.0468260116,58369.2078414611,14801.4985194326,4559.27664138783,111912.712343702,42709.7276833571,3160.38652829383,19104.4449108479 -287,17744.7308641463,55113.0206671101,13912.4794309609,4145.92845329544,96184.765008486,35295.116615248,2979.27555246038,15581.5469240556 -288,17904.8281539783,51983.6304443017,14620.7882024648,4328.44438733122,96570.6698656514,34261.0599095501,3198.71698720792,15065.5827480503 -289,18617.2173477522,50000.6093420874,15046.8620112508,4471.30360310063,100402.091668116,35815.9818877838,3290.98766953123,15783.2880655967 -290,19836.1734431685,49419.6299467251,16349.6874400328,4826.35640116557,106969.313217957,37781.7554246391,3578.05201453707,16601.8367912172 -291,21596.7975369543,49816.6498634768,17847.1375441889,5264.81767406862,116456.765283972,41086.2975380949,3906.1255516866,18056.2942666563 -292,26327.4213706376,51668.7167486175,21645.2536006533,6394.39725138669,141985.009551179,50208.6925071851,4736.56169259635,22065.0113810541 -293,32747.9217577263,55904.9819182551,24797.9855075522,7547.34721299579,176536.676217318,65036.5185955053,5413.21336296726,29006.0577684868 -294,33364.36799977,65948.9630640415,25540.0634831825,7744.84407810139,179848.72166562,65944.3096857089,5577.25013154202,29382.7513164025 -295,32573.6511868966,74284.3034391676,24975.5489838811,7568.81064180325,175597.645371852,64331.8171203874,5454.22255511095,28654.2521035432 -296,31547.2800464498,77116.4483195948,23950.6409956434,7282.61431361735,170065.111021259,62577.7142778161,5228.67199832064,27899.1255257231 -297,30385.0724668417,77061.3644756994,22876.6047237524,6977.00865131765,163800.704471927,60503.2599541784,4992.86914349442,27003.7864654833 -298,28958.9748439095,77445.9125958583,21568.7087816751,6604.44447569692,156107.528250614,57946.6054579512,4705.80479848858,25904.2607905659 -299,27594.1671579194,78649.4442435204,20399.1398915923,6262.61616912134,148754.589572232,55394.0710220426,4449.49734759051,24780.0650195497 -300,27220.8033227309,77998.8304236833,20071.7770938356,6167.97858703518,146740.772945916,54706.5456607756,4377.73126133905,24481.449192666 -301,26909.1378010089,77473.9741633956,19745.924597264,6078.40645655739,145063.72942701,54194.8577943694,4305.96517508759,24264.1575889095 -302,27031.0491878391,76448.1660456408,19839.9453339837,6106.58582978161,145718.669856708,54430.7551568909,4326.46977115944,24368.7217767013 -303,27167.0860009663,75783.0017460384,19888.5126183118,6127.54375101659,146448.958008844,54768.2869116993,4336.72206919536,24528.1185045359 -304,27912.0272010679,75975.2758565249,20270.0977938949,6263.8945824872,150463.161971193,56466.1862692387,4418.74045348274,25317.7613673229 -305,28109.2377657782,79144.1601522842,20092.5129506793,6246.30299027904,151519.436105942,57252.4198462107,4377.73126133905,25725.7912269629 -306,27974.5670056361,78590.20303328,19679.4919608567,6155.43475341539,150785.12371687,57362.6451132592,4285.46057901574,25829.2849328822 -307,27186.7652014474,76373.3350644559,18796.0229633842,5919.12823437561,146530.795926221,56147.794773924,4090.66691633321,25343.9679251776 -308,26170.141566992,71697.4378299499,17907.3927385708,5661.96974239298,141047.479831748,54272.4427481593,3895.87325365068,24528.918412559 -309,23349.6761630765,68009.9331217924,15702.0305471251,4999.21955984339,125839.56727092,48759.4236963687,3414.0152459623,22089.6192016959 -310,20740.6378542213,65009.4185336991,14230.8542453987,4492.93686635577,111795.624028493,42953.3284827819,3096.19400684869,19390.8174200495 -311,18396.9385630362,59576.8968554681,14085.5781655808,4267.23291045403,99193.4047210264,36335.1210622073,3075.68941077685,16153.6332011638 -312,17995.3940808599,55633.7196618668,14687.4455159982,4362.99291200077,97092.6216658358,34453.1071323691,3235.18158856374,15131.7629667717 -313,18703.3676116334,53404.3798964498,15108.8021136711,4504.94990550423,100904.07528199,36003.2795941852,3327.03216994252,15846.6827718407 -314,19713.6529931699,52357.7853502263,16167.2771950468,4796.29184521617,106341.95484198,37656.3146435003,3561.76143346607,16539.9119432489 -315,21463.4827786756,52754.805367792,17648.007347225,5232.02160938384,115773.072061926,40949.9395711302,3888.34127836841,17988.9812107541 -316,26084.2089169552,54387.5758660881,21311.8806398902,6329.95749803922,140718.707382738,49919.7362367346,4694.58527047105,21933.6871117244 -317,32544.9417505095,58095.8669019003,24521.8348496007,7500.17542497086,175535.559830957,64825.6751369476,5388.5674408885,28896.4689665298 -318,33520.1807342897,67040.2483407402,25669.1079574748,7807.18101518796,180779.679007027,66280.4943599685,5643.70794471845,29492.3460423284 -319,32734.3381699326,75049.2424139545,25110.8732087644,7632.25150668333,176552.222398871,64673.122858359,5521.24050288008,28766.6268370345 -320,31633.604251573,77396.025207859,24005.5485949358,7323.22384262972,170620.357115207,62802.6956754062,5276.30561920333,27965.2077780083 -321,30317.4660816637,76826.4783179103,22759.7303316974,6970.30324562322,163525.575421127,60490.7552029424,5000.75387506698,26975.1529235495 -322,28859.8639035323,77443.8339126858,21420.5093941947,6587.7477891972,155662.345417717,57881.7295040542,4704.79089062424,25855.1487513826 -323,27664.4561316511,78090.290466992,20447.7952452564,6297.26193811035,149222.127094835,55582.1699882857,4490.47286740709,24833.0821806122 -324,27092.0789790891,77459.4236836304,19894.3478100333,6141.69654831858,146134.265008828,54591.2726344078,4368.00542556871,24413.1027379731 -325,26782.2960162189,76831.6748746205,19572.1480284039,6052.67970901685,144468.128074381,54081.3645622434,4296.56608449633,24196.5689773858 -326,26943.6860052531,75843.282247458,19711.0700304077,6092.98553686226,145336.540226524,54377.6188135935,4327.18294495592,24325.2412802504 -327,27199.6722195365,75494.0710355331,19896.9545959428,6150.71888280709,146715.21168617,54897.5769073628,4368.00542556871,24557.4692300682 -328,27416.4896586196,75929.5457340566,19677.0101941339,6126.26210538425,147885.494788274,55795.543689887,4316.97732480272,25025.6199605527 -329,27370.7815762367,79267.8392302891,19225.7972185866,6034.93771424733,147637.476830847,56213.067038352,4214.92112327074,25284.949435929 -330,27236.8573483475,78765.8479808287,18817.4549221043,5944.61568469702,146912.163604157,56323.5731442474,4123.07054189196,25387.8489394126 -331,27017.5243065418,76720.4676940223,18587.1740968026,5882.00831027632,145727.712302826,55969.2888780294,4072.04244112597,25247.1002214796 -332,25725.3236343829,72194.2324218862,17386.8319088198,5540.32593062701,138756.716809587,53672.2946457157,3806.69631714283,24263.6070657092 -333,22962.6021405867,68366.4196744139,15251.9942131311,4894.01386247544,123853.406370082,48238.536535392,3337.23779009572,21857.9854916061 -334,20450.3274277998,65001.1040026372,13888.9712552223,4415.54411677472,110315.612107795,42572.201630953,3041.27480565298,19218.6622212313 -335,18282.8448338617,59629.9021170051,13928.6856279107,4240.58132521651,98628.4147833002,36216.6594436053,3061.68604595938,16092.6726965755 -336,18185.4182641016,55728.2976795271,14811.6827751394,4399.6368811632,98241.6164002786,34838.7357760698,3253.89841837438,15267.6339668889 -337,18901.7337748838,53484.4074343449,15236.6084192589,4542.84551412368,102101.070212822,36407.3177382678,3346.28039239762,15989.7947254436 -338,19921.2900921485,52455.4814430523,16304.0294254319,4836.54201928368,107598.15883603,38076.9171189476,3582.36765934592,16687.8375328567 -339,21689.1906973433,53010.4778532358,17797.2837286211,5275.90882712976,117139.263854267,41406.7802834936,3910.83690031747,18149.5251707604 -340,26359.4392587669,54614.1474928153,21492.1517649864,6383.11059678693,142382.943378894,50478.0647917478,4721.74533896597,22130.3816147947 -341,32899.8366951918,57973.2272158886,24729.3236792785,7563.9384042353,177651.642904231,65565.3951443824,5419.7424760305,29166.9184940701 -342,33883.1989889774,66698.3122678839,25886.2917554652,7873.38513049201,182949.735932358,67033.4908078676,5676.35907053952,29766.0024963594 -343,33088.5844530195,74332.1121439944,25323.3332230294,7696.95568115354,178670.7954133,65407.6123025022,5553.1831051752,29033.3656501808 -344,31977.5847604031,76341.1162313876,24208.6631679773,7385.41362024307,172673.735405666,63518.1032253344,5306.83117444654,28226.0305944551 -345,30648.583188419,75757.0187608595,22952.3123304586,7029.59706164954,165498.727559694,61181.6957356061,5029.68525237679,27228.1028331904 -346,29176.4557813934,76139.48829866,21601.7679028628,6643.88630124286,157545.530495536,58544.6099531796,4732.01000274633,26098.8930691376 -347,27968.5099562546,77126.8415338292,20620.8250595008,6350.96186120699,151029.572469335,56219.5143455975,4516.45206335875,25067.7262343937 -348,27390.5863011692,76677.8556467197,20062.6988352779,6194.12313415785,147906.935796798,55218.1792254628,4393.27609799443,24644.4641851697 -349,27077.9854585842,76292.2682353815,19737.7759532497,6104.38740878295,146222.756398156,54703.2086974637,4321.4234515319,24426.4202174336 -350,27241.0193731792,75471.2060247059,19877.8719108298,6145.02678717054,147101.242265697,55002.674093345,4352.21744287298,24556.2023670139 -351,27499.882849927,75051.320996313,20065.3296877545,6203.25547425316,148496.772206569,55528.6687648777,4393.27609799443,24790.6366116552 -352,27721.2090859075,75651.0082377856,19843.537092211,6178.74375018188,149688.798281673,56439.5775280399,4341.95277909262,25265.2158785755 -353,27677.3817686385,79246.0135106412,19388.5203425564,6086.81106386087,149446.186666613,56864.8485321126,4239.30614128901,25529.1910791055 -354,27543.7852289505,78856.2687329581,18976.7334605376,5995.84675464761,148718.361620136,56978.8501819779,4146.92416726577,25634.6850102924 -355,27322.3603687334,76665.3838501269,18744.5069821443,5932.73173645648,147520.685695436,56620.8753461123,4095.60084836396,25492.9269198804 -356,26017.35744765,72102.7723785775,17534.0159263213,5588.23580882346,140470.195331069,54299.2811163498,3828.71959007458,24501.4306116621 -357,23224.7197295354,68491.1379427841,15381.1170228363,4936.44856080467,125387.936022306,48803.7463153931,3356.54505617798,22073.5294968968 -358,20682.2347636817,65582.0833979996,14006.5410129737,4453.700791417,111677.251862473,43069.3554324247,3058.86980654752,19406.8378456126 -359,18481.5789963784,60434.3352655569,14046.534955816,4276.57706358416,99815.4037164715,36629.3127221099,3079.39913410824,16242.6726207378 -360,17278.837507979,56541.0453591409,13685.5719281927,4122.9811335415,92929.4190793014,33129.2886571041,3084.81707028961,14716.274539728 -361,17964.1590674632,54056.0330074661,14078.2478135752,4257.82161583991,96590.437231413,34626.4812696943,3172.39862749026,15412.686043246 -362,18926.198265974,52951.2366429954,15064.432208012,4532.2171026013,101779.030560493,36207.9471762703,3396.21816255859,16086.1024917852 -363,20604.6515140573,53597.6932981155,16444.1384908822,4943.82918462495,110803.564997861,39374.0499574795,3707.61925482757,17495.6603988069 -364,25044.9620907943,55079.7624420486,19858.127926561,5981.73035644939,134685.496917806,48002.0399540783,4476.39070136662,21331.9485176331 -365,31320.6051838457,58834.8228915084,22849.9249737704,7096.44080153115,168171.940550072,62417.7000974108,5138.11802243821,28116.7059348146 -366,32245.0643479229,67421.6784865474,23918.8055222963,7385.22064787495,173168.012481104,63805.1129189602,5381.40012577336,28695.2662065814 -367,31487.5205650233,75113.6801809051,23398.616397483,7219.53375831952,169114.408688006,62255.7699810908,5264.62471617249,27988.7668499269 -368,30437.6251402918,77412.6543707968,22368.7679556451,6928.26324398131,163450.000116039,60463.6104001746,5031.07389697075,27209.711900305 -369,29179.8221755259,76943.9213463978,21207.9959684916,6595.44410265172,156671.723123175,58246.6274439755,4768.3292253688,26247.4802536215 -370,27785.4480738654,77749.3937861289,19960.1848571637,6234.55111464065,149156.810597799,55743.4636039276,4486.12198550003,25158.9787751111 -371,26637.4150017035,78546.5515939841,19053.8199254307,5959.96375580379,142990.79222338,53531.1484090766,4281.76501869851,24164.4214008937 -372,26090.8257068468,78081.9759359301,18538.1580575526,5813.3143154512,140041.813279352,52581.5894158566,4164.98960909764,23756.4202288985 -373,25795.757811738,77585.1813439938,18237.9623126997,5729.45804117845,138451.807030524,52093.5616673968,4096.8706201638,23545.956980671 -374,25950.426512323,76739.1754393186,18367.4060177497,5767.50670623731,139282.030544367,52377.9880863306,4126.06447256402,23671.0723412314 -375,26197.0764116192,76131.1736667841,18540.6193693349,5822.16794287094,140603.812474138,52879.0242032819,4164.98960909764,23897.0425168497 -376,26419.0272113824,76631.0862330721,18335.8320431175,5800.7171363207,141753.77617353,53757.6320819262,4116.33318843061,24354.5627668852 -377,26389.5459723911,79606.6572279797,17915.5577508297,5716.15227754888,141547.931501901,54175.0313048872,4019.02034709656,24609.0539381163 -378,26271.4144525722,78988.2623420249,17535.1850194087,5632.05881453543,140876.891365428,54292.9274645893,3931.43878989591,24710.751254459 -379,26062.6210922623,76905.4665646261,17320.6326558036,5573.13856059693,139747.67019193,53954.5962554613,3882.78236922888,24574.3935694957 -380,24826.9293060431,72388.5851147311,16202.225490632,5250.85498482169,133086.466425754,51751.3410456483,3629.76898176033,23618.6419778406 -381,22170.0298086281,68651.1931193883,14212.9651154576,4639.60609166474,118813.124799546,46521.8732243289,3182.12991162367,21278.5235908718 -382,19733.6201485799,65529.0781364626,12942.6495237239,4184.42907785317,105799.970558075,41044.7657302526,2899.9226717549,18706.7773847188 -383,17589.5118334805,60223.3534097742,12978.9545467086,4011.49827743654,94476.0633443139,34863.7796779105,2919.38524002171,15656.5049537047 -384,15429.6464913628,55853.0160487113,12008.6212340241,3620.48783373488,83207.5330521659,30217.1321132066,2760.64304209501,13550.9122964264 -385,16122.6697983656,53534.2948223442,12435.1309787751,3761.87118276183,86925.4616851107,31714.9006447544,2857.97340575861,14245.6585187325 -386,16676.478973629,52555.2560174229,12970.615750862,3912.94312988059,89912.4653288144,32677.2032544978,2981.84841405775,14669.2554488178 -387,18122.1190070888,52951.2366429954,14124.1166689785,4258.81369995012,97703.2560215582,35481.4745501177,3247.29486041304,15933.2154842507 -388,22134.713553627,54570.4960535194,17167.5085536366,5183.58270343255,119345.742748957,43427.9800722808,3946.3038358153,19496.5165159471 -389,28595.9977013056,58012.7213896535,20637.9989440175,6401.8976277426,153984.274778331,57988.8521985114,4733.79496000266,26312.2122365798 -390,29485.4571106783,66380.280597848,21666.6028719583,6677.8850462488,158803.139688568,59339.4743608433,4972.69676172242,26883.0845677598 -391,28696.1692053815,74374.7241912971,21088.374953465,6499.16825022574,154561.297955417,57748.3303158242,4839.97353854477,26159.5569284 -392,27687.9269383352,77181.9254785386,20094.3757099713,6220.25548442838,149106.712266633,56012.3039676176,4609.91995170352,25398.5161501397 -393,26626.9626664754,77018.7523275828,19136.1738234329,5945.19177917341,143376.116729224,54093.2976849071,4388.71457974078,24553.6942519253 -394,25373.9429052207,77522.8221594017,18024.0667146954,5624.55102068655,136604.915596738,51804.3444945185,4132.116348264,23547.8153224716 -395,24201.1397632868,77836.6965639067,17063.5719032054,5338.99379490784,130282.970432267,49558.0057987466,3910.91097630126,22537.4886581067 -396,23643.0928480114,76437.7729322204,16527.7349982113,5188.35182989348,127262.767285289,48587.7044496283,3787.03596800212,22118.0618583293 -397,23345.3608216568,74851.7717467579,16222.089729309,5103.76878374376,125653.594876015,48092.5722968524,3716.25024897405,21903.0117526402 -398,23450.621446188,73389.4495384864,16299.3309676259,5127.36116730423,126218.480425172,48300.7135984805,3733.94667873107,21997.0773716888 -399,23674.2980051593,72319.9900822496,16453.7584618379,5176.16880785614,127420.584786843,48764.2668085365,3769.33953824511,22207.6945016491 -400,23924.1831224813,72622.431981341,16309.865412814,5169.30258500403,128731.378389204,49662.1064385296,3733.94667873107,22665.7946418796 -401,24049.7508908438,76744.3720968427,16088.3345106943,5137.04444965486,129372.40528609,50294.7891657156,3680.85738946001,23001.0772028672 -402,24056.8839572439,76940.8033720461,15864.0780913953,5094.39843230858,129383.521724962,50589.1018299892,3627.76810018895,23169.6065711682 -403,23700.608389144,74448.5158813028,15482.1682915153,4991.00967416424,127449.977684806,50020.9883549919,3539.28595140386,22936.4641022907 -404,22692.6343453214,69630.2318234956,14599.8364333055,4735.4507692264,122004.365453373,48164.7903122384,3335.77700919813,22118.6465624334 -405,20323.248426927,65894.9185113252,12864.5937803059,4200.74729382999,109241.220751454,43394.7624382608,2937.6073396652,19964.6815342081 -406,17892.0455740361,63521.1133402487,11502.5310400725,3730.36473822521,96202.3590203612,37974.0857789366,2627.91981891736,17425.9814521355 -407,15783.3135932812,59330.5781922654,11418.1504721494,3536.49782905436,85007.1749363685,31959.7446149505,2619.07160403885,14475.4675343654 -408,15236.96463238,55361.4180134852,11748.1338491932,3548.69518500157,82259.6578957622,30177.9052338367,2680.67519929103,13519.4400756497 -409,16058.6100620972,52884.7202936863,12314.7718299442,3727.79064239425,86685.1062752227,31891.8819758743,2809.55381464156,14303.3845547759 -410,16831.5617656928,51425.5160597665,13099.4568948262,3945.14759299872,90854.3357968157,33193.8714923759,2989.9838761323,14865.325420419 -411,18323.7745446775,51241.5565811559,14302.4383322374,4303.98768743267,98903.4971312846,36091.9949382232,3264.92492221344,16166.438811419 -412,22455.0942052621,51254.0283777487,17466.4655989665,5260.67491490143,121219.841359891,44292.9470730245,3986.64516817641,19830.5905005348 -413,29040.5744783029,51413.0441623597,21013.8825157062,6503.1508328089,156669.344324899,59246.5736746559,4785.69258334969,26814.9218686655 -414,28879.9283769229,52168.6293149055,20863.3867214958,6462.74989157383,155784.898143723,58976.7204177886,4751.32495258955,26717.0122758163 -415,28065.860133816,55745.9661336441,20260.350056762,6277.39719107781,151402.211629732,57332.1663742739,4613.85442954899,25971.9067841397 -416,26816.0164118989,59894.928525504,18990.0341528144,5925.28945216837,144648.092278758,55220.5469285766,4321.72956808779,25058.8951721565 -417,25906.5763161813,62880.8927346459,18202.0610806195,5696.27185088369,139740.396179419,53525.1136382366,4141.29950659704,24307.9398266601 -418,25137.6970892702,64755.8246306138,17636.4472315356,5522.3482470631,135591.656643424,51968.1223412307,4012.42089124651,23605.0706205504 -419,23585.7726327535,65554.0218304622,16249.3997026557,5122.99331578948,127213.818408537,49122.2676083707,3694.5203067152,22349.7769059843 -420,22643.4031299638,64545.8821668243,15277.8821970065,4856.19570711436,122116.081917713,47557.8533773679,3471.13070677428,21687.6875426425 -421,22385.8945013393,62278.0875188217,15016.31412729,4783.64896564453,120728.030100891,47124.2641128993,3410.98735294404,21498.7224764459 -422,22523.0420240565,60386.5265607301,15129.19064783,4816.76262692559,121466.524746977,47383.2797041096,3436.76307601414,21613.5772072406 -423,23041.8850783696,60133.971948824,15615.9310220214,4954.47640305032,124269.238336641,48305.7974549594,3548.4578759846,22012.6940816397 -424,23766.5812027928,61303.2060802453,15997.934541271,5089.18224395494,128174.31728883,49958.367983458,3634.37695288496,22783.3459395349 -425,24037.5686289375,66576.7119738654,15931.0158920223,5099.16585586985,129624.200946033,50836.174186637,3617.19313750489,23221.837927814 -426,23824.3590680431,67319.8252290043,15451.0300272116,4988.78520947539,128457.30735304,50805.9139766387,3505.49833753443,23258.9669144343 -427,23411.4184447312,64792.200830027,15003.0206850061,4868.06992621959,126221.308242199,50150.9724208151,3402.395445254,22991.4796553602 -428,23146.7285973754,60444.7283789773,14960.4579347077,4837.51877600813,124800.126218655,49426.9415479977,3393.80353756397,22640.5029183279 -429,20768.8328714827,58083.3951053075,13225.3437131288,4302.86850849379,111969.126988918,44597.671202739,2998.57578382234,20463.7062283332 -430,18409.2160355573,57328.8493447549,11966.4047407968,3858.85708139478,99269.9139488171,39214.5152439876,2715.04283005117,17937.8905466627 -431,16418.8646298261,53915.7249681514,12067.2055762524,3710.37914843391,88601.4468820941,33252.6443463917,2749.41046081131,14998.1149488721 -432,16587.3690598739,50343.5847061229,13289.2804627544,3952.29786692721,89697.9134819595,32172.7282412724,2973.5423458308,14243.9812982676 -433,16747.2265938598,48015.5096575147,13102.9029959352,3930.37313944986,90545.1375923357,32871.434645951,2929.81378192152,14612.4334450252 -434,18395.7554241952,46792.2308725632,14886.9150679223,4413.47869853253,99461.6134170331,35506.0683624772,3332.11656988686,15708.8140280097 -435,21597.6179037149,46282.9644840341,18035.3429475221,5290.12754386864,116784.487939879,41010.4528934155,4040.51930521714,18057.7543303019 -436,25938.4949615764,46383.7784503978,21438.4520388915,6308.61202861288,140269.82207231,49513.7254100932,4801.39631723855,21821.7426166589 -437,27382.2316152608,45733.1645297468,19116.5050271264,5985.69482754123,147932.802833121,56590.3700903058,4259.16212476352,25589.5026478054 -438,27148.128564419,45177.1287275701,18882.6652674852,5923.19152933811,146649.280260455,56208.3765217761,4206.68784807239,25447.357882451 -439,26620.2556109741,47385.6821653323,18604.9666355099,5824.91489794312,143810.765564496,55005.281311343,4145.4678585994,24885.4785435032 -440,25707.6254086688,50917.2889624166,17711.3294418881,5574.25033994444,138876.982368095,53419.0829093468,3944.31646461673,24194.6321305401 -441,24772.9820999365,54824.0899566047,16892.6959261751,5337.60591492028,133826.692084397,51690.5352424684,3760.65649619777,23435.9135830855 -442,24291.4222710256,57834.9977589324,16653.8765877512,5251.11690085652,131228.122688616,50576.1569968484,3708.18221950664,22916.4632653673 -443,23207.1414156045,60625.5699840501,15794.0590208111,4993.30642237806,125373.829138265,48455.1411508668,3515.77653830582,21964.9547898615 -444,22746.958861601,60222.314118595,15365.8759442015,4872.14458085621,122883.866863688,47635.1637614949,3419.57369770541,21611.7459772501 -445,23061.0837127577,57827.7225190497,15752.8341221314,4972.67424557136,124591.650723857,48077.7720455741,3507.03082552397,21779.7972554523 -446,23406.5680299516,56128.4355706306,16102.5871631865,5068.8688380284,126459.639679193,48654.6177199292,3585.74224056066,22022.6911582925 -447,23292.8243202365,55544.3382009166,15872.0647614636,5015.00109934121,125838.225593235,48606.4182732657,3533.26796386953,22024.7570973583 -448,24612.5197600055,56917.2789482379,16927.5046718919,5329.15028325718,132974.79207377,51167.4485692988,3769.40220897963,23161.0969851572 -449,25123.9287863583,61885.2248676009,17129.0352720535,5410.96767070902,135732.674386626,52414.7066133845,3813.1307728889,23750.0446857714 -450,25035.4731413696,63685.3257823838,16785.1866214565,5337.42384499147,135243.72263756,52579.6861040472,3734.4193578522,23869.9633327482 -451,25018.2857256043,62152.3299592723,16784.6784148529,5336.39097564602,135150.15549486,52533.1089108278,3734.4193578522,23852.4284049228 -452,24374.8378485387,59337.8534321481,16314.3398551907,5191.69968351475,131672.910363736,51229.3477597881,3629.47080446994,23266.6412929191 -453,21766.5240851366,57795.5036859814,14318.1778121059,4588.45399381437,117573.505878704,46057.5721877092,3183.43945259532,20963.395488532 -454,19970.341457898,57913.9861064622,13708.207525626,4317.71468572174,107901.217312244,41541.4266619356,3052.25376086749,18797.3485940615 -455,17141.0527180642,54423.9520655013,12884.1016185118,3921.2264417137,92652.2308285811,34287.6672797668,2877.33950523039,15331.8318918508 -456,16634.9530971012,51384.9825948223,13283.6080646741,3969.14157116522,89754.6753753333,32090.5068217784,2957.26461294978,14142.8070383374 -457,17301.3307398878,49682.5776720515,13670.845119474,4100.56134780527,93335.2209722121,33555.2091481429,3042.57032293871,14819.1673126758 -458,18424.9346604213,48920.7566716163,14854.2422920558,4425.37521717068,99401.2049450034,35381.0441772781,3307.96586512652,15582.8520065154 -459,20058.9544376504,49371.8212418983,16214.6798053627,4827.32467635422,108212.011615086,38473.5611789986,3611.27505619829,16947.4835978607 -460,24455.9450227037,51286.2472108171,19665.495662265,5863.25934179256,131946.080116047,47020.9045737784,4379.02644609871,20711.4510360938 -461,30481.5344798133,55421.6985149048,22531.6840929317,6926.07856871172,164317.830880378,61016.704414518,5004.60165268424,27261.2335678206 -462,31047.3623332385,65139.3334595934,23205.6709023266,7106.6213545885,167367.662426279,61855.8593718807,5156.25624822013,27611.5048810969 -463,30310.362592959,73273.045801178,22692.7195775927,6944.9779329957,163406.367255109,60341.0947366635,5042.51530156821,26926.2222399764 -464,29362.1960040946,75886.9336867539,21761.7205903113,6682.97008387675,158286.562014435,58706.8448366996,4833.99023270637,26219.9573840639 -465,28286.0434287328,77015.6343532311,20786.0249334478,6403.03437666993,152479.786889775,56770.2222163564,4615.98675162353,25381.3936508999 -466,26965.2388349711,78110.0375034674,19597.8716294571,6061.76489773512,145347.260124802,54382.8092766967,4350.59120943573,24351.4735148996 -467,25698.8276655236,79171.1825294563,18535.323805291,5748.41621837135,138519.7478051,51994.4325486308,4113.63090391091,23296.8079708879 -468,25352.5947487941,79030.8743893276,18237.9206093749,5661.69167288648,136650.832117084,51351.599154256,4047.28201836396,23016.8339311734 -469,25065.1055913482,78859.3867073098,17941.9341977305,5579.71935313795,135101.033172848,50876.0166661723,3980.93313281701,22813.9431469341 -470,25178.5212429695,78112.1161866399,18027.3628665416,5605.58095770735,135709.972034405,51096.8190183737,3999.889957259,22912.0933028442 -471,25306.7332172573,77472.9348722164,18071.540413462,5624.95287276986,136396.812046052,51416.5340092632,4009.36836947999,23062.8015746694 -472,26005.386618979,77220.3802603103,18418.4257831604,5750.58812931102,140155.339746928,53018.0847982801,4085.19566724793,23807.631489962 -473,26198.4090172276,79575.4776860907,18257.3769758883,5735.33953115773,141178.883465577,53771.7915083247,4047.28201836396,24196.0716065898 -474,26082.0759272551,78947.7288770808,17882.3917242606,5652.79409505276,140534.199551027,53890.874593799,3961.97630837502,24298.1350516957 -475,25357.0830002572,76782.8268786144,17079.9298853149,5436.7487227151,136609.782418687,52765.2127299424,3781.88647617616,23846.4182675609 -476,24414.2542704127,71960.3855552763,16272.6231402247,5201.08549435116,131520.671456591,51011.6211053138,3601.79664397729,23082.2041586761 -477,21790.9855271356,68451.6438698332,14268.8726694933,4593.1084276387,117373.994973008,45842.7957762291,3156.31126959063,20790.7661735865 -478,19347.9238257768,65525.9601621109,12931.6867802254,4127.05366526602,104239.064243211,40370.0971071376,2862.48049073985,18246.3181269799 -479,17119.2916174392,60921.7759344381,12798.1579929461,3915.46193773526,92308.2411423645,34081.2576847981,2843.52366629786,15179.2578763601 -480,16984.4419842438,57090.8452126141,13603.5064657973,4072.61128990511,91357.850630625,32435.9416918024,2994.94162230878,14285.0522558589 -481,17657.8557781024,54798.1069714259,13993.8462932188,4205.59354249642,94959.2905841688,33902.2993865455,3079.97151063932,14962.7652657382 -482,18603.2568092124,53716.1756177823,14974.0820379406,4476.9133001766,100054.077829328,35448.3118235296,3297.27011415068,15613.4412766273 -483,20252.7935254509,53972.8874952193,16345.5046087712,4883.54395890303,108923.425143567,38546.7634022149,3599.59860599258,16980.780233834 -484,24617.8343864672,55465.3499542007,19739.0409785396,5908.65308969134,132405.515928366,46996.1502293179,4345.97207022726,20706.2887466207 -485,30785.1249745779,58980.3275883472,22713.1618069557,7007.13129937165,165361.741556155,61118.482781644,4988.42011539128,27315.0703187126 -486,31693.2539609216,67473.6444569051,23775.5798227835,7292.77349637592,170263.641021661,62473.1320480107,5224.61424964277,27872.167143674 -487,30948.8282511169,75146.9384059666,23258.5019396346,7129.22876750317,166277.727125735,60956.1404947723,5111.24106520206,27185.5237692113 -488,29917.2694493338,77898.0164573195,22234.8600643017,6841.29362413918,160715.283333012,59204.0611765612,4884.49469632063,26432.0445909788 -489,28680.9960551049,77882.426585561,21081.0734462289,6512.32793314296,154055.849935799,57035.1673059968,4629.40503132903,25500.2171668308 -490,27310.389220362,78913.43136084,19840.76524123,6155.65976357083,146671.193033476,54585.4049978069,4355.41983559732,24445.3859174214 -491,26182.2312894566,79953.7898575462,18939.8380514404,5884.44814603573,140610.842567424,52420.401937258,4157.01676282607,23480.2279716986 -492,25644.952318176,79338.5128451291,18427.2800322695,5739.4836132853,137713.52431258,51491.2738344679,4043.64357838536,23085.1982061024 -493,25355.0058628799,78926.9424486121,18128.8952181603,5656.56549399685,136152.456729286,51014.4594769358,3977.50922079494,22881.8941095178 -494,25507.1126081524,78146.4137028807,18257.5614779077,5694.17414631901,136968.488894764,51292.6514263412,4005.85251690512,23003.1517672265 -495,25749.4760775491,77322.2335178534,18429.7385976167,5748.12391204556,138268.312329514,51783.5414892554,4043.64357838536,23222.8530277374 -496,25967.6179395825,77145.5492791254,18226.2325869956,5726.45427656648,139406.676878672,52645.8098362388,3996.40475153506,23671.4644979578 -497,25938.5448575745,79879.9981675405,17808.5335913021,5642.40634874083,139212.510827708,53056.8788973072,3901.92709783447,23923.2937254295 -498,25822.2882070482,79520.3937413812,17430.4811211742,5558.95260547994,138558.727685705,53174.2845343159,3816.89720950394,24025.5744220058 -499,25616.9428505882,77266.1102819647,17217.2214785206,5500.68765062261,137449.030238214,52842.7822381951,3769.65838265364,23893.6402321611 -500,24402.3105549099,72850.0428992474,16105.5406759151,5182.16177886566,130903.544235538,50686.6127736369,3524.0164830321,22967.6192189164 -501,21790.6849499095,69259.1948919227,14128.1931533296,4578.53336892558,116868.981965716,45565.5971541816,3089.41927600938,20694.5925373402 -502,19396.5854562589,66156.8269454725,12865.408962506,4129.81169338521,104065.205270339,40201.2109331042,2815.43408027766,18190.8142377013 -503,17289.4170978164,61341.660962831,12901.2557407819,3961.23792819131,92897.2850694243,34139.5361080192,2834.32961101778,15209.1345558336 -504,17115.0992334114,57337.1638758168,13655.1878406706,4087.26195027513,91844.0700531351,32524.8864181554,2985.91736634758,14385.7103666803 -505,17787.5401460373,55045.4649258078,14046.8955083714,4219.61283478224,95440.1778929829,33985.6816587458,3070.69104551833,15064.295250045 -506,18734.377852338,54030.0500222873,15030.7914507552,4491.06711285739,100548.532121869,35528.7671783526,3287.33489228803,15716.3218046574 -507,20380.190825833,54368.8681207919,16406.7234028552,4896.81879293684,109401.53966325,38608.0649976447,3588.75241822847,17077.0181307548 -508,24778.6575499224,55850.9373655389,19813.5571799367,5925.12784254907,133013.706955066,47083.75081774,4332.87693539396,20834.2979790742 -509,31012.7026254607,59321.2242692103,22798.9338782579,7029.98277466721,166159.306471746,61261.9163700131,4973.38917801741,27498.4581857722 -510,31921.1593685318,67750.1033708176,23865.4237817047,7315.68864506906,171076.466345337,62613.5951276677,5208.87162015839,28057.4181647124 -511,31176.9999663392,75188.51116209,23347.2468196941,7151.95130904165,167107.683186725,61108.7459472981,5095.84004793072,27380.412376683 -512,30142.8874610896,77772.2587969561,22319.1490534266,6864.26552422081,161514.703175321,59352.4079198929,4869.77690347538,26615.6439599837 -513,28899.3184384141,77778.4947456595,21160.8336252649,6534.52488394194,154819.467132982,57178.3442072606,4615.45586596313,25676.1132829821 -514,27527.9586271514,78542.3943284532,19916.2791294747,6177.87500362836,147432.04588258,54738.4261362581,4342.2962330796,24624.3801929249 -515,26396.1421214531,79606.6572279797,19011.9375017724,5906.56724338399,141354.573972276,52573.957847274,4144.49098168118,23654.3792262961 -516,25851.1651783427,78765.8479808287,18497.2024911186,5760.56834380249,138424.070235979,51635.1292638238,4031.45940945351,23251.9540065562 -517,25555.7841763557,78193.1831165282,18197.7096860257,5676.68422430239,136843.697989727,51152.814603544,3965.52432565404,23046.2836764195 -518,25704.2245011546,77171.5322643043,18326.7714171022,5713.61849491474,137647.298713585,51424.5869977112,3993.78221871095,23165.128044481 -519,25940.0706486733,76512.6039134053,18499.1181986029,5766.62691905394,138917.649748458,51901.2893999256,4031.45940945351,23376.2360686803 -520,26172.0362797932,76414.9078205793,18295.2361215878,5746.52347670279,140098.83318243,52783.9049931915,3984.36292102531,23838.6783476919 -521,26146.9800718403,79771.9090621081,17875.9067166126,5662.73379169243,139906.50768141,53199.6052614067,3890.16994416892,24093.6072000317 -522,26034.9486344629,79914.2957845953,17496.6025786969,5579.57920958519,139262.320140833,53324.6445484195,3805.39626499817,24201.4333638999 -523,25817.4104981125,77874.1120544991,17281.9553226035,5519.63566791559,138100.917983277,52972.7890033973,3758.29977656998,24056.311877693 -524,24591.4740690359,73077.6538171539,16165.9015203479,5199.63790465937,131508.100227608,50806.1674514513,3513.39803674336,23120.947489388 -525,21971.7032927525,69451.4689015952,14181.5884085503,4595.64574277488,117449.801815491,45692.2706606787,3080.11034320397,20844.3268824016 -526,19566.8503096043,66684.8011801118,12914.3165528124,4146.79568173585,104622.255873739,40328.4345333424,2806.95071032043,18329.569734527 -527,17420.0508210268,61975.6456197303,12950.310394001,3974.41640011517,93363.4972811536,34226.7895446596,2825.78930569171,15316.5902604952 -528,17927.0671611416,57991.9349611848,14075.3586258108,4232.57533400206,94924.9057304604,33523.5891619166,3073.58002342837,14954.1209570184 -529,18556.7868474329,55587.9896402124,14470.1802964915,4363.92861917629,98465.3662234061,34950.6750229232,3159.01066912939,15611.6102238894 -530,19537.2221389484,54668.1920455315,15475.8274757676,4642.13289364888,103714.123703303,36535.4371761642,3380.18301933514,16285.4196378751 -531,21186.4556880038,54838.64043637,16824.7761557365,5042.1460929987,112481.357081583,39607.0533031393,3675.79474350129,17647.0675503144 -532,25748.2661400597,56200.1486782778,20379.4163884451,6114.07396920238,136940.956528155,48317.0659128723,4450.92518346656,21519.6063334168 -533,32183.7357450762,59686.0253528938,23472.3957612138,7258.31014326233,170911.420756905,62776.2145068092,5113.90579116495,28338.6609758687 -534,33105.0454560369,67971.4783400207,24571.8871585637,7552.91168929911,175983.017885539,64157.1614259288,5356.30169206624,28916.6462793238 -535,32303.7581578473,75615.6713295516,24124.1998807231,7402.29832069566,172174.710083902,62636.9543902083,5258.270445868,28212.5810169327 -536,31292.8562863431,77675.6020961232,23008.3505186062,7095.59824172972,166297.511734109,60855.2175676007,5013.66316995041,27454.0360229697 -537,30005.6275194419,77708.8603211847,21801.3504855415,6751.88807600863,159338.638669756,58614.5842044819,4749.12777904186,26479.2030536272 -538,28614.8550810674,78467.5633472683,20566.0292422622,6395.27755960504,151928.945795654,56156.5869611204,4478.02386642527,25404.2295497257 -539,27464.9613044396,79205.480045697,19633.9711740283,6116.64800687236,145714.945518746,53958.5321952515,4274.41130966819,24422.9929745818 -540,26878.7966735708,78710.7640361193,19081.677928662,5959.38703817592,142568.27582615,52962.1079469234,4153.48158067697,23987.436351013 -541,26516.8631867495,78332.4518646637,18777.108299623,5871.06449631937,140853.197916107,52416.3789413308,4086.52666773633,23744.1841755619 -542,26636.0849197829,77602.8497981108,18901.4103566708,5905.44041969462,141596.76004097,52662.5941026828,4113.78229722105,23846.4906185509 -543,26837.4719803824,76920.0170443914,19031.3977874735,5947.30310665223,142656.506078542,53086.9957421546,4142.49030893635,24037.7905189774 -544,27109.7369843739,76924.1743099224,18864.2697597387,5937.94762256489,144044.994714337,54029.1820527317,4103.17052187328,24526.316873417 -545,27071.0228191611,80014.0703589659,18431.7435963862,5850.75155579778,143789.500744458,54431.812162716,4006.21216151276,24773.617490445 -546,26943.6368182365,79989.1267657802,18062.1526612547,5769.1765203277,143153.292100511,54549.6696944093,3923.52933374689,24872.7172670189 -547,26653.6372854338,77949.9824276772,17784.5385429777,5691.29188872294,141641.127202636,54101.2329639902,3863.14294251429,24683.3696539192 -548,25346.3883480809,73491.3027960294,16621.0137282863,5355.69565569728,134721.757954408,51833.5113779892,3608.30338764179,23691.0758383251 -549,22690.5491891533,69968.010630821,14627.8097973299,4746.4512067115,120544.567575453,46673.9855113885,3173.28620172404,21380.9110247182 -550,20317.3108828707,67123.393852987,13343.958398305,4293.66389282937,107676.847624955,41313.4215566746,2896.68665323714,18870.3554139341 -551,18080.7883765018,62351.8792088274,13364.9865732611,4111.38138234399,96174.3040751714,35097.7665051899,2912.41456806236,15797.1622433671 -552,18889.8330862423,58513.6732471208,14634.935309961,4359.84770776617,98980.7696781269,34988.7328112547,3146.28557897836,15648.9036051893 -553,19521.4317126586,56283.2941905246,15148.7993752503,4512.05311308081,102902.80203955,36499.358925936,3255.88407214427,16344.7221211678 -554,20171.2319640818,55045.4649258078,15813.6782927422,4699.22108814637,106539.200608831,37608.6596075988,3400.43371949652,16842.5021793514 -555,21614.9397036235,55357.2607479543,17137.4441694832,5054.40563481209,114619.012542864,40529.6090965563,3680.36124066989,18140.6741343457 -556,26385.8335027198,56563.910369968,20889.140080076,6177.29078302703,140220.840655161,49561.993888434,4489.40720113949,22179.1360226476 -557,34250.4249675412,59830.4907585534,25130.4579809276,7636.94515950801,180666.637070194,66095.4686587289,5391.76233533355,29850.5111198244 -558,35066.8051304344,68063.9777753226,26358.2735351998,7943.78394432662,185862.697632406,67456.0755575113,5656.84075274215,30440.0547602805 -559,34015.4616431385,75572.0199910697,25784.2794740763,7791.5019291514,181535.339883054,65565.9212908407,5542.39113307515,29648.1786088797 -560,32838.5379228518,78361.5528241943,24527.0562948635,7442.99673091768,174953.300429157,63620.2152355212,5267.31473840287,28841.8285356433 -561,31515.7883186373,78347.002344429,23335.122475952,7099.18600658193,167926.562059589,61364.5115202343,5008.52766317204,27854.0822469763 -562,30072.9492702421,79230.4236388827,22033.1697484274,6746.25175439713,160427.71904825,58810.106439215,4730.97265730211,26754.8769336357 -563,28929.618017399,79704.3532199918,20883.0032342715,6428.01348512349,153382.61314657,56426.1647067726,4484.5560746384,25674.9890196609 -564,28170.5964605155,79016.3239095623,20201.4249883001,6228.23145786735,149540.423494157,55244.5702757802,4335.36749257348,25154.3142252899 -565,27798.5825215443,77541.5299046979,19850.6656182715,6134.60752904794,147790.846860772,54673.9196058612,4260.72015359391,24888.3808349663 -566,27836.1663712917,75986.7083619385,19928.2020535442,6148.65550328006,148214.160493262,54836.6673748777,4276.28936519703,24947.5866703708 -567,28003.8200653888,75081.4612470229,20061.0143129661,6171.8339884015,149037.1511093,55252.3522880015,4301.24254211969,25112.7857164084 -568,28253.0391097797,75013.9055057206,19900.9296066354,6169.79767170605,150557.426052424,56216.1659659712,4265.46518420079,25629.5487525501 -569,28500.9710457146,78275.2893375958,19657.3644225452,6147.98895543122,151523.549444711,56985.1970783717,4212.5723031079,26026.6047284607 -570,28358.5946684753,78272.1713632441,19366.4457305364,6078.9361639172,151174.808673388,57181.070108051,4147.30892944788,26154.4304388096 -571,27861.8536051479,75476.4025814161,18844.6698101438,5919.76458224541,148321.237479938,56432.3970346313,4030.80508216007,25805.8540575241 -572,26610.9313145134,71170.5029873038,17740.6562566976,5594.89748969725,141708.653985669,54280.2599830981,3790.67984167414,24827.0428071837 -573,24093.7241240758,67598.3627252753,15696.4006474578,5009.21071786671,127761.561062589,49143.6371575904,3356.09859999062,22515.459171622 -574,21701.0712802482,65564.4149438826,14091.7287812989,4506.35951177148,113664.527055186,43435.7117849596,3017.91915517335,19846.9231426578 -575,19140.6589575026,61463.2612568495,13966.2769816478,4265.12033434556,100802.537290583,36718.1904183188,3000.08352416101,16539.0093991452 -576,19976.8301288836,58186.2876540298,14890.4298407621,4563.92720516491,104039.962306045,36603.7515598457,3173.51239197431,16747.8913098339 -577,20398.2294038861,55600.4614368052,15284.3452777882,4663.09599964341,106852.680737486,37896.1611811474,3274.25288789499,17262.9807440561 -578,21210.2046818785,54066.4262217005,16176.1903543509,4905.64159975941,111441.134412484,39283.0073465172,3473.63156129306,17842.9826862346 -579,22532.2641906828,53376.3182280985,17397.1596640728,5224.24047980757,119048.960914469,42154.8271338868,3737.01955938292,19071.9658586822 -580,27713.8333743452,53327.4702320924,21494.8962591886,6452.32365581355,146844.136865764,51798.8250534382,4606.0680584136,23382.7564676965 -581,36173.422375777,52866.0125483901,25746.6097393121,7995.57356957913,189391.520145929,69227.2612569965,5530.60050474141,31657.1851899976 -582,35531.5936321322,53362.8071403264,25645.9198445801,7888.88218638046,187413.886923863,68587.7099652428,5472.38227759961,31329.7558048166 -583,33802.7438166932,57023.2894713119,24727.304904968,7582.51059924565,179849.603266036,65803.4077290979,5297.68935436174,29943.113696194 -584,32591.6086869658,60818.8833857158,23406.0077808008,7227.20222742404,173345.691413121,63781.6546008417,4992.11934520588,29104.2567120583 -585,31322.8161749031,64348.4114996277,22370.5306735895,6907.87396615319,166784.887925351,61665.0072838143,4765.80846751865,28132.1342364196 -586,30400.0268628479,66520.5887379767,21769.8810810523,6729.86351645039,162231.280168592,59864.0106504326,4639.52943575682,27296.7429849897 -587,29142.2810327159,67409.2066899545,20350.3789821544,6352.48010911618,154454.824182072,57247.4797287538,4314.23539962289,26231.5183300498 -588,28080.057616674,66479.0158810393,19302.5274352054,6066.34549584512,148935.631762569,55515.4568354971,4078.97704973763,25488.8688563039 -589,27725.7613332111,64705.9373434285,19012.0098114435,5982.60597228447,147140.170018444,54916.1147804797,4016.29029385545,25211.671667297 -590,27704.1739849589,63036.7906457192,18905.2432057012,5977.80663477862,146867.218477565,54915.8860218035,4024.39733149871,25216.689915289 -591,28132.2277923897,62427.7494811915,19306.0998799992,6071.7442125393,149046.946021895,55780.6695791771,4114.36760956985,25579.6689360323 -592,28807.0800017025,62885.0500001769,19671.3590445008,6204.15677668597,152924.363118919,57438.9239547871,4201.62132764855,26348.0789407831 -593,29156.1243418465,67440.3862318436,19540.3214432499,6203.05426522388,154361.84140492,58415.3503014162,4173.30114637225,26848.0622414359 -594,28924.7140128685,68906.8657056461,19114.3558605247,6113.68759559292,153456.43073776,58360.7278072157,4074.25225701322,26862.7996349673 -595,28645.1167719041,66580.8692393963,18648.5115760195,6002.88981449243,151452.996853243,57803.0813977892,3969.63341711858,26669.4013679372 -596,28192.7556539602,62533.7601050795,18367.7384041517,5918.6093076167,148757.361892126,56757.3208722193,3935.20078886555,26173.7455178961 -597,25970.441403098,59979.113429744,16611.2682527431,5422.60402033982,136278.560916035,51886.006869199,3549.16185319945,24038.7937424445 -598,23613.866925068,59608.0763973572,15081.6032067793,4917.90951728786,122559.766341663,46349.0881411461,3216.71903373627,21532.0245749552 -599,20903.7551569788,56851.8017892941,15064.9287116156,4672.08600873328,109185.190073282,39374.6591985996,3224.82070265348,18033.6722158348 -600,22113.35247631,53981.2020262812,16711.1918115024,5132.37014191202,115076.914087373,40140.8817987938,3614.72491197343,18394.950176686 -601,22157.0425873346,51481.6392956552,16611.571088467,5119.74041426484,115937.219243191,40678.7391244175,3591.22481962105,18639.2103495218 -602,23533.6687763107,49914.3458554889,18391.252884581,5544.81822266459,123731.947862908,43031.670002069,3957.41817306319,19501.0023512023 -603,25949.3416901687,48981.037173036,21182.8214993793,6215.71850272863,137027.739247799,47570.6295404012,4503.20385554942,21186.6867625484 -604,31513.7673091659,48503.9896175751,25721.887544449,7566.99952121299,167542.409873669,57959.4070247667,5521.21820426348,25854.0704902153 -605,34637.9343859662,47603.9391601837,23628.3423736654,7471.90606609231,181363.185683624,67388.8845665665,5065.32170000374,31025.3499538564 -606,34133.9947994381,46584.3669911322,23453.990172493,7396.29201729714,179805.507150934,66820.9913034409,5039.26760448993,30806.5421114965 -607,32393.8427203088,48204.6656928355,22941.6943277193,7118.89417240243,172897.310077935,64093.1497728955,4922.8770158818,29313.0088709691 -608,31486.2075553803,51703.0142648582,21885.9671403584,6843.79834278195,167830.517662078,62660.3695306969,4686.56259136299,28743.3418295181 -609,30391.9558921918,55691.9214801139,20967.9108934578,6572.52581364278,162139.826153235,60737.6690970077,4488.99112355055,27890.6626928736 -610,30029.8661628922,58780.7783387921,20939.2056934805,6564.82541394805,160695.17280281,59705.2485951384,4497.20865397016,27403.5624427172 -611,29090.0507675179,61650.3387098118,19856.9282843036,6275.61960585522,154367.177868533,57654.6435335381,4258.20903855186,26568.9859304708 -612,28569.7814805941,61415.4525520227,19425.894011459,6155.46249052734,151824.872397732,56744.6055360243,4170.43892349806,26170.065396281 -613,28545.1011235508,59395.015959216,19567.5927795514,6178.66589345099,151520.667612693,56532.6545082744,4187.46202115842,25958.5682645013 -614,28889.8785478362,57851.6269218701,19986.7019470773,6293.57481488369,153600.143834222,57078.9880384906,4286.2725323943,26169.7474269548 -615,29013.5805283652,57346.5177988719,19863.8295345373,6284.76358465692,154032.534844701,57364.7225739686,4269.07265441411,26378.1449001633 -616,30186.0851992406,58235.1357508498,20929.9577260281,6577.66634281016,160755.202745152,59812.5129802311,4485.46557998395,27404.3404365067 -617,30748.728544734,63512.7988091868,20991.9592232544,6638.19847132941,163049.793674234,61012.6082519612,4484.57300451873,27968.9633579122 -618,30633.5381927754,66005.0862999302,20707.5220297813,6586.67751329554,162842.764120271,61133.8493344366,4426.67551210021,28053.9867781168 -619,30657.9339213445,64650.853398719,20585.1446416215,6569.70547158125,162332.548215288,61012.2916064419,4399.37689391362,28011.0535687881 -620,30216.65210444,61982.920859613,20201.284117558,6484.69862637086,159687.643879547,59805.0312170413,4326.96990035175,27500.8300108059 -621,27524.5003999793,60739.895038186,17976.5337313003,5845.43783322321,144762.16108289,54383.0754625045,3866.59236289405,25147.989140894 -622,25849.6704859958,61188.8810261095,16987.1121353921,5527.56990821897,133866.031468677,49729.7512014293,3637.33906632572,23018.2295873755 -623,22483.7085477507,57929.5758774067,16212.3182145263,5084.12535058148,117124.603459568,41729.7933811853,3501.95468311555,19168.6412437582 -624,21486.5352307613,54603.7542785809,16445.7270357775,4983.48557101658,112812.617733245,39935.6568420986,3619.29067377162,18083.1831117473 -625,21959.2958436356,52731.9403569648,16871.6528537609,5105.35956946467,115865.343152293,41065.8720942333,3706.79910854304,18553.9319652642 -626,23101.3659988781,51733.1545155681,18181.9451307853,5449.76155776084,122168.747631709,42928.794238466,3975.39417429868,19290.0504929504 -627,24630.3090823469,51889.0524266413,19564.6635810517,5838.75460242144,130549.565395819,45916.9270653948,4250.67293233877,20556.4490056722 -628,29916.0503935686,53437.6381215113,23824.5912691652,7107.12236097924,159091.423609261,55850.7475245676,5194.52684049359,24978.7013884609 -629,37636.6060394192,57580.3645646678,27404.5554289663,8437.97262028033,198314.226004946,72398.629963074,5970.5079384993,32816.1789405292 -630,38253.1979435345,67163.9273179311,28369.3784176823,8700.39001620146,202720.304334052,73476.8148137305,6212.63080525847,33340.355393701 -631,36769.8209681635,74750.9577803941,27795.6010988645,8478.21524673538,196631.690266325,70863.0241471382,6098.41631008991,32069.2601973046 -632,35832.9865794702,77141.3920135945,26677.632627612,8187.14880415567,191503.75580362,69551.3039554283,5859.53198249616,31569.4719210722 -633,34317.5239864233,77520.7435770432,25338.4929411291,7793.16431708615,183345.432716234,66956.2346213449,5544.36225524188,30379.6488839715 -634,32738.732357376,78288.8004253679,24026.2582589993,7410.88492133287,175328.28981801,64177.3975412161,5263.48643565536,29144.0058961763 -635,31748.4966629564,78921.7458919019,22896.8539662797,7111.30755570416,169136.335474882,62128.5029022883,5041.15943130023,28331.7187210976 -636,31106.3721178822,78262.817440189,22413.9937747869,6959.13932422586,165809.081136522,61026.8049630357,4919.67197857538,27796.9913846406 -637,30493.0680245237,77693.2705502402,21952.351960048,6810.31970269282,162557.896270278,59891.1158153674,4799.93316055787,27232.7381252304 -638,30410.2411651712,76526.1150011774,21947.7910144023,6795.18050622776,162148.812629788,59740.4578284419,4778.12589002779,27105.9869784827 -639,30545.3251502298,75847.439512989,21940.3226814749,6801.8800140876,162605.295779958,60035.9058389198,4770.91738155277,27250.1120102189 -640,31360.2803174468,75277.8926230402,22435.9812928822,6973.51330780973,167370.570383992,61922.4455777484,4888.51589328169,28147.8355330451 -641,31651.8393905694,78987.2229500317,22243.356590909,6959.6241034872,168567.451094962,62798.1328224853,4849.27863842061,28611.2916935314 -642,31379.8032313736,80029.6602307244,21833.895495446,6861.69044456689,167520.640029108,62707.7129961641,4762.87672614222,28605.1265158532 -643,30477.1963076756,78159.9248914667,20768.4666819783,6571.48394871603,162126.449384973,61192.0119301275,4514.71632248233,27955.1773255192 -644,29379.9107884474,73805.1773013483,19830.7705628337,6295.22467495661,156124.832879094,59077.7986038901,4308.71277996518,27004.3927218627 -645,26957.2226588941,70438.8222375784,17840.6246710179,5716.85803625598,142873.879863523,54106.0395744493,3911.50205067651,24854.201609384 -646,24482.6742214931,67534.964249504,16136.7618680853,5170.65196670159,128388.656251308,48504.8286312706,3539.1684494108,22310.3997501999 -647,21587.7495880912,62869.4602292324,15845.363080869,4871.45711421068,113644.278886972,41043.5350708156,3476.83969959102,18633.272831031 -648,20917.6130694057,59011.5071302363,16343.6273527636,4933.14349261201,111303.637514214,39692.0152414383,3657.78195532935,17882.5973147574 -649,21498.958232732,56930.79003601,16772.0550171699,5063.28171200819,114602.382522892,40939.5283003534,3747.32836906683,18426.0110971879 -650,22605.4913797636,55750.1233991751,17911.0745009963,5376.44041461051,120527.045904173,42748.2764817431,3998.41720354441,19192.2285449471 -651,24171.1970587059,56109.7278253344,19245.6323265832,5751.72596626866,128683.398527792,45723.1277313998,4253.23873990112,20430.2994983507 -652,29563.3061799778,57314.2988649896,23516.6219312106,7040.49567368692,157854.497943586,55915.0475011461,5236.31096919744,25013.0156230471 -653,36870.8961212426,60673.3786888769,27161.7511405401,8369.30077519955,196704.260978131,72304.2386386847,6049.55015484022,32752.9139521255 -654,37925.3311957499,69089.7858930774,28438.585006681,8709.69840042136,202520.96089867,73859.6530592328,6338.01876330468,33406.7415094227 -655,37274.0225787492,76396.200075283,28207.1944830427,8629.23965602945,199792.056625117,72314.7550100971,6342.57668433899,32742.9319041985 -656,35994.7817864042,78017.5381689795,26724.5643868232,8220.31471396552,192238.204621552,70344.5651221402,5972.6819656999,31887.4929677916 -657,34461.3413882577,77653.7763764753,25279.7198314879,7806.82852337238,183878.429230311,67691.0736950149,5639.68244059369,30711.8966160669 -658,33056.1689981881,78066.3861649856,24004.3862041365,7450.15452838575,176513.217675517,65132.1917029243,5383.72142397841,29631.8111421721 -659,31774.417811286,78570.4559968045,22922.6160655559,7132.21808912285,169547.998152984,62737.5763412176,5141.40779286826,28574.8547161167 -660,30982.5226388064,77847.089778141,22208.8225521987,6921.19348603858,165224.445443492,61367.6863372574,4967.18714753101,27938.1927052639 -661,30491.8795735595,77175.6895298353,21868.8440637275,6814.25724858036,162852.360121287,60462.5299803516,4893.56707981582,27512.9980569325 -662,30552.2857538237,76168.5891573766,21983.8553244452,6839.36768547738,163258.899341309,60552.8963746546,4913.88102752183,27520.6971600566 -663,30550.9458491293,75403.6502834037,21975.4703311698,6827.17280563509,163095.87314577,60644.3184100234,4881.37343567266,27509.0426402086 -664,31039.3851800394,75061.7142105474,21925.5205592378,6867.70615240279,165780.187267881,62003.2247856197,4895.19114052839,28237.5158886066 -665,30954.8006324649,79037.110338031,21422.5685231067,6762.69549529641,165273.009662139,62362.0010931396,4779.80369714261,28463.5364433963 -666,30846.2432685106,80631.4260545554,21065.0280500339,6688.57759261042,164815.18755006,62475.7905274347,4711.71071136971,28575.2637565086 -667,30217.9999245801,78792.8702571868,20554.2473825456,6524.64016894812,161316.403335946,61422.2434995985,4561.05213516361,28042.6147247867 -668,28599.2091773423,74323.7975121186,19159.4179106523,6113.99082050654,152673.517607358,58534.0619639513,4239.59135439598,26739.8936950217 -669,25824.6740799856,70933.5381463422,17019.4585494728,5477.2780286135,137938.448842045,53090.0364113985,3794.62282667972,24356.2154668809 -670,23385.1521683543,67811.4231634165,15603.6129863705,5000.69574956471,124699.317195967,47665.6055220983,3495.75495413526,21871.7254310199 -671,20841.9427907885,63450.4396245947,15572.9702050507,4779.12932285254,111464.313380185,40601.1251490508,3490.22787219297,18373.5809559523 -672,21662.5231880923,59897.0072086764,17044.0365333351,5128.1879344853,115977.565436852,41587.8208956555,3821.62145071182,18649.4316943698 -673,22239.2462955063,57470.1967760629,17461.5629290356,5260.2203391458,119181.058963785,42768.7723838233,3910.8249379521,19158.9086200385 -674,23377.2773979648,56316.5524155861,18620.7124115755,5584.68583731223,125285.043606434,44650.6079701368,4168.80665960868,19954.9229725574 -675,24905.1571388412,56394.5013711227,19783.4016452036,5963.05331974191,133227.009399204,47631.8628882374,4400.21103062728,21212.2387806868 -676,30532.773454472,57531.5165686618,24379.9123189472,7308.14649243855,163756.297739319,58254.8755497293,5449.08652782731,25943.4020736364 -677,38070.1476865573,60779.3892119509,28237.547067042,8686.03446432626,204073.493877129,75233.212868407,6307.46013618969,33918.7422251304 -678,39162.7126502542,69296.6103825152,29568.6729006451,9039.73392042456,210058.4881881,76818.9138099851,6608.8498405045,34578.0712780671 -679,38589.5198364041,76824.3996347378,29612.6240780565,8968.68448391275,207641.989979916,75197.4722370932,6657.15084556385,33844.4226825899 -680,37204.6835703462,78973.7118622597,27881.4713053561,8536.37221463102,199627.919077184,73219.4788255799,6242.38748838683,33022.1685112624 -681,35600.966228357,78967.4759135563,26332.1234134963,8104.67799328928,190883.943882853,70457.5219360572,5887.94139825727,31811.5459220169 -682,34208.522904185,79742.8081025775,25159.7341705467,7741.74356147135,183584.890624435,67863.5444255744,5644.46177597384,30704.351103145 -683,32886.4516570675,80478.6461178338,24031.9338276317,7411.95102061893,176408.06140713,65407.0094796276,5391.2944243494,29627.4694605407 -684,32036.7716491933,79854.0152831756,23216.0480863251,7188.95295337447,171750.249209275,63941.5165613357,5198.38535049567,28959.6491324232 -685,31523.7816749992,79343.7095026533,22875.2651307442,7077.10092903861,169169.171086161,62906.7181870603,5123.64463644405,28471.9665933448 -686,31570.1383964776,78258.660174658,22966.2782013287,7101.26575409943,169464.010765324,62946.0775905454,5140.51459464878,28458.7110608358 -687,31503.6149621995,77494.7605918643,22800.0542015074,7080.41671768827,168916.57959023,62950.8979058068,5082.6045126174,28424.5643919258 -688,32059.4150611042,76887.7981105092,22891.0647674747,7128.87724317049,172018.163479344,64425.9306856473,5118.81060331966,29189.4496251811 -689,31962.6359080115,80186.5974329768,22366.4777511602,7018.71147322708,171456.577053193,64774.2031901671,4998.25472159374,29413.5021910413 -690,31869.395303614,81346.477641343,22064.941782734,6944.04808648752,171067.452112396,64875.6819521641,4937.99644382302,29511.288604974 -691,31140.0810868529,79354.1027168876,21346.0708448577,6763.80318541466,166959.012402471,63653.2590350404,4752.28926192526,28925.1824198156 -692,29441.8834375374,74810.1989906345,19848.4423719624,6334.20453710228,157822.710712585,60582.2489810066,4409.89875996829,27550.9248487799 -693,26647.7368013897,71309.7717354393,17788.9979236543,5682.22872134155,142975.502512042,55040.7544645442,3971.12254190731,25119.0045938227 -694,24182.4514036561,68717.7095695113,16385.0833258335,5194.48578355602,129660.087424952,49608.2445387966,3669.75250068474,22638.5138693543 -695,21560.3971049463,64378.5517503375,16295.8359650159,4965.17823121353,115822.718124635,42259.2093057984,3655.27006440383,19019.9059696141 -696,22269.2054604846,60510.2055379211,17524.1736640929,5282.79160113387,119712.615769777,42768.1919602803,3917.56372001159,19032.7224132676 -697,22787.6998159387,58456.5107200528,17911.7859501885,5401.05927399834,122519.455241928,43809.8915770391,4004.07143622635,19508.6312306385 -698,23926.0893161388,57124.1034376757,19065.3367992427,5721.40602626989,128683.887057299,45706.8327726535,4263.59458487065,20317.9736615933 -699,25233.089561126,57037.8399510772,19953.8169085947,6002.39683837335,135725.446896402,48405.5718364496,4461.32650764726,21538.447964791 -700,31107.925782947,58058.4514113079,24866.0998691059,7447.55889687952,167405.634700489,59358.7609041736,5561.21032809216,26336.344101477 -701,38847.8971723047,61275.144512708,28904.0265088747,8889.50348489049,208659.555294013,76648.3439244147,6451.0039805869,34418.0582622017 -702,39936.8220582616,69383.9131602929,30269.9980704668,9249.26997219512,214605.041074547,78197.7235935586,6759.96010992536,35056.245955841 -703,39566.4776451308,76656.0299270718,30691.6025578814,9298.23311827352,212788.394828004,76712.3864744194,6858.82607131366,34291.3814232916 -704,37981.127728868,78453.012867503,28669.2674938162,8768.06724948988,204190.795779861,74584.2077916278,6401.57099989275,33461.5120400551 -705,36298.1192433162,78467.5633472683,27020.6527270206,8304.31054360219,195102.137993877,71725.842610798,6030.82364468661,32233.1123774087 -706,35032.6914316701,79223.148499814,26026.2862213737,8002.60825047791,188316.248640064,69289.662770784,5808.37523156292,31139.7651913099 -707,33712.3056147606,79744.886684936,24868.496599691,7668.30761615758,181145.008470356,66850.0688465421,5548.85208291862,30066.530722015 -708,32762.9735610361,78955.0041169634,23934.4004552757,7405.36810698293,176029.145473955,65246.1219902838,5338.76191496847,29373.3980051016 -709,32236.9855998252,78208.7728874727,23600.6660571131,7296.74908694575,173199.894322865,64126.6536660034,5264.61244392724,28862.4612266519 -710,32250.2153937918,76847.264645565,23654.908535923,7308.76819211856,173262.288837627,64092.2024267491,5276.97068910078,28840.1134547621 -711,32017.4520562778,76127.0164012532,23273.4124669631,7215.33276396959,171971.470082221,63871.4586959707,5190.46297288601,28772.7579748915 -712,32719.6643038421,75564.7447511871,23557.8413543564,7328.64634808316,175728.198008626,65547.4144130562,5252.25419875371,29568.1317854095 -713,32608.6085951776,79175.3397949872,23017.6659171,7214.63850555593,175053.651339997,65864.3205904465,5128.67174701832,29782.7496434092 -714,32567.8119784535,80833.053987283,22802.2011993824,7168.56246675741,174821.296188172,66010.4708406949,5079.23876632417,29883.074775499 -715,31629.8933132958,79047.5035522653,21814.0422686025,6899.19605817301,169713.642264141,64486.3486898874,4856.79035320048,29250.6185618749 -716,29851.9343335408,74644.9471565062,20217.0698536991,6439.42036198319,160105.700830947,61277.4663003628,4498.40124316788,27851.1697937584 -717,27222.5815867361,71060.3350978849,18332.67678226,5854.75912911492,145931.375566345,55963.5426947522,4078.22090726758,25460.8934977467 -718,24856.390340183,68153.3592362728,16990.7217908874,5395.27620382254,133242.033170742,50746.3317003594,3781.62302310267,23014.7672008685 -719,22143.2225857537,63822.5159481608,16822.9457884568,5136.37007846617,118936.469220485,43225.6858381399,3756.90653275559,19340.2926119717 -720,21104.4197056516,60145.4044542376,16715.4930449356,4988.63198196685,113978.674953578,40927.6632907138,3673.03385180542,18122.134277499 -721,21760.9305621261,57844.3516819875,17257.4440590208,5148.57347855854,117520.026913133,42175.7704747719,3792.28819764326,18676.7656926564 -722,22628.8466554934,56511.9443996103,18120.4111483023,5388.31908168642,122214.680166782,43654.8791177558,3983.0951509838,19306.9016216466 -723,23865.3093116974,56550.399181382,18939.2652395922,5649.20499075836,128884.209978619,46243.0178616005,4161.97666974056,20475.9366894773 -724,29427.9241608586,57586.6005133712,23599.9528509469,7010.31864989661,158964.341731779,56707.1211830312,5187.56404394597,25038.6664390278 -725,37803.5802918313,60778.3499207717,28585.7129560651,8676.35197139071,204035.982243344,74937.1138855526,6272.7785910703,33436.7773350739 -726,38737.5708669013,68514.0029536113,29765.7169745828,8985.99075270372,209092.76797738,76249.3632236101,6535.13815191355,33977.043382932 -727,38462.025944743,75557.4695113044,30233.7020006642,9054.61637549339,207654.904687328,74907.6497361369,6642.4670631676,33275.5895368438 -728,37087.4667902722,77593.4958750557,28410.5994711701,8585.93051488445,200185.176756895,73102.3786394723,6237.00228731895,32586.1954501554 -729,35507.2593072574,77298.329215847,26846.1557417114,8150.73623190965,191631.123862408,70403.2348250631,5891.16468438922,31431.8421575245 -730,34237.4811238935,77694.3098414195,25816.0871087726,7844.54323851047,184780.010038151,67961.372420196,5664.58142729733,30342.48592731 -731,32937.5306582132,77811.752970721,24679.701146064,7516.30929968382,177747.785318177,65561.6636602621,5414.14730103786,29297.5037830154 -732,31928.275229935,76718.3891116638,23655.3522156467,7233.23079278124,172289.532058777,63868.4968208183,5187.56404394597,28574.7599733489 -733,31503.1047950092,74982.7259638315,23434.9886817438,7155.07255524376,170005.372059916,62903.3994382853,5139.86230561084,28127.9140444414 -734,31413.0899525459,73167.0352781041,23380.1523296121,7136.95165047411,169513.948643576,62709.1106865376,5127.93687102705,28037.3130991048 -735,31233.497372456,72300.2429449602,23059.7410649341,7060.05580205109,168528.651247548,62571.7886535478,5056.38426352435,28006.978969109 -736,31640.8115560898,72063.2782048126,23016.3067346785,7085.54290666861,170698.869320305,63793.8619790063,5044.45882894056,28612.3109805019 -737,31958.2185142805,76147.8028297219,22970.6219803865,7103.35891549737,172386.012512751,64765.1621716914,5032.53339435678,29093.4363277946 -738,31688.2152543672,77920.8814681467,22490.0050632467,6988.00784965887,170905.236647924,64558.3073564958,4925.20448310273,29047.9035110737 -739,30675.0542457435,75859.9114103958,21412.5242724805,6695.97768160503,165409.601814092,62923.4755520541,4686.69579142705,28377.621519522 -740,28985.7170023073,71364.8556801487,19898.3544649637,6261.95809704198,156279.559683624,59853.0021805922,4352.7836230811,27043.0907106117 -741,26494.8685645451,67945.4953548418,18154.7807795041,5717.90772764536,142840.094716484,54752.8165116072,3971.16971640002,24748.563134398 -742,24130.078965537,65967.6708093377,16783.9871423172,5253.37710081763,130133.496849256,49556.602330527,3673.03385180542,22337.2375618888 -743,21306.250576522,61866.5171223047,16403.6566905033,4945.4202496704,115033.543873072,41882.3270275754,3601.48124430272,18627.7474536854 -744,19577.1612861032,58336.9890083928,15498.5347437191,4577.84933840577,105873.115152851,38303.7273328839,3411.90275115935,17041.5608471076 -745,20028.3594561749,56035.9362361427,15764.0967579599,4693.74744859576,108163.628541791,39237.4236655369,3445.82648545472,17390.2989829084 -746,20874.7069780235,54388.6151572673,16618.0318468076,4937.28733540767,112653.362990144,40657.4895651883,3626.14371728742,17970.644986728 -747,22501.3269851495,53855.4444667318,17916.0242882511,5335.43790150063,121317.169865462,43791.4472315794,3897.75035617963,19315.5341871506 -748,27690.5396908502,53410.6157443393,22217.3840806834,6576.79720409549,149607.676055377,53700.9966575244,4851.46129019395,23662.7940849765 -749,35163.5808561427,53194.4374326604,26331.4029148025,8017.82260499267,189809.231623451,70438.9521470058,5717.60696168242,31332.7192408327 -750,35363.3912085555,53688.114050245,26658.3797110262,8071.61540089764,191179.52411403,70708.4229147687,5816.48013564006,31527.8951404809 -751,33757.819498767,57408.87688265,25484.3772635423,7737.09318862647,182484.115791886,67420.0140409386,5539.55131213608,29975.8746861696 -752,32878.4349064539,61020.5113184434,24316.3697419443,7410.74992369077,177765.326352774,66312.6459137632,5304.92900986464,29652.3947897638 -753,31787.7749519039,64296.4455292699,23306.0263808471,7124.74070586727,171837.751471737,64352.7297813642,5083.10427683846,28803.2217877897 -754,30862.548728479,66438.4825169091,22641.7897241539,6915.77461374838,166881.836253325,62458.9505411836,4941.26103944001,27950.0945223797 -755,29430.6155443223,67489.2342278496,21353.0406928803,6520.96441030481,159337.428535213,59898.8867442724,4683.25098983209,26924.1791334804 -756,28450.1371667426,66569.4367339827,20351.2703034079,6232.25358481794,154158.462568721,58278.8838705624,4475.02284609022,26272.4556107019 -757,28001.4211007578,64856.6385969776,20044.7269255379,6135.06908363355,151846.42806889,57339.5727736121,4409.38276865352,25837.4936219361 -758,27601.390295648,63004.5717118369,19606.9861965823,6050.58464687188,149431.46670986,56642.1590185602,4283.34351169342,25452.0779629514 -759,28058.0489768196,62320.6996669383,20017.0892626128,6179.62962223813,151788.792269374,57447.5077373685,4362.55308284827,25767.8675981367 -760,28732.0655126861,62652.2425255602,20291.8372568869,6300.66045715634,155327.262244051,59046.9659491818,4410.07340642794,26486.4030577122 -761,28955.9485424303,66503.9595750389,20143.5276610819,6294.48738253385,156520.338650825,59873.0674812262,4372.34424090044,26893.7922979439 -762,28771.0373669782,68242.740697223,19740.5355090134,6190.21988863976,155662.823156258,59839.0947187991,4293.13466974559,26947.2207518572 -763,28318.9736122879,65750.4531056656,19287.7105855037,6059.51508237658,153299.455307664,59086.527475281,4199.58368039971,26651.1959984014 -764,27515.598061957,61459.1039913186,18743.0801945216,5915.6599922394,148745.307639491,57344.0269909173,4056.19659405548,25781.0522184705 -765,25038.221528209,58937.7155410446,16978.1574103368,5344.71698120944,135558.864822681,52328.384545446,3694.81730148336,23606.0837198188 -766,22554.1131040448,58161.3440608441,15490.537198424,4841.75812095347,122048.319817708,46906.5786586215,3379.44157911129,21151.8464532983 -767,20161.7042168692,54952.9655913199,15502.8620584454,4652.38021359471,109112.058263467,39942.3805592146,3388.48790825673,17736.7816038549 -768,19569.8923680453,51501.3863321307,16264.6978812592,4712.75587938013,106729.386798294,38038.8252607175,3529.62159018678,16584.3381835542 -769,19723.2155969893,48721.2074220612,16140.6037063469,4690.12034692838,107501.694363935,38611.0014122198,3497.65147332045,16893.6287966898 -770,21420.0330498787,47274.4749847342,17885.5225138301,5213.91863842055,116433.547388369,41295.6204967226,3892.48224770552,18006.4875692273 -771,24436.648339277,46929.4210383402,20481.7535889134,6103.54700003423,131981.338321997,46431.2625499332,4496.57897969126,20217.4823223829 -772,29794.6505588448,47094.6727716545,25209.8284494937,7377.99056831778,161425.325487071,56663.8280732805,5506.03465963204,24633.6958751921 -773,31629.2234674624,46569.8165113669,23116.5356704922,7050.25338954429,171749.64116793,64870.8064869662,5005.02621515105,28922.5424495494 -774,31484.7812797944,45831.8999137521,23090.6958384823,7005.96922625441,171079.957687554,64592.3281671534,4991.83849971515,28814.8771384415 -775,30712.0969396684,47959.386320812,22676.2211099593,6870.89080975238,166624.871093168,62660.0287466878,4905.44240277309,27936.6856710364 -776,29743.2261019901,51508.6615720133,21546.7568558889,6579.35623267117,161568.84100991,61284.6399425082,4659.61081403498,27365.0741552768 -777,28736.9625317096,55197.2055713501,20660.8156319995,6313.45954997093,156209.57631931,59469.6265947539,4463.36358521804,26574.6159384778 -778,28299.1654407339,57953.4801794131,20578.2669272062,6236.4964158053,153955.580125496,58371.5489384615,4440.49262947303,26048.461442468 -779,27040.4432603874,60397.9590661437,19488.4596218589,5928.87452034486,147137.807887451,55990.013558917,4204.92836023183,25002.5769821062 -780,26563.6662544022,59638.216648067,19073.9082491809,5797.43924626942,144623.701720603,55145.061705331,4111.35432638402,24637.6890505806 -781,26580.2554563376,57251.9396803976,19077.5055980538,5853.3764923018,144278.040638302,54883.5714044951,4126.87835857112,24518.6446019418 -782,26973.476074707,55722.0617308237,19525.4072330352,5968.10030974132,146375.035100705,55478.6153223684,4224.12585419789,24758.5394248264 -783,26969.7470505009,54948.808224975,19478.0993029627,5931.77881234165,146507.99813425,55632.8538395983,4206.09651860743,24838.8216383284 -784,28319.2814922542,55424.8164892565,20470.1347428697,6266.78980764766,153625.672362017,58242.2552862196,4430.05632332394,25997.5099060267 -785,28698.0294511433,60275.319380132,20404.2511890097,6321.88527229888,155442.559153953,59269.0478379622,4423.29347895382,26508.765400302 -786,28601.5113541177,64397.2594956337,20090.5619140415,6241.93487799783,154924.101443203,59373.8140754366,4350.25408409983,26602.2904370495 -787,28470.5909661591,63388.0805408166,19935.3564023607,6219.97851367358,154076.539262317,59087.3650903658,4321.20436317249,26489.8866871377 -788,27772.8732610246,60655.71023476,19495.3587516848,6062.46204413425,150332.187791239,57604.6988242492,4222.20462998232,25822.9974451684 -789,24965.7617155655,59305.6344982658,17392.9316918476,5391.10552595699,135334.887054213,52088.7386716684,3756.67077749446,23380.5906817907 -790,22758.9411465881,59508.3018229866,16170.7868936227,5029.34180962715,123252.091717943,46976.4393659271,3510.67020210418,20994.6955482635 -791,19873.9059264573,56063.99780368,15666.9234768907,4635.7532065744,107946.283943004,39380.8860002319,3397.31459510251,17347.1758868481 -792,19668.4926826394,53152.864575723,16537.0134125377,4783.95131451649,107266.72885703,38004.4844416993,3544.22188912928,16402.0201548247 -793,20314.3589764764,51712.3681879133,16926.2995103193,4915.53063113674,110618.505940869,39365.6035090538,3633.97279388802,17055.7203978474 -794,21450.860806039,51105.4057065582,18052.6626787121,5233.22040829234,116887.649661568,41279.5521811995,3902.98291195769,17891.1912812769 -795,23089.3238763136,51539.8411139024,19273.583193023,5613.31765885448,125920.879299995,44522.3401366064,4199.75210476915,19373.3206769517 -796,28251.4410739984,53101.9379973585,23663.7178057775,6875.5580158645,153811.847313017,54378.3594529157,5133.91986969752,23621.3514172759 -797,35096.9246583181,57060.7049619043,27250.5396929507,8133.34538992823,190843.406808988,70151.5013968711,5887.85803648866,30917.6560623851 -798,36015.2751212921,65968.7102013309,28523.0465944081,8445.71924057292,195614.946817743,71421.2026983153,6131.04984946913,31369.1847744801 -799,35141.2263054508,73768.8011019351,28050.1702566963,8280.92728779873,190515.172088367,69377.6168484212,6019.04316567563,30460.367901575 -800,34223.2151333469,76379.5710131592,27037.3915077565,8004.76988136508,185836.868265067,68009.9916947343,5788.79871376185,29841.7775202014 -801,32786.5097861523,76751.6473367254,25516.8623631499,7601.31217744211,178176.284404716,65554.9703192453,5484.10026317759,28849.1944332864 -802,31307.2280270612,77611.1643291727,24181.7699197124,7220.27404966744,170080.233290445,62838.8013110225,5186.36068553982,27675.4211402675 -803,30104.4147572611,78461.3274993788,23287.2528645143,6938.91123052605,163503.279274387,60492.0245907472,4962.5899141594,26580.5327130544 -804,29552.4260595195,77945.8250613323,22678.6811888958,6782.02924110009,160577.306063507,59547.0445468013,4849.37024933302,26216.8278137382 -805,28972.4911206146,77433.4406984515,22027.3545350471,6616.66432772561,157343.780427128,58511.6191131331,4730.40469259302,25840.9190846313 -806,28876.6573180043,76389.9642273936,21804.9068641477,6573.88249544832,156836.705891831,58397.0871462435,4706.93593252539,25857.6795846897 -807,28970.7124434364,75867.1866502784,21777.5961708206,6578.46044570731,157367.251499988,58686.4929389197,4706.69333631881,26009.2259077596 -808,29857.2162063142,75136.5451917323,22364.4966997086,6760.68025368565,162119.36280793,60611.6043022899,4819.67040493862,26863.2526928659 -809,30092.4072080061,78186.9471678248,22246.7905101288,6756.3152689511,163340.42958401,61452.9718831952,4786.1654382832,27285.3341690257 -810,29950.8565575158,79703.3139288126,21865.9824039643,6670.7266724732,162463.220836441,61491.4608444202,4696.41453352445,27353.4995637017 -811,28952.2536616049,77766.0228482527,20677.6210863095,6366.2472148665,157060.511703461,59934.3894433053,4453.95050916371,26771.0554115445 -812,27825.2106472169,73184.7036314071,19686.5373799796,6083.52831715616,150873.604186708,57800.6261854154,4240.21594437107,25860.1724569977 -813,25174.1164713087,69367.2840981692,17841.6154311353,5496.90719980349,136334.754853285,52399.0394304543,3797.69250490411,23388.2792201678 -814,22470.2560881996,66524.7460035076,16169.6056431937,4949.34495356568,121971.253360332,46538.6945073716,3443.22179674986,20675.6710004415 -815,19910.961568277,62017.2183758537,15847.385967792,4678.33640564474,108105.600908526,39388.3917877762,3397.73985385405,17247.4085288771 -816,19345.0052978264,58420.1345206396,16028.2904784734,4686.82332614957,103968.711655019,36749.545955311,3466.9581104688,16015.5449212874 -817,20028.6727566359,56260.4291796974,16487.3657068555,4832.38813512446,107902.793614693,38332.1529174771,3565.25320758435,16745.8358982819 -818,21108.733532223,55328.1597884237,17642.1441396331,5144.24897947383,113711.038865622,40095.0654535188,3816.66317393197,17479.1864089133 -819,22926.07912074,55555.7707063301,19253.4895912967,5600.76859884999,123496.038976537,43517.9068954132,4165.55289590765,18976.5827886027 -820,27838.4680026569,56802.9537932881,23254.5875188403,6779.6524137277,150264.485124786,53065.3807901721,5030.23768067099,23146.1873190236 -821,34650.4042406573,59874.1420970353,26756.6031944773,8026.19522362567,187224.639407483,68782.1195236318,5774.21025457969,30448.8440146798 -822,35673.5370927895,68030.719550261,28008.996543969,8354.60322009351,192845.086413752,70330.8537932028,6047.62966392265,31078.7160511117 -823,34794.9000647239,75433.7905341135,27405.6363576942,8172.99312590935,188577.681665524,68649.9510857844,5917.74724991716,30329.1379279942 -824,33690.4178081188,77250.5205110202,26195.4460026837,7841.48703857352,182121.820140168,66671.0261482492,5654.38133033648,29483.2449900366 -825,32290.6189776224,77181.9254785386,24834.8511483675,7462.05046407966,174483.399651137,64200.8458894125,5358.88453287421,28433.0702987731 -826,30759.5074291578,77820.0675017829,23376.3896817527,7057.60311852503,166247.875642433,61466.0837779869,5042.46541439989,27266.0950412054 -827,29510.2585448158,78652.5622178721,22314.878291334,6748.41378845585,159401.661449106,59041.6603221415,4812.7931105518,26194.4349965521 -828,28881.900885913,77673.5235137647,21709.3694616924,6578.10200605661,155995.344546702,57957.0732157905,4681.21206844739,25738.9993793057 -829,28493.1605720866,77010.4377965209,21357.9585228026,6478.56863046533,154145.479942786,57371.2659593977,4604.72257895532,25494.6478967762 -830,28632.6864100033,75871.3439158094,21508.9810050955,6519.03248275774,155007.494002809,57657.485775232,4637.39701782856,25621.6500252539 -831,28868.440812802,74662.6156106232,21708.6383907017,6573.49832693258,156270.782975408,58152.24170714,4680.39672695991,25843.07505495 -832,29117.2882520037,73656.5546301577,21471.0851205346,6551.93027623573,157647.411112716,59130.3060974473,4626.39229633089,26347.2168854832 -833,29049.1659598768,76765.1584244974,20978.2475053362,6452.19382907317,157318.250569203,59543.6234694076,4517.0245325937,26610.5908561296 -834,28885.9871885121,79560.9272063254,20533.7589266819,6355.18469068694,156556.643027123,59647.0000563031,4418.93327085002,26714.3213204617 -835,28595.3524433878,77883.4659775542,20278.6463234548,6278.64419879649,155025.188730916,59190.7886450924,4363.36610236998,26534.7279423268 -836,27182.0239496923,73326.051062715,18967.7000231673,5908.18322582527,147468.099448433,56707.3037761645,4078.80608128143,25480.4285063229 -837,24295.5922565737,69817.3092764579,16641.5689351366,5225.24776391287,131804.616271704,51011.5089337077,3576.52970957786,22973.1901232914 -838,21750.884813933,66682.7224969393,15156.2793270294,4725.62807446519,117652.454400471,45129.4705395538,3259.7029203598,20239.1317079418 -839,19466.3990550555,61933.0335724277,15200.3513371736,4541.67217382537,105323.931285574,38455.5832544051,3281.30469261141,16969.8919092334 -840,18690.4687586409,58375.4437901645,15293.6870150144,4486.16734208215,100546.301239363,35727.9143564246,3352.9392683419,15646.9473791 -841,19383.8933449201,56072.3123347419,15732.366246212,4631.75805491475,104456.130369422,37307.9824734952,3448.13312769545,16384.4457255725 -842,20428.6991363603,55166.026029461,16834.6459676418,4931.1903780269,110079.750462245,39020.2935735317,3691.40632382121,17102.2736330941 -843,22234.1259999959,55450.7994744354,18376.5243750138,5378.92796206447,119746.039849056,42408.6836537041,4029.87337930052,18599.3249467699 -844,26985.5519993922,56845.5658405907,22191.5693993257,6507.53036203129,145610.771927914,51695.9444560472,4865.46392251506,22677.7394999767 -845,33643.6418435431,60196.3311334161,25533.0754196449,7710.93871662974,181608.408952308,67101.1837448228,5584.70641540859,29864.6455074779 -846,34632.5947910905,68473.4695894811,26727.879654899,8026.28275579656,187037.489159551,68602.1196522505,5849.1338025018,30482.4540694954 -847,33755.095237462,75616.7107215448,26146.6354707386,7845.99224305037,182749.048788133,66928.9589644533,5722.20865669706,29732.8573437248 -848,32688.4194395635,77338.8626807911,24995.584054402,7528.9088432402,176561.777686369,65010.9942725621,5468.35836508758,28903.3866150706 -849,31339.9587916582,77255.7171685443,23698.2616913244,7166.23065568409,169201.975368689,62617.6399284626,5182.77678702691,27878.9485987037 -850,29835.4022552313,78157.8462082942,22303.6933534066,6773.12224507833,161125.74946686,59929.7554260632,4876.04101799879,26721.0692459547 -851,28615.6718990548,78927.9817397913,21290.8255129993,6474.64608930756,154467.545748914,57557.1477797205,4653.92201284049,25664.7336115255 -852,28023.8720349403,78006.1056635659,20714.493299153,6314.69054794649,151238.990006594,56523.2402808903,4526.99686703575,25229.6088335875 -853,27666.7629359579,77563.3556243459,20378.9596084432,6222.85349549702,149499.695525256,55975.750364369,4452.95719864965,25004.8888861558 -854,27813.2812783979,76365.020533394,20523.6159379642,6264.06065883033,150375.318908927,56268.2067431305,4484.68848510084,25137.1297901144 -855,28074.2558851459,75618.7893039033,20717.16498155,6323.28169785164,151735.027188761,56790.4501371732,4526.99686703575,25376.4125886602 -856,28300.4362106265,74796.6878020485,20487.9553148823,6298.35632581709,152995.805053277,57729.3680594692,4474.11138961711,25858.8121245322 -857,28247.7161419457,77725.4893833085,20017.9255734626,6204.52864346163,152725.264437571,58153.7884976169,4368.34043477983,26124.5245727727 -858,28095.0161096464,79837.3861202379,19592.5923431717,6111.67569014352,151990.076951327,58264.0982031911,4273.14657542627,26229.6707248523 -859,27854.9435659916,77983.2405519248,19352.7822392234,6047.06147964742,150677.539336011,57871.6800221307,4220.26109800763,26082.3401939324 -860,26506.795647383,73387.3709561279,18102.8257499222,5695.68823561379,143433.571699299,55480.4024221122,3945.25661543069,25064.1823128314 -861,23666.689754323,69651.0182519643,15879.9264168883,5031.49426306847,128089.905119573,49878.9091309027,3458.71022317918,22578.7344061547 -862,21135.225335617,66965.4173595552,14460.954043319,4540.11208273086,114158.599792164,44061.7441743308,3151.97445415106,19855.5585305419 -863,18883.1381631332,61703.3439713488,14503.1490649271,4359.62039635448,102080.095693905,37490.6640208347,3173.12864511852,16633.3408023968 -864,17600.3169494337,57960.7554192958,13980.9853112992,4197.42288932042,94725.7024133719,33828.2717080345,3164.37989310972,15060.6991020037 -865,18298.1101151064,55642.0341929286,14382.1003243159,4334.63308944362,98452.6243174386,35355.5134184433,3254.22033171536,15771.6335679862 -866,19278.4920295067,54508.1368689273,15389.6355505312,4614.07913601329,103750.372483815,36973.3368571954,3483.81256370755,16463.5897894243 -867,20988.2920245782,54781.4779093021,16799.140867477,5033.14144670039,112951.846774319,40207.0346521492,3803.24523430537,17906.7128528147 -868,25511.0069454869,56029.7002874393,20286.791759163,6089.74115617174,137290.817670063,49015.5674188813,4591.84463984376,21831.5559890021 -869,31899.1374450519,59541.5599472341,23342.6534645645,7223.68315205616,171352.242224856,63709.8759418727,5270.63906486414,28749.8341675633 -870,32841.6337427543,68025.5229935509,24434.7042086529,7517.82591730461,176459.332396545,65131.7708367283,5520.1958387687,29346.3217844275 -871,32070.1635777814,74931.799284653,23903.3045133969,7349.18077977773,172329.653999531,63550.3917209591,5400.40858729451,28624.1675329218 -872,31000.1903385186,76366.0598245732,22851.1679285976,7052.5660846099,166547.072465222,61717.3385647109,5160.83408434614,27824.3567761285 -873,29718.7011524741,75930.5851260498,21665.2948496197,6713.67001016276,159631.759431289,59451.7161312245,4891.31276852922,26837.6919214898 -874,28298.0823360747,76505.3286735227,20390.5101963253,6346.19793024642,151966.182318588,56893.8837392239,4601.82691079994,25721.9206972583 -875,27128.6832120318,77436.5586728032,19464.5779910786,6066.65776591161,145680.484661892,54634.7858922238,4392.19922072012,24704.1767974894 -876,26571.7501014101,76522.9970268257,18937.762998704,5917.32405362674,142671.400436449,53664.1257152933,4272.41196924593,24285.5902760671 -877,26271.1093266395,75804.8274656864,18631.0688133117,5831.92911132979,141048.323658141,53165.1998497331,4202.53607255266,24069.5180409233 -878,26428.5426410448,74491.1279286054,18763.3069485237,5870.66155512396,141894.03223351,53455.0832567598,4232.48288542121,24197.3956704078 -879,26679.8249609406,73518.3251732015,18940.2553364541,5926.30650328424,143241.355361997,53967.0312429071,4272.41196924593,24428.6409285095 -880,26905.0114752707,72961.2499790316,18730.9446512164,5904.2930056956,144398.640189886,54858.6869929442,4222.50061446502,24891.8233758504 -881,26874.1439176541,76398.2787584555,18301.4930035613,5818.0254417801,144174.086695723,55279.8112391287,4122.6779049032,25147.286633273 -882,26753.3045772465,79020.4811750932,17912.8352460034,5732.29323582243,143480.242258038,55397.1482253492,4032.83746629756,25248.0258397284 -883,26540.4979475913,77470.8561890439,17693.6389894477,5672.28229294955,142327.221686323,55050.8008614746,3982.92611151665,25107.6996846123 -884,25281.5215485664,72863.5539870195,16551.0526107638,5344.1183236728,135532.002700347,52799.2546030322,3723.38706665592,24127.8312299747 -885,22575.4142107922,69118.886751794,14518.8825875652,4721.87987051025,120986.758789743,47460.6492177906,3264.20260267154,21734.238701155 -886,20094.9985502738,65771.2395341343,13221.3147263708,4258.78455392357,107745.275071827,41876.1150983348,2974.71674494226,19110.7073236643 -887,17914.7613059261,60512.2841202796,13258.8649934808,4083.50729737101,96267.5477233426,35587.5252728003,2994.68128685463,16011.0961165263 -888,16171.0434543227,56657.4490964492,12571.6344566669,3809.00878105359,86984.9131235776,31473.1301183832,2881.16809363577,14091.0487630183 -889,16896.1628599272,54133.9819630028,13018.0981595783,3957.51875874237,90862.3596457841,33028.9325836411,2982.74773796267,14811.7535992355 -890,17477.4118466157,53019.8317762909,13578.7352334217,4116.65399527434,93993.527012349,34034.7206128419,3112.03092165145,15253.6965166874 -891,18992.6068379057,53452.1886012766,14786.3351264741,4480.57545279942,102140.255253244,36956.2206840063,3389.06631527028,16568.3285988054 -892,23197.4765125348,55295.9408545414,17972.3743465887,5453.35704144912,124758.785086801,45230.5865674298,4118.59285179985,20272.6292073976 -893,29953.4800886474,58870.1597997423,21604.962905265,6731.94370835997,160840.742092779,60338.3423023182,4940.46451953569,27336.0324954041 -894,30888.6093830835,66955.0241453209,22681.9415971406,7022.94343977997,165906.157066779,61756.9201930247,5189.79637379263,27934.5408457903 -895,30061.8761496278,74046.2993070268,22076.6172926137,6835.00096594353,161474.670412256,60101.0634465331,5051.27867698322,27182.7437945659 -896,29003.3804831427,76157.156651963,21035.917822479,6541.17157974475,155755.223032722,58285.6366609512,4811.18133584691,26388.3865407083 -897,27890.2534018607,76081.2863795988,20032.7360451954,6251.52533743862,149753.672911804,56282.3152609389,4580.31850783122,25507.9938084653 -898,26575.7222224478,77018.7523275828,18868.4326374629,5913.91642591497,142663.790726499,53893.2667515521,4312.51762733302,24459.9768955869 -899,25346.2802984174,77961.4149330908,17862.8801118426,5613.40968078461,136050.990825862,51552.1721818815,4081.65479931734,23408.7927486595 -900,24760.4445917734,77052.0105526443,17301.8795601413,5454.72124880797,132885.305340759,50537.8514022472,3952.37161562855,22971.1267246428 -901,24447.7756295718,75660.3620600267,16981.8731807896,5365.59056953484,131197.115903198,50019.7053781792,3878.49551066353,22746.4826802648 -902,24558.0375305887,74257.2811628095,17062.7304530668,5390.40665531056,131787.062773299,50236.1208097507,3896.96453690479,22844.1673573196 -903,24792.2544133365,73563.0159036766,17224.3919756431,5441.71260827753,133042.31569219,50718.4106347397,3933.9025893873,23062.9469860586 -904,25050.8651584591,73319.8152148256,17073.6142304166,5433.81400958628,134384.484668825,51640.9944462127,3896.96453690479,23534.140204709 -905,25179.3618174497,75354.8022873976,16841.567959137,5399.23643271549,135028.261169279,52288.3000184271,3841.55745818102,23877.9767104178 -906,25184.5931806268,76836.8714313307,16606.7060598732,5353.90563018493,135021.10417527,52586.6338692022,3786.15037945726,24049.8253161724 -907,24810.1286040773,74458.9090955371,16206.8512962578,5244.91913240758,132991.023415987,51990.8532029061,3693.80524825098,23805.7273853569 -908,23752.7919527027,70192.5035743757,15283.1118986004,4975.85877066616,127290.129691944,50053.9654454925,3481.41144647655,22953.8527169005 -909,21270.6034687508,66485.2518297427,13466.5595140562,4413.52915368768,113956.438196469,45089.4905859607,3065.85835604832,20715.6088786615 -910,18728.0692418618,63852.6561988706,12040.8373901186,3919.74777954823,100369.5835997,39463.6006283589,2742.65039682635,18083.9793818988 -911,16533.1722490341,59388.7801113266,11953.1307534773,3718.90389068709,88794.8586609821,33256.4419653594,2733.41588370573,15039.3966026151 -912,15431.5090584697,55519.3945069169,11975.5387576201,3600.26094459202,83376.1505309804,30474.4110834918,2697.85855695653,13587.5350479115 -913,16263.7467207053,53392.9473910362,12553.1286738386,3781.90033507003,87859.9437301402,32204.1741232949,2827.56329527175,14375.3074082355 -914,17045.8080428353,52319.3305684546,13353.0559927344,4002.55645532727,92089.4049707288,33521.0505597316,3009.14992891305,14940.1304516216 -915,18556.6757532139,52329.7237826889,14579.3409899601,4366.64311780995,100248.303754278,36447.8651071602,3285.85337065218,16247.7070974746 -916,22741.0769004189,52602.0254310705,17804.6038334915,5337.22543618545,122867.822319358,44729.6701158122,4012.1999052174,19930.4644141304 -917,29414.6419368127,52526.1551587063,21420.2822876738,6596.53271523821,158763.036504296,59808.5045821344,4816.36928277176,26948.0424349838 -918,29251.628014083,53179.8869528951,21266.8734856888,6555.50519431746,157864.956167577,59534.9597327072,4781.78135255436,26849.4097548681 -919,28427.1622974534,56625.2301625669,20652.1700703823,6367.48380156763,153423.497539088,57874.7138979891,4643.4296316848,26100.6310700685 -920,27162.688879907,60548.6603196928,19357.174676996,6010.03469538009,146572.050522256,55738.9769494067,4349.43222483697,25182.9120571165 -921,26242.0088346904,63795.4936718027,18553.9248291999,5777.62347263086,141596.171973756,54026.0228143451,4167.84559119567,24428.1776322252 -922,25463.2469503324,65669.3862765913,17977.3696771208,5601.19463653693,137391.766606215,52454.1298018192,4038.14085288045,23721.8058185734 -923,23892.3334483968,66635.9530832918,16563.4183143518,5195.8963222586,128896.728224067,49578.2868593397,3718.20249836958,22460.1495272889 -924,22938.7119290645,65695.3692617701,15573.0288684027,4925.03086073519,123724.530984484,47995.330818604,3493.38095195653,21794.5072881622 -925,22678.2078960285,63759.1174723895,15306.3801858876,4851.38246980281,122316.594254523,47556.9174093522,3432.8520740761,21604.6072307103 -926,22817.0978940173,61878.9889188975,15421.4412273104,4884.98685204755,123065.192725064,47818.4604011517,3458.79302173914,21720.0169238467 -927,23342.3006009078,61436.2389804914,15917.6281128673,5024.76582947088,125907.953163581,48751.2918190479,3571.20379494566,22121.247355024 -928,24076.7630868082,61578.6257029786,16306.9771713334,5161.29325432615,129861.984246484,50417.6038776418,3657.67362048914,22895.5730199187 -929,24352.057025029,65363.8264031482,16238.6886528409,5171.2055339614,131325.521692917,51300.3964333083,3640.37965538045,23336.0076004248 -930,24137.1121603259,67466.3692170225,15749.3275303258,5058.97020247694,130136.032408943,51265.8198159199,3527.96888217392,23373.0553234155 -931,23719.1959803297,65010.4578248783,15292.6126218706,4936.39754318315,127866.545106778,50602.4968480339,3424.20509152175,23104.0315687452 -932,23450.6334607238,60558.0142427479,15249.2696107121,4905.52926394958,126429.608656311,49873.4878144351,3415.5581089674,22751.4444065057 -933,21042.0063168174,57795.5036859814,13480.5966880914,4363.18688294003,113426.359885535,44997.8962835344,3017.7969114674,20563.7399617692 -934,18651.0270278716,56833.0940439979,12197.4322793722,3913.18072041402,100568.392506199,39570.1787780741,2732.44648717392,18026.0061997313 -935,16630.2493376482,53087.3875175932,12300.6271744822,3763.82460073862,89790.9181080801,33571.4176362078,2767.03441739131,15073.0335608016 -936,16565.5854457643,49427.944477787,13301.4061347179,3947.59481638529,89730.8618805603,32378.5937296221,3008.4900387449,14328.2256212621 -937,16726.4923428924,47228.7449630799,13114.9020612272,3925.62358414927,90580.5782074586,33081.3270608386,2964.24753817512,14696.7302441241 -938,18371.1866797343,46152.0101661465,14900.4738674577,4408.25027624496,99498.4175803163,35734.5727431137,3371.27854341708,15803.020315093 -939,21566.7655808695,45997.1516470665,18051.6885753308,5283.97762226409,116825.273960594,41276.3624539461,4088.00705264748,18170.1429985103 -940,25902.1315437198,46276.7285353306,21457.9167464184,6301.24811018308,140318.947651953,49833.2118692389,4857.82656256162,21955.7404306115 -941,27357.0058760235,46038.7244031899,19134.3356250336,5977.85607526114,148003.715414342,56946.669697243,4309.21955549638,25720.8947417627 -942,27123.6447697142,45614.68221008,18900.2841046459,5915.40780053702,146721.536657792,56563.3464539532,4256.12855481264,25577.8966102237 -943,26595.8527435497,47470.9063607516,18622.3121836487,5817.28117837815,143880.697494663,55352.5312912155,4194.18905401495,25013.5937146018 -944,25684.8233408919,50885.0700285343,17727.8873515287,5566.88844056914,138944.806737846,53754.8312885902,3990.67355139397,24317.3025660273 -945,24751.6979811128,54600.6363042292,16908.5180757169,5330.52180872987,133893.070633612,52014.9675105483,3804.8550490009,23553.6312612908 -946,24270.2198015057,57520.0840632482,16669.4601686799,5244.17068454236,131292.75517669,50893.8334259543,3751.76404831717,23032.158901998 -947,23187.252409692,60419.7847857916,15808.8596538508,4986.68107610633,125435.728111317,48758.7802987243,3557.09704581015,22075.0017303526 -948,22727.8924095317,59836.7266064428,15380.2944297722,4865.65007983723,122945.135457075,47933.3706341922,3459.76354455664,21719.2725676215 -949,23041.1338901906,57521.1233544274,15767.5874797676,4966.10269424367,124652.927301278,48379.1664757565,3548.24854569619,21889.3375905342 -950,23385.764470565,55856.1339222491,16117.6497306835,5062.1874117753,126520.629892548,48959.542745043,3627.88504672179,22134.0284254375 -951,23272.7996431332,55310.4913343067,15886.9367389581,5008.36378405747,125900.279790521,48911.0132807387,3574.79404603806,22135.2809112073 -952,24590.6670955672,55464.3105622075,16943.3395755563,5322.12459231328,133038.977123998,51488.1306862887,3813.70354911486,23278.1651119012 -953,25102.1833645903,59302.5165239141,17145.0833701052,5403.79530230412,135798.984174404,52742.8299938195,3857.94604968464,23869.1069942962 -954,25014.9776090156,63705.0728188593,16800.9596531649,5330.28774396809,135311.871724605,52908.4926289453,3778.30954865904,23987.9494182223 -955,24997.7455269497,62523.3668908451,16800.4475580854,5329.2474529876,135218.141569027,52861.6836177489,3778.30954865904,23970.3520317884 -956,24354.9698368173,59918.8328275104,16329.6736305159,5184.73970735812,131739.348567035,51549.6696851164,3672.12754729157,23381.4183605769 -957,21749.7033102013,58247.6075474426,14331.6761817429,4582.22523620875,117634.105667468,46344.9631446128,3220.85404147984,21065.1414211366 -958,19952.6142686451,58350.5000961649,13721.038087725,4312.02590694699,107952.827488541,41801.1894323066,3088.1265397705,18892.0775553415 -959,17121.7740108843,54971.6733366161,12895.9770125245,3916.36277861116,92691.2090674398,34505.1761267337,2911.15653749139,15416.5622569261 -960,17056.5512220044,52126.0171667889,13782.5217806047,4075.47852486138,92410.0202750428,33232.9708234614,3103.2793738664,14736.1080426875 -961,17738.9787378241,50771.7842655777,14184.2421143508,4210.38067445429,96090.1561967875,34747.6074094039,3192.79704811254,15437.701329563 -962,18893.527493728,50309.2871898822,15412.2179493528,4543.97395224808,102351.786162339,36645.368495106,3471.29647910055,16240.1724812873 -963,20569.7214019927,51011.866980077,16823.7795029579,4956.6964977424,111427.598555778,39850.2175549438,3789.58154308685,17663.4733618307 -964,25077.2873338293,52697.6427399101,20404.1712786903,6020.38128553425,135858.891499035,48699.2655465102,4595.24061130216,21583.7595531791 -965,31241.6610264708,56448.5459238389,23377.1568225426,7111.00854509582,169091.460782745,63156.3093619595,5251.7035557739,28363.8537851904 -966,31824.3154676307,65796.1832281339,24076.5634799676,7296.45930246424,172246.412015446,64032.2497683494,5410.84608776705,28734.3801077674 -967,31068.9685333652,73296.9501031845,23544.3745974135,7130.50160000346,168170.647716704,62464.3201595567,5291.48918877219,28021.865015971 -968,30094.8564693517,75544.9976138976,22578.3290410666,6861.42672208904,162888.000479739,60766.6381198265,5072.66820728161,27281.7247950227 -969,28990.4849671426,76015.809321469,21565.934336454,6573.97370954012,156903.071622793,58758.3256343658,4843.90081754146,26405.322067465 -970,27635.1498549924,76865.9723908612,20333.0959167602,6223.52160462684,149552.435261502,56283.0289788308,4565.40138655345,25329.1074947963 -971,26335.9263554605,77836.6965639067,19230.6144513326,5901.77442440763,142518.870968179,53807.5183377218,4316.74118031415,24228.8816175307 -972,25980.748307125,77201.6725150141,18922.0317821574,5812.72039573068,140593.53087366,53141.3309217616,4247.11632256715,23936.6759628876 -973,25685.4285915249,76657.069218251,18614.897843735,5728.54888276055,138994.195583148,52647.1784075293,4177.49146482015,23723.7789234504 -974,25801.4601988241,75424.4366110584,18703.5325274956,5755.07804455347,139620.094088753,52875.3213026306,4197.38428131929,23825.73983763 -975,25932.6868931489,74683.4020390918,18749.345744562,5774.97512841377,140325.088004911,53205.6794525286,4207.33068956886,23981.6555174484 -976,26647.2669823495,73776.0763418177,19109.1641557632,5903.88566353395,144183.174310203,54859.544458305,4286.90195556544,24752.6711906468 -977,26842.7969734222,76349.4307624495,18941.9268637063,5888.13065922788,145220.726358514,55633.6271283826,4247.11632256715,25150.1646201697 -978,26721.5789500226,78691.0169996438,18552.7345937601,5803.31087729699,144543.210854007,55751.5904099122,4157.598648321,25250.2390643337 -979,25976.5395396054,77046.8139959341,17720.0333406104,5581.39115990373,140491.190859308,54581.3964378815,3968.61689157914,24774.3610055661 -980,25009.371642638,72413.5288087308,16882.3807501345,5339.39860540943,135248.566601955,52764.1518798797,3779.63513483728,23976.821464587 -981,22320.2739474456,68645.9965626781,14803.4107534371,4715.14678426402,120687.87674369,47413.116728132,3312.1539471074,21591.2394641317 -982,19819.2731791349,65489.5839626976,13416.2700534949,4236.82135873827,107193.281899026,41756.112340322,3003.81529137068,18953.9186517952 -983,17546.782316486,60191.134475892,13278.4572566616,4020.09798600679,94995.1684943336,35277.4302699905,2983.92247487153,15796.2067017357 -984,17630.9636406053,56181.4409329816,14401.244254336,4238.2020944355,95560.1618309639,34167.6877353524,3216.28617394831,15074.9452673974 -985,18327.0008497868,53983.2807094537,14814.3963288586,4376.2964782294,99316.9595288506,35708.1897396312,3307.60029245157,15786.2954017465 -986,19313.5655430412,53087.3875175932,15852.240782556,4659.03837876699,104663.489032698,37344.7030236965,3540.95859529325,16478.70479844 -987,21027.3298281717,53313.9591443204,17304.1158365499,5082.2571194381,113945.418282612,40611.0585492041,3865.63101663819,17922.8407921293 -988,25555.8709881985,54914.5107087342,20896.5964202832,6148.9005114841,138498.918770174,49507.1744180964,4667.16605683351,21851.8007606334 -989,31915.8217521829,58557.3246864166,24044.0610842473,7288.15051975622,172826.850003665,64322.9391040077,5357.0949521915,28774.1297606487 -990,32866.6212053907,67334.3756079557,25168.9695916499,7585.98900081261,177981.406055056,65762.5571200017,5610.74528136724,29370.7567620526 -991,32095.3507236095,74317.5616642292,24621.6070429079,7415.95352575704,173817.222337205,64166.4520632718,5488.99312336288,28648.1208521169 -992,31019.6421251322,76362.9419510355,23537.8286160667,7115.98698199529,167982.72178285,62313.1718422577,5245.48880735418,27847.9491659896 -993,29732.644352301,76566.6484661216,22316.2912599321,6773.36227389587,161004.666236719,60022.9544632529,4971.54645184439,26860.4660883287 -994,28306.7034697292,77612.2036203519,21003.1707167987,6401.92554116427,153269.60077233,57437.7179551974,4677.31207000053,25743.5985763433 -995,27135.3382287763,78676.4665198785,20049.4108570706,6119.7308177384,146929.859887596,55156.3863780617,4464.24579349292,24725.2588129089 -996,26575.7920517529,77909.4489627331,19506.7503973184,5968.71730079047,143893.103476093,54174.9732810541,4342.49363548857,24306.2433221222 -997,26273.3017055692,77099.8192574711,19190.8309209362,5882.32697358674,142255.229140967,53670.3649613247,4271.47154331936,24090.1094843136 -998,26431.1706461814,75442.1050651754,19327.0459093289,5921.46340240096,143108.698414138,53963.3029371591,4301.90958282045,24218.0805711967 -999,26682.4589467072,74255.2024796371,19509.3104125376,5977.58070404592,144467.342237947,54480.0820933527,4342.49363548857,24449.5605753309 -1000,26900.4718147862,73316.6972404739,19293.6618954754,5954.29074340734,145629.297669312,55375.9358444183,4291.76356965342,24912.8898117208 -1001,26861.6682049051,75531.4865261256,18851.253218329,5866.07306657385,145396.84465195,55796.3231005773,4190.30343798313,25168.3413430539 -1002,26734.9273101549,79008.0093785004,18450.8779518233,5778.69932595101,144692.450890508,55911.239293841,4098.98931947986,25269.0354321148 -1003,26520.7509278146,77504.1144141055,18225.084290605,5717.94621005715,143528.054952285,55560.6171123392,4048.25925364471,25128.3652222038 -1004,25256.8078759282,73230.4337538754,17048.1361920293,5386.20907659477,136671.049831749,53284.7803356218,3784.46291130195,24147.5256056904 -1005,22548.2473828398,69614.6420525511,14954.8929356201,4758.23864437282,121999.23917894,47893.961205014,3317.7463056186,21751.6525004439 -1006,20076.6670959622,66502.9202838597,13618.4117527661,4292.60355116897,108653.567092271,42262.4816501491,3023.51192377475,19126.8103360327 -1007,17927.0785562864,61338.5429884793,13657.3014335908,4120.48829814538,97100.7434464419,35932.5539387308,3043.80395010881,16025.4966446845 -1008,18149.5263540386,57622.9767127844,14637.2621559468,4350.29050980015,98175.3314629458,35375.8137316827,3303.87207712986,15694.3438888354 -1009,18831.6988005057,55402.9907696086,15057.0220446811,4488.53017916555,101851.947912369,36821.7013516318,3392.019603854,16346.3632633132 -1010,19835.9797699079,54446.8170763285,16111.7934409824,4776.65683356567,107272.472717568,38478.3039553252,3626.07946206021,17043.157733927 -1011,21530.1837027365,54727.4332557719,17587.239734259,5196.42002591002,116319.951698545,41625.4363592592,3914.36730019025,18384.1055015377 -1012,26189.4138416819,56186.6374896917,21238.4574967797,6297.31367262318,141630.849707605,50769.8534640176,4765.99603112508,22456.0078104204 -1013,32702.5789137472,59786.8393192576,24437.5692406048,7467.6565403462,176770.728017999,65902.4637033762,5486.01958535241,29542.9542861401 -1014,33674.3081837778,68061.8990921501,25580.8104407232,7772.75691442521,182034.220547443,67365.4607288963,5746.57732014184,30150.0002719914 -1015,32917.8811968134,74541.0153166047,25024.4178243298,7613.07899043011,178130.071907538,65779.4044669254,5678.04218544345,29473.7031014234 -1016,31814.6902373876,76048.0281545373,23923.1223094245,7297.52541322686,172027.728378065,63946.4307179718,5391.16058434526,28663.4385920713 -1017,30487.8066572171,75847.439512989,22681.6235721499,6943.91822326511,164819.063626259,61579.4325178567,5101.2783440726,27631.2695682301 -1018,29055.8711147394,76657.069218251,21347.077636401,6571.94564642738,157150.129900667,59006.6710213959,4830.12428961716,26547.2217024404 -1019,27870.2125907932,77733.8040151844,20377.8140034109,6283.65839533189,150732.499429989,56737.2927129189,4611.25579239405,25539.3652900462 -1020,27272.8690818795,76809.8491549725,19826.2105966938,6124.14928000937,147462.117982004,55648.7952396884,4472.054935195,25052.45121993 -1021,26945.0055555773,75740.3896987358,19505.0071865531,6034.99865703373,145710.682687567,55044.4829755216,4401.92539835399,24783.0343829901 -1022,27087.5906319677,74293.6572614088,19643.3562564216,6072.57750299717,146473.42380104,55267.3595931181,4427.53906872866,24867.2407463207 -1023,27306.2789883402,73083.8896650433,19828.5151138761,6120.68542186122,147571.671641288,55677.4205168839,4438.13538839468,25016.8297922626 -1024,27562.1819705401,71955.1889985662,19609.4540521456,6105.24042542688,149011.506282538,56690.1170413007,4414.29013043706,25564.1765146258 -1025,27516.4048781684,74879.8333142953,19159.8255624919,6014.45383882234,148743.719053222,57092.5896407405,4310.06703652129,25809.6134011269 -1026,27392.0503678037,79083.8796508646,18752.9045442515,5928.38734254037,148097.068293372,57208.4730158084,4230.39939649723,25920.76441857 -1027,27120.5060715606,77496.8391742228,18523.2815729435,5854.55406002925,146530.99293458,56679.9265926108,4141.541673839,25656.0280247818 -1028,25802.0819196529,72877.0651756055,17327.002158346,5511.07279061429,139374.344552159,54258.1938202136,3862.08174295792,24591.6514311339 -1029,23074.0704654674,69127.2013836699,15199.6433934539,4877.94233467823,124704.664272533,48890.4078121658,3416.57505774571,22240.964114919 -1030,20600.3566182637,66288.8204537253,13841.5213957097,4407.61093727987,111379.67365846,43367.039652287,3128.46122989011,19694.539312536 -1031,18391.4016380746,61397.7841987197,13880.8344789994,4228.03803167112,99495.4208359788,36878.6928158994,3137.99933307316,16504.0581330925 -1032,18114.4824594003,57445.2530820633,14398.5802437612,4336.23243542002,97528.1256275721,34865.1192871158,3292.12609177548,15525.3878199926 -1033,18830.138050938,55119.2566158135,14811.666040435,4477.72239818036,101357.788734023,36435.6898100096,3385.59339406563,16256.3273674758 -1034,19843.1335042987,54180.7513766503,15849.3095418397,4766.76555331813,106823.787831717,38108.5869745905,3624.45427769603,16972.4479249319 -1035,21603.8969139081,54500.8616290447,17300.9180793804,5199.7517371987,116300.332513029,41442.8474966172,3956.78246361659,18460.7054090103 -1036,26256.7864510279,55991.2455056676,20892.7344329751,6291.14429139933,141353.800057677,50518.6185838102,4777.21767260795,22505.374615154 -1037,32798.0811682429,59672.5141643077,24039.7412014263,7459.27021680962,176324.542053111,65618.0749964238,5483.41506768912,29612.2130980155 -1038,33774.124663581,68010.9725137856,25164.431456309,7763.66027387216,181600.017923139,67091.7071542622,5743.04646293956,30231.2245210879 -1039,32981.4400359143,74245.8486573959,24617.164924056,7589.5780458608,177352.161241216,65463.6936646668,5618.42339321935,29487.8202310486 -1040,31876.604565529,75371.4313495214,23533.5898615816,7282.85595060378,171388.1696213,63569.547733627,5369.17725377894,28660.9283349196 -1041,30554.7618948281,75625.0252526067,22312.2854815044,6932.48718645257,164259.720971817,61230.3862236912,5088.77534690847,27641.7205396507 -1042,29090.1611086388,76607.1819310657,20999.4152408193,6552.62823763726,156360.101124682,58590.7633954723,4787.60292841797,26489.7205239827 -1043,27886.5064792327,78016.4987769863,20045.8270145238,6263.86523728438,149888.290001223,56262.2339298664,4569.5125564076,25440.6359418008 -1044,27311.8757937846,77716.1355610674,19503.2713139472,6109.45731731582,146786.002381199,55259.8724325324,4444.8894866874,25008.0938543864 -1045,27001.2244773264,76854.5398854476,19187.4122208586,6021.13361465208,145111.280620992,54743.8654299866,4372.19269601728,24784.4898407105 -1046,27163.4162559574,75856.7934360441,19323.6008062413,6061.16395071997,145982.639380229,55043.0234510665,4403.34846344733,24916.4799241837 -1047,27421.6170013175,75708.1707648535,19505.8327852131,6118.60813767519,147368.419600621,55569.9273151229,4444.8894866874,25154.5152212378 -1048,27646.9001066647,74824.7494703998,19290.245581234,6095.24195296154,148541.088769751,56480.2377939204,4392.96320763731,25627.2645478151 -1049,27608.3189876583,76835.8321401514,18847.9408236445,6005.46624455716,148289.912725764,56904.9819621796,4289.11064953714,25885.6146405858 -1050,27478.9874714414,78509.1361033917,18447.6554052719,5916.42126379345,147560.847943779,57018.9891890052,4195.64334724698,25985.7842638216 -1051,27259.200319824,76977.1795714594,18221.9088090849,5854.33881387831,146371.483170656,56661.0849040203,4143.7170681969,25840.5273008664 -1052,25961.0301939037,72260.7488720092,17045.1856828315,5515.09378772252,139368.16265815,54337.2272130334,3873.70041713645,24828.669798377 -1053,23177.8962547435,68666.7828903328,14952.3247807476,4872.46579235771,124398.60934977,48837.8414907599,3395.97864987565,22362.6926090546 -1054,20636.030844137,65693.2905785977,13616.0437501868,4395.1803912821,110797.905183245,43097.0365311772,3094.80623138515,19666.5785127121 -1055,18421.804823875,60811.6081458332,13654.8286746901,4216.96924931358,99067.6419361256,36656.0247531278,3115.57674300518,16493.0927213374 -1056,17091.0198470523,57322.6133960515,13397.4845706281,4062.53817294965,91942.1187890871,33045.2974375609,3049.02755385774,14721.1914395692 -1057,17854.2516503394,55294.9015633622,13873.2204637533,4220.5649464421,96027.8995466621,34673.0094216776,3156.52532017965,15472.436036118 -1058,18471.3996125208,54338.727870082,14470.7446105507,4390.58908102952,99348.2472988449,35733.6139812459,3293.3406591348,15935.2864396055 -1059,20073.5238860389,54818.8933998946,15757.6933165907,4778.78766958365,107961.675332416,38801.8798905532,3586.51638546728,17308.791004419 -1060,24515.4838224763,56361.2431460612,19152.9814990547,5816.11165866047,131861.405088183,47486.3972012557,4358.5457981428,21178.0438438883 -1061,31612.9599580914,59486.4761033386,23023.3994122296,7174.87091554657,169829.944426959,63272.4832920377,5228.30045292914,28535.6239899731 -1062,32610.3883328083,67835.3275662369,24171.3120321084,7486.21629440222,175218.817048003,64776.871384713,5492.15860662837,29164.7829806119 -1063,31737.6461683267,74149.1919565631,23526.2407789358,7285.891836806,170539.098355974,63040.3902110112,5345.57074346213,28380.0194388219 -1064,30613.2904059098,75707.1314736743,22417.0576993818,6971.9097402208,164472.256833457,61125.1317426947,5091.48511397398,27547.808905041 -1065,29433.2019251122,75445.2230395271,21347.9046105625,6662.58752197509,158114.539152912,59015.5113087396,4847.17200869692,26626.3870496164 -1066,28040.1351670003,76036.5956491237,20107.0441801516,6302.08721866454,150605.9295222,56500.6136490231,4563.76880657553,25529.7132311577 -1067,26739.4884127057,76642.5187384857,19035.405666365,5981.4633482414,143611.743513348,54040.8009997568,4319.45570129847,24431.1707048468 -1068,26117.5406422452,75375.5886150523,18437.4988059673,5811.89980113036,140254.737164547,52970.9639019679,4182.64036234331,23972.5932500748 -1069,25785.0530627956,74124.2482625635,18096.4310392479,5716.61899623103,138462.459534546,52423.4854135685,4104.46016865465,23737.0062440566 -1070,25901.507723038,72450.9442993232,18182.5951530223,5743.07938095701,139085.909768243,52650.7597253215,4124.00521707682,23839.080715702 -1071,26148.4680016987,71496.8491884016,18354.8674829437,5797.73396578063,140410.217071136,53155.9351253655,4163.09531392115,24067.29975652 -1072,26412.5430747782,71092.5540317672,18194.0070122194,5788.26440736518,141792.713805191,54108.5733950711,4124.00521707682,24555.1080976834 -1073,26539.5864751137,73918.4630643049,17946.5504729212,5750.3952056506,142438.740280435,54772.8599497389,4065.37007181032,24910.049408158 -1074,26538.7658060315,76771.3943732008,17696.1410922268,5701.32951343581,142406.043423721,55074.7935925453,4006.73492654383,25086.4334559015 -1075,26140.1240165063,74513.9929394326,17269.9666492689,5584.75298974595,140248.890993293,54444.1322792476,3909.009684433,24829.9409828323 -1076,25019.9545681164,70178.9923857897,16285.4937783974,5297.48408273029,134212.623264079,52405.84571945,3684.2416275781,23938.6951093626 -1077,22399.5467396636,66843.8169647228,14349.6671399421,4698.05779767006,120130.826777583,47198.6290850252,3244.47803807939,21601.7933193315 -1078,19727.0236204528,64305.7993515111,12830.5535300768,4173.12250154954,105828.128353978,41318.2749186064,2902.4396906915,18860.1588560481 -1079,17449.9560208764,59581.054120999,12737.8988670914,3963.73792643369,93761.451982372,34875.7437839964,2892.66716648042,15700.2194861584 -1080,14383.2534666003,55182.6550915848,10743.5147165627,3326.95992387332,77144.0022909259,28311.1496669237,2463.9960008804,12734.8048016538 -1081,15161.3197284394,52706.9966629652,11261.7518022971,3495.14135670712,81301.6874506191,29921.8904699419,2582.45734707658,13474.7144323321 -1082,15883.6747666235,51418.2408198839,11979.1643810905,3698.26039811258,85191.2646570453,31135.7696729778,2748.30323175122,14000.77593362 -1083,17290.1618698311,50954.7044530091,13079.2246036605,4034.53988696799,92734.5237554806,33852.7105795923,3001.02077030305,15225.8176001113 -1084,21190.9703815963,51029.535434194,15972.7115782355,4931.46331031841,113664.882143257,41546.9711801268,3664.40430900162,18677.1861848114 -1085,27465.3094957005,51198.9444330393,19218.1052190645,6102.18614568489,147079.59059261,55639.3717982259,4398.8646554179,25287.3176274926 -1086,27314.4240392204,52513.6832612995,19080.4922696809,6064.50481141068,146253.610304489,55387.5973760807,4367.27496309892,25196.2724546499 -1087,26545.1158649899,55792.7354464777,18529.0079395671,5890.61925510181,142140.725032934,53843.7704266626,4240.916193823,24493.7967541553 -1088,25377.1589550355,59674.5928474802,17367.594285579,5561.5690635075,135839.770775594,51875.0252419043,3972.40380911167,23639.072182788 -1089,24522.0138074662,63261.2835892739,16647.0813121597,5347.15865395162,131246.525525488,50287.8702087232,3806.55792443703,22933.1118150023 -1090,23795.189610361,65188.1814555995,16129.8114556737,5183.99639218455,127352.765328249,48826.0540442479,3688.09657824086,22270.4715140339 -1091,22337.5862234877,66241.0118497125,14861.5462343808,4810.24779908576,119516.444988424,46163.8225531197,3395.8919242903,21091.2586604741 -1092,21457.3436775958,65074.8955918289,13973.3214621105,4561.02815448064,114762.623169195,44706.228216219,3190.55892421693,20472.289837972 -1093,21216.6923457234,62863.224280529,13734.1775587464,4493.22635363123,113467.586643784,44301.908534913,3135.27696265872,20295.2711574996 -1094,21345.9280544576,61310.481320128,13837.3964687195,4524.24045110089,114159.459074147,44544.6746190216,3158.96923189795,20403.3999922937 -1095,21832.352143415,60535.1492319207,14282.4348631265,4653.02935511676,116778.229725551,45406.46362955,3261.63573193464,20777.5977533265 -1096,22523.2010279259,60167.2301738855,14631.9295905089,4779.98146118109,120460.059276012,46964.2056971766,3340.60996273208,21507.0813824193 -1097,22789.4921875135,63049.262442312,14570.9750211785,4790.3712940022,121850.123015992,47799.0616688382,3324.81511657259,21925.4762774735 -1098,22600.187167059,66628.6778434092,14132.3082264866,4688.06376938145,120790.328299768,47783.5262544016,3222.14861653591,21966.4493672034 -1099,22215.2893805312,64483.5229822322,13722.723795333,4575.39733449531,118707.926447114,47174.6104541509,3127.37953957897,21717.2300933155 -1100,21959.2909754662,60233.7466240086,13683.6592840239,4546.15139263081,117357.352853234,46488.7190182763,3119.48211649923,21383.4843960034 -1101,19710.8898581676,57504.4942923036,12096.8358637742,4044.55341774742,105313.661591518,41954.2639224655,2756.20065483096,19331.26498196 -1102,17462.4108639614,56384.1081568884,10945.0681360112,3626.08153828375,93341.7137489815,36880.5390454787,2495.58569319938,16940.2776548106 -1103,15521.3633589073,52914.8605443962,11035.814153255,3480.7738019218,83156.5853765293,31220.0394325683,2527.17538551836,14139.2776126526 -1104,14972.3582892536,49356.2314709537,11666.2353546358,3544.36237917287,80777.175616322,29304.4200997118,2665.45171002515,13048.7658599042 -1105,15128.8199588861,46853.5506651621,11503.0412042259,3526.02070916158,81595.4573273444,29962.172063443,2626.25389076007,13393.5697753956 -1106,16599.2036342496,45604.2889958456,13068.5221307442,3957.39442167122,89545.0633199701,32332.0360588619,2986.87382799877,14388.1415245506 -1107,19467.1545817684,45546.0870767845,15831.6149682784,4741.21085505137,105044.459520357,37308.1066745212,3621.878500093,16527.6210882875 -1108,23388.0648798294,46052.2355917759,18819.2151497728,5654.82879551205,126206.161220221,45057.1476320618,4303.92055530531,19976.7957860752 -1109,24824.9067762429,45676.0020026789,16785.562293456,5379.65011638531,133715.147099674,51735.4964200375,3817.86759641838,23507.0781130085 -1110,24615.7731529258,45152.1851343844,16580.3179904087,5323.88058807255,132569.239066773,51392.4570514533,3770.83021330028,23378.8869285542 -1111,24133.6495152344,46930.4603295194,16336.3460454154,5235.12720820611,129987.365088073,50286.5618372856,3715.95326632918,22860.6646548832 -1112,23315.7572686144,50616.9256456837,15552.092500512,5010.92721259077,125570.899902193,48851.0020574579,3535.64329770983,22230.5778106144 -1113,22474.7826488504,54682.7425252968,14833.5408475735,4798.98473755893,121034.912912078,47280.9058373461,3371.01245679651,21536.8767557179 -1114,22034.466688282,57564.7747937233,14623.6892130948,4720.81580406479,118669.119617972,46256.0954805563,3323.97507367842,21057.7181543405 -1115,21055.2542930444,60212.9601955399,13868.883967627,4489.53703011821,113394.679809649,44322.7095940806,3151.50466891209,20185.3490116734 -1116,20642.1510683709,59351.3645199201,13493.077496397,4381.12378936511,111162.687412242,43579.7378744716,3065.26946652892,19863.07784891 -1117,20920.5072030032,56996.2671949537,13832.5944884275,4470.71422129493,112676.975993972,43973.7329511946,3143.66510505907,20013.8766610674 -1118,21229.4214063644,55129.6498300478,14139.5358830178,4556.65961328076,114345.939738524,44493.997175316,3214.22117973621,20234.6509933266 -1119,21132.1956167711,54183.869351002,13937.3533142711,4508.94173360132,113810.985260784,44459.5749453827,3167.18379661812,20239.7397647498 -1120,22323.39058844,53864.7982889729,14863.8955455637,4790.66244741671,120237.856044018,46792.2671958596,3378.85202064953,21280.7384774092 -1121,22792.9963857829,56758.263062813,15041.0960024591,4864.89390255738,122757.788729404,47942.1688122573,3418.0498399146,21824.9261729487 -1122,22723.7258037317,62555.5858247274,14739.6104168478,4800.08161542499,122365.440709039,48110.7914206381,3347.49376523747,21940.9579720254 -1123,22707.7373332259,62118.0323422175,14739.1423839023,4799.11229878716,122279.116221659,48067.7813210592,3347.49376523747,21924.7823015561 -1124,22125.1965320316,59300.4379415556,14326.1864870313,4669.16672052791,119139.769782698,46877.2047596268,3253.41899900129,21387.1101792935 -1125,19767.2545816319,57763.2847520992,12573.6922001255,4127.80171156959,106426.367310283,42160.3940323459,2853.60124249751,19275.1030366949 -1126,18113.8064047516,57714.4367560931,12037.1136285459,3881.5075221763,97569.6582349717,37990.1048500116,2736.00778470229,17271.3358763054 -1127,15504.7531969762,54426.0306478598,11311.6903077905,3520.0134867104,83585.9743992595,31287.4873433869,2579.21650764198,14064.4796997069 -1128,15325.7717402034,51263.3821999899,12160.5119546929,3636.70245145596,83024.7249787036,30015.3146079088,2740.53983284422,13311.563053507 -1129,15943.8531282667,50005.8059996116,12515.1115771346,3757.63769446521,86356.7653344437,31393.5631360465,2819.59386648396,13950.388002525 -1130,16971.4312681949,49652.4374213417,13598.2358546086,4054.27938186555,91930.155795551,33087.1299792369,3065.5397489187,14665.5935871574 -1131,18475.5619835184,50546.2519300298,14843.6016764811,4422.39648505257,100073.536421961,35977.7103882107,3346.62075741554,15949.6072415392 -1132,22527.8776167244,52207.0840966772,18002.714680734,5371.74491738874,122035.287900805,43974.3298031693,4058.10706017317,19492.7537373546 -1133,28132.8984109723,55992.2847968468,20627.9892969571,6352.30416318152,152241.884881733,57170.2071824695,4637.83664019791,25685.0158905724 -1134,28648.6927823745,65670.4255677705,21244.8104729266,6517.02859654555,155034.978073338,57945.4438572109,4778.37714444633,26012.4334681086 -1135,27967.4444230653,72473.8093101504,20775.1758889728,6368.64352115869,151360.095464668,56524.0617524946,4672.97176626002,25366.1700156611 -1136,27098.2450822869,74311.3257155258,19923.033555662,6129.12774424333,146646.182004605,55003.0851528047,4479.72857291844,24703.2128785444 -1137,26109.9308352094,74837.2212669926,19029.9200216863,5873.04081245407,141290.347873981,53197.5163086624,4277.70159806133,23915.429736094 -1138,24896.6881979248,75493.0317443539,17942.3220367616,5560.8116920219,134710.424555257,50971.394202474,4031.7557156266,22947.8185862952 -1139,23731.1248369257,76049.0674457166,16969.6565438839,5273.86042045241,128401.06955073,48739.2260519926,3812.16117773844,21955.5060141956 -1140,23412.7041654603,75496.1496178916,16697.4138336112,5194.47090398316,126675.069524391,48139.0319260403,3750.67470712975,21692.2611003891 -1141,23149.6451347394,74890.2265285296,16426.5039878895,5119.59569975273,125250.395242269,47697.4649352437,3689.18823652107,21502.1316450033 -1142,23254.0916809785,73711.6384740532,16504.7166187147,5143.28175335252,125813.725502877,47903.8714323567,3706.75579955212,21594.4152420607 -1143,23373.985568857,72374.0346349659,16545.1998991783,5161.25605331656,126457.442259551,48206.3435721437,3715.53958106765,21737.2194962386 -1144,24023.2518810581,70842.0781030335,16862.9147233884,5277.07390217508,129961.896885741,49715.1591039412,3785.80983319186,22441.0188540213 -1145,24209.6936982131,72887.4583898399,16715.7153455794,5264.18965547544,130950.936332066,50436.751169846,3750.67470712975,22810.9345554022 -1146,24110.3902755018,77109.1730797122,16372.6411346641,5189.55488871293,130392.932296967,50563.3405264968,3671.62067349001,22911.0021409973 -1147,23448.5558654309,75948.2534793528,15638.1882094561,4992.37332274419,126792.733129394,49522.4340373426,3504.72882469501,22488.9323960852 -1148,22581.3930881879,71545.6971844076,14899.1783360412,4776.63373302076,122092.443687111,47885.0188193951,3337.83697590001,21770.3453202567 -1149,20162.0409673679,67665.9184665776,13064.7717101069,4219.25880268035,108994.180962036,43045.6542039357,2924.99924467028,19612.3316828407 -1150,17894.0558500499,64401.4167611647,11840.2051001223,3790.07047413982,96760.55161483,37892.6005614511,2652.70201768896,17208.3766640096 -1151,15795.9899337514,59513.4983796968,11716.7474361344,3590.54524685866,85504.1549594199,31923.8523604022,2635.13445465791,14299.2135948425 -1152,15961.0009469639,55911.2178669585,12740.4563305505,3796.34782034515,86329.7235359471,31094.3006953273,2879.10098455539,13789.956041975 -1153,16596.2319292595,53938.5899789786,13106.1180097591,3920.70603316489,89749.1292645402,32507.2278817831,2960.84202197179,14445.2625925275 -1154,17481.7565686962,53419.9696673944,14024.0228012972,4173.0605162411,94541.2909391556,33980.6478305717,3169.73578425814,15072.3330967414 -1155,19031.5344721862,53953.1404587439,15308.3981564528,4551.99254800828,102918.361385768,36949.9634524864,3460.37058396089,16392.2596266427 -1156,23134.5919297626,55421.6985149048,18486.7099575529,5507.8109188593,125117.402545797,45052.8484560491,4177.87524572706,19988.9123127608 -1157,28959.5795344362,58867.0418253906,21273.3085609387,6536.81738808138,156465.694204826,58679.8984192737,4795.47419509541,26380.7743631584 -1158,29808.9546523337,67440.3862318436,22268.1023417619,6802.2715419792,161065.664644356,59966.444815052,5022.53263236319,26917.2551560816 -1159,29108.0202990568,73760.4865708732,21783.783275031,6649.60476151743,157290.274857907,58508.0591515156,4913.54458247466,26253.7366744818 -1160,28140.8596720697,75670.7552742611,20825.2211824166,6381.67404122907,152052.459926002,56835.1333983714,4695.56848269759,25527.0661807953 -1161,26981.3382549916,75801.7094913347,19744.7367479051,6075.44613107202,145776.253519669,54762.6185854064,4450.34537044839,24628.4278596295 -1162,25695.330582757,76507.4072558812,18583.205122663,5743.3350253676,138812.63464139,52420.2237216002,4186.95758321777,23610.9498733729 -1163,24634.7689669023,77360.688400439,17739.4429451891,5490.50136548385,133084.541428973,50343.5068680797,3996.22849591284,22678.9708583769 -1164,24131.0333417303,76471.031056468,17259.4534968855,5355.57995751727,130355.135086636,49456.323325514,3887.24044602431,22298.0972664309 -1165,23859.4366023523,75999.1801585313,16980.0414740775,5278.46049807882,128886.666967207,49001.7490196075,3823.66408358933,22102.1877899345 -1166,24002.1111761385,74608.5710579069,17100.5444872521,5313.47889129225,129656.452707305,49267.7882891586,3850.91109606147,22219.0395412409 -1167,24230.3450045289,73594.1954455656,17261.8095947179,5363.84494128007,130887.560241105,49739.671282755,3887.24044602431,22431.4245297379 -1168,24440.6592538573,72278.4173261262,17071.4452427859,5344.59269579129,132001.877035529,50582.4321121857,3841.82875857075,22866.5343819547 -1169,24419.0297190143,74222.9835457548,16680.4853618819,5267.25420057318,131859.182345844,50993.6467151617,3751.00538366365,23111.9338618445 -1170,24314.0416477172,78093.4084413437,16326.5889781533,5190.20989300658,131271.408786103,51118.9112180985,3669.26434624725,23212.4934627113 -1171,24121.8520215795,76736.0574649669,16126.8843999004,5136.01812981718,130228.0122563,50803.5726901768,3623.85265879369,23085.4418665732 -1172,22982.3722290586,72111.0869096394,15085.8172742868,4839.45268703996,124057.011028895,48742.4841027938,3387.7118840352,22192.2923200192 -1173,20526.465219073,68336.2794237041,13233.8474485384,4276.47254673713,110783.029546155,43828.3844895615,2969.9243594625,19997.3420921194 -1174,18266.4538833252,64883.6608733357,12050.8018591806,3856.48758146338,98614.0353813457,38655.0240489841,2706.53657223188,17576.0021484962 -1175,16261.4684850965,59758.7777517202,12083.3306867983,3694.96186533131,87882.9352515622,32769.238298673,2724.7012472133,14687.728331111 -1176,14885.2209572641,55936.1615609581,11544.2099076034,3502.61443782748,80298.596273277,29211.0837975664,2676.00873411193,13066.6792096185 -1177,15481.9637680704,53735.9227550718,11875.6986868788,3617.95307923756,83501.7437392501,30548.3668770127,2751.9837454905,13690.91807635 -1178,16301.6574280858,52671.6598555452,12707.1586276815,3849.96285049511,87926.7851364031,31918.9772407681,2946.14210790241,14280.8878367836 -1179,17745.7964470211,53292.1334246724,13870.8720551997,4199.43369483682,95712.248112419,34706.0935957066,3216.27548169289,15531.0142386783 -1180,21574.9399482587,54857.3481816663,16750.889108309,5081.63265128256,116374.426722859,42323.7879186534,3883.16724823813,18940.5809824114 -1181,27063.6229792338,58540.6955234789,19278.0149517822,6038.77472467261,145827.337141823,55253.4701264221,4457.2006675429,25039.2796185035 -1182,27846.7257872001,67119.236587456,20179.005920669,6282.49297836326,150058.345160382,56442.3082255787,4668.24236581671,25541.5342620695 -1183,27190.7287340725,73930.9348608978,19740.0783105195,6141.31039914449,146534.636223992,55066.8683710661,4566.94235064528,24910.9847678507 -1184,26293.931417892,76009.5733727656,18871.7582064384,5894.79266899455,141690.169537505,53506.5227861478,4364.34232030242,24225.8241478975 -1185,25217.1025025345,76372.2957732766,17892.9114500891,5612.86835423344,135876.30683232,51569.6186018068,4136.41728616671,23377.4715460088 -1186,24021.7769309601,77382.514120087,16840.6011924987,5306.99797057009,129420.190812705,49378.0827391377,3891.60891616909,22416.2470686846 -1187,23032.3947440415,78393.7716572626,16076.0704234066,5073.66693660629,124090.845335961,47426.1685440926,3714.33388961908,21532.6494628206 -1188,22564.9268117802,77564.3949155251,15641.2415312069,4949.50007485767,121564.267164487,46597.9248406072,3613.03387444765,21173.4295648394 -1189,22313.4250556495,76871.1690483854,15388.1412422318,4878.58425161681,120207.838288157,46174.7954162955,3553.94219893099,20988.9683174315 -1190,22446.2428980097,75498.228301064,15497.3266496338,4910.85888612328,120922.59807523,46424.1573501394,3579.26720272384,21099.5271549121 -1191,22659.7247459434,74476.5774488401,15643.4705733881,4957.41807888345,122071.030026169,46868.9272510156,3613.03387444765,21301.2383586522 -1192,22866.567050587,73182.6250490486,15471.407285372,4941.11492204029,123163.581297466,47684.7654295712,3570.82553479289,21721.3602305027 -1193,22857.5565716371,74870.4794920541,15117.597730231,4871.2852503208,123089.368364834,48096.2544362938,3486.40885548337,21962.0467139636 -1194,22767.7242148789,78240.991821355,14797.2456925375,4801.30839844337,122585.03508677,48232.1900053088,3410.43384410479,22063.2284544175 -1195,22589.9733163407,76816.0851036759,14616.3433604222,4751.51839173243,121622.220301924,47939.4015519144,3368.22550445003,21944.0459514946 -1196,21531.1981484144,72247.2376834232,13673.182456314,4478.42986383749,115902.814456743,46011.9106888904,3148.74213824527,21100.5593658267 -1197,19237.6491152043,68227.1509262784,11994.9719650986,3958.57598959599,103539.478885391,41388.3032237958,2760.42541342145,19018.4606750932 -1198,17110.9177936586,65226.6362373712,10922.2953875395,3568.44938205235,92121.1574571475,36484.7235392854,2515.61704342383,16709.6422364242 -1199,15192.2795238786,59845.0412383187,10949.8388687536,3412.75266762708,81884.0113473631,30845.3029616837,2532.50037928574,13937.1196644343 -1200,14140.8671089898,55691.9214801139,10607.6554352642,3270.5749387998,75813.2849861622,27800.2313960641,2555.39692006908,12640.6522898308 -1201,14774.9715714575,53542.6093534061,10982.0795752412,3397.29730998963,79376.1935415297,29246.99000202,2634.89933326304,13293.4144339825 -1202,15589.7982696997,52434.6950145836,11900.6101608605,3647.77461818339,83425.3781562994,30461.6135233172,2836.70807369598,13802.6600415858 -1203,17216.8648637242,52919.0178099271,13396.3194569823,4078.28854307403,92284.5554025715,33532.3670531264,3138.48062659739,15083.4009779181 -1204,20830.5612986579,54394.8511059707,15861.4014902858,4863.09420135986,112213.984002856,40980.3099407087,3755.853638598,18491.6647344655 -1205,26283.1912781387,58056.3728289494,18484.9333605405,5839.45118544666,141485.025644808,53756.0701849077,4334.71304572624,24479.2009769864 -1206,27162.2283251711,66754.4355037725,19477.9985237952,6108.76612605443,146564.409975159,55220.8745549572,4552.82489580621,25061.0387737978 -1207,26719.7068843777,73162.8779117592,19420.1940662205,6059.64401517601,144142.703887342,54137.8942397186,4491.83675661818,24467.2701415082 -1208,25530.0740421939,74803.9630419311,18082.1109333235,5697.02631692803,137470.623586563,52059.7409458952,4242.99980274016,23689.4450428906 -1209,24308.2158022588,74932.8386766462,16934.8726876221,5370.54756171395,130446.432221106,49743.6424179416,4000.40028330337,22739.4574430612 -1210,23099.0200318445,75432.7511421203,15861.6424583045,5058.72065316285,123827.680535166,47504.0959091981,3755.82063371171,21771.4310695675 -1211,22134.4695504248,76029.3204092411,15120.6389031872,4831.28387923763,118642.345359694,45602.1082392312,3582.5918424905,20907.8118586375 -1212,21625.7282443421,74932.8386766462,14629.8225189841,4692.63813460191,115796.036199868,44677.0093132644,3476.58862489855,20526.3320164405 -1213,21378.8441661468,74431.886718365,14409.4827404645,4628.65684088025,114356.969974104,44216.2716022442,3421.57388106141,20322.8017303348 -1214,21384.8178985056,73373.8597675418,14313.1356862866,4610.52565621367,114310.596056774,44251.3746180207,3425.56714625744,20393.9266553007 -1215,21555.979909211,72469.6520446194,14353.7161741465,4632.64227164024,115371.48654257,44691.7508175929,3447.94266591423,20614.2046735584 -1216,21913.4674068605,71459.4336978091,14431.4937850354,4677.30013718811,117419.469892045,45770.3395587923,3431.73857092608,21080.7224656368 -1217,21942.7809728581,73469.4771771954,14119.8353842199,4618.26061132758,117710.235894012,46292.3970965383,3352.26916261841,21354.2725602203 -1218,22009.7394937511,77555.041093284,14019.7675012229,4603.41275044375,118330.062976477,46761.6398635762,3299.36656848131,21536.4759377653 -1219,21911.5875966801,76276.678363623,13893.3829805074,4569.65219268994,118144.518544302,46728.4509652346,3262.70107421865,21504.4559203421 -1220,20927.058797386,71986.3685404552,13025.7659837356,4316.14629329795,113000.804749515,44987.1316679859,3052.80678873478,20721.9462518498 -1221,18566.2994211865,67916.3943953112,11203.1130430792,3760.95245425963,100179.910854179,40254.5362337915,2653.28158772381,18641.3954325426 -1222,16407.1586307249,64714.2518744904,10068.6371435122,3355.37858720188,88353.2507281713,35246.3878892289,2404.60965827724,16318.81950869 -1223,14490.5542216659,59612.2336628881,10013.7995085938,3182.8518779028,78086.8035344345,29658.5779781476,2412.72820821447,13593.1137498427 -1224,13711.0404824417,55187.851648295,10377.8681463479,3173.80886125197,73657.8822206387,27176.470253664,2454.64176442903,12322.9287271776 -1225,14363.238544005,52827.5576658044,10739.6471565372,3298.20512264622,77285.8078664941,28650.8269036013,2540.01264343721,13000.9125572774 -1226,14894.080634038,51985.7091274741,11389.2454364209,3474.91366904122,79878.9137264163,29429.1970733,2674.19772189841,13319.0089599024 -1227,16416.3332875225,52385.8470185776,12733.1736621332,3868.17011819084,88162.7337946734,32333.5291583776,2953.57105461862,14535.3678547568 -1228,19945.7408907029,54298.1944051379,15109.515513818,4619.38853737838,107566.92113458,39663.3526187815,3542.28765377749,17891.007883732 -1229,26067.5356031326,57688.4537709142,18536.0266722319,5807.1408063793,140506.33667237,53462.1060332876,4295.37514525445,24247.9728136776 -1230,27075.4618820469,66427.0499106816,19673.0368974192,6114.60770390571,146241.507770324,55119.5066281627,4538.36098458176,24876.008220893 -1231,26620.328585163,72602.6848440515,19593.9147184973,6065.07758671506,143770.616125812,54006.9607003389,4473.23455458237,24247.1994891609 -1232,25373.7592337381,74708.3456322775,18251.1965573727,5694.93585927633,136838.209867033,51854.1229455936,4208.4115498217,23441.8304600073 -1233,24158.6658216028,75285.1678629229,17135.5339319358,5376.21697620122,129913.746191149,49557.0072144538,3976.4288862922,22527.830484024 -1234,22944.1363474544,76168.5891573766,16046.2438130779,5061.70165412237,123270.993186195,47309.4727877054,3732.38123601519,21571.2093832793 -1235,21884.699958376,76862.8544165095,15192.1914253979,4805.214289138,117565.393140225,45258.2183089303,3532.708008242,20645.8878306206 -1236,21310.6443423638,75953.4501368769,14635.1576508083,4648.4783361399,114379.099892409,44233.4819702168,3410.94963584092,20228.9468700957 -1237,21042.5245217106,74585.7060470798,14401.5669643425,4581.39730319461,112847.179153734,43738.526762876,3352.02488537754,20009.579584811 -1238,20999.2861189976,72925.9131716116,14271.138482391,4550.86342469237,112547.596363976,43704.9977840276,3343.14533147916,20056.1102731681 -1239,21121.4938844355,71794.0945307827,14232.06240007,4550.80351677721,113305.406915848,44072.400265196,3352.72497701465,20264.535029944 -1240,21498.8015375926,70702.809354898,14284.7718575826,4593.2976426901,115431.982778539,45174.6666913256,3343.14533147916,20749.0122608903 -1241,21761.0822900537,71869.9648031469,14249.2046687456,4608.40498691324,116970.001598813,46047.7658748837,3315.10648650979,21129.3971789452 -1242,21892.4166884519,75434.8298252927,14152.7975887613,4599.70069665756,117881.6426391,46610.8462251082,3279.61161790434,21368.7647233771 -1243,21702.4022544374,74008.8838164344,13897.4734189724,4532.13440760304,117135.007040057,46427.9117208334,3209.68369164316,21257.6672165951 -1244,20840.7083664251,69298.6890656877,13135.0419975602,4310.00302396823,112620.967498189,44872.3059747302,3028.46966330385,20554.3642955396 -1245,18521.6908243669,65615.3416230611,11352.3716778603,3766.53590056808,100020.571201308,40206.7299296813,2639.23375876782,18518.8175914668 -1246,16237.8145812835,63376.648035403,10117.1483768942,3333.60548023571,87561.8656313947,35007.1048123052,2357.20589867334,16108.1531276804 -1247,14145.7514480956,58929.4009091687,9840.6812152003,3102.25870314941,76317.810146386,29157.3091005429,2324.36555744217,13313.5462649041 -1248,13851.7575056196,55201.362836881,10624.3100563216,3220.64284349508,74986.2361582479,27733.5368707742,2431.15034446996,12398.8235993403 -1249,14600.3413528648,52908.6245956928,11079.4205136389,3377.88544295864,79008.7845030427,29313.2471182824,2548.03257256947,13118.0682674347 -1250,15296.1176195176,51545.0377714265,11864.5057676528,3581.88409372436,82798.715674316,30495.4692994582,2711.6676919088,13630.5860173186 -1251,16656.2628460208,51472.2853726001,13048.3619205415,3916.64253607265,90185.5723683442,33161.5966837643,2961.01644518777,14825.5794561643 -1252,20417.8165269625,51713.4074790926,15873.1518316833,4781.50388727163,110543.425866399,40707.329971963,3615.55692254506,18185.6121310238 -1253,26451.0477450691,51655.2055600314,19093.8412124693,5914.01024607837,143123.378317734,54543.5182128375,4340.22673676207,24632.6767052524 -1254,26314.5447065228,52497.0541991757,19043.2690269992,5885.68799505204,142392.167498327,54308.4738293939,4309.0581426022,24546.7968379878 -1255,25571.3179483139,55396.7548209052,18500.5995665682,5717.63061874595,138382.934343947,52792.0529379247,4184.38376596271,23862.6581304418 -1256,24437.47084447,58978.2490059888,17310.620879197,5394.77384703918,132232.264443762,50860.7775324192,3919.45071560381,23031.6608855465 -1257,23604.0624198169,62164.8017558651,16526.3360153556,5180.19198831635,127704.661761477,49295.9275439138,3755.81559626448,22342.7345817926 -1258,22901.881073429,63949.3128997035,15990.2659818415,5019.9123464223,123898.23761976,47860.4017587551,3638.93336816497,21696.5803619415 -1259,21497.7979003227,65119.586322304,14772.3761778728,4661.40163583393,116312.052132253,45257.3313402881,3350.62387218616,20551.2834572972 -1260,20639.8357115133,63905.6614604076,13759.4915678421,4406.95350842538,111617.953226148,43824.4281046464,3148.02801014699,19946.3996652171 -1261,20405.5364714612,61748.0347018239,13518.5967043822,4340.82168968155,110352.25237004,43426.8400424663,3093.48297036722,19774.4957718343 -1262,20530.2039759503,59765.0135996096,13636.5011693921,4372.36015998894,111031.067813527,43664.4198403094,3116.85941598712,19880.0242630269 -1263,21001.0461232025,58925.2436436378,14065.8458897971,4496.13172421521,113575.304774057,44509.6955488167,3218.15734700671,20243.5948191926 -1264,21667.1604335836,58329.7137685102,14420.0686781758,4619.65994754628,117177.542839914,46041.7894640081,3296.07883240638,20955.390244388 -1265,21926.631532311,60865.6526985494,14426.0420907943,4635.76945157365,118592.530705774,46871.0188916392,3280.49453532645,21366.9838732678 -1266,21743.6102141798,65493.7413290426,13979.6574141306,4535.19258621997,117583.856909829,46864.4916538696,3179.19660430687,21409.2108551437 -1267,21379.8386352871,63761.1961555619,13647.8730887986,4433.02942371366,115629.816692442,46280.2849864845,3085.69082182725,21169.8416030355 -1268,21133.2457312977,59666.2783164183,13550.6018895733,4399.30471492966,114280.330060551,45604.4656440412,3077.89867328728,20841.9594905401 -1269,18970.2049953451,56874.6668001213,12032.5179529823,3918.72824624743,102593.299476824,41161.8901690931,2719.45984044877,18844.5057631921 -1270,16801.8642389944,55820.797114829,10805.0841518688,3505.85170060534,90860.892327173,36172.781216459,2462.31893862983,16509.9285898638 -1271,14946.236336955,52017.9279605424,10863.4260669453,3364.11593890874,80859.6889525744,30599.2426208976,2493.4875327897,13769.5371472124 -1272,15180.0308850335,48717.0500557163,12019.7070059433,3601.24574535281,82061.5876032542,29839.1896604161,2741.0071885903,13278.8123649423 -1273,15336.045874703,46289.2003319235,11851.4736607116,3582.27182775996,82883.9052442898,30506.0820758211,2700.69825934633,13628.0760922827 -1274,16830.6502482826,45180.2467019218,13464.5299003671,4021.03675620632,90973.3263030354,32923.5290834763,3071.54040839089,14642.540982172 -1275,19743.2580078083,45043.0565361448,16311.5194810965,4818.02199289075,106736.150603675,37995.8807538719,3724.54506214329,16822.7005988905 -1276,23717.9178571393,45274.8248203962,19389.6157264389,5746.2482997219,128232.061757705,45885.5822942334,4425.92043098845,20332.3598551168 -1277,25145.892225632,45131.3987059158,17293.2865930071,5462.94342864001,135760.175532985,52653.5314303865,3926.08970836317,23906.6134698523 -1278,24933.5388759536,44397.6393738319,17081.8110682516,5406.19770089331,134595.07021722,52303.961847804,3877.71899327039,23775.8913768 -1279,24445.9873239745,45865.1581388136,16830.4887172956,5316.17912933882,131976.278344383,51179.1777603307,3821.28649232883,23249.2643108263 -1280,23615.2809222162,49691.9314942927,16022.4246929475,5088.23944674415,127484.578378266,49715.8005530477,3635.86541780655,22607.2877524265 -1281,22762.066229871,53312.9197523272,15282.0800053989,4872.83246795075,122874.487242333,48116.4214621102,3466.56791498185,21901.0512338012 -1282,22316.8619587933,55822.8756971875,15065.9149138372,4793.56442203662,120475.315740996,47074.2732881611,3418.19719988908,21414.21070054 -1283,21324.105683321,58124.9678614309,14288.2422581956,4558.60250124161,115117.147823722,45105.6430808842,3240.83791121559,20526.5625721819 -1284,20904.7782753598,57165.676193799,13901.0311378996,4448.38772389928,112847.942733678,44348.5580420838,3152.15826687884,20198.3034084979 -1285,21188.1164071498,54544.5130683406,14250.8759867239,4539.56618372006,114390.227874253,44751.0117878234,3232.77612536679,20352.5140917092 -1286,21501.8909117086,52220.5952852632,14567.1399641789,4626.96678552303,116087.715121571,45281.3896222491,3305.33219800595,20577.5010674644 -1287,21402.1429467706,51149.057145854,14358.7899728681,4578.33850002594,115540.302327135,45245.0996125608,3256.96148291318,20582.0241876241 -1288,22609.8633645396,51104.3664153789,15313.4038441275,4864.57430401634,122069.250170999,47620.2931654042,3474.62970083065,21641.2912961911 -1289,23084.2559413574,54400.0476626809,15495.90980677,4939.77730456249,124623.245098875,48789.2467698852,3514.93863007462,22193.9895240443 -1290,23011.7495736999,61483.008293325,15185.2072271019,4873.6396764617,124216.886987956,48958.4781575586,3442.38255743547,22310.7171996134 -1291,22995.691351502,61651.378000991,15184.7281639364,4872.65872720724,124129.576588266,48914.7876678079,3442.38255743547,22294.2622750456 -1292,22405.4444733072,58873.2776732801,14759.2739411579,4740.67639684975,120941.610389092,47702.9013636876,3345.64112724993,21747.3489669815 -1293,20015.6187804161,56960.9302867198,12953.7086038084,4190.7162820322,108028.772969093,42900.8657156467,2934.49004896138,19598.5429977721 -1294,18345.9912436832,56825.8188041152,12401.1257264227,3941.38017340399,99054.8562361904,38662.0736096411,2813.56326122945,17563.8726618323 -1295,15712.7132779981,53335.7847631543,11654.1634998009,3575.60748193044,84890.5982681863,31850.6154274201,2652.32754425356,14308.0495200402 -1296,16299.5024067582,50293.6974189377,13033.7085340366,3883.96067418089,88057.2842220694,31754.5496837403,2944.19121132051,14067.7746424408 -1297,16953.4359430289,48822.021388425,13413.6923005657,4012.75225060273,91575.9819107407,33206.7129508191,3029.11980395475,14740.3863887549 -1298,18052.9189652639,48317.951556606,14574.7575926764,4330.23824607153,97518.0296240305,35009.7349621336,3293.34209215018,15500.932923151 -1299,19653.9320389575,49164.9966516465,15909.5838759071,4723.49354565811,106161.330370441,38069.8559328062,3595.31042151639,16858.6752312799 -1300,23962.3187910108,51304.9549561133,19295.4997901692,5737.2705330693,129447.431639331,46527.6446469527,4359.6677552246,20602.2592504543 -1301,29878.1345834817,55878.9990338902,22108.2034728687,6779.68733549843,161277.983891657,60409.2887021927,4982.4774345424,27112.9767569581 -1302,30431.8860116721,65324.3322293833,22769.4502013717,6956.10380807257,164264.837059683,61238.0132884633,5133.4615992255,27462.4892525287 -1303,29709.2148301417,71237.0194374268,22266.1314018362,6797.82478462921,160375.146393269,59737.4236414102,5020.22347571317,26780.8248240672 -1304,28780.6342985721,73262.6525869437,21352.6968840034,6541.64160340405,155356.308662108,58121.6020755218,4812.62024927391,26077.5063955391 -1305,27726.8147444415,73461.1625453196,20395.3849348654,6267.86991095912,149663.253310545,56206.802787221,4595.58051254195,25243.0811465847 -1306,26433.3770330069,73978.7435657246,19229.6152471134,5934.09064025748,142670.168225617,53846.3404867322,4331.35822434652,24218.2670451759 -1307,25192.5432347719,74895.4230852398,18187.0734131942,5627.52929350315,135972.53961505,51482.9511427113,4095.44546702917,23168.8649954928 -1308,24853.4038722275,74090.990037502,17895.2701223819,5542.69198933195,134139.66797327,50847.1429740765,4029.38989498031,22890.3171559576 -1309,24572.0650099506,73173.2711259935,17604.8683969201,5462.5725877731,132621.350226531,50377.3570161414,3963.33432293145,22688.3326149115 -1310,24683.041378774,71779.5440510175,17688.6934683551,5487.86252031667,133218.322470662,50595.6037975835,3982.20734351684,22785.7739496382 -1311,24809.1219585243,70452.3334261644,17732.0526979196,5506.91322408305,133894.747156786,50913.1710602511,3991.64385380953,22935.7246483442 -1312,25494.790432657,68747.8498202212,18072.461244027,5630.09349462703,137589.166261237,52500.9903361303,4067.13593615109,23675.914366731 -1313,25685.7263473496,70226.8010906165,17914.5148332613,5615.56518204561,138604.448643104,53251.7003292196,4029.38989498031,24061.5198327915 -1314,25573.4789668634,75807.9454400381,17546.6486367644,5535.16536157914,137982.4314201,53374.2041345471,3944.46130234606,24162.5259620143 -1315,24864.4407614769,75544.9976138976,16759.3322615764,5324.02493561563,134140.213520311,52263.9350706361,3765.16760678488,23712.6330270099 -1316,23940.913932726,71252.6092083713,15967.2260210144,5093.48701734222,129149.161850613,50529.466690339,3585.8739112237,22952.31854557 -1317,21370.049659337,67372.8304905413,14001.1486684212,4498.43411852514,115266.814460545,45413.3610919943,3142.35792746708,20673.2002068968 -1318,18972.163535067,63499.2876206008,12688.9885512965,4041.61181112614,102356.470035673,39986.7776256838,2849.82610839357,18143.3624168024 -1319,16779.1548241026,58444.038822646,12557.5924080349,3832.53101050619,90593.8365714644,33738.4510602131,2830.95308780818,15096.772219162 -1320,16149.2512504426,54850.0729417836,12514.525204108,3810.67102220332,86792.843252406,31343.6521910451,2907.87816120189,14045.9767758154 -1321,16792.9602308205,52670.620463552,12873.7291258528,3935.77820613949,90230.3823636233,32768.6254858186,2990.43621625179,14712.2956759275 -1322,17687.6882938,52098.9948904308,13775.3204313289,4188.73171500264,95051.2650189673,34253.8459909249,3201.41791249041,15353.2221705611 -1323,19255.646329454,52729.8616737924,15036.9135318611,4569.04742104846,103475.333926058,37247.5636905008,3494.95766377893,16698.4045190043 -1324,23407.5006714288,54716.0007503583,18158.8775587122,5528.60073972003,125790.683844395,45414.8427743145,4219.63392477247,20360.5540729647 -1325,29313.8451637651,58438.8422659359,20896.4055823707,6565.03771986248,157298.401563731,59158.8711207724,4843.40589626057,26855.2404799036 -1326,30171.5588115719,67157.6913692277,21873.5054032154,6830.98614306727,161928.564458259,60456.0636269717,5072.73382695473,27405.0685122895 -1327,29461.8555794677,72615.1567414583,21397.7603941595,6677.58774292827,158132.733438272,58985.5189160426,4962.65642022153,26729.7834197011 -1328,28484.1247824879,74180.3714984522,20456.2269256289,6408.92795400644,152862.879944136,57298.6531847742,4742.50160675514,25987.5185138728 -1329,27311.845841369,74138.7987423287,19394.9297015509,6101.81005126849,146551.050337892,55209.5901968568,4494.82744160545,25070.591131135 -1330,26011.5196459339,74684.4413302711,18254.020016505,5768.68878536884,139548.846309727,52848.7111247733,4228.80704200023,24032.9549560225 -1331,24938.2329646986,75420.2793455274,17425.2176067057,5514.85711865788,133788.4232228,50754.6396753235,4036.17158021714,23083.3936606948 -1332,24429.0504895926,74870.4794920541,16953.7539409979,5379.56777815813,131043.707400751,49860.5321011744,3926.09417348395,22694.7253221065 -1333,24154.5747800711,74043.1813326751,16679.3069147811,5302.25614213499,129566.204992312,49402.1637719228,3861.88235288958,22494.4422234142 -1334,24298.8648292181,72873.9472012538,16797.6720040535,5337.39095680847,130340.042677722,49670.3354803822,3889.40170457288,22613.5776566287 -1335,24529.9002846904,72072.6320270537,16956.0808764985,5387.98785788823,131577.683758195,50146.009248575,3926.09417348395,22829.673242468 -1336,24745.0461204611,71064.4923634159,16769.1574823408,5369.32102961021,132695.301900055,50996.6602244335,3880.22858734511,23269.6691264144 -1337,24725.5782986601,72537.2077859217,16385.198219845,5292.37766540683,132549.055305994,51412.2613664049,3788.49741506745,23516.23411403 -1338,24621.0807792765,76746.4506792012,16037.6261725156,5215.54078189256,131956.188426073,51539.2558121677,3705.93936001756,23616.1551693915 -1339,24427.039273234,75932.6637084083,15841.4726242365,5161.24620252803,130907.522095382,51221.8683118458,3660.07377387873,23486.4801845405 -1340,23274.949260754,71401.2318795619,14818.8906034931,4863.79887966089,124702.239260194,49144.5518636666,3421.5727259568,22575.5174011323 -1341,20789.4616513909,67212.7753139371,12999.7434933506,4298.50309792523,111358.179343966,44190.9239211099,2999.60933347956,20340.8771703333 -1342,18498.3086131528,63266.4801459841,11837.5598068997,3875.71027202378,99125.109334474,38972.7902599182,2733.58893387434,17879.602076841 -1343,16459.0725467937,58494.9655018245,11869.215686767,3710.56729646833,88348.3864551996,33034.8542356724,2751.93516832987,14952.396896751 -1344,14074.9646080273,54617.265467167,10309.865207228,3250.20860719381,75255.1675370415,27691.7683394403,2531.37129232731,12655.9575565189 -1345,14711.479729106,52430.5377490527,10706.7174839653,3376.73657192349,78824.493746791,29144.0041024671,2610.12488886939,13312.1490026842 -1346,15515.9724830015,51538.8018227231,11674.914975045,3625.66085869534,82843.5040402039,30336.760333864,2810.03307509723,13819.2269766109 -1347,17139.8479221378,52112.5060790168,13333.2097253899,4055.03676437921,91732.1425808642,33405.6753352129,3108.95993189587,15105.2348312677 -1348,20742.3151813722,53992.6345316948,15639.7286840511,4834.77561843234,111515.692838061,40846.8305658041,3720.53221036337,18521.1907780603 -1349,26213.4716681388,57889.0424124626,18334.5488344659,5809.25932437624,140736.013262795,53619.2651418531,4293.94330527289,24527.9948170575 -1350,27087.1875210433,66628.6778434092,19377.7350673778,6077.27374336883,145822.680484143,55092.2729451763,4510.00128579706,25114.2909703011 -1351,26647.7395643669,72528.8932548598,19488.0042298893,6029.5038767546,143481.43077769,54012.5841535779,4449.57965327081,24520.5825576147 -1352,25458.5630795347,74544.1331901424,17928.5618176771,5667.24546445603,136731.317789063,51922.5155351724,4203.09292924023,23735.6124991139 -1353,24238.4008715653,74566.9983017835,16696.1473044087,5341.84675796563,129683.53655195,49593.8674208588,3962.77912480825,22779.150721199 -1354,23035.3032858231,75253.9883210338,15602.4365088753,5031.70923924629,123089.2604778,47358.2848982604,3720.50107790005,21808.6399842979 -1355,22074.5853862849,76015.809321469,14863.7991730607,4805.51011413156,117931.994349841,45461.7298907879,3548.90173038576,20943.1545206284 -1356,21567.7778603615,75270.6173831576,14343.3095329386,4667.45003929855,115083.814216492,44535.3399404425,3443.89693499633,20559.930578538 -1357,21322.243809503,74862.1649609923,14135.5047972335,4603.92336999515,113652.726769501,44072.0578915135,3389.39916236206,20355.1678354767 -1358,21325.1679160833,73346.8374911837,13947.4692219076,4585.12853983705,113559.535393767,44100.3366122381,3393.35877977783,20424.4225766945 -1359,21496.6744765208,72262.8274543677,13941.3031466475,4606.91662242843,114604.648774141,44545.4088678902,3415.52583135612,20645.9384561709 -1360,21863.7638325533,70889.8868078603,14129.8970543997,4652.788359623,116712.685795188,45635.2196498838,3399.46943444977,21117.0789924391 -1361,21902.5486411908,72147.4631090526,13832.9876794885,4594.85952944722,117032.310268288,46169.1864445954,3320.74697037102,21393.9568007562 -1362,21979.1834582445,76411.7899470415,13828.1617990966,4581.3812793284,117716.635510699,46654.3818573886,3268.33797006628,21580.6187360322 -1363,21886.5889453837,76003.3374240622,13723.2259570901,4548.29133353031,117566.903205698,46639.1034738211,3232.01649913121,21552.4790050984 -1364,20910.5663350686,71512.4389593461,12878.9417145362,4296.64045923174,112474.728700941,44911.9707579059,3024.09568068185,20770.5064641938 -1365,18554.4318325319,67678.3903639844,10973.1411199974,3743.65034911479,99675.8574385384,40186.5975224281,2628.33232303191,18684.3201099147 -1366,16387.8645440926,64155.098097962,9799.87922016391,3338.85186339562,87855.618510749,35171.0987390705,2382.00126131797,16352.2037049677 -1367,14445.3949062105,59078.0235803593,9708.09164355754,3164.54864997764,77571.3792071901,29576.1081875724,2390.0450260028,13616.5039829333 -1368,13409.4286334656,55060.0154055731,10471.2540465655,3143.86956239399,72528.6117605917,26631.4248378212,2436.2382351632,11979.6104739589 -1369,14061.9413649496,53006.3205877049,10844.9484197466,3272.73389907588,76165.1309464473,28105.2676685634,2515.64122690864,12637.459948069 -1370,14838.2610672687,52245.5388784489,11760.1816244705,3523.31854160743,79982.3334616098,29176.1064564627,2716.55156250397,13072.6358264625 -1371,16550.951086912,52988.6521335879,13260.9408317417,3973.3110350812,89110.9976777242,32277.8821244235,3026.99120615707,14348.8835160459 -1372,19997.5422387016,54563.2208136368,15684.4479724437,4718.49455436562,108371.80059485,39591.1069883892,3605.4761784275,17667.3228674556 -1373,25331.9884273594,58157.1867953132,18291.7509664777,5681.28371406619,137037.93456412,52015.9894622416,4173.27515643773,23435.956212643 -1374,26266.9202656224,66594.3803271684,19281.5660694967,5956.88585403364,142339.260924116,53588.0761464109,4389.82218022233,24056.7059870387 -1375,25964.1427310228,72282.5745916571,19244.1169585394,5937.95247623559,140439.017891759,52619.3316374541,4350.22942044886,23517.7874316668 -1376,24609.1476002754,74373.6849001178,17892.4540231956,5543.22746732213,133171.510164919,50392.2747802142,4084.26073976547,22691.4988560243 -1377,23300.378217475,74611.6890322586,16745.6472103423,5205.03387945648,125803.071736401,47935.5551028149,3840.02650126666,21691.7635843758 -1378,22100.4396429342,75253.9883210338,15680.1280637535,4895.38603725535,119250.082159891,45717.1978450097,3601.2439959972,20745.4252299942 -1379,21169.2232561418,75882.776421223,14946.4594169054,4673.44453542292,114224.472258925,43877.2252850487,3434.04613837855,19919.4943062074 -1380,20638.8912162394,74946.3497644183,14456.7055494013,4531.50580215634,111302.484772614,42924.5480631942,3328.17548271796,19530.2772112129 -1381,20393.4139491838,73892.4800791261,14239.8354358861,4469.99110960202,109859.856124277,42441.5524326345,3276.45970568672,19319.6970535916 -1382,20319.8788965729,72757.5434639455,14133.5226439635,4436.01184732454,109511.160134714,42400.1184462009,3269.7884216583,19358.1113016113 -1383,20470.6134148054,71593.5058892344,14168.3640888376,4451.00905269003,110513.10063547,42855.5572097503,3285.99863988069,19585.1061808019 -1384,20921.5339853267,70749.5786677316,14258.6912759218,4514.25259469408,112922.293003295,44016.6881736553,3283.0584989823,20082.5409924798 -1385,20985.7404883432,72092.3791643432,13951.9931929031,4460.02048807697,113372.489777971,44594.0830962192,3207.88768966714,20381.1802527055 -1386,21162.4236707645,75927.4671516981,13864.4698590712,4464.13067475383,114446.235088037,45207.399040868,3167.64890912773,20627.5104332863 -1387,21134.6351075341,75414.043396824,13742.2084172963,4438.05510327732,114581.275218425,45322.3758765086,3134.582451917,20662.9866788357 -1388,20223.9753888034,71008.3691275271,12885.8179687248,4195.74150628452,109778.775091935,43714.3082778889,2934.31813708763,19951.3267778608 -1389,17861.4140759146,67546.3967549176,11070.5601292919,3637.76051120283,97018.092748701,39043.4012437666,2538.52272915945,17923.0045677536 -1390,15701.7542126318,64129.1151127831,9941.87802370293,3232.79197072413,85219.2561043687,34067.1809974765,2293.71496062753,15635.1169835747 -1391,13805.7455441156,59094.6527432971,9882.77395526118,3059.43007690283,75056.8758361881,28602.419439179,2297.30112229187,12980.8250025326 -1392,13500.6212511982,55428.9737547875,10504.7753615494,3186.23011526773,73319.5238579334,27058.0736692533,2446.32754135753,12009.4862100391 -1393,14161.919370038,53302.5265380928,10873.5409366945,3313.28184699553,76793.1115140555,28486.1935051605,2531.97055812588,12673.8232809199 -1394,14597.3983507039,52547.9807775403,11441.693942795,3460.47425244629,79445.3408566969,29255.981795369,2654.17727626561,12980.6773420605 -1395,16025.8780403348,52821.321817915,12632.6077192467,3808.18874621335,87248.7049775002,31977.5913601437,2911.82473385967,14196.9749475889 -1396,19643.1441741493,54573.6140278711,15158.9624273631,4607.09385079022,106427.973680507,39276.1161749554,3514.27515292221,17495.013819305 -1397,25546.2573706189,57726.9085526859,18419.7287094075,5731.79137416765,138509.056214426,52722.0331830548,4239.46163652525,23705.8295883514 -1398,26528.9567369129,65455.2864464569,19447.7681774612,6011.294551946,143671.501106211,54193.3905004485,4466.97334251696,24346.6592568255 -1399,25974.6277767917,71087.357475057,19163.4460471703,5903.20862770802,140864.576991826,52933.2597868156,4376.71731233415,23773.5023176827 -1400,24838.6824968368,73481.9489737883,18041.2348150514,5597.4385964688,134700.257671159,51059.2843711256,4141.68112750786,22962.0322618863 -1401,23653.6433764653,73713.7171572257,17054.286375629,5311.83825261096,128476.359369375,48994.4423117889,3927.40344283075,22035.0515999678 -1402,22470.8148829864,74880.8727062885,16014.8118618895,5011.93477881156,122094.19312479,46835.2648994244,3691.80007533967,21089.0768959647 -1403,21430.2114577256,75337.1338332806,15162.1511060487,4757.4339793476,116456.76696127,44807.0001003547,3494.23506006206,20185.4153168029 -1404,20870.009528532,74248.9665309337,14644.6515236544,4610.97787603214,113460.501157164,43845.4861648794,3378.45629169136,19764.0405611102 -1405,20583.3692431859,72444.7083506198,14393.9908182477,4537.81199209667,111998.474084963,43364.3436174174,3317.80666671014,19549.8839836011 -1406,20583.1453962488,71123.7335736562,14358.2773987556,4534.50826517366,111967.59034212,43433.1310950757,3320.75596839428,19583.0976155062 -1407,20766.07548153,69629.1925323164,14402.0132818047,4560.90338831468,112795.506644361,43843.9791159169,3340.79606125443,19784.7893273136 -1408,21102.5914423626,68711.4736208079,14368.8411668724,4578.49629139277,114604.011175765,44823.8356609229,3320.75596839428,20272.7500624376 -1409,21340.9693793662,69588.6590673722,14256.4407919726,4573.12818834903,115832.761080684,45581.9080302912,3283.62508435811,20667.9594310644 -1410,21477.8055395975,73552.6226894422,14110.4152644039,4553.65753177564,116437.003395235,46041.4257644716,3242.63743046052,20926.1409040966 -1411,21315.3897834431,72864.5933790127,13814.0225998908,4479.52299938304,115344.010089599,45750.8248351311,3168.7537841647,20841.0658593968 -1412,20486.9477883302,68395.5206339445,13041.6468256841,4258.73857926245,110748.14828805,44172.9209664772,2988.2795600631,20169.6630353422 -1413,18256.7213928685,64796.3580955579,11375.6178954728,3751.67510601693,98633.7585795351,39688.2811839486,2617.2354531177,18161.4285707966 -1414,15987.3600147518,62383.0587507164,10154.4371263226,3322.05965063027,86505.9194344614,34603.4286453264,2339.35884177523,15776.5575235978 -1415,13981.2776507174,57939.9689908271,9972.59513867496,3120.95439768456,75604.1167117631,28916.8830970454,2318.60034162605,13002.0837043876 -1416,13437.998967993,54059.1509818178,10390.5287385982,3118.62224333083,73246.8368934438,27215.4724363431,2386.13486671198,12163.5584765556 -1417,14120.4366195159,51679.1099628518,10829.5024457187,3254.62597708665,76978.3936362081,28744.4860924171,2491.18022848853,12848.6052805688 -1418,14832.9246860721,50462.0671266037,11605.2234346233,3471.82988640835,80875.3915385825,29903.8687285883,2664.54325677436,13365.0926586367 -1419,16268.5176951148,50147.1533301056,12773.5823303688,3826.93206066738,88555.4597272223,32615.967492704,2925.45935908245,14599.7176338046 -1420,19959.5472976962,50626.2795687388,15532.8163177567,4660.68980322479,108535.637340361,40105.2354155529,3561.71001231369,17931.1668143707 -1421,25835.974026891,50635.63339098,18684.0586533367,5760.74218472157,140490.787975337,53728.9209040976,4274.79513155514,24270.6152635159 -1422,25838.6262248461,51408.8868968288,18644.2338817703,5763.53221375482,140287.422430329,53627.012020926,4258.61781989079,24261.6598161296 -1423,25111.8386890381,54088.2519413484,18113.7355045835,5601.39003112604,136361.273827914,52131.1657564125,4136.70711332131,23589.3791700386 -1424,23943.6187030068,58126.0071526101,16945.277956943,5274.53713487486,130115.411100652,50177.5313931088,3869.67481931594,22741.2254177681 -1425,23001.6709680417,61402.9807554299,16170.0284662518,5039.7701831242,125204.800363901,48507.4364905208,3696.96927907508,21990.1233575759 -1426,22279.310331351,62975.4707523063,15642.9704877101,4875.65795018213,121330.848165057,47057.7396890664,3578.11666835423,21332.6989343951 -1427,20954.7705208811,63720.6626906178,14455.8441842789,4539.6062478897,114084.691134827,44533.8498706877,3301.25259875798,20229.3756633279 -1428,19958.0995319292,62476.5974771976,13450.4585906153,4249.89468900626,108851.253264442,42995.0557349494,3079.72468898063,19549.4768585664 -1429,19710.4286617013,60673.3786888769,13214.2799751147,4183.28203266638,107548.766874662,42580.1253006742,3025.44361579185,19369.1321667101 -1430,19845.2672956958,58704.907965614,13331.290045216,4218.51742528902,108275.493173645,42823.4196297938,3051.05510446192,19480.2414522183 -1431,20312.5509277706,57847.4696563392,13750.1695400162,4337.00077129572,110776.183022549,43672.265911664,3148.66929845126,19844.6429015455 -1432,20982.9097275905,57653.1169634942,14097.6551690059,4460.41067755538,114385.668106306,45206.3694261682,3226.58939617523,20557.4671677858 -1433,21331.7910800725,59671.4748731285,14110.929104582,4498.76473848056,116151.470979698,46114.0343699244,3222.44566861285,21016.1504514122 -1434,21172.7635616823,64233.0470534986,13673.2517347834,4400.57755487338,115222.686817896,46147.3258012125,3120.88654635371,21074.3035494461 -1435,20946.6396395165,63427.5746137675,13357.1101006129,4328.38933580736,113791.183733386,45701.8125167464,3041.45267324724,20911.3275290733 -1436,20663.5436989851,59222.488986019,13255.7131781053,4279.54235506576,112268.302536748,45015.5858138472,3023.92984040934,20570.108284046 -1437,18607.8459761939,56530.6521449065,11776.5119526439,3828.804646026,101036.551635274,40678.6889109729,2680.75111352233,18629.9380351278 -1438,16361.7735173663,55489.2542562071,10566.0627177917,3397.20471088055,89015.551432785,35635.2450028042,2413.48947514076,16255.5136899762 -1439,14506.241114963,52256.9713838625,10619.4176057659,3247.51627534346,78971.139028223,30080.0981217914,2438.87161943464,13522.9358201724 -1440,15280.8723944271,48945.700365616,12292.3791319761,3633.63586417831,83136.4995169951,30099.1117792398,2775.15224952152,13300.1082226141 -1441,15432.5136781391,46531.3617295952,12120.2544186761,3613.98713631461,83962.015187644,30768.7963271414,2734.34118702856,13650.2862616151 -1442,16945.0840555821,45212.4656358041,13770.0149269403,4057.39483053682,92166.6340961873,33210.7516593161,3109.80296196382,14665.1109350579 -1443,19887.0664651182,45008.759019904,16681.7287345181,4862.42426139974,108147.545094613,38331.6174396676,3770.94217434983,16847.2095368851 -1444,23886.8468250623,45390.1891657113,19829.6353327398,5798.9139364488,129924.813692618,46290.1808043013,4481.0546617274,20363.1948174326 -1445,25264.1859936141,45096.0618984958,17684.9135488119,5507.5991003286,137470.716365791,53084.9048813545,3974.99748681465,23948.0480261801 -1446,25049.5442784771,44415.3077271349,17468.6287975627,5450.21673248617,136287.131185381,52730.7568199889,3926.02421182309,23816.4333136922 -1447,24561.1669332976,45968.0506875359,17211.6384277839,5359.628176277,133637.75375714,51597.6676227162,3868.88872433294,23288.9121457038 -1448,23722.310635049,49993.3341022048,16385.2064177137,5129.4304721338,129085.497257655,50121.1360169753,3681.15783686531,22646.8272531037 -1449,22862.2082819412,53689.1533414242,15628.0502235012,4911.98436777336,124413.97075272,48507.5217666794,3509.75137439487,21939.8140321275 -1450,22416.5846298853,56157.5365301612,15407.0166100165,4832.23296838277,121986.715711908,47457.6134587255,3460.77809940331,21451.9576355024 -1451,21417.4288043703,58332.8317428619,14611.7050215587,4595.19636507812,116559.732767506,45472.5510553456,3281.20942443427,20563.3086995563 -1452,20994.2887168253,57131.3786775583,14215.6955939929,4483.89901125297,114259.528424473,44708.3800843832,3191.42508694975,20234.6485665455 -1453,21281.8360925555,54604.7935697602,14573.5095765056,4576.1117908607,115825.407202149,45115.7544840645,3273.04721193568,20389.045251907 -1454,21599.0136477908,52267.3645980968,14896.965746294,4664.42340284123,117546.953609677,45651.4352338535,3346.50712442301,20614.2572036146 -1455,21496.2126448634,51345.4884210574,14683.8566975991,4615.13151311243,116989.150543439,45613.6164441709,3297.53384943146,20619.0377190012 -1456,22711.9070008666,51429.6733252975,15660.1250185655,4903.94549749169,123603.539224859,48009.3981340563,3517.91358689346,21679.9450102205 -1457,23185.8561353778,53886.6240086208,15846.72124923,4979.50012216692,126186.274113369,49186.6787722158,3558.72464938642,22233.8705039195 -1458,23108.1653829929,59921.9508018621,15528.9055924462,4912.33337465308,125768.380950689,49354.9972683985,3485.26473689909,22351.26855386 -1459,23092.1686982952,60680.6538279456,15528.4175916645,4911.35735011734,125679.70738925,49310.7290809316,3485.26473689909,22334.5657078127 -1460,22498.7810135966,58066.7659423698,15093.3226146451,4778.25975348056,122451.068659399,48088.7232501144,3387.31818691597,21786.7259689504 -1461,20094.6292247254,56653.2918309182,13246.8184643702,4223.49779099342,109370.96723521,43245.5275872317,2971.04534948775,19634.2319614229 -1462,18428.3900974252,56890.2565710658,12681.9014880355,3973.25885525921,100300.455225158,38978.3926202268,2848.61216200886,17595.7146010729 -1463,15802.5330327399,53572.7496041159,11918.3410110709,3606.43415207999,85983.120040954,32120.4056640676,2685.367912037,14332.2762509117 -1464,15653.4262839777,50530.6621590852,13000.1902982626,3762.35931547581,85501.9798329789,30800.7809525115,2847.99708498045,13412.2573356899 -1465,16280.05239624,48858.3974870242,13379.2060853196,3886.79471414887,88925.0567156152,32210.5321446272,2930.15084704719,14056.3383835018 -1466,17338.4033238413,48085.1439811755,14537.2508837313,4194.87107880802,94676.6239766592,33954.9292802716,3185.74032903262,14774.8482042621 -1467,18876.2334487417,48616.2360893525,15868.6302359044,4575.87073525446,103063.389033921,36921.2995910017,3477.84259415882,16067.5805163984 -1468,23013.5360819143,50249.0066884626,19245.8550027988,5557.8523255859,125680.314848419,45127.1801875794,4217.22645275951,19638.7028276448 -1469,28676.6532105109,54282.6046341933,22051.4809507892,6563.53131835296,156685.031195427,58611.5461483981,4819.6873745823,25885.3126020832 -1470,29210.0603582845,61652.4173929842,22710.9900067213,6734.7670394825,159568.200484705,59410.7060355843,4965.7385071454,26212.9227145388 -1471,28516.730673491,66444.7183647985,22208.9621671467,6581.62393720065,155788.627292687,57954.7609009337,4856.20015772308,25561.6873636448 -1472,27623.7956307695,69637.5070633783,21297.9066429371,6333.19542623996,150928.750114562,56391.2179024926,4655.37985044881,24895.5394226136 -1473,26610.7787758583,70922.1056409286,20343.0714678645,6067.7821736953,145408.490449369,54535.919072628,4445.43134738936,24102.7863213645 -1474,25367.4303644795,71971.8180606899,19180.3133778543,5744.19001721369,138625.953730517,52248.103328382,4189.84186540393,23128.6208705968 -1475,24175.5349312625,73200.2935031656,18140.4660940861,5447.17683430676,132128.065413189,49957.4436997746,3961.63697077409,22129.7482095559 -1476,23849.6560046298,72516.421357453,17849.4154804825,5364.95518043531,130349.612993381,49341.0225868297,3897.73960027773,21864.6418661196 -1477,23578.949730803,71663.1403137091,17559.7700816714,5287.22869446834,128880.038363333,48886.6556186648,3833.84222978137,21673.7544391449 -1478,23685.5213586554,69742.478295273,17643.381464285,5311.7280467434,129460.209366705,49098.4187313449,3852.09862135176,21766.7005992828 -1479,23806.0994237397,68682.3727620913,17686.6337725998,5330.05495542163,130119.929233728,49407.1661146217,3861.22681713696,21910.9352035001 -1480,24462.6472116596,67606.6772563372,18026.1868032279,5448.9562386507,133718.653908721,50949.7024690196,3934.25238341851,22621.0035347568 -1481,24643.1646716534,68736.4173148076,17868.6759118218,5434.24342465448,134721.582951148,51681.6139551587,3897.73960027773,22995.2889642744 -1482,24532.8308026391,72774.1725260693,17501.7815182365,5355.78075480387,134132.772704327,51803.8554454597,3815.58583821099,23097.6087486469 -1483,23849.7650263933,72858.3574303093,16716.5075881556,5150.78184337368,130413.384122385,50729.1601316047,3642.15011829231,22673.1814902181 -1484,22962.3714019544,68743.6925546902,15926.44428626,4927.35666577002,125570.381222888,49047.5471723005,3468.71439837362,21949.4995140827 -1485,20494.1419856015,65352.3938977346,13965.4129763934,4351.11179199639,112085.573443071,44083.7784901203,3039.68919646952,19774.5515648612 -1486,18197.3577309587,62491.1479569629,12656.5878647877,3909.94638831869,99521.7026283813,38815.1605467406,2756.71512712851,17350.7071444071 -1487,16106.1802353889,57938.9296996479,12525.3767725123,3710.74743568805,88011.1221511941,32735.0834382646,2738.45873555812,14411.4869581874 -1488,15213.1015273802,54501.9010210379,12708.6778890009,3663.01522298398,83004.6250021342,29863.4090380938,2758.52282780044,13006.1256860983 -1489,15817.3983452038,52413.908586115,13073.4403358385,3782.65797623359,86300.2863771428,31222.3508644689,2836.84051060865,13627.6910883408 -1490,16662.768771759,51448.3810705937,13989.0199222782,4026.57426809821,90891.3534363266,32632.5045411963,3036.98570000742,14213.0986545643 -1491,18140.0268129645,52031.4391491285,15270.1748447806,4392.24728754669,98939.9723438537,35482.1557103314,3315.4485722144,15456.2650711025 -1492,22050.410965395,53709.9397698929,18440.5839502322,5314.34697415433,120293.735821346,43267.5783241496,4002.9037879754,18851.6442590284 -1493,27588.0633083252,57165.676193799,21220.4380855519,6302.87184458442,150550.466308267,56384.8106070405,4594.63739141524,24927.5535104686 -1494,28399.4851304964,64263.1873042084,22212.6898473122,6559.60315893181,154947.22760869,57612.473053218,4812.18651032694,25424.4148416737 -1495,27732.0634752374,69214.5041614476,21729.5731599366,6412.49433953092,151313.7243327,56211.0287031826,4707.76293324933,24796.8574812728 -1496,26809.2343587462,72076.7893933986,20773.4430774383,6153.64277670566,146293.784822831,54609.4817347544,4498.91577909409,24117.013471167 -1497,25703.0153261984,72750.2682240629,19695.6779851936,5857.84611970413,140270.905064257,52622.457607087,4263.96273066945,23273.8303149221 -1498,24476.3093334556,73716.8351315774,18537.0621225858,5537.10376953598,133584.832729467,50375.386678636,4011.60575273187,22317.8020681221 -1499,23465.6991734129,74876.7153399436,17695.4144572405,5293.20995988439,128079.694710124,48382.0340956639,3828.86449284603,21439.1894102006 -1500,22985.0088547276,73909.1091412498,17216.6326995197,5162.85535447704,125460.733795492,47531.4383913155,3724.44091576841,21082.0386081355 -1501,22725.7691102684,72332.4618788424,16937.9291770603,5088.32306656152,124054.023224324,47096.5280309453,3663.52716247313,20899.1620161619 -1502,22861.8457337688,70801.5446380894,17058.1331731403,5122.13819209846,124793.982545007,47351.9521726354,3689.63305674254,21009.1265402414 -1503,23079.1994991056,69670.7652884398,17218.9972330705,5170.67810871602,125978.685679037,47805.4917419398,3724.44091576841,21210.0318586273 -1504,23277.0522653186,68955.7137016521,17029.1543301418,5151.30635135057,127074.15333978,48621.3216978693,3680.93109198607,21629.7606327348 -1505,23253.6957907504,70262.1379988505,16639.2172311136,5075.8460920267,126961.803299267,49022.9868733111,3593.91144442139,21871.0350535082 -1506,23151.6162997279,74269.7529594023,16286.2368827696,5000.89296369401,126414.348252252,49148.1591460358,3515.59376161317,21973.044247703 -1507,22968.0045020975,74606.4923747345,16087.0318718684,4948.48120437612,125413.313775056,48845.6098215916,3472.08393783083,21854.2071989895 -1508,21880.982405802,70339.0475623938,15048.5794331255,4662.04312168992,119489.056706252,46868.6272121104,3245.83285416266,21015.3407952486 -1509,19540.9116597596,66440.5610992676,13201.2131499929,4119.07164670035,106718.870545164,42146.8762085745,2845.54247536512,18942.2038576225 -1510,17391.8505182775,63244.6544263362,12021.0613399887,3715.34216454454,94982.353613281,37169.6040791295,2593.18549742754,16643.0960727567 -1511,15492.8038112649,58369.2078414611,12053.3020444643,3563.15318581174,84556.2825484501,31487.6763536342,2610.58942694048,13876.2429290399 -1512,14447.4961142332,54847.9942586112,12106.3036227817,3473.65050301809,79250.5670030136,28699.2368394025,2622.25279378075,12471.9575041605 -1513,15081.3281922626,52622.8117587252,12463.819153174,3595.49580107814,82563.0326830232,30064.7839663112,2699.62025789036,13105.004368486 -1514,15833.8705627284,51754.980235216,13358.7065225274,3834.43555910001,86935.0300288793,31360.1612218585,2896.76440186919,13626.0630720542 -1515,17364.5682637611,52319.3305684546,14641.0914244345,4219.04453987375,95138.617089905,34209.8673100294,3179.86664114351,14894.7473186538 -1516,21186.2277338727,54186.9872245397,17634.4512362946,5088.52014882651,115639.644963566,41809.852998693,3825.19123233006,18242.7826281184 -1517,26573.8508211764,57906.7108665795,20327.0450608328,6054.61229237507,145104.595929041,54586.6536544369,4400.58206567106,24144.2232222564 -1518,27463.6433222831,65858.542311912,21295.7849156616,6316.61568445525,149600.61394201,55865.1122001257,4614.3462707063,24693.555688759 -1519,26895.3111840291,71057.2172243472,20886.0078576785,6206.2099775858,146495.346629846,54575.1220291448,4530.08904050243,24136.6320685701 -1520,25839.8969837737,73882.0868648917,19896.9834751253,5913.07798816732,141045.342529871,52887.8379485274,4308.31266674222,23390.6205469463 -1521,24622.3416531787,74495.2851941364,18834.7593443252,5605.35405562799,134835.961642522,50829.3715848409,4074.49214817621,22478.9333040602 -1522,23404.149277945,75160.4494937387,17715.7695987545,5290.58656378901,128294.086727995,48625.581078946,3830.06501038392,21529.8626437938 -1523,22430.4700588717,76234.0663163204,16908.4333405916,5055.73460804586,122986.574858552,46697.4175644653,3654.69530617302,20678.8528828627 -1524,21925.1587884886,75697.7775506192,16439.1797962878,4922.52141521881,120337.133913968,45836.8852254119,3551.53868736021,20303.2337366834 -1525,21653.3759021037,74452.6731468337,16175.6189782629,4851.37541425196,118959.819077638,45395.3176781906,3494.22753678136,20112.4861293485 -1526,21723.8662870202,73112.9906245739,16261.5799091179,4866.27651111244,119433.059166207,45591.3274937439,3510.5669971801,20185.9673444656 -1527,21947.4304947188,72231.6479124786,16401.0502232043,4907.00910692774,120537.632179086,46047.0311918967,3539.51180369998,20395.3613237843 -1528,22229.138605326,70878.4543024468,16254.5795096485,4910.87299306404,121944.6933854,46927.0199929356,3508.27040848201,20854.9531741772 -1529,22257.4725879841,71320.1649496736,15885.1488023995,4843.93410824276,121980.4182915,47375.4200830701,3426.02916631855,21126.9839987645 -1530,22278.0808506075,75235.2805757376,15577.0885444992,4794.17745654044,121834.553125336,47613.9517312537,3359.82952275058,21305.2223504393 -1531,22200.3697472195,75824.5745021618,15392.8295528056,4753.27189683901,121093.069820664,47418.0870103135,3319.99749634673,21257.348253488 -1532,21208.1140683127,71242.215994137,14403.4240544829,4484.55778781676,115530.131228336,45562.9325816973,3104.79576573199,20486.2532048783 -1533,18881.7257798871,67390.4989446583,12602.8763312875,3943.69381780802,102950.654578855,40929.4285214479,2712.22560401151,18435.9257994803 -1534,16715.7268437097,64273.5805184427,11456.8883397471,3541.29540416948,91338.9864240188,36003.9081169266,2466.08033998203,16134.0190445881 -1535,14833.6718100375,59369.0329740371,11475.0570573198,3383.80430964283,81008.4104349687,30408.0393724478,2479.26414856409,13399.0604031888 -1536,14343.0758419643,55418.5805405531,12057.2820973429,3415.7224423541,78423.75132333,28396.4531997899,2594.73789141611,12441.6363217885 -1537,14938.4346825541,53323.3129665615,12404.6135343863,3532.90793320644,81638.4952962043,29721.7067209335,2670.88083017065,13054.4226883466 -1538,15733.8449709277,52722.5864339097,13275.8122460621,3767.05653106766,85976.9379243152,31030.5432507647,2864.98262657155,13602.3787333294 -1539,17204.5156638359,53335.7847631543,14498.72214733,4134.57963634205,93898.1583173604,33799.5971229005,3142.51306797065,14836.1002761703 -1540,20906.0255188616,54930.1004796787,17503.7440007481,4987.79303951226,114123.271169273,41263.5405344455,3782.22175247982,18114.9507316769 -1541,26230.9052499059,58547.9707633615,20146.4354712173,5934.30634014041,143109.857118088,53862.3585097022,4349.75253640974,23978.2522795026 -1542,27036.4007969624,66254.5229374846,21090.7711860709,6184.7260453677,147429.71951786,55073.3089971803,4560.28927211762,24486.9326295942 -1543,26462.3467472064,71430.3327382785,20638.4102381914,6068.34841655879,144222.243088717,53773.5887074165,4474.7939075143,23915.0229459944 -1544,25495.0721274599,73781.2728985279,19721.9145119645,5793.85318830123,139081.809701405,52176.7015954404,4258.63179959695,23209.1307883497 -1545,24386.0049773282,73961.0751116076,18694.9666588171,5500.9035180706,133125.047038488,50214.0547144605,4028.74584208461,22353.3883319315 -1546,23207.1869746454,74853.8503291164,17593.8634483004,5195.07634792408,126716.887277074,48056.8773104474,3787.52493963585,21422.9788734267 -1547,22246.5153141851,76014.7699294758,16794.6832876791,4965.14212831378,121483.497218826,46154.2942326676,3614.22950628813,20577.5779965404 -1548,21772.0958036717,74816.4348385239,16338.8192777555,4837.50155019355,118923.275885125,45324.4489918246,3512.70558794875,20220.260380732 -1549,21523.0671400542,73740.7394335838,16074.5769129408,4768.2896500584,117575.664563803,44899.4592644576,3455.91187099867,20039.1631602104 -1550,21616.6481041783,71986.3685404552,16185.2134954294,4787.66898956006,118133.739192239,45117.2429950866,3473.27857371548,20125.3087223067 -1551,21816.5749038848,70771.4043873796,16336.2681285873,4828.32852769952,119230.392906946,45557.5436261085,3502.50559920762,20320.9774778282 -1552,22060.7289623662,69273.745371688,16160.3025044657,4826.4915076071,120493.898352219,46391.2482909013,3470.16109843255,20755.2914066136 -1553,22062.821619317,69830.8204650439,15790.6790478148,4759.36197743269,120478.570499519,46812.9930842102,3388.71497252199,21004.5500961194 -1554,22024.4775803268,74406.9431251793,15459.2745805727,4703.96115568019,120190.008935712,46998.6801944791,3322.04345188422,21141.7723813443 -1555,21882.7104438424,75929.5457340566,15271.0949102292,4659.81027642496,119367.017553089,46760.3867629623,3282.41324486549,21056.4569439325 -1556,20872.2145861627,71313.9290009702,14285.9286139792,4394.20690743001,113824.019569004,44906.075335411,3069.48760449904,20267.6127014369 -1557,18607.1602979518,67423.7570689059,12528.3406448824,3869.67252954863,101522.095098587,40363.9886902965,2682.74115294597,18249.7519439525 -1558,16515.2904342077,63979.4531504133,11405.9174560007,3479.57199604621,90178.2443751995,35542.5199000119,2440.06310924848,16003.4683496971 -1559,14653.9575320839,59141.4220561307,11434.9009537304,3325.68891238313,80064.0561590066,30033.0985403277,2453.583766058,13314.0589612658 -1560,13887.911201687,55509.0012926826,11414.7851212248,3274.08310006576,75666.024661194,27484.7872290486,2456.59875543611,12029.7792645526 -1561,14516.059972503,53485.4467255242,11820.1382294662,3402.24382801071,79073.3030731156,28858.3374186369,2543.08223482211,12657.8192055041 -1562,15029.0775751685,52748.5694190886,12332.0634347804,3546.23377996957,81822.9798904914,29721.2578450204,2655.92929997403,13026.254503905 -1563,16380.2328747395,53360.728457154,13434.1188391652,3876.26103498205,89070.3321377443,32291.5071539707,2896.8561625674,14176.9414509498 -1564,19977.4804607525,54884.3704580244,16323.0865027989,4703.68850713215,108718.81454191,39542.7345686631,3515.3104891241,17358.0336635999 -1565,25874.8934670682,58485.6116795834,19629.2844911411,5825.76165449406,140646.438002278,52888.7821394308,4221.8236650201,23513.0242456608 -1566,26712.3574702949,66073.6814332257,20610.9295539906,6088.82086598464,145115.627351423,54123.0587429159,4437.73866774432,24036.2413038876 -1567,26059.8929955388,71115.4190425943,20068.0972926963,5947.59406090373,141449.064581246,52696.7209943021,4325.38559182828,23423.422758861 -1568,25086.5725159765,73425.8257378996,19115.5475920722,5671.55620383512,136292.526763104,51101.0877285741,4114.11315827592,22717.4951589112 -1569,24082.9186947265,73673.1836922815,18200.0846109886,5406.95671201393,130930.584480308,49330.6058392998,3913.43088784123,21933.774143105 -1570,22936.4471482166,74205.3151924518,17140.9340808731,5110.24597133163,124724.485486864,47244.560333187,3683.36453354488,21032.6392493697 -1571,21878.3175525851,74538.9366334322,16227.577536086,4850.80785705413,118973.818435808,45203.7721967942,3486.1967504418,20136.0247792206 -1572,21361.0675656785,73142.0915841045,15716.7317908772,4709.39528027555,116187.132959673,44316.2057668361,3374.70141118666,19755.5783544682 -1573,21096.0293505556,71617.4102920548,15426.7128009804,4633.92967438137,114741.469481432,43868.1218096267,3312.14841095238,19566.2345442207 -1574,21162.8778626862,69625.0352667854,15496.95959987,4645.62307070088,115162.287698993,44045.8594552196,3325.21838180708,19633.9238934701 -1575,21345.3985587163,68211.5610545199,15641.0007970419,4682.27032048783,116195.8449637,44467.2856123308,3354.33212048938,19817.3895816819 -1576,21602.8627349032,67329.1790512455,15507.2031879021,4685.07010712357,117532.391312333,45316.020978696,3325.21838180708,20257.9567173615 -1577,21747.9103396267,68756.164351283,15299.2829853765,4664.37904158085,118256.789460634,45925.9036050861,3280.06087529718,20591.7013013371 -1578,21779.3337377359,73122.344547629,15087.8117462598,4631.91260253878,118376.25324115,46224.2595011212,3234.09233324921,20773.2211482946 -1579,21479.978688981,73445.5727743751,14726.0751142386,4543.68953998465,116701.880988931,45731.6815451471,3156.3066007254,20592.8056501918 -1580,20579.5300366527,68385.1274197102,13887.4477269099,4313.51633670176,111784.297253548,44057.1685626941,2975.18258544992,19880.3694601751 -1581,18402.4946808121,64143.6655925484,12233.3926221089,3815.70006275019,100017.332397443,39691.5581090934,2617.03643371212,17936.0405657174 -1582,16188.0050545074,61088.0670597457,10937.5219301041,3385.66780623991,88018.4096415551,34715.3035009834,2340.73119218846,15635.1918086704 -1583,14229.592771032,56450.6246070114,10853.4385194246,3199.1778265036,77473.0155162356,29137.1443740653,2330.14102907079,12913.3184650605 -1584,12133.4765717813,53147.6680190128,9232.97909978691,2759.98234400077,65598.658561128,24314.458928114,2073.2176114712,10878.4062773782 -1585,12580.7810791346,50591.9820524981,9312.80587346451,2822.48028044014,68280.7196088515,25562.9830701533,2122.3855514756,11524.1562760288 -1586,13429.5078487908,49249.1815558866,10409.2535668217,3087.82573453237,72354.9942400165,26630.9828704497,2328.54412622419,11873.7610860868 -1587,15049.4178598224,49110.9520989303,11971.8422730584,3506.44472673722,81089.7875214614,29566.5185726386,2625.68857380632,13093.0689418242 -1588,18324.4017474601,49631.650992873,14232.9648033621,4217.60687860088,99577.7971502535,36607.9662594651,3151.64435003592,16337.8671750876 -1589,23760.0543341741,50103.5019916237,17095.5673584439,5213.45894150671,128981.128596048,49103.7273278863,3779.19570610794,22133.411265463 -1590,24080.5451713029,50991.0805516083,17531.1262435995,5314.38917500901,130995.592953471,49698.3520261745,3827.87981187419,22350.6295211377 -1591,23419.2225843454,54273.2507111383,17072.5457467298,5171.68069363841,127275.272189737,48267.7930168068,3723.93771217441,21704.2049278075 -1592,22224.5360092941,58369.2078414611,15804.7282271124,4835.69730031395,120585.518422631,46179.0209009138,3461.43457688109,20835.4256139872 -1593,21095.8965968628,60931.1298574932,14718.1673421448,4542.7272984457,114028.869696078,43979.7438216041,3258.70908860106,19903.054184374 -1594,20350.0290004747,62066.0664726737,14114.5520441205,4368.86089325238,109898.31004537,42474.3453595032,3137.44633275688,19242.3924580538 -1595,19281.9645125718,62264.5764310496,13256.9302414108,4110.82578241837,104043.301310996,40388.8144713944,2923.47207942821,18282.6901600144 -1596,17937.4528764599,60633.884515112,11628.4290298936,3709.01842175199,96766.6979897149,38301.9344199292,2632.2624619736,17516.5427930694 -1597,17691.154277395,58307.8880488622,11392.696452375,3643.24291160724,95285.3504164382,37810.6381813414,2581.85273155639,17296.6061406524 -1598,17860.0189430156,56246.9179911114,11582.2652692578,3690.64096873059,96130.9402875922,38066.7772095422,2615.7179248372,17392.7225875517 -1599,18259.5984384479,55043.3863434493,11898.5268852435,3786.99161921274,98515.383466741,38913.9539348581,2692.66100419329,17787.2355488563 -1600,18914.8626191075,54662.9954888213,12255.8479007199,3908.73226052439,102190.28546301,40450.1901596725,2766.63666848562,18496.4852982637 -1601,19480.1336300513,56347.7319574752,12630.9336291823,4018.61672091071,105350.472897637,41745.8199245864,2811.57724018011,19055.4360308358 -1602,19338.6150484777,61186.802342937,12176.7165591068,3924.97019050367,104871.687493094,41961.7834305917,2714.03564201265,19230.7248751443 -1603,19418.1445444886,62489.0693746044,12300.0536102683,3947.3093976498,105629.651372358,42221.133247653,2698.73289528905,19316.3848578746 -1604,18977.5018721598,58603.054708071,11892.8263949227,3843.69082487341,103520.966192569,41453.5177994087,2640.52564912512,19033.8128731184 -1605,17270.7555620506,55766.7524612988,10855.4206177577,3496.67926455481,94093.6666550413,37702.7391328121,2379.885199451,17279.2799247305 -1606,14891.9880346615,54656.7595401179,9293.94784548146,3010.5121143605,81038.2015210872,32471.3678178148,2082.89597567048,14909.0996445412 -1607,13016.4426461215,50808.160364177,9170.83401346668,2833.48683564409,70974.1013529845,27123.8947691863,2082.27508046408,12311.9219764077 -1608,13766.0046302858,47121.6950480127,11162.5020945056,3255.91510110873,73992.1437687695,26624.5024372823,2452.09678741673,11784.7577504039 -1609,13503.4138074892,44826.8782244659,10282.8379575109,3089.82589544111,72740.5797175319,26811.4986009351,2324.5308924841,12042.3979605655 -1610,14826.2346053776,43886.2943021303,11851.8961314082,3494.61433169665,79478.2307659414,28667.3825498467,2665.81822802222,12791.697144243 -1611,17386.8461266513,43729.3570998778,14338.1802953365,4183.70768232295,93420.0434366942,33151.8621834957,3229.8100233361,14730.1990717215 -1612,21304.0509976747,44311.3757864194,17503.6490167165,5099.61786749294,115196.128264538,41044.2773505509,3894.86096145401,18176.7872137185 -1613,22308.9500120849,44339.4374547707,15021.8502536648,4732.9158799805,120242.144906098,46778.5526896618,3380.78629653713,21341.3638439713 -1614,22212.962642775,43509.021421854,14874.4139721649,4698.09929300533,120092.900110243,46826.5425721933,3343.08476214256,21377.356062002 -1615,21357.2150985062,45284.1786426373,13999.2399653366,4480.15076776618,115381.685121949,45198.0849098716,3211.84398499552,20747.7285000385 -1616,20732.7840882395,49172.2718915292,13524.8302402886,4328.83366739058,111767.737012953,43918.5307274391,3081.21564885349,20147.4136385283 -1617,19759.9692504847,52240.3423217387,12654.8245477145,4087.50951420162,106014.105091427,41915.2087522714,2907.577641361,19296.758802233 -1618,19280.2684233452,54185.9479333605,12364.8164705959,3995.02405434551,103334.931092331,40811.3850252095,2853.20305212184,18800.4231617393 -1619,18416.2335612951,55801.0500783536,11707.3734794974,3795.87988367476,98679.0491678447,39090.6871492463,2702.73718578904,18016.803235604 -1620,17905.1925196035,54517.4907919824,11167.199853361,3656.19700978952,95807.2954689457,38170.6370748355,2600.82736487129,17647.7733939107 -1621,18167.4562896932,52024.1639092458,11540.3965577752,3746.54435998385,97097.0728463214,38450.3668627145,2679.22477338386,17738.667479406 -1622,18042.0411076318,49860.3013027727,11172.5690365662,3685.93013600925,96391.3905620531,38361.0453986568,2660.74832817505,17804.6948318138 -1623,18528.1069395044,48388.625171446,11871.3526707684,3832.70893058987,99168.5260932719,39200.9496048397,2729.75434478587,18042.5949194953 -1624,19506.9085130332,48403.1756512113,12521.5147552147,4044.23846132723,104597.229562092,41267.1333788664,2894.40933310807,18999.5601368585 -1625,19934.6468519367,51060.7149760831,12625.6173231421,4101.97869830468,107075.566871445,42434.3870008045,2921.93689897314,19560.0809605921 -1626,20101.8765564856,57120.985463324,12631.3222451292,4109.14756397456,108240.673891604,43076.5009495558,2893.72879061709,19835.3497728202 -1627,20467.9757575034,60068.4948906942,13138.4301533963,4221.74455165057,110628.742964455,43794.0655821871,2957.08639902655,20069.3867454346 -1628,19875.137324096,57157.3616627372,12596.0908571057,4074.63247436275,107635.405039384,42750.3469962798,2851.67183151714,19627.8887281299 -1629,18189.674326665,54924.9039229685,11755.5193195454,3750.76118093462,98427.3100917659,39003.7707877751,2589.56448111935,17813.082649837 -1630,15944.7844351443,54164.1222137126,10147.096915648,3288.75133208985,86144.7571615372,34048.5879154639,2343.58584604712,15662.2208246418 -1631,13640.4075598156,50527.5441847335,9645.53766490205,2995.00672931075,73807.7160396912,27987.2754804288,2223.47174968007,12722.4004746054 -1632,13139.4590908843,47661.1017880656,10109.8227198607,3051.29256562624,70711.7231330644,25931.5523806167,2347.24813300907,11690.7045122385 -1633,13765.4537957997,46126.0271809676,10467.935836064,3170.90758191657,74234.2193883148,27379.4694884229,2423.50888282912,12347.4269083805 -1634,14587.8701430758,45579.345301846,11457.140243274,3430.36694313085,78322.2861155488,28490.6890008902,2647.55828478566,12815.1465227185 -1635,16280.6879325245,46425.3512065212,13082.0806620383,3870.06944029205,87493.9677529804,31561.7750773018,2971.53267408023,14086.8119015177 -1636,19588.5780105064,48934.2678602024,15189.7361062336,4565.89320294673,105920.57960527,38704.7498014165,3506.23507894206,17393.0816645646 -1637,24662.2063305953,54169.3188712367,17569.3260656867,5445.89169679013,133139.958207701,50653.2892582272,4029.96028094238,22998.2755810722 -1638,25496.5035996452,63658.3035060257,18555.2694296138,5693.52476150005,137968.440762467,52064.8350892707,4216.5384502143,23521.7369955042 -1639,24835.7661884565,68982.7359780102,18101.4657702543,5552.86515643157,134306.10215174,50649.7213442065,4117.58978096809,22891.4478185247 -1640,23770.728303718,71371.0916288521,16978.094398856,5258.2032529464,128375.1437363,48785.8354165311,3893.83276438538,22149.8364957611 -1641,22628.5306618536,71520.753591222,15961.6834063924,4975.06673443927,121782.800431648,46528.6508745745,3683.0055868478,21207.2624202834 -1642,21329.1278619416,72274.2599597813,14700.2775100167,4633.10536135378,114669.161978232,44192.0095771497,3422.0697229543,20241.7160252932 -1643,20532.1348570976,73358.2699965973,14203.3220799665,4460.675327675,110357.042763849,42514.7983083833,3278.08718121474,19421.7258315263 -1644,19924.8033868609,72561.1120879281,13509.746691157,4289.35254055076,106996.613282454,41489.7464704912,3159.57277022132,19055.0617347944 -1645,19665.3002105773,71627.8034054752,13280.7690483133,4223.58094767822,105470.648347575,40973.9778938035,3106.63429156027,18830.4994162462 -1646,19629.8667821275,70265.2558723882,13171.713735968,4204.60924524064,105241.591065831,40963.5603107294,3097.16859655307,18863.3079507726 -1647,19993.8011541634,69210.3468959167,13527.184860235,4294.14690400042,107349.0176327,41686.6194601965,3149.8146898403,19128.4293084589 -1648,20484.9641443737,67738.670865404,13621.8421579396,4357.82552603681,110104.927516569,43009.2497017777,3185.72483368544,19780.9225208163 -1649,20977.3881255656,68374.7342054758,13907.1749094651,4442.08033511545,112879.453388584,44204.133967926,3212.85321524137,20274.6536418093 -1650,21111.267820729,72597.4882873414,13826.6011653709,4431.47289308691,113825.640245257,44798.2172263757,3173.47892735828,20531.3202594837 -1651,20938.4558839261,74939.0745245357,13651.116150741,4370.0944157195,113207.207292103,44675.7106955462,3091.26620755415,20413.3618314545 -1652,20085.4281614278,70186.2676256723,12801.9183349706,4141.12315066965,108770.660042691,43232.9254789845,2914.78808502224,19812.7674044635 -1653,17849.0273944016,65699.5265273011,11087.7874788974,3628.88144144658,96614.3728370571,38744.0210909205,2534.75303938765,17820.3231974032 -1654,15567.7389284608,61871.7136790149,9736.93726684167,3185.10443203114,84124.9419176835,33601.5521425994,2255.22775183875,15476.4838365086 -1655,13479.6824549855,56723.9655465722,9369.41970977633,2946.3803413026,72956.1374164543,27904.3830740267,2203.21601028435,12751.0386651613 -1656,14172.55474344,53196.5160150188,10813.8339810253,3306.96133299388,75981.4528218651,27681.281342634,2535.30452064592,12507.5744765409 -1657,14809.1676172981,51333.0166244646,11196.143010879,3435.2146131171,79560.2088025836,29124.9612886424,2614.42252757833,13155.6691636028 -1658,15627.4600350128,50657.4591106279,12134.0585840188,3689.37835559356,83622.7469908274,30334.601324032,2815.21239084587,13656.7264370714 -1659,17264.4283140307,51425.5160597665,13662.8354693791,4126.5541653937,92536.6149500245,33404.5025962903,3116.12924444193,14926.0791227958 -1660,20884.9194705924,53375.2789369192,16174.0370488699,4919.22612967958,112511.328758702,40823.4721356253,3727.97419282394,18301.9042440539 -1661,26351.0774304683,57602.1902843157,18851.0429103366,5905.40821258175,141851.857328024,53542.8951956889,4303.34510735743,24239.9610160483 -1662,27235.3546203907,65592.4766122339,19864.9695745662,6178.7858573919,146965.97430352,55011.0434468265,4520.3161510502,24816.3728840549 -1663,26796.8036194204,70664.3544723124,19809.3100279707,6130.700577779,144564.191787769,53941.199227853,4461.04523861177,24229.3692673849 -1664,25596.1573353211,72977.8791419693,18440.1484441152,5761.52425644436,137828.66469704,51854.262811079,4212.247716679,23457.1797674264 -1665,24366.8429726417,73039.1989345682,17268.319315599,5430.16190717818,130756.725877791,49535.0198376676,3970.69189920254,22514.3807915427 -1666,23152.9585560341,73636.8074928683,16173.2239083777,5114.24482466606,124110.630046446,47300.0129617767,3727.66118967812,21556.2015950709 -1667,22185.8458888891,74656.3796619198,15417.4590797462,4884.13437817111,118911.3210838,45405.4860101392,3555.65789687349,20701.4848206023 -1668,21674.3024329786,73596.2741287381,14916.2470408637,4743.45811299756,116048.070201429,44480.1307275337,3450.16722096361,20323.456749918 -1669,21426.7621865174,72894.7336297225,14691.7442254934,4678.74771176681,114603.337394217,44020.030385017,3395.63398781488,20121.8484017818 -1670,21429.8052755533,71331.5974550872,14591.6874660022,4659.57731313463,114540.327421996,44049.062402685,3398.89677505663,20190.9382776689 -1671,21600.2906639594,70129.1050986044,14632.1532940413,4681.51387448474,115600.101764848,44486.9892429308,3420.75464420905,20409.578414724 -1672,21961.7479324949,68501.5311570185,14713.5753046011,4727.24647451831,117670.543264133,45567.0541219485,3405.51247322129,20875.2612946162 -1673,21991.0985164639,69206.1896303858,14395.8990800718,4667.15410372066,117963.109303692,46087.3091196384,3326.7074694347,21149.2885634185 -1674,22061.1641946776,73181.5856570554,14295.6271191483,4652.65065480811,118603.158732997,46561.6836034591,3274.90114091723,21333.7416949559 -1675,21963.9664753369,75560.5874856561,14167.1065201515,4618.62592731599,118428.435018971,46533.7349875943,3238.64998653336,21304.5760429619 -1676,20977.3372101106,71003.172570817,13282.5747524725,4362.13931096189,113275.613805432,44801.0594078633,3030.39553934485,20532.0075534734 -1677,18607.0319748987,66688.9584456427,11421.9015221238,3799.68835651803,100401.792887554,40079.8031745727,2633.01760948901,18470.5171973086 -1678,16441.6323952415,62681.3433842769,10264.125013434,3389.75639851456,88538.5266460407,35089.8564582714,2385.78510328537,16166.3014225663 -1679,14521.9265634165,57480.5898894833,10207.7673336546,3216.96216874496,78258.6373625138,29531.5953592943,2393.56269035216,13458.2459219292 -1680,15142.6281622536,53704.7431123687,11951.4933514598,3584.79166294219,81665.4428909157,29485.8560927489,2699.65052609609,13112.9023197049 -1681,15748.7969262367,51726.9186676786,12294.6168960957,3702.67482034664,84917.6014557241,30833.4788088529,2776.29675554362,13739.6667754913 -1682,16583.7080040939,51009.7882969045,13155.5062811698,3940.34283758351,89424.8022254533,32219.2331083705,2972.17045302062,14330.9310243481 -1683,18052.8742862207,51841.2437218145,14360.2989449606,4298.04623642883,97343.5510669682,35032.4935535873,3244.69037994515,15585.1415442081 -1684,21947.9271999499,53714.0970354238,17341.8783174331,5200.85917433327,118355.059396454,42721.3813310861,3917.47394954007,19007.2965167476 -1685,27520.2985334726,57670.7853167972,19957.3507553439,6178.36982651926,148239.837242213,55745.6136114604,4496.57879425469,25132.3325374327 -1686,28318.3543771637,65591.4373210547,20890.2729811924,6428.12054076717,152552.455202204,56948.5615407796,4709.48498716448,25635.0972326176 -1687,27651.4930473356,70596.7987310101,20435.8906421168,6283.7135286554,148971.792482047,55561.4707056789,4607.29001456778,25002.1867661942 -1688,26738.4822603731,72697.2629625259,19536.8510959734,6031.23513450869,144039.6839777,53985.0472526869,4402.90006937439,24315.4220428492 -1689,25642.2432855149,72807.4307511308,18523.4013449125,5742.53723700318,138121.696659368,52028.1584611402,4172.96138103182,23464.6252851284 -1690,24425.5056293763,73434.1402689615,17433.9056481082,5429.34580754788,131550.963886996,49814.2878089029,3925.99019725646,22500.4179335543 -1691,23419.2351842165,74353.9377628284,16642.401057185,5190.56077987886,126131.89160013,47844.723431307,3747.14899521224,21613.8776172698 -1692,22943.2506744464,73354.1127310664,16192.1969401024,5063.39676776238,123559.560514137,47007.6795658254,3644.95402261555,21253.6228761881 -1693,22687.1229856377,72643.2183089957,15930.1390835244,4990.75726694696,122178.134456206,46579.9920601609,3585.34028860081,21068.7800555516 -1694,22822.3078275836,71005.2512539894,16043.1787518177,5023.79565161417,122905.454457806,46831.8905024275,3610.88903174998,21179.7087103015 -1695,23039.3605697947,69648.9395687919,16194.4707447011,5071.42592604071,124072.614269329,47280.5040889652,3644.95402261555,21382.1944344691 -1696,23247.7347544628,67967.3210744897,16016.1786390441,5054.34745182111,125170.955402526,48099.2393549017,3602.37278403359,21804.8295729313 -1697,23236.4431899813,68728.1027837457,15649.7225418328,4982.47216273213,125082.088855284,48509.5877354766,3517.21030686967,22047.4493069979 -1698,23143.520955447,72437.4331107372,15317.9508811795,4910.560968197,124559.424601879,48643.1312714924,3440.56407742215,22149.7782567602 -1699,22962.3297083215,74996.2370516036,15130.6461409964,4859.54358153989,123578.17499249,48346.6812918049,3397.98283884019,22030.2216522699 -1700,21884.5207068837,70642.5287526645,14154.1521976191,4579.90667516585,117756.804785982,46399.3759991351,3176.56039821402,21184.1555041543 -1701,19551.8646274122,66344.943790428,12416.7809783044,4047.9693893634,105186.699450908,41733.5925322436,2784.81300326001,19094.3387291749 -1702,17392.3446070746,62338.3680202413,11306.5287320353,3649.40325362238,93598.2044386253,36793.6531162592,2537.84181948466,16775.9468326176 -1703,15449.8505080494,57006.6604091881,11335.7611324574,3491.83860784077,83245.4039964618,31123.1651830854,2554.87431491744,13988.9387166381 -1704,15195.3920805283,53395.0259733947,12109.9948597902,3609.99321960462,81917.7963849099,29383.1061039172,2681.79508129267,12999.8012746536 -1705,15803.1978309233,51363.1568751744,12457.6133220001,3728.52454712478,85173.3928622669,30723.051141023,2757.93437382148,13620.9512969853 -1706,16641.3106745237,50611.7290889736,13330.0097847871,3968.10798907925,89702.9862631817,32107.3898392273,2952.51256583956,14207.1302347253 -1707,18115.4527975126,51636.4978147352,14550.8045491539,4328.3700634864,97647.4163774353,34911.1330276155,3223.23005038646,15450.4128932686 -1708,22024.149184334,53620.5583089427,17571.880953677,5237.4284502448,118720.645476444,42572.142064914,3891.5638403616,18843.1609209917 -1709,27610.9342312634,57569.9713504334,20221.2901586818,6219.52431653427,148615.484954577,55514.9978842326,4466.83849502375,24913.7403192014 -1710,28411.9749514693,65277.5629165497,21166.7238257534,6471.38313013973,152953.228654724,56718.3466886369,4678.33652982601,25412.0456517841 -1711,27743.0826594723,70317.2218427459,20706.3448993423,6326.06022533871,149365.16564577,55337.8080411273,4576.81747312093,24784.7563158667 -1712,26826.8900874725,72352.2089153179,19795.2975149379,6071.60484999776,144411.255598778,53764.4082743483,4373.77935971076,24104.0281847921 -1713,25726.5531450594,72445.7476417991,18768.3423465509,5780.69276518438,138468.52597112,51811.6646518384,4145.36148212431,23260.4958861303 -1714,24505.2951062911,73263.6918781229,17664.3418650162,5465.13794052156,131871.785799131,49603.0921744417,3900.02376175369,22304.5319045785 -1715,23495.7656509219,74068.1250266748,16862.3369505154,5224.69021820395,126436.872270675,47641.001207602,3722.36541251979,21425.7751795587 -1716,23017.9546931705,73273.045801178,16406.1300955595,5096.53866269235,123853.282610714,46805.4658193979,3620.84635581471,21068.5819976136 -1717,22760.8573805801,72594.3703129896,16140.5701028387,5023.3147782155,122465.08280635,46378.266288458,3561.62690607007,20885.3103171546 -1718,22896.6171332262,70899.2406301015,16255.1095901121,5056.60110039551,123195.288331382,46629.6207193298,3587.00667024635,20995.3728761529 -1719,23114.3106898372,69404.6995887616,16408.4006828077,5104.53400501978,124364.876212101,47076.0956067365,3620.84635581471,21196.0082750911 -1720,23322.6371228299,67885.2148534222,16227.5964266043,5086.90842933802,125451.44531597,47885.5264616359,3578.54674885425,21614.8366539494 -1721,23310.4410250772,68331.08276618,15856.1274234101,5014.0758130351,125346.231863086,48287.5463157049,3493.94753493335,21855.1089950655 -1722,23216.5012625227,72156.8169312937,15519.8462176504,4941.32547364179,124810.031498407,48415.4481870933,3417.80824240454,21956.2855409701 -1723,23034.4936245656,74470.3416009507,15330.0404403014,4889.89115651149,123823.554422477,48119.0257218027,3375.50863544408,21837.7145444944 -1724,21952.6527924958,70125.9871242527,14340.541847123,4608.13079037951,117978.631213603,46176.145678228,3155.55067924973,20998.8729959842 -1725,19612.0891343942,65890.7612457943,12580.1747071182,4072.58537909694,105374.273254447,41528.5861095064,2766.39429521357,18927.174011573 -1726,17447.0079997716,61901.8540305386,11455.442434687,3671.99547382357,93778.4125970404,36618.5152197783,2521.05657484295,16629.477681559 -1727,15501.4984259671,56944.301224596,11485.7308132133,3515.29379481902,83463.6597912522,30997.8415051828,2537.97641762713,13867.5645438998 -1728,14451.1269773713,53002.1633221739,11353.4250487018,3422.9575174149,77732.2698486259,27982.8159704916,2487.03438714727,12356.1833348177 -1729,15101.4992214145,51030.5747253732,11756.739043382,3556.59250041027,81215.529469928,29372.7911605819,2574.71829182233,12993.9113798901 -1730,15618.1455594843,50410.101156246,12262.9183969559,3699.42122001919,83992.212635115,30258.725137604,2686.3159886815,13375.7297904847 -1731,16971.0724350741,51143.8604883299,13353.4515192782,4026.40489123025,91264.2686780026,32852.9003686215,2925.45391052259,14526.8285377774 -1732,20731.1061249547,53127.9209825373,16230.8683278874,4900.73222060291,111494.863454396,40216.7839118751,3555.18377137077,17779.5028743666 -1733,26803.7384678715,57048.2331653115,19513.1194895921,6052.24432178852,144009.55984245,53750.4513885088,4264.62627283266,24054.7003026804 -1734,27630.5907357656,64714.2518744904,20485.3311835333,6313.18589312571,148469.46906426,54985.9604068203,4479.85040248963,24561.3786097578 -1735,26891.1512195328,70012.7013612961,19938.6353921857,6144.24104688305,144504.905287658,53512.2130288821,4360.28144156909,23900.4702253859 -1736,25950.9163992645,72482.1238412123,18999.0377002195,5880.54298408779,139436.025870084,51914.4911117729,4153.02857597348,23215.1706121935 -1737,24959.417031751,72555.9155312179,18093.2186586657,5620.47053034019,134097.744412068,50142.8083770922,3953.74697443925,22450.1928589674 -1738,23787.9557976338,73319.8152148256,17041.8911469577,5317.30266431354,127786.989468027,48028.1551099391,3722.58031665953,21538.4330497243 -1739,22690.8296449542,73870.6543594781,16133.8475001848,5047.3376870767,121889.076612097,45951.2859362734,3523.2987151253,20619.3576480112 -1740,22169.7019700319,72842.7676593648,15627.3216226955,4904.89819333878,119078.522901311,45056.405141618,3411.70101826612,20240.9270273375 -1741,21892.1314883503,71166.3457217728,15338.4110845276,4824.92255594411,117584.062617275,44601.1247737889,3347.93090577517,20047.8561843689 -1742,21990.953629127,69062.7635159053,15411.4432219187,4847.23511999584,118113.004225799,44794.3201283273,3363.87343389791,20133.8677276475 -1743,22200.5876592398,67393.6168181961,15557.4554638442,4893.36760641502,119237.252374975,45223.9650841354,3395.75849014338,20326.5867100696 -1744,22439.7166323475,66196.3211192374,15421.6659262313,4886.82467359256,120498.212814996,46067.5453099656,3363.87343389791,20757.7076456301 -1745,22562.0073331531,66955.0241453209,15212.4567944798,4856.27050948124,121130.744858575,46664.6456061888,3316.04584952969,21075.9960742223 -1746,22571.9249688894,70186.2676256723,15000.6015220277,4815.9026306233,121164.610065666,46944.9776081815,3268.21826516147,21238.6286277574 -1747,22239.5984107772,72317.9113990771,14639.6043957961,4718.13244738525,119368.584592097,46422.0276981065,3188.50562454778,21030.1038435988 -1748,21297.0523044618,67840.5241229471,13805.4863931277,4476.50187437171,114291.982587326,44706.7112334037,3005.16655113628,20288.2781502717 -1749,19076.2656040467,63903.5828780491,12164.8406012687,3970.99087226671,102357.059090228,40285.4081343018,2646.45966837466,18319.9572407357 -1750,16792.7055415379,60721.1872928898,10876.72227497,3526.40661645455,90126.2452452161,35250.3485750587,2367.46542622673,15984.7614313242 -1751,14794.7995418412,56154.4185558095,10795.798481342,3343.38484229569,79503.1338635287,29626.0804050196,2359.49416216536,13233.078932985 -1752,13094.7570101607,52095.8769160791,9854.44824413722,3009.30593745735,70318.6968430914,26064.6585536841,2247.25811387743,11700.3931857445 -1753,13782.1665913008,49836.3968999523,10226.7175333523,3150.43465108587,73880.888997718,27520.5380844081,2343.11863194538,12390.9177733779 -1754,14455.5273882474,48459.2988871,11020.4479725434,3347.73558491166,77610.2931231768,28629.1426385475,2510.4422249613,12839.3345465647 -1755,15797.527019682,48395.9004113287,12202.4318599148,3672.34670090304,85140.4598633716,31280.1438282077,2761.31107831536,13997.7407329195 -1756,19371.948745365,48995.5876528012,14791.3544324528,4479.22282003015,104438.468810112,38485.9048278311,3358.57191308633,17242.7507084772 -1757,25127.5686094404,49363.5067108364,17789.2026354257,5544.70356833519,135320.790735328,51619.7837962604,4030.73646425148,23383.3922929026 -1758,25064.7368575025,50823.7502359355,17817.3922135566,5530.34963955159,135354.034896922,51598.505060436,4020.07714990771,23366.1992477279 -1759,24357.7736450898,54176.5941111194,17316.2408052059,5372.96861835487,131529.387308692,50146.6556420572,3905.40635523994,22704.5677629404 -1760,23260.0284260511,58586.4256459472,16176.1219602684,5066.22277301544,125416.714645945,48239.7127200075,3651.69175979305,21889.880591858 -1761,22408.5582440564,62172.0769957477,15385.467734493,4855.09221155445,120464.516825184,46562.4116387617,3485.19613847015,21166.1890039541 -1762,21723.9108038352,63920.2119401729,14866.6695318836,4701.7274073436,116676.172574374,45150.7160074722,3371.94821484879,20535.8321044135 -1763,20420.2869140866,64847.2846739225,13768.7554911934,4371.57764925609,109777.631961105,42756.4730980975,3113.13703456964,19463.9395162901 -1764,19534.0552914822,63353.7829237619,12711.7327091824,4117.83202132406,104541.53509103,41211.9335510283,2897.30050167068,18852.5593786726 -1765,19303.3591679334,61299.0488147144,12484.3046722989,4055.03420958406,103248.221576599,40801.4303330314,2845.94181969481,18673.5386226857 -1766,19428.9750567786,59411.6451221537,12607.4401219535,4086.2194375184,103953.227062124,41037.414115426,2870.90972515954,18771.5957066568 -1767,19875.5250007158,58683.08234678,12996.4700117302,4201.15081394343,106381.859335514,41856.9572959613,2962.26855774863,19133.2413192605 -1768,20522.5131088835,58082.3558141283,13332.7578943727,4318.86282052658,109917.199226889,43351.5194916597,3036.11123011017,19828.1420417583 -1769,20822.0797794659,59434.5101329809,13396.4508960749,4343.68976007595,111775.782708171,44278.7948018124,3035.7494030964,20260.4941771217 -1770,20664.8960294783,62949.4877671275,12971.8356459108,4250.51912943285,110961.025123482,44337.4746175245,2939.42274034919,20338.1424568166 -1771,20386.3002330406,63381.8445921132,12728.54725504,4166.13693973589,109807.782786784,43985.5913845508,2868.53012774596,20178.9102286767 -1772,20126.313504567,59113.3604885933,12587.2729149963,4127.85021387585,108293.121928241,43305.8863130118,2848.89187945312,19874.3530124183 -1773,18100.2497705684,56071.2730435627,11223.6559526383,3684.02074400819,97535.8437953505,39161.7648806287,2528.4245298681,17981.9906072264 -1774,15968.1070915496,54620.3833407047,10007.3732019754,3284.07472339227,85751.9882773655,34245.5020429882,2271.99294700253,15705.7768535137 -1775,14146.4482992654,51145.9391715023,10033.4453996531,3141.88948277571,75941.2017886235,28852.5398765175,2294.24386504857,13063.2890541109 -1776,12900.3423493018,47331.6375118021,10453.8761328283,3066.99671209544,69442.6734462854,25156.6739112077,2316.90498203395,11158.5258005618 -1777,12577.888512036,45156.3423999154,9568.72201474428,2882.51323971075,67790.373942783,25233.1516488555,2178.41787011082,11346.2928928294 -1778,13713.0937792893,44200.1687066353,11043.826737974,3257.01445138746,73906.0615950605,26879.3671680849,2502.75944464111,11994.7838860765 -1779,16120.0589525483,44039.0742388518,13358.4137346617,3902.58840326768,86914.508706496,31108.3223762304,3031.69625580775,13834.6268621467 -1780,20059.2288359897,44316.5724439436,16349.2069162715,4799.18595382723,108084.056465103,38849.6156758695,3667.45886033448,17274.049191802 -1781,20901.2670816034,44180.4215693458,13981.9553028318,4426.35803311774,112481.219447384,44201.0344152987,3168.59488091328,20189.506568975 -1782,20927.3790398874,43857.1933425997,13848.0757072939,4405.02396089579,112609.140229696,44362.8863862259,3134.06498998943,20294.1684277216 -1783,19983.3971014404,46142.6563439053,12973.7859567119,4170.2828409997,107616.928259968,42662.3085100896,2994.2147077494,19617.236433667 -1784,19384.7909662983,50163.7824930433,12553.1368212043,4035.85498503066,104345.32934541,41459.0401487038,2877.70449044399,19054.0586576307 -1785,18294.3725644096,53803.478496374,11722.8671876761,3787.72229639509,98489.3403139171,39384.221340892,2709.28677850245,18140.3882488619 -1786,17794.5868539367,56358.1251717095,11443.5514839378,3693.47600964503,95819.396964502,38284.7610223877,2655.73165009538,17637.6901365416 -1787,16990.8938489964,58985.5242458714,10833.360179946,3508.27970003419,91490.7648430088,36666.9774002119,2515.17020922022,16899.7740365945 -1788,16443.3052835871,58052.2155634184,10312.1363050869,3365.07178333732,88566.0225785993,35722.3664237495,2414.44910880949,16503.8921906498 -1789,16658.0472239533,55652.427407163,10665.6443698155,3448.87512564586,89725.1541132057,35954.7099454572,2489.75581533358,16572.3810136471 -1790,16414.6263100181,53544.6879357646,10264.8299429024,3362.11042762737,88504.6908116577,35720.9936801816,2455.93708304486,16554.7704413775 -1791,17082.3552988763,52544.8629040025,10995.3048079045,3544.81893407186,91967.3697507052,36762.0761074582,2543.16871201363,16918.7820628167 -1792,18001.9039567364,52323.4878339855,11584.0760766625,3737.06846553274,96956.5878816791,38706.1410231138,2692.845649926,17820.1488485344 -1793,18450.9145705801,54230.6386638356,11676.1876826779,3793.95731386482,99368.3420764978,39858.5798581611,2717.18133694979,18381.1765393 -1794,18745.0372212762,58146.7935810788,11706.7952159561,3821.56502890953,100900.921745639,40618.4059063553,2697.72940428549,18731.2639907954 -1795,19299.6652798217,60886.4391270181,12224.9220196806,3960.9203754661,103820.09807891,41525.9793507894,2770.02530672174,19086.0161977898 -1796,18773.2751180191,58218.506587912,11704.4730616149,3821.15605544755,101012.097212145,40563.6575397044,2666.72009740423,18688.0040364637 -1797,17301.2255545307,56070.2337523834,10988.356606801,3549.79120577678,92970.8680374407,37162.354112982,2439.80435574278,17043.9604859049 -1798,14901.83832255,55343.7495593682,9388.17221207205,3056.01129364695,80271.7120543799,32124.4628523719,2180.34996733582,14806.8662443571 -1799,12735.7273498934,51610.5148295564,8933.66644592751,2782.80620361205,68677.3328234474,26365.2144230177,2071.59207675072,12005.8492616408 -1800,11444.4862808975,48643.2584665246,8767.83770108852,2642.72469200957,61684.3492693767,22790.0909143943,2039.92963931798,10245.9874014749 -1801,12079.6381505023,46607.2320019594,9085.10080323542,2756.60253917366,65091.255239478,24260.0028763379,2112.54849379208,10929.6529340023 -1802,12662.4258902023,46069.9039450789,9951.5707126867,2973.62252187442,68270.2849286224,24922.2848739485,2317.20162912819,11179.4707664853 -1803,14341.2903850888,46826.5283888039,11421.1416187734,3398.00466556256,77333.5493393892,28052.979076283,2660.4907593694,12573.2198022604 -1804,17353.8869247376,49069.3793428069,13196.5326049666,3990.85372261414,93512.5783843918,34696.0177745136,3069.79703004162,15636.8903599276 -1805,21908.7074025659,53923.0002080341,15282.1742617173,4771.41881868524,117911.448016054,45463.6828622986,3545.12044114484,20678.2289821808 -1806,22905.72339052,63134.4866377313,16185.5910347652,5029.81485708365,123294.858449436,47288.6132390704,3756.37529052405,21490.4745066552 -1807,22281.1019285415,68916.2195278872,15785.5339559245,4902.16157000759,119927.426897548,45959.6051129581,3663.95129392064,20895.0842477992 -1808,21170.5502758325,71965.5822128005,14769.0098858504,4613.97682117726,113919.618019079,43948.715315856,3426.28958836903,20018.0969783009 -1809,19915.3456955029,72892.6549465501,13859.3607502164,4334.34901115771,107156.632981883,41387.6395540539,3215.03473898982,18860.3852616443 -1810,18634.0476712343,74146.0739822114,12728.905590296,4009.66296380662,100234.226979388,39015.3197226235,2950.96617726581,17814.6210850699 -1811,18023.8843755869,75422.3580286999,12329.8580111634,3881.04551089884,96958.9520932252,37711.2151289722,2858.54218066241,17209.7328639092 -1812,17312.044142193,74690.6772789745,11680.4710139103,3696.26092565514,93114.3059559246,36418.4090312131,2706.70275767111,16639.7898083427 -1813,17033.5312371643,74156.4671964457,11481.5013730346,3634.58482503922,91615.9132424277,35844.1519955366,2660.4907593694,16379.4557477561 -1814,16942.2375494033,72855.2394559576,11369.1379061144,3605.71860711568,91114.4510959042,35716.329563158,2634.083903197,16331.3872588325 -1815,17425.5865438099,71485.416682988,11710.5121313014,3711.74790971198,93713.0764773564,36712.7869453321,2713.3044717142,16783.755227717 -1816,17860.2994003907,69731.0457898594,11775.5297203893,3759.94274141305,96032.9279512132,37900.4881478509,2726.50789980041,17352.1013055857 -1817,18492.5078349477,70037.6449544817,12065.1437083625,3868.47693848335,99414.6369140489,39394.738067535,2792.52504023141,18053.5548287492 -1818,18789.3005040282,72608.9207927549,12016.6680943001,3884.08706308304,100985.166162548,40322.5152488227,2779.32161214521,18513.4545130543 -1819,18921.3195077813,74583.6273639073,11909.4413780186,3874.51381946951,101672.575440873,40838.4049704719,2752.91475597281,18777.0935102445 -1820,18183.3874623446,70067.7853060055,11149.136697184,3666.90797493788,97672.5901943075,39607.4683780597,2574.6684768091,18256.4971730746 -1821,16126.2043664884,65863.7389694362,9643.03895052269,3205.72278756208,86585.9872244693,35427.4388268197,2224.77763252479,16370.6326875909 -1822,13880.4936025525,61994.3533650266,8436.57962135796,2783.39602478146,74560.869920966,30314.4654166774,1947.50564271458,13969.3845803125 -1823,11867.2630856266,56787.3640223435,8088.87593717288,2546.82260185908,63854.9829017159,24845.7080621741,1874.88678824047,11315.6967034221 -1824,10752.5117329973,53108.1738452479,8090.89824601678,2472.79044482016,57958.9580993106,21565.0413752952,1891.35878415517,9685.19096486245 -1825,11383.490904689,51039.9286484283,8415.97180356471,2588.5197708338,61346.071215858,23012.2358752697,1966.26408253755,10355.4520307165 -1826,11907.9268522222,50029.710301618,9204.45343818544,2787.46839287686,64207.1043641974,23596.054429198,2153.52732849351,10572.2393166732 -1827,13503.1535077378,50737.486749337,10587.0017011563,3191.20915482299,72819.758675064,26583.5354954896,2478.11695481717,11899.4944410285 -1828,16473.9782013599,52690.3676008414,12363.5878377066,3784.67208961451,88784.2488386601,33097.6183828884,2890.09609592028,14892.2485236596 -1829,21021.3107814558,56886.0993055349,14538.4954668336,4586.37138645767,113165.138659016,43728.2900429464,3389.46475180283,19846.6298354418 -1830,21968.1595374108,64712.1731913179,15388.3924730127,4832.16632223484,118278.079625499,45468.786871053,3589.21221415585,20619.6582915531 -1831,21845.218485871,69906.6907374081,15540.6288881916,4853.08132933396,117633.142809446,44934.8704710438,3626.66486334704,20356.4212227737 -1832,20459.5777433098,72434.3151363855,14214.2246790728,4479.20196489853,110129.515697957,42500.1650020172,3314.55945342045,19307.9157882205 -1833,19121.9887740884,72987.2329642105,13199.6947760068,4170.21569175242,102915.257938681,39828.661589398,3077.35934187623,18110.627642997 -1834,18070.16553027,74482.8133975435,12321.2319882008,3911.21420322889,97236.5133290006,37823.7774316737,2871.36977132468,17222.088650954 -1835,17299.0962712194,75925.3884685256,11734.2430274571,3731.69517469535,93085.0054244511,36279.4945350992,2734.04339095698,16521.3786552967 -1836,16788.6794951522,75023.2594287757,11308.3767665398,3605.8104246697,90332.8190511307,35305.318774977,2634.16965978047,16086.195889038 -1837,16546.9552553504,74614.8069057964,11147.5963658993,3554.2066082519,89033.3675425464,34792.7966367104,2596.71701058928,15852.8254561339 -1838,16389.7673554146,73670.0657179298,10962.5969604873,3505.40576576015,88174.201764595,34561.0473840811,2553.02225319955,15761.7420195887 -1839,16542.9051850372,72647.3755745266,10940.147775944,3513.7311743388,88981.2216347011,35034.1883060719,2546.78014500102,15994.9430924929 -1840,17079.2414771695,71137.2447622423,11133.7095118823,3595.55798780582,91855.8648397326,36362.2639577337,2590.47490239075,16617.8334194267 -1841,17234.8215309303,71610.1350521721,10904.0724164637,3563.71304694225,92652.3999811071,37094.5283704194,2534.29592860396,16999.4617872711 -1842,17592.6719327126,73978.7435657246,10937.9803224247,3600.28330011367,94557.1973037407,38100.494122397,2540.53803680249,17488.4509501186 -1843,17745.2873979628,75248.7916635097,10863.6866637674,3598.54781865489,95358.3362595609,38636.7752252419,2521.8117122069,17758.51141196 -1844,17093.1913467415,70717.3598346633,10201.3481270857,3415.41888797622,91823.8092958121,37539.6825804848,2365.7590072436,17295.3445982851 -1845,15015.5069659283,66602.6949590442,8652.050167499,2940.71462742029,80619.7579359878,33356.8660347553,2003.71673172875,15418.2549020394 -1846,13035.2430793906,62294.7166817594,7701.58777917879,2587.9662300236,70025.6192460865,28712.3603844419,1785.24294478013,13225.9546109841 -1847,11312.7536358101,56911.0429995345,7611.45735665512,2425.46661202966,60884.2702232376,23781.4904552769,1772.75872838306,10813.0384452193 -1848,10510.0327623282,52760.0019245022,7890.39859392853,2412.26785399973,56767.6746158362,21233.5048991873,1862.42955986127,9584.24571440406 -1849,11127.3465183726,50773.8628479362,8207.48015227724,2525.39264360054,60095.1775584597,22663.2258750886,1936.18914639043,10248.8020949888 -1850,11638.7531214996,49894.5988190135,8976.2475765807,2718.8876436379,62871.6476639277,23225.953225299,2120.58811271332,10460.0983497827 -1851,13197.5891388939,50330.0735175369,10324.4506516841,3112.48049540363,71295.6566363713,26162.1579824702,2440.21298767301,11772.086980844 -1852,16103.1712121874,52303.74079751,12057.2069598639,3692.11325417867,86962.6862928378,32590.8394112407,2845.89071358339,14737.5891612668 -1853,20552.6898511648,56538.9666759684,14178.7510876558,4476.08008748707,110925.851186834,43098.0943667378,3337.62129044445,19651.0241389987 -1854,21477.9203373172,64846.2453827432,15007.5219057166,4715.65982058376,115925.009595435,44807.8850724835,3534.31352118887,20414.9382730686 -1855,21357.12053504,70416.9965179304,15155.8745032482,4735.70468486522,115277.546343542,44274.861273245,3571.19331445345,20152.4959792045 -1856,20003.859383041,73269.9278268263,13862.4602246983,4371.40655373723,107947.182764234,41886.8200999218,3263.86170391529,19117.3833840099 -1857,18696.5193777069,73870.6543594781,12873.0740560136,4069.99907289062,100881.848732771,39256.7479257422,3030.28967990628,17932.6788471601 -1858,17668.7258435047,75050.2817051338,12016.4180733574,3817.46767467016,95325.5975476656,37285.4454399693,2827.4508169511,17054.1378285244 -1859,16914.8710705005,76305.7793231536,11443.9826227329,3642.34446526798,91259.4852417875,35764.7589586618,2692.22490831431,16360.6888082005 -1860,16416.0638156287,75124.0733951395,11028.6886639689,3519.60320738511,88566.5767366675,34806.7759524044,2593.87879294209,15930.3694090868 -1861,16179.6533555452,74155.4278044525,10871.8847963533,3469.22483252353,87292.299642039,34301.3745239446,2556.99899967751,15699.2148674639 -1862,16026.3650474545,72794.958954538,10691.4963992051,3421.72532424517,86455.4279972063,34075.511796458,2513.97257420217,15609.7125548349 -1863,16176.5783916944,71502.0458459257,10669.6629769807,3430.0558761513,87255.0455201925,34545.8297901738,2507.82594199141,15841.6756304101 -1864,16701.5260205813,69875.5111955191,10858.5191172451,3510.19397795524,90084.4946817391,35860.0466545176,2550.85236746675,16459.8208333975 -1865,16854.9594123245,69792.3656832722,10634.7205693773,3479.65550267693,90887.8893347605,36592.2889438165,2495.53267756988,16840.4775148429 -1866,17205.7150810907,72201.5076617688,10667.8862451363,3515.6902613679,92769.4540536992,37590.4775149382,2501.67930978065,17326.4222373312 -1867,17355.6477746406,75028.4559854859,10595.5135857881,3514.28532775724,93566.8464555339,38124.662012218,2483.23941314835,17595.3112170826 -1868,16718.9980107385,70796.3480813792,9949.65954317135,3335.90051632679,90116.631527967,37050.1172010806,2329.57360787927,17138.4825207115 -1869,14688.1882231821,66573.5939995137,8438.74776694117,2872.79681049642,79142.0344270299,32931.3117813395,1973.06893965501,15280.8837329224 -1870,12749.860011056,62713.5623181591,7511.6221859743,2527.83688046101,68728.2824041777,28339.6332157657,1757.93681227829,13106.4566083377 -1871,11061.1008272572,57282.0799311074,7423.22220877452,2367.46803341036,59693.1863950574,23444.8665543272,1745.64354785676,10708.0797551593 -1872,9883.59583018695,53273.4256793762,7510.36594565663,2268.92259166934,53791.2758652197,20226.0474275238,1780.92801513009,9089.73088350761 -1873,10463.1674685226,50955.7437441883,7812.22519539777,2375.30538790503,56953.1448679893,21591.3852856741,1851.4598177095,9721.92015447448 -1874,10946.7011137478,50082.715563155,8543.82693458014,2557.33860025583,59560.3345054044,22118.3072683131,2027.78932415803,9917.17420609505 -1875,12413.8822497192,50933.9180245404,9827.02660418477,2927.54836259244,67531.3669443148,24910.9414354622,2333.42713533547,11158.9696384266 -1876,15143.3996391917,52876.4056618105,11476.4776988823,3472.66843973492,82403.6751076043,31045.1057343393,2721.35204952222,13977.1948557142 -1877,19319.8567167493,57241.5464661632,13496.2524640866,4209.86755258285,105183.301028657,41082.4328191936,3191.56406671828,18652.7759245324 -1878,20190.9110672152,64686.190206139,14285.0529619146,4435.21055460178,109911.672896062,42707.862627694,3379.64887359671,19375.3425135528 -1879,20078.9861982016,69587.619776193,14426.170663324,4454.07800387224,109283.122850798,42194.4363462192,3414.91477488641,19123.1613053359 -1880,18804.6341748205,71965.5822128005,13195.1444187379,4111.37884535553,102353.370263604,39926.1513334616,3121.03226413887,18144.9136637864 -1881,17575.2011088105,72035.2165364613,12253.4125810504,3827.8777382759,95658.8116094607,37421.0501391113,2897.68155597074,17021.4214665933 -1882,16608.1132139569,72880.1831499573,11438.0459152906,3590.34111747148,90398.995221164,35545.2765887321,2703.71909887737,16189.311140495 -1883,15899.0582235808,73964.1930859593,10893.189317611,3425.63837340314,86546.9748874422,34096.953754725,2574.41079414845,15531.871168515 -1884,15429.6859822993,72941.5029425561,10497.9132903997,3310.1915056588,83997.9604975447,33185.4280552569,2480.36839070924,15124.3701548735 -1885,15207.4687653292,72207.7436104722,10348.655957327,3262.81096712473,82789.3087055502,32703.5018542661,2445.10248941953,14904.8478128012 -1886,15062.9553352745,70676.8263697192,10176.9751681004,3218.11724900341,81999.9260795092,32489.860979787,2403.95893791488,14820.7453852238 -1887,15203.3674535808,69283.0991939292,10156.2390074057,3225.9306374142,82765.5287199241,32941.0021670679,2398.08128769993,15042.4357540103 -1888,15695.6487927518,67840.5241229471,10336.0708558523,3301.28369092834,85459.2102072225,34197.715517517,2439.22483920458,15631.4039754455 -1889,15837.7930095639,67666.9578585708,10123.1649761205,3272.503769319,86240.4764862209,34903.1301534224,2386.32598727002,15996.7018698562 -1890,16166.1846452137,70666.4331554848,10154.8083607463,3306.35737253355,88037.0050445808,35859.3400763756,2392.20363748498,16460.4810321608 -1891,16306.010296609,74359.1344203526,10085.9827982119,3305.00476941477,88803.5116086859,36372.4999804605,2374.57068684012,16717.8326213126 -1892,15706.2586508412,69917.0839516425,9471.28950683331,3137.1870401394,85543.9841327164,35352.8372476807,2227.62943146635,16286.6335341745 -1893,13796.6330018097,65631.9707859988,8033.14275161035,2701.5975201385,75143.6648451212,31429.0942182183,1886.72571899921,14524.6233110512 -1894,11976.9119576096,61263.7120072944,7150.511945316,2377.2680579878,65246.2380881323,27043.1111143908,1681.00796147593,12456.1435928165 -1895,10396.1566068129,55840.5441513045,7065.98705798053,2226.64948110636,56615.9307778764,22353.1292081973,1669.25266104603,10166.8444860683 -1896,9271.7997400624,51964.9226990055,7243.23143892863,2141.38722355748,50670.6305748485,18865.300563164,1599.70380893784,8307.42942099411 -1897,9784.50293598666,49766.7625762915,7491.99143361572,2230.91587922105,53485.3253320082,20095.5419876883,1653.56589004686,8872.85932566455 -1898,10092.2483476181,48681.7132482963,8042.56389158324,2362.01721855353,55135.2865240039,20347.6839979062,1777.4486765976,8943.83527337864 -1899,11359.6288337429,48994.548361622,9159.98420407115,2680.0028402171,62045.2949632374,22777.087250345,2025.21424969908,10003.6444084575 -1900,13880.8299705215,50769.7055824053,10686.2778008371,3178.16829556395,75854.9812011915,28452.0328620784,2359.15915257499,12575.8100137805 -1901,18408.0242413167,54992.4596642708,13301.1139575321,4048.559278034,100665.922066,38797.1862526465,2930.09721233058,17280.5118700263 -1902,19355.900913728,62677.1861187459,14221.7549068617,4302.67822809457,105826.631907678,40510.6677534417,3134.77312054485,18015.3913784353 -1903,19264.6186053264,68261.4484425192,14384.5663853178,4327.18230718794,105301.091062593,40044.2869602827,3172.47657732116,17782.4364724855 -1904,18079.1064570361,70980.3075599898,13197.864895193,4004.17387509809,98835.9701057128,37952.7082672919,2908.55237988698,16907.3513113441 -1905,16910.4473003184,71469.8269120435,12271.4770758711,3731.88664684237,92446.3778826281,35592.3508640196,2703.87647167271,15871.4127492605 -1906,15972.3644920293,72947.7388912595,11445.3108342336,3497.43958070211,87326.5548440254,33797.7726725248,2520.74539590205,15095.8284837181 -1907,15237.4379146905,74236.4947343408,10836.9575994874,3320.45667791948,83319.056614916,32339.7243727611,2386.0901931295,14452.2255460373 -1908,14751.1376725659,73614.9818740343,10399.8886726123,3197.01135836464,80669.391407108,31419.864147843,2289.13844713327,14053.3283829363 -1909,14539.7158472029,72396.899645793,10253.0554792768,3151.54081629273,79514.1765872187,30965.3762365226,2256.82119846786,13850.0027367729 -1910,14382.8184569185,70409.7212780478,10060.0714615308,3102.28779626031,78656.2839385229,30734.6993248659,2213.73153358064,13762.9638691366 -1911,14436.8259133563,69236.3298810956,9943.22678168641,3084.61641026516,78958.6758305208,31039.2886747481,2186.80049302613,13923.871411805 -1912,14867.9463163738,67799.9906580029,10071.982581963,3144.32707818179,81336.1921190033,32171.001073665,2213.73153358064,14452.7681943934 -1913,15235.287006261,68141.9267308592,10128.1298321018,3185.4947233133,83355.173504571,33202.0187165741,2224.50394980245,14946.3297858979 -1914,15510.6706797582,69932.673722587,10111.1170349745,3205.3187579701,84877.2586988075,34050.5592075902,2219.11774169154,15360.8041654248 -1915,15585.5237300164,71676.6514014812,9971.12075280108,3185.08678131739,85298.7770750045,34447.781563353,2186.80049302613,15569.8862245427 -1916,15080.0593395032,67011.1473812096,9438.91149464352,3042.6406146504,82544.6095524568,33590.468953898,2068.30391458629,15218.8813591773 -1917,13284.9290753527,63000.414446306,8048.31254847096,2630.58179705429,72726.4864283113,29924.0818576508,1761.29005226489,13605.5468383134 -1918,11526.0621418941,59522.8522019379,7155.69138580908,2313.20271771543,63106.1769210272,25738.3810935981,1567.38656027243,11658.5757194605 -1919,9817.11661052627,54983.1058420297,6854.80236425692,2112.81995373479,53710.3698697333,20977.5531833111,1508.13827105251,9372.32717322533 -1920,9587.80582401731,51035.7712820834,7670.55331639545,2232.99774199198,52698.5175951938,19472.5164960435,1620.09914258356,8420.22726031103 -1921,9909.26659156196,48620.3934556974,7678.62906605383,2260.77102889935,54494.0465789726,20423.8354625242,1620.09914258356,8874.87937678955 -1922,10556.1513972402,47591.4673635908,8665.69338851426,2501.27432908169,57989.1185619779,21183.7181616518,1831.87680828076,9130.98452555514 -1923,12040.4882060025,47663.1803704241,10062.3271228608,2887.61873294119,66117.9004251815,23955.7414699587,2128.36554025684,10303.6980439808 -1924,14841.0179278427,48183.8793651807,11905.1300997125,3464.75344542174,81553.9220196757,30118.8235753139,2514.85978015422,13039.4493735299 -1925,19224.7930513561,48658.8482374691,14297.6785595641,4275.06282246024,105773.390083461,40355.0405587429,3012.53729454264,17661.8807200959 -1926,19768.5891778003,49541.2302407436,14748.0463031213,4405.73081338659,108752.693037238,41447.8877553806,3107.83724410638,18142.7639515883 -1927,19215.2147864394,53256.7965164385,14369.5380879981,4290.24962337326,105692.421930998,40254.8484739695,3028.42061946993,17627.5367363483 -1928,18125.8874237355,57518.0053800757,13273.7931238336,3994.4487865986,99724.3020317626,38310.4460287224,2795.46518720301,16829.6355888198 -1929,16920.6175687145,60753.406226772,12296.5149144448,3711.45705829457,93096.8751994581,35879.1478409526,2588.98196314824,15781.9300246125 -1930,16239.3301411071,62523.3668908451,11769.5554552114,3556.08319968678,89351.1175644306,34473.0574346248,2477.79868865721,15169.5778685116 -1931,15454.8140754199,63448.3610422362,11094.5376184104,3363.63075470117,85051.0450560361,32931.4989974319,2334.84876431161,14503.9275976302 -1932,14103.9468947483,62195.9812977542,9603.85605969927,2971.41494243292,77672.7837773559,30677.8353267839,2017.18226576581,13600.1399907497 -1933,13847.8897924493,60202.5669813055,9403.26822035445,2912.46783437736,76266.4651623833,30150.7823239235,1974.82673262637,13371.3037162449 -1934,13998.6800546518,58307.8880488622,9576.87913170171,2957.91350112526,77084.3014227871,30395.5314426335,2011.88782412338,13470.3809722771 -1935,14367.200248221,57762.2454609199,9828.93131173958,3035.66431768615,79110.6032425534,31193.9211883303,2064.83224054768,13823.4128908486 -1936,14956.5359894452,57398.4836684157,10135.2398548091,3141.31994944093,82375.3294268961,32587.0722802291,2128.36554025684,14451.1921809661 -1937,15604.7841717193,58800.5253752676,10515.687990072,3266.31533269252,85948.3948639378,34068.2685768515,2207.78216489329,15117.5145987365 -1938,15586.2686491246,61443.514220374,10126.6530244173,3191.68163841657,85887.2383642003,34481.132101504,2123.07109861441,15365.8069086954 -1939,15936.510697088,62696.9331552214,10305.3759261756,3254.21477129908,87822.1140523056,35314.523790729,2160.13219011142,15745.4402472895 -1940,15552.2017609947,58718.4191542,9907.16010133757,3147.94072531099,85718.3642372747,34644.7781895392,2075.42112383254,15475.8946976081 -1941,14242.9478785358,55632.6803706875,9097.21372309296,2888.11041003638,78490.1625674618,31702.0123281928,1905.99899127478,14163.625099151 -1942,12051.4877519952,53844.0119613182,7707.5745857882,2443.74813136059,66432.9930915817,26801.6405193761,1614.80470094113,11954.7297308062 -1943,10420.0923346699,50167.9397585742,7570.07989490643,2282.17479240688,57358.5134762601,22080.2069402688,1593.62693437141,9684.62153564309 -1944,13192.8187642876,46305.8294948612,11157.201359298,3230.07322713837,72303.8447761803,25887.965141958,2436.943177668,11157.7177724731 -1945,12763.1525418882,43948.6533859084,10421.1703135505,3016.42391463051,70180.9505279855,25741.6663710254,2252.43698009601,11185.0279690331 -1946,13915.7613448234,43049.6423205102,11974.1898496389,3415.51807411511,76446.4544628466,27309.2772404181,2597.62938200058,11772.4341965402 -1947,16396.3962155132,42891.6657262645,14490.4812380211,4096.40680516806,90013.7315115664,31708.4998112471,3145.40207489263,13610.4180538644 -1948,20548.1387798125,43249.1915700653,17596.1572226605,5048.78895224862,112633.334749301,40177.5375837814,3830.06566638621,17310.0652167625 -1949,21152.0928363489,43247.1128868928,15222.2789434553,4615.25757524146,116447.631866744,45137.0359233062,3276.94494616352,19985.1080380321 -1950,21219.6630321059,42311.7256220814,15066.3109399448,4593.91235399679,116776.720078202,45491.3746636176,3242.99085725509,20183.0085507583 -1951,20170.2930385297,44676.1768701029,14317.7555781517,4332.97521431851,111187.14110193,43497.9429043077,3061.61390158282,19336.7801193517 -1952,19575.5232708639,48692.1064625306,13788.7962700345,4196.80775034498,107871.288791784,42287.8278904413,2954.03042254197,18813.5412824903 -1953,18380.9998946749,52327.6450995165,12953.7694881206,3930.02355582879,101415.389375776,39840.6019812056,2767.46952603805,17742.0632056945 -1954,17851.36287713,54981.0271588572,12681.0824315405,3829.6298477988,98534.0373113285,38625.3398483485,2706.42680299985,17190.4222202653 -1955,17037.4269845169,57520.0840632482,12011.1441211928,3636.27492757389,94063.0326366984,36978.9050358252,2562.06347864044,16466.6381603575 -1956,16434.3852428399,56564.9496611473,11506.4726968879,3480.46323021317,90829.8138374758,35862.8650580453,2446.54000185312,15989.0940275764 -1957,16653.371740934,54269.0934456073,11869.5460516325,3570.85995616081,92018.1890350307,36068.5708091441,2528.41287522162,16046.1034009121 -1958,16315.3448840279,52560.4526749471,11632.1889988349,3464.51322649991,90341.8447846748,35576.1301547923,2457.44515500033,15852.3629228248 -1959,17135.489406532,51653.126977673,12155.349703041,3677.10981157457,94576.1192164723,37070.188433885,2596.85832452238,16491.7938672197 -1960,18056.2935627857,51432.7912996492,12852.2126290414,3874.09427053007,99688.4199386938,39042.4098898177,2741.5251343714,17358.0110146372 -1961,18518.5396018489,53354.4925084506,12969.7998959792,3931.15410664834,102241.34239209,40290.3887759481,2763.49952716481,17946.0561894573 -1962,18879.4450766277,57021.2107881394,12918.5203465507,3965.52318319529,104143.489137692,41315.4357174158,2758.61907182276,18439.6342931726 -1963,19561.0242231819,60362.6221579097,13326.4895361304,4124.82933614867,107698.429018489,42644.5155499787,2861.55588151586,19019.1983429738 -1964,19026.6256769624,57954.5194705924,12813.993037569,3974.94477513249,104793.919938954,41706.0703425437,2744.88816226542,18632.5335103778 -1965,17628.3827379427,55716.8651741136,11808.5135856158,3709.30004828652,96878.921939077,38466.3344121388,2551.08862599792,17178.3054239567 -1966,15020.1145444051,55085.998390752,10415.3907028677,3169.58956597206,82878.0577134578,32735.1934598281,2219.696833146,14580.1623025402 -1967,12876.0913735834,51621.9473349699,9875.03333096316,2897.17448458836,70961.2670537473,26881.4434042754,2115.54608149448,11804.0247608239 -1968,14488.9343051993,48650.5337064072,12057.4370327504,3500.18116863048,79739.1894687552,28854.7347150677,2652.25961118601,12494.4407325485 -1969,15128.7726539675,47045.8247756485,12415.2613266417,3624.20345131215,83079.1183857293,30231.0132082374,2729.71063020433,13133.9160032067 -1970,16026.9363285396,46626.9791392488,13498.2701445403,3906.58306318606,88312.6612645977,31783.678827495,2969.21227094638,13741.2844442147 -1971,17600.1094529703,47511.4398256957,14792.0693803014,4301.35021375151,96698.0075995486,34689.332329494,3250.42201227122,15040.0159036118 -1972,21496.1338292596,49474.7137906206,17872.096501861,5201.19460285878,117682.8693954,42445.90124542,3930.7498270267,18436.1795555908 -1973,26815.5459292521,54181.7906678296,20495.2667064945,6148.81457043305,146972.590813085,55201.5902933335,4494.8049100381,24310.7209868857 -1974,27502.4688998513,62608.5910862644,21153.8690072203,6347.65169167114,150224.842978949,56108.7799746007,4638.12297363177,24737.981851473 -1975,26823.3395338359,68791.501259517,20682.0325270496,6200.17977138131,146615.376185988,54715.1326672525,4535.15641415527,24116.765374135 -1976,25860.7272574487,71730.6960550114,19795.8825051708,5938.6686197695,141662.200969628,53143.4518153179,4341.71166728897,23420.6408765824 -1977,24743.6693577545,72391.7030890828,18883.3106148848,5662.01457449107,136063.929680484,51254.1566892069,4142.02273437932,22565.105867555 -1978,23483.9364431861,73729.3069281702,17769.2891274046,5334.69007005737,129374.038201133,49021.9855569135,3898.45130424039,21590.0761739491 -1979,22443.6118490683,75113.6801809051,16836.1353417266,5077.81094695542,123588.399232633,46930.7533366063,3690.79598746277,20697.5838963083 -1980,22010.2986214385,74341.4659662356,16519.4624879557,4967.95228475869,121454.698101356,46240.2538477876,3624.02454524367,20365.3641397252 -1981,21724.9232134702,73957.9571372559,16250.6124799017,4891.86683673446,120026.254920941,45786.595917392,3564.48828417456,20165.4519674602 -1982,21777.5582198363,72647.3755745266,16310.7870991723,4903.10997021885,120403.364787967,45947.3133126773,3578.78545154877,20225.9171214916 -1983,22005.9825061974,71396.0352220378,16383.0566781393,4945.57704225611,121398.059297056,46339.2879657562,3592.26481874213,20437.5395877198 -1984,22611.5174843133,69751.8322183281,16681.0617470774,5048.41623366725,124680.952189005,47789.6478500865,3657.59306703272,21100.8694034585 -1985,22917.9704729796,69590.7377505447,16575.9482067728,5066.01848203971,126105.123005052,48606.5312049855,3629.90312992804,21545.0603873614 -1986,22935.2131208868,71554.0118162835,16256.2124897671,5013.75867617699,125905.245817881,48835.0885822549,3556.5219003066,21726.3915183426 -1987,22495.9744474192,74654.3010795613,15571.3802104478,4860.97214144236,123027.115831586,48003.0522271239,3401.70645973286,21461.2923988785 -1988,21669.5001827061,70532.3609640595,14815.0530414185,4643.1271139977,118397.344530402,46428.4777388333,3236.490446256,20793.342852904 -1989,19308.6620022127,66353.2583214899,12977.3239862108,4091.60920526453,105582.98529229,41710.3156847464,2834.03378614646,18717.8182343393 -1990,17015.48326072,62580.5294179131,11729.7667592165,3649.65927478248,93324.8956625097,36604.9767732702,2565.39901437122,16332.1146192758 -1991,14970.2571626072,57632.3305350255,11580.1644901414,3442.003434633,82086.2617620597,30753.1869914985,2544.31886466889,13487.9180231805 -1992,15718.1082155452,53928.1967647442,12869.9272882858,3795.74277375426,85890.3514672315,30994.66411686,2888.84201822978,13532.8814594429 -1993,16339.9014403037,52054.3041599557,13239.3520528956,3919.51310183967,89293.4512586774,32401.3543296285,2970.85961496186,14176.7919994301 -1994,17217.6923628009,51246.7531378661,14166.4934418476,4172.55422663694,94055.7303519283,33871.4458773554,3180.46013994383,14790.0578580445 -1995,18745.1862874629,51801.7496488636,15463.8918032808,4551.5274198351,102387.245329188,36831.01417235,3472.07826165788,16084.4623682684 -1996,22783.1485025899,53545.7273277578,18674.5532527195,5506.92171219235,124477.588659212,44907.856910045,4192.01049963943,19615.4928261449 -1997,28469.2865751105,57405.7589082983,21490.1449746754,6528.53976439855,155689.947909219,58471.1568755921,4811.69900828178,25900.4300990517 -1998,29314.3645109375,64251.7547987948,22494.9062961658,6795.00164446308,160257.349796507,59755.3947850794,5039.52566587088,26423.5919954103 -1999,28626.0611519433,69948.2635943455,22005.6442713853,6642.67474452643,156501.219919778,58302.7563596233,4930.16887022811,25772.1278034644 -2000,27668.5643499409,72529.9325460391,21037.4268940892,6374.19886214471,151296.037631404,56634.3429863,4711.45527894258,25061.1372536797 -2001,26522.5068812651,72632.8251955753,19946.0267271265,6067.47443962653,145055.356644217,54567.3339608404,4465.40248874635,24180.7499765647 -2002,25252.423111833,73603.5493686208,18772.7442830899,5734.91929391267,138129.65826766,52231.235987071,4201.123565943,23183.3328082057 -2003,24208.0540538456,74638.7113086168,17920.4170510807,5482.2087347277,132432.715682738,50161.8541108789,4009.74917356815,22269.2373265697 -2004,23709.8812318819,74049.4172813786,17435.5800872692,5347.02024928064,129718.576517048,49276.7986967752,3900.39237792538,21896.0805514542 -2005,23440.7359507879,73523.5217299117,17153.3567171203,5269.70837123637,128259.44890697,48823.3687077115,3836.60091380044,21704.5722183989 -2006,23581.3828805275,72168.2494367073,17275.0829304742,5304.75237660464,129025.394721772,49088.6421852986,3863.94011271113,21819.1330818748 -2007,23805.6359250511,70948.0886261075,17437.9925282125,5355.02705000357,130250.249499766,49558.7635044709,3900.39237792538,22027.7547190561 -2008,24003.031293169,69614.6420525511,17245.8316539348,5334.43414400167,131364.917540952,50395.3859619205,3854.82704640756,22457.3880834254 -2009,23971.650749714,69534.614514656,16851.0409167461,5255.70498025325,131229.001514495,50801.6813103422,3763.69638337193,22701.0295494434 -2010,23861.0236616098,71424.0968903891,16493.6491162306,5177.65568804624,130648.359921367,50923.9193321501,3681.67878663985,22801.8092163365 -2011,23670.4872266178,74665.7335849749,16291.929578986,5123.26839299933,129610.312446714,50608.8821711527,3636.11345512203,22677.2256731339 -2012,22544.7964975826,70755.814616435,15240.3343103499,4826.26526041227,123473.107479421,48553.2122678149,3399.17373122937,21801.7841871027 -2013,20129.14939883,66440.5610992676,13369.502862878,4263.76816899812,110264.756259487,43655.8078900058,2979.97268126542,19646.8216182121 -2014,17920.261646109,62766.5675796961,12174.2191273786,3846.33263142277,98151.6903977802,38506.3274560359,2715.69375846207,17267.0073124279 -2015,15989.8707060625,57907.7501577588,12206.458050278,3690.97487387381,87449.0035346225,32655.2658954873,2733.91989106919,14420.4474906373 -2016,15778.0895302375,54212.9702097186,13111.1855931977,3816.70579283388,86284.1101067936,31056.0455629574,2891.88586537211,13510.6983589949 -2017,16403.0672731503,52266.3253069176,13487.5184714913,3941.21586480135,89705.8405212121,32467.0282199055,2973.98988047731,14155.0205860073 -2018,17282.9014945121,51648.969712142,14432.0659220403,4195.57354486654,94485.0423612817,33937.4023344744,3183.81125241283,14765.0794019494 -2019,18815.855510337,52372.3358299915,15753.7894630231,4576.62126752619,102853.327457677,36901.9526804893,3475.73663945354,16056.8287402548 -2020,22869.8985324524,54083.0553846382,19024.6266951375,5537.32933455947,125047.510197077,44996.2784197927,4196.42743871031,19583.1219307878 -2021,28588.3102436588,57924.3792198826,21892.767282805,6565.29675966566,156441.928960686,58605.843376442,4816.76888617184,25876.499732078 -2022,29434.6413337033,64615.5164904851,22916.4001882911,6833.11282195502,161022.950498551,59888.663977377,5044.8355947974,26395.5830828231 -2023,28743.2721487582,70002.3081470617,22417.9739553293,6679.91356895353,157247.962836853,58432.3347539082,4935.36357465713,25744.394726799 -2024,27783.3387472429,72269.0634030711,21431.5878393107,6410.02493502589,152023.450155582,56763.1439091498,4716.41953437659,25036.4920584075 -2025,26633.878080194,72561.1120879281,20319.70965979,6101.66805949654,145757.842714859,54694.0179870198,4470.10748906099,24159.2049592866 -2026,25359.7482830823,73334.3655937769,19124.4165402218,5767.32794754499,138803.37370366,52354.834733863,4205.55010705534,23164.8063916255 -2027,24311.4654846061,74624.1608288515,18256.1134883612,5513.22100461228,133080.632606366,50281.6613223764,4013.97407180987,22252.229077474 -2028,23811.8514546864,73833.2388688857,17762.1783142616,5377.3157035386,130355.760498801,49395.7339876877,3904.5020516696,21880.4810192622 -2029,23542.1005301507,73081.8110826848,17474.6569492143,5299.60294467128,128891.583846316,48942.3269373973,3840.64337325444,21689.9951319285 -2030,23683.2168924988,71904.2623193877,17598.6668434275,5334.83399061689,129660.687773007,49207.9130855391,3868.01137828951,21804.2056353935 -2031,23908.4884317675,70768.2864130279,17764.6282595707,5385.39849477687,130891.854631952,49679.3670041326,3904.5020516696,22012.7921343094 -2032,24108.6869636452,69157.3416343797,17568.8207207117,5364.82465602529,132019.145022798,50521.4311679292,3858.88870994448,22445.2786194211 -2033,24079.3714425851,69184.3639107378,17166.5834788282,5285.80358440023,131890.714490414,50932.6731161117,3767.66202649426,22692.3316474106 -2034,23969.9458110553,71308.73244426,16802.4594376005,5207.43080808049,131313.532678621,51058.3294465388,3685.55801138906,22795.7981910302 -2035,23778.8852389604,74822.6707872273,16596.9511428848,5152.75839062426,130271.413860863,50742.9255489913,3639.94466966395,22671.8205934783 -2036,22649.6777167703,70911.7125275083,15525.6267514897,4854.16529424817,124108.97130193,48684.6817878045,3402.75529269336,21799.1612684649 -2037,20224.1324312018,66750.2782382416,13619.7366560683,4288.51791588175,110837.493298691,43776.2023835663,2983.11254882233,19646.5698829801 -2038,18003.376590766,63069.0094787875,12402.1268778964,3868.54036012062,98656.2304877267,38610.3647156532,2718.55516681668,17264.4197625362 -2039,16056.1359180642,57840.1944164565,12435.170896466,3711.70461708704,87869.391048426,32729.8708400727,2736.80050350673,14405.983955434 -2040,15328.7066186783,54115.2742177065,12463.491445712,3692.11901467167,83313.9657767428,29872.8214617268,2753.49376201951,13109.4806421193 -2041,15938.2470155857,51932.7038659371,12821.2545584644,3812.9204803879,86620.8167736,31232.0290119748,2831.66866378032,13735.2381944915 -2042,16789.4475403989,51223.8881270389,13719.1129227761,4058.51461780773,91232.2566950627,32643.6720693875,3031.44896828016,14326.7611494422 -2043,18277.9369609989,51823.5752676975,14975.5394868084,4427.05713400006,99312.3445877039,35494.8824094376,3309.4041745408,15580.3234552036 -2044,22218.1594408941,53576.9068696468,18084.8075520699,5356.58026790989,120743.424172652,43281.8467970788,3995.60608999677,19001.8199594896 -2045,27805.2503839735,57672.8639999697,20811.5389366081,6355.53166468227,151094.997720757,56400.0314793517,4586.26090330064,25115.8174173958 -2046,28622.0609118723,64452.3434403432,21784.5637544066,6613.93872141224,155513.396979155,57629.7818263588,4803.41340819177,25618.8617067001 -2047,27949.1428039144,69668.6867060813,21310.7491020215,6465.543958788,151866.687305403,56227.8971128209,4699.18020584403,24986.6767427372 -2048,27019.731234123,72057.0422561092,20373.1120464442,6204.83893046412,146824.666526281,54624.6397480776,4490.71380114854,24300.0274290136 -2049,25905.6073330103,72338.6978275458,19316.1815445408,5906.89238325019,140777.11640111,52636.2583775183,4256.18909586612,23449.077006073 -2050,24670.0509233084,73344.7588080113,18179.9550979458,5583.77926930822,134064.489517377,50388.0517989043,4004.29219019241,22484.6236206636 -2051,23651.5807439257,74486.9706630745,17354.542929581,5337.91764050264,128537.970281229,48393.5692298813,3821.88408608387,21598.8196320884 -2052,23167.5142906554,73560.9372205041,16885.0192701707,5206.63047670177,125908.328341234,47542.4720215106,3717.65088373612,21238.3588925393 -2053,22906.4842486207,72564.2300622798,16611.7091994218,5131.58456296915,124495.285522962,47106.9920608851,3656.84818236661,21053.5300719913 -2054,23043.5148810777,70951.2066004592,16729.5918326337,5165.6460364441,125238.026223967,47362.5762244355,3682.90648295354,21164.4574343834 -2055,23262.6757393584,69692.5910080877,16887.3571648981,5214.6118506572,126427.009237347,47816.1449437349,3717.65088373612,21366.79092643 -2056,23463.2800433954,68138.8087565075,16701.2747488234,5195.55604942315,127522.501430193,48631.3697324315,3674.2203827579,21787.7985599148 -2057,23441.120388602,68579.4801125551,16318.9617968313,5119.9977278437,127405.554546926,49032.1743440878,3587.35938080145,22028.7862129855 -2058,23339.330246547,70346.3228022765,15972.8637240734,5044.82313286753,126853.091727641,49156.5906601987,3509.18447904064,22129.9586070731 -2059,23154.5200269074,74314.4436898774,15777.5162397493,4992.06326923147,125848.156292184,48854.088288854,3465.75397806241,22010.0282330136 -2060,22059.6989748127,70754.7753252558,14759.1339889129,4703.52268666667,119900.237552073,46876.0725098481,3239.91537297564,21163.6920119412 -2061,19701.4287399222,66262.8375693604,12947.3809277216,4156.09188265069,107083.777607753,42153.2526735503,2840.35476397596,19074.7862344844 -2062,17533.4255934337,62240.6720282292,11789.8250026738,3748.26573164735,95308.6799875407,37175.0128495813,2588.45785830225,16760.6119930018 -2063,15613.9743213862,57090.8452126141,11821.0007304612,3592.68250171333,84861.8478875898,31495.4089898147,2605.83005869354,13981.2973370115 -2064,14021.5286356378,53234.9707967906,10941.8503749988,3331.12010156088,75964.9767244038,27461.8477035051,2458.81635373294,12156.2871100972 -2065,14652.2050394828,51013.9456632495,11330.5961953683,3461.20546875602,79374.1653593771,28828.0507943264,2545.50539184532,12783.7168094903 -2066,15154.4389425036,50231.3382343456,11818.3694291999,3600.16738192083,82083.5418617367,29696.415742093,2655.83689489744,13159.333923863 -2067,16467.6778889098,50893.3845595962,12869.3495999168,3918.36566276039,89189.3915604866,32242.4492802553,2892.26154429483,14291.7763932124 -2068,20115.0110414728,52858.7373085075,15642.5030414171,4769.26360260161,108963.013428647,39469.7222644781,3514.84645437465,17491.8683645623 -2069,25999.3024733721,56850.7624981149,18806.5191318233,5890.31720483439,140804.963364231,52776.499284092,4216.23958092026,23665.1805962106 -2070,26804.3175961447,63447.321650243,19743.3098323442,6144.16069050513,145150.261687489,53985.2381832232,4429.02176537792,24163.7256388454 -2071,26086.7649571508,68591.9519091479,19216.4174831946,5979.73568734748,141274.002538394,52537.9962076556,4310.80944067922,23513.4847670476 -2072,25172.7220072262,71258.8451570747,18310.9935833023,5723.17493963006,136328.483620402,50972.2069609303,4105.90807786814,22839.2520265104 -2073,24209.8250382142,71506.2031114567,17438.0792959518,5470.1262008777,131117.231359123,49235.3307824754,3908.88753670364,22086.7058972361 -2074,23072.3590592529,72418.7253654409,16424.9318535063,5175.1331977337,124955.703093864,47162.030464607,3680.34370895283,21189.6883432189 -2075,22007.2178799552,73121.3051556358,15549.8350653825,4912.42938135875,119193.581425069,45123.9802917335,3483.32316778833,20285.512618522 -2076,21500.9823009689,72091.3398731639,15061.7217044934,4773.84168757705,116451.201883994,44247.253869429,3372.99166473621,19913.1967115996 -2077,21231.1579104326,70812.977143503,14783.3228391835,4696.04013349055,114993.916708229,43801.4320183138,3309.94509156357,19723.3076938363 -2078,21326.8558674132,69007.6796720099,14853.7112675332,4717.7459697984,115510.590633982,43990.8397515079,3325.70673485673,19807.8292341432 -2079,21530.3361537753,67713.7271714044,14994.4387872238,4762.65563927042,116610.51380001,44413.0404494781,3357.23002144305,19997.5241509648 -2080,21760.2636559232,66400.0276343234,14863.7395213882,4756.37862525254,117856.726202415,45245.7818526676,3325.70673485673,20421.5404837837 -2081,21877.1103070113,66535.139116928,14662.2717050942,4726.73824267724,118488.382240623,45836.5812154304,3278.42180497725,20734.6485420307 -2082,21885.6054239835,67943.4167724833,14458.208626672,4687.5304231092,118531.604717312,46115.4058978687,3231.13687509777,20894.7245723384 -2083,21562.6087058256,70877.4149104535,14110.3476118341,4592.40809831306,116780.778775788,45603.8749276943,3152.32865863197,20689.5014729507 -2084,20647.4847798275,67107.8040820424,13306.5161843518,4357.28972983891,111823.700569355,43921.9038479708,2971.06976076063,19959.6716212747 -2085,18493.2939020107,62756.1743654618,11725.2914266547,3865.30429956937,100155.410008846,39581.2633347615,2616.43278666454,18023.1508580911 -2086,16279.9285297576,59461.532409339,10483.6194110009,3432.49970993272,88179.5538065532,34630.7951612411,2340.60402903424,15725.8546647165 -2087,14350.3479489554,54888.5277235553,10404.8624253384,3253.93994602506,77732.4816388444,29087.9175173579,2332.72320738766,13018.9431314874 -2088,11082.0336823437,50852.8510946521,8163.5328008472,2539.89928044052,59874.1378360921,22278.3660019208,1898.55535211439,10010.1517136878 -2089,11470.6343264798,48780.4485314876,8171.93939263205,2579.18213559098,62034.7452936344,23385.8849660377,1924.22189605463,10569.0964694241 -2090,12212.8794682327,47533.2654445297,9222.91201483275,2843.27382699786,65957.3857130788,24312.6673208804,2138.5460690948,10900.3087753371 -2091,13867.5178964527,47610.1751088871,10709.2972016093,3268.45181931557,74797.9720352325,27293.3728775529,2443.04877896735,12165.4150198461 -2092,17056.151787334,48075.7901589343,12669.8837192801,3926.67810781648,92084.9804372779,34075.5959703692,2912.34502106371,15262.1085287467 -2093,22112.4822283298,48599.6070272287,15215.4083914238,4850.72686786752,119315.423620698,45700.8707289039,3490.69647057423,20662.6967216373 -2094,22662.8965528824,48982.0764642152,15694.4513802082,4985.67459695648,122202.531614356,46665.2789377884,3564.12801404255,21047.499897519 -2095,22024.8475077361,52942.9221119335,15291.6992084798,4853.97481075765,118744.460077781,45311.5058492916,3469.85373785152,20442.0035760034 -2096,20798.5289240694,57293.512436521,14125.5000868144,4524.64843033028,112140.69344862,43192.9997475903,3215.44612557742,19556.8468471301 -2097,19485.4651123434,60165.1514907131,13085.751092026,4215.27431018747,105100.121110886,40716.7792379082,3005.58172782535,18504.1505459983 -2098,18722.700537258,61370.7618215476,12525.0348877904,4042.54768135244,101002.870138458,39201.4237267885,2886.25990283509,17836.8811984513 -2099,17796.3660960708,61656.5746585152,11806.5460988194,3818.92501936913,95957.2193672092,37377.3503123712,2702.53516167057,16999.3829977638 -2100,16320.4181961901,60264.9261658976,10220.0191197267,3393.27624098255,88107.3513514853,35059.8611107661,2390.45996822173,16096.586611622 -2101,16036.6271788906,57828.7619110429,10006.606444013,3327.45586942394,86574.806041107,34509.6781424384,2342.80404541152,15855.9060394093 -2102,16204.9087978442,55504.8440271516,10191.4149284474,3377.0162377982,87462.371644659,34777.3160340609,2379.15578121624,15963.7417574027 -2103,16619.3664572514,54073.7014615831,10459.5415504769,3465.88092947963,89718.7032834052,35627.3686996469,2445.99787217874,16349.3749438091 -2104,17285.2482651861,53432.4414639872,10785.3409419093,3584.78063854297,93308.2367778346,37151.6941433738,2516.62620492939,17047.863299123 -2105,17978.3601333359,54622.4620238772,11189.944891248,3717.20158662196,96972.3747916954,38639.1077942147,2580.10062839212,17698.0402530161 -2106,17934.8410831923,57046.154482139,10775.4956160971,3633.45184668143,96744.5319293243,38983.5391418782,2486.49988570105,17910.3195029658 -2107,18264.5323227089,60507.0875635694,10965.3304006055,3692.70828769531,98453.1850612544,39650.1672381142,2497.18507756552,18174.1325924146 -2108,17834.8226376483,57360.028886644,10541.4270092134,3578.87772911412,96205.3539935486,38897.0015812213,2424.11757002664,17874.9717748387 -2109,16305.8143365898,53987.4379749846,9679.60529976745,3276.40071815896,87886.7925188498,35511.1678559615,2202.69402605749,16297.7924010388 -2110,13859.3744972534,51851.6369360488,8201.19660745343,2784.00685588134,74800.2073817965,30243.7583989087,1900.93998854369,13905.2281605839 -2111,12020.0744811201,48007.1950256388,8055.82794533533,2601.95789722561,64981.9657233276,25077.8826795806,1889.9452991087,11395.2328638894 -2112,11062.796451131,44768.6763054048,8447.66311224177,2600.1404138616,59522.1941156654,21467.0024814299,1970.76117380873,9676.06231186151 -2113,10733.618425089,42532.0613001052,7724.00900932023,2429.17770694236,57663.7720940375,21390.6598155739,1798.71059514289,9713.85801906709 -2114,13683.702402072,41810.7737646141,10783.7431485599,3284.97379122623,73675.916570834,26172.7323301525,2518.19483320004,11768.0713834569 -2115,17215.8075875788,41886.6440369783,13205.4552441888,4060.49646899285,92629.6083015382,33353.9296676615,3081.26945428825,15046.8217953727 -2116,17985.4783193503,42364.7308836184,11289.8917918602,3745.47877603018,96302.6819906416,37826.640376901,2617.25425728037,17450.0548809255 -2117,18068.1420875649,42057.0924278168,11182.8247215425,3732.44488192381,96709.9867357619,38197.896334434,2591.18598778555,17655.7270138638 -2118,17169.01232952,42589.2238271731,10468.1243130685,3516.95047246754,91858.5006825056,36495.8682269116,2424.34906301867,16905.7636361157 -2119,16671.355366833,46128.1058641401,10131.5892716977,3408.77738922158,89186.3292722638,35478.5542070348,2346.1442545342,16442.8223512019 -2120,15644.6052377766,50092.0694862101,9457.83956703393,3189.46795239002,83679.5852367709,33355.9394037714,2189.73463756525,15470.0117364073 -2121,15181.7316787479,52824.4396914528,9230.69146190854,3105.54758927093,81213.6102670581,32306.4439212477,2137.5980985756,14976.0135820587 -2122,14497.3871769718,54967.5159702712,8738.37713555825,2949.82098966041,77542.2014750373,30936.5926833682,2022.89771279837,14345.8659390265 -2123,13987.7856961333,54446.8170763285,8314.84350361902,2822.90098556529,74797.219388215,29987.4350070915,1923.83828871804,13919.6554324054 -2124,14153.1327673262,52159.2753918504,8600.77707200377,2893.22454062987,75718.4557651697,30116.4244370484,1991.61578940459,13952.675794536 -2125,13859.409848681,50067.1257922105,8268.58070678743,2803.21117264361,74113.3117119861,29677.1994769725,1913.41098092011,13774.5728027078 -2126,14573.0750962929,48684.831222648,8870.3206365488,2982.17100795755,77960.7451809374,30993.3225700769,2054.17963619216,14358.9675574304 -2127,15352.9709029081,48032.1387196385,9343.36270859678,3140.73433874706,82140.3000830308,32650.4173459582,2163.66636807043,15120.3336152716 -2128,15768.560682185,49388.4503040221,9417.50158500672,3190.36325299722,84326.6251985263,33746.0046360535,2179.30732976732,15653.2451385688 -2129,16110.7897190957,51567.9027822537,9446.58982263409,3225.0846763375,86126.1032252228,34689.4394936605,2184.52098366629,16116.9665704054 -2130,16708.5330865151,54027.9714399288,9872.08702728188,3359.5518039016,89335.9379062842,35886.9271908084,2283.58040774662,16662.4900370786 -2131,16267.5571708463,56638.7413511529,9449.90251953936,3239.35932557235,86946.9901242739,35135.6261422112,2184.52098366629,16341.0813150235 -2132,15083.9123337761,54662.9954888213,8881.28013602676,3027.8432492323,80636.1079549632,32440.6423088947,2054.17963619216,15077.1085103299 -2133,12806.0181825359,53163.2577899573,7573.17908145512,2575.09184516886,68480.164705681,27489.2543599391,1751.7877100522,12752.5403308098 -2134,10889.3413241674,49187.8616624737,7206.33423057466,2339.74336389119,58383.7762548958,22450.8834231952,1673.58290156773,10291.5872679305 -2135,9999.42905206782,45903.6129205853,7209.7056342407,2277.26824782501,52980.2845173873,19214.2256332554,1626.87566061921,8748.819697247 -2136,9807.51251417107,44138.8488132224,6807.80077068982,2180.81765323807,51707.6759007722,18957.8654400398,1532.71185466523,8713.25360615703 -2137,10236.1510428597,43635.8183733967,7456.56482675714,2347.71816536961,54116.0752230212,19418.3621286598,1681.19331558592,8884.33661998524 -2138,11577.4497860815,44185.61822687,8557.52345409824,2681.23922495797,61259.6798109081,21837.4664407009,1930.25899196902,9982.67465625562 -2139,14073.6732720098,46383.7784503978,9888.47940143051,3155.9690298936,74246.6463670319,27093.8871113821,2227.22191381041,12458.6830807661 -2140,17909.1253175433,51424.4767685873,11452.9390205197,3789.05481399482,93995.2215211021,35686.0442331553,2572.08208111009,16569.0330964704 -2141,18702.3519356491,61393.6268323748,12129.7212287444,3991.86859894468,98230.3379568784,37091.8914713087,2725.35326657661,17207.3511659138 -2142,18187.4054570316,67731.3956255214,11829.8606821841,3890.2669673636,95536.4778091886,36043.8886801473,2658.29712293501,16729.1588547994 -2143,17304.2915787555,70716.3204426701,11068.3603487128,3664.42648332242,90814.1511332126,34496.7965192996,2485.86703928517,16042.8148651409 -2144,16281.5184455984,71229.7441975442,10386.6828751701,3442.82508929602,85431.9207832404,32490.5402984615,2332.59585381865,15117.4490568175 -2145,15258.3643643323,71848.139083499,9539.79137843498,3187.88501969438,79978.4906582847,30658.8444901655,2141.00687198549,14295.0558157677 -2146,14757.2650906699,72880.1831499573,9240.69762705626,3085.30570238247,77360.0545171583,29631.9109710905,2073.95072834389,13807.9211941866 -2147,14191.0789529922,72224.372672596,8754.22400812734,2940.39062064272,74336.5442465481,28636.5470423864,1963.78706378983,13360.836007477 -2148,13964.0632777992,71699.5165131223,8605.11922848677,2891.46555489186,73144.075458866,28186.9488692439,1930.25899196902,13152.8595973637 -2149,13894.1935729462,70149.8915270731,8520.97137688733,2869.189825208,72757.5438482405,28092.5604180777,1911.10009378571,13117.6772176701 -2150,14288.9208434555,68891.2758338876,8776.80077273842,2953.33351060569,74828.0638166323,28874.1712518124,1968.57678833565,13479.8503147154 -2151,14668.9023706761,67008.0294068579,8825.83720729013,2994.44463150921,76742.4601521936,29837.1754800962,1978.15623742731,13950.4614339695 -2152,15201.2084924083,66397.949051965,9043.07771367875,3082.49439905312,79479.927379306,31029.5189898578,2026.0534828856,14522.5261514694 -2153,15469.8525756157,66764.8287180069,9007.08171879247,3098.04862024881,80801.9027419876,31790.6032905907,2016.47403379394,14908.0185311903 -2154,15598.1335813407,67849.8780460022,8926.981227514,3092.90118483206,81404.5764306596,32221.1601084487,1997.31513561063,15132.4622526388 -2155,15019.890177141,68881.9220116465,8357.50643056959,2931.11064852235,78283.5755521958,31286.7106510344,1867.99257287325,14732.0286017258 -2156,13345.3013733348,65059.3058208844,7228.88062076449,2565.82571185712,69465.4132132579,28014.6805932314,1614.13717194432,13226.0515176969 -2157,11473.9121051785,60608.9408211124,6324.25504654204,2225.67592004927,59780.0141935841,23955.4606082554,1412.96874101951,11276.1055796162 -2158,9720.8006484107,55263.7220214731,6062.30112843998,2024.61495160446,50954.9802761799,19526.9184346658,1360.28177101539,9078.54590961966 -2159,8268.31880029741,51345.4884210574,5653.44216369917,1819.29457009683,43067.6096540969,15568.6275057728,1246.50679044938,7236.08666562651 -2160,8458.18352277738,49399.8828094356,5725.41352113565,1846.77363111213,43494.549982192,15715.8611504231,1253.81465968676,7362.96769005733 -2161,8785.35199376377,48453.0630392106,6231.08256852744,1976.61921450307,45451.4700956359,16089.937676219,1367.65803827189,7504.08100431682 -2162,10070.0377653091,49122.3846043439,7329.0079654216,2298.63971774816,52194.5786117885,18341.2639150517,1601.98162719186,8505.64924352911 -2163,12668.6852317965,50797.7672507566,8869.22867544013,2810.38054113297,65701.0341361148,23696.1937896524,1921.54105135967,10942.306576922 -2164,16640.3324354512,55204.4808112327,10818.9337107309,3514.17596796603,85842.3811416433,32127.6805896655,2321.10115992075,14874.1014479583 -2165,17438.0654260179,64116.6433161903,11268.6114948521,3671.31416333505,90929.4197234042,34196.111727806,2423.68755400172,15770.6152192874 -2166,16774.3370546675,69509.6708206563,10784.7069008582,3541.34274100342,87230.8254563107,32579.5493972037,2346.29034336769,15184.4942649543 -2167,15749.4331551412,71683.9266413638,9911.84874417418,3282.45548331718,81557.2439538378,30709.185746143,2153.06127848941,14363.6806645341 -2168,14612.2733166815,72023.7840310477,9062.19320105031,3024.01948146087,75585.4291435323,28556.6177986106,1974.30766997465,13409.6032950865 -2169,13756.8674667088,72888.4976810191,8384.86728359649,2820.65580164812,71020.4258736019,26965.3824925609,1829.36088531206,12705.8890013882 -2170,13048.6423061423,73824.9243378238,7835.19529763444,2656.42504326785,67265.7237169649,25600.5533625159,1715.86087611668,12108.7263836343 -2171,12616.1003359379,73098.4401448086,7475.92072209795,2550.78045974506,64986.5649226498,24817.9628183012,1640.13697508813,11764.3382169943 -2172,12270.0387787589,72402.0963033172,7165.88017540908,2466.59907811856,63164.4851633748,24148.9314742939,1581.42026350296,11503.2039589426 -2173,12106.040124509,70960.5605235143,7027.47600351627,2427.06569202663,62086.7849962168,23750.9319182638,1551.89022301549,11351.3424338039 -2174,12154.6736623613,69637.5070633783,6930.73124293108,2414.96122803828,62170.6986123877,23883.2818798713,1533.96053642194,11458.7580533051 -2175,12497.0283139949,67735.5528910523,6989.99232262007,2457.86085849733,63707.0414402019,24585.26459771,1549.53017463051,11837.2516972327 -2176,12779.2727221314,67174.3205321654,7003.78549503064,2479.28443208453,64938.0008417909,25314.6729364431,1543.47247064124,12182.5190929987 -2177,13315.5008344451,67283.4490295911,7299.31787537809,2573.96838706426,67724.2743920523,26549.6257684948,1594.55811264717,12707.3028744913 -2178,13507.1003554611,68264.5664168709,7232.93428765155,2576.20606290492,68886.7687187337,27253.5013664334,1579.16015913347,13034.1255274482 -2179,13239.9377024116,69145.9091289661,6986.6222043671,2498.03535282408,67585.3306395365,26986.2379679441,1514.82905696427,12865.575573458 -2180,11825.1139626854,65398.123919389,6039.49506722121,2187.22224350032,60502.431334357,24499.3300669836,1302.06106956277,11657.1241529191 -2181,9968.43401488612,60926.9724911483,5041.23656395216,1842.56922360802,50994.1042253989,20541.9226314639,1102.05935857961,9832.01500594817 -2182,8498.61108717076,55623.3264476324,5017.07535548497,1712.2764167205,43802.2820725389,16726.6217431429,1101.10099108974,7908.92184384207 -2183,6975.75423742243,51591.8070842601,4749.43901722558,1504.19248151461,36170.7606849558,13063.8353372905,1006.79377102759,6022.37969913261 -2184,7309.43081178939,49431.0624521387,4967.90582972595,1575.60222113482,37500.5391433209,13434.6377719991,1055.59255389952,6221.04978189989 -2185,7580.53489084784,48332.5019355574,5407.09129549121,1684.97335504809,39144.0991386922,13752.2899095698,1148.46315010603,6335.95487292445 -2186,8711.88479606388,48638.0618090004,6356.83082826514,1966.55518039892,45111.6088159082,15761.8527420451,1360.35131070779,7244.98321023732 -2187,11063.3089772829,50526.5048935543,7687.93280887613,2422.56415568707,57342.6574670455,20688.9424904938,1659.76725614583,9537.52611820363 -2188,14645.314878849,55027.7965725048,9372.2015206382,3049.71301885525,75507.7854649211,28331.7715160687,2039.50639295169,13157.4019673848 -2189,15429.2227545166,64118.7218985488,9765.83338501582,3190.44028106738,80344.7600932533,30535.4568948142,2112.63182575216,14162.2731479656 -2190,14725.066686967,69517.9853517183,9356.0217204722,3050.51885056192,76375.2743209398,28723.4828312012,1993.35805663019,13367.299709379 -2191,13816.3226262235,71508.2816938152,8597.91841917397,2827.63845231888,71361.0023073339,26993.0177263351,1833.77066730703,12599.4074426328 -2192,12799.0506503009,71563.3656385246,7863.45041273968,2599.21002613702,66000.3781560106,25030.7713386353,1668.58426188692,11708.8091948819 -2193,12036.3236190267,72575.6625676934,7277.08768848626,2420.95207486391,61923.1519235388,23574.2978230661,1539.28930399522,11051.362709221 -2194,11388.6310320754,73493.3814792019,6802.7402739895,2272.96159415162,58470.9207692551,22279.3942952837,1429.87786422458,10458.7992685636 -2195,11002.7417707599,72636.9824611063,6492.25050910399,2179.59392719595,56426.4071791752,21565.7237541732,1359.69371163818,10135.9014316067 -2196,10665.9078186999,71894.9084971465,6226.78844172167,2098.42367312767,54620.3121639582,20868.9807649803,1291.64805058009,9825.6697308358 -2197,10498.4872148726,70610.3099195962,6106.69507917803,2061.60656691164,53556.5664944194,20416.075120658,1265.89564183311,9630.19869971393 -2198,10522.0620185159,69438.9971050024,6024.18244606268,2046.9685505397,53510.3076472949,20450.9444683059,1243.34755292804,9668.81632529271 -2199,10798.6902672063,67789.5974437686,6076.8677928521,2079.29786771207,54711.2578519336,20961.0697104334,1249.88771242579,9930.18879639198 -2200,11074.8995488396,66732.6097841246,6085.88185666635,2105.09198839176,55956.2951725247,21658.2975696477,1260.69118517793,10280.1552569328 -2201,11602.2554241577,66959.1814108518,6337.67064493777,2199.61419148967,58731.5363087451,22916.4521032713,1328.86836604993,10865.4083124631 -2202,11811.5904392246,67591.0874853927,6280.83748892387,2205.42206186887,59938.8433440288,23686.1305697571,1314.05778477013,11240.3937468165 -2203,11636.1132380488,68871.5287974121,6063.70804181371,2149.81636944745,59133.2452974211,23640.2174215334,1278.69241649741,11222.7256147139 -2204,10453.3933147104,65346.1579490312,5240.21258109802,1891.69288721107,53251.1851072272,21664.2383159384,1109.22902802068,10298.807727655 -2205,8758.71658309951,60789.7824261853,4379.88888443169,1579.24834775965,44542.3790092832,18006.8004655007,908.42104960113,8563.84190018239 -2206,7407.04437840607,55070.4086198074,4357.23789445228,1462.00238295316,38003.9911044711,14513.9288256793,911.355494914084,6799.37536897012 -2207,5843.52373842995,51073.1867726759,3824.68341120343,1232.53420321761,30210.9974192828,11085.9239220514,843.145913949635,5108.23471067776 -2208,6151.53825200336,48904.1276094926,4076.45123856329,1303.94790620437,31432.592610026,11419.4483136797,899.125406390063,5253.25427236114 -2209,6370.2686118898,47831.5500780901,4423.6064422333,1392.31449576808,32778.3534495229,11687.2361621376,976.988438923941,5354.95253649169 -2210,7375.18464012551,48108.0089920026,5267.30469856941,1642.62979400845,38119.2156526026,13466.6158160503,1163.5673741248,6160.2863879964 -2211,9521.55887429566,49922.6603865508,6494.5382864104,2062.90310777516,49440.6452912333,17944.2361414861,1431.28148347426,8257.78621761563 -2212,12761.9844014699,54392.7724227983,8069.16074628296,2639.50179733228,66059.2710873682,24806.3403062076,1772.8265671409,11508.1842727364 -2213,13509.0715349687,63493.0517727113,8335.5840153627,2763.57043240206,70728.6113301942,26969.317972688,1829.58534911721,12563.6743391913 -2214,12667.6175504083,68796.6978162272,7759.66120859851,2578.43129599121,65783.146115516,25028.8082905501,1705.40426551587,11679.2009637457 -2215,11881.0453095506,70954.3245748109,7150.87276808678,2391.18183331577,61420.0437889823,23484.3053112897,1570.76307807178,10974.3441075187 -2216,10958.4395617035,71224.54754002,6483.18213112387,2183.13393727233,56495.8604556857,21710.6174717818,1423.92885130807,10164.4065288535 -2217,10275.8315836384,72417.6860742617,5969.81800174931,2024.62569058008,52811.1564328448,20399.428241024,1310.76702948907,9565.152820625 -2218,9666.89821962497,73835.3175520581,5519.26438685863,1884.00252667423,49506.1147046552,19196.1101387598,1211.79005993067,9007.69539650231 -2219,9316.17369534851,73090.1256137467,5236.08548294458,1798.82044751978,47623.2445022671,18550.597550798,1149.32440306249,8714.14683713287 -2220,8959.20658648211,72349.0910417802,4936.04264185865,1709.447360326,45642.5237656686,17853.7665444899,1083.59629104653,8398.38065294999 -2221,8786.42045830713,70981.346851169,4833.18854628444,1673.07306399122,44535.952847184,17390.1587458551,1061.28920355081,8180.77323787849 -2222,8769.71716857736,69785.0904433896,4732.49090403948,1650.51710762034,44250.7473524045,17356.018402401,1038.97242958814,8175.9017232308 -2223,8965.30152533238,68066.056357681,4746.61717108409,1667.02460198529,45005.6489700786,17720.2225040707,1041.8016508667,8353.819590313 -2224,9255.97477558701,67538.0822238557,4824.27339285888,1705.7481536071,46391.3119220698,18382.2850994981,1057.64194686857,8678.71144010972 -2225,9812.87516017501,67278.252372067,5142.33067640391,1815.61644945748,49439.1096637615,19628.0386795933,1126.21865309699,9265.70474459792 -2226,10029.9861250385,68050.4665867365,5088.24938350709,1825.75286325782,50708.3591244197,20390.5873036297,1112.83246330617,9655.4787914854 -2227,9976.04524217181,68810.2090048132,4993.43036492016,1804.91879134129,50629.1220592473,20505.5069488011,1090.55443521131,9724.91515482515 -2228,9043.35640528012,65300.4279273769,4360.77530696448,1606.83939439875,46114.869649969,18946.5540660782,950.245118743153,9016.41747724288 -2229,7461.91695923666,60575.6825960509,3511.0519141401,1306.55315564802,37827.3814283473,15587.0976307706,765.667682950221,7419.61738698531 -2230,6267.77845382067,55449.7601832562,3507.72787630586,1204.89941206752,32066.2623392142,12484.5869810567,769.728800567779,5844.88434834273 -2231,5645.48352173667,51199.9837242186,3548.77945502603,1165.18210314473,28852.6490825175,10540.2141235194,791.984228874169,4916.84892478983 -2232,5796.10826429349,48917.6386972646,3604.77758691383,1185.07922025409,29193.7123070538,10635.2382214609,805.144028994381,4962.72151636283 -2233,5942.95525627958,47763.9943367879,3869.69423655327,1251.65110493899,30171.4877161293,10803.9753248214,865.301994115325,5025.94204115301 -2234,6791.50974128813,48248.3171321313,4525.17681264869,1452.53542909797,34632.618591791,12318.6487835779,1011.609598135,5727.91533649933 -2235,8721.58290136771,50005.8059996116,5499.91242008099,1805.86475567385,44611.0465555078,16343.7741899786,1225.75789514704,7647.40511554025 -2236,12075.3636882963,54262.8575977179,7175.08721329588,2412.72161180984,61597.3118495937,23169.4115693341,1593.97850566583,10900.3062279616 -2237,12910.985834233,63356.9008981136,7558.3468801831,2567.8007423278,66678.771702963,25384.8488737232,1678.20811659672,11980.7169985968 -2238,12218.2496154529,69230.0939323922,7145.74834741637,2427.19237490844,62614.0067684545,23729.2061495025,1590.38439457713,11208.2482593552 -2239,11452.0063589125,72159.9349056454,6563.55459047377,2246.21875789976,58380.9349889433,22246.7189550478,1460.05580041769,10523.5368115202 -2240,10570.5303123672,72876.0258844263,5949.28640879932,2051.65216315234,53717.8054768527,20573.808636287,1323.84284193122,9748.69718331912 -2241,9856.12977606969,73655.5152381645,5403.01331793964,1883.6410341871,49873.2795035098,19240.2850560757,1202.42408387802,9134.229054363 -2242,9482.52159222374,74507.7570915431,5238.04757701921,1818.2580968297,47908.0546233824,18427.3258675489,1165.19263794786,8738.03702170973 -2243,9030.85245464494,73500.6567190845,4839.91067499106,1701.91480822412,45465.4846707146,17637.8704129627,1076.95900784997,8379.93041186519 -2244,8666.64814911493,72058.0816481024,4531.06774423714,1610.17918014083,43448.6595280342,16943.0111163513,1009.28227808893,8061.17513191824 -2245,8469.47412898467,70145.7341607282,4396.51255016186,1565.41147369084,42217.7322786176,16457.5685175821,979.693877222379,7833.01218840445 -2246,8461.05297505732,68838.2705723506,4309.468063308,1546.07865292019,41967.8545106354,16435.1496670998,960.118140273379,7831.84268923862 -2247,8687.65287003674,67502.7454164357,4359.73292958764,1572.21246339714,42869.7315208761,16835.3790024247,971.029985963116,8025.14803372482 -2248,8995.96959213728,67104.6861076907,4445.93866358814,1614.09908218889,44312.2296178352,17496.1630604986,989.256950253832,8350.41579638236 -2249,9581.83873210232,66829.2664849575,4805.98597682305,1734.52358858661,47487.1313819924,18751.4758332216,1066.7823807011,8946.17048487051 -2250,9729.20725806837,66888.5076951979,4682.71074506167,1725.2082102465,48319.6599347019,19370.847279604,1038.09316160674,9274.34528331806 -2251,9711.7474524755,66628.6778434092,4637.42637192064,1716.89176240979,48430.3505962498,19527.9335044845,1026.03618929784,9361.52404436374 -2252,8789.39687578406,62798.7865135784,4032.15851652394,1524.48167790662,44005.0998242239,18010.3057969033,889.944895234829,8664.42642511915 -2253,7252.15843488321,59017.7430789397,3234.3918407139,1237.73974109983,36072.501711739,14813.0871743702,715.643607853865,7126.23744030148 -2254,6055.54442544342,54380.3006262054,3225.54677118779,1134.80002373191,30496.8435067238,11839.4874933847,717.196026551268,5607.50522710329 -2255,5766.46617226376,49978.7836224395,3691.63109539317,1206.60727372391,29772.7288450708,10913.3034382105,798.861755460283,5005.43353582324 -2256,5936.84121151505,47403.3506194493,3764.39217672058,1232.94105649623,30212.7813857996,11037.0204964148,818.541501861489,5058.7717600312 -2257,6113.55352229689,46102.1228789612,4090.48552652467,1310.49561400325,31332.638678928,11231.1348047912,883.036712128651,5128.70612421406 -2258,7104.90212148902,45888.0231496408,4881.8640677615,1554.17751805382,36581.9299394462,12975.8663202676,1061.2328737614,5913.05858458745 -2259,8907.92482939099,46375.463818522,5696.49031727764,1864.66799065901,46013.068503362,16908.5019852607,1231.08796046216,7779.34259076519 -2260,12043.6593687226,47174.7003095496,7052.1059495508,2397.58258024706,62037.1634241016,23582.1052172314,1529.81247490123,10940.2316397793 -2261,12963.7885385928,49012.216714925,7500.01582479511,2579.39816870491,67694.6333153241,26012.551870201,1635.58633048616,12108.5853634468 -2262,12260.8879747766,52146.8035952576,7148.3011816698,2443.90642570024,63521.33892223,24297.5642695007,1552.90804705461,11315.9897730058 -2263,11405.9463329807,56638.7413511529,6482.1568014294,2234.60706351482,58781.332692992,22654.4084116942,1401.49501936469,10574.7578311921 -2264,10763.8199783709,59707.8510725417,6126.81955469272,2113.57732387407,55402.3919224833,21319.0860809253,1330.84962271818,9949.1461994923 -2265,10063.50573053,61713.7371855831,5636.39061856774,1950.81369959184,51631.170769736,19982.2714510287,1212.91338742499,9343.51300213374 -2266,9562.56141862951,62664.7143221531,5319.71955273394,1844.94685393674,48924.7462881434,18952.8757585054,1144.99810134205,8860.18677521508 -2267,8758.73976932594,61527.6990238001,4556.73934997748,1624.91166728114,44555.7374103319,17638.2203429374,976.096215803551,8293.55169701616 -2268,8704.47871541647,59300.4379415556,4590.0521941778,1629.62451335873,44243.2115588389,17409.4419758387,990.311491014002,8171.29955150861 -2269,8514.96708284788,57150.0864228545,4490.96416829057,1587.39862874087,43042.9161768587,16914.860934515,960.380017292674,7940.81503953115 -2270,8459.222453075,56252.1145478216,4381.78388724616,1553.44550940553,42550.5093471227,16816.6195887136,925.117815367427,7909.91965287162 -2271,8681.77126157773,55633.7196618668,4436.94484012479,1577.68135109313,43454.5752442018,17219.3029452207,932.221202909048,8102.2155773093 -2272,9188.98314057956,56088.9414976796,4717.06209351985,1677.38519996342,46019.4368528985,18200.2458991639,997.406378428412,8557.15008271989 -2273,9557.25370514086,56945.3405157753,4770.36178721281,1726.22431377398,48017.1951078502,19161.6093981143,1019.27701338225,9025.8570812748 -2274,9734.6306515543,56890.2565710658,4696.6035323467,1724.98229355543,49087.1722555284,19858.795417222,993.718816638964,9391.00725656873 -2275,9913.54092875226,57199.9737100398,4802.69428070875,1771.46270926957,50280.2355658462,20327.8117396946,1030.89592101596,9608.00966377279 -2276,9094.16884805134,54635.9732124632,4312.13522826942,1607.56572347365,46403.4868103639,18939.7868643468,919.385858203002,8977.72332293564 -2277,7653.17677384804,52192.5336169119,3658.90473415502,1356.41948314494,38895.3148431334,15816.1501696936,780.958918460384,7482.33551573935 -2278,6628.25047683013,48436.4338762729,3825.57949805509,1308.98955026423,34042.8059241618,12977.8613408064,833.98596433509,6017.1006903575 -2279,5581.17055686297,44608.6211288006,3786.60686140406,1215.17568273264,29619.9116629245,10883.0233625316,849.711785289464,4875.76919704567 -2280,5715.71316696576,42233.7766665448,3998.41985229782,1263.13780619236,30274.0375007073,11032.7157528554,884.193366767207,4926.39137714318 -2281,6502.20591009213,41032.3236012412,4998.71304986961,1524.89682166994,34645.4514986995,12151.9072256049,1099.72161555116,5370.83126704068 -2282,8125.08204135244,40669.6012007302,6613.06400697939,1975.67627779163,43454.3028794119,14890.891894117,1445.30409350075,6544.98662373076 -2283,10217.9651819407,41202.7719920797,7784.73003969966,2381.59826239695,54538.5043052772,19294.7875686298,1704.25429322995,8576.82325284462 -2284,10338.6348436106,41522.8823452881,5907.50674444324,2024.38208628147,54436.5904296619,21490.7991506427,1296.23409251026,9877.1178459115 -2285,11579.8678156291,41787.908753787,6641.55266294485,2270.64175965013,61173.7197577547,24281.9417447444,1439.8710158365,11228.5106886547 -2286,10376.5090560841,43518.3752440951,5752.88605153517,2000.47504084291,54627.3604542198,21876.0042659985,1254.94955109611,10152.8960548203 -2287,9553.11983379194,47527.0295966403,5072.49617748198,1799.9155548248,50172.1971124847,20288.1465841546,1115.19207034648,9426.68071117192 -2288,9061.26189337846,51190.6299019774,4896.23733533912,1723.07396924617,47598.7905371356,19164.5447476889,1073.45554665072,8896.23903486257 -2289,8623.30501791132,53378.396911271,4643.95540700383,1637.31340930408,45275.0129349807,18224.7496542706,1021.0459107268,8454.31923755633 -2290,8197.82848631165,55751.1626903543,4414.02361801949,1555.31405810749,43017.4113872677,17308.5903226923,970.058117728659,8019.56173238237 -2291,7825.5377872688,55044.4256346286,4096.74778752439,1462.06081165927,41012.1523668769,16628.2938931401,901.730689870252,7718.11083938516 -2292,7772.33110771358,52663.3452236693,4150.94987924993,1468.71896405301,40751.8573212548,16404.7905930637,916.419681979319,7593.91525781255 -2293,7553.92408301952,50975.4907806638,4046.54479011461,1428.80105704298,39558.1880260619,15904.4666826929,892.154585305673,7352.5017247706 -2294,7653.67124770382,49793.7848526497,4092.76155058472,1447.83669173309,40052.9861937007,16073.2094277752,908.204169402022,7419.99287834513 -2295,7819.62191588932,49545.3875062745,4118.215723474,1467.12410385014,40866.029174864,16435.4807455727,918.171005309727,7579.89289856113 -2296,8244.37405526073,50769.7055824053,4381.06622523565,1552.55582738147,43094.0409371287,17316.957609999,971.032623515255,7985.67247918169 -2297,8784.99043687124,52735.0583313165,4668.87903410836,1652.35388135971,45971.7874597254,18517.5500854503,1027.90547645926,8551.91465122344 -2298,9131.85112401916,54318.9808336066,4698.45133565144,1689.84890688388,47794.649230469,19440.7450137104,1037.35443400442,9018.87398592717 -2299,9238.51610164144,56202.2272606363,4734.0731359252,1704.54578829923,48396.6501811145,19753.5854747526,1039.22825921181,9183.04694294521 -2300,8579.00421880009,54697.2930050621,4256.66876264121,1557.91360944031,44964.3245769849,18517.117984859,937.643404558644,8641.93183576615 -2301,7164.90374634565,53142.4714623026,3586.03147986374,1307.08073215119,37529.9741356275,15405.8582223673,791.280652115395,7178.59705937042 -2302,5817.63521698588,48921.7959627956,3326.82057560878,1141.94710135148,30632.1816655817,12025.6070157815,739.840876835637,5505.58390644625 -2303,4534.49519061587,45687.4345080924,3091.93837261114,977.354183436986,24444.8591047781,9287.78244926434,720.065666851441,4206.30774392179 -2304,4683.85677521696,43966.3218400254,3304.0059362642,1031.69726750786,25280.1198345906,9473.04166775725,770.302806399215,4278.73135121921 -2305,4932.01421218556,43333.3764743053,3647.51373542308,1120.00126564301,26662.7388554496,9788.09721901652,851.639127571803,4401.10038473574 -2306,5682.38869354928,43836.406914131,4270.25533748037,1304.67459944672,30732.680779434,11207.619312973,997.566056734387,5037.51712015467 -2307,7463.37597028841,45892.1804151717,5263.50464789315,1645.07954255131,40269.5469202381,15104.2627501755,1227.22155180993,6835.10028838779 -2308,10020.3336950495,51178.1581053846,6482.18091099525,2093.19525831403,53905.7527254939,20935.6617295764,1507.11418643325,9553.87867331046 -2309,10838.8092387572,61443.514220374,6688.12957203349,2202.48255633749,58206.7659867352,23024.3930486046,1552.56683650028,10570.1737805513 -2310,9752.36718776321,67378.0270472515,5947.86847969741,1970.9523996076,52336.4487301777,20816.4301560065,1380.32521519363,9593.18409596955 -2311,9157.43264871181,70351.5194598006,5547.35220693594,1842.69755278033,49136.1474220692,19584.5992287047,1287.02767031919,9025.17532746763 -2312,8422.56703555119,71554.0118162835,5034.09289544264,1682.0385817992,45170.4649529105,18094.0145154533,1167.41543330067,8352.95159938283 -2313,7859.14337216112,72775.2119180625,4624.14718934106,1555.1102156996,42127.2065595779,16965.4416871078,1071.72564368586,7842.08221191621 -2314,7354.67458659542,73913.2664067808,4275.23956005689,1444.62397507899,39409.3516096399,15932.0278616273,990.389322513277,7367.42755248622 -2315,7052.37508288123,73233.5516274131,4030.0068063714,1371.57871432185,37770.5022302343,15356.1003974444,932.975448744391,7110.1130383245 -2316,6776.68929583725,72541.3650514527,3835.13464218898,1310.55986598105,36286.6418073885,14798.1461859165,887.522798677357,6856.34102656392 -2317,6681.5909391271,71331.5974550872,3863.02050974385,1308.10047007464,35801.396891334,14497.4000137108,894.699532898468,6704.88090447171 -2318,6526.30222647541,69913.9659772908,3670.62298500788,1257.60642236578,34935.8802935001,14275.5279619449,849.246882831433,6617.07861664323 -2319,6713.67378205017,68012.0118049648,3784.20919410825,1294.76283135638,35947.2952738217,14672.8793840413,875.561574975506,6795.27265569746 -2320,6978.89684158903,67036.0910752092,3889.27925281423,1337.24150335615,37351.9956815687,15302.7455917928,899.484022379208,7092.99440336057 -2321,7538.24335660923,66701.4302422356,4209.72547253974,1445.74797301052,40352.5180175564,16516.823203833,973.643609330685,7651.62147277279 -2322,7843.90975773286,67320.8645201836,4235.85115476537,1476.80478607512,41941.9455976907,17355.6305588244,978.428098811426,8066.97170261139 -2323,7867.94559058831,68093.0787348531,4146.7462961417,1461.44135889584,42040.5846131621,17525.361422967,956.897896148094,8160.98745275393 -2324,7243.85668742152,65052.0305810017,3645.82094549132,1312.20207426235,38655.5384106674,16332.9906867483,839.677903869952,7633.01315130457 -2325,5889.68796182861,60197.3704245954,2910.6242987843,1056.5217645709,31413.0027597722,13341.8690895676,669.828527303665,6243.04197967494 -2326,4818.86433334032,54644.2877435251,2779.33556489782,939.799131659023,25829.1819152424,10446.3527994451,643.513835159593,4811.79179938007 -2327,5615.59107854119,51034.7319909042,4192.87645217337,1263.98511975566,30737.7125534026,11512.9260392921,907.238204031078,5052.04035534239 -2328,5815.08220597761,48856.3189046658,4485.42719093963,1337.13910992013,31831.3319436919,11760.5704634041,971.603076614364,5142.49284871503 -2329,6062.6017558063,47602.8998690044,4861.32893231855,1430.37108992411,33184.27044162,12051.6942733646,1054.35791279287,5245.06277711919 -2330,7096.86697624165,47770.2302854912,5818.0387284146,1699.99395868494,38839.7462502996,13967.8846578389,1262.77750020542,6066.92753364883 -2331,9335.57356041677,49573.4491746259,7229.0616624589,2153.63294923301,51084.2135205637,18856.3778342705,1566.21189952662,8255.44288105944 -2332,12592.9449965809,54089.2912325277,9048.36273174226,2768.76076399472,68896.9493313832,26241.8704822106,1955.46612895888,11598.3734525215 -2333,13563.1682722494,63416.1421083539,9317.73317508012,2901.78033149184,74174.3651748164,28770.498371823,2010.63601974455,12805.5432339218 -2334,12439.0755266553,69331.9471899352,8577.0243674781,2670.62095010971,68001.379281557,26370.851727889,1851.25633525261,11763.1404413286 -2335,11600.9365308568,72431.1972628477,7912.88622175092,2473.41218491655,63421.831417525,24689.0307308748,1707.20162042335,11020.5505896384 -2336,10632.3655463458,73273.045801178,7149.25541415753,2247.76051345584,58117.6385474775,22750.8371911143,1541.69194806632,10178.1363914136 -2337,9912.66360827125,74896.462477233,6570.02933813179,2077.20676147268,54179.8012772771,21319.6403311906,1416.02719683229,9552.81473054747 -2338,9245.63874656317,75781.9624548592,6047.0018882255,1921.36051657209,50533.6725128716,19974.9749594693,1302.62242132841,8958.26925307087 -2339,8874.73181440013,74786.2945878141,5722.8343792646,1828.53406282398,48504.9938439106,19268.1133126513,1232.12756088005,8653.29601090323 -2340,8446.16528931875,74315.4829810567,5356.18993461641,1722.8148297185,46163.7910632422,18442.3923171996,1152.43771863407,8296.35622353478 -2341,8207.68812826382,72792.8802713655,5240.83858314095,1681.05269637895,44861.8481336241,17880.1454539185,1127.91776717377,8037.60140494171 -2342,8121.74919527093,71515.5569336978,5115.39195699876,1649.8329383813,44384.9458572364,17772.5178390678,1100.33282178094,8000.20367538362 -2343,8224.55714816313,69918.1232428217,5118.02746345028,1658.20379234918,44953.2859333618,18066.4968126767,1100.33282178094,8137.16285563053 -2344,8523.76427544811,69561.6367910141,5234.77422480047,1705.22769758549,46582.4339731843,18803.7770975424,1124.85277324124,8480.08043762914 -2345,9181.24646193825,69616.7207357235,5634.49107385024,1835.54914161079,50182.0295702817,20256.4188240041,1210.67260335228,9132.39929756654 -2346,9458.96947746674,69400.5423232307,5572.24657829787,1847.24126575014,51682.8150288877,21143.611347227,1195.3476336896,9576.95847830489 -2347,9524.06466577053,69224.897375682,5505.20866036926,1839.79605843267,52034.1148068218,21411.6748579667,1180.02266402691,9715.607148362 -2348,8746.08757989109,65932.3340019177,4828.45788614486,1646.29588369713,47773.7415855218,19928.0255482011,1032.90295526511,9081.54518475529 -2349,7085.54678993081,61646.1814442809,3829.14437316563,1318.02129739983,38698.8498074325,16241.4633989908,818.353379987493,7414.93668164871 -2350,5971.37522606352,56124.2783050997,3831.05252165869,1223.84039352311,32658.7037669567,12969.2929549999,824.483367852567,5802.47420668757 -2351,8219.48506045717,52185.2583770293,6349.36443271671,1894.93313811784,44968.6408686253,16694.7302477884,1392.1300096206,7356.3572021476 -2352,8709.14848950904,50249.0066884626,6604.75636532474,1984.25805245799,47651.4135171277,17836.8880689337,1447.26387138776,7879.10476521266 -2353,9090.21259038564,49358.3100533122,7222.72995570824,2135.02390354311,49722.5086511572,18229.7202520789,1585.09852580564,8007.51257947067 -2354,10300.2190544131,50031.7889847904,8307.31182139291,2443.63738159443,56334.1165507011,20514.5915164856,1824.01192679663,8998.88172209284 -2355,12593.7192198277,51886.9737434688,9702.37817907165,2900.38444239555,68888.058042932,25624.4993482395,2127.24816651597,11313.9930681719 -2356,16130.9628599377,56262.5077620559,11411.5521073658,3520.08446626896,88260.0853478027,34036.3589176943,2494.80724496365,15191.1565150145 -2357,16847.5866691757,64483.5229822322,12078.2211906134,3707.85360714154,92173.0300563132,35362.5027733797,2641.83087634273,15765.653434711 -2358,16741.0980199126,69728.9672075009,12197.1856546042,3722.82928576044,91578.3035360451,34911.7725372065,2669.3978072263,15543.0936869799 -2359,15695.7854855244,72094.4577467017,11156.82503852,3437.53890472192,85859.1501558508,33068.1429833211,2439.6733831965,14772.6481271827 -2360,14673.6079526779,72923.8344884391,10360.6770477781,3200.78826147324,80263.4426451961,31000.6348909252,2265.08282093385,13863.8297689457 -2361,13873.879515569,74035.9060927925,9671.46962296604,3002.68497703622,75889.5507931408,29461.3464236884,2113.46470107418,13196.9104674606 -2362,13285.1191552876,75061.7142105474,9210.86191337225,2865.14738905374,72674.2736212872,28267.9173932952,2012.38595450107,12665.4561954766 -2363,12897.0453610057,74113.8550483291,8876.74924904582,2768.85770638836,70555.1773226695,27520.0882180169,1938.87413881153,12338.745201563 -2364,12711.3576254152,73227.3157795237,8750.54275128637,2729.22925450289,69540.5411481999,27120.845230562,1911.30720792796,12159.7589195148 -2365,12594.3279341267,72030.0199797511,8605.47960449455,2692.11355088945,68896.2743824979,26950.4090301631,1879.14578856378,12096.4784958663 -2366,12718.19044528,70967.835763397,8588.1255322172,2699.08189176232,69572.23873336,27336.6583804711,1874.55130008319,12286.1258625829 -2367,13138.5931486247,69083.549944374,8740.44043776382,2762.69044450323,71881.2060214804,28396.0890326557,1906.71271944736,12778.5984699686 -2368,13274.5250601788,68986.8932435412,8560.89369099028,2739.77197691236,72624.73995007,29013.2495359526,1865.362323122,13100.0762396026 -2369,13559.4515842192,68762.4002999864,8587.9500874855,2768.80734107364,74187.6285845583,29826.0603833305,1869.95681160259,13493.0308402936 -2370,13685.3368541927,68764.4789831589,8530.00821205161,2768.28838783175,74877.626656232,30268.6230618893,1856.1733461608,13715.4272004617 -2371,13195.1296234873,68737.4566059868,8010.55875240705,2628.69414406572,72196.8496642283,29444.075457588,1741.3111341459,13379.3859676372 -2372,11606.1402560916,65992.6145033373,6794.70377784585,2264.85839859254,63497.1332443813,26203.3168658834,1474.83080227133,11952.2168094041 -2373,10066.9555859857,61655.5353673359,6047.85638399618,1992.23384581869,55091.7835431665,22532.7437542872,1314.02370545047,10238.2488122438 -2374,8691.88797245418,56188.7160720502,5974.8563437825,1862.53467913391,47567.1734401523,18542.0927783646,1304.83472848928,8295.48493049603 -2375,8539.30892154185,52135.371089844,6056.32091472424,1921.73974881151,45697.7697697407,17010.1943733608,1420.82198152862,7706.03379330084 -2376,9052.10885396712,49838.4755831248,6299.9458847211,2013.00865096541,48414.8397493653,18172.0417452451,1477.0921590149,8249.20156232774 -2377,9437.50121385981,48598.5677360495,6889.35425788121,2164.20949958477,50547.4641768387,18578.7973316409,1617.76760273061,8396.01632568322 -2378,10689.8982828822,49062.1041029243,7923.86487984291,2476.45828591215,57281.3409532901,20910.8370748293,1861.60503850449,9440.73485393471 -2379,13085.2114868582,50690.7173356894,9254.60965424343,2941.78080453164,70011.8881462739,26112.1420278345,2171.09101467904,11852.8275569613 -2380,16794.288857968,55141.0823354614,10885.0743128515,3575.97139969633,89624.0471936221,34668.5458333006,2546.22553125426,15878.4799972558 -2381,17535.2948865159,63777.8252176857,11520.9659093067,3765.86611614353,93612.6045971483,36023.1239230965,2696.27933788434,16485.1907150801 -2382,17418.2562051917,69537.7324890077,11634.4173040266,3780.04416179852,93027.5097029622,35568.7287091471,2724.41442662748,16260.1244848458 -2383,16340.1009403311,72506.0282440327,10642.1158393649,3492.0522754023,87200.1561504659,33687.6030617261,2489.95535376797,15445.322787486 -2384,15278.4199292752,72870.8292269021,9882.71550320337,3252.00919923375,81514.2394980099,31581.2822598461,2311.76645839475,14493.2262350746 -2385,14449.9373628384,73987.0580967865,9225.3287029091,3051.49624928008,77064.0104381221,30011.7906213331,2157.02347030747,13792.0580014664 -2386,13838.2511227373,74904.7770082949,8785.97243742936,2911.96675592823,73792.9783957183,28794.3555008886,2053.86147824929,13234.4276006499 -2387,13436.1640697295,73767.7617099419,8467.28276216498,2814.47701366743,71635.7992510442,28031.3443645675,1978.83457493425,12890.6275741502 -2388,13242.6354257099,72735.7177442976,8346.89704500948,2774.1769801397,70605.2558857223,27624.6027814736,1950.69948619111,12703.7212918839 -2389,13122.9608656708,71416.8216505065,8208.54221031886,2736.88165167701,69948.3567932079,27450.8634113138,1917.87521599078,12635.8619898661 -2390,13255.4163552778,70359.8339908625,8192.00912521431,2744.58922184886,70627.6346837392,27843.0091058306,1913.18603453358,12830.7096216665 -2391,13697.8486092509,68964.028232714,8337.31975398796,2810.02276026222,72959.7952028734,28919.3134646081,1946.01030473392,13340.1659147706 -2392,13848.612608586,68570.1261895,8166.11077574083,2788.39747614498,73696.0626099494,29544.6321288723,1903.8076716192,13667.2871763392 -2393,14151.1671251458,68317.5716784079,8191.9545332453,2818.95272751236,75271.3703750618,30370.5701101311,1908.49685307639,14072.401989725 -2394,14287.1764118746,68301.9819074633,8136.71517918555,2819.31218229841,75962.0715602853,30819.6285650322,1894.42930870482,14300.1184518027 -2395,13782.7133834082,68004.7365650822,7641.26814939369,2678.56892035157,73229.1017579935,29978.209114633,1777.19977227507,13943.5725143665 -2396,12131.5767664125,65150.765965007,6481.53024686752,2309.55640146799,64390.8087372922,26677.0337383666,1505.22724775804,12449.3500358589 -2397,10517.0158441024,60622.4520096984,5769.04885506733,2030.32796913042,55869.7485934183,22938.4782386975,1341.10589675639,10666.8087067986 -2398,9054.837894824,55306.3340687758,5699.22584929697,1893.03722395844,48285.6020193839,18882.3759986854,1331.72753384201,8664.12820956391 -2399,8048.50494826981,51561.6668335503,5603.31431232848,1793.53791108242,43091.7684799739,16114.8094396569,1307.72970380472,7305.61567524859 -2400,8502.32067360898,49383.2537473119,5767.28167546032,1869.70200976641,45482.331507318,17161.7837620649,1351.76100696313,7802.56527756678 -2401,8742.46394144336,48199.4691361253,6190.41101022438,1976.26458739805,46823.9377497185,17350.8217485291,1453.03300422746,7858.15906502322 -2402,9832.86220193052,48700.4209935925,7103.38810593072,2241.76105919185,52699.6472016025,19417.8755215358,1655.57699875614,8788.88134882657 -2403,12067.4641560364,50478.6961887275,8386.29298024034,2664.99740212569,64608.9544787352,24330.5666739658,1928.57107833827,11068.7904080701 -2404,16087.4791333462,55015.324675098,10587.6494814098,3405.84269479602,86008.9165731587,33280.0288946039,2395.30289181739,15237.7602558085 -2405,16901.6687667824,63087.7172240837,11266.2018830083,3617.09925915279,90392.8542541084,34763.3849398597,2562.62184381935,15887.9883752387 -2406,16788.9838983274,68879.843328474,11170.8715524302,3632.96356006869,89758.019841996,34305.5793119276,2593.44375603023,15667.9617934388 -2407,15781.4134340268,71645.4718595921,10253.5846287343,3365.24507048812,84307.9155336533,32537.8493218066,2377.69037055403,14904.5645708907 -2408,14764.8585802665,72376.1133181383,9464.79311163039,3136.68778763347,78836.3271896533,30514.5202175626,2210.37141855208,13991.6544007454 -2409,13956.0898145029,73382.1742986037,8762.23907338038,2940.76102987428,74466.9334074634,28983.8112777203,2060.66498781349,13310.1931461355 -2410,13322.0927681306,74192.843295045,8352.15792438301,2793.24350858102,71088.333147357,27739.6424143253,1950.58672991747,12744.4712246447 -2411,12902.1883199285,73284.4783065916,7931.1186749846,2689.72500869492,68804.5531234268,26953.3933365796,1871.33038423234,12393.0216211134 -2412,12712.8212716545,71390.8386653276,7710.74310314919,2650.46158947361,67760.87944876,26553.5630531474,1844.91160233729,12210.8921825874 -2413,12580.4353869071,69500.3169984152,7544.10403666904,2609.771386176,67028.2030606845,26354.4077018972,1809.68655981057,12134.4315545519 -2414,12640.0643917156,68006.8152482546,7440.87075573324,2596.56545363586,67308.0215654121,26625.2544216224,1787.67090823137,12279.2856667597 -2415,13031.0997617783,66542.4143568106,7535.48343474297,2648.68033282928,69362.6213229474,27604.9440957014,1809.68655981057,12748.1844077148 -2416,13371.1264183732,66150.5909967691,7605.83009660787,2685.95049830333,71141.849985539,28509.2643325587,1818.49282044225,13189.2500944351 -2417,13637.9119037733,65958.3169870966,7758.84644274785,2706.68970560289,72578.9382992228,29275.2635247241,1814.08969012641,13565.6407467429 -2418,13722.2363718005,65580.0048156411,7625.26978673906,2691.91113314064,72982.4335992959,29644.3007185404,1787.67090823137,13757.3166192225 -2419,13300.9959290198,65490.6233546909,7310.41339417563,2575.14225811068,70731.0475704914,28941.8555777372,1690.80204128287,13457.1558616379 -2420,11745.5158180795,62940.1339448863,6268.06206021209,2230.39888221626,62411.9812191375,25823.6662036536,1439.82361327994,12041.8730537445 -2421,10168.2161114922,58992.7993849401,5414.7165601264,1957.33018501768,54025.8320836549,22176.2315257757,1281.31092190967,10307.431117395 -2422,8593.57854266371,54404.2050290258,5243.69125207074,1778.20852114402,45830.4477661603,18002.0495529896,1232.87648843542,8265.22661679469 -2423,7721.30203002524,50194.9620349324,5433.44628287685,1735.63828444814,41659.0377230422,15474.1200745595,1209.91627577972,6912.11833767354 -2424,7999.60034094157,47577.9561750048,5473.40521282572,1760.23217195302,43107.830194992,16201.2341894569,1214.88434325566,7260.80479948695 -2425,8470.44387625003,46300.6328373371,6101.55120290117,1939.02743698923,45632.4011152937,16738.3020600257,1362.96288291619,7452.68905337968 -2426,9655.82909506396,46437.8230031141,7146.57577409729,2239.42328180296,52100.0746525822,18939.1702865902,1592.4635398335,8416.33409207119 -2427,11947.9558436474,46842.1181597485,8417.24043884343,2692.54072327866,64451.4133344239,23937.686369009,1875.87225352523,10708.9279984614 -2428,15595.4512408605,47716.185631961,10208.7766589668,3340.59768701859,84156.2464510377,32287.4145310548,2261.00692629763,14583.9050414457 -2429,16064.6763123715,48899.9702431476,10632.9147240154,3449.92663998046,86934.1356543561,33359.39634263,2347.01773230106,15083.0896297757 -2430,15592.1210310469,52227.8705251459,10286.909728346,3354.52739779924,84232.3318763846,32286.7368361157,2276.72207937485,14601.9838996463 -2431,14721.5875090224,56657.4490964492,9446.68198924891,3123.82677675288,79413.2309457285,30708.7444733772,2093.52180984661,13927.5297295906 -2432,13757.7926875385,59794.1145591402,8808.93392676451,2905.91385177589,74240.2339634188,28774.8543608464,1947.18560706208,13062.0378856057 -2433,13189.8677831107,61543.2888955586,8324.62049870796,2779.91665040881,71059.5289652705,27601.8236275883,1848.21968546806,12537.6323416952 -2434,12560.683869255,61890.4214243111,7850.88428199838,2630.53817458291,67649.7958669741,26362.1387065045,1742.111787602,11981.1055573793 -2435,11505.3955776784,60599.5869988713,6774.29918409518,2329.56604793846,61893.9249708352,24609.2516245768,1501.77773069939,11250.6018136658 -2436,11305.7517014514,58269.4332670905,6693.62862950107,2285.89791971916,60859.984629129,24192.3082557558,1479.00691573415,11059.3450616406 -2437,11406.4611408047,56440.2313927771,6731.39027662927,2316.32172602026,61291.5389637611,24315.0105167215,1494.51531885012,11109.3724496472 -2438,11689.5814170505,55069.3693286282,6802.03722868496,2372.37112663678,62694.7967546112,24900.677564728,1518.56277757805,11379.6610571629 -2439,12169.4130589394,54434.3452797356,6976.50734759015,2454.01017394747,65206.6488015125,25983.2664179412,1559.89509749117,11880.2590593121 -2440,12709.9237234446,54711.8434848274,7291.95257801199,2554.69346903898,68145.6595278322,27189.1727322168,1625.77469043876,12436.078767573 -2441,12747.6217216709,55674.2531268109,7129.41978716163,2506.50732188572,68443.0352197247,27630.5201479236,1578.5770380163,12682.7272974451 -2442,13033.3599988791,55841.5834424838,7179.86466055928,2554.29825914702,69956.1093750443,28337.7795312923,1595.18945612692,13022.7975094844 -2443,12756.1999297651,56274.9796594627,7037.14537196099,2479.45072860557,68615.2756645387,27902.6130511176,1551.85585618574,12841.3190077994 -2444,11679.6431725209,54184.9086421813,6414.40798623981,2273.74977528248,62828.9319842041,25574.6266683848,1418.26801903054,11779.9403701792 -2445,9878.89599648596,51645.8517377903,5437.73034174142,1923.16591460486,53141.4929720674,21594.4898535865,1202.10185643311,9928.60096991388 -2446,8473.5643583812,47919.8922478611,5448.86774602249,1786.9887306738,45741.8698298028,17687.564080513,1202.30860639437,8000.19251614789 -2447,8830.18555484481,44190.8147835802,6532.58923631147,2121.93865336044,47231.7524023316,16853.5324802187,1432.49382437451,7346.8721626979 -2448,8624.12014080662,41881.4474802681,6156.89428478131,1995.20424436429,46230.0814373608,16818.1940547098,1350.0127844382,7415.84444266219 -2449,9399.04148921683,40652.9721386064,7236.01101460233,2263.20327591268,50511.8703158381,17855.3574868388,1591.54249909457,7801.05643572457 -2450,11127.0358974479,40338.0583421083,8944.11797877485,2726.64632445478,59985.7958475708,20903.3129416314,1971.29768764632,9097.82811952189 -2451,13998.6922723304,40572.9444998974,10845.9197794688,3364.75436546671,75432.4316527304,26768.5596989627,2386.91973708028,11698.9624168513 -2452,14588.1079259905,41131.0589852465,9022.14740276913,3086.25870487776,78346.5353375671,30379.5097787444,1968.15495852204,13671.4707752992 -2453,14852.9641140842,41319.175729388,9203.61126460437,3103.94255145782,80155.880293656,31407.5454761489,2009.89275758092,14164.0778310472 -2454,14011.7873383469,43237.7590646517,8458.74724342197,2909.08174212139,75392.6069655376,29642.8834819957,1844.35063959873,13406.1202548744 -2455,13518.8269975502,47434.5301613384,8018.86002642637,2804.61820067122,72553.4297701584,28557.5573596976,1745.95588244052,12921.9318636153 -2456,12702.7532081002,50919.3675447751,7540.59275859203,2628.10851441936,68203.4862565749,26862.5190237533,1642.33643243028,12167.5880540903 -2457,12297.8117791558,53384.6327591604,7313.78481266412,2554.48834038001,65972.4656946885,25921.1478660339,1592.71193868206,11733.6831707776 -2458,11739.2556477422,56033.8575529702,6930.15882929723,2426.29143660613,62967.2245556545,24782.8341688845,1508.73833649593,11225.924707907 -2459,11313.6259761305,55262.6826294799,6559.44027879119,2319.09023602799,60650.6921242777,23987.6732318716,1426.69700682598,10880.5186160199 -2460,11422.0120454331,52914.8605443962,6755.28887085413,2373.58307602325,61194.6944076062,24006.1018899482,1470.26776757842,10861.4317444199 -2461,11177.1787637008,51034.7319909042,6514.14641587309,2299.93666624595,59855.8096417502,23572.4149381085,1417.12704165464,10693.7829036573 -2462,11703.1252843826,50050.4967300867,6903.63991172189,2438.93436279116,62578.0552897271,24469.7129190257,1501.954874179,11073.2667799296 -2463,12288.9470131915,49456.0060453243,7206.56816179776,2562.24567697597,65633.1225634655,25640.1496063847,1566.94615064709,11598.1466392492 -2464,12660.1149822017,50746.8405715781,7342.45534495082,2609.36886005866,67683.5314774926,26591.8647917477,1596.38577548224,12056.9381633861 -2465,12995.239396352,52302.7015063308,7458.39909269214,2646.8392437322,69591.1029237801,27530.591684105,1621.5794388207,12508.7382737363 -2466,13479.1724429043,52945.000795106,7732.07910150192,2754.43033445446,72184.7250084013,28581.316111817,1680.55008590054,12970.3043488832 -2467,13182.4870488949,54348.0817931371,7481.75037451055,2664.29776226064,70705.8929662517,28189.2014971835,1626.01610854956,12818.4918830404 -2468,12221.5833201305,54342.885135613,6965.09545869976,2487.1045706589,65542.5663080636,26117.8048920367,1513.49021547406,11859.2296522479 -2469,10358.825463011,53631.9908143563,5924.64590231404,2113.14168291858,55535.9638513306,22058.3044706549,1287.42659436018,9997.32782594549 -2470,8755.49308947242,49945.525397378,5607.28619322685,1914.84013773161,46891.5287705821,17834.7539031959,1223.63786108713,7957.80879250131 -2471,10135.2801980696,46583.327699953,7725.95177904584,2413.72789684123,54559.7863307241,19642.9186649821,1673.50493098721,8594.2455203307 -2472,10698.9844728343,44920.4169509471,8005.7970713065,2517.6789299959,57604.2957027232,20918.5752782889,1733.07954018093,9179.91762321664 -2473,11211.3003400531,44367.4991231221,8768.58819860884,2716.0039820289,60332.3947856135,21464.2186415201,1900.97162063595,9358.2798761516 -2474,12696.0419423847,45064.8822557927,10063.213064402,3103.64322890118,68309.6007168957,24150.2397258688,2182.59704591535,10513.5660277851 -2475,15367.7863687307,47393.9966963942,11628.5157405187,3644.92692941356,82717.4618797213,29903.3284238165,2518.38120682541,13121.9225642157 -2476,19411.507855608,52187.3370602017,13468.6495644362,4357.34959263207,104555.736561309,39256.5710156756,2908.32410336612,17452.3127972172 -2477,20292.7857659939,60641.1597549947,14264.4694161505,4593.3720637992,109286.560341581,40819.6077808574,3081.63205738421,18123.0307113202 -2478,19738.1929730813,67354.1227452451,13911.7986056318,4476.76322279905,106286.387579283,39666.2986096276,3005.8098275013,17617.1214936053 -2479,18755.7728322154,71401.2318795619,13016.336814111,4213.48186304106,101001.900278153,37941.1818288383,2810.83837923094,16893.4461202857 -2480,17643.6321532319,72989.3116473829,12214.6860863737,3958.09271118395,95008.630622427,35730.0935881341,2637.53042521285,15918.2819559897 -2481,16510.0141145094,74348.7412061182,11218.810058434,3661.48910137111,88913.3452512336,33693.2134381885,2420.89548269023,15051.9149744385 -2482,15969.7323415936,75691.5417027297,10867.0824924808,3544.07072174989,86008.5549699676,32568.1162221805,2345.07325280732,14540.1047864631 -2483,15340.1917094134,74890.2265285296,10295.0403653721,3375.26965506053,82628.1859842985,31459.7792674268,2220.50816085681,14069.6654912442 -2484,15093.6200059358,73568.2124603868,10119.6979009822,3318.95253773996,81302.2541244911,30965.1998331599,2182.59704591535,13850.644797366 -2485,15012.7966713374,72435.3545283787,10020.7439301214,3292.5548446021,80863.5281310961,30855.645399888,2160.93355166309,13812.9442590556 -2486,15441.073969345,71224.54754002,10321.5935340856,3389.38226259023,83166.8413057052,31715.7473027841,2225.92403441988,14194.3692888712 -2487,15828.2056305707,69521.1033260699,10379.3427813602,3433.3211795341,85270.5357987686,32754.6427924934,2236.75578154601,14690.8767432973 -2488,16389.4012825426,69037.8199227197,10634.855003602,3532.37154332404,88296.1060100666,34051.9526241632,2290.91451717666,15293.1624880494 -2489,16653.9743581252,68613.7776287959,10592.5981923011,3546.52181803157,89734.5006545712,34865.1712436966,2280.08277005053,15698.8326297999 -2490,16772.2630069873,68559.7330760796,10498.4553979811,3537.6967942325,90379.7763581059,35320.0914309942,2258.41927579827,15934.9672394285 -2491,16119.892171677,68202.2072322788,9828.81975374891,3347.99969239466,86876.0870697973,34268.4966074635,2112.1906895955,15512.3849467222 -2492,14297.357005067,66034.1872594607,8501.56266293529,2926.78695972909,77054.8523184268,30660.8948843154,1825.14939075304,13925.1367011848 -2493,12306.7353492942,61935.1121547862,7437.66923813152,2541.340795454,66340.2787520242,26235.6583215701,1597.68270110429,11875.5323335478 -2494,10516.7233172024,57054.4690132009,7129.33639639082,2325.77141419675,56663.2427070005,21466.2740160889,1538.10809191057,9564.21341941789 -2495,12457.3822051819,53178.8475609019,9528.14022731138,2972.80198564033,67384.9576347993,24544.5008493688,2205.30622750312,10857.1032482008 -2496,13131.6015825363,50862.2050177072,9909.8529227361,3102.22556282835,71074.8625079944,26055.7996619237,2284.85640335525,11529.0234368709 -2497,13800.2018523759,50151.3106964505,10837.0907655921,3343.26109904559,74542.1342325106,26881.6190090222,2484.82746575568,11838.3881446382 -2498,15546.8648305591,50616.9256456837,12460.0632949077,3799.95568517301,83932.2844166368,30031.8999559164,2814.20617566652,13134.3158078446 -2499,18869.5518651812,52167.5900237262,14553.6289294206,4504.93501347988,102127.614990425,37101.2322508035,3316.37388629042,16316.3704686303 -2500,23946.7159732805,55878.9990338902,17109.7559485933,5434.92749734263,129667.149005772,48873.3119220223,3864.23835629322,21719.8533422221 -2501,24960.4933973574,62659.5176646289,18108.5663061534,5713.37389533199,135186.958074326,50610.1900352902,4078.5634041058,22418.0355050252 -2502,24762.8628145405,68298.8639331116,18283.8021375274,5718.69450733585,134029.938446188,49865.5532122216,4082.18294061783,22002.3980855074 -2503,23283.2292131699,71808.645010548,16728.2594038528,5305.32744574015,126076.333307643,47398.0968271987,3780.3056893606,21065.8093312435 -2504,21866.3720667854,73079.7323995124,15536.8045264002,4960.13629806869,118334.848161671,44710.3425421571,3531.68366747257,19957.3701365796 -2505,20685.5643568887,74866.3222265232,14503.5829139222,4657.64635839735,111939.920296825,42534.0946070837,3303.60789033319,19038.1802913593 -2506,19803.9976662181,76003.3374240622,13812.7971553503,4444.8205924352,107180.832294059,40806.4762413876,3147.90529633986,18273.9758460578 -2507,19252.0947989149,74996.2370516036,13312.4438835678,4301.92374234428,104187.662142092,39808.526447533,3041.83839520369,17862.4604319412 -2508,18992.136866177,73855.0645885336,13123.0210743219,4242.24755588063,102746.977988353,39281.4273458153,2996.58519342701,17633.5361791883 -2509,18853.5501857336,72602.6848440515,12907.5540463411,4196.18581856965,102019.632200885,39120.5553541924,2968.25869988696,17611.3413416629 -2510,19010.7292349855,71670.4155535918,12882.0387938573,4207.12992133426,102927.108573792,39592.5071152714,2972.03793488211,17846.3257499038 -2511,19536.9946870856,69984.6396929447,13106.755789672,4285.00603920142,105797.544003524,40898.6205709751,2995.98193734168,18414.5013077688 -2512,19648.8236486226,69366.2448069899,12835.6678132259,4237.85826694455,106465.436655393,41572.5692924723,2929.19775744679,18763.5606285898 -2513,19946.6064266511,68838.2705723506,12872.7654715328,4260.125229542,108133.790477741,42429.806855728,2914.46229475041,19136.1472518898 -2514,20033.4641109573,68386.1667108894,12784.3897486193,4245.02648979387,108700.138922653,42801.1283570238,2888.54882555171,19300.2736470596 -2515,19230.9211784639,68099.3145827426,12004.12084152,4019.05111978065,104411.139031913,41428.2576884537,2706.93276235967,18714.9685475887 -2516,16913.108722683,66166.1808685276,10183.1912767786,3469.8725269299,91872.0624012335,36878.9944792966,2316.96213189046,16758.2971613655 -2517,14770.9860977331,62291.5987074077,9066.5426963,3070.26011802112,80207.7919551273,31960.1872969638,2078.91486041941,14504.4430613942 -2518,12947.3629598193,57225.9566952187,8962.87784871813,2898.23529990882,70233.1389076751,26696.4636914479,2073.32585716825,11948.8919044523 -2519,13849.9792109259,53342.0207118577,10523.8016147918,3302.77461182211,74907.3481475508,27183.0970464131,2453.30174826836,12121.2815730163 -2520,14464.7721084411,51307.0336392857,10879.0859963888,3419.46402842561,78137.2244104563,28523.1440181665,2529.00139765482,12747.2069716661 -2521,15162.0966398679,50475.5782143758,11759.4142128891,3643.7792047404,82222.7653123461,29695.3591189982,2721.26938240932,13231.7217545176 -2522,16613.5110611373,51245.7138466869,13150.9367575168,4007.19500675864,90210.5254916657,32463.8553651004,3007.03713838028,14467.9856361809 -2523,20304.8945885906,53005.2812965256,15631.3734015479,4837.07253699447,109677.977805392,39753.3756935223,3601.49802601894,17757.6180894172 -2524,25515.5724404535,56749.9485317511,18169.8384863606,5763.573601734,137906.208335461,52008.4431089097,4154.46413587572,23511.7435014603 -2525,26365.7258281279,62770.7248452271,19116.7336953286,6011.37644711884,142308.697552048,53288.9116522196,4362.36759014966,24063.326720341 -2526,25800.3067055756,68460.9976920743,18985.915945137,5903.84117927045,139513.105802027,52093.4287309252,4300.59499232706,23515.0004292185 -2527,24805.2514005723,71648.5898339438,17776.2165055503,5628.19119966262,134035.92135734,50389.7486971709,4066.68904133583,22777.8616832178 -2528,23637.2588411188,72447.8263249715,16694.6942548885,5336.34012086781,127926.430252374,48332.0413687112,3836.03006881046,21865.7706676399 -2529,22473.4804447718,73575.4877002694,15653.7589790997,5037.92074728806,121667.702188694,46214.8228750893,3602.19571204665,20936.9773224586 -2530,21540.6202444484,74522.3075713084,14927.0227597241,4814.68839361396,116624.213409324,44378.6852391739,3436.24326990959,20108.138501783 -2531,21058.6585091611,73434.1402689615,14460.5135604229,4688.60091026891,114051.057452503,43535.7971376321,3335.31040406098,19738.1278998399 -2532,20794.5658189412,72445.7476417991,14240.2141071272,4620.69255709712,112717.651187526,43094.420213204,3282.36627292596,19542.0775847163 -2533,20868.3340479161,70786.9941583241,14187.2505940912,4635.84950456159,113058.566162626,43250.0867386143,3288.0193553751,19614.3869147252 -2534,21092.0390627029,69474.3340132364,14246.5324716022,4675.64468871963,114100.717243956,43698.0274625648,3310.39023349897,19826.0637626868 -2535,21366.9055410949,67500.6667332632,14272.376807984,4680.14520516747,115624.175834714,44603.9941833631,3292.66170589639,20282.5433038189 -2536,21408.9017291674,66813.6767140129,13959.5025693625,4618.7105517666,115749.158415063,45078.6797193513,3216.26437048222,20557.8900187312 -2537,21435.543595224,66613.0880724646,13816.7667226248,4572.33060780379,115802.9688642,45385.9048101009,3163.70487947477,20744.3600893523 -2538,21372.5985822761,66721.177278711,13680.3934929446,4534.56866671752,115233.195953826,45275.6323654462,3128.17623004219,20720.5532640586 -2539,20428.6470212005,67080.7818056843,12818.8829566188,4280.10013751096,110025.413503802,43549.5749738762,2926.69513847254,19979.166777524 -2540,18203.2445085434,65979.1034155653,11071.9359410986,3766.53826179589,97951.3774449388,39098.526680383,2545.71919332954,17980.6172473484 -2541,16106.2444848484,62122.1897085624,9979.92831554499,3380.69874747712,86748.0912929261,34324.5514139648,2308.32481219973,15722.3116954073 -2542,14261.0752194048,56848.6838149424,9942.06365843732,3223.30429146039,76763.3076533978,28920.7542088389,2316.84023298716,13053.0030150664 -2543,13234.7814387951,53201.712571729,9746.0295040059,3103.43505758128,71032.0095428457,25994.2827224184,2350.89439641565,11846.965083854 -2544,13888.0171485423,51107.4843897306,10122.4376115116,3227.94335321478,74593.8472598159,27440.5602385108,2429.73605459626,12489.4162804042 -2545,14576.1206049468,50048.4180469142,11039.5415926859,3467.49212780293,78352.8323790255,28472.9158206533,2628.84656510268,12926.9621805785 -2546,16193.0196821033,50594.0606348566,12613.5357825903,3892.44472705949,87322.2855648214,31510.1543483869,2942.40463978333,14172.6957089646 -2547,19709.8484639777,52378.5717786949,14791.8134412957,4637.24387217083,106154.419245013,38670.0215872253,3494.40929801602,17439.8454539401 -2548,24929.986408616,56251.0752566423,17344.872508098,5576.98374151422,134296.449624194,50835.9419745883,4052.12219343187,23133.6202414649 -2549,25868.1233848182,62256.2617991738,18333.5723886179,5841.6113995177,139472.767017868,52375.4334044395,4266.37934535663,23728.0026555579 -2550,25484.9534327608,67889.3721189531,18442.8456790338,5807.03206146132,137651.214459046,51438.1834221099,4239.5901276351,23190.0181027443 -2551,24223.5864599563,70865.98240504,16960.554298587,5441.69155898897,130504.783773687,49250.6928050687,3965.25507503165,22395.8314012681 -2552,22920.0016276184,71647.5505427646,15791.5454110923,5118.59054994694,123291.277947419,46836.3289291407,3721.6089192911,21429.5297164296 -2553,21740.526779014,72953.9748399629,14756.0365545622,4817.74191433629,116872.879733959,44667.0253092023,3487.74025632774,20500.7272107808 -2554,20826.675572302,73934.0528352495,14057.2121581189,4600.33738486875,111947.864166798,42869.5197911172,3325.13993083582,19685.5683339396 -2555,20307.1276622683,73040.2383265614,13563.7765387397,4464.33187395637,109085.395826061,41935.6467195298,3220.01771992835,19307.7480652745 -2556,20045.4079142727,71635.0786453578,13367.4408286085,4402.84504833324,107673.858753306,41457.4982487768,3170.56506556352,19100.2424529041 -2557,20005.1549680296,69833.9384393956,13186.7201201919,4378.21294190128,107325.521103826,41416.2282344898,3157.67912169742,19148.6712463496 -2558,20194.5876035988,68061.8990921501,13179.6486043884,4397.48080350546,108290.044532903,41862.879244633,3170.16945153729,19368.519392065 -2559,20608.4863212457,66266.9948348913,13361.75502047,4449.97329423018,110676.284703986,43012.4824416249,3175.02993518378,19851.2075546389 -2560,20689.6637097778,65414.7529815127,13081.6419229842,4396.59858080035,111124.283431986,43589.5399027603,3102.85731869144,20140.9187536057 -2561,20859.044672692,65028.1262789953,13080.3421571888,4392.54120367822,112184.101309886,44202.1052530742,3070.30333830253,20367.7853790557 -2562,20871.0699959525,64756.863921793,12982.0819400242,4365.64983498265,112310.904788218,44330.2574402781,3039.5579159554,20391.2022509361 -2563,19991.3425770946,64673.7184095462,12184.1569089166,4126.85436918211,107604.204687409,42767.1796951434,2846.21216811636,19681.4739517688 -2564,17697.5399711463,62354.9971831791,10378.2351964212,3588.45902304528,95091.4378408006,38199.6015771787,2455.11232830223,17689.908229868 -2565,15558.3205799803,58597.8581513608,9266.31281679583,3194.05883957386,83511.2446303988,33314.4958679361,2214.12248414015,15440.9981142919 -2566,13697.5829048751,53738.0013374302,9177.35799273377,3024.15911067579,73504.0042041321,27944.2223843268,2215.02676316105,12820.6274162704 -2567,13029.8961972062,49749.0941221746,10147.9099314098,3120.06766218991,70048.1795860683,25225.4981525285,2323.35107267375,11215.259753614 -2568,12692.0618731587,47124.8130223644,9283.48424990757,2937.6050395126,68302.726093414,25250.4423783152,2172.29120641848,11378.2343293399 -2569,13846.6809151386,45545.0477856053,10715.425842594,3322.51837639469,74440.6372942465,26846.1767659819,2498.80485365288,12023.7569783671 -2570,16278.1458126617,44844.5465777689,12960.7885486247,3979.4620917937,87562.7769663061,31102.6003814127,3026.52497819528,13871.2151637784 -2571,20251.04139199,44904.8270791886,15866.8732978712,4879.44850707363,109041.009434841,39032.0359603075,3669.06462209938,17359.1545324033 -2572,21075.4946535676,44591.9920666768,13566.999487016,4505.93411294069,113358.873237363,44269.4007008936,3159.89874914368,20258.6022858237 -2573,21097.7830594023,43364.5560161944,13437.6505049634,4479.62062980417,113529.329229693,44495.6987781866,3126.01474790686,20373.499641211 -2574,20137.6203786519,45069.0395213237,12583.9538231854,4247.70180932272,108398.690785993,42711.8619351011,2975.01958553754,19663.9013220404 -2575,19536.3675368286,48675.4772995929,12177.6890185608,4110.10711531034,105105.504517978,41495.4392608794,2862.87993126236,19101.8245039447 -2576,18437.4743950613,52179.0225291398,11370.0740223932,3865.23295569258,99112.2785965725,39302.1650777824,2691.03887553554,18161.5785381544 -2577,17933.9551483018,54716.0007503583,11098.0931740279,3771.70386425438,96395.9882509854,38171.4375284137,2635.85605373954,17650.1263472136 -2578,17123.172196027,57387.0511630021,10506.2347687797,3582.88182771585,92036.4880422198,36552.8715163247,2495.99558079446,16910.6159444114 -2579,16569.4062415584,56982.7560063677,9998.86184852056,3440.5506171436,89049.8388819278,35564.0829540356,2391.98723142723,16502.7392808916 -2580,16788.5124254252,54521.6480575134,10342.2132064053,3527.02126166184,90203.9626014912,35773.2043987224,2468.3394660105,16568.032785451 -2581,16535.9348078273,52746.4908367301,9948.06848989167,3445.39072553563,88890.4009095331,35472.6904929939,2423.32077534945,16524.6515938489 -2582,17217.5006749336,51379.7860381122,10664.1076216838,3620.26421791941,92514.600344395,36637.2573241562,2525.74922569135,16929.8377938658 -2583,18142.6765132428,50628.3581510973,11233.9607359652,3816.51638364651,97541.0306613389,38593.8589927782,2671.8375850893,17832.3929580298 -2584,18591.7175380596,51513.8581287235,11323.1301556481,3872.55032604613,99985.1936430038,39775.3547457356,2695.10452798952,18398.0618854197 -2585,18886.6809297971,52527.1944498855,11355.4169206743,3894.20032494281,101594.580900569,40612.2282342592,2680.48652108488,18767.1394350986 -2586,19448.7384788803,52394.1615496395,11862.4716955075,4026.04597498789,104658.264014294,41654.9100592489,2761.42203920975,19156.7254579099 -2587,18913.0086412664,53066.6010891245,11356.230140293,3882.97282217399,101826.506159864,40708.5007205721,2655.31615972959,18754.8998400847 -2588,17438.2310532197,52722.5864339097,10667.2630630556,3600.17164306095,93811.8586615143,37365.3705868922,2441.8480211737,17133.8984835007 -2589,15011.8315426258,51149.057145854,9104.88896532378,3113.36645800308,80834.0551946617,32149.7330642185,2163.31875099314,14835.2856855704 -2590,12838.2859459034,47659.0231048931,8664.13846740243,2836.14675107336,69171.4455933609,26393.5976187865,2057.47168705678,12030.0294843602 -2591,9979.8951401578,44328.0049493572,7130.71639133262,2275.40224104987,54201.211095505,20324.2309903955,1703.27551133616,9182.18771437776 -2592,10316.6573190764,42365.7701747976,7138.44356906727,2305.32702891019,56038.8119001998,21315.5647860816,1703.27551133616,9665.03260199636 -2593,10987.1734832703,41425.186252462,8055.63696005966,2547.4758838163,59656.7814426369,22115.1720169726,1925.92590497488,9969.72560651352 -2594,12531.5726760739,41534.3148507017,9353.8069549005,2939.91888188964,68031.1044523365,25013.5674656713,2237.63645606908,11260.6358068587 -2595,15450.0990324414,42258.7203605444,11067.2693900172,3530.60375029749,83893.3374514775,31444.2331560598,2643.97342445973,14223.5848147824 -2596,20022.6975064732,43179.5571455906,13292.4196032503,4363.54563410126,108762.999250903,42121.6662388669,3167.20184951071,19206.7997084042 -2597,20589.7664477642,43867.5865568341,13711.090568097,4496.71722740451,111834.178401785,43266.4392135418,3267.39452664813,19733.3600321801 -2598,20014.5912028331,47047.903358007,13359.1763385312,4378.77371802643,108696.322437421,42026.0544061944,3183.90062903361,19176.3006999502 -2599,18882.9199929584,51484.7572700069,12340.7477643379,4078.83900303947,102551.8446717,39996.5987576773,2938.98519603103,18295.1817249183 -2600,17628.7262342646,54697.2930050621,11432.2594992235,3790.58823316458,95736.1888294955,37459.4573123295,2721.90106223328,17152.160896956 -2601,16919.2921381361,56365.4004115921,10942.3690445636,3632.13226803147,91883.5849005429,35991.5446047626,2605.00960557296,16485.189547592 -2602,16102.2470298062,57179.1873823851,10314.8916106496,3436.24156483655,87454.6591323824,34379.5331830296,2454.72058986682,15755.9551279517 -2603,14699.552997572,56553.5171557337,8929.48132798768,3039.23398432391,79850.4815458031,32024.4177423331,2120.74499940875,14749.0353587555 -2604,14432.7644669304,55155.6328152267,8743.00710009536,2979.10899230831,78403.4845085841,31474.1548550885,2076.21492068101,14499.7638874361 -2605,14589.674051879,53708.9003778997,8904.35423294882,3025.12029923406,79248.5878329657,31730.9868054035,2115.17873956778,14610.8663765574 -2606,14973.6637924895,52742.3334703852,9138.70354579876,3104.62859193338,81331.4810672693,32564.2164380568,2170.84133797746,14993.7522044636 -2607,15588.0715640572,51747.7049953334,9423.59876923024,3213.31652327863,84680.8171335407,34015.8947332574,2237.63645606908,15669.2981895469 -2608,16264.1820103517,52404.5547638738,9777.39322193065,3341.60085576597,88351.8798079035,35561.7097862952,2321.1303536836,16389.0685555367 -2609,16248.5318858944,53189.2407751362,9416.07356634501,3268.02592165978,88277.6035501798,35991.8655861095,2232.07019622811,16640.9808080153 -2610,16614.1199148794,52843.147436749,9582.30928993226,3332.4222718081,90264.8257478787,36861.6453853503,2271.03401511489,17049.917293379 -2611,16215.2280126043,52539.6662464784,9212.20445067977,3224.75457960416,88099.8611657629,36163.4961866598,2181.9738576594,16751.8040854317 -2612,14850.6538083934,51979.4731787707,8459.05072123634,2958.47422124359,80675.63501653,33094.2170352894,2003.85354274843,15333.3451032791 -2613,12563.5130816727,50239.6527654075,7166.86618931814,2502.99599475955,68271.859646029,27971.9284754189,1697.7092514952,12940.0268205249 -2614,10852.9430427512,46488.7496822926,7037.9937657134,2330.50896884366,58967.261596088,23042.2099188721,1675.44421213132,10521.7230309181 -2615,9378.75426769199,42568.4374995184,7317.19341400728,2211.41283256268,51110.7182228202,18597.5199136627,1661.38398996962,8248.04566740989 -2616,9106.27213720385,39978.453915949,6691.04629778543,2066.54839051628,49627.9482311622,18571.3999045433,1516.34253052783,8303.58400205377 -2617,9868.95380082858,38599.2773207382,7722.65541222429,2332.55190906295,53774.1954709188,19548.5096877919,1753.68310052349,8675.41565864189 -2618,11595.8524114869,38015.1798502102,9340.14071548712,2793.4226585241,63178.5307624375,22644.2866343052,2122.87954273896,10014.0331094382 -2619,14594.1190096335,38554.5865902631,11438.168831247,3453.31849654474,79519.815576034,28888.9139645883,2597.56068273028,12822.48949854 -2620,15281.4425083699,38891.3260055952,9782.48445973813,3188.24818867073,83272.0757070288,32975.3372045485,2206.38826181151,14994.3661331385 -2621,15353.7872049792,38384.1381994246,9689.96394256117,3177.3276218102,83659.5673840504,33310.4237687053,2184.4122831082,15177.6109127932 -2622,14591.8406217587,40834.8529340446,9070.91881102716,2994.04802437652,79496.9407431587,31837.2773793637,2043.76601940707,14539.2185719148 -2623,14169.3241444522,45035.7812962622,8779.35418967418,2901.99214701591,77191.3976634259,30952.024500691,1977.83808329717,14142.3161908616 -2624,13297.3613352498,48051.8857561139,8195.60556444328,2715.33897517172,72435.9231230099,29103.7289686575,1845.98221107736,13307.5980454795 -2625,12903.2016958114,50107.6592571546,7998.67877582492,2643.82469200256,70288.6130185981,28183.9540613654,1802.03025367075,12880.3380775712 -2626,12322.6634912979,51888.0131354621,7572.21945367705,2511.36625293822,67130.9306370532,26995.2707529646,1705.33594737622,12342.0015831155 -2627,11891.1372172162,50326.9556439992,7205.41793572574,2403.46918841107,64783.0283068029,26176.2417478957,1621.82722830368,11980.5755374224 -2628,12029.0584612709,47811.8030416147,7452.86725489822,2463.10235180313,65536.3759305743,26274.4880372827,1678.96477293226,12000.8454239009 -2629,11781.5687509947,45830.8605217589,7165.26866609371,2386.65758907799,64182.6874098229,25902.8215939234,1613.03683682236,11854.1989540918 -2630,12385.8344221395,44349.8306690051,7686.4024044662,2538.79627514381,67472.6276586877,27038.1582441888,1731.70712182019,12349.5022871808 -2631,13048.7104799832,43790.6768924767,8096.32509802785,2673.80734303392,71092.2839872538,28484.5261345957,1824.00623237405,13004.765739728 -2632,13404.4408751356,44749.9685601085,8160.88250397448,2716.28807511477,73027.1362979459,29454.0309393037,1837.19181959603,13470.8942940408 -2633,13697.7580543597,46026.252606597,8186.40233092983,2746.0781948073,74627.3931582204,30290.8557768366,1841.58701533669,13877.5725330348 -2634,14204.9322819162,46373.3852361635,8555.00115216977,2860.4749017896,77390.7719301405,31330.8184197339,1925.09573440924,14344.07557549 -2635,13832.2102845986,47617.4503487697,8189.42917132287,2758.34122412576,75359.0693349669,30686.8690015313,1841.58701533669,14074.1713707623 -2636,12824.0991665673,48402.1363600321,7696.41983360807,2578.05656751688,69858.9344260698,28323.5169695408,1731.70712182019,12980.0732899969 -2637,10887.1090388869,47028.1563215315,6562.81240571983,2192.57119223062,59324.8782659149,23999.6024255942,1476.78576886188,10978.3571046374 -2638,9247.09991830768,43596.3241996318,6243.54696582611,1991.20934404754,50398.2792127873,19543.6015016887,1410.85783275198,8827.35944393835 -2639,7435.71411528371,40183.1998230282,5516.32300426949,1690.28423024601,40662.8561174122,15012.2803800669,1266.52227532573,6691.97561676662 -2640,7495.26052033995,38293.7174472951,5594.24955848332,1716.83711921668,40783.4303821727,15182.5319807243,1245.75732570343,6769.47524705352 -2641,8428.70260762775,37143.19106117,6852.06084396245,2041.78178837269,45703.8094470439,16422.039785267,1504.4918807123,7223.00303574888 -2642,10356.1873310307,37009.1188697447,8871.06776646266,2599.71644629223,55936.2744606483,19680.0942327723,1915.49378262348,8568.63632334227 -2643,12965.3460906135,37786.5296411245,10541.851803164,3139.1274485837,70132.7364704282,25244.3581486187,2290.72546879255,11069.3828170443 -2644,13070.3065653966,38701.1305782812,8243.68029279617,2694.38300633926,71013.7236938442,28238.9576091146,1820.65786481946,12799.6678228178 -2645,14116.9206038743,38270.8524364679,8980.18515623059,2923.38818877989,76338.2453693965,30398.4549116508,1931.90276236584,13713.4389645358 -2646,12870.5916780856,40107.3295506641,7927.53678507431,2618.69348634162,69787.1742726627,28044.2297233644,1731.30473997033,12755.5300686102 -2647,12043.2026137149,43983.9902941424,7162.70201794591,2399.37034990687,65493.3333739911,26525.5558467068,1593.41007984804,12123.1855455415 -2648,11392.7754123888,47547.815924295,6851.83837968263,2286.45288409184,61893.0912331054,25023.8142603152,1514.13298992073,11428.8015562987 -2649,10913.6555962014,49908.1099067855,6548.55663545025,2187.27040552032,59345.7841208334,23984.4444242434,1455.8910274174,10963.7523204355 -2650,10394.4680475771,52246.5782704421,6217.32331021587,2079.68341054833,56526.4521129398,22877.9871149692,1380.91058934828,10459.4765556136 -2651,9947.900953162,51934.7824482956,5809.6231294034,1962.59065563612,54140.4010989488,22059.3390979159,1296.0781822908,10109.2021445779 -2652,9952.82784447154,49735.5829335885,5920.08612820131,1984.38024290855,54212.0989791697,21938.7309090934,1327.62427035,10043.0007015442 -2653,9707.28465206469,48444.7484073347,5748.43378687946,1932.5763664697,52857.8200911212,21454.6123151656,1285.17840781039,9834.77490926602 -2654,9964.38520978628,47328.5196382644,5911.2155996021,1985.27385732828,54363.5145761249,21996.5097437816,1338.74811076388,10094.1046414519 -2655,10290.7480409723,46629.0577216073,6027.81645010157,2034.89507657014,56237.0750042517,22803.2366842035,1378.33394078256,10483.4212124819 -2656,10753.9401344457,47967.7009526879,6312.30863128393,2130.33844641046,58668.8551678328,23839.8367614419,1426.49986836406,10950.0280976284 -2657,11289.2342390597,49665.9486099278,6614.35849616599,2233.6581304316,61459.7980283202,25044.0229473063,1474.995291769,11483.0755136918 -2658,11699.0426140374,50474.5389231966,6727.07528906165,2287.22225955447,63744.7479873839,26065.0914852148,1511.16752750982,11966.4012954396 -2659,11676.2327452051,51461.8922591797,6683.21665441057,2276.43865154313,63507.9925313675,26055.2022721385,1484.3530170222,11948.8577865788 -2660,10814.7331193187,51723.8006933269,6083.8047879987,2084.66924896732,58868.588292228,24211.3179167318,1363.07819642221,11112.5088606267 -2661,9084.44185229298,50517.1510713132,5142.38162393563,1757.61606727287,49497.5037017364,20307.7907409549,1155.5343494275,9320.34035486508 -2662,7539.05011024684,46841.0788685692,4805.22140769463,1561.08551808606,41143.7210366483,16186.6652688587,1090.62994628019,7335.63284115649 -2663,5532.96090947841,43317.7866025468,3900.51109763601,1232.01552437316,30123.0374927338,11412.8177695257,900.141579520009,5053.9150717784 -2664,5729.54303365957,41990.5759776938,4172.49456968659,1303.01296546782,31189.4576718297,11656.6900222103,964.002975364334,5145.75482417489 -2665,5973.41142940095,41114.4298223087,4521.95935036133,1393.47681947733,32508.1526831338,11943.1058138133,1046.11048430704,5250.19082515062 -2666,6992.79441365198,41761.9257686081,5411.73869691115,1655.9090181209,38045.0501498336,13841.2862109855,1252.89976608866,6074.29055111385 -2667,9198.96041496721,43884.2156189578,6724.67484249349,2098.67089300079,50056.1205298327,18691.0644778484,1553.96063221191,8261.32583258008 -2668,12409.5816454459,48902.0489263201,8417.83068829499,2699.64953670521,67540.6043743307,26021.8177665832,1940.17002612759,11600.2115843122 -2669,13367.5649623689,56874.6668001213,8668.93785379916,2830.44629507831,72738.1198372785,28537.9865032465,1994.90836542272,12804.469169424 -2670,12261.2915202658,63945.1556341725,7979.75254112045,2605.02496102775,66690.2199286091,26160.8018769978,1836.77538523678,11763.2187696626 -2671,11434.9544013826,68088.9214693222,7361.97311126902,2412.84409939506,62201.4717696991,24492.9082092229,1693.84749929948,11019.737384397 -2672,10480.7846085973,69918.1232428217,6651.63579614867,2192.99902199664,57005.4887075766,22572.3593978614,1529.63248141407,10176.7056799177 -2673,9771.46159227866,71536.3433621665,6112.84886725997,2026.83521394145,53147.0784477755,21153.6171735535,1404.95070857515,9550.65279107139 -2674,9113.85647704587,72855.2394559576,5626.3232254426,1874.95149657838,49573.1959937842,19820.1193031701,1292.43301113515,8955.47905266014 -2675,8748.40741327319,72473.8093101504,5324.8156356294,1784.57120192905,47586.8736341019,19119.9604864094,1222.48957759136,8649.94588320447 -2676,8326.09638366195,71549.8544499386,4983.79409454585,1681.62160086432,45293.9493878698,18301.7930797964,1143.42308749839,8292.37413164323 -2677,8090.9269807982,70272.5311122708,4876.41389502956,1640.76468465697,44014.8415015552,17743.292370038,1119.09493670055,8034.02425633225 -2678,8006.29587817082,68847.6244954057,4759.78379996342,1610.47351847801,43550.0333367057,17637.4233058716,1091.72576705298,7996.08121115734 -2679,8107.4831950258,66743.002998359,4762.32558068384,1618.78239780359,44109.2682815202,17929.3992010854,1091.72576705298,8132.29512903842 -2680,8402.61969783404,66093.4284697011,4871.05266668696,1664.87184137447,45711.3176406618,18662.2741569237,1116.05391785082,8474.53170687632 -2681,9050.51473370761,65940.6485329796,5243.00575964334,1792.10250870732,49242.6383325381,20103.4298313646,1201.20244564326,9126.22450642697 -2682,9325.24234121295,65532.1961108143,5185.40932127026,1804.16541404905,50728.1570947177,20988.3493161799,1185.99735139461,9568.92767954467 -2683,9389.69797275372,65001.1040026372,5123.17967449316,1797.18196461911,51078.1193321954,21256.0698028927,1170.79225714596,9706.67214672795 -2684,8623.38346701509,63902.5434860559,4493.73015493014,1608.79961450062,46907.4089420616,19786.8334547701,1024.82335235893,9071.54240294818 -2685,6986.44101544752,59589.3686520609,3563.82100333488,1288.23943485128,38001.501251146,16127.8705215731,811.952032877846,7406.23402345669 -2686,5884.99989805894,54296.1158227794,3564.64308626666,1194.35683435058,32035.4486088705,12866.8096693854,818.034070577306,5799.35218143 -2687,4614.01758937176,50560.802409795,3165.96259883637,1009.48570901127,25074.5049490779,9595.0627358516,747.232147559997,4295.71850319575 -2688,4771.84561522047,48207.7836671872,3386.56330134678,1066.83033673954,25937.0441008776,9788.98840018941,800.245239109861,4370.67923368817 -2689,4967.14572725441,47260.9637961482,3670.00292871779,1139.84754249955,27001.4692626611,10015.1340218697,868.404928245401,4455.34682487321 -2690,5809.72140869518,47689.1633556029,4392.00576098774,1353.85858825511,31579.7251770683,11597.6786377253,1040.06636754972,5152.23948038603 -2691,7660.90189922496,49421.7085290836,5457.97464328393,1718.23579687306,41625.0720847032,15696.2126400259,1289.98522771337,7017.37246792498 -2692,10365.2500609954,53545.7273277578,6832.94093391397,2214.4052630471,56291.1444636561,21909.5349033075,1610.58820994351,9870.01195916922 -2693,11185.2013724946,60199.4491077678,7037.2353091005,2324.54843368664,60705.7995931931,24065.2768858721,1656.02800270053,10905.9825916229 -2694,10259.6003400181,66000.9290343992,6477.70515900329,2139.47956269181,55659.7421321515,22062.3964000732,1524.75749029134,10020.4033802053 -2695,9571.67035855158,69508.6315294771,5976.31901355093,1982.14796752511,51927.7312710281,20661.7516238577,1406.10914253689,9388.63369228722 -2696,8777.82157774956,70604.0739708928,5399.79556991635,1802.27142127481,47610.3116535594,19050.6152366465,1269.7897642658,8673.14545015493 -2697,8187.91760502709,71952.0710242145,4962.52447359021,1666.3369742068,44405.0197144418,17860.5806128431,1166.28801409702,8141.70434858963 -2698,7640.27786907993,73423.7470547271,4567.65786662858,1541.96553176785,41432.9271368456,16740.4555464749,1072.88399565202,7635.87736316755 -2699,7337.50816364817,72846.9249248957,4322.98342521731,1468.17642882514,39787.7172867755,16155.4047266027,1014.82203824027,7377.15657695626 -2700,6987.19090957598,71866.8468287952,4046.23460062046,1384.08223904641,37886.7028601997,15470.8330201864,949.186782035671,7074.11708761027 -2701,6788.24390424328,70650.8433845403,3959.00935678639,1350.20812098288,36810.1493676883,14995.9307737906,928.991318588104,6852.91660157853 -2702,6720.40628114709,68984.8146611827,3864.41363201482,1325.76107089136,36434.4986512646,14912.0019724178,906.27142220959,6822.15191068258 -2703,6807.7548981268,67117.1579042836,3866.56025560064,1332.97898649676,36912.1610127245,15162.7118437463,906.27142220959,6939.33245587827 -2704,7058.75755417423,66798.0869430684,3954.92707291422,1371.41476040157,38266.099218884,15788.1201392757,926.466885657158,7232.99110953145 -2705,7602.92804605874,66334.5505761936,4256.93304296138,1476.21314550543,41221.5963916563,17006.8477119878,997.151007723644,7788.97729685313 -2706,7844.44818752371,66119.41145488,4210.4678456905,1487.83779747631,42510.0909518164,17774.5116458545,984.528843068914,8172.47646087755 -2707,7903.37687820456,65452.1684721052,4160.08219733165,1482.83711279246,42822.9438837503,18009.3083207183,971.906678414184,8292.44047481984 -2708,7268.55327031381,64328.6644631522,3649.27465216271,1329.07270691912,39368.7424592178,16781.9381572303,850.733897728779,7754.91201099771 -2709,5892.56410601145,60222.314118595,2894.23149075342,1064.87092865662,31909.945384943,13685.0774627842,674.023592562564,6333.15789524092 -2710,4935.51463121255,54922.8252397961,2894.02602383005,982.518736803458,26782.4267119545,10869.7203279524,679.072458424456,4944.78047422448 -2711,4323.62831519619,50770.7448735845,2997.47573816961,947.122352517774,23608.0994771628,9009.38801428691,702.444049358904,4004.46714178959 -2712,4471.81995359658,48627.6685947661,3206.35032354605,1000.92751657054,24417.9174553409,9190.35675103463,752.279606914772,4072.96124069877 -2713,4655.30382896144,47632.000828535,3474.72491990485,1069.44229008055,25417.3186297455,9401.37241115515,816.353895200889,4150.11093653561 -2714,5445.2961969071,47715.1463407818,4158.32218906014,1270.23394993226,29724.864039308,10885.8556018931,977.726176810367,4797.92952114566 -2715,7179.23688429501,49364.5460020156,5167.53539100587,1612.06949862054,39185.6059125987,14735.410520453,1212.66523385946,6538.66505044773 -2716,9711.74710664549,53439.7167038698,6469.26583523185,2077.52417190866,53001.2587429011,20572.6597734874,1514.05170098304,9202.95598819333 -2717,10478.7241777702,60144.3651630584,6662.63985182901,2180.77804964639,57161.3909413191,22598.018512579,1556.76789317379,10171.7675035786 -2718,9611.42610219426,66313.7641477249,6132.89464554828,2007.1050522499,52407.0749037305,20715.434743371,1433.3655601783,9344.58731316554 -2719,8966.77113403025,69681.1585026741,5658.18837586005,1859.50777633249,48894.6383109783,19401.052805445,1321.82883612469,8756.29623360674 -2720,8222.77516382504,71090.4753485947,5112.34226904557,1690.73733643566,44830.1100031429,17888.4119787682,1193.68025955246,8089.61490342323 -2721,7669.89227192167,72595.4097049829,4698.33793109794,1563.2007642813,41812.9660819851,16771.3586867777,1096.3822662291,7594.62516934062 -2722,7156.75841451635,74180.3714984522,4324.48389784928,1446.52732453878,39015.8051448468,15720.2786819773,1008.57676005924,7123.60065408087 -2723,6872.96635235281,73266.8098524747,4092.82612484615,1377.29929274116,37467.7254427942,15171.4230447806,953.99495892662,6882.94544384062 -2724,6544.5353807579,72354.2875984904,3830.80032862008,1298.39751065879,35678.4951673256,14528.9164991668,892.293792428878,6600.87983212995 -2725,6358.28876833355,70819.2130922064,3748.22358256421,1266.62543060778,34664.290797598,14082.7663137768,873.308818121881,6394.21179552157 -2726,6294.58900760949,69264.3914486329,3658.65623193232,1243.68196686194,34311.351981133,14004.2806573317,851.950722026509,6366.01979709151 -2727,6376.21406675075,67480.9196967878,3660.6809165006,1250.45163575143,34762.1508667397,14240.2022756745,851.950722026509,6475.96666167215 -2728,6611.2118983848,66638.0317664642,3744.33462361771,1286.50347473324,36038.3159888529,14828.0782050822,870.935696333506,6750.61472561588 -2729,7120.80355280564,66237.8938753608,4030.2584708779,1384.81353101354,38821.7688987704,15972.6995572079,937.383106407997,7269.57531413892 -2730,7346.37612804476,65901.1544600287,3986.23805102593,1395.67647940321,40037.422853935,16694.4456849376,925.517497466124,7629.01404292724 -2731,7401.27260319191,65180.9062157169,3938.52190146545,1390.96970174855,40333.2011478861,16915.4129718891,913.65188852425,7741.74388141485 -2732,6806.09955740941,64230.9683703261,3454.88846910445,1246.69072622871,37081.9368568815,15763.3203110681,799.742042682266,7241.38506450025 -2733,5517.49368914132,59972.8774810406,2740.05306039822,998.856808629886,30057.5227706037,12854.931494004,633.623517496039,5914.423590518 -2734,4623.13741318279,54864.6234215489,2739.94648732186,921.740970992347,25222.840615376,10208.9972419474,638.369761072788,4614.41258201801 -2735,4160.05979697578,50820.6322615838,2727.61901395055,899.560112284177,22408.232845718,8630.63082561272,670.819545287472,3942.61495631575 -2736,4155.00224722651,48745.1117240676,2762.11291809127,906.533003691731,22385.9794506929,8577.22605359269,679.646118251781,3917.53909944515 -2737,4288.79552738953,47501.0466114614,2964.4608067932,959.011091975297,23123.3644505658,8717.85388850689,730.398912796556,3970.89773302387 -2738,4948.02704314408,47671.4949014859,3481.69801059903,1119.62135043115,26682.1705467161,9987.9508314416,858.384220779035,4548.16658704294 -2739,6492.61790497733,49346.8775478986,4261.18876273067,1406.79913753179,34955.2620644543,13476.2193073759,1048.15553951167,6174.43195378884 -2740,9087.35000926305,53204.8305460807,5601.26171655535,1895.37977409703,48862.4653701119,19300.5528598674,1374.7387391911,8884.93450610256 -2741,9939.44006484906,59617.4303204122,5888.03482283745,2026.83045797983,53384.628356074,21410.8536385022,1443.1446796645,9902.75320612189 -2742,9198.3336269261,65785.7900138996,5507.03473030185,1889.80648630834,49396.0822622653,19758.6613636638,1350.46566353925,9153.38847235178 -2743,8564.0247571945,69399.5030320514,5059.73066105277,1745.44806161179,45980.1803489569,18475.4764351318,1240.13350148539,8563.43255458255 -2744,7852.91498433538,70680.9836352501,4567.09292618999,1586.50256114341,42143.5997388634,17033.0477509292,1118.76812322615,7909.17651184791 -2745,7264.72827440545,72343.894384256,4129.31080365176,1448.49079887584,38967.2765931656,15873.6844430024,1010.64260441336,7383.81612202297 -2746,6985.47555066922,73518.3251732015,4019.38467929441,1402.05257784633,37482.2163683843,15200.4236997576,984.162885520436,7059.16564347608 -2747,6603.04758903411,72530.9718372183,3690.08380502496,1303.43186248121,35408.6383870203,14502.2821999883,902.517085600579,6749.31823477942 -2748,6260.71462466949,70603.0346797135,3422.43606847887,1220.54204401008,33560.519615082,13844.1907679441,836.317788368263,6453.01324859341 -2749,6048.88705831709,68877.7647461155,3313.7853501427,1180.68272954149,32426.4680355332,13367.1049913787,809.838069475336,6229.74774856699 -2750,5999.09004809596,67461.1725594983,3243.28690865216,1162.26811252613,32147.6901075851,13308.5362937363,792.184923546718,6207.99551159153 -2751,6111.93805293059,65948.9630640415,3280.54476418085,1178.91692714758,32754.1907195901,13585.8209699456,801.011496511027,6336.46256642134 -2752,6338.70991107468,65230.7935029021,3354.74448365214,1213.18218037519,33957.1006031681,14147.7877766854,818.664642439645,6604.65548555047 -2753,6890.59728802616,64543.8034836519,3679.06993820567,1324.90454523546,36925.3533760527,15338.2685410203,898.103799118424,7153.46328028797 -2754,7057.4238365283,63954.5094564136,3578.19485306107,1319.66994383623,37774.2229589476,15946.0707681158,871.624080225498,7468.10183711947 -2755,7146.9146463947,63052.3804166637,3571.38942676906,1326.01558724309,38242.3683134742,16212.520402203,869.417436984421,7600.14933140394 -2756,6562.30194456863,61994.3533650266,3116.20678291437,1185.24728305026,35079.8763802107,15087.9947850237,756.878631689483,7097.25551168913 -2757,5307.78218195382,58343.2248562823,2455.92810687893,945.872975819553,28359.2096519453,12283.6221553962,595.793675090847,5786.9260450507 -2758,4435.03869975512,53837.7760126148,2464.25424343533,870.525273483219,23797.0193372605,9745.23049786951,602.413604814079,4518.64871694464 -2759,4088.88922234745,49762.6052099466,2633.53304627164,871.681765022748,22021.7114458667,8508.00494375571,632.079333825228,3895.9066258908 -2760,4119.87035629142,47306.6939186165,2708.49722840872,889.797970994081,22198.365465977,8509.94692368396,650.549184488952,3893.67076724331 -2761,4233.69649187747,45747.7150095121,2892.67587527749,936.851389723368,22830.0210093991,8617.20882969484,695.697708333612,3932.38358775979 -2762,4971.02143242325,45418.2508340626,3495.12652183188,1120.61926391933,26820.6478509416,10005.0844062775,841.404308014103,4558.89018829973 -2763,6324.13168406698,45635.4685377347,4053.0192743782,1346.26448082395,34037.724418685,13195.3471353363,972.745468289475,6064.70973082944 -2764,8656.71871003661,46430.5477632314,5086.45104781366,1749.60934002594,46498.4165356934,18610.922683547,1216.95793817649,8610.85791626 -2765,9616.71600300724,47861.6903287999,5478.41439010414,1910.71263350509,51605.2736196942,20890.5018796319,1309.30719149512,9702.9207687244 -2766,8939.56974676924,51581.4139708397,5174.05376541007,1795.010744662,47970.5857695118,19337.7830319703,1237.47999446952,8993.80794845983 -2767,8237.96851569278,55915.3751324894,4655.01202876001,1631.07257783793,44183.8379870914,17952.5802274676,1112.29545108206,8360.75127879718 -2768,7779.75486236736,59010.4678390571,4438.55349719943,1549.21539796193,41732.8912554477,16905.3711171857,1060.99031034949,7870.64524098558 -2769,7202.36464336771,60684.8111942905,4012.96921116291,1414.98617974639,38613.524894596,15765.4202975488,958.380028884356,7353.1341016079 -2770,6815.71879615458,61518.3452015589,3789.96625647853,1337.03716058854,36541.2911427062,14925.0551353694,905.022682522486,6957.74767790984 -2771,6222.98604210373,60224.3927009535,3231.66065264423,1175.18510822584,33311.4677255235,13902.6895720634,769.577110988509,6513.08122612809 -2772,6188.19323153377,58142.6363155479,3297.16871117189,1185.10402876185,33148.3996556154,13724.0028314932,785.99475602293,6416.47060382495 -2773,5955.98568326011,56250.0359654631,3168.24395572202,1139.61460586906,31903.2747448872,13215.4061480226,755.211671583389,6179.55774174922 -2774,5832.4438637306,55261.6433383007,3016.78219265042,1098.83853213864,31218.8164391045,13043.0496779204,718.271970255941,6110.67515466148 -2775,5922.15996259538,54490.4685156243,3027.07638497823,1108.05492716986,31697.2884443277,13284.810192873,720.324175885244,6224.70814696677 -2776,6296.68772966223,55299.0588288931,3258.20843555556,1186.02395243239,33708.6247385781,14076.6664088549,775.733727876416,6589.58964939421 -2777,6658.99803066123,56098.2953199208,3373.42170236892,1239.54260050572,35636.356573811,14971.8622848037,802.412401057351,7016.29625340922 -2778,6829.46953199393,55675.2924179902,3269.2666613861,1233.93090656376,36499.1515959895,15588.08366829,775.733727876416,7336.67961507372 -2779,7085.07661853627,54834.4831708391,3440.04397145624,1289.75400241528,37876.5132677461,16113.3047822451,816.77784046247,7577.24041217173 -2780,6566.98598848003,53804.5177875533,3056.95241751357,1169.46362582328,35076.1208519205,15094.9988734941,724.428587143849,7118.64421929834 -2781,5486.83190344513,51486.8358523654,2595.97572791073,985.500245796112,29315.5470472996,12562.4190892428,615.661688790807,5918.60537137246 -2782,4764.02948151134,47850.2578233864,2788.30210125043,959.948493298252,25592.0129072544,10250.4591888987,666.966829523374,4737.86359756226 -2783,4589.93251374872,44409.0718792455,3154.20240989073,999.54672078366,25072.4190114276,9794.41932888487,785.775259561802,4390.58658506116 -2784,4711.56584290854,42141.2772312429,3331.31678800023,1045.15607128217,25737.5804994196,9935.78716234259,830.744325621061,4446.03343701932 -2785,5411.28851443223,40741.3142075634,4164.44713080961,1268.31907244377,29568.6234988375,10974.0304472334,1041.38889821444,4868.71019066083 -2786,6823.33891205208,40032.4985694792,5509.66790374195,1651.53511192163,37288.3866195169,13506.5768472106,1379.84029013413,5962.0409752116 -2787,8581.62047478938,40343.2549996324,6486.80887240265,1988.24666988839,46882.5165482725,17557.8136854521,1621.25317108384,7809.23751114191 -2788,8592.23410128493,40753.7861049702,4926.13458538551,1677.96349371192,46872.3610304429,19621.8055682781,1218.89836950099,8948.95959911444 -2789,9771.81054701079,40780.8083813283,5540.42798254526,1897.31297238351,53291.4888625565,22406.0813553183,1370.37311833218,10239.7991642797 -2790,8686.16886081825,42917.6487114434,4798.47999318187,1663.90489742105,47340.086635449,20099.8877583919,1185.76326819416,9227.09326125964 -2791,7938.50103549214,47007.3699938768,4230.62914359964,1489.42172925001,43262.0546498974,18568.3212232148,1043.75569116492,8539.2209225115 -2792,7536.66356987599,50351.8992371848,4083.60161087135,1427.73912306668,41071.9537261265,17543.3921517334,1008.25379690761,8062.86709133562 -2793,7153.322094557,53525.9801904683,3872.90352892069,1354.38211878219,38983.2972380096,16653.3596582235,956.184351996891,7653.16711988112 -2794,6791.14939486923,56409.051750074,3681.13720234868,1286.20976421006,37013.1873059567,15801.2344164406,908.848492987144,7256.34791339775 -2795,6470.08815582279,55976.6950259023,3416.69847228594,1207.36241580204,35260.1261428265,15172.2784576762,842.578290373498,6978.11825844569 -2796,6412.00226349759,53470.8963465728,3461.36007584162,1211.34046516849,34951.4866354732,14936.9713770008,854.412255125935,6858.90107542485 -2797,6215.26458306432,51756.0195263952,3374.2239424596,1177.96856431789,33880.048724263,14453.8232021513,833.111118571549,6634.6395065289 -2798,6266.44243698551,50636.6727829732,3412.15071460711,1189.599612905,34156.9231802514,14557.9826073138,842.578290373498,6680.53045567348 -2799,6368.66076168936,50417.3763961286,3433.02244637836,1201.62220751552,34719.5456297595,14837.9600806003,847.311876274473,6809.11492460249 -2800,6735.58326577899,52024.1639092458,3652.58611363908,1275.17314097663,36718.8717840543,15664.2894708291,901.748114135682,7184.92954062373 -2801,7220.16578810525,53682.9173927208,3893.3667560635,1362.21835677578,39364.5464767695,16817.5391319313,960.917937897866,7714.13883994068 -2802,7519.404261344,53814.9110017876,3918.35028345387,1392.1498774664,40982.4820902797,17696.8500966987,965.651523798841,8140.48110729657 -2803,7648.86287571539,54031.0894142805,3948.85033693849,1408.79090863804,41686.1476889351,18050.0373896698,972.751902650303,8307.84936130963 -2804,7116.19229463156,54196.3411475948,3550.93485086702,1286.46988276791,38775.8460771956,16955.1488210239,873.346598729834,7821.91533277815 -2805,5927.76817459338,53045.8147614698,2991.15877342459,1078.28749029462,32301.2500913975,14081.1408800722,736.072607601567,6491.83763727521 -2806,4795.47938635662,49140.0530584609,2773.20394277706,940.548883463075,26167.7658421642,10914.8538421234,686.369955641333,4968.28642032001 -2807,4820.34828294524,45930.6351969434,3378.42211964145,1070.19272044757,26754.4799625417,10663.4511996398,876.478728343962,4731.79209671529 -2808,4974.17917421638,44475.5882285545,3572.149857389,1121.48191613334,27574.2934300087,10871.4466058058,935.274733297683,4811.09167236086 -2809,5251.30347679405,44052.5853266239,3944.29086619519,1218.88322672096,29069.4523589772,11235.8652974551,1034.11726003715,4946.95803416933 -2810,6077.00160126214,44513.003719147,4656.38221912672,1430.68721445394,33613.1328565897,12882.5692718472,1213.7458619147,5675.08764889185 -2811,8026.2193735955,46457.5700395895,5781.21885881118,1814.59501038091,44251.2586064103,17407.4280707188,1495.70528989701,7736.33473811138 -2812,10687.7915242207,51271.6968318657,7150.84026285358,2306.29900311321,59231.9846385105,24074.6452144629,1838.67765936304,10764.2029503884 -2813,11485.9617636921,60145.4044542376,7399.25222784358,2423.47510145441,63914.9481149061,26428.0366128523,1895.4128813701,11862.448713986 -2814,10293.1293040136,66962.2993852035,6475.46777347949,2141.60243269773,57222.5256256051,23876.6767454466,1678.56964901173,10755.645182068 -2815,9610.78368156048,70776.6009440898,6025.00254479334,1994.47562311409,53603.2358774323,22419.4302139967,1564.21339634146,10077.1203457425 -2816,8890.18565783064,71756.6790401903,5492.13574581455,1829.04205286754,49419.7853382616,20756.282498143,1420.35359677299,9361.64012391782 -2817,8264.67022754699,73257.4560302335,5034.66947940313,1685.88986195579,46028.6610548712,19439.6769944698,1303.28015309568,8769.28646446024 -2818,7758.58195935334,74478.6561320126,4694.63979400482,1576.43155390181,43182.3360832299,18274.0873829157,1206.84733997579,8252.95615570976 -2819,7410.89925967417,73771.9190762868,4379.77185511206,1483.85947818117,41265.1734992645,17597.3664073435,1134.02006076923,7952.04078990271 -2820,7082.68716195975,73104.676093512,4184.25669398747,1418.39923009359,39612.4487112757,16925.5204420238,1079.79094092652,7638.5777197425 -2821,6970.77596329899,71710.9490185359,4158.89351298064,1403.14564221838,38947.6733428921,16572.7981894797,1085.05085760413,7465.81443887454 -2822,6764.11758766583,70507.4172700599,3957.08007204775,1345.99336867155,37953.3155088409,16285.4806533538,1030.24340649273,7335.9050644268 -2823,6954.45193204544,68541.0253307834,4085.51798826155,1387.2048611201,39058.4609472074,16734.6202828151,1062.54222118963,7532.15930042523 -2824,7227.68302263632,68068.1350408535,4207.92461924219,1434.1781489827,40605.4390063718,17453.3174431221,1092.1238448795,7861.15707744262 -2825,7816.49769470801,67780.2436215274,4561.92840280368,1553.14464518993,43896.8992434511,18844.3310700247,1182.62202150831,8487.38830195165 -2826,8134.68198670475,67399.8527668994,4626.34758425936,1592.95241358115,45714.422965509,19806.0921131459,1190.6588942315,8945.73144110184 -2827,8155.51650817631,65985.3392634547,4511.13822114591,1571.01473779016,45798.69201206,20003.4534780569,1163.31251882475,9052.73505820231 -2828,7521.94959235376,64304.7600603318,3984.15695056804,1414.15158276464,42199.4790834376,18661.6813296702,1021.88074462896,8484.12821886451 -2829,6130.3811501702,59992.6245175161,3182.58622290119,1139.67297914334,34332.7105853388,15259.7901658757,815.273009770673,6953.71121341408 -2830,5066.23403963932,54655.7202489387,3022.42327667668,1018.10303679079,28223.5882654202,11969.5331951164,782.299475260294,5385.16922847303 -2831,4460.03446346404,50731.2508006336,3233.75218635173,992.0516679565,25148.951683895,10041.9212929048,816.809194996538,4432.73516783596 -2832,4610.64485436805,48620.3934556974,3433.95914724788,1043.31252975391,25946.8742063473,10241.2968034495,873.275512388715,4510.04022606274 -2833,4814.65473994748,47558.2091385293,3733.87482886739,1118.47846239437,27035.2617044457,10480.0880870458,948.413584811988,4596.29968336924 -2834,5652.3190108596,48049.8071737554,4495.51430445586,1336.13507668568,31696.5513903671,12145.7253951351,1137.50685547334,5323.14514514474 -2835,7500.98051393375,49607.7466908666,5609.53617772156,1702.18430454592,41951.4384720094,16490.3780777553,1412.16275821583,7284.05824817571 -2836,10095.0608998347,53705.782403548,7064.67293118564,2197.2412867913,56790.8864443331,22995.1193664121,1765.59650395244,10218.9412135141 -2837,10825.4149261338,61790.6468499405,7294.46391028852,2304.24961074677,61197.0787781832,25217.6664187826,1816.50959218864,11253.9382684105 -2838,9897.01971416197,68230.2687998162,6620.1337644161,2098.41743810714,55869.7192732632,23108.0902134566,1666.91534599619,10338.3241706899 -2839,9182.36638210979,71348.226517211,6099.97440127226,1938.38277327668,52021.10943778,21601.4152499809,1536.75151258906,9650.73929355737 -2840,8480.4779407559,72090.3004811707,5543.43407817437,1772.68198890797,47875.2434000717,19966.7205883488,1389.64223613657,8951.10685544302 -2841,7874.25576913822,73277.203066709,5075.59168871645,1631.96418531768,44557.8065474867,18695.2972112062,1275.24719506599,8382.24299221506 -2842,7383.6926461822,74342.5052574148,4720.90659361526,1522.91077701946,41745.0854732841,17548.9956607038,1176.02701624435,7879.53262576887 -2843,7054.16396928058,73512.0892244981,4413.01219011524,1435.15219515897,39921.454187084,16916.505997835,1109.1142893164,7597.91772055452 -2844,6664.4149870088,72721.1672645323,4129.90423312457,1348.96328338087,37926.3202439022,16158.9058595772,1037.35208176448,7252.10234336935 -2845,6469.8804186492,71364.8556801487,4011.08865636619,1309.3901119781,36779.5911743534,15661.9842342444,1013.5120311877,7026.91432008742 -2846,6348.89493537158,70382.6990016897,3896.45146169184,1277.4311005364,36270.6681643963,15532.3255937997,987.615644237096,6960.27302076558 -2847,6430.71516703786,68552.457836197,3915.00589102882,1287.9053582625,36788.1158476802,15793.3854152546,988.583298468613,7080.60775692419 -2848,6668.24711564221,67861.3105514158,4014.3158320908,1326.81532283551,38165.0338281089,16447.2187220019,1011.19178911437,7380.32423848068 -2849,7191.83513809007,67486.116253498,4329.09096816799,1430.76593434488,41147.5286768989,17723.2297100123,1088.82604074398,7953.92884556547 -2850,7421.25680269135,67280.3310552394,4312.90400800232,1447.23438640475,42517.9785154226,18530.0778135052,1076.87295611129,8343.29345817757 -2851,7477.95344764913,66103.8216839355,4243.7914752044,1437.88039780998,42809.1187191234,18783.062687994,1062.01690878406,8470.88372797171 -2852,6897.37013769118,64900.2900362734,3741.07065741172,1293.01079555184,39455.5061103799,17528.2453896194,930.676424668114,7940.62172038241 -2853,5603.53910130725,60690.0077510007,2964.61816243619,1035.84500185001,32007.3199180071,14308.5954719453,737.206575559597,6496.90118783085 -2854,4719.0665430843,55207.5987855844,2923.73283535516,952.327818992167,26769.7801365419,11363.3921894728,740.351594075742,5081.73367356635 -2855,4054.78440316341,50982.7660205464,3002.42432522698,905.416232443095,22962.373585077,9091.83680235048,723.33503644189,4010.28568922287 -2856,4188.0444026644,48823.0606796042,3186.06476575974,951.396356773277,23673.6164724661,9265.7426943751,773.227828867759,4076.01476870265 -2857,4369.65952851489,47569.6416439429,3465.4829004397,1019.6543142188,24649.8252754331,9473.48552720693,839.814793875052,4148.33100507955 -2858,5127.85218327785,47771.2695766705,4174.8315030702,1218.26360890553,28890.6317064757,10973.3934322402,1007.37755733647,4800.91946268072 -2859,6817.32416995436,49427.944477787,5211.38793620921,1553.67034845493,38288.3308567091,14921.1569029936,1250.71270778676,6584.8176644161 -2860,9189.32784317219,53403.3405044566,6566.93286343608,2007.98373528434,51901.0215615709,20836.4410467872,1563.92432266455,9257.44488595838 -2861,9860.83667711772,61154.5834090547,6782.15233450043,2107.12125426493,55962.0589877808,22864.4800407233,1609.10451295013,10205.0153453479 -2862,9011.96770849536,67472.6051657259,6146.82245880855,1917.32318878509,51072.4556533133,20947.9262990861,1476.17036523456,9373.69891403863 -2863,8361.1392659978,70597.8381230033,5663.15800406657,1771.03001245641,47557.518888481,19583.8852030762,1360.86703504114,8750.58454735229 -2864,7726.96711511166,71152.8345331868,5149.31930261865,1620.65333112744,43785.6912344681,18108.3336834852,1230.73592896644,8121.18002800395 -2865,7175.20488709354,72403.1355944964,4713.03892425728,1491.86996513011,40755.7312424399,16957.8432335515,1129.33751607622,7606.506898354 -2866,6731.92541682973,72864.5933790127,4388.09273315023,1393.30283227532,38199.4211646934,15923.0097302794,1041.6887610774,7153.60560093986 -2867,6431.58715867462,72327.2653221323,4097.00618432718,1312.2926347439,36530.4821238581,15351.5640193499,982.174145871216,6899.38349450254 -2868,6076.11660145433,71575.8374351174,3834.11920520742,1233.5745255317,34708.264361745,14665.4163313318,918.623111622484,6585.85974418203 -2869,5897.59657074953,70018.9372091855,3721.13403788403,1196.80158011088,33652.4692193583,14213.0609374671,897.378489493881,6380.51149088237 -2870,5786.51175376393,68678.2153957464,3613.08368752932,1167.32066980477,33186.2952702358,14095.9167874399,874.365779915001,6319.85276363011 -2871,5862.66958187213,66818.8732707231,3631.77518839458,1177.34309973834,33667.9701858747,14335.6066238723,875.295531674409,6430.86864410052 -2872,6080.91270290101,66040.4232081642,3724.78549313187,1213.28916160824,34935.8049379071,14931.9307683286,895.356833381947,6704.93662627263 -2873,6558.95509429425,65132.0582197108,4017.60022603424,1308.51332735339,37668.4505951253,16091.1048083973,964.134500275611,7226.54269629502 -2874,6773.5820214758,64455.4613138809,4005.35858470971,1324.7986430049,38947.5311385913,16832.4552555539,953.688128167068,7586.28016833501 -2875,6827.6871278423,62920.3868075969,3939.58751774018,1316.30961659779,39223.1687928413,17066.7682030381,940.4525007803,7705.36245126138 -2876,6303.60803243802,61530.8169981518,3474.52155988956,1184.79887050122,36175.8800065788,15936.3094096128,824.226312008795,7229.95219863157 -2877,5123.48743726249,57472.2753584214,2753.15822560367,949.446815021545,29355.7526271399,13012.9205888846,652.873804985169,5918.23530951448 -2878,4302.30390053896,52520.9585011821,2711.61895367406,870.258420365349,24495.7276519519,10313.7969905188,655.480228126314,4614.60237575483 -2879,4305.2816911223,48848.0042727899,3266.38120274507,977.006240789757,24409.5285762919,9451.41650365336,757.373505563514,4114.95002943732 -2880,4463.61167286429,46210.2120852076,3469.44101596435,1033.3192086111,25187.0029521253,9613.66862009938,803.680220647717,4188.26377943942 -2881,5128.41147408555,44415.3077271349,4325.20303094481,1249.25837687826,28836.8608271775,10604.7133631112,1005.65214374743,4558.86029170727 -2882,6470.43061339631,43681.548395051,5716.49306422985,1624.91094775504,36308.0562648166,13043.4401686165,1331.59798319806,5565.90541865767 -2883,8158.74462415966,43374.9492304287,6735.67477409402,1959.6145735652,45776.1236660286,16993.2987079667,1565.36661849398,7343.52680883355 -2884,8035.47388644047,42224.4228443036,5118.86814319191,1643.28288312755,45798.1389034183,18948.2316314608,1177.51652223839,8432.81249646955 -2885,9093.2239144185,40620.7532047241,5755.04200776473,1853.50124676768,51990.9759521441,21599.8657127317,1323.55110822615,9617.70700459406 -2886,8046.22935135218,42775.2619889562,4948.95364636386,1608.34733674841,46012.8426971445,19358.8631095129,1139.88315291299,8666.68130150185 -2887,7331.21030908413,46399.3682213424,4374.71760017479,1441.85674581281,42075.4898939978,17868.4886976786,1005.12079534714,8005.22491762207 -2888,7004.18686228861,49665.9486099278,4226.5330068573,1387.37441789591,40020.4440652405,16913.4907096528,971.492231983559,7587.47045368714 -2889,6614.25167649587,51758.0982095677,3994.73030772785,1307.74998042818,37878.6111951864,16031.4485181715,919.253737383562,7179.24439921589 -2890,6292.85071263238,53729.6868063684,3803.37931658079,1245.56650548324,36010.4186153215,15221.1447377922,874.718891257338,6814.64410526425 -2891,6007.32074799276,53239.1281631355,3535.18743135052,1172.10214812255,34360.6451782422,14628.7280582353,811.691955442418,6569.672847162 -2892,5905.8132861851,51245.7138466869,3570.87601295624,1167.9612738789,33928.171594392,14361.781351941,821.523120388399,6415.29685369047 -2893,5732.79028418772,49564.0952515708,3477.47896835624,1135.21597186324,32888.4235464355,13904.7585583443,800.502428391023,6213.99237178207 -2894,5744.94581060221,48782.5272146601,3511.67636482376,1141.40300945116,33074.3227563166,13975.750813208,808.880108844986,6226.19050258652 -2895,5852.71581393224,48320.0301389645,3547.47919868009,1159.99087804271,33706.4604116578,14255.6081766073,815.591340872606,6356.98045078899 -2896,6179.44506737408,49257.4960869484,3767.59679785637,1227.38483548263,35600.1649842024,15041.5372576824,866.967681590264,6699.31522230914 -2897,6610.39267549456,50907.9350393615,4006.95430247862,1306.47963521321,38116.9162661113,16142.3764822088,922.491511849648,7188.47997191956 -2898,6906.31542553266,51269.6181486933,4055.15238329048,1345.39190856659,39818.8912156818,17002.2623878271,930.443264434958,7601.76421792992 -2899,7066.34456089655,51353.8030529333,4102.65154923348,1371.15340876354,40636.296317883,17373.144549081,939.68309877126,7789.05365582089 -2900,6560.95509285804,51584.5318443775,3676.11734354496,1245.51686798792,37751.1554135976,16318.6551413499,841.669237487348,7341.07884377386 -2901,5486.40245471519,49831.2003432421,3097.96353287243,1046.47082852181,31485.4501529593,13568.9061136687,709.565744793992,6109.02748403894 -2902,4467.49600854873,45883.8658841098,2867.61351601431,914.320326744789,25491.2112516054,10531.3699705491,660.930970319343,4674.57506298195 -2903,5438.9868735015,42564.2802339875,4031.73838005774,1232.40696089236,30084.7214525457,11312.6674950622,898.030809256921,4929.13061498128 -2904,5456.1549307874,40681.0337061438,4082.95727384283,1244.10620140581,30145.7127417708,11283.4618145651,911.280338240683,4907.61042126241 -2905,5646.6958831095,39795.5337285176,4382.32659174792,1318.72801989646,31163.4678607308,11481.7310502213,979.348062778394,4974.35471283957 -2906,6515.9763623484,39910.8981746467,5146.96767873168,1539.27480789133,35929.9332568917,13146.0848223426,1148.17377957126,5692.77483356021 -2907,8476.06686678085,41551.9832040047,6298.28587816885,1923.62366013133,46838.2687236272,17629.8182782348,1397.04122462954,7707.71385402324 -2908,11785.7612849738,45511.7895605437,8277.75825073728,2578.72979857594,65235.4726395093,25145.7319112506,1825.1605877709,11074.1354956527 -2909,12814.0362695895,52011.692112653,8700.8125100443,2750.9084899352,71032.6279061334,27771.0169912181,1918.55098373716,12310.5388314338 -2910,11896.308233287,57720.6727047965,8138.45362365739,2571.84394893661,65896.6734477887,25687.421828745,1805.78198788068,11389.2073547846 -2911,11073.7130802953,61890.4214243111,7477.2638393278,2373.88284092241,61352.1581372812,24026.1333552853,1658.04395097606,10659.7283383038 -2912,10149.3009332192,64166.5306033756,6749.18928498039,2157.50370528673,56246.8839966531,22149.6685205891,1499.27301957492,9845.69035989631 -2913,9381.9993657773,65832.5593267332,6102.11850961434,1969.08342038974,52021.3194252698,20641.8951477121,1357.78833126367,9193.49067843334 -2914,9030.52563842781,67087.0176535737,5939.72507100526,1906.07618380781,50051.7929259045,19779.0774440115,1319.21613085136,8792.96706534866 -2915,8525.17805011648,66646.3462975261,5452.95788025696,1771.27367301499,47289.2535943664,18865.1837127391,1214.18614718227,8407.55269241277 -2916,8082.19393151751,65258.8551712535,5057.46942397673,1659.65827863797,44865.8426905695,18019.132170113,1131.0488140419,8042.26518833056 -2917,7821.31711918423,63610.4948011989,4897.03143110383,1606.64858921061,43405.1466090613,17422.3485412507,1096.4763278621,7770.57173937221 -2918,7756.46175824302,62663.6750309738,4792.78219083214,1581.00276517737,43045.6949216256,17350.9805173605,1073.5064295115,7745.80245049833 -2919,7906.66561890268,61954.8592920756,4847.81438720422,1603.40539520838,43885.5211913909,17726.0710548115,1085.57957195629,7911.31670834688 -2920,8189.28519892268,61974.6063285511,4957.25254925696,1647.70129423197,45457.8913062084,18444.012443569,1107.84363838351,8243.35347584159 -2921,8885.72868314718,62043.2013610326,5436.18205113331,1795.18227658517,49313.2736765849,19958.2079813158,1205.67916422803,8918.93277772835 -2922,9056.81826257377,61583.8222596888,5286.53134602893,1782.64981805319,50322.5179808375,20686.0598425207,1171.57723266382,9296.70609191255 -2923,9145.92725215602,60127.7360001206,5276.06372075422,1786.72499147823,50832.6541481292,20987.1707659746,1163.67694291588,9450.50522491202 -2924,8354.68839701947,58748.5594049099,4602.93973546966,1590.71333155968,46489.5146799443,19468.6384826158,1011.33249857245,8811.09299188857 -2925,6761.76564713019,55899.7853615449,3627.74627265084,1271.65840418314,37654.080718837,15869.5829499304,803.996720210735,7189.97634056119 -2926,5725.33981781649,51336.1345988163,3641.43893811806,1182.69834629191,31790.2132114554,12684.7744052231,809.581236754351,5634.38760629418 -2927,7275.98566298523,47320.2050063885,5082.91259951343,1643.80568591349,39536.0590185678,14911.1927732795,1164.98190950529,6607.90504496565 -2928,7470.36602851555,44970.3042381323,5133.27073951833,1665.52382271328,40924.7788816518,15622.3083856104,1165.53249508596,6940.15806949581 -2929,7924.28441901627,43785.4803357665,5694.31617939201,1833.57532413337,43286.784984418,16127.9375342174,1316.700547082,7117.30781520174 -2930,9051.54057969366,44067.1358063892,6692.57544682178,2119.84118467712,49401.8756058902,18240.8670349282,1530.7951021368,8041.57303196642 -2931,11264.7805799166,44816.4850102316,7868.3247410168,2550.41130361231,61172.0523667856,23065.0038569805,1808.13584881836,10242.5562693854 -2932,14744.8423095913,45405.7790374698,9580.44122502234,3168.24800073988,79971.4610102636,31136.211454251,2167.49792762899,13967.1734189993 -2933,15363.5307310754,46441.980268645,10015.9584074176,3281.64036203523,82627.0774283535,32157.2632810233,2237.67083479184,14477.1893077557 -2934,14815.5564830032,50029.710301618,9663.58449234146,3186.22098750977,80054.1089971149,31123.7911902002,2179.34635259521,14007.1842342022 -2935,13946.1003622753,54502.9403122172,8853.84047508721,2963.80755974657,75492.3104432947,29611.2143821066,2010.81021213636,13348.2680335858 -2936,13024.7925036313,57674.9426831422,8277.55121358445,2758.1361433869,70578.9311407282,27750.22507852,1863.20418601673,12522.5706262922 -2937,12460.9189497834,59303.5559159073,7783.22143454928,2635.06032076232,67563.9367200749,26621.4557425464,1781.48873476582,12010.9158425549 -2938,11846.455498986,60209.8422211882,7341.73646176104,2492.68984682554,64325.9631386424,25428.7406552864,1678.76818531021,11474.7583182478 -2939,10838.6531896582,58996.956751285,6327.04376403003,2206.68386659442,58899.4293571334,23749.9392826975,1449.99729352035,10776.7022175312 -2940,10640.5519876451,56833.0940439979,6274.44277700063,2166.14814072395,57907.9391057688,23348.0308466143,1420.52226769896,10593.4127674065 -2941,10690.6963428081,55196.1662801708,6278.14513784895,2191.14115697862,58313.6042421072,23468.3976290731,1445.82350588763,10629.8398696034 -2942,10924.5979253439,54290.9191652552,6304.17300161566,2240.50832870447,59652.8197452736,24034.412992873,1482.17787875932,10878.7424386635 -2943,11340.9292632552,53599.771880474,6451.69307931443,2315.42281493897,62050.4814736759,25084.3754464635,1527.1857077746,11351.68435629 -2944,11848.3597446032,54453.0530250319,6763.9162044913,2411.74196476013,64844.9557029787,26247.984292573,1585.02078056619,11885.2880666251 -2945,11924.3947880677,55231.5030875908,6653.90083713916,2370.21855639377,65159.5562734352,26683.3849963964,1525.88720039652,12135.2328029445 -2946,12236.3543244989,54789.792440364,6672.7219818557,2415.85132618575,66618.6968485954,27361.7673470992,1551.31079093645,12466.113824317 -2947,12028.923048554,53418.9303762151,6590.93527428966,2350.14603171903,65348.943459656,26942.0312135824,1492.60544399619,12306.135974892 -2948,11068.6714903635,53308.7624867962,5989.97209442466,2156.28455243529,59849.3804507597,24691.1691967919,1369.99477518709,11293.8955631924 -2949,9333.57017343514,51801.7496488636,5079.21707336101,1823.24278002412,50616.3836642578,20845.7762681048,1160.74694569694,9519.43353960198 -2950,8002.11316583096,48167.250202243,5129.69376456813,1695.40732570607,43477.3712796023,17061.8639595728,1147.29413247448,7663.70451451365 -2951,9644.42916111548,44658.5084159859,7320.76629720012,2303.32656264599,52180.3217517382,18950.0228272443,1685.59740512858,8338.06831480441 -2952,9355.88332133911,42140.2379400636,6694.67043973943,2151.6078885398,50658.1600775954,18912.0388280571,1538.44207610942,8393.90290289885 -2953,10149.0838263441,40526.1751870638,7726.40149976849,2429.52049453813,54899.555278087,19919.1511048004,1779.2417054135,8769.8827203341 -2954,11930.4280466287,40508.5067329468,9344.44144908395,2910.05766349408,64505.7237732325,23080.4621761961,2153.81890655318,10123.0184878803 -2955,15008.7261130941,40943.9815322842,11443.7029246286,3596.89250633965,81184.026871351,29436.7759716247,2635.41816516135,12961.9220097299 -2956,15670.9869631862,40959.5713032287,9789.09870936462,3316.35099646091,84969.6284095737,33539.6317318531,2238.54470204906,15155.4832625251 -2957,15742.3458064647,40520.9785295396,9696.65775874832,3304.63294426593,85361.4127969395,33876.1523199779,2216.24844007646,15340.2159895171 -2958,14958.3256350908,42724.3353097777,9077.32457750742,3113.64693604938,81110.3727038761,32373.6052561949,2073.55236345182,14694.4723152792 -2959,14524.5216464989,46446.137534176,8785.58264222285,3017.82896896542,78756.9623731181,31472.3305981787,2006.66357753402,14293.1403240214 -2960,13629.8369566637,49682.5776720515,8201.4623359927,2823.61567732691,73903.8963466438,29591.654445307,1872.88600569842,13449.4093991726 -2961,13226.7592546728,52316.2125941029,8004.34475220644,2749.3582359805,71714.0202091071,28657.6146788611,1828.29348175322,13017.629739348 -2962,12630.2996462092,54749.2589754198,7577.65834426383,2611.4721448661,68491.2707011578,27447.6189369754,1730.18992907378,12473.6638851563 -2963,12186.0212485657,54149.5717339473,7210.70622298916,2499.04658215274,66094.0765354297,26612.6020261395,1645.4641335779,12108.4337174843 -2964,12330.5989051507,52109.3881046651,7458.15833098033,2561.43371255059,66865.9324911113,26716.481430362,1703.43441470666,12128.9718085557 -2965,12074.1811750603,50185.6082126912,7170.49604615004,2481.6138393956,65481.6868953119,26334.937789512,1636.54562878886,11980.576177054 -2966,12696.5048333644,48942.5823912643,7691.83823896988,2640.17545102943,68841.274395756,27493.0636956905,1756.9454434409,12481.3047439121 -2967,13376.0496045324,48731.6005354816,8102.05948412242,2780.59526749267,72534.9934042345,28964.2635932528,1850.58974372582,13143.776658246 -2968,13737.447622302,49991.2555198463,8166.82769474058,2824.40199536277,74505.5805331809,29945.9827566181,1863.96750090938,13614.717806205 -2969,14035.0144619549,52082.365828307,8192.53730821522,2855.01079492891,76135.2114300743,30792.969263385,1868.4267533039,14025.602083655 -2970,14556.009189494,52608.2613797739,8561.33911881816,2974.10424312615,78955.8122057462,31851.8345327228,1953.15254879978,14497.1453143361 -2971,14171.2028425691,52543.8235120093,8195.65370373392,2867.55714817827,76879.8554795277,31193.3383196732,1868.4267533039,14224.079774493 -2972,13140.4318393119,53554.0418588197,7702.14571468484,2680.36666101659,71270.2774271712,28793.0850251436,1756.9454434409,13118.2128625463 -2973,11156.27626172,52670.620463552,6567.6756567958,2279.70685495184,60525.3061682322,24399.4199051545,1498.30880455874,11095.7547151306 -2974,9489.34554077851,48781.4879234808,6247.43475585789,2071.99495717005,51433.0225520649,19887.0161268884,1431.42001864093,8922.79331022935 -2975,7919.96465103049,45673.9233195064,5508.28626228888,1803.38920132994,42608.181221041,15941.8030417481,1332.3165827221,7146.53513884662 -2976,8364.51224695528,44022.4450759141,5774.29926031698,1884.64456886721,45025.7546845704,16978.7195561432,1379.74532838535,7636.06800979786 -2977,8740.85399986674,43416.5219865521,6341.93801528653,2030.19445743053,47050.5064159849,17373.1125800771,1513.40815707268,7774.05790176479 -2978,9892.15209222965,44066.09651521,7331.79690405855,2320.74278024521,53260.9769306878,19534.1744064246,1737.61677293529,8731.64201621972 -2979,12030.6482066218,46163.4426715601,8681.59421204688,2738.50033524731,64837.8525673776,24309.0649306279,2004.94243030996,10925.4363671426 -2980,15298.400023491,50643.9479220419,10302.6148549997,3294.34185101853,82516.0666255853,32122.1571004216,2315.38512919666,14578.0794749834 -2981,15994.5074157886,59148.6972960133,10792.2943119347,3467.35536666516,86225.1563353647,33421.9023997862,2453.35966203519,15139.5186097693 -2982,15528.484982586,65904.2723335664,10159.5504511952,3365.4154784321,83591.7956525579,32420.1070054212,2392.99580391833,14702.9934404635 -2983,14767.0550617891,69408.8568542926,9495.57242877779,3169.11501592291,79484.860723089,31031.1575839836,2237.77445447498,14104.0016511317 -2984,13888.1126333719,70310.9859948565,8801.13456487223,2973.34692598182,74714.301671558,29217.5077020117,2099.79992163645,13287.9847497088 -2985,13009.9645410696,71715.1062840669,8084.57638950519,2752.73550730947,69988.1624193744,27579.2739533135,1927.33175558828,12571.0018788184 -2986,12575.9455557041,72874.9864924331,7700.94736433803,2659.45998343664,67616.5888326673,26642.1922570467,1866.96789747142,12138.6918408047 -2987,12089.663020707,72336.6191443734,7282.93032295918,2533.83704583804,65000.0741715836,25754.1233714311,1767.79870199372,11749.9408194383 -2988,11890.9914259498,71535.3040709872,7078.41875564684,2488.66731606194,63907.7812578103,25340.1794672091,1737.61677293529,11564.3424076546 -2989,11828.0738118149,70110.3973533081,7052.41132528135,2470.82398107564,63580.5780467457,25248.448810344,1720.36995633048,11533.688696451 -2990,12154.88256546,68629.3673997404,7067.04797210446,2536.10367193872,65272.3538796601,25933.3159694627,1772.11040614493,11846.2575800711 -2991,12473.0807444602,66576.7119738654,7167.46693425377,2573.25661153734,67009.5235269559,26805.162086531,1780.73381444734,12266.4976969351 -2992,12923.8796955585,65839.8345666158,7351.75751528468,2649.02351454313,69431.5346264418,27883.4276110224,1823.85085595938,12773.1400566846 -2993,13161.070828222,65495.8199114011,7537.15558728884,2669.96753213161,70775.8657752647,28605.1689792838,1815.22744765697,13125.8319583817 -2994,13273.8741903313,65255.7371969018,7509.47586821555,2666.80150760224,71392.3765362215,29020.0302109869,1797.98063105215,13332.0310253809 -2995,12786.2588530862,63937.8803942899,7145.63445400195,2531.07533409482,68802.7232121946,28213.994655275,1681.56461896964,12991.6610042737 -2996,11364.8614729188,63680.1292256736,6216.89328175264,2216.6322236165,61154.0097281592,25296.0107530068,1453.04429895582,11673.3305471585 -2997,9761.18748313759,59573.7788811164,5260.79741789901,1916.60265199598,52486.0815818837,21601.9106235416,1271.95272460524,9944.0466530325 -2998,8282.89495537578,54250.3857003111,5035.92885195435,1744.75234973976,44545.5738793178,17560.4456712891,1224.52397894199,7983.32994516839 -2999,5673.15666837531,50352.9386291781,3942.81927319694,1274.89471999794,30751.9759277331,11730.298237731,932.259862081003,5224.94153312885 -3000,5878.19623775399,48453.0630392106,4217.66960076422,1348.44923305108,31844.8713971913,11982.7253433234,998.399919863776,5321.3771100675 -3001,6132.78480213725,47412.7044416904,4570.81303991856,1442.1850109878,33196.5825905987,12279.4970337005,1083.43713701306,5431.42132616376 -3002,7182.63424605859,47952.1111817433,5470.13269030385,1713.86576258591,38855.1974973552,14233.1515221713,1297.6049431668,6285.50024066656 -3003,9438.62350716701,49591.1175279289,6797.45729976785,2171.83914619536,51109.9836068712,19214.6646574976,1609.40807271416,8543.66579319173 -3004,12716.6631190339,53278.6222360864,8509.32499520038,2793.2958345413,68944.0705468359,26742.5266308814,2009.39794597189,11989.0267031023 -3005,13689.2360625395,60581.9185447543,8763.40120534988,2928.27111357869,74240.71510871,29324.4182027524,2066.08942407141,13229.2840780644 -3006,12558.0663427616,66705.5875077665,8066.67059582296,2695.01559314833,68071.8032173486,26883.24235581,1902.31404289502,12153.9378699727 -3007,11709.5450018459,69803.7981886858,7442.21765551474,2496.14140238359,63487.2039554478,25168.077896956,1754.28629452405,11384.8392274846 -3008,10730.3182777772,70598.8774141825,6724.19737775062,2268.61370532099,58181.8092873114,23193.7052692872,1584.21186022549,10512.8676491655 -3009,10001.8434238978,71698.4771211291,6179.59230089909,2096.63851837526,54241.0505703926,21734.6975335871,1455.08127122102,9865.09773808682 -3010,9326.73239473173,73272.0065099988,5687.80742289635,1939.47513713862,50591.1562821301,20363.5880174033,1338.5487884609,9249.55051380476 -3011,8950.93626780342,72924.8738804323,5383.05737280504,1845.92831241216,48562.1599081696,19643.4784435174,1266.10967755596,8933.23479167239 -3012,8516.82255107758,72483.1631323915,5038.3655974676,1739.36186845613,46219.9029250314,18801.8721548196,1184.22198696776,8562.98346208787 -3013,8277.0789042985,71209.9970602547,4929.78610041309,1697.13176310343,44915.538227823,18228.4857177472,1159.02577447908,8296.55479965621 -3014,8188.76286945239,69879.66846105,4811.92465305322,1665.74087248084,44439.1526941178,18118.8607302039,1130.68003542932,8256.67602429319 -3015,8290.71883661666,68006.8152482546,4814.53949818131,1674.28906381011,45007.7307034378,18417.8909807548,1130.68003542932,8396.60862224656 -3016,8590.9570450072,67648.2501132746,4924.50372704807,1721.91392392273,46640.8203233603,19170.1872345338,1155.876247918,8749.43909620533 -3017,9253.13453876712,67315.6678626594,5300.54443108729,1853.49425251593,50243.2334441189,20650.1645965947,1244.06299162836,9422.05673803423 -3018,9529.00804961957,66983.0857128582,5242.46917788192,1865.76708517862,51754.0254924509,21557.1615145609,1228.31535882294,9876.98828093737 -3019,9592.52000393272,64917.9583895764,5179.62900694778,1858.45378200468,52108.5780321222,21831.1110918959,1212.56772601752,10018.1674485994 -3020,8804.62987789652,63838.1057191053,4543.40627957545,1663.43859773181,47848.3789431288,20319.8871980213,1061.39045108547,9360.46355732161 -3021,7131.52451906329,59534.2847073515,3603.27851761235,1331.92862955475,38762.1873256747,16561.7947733163,840.923591809553,7641.48526635102 -3022,6019.91732286091,54236.874612539,3603.6590920843,1235.4510829304,32688.7706552576,13217.7777532674,847.222644931722,5988.86664407914 -3023,5163.43374530406,50304.090532358,3716.52801879531,1163.13252246376,28340.8295802677,10872.5641687147,853.184045142784,4786.84598379536 -3024,5348.41008553643,48200.5084273045,3975.51367968565,1230.28316702534,29328.8362693704,11099.9918453888,913.713994291427,4871.96662002218 -3025,5578.02087073007,47268.2390360308,4308.27016413702,1315.86143270921,30549.1250805829,11366.4816461546,991.538214625398,4968.52237688017 -3026,6531.44203661489,47616.4110575905,5155.85292398622,1563.76486319253,35738.6081413229,13168.8580742264,1187.53995472577,5746.77699067813 -3027,8587.53903551931,49193.0583199979,6407.15019210992,1981.47981849506,47065.5995665005,17797.4655703404,1472.89542928366,7821.12694841685 -3028,11577.5968408691,53106.0952628894,8021.12335873729,2548.19385656539,63579.232211876,24801.7279563554,1838.95750270641,10990.74158072 -3029,12467.4070739863,61492.3622163801,8260.85396104356,2671.06874109323,68514.6210711518,27214.0235818075,1890.84031626239,12136.2071804461 -3030,11436.4833621184,67933.023558249,7604.02019888796,2458.21461911342,62812.2149218679,24946.0898028661,1740.95663265622,11148.237888047 -3031,10664.7453522127,71420.9789160374,7015.4426737067,2276.79436371379,58593.832254714,23358.3937997464,1605.4848417045,10444.7161350397 -3032,9773.92506097105,72442.6297682613,6338.65333122072,2069.19033642662,53709.3228316668,21530.1256204629,1449.83640103656,9646.68958100712 -3033,9111.41058354422,73583.8022313313,5825.33511556437,1912.28804420286,50083.5785670811,20179.7403570794,1331.65888127016,9054.20046349804 -3034,8497.35330562922,74861.125568999,5361.80052224667,1768.9189355354,46724.5027321779,18910.3353567477,1225.01087562731,8491.03596188552 -3035,8155.85448169916,73941.3280751321,5074.5711882603,1683.56042815294,44861.0629408835,18245.0861396869,1158.71616941689,8202.35424373517 -3036,7761.22297808702,73029.8451123271,4749.69224674712,1586.32530995201,42708.8374424276,17467.0749153916,1083.77432761381,7864.19384216566 -3037,7542.36584472046,71410.5857018031,4647.31006399849,1547.82946125929,41499.054512232,16932.9235814484,1060.7152993667,7618.80295642298 -3038,7462.70625435596,70164.4419060244,4536.24987895809,1519.16458798217,41067.7997235475,16834.0385786444,1034.77389258871,7583.56408813828 -3039,7556.29221598398,68756.164351283,4538.76328020671,1526.947914057,41602.0111603236,17114.5239509441,1034.77389258871,7713.44845284234 -3040,7830.73892812604,68133.6121997973,4642.47534216804,1570.34380570536,43120.2900660975,17816.5446185217,1057.83292083582,8038.97251634909 -3041,8434.35194337154,67600.4414084478,4996.98790112991,1690.35381789373,46451.9136534565,19192.1869979137,1138.53951970067,8657.10580356939 -3042,8688.23732109877,66854.2101789571,4942.38876781545,1701.39909796527,47876.6912598498,20044.3832964205,1124.12762704624,9079.42580145471 -3043,8747.25636069164,64944.9807667485,4883.22030480665,1694.67155456985,48217.8227042297,20303.3057217698,1109.7157343918,9211.2027154417 -3044,8031.14445576467,64175.8845264307,4283.56714261116,1516.70879934369,44303.6657686204,18906.6971681968,971.361564909183,8610.6570148372 -3045,6505.91188767598,60087.2026359904,3397.26669045036,1214.39054460623,35900.8710545386,15413.2778969926,769.595067747038,7030.94201074743 -3046,5485.68612978328,54671.3100198832,3397.18991590952,1126.85539550116,30204.2398005431,12278.4824341655,775.359824808814,5499.94531525141 -3047,5645.33858625649,50639.7906565109,4132.3215403172,1287.99317240194,30920.1967839653,11684.7551516911,923.793045404562,5102.96973471508 -3048,5851.78073690318,48674.4380084136,4420.45176159223,1362.90399233626,32018.1368647277,11937.3134254551,989.332416869075,5195.1347262934 -3049,6108.41987078755,47870.0049606758,4790.66149570895,1458.40185727569,33376.0539553156,12234.4742263758,1073.59732303774,5299.91628184517 -3050,7155.97994052777,48320.0301389645,5733.29298032211,1733.60191152675,39062.3342220008,14181.000163439,1285.82004968473,6131.03420104501 -3051,9396.06987996464,50081.6762719757,7124.2815480542,2195.13227183155,51382.7326015314,19139.5431208141,1594.79137230315,8339.40808211004 -3052,12646.4118152406,53535.3341135234,8918.11890610107,2820.25359918498,69310.2442327644,26629.3450510128,1991.14852354091,11711.2325479072 -3053,13604.5032250707,61169.13388882,9184.17043526738,2954.43824614924,74624.8888353908,29190.7459780166,2047.32512765335,12925.9068560297 -3054,12479.354745555,67778.164938355,8453.99249109045,2719.02948648505,68413.1066579058,26755.6316732137,1885.03716021742,11872.4278467477 -3055,11634.840771041,70950.16730928,7799.51154180094,2518.02165289362,63807.1774008429,25048.550780547,1738.35380503494,11122.5798243828 -3056,10659.5856427253,71729.6567638322,7046.96057314482,2287.96590603481,58471.9844302213,23081.0064216161,1569.82399269762,10271.2979789139 -3057,9934.16671963438,73110.9120422154,6476.16085465875,2114.07380741006,54511.1478391809,21627.9031752406,1441.86617221928,9639.45646217242 -3058,9262.33370281691,74693.7951525122,5960.73019379458,1955.2425631685,50844.0503341481,20263.2345162394,1326.39204154371,9039.21230445677 -3059,8887.57218430359,73655.5152381645,5641.31044674523,1860.53922774503,48804.3943501294,19545.6403100209,1254.61082517782,8731.01759260096 -3060,8454.7948219039,72785.6050314829,5280.02942040814,1752.69314088452,46450.1170014164,18707.1386707111,1173.46684145985,8370.17752738099 -3061,8217.49018643391,71638.1966197095,5166.26334346097,1710.3187474153,45139.606554085,18137.163404322,1148.49946185432,8109.39189011142 -3062,8128.56003593136,70737.1068711388,5042.70643588358,1678.33606637997,44660.3155913855,18027.1461323137,1120.4111597981,8071.10264211252 -3063,8228.80493909431,69452.5082935884,5045.41144152049,1686.68088687972,45233.3522590421,18324.8280517626,1120.4111597981,8209.01414143546 -3064,8525.47949895273,68802.9337649306,5160.60682202135,1734.29980957764,46873.6723627173,19072.2246553426,1145.37853940363,8554.59524347361 -3065,9182.72200297958,68407.9924305373,5554.6753536621,1866.84075838198,50495.7603112362,20545.3709439896,1232.76436802298,9212.6273093796 -3066,9451.62137792234,67994.3433508478,5493.66986396379,1877.96290081864,52009.0403678649,21443.0268503532,1217.15975576952,9659.09852767457 -3067,9512.53946021564,66180.7313482928,5427.75077078012,1870.04879445047,52364.1034880448,21713.9321555106,1201.55514351607,9798.14637744405 -3068,8726.64542915207,64622.7917303677,4760.90103218263,1672.60178906883,48079.7734307272,20207.0826112402,1051.7508658829,9156.82646485551 -3069,7066.67444731258,60439.5318222671,3775.71228647179,1338.80571211347,38948.2345608735,16468.4547749415,833.286294334521,7475.93929565973 -3070,5978.2480636418,55153.5541320542,3776.5431189123,1245.31635237499,32861.1089240449,13156.2862225697,839.528139235903,5855.56316157238 -3071,5579.38406547111,51195.8264586876,4148.02788132669,1268.15615327136,30575.6899295367,11499.2451081512,908.050336426646,5024.6319663832 -3072,5578.03570238676,49190.9796368254,4200.58610062714,1278.89504142781,30556.6638936881,11433.2567495295,919.998367169101,4992.5555931839 -3073,5775.12924174347,48126.7167372988,4508.61146738893,1355.88168662462,31605.0558237502,11640.9324259058,988.699543938222,5062.38669699447 -3074,6671.22723835465,48544.5230825193,5295.42568501857,1584.33941935287,36485.1180888039,13344.3594916475,1161.94598970383,5797.77941938947 -3075,8704.99849946516,50110.7772315063,6480.20823425458,1982.72961025401,47674.8651805863,17943.602325652,1418.82865066663,7863.33265653351 -3076,12126.2574896592,53912.6069937997,8517.15714288837,2661.4938089057,66497.5715589607,25628.6957670354,1860.9057881375,11306.9992445222 -3077,13221.7492674238,61919.5223838416,8952.53386682053,2838.71558810948,72532.1026712568,28372.6411685689,1953.50302639153,12591.0472052848 -3078,12241.1120228071,68435.0147068954,8373.40490998623,2647.78214529723,67109.9058450446,26179.6062253396,1828.04870359575,11633.0979258618 -3079,11386.8373688078,71646.5111507714,7693.0843455722,2443.679421639,62445.7454288106,24468.9703577769,1678.69831931505,10882.7856138827 -3080,10428.6063508102,72211.9008760032,6943.83462290138,2218.83584838403,57198.1273937695,22540.8346407855,1514.41289660628,10047.8380394359 -3081,9631.9788211415,73085.9683482158,6277.93674083485,2022.94489716685,52846.296359421,20987.6077878425,1368.0495200112,9377.70616533603 -3082,9270.51014220536,74136.7200591563,6110.96341864753,1959.72856393414,50858.830376763,20110.1823689915,1332.20542778383,8968.15397441925 -3083,8745.01144574127,73254.3380558818,5609.96962112808,1818.5640408496,47997.5049198158,19164.5276396899,1221.68614341611,8571.39880360457 -3084,8279.36801868938,71816.9595416099,5202.83184988444,1700.58621218105,45460.6583432994,18280.3796387187,1132.07591284769,8193.18980995093 -3085,8000.39890629116,70261.0986068572,5037.68272008203,1645.2710762842,43927.5212072477,17651.7915556447,1096.23182062033,7909.90273941201 -3086,7927.46139710114,68785.2653108136,4930.36609681853,1618.26874458177,43530.8563277967,17565.8151536337,1072.33575913541,7880.98550349153 -3087,8073.67237211601,67688.7834774048,4986.93097076311,1640.85322740139,44348.2138885871,17930.4728599942,1084.28378987787,8044.84733261273 -3088,8365.14279438911,67191.9888854685,5099.56815145922,1687.01913775928,45954.4331967754,18662.0085677682,1108.17985136278,8383.75071817527 -3089,9099.633179456,66669.2113083533,5592.6871490255,1843.5243901445,49990.9870901869,20241.4557521564,1215.71212804488,9082.42033833275 -3090,9287.49879794903,65529.0781364626,5438.71419655884,1830.02783991965,51048.9046758298,21001.5815351781,1179.86803581752,9474.53586317804 -3091,9396.62637737204,62990.0212320716,5428.18852304567,1837.11575523687,51658.2774077364,21342.1061895104,1176.8810281319,9640.49346226817 -3092,8600.85470905935,61783.3716100579,4735.77713978668,1636.66088607585,47312.357911028,19828.6621037207,1024.54363616559,8997.31109757641 -3093,6945.64325485866,58568.7571918302,3732.09593555331,1303.89494987897,38217.6902184639,16129.7916567376,806.492075115771,7334.07141451079 -3094,5875.14385817807,53892.8599573242,3746.32140423578,1214.75685675614,32275.9540978202,12888.5348261549,815.453098172612,5743.90646428628 -3095,5657.16048226035,49711.6786315821,4236.16032577135,1271.45513717779,31046.394155434,11751.3944097413,901.662158871003,5130.24902414989 -3096,5709.97218338992,47133.1275534262,4356.93629597108,1299.3205144504,31318.5100810348,11764.3821225664,928.009429747104,5128.11527909884 -3097,5887.96244327216,45918.1634003506,4653.58872543712,1370.98195631255,32258.6796824756,11935.5759136424,992.413869666462,5181.90674240925 -3098,6931.12002925041,45753.9509582155,5623.10869929972,1642.39653404858,37938.1289562113,13876.8941800125,1200.26456213348,6009.223226506 -3099,8742.74360750893,46264.2566379239,6519.38290663575,1962.40792516355,47954.4271159804,18207.3279574787,1387.62293280797,7978.90741805525 -3100,11879.522048475,46249.7062589725,8180.03020815073,2537.10667367731,65285.1130760168,25574.1705270404,1735.99240328086,11312.4211293377 -3101,13161.4221821299,47331.6375118021,8809.70106412195,2764.92734193358,72351.967087241,28656.8309707757,1867.72875766136,12735.8212536117 -3102,12246.6735639658,51034.7319909042,8320.57889196348,2599.24879023402,67270.9143718017,26529.8822456697,1765.26714869875,11800.7976439027 -3103,11264.366556455,55723.101122817,7485.44194897825,2358.47365156745,61907.8983145461,24606.1081158599,1586.69120164962,10967.0802000869 -3104,10645.4728618502,58774.5423900887,7137.53941313589,2241.33837212964,58491.4406324178,23178.2457813876,1513.5043381049,10324.7524548921 -3105,9836.8571412707,60705.5975219453,6452.77698830857,2044.11159469054,54070.5517977912,21593.0231738727,1367.13061101545,9642.03681059619 -3106,9307.96192146802,61691.9114659352,6094.16481859304,1931.40933868084,51169.5645863228,20443.1600630956,1291.01627292894,9124.67897234055 -3107,8453.9826023497,60595.4297333403,5195.47510257611,1690.23927813993,46528.3016679476,18989.271712951,1097.80295317086,8532.33224267958 -3108,8423.29607808315,58441.9602402875,5301.16320483916,1707.36025816492,46346.2770824835,18765.6313183558,1121.22274950518,8409.60778026185 -3109,8106.18219492536,56831.0153608254,5093.85630055627,1641.64763181118,44602.5483113696,18068.8925112034,1077.31063137834,8098.84844210871 -3110,7921.38929442025,56034.8968441494,4849.96605035897,1580.08514400069,43601.0493290143,17813.3893055243,1024.61608962614,8005.08716511185 -3111,8037.02974138883,55555.7707063301,4866.35660644629,1592.28586774541,44256.456197793,18138.5318176488,1027.54356416793,8154.4946906264 -3112,8552.91995877112,56087.9021056864,5238.10809325261,1705.66457982697,47084.6432673371,19228.7323022232,1106.58537679623,8634.18564654721 -3113,9031.60469312081,56831.0153608254,5423.01024122205,1780.31771084467,49743.9946411582,20437.0691020558,1144.64254583949,9191.2421096142 -3114,9224.78777399727,56287.4514560555,5254.70257300277,1765.61175573946,50842.552074476,21230.7283962683,1106.58537679623,9601.62880763904 -3115,9579.47633235948,54531.0018797545,5529.42689146065,1847.18302212807,52786.5280630285,21957.0698402855,1165.13486763201,9918.38109117302 -3116,8853.12145667793,53457.3851579868,4913.02856931757,1670.27414929508,48813.3876663145,20538.3691629388,1033.39851325151,9312.2602418446 -3117,7404.90856818695,51485.7965611861,4172.37165625782,1408.99621990307,40817.5752730147,17101.5862368772,878.242362536691,7744.05043054657 -3118,6536.61265615642,47624.7255886524,4484.10825980646,1391.91642095909,35934.0260535661,14087.5779314802,951.429226081416,6225.91975052591 -3119,7192.95811901519,44316.5724439436,5950.58065717144,1693.47687772127,39489.1525829825,14612.9906003274,1245.50787782292,6243.51716828726 -3120,7067.26725833522,41884.5654546198,5668.98093501954,1636.48429960093,39412.860613395,14700.1767593842,1205.43968192107,6333.71000800536 -3121,7869.01051267087,40516.8212640087,6704.43415703799,1899.25135564355,43852.8788837061,15791.3377836711,1442.85924799289,6783.63168147791 -3122,9542.51875487882,39964.9427273629,8347.8803115026,2349.79128345797,53267.3437927379,18779.7156525261,1818.69769955778,8092.88416152442 -3123,12057.3065042743,40471.0912423543,10089.5578046217,2880.238653671,66861.3966870113,24137.2347180547,2184.77872023865,10480.6911198276 -3124,12353.4457799033,40424.3218287068,8312.81585325101,2567.20524869157,68295.6922098748,27241.4933762647,1760.11195434162,12116.9019328621 -3125,13221.9320317257,40519.9392383604,8565.41256724857,2695.75072138979,72594.9752859622,29071.9680010951,1841.50716820833,13150.7984211109 -3126,12140.1293543597,43274.1352640649,7823.62502780083,2466.10603999433,66873.5135218907,27016.2983437375,1664.66739025466,12175.9895654279 -3127,11459.6869113559,47494.810662758,7363.38981179972,2318.72271731238,63116.0177497904,25663.3533266042,1548.23403068876,11504.8040791847 -3128,10794.1171450793,50888.1880028861,6942.01708585392,2187.12677941158,59577.7956135252,24185.8992421336,1465.62522870947,10852.8364608542 -3129,10366.7783416141,53161.1792075988,6718.5550936608,2108.54865476517,57241.8262516974,23219.2816624485,1413.76148908216,10389.7329481568 -3130,9858.56651363399,56058.8012469698,6368.1276695349,2000.77079523404,54547.7913998986,22148.5267251836,1340.30245092237,9899.64594726385 -3131,9456.93689871768,55481.9790163245,6016.11263514542,1901.06320927503,52328.179702905,21385.0661177089,1261.50952902767,9560.60446123796 -3132,9479.19595240581,53536.3734047027,6186.2944923521,1933.29475983435,52472.2479612433,21288.6738856527,1295.16013487842,9474.98259564716 -3133,9208.61454430919,51741.4690466299,5971.7623317188,1871.54054422876,51202.6102474746,20822.3459677682,1251.70919221517,9259.26097451667 -3134,9511.10514974038,50452.7132035486,6301.5021288429,1955.11308941661,52865.0243443254,21418.2337855241,1312.46235006368,9468.9039510178 -3135,9859.14155729322,49468.4779427311,6556.53837287572,2028.58325484922,54873.6281401942,22264.1472657536,1358.12477529874,9801.67973153693 -3136,10235.8982825132,50686.5600701585,6706.12207269325,2089.7361346494,57086.5597512498,23212.9224621415,1397.15275281837,10256.3614349259 -3137,10683.666181416,52200.8481479738,6842.39907070991,2154.63032429607,59532.9878657841,24294.1549519904,1434.96656021993,10801.7319720103 -3138,11147.1465387837,52483.5430105897,7073.40857529084,2235.12254308613,61766.2685692088,25312.2964038389,1476.55275977211,11283.9491384057 -3139,11077.6002951791,52223.7132596149,6870.43363091501,2194.4006352616,61286.4328547035,25216.3391351317,1442.12169913196,11310.8326078368 -3140,10335.182490515,53372.1609625676,6374.61108894156,2039.61481207889,56803.9542435838,23444.8701924013,1331.06571123494,10539.5518335327 -3141,8689.58007800961,53090.5054919449,5417.79981385777,1724.79432628518,47876.3891981588,19711.6116595238,1129.85555505191,8831.19779789766 -3142,7236.11424370013,49078.733165048,5118.24775320279,1544.78703740945,39860.8563094495,15719.2547286456,1069.2322789998,6899.49838968369 -3143,7996.17394606567,45865.1581388136,6244.90937171819,1839.98910595173,43946.9355820587,16549.0387230363,1411.55921979301,7290.7642770285 -3144,8367.22814328467,43995.422799556,6507.43378002344,1923.70102296774,46354.4341011487,17562.5858074851,1466.19129060403,7745.63160101722 -3145,8783.7656021373,43523.5718008053,7136.93346267922,2078.23263951203,48525.7926983746,17999.3806250907,1609.42432618793,7903.62515583481 -3146,9983.99683086733,44244.8594371103,8219.81571667315,2384.83154342004,55061.0953180172,20277.4381571558,1851.37686297701,8905.05900942608 -3147,12314.3953198265,46588.5242566631,9612.338276081,2845.48320408458,67509.3391928651,25391.7535920378,2149.77384571205,11259.178574435 -3148,15770.8189663231,50536.8981077886,11268.0332093294,3451.24092445798,86289.6816888159,33657.9632065838,2498.64981860942,15103.927613151 -3149,16703.7485423642,59506.2231398141,11868.9715232134,3638.73604352288,90511.577953328,35214.1901537385,2639.64437507383,15836.067604305 -3150,15945.002125969,66661.9360684707,11376.4381800618,3477.39529738032,86979.9264957559,33924.5736314939,2550.82175910496,15219.6131720542 -3151,15095.3563815866,70460.6479572263,10638.6208193492,3267.11565207883,82551.9420755268,32406.0773435282,2384.6928003549,14548.5592214055 -3152,14132.4887122952,71762.9149888937,9923.72824893717,3049.83535243922,77392.8242777124,30455.1338343816,2230.4890203696,13667.9195121025 -3153,13208.7156808768,73302.1467607086,9115.1634910457,2820.67815424929,72436.8874901345,28720.6102528191,2047.32163504023,12911.5542768223 -3154,12686.1956555375,74572.1948584937,8758.47462267338,2706.1168584239,69723.6999329013,27670.0149068978,1974.69097048406,12414.0174349249 -3155,12179.631892569,73814.5311235895,8290.54819648857,2575.49247288057,66987.7121179032,26735.1796115621,1868.94361993513,12008.5606875046 -3156,11923.1596974015,72993.4689129139,8105.52029432103,2517.23846399738,65690.2760249381,26254.4868770928,1831.77607968796,11781.2952449051 -3157,11817.3579065749,71957.2676817386,8049.79121050868,2499.82451370512,65300.5401610769,26120.8219811602,1816.44206904683,11719.5260820317 -3158,12032.5454986031,71304.5751787291,8184.10371217644,2538.17490174572,66672.2467338489,26727.9895469261,1858.18306112476,11966.2895564858 -3159,12323.8545760819,69039.8985050782,8263.05088220495,2578.83023767201,68450.9313412683,27608.6581379608,1871.17636625213,12376.7213218676 -3160,12768.688379809,68292.6279844083,8470.74925333534,2655.12343175444,70934.5027355955,28721.7468985835,1916.96821258447,12889.9604354879 -3161,13137.6932799459,67715.8058545768,8553.93007950273,2706.45631315813,72730.1350875818,29588.0549419875,1921.87127480797,13333.6412395473 -3162,13343.1362040359,67051.6808461537,8499.36088363439,2714.10806011494,73585.764686191,30106.5953786707,1906.11116018231,13612.7108700807 -3163,12953.5680700119,64916.9190983972,8019.90943989947,2593.86566689372,71197.3373593624,29362.7887771047,1790.14304680679,13332.9121895196 -3164,11609.9901078631,63841.223693457,6956.60983398929,2281.62806958098,63492.0513165732,26413.062479085,1549.15067718355,12045.2042177942 -3165,9866.48557718215,60206.7243476505,5989.17668565485,1948.87253378223,54177.4991911895,22467.980574039,1344.46790703592,10202.3857347793 -3166,8345.62033581819,54762.7701640059,5737.05469327648,1772.25099711563,45889.459116569,18224.8839831406,1294.09687607034,8151.73017226427 -3167,8447.6270298205,50944.3112387747,6408.76632549072,1925.62422838763,46096.8842703126,17359.6538231847,1476.99622663748,7720.79016425079 -3168,8948.73150868075,48983.1158562084,6666.5472596048,2016.32661671498,48838.4016775143,18544.4872886949,1535.49112670233,8265.12545153398 -3169,9346.49461255378,47838.8253179728,7290.30212266922,2169.72547682081,50986.8801821833,18961.978162084,1681.72837686446,8411.61837512368 -3170,10593.1093432157,48333.5413275506,8385.02910295464,2483.42557200423,57777.0542061528,21342.3448009032,1935.20627714548,9457.4493894669 -3171,12943.6189183713,50017.2385050252,9793.14675027124,2947.35309258071,70619.3020803769,26646.6617521331,2256.92822750216,11873.7470473163 -3172,16561.0480769871,53659.0130907144,11518.3103224945,3576.50204930692,90405.2442851676,35368.98372743,2646.8942279345,15906.3650781012 -3173,17299.8891100234,61490.2835332076,12191.214826214,3767.37896366945,94426.2069562786,36751.4531541269,2802.88062810743,16513.3530476114 -3174,17194.4131747652,68004.7365650822,12311.2921952374,3782.71796980353,93833.3747434716,36288.8480622551,2832.12807813986,16287.1071402878 -3175,16116.0064118425,71046.8240101128,11261.1989893603,3492.6719496313,87954.4887358288,34366.1815667191,2588.39932786965,15470.0753250664 -3176,15065.4447629377,71890.7512316156,10457.6042292717,3252.08666338927,82218.7707149342,32216.6580779894,2403.16547766429,14516.1542323667 -3177,14242.2281571543,73170.1531516418,9761.94907311237,3050.73341893686,77729.9216940231,30614.2575539693,2242.30450248595,13813.6291196163 -3178,13636.7435814529,74375.7634824763,9297.03225935237,2910.96169747943,74431.8454030524,29372.3516869574,2135.06385236705,13255.5583797203 -3179,13237.2522489287,73726.1889538185,8959.79360467248,2813.09355350105,72256.8959068444,28593.8706093396,2057.07065228059,12911.5024250636 -3180,13046.5814217234,73230.4337538754,8832.40525325412,2772.82800006705,71216.9950355041,28178.4722789247,2027.82320224816,12724.0159613147 -3181,12925.4893348779,72163.0528799971,8685.98642749352,2735.08381614801,70553.8585913826,28000.5760696286,1993.70117721033,12655.8168147259 -3182,13050.7881001838,71117.4977257668,8668.47172237941,2742.10083408304,71238.9448248457,28399.5559445646,1988.82660220493,12850.8412878413 -3183,13479.7042249808,69245.6837033367,8822.20989161257,2806.6378994508,73592.7418882671,29496.579224201,2022.94862724276,13361.4548485876 -3184,13614.4345864972,68614.8169199751,8640.98516341362,2783.18587157278,74335.2979865926,30131.6756355971,1979.07745219412,13688.7063955146 -3185,13903.9914916405,67936.1415326007,8668.29298055632,2812.58072995583,75924.3349235204,30972.458160381,1983.95202719952,14094.2048900857 -3186,14030.6886173841,67109.8826644009,8609.80905203299,2811.96461355786,76621.0164390536,31429.0563239703,1969.32830218331,14322.070298797 -3187,13524.5045841989,64941.8627923968,8085.49856064173,2670.02734620213,73863.5158544957,30568.3875222592,1847.4639270482,13964.2386594904 -3188,11891.7015143446,64196.6708540854,6858.27060603075,2300.30767811941,64947.1201447875,27199.2061009092,1564.73857673476,12466.8542771238 -3189,10316.6531065033,60832.3944734879,6104.43453964338,2023.51057303854,56356.184163543,23390.3484593095,1394.12845154561,10683.5320054587 -3190,8920.16008200349,55478.8610419728,6030.75295444909,1892.27476599787,48708.5247436116,19262.7984213076,1384.3793015348,8679.90805762512 -3191,9414.0563636729,51580.3745788465,7144.23645474824,2179.4089611315,51062.7593979689,18851.9223208271,1592.13374833136,8331.03808359589 -3192,9970.4853780104,49394.6862527255,7431.4878731742,2281.60757114666,54080.3938716563,20129.895331245,1655.18855024547,8917.19878030714 -3193,10418.5290059152,48235.8453355385,8127.13895675794,2456.40046311907,56508.8081131865,20604.7340136148,1812.82555503075,9077.99736538427 -3194,11809.7753809935,48834.4931850178,9347.65207974215,2811.98365822497,64052.3717678905,23199.2222252455,2086.06302999191,10207.7641654448 -3195,14423.0667402928,50760.3517601641,10917.0198032415,3335.6600093894,78219.7266186271,28933.005659023,2432.86444051953,12811.6193717623 -3196,18437.6853175184,54389.6545492605,12839.2208646752,4043.93624555967,99978.2199847469,38333.030590321,2853.22978661362,17153.5982058683 -3197,19262.5097812654,62063.9877895013,13589.4684545272,4260.37452692326,104448.7307372,39841.350584032,3021.37592505125,17809.5131226185 -3198,19147.7436338382,68182.4601958033,13723.5272699444,4278.4588797402,103821.518212255,39351.7975870697,3052.90332600831,17566.9936494651 -3199,17942.1120297093,71060.3350978849,12552.712645057,3949.32488715943,97273.1796355008,37247.3223031689,2790.17498469951,16683.3087682401 -3200,16771.1225639485,71935.4419620907,11656.8914353718,3676.99956374669,90917.9268089346,34912.1106923568,2590.50144530481,15653.7777428484 -3201,15852.5988128873,73441.4155088441,10881.3356521615,3448.8462919921,85934.5474850455,33167.0208910708,2417.100740041,14895.0884883602 -3202,15178.0800774249,74870.4794920541,10363.0488043127,3290.64601332006,82281.41917421,31818.8406125487,2301.50026986513,14293.0010558065 -3203,14732.4008737263,74060.8497867921,9987.07417273061,3179.75271132061,79866.9104868714,30971.1773949792,2217.42720064631,13921.3963186701 -3204,14520.3486219192,73144.1701664629,9845.08101773636,3134.25603961696,78718.498737297,30521.825612222,2185.89979968926,13719.4855889448 -3205,14384.3140713015,71926.0880390356,9681.81211745529,3091.32403957954,77974.6295420144,30324.1562746683,2149.11783190602,13645.2129594593 -3206,14522.0831046707,70633.1749304233,9662.18065128506,3098.84662951266,78715.9256257846,30749.3682683722,2143.86326507985,13854.5960921998 -3207,14997.435253062,68878.8040372948,9833.40102012272,3171.25809461677,81297.1236981776,31929.059773213,2180.64523286308,14404.0934668019 -3208,15142.862680964,68414.2283792407,9631.11609810219,3143.65858703878,82075.2715452024,32598.4408262465,2133.35413142749,14754.5665933429 -3209,15462.2916643209,67981.871554255,9661.3870964603,3176.20799446926,83805.1419443503,33497.6376967932,2138.60869825367,15190.3253451928 -3210,15600.8942234863,67036.0910752092,9596.05066163473,3174.93358211992,84552.5889051871,33982.3849756162,2122.84499777514,15434.7605898557 -3211,15034.3978703934,64990.7107884029,9011.44704468795,3013.76671086808,81475.9405541545,33037.5980413838,1991.48082712074,15047.4097207021 -3212,13214.8427799362,64031.419120771,7643.39357016973,2595.35750716337,71600.3370948684,29379.1760315059,1686.71595120253,13431.6943769657 -3213,11467.9262006525,60865.6526985494,6803.4220061486,2283.76427098442,62156.4042425653,25277.1183080699,1502.80611228636,11511.9538423298 -3214,9928.58573231842,55386.3617074848,6722.16557745332,2138.9258592421,53840.9496535304,20866.5510454969,1492.29697863401,9359.23862194261 -3215,9497.57383319064,51459.8135760073,7087.35501665278,2189.13533184841,51552.3109419245,19376.4583747186,1678.22174186301,8697.87229656527 -3216,10055.2064561473,49268.928592362,7372.35280823397,2291.89206537683,54592.2692629856,20687.2759644838,1744.68596926353,9304.84025885646 -3217,10518.0390343141,48291.9685714272,8062.37087942256,2467.22822751197,57064.849355823,21184.436957481,1910.84653776482,9486.32254897287 -3218,11927.1071514347,48819.9427052525,9273.11914444936,2824.28558151572,64691.9792518172,23856.2178279943,2198.85818983371,10672.1522100319 -3219,14552.1546345325,50471.4209488449,10830.0955537361,3350.58758971449,78974.9787273125,29741.3680198695,2564.41144053655,13375.1599966603 -3220,18571.3259226778,53858.5623402695,12737.2752570048,4062.81754674454,100887.429271441,39380.657289934,3007.50628987332,17866.218170561 -3221,19407.7485099173,61656.5746585152,13481.5126767235,4280.1361308607,105409.745541616,40935.0991193221,3184.74422960803,18555.810148279 -3222,19299.0736513481,68089.9607605014,13614.4438193238,4298.15841053592,104790.915491751,40438.4160376818,3217.97634330828,18311.1845762262 -3223,18075.8111764529,70753.7359332626,12453.0156820579,3967.72773918928,98167.8497184068,38270.6993938136,2941.0420624728,17379.0053578243 -3224,16894.4236709807,71579.9948014623,11564.3295169075,3694.20295051627,91752.195094678,35870.8789991717,2730.57200903784,16304.0339036427 -3225,15965.5096470737,73210.686616586,10794.9689301973,3465.08546867566,86716.9726420112,34075.5451518976,2547.79538368642,15508.9819445684 -3226,15284.1653575513,74463.0663610681,10280.8133477873,3306.17598360503,83026.0969558108,32688.3199868171,2425.94430011881,14879.9556155437 -3227,14833.3219455347,73153.524089518,9907.84216632073,3194.82024583408,80586.0201037085,31815.9247070426,2337.32533025146,14490.5738720137 -3228,14619.693718186,72618.27471581,9766.97489984883,3149.08833274959,79426.5839987165,31353.9330448516,2304.0932165512,14280.2620784614 -3229,14481.1229332506,71422.0182072166,9605.02089162311,3106.01890793502,78673.9932402424,31150.3861138002,2265.32241723423,14200.678792867 -3230,14616.6757623801,70151.9701094316,9585.57892135804,3113.66224793077,79416.4820791808,31585.1041609593,2259.78373161752,14414.6812885404 -3231,15090.7215845242,68471.3909063087,9755.48328349358,3186.52519546968,82012.0076457875,32793.1236420783,2298.55453093449,14981.1357824933 -3232,15228.9157449211,68030.719550261,9554.88915862754,3159.02264482773,82782.9852442198,33475.3497312075,2248.7063603841,15335.416713979 -3233,15545.6020810896,67697.0981092806,9584.96954043247,3191.86805452704,84520.0097096201,34395.8458893543,2254.24504600081,15782.4430336079 -3234,15680.8510825128,67079.7424136911,9520.195760883,3190.70844310363,85266.7985066558,34890.9906222933,2237.62898915068,16031.2903765804 -3235,15105.347751469,64980.3175741685,8940.28327190016,3028.92524838722,82154.0850018552,33917.3976101433,2099.16184873294,15621.064385113 -3236,13270.2242093871,64038.6943606537,7583.12001402298,2608.64308880578,72185.4081778647,30158.0736147931,1777.91808296378,13934.8127478394 -3237,11519.0227833085,60914.5006945555,6749.72178397063,2295.29402701011,62666.3288424314,25946.6477308917,1584.06408637895,11948.0681923539 -3238,9994.33645586928,55563.0459462128,6668.84732669581,2149.03940824274,54317.9097676467,21431.2294361566,1572.98671514553,9740.88885738638 -3239,7747.43911767847,51465.0101327175,5544.07429084833,1737.86765546334,42281.8143644415,16282.9006884791,1361.66474981932,7431.76909386417 -3240,8045.27970367603,49192.0190288186,5709.71259049341,1801.00051221105,44130.0766410119,17158.6733127716,1403.84773023577,7854.03499343169 -3241,8306.05009721177,47977.054774929,6128.42640981255,1905.09907670272,45491.1492876883,17372.614640345,1508.97796529091,7928.21352897572 -3242,9399.40907882547,48542.4445001608,7026.02446720215,2172.92572145573,51488.2515908519,19512.5022972434,1726.2900702684,8895.77824085649 -3243,11703.4078133063,50390.3541197705,8283.88316885688,2607.11420972426,63963.6793970854,24708.5795118924,2023.7878866732,11299.6270918883 -3244,15736.4648726672,53717.2150097755,10442.0064881383,3362.70585640854,86023.6978353057,34022.1903747901,2532.9818659191,15622.0492339541 -3245,16779.1719581486,61246.0435531774,11117.4080104365,3572.86621418385,91083.2641140486,35879.1328117909,2702.56184407678,16460.8660295198 -3246,16369.3498170653,67525.6104272629,11048.6299342738,3537.3852377057,88953.2404593513,35001.6642360142,2705.76382686402,16080.297236933 -3247,15323.7800678074,70719.4384170218,10141.0210781178,3274.23265512969,83390.3006846512,33121.7923321709,2481.20308115979,15250.7804632243 -3248,14264.7271837023,71399.1531963895,9368.95068100382,3036.66810200476,77600.8837027055,30971.2759050596,2297.51983326767,14281.3510170926 -3249,13407.9714664653,72473.8093101504,8681.20420381425,2832.13091565192,72928.4219017019,29323.6157982327,2133.29537699345,13546.123407305 -3250,12803.329220416,73346.8374911837,8268.40754733999,2699.99101684297,69768.5922041079,28070.6347279383,2026.66265347445,12963.8595236078 -3251,12330.4074341995,72383.388558021,7861.48589157438,2582.13643485069,67128.3083689043,27189.2230522188,1933.22172880458,12575.0145233304 -3252,12049.2575674569,70727.7529480837,7655.82008258549,2521.04420122719,65542.6671229936,26653.4406297355,1891.69318036011,12341.6659434349 -3253,11844.5668192391,68949.4777529487,7492.94844758181,2475.12382356394,64539.4886892933,26348.9357134403,1852.77559712432,12215.4476670454 -3254,11850.172297168,67419.5998033749,7392.37328494228,2457.72618850525,64636.5061384026,26559.5634392218,1828.15828948249,12330.9639104147 -3255,12164.5981676367,65815.9302646094,7486.68622673485,2504.55348535373,66466.5318924216,27474.571653018,1850.42505216858,12768.6136366112 -3256,12493.9820752773,65118.5470311248,7553.34515912706,2545.34698891461,68311.5928750117,28403.5195486701,1863.0926291722,13215.1050666006 -3257,12912.441704207,64753.7459474413,7685.63609439946,2601.26718658267,70649.87237235,29404.7286935871,1880.26429022779,13676.7821884922 -3258,13051.9396354249,64098.9748620733,7556.67326712093,2585.10544617615,71214.12520253,29875.1721450504,1849.31319408414,13917.0628014401 -3259,12776.7251462067,61669.046455108,7234.02820284738,2494.33100111787,69665.1004990921,29348.530449436,1761.09419983164,13680.9127283346 -3260,11393.0984428714,60741.9737213585,6198.88409033088,2170.90557464674,61949.2488525901,26354.8303877132,1504.07986951991,12310.0479097913 -3261,9711.02744620113,58296.4555434487,5373.13852499122,1871.57127247666,52761.4638738517,22424.4507129506,1317.78565641911,10467.2825698688 -3262,8227.62477129486,53484.4074343449,5195.76992103432,1710.2901403285,44808.8376618264,18179.8315449045,1275.73288612913,8392.01344879372 -3263,6277.76955001465,49422.7478202628,4250.01489345419,1382.85370484109,34213.1152893742,13498.5151735737,1072.65648727042,6220.21563325891 -3264,6415.07628518296,46908.6346098715,4368.09091060099,1416.82569447026,34830.8716554129,13836.9938642175,1088.64495515795,6376.53983792609 -3265,6666.82180289235,45545.0477856053,4672.71529032249,1507.85531491105,36223.4965390765,14141.4493837038,1196.42011015499,6533.98735032128 -3266,7759.45744481593,45461.9022733584,5639.44976701255,1788.11749587463,42138.0831920547,16216.8140282303,1418.72048371514,7450.29708144621 -3267,9699.29778908444,45877.6299354064,6542.26216690111,2135.87768991542,52853.6872030178,20878.3324997659,1657.77958148668,9652.84236014403 -3268,13000.5686404033,46061.589414017,8198.8696513048,2734.84441545265,70940.2430847224,28798.6846147321,2030.60940559979,13326.9222762673 -3269,14019.1717706311,47645.5119163071,8818.87649042893,2929.16381736469,76733.2261234262,31018.2580725252,2141.46325010982,14302.7764240719 -3270,13231.9593645826,51506.5828888408,8336.54467515349,2780.86145118292,72285.5450992616,29286.6956292189,2053.52628743133,13571.8631870367 -3271,12286.842380842,55933.0435866064,7505.72112410881,2542.77176310696,67103.5973721914,27513.0376218907,1869.59854823892,12804.8393929457 -3272,11578.4391387383,59343.0499888583,7151.12036775072,2405.80168358796,63182.0498493224,25869.3127104728,1758.21120978339,12013.7507741675 -3273,10827.8172936372,61068.3199224562,6475.72739896146,2220.70109235069,59108.8649878825,24427.1069948189,1633.32296560156,11415.2357308091 -3274,10274.1365047563,61743.8774362929,6115.62239697123,2100.97687824984,56060.2364251924,23234.1110618703,1540.76680076235,10857.5751827772 -3275,9358.11002772945,60127.7360001206,5216.45505205876,1846.22302840652,51087.2296971151,21641.1299363458,1320.47968601252,10166.5072528129 -3276,9291.65092377701,57893.1996779935,5316.19378547708,1853.22906124281,50673.4521400995,21353.5142517395,1320.95321076926,9991.63590139039 -3277,9094.59735845598,55651.3881159837,5117.20196679804,1808.18027975088,49565.3546865978,20997.3773506507,1306.32690515153,9876.84190963282 -3278,9035.15448081532,54615.1867839945,4883.83898649638,1770.27755129286,49249.6040553585,21081.5765499275,1291.52302775003,9987.92038156857 -3279,9259.82870314146,53777.4955111952,4904.95328774025,1799.35118488688,50453.3274786946,21741.2938466758,1313.90719423023,10326.9746674134 -3280,9791.16749102173,54512.2941344583,5273.26147663649,1912.88686923186,53323.9182558952,22906.4247153439,1387.63218545314,10846.5669754151 -3281,10155.4509237557,55036.1111035667,5447.1735594342,1964.01832997706,55333.9670277707,23837.5526528494,1383.24974567078,11232.7891880952 -3282,10347.2736489262,54435.3845709149,5286.0084087554,1956.68229356913,56509.3681433295,24557.3018129156,1372.17643291694,11630.7545790549 -3283,10530.3612738815,52352.5887935161,5547.05764047577,2006.33981212497,57520.9972348417,24821.11012018,1380.22946815822,11672.3695295229 -3284,9680.52452198032,51877.6199212277,4933.31706782748,1815.60204295161,53001.0243514138,22969.8289296238,1245.33334192522,10834.3885986144 -3285,8125.15003758348,51040.9679396076,4189.3106814771,1533.8507407656,44448.2207016813,19227.8826350398,1056.72720997749,9064.15649543745 -3286,7130.62496390403,47430.3728958074,4490.23006695557,1493.13067381705,38886.3225110484,15837.2862605511,1094.27039742676,7306.381774526 -3287,6120.66268503227,43671.1551808167,3891.9238110645,1346.62366160781,32512.9125137562,12606.0283896414,1044.79116829568,5973.68815460507 -3288,6246.71829588503,41329.5689436224,4105.8899514714,1389.29105452016,33001.6399683594,12766.4648555629,1049.49776349636,6013.82910951016 -3289,7097.94206685961,40116.6833729052,5130.21689803662,1665.02524738805,37545.8151042295,13941.6762732226,1281.85341665213,6482.05506146457 -3290,8841.14740257879,39753.9609723942,6783.58429197605,2141.452496401,46764.9252935279,16910.9899444444,1652.40193345709,7772.34198367001 -3291,11091.3817518927,40184.2391142075,7987.8037363808,2584.18712521526,58721.8244887505,21827.6531709544,1965.19200716245,10099.413628834 -3292,11165.2128572469,39738.3712014497,6068.38678642894,2214.58227690199,58913.2384333486,24418.5451922393,1535.63000185134,11613.30635362 -3293,12389.2721740252,39769.5507433387,6818.16669502008,2451.5770525284,65446.0206824711,27015.2357259288,1658.52219975521,12744.7107894771 -3294,11141.4235270363,42460.348293272,5908.31247682164,2175.35238205308,58781.9013571953,24572.6284691362,1470.33762135617,11703.8158043708 -3295,10297.0801152553,46801.5846948043,5212.61052792229,1971.90919474595,54325.4888055612,22998.6538367076,1335.27539116311,11025.3863059014 -3296,9762.84104853676,50366.4497169501,5030.34148524915,1884.5350723699,51472.7227619597,21711.9490574779,1275.04210740393,10394.297953609 -3297,9307.02333509625,52870.1698139211,4771.92306556136,1795.46176461918,49068.5182455898,20719.4818334101,1220.98196517318,9935.90919686574 -3298,8852.68988570593,55298.0195377139,4535.55803037083,1706.51163194204,46646.649436663,19717.7776283499,1158.82021813414,9454.22458627735 -3299,8453.2262519207,54595.4397475191,4210.38220148084,1607.31758666939,44530.8124981569,18974.9996571267,1083.69164539524,9119.84098932008 -3300,8413.36313577358,52093.7983337206,4266.39479785667,1618.01228594225,44340.3458567043,18785.1420339021,1106.79428964383,9030.06189541428 -3301,8187.16091996061,50427.769610363,4158.69704096055,1575.59533247841,43084.3723780564,18289.2124907895,1073.67920238386,8798.40960390077 -3302,8322.9978975014,49690.8922031134,4207.64557747345,1604.86091019061,43815.3370880584,18599.4858205562,1108.89900369135,8975.53014154519 -3303,8526.05825633432,49335.4450424851,4235.12967530656,1634.06531897419,44875.1068409136,19136.5939528193,1134.07111183392,9262.14707532687 -3304,8969.99391725212,50627.3188599181,4503.86863279771,1722.24498003253,47170.8526594453,20096.5649920861,1183.07215732869,9700.38747105058 -3305,9522.57529222709,51896.3276665239,4798.12354974749,1822.46399544885,50073.75081566,21325.9217945806,1234.05454133362,10254.3512004081 -3306,9882.83420840067,52329.7237826889,4829.91891219814,1864.36893931998,52042.4198118523,22293.7827110737,1257.21006081251,10740.2199495908 -3307,9964.14184169391,51641.6944722594,4865.21781810081,1870.9052256254,52474.2494283281,22496.1886081144,1244.04935926824,10806.6839028584 -3308,9241.74264715342,52263.2073325659,4376.06034752381,1710.76681305956,48752.9218097546,21007.8091004438,1134.88553032135,10108.5115107323 -3309,7725.27413207575,52173.8258716157,3686.72605944405,1437.96377232017,40743.3196565769,17521.4391999176,960.464571032831,8436.30556407578 -3310,6320.24481050814,48220.25546378,3419.84063769671,1261.18199708977,33422.7934657827,13799.3648473632,903.361920729777,6593.07809423372 -3311,4608.49624357584,44936.0067218916,2962.80581929535,992.426665257509,24395.8317988486,9419.34735534099,730.546438428955,4404.50930816202 -3312,4760.62227721204,43385.3423438491,3165.93128478884,1047.15348659859,25234.1454002094,9608.114669412,781.514794598417,4484.1815024197 -3313,5012.99241578436,42728.4926761226,3494.95653963336,1136.09466792793,26620.397437486,9928.53495105804,864.034990301355,4618.26156746302 -3314,5776.41109321349,43227.3658504174,4091.60420759595,1323.21298830296,30690.0405083015,11370.6256683824,1012.08592965074,5289.26186670866 -3315,7586.72365910167,45229.0946979279,5043.54597752119,1669.83340290012,40203.1115637834,15323.0893667418,1245.08412928257,7164.88463683748 -3316,10186.4336656799,49303.2261086028,6211.73883071196,2127.17836416544,53801.8303983956,21238.9773201579,1529.05068508386,9995.95570132107 -3317,11020.6613111731,58491.8475274728,6409.36809570466,2239.84993585146,58097.2261254972,23363.5012294801,1575.16491209432,11051.7386354874 -3318,9918.7464272239,65550.9038561105,5700.02871690108,2004.92779478263,52251.2536484931,21130.5563050346,1400.41626237045,10031.4950082658 -3319,9313.1640464515,69304.9249135771,5316.23340812124,1874.5974374492,49052.3341159984,19878.6818263033,1305.76074377003,9435.74844773405 -3320,8566.42286384258,70486.6309424052,4824.41973147878,1711.52413166679,45094.9037911091,18367.3130365289,1184.40751479512,8731.62433060648 -3321,7993.40937138683,71999.8797290413,4431.61484626932,1582.71660977067,42055.0356831264,17221.7519996832,1087.32493161519,8195.46708880825 -3322,7479.97770033219,73243.9448416475,4097.28077327215,1470.49661552906,39338.6818392738,16171.7836816852,1004.80473591225,7697.4637601092 -3323,7172.67433262164,72779.3691835935,3862.31993839783,1396.48670029414,37701.3600910116,15587.3223053521,946.555186004293,7426.58759171649 -3324,6892.3974566773,72167.2101455281,3675.59193178414,1334.53349556974,36219.0753884437,15020.8411572838,900.440958993828,7160.30631712055 -3325,6795.44214119436,70827.5276232683,3702.23970958948,1331.61505383903,35735.806860007,14715.1011609685,907.722152732322,7004.31517174708 -3326,6637.56022867019,69530.457249125,3517.94543754965,1280.72281795726,34870.1026553598,14490.30381565,861.607925721857,6909.83764730402 -3327,6827.74474320762,67633.6996335093,3626.79868178808,1318.47604258431,35877.0192010292,14892.2030139885,888.305636096337,7095.43096299582 -3328,7097.49032422689,66856.2887613156,3727.53964961843,1361.96810353832,37278.3192173286,15531.7437166962,912.576281891319,7405.17842405792 -3329,7666.06691600084,66095.5071528736,4034.65161042961,1472.39941721736,40271.1485684226,16762.9757675514,987.815283855763,7988.14661123523 -3330,7977.84244686805,65448.0112065743,4059.83139620183,1504.81443007961,41858.5523074128,17616.6970751152,992.669413014759,8418.6698385388 -3331,8002.6163063267,63164.6268884411,3974.5314975989,1489.69158340671,41955.8044279627,17789.6248625798,970.825831799275,8514.11457109291 -3332,7368.59032027454,62186.627475513,3494.58697672173,1338.48399652295,38576.4361200894,16580.7951522681,851.899667403864,7959.03937606916 -3333,5991.34474743552,59316.0277125001,2789.94431144988,1077.98713927317,31348.4807607449,13544.8235881041,679.578082259493,6508.41458628215 -3334,4898.86876144354,53809.7143442635,2663.65966323976,956.565043056643,25770.3734240709,10597.5507722819,652.880371885013,5023.94807970611 -3335,3137.14126876079,50061.9292355003,2042.42052899544,671.237566832846,16816.4399969019,6559.06762334113,493.33960918286,3038.79336073525 -3336,3177.28354011528,48017.5882398732,2072.61361120252,685.526993215244,17057.4299146949,6618.57323757187,514.759325575798,3082.02540119209 -3337,3320.56080744772,46954.3646315259,2302.86647515812,741.556994297912,17829.7959682763,6764.6334646461,565.545996139611,3124.44169147252 -3338,3937.57834141063,47167.425069667,2877.60524731335,904.651385333337,21129.2483153764,7870.01484827163,692.140352579378,3609.76521672374 -3339,5386.33761222049,48542.4445001608,3680.37477501859,1180.21668725502,28928.8014444281,11065.7122916684,870.570771468646,5094.51279729507 -3340,7370.93556995946,51968.0406733572,4792.62213280179,1560.26587591571,39476.671571722,15479.0482194057,1109.51589525612,7140.74474847564 -3341,7924.41101541074,60408.352280378,5015.85909501203,1650.64378103825,42332.9744221225,16849.6362300381,1150.89251870046,7802.37403807812 -3342,7058.63932353456,67096.3715766288,4194.55559746406,1434.95602982829,37765.5517772227,15276.014763393,1008.35597158435,7183.98739699331 -3343,6498.59781794311,70639.4108791267,3833.26750778311,1316.85872306626,34719.2969338833,14104.606226427,925.737860742898,6630.2638401377 -3344,6131.84236693282,71469.8269120435,3608.36639934362,1234.21101806286,32788.8051671574,13328.6898212501,853.165771450763,6255.07732659024 -3345,5642.34260478575,72759.622046304,3230.11320993743,1121.50343939598,30149.6807649967,12365.992992772,773.330133930991,5822.9631413909 -3346,5418.18552044693,74311.3257155258,3194.00705101625,1085.75864408735,28939.7149772519,11794.8867052725,738.045766050143,5515.07616616606 -3347,5066.86873464249,73428.9437122513,2775.8313646728,983.074482324321,27080.8565470101,11241.9378096241,668.168729152925,5309.30966698131 -3348,4745.05894717421,72728.442504415,2593.20152444193,920.59647166603,25301.6569829402,10554.2444226459,624.693321937215,4984.70722789365 -3349,4549.94502848398,71643.3932772337,2404.17022046633,871.575423330973,24288.7671491184,10192.2120386972,595.204466987877,4839.50729962863 -3350,4389.35065240053,70314.1039692082,2260.51781840661,833.37220852797,23386.1691668348,9905.26622429302,570.48820362189,4716.89143883075 -3351,4481.21773280562,68500.4918658392,2334.65011449952,853.014934651921,23858.0028116605,10093.7822269638,579.349697238291,4794.11461377859 -3352,4674.62467005222,67691.9014517565,2431.82624662564,887.2091585659,24874.09685734,10542.5368106512,597.560287584937,5001.86482170005 -3353,5065.67719329568,66868.7606587224,2654.60678406399,963.465853127554,26961.504172298,11404.0831763178,647.602318209218,5403.48812926105 -3354,5315.61163614119,65864.7782606154,2764.07020206848,1001.23495793292,28248.9647095223,12023.0619829625,656.159059879464,5685.82420500258 -3355,5348.23207328028,63562.6860963721,2652.76544559447,984.632139766631,28441.2728493266,12232.5071284161,638.13132070051,5809.81061928706 -3356,5020.16908093893,62654.3211079187,2409.33795668512,904.871458358805,26697.3952633321,11588.0991543881,568.341704730051,5511.99675213695 -3357,4100.41093686766,59372.1509483888,1900.36027823527,725.967403953122,21821.2473962135,9538.30019388968,448.875760470695,4549.30245798165 -3358,3322.70225690008,53951.0617755714,1720.71150400238,628.635835199595,17778.3862985743,7459.53403320571,430.469083687592,3533.00635546359 -3359,2249.17957756425,50030.7495927972,1513.5456433226,487.470016411597,12134.6513634905,4743.29224986824,358.717906935974,2181.88351438976 -3360,2262.93276145222,48121.5201805887,1533.64858045037,493.002768376648,12205.8977430938,4761.11805328855,363.598422676599,2192.80782580383 -3361,2364.03209024075,47013.6058417662,1705.32116280903,534.897322802777,12765.748350622,4841.79604509592,405.082806471916,2212.00518926568 -3362,2821.03992372583,47170.5430440187,2133.59927469519,658.039395900479,15239.2620824281,5655.56154329081,507.573637025051,2573.67712418306 -3363,3940.46319545648,48379.2713492049,2730.89016367988,869.924394179485,21263.5142094839,8212.13212965943,647.888464568034,3770.09158473613 -3364,5392.51635433972,51660.4022175556,3559.55863918412,1155.49114084431,29082.9659233418,11461.61272602,843.109094193054,5285.20101643528 -3365,5763.75210920317,60232.7073328293,3726.65577082848,1220.99294939582,31066.160780063,12357.4640290075,882.153220118058,5720.36018996052 -3366,5097.47680970394,67181.5957720481,3108.5375380203,1046.06760115494,27429.8125056758,11184.7138472143,734.517618964137,5230.575957235 -3367,4637.09027464537,70714.2418603116,2839.86499424171,953.085568776377,24961.8212534171,10153.6353456331,671.070914336006,4738.71957605496 -3368,4450.21004618415,71656.9043650057,2676.35662056733,905.298630894042,23949.2126924538,9808.01451220174,632.026788411002,4586.2092289646 -3369,4060.35299688145,73357.2307054181,2393.96935326662,816.581337223548,21845.4876355264,9008.95717301677,564.919696977401,4218.69101567053 -3370,3949.1404009167,74799.8057764002,2371.79925909813,802.203327248082,21256.4710746938,8704.20071378587,560.039181236776,4065.32770213219 -3371,3652.15669730915,74090.990037502,2056.42847529597,715.322028055954,19640.2051491404,8224.35508627308,484.39118725708,3861.90610655581 -3372,3370.43724402567,73127.5411043392,1920.88706802731,664.503101713483,18130.7265099143,7560.2208476786,452.667834943015,3545.44854897403 -3373,3220.81542484715,72027.9413973926,1778.07867589744,624.0207715765,17316.4148566145,7298.88275622969,418.504224758636,3433.05436033434 -3374,3046.69980830757,70407.6426956893,1669.77310609297,587.69052485667,16381.2800965227,6918.64912921065,392.881517120352,3253.58812916519 -3375,3119.68773055465,68622.0921598577,1726.19665892443,604.834762085215,16776.3792967995,7062.38036061944,406.302935407072,3317.86732325396 -3376,3260.37170475056,68095.1573172116,1798.99269283479,631.035047757079,17532.5724702851,7386.61849517643,423.384740499262,3469.88748113809 -3377,3547.41461395824,67383.2237047757,1964.63820001568,687.917570366284,19078.3592939815,8027.19082473751,462.428866424266,3769.11202551148 -3378,3740.57671277411,66408.3421653853,2048.53080534854,720.820456241437,20115.6383150509,8493.29728734121,481.950929386768,3990.7449991537 -3379,3769.40697575104,63892.1503726355,1964.38149835878,707.001410890905,20257.35135726,8686.31182470906,461.208737489109,4095.80555285759 -3380,3583.52765270184,62957.8022981894,1785.83080818808,656.732945745182,19244.2399996054,8364.82797984408,418.504224758636,3960.25869140346 -3381,2946.33693961454,59971.8381898614,1408.34921686156,528.554251491713,15813.012769311,6955.37913578252,329.434812492221,3303.51895754935 -3382,2365.12417290442,54796.0282882534,1271.80901019916,450.368823926415,12722.5670593019,5394.55468618878,298.931589113312,2529.9371759933 -3383,1963.14297761143,51311.1909048167,1392.9715816156,432.654277223742,10690.3965293527,4138.0980784966,319.084770348894,1881.12050119527 -3384,1991.92176517189,49303.2261086028,1417.40858626185,439.629174583116,10823.1957382435,4176.70655122875,323.912181585268,1904.50475252232 -3385,2068.12565288987,47903.2630849233,1539.20839341873,470.769464331885,11208.6348509352,4237.4792378561,357.77487989733,1918.7060372651 -3386,2460.31647146556,48001.9984689286,1962.35554699355,584.224718564468,13409.839979365,4930.63143460916,451.372566359235,2206.82832151086 -3387,3522.86306262636,49025.7279035111,2679.06380132522,803.421659461252,19316.5773688131,7250.26453072917,590.16063940501,3268.94802172588 -3388,4666.75672693489,52012.7314038323,3358.08396074765,1034.38242331968,25617.0756239428,9921.83304051812,756.8849788299,4480.83793210027 -3389,4807.69153016872,60273.2406969595,3469.82012053982,1073.28728697041,26635.9314519228,10443.339427528,788.212441062806,4692.93869921713 -3390,4324.18133483554,67000.7541669752,2820.5777694343,912.029937436687,23647.4072485482,9579.36393933985,650.082731125402,4405.90395839053 -3391,3938.56782211725,70381.6597105105,2593.71856128056,833.783386404757,21565.8996716677,8699.92719171643,595.347395476432,3987.66580645821 -3392,3818.81396163151,71355.5017570936,2479.7390050451,799.914647413874,20893.708620321,8454.01820947124,563.655341860622,3888.17621548928 -3393,3506.40502283482,73051.670831975,2243.20692631366,726.54185053921,19181.105968011,7792.92787964028,505.907100089211,3590.47612454557 -3394,3401.60026151105,74521.2681793152,2190.94293884588,708.659725503357,18579.2018791287,7523.15966076978,498.892140555409,3461.61086662874 -3395,3118.80416640239,73414.393232486,1867.12787151304,624.467798950579,17015.4057086497,7077.36380364748,428.806954369359,3279.79822979481 -3396,2876.26489361346,72785.6050314829,1732.31959214199,578.184479371647,15678.7436683933,6505.10037690691,399.737860091319,3011.56132638294 -3397,2775.53212956748,71792.0158476103,1619.90428305864,546.912393881349,15101.364259937,6316.55892495095,370.928730336392,2937.18119448269 -3398,2584.98648600614,70621.7424250097,1496.77395084923,508.735403200874,14100.1205036458,5933.90186160503,346.192473650266,2755.21880965745 -3399,2639.21518106547,69072.1174389604,1552.97002764371,523.889353260831,14421.0437463727,6044.49521625341,358.495610862551,2798.42865360606 -3400,2762.26800493521,68946.359778597,1611.26772544896,545.750479346224,15073.792645937,6329.81863313428,372.960940970498,2933.75389092715 -3401,3015.53139890079,68207.403788989,1795.55598184298,601.196157284988,16500.7296466191,6885.58170503472,410.364926251815,3183.40312340403 -3402,3163.84548420208,67044.4056062711,1876.90513829743,629.445074894962,17349.3992967169,7261.39200884902,428.094675204727,3353.8182147836 -3403,3177.98965876363,64642.5388676571,1770.34454078158,611.656155031701,17386.8889208154,7420.06542680838,407.213586067229,3448.22375438121 -3404,3028.54454412921,63145.9191431448,1639.36062844145,572.61388258223,16597.2753090696,7150.47865846517,372.022504485106,3331.24891519678 -3405,2509.79745154331,59452.1784862839,1283.61599406504,460.52445143971,13694.3105467805,5977.70765684703,292.064790306136,2805.78618543896 -3406,2027.67674657417,54361.5928809092,1156.90721271933,393.854580926602,11058.5833436179,4655.2445177015,264.810201142031,2158.51673170707 -3407,2136.29323120533,50782.1773789981,1506.61036097963,466.726648811836,11863.5111470698,4682.91246762452,355.007588025955,2113.36236040252 -3408,2141.75826966984,48813.7067565491,1503.93629221614,467.58390606162,11843.9888376626,4676.30024267992,354.18164561148,2118.51853322103 -3409,2207.83571370022,47660.0623960724,1639.40167565558,496.717666212436,12202.2699868269,4709.31086440747,387.713680239682,2114.66979583549 -3410,2601.63093757806,47722.4215806644,2038.91784986721,606.856140934195,14440.7816473483,5448.59105278914,482.45477644882,2428.48509130224 -3411,3705.61904234543,48750.3082807778,2663.9688128782,826.856048134724,20553.4604150497,8006.36018512579,624.882255402708,3617.91660694685 -3412,4878.62235487699,51837.0864562835,3340.03139023283,1048.78580465576,27345.9121327807,10967.3485230587,784.6095852379,4949.73991244861 -3413,5318.19424471684,59992.6245175161,3748.96734012104,1162.29909785806,30230.701766296,12091.1775834301,882.164579846548,5420.88782880262 -3414,4842.06038926378,67055.8381116847,3196.76221237808,1016.30093800156,27168.9409243023,11132.362176551,752.658536427659,5067.84650541045 -3415,4382.75197821905,70890.9260990396,2896.07485432124,920.686464011718,24609.660994235,10067.0754431185,681.275505491091,4575.00785522841 -3416,4178.28184467616,71768.1115456039,2679.5238466224,863.82940067523,23407.9345561607,9666.1867675527,629.149298706212,4413.18251944912 -3417,3776.11401025908,73181.5856570554,2345.05547947593,767.45459881411,21128.5567573242,8811.97998053869,549.317594017108,4037.54244762541 -3418,3663.65175348887,74401.7464676552,2310.20587109867,749.459807520156,20490.1146392491,8500.93027471459,542.139794114776,3885.20406947133 -3419,3449.90925872636,73655.5152381645,2081.32817535022,686.747870351738,19322.1297114033,8152.26243053029,488.108532436172,3738.83579132926 -3420,3094.76320795679,72091.3398731639,1841.71570383866,610.238878949906,17341.0327413108,7354.66926659287,432.044374949874,3374.11321814803 -3421,3023.41059230677,69958.6567077659,1763.34205359387,589.932306511438,16882.559182566,7197.34620286331,413.16856177693,3312.05760748651 -3422,2793.5999046428,68241.7013052298,1605.27957020686,539.468327890446,15691.7979762589,6739.32126537319,376.25236816268,3097.88020360575 -3423,2898.83303747227,66779.3791977722,1710.16263647793,568.74787336621,16299.9140029738,6939.47618062563,400.881307285454,3181.12384645342 -3424,3096.49571324392,66097.5857352321,1854.36186262189,611.969003645837,17386.3095578759,7364.60252991894,435.284224150787,3371.24349495758 -3425,3407.87555818378,65264.0517279637,2069.86073379525,681.264274524367,19141.1018678633,8055.99836078437,485.086403794542,3685.31500866314 -3426,3508.23615857167,63838.1057191053,2078.58110292376,691.526148878793,19771.4021610993,8399.33579204096,486.456647607224,3846.43429704083 -3427,3574.85964361211,61155.6228010479,2038.90717145744,688.42323094961,20134.3764883349,8663.57431764552,477.028231337915,3979.804315582 -3428,3337.26419794182,59616.390928419,1796.08528723678,623.463183013618,18830.0623695722,8250.05925298828,418.703967167477,3807.81063031554 -3429,2738.25391688209,57355.871621113,1389.26797810621,495.681202822255,15381.4744098388,6842.76284411436,323.191358683685,3178.56453994012 -3430,2256.95077117349,52970.9837802849,1306.0770226873,438.459484431116,12630.788682036,5380.71841913236,305.413638624319,2468.62337339652 -3431,2362.89573122762,49067.3006596345,1669.51785267691,508.826062725297,13302.9344357971,5343.9526349604,386.176333634074,2376.62146527444 -3432,2307.00906957299,46698.692146082,1602.74497814809,491.596138964581,12944.5736881521,5239.58891144534,370.573249446838,2337.55161783044 -3433,2432.93556559456,45097.101189675,1811.79879431517,540.773589630357,13590.1578523096,5336.59726743457,419.98301603975,2360.39484505889 -3434,2861.51412186409,44747.8898769361,2245.5260187741,659.368152272891,16029.2378650397,6161.33901707994,521.403063256779,2720.20364845662 -3435,3790.4911221326,44760.3617743429,2627.32316504209,808.405911753829,21416.8816958325,8692.40379768393,607.220026286574,3886.05814357588 -3436,5369.70264225619,44646.036619393,3638.40858659172,1130.91197663676,30526.2446081998,12504.0139340235,839.9660320795,5603.34819713277 -3437,5725.53349870562,46860.8259050447,3876.65529442503,1212.04799179293,32955.9541606489,13558.5986180971,894.576826734824,6110.91170086043 -3438,5336.12107825164,51453.5776273039,3457.18691947872,1097.21277444062,30305.5152227257,12667.0223133912,797.057550564603,5733.18998751186 -3439,4802.27404723367,56413.209116419,3102.7159614942,985.416956293397,27302.9833256741,11418.3798181848,715.141358581618,5164.06862194338 -3440,4748.14158159468,59737.9913232515,3073.92374640857,974.757118236266,26950.0312882035,11254.097854859,708.640073503603,5084.9303301935 -3441,4209.72118783662,61276.1838038872,2605.04465775515,841.463870527406,23897.6053755543,10142.456730374,599.418484192956,4600.44101707849 -3442,4056.27412173968,61909.1292704213,2530.72264669217,813.879989194922,23007.687752985,9727.72351440711,582.515142990118,4402.68732778804 -3443,3756.41364736221,59975.9954553923,2192.52257281558,725.417187674768,21359.3574793935,9229.35074417354,503.199465038338,4197.29159736344 -3444,3693.57703930882,58039.7436660116,2310.09428806537,741.693230501831,20941.8427763323,8838.93396326631,531.805119381603,3995.18013208393 -3445,3558.34126965854,56242.7607255804,2165.44546987376,702.723103130482,20136.3268962868,8576.18212243407,497.998436975927,3883.52822807458 -3446,3387.01770130428,55198.2448625293,2074.84004842283,672.212571024512,19234.8773789905,8178.57031624924,477.194324726279,3703.61074958252 -3447,3322.93869247168,54344.9638187854,1981.32893509111,649.781023168697,18920.24677423,8120.74494425251,455.08995546103,3687.22419092103 -3448,3398.0823973437,54496.7043635138,1972.32880799616,654.010348115595,19338.8546057671,8370.0314136119,452.489441429823,3805.93184139491 -3449,3646.7630497007,54588.1645076364,2103.53022999735,699.910355698462,20811.5291398502,9024.39388754426,482.395352788691,4105.92931317147 -3450,3719.53414878274,53704.7431123687,2056.93347626035,698.03934472976,21317.6460368049,9363.96706240524,470.693039648265,4274.89700924633 -3451,3939.72056948979,51611.5542215496,2176.11171230987,738.201301249038,22529.489997448,9896.62008208586,497.998436975927,4515.41183082695 -3452,3724.27556361839,50823.7502359355,1959.23637271195,680.32319442979,21350.3309579342,9515.49826836208,447.288413367412,4360.64888007957 -3453,3121.78601915644,49868.6158338346,1596.56256742851,560.773444640681,17821.118394537,8001.05113394886,364.071964368823,3670.57595226264 -3454,2693.52887154275,46621.7824817247,1651.08729589983,533.310882955075,15284.8630985466,6480.35823754261,379.675048556059,2921.38485770259 -3455,2657.43951523716,43117.1980618124,1966.58413591837,589.498205657798,14923.1115595832,5855.23131682844,455.826213329342,2580.7194995185 -3456,2909.87679292605,40875.3863989887,2280.97664904899,668.882170056935,16258.5607490633,6219.81129251169,523.925646264486,2722.19043807091 -3457,3247.47551881137,39689.5232054436,2727.10887661185,780.210686389782,18075.3049989474,6668.49569620395,631.105543258097,2885.38416343825 -3458,4014.56577205515,39030.5947537307,3546.27758088973,999.384441483042,22371.7653344381,8048.33687455043,823.57986542101,3467.09078884683 -3459,5202.99070079048,39033.7127280824,4233.7495409771,1227.97973988832,29167.2517256914,10950.8435937334,978.958749019508,4786.1522851727 -3460,5113.62179943975,38689.6980728676,3257.56467157018,1039.18425059215,29148.7063855631,12164.3732520308,745.009834169481,5463.00632254819 -3461,5614.19244801469,39661.4615370923,3640.09415144218,1159.31044921027,32402.9552804888,13509.1211761018,833.374425852412,6084.87140605172 -3462,4865.45872637753,42615.206812352,2785.87542650166,934.399088845628,27754.6074319541,12013.0567958433,645.02581741133,5482.43712773235 -3463,4449.64167158669,46642.5689101933,2574.60388549579,858.175019642553,25404.3938234168,10980.1062985021,592.598841300964,4991.26062212173 -3464,4358.30040878148,49682.5776720515,2526.21514212869,841.117418481847,24834.9107090033,10704.7772086467,580.371562196526,4869.3236043575 -3465,4000.24584143471,51705.0929480307,2252.91947317943,759.481649534554,22783.9066238945,9902.76997911123,521.083824456856,4511.58935947684 -3466,3861.61541765759,53686.0353670725,2208.48149245542,738.500035034062,21969.8498586824,9498.7004977818,509.08039194191,4315.59891390226 -3467,3750.5199908127,53318.1164098513,2102.68841551546,709.242597037969,21341.7948172692,9280.0646464359,482.660103261177,4223.30486965528 -3468,3533.24007195489,51145.9391715023,2019.31843500775,674.784097981939,20067.2524488893,8690.48383564702,467.192198003695,3942.70663396189 -3469,3444.0638634818,49498.6181934409,1932.3587418667,650.66388845027,19518.1588608908,8484.92464972841,447.895107586149,3855.42427353635 -3470,3337.71749598609,48223.3734381317,1902.41258564868,636.669299135845,18971.5904251315,8228.66068071362,442.791026744897,3732.47000468458 -3471,3483.2821319029,47674.6128758377,2062.47959957108,678.700213861008,19812.0043672696,8505.46609661984,476.003893199169,3844.39160701884 -3472,3631.26048402356,48766.9374437155,2124.06853024197,702.317776069307,20637.1221349935,8886.96994540999,492.094449391556,4017.7606647658 -3473,3820.98916436683,50480.7748719,2170.60896452884,727.804176382888,21789.9446672013,9460.82054068206,505.046655214548,4289.57525204995 -3474,4135.90512217658,51095.0124923238,2418.64806678682,800.604375241142,23615.9868424364,10186.41364131,555.848820131884,4606.49467216262 -3475,4395.95393502571,50810.2390473494,2603.77787463883,856.279067868999,25048.9339671741,10751.2165741279,593.941920837916,4855.05429700274 -3476,4026.5570225382,51343.4098386989,2205.95781372129,752.357734857571,23030.1156132921,10106.5308802526,505.061452120235,4601.64634092816 -3477,3428.1310992754,51919.1926773511,1872.62317349125,638.682567129384,19517.8970543848,8559.17041727411,428.388967484797,3898.131809205 -3478,2774.20728015402,48175.5647333049,1687.29905325376,547.667432075235,15735.6943354651,6647.80438339168,389.225522664876,2992.41162984235 -3479,2646.31700235171,45348.6164095879,2015.43654423741,590.559429077025,14790.7208916019,5740.83046953647,446.025963704005,2522.00853664572 -3480,2632.32156510718,43837.4463061242,1995.67119637064,585.637711201081,14669.9756366394,5704.88217271947,441.667403798103,2509.33334870449 -3481,2752.946301692,42929.0812168569,2208.06302366689,634.266209397555,15284.5100135697,5791.59104028938,489.611562763028,2527.18487583961 -3482,3260.22774532466,43147.3383125223,2747.79077806222,777.603541059621,18171.6389178439,6736.96182787112,610.198386826326,2930.90652215133 -3483,4567.7848493214,44630.4468484485,3562.03514755935,1036.33646733485,25637.4624947887,9851.69610678922,788.899342968322,4320.465012559 -3484,6094.3090183951,48262.8676118966,4509.43657442951,1339.74545134729,34387.6854319656,13540.261930017,996.657365149666,5985.35581293711 -3485,6434.59585282419,57760.1667777475,4735.67784081641,1417.32398857868,36740.3146070754,14564.0436114432,1046.05437741656,6482.35237677191 -3486,5605.11753776076,65162.1984704206,3772.14855230353,1166.87762335791,31632.284546253,12974.0685215684,831.032088725378,5830.81783830123 -3487,5103.66540342695,68850.7424697574,3455.26704165714,1065.68985141994,28836.3610447573,11791.9883491047,761.29513023094,5288.82471536937 -3488,4894.51433674746,70144.6948695489,3240.22221388655,1007.91064211901,27628.7413240046,11383.1954229004,713.350971266015,5112.87171409525 -3489,4498.28036446216,72239.9624435405,2931.82388533762,917.353355579975,25382.2039863369,10510.1005815809,645.066866073545,4723.88201457858 -3490,4359.06737372279,73912.2271156016,2877.54898155521,894.83615741327,24561.3440751991,10118.6904038187,633.444039657806,4537.2801055827 -3491,4051.1714937417,73283.4390154124,2520.73195843987,803.438349757301,22850.1097541687,9607.85407381731,553.537108049596,4331.29305990622 -3492,3833.09450608194,72836.5317106614,2464.38210694955,774.391203364182,21584.524106426,8974.67773374397,541.914281633856,4032.87772755162 -3493,3644.34329970089,71551.933133111,2249.82593294986,718.496974939514,20490.4710172156,8630.77748782865,493.970122668931,3888.79394702119 -3494,3468.76375205136,70329.6937401527,2157.01005193094,687.593050780569,19574.2538568161,8230.94042891872,473.630176441387,3709.22919262776 -3495,3561.7473967049,68985.8539523619,2248.440379848,712.57148431643,20127.3182823674,8423.05740746045,493.970122668931,3792.24012065652 -3496,3731.12406862843,68525.4354590249,2347.84449882269,744.579159582758,21054.7978137774,8818.18832005945,515.762922198442,3968.78572967391 -3497,4059.26272535503,67948.6133291935,2572.20501554377,813.861442605677,22958.4393537482,9592.79008497585,565.159934465335,4315.53919651307 -3498,4313.87564364879,66998.6755846168,2737.65916536712,866.359317960763,24457.739172812,10216.7814163093,601.481267014522,4597.92735100471 -3499,4326.29999896676,64327.625071159,2604.53865328604,842.422004052085,24512.6326825473,10414.7097492122,570.971347673205,4705.08791714775 -3500,4095.86342850961,62412.159710247,2363.82552791587,779.662185816041,23262.9953131428,10015.2949651626,517.21577550041,4543.7508647313 -3501,3403.1449834079,59175.7195723714,1895.06543670641,634.127658634604,19250.0025711716,8370.57613927553,414.063191060721,3804.48518282405 -3502,2784.16780469125,54004.0670371084,1746.43948831683,553.048481629343,15690.2658667606,6562.39665753726,383.553271719405,2941.65427452361 -3503,3160.74052358491,50326.9556439992,2419.67798410297,686.638434585269,17738.6584883769,6963.26354462706,536.962132465285,3131.15618396207 -3504,3203.88973971943,48283.6539395513,2503.90236406885,701.005968592904,18027.9684921325,7026.10905196336,564.369231503899,3171.86022502883 -3505,3355.0505372858,47066.6111033032,2756.36888968252,759.14013926794,18829.2938000056,7182.24775172327,617.902610204875,3217.24085270534 -3506,3986.04696644391,47183.0149414255,3390.39256828888,927.404460007972,22278.9709171557,8357.48194241828,751.694216441764,3720.42040624091 -3507,5442.65952456053,48454.1023303898,4292.31068812175,1211.68339462207,30445.4840321915,11713.7213054934,941.854520808675,5242.75604531651 -3508,7424.87257309885,51740.4297554507,5512.3138161877,1599.34380273612,41492.6060093391,16397.5759534722,1193.70663608443,7356.84965664188 -3509,7966.38951770459,60065.3769163425,5736.47967634677,1688.67247809497,44476.0618077547,17869.2939884142,1235.31296985151,8043.52546129091 -3510,7090.10517714956,66730.5312017662,4962.17878419864,1465.49117658033,39793.3231072186,16191.9224548922,1097.01242356357,7387.63159698621 -3511,6518.53144141188,70421.1537834614,4549.96429794946,1342.20323497908,36603.4817864812,14970.9650054036,1008.3801602646,6824.02913789321 -3512,6154.66805820739,71689.123298888,4220.67306018509,1260.81448263176,34506.8740207183,14120.1312958464,924.137716447479,6433.73042935222 -3513,5655.77184495615,73457.0052797886,3813.73253107567,1143.6509637545,31757.5353519406,13109.0712357113,840.709445358118,5989.10924146397 -3514,5435.51637191294,74956.7429786526,3676.8661809304,1109.46371098082,30412.5864813143,12495.5905780661,794.352964075042,5677.04165336683 -3515,5072.89622116129,74092.0293286812,3293.60250268534,1001.96602663299,28531.6739701262,11911.2797378175,727.804687035873,5458.36390303902 -3516,4743.28804902166,73478.8309994366,3078.43255249828,935.798584215434,26668.6657837649,11205.2668491995,680.527714410693,5131.01885965532 -3517,4546.67524022985,72264.9061375402,2911.87423542924,885.316113535859,25639.9702179106,10817.1862935145,653.300779389153,4976.45230203959 -3518,4377.18456470419,71167.3850129521,2776.83043858274,843.461918371885,24722.9381631645,10533.6605442347,629.327568952161,4853.88432337427 -3519,4468.75970439197,69793.4049744515,2833.14031318897,863.6745088273,25199.8733443853,10736.4807756892,636.301664769747,4936.55793023314 -3520,4660.34859780603,69530.457249125,2930.83587787226,898.318639203729,26258.3314789995,11214.1872972246,654.652477841632,5152.12701244063 -3521,5052.00837975645,69000.4044321272,3182.63871077099,976.254950913022,28448.9745313993,12126.8863774999,708.102175511508,5565.90053822681 -3522,5296.09772455823,67885.2148534222,3251.93917336881,1014.41249113856,29756.8019869483,12782.5649489506,712.324632931147,5859.77679081013 -3523,5324.14168368437,65410.5957159818,3154.12478110181,997.016912782571,29975.0639407672,12994.6774109634,695.624802898029,5981.78665219516 -3524,4995.38656797249,63300.7776622249,2828.85513643043,917.12931654005,28099.8545849304,12294.4505098741,616.586351290509,5672.20675109384 -3525,4078.98590743502,59587.2900697024,2235.77460453834,736.104067567661,22965.8704924801,10110.7862402225,487.400168090647,4678.49463820653 -3526,3321.31063503182,54569.4567623402,2101.1663035465,639.360097786383,18778.9231077829,7909.32015091473,473.918623103965,3631.71134944193 -3527,4617.95080107893,50969.2549327744,3333.81356684638,1025.79382774518,25265.2529844264,9563.62125040512,732.761163066144,4278.50167413354 -3528,4778.40953422366,48769.016026074,3566.25973169725,1084.28549373874,26136.1374380354,9756.27837266538,784.747596932323,4351.58316256398 -3529,4977.19748791865,47704.7531265475,3864.92610011206,1158.77780345061,27211.0650077968,9980.94458401683,851.587297617411,4433.83825057995 -3530,5823.48940298725,47795.1739794909,4625.40437873235,1376.51122490338,31825.0257644818,11556.7925084008,1019.92432156504,5125.66627533389 -3531,7671.40779568808,49042.3570664488,5747.62177228664,1746.33787315233,41941.2794140292,15641.3894762418,1265.00322407703,6985.56491816789 -3532,10366.6143960282,52350.5102111576,7194.86041768498,2249.49404006345,56705.6288684384,21833.3253790564,1579.39737174392,9832.18355553735 -3533,11177.9991062826,60834.4731566604,7409.53735827121,2360.57062005679,61138.5092527401,23977.8173187246,1623.95717220064,10866.765614031 -3534,10252.4977222327,67545.3574637383,6820.4616112802,2172.57646184585,56049.4112065752,21977.4492234497,1495.22885977011,9982.3385057053 -3535,9563.6529768905,71016.683759403,6292.44650275899,2012.6799045798,52290.9459855446,20583.0342132864,1378.87826968866,9354.05475277868 -3536,8768.33799778829,71918.8127991529,5685.31734582051,1829.82435111928,47939.4998883972,18976.9099984808,1245.19886831848,8641.7107994851 -3537,8177.32033415331,73168.0745692833,5224.81720262366,1691.63985187346,44710.0941713091,17791.3335668625,1143.70154505594,8112.97624800491 -3538,7629.02117191772,74599.2171348518,4808.98470512696,1565.24884505416,41716.8723621383,16676.1744977302,1052.10639967267,7609.88964909097 -3539,7325.1848920796,73540.1508928494,4551.28872988302,1490.19801292982,40058.6875690838,16093.4072336123,995.168876866858,7352.80241125703 -3540,6973.82412869594,72636.9824611063,4259.81776994707,1404.6770988925,38143.0115662658,15411.4163915455,930.804720651589,7051.53973103621 -3541,6775.93423027284,71213.1150346064,4168.03090811128,1370.36701407829,37060.0262571633,14938.4287721116,911.000364893044,6830.76635353178 -3542,6706.88579937902,70006.4654125927,4068.35720826632,1345.4225188178,36680.1748878697,14854.6431148339,888.720464664682,6800.6324524663 -3543,6793.10842149575,68056.7025354399,4070.53829325182,1352.65034975496,37161.1449715085,15105.1225593669,888.720464664682,6918.26304544473 -3544,7042.2429576467,67206.5393652337,4163.48375475046,1391.52016567936,38522.4382365802,15728.0398721049,908.524820423226,7211.58802095283 -3545,7585.23487887349,66418.7353796197,4481.40691154244,1497.86123464899,41498.8017283417,16942.6637207771,977.840065578132,7766.15194792826 -3546,7821.54481385268,65443.8539410433,4432.21133508457,1509.18123953056,42788.5309017502,17705.7317784706,965.462343229041,8149.89675462754 -3547,7878.28793997405,62526.4848651968,4379.0375117214,1503.89899276471,43100.7679415951,17939.2753640671,953.084620879951,8270.30082176768 -3548,7241.11331464483,60206.7243476505,3841.05071546423,1347.48649110107,39618.060636408,16715.6064682612,834.258486328684,7735.71298800543 -3549,5868.71528874872,57311.1808906379,3046.21742268878,1079.452433221,32109.7314912144,13630.7331585112,660.970373441421,6318.08426187476 -3550,4927.75639148845,52636.3229473112,3046.82384931724,997.312046536299,26970.8571709146,10831.8843845586,665.921462381057,4930.05556747361 -3551,6163.8878115082,48897.8916607891,4305.62728229756,1421.05927898429,32934.4755893116,12002.4519284376,933.775172059671,5356.2203120306 -3552,6324.88775298941,46228.9198305038,4546.1835928891,1480.80292082568,33816.2578978747,12183.0011755895,981.561319238192,5410.53467960357 -3553,7281.70994294782,44833.1140723553,5683.40496767433,1794.42705918831,38949.1357736611,13506.6405429524,1226.98322483064,5908.07319711557 -3554,9186.05229736635,44492.2173914923,7518.83408319231,2331.1859149279,49155.2016911593,16648.4584455814,1621.02680949432,7206.90970319038 -3555,11513.8808090882,44419.4649926658,8851.52966504714,2804.07614939513,61592.8744698877,21541.4715617562,1907.06807532304,9434.65829635807 -3556,11399.5842721708,42960.26085956,6718.26202713907,2360.03277870625,60904.6778247175,23749.286163669,1439.74834480874,10821.5752471107 -3557,12912.0428244991,42586.1058528214,7553.78792769487,2651.9302892014,69001.8436291165,27021.758307473,1611.6962993188,12303.2376316484 -3558,11479.4362266474,45260.2743406309,6542.82397750241,2331.18786083517,61295.2306577916,24229.5278560648,1398.19319350334,11113.3792288648 -3559,10496.2764044745,48916.5994060854,5769.01961447969,2092.35129884667,56026.0435979103,22385.7210260331,1234.9549329578,10315.3716791824 -3560,9967.35889015885,51703.0142648582,5568.4400358326,2004.72395714122,53207.1562089588,21157.022778145,1191.42929689828,9735.24417196758 -3561,9466.6214217045,53956.2584330956,5281.45597725701,1904.02940332485,50529.1928508637,20094.483520584,1131.10965587333,9251.28505724503 -3562,8990.5084575871,56024.5036299151,5019.89356432649,1808.6981070577,47991.8756784764,19074.0031142727,1074.93792309364,8776.00914213066 -3563,8560.26656013041,55405.0694527811,4659.13070531067,1698.25822723934,45689.3396845852,18301.8976493193,997.518435750377,8443.76780712063 -3564,8496.08263953776,53206.9092292532,4720.63541738405,1706.56733272175,45351.3454198713,18043.5776393837,1012.33738920905,8309.9991249145 -3565,8240.48413473298,51541.9197970748,4601.7390418833,1660.34803479852,43989.2127524323,17471.3997621002,986.53241567884,8045.12870798582 -3566,8320.08609933057,50175.2149984569,4654.17500890991,1681.03272130782,44399.8689461627,17616.4423498216,1000.10516996289,8118.60239039478 -3567,8463.49101782875,49737.661616761,4683.02803118287,1701.50048426754,45164.6260159705,17968.7767668655,1007.66756736867,8292.51941708824 -3568,8945.07239523996,50547.291322023,4981.93611453149,1802.33920552224,47742.0799815766,18961.2836732972,1069.95769314775,8737.28767457124 -3569,9573.51773170632,51379.7860381122,5309.44267760713,1919.89269506213,51115.1665724112,20333.3748216257,1137.4304208571,9358.07762650064 -3570,9953.74820782014,51515.9368118959,5343.37452336474,1960.89316698331,53125.9929657018,21356.5214777911,1144.78587952588,9866.00177592352 -3571,10108.7463426263,51039.9286484283,5384.11754328277,1979.16236104854,53962.7314761913,21753.7636912272,1150.90427252527,10046.3896274717 -3572,9391.30736435749,50615.8863545045,4841.48769006767,1806.51511064615,50121.156216177,20402.8062666959,1035.13718430013,9452.87436228771 -3573,7829.14054276253,50189.7654782222,4078.56077210465,1515.70451590391,41781.7613038211,16955.6249017536,872.839281576334,7851.30995662926 -3574,6380.52433313468,46645.686884545,3783.29916623561,1329.31852878821,34080.3005169152,13242.5209447932,814.697064042514,6033.33197706131 -3575,6297.13100367921,43581.7737198665,4255.62637967854,1420.26467649753,33624.8597634513,12550.6480018246,981.726386536492,5688.88596871519 -3576,6337.76840969387,41774.3975652009,4310.38294521891,1441.64402631001,33755.0956010064,12534.807548028,995.554550507873,5698.16695411848 -3577,6554.81356825874,40863.9538935751,4626.56117665697,1525.95272684557,34918.8544493448,12763.5770238451,1069.90907304644,5778.8034284423 -3578,7549.89250949442,40923.1951038155,5432.52811115208,1776.43484232709,40242.4104183401,14610.5598586618,1255.61789673609,6602.16622865404 -3579,9789.40595208522,41950.0425127496,6645.07055249504,2209.7501620421,52290.1848792736,19544.8263924936,1530.05138428248,8871.91259566568 -3580,13582.7950283681,44331.1229237089,8729.70342849523,2953.41273357285,72644.2437351761,27824.0980143697,2002.22797416924,12684.6819886398 -3581,14738.9762582946,50365.4104257709,9177.16406091576,3137.75940634538,78975.3391048452,30696.6352778721,2103.49137243364,14034.7237077364 -3582,13735.0347424527,56290.5694304072,8589.26589260157,2950.77423551272,73428.0176151372,28437.7850192563,1975.03858039355,13055.4796715719 -3583,12795.0812132824,60290.9091510765,7891.24070472149,2727.61327935409,68368.8335160168,26599.2736092287,1813.54780444875,12230.3357162255 -3584,11742.5256400116,62131.5435308036,7124.53789207607,2484.05723990421,62703.9931074879,24527.8856234847,1638.28484895933,11310.6055311435 -3585,10871.4892571158,63566.843361903,6443.07805321303,2272.7146458062,58012.7993603492,22862.7906901488,1482.11974454971,10575.4927112793 -3586,10458.4122316686,64778.689641441,6270.12514049607,2198.7055789931,55809.5129596444,21904.9563753591,1441.38270485251,10113.7262421728 -3587,9890.30416691785,64289.1702893873,5758.37282486874,2048.72067859343,52746.6089606816,20896.1934926825,1324.60922614961,9681.97182109061 -3588,9401.22755466945,62774.882110758,5343.59559053066,1927.50475551044,50092.2084658067,19971.7942935074,1231.212836958,9284.85879276672 -3589,9112.10395996366,61186.802342937,5174.66357304042,1871.25772823074,48499.9401780597,19320.3748367496,1193.01713479838,8992.6152057555 -3590,9045.28262176688,59924.0294850346,5064.89243990597,1844.95278163874,48108.9347860313,19243.3198685117,1167.60316350644,8973.62491307814 -3591,9228.75246648209,58831.7049171567,5123.03658534474,1874.54061561025,49058.7966177967,19661.8393242706,1180.68387526088,9176.09494071232 -3592,9552.69320007838,58951.2266288167,5237.81083142362,1925.05776483651,50786.6177978255,20449.2428445585,1205.64937522266,9551.40248518764 -3593,10322.7222796632,59007.3498647054,5739.10782557683,2083.63065524334,54984.1568638343,22099.9742454113,1316.49922061682,10285.4923989834 -3594,10513.5471329244,58123.9285702516,5581.72693133687,2066.24775206514,56041.3032021645,22886.7810803853,1278.60249934398,10692.6321802068 -3595,10590.2360292261,55821.8364060083,5568.21349244711,2062.2439131195,56523.1904590727,23197.285191394,1272.23039470507,10831.9934956091 -3596,9656.11942525284,54352.2390586681,4856.87013851333,1829.74909712958,51603.9023024068,21495.3172848222,1106.46038032879,10062.7218505542 -3597,7846.53184632358,53590.4180582329,3831.72467861567,1472.62492089063,41865.5750877947,17538.7094241351,875.996737807375,8243.03330872353 -3598,6639.76680460513,49447.6915142624,3844.87459822892,1367.19091240853,35441.13542756,14044.5287743695,883.60228758324,6482.39311498011 -3599,5632.50593850795,45730.0465553951,3837.87663663056,1250.19799389373,30812.874427833,11675.1989385403,888.161818890535,5273.67631274009 -3600,5684.07876951325,43274.1352640649,3947.27586366176,1277.25243171439,31085.5804478127,11689.0240939341,914.114599312661,5273.94304914627 -3601,5859.02745497512,42079.957438644,4215.97626042975,1346.97368681108,32022.2813711163,11859.3564488809,977.554729233414,5333.44628005234 -3602,6895.27750887893,41681.898129899,5094.28210805886,1613.03544540479,37664.3034222839,13789.3087739889,1182.2933303413,6189.05862175756 -3603,8706.95174311721,42132.962700181,5906.48967016562,1929.9848842818,47602.8020152633,18096.7595568535,1366.8464355653,8204.38776251824 -3604,11841.7768376935,42197.4004671316,7411.30907384878,2498.49107591092,64798.3872297421,25422.7670293373,1709.99986559119,11616.5658819675 -3605,13125.2491568826,44404.9146137145,7981.96718568539,2724.35276103482,71817.4375683954,28494.6955546505,1839.76376770182,13075.1738585557 -3606,12213.0363077641,48254.5530808347,7538.80100163368,2560.73822153423,66785.3970225953,26387.0214380705,1738.83628828244,12121.1516255935 -3607,11235.947928259,52817.1644515701,6782.20497865816,2324.37513894519,61458.2564328716,24473.7418944691,1562.93410986581,11260.8340658942 -3608,10617.8528851728,56145.0647335683,6466.96344560323,2208.6332244674,58068.6247646205,23054.2020815806,1490.84305313768,10603.0553103092 -3609,9813.84430770398,57908.789448938,5846.60699335727,2015.0542853426,53679.2431463657,21479.0713620545,1346.66093968143,9899.24801940323 -3610,9285.99767556483,58447.1567969977,5521.67473027971,1903.96280685248,50797.0321819981,20333.654386404,1271.68624068418,9367.11332705437 -3611,8440.02630679376,57480.5898894833,4707.59163846445,1668.0946836057,46188.0938527195,18891.1594846081,1081.36585092192,8752.41598261217 -3612,8406.98751131657,55437.2882858494,4803.28523929196,1684.25847425005,46007.1761001519,18666.9175498837,1104.43498907492,8628.7060928543 -3613,8090.63753894863,53889.7419829725,4615.45318585911,1619.4806253819,44276.2455803272,17973.9846627511,1061.18035503804,8309.72785404286 -3614,7908.5236185958,52541.7449296508,4394.53241819683,1559.46854113001,43281.7580819808,17721.1913868603,1009.27479419379,8211.14622332994 -3615,8024.45474662201,51963.8834078262,4409.40840213809,1571.76673202909,43930.0742757316,18043.7799773069,1012.15843646292,8362.8416487043 -3616,8538.52769618708,52483.5430105897,4746.21340807142,1683.33879665585,46737.3661148471,19127.2375920594,1090.01677772929,8855.59634806158 -3617,9018.02615143179,52898.2313814584,4913.81035137173,1757.60058877843,49375.7003663865,20329.7476933423,1127.50412722792,9424.7913830988 -3618,9216.51572988027,52227.8705251459,4761.4845282965,1744.8001964457,50467.6716536329,21124.2702986286,1090.01677772929,9841.13704316346 -3619,9569.5611037942,50217.8270457595,5010.37751707869,1824.9735710865,52397.3796233109,21846.0909185763,1147.6896231118,10167.0614736727 -3620,8847.62853412667,49372.8605330775,4451.96844226232,1651.38890655842,48453.9366842465,20437.6467823547,1017.92572100117,9542.64826484128 -3621,7399.21768351993,49142.1316408194,3780.77858786973,1392.68623235194,40516.9996747905,17016.8177742265,865.092680737534,7936.55500045697 -3622,6515.52770206698,46011.7021268317,4062.70231955925,1370.73639207122,35663.0917920055,14002.0837320788,937.183737465662,6392.10565073646 -3623,5891.05931774088,42655.7402772961,4036.99783552263,1331.6154365591,31957.7881078006,11897.3243412434,945.392359915385,5393.68321089163 -3624,6035.99475291601,40163.4527865528,4258.21614863404,1382.64849623914,32718.7634274455,12061.7487669373,992.655530788089,5452.01727061688 -3625,6921.51139212475,38841.4387184099,5320.71518336499,1665.82616697936,37537.153243078,13319.3296956602,1240.16260926633,5937.23918330946 -3626,8693.75850839877,38339.4474689495,7035.36758903385,2152.80345106513,47191.8713266395,16359.4897642261,1637.49643228545,7220.93882019809 -3627,10886.3050454128,38414.2784501344,8284.29187338721,2591.24286651684,59190.188855221,21193.7849317902,1926.93001743144,9442.52383207673 -3628,10803.005821475,37760.5466559456,6292.51097606268,2197.72581529929,58859.2951489967,23524.8642389445,1455.93493489337,10849.8156201084 -3629,12129.6166035765,38472.4803691955,7069.75896846411,2446.0914226434,66340.5856158019,26665.2781856797,1628.42936004225,12265.7795366562 -3630,10833.9275253564,41101.9580257159,6126.35540032276,2161.84373550029,59117.2574920001,23974.5583656644,1413.43201237934,11111.7632714594 -3631,9944.64485831451,44843.5072865897,5405.05254095113,1950.75447116089,54199.8892467714,22200.2941605623,1249.25339182276,10337.2288476919 -3632,9439.9853159614,48063.3182615275,5215.95487070594,1867.16077137823,51439.6209875341,20973.9054418325,1204.92194071095,9755.39897959708 -3633,8979.83917409695,50296.8152924754,4948.06360940978,1776.67281082937,48900.3306632104,19934.6302409199,1144.15966243537,9279.03792647595 -3634,8533.76777024915,52844.1868287422,4702.88094115149,1688.76463220696,46456.6409711266,18927.1550026089,1087.30486390564,8807.31975849454 -3635,8132.42269572588,52498.093490355,4365.64823348582,1588.14651485705,44266.8332437332,18174.8160810157,1009.18563901078,8478.28245557252 -3636,8082.80850787088,50399.7079420116,4423.8833036136,1597.89140806277,43969.0539503442,17923.7481059663,1024.33842320683,8350.63687739736 -3637,7851.40872428599,48632.8652522902,4312.02625008155,1556.50591943257,42670.3597954096,17366.1369265791,998.115186365192,8094.73129822972 -3638,7950.82890786048,47732.8147948988,4362.97077740037,1581.36883814107,43154.3259480978,17533.168776703,1012.31592088951,8182.20404283046 -3639,8111.01585664612,47484.4174485237,4391.50572260023,1606.3565376749,43981.7504815762,17908.7414053993,1020.35537271528,8372.09562066367 -3640,8556.26949688057,48596.489052877,4669.9374140195,1697.15389631124,46421.0620312683,18880.5756001697,1082.94617958865,8813.42027979924 -3641,9124.95030938701,50152.3499876297,4974.84292486686,1800.71181473208,49588.7887053128,20214.8987408149,1150.69657895935,9420.05371706064 -3642,9475.93319442169,50691.7566268687,5007.99297783028,1838.77810445919,51545.0421774525,21230.8636305573,1158.48560823483,9919.23347475482 -3643,9592.15069575014,50285.3827870618,5044.42539897672,1849.19040900336,52254.7987256997,21596.866084662,1164.22161657847,10081.0231733175 -3644,8900.76943098141,50310.3264810614,4537.45433716127,1687.55318451277,48541.6103827713,20253.719049905,1047.4810186992,9474.18071216062 -3645,7430.80989017826,51107.4843897306,3822.74463369721,1417.84045227911,40493.6293118283,16840.372300966,883.328328358853,7876.2565271815 -3646,6076.03436503332,47335.7947773331,3546.57390693351,1245.22949867967,33052.2259124361,13143.7764165356,824.645001231347,6064.10734496571 -3647,4980.084195762,44262.5277904134,3488.17091767037,1110.77256023234,27325.7072637109,10442.9713788422,827.507084384783,4762.46798752677 -3648,5156.12486580849,42545.5724886912,3727.41871087813,1173.06520477572,28272.1315327203,10656.6582095219,885.240136783722,4847.29232080941 -3649,5447.51585247567,41664.229776596,4114.95336627994,1274.29724940448,29837.7234261001,11019.4855198711,978.712697810574,4990.58326219277 -3650,6284.34922098021,42046.6992135825,4817.4991624606,1484.67541494677,34399.8189716035,12621.1294179288,1146.41346906463,5713.66396143181 -3651,8216.888633503,43961.1252833152,5938.02079604006,1870.34685958788,45034.1473240297,16991.1726268003,1410.33599431692,7742.10621808806 -3652,10969.9014358096,47834.6680524418,7312.84060866825,2376.82351805892,60215.7190384248,23521.8515338611,1731.99157196815,10804.5737068224 -3653,11833.4330451702,57358.9895954648,7545.14973560811,2498.94126407206,64980.8209430678,25852.7073280641,1784.22623842433,11942.9622536223 -3654,10642.4240241914,64613.4379081266,6710.009498942,2235.55158793366,58417.1494338815,23369.9308033781,1586.28434448512,10834.6759817171 -3655,9988.68051860371,68495.2952083151,6258.17321481774,2089.91883117845,54840.9130332859,21985.2075680854,1479.06581860137,10192.5721475435 -3656,9180.44662396536,69562.6760821933,5679.13818647475,1907.25265580249,50406.3435913708,20308.6252151294,1341.60617003247,9431.01428223488 -3657,8558.49711253551,71224.54754002,5216.65865389551,1762.88853393696,47001.3881343144,19038.2660649105,1231.63845117735,8852.05488156613 -3658,8003.30900557294,72658.8080799402,4823.04244728491,1637.38246052533,43963.1756999053,17876.2221551696,1138.1658901505,8315.23524815238 -3659,7667.08602861805,72139.1484771768,4546.38220625018,1554.19144573368,42126.9726419713,17226.9017133695,1072.18525883743,8023.02352078458 -3660,7363.36124498579,71519.7141992287,4326.53877411158,1484.82274645906,40467.7358362389,16599.1979133012,1019.95059238124,7735.63471962066 -3661,7268.54516237111,70115.5939100183,4358.00455039287,1482.5419971186,39936.3616863388,16265.6789048768,1028.19817129538,7567.08733981533 -3662,7088.78288010879,68635.6033484438,4140.94564569071,1424.68866038558,38958.2169622307,16011.7637280131,975.963504839196,7465.03111228973 -3663,7292.66080988355,66833.4237504884,4269.09034659669,1466.87667453081,40087.6108888482,16457.8287596361,1006.20462752435,7666.65765033296 -3664,7576.22988813993,66273.2306827808,4387.61913956698,1514.74883811069,41648.7846885225,17162.4084395453,1033.69655723813,8001.47182393383 -3665,8183.93089789962,65908.4296999113,4749.12804309695,1637.72561208787,44995.6820594666,18524.2524553542,1118.92153935085,8631.99180229588 -3666,8501.31198326621,65172.591684655,4778.58539791338,1671.95909039003,46750.3242679836,19458.333608137,1124.41992529361,9096.05536508796 -3667,8516.73211833304,62647.0458680361,4678.05471605886,1653.91634139817,46848.0809172974,19643.9238133432,1099.67718855121,9199.18506249415 -3668,7823.39588158495,60748.2096700619,4112.93117731459,1483.88405525619,43055.1832908752,18299.425979401,964.966732953684,8598.99338142618 -3669,6355.49499126533,58547.9707633615,3283.53406459288,1194.4124199557,34982.1078969271,14945.9882080006,769.774031985845,7031.78058213313 -3670,5239.4422504885,53386.7114423328,3135.47517826321,1065.30038352503,28812.807836817,11720.2174660968,739.532909300687,5432.10648494258 -3671,4165.27778522847,49463.281285207,2914.63114108581,926.07609385972,22804.8807203417,8858.90391552828,687.517318697998,4001.26304457019 -3672,4308.77061478182,47439.7267180486,3117.66204238978,978.607414434374,23573.7383155643,9035.2432228501,736.293885227247,4069.93026602003 -3673,4489.47932258429,46564.6199546567,3378.52512147141,1045.60534110167,24539.0696002118,9241.5487135484,799.006613621997,4147.28549474965 -3674,5255.05044468408,46813.0172002179,4043.13251660876,1241.9651987328,28705.4185499973,10700.5474541916,956.949781430997,4795.0026460323 -3675,6934.14022921185,47997.8412033977,5024.66856113035,1576.31635123319,37879.2613587187,14496.8165954439,1186.89645221175,6535.11137576306 -3676,9367.49012565431,50900.6597994789,6290.71418834031,2031.56489175412,51260.8642837967,20244.0186193552,1481.87854503149,9197.17297038124 -3677,10093.7619000773,59317.0670036794,6478.8906395912,2132.50355527752,55288.8335025308,22237.2974088793,1523.68703062799,10165.4472137001 -3678,9252.52759334473,65942.7272161521,5963.71695440147,1962.37831389903,50651.6148984793,20384.0515141433,1402.90696112699,9339.94388633795 -3679,8624.24867168539,69380.7952867552,5502.10652165672,1818.03891284312,47246.2610423251,19086.9596066674,1293.74035984725,8751.29817901709 -3680,7917.57776441886,70418.0358091097,4971.43508898713,1653.13413249116,43348.1405323397,17606.7640323258,1168.31490305775,8085.79251174737 -3681,7379.34798417888,71820.0775159616,4568.86719161649,1528.37092586482,40420.2845977459,16505.6374144392,1073.0844636435,7590.80989046049 -3682,6890.46070614713,73266.8098524747,4205.38466108575,1414.44161066612,37742.7663689243,15474.7768546306,987.144798806247,7120.01263031751 -3683,6611.55497077988,72589.1737562795,3980.14545240633,1346.62200447555,36223.2334613539,14933.4029644766,933.722844988496,6879.429611635 -3684,6286.94107991917,71983.2506669175,3725.32582724824,1269.44151899058,34483.8982591868,14296.8400005023,873.332810237997,6596.94683901077 -3685,6107.57740938343,70504.2992957082,3645.01071066374,1238.31214378158,33492.1347702617,13857.4285160331,854.751261083997,6390.49009996037 -3686,6036.97817053336,69309.082179108,3557.88956661566,1215.80263540487,33133.7997393283,13775.5339976728,833.847018285747,6361.83012226899 -3687,6114.85417542466,67811.4231634165,3559.89259493615,1222.46656967362,33576.8308326377,14007.98660807,833.847018285747,6471.44407929371 -3688,6339.72741294061,67444.5434973745,3641.27898462246,1257.74184030244,34814.9860760211,14587.0715426479,852.428567439747,6745.90942423227 -3689,6829.88563955352,66816.7946883647,3919.34792186636,1353.8787919177,37509.2843279048,15713.9018829383,917.463989478747,7264.43104677809 -3690,7045.51846199911,66077.8386987566,3876.66939975943,1364.5632202286,38704.0022175573,16428.026858846,905.850521257497,7623.95734446299 -3691,7098.19174362995,63596.9837134268,3830.34866397163,1359.9313079331,38989.9956404777,16648.1265135846,894.237053036247,7736.86336672982 -3692,6529.08759632098,61360.3687081272,3360.16491437034,1218.92199139774,35867.0208254137,15519.9437618445,782.747758112247,7237.23470415208 -3693,5294.09102341332,58719.4584453793,2665.00030813583,976.620085800801,29077.8114186936,12658.9793908643,620.159203014748,5911.26313384579 -3694,4443.16753072561,53615.3616514185,2664.52593843803,901.18351550826,24369.7941366173,10045.6285030411,624.804590303248,4611.0477594791 -3695,3476.20340318354,49769.8804498293,2532.62550505126,778.859424616532,19291.9212133073,7500.93227721461,574.648925817269,3334.58143741653 -3696,3576.17806502771,47853.375797738,2669.23372470652,815.204132904234,19783.6877656941,7620.33877357123,610.59077411645,3381.9031623265 -3697,3725.82111243339,46665.4339210205,2912.61683328078,873.803658077224,20605.8242815254,7783.69462990754,665.06469787621,3431.68830320202 -3698,4376.38103047121,47045.8247756485,3528.70635639602,1046.35304149411,24223.5033967294,9023.72262691288,801.791654270149,3966.84606530878 -3699,5878.24651461404,48226.4914124834,4421.6189173365,1341.97310939161,32469.5813159508,12403.2718393244,998.761414133258,5512.41316271446 -3700,7950.08116111169,51248.8317202246,5601.89827508073,1740.68346842077,44142.4593469177,17341.4071961841,1255.01182150329,7760.76656621552 -3701,8526.03395437044,59690.1826184247,5798.61293113596,1828.22599578226,47526.5997085013,18987.3438252935,1294.00028434894,8537.00917658248 -3702,7763.04334560335,66230.6186354781,5187.65199232202,1654.74189643114,43075.305199702,17344.5117235799,1173.19032802707,7844.16682800867 -3703,7178.75023512049,69680.1192114949,4773.64842983449,1525.61138207309,39942.3886755237,16153.2493705373,1080.42276094974,7292.28261285427 -3704,6677.11637547085,70489.7489167569,4363.98148122529,1402.62442103137,37080.8527563867,15035.1031411638,981.783180452619,6813.59711567093 -3705,6185.40389816682,72169.2887278866,3980.38325423931,1288.52627786127,34384.214523094,14041.5723356243,898.098444065329,6368.15744841355 -3706,5833.97722104585,73445.5727743751,3741.85220221493,1209.82355926002,32475.5495955923,13247.6487817332,835.64498792105,6009.13462514763 -3707,5553.57025915763,72899.9301864327,3453.90816091719,1133.91319301086,30851.3596253555,12730.8918852554,779.78142510514,5791.00406355141 -3708,5224.25704017556,72219.1761158858,3231.67966550567,1063.79621238845,29154.3982042618,12098.6216896021,729.255202840676,5495.23424048721 -3709,5062.81797684685,71072.8069952917,3114.69552218848,1029.22232485402,28183.7936673717,11714.3001749334,707.981857900703,5326.18847178559 -3710,4939.4866358987,70200.8181054376,3010.24877024094,999.897059527444,27584.5881930173,11547.755349891,687.055922724767,5244.18124906421 -3711,5011.10915431829,68623.1315518509,3037.91411929787,1010.33713197804,28037.0037848336,11752.9370195058,690.205670981613,5336.56779419755 -3712,5203.4207871386,68208.4431809822,3122.9426387212,1042.53147922124,29136.1114913054,12251.6175449453,707.470245412873,5567.32904455072 -3713,5619.8340638141,67976.6749975448,3374.51510977862,1125.60450026994,31469.4935111217,13218.7636417723,763.028463161708,6006.32094340476 -3714,5822.22065934587,66942.5523487281,3386.96268404685,1143.91695966991,32675.0540931098,13859.098453644,759.325037720071,6316.77560882075 -3715,5874.96149521193,64176.9238176099,3318.59959229218,1136.10517922226,32914.0141399324,14068.9960842352,746.1723675079,6431.66954320346 -3716,5453.75654893753,62101.4032800938,2940.25465705311,1027.1993383354,30542.8282258933,13198.4147345518,656.615617700825,6066.0034758886 -3717,4444.82517239812,59115.4390709518,2328.06815108695,824.383839631541,24850.1761224285,10805.3869231881,519.724458583094,4982.81108392524 -3718,3701.44828733644,53890.7812741518,2263.57132597607,748.269749150795,20557.5975225554,8525.44974421154,515.879890798174,3865.44808733063 -3719,3689.85233793524,50281.2255215309,2957.15326715375,846.096413812061,20817.5171379663,7972.87919755175,620.464710372885,3449.77486558512 -3720,3804.16881321534,48221.2948557732,3135.47969738728,886.850523763772,21415.8093688593,8114.77607585624,661.157779294852,3497.26946842628 -3721,3966.45075858008,47178.8575750806,3411.94443956598,951.169333001146,22298.4037254637,8291.48063899238,719.171436601038,3549.55557290912 -3722,4658.3734925626,47249.5312907346,4113.31436479173,1138.9601268357,26168.8020820269,9607.49496487309,864.958353652845,4105.15704292886 -3723,6245.97107480554,48263.9069030758,5136.74979026908,1459.68323458082,34859.6286769643,13136.1968119567,1075.76770198588,5682.72909522091 -3724,8417.66673897389,51383.9433036431,6476.72479794031,1888.28987287847,47294.5762544877,18342.9424461515,1348.66137277697,8011.77173005363 -3725,9007.63731845323,59704.73309819,6690.53374780999,1979.40090716214,50938.4307074917,20091.6956932359,1389.17876719178,8829.01372725497 -3726,8217.30629111037,66192.1638537064,6053.96938566064,1793.78271931839,46349.9750629647,18381.4733059321,1266.49402761867,8102.65317523862 -3727,7592.52464002975,69609.4454958409,5576.67546689356,1652.30615853423,43062.5411886984,17143.8956236136,1166.9250481209,7544.70464353366 -3728,7058.30128658401,70612.3885019546,5074.02030556097,1519.04721123849,39797.9713878143,15906.6244013053,1058.00113603546,7033.50657878502 -3729,6536.4737228626,72181.7606252934,4642.01604466761,1394.7972258681,36974.5559643234,14872.2503100012,969.241292605544,6579.00546624977 -3730,6157.28592608131,73865.457802768,4327.12211612407,1308.67197375301,34775.7669592657,13998.8321381169,898.145326941078,6205.44345331238 -3731,5866.11008724116,72970.6039020867,4034.22674921745,1226.9376267726,33154.7469700553,13473.3695115764,842.207525188455,5977.68743881762 -3732,5511.06632396626,72221.2546982443,3775.18295820781,1149.40768580961,31412.7285346514,12830.9147743298,787.672582823551,5687.74606523456 -3733,5347.12007755713,70873.2576449226,3660.80620217472,1113.0267436327,30421.9136323531,12431.8621463677,766.946265820239,5508.78033962067 -3734,5212.97855931633,69575.1479796002,3552.39052733272,1080.14927042429,29886.4757794051,12285.3266826639,745.700984928536,5436.03159918763 -3735,5284.3362251102,67992.2647684893,3572.47122636086,1090.71595812047,30347.5150946568,12499.7974839704,747.871469033989,5535.41456568145 -3736,5483.06917454912,67282.4097384119,3664.94760668559,1124.77646740252,31506.1884457346,13022.5802873369,765.83535172127,5774.73548875236 -3737,5921.81402474784,66510.1955237423,3953.94265565331,1214.50174597964,34002.3137799056,14044.7981761283,825.354556600143,6229.32204872764 -3738,6121.76187931156,65323.292938204,3944.97509000384,1231.97386499991,35205.7047299269,14699.9707468607,819.010719157862,6550.55578224433 -3739,6178.4777224737,62886.0892913561,3878.23987139344,1223.6534630014,35460.6346199581,14914.8566798621,806.155429399222,6662.85736955372 -3740,5728.86614814147,60858.3774586668,3422.15062468239,1105.26852204611,32797.1395061652,13960.1808849454,708.040653381647,6276.31840490593 -3741,4668.54877651839,58879.5136219835,2711.32408149801,886.95595426468,26646.8191073606,11415.0348148517,560.62385834248,5148.90644491019 -3742,3914.25685776559,53838.815303794,2666.79271042336,810.18300595676,22178.1674569023,9042.73271378376,559.491302013808,3992.52126907501 -3743,3654.44806840539,49850.9473797176,2891.06259976688,829.378712000062,20336.9518738196,7651.25208237004,579.603140276272,3292.92105997889 -3744,3654.13966648975,47776.4661333807,2924.32197190948,834.824363552691,20297.6933180776,7612.62560626241,584.645774603431,3276.25714131564 -3745,3771.04065767153,46760.0119386809,3143.34223474023,886.008860999844,20947.464672583,7703.19902243189,632.083116218578,3289.83849450114 -3746,4375.23938029685,47008.409285056,3706.56945830186,1044.94767960787,24314.5132369511,8845.65517827284,754.292046815432,3782.93695142431 -3747,5865.5818795165,48233.766652366,4553.59457661103,1330.98046116158,32358.3155863017,12187.3617516055,934.089263970811,5328.69893784849 -3748,8086.64610528565,51034.7319909042,5968.21363082261,1770.343439765,44881.4130109649,17294.0406685529,1211.94896165109,7576.72991030114 -3749,8842.8546458711,59204.820531902,6307.61538072003,1909.26842252236,49305.3858605657,19171.8820644817,1298.66065631967,8462.12082739551 -3750,8152.58978714124,65914.6655478007,5859.79724239306,1757.6005118195,45281.399493874,17687.7952695877,1184.41591864636,7815.8347750938 -3751,7501.83014487237,69282.0599027499,5377.37938114393,1610.85813491185,41880.5457227501,16379.406983217,1082.9064692126,7203.22381802526 -3752,6961.27642680141,70297.4748062704,4861.80665151149,1475.2204510018,38665.623953007,15253.2979121136,982.921708595095,6763.43673982086 -3753,6379.82930225508,71726.5387894804,4384.1864549471,1334.43278299215,35537.9521268711,14125.9701723298,879.090621021407,6256.66873225434 -3754,6155.5306418806,72915.5199573772,4272.25869499855,1296.41128654791,34256.9865563618,13552.9137325757,859.717033036423,5995.68252142114 -3755,5820.75987316561,71814.8808584375,3917.64801684277,1202.12032172534,32365.2846144949,12955.9453637984,784.81232470561,5756.00471281949 -3756,5409.7573251858,70366.069838752,3621.96135642694,1108.89399641989,30331.8167070386,12183.5643757827,718.599548790965,5379.8384631743 -3757,5246.11670920551,68635.6033484438,3503.90785426792,1073.0305552958,29340.0533370346,11806.4402284255,693.388143926159,5222.35831202752 -3758,5098.75899712138,67119.236587456,3413.60153819358,1037.85187262431,28716.0575286769,11577.4494855227,666.320135257812,5082.10664677711 -3759,5211.91047562984,65605.9878008199,3464.15475884668,1060.23464347435,29393.5299582812,11845.7710447424,682.507692719178,5209.37535018409 -3760,5437.42805798004,64930.4302869832,3557.37858540872,1101.3174160794,30664.7947259757,12383.4396565882,709.044990762086,5468.30297344155 -3761,5930.81822121666,63845.380958988,3904.71010569883,1206.81461699043,33417.4998418851,13457.0079281452,780.433520352996,5942.30676945053 -3762,6067.65730495599,62610.6696686229,3806.30471390989,1203.7128683178,34256.4559599676,13985.1342255783,764.244196120643,6213.93810711467 -3763,6167.51613390262,59929.2260417448,3795.06418857447,1208.93363196633,34726.0275676532,14273.9809203298,759.135885504425,6363.77961038143 -3764,5695.49126905559,57974.2666078818,3313.01264731127,1082.91351391203,31994.9687148192,13371.1032090966,662.07091671233,6014.08289318336 -3765,4626.80147206363,56668.8816018628,2607.60149310164,863.641674395546,25914.228984869,10940.3424139012,518.431231917798,4944.89824043889 -3766,3882.53433285134,52447.1668111765,2604.35217454484,794.001607285939,21617.3043262329,8674.93017522777,514.65058125067,3826.52646381817 -3767,2679.06781225615,48480.0853155687,1913.35190258041,587.129366709952,14711.9275730251,5542.61619691716,388.431747168723,2446.30675174421 -3768,2608.35035541132,45843.3324191657,1836.81346851466,567.331588077278,14321.1508211471,5429.01844817792,372.737535161906,2406.75265662339 -3769,2742.16750050027,44458.9591664308,2076.49967841052,623.546730609286,15040.1846465097,5536.51684087967,422.435873183493,2424.17197126185 -3770,3240.65238868132,43862.3898993099,2573.67925373054,760.191866751398,17749.9634764071,6405.01214081254,524.448251227804,2788.10720729048 -3771,4319.25486231441,43731.4356822363,3010.99811496455,933.34703476644,23721.6003550377,9024.86491896968,610.766417265298,4003.22120366769 -3772,6151.01978241731,43193.0683341766,4169.64680202108,1306.28022747865,33804.4131972978,12988.6879732405,844.871746366987,5778.17996382471 -3773,6645.69269075338,45829.8212305796,4442.64813471242,1401.13651763973,36517.6747073446,14113.6062819033,899.801488390846,6303.78485266522 -3774,6104.47623764423,50178.3329728086,3961.87729023555,1268.23225276423,33527.768342509,13119.4241848311,801.71266334824,5914.11518719706 -3775,5502.15496022462,54975.830602147,3555.63941688516,1139.08302947918,30232.4423695338,11838.1525166461,719.31805031245,5329.22568175057 -3776,5426.5154998208,58245.5288642702,3522.65853984206,1126.5589093192,29814.423360689,11657.472839948,712.77879530961,5246.42579709442 -3777,4813.82401357454,60110.0676468176,2985.22317252561,973.031022924371,26465.7141511416,10504.7115989818,602.91931126189,4752.62375938738 -3778,4632.32293954963,60526.8346000448,2900.07138930167,940.909624577881,25469.8710873039,10074.2443686761,585.917248254505,4547.48059008692 -3779,4294.57627712243,59181.9555210748,2512.37108842468,839.254126386608,23633.7476204848,9546.77358399491,506.138337219851,4342.1134913274 -3780,4212.26278190769,57049.2724564907,2647.25096099347,857.315418215362,23161.9695955926,9148.46712136461,534.911059232349,4126.03777900575 -3781,4048.32778244588,55252.2895160595,2481.44143453687,812.403721258736,22264.977861936,8866.76393974696,500.906933217579,4012.76110552164 -3782,3869.01391849515,54514.3728176307,2377.61689607529,777.236853088609,21281.62304409,8466.02120940833,479.981317208489,3827.1749484046 -3783,3806.93168705769,53884.5453254484,2270.40292959896,751.654235783019,20949.6812670777,8410.3405365761,457.747850198832,3813.4996288887 -3784,3890.42901101496,53915.7249681514,2260.03691607745,756.720811541057,21417.0450475241,8664.93361794885,455.132148197696,3938.58777239367 -3785,4184.58670763518,53761.9057402506,2410.36003326304,809.969643822785,23041.0186093261,9343.9464572917,485.212721210762,4250.09122973168 -3786,4284.23572286294,52843.147436749,2356.87146665099,808.344616581569,23605.7601994464,9696.63282607124,473.442062205649,4429.66770585684 -3787,4526.94338067438,50598.2179003875,2493.42764592812,854.721668109534,24940.7221177202,10242.3029754098,500.906933217579,4678.27401867369 -3788,4288.20778136532,49355.1920789605,2244.82736718241,788.272204221968,23634.4651571192,9842.1213445236,449.900744195423,4521.89977727301 -3789,3577.86335054788,49225.2772538801,1829.24825063934,649.787931805835,19722.1357606915,8264.43876369316,366.198280159065,3807.36779791124 -3790,3072.90524875981,46085.4938168374,1892.01427439264,616.448553562227,16914.3515814497,6712.66544029348,381.892492165882,3020.05300783005 -3791,2252.50070806425,42399.0283998591,1717.63556722177,516.253888879797,12465.6548337682,4584.26143871986,354.302848023937,1981.87561426385 -3792,2480.23866984961,39994.0436868935,1995.20986931147,588.546375061606,13698.1179086349,4930.84543176567,411.338921290575,2113.72805395546 -3793,2765.26225026094,38241.7514769374,2385.46002557574,686.898081055606,15236.7125392374,5301.40788710845,495.51851353762,2239.4959712573 -3794,3411.15457032586,37451.8688081508,3099.51556354747,877.989547244241,18757.564069166,6339.15451889479,642.457583078414,2653.72739116797 -3795,4428.13463847525,36974.821353504,3697.49234498483,1076.48818755661,24435.6031111145,8619.21992981406,759.102531433153,3669.67230470419 -3796,4352.02369009775,36169.3489137729,2844.53720066441,907.576628258181,24197.6553648418,9392.2479337339,578.675138453203,4163.28458847246 -3797,4803.27152333649,37358.3300816697,3180.95386774384,1012.43445897101,26687.3912219956,10252.9432336073,651.909389695358,4568.05656755794 -3798,4104.48549702878,40531.3717437739,2426.36243320502,810.631120613325,22839.4948122404,9185.99015504971,492.026311123302,4150.42671119411 -3799,3750.26566258564,44915.2202934229,2243.66750147708,744.866402849754,20873.8737907316,8355.48707884571,453.922917788856,3763.14662107376 -3800,3688.85753044678,47857.533063269,2202.94553562618,731.925932062208,20530.7019470791,8231.44646862493,446.660546031798,3707.10077632531 -3801,3367.49262394483,49853.0260628901,1961.97934636854,658.635404084408,18752.6827243011,7575.65342959962,397.197544738037,3418.54254322824 -3802,3259.76258567348,51661.4415087348,1925.22812502569,642.08070342976,18150.4281707779,7303.32973278077,390.985373716195,3286.3538654286 -3803,3170.06892454089,50798.8065419359,1832.98471917289,616.759989019411,17659.6167001837,7153.47080641146,370.528259403209,3224.35563829338 -3804,2959.76499474206,48857.358195845,1757.79628151235,584.435689051375,16482.4314260974,6626.18034178398,354.78978172412,2976.15551928511 -3805,2887.82225085725,47632.000828535,1682.60979401392,564.218497664706,16083.256544875,6509.2928589721,341.108105468008,2929.95630813645 -3806,2784.01826530665,46742.3435853779,1654.43904301005,549.901479598976,15503.8980799938,6228.59344571487,333.992900497011,2797.33398358325 -3807,2917.31920270769,46362.9920219291,1796.15432073925,588.038987005321,16234.6384535925,6446.85370411166,362.569987174209,2884.097122853 -3808,3036.55012163066,46970.9937944636,1849.49331943585,608.214794857341,16900.8264145447,6735.12723948491,374.625495605467,3015.6862274549 -3809,3197.96475805178,47979.1334581015,1889.61775657193,629.735474848135,17811.9082331553,7153.19299206045,384.358935739928,3216.2126751836 -3810,3475.35609991917,47849.2185322071,2108.14358463164,694.572850701723,19350.2926397138,7704.8647999752,426.410565196025,3454.13418779616 -3811,3715.28790693769,46949.1680748157,2273.04656398901,746.125287451213,20678.6675727645,8219.88721219338,460.845522631791,3679.64042292467 -3812,3401.9395578864,46638.4116446624,1924.01224538692,653.918922936608,18963.0712711812,7710.41254982597,389.728039503767,3486.6231530723 -3813,2897.46441894922,47225.6269887281,1633.49393530406,555.853530083375,16148.5952107226,6588.39494985081,330.709664854454,2977.73967148915 -3814,2349.4384212208,44406.993196073,1471.81091082,477.400289809587,13075.1164608612,5161.9685204405,300.13574344543,2294.27336785583 -3815,2031.8929407444,41359.7091943322,1517.07177608572,461.811419762712,11117.0413090589,4101.64944237828,323.875893155584,1814.11771238923 -3816,2239.56111157504,39334.0759440013,1746.13561172236,523.947634062714,12216.3463133862,4439.71031503868,370.799340493994,1952.4326439127 -3817,2549.91849973361,38112.8758422223,2131.19081468658,623.253687714956,13874.9764497491,4863.88655301667,460.372561115633,2124.64005920328 -3818,3050.70096977685,37604.6487448724,2730.10816313354,780.015158179518,16686.9380485447,5628.95357310222,584.635164231775,2401.54860563444 -3819,3844.0790117829,37487.2057163848,3169.72231801225,931.400422374829,21121.2984290321,7453.69952434456,663.470400077066,3199.63326572447 -3820,3696.81356395296,37272.0665950712,2435.45767865654,776.377142467243,20512.2219838241,7891.32867513292,505.364280720476,3485.67208197194 -3821,3948.03410209222,38544.1933760287,2795.85080395273,863.968374822226,22238.3446899305,8197.16982364623,592.967946194639,3568.88027492171 -3822,3515.13096982914,41659.0331190718,2082.38788579032,697.672138446426,19466.953216115,7793.75639619886,431.374020230555,3530.82324901453 -3823,3176.44068814149,45721.7320243332,1905.36516668101,634.056786929311,17625.817751684,7021.283241002,391.541840139192,3157.67100685409 -3824,3170.52360049025,48901.0096351408,1887.12919402058,630.418646773244,17536.004398315,7015.01225371788,390.419237140937,3171.31374424769 -3825,2902.11067728474,51149.057145854,1678.03499423172,567.542555707093,16035.6138451818,6476.72151468175,346.332296701345,2936.26982797686 -3826,2841.14914709939,52995.9273734705,1663.15245563032,559.22382574989,15669.6868087402,6306.23551334486,346.135558365631,2861.66285610674 -3827,2746.94818981703,52517.8405268304,1561.02560711033,532.245598031191,15150.3757324223,6163.76013101514,320.90047493708,2801.68350927492 -3828,2553.77419355576,50868.4409664106,1481.34168202329,500.648288931701,14078.6237580583,5701.17903794459,302.225356659632,2580.4251175756 -3829,2547.98706559674,49565.134643564,1446.89898292702,493.48707719997,13988.4637937751,5705.32292584672,299.763412725287,2602.83543550618 -3830,2395.53847220521,49141.0923496401,1395.22342405364,470.630987642677,13220.7423356575,5342.22567281401,284.850666009198,2415.97412747441 -3831,2480.30014079636,49021.5706379801,1505.21413842203,498.558135369068,13719.8520584451,5466.33069214856,306.204466158827,2451.02402242616 -3832,2620.50908058021,50149.232013278,1573.85940577241,523.362679036911,14463.4034144692,5779.5657593514,324.032632287054,2605.01774754649 -3833,2773.74958583778,51305.9943481065,1642.7887966805,548.731373543109,15341.561290243,6130.24593578699,343.653614829165,2772.52383268922 -3834,2940.39224885439,51355.8816352918,1785.67694054848,590.309664470203,16323.2980774484,6472.417322662,366.326756312762,2897.70321004294 -3835,3186.65127989868,50689.6780445102,1940.06320938507,640.994769863535,17632.9308514181,6998.43223824009,400.524835915563,3145.25485174068 -3836,2917.98228983969,50016.199113032,1658.49856948525,564.105868086825,16176.3248663233,6540.39793171189,344.067091102715,2963.65493129366 -3837,2530.33967953585,50405.943890715,1405.70000013812,483.975852426624,13945.4222065495,5707.41953604002,291.07606740007,2605.82548677966 -3838,2076.60711359442,46990.7408309391,1280.3743485965,420.228116721286,11420.4067422898,4521.64933948682,268.441839225548,2038.66687983472 -3839,1734.98261853635,44013.091253673,1256.63147417473,388.279488028147,9414.55567390917,3520.42820277542,270.256405007384,1572.89476160353 -3840,1787.17133063927,42188.0466448904,1290.92419697438,399.411636683479,9701.24994466002,3635.76198748453,277.342447826984,1628.65289256951 -3841,1800.32334672238,41432.4614923446,1328.65004836593,408.244793399824,9780.10900620537,3626.73259452903,287.289809100525,1617.0753153533 -3842,2155.76537358989,41600.8313008247,1766.94953244568,522.24569719358,11693.8388708128,4132.61690378779,381.551349458635,1809.5104998317 -3843,3364.14619996024,42921.8059769743,2746.2263069819,809.094178913195,18235.1770399481,6472.5968242795,585.275080522127,2836.46281592138 -3844,4139.95050714945,46421.1939409903,3190.34686063946,961.308316216333,22426.177421778,8154.38922658274,683.773935943519,3595.72249983838 -3845,3989.88927307984,56082.7055489763,3202.32529915272,953.870554759651,21541.1701363024,7676.66117388041,689.326004575175,3364.06169280994 -3846,3632.03034286785,64086.5030654805,2461.99539439922,784.660342593706,19647.9450958734,7556.07439038133,530.370839367853,3428.50102574578 -3847,3327.53454887838,68634.5640572645,2298.01052899616,725.726818866425,18003.7510382457,6866.92574191066,494.502184030713,3099.03268661806 -3848,3314.27155597055,70704.8879372565,2268.74832451952,718.26667937129,17937.9275191047,6872.50563505697,486.3933017028,3108.34274724103 -3849,3096.06288459009,72898.8908952535,2102.45518364472,666.904318079714,16760.381090965,6442.0377172395,449.471470411389,2914.83587591251 -3850,2963.17440885695,74689.6378869813,1992.00531881328,634.726521046494,16048.2118147116,6187.37934645223,427.044545414247,2801.07196462739 -3851,2659.4989666001,74027.5915617306,1633.27639879625,540.976349672716,14400.3271058108,5731.87999769375,350.449459761793,2624.58594945298 -3852,2436.82069277211,73520.40375556,1491.74431118801,494.753895106636,13198.7731220559,5255.71833005793,320.583334844023,2405.26428680904 -3853,2404.72212343432,72627.6285380512,1429.02291075228,479.380483928967,13031.4804238007,5241.49834855398,305.924155622339,2406.02085491911 -3854,2166.57013252682,71465.6696465125,1270.30273124442,429.471079675225,11730.4573616703,4736.35120694224,272.983786979869,2178.07230324758 -3855,2205.30615763648,69637.5070633783,1329.09399210497,443.852485924114,11936.5685631469,4775.52559240234,285.652234877082,2187.40427457759 -3856,2307.18120751086,68822.6808014061,1364.6180469206,459.395676657101,12493.1447119888,5027.24576116207,293.407960103967,2306.8070054736 -3857,2564.06813385832,67812.4625554097,1593.84621022562,524.609390984734,13878.1756282838,5496.82438704989,341.573590339908,2508.33190930159 -3858,2674.3854211348,66366.7694092619,1674.8800496286,549.557796675759,14466.9214505737,5714.61017620753,358.838235601193,2604.46593427555 -3859,2651.74143201385,63504.4842781249,1521.30691577635,518.86542408377,14347.831459739,5829.71279346696,326.165739921637,2683.22310254295 -3860,2567.06631740915,61091.1849332834,1469.56621374278,501.17517739695,13881.9861344792,5647.58055360472,313.59459671111,2600.36185040183 -3861,2150.06614914866,58761.0312015027,1133.24127084999,401.392900578324,11635.8249322039,4852.12714310051,241.376487803157,2255.18599617362 -3862,1745.71609025077,54115.2742177065,1016.78836587661,343.415367782436,9463.39028478559,3824.30373984585,217.543229750715,1752.50880393685 -3863,1745.8527697087,51025.3781686631,1276.87783231776,393.413720351363,9623.43163657912,3623.24122795334,274.627713979402,1605.98304910235 -3864,1798.53601158228,48876.0659411412,1311.73240703771,404.702622216346,9918.06151834333,3742.66458316214,281.843359983487,1663.06374113617 -3865,1811.89071791628,47671.4949014859,1350.00356661789,413.645472865419,9993.27286204668,3731.3646751729,291.857936827969,1650.53255032299 -3866,2171.06917272216,47841.9432923245,1795.01281874673,529.347344998512,11920.0018717753,4241.06720570203,387.719070571804,1842.98175802637 -3867,3388.6130779629,48450.9843560381,2789.94218315764,820.364253080872,18598.682856661,6646.30293558013,595.168893189262,2890.51696442564 -3868,4166.86680834212,51263.3821999899,3241.39208453164,974.25656893875,22891.0079842704,8379.52014606619,695.047345568221,3667.01303941249 -3869,4015.28740123813,59556.1104269994,3253.21006495843,966.497990131662,21948.3676283488,7873.09978615492,700.584295780317,3424.83669149067 -3870,3652.32775899867,66560.0828109276,2501.85899064891,794.504267852186,20093.3777019889,7780.21997464652,538.848240129035,3501.17520789 -3871,3346.39721513245,70431.5469976957,2335.16040548737,734.945151277047,18407.3701325974,7068.68078972419,502.45188167857,3164.32225938913 -3872,3333.31733278725,71758.7576225488,2305.48895079884,727.451192356375,18347.1099308113,7077.20089976159,494.305520575445,3174.78840084607 -3873,3113.86593894464,73724.11037146,2136.55813347536,675.475898505115,17147.9619288356,6635.8118970683,456.846445773632,2977.93600695869 -3874,2979.94846029608,75346.4876555218,2024.35301143366,642.836953867999,16421.983728322,6374.46688558912,433.97433442337,2862.11196684122 -3875,2672.97461174737,74576.3521240247,1660.0916551161,547.634075902546,14756.9440103909,5912.87950921278,356.054162943427,2684.52516976177 -3876,2449.0524148833,73598.3527110966,1516.24827162627,500.832051784593,13526.3672538728,5421.86564728328,325.678732893391,2460.31610426848 -3877,2416.64584641168,72396.899645793,1452.61239446714,485.273577419355,13364.4478912714,5410.6464392871,310.831159708861,2462.38250119061 -3878,2176.81507551583,71081.1215263536,1291.28342751838,434.644220269366,12028.7579964828,4888.51844391919,277.298036339128,2228.78077108436 -3879,2215.95138357424,69116.8081694356,1350.96272925516,449.246216834441,12234.1398675197,4926.79373957728,290.182633807618,2237.64689921875 -3880,2318.11121815236,67883.1361702497,1387.13297516666,464.949256633959,12809.097676857,5188.05752417176,298.041322215054,2360.3647548574 -3881,2576.98377941513,66981.0071304998,1619.97836956406,531.100144757491,14218.4094166756,5668.85668442536,347.068453944307,2565.24340183709 -3882,2687.79582088432,65740.0599922452,1702.30687932127,556.353953673166,14818.2292739056,5892.1397472601,364.623590766188,2663.12201632034 -3883,2663.72578644254,62786.3146161716,1546.50996946658,525.063630644158,14716.6304158516,6018.09036466364,331.347684357796,2746.22284957656 -3884,2578.68253999772,60519.5593601622,1493.9277695977,507.18808404678,14240.0038468477,5830.43659332562,318.659392381949,2661.57251977534 -3885,2159.20780155841,58769.3458333785,1152.26200828707,406.090983521181,11952.5609176961,5015.27362803652,245.250696040379,2310.30086135445 -3886,1754.03966547823,54135.021254182,1033.63202523379,347.633342167525,9708.99475020815,3948.85090209191,221.02819564308,1794.21472356413 -3887,2060.55119660812,50672.0095903932,1528.70490614082,467.350452189404,11380.6753961555,4227.91952558289,316.082017963024,1831.38303005539 -3888,2093.60389030449,48523.7367548646,1554.27512995737,474.466816707871,11515.5723666058,4291.05762918816,321.82813162807,1862.13307317387 -3889,2180.9448772447,47058.2965722413,1695.54830078387,512.261962035596,11929.4745980555,4346.67137308787,349.346346595068,1857.4965494507 -3890,2578.20290796876,47160.1498297844,2153.44950834142,632.641981527887,14226.760419665,5002.94892490595,446.883884817008,2128.69849189918 -3891,3665.89533573142,47836.7467356143,2904.56520699691,852.267350262271,20464.1326899712,7432.7406871809,612.084652687065,3244.55131818597 -3892,4849.8670389355,50605.4931402702,3667.56516578454,1108.30119850188,27185.4382861071,9973.53860752122,763.501165266209,4346.02245525241 -3893,4951.88411823646,58456.5107200528,3798.58627015608,1152.08157383355,28251.4687830216,10193.5403407222,787.784903889059,4450.95110456811 -3894,4502.65719278363,64948.0986402863,3104.0201327633,985.4332558448,25145.1471349248,9564.8267142025,637.457233777073,4219.5990237511 -3895,4096.50639616635,68520.2389023147,2850.7051124497,899.484852213078,22924.1585244581,8679.9794122756,586.611443898748,3822.94659278207 -3896,3973.50245927471,69707.141487853,2717.97883306822,859.373030511042,22206.4831475636,8491.76393536323,561.243446741022,3758.4369449596 -3897,3646.5129446967,71774.3474943073,2453.51368085379,777.935229643629,20378.4379586648,7851.92670094484,507.895169172038,3487.73520906011 -3898,3546.08973394193,73252.2593727094,2402.92810455784,762.131893213865,19757.1774558503,7586.81288870111,495.643504297738,3352.59246354974 -3899,3254.34478754903,72864.5933790127,2054.88000081703,673.621324782336,18124.9988645396,7123.03587533896,420.674103442918,3165.6799372392 -3900,3003.30984917824,72021.7054486892,1909.05990931164,625.019115043538,16701.3396646255,6545.88753721714,390.191335341001,2901.21895482017 -3901,2899.24006599603,71142.4413189525,1781.77519278271,589.322796366674,16078.5234878296,6391.21666098432,364.786739662318,2847.31252465651 -3902,2697.387101203,70146.7735527214,1651.52809166984,550.121094163268,15030.4011282489,5955.83065544289,336.426740478955,2649.59310929547 -3903,2749.96166461385,68321.7289439388,1712.23615156194,566.145547229696,15367.0391836918,6046.31653043819,349.337196964828,2686.7721647284 -3904,2881.52797214974,67451.8187372572,1778.11599744098,590.404606859469,16065.7715755974,6343.23890431078,362.220204559983,2817.2993017287 -3905,3137.36911007155,66481.0945642118,1973.55316763202,646.951772702422,17570.3582126501,6895.3444905561,404.574918764094,3068.2447748883 -3906,3285.16446564504,65414.7529815127,2061.93564327361,676.623047197515,18473.0756791051,7241.37033351265,422.860919773148,3226.73215549318 -3907,3306.09424757789,62773.8428195788,1951.37219496382,659.438027602745,18536.5301374107,7409.50656008625,397.355678161829,3313.2882231612 -3908,3140.04546975965,60601.6655812298,1800.57148015969,613.710549666076,17674.2243942377,7128.47629447127,368.039515266945,3211.04420120044 -3909,2612.44933685047,59094.6527432971,1412.02952215771,494.139012725276,14601.4094242774,6012.68818262008,287.388048158755,2718.50236481564 -3910,2119.09662645179,55146.2788921716,1272.92494904914,424.312136137268,11798.6659454645,4708.97168746783,260.148906031227,2093.93820174893 -3911,2528.84857351671,51136.5852484472,1846.7720018309,572.063797314308,13978.1328535553,5145.21614811967,375.890413470476,2253.22353859273 -3912,2517.21909790836,48410.450891094,1840.27257604721,570.355927641064,13907.1948346849,5120.72259074028,374.611874649148,2247.05001294699 -3913,2609.57686339947,47164.3071961293,2018.56467847182,612.257326435147,14396.0915581866,5175.20356375035,411.689500467664,2246.0419042235 -3914,3095.35843099247,47202.761977901,2503.69125909047,747.850807187089,17042.5268623263,6008.70343394213,511.415528531259,2591.05551729678 -3915,4337.83525321621,48039.4139595211,3220.39656610675,991.939024311639,23957.7698422171,8764.16951925462,655.89041534134,3832.63772511666 -3916,5833.37274822661,50609.6504058011,4076.85226038584,1284.79528657541,32281.6840864439,12089.7000232387,828.49315622064,5334.30808706594 -3917,6506.44666493353,58556.2853952374,4590.74138811301,1442.74856672353,35981.9151884259,13437.6545069415,933.333339569549,5932.28351093605 -3918,5826.46654273385,64973.0423342859,3935.92238647318,1261.71620047734,32226.5288144675,12255.7886278306,799.086763330093,5474.34015724325 -3919,5272.22723887493,68544.1432043211,3558.48820494674,1140.08549104105,29173.4157824822,11090.0631895376,722.374434050404,4945.24096139179 -3920,4997.21705516235,70150.9308182523,3284.67795115472,1063.9751179399,27670.030671452,10618.8627589804,666.118725911966,4754.54811501831 -3921,4495.94136264939,71962.4642384488,2865.79267310054,940.059274686053,24913.938098999,9660.55688204935,580.45662488298,4342.11879233462 -3922,4369.48855993685,73152.4847983388,2832.4656703723,922.113085316578,24208.7787995155,9330.18494750361,574.063930776339,4179.54463070191 -3923,4125.29079207157,72166.1708543488,2559.44061093794,848.687707463097,22879.4023779187,8946.63798571081,517.8082226379,4030.50006199369 -3924,3706.56518725049,70939.7740950456,2270.01516017467,756.765298805151,20567.62334282,8074.80022944953,458.995436856806,3642.280689187 -3925,3599.18979610336,69199.9536816824,2170.21103753035,728.549049483379,19975.5385175028,7882.08750771745,438.538815715555,3563.81036719104 -3926,3357.40085221206,67674.2330984535,1982.27650046578,671.287679042869,18646.4006611653,7402.90628080792,400.182651075711,3352.66842544391 -3927,3487.42438338168,66527.8638770454,2106.89284897981,706.261485589365,19359.1177089277,7630.91050257382,425.753427502274,3445.57924177843 -3928,3723.58450371662,65987.4179466272,2288.72439128095,761.435098292077,20661.7598396733,8099.75545258895,462.83105332079,3648.49514350966 -3929,4087.09918041332,65170.5130014825,2540.47541535174,841.075473483757,22674.8729661644,8856.21759665585,513.972606173916,3982.98268617478 -3930,4223.4211186489,63308.0529021075,2549.95887334743,854.672929908404,23449.6790752564,9242.24815397266,515.251144995244,4170.57576111053 -3931,4303.61204475667,60580.879253575,2509.4493507691,853.934973235873,23912.3109528459,9524.68813662323,506.301373245947,4315.07627055963 -3932,4017.48733146807,58077.1591566041,2204.90133809068,771.41509879076,22346.4079294354,9059.07999918118,443.652971000868,4135.36880677376 -3933,3271.95018622199,56425.6809130118,1707.0306610992,611.608121801885,18215.7630238238,7485.8540598011,342.648404115944,3436.24754782219 -3934,2687.35336802384,52803.653363798,1601.99877264344,538.854560730082,14934.8884360169,5901.51944746776,323.470321796022,2657.60287399131 -3935,2976.88507687516,49291.7936031892,2086.31979091134,667.968443563247,16446.6133279511,6228.33394230619,437.949573053852,2743.87142706521 -3936,2950.90705202088,46689.3382230269,2078.68170739253,667.494209636384,16277.0982649995,6172.6223584165,431.047632988259,2709.28016597482 -3937,3065.27017108745,44821.6815669418,2278.57025700831,714.389293708877,16898.9369153726,6249.79941767756,478.320434277276,2727.56525449447 -3938,3608.17114537897,44177.3036958081,2786.23818742967,860.784158906253,19896.3178364322,7228.07321451167,588.360414572193,3145.15951363579 -3939,4737.08978048882,43888.3728844888,3243.85981471406,1047.30738438488,25974.3165732292,9959.11688379758,683.445652346715,4424.58391257759 -3940,6595.54389416227,43556.8300258668,4271.55305750315,1401.58327559318,36357.8123302651,14166.9579338973,913.860355513409,6374.16641053425 -3941,7177.78405207654,46041.8423775416,4577.13291645142,1514.09591092882,39783.6721025142,15568.598219323,976.519607480012,7018.66378303822 -3942,6662.36712104317,50062.9685266795,4202.70580002176,1404.2934773339,36760.9881629586,14520.2705240929,887.456343070007,6567.40446422766 -3943,6032.12321295874,54462.406847273,3777.36996091763,1265.3750740195,33461.5146577741,13211.1989248233,796.738916117366,5963.86354128853 -3944,5865.85093569291,57816.2900136361,3668.46627100802,1226.87047979837,32344.5312106265,12799.5606805093,779.393228345727,5802.10121363188 -3945,5290.3131061808,59860.6310092632,3215.14953538949,1092.35096749362,29264.9915021389,11697.8477417064,674.206730549529,5295.53362429524 -3946,5054.45379899781,60200.4883989471,3077.62099542276,1042.56268613126,27942.3945866678,11153.413014901,648.736648326852,5052.16125048501 -3947,4656.40740107123,58727.7729764412,2644.50647044994,922.488695581669,25736.0795485711,10506.6357253784,557.407994181488,4801.76981637538 -3948,4566.60254317082,56481.8041489005,2741.6596856439,931.776679436181,25394.8397279979,10143.7366391219,582.392404727326,4608.48333707132 -3949,4403.05231260593,54638.0517948217,2602.41466182913,891.821951524389,24431.3507548268,9827.6416566297,550.074345958705,4470.25473405474 -3950,4225.51950541432,53511.429710703,2486.2611100091,853.286594312501,23603.4472433731,9475.06159761567,525.772754601825,4304.91132425723 -3951,4210.35607426569,53219.381025846,2436.1431221456,844.386914671794,23585.6350482545,9516.59991427776,510.081229372823,4315.74744796106 -3952,4380.40701781334,53758.7877658989,2528.29647947854,880.983082761078,24559.4750437586,9930.41881804832,521.7650599409,4483.02004679881 -3953,4675.56645693434,53814.9110017876,2653.7456483496,929.854832396125,26213.1446302444,10646.7204634751,550.218608041065,4822.75950544577 -3954,4776.51165877759,52703.8786886135,2582.91734978573,924.439896602342,26844.8591801236,11045.1824542291,535.101974961723,5029.29327721182 -3955,5024.25463309989,50443.3593813075,2724.19227703058,973.441111573144,28122.1584267142,11583.4897970245,565.173350561461,5278.52116895796 -3956,4725.9096539189,48829.2965274937,2435.54055242899,890.618851215511,26383.3591046782,11039.0943705756,505.372008956463,5066.86899402885 -3957,3961.12411415598,48581.9385731117,2028.51196674461,745.740591284961,22031.9357201001,9261.19166669213,417.728346444022,4250.54916482699 -3958,3443.91765658088,45883.8658841098,2140.57570617943,721.961527470194,19015.6744725184,7552.3707171917,441.742491726072,3371.66378298473 -3959,3481.32575389687,43047.5636373377,2440.10689185983,784.056688243731,18934.1332572081,7202.53964075777,552.694399855039,3257.17207336275 -3960,3634.5945055358,40753.7861049702,2708.67859207112,830.635969265565,19868.0093279684,7431.60710565143,597.491913987618,3339.81400030955 -3961,4137.29755136891,39061.7743964337,3305.94640725496,999.374431806346,22515.790034443,8108.24762259192,740.94823578038,3608.51841108555 -3962,5188.04918085564,38047.3987840924,4334.1651501281,1296.35676834326,28181.3435111932,9898.73749143913,977.796447188646,4379.48018154561 -3963,6632.03801214607,37775.0971357109,5139.31430646728,1569.62101743526,35980.4218393716,13138.8020252052,1152.40661383597,5852.84941723058 -3964,6606.49658771197,37042.3770948063,3930.64759544041,1332.91509487124,36091.6952894541,14680.9285483489,869.229971793535,6768.16823565637 -3965,7431.31644110724,38065.0672382094,4406.63231494963,1503.1755246597,40692.2303721711,16583.2913968157,975.928446417102,7682.02438078057 -3966,6569.63979953795,40699.74145144,3578.89640431171,1302.48875286977,35654.3642807698,14819.6465255052,820.61159621787,6908.62601039036 -3967,5976.01445226751,44545.2226530293,3232.70412213055,1170.49328872628,32619.4917179912,13627.9796223192,730.114175135587,6375.7574300031 -3968,5749.10184532552,47756.7190969052,3145.89081298618,1126.60259470188,31296.3874038914,13040.0701358599,707.765455495204,6077.37201561586 -3969,5400.00348754932,50336.3094662403,2891.59253397627,1060.22704803614,29336.8794886439,12255.4289646923,662.026333500945,5724.19288062314 -3970,5149.07813656553,52602.0254310705,2791.65420495061,1010.55332301638,28010.4943655923,11676.4463560768,633.575592616905,5444.31703020604 -3971,4939.24413253864,52118.7419269062,2624.96876375201,952.89099731424,26886.7296721779,11290.9690785525,590.730939155868,5267.16888070086 -3972,4796.25721615749,49983.9802799637,2588.74443416732,946.559719496272,26135.9487680742,10892.4967859995,592.055276142945,5093.91642396651 -3973,4664.76858824674,48174.5254421257,2499.88932278531,919.574381488606,25357.6248568965,10576.6886216595,574.897399788167,4939.91242572649 -3974,4635.08178566551,47310.8511841474,2495.40766000464,923.387764081727,25239.9609876971,10498.9504001707,578.235457254044,4918.235916796 -3975,4734.38300839289,47290.0647556787,2606.76190755382,940.229127414338,25908.5366483368,10753.5784907052,591.113668281265,5032.58222010908 -3976,4986.90887540351,48371.9961093223,2728.08194559975,993.792139497363,27244.0597478907,11305.9934543512,624.548672936398,5292.88618816579 -3977,5328.40622543058,49948.6433717297,2847.50104624427,1057.0907980647,29051.2359454057,12106.3273924885,659.468949237678,5671.91746507198 -3978,5597.64419023363,49962.1545603157,3017.16215800187,1093.04758765221,30699.1126990671,12847.1210163431,677.859872868646,6029.30899270974 -3979,5772.56169340379,49445.612931904,3147.53983700912,1116.71560379659,31712.1521453631,13279.5552110726,693.502047673647,6217.85442887665 -3980,5370.56959159783,49162.9180692881,2742.46757978425,1014.84809588871,29379.2824903237,12488.8990067033,613.799472191603,5864.18220313067 -3981,4508.33706524516,50378.921513543,2318.96505341402,852.596222786105,24620.1501542824,10448.0405206908,518.172067630971,4893.52727660689 -3982,3658.74646098355,47037.5102445866,2118.04009982123,739.66008719584,19889.9659769694,8110.30772132206,479.974593671073,3736.51408217507 -3983,3568.76916761745,44123.2590422779,2595.08155244075,817.53330935755,19806.2688624445,7547.70498569023,584.159775538434,3361.09548339493 -3984,3669.41627755069,42454.1123445686,2757.45798420773,855.863473040616,20358.5108232456,7679.08995537538,622.671908589365,3404.46245547587 -3985,3864.12095884017,41474.034349282,3044.24198041521,928.673346313415,21417.8417241066,7918.11019163417,688.502609098723,3483.25068913939 -3986,4477.17039279099,41805.57710709,3579.6914897653,1089.91412115319,24781.170671171,9077.55620553074,808.796462611702,3994.65450877914 -3987,5957.69384873393,43099.5296076955,4429.91640381422,1386.67728626316,32774.4403752687,12324.1416031368,997.411101918267,5494.53631631577 -3988,7952.44185667965,46482.5137335892,5468.76166611584,1765.55088731058,43987.4900053612,17085.1539615411,1226.65075515651,7689.38367626151 -3989,8546.75551340571,55769.8704356505,5651.33313897684,1856.37691690917,47505.4780329423,18763.5440171859,1264.86780133106,8491.80161764973 -3990,7640.07660966273,62760.3316309927,4983.16642080951,1641.51753812552,42460.1041811629,16938.6399233113,1118.28538232499,7698.45022375326 -3991,7118.37653672191,66763.7894268277,4641.6177023707,1527.35475716298,39738.4466540005,15891.1867641231,1041.84154311687,7203.25036967218 -3992,6607.11598463649,68418.3856447717,4222.42161412007,1402.70591231244,36700.8025257948,14735.4135132447,946.458289305197,6709.89608071046 -3993,6137.4716292465,70560.4225315969,3874.42724913285,1292.84584799569,34176.2699623238,13798.8565846278,868.259279901801,6285.93420821102 -3994,5776.53991251136,72001.9584122137,3598.45070879571,1209.74561735527,32114.986850656,12986.52950575,804.725189045426,5926.54691268848 -3995,5510.41675776847,71142.4413189525,3373.53511414662,1139.10467532403,30664.7694450889,12503.0064759362,755.343817855392,5710.92971286298 -3996,5258.33050308602,70483.5129680535,3216.9425559564,1087.8568688678,29429.1433126723,12017.9146322336,719.515245719938,5481.31933795914 -3997,5161.06934789851,69234.2511979231,3217.49871195459,1075.53110763673,28876.8712479464,11753.7887922397,722.024824722186,5346.23045718965 -3998,5001.66621886775,68211.5610545199,3059.40028718179,1031.2725310787,28138.1840632263,11546.155309832,685.645066270016,5253.29269393175 -3999,5142.09179230408,66473.8193243291,3156.49841321088,1062.65231948208,28960.4125772271,11864.9610268479,707.248548071028,5393.12174045044 -4000,5347.54447744981,65833.5987187264,3247.84062186605,1098.93175467092,30121.9357827144,12378.4246971605,727.096859676764,5632.53368732675 -4001,5786.84888307878,63461.8721300083,3518.43844725221,1190.26162770459,32575.4152286121,13369.1910043324,787.478320828056,6083.19830811414 -4002,6035.260016177,61058.9661002151,3555.15226290058,1221.83202246758,33976.7399918562,14065.4303882443,793.468999643828,6425.66473394435 -4003,6055.53351002029,59601.8405494677,3473.24802683889,1206.18808367056,34053.9876528636,14214.6710310766,774.916536302771,6511.71745700488 -4004,5603.54150631973,58240.33230756,3061.31210374857,1088.04150301776,31444.3122395529,13284.8055842156,681.012859528015,6123.98443820308 -4005,4575.50455409116,56494.2759454933,2444.88160224478,877.995225317165,25608.1473157571,10873.3813610231,543.35103283452,5028.04881038326 -4006,3768.80025053067,51929.5858915855,2327.36186635975,781.274528594651,20980.5605760501,8509.03545607943,521.104500330673,3866.32794055689 -4007,3107.07998829946,48735.7578010125,2235.66276195724,695.345393026171,17342.3843710651,6713.37853151508,512.54607467236,3012.48007173649 -4008,3136.01953085027,46857.707930693,2265.60084662043,706.49317593685,17528.3738595899,6752.77831937151,532.638352951271,3038.17391085886 -4009,3286.25158990448,45589.7385160804,2518.80177272582,766.634824784727,18315.3284344421,6896.77206421259,586.323069911288,3077.8665427177 -4010,3917.96546512976,45665.6087884445,3150.73834922058,940.501002348916,21747.769709299,8039.36386679867,719.9561688364,3566.49953918393 -4011,5410.72664874301,46699.7314372613,4032.94846066486,1234.9305218209,30089.2529932342,11462.8430523401,907.470241729256,5106.96660516449 -4012,7384.73774859364,49498.6181934409,5256.81299225364,1634.01193580698,41095.9765585074,16019.2089284654,1160.05873713093,7172.87968456851 -4013,7899.57720120622,57813.1721400984,5503.68067492827,1725.07542004087,43958.8111832722,17359.70053187,1204.856717411,7816.2994640405 -4014,6992.12897516839,64329.7037543314,4592.17302038767,1485.40599094261,39061.9300406586,15691.701370123,1047.87962248091,7151.5879731761 -4015,6390.8124886746,67909.1191554286,4195.55103232883,1356.90243716471,35737.3813184796,14390.2232792278,961.363308754897,6562.80323273386 -4016,6089.45589064235,68796.6978162272,3953.55876546356,1281.6969395938,34007.6561834647,13729.2748996507,888.739669446533,6250.67739977702 -4017,5570.55365808866,70556.2652660659,3536.86298991226,1158.82470915148,31160.6230614322,12680.8377999639,803.965482674262,5793.44233411558 -4018,5393.6385348885,72236.8444691888,3503.34155867941,1131.96051017749,30086.4002674468,12172.8646615581,771.506244827222,5530.85886232498 -4019,5000.29260401674,71359.6591234385,3038.5681479837,1014.51073189461,28022.2902914207,11546.7589646458,693.888760839049,5289.64988355516 -4020,4640.95710838377,70716.3204426701,2838.40074333123,944.961993785869,26017.5586560474,10745.8334429184,648.698266543522,4931.57371201151 -4021,4437.6801106965,69212.4254782752,2627.89703095421,890.138121199529,24936.7954116649,10368.5398743136,615.49027983927,4776.33292768036 -4022,4229.10040663755,68193.8927012169,2468.29455471581,842.889093430906,23813.1355642614,9972.11746236221,588.265484892056,4611.89190823372 -4023,4325.20508240039,66644.2677151676,2551.43263210918,865.437038079724,24325.7698922371,10171.1757726453,598.882255467844,4696.24213649788 -4024,4515.86167907922,66125.6474035834,2658.92593601539,901.52705813927,25385.3807212483,10631.2320915028,618.577988712003,4906.48304214745 -4025,4906.18844628324,65572.7295757584,2903.59556733362,981.392264532736,27565.0106094825,11523.9596447129,671.105318722158,5311.6547964769 -4026,5159.68124935508,64490.7982221149,3027.29016936402,1023.95018314679,28952.9007780591,12173.252692042,682.683219240082,5609.63132159878 -4027,5190.00140804457,62125.3075821002,2903.44346981241,1004.57181858069,29178.4078554777,12408.6603980291,662.410808030642,5737.44055237339 -4028,4901.80786401531,59519.7343284002,2639.47486875302,928.026405289129,27545.7667682463,11833.3028293053,591.52929567602,5480.46890182443 -4029,4014.89704355677,57588.6790957297,2081.72348669408,745.387551242568,22580.3232501522,9777.15936827671,466.96709738068,4537.55638783912 -4030,3251.72791402014,52931.4896065199,1879.89604074767,642.614068356161,18314.8076717795,7625.80252825808,444.383943290814,3499.36883404964 -4031,2981.86944967781,49180.586523405,2198.29302515773,680.001837139208,16723.9340592569,6338.29774535125,470.939633646437,2759.65075979703 -4032,3043.72663932468,47080.1222918893,2292.51739818829,705.951106470623,17028.912523588,6416.12217732269,485.783188135668,2775.82924908056 -4033,3171.51756208987,45841.2537359932,2513.9905433996,758.939900489396,17727.3898940184,6517.67400937512,536.651328645815,2797.83613199341 -4034,3748.46506789288,45910.8881604679,3072.35751660767,915.453416670517,20944.0935939743,7567.1324089452,662.968790755825,3248.61488361049 -4035,5136.54628002091,46878.4943591617,3872.19213195775,1186.78008780951,28553.2897901123,10742.3492732144,838.83833433945,4698.66320649977 -4036,6962.09069582732,49626.4544361628,4945.70668071147,1545.93922069608,38936.6669328223,14968.8386920702,1078.18858124698,6616.05981526835 -4037,7432.23176036625,57458.7642706493,5136.57012274138,1622.21654361369,41798.5603539248,16215.6248362847,1122.38050958824,7204.92084068113 -4038,6699.40641229217,64114.5646330178,4506.33130682051,1448.15814508747,37559.2065533375,14818.8931401077,963.26353990042,6590.64435593561 -4039,6132.93637132436,67791.676126941,4138.91543428549,1327.40815478529,34549.1831795168,13580.0840270644,882.62913628312,6013.46853144862 -4040,5795.58099435635,68880.8827204672,3815.04499955574,1234.11218674936,32491.7173846542,12905.3464805883,820.54364612444,5764.48237069436 -4041,5326.55001784338,70733.9888967871,3461.31627522204,1126.48041759528,29940.0788876287,11942.6238451433,739.587270238242,5326.53107784718 -4042,5091.94305750005,72088.2218988122,3301.64550640741,1071.60197235941,28599.0797858045,11392.5732778916,716.791021607934,5108.14347203593 -4043,4789.40810285699,71128.9302311804,2995.27006952179,990.403759552044,26899.1281428956,10881.1178837028,637.071550629578,4868.59665174729 -4044,4449.70574893562,70413.8785435788,2801.67256068533,923.229570912899,25178.3331642509,10126.4276753716,595.511740361384,4514.80204712333 -4045,4293.57194541135,69128.2406748491,2671.29319867823,887.031197822922,24246.53071129,9817.00302401076,560.695889287368,4370.31344682641 -4046,4118.39887288847,67842.6028061195,2562.83574084752,851.594868031994,23415.0092811155,9458.087477607,533.092870830404,4187.21540211828 -4047,4191.81596043067,66205.6749414785,2602.70315002031,864.186192406132,23872.8189299002,9632.90548150871,545.208390260342,4272.57926264223 -4048,4361.82949203452,65707.841058363,2685.2448763889,893.884871858189,24854.7300279553,10049.4972048877,564.604489332619,4466.23472360032 -4049,4728.39787229329,64957.4525633414,2909.704243324,968.13200190472,26928.2107872431,10887.1614805532,613.766851512049,4843.93607558206 -4050,4926.4611212019,63497.2090382423,2950.8132374229,990.578955739591,28101.3195204224,11438.3036695316,628.904208309236,5121.57190917942 -4051,4975.25734277052,60757.563492303,2874.36161747744,981.295935278635,28324.6879293797,11681.5020079414,607.69500681661,5244.05668948226 -4052,4673.33742734186,58111.4566728449,2564.58147559413,894.889358905991,26547.2235549101,11125.25266523,545.287544389032,5041.0063885932 -4053,3830.11105432427,56412.1697244257,2028.31969021616,719.7942020266,21697.1139397137,9200.87709222279,430.091514941326,4187.71941558945 -4054,3154.4949579428,52368.1785644606,1933.14576907767,645.158863670915,17750.9956876934,7226.28512956284,403.550330277283,3206.91166906707 -4055,3343.33437581334,48329.3840620196,2454.73528005609,762.605788070714,18461.2463714414,6898.93831332825,514.3717508935,2996.85021606405 -4056,3432.29886010827,46032.4884544865,2579.02235103787,797.020659948434,18903.8711141813,7001.040720089,539.539864454444,3017.45385436826 -4057,3571.97654476688,44305.13993853,2818.36525929173,854.55776081789,19671.565559788,7124.33150724785,591.283726500715,3048.02734219249 -4058,4203.61501801847,43915.3951608469,3423.44646342767,1024.93912148587,23159.7612725802,8267.10304016607,720.506893447445,3539.72334679105 -4059,5693.66084389053,43947.6140947292,4297.38008056047,1320.38833596068,31156.7087932138,11541.0950637528,903.740779768943,5037.28762451453 -4060,7699.32040455947,43788.5982093042,5457.65601389537,1712.63347885056,42385.779504825,16098.3464615969,1147.17833476703,7112.83597816084 -4061,8235.52859895837,46446.137534176,5654.81238380642,1795.98980981525,45604.9414690465,17524.3501744116,1187.94393313404,7790.99974662557 -4062,7484.81489905529,50326.9556439992,5029.20235159875,1621.93610328242,41269.9914919177,16027.7298487958,1050.99438210088,7117.35119135665 -4063,6885.91288586959,53619.5189169495,4625.07911325359,1490.96100329522,38169.8397680023,14793.9337704257,965.748399723565,6543.78513914077 -4064,6446.94130575338,56118.0424572102,4238.80726934262,1376.46153799373,35544.7454414724,13912.8594029315,886.443766927628,6210.76680708298 -4065,5952.06392783059,58071.9625998939,3859.96808367324,1261.63304608633,32902.2737177592,12929.8887498885,805.605699347086,5762.6236457166 -4066,5640.62617320202,60207.7636388297,3644.68784030476,1188.67659412722,31161.8695766366,12264.0914977146,763.309126039949,5501.70453439445 -4067,5348.10344199138,59901.1644742074,3346.67629762566,1110.44199871256,29522.9704783161,11749.2540246416,697.038307921755,5253.16344557117 -4068,5000.37366440842,58339.0675907513,3130.87042353545,1037.90476409133,27830.0298664545,11043.6370556155,651.738994897756,4922.76562547694 -4069,4842.19594689928,57047.1937733183,3007.8706003297,1003.17756142081,26881.4580875265,10703.8168258673,624.365694016188,4759.4145606357 -4070,4688.65038111209,56175.2049842782,2900.49905895434,969.800362911583,26212.3438969421,10424.4382610904,600.624132152602,4610.17760628128 -4071,4761.32364027535,55725.1797051755,2932.60236195218,980.63713670643,26671.0895733831,10615.9169446331,608.013410048787,4706.1642177596 -4072,4946.20944475729,56468.2929603144,3017.90816554692,1012.21746890597,27723.9758828656,11067.3396587424,625.982175426119,4918.04675556362 -4073,5350.755468713,56903.7677596518,3263.77372207025,1094.0408895918,29974.001684345,11968.1915170306,677.453061134493,5324.6947032945 -4074,5548.83843511533,56403.8551933639,3285.92579322016,1112.85504124714,31140.3661985817,12548.1536777173,682.848458040077,5624.94995471654 -4075,5603.83666916729,54745.1017098889,3213.9735673287,1105.37596607465,31368.1854195118,12775.5737475202,666.076021257106,5739.59152489752 -4076,5228.61758436034,53289.0154503208,2853.58917111198,1002.51548634601,29187.7937713082,12078.4636212558,591.179303257941,5479.68723580684 -4077,4273.8135324856,52473.1497963553,2258.71747834029,805.847531872803,23776.987379703,9941.5727709207,467.204356739123,4529.90015854852 -4078,3550.45974209009,48673.3987172344,2183.2653685586,730.391824362905,19625.6592091546,7837.67795015404,452.551600806976,3471.78944680044 -4079,3750.56134329229,45393.307140063,2690.15859801382,852.372385269621,20614.0435701657,7765.92506719592,590.358189371785,3414.08974619684 -4080,3750.80601306531,43509.021421854,2721.28675028634,859.147079774779,20585.2766986996,7717.18333737315,597.977131243461,3392.59574894537 -4081,3874.6594526922,42346.0231383221,2924.623236797,910.038496386712,21249.4597327218,7839.16965069281,642.84907835039,3424.81362309737 -4082,4472.66055759028,42379.2813633837,3447.43671180109,1064.85595627597,24538.3257332256,8981.02542466003,756.153387270794,3918.13912692835 -4083,5906.70679492262,43399.8928236144,4234.08230133547,1340.15896251746,32278.6508620081,12162.847678037,924.075104155701,5372.5542938245 -4084,8208.90193274303,46289.2003319235,5551.41342198299,1797.78568830042,45070.3760651575,17391.9257183805,1211.23757617906,7731.01377133385 -4085,8941.83253949296,53313.9591443204,5864.93851833516,1923.00796594762,49292.4476390898,19281.3335008482,1273.02990268297,8617.01620702245 -4086,8284.20436930974,59390.858693685,5451.37669139931,1789.36602228512,45522.2106553374,17778.2437185422,1189.49777215775,7971.13210865956 -4087,7676.17035546241,63429.65329694,5003.36526974627,1648.98676188141,42322.8158015899,16600.7194926834,1092.04316358202,7436.59669537933 -4088,7069.84884601524,65354.4724800931,4522.98383982675,1500.95805185245,38853.7461434535,15328.7125240878,985.516092410165,6894.08647525617 -4089,6517.02310028964,66974.7711817964,4079.7679534068,1366.81273219588,35885.183045756,14269.925025795,889.759731199406,6429.64894287733 -4090,6275.857676992,68238.583431692,3975.14757262941,1324.46651661291,34534.0546536027,13672.1175698468,866.65817894385,6147.64222158016 -4091,5932.30286517197,67359.3193019553,3645.68319043866,1229.92244349347,32630.8550773341,13047.2641931724,794.554004929834,5888.80063114233 -4092,5578.60775039326,65768.1215597826,3371.73631042873,1146.97436252531,30857.0348739906,12423.9927020769,735.775331483735,5607.38033994861 -4093,5400.69714266283,63972.1779105306,3262.004551877,1109.90718367053,29822.1432437023,12002.310064195,712.337280097454,5420.97729746638 -4094,5317.54081042058,62847.6345095844,3179.40130196449,1087.89201559047,29487.7472228075,11920.2823579269,696.120489791991,5379.31857367607 -4095,5415.72946080381,61685.6756180458,3225.64558613067,1104.76553442099,30075.6948642897,12174.2086161629,704.381839095052,5493.76474485554 -4096,5619.66561397748,61755.3099417065,3311.35334277529,1138.47497892749,31220.5674087468,12685.3917253132,720.568038570449,5731.97443608467 -4097,6116.84791807984,61407.1380209608,3634.31788991873,1244.56831267398,33966.5478004865,13759.744922786,790.637466088765,6211.34454315095 -4098,6250.07419989916,59921.9508018621,3542.4197420308,1237.98133179093,34765.9972062753,14301.6612998432,767.719458813605,6489.57011147881 -4099,6341.04081405342,57403.6803259398,3532.29241007669,1243.60833287169,35210.6071301786,14549.4504980245,765.592939827708,6616.72263305688 -4100,5828.80481691599,55047.5436089802,3083.69773260884,1110.84179472826,32335.7687729058,13551.254371407,666.562447207265,6200.51889112515 -4101,4723.3327864721,53732.8047807201,2427.42699883559,886.062899824264,26154.6113595067,11039.7694066399,524.541799825263,5068.69709720335 -4102,3981.00224727806,49795.8634350082,2424.52601680953,819.72870355301,21918.2163373554,8770.79236405735,529.82008690058,3943.04588993128 -4103,3717.92365266281,46207.0941108559,2598.24723665331,827.664486418344,20354.687505449,7736.89936875389,567.686546352039,3431.32208449607 -4104,3748.9795055956,43859.2719249582,2672.12233244628,845.269605220564,20511.4556103373,7737.35136253107,584.274789589599,3426.28308509191 -4105,3858.46940926976,42319.000861964,2853.66714134506,890.804793308628,21083.6635481813,7833.2745643608,624.823828614745,3454.60448436387 -4106,4535.49497260003,41915.7449965089,3447.84534063644,1066.2340295892,24756.3630473283,9092.19873809372,755.686636377715,3999.32777974761 -4107,5747.64886496485,41937.5707161568,3998.68266093313,1277.83982212417,31448.0613329011,11991.4560187847,873.647477178139,5339.50529909517 -4108,7841.34620234903,42031.1094426379,5018.89764419469,1656.86524229003,42996.9863607888,16913.5748486096,1092.98091554143,7603.02586096563 -4109,8699.74768041937,44414.2684359557,5405.86405035245,1807.69574721613,47720.24967789,18978.6582977368,1175.92213172922,8572.59375050647 -4110,8090.02713243371,48388.625171446,5105.34431873459,1698.65819439579,44336.7633148476,17559.171141925,1111.41229691649,7939.1608559171 -4111,7448.85658545838,52871.2091051003,4593.37159059356,1542.54939787557,40847.3099977176,16302.4739968899,998.980870528589,7385.80343212071 -4112,7036.72953328661,56456.8604549008,4379.70582174618,1465.4796807692,38576.1076767796,15350.3529179644,952.902417090923,6950.53240735262 -4113,6508.91543260499,58752.7166704408,3959.90579913932,1337.62445073563,35699.0788627579,14314.7943786209,860.745510215592,6497.5913140269 -4114,6159.35841903509,60090.3205095282,3739.87384005201,1263.92284678213,33786.5433200853,13553.3084780186,812.82391864042,6149.14708315169 -4115,5610.19318135023,58677.8856892559,3189.28866394528,1108.77175806243,30813.7350467952,12623.032714255,691.176801564983,5765.60013867755 -4116,5583.95061522648,56551.4385733752,3253.8127092234,1118.97152866591,30659.7608862001,12462.3486909848,705.921906665036,5677.03525238511 -4117,5374.09819893239,54761.7307720127,3126.59097275347,1075.96850635333,29508.3212731792,12000.4077408464,678.274834602437,5467.61349354031 -4118,5257.57001762795,53652.777142011,2977.25171391619,1036.64475136557,28880.0397429898,11843.1006467933,645.098348127317,5410.07298662208 -4119,5336.76261407475,53191.3194583087,2987.48655122563,1045.0518847138,29328.9550394466,12064.4397272299,646.941486264824,5513.24612134009 -4120,5676.50276576301,53750.4731340231,3215.52682228574,1118.97381837405,31186.7663475019,12783.5919736343,696.706215977503,5834.80285599565 -4121,5999.22755674485,54138.1392285337,3329.3601758114,1168.80628298896,32977.694936124,13597.466800517,720.667011765089,6216.01597536816 -4122,6141.05528865503,52853.5406509833,3226.86048037442,1161.5551295584,33782.8207458018,14153.0911520818,696.706215977503,6506.51178542016 -4123,6373.75991324799,50144.0354565678,3395.33899425823,1214.59882005719,35054.9118877292,14630.4106488702,733.568978727635,6717.99113531777 -4124,5899.81195482901,47759.8370712569,3017.44724255282,1099.96217094273,32469.8870043044,13704.0725393168,650.627762539837,6316.25164110581 -4125,4931.73964827517,47628.8828541833,2562.34983201873,927.355725110338,27133.9924560575,11404.8489933319,552.941441251986,5249.80426645428 -4126,4315.23968081548,46150.9708749672,2751.30615609957,909.056930688813,23670.6155665037,9318.22563672252,599.019894689652,4184.76568710875 -4127,3993.28753105121,42708.7455388331,2845.73488751407,904.108411213978,21663.263249015,8052.49492570137,612.188771147511,3548.26655745675 -4128,4120.76888368255,40266.345335275,3009.34699643756,948.255764022415,22341.4220640626,8219.94316112471,653.672570662871,3615.0275318175 -4129,4721.81209902285,38645.0073423925,3759.60294133686,1148.67156509414,25561.0609693589,9036.58842498949,815.478727101582,3918.92920475215 -4130,5946.53799590179,37603.6094536931,4972.87332040731,1494.55347344871,32158.1467637756,11087.6604440221,1078.56987248205,4768.14395036827 -4131,7501.43451380311,37331.3078053116,5855.97957897842,1801.35421667139,40617.6487350173,14527.5840409534,1269.00598950804,6318.22549593683 -4132,7490.93815494806,36705.6376794741,4447.90253563131,1521.4598184113,40714.9663568027,16213.4494743993,955.452344174326,7330.39671816619 -4133,8499.47668346392,37745.9961761803,5002.07578753938,1719.28375694365,46188.8764632818,18432.7546470531,1073.5405387102,8360.95218884375 -4134,7532.11580195316,40142.6663580841,4325.42677280866,1503.51602931674,40925.2669896857,16516.6155595592,917.240303703356,7519.97365203821 -4135,6880.12445421922,44128.4555989881,3815.7257668459,1346.94605522648,37398.7282945001,15222.5536481799,811.201229127195,6959.94677846322 -4136,6549.97734971246,47720.342897492,3683.92444900764,1292.38579866174,35595.6677562589,14452.9000713501,784.826456371383,6595.74178627294 -4137,6199.04703560156,50470.3816576656,3491.16240736429,1223.76538380195,33690.1442970218,13668.8982578929,739.795649674179,6236.08719317963 -4138,5892.93900236842,52983.4555768777,3319.5522540214,1163.14405689185,32028.6621343708,12989.9772553224,705.289265897766,5922.55332325765 -4139,5623.04392949743,52519.9192100029,3082.09313164425,1092.88499918655,30571.3011185212,12505.521041623,655.504373566162,5714.68141962082 -4140,5547.28554162258,50749.9585459298,3120.26286486742,1094.08491137014,30156.0932310732,12216.8406797168,661.296055857476,5573.51656218811 -4141,5379.65323080314,49337.5237256575,3041.05770089885,1063.7156883656,29244.01799821,11840.1264143343,643.635248124088,5395.44675354364 -4142,5406.89752693005,48374.0747924947,3074.22886396581,1072.86160203616,29387.4533670183,11857.7757382723,649.384559966491,5405.12058746991 -4143,5506.53353580113,48032.1387196385,3095.80670708567,1085.67173447709,29937.9149663356,12108.1546602456,657.749048675633,5525.38002495552 -4144,5816.39131454845,49043.396357628,3292.47928635769,1151.07450903024,31618.5057409406,12762.2207039085,697.7823793279,5818.69330193688 -4145,6228.18717055484,50587.8246861532,3507.78768574708,1228.46275543357,33865.4892623033,13692.4300078384,740.60036864255,6241.04884351361 -4146,6503.17490864189,50772.823556757,3534.65332973552,1258.66110809017,35364.1322514796,14442.1712457232,751.664775116254,6616.58356267905 -4147,6638.82892066203,50075.4403232723,3565.30316633421,1276.47671721065,36104.6291009718,14805.1724735771,762.411563003594,6789.04884253861 -4148,6170.72650100717,49417.5512635526,3203.5406126901,1164.25866229052,33571.6517634983,13917.1459477611,680.174454765416,6396.51760528396 -4149,5148.64166775718,50706.3071066339,2698.8169005088,976.37072255966,28007.6830644393,11591.8418152837,573.680137534165,5320.03512559714 -4150,4171.04770199226,47671.4949014859,2501.25422664411,850.915829427237,22675.9913567876,9003.67454975343,533.371558744444,4056.36985582694 -4151,3644.08741729172,44887.1587258855,2557.96287768543,817.611172899366,19791.5484007346,7348.50683025321,554.909935678876,3289.66144111941 -4152,3748.17536610872,43218.0120281762,2683.47590278232,857.989701589114,20273.4935741429,7444.42103788316,578.538768842437,3307.84854017714 -4153,3934.9076262094,42145.4344967738,2963.92660038182,930.904670039161,21299.8048007833,7630.77872788228,640.183117089009,3367.94474695052 -4154,4548.24578059728,42259.7596517236,3521.29714280872,1089.62760783734,24710.9638781337,8770.08704212463,765.480335571496,3882.17120532416 -4155,6089.05653782033,43637.8969557552,4395.30448484697,1383.05714784316,32927.2592893262,12163.6101158737,957.959941845783,5440.90130944313 -4156,8137.81485245932,47127.9309967161,5452.28372155605,1762.04586073051,44171.3610277042,16808.7667344284,1188.27778086752,7609.63614089411 -4157,8739.08026937521,56785.2853391711,5652.29200212337,1854.08415422606,47629.6361414613,18345.3418429323,1232.33833401794,8375.07603048188 -4158,7842.53691679253,63665.5787459083,4887.94101585623,1645.97566235424,42433.126834092,16555.4404412252,1053.53628032084,7554.81536693192 -4159,7291.71266781197,67540.1609070281,4539.30121159873,1534.25567752696,39568.4116426727,15371.291989279,976.557733986297,7012.48054103356 -4160,6785.284725457,69151.1056856763,4152.02378905596,1406.33727751829,36704.3588356205,14419.1662359215,895.498350989793,6595.23822563313 -4161,6301.06292159142,71083.200209526,3800.04336417791,1297.8083522747,34118.7011948914,13442.9751644969,817.924164965283,6156.41267211756 -4162,5930.67332394054,72724.285238884,3565.94691260591,1211.61650165408,32162.7998402665,12718.5392149928,771.724816266414,5840.21834173939 -4163,5669.2829236241,72227.4906469477,3300.92764088567,1144.19079447751,30630.0925294745,12218.7589112481,708.62326513657,5603.69560806698 -4164,5391.41635712285,71707.8310441842,3162.35936709699,1093.11141152081,29320.3900496898,11624.1384108073,680.625511515762,5345.6469621763 -4165,5300.31778436578,70583.287643238,3111.87530252011,1083.88193575771,28681.3286709399,11342.0395812431,663.878431128406,5185.16107336955 -4166,5125.20885666362,69495.1203408911,2963.29752984436,1040.65249633537,27868.0043264141,11032.37474983,632.173877616149,5063.22673290095 -4167,5265.37281859184,67592.1268773859,3062.86412316608,1071.92592226932,28679.0923919068,11324.8164918889,654.17091375344,5195.79343074493 -4168,5475.1897557665,66757.5534781243,3159.61489736492,1108.18458156075,29841.9043935873,11818.1399311898,675.572310200769,5431.19659245115 -4169,5926.52462514108,66328.3146274902,3429.66081839823,1199.49401510295,32304.2543599811,12792.0717635881,734.194139413637,5877.20936156229 -4170,6178.42681155065,65256.776488081,3498.25477583641,1229.81457357732,33751.9758840713,13479.0827540179,752.066018305082,6229.50953110192 -4171,6214.22445258379,62750.9778087516,3400.80648516933,1215.39566181936,33840.513826649,13669.0586781996,728.171261638175,6322.97860651859 -4172,5766.10217613385,60356.3863100203,3013.3167933383,1095.07648274335,31351.1045177431,12885.6897712167,645.85411838591,5990.42499032152 -4173,4718.73416556035,58368.1685502819,2408.06555191078,883.075299443897,25586.9605050431,10617.0000163146,515.836102967613,4941.8975494443 -4174,3878.43228500497,53665.2490394178,2279.01594130042,784.409365840452,20967.3037951837,8325.07290891541,489.514466956964,3796.7115206747 -4175,3343.70788965355,49922.6603865508,2329.2444996622,753.397210699083,18157.188498611,6687.2521756605,492.604939352187,2984.66088331853 -4176,3400.51658191216,47630.9615373558,2410.35267850354,774.610933458867,18469.1668913421,6745.67674738423,506.910151483971,3010.43983679101 -4177,3553.18662996984,46407.6827524043,2653.06953031226,837.074096674066,19270.8177205139,6875.67463116324,560.638751134322,3046.0123649612 -4178,4207.99653056437,46598.9174708975,3262.96437209393,1016.73134660462,22785.596097411,8004.54162776282,693.959708250036,3528.52381157853 -4179,5734.8725065249,47748.4045658433,4131.97051640034,1317.10387227102,31126.2384011457,11381.5478068041,879.127535082469,5033.30750874726 -4180,7809.35076402414,50722.9362695717,5306.67295264314,1731.37950070842,42400.3418658374,15875.6499966028,1131.9416535289,7084.08824155832 -4181,8374.37342884192,59122.7143108344,5522.3695720552,1828.30603075945,45441.7513500233,17190.9068135888,1179.18958477148,7738.3909151365 -4182,7496.79477283914,65861.6602862637,4777.70110313448,1604.00294359689,40723.4934782445,15603.4586023025,1007.72867718282,7083.40825869511 -4183,6895.64002907487,69204.1109472133,4380.60072711713,1475.20724829308,37443.8309747849,14303.3056687019,922.999526625919,6512.00193324119 -4184,6494.24118128809,70106.2400877772,4063.94916429778,1373.82283303682,35282.2403847688,13622.017956995,859.625091588536,6184.86810852885 -4185,5977.06031861826,71809.6843017273,3672.21182490364,1252.12114779901,32477.6361472567,12588.3409391102,773.91012797549,5739.86684004671 -4186,5721.41129479912,73278.2423578882,3540.28355590911,1202.39155341608,31076.6796562721,12053.7493592564,752.437580823792,5472.47886972995 -4187,5364.7421028164,72787.6837146553,3171.80119746451,1097.57336619393,29178.8299325215,11461.9163434971,666.214220501393,5237.88594796275 -4188,5017.84932466419,71998.840437862,2964.25895622468,1029.69262913648,27269.5792146464,10665.2729385387,622.72974912608,4898.54323449731 -4189,4823.70398801785,71057.2172243472,2804.16167971039,979.895448831703,26237.0292525294,10310.2011553702,584.859487189097,4743.53033880466 -4190,4653.83632729262,69838.0957049266,2673.93485036333,942.142928947537,25298.4090016299,9920.71996175859,555.112915420126,4593.61135226247 -4191,4744.08447653291,68325.8862094698,2728.05573971099,961.066279039875,25784.8685030704,10113.3197661776,568.582648945029,4680.29796571442 -4192,4942.30483537751,67692.9408437497,2822.11948534048,997.366825531399,26856.656125549,10561.6231096373,589.309613668499,4889.1914918208 -4193,5354.49412154892,67149.3768381658,3064.58728407468,1081.2689374998,29101.5245736849,11446.784773679,641.037129298521,5291.36483708344 -4194,5596.69327886925,65912.5869654422,3131.3615204691,1116.72581110449,30404.7664555419,12059.8584030457,658.389676777384,5585.92738521167 -4195,5633.90992362239,63316.3674331694,3037.65150859493,1099.88097530036,30638.2698657855,12297.698340049,635.333023681538,5708.61561703749 -4196,5277.9158182721,61029.8651406845,2724.79787651557,1004.71151633052,28721.7249258727,11717.4629844173,570.972775588013,5446.26691364784 -4197,4310.93751672443,58574.9931405336,2153.85521700158,804.95085125518,23477.2727830422,9684.43713539532,450.225635119713,4504.47839069466 -4198,3528.53509905712,53952.1010667507,2023.70193251762,707.763963510222,19228.1486673903,7588.54950194058,420.508521258786,3469.22985408467 -4199,3408.7701222293,50339.427440592,2363.97526127661,764.453852390176,18459.5249665517,6875.35819461705,501.688295434265,3099.50493356933 -4200,3512.0737811604,48111.1269663543,2495.25000769205,803.142551035738,18939.4091282402,6982.88853124715,523.163728248078,3130.22096600817 -4201,3649.48412552546,46840.03957739,2721.00027894121,858.788625783991,19709.4110204317,7104.77389630073,574.94054926431,3169.22083848232 -4202,4275.48376188947,46975.1510599945,3292.60774262774,1023.87974886913,23166.1931481257,8235.2068334749,703.976747284155,3673.08379587781 -4203,5749.4978454146,48225.4521213041,4122.53925514078,1309.17945124248,31053.3278468152,11486.7232415129,885.730030446165,5173.93341321679 -4204,7776.47279894849,51140.7426147921,5216.47396719642,1695.9389409289,42206.3078798688,16021.0618731655,1129.33488634166,7297.40343940336 -4205,8341.39545898054,59608.0763973572,5396.58388323647,1782.53118079257,45443.1184825221,17449.4292237574,1171.66868756386,8010.56330652432 -4206,7629.05462870724,66194.2424360649,4841.43366230346,1626.22128656424,41240.6891200687,15985.1364532662,1025.45804458868,7335.69731777064 -4207,7053.05321885718,69812.1127197477,4455.99282271197,1502.75445638852,38213.2499576027,14765.8660141195,941.345041016804,6777.06344881472 -4208,6556.03720786857,70937.6955126871,4069.07369227233,1375.41609681398,35477.4771770245,13871.3138538999,867.938521085405,6388.79043934704 -4209,6079.26504185461,72480.0452588538,3714.01989558527,1267.66524821208,32895.0352871217,12901.9821682648,786.492043789978,5946.9528781334 -4210,5721.09949258403,73930.9348608978,3484.28824997504,1182.6719499183,31059.7542946236,12220.93408236,751.20651377208,5649.64889950803 -4211,5464.63468845989,73203.4113767033,3223.9880071646,1117.07590938564,29513.7305849421,11726.040498504,679.434455422707,5414.82507942034 -4212,5138.62037451602,72162.0134880039,3016.38999620273,1050.44031909984,27879.1728983145,11030.4636505991,635.220125948634,5102.91528287775 -4213,4989.64610520095,70673.7083953675,2911.62162395858,1020.18344079734,26962.7063093266,10697.8798873567,604.867315712429,4938.2983040364 -4214,4871.67843235161,69454.5868759469,2816.54680975226,996.142168889919,26376.8618082163,10433.3226982605,579.51331480951,4818.48750106008 -4215,4938.20066849527,67836.3668574161,2839.91545504236,1004.39551643042,26811.5992677558,10619.2156523657,588.724935451502,4912.23073951395 -4216,5125.39899064779,67170.1632666345,2917.89072510591,1035.28554688817,27855.7557654178,11068.5975271539,607.353864870626,5129.37492608972 -4217,5534.18925667483,66654.660828588,3151.74707755288,1116.24388738232,30092.5795960095,11965.2409595981,658.318976845388,5545.25060111827 -4218,5725.99348781464,65525.9601621109,3158.65811924472,1131.15396236324,31223.0533997376,12540.2647788941,667.402042402918,5847.0767488007 -4219,5786.82542377601,62678.2254099252,3097.46739461299,1126.06016216637,31459.5207892227,12772.3699532367,648.850246034472,5961.11314970289 -4220,5373.79862344351,60188.0166023542,2741.6005983866,1015.39623209142,29205.9267759513,12066.9289181959,578.110252379515,5661.55539213748 -4221,4384.11998869693,58146.7935810788,2171.14291826744,814.865685811534,23769.475903054,9929.74647079962,456.559412851152,4666.48373692635 -4222,3652.02465348224,53521.8229249374,2117.31519497257,742.009273812636,19670.1207935639,7830.60155258742,437.350173542589,3593.42506081114 -4223,3340.37219552418,49854.0653540693,2247.26522676601,736.602400908604,17949.4350671534,6811.97341536493,503.544038608789,3114.90263496463 -4224,3408.32656402284,47595.6246291218,2307.75131895079,757.962620335895,18303.7024628152,6884.76147823867,525.72165464716,3152.34094715076 -4225,3558.38213197013,46411.8400179352,2549.53177312801,818.3307306827,19104.7598110941,7035.82366091507,577.424675829394,3204.40631224955 -4226,4198.56710447627,46602.0354452492,3155.31544395052,992.474104176032,22546.1588322416,8178.906647466,706.330158848506,3707.92536826839 -4227,5700.78064230002,47577.9561750048,4011.21349921363,1283.90457877243,30584.8553542499,11453.6396910418,888.139989793961,5175.77743540369 -4228,7754.35720557459,50569.1169408569,5180.24670541322,1688.77418414101,41642.7298258803,16007.6453799087,1131.39520626204,7288.12923842969 -4229,8321.1888218463,58610.3299479536,5403.27900591038,1785.42931269067,44716.9515977027,17433.6801468414,1173.3639413572,8010.36115841101 -4230,7487.53909408813,65214.1644407784,4611.66140777492,1569.72539077381,40194.3422140287,15831.8401569648,1029.17433413504,7336.87941380159 -4231,6906.51905556157,68827.8773581163,4223.03336842742,1445.82565635201,37092.074808214,14631.3710878847,944.946630075328,6812.02189177549 -4232,6476.2889281275,69865.1179812847,3940.24154166501,1343.73807899654,34759.2727544222,13789.8394056746,870.469368609329,6383.9277891455 -4233,5977.46467302354,71538.421944525,3547.2887456186,1226.54521057831,32085.5592300892,12806.5656335392,789.249020536553,5959.07005142171 -4234,5692.74158995679,72920.7166149014,3454.4914147279,1175.32596256713,30566.4950241677,12191.5454510093,752.623170555589,5639.04643702704 -4235,5368.94962844251,72196.3111050587,3057.723027853,1075.66557371571,28809.3087462991,11635.300248132,682.032044937972,5419.71686231126 -4236,5035.12463563617,71483.3381006295,2857.37713060892,1011.0182636033,27047.4269048275,10942.1663628967,637.660656354587,5133.70190900011 -4237,4853.23015746113,70115.5939100183,2681.76291650201,963.102782030984,26056.3913121125,10574.5660008717,607.936376462259,4969.64178376384 -4238,4705.13025223865,69014.9549118925,2543.48507374096,928.615701333049,25275.5365485536,10297.4360403976,582.934122678778,4881.72771001573 -4239,4787.79195330583,67380.105730424,2607.29474411867,946.730183182339,25735.463433453,10492.1254208785,591.773472397754,4969.69695638566 -4240,4983.32916193928,66891.6256695496,2704.43449864415,982.284817676553,26786.6279081259,10951.3895682689,610.247670829566,5186.84120099867 -4241,5391.97209127114,64215.3785993816,2942.77517753518,1064.26049919913,28988.6260937546,11844.3684145936,661.246552138853,5599.43987828045 -4242,5623.82257187332,61563.035932034,3029.31045984107,1098.65191692438,30235.309541128,12464.6079009118,669.588714986668,5897.96700437656 -4243,5668.56197456012,60370.9367897856,2926.19432329928,1082.8266787312,30459.3592031145,12679.8770458736,651.412828677553,6006.93461202809 -4244,5293.7258443678,59034.3722418775,2637.63955065192,988.128436262904,28439.8076946943,11992.5272336728,579.942923198486,5674.92659444539 -4245,4319.94217257093,57646.8810147908,2083.08525363825,791.4227027468,23196.7208328441,9861.19847404509,458.070760655527,4662.93491843621 -4246,3549.72661850378,53183.0048264328,1929.08969076408,695.267677739707,19055.3852986639,7738.81907907001,439.787358718859,3610.19997484943 -4247,2833.52037082706,49744.9368566436,1901.25275714803,618.492401907062,15306.2999800306,5873.04303628601,428.925836790718,2690.81497829392 -4248,2821.40077156653,47643.4333339486,1894.56939994033,616.726169391747,15234.68748059,5848.66307286092,427.466905373062,2685.13044185785 -4249,2918.25202914046,46473.1598105341,2078.1039840634,660.660019920479,15759.6583589599,5899.46223667328,469.775916485072,2685.39604090975 -4250,3456.59286220937,46594.7602053665,2577.53884447307,805.842548241117,18656.9243333911,6844.52243365947,583.572567062201,3102.30668220685 -4251,4858.61085820519,47481.299474172,3315.40369833839,1071.93249469821,26237.4478092122,10003.4584867358,748.431817257272,4579.84095823833 -4252,6547.02444581029,50243.8100309384,4197.14710453269,1391.31498158115,35365.2199059916,13817.9941601066,945.387558640765,6367.43446034246 -4253,7302.71322317347,58335.9497172136,4726.21297733816,1562.09892379908,39432.0205681288,15364.4011148514,1065.01993488852,7086.0902302671 -4254,6555.76272404626,64875.3463422738,4052.13638626528,1368.8706170757,35366.8016556293,14050.6063473246,911.832136034689,6545.09451477097 -4255,5930.31692788134,68433.9754157162,3663.54342328391,1236.74886409639,32004.2683522454,12707.2683086984,824.296250975359,5909.40033218579 -4256,5626.44729131296,69734.1637642111,3381.66389934194,1155.34637003146,30363.893958679,12176.2944324908,760.103268598516,5680.37993242849 -4257,5066.95691033757,71457.3551154506,2950.42374893856,1021.93000707567,27345.2344107272,11084.4477258666,662.354863615598,5185.68961429001 -4258,4920.7001716776,72820.9419397169,2916.0974523017,1001.69672337277,26561.4568867054,10697.6725809252,655.06020652732,4990.80560138952 -4259,4652.31928901296,71948.9530498628,2635.03008339343,923.439335065448,25112.1737956575,10268.0364423035,590.867224150478,4810.84737938973 -4260,4181.60800767992,70433.6256808682,2337.05638038594,823.790355341328,22575.2843560225,9268.8690747638,523.756378938325,4346.40756458637 -4261,4062.80732801089,68752.0070857521,2234.3146487117,793.576273205351,21930.6357387388,9052.09478401098,500.413476255837,4252.87166873862 -4262,3791.81228914264,67334.3756079557,2040.83117895108,731.728696304182,20471.5711097891,8503.41408602488,456.645533726172,3999.27304879123 -4263,3935.56156148469,65809.694315906,2169.11950061743,769.161374940921,21248.4683060765,8760.26087274128,485.824162079282,4110.53819536998 -4264,4199.56017752934,65333.6861524384,2356.31466419339,828.696169885617,22673.9526212161,9294.40032802001,528.133173191292,4352.96820356352 -4265,4607.71325755104,64240.3222933812,2615.49336775889,914.967255160261,24879.4893272252,10159.2216057674,586.490429897512,4752.19595303886 -4266,4765.56649916303,63070.0487699667,2625.26592615683,930.744820848571,25734.2119592399,10607.7858415733,587.949361315167,4974.38317551919 -4267,4861.2141774876,60338.7178559033,2583.57627475746,931.159608150339,26249.4637017078,10939.7865144849,577.736841391579,5145.29448594331 -4268,4546.99078950105,58068.8446255422,2270.06260812152,843.186190445631,24547.4925425386,10420.3364355523,506.249201926459,4930.32329503108 -4269,3708.85172307511,56236.524776877,1757.49809386409,669.836613491537,20020.158775715,8619.92398353089,390.993619931674,4096.14581360529 -4270,3031.46929242428,52256.9713838625,1649.30091075252,586.905656060196,16379.7313725577,6768.17121215464,369.109648666842,3166.41281175705 -4271,2283.9555798357,48688.9884881789,1606.56989925038,497.54133486889,12619.2666101894,4841.85500434824,344.327768541906,2159.30935940484 -4272,2223.93390703104,46254.9028156827,1542.29644162411,480.790111443477,12285.2209033211,4744.10439023853,330.415535469506,2124.21002541299 -4273,2338.9573745754,44975.5007948425,1743.61139414756,528.328853095965,12905.5747957712,4837.13255728261,374.470940198773,2142.32000472141 -4274,2765.67286621367,44418.4257014866,2161.14035491917,644.040623818894,15236.8509632895,5597.5242212849,464.900455169375,2466.84349284344 -4275,3682.23124931609,44254.2132593515,2528.19598073206,790.992776175802,20347.465020017,7885.6340203419,541.417737067576,3532.49227688611 -4276,5242.39568062007,44313.4544695919,3501.00365230242,1107.1160055039,28990.3737003739,11347.749220263,748.941880397547,5096.02822918253 -4277,5664.8477702517,46593.7209141873,3730.20976634751,1187.58478307758,31320.8358947412,12334.515744294,797.634696150948,5559.29244826283 -4278,5205.54909070327,50466.2243921347,3326.5078814989,1075.08245330421,28764.9760483745,11474.5822855667,710.683239448446,5215.41251921613 -4279,4690.85158568584,54593.3610643466,2985.40352727253,965.59294398213,25933.392093623,10351.1690776594,637.644015818345,4698.65403401194 -4280,4626.55897065464,58219.5458790913,2957.7196038511,954.964264658101,25575.5779519156,10193.414444958,631.847252038178,4626.00371404857 -4281,4103.11940932057,60205.6849556572,2506.41048176775,824.924154580777,22698.8407741873,9185.59929954591,534.461620531376,4187.92084239414 -4282,3948.16572089846,61005.9608386781,2434.92581522881,797.663744619083,21843.6548289961,8807.75335703078,519.390034702943,4007.33503634452 -4283,3659.09226062084,59904.2824485591,2109.32654062272,711.619709792952,20264.3065436941,8347.23874008326,448.669516584908,3823.14642167496 -4284,3590.05804190577,57847.4696563392,2222.65858801933,726.785102091492,19863.9420741173,7997.84618122746,474.175277217642,3636.01436097702 -4285,3450.10190428182,56059.8405381491,2083.41579876402,688.7633647413,19093.8243456687,7752.39367849996,444.032105560775,3535.19305624937 -4286,3297.08963408723,54985.1844243882,1996.24553307537,658.940841747557,18249.7076345492,7401.23732062091,425.482461464241,3371.62004465585 -4287,3243.54876519036,54288.8405828967,1906.19439862322,637.30045857084,17962.5791659314,7352.38298700662,405.773464611674,3358.21701435613 -4288,3314.20215524095,55015.324675098,1897.46109172771,641.643860482549,18361.41492089,7574.91561949797,403.454759099607,3467.24539594713 -4289,3564.51271289963,55392.5975553743,2023.65607268491,686.806745798507,19752.5824077818,8168.21773026829,430.119872488374,3741.00568275549 -4290,3648.48870449787,54219.206158422,1978.6903566103,685.512997238165,20233.1946935887,8476.53956737392,419.685697684074,3897.01441590317 -4291,3855.29703230593,51354.8423441125,2093.33785263094,724.845933629169,21377.9152582446,8953.74814449821,444.032105560775,4115.84940437969 -4292,3651.62201974806,50915.2102792442,1884.56828659316,668.596839360712,20256.9968385809,8605.70661375217,398.817348075474,3976.58789249817 -4293,3046.6657114811,49724.1504281749,1535.66036497686,551.178878100496,16903.5776381078,7227.07616757738,324.618771689339,3347.6564878182 -4294,2617.45293854546,46415.9972834661,1588.52583043423,522.597458557152,14499.6794113443,5864.73910500857,338.531004761739,2659.76474993791 -4295,2756.36236527054,43056.9175603928,2062.0807602243,619.583055862608,15272.5266869924,5787.82063480075,440.891797640574,2548.4713458632 -4296,3031.86907710775,40932.5490268706,2396.00591803995,706.07444098481,16762.2528408745,6202.78826698536,513.277018148728,2714.13432471271 -4297,3362.70344990697,39718.6240641602,2862.41447333943,821.392145351561,18547.5410736934,6613.78477404566,614.616326860143,2854.63765206772 -4298,4165.8882599448,39125.1728722051,3721.10738532509,1051.12778862698,22927.4628581565,7969.18306417596,800.185710344683,3413.39969467215 -4299,5445.52514780463,38904.8370933673,4443.48440874304,1294.14466552722,30077.7320554944,10958.0771748947,952.852720870972,4766.29997750965 -4300,5395.17157076048,38716.7203492257,3419.2236620847,1096.96662570235,30035.1930998055,12128.8408977073,726.484394918199,5450.42104332226 -4301,5985.53125102681,39439.04727671,3820.26798650374,1223.37927770272,33299.7718309414,13427.9785434148,812.030564609654,6042.02513300785 -4302,5094.72566786966,41827.4028267379,2916.5055830158,981.475918640734,28384.6153539186,11878.8679676705,617.248516696803,5429.39652778939 -4303,4661.42752083173,45629.2325890313,2697.88706909905,902.503848268133,25976.5986052607,10825.6221034362,571.185194555251,4933.89461045334 -4304,4574.26125716963,49072.4973171586,2648.09169969535,885.887142500991,25489.9370878047,10623.0335792413,560.65643520861,4842.87168802121 -4305,4175.36773929435,51775.7666636847,2358.60235756776,797.520267960224,23280.8736483699,9771.65767380975,498.799974047097,4462.87330954532 -4306,4032.99941701796,54473.8393526866,2313.57542252578,776.460170586487,22485.3119762125,9390.48911398176,489.587309618786,4278.27607262236 -4307,3927.02575157733,53921.9608160408,2203.84876640072,746.874039925079,21904.4856690598,9206.81662884113,465.897601088845,4202.37820511908 -4308,3667.93646534877,51989.8663930051,2114.16021338544,707.896493037129,20450.782055262,8527.14759007619,447.472272232224,3881.81499828195 -4309,3566.58762366587,50483.8928462516,2022.32282488678,682.270510347425,19889.6022003694,8335.37746121626,427.730848457273,3801.80832183592 -4310,3451.71217577747,49708.5606572304,1989.81052136383,666.121980219674,19245.6523146831,8023.72863159031,421.150373865623,3651.56353711604 -4311,3621.34789163905,49489.2642703858,2160.67709518083,712.407398331799,20176.0110983688,8321.99544320224,458.001031578865,3774.35648573993 -4312,3761.07848755925,51045.1252051385,2223.68095233645,735.963413746532,20959.6488409872,8668.95621477064,471.161980762165,3933.82319576337 -4313,3959.06210810557,52346.3528448127,2270.30556606027,761.410354999856,22081.0051824163,9216.34358588615,480.374645190476,4192.89875380726 -4314,4317.97028899802,51807.985496753,2535.1262255313,841.407062064469,24071.2175790317,9974.8607500098,536.966726678669,4527.77351257158 -4315,4605.69980705663,50945.350529954,2732.66464111058,902.84982753124,25666.923926191,10602.4578491937,579.081764065231,4807.88487308906 -4316,4222.4219992852,50437.1234326041,2312.42328156707,792.085258445782,23568.2196095167,9972.49329884573,488.271214700456,4558.61088765762 -4317,3586.16176747615,50882.9913453619,1963.32220593322,672.857268512614,20013.8215997748,8471.74661337205,414.569899273972,3875.06264647069 -4318,2895.67255900976,47813.8817247871,1768.16887663853,576.015302580362,16137.4306576887,6596.10728005728,375.08705172407,2973.38920474919 -4319,3033.20112150881,45057.6070159101,2189.38082695684,674.66724010074,16823.4623787771,6468.48502979003,498.702570807213,2884.97498306051 -4320,3021.96603559894,43405.0894811385,2170.78404370776,672.241188708306,16759.7765027112,6448.21914848018,501.110355761856,2885.35284365426 -4321,3159.82402449831,42426.0507770312,2401.68423529666,727.730867812237,17500.6992737057,6567.66828500719,555.217087080744,2912.4975227719 -4322,3749.86577044945,42444.7585223274,2985.52233858813,888.555457265934,20727.2777939162,7630.57859585522,683.848114114546,3365.18778626011 -4323,5214.3743038199,43927.8670582537,3866.9613529001,1179.95287887818,28905.4536565198,10980.9269030648,876.173814331554,4896.56294428802 -4324,7001.60835272319,47584.1921237082,4893.47206879121,1525.05254540923,38865.8926007764,15159.0124038555,1101.41127861326,6795.58815702794 -4325,7507.36964806069,57009.7782827258,5137.6976313963,1614.16770923602,41661.1126211434,16426.8468496641,1152.28243786591,7383.92142157745 -4326,6484.82810070951,64236.1650278503,4099.82564628712,1337.64796527638,36027.5019656962,14619.1014578415,934.099169860304,6668.957461088 -4327,5937.51577120166,68158.5557929829,3756.66714307625,1223.87552217175,32987.8310429023,13383.1295823615,858.577928445968,6084.43999017931 -4328,5649.43044955307,69147.9877113246,3520.8212275547,1154.37739717643,31407.6360262712,12802.7051930096,799.605242964365,5840.54010627626 -4329,5198.57322093496,70770.3650962003,3186.5829468041,1052.03004542952,28907.6094877221,11851.9596326739,725.106139376166,5410.51522212003 -4330,5010.96936553104,72160.9741968247,3124.43013556824,1022.20657516826,27860.6552874191,11361.6290193105,704.155907089944,5173.40345112091 -4331,4674.29564851023,71494.7706060431,2740.43945126577,922.240918185899,26025.0864540153,10814.8479856498,623.912677974006,4955.28731008869 -4332,4433.65973576783,70691.3768494845,2677.97939220718,888.081269001204,24660.5673174159,10170.1077877164,607.524277715329,4635.13368932642 -4333,4221.06468261553,69553.3222599522,2449.14331041038,828.927365486398,23500.1941009323,9796.99087809518,564.670065397718,4487.47452923709 -4334,4051.42524635069,68486.9806772532,2347.77957740825,793.77884463764,22548.655925598,9418.28210469198,540.324105371201,4302.35671258878 -4335,4168.71240475477,66993.4789270926,2446.79191551409,822.156733443349,23194.3007657725,9651.78669428232,562.23708831636,4401.1023086899 -4336,4358.15134678789,66626.5992610507,2554.23345648983,858.250676616003,24247.8925672057,10098.4880407249,585.172209087657,4603.0618061755 -4337,4743.66710055798,66017.558197337,2797.68657976843,937.260015529453,26393.5123473324,10968.3155540512,639.692833962343,4997.36371899058 -4338,5040.69549568844,64737.1168853175,2974.7602171372,994.633125433935,28042.923033448,11666.0389065247,673.457577265349,5311.360446445 -4339,5045.31347587755,62147.1333017481,2831.52873697861,968.842746819062,28101.6664869115,11860.7284908548,642.869018861382,5428.32768842745 -4340,4762.24503673605,59402.2911990986,2568.45054370793,894.994876006716,26543.627279378,11336.2206665422,578.895415669723,5215.49904420779 -4341,3927.61873996141,56750.9878229303,2058.96464866442,727.446671431395,21905.025685004,9425.4499294374,463.138286819904,4352.72677085383 -4342,3203.68760923113,53600.8111716532,1898.47649811671,634.332906345855,17854.1907032358,7376.20002174221,431.941484145597,3361.73082644694 -4343,3214.29960653829,50970.2942239536,2323.88283805678,726.960655796008,17764.2381928693,6735.52635556908,502.697441221278,2974.68423013091 -4344,3281.94866278309,47730.7361117263,2421.50981049742,755.833606915572,18103.6310201995,6821.82056364152,520.943527308029,2996.12591610592 -4345,3420.45194613514,46251.784841331,2656.62071253484,811.826404456257,18859.1583234495,6933.98881150983,574.218771869084,3023.66089764795 -4346,4040.97310924734,46086.5331080167,3248.99889324111,977.509135631633,22278.5342926439,8048.99600217425,706.709683870586,3509.67656606657 -4347,5522.54021080527,47128.9702878953,4096.40700375035,1265.26131170869,30277.595643729,11391.1475460565,892.064382282156,5051.10800989672 -4348,7489.72823013007,49891.4808446617,5235.06446263638,1647.57701574094,41264.3675446146,15873.4256970943,1142.73188280353,7106.36303983184 -4349,8005.19487783784,57567.892768075,5438.33918008364,1729.73835208093,44318.1433295631,17209.4008820274,1187.89216835266,7743.9284234598 -4350,7217.19847372833,63956.5881395861,4763.68483127335,1548.84455581889,39842.7698242451,15729.2449839927,1027.92473845678,7088.44347376681 -4351,6618.40843730075,67684.6262118738,4374.6280590299,1421.45355052551,36696.3967596745,14435.8350808887,942.610280067307,6480.19196082486 -4352,6241.23124041146,68783.1867284551,4034.85486854824,1318.75999834958,34444.321769383,13691.7990297306,873.255977763409,6194.14259423252 -4353,5742.22429169572,70454.4120085229,3659.16179885135,1205.5157984589,31763.2800865445,12681.1460055217,788.874173264876,5730.08722226108 -4354,5482.49742693808,72337.6584355526,3494.34065300457,1143.72796186431,30300.8140839034,12083.1388225229,759.875190842672,5484.67786924249 -4355,5161.50556354619,71280.6707759087,3165.66429314203,1060.41720769712,28521.4929751008,11548.8773857268,680.357802840205,5233.71378305026 -4356,4806.26765409451,70578.0909857139,2960.97422930808,989.83094556045,26739.9837468853,10767.7432577568,636.020433593052,4864.58590358617 -4357,4637.47775305625,69410.935537465,2820.72831276128,952.457534416045,25754.5873665444,10438.6322688857,601.71361790005,4710.13517820994 -4358,4459.95827160426,68272.8809479328,2704.59048567219,916.778977338829,24920.9318475407,10078.728898585,573.967338067402,4526.04575657278 -4359,4538.94945087636,66540.3357744522,2748.03478208252,929.488438847423,25400.1901473601,10263.2145467604,585.332839595189,4616.10594702262 -4360,4722.83293951622,66175.5346907687,2835.98080804577,961.024470776338,26439.4356934319,10705.8899833473,605.174471525553,4823.73532254448 -4361,5117.22199844896,65638.2066338882,3073.72270033261,1040.15262315601,28632.5850708878,11593.2959545861,657.055317284339,5228.44549054396 -4362,5331.17038688388,64564.5899121205,3119.60978148289,1063.0997131527,29863.2567277355,12176.6214165247,670.226675765381,5523.30937209809 -4363,5381.40439656629,62072.3023205632,3037.25748915465,1054.04277507996,30085.6834463619,12428.8853150231,649.301529663064,5651.72419029425 -4364,5047.1743349766,60011.3322628123,2711.25965407012,959.927840236061,28150.8124966658,11819.1444103612,580.879881250109,5420.23809990751 -4365,4132.39924893282,57742.4984244444,2144.04924935728,771.943947129968,22985.8413200562,9765.76284505077,458.410358734462,4496.9605075867 -4366,3403.02431069072,53172.6117130124,2040.55928769293,692.688917790415,18836.4343356206,7676.14897473225,433.923785485969,3452.28059953278 -4367,3191.33286256806,49678.4204065206,2277.94816117265,717.635053300202,17598.2279056432,6667.87222069268,494.522932388419,2948.87007413346 -4368,3261.46501715961,47283.8289077893,2390.95155930606,747.775082799805,17957.9495696336,6756.28123753371,512.507211111919,2972.35009979779 -4369,3397.42189444197,46199.8188709733,2614.00473163479,802.345202576355,18694.3284888839,6865.50743964563,564.901263308557,2997.60481783849 -4370,4009.45385141179,46156.1675324914,3177.73319763043,964.04947547013,22053.6981749443,7964.37993956029,695.203629878221,3475.44107762129 -4371,5457.75360274618,47181.9755494323,3991.18957305742,1245.47990840303,29903.4089192234,11249.7771787785,877.509715904366,4999.14565980961 -4372,7406.73445367263,49912.2672731304,5072.63618721897,1619.865977207,40746.7340901117,15683.4537793557,1124.030950735,7034.09048733257 -4373,7931.07243363272,58431.5670260532,5257.52151373772,1700.57067068093,43794.2670976405,17019.6112565011,1168.42763898526,7668.18086059308 -4374,7162.85716440147,65317.0569895006,4667.47476460452,1528.86019007992,39465.3253203134,15569.0280920787,1011.20504827862,7029.96404414652 -4375,6582.0746019601,68532.7106989075,4291.63658889609,1404.61171632883,36390.1803175262,14303.6084678436,927.28892078997,6430.27395098356 -4376,6187.07299367732,69701.9449311428,3936.26614844823,1300.04283689475,34084.1954977495,13545.4062896474,859.017622570648,6140.62737109269 -4377,5701.66943032977,71544.6578932284,3582.71178263176,1190.22163401106,31469.1103717346,12555.814140367,776.03752956235,5684.48097339422 -4378,5431.24002034301,72973.7218764384,3387.46376656513,1125.48355971374,29954.7930296269,11950.243994019,747.442313074823,5434.54014444087 -4379,5122.86915717982,72229.5693301202,3105.54140919455,1047.50437134772,28258.1097534291,11432.8502739665,669.299034961675,5193.39529644519 -4380,4784.98422560435,71687.0446157156,2905.15996198199,978.759892883377,26532.9215858804,10675.2447876318,625.683012191723,4829.96961399818 -4381,4619.034948363,70104.1614046047,2788.27622507076,943.747401511979,25580.2280932065,10351.2132508652,591.975582952192,4679.71919969487 -4382,4459.12181998705,68869.4502150536,2686.90574976305,910.684514378234,24809.7941711323,10012.4124103461,564.705460191788,4501.83991048407 -4383,4536.63717629151,67314.6285714802,2718.2044724726,922.170858521015,25271.7379475177,10194.0423668317,575.863373189385,4589.66628080706 -4384,4719.14698204864,66612.0487812854,2798.20872871555,952.816270560335,26295.86094011,10632.3717890451,595.369822250157,4795.15695503401 -4385,5109.94147107434,66066.406193343,3026.95889633582,1030.52272415136,28462.9842144327,11510.1628031525,646.398346602937,5196.05688949075 -4386,5319.33052988768,64841.048826033,3050.42946099887,1051.31224645741,29655.4320907682,12084.9375142826,659.312120184547,5486.37965281325 -4387,5367.20635896937,62274.96954447,2982.06322894609,1043.45717746427,29882.9007533423,12332.9860071071,638.752154773367,5615.82446259565 -4388,5023.82482229533,60238.9431807188,2649.45223176006,948.638338374052,27923.5843732937,11717.0464430202,571.416891034392,5383.07162615406 -4389,4108.4975228461,58244.4895730909,2096.95343969982,762.753588108494,22790.0413604775,9676.30089796775,450.946070241821,4465.85545558071 -4390,3384.39071325338,53348.2566605611,2023.10509096502,686.608563394834,18700.7412019905,7606.65250720408,426.913544285968,3429.88505610179 -4391,2622.24118646021,49451.8487797934,1849.22650088351,583.11057172103,14390.4159838061,5485.18255508341,409.830067824206,2461.41640630949 -4392,2638.0877231124,47492.7320803995,1873.75397171536,589.741928956518,14469.1236556111,5503.45110740519,415.405987114332,2472.38858591249 -4393,2760.00037555837,46519.9292241816,2083.3243331121,640.527731086805,15123.3416477782,5599.22511747314,462.801301080396,2491.15921131366 -4394,3296.47583882853,46685.180957496,2606.3531837386,788.510094853242,18036.8233843358,6538.48289725694,579.895606173027,2893.89057944241 -4395,4596.32974622822,47694.3600131271,3336.40175449352,1041.03607250919,25202.2495005492,9494.86754540628,740.203285764128,4249.42537982628 -4396,6284.08454435548,50426.7302183697,4349.12770285066,1381.73304048823,34494.6240621391,13252.0212084309,963.240057369138,5964.00799572018 -4397,6712.18078778225,58559.4032687751,4553.39147635754,1459.41793451328,36843.165485927,14280.1904341382,1007.84741169014,6455.01815648291 -4398,5925.57085630862,65199.6139610131,3798.40031226058,1248.78695669467,32522.9397373131,12907.2584231803,839.175853163851,5902.3232863356 -4399,5392.0479077992,68683.4120532706,3470.10927144537,1137.97669094177,29604.6695400697,11722.4833490746,766.688902392223,5348.86420393906 -4400,5172.6856833433,69648.9395687919,3270.40331362318,1080.57198879717,28407.5794188232,11322.0155631308,722.081548071221,5177.92999662834 -4401,4717.8931780743,71200.6432380136,2925.43164710659,974.362447456528,25918.2769911066,10399.4634786895,645.412657831999,4764.64477560932 -4402,4590.90432715888,72846.9249248957,2898.26896436108,957.559473888091,25219.4162649551,10050.7548915036,639.836738541873,4591.11803050853 -4403,4240.4431167205,72339.7371187251,2513.15759622859,852.910254686343,23315.6959650619,9494.35047431368,553.409989544932,4365.38168242214 -4404,3914.35461725846,71699.5165131223,2347.4718314587,792.498093614556,21522.882940523,8728.83874191211,517.166514159118,4007.35767360259 -4405,3738.17974977354,70625.8996905407,2173.05880268658,743.789095730265,20560.2013848896,8425.13760663558,478.135079128241,3881.54358696952 -4406,3535.92113336151,69346.4976697005,2040.7280272885,700.426037938835,19453.5144654836,7987.35576960864,448.861502855083,3679.53706325047 -4407,3621.45239373479,67675.2723896327,2109.65558336762,720.993301001808,19922.3810062329,8154.24421310899,464.195280902928,3752.01487446871 -4408,3784.70407656565,67020.5012034507,2198.63495999401,752.198253049145,20821.6831214873,8528.98029888039,483.710998418366,3924.25058800392 -4409,4118.30409725321,66109.0182406457,2401.0672390702,820.067866683435,22657.8391389352,9269.30955509809,528.318352739368,4262.67853515136 -4410,4341.78719150982,65055.1485553534,2503.64848269269,859.138727439704,23893.1997512043,9807.72277929198,550.622029899869,4514.21098996707 -4411,4371.42583980362,62654.3211079187,2401.01357988166,841.942500266285,24071.3316564716,10028.7917271078,526.924372916837,4635.80633556203 -4412,4152.16862926383,60536.1885230999,2182.94334356566,781.4233392095,22871.4222583069,9653.88029805218,478.135079128241,4483.65356259032 -4413,3411.28106058737,58709.0652311449,1721.65369557079,628.426227512054,18797.33781188,8025.06374173773,376.374552083455,3741.26467332162 -4414,2745.55106599807,53791.0065989672,1554.44004170652,536.721453734556,15122.8025078436,6233.72837457409,341.525056520172,2864.32986472666 -4415,2027.85630529455,49868.6158338346,1466.83767377492,451.096265480303,11065.2886370342,4211.88300447627,319.380954091074,1880.2998982154 -4416,2026.66341368497,47745.2865914916,1461.68412274449,449.845725834817,11020.4566532283,4198.93496035754,318.294624315254,1876.17878414156 -4417,2104.71449116082,46593.7209141873,1603.43251316262,482.984608608407,11411.0895837932,4243.29656246519,349.798187814033,1879.30469979141 -4418,2478.50811536292,46719.4784737367,1988.92746534995,589.878597046411,13527.5208697512,4922.39198584526,434.531910327992,2173.22375140781 -4419,3464.71521118644,47613.2930832388,2557.94195573579,782.192893922096,19021.600364586,7181.04896081228,557.287174995649,3201.70315138065 -4420,4626.90971880535,50306.1692155305,3237.89767728906,1012.51923653808,25522.390795483,9871.82397461703,703.941694731347,4443.85343037019 -4421,5080.6997002412,58437.8029747566,3646.10549817454,1136.26206971515,28405.1557636311,10930.1245532679,793.020736348585,4943.84918424813 -4422,4627.34349763749,65159.0804960689,3125.83683531962,994.294282335837,25448.5754195092,10015.6262392286,678.956109887487,4561.05600218024 -4423,4182.43990220904,69110.5722207322,2826.06959211191,898.386780205588,23036.6899249912,9058.65046736454,613.776323338289,4118.6670821674 -4424,3973.72801096991,70518.8497754735,2608.49794531864,838.443955309367,21851.4467784605,8680.72908744812,565.977813202209,3957.04731838231 -4425,3579.268983698,72410.410834379,2275.72121807572,740.77391135408,19673.4832551143,7900.7017135568,493.193718222271,3610.57079223335 -4426,3483.11131861827,73692.930728757,2249.317938725,726.689415931966,19112.3081426533,7629.35182889838,487.762069343171,3476.32528957955 -4427,3288.32950837631,72784.5657403037,2032.34437011837,668.713040179528,18037.3552324462,7312.74895366813,439.963559207092,3348.07761171872 -4428,2956.42014656181,71568.5621952348,1802.4755266149,596.260993024737,16204.5719961026,6598.97832691657,389.992389519373,3024.20500333316 -4429,2881.83777085511,69500.3169984152,1723.18128111854,574.118363230912,15743.9764117978,6448.88044277238,372.611113106253,2958.45035472638 -4430,2673.27503639805,67621.2277361025,1573.89093903112,528.796250347056,14673.6480841355,6045.65607342293,340.021219831654,2780.87972707583 -4431,2770.76332241978,66686.8797624703,1672.90649886148,556.33662618716,15242.6076174609,6229.57816526287,361.747815348053,2859.36718199476 -4432,2963.99888224648,65577.9261324686,1817.3430133392,599.879524242172,16271.3115553968,6614.27939925788,393.251378846833,3029.0620813251 -4433,3246.17828784147,62414.2383934195,2017.28295971006,662.600910117113,17872.3127208796,7231.40964397768,436.704569879632,3307.6536613732 -4434,3343.00695475593,59682.9073785421,2024.70033291279,673.132731180395,18466.8742688667,7539.65527740421,437.790899655452,3460.35855241963 -4435,3413.80225368098,58506.3980072381,1992.40433073944,672.527306516293,18813.0948172052,7771.59753281418,430.186591224712,3577.23913275916 -4436,3181.14563299863,57242.5858581564,1750.39613572849,607.37429976488,17568.3272327834,7390.93685460609,376.956432209533,3424.23500796018 -4437,2606.33408764243,56003.7173022604,1355.01031898308,481.615843792951,14315.8991999982,6115.82867565056,291.136379919755,2842.99875792517 -4438,2145.40707663531,52482.5037194104,1271.96911378888,424.537467383833,11762.1429191808,4820.90639526055,274.841433282455,2203.26206357702 -4439,1777.81463762072,49232.5523929488,1294.4929375975,396.073699216942,9798.82525178165,3751.79389950837,279.616917522506,1684.65577251332 -4440,1715.99792049559,46420.1545489971,1209.13691191337,374.94133584517,9415.36663111358,3661.37154204776,263.472129768243,1654.22104958277 -4441,1807.69311473965,45154.2637167429,1355.14037355346,410.007599018408,9886.11599547611,3742.67966462272,296.862693019211,1675.69579778252 -4442,2081.41477226849,44523.3969333813,1668.6441916246,491.537640747815,11451.6159869997,4252.15850172446,366.991454442076,1877.91427637099 -4443,2743.11717848282,44312.4151784126,1957.77360911884,602.047295488939,15186.2976489963,5943.21497311632,428.294468543098,2662.69121241203 -4444,3892.6149877731,44039.0742388518,2772.71103449226,852.163924905526,21707.2613975075,8517.8330553344,601.419761877634,3805.22953753238 -4445,4028.3885590996,46079.257868134,2975.40659317176,900.15169540617,22848.3321991834,8988.20717313331,643.757607411203,3977.97030640148 -4446,3855.45675379134,50101.4233084512,2611.41832553412,822.559310871577,21451.0526060576,8609.03617979486,567.390236166006,3903.77599283659 -4447,3425.72035537609,54197.3804387741,2305.53372821102,726.565747459303,19083.7866298184,7701.19552859192,503.60196631056,3481.45146745439 -4448,3454.2978481948,57805.8969002158,2336.16009063953,735.911019993852,19199.7489032956,7684.94132596349,506.492941211964,3482.21928559011 -4449,2994.96483085469,59879.3387545595,1903.67234367213,614.33249983177,16628.9518932634,6840.4515577274,417.500892966733,3113.81606740579 -4450,2923.14378487207,61004.9214466849,1879.15242392613,603.882900697081,16212.3632199655,6613.45133857859,410.004011438753,3009.24790149181 -4451,2726.4661472017,60015.4895283433,1647.74722395171,544.197115254069,15137.5511030181,6289.62211877206,357.07008464005,2883.79922639807 -4452,2716.13719733945,57926.457903055,1765.34629581356,565.442794247816,15054.6798151791,6080.55283335649,381.508000346159,2769.30633521975 -4453,2626.81317341954,56144.0253415751,1650.00546002344,536.334879769676,14516.5191113098,5919.91051652107,356.567849010243,2709.1736665494 -4454,2470.55300452054,55205.520102412,1571.24408225844,507.695873959697,13712.451137463,5594.37121715071,340.296161032963,2551.56848753754 -4455,2383.49975815093,54800.1856545983,1471.9663981068,480.823933895704,13264.2929560385,5493.45713551886,320.473978561265,2505.94799283377 -4456,2428.7883740073,55543.2989097373,1448.17889603641,480.217712497541,13498.8854203944,5654.3230301927,316.188005123361,2588.01579991046 -4457,2619.98997552506,55526.6697467996,1575.31442564076,520.418225933832,14610.8716413635,6101.43822370521,341.549067476352,2788.89032523534 -4458,2654.81329641726,54015.499542522,1543.711395121,517.106812493192,14869.9252319888,6291.10306554775,333.803750764598,2879.57174776912 -4459,2830.92721000632,51885.9344522896,1634.76533313955,549.8718631465,15808.9847225308,6683.79752603907,353.377498052521,3066.79617302386 -4460,2658.39903797193,50367.4890081294,1467.38651032154,503.461225264665,14881.2666962139,6391.74022166124,316.811775713926,2942.34715650054 -4461,2244.13873082309,49513.1686732062,1180.59798019453,414.974566932674,12480.845429366,5411.43311492582,255.66604557611,2509.37273142463 -4462,1986.85724728961,46407.6827524043,1262.94897325465,407.677481833035,11012.4534714671,4467.65184817616,272.561504143954,2032.96060245515 -4463,1866.96073917121,43864.4685824824,1440.19581477845,431.784472575965,10313.5464403314,3875.94466997168,312.88856668723,1714.37252162302 -4464,2055.27888439116,41325.4116780914,1631.13908931172,484.197743090727,11341.783242374,4207.53066847239,354.723249698336,1855.14837147388 -4465,2400.62937637489,39816.3201569863,2062.9130577219,595.148205971215,13214.8845882587,4703.46003227036,449.722842369389,2043.15221311015 -4466,2811.50113873025,39185.4533736247,2577.65931268143,727.816959213494,15436.2940570049,5294.64589013908,563.025108857801,2271.53723715264 -4467,3414.34465686942,38922.5055474843,2849.05150990105,830.417632722044,18813.0090658889,6802.47479125951,620.547797998071,2971.27251118942 -4468,3211.67567623329,38076.499743623,2184.41476958623,686.845742096951,17815.4279445106,7054.86919323637,472.383295667071,3167.75695961124 -4469,3391.66665000175,38989.0219976073,2626.80833102893,787.734149229849,18716.9940249581,7034.46554061616,570.869111922383,3123.14316758196 -4470,3062.07305036569,41847.1499640274,1876.72276209431,619.291895809706,16987.629927027,7017.74210653399,404.401935774024,3219.78468980043 -4471,2736.96669612869,45950.3822334189,1682.66186933692,553.717165897046,15192.8610644009,6261.36974230012,362.567252762918,2864.00741383104 -4472,2768.36120955505,49203.4515342322,1695.08466581919,558.777885464983,15369.2226615754,6342.59078060399,365.181920451112,2902.31029796405 -4473,2536.20399103565,51777.8452460432,1503.11578252099,502.225898248069,14095.1541308204,5875.53450832789,323.347237440006,2693.79014489378 -4474,2511.00683160899,54053.9544251077,1518.10633139139,502.624142162318,13951.3043363798,5775.76238509449,326.833461024265,2640.69948278035 -4475,2403.22083761567,53547.8059101163,1387.25689187283,468.852185864112,13363.7529151903,5616.30283798659,298.07211645413,2580.37888466829 -4476,2221.01576349722,51824.6146596907,1289.66236864081,434.504691990191,12352.1418344219,5179.05408982508,277.154774948577,2376.17537669331 -4477,2265.94148716508,50488.0501117826,1310.27211184886,442.029201448556,12606.8459514556,5290.06154951477,281.5125544289,2425.66251514301 -4478,2079.15325228741,49755.329970064,1216.2160052115,408.558961581518,11559.5917991083,4836.992034449,261.466768819412,2219.0200586313 -4479,2131.85344502821,49268.928592362,1295.19085450515,427.878211869316,11843.5056745425,4895.02394667775,278.897886740706,2236.49078422535 -4480,2288.3813094664,50394.5113853015,1396.18392396734,460.281236299185,12714.3281758394,5245.94951373377,300.686784142324,2394.78109280561 -4481,2448.53119953573,51709.2502135616,1516.62148362257,496.781791718363,13599.1236487814,5582.81142241083,326.833461024265,2544.82536682462 -4482,2528.64749841939,51813.1821542771,1569.05157179441,513.628861092068,14042.2514192176,5762.08313543295,338.163687673106,2626.62057083112 -4483,2774.09708168109,51507.6222808341,1730.41164885495,565.249460917906,15402.8875614502,6309.55605063421,373.025923515694,2875.31824661541 -4484,2546.32754444412,51481.6392956552,1507.33715215498,503.651330889015,14155.0136632426,5900.08545197792,324.218793336071,2702.92234416947 -4485,2232.25932823973,51809.0247879322,1274.34069841648,432.779300059116,12417.0695210702,5235.5701240134,273.668551364318,2407.46147647036 -4486,1858.25996890044,48453.0630392106,1183.8579799262,382.545592685269,10322.7994043982,4189.86363363522,255.365877546959,1897.67434910293 -4487,1825.56772223998,45631.3112722038,1412.39419152747,416.757964122185,10221.0042929184,3867.44288477607,303.062462380411,1690.68894719311 -4488,1855.92047309891,44126.3770166296,1418.13392632504,421.819619505326,10384.303174313,3939.21152355633,304.249529773113,1726.47984428143 -4489,1875.29511982474,43319.8652857193,1488.46549826899,431.397049316491,10505.9437278226,3932.85316089967,319.448444375864,1718.29099563558 -4490,2229.17058827759,43360.3987506634,1916.7273605509,544.411515002612,12420.0041260316,4474.61869693257,412.727418067514,1924.76250882172 -4491,3455.11724109699,44641.8793538621,2840.8841478857,841.948498096168,19163.9806738008,6966.05040978371,612.164877700648,2989.27847441211 -4492,4196.74628729113,47972.8975093981,3313.34436900405,979.690828973347,23466.7123449103,8808.76942624684,712.026719650178,3816.20451888344 -4493,4101.73518589455,57116.828197793,3390.62992667203,982.780045985814,22944.6887380457,8563.04261282317,729.586692041294,3695.87174836463 -4494,3581.01156010458,64358.804713862,2520.21874540033,765.78157945892,20192.354222959,8067.1904112984,538.663087221046,3600.07155278748 -4495,3285.59002349749,68475.5481718396,2346.20111299318,710.499695610008,18510.9189466836,7339.83713070357,501.832040389148,3259.09957889086 -4496,3258.95666734302,70018.9372091855,2278.77254213634,700.993298842109,18333.7950327017,7294.36054341842,487.322312516214,3243.45806023584 -4497,3039.28967026119,71877.2400430295,2095.67675633281,650.069880494039,17097.1227611121,6821.05131569135,448.028016363966,3033.15725693565 -4498,2927.23127258255,73181.5856570554,2020.84174229358,624.093273469912,16478.6974959237,6572.68776867303,431.896300976312,2923.25726414134 -4499,2641.9319572261,72696.2236713466,1696.77144782068,535.146123749733,14943.5195239031,6139.1420255175,361.308181380447,2758.67988177913 -4500,2485.33776411938,72284.6531740156,1636.01560037573,509.017952688612,14053.6656479998,5726.91200111139,348.622399641874,2567.50684175817 -4501,2447.6129379052,70802.5839292686,1550.0506246941,493.674133471315,13834.8215288108,5682.11462743284,329.977551390041,2552.18561665323 -4502,2247.2514769465,69635.4284810198,1440.10424064603,453.758759828634,12718.5672502019,5233.4800191226,306.571356570361,2352.42135703536 -4503,2286.5605988153,68162.7130585139,1500.07381597044,467.876790770167,12935.4840198363,5286.83973966528,319.639750442795,2368.80308031476 -4504,2384.44798229103,67361.3979851277,1541.59308905551,481.979928311951,13509.9253835704,5549.35168847578,328.177334805429,2491.04471860716 -4505,2650.02876537848,66386.5165465514,1766.08659820559,550.476459168672,14967.5726674369,6070.10203561141,376.750710038285,2710.07631590999 -4506,2810.87096590055,65407.4777416301,1902.25235892801,590.759186341473,15861.0430011901,6402.14830700854,406.142125365305,2851.26768234119 -4507,2775.66779636338,62755.1350742825,1750.42882894841,555.871297873084,15730.0961723403,6515.88918132089,372.411206595417,2928.35742713027 -4508,2674.2907789544,60703.5189395868,1654.16231508553,534.030845078989,15141.8091482462,6300.38934375739,351.903181218104,2831.98174158197 -4509,2239.2203353557,58475.2184653491,1298.08027549472,429.341511063749,12704.1430418939,5383.7496200292,275.240726579955,2439.89035968732 -4510,1836.01103089492,53549.8845932887,1179.75426060339,371.385485936924,10393.8699077756,4252.50448468124,251.158422027497,1902.35606996127 -4511,2144.14268760542,50197.0407181048,1679.05565933844,487.903492287957,12315.6561793089,4779.57871376739,361.809951210991,2056.52131658355 -4512,2175.55872499353,48272.2214341377,1703.95929764513,495.87789613767,12428.8097462328,4811.71576046811,367.240497997238,2075.19433185678 -4513,2270.79397416235,47266.1604536723,1884.85626976087,534.345885607484,12911.6161956622,4885.34916613883,406.259674698649,2086.04115812207 -4514,2709.93495839216,47462.5917288757,2370.33497806475,662.598954176304,15427.1953337298,5690.35875735378,512.055694045219,2410.53501714444 -4515,3847.01253839389,48404.2150432046,3083.75277094772,900.598173550732,22001.0074129516,8344.45100774592,666.939902278158,3586.95416042346 -4516,5089.63413638084,51244.6744546936,3979.04773069901,1161.60430973592,29547.4553813984,11494.5913765019,857.283528775414,4940.73290728144 -4517,5246.00552887161,59503.1051654624,4151.3048524113,1203.54176703754,31080.5005628484,12201.403348044,893.39980957538,5232.30810220593 -4518,4698.42603457639,66424.9713283231,3441.93198772549,1024.08038870828,27488.6511152994,11116.8475727752,737.998810382372,4845.17015727247 -4519,4278.71630694302,70411.7999612203,3147.94571107565,935.54776972328,25051.9379072884,10098.4029462487,675.521771418459,4390.93394870093 -4520,4139.36346089408,71939.5992276216,2974.40379400731,895.025208621595,24170.1904132678,9790.45375478649,638.872964846497,4273.48428498651 -4521,3793.26470824866,73427.9043202581,2667.16190802227,811.082839937305,22132.6726486779,9013.07929028064,572.988052557799,3943.99878973153 -4522,3687.1291957853,74933.8779678255,2634.7345484741,793.627030150152,21481.3211956007,8706.75818813703,565.606363011233,3799.60632973078 -4523,3369.82660006505,74034.8668016133,2274.18129963609,698.337912792729,19753.6273864999,8202.88267687582,486.595901188256,3601.06262778728 -4524,3108.26972655978,73379.056324252,2118.36841927845,647.034077295073,18202.6534529196,7537.29917799345,453.663675493547,3303.40097607442 -4525,2990.842444119,72106.9296441084,1965.24308419432,610.452577765024,17467.6892466201,7300.72417089025,420.687467446351,3214.39602437181 -4526,2787.55085945574,71273.3955360261,1837.55380309004,568.237738057292,16406.4618607946,6883.63534560502,392.963500595324,3025.81297865651 -4527,2848.5745920143,70007.5047037719,1902.32843142547,585.320114036496,16794.7676039016,7019.06995281625,406.897163114894,3079.13598564325 -4528,2982.53392422115,69321.5540765148,1983.34138811567,610.573532490165,17561.0425993309,7348.82034906669,423.577689089796,3225.33572139365 -4529,3253.72823185888,68693.8052675049,2174.06197591699,670.679657638398,19175.7419985311,7991.83154350856,465.373401443813,3505.5207372781 -4530,3411.57387974475,67336.4542911281,2267.02631756854,701.182477290168,20189.5443827363,8438.85147993974,485.339185422389,3701.32127079275 -4531,3420.64418075143,64118.7218985488,2168.46139157483,681.533970175259,20288.7498239414,8627.16397845682,462.272987362255,3801.66056644536 -4532,3248.71644929531,60694.1650165317,1979.1353097525,634.881952322522,19328.3468748062,8307.88860096235,421.799576714863,3676.31961184112 -4533,2685.63294937672,56873.627508942,1556.82441431313,510.009031242466,15915.3079415686,6929.24712036376,331.212181902246,3083.5744492327 -4534,2185.83425183072,53861.6803146212,1407.40498476597,439.798334871738,12842.838247174,5398.30067929961,300.469509310318,2371.97778387401 -4535,2773.64660899253,51533.6052660129,2070.98651052518,638.439664241219,15942.948017744,6329.12709384019,486.689320907744,2754.11242756047 -4536,2871.45048390741,48735.7578010125,2153.77740996015,670.068314566811,16365.4808543345,6441.31395087437,518.132863890477,2798.7185780365 -4537,2998.67135753245,47485.4568405169,2357.77808714133,717.260107535093,17004.3833031034,6572.0496286445,562.204366177528,2839.53853520431 -4538,3513.87561352922,47132.088262247,2896.56691512471,859.825140094191,19990.2515490136,7604.61304502017,678.703209759591,3271.77652380991 -4539,4721.09077616538,48133.9919771815,3692.03031083122,1110.91022662176,27015.7411713423,10495.1023984282,852.88983973844,4559.84719043089 -4540,6271.61037351562,51030.5747253732,4700.60664396755,1425.23762682245,36464.813361742,14584.0528786482,1064.46142341209,6373.06694954891 -4541,6584.43575163451,58730.8909507929,4877.81526797436,1484.41969731458,38997.8418682649,15851.5380565329,1094.90973146756,6947.91535735611 -4542,6078.11612508492,65633.010077178,4238.08732000079,1345.13502440246,35399.7347644391,14552.6859088898,991.627690817098,6425.19578323702 -4543,5620.45626712284,70044.9201943644,3894.17451068702,1240.02011052201,32854.8287417564,13561.6076025272,914.271233741147,5976.92585209064 -4544,5238.9880615182,71336.7940117974,3605.72007797598,1142.52122980832,30569.6848330716,12639.7696381347,831.559931667362,5591.24066763452 -4545,4862.63561024245,73229.3943618822,3271.46149178924,1050.69002666461,28396.3096743974,11822.7959524064,762.420344131524,5233.59294962369 -4546,4581.18233548431,74635.593334265,3128.17629483368,984.573548417501,26801.0616030253,11146.9283129105,706.577729866936,4937.19360116739 -4547,4345.3477526406,73499.6174279052,2816.14097503787,920.437219907698,25402.1832519958,10704.1483828157,659.326202057454,4754.36472437964 -4548,4089.88173871519,72702.4595192361,2631.73951835955,861.927148964391,24011.7482909193,10178.4632071014,616.049535249208,4515.58768929632 -4549,3981.32586575467,71551.933133111,2504.38601492722,836.091597188036,23250.776910442,9873.58011808506,599.804906778892,4384.28595643746 -4550,3859.76753700682,70170.6778547278,2392.38778743808,809.158392627215,22699.0702818187,9714.23487603784,581.474442795846,4309.58210257037 -4551,3905.93869248041,68493.2166259566,2435.51232111927,816.80534025587,23068.3417491489,9880.24869421937,583.881665202886,4381.08056356299 -4552,4057.24380655823,68319.6502607664,2514.11087406645,842.173537782024,23977.6313055887,10302.6989244015,597.822689512816,4572.79258955963 -4553,4380.08096928847,67702.2946659908,2734.02305614777,910.967796270719,25930.3447122368,11117.4894705537,646.243164030834,4932.41551001881 -4554,4513.73381065977,66546.5717231556,2782.65629615252,923.360595006563,26914.4350411939,11644.1084553347,642.419290979798,5179.78617292399 -4555,4548.09057541951,63891.1109806423,2699.57060187145,915.314215226233,27080.4019005049,11818.8549869922,630.390048597719,5274.19494458564 -4556,4207.26893160343,61550.5640346272,2419.98471146487,827.21907830089,25152.9989423494,11085.6833940085,555.614558318355,4968.71807988446 -4557,3441.41124498781,58541.7349154721,1911.37422711186,664.068831147513,20487.59009543,9090.7847562706,439.404057015704,4089.76744220379 -4558,2900.67137263177,54465.5248216247,1809.5361306581,608.222594432361,16943.4722918018,7178.35861329227,437.233697194443,3180.37562005297 -4559,2748.73380582206,51024.3387766698,1787.40672055294,597.815354879137,15428.0398138698,6386.44833584359,500.102252261531,2951.57627045081 -4560,2809.50657457321,47806.6064849045,1816.84728747638,611.764287944132,15701.4757908943,6462.72523995587,523.025007764081,3002.21635107996 -4561,2940.64516498835,46339.0877199227,2009.40692822451,660.356985079746,16364.2133579078,6599.67802002792,572.3015053421,3050.80189470906 -4562,3473.19410521238,46475.2384937065,2516.63509464405,806.736030544348,19376.5609656145,7667.17516253316,701.185710244643,3520.71210948247 -4563,4745.60397296559,47525.9902046471,3254.37417197183,1063.17497592321,26659.9074969472,10756.9690123096,889.501307480174,4940.76711534773 -4564,6363.9138578818,50467.2636833139,4206.25180469133,1390.69520510158,36055.2532509635,14962.8601732586,1125.73830784149,6868.81545558938 -4565,6690.91803844598,58053.2548545977,4391.01281538561,1458.76907833372,38406.3416734706,16207.1284765339,1164.87968801341,7449.12101539823 -4566,6070.44703377067,64728.8023542556,3662.40258028943,1268.56422300722,34436.7504376289,14788.4912393404,1020.10497709766,6897.1588750774 -4567,5585.54760908672,68452.6831610124,3351.24107780892,1163.1520362678,31709.7106850229,13688.2719590223,937.660524789872,6381.53492119186 -4568,5278.2014687039,70011.6620701168,3160.22821236524,1094.48982746966,29948.2391523352,12909.1797968981,864.728927634171,6006.44680823105 -4569,4869.13520455132,72045.6097506956,2835.91718987488,995.221432369903,27617.2222046543,12011.5425107334,785.738716654219,5603.77686913929 -4570,4660.70153469676,73617.0604563928,2793.79896075898,962.862834254266,26421.0840390829,11427.8541767638,746.58822971465,5300.11471398362 -4571,4352.39300634373,72920.7166149014,2424.88031784863,868.45077381631,24717.5443043835,10890.8759958614,676.218360653969,5093.96038228782 -4572,4076.290770607,72164.0921711764,2262.80441954102,811.046786232502,23128.6392042615,10266.1460082457,631.648434802772,4802.82814616263 -4573,3933.78341942801,70961.5998146936,2103.74188325785,769.54494960073,22270.946346053,9931.65483328283,603.792326524707,4667.01562358127 -4574,3770.63271441737,69766.3826980934,1974.16429364247,731.566472065063,21427.281778736,9665.63447520336,578.233312351176,4554.659456807 -4575,3835.6183158912,68320.6896527596,2038.80827630425,748.48521115733,21839.107980691,9843.56346372441,586.834365044659,4625.73948782141 -4576,4000.5406511062,67842.6028061195,2121.38813780211,778.224168257225,22760.7292944137,10282.3313766721,604.528986309665,4827.51378432624 -4577,4331.73954969123,66696.2336855254,2322.95000674098,847.18889405666,24690.3442401907,11117.4963354502,656.62561667088,5211.65541192352 -4578,4513.40910933902,65653.7964048328,2417.5872801301,879.063476115524,25815.0709923505,11700.6001531368,664.374411190685,5471.34361708932 -4579,4538.46405371969,63424.4566394158,2315.32451276372,862.822626724134,25962.8808538902,11890.2976747775,645.303767563558,5580.36018187005 -4580,4243.71686477035,61266.8298808321,2108.35926627497,794.144737965469,24356.3350166003,11240.0498870433,575.536046002408,5273.72415461474 -4581,3481.44839769819,58438.8422659359,1661.34138639964,637.890635247787,19922.1175561675,9254.18675153433,454.186263855214,4352.37190411234 -4582,2861.79687891906,53678.7601271899,1506.0544903429,555.41022393094,16266.6795897193,7237.48456302893,436.925902686728,3395.31032723658 -4583,2387.63273599063,50311.3657722407,1517.53724903496,509.872673775019,13197.1366992923,5446.42732145139,421.877942973289,2562.68578532922 -4584,2393.47418087133,47852.3365065588,1519.17479582793,510.927226486339,13189.1929427594,5429.14365060967,424.460253465274,2561.57144614401 -4585,2477.30939123807,46676.8664264341,1640.2337758322,542.648715094663,13603.8011687229,5498.83685648047,459.152727955283,2581.49211447223 -4586,2894.65015561235,46810.9386178594,2045.18858696778,657.490418845606,15962.7463165039,6329.62795038058,556.200802166321,2949.81412208147 -4587,4013.48983904063,47715.1463407818,2729.06222278259,882.226829923579,22232.2071683798,8982.61034585481,705.445050252798,4186.53916094794 -4588,5359.61421358029,50373.7249568328,3379.21118873066,1134.47519706861,29900.8120251196,12499.5745636904,900.350999212128,5859.07664655182 -4589,5810.33117760175,58396.2302186332,3770.17805560608,1252.51680499967,32807.6669533391,13769.4218783618,978.775673797451,6428.45504857856 -4590,5349.97234282739,64944.9807667485,3195.75169013287,1107.08371850747,29798.2230032535,12704.8800848766,870.301709922414,6013.82719256686 -4591,4885.69284165519,68759.2823256347,2905.07375064059,1006.52115099476,27240.3192487066,11685.1299945823,794.031004538591,5528.4135899223 -4592,4607.62215575357,70187.3070176655,2695.37747048612,938.800967090321,25648.615833046,11027.3151662907,725.736491807456,5219.08991879505 -4593,4193.68739583909,71803.4483530239,2371.645773042,838.069789420349,23341.8488359491,10165.1780849182,645.121733451641,4827.55879890697 -4594,4063.09668762358,72861.475404661,2324.49016210109,817.288028515518,22576.9044954921,9773.37967760048,631.620086272223,4630.99032570262 -4595,3828.18395038054,72047.6884338681,2086.21255676523,751.657697473287,21288.6683534184,9344.06988933158,573.087607971045,4442.68412145237 -4596,3496.78539136395,70637.3321959543,1842.27616304871,675.10532771137,19435.2898315486,8659.96839177197,518.49207050454,4129.62838640389 -4597,3407.77858848472,68551.4184442038,1768.17675134257,652.373009646524,18890.2048723724,8424.34731562746,499.299739167414,4023.29496226873 -4598,3211.08259719372,67473.6444569051,1605.33173168256,605.943683256912,17898.6248910759,8109.95752390792,471.192877781124,3890.65591765347 -4599,3311.36720203225,66272.1913916016,1713.55963800241,633.898819813478,18472.3783998493,8317.01157808699,489.034561817776,3972.89404298092 -4600,3513.1446284404,65704.7230840113,1850.03530714052,676.657611262652,19537.0287458227,8761.26764656391,514.583145864258,4167.91427904144 -4601,3844.9410274629,64555.2359890654,2081.08373801167,749.732321050225,21427.3127860381,9540.9590026745,570.389789572065,4531.16101368956 -4602,3951.18324181163,63236.3398952743,2089.93014072529,759.45915043501,22074.9998661845,9949.30516148386,563.043117047119,4722.27824594893 -4603,4019.82172876192,60322.0886929656,2041.16227479174,757.865060221743,22433.2240060046,10188.5748817785,555.937214130391,4848.92790678501 -4604,3726.34990403336,58122.8891782584,1804.68617157634,685.257250403114,20848.3737714546,9593.34893143454,486.581429924144,4576.65367458672 -4605,3050.67472122743,56183.51951534,1394.70132042314,545.295733005716,16993.403947344,7895.87736660143,379.057146514355,3780.64880766508 -4606,2520.88504286503,52003.3775815911,1316.25781950736,483.566503955316,14034.1161543727,6212.58921501476,370.8007588452,2958.73959256073 -4607,2198.17472307167,48575.7027252223,1392.937683828,465.95890214535,11864.8742996573,4793.67087954617,345.923679895679,2257.58930008091 -4608,2141.36659150929,46062.6287051963,1337.20724785066,450.536105549813,11548.0582105619,4701.80121044884,331.946965556459,2221.40264122279 -4609,2248.84558577862,44519.2396678504,1511.88199231563,493.733297858691,12137.5148411315,4788.72825594889,376.206560963987,2246.07788466189 -4610,2652.53934062984,44100.3940314507,1873.99923095293,600.907451448213,14336.9308493283,5540.18203990347,467.055204168913,2593.51412227182 -4611,3536.87714796791,44015.1698360314,2191.90743076485,741.38827328589,19102.0707693164,7808.14977718574,543.927133034619,3691.37552861326 -4612,5035.04938908865,43791.7161836559,3035.15599943454,1038.73067030787,27208.4500535418,11232.7181408871,752.413121927975,5317.98895727832 -4613,5425.43104296071,45937.9104368261,3233.67099363266,1114.97544672231,29380.9151879313,12208.2511008276,801.331622115242,5801.37789937536 -4614,5012.23780568541,49794.8241438289,2883.82426825638,1010.9999402841,27035.349642817,11398.3593186611,713.977157495121,5448.3444414672 -4615,4511.24141285535,54206.7343618292,2588.05477074392,907.949090377585,24346.7650024085,10272.7291520451,640.59940721422,4904.66926927742 -4616,4455.73735660265,57497.219052421,2564.1088087227,897.910176320663,24033.4046624416,10120.3241886304,634.775776239545,4830.08697787857 -4617,3950.05692260278,59507.2624309934,2172.71096325885,776.84781344825,21297.8316436877,9120.95724765445,536.93877586501,4366.58290249068 -4618,3802.60214339709,60359.504183558,2110.77639764036,750.886325911732,20501.8329776016,8742.92717047911,521.797335330855,4178.02920565313 -4619,3529.78468918799,59223.5282771982,1828.35199985319,671.653947779346,19014.5819208964,8291.9050721837,450.749037439824,3979.01525863175 -4620,3461.97646502512,57322.6133960515,1926.7950479437,684.124514908921,18659.3347406669,7939.94580147077,476.373013728393,3790.92367183291 -4621,3331.32263465183,55444.563525732,1806.05313874099,648.988475311532,17937.5409528622,7701.63201484449,446.090132660084,3684.17296660544 -4622,3178.27821566954,54248.3071179526,1730.45156842235,620.755856755668,17132.1129514668,7347.28358554617,427.454513541125,3512.76093794611 -4623,3124.05646432982,53484.4074343449,1652.29442128707,600.969869402289,16844.4333813047,7297.39873089858,407.654168227231,3495.45671414077 -4624,3193.09309315532,53648.61987648,1644.66229222446,605.640198328613,17209.9013203299,7519.37916756216,405.324715837361,3606.34797552837 -4625,3434.68787914619,53561.3170987023,1754.00930406965,648.493806557316,18516.951863101,8107.65661322578,432.113418320865,3889.80788699706 -4626,3515.48184243466,52678.9349946139,1714.88715832077,648.377794267326,18955.2221887928,8414.21759238611,421.63088256645,4047.15361050409 -4627,3716.9914579971,50666.813033683,1814.27332229229,685.582161569779,20032.6468358128,8889.79813866824,446.090132660084,4274.88826838118 -4628,3523.07769412144,49625.4151449836,1633.20328507479,633.673347042894,18978.1716434736,8550.92070586556,400.665811057621,4127.32508042031 -4629,2944.0771760838,48907.2454830303,1330.81668746082,522.897133560672,15839.1515249841,7186.74906506359,326.123334581785,3473.99564448457 -4630,2522.03249982784,46152.0101661465,1376.9998180677,492.090058017669,13600.1594632361,5812.33811827376,340.100048921004,2767.33736881114 -4631,2369.20601307896,43200.3435740592,1623.86684112567,520.278085334549,12884.0151611708,5083.22824113416,395.578759929505,2350.19525422364 -4632,2604.35044286598,40971.0038086423,1886.97283640323,591.922176696179,14159.6259695133,5451.2245096186,460.524526485096,2510.5825541848 -4633,2883.51229700364,39459.8336043647,2254.47835669367,686.898379820733,15684.2318922266,5809.59791970551,551.448599662922,2649.74956602311 -4634,3569.81800814175,38791.5513304107,2930.97037367279,877.778596962898,19413.1910687825,7004.54813695845,717.945928469072,3179.37261363183 -4635,4673.84218793501,38506.7778854363,3499.58590148592,1083.7308313002,25416.9130510004,9627.14685435043,854.922454295408,4414.66669266115 -4636,4651.45200128379,38123.2690564566,2691.98989274507,926.349966629481,25281.6892287311,10656.8219605809,651.819329794289,4998.10525712092 -4637,5162.91663385217,38861.1857548854,3007.80640108796,1033.08386432991,28049.31139373,11808.4537985822,728.573417541805,5545.75692982385 -4638,4409.13992132882,41361.7878775046,2295.94912895898,832.445937828223,23917.6478158098,10471.7838229505,553.810263901307,4978.41274824366 -4639,4031.13313699146,44944.3212529535,2123.85388138574,764.997736166413,21878.0273143705,9535.24037369059,512.481139729568,4522.16935360657 -4640,3956.00536876145,48486.3212642721,2084.65714650847,750.921365331148,21469.6174450169,9357.72160424153,503.034482776027,4439.12799594768 -4641,3612.08429973014,51302.8763737548,1856.68644147989,676.579645073578,19602.2813920853,8607.14186718573,447.535373173978,4088.06294622082 -4642,3487.00230942804,53999.9097715775,1821.27248525848,658.279719184095,18929.2924899156,8267.34362157878,439.26954833963,3918.86681224892 -4643,3396.49533677979,53691.2320245967,1734.83316301248,633.685580063438,18436.1008905226,8105.98194679164,418.014570194164,3847.40108643033 -4644,3170.77646870838,52183.1797946708,1664.29787757329,600.024534154656,17215.2130296654,7505.87606285573,401.482920525468,3555.57105053578 -4645,3084.3902188476,50660.5770849796,1591.96675605249,578.670747848761,16742.6138018711,7338.95513645404,383.770438737579,3481.62549515187 -4646,2983.68199495614,49406.118758139,1566.40643311399,564.604102193983,16199.8608532759,7062.11038533448,377.866278141617,3344.42357577807 -4647,3128.22616581903,49348.9562310711,1701.00310008466,603.078886414133,16987.4226843253,7323.03605659418,410.929577479008,3459.43824136754 -4648,3249.18776067921,50313.4444554131,1750.57613289379,623.206894447281,17644.2955033486,7627.72850728056,422.737898670934,3604.47210850897 -4649,3421.6166869144,51442.1451218903,1787.19027439254,645.422419313502,18580.5634700758,8108.99335139663,431.003723505282,3838.64298938143 -4650,3730.18167161805,50983.8053117257,1995.72931263081,712.62332892041,20259.0055493938,8775.15823825864,481.779504630562,4147.27295222874 -4651,3978.19601250282,49097.4409103443,2151.27572453018,764.397452004542,21605.3436421669,9327.42297405397,519.566132444723,4405.14201548134 -4652,3652.76097531307,47352.4239402708,1820.22012058799,672.58302455927,19828.2151443379,8778.53782856575,438.088716220437,4170.48215301668 -4653,3102.92131891219,47378.4069254497,1545.43219051449,571.390417228588,16841.0023049154,7459.41800662201,371.962117545654,3545.88000126589 -4654,2497.7161571465,45965.9721051774,1392.01487615075,487.030218738869,13575.5434267076,5794.78019067747,336.537153969878,2723.31312135537 -4655,2409.30348105048,45617.8000836177,1733.74654354381,533.805671585752,13228.5152629617,5178.95221628246,402.326310003503,2332.76066521053 -4656,2397.58230056224,43166.0460578185,1716.75139620661,529.424963613816,13123.6967384125,5148.42771442612,398.394782544186,2321.73154407547 -4657,2506.00998404807,41536.3934330601,1899.50940002739,572.835974367828,13678.4964971567,5226.75595810647,441.641584596679,2339.9629699879 -4658,2965.36192657751,41068.6998006544,2363.87604270715,701.855462716825,16272.9179013279,6082.04485896429,550.413844304467,2716.7517700897 -4659,4157.13147366372,42478.016646575,3064.22467755329,936.486521633899,22942.0141682867,8890.12969315768,711.606470136489,3998.31289473901 -4660,5546.92614975824,46147.8529006155,3879.09784283912,1211.70947454336,30746.77667457,12212.6899525805,899.009279030629,5533.64514809312 -4661,5852.20295448599,54616.2260751738,4073.6963925686,1282.31417122151,32845.788376371,13134.617492762,943.566590236229,5993.13394164197 -4662,5109.31029621306,61791.6861411197,3244.77195996863,1057.38973788663,28276.8608047864,11709.7752837004,749.61123557656,5389.89596925219 -4663,4650.98349656049,66244.1298240642,2972.18401530555,965.517799767972,25774.0622307201,10640.287936789,686.706796227478,4887.89280384318 -4664,4462.15888022156,68254.1732026365,2787.17610472626,913.505568215327,24693.521276453,10272.2619131288,643.459994174984,4724.49682998732 -4665,4101.72811529969,70764.1291474969,2521.87425465157,831.626015441802,22683.325996286,9484.08448751982,581.866063979008,4364.23557034245 -4666,3974.27658756598,72532.0112292115,2475.1995756096,810.980239518387,21949.1212030823,9129.8055792178,571.381990754161,4191.75170361615 -4667,3695.48608492381,71865.8075376159,2168.19844021192,728.877772818667,20409.8557511262,8667.72601713254,499.303987333338,3999.08827219949 -4668,3495.67051165634,71211.0364522479,2119.76965089878,702.113197121684,19282.9898709159,8096.60346783656,488.819914108491,3724.54348075466 -4669,3325.60077925911,70321.3791082769,1935.17657296027,651.879735795584,18303.2417190011,7787.13643711479,445.573112055997,3590.48377404148 -4670,3163.99249701898,69204.1109472133,1855.33979209499,623.77193043681,17482.2295381394,7424.72555885527,427.225983912515,3424.32719631825 -4671,3247.83744667004,67523.5317440904,1933.99580644361,646.26960267453,17976.9358202331,7597.59436462937,445.573112055997,3501.27412871738 -4672,3402.61738488931,66706.6267989458,2019.49398154329,675.313567746146,18804.3107216273,7953.75995581726,465.230749352585,3664.03411773573 -4673,3701.08597077855,65955.1990127449,2212.48239378896,738.073904897827,20505.7204117666,8652.21869480096,509.788060558185,3984.26429657842 -4674,3932.46042343914,64723.6056967315,2354.79500914972,785.678514592831,21844.1905645734,9214.4347549522,542.550789385832,4244.83788052035 -4675,3945.9989102894,61849.8880601809,2240.22055134302,764.639493963618,21884.6120922376,9392.16080751555,515.030097170608,4341.64821680824 -4676,3737.17197095266,59767.0922827821,2033.12954736142,708.243682660623,20766.4478031017,9032.85792041089,466.541258505691,4191.96591672868 -4677,3107.25819067918,57512.8088233655,1629.91919154151,576.38068803382,17182.2573861918,7550.48583896617,373.495108635174,3509.42447595063 -4678,2538.77693811263,52668.5418811935,1502.1763505745,501.509406886111,14008.4685649917,5916.47340146926,345.974416419951,2714.27949456566 -4679,2374.02255541158,49167.075334819,1705.47945521229,524.153709117293,13138.7665490456,5150.29333891475,389.224950862534,2293.6526561436 -4680,2396.27689885425,47378.4069254497,1728.0987939515,530.192686121258,13217.8641049581,5172.60111042742,394.52052842529,2304.25939420357 -4681,2512.31535850991,46202.936845325,1921.3935178342,576.297603130315,13808.1649044498,5260.42487754559,439.532937708712,2324.67793410562 -4682,2984.17642938659,46687.2596406684,2403.77750948731,709.608813570015,16476.4193412336,6135.43596286133,550.740066526579,2703.12190793843 -4683,4149.18292017435,47575.8775926463,3077.05915030181,936.023134627164,23067.2784863702,8920.92163365363,702.987921455802,3962.54633355461 -4684,5638.838870506,50249.0066884626,4011.0422070817,1241.30214734993,31496.3494229231,12423.6824459076,914.811023966024,5554.97819095136 -4685,5939.15217871207,58017.9179463637,4199.40653965579,1309.85656491408,33581.1688429499,13341.9053636565,957.175644468069,6008.52927774606 -4686,5313.94338263505,64627.9883878919,3503.06510633627,1120.4492706213,29652.873480092,12101.8055099821,796.984423194713,5490.10149120307 -4687,4831.53084482408,68549.3398618453,3200.30684444117,1021.11861630332,26994.4458846773,10988.2959992943,728.14191487889,4975.53215305758 -4688,4644.35634684571,69846.4102359885,3016.11892814457,969.497315565608,25919.3464280793,10622.2299435172,685.777294376846,4815.5284911679 -4689,4239.94847744122,71736.9320037148,2697.96409787979,874.062899999178,23657.467989792,9761.83096100416,612.963102888957,4430.13784994179 -4690,4131.17614825721,73554.7012718007,2672.92370706701,859.250581394051,23011.6827803376,9433.3683505497,607.667525326202,4269.9307421129 -4691,3812.92486339738,72776.2512092417,2317.73424563572,764.714715842801,21257.4463336187,8910.22375558807,525.58607310349,4056.25403991174 -4692,3522.70377509682,71707.8310441842,2164.9352979838,710.684051344604,19620.4915855209,8191.68467193368,491.164818945579,3724.14264672101 -4693,3373.9716925385,70678.9049520777,2004.07469896064,666.842140036215,18752.9949339168,7915.1267936449,454.09577600629,3606.0631895815 -4694,3176.63852359777,69366.2448069899,1882.03346368317,627.778095551131,17726.6268458047,7493.83143143843,426.293993801823,3417.76692989673 -4695,3247.22275362379,67743.8674221142,1945.60453960178,646.233297936785,18152.4729425672,7646.66662413596,440.856832099401,3485.30935784052 -4696,3398.58672620068,67092.2143110979,2027.66553198962,674.236329777542,18971.755315578,8000.36334385188,459.391353569045,3645.32909551074 -4697,3690.72126585949,66199.4390935891,2214.35714346812,735.05608414613,20653.6564728026,8693.11586414956,501.75597407109,3959.81603398934 -4698,3880.16399753723,65012.5365080508,2308.95700357644,769.873647175967,21774.8834347131,9192.79820865301,522.938284322112,4192.62798274132 -4699,3911.82640109502,62385.1374338889,2214.28781509384,754.052139389355,21927.1119562108,9403.41500664703,500.432079680401,4303.24625505306 -4700,3709.52301277078,60626.6092752294,2013.15882619088,699.389898479785,20840.7693680353,9053.71278016846,454.09577600629,4160.00585672219 -4701,3062.24718371539,58357.7753360475,1587.73481025566,562.285272334356,17131.4577492857,7535.30226897119,357.451485486001,3470.02641354716 -4702,2471.47053276027,53393.9866822155,1433.5661073594,481.095740157362,13786.1317735865,5851.45476417498,324.354125718779,2660.14498621855 -4703,2309.78417634396,49873.8123905448,1661.44684605779,517.839747748564,12848.7082207419,4958.33373267354,372.148879434245,2165.23615140244 -4704,2331.09663618125,47866.8869863241,1683.45854761297,523.824164532899,12923.295969832,4978.8053166325,377.212129494574,2174.62678570542 -4705,2445.59963107335,46741.3041933847,1871.60790818613,569.837576882732,13496.7084520308,5065.73154752471,420.249755007378,2192.48282799687 -4706,2906.7493733782,46814.0565922111,2341.34208271229,702.043280814648,16097.5233139571,5909.00380354815,526.578006274305,2547.2221914888 -4707,4038.35049216006,47788.9380307875,2997.48451624284,925.069469312789,22550.9902068934,8588.75955758975,672.146445508789,3738.95498589754 -4708,5486.62677527142,50560.802409795,3907.5858679557,1226.05279243616,30803.552245196,11959.3150105131,874.676447921983,5244.81471116053 -4709,5779.52366005577,58347.3822226272,4091.19574032608,1293.38403365353,32842.644122256,12839.8680161166,915.182448404622,5673.09517472015 -4710,5164.10634858349,65189.2207467787,3413.05471754703,1105.31750883364,28996.0471585355,11635.4120081295,762.019134079644,5183.77940436804 -4711,4696.15528603515,69087.707209905,3118.06963928438,1007.44027501175,26400.0688603719,10567.2769283383,696.196883295356,4698.62665045702 -4712,4513.04349034179,70366.069838752,2938.69537975671,956.266982592914,25349.8419312038,10213.9013266188,655.690882812716,4548.13384010086 -4713,4119.2227793234,72299.2036537809,2628.78841976576,861.909022853038,23139.9372056218,9385.85275484678,586.071194483181,4184.93424192595 -4714,4014.36268537198,73874.8116250091,2604.32213551705,847.535881767299,22508.4979283126,9071.88117896607,581.007944422851,4033.40550722426 -4715,3702.8755260793,73473.6344427264,2258.47848595918,753.631799062629,20798.6971663566,8566.09399608342,502.527568487738,3833.49975087161 -4716,3421.39860772501,72666.0833198229,2109.54962015013,700.506895039124,19196.8673239599,7876.11985094468,469.616443095594,3519.47322358066 -4717,3275.57653866257,71303.5358875498,1952.90255521744,656.992490046495,18349.3486122464,7608.5139870431,434.173692673285,3408.48681304012 -4718,3084.36545305024,70168.5992723693,1834.00400229302,618.46338790584,17347.1610973938,7204.07463763614,407.591629856554,3230.92662914039 -4719,3153.4439391945,68436.0540988887,1895.92357200137,636.738590310845,17763.8389392612,7351.67347242834,421.515567522461,3294.66587442414 -4720,3300.25274307254,67719.9631201078,1975.89841153001,664.306324540849,18566.0640068917,7691.75445709728,439.236942733615,3446.07600419443 -4721,3584.34962858663,66705.5875077665,2157.81310957123,724.276766137954,20212.1079665377,8358.27552315252,479.742943216254,3743.38675788193 -4722,3768.32696010319,65550.9038561105,2250.04239009774,758.479216234295,21311.061139077,8838.65636492279,499.995943457574,3963.90086080255 -4723,3797.21370196512,62954.6844246516,2157.97178383889,742.380837246202,21464.2128617389,9039.08048256342,478.477130701172,4069.80837816842 -4724,3599.38861889144,60995.5676244438,1962.11062820702,688.117850205536,20402.2121223782,8700.37041271261,434.173692673285,3934.99036020712 -4725,2969.75139221635,59056.1978607114,1547.5927797346,552.884197248809,16772.2988024228,7239.40517645014,341.769379072265,3282.90263585887 -4726,2399.81610535761,54125.6674319409,1397.04170368522,473.896050852798,13496.987148525,5627.43302998276,310.124066195204,2516.18081321889 -4727,2184.57270111251,50406.9831818943,1559.36107485468,491.485011028681,12002.6262095925,4571.6319202194,346.512621904715,2012.73559409911 -4728,2198.17016363617,48284.6933315445,1580.04104804153,497.112206443819,12069.2716750415,4587.10806110401,351.227079345596,2021.6161339568 -4729,2303.81479462584,47317.0870320368,1756.7506979002,540.680342114294,12629.3377615084,4673.70830205459,391.29996759308,2039.60558713574 -4730,2755.38310817454,47436.6087436969,2197.77858801944,666.222301716197,15075.0612193009,5463.52416341467,490.30357385157,2371.32487667384 -4731,3832.20963504705,48350.1703896744,2813.41098738789,877.980818306538,21030.6837289268,7918.02573557321,625.844225276884,3476.32845770212 -4732,5232.5267071668,50917.2889624166,3667.41090167914,1164.1001941705,28761.3364607845,11040.3497039133,814.422522912103,4875.03678614439 -4733,5586.08513810394,58523.0271701759,3839.66341614209,1228.89266142479,30708.6601588143,11891.5534311297,852.138182439147,5273.9531386299 -4734,4924.33720418455,65295.2312698527,3203.0304795921,1049.92924971102,27080.9329798279,10735.0267422527,709.525844852512,4816.38874745612 -4735,4481.39632401795,68613.7776287959,2926.19743479147,956.926943156171,24653.1166333498,9750.90577442477,648.237898121066,4365.53724136842 -4736,4297.20349260048,70440.9008199369,2757.79994725817,908.265746004805,23649.5320195974,9414.7100899812,610.522238594022,4224.80549058411 -4737,3917.4834195985,72412.4895175515,2466.90467472295,818.628086096791,21570.6662421964,8644.73498580361,545.698448781916,3886.58922779858 -4738,3813.73016462206,73903.9125845397,2443.99533708055,804.889158273134,20995.2924352407,8357.82498933606,540.983991341035,3746.3170943539 -4739,3517.25929195207,73183.6643402279,2119.26268268283,715.858545304112,19391.8563851225,7886.90805982147,467.909901007388,3559.04855392994 -4740,3247.75797358736,72610.9994759274,1979.54421416804,665.351630334909,17904.1773115173,7252.53658941207,437.265927641665,3267.7565335694 -4741,3099.31492054782,71396.0352220378,1832.47402425429,623.981395696452,17095.3256837731,6996.63940287326,404.264725555501,3163.78512075216 -4742,2931.19540891226,70109.3580621289,1720.88628355777,587.525151357889,16173.8939686187,6632.67159298562,379.513823990879,2999.07306221443 -4743,3002.682191706,68559.7330760796,1779.00836350679,604.918845272766,16565.8100026082,6772.1663297545,392.4785819533,3058.52094208906 -4744,3137.83089824221,67786.4795702308,1854.04249708002,631.067786051288,17312.9996404451,7083.20568413004,408.979182996382,3198.90966742308 -4745,3414.70040764547,66828.2271937782,2024.74715331937,688.072672365809,18840.7530462558,7698.46758557253,446.694842523426,3474.9534092948 -4746,3599.11458967562,65593.5159034131,2111.25458832392,720.672498510769,19864.9181237119,8144.30451117995,465.552672286947,3679.52044660337 -4747,3619.80657359403,63138.6439032622,2024.71875276502,705.43220197709,19999.6431039028,8322.19648441315,445.516228163205,3776.55901688812 -4748,3435.0584218746,61142.1116124619,1840.83564787513,654.001529795418,18991.2121803148,8006.00855563499,404.264725555501,3650.56487880081 -4749,2819.80563671478,59199.6239751918,1451.84711344357,525.417878623929,15600.0598984228,6651.68812182594,318.225877259433,3044.73888416686 -4750,2274.96548890982,54310.6662017307,1310.81918420901,450.097444972959,12570.6553713073,5175.78296467717,288.760518253929,2334.8000753283 -4751,1961.26029588523,50713.5823465166,1385.11444260968,435.608746203171,10593.0857682402,4035.75961538334,306.181937349585,1798.86419741279 -4752,1964.19675356581,48597.5283440563,1392.73107173391,434.90697953109,10567.6447360014,4028.41133934873,305.140502188532,1795.83512202682 -4753,2037.41763420411,47416.8617072214,1478.43434641291,465.254289717871,10915.1877404516,4072.11637834241,335.342121859069,1799.39352760584 -4754,2393.59224926004,47350.3452570984,1860.19011288112,569.159592486359,12943.563087728,4717.80482956194,416.574064421204,2081.27899719235 -4755,3360.32910216929,48314.8335822543,2591.3403249312,761.821615057339,18330.5685013991,6887.60427663006,534.256237620195,3066.54888639588 -4756,4460.8863585573,50925.6034934785,3126.35586788814,979.855106010104,24426.720362887,9433.79103003064,674.849984362351,4246.9712895742 -4757,4856.63650130254,58480.4150220593,3463.03670894755,1097.01371902012,27050.6825474488,10392.4033377182,760.247667568698,4717.18436322007 -4758,4448.60509781479,65181.9455068961,2885.01757202019,957.088261834762,24246.3874316496,9557.40046704964,650.896975658132,4354.6338720864 -4759,4022.57722681707,69193.717732979,2636.61382636484,865.803173966523,21967.7315769221,8645.27402749323,588.410865994951,3932.62832944966 -4760,3828.69223387195,70846.2353685645,2463.93637989821,809.136489321359,20867.7095076128,8291.01210792269,542.587718908618,3778.85865041848 -4761,3453.90176247127,72734.6784531183,2184.59453097516,716.11600494432,18816.1079407025,7550.10960353855,472.811563118067,3448.2196680033 -4762,3360.1061505599,73951.7212893665,2122.75141610514,701.23716535239,18259.4142120536,7291.67086972129,467.604387312802,3320.06900206141 -4763,3169.39952364091,72997.6261784448,1888.67389637832,644.084510402596,17204.394188206,6984.33473855693,421.781240226469,3195.63614632863 -4764,2849.31841717403,71518.6749080495,1654.87100666473,573.54885673765,15443.9674935335,6302.67253483992,373.875222818031,2886.04038806288 -4765,2783.54041495442,70053.2348262402,1594.59273912542,552.758807647315,15026.4894613112,6166.39910071544,357.212260241183,2824.18866437327 -4766,2573.16783156732,68420.4642271302,1430.97109629132,508.049170229631,13966.4355523198,5768.97899029072,325.969205409592,2652.3581498546 -4767,2665.93694454341,66970.6139162654,1539.88937091926,535.203162080467,14516.7419620273,5943.17154679691,346.797908630652,2727.59368515116 -4768,2852.43493720881,66288.8204537253,1656.38026536427,576.541259209321,15490.2650206941,6312.2210952913,376.99952830119,2889.84911893287 -4769,3125.72453548499,64941.8627923968,1893.75894458,638.842350573034,17049.2114579538,6901.84105157652,418.65693474331,3156.57508774031 -4770,3214.84616729346,63391.1984143543,1905.88454893773,649.04865060392,17605.4872632036,7189.05361433386,419.698369904363,3300.77476652217 -4771,3283.05960697181,60549.699610872,1843.84321226614,647.237375482183,17915.0575545642,7410.12699549797,412.408323776992,3411.18047136032 -4772,3059.44120653752,58477.2970477076,1642.67177726254,585.231653090077,16737.7501829206,7044.28245011671,361.378000885395,3264.15220242829 -4773,2512.89771841936,57028.4860280221,1265.78165590742,463.839819521342,13648.2574879248,5836.17987888764,279.104623162207,2710.40675929196 -4774,2071.26802931601,53154.9432588955,1198.26561391057,409.472371675744,11233.1760301893,4606.97864068378,263.483095746412,2102.84703153524 -4775,1837.85521783958,49717.9144794715,1287.42771307242,406.117454467411,9949.33837080376,3814.99006441026,285.915163233622,1726.2767669326 -4776,1736.59664807215,47287.9861733202,1136.69611969099,369.349057789753,9401.32553171815,3702.05954701901,252.45933011658,1692.78060321459 -4777,1812.87905736572,45735.2432129192,1249.653994969,397.809666409056,9817.21377341316,3782.84054176263,278.261966681577,1716.80253493903 -4778,2033.45742205274,45160.4996654463,1514.53421815852,470.53599423752,10974.1434303241,4075.3812448201,338.411391070793,1835.36248773171 -4779,2693.38101078313,45050.3317760274,1789.34713282915,581.083618582989,14530.0189870547,5663.07216385011,398.178977728362,2587.63228959967 -4780,3874.2485846591,44859.0970575342,2659.73350230402,851.468893723643,20882.9520915261,8027.68763832679,591.294031076006,3647.28765343619 -4781,3912.5247603058,47092.5940884821,2891.58042940859,907.329769755756,20952.0664209862,7778.02652898992,644.361584124184,3527.90578349005 -4782,3819.02527475007,51190.6299019774,2459.10693393039,811.90354786591,20556.0673298162,8140.87042839776,546.145316800116,3765.31042749481 -4783,3328.81993715794,55679.4496835211,2093.49079419598,699.307501820381,17904.1603132825,7131.94224113921,465.271910482256,3302.18243071331 -4784,3452.43499846692,58954.3446031684,2229.31193090623,733.196632086448,18604.9108240151,7358.50362227141,494.794602157886,3391.83262358561 -4785,2889.81252242081,60781.4677943094,1663.85475134981,577.447026833869,15555.6948441754,6385.67179712081,369.154319295784,2980.39754579551 -4786,2872.93514903187,61629.5523821571,1705.1485350799,581.816025722205,15485.4068313965,6301.10904356798,378.069224554175,2926.79357917819 -4787,2720.08320694084,60624.5305920569,1536.82365998206,534.906911490521,14669.1180721427,6076.21164937098,339.662016044661,2835.82144900852 -4788,2751.40500237803,58818.1938293846,1705.40930133334,568.513603291876,14853.8187606533,5968.15608057476,377.67630309005,2755.31752307636 -4789,2670.81119889627,56893.3745454175,1585.37552754544,537.595397156448,14433.4861940792,5888.22400175836,350.559401929244,2727.14832444952 -4790,2477.54364195042,55940.3188264891,1489.17962274934,503.914806121188,13365.0115679844,5424.67771839233,329.69705702424,2515.1718628241 -4791,2338.52377701713,55292.8229810037,1337.37033061385,464.140881223184,12596.4508080592,5186.68350469719,296.082124852345,2418.02675646991 -4792,2368.00696879467,55309.4520431275,1281.08080903789,456.084899713448,12758.2724917588,5341.72958348688,283.297717774483,2501.9135674842 -4793,2587.77875252897,54829.2865133149,1457.43050297475,508.820480152308,13939.4938590195,5768.09185390121,322.19187579457,2691.38549464109 -4794,2613.59746796693,53951.0617755714,1434.80195483731,507.473211488759,14062.3872426974,5862.26814221594,316.817190513466,2743.52091010512 -4795,2805.73839999155,51964.9226990055,1523.31316498863,540.640577019997,15111.9638324825,6327.39409308819,336.142532145866,2963.05314630991 -4796,2622.52104814233,51027.4567510215,1358.54772188585,493.572088160156,14112.5707187874,5987.5472320876,299.283410641434,2816.83093077335 -4797,2220.88191944457,50410.101156246,1063.28709404031,400.482375665881,11971.4797045609,5195.49009053497,233.643105459709,2458.10523622651 -4798,2020.3786332877,47146.6387420123,1222.93748556709,410.584103113829,10921.8302639345,4419.51561670774,270.491143231664,2036.49927914246 -4799,1845.37858321758,44391.4034251285,1350.17049617546,420.795852753976,9889.38611893491,3688.60609815567,299.507003776059,1667.45858489827 -4800,2029.69416909599,42335.6299240878,1529.33822821699,471.523332128157,10882.7753461946,4006.75423814184,339.552508459209,1805.79267650151 -4801,2362.9671406519,40896.1728274574,1934.42698725571,578.195445219007,12692.2404491131,4482.76601023565,430.489175343862,1988.89502404186 -4802,2766.63670906487,40428.4791950517,2417.57784412217,706.962035709107,14866.7924914685,5061.95768678911,538.945750527394,2217.35212920277 -4803,3374.54041084109,40032.4985694792,2671.72247567104,808.995682295719,18096.850206803,6495.92867005196,594.008319466725,2899.65045951717 -4804,3196.85855165842,39474.38408413,2047.31073167503,673.294943889247,17079.9695529323,6716.24529476833,452.180490380569,3083.28346579474 -4805,3374.12897077994,40317.2720144535,2462.76872257672,771.755102937627,18023.9336758953,6725.86798904014,546.454282655484,3049.09914099134 -4806,3053.96517117835,42865.6827410856,1758.50872824394,608.815207966636,16268.7945557341,6673.09596083226,387.10654527045,3133.36682356576 -4807,2731.30317731303,46516.8112498299,1576.69874054764,544.506489056186,14553.5465609448,5955.90123839344,347.0610405873,2787.78265400349 -4808,2760.27203615353,49659.7126612244,1588.27370097903,549.101056121304,14712.5292412876,6029.01674700875,349.563884629997,2823.26428339544 -4809,2530.11595355384,52216.4380197323,1408.24121172891,493.827689368992,13483.3696249485,5581.79897058871,309.518379946847,2619.1704563982 -4810,2502.05711362278,54476.9573270383,1422.32266961798,493.637497872894,13342.1584345721,5485.26736681344,312.855505337109,2566.40606645455 -4811,2397.43436929558,53868.9555545038,1299.59043907323,461.066168467593,12774.6757778507,5332.14586881404,285.324220867444,2507.90376252866 -4812,2215.76612658545,52679.9743866071,1208.21495087713,427.234472660829,11809.5901489539,4917.95882338106,265.301468525869,2310.04778150786 -4813,2258.08611075608,51023.2994854906,1227.41564248252,434.228135519151,12041.2784861987,5018.57582799152,269.472875263697,2355.61580897889 -4814,2074.22909030009,50231.3382343456,1139.43983250714,401.717593044718,11054.5666895335,4594.09143047258,250.284404269687,2157.64909128443 -4815,2126.79899311528,50479.7354799067,1213.6046881692,420.581476739315,11338.0350606393,4653.73582103543,266.970031221,2176.3257113871 -4816,2280.72231401447,51437.9878563593,1308.18147623272,452.052835103948,12164.2437502403,4984.2627725293,287.827064910141,2328.62731241394 -4817,2439.32082961544,52532.3910065957,1421.01044341362,487.749697657279,13011.4304496333,5304.28133082098,312.855505337109,2473.59235591708 -4818,2522.67079045104,52580.1997114225,1470.26339394142,504.842064290092,13449.7390274838,5480.6239322164,323.701162855462,2556.27741912469 -4819,2764.64055459439,51976.355204419,1621.45286046518,555.071491306528,14745.6912993004,5998.15287993219,357.072416758087,2796.94974900176 -4820,2541.13186857415,52212.2806533874,1412.14766457131,495.40284930937,13541.217403465,5605.54158745885,310.352661294412,2627.65538116899 -4821,2226.50209146048,52109.3881046651,1193.7241401695,425.578131383434,11864.0159033343,4968.47539618322,261.964343135606,2338.70371213486 -4822,1847.49852627517,48747.1903064261,1109.28450389635,374.779909450153,9869.92058048931,3978.04559388162,244.444434836728,1843.15211354196 -4823,1772.49702174595,46064.7073883687,1286.73194572365,397.547097618103,9550.11427389034,3626.0695133222,284.969765305788,1638.60169449853 -4824,1808.70501538866,44811.2883527074,1299.58016815468,403.234998970289,9745.65208065779,3719.97128085318,287.736462056329,1685.72998129916 -4825,1816.28560574258,43962.1645744945,1332.20333847936,409.879369248826,9789.96828589799,3700.17524460845,295.114320057774,1670.79166871909 -4826,2150.207124343,44157.5565585186,1743.21927839107,517.347827210906,11595.2351130046,4175.14030822218,387.337545075828,1857.31406950037 -4827,3379.00724472772,45143.8705025086,2727.03538844504,810.101028854415,18230.0965659961,6581.01234355581,605.906588368617,2924.76082046176 -4828,4063.8792040036,48977.9191986843,3081.4360891397,936.691401311285,21895.7748748658,8139.74796855299,683.374097383783,3647.62501329101 -4829,3915.20980382391,57408.87688265,3121.89407916152,934.723866206596,21063.3220988296,7644.67878695021,693.518652135769,3413.67682243806 -4830,3453.96131471988,64679.9543582496,2247.40238713895,729.097847733447,18545.1119236539,7386.9757059255,496.160950597132,3410.8596458877 -4831,3169.62199169457,68946.359778597,2108.21108482821,676.923463038778,17028.2054644659,6716.89529296335,465.727286341175,3085.04698511387 -4832,3162.32797401642,70668.5117378433,2079.73871143937,670.672274190829,16993.0640068005,6735.31640496915,459.271660589911,3097.66390359393 -4833,2956.69803478213,72784.5657403037,1925.92880292181,623.131560014238,15891.0208656369,6319.74602361147,425.149067333231,2906.5027112028 -4834,2845.42347276155,74008.8838164344,1842.86038659538,597.354109216705,15294.8407111536,6093.96983490923,406.70442232962,2802.57529782104 -4835,2566.06866894107,72847.964216075,1517.68740638488,511.597868715157,13777.0101015448,5672.17343020139,333.848074565357,2635.25921394136 -4836,2409.8949539574,72274.2599597813,1453.83648758544,485.610563573731,12943.4132606323,5290.42666755379,320.014590812649,2451.40414618561 -4837,2388.73276314627,71418.9002328649,1400.90327331197,473.321378583133,12832.7316499542,5295.26038754609,308.025571560302,2457.91970244784 -4838,2180.43832945887,70174.8351202587,1283.19477183756,433.424727628512,11706.4396454976,4826.55123125979,282.203068555246,2242.85213011494 -4839,2213.60887640125,68613.7776287959,1336.43401494965,446.404509594041,11885.7715168381,4856.25460955012,294.192087807593,2249.51462346801 -4840,2307.97388358581,68093.0787348531,1362.787720122,459.450330491144,12392.5305895655,5100.65570844219,299.725481308677,2367.11897393581 -4841,2568.74226526323,67530.806983973,1594.56563862671,526.162935260609,13798.9739492846,5581.70041076188,351.370487318787,2576.88850603363 -4842,2721.66165146737,66329.3539186695,1727.06840493451,564.798323549308,14620.2225976175,5866.53613171772,380.881919324564,2702.10657858412 -4843,2689.42111009935,63820.4372649884,1564.82844619341,531.222677745764,14435.271788376,5971.52635021151,343.992629317343,2775.64590105952 -4844,2599.22690288855,61919.5223838416,1506.21998349013,512.382500810707,13949.1702843899,5779.08592141005,331.081377814815,2687.07857959429 -4845,2185.63147266715,58754.7953536133,1170.12576161589,412.478492742617,11724.4263767352,4981.82965047126,256.380565550191,2334.28953084681 -4846,1785.15551595295,53798.2818388499,1056.7883603412,355.024103572124,9595.27818680881,3940.939899722,232.402527045497,1821.9265438487 -4847,1710.55446630713,50541.0553733196,1222.88137117088,380.545575417336,9271.7623680862,3556.07132748322,274.065249379875,1609.34496958738 -4848,1761.21998060602,48695.2244368823,1255.99509482156,391.529559145562,9544.75528617025,3662.40983891042,281.062843856191,1661.5576064933 -4849,1778.48929774869,47440.7661100418,1294.25326309025,400.367809612893,9640.17308209177,3658.09889219754,292.327367200342,1655.50196341747 -4850,2127.76669838004,47514.5576992335,1719.72167664262,511.370951491816,11536.8020920194,4180.6785455814,386.975802031967,1858.94714715493 -4851,3300.27048674966,48489.4391378098,2665.74762382221,791.428875765139,17900.5207417416,6507.9129373433,588.156643226077,2883.15136307797 -4852,4074.16179820106,51494.111092248,3101.39211589684,940.509902874772,22098.9241533865,8278.73326997194,690.727177433231,3694.06522507293 -4853,3938.98378063265,59030.2148755325,3115.00121344695,932.209962363115,21355.7027692891,7926.01790535332,697.675699645926,3515.71794896847 -4854,3590.49909808839,65653.7964048328,2397.49916774142,768.931847552175,19431.7738350665,7725.32503287134,539.116719801668,3543.97356573982 -4855,3286.43922362617,69385.9918434654,2237.09429077132,710.880019480188,17795.9397731135,7017.29323404937,502.083448567172,3202.15142260694 -4856,3268.35483735811,70964.7177890453,2207.05306101269,703.607757542089,17697.5269852607,6996.79666341988,492.683314674585,3197.40042272161 -4857,3049.29652771931,72987.2329642105,2044.22560614049,653.226212962759,16514.0439901047,6544.30796129117,454.487867049339,2990.20967911298 -4858,2921.47806453442,74206.354483631,1938.06750150352,621.967474369106,15822.145235786,6287.16755686745,432.78060249367,2876.32541685072 -4859,2625.12515527375,73068.2998940988,1590.27593369123,530.531883008601,14209.2138272011,5837.00281419863,356.188839949354,2699.26653127033 -4860,2406.34826228718,72315.8328167187,1452.97985627447,485.277718617473,13026.9781194025,5352.5760000639,326.231349825944,2474.91956995309 -4861,2371.11991778738,71326.400898377,1391.09918737959,470.272756585243,12837.3160146673,5319.34188128846,310.753548116916,2465.54073697227 -4862,2140.55983250934,70294.3568319187,1237.65437921974,421.362742135256,11585.1291656287,4833.2132825085,278.102196582739,2244.33110277442 -4863,2178.36547143204,68440.2113644196,1294.71496463902,435.245127700181,11792.4195940104,4878.71271179904,290.807950246232,2256.76340681383 -4864,2279.41050020857,67767.7718249346,1329.61736746716,450.640863597069,12340.1451933718,5132.22802321812,298.955453047395,2378.45357481523 -4865,2529.63056891216,66632.8352097541,1551.38907724584,514.194592601959,13698.2436722427,5609.22879685156,346.764169924956,2584.05226625513 -4866,2638.414767699,65420.9889302161,1630.08245395031,538.45220988326,14287.4904661341,5843.3878354173,364.130897217358,2687.8564590961 -4867,2618.54786518758,62851.7917751154,1481.74709140793,508.870233060344,14174.1587982023,5963.43288365382,331.93950901312,2769.08675293059 -4868,2531.02144176816,61185.7630517578,1430.00110834439,491.236776360109,13700.652794104,5775.12220390103,318.108383156592,2679.95536303009 -4869,2119.82677952933,58574.9931405336,1103.01568190359,393.908346784454,11468.5036083136,4943.6037909096,245.154944814731,2315.19007655677 -4870,1720.92080688278,53852.3264923801,989.858515797642,336.902751179646,9322.80010454514,3884.90996287983,221.032872776886,1797.30452714513 -4871,1711.65621003222,50443.3593813075,1218.29815157438,379.266578060814,9298.26754143216,3577.86501834993,271.688607938037,1615.37388975853 -4872,1767.02387598401,48190.1152130702,1251.58145587296,390.592205001862,9597.81945301421,3702.89963128229,279.081495228868,1675.04335470248 -4873,1776.92427496826,47034.3922702349,1288.00006148851,398.177908302589,9653.66548067102,3684.86933506736,287.398493431053,1660.03405587038 -4874,2121.4468891808,46933.5783038711,1713.06142768391,509.095437604209,11523.0473713395,4178.08679260059,383.506028211855,1854.5263116968 -4875,3326.1145689848,47935.4820188056,2663.22348170768,793.554913258288,18069.8651464626,6577.33588326398,596.051537823245,2920.76467454833 -4876,4066.43339238785,50738.5260405162,3093.33735392263,938.559100088945,22096.974875117,8244.8604641672,691.234961692694,3684.58267231873 -4877,3879.75157619749,58098.984876252,3104.65387936198,926.632005066142,21064.6635828598,7682.5897895366,694.931405338109,3424.50444027547 -4878,3563.6906183263,64677.8756750772,2386.61798537864,764.071207852467,19329.7654164151,7657.47445213451,531.363774028475,3511.46178589878 -4879,3263.02300682166,68471.3909063087,2227.73229651596,706.817238061206,17707.3774126697,6952.054184289,496.247559397028,3172.80003929354 -4880,3259.39711846971,69909.8087117598,2199.54454992164,701.155235007273,17687.8895890599,6977.36675635423,489.778783017551,3188.79598869077 -4881,3048.97665040872,71683.9266413638,2038.43826263007,651.926638433056,16549.0236516611,6549.3466693482,453.73845747475,2993.30692512095 -4882,2916.98589966209,73394.6461960105,1931.2202674575,619.844753253975,15834.2171878529,6288.3218484088,429.711573779549,2874.88193946689 -4883,2616.66146619071,72858.3574303093,1583.26735580088,527.850859015824,14199.8321751793,5831.87775171378,351.16214631447,2692.96069734793 -4884,2396.61711139459,72153.698956942,1446.01315992628,482.446313682697,13008.1359431948,5345.17416675631,320.666486239792,2466.89149309792 -4885,2371.08506506988,70861.825139509,1385.29920585808,468.446765612865,12871.9517814294,5344.68682754016,306.804822569484,2471.73219395692 -4886,2129.09637136666,69549.1649944213,1231.29994761733,418.582575112412,11554.1659796536,4817.13569898717,272.612718849391,2233.07074974752 -4887,2164.3045921804,67743.8674221142,1288.31108206738,432.360217216549,11746.6719703768,4849.63566600454,285.550271608345,2240.98862467596 -4888,2265.50492711697,66938.3949823831,1322.70961351042,447.535572115584,12297.6701488588,5108.59207522011,292.943158899176,2363.81964831969 -4889,2517.95199931865,66039.3839169849,1545.08177788305,511.678879253723,13668.7843144732,5582.41752388379,342.845148112285,2571.08835250692 -4890,2622.44276805473,65066.581060767,1623.64590839954,535.725894793533,14235.1606521657,5796.07281206555,360.403255428009,2667.65416058461 -4891,2601.45512152747,62500.501880018,1474.61545345649,505.614618720439,14119.3460606683,5923.18995061645,326.211151707916,2749.06580631205 -4892,2519.34346428856,60970.6239304442,1424.5990009113,489.07396822317,13673.1548376152,5741.33381455555,315.121820771669,2665.83503433395 -4893,2117.69382022159,58658.1386527804,1098.52877893942,392.40733821223,11490.2705152559,4952.59992858967,242.117058774714,2316.55918337013 -4894,1719.18944313009,53905.3317539171,985.657794728073,335.478726035044,9339.0698394981,3895.83214374297,218.090175079513,1798.95892408626 -4895,1801.521760035,50491.1680861343,1263.3330472873,397.933436888999,9715.08710564256,3728.51399942546,282.635040067743,1696.48257628373 -4896,1855.31011502378,48464.4955446242,1297.55780537104,409.474091691984,10003.2161822115,3841.16347555057,289.86622597523,1752.15756557402 -4897,1872.1160325784,47204.8405602595,1336.99053804279,418.507965664599,10096.9633071101,3834.52953488455,301.390590801725,1744.38741240481 -4898,2233.13017709223,47277.5929590859,1776.35146227585,533.719222978226,12054.3329381217,4370.8189062252,399.072515455947,1952.91691897157 -4899,3466.4320261412,48148.5424569468,2753.82279058413,826.36157503195,18716.2442415607,6808.8802546389,606.969110296197,3031.89898495233 -4900,4283.27140635763,50863.2443088864,3203.86846812375,982.546989088109,23122.0125204051,8665.48540056971,712.536288307365,3886.76438108194 -4901,4132.35025024033,57862.0201361044,3217.65557474248,973.043963680495,22304.8785451516,8276.47583920204,719.598607376945,3690.24410300732 -4902,3784.35644389092,64444.0288084673,2476.89169035401,804.787497578475,20373.536459761,8100.75314160483,555.87466588164,3738.30456602097 -4903,3462.67929329191,68036.9554989644,2311.15720799434,743.805468282348,18652.9386788948,7356.36974436525,517.735134093658,3376.39288888072 -4904,3445.33738453107,69504.4742639462,2280.21263219629,736.402163590504,18557.6603462952,7338.53692447484,508.133456614562,3373.30221059482 -4905,3215.64457780741,71557.1296898212,2112.05534200348,683.807206447466,17322.1327639347,6866.31494460157,468.802799411824,3155.85489931259 -4906,3081.36814991675,72923.8344884391,2002.35506737706,651.132958812471,16598.4803101339,6597.4774298108,446.335463047242,3035.93314628901 -4907,2773.80532640534,72557.9941135764,1643.16972823996,556.144205904743,14928.2152323102,6132.47188271996,367.2637408049,2853.0919269274 -4908,2542.76171730929,71960.3855552763,1501.29669094745,508.702384715358,13686.6077050425,5623.80364316752,336.343635666501,2615.9480683716 -4909,2507.79091588544,70695.5341150154,1437.45520352567,493.259300473003,13497.3791154727,5593.04135831627,320.429899244142,2608.09315799484 -4910,2263.60903924788,69515.9067693598,1278.87073218734,441.980438871884,12179.139193948,5080.27054217,286.698437245695,2373.47830120104 -4911,2302.15131248442,67876.9003223603,1337.78635865965,456.333800618141,12390.6354884668,5125.57772950754,299.812576065909,2385.32516705354 -4912,2409.97736874398,67122.3545618077,1373.87785714239,472.608193508817,12970.6994613688,5393.7567048594,308.192670678674,2514.79604284774 -4913,2672.0641779862,66144.3551488796,1602.98188919698,538.894966408463,14387.482130848,5891.22801667324,357.577629906851,2730.30156792902 -4914,2786.20274573248,65042.6767587606,1684.27752873082,564.237067458734,15002.8829061306,6135.33123461285,375.498487095563,2839.17677963695 -4915,2770.01133915676,62712.5230269799,1531.15453824886,533.937655696056,14904.8073518127,6268.77942331544,342.226588579228,2928.86103072877 -4916,2677.80220247971,60899.9502147902,1477.73830223237,515.506866643249,14408.6471992147,6071.19065362737,328.047974472689,2834.98265755141 -4917,2246.70682663628,57945.1656483513,1139.97445445575,413.94480841722,12078.6975835192,5203.88541217051,252.791169473572,2452.60098331195 -4918,1820.86666879691,53184.044218426,1022.87537275264,353.452750377476,9805.16944270429,4085.68860887321,227.911124827905,1901.4962221999 -4919,1866.62266057615,49957.9972947848,1326.46962521164,414.229568869341,10125.2535714281,3845.37293260713,289.451221468796,1724.02394737158 -4920,1884.30529039014,48123.5987629471,1342.41437001729,418.575291376301,10241.6866911505,3891.00396342964,291.63512500415,1738.99673865432 -4921,1904.34435065613,46860.8259050447,1393.47635182476,431.248550659801,10401.0247944813,3884.45711729874,307.849384638935,1738.2881207521 -4922,2255.63914350346,47089.4762149444,1769.39272343955,534.176764609571,12213.763031174,4437.32073420713,389.254547649213,1977.01311218987 -4923,3375.15685934018,47986.4086979841,2594.83469862122,782.821980249287,18109.6279203964,6719.00743526905,550.154191724475,2946.66300884466 -4924,4299.69685062821,51060.7149760831,3035.1120392613,949.865491125237,23055.4049400616,8828.4752744415,655.776370552851,3980.1135638164 -4925,4602.30598656549,58071.9625998939,3319.75936317174,1035.91596629175,24353.0760657801,9257.88218969874,724.378151470346,4244.49795683493 -4926,4150.41445855059,64529.2530038866,2716.19004964162,882.610531516433,22334.0664400602,8785.40626078098,598.436288263195,4060.12971436376 -4927,3780.46300326796,68275.9989222845,2500.846865121,807.60478299806,20312.364348136,7964.22788851705,548.228839440228,3664.47180182688 -4928,3633.81788282557,69708.1807790322,2357.6077802388,766.218164266777,19545.412541548,7729.68397137456,513.248072118447,3549.25034033908 -4929,3315.29518945144,71440.7259525129,2113.31582629486,690.476894404883,17828.5525214363,7108.24517289198,456.181211418853,3256.06038917218 -4930,3189.59385743065,72852.1214816059,2030.51630202665,664.299296548534,17200.7950323921,6840.95472256852,441.790172953788,3136.68907117037 -4931,2979.20057498703,72090.3004811707,1787.50564445481,600.296029201945,16089.5042447492,6520.16108162871,390.99030804336,3015.09230377004 -4932,2657.80399368735,70378.5417361588,1552.99608886461,527.849199171835,14377.3830836044,5866.6326015722,341.394430685911,2722.1767909678 -4933,2612.72535591948,68462.0370840675,1505.54943012194,514.133885180041,14169.4358831258,5809.20719985175,329.331568702454,2688.25801699195 -4934,2386.41276451083,67000.7541669752,1333.16033702137,462.615490258501,12901.137548436,5335.43762998058,294.058424412554,2491.24661223467 -4935,2488.67240844019,65684.9760475358,1447.00642303103,492.970314611596,13415.996063931,5488.97531845196,317.724512011427,2553.2670942842 -4936,2646.29717519016,65292.113396315,1545.92198534252,525.841849542605,14302.0334541733,5831.69199587206,341.170359115307,2711.41609772871 -4937,2954.25759640856,64079.2278255978,1804.1400841605,600.738121115031,15897.1171803352,6412.78193943585,393.022276481237,2959.20539731011 -4938,3041.32996558287,62370.5869541236,1818.21568230877,611.03914891493,16315.3898828605,6636.25730164549,395.358115114068,3074.59764828844 -4939,3075.73545232132,59510.3804053451,1738.8020572739,599.336787918143,16554.8837738335,6839.07899210084,380.363167334708,3187.07331813165 -4940,2889.66861273961,57772.6386751542,1563.66188142366,549.332624413306,15508.9101325001,6509.418690715,339.126897450595,3044.86571661366 -4941,2372.97442442381,55603.5794111569,1202.05144684783,435.079561525267,12806.5666971585,5466.06378211416,260.35761219249,2560.53281303374 -4942,1966.3718936982,51507.6222808341,1145.10320727935,387.792196324661,10638.5932428369,4348.88950358668,248.370717757772,1998.10119084467 -4943,1808.67435587341,48259.7496375449,1300.59244728325,402.586019661687,9847.44139268288,3767.0118819706,282.6219014325,1697.26313517936 -4944,1708.9700303015,45938.9497280053,1148.99308970214,365.673547263646,9304.90407525494,3652.07887199301,251.272514066028,1664.76300489401 -4945,1785.56343484776,44529.6328820847,1263.45833734575,393.975064394926,9721.40352169536,3732.06348538077,277.62491908702,1689.57373384364 -4946,1999.99092747216,44108.7085625126,1531.59148770843,463.543071143844,10881.6856501877,4049.11484879366,338.255392022408,1811.1503303405 -4947,2645.36425885643,44162.7532160428,1809.33633638319,571.232365956706,14404.6136791235,5632.28443850927,397.630716151543,2552.85919291623 -4948,3801.09636250974,44306.1792297092,2688.05020348363,836.242376063937,20703.7390593066,8006.049366559,586.887371019397,3598.68557002183 -4949,3827.35662986174,46260.0993723929,2922.09472069406,883.748528324132,20822.2293252613,7867.56621201867,638.350867538036,3497.99430994022 -4950,3746.65654739661,49980.862305612,2485.73244227818,797.041480037855,20375.1164021536,8110.59901107563,543.310060388575,3714.32796119197 -4951,3263.6305108157,54401.0870546741,2117.03651423381,684.357751201364,17756.7647916931,7121.04070411326,464.957344896761,3261.09709032592 -4952,3388.05380741505,57885.9244381109,2253.11560437074,720.890569560901,18433.8254951178,7319.01930404409,491.442016217428,3343.30281816962 -4953,2833.14532614919,59798.2718246711,1683.27839311844,564.769697734245,15421.1464566618,6361.58045848187,370.767138901046,2941.40227410336 -4954,2818.79993528918,60671.3000057045,1724.298335109,570.983247131987,15344.3866250428,6264.1586269916,377.895512929205,2885.74356058588 -4955,2668.52597964179,59704.73309819,1553.57625597744,525.651913318767,14526.6737997982,6030.95614664025,338.334346033585,2793.23963157333 -4956,2701.8649360836,57802.7789258641,1723.3620229676,560.455902262935,14707.488923501,5916.64830980476,374.58792645145,2712.50886297763 -4957,2623.12305813274,55962.144546137,1602.13319431955,530.531587909943,14283.4843620239,5824.4708752512,347.947375951573,2682.43060627154 -4958,2431.97865128014,54799.1462626051,1505.16633881455,495.865705054566,13238.0560064312,5385.33484492162,327.754312788229,2477.857924187 -4959,2292.89152391961,53863.7589977937,1352.36887034629,454.731291863483,12483.3466176885,5162.94838756179,295.881946752484,2384.82551337075 -4960,2321.76218456329,54236.874612539,1295.83402084582,446.467667930129,12644.1699029908,5315.04770998679,284.09804814623,2467.79331805327 -4961,2536.58526681216,54046.679185225,1473.47395592276,498.459946146797,13813.4694889137,5743.59876332845,321.227871440519,2654.12338397051 -4962,2559.4228419173,53266.1504394936,1450.528379094,495.913947993243,13938.3622992661,5849.52567298253,315.656626980411,2706.84242735783 -4963,2749.60884960142,51126.1921350268,1539.94768783605,529.490570911067,14973.9428753437,6300.31417332557,334.829374527888,2921.65246657236 -4964,2567.42677784745,50243.8100309384,1373.47865725746,482.133181918429,13983.2503184916,5968.94446710355,298.340960919636,2777.80623213237 -4965,2176.33130403827,49265.8106180103,1075.26741914373,392.271106352254,11852.741601886,5157.49903387698,233.773298260223,2421.10200530264 -4966,1984.64712175779,46337.0090367503,1235.77398642029,405.159196644399,10813.1068554708,4376.7812590324,268.209274196973,2004.31939694064 -4967,1842.4780453844,43303.2361227815,1419.00794380644,422.43848516972,10121.6701945955,3832.25948997169,310.392431283591,1710.80861535434 -4968,2027.85628096803,41368.0237253941,1607.83134435905,474.006866778865,11133.1632617745,4152.45853719308,352.998269994259,1850.33237788095 -4969,2357.72817271245,40046.0096572512,2031.86801986419,581.196537094808,12931.4924397094,4616.87847400714,444.565309142945,2026.28893550668 -4970,2776.68745231651,39493.0918294262,2540.60779470074,712.283218807527,15208.879661377,5255.62272332524,559.094799619355,2278.65592452999 -4971,3396.52718926569,39445.2831245994,2811.27490174276,815.664506384508,18634.0189308336,6812.90032339737,622.047574939023,3007.46006993492 -4972,3213.84543883615,39181.2961080937,2155.0306804598,675.739047666148,17690.9018786508,7131.26001690892,473.618616151019,3222.60289555651 -4973,3417.52342263754,39591.8271126176,2589.00478387228,774.532582852414,18761.4970464768,7269.48581014133,566.941343775527,3233.46500306349 -4974,3061.69167997056,42008.2444318108,1851.00034650771,609.178832568303,16837.0373215823,7076.34992038986,405.074088313421,3265.08945066442 -4975,2743.45961471401,45641.7044864381,1660.47601127932,545.437067565417,15094.428750819,6334.79472442772,364.632830205849,2914.1259007448 -4976,2765.29212311387,48694.1850448891,1671.9738764895,549.579953166154,15216.084202384,6381.04675219249,366.05782559287,2938.17806367652 -4977,2532.20639023547,51169.8434735087,1482.64454455295,493.971841993254,13941.6261689889,5902.19125242057,324.317819123441,2723.34106012506 -4978,2500.35482717886,53568.5923385849,1496.74791501401,493.657332245372,13766.081496493,5780.78540250092,326.614652750037,2660.72427675361 -4979,2396.86396111494,53346.1779773887,1368.5738275165,461.172410239079,13199.3548175957,5625.42829152322,299.467426296395,2602.79986997253 -4980,2217.63743349621,51828.7719252217,1272.98876554789,427.84818695817,12213.7494469452,5191.1420460225,279.625598848151,2399.82491830914 -4981,2251.04608634134,50518.1903624924,1291.987475401,434.030412075887,12402.344198906,5264.91174904168,281.820209442928,2433.02791043189 -4982,2077.36014536009,49594.2355022806,1200.4709265447,402.34677773525,11438.9730213921,4855.31992798598,263.716052475497,2243.73194849968 -4983,2135.19094236716,49395.7255439047,1278.94744185333,421.832822107588,11753.6716130598,4933.69115035217,282.018649508229,2270.52485717591 -4984,2284.09012000411,50197.0407181048,1377.56698787835,452.832394350695,12575.6672792215,5264.15294700289,302.191170045274,2420.35158038473 -4985,2440.30603511567,50991.0805516083,1494.91971285735,487.797383245137,13434.8748271822,5603.77819228826,325.857049538953,2569.50574749245 -4986,2534.82139523524,51174.0007390397,1548.57562917974,506.04222562349,13952.5173966383,5828.53140879323,340.437817558068,2672.92400920667 -4987,2772.26562572084,50584.7068126154,1707.16669526656,556.13776045877,15258.5331855776,6351.05646890432,374.445514899816,2913.21724139578 -4988,2544.81273283147,50969.2549327744,1486.26050995879,495.221227330222,14014.6100600919,5944.34813739495,324.215596091622,2737.7209596412 -4989,2222.56427034321,50815.4356040596,1256.50972179852,425.186590371083,12242.1533363912,5233.55097172218,273.865436256601,2422.88529018025 -4990,1844.01168584305,47464.6704120482,1166.89555092061,375.180702118952,10156.4633523259,4170.87825445113,254.58277195414,1903.65173958752 -4991,1796.32031233063,44922.4955333055,1365.81180782959,407.643479494428,9986.7823617155,3805.78985870137,301.908228111374,1682.42872634349 -4992,1820.17437717127,43135.9058071087,1371.29344398666,411.860693473013,10108.6823454166,3851.70155380958,301.574008980427,1703.59920536921 -4993,1845.00773299067,42422.9328026795,1439.46028476792,423.03653890397,10280.3526765974,3859.74872614599,323.068544884301,1708.16100776126 -4994,2200.47045715214,42608.9709644626,1853.74070582097,533.069290065582,12186.4500576236,4437.56278049251,411.844956120486,1937.41557206528 -4995,3375.87454198514,44109.7478536918,2746.87756774365,815.576586037667,18526.631376574,6806.6852550506,581.999773826986,2933.60428264065 -4996,4149.02109135842,47884.5553396271,3204.11349204578,956.656860888474,22979.2823062238,8784.713133164,696.582458423382,3855.69352542036 -4997,4112.93167081149,55924.7290555445,3279.45201619519,964.761114264194,22786.4779637699,8794.86222021649,719.926754407991,3878.58577325086 -4998,3564.96886098052,63017.0435084297,2437.30093794941,754.050396535347,19933.6320231216,8101.91068444502,546.117600425056,3675.70427388446 -4999,3270.56462316235,67458.0546859606,2268.98686278023,698.824208291197,18267.7313095187,7378.42585588109,505.568431828927,3330.03676702263 -5000,3228.60147158372,69187.4818850895,2203.56226981701,686.988901744312,17994.9723186303,7274.52013278242,484.508484350991,3276.79546499545 -5001,3005.29763334193,71101.9079548223,2026.41223511835,636.119195185705,16740.908368973,6781.32982490201,442.766956854031,3050.92803272941 -5002,2894.29172068818,72687.9090394708,1954.08012722502,611.339862217431,16144.1067877679,6527.66404836901,429.707229911908,2938.52368285079 -5003,2618.76367134398,72310.6361591945,1640.70895866302,526.074971134638,14679.5126568373,6110.48593564474,365.34503010219,2782.44690793591 -5004,2465.08394942073,71603.8991034687,1582.02627572134,500.914065570395,13825.567321888,5704.22393088628,354.458245289758,2593.33580737247 -5005,2415.96019423362,70492.8667902946,1498.70864051028,483.973937861626,13529.7405977361,5614.86197190457,330.790767256194,2549.6709644508 -5006,2229.19613043981,69345.4583785212,1392.5389984272,446.400087783153,12506.137558476,5214.3236536924,310.978364089046,2375.87822745879 -5007,2273.23986742217,67435.1895743195,1450.59357156363,460.618119158922,12747.9987296572,5291.33962425449,324.271940867124,2406.16243738065 -5008,2369.89724122997,66833.4237504884,1490.74102827873,474.971314988806,13312.1984433434,5545.73782212223,335.069393466557,2527.16733563502 -5009,2630.3562828471,66005.0862999302,1707.78124014894,540.65532360485,14717.5927277181,6065.87336867443,377.970168618375,2745.83436823872 -5010,2793.67205218042,64752.7066562621,1839.48185949816,579.995521046807,15611.8076367325,6419.42087490413,405.526868321398,2899.88955884048 -5011,2759.5869240085,62162.7230726926,1692.61537727094,547.038052460219,15486.857941637,6521.62766515655,376.677440422552,2973.3715786594 -5012,2656.32952622486,60588.1544934577,1599.42082996256,524.118277563934,14874.8587196203,6305.3098227313,350.391394751368,2871.14173832915 -5013,2216.45527119079,57383.9332894644,1255.01295642775,421.487826638404,12443.8891557285,5344.40474090845,276.424101243049,2449.63579324394 -5014,1815.69258412359,52736.0976224958,1140.73056758361,364.736792915275,10187.5568314646,4214.23425328575,253.658911307335,1908.7728383135 -5015,1724.12208825633,49391.5682783738,1273.31596900796,386.663683627877,9533.14267671836,3682.15376706838,282.451499590332,1646.52980104738 -5016,1774.63439982868,47405.4292018078,1307.79156009474,397.746598839172,9812.1550325991,3791.24589062429,289.648650952704,1699.35101904617 -5017,1793.17734034914,46379.6210840529,1347.62219065591,406.93563861125,9909.48517304219,3786.04561620276,301.348898733219,1693.19689536976 -5018,2150.19539901277,46493.9462390027,1790.31251580246,520.492307399053,11844.9388039102,4321.84468098644,398.820696272225,1899.4799506748 -5019,3332.83852362075,47435.5694525176,2775.04856998602,805.242774591569,18375.7439873902,6727.41619460318,605.738797940413,2944.98406447643 -5020,4112.98845603543,50676.1668559241,3228.92071331003,956.55478100602,22712.6043313627,8571.05351777049,711.655497867099,3779.3803313155 -5021,3983.82401115964,57952.4408882339,3242.85072040015,948.758296752405,21944.4484360978,8208.46982595237,718.918601512197,3598.22490735436 -5022,3616.67148813637,64571.8651520032,2496.57133852153,780.39827173381,19990.5148109907,8006.9564033728,555.711722325483,3627.85359853523 -5023,3311.70305900661,68571.1655814932,2329.47804917304,721.770053461786,18307.4577918096,7273.14490034647,517.494272593914,3278.33712501134 -5024,3291.87857340985,70327.6150569803,2298.20086374032,714.182241872618,18204.8846177477,7250.89563101771,507.715463586122,3272.71331540921 -5025,3070.34649148137,72128.7553637564,2128.66631068812,662.943618865561,16988.6037634518,6782.27160556549,468.29299260393,3060.67533070951 -5026,2941.37840218581,73940.2887839529,2018.19133343649,631.197461362255,16279.6754065593,6516.5721441998,446.001609065396,2944.62731336984 -5027,2639.4174705897,73163.9173037524,1656.30009835144,537.71498926145,14632.9767326498,6055.34693284279,367.149932663653,2765.26121677488 -5028,2419.48994583366,72066.3961791643,1513.33108155011,491.870056450247,13416.921601615,5553.19263953758,336.30124943863,2535.70735957442 -5029,2382.32193080049,70908.5945531566,1448.95398800281,476.411505311857,13224.0548347268,5519.26233314704,320.30249652551,2526.13215950602 -5030,2151.08466905099,69895.2582319945,1289.16737954207,426.822747766368,11936.8508502307,5016.58010369817,286.710294144215,2300.22073567175 -5031,2190.27208655546,68378.8914710067,1348.52965863656,441.095559338088,12148.6808046117,5063.45999464239,299.793912756887,2313.0122085329 -5032,2291.14881151713,67507.9419731459,1384.94308879325,456.583418823962,12715.2248383378,5327.19048539572,308.212573440563,2437.95209842747 -5033,2544.43931716257,66603.7342502235,1615.76041612733,521.311227976131,14108.0259808987,5820.15743431756,357.404099797224,2647.8584339047 -5034,2654.56484915384,65316.0176983214,1697.6868911118,545.981488707203,14714.8773162431,6063.66868302128,375.291315341705,2754.50410085797 -5035,2631.10352049944,62505.6984367281,1543.47428581149,515.335431014676,14609.4116192785,6192.37476342286,342.187716688931,2839.13285085972 -5036,2542.8617122323,61078.7131366906,1489.54683364633,497.408075979879,14121.0836234006,5997.13542047391,327.849612613591,2747.68624863628 -5037,2126.50353495231,57343.3998245202,1149.1455687114,398.302107262929,11825.7223678144,5134.8431175989,252.685686683802,2373.79985338006 -5038,1728.90980304641,52734.0189393233,1031.08346222127,341.287128330632,9608.30922862179,4032.92807257672,227.829133570529,1842.52945782416 -5039,1844.02406752215,49510.0506988545,1343.88955165684,410.908353655774,10136.0144330491,3912.55661170959,299.363949676672,1740.53663300068 -5040,1880.94063553352,47693.3206211339,1367.77058808832,419.082969236412,10307.1046019906,3970.28122848935,304.374201681732,1771.95393616943 -5041,1939.34391206953,46696.6134629096,1483.40915231397,446.062615683583,10615.8980371712,4015.95346179783,333.136565530796,1780.59617298294 -5042,2305.30587357913,46726.7537136194,1893.06945186534,554.19189264634,12668.4124919594,4642.55515887611,423.355488070749,2031.42065977807 -5043,3374.46219720838,47883.5160484479,2593.08232235606,776.249890215578,18559.996182428,6911.5385231328,567.400233216243,3044.27009512807 -5044,4368.08380370507,51058.6363937246,3243.90581018136,981.806217013889,24189.1666794749,9293.14074970526,716.963247857863,4100.05605761899 -5045,4393.6765526735,58393.1122442815,3349.46875959051,1002.33975216254,24649.402711444,9538.55507294925,742.986167429922,4179.02431137607 -5046,3987.18837838639,65049.9519986432,2719.12852705831,854.061848618287,22096.219950049,8900.77931198505,606.656732117632,4003.267942742 -5047,3635.69758990949,68925.5734509423,2501.30472773587,781.798417248127,20166.0210071384,8083.85585870087,556.988462167111,3622.49256328503 -5048,3553.16414137513,70718.3991258426,2393.22947139661,754.740507390571,19662.8183848809,7904.54559980843,530.262587771631,3554.65493657802 -5049,3278.1608247325,72465.4947790885,2166.24034902068,688.213184322583,18123.1215031003,7313.05702640019,478.008220189684,3294.48501268911 -5050,3171.20608329261,73909.1091412498,2114.18878288869,669.372751995322,17519.8367315279,7055.73829637411,468.780239244095,3175.48159897624 -5051,2890.19975084141,72472.7700189711,1800.10193713691,586.334121578775,15984.5167681183,6619.56928178986,400.259745870132,3002.12671767345 -5052,2661.6681435713,71321.2042408528,1669.52326670965,542.108880512365,14715.0635305102,6082.88839775148,372.145155052239,2756.30320800201 -5053,2585.78497421915,70260.059315678,1562.06166251994,515.460729088926,14257.317143869,5942.88508551801,346.680440270239,2705.14542493861 -5054,2383.50882421528,68988.9719267136,1442.05744544005,475.382771682728,13199.9518943539,5534.52438720719,321.548208616039,2515.53268855835 -5055,2429.71776829212,67366.5945418379,1496.48258042907,489.175967243417,13478.3610974762,5623.80517013246,333.451855434166,2547.93842210425 -5056,2544.07889353273,66763.7894268277,1552.29126047784,509.546899352541,14098.2232235025,5897.83379183405,346.301371962403,2675.63836284955 -5057,2787.83653352188,65807.6157335475,1731.7079578333,563.734449930932,15468.2258586229,6417.64690368905,384.040205258151,2902.64764927057 -5058,2916.98586646794,64427.3997463435,1810.40089840281,589.136521319382,16224.1929273277,6744.85916354398,401.035075710234,3046.79740942179 -5059,2921.41479443443,61769.8604214718,1706.14132238209,570.215155796143,16238.0555086236,6894.9517697029,379.038549865305,3135.82277430544 -5060,2792.13035975526,60180.7413624716,1581.48121158943,535.379559946783,15535.2219723187,6648.78252922367,348.789304740503,3030.40143766221 -5061,2325.25647269589,57247.7824148666,1237.86026959106,431.763869659025,12881.0471401698,5595.40388863936,273.051530037888,2571.15878534429 -5062,1884.84488626014,52412.8692949357,1115.52169907058,370.546422084728,10423.0125585922,4370.6382117421,247.361093593629,1984.10860638079 -5063,1961.47929762587,49335.4450424851,1435.8466279208,436.311818515459,10743.3534648293,4115.43840207888,315.931125080936,1824.23496927538 -5064,1986.37412739483,47236.0202029625,1456.42898920715,442.880220357657,10831.9271184973,4140.48056221661,320.440791667669,1840.65080186834 -5065,2070.92061612294,46073.0219194306,1610.21525365243,477.178209856858,11291.6373287647,4212.70120101154,355.656519649486,1852.61672846624 -5066,2461.96362499398,46183.1898088495,2023.87597341148,590.184077540726,13501.5986771591,4914.18734921135,446.978975049747,2143.65189446428 -5067,3486.59498128714,47190.2901813081,2632.60086152009,799.367016146881,19083.4313445575,7165.87865105686,576.631889418306,3178.05831332243 -5068,4656.30923503956,50111.8165226856,3397.42294160654,1037.42364784021,25739.8065690883,9898.08095506482,745.556399545678,4380.8664544285 -5069,4834.35301445985,56891.295963059,3545.1609707748,1079.82062972588,27202.1317962736,10548.4293053439,778.464473250987,4651.29909420596 -5070,4337.2625395311,63056.5376821946,2938.46239480234,921.029723756385,24017.673698538,9589.05823402181,645.480422906593,4303.66237425644 -5071,3947.62604983134,66913.4513891975,2688.76625955706,840.970477885768,21880.0301359848,8708.66930725253,590.340942166477,3898.72406266376 -5072,3815.2930739356,68451.6438698332,2542.87024071856,804.092450411628,21070.9227389954,8432.51434307522,557.274405511741,3792.43471832311 -5073,3494.85656991244,70280.8457441467,2280.87535685377,728.362244945731,19263.9188933343,7754.99761746479,499.016779747288,3497.68893587486 -5074,3397.00872255452,71592.4665980552,2251.84236028953,712.750580426276,18715.4713135477,7494.41275209968,493.55633546399,3369.7603465525 -5075,3120.62641965441,70882.6115679777,1944.10932947094,629.629943223667,17214.044765452,7059.8792290639,425.716521712195,3192.6778872411 -5076,2879.70961461999,69960.7353909383,1813.02305748406,583.852949728789,15879.5007789242,6490.64348541749,397.407287578142,2930.03617947757 -5077,2769.74553266887,68582.5980869068,1682.32681674191,550.682031283458,15205.9249297257,6277.92783070582,368.005281779858,2848.61131205705 -5078,2590.78815061727,67383.2237047757,1573.6607982992,514.040536317314,14315.2789197483,5928.20866003941,344.593637115225,2683.76362216491 -5079,2646.1647450155,65841.9132497883,1628.25759362466,529.100954466803,14655.2282188354,6046.05336658851,356.572652363599,2730.87249209346 -5080,2769.74561663696,65192.3387211304,1695.10819618991,551.60661569277,15315.3936123062,6327.42500623311,371.300065754312,2859.22135439963 -5081,3017.99100552814,64245.5188500914,1860.26566212264,605.312885825561,16711.7407682667,6879.80579041823,406.849188616747,3107.88228157425 -5082,3168.30893913522,62886.0892913561,1940.85183274863,633.408441386459,17600.9259740567,7267.07175270963,424.201182182824,3282.02452287629 -5083,3185.86834206545,60566.3287738097,1853.60780788003,616.940726315592,17676.5265579672,7424.54234446046,404.876636239784,3368.6142677283 -5084,3028.05860081831,59671.4748731285,1692.59533748457,574.996043397864,16812.3401343652,7144.4243463687,368.480670628141,3256.30610432542 -5085,2505.53932172146,57066.9409106077,1332.45774508971,462.625769222291,13827.6611746499,5952.35127041476,289.718261290822,2729.99268272062 -5086,2027.00850105787,52165.5113405538,1202.85910329335,396.717718400318,11166.1006119411,4637.77887842544,262.800548719164,2098.83372340981 -5087,1871.58851370893,48854.2402214933,1327.28090492779,411.518561578007,10194.7727790838,3918.26366520704,296.92997242202,1755.52842929091 -5088,1900.28566456386,46540.7156526503,1344.54776897874,417.8329552941,10342.325329951,3965.80758394728,298.607301320622,1775.53463485307 -5089,1916.34994302744,45422.4080995935,1390.42180661722,425.009448602473,10443.8280730739,3948.46754501532,317.43268256031,1769.34378480383 -5090,2249.32140940806,45371.481420415,1768.50859121707,527.676100630103,12253.0808291031,4516.14567084444,400.121659433124,2005.07080340193 -5091,3393.30539121691,46600.9961540699,2615.36899493412,796.871182411023,18433.0106763296,6880.41053034122,556.356580299213,3018.45808706059 -5092,4260.31662285404,49425.8657946145,3044.54273296451,947.100935835602,23208.8755360931,9021.40861897058,669.556818187048,4034.93624406111 -5093,4453.36828527235,55715.8258829343,3324.59459712026,1020.49248009389,24295.3097184175,9472.21548258901,742.086415410386,4263.69558812678 -5094,4096.75845205582,61689.8328835767,2710.95561200067,865.377064245619,22328.7467834685,8962.46762557111,616.900355620825,4105.14800005946 -5095,3730.94088419971,65654.835796826,2499.16076504703,794.762041447643,20334.6215003688,8128.74173266406,563.820568861053,3705.3686286695 -5096,3604.18870041864,67518.3351873802,2359.3148187475,758.500486737123,19630.3893557284,7894.01901977904,526.454309736176,3598.45527574086 -5097,3299.86171184809,69723.7705499768,2118.58197457546,687.87833455736,17962.577092643,7265.52809991488,466.332143189015,3307.52437367474 -5098,3174.5284472676,70929.3808808113,2031.7343080483,658.070002617026,17291.4352740564,6984.09300964291,453.251722450479,3183.77024760997 -5099,2962.05573027255,69901.4941806979,1785.46570978217,591.391909724935,16142.0990967588,6653.51708401647,402.468547555888,3057.67347610352 -5100,2641.55585614813,67835.3275662369,1548.96494626433,517.705335532005,14402.7866121546,5983.20334286938,352.356647304557,2758.2174205176 -5101,2611.7576258189,66056.0129791087,1502.99213015429,506.478659340802,14232.6411120064,5925.13789737197,339.326502823603,2729.02417982804 -5102,2365.5404162623,64781.8076157926,1328.16880038025,451.895159669548,12903.5532049655,5442.11815527974,304.161449306042,2522.0309667908 -5103,2461.71630924854,63746.6456757966,1443.76235065881,483.198844667557,13425.8163964046,5601.09734637905,327.732598467937,2583.09705491159 -5104,2621.14290753343,63102.267703849,1540.59156913557,513.827661611407,14299.9257166678,5946.76113570268,352.691426916637,2743.28974888248 -5105,2926.52884847277,61965.25250631,1804.23004971635,593.187088408275,15951.9606916073,6549.34142992895,403.66712974606,2998.55743909594 -5106,3000.79893538955,60289.8698598973,1818.92528344306,603.119723255749,16359.7353365734,6781.55609267108,405.823205353091,3111.44993535776 -5107,3039.75682388848,57374.5793664093,1736.07771742959,588.513038981275,16579.1401689117,6984.48987460366,391.880697455563,3226.00201767358 -5108,2853.38772252981,56305.1199101725,1563.76966924072,541.571848299853,15555.9916093308,6655.33084604305,348.334145702291,3081.59508567305 -5109,2362.4363637705,53925.0787903925,1201.45620634516,429.579465893754,12873.0139297273,5585.75772678968,267.705838178641,2599.07715302139 -5110,1964.10144325519,50113.895205858,1145.58620265039,384.461225723598,10707.1138628157,4439.88998452969,254.915067051902,2031.46562254961 -5111,1761.17753265423,46882.6516246926,1268.13575360269,389.517106410954,9522.19576046733,3649.9657987286,277.367182393362,1641.68201478069 -5112,1664.27626257228,44580.5595612632,1120.26796647676,353.756352902495,8990.42074023918,3536.90853937823,246.620181666384,1609.28725831893 -5113,1738.81897591841,43024.6986265105,1231.94098011545,381.199927380601,9399.12776410909,3615.7595000736,272.49222665266,1634.11957795061 -5114,1947.57318469296,42372.006123501,1493.51372390704,448.642267992242,10535.5707528454,3926.91432878689,332.008722572889,1753.88561500696 -5115,2576.36507173864,42256.6416773719,1764.16088043648,552.684003574648,13923.7527589456,5456.76554758159,390.2834541187,2468.87798661425 -5116,3701.74276354108,42565.3195251667,2620.97507372988,809.127270184329,20020.2716374491,7758.61119781894,576.002778701603,3481.40279779195 -5117,3727.1588570286,44426.7402325485,2849.40652358162,855.335879702453,20166.2288376474,7633.75788362457,626.498169845557,3388.71006483946 -5118,3648.81999717235,48055.0037304656,2423.59236312864,771.095837244948,19692.7200027989,7858.02657249621,533.247611535208,3591.73157243804 -5119,3178.67892794117,52498.093490355,2064.09241749179,662.067719271062,17157.6974922049,6898.44937044927,456.369708036487,3153.05900148126 -5120,3299.54367701243,55942.3974088475,2196.77643691154,697.404962327019,17814.2980849996,7090.26525686855,482.331364478932,3232.61128753924 -5121,2759.68725031458,58057.4121201286,1641.04554643359,546.250013408786,14884.8683294947,6158.81827777475,363.940058188233,2841.80988119145 -5122,2745.52568560022,59061.3945182356,1681.06193453765,552.273831908704,14813.6351346862,6064.826155932,370.916803189747,2788.26841958825 -5123,2599.17114841575,58024.1538950671,1514.52053866498,508.334242611722,14015.5555237552,5836.99214797396,332.073086513123,2697.68617995758 -5124,2631.3351478055,56259.3897877042,1680.18167106686,542.109341872149,14203.3099072159,5729.01828462751,367.637613494752,2621.26763701072 -5125,2554.73835747578,54764.8487463644,1561.91517935894,513.09396697089,13785.6064640721,5637.66111983641,341.494243839171,2591.07688280977 -5126,2368.61629102817,53523.9016081098,1467.41829861713,479.606052719373,12780.656025319,5213.9012550756,321.681489481962,2394.10446119322 -5127,2233.38368750926,53185.0835096053,1318.40587539744,439.786112598986,12046.8555802465,4997.74065674811,290.41708693231,2303.71074422854 -5128,2261.65582434623,53765.0236137884,1263.2196670786,431.733138002371,12194.5555917436,5143.21946902223,278.861958375332,2382.89916479411 -5129,2470.75689872074,53551.9631756472,1436.43311347687,482.044382783344,13327.4996854962,5559.0966769886,315.286510243356,2563.43346288334 -5130,2493.08398703149,52448.2062031697,1414.0250158149,479.551610312742,13445.2011053581,5661.26311324052,309.81591983138,2614.07661022015 -5131,2678.30804602613,50120.1310537475,1501.16821195716,511.994099002757,14441.4442222702,6096.69284190574,328.632986967542,2821.09109819136 -5132,2500.98080533923,49487.1856880274,1338.82165006016,466.145913555519,13480.2998633977,5774.98776923203,292.822382832544,2681.55828831944 -5133,2120.10558159684,47909.4990336267,1048.03381809526,379.175326237881,11416.8844880888,4987.52613357756,229.458800362778,2335.94411802004 -5134,1932.90643964227,44754.1258256395,1204.77106336414,391.858144172891,10437.5654619535,4236.66926131523,263.231979177199,1936.26148211848 -5135,1796.00040835026,42052.9351622859,1376.47123073115,412.7584144956,9797.25171058727,3680.5501176955,300.917108523719,1637.14493305794 -5136,1977.09804204863,40161.3741033803,1559.66704215039,463.184474858093,10781.2822573143,3990.25811634681,342.22126385689,1771.40254586125 -5137,2300.22332788109,39000.4545030209,1971.1044274028,568.078461999483,12539.1829719496,4444.19532566544,430.995606661838,1942.4089981683 -5138,2710.06408738004,38362.3124797766,2464.72684396733,696.320120431838,14763.3687451543,5066.76101077406,542.026823443898,2187.11433881191 -5139,3312.36346623364,38069.2245037404,2727.14167016057,797.127611840872,18058.1460790791,6553.342524652,603.052202423215,2881.62222297358 -5140,3129.62482046896,38120.1510821049,2090.22084630619,659.939758696201,17091.2621178468,6834.62885195139,459.155707467279,3079.23175704019 -5141,3329.54525177874,38605.5131686276,2511.40823866758,756.697036908963,18155.2445572799,6978.84386225822,549.633774436792,3093.5332568618 -5142,2978.90468648232,40872.268424637,1795.21040425708,594.72453891991,16244.8367737633,6770.38260499867,392.704691692382,3115.74515312865 -5143,2669.43924861678,44101.4333226299,1610.42311185207,532.495194607822,14564.0493149077,6061.7138043759,353.496965038447,2781.18054360527 -5144,2690.76230492879,47105.0659858889,1621.57058480404,536.544301977007,14681.0632774226,6105.70169085531,354.879579595832,2803.99023512559 -5145,2463.62286073674,49592.1569199221,1437.90429324787,482.205970137442,13446.4386500509,5645.59111742656,314.413995734355,2598.33035645597 -5146,2433.03621211497,51886.9737434688,1451.60639814814,481.939258993976,13280.3759545898,5530.87510051342,316.641827068729,2539.02186195401 -5147,2331.71106510449,51343.4098386989,1327.24312349471,450.152770328184,12727.0515352731,5379.42326182192,290.321994937542,2482.84915940108 -5148,2157.47110117202,49745.9761478229,1234.54806849969,417.629289641147,11777.5903920076,4964.66909132708,271.08500662944,2289.43318646065 -5149,2190.10765760682,48666.1234773518,1252.96838533579,423.672309422982,11959.0812092875,5035.05389500808,273.214661835146,2320.98183450028 -5150,2021.01800389734,47866.8869863241,1164.22907170267,392.744357633645,11031.2803319219,4643.76374743042,255.661461775727,2140.60916870056 -5151,2077.67697838329,47401.2719362769,1240.37674672024,411.812674961156,11339.6824117203,4720.93589188758,273.404368787187,2166.95527121147 -5152,2222.70927120535,48412.5295742664,1336.02755852871,442.090069984321,12133.3218291103,5037.34551232248,292.962466702468,2309.94811560873 -5153,2374.88044426638,49424.8265034353,1449.86235952763,476.253219639293,12964.2327741562,5363.04969306435,315.908077030997,2452.48070791132 -5154,2466.73000786969,49351.0348134296,1501.90084230082,494.052324447791,13463.9044940786,5578.40257480267,330.040538150698,2551.3854631223 -5155,2697.97971316714,48789.8024545427,1655.72150499928,542.979639691879,14725.3799905813,6078.86438784897,363.010637758536,2780.81867139567 -5156,2475.83283051419,49492.3822447375,1441.40730372229,483.421262463366,13516.2571580169,5685.82879274771,314.315819605688,2612.01902257675 -5157,2162.05356424219,48480.0853155687,1218.55122468208,415.015304595916,11802.5678871724,5003.99977148685,265.502889408289,2310.96190903809 -5158,1795.18692156174,45233.2519634588,1131.74652270274,366.348441680253,9804.68418018831,3993.77221653315,246.809944185879,1817.63801956446 -5159,1819.90826488384,42551.8083365807,1335.77683419085,407.43282948088,9902.03782538887,3786.48158848582,299.147400791484,1699.49609941181 -5160,1846.80164762913,41003.2226417106,1348.6688265018,412.210364891111,10045.6247505444,3841.97694926463,299.76373096494,1726.02481500416 -5161,1866.60560771267,40150.980889146,1384.2137815813,422.026300017749,10172.8314337176,3844.72857252654,317.092799376537,1729.56970380375 -5162,2218.93263688767,40276.7385495094,1809.65252124671,531.204951199406,12069.6252080765,4404.79263485199,407.648123727726,1951.59883148491 -5163,3423.84031420409,41618.4996541277,2823.13892629397,818.059572862764,18551.9543188399,6785.18682133931,594.064735763839,2962.18686592176 -5164,4198.71189298409,45223.8981412177,3195.62918985086,956.376887233927,22796.6576064759,8697.90297355915,698.166208208421,3866.03254838951 -5165,4138.94975001181,52744.4121535576,3239.51081088245,960.585705008407,22440.5175023612,8611.43998392219,717.641901552731,3837.28155675635 -5166,3611.81825150496,59562.3463757028,2336.2477963754,752.972160226774,19630.8626668993,8006.65277077952,535.185340133484,3685.11365174464 -5167,3312.86384186668,63945.1556341725,2190.64658598814,697.903405822916,18003.8977160714,7289.28735731774,497.417239350521,3335.72715091099 -5168,3277.83906031027,66234.7759010091,2159.23813385805,687.77252098432,17801.1758393929,7207.44651674209,480.67618801989,3292.11194252458 -5169,3054.60897668144,68271.8416567535,1998.83387587598,637.566896948082,16586.0586131233,6726.91634788497,440.938592602877,3068.68743164484 -5170,2940.95766660484,70097.9255567153,1913.38558581907,612.356056501925,15980.2344374615,6476.85479357704,426.117661465041,2957.41266185132 -5171,2664.01457611162,69268.5488149778,1577.5830139461,526.969404033776,14487.4091374888,6058.80006145929,358.622759128938,2799.92419824753 -5172,2505.1426043207,68250.0159371056,1511.69567249888,501.171983190702,13632.1419280381,5655.07525018422,346.741913395933,2609.57572021629 -5173,2462.30041635444,67117.1579042836,1455.35254268638,485.688115520738,13391.5008839963,5583.86856226788,326.472759579505,2573.59376998054 -5174,2267.1227267093,66114.2148981698,1334.12991171777,446.972551691945,12332.2764893689,5167.22363706808,304.652249655056,2389.31660905885 -5175,2309.15842615579,64590.5728972994,1389.48525357572,460.761730153611,12559.7771372649,5235.99437506057,317.652503365014,2415.5379509349 -5176,2407.97796952179,63991.9249470061,1417.50596756511,475.0333856093,13105.8527388238,5489.73711510049,326.919211198023,2538.75359956511 -5177,2672.31727791259,63145.9191431448,1656.62641838688,541.212053558628,14526.3106270668,6003.74522347536,372.855673185808,2755.97443348552 -5178,2836.36813655897,61768.8211302926,1793.75360887819,580.462940018328,15409.1809448286,6345.67831973596,401.236562022078,2905.51943679777 -5179,2806.28806157005,58900.3000504521,1626.76267125769,547.783999491581,15259.131974338,6450.17990390688,369.681831297336,2982.69107617277 -5180,2705.00361666998,58008.5641241226,1564.34873421339,525.857709147064,14690.5509845299,6238.54216934892,347.294365640685,2879.38181579166 -5181,2262.64612256238,54555.9455737541,1215.98910053506,423.60922701697,12297.8620983182,5304.57242341337,272.502250105623,2466.99681078942 -5182,1847.80655346363,49682.5776720515,1098.39783312198,365.421703150878,10059.7231113977,4182.36825359003,249.179758514406,1922.63694423608 -5183,1912.43630763987,46616.5859250145,1357.12112591196,417.714661507914,10409.8349238927,4029.28681037776,307.762577663251,1810.03809363428 -5184,1954.06613330429,44786.3447595217,1388.16524323095,427.424912669344,10628.6749528191,4098.49772394951,313.511051888438,1840.17851023371 -5185,1995.86986550597,43680.5091038718,1465.31298365536,442.772937531654,10872.1840307566,4119.28468699653,339.344965811403,1849.27163968983 -5186,2383.75606965482,43711.6886457608,1909.44525037605,563.111308904524,12982.7432410088,4774.67095768552,435.083272210968,2118.34719068837 -5187,3572.06709780025,44756.2045088119,2798.95345810862,843.440991552186,19393.4283812826,7231.79232020337,600.35190618508,3169.89682809169 -5188,4567.24581739842,47954.1897641018,3362.88373641311,1028.88886845338,24859.326933575,9605.1780253632,745.594241513335,4285.34849321179 -5189,4567.07092130322,54788.7531491847,3418.33781366048,1042.6949093434,24907.5536595697,9772.43944635064,768.16361125606,4403.37051330457 -5190,4122.5141432524,61129.6398158691,2699.60792222905,859.947408759821,22443.8190898171,9117.72254202996,619.642225341165,4185.68961586228 -5191,3766.66875333797,64943.9413747553,2501.94192008098,792.949553678379,20509.4948263246,8290.71818211927,570.672326878384,3788.93322087819 -5192,3699.71548287182,66594.3803271684,2433.57720541918,776.29431945212,20123.9897711849,8141.22848963489,546.93203593272,3712.00648933291 -5193,3426.99564835663,68581.5587957275,2230.46184953851,715.704203812902,18628.9161517145,7555.16506251031,495.60231713928,3437.7424808631 -5194,3300.31588172633,70124.9478330734,2143.24043407315,685.689275056307,17952.097586394,7268.07841850913,482.828315696463,3311.95716540755 -5195,2996.69559152809,69406.7782719341,1789.6683868436,590.544149455563,16305.5159873056,6796.34820694067,408.948940844271,3130.50970013561 -5196,2754.37655843546,68405.9137473649,1646.91751919046,541.994266243283,14992.4494993076,6237.99085354502,378.999692665835,2873.92007452049 -5197,2687.57811314532,67038.1696575677,1560.02368972779,520.443539000831,14614.9011111594,6117.35689411739,354.76296286302,2816.28611823558 -5198,2464.24390250467,65928.1767363868,1412.26274762267,472.930160612068,13415.5722062495,5668.13817627955,326.535008519021,2623.96255777457 -5199,2513.17314273384,64491.8375132941,1471.46515723428,488.818276502757,13685.251639387,5758.77559319588,339.220856097115,2660.52708011805 -5200,2629.35183869715,63706.1122108525,1518.60017249385,506.577674926543,14318.8951775446,6037.95470188137,351.534374532345,2792.08978966694 -5201,2896.38714682548,62694.8545728629,1734.11952953063,572.635817097441,15765.2085857426,6591.32977918849,393.619097657376,3031.12024659782 -5202,3032.11876074358,61283.4590437699,1817.49211030663,600.738467284012,16507.0725644523,6924.34292405825,411.539002678723,3185.41481148007 -5203,3027.41519992063,58726.7336852619,1680.98990800814,571.919522494564,16483.8376550859,7063.72014593473,385.937066018742,3275.2477712329 -5204,2910.414400934,57927.4971942343,1591.54411968292,547.737950969322,15833.3441952319,6835.4511629295,358.275726471835,3166.94509182665 -5205,2422.55620722712,54744.0624187096,1236.66612034264,437.784116814379,13169.1269194275,5756.95085968798,279.51664539447,2679.71810611368 -5206,1958.13417824074,49860.3013027727,1111.89673250012,373.823998381519,10658.1361955118,4492.78448666546,252.956051110561,2065.60727994568 -5207,1939.04667923611,46474.1992025273,1369.00447404665,425.093473415033,10591.2294145086,4102.54696136999,311.567282202852,1857.02646969117 -5208,1974.09303060375,44637.7220883312,1400.34613910957,434.904346773548,10808.9406443231,4169.02651157125,317.382744190983,1888.05992251312 -5209,2012.14013705237,43520.4539272676,1477.99282759876,450.34574483254,11063.1833293776,4189.25402028334,343.561513737846,1896.27648543857 -5210,2420.43214869165,43564.1052657495,1925.96398610424,572.406038330277,13193.4230752965,4858.83307438099,440.462993953951,2170.22832563161 -5211,3634.11531937078,44610.699811973,2823.86057699964,857.478088972576,19658.0997546652,7351.94310649427,607.657526112716,3249.10511330862 -5212,4678.33475540137,47894.9485538615,3392.50122619946,1047.07387964222,25274.4792689913,9796.33309463575,754.75352012205,4395.62122075577 -5213,4762.79195741166,54222.3241327737,3448.15252339902,1061.93556316571,25370.9606769419,10013.8988080814,777.630445838369,4517.48776554375 -5214,4229.2456338792,60383.4085863784,2723.22432204965,876.567418180618,22891.0589058219,9319.81438302172,627.330055068531,4300.17646539938 -5215,3866.98362664296,64221.614548085,2523.86664042358,808.120480606077,20909.9876948409,8473.61612160975,577.74049643043,3891.72275005992 -5216,3787.6363545026,66049.7770304053,2455.07184941848,791.090958000333,20502.0462012884,8313.21774795226,553.681232204676,3813.18515750486 -5217,3503.39734950206,67908.0798642493,2250.28474524279,729.342621852126,18970.0301275547,7710.74168163662,501.700641257871,3531.7647722382 -5218,3369.20403605318,69505.5135551254,2162.18150288582,698.740329067624,18289.3744116254,7417.33749427033,488.791148213122,3402.21570022415 -5219,3061.14886281937,68811.2482959925,1805.50359475196,602.395273405202,16636.9589146995,6942.53409526595,414.021888019766,3218.11578456711 -5220,2811.00245581099,67925.7483183663,1661.44393081864,552.84031840424,15299.9355753762,6371.55223385805,383.709528990012,2954.13263842296 -5221,2732.44505813844,66761.7107436552,1573.90540477897,530.902305065687,14907.7761516141,6242.56131957575,359.159921368727,2895.55919538319 -5222,2519.71300604346,65478.1514572841,1424.74046161689,482.683550811875,13700.6303608693,5793.73790387797,330.599310113433,2698.10639107357 -5223,2575.81498129559,63838.1057191053,1484.45176625705,498.82983893695,13974.2585780286,5888.57280518402,343.438927888963,2735.2942349485 -5224,2689.9494735697,63327.799938583,1531.99974479686,516.985322295476,14623.1955210374,6172.28338738577,355.910788117845,2870.70558182885 -5225,2969.84178227926,62657.4390822704,1749.49902845033,584.195424233998,16085.596293997,6737.69502932422,398.493355658104,3115.82960070772 -5226,3119.36763092157,61566.1539063858,1833.61887815327,612.95904176753,16845.2032022597,7083.10569038264,416.631736736404,3274.54356970231 -5227,3109.08970387514,59211.0564806054,1695.92809938879,584.037995159723,16840.1541188039,7227.2582420998,390.733684777411,3368.63343948865 -5228,2993.75042363268,58282.9443548626,1605.82874661839,559.460906690891,16168.9432204674,6994.53636961887,362.706936897036,3257.95673959802 -5229,2477.03820547161,54684.8212084693,1247.83736533024,447.371990441852,13452.4170705431,5885.51527202321,282.980315657727,2757.88411944567 -5230,1995.70458078173,50126.3670024508,1121.81205542185,381.446792205044,10875.6295969259,4587.24978291924,256.092386307401,2123.65141804886 -5231,1985.54497129535,46668.5518953722,1384.06119263721,433.456903361291,10806.2270348684,4194.11952703991,319.756933089441,1904.88146336457 -5232,2024.71345654827,44828.9568068244,1415.72109424367,443.31078947675,11019.5909627096,4260.83216480664,325.466231610502,1935.4388530197 -5233,2070.19943578004,43755.3400850567,1494.24423739701,459.995468313785,11290.6563934231,4284.27449233023,353.952024194949,1944.80953013451 -5234,2476.32772430428,43761.5759329461,1947.21461194612,583.786545219767,13476.7703999916,4970.88196579227,452.105468221085,2229.23829048785 -5235,3693.61037222142,44779.0695196391,2854.90394230914,870.196850890631,20021.7239261765,7508.48375631804,616.247800701588,3332.71013452917 -5236,4756.06717416293,48166.2109110638,3429.95004023038,1065.70658210533,25816.0064988552,10019.9848033877,770.901366437723,4516.45035739844 -5237,4804.9765274953,55111.9813759308,3486.56426530826,1082.05420407217,26020.3394105299,10260.8036955564,796.192793747326,4657.32394488109 -5238,4313.06543428053,61099.4995651593,2753.34009112578,894.918905764634,23416.1799664821,9539.91519352236,645.568054415691,4418.87061249486 -5239,3939.52463581616,64784.9255901444,2551.77649121235,824.606942511858,21387.8726954064,8673.21653588829,593.768430586672,3999.64830608698 -5240,3859.5804342684,66565.2794684518,2482.15211027389,806.281318192192,20944.6707954254,8503.96301003359,567.457855234126,3915.73663119457 -5241,3569.63403250444,68453.7224521917,2275.06511637837,742.710602246222,19365.0198216237,7885.05001857773,513.074837585886,3625.07616986565 -5242,3438.86108993553,70128.0658074251,2185.99491121011,712.306143469265,18675.8585930049,7586.22298570325,501.250650807159,3492.10884388334 -5243,3128.28331248657,69158.3809255589,1825.38585330208,614.883978028415,16995.4854922711,7101.87944057857,426.00544828899,3302.7690804181 -5244,2875.33726231526,68369.5376487656,1679.73808945168,564.618121151063,15632.0086142698,6518.56368138539,395.349612174074,3031.93921706132 -5245,2798.518679803,67266.8198666534,1591.17632423275,541.753394985889,15213.2916895133,6383.7105734414,369.312879113552,2969.32067546906 -5246,2576.3539552979,65954.1597215656,1440.43880910439,493.183939866217,14003.4375828546,5928.31073302215,341.037641949556,2769.56169629288 -5247,2629.70060292521,64424.2817719918,1500.83134482124,509.550066938065,14288.4156086557,6026.05076400705,354.020484767956,2808.88611877644 -5248,2750.13959928218,63923.3299145246,1548.89021769025,528.282982105502,14949.9300229736,6316.53465094915,367.208709305374,2947.27154932183 -5249,3027.86630823418,63178.1379762132,1768.7954850732,596.014172509338,16440.4348072231,6893.727061908,409.485937330714,3199.50189993398 -5250,3174.17743488669,61695.0294402869,1853.87468419839,625.243806066816,17224.9244037299,7248.10443166733,427.906823228866,3363.97735541505 -5251,3171.13529704909,59122.7143108344,1714.64338923676,596.467115611071,17220.2575899796,7396.18757488427,402.623156471413,3459.2512538372 -5252,3047.29753452755,58546.9314721823,1623.53853704563,570.567922459581,16526.9102198194,7156.61182518018,372.370323242385,3345.38680308254 -5253,2530.25996627141,55184.7337747573,1261.53465379863,456.445575638319,13733.7421170612,6018.97519935801,290.936598192112,2828.65487784 -5254,2041.67665574379,50479.7354799067,1134.13300564918,389.260313096859,11102.1461328038,4691.07130840634,263.406666779035,2178.13931752203 -5255,1911.22158885812,47039.5888269451,1336.64036294092,418.598529453365,10367.1194747476,3989.58131375161,301.378411001765,1793.9234195634 -5256,1941.39828558021,45167.774905329,1362.72156788155,425.109588264183,10524.4835677025,4040.71299360695,303.080641821461,1815.06726099146 -5257,1956.41693114218,44033.8775813277,1375.47663066042,432.127799112767,10611.0156944415,4021.89617998725,322.188937798294,1808.14117346499 -5258,2293.53265277844,44109.7478536918,1768.39011630353,536.416475060856,12445.1595533609,4594.02138281066,406.116384371351,2047.8198990765 -5259,3465.28761285096,44970.3042381323,2755.7827068263,811.103080647087,18791.628389758,7005.18902786595,564.688374204276,3084.80607633353 -5260,4348.3862739151,48148.5424569468,3113.63845989288,963.619269048016,23606.3080438024,9174.14289707925,679.586468754081,4121.38342531045 -5261,4535.2736500985,54381.3399173847,3361.34910409489,1037.65734447887,24654.2558554118,9603.09878919287,753.203532345333,4349.17767101815 -5262,4180.95584157491,60602.704973223,2683.68370088346,880.220915738633,22674.1609000026,9112.77802622364,626.143621016028,4193.66663438331 -5263,3807.8136921994,64810.9085753232,2494.45800825119,808.473182207282,20656.9818859104,8264.97231139434,572.267987874183,3785.11145298742 -5264,3680.82394066351,66744.0422895382,2376.46063574118,771.846791135178,19958.8694919556,8031.43140788033,534.341331287825,3677.18023770365 -5265,3371.95158153369,68529.5928253698,2158.3149571224,700.228191667058,18279.1047824633,7395.54604811524,473.317811056279,3380.78617590467 -5266,3243.46083781788,69794.4442656307,2045.24616286982,669.723772428323,17585.6599911079,7109.06187590809,460.042104780391,3254.01787862408 -5267,3027.24639759483,68870.4895062329,1777.03395727444,601.899640974445,16411.0312446422,6772.93365404621,408.498660460056,3125.3398786939 -5268,2700.12055258504,67317.7465458319,1527.26751096861,526.886375385569,14638.9009116874,6091.47601516603,357.636320232315,2819.41177379645 -5269,2671.31761563608,65415.792373506,1491.16711784248,515.602943521539,14476.4691891331,6036.72979899104,344.410701223623,2790.5684476052 -5270,2418.14446819075,64210.1820426714,1299.32847459761,459.928365358744,13111.0476064785,5539.40451444578,308.719235395143,2577.80358272435 -5271,2515.55110365803,62960.920272541,1426.39118873891,491.760649541496,13643.0203786512,5699.2613653149,332.643229640168,2639.77734596531 -5272,2678.33503815609,62801.9044879301,1510.10740840037,522.847755561219,14526.7967606888,6051.56053978188,357.97634286682,2803.45760430671 -5273,2989.99973535249,62040.0834874949,1809.27606944956,603.72104392019,16218.2472842233,6663.63527904926,409.714842138006,3064.16053656843 -5274,3065.68153934279,60420.8240769709,1827.61382746496,613.886576753642,16631.983809828,6897.49139043714,411.903122099447,3179.17354368448 -5275,3106.73945916677,57672.8639999697,1722.36871353481,599.05103904925,16850.8461683628,7106.11002564365,397.7523156037,3296.71223167711 -5276,2917.54657690502,56801.9145021088,1567.85585042258,551.504868092384,15820.9341388235,6772.07833235537,353.552872147501,3149.71018146863 -5277,2418.02342311315,53659.0130907144,1200.62701324493,437.631392618123,13100.5633366178,5689.73328388913,271.716707472254,2657.8979659167 -5278,2008.71439010761,49785.4703215878,1151.82752690452,391.419766917095,10894.3445856424,4521.69247925987,258.734113034434,2076.64735528089 -5279,1853.00590335398,46512.653984299,1306.07264466843,405.772136709943,10094.8755069274,3887.03857847054,285.81874974111,1748.4441411114 -5280,1791.77692337622,44529.6328820847,1219.81264535363,384.935141812213,9706.88190301438,3796.62689015789,269.945678548478,1719.48413303783 -5281,1884.80457676097,43036.1311319241,1367.00198686302,420.908283518547,10186.7796176923,3878.42329618833,304.386770772991,1741.78032728168 -5282,2168.2944018126,42613.1282299935,1683.15201469306,505.410642547562,11808.1402971092,4409.02916521534,376.50052757704,1958.22403389709 -5283,2867.18963786875,42700.4310077713,1974.94530638203,619.754101217252,15677.9520612791,6170.70058244257,439.271601500987,2777.60527176999 -5284,4067.60253201233,43478.8811711442,2797.35171772982,876.547915408455,22413.619688922,8844.78818892496,615.638821566846,3969.42467030648 -5285,4208.27289246749,45245.7238608656,3001.93185587512,927.592314352462,23621.6173975827,9343.61732340309,658.552408751417,4164.68884269794 -5286,4033.07739174775,48687.9491969997,2634.58045984988,846.78196295908,22157.4464680039,8944.08543114733,581.239259229859,4072.8693934639 -5287,3587.39829158519,52870.1698139211,2325.81205874585,749.301940662367,19725.8237358234,8006.04956773629,516.617709671752,3638.06114455639 -5288,3612.79540631006,56173.1263011057,2356.95002754969,757.041329978347,19826.5821525966,7981.85530577354,518.585530034236,3630.34266161416 -5289,3142.02254037689,58104.1814329622,1920.31845789361,634.420554315123,17197.2154884679,7115.10369241559,428.907101019243,3254.82365236836 -5290,3063.51581627932,59340.9714064998,1895.71654201896,622.478092134843,16754.0020578596,6874.08999899861,420.627765628308,3140.4968133515 -5291,2859.8546203474,58016.8786551845,1662.4312951127,560.624171725167,15644.1243434829,6538.01264882969,365.935622591922,3006.66788101887 -5292,2842.27115695413,55872.7630851868,1781.13856824442,581.193400688328,15541.5988128758,6313.88932701467,390.431492122143,2883.07708858225 -5293,2751.11245328054,54113.195635348,1664.77304542707,551.340171270275,14987.5786354304,6148.07855393672,364.998191069398,2819.60781204916 -5294,2587.55365542176,52932.5288976992,1585.25366748086,522.412832520445,14162.6092422304,5811.68093028276,348.522580062577,2658.59176958475 -5295,2500.57996596593,52226.8311331527,1484.98544061291,495.979530185148,13714.1435459001,5712.49760483098,328.756724336569,2616.34974620005 -5296,2550.86081074039,52514.7225524787,1460.9341922001,495.837668159233,13961.4149665663,5881.73760738618,324.687922710707,2702.83459170129 -5297,2749.84612503072,52424.3018003493,1589.3387597158,536.72043631187,15108.2193793914,6345.39206238227,350.129795001771,2911.06612596263 -5298,2789.00875687046,51558.5488591986,1557.51145929292,533.769276048325,15385.0561199054,6546.00731406557,342.11810771669,3007.91652080458 -5299,2973.43311227042,49576.5671489776,1649.38841458166,567.190310305831,16350.5056605179,6952.3609797492,362.151611548552,3200.62879546624 -5300,2795.96178811719,49549.5447718055,1480.5416568994,519.991869220418,15402.3696846428,6653.11117827528,324.755166313188,3073.54345034765 -5301,2362.08097072146,47469.8669687584,1191.14018606867,428.617046829875,12915.4135280044,5632.08720991741,262.369085223419,2618.85973528486 -5302,2080.07538407675,44159.6352416911,1274.26811352449,418.93413806323,11367.3639856676,4638.40843357398,278.911939832721,2115.18579935772 -5303,1990.12349306909,41392.9674193937,1506.01235931479,451.959963633441,10861.0494046402,4067.04714398507,320.563144768095,1798.74174405431 -5304,2197.44184900655,39442.1651502477,1746.29225755448,514.289371934151,11944.2420705161,4375.19154786777,372.599282559237,1924.60977073411 -5305,2470.49016803585,38000.6293704449,2096.76533704509,605.727406937621,13367.157287551,4708.4147848115,447.717987972292,2050.07962630566 -5306,3008.9971815482,37458.1047568542,2716.8110907615,765.606797474949,16419.0343288806,5641.83462896143,581.496590795481,2419.71171391656 -5307,3859.99749574402,37504.8741705018,3223.17099211377,926.877145079153,21219.2491518568,7662.75449458147,689.333573347072,3322.86252323026 -5308,3739.72252749382,37675.3224605263,2478.11235150285,775.961127056489,20843.921506297,8340.81086011255,525.523076894633,3721.52612247576 -5309,4044.9484403888,37960.0959055007,2785.94369285704,861.85544642878,23010.264347956,9144.43528763004,590.073748744533,4052.19919623651 -5310,3536.85011052561,40169.6886344422,2114.46651598478,695.437641258749,19675.6644544445,8162.37690523697,446.693925576992,3716.9001073653 -5311,3218.04684570855,43653.4867266997,1951.23811777068,635.514783228131,17950.6696822266,7423.28826841662,412.632917489268,3363.97820144139 -5312,3185.49874761516,46975.1510599945,1919.0691644249,628.308974898604,17685.2225707041,7308.79703797305,405.605648802073,3321.03330805272 -5313,2912.00105670724,49604.6287165149,1708.5242410534,565.602768043761,16144.8449610768,6723.33545421503,360.759562892298,3061.98642573605 -5314,2831.84529990049,51883.8558699311,1679.86746118439,554.384635637636,15654.4220949276,6479.64869673716,354.685311754998,2948.97230419716 -5315,2749.27684602917,51554.3915936676,1594.82507743797,530.387138444676,15203.2410898961,6344.15850147894,336.717079886035,2893.03297180951 -5316,2565.61594005776,50101.4233084512,1526.3373522206,500.93986652025,14180.4524944747,5876.57315693548,322.832223540271,2671.39551497015 -5317,2526.1397629308,48818.9034140733,1466.76192698342,488.615101662711,13874.0567215849,5769.25867888331,309.622181586328,2635.07229700919 -5318,2409.47078113718,48027.9814541075,1436.80255396761,471.066374877055,13338.4690452765,5525.6805845067,303.880394671825,2510.37557991093 -5319,2512.54062988555,47780.6234997256,1558.08034326832,501.267568717104,13954.3076213348,5721.04094321805,330.130797551085,2584.09536150784 -5320,2630.03819888271,48564.2701189948,1609.10633149733,522.217043556298,14557.9069457106,5976.19239001044,340.47488902089,2706.36233717279 -5321,2768.63274527789,49813.5318891251,1650.89991023103,543.526509646188,15363.7623239388,6349.3036739296,348.394016358802,2882.08391794995 -5322,2981.0544145891,50115.9737882165,1832.49594619777,592.237788290615,16634.9440503149,6841.64536593234,387.745939062558,3087.93119295245 -5323,3206.41490218982,49977.7443312602,1978.80502757689,639.820940105944,17810.5506003525,7297.26916615957,418.676589176979,3298.27547497635 -5324,2930.52288759812,50284.3434958826,1677.9772841208,561.464808542331,16319.4943044667,6844.94510253427,353.623772075656,3116.82794474696 -5325,2519.3420076662,48912.4421405544,1424.09633092494,480.039660261258,13914.6760694108,5842.42009965039,300.146267152105,2672.41952636016 -5326,2054.41803120693,45647.9403343275,1286.14768740854,414.579606272412,11303.9082833053,4575.53576291219,272.044090237779,2065.64946239905 -5327,2143.02396945441,43092.2543678128,1632.24880544584,484.53524191285,11860.8596755182,4518.93161934941,352.772463599448,1985.39685607055 -5328,2143.06700263555,41418.9504045726,1618.6419028625,483.234900644,11801.6563063107,4501.64445214814,349.686993958953,1987.0358904313 -5329,2226.1299978849,40541.7649580083,1780.87969578134,517.892860813872,12246.4740709827,4566.14820336206,386.091557546511,1994.40554246283 -5330,2633.09879767485,40644.6575067306,2224.47988086324,636.083086117588,14567.3497915364,5304.0421346212,482.455845654018,2295.02492729456 -5331,3769.2252232273,42158.9456853599,2928.12845092759,873.572956259652,20833.334720602,7800.07479901977,630.598713479184,3428.84262572825 -5332,4915.91381702923,46096.926322251,3671.45551638506,1100.18138482976,27524.3935973522,10609.587547153,791.317113710082,4657.95780516044 -5333,5089.06515094691,53277.5829449072,3845.08744591092,1142.53397757439,29078.3274051231,11297.6465411797,828.990596206303,4931.23870849726 -5334,4451.26701742483,59863.7489836149,3039.50584703478,938.204059067584,25036.8348143994,10099.8484317834,655.01526686276,4506.22817571345 -5335,4057.79032678609,64150.940832431,2788.90996935315,858.742824665194,22844.9626671886,9181.74751404719,600.779064787741,4085.12576166019 -5336,3920.74304034532,66285.7025801876,2625.06496719934,819.943788880188,21985.6332140442,8887.35701168316,564.434608457308,3974.97963477 -5337,3614.58617181415,68046.3093212056,2379.37054107102,749.331046195827,20233.8259391679,8213.91456548722,511.04657449108,3681.69566245359 -5338,3500.27201561945,69593.8557248964,2330.80403974018,729.385408853856,19569.6304420027,7910.73201902477,501.13565225027,3538.82436647024 -5339,3233.4704092541,68697.9625330359,2032.45911746243,649.105597783735,18123.4848550615,7492.23832994036,436.514336386492,3369.45392342361 -5340,3056.6073747041,67946.534646021,1984.20854616287,624.411963044201,17112.7972012852,7000.30690768865,426.903950431305,3136.2083246349 -5341,2928.14651438613,66624.5205778782,1818.37175833201,585.079159843883,16314.8688751053,6748.77034596184,390.198850558124,3043.71524195839 -5342,2764.69728315179,65168.43431831,1737.71629929627,554.425661437672,15511.5856538955,6415.31527660144,373.275487436579,2882.79915192776 -5343,2832.00395256331,63562.6860963721,1811.30411874633,573.244796962887,15930.4946599234,6557.91082753022,389.297241701255,2937.4848188738 -5344,2964.96629407826,63051.3410246705,1888.23321285573,597.911417039211,16654.9374621978,6866.287973557,405.986842303349,3076.68329757439 -5345,3237.90316840088,62321.7389581176,2078.40730221373,658.140638486456,18211.6993116128,7475.47444043687,446.365151370177,3347.10935242999 -5346,3437.4804667746,61266.8298808321,2214.99551629464,700.619969933488,19394.0531338721,7954.93822380655,475.503512030407,3557.30524531867 -5347,3437.78679206813,59065.5517837665,2099.70369813457,677.619351088976,19388.9476825789,8101.01426535229,450.238681862339,3642.27034126719 -5348,3263.15690547835,58164.4620351958,1913.79340468966,630.583012611493,18428.825164412,7789.47017417173,409.119086182875,3518.13912548887 -5349,2719.71606448609,54247.2678267733,1530.6048871715,513.585930460178,15266.7276096327,6522.23212681856,326.960001608212,2963.95717397216 -5350,2229.12869164009,49654.5160037002,1408.63325368707,448.11592381298,12467.7571135737,5126.3792864798,302.536673039888,2295.85452701052 -5351,2375.22579379942,46552.1481580639,1736.61829668091,530.174241342665,13216.9051777206,5110.69415910687,386.49224432472,2256.04386783849 -5352,2389.89367829282,44665.7836558685,1759.64349645387,536.237596803591,13289.1552707358,5127.85087528607,391.750642206689,2266.02009449471 -5353,2503.69858023222,43681.548395051,1956.42943313789,583.284617143463,13895.6572337923,5218.05989342528,436.447024203426,2285.07477857984 -5354,2993.47795459165,43736.6323397605,2447.57119867049,718.745702958858,16576.9045800734,6094.36253307469,546.873379724774,2655.86034702785 -5355,4165.8663380401,44805.052504818,3133.20675124494,947.116192585548,23150.4695498763,8847.41896392083,698.052318831382,3895.91054577727 -5356,5689.86812864093,48259.7496375449,4084.30228632086,1255.7008896717,31677.8116358262,12346.6648822703,908.388234110142,5465.11680639929 -5357,6074.93980528617,54778.3599349504,4276.13225798026,1325.5244829509,33829.6319511094,13304.3082122809,950.455417165894,5913.35511039534 -5358,5356.85289358051,60892.6749749075,3567.12297658762,1132.32878639268,29850.4709703945,12024.2242339362,791.388881236332,5402.82086667388 -5359,4874.96898563757,64640.4601844847,3258.82943911313,1032.05757065578,27173.5000644498,10920.3605217536,723.029708770735,4896.74914290985 -5360,4675.05779462448,66165.1414765344,3071.29266951133,979.548008845791,26072.0298055869,10546.8724038178,680.962525714983,4739.40015111885 -5361,4262.45735101154,68145.0447052109,2747.33751586705,882.854527784076,23785.0095736596,9687.05284449158,608.65955483791,4360.42505732096 -5362,4149.16210296993,70115.5939100183,2721.82319006764,868.071102483954,23146.4361737257,9362.53823937443,603.401156955941,4202.52189443968 -5363,3827.97895957454,69330.907898756,2360.19193444777,771.982526071672,21392.1380095884,8843.11138799382,521.895989785421,3993.76601702335 -5364,3534.39590562071,68119.061720032,2204.58569690736,717.530818967146,19748.6435882111,8130.27367672129,487.716403552623,3666.63021543593 -5365,3373.43351490941,66523.7066115144,2040.80200030863,672.881695027635,18862.1200776042,7846.96558715933,450.90761837884,3550.55814735942 -5366,3190.54566297034,65154.923230538,1916.53173607693,633.567678881202,17846.6041532179,7439.14252033332,423.301029498503,3365.74771361274 -5367,3268.24314124535,63866.1673874567,1981.26150609923,652.337190254273,18277.592672401,7594.61640850582,437.761623673918,3432.29947758706 -5368,3415.40880416982,63421.3387658781,2064.82848455035,680.535379883215,19102.5312201199,7943.62156609116,456.166016260809,3589.86430900944 -5369,3716.70183686921,62914.1509597075,2254.93985352104,742.01535458185,20787.5056009039,8633.12491276829,498.233199316561,3899.56108376401 -5370,3917.65370220375,61658.6532408737,2351.28535267608,777.161456614548,21919.7631136057,9134.33314130302,519.266790844437,4129.32092199564 -5371,3941.15636385489,59631.9808001775,2254.92489054608,760.672652796536,22078.1712832609,9339.54154440669,496.918599846069,4239.13336137492 -5372,3740.79779305733,58715.3011798483,2050.14122463089,705.158890110034,20972.8603266787,8989.80215998294,450.90761837884,4098.56528269349 -5373,3071.35613252851,54684.8212084693,1616.93006894316,566.477524427088,17233.6555129663,7472.61761582303,354.941857032906,3418.97794426587 -5374,2476.62474345579,49626.4544361628,1459.86094325759,485.387930262165,13873.5595115952,5805.43006279801,322.0768702706,2620.21467060269 -5375,2692.40754969727,46240.3523359174,1990.96528069023,603.232359717378,15047.673432319,5854.91768749194,440.678964449172,2576.95085545541 -5376,2708.92457872747,44456.8804832583,2017.33687936139,610.111039099103,15127.9889513364,5874.04393968938,446.674596618549,2588.12616677333 -5377,2837.01071351099,43379.1064959596,2242.79261422578,663.590301750986,15805.2551424154,5972.87211711623,497.637470058249,2607.91716217832 -5378,3391.0927787947,43517.3359529159,2805.67313959825,817.631501479924,18841.4254571555,6971.41512039757,623.545745615155,3029.1186474278 -5379,4721.43933337648,44544.18336185,3591.97012578419,1077.56971913213,26346.2852046055,10132.2556970207,795.920170484729,4448.55118967742 -5380,6450.28968430735,47680.848824541,4682.59236040266,1428.76826423318,36074.4591442828,14147.5988258994,1035.74545725979,6243.81351676954 -5381,6887.49599461861,54036.2859709907,4902.61547083514,1508.23237911445,38533.7539132903,15248.154413544,1083.7105146148,6757.40821081108 -5382,6074.97965354925,60215.0388787123,4089.96116563918,1288.4417460064,34022.5443918227,13788.7563182413,902.342641491162,6177.49695837142 -5383,5528.41050449468,64185.2383486718,3736.48069338399,1174.36189253603,30970.8740829289,12522.5161136932,824.399423289267,5598.65102667876 -5384,5302.14585719808,65964.5529358,3521.53259052647,1114.63528461711,29721.7177548025,12096.2941075304,776.434365934256,5419.63789822295 -5385,4834.62574614037,67603.5593827995,3150.16802041358,1004.63743134357,27120.8483809352,11112.1835028212,693.994423605329,4987.14364625775 -5386,4705.74377158782,69324.6720508665,3120.84935318551,987.802780194646,26387.579870066,10738.1695255742,687.998791435952,4805.77895781669 -5387,4342.6957892693,68691.7265843325,2706.42708131566,878.539974987692,24405.3140090009,10148.1593451205,595.066492810617,4569.54933462968 -5388,4009.44747999416,67590.0481942134,2527.95575074664,816.562404621388,22527.5482981405,9329.1949213095,556.094883709669,4194.84437193163 -5389,3827.35470024443,66259.7195950087,2340.24392599154,765.780237513307,21523.4826177218,9006.44867096097,514.125458524034,4063.06950922002 -5390,3619.97646416111,65047.8733154708,2197.76664202945,721.054370805763,20366.5473393395,8538.89269742745,482.648389634807,3851.81201958569 -5391,3707.98307251326,63629.2025464951,2271.96837482426,742.407079032835,20856.3843706949,8716.70345069645,499.136378100593,3927.68242230518 -5392,3874.99097300587,63457.7148644773,2367.80780870409,774.505617406985,21798.4320026727,9117.48208457731,520.12109069341,4108.08780903328 -5393,4216.76942653489,63230.1039465709,2585.80410218106,844.471478840686,23720.401699099,9908.60227936621,568.086148048422,4462.35810790195 -5394,4444.97381294431,61974.6063285511,2696.32969321802,884.485798293945,25015.5323355591,10484.8227103674,592.068676725928,4725.67814976103 -5395,4472.52762852982,59909.4790052693,2586.00875086085,865.784360669605,25209.1856815894,10724.4165111992,566.587240006078,4853.11562617631 -5396,4245.87931789247,58486.6509707627,2351.30309864109,802.638005816183,23957.2211770932,10326.0351409915,514.125458524034,4693.568913392 -5397,3486.58488876968,54444.738393156,1854.56795354614,644.818624848693,19693.4679157269,8585.68060512738,404.705171432913,3916.32932388202 -5398,2810.20012595619,49810.4139147734,1674.15250633928,552.45937094907,15836.8805960059,6664.80540641954,367.23247037431,2999.07604648303 -5399,2933.99759406063,46636.3329614899,2181.90268966088,654.324253355365,16529.6983028086,6497.14784398945,498.872659140442,2873.3172669829 -5400,2970.81762454064,44655.3905424481,2250.76092993816,666.740127570328,16768.6604124046,6548.64961800568,522.223405028089,2907.61991575835 -5401,3114.56962241956,43672.1944719959,2480.99341270853,723.545141783424,17511.3602614375,6695.1646213432,572.85930596636,2948.35150206362 -5402,3707.30463352552,43655.5654098721,3059.04955318585,886.317262515199,20736.4204452623,7797.46451346897,699.222667383779,3410.05416821968 -5403,5075.49650406092,44762.4403567014,3880.08853996974,1158.73522372768,28466.277497818,10973.3804156546,877.98245066933,4820.97531093187 -5404,6916.73792034745,48078.908032472,4994.93345286016,1529.30530465126,38828.7462676076,15355.5523345531,1116.21163876202,6768.73177243751 -5405,7407.95111656795,54491.5078068036,5203.15406840185,1613.47269969831,41587.8898416919,16709.6794126087,1156.63598298525,7396.98992847928 -5406,6577.06360846785,60471.7507561494,4476.63599999908,1393.68029870766,37129.7586771638,15119.6483382802,1019.45646350769,6787.06927183038 -5407,6033.47491069427,64325.5464888005,4102.50059417464,1274.93803233912,34093.4213434478,13951.8862268736,936.445078771055,6263.09260499813 -5408,5713.96267763171,65981.1819979238,3814.86008248613,1200.2020541252,32241.905402666,13197.9716324543,860.889145057121,5915.76380974309 -5409,5240.54854234101,67801.0299491822,3441.99853380394,1086.57373442824,29631.8199717704,12235.1846528328,781.590036222054,5503.08428689948 -5410,5050.20509684999,69462.9015078228,3332.07875442137,1057.72341493075,28451.6685729895,11687.7131008762,742.625250560759,5223.52378555021 -5411,4698.99710401776,68741.6138715177,2970.61128852301,950.77814389841,26635.6242683466,11120.7796881418,675.891628772762,5017.48485071319 -5412,4381.51326802989,67478.8410136153,2776.20365542988,886.946007533371,24839.3184871557,10434.7785872406,631.946242689813,4710.35456890604 -5413,4195.55932372349,65945.8451905038,2617.83252900276,837.038017218933,23860.3283924592,10068.5589462218,604.13799200985,4566.88111576337 -5414,4023.52948700086,64843.1274083915,2490.91226363258,795.045012124155,22934.1846034543,9773.64901237463,580.354171542319,4447.07211376733 -5415,4110.19198988921,63360.0188724653,2546.23733587403,815.195171755889,23392.4271823944,9965.425995349,588.211797925338,4524.07634969726 -5416,4287.4855177118,63001.4537374852,2636.93749730313,848.371782246875,24386.3553659788,10411.2302375446,606.019433208732,4722.71802043112 -5417,4651.7391059612,62214.6890430504,2865.86098080637,922.761634558655,26440.6465094343,11266.1855827297,656.202552290488,5103.99702691606 -5418,4879.71222879395,60997.6462068023,2937.28016413002,960.161803941483,27693.0480099404,11884.0469174002,662.752439600159,5377.45685198664 -5419,4904.00796017126,59160.1298014269,2844.51351500178,941.987820070518,27904.6698271661,12085.6335572841,645.729447760775,5491.30789439107 -5420,4609.19439241304,58263.1973183871,2556.76017629197,867.267641242147,26221.6532612116,11456.5282093955,573.885789948407,5214.09320535996 -5421,3766.30716166068,54051.8757419352,2020.35239390203,695.7239051008,21454.5904621919,9431.07745844815,453.4282999423,4303.37812173195 -5422,3068.25166206496,49356.2314709537,1886.76407972784,604.31379725713,17498.1975234027,7371.86225837511,437.521813134419,3335.51988163928 -5423,3129.65758270551,46189.4256567389,2296.42346034406,680.937391076072,17600.9933822635,6994.74384770231,538.083368208439,3132.00646574208 -5424,3119.32128666756,44457.9198752515,2301.76773239777,680.266506282317,17535.7004460444,6945.82776819112,541.894911931377,3116.19379017159 -5425,3233.58375998352,43411.325329028,2504.8018992865,728.626244234415,18141.2602785461,7051.55550900515,587.141315562498,3143.4686444617 -5426,3799.2205748712,43304.2755147747,3047.27778550138,882.111868144938,21249.7314755776,8143.33000877653,704.510210861388,3609.85549275977 -5427,5193.85915715721,44125.3377254503,3854.43729668763,1154.91237448578,29059.9124724298,11395.2549657857,876.757355196889,5068.47313481087 -5428,7075.88585875827,46972.0330856428,4942.30096431203,1507.63536034883,39751.2497079611,16051.3690446934,1133.25971560939,7195.13463995745 -5429,7835.78724443286,52665.4239068418,5437.3756876351,1677.54795384657,43970.204896411,17885.0012168025,1223.05442963121,8007.71032467539 -5430,7095.525975263,58209.1527656709,4801.60924059218,1484.23558933719,39871.0721260235,16345.9434622093,1105.49025235624,7395.52965725087 -5431,6488.82928395748,62069.1843462115,4365.38002120777,1348.37913791698,36524.8048936136,15082.6052915998,1009.17179830134,6826.09515552339 -5432,6075.32540140908,64083.3850911288,3998.56893874846,1250.12026068411,34168.4888635237,14140.6325414947,917.991588018885,6404.91847507439 -5433,5519.56691200134,65957.2776959174,3532.54341663749,1112.11840475773,31106.0111613115,13035.7464613486,818.094287987857,5927.69560280372 -5434,5344.73418149711,67270.9772329983,3472.67202057305,1087.99406661203,30099.8986878614,12532.8506929853,801.288715299797,5682.89465087382 -5435,5045.40190064914,66294.0171112495,3155.81345704885,1002.72246966411,28447.1234381067,11979.8579538675,730.281606375135,5451.67877507288 -5436,4623.87289003993,64494.9554876458,2844.01795434064,904.567566297543,26147.3781110228,11167.3578071175,665.776857043138,5098.9712506962 -5437,4480.31190733053,62522.3275996659,2731.84646782655,871.206609256367,25333.9084205907,10821.285059105,641.586239766114,4947.73224229561 -5438,4278.53816980594,61132.7577902208,2560.76643095477,815.616597279781,24272.8460949872,10510.9212929405,612.47938624325,4824.99451692539 -5439,4410.41210978057,60063.2982331701,2670.99316248542,851.296855918895,24994.1786241243,10787.111862086,630.389651454211,4935.95593771811 -5440,4657.64336456657,60154.7583772927,2838.01734398613,908.577218551491,26355.8695812276,11347.1991271173,658.825137287169,5175.22887221512 -5441,5093.60615149856,59365.9149996854,3136.6341644665,1001.08903586188,28805.3881397737,12343.8031077095,726.026047598996,5621.3320692204 -5442,5245.40237014817,58129.1251269618,3113.52405067221,1012.9262597287,29680.092558817,12885.3983215455,713.248681050371,5875.68851549781 -5443,5330.69921759306,56453.7424805491,3079.53387475486,1012.37593650738,30174.3675074972,13166.1135538278,707.428379367819,6017.24613936932 -5444,4941.36479492423,55438.3275770286,2699.49381580273,911.316880236507,27984.8136492451,12367.0048898703,617.374242048675,5674.00452951781 -5445,4011.83277478857,51711.3287959201,2103.38612643359,722.663796774797,22735.0683014156,10125.2221167762,482.523061261716,4660.85341184013 -5446,3321.39365436635,47650.7085738312,2022.35695099888,643.450365595507,18788.3518376095,7968.10452949855,475.814729472761,3628.42247650877 -5447,3472.47276097277,44624.2108997451,2403.3727751502,760.076579282508,19346.7810257922,7708.41257899735,573.780168727913,3453.35936562368 -5448,3477.4426431785,42532.0613001052,2427.16126091267,767.262928762942,19315.2359529152,7678.51937693193,585.053258150728,3442.28553298105 -5449,3595.70876313934,41315.0184638571,2631.0131719959,815.680507847063,19972.2470640676,7786.46485404405,630.496641716933,3472.63749711156 -5450,4229.68162845489,40933.5883180499,3200.89244219157,980.270936918802,23491.663270088,9033.67803781819,765.297288375494,4018.55216529261 -5451,5445.98907062503,41077.0143317163,3720.60917462432,1182.02757174738,30226.647142253,12069.89050294,885.662826414322,5434.35730316667 -5452,7485.2122092494,41945.8852472187,4803.11200025107,1558.84405181983,41834.8318364688,17100.5781742406,1124.41848133284,7735.02261871284 -5453,8225.50350120616,43602.5601483352,5157.84143749853,1692.24941926417,46112.3732411772,19077.7928567474,1207.87999024391,8650.51848169362 -5454,7646.22243458553,46916.9491409334,4791.26114614814,1577.89608807052,42683.1158767493,17666.0138584106,1131.71973217511,8044.7721549685 -5455,6984.79305780617,51001.4737658427,4308.34337211952,1427.74066617568,39117.2740356941,16318.5259313647,1016.97142426329,7425.49697531709 -5456,6688.85798074268,54296.1158227794,4152.21527565376,1370.45178587733,37364.1946224156,15497.1016171243,975.474126498427,7059.79265676376 -5457,6116.50808230091,56204.3059438087,3686.71641090014,1234.31038980994,34190.5124749749,14359.1949698377,872.82160378265,6552.1786807514 -5458,5812.72604440105,57487.8651293659,3509.1956761301,1172.53165679485,32504.3657028668,13627.9668898487,827.592362322719,6214.1443064259 -5459,5319.75513377047,56812.3076155292,3005.93217384562,1032.51871304291,29786.4060113191,12740.397596376,705.341537851954,5841.6757961492 -5460,5255.8159652958,54820.971982253,3095.80785274131,1043.87456098133,29535.6531953354,12505.8431107033,724.039885496109,5706.24429501558 -5461,5063.6958533457,53295.2513990241,2953.43110185485,1000.80169648636,28407.9778842386,12055.8288834581,693.031610549634,5508.97606330941 -5462,4907.73938700079,52400.3974983429,2817.92188252547,961.331286352093,27645.3555572621,11828.4698576199,659.859525116947,5402.50060528418 -5463,4939.60971506103,51842.2830129937,2788.65464142643,959.667222515209,27845.5751700594,11992.5020026088,656.950277195107,5478.85503579067 -5464,5206.0045728977,52100.03418161,2939.16315286854,1013.70453694881,29306.820801537,12643.0044467334,699.80156606255,5773.39179081629 -5465,5523.55782331382,52277.7578123312,3067.13688373812,1064.41041470156,31126.4749334886,13480.5561415218,726.799373259677,6162.71909301558 -5466,5648.45961172014,51638.5764979077,2980.07255178278,1057.91649740569,31901.5284023867,14033.6581610537,703.52063336802,6438.01117397991 -5467,5899.38396665417,50217.8270457595,3139.83366774824,1109.74364999291,33244.4646409398,14561.1301767507,741.234481879408,6681.11818904131 -5468,5498.53298025678,49380.1357729602,2800.07765876161,1009.53282915557,30971.2603834039,13704.9265576521,658.569915962366,6314.79800714023 -5469,4604.46143403837,46936.6962782228,2351.31597212282,847.635961539453,25859.4467036563,11422.350216734,556.410059407141,5267.46351620862 -5470,4024.78946902091,43742.8681876499,2499.41193060331,826.51065031057,22425.4323463352,9301.33472890655,599.766890824736,4213.5664133689 -5471,3773.17904109559,40775.6118246181,2720.11125662115,851.496709621588,20946.849291024,8142.61379435718,634.509646588589,3612.62066801741 -5472,3931.38221577815,38826.8882386446,2923.60244984558,906.816710133244,21723.6608281339,8306.81638663243,677.066428275166,3686.49207757965 -5473,4492.33303869635,37524.6212069773,3623.4738148556,1090.85450887283,24767.2592014347,9128.61711968616,844.929246950441,4000.72373460311 -5474,5649.28209384636,37063.163422461,4778.4298931235,1415.8218883373,31113.3901461443,11201.4894556262,1117.65328770916,4876.26374773095 -5475,7177.90397945577,37154.6235665836,5640.19849705242,1712.53483638391,39400.3070037423,14668.4781120317,1314.87240518406,6455.99015347023 -5476,7106.10569849318,37600.4914793414,4295.16535707124,1442.8125933079,39550.4200214331,16417.204052439,989.89204243235,7434.67891291354 -5477,8012.2784222626,37775.0971357109,4825.44817479544,1625.73057227727,44813.6352095432,18680.1040305136,1112.28065040974,8471.02084881265 -5478,7082.08414827881,40023.1446464241,4087.56575125585,1401.58990939592,39549.4169941493,16737.8063092415,951.13171580366,7631.53303666931 -5479,6446.1090451907,43683.6269774095,3633.90348773503,1259.68451680704,36180.5760359365,15440.6403091679,840.913018026547,7047.43281732588 -5480,6184.8396931019,47255.767239438,3517.33732630236,1214.26289514721,34496.8245334241,14648.142512639,813.489060368824,6689.36123622036 -5481,5820.15344795959,50115.9737882165,3300.32791956681,1139.72052241312,32554.1300406381,13858.1424816356,767.120662018605,6320.3443353446 -5482,5545.1738721629,52716.3504852063,3153.60671594682,1087.61537928081,30987.6952583254,13166.9088847985,731.194444987019,6002.17162430008 -5483,5309.13367528828,52441.9702544663,2940.22663106968,1026.00072379318,29628.2832735544,12674.5996372196,679.468570943134,5792.8406970433 -5484,5180.34630254253,50280.1862303516,2951.38512008857,1017.15163912746,29113.0721931223,12393.0816758655,685.705072683378,5641.0158957376 -5485,5034.44162052923,48759.6622038329,2867.90347115681,987.948421476459,28227.6258674436,12006.1379340772,667.472949791597,5465.79242454675 -5486,5018.50747869758,47805.5670929112,2887.5735730974,990.501935256422,28297.2350607141,12033.4699035196,673.54274328598,5466.14101801285 -5487,5122.45982240222,47593.5460467633,2942.43579584556,1011.24633138663,28907.459152989,12287.2629022138,681.893456019735,5586.23713101879 -5488,5400.18168595211,48507.1075919268,3113.0499744963,1067.61541554481,30487.8507633945,12953.3832937931,723.548469251101,5882.84093553106 -5489,5771.5949307383,49940.3288406678,3294.94962422486,1133.7352341091,32604.1779987127,13895.3553036273,768.151234705288,6309.65885286281 -5490,6051.00853822934,49863.4191763104,3374.71217186139,1175.27014711121,34186.9389386889,14663.5754841318,779.116283170141,6683.4586083462 -5491,6221.63542230827,49611.9039563976,3442.29038575905,1203.81668396444,35020.5397141984,15022.5236400091,789.899461783376,6861.0679033418 -5492,5781.68533713553,49866.5371506621,3061.58186194803,1090.69112928428,32514.4569705876,14118.8818521621,704.990510670475,6468.00033624975 -5493,4846.75690380201,48147.5031657675,2582.30665144248,917.334480967251,27155.0909836353,11754.7114602625,594.582362238866,5386.95250483172 -5494,3940.18383212676,44956.7930495463,2381.38369596125,798.348141452228,21944.2987178997,9111.06036758769,552.912187401744,4115.64099046935 -5495,3702.47655819725,42354.337669384,2703.85312842882,833.949062287424,20584.0381537408,7957.59098147475,614.850139764925,3518.23660540145 -5496,3812.15502265712,40780.8083813283,2874.92187695137,873.92361248996,21182.7381394236,8098.61878343194,655.648780895604,3566.25595052639 -5497,4014.88544944612,40004.4369011278,3173.89351901248,948.598460355124,22289.7975396423,8351.86098380946,724.956151628136,3652.90859701087 -5498,4646.36652065215,40148.9023067875,3730.21729578177,1112.61633117198,25767.3419875576,9572.72656749396,851.345957107553,4189.17852239355 -5499,6164.62375122789,41836.756749793,4614.00120969593,1413.84181240825,34020.8569203071,12981.8113414488,1049.59959140515,5748.56434278913 -5500,8232.11505218243,46093.8083478993,5694.50677761716,1798.87138640827,45650.8577871601,18001.3374921074,1290.62787022918,8037.23157154007 -5501,8854.93137501329,53749.4338428438,5883.63032967485,1890.74075063598,49308.3066251365,19777.8853474046,1330.69516793566,8873.85585649021 -5502,7930.22944438546,60614.1374786365,5193.14853503061,1673.51733994555,44133.817515251,17860.8387919598,1177.21528180754,8043.38328714327 -5503,7397.97905750057,64910.6831496938,4837.98696729694,1557.68502536924,41329.9933118042,16764.0645778983,1096.84388446916,7530.47847548889 -5504,6854.4139874604,66962.2993852035,4399.7528933702,1429.6530159354,38135.5098044604,15535.3747090991,996.255461771648,7008.49359505988 -5505,6371.75461045372,68907.9049968253,4037.67437634417,1317.87052040232,35524.5181017037,14551.3804874485,914.014911876574,6566.39622827798 -5506,5989.20820533809,70659.1579156022,3748.06959308654,1232.25838858883,33351.6997841685,13690.1208276285,846.855370922032,6188.27771659837 -5507,5719.57034412486,70151.9701094316,3516.05162414221,1161.03068096333,31872.8611040361,13183.2210840682,795.208567462983,5963.068300065 -5508,5463.49553893688,69068.9994646088,3352.09920069079,1108.70853145941,30594.9951197855,12677.7117197876,757.375012725611,5726.2978614052 -5509,5369.48456366746,67525.6104272629,3355.44496805009,1097.30577883876,30054.6045909789,12401.9681139131,760.405074662099,5587.35240257918 -5510,5209.9075428806,66324.1573619593,3190.36103253165,1052.1231368203,29295.9792831635,12188.8594108953,722.056040778009,5492.02883503589 -5511,5356.46179553102,64619.673756016,3291.32674656595,1084.08421753488,30150.4764896883,12525.73508581,744.764548679608,5638.7125914253 -5512,5569.37122056673,64161.3340466654,3386.12488389906,1120.85578928372,31354.0686038674,13067.5476694293,765.603904024515,5888.30799229614 -5513,6024.76855426099,63514.8774923593,3667.87058701127,1213.84826491122,33900.635156028,14111.6580600153,829.131990704732,6358.7318518916 -5514,6277.99659432257,62870.4995204116,3704.33725723099,1245.10932015502,35334.4538392347,14844.2739313214,835.189951978344,6713.66356362467 -5515,6298.56148402669,61016.3539520985,3619.8542602307,1229.21787458055,35418.0305981263,15000.0140798799,815.790183234531,6800.81840797335 -5516,5821.8444760388,59756.6990685477,3189.5954194432,1107.9641343395,32680.6749484797,14013.4212153311,716.813173520351,6389.87109789867 -5517,4750.19477363224,55194.0875969984,2547.21065286558,893.788664191182,26605.837928414,11466.5911280741,571.903668856256,5243.49356220395 -5518,3911.12796703546,50514.0330969615,2425.59499740211,796.389418213474,21804.8017840492,8970.74705499185,548.59376861682,4037.8186400515 -5519,3922.28202937173,47077.0043175376,2949.23877148733,889.217855579328,21909.7636105452,8373.35924253459,643.189337996379,3677.76370929368 -5520,4049.7859026955,45144.9098945018,3144.25323657161,935.165836617567,22595.6715421798,8533.1397373362,687.230459538913,3733.94604081266 -5521,4221.67138650413,44146.124053105,3412.68339092725,1001.49259075919,23518.6604081997,8722.75191292002,746.577416337786,3793.67705296149 -5522,4951.30953415949,44309.2972040609,4095.44981079159,1195.40889981369,27552.8549073378,10102.1291477528,895.890071274734,4386.95504394226 -5523,6582.30632863388,45373.5601035875,5099.03537892907,1524.56378498072,36492.0528198504,13733.7536861119,1112.58353414524,6036.51708715246 -5524,8882.29540877579,48972.7226419741,6400.96069861004,1969.57777949805,49462.8022326271,19178.6787919309,1391.74102349722,8504.56775038289 -5525,9538.80669248813,55726.2190971687,6599.92859341452,2066.50847590531,53337.2794660178,21042.2064836164,1432.18625691406,9381.79689479338 -5526,8719.55846613248,61549.524743448,6035.66425065066,1884.08567707543,48704.9697043333,19273.8898265298,1312.65026843302,8617.21634315155 -5527,8093.03314711524,65329.5288869074,5565.13039971934,1740.39527427191,45363.0571411179,18019.6654466,1210.02052169138,8041.41803717941 -5528,7475.35291948001,66982.046421679,5041.69660455643,1591.8777440816,41739.7679726783,16658.5326613456,1094.72319093292,7471.10946258326 -5529,6944.38779588328,69002.4830144857,4625.41450228031,1466.08946433827,38862.5067773312,15600.3851231789,1004.28574517827,6997.61324841491 -5530,6513.91914173786,70679.9443440709,4277.99093822112,1367.56992645052,36404.4127984419,14648.3368333844,926.97702481724,6585.48837050432 -5531,6225.60895158579,69999.19017271,4025.7308105813,1290.21487306784,34832.0966785087,14121.5351532083,873.305181070217,6352.05936385761 -5532,5885.95278340289,68734.3386316351,3767.65593577549,1212.66457739212,33106.8439622118,13492.0416972534,816.792245384007,6060.99592183073 -5533,5712.98263495984,67172.241848993,3673.97566262634,1177.65815157362,32108.3616486584,13075.7288050075,797.516659321983,5871.61971179037 -5534,5609.93564289166,66155.7876542932,3578.2062316838,1149.16179265674,31680.0768491559,12968.9309553286,776.822294996996,5812.51720999286 -5535,5684.75429284089,64504.3094107009,3587.04481915487,1158.46124489031,32137.8151307939,13191.1313999751,777.860139753444,5916.68997478802 -5536,5896.68915962781,64123.9185560729,3673.1164526446,1193.52937625511,33343.1527103791,13738.7826864346,795.81483248908,6170.31549704625 -5537,6360.27462090367,63727.9379305004,3957.07040621125,1286.94700112185,35950.1263014185,14807.0132740469,857.052315167483,6651.82192637037 -5538,6568.57214749595,62904.7970366524,3926.79744073311,1302.05607075431,37153.7392531047,15485.1469989107,848.165782909716,6988.21978670373 -5539,6620.90704415429,61426.8850574363,3872.44801791836,1294.62668184405,37416.4043973557,15698.7628795112,836.165716382607,7101.75304810084 -5540,6113.10265726155,60027.9614257501,3404.61866653445,1165.1165603757,34497.4627689593,14657.1955894145,733.06068661114,6672.63818863592 -5541,4968.48923984853,55533.9449866822,2699.18294803862,934.032857541123,27990.0087584603,11967.0730794892,580.627426578327,5465.86652814104 -5542,4168.02357168574,50672.0095903932,2682.19865895211,856.711752201359,23376.8568790904,9493.10031954343,582.427138347805,4248.49683877537 -5543,4258.57066574444,47282.7895157961,3287.53241710695,983.688658352049,23879.728194857,8972.58388981794,684.495084370591,3847.97057718715 -5544,4410.21766438678,45339.2625873467,3506.72904130528,1039.25324731736,24666.5351486451,9149.52672557025,732.542177277746,3909.14130661307 -5545,4597.28291768979,44371.656388653,3805.18209172983,1112.03560759704,25667.1107062045,9358.59834581353,795.198670585956,3970.29661159636 -5546,5381.66325868947,44558.7338416153,4564.47003967783,1323.26821833715,30029.6809444786,10837.1206562581,952.9504199321,4584.4133000594 -5547,7126.79046580551,45723.8107075057,5681.25778014523,1680.2690078793,39693.6704637658,14704.2882193754,1182.39555398827,6294.63844596402 -5548,9590.36705918759,49476.792473793,7128.89610245013,2161.48668721927,53737.0504012576,20515.2383555455,1477.11539677573,8873.92992288884 -5549,10289.9201439956,56567.0283443197,7349.25180910314,2264.15971384529,57926.7888113513,22500.0129088595,1519.17154953534,9798.74996894958 -5550,9442.17555447189,62401.7664960127,6727.70519434613,2079.0340755917,53010.816325597,20608.4257694919,1396.80355181219,9008.3383436803 -5551,8773.93842953502,65810.7336070852,6203.88972579984,1922.90732731698,49412.873269858,19278.7363374293,1287.95436703561,8420.52223931188 -5552,8079.62793440414,67200.3035173443,5617.96587747288,1751.45605295851,45384.2646763152,17802.8381966829,1163.74127255657,7806.40521460018 -5553,7515.99177554404,69018.0727854302,5155.53355192112,1616.42580329013,42294.1200928701,16676.7558645893,1068.49325372178,7321.00619330729 -5554,7024.49336861782,70259.0200244987,4764.68218482735,1498.77277513365,39535.3281787981,15648.1776080767,983.931964494874,6878.34145054742 -5555,6737.23275973241,69341.3011129903,4487.74139142027,1422.85748293943,37910.5868832144,15090.577626741,929.548548604197,6646.22169335015 -5556,6375.87441923625,68667.8222823261,4200.19099921187,1338.42273675238,36058.1530571871,14426.7286368966,869.418613040944,6353.59161911268 -5557,6200.88092304152,67142.1015982832,4097.91249738924,1304.64352911416,35011.1558058134,13983.8776699997,850.306043218665,6157.97226317361 -5558,6103.36404318932,66141.2371745279,3992.55980129279,1277.25271107982,34595.3689534212,13880.3803927114,829.125204042004,6110.39502700868 -5559,6176.69495525361,64150.940832431,4001.23501384194,1284.59166278169,35070.9275233745,14116.0975898088,829.461282195091,6218.13664036563 -5560,6401.18236046843,63499.2876206008,4096.53404202198,1321.49348999133,36368.5287452905,14698.8574039632,848.146116186168,6483.39731494861 -5561,6899.74046254828,63318.4461163419,4412.60829751668,1423.32747889184,39197.1003164289,15839.9295716179,913.023641645618,6986.48386758931 -5562,7107.33540930483,62832.0447386399,4376.61675932343,1433.76931861144,40453.3900730725,16554.1421835494,902.101796245642,7335.97132184902 -5563,7167.16832112316,61393.6268323748,4317.30998194213,1427.52263156198,40753.1118246895,16777.6435596833,890.171716386404,7455.26988283759 -5564,6599.64380846546,59874.1420970353,3794.37552312105,1279.55079391948,37519.527311772,15647.8764905032,779.559787849154,6995.35461126032 -5565,5359.96176623463,55272.036552535,3008.33307217609,1025.10199099721,30430.2210146204,12768.5313374874,617.579842116129,5726.13946611976 -5566,4526.9350343173,50176.2542896361,2992.28875616198,950.252466328963,25503.2738008839,10155.2458606336,621.380302671807,4455.19319158149 -5567,4452.53522010468,46914.8705585749,3336.10695229884,1019.48105809077,24434.0788677807,9110.13067020962,692.99950535154,3935.27846021575 -5568,4610.98728878236,45073.1968876686,3568.59710660544,1078.47378574279,25273.6831084603,9295.95804005583,742.165010798777,3998.62453832656 -5569,4807.56282567669,44101.4333226299,3867.30935348479,1153.65480396218,26309.1719592383,9512.7799768764,805.377803516655,4069.0453739641 -5570,5627.74926884313,44215.7584775798,4628.1486009228,1371.08835543483,30764.2594481879,11014.8534685374,964.5803925839,4699.74517801941 -5571,7402.00727021337,45220.780166866,5751.33762344676,1736.96859164169,40548.4785621932,14899.2892027563,1196.36063254945,6416.6123069074 -5572,9982.92249437645,49005.9808670356,7200.04473188636,2233.08686874836,54828.0050662204,20781.8418089449,1493.69487977798,9049.33518135964 -5573,10750.096208125,56100.3740030932,7415.18471223311,2340.28979824899,59103.8424504139,22806.3099510519,1535.8367415899,10009.3695876919 -5574,9858.20894230992,61609.8052448676,6825.58663261558,2153.76327291558,54167.6803661281,20895.3010659603,1414.09358524436,9190.80102538695 -5575,9193.91050986516,65107.1145257112,6297.25455894183,1994.73613578609,50538.8026737629,19569.3157422299,1304.05650162435,8614.95253046911 -5576,8425.77242078922,66286.7418713668,5689.73639318345,1812.72795124664,46329.7015670142,18037.8329376176,1177.6309161886,7960.54271841341 -5577,7855.14558621366,67815.5804289474,5228.95795655245,1675.17911729573,43209.1581688311,16908.832830615,1081.64111983923,7475.67190606368 -5578,7326.4503775868,69564.7547653658,4812.86917238027,1549.50384579866,40318.5235759413,15848.2177040945,995.016181670285,7014.34334114773 -5579,7032.30933618318,68909.9835791838,4555.03637110504,1474.63941709105,38716.0590260893,15292.4864059156,941.168247132834,6779.23699891872 -5580,6692.51018463373,67849.8780460022,4263.40985527386,1389.38040204163,36865.5395881849,14642.7444953704,880.296668960064,6503.61635310553 -5581,6503.66709105143,66779.3791977722,4171.51421641137,1355.7039000767,35818.9537342217,14194.2792659767,861.566952599211,6299.24205808202 -5582,6435.28689923569,65416.8316646852,4071.81381773001,1330.5193395177,35451.3551515536,14112.7544889293,840.496021693253,6272.89724555414 -5583,6516.79486285362,64053.244840419,4074.06578920969,1337.28696942305,35919.8566828867,14351.2149494423,840.496021693253,6383.43901876068 -5584,6753.5852168393,63302.8563453973,4167.14856171581,1375.19994995047,37234.3903275,14940.7199375408,859.225738054105,6655.38645229237 -5585,7274.69933533549,62809.1797278127,4485.36647222231,1480.31566657308,40114.340459549,16096.1183929484,924.779745317088,7167.81915436715 -5586,7493.70602925818,62123.2289997417,4436.32488601441,1489.70068672592,41355.7486239328,16812.5888557665,913.073672591556,7525.95404282138 -5587,7544.91279048661,61448.7107770842,4383.20069586388,1483.68641488092,41656.9603573152,17031.5657462991,901.367599866023,7639.25040252425 -5588,6927.77561579515,60106.9496724659,3844.91868619234,1327.61289020381,38288.9600904729,15863.4257118154,788.989301700909,7149.78514486134 -5589,5612.1395456698,55435.2097034909,3049.3649698967,1062.87167903635,31031.1094084211,12933.1794654173,625.10428354345,5841.00663995854 -5590,4732.51086312103,50266.6750417656,3049.39069970626,987.060155381325,26081.0487496407,10300.199282183,629.786712633663,4548.66550171846 -5591,4018.64459217584,46853.5506651621,3042.47272694074,913.657648822947,22085.7389842687,8304.09697053108,629.366958146229,3597.49503848411 -5592,4015.54230790591,45164.6569309773,3080.93685500611,921.253094826662,22058.5210162367,8251.27235135422,637.648102332363,3571.78334853408 -5593,4151.40694348191,44074.4110462718,3306.61992008099,976.285528310071,22777.1254629221,8386.64531012205,685.264681402637,3613.46339956059 -5594,4791.96926476482,44209.5225288764,3883.53171455243,1140.55639416421,26271.4193411967,9605.04293784135,805.341272101589,4133.73717684132 -5595,6268.60435109108,45446.3124016,4753.01344256751,1428.45970382622,34428.9210041613,12954.2930929379,983.385872103482,5629.35462743825 -5596,8751.04131150332,49212.8053564733,6247.79711955044,1918.84226582984,48141.038985012,18547.3707845183,1289.78820699046,8120.87197791 -5597,9552.82291321654,56373.714942654,6567.64614195548,2047.54164556132,52581.2923442601,20558.8437194097,1353.96707443301,9059.50665216542 -5598,8840.03656793395,62056.7125496186,6142.60806422777,1909.58173753887,48623.9562604077,18959.3763259347,1267.01506047859,8365.84351779006 -5599,8226.8007131759,65629.8921028264,5643.69423024652,1762.65401838376,45267.8829546985,17729.1364503661,1163.50075815191,7831.00626172338 -5600,7537.88433569701,67079.7424136911,5094.18904595132,1600.76145884838,41485.4320323884,16339.7285439331,1049.63502559256,7235.08025164801 -5601,6966.93846135998,68758.2430344555,4605.88421144763,1459.82738570915,38359.8939207003,15224.8482067028,948.19100931241,6759.0688852934 -5602,6703.26230216151,69951.3814678832,4483.28062386872,1414.00738744233,36903.0525783305,14583.4901018555,923.347576754007,6460.66012588358 -5603,6328.79213285501,69071.0781477812,4115.97692159471,1312.59863274475,34861.8883515481,13910.2460134521,846.746993032261,6182.25292166313 -5604,5995.74939554631,67593.1661685651,3817.44593482903,1227.76584265466,33044.3130271781,13277.3557681813,784.638411636252,5914.63549967524 -5605,5793.36025996436,65655.8750880052,3696.25469682325,1187.79998812922,31927.5947068043,12819.9855512937,759.794979077848,5709.65519410311 -5606,5742.7138897659,64119.761290542,3617.61683432421,1168.48643080504,31653.0147610567,12762.3713171759,743.232690705579,5691.62645552173 -5607,5850.14348799909,62904.7970366524,3659.19140643078,1184.89985850614,32256.8205532465,13030.8004661674,751.513834891714,5811.68164185552 -5608,6063.66490713068,62790.4719825165,3741.95176299829,1218.43628997438,33439.9088461887,13567.6042064286,768.076123263983,6059.59562223412 -5609,6594.70709425197,62489.0693746044,4103.723002369,1331.3376818891,36368.3569195558,14712.9330986195,842.606420939194,6562.5771626384 -5610,6740.09289704737,61258.5153497702,3991.19235612289,1322.40022933254,37196.7693243929,15285.6576221086,817.76298838079,6858.27094139021 -5611,6821.91599134185,59682.9073785421,3983.60205535743,1327.75284940303,37657.4717375241,15539.2110086765,815.692702334257,6981.77911872896 -5612,6252.36468232917,57668.7067344388,3475.88159493213,1183.60478839914,34541.2834500691,14454.8561581574,710.108113961041,6526.45414969478 -5613,5052.30487899582,53491.6826742276,2739.39089192307,943.248092323193,27921.8730127234,11765.239342145,558.977232564085,5324.03299704458 -5614,4253.737220567,49051.7108886899,2748.71969137495,876.853770856551,23454.2939955819,9359.69642353317,565.188090703686,4144.25412201027 -5615,3827.95071298795,45601.1710214939,2836.49358997091,859.044816501621,21361.5387774346,8216.52289867304,606.883985395532,3553.46543236179 -5616,3847.49252774515,43483.0384366751,2905.04812405769,871.959158367165,21459.1991240579,8209.55690409715,622.841853386271,3543.28344921944 -5617,3969.54664549655,42167.2602164217,3113.01474761799,924.006277994946,22099.4650036312,8314.79473662288,667.63216860649,3570.10413544943 -5618,4667.59609261343,41855.4644950892,3767.22020067006,1109.11124584818,25970.9997925082,9651.15263186741,808.349621113297,4132.07794925201 -5619,5965.92623006976,42153.7491286497,4371.26371893775,1331.41410248091,33090.4591078798,12769.5405342837,934.82341642825,5557.51068551686 -5620,8158.87484718583,42760.7115091909,5522.63398302129,1739.90735270494,45431.1535020963,18020.378736364,1174.81873468045,7923.19940919937 -5621,8995.27287610872,44391.4034251285,5944.10497921449,1891.31654867579,50317.9847435882,20176.3708160287,1263.36723899214,8895.86650030409 -5622,8369.59352256494,47610.1751088871,5592.03511197633,1770.20630602885,46685.0474920238,18678.0654800832,1190.86084062728,8257.59545925301 -5623,7666.43360522833,51893.2096921722,5030.49838035747,1603.09704548909,42940.2469080648,17307.709128637,1070.30745376518,7647.64378835935 -5624,7301.30898684018,55377.0077844297,4808.59155729962,1532.4781665724,40690.6551690535,16341.6789549956,1022.68819986552,7237.2527181755 -5625,6708.70999001321,57443.1743988908,4329.26298814942,1387.30376566886,37513.681586938,15206.2919423303,921.095004198631,6736.91781892451 -5626,6363.4328059174,58631.1163764223,4096.14075188526,1314.82104450821,35555.3127881643,14407.751077245,870.901161692076,6383.61456883909 -5627,5807.78197592633,57745.6162979822,3496.6670146313,1154.21289133089,32465.4782912693,13428.2901740721,741.08154653116,5996.46903434295 -5628,5753.31491239169,55575.5177428056,3575.31368595341,1166.52204897569,32287.6525419822,13233.3287751336,758.07154065065,5879.3531171637 -5629,5542.28300512471,53656.9344075419,3429.73440148572,1119.85650462098,31063.603771206,12748.7510043632,727.524882622286,5670.02931492899 -5630,5388.81728073336,52815.0858692116,3267.35436963311,1076.16279624427,30352.2288271345,12553.8024745254,692.174180225909,5582.68991738586 -5631,5443.76851050684,52414.9479781082,3267.97451275096,1078.56615136864,30745.379484839,12770.2028852456,692.60191482349,5674.74923819311 -5632,5763.2925248276,53109.2132372411,3500.47006350805,1146.25978952756,32582.482687835,13512.6167498041,743.395240248371,5988.79418634472 -5633,6102.53442896599,53375.2789369192,3630.87726059373,1200.34863352602,34502.0996922216,14381.678212172,769.909085147795,6389.01387493253 -5634,6237.89460793852,52811.9678948599,3520.98781990411,1191.19842679922,35338.967046694,14961.8373225852,744.597478493586,6679.51877644375 -5635,6499.64407982982,51854.7549104005,3705.99849101391,1248.36637392365,36713.0245421091,15486.3659125955,784.152742339648,6915.08395955809 -5636,6038.6688118809,50634.5940998007,3296.14131486908,1132.48735252229,34060.2361634763,14525.0910035023,695.86186050908,6522.96755966086 -5637,5056.61376628869,47901.1845025649,2791.85914462762,953.04011831529,28450.9536312658,12097.2848146362,590.323362077904,5432.01349995346 -5638,4436.43958397665,44183.5395436975,2991.10743402912,936.177318326179,24789.9136959234,9892.84575170342,638.543735100175,4333.58705837251 -5639,4484.88360223344,41136.2555419567,3396.59858245179,1023.74361335394,24897.6887210202,9498.44360960759,746.697900498465,4150.4730716937 -5640,4614.88161434417,39118.9369235017,3587.37618129298,1071.20296594049,25587.5932368193,9645.92190736924,789.43061167157,4199.74338362627 -5641,5316.32025323667,37789.6476154762,4484.73453157872,1302.26897624335,29373.0681314046,10654.8693042968,989.59962716664,4586.94054258798 -5642,6711.62082163056,37351.054841787,5933.54597561821,1697.36141363106,37022.8547754306,13111.7521849016,1311.2195059958,5606.80207174045 -5643,8457.33468272426,37672.2044861746,6985.64301862005,2040.9374789259,46585.1158566194,17060.7033830563,1540.62669229352,7361.43969944827 -5644,8355.16291135857,38155.4879903389,5304.09799508346,1711.31145382556,46574.0487489587,19014.5275442657,1158.28138179732,8488.56786973947 -5645,9462.09302397199,38627.3388882755,5965.46388246131,1933.99640593851,52920.3817094018,21685.5586278283,1302.22314574883,9711.94326493043 -5646,8420.75343527831,40512.6639984777,5166.47764557821,1694.80065098467,46945.7648431344,19438.7496207387,1126.79412093292,8750.66948511224 -5647,7662.43555322927,44173.1463294632,4554.96470089717,1515.59367414304,42911.8594399754,17946.7291548253,991.848717228383,8103.33074021055 -5648,7308.63993170877,47632.000828535,4396.7154977097,1453.67933511415,40757.8215947747,16973.9519608007,958.112366302247,7649.45457147926 -5649,6926.15870879217,50451.6739123694,4169.86032019793,1378.83970095506,38659.8519064945,16102.8300299262,908.632384943915,7260.5499665738 -5650,6579.72663799163,52984.4948680569,3963.39764170759,1309.57873081697,36721.0824496847,15284.8840499977,863.650583709068,6884.87000920091 -5651,6272.07551951814,52347.3922368059,3678.6137122513,1228.6203369715,34994.8951654034,14681.2469113023,800.676061980282,6623.87091100571 -5652,6188.08079163312,50366.4497169501,3726.76140290948,1233.01341647511,34657.3981327152,14434.8758835705,811.921512288994,6508.08126018755 -5653,6009.64566725026,48855.2795126725,3632.95912377146,1199.30120653504,33594.6406841831,13972.7674130031,791.679701733312,6294.86355979656 -5654,6035.71375008052,47942.7572586883,3673.7996200285,1210.99036976404,33849.5470084749,14058.9703119302,800.676061980282,6337.56388590134 -5655,6126.57503553053,47683.9667988928,3696.2520892476,1222.96455147442,34430.7891061017,14332.5170819536,805.174242103766,6461.58757568053 -5656,6479.73141845339,48613.1182158148,3932.66588819672,1297.98283871884,36401.6794413126,15127.950447318,856.903313523841,6817.35779026369 -5657,6946.10689203218,50177.2935808154,4191.89778545446,1386.4214135149,39014.7438034343,16240.4931902687,913.1305650674,7320.54847080521 -5658,7222.89579268521,50285.3827870618,4218.68444977255,1415.65470057269,40648.3504347805,17090.9424543982,917.628745190885,7728.47442090877 -5659,7362.19586111055,51003.5524490151,4251.49313725265,1432.45155514513,41379.5528267326,17446.0460880763,924.376015376112,7889.05889322706 -5660,6855.08645216813,50967.1762496019,3822.98029536311,1307.0405616153,38475.3155451155,16386.9125979237,829.914232782932,7430.70066571474 -5661,5726.23995552103,48952.9756054986,3220.34574992025,1095.96646440716,32059.1362057045,13617.6988513484,699.467009201875,6166.43005217908 -5662,4666.66779081675,45418.2508340626,2986.00551113849,959.501100615487,25985.8556519426,10576.5422854784,652.236117905286,4712.83324989875 -5663,4652.48985397874,42720.1780442467,3460.07173541598,1049.86695521405,25803.1599009095,9942.92285225075,791.231505658491,4386.4196203202 -5664,4818.6445215276,41243.3054570239,3697.24475172599,1109.50355554295,26685.2008972005,10144.8831815831,846.433703727688,4462.12541454756 -5665,5093.55087066923,40736.1176508532,4081.42880872276,1206.39287019493,28145.2760941657,10488.1534767915,935.808691077816,4590.38470197177 -5666,5876.77987627427,41137.2948331359,4778.14984377618,1405.93304175354,32439.4054269471,12010.7981733319,1096.15793308834,5253.58874597877 -5667,7678.58421233798,42783.576520018,5889.91724173699,1768.86960322217,42502.0992789629,16173.3945178181,1348.51083854753,7126.08816333973 -5668,10241.8066093832,47414.7831248629,7254.30360421983,2243.77138387967,56887.3590443597,22395.6115984155,1656.06594207591,9956.83628433901 -5669,11042.0455463077,55808.3253182362,7485.12028783755,2356.46607264389,61414.4014322942,24615.187411463,1706.01078794804,11010.9194294767 -5670,9928.57732654038,62292.637998587,6656.64176462989,2107.30162266821,55209.2032765152,22248.1328457073,1516.74610885365,9988.63758704187 -5671,9318.2619619353,65932.3340019177,6208.46571932692,1969.7830148936,51834.6904178287,20930.96582743,1414.22774101086,9397.74298796933 -5672,8562.93440764673,67370.7518073689,5634.10644331979,1797.03229699777,47647.9132907134,19334.5792591425,1282.7939360842,8696.47786285776 -5673,7981.63053236181,69284.1385859224,5175.3952482846,1660.4413015455,44436.2556797349,18125.762874634,1177.64689214287,8163.94682015647 -5674,7463.11337872617,70618.624450658,4784.97596276493,1541.84403578388,41569.9374275474,17020.3837226047,1088.27190479274,7670.0854250922 -5675,7148.40737379187,69657.2542006677,4510.59748692077,1462.94371978648,39840.4017210069,16402.7667030423,1025.18367842795,7401.85864134153 -5676,6864.6578349247,69238.408463454,4292.54006870962,1397.35766091112,38275.2235647549,15805.5147086389,975.238832555814,7137.44716721333 -5677,6777.66842854701,67845.7206796572,4323.64322892001,1395.88798720353,37765.1999595722,15487.4275013646,983.124860851414,6980.5267673321 -5678,6608.30128411303,66936.3164000247,4108.43959129838,1340.58274040808,36849.4795670727,15246.3511308829,933.180014979283,6888.16933081218 -5679,6798.72557612955,65094.6427291184,4235.58156452935,1380.40266497481,37918.9024603739,15671.7911067414,962.095452063149,7074.42122062401 -5680,7062.249731476,64591.6121884787,4353.24221988418,1425.07060932106,39399.3180114044,16342.9443689073,988.382213048481,7384.15362867506 -5681,7629.06336580614,64597.8481371821,4711.91666811899,1540.88556875479,42565.9987684434,17640.2083446672,1069.87117210301,7966.0832469201 -5682,7922.19410344907,64598.8874283613,4741.3342876738,1571.82972994072,44237.1158043663,18529.7976113339,1075.12852430008,8396.44605518691 -5683,7934.81107691169,63558.5288308411,4641.73853798852,1553.99813621861,44338.9753056829,18707.1734199376,1051.47043941328,8493.36722877451 -5684,7285.84461221225,60649.4742860566,4081.25821346733,1392.74303638642,40764.4827953125,17427.6016808444,922.665310585151,7941.96813032537 -5685,5917.79742201579,55774.0277011815,3258.33059576209,1120.55724556622,33125.5215480112,14234.1589743556,736.029307589294,6495.37968465226 -5686,4886.25531135455,51082.540695731,3110.82247589055,1003.1762242845,27253.5244228175,11162.3808470495,707.113870505429,5012.5362367745 -5687,4126.74465938538,47863.7690119724,2905.82589402563,920.937788463948,22728.6283163165,8810.52530371876,682.545354952793,3915.96734369852 -5688,4261.46926432743,46005.4661781283,3097.13090916845,968.285497200986,23442.9420958105,8979.69790405281,729.345744011824,3978.37938164143 -5689,4442.52547946291,44955.753758367,3361.78705425597,1036.50923912956,24402.2427934235,9180.44002891995,792.296617350881,4045.22150611851 -5690,5210.48830640702,45202.0724215697,4035.09157336273,1236.87296756863,28590.0909295484,10633.6577274367,950.68262418334,4679.99603882483 -5691,6924.71617859834,46570.8559033601,5024.82578984335,1578.31735124143,37861.3243779271,14453.2109283635,1180.57159252651,6431.30732252674 -5692,9344.319405638,50639.7906565109,6309.49727242435,2040.5465836353,51314.2881291719,20181.5812638704,1476.68098194049,9049.73283539312 -5693,10037.1875841099,58721.5371285517,6506.46276451447,2142.11312510227,55339.241360555,22145.7098861882,1519.54703138036,9978.61203900977 -5694,9177.82434241879,64749.5886819104,5947.39855530742,1953.43880943422,50546.1902986268,20289.2583076603,1392.96187576892,9167.9245579771 -5695,8519.2162972852,68244.8192795815,5483.57910857134,1804.68831189895,47076.7894435608,18968.894850964,1284.07265963697,8554.70771627264 -5696,7867.72128709105,69173.9706965035,4968.83320762278,1650.86498502669,43316.5954409857,17535.6561586381,1161.63771506934,7945.71460576564 -5697,7309.66977835112,71004.2118619962,4558.08047202831,1520.7423688261,40331.4237063537,16422.134026419,1065.72108128281,7441.36393434174 -5698,6855.23804468429,72574.6232765142,4217.22585043303,1418.55636842763,37776.805921405,15418.5821196032,983.556738833661,7000.99191847054 -5699,6552.75770709142,71644.4325684129,3966.99777756993,1338.74352354242,36147.542533168,14864.3035858516,926.750452200652,6752.30243785114 -5700,6196.41395817916,70556.2652660659,3712.74003212458,1258.53293368181,34357.3080244303,14202.4408177852,866.780226417472,6442.39161220947 -5701,6014.52909911299,69250.8803608609,3619.51899952805,1222.21444051797,33322.2591696918,13764.2179461449,846.401848080929,6241.72130890555 -5702,5907.35618874302,68096.1967092048,3524.66696073685,1192.91774818468,32878.9889206316,13652.6741981102,824.487323067875,6178.89188222895 -5703,5985.76938377098,66317.9214132559,3533.90983132756,1202.64937200004,33351.6376697927,13885.730061261,825.546623712743,6288.34272497164 -5704,6208.85325838661,66146.4337312381,3619.05242159833,1239.2147446623,34602.3261611459,14462.1694174901,844.576801228545,6556.92421691391 -5705,6696.48027466817,65750.4531056656,3899.07492869742,1336.16200156905,37305.9568751459,15585.885235251,909.545321537235,7068.12506018033 -5706,6915.97252124247,65326.4109125557,3870.35036850264,1352.42974589016,38556.300786469,16300.5625868106,900.034887040812,7422.68907098481 -5707,6971.07793414933,64371.2765104548,3816.35734989279,1345.08905364883,38829.8687530289,16525.2638478175,887.346550609785,7541.87979491824 -5708,6435.89512353968,61443.514220374,3356.04223238425,1211.13128731321,35800.8467782499,15428.5943332341,777.884188387571,7082.77464751225 -5709,5230.57741018865,56910.0037083553,2660.67539191053,971.180601406922,29048.0386192879,12596.65209796,616.136988026215,5800.54931422793 -5710,4386.29395614886,52181.1011114983,2642.18439687569,888.967282743622,24253.3359099766,9989.10338702599,618.149980734371,4515.08536690609 -5711,3755.26257861085,48564.2701189948,2600.03900575345,821.939415541326,20373.2801399481,7864.98660397643,591.435298723641,3558.68094391573 -5712,3885.62860430393,46594.7602053665,2781.15200465993,868.231107348514,21044.1175166325,8014.58154068594,633.395235457412,3617.34817840821 -5713,4039.08258787254,45590.7778072596,3013.85332576344,927.124228498441,21891.9206770644,8189.05862536822,687.34372554369,3683.13231446525 -5714,4716.09857453647,45748.7543006913,3606.72247751545,1100.82455955952,25601.9406250414,9475.71812594804,823.213996872094,4256.35827741938 -5715,6267.52020678283,46986.5835654081,4482.24337356244,1398.66416361522,33830.2246806684,12875.7990375417,1021.02512718845,5808.52027563224 -5716,8465.66844757102,50999.3951834842,5611.65224992851,1804.34181097916,45841.4039476104,18003.723558073,1274.7828398165,8186.17216966905 -5717,9104.81207500395,58778.6996556197,5779.57959228892,1895.01062213816,49473.7925873439,19779.8246342849,1310.74849987401,9054.64361513142 -5718,8371.46798042072,64447.146782819,5320.01609024331,1744.14943927374,45308.4367792409,18129.7993645884,1206.84770415229,8318.45484597049 -5719,7785.40392936446,67575.4977144482,4908.27324758821,1615.88613007759,42262.3999802685,16968.2627181187,1112.93736955766,7795.30161262479 -5720,7170.72706671168,68788.3832851653,4434.81952243439,1469.87676647773,38794.8428440339,15671.202686717,1005.04038938511,7204.39578891444 -5721,6679.495672699,70380.6203185173,4075.72939292943,1359.17354831677,36176.3755898448,14688.8159352128,923.11860814298,6764.65474148221 -5722,6238.14659780542,71636.118037351,3751.46017251676,1258.07134458363,33796.9223163237,13781.0251829218,849.189195802525,6346.62797321548 -5723,5998.40966432127,70779.7189184415,3550.5397472686,1198.12829552373,32432.8165438911,13299.474348347,803.233074617917,6133.00631493873 -5724,5681.37709816422,69860.9607157538,3323.2777860708,1129.46986244149,30876.776934654,12723.1149499114,751.282676757057,5882.3957180461 -5725,5528.90263854164,68533.7500909007,3251.62264158536,1101.77926094652,29981.9749794348,12331.9379628665,735.297938953715,5697.62446134856 -5726,5449.47138165795,67346.8475053625,3173.95812745092,1081.78449886105,29659.5074517797,12250.3178441046,717.315108924956,5672.90376604969 -5727,5514.35941284482,65471.9156093946,3175.75053073973,1087.81391528067,30062.8362429511,12458.3471859756,717.315108924956,5771.66903862014 -5728,5717.04703589296,64617.5951736575,3248.35823211687,1119.4011239416,31178.6605814439,12976.4109235564,733.299846728298,6017.45706786852 -5729,6160.51143796513,64243.4402677329,3496.41401771929,1204.97870743303,33594.1404356577,13981.0188316028,789.246429039994,6480.19372583844 -5730,6354.71661618832,63694.6797054389,3458.34562561109,1215.1918114446,34687.0233544725,14626.0761367548,779.255967912905,6804.38752618352 -5731,6418.18476845203,63515.9167835385,3417.00780112728,1211.56605983011,34950.4241947326,14830.1606605182,769.265506785816,6906.58566417326 -5732,5919.58141958386,61582.7829685095,2997.54345184725,1086.81984818826,32175.1276781606,13841.2336980483,673.357079965767,6464.00066087079 -5733,4812.956958988,57099.159743676,2377.38341851087,871.18278090992,26093.2382131237,11297.8181580876,533.490624186527,5280.8275881718 -5734,4035.71730026557,51925.4286260545,2376.93579846177,801.827292518802,21816.7757356266,8945.81726016808,537.486808637363,4110.90633364456 -5735,3392.73485586164,48396.9398033219,2436.79963345525,754.029299043424,18525.0233548916,7132.98913737966,536.867946938439,3199.31828677246 -5736,3487.2730817477,46409.7613347627,2565.84515819616,788.278534012362,18987.7107649005,7244.73427483859,569.993938176472,3244.18061032757 -5737,3631.73326350689,45360.0489150015,2801.17767882406,844.883207654581,19783.1756879964,7399.90970096804,621.079332659966,3291.62760998212 -5738,4266.01022500879,45442.155136069,3396.47863874765,1012.26685710466,23270.0873545438,8579.9819202952,749.25912174222,3805.70254814865 -5739,5741.73385944293,46751.697407619,4257.95495671987,1300.03724702479,31215.0768643371,11805.1246129918,933.726605529845,5294.05865837598 -5740,7772.59876001734,50634.5940998007,5398.214734459,1688.60161926357,42438.433050153,16504.1849717769,1174.03897035567,7452.49465096853 -5741,8336.23847275629,58041.8223491841,5589.30232246894,1774.6631516705,45680.1835494038,18064.2076050891,1210.84340418093,8195.19475741481 -5742,7584.41299938504,63785.1004575683,4991.35695637631,1603.94362409449,41362.8809920757,16495.6021568246,1096.1134298176,7529.25438859194 -5743,7010.41570951886,67374.9090728998,4592.18004201697,1478.42953505814,38337.51596117,15356.0959230067,1009.3021444822,6995.68443555939 -5744,6527.87442128845,68598.1878578513,4201.2026881651,1360.65585682139,35619.044286854,14302.6287716025,917.728871597969,6541.31647034377 -5745,6045.16404457573,70118.7118843701,3829.98286689877,1249.53372886619,33012.9333753212,13353.3225963208,839.162599765491,6111.5654733638 -5746,5707.14666850728,71888.6725484431,3605.27663527197,1174.78751837857,31207.1054604151,12604.3940743595,781.69490227903,5769.62088920052 -5747,5429.82488337154,71322.2436328461,3322.44941142415,1099.76120539115,29618.1851010687,12108.091172457,728.45242184883,5558.15472385506 -5748,5104.63339377326,70680.9836352501,3108.54430809549,1031.64743997891,27974.2871066304,11500.0111615957,681.24338757981,5270.74088463182 -5749,4945.35358063282,69339.2224298179,2993.08114733662,997.295799000369,27031.7125207662,11133.7261299603,660.830021946784,5108.37834380189 -5750,4820.72065441378,67931.9842670697,2890.75564868628,968.250494810449,26435.0808776343,10967.9291852498,640.955927800434,5025.80878180778 -5751,4891.98151788448,66522.6673203352,2918.94204961899,978.913155589322,26874.8329844335,11163.727814607,644.19405771461,5114.67100789633 -5752,5081.00027247083,65720.3128549558,3001.58540100111,1010.52260142713,27932.1103442844,11637.9488681928,660.48616709323,5336.00948045807 -5753,5488.80998031501,65159.0804960689,3244.2046207869,1091.30889163389,30175.0567080024,12558.5463571194,712.504167323764,5757.64932227292 -5754,5690.53583556923,64429.478429516,3259.11945345685,1110.42100231606,31342.7844770035,13168.8890564834,709.607391269023,6056.10215312708 -5755,5743.42837847131,64243.4402677329,3191.52610977459,1102.7050466308,31567.122155865,13369.5898756664,696.996225471753,6167.0378582602 -5756,5337.15231012113,62109.7178111556,2829.32650723179,998.20190942827,29306.8548407882,12547.6997663111,613.667966090456,5819.4364996429 -5757,4351.92675282622,57477.4720159455,2239.93257490048,801.365003460758,23847.4707109066,10275.0038796057,485.683593641325,4781.67318565463 -5758,3617.07832819289,52720.5078515512,2174.34065603274,724.807912855953,19719.0789593617,8105.97739511075,481.366920753795,3708.24106419454 -5759,3000.78942208006,49092.2443536341,2124.59686089008,658.194068221877,16301.590733561,6327.31671601456,465.456603401305,2820.62842821646 -5760,2987.55091345705,47253.6885562655,2117.10912050871,656.246376799752,16223.5206345999,6300.24123212361,463.873417675451,2814.21141461085 -5761,3091.07859402623,46145.774318257,2322.07689484406,703.829958680997,16781.8289344792,6355.98245750983,509.785803725239,2814.77338814692 -5762,3661.48943652524,46001.3089125974,2880.00125866078,859.151719521849,19863.0246637992,7373.71959837706,633.274290341912,3251.22999599883 -5763,5145.3125280353,47168.4644616602,3704.7894939719,1141.02832635,27940.8456309063,10776.6635991579,812.174277363502,4800.3533083739 -5764,6932.06168003972,50907.9350393615,4690.4068796095,1479.2774761147,37666.8969811933,14885.5332601496,1025.9043503539,6674.41451501456 -5765,7731.52525086686,58804.6826407985,5281.55175789658,1660.98785502919,41994.0060746212,16550.0740150757,1155.72557987399,7426.93333793836 -5766,6937.21232020848,64447.146782819,4528.38280181275,1453.78506907126,37658.1156425095,15129.9992444365,989.491078659238,6857.78166677566 -5767,6276.10728417337,67875.861031181,4094.15500828497,1313.58772884184,34080.717416226,13684.6900404945,894.499935107951,6192.35005977622 -5768,5953.78247041202,69413.0141198235,3779.24810280858,1226.42745552997,32334.6376252174,13112.151930246,824.839763170341,5952.18390372677 -5769,5361.15653975641,71201.6825291928,3297.42606028395,1084.12735247483,29121.6256048266,11936.1175211626,718.76631953807,5433.91441756636 -5770,5207.13672514751,72006.1156777447,3259.01610094718,1063.11170124749,28287.9014635317,11520.6082336507,710.850390908797,5230.12858888613 -5771,4922.27277985808,70811.9378523237,2945.04718340447,979.162150017816,26745.9883081495,11057.37005361,641.190218971186,5041.5479650681 -5772,4424.208346202,69505.5135551254,2612.05995842156,873.284836821956,24045.0527065263,9981.46453813479,568.363675581866,4554.94514000201 -5773,4298.07494173867,67417.5212210164,2497.26944598042,840.952131582717,23358.1803760736,9747.56718297892,543.03270396819,4456.77339366107 -5774,4011.32788415824,65799.3011016717,2281.08312609846,775.114704781782,21805.8198918469,9157.04355073686,495.537132192546,4191.3033783953 -5775,4163.81435569201,64663.3251953119,2424.40998162414,815.173988603524,22632.876645856,9433.91200158684,527.200846709642,4307.91892019946 -5776,4443.46666797734,64428.4390375228,2633.58534329936,878.605390301363,24151.0586888215,10009.5433860773,573.113232759431,4562.14325059968 -5777,4875.62181136545,63649.9889749638,2923.22582437418,970.309586757336,26500.1019086845,10941.0731258931,636.440661793622,4980.53984239445 -5778,5042.21069707188,62799.8258047576,2934.25471177184,986.455544536928,27411.8433388215,11423.852304281,638.023847519477,5213.40187995497 -5779,5142.74054573823,62146.0940105689,2887.78415223171,986.182992797412,27962.1117411571,11781.1667784338,626.941547438493,5392.68158714856 -5780,4808.93312816913,59497.9086087522,2537.54054925557,891.803784399804,26149.376369771,11220.3416764607,549.365446871609,5166.93734079415 -5781,3921.68158628437,55088.0770739244,1964.71029745353,707.669161849877,21327.0951055484,9280.96762898463,424.293774529081,4292.55061920803 -5782,3208.02224205798,50900.6597994789,1843.4828932788,622.019470724804,17450.9920941878,7290.25359189444,400.545988641259,3319.39985119674 -5783,2774.18320676642,47373.2102679255,1992.40576049024,610.265599134934,15394.342107652,5992.61066165633,426.418137566336,2625.15311422831 -5784,2700.93385959514,45142.8312113293,1912.73580496967,589.556050059159,14987.8261743052,5871.95006932034,409.18912190709,2582.50003590638 -5785,2841.88150297983,43615.031944928,2162.08840056456,648.453404355628,15734.0907117763,5984.8009807399,463.747671494702,2603.69779588286 -5786,3361.10687208484,43360.3987506634,2679.55520319596,790.842426260011,18565.7394467253,6923.4337139812,575.736273279801,2997.14422855031 -5787,4471.84150486526,43357.2807763117,3135.51315618032,969.854947292619,24826.6155662073,9760.92568084574,670.495859405654,4294.95262021818 -5788,6365.76862190487,44188.7362012217,4342.29208924155,1357.05471269143,35382.2202689134,14048.3829469903,927.495342989405,6196.81263681031 -5789,6877.96952293994,46217.4873250903,4626.67383555135,1455.30615507202,38229.1089014809,15270.8740621481,987.796897796766,6760.36271925446 -5790,6318.66483755391,49274.1252498862,4126.12249138987,1316.622572114,35113.2128577395,14207.6962247037,880.115549926479,6342.30060616423 -5791,5694.02162839331,53267.1897306728,3703.09590834561,1182.57370134881,31659.652987462,12817.0839168069,789.663217715438,5714.15419250676 -5792,5616.09932004722,56597.1685950295,3668.7153834554,1169.60578483515,31221.4648609287,12621.4761198992,782.484461190752,5625.63342814621 -5793,4979.57075371056,58639.4309074842,3109.25218364152,1009.76137704183,27720.3617797423,11375.8264075786,661.881351576031,5093.7798995022 -5794,4791.86093545915,59772.2888394923,3020.52270769112,976.569367480867,26674.8186435691,10907.5463038564,643.216584611847,4874.11294864129 -5795,4439.5564565126,58755.8346447925,2617.05085912335,870.471962132063,24759.4080797613,10339.9998675605,555.635755010681,4651.16662359577 -5796,4357.37679646898,56587.8146719744,2757.18633268212,889.855424704979,24256.8692099581,9904.43734523521,587.222283719298,4422.44989653179 -5797,4186.91432175127,54607.9115441119,2584.60354263649,843.011721631009,23320.6825426833,9601.396474324,549.892749790932,4300.16156988528 -5798,4001.36780724892,53564.435073054,2476.45809233297,806.573122082179,22289.8939059942,9166.48642188759,526.920728911938,4101.26499864145 -5799,3935.84038531057,53141.4320703094,2364.92296635803,779.796071419859,21944.5642733755,9107.04334133596,502.512956728006,4085.36596137101 -5800,4021.09275103084,53664.2096474246,2354.24695183251,784.863012834907,22436.5096447556,9383.63300502034,499.641454118131,4218.43085179049 -5801,4324.66952008473,54087.2126501692,2510.88076479462,840.022067442219,24138.2287465104,10118.9325054476,532.663734131686,4551.6006411433 -5802,4425.69993836668,53582.103426357,2455.39149378767,837.952580333911,24734.1963973973,10502.6016085584,519.741972387252,4742.05099430167 -5803,4676.55314477897,53259.9144907902,2597.64871815937,886.051906177691,26133.2352020107,11093.841862321,549.892749790932,5008.40515171837 -5804,4428.40863677501,51088.7766444344,2338.89577855829,816.698362614371,24770.8591000496,10664.2716813678,493.898448898383,4839.46846220905 -5805,3694.34858084847,48194.2724786011,1905.99405341433,673.038014715613,20673.0511728638,8956.47123154771,402.010365382405,4074.25903154896 -5806,3176.8532468932,44860.1363487135,1970.69452972688,639.84167767969,17711.6030689335,7263.64492831847,419.239381041651,3235.62925377545 -5807,3264.6247179692,42052.9351622859,2475.05974449814,738.911756527803,18088.7375375598,6922.52747998513,533.46583876272,3003.58974644525 -5808,3452.66482788713,39963.9034361837,2689.68304031258,797.191771230512,19102.5797530952,7172.95731229319,581.054670487379,3115.01913952406 -5809,3906.24567805739,38804.0231270035,3315.96761897529,952.348781699016,21556.6366171831,7804.87103163093,717.965526727155,3335.38068561504 -5810,4885.70147126388,38223.0437316411,4364.11973221799,1232.25709076773,26930.094244808,9517.43002937529,946.173954364684,4030.33600308936 -5811,6280.63573987227,38308.2679270604,5159.37168629795,1499.50900924633,34519.5829534575,12669.8743515409,1116.29714513175,5451.5628473556 -5812,6229.89062705389,38827.9275298239,3934.88208761596,1263.24078620353,34622.0150397286,14135.3689373675,842.916068087579,6291.17155395459 -5813,6979.40602897814,39478.541349661,4417.40946554881,1417.38057577557,38946.7673025508,15939.3789795182,945.953636646996,7096.92128437042 -5814,6122.64716189879,41093.643494654,3689.34090749281,1209.84601091185,34017.0608527833,14229.0052789577,787.62735061515,6379.54693736946 -5815,5568.43164888143,44901.7092056508,3297.25691555363,1088.44606416179,31110.9533761747,13072.1258923096,703.379415170455,5863.54995384269 -5816,5387.10037593473,48211.9409327181,3197.35079505002,1055.66007814053,29940.4768927931,12536.6029050316,682.674533528454,5632.57436681253 -5817,5024.86584993829,50972.3728063121,2979.43286431599,982.701109691994,27963.6295496801,11755.8198028398,635.515633880818,5271.69919206659 -5818,4805.74830062556,53709.9397698929,2856.78651519187,941.217247604166,26739.6764666133,11210.1117615632,609.654958096334,5025.08950841962 -5819,4626.78250414171,53219.381025846,2671.12749726578,891.858945612055,25722.7185713029,10854.6670864055,569.545694401757,4883.02894906938 -5820,4447.83327388299,51102.2877322065,2665.3398662214,873.946490587565,24862.1300259452,10431.1432646713,568.51171674523,4663.04773522108 -5821,4328.5567881828,49619.1791962802,2584.63386875493,849.030673679957,24134.1608626502,10135.2133881423,551.232197579267,4533.93512894139 -5822,4270.61910674827,48775.2519747774,2594.87893771597,844.740399612589,23924.8567632316,10031.410437847,553.357060465882,4470.19927865884 -5823,4387.80509661876,48658.8482374691,2666.06565400546,868.640674853234,24632.4313892145,10290.6358157438,568.941648822253,4589.844421213 -5824,4606.6688942314,50028.6710104388,2810.43152109117,913.477901433111,25857.4727946672,10808.3745686178,599.609891744262,4814.32714558317 -5825,4906.64568620725,51663.5201919073,2960.9704128032,966.135819694748,27532.6044111726,11565.3666628845,631.102497963462,5151.16170250091 -5826,5193.81597662322,51852.6762272281,3067.11352275483,1011.54738729742,29204.8995462083,12294.635111292,653.829130703308,5500.08137168338 -5827,5401.11797714332,52809.8893125014,3152.54141893708,1046.55829992019,30302.3560056368,12743.5400580736,672.444650315549,5718.42115844977 -5828,5010.55372275256,51628.1832836733,2784.43792383818,944.496429152237,28048.2324830402,11983.4679063878,592.283030499955,5400.24870733727 -5829,4220.9530272161,49619.1791962802,2350.58879495314,797.35954326388,23552.2920188265,10040.8051567828,500.289005092281,4529.64047384226 -5830,3427.37509433694,45869.3154043446,2160.69052277653,693.091490364113,19020.5656098478,7797.89121590472,462.350808499527,3461.23419963967 -5831,3505.92559906824,43219.0513193555,2587.26864225968,773.362259390189,19394.37107974,7612.58157794931,595.231168785315,3375.74872256648 -5832,3589.24213457394,41651.7578791892,2711.84661723828,804.491092351669,19795.2020221114,7714.34227764816,630.012836429553,3417.77916856074 -5833,3770.70493472729,41293.1927442092,2995.23041593694,872.410578789661,20799.677666312,7938.87915909827,696.784744095494,3494.44307085395 -5834,4377.59249483143,41601.8705920039,3560.84738491216,1028.82034375362,24192.6467578949,9120.74382642083,823.154964272115,4007.20297065296 -5835,5889.65976430631,43394.6962669042,4447.09433622234,1319.24796148201,32392.4264354408,12519.2672742857,1019.92670756477,5557.43966483513 -5836,7869.13740037972,47933.4034364471,5518.79312495925,1682.05552059311,43479.0715949045,17353.1530006348,1257.83429121217,7752.80496119966 -5837,8444.69883385522,57238.4285926255,5722.85666026561,1768.33816334671,46865.4245123891,19019.2352784412,1299.44641527083,8528.85113580141 -5838,7526.28316370839,63624.0059897849,4942.74483492008,1550.92626008919,41563.7075079643,17122.4093127889,1136.46564568783,7736.41867019477 -5839,6983.45960580348,67339.5722654798,4589.48610158236,1438.20967752262,38706.1991795488,15999.1779989005,1057.07102834579,7210.98203776565 -5840,6519.07323532121,68684.4513444498,4199.27375424668,1327.2531052293,35999.2511525896,14918.0117209456,963.167331894785,6748.50407680087 -5841,6044.88913747123,70383.7382928689,3842.7646945304,1220.88886079159,33431.9620312227,13943.8585859785,882.353246132397,6310.57012475898 -5842,5710.71905660416,71794.0945307827,3608.46142463586,1148.55482592793,31601.0612211117,13167.815165011,822.488047934401,5959.03627913413 -5843,5436.20815084703,70867.0217970332,3337.56071689067,1075.59203945936,30019.7438419802,12652.4416814963,766.595603927331,5741.55541267197 -5844,5168.98733147394,70121.8298587217,3198.64098367768,1026.55814951739,28723.5490520039,12117.0254400485,732.16645771533,5483.25120607051 -5845,5056.43972776741,68949.4777529487,3144.12024441793,1007.84325286639,28000.4648285443,11816.7633002576,728.13681161484,5349.56672793128 -5846,4884.11654505721,67827.012934361,2994.55584227117,964.77290477912,27190.1211007207,11570.2805114808,692.050055130532,5233.71380603512 -5847,5018.82213354738,65863.7389694362,3095.56272474344,994.466164581706,27978.2307468801,11882.3847156939,714.57091722231,5367.83448776659 -5848,5222.65721423524,65352.3938977346,3193.93711413321,1029.53009200038,29132.5428421451,12404.0604374458,735.67231089374,5606.02015015172 -5849,5657.6562232688,65013.57579923,3467.34005397868,1116.52598553504,31549.9586276329,13408.4259359133,797.6332765412,6058.43431662287 -5850,5915.20078790388,65086.3280972425,3538.97726768336,1150.82462514926,33043.652631971,14138.3041056808,807.931459607278,6400.66755833805 -5851,5943.32121523823,64770.375110379,3439.29515249266,1134.93125980878,33119.860271987,14305.6652298737,786.868192462608,6497.73214821239 -5852,5525.44939467114,61613.9625103986,3048.53300659632,1027.91083516981,30736.3831505111,13422.9334660853,693.555159295801,6127.10435910364 -5853,4525.12011115747,56620.0336058567,2436.28541690745,831.021611345574,25105.9576295092,11015.9772050744,553.542791673132,5043.22419700907 -5854,3720.21634223017,51575.1780221363,2304.43148872922,738.225023088317,20551.7818156752,8612.93570045832,529.088050930329,3889.29502097795 -5855,3309.13901493822,48317.951556606,2366.00450075765,718.41004965508,18471.7786146319,7429.0875108511,580.829159405777,3345.92296175227 -5856,3404.0546532957,46538.6369694779,2497.66970842076,751.639076256687,18946.8417353656,7547.32434210235,617.719293830149,3397.46658870964 -5857,3547.46958137902,45405.7790374698,2723.39372827808,805.628841684854,19743.3500717135,7709.05808199281,672.539743692611,3454.06870425967 -5858,4168.70533049981,45569.9914796049,3295.09211961635,964.871955994311,23218.8331084602,8938.20751797411,810.188715820443,3996.68993941075 -5859,5605.58324034507,46795.3488469149,4125.16840049552,1240.2097327044,31107.8895077137,12283.5080538971,1008.72141112914,5537.70231585185 -5860,7577.28428396813,50978.6087550155,5219.58277326643,1608.50153354659,42267.7955322211,17179.2961126072,1266.59953446065,7776.11092110445 -5861,8122.05261857557,59593.5259175919,5399.91531618461,1688.1708303035,45503.0839338495,18821.2111235243,1305.53675565295,8544.52782423578 -5862,7395.29305321623,65424.1069045678,4845.6516401889,1527.54145238476,41246.9551106542,17200.285686459,1185.73840907376,7851.73016977811 -5863,6832.29317972946,68478.6661461913,4460.18254864513,1406.663887217,38239.4973520083,16020.0399105185,1092.15033522228,7298.61669676337 -5864,6361.80291993757,69455.6262679401,4072.26341181916,1295.4378354066,35501.530171623,14909.9779454948,991.72898902134,6814.90195213677 -5865,5889.91620344354,70896.1226557498,3717.30722338798,1189.18243390345,32914.7700282062,13926.7048118167,907.619973210974,6367.70731441984 -5866,5558.86866167296,72417.6860742617,3486.66151711629,1117.73333223677,31088.0509417194,13137.5936403718,843.403561004983,6005.9652670161 -5867,5288.31896864698,71627.8034054752,3226.96217732162,1046.87205992458,29525.5388031962,12626.2631870366,788.243916735942,5785.66984313067 -5868,4969.19151483737,70749.5786677316,3019.42385581238,980.49845967603,27897.5748070553,12002.3668218069,737.180148906826,5489.56491812804 -5869,4815.38017607021,69480.5698611258,2914.91234330418,948.58713776629,26967.6785863394,11620.6656948456,716.346246164033,5321.19118548381 -5870,4692.23903700518,68121.1403023905,2820.23408146725,919.847270234578,26390.2341169232,11458.7828770239,695.597142022884,5239.31668838364 -5871,4760.10325071082,66311.6855653665,2843.44355998585,929.49056987503,26820.5340893002,11661.6705314865,698.414227821878,5329.72639448252 -5872,4942.85534276723,66016.5189061577,2921.41691762569,959.177202020859,27870.8631741106,12157.198826587,715.662748638679,5558.46917218957 -5873,5339.51043790787,65734.8633347211,3155.41251600304,1035.98256646733,30102.3719751117,13115.5059207305,771.678893444494,5996.24168885667 -5874,5532.25213455249,65538.4320595177,3161.990180511,1053.07881747566,31252.4648257592,13753.8580905006,767.237010981729,6300.52046867758 -5875,5583.55301889705,65371.1016430309,3100.93977110181,1046.37337929347,31477.7534446913,13962.728825211,754.343871121983,6412.22346356312 -5876,5186.90073720887,62074.3810037356,2744.413611169,947.303656691305,29206.7763507001,13099.8194717673,663.401582962147,6040.9367374091 -5877,4229.06561220354,57132.4179687375,2173.37114777858,760.892638914417,23761.1562887793,10724.6292990108,525.153911910607,4959.30016698844 -5878,3521.25293797036,52150.9608607885,2119.75214252709,690.30802308794,19663.1651322505,8450.71604591132,522.167228908324,3861.02356223465 -5879,3091.66821822526,48766.9374437155,2097.65988230686,658.931112884738,16941.6184974531,6803.73020015575,519.907859946498,3117.75780459639 -5880,3143.30631171996,46921.1064064643,2168.55841174101,673.644232685409,17235.5918982641,6869.73518782754,546.986499872319,3160.34321897467 -5881,3282.09465336244,45810.0741941042,2387.97384188627,728.488943560263,17990.321039107,7020.63313955217,598.588699200031,3210.14927376115 -5882,3884.68393072343,45901.5342374128,2939.23258305531,888.338055371775,21267.9483758064,8167.46754204386,727.601804074094,3715.38745005921 -5883,5307.35546378139,47247.4527083761,3723.67045905921,1160.16303042519,28986.6816059001,11397.4382402063,911.186565564671,5195.58710566796 -5884,7233.57101055161,51417.2015287046,4785.98009049027,1531.16655295186,39519.1244334396,15973.6895293514,1153.95111210392,7295.80137767648 -5885,7759.96211567078,59718.244286776,4982.32803399962,1617.31364591351,42419.685122035,17449.7195066276,1193.78197404339,7998.69636400462 -5886,6952.35395752154,65428.2641700988,4303.05613985921,1408.13244524962,38028.1495469669,15829.976196677,1062.10367407186,7344.0503920961 -5887,6392.64609113995,68527.5141421974,3944.95397404998,1290.49415892289,35023.9762657356,14664.0058646271,976.457396286611,6803.31409032407 -5888,6026.58630557592,69799.6409231549,3662.24899700782,1210.56564995929,32944.0361032998,13790.0388343431,894.194952555036,6387.4869821565 -5889,5547.20803672704,71117.4977257668,3307.79102431742,1099.41543548383,30356.8588918665,12821.0988012763,813.87544215815,5955.57619726644 -5890,5310.54722974894,72483.1631323915,3192.99176529975,1064.09635699295,29015.5032385465,12199.3663420937,767.938321435839,5634.98572055748 -5891,4983.0265328262,71642.3538852404,2856.30352612965,963.982732042589,27267.8780719754,11641.3004386778,704.762555144257,5419.0552613082 -5892,4657.8185954328,70649.8039925471,2669.59842506379,900.88643167344,25538.5256669408,10985.6017524124,658.99277862718,5116.80678447536 -5893,4478.99080921926,69432.761156299,2522.87054460762,853.730399005345,24568.8152765254,10605.175559433,633.275351065942,4959.26097802555 -5894,4318.95536706715,68175.1849559207,2404.3113534311,814.858804840294,23749.1596284248,10360.286246589,610.451315245672,4857.9177012505 -5895,4402.05923933979,66428.0893026748,2454.45990068893,833.635526299632,24200.8606570359,10560.8676965185,616.850245916848,4942.05357704474 -5896,4586.70407583544,65901.1544600287,2539.97158308127,866.705228345639,25209.3535282995,11028.2897899369,634.423579896589,5156.78180218313 -5897,4969.04888876756,65570.650892586,2758.8720336287,941.410105043801,27300.0089713961,11920.2297556698,686.040992333868,5567.54005839593 -5898,5197.51690925114,65364.8656943274,2821.68857468187,977.152634212261,28534.0866665618,12559.5349301285,689.455252606675,5859.01708864401 -5899,5236.91257512519,65605.9878008199,2735.74634837383,961.576828765048,28744.0231075256,12760.1472768952,673.672720865955,5971.52077611517 -5900,4911.4673838943,62466.2043637772,2455.4784353676,884.033885382618,26913.752551359,12054.1852224869,596.737044522742,5646.86233950447 -5901,4014.65418812244,57502.4156091312,1940.71419713077,709.799501477347,21981.6139617139,9900.9562036457,471.765560220294,4647.01287572504 -5902,3276.10260479132,52444.0489376387,1819.87347566377,616.756702552345,17971.0700682791,7735.5014177012,459.579846067183,3607.0416677915 -5903,2732.64872136228,48837.6111593695,1909.99883509413,590.778276387359,14980.3768868072,5919.5934431849,448.318139066739,2682.91890095179 -5904,2756.76179333871,46839.0001853968,1937.32382604172,598.831057013271,15104.5652852673,5951.90817858388,457.817094060902,2704.31418936538 -5905,2880.77062833295,45501.3963463094,2152.97905579261,649.570114495472,15782.2761244616,6055.75042874304,508.21509284985,2728.58319628677 -5906,3432.13261680728,45787.209183277,2691.29947996287,797.948395279075,18790.8734822871,7062.38597757301,632.986987590535,3166.67438228441 -5907,4759.65680255025,47132.088262247,3443.18419603617,1051.66930505044,26081.8727533311,10145.5894570771,804.988285954173,4592.27399545336 -5908,6506.36039696781,51489.9538267171,4485.15207570737,1394.48489713965,35672.8155767046,14183.4043623098,1042.1435576309,6438.33702350596 -5909,6961.28298655447,59674.5928474802,4694.51222300123,1472.91518161554,38159.8494170386,15347.6512477296,1088.0925058402,6985.13086537443 -5910,6171.99506926837,65495.8199114011,3922.79336521196,1265.2584444658,33806.0748346826,13903.8180617899,917.565116998011,6404.91917243769 -5911,5632.9400061037,68624.1708430302,3584.4634710649,1154.15823306712,30864.2141300621,12696.2370428361,839.343024301513,5831.88902928986 -5912,5377.72267913917,69780.9331778587,3375.51294725296,1093.41624942252,29468.2352980593,12170.7104887872,786.183830073648,5603.45383154008 -5913,4917.80523865009,71261.9630306125,3020.93615522808,987.406475339172,26950.0610318788,11218.6640310328,705.193711434408,5171.90245512346 -5914,4763.80544631942,72689.9877226432,2988.99671573368,967.309784320633,26112.0771955851,10790.3401272689,692.49020265422,4957.98114135654 -5915,4420.05646031417,71955.1889985662,2595.83029242891,864.835319423504,24230.3359539369,10229.630293954,605.842495261752,4730.90121669511 -5916,4095.33596438932,70954.3245748109,2424.83778119031,804.349802288481,22453.5183490125,9473.52855746682,566.230737384437,4369.43206196491 -5917,3918.52567426484,69744.5569784455,2247.02925974987,756.570311018402,21481.7997163414,9148.07389318397,527.577613441399,4236.18552612424 -5918,3727.27942794393,68301.9819074633,2111.87040844294,714.348051616489,20437.0601102277,8748.0131644791,497.98691664924,4046.46321747235 -5919,3812.67506160831,66493.5663608046,2181.77739972038,734.346797635334,20906.4991018086,8926.24418183675,512.54260656175,4122.28070809095 -5920,3981.59191563943,65733.8240435418,2272.96858527044,765.586765841676,21834.1178550854,9332.32604784935,532.670306979776,4307.93803599819 -5921,4326.87645203894,65401.2418937407,2481.54215757794,834.019764704271,23729.318502721,10124.7600277404,580.62210130535,4671.83216619841 -5922,4552.76900099311,65383.5734396237,2585.01340633265,872.092608766094,24973.003605561,10699.7020960055,600.792590847231,4935.77560734665 -5923,4584.76321303512,65692.2512874184,2480.35660444288,855.580458012146,25150.760409991,10922.7156556099,577.296010651583,5060.36852463109 -5924,4340.49001288145,62402.8058880059,2253.53201555142,792.774512528642,23809.7193974353,10461.3033069433,521.368790480974,4867.25429260041 -5925,3561.68953766664,57387.0511630021,1777.46207451137,637.544686526879,19537.3015929383,8670.97974776732,410.752016429546,4049.70758974453 -5926,2873.2745212462,52338.0383137508,1608.02203666712,546.165674272914,15767.4624820305,6737.83755542652,378.071472215277,3115.11593197004 -5927,2246.21015508956,48952.9756054986,1556.26712782374,484.074975370977,12109.5213554408,4734.62374992502,355.007638063808,2159.35134293749 -5928,2236.6679797792,47144.5600588398,1550.80177088727,482.683419193905,12054.6113208808,4715.87939428935,353.800129090802,2155.07053660963 -5929,2313.59402544485,45950.3822334189,1701.18743756732,517.472506464567,12484.4498437209,4758.42061335715,388.81788930798,2157.99269266167 -5930,2740.61736970089,46177.9931513254,2110.18674282312,631.547054289746,14796.4175927365,5523.7971337861,483.003589202459,2496.18468976195 -5931,3851.70586773025,47372.1709767463,2713.89590330277,839.139771152753,20766.5964291007,8066.38092506201,619.452103152154,3676.89737085501 -5932,5189.78946430607,51324.7020934027,3435.31209230153,1088.27720293442,27955.1384766746,11136.9363176552,782.465814507985,5105.36322536926 -5933,5789.11446006275,59627.8235346466,3868.41601951848,1221.98597483074,31180.1853714272,12386.6697678053,881.481550294489,5683.42887444112 -5934,5197.23113078269,65178.8275325444,3316.4419408399,1070.09869179656,27951.9703095235,11330.3872561375,754.693108128843,5246.89853845303 -5935,4701.23484715646,68537.9073564317,2998.390713749,966.829811887729,25290.7129684094,10245.1289709957,682.242569748474,4736.63502510444 -5936,4460.26207790569,69927.4771658768,2767.55496826794,902.854694862085,23983.1263139525,9815.87081802531,629.112174936204,4551.01013534921 -5937,4016.60139967262,71378.3668687348,2414.49050436114,798.257523583773,21586.7370191202,8934.15196792119,548.209073744792,4152.54620409514 -5938,3900.65050725331,72368.8380782557,2386.47275090879,782.651325775394,20972.7811426946,8622.25828720962,542.171528879761,3997.33781853755 -5939,3687.75840770093,71290.0246989638,2156.27460240729,721.065742766116,19813.4353348305,8274.32703927648,489.04113406749,3850.58155693337 -5940,3314.59826776125,69576.1872707794,1912.38635644335,643.140394610611,17807.3523062916,7468.37853272937,433.495721309207,3478.05659073335 -5941,3220.40307033907,67909.1191554286,1828.26008969872,619.412047931784,17295.0750852954,7293.63749760209,414.175577741109,3402.58190372443 -5942,3005.53156268604,66243.090432071,1669.86657704772,570.977324660278,16138.2078563919,6850.51871384472,377.950308550925,3198.6294083562 -5943,3119.48861641485,64812.9871576817,1774.91830399747,600.383239040266,16756.3348985452,7057.7780815928,402.100488011048,3288.55818532004 -5944,3328.77572400203,64355.6867395103,1928.16126896095,647.015244864924,17885.4671552475,7488.60101607969,437.118248228226,3483.38487573485 -5945,3652.31488363608,63675.9719601427,2140.2907228381,714.485743834193,19628.393470954,8185.48025399123,485.418607148472,3803.3699340488 -5946,3777.32998790669,63268.5588291566,2148.16204897278,726.511412924727,20292.2943741263,8545.48773940459,486.626116121478,3979.37750118845 -5947,3853.04957365315,63286.2271824596,2113.90183585305,726.482415442421,20687.4011386835,8811.96103587005,478.173553310435,4114.25764406103 -5948,3603.88873438943,59851.2770862081,1857.14411767544,657.271683789849,19329.4480711333,8392.45714185801,419.005613633134,3939.59536591231 -5949,2939.52263476702,55288.6656146588,1437.65035254918,521.764710481064,15753.6949912055,6941.66488319686,323.612404765648,3271.29284574504 -5950,2402.6629890308,50903.7777738306,1349.52838189791,458.068385635639,12910.5275841845,5450.42444336869,305.499770170556,2532.13692790007 -5951,1950.40049560729,47429.3336046282,1354.89551723868,416.068463552319,10468.8778267688,4114.14851452981,300.566240674055,1876.43259455366 -5952,1899.7756720678,45172.9714620392,1287.14295682606,400.818133134123,10185.5158462302,4032.5353117137,288.42215014177,1845.633579044 -5953,1995.6603624023,43697.1381659955,1450.55002684348,439.875400854149,10721.5721061136,4114.50886816661,326.878436827339,1865.63547526293 -5954,2356.51930253557,43148.3776037015,1793.75284260691,535.746405796308,12674.0618854258,4764.67233302736,405.815025287192,2153.44054243442 -5955,3143.23659228516,43119.2766441709,2100.32047410643,658.480393431255,16847.3764463447,6697.51443884029,472.607523214759,3067.259887385 -5956,4476.12470354524,44173.1463294632,2933.25899160295,924.068267034009,23986.4004552254,9631.83841641902,653.756873654678,4420.59954340215 -5957,4831.99118897056,46206.0548196767,3134.22624670541,992.139550528456,25886.2071620424,10463.4721733847,696.261190517675,4822.70777265338 -5958,4449.32859627668,49035.0818265662,2777.60460885317,896.843794889742,23793.4023575331,9750.94622800109,620.360624690894,4525.89807965887 -5959,4008.25810067447,53231.8529232528,2477.47429162039,803.983149669844,21432.2553267143,8791.2018281807,556.604149396398,4074.69451821108 -5960,3955.04996072744,56727.0835209239,2475.34527617206,797.133090925527,21156.1486699772,8660.33521099928,551.544111674612,4013.07338822332 -5961,3508.73907059829,58855.6093199771,2066.91723702456,685.756417547134,18736.7145593777,7799.64933064604,466.535477948617,3627.54516273573 -5962,3376.40905995013,59925.0687762138,2019.92040427829,664.173128122633,18040.4380835089,7478.63403937542,453.379379871975,3471.415179915 -5963,3132.5225489531,59029.1755843533,1757.57088104925,593.467388316729,16712.4268526386,7084.38248976291,391.646919666192,3306.73276913038 -5964,3071.2446148249,56985.8739807194,1863.90099421209,607.060003701757,16419.2281603761,6792.03655258336,413.911085642048,3150.35344498084 -5965,2953.5413329511,55287.6263234795,1745.094094006,575.182795818888,15777.2323279959,6584.38769039845,387.598889488764,3061.4624745367 -5966,2820.74742155715,54125.6674319409,1668.25040563724,549.86943346723,15070.270315701,6283.03755745794,371.406768779051,2919.25184198204 -5967,2774.92036901419,53318.1164098513,1581.54195005004,530.760560213572,14811.7064858203,6238.24768976165,354.20264052498,2904.94058859824 -5968,2836.26278239123,53556.1204411781,1567.34287943168,533.774898178339,15127.6400137833,6425.53346578256,352.178625436266,2997.06988707196 -5969,3050.79972565407,53963.5336729782,1683.98300349065,572.544845931684,16274.1874689793,6927.75113099649,375.454798956479,3233.23121710351 -5970,3123.72350810066,53892.8599573242,1647.84417064682,571.687182742363,16648.1867342426,7185.417645379,366.346731057265,3364.55696903849 -5971,3301.40387130154,54054.9937162869,1743.91555232598,604.553059654798,17594.5205566654,7591.18586865099,387.598889488764,3553.71265421374 -5972,3128.89534738531,51241.5565811559,1568.13180336144,557.615061190515,16654.1576816772,7295.25834248251,348.130595258838,3430.97190994473 -5973,2612.38924616491,48251.435106483,1271.57482288939,459.171632592163,13894.0621109205,6128.15165969,283.362112419984,2887.43772247276 -5974,2239.11556130279,44816.4850102316,1332.54200721937,436.487206674079,11970.125042537,4974.68063547116,295.506202952269,2300.81178012965 -5975,2184.09086875164,41781.6728050836,1645.86451309566,485.308052413287,11974.8983589031,4591.47579382227,360.061177916515,2055.6689679065 -5976,2402.02300597865,39778.9046663938,1912.63657601726,553.07678897391,13166.4801590432,4926.45553133233,419.175699664003,2193.8843672025 -5977,2662.9632467386,38725.0348802876,2285.304700589,643.396213522149,14600.8065007632,5258.85219548326,501.936030110485,2313.46191194446 -5978,3298.47215610233,38306.189243888,2971.1699499061,823.37578727769,18080.8443361008,6344.71609979684,653.484167681317,2772.95067274482 -5979,4313.39381045802,38126.3870308083,3547.29663684995,1013.70652159493,23646.71691963,8706.88122716272,778.1620680942,3856.58744638747 -5980,4278.2437011841,38637.7321025099,2727.93981036981,859.24136854897,23450.8798152076,9602.6203346745,593.294836447511,4378.26240558423 -5981,4746.91178508839,39630.2819952032,3047.98799894873,958.316191270369,26011.0268446136,10636.0140207692,663.157453058179,4856.05935817389 -5982,4043.69993995923,41137.2948331359,2326.26117380742,768.959579665791,22133.7041379897,9408.43357708844,504.085649083121,4358.77631160059 -5983,3699.12186473735,44923.5348244848,2151.93578687907,707.041725202103,20255.3317318892,8571.92923960674,466.467317061993,3960.31643534831 -5984,3630.00165470924,48395.9004113287,2112.21969391734,694.027284323822,19876.4549885635,8411.8824036674,457.868841171449,3887.43720672272 -5985,3313.71174409081,51100.209149848,1881.17265869836,624.796766954853,18144.0684427772,7735.71972681808,407.352795314505,3580.71785691311 -5986,3200.28289553914,53430.3628816287,1845.33592470887,608.276178018156,17527.1266959906,7433.41525642983,399.829128910279,3432.80890723786 -5987,3116.46261028747,53035.4215472354,1757.70139645588,585.101527670696,17066.7498794574,7286.70420152183,380.482558156556,3370.66354652632 -5988,2910.4482787,50786.334745343,1686.29905247442,554.555438863558,15941.8370371167,6749.71169994786,365.435225348105,3114.69391465755 -5989,2830.32078528385,49351.0348134296,1612.97390161268,534.491486960138,15500.2926473299,6597.68504196665,349.313083053335,3049.95744718532 -5990,2738.84225542703,48462.4168614517,1587.11522170001,521.827822737566,15002.1364604166,6350.99338195606,343.939035621746,2929.83171577239 -5991,2872.98769219735,48086.1832723547,1723.57322610906,558.077253295076,15738.2080921702,6588.73676414138,374.033701238648,3030.07836742527 -5992,2983.90651230834,49296.9902607134,1773.78405099187,576.528472991353,16345.8650873157,6862.57367707642,384.781796101828,3157.42750730637 -5993,3141.29344609552,50497.4039340237,1810.80870586956,596.459266655597,17208.5225768063,7293.54575916707,392.305462506054,3363.36305933406 -5994,3425.69785738189,51422.3980854148,2022.16901072883,659.117595985855,18768.2749769363,7895.12814826161,438.522270417726,3633.3624659587 -5995,3653.85354165489,53547.8059101163,2179.80781621012,707.252699099233,20017.4408855849,8392.85100910429,472.9161739799,3858.95275029061 -5996,3351.06646277286,51905.6814887651,1844.15169225602,620.512221584982,18352.7018096081,7890.32457552794,398.754319423961,3654.56170590804 -5997,2846.23711984455,50001.6486332667,1565.74793135406,527.120671767239,15586.062933151,6703.68040658872,338.564988190156,3106.91588623143 -5998,2296.47400981862,46284.0037752133,1410.54013142933,451.182217693976,12588.3564346679,5219.80716164789,306.320703600617,2386.43864847713 -5999,2498.31536253418,43493.4315500955,1901.07101132862,563.917944104443,13846.9032648573,5207.25196010108,403.551128375945,2287.12368503883 -6000,2477.3647646228,42056.0530358236,1882.4314706661,559.157998801189,13725.7814563193,5169.42512714205,399.60763200745,2275.62857898014 -6001,2585.97707557979,41454.2872119926,2082.85804622925,605.569250076971,14318.7090720465,5253.70844380072,442.986092060891,2290.54524660201 -6002,3078.66740947692,41804.5378159107,2592.06961164381,742.609145560701,17027.7621467452,6122.62560144509,552.08949158924,2655.61135526696 -6003,4324.61133071058,43469.5272480891,3359.96701083062,989.641542423199,23955.5309814873,8933.40774308977,713.772842697518,3916.97119494815 -6004,5804.09005987003,48214.0196158906,4253.43040088558,1279.74370456263,32182.923276152,12294.8333956971,901.746169595759,5430.20541123649 -6005,6210.13698418749,58168.6193007268,4466.78068958129,1354.69832915498,34430.7624339078,13264.1934104188,946.439128438698,5883.53385431355 -6006,5341.40008575624,64317.2318569246,3557.77464424363,1114.82728080292,29614.1464054505,11768.5606937735,751.893307592966,5294.25673400241 -6007,4867.7247519298,67727.2383599904,3258.90336728749,1018.15236681549,26996.3456166918,10699.2339218699,688.797365697052,4801.96815778172 -6008,4658.9327523417,69094.9824497876,3056.02896552004,962.843719301952,25843.8660234225,10317.5390187282,645.418905643612,4642.5404789112 -6009,4277.6193162588,70851.4319252747,2765.12393070306,876.278406028863,23732.6736714931,9521.01694995858,583.637462537197,4289.53482912564 -6010,4140.24579224981,72428.079288496,2713.96149578816,854.713680486086,22971.8521082981,9167.25611869977,573.121472221212,4119.60168018376 -6011,3850.0628210765,71735.8926117216,2377.30271910534,767.443024213222,21374.4981317602,8701.02808354586,500.824038798811,3934.07022161508 -6012,3638.80612541251,70795.308689386,2324.22967749113,739.66667104925,20198.1166540864,8130.28145554016,490.308048482825,3662.32698644606 -6013,3449.87737800718,69731.0457898594,2121.80485010425,686.167157430801,19154.0559361934,7807.4420105096,446.929588429385,3531.90747332433 -6014,3297.86751739791,68304.0604898218,2034.27286131704,656.792679080983,18312.7215547111,7455.10057906478,428.52660537641,3369.00511200074 -6015,3392.46825282849,66448.8756303295,2120.52436450423,680.713768601405,18836.0803705638,7634.07910645168,446.929588429385,3444.36426842713 -6016,3548.94524682398,65704.7230840113,2214.26736868748,711.243078823089,19705.4312150957,7990.28416150529,466.647070271858,3604.60672087439 -6017,3868.35878994906,65401.2418937407,2425.87397181868,777.47400185763,21479.634259393,8694.1931231964,511.340029114796,3919.49826566879 -6018,4120.90037165539,65247.4226658399,2581.91316768745,827.714068389427,22883.864939131,9264.23462985923,544.202498852251,4176.20955528742 -6019,4127.7908084471,65895.9578025045,2456.24701830351,804.800271047267,22932.9681198726,9436.33106390066,516.598024272789,4274.49904790169 -6020,3913.73686304506,61998.5106305575,2229.15064738402,744.895317927824,21748.1027443309,9069.86245782926,467.961569061356,4128.86631405051 -6021,3236.76232396314,57041.9972166081,1787.04404489998,605.718910990167,17989.1283242976,7570.60249899491,374.632155006985,3457.38030456437 -6022,2641.76608347231,51923.349942882,1647.06220590691,528.175695357154,14678.6359383828,5942.82703351711,347.027680427522,2671.40414849644 -6023,2984.18723657749,48544.5230825193,2258.7893034838,683.735335353543,16635.0754287891,6218.6044076903,465.918825684183,2669.68659845831 -6024,3043.78773737196,46571.8951945394,2357.97451023873,711.749055911758,16906.3251417475,6287.00473925309,480.764383460647,2686.14186442357 -6025,3173.16352430117,45666.6480796238,2584.630327861,764.574305327951,17620.4493883311,6394.17468646594,531.021929058213,2705.82084178199 -6026,3752.51714896229,45775.7766778634,3156.16327732588,920.433674536394,20851.8680658438,7432.90326593224,655.836223734338,3137.92323987683 -6027,5122.75873641933,47118.577073661,3975.74862182243,1191.44509147723,28503.7452681335,10563.6847384577,829.672321326982,4563.65164816574 -6028,6954.19581798118,51349.6456865884,5073.90951856693,1548.20270820078,38878.4674924759,14717.8687139351,1066.14893672088,6415.72454097452 -6029,7438.72953577504,60076.8094217561,5267.81978478117,1622.54301290268,41697.7972576343,15930.9371602442,1109.73548259361,6968.42928304591 -6030,6694.72409744778,65566.493627055,4629.81522752677,1454.74284170542,37345.2871217301,14521.0725701066,952.974157887004,6381.43518148057 -6031,6141.09404695761,68734.3386316351,4252.93237887255,1333.79200844748,34310.8276843491,13300.4262449264,873.249967410382,5810.68104461583 -6032,5789.57736202239,69762.2254325624,3917.26312808843,1237.87610252554,32351.6076909164,12657.1532622539,811.620721616301,5586.32364465729 -6033,5325.60392249158,71133.0874967113,3555.70316117481,1131.02148992488,29766.158466017,11701.968578604,731.663160676484,5156.72617262408 -6034,5089.3491241707,72606.8422103964,3387.16314951047,1072.48187770798,28512.2884163711,11182.4730316198,708.798625157194,4948.53530457693 -6035,4783.88887152792,71731.7353461907,3077.70976373036,994.850176239877,26738.8856113984,10659.3561185651,630.301277572296,4719.53651128501 -6036,4458.96850446605,71221.4296664823,2878.69894018639,927.097603012802,24986.2232200404,9911.66598523228,589.186217061668,4360.80298536263 -6037,4297.83639053201,70229.9190649682,2747.52473483655,892.890309423231,24026.8713453413,9599.18519312941,554.932181767216,4225.56064807476 -6038,4135.03219251953,68974.4214469484,2637.64655977785,858.324210826133,23143.7163989988,9235.84953857817,527.738096969597,4035.99601395013 -6039,4211.05734541105,67153.5341036968,2677.05111567512,869.689293090695,23610.7033775219,9409.85605735058,539.619883064363,4115.08271599171 -6040,4382.80590616163,66514.3527892733,2760.99079348683,898.781400577806,24596.0315097155,9820.40809859849,558.751645147295,4301.54650008465 -6041,4749.62328482234,66210.8715990027,2991.01411666686,972.859663492152,26663.4760967876,10642.3786807004,607.350052109285,4666.76637409362 -6042,4950.6214669626,66480.0552730325,3030.27368755857,992.910575314728,27865.8691366938,11190.8663750291,622.126719520674,4934.04876338073 -6043,4992.26889777383,66590.2230616374,2953.35576257842,984.717097404507,28072.1870373506,11422.715560587,601.258028647767,5059.73303987015 -6044,4681.77306574133,62358.1151575308,2633.32201304909,896.436139304591,26347.9379765984,10884.2536280161,539.395412390492,4871.87390004449 -6045,3831.17354703131,57210.3669242742,2082.91636865677,721.157440262232,21544.0962074015,9002.17751288336,425.460531591278,4054.06477348856 -6046,3151.57351845261,52013.7706950115,1989.17092698556,650.197359995291,17601.4138958108,7069.60822035572,399.458844502846,3109.63016962877 -6047,3592.11342215127,48651.5729975865,2678.8385129458,820.692895780065,19846.047717684,7498.58913337268,567.098695782154,3263.21727051238 -6048,3697.90723899176,46597.8781797182,2852.78350064491,860.466224263309,20397.9424131513,7622.12233539342,600.80507778993,3298.59108870926 -6049,3852.19818153795,45644.8224607898,3097.69109005134,922.157154104478,21221.1848688253,7777.74082129869,655.314504943328,3344.61205471747 -6050,4524.86489365694,45809.0349029249,3720.63980723373,1103.34086299576,24904.9049226649,9012.58587452272,791.966561248956,3872.71531344034 -6051,6076.32235212212,47343.0700172157,4635.70741135872,1412.95012923258,33278.0388416422,12422.8415907308,988.091807332684,5405.05595346717 -6052,8207.28089450228,51414.0835543529,5824.96504103052,1829.26375259506,45188.2205381559,17344.5676868098,1244.51668105789,7632.84997234171 -6053,8794.09493251957,60426.020633681,6008.51728286633,1919.47948000697,48665.8303836001,18959.3587539003,1284.46989562238,8403.97443702414 -6054,8014.71124530153,66328.3146274902,5483.37537446882,1741.53908913595,44271.5594803547,17342.9278227561,1157.99361357746,7693.366480254 -6055,7404.55352814487,69331.9471899352,5054.88965939014,1605.67562908553,41081.4365120913,16116.6502994497,1065.88872866627,7142.02802799242 -6056,6888.46282240849,70216.4078763821,4583.58939024414,1474.48269324654,38037.4466886916,15027.0582174695,970.80803214233,6691.69972950909 -6057,6378.66907378751,71638.1966197095,4202.85064786112,1355.11560432796,35316.2702960462,14021.5330985631,886.72954774248,6246.18374346603 -6058,6015.35745089608,72636.9824611063,3893.30183949953,1269.97941157416,33257.7433731707,13235.0702644501,828.522062641614,5914.83217715711 -6059,5725.68280260585,72148.5024002318,3657.10570856571,1192.40835274065,31684.0405534417,12717.9889179819,769.297121874824,5680.36014603049 -6060,5381.33266811821,71426.1754727476,3422.5356999691,1118.48544706227,29978.4164491836,12056.2606551024,719.416382060934,5385.75619531625 -6061,5217.28057047701,69811.0734285685,3333.78891560929,1083.54093444963,29027.289256676,11682.4667429295,696.325041127724,5210.5886746022 -6062,5086.08829614345,68531.6714077283,3244.51500923605,1053.28149290727,28469.4464069524,11487.9075803318,674.412578597862,5118.30733920037 -6063,5159.0132764253,66861.4854188397,3254.59727143016,1063.43751878448,28917.043031259,11691.2483227732,678.671460142624,5216.79473272397 -6064,5355.22759219975,66284.6631881944,3333.95650155249,1096.64750439176,30027.4181861011,12183.0170418193,696.342406382501,5446.05880362057 -6065,5785.16692960154,66036.2659426332,3592.73395501421,1183.71869633687,32419.8984799175,13152.4627542557,751.608810380169,5880.91910273289 -6066,5987.11755922411,66487.3305129152,3569.25567530006,1200.81988528568,33587.9368777222,13775.6403615096,750.146952455959,6196.43009115349 -6067,6041.90548216818,66370.9266747929,3517.88181139817,1193.06862366147,33847.9853019524,13997.2396198955,735.908449897464,6307.22736647444 -6068,5609.00686283199,62258.3404823462,3095.45423481797,1077.2760532311,31360.0104567229,13149.3336471822,648.854153884862,5964.08799956064 -6069,4572.21701515367,57186.4626222677,2453.9293399258,864.414909858181,25503.25055928,10776.4989976134,513.398341237358,4901.63993324452 -6070,3817.56866282344,51930.6251827647,2432.88038352582,788.231501777935,21175.8426931466,8520.41899332594,506.7817028859,3781.82755990372 -6071,3837.18353955215,48468.6528101551,2823.62458738877,859.064660622997,21204.8493803036,8226.86205547461,640.621552882576,3695.40492336638 -6072,3959.4731740895,46696.6134629096,2979.54853828184,902.849212375767,21792.5486832029,8364.01343990334,681.946324448393,3754.18232708381 -6073,4125.36301972369,45677.0412938581,3249.62689779974,966.249811241685,22705.7233377368,8549.58480251164,742.138748636352,3814.65690180934 -6074,4837.03842782656,45976.3652185978,3933.29439837926,1152.95298762018,26666.2263626494,9911.91389594009,893.335756618746,4407.8290449663 -6075,6469.29585415393,47014.6451329455,4924.97427659243,1473.44259704412,35630.2940848614,13592.2402605851,1111.67613585004,6093.83989949237 -6076,8727.57215259372,51262.3429088106,6233.28551274518,1905.77237523948,48338.401269772,18988.7809892961,1394.82158839283,8566.46993130135 -6077,9355.98605226206,60548.6603196928,6449.3430941312,2000.38662561993,52017.883085078,20792.9116008425,1437.23348951195,9426.05138799931 -6078,8552.49488300485,66389.6344200891,5782.56987571371,1823.73784291281,47265.8081867118,19000.5628839577,1307.72343496847,8669.90276874548 -6079,7919.73812221577,69234.2511979231,5322.16684925041,1684.11654376465,43864.1259706882,17708.1239994225,1204.70205353335,8074.10753650025 -6080,7342.44820509366,70071.9425715365,4860.80472501955,1542.01587097858,40633.8871530369,16461.9973186099,1093.12544727645,7522.1215180961 -6081,6812.07099083829,71302.4964955566,4436.09164557128,1420.09704533552,37712.2452134889,15380.6446294056,1000.89749652104,7038.24243169687 -6082,6401.08087227979,72609.9600839342,4163.32347686014,1325.48764449455,35531.6709039138,14498.3891522105,928.8328560051,6627.1680232254 -6083,6114.98803305502,71650.6684163023,3850.34825194883,1250.64479605322,33827.1854101023,13938.7239997983,869.474544073216,6395.37245924334 -6084,5760.25939602745,70774.5223617313,3602.68041662875,1174.86886894675,31991.7945693492,13258.0859187264,813.160748832199,6081.25538135442 -6085,5592.93470598992,69291.413825805,3476.43534878293,1140.87999686777,30965.2086170044,12838.6824825413,790.939959375681,5896.90446871137 -6086,5471.85693499626,68091.0000516807,3362.52578370107,1112.66505580077,30358.1703217551,12669.8566081493,768.510641855144,5821.40267154397 -6087,5543.82014498229,66678.5652314084,3391.02608338118,1121.80658121992,30827.7325822971,12891.9740988384,771.202049169288,5920.56368906516 -6088,5751.62617127532,66019.6367796955,3484.48282180391,1156.08904499736,32016.4572658563,13436.3032297015,789.997411135077,6173.82384648388 -6089,6207.00725307332,65886.6039802634,3763.99930649266,1246.70888635807,34563.0401943113,14493.7133652951,851.621730348029,6656.96232193884 -6090,6415.28064860441,66349.1010559589,3773.30704623954,1262.46789485852,35826.0438849081,15188.1206797171,845.930295576233,6992.81062201256 -6091,6475.87009897869,66647.3856895193,3699.42986049097,1256.05197413828,36092.9125747464,15413.3395455653,832.164638862007,7116.17400052924 -6092,5995.11574067676,62315.5030094142,3274.82063284085,1131.96914088005,33427.2317675691,14443.9499792107,731.381463284816,6695.36674268686 -6093,4881.95587212373,57246.7431236874,2593.18177610007,908.212895585237,27179.5476250461,11817.6022684161,579.0333789978,5492.52785755683 -6094,4088.86533927259,52267.3645980968,2527.62954062695,830.184026766455,22585.4099082106,9339.11982076904,576.759027811694,4276.02984391969 -6095,3699.18500875976,48792.9204288944,2668.29044696206,818.060062798649,20885.5760052218,8361.96890621724,667.058337358467,3762.33381358516 -6096,3697.97894694176,46903.4380531613,2691.27250737881,823.109339770249,20841.2372360457,8311.67657899848,674.506434286548,3742.53800040693 -6097,3826.76023534866,46002.3482037766,2903.87221420913,873.861052119552,21542.7594241998,8441.10700746909,726.819081450432,3784.95220261502 -6098,4442.57883554104,46326.6158225159,3457.99875896544,1030.1810912955,25021.4927878185,9693.1605312119,860.067229613686,4340.30926055699 -6099,5917.9444009635,47659.0231048931,4287.342952189,1308.57959672067,33345.1476092116,13260.1338029708,1056.91725836708,5983.51001864587 -6100,8165.95311063237,51955.5688767643,5580.68577256177,1743.89609461765,46190.9875433876,18871.0965778222,1379.44957708927,8546.28186591178 -6101,8933.20681636901,60886.4391270181,5976.05665058704,1881.49986174574,50749.7340423326,20947.4938593105,1461.67237323185,9508.28565556526 -6102,8227.39696664145,66961.2600940243,5461.28131369356,1731.41447386805,46548.2208286032,19289.2706191507,1351.93804972968,8794.05932854122 -6103,7591.22266995445,70344.244219918,4997.6469639375,1589.89841739986,43050.3271258544,17940.4197931318,1239.04571546714,8169.6044123927 -6104,7024.16224971117,71468.7876208642,4536.4814525588,1453.52551509346,39777.7740264236,16648.0817884547,1120.86972982737,7603.18326991654 -6105,6445.17975285459,72851.0821904267,4064.82180900094,1316.47480018315,36543.1083931429,15453.3638478084,1007.99679803182,7066.27949994209 -6106,6216.9139836153,73680.4589321641,3971.82687306475,1278.46458266818,35237.0142666651,14818.1969422278,983.468659229752,6765.28044870963 -6107,5872.17941200024,72485.241815564,3631.77308866052,1185.28397566329,33286.895143178,14151.4901469691,900.037524276369,6477.98109740447 -6108,5478.52235770797,70962.6391058728,3332.02270180466,1096.72406631617,31165.4249020452,13385.6935304269,829.572313696569,6124.79486325042 -6109,5305.96764550438,69072.1174389604,3216.15164205646,1060.43657538079,30141.9352920359,12946.4331835349,802.041383869996,5929.13434353014 -6110,5177.21042160011,67528.7284016146,3097.6951861457,1028.87026909818,29478.5139823893,12771.6464720783,778.409797942541,5845.38954857618 -6111,5289.62391022615,66401.0670263167,3169.76121902789,1050.73328847184,30170.6903852109,13056.8021872029,791.590495917408,5971.24614922627 -6112,5514.69236520338,66271.1521004223,3289.38264703864,1090.86990602898,31496.1611665468,13639.9192442302,814.949100842636,6238.93633888857 -6113,6011.05290459003,66171.3774252377,3618.16733728287,1194.6730651573,34321.0303363422,14805.7873115287,895.35804230453,6767.38046623932 -6114,6151.19246171257,66106.9396582872,3547.50759796729,1192.42085282918,35210.4384361916,15408.8801555796,872.467789515832,7063.20262793434 -6115,6243.26526686975,64729.8416454349,3527.82860255587,1196.68923783351,35698.7776130205,15701.3094935483,868.62665301766,7210.30865198882 -6116,5749.86774580894,60164.1121995338,3083.61653761097,1070.86640677978,32886.8464352752,14666.4296252019,756.806840297056,6763.43320279236 -6117,4661.02196835693,55851.9766567181,2419.14991909854,853.278826061142,26632.3622946814,11970.7192449274,594.331668892917,5535.33895620956 -6118,3915.7807066667,51508.6615720133,2387.12789363261,783.491416746422,22207.3700241516,9475.97761991354,596.02776230723,4325.45753477586 -6119,3144.82280085638,47879.3587829169,2045.50220884108,666.435994790943,17646.1566983783,7264.25329376727,548.790277508412,3332.72450514741 -6120,3106.30918973133,45744.5970351604,2011.55922406464,653.456405006919,17448.7433913067,7186.59098484318,552.933052351717,3318.39556365863 -6121,3243.24455273683,44229.2695653519,2228.77220151832,710.65657813354,18166.1695758298,7320.3632973114,601.786681214994,3354.9117246939 -6122,3828.27914198923,43775.0871215322,2738.13078764597,862.535131995281,21398.0843038677,8498.31002788909,733.778008194627,3883.69267281158 -6123,4986.91854686829,43690.9022172921,3195.24570290581,1049.51231423364,27935.4813969326,11499.5113550649,850.277285188393,5276.40633222673 -6124,6979.56392448282,44691.7666410474,4285.42614701694,1441.65080980305,39095.2234103126,16419.7498369623,1099.26335552501,7503.00038599048 -6125,7624.98348504727,47293.1827300304,4581.47040949592,1554.9786662237,42755.0816834525,18209.6385707525,1178.64264978792,8356.5119180838 -6126,7033.69462644559,50317.6017209441,4162.6545707674,1418.57990794573,39437.3118817296,16832.6341708439,1092.5551322047,7780.8185601425 -6127,6399.39406061682,54446.8170763285,3738.71496816847,1279.88561556169,35931.0884073126,15477.5804258962,981.462838397183,7157.19443150629 -6128,6200.50290833921,57675.9819743214,3658.3382374387,1250.77187279515,34750.4783173076,14836.7882603824,947.907668716974,6838.41856735858 -6129,5593.36407705582,59598.722575116,3167.21895484552,1096.53104020637,31429.5826135804,13634.1530297272,838.236142264078,6323.23986839571 -6130,5345.84115361107,60515.4020946313,3048.06677269157,1053.84993544136,30021.630287539,12982.5844094215,798.852586616642,6004.06023981611 -6131,4917.5326341007,59324.342243562,2627.49223850304,935.288798547908,27643.8035331876,12183.3967831995,682.774712403856,5647.01805054 -6132,4857.94968019314,57128.2607032066,2739.04664663804,954.684228475609,27287.7708406701,11910.4232108727,705.245450710801,5498.86307175564 -6133,4668.5431598964,55168.1046118195,2588.32108720147,907.232989433565,26234.8897358574,11482.0958641928,671.883871833392,5312.87584724935 -6134,4508.69505453468,54302.3516706688,2474.80254809236,871.391230884947,25364.1188573002,11209.1464236047,640.592275069767,5189.59551516445 -6135,4491.79072531582,53814.9110017876,2402.10889951939,852.360956794779,25318.057891887,11293.2547498334,632.041881613858,5248.15756591816 -6136,4668.41433504661,54646.3663258836,2456.24747735802,872.900574186145,26363.8340636113,11820.4376532597,664.025346159236,5518.51771355075 -6137,4982.2075785731,55510.0406846758,2592.79158760302,927.809668859281,28128.2240326436,12643.6268843356,693.207118402223,5895.02136985789 -6138,5103.21435977416,55926.807637903,2527.80619808444,925.595742235189,28842.1380167786,13172.3020011828,672.077462636192,6152.46576712373 -6139,5349.52427601389,55046.504317801,2669.46309206375,974.49735732361,30208.3538668351,13717.001904537,708.699168388091,6400.77191022931 -6140,5014.47174082955,51672.8740141484,2393.18507859959,893.088825323018,28316.0390871692,12971.3206705883,631.045327655953,6061.2116351253 -6141,4184.08257201459,48934.2678602024,1978.23936930935,739.61441132589,23633.5396944493,10812.1787856474,529.195295086094,5062.85890067387 -6142,3620.41033599442,45417.2115428834,2072.43674744237,707.521323321176,20397.105236603,8761.83131699582,566.776523004781,4063.00492800646 -6143,3093.09749063708,42309.6469389089,2149.81947562329,688.080319798557,17276.9196307533,6867.19233302851,537.924737950388,3071.15149719162 -6144,3351.49111023876,40178.0031655041,2492.81136509005,775.074973767566,18636.9060958802,7207.46023112067,600.896947667226,3183.73562992135 -6145,3753.68070134221,38900.6798278363,2980.28913476649,907.46432962257,20820.4917174434,7795.11666333891,733.596639734435,3425.35138192267 -6146,4673.34175068832,38412.1998677759,3875.35000596404,1164.43494890721,25857.6776007623,9466.12847196898,962.335527148492,4146.95644402515 -6147,6037.39034353388,38318.6611412948,4627.0015084278,1427.5719993664,33572.6110143577,12727.9959203566,1139.35082702655,5619.12371874 -6148,5986.02116714271,38876.7755258299,3561.85213530013,1208.00533512625,33612.7472726325,14186.171438613,863.49071971166,6409.81998721277 -6149,6688.16156794566,40128.1158783188,3980.23427280585,1350.52107468329,37508.2801525594,15909.2069156653,967.56588873873,7204.0889790015 -6150,5729.17030831584,41646.561322479,3047.47751709681,1095.32664647117,32280.5926113194,14098.7370279584,778.932730316178,6498.75095852918 -6151,5253.95537623256,45425.5260739452,2816.19737130572,1004.30906189172,29565.7331171114,12956.9158983515,704.663932829798,5947.69109549835 -6152,5107.49791779576,49001.8236015046,2763.04296504231,981.699304682569,28754.5744017593,12511.4730028461,686.770516787645,5736.65977596391 -6153,4705.90810234739,51607.3968552046,2464.60710402978,890.595693449096,26530.2677908577,11651.7715657711,628.844050479219,5367.28909862728 -6154,4527.86027423594,53955.2190411024,2415.756209299,864.032647273036,25512.3158151447,11145.3662260211,608.280214255836,5116.32776645195 -6155,4383.18258080304,53142.4714623026,2299.99708773905,827.850262906811,24709.5193032942,10836.1136602087,572.124145807879,4972.58897923456 -6156,4161.7458021918,50897.5418251272,2209.04649690931,792.139866276926,23443.0987313378,10295.1714972219,563.115654945466,4732.57602740828 -6157,4038.14631181064,49164.9966516465,2114.01366602291,764.028635864187,22768.6432934987,10009.191779779,543.216152039777,4610.21274319974 -6158,3956.75432899714,48217.1375902423,2081.41616916803,750.625285738424,22293.7022872021,9831.91866779997,541.579301539891,4531.46557435521 -6159,4121.87097666029,48004.0770512871,2256.03757606886,796.173648404194,23173.0471581192,10131.0677748712,568.161398353879,4640.14666968657 -6160,4300.16400974561,49488.2249792066,2323.6152330231,825.827463274542,24193.1120629231,10610.9360895653,593.561646667316,4870.26316148937 -6161,4543.27176801127,51530.4872916612,2374.89852274319,858.315325793566,25604.20291229,11317.1137390609,617.694280844515,5213.83244701353 -6162,4907.18140987278,53154.9432588955,2645.63762515213,937.902922654738,27590.8848826946,12138.3124483666,657.752044247321,5554.68980847494 -6163,5171.77403897342,54551.7883082232,2847.63650534533,997.702987684332,29052.2651430098,12687.2017072201,688.641411742424,5780.04860194823 -6164,4746.69702062563,51926.4679172338,2413.20708582985,879.254090211286,26755.2433775039,11904.9982068245,596.675442621798,5468.86780570332 -6165,4007.77322366762,50098.3053340995,2048.4470220021,745.028394956378,22596.1404429672,10010.9548587447,504.968231092599,4597.38110176397 -6166,3235.68496417475,46603.0747364284,1845.31035683884,639.749489453881,18221.3677997027,7764.11608783796,463.027946508931,3531.95384067989 -6167,2615.73460422366,43874.8617967167,1861.34849909666,580.270169293082,14588.5824991362,5785.16856698634,452.967550434112,2596.23662546676 -6168,2615.91311875694,42407.343031735,1845.93681472778,580.355174744362,14609.1924939036,5790.61485223488,464.080220504957,2618.25272034267 -6169,2743.85478865298,41708.9204062571,2042.24116207984,629.070113786159,15294.6950031815,5933.03710098902,513.838193427528,2667.91121270879 -6170,3248.19084202571,41839.8747241447,2538.18527601692,765.936899639529,18043.4333930517,6873.82150536338,623.075559165337,3065.95411727084 -6171,4476.89911434374,43591.1276429216,3287.1144199395,1012.0986170878,24939.8190716279,9726.1456780463,788.593663327431,4345.27090883548 -6172,6006.95761423281,48281.5753571928,4159.59682024291,1306.31477021329,33503.3670035611,13450.9045145888,984.523799731691,6031.74311168682 -6173,6449.35020716137,59230.8035170809,4367.13234676424,1382.31867199519,35946.6260629461,14643.9084218532,1025.38517665726,6586.054032621 -6174,5584.42006647575,65321.2142550316,3486.05315408954,1149.57961217457,31233.2354217916,13044.5343438736,854.466622837808,5967.57093511463 -6175,5133.86236897038,68810.2090048132,3194.5369574049,1054.15349111188,28713.4217448888,12043.0639121153,788.876876468688,5508.82703055985 -6176,4860.88200204374,70250.7054934368,2993.64400913338,991.275913066502,27200.3646288699,11414.2850190293,728.734158266004,5217.26694599511 -6177,4480.90179845003,72007.1549689239,2709.63323316032,904.357039401904,25084.1468205971,10605.2880052804,663.334468019978,4857.01931421595 -6178,4305.47754353209,73325.0117715358,2656.30096468911,876.186279297159,24077.1746815772,10121.2632749603,634.554062674931,4610.12638245178 -6179,4024.1276714262,72428.079288496,2330.40622670265,792.56793328845,22567.4214372462,9653.49570797836,572.826296084209,4433.24073184104 -6180,3828.94448750489,71355.5017570936,2277.15944303116,763.694373420591,21431.5194799323,9150.77803501502,553.781589439268,4188.34336814155 -6181,3656.63355896791,70116.6333020115,2083.21861827525,715.727049067666,20521.3460620759,8837.459605509,528.038339976957,4077.91006686746 -6182,3521.85687107237,68866.3322407019,1997.03057044519,686.171795511888,19748.2247149164,8566.36349994705,503.95901711341,3950.2801348391 -6183,3623.91297142471,66963.3386763828,2081.16760572618,710.530729901921,20309.772590757,8783.7484203301,522.845967336901,4043.87965249317 -6184,3786.36251795851,66305.4496166631,2172.45811459983,741.188193436387,21214.6835978952,9186.45184302987,541.922973683486,4225.04450727833 -6185,4116.78246988308,66291.938428077,2379.41124100156,808.785200415654,23063.3109374236,9958.52719693606,590.572909569136,4574.52871052552 -6186,4365.82855599987,67328.1397600662,2529.6182275196,856.143086893837,24434.2966707327,10574.6345814357,612.848570306675,4843.18366741241 -6187,4366.61188738532,67235.6403247643,2408.07926740999,834.190278588199,24485.3752196163,10725.5995074944,589.385994321491,4934.47574845147 -6188,4104.04364455898,62472.4402116666,2184.15649172351,768.29691745145,23028.934584016,10176.6851732271,526.535911886411,4689.12533487614 -6189,3375.12732946282,57365.2255441681,1750.87201415707,623.511527386198,18956.4698507277,8414.64524426493,420.877312785743,3883.76048453524 -6190,2756.58775990654,52129.1351411406,1614.39185698475,545.139285741332,15473.3459594545,6577.53194948412,396.116643640546,3005.35336069029 -6191,2277.02927799221,48828.2572363144,1570.51182017412,493.946822649246,12528.172735526,5021.5754536348,388.931912280561,2293.95452372405 -6192,2292.20648552869,47074.9257351791,1593.68846531224,499.819472129224,12606.5538115452,5042.1438456302,394.223502923834,2305.86799828806 -6193,2397.56877608663,45962.8541308257,1757.17259178539,541.649624123078,13181.6813499862,5126.57366775372,439.202023391654,2328.42652172328 -6194,2863.81174146017,46076.1398937823,2213.13081640124,668.349278385657,15741.7638883967,5987.54060951476,550.325426900385,2712.28945991688 -6195,3994.16507046298,47409.5864673387,2900.0704202908,888.367465829213,21990.4315122539,8696.37880519812,702.458657894482,3967.89318042583 -6196,5455.26218915635,51613.632803908,3726.81109508238,1173.46234490691,30027.2274660501,12131.6102306701,914.1222836254,5555.66065390472 -6197,5820.73733403004,61296.9702323559,3883.91680783061,1237.47787881098,32029.2837362338,13071.3140554645,956.455008771583,6010.35379173958 -6198,5147.51066875312,66735.7277584763,3209.97292536369,1055.71950077607,28285.4023683934,11843.9065688893,796.384391812577,5490.68417693944 -6199,4682.84684903848,69315.3181278114,2939.33849766671,962.697804819412,25743.5664335674,10750.5763317171,727.593713450029,4974.67988690276 -6200,4494.10863916888,70245.5088359127,2784.27826505264,915.404010121955,24709.6687638203,10387.0367500143,685.260988303845,4813.78744328117 -6201,4099.76569359306,71730.6960550114,2500.6111705758,826.294867783427,22545.3812556737,9542.10583079837,612.501616958842,4427.13444930196 -6202,3988.42886697487,73088.0469305742,2464.74931167521,810.933234838453,21933.0321001944,9218.13999650924,607.210026315569,4266.87723365165 -6203,3683.35992159901,72145.3844258801,2124.18677055421,720.778663491261,20252.3400136299,8710.02792953206,525.190371344839,4049.53080661468 -6204,3400.03346264021,71386.6813997966,1979.42620056553,669.317003541182,18695.206398606,8006.477522003,490.795032163565,3718.09167923494 -6205,3248.66880576287,70144.6948695489,1838.85142256406,628.716483880938,17862.3935963003,7732.21332860527,453.753897660654,3599.12098993807 -6206,3070.69973306502,68934.9272731834,1717.13974998407,591.088560513226,16885.1456511016,7326.59793151146,425.973046783471,3410.29856171943 -6207,3144.32217394988,66871.8786330741,1777.43213651391,608.682496700669,17291.6823709058,7477.83265714353,440.524921052472,3478.05041762103 -6208,3286.11382646602,66254.5229374846,1849.4870394623,634.744147669423,18070.8013243738,7821.39577455869,459.045488303927,3637.24281412816 -6209,3575.71259246002,66071.6027500532,2034.21310995988,693.400499586517,19669.8116288022,8499.30284916151,501.378213450111,3951.4151022012 -6210,3768.90710927169,67235.6403247643,2123.04633223852,726.56155177464,20735.6416869201,8991.68872631354,522.544576023202,4183.16652245428 -6211,3794.71918703923,67339.5722654798,2024.14615552663,710.691122795307,20873.9741632477,9196.97038215993,500.055315789292,4290.64073327391 -6212,3605.51399155512,62679.2648019184,1852.31772436293,660.610101327768,19833.7007213268,8858.18627018719,453.753897660654,4147.14337144339 -6213,2963.66357653858,57594.9150444331,1457.09336077426,530.791567576394,16299.0531880794,7367.97851774739,357.182368420923,3458.01083368403 -6214,2383.17681635195,52369.2179564538,1314.66877649707,453.527778559675,13117.8825071041,5711.65511081004,324.109926900467,2651.22708794531 -6215,2183.81540592167,49209.6873821216,1471.44526106597,472.243060548037,11913.1074838174,4759.32147833337,365.612507105901,2189.36636925881 -6216,2210.05860325835,47286.946781327,1495.34457750867,478.287239462537,12035.9960210604,4796.8389581972,370.85202684521,2207.12613302169 -6217,2306.12038579194,46052.2355917759,1635.34656825411,517.016023299635,12500.8136225368,4863.25837049891,411.476245886941,2227.90574935581 -6218,2734.11193407704,46303.7508116888,2072.9564404032,638.023181784932,14927.5216978542,5658.19935078666,517.262961776604,2580.56839601127 -6219,3848.05406261894,47705.7925185407,2777.22934066346,853.480748865707,21268.4712261716,8298.78257642163,667.89915428172,3784.1949638817 -6220,5182.41229008277,52135.371089844,3521.37523067871,1122.72038732971,28544.9513534801,11442.5107496121,863.092848479503,5267.81140701826 -6221,5399.20100071992,61904.9719040764,3652.95279253478,1179.72735633272,29949.5390093409,12135.4343584027,901.031007672895,5629.07149869544 -6222,4864.77905658877,67034.0123920368,2992.78909004834,1007.47705839294,26595.7977220859,11114.1553137935,746.845034173314,5204.06431129127 -6223,4424.76820375266,69591.7770417239,2746.62756273416,919.016454342325,24232.8770044198,10089.5956163867,683.107076155487,4712.72108897064 -6224,4270.43702244513,70323.4577914493,2614.67008662667,875.454467464434,23400.9449712502,9789.72026564522,644.970017026041,4571.94826028174 -6225,3909.68233242288,71811.7629848997,2357.42335263029,791.306029716105,21440.5458228523,9017.88880233024,577.633919097155,4211.17494795405 -6226,3802.42660902817,73270.9671180056,2312.25284544175,775.703640455528,20798.437695275,8704.27942705176,571.200999741525,4059.99905245144 -6227,3505.85004785626,72466.5340702677,1981.03179663928,688.927883788852,19126.4160233344,8210.1260322279,492.574142950943,3853.38423862453 -6228,3237.04048215282,71661.0616305367,1841.74672582466,639.407865173773,17636.0687090316,7545.57322822894,459.776964240446,3539.02936883772 -6229,3113.75301961852,70479.3557025225,1717.01692671678,601.72109181009,16948.0071965798,7320.0053073896,425.818625191354,3436.76401319686 -6230,2916.63038169626,69047.1737449608,1594.39099852084,564.483095589985,15892.5134274762,6893.78021135404,398.642646453408,3243.19834847782 -6231,2978.28981534006,67219.0112626405,1652.39959122531,581.148544042815,16258.5226554599,7025.28859844688,412.52092590703,3302.37021725835 -6232,3118.19608644247,66440.5610992676,1716.77562845059,606.023970592314,16996.0988243432,7354.75538075272,429.533245420918,3457.35713892512 -6233,3390.56659054196,66074.7207244049,1901.38269304439,662.783346909514,18557.56306794,7995.51652513449,470.786403548539,3751.83960067551 -6234,3560.60031202472,67775.0470648172,1986.08381761241,694.307973365591,19530.0813540323,8441.02852038655,490.882582782873,3964.12953673465 -6235,3589.82166572336,67955.8885690761,1882.91725305997,678.850892483767,19622.7691716158,8635.8833013991,468.415723954759,4071.99456145878 -6236,3413.0649778141,63083.5599585528,1734.05215754232,632.024548299145,18709.0404532179,8327.42090618732,426.415324999516,3935.4299010583 -6237,2826.95703688784,58119.7713047207,1360.8033272899,508.342292721151,15426.191440071,6955.5995464337,335.236188329004,3295.03281432392 -6238,2276.85107429912,53049.9720270007,1226.90524015862,433.903960092819,12420.6541246529,5396.41954585258,304.080389446757,2527.69817384551 -6239,2157.15354556686,49250.2208470658,1480.98428040714,468.824250553053,11720.0973339044,4634.06840285893,358.857340265689,2120.98015578532 -6240,2181.19611109161,47520.7936479369,1502.95519249823,474.490296796775,11804.4813811011,4658.97899634736,363.73975305842,2132.14467528635 -6241,2283.54067756934,46321.4192658058,1656.69325040249,513.979609827609,12328.3822308081,4737.67109958201,405.240261796629,2151.84512023041 -6242,2705.70050909662,46268.4140042688,2087.1841040154,633.996085558367,14734.3160310173,5525.0043179628,507.770930443968,2505.03245969281 -6243,3776.93497883235,47583.152832529,2737.25869947171,843.485703854457,20674.9465513836,8035.13443600508,648.14029823497,3668.47981434933 -6244,5110.61439252017,51759.1375007469,3515.42520642249,1113.59442954219,28095.7028334202,11167.0812188386,843.436809944188,5136.1661649831 -6245,5340.70883278087,61353.0934682446,3662.71569166041,1173.34925774452,29849.8602194518,11960.8383436441,882.496112286032,5553.39417266566 -6246,4810.66238124792,66843.8169647228,3026.02477491836,1001.79906754157,26363.6244840333,10878.6305840369,734.803125305935,5076.84279288972 -6247,4373.81173322399,69192.6784417997,2771.15319532767,913.525100456015,24005.1452555225,9875.26787502936,671.331759000439,4599.85184270172 -6248,4213.10118985852,69716.4953100941,2625.45727619779,868.944495697455,23071.6417197706,9552.33477312898,632.272456658595,4452.21530442384 -6249,3851.64762601636,71683.9266413638,2358.29862499649,784.559402718944,21069.5507810307,8781.31146307165,565.139280758552,4095.45720765446 -6250,3751.39005222995,73099.4795368018,2324.06716904041,769.862834527458,20484.3276608265,8484.36502929438,560.256867965821,3946.82488384663 -6251,3461.64062714528,72301.2823369534,2002.30880674916,684.342986557888,18883.1476310796,8010.13782329367,484.579469678499,3746.79707466481 -6252,3198.35633862442,71730.6960550114,1865.71269734754,635.441620016035,17427.9188964156,7364.48110184179,452.843786525751,3440.00182337718 -6253,3071.15800078765,70470.0017794674,1733.4149410023,597.15517474284,16669.9336600245,7121.24530559565,418.666896976637,3330.96310241547 -6254,2882.36043157459,69048.2130361401,1618.27064923531,561.186784266407,15726.6152113557,6733.77197888649,393.034229814803,3155.58672920405 -6255,2943.62451112999,67613.9524962199,1675.18300323804,577.812694262686,16104.0583676179,6869.08248950283,406.460864994811,3217.98455753849 -6256,3082.33350844067,67216.9325794681,1742.98595542071,602.591678323245,16829.0959774727,7187.47055301118,423.549309769368,3365.42970670124 -6257,3346.83329348892,67125.4725361594,1917.60859070451,658.302042624792,18336.0292810383,7809.34423843012,462.608612111212,3656.09712473541 -6258,3514.79302378815,68774.8720965793,2001.37230599269,689.715260911213,19321.9527313858,8254.52046904925,482.138263282134,3870.44754158334 -6259,3545.60646145997,67887.2935365946,1907.58861452167,674.762631673312,19430.8248402357,8443.02440184845,461.388008913029,3970.76068012971 -6260,3364.79228058495,63031.593988195,1745.99642134481,627.379653543227,18473.9346307886,8130.70158753167,418.666896976637,3838.69774675374 -6261,2785.30471590094,57675.9819743214,1373.270223821,504.323076136097,15186.30133525,6772.46159738872,329.562863509306,3201.83755869868 -6262,2246.37162889724,52681.0136777863,1239.19454088119,430.735934677222,12234.7979109083,5256.79940258155,299.047783554741,2454.00811771035 -6263,2050.50954411565,49355.1920789605,1418.60303453297,449.137425070697,11085.5703860259,4330.08872176743,330.66982445982,1971.43876808199 -6264,2052.85927073392,47243.2954428451,1417.52284911165,448.317654578503,11053.8122129806,4321.04870630912,329.545097165739,1968.19018203632 -6265,2128.07139969531,46077.1791849616,1539.47082971342,479.578382909135,11427.6002495129,4361.88925203074,362.162188694088,1971.76851569658 -6266,2500.47167208714,46427.4297888797,1917.90478132056,586.306850445944,13547.453907429,5055.28331204077,449.890917632408,2282.12354405814 -6267,3510.5190896086,47539.5013932331,2529.11192325092,784.207291625154,19123.3099479214,7386.61621522027,576.985101863563,3359.80213062644 -6268,4671.03684895798,51751.8622608643,3153.19042050924,1010.57880129402,25564.8074572648,10145.4494183378,728.823286564501,4657.58467705371 -6269,5096.92721633574,61254.3580842393,3532.91931479146,1132.10697080135,28369.3932224813,11210.1835919841,821.050924679144,5181.42867114773 -6270,4666.83647160428,66705.5875077665,3002.29229942516,988.663110996434,25451.4823159741,10305.5220693166,702.954558800637,4783.57870102219 -6271,4218.84269826344,69438.9971050024,2723.24964735534,894.139726305358,23045.5808199727,9318.3602300287,635.470921155776,4318.47734630596 -6272,4015.2172623613,70181.0710689621,2523.09378714295,835.65639125104,21881.0842966108,8936.79548857508,585.982920216211,4148.99356528729 -6273,3622.15667940725,71704.7130698325,2212.19424540186,739.60920821895,19718.5806087535,8138.94847497881,510.626191512783,3785.2400295458 -6274,3522.83721173796,72701.4202280568,2175.04506704381,724.290233222803,19142.0725363068,7856.07200210823,505.002555042378,3643.90660302889 -6275,3325.485612915,71595.5845724069,1956.04151856189,665.841007101056,18052.7047803639,7532.07431086123,455.514554102813,3508.16868244961 -6276,2990.09065161579,70050.1168518885,1728.45440881555,593.138849318858,16212.0812153791,6797.43799561748,403.777098575086,3168.18279795409 -6277,2920.12839577996,68395.5206339445,1656.32108655042,571.624638748757,15766.9098267847,6648.3310205372,385.78146186979,3099.70549694188 -6278,2702.296602838,67101.568133339,1504.86933910287,525.764502523835,14670.8857567405,6227.34348704864,352.039643047359,2912.26140413707 -6279,2799.17257622127,65777.4754828377,1605.48843729067,553.59075582175,15241.9896725233,6414.09768891071,374.534188928979,2994.76739085856 -6280,2994.03498609305,65519.7242134075,1738.9174526616,596.306781599759,16266.3568538062,6809.1791271093,407.151280457329,3172.57177263794 -6281,3279.9550179509,65085.2888060633,1947.56416036516,660.290146811617,17884.066692238,7443.68769446846,452.14037222057,3464.90325171853 -6282,3375.80744958659,66232.6972178366,1956.38218388508,671.096368969987,18472.868498014,7760.23178223298,453.265099514651,3623.93670224121 -6283,3448.76787379884,64987.5928140512,1915.23118004472,669.722338094701,18811.090614231,8002.06774433423,445.392008456084,3745.38226079174 -6284,3216.5812982788,60216.0781698916,1689.78454395839,605.922403607772,17576.2529841285,7615.82858847328,390.280371046114,3584.98612100446 -6285,2641.81817790296,55628.5230043426,1306.22402506593,480.543174472538,14333.0767286592,6309.37012760592,301.426914813713,2976.37941001201 -6286,2172.20212395732,51116.8382119717,1229.28970060272,423.318646318835,11775.5747666404,4964.11015512479,284.556005402498,2306.19961089356 -6287,1965.57927900963,47718.2643151335,1349.29076662415,429.031733900915,10680.2706168912,4178.76476986309,305.110412825435,1894.99164925616 -6288,1916.22639161322,45436.9585793588,1273.84127925356,412.144948502482,10366.4285745059,4094.55000512801,292.362370241575,1865.08508543263 -6289,2019.59635124741,44097.276057099,1432.44717214673,452.268604002159,10899.6130203184,4179.73531890457,331.193206819592,1886.14550864966 -6290,2357.80381025145,43741.8288964707,1768.46219300715,549.048351605248,12826.4952538033,4818.89877034431,411.036515403956,2159.07350411749 -6291,3123.01866577644,43841.6035716552,2072.77674517596,673.941360676311,17066.8780183387,6766.95221832388,478.766497092969,3074.68149532692 -6292,4421.47056649923,44983.8154267184,2909.939200716,946.447909162393,24323.9345111833,9720.44342571949,663.05367885018,4417.44434794307 -6293,4662.28684790629,47741.1293259607,3114.41567018759,1012.03313952735,26130.0164485759,10487.4922276372,706.443083419784,4768.09050623514 -6294,4392.18352205112,50505.7184650856,2750.2504863314,917.643921505926,24115.8071973735,9838.59889205277,628.895742303285,4530.19820595353 -6295,3941.55648516134,54609.9902272843,2443.92104181122,820.510018101205,21674.1952122931,8857.92484390425,563.787223307014,4070.35732453877 -6296,3916.47960710595,57839.1550244633,2454.42679276006,816.598350716209,21470.7539530549,8747.78137857845,559.309620410818,4021.66936851414 -6297,3458.51323544256,59903.2430565659,2031.42528295119,698.892169102821,18943.0575803861,7864.36511946298,472.156491763003,3630.23833822643 -6298,3342.779952924,60643.2383373532,1992.46573521952,678.718050414988,18281.4783894757,7552.55335124005,459.212743333388,3481.31502027278 -6299,3102.79148647554,59734.8733488998,1738.86565521556,607.156833959679,16970.3996904126,7159.98875791049,396.9368502152,3321.65883148575 -6300,3058.64864051633,57380.8153151127,1850.69999719667,622.973713949878,16702.4290549511,6874.86006594654,419.86070568474,3168.11944909089 -6301,2953.10060358879,55330.2384715961,1731.72568582112,590.412901290353,16062.6910376457,6672.56184700051,393.110646479586,3084.11840982868 -6302,2799.19433004694,54437.4631532734,1653.11287039315,563.371287055465,15310.9256493058,6352.85801646469,376.568949682599,2933.03740608747 -6303,2735.26494941131,53736.962046251,1560.4835941215,541.841886974833,15006.4382761483,6294.17852897285,358.773687559009,2910.46433327304 -6304,2796.94001915304,54394.8511059707,1542.46934843673,544.329595733687,15319.7032966152,6483.82967975035,356.510678324459,3005.0122524145 -6305,3003.27677649837,55175.3798517022,1664.81007255696,584.672087881064,16501.0428532201,6989.71952170234,380.460252463189,3239.05570188461 -6306,3057.57330410769,56441.2706839563,1630.14321520594,582.990954535442,16870.2756713365,7240.26054601309,371.277608724212,3364.31143587248 -6307,3245.41906450081,55360.378722306,1725.57055348503,617.290920790785,17848.8975815816,7658.56934934152,392.833975538441,3561.42105767376 -6308,3064.10663195272,51518.0154950684,1550.84218984753,568.331836326895,16882.5873176764,7353.18066815945,352.782123156308,3432.89212664751 -6309,2577.02245666373,48598.5677360495,1254.02127347914,468.318637770529,14100.9029007411,6189.22501347347,286.95710595448,2900.59033129438 -6310,2232.95113728334,45263.3922141686,1323.50438243166,448.219818327217,12187.7941934901,5038.85832881443,299.770247583317,2317.38861338042 -6311,2581.69171176761,42173.4961651251,1880.25253773235,587.03002375494,14311.7159691347,5489.5301309331,424.239487677792,2419.34770744104 -6312,2842.20673093583,40076.149907961,2184.55329030753,669.171868530741,15710.4338815426,5885.94054831329,493.890746848773,2578.48007795813 -6313,3155.70360722848,38887.1687400643,2609.53876810146,778.816643670482,17385.9417929009,6278.04755158492,591.402509688146,2714.21297680498 -6314,3912.7809288128,38365.4304541283,3392.15413168461,996.894072160419,21495.0677262044,7568.44926132128,769.963010471933,3248.1588125825 -6315,5107.06404427895,38573.2943355593,4051.15910441806,1226.75524177359,28191.5397057764,10399.3751198247,916.863847996183,4529.49984949667 -6316,5042.91030582948,39106.4650260949,3118.56693311796,1038.27686576569,28137.8418985144,11496.2617927682,699.045364770571,5167.31563334005 -6317,5595.96607151311,40550.0794890702,3484.29022023469,1157.94536113555,31199.0186776376,12730.5912630128,781.360489245366,5729.38650714721 -6318,4759.28005097672,42328.3546842052,2660.51511074446,928.257610258302,26595.4845298702,11264.3666744872,593.935282748909,5147.11250090777 -6319,4354.41175661105,46095.8869302578,2461.04424016961,853.654008415367,24337.7405009545,10263.8897104237,549.611754185557,4676.95274734249 -6320,4273.07249412744,49601.5107421632,2415.61918901415,837.930394575977,23882.1053476796,10072.1601577349,539.480661942506,4590.77488929106 -6321,3899.38390200378,52213.3200453806,2151.6461173555,754.232418760621,21811.3830514148,9263.99710484883,479.960495014577,4229.88233132971 -6322,3766.73467570353,54755.4949241232,2110.51150922945,734.406619935939,21065.4977831743,8901.92667394879,471.095789301906,4054.9051748481 -6323,3666.93090066388,54496.7043635138,2010.5007521068,706.323799089725,20520.6975809741,8727.24970287046,448.30083175504,3982.48677306153 -6324,3425.85552597857,52403.5154726946,1928.58432050443,669.582096759737,19159.2962921429,8083.28236442257,430.571420329699,3679.11950890575 -6325,3330.74489386111,51139.7032227989,1844.86361458045,645.269068580413,18633.4669909799,7901.54306798196,411.575622373977,3603.11503588583 -6326,3223.85896020171,50385.1574622464,1815.14906846374,630.075819134841,18030.0639449922,7605.81587475906,405.24368972207,3460.81954232597 -6327,3383.41573343012,49953.8400292538,1970.88986038517,674.002486283124,18902.2696641269,7889.11684467612,440.702512572751,3577.84016564801 -6328,3513.56393893144,51355.8816352918,2028.39406708018,696.255605653715,19635.9134494826,8217.50867123012,453.366377876566,3728.71588200296 -6329,3697.28650936777,53482.3288519864,2071.04715812685,720.189642305272,20685.4724269794,8735.4719014553,462.231083589236,3973.51102872037 -6330,4033.39146797333,55581.753691509,2312.52292549486,795.973113398146,22550.5095078081,9454.93066473088,516.685704395639,4291.38587262841 -6331,4302.65450527355,55507.9620015033,2492.66378296794,854.161951488439,24045.6899075126,10050.0453048698,557.210073367846,4557.16227218788 -6332,3941.66630369527,52655.0306926074,2109.65554020468,748.971224656288,22078.1632452213,9451.89321133393,469.829402771525,4319.33526625093 -6333,3347.84504046982,50672.0095903932,1791.16445832706,636.224083596599,18748.9456828529,8030.00539360127,398.911757070163,3671.84018258411 -6334,2705.39763651429,46966.8365289326,1612.79985270649,545.082873992682,15116.8098396419,6250.86944289625,360.920161158719,2818.11466422415 -6335,3839.12980008356,44443.3693954862,2702.01618860489,857.690418917117,21229.5303284626,8309.67814076789,653.868829585164,3734.0922665882 -6336,3938.46369001107,42961.3001507392,2826.94265501533,894.567789891801,21713.3674425013,8433.44343471049,694.527371620548,3785.15441268601 -6337,4145.21437560014,42316.9221787916,3122.4655492169,970.580785891145,22833.6597909375,8690.6766580122,768.045505395796,3876.59211642995 -6338,4809.58912424409,42835.5424903758,3717.49356063089,1142.33878217012,26523.4740004492,9980.7704316269,904.779046458063,4445.95156376339 -6339,6422.77808818343,44789.4627338734,4648.41528233628,1458.10652929101,35368.0031643713,13636.3276526465,1118.417789156,6134.48649933511 -6340,8581.21827301595,49809.3746235942,5772.85996665679,1859.00413713654,47462.1600597673,18894.2411559521,1377.38712262111,8553.60794704756 -6341,9223.17924185482,60580.879253575,5989.21952629444,1955.88371261091,51186.0871918295,20721.6650064942,1421.63128916702,9416.30413703844 -6342,8226.00851406438,66675.4472570567,5158.85231554489,1720.70472480065,45481.3453464358,18666.2172199522,1250.07759228281,8540.17973355361 -6343,7656.705805213,69523.1820092424,4788.19169668929,1599.35291967312,42427.6050210049,17470.5321635736,1163.68677027659,7974.0080805129 -6344,7119.47191145601,70750.6179589109,4384.46134893671,1471.63323967394,39372.9596346244,16255.3454174883,1058.72639673292,7446.08098956051 -6345,6609.99732889901,72519.5393318047,4010.8450855117,1355.34454983175,36594.5996817436,15203.5380841997,970.573567294727,6966.98473979796 -6346,6231.67688991706,74000.5692853725,3771.75192142378,1271.85399005877,34530.747397289,14339.7104039181,902.133747358383,6572.12104822493 -6347,5936.71255569447,73015.2946325618,3482.43930669881,1193.77123867598,32847.2411380465,13785.2418560227,843.798097260162,6332.74721536716 -6348,5662.88435341352,72380.2705836692,3339.75600199775,1140.93238087663,31464.0820686164,13222.1047938905,804.835377106713,6059.02876423362 -6349,5546.60086596503,70722.5563913735,3275.19506263097,1123.22695105455,30727.318920643,12905.9364182203,804.027422795938,5914.09947705692 -6350,5372.97378445136,69162.5381910899,3120.16265318243,1077.14021220418,29874.1292590067,12653.2754411731,763.845907321152,5794.58914676072 -6351,5523.48641823652,67613.9524962199,3226.2406511117,1110.28487983628,30741.4126810597,12996.9888470229,788.306302911728,5944.75951561938 -6352,5746.58757825277,67080.7818056843,3330.02033262495,1149.01382858467,32000.6759152605,13565.0700690157,811.004691070333,6207.6637917063 -6353,6220.49756256681,67163.9273179311,3616.07846811449,1245.17876253325,34638.7102665974,14657.6888340789,878.830537442559,6706.21204918244 -6354,6497.48363484411,68950.517044128,3695.80830922572,1281.49598806863,36239.8529796725,15445.3538479973,887.839131252516,7081.48230687448 -6355,6519.69399862395,67575.4977144482,3589.26771634578,1263.85164692721,36315.0619773707,15617.3633586153,865.8870877581,7181.831469131 -6356,6042.06459997215,62723.9555323935,3183.93681491064,1142.00888887837,33641.5331793339,14628.2386210823,762.079323985732,6759.6497440833 -6357,4937.15349619094,57416.1521225327,2544.74241924324,921.974259648377,27450.071661101,11991.4035075062,608.131973710876,5556.76988647879 -6358,4060.07327727645,52582.278394595,2404.68741658783,818.921872111686,22479.2423819356,9380.32011109093,582.249650245407,4288.30793253438 -6359,5279.90023183621,49241.9063160039,3700.3219506489,1175.60882783498,28822.397148735,11200.9363614217,900.394158659683,5077.52256496352 -6360,5469.11048649121,47405.4292018078,3958.26478959623,1243.04734920712,29840.3063212922,11438.2879923491,964.273473969999,5173.34782021579 -6361,5703.86047364454,46236.1950703865,4289.6882532993,1328.96573553425,31098.6981493849,11716.7552615335,1046.40402222612,5283.11340741594 -6362,6679.18627292782,46399.3682213424,5133.69440440018,1579.0154208938,36395.7603373801,13578.780818589,1253.25132894524,6116.24159968395 -6363,8782.41320094503,47712.0283664301,6379.38713975908,2002.07426942826,47896.1751024023,18344.5176798982,1554.39667255101,8307.65558443307 -6364,11841.7323962746,51891.1310089998,7985.97076479238,2576.90042095016,64645.5255460657,25553.7688277689,1940.71443657053,11648.5613693995 -6365,12754.7155951132,61710.6192112314,8224.41977443464,2702.78461364268,69642.2858872335,28040.1740797247,1995.46813540795,12850.2574921865 -6366,11702.4455510144,67292.8028518323,7570.53560786153,2487.54305931013,63863.46802389,25712.2950218878,1837.29078321098,11808.6085377096 -6367,10912.5203028621,69761.1860405692,6984.49090718983,2304.21330461938,59565.2089727006,24073.2020372552,1694.32279180217,11059.8677137527 -6368,10001.8341957754,70058.4313829504,6310.63125613068,2094.52861441502,54595.4402379094,22189.6745668592,1530.06169528994,10212.1428670186 -6369,9324.14581980801,71055.1385411747,5799.52328007879,1936.04614356745,50902.9240753938,20796.9399090787,1405.34493682694,9581.82747006955 -6370,8695.59165778062,72110.0476184602,5337.9877652076,1791.15304225604,47480.8458721789,19486.552322632,1292.79566699448,8982.6784330644 -6371,8346.31816167919,71109.1830938909,5051.98069711921,1705.01473616638,45580.9982591699,18799.9154267793,1222.83260736889,8674.50050480841 -6372,7942.76689493482,70187.3070176655,4728.48603827643,1606.86796180516,43387.3273552543,17997.159868881,1143.74393127041,8313.88356958595 -6373,7718.66077299353,68886.0792771774,4626.58436568261,1567.73787013017,42160.7837174177,17447.0936329047,1119.40895400934,8055.57842399913 -6374,7637.30903371899,67792.7154181203,4515.97665380476,1538.96892490124,41717.8353361685,17344.6306361117,1092.03210459063,8016.16308179507 -6375,7732.90510451664,65893.879220146,4518.42872349359,1547.04100126347,42253.2303191236,17631.4822439436,1092.03210459063,8150.84000331447 -6376,8013.95059197975,65511.4096823456,4621.63259529101,1591.27565967457,43790.6701143068,18354.1027991511,1116.3670818517,8492.67153519996 -6377,8631.45319310492,66040.4232081642,4974.54396824352,1712.86763544761,47171.7609075656,19770.2020801891,1201.53950226546,9145.15226231435 -6378,8892.67725160914,68798.7764993997,4920.04176530384,1725.01514451151,48606.3365336091,20648.200676281,1186.33014147729,9584.96310525571 -6379,8953.51054018826,67193.0282774617,4861.06702562779,1718.6135409755,48945.6715719975,20914.1993799698,1171.12078068912,9720.9351949047 -6380,8221.62739155426,62363.311714241,4263.97344979151,1539.06593119355,44958.3373601628,19474.6447560257,1025.11091712268,9080.70745499633 -6381,6660.55944205131,57287.2765886315,3381.66664616251,1232.63726178573,36426.163195867,15875.7607289654,812.179866088296,7412.35300054738 -6382,5611.81086569421,52026.2425924183,3382.02566621243,1141.08083585981,30674.9963675467,12644.6502649723,818.263610403563,5813.08578333747 -6383,6080.08999894784,48577.7813075808,4172.35843325031,1344.72375497224,32736.0301367146,12782.2150502394,1034.62346972652,5887.33644591435 -6384,6364.71607704701,46796.3881380941,4460.22638861503,1424.65014453697,34164.4622305891,13336.8094577761,1092.39627810633,6134.26514066122 -6385,6628.48086275934,45919.2026915298,4834.92039318168,1523.10813347472,35601.1950827064,13628.5597745777,1190.65724882096,6253.76477993246 -6386,7675.72487435554,46479.3957592375,5780.10329495588,1792.68528241823,41216.4180402198,15576.7432467174,1399.36160845102,7106.90763979717 -6387,9869.51355704916,48005.1164432803,7170.75578313717,2235.98477808152,53047.2293726026,20365.6721432052,1687.23666909387,9258.98451761288 -6388,13128.1292598599,52525.1157667131,8962.6054775018,2842.62795871668,70561.5610857688,27870.2185979593,2048.85054248658,12681.6942379788 -6389,13949.6814648001,62243.7900025809,9234.92636523843,2968.41268108482,75212.1560627887,29810.1382091773,2134.10744683565,13617.0687307809 -6390,13089.7367476043,67899.7653331875,8520.59477900513,2787.41458027254,70533.3482163666,28114.1790003959,2049.82951221453,12985.7128034235 -6391,12249.6101804429,70079.2178114191,7859.38959241511,2584.3826222285,65950.739482297,26500.4609142701,1882.43996884819,12250.426846088 -6392,11294.4881750635,70478.3164113433,7106.16057569522,2362.62859358182,60805.8343003722,24597.3839603589,1722.12561007433,11417.6586281639 -6393,10581.7319761039,71561.2870561661,6533.33842448561,2192.81800792678,56954.0436571827,23203.0563897149,1593.5784298312,10799.883840071 -6394,9952.80151370342,72703.4988104153,6019.02703967589,2044.63305737618,53567.4183250539,21967.8701728067,1490.37755859968,10262.0824342698 -6395,9587.60690691921,72288.8104395466,5699.36728649525,1953.60848328234,51606.211485843,21277.2559688314,1422.40029453148,9962.50550478176 -6396,9226.21727472957,71214.1544265996,5342.43117405832,1861.98604044015,49673.1319913288,20627.2560364058,1365.44913431644,9710.0513080609 -6397,9037.58285241788,69773.657937976,5228.32609881063,1825.23444986809,48606.3979378387,20242.1272117396,1339.44350446737,9539.59686317711 -6398,9009.55544378403,68549.3398618453,5106.80333261617,1803.27987377722,48431.5538398337,20316.1039260377,1321.50204046697,9603.34056427402 -6399,9195.92665459231,67045.4448974503,5112.35564439844,1824.0457434859,49406.1988406962,20876.0626032151,1333.02263494823,9888.80718643192 -6400,9459.58650138536,66937.3556912039,5222.1972988447,1860.41014355794,50787.4680666133,21567.3749795589,1332.69547741156,10192.0613374423 -6401,10017.3802774453,67627.4636848059,5609.42038375375,1970.31495196669,53791.5124667365,22768.5891221425,1385.03890041051,10694.6022606368 -6402,10233.1756754119,69740.3997129145,5548.11670305987,1976.27301327955,55015.4640355948,23447.5923538969,1371.0483556708,11034.2278102781 -6403,10163.0968190696,67397.774083727,5473.74920736232,1944.78112160833,54660.050053029,23346.6405391192,1320.8502282757,10953.7890227418 -6404,9203.14116660865,62563.9003557893,4796.68919733309,1722.73603140287,49548.7114988453,21328.1427414701,1138.48366179551,10002.7608890163 -6405,7598.09038985285,57606.3475498467,3816.05813217362,1409.61370826236,40930.3787464501,17736.218095808,954.136629920852,8387.81180128544 -6406,6457.17904460534,52784.9456185018,3815.99662384078,1309.30582318193,34779.936338158,14342.7028781761,954.466290339587,6696.10955359957 -6407,5852.48442015752,49173.3112835224,3933.3775999174,1271.25912310539,31490.4697102411,12476.5111567662,1018.85000650811,5820.01905998158 -6408,6104.93463947009,47369.0530023946,4205.51386703126,1342.85529354684,32819.3382462149,13002.0656597663,1076.00171951278,6046.54519321495 -6409,6357.44695798536,46256.9814988552,4558.58616322072,1435.75455227561,34209.6128845542,13288.5584742024,1172.70006693406,6172.34817431049 -6410,7378.71376242266,46519.9292241816,5450.98364514835,1695.46187024645,39672.0231284183,15204.7211999509,1378.70409751982,7034.47492982029 -6411,9546.97912337959,47778.5448165531,6764.60926361107,2130.27599805669,51215.7093685771,19923.5246827178,1663.15673751641,9202.69398350911 -6412,12753.9778634355,52272.561255621,8457.53148910038,2723.24169441798,68251.4331696062,27301.4057078481,2020.62493573673,12622.7260767908 -6413,13613.6936323915,62087.8920915077,8713.13307165916,2856.31873738814,72891.9604298304,29252.7228319373,2104.21085537919,13603.5186244149 -6414,12704.7932863964,68151.2805531003,8035.29258425345,2661.41656144582,68144.3632450402,27536.4926943596,2019.59814548352,12912.3766582004 -6415,11879.5780200795,70573.9337201829,7412.11037317002,2465.6289239434,63683.5344713352,25945.0451312183,1854.81219898999,12165.0405821777 -6416,10940.1303587097,71337.8334037906,6700.72216464235,2249.76829537053,58666.5337265075,24070.9667606066,1696.46948775481,11322.622632615 -6417,10239.1521854866,72793.9196633587,6160.03391377365,2084.92507144551,54910.5459739167,22696.4874064697,1569.63681278664,10696.0965957448 -6418,9612.9200804095,73874.8116250091,5673.98376283087,1938.58215862726,51581.5779751965,21472.0038314262,1467.57519787164,10144.2688631201 -6419,9254.16339834306,72756.5041727663,5372.0593155714,1850.12101237511,49667.1345524098,20791.1935931991,1400.42799917726,9839.88689532405 -6420,8884.65432881876,71861.650272085,5034.00718107746,1756.61639726307,47731.1986320493,20137.863710448,1343.78137820822,9569.44815480744 -6421,8684.64018827519,70546.9114438248,4926.36776156097,1717.55534474931,46655.3540952178,19746.8329386465,1318.13970147056,9384.47589004172 -6422,8643.6396711636,69473.2946212431,4811.1898842673,1692.69826493045,46439.4061465533,19807.0342162648,1300.24718501801,9431.7691803955 -6423,8806.15810257614,67872.7430568293,4815.89532314862,1707.66972363506,47319.5210375926,20338.0087908573,1311.40072525672,9694.27185078163 -6424,9074.76659946899,67934.0628494282,4920.73920225433,1746.6891605597,48692.9505324079,21024.5766217601,1311.54859573446,10001.2369238754 -6425,9647.37906251849,68108.6685057977,5287.85176482165,1861.11388684945,51692.3937527073,22225.3133689392,1363.85043637201,10525.8382383281 -6426,9882.0792668467,70226.8010906165,5229.85976972378,1872.36907512082,52931.9969805103,22910.4445762997,1350.01526238643,10879.0090026781 -6427,9849.23054171046,67844.681388478,5161.22938927929,1852.11907275299,52691.4832990945,22839.7292274048,1301.12610479347,10826.4826783354 -6428,8955.14647697715,62890.2465568871,4523.59047042507,1649.79001049746,47858.2889845818,20893.5213048886,1121.78223810761,9911.68192501943 -6429,7362.34098153174,57874.4919326973,3596.38847996592,1340.03986503525,39427.0146599937,17348.9316169931,939.243342548279,8283.1911853289 -6430,6230.01451714013,53041.6574959388,3596.71247824411,1239.2661710992,33456.9593186181,14007.9204476751,939.678650890526,6609.36269313505 -6431,4994.59882517217,49572.4097826327,3303.83953395411,1056.54018449994,26922.7480134934,10912.9780266092,893.050618196396,5182.7303423032 -6432,5036.98472023518,47563.4056952395,3341.41039557334,1068.85918790358,27147.5873261449,11049.4260974125,911.265693474236,5271.01711618375 -6433,5198.08679985132,46547.990791719,3592.9260565058,1130.98113791108,28051.666463463,11210.7219428047,979.393993922851,5341.16639837951 -6434,5977.78881736278,46835.882311859,4239.87911726063,1317.97394425741,32252.6323409613,12762.5285165478,1138.4624446545,6067.60732269215 -6435,7775.42761353256,48309.6369247302,5211.24128562936,1648.17768106815,41798.8222071885,16909.3723206846,1367.73634553265,8013.99913160989 -6436,10789.3081788647,52407.6727382255,6825.97851382986,2206.33512326301,57862.8424157801,23949.2019229895,1761.56042202065,11337.1743187899 -6437,11702.2357391314,62005.7858704402,7220.61694541857,2360.06761917037,62825.074630367,26126.5384782285,1860.81331035843,12380.6528879704 -6438,10922.0647027525,68375.7734966551,6699.86051638011,2212.01201121473,58714.9953086769,24467.9378354637,1788.39962367108,11678.826976608 -6439,10181.625875996,70985.5041167,6147.33455066397,2043.51957190325,54720.8080858832,22983.244151526,1641.35573522914,10982.7860129026 -6440,9370.64318911067,71626.7641142959,5559.32097825652,1863.57073099157,50349.9912505853,21284.6346951986,1496.47914722252,10197.826759905 -6441,8687.02386906635,72702.4595192361,5010.83673534876,1705.00207201384,46690.0610698006,19930.1045844435,1367.25293426632,9578.09236581817 -6442,8353.77339085378,73294.871520826,4884.00089521263,1647.92923092195,44870.1804849374,19096.642622491,1317.91327109932,9158.55917913641 -6443,7920.36763182878,72063.2782048126,4477.46681436291,1537.39005668092,42552.7513171351,18302.1831965942,1228.4767085104,8806.67527435662 -6444,7536.44814271199,70499.102738998,4137.47725886788,1446.65016024342,40562.3598030985,17604.9168062294,1165.08040872453,8511.27650029049 -6445,7316.51182064689,68951.5564361212,4002.02257590443,1402.44176896205,39369.2892837728,17139.162054883,1133.77965862368,8299.3731288464 -6446,7259.95468525227,67330.2183424247,3895.910884886,1380.524630748,39072.5458129442,17129.6043388727,1113.26619606755,8310.27370887384 -6447,7416.77216965819,66122.5294292317,3956.10723068671,1403.23616389192,39910.1578417445,17572.5155473747,1126.17570867887,8529.28528737183 -6448,7684.36047282182,66159.9449198242,4065.66193348399,1443.66549391592,41315.3467581237,18268.386927214,1143.50583363509,8862.28285318988 -6449,8277.80909139475,66283.6238970151,4463.02557941559,1562.26768604822,44417.7213889342,19529.0283603389,1210.88027060505,9416.8050916729 -6450,8442.2352081677,67959.0065434278,4352.04818520096,1556.36739846746,45282.4845810472,20142.6957492483,1181.70174557081,9728.00632777496 -6451,8497.46861136939,65154.923230538,4337.90167302874,1554.71186491953,45501.5803602609,20276.6844367677,1156.45628235194,9764.59894922412 -6452,7754.99027243912,60487.3405270939,3786.55203411584,1384.79810850516,41465.6839219626,18673.893160348,999.022506157362,8988.34228961515 -6453,6325.40194601826,56200.1486782778,2979.47172049961,1115.91526432416,33882.3375876766,15379.4731772678,822.050368465719,7446.37606792831 -6454,5312.71637376305,51573.0993389639,2973.91592861134,1024.2418101238,28538.060869163,12288.3782128766,816.081093057987,5889.76710091554 -6455,3956.88070620212,47894.9485538615,2478.15830131511,828.306686685008,21238.8604302991,8595.48559726701,650.910460808092,4021.66967004387 -6456,3976.39386588307,45664.5694972653,2513.87339478233,842.416041206376,21306.8653919251,8580.05297716225,667.801636647875,4020.76360193218 -6457,4094.74014869429,44271.8817134685,2715.24299183546,889.380640902857,21991.4857965638,8699.46279351086,716.023392050297,4064.88222162474 -6458,4810.25948416096,43751.1827187118,3297.94894117877,1065.0392589619,25859.0467466885,10099.623481594,867.052670218665,4712.64855654551 -6459,6144.22411777718,44077.5290206235,3830.90899654652,1281.72043905443,33037.7213866715,13401.6456514711,1002.74802200264,6289.74196403914 -6460,8439.03217793757,44826.8782244659,4911.95615551167,1675.17561249792,45408.4341257129,18946.4152567544,1260.85092853464,8907.60736241471 -6461,9354.38768781617,47672.5342934792,5278.42112656046,1827.53835650897,50209.5386438733,21212.6208197905,1355.80808310476,10004.9504817778 -6462,8683.76646328269,50747.8798627573,4922.64359929933,1711.82188936115,46568.4107146162,19636.1286831282,1277.59414598113,9291.12477165382 -6463,7991.29076292242,54823.0506654255,4427.05689080141,1554.80159395347,42784.9335582947,18192.485994051,1148.24986190452,8613.36806816785 -6464,7572.58720811486,58075.0805742456,4255.6869780372,1480.60390264207,40652.3602459465,17198.9547520109,1097.38337127869,8136.89054531829 -6465,6987.97822444755,59780.6033705542,3794.98679030693,1347.43490613996,37396.9577972966,15991.9131018846,988.031817698898,7585.54608690196 -6466,6621.53872607417,60522.6773345139,3605.44630905413,1275.21730488073,35473.6482557951,15156.9320633318,934.327628743177,7181.56860551835 -6467,6054.57286324223,59066.5910749457,3084.82056681203,1122.31323077203,32416.8424028078,14144.7102698664,795.118907581734,6723.26846563027 -6468,6014.03450314196,57031.6040023738,3170.09933027943,1132.8852114737,32200.4478159765,13927.7625481952,813.496439656241,6604.03516425646 -6469,5787.22722010657,54954.0048824991,3029.44862122128,1088.18003670212,30977.929949239,13416.3950970936,780.608610638216,6366.20099490529 -6470,5657.34463732981,53808.6750530842,2889.07761568367,1049.09163324951,30227.2825517044,13209.4650563363,742.708111754255,6274.56069393443 -6471,5730.57465718254,52968.9050971124,2868.54184164426,1055.00490658508,30557.1418623714,13422.966155085,742.971968081399,6381.13234126048 -6472,6075.22694104219,53565.4743642332,3038.86208932207,1124.81483851409,32328.2498825216,14188.8686965123,797.145920724482,6750.60030486413 -6473,6432.59096332018,54818.8933998946,3165.02498642499,1177.41109339673,34250.57024626,15107.7632267427,825.696750924155,7188.65031813867 -6474,6599.63408190574,57481.6292814765,3073.17306642449,1172.80886282874,35097.0211209616,15736.8777018046,798.587272246021,7510.11575981573 -6475,6855.64553802615,55808.3253182362,3236.89244269312,1226.52872056016,36501.6509775741,16293.4139044729,841.030677308553,7770.9990659744 -6476,6364.53347242951,51902.5636152273,2884.00245856071,1113.41208146324,33897.5540395644,15296.1376381875,746.382383778762,7309.64121924339 -6477,5316.0392330082,49278.2825154171,2428.38396052983,936.709444855604,28315.5540126168,12735.4703718365,633.047697134134,6086.99218557303 -6478,4607.4110123245,45742.5184528019,2588.29712980659,909.812616052052,24645.2821437125,10367.2676457163,684.634863520734,4890.34085295453 -6479,4021.32473240061,42642.2290887101,2645.81199865199,855.140198975836,21478.6967426787,8414.05083497149,652.393764528831,3904.56728313851 -6480,4121.57780915128,40497.0742275332,2794.44957981985,893.317543496113,22043.7301473702,8531.38376944265,689.72955225789,3953.63695970097 -6481,4710.78153664976,39224.9474465756,3493.53968708296,1080.91204203067,25303.4040807396,9404.97791189523,864.618242146643,4326.48651197773 -6482,5922.4859309151,38911.0730420707,4622.20486946682,1405.27485158663,31894.07520018,11561.7479453138,1145.6191708443,5296.06794424629 -6483,7478.66855741084,39060.7350044405,5441.69821040917,1695.55971371303,40129.1487272001,15054.9435775906,1346.05339970557,6941.40315710483 -6484,7594.04509297116,39650.0290316787,4131.54099216479,1445.24688659375,40228.8397085923,16915.0408532229,1011.99635160346,7972.51918150356 -6485,8640.7639364596,40686.2303636679,4646.72579018083,1635.01574253974,45747.3179401173,19321.3000205134,1137.75900500661,9125.26952160487 -6486,7689.32655440317,42184.9286705387,4024.40950027705,1435.57880997768,40656.6432754101,17344.6733782089,984.485771171519,8228.18002700357 -6487,7037.95006090725,45863.0794556412,3548.03138665779,1286.70828890022,37163.6919099192,16030.0586853548,866.583283606068,7615.63884539827 -6488,6677.15626481555,49346.8775478986,3424.78812489011,1232.70160084105,35278.9076923791,15142.585979559,837.107661714705,7190.68941562073 -6489,6337.79046026671,51770.5700061605,3248.07756209637,1169.38176531473,33484.8847768055,14374.4192506895,793.876749607372,6825.24221075438 -6490,6016.59035630742,54044.6005020526,3087.2441749128,1110.41727765344,31790.6122950268,13637.6173300392,754.575920418889,6470.52919511638 -6491,5738.21600663651,53151.8252845437,2865.3943146661,1043.35816810271,30290.8214313486,13099.1067111281,699.554759555011,6223.1492903631 -6492,5681.62498518507,50977.5694638362,2902.90759004893,1045.90988872458,30019.5921887635,12891.7844892071,709.379966852132,6115.82070983337 -6493,5506.00606128593,49180.586523405,2829.84535357091,1016.88048993845,29097.9860411966,12473.8121069814,691.694593717315,5915.6608951701 -6494,5550.69096574875,48121.5201805887,2861.66095497534,1026.79987938361,29335.2050727323,12563.1827708838,699.554759555011,5956.44496161223 -6495,5643.60851679071,47937.5607019781,2879.12757113797,1037.50616951471,29819.0104323272,12805.6154487598,703.48484247386,6070.74255531963 -6496,5967.22812734128,49261.6533524794,3063.28435041369,1100.76909234719,31534.5277618204,13517.4478627248,748.680796040616,6405.43510152092 -6497,6398.09374779673,51873.4626556968,3265.19335028777,1176.11279312613,33807.2014733841,14513.3163040234,797.806832526221,6877.10161386421 -6498,6672.45234793331,55778.1850675264,3286.04700806554,1203.57064205057,35208.56538859,15280.3411523159,801.736915445069,7259.47638075091 -6499,6789.82095061904,55051.7008745112,3311.59457923229,1218.3855938619,35815.7192903514,15587.2000833128,807.632039823342,7409.13709301103 -6500,6325.31722413519,52106.2701303134,2977.79390735782,1114.04621373789,33324.8723160513,14648.5222637392,725.100298527526,6977.45225038334 -6501,5266.64491610573,50203.2765659942,2508.39875161545,933.381929007339,27757.9224763147,12163.657354295,611.127893880923,5790.53900090178 -6502,4236.79177450989,46903.4380531613,2325.88656193242,809.756872284056,22454.7555040378,9406.55575859947,569.862023233015,4424.89989726094 -6503,3871.59805970969,43919.5525271918,2531.31581959894,826.914226247579,20528.2089284145,7967.73604145553,610.930410642271,3691.31333817265 -6504,3942.31441234141,42373.0454146802,2582.82482906,848.149130299077,20984.1387457332,8055.84044619406,644.505200358621,3746.87733451778 -6505,4141.88969143691,41788.9480449662,2855.10911443128,920.21857545785,22079.3360048241,8300.87009262238,712.892267741935,3850.26837114804 -6506,4821.57911256616,42204.6757070142,3468.23805076622,1096.44592043245,25654.1345151097,9557.46413169116,844.403572018334,4412.70949703834 -6507,6438.79419365085,44109.7478536918,4411.07453693154,1412.71614885301,34284.6948099548,13111.7796265955,1048.54751376062,6034.9929670597 -6508,8686.4180926477,48973.7619331533,5527.03694481514,1817.4486776717,45972.0535011353,18190.5581876072,1294.78884646197,8426.48907857187 -6509,9406.85679773366,60107.9889636451,5766.3130143141,1924.59661885165,49532.4482013251,19958.8370346204,1338.77043789918,9303.52843378776 -6510,8325.46359070527,66657.7788029397,4788.71646826369,1655.30657759001,43981.6259853727,17901.5502812327,1165.0044372759,8433.23892838403 -6511,7778.37912595041,69082.5106531948,4417.32715634269,1537.15931109757,40997.9959522881,16742.4209424301,1082.80047708208,7909.88912824444 -6512,7215.5890369677,69763.2647237417,4090.00071197395,1420.85479229074,38099.6117628118,15607.3978462744,987.985650950797,7351.54023632168 -6513,6712.79382021435,71230.7834887234,3722.39105934152,1306.79807560663,35394.3340922913,14589.8190463963,904.500503715345,6891.8788713887 -6514,6345.45439620211,72354.2875984904,3570.64510963379,1240.16531311883,33420.8085243364,13793.2835867246,845.377133334977,6488.55719567584 -6515,6024.10339936802,71583.1126750001,3217.74259585817,1148.3686107774,31778.7307630223,13228.3330606736,785.355361806547,6255.20704702883 -6516,5791.11450955569,70978.2288768173,3112.34478901254,1106.52200508538,30406.3945007221,12693.369870893,751.008015252396,6012.52272740731 -6517,5631.67333036518,69939.9489624696,2955.39576644905,1068.44044511496,29681.0197060648,12347.621551627,743.735139973749,5871.17143266998 -6518,5495.97352877055,68688.6086099808,2822.74306792085,1030.26394052319,28833.2022447561,12109.5864206107,707.16450613889,5778.26369022212 -6519,5657.35050619599,66887.4684040186,2929.04676975474,1064.1584142264,29656.6659681625,12438.5649444903,730.521260599767,5929.87693733997 -6520,5895.28062830285,66834.4631424816,3038.94998267414,1105.1284496656,30875.720438199,12990.7987487738,752.596828019013,6191.77918633815 -6521,6380.10216660543,67759.4571930587,3313.25733761471,1199.56426714445,33424.5146897128,14042.0379381844,816.399238517202,6682.98706977146 -6522,6696.47194937806,70711.1238859599,3449.39277161826,1249.45147767219,34989.5805608716,14830.934031267,828.966405363645,7055.63063187679 -6523,6704.51507467959,67315.6678626594,3318.69066066814,1225.8646615851,35072.4435474249,14988.9561333186,806.319285585439,7145.1562206247 -6524,6216.62264208846,62382.0194595372,2975.15815479301,1113.78339625653,32508.3597929302,14058.6553812797,711.674002855437,6700.90087247408 -6525,5068.71657008757,57228.0353783911,2381.52799595743,898.77379099216,26539.2759527998,11528.6458643685,568.091923922975,5491.83944858448 -6526,4118.09370141123,52130.1745331338,2225.31670900458,787.82144181131,21745.8118604518,9000.80852221739,542.141334301273,4232.37554073606 -6527,3302.22424444274,48708.7355246544,2075.6036143118,696.119454385324,17368.5110517766,6775.67017657776,506.314495246706,3135.92094594974 -6528,3340.11695359622,47025.0383471798,2115.72545513468,711.43940839291,17624.0099136534,6832.8416348423,525.841606083391,3172.80526886982 -6529,3489.79040584403,45812.1527764626,2345.65863357115,769.635193489325,18418.8427927201,6980.04194259298,579.010332833033,3223.54288169724 -6530,4140.13745263638,46036.6458208314,2920.45615019706,938.151196727306,21818.521226499,8123.12903441321,711.332004759237,3731.53791475489 -6531,5627.20233010384,47410.625859332,3726.92410635258,1221.55025972061,29897.0402769418,11479.3364032687,896.883548052804,5272.70084935229 -6532,7732.55095380168,51889.0524266413,4838.34526039801,1614.76851142357,40775.4034219786,16046.7338701877,1147.04551912262,7397.83765165965 -6533,8354.5425949345,62034.8868299707,5057.39859099051,1709.40967300646,43707.4325318847,17441.4461656642,1191.56763813077,8086.43529476266 -6534,7429.72985218421,68715.6308863389,4261.68412596067,1487.44604742413,39027.8180114025,15814.6191782388,1035.17902367083,7414.28651278982 -6535,6865.89546465624,71102.9472460015,3897.53714507586,1366.81784385722,35858.4444232425,14561.8606186068,949.613366106481,6842.10642264085 -6536,6448.20680576011,71673.5335279435,3656.81218359655,1278.6655468989,33879.0506579975,13806.6388688302,878.284502853851,6464.25960405671 -6537,5946.33521130992,72846.9249248957,3280.44957552422,1163.08813981126,31148.7178060879,12790.5924375642,794.269253476365,6012.59517227 -6538,5703.87605256865,73779.1943161695,3225.36157742902,1124.32089777207,29894.3475119494,12222.6161296101,762.828034086579,5709.59460473178 -6539,5332.26712677294,72731.5604787666,2822.38544407314,1019.40710470145,27983.7847417093,11634.7764527384,685.408930950037,5478.88133794765 -6540,5026.02948920796,71968.7001871522,2636.9248007232,956.203837103566,26125.6888999331,10887.3815370386,640.764522706443,5144.43955154162 -6541,4811.83312958868,70477.2770193501,2456.06479998415,905.735392999031,25090.6712012622,10514.9140574767,607.578564904717,4985.00883321528 -6542,4669.39483758975,69395.3456657065,2316.89190564845,868.065525434867,24144.9965173712,10181.4478594267,580.455201199717,4854.69748481348 -6543,4773.22557269896,67550.5540204485,2386.06407898042,888.139064669043,24625.844244776,10376.6424890455,591.15227044175,4938.19398506824 -6544,4980.28146079853,67299.0388005357,2481.4396948976,923.526082385805,25670.270188254,10838.5338701041,610.723776480888,5155.04706947296 -6545,5394.0890007297,68063.9777753226,2705.50674352635,1002.43716915549,27827.4571674633,11733.3331077433,662.692213334729,5571.46481454514 -6546,5663.61484304569,71004.2118619962,2805.02710761933,1041.1612762568,29144.8503486996,12373.2345996894,674.528427854842,5872.61219182615 -6547,5687.70759994524,68201.1679410996,2698.68687483277,1023.96198521345,29357.9143564581,12601.665586582,654.273434648856,5996.10889657048 -6548,5326.98740823902,62974.4314611271,2444.18781220282,939.65561208211,27567.7682512064,11967.5947102157,584.494979583084,5692.65048428459 -6549,4339.47194110162,58034.5471093015,1928.82667618174,753.265026796517,22539.9620826542,9864.7441182762,461.381113329775,4695.68615531123 -6550,3499.4940015377,52624.8904418976,1761.24734118943,652.929173337788,18376.3080618311,7709.15471196241,438.558855894292,3637.31848250701 -6551,3161.73119584639,49476.792473793,2041.60055632459,669.821566713645,16723.5838936938,6491.1071215228,478.392268695146,2948.72023522654 -6552,3191.41959962788,47428.294212635,2069.72628844161,682.55574147482,16944.4832603855,6539.41950367537,495.724747152322,2981.60326773517 -6553,3335.21226402136,46285.0430663925,2300.57387729239,739.260918520979,17699.1273720287,6676.85231033554,546.43754587563,3019.68704002628 -6554,3962.88266255458,46488.7496822926,2876.85080504745,903.720104617853,20977.4153672537,7771.73211276506,672.553263280398,3492.65491548089 -6555,5403.22635211369,47950.0324985709,3681.62069912954,1180.71089579423,28850.2193432931,11015.5028525752,848.977219550497,4981.11122208859 -6556,7432.40679841299,52335.9597313923,4797.74162391206,1562.68154490831,39386.3456905069,15406.1866193907,1087.58817169894,6988.30934890289 -6557,8026.92333969983,62415.2776845987,5022.67538737513,1653.43688444978,42199.1030807502,16735.1697063687,1130.59129820517,7620.7152881418 -6558,7117.41501662162,68862.174975171,4193.62012024596,1431.63175777247,37624.7539796907,15159.5481743847,978.228964518426,6998.80612932783 -6559,6568.17376899539,70758.9325907867,3831.73250116674,1312.76268345484,34521.8643331291,13944.2115535251,897.029507642912,6432.69194719849 -6560,6184.73916349088,70827.5276232683,3609.63758099766,1232.86110379136,32695.3647302491,13244.1418573342,831.068772860398,6108.06929700375 -6561,5695.37382789356,71962.4642384488,3229.83020390878,1118.75225751484,30029.503917595,12260.3920959819,750.740178808922,5670.59298035427 -6562,5478.51471521063,73076.6144251607,3197.62316476106,1086.449261525,28877.8704833434,11731.6214920959,723.20431889562,5395.75702598092 -6563,5107.40055686636,71995.7224635103,2775.07769701877,980.040912405132,26992.4516560902,11157.4877805766,647.458583464267,5176.83560633468 -6564,4806.59218305837,71047.8633012921,2592.37414111908,917.189297212793,25156.1264544884,10426.2694653068,605.26457667399,4835.31301024925 -6565,4595.49151666648,70002.3081470617,2401.07807472117,866.458753037368,24144.6340731116,10066.7172491613,572.579103873849,4690.11296583721 -6566,4447.51387674945,68614.8169199751,2255.98104855364,826.681269990803,23177.8238402957,9730.28366555873,546.151865250719,4542.50384865736 -6567,4550.88374925019,66903.0581749631,2331.39489881351,847.275075739741,23653.4203396253,9920.16630739445,556.98835106475,4620.73198227543 -6568,4750.94007872072,66833.4237504884,2429.29068207353,881.838984424016,24666.5884884339,10364.1939954058,575.881932828852,4824.3872351435 -6569,5149.27939542625,67620.1884449232,2652.53712966166,958.306940275575,26754.5619896376,11224.2695532081,625.262172745161,5218.79214179558 -6570,5414.34387402243,70906.5158699841,2764.54415213893,997.698500785594,28050.8216380522,11843.3154972667,637.835777224167,5502.61673267842 -6571,5435.55264707597,68294.7066675807,2652.0161309946,980.023370027766,28263.7762387444,12065.5372131922,617.89992426108,5629.70707541351 -6572,5100.68242023684,63281.0306257494,2410.33138139901,901.922657873535,26593.1910953156,11473.4667553922,552.810052302605,5366.44043911899 -6573,4157.80254533784,58263.1973183871,1901.08131121105,723.500898206569,21764.8980201864,9464.24965250396,436.255398029851,4439.96951088914 -6574,3343.91032150266,52964.7478315815,1717.87424256732,624.634871981031,17701.2737263256,7388.25672301437,412.902443861797,3433.07826654766 -6575,3187.58356681406,49268.928592362,2136.68898647726,681.531545888749,17182.8232112894,6738.41091169748,507.544581882741,3064.45345929384 -6576,3222.06097442973,47293.1827300304,2167.31501147179,693.995846300445,17387.5632386325,6789.44486511379,527.417196162306,3104.37873405087 -6577,3365.65329011689,46090.6903735476,2408.51227783705,751.697374217625,18175.2292866634,6935.89106579929,580.588105713926,3145.14728698323 -6578,3995.34149816224,46229.9591216831,3010.58863500002,919.596605284493,21569.7490734504,8074.57343563705,712.940237858016,3634.32055327641 -6579,5511.61275606102,47726.5788461954,3851.55541338644,1205.90526500006,29707.2773715681,11423.788928553,898.647859494465,5159.64812336117 -6580,7540.36629573488,52181.1011114983,5017.14892540417,1595.10951646166,40571.1671146024,15978.575670396,1148.81896314572,7231.03284417314 -6581,8085.7157185829,61978.763594082,5251.46578171542,1685.04266244392,43454.3879353729,17363.2438494762,1193.19956864493,7887.95499527701 -6582,7189.94400933961,68237.5440396988,4388.4713290288,1457.82046272074,38656.1549656138,15721.3881017007,1037.65718716166,7257.03198785775 -6583,6591.59437752963,70203.9360797893,4010.14143077459,1333.58865083667,35443.1753698537,14475.6188695524,951.97766669153,6681.23084758988 -6584,6257.1118539694,70468.9624882882,3776.16759498084,1256.4129154845,33620.1770272137,13734.6639992423,880.092987095365,6325.64666167719 -6585,5741.81315559144,71612.2136345306,3379.64946428201,1138.2817175208,30850.1471320882,12719.6146708837,796.126050682468,5879.81199564046 -6586,5535.78983130552,72365.720103904,3343.70296366725,1107.73663394239,29721.3959640034,12165.1757062674,764.029403470923,5581.27063489963 -6587,5161.93139747636,71219.3509833098,2904.11696826619,997.581629381634,27725.3482274199,11572.4476856119,687.114504757906,5365.74535898533 -6588,4807.20052496402,70146.7735527214,2712.94919089704,930.518296109993,25816.6949463154,10825.5674648478,642.364739377218,5021.25643753894 -6589,4607.01741765556,68775.9114885725,2514.11219294845,878.779866257806,24752.8200107755,10450.4110913597,609.452725516836,4874.53236396251 -6590,4414.58204988183,67341.6508478383,2363.09702735769,835.017299912166,23722.5161180771,10113.086114724,582.476708946803,4733.72224752095 -6591,4509.73296982846,65820.0875301403,2441.25785947011,856.065154067006,24223.4858875577,10309.771834994,593.005279351743,4812.22663758819 -6592,4706.62244704015,65322.2536470248,2543.27042556326,891.153084717924,25271.1400144118,10771.8551657513,612.517294514929,5022.03016634296 -6593,5107.26382619449,65642.3638994192,2776.59213529466,969.185150926052,27420.6925805919,11662.1673610717,664.537920596627,5429.16012860844 -6594,5366.18749381612,68448.5258954815,2892.30887654958,1009.47991705523,28779.2323945744,12306.6057607378,676.03219453075,5716.76400549973 -6595,5405.6716304462,65329.5288869074,2775.2937522657,992.037741364551,28985.4876308548,12531.5080807574,655.940757250054,5847.08742805623 -6596,5096.59692710957,60209.8422211882,2521.41680927722,915.109947350129,27298.0935628241,11905.312714343,585.768661711125,5561.26451473558 -6597,4173.56081424925,55212.7953422946,1988.74571747905,735.151945128071,22346.3411439818,9815.32796123042,462.417095855477,4596.87000206083 -6598,3374.93695576317,50330.0735175369,1799.14523935368,634.617932730722,18147.8274979094,7664.38616282177,440.016530869839,3566.04158416391 -6599,3599.02155358623,46345.3235678122,2469.00129187452,777.575624248292,19437.4606920718,7601.25245913028,587.684196395542,3456.75017616534 -6600,3757.30483050976,44196.0114411043,2686.43062169428,831.562037334149,20321.1437820911,7786.52577587742,631.215464253986,3538.74279286914 -6601,4262.54030862852,42976.8899216838,3310.31020072129,995.248122784979,23074.8200221814,8524.13313445138,785.219730110502,3830.93495970435 -6602,5341.37256678234,42464.5055588029,4355.92391839054,1288.57563820084,28924.6454553155,10435.2989154298,1037.4391976799,4660.7446667467 -6603,6798.8099757494,42483.2133040991,5150.16710778091,1564.21563676574,36806.8050199713,13729.7154421394,1221.60608611744,6211.14460287211 -6604,6850.29193305933,42237.9339320757,3927.46496777967,1329.5504057086,36925.119025947,15417.660966466,920.555300263902,7146.17895218194 -6605,7746.50792841794,42863.6041587271,4408.79391024675,1497.22122762373,41716.7577499791,17513.4720695135,1033.96032475016,8114.49760543171 -6606,6814.882331638,44821.6815669418,3676.2117248584,1286.33045546496,36637.6352091576,15665.9943814391,876.744890481641,7322.30562362814 -6607,6237.80294361808,47972.8975093981,3287.40090370337,1158.73287798283,33525.7966430569,14454.0974102924,777.593759244765,6744.39308857641 -6608,5965.68381858032,51180.2366877431,3188.43640870475,1118.16681634439,32090.8809896231,13742.1551553952,753.01318836477,6428.34230275421 -6609,5608.60743980663,53340.9814206785,2968.84499154156,1046.4957865294,30148.1086532099,12970.533495171,707.21811902439,6060.12785062969 -6610,5346.65098769202,54918.6679742651,2847.72012898925,999.904996717786,28753.8176084542,12335.4612776194,675.457060616157,5759.2093588251 -6611,5124.86966029536,53962.494280985,2663.39504304301,945.424831565576,27562.3991065985,11893.9725742153,628.726061751784,5568.33166204515 -6612,5004.91727367902,51775.7666636847,2656.00318798249,933.337310052571,26897.5001824331,11581.7001766125,632.314875840144,5390.76712649546 -6613,4853.76789883519,49951.7613460814,2574.96860140531,906.09310384861,26086.9495925669,11223.0821542117,614.748451074704,5231.1473734369 -6614,4847.1258099625,48867.7514100793,2584.41368665179,906.434225066444,26034.4477030049,11218.8465594718,619.332454293642,5208.63518640972 -6615,4965.96456020411,48111.1269663543,2657.74970734357,928.353449456503,26684.097642287,11473.7296287856,630.051074358208,5322.94393360842 -6616,5228.45898209293,49152.5248550537,2800.55004465241,978.5184251778,28088.1290322518,12083.1704196361,667.115042543659,5601.91211617964 -6617,5581.59677892772,51318.4661446993,2948.98651865184,1037.59746021947,29975.7714629551,12949.9311836648,706.332871052428,6006.66789988174 -6618,5882.10164306813,54950.8869081474,3058.49763551751,1081.22745795279,31601.01958401,13706.7608678967,721.19572970147,6369.67469955997 -6619,6053.74948855862,53681.8781015416,3146.27718908354,1111.52956628828,32546.4176952769,14083.6883418137,734.510834075337,6559.28269277418 -6620,5615.55221265607,50901.6990906581,2776.59599332199,1006.26732020191,30167.3547799751,13233.5378453257,652.810467742249,6192.78091897343 -6621,4698.09610851265,48496.7143776925,2344.19278632679,846.81760952064,25250.4939178099,11030.9171959148,550.840110527323,5170.23020209823 -6622,3784.21101471794,45181.285993101,2154.29163122572,732.801078337961,20388.2726388156,8534.59138031396,511.233198936122,3952.35170387268 -6623,4162.48548837012,42093.4685264161,2719.31095318794,880.74720430166,22057.0260280221,8606.88237370287,637.200109193812,3973.02729664566 -6624,4193.51408102667,40258.0308042132,2796.71637602747,899.063368297213,22235.9022869367,8608.26720860234,655.81959290402,3970.95121877536 -6625,4308.22767457242,39286.2673399885,2986.89708599525,946.628497750481,22871.7990507986,8715.46384197572,701.333886417864,4010.67950813835 -6626,5057.3255538659,39001.4937942001,3608.97130729484,1132.33179865614,26872.7701205366,10117.9578178257,848.220924576178,4650.04100832685 -6627,6437.25176720481,39674.9727256783,4185.02348064562,1360.26017891651,34093.6795802995,13349.1118565878,980.626142070996,6185.91543492658 -6628,8815.50237339708,41040.638233117,5252.09441637515,1767.70203828819,46562.6043667774,18833.2730303846,1226.81709335042,8782.76010025872 -6629,9793.7943454024,44059.8605665065,5656.80670498523,1930.43134094332,51673.4216721519,21142.1617379529,1319.91451190147,9897.52474834675 -6630,9102.54937840428,47283.8289077893,5342.52794218681,1813.55085969998,48038.130251894,19569.961445132,1247.50540858399,9175.46079110757 -6631,8389.20865654401,51205.1803817427,4806.58175169867,1647.89508818788,44242.8710337972,18169.4162182366,1121.30668565924,8529.44482732454 -6632,7922.08605429163,54304.4303538413,4583.07566628137,1565.20245595718,41789.9461964299,17109.0648419529,1069.58589757533,8029.61884521174 -6633,7334.89747522291,55784.4209154158,4143.62983125118,1429.56760520217,38663.9882783671,15956.5138808013,966.1443214075,7501.72130889686 -6634,6941.2953287527,56845.5658405907,3913.36831411123,1350.81362850512,36588.3829936757,15105.9954627681,912.354701800231,7098.11711924763 -6635,6339.27162100843,56231.3282201668,3336.87018293978,1187.2407526654,33348.7413632309,14073.8302670353,775.811821258699,6644.68461231056 -6636,6303.45269474962,54388.6151572673,3404.51524833964,1197.28192719655,33187.5239648848,13892.0385614034,792.362473445552,6545.92249408168 -6637,6066.95340143019,53031.2642817045,3271.39261862055,1151.32381323403,31940.817022667,13377.274543838,761.330000595204,6304.24270819657 -6638,5941.62097054611,52234.1063730353,3114.99721302198,1110.10937488955,31253.3802509906,13203.7613920474,724.091033174786,6234.08182336955 -6639,6033.66892715485,51628.1832836733,3125.62503093102,1119.4130919721,31731.3004461785,13448.9507792784,726.159864698142,6350.16225215219 -6640,6414.72394086119,52619.6938851874,3364.28506845736,1198.18890946295,33745.4086700541,14250.0259658319,782.018315828769,6722.37394397225 -6641,6784.70763147094,54714.9614591791,3483.24564116842,1252.24154992312,35673.5032943777,15157.1409389642,808.913125632404,7157.56380498457 -6642,6959.40665264291,57813.1721400984,3375.68524985659,1246.52484963845,36532.868329593,15783.0823542529,782.018315828769,7484.91723038485 -6643,7219.54947624652,55361.4180134852,3552.02488279009,1302.92988156214,37912.7436262624,16314.365003507,823.394946295899,7730.28522236295 -6644,6692.60340019206,51657.2842432039,3156.45269171094,1181.37895105286,35106.8096860497,15284.8730503977,730.297527744856,7262.66008493285 -6645,5591.33272291832,48908.2848750235,2680.47382637235,995.549831773183,29342.0413093704,12719.9059585271,620.649457006959,6038.32323422109 -6646,4851.83349721014,45270.6674540513,2879.10833850434,969.8747960747,25626.5996650862,10373.057850781,672.370245090873,4832.08957512079 -6647,4909.40349659352,42244.1698807791,3285.11766368025,1069.68010467346,25929.8266041594,9855.42692655217,770.799026991225,4542.04828972187 -6648,5035.8303530102,40260.1093865716,3469.74174225132,1117.93078536723,26628.102906164,9999.11735588342,814.911019499758,4599.6803477658 -6649,5771.00753583004,39148.0378830322,4338.01564773923,1354.46899010576,30626.8035139519,11048.9930026324,1021.540879145,5036.19108110087 -6650,7266.86852405244,38665.7936700473,5739.6806730306,1762.19418692004,38649.5550180682,13602.3511308184,1353.54166486712,6166.72327345729 -6651,9156.20390640373,38918.3482819533,6757.01514906118,2124.07493807876,48549.0269565134,17675.7850821871,1590.35341412346,8078.68909823978 -6652,9224.76888072392,39262.3629371681,5129.11965741399,1802.5348398259,48379.1647414088,19728.4916199725,1195.66716536289,9263.81733474784 -6653,10492.4934555034,40625.9497614343,5768.64677822956,2038.81942751806,55000.1991914705,22526.430302907,1344.25492960217,10601.7778624117 -6654,9329.63994171092,42521.6680858708,4995.96994575424,1789.31766520607,48848.9468293718,20205.0981873598,1163.16359193555,9556.64111469839 -6655,8532.53044651441,45959.736156474,4404.44215985359,1602.829413828,44624.7447414356,18663.5519967191,1023.86256296123,8844.25978629463 -6656,8097.93746895346,49122.3846043439,4251.51610629049,1535.96439852997,42372.9571877245,17634.1547565037,989.037305717656,8351.04034736249 -6657,7686.36409406274,51714.4467702718,4032.1451010728,1457.05678479285,40218.228966536,16739.8516054364,937.960261760406,7926.72607759827 -6658,7297.29163873704,54103.8417122929,3832.48974958808,1383.61809893039,38185.2223852264,15883.327692205,891.526585435633,7515.08981413687 -6659,6955.51388260647,53531.1768479925,3557.00142347071,1299.49898568383,36366.9130626393,15249.55476674,826.519438580952,7227.04057912869 -6660,6890.53471818262,51472.2853726001,3603.64218165431,1303.15555237901,36056.0946655627,15014.3983889398,838.127857662145,7103.20626067108 -6661,6678.42103773065,49822.8858121802,3512.96141354203,1267.10391370054,34952.7110667568,14529.0107418979,817.232703315997,6870.88783705698 -6662,6733.13784915326,49024.6886123318,3552.4654205928,1279.52927233662,35239.6933246511,14633.9798906022,826.519438580952,6918.3606267888 -6663,6844.63277643984,48804.352934308,3574.11546210558,1292.67089260983,35816.1088343334,14915.349593006,831.162806213429,7051.23761033345 -6664,7238.01834516344,50622.1223032079,3802.74538426377,1371.61749101488,37880.1933215791,15745.7978272163,884.561533986917,7440.06777111906 -6665,7759.95785645966,53759.8270570782,4053.3733548152,1465.38097849864,40607.5705505743,16905.4186262719,942.603629392883,7988.07271560135 -6666,8085.98804255134,56801.9145021088,4079.13338369336,1498.73282461763,42263.3530501526,17786.864164773,947.24699702536,8430.58893263729 -6667,8226.51867043377,55018.4426494497,4110.81073043798,1516.94797098179,42985.2371721284,18141.2995452604,954.212048474076,8604.07671593057 -6668,7657.99037318592,52423.2625091701,3696.33078728497,1386.26392310989,39972.4446959438,17039.3035682932,856.701328192054,8101.64665944892 -6669,6377.66604193934,50605.4931402702,3113.70522330365,1161.65769197904,33300.6554256879,14150.9521175247,722.043666850213,6723.66214172611 -6670,5148.19845428483,46833.8036286866,2887.50111200495,1010.10198016635,27010.716930471,10975.0213312472,673.288306709202,5142.32844529418 -6671,5064.18418153873,43909.1593129575,3215.89234360851,1089.23846013957,26477.5982462155,10054.4798129643,781.242368898426,4699.41506800727 -6672,5230.91724021382,42497.7637838644,3436.45678556646,1149.48024441359,27399.9662877793,10259.669568825,835.747650449479,4785.41143984964 -6673,5507.65982243717,41998.8905087557,3793.72455945225,1247.36995605213,28924.4577246308,10607.5361626281,923.994296770231,4929.93966049353 -6674,6345.71052635928,42462.4268756305,4441.43269370226,1452.91816763521,33353.2714443214,12149.8249453821,1082.31916222805,5646.7493713937 -6675,8335.4794667764,44287.471484413,5474.5233273309,1833.02095258007,43652.7368203371,16361.0252160887,1331.48616360429,7646.19685731628 -6676,11192.9691941175,49099.5195935167,6742.10949520883,2334.17749476883,58350.4219194846,22656.6586627361,1635.15844653159,10662.3914351554 -6677,12109.0562099439,59967.6809243304,6956.37375842877,2457.32281988433,62969.6833243532,24909.9908730205,1684.4727488873,11785.9340840105 -6678,10896.7473022712,67133.7870672213,6186.46552599616,2199.5112518077,56622.9751155859,22524.4696636795,1497.59749785512,10697.4444464751 -6679,10231.8756529253,69795.483657624,5769.88023657804,2056.46491811036,53152.5183406155,21189.2270323471,1396.37340354602,10061.8399907297 -6680,9411.23641549431,70733.9888967871,5236.04736952585,1877.46584893925,48855.879994022,19575.3925869585,1266.59892366256,9310.45991135557 -6681,8781.9116226543,72218.1367238926,4809.66519052025,1736.05424957891,45554.2052806224,18352.1540973442,1162.7793397558,8738.24655213668 -6682,8218.14078298375,73479.8702906158,4446.7607851849,1612.86804213387,42605.975280697,17231.7235673628,1074.53269343504,8206.78403612409 -6683,7880.56676153123,72574.6232765142,4191.6979030267,1531.5716868581,40824.2778907583,16606.4506669403,1012.24094309098,7917.37014493446 -6684,7572.72870118159,71751.4823826661,3989.01211315609,1463.56479769171,39214.9120194455,16001.8398349919,962.926640735269,7633.2560559379 -6685,7466.14176865572,70144.6948695489,4018.00450615431,1460.50132743796,38701.3457669071,15678.9859168678,970.713109528277,7467.59530484265 -6686,7292.86330683915,69153.1843688488,3817.90180618328,1404.51422257546,37751.9585368771,15435.9567741449,921.398807172562,7366.07420576961 -6687,7502.13774027186,67345.8082141832,3936.03866273794,1445.92741299813,38843.4976279911,15864.930462585,949.949192746923,7564.03384600632 -6688,7798.50337646479,67282.4097384119,4045.32979981489,1493.54150206156,40355.2114232121,16544.4460057346,975.904088723615,7893.76595464174 -6689,8423.51509222463,68717.7095695113,4378.62893160695,1614.6598651051,43596.6573328058,17856.8377678246,1056.36426625136,8515.39004156357 -6690,8765.80644996474,71882.4367005537,4405.83121904204,1649.96471035055,45297.392596946,18760.5833584825,1061.5552454467,8973.15775526161 -6691,8793.09050863669,68148.1625787486,4313.16679983887,1633.20711716225,45390.4650123849,18941.193049457,1038.19583906768,9074.10884531965 -6692,8096.46550522547,63293.5024223422,3792.16868105399,1467.13792789068,41713.9438988127,17648.1620213495,911.016848781885,8481.29013300427 -6693,6583.07717911689,58299.5735178004,3027.46953789446,1181.49945205267,33891.3368141714,14414.6175258982,726.737087347373,6934.96139363798 -6694,5383.75654550671,53139.3534879509,2890.81623242544,1049.11675920165,27910.0993265302,11293.3958153671,698.186701773012,5356.15720041277 -6695,5043.83722508442,49679.4596976998,3244.29281864219,1089.35681266827,26639.4553914839,10172.971178138,789.47265391178,4698.31348265473 -6696,5214.20891763576,47564.4450872327,3470.45636807192,1150.84232415942,27574.7343253171,10383.0912900518,845.482538142008,4784.6867453897 -6697,5424.69521438279,46722.5964480885,3761.04587423465,1229.10792625627,28730.5808075098,10628.6255436466,917.495246438015,4883.03018169962 -6698,6342.76337461059,47054.1393067104,4501.05593614891,1459.5841404857,33620.1815913271,12312.6380125557,1098.86058585018,5651.26814302104 -6699,8370.40921290583,48565.309510988,5593.22764266769,1853.57669066692,44261.707504667,16651.5854208533,1362.90718293554,7684.50963532004 -6700,11336.0084063626,53027.1070161735,7001.81450225378,2390.86257157923,59769.8595701091,23223.4562241163,1701.6336256612,10788.4074444325 -6701,12239.0245845446,62825.8087899365,7210.91172442793,2511.26537518925,64412.6668574269,25500.3724856102,1749.64209785854,11911.9071151276 -6702,11225.4457270649,69897.336915167,6637.65682539495,2311.45724549646,59071.986309822,23383.0474856164,1610.95095595512,10948.829388081 -6703,10474.1261307757,72181.7606252934,6123.81840080424,2141.71094630143,55099.034848357,21895.5939538398,1485.59550077318,10255.6746486451 -6704,9606.91202288288,72656.7294975817,5533.00791383392,1947.73650960379,50507.7881762061,20186.5686063742,1341.57008418117,9472.22058139896 -6705,8962.77402983328,73996.4120198416,5084.88156640108,1801.13885660832,47096.3144322446,18923.3527644953,1232.21745306501,8889.50349402223 -6706,8364.50987477948,75362.0774264663,4680.21146802786,1666.94101110033,43932.9627004092,17733.8450435959,1133.53337132604,8334.64764717509 -6707,8034.23617282382,74401.7464676552,4429.44802739069,1587.43994829399,42178.3987569942,17111.8544986165,1072.18921240722,8050.07383104647 -6708,7652.12737008377,73371.7810843694,4145.81774013149,1496.81203196229,40152.353511708,16384.6409991735,1002.8436414555,7717.16031818835 -6709,7433.71030397393,71886.5939660846,4056.47202420207,1460.05566186952,39015.5774301339,15882.5148232063,981.506542701132,7476.69519919836 -6710,7360.41829091615,71017.7230505823,3959.49368995783,1433.85829386491,38609.341211721,15791.960188024,957.502306602463,7441.48874299306 -6711,7457.1953822406,69577.2265619586,3961.63669037674,1441.83434807621,39106.4896592212,16055.3859198146,957.502306602463,7567.23904689381 -6712,7733.01995187524,69568.9120308967,4052.12415386745,1483.6546419963,40532.7132079034,16715.7689756725,978.839405356836,7885.75095132846 -6713,8329.43627294728,70882.6115679777,4361.54188240159,1597.01120130363,43661.8059385921,18005.7749843797,1053.51925099714,8491.51122950174 -6714,8597.35718676336,72989.3116473829,4313.77299381786,1610.45562933438,45001.8266667905,18814.0935331174,1040.18356427566,8904.9814930037 -6715,8663.5185802285,68791.501259517,4262.0687618219,1605.42287584593,45320.9276838162,19060.3055921128,1026.84787755417,9033.34098028043 -6716,7971.07876189207,63668.69672026,3738.5627296863,1439.78761970994,41640.0310601496,17756.7915247309,898.825285027939,8443.05869089164 -6717,6463.21297076578,58814.0365638536,2964.97845496067,1153.89337003568,33741.3449613647,14478.077888577,712.12567092718,6893.2673119373 -6718,5404.79505877287,53528.0588736408,2965.23244066975,1062.20719430145,28381.473838283,11509.457548216,717.459945615773,5392.60479869218 -6719,4501.15285114186,49657.6339780519,3140.51045241379,990.059076483498,24379.4658195539,9322.01439932671,715.39023045733,4183.68652904312 -6720,4654.25681374724,47585.2314148874,3359.35124900614,1046.34552000998,25215.4098113834,9509.11454411619,766.144267077613,4255.43834709546 -6721,4843.57545459743,46737.1469278537,3640.5285460531,1118.02072995017,26246.5272959713,9726.9380098951,831.399457017977,4336.16877318536 -6722,5664.13426526108,47304.615235444,4356.74296860296,1327.96153181373,30693.3499655178,11262.3255843302,995.745861312229,5013.26139635603 -6723,7471.34550540953,48830.3359194869,5414.11924700788,1685.21169258174,40464.5545327676,15246.5952602014,1235.01489109357,6832.2825378679 -6724,10112.5070156256,53084.2695432415,6777.97865382899,2171.57076966382,54733.4614033895,21288.27135623,1541.95596970195,9616.35301330241 -6725,10913.7492553044,62842.4378520603,6980.59157611423,2279.33867304224,59030.0520984801,23385.7227807784,1585.45942966219,10629.9506881793 -6726,10009.2755180302,69760.14674939,6425.56945318033,2097.79865946432,54119.1165852587,21438.0632427798,1459.78276755482,9766.9286928485 -6727,9338.78587047399,71463.59096334,5928.21026910013,1943.50840833673,50492.4892664765,20078.0020381086,1346.19039988085,9151.84400736433 -6728,8564.49489182029,71827.3527558443,5356.31820144369,1767.07246801545,46295.1864389878,18512.9945048688,1215.68002000012,8455.41501928963 -6729,7989.42522007429,73016.333923741,4922.55857086314,1633.74575145881,43180.1123521374,17357.4419626905,1116.58880564624,7938.20387038313 -6730,7455.58138607591,74192.843295045,4530.86313417029,1511.78180089845,40291.5947095303,16269.5885348518,1027.16502683907,7445.64771187973 -6731,7160.51031117082,73563.0159036766,4288.15147670224,1439.40174930183,38692.8189741714,15701.5673761611,971.577272445427,7194.05112200471 -6732,6819.1559928141,73009.0586838584,4013.62479447275,1356.91229037345,36845.7911278837,15037.1030016075,908.738941391743,6899.36082985737 -6733,6624.83334884204,71954.1497073869,3927.10622673298,1323.72146599384,35798.3045616714,14575.2384883211,889.404070298301,6683.30807417418 -6734,6558.92695981546,70856.6285827988,3833.26407719195,1299.71759911578,35433.9783200246,14494.1961067774,867.65234031818,6653.92183881728 -6735,6644.74517618165,69298.6890656877,3835.38819542646,1306.77667056848,35900.3632582662,14738.7106130797,867.65234031818,6768.72853260079 -6736,6889.95238758992,69272.7060805088,3923.03388833465,1344.42412056366,37217.7578691417,15346.9225856,886.987211411621,7055.70014177665 -6737,7421.38162498582,70991.7400654034,4222.60532874506,1447.16514073659,40093.2816081452,16532.022418323,954.659260238666,7598.12533339885 -6738,7657.83709284435,73348.9160735422,4176.48972032644,1458.42259301584,41348.6913570829,17279.6185150285,942.574965805265,7974.30301131907 -6739,7715.81148494038,69040.9378970714,4126.49903286312,1453.46367821306,41654.4102665702,17508.642828243,930.490671371864,8092.26458917879 -6740,7096.98981764027,64177.9631087891,3619.79035421225,1302.61361880104,38297.5076624091,16317.0848988353,814.481444811216,7569.71283097191 -6741,5753.74053536892,59193.3880264884,2870.83732233747,1043.62730235783,31042.3617178221,13306.3752995181,645.301322743604,6182.54390884935 -6742,4817.58446030685,54061.2296649903,2870.70513271681,963.320290431773,26049.0244438286,10565.5722513607,650.135040516965,4821.93182521734 -6743,3688.90158567007,50511.954413789,2655.61891474782,809.267227356583,20165.0922903086,7797.93754899605,598.285179253601,3478.03439133401 -6744,3804.00121722663,48441.630533797,2839.45079657971,851.930989115201,20817.5322665099,7948.6421059266,639.735756495873,3532.31073034491 -6745,3959.47980170439,47503.1251938199,3077.61681611253,911.591508480977,21664.7718517781,8124.36383394363,694.733129524052,3595.85768366196 -6746,4638.78458917151,47739.0506427882,3684.30704903645,1086.36076320639,25359.2361212801,9406.07488667357,833.14881592125,4159.72114937275 -6747,6139.30321696322,49228.3951274179,4579.77129542666,1383.16963107724,33516.0562285912,12760.4506457105,1034.23511427789,5691.91002994308 -6748,8328.38552499351,53573.7888952951,5735.61205809199,1787.51280185071,45419.0520134089,17836.144033866,1292.93083494106,8022.36250318574 -6749,8992.89406478044,63322.6033818728,5908.00487787127,1877.57044603758,49011.5704918835,19599.586946269,1330.14680581871,8867.46249080521 -6750,8216.44204216331,70336.9689800353,5433.86345914541,1715.95425807817,44830.109187565,17964.2113920752,1220.94803356034,8138.84435138396 -6751,7657.67159037107,71942.7172019733,5012.86615781844,1587.54947980144,41799.3408106834,16815.9787605376,1125.636090982,7615.62266891692 -6752,7041.94265527642,72227.4906469477,4530.86812102297,1448.88598277579,38393.0646858516,15521.3198308203,1017.76684480982,7053.06954128819 -6753,6560.25077735308,73487.1455304985,4163.07355400624,1336.51012208728,35782.6431928409,14548.9678583763,934.053323123553,6615.35023802303 -6754,6142.73286677588,74809.1595986413,3834.16318090312,1243.7235671934,33461.2198228986,13646.9473046221,861.201290194824,6216.7772617496 -6755,5879.54386175819,73760.4865708732,3626.22841344657,1176.68803830367,32069.4792804341,13166.4881969695,812.401114511674,5998.37722999451 -6756,5593.91907486146,72849.0035072542,3394.01479925276,1108.06614530785,30522.143160461,12602.2494782301,759.838665771495,5743.72816190527 -6757,5424.45167505911,71822.1560983201,3319.46295771766,1077.19478808899,29620.3253365245,12213.2220564671,742.484771351681,5560.8229353161 -6758,5358.62136311881,70642.5287526645,3239.22480323763,1054.08212050496,29280.1629349129,12136.4577320015,723.58157759561,5524.88442562392 -6759,5435.37195206286,68797.7371074064,3241.80792532274,1062.00137449153,29689.5934471509,12343.9413109475,724.231035893554,5623.25830065239 -6760,5640.27252752245,68659.5076504502,3316.37134568081,1093.91036592835,30795.5101008126,12855.9823595316,740.758347025076,5864.03003834871 -6761,6079.36193149646,70162.3633236659,3570.01655942149,1178.798651949,33188.7578059768,13851.0027004576,797.600227706758,6317.70769357667 -6762,6286.5233345282,72682.7124827606,3532.54895442995,1192.0333018799,34279.5133747089,14486.2120400954,788.731939419932,6637.82747096014 -6763,6330.75629714367,68508.8063969011,3489.51058110991,1185.98955171955,34525.7293764455,14682.56144863,777.915276239273,6738.15428398589 -6764,5836.21605419832,63739.370435914,3062.00775778275,1066.1049437219,31795.2257057827,13697.6075366691,681.644450959171,6315.69916944977 -6765,4734.23147788347,58970.9737661061,2428.41386928818,854.320298062663,25783.9727598582,11176.3812888546,539.95304089911,5163.56573644729 -6766,3943.38231862743,53696.4285813068,2426.16648527539,783.220567236184,21549.9626443019,8854.12805323094,542.40218127368,4013.59105469361 -6767,3616.59919419515,49834.3183175938,2713.07616378225,805.37457323294,20129.8952353558,7748.07340937426,598.239055357336,3405.05800092726 -6768,3614.23146367781,47838.8253179728,2744.51474344227,811.049271045955,20096.7102399612,7700.16570500274,605.709293278728,3384.41586368538 -6769,3732.5360709409,46683.1023751375,2949.63412916045,860.122114513367,20750.3238587123,7819.26342582441,651.527779768005,3417.7318639598 -6770,4317.76715939239,47032.3135870625,3476.91162661617,1010.38227131306,23997.4029866078,8961.35585941896,767.471472961074,3916.05616315918 -6771,5728.42539164795,48377.1926660325,4270.11064704636,1277.17181757819,31632.1427964549,12154.5409599141,939.169104252331,5380.1618447275 -6772,7951.8193201885,52826.5183746252,5598.39379430727,1707.49207991306,44108.1613339205,17375.2748975343,1229.74673818985,7723.31187432141 -6773,8689.61660810768,62478.67616037,5914.2458776061,1834.65841030392,48314.5972990635,19273.4604478586,1295.03962899011,8613.22993997167 -6774,8024.70580949794,69504.4742639462,5497.42547893111,1697.3815603799,44543.4015030359,17773.886062637,1207.08088103227,7962.85186054454 -6775,7427.40939313706,71459.4336978091,5045.52839910439,1561.46512143134,41378.3880368316,16587.7307012672,1107.72636494315,7417.83222905627 -6776,6852.89205785414,71851.2570578507,4561.0761388743,1424.22383659733,38023.6307826582,15327.632285255,1000.2499686324,6885.48797668058 -6777,6308.75499687524,72789.7623978278,4114.05878032407,1293.35315763514,35083.7039900369,14265.4204572436,902.206575347985,6413.31892404048 -6778,6077.83139550945,73364.5058444867,4008.59238615664,1254.67302862,33774.1279987322,13667.114279946,879.136381079343,6134.39108379092 -6779,5745.60532575254,72200.4683705896,3676.29652940527,1164.02544876225,31907.0282945058,13045.5095726051,805.647013198617,5874.89306587935 -6780,5391.22771743741,70789.0728414965,3399.94394023479,1081.36322742063,30126.2526739595,12413.3177955893,745.209952914563,5581.34570623665 -6781,5218.60391319962,68949.4777529487,3289.33328090283,1045.93590509168,29114.6707091269,11993.9314546955,721.232972952281,5397.45634158379 -6782,5123.17593042503,67392.5775270168,3205.98902802507,1020.0242757463,28734.2525402917,11902.7149838938,703.654575091635,5343.16884319618 -6783,5226.65691682459,65889.7219546151,3252.55863221991,1038.87076836338,29333.786516644,12157.7384625936,712.855949337249,5459.93630533308 -6784,5436.13077736054,66167.2201597068,3338.9016130812,1074.59987842078,30488.8237053944,12672.8033645883,730.351912134836,5701.7911124572 -6785,5919.4209386897,67946.534646021,3664.57905645602,1175.83207898797,33180.0417829819,13746.4015620461,801.623371517217,6180.96993196409 -6786,6058.61004069382,69944.1062280006,3571.70417802087,1171.54268835184,33981.7081012928,14293.3859700008,779.047787626924,6457.68339606362 -6787,6147.16781010872,65548.825172938,3561.48329654849,1176.1382591591,34414.6871972083,14544.5764407905,776.582573939404,6585.45564849365 -6788,5658.66987020801,60789.7824261853,3109.05454467418,1051.37337866289,31620.84655842,13555.3048735808,676.246675297811,6174.35485057916 -6789,4586.6536904991,56691.7466126899,2447.36235876166,838.056088704294,25576.6901823481,11047.1287948307,531.898023349995,5048.68143814608 -6790,3846.47241924312,51918.1533861719,2444.90300706509,772.541611838066,21397.7826944987,8762.04835193802,536.32600214246,3927.18071204672 -6791,3660.57907137557,48169.3288854155,2670.28110645497,802.911981416882,20287.3460834856,7845.39835441537,579.603365767801,3450.81484339033 -6792,3676.867126872,45784.0912089253,2733.92247455878,814.346826891824,20376.2310934807,7837.26562154486,594.768114967728,3441.26140093995 -6793,3789.67401406614,44438.1727379621,2930.51449550217,862.640905520244,20985.371757607,7935.28862602805,637.606533289547,3467.670173899 -6794,4452.26939434497,44157.5565585186,3546.88348865208,1035.11922774491,24662.7271696456,9208.56139402808,772.033407524588,4014.12826883781 -6795,5709.84712222018,44468.3130894859,4115.57593145221,1245.06839154119,31438.8705882234,12199.1877642935,892.837664901231,5399.801208713 -6796,7826.55142119175,45504.5143206611,5202.11567380291,1630.73252916613,43183.8631664363,17229.5729379059,1122.28018439424,7697.4498330953 -6797,8632.56792195271,48136.0706603539,5598.71331582534,1773.44294150339,47831.8797779815,19296.0200670517,1206.84315616086,8642.15062040619 -6798,8030.79441153164,51907.7601719375,5265.51803419643,1659.14655339566,44380.4147276057,17865.149330461,1137.44489160902,8025.08589169544 -6799,7357.88124348695,55509.0012926826,4736.64740127391,1502.94364828379,40817.9888336153,16555.2851924405,1022.29530142029,7430.58223287548 -6800,7009.34019948427,58684.1216379593,4528.6513257249,1437.08115939788,38687.6326853097,15633.2321519031,976.886648534202,7033.60846895458 -6801,6442.11296246974,60473.8293385078,4075.77168602473,1300.89806741468,35661.7363694219,14548.2469338623,879.729120146773,6546.4169378296 -6802,6111.41026058083,61222.139251171,3856.86163259708,1233.18492792509,33801.853129972,13784.3854323871,831.835827410124,6202.95239706852 -6803,5587.62440160816,59988.4672519851,3292.54537286429,1084.196752656,30873.4875479202,12855.2123577073,707.861542696141,5827.13442003907 -6804,5529.64167612324,57513.8481145448,3367.25383152126,1095.20038789284,30699.8379256378,12664.0738701023,724.140156773084,5712.14151532643 -6805,5327.60776110819,55425.8557804358,3229.70165833568,1051.33234351641,29535.6889991141,12200.908638268,694.924355309663,5509.12289257903 -6806,5181.34204922119,54466.5641128039,3076.85570614341,1010.72929578447,28858.9507814615,12015.4877544291,661.167709550207,5423.24036971831 -6807,5234.19748529622,54101.7631299345,3076.60172311319,1012.83252792518,29227.6874268743,12221.8506628073,661.510382301022,5511.79985209703 -6808,5538.75807871389,55392.5975553743,3294.21281892206,1075.60252721885,30966.8304788549,12929.9934866238,709.917705156465,5816.25508762907 -6809,5868.08260769329,57767.4420176301,3417.38481336391,1127.04000875719,32795.0948467984,13763.9404548469,735.278049810625,6205.0347443622 -6810,6005.50256770448,59993.6639095093,3313.98743707092,1119.78012085954,33597.8416779278,14325.7459058716,711.117206732326,6487.35606047077 -6811,6257.13251768744,56396.5799534812,3488.24249735125,1173.33381181375,34905.3592696651,14827.6596745512,748.900666669023,6716.83199364823 -6812,5820.06264755202,52631.126390601,3102.57978908587,1065.55889204519,32391.0220217419,13912.910631943,664.594730954372,6336.98664520356 -6813,4872.70264969712,49732.4649592368,2627.39096612145,896.316084995618,27055.0146901043,11586.6631185916,563.753145110807,5277.55840113655 -6814,4253.87739653548,45969.0899787151,2814.73929742566,876.339987429099,23549.5542485857,9455.9562680363,609.761548784821,4208.80953013243 -6815,4301.34293014218,42961.3001507392,3257.69061457411,964.641531930312,23555.566038465,8923.72795611622,690.267394443146,3898.42627872817 -6816,4416.16536238255,40847.3248314513,3440.72426691956,1008.89018584345,24173.299824862,9050.04092868188,729.77064894441,3942.21557461495 -6817,5076.63074673732,39554.4116220251,4301.60178703965,1225.21166373006,27753.7532668923,9992.15394953563,914.812209502964,4298.54273580111 -6818,6404.35985409626,39225.9868385688,5691.39608311288,1596.03012133707,34983.2953721283,12293.577091273,1212.12617759143,5248.62156891119 -6819,8048.7058600325,39352.7836892975,6700.32496804065,1920.34164645982,44007.5695226941,15985.9115429336,1424.19628070348,6900.77242570475 -6820,8034.22143084796,40058.4814538441,5086.59958917404,1616.48409299993,44062.5017244062,17871.291114667,1070.74610885006,7993.60704618321 -6821,9134.39886560263,41043.7561066548,5720.81015528331,1827.51007446861,50089.1300470414,20400.8690867471,1203.80970295958,9147.63656115743 -6822,8114.12495327654,42997.6763501524,4954.51516839377,1602.11304281455,44481.0278771574,18289.0832862248,1041.6384476386,8245.19610442114 -6823,7413.82794661718,46345.3235678122,4367.97326104586,1433.63236562089,40658.6737751946,16898.1236753806,916.891328160926,7638.44364184261 -6824,7039.15761698982,49723.1111369957,4216.27353559129,1374.46094398857,38595.1420921142,15963.5033749415,885.704548291506,7208.70824964412 -6825,6681.31649422556,52508.4867045893,3998.72618908668,1303.84171460266,36633.8343068074,15154.3313468075,839.963937816358,6842.72458975566 -6826,6343.69644017016,55020.5213326221,3800.73802754883,1238.25654818344,34785.4789313506,14381.0174034807,798.381564657132,6488.37532529032 -6827,6042.35562283401,53883.5060342691,3527.57236471823,1162.05222987331,33141.5687625407,13809.0431507231,740.166242234217,6243.89566845445 -6828,5989.58816722612,51256.1069601072,3573.79991472605,1166.14837853453,32850.350880773,13595.7086074653,750.561835524023,6134.08333544504 -6829,5806.11570501691,49516.286546744,3483.86190337223,1134.08464222606,31842.5881782539,13155.8959091835,731.849767602371,5932.6370290807 -6830,5854.22285381175,48665.0840853585,3523.03644860032,1145.31957701022,32102.8361689345,13250.930239044,740.166242234217,5973.22218385675 -6831,5949.80428634366,48390.7038546185,3544.53647465824,1156.81376669726,32636.8648362184,13508.2560833432,744.324479550139,6090.56683705926 -6832,6292.9015047595,51002.5130570219,3771.26499274289,1227.69095999173,34514.9395760839,14260.3446421669,792.144208683249,6425.66925332693 -6833,6745.78764242203,55631.6409786943,4019.8374266349,1311.44754235556,37005.7010747184,15312.0164733175,844.122175132281,6900.49314576223 -6834,7022.31334021688,57825.6439366912,4045.42483442078,1339.76967813398,38526.9633731076,16109.8357662519,848.280412448203,7287.23901324571 -6835,7142.56937161776,55131.7284124063,4076.85628296697,1355.6579914686,39189.6305066935,16431.2990579474,854.517768422087,7438.72487523837 -6836,6642.87731590199,52534.4696897682,3665.84771251048,1237.51857838126,36456.7379401056,15433.7859789952,767.194784787713,7008.8956940179 -6837,5533.89293469951,51169.8434735087,3088.01043170983,1037.36727629065,30367.3075733432,12817.2571477962,646.605902625959,5815.5059311222 -6838,4485.38781703215,47562.3664040603,2863.57535931814,906.21121743683,24603.5407013007,9944.4435116694,602.944410808772,4437.77216546997 -6839,4180.79447974171,44820.6422757625,3078.54806086645,925.417755904921,22893.0559453042,8719.00046948193,673.62565285212,3826.78404455281 -6840,4322.86533954045,43116.1586698192,3289.57879139076,977.578818151282,23664.8741294071,8890.47166606356,720.622791423198,3889.36127580914 -6841,4558.55567762881,42341.8658727912,3631.41597448123,1062.32795762693,24943.5862051863,9182.78729634009,796.713396728754,3995.71725391734 -6842,5254.56781936066,43010.1481467453,4251.32489488415,1237.82491251719,28741.9089663982,10511.6512703765,933.228894482838,4570.79642695863 -6843,6887.57445771777,44616.9356598625,5240.48691390468,1558.60634514253,37690.2217428398,14172.0893255965,1148.07295652205,6211.47231130672 -6844,9223.69238971327,49701.2854173478,6454.38972710991,1979.26175263848,50501.3626986922,19652.5702264813,1409.91415713235,8697.81339115983 -6845,9963.30490469357,60576.7219880441,6659.73425133531,2080.05491955295,54548.0735129811,21613.0025665806,1452.43537774427,9628.74658644286 -6846,8960.81866235428,68373.6949142966,5922.61452241058,1860.52964568393,49039.8550780279,19534.5614737041,1291.30233121486,8737.00425694998 -6847,8412.82870777402,70889.8868078603,5523.85406642554,1739.24946536641,46046.5957826017,18380.4094102594,1204.02193101143,8221.28334686174 -6848,7734.7447110105,71593.5058892344,5012.82575366338,1587.02837772439,42333.0263755744,16980.9659539506,1092.12398203267,7609.87804104432 -6849,7214.32419277223,73129.6197875116,4604.69119339975,1466.71502781322,39486.4876239991,15922.5939652837,1002.60562284967,7146.10444090466 -6850,6749.24280238657,74531.6613935496,4257.31902862409,1362.15964015145,36944.7442889898,14954.3482486815,926.515017544113,6715.34881835188 -6851,6469.02466681623,73419.5897891962,4013.19116717227,1292.75193326465,35414.0520783858,14414.7969653009,872.804002034309,6482.56506062651 -6852,6214.69214900857,72448.8656161508,3819.17617167864,1234.95946221181,34026.2846703797,13891.6726460872,830.282781422381,6252.1234503506 -6853,6130.85280544511,71207.9184778962,3846.85631514181,1233.29513701676,33565.4194724825,13608.6442678778,836.996658361107,6112.2562739673 -6854,5984.07295897577,69721.6919676183,3655.37591780689,1184.88302954914,32761.0642182819,13401.2406476335,794.475437749179,6034.42770793114 -6855,6156.44854029647,67906.0012818908,3768.49590494513,1220.02241040525,33711.6254297716,13775.4660790543,819.092986524505,6197.37878364355 -6856,6397.79079889849,68030.719550261,3873.17790582441,1259.6932584944,35031.8900656287,14367.284472526,841.472576320257,6469.97591720023 -6857,6911.07000105366,70041.8023208266,4192.29805607952,1362.02076938716,37847.146381484,15507.7778814909,910.849304687087,6979.64875845816 -6858,7185.12459646573,72383.388558021,4218.46094042606,1390.0449686243,39345.5467859584,16295.2278788221,915.325222646237,7360.94440254002 -6859,7202.93098610901,67844.681388478,4129.83952181303,1374.74554021074,39445.4218873254,16455.4504107838,895.18359183006,7448.87598028056 -6860,6624.44135439093,63058.6162645531,3631.15467446575,1232.90503528888,36280.9097277267,15336.7902743958,785.523601830878,6970.25610239691 -6861,5383.8423551342,58229.9390933256,2898.97918142254,992.210651405915,29486.9226737122,12528.5796890286,626.628514281042,5702.14573163163 -6862,4422.08780008917,52966.8265147539,2767.77198811873,886.266646752335,24225.8628218555,9811.05248782709,602.010965505716,4389.22862992815 -6863,4579.33719419486,49521.4832042681,3489.41023729888,1027.14170359094,25382.7006088014,9715.58638249167,760.646626827023,4224.67461027237 -6864,4743.27318532995,47393.9966963942,3732.65395790723,1086.49111831002,26258.3400127201,9912.93374603563,814.611421297859,4295.75520002992 -6865,4946.76078982324,46402.4861956941,4045.19364281103,1162.12803014227,27339.0261951056,10143.3329524287,883.994728474648,4375.61678954165 -6866,5791.97692523776,46688.2989318477,4841.09083192159,1381.09042060685,31973.8849280723,11745.7057850274,1058.73787247545,5057.02255179879 -6867,7615.43297184157,48128.7954204713,6015.7604427293,1749.85921835014,42133.4136264806,15891.0812388783,1313.14333212368,6894.48964057608 -6868,10267.0053929795,52447.1668111765,7530.71922233774,2250.04580641283,56958.1039432458,22171.8547743591,1639.50185106635,9707.79565094211 -6869,11055.2518312,62535.838687438,7755.50560004542,2358.29359807184,61399.5360154602,24340.6645132752,1685.75738918421,10729.3067233081 -6870,10140.0857947307,69986.7183761172,7138.85903631798,2170.29337013651,56281.1142059438,22306.8348233854,1552.13027906595,9853.26599224713 -6871,9456.00430863948,72115.2441751703,6586.23135345968,2010.09901335077,52507.5018981255,20890.970457608,1431.35192953599,9233.98448234779 -6872,8665.88786355732,71931.2846965597,5950.77472649756,1826.74508961163,48134.7958870626,19258.4867132323,1292.58531518241,8530.64484589751 -6873,8078.4756002489,72823.0205220753,5468.80255464041,1688.18499219405,44890.7956991303,18053.8888948842,1187.22547835839,8009.04425854775 -6874,7534.13949984809,73837.3961344166,5033.58514045793,1561.58851298601,41885.4943819498,16921.6373732392,1092.14465000502,7513.16177207415 -6875,7231.31189886088,72675.437242878,4763.87941203409,1486.19298456803,40219.7416234213,16329.2184741336,1033.04035129886,7259.78318261651 -6876,6881.40182418706,71551.933133111,4458.82181226177,1400.31599601572,38295.3774253909,15636.000557798,966.226796239732,6962.69871803223 -6877,6687.37825964832,70562.5012147693,4362.73601500548,1366.352746808,37208.6502554854,15156.6728401547,945.668779298461,6744.59040731411 -6878,6616.7322781228,69264.3914486329,4258.43002857165,1341.01418889717,36825.9130711961,15070.543508033,922.541010239531,6715.06192613551 -6879,6699.87404492148,67566.143892207,4260.74180715147,1347.87165477297,37309.5887966912,15324.4617566198,922.541010239531,6831.88926676231 -6880,6943.13100839254,67436.2289663127,4358.05214113169,1386.13521446937,38674.9275379702,15955.3014381977,943.099027180802,7121.84684096514 -6881,7478.49317117178,69990.8756416481,4690.84067567302,1492.08302621846,41664.1854766992,17187.8951670576,1015.05208647525,7669.76982197116 -6882,7703.18185433967,72592.2917306312,4639.40669934109,1501.68580514685,42953.253579682,17957.5605693684,1002.20332588696,8048.89504987813 -6883,7755.42274920383,68394.4812419513,4583.78118827624,1495.6896402421,43264.974989557,18192.8260077347,989.354565298662,8168.10552866123 -6884,7120.26955190665,63322.6033818728,4020.71102432854,1338.49244276418,39764.6524554682,16948.1357931695,866.006463651036,7640.52576887055 -6885,5767.8986229569,58728.8123684344,3188.72714026906,1071.64209866834,32227.017158814,13819.0611911324,686.123815414916,6240.61551741076 -6886,4864.70461747487,53502.0758884619,3189.19414599388,994.817473866139,27085.7728508455,10993.3625064608,691.263319650234,4869.91220542826 -6887,5275.90627969625,49584.8816800394,4100.38457199162,1217.33104905466,29231.740455384,11024.5548521938,873.857235800198,4729.32912029632 -6888,5471.18893541653,47512.479116875,4386.26160180044,1288.24790934217,30254.8796175156,11256.7027701529,935.853864015753,4808.93851511667 -6889,5714.15274846534,46580.2097256013,4753.57945345848,1378.66490768957,31518.7628747148,11528.9473738941,1015.56381457861,4898.36905416258 -6890,6696.10202216553,46916.9491409334,5688.88585698442,1638.89037038025,36873.8977557472,13356.7217947109,1216.31480118136,5660.86151435959 -6891,8785.16921782684,48417.7261309766,7069.15559105121,2074.83058421301,48545.8244411694,18044.5259529556,1508.58461991183,7717.2055638617 -6892,11812.4514552191,52853.5406509833,8849.19557293733,2665.02624049226,65551.872896323,25133.3818884723,1883.51660959637,10865.1059644602 -6893,12699.7963611907,62533.7601050795,9113.20524947533,2791.25602972501,70612.7112453401,27562.6769829755,1936.65657663828,12006.1874219645 -6894,11649.5215270743,69986.7183761172,8388.61456484227,2568.70964494878,64723.3406357514,25256.8234407631,1783.141116295,11024.0793549458 -6895,10859.7950356963,71924.0094566771,7739.21464999103,2378.75258387646,60375.5922005363,23649.5173365534,1644.38675790781,10331.4059280857 -6896,9947.64859405542,71851.2570578507,6992.4815817751,2161.26823906928,55335.0486488797,21794.324652676,1484.96685678209,9543.85754799852 -6897,9269.04453647771,72864.5933790127,6426.10659796925,1996.89643372208,51595.5529752816,20425.5757005967,1363.9258207422,8960.11989861752 -6898,8640.88931204048,73929.8955697185,5914.67757119422,1846.80290372067,48133.3750104476,19140.4173245649,1254.69366626718,8405.4407805807 -6899,8289.90897644663,72809.5094343033,5597.73477530203,1757.26270629675,46210.3157662096,18465.5579975959,1186.79259726919,8121.83376506895 -6900,7884.71315951111,71664.1796048884,5239.25229788089,1655.29914321692,43989.8720060941,17676.6022961097,1110.03486709755,7789.35260723994 -6901,7664.02510965401,70490.7882079361,5126.3610465404,1615.32320196153,42745.5090186409,17136.8424026542,1086.41710396781,7545.44058995941 -6902,7579.85417189788,69304.9249135771,5003.77088039973,1585.03274595559,42297.9191833406,17035.2472691155,1059.84712044686,7512.20978956323 -6903,7672.37208318301,67565.1045002138,5006.46824501361,1592.86935448011,42848.1587951891,17319.6683240329,1059.84712044686,7643.15027683369 -6904,7947.78679236677,67904.9618898976,5120.78362273245,1637.75599508822,44408.0619654573,18028.2856250805,1083.4648835766,7967.30290145171 -6905,8560.48401128387,70898.2013389222,5511.81641307276,1762.93317701568,47841.2470200737,19421.6417454638,1166.12705453067,8580.55262720091 -6906,8807.05160777322,72655.6902064025,5451.29568199417,1773.10800356526,49294.0044960762,20276.444071347,1151.36595257459,9003.62907162218 -6907,8862.00403485259,68079.5675462671,5385.89630095353,1765.49947965484,49640.0767205898,20535.9521795319,1136.6048506185,9136.69641632159 -6908,8125.90668183229,63284.1486001011,4724.2087226478,1578.78059388914,45598.5511173965,19117.5884820719,994.898271840091,8545.83784112126 -6909,6578.78727045454,58354.6574625098,3746.62058240259,1263.59635494082,36945.5296303503,15583.0004395401,788.242844454909,6979.7784902574 -6910,5576.29317924403,53230.8135312596,3747.4168134816,1176.30999335363,31123.4985939788,12434.4933339809,794.147285237342,5449.7168582247 -6911,5483.41376677934,49569.2919090949,4069.61625541263,1266.78363469614,29926.3231121588,11180.5241585336,875.340515329247,4820.52340175832 -6912,5685.19716983983,47554.0518729984,4353.30810417943,1340.5912091677,30982.9595405367,11420.9181026164,937.442376214093,4903.68692940408 -6913,5936.09560085958,46514.7326674714,4717.81100843809,1434.68838752036,32288.8194882469,11703.390797998,1017.28762592318,4997.40667942714 -6914,6954.98133796815,46806.7813523285,5646.04708917151,1705.50860882506,37782.7824111904,13563.0428172999,1218.37936593125,5777.16176753994 -6915,9128.31126615085,48295.0864449649,7016.04132037411,2159.1849929727,49716.4861944437,18308.5866245935,1511.14528153123,7870.05166797378 -6916,12279.4733325209,52732.9796481441,8782.92270829247,2773.40923114462,67089.2137255653,25477.0906782765,1886.71367831101,11071.0346517976 -6917,13204.9332559791,62612.7483517953,9045.11232341559,2904.8851457063,72243.6217010462,27925.3821938416,1939.94384478374,12229.1456437548 -6918,12112.1457067294,70270.4525299123,8325.94647711935,2673.38744896586,66221.6795666218,25590.2100119871,1786.16780830698,11230.1728120715 -6919,11291.8404302858,72532.0112292115,7681.42379520993,2475.67759947031,61767.768746224,23958.901816367,1647.17792918375,10523.3358274938 -6920,10344.1042334843,72934.2277026735,6940.30815025292,2249.36660025726,56605.0428955556,22076.0838115181,1487.48742976558,9720.13233865846 -6921,9639.24077344346,73807.2558837068,6378.19249083692,2078.30833045613,52774.1432817536,20686.6955928553,1366.2409394666,9124.56958395513 -6922,8986.67648838927,74766.5475513386,5870.60117411273,1922.08606810597,49227.5617378652,19382.3764940232,1256.82337505044,8558.54416403885 -6923,8622.27160781183,74076.4395577367,5556.05076349358,1828.90024453449,47255.5870036255,18696.252879508,1188.80705122418,8268.71819250026 -6924,8201.59290626649,73167.0352781041,5200.27570208019,1722.79231414143,44979.6188566769,17894.7542984921,1111.9190329858,7929.24826270193 -6925,7971.75727860978,71781.6227341899,5088.21043325374,1681.18109922776,43709.4249774538,17349.4683980217,1088.26118122015,7681.35826564092 -6926,7884.7478946614,70712.1631771392,4966.55424000119,1649.66461759996,43247.4688120087,17244.3182627931,1061.64609798378,7646.72573914777 -6927,7981.61492326075,69237.3691722748,4969.25594807201,1657.81244647396,43806.2535812194,17530.4700161496,1061.64609798378,7779.21748140505 -6928,8268.58593777578,69485.7665186499,5082.7454861786,1704.53364841618,45396.445607806,18245.2227492927,1085.30394974944,8108.20559582022 -6929,8906.19424879857,71816.9595416099,5470.87604064767,1834.80785342157,48906.0565979406,19655.5507701811,1168.10643092923,8732.30643131862 -6930,9164.36128604328,73131.6983698701,5410.90139738182,1845.45467762914,50377.2150888423,20513.1915075595,1153.3202735757,9160.44076804542 -6931,9222.35756483124,68699.0018242151,5346.03087793667,1837.55319969981,50724.5325359198,20772.4680195112,1138.53411622216,9294.69211743161 -6932,8458.08468649714,63868.2459698151,4689.34151072086,1643.26298076434,46581.3437301964,19330.9438006828,996.587005628231,8691.34809498706 -6933,6848.28436500567,59008.3892566986,3719.00539147372,1315.21652545535,37736.5009510718,15754.1570028468,789.580802678747,7097.62479935915 -6934,5800.47436230624,53803.478496374,3719.50113635855,1224.1781331519,31825.3372693743,12589.4018832113,795.495265620161,5547.32505147809 -6935,5217.61422861672,50194.9620349324,3787.2810372893,1193.52550555624,28429.727634542,10669.1071696424,828.459578569005,4646.43519143807 -6936,5216.36034704807,48217.1375902423,3835.18859375882,1203.60016576109,28407.1279794063,10606.6451727453,839.360362497545,4615.83278647272 -6937,5400.57881172833,47013.6058417662,4116.19043286484,1275.9463657726,29367.0814908223,10795.671449106,902.039870086647,4677.44105372422 -6938,6238.50912917778,47456.3558809863,4834.39202709864,1490.8813665436,33892.8353630987,12372.944672685,1060.10123705047,5355.19532479247 -6939,8140.60357443953,48966.4866932707,5916.59269220626,1866.05818227401,44326.0363887549,16646.8387829214,1294.46809151407,7271.24984743487 -6940,11340.3343826431,53228.7349489011,7777.10038230831,2505.23436385086,61872.2281015852,23787.3765266655,1697.79709687003,10464.883183096 -6941,12365.0495852859,62685.5006498078,8175.11581163287,2672.30839445412,67514.657600074,26339.7315506168,1782.27817231621,11659.0449877602 -6942,11447.9678530721,70305.7893373323,7646.11160258499,2492.52435882561,62457.7505562004,24300.6693525308,1667.81994106655,10770.3945825792 -6943,10649.0897537558,72692.0663050017,7025.0335801647,2300.45740293876,58125.8055827519,22714.9959015964,1531.56014195981,10077.4204780738 -6944,9753.00355306303,72977.8791419693,6340.99417047717,2088.87242331091,53249.5250296798,20926.686221273,1381.67436294239,9305.96810319666 -6945,9008.06558232419,73968.3503514902,5733.11627323429,1904.55930234143,49210.0091564322,19487.3515764888,1248.13975981778,8687.66125328428 -6946,8669.94165993629,74921.4060704187,5580.53152612879,1844.98399808316,47353.6421914218,18671.5639013535,1215.43740803216,8307.08145681711 -6947,8178.5715171596,73490.2635048502,5123.26456472862,1712.20233148496,44702.8873310386,17796.4260218863,1114.60515669317,7942.15230366396 -6948,7743.18425488547,71407.4677274514,4751.62634077049,1601.21066183534,42349.9954856334,16977.6440570151,1032.84927722912,7593.59006377854 -6949,7482.27636924961,69767.4219892726,4600.78281429584,1549.11998448345,40920.8784930886,16393.6599990439,1000.1469254435,7330.86641395617 -6950,7414.06639012055,68202.2072322788,4502.87051618536,1523.742689478,40556.4578408503,16314.8569270679,978.345357586424,7305.05742931432 -6951,7550.86174634588,66896.8222262598,4554.59822750683,1545.0338073428,41321.8392236095,16654.6967169967,989.246141514963,7457.62357304063 -6952,7823.44185703402,67030.8944176851,4657.57804901589,1588.55452870357,42823.7170347544,17335.1107006808,1011.04770937204,7772.77985491532 -6953,8510.38363473497,69678.0405283224,5107.89023045584,1735.8892573918,46582.2067287221,18801.9400652607,1109.1547647289,8419.9391690594 -6954,8686.22692312712,70868.0610882124,4967.70249969577,1723.39955765473,47590.426190805,19512.378009573,1076.45241294328,8787.74590371827 -6955,8788.3426636609,66113.1755061766,4958.21832831292,1730.1361847216,48164.9800972184,19830.093825972,1073.72721696115,8942.86570005682 -6956,8044.25380373884,61105.7354130487,4326.16630268114,1541.55103494491,44133.0996135129,18428.0210731309,934.742221872266,8349.96417108889 -6957,6496.18939490758,57171.9121425025,3409.46486218987,1228.2001649015,35657.1547631027,14991.8107156081,735.802915176419,6807.74240999064 -6958,5494.58369549405,52784.9456185018,3421.36976749905,1143.71233287124,30064.7672041008,11970.3472318103,743.978503122824,5322.82858034242 -6959,4070.74756385766,48775.2519747774,2766.23714630957,894.039058615554,22097.0918615563,8554.64252194654,628.585687982556,3815.04175071953 -6960,4104.14132643455,46187.3470743804,2844.88199464429,913.0826164037,22270.527582019,8557.04286076896,646.953451592436,3811.72198650925 -6961,4222.61126677267,44622.1323173866,3038.14916156056,962.318097435674,22897.316831237,8666.19676192023,691.852429305476,3847.57704489292 -6962,4962.37703106342,44446.4873698379,3670.72765635413,1151.87534385335,26891.7710562711,10062.3897708563,836.753675561195,4458.43414787403 -6963,6293.93740181988,44924.574216478,4257.2273111535,1380.33421824759,34144.9509140532,13262.6582704288,967.368883453674,5937.34072723721 -6964,8592.91031746547,45692.6310648026,5343.47678785216,1789.5791758946,46665.4151958762,18696.757816302,1210.23153562875,8437.19697228109 -6965,9536.44244940046,48109.0483839958,5755.50318401167,1952.44141894923,51789.4666912864,20979.5775330991,1302.07035367815,9508.27305063875 -6966,8867.65541962196,51905.6814887651,5435.54046252884,1834.7355671267,48127.0591708405,19416.7203631337,1230.64016186195,8810.1966010104 -6967,8166.3190102443,55448.7207912629,4890.47338235048,1666.07177744841,44334.0637684596,18024.2639088111,1106.14754183943,8191.9628954838 -6968,7713.99858883984,58372.3258158128,4662.98122942015,1582.85175453105,41871.4807100367,16973.0220145478,1055.12597625643,7710.87274200939 -6969,7136.73074624186,60378.2119288542,4216.04581762386,1444.71923695372,38745.2450892182,15826.3803484866,953.082845090434,7205.15205882665 -6970,6753.41294418586,61273.0658295355,3981.78107574543,1365.10798215041,36668.0422093953,14983.4502469931,900.020416884114,6818.1843010777 -6971,6154.57372818113,59805.5470645538,3395.62463957452,1197.44609861295,33433.9857069019,13951.4662820376,765.323483744995,6385.31513326226 -6972,6124.57514523092,57435.8991590082,3464.3066082161,1208.49367484157,33269.2137390345,13774.7730732221,781.650384731555,6289.78182045775 -6973,5894.48597117981,55500.6867616207,3328.85578445709,1162.04834464787,32019.6427253889,13264.1373821046,751.037445381755,6057.59799284559 -6974,5767.84424855464,54365.7501464402,3169.87119496554,1119.54425443927,31334.9826521271,13088.9546824949,714.301918161995,5991.0965755194 -6975,5855.14823888143,53621.5976001219,3180.77423305535,1128.60319078624,31819.4692311622,13332.0517573623,716.342780785315,6103.82366082906 -6976,6227.27113885241,55015.324675098,3423.56017906009,1208.45069145033,33836.4095271004,14127.3323168966,771.446071614955,6461.07685993548 -6977,6582.29411795704,58771.424415737,3544.77169489891,1262.23524905736,35776.1449568961,15025.0583706731,797.977285718115,6880.67870592165 -6978,6740.80785208149,61053.769442691,3435.68055177758,1254.33252235776,36644.8287539345,15637.401157664,771.446071614955,7196.60737828985 -6979,6995.5416458606,57047.1937733183,3615.0514220467,1311.63347512535,38026.2955673423,16165.4643212899,812.263324081355,7432.01514147531 -6980,6477.34367464338,53324.3522577408,3212.73498679431,1187.7858459156,35218.2951967376,15140.4475361579,720.424506031955,6983.61712249186 -6981,5413.90991628393,50559.7631186158,2728.17490170912,1001.41590737312,29432.3069375169,12600.9084996135,612.258786995996,5805.78092332212 -6982,4728.78593513974,46666.4732121998,2929.23630555869,981.859457483797,25687.8716606296,10299.0804880891,663.280352578996,4643.05897070101 -6983,3685.47462385617,42819.9527194313,2552.91304752167,810.283596974206,20145.6758933623,7860.13383178332,608.804827863559,3553.00506160239 -6984,3847.63461385833,40539.6862748358,2778.8991694651,864.218699313767,21048.8797082227,8050.01766172757,650.320244866754,3633.62181005279 -6985,4373.12462234587,39417.2215570621,3423.44077321377,1036.4724475163,23908.8847317459,8821.47484774462,811.13875109182,3937.79881030887 -6986,5482.03410223687,38827.9275298239,4504.3605212806,1343.14452440215,29973.5035528834,10804.3747482385,1072.75165453998,4793.43192541719 -6987,6997.14319780258,38997.3365286692,5326.05694710576,1628.75546704154,38119.928027696,14207.8831899399,1262.2303585611,6378.25650076523 -6988,7005.43631735585,39454.6370476545,4062.33225033677,1381.18180979978,38260.1486622184,15925.6189245285,950.406538696899,7335.50682582572 -6989,7895.78802589575,40543.8435403668,4560.13568923504,1555.61088760681,43239.8362348248,18086.5144363323,1067.84505824702,8334.37136750905 -6990,6965.13067348679,42752.396978129,3800.25528700318,1340.08213632775,37961.5783910882,16176.0450498333,911.904140285032,7518.02970108 -6991,6352.86084780047,46036.6458208314,3399.16267811664,1205.62806596946,34754.5292911744,14922.787159584,806.637222652969,6928.19984940127 -6992,6097.67503465835,49344.7989655402,3296.98749158208,1162.90698662484,33248.1881953382,14189.3503562667,780.46020489159,6598.00912177007 -6993,5729.03057692797,52020.0066437149,3069.09666612191,1090.11722489924,31246.6709175884,13394.3105453077,735.497693413065,6223.84258951196 -6994,5462.53524647083,54214.0096017118,2944.28062717816,1040.82024036553,29799.2935318051,12738.4929361017,701.278037781448,5913.8069553154 -6995,5238.80053512899,53348.2566605611,2754.03943425764,983.193650839855,28557.588218153,12280.4432181632,651.84300589396,5715.07668318847 -6996,5098.12265266994,51082.540695731,2745.77821161361,972.337039162177,27891.8419943417,11960.3122012155,657.4639752225,5540.43058224412 -6997,4952.37136125757,49277.2431234239,2661.75505002563,944.329713839963,27044.7071513678,11590.1918573523,639.857686171418,5374.7042443777 -6998,4930.66539260364,48032.1387196385,2671.25257535456,945.538819998954,27008.2716521944,11587.039193111,645.509411246444,5357.08195479639 -6999,5042.3636530962,48210.9016415389,2747.98585695848,966.555445298022,27679.756383107,11847.1392925653,654.01688074717,5473.46377789088 -7000,5310.71980492226,50541.0553733196,2895.20869138112,1019.70146036979,29140.6380438432,12478.2499115057,693.732735004784,5761.77033349767 -7001,5671.75380889303,55417.5412493739,3048.10721281763,1082.30055770952,31100.5881961536,13373.684808355,736.181310702153,6178.76628544732 -7002,5967.72102711305,57649.9989891425,3162.79360519594,1124.71075273878,32784.0392270023,14151.8260871721,747.483013135607,6549.53103424306 -7003,6148.83129071874,55045.4649258078,3254.52756940719,1154.06443786958,33747.4602182015,14537.9242053233,758.381395431544,6738.90159543023 -7004,5713.48985829819,52417.0265604667,2871.3657127705,1045.91659135408,31274.2747352985,13658.9644914578,676.404995388675,6360.40339094216 -7005,4790.12672258072,50795.6885675841,2424.24286354538,879.983879574533,26167.1961384597,11385.7827135705,570.517719677095,5307.34852479107 -7006,3874.48308425759,47256.8065306172,2227.4024151389,762.971799770014,21126.7185474367,8816.69023947496,530.367789535478,4058.28304621739 -7007,3962.81123554468,44603.4245720904,2840.42677832935,890.737565500041,21795.2567304438,8386.26660333595,647.649273134885,3706.29523516298 -7008,4080.17978791695,43102.6475820472,3019.01781975257,933.345071859293,22435.7039140183,8539.477395818,690.501156340596,3759.63732748664 -7009,4296.1563005297,42409.4216140935,3333.01307405893,1013.38714911062,23617.7791662412,8810.8221784042,763.497261532585,3851.39386226016 -7010,4969.00123169975,42769.0260402528,3918.39224122562,1188.70788007103,27301.1785517745,10096.4094571976,896.734148433654,4414.45614403829 -7011,6594.83467965007,44658.5084159859,4847.96907038594,1509.56877402658,36017.0624306872,13678.9450742899,1105.69013388725,6054.51009934005 -7012,8812.66138089873,49686.7349375825,5984.14489835552,1921.00652795758,48313.9920003073,18958.4612415596,1359.69541907594,8462.48412576668 -7013,9482.16328877246,60366.7794234407,6183.50394274629,2019.76175373039,52182.0465625077,20825.4075490896,1401.97384786488,9342.24303560007 -7014,8494.68565462273,68494.2559171358,5454.73571900939,1786.99488008081,46705.3396755894,18810.9055924459,1239.93051218714,8475.47921690265 -7015,7927.37560612447,70929.3808808113,5081.25409264405,1664.07272521924,43749.9456569218,17660.4847052938,1155.23023717454,7935.8076988824 -7016,7343.97001331071,71441.7653445061,4621.71002627374,1526.62506610426,40353.9671656897,16359.8898933515,1049.36670131358,7384.11690046533 -7017,6828.56835540026,73092.2042969192,4241.05695222851,1407.50933883229,37593.8009340413,15324.8054569333,962.707751733276,6918.95964649402 -7018,6417.61506893203,74599.2171348518,3938.04360893256,1315.99888565395,35287.1161900967,14413.1853216487,892.100142768884,6517.7134914625 -7019,6131.35662271172,73535.9935265045,3692.90672229838,1239.75619870484,33723.2080025556,13881.8513744726,837.544305064717,6283.46464927439 -7020,5857.45327903711,72603.7242360447,3521.19557164282,1184.61079498791,32378.5352503137,13350.8526740666,797.749912352483,6032.83061667958 -7021,5757.76353744202,71297.2999388464,3523.05511440911,1172.18949683583,31812.2106921776,13065.5634266045,800.759740582488,5890.23245100877 -7022,5588.54479456049,69990.8756416481,3349.87887620917,1124.55681260797,31014.3714794756,12841.8236836641,760.392108775632,5789.14346749437 -7023,5745.34172234253,68074.3709895569,3456.07190686349,1158.7949625859,31919.6754147109,13196.7305080818,784.326025248003,5943.32860171885 -7024,5973.8982294346,68507.7671057219,3555.87897662125,1198.15220858802,33191.9267729044,13766.1056516625,806.301267152667,6205.62780194937 -7025,6461.85339308239,71816.9595416099,3851.96678137505,1297.4585429566,35885.997800158,14865.2951539869,873.230268943328,6700.97506526935 -7026,6734.03978138209,72746.1109585319,3891.33357616362,1331.05532287636,37397.5363349554,15632.3402441965,879.727194004546,7072.44409057176 -7027,6757.85505044374,68233.3867741679,3802.04318578995,1313.76081777043,37480.4815077256,15795.1300554226,859.232927422069,7165.3975698375 -7028,6246.60785702547,63567.8827538962,3350.64830188963,1183.7275461067,34569.8409084949,14749.8956223379,755.041446581505,6731.13993569485 -7029,5096.58694866226,58974.0916396439,2675.87524867902,954.533448427083,28136.4314583579,12066.3523074421,602.408893701576,5523.31940556613 -7030,4192.99018899819,53730.7260975476,2547.6470833669,850.369273389503,23071.1918524753,9446.89140957336,577.806198285479,4254.33236555487 -7031,4965.04955154015,49873.8123905448,3792.08618207953,1129.24691402321,27496.2685631421,10452.8709933012,820.195026048811,4549.76972618637 -7032,5144.42607953085,47915.7349823301,4056.49482727419,1194.72971876954,28455.6046237815,10670.8618996683,878.384538032004,4628.24728314354 -7033,5367.22724098534,46921.1064064643,4396.22896879043,1278.19935169695,29640.5232388389,10926.1642284084,953.199624867537,4716.76511542071 -7034,6285.6884754917,47274.4749847342,5261.24942726441,1519.22305241463,34674.681017185,12657.1890467349,1141.6228065274,5453.01415956991 -7035,8259.73349276021,48965.4474020914,6537.6999447373,1924.20313443817,45660.6245867474,17107.1691579362,1415.94479159102,7428.5524482138 -7036,11127.5386081488,53138.3141967717,8183.81065989771,2473.06676163093,61673.0835629143,23840.695193934,1767.85279263223,10450.3680196167 -7037,11976.784012144,62875.6960771218,8427.91914410924,2591.25927821714,66448.877267167,26156.3803773574,1817.72951718926,11544.6692085873 -7038,10985.5208066298,70473.1197538191,7757.84539378108,2384.68930990199,60910.6884923945,23972.067587392,1673.6412018023,10602.6343288958 -7039,10243.4398306283,72437.4331107372,7157.25763909887,2208.52482712255,56820.3938745494,22447.2735767129,1543.40753212563,9935.15116760011 -7040,9386.30597290568,72296.0856794292,6466.66489728113,2006.87314393913,52080.4766006303,20689.3343345544,1393.77735845457,9177.16414563325 -7041,8748.97126851026,73452.8480142577,5942.86418135154,1854.47392621318,48563.5220860162,19391.8048703193,1280.16926363024,8614.90251144174 -7042,8158.53361726084,74877.7547319368,5469.87769050574,1715.26698695974,45306.26581707,18172.5510775468,1177.64488537414,8080.45674354265 -7043,7829.65311209971,74356.0164460009,5176.75620816475,1632.30243844291,43498.1474671482,17533.2258667957,1113.91351510683,7806.91146322365 -7044,7449.75672237011,73699.1666774604,4845.21827472139,1537.81260180143,41410.2468956152,16785.6982279213,1041.86935741335,7486.3873507676 -7045,7240.12572808128,72471.7306269779,4740.82323968737,1500.58311045907,40237.8546155578,16272.431884553,1019.7019242769,7252.30165514734 -7046,7162.82419681855,71982.2112749243,4627.44036245199,1472.6209675495,39818.6352802134,16177.3842195351,994.763561998389,7219.70573921586 -7047,7252.13929897818,70823.3703577373,4629.92004001699,1480.04049120314,40337.2522766843,16447.7936998985,994.763561998389,7344.58121030459 -7048,7514.63459728662,71654.8257826473,4735.6260980321,1521.92524820409,41807.8808326932,17122.1756947797,1016.93099513484,7655.39779025513 -7049,8094.05378480642,74103.4618340948,5097.24348393822,1638.24722838971,45039.4373328997,18444.9803814849,1094.51701111243,8244.38313272436 -7050,8334.48306485238,74046.2993070268,5041.24121469322,1648.32714376386,46414.8139989942,19262.4674445352,1080.66236540215,8649.18557082645 -7051,8389.76523803099,69073.1567301397,4980.74293106767,1641.5342627275,46743.5880851123,19511.0709112449,1066.80771969187,8776.07265177969 -7052,7700.00103745892,64373.3550928133,4368.7922422591,1468.54401492937,42944.5764286757,18168.2776878767,933.80312087314,8206.68683289289 -7053,6236.53771656378,59650.6885454738,3464.73659280638,1175.59657100582,34797.6035496441,14810.8779883392,739.838080929164,6702.04737330376 -7054,5267.1448689048,54747.1802922474,3465.56749324024,1092.62417990076,29293.3007135355,11803.2950080808,745.379939213277,5236.57789280963 -7055,8200.94072567627,50937.0359988921,6223.0851065847,1885.46040206587,44800.0916336904,17103.3127486047,1462.6592347463,7608.48182978207 -7056,8652.55765504351,48949.8576311469,6521.432841986,1977.01976685451,47257.3899935897,18155.0982999124,1526.54919235938,8053.26355120563 -7057,9044.10294754869,48128.7954204713,7114.74826455728,2126.0027801439,49334.0991086394,18573.3860792616,1669.8841782935,8209.11651514847 -7058,10330.1434769568,48702.499676765,8268.15263389292,2454.96106599613,56343.386865965,21003.9381692361,1931.95760692009,9283.98744160413 -7059,12813.8031677618,50335.2701750611,9818.43309963836,2959.09542809858,70050.9886553868,26547.4495575597,2272.74713913998,11846.2799419401 -7060,16565.0588561887,54180.7513766503,11752.4803223589,3640.20038900882,90804.3337509658,35509.1015704569,2690.32455047101,16012.0493560824 -7061,17413.2350314493,63638.5564695502,12338.3232458303,3834.89732985236,95484.789570559,37215.0926988678,2836.27359399822,16882.6971614651 -7062,16983.3717333874,71353.4231747351,12148.9154358488,3768.94061301048,92953.3688406176,36263.7478308462,2828.04722942594,16387.5693267827 -7063,15894.8046761308,74185.5680551623,11138.6107110673,3480.24482161323,87027.6483775547,34281.7627935565,2587.87010321427,15506.4216213468 -7064,14787.1670372817,74932.8386766462,10269.2260954029,3221.76000529151,80944.2953426204,32041.7467598733,2393.58617278197,14499.3155208702 -7065,13931.1596819436,76486.6209282264,9547.42414082535,3011.02834840189,76259.9343763424,30377.5467913518,2228.65470937154,13753.1716505171 -7066,13257.619835781,77664.1695907096,9014.08215682134,2852.17885672234,72557.5553937675,29030.424670958,2112.48723265533,13131.0265317337 -7067,12833.8377003425,76555.215960708,8647.79590262986,2746.612461224,70240.1310405264,28216.7250452238,2030.51432997487,12766.6973841274 -7068,12549.7117853907,75500.3068834225,8417.87366136917,2680.36826738154,68657.0203964106,27674.8751352044,1988.60685801039,12509.9413845844 -7069,12384.8231205036,74150.2312477423,8269.09799679228,2636.47714996458,67739.8498916594,27402.1199360554,1954.06936741919,12371.631078785 -7070,12450.0194769424,72877.0651756055,8209.687954506,2630.51124308841,68086.4331766384,27707.8418601512,1944.08532845282,12508.6903093172 -7071,12804.3527963746,71487.4953661604,8322.7596584316,2681.05295972407,70033.2842922204,28687.8135957616,1973.48088709154,12944.5984792747 -7072,12996.2351369863,72177.6033597624,8235.40664348075,2677.72412285227,71140.4225016399,29388.9850864803,1940.82852936568,13296.786227053 -7073,13420.4820813324,74808.120307462,8404.81497419794,2743.56619784405,73545.6639672179,30429.1112611281,1963.02465671921,13812.1856872504 -7074,13592.1845672569,74522.3075713084,8338.04801658094,2748.18904381751,74529.0410216937,31001.6066860212,1947.21285268945,14130.1290707304 -7075,13222.5870874378,69594.8950160756,7931.86919671094,2638.17905955008,72579.2479542145,30347.9266644496,1839.01500722375,13890.6840674497 -7076,11729.3939310866,65214.1644407784,6786.50525421708,2293.86790151415,64462.7775718175,27198.9727418175,1564.60021535949,12526.9768074654 -7077,10017.2131903042,60792.900400537,5865.05416858709,1974.94126275918,54986.399242182,23170.5282908647,1372.63051758166,10625.6269109982 -7078,8642.26212484814,55562.0066550335,5812.71698516147,1845.1722522998,47329.2368173223,19006.1700876641,1365.51726953015,8577.12370852014 -7079,9298.01804507592,51769.5307149813,7152.49327373226,2154.98353764136,51331.5161224899,19579.9944539469,1737.24736475956,8727.55475886438 -7080,9808.90169184624,49663.8699267553,7452.16930385373,2254.28286303637,54264.9443800227,20857.5885099735,1808.58237463022,9294.87633203509 -7081,10273.5656731287,48533.0905771057,8145.46636159868,2428.20921444708,56736.9028800243,21368.4145809334,1979.95716001508,9486.51813594553 -7082,11688.3201581192,49078.733165048,9390.34788040495,2787.52359605425,64466.7805923238,24105.2473981007,2282.79541832868,10699.6533344108 -7083,14349.9575833839,50428.8089015422,11008.1660774307,3322.05679981871,79078.1512016068,30168.0991923123,2670.63267072264,13487.8586158224 -7084,18375.200752146,54343.9244267922,12998.5443883213,4041.16887302361,101352.558441782,40033.3020030599,3142.64977139791,18065.9435200824 -7085,19297.6441489112,63576.1972849581,13732.8047227173,4264.6741727693,106188.570196664,41747.5467859724,3322.50061759856,18888.1036622465 -7086,19037.7187286322,71383.5634254449,13789.084747032,4254.79726276844,104959.72009561,41064.7241059372,3341.10258505398,18529.1442044775 -7087,17806.2945100803,73441.4155088441,12619.2269935758,3924.97051099776,98261.9147502176,38832.5732427381,3054.93184554653,17551.7675163682 -7088,16608.5893517766,73446.6120655543,11699.7042147343,3647.72414362102,91709.9113721005,36360.4861528295,2832.45075511875,16443.006670611 -7089,15669.1380238616,74562.8409354386,10911.4571486735,3416.71396996786,86583.6705628519,34510.9651147805,2640.85304201904,15618.8108529091 -7090,14961.3625583706,75405.7288657621,10371.7296126448,3252.4072884467,82746.0738991884,33060.981318794,2510.481763489,14954.3436812904 -7091,14503.1825264877,74528.5434191979,9985.45187391901,3139.34276048268,80251.1026911847,32160.9020031523,2416.73365999318,14551.8133624758 -7092,14249.4082395039,73858.1825628853,9816.26855928212,3085.19549724045,78913.9351746576,31643.1752409465,2376.83390176283,14308.0117311039 -7093,14082.3149756159,72461.3375135576,9651.06081240636,3038.785843189,78057.3153290265,31397.0600516526,2336.38226922024,14193.7571757516 -7094,14184.0268012186,71083.200209526,9620.60723484747,3040.9056955997,78686.3335306769,31801.0276758861,2328.45808271669,14381.967050475 -7095,14610.8802572386,69876.5504866983,9782.78104382798,3106.69734576913,81145.8106734107,32978.822156347,2366.72532646185,14916.8463732223 -7096,14764.4598422416,70382.6990016897,9602.79993510821,3084.47684126449,82021.6351569027,33692.8697336554,2319.70897330121,15281.6838580847 -7097,15137.8639436767,73463.241228492,9669.48519609526,3128.88563532194,84018.7536694579,34699.7678868689,2332.82108319866,15778.4769873914 -7098,15302.5512004166,73942.3673663113,9601.66068483634,3130.98057383259,84886.0581587514,35249.373119735,2315.05559288091,16071.5194111018 -7099,14797.5955592169,69479.5305699465,9042.62468215949,2981.77589116754,82023.5255309377,34338.4623574954,2177.02162222124,15708.5506797293 -7100,13053.1504753055,64782.8469069719,7684.85005535839,2575.62158226085,72287.0388871002,30605.279850487,1846.8438412625,14066.5227809355 -7101,11262.6715562054,60431.2172912052,6795.68011702329,2252.86673979417,62472.2232959614,26253.369568901,1636.39422055921,12018.1819053885 -7102,9769.31951521519,55266.8399958248,6719.04460309834,2110.77243312354,54078.0962478937,21658.5536104317,1626.00681954567,9776.51635396955 -7103,8851.6466753109,51377.7073549397,6599.44723496842,1990.1868046747,48539.1603001831,18627.7951502881,1596.72780607061,8365.74161323497 -7104,9297.73245396606,49198.2548767081,6825.87018876364,2070.85083697165,51102.4195800301,19788.4986022103,1649.17262012143,8915.92543161015 -7105,9594.59110166802,48146.4638745883,7327.22312721133,2191.98918060568,52681.0994629254,20036.6391318497,1772.71044533737,8996.46766112729 -7106,10816.456029889,48577.7813075808,8345.46533768928,2489.02426723373,59356.9171692594,22451.3403949872,2022.32066350757,10072.9433247378 -7107,13285.1066172121,50255.242536352,9737.26810504452,2958.87776639143,72827.2665401121,28145.7741330786,2360.40480608804,12675.6365289504 -7108,17681.9632138746,54444.738393156,12121.6851180199,3778.36014726266,96927.5762044842,38479.5446397778,2938.62403112388,17420.3982643844 -7109,18676.305988925,63241.5364519845,12960.6679731805,4018.72661047304,102114.928999549,40289.6360192062,3141.25150537243,18196.1613970681 -7110,18487.4354681064,70951.2066004592,13107.2868121836,4030.66572578357,101210.166730486,39692.2553832357,3168.50048898496,17928.0968111866 -7111,17334.5213325547,73255.3773470611,12026.1916975861,3729.61882235147,94960.9902034865,37602.8104179832,2905.09999519889,17032.0974880829 -7112,16193.0264027436,73424.7864467203,11181.7090656246,3473.55784988417,88732.0147071028,35238.2121756283,2697.40338547371,15977.8852903098 -7113,15274.2221771621,73787.5088472314,10428.6697468691,3253.07682167262,83730.8918685546,33435.7789232384,2511.6140428729,15184.3027691885 -7114,14573.1201339189,74055.653230082,9874.68417237982,3089.94526880874,79921.2469484085,31996.2973087106,2380.07957978947,14536.6709107725 -7115,14089.0770490999,72823.0205220753,9476.0616620647,2972.39115070205,77287.5057415678,31061.8803878018,2279.38473794785,14124.3658879222 -7116,13855.1282316578,71103.9865371808,9341.64302914317,2925.85081380853,76035.817257374,30569.0795822535,2242.08834371924,13905.9665803876 -7117,13680.0388831347,69194.7571249722,9165.66290114393,2878.36056533161,75133.995030023,30309.1402717145,2198.27380947049,13807.2403774485 -7118,13718.2967470668,67884.1755622429,9059.22255146376,2861.25430248803,75383.4524445952,30595.0738830115,2170.78411857592,13960.1378050309 -7119,14113.1421317649,66732.6097841246,9176.61333783184,2916.16817770406,77615.2228352965,31693.3635806089,2197.42895355772,14481.1596822803 -7120,14469.999590391,67501.7060244425,9228.12364715755,2955.95866063891,79588.8699815966,32725.1759640149,2209.43865701087,14975.3908909046 -7121,14789.2888130719,71106.0652203532,9213.83470765669,2981.8062487819,81296.4813016595,33643.3431804621,2211.88236441201,15410.5132993555 -7122,14888.5553266553,71344.06925168,9086.49982185566,2964.71975642531,81778.9680295345,34077.9035219719,2178.38782179086,15625.6002501686 -7123,14452.2067872093,66502.9202838597,8602.37421973694,2837.40279291634,79325.6959860075,33296.4376620019,2064.65669990897,15287.1150959223 -7124,12775.8330462937,62172.0769957477,7335.70570125837,2457.28732605417,70045.7529422996,29726.5693629161,1759.76502563427,13676.7750416579 -7125,11033.4743068726,58636.3129331325,6520.97499817168,2154.10122485078,60552.4758147187,25496.5082424703,1558.58655592922,11702.2430224142 -7126,9381.00872172901,54123.5887487684,6246.07544498439,1964.95049189996,51475.5027564571,20740.9931887933,1502.46024391195,9418.6977241639 -7127,8079.55869774864,50278.1075471792,5826.90611549244,1764.24706912493,43916.8165751817,17042.304155841,1401.67052479532,7772.06945872189 -7128,8338.01476778201,47938.5999931573,5850.56012059056,1791.24223467791,45404.9026538302,17868.1438022945,1403.29795527367,8183.82128987667 -7129,8845.61331644471,46268.4140042688,6564.50189389317,1970.43659004808,48144.9390784733,18468.310004913,1583.22072485003,8419.99266436872 -7130,10094.7578690347,45995.072963894,7653.21215961054,2277.42741779313,54943.1746641993,20885.2119095306,1842.3817917269,9507.42688103632 -7131,12506.5151720203,46675.8271352549,9035.73580339634,2736.27277356291,67960.1201465941,26365.4795409854,2175.05353697138,12039.5203772333 -7132,16317.4057925709,46988.6622485806,10902.1369430239,3397.85384736597,88603.3906201828,35523.4835566681,2610.04160894171,16317.3739849371 -7133,16875.2763748342,49106.7948333994,11296.3498575304,3510.26773611435,91461.0969899449,36614.1644543578,2697.35383411663,16791.5116432749 -7134,16341.1540332016,53046.854052649,10970.1569681193,3411.87939637847,88660.0463659703,35484.9878496535,2625.04571049263,16301.4098665823 -7135,15409.2265495148,56595.0899118571,10105.9399312481,3175.89122186519,83612.7592103405,33774.999758753,2420.47628155827,15556.5633982312 -7136,14394.7396866365,59682.9073785421,9390.91635268648,2956.38348773226,78127.9288436813,31648.4554820446,2244.40965031041,14589.7513373883 -7137,13791.116859889,61382.1943269612,8935.06478334133,2824.9880533324,74847.2676598752,30379.8556888894,2142.9974516281,14016.3468468029 -7138,13123.8327944558,62292.637998587,8424.585922341,2673.55859250593,71245.8077770827,29021.6545070111,2019.53337662699,13398.0704379497 -7139,12006.644510484,61239.807604474,7282.10373223771,2367.15757549431,65165.2628981205,27094.8463466275,1743.68197717517,12561.8953243029 -7140,11793.3631033705,58988.6421194091,7160.52618449964,2324.92301248986,64037.0259295548,26634.4971462478,1709.93966080784,12351.1072791938 -7141,11883.2178174082,57393.2871117055,7249.83955423384,2353.58347978603,64551.8207866668,26799.8512110254,1738.01758275961,12433.6274484898 -7142,12167.3022153365,56725.0048377514,7387.39126346808,2407.36931319277,66096.0837620546,27468.0862523575,1778.74887334912,12751.5338486085 -7143,12652.3439507978,56404.8944845431,7598.98353125198,2489.41765963643,68759.6106364398,28678.3108191543,1831.71308081328,13323.9365664031 -7144,13214.6936440649,58277.7477981524,7911.09281046877,2593.29909348048,71821.0831000893,30001.4904825266,1902.57459956764,13941.1950031835 -7145,13261.9560601184,62022.4150333779,7672.23096290863,2547.66400907992,72045.3133995105,30459.1510859083,1834.54749000687,14180.6311652293 -7146,13575.3943762059,61520.4237839174,7769.78762977666,2593.15870943849,73675.0310270603,31221.2622768254,1862.98706317605,14535.333012563 -7147,13304.1597452026,57368.3434177059,7536.94679009376,2521.0489245866,72171.014380323,30705.6977558217,1796.22573287622,14299.4980879239 -7148,12202.5541810219,54029.010731108,6896.83845017305,2309.66998431459,66115.8634631342,28125.073646602,1647.3328955366,13093.8040291639 -7149,10308.2453900277,51783.0419035673,5845.01326008749,1953.92652005368,55904.2735392397,23751.3512208659,1395.82530477106,11045.7328403981 -7150,8857.79776042048,48186.9972387185,5794.29072456038,1819.18709149299,48117.3336330322,19456.7506333495,1382.75148437021,8946.18272601075 -7151,8415.70699111641,44736.4573715225,6654.1031562274,1932.13164330849,46606.4814100248,17530.5020171912,1590.37458756546,7854.24100532198 -7152,8197.72237378543,42488.4098608093,6144.34760184045,1836.6844176349,45645.5342224586,17551.3160105838,1469.82379088509,7920.78644292161 -7153,8984.06112824418,41009.458590414,7134.00412548146,2099.82404282566,49832.4318784153,18551.8794074005,1712.86708515604,8342.30183330877 -7154,8984.06112824418,40730.4013981464,7134.00412548146,2099.82404282566,49832.4318784153,18551.8794074005,1712.86708515604,8342.30183330877 -7155,10698.4434015111,40451.3442058788,8690.96202785165,2554.64136879088,59131.8936979764,21621.1917560674,2092.67099818598,9725.42474596571 -7156,13510.643009267,40629.067735786,10608.2618574962,3144.96615097269,74348.8194394944,27640.8740547175,2549.78657677197,12477.6633945817 -7157,14053.5716347298,41107.1545824261,8989.92250039791,2859.39744754642,77319.8630433569,31534.2186330813,2140.32767229263,14487.3378850268 -7158,14553.7469893504,42414.6181708037,8992.03812446329,2923.2269857273,78998.1602013231,32296.3049784768,2145.36165329045,14951.2577141209 -7159,13607.8902768231,45060.7249902618,8366.51644637428,2716.11840021656,74402.8150466099,30657.4415906449,1991.70723095936,14188.3456617345 -7160,13047.4233077267,49215.923330825,8042.75552008233,2593.99963142234,71634.4127310384,29638.4264889891,1910.747404099,13686.584921823 -7161,12260.8868251633,52396.2402328119,7525.87424994076,2436.99567366459,67346.1061970916,27886.5515764572,1788.85348781738,12888.9074807059 -7162,11841.0221101797,54226.4813983047,7330.1437456574,2361.43321912512,65157.6375942633,26946.80530144,1741.74182490004,12438.0366313423 -7163,11283.4334658126,56034.8968441494,6941.34232474524,2242.23386274153,62191.7726376064,25786.0573912227,1648.9221754654,11898.5878947219 -7164,10861.1485537659,54770.0454038885,6593.6825856075,2138.82711551642,59914.9828671282,24980.43852193,1564.67054141444,11531.597882011 -7165,10939.6105962442,52521.9977923614,6810.52871884202,2183.29512470859,60452.6857956725,25020.0104950109,1616.91944222068,11520.5879367013 -7166,10670.2977485099,50915.2102792442,6554.01203192265,2115.3234652244,59152.5026700555,24625.7032919565,1555.40068783074,11346.0451122097 -7167,11128.8151908654,50147.1533301056,7003.2188243309,2230.46675159561,61859.8565332379,25610.7247550812,1661.48383623971,11764.5847019313 -7168,11640.1831498306,51199.9837242186,7355.40602835844,2332.75688393642,64901.449128266,26894.9715182067,1743.56939889178,12332.3624752518 -7169,12010.1708957994,56899.6104941209,7439.58862272015,2385.92800406995,66915.4226879588,27870.0956423694,1763.95453675747,12806.4718607961 -7170,12391.5478074537,59626.7841426534,7493.13689307507,2435.03380283162,68776.3403368401,28784.985232782,1777.35700603598,13266.3691560229 -7171,12896.2167381604,57937.8904084686,7810.4018899246,2530.92600529212,71325.7640462594,29821.0526534571,1851.69750510202,13751.0647371099 -7172,12677.1516548384,55160.8293719369,7502.75003868032,2461.78242106094,69832.2187990638,29332.720115202,1779.26299353307,13567.266205356 -7173,11799.5938654209,53162.2184987781,7029.58379544619,2293.9477786964,64717.996295639,27118.5543950358,1666.43940373217,12546.7909227745 -7174,9967.84336525462,51900.4849320549,5989.50307862783,1945.86236443966,54847.6690703082,22929.853302577,1419.72310477119,10587.3465622034 -7175,8086.29514231991,48415.6475486181,5518.78403486652,1700.43828149096,44988.2080777027,17991.4051198937,1312.3189988647,8174.7152800652 -7176,8736.00900589178,45643.7830687966,6613.04217481981,1986.77278618619,48238.0049295604,18315.3484627533,1608.97356790857,8282.5530927519 -7177,9164.29896454481,44082.7255773337,6865.78046402773,2072.3369529005,50922.6827356113,19484.4348685133,1666.94179157166,8812.59658801633 -7178,9608.92593074769,43583.8524030389,7523.30925046385,2234.64265308377,53296.8779268871,19969.4837524271,1828.61527839193,9001.04488454832 -7179,10895.270704342,44366.4597311289,8644.63004238261,2555.52491030156,60374.004808251,22473.5804639814,2100.07603457205,10128.4722350933 -7180,13307.6919052987,46806.7813523285,10030.7510386324,3016.15159858701,73436.5161064048,27967.336472004,2425.30381759498,12689.1426927668 -7181,16922.8614761598,51432.7912996492,11667.1576397175,3624.74657260538,93250.9875779803,36901.7462564896,2803.35822276951,16892.4369645773 -7182,17844.0286335588,61184.7236597646,12332.9834931622,3825.27027735284,97582.7140110974,38456.2073284747,2969.16573464641,17644.7962242016 -7183,17215.8197081273,67880.0182967119,11955.8024386245,3710.4505194692,94562.7536478091,37254.9926816123,2892.34694650237,17082.1859405902 -7184,16328.6834252593,70869.1003793916,11184.2646687369,3490.92802710862,89842.4178394948,35629.2371193924,2704.62959330641,16347.8393663823 -7185,15334.1997669619,71572.7195615797,10473.7982347425,3274.91522971055,84431.8733583628,33532.1069021594,2536.73975675615,15388.4479877933 -7186,14340.744100769,72765.8579950074,9620.09541899678,3030.1761822987,79037.2188537048,31632.0169648637,2328.38882575061,14536.6852611002 -7187,13833.3353857149,73981.8615400763,9292.74839600028,2926.87785496324,76336.1817966364,30537.3724093119,2254.12256462553,14018.2301840255 -7188,13286.3375483504,72881.2224411365,8801.11340589249,2787.82317780277,73350.2436898649,29507.1889729553,2134.25360753369,13558.3128155046 -7189,13046.6255765214,71902.1837370292,8635.30811308219,2737.43358475289,72099.1346376081,29019.964339872,2096.98613344383,13329.3744216731 -7190,12944.7453626398,70569.776454652,8559.41356297761,2715.34516459946,71700.0110480948,28903.7526041716,2076.62124268888,13271.3591963155 -7191,13266.1802823095,69600.0915727858,8777.42578398109,2786.63109730472,73581.05326308,29662.2880361157,2137.04419731718,13608.8051908455 -7192,13583.3909817359,69212.4254782752,8838.60612750541,2824.74852311859,75484.8530033473,30642.3715972039,2148.06628974037,14067.5382706642 -7193,14068.6046347671,73630.5716449789,9057.77403073949,2907.29123937959,78190.7040260185,31868.5643550711,2200.15402249175,14642.8566387514 -7194,14368.5347182104,75071.0681336025,9064.23654450737,2930.29063319514,79695.9054001031,32711.1165585946,2191.95314414215,15066.3538964423 -7195,14535.3623006114,72669.2012941746,8991.51616557141,2928.95935976757,80400.4701862556,33198.6997436556,2171.52108162354,15330.1111709826 -7196,14036.9611066003,67987.0681109652,8440.81179419151,2780.39654006007,77464.4941107868,32284.3204248606,2032.09329494062,14953.5194584141 -7197,12524.5808973498,63547.0963254276,7308.2012266938,2436.91402800973,68850.8502154347,28956.6534428695,1756.2969984129,13459.1077495807 -7198,10721.5613240963,59422.0382355741,6358.45518598463,2107.31141790714,59098.4046644304,24711.4409612983,1535.58053971103,11453.3814345147 -7199,8965.09803961865,54340.8065532545,6036.6824832883,1893.25844193432,49742.6261984864,19915.9147294254,1462.10032145754,9098.55676185146 -7200,10153.2162432281,50925.6034934785,7695.86174601165,2319.25639194978,55398.3181211626,20806.8094537691,1843.54594959987,9407.00767404573 -7201,10748.4820648879,49001.8236015046,8005.09697681622,2428.04520451697,58645.8510666439,22208.7843452848,1916.5576703761,10059.3972539741 -7202,11245.3544472155,48230.6486780143,8754.98499445021,2614.00117670047,61353.7879907495,22757.5256121541,2099.08697231668,10266.3084450824 -7203,12752.59645403,49122.3846043439,10069.9820858236,2992.36981077725,69573.7484690449,25633.8420013733,2415.47109568035,11553.8266166783 -7204,15556.3509518924,50947.4292131264,11759.9304661833,3549.72000406394,84864.2174290438,31937.0349102329,2817.03555994963,14464.9748780804 -7205,19846.0493508739,55048.5829001595,13828.9315048039,4303.64628078793,108252.743861891,42242.8616172579,3303.78036512451,19288.838408242 -7206,20740.8996839043,63780.9431920374,14637.2944946105,4533.94782131047,113130.674903821,43917.7625782552,3498.47828719447,20038.4680697626 -7207,20625.9998744728,69841.2136792783,14782.035779035,4553.16290829561,112497.706382866,43393.9814599993,3534.98414758258,19780.5587085935 -7208,19316.8009878373,72479.0058668606,13520.4572727989,4202.94518945545,105345.126891324,41056.5299677923,3230.76864434828,18764.9155490814 -7209,18053.8176814619,72880.1831499573,12555.4633825445,3913.15896612435,98450.0616336704,38479.3196289158,2999.56486189021,17602.0768273667 -7210,17060.3135074623,73759.44717888,11719.9117772266,3670.37865978934,93028.1291735436,36548.3025076511,2798.78262975557,16739.8786841923 -7211,16331.9430428004,74862.1649609923,11161.5884424931,3502.0227533786,89060.3959048538,35057.9040268425,2664.92780833248,16059.3005752756 -7212,15849.701614454,73782.3121897072,10756.5252702429,3384.02807282623,86432.4622935442,34119.1864560094,2567.5788472975,15636.9581634323 -7213,15621.4898043041,72747.1502497112,10603.5912465828,3335.58708762208,85189.2071128556,33624.0371111051,2531.07298690939,15410.1447370566 -7214,15472.9955729302,71435.5293958027,10427.638214735,3289.92396345623,84372.5063218041,33403.2848330136,2488.48281645659,15322.307643313 -7215,15617.2186037835,70569.776454652,10406.3178990005,3297.95188743847,85153.3013729849,33865.3363977861,2482.3985063919,15550.1236551411 -7216,16122.7891877512,70336.9689800353,10590.4771715614,3375.03853232223,87915.1657083959,35154.6018600386,2524.9886768447,16157.082223249 -7217,16268.6853176002,74861.125568999,10372.1316067603,3345.7240264788,88700.2082910558,35875.0555107708,2470.22988626253,16531.0564949521 -7218,16605.8605218664,76221.5945197275,10404.4341554781,3380.39939671807,90536.8946365561,36855.133618587,2476.31419632721,17008.2514738771 -7219,16749.4030350409,73947.5640238355,10333.810037495,3379.07352600545,91315.5522505005,37380.1666473716,2458.06126613316,17272.3609592101 -7220,16133.1916645505,69261.2735750952,9703.84649480427,3207.58336081647,87949.0277830971,36328.87625966,2305.953514516,16824.1850699232 -7221,14171.5268390519,64718.4091400213,8230.18976832319,2762.32712621282,77239.1028303524,32292.9352492319,1953.06353076421,15000.9050460675 -7222,12302.4899007237,60509.1662467418,7326.02380916882,2430.63698785303,67075.8646075256,27788.0515398882,1740.1126785002,12866.2518023899 -7223,10633.9012055094,55626.4444219841,7225.38690921893,2270.86397356663,58138.6591570842,22927.7715720788,1724.43051320795,10473.1604935394 -7224,10825.4013330503,52167.5900237262,7969.8967942269,2446.30128065947,58446.7735113573,21908.4260531875,1936.73127068216,10019.5492755129 -7225,11439.6982465764,49829.1216600697,8289.97356921797,2558.31459190999,61734.2790261386,23292.9198156331,2006.5989696608,10657.2178311434 -7226,11977.3334809369,48916.5994060854,9066.90493971324,2751.14587901764,64622.7137035342,23967.6344627729,2182.2296202911,10923.9403361051 -7227,13518.1785014294,49592.1569199221,10428.6291807922,3136.2187656608,72855.6797662086,26788.6701015439,2471.53000462697,12150.7577262226 -7228,16470.3147356789,51132.4279829163,12178.1931436439,3726.19767588412,88821.4698869107,33184.5692521901,2912.52513684691,15125.803956865 -7229,21025.7620516736,55012.2067007463,14320.2768755645,4514.8190026841,113154.437950939,43916.2383583784,3393.69224764349,20167.8960010598 -7230,21925.5325413017,63677.0112513219,15157.2441543425,4750.40416559959,118004.979837689,45472.6872066972,3581.92891795392,20839.8156216199 -7231,21756.9540386941,69738.3210297421,15307.1616882303,4759.69121903089,117028.726179716,44795.6619691785,3585.13646238165,20472.5086852377 -7232,20443.9729301513,72408.3321512066,14000.7705620156,4408.10198910376,110030.824684964,42590.6988155102,3319.97893593011,19569.8401931236 -7233,19168.4790703158,72900.969477612,13001.7384279097,4112.6474807407,103178.364388794,40156.3072689163,3101.61543204879,18504.9278821055 -7234,18134.9253671184,73834.2781600649,12136.498659718,3860.71749543431,97606.3109375005,38214.3550324004,2901.3073327962,17644.5522095601 -7235,17365.107198723,74892.3052117021,11558.3053748791,3684.41084930806,93463.4873724335,36667.5739310248,2764.56392268219,16934.8113352849 -7236,16875.5789249934,73990.1760711382,11138.9040034491,3563.64046680069,90833.7625161938,35771.523217835,2671.40699071066,16542.7674218716 -7237,16640.3419835252,73180.5463658762,10980.5905040273,3512.76531190937,89557.8565642702,35291.1679429448,2631.66612530292,16323.4519474482 -7238,16509.9819532278,72150.5809825903,10798.4200709829,3470.92081778689,88890.5308470329,35144.8969711741,2606.77312009617,16291.383292346 -7239,16660.2984629106,71472.9448863951,10776.2018298823,3481.41167758045,89715.1023975012,35587.1035275041,2610.08414209295,16514.7787762689 -7240,17163.3921035289,71135.1660790698,10966.7010046838,3555.29003818978,92349.8249419263,36808.5020186822,2631.13153456496,17067.2604546419 -7241,17303.6943244326,75320.5046703429,10740.3186437279,3523.44280563549,93060.3582218974,37473.6960652363,2572.48163963703,17410.066640146 -7242,17614.411372836,76005.4161072347,10773.4460017493,3552.73113625058,94671.4837751226,38301.1644934389,2559.5565858034,17788.7397337001 -7243,17731.4015924659,73501.6960102637,10700.0047986395,3548.29513854352,95286.8124309921,38681.5163382624,2536.80194354847,17969.3848158429 -7244,17058.8520476287,68799.8157905789,10047.4276474861,3366.60847818571,91642.0497295246,37490.1850402401,2377.30389117954,17443.6862167932 -7245,15013.9837487729,64592.6514796579,8521.46023762477,2906.30087133238,80664.6464964713,33402.6027155875,2034.80299686433,15612.0432076711 -7246,13070.3485926619,60556.9748507546,7585.57526686945,2562.30216915057,70286.2327174618,28894.645516644,1825.73449066635,13483.9050003696 -7247,11357.4725404621,55380.1257587814,7497.1757035502,2401.14999563957,61234.7227420515,23987.9862201624,1820.8196964557,11075.3612929453 -7248,9774.74861978415,51637.5372067284,6961.69327150359,2153.35759442278,52637.3506542308,19923.2195611448,1744.34424248835,9216.60586851861 -7249,10355.6239713132,49320.8945627198,7241.44826117329,2255.52912384191,55734.6352488229,21273.6195816068,1813.42718278492,9856.02492077925 -7250,10813.6204377233,48333.5413275506,7919.74947787951,2425.22641326722,58280.3624331296,21779.5429258096,1986.13453352634,10058.7576342263 -7251,12255.3061699046,48976.879907505,9109.27819866162,2775.2247241746,66079.5361158987,24525.403420521,2285.49394147813,11320.6787885591 -7252,14978.441236786,50591.9820524981,10638.0753784839,3296.30742908871,80644.1722287924,30585.6537005522,2665.45011310926,14174.0001012208 -7253,19173.1781769832,54450.9743418594,12509.8763290739,4006.06514967539,102964.794472733,40520.739804677,3126.00304841971,18902.9697731964 -7254,20027.6175786482,63139.6831944415,13241.1089735047,4218.93146916559,107591.869409099,42118.5338290062,3310.22422254389,19637.9525969276 -7255,19904.4169436753,69253.9983352126,13372.0150716823,4234.98648750656,106975.028794856,41605.5421137789,3344.76569269218,19385.6419583649 -7256,18658.8217268528,71843.981817968,12230.8328261723,3912.07674158095,100202.185165936,39383.030905145,3056.92010812314,18391.5107327774 -7257,17443.4035613932,72626.5892468719,11357.9014809885,3643.10490168043,93652.3385355663,36916.0716577152,2838.15746385068,17252.3705565623 -7258,16491.4556122965,73667.9871355713,10602.0719934747,3418.36433822292,88507.2514418245,35071.6346735283,2648.17937803511,16407.7690929498 -7259,15790.481761195,74811.2382818138,10097.007121735,3262.01589948659,84735.2495490686,33643.7559364043,2521.52732082474,15740.3525113874 -7260,15328.3712181981,73831.1601857132,9730.58921631412,3152.75530657765,82240.6580344133,32746.7338292192,2429.41673376265,15326.3592403464 -7261,15107.496301721,73155.6027726905,9592.24025518627,3107.59739383664,81056.8777566759,32271.1639912833,2394.87526361436,15104.0416670176 -7262,14968.0983520579,72027.9413973926,9433.08662465875,3065.76751255655,80287.7135957364,32064.0282375482,2354.5768817747,15018.4380115426 -7263,15114.1444832612,71147.6379764766,9413.8229473852,3074.30821189177,81040.874566188,32514.0244061498,2348.81997008332,15242.0538792086 -7264,15611.7312047375,70774.5223617313,9580.43898589004,3147.48068292282,83680.0644761055,33759.1821072855,2389.11835192298,15836.8512907613 -7265,15770.2961399241,74614.8069057964,9382.97723802915,3123.00581269914,84454.2233803804,34468.0775318399,2337.30614670056,16204.2787501793 -7266,16107.1795801026,75087.6971957262,9412.23186692545,3157.07628402357,86218.5739026267,35419.5352772195,2343.06305839194,16672.5482501351 -7267,16255.2438481003,72934.2277026735,9348.3736542182,3157.34563672856,86973.8343522051,35932.679128915,2325.7923233178,16931.8810655549 -7268,15670.9626651841,68226.1115342852,8778.53345619991,2999.50895391106,83789.5130445266,34935.7201162641,2181.86953103328,16493.4877730996 -7269,13781.7572812975,63652.0675573223,7445.46353697526,2586.03131633846,73613.6421334185,31070.9902776659,1847.9686529332,14707.4010294927 -7270,11953.892276987,59519.7343284002,6627.45410500023,2273.53575310436,63905.5405104714,26724.442384063,1646.47674373488,12612.5167152373 -7271,10328.1130033118,54489.4291236311,6549.4777978378,2120.56106347054,55423.4560832207,22053.595278939,1634.96292035211,10300.4123710033 -7272,8430.04429985997,50576.3921807396,5637.89136789072,1788.66796835255,44658.3326120241,17264.3415700374,1444.49286091811,8077.91770923903 -7273,8835.2285437194,48357.445629557,5777.36309992059,1849.17988937411,46546.9252850141,18199.9307699974,1488.40968233028,8575.0838918144 -7274,9087.10117214987,47324.3622719195,6202.11115330315,1953.13854396174,48024.0739023364,18423.7314767058,1599.86250255386,8658.26515552162 -7275,10278.2506512469,47640.3153595969,7158.67350728653,2241.09613044662,54344.0750284347,20709.3165312919,1831.84999602325,9703.99499578853 -7276,12766.320947095,49295.9508687201,8530.33226394425,2716.87459836563,67491.855948986,26241.605719281,2150.45173919214,12256.6485599832 -7277,17200.2753357352,52778.7096697984,10883.5487549707,3548.24711840751,90677.7879510119,36174.1096790652,2695.89035275688,16880.4400358126 -7278,18117.7754286023,60127.7360001206,11548.3607745364,3747.30583303011,96170.2783379689,38070.5982977973,2874.73204726909,17697.6731258855 -7279,17709.8660573794,65595.5945865856,11277.3144894895,3651.28456575064,93933.2548051537,37071.3687382754,2871.56823764125,17369.8634144807 -7280,16635.5753743336,68516.0816367838,10352.4453204701,3384.51216355815,88020.1085659002,35097.1702590954,2633.36845173193,16490.7377607887 -7281,15486.5551664765,69165.6561654416,9502.09761519565,3120.95759653163,81921.6066201337,32793.8316498303,2436.36305117524,15457.2937926386 -7282,14564.9343381446,70304.7500461531,8744.96791105088,2894.47110218942,76994.8709883894,31028.4100021864,2260.25439195825,14676.8142248441 -7283,13950.0434744001,71122.694282477,8378.13634673658,2776.20883129818,73612.9420570538,29731.7758635318,2148.94869625744,14048.2015013065 -7284,13422.9673005375,69964.8926564693,7889.89674625638,2632.66512518747,70848.590607918,28764.3512472763,2047.34514937697,13638.2232035927 -7285,13106.2212239976,68025.5229935509,7584.86215177132,2540.95341461658,69209.8068646718,28158.1250071233,2000.10679457852,13409.2484306377 -7286,12928.0671734323,66347.0223727864,7401.87257377013,2491.03886367078,68128.8888097499,27842.9392996097,1958.31331189913,13296.9638249659 -7287,12965.7070317294,65090.4854635874,7286.60477112985,2471.56709087847,68205.4461727148,28067.840193995,1931.81397468193,13433.9608950537 -7288,13354.426116214,65425.1461957471,7376.06655845443,2521.01736233781,70100.9622667045,29046.3114031959,1955.28602755839,13923.7264917971 -7289,13738.2297961003,69912.9266861115,7466.93631459116,2572.16591287882,72013.133148914,30042.4342046628,1969.51850365417,14402.3247842125 -7290,14211.8817989608,70291.238857567,7750.59058790965,2675.91293101847,74428.5902924293,31164.1657603801,1992.67510901374,14857.5340863198 -7291,14307.2984014618,67766.7324329414,7598.51086813656,2651.42601140086,75046.7750103582,31631.2990173219,1959.05953374865,15083.6908941561 -7292,13992.4907365059,63546.0570342483,7358.26809105404,2584.1063294177,73393.4260937248,31099.8442387115,1868.34573110632,14786.7256352707 -7293,12431.6416888825,59517.6556452277,6338.01975829792,2258.39996794339,65283.1749964243,27924.9028318376,1596.67749445467,13261.0587484815 -7294,10578.4540881891,56304.0805181793,5352.50227023767,1903.07882806874,55628.0947536024,23695.2906897051,1394.22722177891,11310.4922691219 -7295,8961.31198241908,51666.638065445,5229.10483953996,1748.75507351136,47289.9053937331,19241.6009715488,1351.5191942559,9097.23454281839 -7296,7769.51431703957,47729.6968205471,5273.73345812325,1645.36912107105,41503.7612575513,16279.8059897216,1331.87079466064,7579.8534620931 -7297,8048.65407509577,45621.9573491487,5356.24434399247,1687.73746174579,42556.9706219771,16931.7525608702,1341.38659048392,7898.60410239477 -7298,8412.36028978624,44415.3077271349,5868.74265777657,1809.16771732367,44678.7536131756,17379.5480246693,1496.17933522515,8113.82543471632 -7299,9691.30366396406,44068.1750975684,6961.84758604858,2129.6915359045,51539.1116569492,19798.8980875799,1755.39306587351,9203.40144796701 -7300,12004.7834423798,44260.4492080549,8148.06654042782,2542.88160586336,64152.3503404006,25171.1690476251,2063.10668395795,11746.4209993264 -7301,15890.3143884621,44457.9198752515,10020.4946941604,3229.63944840717,84889.6358098682,34304.1831282314,2498.02664064502,16030.1628305187 -7302,16672.954220179,45165.6962221565,10587.4284774533,3414.23561134948,89909.3607909058,36076.4020949911,2604.79497948935,16781.6231099387 -7303,15991.2478159855,47123.7737311851,10138.3445537927,3266.17785157412,85763.3746497679,34531.7334049605,2518.46464040332,16131.7648597119 -7304,14984.0937064651,50684.481386986,9230.34244390207,3003.47822281014,80153.5404914758,32654.8214744927,2309.28358937723,15317.9436510665 -7305,14084.5258961637,53946.9045100405,8686.73031688479,2831.45038432999,75226.6394955452,30677.924020434,2154.60721045757,14373.2736880034 -7306,13322.5640716251,56030.7395786185,8060.4154181847,2637.77293676443,71103.5997251201,29184.1874097324,2032.68742509009,13737.6133653027 -7307,12677.9467377269,57383.9332894644,7605.51321332924,2497.60697131472,67542.8496303999,27830.4209991593,1916.41330867536,13104.9610701585 -7308,11586.1279431021,56304.0805181793,6529.83661421905,2200.3423673132,61596.7646267332,25942.8256704282,1649.3329402115,12270.7343545697 -7309,11467.6153916856,54047.7184764043,6536.7848148582,2197.96221047268,60864.4197791783,25579.0818031251,1631.48504328643,12069.696398657 -7310,11401.8206426973,52248.6568528006,6452.60576477117,2168.03249494553,60353.7896703393,25447.3048887639,1638.64346791962,12058.0629301633 -7311,11499.0417454131,51598.0430329635,6368.93499144617,2149.10127531687,60780.1127187757,25799.4415534266,1652.4948538997,12288.0090747365 -7312,11892.2404548781,52844.1868287422,6476.74223844647,2197.30440756599,62706.415874515,26782.7645262854,1693.0117376987,12783.8211916899 -7313,12507.0602847117,58712.1832054966,6846.4910573748,2323.23486003397,65917.7627056065,28129.9282060351,1770.88359160849,13399.8824980429 -7314,12759.9158545702,60754.4455179513,6847.12253197761,2355.934030123,67334.9409200027,28918.5050909295,1732.01586581727,13733.6168978473 -7315,12974.956524847,58281.9050636834,6791.68932709574,2355.68987471391,68750.779068532,29653.5760423415,1741.28891174452,14120.2089054115 -7316,12952.8644538943,54700.4109794138,6849.77135411873,2379.41175761108,68789.4811409672,29576.9985341049,1709.82236048251,14012.7546838377 -7317,11836.9224183291,52244.4995872696,6180.47652004724,2155.10577921003,63194.7257923281,27181.5601309038,1557.01785296088,12896.2147305764 -7318,9989.95566107269,50583.6674206222,5242.53093900098,1822.8345263682,53180.8411056186,22864.4790525304,1320.12401172173,10838.475166051 -7319,8693.38954182539,46780.7983671496,5407.81725927028,1756.05609946632,46337.3151315387,18845.0428167233,1333.40358684684,8790.59065557091 -7320,9253.85134328612,43364.5560161944,6714.88070957318,2071.03754782214,49433.2700377819,18661.3735071231,1709.45920178778,8636.28056274437 -7321,9040.58349903425,41148.7273385495,6320.82482355818,1953.56478415422,48326.1420311225,18686.7615065124,1571.2452225771,8655.21306852491 -7322,9810.59582214085,40058.4814538441,7423.95808004537,2212.55524453101,52805.004413145,19749.5776334061,1825.00486241436,9081.38239734984 -7323,11566.2838468054,39851.6569644063,9168.94391632372,2664.55475952473,62659.5503572366,23001.321579405,2220.78873490654,10520.3274380131 -7324,14558.7762166033,40368.1985928181,11121.7222340056,3288.74955134863,78785.9962580508,29377.8248267176,2710.84674634205,13500.5862945117 -7325,15287.1429632611,40853.5606793408,9257.87514867062,3032.56539709188,81756.7463569067,33476.9729968808,2287.2566048771,15713.3203399712 -7326,15467.4520418362,41216.2831806658,9431.78274126452,3050.42331436149,83491.4438947901,34187.6131897986,2280.35790708524,16044.1341845082 -7327,14646.9936631428,43165.0066658253,8675.0783746576,2860.24049921076,78556.9791644055,32473.4519707465,2124.17842025234,15287.2581489595 -7328,14175.5066136667,47078.0436087168,8230.83681320607,2757.29970363033,75671.3429728919,31429.4193531321,2045.58443745268,14827.8610157533 -7329,13316.8362897799,50265.6357505863,7737.72793954043,2584.89965302385,71127.9863867718,29572.4934983378,1912.52059244673,13948.7113206903 -7330,12905.2655310267,52641.5195040214,7507.03994856175,2512.04805169663,68831.4675027932,28589.4864809406,1864.26016744392,13486.3409289491 -7331,12325.8374910373,54916.5893919066,7112.98702819977,2386.94877823288,65692.1424597476,27365.8391729907,1764.61223267442,12907.9351208494 -7332,11889.718025003,53849.2085180284,6733.74103236855,2282.30556178351,63277.4544242803,26512.5463372289,1676.08802387563,12520.020807786 -7333,12008.2132321801,51534.6445571922,6936.46712136268,2334.2836965293,63867.3978628622,26567.5011508828,1733.40439308401,12531.6337524202 -7334,11766.0404801762,49784.4309295946,6688.07995614653,2264.13836667948,62484.7883583612,26165.6209207998,1666.52784028685,12352.1065940921 -7335,12335.7567633257,49291.7936031892,7091.87851319383,2399.09830288898,65365.221970334,27229.0357198638,1784.10264226232,12848.9128725634 -7336,12973.9851354442,50798.8065419359,7405.96819587862,2520.39733312001,68586.1572437904,28611.9993113251,1875.29442876607,13504.6498989433 -7337,13356.3828370631,57802.7789258641,7542.02942097569,2568.8847108176,70690.7524127612,29641.5852132561,1893.54051415007,13992.6981986066 -7338,13688.9081464689,59960.4056844478,7656.66223401364,2607.60051164086,72653.5513752671,30595.7188946105,1903.60493712205,14447.6791445989 -7339,14186.7038368707,58002.3281754192,7939.92645659389,2711.35287240407,75339.2628079589,31669.2374029842,1986.15555415486,14964.2170960355 -7340,13851.50699311,55301.1375120656,7678.93205796346,2623.96962617584,73751.6276014922,31126.9863116967,1904.75370476936,14717.1125202434 -7341,12831.6785920304,53245.3640110249,7151.20626883785,2447.03240366094,68379.2945456296,28759.5729806344,1787.08943814531,13610.1757715451 -7342,10880.1825123301,52083.4051194862,6083.8229233921,2078.68605541731,57902.8276819299,24314.2317798815,1523.16981877946,11487.0243181314 -7343,9192.43298606024,48257.6709543725,5760.63984574619,1877.32806728241,48986.1943103979,19718.3712620673,1453.53622362877,9233.55568878092 -7344,8020.40390632872,45389.149874532,5613.89809028401,1760.99326433573,43358.1016047167,16731.9893866441,1449.70098978945,7781.22645794092 -7345,8483.06748503302,43837.4463061242,5920.43640131516,1862.1770842624,45454.5898175701,17672.1371209459,1513.57471754555,8223.06633033282 -7346,8891.25513599111,43356.2414851325,6514.89324674462,2014.37801393214,47773.2880454259,18158.5360987727,1663.54916823311,8414.68383587898 -7347,10131.9354403626,44215.7584775798,7564.41123252904,2326.84863085268,54490.950247567,20536.130177711,1919.85137853443,9492.32591107269 -7348,12637.8858003473,46460.6880139412,9082.69264905702,2844.28972340692,68198.3790473076,26131.5950465976,2253.19473796197,12040.1232850996 -7349,16381.4011492395,51612.5935127288,10919.612427448,3530.42897170777,88356.8004802965,34988.1127197147,2646.88201748953,16148.0711006231 -7350,17167.1300762802,62097.2460145628,11382.4347194183,3685.22815897445,93479.6743749406,36851.4711606263,2782.49638759081,17008.1606127616 -7351,16169.4344264162,68385.1274197102,10503.2464197791,3411.28882269013,87672.9847216999,34874.9518841387,2647.20761684247,16254.8320329042 -7352,15330.3916919631,70466.8838051158,9808.37467492462,3203.91436719391,82927.4841363399,33233.4987176428,2473.62083179376,15521.8500746101 -7353,14281.763484243,71087.357475057,9025.9589489904,2957.60700920358,77205.249794599,31078.4351888829,2301.03402599161,14564.2703045561 -7354,13368.9110868046,72235.8051780096,8290.204910719,2737.50870482684,72155.7869439791,29280.818657226,2112.13535110245,13744.9913914804 -7355,12754.7664527445,73640.9648592132,7818.36168629113,2586.31940607655,68786.8324235363,28016.3997143834,2022.1676305681,13196.0748379019 -7356,12247.551844832,73285.5175977709,7385.62549417053,2458.93809595251,66004.9142732155,27048.5756582019,1912.35823329068,12756.0686387353 -7357,11939.8053249121,72527.8538628666,7128.64312166526,2378.60958305667,64291.4233097064,26437.5003609793,1864.98905459119,12501.9057057327 -7358,11888.7002985068,71496.8491884016,7126.51305797169,2376.04517885257,63803.5588783283,26270.6291919191,1854.44780161537,12421.5318656516 -7359,11971.711457766,70931.4595639838,7020.05977214948,2351.24751751013,64186.895363545,26607.0669516888,1874.14496838124,12656.6450528563 -7360,12336.9836489786,71285.8674334329,7155.48917932529,2410.40056883434,65954.3593845934,27502.8810736462,1894.32383507111,13075.9677505642 -7361,12796.7347018466,75541.8797403599,7343.83941978967,2485.5122353931,68378.6082784482,28624.3748551888,1941.5485037934,13614.5145094068 -7362,13322.5760693433,76026.2024348894,7663.49638601379,2603.5852845663,71296.409252911,29837.4351034574,1971.46132418214,14117.7444512099 -7363,13540.7354072752,73645.1221247441,7661.51219625182,2624.51382237725,72677.0908879429,30523.8784471911,1959.72741199017,14431.7991592861 -7364,13222.5282222101,68994.1684834238,7360.83730774889,2546.27430949468,71106.0354832477,30005.1296808124,1853.68867233082,14159.9009406983 -7365,11857.1151207941,64533.4102694175,6428.39724236609,2252.80742895083,64014.8645815236,27174.4208276343,1608.16856496733,12822.206114035 -7366,9953.63419792057,60303.3809476693,5334.08764737314,1868.37529438529,53653.794089132,22829.1797494575,1375.23783906515,10820.5944736867 -7367,8380.5447525517,54965.4373879127,5102.82118238929,1689.27219561483,45234.5691640525,18438.9207122227,1323.29070347063,8669.71827113612 -7368,7666.05504929424,51131.388691737,5441.20296061145,1693.72769667583,41505.8574320126,16034.800524423,1365.65286196408,7407.59017299189 -7369,8098.23749035602,49216.9626220043,5752.1870824046,1795.39852700828,43528.4456629994,16923.7992947747,1432.79417772929,7832.03406293165 -7370,8433.49773522682,48329.3840620196,6257.97781610132,1921.24994542505,45445.6545424951,17309.2763404345,1564.76073626402,7987.1446671723 -7371,9699.67887051619,48911.4027485612,7368.46179877293,2250.23057534027,52296.8501993529,19697.272398965,1823.33801398383,9039.38101315644 -7372,12241.5318691085,50650.1838707453,8932.94799189526,2778.30749086044,66169.2531156464,25289.8026708004,2169.39442483008,11552.0315931599 -7373,16077.2866162765,54845.9156762527,10916.9778029567,3501.47367033439,86840.9667003393,34185.5734047562,2598.70800046414,15625.878186261 -7374,16895.2235133465,64163.4126290239,11362.1562915895,3648.83004476272,91962.6586797532,36079.7957442536,2724.2732435488,16476.4204033253 -7375,16159.3621646705,70132.2230729561,10846.5964822372,3467.44398062616,87706.7068760888,34558.5867475883,2669.88622771006,15950.3476641883 -7376,15149.4941207204,72323.1080566013,9971.54007015692,3214.715027289,82038.6026282539,32639.7906823146,2447.12731792643,15097.9584669195 -7377,14029.1221303681,72799.1162200689,9110.07887723059,2947.91666560677,75925.8508335963,30385.8093844431,2252.10468608085,14108.7644870133 -7378,13186.1269723996,73516.246490029,8425.78180606892,2741.46651685973,71290.7165507461,28729.7555344969,2091.03872428383,13379.0736415689 -7379,12476.8790473048,74856.9683034681,7866.11313888865,2567.01097720627,67398.7232830041,27315.5433579095,1970.05729621692,12766.5712571219 -7380,12047.812980745,73876.8903081815,7501.8019887148,2457.42171073007,65062.9612292143,26492.5909121884,1887.57215576101,12407.9882331882 -7381,11683.1104502583,73031.9236946856,7180.36474149331,2356.50769018748,63071.0777025239,25815.8781789703,1832.1879947955,12150.6018063966 -7382,11507.3650099055,72081.9859501088,7040.78980319709,2315.20597715735,61960.2428714366,25468.9603543597,1799.00334907885,12014.5241356527 -7383,11529.4048078483,71709.9096265427,6939.75179560431,2294.48961963313,61976.7399919188,25657.1666026053,1783.20514928007,12142.3379456693 -7384,11827.7159354969,72095.4971386949,6996.0455672145,2327.57057946667,63457.7523647902,26470.5195661146,1805.1312127604,12561.1108078569 -7385,12102.4564569409,76099.9941248951,7018.87984419682,2361.96191072752,64834.8420222302,27244.4518569483,1788.1991419506,12908.7119519042 -7386,12655.5495667745,76309.9365886845,7329.64133129743,2478.89687287797,67886.3550566214,28492.6362020394,1830.73647456066,13425.5704995451 -7387,12847.162657133,74104.501226088,7262.49964471927,2480.48585693969,69089.463647349,29140.9782841114,1814.30297631424,13732.0697722569 -7388,12624.009429723,69337.1438474594,7025.41593210302,2423.3410374089,67984.8851325224,28764.4587117963,1728.95899284395,13511.2929076047 -7389,11298.2035052096,64730.8809366141,6079.1989733269,2132.22467361009,61017.2147500376,26001.5061468052,1479.73440201755,12194.5091132435 -7390,9474.92741751333,60578.8005704026,5058.146588351,1766.65149424417,51133.5643805367,21851.2800436409,1271.59149004801,10317.8064890911 -7391,8111.90762281892,55179.5371172331,5033.71674990645,1648.11644866025,43852.6764094324,17847.1929288946,1268.14154604129,8340.92075920512 -7392,8051.53103527413,51459.8135760073,6127.27009402007,1834.57440451684,43872.6608189243,16665.3597808882,1414.93318079888,7382.8437633146 -7393,8524.75034990868,49378.0570897877,6413.21444846652,1924.02829507984,46350.9032710408,17727.1738847518,1474.44103737832,7852.11939777799 -7394,8890.49401522078,48601.6857104012,6999.43380271964,2068.50482283067,48364.0612893166,18124.0420902711,1613.67033712056,7992.10289147745 -7395,10119.0451425599,49294.9115775409,8120.07982793188,2381.98454863464,55119.5027390738,20466.8012062085,1862.93270154339,9016.66635872794 -7396,12493.6652489526,51240.5171891627,9615.97708780959,2858.37141307692,68269.5245641277,25796.9803935174,2184.05275044974,11447.5886664592 -7397,16131.1695663186,55259.5647559422,11477.1491592204,3504.22884522528,88294.3095137617,34462.8118879013,2575.9080906977,15446.1511358764 -7398,16883.1905865812,64713.2124824971,12064.7508924652,3688.47188437361,92631.7996406825,36019.676606591,2720.37872844515,16177.1573112749 -7399,16581.3980179971,71414.742967334,11929.2321155027,3647.67722569336,90598.5557475274,35209.8228307941,2726.74946627806,15781.1672121755 -7400,15544.3921322805,73647.2007071026,10933.0353163972,3369.44844211306,84879.1100494382,33311.5557885015,2493.95237127971,14964.6298004573 -7401,14490.9788858393,73813.4918324102,10091.8559076534,3124.6775606598,79044.0960059754,31159.9278712161,2310.18746353616,14010.3036021863 -7402,13676.736007291,74960.9002441836,9388.89289014188,2923.96276121112,74543.1448854108,29563.0645407323,2152.80755298511,13308.0579831798 -7403,13048.9313790913,75945.135605815,8877.39656603533,2775.97429904444,71038.6485305896,28281.8497180709,2044.27101249375,12730.1650406524 -7404,12647.8358678946,75214.4941472689,8523.19987814604,2676.16315909701,68819.4930256682,27501.303442074,1966.79785895771,12385.7810715611 -7405,12405.2126539922,74603.3744003828,8314.48033390391,2619.49305930657,67404.4777206789,27005.909060801,1931.24489943469,12161.0775385104 -7406,12268.9381497968,73801.0199350034,8169.18859198936,2579.50303330047,66586.7970961629,26769.6370689492,1898.12204004775,12056.5139874488 -7407,12361.0270305616,73353.0733390731,8117.77175805346,2577.88334423493,67012.0491069569,27092.9230837062,1890.45060190647,12211.7317399531 -7408,12743.5753871851,73681.4982233434,8235.17835176444,2631.47590121227,69017.855016288,28079.5850256134,1920.58041291494,12663.6035410291 -7409,12924.040811983,77062.4037668786,8134.46839840831,2623.35795123292,70031.4019300753,28751.8890999703,1884.83513285395,13002.6639736813 -7410,13293.9553891196,76598.8674000038,8277.48164761939,2676.95236045058,72195.8122194102,29718.1534494266,1899.6150608941,13468.1293309395 -7411,13443.0759125401,74340.4266750563,8213.24920325879,2679.35025391546,73074.7215028799,30242.8715573427,1884.83162951106,13740.6792351446 -7412,13036.6885705034,69605.28823031,7796.1418127623,2563.85054780905,70994.7218536577,29559.1166608138,1775.35450638711,13471.5548826798 -7413,11529.1206161222,65231.8327940814,6660.60620413057,2223.06127455868,62906.7663371577,26445.6321723855,1507.74921061748,12107.3883110086 -7414,9899.4385722711,61174.3305463442,5784.87003981416,1925.70976950848,53860.9339612933,22575.9503178034,1330.91098226348,10298.4766257573 -7415,8519.63869387815,55750.1233991751,5730.30924938464,1798.68604103977,46384.7313669297,18527.0232790409,1323.0507269271,8325.89310390295 -7416,9505.10367134065,51566.8634910745,7882.89535435732,2272.26376317533,52318.5228245233,19239.1602225787,1659.85038463698,8184.72274991835 -7417,10060.7459010236,49571.3704914534,8199.74135839922,2377.50128992859,55399.4798515764,20535.9736923825,1725.58703353349,8761.48722658667 -7418,10528.9994443422,48723.2860044197,8967.58658407198,2563.07882720674,57913.2149248913,21038.6982670035,1889.92865577478,8916.5714174566 -7419,11940.7411333242,49513.1686732062,10314.4097112138,2935.26457260223,65651.9355180681,23693.768063545,2174.78746765967,10024.5263875484 -7420,14560.1654046356,51112.6809464408,12045.7120119854,3477.15673766795,80132.6242889354,29521.7696440634,2536.3390365905,12584.7122253369 -7421,18561.726427907,54812.6574511912,14165.770586408,4204.51878637547,102332.045034565,39051.3978941518,2974.58336256726,16856.400331738 -7422,19399.733371709,63760.1567635687,14993.675222184,4431.24158757953,106918.919321546,40595.7948226137,3149.88109295796,17499.0782542959 -7423,19293.5086477636,70188.3463088448,15141.7579307453,4452.10112122633,106290.43436051,40106.6457780146,3182.74941740622,17258.5847334152 -7424,18064.2236082468,72245.1591010647,13849.6858677536,4106.36398723045,99558.101816577,37943.7902207495,2908.84671367074,16391.2922445314 -7425,16881.5244795107,72679.5945084089,12861.2374239146,3822.34198896712,93045.3157241331,35559.9864268201,2700.68065883178,15379.8061817211 -7426,15950.5273804471,73572.3697259177,12005.4341737273,3583.70394969266,87933.0368557357,33774.7316972464,2519.90487436637,14634.9077867499 -7427,15269.5685601042,74546.2118733148,11433.5626021018,3418.82087756921,84192.5264984403,32399.887299749,2399.38768472276,14044.1661473135 -7428,14818.0113284549,73675.262375454,11018.6886347504,3302.8829399947,81716.8388043585,31533.3267846218,2311.73881952741,13679.7090104111 -7429,14604.7784652233,73141.0522929252,10862.029064027,3255.64299354358,80542.0001321413,31075.8319193235,2278.87049507915,13481.1281443087 -7430,14464.5098267448,72269.0634030711,10681.8298497717,3210.23600672973,79773.3738855647,30870.1270711712,2240.52411655618,13408.2052316602 -7431,14597.8495403053,71695.3591467774,10660.0709969252,3216.84149966693,80522.0562697064,31296.9155934918,2235.04606248148,13614.4470695321 -7432,15069.2277110905,72072.6320270537,10848.8481962929,3290.52735998785,83152.407891123,32490.7986587914,2273.39244100444,14155.6696213354 -7433,15201.5164382657,76066.7358998336,10625.401306237,3258.62791033305,83922.3512240703,33155.804406935,2224.08995433206,14501.3325740188 -7434,15514.0891603016,75881.7371300437,10658.6320853145,3290.42489611223,85675.9149907715,34060.9380673965,2229.56800840677,14930.2837556083 -7435,15646.0752947248,73849.8679310095,10586.4047994608,3287.38627850916,86426.742172605,34545.6839250936,2213.13384618264,15171.1396013152 -7436,15066.7322342062,69329.8686075767,9941.23156470679,3117.7602289618,83259.8709595307,33571.9426238551,2076.1824943149,14790.9184925603 -7437,13230.0145730063,65000.064610644,8431.73960289455,2681.59780727793,73141.0266459003,29838.4939725136,1758.45535798175,13203.1518165084 -7438,11489.9352982375,61321.9138255416,7505.32731607679,2361.94162209078,63516.1397930383,25684.4666394868,1566.72346536692,11317.21033901 -7439,9987.00089998579,56372.6756514748,7416.54493048936,2222.00863753215,55096.1677217718,21248.8718400153,1555.7673572175,9198.913706717 -7440,10141.7246004093,52642.5588960146,8520.07415761361,2410.76916749219,55567.4053905937,20264.5675010689,1724.93507543045,8593.55935531806 -7441,10697.582548975,50180.4115551671,8812.42067835839,2510.0737857523,58625.4182957169,21572.2732437747,1783.01369749882,9178.53618773081 -7442,11043.2758673164,49320.8945627198,9460.60228952175,2660.57957835399,60489.4256232326,21868.7825430199,1916.59452825606,9251.03498106441 -7443,12432.5867134266,49977.7443312602,10775.2338189319,3019.67998784624,68086.6381087261,24486.8408117822,2183.75618977054,10346.1993254108 -7444,15175.5386552451,51558.5488591986,12569.8059270688,3576.13250309629,83145.3203433607,30540.976436369,2543.8436465944,13006.4562904851 -7445,20097.032898827,55189.9303314674,15643.9684184771,4546.94342612164,110177.416247391,41567.7350296619,3159.47704051907,17872.6459674931 -7446,21138.7326449392,64127.0365304246,16727.2245092653,4834.67753155343,115866.925758237,43422.0300412528,3380.17580437886,18631.8400792546 -7447,21045.4306096854,70410.760569227,16919.1566758446,4864.42597713743,115330.550250821,42939.5886792668,3420.83083982672,18389.8612422746 -7448,19739.69160174,72626.5892468719,15522.8050495626,4498.17344613135,108188.997023056,40667.3340643414,3136.24559169173,17483.9021730781 -7449,18460.7608488573,73155.6027726905,14433.0910148856,4191.47786445644,101178.671091625,38130.2909782557,2915.54682783194,16412.1741213507 -7450,17431.6327311047,74044.2207246684,13461.1229020695,3926.62566705766,95546.4044131693,36194.0524195794,2718.0795127995,15609.8514363817 -7451,16627.4355353595,74694.8345445054,12745.4626186964,3727.13921142941,91148.4228584797,34626.9134085204,2572.88295762858,14944.8599731301 -7452,16093.9377453076,73700.2059686396,12231.2457933995,3587.63953969125,88233.162639929,33634.5575373481,2468.34143790553,14532.6296740103 -7453,15863.3828172545,72287.7711483673,12058.5573851626,3536.6432743239,86970.0349910956,33148.0236973928,2433.49426466451,14322.2015185933 -7454,15689.044519863,70776.6009440898,11831.4339770107,3480.45254250075,86014.1963859648,32892.7181857851,2387.03136700982,14231.790064313 -7455,15742.7553273383,70336.9689800353,11693.7117730524,3458.97883421139,86314.8404279361,33204.7300276758,2357.99205597563,14397.9551028277 -7456,16207.8120657757,70993.8187485758,11844.797559384,3524.19761429046,88883.7824138282,34402.03931234,2387.03136700982,14945.3165785536 -7457,16601.7528467622,75023.2594287757,11910.437161576,3568.24274623148,91052.6149775882,35487.3130426263,2398.64709142349,15455.4093266712 -7458,16894.9338926555,74419.4149217722,11890.0209154485,3588.23261176689,92675.8235449788,36376.1836707093,2392.83922921665,15883.6611036464 -7459,16970.0243586468,71725.4994983012,11724.9985790336,3563.47488199307,93099.1025424056,36783.7435894554,2357.99205597563,16099.5620022822 -7460,16412.1444340986,66962.2993852035,11098.7316356913,3401.70513794767,90050.5072809479,35848.6620405785,2230.21908742523,15735.8336156498 -7461,14448.6274303633,62699.0118383938,9463.01857334679,2937.88325987533,79284.3363783796,31910.4141003387,1899.17094163555,14066.5336966792 -7462,12543.5879959834,59360.7184429752,8413.87246576055,2585.66980935226,68838.7857786945,27467.2826683568,1690.08790218943,12055.8406398832 -7463,10710.9788406146,54984.1451332089,8061.74374495751,2370.55567620288,58743.5647595361,22456.7637703623,1626.20141791423,9694.23262283716 -7464,9960.55428173308,50822.7108439423,7935.18199699467,2318.60037912038,54604.5540622834,20256.5479678215,1694.13478438253,8798.17564092517 -7465,10291.7251751702,48457.2203047415,7943.44634001213,2347.29021748043,56450.745128161,21240.9721739414,1694.13478438253,9268.63422942327 -7466,10969.2138348813,47020.8810816489,8964.73870866218,2597.29324411247,60100.2610150821,22041.8478958882,1915.5903117528,9545.00616630976 -7467,12513.7114072508,46923.1850896368,10409.6352770913,2998.55892870645,68535.7191626225,24930.1447121364,2225.62805007117,10774.1610234481 -7468,15418.5889422755,47249.5312907346,12315.8697136142,3597.56917784576,84506.9617396073,31332.8598647493,2629.78438752191,13625.2446070696 -7469,19960.1386742796,47597.7033122942,14790.5550889821,4438.25368053603,109537.81960878,41957.4531409676,3150.20487684203,18434.3079405614 -7470,20525.3139246987,49169.1539171775,15256.4700371995,4573.92017282339,112626.293942911,43094.8096984842,3249.85986415865,18936.9460229903 -7471,19951.2635531089,52616.5759108357,14864.9322801454,4454.03662183978,109459.924898448,41855.4844228063,3166.8140413948,18399.7538358066 -7472,18816.9890056993,56643.9379078631,13731.3045236087,4146.74506760446,103262.904298942,39827.9185148964,2923.21296128751,17561.75141312 -7473,17564.7573104247,59472.9649147526,12720.3074937694,3852.90096738524,96395.3726297312,37298.6525787028,2707.2938221015,16466.8471521802 -7474,16857.177780548,60883.3211526664,12175.1743635284,3691.58353468314,92515.1071550394,35836.300611427,2591.02967023211,15827.3533350147 -7475,16041.5529896973,61314.6385856589,11476.8483597397,3491.73326598343,88056.2252446832,34231.4265447444,2441.54718925718,15130.9636509762 -7476,14633.5319997479,59970.7987978682,9934.59043614079,3084.23438857804,80387.4050244572,31878.341581488,2109.36389820178,14178.9923790349 -7477,14367.4685240923,57492.0224957108,9727.08256981488,3023.01772651653,78929.9481769335,31329.8224298836,2065.07279272773,13939.8182344143 -7478,14524.7843371078,55841.5834424838,9906.70415617307,3070.24129806186,79780.8927751042,31585.8084652042,2103.82751001752,14044.4060977641 -7479,14907.1196366851,55656.5846726939,10167.4367110255,3150.94511408435,81878.0298622856,32415.4315309746,2159.19139186009,14412.4886656316 -7480,15517.4761155931,57453.5676131251,10484.2508680179,3260.55341680333,85250.9481948595,33861.0164003783,2225.62805007117,15065.3520728536 -7481,16189.3366961877,63335.0751784656,10877.7748767383,3390.25182475837,88945.3332252794,35398.9285415906,2308.67387283502,15758.9929120228 -7482,16165.8883222157,63999.2001868887,10475.184232532,3312.51908519644,88860.4615149733,35820.5036074612,2220.09166188691,16011.3866100539 -7483,16528.6011221937,61463.2612568495,10660.0367370246,3377.38434056187,90859.5160461855,36685.3150789833,2258.84637917671,16406.1507472881 -7484,16128.3147903778,57295.5911196934,10248.0508238124,3266.96836263257,88674.4254957283,35986.6160450592,2170.2641682286,16122.7100254767 -7485,14770.8607670619,54207.7736530084,9410.24918524398,2997.32229224909,81198.7653586606,32930.5239169618,1993.09974633239,14755.996015148 -7486,12498.1456547468,52390.0042841085,7972.78877155641,2536.18575798308,68724.7962756753,27839.8531097246,1688.59839619828,12454.8649887847 -7487,10816.4910732067,48896.8523696099,7830.96481745762,2369.18264279869,59388.6441082756,22952.8404503659,1666.45284346125,10104.9299832652 -7488,12294.3518489181,45255.0776831067,10446.7300821753,2994.58386017632,67038.2653596272,23851.0215281304,2223.0397183506,10238.517577243 -7489,11880.1913127739,43150.456286874,9550.93828304232,2790.6770439058,64840.5274371678,23711.5652679378,2028.96482230412,10278.414713807 -7490,12939.2878665421,42140.2379400636,11025.7433497911,3158.8377049036,70542.2812668594,25073.1296034545,2346.54192492563,10768.9927459477 -7491,15239.5155392086,42163.1029508908,13336.2521552571,3787.77414803153,83038.9372944584,29109.1971530599,2840.55075122576,12447.89247475 -7492,19136.6688563905,42426.0507770312,16330.5212499197,4676.86808093073,104325.157023851,37056.0754785256,3475.70495646879,15917.1550113567 -7493,19735.5237615149,42541.4151223463,13956.9237323171,4276.86952676167,107905.301271609,41733.9291218509,2952.29084288889,18458.2602245622 -7494,19809.012975948,42595.4597758765,13824.1946892667,4259.07545529907,108318.504914956,42121.6537474604,2922.88555560912,18673.2556125999 -7495,18805.8640889446,44205.3652633454,12940.3109710153,4010.18617920612,102839.550673965,40222.0412747583,2734.69171701859,17877.0450783073 -7496,18257.0804164978,47774.3875510222,12524.218130341,3886.20845030145,99838.0731736621,39095.7285700034,2646.47585517928,17386.6017674814 -7497,17127.2122356527,51256.1069601072,11691.2410833872,3635.23298115943,93659.483882044,36749.8179484139,2470.04413150066,16357.1671518223 -7498,16625.8647132557,53856.483757911,11410.5794302175,3540.4892913374,90911.1468005304,35599.0657659111,2411.23355694112,15834.8385619977 -7499,15869.0844075185,56604.4438349122,10801.8218667156,3361.7668265614,86788.193915747,34083.8951083902,2281.85029291014,15169.7144132068 -7500,15299.5176062786,55813.5218749464,10277.9997375133,3215.15315787526,83691.3852720221,33026.9616120125,2170.11020124701,14719.5998165251 -7501,15499.7128004084,53469.8569545796,10631.8959024181,3298.55101020207,84765.2220545542,33188.9947284144,2246.56394817441,14754.592953737 -7502,15161.9397986221,52018.9673525357,10220.8851647478,3193.19518954788,82930.8029073039,32687.0452387343,2158.3480863351,14565.4139605628 -7503,15960.8524395654,51706.1322392099,10965.1290033164,3400.1469687637,87276.4354437466,34155.8499997926,2317.13663764586,15183.742400161 -7504,16815.4088325454,53789.967307788,11549.8817029956,3581.04640139343,91959.8472185191,35984.6813224013,2440.63884422089,15990.2912569889 -7505,17252.2016102267,59646.5312799428,11641.1046817706,3634.55792840745,94366.8610981511,37172.8665080373,2458.28201658876,16553.5900736417 -7506,17608.5510211681,60919.6973520796,11676.6368265868,3671.04121151549,96340.5252443856,38193.0902758597,2464.16307404471,17043.6619831835 -7507,18269.588781791,59110.2425142416,12202.7655950147,3825.4256948726,99948.156547738,39519.5630281966,2575.90316570784,17620.6766529943 -7508,17770.4766706222,56276.0189506419,11680.5107144859,3685.65482443722,97236.3019804589,38673.272989157,2464.16307404471,17279.6782381288 -7509,16489.172528059,54090.3305237069,10977.9620480282,3446.97129906297,90200.9996380188,35716.8522252006,2317.13663764586,15941.8582162915 -7510,14004.0145256264,53338.902737506,9361.13096423898,2932.52373970786,76623.5333275287,30276.5973832596,1976.03530520053,13487.8715824515 -7511,11987.9488792979,49630.6117016938,8909.55451608231,2678.20293912314,65509.3746501216,24814.8313833171,1887.81944336122,10888.9201404198 -7512,11029.6021799375,46400.4075125216,8765.34763018929,2608.05575962237,59998.7859876317,21788.7800889462,1922.15611815196,9498.76736906468 -7513,11637.7196037535,44755.1651168187,9082.57847025418,2719.51860031774,63320.1891598186,23195.645020509,1990.58238773018,10139.9559263257 -7514,12208.4238051537,44223.0337174624,9948.65191075598,2935.86237386923,66387.4572755086,23821.9577846945,2183.42005654155,10352.2045870152 -7515,13829.9272301298,45004.6017543731,11417.736710689,3355.57233796311,75189.210818739,26810.4977905676,2506.8896945477,11635.3059434583 -7516,16720.6690189306,47248.4919995553,13192.7999624913,3937.73797060859,90949.0171797894,33165.833184032,2892.56503217042,14498.4340108546 -7517,21077.0741789072,51893.2096921722,15278.3171945658,4700.41738092144,114742.291584095,43471.917524503,3340.44606940972,19232.7260231014 -7518,22040.4830199312,62262.4977478772,16181.4234331269,4956.08692979206,119967.037385565,45212.6095355724,3539.50430818273,19978.6660912026 -7519,21439.3969153709,69830.8204650439,15781.4413790507,4830.40977670752,116680.994325086,43937.5921747534,3452.41632871954,19421.9458871066 -7520,20365.0723466578,72554.8762400387,14765.2571080643,4545.0850152522,110843.345448832,42015.7149232218,3228.47581009989,18615.760135323 -7521,19156.4293483409,73291.7535464743,13855.8446940145,4269.38318003184,104261.394029332,39566.0144094473,3029.41757132687,17539.9669162269 -7522,17918.1041333775,74435.0046927167,12725.7600330349,3948.15142928085,97534.8957134339,37299.2800127872,2780.5947728606,16576.9289072073 -7523,17332.3152739849,75464.9700760025,12326.811093304,3821.67613286616,94350.8566794766,36054.3745845844,2693.5067933974,16014.0963838953 -7524,16643.9615956223,74705.2277587398,11677.6465585329,3638.77071904747,90617.1540034308,34819.9789720368,2550.4336842793,15490.5181873201 -7525,16376.0926130232,74047.3385982061,11478.7314202816,3578.01039216741,89160.5587433898,34271.5075840466,2506.8896945477,15248.7700559717 -7526,16286.7899210815,73034.002377858,11366.4076544491,3549.24607618492,88672.0091989734,34148.3183638521,2482.00741470107,15205.5319171429 -7527,16751.9459920615,72549.6795825145,11707.6910864246,3653.72323272476,91200.5035353631,35101.038434494,2556.65425424095,15626.0432924322 -7528,17164.8201365365,72958.1321054939,11772.7862561871,3699.86653532999,93471.0944376963,36240.0190709521,2569.09539416427,16165.0031975444 -7529,17769.4074481646,76732.9395914291,12062.3777223673,3805.89892482934,96767.681038145,37669.5891131175,2631.30109378084,16823.427685154 -7530,18048.6492695437,76474.1490308197,12014.0077059316,3819.77381249812,98305.836708041,38558.0803214183,2618.85995385752,17261.4426684935 -7531,18170.8210882746,74381.9994311797,11906.8788192797,3809.17469048168,98982.5526137046,39052.4910104913,2593.9776740109,17514.6502061526 -7532,17454.7554060572,69620.8780012545,11146.8530931793,3603.19995313321,95098.5739444732,37876.2505783205,2426.02228504616,17040.0858417337 -7533,15473.5932322271,65299.3885353837,9641.15276513444,3148.41156550612,84309.7118213851,33878.185610764,2096.33207707835,15288.2792364929 -7534,13323.5296712298,61399.8627810782,8434.89505597637,2734.69558912687,72606.5733808076,28993.8686164416,1835.06813868876,13042.9923897519 -7535,11413.1719898662,56028.66099626,8086.91280996816,2507.93773436842,62153.1052608176,23761.9064424895,1766.64186911054,10533.6063093263 -7536,10170.4228436025,52200.8481479738,7821.64056361344,2373.93151180117,55096.5053419126,20122.4931195277,1727.9686093396,8839.64568451266 -7537,10766.8468110276,49953.8400292538,8135.94675638422,2484.6465836905,58327.7131960602,21477.5234853594,1796.40300970948,9458.70828939293 -7538,11263.0268117676,49042.3570664488,8898.05045000365,2676.59101035046,61012.2677249143,22007.2912770256,1967.48901063419,9636.48519680122 -7539,12771.5552822367,49788.5881951255,10234.5238662269,3064.60618102218,69181.0966653899,24786.8609552234,2264.0380789037,10838.323961108 -7540,15580.3605385959,51724.8399845062,11952.1395750662,3633.15998007007,84391.6903728497,30879.2688338867,2640.42728093806,13592.2278901679 -7541,19878.2768126008,55779.2243587056,14055.0846789093,4399.59695380724,107662.649313081,40837.2986001246,3096.6566167373,18175.129665532 -7542,20773.4843539366,65311.8604327904,14876.647979337,4635.86913156324,112508.341533534,42454.8430892429,3279.14835105699,18873.3447248182 -7543,20656.9360764574,71879.318726202,15023.7293189157,4656.51207193212,111871.205615177,41946.1692893174,3313.36555124193,18620.2777001241 -7544,19345.4605368257,73895.5980534778,13741.5581487682,4296.83947537405,104758.554346565,39682.5130763119,3028.22221636741,17677.0290494885 -7545,18080.0712938301,74096.1865942121,12760.7899230598,4000.1664649626,97899.7384154505,37189.1921756657,2811.51328186278,16584.388036476 -7546,17085.0274859476,74977.5293063074,11911.5906903596,3751.29961489032,92508.3621957022,35321.278811524,2623.31868084559,15777.7238441737 -7547,16356.2789534665,75885.8943955747,11344.1432432709,3578.98407962667,88566.1106406543,33882.4584205585,2497.8556135008,15139.0735197247 -7548,15873.5238184989,74836.1819758134,10932.4656217586,3458.03457934751,85954.0513574567,32975.2983037142,2406.60974634096,14744.0850661114 -7549,15645.1664908371,74310.2864243465,10777.0313164918,3408.57039120161,84718.6703713991,32497.2009119208,2372.39254615601,14530.3469369356 -7550,15495.9993488149,73303.1860518879,10598.2060152009,3361.51941115413,83904.6898100557,32281.7870547544,2332.47247927358,14450.0651961654 -7551,15640.4882731164,72812.627408655,10576.5466686096,3369.15262914572,84681.7848062728,32727.2645143046,2326.76961257609,14669.5248324499 -7552,16147.5118769346,73590.0381800347,10763.741872715,3447.19118523568,87432.373266973,33974.0684640414,2366.68967945852,15248.6711167877 -7553,16293.6589286962,77116.4483195948,10541.8580651197,3415.71302922255,88214.5385601499,34667.3840170551,2315.36387918111,15613.7146345403 -7554,16631.2793980332,76664.3444581336,10574.7166086114,3450.20068091049,90041.8543643934,35612.7013844178,2321.0667458786,16071.402765285 -7555,16775.0274220672,74717.6995553326,10502.9571973147,3448.03854884483,90816.94018214,36118.5328837063,2303.95814578613,16327.0249641723 -7556,16157.5436018052,70130.1443897836,9862.7173436032,3271.77557187552,87468.6130515702,35099.4404286137,2161.38647834887,15912.5614573338 -7557,14192.1635018022,65910.5082822698,8364.96864754115,2816.06498170061,76815.033576335,31195.0263364562,1830.62020989442,14198.3278146871 -7558,12322.4908899859,61650.3387098118,7445.976611372,2478.96020931083,66716.2821399891,26851.3627913374,1631.01987548226,12172.9767166761 -7559,10697.901280217,56420.4843563016,7358.45624435887,2326.17437955325,57944.9601052464,22218.2332113617,1619.61414208728,9913.10045134106 -7560,9126.42283849418,52255.9320926832,6925.82726220851,2098.87716409524,49504.9687693658,18163.0319110216,1527.68627023583,8098.66837635293 -7561,9667.55561984339,50150.2713044573,7204.22691173574,2197.58657816487,52434.2166293491,19399.0370388728,1588.18869677983,8669.97292308399 -7562,10097.2215799209,49355.1920789605,7878.79961758637,2365.18190674889,54778.3365202472,19843.6722700776,1739.44476313981,8822.26267997264 -7563,11443.7209053744,50051.5360212659,9062.08928777791,2707.30094828907,62086.9549200958,22337.4324970463,2001.62194483045,9918.75461394162 -7564,13982.4964053731,51902.5636152273,10583.2674505927,3212.52328665682,75833.8701269577,27876.5685643371,2334.38529082241,12454.7648099132 -7565,17888.8421713292,55925.7683467238,12446.1268243612,3897.05474397088,96960.0175150702,36973.3029617578,2737.7348011157,16688.5554776982 -7566,18686.7738884643,65271.3269678463,13173.5068199308,4105.25641799384,101290.590306684,38422.0711700129,2899.07460523302,17324.8743566695 -7567,18572.5577319761,71779.5440510175,13303.5873384414,4122.22543154412,100676.117049467,37942.387902625,2929.32581850501,17086.6503587607 -7568,17407.0924732574,73890.4013959536,12168.4377145716,3805.81777383934,94335.029105138,35924.1409858631,2677.23237457171,16230.6498126679 -7569,16271.9514787957,74254.1631884578,11300.0016572212,3543.57347208351,88173.7612758255,33674.4128656866,2485.6413571824,15229.871881592 -7570,15382.5141780536,75273.7353575093,10548.1152359257,3324.01861695028,83344.657901468,31995.9216806294,2319.25968418642,14493.24519448 -7571,14728.7637007928,76335.9195738634,10045.6653767501,3171.65697614939,79803.2585769894,30697.2905399506,2208.33856885576,13907.9683642126 -7572,14297.160982821,75542.9190315391,9681.16320772143,3064.93198388438,77463.2747201691,29881.8333328598,2127.6686667971,13547.082307978 -7573,14091.4057072638,74953.6250043009,9543.51934537105,3021.07709345516,76349.6279494213,29448.4534055183,2097.41745352511,13350.694574379 -7574,13960.2745236106,73965.2323771385,9385.21449496007,2979.8693502379,75630.1098852452,29260.0654790358,2062.12437137444,13279.1550982163 -7575,14095.4735666608,73675.262375454,9366.12159970587,2987.38492785517,76352.4475439842,29674.2416356559,2057.08250249578,13484.1378326839 -7576,14558.729535809,74720.8175296843,9532.0065231753,3057.51944849711,78860.1559143971,30817.6102182454,2092.37558464644,14020.4673222969 -7577,14703.7645814538,78032.0886487448,9335.74861771529,3031.62265115861,79623.5402891534,31473.7932367894,2046.99876473844,14364.7925910052 -7578,15016.0895378958,77265.0709907854,9364.98563528967,3063.43522196391,81306.4578859594,32347.6866094289,2052.04063361711,14790.8665258213 -7579,15152.6367262181,74854.8897211096,9301.56029277629,3062.58112541844,82035.9105584558,32820.8348241493,2036.91502698111,15030.4649248552 -7580,14605.3989062322,70100.0041390738,8734.75080122316,2907.71651466457,79057.4706066502,31916.1829303595,1910.86830501446,14655.7912458988 -7581,12841.2977676715,65896.9971944977,7408.5310649975,2504.75015145454,69482.9229441098,28391.021245571,1618.43991005182,13085.019622847 -7582,11141.733667162,61685.6756180458,6594.4702971097,2203.54796134177,60313.6240535674,24421.5732020115,1441.97449929851,11213.0200094632 -7583,9635.63094105887,56464.1356947835,6516.2429063316,2061.65047076912,52221.2431935711,20133.1749676527,1431.89076154118,9107.58162316354 -7584,8567.89911339527,52471.0712139969,6448.30604851082,1972.74260203373,46546.7738877003,17219.3377493848,1455.27044934279,7722.87941948524 -7585,9076.56932787035,50371.6463744743,6707.60659552376,2065.69921448138,49308.6878878133,18393.9972709001,1512.90492258408,8267.55061860687 -7586,9478.5938741889,49453.9274629658,7335.40682678534,2222.77484684365,51493.7917358498,18808.9646558049,1656.99110568733,8413.4577984562 -7587,10742.1956702092,50144.0354565678,8436.9853976876,2544.1258937779,58357.3604216348,21170.523433842,1906.74048973296,9459.47657731678 -7588,13127.589532478,51894.2489833515,9853.57549191973,3019.5199621385,71306.2838150806,26430.7272241148,2223.7300925601,11877.3820526669 -7589,16800.2757719398,55877.959641897,11588.7953538174,3664.36881578743,91233.8887193828,35078.843218761,2607.95991416876,15913.5318254797 -7590,17549.050054914,65229.7542117229,12265.9273708739,3859.90169978587,95299.5510715671,36450.5038418591,2761.65184281222,16520.6738169071 -7591,17441.1308869353,72123.5587062322,12386.8726089475,3875.57666675847,94710.5052662225,35992.0771359608,2790.46907943287,16294.0529118197 -7592,16348.2723805686,74121.1302882118,11330.1697378409,3578.51026579952,88762.9743946343,34084.3598822923,2550.32544092746,15477.542267141 -7593,15282.747684007,74454.7517291922,10521.6143743168,3332.04279743184,82970.6716612596,31951.9587065516,2367.81627566334,14523.305514243 -7594,14448.0968791795,75314.2688224535,9821.62547738819,3125.78283646415,78434.5051622021,30362.2904355818,2209.32147424977,13820.7577877082 -7595,13834.1410923185,76268.3638325611,9353.82912329979,2982.57856632064,75104.2548195623,29130.5630076675,2103.65827330739,13262.423036022 -7596,13429.0774033211,75419.2400543482,9014.48730245899,2882.31937608392,72906.093624745,28358.0813144088,2026.81230898566,12918.2017759478 -7597,13235.6974297126,74837.2212669926,8886.32188111549,2841.06243989886,71857.4557712588,27946.5231162762,1997.99507236501,12730.8115043451 -7598,13113.0441422557,73913.2664067808,8738.97157555411,2802.41777137451,71184.8867513533,27769.650017667,1964.37496297426,12662.6905816961 -7599,13240.597974743,73374.8990587211,8721.28369413491,2809.64218457578,71871.1789872387,28165.0563724151,1959.57209020415,12858.065958767 -7600,13676.2732629346,74099.3045685638,8875.86850846869,2875.80270887823,74239.3475030813,29252.6703454116,1993.19219959491,13369.181420179 -7601,13814.013959526,77420.9689018587,8693.36376209728,2851.8670941375,74975.084167329,29881.6797313154,1949.96634466393,13697.2757812706 -7602,14108.3171468314,76706.9566062503,8720.73312514091,2882.04411044936,76569.7542248822,30714.9197642904,1954.76921743404,14103.4106769795 -7603,14237.3760236214,74300.9325012914,8661.80099064108,2881.46264935782,77265.4565663827,31167.275297329,1940.36059912371,14331.7536582187 -7604,13724.4432437894,69636.467772199,8134.17918178709,2736.1019321887,74474.0186533781,30313.1763225188,1820.28877987101,13974.3428722574 -7605,12068.3636070802,65430.3428532712,6899.38858905852,2357.33874920823,65471.2513805247,26971.249710546,1541.72215920473,12476.584321602 -7606,10469.6252948472,61570.3111719167,6141.12959397297,2073.58675368263,56819.4392660915,23195.19834477,1373.62161225095,10691.2323656639 -7607,9049.86474179367,56519.2196394929,6067.53859805067,1938.80183019698,49146.9168673905,19104.5567732536,1364.01586671073,8684.128774989 -7608,8279.3676600762,52277.7578123312,6379.45112443458,1893.65751734717,45363.3763431303,16936.4631606515,1408.67390750976,7514.10951425969 -7609,8742.6313913156,50064.0078178588,6598.66699424175,1973.37775795987,47905.2592000457,18051.8835686509,1456.10400540571,8029.2894367475 -7610,9006.18552149978,49062.1041029243,7083.32573756784,2088.22251559713,49337.4275995741,18256.3585287829,1565.1932305664,8086.15542624501 -7611,10133.1140859567,49713.7572139406,8067.38089664821,2368.98314353478,55504.8278305404,20428.4788666352,1783.37168088778,9041.88896066698 -7612,12400.2755692882,51566.8634910745,9412.01337320375,2811.1115922718,67931.9758120029,25555.0964933581,2077.43828784268,11379.3612964374 -7613,16475.7989307326,55469.5072197316,11715.7607713741,3584.12423843743,90277.0072878629,34908.7594697501,2580.19732553977,15657.4795959267 -7614,17315.5661401429,64723.6056967315,12526.4613230638,3808.2146340422,94870.8167330979,36434.3438701838,2760.43169754438,16317.983632279 -7615,17225.5226162669,71588.3093325242,12669.6618815939,3829.06718307605,94366.3041861596,35999.2277561839,2793.63276607155,16101.8163738551 -7616,16176.1820295095,73746.9753822872,11624.6861922379,3544.36369845064,88615.7650802429,34140.2779029958,2561.22528638139,15316.7702793124 -7617,15133.1358545042,74201.1579269208,10808.7828138935,3303.63297959878,82897.4713790345,32022.3940286114,2380.99091437677,14380.1682594904 -7618,14298.8137757621,74895.4230852398,10081.2150298754,3096.64209835041,78327.3719577045,30417.9875261173,2219.72858153053,13680.9299658171 -7619,13643.8913061499,75311.1508481017,9545.44239737088,2940.24044452626,74744.7485878942,29111.2061807332,2101.15333679065,13099.4262419703 -7620,13211.7287061004,73899.7553190087,9160.54263258666,2831.28040427227,72380.9788539121,28289.4637495237,2015.77916057794,12739.9785261177 -7621,13022.2299055276,72552.7975568662,9031.20678167573,2790.99210947178,71343.8804024345,27879.8936310333,1987.32110184037,12555.5291076924 -7622,12884.6633305069,70925.2236152804,8861.290488123,2747.70234075246,70586.1145945132,27678.1256983745,1949.37702352361,12478.6663237963 -7623,12938.6250115922,70306.8287293255,8758.50734866687,2732.6476548374,70879.8234648917,27963.0791431899,1925.66197457563,12628.1488278058 -7624,13331.0192356426,71713.0276008944,8872.07735167112,2786.19067588223,73038.284387965,28993.8518987284,1949.37702352361,13111.5592384738 -7625,13667.3225278958,75798.5915169829,8921.71310128175,2823.42834359078,74879.0992938331,29936.158289303,1958.8630431028,13563.7260901047 -7626,13921.4133796211,74876.7153399436,8906.91289790082,2841.79998439364,76275.0331691949,30714.6847085542,1954.12003331321,13944.4160384901 -7627,13995.3189085794,72098.6150122326,8783.76962661193,2824.62534973005,76680.9514629212,31085.6220691938,1925.66197457563,14138.4680903955 -7628,13548.7387149092,67319.8252290043,8315.13618852647,2699.15516597363,74234.7359666582,30325.8418472715,1821.31575920454,13824.4373514145 -7629,11945.3633224801,63311.1708764592,7090.3598815939,2334.72996416943,65443.3013482867,27033.6438290665,1550.96420119762,12364.9704459835 -7630,10357.9100284687,60269.0834314286,6303.81748199702,2052.28195489,56761.9159122917,23240.3343209565,1380.21584877219,10591.3516893861 -7631,8795.32293232581,55346.8675337199,6037.99510368768,1871.32476601906,48201.9333919318,18891.2942919331,1328.04274108664,8497.41275197677 -7632,7793.83394172372,51276.8933885759,5628.94044112882,1733.94617645704,42608.4723484572,16274.7764272961,1318.12371036957,7318.67910299729 -7633,8072.85340194584,48778.3699491291,5635.43619833697,1757.98279489333,44131.4681875973,17102.9785415566,1318.12371036957,7718.64331774005 -7634,8565.94674105569,47594.5853379425,6358.69074310297,1940.20694968118,46827.0613111353,17678.7642803254,1490.42746335906,7933.4380112622 -7635,9758.32906443361,47716.185631961,7383.10160293584,2238.26127520559,53343.6709020084,19971.0252214592,1731.65271754434,8950.09356496912 -7636,12063.1842220088,48118.402206237,8736.33029594998,2690.3648337869,65938.300607353,25175.2549746487,2046.10706675015,11335.8576379958 -7637,15705.9971699318,48337.6985930815,10494.627566212,3330.63517342372,85839.4954459484,33879.0071612138,2451.02088627544,15375.356863911 -7638,16147.6190722332,49990.2161278531,10825.0765509373,3432.07771828657,88248.1410797861,34793.7490159466,2528.55757512071,15794.5373625471 -7639,15693.9731464636,53705.782403548,10547.1499691232,3341.91676222966,85760.2122121104,33791.9046948399,2463.94366774965,15347.1160908633 -7640,14824.6090287064,57561.6568193716,9743.56297661121,3114.48238947217,81000.1510230073,32197.7163990647,2274.40953946122,14658.5147555945 -7641,13845.896124268,60786.6644518336,9026.42577817186,2894.88887935119,75646.1472069831,30167.9713471982,2106.41338029647,13748.3365289941 -7642,13290.7253455012,62684.4613586286,8639.68314178969,2774.04580879944,72611.9486908029,28990.010991171,2015.95390997699,13215.5823524368 -7643,12655.9043831,63872.4032353461,8144.4480975264,2624.98267827029,69145.8126889878,27705.5548523498,1899.64887670909,12636.9216211353 -7644,11586.8872369875,62470.3616293081,7051.47011524983,2324.47681983337,63297.1392514462,25876.2251776044,1641.19324722486,11859.1862239436 -7645,11378.3710922099,60536.1885230999,6904.26613876807,2278.64460234147,62158.3630131851,25434.8804115195,1606.73249662696,11660.1801659164 -7646,11497.3722313747,58889.9068362178,7031.54098551827,2313.44753951822,62805.7414245352,25633.3491896508,1636.88565340012,11745.6479413194 -7647,11800.0017252888,58916.9291125759,7216.60426399544,2374.24887287789,64456.4703487427,26306.4627468566,1679.96159164749,12053.4237212266 -7648,12290.5758235902,61120.285892814,7441.76859145912,2457.88359293943,67141.8259178263,27491.5978325827,1731.65271754434,12601.7442555919 -7649,12827.4559045911,64912.7618328663,7721.27081688063,2556.33195797293,70070.9498844937,28748.495252533,1796.26662491539,13183.8680305889 -7650,12839.2595467924,64493.9161964666,7436.63540244087,2502.13667340093,70130.0635178323,29144.6146723694,1727.3451237196,13407.5076952217 -7651,13131.27298178,61861.3205655945,7568.01990917505,2551.71771250659,71724.0629888324,29855.1153967089,1757.49828049276,13739.6601360152 -7652,12825.5528206157,57686.3751885557,7275.9994314687,2470.13780388647,70050.4447954125,29308.6076842457,1688.57677929697,13507.6912084064 -7653,11744.5154622588,54873.97724379,6681.08307075371,2266.04700763606,64139.1329450547,26818.1623098916,1550.73377690538,12362.7780911711 -7654,9935.60989170964,53446.9919437525,5660.51297443686,1917.07063296804,54276.1722321459,22665.7763324974,1313.81611654483,10432.1038641907 -7655,8525.00635259523,49810.4139147734,5556.96432548923,1779.75393997277,46596.1740396994,18556.893532206,1296.58574124588,8432.90502135772 -7656,9161.18184261819,45811.1134852834,7185.06047353726,2137.17167561233,50250.9535656397,18636.9082864853,1695.42481146443,8304.83136960648 -7657,8897.18554425751,43221.129901714,6570.36026390361,1996.86551973932,48805.3931630821,18617.1168292625,1547.41153427309,8354.80671123106 -7658,9640.1040743229,41771.2795908492,7583.18563531913,2254.24388942568,52870.4260816671,19590.9405846532,1789.61507876801,8735.78985277486 -7659,11325.7768339275,41621.6176284794,9171.36356483928,2699.82878829673,62109.8956953301,22690.3632710341,2166.37614798233,10087.7637746635 -7660,14255.7486736799,42237.9339320757,11231.5875093017,3337.39473812928,78183.3167835537,28951.8534907591,2650.78323697216,12912.065907618 -7661,14938.733225644,42187.0073537112,9606.54569058758,3079.6159335411,81937.6410552308,33081.0103008354,2251.59591363794,15067.3958611645 -7662,15010.4465617477,42437.4832824448,9515.73935450791,3068.94116125083,82324.375452524,33420.4378525089,2229.16965951805,15250.0377669707 -7663,14266.5611826921,44494.2959738508,8907.87431573193,2891.78102335464,78234.1015668534,31946.0948459582,2085.64163315069,14607.244647086 -7664,13853.6877733598,47918.8529566818,8621.56155103908,2802.84394870946,75966.3550709629,31058.5832642804,2018.36287079099,14208.2059084364 -7665,13001.4414453129,52044.9503377145,8048.32157374824,2622.52377864091,71288.2882222435,29205.1143949805,1883.80534607159,13369.2037065874 -7666,12615.8116526478,55377.0077844297,7854.914095588,2553.49303545969,69173.6444577614,28281.5088777566,1838.95283783179,12940.5551995385 -7667,12048.4394565117,58467.9432254664,7436.15120377909,2425.51060667398,66067.2962892885,27088.9406893706,1740.27731970423,12398.679475947 -7668,11627.0110391041,58064.6873600113,7075.98471548282,2321.21505622365,63759.4690580836,26268.2766374983,1655.05755404861,12034.2489357454 -7669,11761.0090822805,56118.0424572102,7318.9187782139,2378.95529738974,64495.6845594092,26364.3264465378,1713.36581476035,12056.5903828288 -7670,11519.7966870937,54342.885135613,7036.54451999037,2305.00094456238,63168.0788150044,25993.8311633293,1646.08705240065,11907.7133583997 -7671,12109.7600584282,53858.5623402695,7548.25231047658,2452.06893958393,66401.200245256,27130.8343314943,1767.18882464811,12407.1679902791 -7672,12757.7590365104,55715.8258829343,7950.80990138618,2582.47390231902,69962.5837376367,28581.3457361147,1861.37909195169,13065.2478495597 -7673,13106.371881736,60550.7390028652,8014.27468780686,2623.37127704395,71871.3904540331,29556.4236249148,1874.83484442363,13531.5928596871 -7674,13394.033459597,61712.6978944039,8039.39978467506,2652.00888285259,73451.071696792,30398.4371889394,1879.32009524761,13938.1856762459 -7675,13889.6060909247,59884.5353112696,8401.35108661893,2762.5440394217,76168.8911585409,31441.1376393902,1964.53986090323,14407.5357117691 -7676,13526.0325250106,57141.7718917926,8042.40337971448,2663.78254267408,74173.9701125294,30797.3562505593,1879.32009524761,14134.7561724293 -7677,12539.7837915427,55097.4308961655,7558.19726348832,2489.76253798083,68757.9830810831,28424.8053462462,1767.18882464811,13037.4482646596 -7678,10645.2201871523,54369.9074119711,6444.94481183725,2117.52606752186,58386.6433470908,24082.7192578962,1507.04427685727,11026.6606907853 -7679,9037.74920509437,50692.7960188619,6131.13009940661,1923.64907623452,49579.352691038,19600.07783548,1439.76551449757,8874.16190507121 -7680,9256.6122161179,47508.321851344,7062.90681613102,2122.57995840108,50867.0468978596,19148.149614588,1679.39711753779,8540.38163515905 -7681,9775.17400866694,45539.8511280811,7318.81268387997,2214.38933594651,53725.296614604,20402.3493170104,1739.18148094528,9118.56988084316 -7682,10234.5619852504,45116.8482261505,8015.93714112045,2387.81601100431,56224.0512589812,20911.4928268876,1907.66468691185,9306.10969002175 -7683,11587.2347045095,45970.1293707083,9199.3590554753,2728.27977695577,63643.3089034732,23521.4261819409,2190.28167756546,10458.794843914 -7684,14039.1892619899,48055.0037304656,10630.5709153069,3205.53011445672,77137.8801620203,29163.2671185973,2527.24808949861,13038.5862297487 -7685,17763.4251729158,52655.0306926074,12313.4296507703,3835.32990771318,97661.003944801,38369.2831551661,2918.5639227113,17309.6153256591 -7686,18565.8767945663,63104.3463870214,13040.8751197252,4042.56745836721,102058.438608327,39887.0702054366,3092.48207080583,17979.7387844303 -7687,18058.4806533135,70547.9507350041,12718.4247287597,3939.85528687649,99256.5318114995,38761.8500317863,3016.39288101447,17479.5031896543 -7688,17165.0415306984,72606.8422103964,11899.8883963298,3708.72694860935,94349.3057967089,37091.1338274632,2820.73496440813,16756.5803248086 -7689,16148.3287725461,73022.5698724444,11167.0143550264,3484.02251284506,88756.8479511337,34933.427041092,2646.8168163136,15788.9999882648 -7690,15116.2496666579,73766.7224187627,10256.6746579793,3223.54632037942,83091.1790307921,32957.0565561728,2429.41913119544,14924.6177932196 -7691,14620.7330378406,74338.3479918839,9935.10769212984,3120.11910845177,80372.2592463981,31853.4012949817,2353.32994140408,14417.1354639093 -7692,14047.9115763236,73665.9084523989,9412.20773546558,2971.91973505506,77232.2416981118,30778.9102504331,2228.32627246114,13947.2161736683 -7693,13822.2315580615,73447.6514575475,9251.90585693852,2922.36183468972,75992.8835926562,30294.7877074198,2190.28167756546,13729.5254744355 -7694,13749.656041682,72412.4895175515,9161.46413830794,2899.25265221802,75590.6316193206,30192.2526766342,2168.54190905365,13691.4792391447 -7695,14141.4758665868,71970.7787695107,9436.51253894823,2984.4699722051,77741.6062451546,31032.7078380988,2233.76121458909,14069.9179550136 -7696,14500.70209931,73560.9372205041,9489.42760096016,3023.73546500289,79732.514287182,32060.936299485,2244.631098845,14556.8760530534 -7697,15017.6838209771,77069.6790067612,9723.10495982706,3111.30064114955,82576.5471880754,33338.4548828477,2298.98052012454,15151.0557417405 -7698,15265.6154764021,76343.194813746,9684.5947846502,3124.39798993838,83950.4320304488,34149.347129033,2288.11063586863,15547.9454377713 -7699,15378.3782955634,73993.2940454899,9598.62628625597,3117.13131643431,84576.7495758387,34606.4452209662,2266.37086735682,15777.9020273217 -7700,14787.1009588156,69526.2999835941,8986.54314174365,2950.78152413259,81333.5412857431,33594.431576807,2119.62742990206,15353.519689448 -7701,13121.2592318545,65461.5223951603,7773.16274899887,2580.21634698417,72170.1918030994,30074.4801878995,1831.5754971205,13778.0772542613 -7702,11289.9804901568,61467.4185223805,6800.35291440102,2240.01456942268,62111.9036315413,25719.7415979215,1603.30792774643,11751.6035202739 -7703,9627.28016790097,56093.0987632106,6517.95055306336,2047.6004023097,52944.6937954972,20988.9834988691,1543.52356433894,9481.23352199568 -7704,9909.41559904996,52318.2912772753,7823.19648048197,2286.99197199267,54816.8819084696,20565.1920939458,1821.55603849571,9127.88831422083 -7705,10488.887430991,50232.3775255248,8137.53987761971,2393.64159437978,58033.9305805356,21950.7981917267,1893.69687170346,9762.39133727684 -7706,10977.4407281713,49346.8775478986,8899.85582233634,2578.58109351308,60701.8944964183,22492.8100847359,2074.04895472284,9958.94460670576 -7707,12449.9476973534,49938.2501574953,10236.6180325277,2952.38326039764,68828.7480835257,25334.8759533451,2386.65923195642,11205.958626055 -7708,15181.7457754781,51694.6997337964,11954.4988809936,3500.063955921,83968.759391634,31563.9313823608,2783.43381459905,14034.8695813587 -7709,19355.8380423256,55794.8141296502,14057.655456683,4238.30136105368,107139.463965341,41747.795184378,3264.37270265073,18727.0533789059 -7710,20230.2462252368,65187.1420636063,14879.3981853406,4465.91380038942,111960.546053492,43402.3823556526,3456.74825787139,19452.5723902906 -7711,20120.2099615361,72440.5510850889,15026.5450524468,4485.80863831469,111325.877287477,42884.003403348,3492.81867447527,19199.4333440777 -7712,18839.5351216219,74700.0311012156,13744.0724198666,4139.26803360635,104253.78575072,40572.718804512,3192.23186944297,18216.2578754657 -7713,17606.7614870475,75143.8204316149,12763.1103222489,3853.46127396947,97430.8011244438,38025.3394332622,2963.78589761843,17087.9250830785 -7714,16636.264662596,75908.7594064018,11913.7284647545,3613.70033043041,92067.8708984097,36116.6464433164,2765.39860629711,16252.1379610166 -7715,15925.5607018209,77111.2517628847,11346.169944553,3447.70736523023,88143.9101747815,34644.3214268279,2633.1404120829,15592.2551809306 -7716,15454.5426648936,76356.7060023321,10934.4039866028,3331.19215169149,85545.3050865845,33716.8395528646,2536.95263447257,15183.0645481059 -7717,15232.0631978142,75998.140867352,10778.9407889526,3283.53443037424,84314.8430743204,33227.376004031,2500.8822178687,14962.7576329149 -7718,15086.3789328598,75371.4313495214,10600.0704540701,3238.19821003102,83507.279366916,33008.7968289498,2458.80006516417,14877.9514685902 -7719,15225.7781914091,75132.3879262014,10578.3874289055,3245.53645772655,84282.6965138135,33465.1359316348,2452.78832906353,15100.1894882129 -7720,15717.1666981929,75926.4278605188,10765.5830113563,3320.69976290977,87021.2415694131,34739.4171496797,2494.87048176805,15691.3014902413 -7721,15856.0446070772,77962.4542242701,10543.6008091113,3290.3336061532,87805.0559482848,35450.5849395879,2440.76485686224,16057.1685802956 -7722,16182.6164797561,77113.3303452432,10576.4226021736,3323.52722019561,89626.9651450516,36418.5400082071,2446.77659296288,16522.212142672 -7723,16320.756153215,74853.8503291164,10504.617232488,3321.42096497953,90401.1953653173,36936.9380980218,2428.74138466094,16780.1097637398 -7724,15717.465483618,70158.206058135,9864.21799259847,3151.5833525402,87072.7562882246,35897.0166430226,2278.4479821448,16346.539989816 -7725,13802.9975822592,65846.0705153192,8366.17672282132,2712.55895274208,76474.014883108,31907.6220028332,1929.76728830733,14577.002241635 -7726,11985.0811357831,61928.8763068967,7447.09679037044,2387.90129863316,66412.4456397751,27458.8117436376,1719.35652478473,12502.3227430907 -7727,10413.6713172735,56511.9443996103,7359.76782391801,2240.88258338588,57663.8844162248,22712.1757383194,1707.33305258344,10207.2723445892 -7728,10406.9572616923,52713.2326116686,8123.05233767709,2395.6720682219,56819.5153173414,21155.6682048584,1864.6621547795,9512.42798075934 -7729,11017.3266098602,50451.6739123694,8449.35410002117,2507.76731566868,60147.5635454301,22580.8510869777,1938.51016090938,10172.9412084241 -7730,11525.7174293639,49690.8922031134,9241.13424221357,2700.55503102352,62931.4992676488,23139.0755526758,2123.13017623409,10379.9398318833 -7731,13070.0313023656,50122.2097369199,10629.2511226615,3091.71403808779,71364.6124305685,26063.1161253944,2443.13820279691,11680.720940521 -7732,15944.4747559047,51640.6550802662,12412.7042134707,3666.59028336333,87038.2519562978,32470.4464992679,2849.30223651125,14626.8279109116 -7733,20343.0889655877,55261.6433383007,14595.729531257,4443.07666327248,111002.197744012,42945.1294116302,3341.62227737713,19511.1734701152 -7734,21259.7956432707,63584.51181602,15449.0597556981,4681.20943984348,116006.772930371,44647.529040362,3538.55029372348,20268.2764332856 -7735,21141.3211346531,70871.1790625641,15602.0036423396,4701.49012187026,115361.118794596,44114.7333515805,3575.47429678842,20006.0015960871 -7736,19799.7091359476,73368.6632108317,14270.2098426805,4339.21819289546,108019.076358197,41736.7766858345,3267.77427124725,18980.3337990961 -7737,18505.107807399,73900.794610188,13251.6464859998,4039.86223995519,100946.834278273,39116.2802581032,3033.92225183596,17804.4950726391 -7738,17486.9174717025,75033.65264301,12369.6562838871,3788.92498628246,95384.1712282613,37152.6658910947,2830.84023497878,16933.092630538 -7739,16740.6003532496,76197.6901169072,11780.3321456574,3615.01912927843,91315.3798448864,35637.9523853615,2695.45222374067,16245.0723470708 -7740,16246.4496187237,75434.8298252927,11352.7553741274,3493.05813876026,88619.5728171655,34683.7421946003,2596.98821556749,15818.3025327542 -7741,16012.5563664661,74794.609118876,11191.3440808428,3443.07189197942,87344.8359307937,34180.2342511585,2560.06421250255,15588.8050489691 -7742,15860.3238952669,73874.8116250091,11005.5829583092,3395.77331246912,86505.5612105244,33955.3516903512,2516.98620892679,15500.2766938951 -7743,16008.3224181932,73666.9477435781,10982.9889285901,3403.81481109187,87303.627915767,34424.6412920721,2510.83220841596,15731.3297101815 -7744,16526.9362444018,74667.8122681473,11177.2293971279,3483.06182487232,90132.5901552488,35735.1796153583,2553.91021199173,16346.2463109012 -7745,16676.8856955088,77102.9372318228,10946.5361836224,3452.14726371782,90930.7049096739,36466.3737034808,2498.52420739432,16726.1327425756 -7746,17022.7159434416,76367.0992165664,10980.4774946619,3487.53121211659,92809.5037697316,37461.8518002457,2504.67820790514,17209.8299364913 -7747,17170.0529578582,73977.7042745453,10905.8090248839,3485.81461928464,93604.2162528736,37994.9188931342,2486.21620637267,17477.8339359155 -7748,16538.5564037949,69322.5933676941,10240.7645409628,3308.36113036031,90147.4017969369,36924.9711851185,2332.36619360208,17025.4137214437 -7749,14527.7452085266,65372.1409342101,8685.31802801372,2848.45732660623,79162.6711017199,32821.1098813196,1975.43416397432,15181.5555971125 -7750,12612.1095682267,61651.378000991,7731.3042686729,2506.85465588433,68752.3394843256,28244.8630999945,1760.0441460955,13020.7427117371 -7751,10947.3437535773,56732.2800776341,7641.32506145035,2349.66893294573,59732.2857655823,23363.1700995279,1747.73614507386,10633.3891255586 -7752,11417.2427921873,52943.9614031128,9168.71675184789,2655.29426399687,62769.757835388,23272.600200026,2084.39886198159,10452.4687038954 -7753,12035.915751605,50706.3071066339,9534.74645139479,2773.83199765932,66168.0156747111,24661.1479763444,2157.14719280163,11085.0521050434 -7754,12632.9027107787,50087.9122206791,10425.3064808601,2985.10764872088,69377.3742533927,25478.7877953816,2340.39686948277,11388.2870325305 -7755,14210.9809620233,50472.4603408381,11980.8824979845,3397.19036052981,77953.3578593319,28349.6456067218,2636.33574153471,12597.366824516 -7756,17273.751008406,52127.0565587821,13997.4079725432,4034.4209375858,94884.8763188498,34953.4633018372,3117.80368927759,15645.051425735 -7757,21953.3184496563,55935.1222697789,16450.9659754473,4873.5086940735,120549.276839454,46122.0345683042,3624.85415550815,20811.1541637506 -7758,22869.6680311541,64785.9648813236,17409.7256100358,5126.64613896121,125564.264366932,47647.9422458739,3821.6074036237,21455.735065061 -7759,22668.2718066124,72056.0029649299,17573.503324599,5133.18786072977,124363.550313785,46872.8570265359,3812.47953120865,21031.1706352187 -7760,21344.2640488236,73900.794610188,16084.4143148741,4758.57200758008,117197.033438835,44704.9360997299,3546.59042616387,20183.8878974933 -7761,20059.2113230686,74232.3374688099,14941.7358478661,4443.31725038891,110155.419715251,42320.3316020682,3320.35726079361,19159.346990102 -7762,18984.8317803889,75017.0234800723,13949.0040146282,4171.2306205647,104265.685064414,40314.7425710026,3108.57912917449,18288.869070783 -7763,18178.5960462782,75905.6414320501,13284.8431661593,3980.5994939237,99848.2762239702,38688.1775723308,2962.7975426582,17557.0372587612 -7764,17678.1470114017,75316.3474048119,12804.7042564301,3851.01822967819,97113.3834988918,37789.9846282907,2865.79976823148,17172.8908887759 -7765,17440.2909724683,74925.5634367636,12622.3141875154,3796.29573172773,95797.4048980642,37325.5353613397,2822.53135466615,16959.8894408075 -7766,17322.9587023325,74068.1250266748,12417.8364798373,3753.51548408097,95190.0415998902,37217.1065173527,2802.845847267,16954.447627525 -7767,17474.4131219409,73917.4237731257,12394.4794935952,3764.77060818072,96053.370326461,37654.9289304428,2809.88255786043,17181.9855098165 -7768,17952.750620655,75059.6355273749,12606.8637232938,3838.65721014577,98643.8671615618,38826.4307992124,2824.05266673533,17701.0132035127 -7769,18064.8451204096,77995.7124493316,12345.3107198966,3800.1072553517,99265.8469124275,39443.178453933,2760.5288960184,18027.1802322318 -7770,18336.335610673,76978.2188626386,12377.722301038,3825.67148238197,100735.772866121,40171.0298542679,2739.70368911435,18358.0954854213 -7771,18417.6007231421,74586.745338259,12291.735138433,3817.28343371488,101197.395821685,40433.7675520476,2713.93293343849,18494.3068448753 -7772,17686.8010625261,70171.717145907,11540.6469260893,3618.00081657445,97192.1652790426,39104.9441547309,2542.38059124635,17923.8857148585 -7773,15573.9332423731,66010.2829574544,9792.67020409728,3123.54548896943,85624.5090515169,34876.3157706567,2183.8694107942,16069.3713565117 -7774,13600.6077113698,62441.2606697776,8721.14402960574,2758.99544999653,74809.7087495545,30285.9066996781,1964.10310626493,13927.6254961996 -7775,11893.7264267018,57611.5442073708,8624.19371660223,2597.30909618619,65441.2763525833,25263.7174554217,1961.63033187903,11482.8020833679 -7776,12403.279568046,53635.108788708,10346.9207542831,2927.16250367427,69117.821208161,25423.4460090908,2278.39191300245,11215.0749420424 -7777,13027.3441135959,51335.0953076371,10709.9632081407,3044.31508156986,72512.5582722731,26809.4315838833,2357.63606268449,11843.8864607326 -7778,13466.3597469152,50677.2061471034,11306.2100739946,3210.67859098726,74967.4443402625,27523.1181618485,2482.12206560196,12124.968739273 -7779,14936.2640831394,51099.1697578548,12552.9619222621,3595.92569469515,82776.7689866399,30254.4107897369,2741.31983096809,13283.028841124 -7780,18222.1566136524,52952.2760349886,14992.4540847104,4289.24751659927,100996.985818388,37151.5974323949,3287.8526604652,16374.0088245981 -7781,23854.487006525,56778.0100992884,18294.0083156047,5403.4989628465,131988.270573781,50096.7110407252,3986.72516556442,22243.8893450782 -7782,24897.8804214001,65251.5799313708,19361.9337189766,5710.07310995619,137341.194402794,51654.8776200631,4212.18231382537,22858.9123282654 -7783,24559.1101363425,72450.9442993232,19169.555079802,5688.8959763991,135108.550183623,50634.2307651599,4151.59084792378,22345.5652024894 -7784,23288.7223623256,74319.6402465876,17960.4246690726,5315.48910903333,128619.635201776,48617.7162105286,3905.94385994189,21557.8815356847 -7785,22027.2903684744,74277.028199285,16924.1151902737,4994.50300019249,122121.053088442,46445.6035638616,3690.71247121213,20662.1038617222 -7786,20873.1794581703,75028.4559854859,15872.2086446278,4693.67500642113,115887.361142777,44337.4179877467,3464.23055232418,19770.1947045595 -7787,19905.3992179902,75524.2112862429,15027.1105789862,4455.19985510408,110539.866023648,42419.7060838277,3278.90237753306,18925.952156448 -7788,19339.1434334115,74167.8997018593,14496.6759695858,4301.90752130484,107542.87182351,41453.4161150592,3165.91761074584,18525.734111986 -7789,19074.2313963018,72850.0428992474,14255.1914928718,4238.7833447436,106120.069541713,40988.1413039413,3111.21308926478,18323.7360955198 -7790,18986.3343062469,71463.59096334,14178.0845712996,4198.76694931715,105833.657339315,40954.0511323697,3103.03687098757,18343.0292908697 -7791,19098.4194106061,71110.2224858842,14186.0835616497,4192.26663422181,106527.784103196,41302.4368296807,3111.98715391971,18526.7623517752 -7792,19500.2856838522,72944.6209169078,14191.325737379,4243.00867024666,108558.650316542,42351.8935060508,3103.03687098757,19007.2405737081 -7793,19808.1312794998,76432.5762746963,14114.4338585557,4269.13904314256,110047.828419696,43193.4352576905,3076.9600868461,19400.5212253924 -7794,20006.4572481098,75236.3198669168,13992.9121415704,4272.12374840945,110934.109383252,43745.0005833896,3043.98256102648,19662.4240726799 -7795,19930.3861149833,72394.8210634345,13719.3198954657,4221.90225811685,110245.218765041,43597.3555253429,2979.05228001422,19603.69486853 -7796,19187.7035660706,67597.3234340961,12959.6253861584,4020.7265078545,106029.37328136,42157.5406261795,2810.85060643244,18984.8290064114 -7797,17001.5412958561,63990.8856558269,11258.0539164106,3500.58986646136,94174.2393998065,37776.6783371333,2449.65692509583,17085.0935689183 -7798,14852.8163300118,61055.8481258634,10041.2271514736,3091.60590908537,82417.6297077721,32872.0054367737,2187.89723316222,14829.7478889802 -7799,12895.101601267,56452.7031893699,9820.0570667353,2867.18697240504,71668.1654710597,27324.4259036787,2157.48163391008,12180.5538657745 -7800,11541.9873585107,52518.8799188236,8871.17056014332,2668.62734849475,63059.8471321609,23288.9381579873,1992.49831937244,10438.1233281956 -7801,11963.1042145285,50156.5072531607,8947.35581208278,2722.51804684691,65461.759049814,24458.761053062,2024.41797554218,11035.7530989552 -7802,12739.5681460815,48889.5771297273,10001.3332604781,2986.35733234595,69500.977107538,25441.4129080892,2242.77470608071,11377.0469016401 -7803,14383.0714009508,48703.5389679442,11503.8929590631,3405.24864468008,78439.6628689023,28473.0600937764,2554.00686923741,12636.17992392 -7804,17636.25012405,49048.5929143382,13676.5904878696,4094.07023892851,96489.4617245087,35474.5518649778,3049.70325550709,15817.0509799161 -7805,22845.8489135781,49280.3610977756,16427.8408246223,5057.78495995234,124959.781437404,47555.0095166039,3655.72777172658,21427.6250544351 -7806,23308.3999989279,50818.5535784113,16847.6514922428,5170.13561358231,127548.362726578,48440.4594128885,3725.36700877005,21750.9786473767 -7807,22655.9199151469,54670.270728704,16406.9928247912,5031.99459593814,123934.426969884,47037.6174241238,3626.19342105949,21122.4605332342 -7808,21433.2794564484,58330.7530596894,15188.3169948239,4699.66444887749,117188.289320217,44878.4418955565,3362.8060673171,20234.4834625683 -7809,20180.9512762388,61144.1902956344,14143.0944535175,4402.29311769729,110213.79157597,42417.851691999,3148.79106707609,19217.4787790043 -7810,19421.2708515254,62755.1350742825,13562.722974807,4229.74173401596,106037.294584262,40872.7632602919,3025.69507465838,18546.4321969298 -7811,18429.5208527179,63357.9402901068,12739.2024440952,3984.93433432312,100589.653725239,38937.1666704262,2829.73320473992,17654.8471881901 -7812,17003.9060089271,62463.0863894255,11172.8845796064,3576.41293059511,92836.5349828614,36629.9571333601,2513.90198286102,16796.3254109585 -7813,16730.1532837668,60272.2014057803,10946.2294206147,3510.91780929189,91292.1573892738,36079.9748023604,2464.27230093497,16560.4733522378 -7814,16897.8179025535,58260.0793440354,11128.5474732674,3558.8184078095,92180.7413341413,36351.7922822056,2501.04834425157,16665.4942929438 -7815,17313.5808940438,58142.6363155479,11432.4003598302,3652.13989859613,94526.300948212,37220.504088816,2572.12934924057,17056.9137990962 -7816,17978.4778055447,60859.416749846,11776.0201516975,3772.04887020639,98206.9726840891,38780.3360643489,2645.50988359066,17767.8440276814 -7817,18619.0410228762,65538.4320595177,12137.47854345,3888.97751491921,101725.59356332,40244.0334939235,2706.37988389753,18389.6466166513 -7818,18540.4020068496,65304.5851929078,11701.2661546653,3798.87374234347,101393.716008364,40558.977896309,2609.2484971234,18589.010131767 -7819,18773.5791703871,62684.4613586286,11821.0413248864,3833.91550068604,102760.917189935,41132.377699562,2614.10488427027,18787.689458764 -7820,18348.7926998899,58639.4309074842,11429.1596199174,3727.36918130767,100543.634510353,40365.0563075705,2542.50922243193,18490.5428720587 -7821,16736.612374064,55865.4878453041,10432.8721864889,3397.90930203967,91655.8142326026,36809.520838307,2305.68690732401,16830.586818398 -7822,14314.2194650444,54276.3686854899,8931.00414195054,2912.78308622667,78388.0885828338,31448.9024672327,1996.66849738685,14424.4010748938 -7823,12471.8486181136,50903.7777738306,8811.55489362716,2736.95111627021,68352.7636937781,26147.8659666359,1987.81348450869,11855.5142248709 -7824,11309.2651586916,47233.94151979,8513.07819571541,2629.57176258623,60646.0459435602,22109.8636480898,1995.58731607858,10036.3543653401 -7825,11021.7867445433,44816.4850102316,7783.78162213004,2469.85686057388,59117.5481412182,22156.4026220748,1864.14887872083,10172.0587909597 -7826,11968.2636076913,43686.7449517612,8985.12438905796,2786.61858508052,64271.4855530103,23481.9797916465,2144.77600965093,10718.1088838071 -7827,14052.6278063377,43437.3083142068,10867.5191366263,3336.59346900244,75548.9514593112,27174.1537307339,2597.67610815498,12362.5082622531 -7828,17580.0290774971,43657.6439922306,13307.4687950131,4111.68384538186,94394.4572688621,34210.3651241796,3150.26442569075,15547.2849633341 -7829,18456.8027382417,43422.7578344416,11376.7757458589,3808.75443390725,98588.5386361104,39071.0714802326,2711.69302273565,18189.1727079138 -7830,18510.4257572843,43209.6973963004,11268.6563774225,3793.09486059071,98842.9123412266,39310.5841479182,2682.69199666251,18319.1208217332 -7831,17641.0188411375,45296.6504392301,10548.5447967735,3586.82490773462,94266.5958886134,37713.8074623908,2551.50756015176,17654.2004565066 -7832,17121.419917919,48714.9714733578,10209.4310315306,3473.04409565476,91437.0559632167,36649.2759731593,2455.83853760792,17153.6800018905 -7833,16122.3723544939,52084.4444106655,9530.76263096639,3256.84070591411,86106.1512835358,34679.7641372445,2307.83021414234,16274.2012305008 -7834,15664.1458317422,54709.7648016549,9301.95865619622,3173.98263749597,83686.7460127806,33662.5526412208,2260.22729518536,15801.9348993348 -7835,14960.6154309457,57166.7154849783,8805.83059399795,3015.34931217454,79914.573929391,32241.7151998065,2140.24881146903,15140.4577604025 -7836,14465.8480652332,56438.1527096046,8379.11813113732,2891.11484600725,77277.193130826,31362.6590660809,2050.49654099673,14760.8071143144 -7837,14637.9773771603,54045.6398940458,8667.34398624852,2961.62393834956,78225.7085830838,31521.6273433496,2116.19335114354,14808.7052919063 -7838,14390.9134314039,52443.0095456455,8332.68652239907,2882.83953072851,76974.4410302788,31235.3651749616,2075.98637227597,14743.0475681089 -7839,15036.3649161748,52457.5600254108,8938.83521400099,3046.58931284122,80315.4395576595,32306.7690176575,2166.0374606594,15154.2658349641 -7840,15844.242399587,55565.1245285713,9415.4998714505,3210.86486370847,84668.4621525624,34030.4461602413,2290.96151012338,15962.3577747073 -7841,16260.3665015017,60937.3657053826,9490.06977706397,3261.59683284943,86860.51351633,35101.8113107787,2310.7885901781,16484.2482429363 -7842,16565.8332033048,61959.0165576066,9519.12583426351,3290.20193356152,88416.1278286729,35893.2880560943,2298.91026897092,16850.8350131156 -7843,17106.6814905934,60179.7019704784,9947.61598381582,3414.98724409191,91249.700202163,36859.547008224,2369.59746192951,17246.2117675352 -7844,16650.6202618334,57267.5294513421,9522.06256293008,3295.09374958574,88818.5577190787,36041.7761817075,2278.11200259232,16893.4573568548 -7845,15383.6752360966,55126.5318556961,8949.02200291273,3066.16814168008,81958.6172188292,33111.9102490167,2096.70990606407,15464.2805341678 -7846,13164.0591082309,54346.0031099647,7631.26302862592,2629.27485507942,70326.5775031636,28406.2463974736,1854.93011563829,13321.3344360386 -7847,11193.1093359923,50690.7173356894,7261.85981045412,2386.81571003308,59981.0311584147,23227.8224594915,1764.4606596891,10774.1429659704 -7848,10141.2055338174,47374.2496599187,7385.43759992527,2357.10973933096,54173.3901626168,19837.5142094268,1704.74702711777,8920.75721501607 -7849,10712.1784613488,45704.0635702162,7652.96667249437,2459.36516022561,57197.4569698093,21128.1431130435,1765.43381449089,9524.68242444636 -7850,11207.7429352299,45107.4944039094,8382.101512039,2651.26684589254,59906.6601461332,21675.278102292,1936.4602152697,9720.53696706453 -7851,12686.1827433222,45911.9274516472,9619.65611266098,3029.08758033559,67830.0696166131,24388.0173072492,2223.34321012446,10925.2375626125 -7852,15381.5570505352,48051.8857561139,11116.0291374432,3560.03844365163,82141.5120939212,30207.1559292417,2565.39601168207,13621.0225108031 -7853,19485.6978555736,52890.9561415758,12875.2154029671,4261.9623447208,103838.590250162,39675.9769293774,2962.61861994252,18084.6852447927 -7854,20362.1088027793,63401.5916285887,13635.9537529786,4491.91178172176,108538.852823905,41255.1917009386,3139.16200139161,18785.3816853963 -7855,19804.2946556223,71467.748228871,13298.828296365,4377.78685753296,105564.188189912,40092.5025680962,3061.92427200764,18263.5656540899 -7856,18828.2696637911,73811.4131492377,12442.854122934,4121.43586473279,100320.133413025,38354.0383288273,2863.31296787741,17509.2435568922 -7857,17713.2753662729,73904.9518757189,11676.5307548618,3871.81900697056,94369.3395596292,36120.4129621019,2686.76958642832,16498.2942545919 -7858,16585.1326963375,74716.6602641534,10724.5631205828,3582.82783437545,88318.5203099969,34065.7008666687,2466.09035961696,15595.6709422912 -7859,16041.4702217727,75519.0147295327,10388.3232208567,3467.79764596149,85430.3190362493,32926.1244641933,2388.85263023299,15064.8933412777 -7860,15415.7368938036,74728.0927695669,9841.50201277415,3303.39359523369,82073.4836089897,31807.4839354403,2261.96207481645,14573.7544534397 -7861,15168.5307354895,74136.7200591563,9673.88566663662,3248.32607174973,80756.6845868537,31307.9219176907,2223.34321012446,14346.8340460891 -7862,15089.4234193852,73242.9055504683,9579.30057112366,3222.76327716299,80322.9093452465,31198.7892463227,2201.27528744333,14307.1503430671 -7863,15519.1087829439,73012.1766582101,9866.89408351708,3317.44973799308,82610.4612457322,32068.0304640037,2267.47905548674,14702.5292519697 -7864,15917.499024646,74427.7294528341,9922.12441827101,3361.51507238716,84700.2197065453,33120.5766656129,2278.51301682731,15211.4262540774 -7865,16487.0814806841,77750.4330773081,10166.3982963779,3459.11740483047,87707.1389217122,34434.4940845922,2333.68282353015,15832.5753342512 -7866,16763.357253157,77043.6960215824,10126.0367891387,3474.17995810186,89139.1365566905,35261.0847910373,2322.64886218958,16247.8726502012 -7867,16890.385503504,74788.3732709866,10036.0677560307,3466.49774783182,89782.6118263932,35724.4357881321,2300.58093950844,16488.5948317425 -7868,16245.9043646786,70267.3345555606,9395.97078476254,3282.14458608174,86307.3574279074,34666.9187721819,2151.62246141077,16046.2401364523 -7869,14419.4439193952,65942.7272161521,8127.206475409,2870.52769848991,76556.4844305901,31023.3697437668,1859.22248588572,14400.7286370286 -7870,12405.664955748,62332.1321723519,7110.12371152195,2491.63915024778,65901.7066747948,26538.4822284769,1627.50929773379,12281.1532727202 -7871,10564.4621217275,57052.3904308424,6815.22974448453,2275.66910784644,56272.4431837769,21695.9719814398,1566.82251036067,9905.56996507291 -7872,12194.0892235603,53352.4139260921,9274.54734050523,2943.72994833497,65431.574757486,23487.4576799864,2048.39003929299,10220.0321430311 -7873,12858.244295296,51238.4386068042,9644.80144467353,3073.22620326411,69048.1238192648,24967.5868951053,2127.5901206308,10889.2566003836 -7874,13489.1914869996,50668.8916160415,10543.6663094513,3314.27296431802,72440.3896409871,25727.0310218883,2325.86100913138,11159.3752002417 -7875,15192.3828232486,51138.6639316197,12114.4155223787,3774.83021114009,81744.3983286618,28856.1895211338,2665.27176941031,12488.3835859572 -7876,18492.4406338293,52735.0583313165,14156.7676751068,4471.38029387046,99440.2311464745,35735.9119864424,3116.84264097599,15556.6318399218 -7877,23436.8977770568,56478.6861745488,16639.1651019448,5394.76871321675,126279.986656431,47008.5225782246,3649.17414572504,20735.4493063451 -7878,24443.3551841955,65657.9537711777,17608.0464025904,5674.69589557515,131722.484882176,48765.888212661,3860.91573293799,21467.902138999 -7879,24242.0991926118,72866.6719613712,17771.1806293219,5686.83138450698,130768.69632811,48146.8978303104,3891.5831634568,21157.759830498 -7880,22805.8347165844,74862.1649609923,16268.5051697371,5267.259536276,122853.743175309,45669.1634098207,3568.89132376298,20154.3303212681 -7881,21402.6681286674,74718.7388465119,15113.7198225072,4919.71936276149,115208.237303167,42968.9205228037,3318.90312166146,19001.5468119869 -7882,20242.8069294647,75420.2793455274,14110.2118912795,4617.75270907853,108947.63297832,40840.6302937784,3098.80207415595,18099.2645766082 -7883,19380.5415889086,76142.6062730117,13438.6185569231,4406.26715682171,104311.613204953,39177.0493567537,2951.16575863207,17368.854820368 -7884,18834.3610473972,75245.673689158,12953.449555253,4262.55574654133,101348.478179483,38171.0436316634,2845.56565018166,16941.723136779 -7885,18574.4777795986,74848.6537724062,12768.7364287653,4203.46052926867,99954.687132739,37654.8440915239,2804.61218373244,16717.4271570175 -7886,18443.6791749604,74161.6637531559,12563.1656249173,4154.18606119626,99172.1718857218,37458.0214060518,2762.87844136043,16651.4506440465 -7887,18610.837604441,74112.8157571499,12540.4879413881,4163.7166113895,100037.110192668,37926.5846234713,2758.84994356489,16880.0269242136 -7888,19122.0398478296,75801.7094913347,12754.4294265431,4244.90464417792,102929.070327479,39237.6811788218,2799.50094531264,17487.1957311965 -7889,19240.9963201627,78722.1965415328,12490.5717833086,4198.52183692475,103618.087520795,39925.3445965522,2738.34143079487,17858.2942279513 -7890,19542.5002264919,77767.0622402459,12522.894522898,4224.62037093081,105358.53108911,40846.1683792122,2739.66307702978,18302.6414788204 -7891,19645.9559851532,75445.2230395271,12436.35475422,4211.17813075734,105958.952663205,41276.8795740362,2718.37428833698,18518.7027764117 -7892,18871.7376663171,70915.8697930392,11677.0851693034,3987.81248907045,101828.155014979,40007.0441141603,2549.4491841203,18002.0432445828 -7893,16605.1572586958,66798.0869430684,9910.44644919507,3438.65748622422,89528.5918214704,35573.6626788907,2165.29536520726,16079.5488772684 -7894,14492.1280346023,63177.0986850339,8826.14074687772,3039.79676129183,78068.2135363413,30747.9846246394,1932.80635961364,13845.031159515 -7895,12698.9524706429,58019.9966295362,8726.13580144357,2869.00245031596,68244.6475565666,25625.565729414,1921.50114214978,11331.9162694212 -7896,14174.300502315,54286.7618997243,10830.4555513069,3430.30849253586,76428.0842851023,27423.6783834494,2448.55794454654,11909.9766241673 -7897,14793.9282884577,52009.6134294806,11178.6233879862,3553.79815482907,79784.2911559752,28809.3815970658,2527.28944093391,12560.7981009281 -7898,15579.6698734655,51137.6246404404,12043.0319624937,3792.71119370763,83958.4580871405,29956.4306956653,2726.68412987316,13008.0171509048 -7899,17140.0481547677,51677.0312796794,13364.56447971,4186.47815648803,92343.764767823,32835.8637234943,3031.93067596001,14303.6159073102 -7900,20824.2491459502,53353.4532172713,15966.7357470092,5042.62809920862,112273.892037563,40290.7004502612,3616.34483637001,17601.6950789615 -7901,26152.5349588453,57399.5230604089,18501.8941226672,6009.10238496087,141180.938890202,52651.086654629,4182.27664648587,23354.9276284868 -7902,27020.6204543682,66472.7800331499,19434.6168805753,6274.19142752832,145815.813215257,54028.7133795994,4397.35919946053,23958.8687927809 -7903,26528.4683117506,73766.7224187627,19209.7849436682,6175.91159611581,143146.887775388,52882.2522565988,4352.04866461654,23470.5350158757 -7904,25430.4885680027,75646.8509722546,18104.5654258105,5868.59228682704,137263.648873489,51047.6771466792,4093.28135821515,22641.1597263785 -7905,24231.4404539798,75612.5534560139,17054.3264609166,5554.8633244361,130806.497206396,48844.4899762995,3851.66279690101,21647.5088086021 -7906,23029.0567984401,76459.5985510544,16010.2940164239,5240.22022426621,124337.451350012,46664.390469244,3613.34062408362,20704.1114376044 -7907,22069.1480811867,77347.177211853,15272.3279907916,5006.95542956662,119171.40718578,44804.1305463787,3445.9060156359,19881.3749846207 -7908,21567.1507751339,76524.0364188189,14815.5721708364,4872.06474854238,116473.0655409,43915.4542239146,3340.93068711941,19488.7147579201 -7909,21309.1340220475,75991.9049186486,14585.2364504895,4801.4914489041,115082.665437856,43439.7152438316,3288.73519907153,19280.2638840991 -7910,21355.5230517437,75364.1561096387,14581.692572891,4809.97338932666,115338.986751591,43570.4377994498,3285.1466343644,19318.334112818 -7911,21547.6623907793,75349.6056298735,14667.6753918152,4847.93743717219,116384.385850939,44032.1272150162,3302.96218205509,19532.7248281157 -7912,21854.3954425218,76882.601553799,14633.5457043221,4860.40342980363,118081.547624221,45001.3016007386,3296.28695487886,20046.260790282 -7913,21876.2323326748,79512.0792103193,14308.8013285424,4796.07988941851,118249.418452429,45506.3961621094,3220.55967077789,20352.9073342551 -7914,21908.049452977,78554.86622586,14112.4781011802,4754.66170710081,118453.286297619,45887.1185045947,3177.08464337882,20610.3619769145 -7915,21814.8368731527,76209.1226223208,13963.1105015508,4717.42788728832,117974.091751295,45852.2172123491,3143.28905544236,20645.3067659328 -7916,20832.1213311227,71811.7629848997,13077.3672862217,4452.95559515325,112697.94155731,44139.1811209335,2942.05885905819,19942.9130006176 -7917,18517.7694683123,67769.8504072931,11351.9094355401,3909.23381431612,100213.128464581,39584.7639990498,2548.69355333172,17914.079486196 -7918,16383.4340198471,63883.8357407597,10265.421105751,3504.54726539861,88640.5895885647,34694.9310583085,2304.94730836229,15607.4737125593 -7919,14515.3505577249,58720.4978373725,10246.3001042879,3343.48134093177,78383.4387787872,29231.7795633034,2309.7870280936,12905.3479544732 -7920,15625.0780296507,54704.5682449447,12028.1078319947,3792.19193340517,83987.1604147957,29598.1628438089,2681.28590029961,12991.5295535065 -7921,16265.7810372926,52413.908586115,12402.8211581868,3918.27217972829,87435.1207182139,31013.8027911965,2759.85657334152,13642.4257718409 -7922,17125.5032145754,51619.8687526114,13336.5842952271,4172.08420028035,92056.7768546098,32333.6593615997,2960.16836127216,14205.18587282 -7923,18698.2984076282,51979.4731787707,14731.7680807902,4559.12004565588,100555.779532924,35293.4128917047,3246.2498032251,15516.2758538762 -7924,22740.4464831668,53499.9972052895,17652.7763650448,5512.75586012781,122282.998792194,43175.8491654397,3907.60971918118,18958.0147095143 -7925,28475.0205928191,57258.175629101,20413.9298033211,6545.86499470025,153127.337225194,56269.6576135146,4493.57589134097,25106.005147328 -7926,29349.309880635,66305.4496166631,21422.6019950622,6815.50782862331,157830.852094041,57633.0152981583,4710.86789677111,25657.5948715185 -7927,28699.8533380109,73797.9020614657,21113.9452230356,6669.48358755558,154394.223520693,56313.9405623009,4621.94475753877,25072.2340931154 -7928,27676.0051345228,75512.7787808293,19977.8946919469,6390.66838453383,148829.034643772,54526.4406295342,4399.46479699563,24298.0584342074 -7929,26478.9783787635,75462.8913928301,18853.0402942304,6078.28058343917,142365.396713643,52345.5357684981,4162.31298167382,23371.1145637675 -7930,25198.2700568147,76125.9771100739,17711.3213923047,5743.97621297563,135468.972223047,50050.6084847137,3913.22023553878,22388.9795407662 -7931,24154.6464731147,76757.8831846148,16898.2763148541,5490.62134997311,129863.26168734,48059.9135302269,3734.20805369589,21503.5907857382 -7932,23642.632665544,76007.4946895932,16406.3542011858,5353.65239401681,127099.385630794,47157.3122722575,3629.44715630668,21122.4600505867 -7933,23367.0759929268,75398.4536258795,16148.2358604152,5276.26159512707,125623.341593981,46679.151232319,3570.73629315644,20924.4747287122 -7934,23483.3692141528,74706.267049919,16177.7355521462,5307.43910296972,126221.630720064,46880.409518819,3589.0076384253,21006.3968556468 -7935,23706.5425450444,74632.4753599134,16289.2952413148,5356.49012675533,127408.576677255,47354.7671877856,3619.36858293412,21210.9001512919 -7936,23948.1847526558,76434.6549578687,16210.6742656048,5342.12904831052,128743.678355544,48266.0469782914,3585.55681636183,21684.3148933091 -7937,23939.458407432,79249.1314849929,15847.1599822564,5265.60206341176,128703.238098205,48722.3197871392,3501.37562696232,21952.3341489312 -7938,23875.8337872318,78286.7218430094,15595.7465072312,5193.14843730442,128388.535784278,48974.2032093642,3432.16362919493,22113.2598415448 -7939,23718.9047487036,76109.3480479502,15423.284169647,5141.14268326821,127554.359894526,48806.8150084686,3391.15288164224,22044.0068206509 -7940,22613.7283490009,71887.6332572639,14439.608045903,4845.38150291974,121617.869459572,46896.3865514205,3171.12995224666,21225.38736134 -7941,20168.7319472862,67900.8046243667,12571.2097496791,4277.25129839124,108440.435369984,42107.8826926611,2771.94617258148,19100.398601386 -7942,17918.4456496075,64291.2488717458,11390.8578177249,3853.93376689448,96331.4901957751,37032.4444137663,2521.41363025036,16735.2619799107 -7943,15943.2790356525,59241.1967313152,11386.302626054,3691.29177113197,85692.0345441402,31343.5422358349,2535.51425535771,13920.1851416356 -7944,15421.0222929256,55332.3170539546,11626.2320511604,3678.74113590166,82732.5443385679,29375.3901899108,2623.9724124867,13056.7801412057 -7945,16124.3014199378,52930.4503153407,12035.553710358,3822.77137514713,86490.6323310455,30884.0658934444,2716.12010873523,13747.8617889925 -7946,16673.4230100614,52054.3041599557,12636.6214167492,3978.76473076013,89452.2798850253,31742.3745650748,2841.33871644239,14136.5280845681 -7947,18167.2478553308,52505.3687302376,13904.3482121941,4337.62624375941,97506.0361714819,34588.6935395748,3107.124797992,15415.3858725923 -7948,22195.4558124295,54079.9374102865,16738.117597292,5274.53224790693,119099.901022111,42471.4331912021,3761.32439186347,18892.4044736082 -7949,28707.8473921395,57982.5811389437,20283.6522615455,6520.23678382681,153939.628922117,56777.3509957156,4526.27561943068,25585.6115237294 -7950,29652.3106211567,66518.5100548042,21386.4357591255,6807.25757968847,159053.260968548,58264.8182994586,4762.85525577385,26200.3553771947 -7951,28911.9609927651,74088.9113543295,21010.3446877686,6634.08898531287,155149.063962328,56813.4282425823,4653.14901251216,25559.2721659586 -7952,27829.5854476858,76256.9313271475,19837.7886649006,6339.8782755973,149266.719144951,54931.4504589641,4415.74198348183,24737.6685008535 -7953,26698.8775295807,76359.8239766838,18786.3216020709,6052.6460779343,143152.53967881,52832.9223921172,4194.51121327396,23829.9950456008 -7954,25420.8223467426,77155.9424933598,17654.1489471248,5723.62875931004,136268.125818254,50530.8409207185,3945.67428379724,22830.9540983736 -7955,24244.5348122959,77440.7159383341,16713.8400114559,5432.87445487335,129958.592010279,48335.7055432127,3734.49112584506,21853.2973831828 -7956,23666.3349718707,76110.3873391294,16154.4721500758,5277.36853094297,126835.46056727,47328.8103060703,3613.13698439008,21424.7951239546 -7957,23360.9789698506,74769.6655256904,15872.2819171554,5191.39314687672,125197.948012974,46804.0999273503,3547.10416034626,21206.0326111984 -7958,23441.0070444655,73461.1625453196,15861.2704756933,5211.30263564583,125599.362967244,46950.1093923959,3556.26988047806,21266.592147641 -7959,23654.2378979388,73136.8950273943,15935.0390887178,5257.91999399078,126719.037719784,47405.2100849092,3583.10314649648,21461.8211099088 -7960,23935.200805069,74983.7652550107,15872.4211965162,5254.79956848355,128225.851347624,48373.6627415818,3556.26988047806,21957.4262596983 -7961,24092.8767487627,77504.1144141055,15725.2925062148,5225.63866164172,129068.639200553,49094.5169734383,3511.76906857304,22336.2426758695 -7962,24130.0807970614,76074.0111397162,15549.633595844,5185.0413163599,129263.695968444,49492.7136290684,3464.9495769167,22550.5265130285 -7963,23811.0551683579,73614.9818740343,15211.2700318876,5082.87432062957,127558.281450929,49089.1466425936,3383.56788673757,22385.6559807858 -7964,22815.1286643596,69569.951322076,14356.4993965828,4823.71726235151,122210.607920103,47338.6120266949,3190.052274672,21619.7770979377 -7965,20403.0607192279,65839.8345666158,12553.7021252559,4274.26897557301,109243.046970938,42583.3734989771,2800.64787135282,19483.9221888267 -7966,17943.2445115587,63169.8234451513,11210.7138047527,3794.29353315439,96089.3244733504,37184.1257399128,2504.21855696933,16971.5090060999 -7967,15803.9863105996,59037.4901154152,11040.929043347,3593.91228992666,84709.7488223554,31226.6617748134,2488.04229814687,14028.6177965324 -7968,15600.1280403902,55303.2160944241,11930.7681477887,3669.0176482991,83579.643451576,29867.804936803,2590.06965089041,13244.3132179053 -7969,16441.3881568261,52775.5916954467,12506.1921965404,3854.15350393522,88070.9874411795,31561.0970336618,2714.59223026014,14013.4137314252 -7970,17230.716073272,51197.9051418601,13303.1494631834,4078.96902626895,92313.2677633088,32851.9038065663,2888.92384137776,14559.3542879588 -7971,18757.3191373176,50806.0817818185,14524.8613068086,4450.01082825184,100491.121902756,35719.1844812089,3154.57201069986,15832.5129128417 -7972,22988.1484475224,50710.4643721649,17738.0595592385,5439.11115297306,123167.882623461,43838.0344657303,3851.89845517035,19422.9559624347 -7973,29740.3455104233,50731.2508006336,21340.083339509,6723.1538884137,159111.478611313,58598.942083738,4623.93844726269,26299.1863288808 -7974,29574.4943065309,52055.3434511349,21187.2546050489,6681.37255460923,158205.293833325,58326.5401475491,4590.73242609743,26202.9227630847 -7975,28741.2195998202,55995.4027711985,20574.8558110915,6489.75109778731,153755.307583001,56700.9650771855,4457.90834143638,25472.8572434259 -7976,27465.3357554719,59942.7372303308,19284.656695342,6125.57033373934,146884.351724015,54608.1395921512,4175.65716153165,24585.9388423828 -7977,26535.0937671933,63312.2101676385,18484.399350738,5888.73474783003,141894.538962672,52928.8012594178,4001.32555041403,23852.1583631592 -7978,25747.7384461478,65233.9114772538,17910.002055925,5708.92408922588,137680.653469616,51388.579643977,3876.8029710443,23163.0046073016 -7979,24161.075639722,66010.2829574544,16501.3115440091,5295.93732425113,129162.771670412,48570.0606152468,3569.64727526563,21937.8511770876 -7980,23198.2191644469,65087.3674892357,15514.5996582465,5019.99233494855,123972.696574908,47016.6498670151,3353.80813769143,21294.7967537971 -7981,22935.2411235011,63137.604612083,15248.9400843178,4944.94397867013,122560.030340882,46586.612945255,3295.69760065222,21111.0085804218 -7982,23075.9243397047,61939.2695211311,15363.5689699273,4979.20368219459,123312.264235653,46844.1346541683,3320.60211652617,21223.8024466243 -7983,23606.1867323384,62018.257767847,15857.9083225613,5121.60170816927,126162.236217196,47757.9556497044,3428.52168531327,21612.3471031568 -7984,24349.7027374974,64495.9947788251,16245.785820396,5260.82499063266,130123.352743183,49390.5204203352,3511.53673822642,22371.756752353 -7985,24629.2668874977,67092.2143110979,16177.7249980502,5271.03489025021,131584.242936176,50253.2783552894,3494.93372764379,22807.5435001529 -7986,24413.1765325759,66587.1050872857,15690.1600571765,5156.76089358801,130383.195133467,50215.5230207401,3387.01415885669,22850.5764615996 -7987,23991.2028569993,64242.4008757397,15235.1449635379,5031.91634254626,128105.291714491,49564.1959533436,3287.39609536091,22591.603027212 -7988,23718.972582564,60483.1832615629,15191.9801056193,5000.39487724993,126668.51367663,48851.1597597353,3279.09459006959,22244.1314919181 -7989,21283.568104807,58001.2888842399,13429.9337900359,4447.67023564351,113636.069941198,44073.726643155,2897.22534666908,20109.6280898905 -7990,18864.9830849741,56858.0377379975,12151.6067536462,3988.80628348676,100763.595206632,38762.3886424353,2623.27567205567,17623.0910506481 -7991,16814.3740902178,53285.897475969,12254.5778002918,3835.93669761363,89995.0017071251,32896.5109324097,2656.48169322093,14705.8201017851 -7992,17373.2915524191,49678.4204065206,13682.0569547326,4139.99827147041,92099.4506196872,32188.7904003249,2877.9148229447,14143.7653614011 -7993,17489.7903073155,47379.4462166289,13505.2062509479,4117.65730370044,92911.8294175715,32831.0975645305,2839.01550007714,14485.6111264773 -7994,19108.218856201,46058.4714396653,15277.994732959,4602.85133861651,101612.838888163,35355.548059633,3214.18007779216,15510.6917322073 -7995,22165.9022513251,45538.8118369019,18335.9720411161,5461.873906772,118046.328517987,40517.6536711645,3859.14604913776,17669.392095621 -7996,26724.7727742575,45568.9520876117,21921.7183050584,6547.52394644399,142548.200691306,49076.0672969592,4613.80290003395,21413.4625740284 -7997,28350.8176822672,45350.6950927603,19639.5782591599,6240.04833840931,150784.627087873,56135.2558820839,4113.49545809145,25230.1178064221 -7998,28134.3253125417,45019.1522341384,19436.8526849642,6185.65732078703,149697.950719193,55796.3471482047,4071.13897248375,25112.5650447893 -7999,27443.4764831478,47136.2455277779,19140.0001747136,6073.49894742598,146513.835650737,54474.7540497297,4009.53083666783,24492.8923681059 -8000,26629.3186934055,50987.9626780706,18214.834843989,5817.62982020804,141668.652699428,53008.1251154543,3813.63565966922,23879.5942098053 -8001,25704.2795897943,55089.1163651037,17388.9411135861,5576.21492679669,136649.494189913,51332.9192306355,3639.61800680487,23151.5675645512 -8002,25233.1493730501,58136.4003668445,17173.6897321936,5493.83185142282,134188.553783293,50269.8736192624,3595.59894356895,22648.2006304924 -8003,24135.1002829617,60975.8205879683,16283.0530276596,5225.23116446311,128230.813896998,48182.4059797904,3408.14866219514,21727.841757931 -8004,23678.3156701651,60767.9567065373,15858.1690714118,5102.73127963627,125780.974233198,47389.2955441478,3318.57996557879,21385.5860854452 -8005,23836.3393681781,58782.8569211506,16187.8937072618,5183.21079285383,126917.442636099,47645.7504825424,3388.06572317281,21463.5049311747 -8006,24163.1763852794,57502.4156091312,16550.8557904209,5282.6404225532,128798.463090359,48199.6315217216,3464.90107261011,21687.3089953556 -8007,24092.6889393197,57465.0001185387,16347.776395778,5236.74616373279,128391.372686259,48205.309873116,3421.7132981883,21716.3740225309 -8008,25389.584140281,59693.3005927764,17390.6175586483,5551.04397699199,135359.091826891,50666.0282130856,3640.58130310268,22798.4105970532 -8009,25842.7857192852,62801.9044879301,17552.3956616396,5621.66396297326,137809.575652697,51804.157157626,3672.83031545736,23338.8804146954 -8010,25738.8520863882,63577.2365761374,17213.9266853047,5547.54786941315,137328.773623209,51951.3366580903,3600.15141009061,23453.7739704129 -8011,25671.8300361316,62374.7442196545,17190.8214667557,5538.6224892981,137039.627617634,51848.1556198039,3595.16367720595,23410.2276496741 -8012,25002.4068033663,59899.0857910349,16726.3635549079,5391.57166986831,133567.814135389,50559.2447534079,3497.9813737789,22829.4017175453 -8013,22390.5909252495,58341.1462739238,14721.0340393939,4777.74195585927,119555.341855404,45527.7757677908,3077.26716268345,20606.8523506457 -8014,20551.9949222771,57920.2219543516,14023.9211252051,4480.88690406395,109465.464297822,41057.206966524,2934.79924084337,18471.8203936368 -8015,17715.4143374068,54236.874612539,13249.5751982642,4090.52098978883,94536.9786961031,34033.3510976399,2781.69581581546,15102.973558634 -8016,18263.5277708527,51244.6744546936,14446.3091835602,4369.79108402834,96815.2199160986,33499.9476544481,2975.37254193047,14737.3146904671 -8017,18858.2546276609,49579.6850225153,14828.0043953647,4497.81748412803,100104.322905704,34824.5710301194,3056.4549677405,15332.0223401602 -8018,19962.727724914,49124.4632875164,15963.9651118966,4819.46858542571,105939.814193719,36589.3969138305,3304.82904102523,16057.0460436017 -8019,21571.0213698457,49611.9039563976,17237.4928033682,5211.47393431643,114383.609241542,39583.4064479565,3584.62944245296,17363.9057375939 -8020,26301.4484066535,51467.0888158899,21032.619414415,6351.44309048413,139725.598007854,48353.8590494561,4362.41551153111,21181.3977128059 -8021,32735.7547533453,55710.6292254102,24158.7308838801,7510.30132201941,173719.460049413,62546.0319788795,4993.41711655307,27827.1133978534 -8022,33464.1896356915,65715.1162982456,25081.3432422429,7750.76730470309,177815.725271194,63563.2035252738,5169.3504948578,28242.8096247719 -8023,32561.1798066285,74096.1865942121,24597.5694107016,7580.15054961132,173397.99558982,61843.3520759588,5064.15236570429,27436.6864749297 -8024,31756.8472340114,76923.1350187431,23646.7681284535,7319.62784969015,168781.420496854,60459.0868369756,4861.82587016162,26891.1472565042 -8025,30510.8982462543,77662.0909075372,22451.7946079892,6982.99016873202,161994.790924416,58355.24483847,4625.98280248059,25992.2931394559 -8026,29115.2740451297,78794.9489403593,21222.1982208225,6621.20240747884,154589.39211081,55920.0079522215,4366.68958447136,24940.7277550191 -8027,27932.714790102,79878.9588763613,20252.7822004147,6324.40715355672,148314.381418894,53694.7413996465,4151.16653030971,23977.8277743269 -8028,27471.73679362,79496.4894393748,19825.3281175588,6204.16470325082,145799.593264649,52921.6331331183,4071.60238042932,23637.4839299266 -8029,26972.2098876397,79112.9806103951,19381.0490805654,6079.93566561234,143233.962424684,52173.0935061419,3989.85440160402,23303.1150382954 -8030,26939.1002834268,78345.9630532498,19331.1251061092,6072.11531795217,143057.315159624,52199.8392977114,3991.37267753366,23306.6625817439 -8031,27047.9641810045,78196.3010908799,19343.2774055072,6084.96292773046,143603.15267376,52487.2306415125,3996.49947338828,23445.3817942114 -8032,27845.2902839294,79354.1027168876,19788.2482131557,6237.18524722471,147866.81326604,54175.9818823388,4081.1904191233,24226.6004705512 -8033,28060.0075916874,81066.9007530788,19649.3059692293,6226.85691693334,149003.06075071,54936.8417462434,4047.5802620354,24620.070637242 -8034,27915.4472930725,80110.7270597987,19279.3167844038,6141.4216434604,148279.966724478,55007.3616615555,3966.49783622536,24698.5352089992 -8035,27042.6264729192,77999.8697148625,18324.0818960729,5883.77309346713,143574.757180267,53716.21802426,3775.18407035675,24182.0013118787 -8036,25988.5711133353,73637.8468848615,17452.3443929635,5623.7386776348,138021.895828602,51852.5835189748,3594.78944921265,23364.7287663966 -8037,23400.6112965158,69814.1914029202,15555.7373710859,5024.45343600818,124364.013723091,46841.6059275194,3181.30755739813,21153.2400516847 -8038,20917.1034295625,66309.606882194,14096.5352240445,4524.95811195167,110968.020244598,41469.0571496127,2884.79566237601,18686.0711713113 -8039,18471.7604417731,61117.1679184623,13883.7634288408,4281.307429195,98249.6763222064,35048.1217601127,2857.07143910755,15535.1703301618 -8040,19326.9285667451,57353.7929379406,15535.0117398086,4669.47788573785,102461.422187519,35217.2039789956,3154.48152322385,15423.5751443053 -8041,19918.8794284561,55152.514840875,15940.9189827105,4797.65252330757,105802.520493697,36556.0222038506,3238.62759434522,16009.0600700431 -8042,20954.6747242166,54190.1051988914,17021.852972081,5097.15620203264,111324.193079207,38199.4245285169,3462.08830687081,16682.6812059214 -8043,22514.2263575309,54302.3516706688,18277.2334131128,5473.28365036821,119512.184576531,41166.6770816904,3737.21504325838,17952.5367723523 -8044,27493.2129824592,55845.7408088287,22345.6047710212,6684.36567869489,146290.862877759,50315.6804945873,4550.41436866019,21918.4554829994 -8045,34304.7700381256,59531.1668338138,25814.9386582614,7938.6154416225,182443.456381302,65191.7583987105,5237.91216647185,28846.9299461927 -8046,35286.3910187103,68270.8022647603,27028.5291165527,8262.17221354628,187819.349881623,66612.0549794722,5486.68831183651,29408.9407189517 -8047,34610.8404546691,75541.8797403599,26825.4283876583,8164.779291092,184796.815877323,65149.3533673534,5421.40917416046,28715.4982765729 -8048,33439.1746592247,77781.6126191972,25405.0083189933,7788.63882941588,177991.198171195,63283.9078220454,5147.39735674605,27985.4578615307 -8049,32028.9621349641,77948.943035684,24029.1497511822,7399.76207141107,170356.629907095,60921.2089461848,4870.59910793737,26989.0297787368 -8050,30668.6016773653,78793.90964918,22826.0940999398,7048.53659862832,163191.535591932,58495.1308643528,4611.79215596881,25957.9064253611 -8051,29459.3710811872,79772.9483532873,21797.6808821417,6745.89572426662,156653.293816921,56252.8872900308,4402.8201938625,24992.2414901876 -8052,28761.2890268723,79410.2259527763,21115.116955658,6552.3307910997,152881.133631588,55131.0702815754,4269.87429106272,24508.9361318215 -8053,28335.5829211891,79130.6490645121,20793.0358954469,6451.96295101869,150839.810949363,54469.77896056,4202.92364096556,24201.8393513771 -8054,28418.275202995,78618.2647016313,20900.7932868565,6479.23600554582,151363.654536604,54651.4801693564,4227.36343719942,24261.0218928136 -8055,28487.8386406057,78707.6460617675,20883.7566161007,6481.453198942,151651.408065692,54926.3070882124,4237.39424380333,24376.7119616734 -8056,28887.9870237678,79716.8251173986,20844.7482607956,6507.28561494203,153815.374678257,56016.7211967792,4214.70572077989,24940.2517583475 -8057,28820.1855263202,81537.7123598362,20366.8874718661,6407.71472880666,153422.832703765,56384.0811687164,4115.19526263403,25180.8870699022 -8058,28710.9006670987,80483.842674544,20031.4122277474,6332.16271411074,152939.007376148,56505.1652479425,4039.1692033275,25283.5794215298 -8059,28217.4543752559,78255.5422003063,19535.2252327677,6193.48000538502,150254.243889315,55816.2596609187,3954.22725639022,24982.8887440032 -8060,26751.9465066659,74187.6467383348,18207.0539387561,5808.94630864738,142480.724391374,53356.4227462345,3687.38005339613,23923.3019919288 -8061,24086.2585164625,69968.010630821,16182.6666739825,5189.7827362078,128304.617479507,48198.3155887471,3262.11199318456,21674.3011815368 -8062,21720.2319222626,66255.5623294778,14840.2309833649,4728.41951302768,115471.55187007,42920.474289419,2987.0650175863,19269.3497411475 -8063,19353.8727555379,61425.8457662571,14806.9178743148,4524.77360141044,103135.95354217,36528.1141292838,2996.14042679568,16108.0944115016 -8064,19543.7343125759,57677.0212655006,16103.1806760419,4776.34340388212,104098.963946243,35640.7144083233,3185.59082304957,15398.6858678215 -8065,20165.0501251134,55409.226718312,16524.9218065775,4912.10446703471,107563.417775596,37018.6694701435,3270.75564436168,16001.0590634767 -8066,21219.9509123316,54387.5758660881,17646.3400459256,5220.58612300209,113191.468068359,38687.5139122206,3496.60901937314,16672.7171367291 -8067,22837.8533803025,54625.5799982289,18955.3687459683,5616.33371062666,121676.358593866,41730.1402815555,3775.96029358615,17958.4055602757 -8068,27874.3399145053,56030.7395786185,23167.7334732638,6853.50398120774,148852.132769076,50992.7074726765,4596.23480550556,21927.3270604152 -8069,34759.5598771841,59638.216648067,26762.1387184369,8132.92556500579,185622.029349196,66051.6126477742,5290.13484989164,28885.9156830778 -8070,35763.9429015537,68485.9413860739,28020.0923390091,8466.62285482424,191098.756404384,67497.5498809005,5541.36441006905,29447.9899688562 -8071,35061.4344628171,76092.7188850124,27799.9153322503,8359.66113657129,187894.709191275,65998.1453071522,5473.55242470147,28752.0685528203 -8072,33870.5011799402,78547.5909859773,26333.8177876254,7975.79113742074,181026.946228015,64105.9533749794,5198.06621464473,28015.7359270374 -8073,32441.8246911504,78749.2189187049,24909.0954191968,7577.84071678992,173282.319173139,61713.2536924757,4918.82155912549,27020.8049580331 -8074,31040.1754537524,79735.5328626949,23656.7298246822,7211.30893794442,165897.391501869,59233.0634928344,4656.42328125436,25982.7564704045 -8075,29808.3145971795,80651.1730910308,22590.6979810719,6899.92787057007,159232.810297468,56955.4983842629,4445.39045070534,25012.5402830304 -8076,29111.1868767909,80187.6367241561,21885.5934603804,6704.47976904312,155446.172537402,55829.3403822241,4311.60571094079,24534.8344806562 -8077,28695.1539944787,79905.9811527194,21551.268443272,6604.37758773127,153407.446787603,55175.2636395272,4243.90034426699,24240.5280849616 -8078,28788.0537329964,79365.5352223012,21663.9406137116,6634.47669416,153971.08380864,55368.3312004615,4268.77007113652,24304.3714297934 -8079,28885.3095318672,79195.0868314627,21651.6006350596,6643.99150998975,154376.955577751,55673.2000360177,4279.93878883024,24432.7731865506 -8080,29265.9833981051,80407.9724021799,21606.3542269268,6663.4408047427,156487.349724188,56754.8437705972,4256.08197855355,24992.5728131933 -8081,29194.8217533681,82230.9383277899,21111.0410728059,6560.62198028141,156095.303451781,57125.7335263546,4155.59015448258,25239.1582547252 -8082,29079.4798234596,80760.3015884565,20760.9003720418,6481.150676673,155580.618916805,57244.7953917509,4078.34206369811,25347.4114880578 -8083,28612.4089777545,78606.8320954038,20252.857241104,6347.85627734733,152988.066110742,56579.2728131891,3993.7903193762,25062.7871531543 -8084,27140.2262157335,74263.5170106989,18877.5727118883,5956.81786072567,145132.437771137,54100.4169673756,3724.59484626405,24013.0173496227 -8085,24405.5653923402,70452.3334261644,16773.3273282382,5313.77839554841,130577.768994643,48840.7033178223,3293.99937764817,21744.9074766685 -8086,21974.7320591404,66894.7436439013,15379.3174657868,4834.17802262894,117402.829944991,43459.7033669181,3015.76763872177,19306.6181583715 -8087,19602.5263494754,61906.0112960696,15346.6174582933,4632.70043071261,104879.410041199,37003.1157350482,3025.31036283244,16126.2852137198 -8088,18654.9346275599,58166.5406175543,15578.3163442116,4564.01621093104,100073.336327906,34439.2755296908,3097.26054151614,14779.2344558552 -8089,19258.0026897053,55706.4719598792,15987.5374751529,4696.42112679582,103456.134089278,35791.6225367059,3180.8750493742,15374.6910074236 -8090,20269.9635051692,54723.275990241,17073.5185855165,4992.87802229403,108876.432502268,37407.8051857847,3401.27708903424,16023.3001387954 -8091,21841.1465897832,54856.308890487,18349.2059398516,5381.30322397144,117151.447969019,40387.0059864128,3679.37163246451,17294.0374749434 -8092,26644.0128158247,56164.8117700438,22418.5120229291,6559.86357497349,143262.936685073,49338.0171581356,4472.84580342027,21101.7350097652 -8093,33214.8141623396,59733.8340577206,25893.908510944,7780.57227673874,178710.699588249,63930.7701500266,5145.8830544877,27809.0530533474 -8094,34177.535736507,68390.3239764203,27110.7812956213,8100.23951574879,183972.498067187,65328.5300856874,5390.14650413409,28348.9999248792 -8095,33488.1638838657,76032.4383835928,26886.1390136128,7988.46300816502,180802.138702893,63856.0008570352,5316.10338845019,27656.4060751627 -8096,32355.0438812227,78290.8791085403,25475.4101846902,7625.96595588329,174228.881342992,62029.3939725134,5053.52830569452,26954.113437306 -8097,30992.314067361,78490.4283580954,24098.9044653292,7246.74347840169,166798.17309776,59720.5982448229,4783.24327905447,26002.5401932758 -8098,29638.267599691,79226.2663733518,22880.9788550777,6890.0525179874,159635.473140411,57304.1997845412,4523.65951454517,24987.211177214 -8099,28456.9943630846,80118.0022996813,21849.6782970644,6591.28578586606,153204.077278268,55092.8000418534,4318.47821684221,24047.0315772103 -8100,27799.1738527862,79431.0122804311,21170.4933196474,6407.59045015561,149603.490094232,54017.4424316186,4190.43092597535,23600.5761992768 -8101,27406.1516765108,78938.3749540257,20846.5212246872,6312.52735876307,147665.215876346,53395.293041478,4124.19732708169,23325.7654423906 -8102,27501.3997318922,78393.7716572626,20956.7005278803,6343.27671768167,148235.878744366,53592.6919901418,4149.18860702462,23396.6007832662 -8103,27610.4579608708,78278.4073119475,20951.1826559444,6358.86926884314,148699.892081134,53910.9574019064,4164.50892188753,23542.0242583554 -8104,27958.5962609079,79445.5627601963,20901.6703117254,6371.36044764125,150681.371724163,54942.0664278152,4137.25790203144,24064.4137994395 -8105,27890.4703554707,81014.9347827211,20422.5970012628,6272.99256392202,150325.264595983,55308.2894236735,4039.55252217289,24306.7479025669 -8106,27775.0759187234,80005.755827904,20081.0294838903,6194.48454873162,149822.327855419,55422.824785087,3962.41851533678,24408.3528057751 -8107,27349.4071611236,77856.4437011961,19597.1402862792,6075.00509185463,147422.675434492,54809.9672281979,3885.48365431237,24163.1817124126 -8108,25949.6529317876,73588.9988888555,18268.4700039237,5703.36241717119,139903.564882996,52426.0137586027,3624.96916565817,23165.6025650754 -8109,23317.4148260765,69769.5006724451,16225.7661322438,5080.88672771472,125807.077682364,47307.7909481642,3201.44642239665,20956.3798314782 -8110,20977.8051091309,66410.4208485578,14874.0849854325,4617.22081747909,113020.977510204,42061.1214059225,2928.90165584344,18577.6953382952 -8111,18722.6311469964,61368.6832391891,14844.3746382532,4428.04179558196,100926.849751319,35800.6113704906,2939.80206378587,15511.7517041798 -8112,16398.9256011445,57334.0459014651,13588.6773470403,3980.01982493322,88656.8560346627,30965.2127422098,2743.15301740834,13269.870204307 -8113,17115.1300685334,55090.1556562829,14065.4394867159,4133.59283207273,92557.5059852103,32475.1894174675,2839.8667455862,13951.7227155577 -8114,17709.688178519,53977.0447607503,14685.809438734,4302.00968355351,95766.667870529,33467.2007192175,2962.95694508529,14362.2107660734 -8115,19223.5900194121,54228.5599806631,15895.3302872774,4672.81293171711,103935.121381346,36324.4271339468,3226.72165829763,15594.1445396182 -8116,23485.7232413533,55685.6856322245,19391.4842333217,5693.95131083014,127033.886975255,44463.6962985522,3921.3020697568,19088.9939169516 -8117,30264.2563066046,59056.1978607114,23336.9703246994,7019.41564258507,163650.416301229,59220.3627233423,4703.80405228674,25807.9949223031 -8118,31203.5825645716,67582.7729543308,24470.823910906,7322.72386074917,168755.034780127,60609.5199383747,4941.19229417784,26351.2672034068 -8119,30380.5430010732,75238.3984492753,23972.4880353181,7142.12430824041,164402.215005036,58987.6661954752,4809.30993757167,25646.58321314 -8120,29313.5042670255,77740.0398630738,22792.9153957702,6828.37250554325,158551.408069201,57211.025759663,4580.71385278765,24910.0426191015 -8121,28182.7051961172,77958.2969587391,21680.1844369345,6521.9561442376,152411.108263506,55238.9253910747,4360.9099251107,24087.1852412525 -8122,26863.7955002726,78715.9606936434,20484.6955505449,6174.46712453825,145271.520610567,52895.0343054374,4105.93736900543,23109.2311772902 -8123,25629.3368210351,79312.5298599503,19421.9130940946,5862.65948261292,138583.307546143,50603.1361989352,3886.13344132848,22124.2161037838 -8124,25026.6413847171,78630.7364982241,18781.4952810217,5692.69516718874,135311.642165756,49598.1099567856,3763.04324182939,21715.8165757616 -8125,24701.1551193656,77366.9242483285,18461.009624703,5601.47939971324,133592.098132387,49078.8033903822,3692.70598497277,21508.1648690284 -8126,24802.8006055495,76097.9155425366,18528.8621298985,5625.44524647097,134155.989509082,49285.0112160538,3710.29029918692,21599.7638753972 -8127,25023.7612902605,75664.5193255577,18638.3699379883,5672.33834460276,135342.166836351,49747.3443081558,3745.45892761523,21803.8351119239 -8128,25279.4366062365,77238.0487144273,18494.4078955484,5663.42859432216,136714.53212395,50642.2374484908,3710.29029918692,22264.3758384447 -8129,25404.6803187004,78590.20303328,18275.5529761216,5628.02211428834,137386.687940047,51266.2041234614,3657.53735654445,22603.9234006695 -8130,25392.0659760449,76832.7141657997,18001.2784143829,5576.77038298197,137320.640323725,51539.5164850081,3604.78441390199,22774.8133019523 -8131,24991.2612394508,74372.6455081246,17502.5849882026,5455.41542758724,135147.953497508,50935.681573347,3516.86284283121,22547.0788661104 -8132,23905.6277386285,70400.3674558067,16469.3072226651,5170.04520555029,129278.110794627,49018.4814509601,3314.64322936841,21748.1798104918 -8133,21420.7079182093,66898.9009094322,14587.3905153372,4591.51005506957,115829.925093165,44159.8961061272,2918.9961595499,19638.8968942566 -8134,18899.1009419614,64379.5910415167,13109.546796789,4086.31022480736,102171.488411556,38688.515897794,2611.27066080217,17142.4814097344 -8135,16714.6380293628,59966.6415323372,12983.3036315808,3885.23671394802,90435.1217867583,32651.5017138114,2602.47850369509,14201.7934995071 -8136,14996.002244362,56052.5652982664,12293.2542127652,3587.06653125917,81471.5634603957,29095.6588957096,2505.35244809615,12547.3697789312 -8137,15803.1280495855,53354.4925084506,12886.1461557445,3767.65338488705,85850.0350454739,30744.3624031179,2625.80208502385,13277.11538904 -8138,16564.9858553539,51732.1152243888,13707.3325650465,3988.34758617695,89973.2737301961,31999.7720177644,2794.43157672263,13789.1650489529 -8139,18032.8719498703,51314.3088791684,14966.1582790942,4351.26740067392,97938.1173290633,34790.8205955059,3051.39080216839,14993.1929473219 -8140,22100.120533516,51400.5723657669,18276.9924119386,5318.29315600731,120049.242882242,42702.2255994009,3725.90876896351,18396.3310653306 -8141,28560.4547076579,51409.926288822,21988.20956687,6565.26715253919,155137.626162247,57077.1469142372,4472.69651791525,24942.3488992628 -8142,28399.4594313722,52478.3464538795,21830.7136410689,6524.07630479083,154247.520355318,56808.5890729634,4440.57661473453,24850.3443362018 -8143,27599.1413462697,56107.6492429759,21199.7169178571,6336.91898985848,149911.042599179,55225.8104197803,4312.09700201165,24158.5376600398 -8144,26367.8976170326,60146.4437454169,19870.2948328372,5979.43227967918,143233.173980504,53190.4472261727,4039.07782497553,23326.5072830953 -8145,25472.269182035,63345.4683927,19045.7173644106,5747.47417342302,138374.974558996,51555.7200622769,3870.44833327675,22633.8731778638 -8146,24715.96020408,65210.0071752474,18453.8731314781,5571.83206437948,134266.585153976,50055.4439727337,3749.99869634905,21980.444392872 -8147,23187.758538622,66182.8099306513,17002.3691863842,5167.17816381255,125976.218871488,47312.1100648879,3452.88959192739,20825.0417350933 -8148,22257.6579999432,65263.0124367844,15985.6464494504,4896.11821892698,120927.978037204,45799.4190991704,3244.11022125271,20221.4953003458 -8149,22003.8825815188,63377.6873265822,15711.9115899752,4822.45244792604,119555.423617745,45381.5402915725,3187.90039068645,20049.3001158972 -8150,22139.3674671752,62149.2119849206,15830.0252771131,4856.00568993121,120288.765397593,45632.2842893376,3211.99031807199,20155.8467465628 -8151,22650.6405777224,62040.0834874949,16339.3946138913,4995.65790205376,123062.565380584,46522.423652028,3316.38000340933,20522.057019306 -8152,23362.0571005061,64263.1873042084,16739.0322410157,5130.84795507976,126931.30482408,48112.7012565528,3396.67976136113,21245.3137581003 -8153,23625.6120046945,66815.7553971854,16668.8657184941,5139.37424606861,128367.006427711,48953.4971741263,3380.61980977077,21664.4161077177 -8154,23411.9206853869,66099.6644184045,16166.4442853595,5025.97658610023,127209.45925591,48917.384113186,3276.23012443343,21712.5278056763 -8155,23003.6478318057,64109.3680763076,15697.5823916175,4903.20203422149,124993.023012,48282.1991448765,3179.87041489127,21469.7058559069 -8156,22745.0008897045,60721.1872928898,15653.1283712109,4873.23813807878,123585.709323494,47587.4191791855,3171.84043909609,21136.8718296982 -8157,20405.6314671538,58523.0271701759,13837.5578539938,4333.36232121796,110877.148447979,42932.8722105629,2802.46155251781,19112.235855618 -8158,18092.4278783255,57181.2659647436,12520.4921759323,3887.92033176698,98314.2773844543,37762.0758637612,2537.47235127687,16745.6133805548 -8159,16151.8857671316,53678.7601271899,12626.8161189983,3747.0806198489,87747.9217010089,32046.0396701212,2569.59225445759,13945.0018096368 -8160,17231.4057481965,49893.5594270202,14635.6243846683,4188.44423488253,94002.716081218,33404.9459397374,3095.10923755233,14440.0422144507 -8161,17386.2128799937,47514.5576992335,14430.062084281,4163.26554874546,94860.7756428831,34113.9641797582,3049.59292523538,14813.4061672012 -8162,19114.6168363439,46458.6094315828,16395.2621778825,4677.92763061594,104243.108503154,36870.5593617834,3468.34299855128,15923.5500394981 -8163,22460.7031236833,46285.0430663925,19863.2238624164,5610.34354070683,122445.134883252,42612.2751711413,4205.70725808581,18303.2307387895 -8164,26968.0892794487,46354.6774908673,23611.0306599267,6689.36227682465,147055.432316035,51440.0289226256,4997.69109240066,22120.3311302068 -8165,28344.3089106755,46156.1675324914,21050.4813269116,6325.91052999919,154765.568393311,58609.5863688697,4433.28881967054,25939.572895187 -8166,28098.5892599194,45562.7162397222,20792.9098525176,6259.20153838279,153409.705275798,58207.179248107,4378.6692448902,25793.9242584657 -8167,27555.4682361769,47674.6128758377,20487.2168316438,6155.97311419375,150449.576251553,56965.9918483056,4314.94640764648,25224.6062775662 -8168,26602.5304613278,51023.2994854906,19502.8851126254,5889.51757240027,145270.077095583,55314.0292785668,4105.57137098852,24525.7181210229 -8169,25629.3524293332,54905.1568864931,18601.2486442482,5638.36033385893,139972.821138742,53516.8226723073,3914.40285925735,23757.1741512937 -8170,25134.2850203598,57816.2900136361,18338.376519598,5547.59465878385,137262.861506499,52367.1563891781,3859.78328447702,23230.5203459664 -8171,24008.7084729811,60692.0864341732,17391.458197416,5274.53769561078,131131.974997393,50167.3381871871,3659.51151028245,22266.8764557902 -8172,23528.5892598474,60272.2014057803,16919.8380960841,5145.78287624605,128517.363955216,49313.0974646321,3559.37562318517,21908.8944760766 -8173,23859.8392048809,58620.723162188,17346.1311539628,5253.17008103815,130320.475640724,49780.1594496849,3650.40824781907,22079.6070436 -8174,24221.3483151294,57728.9872358584,17731.3855832653,5355.562659273,132284.909470768,50382.7126471846,3732.33760998957,22325.6655475209 -8175,24098.3101434282,57762.2454609199,17477.3766158698,5297.63096039054,131621.067560775,50325.8487765785,3677.71803520923,22327.9816197139 -8176,25469.1002973943,60373.0153721441,18639.7393878509,5630.53156433122,139099.662987936,52984.5286084767,3923.50612172074,23479.7164749297 -8177,25993.0231561565,63685.3257823838,18861.4858441882,5715.97732829261,141971.09794863,54269.1208586359,3969.02243403769,24076.8639729123 -8178,25891.5337895633,64463.7759457567,18482.5400427332,5636.38691116003,141434.042060702,54426.9318503806,3887.09307186718,24198.744634944 -8179,25873.9032903492,63301.8169534041,18481.9926075847,5635.32724787731,141335.652829796,54378.2745029564,3887.09307186718,24180.4668926685 -8180,25207.0911051637,60763.7994410064,17964.0474460777,5482.26986953019,137695.803695765,53026.952623138,3777.85392230651,23586.6508761717 -8181,22500.6509859473,59088.4167945937,15765.7426524694,4843.52544503514,122927.461266739,47661.2811939327,3313.58753667367,21251.4081118601 -8182,20664.9383668489,58667.4924750215,15094.7762427166,4561.8196633811,112872.415273383,43017.390509976,3177.03859972283,19056.8863044638 -8183,17776.6086557201,55096.3916049863,14188.5768354412,4150.35590414031,97021.2888088309,35557.9836477754,2994.97335045504,15543.0601124941 -8184,18006.4101193873,51980.51246995,15044.8348837311,4350.88863901491,97770.2373152303,34923.2230830219,3278.72979255046,15316.4111481746 -8185,18721.7443504302,50026.5923272663,15483.2122729843,4494.26717971557,101647.211439976,36507.2610759615,3373.30853656634,16044.0586006191 -8186,19950.0639328666,49182.6651057635,16823.9357187127,4851.54399385045,108300.825027612,38513.9711672656,3667.55351794907,16880.0019397427 -8187,21721.207936842,49868.6158338346,18364.8376899747,5292.32505545368,117907.012643496,41883.1124067443,4003.83349667219,18359.174139403 -8188,26478.0809573459,51731.0759332096,22273.0861565876,6427.71492000094,143751.379847775,51180.9729717203,4855.0421928151,22434.1150957588 -8189,32918.9620952839,56001.6386190879,25516.5068375562,7583.73431936312,178698.519084048,66276.8661053133,5548.61964893154,29462.3972726285 -8190,33541.0038351811,65898.036485677,26280.1945500746,7782.52087543008,182056.165836677,67205.3223017027,5716.75963829311,29848.2657785394 -8191,32746.316915358,73930.9348608978,25699.3325857611,7605.69382805011,177753.112997637,65561.908839933,5590.65464627193,29108.6508970627 -8192,31712.5274239354,75996.0621841796,24644.6344142631,7317.81072806694,172148.657484688,63771.6949645164,5359.46216089979,28338.7974313654 -8193,30542.7898453777,75934.7423915807,23539.4031402151,7010.47158752437,165804.886121874,61656.2472371067,5117.76092619254,27427.198612955 -8194,29107.4853141407,76508.4465470604,22193.5227695095,6635.78771468564,158013.902766653,59048.8811639587,4823.51594480981,26307.5361189267 -8195,27734.4420366528,77192.318692773,20990.013255512,6292.1457398771,150568.814782452,56446.3310320182,4560.79721143237,25164.1750898357 -8196,27358.7839351243,76483.5029538748,20653.1478637265,6196.98843513099,148529.631603842,55745.3111183379,4487.23596608669,24860.3042318734 -8197,27044.8372222531,75988.7869442969,20317.819344436,6106.87274684824,146831.045147291,55223.3237379004,4413.674720741,24638.7224797884 -8198,27167.2608623215,75453.5375705889,20414.5646638179,6135.18777864434,147493.266266884,55463.1101028785,4434.6922194112,24744.6903436785 -8199,27303.7309107054,75658.2834776682,20464.520443327,6156.17550991616,148232.455486175,55807.2687575927,4445.20096874629,24906.2124096762 -8200,28051.0110099835,77735.8825975429,20857.0891939499,6292.92184989963,152292.152729985,57535.335596499,4529.27096342707,25705.7441718968 -8201,28246.7286655035,80388.2253657044,20674.232453114,6274.78454750438,153356.234626984,58333.7689049381,4487.23596608669,26116.1551121597 -8202,28109.0937383225,79388.4002331284,20249.126142794,6183.04428000371,152608.857764388,58444.0938104745,4392.65722207081,26217.7158931086 -8203,27314.9221513463,77380.4354369145,19339.9455527086,5945.17504930396,148297.46833919,57203.3590643715,4192.99098470395,25720.9411194757 -8204,26292.0726436319,73047.5135664441,18425.5213370795,5686.60782470043,142745.125932522,55291.2234138309,3993.3247473371,24891.58588892 -8205,23456.2957857669,69297.6496736944,16156.229596901,5020.54245271762,127349.397499234,49672.2039313091,3499.41352858751,22412.7421738017 -8206,20837.4182867331,65759.8070287207,14642.6235414856,4512.58630829095,113141.492840738,43759.3765043506,3173.64229919948,19678.1533571271 -8207,18494.1897250354,60485.2618439214,14493.7700814261,4288.09425681738,100411.295633399,37029.537600813,3152.62480052929,16410.43103917 -8208,19163.8244264536,57131.3786775583,15858.5515404259,4613.46300677038,104146.144101636,37701.5022889191,3513.11734829844,16671.3067317618 -8209,19812.8849045092,55053.7795576837,16280.3094415853,4751.09884334987,107571.842866037,38964.601883776,3599.14006751364,17237.2956798822 -8210,20857.0212570364,54124.6281407616,17391.2688289495,5053.0944598521,113216.620481134,40701.339998795,3840.31623428777,17963.5100713849 -8211,22461.0836196359,54483.1932757417,18733.5336721023,5466.25947401033,121781.260936072,43717.7019046405,4085.20242355534,19229.9246603573 -8212,27433.3337910944,55912.2571581377,22848.551999158,6646.79535158295,148813.169261206,53359.9788496882,5029.30507728691,23509.1635067505 -8213,34215.3581911718,59415.8023876847,26375.0943856061,7881.94343291327,185536.863891355,69049.3817541872,5810.34510243274,30834.0843214659 -8214,35234.373157635,67794.7941012927,27613.6378031421,8204.5988205833,191019.02228456,70530.5769679344,6087.40483021653,31444.9188469281 -8215,34601.8912039834,75404.6895745829,27329.9971632151,8067.94413227098,187655.270604577,68911.1318180412,6091.60398874991,30763.7111953619 -8216,33361.9371506258,77682.8773360059,25929.7516423842,7715.9733848776,180944.292661086,67097.2761828202,5736.45456196223,29965.0460439967 -8217,31939.0080847896,77447.9911782168,24536.8435826374,7336.46664692822,173223.880214899,64597.5320173555,5416.6518817753,28877.6246856925 -8218,30543.9161270272,78194.2224077075,23267.1113824925,6962.60350193171,165741.835938741,62052.7596101074,5170.71590287438,27815.7956118788 -8219,29314.3321962209,78655.6801922238,22217.3892398238,6659.56342070646,159100.963674169,59746.2500028305,4937.985731536,26797.6642804726 -8220,28627.9391842313,78395.850340435,21539.6555269312,6480.60256048549,155339.256519918,58504.8560003408,4770.70010523238,26241.4758787277 -8221,28253.3116810822,77952.0610100357,21206.8776148085,6383.99543957049,153249.422574863,57677.6973124631,4699.9827728464,25873.3092225983 -8222,28368.1610990798,77409.5363964451,21324.3940857909,6418.38638961489,153831.152611999,57808.936374062,4719.5111573935,25913.8716887602 -8223,28472.7516710671,77593.4958750557,21348.7420846006,6447.84123703869,154296.949770798,58019.3085519405,4688.38740851062,25968.4109102867 -8224,28833.8062819409,79432.0515716103,21271.0571612181,6448.8684255991,156331.933038674,59221.9806147956,4701.56937688866,26606.5485306234 -8225,28765.3178328041,81490.9430470027,20783.3403743256,6350.66301684005,155946.563759802,59589.6312632954,4590.74548577515,26838.5433564677 -8226,28658.6817827875,80401.7364534765,20421.8851509833,6266.01352569894,155369.943740451,59675.9339852017,4525.30094074038,26940.2417486049 -8227,28219.0638443967,78331.4125734845,19964.6695220229,6161.75195302951,152856.464963889,58829.3644077662,4380.71690706839,26528.1997746065 -8228,26779.7109494664,74099.3045685638,18620.2338300216,5790.30319341122,144996.146595841,56135.6325645515,4071.99661599281,25345.3774309301 -8229,24064.6673766547,70411.7999612203,16508.2983712267,5145.29488937848,130394.144972319,50795.2425224953,3644.5194135924,23022.4960243998 -8230,21610.2498855209,66778.3399065929,15119.0766075949,4666.75897842027,117254.310131136,45464.262033832,3357.4270863306,20573.0906147339 -8231,19313.5883099282,62014.100502316,15099.6985072068,4476.10893283098,104778.671311632,38700.7273387565,3352.15429897938,17257.1286259359 -8232,19609.0882754426,58261.1186352147,15941.3308284449,4690.8218476601,106172.551672998,38540.38206178,3587.3851744789,17166.0311280292 -8233,20249.6718257061,55738.6908937615,16364.5848952234,4826.11085562742,109592.540380777,39805.292437437,3674.96373201555,17730.4927166176 -8234,21311.6481958305,54926.982606141,17480.5860745474,5131.4666981329,115323.837043004,41573.9243832864,3920.97570419795,18476.8162129087 -8235,22912.4811500677,55241.8963018252,18824.1126827527,5541.50370310338,123882.011988196,44613.4099213436,4168.93726550325,19760.6162459855 -8236,27998.2714401094,56758.263062813,22964.1916782115,6742.97642585607,151472.926668345,54466.1869570927,5134.31186468243,24157.511157487 -8237,34929.5848391435,60403.1556228539,26510.9045763226,7999.51949281703,188892.724730946,70494.8538364038,5932.38858243307,31672.4368242657 -8238,35961.9439269979,69031.5839740163,27755.8460642535,8325.30436078221,194457.592395094,71998.3696999765,6215.30539430049,32296.6438468465 -8239,35334.5181091958,76560.4125174182,27477.8531498496,8192.90313435626,191162.152287271,70362.812736099,6222.22027196039,31597.8623350514 -8240,34071.1088509024,79024.6384406242,26065.7047235169,7834.38809675005,184280.65686541,68515.702977601,5857.85541678609,30786.4593277148 -8241,32616.9488196661,79104.6660793332,24664.486666736,7448.5856620221,176401.355031698,65962.3987442565,5530.89801786584,29668.5873293338 -8242,31214.5986905662,80146.0639680327,23392.0937293144,7074.94941083766,168884.898755863,63388.0772482459,5281.20773714557,28586.0433423467 -8243,29965.6369114708,80989.9911895354,22336.9005100765,6768.58330155616,162139.368242203,61040.6251355419,5043.55761517694,27544.7964156457 -8244,29254.1484509685,80066.0363293236,21653.8528219704,6584.23839122682,158258.719062498,59761.489684604,4872.07880864151,26967.5658690232 -8245,28856.0621821355,79303.1760377091,21319.6943891152,6483.39463379368,156091.779722878,58899.1038251793,4799.99784868644,26575.6766743279 -8246,28964.4961805044,78456.1308418547,21437.100758474,6516.34068587127,156651.670999306,59022.8115419149,4819.67637137491,26611.8362594069 -8247,29044.5234813276,77987.3979182697,21457.6376706996,6539.59085844208,157009.410088912,59208.6704178671,4786.44984022775,26654.1921512578 -8248,29435.8889920118,79403.9900040729,21383.1962596317,6546.57077413899,159180.762451082,60461.6431127908,4801.2239515324,27318.0271125173 -8249,29366.2688153013,81467.0387449963,20893.0019954407,6447.15141776126,158786.126715755,60837.655794191,4688.05722678543,27553.5513611337 -8250,29260.2935022251,80328.984155464,20531.4953985387,6362.64207902187,158225.147582645,60928.8950336454,4621.88591135222,27654.6502874812 -8251,28778.4710752694,78125.627375226,20067.2417724944,6248.71209990089,155523.744306562,60028.7796495584,4472.53783319717,27213.8186812478 -8252,27295.2254669941,74062.9284699646,18714.7353094765,5868.73459158812,147469.119803283,57263.5085893606,4156.89710675161,25988.4659016121 -8253,24556.6316396708,70397.249481455,16596.0651478015,5222.06270916823,132739.017630835,51847.7831025788,3721.95914132931,23620.3848142588 -8254,22087.0851945402,66786.6544376548,15201.2934518307,4743.65979679473,119480.519228939,46444.8753460185,3429.45437640217,21133.5479934423 -8255,19725.6320009844,61442.4749291948,15180.0766362356,4545.55545685727,106727.561489305,39519.3363199778,3423.54473188031,17729.2024528124 -8256,19116.385044978,57550.224313958,15412.3270536355,4560.48437106716,103419.356214232,37604.5530069655,3500.35303919268,16776.9029328426 -8257,19740.7646989892,55206.5593935912,15821.6050033617,4691.97880364027,106748.637937499,38837.8203401641,3585.75138584676,17328.0083192142 -8258,20775.0646865636,54107.9989778239,16900.58636798,4988.65584572987,112328.036031837,40562.3085333176,3825.73945662922,18057.4143915018 -8259,22333.7591233699,54602.7149874017,18199.931193468,5386.80997467233,120654.937703944,43525.0152857162,4067.24130378072,19310.9961562919 -8260,27292.5182880045,55938.2401433166,22202.3759292736,6555.12698470263,147532.719759203,53138.5620662148,5009.47284136174,23608.2368544143 -8261,34056.3067921907,59461.532409339,25631.596696391,7778.00149919043,184001.028593985,68785.0350313205,5788.29873912795,30951.5642688204 -8262,35061.4958832181,67860.2711594225,26835.1673163018,8094.51272039595,189417.862185485,70250.5865590375,6064.35181792863,31561.7971165532 -8263,34451.0471936222,75539.8010571875,26565.8633751523,7966.19071082682,186213.829303568,68655.7813845197,6071.65395724601,30879.7007665416 -8264,33219.4321259392,77984.279943918,25200.9554450335,7617.52533490218,179510.261029573,66854.3623783226,5715.76805045524,30086.3278853282 -8265,31802.2154706564,77830.4607160172,23846.3424539947,7242.48741868215,171836.244118425,64363.6411995826,5396.65958277925,28993.6101748199 -8266,30436.6941034206,78801.1848890627,22615.9120383543,6879.62190721032,164521.769265617,61854.0397833153,5153.33220079839,27936.2263420022 -8267,29219.3212550661,79749.0439504669,21595.738600833,6581.80307163503,157952.36241034,59564.1967479567,4921.44761460582,26918.771752724 -8268,28525.4776038758,78886.408983668,20935.4998878211,6402.4933884466,154170.562034979,58315.6359273645,4753.99023249606,26354.2265832315 -8269,28137.3576034214,78704.5281882298,20612.4107102671,6304.45374645874,152058.707322978,57473.4987100719,4683.68575128896,25970.9313353749 -8270,28242.6677275955,78011.3022202761,20725.9696469322,6336.3958924703,152601.867207713,57593.308080374,4702.83135903087,26005.9690230818 -8271,28319.6042493308,77561.2769411734,20746.111841415,6358.70497987645,152944.688798987,57772.9614629566,4670.10566221104,26046.6134834209 -8272,28703.4059204204,79237.6988787653,20673.9433523298,6365.99238131577,155068.398980782,58998.4083753462,4684.79885502176,26695.799070326 -8273,28636.8353038509,80960.8902300048,20200.0788834513,6269.57161113129,154687.597987538,59366.6701207851,4574.37762350148,26925.69877112 -8274,28534.8295574803,79576.5169772699,19850.4827238394,6187.69319056425,154145.549272442,59457.0734244342,4509.95041941866,27024.5250335977 -8275,28063.8938066718,77473.9741633956,19401.9776424689,6076.58961617435,151507.556569945,58576.8157777565,4363.86485251641,26592.752044473 -8276,26617.9862600328,73631.6109361581,18094.4521085224,5707.15534675214,143661.03198188,55878.472356855,4055.79850799245,25394.8102720827 -8277,23949.3341952503,70000.2294638893,16045.7643067946,5078.7641844128,129319.78292677,50596.5410857439,3631.74541328421,23081.518072232 -8278,21540.7954693344,66545.5323311623,14697.0542233885,4613.50691337314,116405.298459689,45325.0409646927,3346.47574616084,20652.3456966721 -8279,19232.5183002868,61253.31879306,14676.3681773936,4419.7527858438,103964.642805367,38560.7191019748,3340.59846903656,17326.0452424182 -8280,16923.2486098545,56946.3798069545,13265.0634852913,3980.36488884608,91471.7974723118,33544.6955404016,3095.56092097072,15074.9401379684 -8281,17647.5055833803,54377.1826518537,13735.9322589488,4132.67700689117,95386.0392261866,35061.1147298657,3202.27221119921,15763.251569517 -8282,18264.6557023985,53441.7953870423,14327.5322570246,4300.83084379867,98731.879056135,36149.1342864589,3347.33383731701,16249.5323334124 -8283,19786.7574391814,53417.8909842219,15601.5489452419,4667.71216105379,106850.326858525,39044.8995002795,3603.68741608893,17504.9312069204 -8284,24174.0536863144,54780.4385173089,18963.1190372379,5688.40783614668,130659.914791026,47771.4677171985,4410.13994631357,21431.3656496203 -8285,31149.7461293334,58245.5288642702,22795.2141628025,7020.27985443901,168319.26612338,63598.0180127582,5302.04366946218,28823.0909858525 -8286,32116.8282554679,66855.2494701363,23931.631661216,7320.4905143377,173513.57710554,65040.5894658453,5556.77907104647,29417.0837480668 -8287,31304.011276564,74300.9325012914,23292.9136770659,7142.34956813418,169332.307887329,63385.2157271047,5475.22386770496,28720.3842574907 -8288,30209.8827138678,76660.1871926027,22194.9935724073,6831.25538220248,163321.347495161,61583.4055025197,5193.71420204606,27928.8327433464 -8289,29033.3388567427,76801.5346239107,21136.4484114482,6525.1972697432,156924.96976192,59433.5659801268,4933.46463369168,26969.7184688347 -8290,27683.9843466523,77541.5299046979,19907.9349524358,6180.1777134101,149700.817016675,56972.4126963329,4672.94119620004,25913.7032476068 -8291,26429.4468523648,78293.997082892,18847.0641870516,5870.68415846519,142940.665375084,54611.4800834758,4435.29603320055,24871.9736372718 -8292,25791.1920145634,77628.8327832896,18255.0209052342,5699.98663243452,139450.593384186,53454.3710778762,4281.75775507466,24350.2667279248 -8293,25455.1418147561,76290.1895522091,17917.2431102796,5608.70026176502,137678.452373874,52849.6830413269,4213.39680073548,24087.5720856175 -8294,25546.9728119062,74928.6813103013,18002.4548773128,5631.20122599104,138158.55759029,52989.1886398206,4224.83593798156,24135.0567371203 -8295,25755.2227015585,74468.2629177782,18172.9403585414,5676.18059206612,139207.800293257,53389.3034015387,4236.41200979626,24285.9262050014 -8296,26020.3182358841,76562.4912005906,18013.7219895688,5669.46731768361,140651.822615934,54370.4500001255,4205.05708329604,24791.4251244039 -8297,26154.5147049517,77994.6731581523,17768.7612429097,5636.44733962586,141403.922628498,55069.3809822738,4159.43746888037,25170.9684305485 -8298,26129.0507950942,75955.5287192354,17520.7628129055,5585.14688350117,141239.652628749,55287.9882130973,4091.21344910983,25291.1039058265 -8299,25693.5476187863,73073.4965516229,17098.7044943419,5462.04903401549,138807.477704261,54518.6138651338,3963.37899614545,24933.8271515777 -8300,24557.6672068696,68937.0059563559,16123.8901411591,5175.66013933883,132630.122431561,52359.2535639224,3720.21966637586,23958.1689749336 -8301,22025.5932493536,65429.303461278,14207.3893293436,4600.10303490179,119031.650221989,47289.6286748879,3308.84656685907,21712.7680101242 -8302,19470.7801533619,62722.9161404003,12703.6398555122,4097.18325643291,105296.052482182,41670.4411176796,2988.57576160496,19133.7848322262 -8303,17229.0787327614,58237.2143332083,12611.7287692862,3887.5128864943,93199.9617791028,35156.5331224933,2964.49011363108,15937.94404615 -8304,15631.7326534669,53926.1180815718,12298.8683786151,3683.8672673288,84893.9543119717,31058.5343091364,2767.65414959283,13741.8547018421 -8305,16473.1225007644,51247.7924290454,12892.0558693071,3869.4928666194,89456.5653432745,32819.6981352121,2900.71444524633,14538.0661879783 -8306,17270.0345209448,49863.4191763104,13713.5557872381,4095.80661768173,93767.3641966914,34165.6421661472,3086.99885916123,15109.8477479015 -8307,18801.8511170791,49686.7349375825,14972.9388377567,4468.45786215244,102075.153306386,37149.4075573153,3370.86082322203,16432.1724334346 -8308,23039.9518011331,50138.8387990437,18285.2901628457,5461.57378584594,125107.252066726,45589.8430788182,4115.99847888164,20157.0695159748 -8309,29762.6436668434,50572.2349152086,21998.7278935867,6745.29908887634,161608.493887375,60923.8934196353,4940.97231193335,27246.455608874 -8310,29596.891192767,51690.5424682654,21841.1700081438,6703.14619626604,160690.850725183,60643.7377475589,4905.48956642575,27145.9454124017 -8311,28762.3302433688,55530.8270123305,21209.8719910219,6510.8581765785,156170.156128155,58952.5078747893,4763.55858439535,26388.974235667 -8312,27473.8550652952,59488.5546856971,19879.9508506284,6144.25061727254,149186.945334391,56769.7361892916,4461.95524758074,25459.9716866589 -8313,26539.0346166611,62321.7389581176,19055.0252281225,5906.19824543788,144118.318760806,55022.0580205949,4275.67083366584,24696.4093361548 -8314,25750.8340039285,64104.1714187835,18462.9012745865,5725.7595608425,139838.260245882,53420.6502024136,4142.61053801234,23982.1656533513 -8315,24154.7921508381,64918.9977815697,17010.7990937368,5310.51844737628,131184.23120254,50485.8406757671,3814.39514206704,22705.6643061675 -8316,23182.7584840975,64156.1373891412,15993.6954418621,5032.6199740187,125910.920639738,48867.2589444086,3583.75729626764,22031.3952750289 -8317,22917.2709111956,62508.8164110798,15719.8559283152,4957.08693145689,124475.772745511,48419.0432513906,3521.66249162934,21839.1660664917 -8318,23058.194058525,61034.0224062155,15838.0232902899,4991.50179981819,125238.733119633,48686.0693253245,3548.27455076003,21955.9939773912 -8319,23592.2989042674,61216.9425936468,16347.5963792555,5134.78284401906,128135.104341521,49638.3250784538,3663.59347365974,22362.0777081345 -8320,24331.9924807288,64118.7218985488,16747.4763568473,5273.94296755492,132156.493273096,51333.0390963936,3752.30033742874,23144.4505531688 -8321,24604.0647988786,66530.981851397,16677.371985986,5283.24155876113,133638.666656629,52226.7591480751,3734.55896467494,23588.6367374343 -8322,24378.5023852511,66062.2489278121,16174.829470613,5167.430703558,132417.869649189,52184.3617230645,3619.24004177524,23624.6183773046 -8323,23952.0165914121,63817.3193914506,15705.7958713406,5041.59876155308,130103.182719951,51505.5630376995,3512.79180525244,23351.8648168133 -8324,23683.9466077933,60129.8146832931,15661.2663756134,5010.50832592163,128644.789570085,50766.0933198556,3503.92111887553,22996.0093282611 -8325,21246.5209484305,57627.1339783154,13844.8310499979,4455.8646158743,115407.797283572,45799.2968312181,3095.86954553813,20783.8803152564 -8326,18838.2251127311,56605.4831260914,12526.9747433586,3997.22107252802,102334.128127658,40280.2517291621,2803.13689510043,18220.5056305194 -8327,16831.4455674859,52903.4280389826,12632.789514919,3849.39434331616,91407.4311475812,34201.7385315121,2838.61964060803,15241.3468396762 -8328,17493.1121885622,49424.8265034353,14635.2653619277,4254.75657182979,95061.9167296491,33700.0325067756,3133.59650929022,14611.3370151545 -8329,17649.9022788018,47003.2126275319,14429.7506091293,4229.4549761481,95923.9208181152,34412.6807725597,3087.51420768301,14989.0328382058 -8330,19405.2230454362,45645.861751969,16394.8381514314,4751.89194723332,105421.121121302,37197.5927526002,3511.47138246934,16112.72114731 -8331,22802.9792986001,45315.3581845263,19862.6346712264,5698.6004044591,123839.768467229,42995.0236626555,4258.00466850613,18521.0889742338 -8332,27378.6048385265,45459.823590186,23610.3600104686,6794.74261198253,148725.221814087,51899.8570607936,5059.83671647156,22383.1858668423 -8333,28771.696915218,45155.3030079222,21050.3533661495,6428.51440555796,156459.900199403,59105.72782889,4488.41617654217,26247.1473903328 -8334,28522.3311739142,44717.7496262263,20792.7940174934,6360.82619350565,155088.623595899,58699.4151111843,4433.11741461352,26099.9619704912 -8335,27971.1252815738,46990.7408309391,20487.0900417009,6255.83137559325,152097.743046137,57448.5389267965,4368.60219236343,25523.9235297693 -8336,27003.3684035166,50425.6909271905,19502.8038886273,5985.26285123276,146856.135781006,55780.5054995544,4156.62360497027,24816.4623504439 -8337,26015.2571523618,53962.494280985,18601.1988974276,5730.18203769049,141497.422703342,53966.5431426443,3963.07793821999,24038.600874811 -8338,25512.8494190494,56859.0770291767,18338.312994998,5637.85448399916,138759.617236711,52807.895521961,3907.77917629134,23505.7436673724 -8339,24370.0882639735,59623.6661683017,17391.416458422,5360.44870565803,132559.210789018,50588.4793090308,3705.01704921961,22530.4725998656 -8340,23882.5981467387,59212.0957717846,16919.8161241712,5229.70473550144,129914.009355707,49726.2011973598,3603.63598568376,22168.2125334924 -8341,24218.9871262412,57119.9461721447,17346.0797922788,5338.67393364506,131739.515501589,50198.1883898229,3695.80058889817,22340.8508701641 -8342,24586.1197396924,55597.3434624536,17731.3150903359,5442.61984561973,133727.811115817,50807.0507397047,3778.74873179115,22589.9971372274 -8343,24460.9885551236,55531.8664043237,17477.330426331,5383.89355380965,133053.514999574,50748.1509011914,3723.4499698625,22592.1462842281 -8344,25852.6581662175,58392.0729531023,18639.6660368439,5722.06348045144,140616.813782688,53430.7397562683,3972.29439854143,23757.7112298114 -8345,26384.2834835491,62201.1779552783,18861.4357042157,5809.03856701441,143516.783600855,54725.0120870649,4018.37670014864,24361.8764592472 -8346,26280.8697320866,63323.642673052,18482.5356953024,5728.42367669949,142968.258869963,54881.6125016497,3935.42855725566,24484.960165208 -8347,26263.0547438584,62245.8686857534,18481.98746551,5727.34200033607,142869.45648777,54832.9423872813,3935.42855725566,24466.6314283426 -8348,25586.1650372791,60086.1632439972,17964.0488019812,5571.82209501204,139189.389865399,53470.0322498,3824.83103339836,23865.7744357661 -8349,22838.7852211675,58564.5999262993,15765.7861543212,4922.88750523983,124256.686470957,48057.9704914199,3354.79155700483,21502.9712979149 -8350,20976.0111678055,57888.0031212833,15094.7208433403,4635.98478333564,114102.439765268,43379.2589349186,3216.5446521832,19282.3253048726 -8351,18045.5533771749,53945.8652188612,14188.344080551,4216.79065813789,98098.8847096222,35865.1373069859,3032.21544575436,15727.147976144 -8352,17556.30376718,50607.5718234426,14943.2544746423,4298.82514102563,95074.9531736639,33282.0921835093,3069.22230566068,14269.2959395847 -8353,18253.177808643,48937.3857337401,15378.6860555947,4440.23494026918,98846.9905528757,34790.7818563346,3157.75756447781,14953.3189282516 -8354,19450.2192327159,48382.3893235566,16710.3114170983,4793.65848841765,105303.676483587,36698.6751954868,3433.2005919089,15718.4815770101 -8355,21176.2832955761,48831.3752106661,18240.7963256427,5229.22357975334,114638.849606504,39906.2327507941,3747.99262325871,17093.4138131121 -8356,25815.1890361175,50732.2900918128,22122.6733571846,6350.96674093733,139778.01502283,48771.0586342121,4544.80995261292,20893.2584230948 -8357,32092.1656378517,55015.324675098,25344.4362368051,7490.05818910616,173815.404970753,63162.5924736558,5194.06851727191,27528.1155891564 -8358,32696.9662492415,64339.0575765726,26102.9258167319,7686.73545589914,177063.755132399,64039.8964696646,5351.46453294682,27876.1423120238 -8359,31922.6134333342,72772.0939437108,25525.9832109379,7512.167684156,172879.602560723,62475.0059934429,5233.41752119064,27184.1703128823 -8360,30916.023189418,75387.0211204659,24478.4348562745,7227.51308391908,167442.429643785,60774.6424844679,5016.99799963764,26475.7597797976 -8361,29775.7046108943,75149.0169883251,23380.6842393836,6923.66997871158,161278.761826362,58760.3296353928,4790.74122710497,25631.9352989892 -8362,28376.3318473364,76231.9876331479,22043.9097060139,6553.2650255847,153707.599784701,56276.7539015965,4515.29819967388,24594.9745990251 -8363,27038.389896047,77128.9202170016,20848.538402125,6213.68239888856,146473.647078156,53799.6295844152,4269.36692518184,23532.6756808795 -8364,26672.141453437,76545.8621384668,20513.9504953627,6119.63206359634,144491.529465188,53131.790234676,4200.50616832407,23250.5527303319 -8365,26366.1947504025,75962.8039591181,20180.8971487921,6030.48937729031,142843.047571239,52635.5324462491,4131.64541146629,23047.240478228 -8366,26485.9368064462,75001.4337091278,20276.9903632232,6058.48601095011,143488.912588167,52865.1219389372,4151.31991342566,23146.5157542589 -8367,26618.6628765328,74677.1660903884,20326.6137567795,6079.10438456853,144207.98519094,53192.4843567399,4161.15716440534,23299.2724279726 -8368,27347.4288926722,76060.5000519441,20716.5622771538,6213.91018038527,148164.185294208,54841.5205383661,4239.85517224279,24054.0732515475 -8369,27538.1197293199,77848.1290693202,20534.9819490515,6195.49749685516,149209.426491909,55604.4720118738,4200.50616832407,24450.7639981372 -8370,27403.5107584143,76807.770572614,20112.7807822769,6104.3875214131,148490.460707432,55710.5138058519,4111.97090950693,24557.8766522026 -8371,26628.9361654447,74753.0363627526,19209.769231373,5869.01913000387,144304.741234608,54529.0355808611,3925.06314089298,24105.2348097095 -8372,25631.7084399374,70479.3557025225,18301.5269561762,5613.46363001823,138907.693027493,52707.386790371,3738.15537227903,23335.1138914505 -8373,22866.8146335236,66713.9020388284,16047.54701708,4955.51855067821,123933.389755337,47351.7907426979,3275.80457623399,21021.7130347319 -8374,20315.3292982919,63139.6831944415,14544.087580308,4454.65503218313,110105.084535624,41718.4179904551,2970.84979586386,18447.2032109052 -8375,18031.1394515652,57654.1562546735,14396.0190508693,4235.39627466442,97669.7679068462,35293.4948672481,2951.1752939045,15327.7281692879 -8376,17888.2493730873,53742.1586029612,15246.8502698116,4399.09078347096,96664.8844499225,33679.2930702996,3115.23320331906,14395.3752453198 -8377,18590.2310974462,51420.3194022424,15684.1783081809,4541.69595944423,100455.328724663,35191.4114034465,3203.6783100379,15080.0002955991 -8378,19595.5703533576,50318.6410121233,16783.078294386,4836.12128797561,105867.41909051,36806.808400721,3429.70469387493,15731.1336049974 -8379,21334.4358072898,50797.7672507566,18320.228657988,5275.55596833389,115252.732011629,40023.7245225624,3744.17618443079,17107.0547878515 -8380,25927.9399046026,52357.7853502263,22123.6000966239,6382.31807953124,140093.217773102,48794.9523206117,4520.52767674059,20864.4125322569 -8381,32331.0754951565,56137.7894936857,25454.8076588194,7555.63918325771,174722.25885386,63335.5687329726,5188.77959417181,27551.0717043219 -8382,33301.3759126592,64941.8627923968,26645.9436102962,7866.14005407763,179937.427453187,64755.1776527896,5434.46044616858,28105.0547969319 -8383,32521.3239299399,72971.6431932659,26066.4894024844,7690.05769960631,175731.907382374,63186.2898281516,5316.53363721013,27412.5139242315 -8384,31427.0526173143,75720.6426622603,24918.9676476956,7377.9355123574,169831.375137959,61360.588242636,5080.68001929323,26657.9687662547 -8385,30117.75320425,75415.0827888172,23625.6183083606,7021.58206284403,162768.171196648,59100.389517982,4815.34469913672,25722.0710646802 -8386,28667.7642992652,76059.4606599509,22235.3181565369,6635.4052017486,154938.725133213,56548.888802953,4530.35491082046,24661.4639159798 -8387,27480.4140664339,76696.5633920159,21225.5594383066,6342.58540313838,148531.447136121,54304.1059146433,4323.98299514318,23689.9484499656 -8388,26910.807248573,76065.6966086543,20650.9911311513,6185.46814933615,145456.577109172,53334.7648650455,4206.05618618473,23293.2055971609 -8389,26602.619274041,75390.1390948176,20316.4877021845,6095.51483726398,143798.768881611,52836.8930372649,4137.26554762563,23089.832824878 -8390,26763.3541715318,74753.0363627526,20460.7030312114,6136.20161639015,144664.284606174,53126.8808039347,4166.74724986524,23212.023671245 -8391,27017.4366619973,74526.4648368394,20653.6567930755,6194.31809584289,146035.821683281,53634.629235624,4206.05618618473,23433.6201070788 -8392,27229.9606027912,76249.6560872649,20425.1428723368,6168.44632942032,147197.616592078,54508.5879659754,4156.92001578537,23891.6452144676 -8393,27181.2350064696,78465.4847649098,19956.5443916577,6075.08090481077,146946.583859801,54912.5775266165,4058.64767498666,24151.53531278 -8394,27045.5452637419,77240.1272967858,19532.5053785479,5983.06093628582,146220.738032445,55017.3687520015,3970.20256826782,24258.9254502631 -8395,26826.7855134609,75207.2189073863,19293.4283966166,5919.76034620569,145039.420114248,54669.2972701355,3921.06639786847,24126.3001807161 -8396,25541.2300414876,71057.2172243472,18047.2983444411,5574.80584788282,138098.244607043,52422.8097710563,3665.55831179183,23195.4223215435 -8397,22795.7854363059,67098.4501589873,15831.2083659917,4923.51674247923,123261.235240124,47111.7936703133,3213.50554411777,20902.9262984558 -8398,20305.8911868051,63536.7031111932,14416.6073399688,4443.35047184367,109799.359449896,41586.0602580837,2928.51575580151,18371.9602474638 -8399,18165.6767783142,58263.1973183871,14458.7093087582,4272.54739769352,98181.7395854619,35391.8321825718,2948.17022396126,15340.682751368 -8400,17893.1090784322,54477.9966182175,14869.0912432254,4354.11205002302,96590.1429715732,33951.9251731597,3146.274280531,14707.6300945815 -8401,18597.5553015287,52213.3200453806,15295.6480639954,4495.72606812241,100386.243032151,35480.7640361885,3235.60067966279,15406.2396559015 -8402,19600.5040803424,51292.4831595204,16367.2244242332,4786.5250469013,105785.130143149,37104.980535948,3463.87925522183,16073.5982766888 -8403,21339.5871835143,51813.1821542771,17866.2672052303,5221.3672577957,115162.897793425,40348.1222363584,3781.48422991265,17480.1945194055 -8404,25935.218398623,53234.9707967906,21575.4509107836,6317.05727129521,139986.558860305,49191.15446289,4565.57151118063,21317.7206522062 -8405,32367.8941168694,56767.6169858681,24824.9726938485,7484.30532455946,174690.968941547,63901.9610709322,5240.48208239864,28135.9267819709 -8406,33334.8023237486,65505.1738344561,25986.4493362577,7790.74348137778,179890.17039535,65327.6356620268,5488.61096887584,28705.3273391828 -8407,32553.2391623485,73061.0246542161,25421.3172941241,7616.20365185483,175682.818346874,63743.3505228733,5369.50910336679,27998.1013524047 -8408,31460.6538817104,75415.0827888172,24302.3149571959,7307.77617039157,169793.090039325,61905.5344629432,5131.30537234866,27225.0474014812 -8409,30153.0648230974,75391.1783859968,23041.0807730725,6955.53010076704,162742.528565612,59630.4924464508,4863.32617495328,26267.4117718153 -8410,28704.557274326,76522.9970268257,21685.2887947921,6573.71515768273,154925.816640065,57061.6609691935,4575.49666663972,25182.6630814027 -8411,27516.4437184805,77304.5651645504,20700.5479529596,6283.83536801402,148521.304476272,54797.2900696699,4367.06840199886,24189.6666847667 -8412,26947.7742748365,76837.9108233239,20140.2509100063,6128.56424785346,145452.718801541,53822.0542693481,4247.9665364898,23783.6740830795 -8413,26640.2780431394,76560.4125174182,19814.0636962088,6039.71106590317,143798.772779718,53321.3160828567,4178.49044827619,23575.2309558662 -8414,26800.8288636026,75887.9729779332,19954.704253434,6079.94764970586,144662.678629156,53613.1587492628,4208.26591465345,23700.047642236 -8415,27055.397582588,75619.8286958965,20142.8861808435,6137.54672277283,146034.813082417,54125.864212048,4247.9665364898,23926.3780545571 -8416,27273.0011630547,76688.248860954,19920.1983711915,6113.04320856651,147213.705637549,55015.9704845934,4198.34075919436,24391.4142464419 -8417,27229.6037078158,77629.8720744689,19463.3807573619,6021.7937440712,146982.137535958,55432.9414179071,4099.08920460348,24653.9665157802 -8418,27097.8510698783,76235.1056074996,19049.970662513,5931.56507980349,146271.325051715,55545.8747815015,4009.76280547168,24761.6130747068 -8419,26879.8156414163,73927.8168865461,18816.8376469925,5869.07039492016,145093.922611986,55196.6390446119,3960.13702817624,24625.8835885019 -8420,25595.7423715454,69731.0457898594,17601.6421667934,5528.04615268488,138164.646068606,52935.2200053789,3702.08298623995,23673.7130194117 -8421,22848.0365580416,65960.395670269,15440.4086595466,4883.08402043304,123333.668122596,47578.5340772718,3245.52583512188,21332.3846761881 -8422,20347.7420208753,62552.4678503757,14060.575211905,4405.80179363597,109845.917032053,41989.1319445819,2957.69632680832,18750.5945933355 -8423,18183.642164611,57294.5518285142,14100.887512828,4231.67253124381,98153.208524303,35702.3288166432,2977.5466377265,15666.5461396713 -8424,13673.9772398384,52995.9273734705,10224.628480551,3171.75739277993,72791.0005358887,26393.9310633981,2370.09768338551,11917.0935780711 -8425,14299.6227587363,50364.3711345916,10618.3313024221,3296.29782650987,76295.0446420236,27800.6972081057,2445.64504165214,12545.1938844565 -8426,15074.9461444497,49186.8223712945,11578.9393609003,3540.96060188593,80157.5873144244,28913.920078624,2637.09018877916,13007.8996144333 -8427,16671.7032576198,49458.0847284968,13224.5655349937,3965.87419457618,88893.9512585194,31883.5159517057,2928.3875541547,14227.8885114127 -8428,20189.0939891747,50941.193264423,15511.5952108452,4725.11477291133,108097.450550162,39022.5493747075,3495.9263607885,17464.5888963637 -8429,25501.8665818765,54507.0975777481,18184.2901766802,5679.33996627008,136495.056970028,51252.8843582816,4040.80343926675,23179.1072292996 -8430,26370.4641831275,62871.5388115909,19219.3538746879,5943.63307436138,141511.221663731,52693.7445675953,4247.416564232,23735.0634714505 -8431,25955.3558826173,70861.825139509,19329.5691190457,5901.6902306583,139338.139982864,51690.4376518719,4200.15744517001,23178.6035879214 -8432,24772.1520492544,73205.4900598758,17781.6649731688,5540.55983635463,132621.772119964,49636.3584016449,3954.94907515827,22428.6986486219 -8433,23559.4569219927,73081.8110826848,16558.7749927136,5219.02410131232,125653.966903671,47355.5610633932,3723.44602836202,21513.5193819956 -8434,22380.979300243,73820.7670722928,15473.803713461,4914.71543880728,119224.921400918,45205.8632941938,3493.78840571486,20597.5424575577 -8435,21446.0310106767,74774.8620824005,14741.1815629553,4693.44549786893,114224.435027396,43395.0041168687,3332.09415241521,19781.7784089776 -8436,20945.4789522939,74146.0739822114,14224.7461791765,4557.30663683254,111424.252137711,42494.7158547314,3231.36434139304,19417.8755640779 -8437,20701.3099083705,73538.072209677,14018.6581282894,4495.25762056251,110019.079885489,42042.4509928714,3180.70690495741,19222.7327820316 -8438,20696.7559726362,72751.3075152421,13831.7134448254,4474.26158300048,109868.621817793,42049.9761463191,3179.15401173287,19283.3286519841 -8439,20865.2243250396,72749.2289328836,13825.3733654404,4494.41473529866,110879.042779731,42479.8219098135,3197.33753741839,19495.5806839637 -8440,21232.9278785068,74332.1121439944,14012.8746773373,4542.38752906893,113019.763449324,43557.8623082641,3188.58342480108,19957.839944052 -8441,21274.5643576154,76187.2969026728,13718.3508852878,4486.07663253028,113371.267237727,44089.2362122315,3115.1740216081,20234.5076101107 -8442,21363.4818182395,75173.9606823247,13713.9625432082,4475.72986284763,114141.615279081,44596.8261468039,3071.22298131793,20429.561232224 -8443,21288.4274321483,73022.5698724444,13609.9976310603,4444.4185081357,114075.236943683,44619.8396161712,3038.16400871873,20416.5393968874 -8444,20344.9980954707,68673.0188390362,12772.6613481739,4198.96060068879,109180.235225852,42989.8859473432,2843.41078281987,19688.7592274824 -8445,18041.7054288053,64988.6321052304,10881.9713382174,3655.41791945035,96692.2066773152,38446.6950970705,2465.3814605622,17711.8617803826 -8446,15924.7958046322,61751.1526761756,9718.21741872092,3258.27417876582,85148.4486112962,33617.5446467662,2230.86286591866,15486.8098405631 -8447,14042.3446806639,56364.3611204129,9627.46973053904,3087.66570639246,75119.5221393236,28241.5602395009,2236.30889976414,12860.2926161034 -8448,10847.7649579129,51941.018396999,8294.91835648382,2512.84740567298,58655.4809414633,21523.1212913886,1847.05668580286,9541.09022406511 -8449,11442.0570793794,49289.7150208307,8579.51947611103,2617.50402791403,61869.8742269392,22910.1921650729,1909.24714660431,10182.884985763 -8450,11813.3637228147,48197.3904529528,9210.63129699433,2772.17971157675,63870.3927433716,23231.268189445,2052.28520644763,10279.7508104239 -8451,13300.6835922432,48525.8153372231,10490.5580988903,3145.67041179705,71906.8694080597,26016.3786113308,2338.36132613427,11503.123060321 -8452,16234.1358554313,50166.900467395,12237.6533053804,3729.07582946263,87765.0107762254,32442.4917298904,2723.94218310321,14435.0178331413 -8453,21496.9770771781,53625.7548656529,15230.460821942,4748.00321765314,116219.512226754,44144.6083850879,3383.16106759851,19792.1456247388 -8454,22612.4475665376,61584.861651682,16285.1313484621,5046.68834360698,122246.250470389,46118.760693717,3619.484818644,20645.0104991827 -8455,22514.1092343035,69106.4149552012,16472.041547939,5076.0739658842,121706.532237937,45611.7930255223,3663.01814120501,20388.998095409 -8456,21117.482051596,71561.2870561661,15112.5644641966,4696.34502895718,114147.907127831,43197.0148691856,3358.28488327793,19370.8508469312 -8457,19749.6814992915,71340.9513781423,14051.6492300819,4376.79242959127,106747.88229551,40502.6086394588,3121.96113223245,18180.3697211831 -8458,18648.7300337054,71890.7512316156,13105.3541800059,4101.42843681336,100794.308761322,38445.0500675648,2910.51356550754,17284.9427309406 -8459,17787.722545945,72228.5299381269,12408.5877969102,3893.64767127351,96144.6931047025,36778.1293759034,2755.03741350393,16544.1850025108 -8460,17216.7020215441,71259.884448254,11907.9473890076,3748.63503877291,93060.6300598059,35722.5533370172,2643.09458406134,16083.2276031951 -8461,16970.0087062382,69543.9683368971,11739.8226138799,3695.32201318552,91728.4295962335,35206.0287291576,2605.78030758047,15850.6522749001 -8462,16783.8328190527,68205.3252066305,11518.6996257289,3637.34355644997,90715.6263879163,34935.0831043764,2556.02793893932,15747.0963073238 -8463,16841.1808628241,68000.5792995512,11384.5987450239,3616.18641094855,91020.1090253471,35265.2221268373,2524.9327085386,15923.9179194602 -8464,17337.9713635683,70188.3463088448,11531.6596299681,3685.69874050405,93711.6997582429,36533.8126872827,2556.02793893932,16520.9805118317 -8465,17759.2604086002,72301.2823369534,11595.5396735326,3733.39766486266,95982.6787137106,37684.8543434258,2568.46603109961,17076.2357460317 -8466,18072.874848173,71092.5540317672,11575.6404333316,3756.04609503942,97677.7561189932,38627.507005398,2562.24698501946,17540.5546914867 -8467,18153.1383415256,68509.8456880804,11414.9581347671,3731.77941547835,98108.6466761327,39058.9837010601,2524.9327085386,17770.7001766477 -8468,17556.6453393104,64516.7812072937,10805.2315742623,3564.26036784228,94881.0454144109,38065.7340789076,2388.11369477542,17360.6100419221 -8469,15456.7964341708,61487.1655588559,9212.75206730973,3080.75809822151,83519.7308000572,33883.9878400281,2033.62806820719,15508.2361741357 -8470,13416.9767629805,59222.488986019,8191.34066205757,2709.5789410121,72519.517823377,29162.0653115395,1809.742409322,13296.7562651789 -8471,11455.8222368814,55060.0154055731,7848.60351631361,2477.16393268906,61939.322929991,23844.0762244795,1741.33290244041,10723.2449201265 -8472,13156.6147863312,50983.8053117257,10077.4607896875,3043.86871253369,71002.6875822729,26249.9398683772,2272.35048321153,11714.7542356443 -8473,13845.9127537588,48653.651579945,10456.753441124,3186.3513480115,74595.1380279786,27714.9385032347,2369.38765220356,12406.1593781851 -8474,14525.7820426476,47480.2601829927,11270.322199148,3386.39118865716,78366.5017373994,28832.9220247657,2538.43934476329,12854.1811967316 -8475,15875.4466786832,47442.8446924003,12481.3812737715,3715.02382199535,85974.6729547157,31503.591302297,2791.93149030553,14013.9732414695 -8476,19466.1312335726,47755.679805726,15127.9954716911,4531.06346934084,105459.48110885,38760.8788533141,3395.92900880778,17264.0492029642 -8477,25225.7843304545,47965.6222695154,18193.576517736,5606.26679484787,136616.30128439,51975.2591001375,4075.57864808995,23414.8892664384 -8478,25162.733854852,48897.8916607891,18224.4552116861,5591.86336499949,136652.480287118,51953.8390692266,4064.64191487898,23397.9520396717 -8479,24452.7449460673,52454.4420510591,17712.0346562383,5432.73378776942,132791.252881393,50491.9172670627,3948.6857302984,22735.4195893212 -8480,23344.9299103545,56248.9966742838,16545.0399981789,5121.91447084844,126613.351623821,48569.3167512184,3692.21519234848,21920.4706347063 -8481,22487.7293900861,59196.5060008401,15734.748357602,4908.05992474418,121608.135844899,46878.8219175205,3523.99349118802,21195.4879642786 -8482,21800.127950004,61519.3844927382,15203.6264526237,4752.92065184802,117782.136309403,45457.0495942736,3409.52650281128,20564.1037675351 -8483,20487.7096409684,63143.8404599724,14081.6928498115,4418.79142242035,110816.491723079,43045.3199485078,3147.75838485059,19491.7820247538 -8484,19592.7727362503,62851.7917751154,12997.4479016898,4161.40884218191,105518.688101902,41486.6009785325,2929.76114130807,18879.6379454111 -8485,19360.0483401087,61220.0605679985,12764.7533752247,4097.79054220001,104212.066546166,41072.9377349208,2877.83719791761,18700.5638362598 -8486,19486.4224179482,60228.5499664844,12891.0581132966,4129.38815526387,104924.686239393,41310.6591633511,2903.05457151092,18798.6506203824 -8487,19936.3548093037,60605.8228467607,13288.6527824327,4245.74566953935,107377.818593335,42136.7046695609,2995.45336529674,19160.760141062 -8488,20583.7333014443,62987.9425488992,13632.711583857,4364.54544950631,110945.246546142,43640.6025337287,3070.10470808269,19857.0313966 -8489,20880.9155847728,65683.9366555426,13699.3710350029,4389.37492832529,112821.147125198,44573.1626887602,3069.61628987284,20290.9894628683 -8490,20718.1178441659,65137.254776421,13264.7613172894,4294.58952630001,111993.050834282,44629.9829989691,2972.23754769139,20369.8075742324 -8491,20436.6213165985,62875.6960771218,13017.694748851,4209.19604836705,110830.166683552,44275.2729867673,2900.41775229267,20211.2165094082 -8492,20177.4657006523,59168.4443324888,12871.8480167359,4170.58151959618,109300.228234443,43591.3743778872,2880.66874530484,19905.9116868472 -8493,18143.6137475146,56814.3862987017,11478.6299566418,3721.9366879096,98442.2369552658,39418.845003849,2556.52836895257,18010.9291119801 -8494,16009.5092770614,55422.7378060841,10232.8338012513,3318.14033169076,86549.9144070851,34471.946539581,2297.39707021013,15730.6143125013 -8495,14203.9676149826,51678.0705708586,10259.1502637705,3176.87801884357,76667.8760649068,29052.7242563833,2319.95368301092,13081.0095431691 -8496,14649.4353038964,47963.5436871569,11651.4866995166,3464.01523467579,79278.1752401371,28934.0175483315,2654.21021297794,12941.6692779601 -8497,14790.460092392,45424.486782766,11379.6270201119,3430.51491788018,79948.4193327285,29566.1624883665,2604.59445676576,13276.6889678077 -8498,16213.8880158966,43951.7713602601,12954.5602706666,3853.16295257441,87686.9742355929,31871.4012526575,2964.79604956691,14257.3091818869 -8499,19020.2761737164,43405.0894811385,15690.3807771374,4615.71676120489,102870.948873697,36776.4916412714,3594.78815927266,16379.8723232757 -8500,22895.2583404954,43544.358229274,18719.005576659,5516.07257759411,123840.524989709,44500.0598371664,4278.30271616109,19818.6377114805 -8501,24286.8293695146,43206.5795227627,16607.1656422223,5236.31712903953,131143.7362034,51121.3165376657,3786.55904291676,23308.7581506132 -8502,24098.6054246687,42666.1334915305,16408.8452450504,5183.21375437612,130095.282111788,50813.5803390282,3740.36433580886,23188.6725755388 -8503,23604.8688679745,44745.8112945776,16069.2014743774,5082.33627173311,127387.701274202,49679.5457029178,3676.3787986414,22664.7271217566 -8504,22802.260919921,47760.8763624362,15327.7643200616,4869.11336226099,123078.761534257,48260.8161298294,3500.90604860385,22039.7564119525 -8505,21953.3939796957,50932.8787333611,14583.6385531721,4657.52870004591,118496.539984281,46663.7989230675,3334.40369209806,21339.9626832915 -8506,21515.3026313545,53735.9227550718,14360.8826077483,4579.02707159979,116130.84886777,45636.2016263823,3286.28063233891,20861.4454478902 -8507,20558.1295112686,56903.7677596518,13616.7791305694,4354.38684400221,110965.872593656,43728.6224652198,3115.48591433237,19996.7204062223 -8508,20143.9985174661,57166.7154849783,13214.564626881,4244.38197627078,108712.630652073,42977.6511300086,3027.00319108708,19672.319204278 -8509,20410.9624517027,55701.275403169,13561.1338934848,4332.7980194449,110179.844554389,43354.5585886953,3105.79416540808,19819.65802298 -8510,20694.946128569,54436.4238620941,13768.5747815316,4402.32543114846,111659.302574319,43833.7017317884,3166.40863913926,20029.7044260702 -8511,20631.1518183781,54527.8840062168,13700.120865769,4375.39190643055,111376.772804146,43859.5452724717,3132.55538899942,20049.9508043678 -8512,21797.505908983,56941.1832502443,14589.765025747,4645.72148676639,117659.298819831,46164.0947939661,3339.85306518958,21082.1734067173 -8513,22263.7665578246,60017.5682115157,14756.5592904891,4717.09186230879,120156.558973459,47315.1971419249,3377.8987054942,21624.5931497359 -8514,22215.2872492089,60509.1662467418,14499.043049011,4660.51352962578,119892.945524556,47521.7049314902,3311.88484433949,21748.63283287 -8515,22231.2630362713,59282.7694874386,14573.9760635997,4671.07011075193,120002.386672561,47537.1639567005,3319.21258441428,21747.3778881751 -8516,21664.445569974,57112.6709322621,14139.1526968303,4541.01153857057,116915.724984719,46367.0437411919,3223.35213542622,21215.584633886 -8517,19375.0837677481,58288.1410123868,12514.5621152258,4030.06747333663,104612.600111462,41740.7394018949,2837.44635928851,19130.0322520631 -8518,17713.0446453671,54650.5236922285,11815.0523900385,3764.83773256988,95587.8608475265,37528.2915268237,2704.41158239231,17121.7756103517 -8519,15160.7519734519,50796.7278587634,11119.6939624409,3415.19917678597,81866.0681090206,30887.8990286612,2551.07200958308,13942.187914748 -8520,13627.0372898407,46860.8259050447,10755.3247882688,3169.89182390274,74086.4520762144,27589.2623908616,2574.64750577181,12535.4720176611 -8521,14286.5206641606,44462.0771407825,11116.6759217302,3294.00634371651,77644.1282295319,29061.7387015052,2654.57567246398,13212.2153456886 -8522,15097.6711058272,43677.3911295201,12140.391070109,3561.6198326723,82058.9149059901,30358.482735177,2894.50118351374,13767.0758653973 -8523,16812.791606887,43853.0360770688,13683.306662098,4014.65590499254,91257.7462442753,33523.4647141101,3213.64980638941,15124.8231324337 -8524,20367.6254529578,45424.486782766,16090.5370107633,4745.70817040937,110636.736363106,41000.7987480558,3832.64518546318,18603.7261920625 -8525,25555.6417977033,48090.3406386996,18559.7095670247,5652.98568894423,138783.780878837,53572.408212482,4395.27776688099,24513.3760410543 -8526,26429.7070677132,53540.5306702336,19460.1180571354,5908.9229385261,143404.291465175,54912.3872106806,4571.12636823597,25043.4770746769 -8527,25740.7690066988,60221.2747266018,18997.1376477702,5763.80059125361,139678.862100863,53455.8161359639,4466.36373374832,24390.6472451866 -8528,24645.8001439317,64441.9502261088,17932.6167490184,5460.36698812642,133827.152717046,51592.3303042826,4246.27096010808,23620.7286751924 -8529,23427.2519881191,66054.9736879294,16936.7441683691,5165.89880451334,127293.00923763,49366.8293241889,4031.46193880031,22660.4987869518 -8530,22092.9128077843,66808.4801573028,15707.2095414408,4812.47102508712,120117.47010645,46964.4398225544,3767.12499287482,21635.1561547369 -8531,21233.3867612245,67566.143892207,15080.151880383,4630.74477106259,115394.870260792,45137.8504752726,3590.00729276056,20755.2369829771 -8532,20631.3548557821,67288.6455863013,14489.4512153489,4455.44797046264,112222.373936445,44144.663233705,3488.66209479203,20372.011693669 -8533,20346.0031462482,66445.7577567918,14246.7710594899,4386.6437309017,110685.897855586,43638.6093192428,3430.71500326923,20148.0279492664 -8534,20319.4919712024,65543.6286162278,14185.6123082954,4368.1198630769,110575.292206434,43661.7056035503,3430.99702521574,20186.8109084571 -8535,20687.3922345653,65342.0006835003,14462.590201895,4459.65203767341,112495.953970431,44332.1970913475,3469.11137932901,20451.2599974053 -8536,21219.1550368229,67106.7647908632,14616.982272858,4526.96688967459,115413.55208862,45713.1114521698,3519.06233686648,21124.8896623698 -8537,21703.4064579055,69116.8081694356,14792.2076650592,4611.80337211926,117950.460764731,46860.6123634785,3523.92305627919,21623.2295474667 -8538,21848.1493162921,68547.2611786728,14642.496294049,4600.39875057963,118678.589440369,47377.0126336627,3468.40632446274,21861.9387745196 -8539,21664.6706267814,66282.5846058359,14319.2175614618,4534.69005391484,117565.989274432,47063.8888187588,3351.80708655088,21684.403531467 -8540,20820.3886346962,62240.6720282292,13490.2420923641,4299.77699779436,113008.19532258,45514.9602051473,3172.82307062328,21024.8973342037 -8541,18504.6695913576,59298.3592583831,11725.9927193021,3768.60464671756,100459.457229178,40807.6035351789,2767.47545191021,18906.851782018 -8542,16149.1036761215,56496.3546286657,10393.3299006047,3309.01026033627,87764.4321584877,35497.5575363467,2481.01641984209,16445.9721862641 -8543,14046.736989488,51630.2619668458,10085.8182112101,3064.66983819006,76397.6105939945,29559.0970296572,2440.04867310271,13585.9025515173 -8544,12310.0696393552,47257.8459226104,9611.39411914698,2782.96067604035,67478.0648131623,25702.5828054277,2427.82254359108,11865.5255160866 -8545,12935.950052138,44727.1035492814,9951.89920767924,2901.19831214542,70838.829948045,27107.3914301522,2504.78817166763,12515.3597619692 -8546,13574.571120794,43665.9586241065,10786.4054891995,3116.63250568915,74371.3607940359,28150.0591106635,2699.90107436406,12955.2441259388 -8547,15137.7845998327,43873.8224047235,12148.5956144834,3520.27355085178,82763.4880472595,31088.1797059272,2995.63514095826,14239.8630475198 -8548,18428.6931104314,45238.4486209829,14379.6669109238,4192.05673105567,100707.658385853,38118.5399530563,3578.17721317781,17534.0558980466 -8549,23332.6964926124,47554.0518729984,16762.1243402147,5055.21011711053,127414.595739225,50160.3359005349,4134.46272043576,23200.8360060225 -8550,24243.3360549645,52264.2466237451,17664.6836545784,5305.61821839078,132258.931414036,51609.718052352,4345.10206031667,23830.5802638909 -8551,23929.7929485781,58145.7542898996,17617.90194427,5290.93397169546,130437.378794212,50649.6080615547,4294.52340168797,23322.2798654938 -8552,22684.6652522168,62169.9983125753,16396.7298902197,4934.89578329859,123850.667527348,48597.8378054249,4046.70176233897,22487.1386959682 -8553,21417.6914775173,63916.0546746419,15353.0211936437,4625.63791777995,117104.241793169,46309.4818381321,3811.07377094508,21482.6310288398 -8554,20301.265248847,64960.570537693,14378.8307107695,4348.86554396964,111050.919800663,44199.3553118687,3576.47821744156,20536.8899012948 -8555,19444.6031728061,65790.9865706098,13706.797174531,4151.66673937543,106380.76684857,42426.7759470968,3411.08507342235,19716.7716469748 -8556,18943.0147541338,65589.3586378822,13260.5372824774,4023.20187051859,103692.283580996,41530.7816392812,3308.46423598695,19322.4329265177 -8557,18693.6981138461,64157.1767811344,13061.0464626782,3966.58436968277,102360.133620988,41077.9603281996,3256.48725942338,19112.3050324036 -8558,18632.2411093272,62845.555826412,12970.5497332262,3934.57988188184,102093.306320724,41067.3478277351,3256.12137937888,19146.1287096382 -8559,18806.8011594812,62333.1714635311,13005.9115477134,3950.39569317415,103039.177148118,41503.8790469858,3275.34648583724,19369.7231599807 -8560,19229.4339627086,64603.0446938922,13080.3612461097,4012.11564072604,105238.726251062,42603.1697632832,3264.9170358615,19861.9280551746 -8561,19320.3425406305,67537.0429326765,12798.4103412102,3969.41383705575,105678.430855064,43166.1992050814,3189.6504035212,20154.5522754689 -8562,19520.5649506376,66993.4789270926,12711.130264876,3981.15641949651,106640.152123685,43728.1861934928,3143.43697201224,20405.1539695452 -8563,19558.3999454801,64585.3762397753,12597.4763129041,3965.70962476148,106736.69391956,43803.7382347924,3109.35198621528,20444.852128565 -8564,18752.1211265342,60373.0153721441,11811.4743211819,3755.16420761938,102276.603506308,42247.3873069646,2909.8738563991,19742.4554284324 -8565,16576.3331884954,56994.1885117813,10155.3510828941,3256.06882003436,90476.080017466,37780.1142057557,2524.37915817048,17725.6241071413 -8566,14538.5794251705,54569.4567623402,9124.62974105756,2886.35868274514,79474.2296250319,32975.1783546043,2285.05249750272,15453.5154456826 -8567,12770.0898411713,50070.2437665622,9073.05780072604,2721.13868856716,69878.2448792963,27614.5609135893,2291.11672035872,12840.3572614239 -8568,13263.2459276054,45733.1645297468,10298.5651950627,3046.73863055762,72553.7411210252,27373.8917735642,2578.32858587542,12523.2483869382 -8569,13921.9007210882,43146.298920529,10666.5817089958,3172.97689655375,76128.2795010318,28855.5946548393,2660.42835496474,13200.2545532742 -8570,14630.0076180957,41930.2954762741,11568.0193132169,3412.37432125175,79964.7260730722,29987.7496220386,2868.49287192964,13676.6055839978 -8571,16293.0967474674,41778.5548307319,13047.2971363003,3849.04297062291,88926.7439419503,33108.4039796924,3184.84721860069,15020.8921463692 -8572,19803.565787084,42436.4438904516,15429.2953021371,4577.87251390338,108154.533305468,40565.1933889493,3802.48650884732,18474.9540518268 -8573,25032.0864701914,43250.2308612445,17995.9364911169,5512.33544326586,136691.58785666,53302.9915786606,4394.85981064195,24432.0541584866 -8574,25993.3381893245,44198.0900234628,18970.5594301607,5781.90311175984,141860.797605449,54842.3686527012,4619.42271669669,25083.2895348626 -8575,25646.8245440009,47831.5500780901,18936.4593151679,5763.25346387057,139870.124634258,53820.0627234375,4567.57449126798,24542.4212649076 -8576,24333.7295371867,52154.0788351402,17603.0519282778,5380.49199087921,132863.7519584,51642.7858621885,4301.49966458617,23677.0554310508 -8577,23002.752195857,55833.2689114219,16473.4067936273,5049.42102044807,125684.868349406,49222.4299007144,4049.96234519486,22637.8122842529 -8578,21808.8084432767,57271.686817687,15424.6854268159,4748.53304538297,119195.205077322,46976.4417714394,3800.2596791455,21645.4498332276 -8579,20888.678769785,58153.0295297822,14702.8276674503,4533.30211838533,114182.45972616,45090.8564833874,3624.40758764054,20781.6610345544 -8580,20357.0122009944,57451.4890307666,14220.4740826422,4394.68250497215,111311.362923733,44139.5445516463,3514.94122885479,20370.9139825752 -8581,20096.0748594636,55775.0670931747,14007.3252580775,4334.24672484977,109893.217168304,43661.9104738052,3459.81587310205,20154.6661777978 -8582,20037.9281607698,53504.1544708204,13901.2753923673,4301.26322683489,109630.386723755,43653.2949071863,3458.37339611996,20194.0938292802 -8583,20219.84283917,52339.07760493,13934.775243478,4317.55543427546,110638.454888319,44111.7317349125,3478.27514399121,20425.8515897163 -8584,20650.4658038881,54010.3029858118,14025.4084580659,4379.87729723537,112933.249571062,45258.5013534811,3468.45724400683,20932.8407947767 -8585,20729.40534931,56533.7701192582,13723.8583346735,4329.51982565777,113355.941982222,45834.2220350121,3388.58430461934,21231.6035797017 -8586,20916.2726282127,54834.4831708391,13639.2302916596,4336.32438119455,114315.201442432,46407.1477777111,3340.53161433191,21480.3183886613 -8587,20931.5867795957,51442.1451218903,13519.1797508122,4314.24265946897,114364.089010395,46468.2478806512,3304.52365373069,21506.5009139368 -8588,20050.5026226329,49071.4579251654,12676.8849694007,4081.3394490741,109539.588999374,44798.0903597269,3092.66360162451,20758.0482905683 -8589,17726.8338511973,48523.7367548646,10889.4305622505,3539.62009598325,96907.9019215795,40053.8776860035,2681.77257981807,18640.251426251 -8590,15571.3327052327,48915.5601149061,9778.23848732548,3142.84355779903,85187.5747889289,34982.2815904071,2426.83190164535,16264.1708102622 -8591,13712.6667780924,46415.9972834661,9719.34334636724,2970.47364463773,75017.2317596017,29351.3485055675,2432.85426648845,13527.3321864066 -8592,15736.2014356334,43118.2373529917,12611.2569912885,3731.80970984324,85472.3875919692,31178.3301127187,2905.6834230762,13892.937571257 -8593,15890.3607516148,40568.7872343664,12434.5836460378,3711.60305098323,86308.8429832889,31867.5420330947,2862.95278450155,14252.0293067485 -8594,17451.4105677997,39394.3565462349,14127.2733191198,4167.04450766803,94765.1006747091,34405.3954877045,3256.07465938833,15322.4219744642 -8595,20485.3927817413,39201.0431445692,17114.6856102622,4993.89164410144,111221.537465952,39720.3250291976,3948.31100429767,17614.7408187384 -8596,24603.5110027499,39587.6698470866,20344.2260454634,5955.67114521734,133605.497351452,47961.8752633917,4691.82411549658,21285.5408026665 -8597,25998.7122899367,39808.0055251104,18142.9218318139,5656.1050026754,141220.762198247,54946.8411312126,4161.96419717092,24954.8643588197 -8598,25777.9615268879,39408.9069251862,17921.0220591914,5597.18414399317,140005.332408675,54581.1419116246,4110.68743088134,24816.8323823198 -8599,25275.9202436533,41349.3159800978,17657.4011082525,5504.15657053656,137286.641179509,53409.2000234851,4050.86453687683,24268.7769006009 -8600,24410.412368072,44601.3458889179,16809.4806022171,5267.71150208603,132596.988366375,51875.6274280369,3854.30359943344,23594.2217110135 -8601,23524.1295731154,49070.4186339861,16032.6618464766,5044.38673612075,127790.720982457,50202.7005949576,3674.83491741991,22854.1067399319 -8602,23066.2213492112,52262.1680413866,15805.9345698637,4962.49642813134,125301.378416044,49117.4529791587,3623.55815113033,22347.6967188734 -8603,22037.0702267891,54877.0952181417,14989.9901157968,4719.05330857976,119720.694654797,47060.4394438335,3435.54334140187,21419.4288077343 -8604,21600.9015857884,53422.0482497528,14583.6911881456,4604.74228584567,117353.278623467,46267.8725195545,3341.53593653764,21074.8124239423 -8605,21897.8978957646,50206.3945403459,14950.8232305845,4699.46546491737,118968.491294059,46691.7895357305,3426.99721368694,21239.0056215721 -8606,22224.8903765927,48872.9479667895,15282.6896643812,4790.15997054209,120740.953837526,47247.58222516,3503.91236312131,21475.7563327492 -8607,22118.1562831776,48169.3288854155,15064.0155035603,4739.53229756645,120162.112283718,47206.4284266288,3452.63559683173,21477.8276811238 -8608,23370.0101780626,49924.7390697233,16065.6078574945,5036.13854297328,126961.96272789,49687.9467785018,3683.38104513484,22585.8950333442 -8609,23856.6694642646,53207.9485204324,16256.9875919014,5113.71204164212,129608.580739564,50904.1573113756,3726.11168370949,23159.9862550885 -8610,23774.8860432369,53856.483757911,15930.8538248079,5044.71210894529,129167.983069096,51074.4072340915,3649.19653427512,23276.7798572314 -8611,23758.6082410514,52898.2313814584,15930.3574711154,5043.70690443011,129077.822347706,51029.0443940513,3649.19653427512,23259.6461138407 -8612,23147.8311147063,51291.4438683412,15483.9877679108,4907.01795880578,125760.263942934,49763.8838970897,3546.64300169596,22688.3569871302 -8613,20672.7235699993,50255.242536352,13589.6083484577,4337.27248935818,112316.629922058,44748.5714924988,3110.79048823452,20441.9182019451 -8614,18961.8927979005,49868.6158338346,13010.2577236992,4080.35641127718,103022.975539692,40339.858457807,2982.59857251058,18330.2303440936 -8615,16267.6989258868,46832.7643375073,12227.2864224862,3703.7880429623,88364.2340709445,33259.0689327883,2811.67601821197,14952.8052006704 -8616,18732.4639187698,43358.320067491,15010.8062852457,4498.44512822527,101059.14233521,36329.7436332623,3385.47292525056,16192.7435440416 -8617,18876.2450281432,41082.2109892404,14801.0819751019,4472.71412469203,101901.34143912,36991.1109636028,3348.11958836503,16541.1086631702 -8618,20640.7241827769,40172.8066087939,16811.2241850491,4993.5062374851,111368.548179774,39749.6548925837,3754.57484897732,17622.9586408519 -8619,23945.0254533363,39969.1000937078,20352.4117296878,5905.10909192709,129058.851545198,45258.5067740486,4413.44511760578,19772.7413077445 -8620,28909.3957546831,40032.4985694792,24203.0194018758,7092.42245549389,156029.251860913,54930.7141114814,5346.01370510841,24133.6963397371 -8621,30519.4966626501,39915.0554401776,21585.6190121017,6755.23931485591,164757.144459167,62743.8369172676,4817.61220641377,28372.0975822744 -8622,30308.8009451885,39676.0120168576,21324.6886283709,6700.02625338808,163653.951587046,62429.1465648066,4788.4893424675,28298.0431714361 -8623,29636.008644224,41582.1235555284,21010.0332999396,6575.01221683626,160121.158085996,60852.2210548543,4710.22740030455,27519.6268275913 -8624,28681.3798580736,44821.6815669418,20000.3023642381,6299.03261034934,154845.158792856,59306.9939192996,4476.80526939002,26884.3730732471 -8625,27666.0574438499,48456.1810135623,19077.0239130088,6039.33701885015,149365.546054653,57451.3573628923,4281.27229369208,26089.5748911542 -8626,27168.1608551767,51039.9286484283,18809.9857662413,5954.09581372909,146726.287389426,56283.3060567022,4246.11052962413,25568.1934645594 -8627,25968.2669559959,53416.8516930427,17838.4469088313,5662.46408979653,140218.62587871,53980.6621663172,4022.57462613538,24540.6231690352 -8628,25468.7365229209,52437.8129889353,17356.0617802083,5531.38418060534,137537.445001721,53086.4102235878,3925.9039246952,24166.7655199427 -8629,25670.3272423529,49966.3118258467,17787.3148018181,5608.63197554457,138634.254819907,53221.272151889,3970.41609785787,24101.4376088616 -8630,26046.787081825,48901.0096351408,18182.6102194079,5717.07389333132,140690.911049784,53817.3873385881,4062.41159475069,24345.3161181381 -8631,25967.9878958796,48578.82059876,17924.9968042218,5670.69301844825,140297.52820573,53871.0515126584,4030.26928074358,24430.0393526599 -8632,27369.3013400778,50925.6034934785,19113.376496915,6006.00393837297,147837.314554527,56553.1477423188,4263.98347057031,25572.9562507599 -8633,27848.8625256594,54516.4515008032,19336.8507699175,6075.77190088946,150388.594848026,57726.0621737614,4277.18120696913,26078.2672886555 -8634,27739.3328887466,55396.7548209052,18949.4206593985,5994.94547330375,149838.298031472,57867.1765887517,4200.2829603805,26194.9583078042 -8635,27672.1689998108,54442.6598107975,18946.9080122477,5981.98815962148,149468.0460372,57700.4533545228,4182.16626001547,26094.303180945 -8636,26963.0174961062,52664.3846156625,18417.3150742235,5824.2491929388,145687.074464451,56252.3570856828,4078.62878121035,25452.089626077 -8637,24138.4969599851,51555.4309856609,16167.012730664,5165.47745223171,130453.269323844,50707.3992723921,3610.66458322583,23037.2956599417 -8638,22124.9983881859,51352.7636609401,15473.3225917228,4841.24178281342,119434.493873432,45745.9761860317,3405.00162068326,20625.3673864272 -8639,19151.1432874911,48549.7197400434,14550.4561750984,4433.76959135121,103463.06321326,38114.9767590565,3264.64662332367,17056.2263317624 -8640,20810.474791152,45548.165759957,16224.9729645719,4919.63909283493,112048.312114779,40399.9302766466,3585.10826305204,17970.0512149465 -8641,20996.5340645431,43494.4709420887,16229.0825225688,4936.62607127785,113034.769093409,40931.362491562,3585.10826305204,18236.5266960343 -8642,21808.4696981316,42473.859381044,17020.431411901,5160.12957202214,117408.934303541,42321.695262777,3761.06449682146,18833.0146612652 -8643,23384.4478180212,42065.4069588787,18215.9809919,5525.85399707642,125897.382998591,45420.7034710319,4024.9988474756,20212.6835409347 -8644,28906.733930995,42156.8670021874,22787.697940066,6880.24642740567,155666.108674213,55801.5369646335,5036.7471916498,24757.2463099986 -8645,36443.0805866278,42428.1293593897,26774.8338348581,8298.07359606741,196093.789396337,72728.5909418911,5905.53109588633,32655.6939615346 -8646,36908.4995009487,43171.2426145287,27412.5447558573,8465.50686701273,198591.801550512,73325.1368345107,6048.49553582399,32908.4962756866 -8647,34946.3322742451,46070.9433370721,25966.3939833323,8019.10282074259,188024.764799581,69422.3762167786,5729.57486211691,31168.5476559927 -8648,34344.1397173544,49885.2448959583,25035.1775363742,7784.81146057234,184768.603420848,68796.5910654111,5520.62683451572,30953.6811017028 -8649,33213.8116208298,53430.3628816287,23995.0134711899,7485.40642081641,178678.880367458,66786.9132941691,5289.68427769335,30074.2845460011 -8650,32271.6197836801,55556.8099975094,23345.8189122615,7277.9939092521,173620.631119627,64847.2838124331,5146.71983775569,29184.4462234072 -8651,31045.1405200322,57144.8898661443,22303.4110983557,6970.90753485228,167009.236482561,62564.6282816887,4915.77728093332,28183.1973835572 -8652,30145.9132382368,57708.2008073897,21413.4195063787,6720.4494655315,162166.610680793,61042.5274194906,4717.82651794272,27527.0983465735 -8653,29647.5398265558,56447.5066326597,21112.3176774505,6619.53348127477,159491.625567521,59967.9247784899,4651.84293027918,27034.435586454 -8654,28907.7510914097,55552.6527319784,20322.3095493887,6403.02946829466,155487.622331008,58787.1986605195,4475.88669650976,26544.341843969 -8655,29271.853248107,55638.9162185769,20620.4851353971,6491.88555807946,157448.542425047,59476.421157392,4541.87028417329,26848.3415681533 -8656,29857.0544245067,58080.2771309558,20778.8211591228,6572.03655569754,160581.423349093,60968.013566311,4574.86207800506,27564.5652824888 -8657,30047.5318925103,61432.0817149604,20589.7272867396,6551.40951766809,161582.421048298,61745.7539391619,4530.8730195627,27968.8515559425 -8658,29939.834382339,61754.2706505273,20297.3490851713,6485.31297789569,160988.749785923,61786.9221668033,4464.88943189917,28023.3946025371 -8659,29519.5262694743,59829.4514673742,19901.1109847874,6373.1828004566,158720.339094042,61056.8326566297,4376.91131501445,27716.8571554895 -8660,28407.2399534468,56385.1474480676,19054.6552606504,6113.62347894983,152741.615348986,58869.4263461917,4189.95781663444,26735.0443280861 -8661,26071.8586745359,54106.9596866446,17503.5319072861,5614.5817545517,140178.334071063,54014.3394192093,3849.04261370618,24532.1047999799 -8662,23619.65371787,53462.581714697,16047.2841580584,5121.16905441263,127028.608548247,48693.2859768291,3530.12193999909,22062.2582052459 -8663,21077.1853000406,50405.943890715,15989.3659957277,4896.38574185919,113459.646613413,41453.2787969589,3530.12193999909,18517.0384848282 -8664,24822.550067701,47289.0254644995,19941.7786284301,5961.61248446557,133095.351095238,47380.2415995533,4392.74686524916,20909.6483662179 -8665,24904.4481989369,45129.3201235573,19894.4690105387,5963.07248490302,133723.961476605,47709.9579899332,4390.57385331595,21062.0357376295 -8666,26187.8512898004,43815.6205864763,21572.7482264731,6360.73901330799,141006.285181664,49908.4692058002,4712.58191699676,21934.9976706275 -8667,27936.7795990753,43073.5466225166,23471.1665156819,6818.36178644331,150996.64058112,53483.2641237969,5050.13050056202,23447.7496793174 -8668,34849.4523255144,42985.2044527456,29793.562375553,8592.2340168369,188539.650751047,66218.3564998812,6404.21154978106,28904.0460270243 -8669,38298.9441826847,42564.2802339875,27999.6993905704,8586.26611512209,205878.825656707,77484.5185177106,6046.11754976106,34709.8555174177 -8670,38024.7726327147,41457.4051863443,28205.0636119033,8585.84603698125,204980.434181827,76947.7128025109,6061.65806964551,34453.6221426892 -8671,36144.2663552414,42951.9462276841,27590.8861714141,8270.41465325399,195852.744055778,73044.1442431861,5882.41309082698,32574.8856149359 -8672,35145.1346375136,45791.3664488079,26190.6193313626,7927.48656338392,190633.26775274,71746.0186117922,5595.23973934279,32067.9221600454 -8673,34014.4346338661,49109.9128077511,25219.0947962575,7641.2633783791,184644.416424517,69693.6910344608,5380.23826053699,31155.5265089837 -8674,33840.0631881662,51775.7666636847,25351.2396129039,7682.53305435106,183777.278814195,68714.3219806599,5459.91747807081,30635.3668191268 -8675,32614.0720022898,54543.4737771613,23982.7242606355,7321.01367656452,176533.602262463,66497.725011009,5161.22019421668,29744.4555431881 -8676,32138.1402730564,54597.5183298775,23588.0238154952,7209.86461828072,174060.383190222,65561.2132489504,5084.37286131993,29315.4106604529 -8677,31636.1266306254,52708.0359541444,23140.7019246816,7097.36644314076,171194.013906758,64415.3745402913,5008.77675256575,28814.3473563782 -8678,32086.5720101022,51622.9867269631,23708.6324295402,7246.49298860192,173634.22052825,65026.1487084502,5136.65819024743,29045.4126949669 -8679,32385.9451710085,51589.7285019016,23878.094757067,7301.5604344484,175123.201905943,65673.6200344388,5167.14687857761,29352.9800949916 -8680,33498.3956221784,54302.3516706688,24791.808370089,7563.51584478147,181430.113260679,68008.3454959361,5356.00569291966,30382.6285553644 -8681,33747.6868454575,59004.2319911676,24416.0882535736,7527.81625279745,182466.900724059,68902.3576598041,5292.85530432607,30871.3336970179 -8682,33683.1588022912,59873.1028058561,24149.9326897189,7486.03836832909,182244.149063982,68929.742089761,5258.02059212945,30902.0475813472 -8683,33521.7902946304,58672.6891325457,23814.9451284064,7419.65092640763,181003.790101197,68611.7255368248,5197.04321546908,30810.043433591 -8684,33079.9849000477,56446.4672406665,23435.1775468228,7341.96516082057,178304.498880448,67314.3225513199,5161.28671548181,30224.6832759646 -8685,30315.7222098891,55013.2460927395,21205.0402790707,6692.34226345042,163003.685423135,61703.7499044811,4689.60057352201,27759.1852332155 -8686,27965.1677693647,55147.3182841648,19277.7368921472,6164.73263300556,149439.44217857,56387.361320486,4324.65810135042,25406.5067949037 -8687,24871.845021781,52351.5495023368,19127.3986173736,5840.49757919018,133085.711529147,48085.1123391451,4254.0003679014,21362.184428923 -8688,24588.1359156816,49479.9104481447,19872.4861664118,5863.2466230644,132553.772986195,48091.0880215937,4418.48844860767,21461.4044504783 -8689,25031.7135425781,47237.0594941417,20286.2915554371,5979.3667604381,135028.189959209,48794.7390029712,4508.61850249699,21748.1873104944 -8690,26214.454294115,46122.9093074299,21608.0619910226,6323.21928950761,141535.300777228,50666.7760260014,4811.24809957306,22555.6106619789 -8691,27665.574415681,45393.307140063,22701.9461726411,6669.49136455854,149334.114729003,53380.7216775218,5035.7028282598,23673.6368018625 -8692,33666.5538325701,45937.9104368261,27783.7530998619,8156.99453962115,181702.977344916,64581.6682424755,6148.1852598728,28497.9257035277 -8693,42146.1132680405,47245.3740252036,32188.9920652551,9714.60630900766,227120.051365011,84340.8198354949,7119.70659870489,37795.1742674746 -8694,43097.6048252962,49709.5999484097,33520.4050605129,10076.9671652391,232208.532990734,85230.037206442,7391.88573809454,37997.5241799702 -8695,41492.5989278111,54374.064677502,32914.7480186957,9827.36796092701,223811.552277308,80992.2277265683,7253.60811189614,35938.9501192287 -8696,40493.3474232408,57928.5364854135,31605.0255887946,9500.40310649701,218427.859973489,79468.3433179111,6947.44872502525,35250.8550679743 -8697,38611.910881209,60392.7624086195,29773.3615804681,8982.91075808491,208346.183261695,76206.7842647495,6545.84051674854,33868.8913089817 -8698,36994.0211938019,61770.8997126511,28529.5931725787,8580.45793317706,199865.668285583,73120.5337751256,6295.31144338251,32594.4689941485 -8699,36016.9259150183,62802.9437791093,27474.290589611,8312.1387033072,194296.566471572,71613.7737374665,6049.67797592683,31936.6346335585 -8700,35167.5698431693,63360.0188724653,26692.6447393351,8087.44646574576,189768.142601617,70063.8342858896,5877.37193659867,31258.0732044372 -8701,34328.0477777494,62385.1374338889,25997.2471502842,7870.43915145824,185295.156898346,68591.2341682901,5737.3053326786,30683.2369701926 -8702,34106.8360595572,61409.2167041333,25833.752075365,7803.40637409888,184209.701760985,68281.2520734786,5718.29056758896,30630.6393457332 -8703,34177.0670204236,60998.6855987955,25700.785093898,7791.51385271202,184483.255699723,68638.6334108913,5681.6268535252,30795.7287944143 -8704,35189.4656289928,63085.6386417252,26409.3134721524,8013.48676603263,189997.591205217,70650.615954204,5834.49496615757,31685.1863169052 -8705,35452.5001088468,66548.650305514,26165.6249915975,8001.43316467755,191266.668326251,71678.9126038243,5766.90946715271,32169.0717967135 -8706,35172.7344748423,66588.1444792789,25776.4107667153,7898.1977974443,189850.165776356,71295.945745669,5682.52134238604,32033.8738016487 -8707,34001.9645724783,64671.6397263738,24379.1922211856,7529.45394412595,183437.818981236,69706.1110574031,5376.7851171213,31452.6142518532 -8708,32794.1475145363,60850.0629276049,23393.1247087675,7224.35779242571,176969.441049568,67541.3626751525,5173.98045445819,30573.5979836204 -8709,30567.3047921548,58303.7307833313,21969.1464390043,6721.23676701038,165151.139626801,63230.1892314071,4907.96640579735,28851.3656027846 -8710,27759.471968968,56985.8739807194,19794.660198434,6088.31370146295,149665.543777284,57731.9600646244,4412.27519223033,26325.1514555014 -8711,24524.5122431236,53544.6879357646,19176.1111412145,5713.47461218041,132223.11109292,48889.6271509076,4272.67991556495,21995.5409163057 -8712,23785.8747892625,50193.9227437531,18556.5591145887,5627.64137603641,127703.12308508,46667.9700632052,4280.24427980471,21080.185579095 -8713,24202.3870027024,47659.0231048931,18963.4057458514,5736.06404518378,130021.227316513,47325.0440104535,4361.52095167478,21341.1683612418 -8714,25380.5821089839,46235.1557792072,20188.6382136732,6078.05254342973,136458.559681586,49186.8166734123,4662.68710083446,22145.9531375569 -8715,26558.284062033,45679.1199770306,21116.0936522417,6339.49916507759,142814.44164962,51495.5599061238,4823.07063453697,23119.7107056645 -8716,32529.8299088253,46241.3916270967,26296.1066464562,7821.45937309485,174945.366850362,62585.6915975233,5933.43969907994,27921.2679686503 -8717,40998.9109586115,47310.8511841474,30580.1737376218,9392.18512203283,220043.660624318,82157.2166607513,6938.97946181124,37207.5330701284 -8718,41816.5044569902,49606.7073996874,32002.0225672577,9708.61815074254,224498.288179766,82880.5340930465,7172.73624399124,37347.1703600108 -8719,40974.8824994106,53842.972569325,32429.3928114703,9691.87390412031,220258.096850285,79800.5324688768,7204.19229732543,35691.5060818526 -8720,39182.2900958659,57408.87688265,30288.2209478962,9120.10072472669,210660.946828534,77119.0313020704,6708.24093433354,34565.7450425623 -8721,37430.2872010543,59959.3662924546,28550.7250752992,8642.04671733361,201286.390013022,74069.9569584013,6339.4351500513,33261.5041707234 -8722,36092.3230558758,61320.8745343623,27506.4708148728,8333.45893205757,194214.499548361,71340.6968838993,6135.35251954681,32042.1778500774 -8723,34930.4680129581,62358.1151575308,26282.8407033446,8004.20818396905,187737.295683371,69598.0118165511,5857.12082380693,31339.1797932786 -8724,33904.6106411607,62609.6303774436,25295.8829980737,7726.25737563608,182260.856906003,67783.5395431185,5637.61925489626,30542.9009533059 -8725,33463.3213843787,61511.0699616763,24951.0164078574,7632.9842742435,179894.266740891,66896.6485029732,5592.52616481456,30180.8390678835 -8726,33582.9038476896,60724.3052672415,25020.3346602313,7671.24677652713,180587.047024618,67093.3836526663,5657.37781337767,30318.7723612446 -8727,33358.0466124548,60595.4297333403,24613.0586777442,7570.05214817075,179287.135352609,66998.2632987446,5547.43307473286,30305.315754299 -8728,34021.4777575511,62538.9566617897,24914.8106996307,7683.91660295293,182914.201611018,68498.6903728956,5619.41232993064,31009.6849236875 -8729,33909.417633285,65610.1450663509,24338.3241295496,7558.12047085335,182190.51298013,68954.9649408774,5463.98659282519,31281.7113552985 -8730,33849.5554062193,65433.460726809,24117.9216255471,7518.11842851812,181967.548658061,68948.0949415681,5445.39175948062,31325.9343193861 -8731,33003.1395344501,63404.7096029404,23075.8239905226,7252.07323536781,177289.793440611,67821.5663872526,5218.37467555633,30911.7608788171 -8732,31331.2098949063,59583.1328041715,21401.4380181341,6806.17104003371,168288.905940215,64955.8789757904,4897.21969977237,29742.8527855754 -8733,29024.2639810363,56943.2619334168,19444.6064703844,6281.10114516796,155922.271779627,60510.5245298932,4601.55689582477,27929.3977690429 -8734,26725.8592250049,55395.715529726,18014.6506265222,5800.2541574382,143316.305274676,55814.1357639219,4231.97529478463,25732.23347638 -8735,23771.5380945583,51577.2566044948,17824.1957687988,5497.69141547667,127572.570378508,47506.1981232209,4148.140904498,21617.2027563715 -8736,22145.4996320665,47946.9145242192,18070.4938317075,5316.05058236408,119766.294876834,43205.2772030042,4011.14096143764,19196.8768906004 -8737,22687.4507361427,45544.008494426,18470.4506592451,5438.49521454128,122679.38829867,44303.5128605853,4100.92793733063,19691.8334220639 -8738,23831.4078187145,44208.4832376971,19659.7966455789,5763.11202175176,128865.989822387,46226.6193003081,4367.86309448585,20508.4434880557 -8739,25162.2539326517,43567.2232401012,20576.956092167,6053.73853812803,136090.41707188,49016.3109667184,4580.02124088051,21762.4978041782 -8740,31041.7668714146,43777.1657038907,25643.1053337395,7510.33489766895,167877.395026843,60131.8899104336,5700.11310973819,26628.6169281872 -8741,38696.7692117871,43518.3752440951,29806.9520422771,8952.95951377772,209181.8803479,77621.7881155832,6608.73512856306,34781.8978151673 -8742,39822.3075802208,43740.7896052914,31216.4169817538,9320.40511882253,215244.412156861,79238.9167938523,6925.07116653133,35452.5888913682 -8743,39507.4598643975,46403.5254868733,31651.4176692328,9372.58713481074,213494.456218081,77788.4376436188,7014.16984606246,34708.2543182442 -8744,37917.7941684444,49861.3405939519,29566.4197418966,8842.75070883572,204945.579984415,75644.7552950089,6553.87626407159,33871.1743789918 -8745,36232.7199214051,53224.5776833702,27866.1927271011,8375.90735974212,195844.428480424,72749.5250406206,6176.09234640247,32625.8450996072 -8746,34966.130317862,55241.8963018252,26840.2233666951,8069.31997248775,188985.112335446,70267.3114468163,5941.65953012503,31514.4221049277 -8747,33620.8995841973,56639.7806423322,25646.2380296106,7727.9249892956,181712.391667376,67759.5831844007,5675.93725823168,30417.4672449067 -8748,32677.0300111167,56955.7337300096,24683.0887200182,7464.75703903255,176626.073017098,66147.7987468637,5463.86096556794,29719.4121685504 -8749,32153.9803822143,55887.3135649521,24338.6015484886,7354.02910780611,173787.345151497,65016.0210909958,5387.33387382462,29199.5954216274 -8750,32163.4727590494,54577.7712934021,24394.0862988506,7365.79637701566,173833.599218346,64972.9990297171,5401.20020060522,29168.9546705409 -8751,31934.8542203355,54406.2836113843,24001.1383463935,7274.07629634994,172610.207036041,64769.8642379255,5319.29697891439,29106.7530549218 -8752,32630.4844027426,56504.6691597276,24294.2493729042,7386.05338933369,176349.034488053,66463.7111938706,5376.49976019869,29910.0958864838 -8753,32510.0601230467,60194.2524502437,23737.520243932,7269.74207567403,175685.69116547,66789.502817709,5249.96534501139,30130.1890949909 -8754,32470.8001225965,59338.8927233273,23514.967092329,7222.47054219746,175454.044083087,66943.0213822825,5196.31936578178,30230.1269686644 -8755,31530.9019240434,56067.1157780317,22496.1756454002,6952.3869832362,170385.111128457,65409.9990081522,4976.44117264679,29589.9272118324 -8756,29744.3180272417,52092.7589417274,20848.8454528323,6487.26531934128,160730.295729999,62147.3650955788,4611.31069649641,28163.617110754 -8757,27074.662913108,50492.2073773135,18903.7204931381,5888.85981753489,146278.607107788,56671.669190512,4173.81637328834,25704.3936222944 -8758,24681.3959119891,50760.3517601641,17519.9888307788,5420.26538047857,133386.609128032,51315.8497133588,3867.10156368412,23216.9437991122 -8759,22023.1938971775,49208.6480909424,17347.153614356,5165.43592027181,119054.438575816,43704.9775919698,3844.2204511704,19513.2333871907 diff --git a/tests/data/deflex_2014_de02_test_csv/general.csv b/tests/data/deflex_2014_de02_test_csv/general.csv deleted file mode 100644 index c1fe4c54..00000000 --- a/tests/data/deflex_2014_de02_test_csv/general.csv +++ /dev/null @@ -1,13 +0,0 @@ -key,value -year,2014 -number of time steps,8760 -co2 price,15.92 -name,deflex_2014_de02_heat_reg-merit -regions,2 -heat,true -group_transformer,false -copperplate,true -costs_source,ewi -use_variable_costs,true -use_downtime_factor,true -map,de02 diff --git a/tests/data/deflex_2014_de02_test_csv/mobility series.csv b/tests/data/deflex_2014_de02_test_csv/mobility series.csv deleted file mode 100644 index 1f9463b0..00000000 --- a/tests/data/deflex_2014_de02_test_csv/mobility series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -[MW],DE01,DE,DE -,electricity,diesel,petrol -0,0,47829.1416355684,26803.5332483478 -1,0,47829.1416355684,26803.5332483478 -2,0,47829.1416355684,26803.5332483478 -3,0,47829.1416355684,26803.5332483478 -4,0,47829.1416355684,26803.5332483478 -5,0,47829.1416355684,26803.5332483478 -6,0,47829.1416355684,26803.5332483478 -7,0,47829.1416355684,26803.5332483478 -8,0,47829.1416355684,26803.5332483478 -9,0,47829.1416355684,26803.5332483478 -10,0,47829.1416355684,26803.5332483478 -11,0,47829.1416355684,26803.5332483478 -12,0,47829.1416355684,26803.5332483478 -13,0,47829.1416355684,26803.5332483478 -14,0,47829.1416355684,26803.5332483478 -15,0,47829.1416355684,26803.5332483478 -16,0,47829.1416355684,26803.5332483478 -17,0,47829.1416355684,26803.5332483478 -18,0,47829.1416355684,26803.5332483478 -19,0,47829.1416355684,26803.5332483478 -20,0,47829.1416355684,26803.5332483478 -21,0,47829.1416355684,26803.5332483478 -22,0,47829.1416355684,26803.5332483478 -23,0,47829.1416355684,26803.5332483478 -24,0,47829.1416355684,26803.5332483478 -25,0,47829.1416355684,26803.5332483478 -26,0,47829.1416355684,26803.5332483478 -27,0,47829.1416355684,26803.5332483478 -28,0,47829.1416355684,26803.5332483478 -29,0,47829.1416355684,26803.5332483478 -30,0,47829.1416355684,26803.5332483478 -31,0,47829.1416355684,26803.5332483478 -32,0,47829.1416355684,26803.5332483478 -33,0,47829.1416355684,26803.5332483478 -34,0,47829.1416355684,26803.5332483478 -35,0,47829.1416355684,26803.5332483478 -36,0,47829.1416355684,26803.5332483478 -37,0,47829.1416355684,26803.5332483478 -38,0,47829.1416355684,26803.5332483478 -39,0,47829.1416355684,26803.5332483478 -40,0,47829.1416355684,26803.5332483478 -41,0,47829.1416355684,26803.5332483478 -42,0,47829.1416355684,26803.5332483478 -43,0,47829.1416355684,26803.5332483478 -44,0,47829.1416355684,26803.5332483478 -45,0,47829.1416355684,26803.5332483478 -46,0,47829.1416355684,26803.5332483478 -47,0,47829.1416355684,26803.5332483478 -48,0,47829.1416355684,26803.5332483478 -49,0,47829.1416355684,26803.5332483478 -50,0,47829.1416355684,26803.5332483478 -51,0,47829.1416355684,26803.5332483478 -52,0,47829.1416355684,26803.5332483478 -53,0,47829.1416355684,26803.5332483478 -54,0,47829.1416355684,26803.5332483478 -55,0,47829.1416355684,26803.5332483478 -56,0,47829.1416355684,26803.5332483478 -57,0,47829.1416355684,26803.5332483478 -58,0,47829.1416355684,26803.5332483478 -59,0,47829.1416355684,26803.5332483478 -60,0,47829.1416355684,26803.5332483478 -61,0,47829.1416355684,26803.5332483478 -62,0,47829.1416355684,26803.5332483478 -63,0,47829.1416355684,26803.5332483478 -64,0,47829.1416355684,26803.5332483478 -65,0,47829.1416355684,26803.5332483478 -66,0,47829.1416355684,26803.5332483478 -67,0,47829.1416355684,26803.5332483478 -68,0,47829.1416355684,26803.5332483478 -69,0,47829.1416355684,26803.5332483478 -70,0,47829.1416355684,26803.5332483478 -71,0,47829.1416355684,26803.5332483478 -72,0,47829.1416355684,26803.5332483478 -73,0,47829.1416355684,26803.5332483478 -74,0,47829.1416355684,26803.5332483478 -75,0,47829.1416355684,26803.5332483478 -76,0,47829.1416355684,26803.5332483478 -77,0,47829.1416355684,26803.5332483478 -78,0,47829.1416355684,26803.5332483478 -79,0,47829.1416355684,26803.5332483478 -80,0,47829.1416355684,26803.5332483478 -81,0,47829.1416355684,26803.5332483478 -82,0,47829.1416355684,26803.5332483478 -83,0,47829.1416355684,26803.5332483478 -84,0,47829.1416355684,26803.5332483478 -85,0,47829.1416355684,26803.5332483478 -86,0,47829.1416355684,26803.5332483478 -87,0,47829.1416355684,26803.5332483478 -88,0,47829.1416355684,26803.5332483478 -89,0,47829.1416355684,26803.5332483478 -90,0,47829.1416355684,26803.5332483478 -91,0,47829.1416355684,26803.5332483478 -92,0,47829.1416355684,26803.5332483478 -93,0,47829.1416355684,26803.5332483478 -94,0,47829.1416355684,26803.5332483478 -95,0,47829.1416355684,26803.5332483478 -96,0,47829.1416355684,26803.5332483478 -97,0,47829.1416355684,26803.5332483478 -98,0,47829.1416355684,26803.5332483478 -99,0,47829.1416355684,26803.5332483478 -100,0,47829.1416355684,26803.5332483478 -101,0,47829.1416355684,26803.5332483478 -102,0,47829.1416355684,26803.5332483478 -103,0,47829.1416355684,26803.5332483478 -104,0,47829.1416355684,26803.5332483478 -105,0,47829.1416355684,26803.5332483478 -106,0,47829.1416355684,26803.5332483478 -107,0,47829.1416355684,26803.5332483478 -108,0,47829.1416355684,26803.5332483478 -109,0,47829.1416355684,26803.5332483478 -110,0,47829.1416355684,26803.5332483478 -111,0,47829.1416355684,26803.5332483478 -112,0,47829.1416355684,26803.5332483478 -113,0,47829.1416355684,26803.5332483478 -114,0,47829.1416355684,26803.5332483478 -115,0,47829.1416355684,26803.5332483478 -116,0,47829.1416355684,26803.5332483478 -117,0,47829.1416355684,26803.5332483478 -118,0,47829.1416355684,26803.5332483478 -119,0,47829.1416355684,26803.5332483478 -120,0,47829.1416355684,26803.5332483478 -121,0,47829.1416355684,26803.5332483478 -122,0,47829.1416355684,26803.5332483478 -123,0,47829.1416355684,26803.5332483478 -124,0,47829.1416355684,26803.5332483478 -125,0,47829.1416355684,26803.5332483478 -126,0,47829.1416355684,26803.5332483478 -127,0,47829.1416355684,26803.5332483478 -128,0,47829.1416355684,26803.5332483478 -129,0,47829.1416355684,26803.5332483478 -130,0,47829.1416355684,26803.5332483478 -131,0,47829.1416355684,26803.5332483478 -132,0,47829.1416355684,26803.5332483478 -133,0,47829.1416355684,26803.5332483478 -134,0,47829.1416355684,26803.5332483478 -135,0,47829.1416355684,26803.5332483478 -136,0,47829.1416355684,26803.5332483478 -137,0,47829.1416355684,26803.5332483478 -138,0,47829.1416355684,26803.5332483478 -139,0,47829.1416355684,26803.5332483478 -140,0,47829.1416355684,26803.5332483478 -141,0,47829.1416355684,26803.5332483478 -142,0,47829.1416355684,26803.5332483478 -143,0,47829.1416355684,26803.5332483478 -144,0,47829.1416355684,26803.5332483478 -145,0,47829.1416355684,26803.5332483478 -146,0,47829.1416355684,26803.5332483478 -147,0,47829.1416355684,26803.5332483478 -148,0,47829.1416355684,26803.5332483478 -149,0,47829.1416355684,26803.5332483478 -150,0,47829.1416355684,26803.5332483478 -151,0,47829.1416355684,26803.5332483478 -152,0,47829.1416355684,26803.5332483478 -153,0,47829.1416355684,26803.5332483478 -154,0,47829.1416355684,26803.5332483478 -155,0,47829.1416355684,26803.5332483478 -156,0,47829.1416355684,26803.5332483478 -157,0,47829.1416355684,26803.5332483478 -158,0,47829.1416355684,26803.5332483478 -159,0,47829.1416355684,26803.5332483478 -160,0,47829.1416355684,26803.5332483478 -161,0,47829.1416355684,26803.5332483478 -162,0,47829.1416355684,26803.5332483478 -163,0,47829.1416355684,26803.5332483478 -164,0,47829.1416355684,26803.5332483478 -165,0,47829.1416355684,26803.5332483478 -166,0,47829.1416355684,26803.5332483478 -167,0,47829.1416355684,26803.5332483478 -168,0,47829.1416355684,26803.5332483478 -169,0,47829.1416355684,26803.5332483478 -170,0,47829.1416355684,26803.5332483478 -171,0,47829.1416355684,26803.5332483478 -172,0,47829.1416355684,26803.5332483478 -173,0,47829.1416355684,26803.5332483478 -174,0,47829.1416355684,26803.5332483478 -175,0,47829.1416355684,26803.5332483478 -176,0,47829.1416355684,26803.5332483478 -177,0,47829.1416355684,26803.5332483478 -178,0,47829.1416355684,26803.5332483478 -179,0,47829.1416355684,26803.5332483478 -180,0,47829.1416355684,26803.5332483478 -181,0,47829.1416355684,26803.5332483478 -182,0,47829.1416355684,26803.5332483478 -183,0,47829.1416355684,26803.5332483478 -184,0,47829.1416355684,26803.5332483478 -185,0,47829.1416355684,26803.5332483478 -186,0,47829.1416355684,26803.5332483478 -187,0,47829.1416355684,26803.5332483478 -188,0,47829.1416355684,26803.5332483478 -189,0,47829.1416355684,26803.5332483478 -190,0,47829.1416355684,26803.5332483478 -191,0,47829.1416355684,26803.5332483478 -192,0,47829.1416355684,26803.5332483478 -193,0,47829.1416355684,26803.5332483478 -194,0,47829.1416355684,26803.5332483478 -195,0,47829.1416355684,26803.5332483478 -196,0,47829.1416355684,26803.5332483478 -197,0,47829.1416355684,26803.5332483478 -198,0,47829.1416355684,26803.5332483478 -199,0,47829.1416355684,26803.5332483478 -200,0,47829.1416355684,26803.5332483478 -201,0,47829.1416355684,26803.5332483478 -202,0,47829.1416355684,26803.5332483478 -203,0,47829.1416355684,26803.5332483478 -204,0,47829.1416355684,26803.5332483478 -205,0,47829.1416355684,26803.5332483478 -206,0,47829.1416355684,26803.5332483478 -207,0,47829.1416355684,26803.5332483478 -208,0,47829.1416355684,26803.5332483478 -209,0,47829.1416355684,26803.5332483478 -210,0,47829.1416355684,26803.5332483478 -211,0,47829.1416355684,26803.5332483478 -212,0,47829.1416355684,26803.5332483478 -213,0,47829.1416355684,26803.5332483478 -214,0,47829.1416355684,26803.5332483478 -215,0,47829.1416355684,26803.5332483478 -216,0,47829.1416355684,26803.5332483478 -217,0,47829.1416355684,26803.5332483478 -218,0,47829.1416355684,26803.5332483478 -219,0,47829.1416355684,26803.5332483478 -220,0,47829.1416355684,26803.5332483478 -221,0,47829.1416355684,26803.5332483478 -222,0,47829.1416355684,26803.5332483478 -223,0,47829.1416355684,26803.5332483478 -224,0,47829.1416355684,26803.5332483478 -225,0,47829.1416355684,26803.5332483478 -226,0,47829.1416355684,26803.5332483478 -227,0,47829.1416355684,26803.5332483478 -228,0,47829.1416355684,26803.5332483478 -229,0,47829.1416355684,26803.5332483478 -230,0,47829.1416355684,26803.5332483478 -231,0,47829.1416355684,26803.5332483478 -232,0,47829.1416355684,26803.5332483478 -233,0,47829.1416355684,26803.5332483478 -234,0,47829.1416355684,26803.5332483478 -235,0,47829.1416355684,26803.5332483478 -236,0,47829.1416355684,26803.5332483478 -237,0,47829.1416355684,26803.5332483478 -238,0,47829.1416355684,26803.5332483478 -239,0,47829.1416355684,26803.5332483478 -240,0,47829.1416355684,26803.5332483478 -241,0,47829.1416355684,26803.5332483478 -242,0,47829.1416355684,26803.5332483478 -243,0,47829.1416355684,26803.5332483478 -244,0,47829.1416355684,26803.5332483478 -245,0,47829.1416355684,26803.5332483478 -246,0,47829.1416355684,26803.5332483478 -247,0,47829.1416355684,26803.5332483478 -248,0,47829.1416355684,26803.5332483478 -249,0,47829.1416355684,26803.5332483478 -250,0,47829.1416355684,26803.5332483478 -251,0,47829.1416355684,26803.5332483478 -252,0,47829.1416355684,26803.5332483478 -253,0,47829.1416355684,26803.5332483478 -254,0,47829.1416355684,26803.5332483478 -255,0,47829.1416355684,26803.5332483478 -256,0,47829.1416355684,26803.5332483478 -257,0,47829.1416355684,26803.5332483478 -258,0,47829.1416355684,26803.5332483478 -259,0,47829.1416355684,26803.5332483478 -260,0,47829.1416355684,26803.5332483478 -261,0,47829.1416355684,26803.5332483478 -262,0,47829.1416355684,26803.5332483478 -263,0,47829.1416355684,26803.5332483478 -264,0,47829.1416355684,26803.5332483478 -265,0,47829.1416355684,26803.5332483478 -266,0,47829.1416355684,26803.5332483478 -267,0,47829.1416355684,26803.5332483478 -268,0,47829.1416355684,26803.5332483478 -269,0,47829.1416355684,26803.5332483478 -270,0,47829.1416355684,26803.5332483478 -271,0,47829.1416355684,26803.5332483478 -272,0,47829.1416355684,26803.5332483478 -273,0,47829.1416355684,26803.5332483478 -274,0,47829.1416355684,26803.5332483478 -275,0,47829.1416355684,26803.5332483478 -276,0,47829.1416355684,26803.5332483478 -277,0,47829.1416355684,26803.5332483478 -278,0,47829.1416355684,26803.5332483478 -279,0,47829.1416355684,26803.5332483478 -280,0,47829.1416355684,26803.5332483478 -281,0,47829.1416355684,26803.5332483478 -282,0,47829.1416355684,26803.5332483478 -283,0,47829.1416355684,26803.5332483478 -284,0,47829.1416355684,26803.5332483478 -285,0,47829.1416355684,26803.5332483478 -286,0,47829.1416355684,26803.5332483478 -287,0,47829.1416355684,26803.5332483478 -288,0,47829.1416355684,26803.5332483478 -289,0,47829.1416355684,26803.5332483478 -290,0,47829.1416355684,26803.5332483478 -291,0,47829.1416355684,26803.5332483478 -292,0,47829.1416355684,26803.5332483478 -293,0,47829.1416355684,26803.5332483478 -294,0,47829.1416355684,26803.5332483478 -295,0,47829.1416355684,26803.5332483478 -296,0,47829.1416355684,26803.5332483478 -297,0,47829.1416355684,26803.5332483478 -298,0,47829.1416355684,26803.5332483478 -299,0,47829.1416355684,26803.5332483478 -300,0,47829.1416355684,26803.5332483478 -301,0,47829.1416355684,26803.5332483478 -302,0,47829.1416355684,26803.5332483478 -303,0,47829.1416355684,26803.5332483478 -304,0,47829.1416355684,26803.5332483478 -305,0,47829.1416355684,26803.5332483478 -306,0,47829.1416355684,26803.5332483478 -307,0,47829.1416355684,26803.5332483478 -308,0,47829.1416355684,26803.5332483478 -309,0,47829.1416355684,26803.5332483478 -310,0,47829.1416355684,26803.5332483478 -311,0,47829.1416355684,26803.5332483478 -312,0,47829.1416355684,26803.5332483478 -313,0,47829.1416355684,26803.5332483478 -314,0,47829.1416355684,26803.5332483478 -315,0,47829.1416355684,26803.5332483478 -316,0,47829.1416355684,26803.5332483478 -317,0,47829.1416355684,26803.5332483478 -318,0,47829.1416355684,26803.5332483478 -319,0,47829.1416355684,26803.5332483478 -320,0,47829.1416355684,26803.5332483478 -321,0,47829.1416355684,26803.5332483478 -322,0,47829.1416355684,26803.5332483478 -323,0,47829.1416355684,26803.5332483478 -324,0,47829.1416355684,26803.5332483478 -325,0,47829.1416355684,26803.5332483478 -326,0,47829.1416355684,26803.5332483478 -327,0,47829.1416355684,26803.5332483478 -328,0,47829.1416355684,26803.5332483478 -329,0,47829.1416355684,26803.5332483478 -330,0,47829.1416355684,26803.5332483478 -331,0,47829.1416355684,26803.5332483478 -332,0,47829.1416355684,26803.5332483478 -333,0,47829.1416355684,26803.5332483478 -334,0,47829.1416355684,26803.5332483478 -335,0,47829.1416355684,26803.5332483478 -336,0,47829.1416355684,26803.5332483478 -337,0,47829.1416355684,26803.5332483478 -338,0,47829.1416355684,26803.5332483478 -339,0,47829.1416355684,26803.5332483478 -340,0,47829.1416355684,26803.5332483478 -341,0,47829.1416355684,26803.5332483478 -342,0,47829.1416355684,26803.5332483478 -343,0,47829.1416355684,26803.5332483478 -344,0,47829.1416355684,26803.5332483478 -345,0,47829.1416355684,26803.5332483478 -346,0,47829.1416355684,26803.5332483478 -347,0,47829.1416355684,26803.5332483478 -348,0,47829.1416355684,26803.5332483478 -349,0,47829.1416355684,26803.5332483478 -350,0,47829.1416355684,26803.5332483478 -351,0,47829.1416355684,26803.5332483478 -352,0,47829.1416355684,26803.5332483478 -353,0,47829.1416355684,26803.5332483478 -354,0,47829.1416355684,26803.5332483478 -355,0,47829.1416355684,26803.5332483478 -356,0,47829.1416355684,26803.5332483478 -357,0,47829.1416355684,26803.5332483478 -358,0,47829.1416355684,26803.5332483478 -359,0,47829.1416355684,26803.5332483478 -360,0,47829.1416355684,26803.5332483478 -361,0,47829.1416355684,26803.5332483478 -362,0,47829.1416355684,26803.5332483478 -363,0,47829.1416355684,26803.5332483478 -364,0,47829.1416355684,26803.5332483478 -365,0,47829.1416355684,26803.5332483478 -366,0,47829.1416355684,26803.5332483478 -367,0,47829.1416355684,26803.5332483478 -368,0,47829.1416355684,26803.5332483478 -369,0,47829.1416355684,26803.5332483478 -370,0,47829.1416355684,26803.5332483478 -371,0,47829.1416355684,26803.5332483478 -372,0,47829.1416355684,26803.5332483478 -373,0,47829.1416355684,26803.5332483478 -374,0,47829.1416355684,26803.5332483478 -375,0,47829.1416355684,26803.5332483478 -376,0,47829.1416355684,26803.5332483478 -377,0,47829.1416355684,26803.5332483478 -378,0,47829.1416355684,26803.5332483478 -379,0,47829.1416355684,26803.5332483478 -380,0,47829.1416355684,26803.5332483478 -381,0,47829.1416355684,26803.5332483478 -382,0,47829.1416355684,26803.5332483478 -383,0,47829.1416355684,26803.5332483478 -384,0,47829.1416355684,26803.5332483478 -385,0,47829.1416355684,26803.5332483478 -386,0,47829.1416355684,26803.5332483478 -387,0,47829.1416355684,26803.5332483478 -388,0,47829.1416355684,26803.5332483478 -389,0,47829.1416355684,26803.5332483478 -390,0,47829.1416355684,26803.5332483478 -391,0,47829.1416355684,26803.5332483478 -392,0,47829.1416355684,26803.5332483478 -393,0,47829.1416355684,26803.5332483478 -394,0,47829.1416355684,26803.5332483478 -395,0,47829.1416355684,26803.5332483478 -396,0,47829.1416355684,26803.5332483478 -397,0,47829.1416355684,26803.5332483478 -398,0,47829.1416355684,26803.5332483478 -399,0,47829.1416355684,26803.5332483478 -400,0,47829.1416355684,26803.5332483478 -401,0,47829.1416355684,26803.5332483478 -402,0,47829.1416355684,26803.5332483478 -403,0,47829.1416355684,26803.5332483478 -404,0,47829.1416355684,26803.5332483478 -405,0,47829.1416355684,26803.5332483478 -406,0,47829.1416355684,26803.5332483478 -407,0,47829.1416355684,26803.5332483478 -408,0,47829.1416355684,26803.5332483478 -409,0,47829.1416355684,26803.5332483478 -410,0,47829.1416355684,26803.5332483478 -411,0,47829.1416355684,26803.5332483478 -412,0,47829.1416355684,26803.5332483478 -413,0,47829.1416355684,26803.5332483478 -414,0,47829.1416355684,26803.5332483478 -415,0,47829.1416355684,26803.5332483478 -416,0,47829.1416355684,26803.5332483478 -417,0,47829.1416355684,26803.5332483478 -418,0,47829.1416355684,26803.5332483478 -419,0,47829.1416355684,26803.5332483478 -420,0,47829.1416355684,26803.5332483478 -421,0,47829.1416355684,26803.5332483478 -422,0,47829.1416355684,26803.5332483478 -423,0,47829.1416355684,26803.5332483478 -424,0,47829.1416355684,26803.5332483478 -425,0,47829.1416355684,26803.5332483478 -426,0,47829.1416355684,26803.5332483478 -427,0,47829.1416355684,26803.5332483478 -428,0,47829.1416355684,26803.5332483478 -429,0,47829.1416355684,26803.5332483478 -430,0,47829.1416355684,26803.5332483478 -431,0,47829.1416355684,26803.5332483478 -432,0,47829.1416355684,26803.5332483478 -433,0,47829.1416355684,26803.5332483478 -434,0,47829.1416355684,26803.5332483478 -435,0,47829.1416355684,26803.5332483478 -436,0,47829.1416355684,26803.5332483478 -437,0,47829.1416355684,26803.5332483478 -438,0,47829.1416355684,26803.5332483478 -439,0,47829.1416355684,26803.5332483478 -440,0,47829.1416355684,26803.5332483478 -441,0,47829.1416355684,26803.5332483478 -442,0,47829.1416355684,26803.5332483478 -443,0,47829.1416355684,26803.5332483478 -444,0,47829.1416355684,26803.5332483478 -445,0,47829.1416355684,26803.5332483478 -446,0,47829.1416355684,26803.5332483478 -447,0,47829.1416355684,26803.5332483478 -448,0,47829.1416355684,26803.5332483478 -449,0,47829.1416355684,26803.5332483478 -450,0,47829.1416355684,26803.5332483478 -451,0,47829.1416355684,26803.5332483478 -452,0,47829.1416355684,26803.5332483478 -453,0,47829.1416355684,26803.5332483478 -454,0,47829.1416355684,26803.5332483478 -455,0,47829.1416355684,26803.5332483478 -456,0,47829.1416355684,26803.5332483478 -457,0,47829.1416355684,26803.5332483478 -458,0,47829.1416355684,26803.5332483478 -459,0,47829.1416355684,26803.5332483478 -460,0,47829.1416355684,26803.5332483478 -461,0,47829.1416355684,26803.5332483478 -462,0,47829.1416355684,26803.5332483478 -463,0,47829.1416355684,26803.5332483478 -464,0,47829.1416355684,26803.5332483478 -465,0,47829.1416355684,26803.5332483478 -466,0,47829.1416355684,26803.5332483478 -467,0,47829.1416355684,26803.5332483478 -468,0,47829.1416355684,26803.5332483478 -469,0,47829.1416355684,26803.5332483478 -470,0,47829.1416355684,26803.5332483478 -471,0,47829.1416355684,26803.5332483478 -472,0,47829.1416355684,26803.5332483478 -473,0,47829.1416355684,26803.5332483478 -474,0,47829.1416355684,26803.5332483478 -475,0,47829.1416355684,26803.5332483478 -476,0,47829.1416355684,26803.5332483478 -477,0,47829.1416355684,26803.5332483478 -478,0,47829.1416355684,26803.5332483478 -479,0,47829.1416355684,26803.5332483478 -480,0,47829.1416355684,26803.5332483478 -481,0,47829.1416355684,26803.5332483478 -482,0,47829.1416355684,26803.5332483478 -483,0,47829.1416355684,26803.5332483478 -484,0,47829.1416355684,26803.5332483478 -485,0,47829.1416355684,26803.5332483478 -486,0,47829.1416355684,26803.5332483478 -487,0,47829.1416355684,26803.5332483478 -488,0,47829.1416355684,26803.5332483478 -489,0,47829.1416355684,26803.5332483478 -490,0,47829.1416355684,26803.5332483478 -491,0,47829.1416355684,26803.5332483478 -492,0,47829.1416355684,26803.5332483478 -493,0,47829.1416355684,26803.5332483478 -494,0,47829.1416355684,26803.5332483478 -495,0,47829.1416355684,26803.5332483478 -496,0,47829.1416355684,26803.5332483478 -497,0,47829.1416355684,26803.5332483478 -498,0,47829.1416355684,26803.5332483478 -499,0,47829.1416355684,26803.5332483478 -500,0,47829.1416355684,26803.5332483478 -501,0,47829.1416355684,26803.5332483478 -502,0,47829.1416355684,26803.5332483478 -503,0,47829.1416355684,26803.5332483478 -504,0,47829.1416355684,26803.5332483478 -505,0,47829.1416355684,26803.5332483478 -506,0,47829.1416355684,26803.5332483478 -507,0,47829.1416355684,26803.5332483478 -508,0,47829.1416355684,26803.5332483478 -509,0,47829.1416355684,26803.5332483478 -510,0,47829.1416355684,26803.5332483478 -511,0,47829.1416355684,26803.5332483478 -512,0,47829.1416355684,26803.5332483478 -513,0,47829.1416355684,26803.5332483478 -514,0,47829.1416355684,26803.5332483478 -515,0,47829.1416355684,26803.5332483478 -516,0,47829.1416355684,26803.5332483478 -517,0,47829.1416355684,26803.5332483478 -518,0,47829.1416355684,26803.5332483478 -519,0,47829.1416355684,26803.5332483478 -520,0,47829.1416355684,26803.5332483478 -521,0,47829.1416355684,26803.5332483478 -522,0,47829.1416355684,26803.5332483478 -523,0,47829.1416355684,26803.5332483478 -524,0,47829.1416355684,26803.5332483478 -525,0,47829.1416355684,26803.5332483478 -526,0,47829.1416355684,26803.5332483478 -527,0,47829.1416355684,26803.5332483478 -528,0,47829.1416355684,26803.5332483478 -529,0,47829.1416355684,26803.5332483478 -530,0,47829.1416355684,26803.5332483478 -531,0,47829.1416355684,26803.5332483478 -532,0,47829.1416355684,26803.5332483478 -533,0,47829.1416355684,26803.5332483478 -534,0,47829.1416355684,26803.5332483478 -535,0,47829.1416355684,26803.5332483478 -536,0,47829.1416355684,26803.5332483478 -537,0,47829.1416355684,26803.5332483478 -538,0,47829.1416355684,26803.5332483478 -539,0,47829.1416355684,26803.5332483478 -540,0,47829.1416355684,26803.5332483478 -541,0,47829.1416355684,26803.5332483478 -542,0,47829.1416355684,26803.5332483478 -543,0,47829.1416355684,26803.5332483478 -544,0,47829.1416355684,26803.5332483478 -545,0,47829.1416355684,26803.5332483478 -546,0,47829.1416355684,26803.5332483478 -547,0,47829.1416355684,26803.5332483478 -548,0,47829.1416355684,26803.5332483478 -549,0,47829.1416355684,26803.5332483478 -550,0,47829.1416355684,26803.5332483478 -551,0,47829.1416355684,26803.5332483478 -552,0,47829.1416355684,26803.5332483478 -553,0,47829.1416355684,26803.5332483478 -554,0,47829.1416355684,26803.5332483478 -555,0,47829.1416355684,26803.5332483478 -556,0,47829.1416355684,26803.5332483478 -557,0,47829.1416355684,26803.5332483478 -558,0,47829.1416355684,26803.5332483478 -559,0,47829.1416355684,26803.5332483478 -560,0,47829.1416355684,26803.5332483478 -561,0,47829.1416355684,26803.5332483478 -562,0,47829.1416355684,26803.5332483478 -563,0,47829.1416355684,26803.5332483478 -564,0,47829.1416355684,26803.5332483478 -565,0,47829.1416355684,26803.5332483478 -566,0,47829.1416355684,26803.5332483478 -567,0,47829.1416355684,26803.5332483478 -568,0,47829.1416355684,26803.5332483478 -569,0,47829.1416355684,26803.5332483478 -570,0,47829.1416355684,26803.5332483478 -571,0,47829.1416355684,26803.5332483478 -572,0,47829.1416355684,26803.5332483478 -573,0,47829.1416355684,26803.5332483478 -574,0,47829.1416355684,26803.5332483478 -575,0,47829.1416355684,26803.5332483478 -576,0,47829.1416355684,26803.5332483478 -577,0,47829.1416355684,26803.5332483478 -578,0,47829.1416355684,26803.5332483478 -579,0,47829.1416355684,26803.5332483478 -580,0,47829.1416355684,26803.5332483478 -581,0,47829.1416355684,26803.5332483478 -582,0,47829.1416355684,26803.5332483478 -583,0,47829.1416355684,26803.5332483478 -584,0,47829.1416355684,26803.5332483478 -585,0,47829.1416355684,26803.5332483478 -586,0,47829.1416355684,26803.5332483478 -587,0,47829.1416355684,26803.5332483478 -588,0,47829.1416355684,26803.5332483478 -589,0,47829.1416355684,26803.5332483478 -590,0,47829.1416355684,26803.5332483478 -591,0,47829.1416355684,26803.5332483478 -592,0,47829.1416355684,26803.5332483478 -593,0,47829.1416355684,26803.5332483478 -594,0,47829.1416355684,26803.5332483478 -595,0,47829.1416355684,26803.5332483478 -596,0,47829.1416355684,26803.5332483478 -597,0,47829.1416355684,26803.5332483478 -598,0,47829.1416355684,26803.5332483478 -599,0,47829.1416355684,26803.5332483478 -600,0,47829.1416355684,26803.5332483478 -601,0,47829.1416355684,26803.5332483478 -602,0,47829.1416355684,26803.5332483478 -603,0,47829.1416355684,26803.5332483478 -604,0,47829.1416355684,26803.5332483478 -605,0,47829.1416355684,26803.5332483478 -606,0,47829.1416355684,26803.5332483478 -607,0,47829.1416355684,26803.5332483478 -608,0,47829.1416355684,26803.5332483478 -609,0,47829.1416355684,26803.5332483478 -610,0,47829.1416355684,26803.5332483478 -611,0,47829.1416355684,26803.5332483478 -612,0,47829.1416355684,26803.5332483478 -613,0,47829.1416355684,26803.5332483478 -614,0,47829.1416355684,26803.5332483478 -615,0,47829.1416355684,26803.5332483478 -616,0,47829.1416355684,26803.5332483478 -617,0,47829.1416355684,26803.5332483478 -618,0,47829.1416355684,26803.5332483478 -619,0,47829.1416355684,26803.5332483478 -620,0,47829.1416355684,26803.5332483478 -621,0,47829.1416355684,26803.5332483478 -622,0,47829.1416355684,26803.5332483478 -623,0,47829.1416355684,26803.5332483478 -624,0,47829.1416355684,26803.5332483478 -625,0,47829.1416355684,26803.5332483478 -626,0,47829.1416355684,26803.5332483478 -627,0,47829.1416355684,26803.5332483478 -628,0,47829.1416355684,26803.5332483478 -629,0,47829.1416355684,26803.5332483478 -630,0,47829.1416355684,26803.5332483478 -631,0,47829.1416355684,26803.5332483478 -632,0,47829.1416355684,26803.5332483478 -633,0,47829.1416355684,26803.5332483478 -634,0,47829.1416355684,26803.5332483478 -635,0,47829.1416355684,26803.5332483478 -636,0,47829.1416355684,26803.5332483478 -637,0,47829.1416355684,26803.5332483478 -638,0,47829.1416355684,26803.5332483478 -639,0,47829.1416355684,26803.5332483478 -640,0,47829.1416355684,26803.5332483478 -641,0,47829.1416355684,26803.5332483478 -642,0,47829.1416355684,26803.5332483478 -643,0,47829.1416355684,26803.5332483478 -644,0,47829.1416355684,26803.5332483478 -645,0,47829.1416355684,26803.5332483478 -646,0,47829.1416355684,26803.5332483478 -647,0,47829.1416355684,26803.5332483478 -648,0,47829.1416355684,26803.5332483478 -649,0,47829.1416355684,26803.5332483478 -650,0,47829.1416355684,26803.5332483478 -651,0,47829.1416355684,26803.5332483478 -652,0,47829.1416355684,26803.5332483478 -653,0,47829.1416355684,26803.5332483478 -654,0,47829.1416355684,26803.5332483478 -655,0,47829.1416355684,26803.5332483478 -656,0,47829.1416355684,26803.5332483478 -657,0,47829.1416355684,26803.5332483478 -658,0,47829.1416355684,26803.5332483478 -659,0,47829.1416355684,26803.5332483478 -660,0,47829.1416355684,26803.5332483478 -661,0,47829.1416355684,26803.5332483478 -662,0,47829.1416355684,26803.5332483478 -663,0,47829.1416355684,26803.5332483478 -664,0,47829.1416355684,26803.5332483478 -665,0,47829.1416355684,26803.5332483478 -666,0,47829.1416355684,26803.5332483478 -667,0,47829.1416355684,26803.5332483478 -668,0,47829.1416355684,26803.5332483478 -669,0,47829.1416355684,26803.5332483478 -670,0,47829.1416355684,26803.5332483478 -671,0,47829.1416355684,26803.5332483478 -672,0,47829.1416355684,26803.5332483478 -673,0,47829.1416355684,26803.5332483478 -674,0,47829.1416355684,26803.5332483478 -675,0,47829.1416355684,26803.5332483478 -676,0,47829.1416355684,26803.5332483478 -677,0,47829.1416355684,26803.5332483478 -678,0,47829.1416355684,26803.5332483478 -679,0,47829.1416355684,26803.5332483478 -680,0,47829.1416355684,26803.5332483478 -681,0,47829.1416355684,26803.5332483478 -682,0,47829.1416355684,26803.5332483478 -683,0,47829.1416355684,26803.5332483478 -684,0,47829.1416355684,26803.5332483478 -685,0,47829.1416355684,26803.5332483478 -686,0,47829.1416355684,26803.5332483478 -687,0,47829.1416355684,26803.5332483478 -688,0,47829.1416355684,26803.5332483478 -689,0,47829.1416355684,26803.5332483478 -690,0,47829.1416355684,26803.5332483478 -691,0,47829.1416355684,26803.5332483478 -692,0,47829.1416355684,26803.5332483478 -693,0,47829.1416355684,26803.5332483478 -694,0,47829.1416355684,26803.5332483478 -695,0,47829.1416355684,26803.5332483478 -696,0,47829.1416355684,26803.5332483478 -697,0,47829.1416355684,26803.5332483478 -698,0,47829.1416355684,26803.5332483478 -699,0,47829.1416355684,26803.5332483478 -700,0,47829.1416355684,26803.5332483478 -701,0,47829.1416355684,26803.5332483478 -702,0,47829.1416355684,26803.5332483478 -703,0,47829.1416355684,26803.5332483478 -704,0,47829.1416355684,26803.5332483478 -705,0,47829.1416355684,26803.5332483478 -706,0,47829.1416355684,26803.5332483478 -707,0,47829.1416355684,26803.5332483478 -708,0,47829.1416355684,26803.5332483478 -709,0,47829.1416355684,26803.5332483478 -710,0,47829.1416355684,26803.5332483478 -711,0,47829.1416355684,26803.5332483478 -712,0,47829.1416355684,26803.5332483478 -713,0,47829.1416355684,26803.5332483478 -714,0,47829.1416355684,26803.5332483478 -715,0,47829.1416355684,26803.5332483478 -716,0,47829.1416355684,26803.5332483478 -717,0,47829.1416355684,26803.5332483478 -718,0,47829.1416355684,26803.5332483478 -719,0,47829.1416355684,26803.5332483478 -720,0,47829.1416355684,26803.5332483478 -721,0,47829.1416355684,26803.5332483478 -722,0,47829.1416355684,26803.5332483478 -723,0,47829.1416355684,26803.5332483478 -724,0,47829.1416355684,26803.5332483478 -725,0,47829.1416355684,26803.5332483478 -726,0,47829.1416355684,26803.5332483478 -727,0,47829.1416355684,26803.5332483478 -728,0,47829.1416355684,26803.5332483478 -729,0,47829.1416355684,26803.5332483478 -730,0,47829.1416355684,26803.5332483478 -731,0,47829.1416355684,26803.5332483478 -732,0,47829.1416355684,26803.5332483478 -733,0,47829.1416355684,26803.5332483478 -734,0,47829.1416355684,26803.5332483478 -735,0,47829.1416355684,26803.5332483478 -736,0,47829.1416355684,26803.5332483478 -737,0,47829.1416355684,26803.5332483478 -738,0,47829.1416355684,26803.5332483478 -739,0,47829.1416355684,26803.5332483478 -740,0,47829.1416355684,26803.5332483478 -741,0,47829.1416355684,26803.5332483478 -742,0,47829.1416355684,26803.5332483478 -743,0,47829.1416355684,26803.5332483478 -744,0,47829.1416355684,26803.5332483478 -745,0,47829.1416355684,26803.5332483478 -746,0,47829.1416355684,26803.5332483478 -747,0,47829.1416355684,26803.5332483478 -748,0,47829.1416355684,26803.5332483478 -749,0,47829.1416355684,26803.5332483478 -750,0,47829.1416355684,26803.5332483478 -751,0,47829.1416355684,26803.5332483478 -752,0,47829.1416355684,26803.5332483478 -753,0,47829.1416355684,26803.5332483478 -754,0,47829.1416355684,26803.5332483478 -755,0,47829.1416355684,26803.5332483478 -756,0,47829.1416355684,26803.5332483478 -757,0,47829.1416355684,26803.5332483478 -758,0,47829.1416355684,26803.5332483478 -759,0,47829.1416355684,26803.5332483478 -760,0,47829.1416355684,26803.5332483478 -761,0,47829.1416355684,26803.5332483478 -762,0,47829.1416355684,26803.5332483478 -763,0,47829.1416355684,26803.5332483478 -764,0,47829.1416355684,26803.5332483478 -765,0,47829.1416355684,26803.5332483478 -766,0,47829.1416355684,26803.5332483478 -767,0,47829.1416355684,26803.5332483478 -768,0,47829.1416355684,26803.5332483478 -769,0,47829.1416355684,26803.5332483478 -770,0,47829.1416355684,26803.5332483478 -771,0,47829.1416355684,26803.5332483478 -772,0,47829.1416355684,26803.5332483478 -773,0,47829.1416355684,26803.5332483478 -774,0,47829.1416355684,26803.5332483478 -775,0,47829.1416355684,26803.5332483478 -776,0,47829.1416355684,26803.5332483478 -777,0,47829.1416355684,26803.5332483478 -778,0,47829.1416355684,26803.5332483478 -779,0,47829.1416355684,26803.5332483478 -780,0,47829.1416355684,26803.5332483478 -781,0,47829.1416355684,26803.5332483478 -782,0,47829.1416355684,26803.5332483478 -783,0,47829.1416355684,26803.5332483478 -784,0,47829.1416355684,26803.5332483478 -785,0,47829.1416355684,26803.5332483478 -786,0,47829.1416355684,26803.5332483478 -787,0,47829.1416355684,26803.5332483478 -788,0,47829.1416355684,26803.5332483478 -789,0,47829.1416355684,26803.5332483478 -790,0,47829.1416355684,26803.5332483478 -791,0,47829.1416355684,26803.5332483478 -792,0,47829.1416355684,26803.5332483478 -793,0,47829.1416355684,26803.5332483478 -794,0,47829.1416355684,26803.5332483478 -795,0,47829.1416355684,26803.5332483478 -796,0,47829.1416355684,26803.5332483478 -797,0,47829.1416355684,26803.5332483478 -798,0,47829.1416355684,26803.5332483478 -799,0,47829.1416355684,26803.5332483478 -800,0,47829.1416355684,26803.5332483478 -801,0,47829.1416355684,26803.5332483478 -802,0,47829.1416355684,26803.5332483478 -803,0,47829.1416355684,26803.5332483478 -804,0,47829.1416355684,26803.5332483478 -805,0,47829.1416355684,26803.5332483478 -806,0,47829.1416355684,26803.5332483478 -807,0,47829.1416355684,26803.5332483478 -808,0,47829.1416355684,26803.5332483478 -809,0,47829.1416355684,26803.5332483478 -810,0,47829.1416355684,26803.5332483478 -811,0,47829.1416355684,26803.5332483478 -812,0,47829.1416355684,26803.5332483478 -813,0,47829.1416355684,26803.5332483478 -814,0,47829.1416355684,26803.5332483478 -815,0,47829.1416355684,26803.5332483478 -816,0,47829.1416355684,26803.5332483478 -817,0,47829.1416355684,26803.5332483478 -818,0,47829.1416355684,26803.5332483478 -819,0,47829.1416355684,26803.5332483478 -820,0,47829.1416355684,26803.5332483478 -821,0,47829.1416355684,26803.5332483478 -822,0,47829.1416355684,26803.5332483478 -823,0,47829.1416355684,26803.5332483478 -824,0,47829.1416355684,26803.5332483478 -825,0,47829.1416355684,26803.5332483478 -826,0,47829.1416355684,26803.5332483478 -827,0,47829.1416355684,26803.5332483478 -828,0,47829.1416355684,26803.5332483478 -829,0,47829.1416355684,26803.5332483478 -830,0,47829.1416355684,26803.5332483478 -831,0,47829.1416355684,26803.5332483478 -832,0,47829.1416355684,26803.5332483478 -833,0,47829.1416355684,26803.5332483478 -834,0,47829.1416355684,26803.5332483478 -835,0,47829.1416355684,26803.5332483478 -836,0,47829.1416355684,26803.5332483478 -837,0,47829.1416355684,26803.5332483478 -838,0,47829.1416355684,26803.5332483478 -839,0,47829.1416355684,26803.5332483478 -840,0,47829.1416355684,26803.5332483478 -841,0,47829.1416355684,26803.5332483478 -842,0,47829.1416355684,26803.5332483478 -843,0,47829.1416355684,26803.5332483478 -844,0,47829.1416355684,26803.5332483478 -845,0,47829.1416355684,26803.5332483478 -846,0,47829.1416355684,26803.5332483478 -847,0,47829.1416355684,26803.5332483478 -848,0,47829.1416355684,26803.5332483478 -849,0,47829.1416355684,26803.5332483478 -850,0,47829.1416355684,26803.5332483478 -851,0,47829.1416355684,26803.5332483478 -852,0,47829.1416355684,26803.5332483478 -853,0,47829.1416355684,26803.5332483478 -854,0,47829.1416355684,26803.5332483478 -855,0,47829.1416355684,26803.5332483478 -856,0,47829.1416355684,26803.5332483478 -857,0,47829.1416355684,26803.5332483478 -858,0,47829.1416355684,26803.5332483478 -859,0,47829.1416355684,26803.5332483478 -860,0,47829.1416355684,26803.5332483478 -861,0,47829.1416355684,26803.5332483478 -862,0,47829.1416355684,26803.5332483478 -863,0,47829.1416355684,26803.5332483478 -864,0,47829.1416355684,26803.5332483478 -865,0,47829.1416355684,26803.5332483478 -866,0,47829.1416355684,26803.5332483478 -867,0,47829.1416355684,26803.5332483478 -868,0,47829.1416355684,26803.5332483478 -869,0,47829.1416355684,26803.5332483478 -870,0,47829.1416355684,26803.5332483478 -871,0,47829.1416355684,26803.5332483478 -872,0,47829.1416355684,26803.5332483478 -873,0,47829.1416355684,26803.5332483478 -874,0,47829.1416355684,26803.5332483478 -875,0,47829.1416355684,26803.5332483478 -876,0,47829.1416355684,26803.5332483478 -877,0,47829.1416355684,26803.5332483478 -878,0,47829.1416355684,26803.5332483478 -879,0,47829.1416355684,26803.5332483478 -880,0,47829.1416355684,26803.5332483478 -881,0,47829.1416355684,26803.5332483478 -882,0,47829.1416355684,26803.5332483478 -883,0,47829.1416355684,26803.5332483478 -884,0,47829.1416355684,26803.5332483478 -885,0,47829.1416355684,26803.5332483478 -886,0,47829.1416355684,26803.5332483478 -887,0,47829.1416355684,26803.5332483478 -888,0,47829.1416355684,26803.5332483478 -889,0,47829.1416355684,26803.5332483478 -890,0,47829.1416355684,26803.5332483478 -891,0,47829.1416355684,26803.5332483478 -892,0,47829.1416355684,26803.5332483478 -893,0,47829.1416355684,26803.5332483478 -894,0,47829.1416355684,26803.5332483478 -895,0,47829.1416355684,26803.5332483478 -896,0,47829.1416355684,26803.5332483478 -897,0,47829.1416355684,26803.5332483478 -898,0,47829.1416355684,26803.5332483478 -899,0,47829.1416355684,26803.5332483478 -900,0,47829.1416355684,26803.5332483478 -901,0,47829.1416355684,26803.5332483478 -902,0,47829.1416355684,26803.5332483478 -903,0,47829.1416355684,26803.5332483478 -904,0,47829.1416355684,26803.5332483478 -905,0,47829.1416355684,26803.5332483478 -906,0,47829.1416355684,26803.5332483478 -907,0,47829.1416355684,26803.5332483478 -908,0,47829.1416355684,26803.5332483478 -909,0,47829.1416355684,26803.5332483478 -910,0,47829.1416355684,26803.5332483478 -911,0,47829.1416355684,26803.5332483478 -912,0,47829.1416355684,26803.5332483478 -913,0,47829.1416355684,26803.5332483478 -914,0,47829.1416355684,26803.5332483478 -915,0,47829.1416355684,26803.5332483478 -916,0,47829.1416355684,26803.5332483478 -917,0,47829.1416355684,26803.5332483478 -918,0,47829.1416355684,26803.5332483478 -919,0,47829.1416355684,26803.5332483478 -920,0,47829.1416355684,26803.5332483478 -921,0,47829.1416355684,26803.5332483478 -922,0,47829.1416355684,26803.5332483478 -923,0,47829.1416355684,26803.5332483478 -924,0,47829.1416355684,26803.5332483478 -925,0,47829.1416355684,26803.5332483478 -926,0,47829.1416355684,26803.5332483478 -927,0,47829.1416355684,26803.5332483478 -928,0,47829.1416355684,26803.5332483478 -929,0,47829.1416355684,26803.5332483478 -930,0,47829.1416355684,26803.5332483478 -931,0,47829.1416355684,26803.5332483478 -932,0,47829.1416355684,26803.5332483478 -933,0,47829.1416355684,26803.5332483478 -934,0,47829.1416355684,26803.5332483478 -935,0,47829.1416355684,26803.5332483478 -936,0,47829.1416355684,26803.5332483478 -937,0,47829.1416355684,26803.5332483478 -938,0,47829.1416355684,26803.5332483478 -939,0,47829.1416355684,26803.5332483478 -940,0,47829.1416355684,26803.5332483478 -941,0,47829.1416355684,26803.5332483478 -942,0,47829.1416355684,26803.5332483478 -943,0,47829.1416355684,26803.5332483478 -944,0,47829.1416355684,26803.5332483478 -945,0,47829.1416355684,26803.5332483478 -946,0,47829.1416355684,26803.5332483478 -947,0,47829.1416355684,26803.5332483478 -948,0,47829.1416355684,26803.5332483478 -949,0,47829.1416355684,26803.5332483478 -950,0,47829.1416355684,26803.5332483478 -951,0,47829.1416355684,26803.5332483478 -952,0,47829.1416355684,26803.5332483478 -953,0,47829.1416355684,26803.5332483478 -954,0,47829.1416355684,26803.5332483478 -955,0,47829.1416355684,26803.5332483478 -956,0,47829.1416355684,26803.5332483478 -957,0,47829.1416355684,26803.5332483478 -958,0,47829.1416355684,26803.5332483478 -959,0,47829.1416355684,26803.5332483478 -960,0,47829.1416355684,26803.5332483478 -961,0,47829.1416355684,26803.5332483478 -962,0,47829.1416355684,26803.5332483478 -963,0,47829.1416355684,26803.5332483478 -964,0,47829.1416355684,26803.5332483478 -965,0,47829.1416355684,26803.5332483478 -966,0,47829.1416355684,26803.5332483478 -967,0,47829.1416355684,26803.5332483478 -968,0,47829.1416355684,26803.5332483478 -969,0,47829.1416355684,26803.5332483478 -970,0,47829.1416355684,26803.5332483478 -971,0,47829.1416355684,26803.5332483478 -972,0,47829.1416355684,26803.5332483478 -973,0,47829.1416355684,26803.5332483478 -974,0,47829.1416355684,26803.5332483478 -975,0,47829.1416355684,26803.5332483478 -976,0,47829.1416355684,26803.5332483478 -977,0,47829.1416355684,26803.5332483478 -978,0,47829.1416355684,26803.5332483478 -979,0,47829.1416355684,26803.5332483478 -980,0,47829.1416355684,26803.5332483478 -981,0,47829.1416355684,26803.5332483478 -982,0,47829.1416355684,26803.5332483478 -983,0,47829.1416355684,26803.5332483478 -984,0,47829.1416355684,26803.5332483478 -985,0,47829.1416355684,26803.5332483478 -986,0,47829.1416355684,26803.5332483478 -987,0,47829.1416355684,26803.5332483478 -988,0,47829.1416355684,26803.5332483478 -989,0,47829.1416355684,26803.5332483478 -990,0,47829.1416355684,26803.5332483478 -991,0,47829.1416355684,26803.5332483478 -992,0,47829.1416355684,26803.5332483478 -993,0,47829.1416355684,26803.5332483478 -994,0,47829.1416355684,26803.5332483478 -995,0,47829.1416355684,26803.5332483478 -996,0,47829.1416355684,26803.5332483478 -997,0,47829.1416355684,26803.5332483478 -998,0,47829.1416355684,26803.5332483478 -999,0,47829.1416355684,26803.5332483478 -1000,0,47829.1416355684,26803.5332483478 -1001,0,47829.1416355684,26803.5332483478 -1002,0,47829.1416355684,26803.5332483478 -1003,0,47829.1416355684,26803.5332483478 -1004,0,47829.1416355684,26803.5332483478 -1005,0,47829.1416355684,26803.5332483478 -1006,0,47829.1416355684,26803.5332483478 -1007,0,47829.1416355684,26803.5332483478 -1008,0,47829.1416355684,26803.5332483478 -1009,0,47829.1416355684,26803.5332483478 -1010,0,47829.1416355684,26803.5332483478 -1011,0,47829.1416355684,26803.5332483478 -1012,0,47829.1416355684,26803.5332483478 -1013,0,47829.1416355684,26803.5332483478 -1014,0,47829.1416355684,26803.5332483478 -1015,0,47829.1416355684,26803.5332483478 -1016,0,47829.1416355684,26803.5332483478 -1017,0,47829.1416355684,26803.5332483478 -1018,0,47829.1416355684,26803.5332483478 -1019,0,47829.1416355684,26803.5332483478 -1020,0,47829.1416355684,26803.5332483478 -1021,0,47829.1416355684,26803.5332483478 -1022,0,47829.1416355684,26803.5332483478 -1023,0,47829.1416355684,26803.5332483478 -1024,0,47829.1416355684,26803.5332483478 -1025,0,47829.1416355684,26803.5332483478 -1026,0,47829.1416355684,26803.5332483478 -1027,0,47829.1416355684,26803.5332483478 -1028,0,47829.1416355684,26803.5332483478 -1029,0,47829.1416355684,26803.5332483478 -1030,0,47829.1416355684,26803.5332483478 -1031,0,47829.1416355684,26803.5332483478 -1032,0,47829.1416355684,26803.5332483478 -1033,0,47829.1416355684,26803.5332483478 -1034,0,47829.1416355684,26803.5332483478 -1035,0,47829.1416355684,26803.5332483478 -1036,0,47829.1416355684,26803.5332483478 -1037,0,47829.1416355684,26803.5332483478 -1038,0,47829.1416355684,26803.5332483478 -1039,0,47829.1416355684,26803.5332483478 -1040,0,47829.1416355684,26803.5332483478 -1041,0,47829.1416355684,26803.5332483478 -1042,0,47829.1416355684,26803.5332483478 -1043,0,47829.1416355684,26803.5332483478 -1044,0,47829.1416355684,26803.5332483478 -1045,0,47829.1416355684,26803.5332483478 -1046,0,47829.1416355684,26803.5332483478 -1047,0,47829.1416355684,26803.5332483478 -1048,0,47829.1416355684,26803.5332483478 -1049,0,47829.1416355684,26803.5332483478 -1050,0,47829.1416355684,26803.5332483478 -1051,0,47829.1416355684,26803.5332483478 -1052,0,47829.1416355684,26803.5332483478 -1053,0,47829.1416355684,26803.5332483478 -1054,0,47829.1416355684,26803.5332483478 -1055,0,47829.1416355684,26803.5332483478 -1056,0,47829.1416355684,26803.5332483478 -1057,0,47829.1416355684,26803.5332483478 -1058,0,47829.1416355684,26803.5332483478 -1059,0,47829.1416355684,26803.5332483478 -1060,0,47829.1416355684,26803.5332483478 -1061,0,47829.1416355684,26803.5332483478 -1062,0,47829.1416355684,26803.5332483478 -1063,0,47829.1416355684,26803.5332483478 -1064,0,47829.1416355684,26803.5332483478 -1065,0,47829.1416355684,26803.5332483478 -1066,0,47829.1416355684,26803.5332483478 -1067,0,47829.1416355684,26803.5332483478 -1068,0,47829.1416355684,26803.5332483478 -1069,0,47829.1416355684,26803.5332483478 -1070,0,47829.1416355684,26803.5332483478 -1071,0,47829.1416355684,26803.5332483478 -1072,0,47829.1416355684,26803.5332483478 -1073,0,47829.1416355684,26803.5332483478 -1074,0,47829.1416355684,26803.5332483478 -1075,0,47829.1416355684,26803.5332483478 -1076,0,47829.1416355684,26803.5332483478 -1077,0,47829.1416355684,26803.5332483478 -1078,0,47829.1416355684,26803.5332483478 -1079,0,47829.1416355684,26803.5332483478 -1080,0,47829.1416355684,26803.5332483478 -1081,0,47829.1416355684,26803.5332483478 -1082,0,47829.1416355684,26803.5332483478 -1083,0,47829.1416355684,26803.5332483478 -1084,0,47829.1416355684,26803.5332483478 -1085,0,47829.1416355684,26803.5332483478 -1086,0,47829.1416355684,26803.5332483478 -1087,0,47829.1416355684,26803.5332483478 -1088,0,47829.1416355684,26803.5332483478 -1089,0,47829.1416355684,26803.5332483478 -1090,0,47829.1416355684,26803.5332483478 -1091,0,47829.1416355684,26803.5332483478 -1092,0,47829.1416355684,26803.5332483478 -1093,0,47829.1416355684,26803.5332483478 -1094,0,47829.1416355684,26803.5332483478 -1095,0,47829.1416355684,26803.5332483478 -1096,0,47829.1416355684,26803.5332483478 -1097,0,47829.1416355684,26803.5332483478 -1098,0,47829.1416355684,26803.5332483478 -1099,0,47829.1416355684,26803.5332483478 -1100,0,47829.1416355684,26803.5332483478 -1101,0,47829.1416355684,26803.5332483478 -1102,0,47829.1416355684,26803.5332483478 -1103,0,47829.1416355684,26803.5332483478 -1104,0,47829.1416355684,26803.5332483478 -1105,0,47829.1416355684,26803.5332483478 -1106,0,47829.1416355684,26803.5332483478 -1107,0,47829.1416355684,26803.5332483478 -1108,0,47829.1416355684,26803.5332483478 -1109,0,47829.1416355684,26803.5332483478 -1110,0,47829.1416355684,26803.5332483478 -1111,0,47829.1416355684,26803.5332483478 -1112,0,47829.1416355684,26803.5332483478 -1113,0,47829.1416355684,26803.5332483478 -1114,0,47829.1416355684,26803.5332483478 -1115,0,47829.1416355684,26803.5332483478 -1116,0,47829.1416355684,26803.5332483478 -1117,0,47829.1416355684,26803.5332483478 -1118,0,47829.1416355684,26803.5332483478 -1119,0,47829.1416355684,26803.5332483478 -1120,0,47829.1416355684,26803.5332483478 -1121,0,47829.1416355684,26803.5332483478 -1122,0,47829.1416355684,26803.5332483478 -1123,0,47829.1416355684,26803.5332483478 -1124,0,47829.1416355684,26803.5332483478 -1125,0,47829.1416355684,26803.5332483478 -1126,0,47829.1416355684,26803.5332483478 -1127,0,47829.1416355684,26803.5332483478 -1128,0,47829.1416355684,26803.5332483478 -1129,0,47829.1416355684,26803.5332483478 -1130,0,47829.1416355684,26803.5332483478 -1131,0,47829.1416355684,26803.5332483478 -1132,0,47829.1416355684,26803.5332483478 -1133,0,47829.1416355684,26803.5332483478 -1134,0,47829.1416355684,26803.5332483478 -1135,0,47829.1416355684,26803.5332483478 -1136,0,47829.1416355684,26803.5332483478 -1137,0,47829.1416355684,26803.5332483478 -1138,0,47829.1416355684,26803.5332483478 -1139,0,47829.1416355684,26803.5332483478 -1140,0,47829.1416355684,26803.5332483478 -1141,0,47829.1416355684,26803.5332483478 -1142,0,47829.1416355684,26803.5332483478 -1143,0,47829.1416355684,26803.5332483478 -1144,0,47829.1416355684,26803.5332483478 -1145,0,47829.1416355684,26803.5332483478 -1146,0,47829.1416355684,26803.5332483478 -1147,0,47829.1416355684,26803.5332483478 -1148,0,47829.1416355684,26803.5332483478 -1149,0,47829.1416355684,26803.5332483478 -1150,0,47829.1416355684,26803.5332483478 -1151,0,47829.1416355684,26803.5332483478 -1152,0,47829.1416355684,26803.5332483478 -1153,0,47829.1416355684,26803.5332483478 -1154,0,47829.1416355684,26803.5332483478 -1155,0,47829.1416355684,26803.5332483478 -1156,0,47829.1416355684,26803.5332483478 -1157,0,47829.1416355684,26803.5332483478 -1158,0,47829.1416355684,26803.5332483478 -1159,0,47829.1416355684,26803.5332483478 -1160,0,47829.1416355684,26803.5332483478 -1161,0,47829.1416355684,26803.5332483478 -1162,0,47829.1416355684,26803.5332483478 -1163,0,47829.1416355684,26803.5332483478 -1164,0,47829.1416355684,26803.5332483478 -1165,0,47829.1416355684,26803.5332483478 -1166,0,47829.1416355684,26803.5332483478 -1167,0,47829.1416355684,26803.5332483478 -1168,0,47829.1416355684,26803.5332483478 -1169,0,47829.1416355684,26803.5332483478 -1170,0,47829.1416355684,26803.5332483478 -1171,0,47829.1416355684,26803.5332483478 -1172,0,47829.1416355684,26803.5332483478 -1173,0,47829.1416355684,26803.5332483478 -1174,0,47829.1416355684,26803.5332483478 -1175,0,47829.1416355684,26803.5332483478 -1176,0,47829.1416355684,26803.5332483478 -1177,0,47829.1416355684,26803.5332483478 -1178,0,47829.1416355684,26803.5332483478 -1179,0,47829.1416355684,26803.5332483478 -1180,0,47829.1416355684,26803.5332483478 -1181,0,47829.1416355684,26803.5332483478 -1182,0,47829.1416355684,26803.5332483478 -1183,0,47829.1416355684,26803.5332483478 -1184,0,47829.1416355684,26803.5332483478 -1185,0,47829.1416355684,26803.5332483478 -1186,0,47829.1416355684,26803.5332483478 -1187,0,47829.1416355684,26803.5332483478 -1188,0,47829.1416355684,26803.5332483478 -1189,0,47829.1416355684,26803.5332483478 -1190,0,47829.1416355684,26803.5332483478 -1191,0,47829.1416355684,26803.5332483478 -1192,0,47829.1416355684,26803.5332483478 -1193,0,47829.1416355684,26803.5332483478 -1194,0,47829.1416355684,26803.5332483478 -1195,0,47829.1416355684,26803.5332483478 -1196,0,47829.1416355684,26803.5332483478 -1197,0,47829.1416355684,26803.5332483478 -1198,0,47829.1416355684,26803.5332483478 -1199,0,47829.1416355684,26803.5332483478 -1200,0,47829.1416355684,26803.5332483478 -1201,0,47829.1416355684,26803.5332483478 -1202,0,47829.1416355684,26803.5332483478 -1203,0,47829.1416355684,26803.5332483478 -1204,0,47829.1416355684,26803.5332483478 -1205,0,47829.1416355684,26803.5332483478 -1206,0,47829.1416355684,26803.5332483478 -1207,0,47829.1416355684,26803.5332483478 -1208,0,47829.1416355684,26803.5332483478 -1209,0,47829.1416355684,26803.5332483478 -1210,0,47829.1416355684,26803.5332483478 -1211,0,47829.1416355684,26803.5332483478 -1212,0,47829.1416355684,26803.5332483478 -1213,0,47829.1416355684,26803.5332483478 -1214,0,47829.1416355684,26803.5332483478 -1215,0,47829.1416355684,26803.5332483478 -1216,0,47829.1416355684,26803.5332483478 -1217,0,47829.1416355684,26803.5332483478 -1218,0,47829.1416355684,26803.5332483478 -1219,0,47829.1416355684,26803.5332483478 -1220,0,47829.1416355684,26803.5332483478 -1221,0,47829.1416355684,26803.5332483478 -1222,0,47829.1416355684,26803.5332483478 -1223,0,47829.1416355684,26803.5332483478 -1224,0,47829.1416355684,26803.5332483478 -1225,0,47829.1416355684,26803.5332483478 -1226,0,47829.1416355684,26803.5332483478 -1227,0,47829.1416355684,26803.5332483478 -1228,0,47829.1416355684,26803.5332483478 -1229,0,47829.1416355684,26803.5332483478 -1230,0,47829.1416355684,26803.5332483478 -1231,0,47829.1416355684,26803.5332483478 -1232,0,47829.1416355684,26803.5332483478 -1233,0,47829.1416355684,26803.5332483478 -1234,0,47829.1416355684,26803.5332483478 -1235,0,47829.1416355684,26803.5332483478 -1236,0,47829.1416355684,26803.5332483478 -1237,0,47829.1416355684,26803.5332483478 -1238,0,47829.1416355684,26803.5332483478 -1239,0,47829.1416355684,26803.5332483478 -1240,0,47829.1416355684,26803.5332483478 -1241,0,47829.1416355684,26803.5332483478 -1242,0,47829.1416355684,26803.5332483478 -1243,0,47829.1416355684,26803.5332483478 -1244,0,47829.1416355684,26803.5332483478 -1245,0,47829.1416355684,26803.5332483478 -1246,0,47829.1416355684,26803.5332483478 -1247,0,47829.1416355684,26803.5332483478 -1248,0,47829.1416355684,26803.5332483478 -1249,0,47829.1416355684,26803.5332483478 -1250,0,47829.1416355684,26803.5332483478 -1251,0,47829.1416355684,26803.5332483478 -1252,0,47829.1416355684,26803.5332483478 -1253,0,47829.1416355684,26803.5332483478 -1254,0,47829.1416355684,26803.5332483478 -1255,0,47829.1416355684,26803.5332483478 -1256,0,47829.1416355684,26803.5332483478 -1257,0,47829.1416355684,26803.5332483478 -1258,0,47829.1416355684,26803.5332483478 -1259,0,47829.1416355684,26803.5332483478 -1260,0,47829.1416355684,26803.5332483478 -1261,0,47829.1416355684,26803.5332483478 -1262,0,47829.1416355684,26803.5332483478 -1263,0,47829.1416355684,26803.5332483478 -1264,0,47829.1416355684,26803.5332483478 -1265,0,47829.1416355684,26803.5332483478 -1266,0,47829.1416355684,26803.5332483478 -1267,0,47829.1416355684,26803.5332483478 -1268,0,47829.1416355684,26803.5332483478 -1269,0,47829.1416355684,26803.5332483478 -1270,0,47829.1416355684,26803.5332483478 -1271,0,47829.1416355684,26803.5332483478 -1272,0,47829.1416355684,26803.5332483478 -1273,0,47829.1416355684,26803.5332483478 -1274,0,47829.1416355684,26803.5332483478 -1275,0,47829.1416355684,26803.5332483478 -1276,0,47829.1416355684,26803.5332483478 -1277,0,47829.1416355684,26803.5332483478 -1278,0,47829.1416355684,26803.5332483478 -1279,0,47829.1416355684,26803.5332483478 -1280,0,47829.1416355684,26803.5332483478 -1281,0,47829.1416355684,26803.5332483478 -1282,0,47829.1416355684,26803.5332483478 -1283,0,47829.1416355684,26803.5332483478 -1284,0,47829.1416355684,26803.5332483478 -1285,0,47829.1416355684,26803.5332483478 -1286,0,47829.1416355684,26803.5332483478 -1287,0,47829.1416355684,26803.5332483478 -1288,0,47829.1416355684,26803.5332483478 -1289,0,47829.1416355684,26803.5332483478 -1290,0,47829.1416355684,26803.5332483478 -1291,0,47829.1416355684,26803.5332483478 -1292,0,47829.1416355684,26803.5332483478 -1293,0,47829.1416355684,26803.5332483478 -1294,0,47829.1416355684,26803.5332483478 -1295,0,47829.1416355684,26803.5332483478 -1296,0,47829.1416355684,26803.5332483478 -1297,0,47829.1416355684,26803.5332483478 -1298,0,47829.1416355684,26803.5332483478 -1299,0,47829.1416355684,26803.5332483478 -1300,0,47829.1416355684,26803.5332483478 -1301,0,47829.1416355684,26803.5332483478 -1302,0,47829.1416355684,26803.5332483478 -1303,0,47829.1416355684,26803.5332483478 -1304,0,47829.1416355684,26803.5332483478 -1305,0,47829.1416355684,26803.5332483478 -1306,0,47829.1416355684,26803.5332483478 -1307,0,47829.1416355684,26803.5332483478 -1308,0,47829.1416355684,26803.5332483478 -1309,0,47829.1416355684,26803.5332483478 -1310,0,47829.1416355684,26803.5332483478 -1311,0,47829.1416355684,26803.5332483478 -1312,0,47829.1416355684,26803.5332483478 -1313,0,47829.1416355684,26803.5332483478 -1314,0,47829.1416355684,26803.5332483478 -1315,0,47829.1416355684,26803.5332483478 -1316,0,47829.1416355684,26803.5332483478 -1317,0,47829.1416355684,26803.5332483478 -1318,0,47829.1416355684,26803.5332483478 -1319,0,47829.1416355684,26803.5332483478 -1320,0,47829.1416355684,26803.5332483478 -1321,0,47829.1416355684,26803.5332483478 -1322,0,47829.1416355684,26803.5332483478 -1323,0,47829.1416355684,26803.5332483478 -1324,0,47829.1416355684,26803.5332483478 -1325,0,47829.1416355684,26803.5332483478 -1326,0,47829.1416355684,26803.5332483478 -1327,0,47829.1416355684,26803.5332483478 -1328,0,47829.1416355684,26803.5332483478 -1329,0,47829.1416355684,26803.5332483478 -1330,0,47829.1416355684,26803.5332483478 -1331,0,47829.1416355684,26803.5332483478 -1332,0,47829.1416355684,26803.5332483478 -1333,0,47829.1416355684,26803.5332483478 -1334,0,47829.1416355684,26803.5332483478 -1335,0,47829.1416355684,26803.5332483478 -1336,0,47829.1416355684,26803.5332483478 -1337,0,47829.1416355684,26803.5332483478 -1338,0,47829.1416355684,26803.5332483478 -1339,0,47829.1416355684,26803.5332483478 -1340,0,47829.1416355684,26803.5332483478 -1341,0,47829.1416355684,26803.5332483478 -1342,0,47829.1416355684,26803.5332483478 -1343,0,47829.1416355684,26803.5332483478 -1344,0,47829.1416355684,26803.5332483478 -1345,0,47829.1416355684,26803.5332483478 -1346,0,47829.1416355684,26803.5332483478 -1347,0,47829.1416355684,26803.5332483478 -1348,0,47829.1416355684,26803.5332483478 -1349,0,47829.1416355684,26803.5332483478 -1350,0,47829.1416355684,26803.5332483478 -1351,0,47829.1416355684,26803.5332483478 -1352,0,47829.1416355684,26803.5332483478 -1353,0,47829.1416355684,26803.5332483478 -1354,0,47829.1416355684,26803.5332483478 -1355,0,47829.1416355684,26803.5332483478 -1356,0,47829.1416355684,26803.5332483478 -1357,0,47829.1416355684,26803.5332483478 -1358,0,47829.1416355684,26803.5332483478 -1359,0,47829.1416355684,26803.5332483478 -1360,0,47829.1416355684,26803.5332483478 -1361,0,47829.1416355684,26803.5332483478 -1362,0,47829.1416355684,26803.5332483478 -1363,0,47829.1416355684,26803.5332483478 -1364,0,47829.1416355684,26803.5332483478 -1365,0,47829.1416355684,26803.5332483478 -1366,0,47829.1416355684,26803.5332483478 -1367,0,47829.1416355684,26803.5332483478 -1368,0,47829.1416355684,26803.5332483478 -1369,0,47829.1416355684,26803.5332483478 -1370,0,47829.1416355684,26803.5332483478 -1371,0,47829.1416355684,26803.5332483478 -1372,0,47829.1416355684,26803.5332483478 -1373,0,47829.1416355684,26803.5332483478 -1374,0,47829.1416355684,26803.5332483478 -1375,0,47829.1416355684,26803.5332483478 -1376,0,47829.1416355684,26803.5332483478 -1377,0,47829.1416355684,26803.5332483478 -1378,0,47829.1416355684,26803.5332483478 -1379,0,47829.1416355684,26803.5332483478 -1380,0,47829.1416355684,26803.5332483478 -1381,0,47829.1416355684,26803.5332483478 -1382,0,47829.1416355684,26803.5332483478 -1383,0,47829.1416355684,26803.5332483478 -1384,0,47829.1416355684,26803.5332483478 -1385,0,47829.1416355684,26803.5332483478 -1386,0,47829.1416355684,26803.5332483478 -1387,0,47829.1416355684,26803.5332483478 -1388,0,47829.1416355684,26803.5332483478 -1389,0,47829.1416355684,26803.5332483478 -1390,0,47829.1416355684,26803.5332483478 -1391,0,47829.1416355684,26803.5332483478 -1392,0,47829.1416355684,26803.5332483478 -1393,0,47829.1416355684,26803.5332483478 -1394,0,47829.1416355684,26803.5332483478 -1395,0,47829.1416355684,26803.5332483478 -1396,0,47829.1416355684,26803.5332483478 -1397,0,47829.1416355684,26803.5332483478 -1398,0,47829.1416355684,26803.5332483478 -1399,0,47829.1416355684,26803.5332483478 -1400,0,47829.1416355684,26803.5332483478 -1401,0,47829.1416355684,26803.5332483478 -1402,0,47829.1416355684,26803.5332483478 -1403,0,47829.1416355684,26803.5332483478 -1404,0,47829.1416355684,26803.5332483478 -1405,0,47829.1416355684,26803.5332483478 -1406,0,47829.1416355684,26803.5332483478 -1407,0,47829.1416355684,26803.5332483478 -1408,0,47829.1416355684,26803.5332483478 -1409,0,47829.1416355684,26803.5332483478 -1410,0,47829.1416355684,26803.5332483478 -1411,0,47829.1416355684,26803.5332483478 -1412,0,47829.1416355684,26803.5332483478 -1413,0,47829.1416355684,26803.5332483478 -1414,0,47829.1416355684,26803.5332483478 -1415,0,47829.1416355684,26803.5332483478 -1416,0,47829.1416355684,26803.5332483478 -1417,0,47829.1416355684,26803.5332483478 -1418,0,47829.1416355684,26803.5332483478 -1419,0,47829.1416355684,26803.5332483478 -1420,0,47829.1416355684,26803.5332483478 -1421,0,47829.1416355684,26803.5332483478 -1422,0,47829.1416355684,26803.5332483478 -1423,0,47829.1416355684,26803.5332483478 -1424,0,47829.1416355684,26803.5332483478 -1425,0,47829.1416355684,26803.5332483478 -1426,0,47829.1416355684,26803.5332483478 -1427,0,47829.1416355684,26803.5332483478 -1428,0,47829.1416355684,26803.5332483478 -1429,0,47829.1416355684,26803.5332483478 -1430,0,47829.1416355684,26803.5332483478 -1431,0,47829.1416355684,26803.5332483478 -1432,0,47829.1416355684,26803.5332483478 -1433,0,47829.1416355684,26803.5332483478 -1434,0,47829.1416355684,26803.5332483478 -1435,0,47829.1416355684,26803.5332483478 -1436,0,47829.1416355684,26803.5332483478 -1437,0,47829.1416355684,26803.5332483478 -1438,0,47829.1416355684,26803.5332483478 -1439,0,47829.1416355684,26803.5332483478 -1440,0,47829.1416355684,26803.5332483478 -1441,0,47829.1416355684,26803.5332483478 -1442,0,47829.1416355684,26803.5332483478 -1443,0,47829.1416355684,26803.5332483478 -1444,0,47829.1416355684,26803.5332483478 -1445,0,47829.1416355684,26803.5332483478 -1446,0,47829.1416355684,26803.5332483478 -1447,0,47829.1416355684,26803.5332483478 -1448,0,47829.1416355684,26803.5332483478 -1449,0,47829.1416355684,26803.5332483478 -1450,0,47829.1416355684,26803.5332483478 -1451,0,47829.1416355684,26803.5332483478 -1452,0,47829.1416355684,26803.5332483478 -1453,0,47829.1416355684,26803.5332483478 -1454,0,47829.1416355684,26803.5332483478 -1455,0,47829.1416355684,26803.5332483478 -1456,0,47829.1416355684,26803.5332483478 -1457,0,47829.1416355684,26803.5332483478 -1458,0,47829.1416355684,26803.5332483478 -1459,0,47829.1416355684,26803.5332483478 -1460,0,47829.1416355684,26803.5332483478 -1461,0,47829.1416355684,26803.5332483478 -1462,0,47829.1416355684,26803.5332483478 -1463,0,47829.1416355684,26803.5332483478 -1464,0,47829.1416355684,26803.5332483478 -1465,0,47829.1416355684,26803.5332483478 -1466,0,47829.1416355684,26803.5332483478 -1467,0,47829.1416355684,26803.5332483478 -1468,0,47829.1416355684,26803.5332483478 -1469,0,47829.1416355684,26803.5332483478 -1470,0,47829.1416355684,26803.5332483478 -1471,0,47829.1416355684,26803.5332483478 -1472,0,47829.1416355684,26803.5332483478 -1473,0,47829.1416355684,26803.5332483478 -1474,0,47829.1416355684,26803.5332483478 -1475,0,47829.1416355684,26803.5332483478 -1476,0,47829.1416355684,26803.5332483478 -1477,0,47829.1416355684,26803.5332483478 -1478,0,47829.1416355684,26803.5332483478 -1479,0,47829.1416355684,26803.5332483478 -1480,0,47829.1416355684,26803.5332483478 -1481,0,47829.1416355684,26803.5332483478 -1482,0,47829.1416355684,26803.5332483478 -1483,0,47829.1416355684,26803.5332483478 -1484,0,47829.1416355684,26803.5332483478 -1485,0,47829.1416355684,26803.5332483478 -1486,0,47829.1416355684,26803.5332483478 -1487,0,47829.1416355684,26803.5332483478 -1488,0,47829.1416355684,26803.5332483478 -1489,0,47829.1416355684,26803.5332483478 -1490,0,47829.1416355684,26803.5332483478 -1491,0,47829.1416355684,26803.5332483478 -1492,0,47829.1416355684,26803.5332483478 -1493,0,47829.1416355684,26803.5332483478 -1494,0,47829.1416355684,26803.5332483478 -1495,0,47829.1416355684,26803.5332483478 -1496,0,47829.1416355684,26803.5332483478 -1497,0,47829.1416355684,26803.5332483478 -1498,0,47829.1416355684,26803.5332483478 -1499,0,47829.1416355684,26803.5332483478 -1500,0,47829.1416355684,26803.5332483478 -1501,0,47829.1416355684,26803.5332483478 -1502,0,47829.1416355684,26803.5332483478 -1503,0,47829.1416355684,26803.5332483478 -1504,0,47829.1416355684,26803.5332483478 -1505,0,47829.1416355684,26803.5332483478 -1506,0,47829.1416355684,26803.5332483478 -1507,0,47829.1416355684,26803.5332483478 -1508,0,47829.1416355684,26803.5332483478 -1509,0,47829.1416355684,26803.5332483478 -1510,0,47829.1416355684,26803.5332483478 -1511,0,47829.1416355684,26803.5332483478 -1512,0,47829.1416355684,26803.5332483478 -1513,0,47829.1416355684,26803.5332483478 -1514,0,47829.1416355684,26803.5332483478 -1515,0,47829.1416355684,26803.5332483478 -1516,0,47829.1416355684,26803.5332483478 -1517,0,47829.1416355684,26803.5332483478 -1518,0,47829.1416355684,26803.5332483478 -1519,0,47829.1416355684,26803.5332483478 -1520,0,47829.1416355684,26803.5332483478 -1521,0,47829.1416355684,26803.5332483478 -1522,0,47829.1416355684,26803.5332483478 -1523,0,47829.1416355684,26803.5332483478 -1524,0,47829.1416355684,26803.5332483478 -1525,0,47829.1416355684,26803.5332483478 -1526,0,47829.1416355684,26803.5332483478 -1527,0,47829.1416355684,26803.5332483478 -1528,0,47829.1416355684,26803.5332483478 -1529,0,47829.1416355684,26803.5332483478 -1530,0,47829.1416355684,26803.5332483478 -1531,0,47829.1416355684,26803.5332483478 -1532,0,47829.1416355684,26803.5332483478 -1533,0,47829.1416355684,26803.5332483478 -1534,0,47829.1416355684,26803.5332483478 -1535,0,47829.1416355684,26803.5332483478 -1536,0,47829.1416355684,26803.5332483478 -1537,0,47829.1416355684,26803.5332483478 -1538,0,47829.1416355684,26803.5332483478 -1539,0,47829.1416355684,26803.5332483478 -1540,0,47829.1416355684,26803.5332483478 -1541,0,47829.1416355684,26803.5332483478 -1542,0,47829.1416355684,26803.5332483478 -1543,0,47829.1416355684,26803.5332483478 -1544,0,47829.1416355684,26803.5332483478 -1545,0,47829.1416355684,26803.5332483478 -1546,0,47829.1416355684,26803.5332483478 -1547,0,47829.1416355684,26803.5332483478 -1548,0,47829.1416355684,26803.5332483478 -1549,0,47829.1416355684,26803.5332483478 -1550,0,47829.1416355684,26803.5332483478 -1551,0,47829.1416355684,26803.5332483478 -1552,0,47829.1416355684,26803.5332483478 -1553,0,47829.1416355684,26803.5332483478 -1554,0,47829.1416355684,26803.5332483478 -1555,0,47829.1416355684,26803.5332483478 -1556,0,47829.1416355684,26803.5332483478 -1557,0,47829.1416355684,26803.5332483478 -1558,0,47829.1416355684,26803.5332483478 -1559,0,47829.1416355684,26803.5332483478 -1560,0,47829.1416355684,26803.5332483478 -1561,0,47829.1416355684,26803.5332483478 -1562,0,47829.1416355684,26803.5332483478 -1563,0,47829.1416355684,26803.5332483478 -1564,0,47829.1416355684,26803.5332483478 -1565,0,47829.1416355684,26803.5332483478 -1566,0,47829.1416355684,26803.5332483478 -1567,0,47829.1416355684,26803.5332483478 -1568,0,47829.1416355684,26803.5332483478 -1569,0,47829.1416355684,26803.5332483478 -1570,0,47829.1416355684,26803.5332483478 -1571,0,47829.1416355684,26803.5332483478 -1572,0,47829.1416355684,26803.5332483478 -1573,0,47829.1416355684,26803.5332483478 -1574,0,47829.1416355684,26803.5332483478 -1575,0,47829.1416355684,26803.5332483478 -1576,0,47829.1416355684,26803.5332483478 -1577,0,47829.1416355684,26803.5332483478 -1578,0,47829.1416355684,26803.5332483478 -1579,0,47829.1416355684,26803.5332483478 -1580,0,47829.1416355684,26803.5332483478 -1581,0,47829.1416355684,26803.5332483478 -1582,0,47829.1416355684,26803.5332483478 -1583,0,47829.1416355684,26803.5332483478 -1584,0,47829.1416355684,26803.5332483478 -1585,0,47829.1416355684,26803.5332483478 -1586,0,47829.1416355684,26803.5332483478 -1587,0,47829.1416355684,26803.5332483478 -1588,0,47829.1416355684,26803.5332483478 -1589,0,47829.1416355684,26803.5332483478 -1590,0,47829.1416355684,26803.5332483478 -1591,0,47829.1416355684,26803.5332483478 -1592,0,47829.1416355684,26803.5332483478 -1593,0,47829.1416355684,26803.5332483478 -1594,0,47829.1416355684,26803.5332483478 -1595,0,47829.1416355684,26803.5332483478 -1596,0,47829.1416355684,26803.5332483478 -1597,0,47829.1416355684,26803.5332483478 -1598,0,47829.1416355684,26803.5332483478 -1599,0,47829.1416355684,26803.5332483478 -1600,0,47829.1416355684,26803.5332483478 -1601,0,47829.1416355684,26803.5332483478 -1602,0,47829.1416355684,26803.5332483478 -1603,0,47829.1416355684,26803.5332483478 -1604,0,47829.1416355684,26803.5332483478 -1605,0,47829.1416355684,26803.5332483478 -1606,0,47829.1416355684,26803.5332483478 -1607,0,47829.1416355684,26803.5332483478 -1608,0,47829.1416355684,26803.5332483478 -1609,0,47829.1416355684,26803.5332483478 -1610,0,47829.1416355684,26803.5332483478 -1611,0,47829.1416355684,26803.5332483478 -1612,0,47829.1416355684,26803.5332483478 -1613,0,47829.1416355684,26803.5332483478 -1614,0,47829.1416355684,26803.5332483478 -1615,0,47829.1416355684,26803.5332483478 -1616,0,47829.1416355684,26803.5332483478 -1617,0,47829.1416355684,26803.5332483478 -1618,0,47829.1416355684,26803.5332483478 -1619,0,47829.1416355684,26803.5332483478 -1620,0,47829.1416355684,26803.5332483478 -1621,0,47829.1416355684,26803.5332483478 -1622,0,47829.1416355684,26803.5332483478 -1623,0,47829.1416355684,26803.5332483478 -1624,0,47829.1416355684,26803.5332483478 -1625,0,47829.1416355684,26803.5332483478 -1626,0,47829.1416355684,26803.5332483478 -1627,0,47829.1416355684,26803.5332483478 -1628,0,47829.1416355684,26803.5332483478 -1629,0,47829.1416355684,26803.5332483478 -1630,0,47829.1416355684,26803.5332483478 -1631,0,47829.1416355684,26803.5332483478 -1632,0,47829.1416355684,26803.5332483478 -1633,0,47829.1416355684,26803.5332483478 -1634,0,47829.1416355684,26803.5332483478 -1635,0,47829.1416355684,26803.5332483478 -1636,0,47829.1416355684,26803.5332483478 -1637,0,47829.1416355684,26803.5332483478 -1638,0,47829.1416355684,26803.5332483478 -1639,0,47829.1416355684,26803.5332483478 -1640,0,47829.1416355684,26803.5332483478 -1641,0,47829.1416355684,26803.5332483478 -1642,0,47829.1416355684,26803.5332483478 -1643,0,47829.1416355684,26803.5332483478 -1644,0,47829.1416355684,26803.5332483478 -1645,0,47829.1416355684,26803.5332483478 -1646,0,47829.1416355684,26803.5332483478 -1647,0,47829.1416355684,26803.5332483478 -1648,0,47829.1416355684,26803.5332483478 -1649,0,47829.1416355684,26803.5332483478 -1650,0,47829.1416355684,26803.5332483478 -1651,0,47829.1416355684,26803.5332483478 -1652,0,47829.1416355684,26803.5332483478 -1653,0,47829.1416355684,26803.5332483478 -1654,0,47829.1416355684,26803.5332483478 -1655,0,47829.1416355684,26803.5332483478 -1656,0,47829.1416355684,26803.5332483478 -1657,0,47829.1416355684,26803.5332483478 -1658,0,47829.1416355684,26803.5332483478 -1659,0,47829.1416355684,26803.5332483478 -1660,0,47829.1416355684,26803.5332483478 -1661,0,47829.1416355684,26803.5332483478 -1662,0,47829.1416355684,26803.5332483478 -1663,0,47829.1416355684,26803.5332483478 -1664,0,47829.1416355684,26803.5332483478 -1665,0,47829.1416355684,26803.5332483478 -1666,0,47829.1416355684,26803.5332483478 -1667,0,47829.1416355684,26803.5332483478 -1668,0,47829.1416355684,26803.5332483478 -1669,0,47829.1416355684,26803.5332483478 -1670,0,47829.1416355684,26803.5332483478 -1671,0,47829.1416355684,26803.5332483478 -1672,0,47829.1416355684,26803.5332483478 -1673,0,47829.1416355684,26803.5332483478 -1674,0,47829.1416355684,26803.5332483478 -1675,0,47829.1416355684,26803.5332483478 -1676,0,47829.1416355684,26803.5332483478 -1677,0,47829.1416355684,26803.5332483478 -1678,0,47829.1416355684,26803.5332483478 -1679,0,47829.1416355684,26803.5332483478 -1680,0,47829.1416355684,26803.5332483478 -1681,0,47829.1416355684,26803.5332483478 -1682,0,47829.1416355684,26803.5332483478 -1683,0,47829.1416355684,26803.5332483478 -1684,0,47829.1416355684,26803.5332483478 -1685,0,47829.1416355684,26803.5332483478 -1686,0,47829.1416355684,26803.5332483478 -1687,0,47829.1416355684,26803.5332483478 -1688,0,47829.1416355684,26803.5332483478 -1689,0,47829.1416355684,26803.5332483478 -1690,0,47829.1416355684,26803.5332483478 -1691,0,47829.1416355684,26803.5332483478 -1692,0,47829.1416355684,26803.5332483478 -1693,0,47829.1416355684,26803.5332483478 -1694,0,47829.1416355684,26803.5332483478 -1695,0,47829.1416355684,26803.5332483478 -1696,0,47829.1416355684,26803.5332483478 -1697,0,47829.1416355684,26803.5332483478 -1698,0,47829.1416355684,26803.5332483478 -1699,0,47829.1416355684,26803.5332483478 -1700,0,47829.1416355684,26803.5332483478 -1701,0,47829.1416355684,26803.5332483478 -1702,0,47829.1416355684,26803.5332483478 -1703,0,47829.1416355684,26803.5332483478 -1704,0,47829.1416355684,26803.5332483478 -1705,0,47829.1416355684,26803.5332483478 -1706,0,47829.1416355684,26803.5332483478 -1707,0,47829.1416355684,26803.5332483478 -1708,0,47829.1416355684,26803.5332483478 -1709,0,47829.1416355684,26803.5332483478 -1710,0,47829.1416355684,26803.5332483478 -1711,0,47829.1416355684,26803.5332483478 -1712,0,47829.1416355684,26803.5332483478 -1713,0,47829.1416355684,26803.5332483478 -1714,0,47829.1416355684,26803.5332483478 -1715,0,47829.1416355684,26803.5332483478 -1716,0,47829.1416355684,26803.5332483478 -1717,0,47829.1416355684,26803.5332483478 -1718,0,47829.1416355684,26803.5332483478 -1719,0,47829.1416355684,26803.5332483478 -1720,0,47829.1416355684,26803.5332483478 -1721,0,47829.1416355684,26803.5332483478 -1722,0,47829.1416355684,26803.5332483478 -1723,0,47829.1416355684,26803.5332483478 -1724,0,47829.1416355684,26803.5332483478 -1725,0,47829.1416355684,26803.5332483478 -1726,0,47829.1416355684,26803.5332483478 -1727,0,47829.1416355684,26803.5332483478 -1728,0,47829.1416355684,26803.5332483478 -1729,0,47829.1416355684,26803.5332483478 -1730,0,47829.1416355684,26803.5332483478 -1731,0,47829.1416355684,26803.5332483478 -1732,0,47829.1416355684,26803.5332483478 -1733,0,47829.1416355684,26803.5332483478 -1734,0,47829.1416355684,26803.5332483478 -1735,0,47829.1416355684,26803.5332483478 -1736,0,47829.1416355684,26803.5332483478 -1737,0,47829.1416355684,26803.5332483478 -1738,0,47829.1416355684,26803.5332483478 -1739,0,47829.1416355684,26803.5332483478 -1740,0,47829.1416355684,26803.5332483478 -1741,0,47829.1416355684,26803.5332483478 -1742,0,47829.1416355684,26803.5332483478 -1743,0,47829.1416355684,26803.5332483478 -1744,0,47829.1416355684,26803.5332483478 -1745,0,47829.1416355684,26803.5332483478 -1746,0,47829.1416355684,26803.5332483478 -1747,0,47829.1416355684,26803.5332483478 -1748,0,47829.1416355684,26803.5332483478 -1749,0,47829.1416355684,26803.5332483478 -1750,0,47829.1416355684,26803.5332483478 -1751,0,47829.1416355684,26803.5332483478 -1752,0,47829.1416355684,26803.5332483478 -1753,0,47829.1416355684,26803.5332483478 -1754,0,47829.1416355684,26803.5332483478 -1755,0,47829.1416355684,26803.5332483478 -1756,0,47829.1416355684,26803.5332483478 -1757,0,47829.1416355684,26803.5332483478 -1758,0,47829.1416355684,26803.5332483478 -1759,0,47829.1416355684,26803.5332483478 -1760,0,47829.1416355684,26803.5332483478 -1761,0,47829.1416355684,26803.5332483478 -1762,0,47829.1416355684,26803.5332483478 -1763,0,47829.1416355684,26803.5332483478 -1764,0,47829.1416355684,26803.5332483478 -1765,0,47829.1416355684,26803.5332483478 -1766,0,47829.1416355684,26803.5332483478 -1767,0,47829.1416355684,26803.5332483478 -1768,0,47829.1416355684,26803.5332483478 -1769,0,47829.1416355684,26803.5332483478 -1770,0,47829.1416355684,26803.5332483478 -1771,0,47829.1416355684,26803.5332483478 -1772,0,47829.1416355684,26803.5332483478 -1773,0,47829.1416355684,26803.5332483478 -1774,0,47829.1416355684,26803.5332483478 -1775,0,47829.1416355684,26803.5332483478 -1776,0,47829.1416355684,26803.5332483478 -1777,0,47829.1416355684,26803.5332483478 -1778,0,47829.1416355684,26803.5332483478 -1779,0,47829.1416355684,26803.5332483478 -1780,0,47829.1416355684,26803.5332483478 -1781,0,47829.1416355684,26803.5332483478 -1782,0,47829.1416355684,26803.5332483478 -1783,0,47829.1416355684,26803.5332483478 -1784,0,47829.1416355684,26803.5332483478 -1785,0,47829.1416355684,26803.5332483478 -1786,0,47829.1416355684,26803.5332483478 -1787,0,47829.1416355684,26803.5332483478 -1788,0,47829.1416355684,26803.5332483478 -1789,0,47829.1416355684,26803.5332483478 -1790,0,47829.1416355684,26803.5332483478 -1791,0,47829.1416355684,26803.5332483478 -1792,0,47829.1416355684,26803.5332483478 -1793,0,47829.1416355684,26803.5332483478 -1794,0,47829.1416355684,26803.5332483478 -1795,0,47829.1416355684,26803.5332483478 -1796,0,47829.1416355684,26803.5332483478 -1797,0,47829.1416355684,26803.5332483478 -1798,0,47829.1416355684,26803.5332483478 -1799,0,47829.1416355684,26803.5332483478 -1800,0,47829.1416355684,26803.5332483478 -1801,0,47829.1416355684,26803.5332483478 -1802,0,47829.1416355684,26803.5332483478 -1803,0,47829.1416355684,26803.5332483478 -1804,0,47829.1416355684,26803.5332483478 -1805,0,47829.1416355684,26803.5332483478 -1806,0,47829.1416355684,26803.5332483478 -1807,0,47829.1416355684,26803.5332483478 -1808,0,47829.1416355684,26803.5332483478 -1809,0,47829.1416355684,26803.5332483478 -1810,0,47829.1416355684,26803.5332483478 -1811,0,47829.1416355684,26803.5332483478 -1812,0,47829.1416355684,26803.5332483478 -1813,0,47829.1416355684,26803.5332483478 -1814,0,47829.1416355684,26803.5332483478 -1815,0,47829.1416355684,26803.5332483478 -1816,0,47829.1416355684,26803.5332483478 -1817,0,47829.1416355684,26803.5332483478 -1818,0,47829.1416355684,26803.5332483478 -1819,0,47829.1416355684,26803.5332483478 -1820,0,47829.1416355684,26803.5332483478 -1821,0,47829.1416355684,26803.5332483478 -1822,0,47829.1416355684,26803.5332483478 -1823,0,47829.1416355684,26803.5332483478 -1824,0,47829.1416355684,26803.5332483478 -1825,0,47829.1416355684,26803.5332483478 -1826,0,47829.1416355684,26803.5332483478 -1827,0,47829.1416355684,26803.5332483478 -1828,0,47829.1416355684,26803.5332483478 -1829,0,47829.1416355684,26803.5332483478 -1830,0,47829.1416355684,26803.5332483478 -1831,0,47829.1416355684,26803.5332483478 -1832,0,47829.1416355684,26803.5332483478 -1833,0,47829.1416355684,26803.5332483478 -1834,0,47829.1416355684,26803.5332483478 -1835,0,47829.1416355684,26803.5332483478 -1836,0,47829.1416355684,26803.5332483478 -1837,0,47829.1416355684,26803.5332483478 -1838,0,47829.1416355684,26803.5332483478 -1839,0,47829.1416355684,26803.5332483478 -1840,0,47829.1416355684,26803.5332483478 -1841,0,47829.1416355684,26803.5332483478 -1842,0,47829.1416355684,26803.5332483478 -1843,0,47829.1416355684,26803.5332483478 -1844,0,47829.1416355684,26803.5332483478 -1845,0,47829.1416355684,26803.5332483478 -1846,0,47829.1416355684,26803.5332483478 -1847,0,47829.1416355684,26803.5332483478 -1848,0,47829.1416355684,26803.5332483478 -1849,0,47829.1416355684,26803.5332483478 -1850,0,47829.1416355684,26803.5332483478 -1851,0,47829.1416355684,26803.5332483478 -1852,0,47829.1416355684,26803.5332483478 -1853,0,47829.1416355684,26803.5332483478 -1854,0,47829.1416355684,26803.5332483478 -1855,0,47829.1416355684,26803.5332483478 -1856,0,47829.1416355684,26803.5332483478 -1857,0,47829.1416355684,26803.5332483478 -1858,0,47829.1416355684,26803.5332483478 -1859,0,47829.1416355684,26803.5332483478 -1860,0,47829.1416355684,26803.5332483478 -1861,0,47829.1416355684,26803.5332483478 -1862,0,47829.1416355684,26803.5332483478 -1863,0,47829.1416355684,26803.5332483478 -1864,0,47829.1416355684,26803.5332483478 -1865,0,47829.1416355684,26803.5332483478 -1866,0,47829.1416355684,26803.5332483478 -1867,0,47829.1416355684,26803.5332483478 -1868,0,47829.1416355684,26803.5332483478 -1869,0,47829.1416355684,26803.5332483478 -1870,0,47829.1416355684,26803.5332483478 -1871,0,47829.1416355684,26803.5332483478 -1872,0,47829.1416355684,26803.5332483478 -1873,0,47829.1416355684,26803.5332483478 -1874,0,47829.1416355684,26803.5332483478 -1875,0,47829.1416355684,26803.5332483478 -1876,0,47829.1416355684,26803.5332483478 -1877,0,47829.1416355684,26803.5332483478 -1878,0,47829.1416355684,26803.5332483478 -1879,0,47829.1416355684,26803.5332483478 -1880,0,47829.1416355684,26803.5332483478 -1881,0,47829.1416355684,26803.5332483478 -1882,0,47829.1416355684,26803.5332483478 -1883,0,47829.1416355684,26803.5332483478 -1884,0,47829.1416355684,26803.5332483478 -1885,0,47829.1416355684,26803.5332483478 -1886,0,47829.1416355684,26803.5332483478 -1887,0,47829.1416355684,26803.5332483478 -1888,0,47829.1416355684,26803.5332483478 -1889,0,47829.1416355684,26803.5332483478 -1890,0,47829.1416355684,26803.5332483478 -1891,0,47829.1416355684,26803.5332483478 -1892,0,47829.1416355684,26803.5332483478 -1893,0,47829.1416355684,26803.5332483478 -1894,0,47829.1416355684,26803.5332483478 -1895,0,47829.1416355684,26803.5332483478 -1896,0,47829.1416355684,26803.5332483478 -1897,0,47829.1416355684,26803.5332483478 -1898,0,47829.1416355684,26803.5332483478 -1899,0,47829.1416355684,26803.5332483478 -1900,0,47829.1416355684,26803.5332483478 -1901,0,47829.1416355684,26803.5332483478 -1902,0,47829.1416355684,26803.5332483478 -1903,0,47829.1416355684,26803.5332483478 -1904,0,47829.1416355684,26803.5332483478 -1905,0,47829.1416355684,26803.5332483478 -1906,0,47829.1416355684,26803.5332483478 -1907,0,47829.1416355684,26803.5332483478 -1908,0,47829.1416355684,26803.5332483478 -1909,0,47829.1416355684,26803.5332483478 -1910,0,47829.1416355684,26803.5332483478 -1911,0,47829.1416355684,26803.5332483478 -1912,0,47829.1416355684,26803.5332483478 -1913,0,47829.1416355684,26803.5332483478 -1914,0,47829.1416355684,26803.5332483478 -1915,0,47829.1416355684,26803.5332483478 -1916,0,47829.1416355684,26803.5332483478 -1917,0,47829.1416355684,26803.5332483478 -1918,0,47829.1416355684,26803.5332483478 -1919,0,47829.1416355684,26803.5332483478 -1920,0,47829.1416355684,26803.5332483478 -1921,0,47829.1416355684,26803.5332483478 -1922,0,47829.1416355684,26803.5332483478 -1923,0,47829.1416355684,26803.5332483478 -1924,0,47829.1416355684,26803.5332483478 -1925,0,47829.1416355684,26803.5332483478 -1926,0,47829.1416355684,26803.5332483478 -1927,0,47829.1416355684,26803.5332483478 -1928,0,47829.1416355684,26803.5332483478 -1929,0,47829.1416355684,26803.5332483478 -1930,0,47829.1416355684,26803.5332483478 -1931,0,47829.1416355684,26803.5332483478 -1932,0,47829.1416355684,26803.5332483478 -1933,0,47829.1416355684,26803.5332483478 -1934,0,47829.1416355684,26803.5332483478 -1935,0,47829.1416355684,26803.5332483478 -1936,0,47829.1416355684,26803.5332483478 -1937,0,47829.1416355684,26803.5332483478 -1938,0,47829.1416355684,26803.5332483478 -1939,0,47829.1416355684,26803.5332483478 -1940,0,47829.1416355684,26803.5332483478 -1941,0,47829.1416355684,26803.5332483478 -1942,0,47829.1416355684,26803.5332483478 -1943,0,47829.1416355684,26803.5332483478 -1944,0,47829.1416355684,26803.5332483478 -1945,0,47829.1416355684,26803.5332483478 -1946,0,47829.1416355684,26803.5332483478 -1947,0,47829.1416355684,26803.5332483478 -1948,0,47829.1416355684,26803.5332483478 -1949,0,47829.1416355684,26803.5332483478 -1950,0,47829.1416355684,26803.5332483478 -1951,0,47829.1416355684,26803.5332483478 -1952,0,47829.1416355684,26803.5332483478 -1953,0,47829.1416355684,26803.5332483478 -1954,0,47829.1416355684,26803.5332483478 -1955,0,47829.1416355684,26803.5332483478 -1956,0,47829.1416355684,26803.5332483478 -1957,0,47829.1416355684,26803.5332483478 -1958,0,47829.1416355684,26803.5332483478 -1959,0,47829.1416355684,26803.5332483478 -1960,0,47829.1416355684,26803.5332483478 -1961,0,47829.1416355684,26803.5332483478 -1962,0,47829.1416355684,26803.5332483478 -1963,0,47829.1416355684,26803.5332483478 -1964,0,47829.1416355684,26803.5332483478 -1965,0,47829.1416355684,26803.5332483478 -1966,0,47829.1416355684,26803.5332483478 -1967,0,47829.1416355684,26803.5332483478 -1968,0,47829.1416355684,26803.5332483478 -1969,0,47829.1416355684,26803.5332483478 -1970,0,47829.1416355684,26803.5332483478 -1971,0,47829.1416355684,26803.5332483478 -1972,0,47829.1416355684,26803.5332483478 -1973,0,47829.1416355684,26803.5332483478 -1974,0,47829.1416355684,26803.5332483478 -1975,0,47829.1416355684,26803.5332483478 -1976,0,47829.1416355684,26803.5332483478 -1977,0,47829.1416355684,26803.5332483478 -1978,0,47829.1416355684,26803.5332483478 -1979,0,47829.1416355684,26803.5332483478 -1980,0,47829.1416355684,26803.5332483478 -1981,0,47829.1416355684,26803.5332483478 -1982,0,47829.1416355684,26803.5332483478 -1983,0,47829.1416355684,26803.5332483478 -1984,0,47829.1416355684,26803.5332483478 -1985,0,47829.1416355684,26803.5332483478 -1986,0,47829.1416355684,26803.5332483478 -1987,0,47829.1416355684,26803.5332483478 -1988,0,47829.1416355684,26803.5332483478 -1989,0,47829.1416355684,26803.5332483478 -1990,0,47829.1416355684,26803.5332483478 -1991,0,47829.1416355684,26803.5332483478 -1992,0,47829.1416355684,26803.5332483478 -1993,0,47829.1416355684,26803.5332483478 -1994,0,47829.1416355684,26803.5332483478 -1995,0,47829.1416355684,26803.5332483478 -1996,0,47829.1416355684,26803.5332483478 -1997,0,47829.1416355684,26803.5332483478 -1998,0,47829.1416355684,26803.5332483478 -1999,0,47829.1416355684,26803.5332483478 -2000,0,47829.1416355684,26803.5332483478 -2001,0,47829.1416355684,26803.5332483478 -2002,0,47829.1416355684,26803.5332483478 -2003,0,47829.1416355684,26803.5332483478 -2004,0,47829.1416355684,26803.5332483478 -2005,0,47829.1416355684,26803.5332483478 -2006,0,47829.1416355684,26803.5332483478 -2007,0,47829.1416355684,26803.5332483478 -2008,0,47829.1416355684,26803.5332483478 -2009,0,47829.1416355684,26803.5332483478 -2010,0,47829.1416355684,26803.5332483478 -2011,0,47829.1416355684,26803.5332483478 -2012,0,47829.1416355684,26803.5332483478 -2013,0,47829.1416355684,26803.5332483478 -2014,0,47829.1416355684,26803.5332483478 -2015,0,47829.1416355684,26803.5332483478 -2016,0,47829.1416355684,26803.5332483478 -2017,0,47829.1416355684,26803.5332483478 -2018,0,47829.1416355684,26803.5332483478 -2019,0,47829.1416355684,26803.5332483478 -2020,0,47829.1416355684,26803.5332483478 -2021,0,47829.1416355684,26803.5332483478 -2022,0,47829.1416355684,26803.5332483478 -2023,0,47829.1416355684,26803.5332483478 -2024,0,47829.1416355684,26803.5332483478 -2025,0,47829.1416355684,26803.5332483478 -2026,0,47829.1416355684,26803.5332483478 -2027,0,47829.1416355684,26803.5332483478 -2028,0,47829.1416355684,26803.5332483478 -2029,0,47829.1416355684,26803.5332483478 -2030,0,47829.1416355684,26803.5332483478 -2031,0,47829.1416355684,26803.5332483478 -2032,0,47829.1416355684,26803.5332483478 -2033,0,47829.1416355684,26803.5332483478 -2034,0,47829.1416355684,26803.5332483478 -2035,0,47829.1416355684,26803.5332483478 -2036,0,47829.1416355684,26803.5332483478 -2037,0,47829.1416355684,26803.5332483478 -2038,0,47829.1416355684,26803.5332483478 -2039,0,47829.1416355684,26803.5332483478 -2040,0,47829.1416355684,26803.5332483478 -2041,0,47829.1416355684,26803.5332483478 -2042,0,47829.1416355684,26803.5332483478 -2043,0,47829.1416355684,26803.5332483478 -2044,0,47829.1416355684,26803.5332483478 -2045,0,47829.1416355684,26803.5332483478 -2046,0,47829.1416355684,26803.5332483478 -2047,0,47829.1416355684,26803.5332483478 -2048,0,47829.1416355684,26803.5332483478 -2049,0,47829.1416355684,26803.5332483478 -2050,0,47829.1416355684,26803.5332483478 -2051,0,47829.1416355684,26803.5332483478 -2052,0,47829.1416355684,26803.5332483478 -2053,0,47829.1416355684,26803.5332483478 -2054,0,47829.1416355684,26803.5332483478 -2055,0,47829.1416355684,26803.5332483478 -2056,0,47829.1416355684,26803.5332483478 -2057,0,47829.1416355684,26803.5332483478 -2058,0,47829.1416355684,26803.5332483478 -2059,0,47829.1416355684,26803.5332483478 -2060,0,47829.1416355684,26803.5332483478 -2061,0,47829.1416355684,26803.5332483478 -2062,0,47829.1416355684,26803.5332483478 -2063,0,47829.1416355684,26803.5332483478 -2064,0,47829.1416355684,26803.5332483478 -2065,0,47829.1416355684,26803.5332483478 -2066,0,47829.1416355684,26803.5332483478 -2067,0,47829.1416355684,26803.5332483478 -2068,0,47829.1416355684,26803.5332483478 -2069,0,47829.1416355684,26803.5332483478 -2070,0,47829.1416355684,26803.5332483478 -2071,0,47829.1416355684,26803.5332483478 -2072,0,47829.1416355684,26803.5332483478 -2073,0,47829.1416355684,26803.5332483478 -2074,0,47829.1416355684,26803.5332483478 -2075,0,47829.1416355684,26803.5332483478 -2076,0,47829.1416355684,26803.5332483478 -2077,0,47829.1416355684,26803.5332483478 -2078,0,47829.1416355684,26803.5332483478 -2079,0,47829.1416355684,26803.5332483478 -2080,0,47829.1416355684,26803.5332483478 -2081,0,47829.1416355684,26803.5332483478 -2082,0,47829.1416355684,26803.5332483478 -2083,0,47829.1416355684,26803.5332483478 -2084,0,47829.1416355684,26803.5332483478 -2085,0,47829.1416355684,26803.5332483478 -2086,0,47829.1416355684,26803.5332483478 -2087,0,47829.1416355684,26803.5332483478 -2088,0,47829.1416355684,26803.5332483478 -2089,0,47829.1416355684,26803.5332483478 -2090,0,47829.1416355684,26803.5332483478 -2091,0,47829.1416355684,26803.5332483478 -2092,0,47829.1416355684,26803.5332483478 -2093,0,47829.1416355684,26803.5332483478 -2094,0,47829.1416355684,26803.5332483478 -2095,0,47829.1416355684,26803.5332483478 -2096,0,47829.1416355684,26803.5332483478 -2097,0,47829.1416355684,26803.5332483478 -2098,0,47829.1416355684,26803.5332483478 -2099,0,47829.1416355684,26803.5332483478 -2100,0,47829.1416355684,26803.5332483478 -2101,0,47829.1416355684,26803.5332483478 -2102,0,47829.1416355684,26803.5332483478 -2103,0,47829.1416355684,26803.5332483478 -2104,0,47829.1416355684,26803.5332483478 -2105,0,47829.1416355684,26803.5332483478 -2106,0,47829.1416355684,26803.5332483478 -2107,0,47829.1416355684,26803.5332483478 -2108,0,47829.1416355684,26803.5332483478 -2109,0,47829.1416355684,26803.5332483478 -2110,0,47829.1416355684,26803.5332483478 -2111,0,47829.1416355684,26803.5332483478 -2112,0,47829.1416355684,26803.5332483478 -2113,0,47829.1416355684,26803.5332483478 -2114,0,47829.1416355684,26803.5332483478 -2115,0,47829.1416355684,26803.5332483478 -2116,0,47829.1416355684,26803.5332483478 -2117,0,47829.1416355684,26803.5332483478 -2118,0,47829.1416355684,26803.5332483478 -2119,0,47829.1416355684,26803.5332483478 -2120,0,47829.1416355684,26803.5332483478 -2121,0,47829.1416355684,26803.5332483478 -2122,0,47829.1416355684,26803.5332483478 -2123,0,47829.1416355684,26803.5332483478 -2124,0,47829.1416355684,26803.5332483478 -2125,0,47829.1416355684,26803.5332483478 -2126,0,47829.1416355684,26803.5332483478 -2127,0,47829.1416355684,26803.5332483478 -2128,0,47829.1416355684,26803.5332483478 -2129,0,47829.1416355684,26803.5332483478 -2130,0,47829.1416355684,26803.5332483478 -2131,0,47829.1416355684,26803.5332483478 -2132,0,47829.1416355684,26803.5332483478 -2133,0,47829.1416355684,26803.5332483478 -2134,0,47829.1416355684,26803.5332483478 -2135,0,47829.1416355684,26803.5332483478 -2136,0,47829.1416355684,26803.5332483478 -2137,0,47829.1416355684,26803.5332483478 -2138,0,47829.1416355684,26803.5332483478 -2139,0,47829.1416355684,26803.5332483478 -2140,0,47829.1416355684,26803.5332483478 -2141,0,47829.1416355684,26803.5332483478 -2142,0,47829.1416355684,26803.5332483478 -2143,0,47829.1416355684,26803.5332483478 -2144,0,47829.1416355684,26803.5332483478 -2145,0,47829.1416355684,26803.5332483478 -2146,0,47829.1416355684,26803.5332483478 -2147,0,47829.1416355684,26803.5332483478 -2148,0,47829.1416355684,26803.5332483478 -2149,0,47829.1416355684,26803.5332483478 -2150,0,47829.1416355684,26803.5332483478 -2151,0,47829.1416355684,26803.5332483478 -2152,0,47829.1416355684,26803.5332483478 -2153,0,47829.1416355684,26803.5332483478 -2154,0,47829.1416355684,26803.5332483478 -2155,0,47829.1416355684,26803.5332483478 -2156,0,47829.1416355684,26803.5332483478 -2157,0,47829.1416355684,26803.5332483478 -2158,0,47829.1416355684,26803.5332483478 -2159,0,47829.1416355684,26803.5332483478 -2160,0,47829.1416355684,26803.5332483478 -2161,0,47829.1416355684,26803.5332483478 -2162,0,47829.1416355684,26803.5332483478 -2163,0,47829.1416355684,26803.5332483478 -2164,0,47829.1416355684,26803.5332483478 -2165,0,47829.1416355684,26803.5332483478 -2166,0,47829.1416355684,26803.5332483478 -2167,0,47829.1416355684,26803.5332483478 -2168,0,47829.1416355684,26803.5332483478 -2169,0,47829.1416355684,26803.5332483478 -2170,0,47829.1416355684,26803.5332483478 -2171,0,47829.1416355684,26803.5332483478 -2172,0,47829.1416355684,26803.5332483478 -2173,0,47829.1416355684,26803.5332483478 -2174,0,47829.1416355684,26803.5332483478 -2175,0,47829.1416355684,26803.5332483478 -2176,0,47829.1416355684,26803.5332483478 -2177,0,47829.1416355684,26803.5332483478 -2178,0,47829.1416355684,26803.5332483478 -2179,0,47829.1416355684,26803.5332483478 -2180,0,47829.1416355684,26803.5332483478 -2181,0,47829.1416355684,26803.5332483478 -2182,0,47829.1416355684,26803.5332483478 -2183,0,47829.1416355684,26803.5332483478 -2184,0,47829.1416355684,26803.5332483478 -2185,0,47829.1416355684,26803.5332483478 -2186,0,47829.1416355684,26803.5332483478 -2187,0,47829.1416355684,26803.5332483478 -2188,0,47829.1416355684,26803.5332483478 -2189,0,47829.1416355684,26803.5332483478 -2190,0,47829.1416355684,26803.5332483478 -2191,0,47829.1416355684,26803.5332483478 -2192,0,47829.1416355684,26803.5332483478 -2193,0,47829.1416355684,26803.5332483478 -2194,0,47829.1416355684,26803.5332483478 -2195,0,47829.1416355684,26803.5332483478 -2196,0,47829.1416355684,26803.5332483478 -2197,0,47829.1416355684,26803.5332483478 -2198,0,47829.1416355684,26803.5332483478 -2199,0,47829.1416355684,26803.5332483478 -2200,0,47829.1416355684,26803.5332483478 -2201,0,47829.1416355684,26803.5332483478 -2202,0,47829.1416355684,26803.5332483478 -2203,0,47829.1416355684,26803.5332483478 -2204,0,47829.1416355684,26803.5332483478 -2205,0,47829.1416355684,26803.5332483478 -2206,0,47829.1416355684,26803.5332483478 -2207,0,47829.1416355684,26803.5332483478 -2208,0,47829.1416355684,26803.5332483478 -2209,0,47829.1416355684,26803.5332483478 -2210,0,47829.1416355684,26803.5332483478 -2211,0,47829.1416355684,26803.5332483478 -2212,0,47829.1416355684,26803.5332483478 -2213,0,47829.1416355684,26803.5332483478 -2214,0,47829.1416355684,26803.5332483478 -2215,0,47829.1416355684,26803.5332483478 -2216,0,47829.1416355684,26803.5332483478 -2217,0,47829.1416355684,26803.5332483478 -2218,0,47829.1416355684,26803.5332483478 -2219,0,47829.1416355684,26803.5332483478 -2220,0,47829.1416355684,26803.5332483478 -2221,0,47829.1416355684,26803.5332483478 -2222,0,47829.1416355684,26803.5332483478 -2223,0,47829.1416355684,26803.5332483478 -2224,0,47829.1416355684,26803.5332483478 -2225,0,47829.1416355684,26803.5332483478 -2226,0,47829.1416355684,26803.5332483478 -2227,0,47829.1416355684,26803.5332483478 -2228,0,47829.1416355684,26803.5332483478 -2229,0,47829.1416355684,26803.5332483478 -2230,0,47829.1416355684,26803.5332483478 -2231,0,47829.1416355684,26803.5332483478 -2232,0,47829.1416355684,26803.5332483478 -2233,0,47829.1416355684,26803.5332483478 -2234,0,47829.1416355684,26803.5332483478 -2235,0,47829.1416355684,26803.5332483478 -2236,0,47829.1416355684,26803.5332483478 -2237,0,47829.1416355684,26803.5332483478 -2238,0,47829.1416355684,26803.5332483478 -2239,0,47829.1416355684,26803.5332483478 -2240,0,47829.1416355684,26803.5332483478 -2241,0,47829.1416355684,26803.5332483478 -2242,0,47829.1416355684,26803.5332483478 -2243,0,47829.1416355684,26803.5332483478 -2244,0,47829.1416355684,26803.5332483478 -2245,0,47829.1416355684,26803.5332483478 -2246,0,47829.1416355684,26803.5332483478 -2247,0,47829.1416355684,26803.5332483478 -2248,0,47829.1416355684,26803.5332483478 -2249,0,47829.1416355684,26803.5332483478 -2250,0,47829.1416355684,26803.5332483478 -2251,0,47829.1416355684,26803.5332483478 -2252,0,47829.1416355684,26803.5332483478 -2253,0,47829.1416355684,26803.5332483478 -2254,0,47829.1416355684,26803.5332483478 -2255,0,47829.1416355684,26803.5332483478 -2256,0,47829.1416355684,26803.5332483478 -2257,0,47829.1416355684,26803.5332483478 -2258,0,47829.1416355684,26803.5332483478 -2259,0,47829.1416355684,26803.5332483478 -2260,0,47829.1416355684,26803.5332483478 -2261,0,47829.1416355684,26803.5332483478 -2262,0,47829.1416355684,26803.5332483478 -2263,0,47829.1416355684,26803.5332483478 -2264,0,47829.1416355684,26803.5332483478 -2265,0,47829.1416355684,26803.5332483478 -2266,0,47829.1416355684,26803.5332483478 -2267,0,47829.1416355684,26803.5332483478 -2268,0,47829.1416355684,26803.5332483478 -2269,0,47829.1416355684,26803.5332483478 -2270,0,47829.1416355684,26803.5332483478 -2271,0,47829.1416355684,26803.5332483478 -2272,0,47829.1416355684,26803.5332483478 -2273,0,47829.1416355684,26803.5332483478 -2274,0,47829.1416355684,26803.5332483478 -2275,0,47829.1416355684,26803.5332483478 -2276,0,47829.1416355684,26803.5332483478 -2277,0,47829.1416355684,26803.5332483478 -2278,0,47829.1416355684,26803.5332483478 -2279,0,47829.1416355684,26803.5332483478 -2280,0,47829.1416355684,26803.5332483478 -2281,0,47829.1416355684,26803.5332483478 -2282,0,47829.1416355684,26803.5332483478 -2283,0,47829.1416355684,26803.5332483478 -2284,0,47829.1416355684,26803.5332483478 -2285,0,47829.1416355684,26803.5332483478 -2286,0,47829.1416355684,26803.5332483478 -2287,0,47829.1416355684,26803.5332483478 -2288,0,47829.1416355684,26803.5332483478 -2289,0,47829.1416355684,26803.5332483478 -2290,0,47829.1416355684,26803.5332483478 -2291,0,47829.1416355684,26803.5332483478 -2292,0,47829.1416355684,26803.5332483478 -2293,0,47829.1416355684,26803.5332483478 -2294,0,47829.1416355684,26803.5332483478 -2295,0,47829.1416355684,26803.5332483478 -2296,0,47829.1416355684,26803.5332483478 -2297,0,47829.1416355684,26803.5332483478 -2298,0,47829.1416355684,26803.5332483478 -2299,0,47829.1416355684,26803.5332483478 -2300,0,47829.1416355684,26803.5332483478 -2301,0,47829.1416355684,26803.5332483478 -2302,0,47829.1416355684,26803.5332483478 -2303,0,47829.1416355684,26803.5332483478 -2304,0,47829.1416355684,26803.5332483478 -2305,0,47829.1416355684,26803.5332483478 -2306,0,47829.1416355684,26803.5332483478 -2307,0,47829.1416355684,26803.5332483478 -2308,0,47829.1416355684,26803.5332483478 -2309,0,47829.1416355684,26803.5332483478 -2310,0,47829.1416355684,26803.5332483478 -2311,0,47829.1416355684,26803.5332483478 -2312,0,47829.1416355684,26803.5332483478 -2313,0,47829.1416355684,26803.5332483478 -2314,0,47829.1416355684,26803.5332483478 -2315,0,47829.1416355684,26803.5332483478 -2316,0,47829.1416355684,26803.5332483478 -2317,0,47829.1416355684,26803.5332483478 -2318,0,47829.1416355684,26803.5332483478 -2319,0,47829.1416355684,26803.5332483478 -2320,0,47829.1416355684,26803.5332483478 -2321,0,47829.1416355684,26803.5332483478 -2322,0,47829.1416355684,26803.5332483478 -2323,0,47829.1416355684,26803.5332483478 -2324,0,47829.1416355684,26803.5332483478 -2325,0,47829.1416355684,26803.5332483478 -2326,0,47829.1416355684,26803.5332483478 -2327,0,47829.1416355684,26803.5332483478 -2328,0,47829.1416355684,26803.5332483478 -2329,0,47829.1416355684,26803.5332483478 -2330,0,47829.1416355684,26803.5332483478 -2331,0,47829.1416355684,26803.5332483478 -2332,0,47829.1416355684,26803.5332483478 -2333,0,47829.1416355684,26803.5332483478 -2334,0,47829.1416355684,26803.5332483478 -2335,0,47829.1416355684,26803.5332483478 -2336,0,47829.1416355684,26803.5332483478 -2337,0,47829.1416355684,26803.5332483478 -2338,0,47829.1416355684,26803.5332483478 -2339,0,47829.1416355684,26803.5332483478 -2340,0,47829.1416355684,26803.5332483478 -2341,0,47829.1416355684,26803.5332483478 -2342,0,47829.1416355684,26803.5332483478 -2343,0,47829.1416355684,26803.5332483478 -2344,0,47829.1416355684,26803.5332483478 -2345,0,47829.1416355684,26803.5332483478 -2346,0,47829.1416355684,26803.5332483478 -2347,0,47829.1416355684,26803.5332483478 -2348,0,47829.1416355684,26803.5332483478 -2349,0,47829.1416355684,26803.5332483478 -2350,0,47829.1416355684,26803.5332483478 -2351,0,47829.1416355684,26803.5332483478 -2352,0,47829.1416355684,26803.5332483478 -2353,0,47829.1416355684,26803.5332483478 -2354,0,47829.1416355684,26803.5332483478 -2355,0,47829.1416355684,26803.5332483478 -2356,0,47829.1416355684,26803.5332483478 -2357,0,47829.1416355684,26803.5332483478 -2358,0,47829.1416355684,26803.5332483478 -2359,0,47829.1416355684,26803.5332483478 -2360,0,47829.1416355684,26803.5332483478 -2361,0,47829.1416355684,26803.5332483478 -2362,0,47829.1416355684,26803.5332483478 -2363,0,47829.1416355684,26803.5332483478 -2364,0,47829.1416355684,26803.5332483478 -2365,0,47829.1416355684,26803.5332483478 -2366,0,47829.1416355684,26803.5332483478 -2367,0,47829.1416355684,26803.5332483478 -2368,0,47829.1416355684,26803.5332483478 -2369,0,47829.1416355684,26803.5332483478 -2370,0,47829.1416355684,26803.5332483478 -2371,0,47829.1416355684,26803.5332483478 -2372,0,47829.1416355684,26803.5332483478 -2373,0,47829.1416355684,26803.5332483478 -2374,0,47829.1416355684,26803.5332483478 -2375,0,47829.1416355684,26803.5332483478 -2376,0,47829.1416355684,26803.5332483478 -2377,0,47829.1416355684,26803.5332483478 -2378,0,47829.1416355684,26803.5332483478 -2379,0,47829.1416355684,26803.5332483478 -2380,0,47829.1416355684,26803.5332483478 -2381,0,47829.1416355684,26803.5332483478 -2382,0,47829.1416355684,26803.5332483478 -2383,0,47829.1416355684,26803.5332483478 -2384,0,47829.1416355684,26803.5332483478 -2385,0,47829.1416355684,26803.5332483478 -2386,0,47829.1416355684,26803.5332483478 -2387,0,47829.1416355684,26803.5332483478 -2388,0,47829.1416355684,26803.5332483478 -2389,0,47829.1416355684,26803.5332483478 -2390,0,47829.1416355684,26803.5332483478 -2391,0,47829.1416355684,26803.5332483478 -2392,0,47829.1416355684,26803.5332483478 -2393,0,47829.1416355684,26803.5332483478 -2394,0,47829.1416355684,26803.5332483478 -2395,0,47829.1416355684,26803.5332483478 -2396,0,47829.1416355684,26803.5332483478 -2397,0,47829.1416355684,26803.5332483478 -2398,0,47829.1416355684,26803.5332483478 -2399,0,47829.1416355684,26803.5332483478 -2400,0,47829.1416355684,26803.5332483478 -2401,0,47829.1416355684,26803.5332483478 -2402,0,47829.1416355684,26803.5332483478 -2403,0,47829.1416355684,26803.5332483478 -2404,0,47829.1416355684,26803.5332483478 -2405,0,47829.1416355684,26803.5332483478 -2406,0,47829.1416355684,26803.5332483478 -2407,0,47829.1416355684,26803.5332483478 -2408,0,47829.1416355684,26803.5332483478 -2409,0,47829.1416355684,26803.5332483478 -2410,0,47829.1416355684,26803.5332483478 -2411,0,47829.1416355684,26803.5332483478 -2412,0,47829.1416355684,26803.5332483478 -2413,0,47829.1416355684,26803.5332483478 -2414,0,47829.1416355684,26803.5332483478 -2415,0,47829.1416355684,26803.5332483478 -2416,0,47829.1416355684,26803.5332483478 -2417,0,47829.1416355684,26803.5332483478 -2418,0,47829.1416355684,26803.5332483478 -2419,0,47829.1416355684,26803.5332483478 -2420,0,47829.1416355684,26803.5332483478 -2421,0,47829.1416355684,26803.5332483478 -2422,0,47829.1416355684,26803.5332483478 -2423,0,47829.1416355684,26803.5332483478 -2424,0,47829.1416355684,26803.5332483478 -2425,0,47829.1416355684,26803.5332483478 -2426,0,47829.1416355684,26803.5332483478 -2427,0,47829.1416355684,26803.5332483478 -2428,0,47829.1416355684,26803.5332483478 -2429,0,47829.1416355684,26803.5332483478 -2430,0,47829.1416355684,26803.5332483478 -2431,0,47829.1416355684,26803.5332483478 -2432,0,47829.1416355684,26803.5332483478 -2433,0,47829.1416355684,26803.5332483478 -2434,0,47829.1416355684,26803.5332483478 -2435,0,47829.1416355684,26803.5332483478 -2436,0,47829.1416355684,26803.5332483478 -2437,0,47829.1416355684,26803.5332483478 -2438,0,47829.1416355684,26803.5332483478 -2439,0,47829.1416355684,26803.5332483478 -2440,0,47829.1416355684,26803.5332483478 -2441,0,47829.1416355684,26803.5332483478 -2442,0,47829.1416355684,26803.5332483478 -2443,0,47829.1416355684,26803.5332483478 -2444,0,47829.1416355684,26803.5332483478 -2445,0,47829.1416355684,26803.5332483478 -2446,0,47829.1416355684,26803.5332483478 -2447,0,47829.1416355684,26803.5332483478 -2448,0,47829.1416355684,26803.5332483478 -2449,0,47829.1416355684,26803.5332483478 -2450,0,47829.1416355684,26803.5332483478 -2451,0,47829.1416355684,26803.5332483478 -2452,0,47829.1416355684,26803.5332483478 -2453,0,47829.1416355684,26803.5332483478 -2454,0,47829.1416355684,26803.5332483478 -2455,0,47829.1416355684,26803.5332483478 -2456,0,47829.1416355684,26803.5332483478 -2457,0,47829.1416355684,26803.5332483478 -2458,0,47829.1416355684,26803.5332483478 -2459,0,47829.1416355684,26803.5332483478 -2460,0,47829.1416355684,26803.5332483478 -2461,0,47829.1416355684,26803.5332483478 -2462,0,47829.1416355684,26803.5332483478 -2463,0,47829.1416355684,26803.5332483478 -2464,0,47829.1416355684,26803.5332483478 -2465,0,47829.1416355684,26803.5332483478 -2466,0,47829.1416355684,26803.5332483478 -2467,0,47829.1416355684,26803.5332483478 -2468,0,47829.1416355684,26803.5332483478 -2469,0,47829.1416355684,26803.5332483478 -2470,0,47829.1416355684,26803.5332483478 -2471,0,47829.1416355684,26803.5332483478 -2472,0,47829.1416355684,26803.5332483478 -2473,0,47829.1416355684,26803.5332483478 -2474,0,47829.1416355684,26803.5332483478 -2475,0,47829.1416355684,26803.5332483478 -2476,0,47829.1416355684,26803.5332483478 -2477,0,47829.1416355684,26803.5332483478 -2478,0,47829.1416355684,26803.5332483478 -2479,0,47829.1416355684,26803.5332483478 -2480,0,47829.1416355684,26803.5332483478 -2481,0,47829.1416355684,26803.5332483478 -2482,0,47829.1416355684,26803.5332483478 -2483,0,47829.1416355684,26803.5332483478 -2484,0,47829.1416355684,26803.5332483478 -2485,0,47829.1416355684,26803.5332483478 -2486,0,47829.1416355684,26803.5332483478 -2487,0,47829.1416355684,26803.5332483478 -2488,0,47829.1416355684,26803.5332483478 -2489,0,47829.1416355684,26803.5332483478 -2490,0,47829.1416355684,26803.5332483478 -2491,0,47829.1416355684,26803.5332483478 -2492,0,47829.1416355684,26803.5332483478 -2493,0,47829.1416355684,26803.5332483478 -2494,0,47829.1416355684,26803.5332483478 -2495,0,47829.1416355684,26803.5332483478 -2496,0,47829.1416355684,26803.5332483478 -2497,0,47829.1416355684,26803.5332483478 -2498,0,47829.1416355684,26803.5332483478 -2499,0,47829.1416355684,26803.5332483478 -2500,0,47829.1416355684,26803.5332483478 -2501,0,47829.1416355684,26803.5332483478 -2502,0,47829.1416355684,26803.5332483478 -2503,0,47829.1416355684,26803.5332483478 -2504,0,47829.1416355684,26803.5332483478 -2505,0,47829.1416355684,26803.5332483478 -2506,0,47829.1416355684,26803.5332483478 -2507,0,47829.1416355684,26803.5332483478 -2508,0,47829.1416355684,26803.5332483478 -2509,0,47829.1416355684,26803.5332483478 -2510,0,47829.1416355684,26803.5332483478 -2511,0,47829.1416355684,26803.5332483478 -2512,0,47829.1416355684,26803.5332483478 -2513,0,47829.1416355684,26803.5332483478 -2514,0,47829.1416355684,26803.5332483478 -2515,0,47829.1416355684,26803.5332483478 -2516,0,47829.1416355684,26803.5332483478 -2517,0,47829.1416355684,26803.5332483478 -2518,0,47829.1416355684,26803.5332483478 -2519,0,47829.1416355684,26803.5332483478 -2520,0,47829.1416355684,26803.5332483478 -2521,0,47829.1416355684,26803.5332483478 -2522,0,47829.1416355684,26803.5332483478 -2523,0,47829.1416355684,26803.5332483478 -2524,0,47829.1416355684,26803.5332483478 -2525,0,47829.1416355684,26803.5332483478 -2526,0,47829.1416355684,26803.5332483478 -2527,0,47829.1416355684,26803.5332483478 -2528,0,47829.1416355684,26803.5332483478 -2529,0,47829.1416355684,26803.5332483478 -2530,0,47829.1416355684,26803.5332483478 -2531,0,47829.1416355684,26803.5332483478 -2532,0,47829.1416355684,26803.5332483478 -2533,0,47829.1416355684,26803.5332483478 -2534,0,47829.1416355684,26803.5332483478 -2535,0,47829.1416355684,26803.5332483478 -2536,0,47829.1416355684,26803.5332483478 -2537,0,47829.1416355684,26803.5332483478 -2538,0,47829.1416355684,26803.5332483478 -2539,0,47829.1416355684,26803.5332483478 -2540,0,47829.1416355684,26803.5332483478 -2541,0,47829.1416355684,26803.5332483478 -2542,0,47829.1416355684,26803.5332483478 -2543,0,47829.1416355684,26803.5332483478 -2544,0,47829.1416355684,26803.5332483478 -2545,0,47829.1416355684,26803.5332483478 -2546,0,47829.1416355684,26803.5332483478 -2547,0,47829.1416355684,26803.5332483478 -2548,0,47829.1416355684,26803.5332483478 -2549,0,47829.1416355684,26803.5332483478 -2550,0,47829.1416355684,26803.5332483478 -2551,0,47829.1416355684,26803.5332483478 -2552,0,47829.1416355684,26803.5332483478 -2553,0,47829.1416355684,26803.5332483478 -2554,0,47829.1416355684,26803.5332483478 -2555,0,47829.1416355684,26803.5332483478 -2556,0,47829.1416355684,26803.5332483478 -2557,0,47829.1416355684,26803.5332483478 -2558,0,47829.1416355684,26803.5332483478 -2559,0,47829.1416355684,26803.5332483478 -2560,0,47829.1416355684,26803.5332483478 -2561,0,47829.1416355684,26803.5332483478 -2562,0,47829.1416355684,26803.5332483478 -2563,0,47829.1416355684,26803.5332483478 -2564,0,47829.1416355684,26803.5332483478 -2565,0,47829.1416355684,26803.5332483478 -2566,0,47829.1416355684,26803.5332483478 -2567,0,47829.1416355684,26803.5332483478 -2568,0,47829.1416355684,26803.5332483478 -2569,0,47829.1416355684,26803.5332483478 -2570,0,47829.1416355684,26803.5332483478 -2571,0,47829.1416355684,26803.5332483478 -2572,0,47829.1416355684,26803.5332483478 -2573,0,47829.1416355684,26803.5332483478 -2574,0,47829.1416355684,26803.5332483478 -2575,0,47829.1416355684,26803.5332483478 -2576,0,47829.1416355684,26803.5332483478 -2577,0,47829.1416355684,26803.5332483478 -2578,0,47829.1416355684,26803.5332483478 -2579,0,47829.1416355684,26803.5332483478 -2580,0,47829.1416355684,26803.5332483478 -2581,0,47829.1416355684,26803.5332483478 -2582,0,47829.1416355684,26803.5332483478 -2583,0,47829.1416355684,26803.5332483478 -2584,0,47829.1416355684,26803.5332483478 -2585,0,47829.1416355684,26803.5332483478 -2586,0,47829.1416355684,26803.5332483478 -2587,0,47829.1416355684,26803.5332483478 -2588,0,47829.1416355684,26803.5332483478 -2589,0,47829.1416355684,26803.5332483478 -2590,0,47829.1416355684,26803.5332483478 -2591,0,47829.1416355684,26803.5332483478 -2592,0,47829.1416355684,26803.5332483478 -2593,0,47829.1416355684,26803.5332483478 -2594,0,47829.1416355684,26803.5332483478 -2595,0,47829.1416355684,26803.5332483478 -2596,0,47829.1416355684,26803.5332483478 -2597,0,47829.1416355684,26803.5332483478 -2598,0,47829.1416355684,26803.5332483478 -2599,0,47829.1416355684,26803.5332483478 -2600,0,47829.1416355684,26803.5332483478 -2601,0,47829.1416355684,26803.5332483478 -2602,0,47829.1416355684,26803.5332483478 -2603,0,47829.1416355684,26803.5332483478 -2604,0,47829.1416355684,26803.5332483478 -2605,0,47829.1416355684,26803.5332483478 -2606,0,47829.1416355684,26803.5332483478 -2607,0,47829.1416355684,26803.5332483478 -2608,0,47829.1416355684,26803.5332483478 -2609,0,47829.1416355684,26803.5332483478 -2610,0,47829.1416355684,26803.5332483478 -2611,0,47829.1416355684,26803.5332483478 -2612,0,47829.1416355684,26803.5332483478 -2613,0,47829.1416355684,26803.5332483478 -2614,0,47829.1416355684,26803.5332483478 -2615,0,47829.1416355684,26803.5332483478 -2616,0,47829.1416355684,26803.5332483478 -2617,0,47829.1416355684,26803.5332483478 -2618,0,47829.1416355684,26803.5332483478 -2619,0,47829.1416355684,26803.5332483478 -2620,0,47829.1416355684,26803.5332483478 -2621,0,47829.1416355684,26803.5332483478 -2622,0,47829.1416355684,26803.5332483478 -2623,0,47829.1416355684,26803.5332483478 -2624,0,47829.1416355684,26803.5332483478 -2625,0,47829.1416355684,26803.5332483478 -2626,0,47829.1416355684,26803.5332483478 -2627,0,47829.1416355684,26803.5332483478 -2628,0,47829.1416355684,26803.5332483478 -2629,0,47829.1416355684,26803.5332483478 -2630,0,47829.1416355684,26803.5332483478 -2631,0,47829.1416355684,26803.5332483478 -2632,0,47829.1416355684,26803.5332483478 -2633,0,47829.1416355684,26803.5332483478 -2634,0,47829.1416355684,26803.5332483478 -2635,0,47829.1416355684,26803.5332483478 -2636,0,47829.1416355684,26803.5332483478 -2637,0,47829.1416355684,26803.5332483478 -2638,0,47829.1416355684,26803.5332483478 -2639,0,47829.1416355684,26803.5332483478 -2640,0,47829.1416355684,26803.5332483478 -2641,0,47829.1416355684,26803.5332483478 -2642,0,47829.1416355684,26803.5332483478 -2643,0,47829.1416355684,26803.5332483478 -2644,0,47829.1416355684,26803.5332483478 -2645,0,47829.1416355684,26803.5332483478 -2646,0,47829.1416355684,26803.5332483478 -2647,0,47829.1416355684,26803.5332483478 -2648,0,47829.1416355684,26803.5332483478 -2649,0,47829.1416355684,26803.5332483478 -2650,0,47829.1416355684,26803.5332483478 -2651,0,47829.1416355684,26803.5332483478 -2652,0,47829.1416355684,26803.5332483478 -2653,0,47829.1416355684,26803.5332483478 -2654,0,47829.1416355684,26803.5332483478 -2655,0,47829.1416355684,26803.5332483478 -2656,0,47829.1416355684,26803.5332483478 -2657,0,47829.1416355684,26803.5332483478 -2658,0,47829.1416355684,26803.5332483478 -2659,0,47829.1416355684,26803.5332483478 -2660,0,47829.1416355684,26803.5332483478 -2661,0,47829.1416355684,26803.5332483478 -2662,0,47829.1416355684,26803.5332483478 -2663,0,47829.1416355684,26803.5332483478 -2664,0,47829.1416355684,26803.5332483478 -2665,0,47829.1416355684,26803.5332483478 -2666,0,47829.1416355684,26803.5332483478 -2667,0,47829.1416355684,26803.5332483478 -2668,0,47829.1416355684,26803.5332483478 -2669,0,47829.1416355684,26803.5332483478 -2670,0,47829.1416355684,26803.5332483478 -2671,0,47829.1416355684,26803.5332483478 -2672,0,47829.1416355684,26803.5332483478 -2673,0,47829.1416355684,26803.5332483478 -2674,0,47829.1416355684,26803.5332483478 -2675,0,47829.1416355684,26803.5332483478 -2676,0,47829.1416355684,26803.5332483478 -2677,0,47829.1416355684,26803.5332483478 -2678,0,47829.1416355684,26803.5332483478 -2679,0,47829.1416355684,26803.5332483478 -2680,0,47829.1416355684,26803.5332483478 -2681,0,47829.1416355684,26803.5332483478 -2682,0,47829.1416355684,26803.5332483478 -2683,0,47829.1416355684,26803.5332483478 -2684,0,47829.1416355684,26803.5332483478 -2685,0,47829.1416355684,26803.5332483478 -2686,0,47829.1416355684,26803.5332483478 -2687,0,47829.1416355684,26803.5332483478 -2688,0,47829.1416355684,26803.5332483478 -2689,0,47829.1416355684,26803.5332483478 -2690,0,47829.1416355684,26803.5332483478 -2691,0,47829.1416355684,26803.5332483478 -2692,0,47829.1416355684,26803.5332483478 -2693,0,47829.1416355684,26803.5332483478 -2694,0,47829.1416355684,26803.5332483478 -2695,0,47829.1416355684,26803.5332483478 -2696,0,47829.1416355684,26803.5332483478 -2697,0,47829.1416355684,26803.5332483478 -2698,0,47829.1416355684,26803.5332483478 -2699,0,47829.1416355684,26803.5332483478 -2700,0,47829.1416355684,26803.5332483478 -2701,0,47829.1416355684,26803.5332483478 -2702,0,47829.1416355684,26803.5332483478 -2703,0,47829.1416355684,26803.5332483478 -2704,0,47829.1416355684,26803.5332483478 -2705,0,47829.1416355684,26803.5332483478 -2706,0,47829.1416355684,26803.5332483478 -2707,0,47829.1416355684,26803.5332483478 -2708,0,47829.1416355684,26803.5332483478 -2709,0,47829.1416355684,26803.5332483478 -2710,0,47829.1416355684,26803.5332483478 -2711,0,47829.1416355684,26803.5332483478 -2712,0,47829.1416355684,26803.5332483478 -2713,0,47829.1416355684,26803.5332483478 -2714,0,47829.1416355684,26803.5332483478 -2715,0,47829.1416355684,26803.5332483478 -2716,0,47829.1416355684,26803.5332483478 -2717,0,47829.1416355684,26803.5332483478 -2718,0,47829.1416355684,26803.5332483478 -2719,0,47829.1416355684,26803.5332483478 -2720,0,47829.1416355684,26803.5332483478 -2721,0,47829.1416355684,26803.5332483478 -2722,0,47829.1416355684,26803.5332483478 -2723,0,47829.1416355684,26803.5332483478 -2724,0,47829.1416355684,26803.5332483478 -2725,0,47829.1416355684,26803.5332483478 -2726,0,47829.1416355684,26803.5332483478 -2727,0,47829.1416355684,26803.5332483478 -2728,0,47829.1416355684,26803.5332483478 -2729,0,47829.1416355684,26803.5332483478 -2730,0,47829.1416355684,26803.5332483478 -2731,0,47829.1416355684,26803.5332483478 -2732,0,47829.1416355684,26803.5332483478 -2733,0,47829.1416355684,26803.5332483478 -2734,0,47829.1416355684,26803.5332483478 -2735,0,47829.1416355684,26803.5332483478 -2736,0,47829.1416355684,26803.5332483478 -2737,0,47829.1416355684,26803.5332483478 -2738,0,47829.1416355684,26803.5332483478 -2739,0,47829.1416355684,26803.5332483478 -2740,0,47829.1416355684,26803.5332483478 -2741,0,47829.1416355684,26803.5332483478 -2742,0,47829.1416355684,26803.5332483478 -2743,0,47829.1416355684,26803.5332483478 -2744,0,47829.1416355684,26803.5332483478 -2745,0,47829.1416355684,26803.5332483478 -2746,0,47829.1416355684,26803.5332483478 -2747,0,47829.1416355684,26803.5332483478 -2748,0,47829.1416355684,26803.5332483478 -2749,0,47829.1416355684,26803.5332483478 -2750,0,47829.1416355684,26803.5332483478 -2751,0,47829.1416355684,26803.5332483478 -2752,0,47829.1416355684,26803.5332483478 -2753,0,47829.1416355684,26803.5332483478 -2754,0,47829.1416355684,26803.5332483478 -2755,0,47829.1416355684,26803.5332483478 -2756,0,47829.1416355684,26803.5332483478 -2757,0,47829.1416355684,26803.5332483478 -2758,0,47829.1416355684,26803.5332483478 -2759,0,47829.1416355684,26803.5332483478 -2760,0,47829.1416355684,26803.5332483478 -2761,0,47829.1416355684,26803.5332483478 -2762,0,47829.1416355684,26803.5332483478 -2763,0,47829.1416355684,26803.5332483478 -2764,0,47829.1416355684,26803.5332483478 -2765,0,47829.1416355684,26803.5332483478 -2766,0,47829.1416355684,26803.5332483478 -2767,0,47829.1416355684,26803.5332483478 -2768,0,47829.1416355684,26803.5332483478 -2769,0,47829.1416355684,26803.5332483478 -2770,0,47829.1416355684,26803.5332483478 -2771,0,47829.1416355684,26803.5332483478 -2772,0,47829.1416355684,26803.5332483478 -2773,0,47829.1416355684,26803.5332483478 -2774,0,47829.1416355684,26803.5332483478 -2775,0,47829.1416355684,26803.5332483478 -2776,0,47829.1416355684,26803.5332483478 -2777,0,47829.1416355684,26803.5332483478 -2778,0,47829.1416355684,26803.5332483478 -2779,0,47829.1416355684,26803.5332483478 -2780,0,47829.1416355684,26803.5332483478 -2781,0,47829.1416355684,26803.5332483478 -2782,0,47829.1416355684,26803.5332483478 -2783,0,47829.1416355684,26803.5332483478 -2784,0,47829.1416355684,26803.5332483478 -2785,0,47829.1416355684,26803.5332483478 -2786,0,47829.1416355684,26803.5332483478 -2787,0,47829.1416355684,26803.5332483478 -2788,0,47829.1416355684,26803.5332483478 -2789,0,47829.1416355684,26803.5332483478 -2790,0,47829.1416355684,26803.5332483478 -2791,0,47829.1416355684,26803.5332483478 -2792,0,47829.1416355684,26803.5332483478 -2793,0,47829.1416355684,26803.5332483478 -2794,0,47829.1416355684,26803.5332483478 -2795,0,47829.1416355684,26803.5332483478 -2796,0,47829.1416355684,26803.5332483478 -2797,0,47829.1416355684,26803.5332483478 -2798,0,47829.1416355684,26803.5332483478 -2799,0,47829.1416355684,26803.5332483478 -2800,0,47829.1416355684,26803.5332483478 -2801,0,47829.1416355684,26803.5332483478 -2802,0,47829.1416355684,26803.5332483478 -2803,0,47829.1416355684,26803.5332483478 -2804,0,47829.1416355684,26803.5332483478 -2805,0,47829.1416355684,26803.5332483478 -2806,0,47829.1416355684,26803.5332483478 -2807,0,47829.1416355684,26803.5332483478 -2808,0,47829.1416355684,26803.5332483478 -2809,0,47829.1416355684,26803.5332483478 -2810,0,47829.1416355684,26803.5332483478 -2811,0,47829.1416355684,26803.5332483478 -2812,0,47829.1416355684,26803.5332483478 -2813,0,47829.1416355684,26803.5332483478 -2814,0,47829.1416355684,26803.5332483478 -2815,0,47829.1416355684,26803.5332483478 -2816,0,47829.1416355684,26803.5332483478 -2817,0,47829.1416355684,26803.5332483478 -2818,0,47829.1416355684,26803.5332483478 -2819,0,47829.1416355684,26803.5332483478 -2820,0,47829.1416355684,26803.5332483478 -2821,0,47829.1416355684,26803.5332483478 -2822,0,47829.1416355684,26803.5332483478 -2823,0,47829.1416355684,26803.5332483478 -2824,0,47829.1416355684,26803.5332483478 -2825,0,47829.1416355684,26803.5332483478 -2826,0,47829.1416355684,26803.5332483478 -2827,0,47829.1416355684,26803.5332483478 -2828,0,47829.1416355684,26803.5332483478 -2829,0,47829.1416355684,26803.5332483478 -2830,0,47829.1416355684,26803.5332483478 -2831,0,47829.1416355684,26803.5332483478 -2832,0,47829.1416355684,26803.5332483478 -2833,0,47829.1416355684,26803.5332483478 -2834,0,47829.1416355684,26803.5332483478 -2835,0,47829.1416355684,26803.5332483478 -2836,0,47829.1416355684,26803.5332483478 -2837,0,47829.1416355684,26803.5332483478 -2838,0,47829.1416355684,26803.5332483478 -2839,0,47829.1416355684,26803.5332483478 -2840,0,47829.1416355684,26803.5332483478 -2841,0,47829.1416355684,26803.5332483478 -2842,0,47829.1416355684,26803.5332483478 -2843,0,47829.1416355684,26803.5332483478 -2844,0,47829.1416355684,26803.5332483478 -2845,0,47829.1416355684,26803.5332483478 -2846,0,47829.1416355684,26803.5332483478 -2847,0,47829.1416355684,26803.5332483478 -2848,0,47829.1416355684,26803.5332483478 -2849,0,47829.1416355684,26803.5332483478 -2850,0,47829.1416355684,26803.5332483478 -2851,0,47829.1416355684,26803.5332483478 -2852,0,47829.1416355684,26803.5332483478 -2853,0,47829.1416355684,26803.5332483478 -2854,0,47829.1416355684,26803.5332483478 -2855,0,47829.1416355684,26803.5332483478 -2856,0,47829.1416355684,26803.5332483478 -2857,0,47829.1416355684,26803.5332483478 -2858,0,47829.1416355684,26803.5332483478 -2859,0,47829.1416355684,26803.5332483478 -2860,0,47829.1416355684,26803.5332483478 -2861,0,47829.1416355684,26803.5332483478 -2862,0,47829.1416355684,26803.5332483478 -2863,0,47829.1416355684,26803.5332483478 -2864,0,47829.1416355684,26803.5332483478 -2865,0,47829.1416355684,26803.5332483478 -2866,0,47829.1416355684,26803.5332483478 -2867,0,47829.1416355684,26803.5332483478 -2868,0,47829.1416355684,26803.5332483478 -2869,0,47829.1416355684,26803.5332483478 -2870,0,47829.1416355684,26803.5332483478 -2871,0,47829.1416355684,26803.5332483478 -2872,0,47829.1416355684,26803.5332483478 -2873,0,47829.1416355684,26803.5332483478 -2874,0,47829.1416355684,26803.5332483478 -2875,0,47829.1416355684,26803.5332483478 -2876,0,47829.1416355684,26803.5332483478 -2877,0,47829.1416355684,26803.5332483478 -2878,0,47829.1416355684,26803.5332483478 -2879,0,47829.1416355684,26803.5332483478 -2880,0,47829.1416355684,26803.5332483478 -2881,0,47829.1416355684,26803.5332483478 -2882,0,47829.1416355684,26803.5332483478 -2883,0,47829.1416355684,26803.5332483478 -2884,0,47829.1416355684,26803.5332483478 -2885,0,47829.1416355684,26803.5332483478 -2886,0,47829.1416355684,26803.5332483478 -2887,0,47829.1416355684,26803.5332483478 -2888,0,47829.1416355684,26803.5332483478 -2889,0,47829.1416355684,26803.5332483478 -2890,0,47829.1416355684,26803.5332483478 -2891,0,47829.1416355684,26803.5332483478 -2892,0,47829.1416355684,26803.5332483478 -2893,0,47829.1416355684,26803.5332483478 -2894,0,47829.1416355684,26803.5332483478 -2895,0,47829.1416355684,26803.5332483478 -2896,0,47829.1416355684,26803.5332483478 -2897,0,47829.1416355684,26803.5332483478 -2898,0,47829.1416355684,26803.5332483478 -2899,0,47829.1416355684,26803.5332483478 -2900,0,47829.1416355684,26803.5332483478 -2901,0,47829.1416355684,26803.5332483478 -2902,0,47829.1416355684,26803.5332483478 -2903,0,47829.1416355684,26803.5332483478 -2904,0,47829.1416355684,26803.5332483478 -2905,0,47829.1416355684,26803.5332483478 -2906,0,47829.1416355684,26803.5332483478 -2907,0,47829.1416355684,26803.5332483478 -2908,0,47829.1416355684,26803.5332483478 -2909,0,47829.1416355684,26803.5332483478 -2910,0,47829.1416355684,26803.5332483478 -2911,0,47829.1416355684,26803.5332483478 -2912,0,47829.1416355684,26803.5332483478 -2913,0,47829.1416355684,26803.5332483478 -2914,0,47829.1416355684,26803.5332483478 -2915,0,47829.1416355684,26803.5332483478 -2916,0,47829.1416355684,26803.5332483478 -2917,0,47829.1416355684,26803.5332483478 -2918,0,47829.1416355684,26803.5332483478 -2919,0,47829.1416355684,26803.5332483478 -2920,0,47829.1416355684,26803.5332483478 -2921,0,47829.1416355684,26803.5332483478 -2922,0,47829.1416355684,26803.5332483478 -2923,0,47829.1416355684,26803.5332483478 -2924,0,47829.1416355684,26803.5332483478 -2925,0,47829.1416355684,26803.5332483478 -2926,0,47829.1416355684,26803.5332483478 -2927,0,47829.1416355684,26803.5332483478 -2928,0,47829.1416355684,26803.5332483478 -2929,0,47829.1416355684,26803.5332483478 -2930,0,47829.1416355684,26803.5332483478 -2931,0,47829.1416355684,26803.5332483478 -2932,0,47829.1416355684,26803.5332483478 -2933,0,47829.1416355684,26803.5332483478 -2934,0,47829.1416355684,26803.5332483478 -2935,0,47829.1416355684,26803.5332483478 -2936,0,47829.1416355684,26803.5332483478 -2937,0,47829.1416355684,26803.5332483478 -2938,0,47829.1416355684,26803.5332483478 -2939,0,47829.1416355684,26803.5332483478 -2940,0,47829.1416355684,26803.5332483478 -2941,0,47829.1416355684,26803.5332483478 -2942,0,47829.1416355684,26803.5332483478 -2943,0,47829.1416355684,26803.5332483478 -2944,0,47829.1416355684,26803.5332483478 -2945,0,47829.1416355684,26803.5332483478 -2946,0,47829.1416355684,26803.5332483478 -2947,0,47829.1416355684,26803.5332483478 -2948,0,47829.1416355684,26803.5332483478 -2949,0,47829.1416355684,26803.5332483478 -2950,0,47829.1416355684,26803.5332483478 -2951,0,47829.1416355684,26803.5332483478 -2952,0,47829.1416355684,26803.5332483478 -2953,0,47829.1416355684,26803.5332483478 -2954,0,47829.1416355684,26803.5332483478 -2955,0,47829.1416355684,26803.5332483478 -2956,0,47829.1416355684,26803.5332483478 -2957,0,47829.1416355684,26803.5332483478 -2958,0,47829.1416355684,26803.5332483478 -2959,0,47829.1416355684,26803.5332483478 -2960,0,47829.1416355684,26803.5332483478 -2961,0,47829.1416355684,26803.5332483478 -2962,0,47829.1416355684,26803.5332483478 -2963,0,47829.1416355684,26803.5332483478 -2964,0,47829.1416355684,26803.5332483478 -2965,0,47829.1416355684,26803.5332483478 -2966,0,47829.1416355684,26803.5332483478 -2967,0,47829.1416355684,26803.5332483478 -2968,0,47829.1416355684,26803.5332483478 -2969,0,47829.1416355684,26803.5332483478 -2970,0,47829.1416355684,26803.5332483478 -2971,0,47829.1416355684,26803.5332483478 -2972,0,47829.1416355684,26803.5332483478 -2973,0,47829.1416355684,26803.5332483478 -2974,0,47829.1416355684,26803.5332483478 -2975,0,47829.1416355684,26803.5332483478 -2976,0,47829.1416355684,26803.5332483478 -2977,0,47829.1416355684,26803.5332483478 -2978,0,47829.1416355684,26803.5332483478 -2979,0,47829.1416355684,26803.5332483478 -2980,0,47829.1416355684,26803.5332483478 -2981,0,47829.1416355684,26803.5332483478 -2982,0,47829.1416355684,26803.5332483478 -2983,0,47829.1416355684,26803.5332483478 -2984,0,47829.1416355684,26803.5332483478 -2985,0,47829.1416355684,26803.5332483478 -2986,0,47829.1416355684,26803.5332483478 -2987,0,47829.1416355684,26803.5332483478 -2988,0,47829.1416355684,26803.5332483478 -2989,0,47829.1416355684,26803.5332483478 -2990,0,47829.1416355684,26803.5332483478 -2991,0,47829.1416355684,26803.5332483478 -2992,0,47829.1416355684,26803.5332483478 -2993,0,47829.1416355684,26803.5332483478 -2994,0,47829.1416355684,26803.5332483478 -2995,0,47829.1416355684,26803.5332483478 -2996,0,47829.1416355684,26803.5332483478 -2997,0,47829.1416355684,26803.5332483478 -2998,0,47829.1416355684,26803.5332483478 -2999,0,47829.1416355684,26803.5332483478 -3000,0,47829.1416355684,26803.5332483478 -3001,0,47829.1416355684,26803.5332483478 -3002,0,47829.1416355684,26803.5332483478 -3003,0,47829.1416355684,26803.5332483478 -3004,0,47829.1416355684,26803.5332483478 -3005,0,47829.1416355684,26803.5332483478 -3006,0,47829.1416355684,26803.5332483478 -3007,0,47829.1416355684,26803.5332483478 -3008,0,47829.1416355684,26803.5332483478 -3009,0,47829.1416355684,26803.5332483478 -3010,0,47829.1416355684,26803.5332483478 -3011,0,47829.1416355684,26803.5332483478 -3012,0,47829.1416355684,26803.5332483478 -3013,0,47829.1416355684,26803.5332483478 -3014,0,47829.1416355684,26803.5332483478 -3015,0,47829.1416355684,26803.5332483478 -3016,0,47829.1416355684,26803.5332483478 -3017,0,47829.1416355684,26803.5332483478 -3018,0,47829.1416355684,26803.5332483478 -3019,0,47829.1416355684,26803.5332483478 -3020,0,47829.1416355684,26803.5332483478 -3021,0,47829.1416355684,26803.5332483478 -3022,0,47829.1416355684,26803.5332483478 -3023,0,47829.1416355684,26803.5332483478 -3024,0,47829.1416355684,26803.5332483478 -3025,0,47829.1416355684,26803.5332483478 -3026,0,47829.1416355684,26803.5332483478 -3027,0,47829.1416355684,26803.5332483478 -3028,0,47829.1416355684,26803.5332483478 -3029,0,47829.1416355684,26803.5332483478 -3030,0,47829.1416355684,26803.5332483478 -3031,0,47829.1416355684,26803.5332483478 -3032,0,47829.1416355684,26803.5332483478 -3033,0,47829.1416355684,26803.5332483478 -3034,0,47829.1416355684,26803.5332483478 -3035,0,47829.1416355684,26803.5332483478 -3036,0,47829.1416355684,26803.5332483478 -3037,0,47829.1416355684,26803.5332483478 -3038,0,47829.1416355684,26803.5332483478 -3039,0,47829.1416355684,26803.5332483478 -3040,0,47829.1416355684,26803.5332483478 -3041,0,47829.1416355684,26803.5332483478 -3042,0,47829.1416355684,26803.5332483478 -3043,0,47829.1416355684,26803.5332483478 -3044,0,47829.1416355684,26803.5332483478 -3045,0,47829.1416355684,26803.5332483478 -3046,0,47829.1416355684,26803.5332483478 -3047,0,47829.1416355684,26803.5332483478 -3048,0,47829.1416355684,26803.5332483478 -3049,0,47829.1416355684,26803.5332483478 -3050,0,47829.1416355684,26803.5332483478 -3051,0,47829.1416355684,26803.5332483478 -3052,0,47829.1416355684,26803.5332483478 -3053,0,47829.1416355684,26803.5332483478 -3054,0,47829.1416355684,26803.5332483478 -3055,0,47829.1416355684,26803.5332483478 -3056,0,47829.1416355684,26803.5332483478 -3057,0,47829.1416355684,26803.5332483478 -3058,0,47829.1416355684,26803.5332483478 -3059,0,47829.1416355684,26803.5332483478 -3060,0,47829.1416355684,26803.5332483478 -3061,0,47829.1416355684,26803.5332483478 -3062,0,47829.1416355684,26803.5332483478 -3063,0,47829.1416355684,26803.5332483478 -3064,0,47829.1416355684,26803.5332483478 -3065,0,47829.1416355684,26803.5332483478 -3066,0,47829.1416355684,26803.5332483478 -3067,0,47829.1416355684,26803.5332483478 -3068,0,47829.1416355684,26803.5332483478 -3069,0,47829.1416355684,26803.5332483478 -3070,0,47829.1416355684,26803.5332483478 -3071,0,47829.1416355684,26803.5332483478 -3072,0,47829.1416355684,26803.5332483478 -3073,0,47829.1416355684,26803.5332483478 -3074,0,47829.1416355684,26803.5332483478 -3075,0,47829.1416355684,26803.5332483478 -3076,0,47829.1416355684,26803.5332483478 -3077,0,47829.1416355684,26803.5332483478 -3078,0,47829.1416355684,26803.5332483478 -3079,0,47829.1416355684,26803.5332483478 -3080,0,47829.1416355684,26803.5332483478 -3081,0,47829.1416355684,26803.5332483478 -3082,0,47829.1416355684,26803.5332483478 -3083,0,47829.1416355684,26803.5332483478 -3084,0,47829.1416355684,26803.5332483478 -3085,0,47829.1416355684,26803.5332483478 -3086,0,47829.1416355684,26803.5332483478 -3087,0,47829.1416355684,26803.5332483478 -3088,0,47829.1416355684,26803.5332483478 -3089,0,47829.1416355684,26803.5332483478 -3090,0,47829.1416355684,26803.5332483478 -3091,0,47829.1416355684,26803.5332483478 -3092,0,47829.1416355684,26803.5332483478 -3093,0,47829.1416355684,26803.5332483478 -3094,0,47829.1416355684,26803.5332483478 -3095,0,47829.1416355684,26803.5332483478 -3096,0,47829.1416355684,26803.5332483478 -3097,0,47829.1416355684,26803.5332483478 -3098,0,47829.1416355684,26803.5332483478 -3099,0,47829.1416355684,26803.5332483478 -3100,0,47829.1416355684,26803.5332483478 -3101,0,47829.1416355684,26803.5332483478 -3102,0,47829.1416355684,26803.5332483478 -3103,0,47829.1416355684,26803.5332483478 -3104,0,47829.1416355684,26803.5332483478 -3105,0,47829.1416355684,26803.5332483478 -3106,0,47829.1416355684,26803.5332483478 -3107,0,47829.1416355684,26803.5332483478 -3108,0,47829.1416355684,26803.5332483478 -3109,0,47829.1416355684,26803.5332483478 -3110,0,47829.1416355684,26803.5332483478 -3111,0,47829.1416355684,26803.5332483478 -3112,0,47829.1416355684,26803.5332483478 -3113,0,47829.1416355684,26803.5332483478 -3114,0,47829.1416355684,26803.5332483478 -3115,0,47829.1416355684,26803.5332483478 -3116,0,47829.1416355684,26803.5332483478 -3117,0,47829.1416355684,26803.5332483478 -3118,0,47829.1416355684,26803.5332483478 -3119,0,47829.1416355684,26803.5332483478 -3120,0,47829.1416355684,26803.5332483478 -3121,0,47829.1416355684,26803.5332483478 -3122,0,47829.1416355684,26803.5332483478 -3123,0,47829.1416355684,26803.5332483478 -3124,0,47829.1416355684,26803.5332483478 -3125,0,47829.1416355684,26803.5332483478 -3126,0,47829.1416355684,26803.5332483478 -3127,0,47829.1416355684,26803.5332483478 -3128,0,47829.1416355684,26803.5332483478 -3129,0,47829.1416355684,26803.5332483478 -3130,0,47829.1416355684,26803.5332483478 -3131,0,47829.1416355684,26803.5332483478 -3132,0,47829.1416355684,26803.5332483478 -3133,0,47829.1416355684,26803.5332483478 -3134,0,47829.1416355684,26803.5332483478 -3135,0,47829.1416355684,26803.5332483478 -3136,0,47829.1416355684,26803.5332483478 -3137,0,47829.1416355684,26803.5332483478 -3138,0,47829.1416355684,26803.5332483478 -3139,0,47829.1416355684,26803.5332483478 -3140,0,47829.1416355684,26803.5332483478 -3141,0,47829.1416355684,26803.5332483478 -3142,0,47829.1416355684,26803.5332483478 -3143,0,47829.1416355684,26803.5332483478 -3144,0,47829.1416355684,26803.5332483478 -3145,0,47829.1416355684,26803.5332483478 -3146,0,47829.1416355684,26803.5332483478 -3147,0,47829.1416355684,26803.5332483478 -3148,0,47829.1416355684,26803.5332483478 -3149,0,47829.1416355684,26803.5332483478 -3150,0,47829.1416355684,26803.5332483478 -3151,0,47829.1416355684,26803.5332483478 -3152,0,47829.1416355684,26803.5332483478 -3153,0,47829.1416355684,26803.5332483478 -3154,0,47829.1416355684,26803.5332483478 -3155,0,47829.1416355684,26803.5332483478 -3156,0,47829.1416355684,26803.5332483478 -3157,0,47829.1416355684,26803.5332483478 -3158,0,47829.1416355684,26803.5332483478 -3159,0,47829.1416355684,26803.5332483478 -3160,0,47829.1416355684,26803.5332483478 -3161,0,47829.1416355684,26803.5332483478 -3162,0,47829.1416355684,26803.5332483478 -3163,0,47829.1416355684,26803.5332483478 -3164,0,47829.1416355684,26803.5332483478 -3165,0,47829.1416355684,26803.5332483478 -3166,0,47829.1416355684,26803.5332483478 -3167,0,47829.1416355684,26803.5332483478 -3168,0,47829.1416355684,26803.5332483478 -3169,0,47829.1416355684,26803.5332483478 -3170,0,47829.1416355684,26803.5332483478 -3171,0,47829.1416355684,26803.5332483478 -3172,0,47829.1416355684,26803.5332483478 -3173,0,47829.1416355684,26803.5332483478 -3174,0,47829.1416355684,26803.5332483478 -3175,0,47829.1416355684,26803.5332483478 -3176,0,47829.1416355684,26803.5332483478 -3177,0,47829.1416355684,26803.5332483478 -3178,0,47829.1416355684,26803.5332483478 -3179,0,47829.1416355684,26803.5332483478 -3180,0,47829.1416355684,26803.5332483478 -3181,0,47829.1416355684,26803.5332483478 -3182,0,47829.1416355684,26803.5332483478 -3183,0,47829.1416355684,26803.5332483478 -3184,0,47829.1416355684,26803.5332483478 -3185,0,47829.1416355684,26803.5332483478 -3186,0,47829.1416355684,26803.5332483478 -3187,0,47829.1416355684,26803.5332483478 -3188,0,47829.1416355684,26803.5332483478 -3189,0,47829.1416355684,26803.5332483478 -3190,0,47829.1416355684,26803.5332483478 -3191,0,47829.1416355684,26803.5332483478 -3192,0,47829.1416355684,26803.5332483478 -3193,0,47829.1416355684,26803.5332483478 -3194,0,47829.1416355684,26803.5332483478 -3195,0,47829.1416355684,26803.5332483478 -3196,0,47829.1416355684,26803.5332483478 -3197,0,47829.1416355684,26803.5332483478 -3198,0,47829.1416355684,26803.5332483478 -3199,0,47829.1416355684,26803.5332483478 -3200,0,47829.1416355684,26803.5332483478 -3201,0,47829.1416355684,26803.5332483478 -3202,0,47829.1416355684,26803.5332483478 -3203,0,47829.1416355684,26803.5332483478 -3204,0,47829.1416355684,26803.5332483478 -3205,0,47829.1416355684,26803.5332483478 -3206,0,47829.1416355684,26803.5332483478 -3207,0,47829.1416355684,26803.5332483478 -3208,0,47829.1416355684,26803.5332483478 -3209,0,47829.1416355684,26803.5332483478 -3210,0,47829.1416355684,26803.5332483478 -3211,0,47829.1416355684,26803.5332483478 -3212,0,47829.1416355684,26803.5332483478 -3213,0,47829.1416355684,26803.5332483478 -3214,0,47829.1416355684,26803.5332483478 -3215,0,47829.1416355684,26803.5332483478 -3216,0,47829.1416355684,26803.5332483478 -3217,0,47829.1416355684,26803.5332483478 -3218,0,47829.1416355684,26803.5332483478 -3219,0,47829.1416355684,26803.5332483478 -3220,0,47829.1416355684,26803.5332483478 -3221,0,47829.1416355684,26803.5332483478 -3222,0,47829.1416355684,26803.5332483478 -3223,0,47829.1416355684,26803.5332483478 -3224,0,47829.1416355684,26803.5332483478 -3225,0,47829.1416355684,26803.5332483478 -3226,0,47829.1416355684,26803.5332483478 -3227,0,47829.1416355684,26803.5332483478 -3228,0,47829.1416355684,26803.5332483478 -3229,0,47829.1416355684,26803.5332483478 -3230,0,47829.1416355684,26803.5332483478 -3231,0,47829.1416355684,26803.5332483478 -3232,0,47829.1416355684,26803.5332483478 -3233,0,47829.1416355684,26803.5332483478 -3234,0,47829.1416355684,26803.5332483478 -3235,0,47829.1416355684,26803.5332483478 -3236,0,47829.1416355684,26803.5332483478 -3237,0,47829.1416355684,26803.5332483478 -3238,0,47829.1416355684,26803.5332483478 -3239,0,47829.1416355684,26803.5332483478 -3240,0,47829.1416355684,26803.5332483478 -3241,0,47829.1416355684,26803.5332483478 -3242,0,47829.1416355684,26803.5332483478 -3243,0,47829.1416355684,26803.5332483478 -3244,0,47829.1416355684,26803.5332483478 -3245,0,47829.1416355684,26803.5332483478 -3246,0,47829.1416355684,26803.5332483478 -3247,0,47829.1416355684,26803.5332483478 -3248,0,47829.1416355684,26803.5332483478 -3249,0,47829.1416355684,26803.5332483478 -3250,0,47829.1416355684,26803.5332483478 -3251,0,47829.1416355684,26803.5332483478 -3252,0,47829.1416355684,26803.5332483478 -3253,0,47829.1416355684,26803.5332483478 -3254,0,47829.1416355684,26803.5332483478 -3255,0,47829.1416355684,26803.5332483478 -3256,0,47829.1416355684,26803.5332483478 -3257,0,47829.1416355684,26803.5332483478 -3258,0,47829.1416355684,26803.5332483478 -3259,0,47829.1416355684,26803.5332483478 -3260,0,47829.1416355684,26803.5332483478 -3261,0,47829.1416355684,26803.5332483478 -3262,0,47829.1416355684,26803.5332483478 -3263,0,47829.1416355684,26803.5332483478 -3264,0,47829.1416355684,26803.5332483478 -3265,0,47829.1416355684,26803.5332483478 -3266,0,47829.1416355684,26803.5332483478 -3267,0,47829.1416355684,26803.5332483478 -3268,0,47829.1416355684,26803.5332483478 -3269,0,47829.1416355684,26803.5332483478 -3270,0,47829.1416355684,26803.5332483478 -3271,0,47829.1416355684,26803.5332483478 -3272,0,47829.1416355684,26803.5332483478 -3273,0,47829.1416355684,26803.5332483478 -3274,0,47829.1416355684,26803.5332483478 -3275,0,47829.1416355684,26803.5332483478 -3276,0,47829.1416355684,26803.5332483478 -3277,0,47829.1416355684,26803.5332483478 -3278,0,47829.1416355684,26803.5332483478 -3279,0,47829.1416355684,26803.5332483478 -3280,0,47829.1416355684,26803.5332483478 -3281,0,47829.1416355684,26803.5332483478 -3282,0,47829.1416355684,26803.5332483478 -3283,0,47829.1416355684,26803.5332483478 -3284,0,47829.1416355684,26803.5332483478 -3285,0,47829.1416355684,26803.5332483478 -3286,0,47829.1416355684,26803.5332483478 -3287,0,47829.1416355684,26803.5332483478 -3288,0,47829.1416355684,26803.5332483478 -3289,0,47829.1416355684,26803.5332483478 -3290,0,47829.1416355684,26803.5332483478 -3291,0,47829.1416355684,26803.5332483478 -3292,0,47829.1416355684,26803.5332483478 -3293,0,47829.1416355684,26803.5332483478 -3294,0,47829.1416355684,26803.5332483478 -3295,0,47829.1416355684,26803.5332483478 -3296,0,47829.1416355684,26803.5332483478 -3297,0,47829.1416355684,26803.5332483478 -3298,0,47829.1416355684,26803.5332483478 -3299,0,47829.1416355684,26803.5332483478 -3300,0,47829.1416355684,26803.5332483478 -3301,0,47829.1416355684,26803.5332483478 -3302,0,47829.1416355684,26803.5332483478 -3303,0,47829.1416355684,26803.5332483478 -3304,0,47829.1416355684,26803.5332483478 -3305,0,47829.1416355684,26803.5332483478 -3306,0,47829.1416355684,26803.5332483478 -3307,0,47829.1416355684,26803.5332483478 -3308,0,47829.1416355684,26803.5332483478 -3309,0,47829.1416355684,26803.5332483478 -3310,0,47829.1416355684,26803.5332483478 -3311,0,47829.1416355684,26803.5332483478 -3312,0,47829.1416355684,26803.5332483478 -3313,0,47829.1416355684,26803.5332483478 -3314,0,47829.1416355684,26803.5332483478 -3315,0,47829.1416355684,26803.5332483478 -3316,0,47829.1416355684,26803.5332483478 -3317,0,47829.1416355684,26803.5332483478 -3318,0,47829.1416355684,26803.5332483478 -3319,0,47829.1416355684,26803.5332483478 -3320,0,47829.1416355684,26803.5332483478 -3321,0,47829.1416355684,26803.5332483478 -3322,0,47829.1416355684,26803.5332483478 -3323,0,47829.1416355684,26803.5332483478 -3324,0,47829.1416355684,26803.5332483478 -3325,0,47829.1416355684,26803.5332483478 -3326,0,47829.1416355684,26803.5332483478 -3327,0,47829.1416355684,26803.5332483478 -3328,0,47829.1416355684,26803.5332483478 -3329,0,47829.1416355684,26803.5332483478 -3330,0,47829.1416355684,26803.5332483478 -3331,0,47829.1416355684,26803.5332483478 -3332,0,47829.1416355684,26803.5332483478 -3333,0,47829.1416355684,26803.5332483478 -3334,0,47829.1416355684,26803.5332483478 -3335,0,47829.1416355684,26803.5332483478 -3336,0,47829.1416355684,26803.5332483478 -3337,0,47829.1416355684,26803.5332483478 -3338,0,47829.1416355684,26803.5332483478 -3339,0,47829.1416355684,26803.5332483478 -3340,0,47829.1416355684,26803.5332483478 -3341,0,47829.1416355684,26803.5332483478 -3342,0,47829.1416355684,26803.5332483478 -3343,0,47829.1416355684,26803.5332483478 -3344,0,47829.1416355684,26803.5332483478 -3345,0,47829.1416355684,26803.5332483478 -3346,0,47829.1416355684,26803.5332483478 -3347,0,47829.1416355684,26803.5332483478 -3348,0,47829.1416355684,26803.5332483478 -3349,0,47829.1416355684,26803.5332483478 -3350,0,47829.1416355684,26803.5332483478 -3351,0,47829.1416355684,26803.5332483478 -3352,0,47829.1416355684,26803.5332483478 -3353,0,47829.1416355684,26803.5332483478 -3354,0,47829.1416355684,26803.5332483478 -3355,0,47829.1416355684,26803.5332483478 -3356,0,47829.1416355684,26803.5332483478 -3357,0,47829.1416355684,26803.5332483478 -3358,0,47829.1416355684,26803.5332483478 -3359,0,47829.1416355684,26803.5332483478 -3360,0,47829.1416355684,26803.5332483478 -3361,0,47829.1416355684,26803.5332483478 -3362,0,47829.1416355684,26803.5332483478 -3363,0,47829.1416355684,26803.5332483478 -3364,0,47829.1416355684,26803.5332483478 -3365,0,47829.1416355684,26803.5332483478 -3366,0,47829.1416355684,26803.5332483478 -3367,0,47829.1416355684,26803.5332483478 -3368,0,47829.1416355684,26803.5332483478 -3369,0,47829.1416355684,26803.5332483478 -3370,0,47829.1416355684,26803.5332483478 -3371,0,47829.1416355684,26803.5332483478 -3372,0,47829.1416355684,26803.5332483478 -3373,0,47829.1416355684,26803.5332483478 -3374,0,47829.1416355684,26803.5332483478 -3375,0,47829.1416355684,26803.5332483478 -3376,0,47829.1416355684,26803.5332483478 -3377,0,47829.1416355684,26803.5332483478 -3378,0,47829.1416355684,26803.5332483478 -3379,0,47829.1416355684,26803.5332483478 -3380,0,47829.1416355684,26803.5332483478 -3381,0,47829.1416355684,26803.5332483478 -3382,0,47829.1416355684,26803.5332483478 -3383,0,47829.1416355684,26803.5332483478 -3384,0,47829.1416355684,26803.5332483478 -3385,0,47829.1416355684,26803.5332483478 -3386,0,47829.1416355684,26803.5332483478 -3387,0,47829.1416355684,26803.5332483478 -3388,0,47829.1416355684,26803.5332483478 -3389,0,47829.1416355684,26803.5332483478 -3390,0,47829.1416355684,26803.5332483478 -3391,0,47829.1416355684,26803.5332483478 -3392,0,47829.1416355684,26803.5332483478 -3393,0,47829.1416355684,26803.5332483478 -3394,0,47829.1416355684,26803.5332483478 -3395,0,47829.1416355684,26803.5332483478 -3396,0,47829.1416355684,26803.5332483478 -3397,0,47829.1416355684,26803.5332483478 -3398,0,47829.1416355684,26803.5332483478 -3399,0,47829.1416355684,26803.5332483478 -3400,0,47829.1416355684,26803.5332483478 -3401,0,47829.1416355684,26803.5332483478 -3402,0,47829.1416355684,26803.5332483478 -3403,0,47829.1416355684,26803.5332483478 -3404,0,47829.1416355684,26803.5332483478 -3405,0,47829.1416355684,26803.5332483478 -3406,0,47829.1416355684,26803.5332483478 -3407,0,47829.1416355684,26803.5332483478 -3408,0,47829.1416355684,26803.5332483478 -3409,0,47829.1416355684,26803.5332483478 -3410,0,47829.1416355684,26803.5332483478 -3411,0,47829.1416355684,26803.5332483478 -3412,0,47829.1416355684,26803.5332483478 -3413,0,47829.1416355684,26803.5332483478 -3414,0,47829.1416355684,26803.5332483478 -3415,0,47829.1416355684,26803.5332483478 -3416,0,47829.1416355684,26803.5332483478 -3417,0,47829.1416355684,26803.5332483478 -3418,0,47829.1416355684,26803.5332483478 -3419,0,47829.1416355684,26803.5332483478 -3420,0,47829.1416355684,26803.5332483478 -3421,0,47829.1416355684,26803.5332483478 -3422,0,47829.1416355684,26803.5332483478 -3423,0,47829.1416355684,26803.5332483478 -3424,0,47829.1416355684,26803.5332483478 -3425,0,47829.1416355684,26803.5332483478 -3426,0,47829.1416355684,26803.5332483478 -3427,0,47829.1416355684,26803.5332483478 -3428,0,47829.1416355684,26803.5332483478 -3429,0,47829.1416355684,26803.5332483478 -3430,0,47829.1416355684,26803.5332483478 -3431,0,47829.1416355684,26803.5332483478 -3432,0,47829.1416355684,26803.5332483478 -3433,0,47829.1416355684,26803.5332483478 -3434,0,47829.1416355684,26803.5332483478 -3435,0,47829.1416355684,26803.5332483478 -3436,0,47829.1416355684,26803.5332483478 -3437,0,47829.1416355684,26803.5332483478 -3438,0,47829.1416355684,26803.5332483478 -3439,0,47829.1416355684,26803.5332483478 -3440,0,47829.1416355684,26803.5332483478 -3441,0,47829.1416355684,26803.5332483478 -3442,0,47829.1416355684,26803.5332483478 -3443,0,47829.1416355684,26803.5332483478 -3444,0,47829.1416355684,26803.5332483478 -3445,0,47829.1416355684,26803.5332483478 -3446,0,47829.1416355684,26803.5332483478 -3447,0,47829.1416355684,26803.5332483478 -3448,0,47829.1416355684,26803.5332483478 -3449,0,47829.1416355684,26803.5332483478 -3450,0,47829.1416355684,26803.5332483478 -3451,0,47829.1416355684,26803.5332483478 -3452,0,47829.1416355684,26803.5332483478 -3453,0,47829.1416355684,26803.5332483478 -3454,0,47829.1416355684,26803.5332483478 -3455,0,47829.1416355684,26803.5332483478 -3456,0,47829.1416355684,26803.5332483478 -3457,0,47829.1416355684,26803.5332483478 -3458,0,47829.1416355684,26803.5332483478 -3459,0,47829.1416355684,26803.5332483478 -3460,0,47829.1416355684,26803.5332483478 -3461,0,47829.1416355684,26803.5332483478 -3462,0,47829.1416355684,26803.5332483478 -3463,0,47829.1416355684,26803.5332483478 -3464,0,47829.1416355684,26803.5332483478 -3465,0,47829.1416355684,26803.5332483478 -3466,0,47829.1416355684,26803.5332483478 -3467,0,47829.1416355684,26803.5332483478 -3468,0,47829.1416355684,26803.5332483478 -3469,0,47829.1416355684,26803.5332483478 -3470,0,47829.1416355684,26803.5332483478 -3471,0,47829.1416355684,26803.5332483478 -3472,0,47829.1416355684,26803.5332483478 -3473,0,47829.1416355684,26803.5332483478 -3474,0,47829.1416355684,26803.5332483478 -3475,0,47829.1416355684,26803.5332483478 -3476,0,47829.1416355684,26803.5332483478 -3477,0,47829.1416355684,26803.5332483478 -3478,0,47829.1416355684,26803.5332483478 -3479,0,47829.1416355684,26803.5332483478 -3480,0,47829.1416355684,26803.5332483478 -3481,0,47829.1416355684,26803.5332483478 -3482,0,47829.1416355684,26803.5332483478 -3483,0,47829.1416355684,26803.5332483478 -3484,0,47829.1416355684,26803.5332483478 -3485,0,47829.1416355684,26803.5332483478 -3486,0,47829.1416355684,26803.5332483478 -3487,0,47829.1416355684,26803.5332483478 -3488,0,47829.1416355684,26803.5332483478 -3489,0,47829.1416355684,26803.5332483478 -3490,0,47829.1416355684,26803.5332483478 -3491,0,47829.1416355684,26803.5332483478 -3492,0,47829.1416355684,26803.5332483478 -3493,0,47829.1416355684,26803.5332483478 -3494,0,47829.1416355684,26803.5332483478 -3495,0,47829.1416355684,26803.5332483478 -3496,0,47829.1416355684,26803.5332483478 -3497,0,47829.1416355684,26803.5332483478 -3498,0,47829.1416355684,26803.5332483478 -3499,0,47829.1416355684,26803.5332483478 -3500,0,47829.1416355684,26803.5332483478 -3501,0,47829.1416355684,26803.5332483478 -3502,0,47829.1416355684,26803.5332483478 -3503,0,47829.1416355684,26803.5332483478 -3504,0,47829.1416355684,26803.5332483478 -3505,0,47829.1416355684,26803.5332483478 -3506,0,47829.1416355684,26803.5332483478 -3507,0,47829.1416355684,26803.5332483478 -3508,0,47829.1416355684,26803.5332483478 -3509,0,47829.1416355684,26803.5332483478 -3510,0,47829.1416355684,26803.5332483478 -3511,0,47829.1416355684,26803.5332483478 -3512,0,47829.1416355684,26803.5332483478 -3513,0,47829.1416355684,26803.5332483478 -3514,0,47829.1416355684,26803.5332483478 -3515,0,47829.1416355684,26803.5332483478 -3516,0,47829.1416355684,26803.5332483478 -3517,0,47829.1416355684,26803.5332483478 -3518,0,47829.1416355684,26803.5332483478 -3519,0,47829.1416355684,26803.5332483478 -3520,0,47829.1416355684,26803.5332483478 -3521,0,47829.1416355684,26803.5332483478 -3522,0,47829.1416355684,26803.5332483478 -3523,0,47829.1416355684,26803.5332483478 -3524,0,47829.1416355684,26803.5332483478 -3525,0,47829.1416355684,26803.5332483478 -3526,0,47829.1416355684,26803.5332483478 -3527,0,47829.1416355684,26803.5332483478 -3528,0,47829.1416355684,26803.5332483478 -3529,0,47829.1416355684,26803.5332483478 -3530,0,47829.1416355684,26803.5332483478 -3531,0,47829.1416355684,26803.5332483478 -3532,0,47829.1416355684,26803.5332483478 -3533,0,47829.1416355684,26803.5332483478 -3534,0,47829.1416355684,26803.5332483478 -3535,0,47829.1416355684,26803.5332483478 -3536,0,47829.1416355684,26803.5332483478 -3537,0,47829.1416355684,26803.5332483478 -3538,0,47829.1416355684,26803.5332483478 -3539,0,47829.1416355684,26803.5332483478 -3540,0,47829.1416355684,26803.5332483478 -3541,0,47829.1416355684,26803.5332483478 -3542,0,47829.1416355684,26803.5332483478 -3543,0,47829.1416355684,26803.5332483478 -3544,0,47829.1416355684,26803.5332483478 -3545,0,47829.1416355684,26803.5332483478 -3546,0,47829.1416355684,26803.5332483478 -3547,0,47829.1416355684,26803.5332483478 -3548,0,47829.1416355684,26803.5332483478 -3549,0,47829.1416355684,26803.5332483478 -3550,0,47829.1416355684,26803.5332483478 -3551,0,47829.1416355684,26803.5332483478 -3552,0,47829.1416355684,26803.5332483478 -3553,0,47829.1416355684,26803.5332483478 -3554,0,47829.1416355684,26803.5332483478 -3555,0,47829.1416355684,26803.5332483478 -3556,0,47829.1416355684,26803.5332483478 -3557,0,47829.1416355684,26803.5332483478 -3558,0,47829.1416355684,26803.5332483478 -3559,0,47829.1416355684,26803.5332483478 -3560,0,47829.1416355684,26803.5332483478 -3561,0,47829.1416355684,26803.5332483478 -3562,0,47829.1416355684,26803.5332483478 -3563,0,47829.1416355684,26803.5332483478 -3564,0,47829.1416355684,26803.5332483478 -3565,0,47829.1416355684,26803.5332483478 -3566,0,47829.1416355684,26803.5332483478 -3567,0,47829.1416355684,26803.5332483478 -3568,0,47829.1416355684,26803.5332483478 -3569,0,47829.1416355684,26803.5332483478 -3570,0,47829.1416355684,26803.5332483478 -3571,0,47829.1416355684,26803.5332483478 -3572,0,47829.1416355684,26803.5332483478 -3573,0,47829.1416355684,26803.5332483478 -3574,0,47829.1416355684,26803.5332483478 -3575,0,47829.1416355684,26803.5332483478 -3576,0,47829.1416355684,26803.5332483478 -3577,0,47829.1416355684,26803.5332483478 -3578,0,47829.1416355684,26803.5332483478 -3579,0,47829.1416355684,26803.5332483478 -3580,0,47829.1416355684,26803.5332483478 -3581,0,47829.1416355684,26803.5332483478 -3582,0,47829.1416355684,26803.5332483478 -3583,0,47829.1416355684,26803.5332483478 -3584,0,47829.1416355684,26803.5332483478 -3585,0,47829.1416355684,26803.5332483478 -3586,0,47829.1416355684,26803.5332483478 -3587,0,47829.1416355684,26803.5332483478 -3588,0,47829.1416355684,26803.5332483478 -3589,0,47829.1416355684,26803.5332483478 -3590,0,47829.1416355684,26803.5332483478 -3591,0,47829.1416355684,26803.5332483478 -3592,0,47829.1416355684,26803.5332483478 -3593,0,47829.1416355684,26803.5332483478 -3594,0,47829.1416355684,26803.5332483478 -3595,0,47829.1416355684,26803.5332483478 -3596,0,47829.1416355684,26803.5332483478 -3597,0,47829.1416355684,26803.5332483478 -3598,0,47829.1416355684,26803.5332483478 -3599,0,47829.1416355684,26803.5332483478 -3600,0,47829.1416355684,26803.5332483478 -3601,0,47829.1416355684,26803.5332483478 -3602,0,47829.1416355684,26803.5332483478 -3603,0,47829.1416355684,26803.5332483478 -3604,0,47829.1416355684,26803.5332483478 -3605,0,47829.1416355684,26803.5332483478 -3606,0,47829.1416355684,26803.5332483478 -3607,0,47829.1416355684,26803.5332483478 -3608,0,47829.1416355684,26803.5332483478 -3609,0,47829.1416355684,26803.5332483478 -3610,0,47829.1416355684,26803.5332483478 -3611,0,47829.1416355684,26803.5332483478 -3612,0,47829.1416355684,26803.5332483478 -3613,0,47829.1416355684,26803.5332483478 -3614,0,47829.1416355684,26803.5332483478 -3615,0,47829.1416355684,26803.5332483478 -3616,0,47829.1416355684,26803.5332483478 -3617,0,47829.1416355684,26803.5332483478 -3618,0,47829.1416355684,26803.5332483478 -3619,0,47829.1416355684,26803.5332483478 -3620,0,47829.1416355684,26803.5332483478 -3621,0,47829.1416355684,26803.5332483478 -3622,0,47829.1416355684,26803.5332483478 -3623,0,47829.1416355684,26803.5332483478 -3624,0,47829.1416355684,26803.5332483478 -3625,0,47829.1416355684,26803.5332483478 -3626,0,47829.1416355684,26803.5332483478 -3627,0,47829.1416355684,26803.5332483478 -3628,0,47829.1416355684,26803.5332483478 -3629,0,47829.1416355684,26803.5332483478 -3630,0,47829.1416355684,26803.5332483478 -3631,0,47829.1416355684,26803.5332483478 -3632,0,47829.1416355684,26803.5332483478 -3633,0,47829.1416355684,26803.5332483478 -3634,0,47829.1416355684,26803.5332483478 -3635,0,47829.1416355684,26803.5332483478 -3636,0,47829.1416355684,26803.5332483478 -3637,0,47829.1416355684,26803.5332483478 -3638,0,47829.1416355684,26803.5332483478 -3639,0,47829.1416355684,26803.5332483478 -3640,0,47829.1416355684,26803.5332483478 -3641,0,47829.1416355684,26803.5332483478 -3642,0,47829.1416355684,26803.5332483478 -3643,0,47829.1416355684,26803.5332483478 -3644,0,47829.1416355684,26803.5332483478 -3645,0,47829.1416355684,26803.5332483478 -3646,0,47829.1416355684,26803.5332483478 -3647,0,47829.1416355684,26803.5332483478 -3648,0,47829.1416355684,26803.5332483478 -3649,0,47829.1416355684,26803.5332483478 -3650,0,47829.1416355684,26803.5332483478 -3651,0,47829.1416355684,26803.5332483478 -3652,0,47829.1416355684,26803.5332483478 -3653,0,47829.1416355684,26803.5332483478 -3654,0,47829.1416355684,26803.5332483478 -3655,0,47829.1416355684,26803.5332483478 -3656,0,47829.1416355684,26803.5332483478 -3657,0,47829.1416355684,26803.5332483478 -3658,0,47829.1416355684,26803.5332483478 -3659,0,47829.1416355684,26803.5332483478 -3660,0,47829.1416355684,26803.5332483478 -3661,0,47829.1416355684,26803.5332483478 -3662,0,47829.1416355684,26803.5332483478 -3663,0,47829.1416355684,26803.5332483478 -3664,0,47829.1416355684,26803.5332483478 -3665,0,47829.1416355684,26803.5332483478 -3666,0,47829.1416355684,26803.5332483478 -3667,0,47829.1416355684,26803.5332483478 -3668,0,47829.1416355684,26803.5332483478 -3669,0,47829.1416355684,26803.5332483478 -3670,0,47829.1416355684,26803.5332483478 -3671,0,47829.1416355684,26803.5332483478 -3672,0,47829.1416355684,26803.5332483478 -3673,0,47829.1416355684,26803.5332483478 -3674,0,47829.1416355684,26803.5332483478 -3675,0,47829.1416355684,26803.5332483478 -3676,0,47829.1416355684,26803.5332483478 -3677,0,47829.1416355684,26803.5332483478 -3678,0,47829.1416355684,26803.5332483478 -3679,0,47829.1416355684,26803.5332483478 -3680,0,47829.1416355684,26803.5332483478 -3681,0,47829.1416355684,26803.5332483478 -3682,0,47829.1416355684,26803.5332483478 -3683,0,47829.1416355684,26803.5332483478 -3684,0,47829.1416355684,26803.5332483478 -3685,0,47829.1416355684,26803.5332483478 -3686,0,47829.1416355684,26803.5332483478 -3687,0,47829.1416355684,26803.5332483478 -3688,0,47829.1416355684,26803.5332483478 -3689,0,47829.1416355684,26803.5332483478 -3690,0,47829.1416355684,26803.5332483478 -3691,0,47829.1416355684,26803.5332483478 -3692,0,47829.1416355684,26803.5332483478 -3693,0,47829.1416355684,26803.5332483478 -3694,0,47829.1416355684,26803.5332483478 -3695,0,47829.1416355684,26803.5332483478 -3696,0,47829.1416355684,26803.5332483478 -3697,0,47829.1416355684,26803.5332483478 -3698,0,47829.1416355684,26803.5332483478 -3699,0,47829.1416355684,26803.5332483478 -3700,0,47829.1416355684,26803.5332483478 -3701,0,47829.1416355684,26803.5332483478 -3702,0,47829.1416355684,26803.5332483478 -3703,0,47829.1416355684,26803.5332483478 -3704,0,47829.1416355684,26803.5332483478 -3705,0,47829.1416355684,26803.5332483478 -3706,0,47829.1416355684,26803.5332483478 -3707,0,47829.1416355684,26803.5332483478 -3708,0,47829.1416355684,26803.5332483478 -3709,0,47829.1416355684,26803.5332483478 -3710,0,47829.1416355684,26803.5332483478 -3711,0,47829.1416355684,26803.5332483478 -3712,0,47829.1416355684,26803.5332483478 -3713,0,47829.1416355684,26803.5332483478 -3714,0,47829.1416355684,26803.5332483478 -3715,0,47829.1416355684,26803.5332483478 -3716,0,47829.1416355684,26803.5332483478 -3717,0,47829.1416355684,26803.5332483478 -3718,0,47829.1416355684,26803.5332483478 -3719,0,47829.1416355684,26803.5332483478 -3720,0,47829.1416355684,26803.5332483478 -3721,0,47829.1416355684,26803.5332483478 -3722,0,47829.1416355684,26803.5332483478 -3723,0,47829.1416355684,26803.5332483478 -3724,0,47829.1416355684,26803.5332483478 -3725,0,47829.1416355684,26803.5332483478 -3726,0,47829.1416355684,26803.5332483478 -3727,0,47829.1416355684,26803.5332483478 -3728,0,47829.1416355684,26803.5332483478 -3729,0,47829.1416355684,26803.5332483478 -3730,0,47829.1416355684,26803.5332483478 -3731,0,47829.1416355684,26803.5332483478 -3732,0,47829.1416355684,26803.5332483478 -3733,0,47829.1416355684,26803.5332483478 -3734,0,47829.1416355684,26803.5332483478 -3735,0,47829.1416355684,26803.5332483478 -3736,0,47829.1416355684,26803.5332483478 -3737,0,47829.1416355684,26803.5332483478 -3738,0,47829.1416355684,26803.5332483478 -3739,0,47829.1416355684,26803.5332483478 -3740,0,47829.1416355684,26803.5332483478 -3741,0,47829.1416355684,26803.5332483478 -3742,0,47829.1416355684,26803.5332483478 -3743,0,47829.1416355684,26803.5332483478 -3744,0,47829.1416355684,26803.5332483478 -3745,0,47829.1416355684,26803.5332483478 -3746,0,47829.1416355684,26803.5332483478 -3747,0,47829.1416355684,26803.5332483478 -3748,0,47829.1416355684,26803.5332483478 -3749,0,47829.1416355684,26803.5332483478 -3750,0,47829.1416355684,26803.5332483478 -3751,0,47829.1416355684,26803.5332483478 -3752,0,47829.1416355684,26803.5332483478 -3753,0,47829.1416355684,26803.5332483478 -3754,0,47829.1416355684,26803.5332483478 -3755,0,47829.1416355684,26803.5332483478 -3756,0,47829.1416355684,26803.5332483478 -3757,0,47829.1416355684,26803.5332483478 -3758,0,47829.1416355684,26803.5332483478 -3759,0,47829.1416355684,26803.5332483478 -3760,0,47829.1416355684,26803.5332483478 -3761,0,47829.1416355684,26803.5332483478 -3762,0,47829.1416355684,26803.5332483478 -3763,0,47829.1416355684,26803.5332483478 -3764,0,47829.1416355684,26803.5332483478 -3765,0,47829.1416355684,26803.5332483478 -3766,0,47829.1416355684,26803.5332483478 -3767,0,47829.1416355684,26803.5332483478 -3768,0,47829.1416355684,26803.5332483478 -3769,0,47829.1416355684,26803.5332483478 -3770,0,47829.1416355684,26803.5332483478 -3771,0,47829.1416355684,26803.5332483478 -3772,0,47829.1416355684,26803.5332483478 -3773,0,47829.1416355684,26803.5332483478 -3774,0,47829.1416355684,26803.5332483478 -3775,0,47829.1416355684,26803.5332483478 -3776,0,47829.1416355684,26803.5332483478 -3777,0,47829.1416355684,26803.5332483478 -3778,0,47829.1416355684,26803.5332483478 -3779,0,47829.1416355684,26803.5332483478 -3780,0,47829.1416355684,26803.5332483478 -3781,0,47829.1416355684,26803.5332483478 -3782,0,47829.1416355684,26803.5332483478 -3783,0,47829.1416355684,26803.5332483478 -3784,0,47829.1416355684,26803.5332483478 -3785,0,47829.1416355684,26803.5332483478 -3786,0,47829.1416355684,26803.5332483478 -3787,0,47829.1416355684,26803.5332483478 -3788,0,47829.1416355684,26803.5332483478 -3789,0,47829.1416355684,26803.5332483478 -3790,0,47829.1416355684,26803.5332483478 -3791,0,47829.1416355684,26803.5332483478 -3792,0,47829.1416355684,26803.5332483478 -3793,0,47829.1416355684,26803.5332483478 -3794,0,47829.1416355684,26803.5332483478 -3795,0,47829.1416355684,26803.5332483478 -3796,0,47829.1416355684,26803.5332483478 -3797,0,47829.1416355684,26803.5332483478 -3798,0,47829.1416355684,26803.5332483478 -3799,0,47829.1416355684,26803.5332483478 -3800,0,47829.1416355684,26803.5332483478 -3801,0,47829.1416355684,26803.5332483478 -3802,0,47829.1416355684,26803.5332483478 -3803,0,47829.1416355684,26803.5332483478 -3804,0,47829.1416355684,26803.5332483478 -3805,0,47829.1416355684,26803.5332483478 -3806,0,47829.1416355684,26803.5332483478 -3807,0,47829.1416355684,26803.5332483478 -3808,0,47829.1416355684,26803.5332483478 -3809,0,47829.1416355684,26803.5332483478 -3810,0,47829.1416355684,26803.5332483478 -3811,0,47829.1416355684,26803.5332483478 -3812,0,47829.1416355684,26803.5332483478 -3813,0,47829.1416355684,26803.5332483478 -3814,0,47829.1416355684,26803.5332483478 -3815,0,47829.1416355684,26803.5332483478 -3816,0,47829.1416355684,26803.5332483478 -3817,0,47829.1416355684,26803.5332483478 -3818,0,47829.1416355684,26803.5332483478 -3819,0,47829.1416355684,26803.5332483478 -3820,0,47829.1416355684,26803.5332483478 -3821,0,47829.1416355684,26803.5332483478 -3822,0,47829.1416355684,26803.5332483478 -3823,0,47829.1416355684,26803.5332483478 -3824,0,47829.1416355684,26803.5332483478 -3825,0,47829.1416355684,26803.5332483478 -3826,0,47829.1416355684,26803.5332483478 -3827,0,47829.1416355684,26803.5332483478 -3828,0,47829.1416355684,26803.5332483478 -3829,0,47829.1416355684,26803.5332483478 -3830,0,47829.1416355684,26803.5332483478 -3831,0,47829.1416355684,26803.5332483478 -3832,0,47829.1416355684,26803.5332483478 -3833,0,47829.1416355684,26803.5332483478 -3834,0,47829.1416355684,26803.5332483478 -3835,0,47829.1416355684,26803.5332483478 -3836,0,47829.1416355684,26803.5332483478 -3837,0,47829.1416355684,26803.5332483478 -3838,0,47829.1416355684,26803.5332483478 -3839,0,47829.1416355684,26803.5332483478 -3840,0,47829.1416355684,26803.5332483478 -3841,0,47829.1416355684,26803.5332483478 -3842,0,47829.1416355684,26803.5332483478 -3843,0,47829.1416355684,26803.5332483478 -3844,0,47829.1416355684,26803.5332483478 -3845,0,47829.1416355684,26803.5332483478 -3846,0,47829.1416355684,26803.5332483478 -3847,0,47829.1416355684,26803.5332483478 -3848,0,47829.1416355684,26803.5332483478 -3849,0,47829.1416355684,26803.5332483478 -3850,0,47829.1416355684,26803.5332483478 -3851,0,47829.1416355684,26803.5332483478 -3852,0,47829.1416355684,26803.5332483478 -3853,0,47829.1416355684,26803.5332483478 -3854,0,47829.1416355684,26803.5332483478 -3855,0,47829.1416355684,26803.5332483478 -3856,0,47829.1416355684,26803.5332483478 -3857,0,47829.1416355684,26803.5332483478 -3858,0,47829.1416355684,26803.5332483478 -3859,0,47829.1416355684,26803.5332483478 -3860,0,47829.1416355684,26803.5332483478 -3861,0,47829.1416355684,26803.5332483478 -3862,0,47829.1416355684,26803.5332483478 -3863,0,47829.1416355684,26803.5332483478 -3864,0,47829.1416355684,26803.5332483478 -3865,0,47829.1416355684,26803.5332483478 -3866,0,47829.1416355684,26803.5332483478 -3867,0,47829.1416355684,26803.5332483478 -3868,0,47829.1416355684,26803.5332483478 -3869,0,47829.1416355684,26803.5332483478 -3870,0,47829.1416355684,26803.5332483478 -3871,0,47829.1416355684,26803.5332483478 -3872,0,47829.1416355684,26803.5332483478 -3873,0,47829.1416355684,26803.5332483478 -3874,0,47829.1416355684,26803.5332483478 -3875,0,47829.1416355684,26803.5332483478 -3876,0,47829.1416355684,26803.5332483478 -3877,0,47829.1416355684,26803.5332483478 -3878,0,47829.1416355684,26803.5332483478 -3879,0,47829.1416355684,26803.5332483478 -3880,0,47829.1416355684,26803.5332483478 -3881,0,47829.1416355684,26803.5332483478 -3882,0,47829.1416355684,26803.5332483478 -3883,0,47829.1416355684,26803.5332483478 -3884,0,47829.1416355684,26803.5332483478 -3885,0,47829.1416355684,26803.5332483478 -3886,0,47829.1416355684,26803.5332483478 -3887,0,47829.1416355684,26803.5332483478 -3888,0,47829.1416355684,26803.5332483478 -3889,0,47829.1416355684,26803.5332483478 -3890,0,47829.1416355684,26803.5332483478 -3891,0,47829.1416355684,26803.5332483478 -3892,0,47829.1416355684,26803.5332483478 -3893,0,47829.1416355684,26803.5332483478 -3894,0,47829.1416355684,26803.5332483478 -3895,0,47829.1416355684,26803.5332483478 -3896,0,47829.1416355684,26803.5332483478 -3897,0,47829.1416355684,26803.5332483478 -3898,0,47829.1416355684,26803.5332483478 -3899,0,47829.1416355684,26803.5332483478 -3900,0,47829.1416355684,26803.5332483478 -3901,0,47829.1416355684,26803.5332483478 -3902,0,47829.1416355684,26803.5332483478 -3903,0,47829.1416355684,26803.5332483478 -3904,0,47829.1416355684,26803.5332483478 -3905,0,47829.1416355684,26803.5332483478 -3906,0,47829.1416355684,26803.5332483478 -3907,0,47829.1416355684,26803.5332483478 -3908,0,47829.1416355684,26803.5332483478 -3909,0,47829.1416355684,26803.5332483478 -3910,0,47829.1416355684,26803.5332483478 -3911,0,47829.1416355684,26803.5332483478 -3912,0,47829.1416355684,26803.5332483478 -3913,0,47829.1416355684,26803.5332483478 -3914,0,47829.1416355684,26803.5332483478 -3915,0,47829.1416355684,26803.5332483478 -3916,0,47829.1416355684,26803.5332483478 -3917,0,47829.1416355684,26803.5332483478 -3918,0,47829.1416355684,26803.5332483478 -3919,0,47829.1416355684,26803.5332483478 -3920,0,47829.1416355684,26803.5332483478 -3921,0,47829.1416355684,26803.5332483478 -3922,0,47829.1416355684,26803.5332483478 -3923,0,47829.1416355684,26803.5332483478 -3924,0,47829.1416355684,26803.5332483478 -3925,0,47829.1416355684,26803.5332483478 -3926,0,47829.1416355684,26803.5332483478 -3927,0,47829.1416355684,26803.5332483478 -3928,0,47829.1416355684,26803.5332483478 -3929,0,47829.1416355684,26803.5332483478 -3930,0,47829.1416355684,26803.5332483478 -3931,0,47829.1416355684,26803.5332483478 -3932,0,47829.1416355684,26803.5332483478 -3933,0,47829.1416355684,26803.5332483478 -3934,0,47829.1416355684,26803.5332483478 -3935,0,47829.1416355684,26803.5332483478 -3936,0,47829.1416355684,26803.5332483478 -3937,0,47829.1416355684,26803.5332483478 -3938,0,47829.1416355684,26803.5332483478 -3939,0,47829.1416355684,26803.5332483478 -3940,0,47829.1416355684,26803.5332483478 -3941,0,47829.1416355684,26803.5332483478 -3942,0,47829.1416355684,26803.5332483478 -3943,0,47829.1416355684,26803.5332483478 -3944,0,47829.1416355684,26803.5332483478 -3945,0,47829.1416355684,26803.5332483478 -3946,0,47829.1416355684,26803.5332483478 -3947,0,47829.1416355684,26803.5332483478 -3948,0,47829.1416355684,26803.5332483478 -3949,0,47829.1416355684,26803.5332483478 -3950,0,47829.1416355684,26803.5332483478 -3951,0,47829.1416355684,26803.5332483478 -3952,0,47829.1416355684,26803.5332483478 -3953,0,47829.1416355684,26803.5332483478 -3954,0,47829.1416355684,26803.5332483478 -3955,0,47829.1416355684,26803.5332483478 -3956,0,47829.1416355684,26803.5332483478 -3957,0,47829.1416355684,26803.5332483478 -3958,0,47829.1416355684,26803.5332483478 -3959,0,47829.1416355684,26803.5332483478 -3960,0,47829.1416355684,26803.5332483478 -3961,0,47829.1416355684,26803.5332483478 -3962,0,47829.1416355684,26803.5332483478 -3963,0,47829.1416355684,26803.5332483478 -3964,0,47829.1416355684,26803.5332483478 -3965,0,47829.1416355684,26803.5332483478 -3966,0,47829.1416355684,26803.5332483478 -3967,0,47829.1416355684,26803.5332483478 -3968,0,47829.1416355684,26803.5332483478 -3969,0,47829.1416355684,26803.5332483478 -3970,0,47829.1416355684,26803.5332483478 -3971,0,47829.1416355684,26803.5332483478 -3972,0,47829.1416355684,26803.5332483478 -3973,0,47829.1416355684,26803.5332483478 -3974,0,47829.1416355684,26803.5332483478 -3975,0,47829.1416355684,26803.5332483478 -3976,0,47829.1416355684,26803.5332483478 -3977,0,47829.1416355684,26803.5332483478 -3978,0,47829.1416355684,26803.5332483478 -3979,0,47829.1416355684,26803.5332483478 -3980,0,47829.1416355684,26803.5332483478 -3981,0,47829.1416355684,26803.5332483478 -3982,0,47829.1416355684,26803.5332483478 -3983,0,47829.1416355684,26803.5332483478 -3984,0,47829.1416355684,26803.5332483478 -3985,0,47829.1416355684,26803.5332483478 -3986,0,47829.1416355684,26803.5332483478 -3987,0,47829.1416355684,26803.5332483478 -3988,0,47829.1416355684,26803.5332483478 -3989,0,47829.1416355684,26803.5332483478 -3990,0,47829.1416355684,26803.5332483478 -3991,0,47829.1416355684,26803.5332483478 -3992,0,47829.1416355684,26803.5332483478 -3993,0,47829.1416355684,26803.5332483478 -3994,0,47829.1416355684,26803.5332483478 -3995,0,47829.1416355684,26803.5332483478 -3996,0,47829.1416355684,26803.5332483478 -3997,0,47829.1416355684,26803.5332483478 -3998,0,47829.1416355684,26803.5332483478 -3999,0,47829.1416355684,26803.5332483478 -4000,0,47829.1416355684,26803.5332483478 -4001,0,47829.1416355684,26803.5332483478 -4002,0,47829.1416355684,26803.5332483478 -4003,0,47829.1416355684,26803.5332483478 -4004,0,47829.1416355684,26803.5332483478 -4005,0,47829.1416355684,26803.5332483478 -4006,0,47829.1416355684,26803.5332483478 -4007,0,47829.1416355684,26803.5332483478 -4008,0,47829.1416355684,26803.5332483478 -4009,0,47829.1416355684,26803.5332483478 -4010,0,47829.1416355684,26803.5332483478 -4011,0,47829.1416355684,26803.5332483478 -4012,0,47829.1416355684,26803.5332483478 -4013,0,47829.1416355684,26803.5332483478 -4014,0,47829.1416355684,26803.5332483478 -4015,0,47829.1416355684,26803.5332483478 -4016,0,47829.1416355684,26803.5332483478 -4017,0,47829.1416355684,26803.5332483478 -4018,0,47829.1416355684,26803.5332483478 -4019,0,47829.1416355684,26803.5332483478 -4020,0,47829.1416355684,26803.5332483478 -4021,0,47829.1416355684,26803.5332483478 -4022,0,47829.1416355684,26803.5332483478 -4023,0,47829.1416355684,26803.5332483478 -4024,0,47829.1416355684,26803.5332483478 -4025,0,47829.1416355684,26803.5332483478 -4026,0,47829.1416355684,26803.5332483478 -4027,0,47829.1416355684,26803.5332483478 -4028,0,47829.1416355684,26803.5332483478 -4029,0,47829.1416355684,26803.5332483478 -4030,0,47829.1416355684,26803.5332483478 -4031,0,47829.1416355684,26803.5332483478 -4032,0,47829.1416355684,26803.5332483478 -4033,0,47829.1416355684,26803.5332483478 -4034,0,47829.1416355684,26803.5332483478 -4035,0,47829.1416355684,26803.5332483478 -4036,0,47829.1416355684,26803.5332483478 -4037,0,47829.1416355684,26803.5332483478 -4038,0,47829.1416355684,26803.5332483478 -4039,0,47829.1416355684,26803.5332483478 -4040,0,47829.1416355684,26803.5332483478 -4041,0,47829.1416355684,26803.5332483478 -4042,0,47829.1416355684,26803.5332483478 -4043,0,47829.1416355684,26803.5332483478 -4044,0,47829.1416355684,26803.5332483478 -4045,0,47829.1416355684,26803.5332483478 -4046,0,47829.1416355684,26803.5332483478 -4047,0,47829.1416355684,26803.5332483478 -4048,0,47829.1416355684,26803.5332483478 -4049,0,47829.1416355684,26803.5332483478 -4050,0,47829.1416355684,26803.5332483478 -4051,0,47829.1416355684,26803.5332483478 -4052,0,47829.1416355684,26803.5332483478 -4053,0,47829.1416355684,26803.5332483478 -4054,0,47829.1416355684,26803.5332483478 -4055,0,47829.1416355684,26803.5332483478 -4056,0,47829.1416355684,26803.5332483478 -4057,0,47829.1416355684,26803.5332483478 -4058,0,47829.1416355684,26803.5332483478 -4059,0,47829.1416355684,26803.5332483478 -4060,0,47829.1416355684,26803.5332483478 -4061,0,47829.1416355684,26803.5332483478 -4062,0,47829.1416355684,26803.5332483478 -4063,0,47829.1416355684,26803.5332483478 -4064,0,47829.1416355684,26803.5332483478 -4065,0,47829.1416355684,26803.5332483478 -4066,0,47829.1416355684,26803.5332483478 -4067,0,47829.1416355684,26803.5332483478 -4068,0,47829.1416355684,26803.5332483478 -4069,0,47829.1416355684,26803.5332483478 -4070,0,47829.1416355684,26803.5332483478 -4071,0,47829.1416355684,26803.5332483478 -4072,0,47829.1416355684,26803.5332483478 -4073,0,47829.1416355684,26803.5332483478 -4074,0,47829.1416355684,26803.5332483478 -4075,0,47829.1416355684,26803.5332483478 -4076,0,47829.1416355684,26803.5332483478 -4077,0,47829.1416355684,26803.5332483478 -4078,0,47829.1416355684,26803.5332483478 -4079,0,47829.1416355684,26803.5332483478 -4080,0,47829.1416355684,26803.5332483478 -4081,0,47829.1416355684,26803.5332483478 -4082,0,47829.1416355684,26803.5332483478 -4083,0,47829.1416355684,26803.5332483478 -4084,0,47829.1416355684,26803.5332483478 -4085,0,47829.1416355684,26803.5332483478 -4086,0,47829.1416355684,26803.5332483478 -4087,0,47829.1416355684,26803.5332483478 -4088,0,47829.1416355684,26803.5332483478 -4089,0,47829.1416355684,26803.5332483478 -4090,0,47829.1416355684,26803.5332483478 -4091,0,47829.1416355684,26803.5332483478 -4092,0,47829.1416355684,26803.5332483478 -4093,0,47829.1416355684,26803.5332483478 -4094,0,47829.1416355684,26803.5332483478 -4095,0,47829.1416355684,26803.5332483478 -4096,0,47829.1416355684,26803.5332483478 -4097,0,47829.1416355684,26803.5332483478 -4098,0,47829.1416355684,26803.5332483478 -4099,0,47829.1416355684,26803.5332483478 -4100,0,47829.1416355684,26803.5332483478 -4101,0,47829.1416355684,26803.5332483478 -4102,0,47829.1416355684,26803.5332483478 -4103,0,47829.1416355684,26803.5332483478 -4104,0,47829.1416355684,26803.5332483478 -4105,0,47829.1416355684,26803.5332483478 -4106,0,47829.1416355684,26803.5332483478 -4107,0,47829.1416355684,26803.5332483478 -4108,0,47829.1416355684,26803.5332483478 -4109,0,47829.1416355684,26803.5332483478 -4110,0,47829.1416355684,26803.5332483478 -4111,0,47829.1416355684,26803.5332483478 -4112,0,47829.1416355684,26803.5332483478 -4113,0,47829.1416355684,26803.5332483478 -4114,0,47829.1416355684,26803.5332483478 -4115,0,47829.1416355684,26803.5332483478 -4116,0,47829.1416355684,26803.5332483478 -4117,0,47829.1416355684,26803.5332483478 -4118,0,47829.1416355684,26803.5332483478 -4119,0,47829.1416355684,26803.5332483478 -4120,0,47829.1416355684,26803.5332483478 -4121,0,47829.1416355684,26803.5332483478 -4122,0,47829.1416355684,26803.5332483478 -4123,0,47829.1416355684,26803.5332483478 -4124,0,47829.1416355684,26803.5332483478 -4125,0,47829.1416355684,26803.5332483478 -4126,0,47829.1416355684,26803.5332483478 -4127,0,47829.1416355684,26803.5332483478 -4128,0,47829.1416355684,26803.5332483478 -4129,0,47829.1416355684,26803.5332483478 -4130,0,47829.1416355684,26803.5332483478 -4131,0,47829.1416355684,26803.5332483478 -4132,0,47829.1416355684,26803.5332483478 -4133,0,47829.1416355684,26803.5332483478 -4134,0,47829.1416355684,26803.5332483478 -4135,0,47829.1416355684,26803.5332483478 -4136,0,47829.1416355684,26803.5332483478 -4137,0,47829.1416355684,26803.5332483478 -4138,0,47829.1416355684,26803.5332483478 -4139,0,47829.1416355684,26803.5332483478 -4140,0,47829.1416355684,26803.5332483478 -4141,0,47829.1416355684,26803.5332483478 -4142,0,47829.1416355684,26803.5332483478 -4143,0,47829.1416355684,26803.5332483478 -4144,0,47829.1416355684,26803.5332483478 -4145,0,47829.1416355684,26803.5332483478 -4146,0,47829.1416355684,26803.5332483478 -4147,0,47829.1416355684,26803.5332483478 -4148,0,47829.1416355684,26803.5332483478 -4149,0,47829.1416355684,26803.5332483478 -4150,0,47829.1416355684,26803.5332483478 -4151,0,47829.1416355684,26803.5332483478 -4152,0,47829.1416355684,26803.5332483478 -4153,0,47829.1416355684,26803.5332483478 -4154,0,47829.1416355684,26803.5332483478 -4155,0,47829.1416355684,26803.5332483478 -4156,0,47829.1416355684,26803.5332483478 -4157,0,47829.1416355684,26803.5332483478 -4158,0,47829.1416355684,26803.5332483478 -4159,0,47829.1416355684,26803.5332483478 -4160,0,47829.1416355684,26803.5332483478 -4161,0,47829.1416355684,26803.5332483478 -4162,0,47829.1416355684,26803.5332483478 -4163,0,47829.1416355684,26803.5332483478 -4164,0,47829.1416355684,26803.5332483478 -4165,0,47829.1416355684,26803.5332483478 -4166,0,47829.1416355684,26803.5332483478 -4167,0,47829.1416355684,26803.5332483478 -4168,0,47829.1416355684,26803.5332483478 -4169,0,47829.1416355684,26803.5332483478 -4170,0,47829.1416355684,26803.5332483478 -4171,0,47829.1416355684,26803.5332483478 -4172,0,47829.1416355684,26803.5332483478 -4173,0,47829.1416355684,26803.5332483478 -4174,0,47829.1416355684,26803.5332483478 -4175,0,47829.1416355684,26803.5332483478 -4176,0,47829.1416355684,26803.5332483478 -4177,0,47829.1416355684,26803.5332483478 -4178,0,47829.1416355684,26803.5332483478 -4179,0,47829.1416355684,26803.5332483478 -4180,0,47829.1416355684,26803.5332483478 -4181,0,47829.1416355684,26803.5332483478 -4182,0,47829.1416355684,26803.5332483478 -4183,0,47829.1416355684,26803.5332483478 -4184,0,47829.1416355684,26803.5332483478 -4185,0,47829.1416355684,26803.5332483478 -4186,0,47829.1416355684,26803.5332483478 -4187,0,47829.1416355684,26803.5332483478 -4188,0,47829.1416355684,26803.5332483478 -4189,0,47829.1416355684,26803.5332483478 -4190,0,47829.1416355684,26803.5332483478 -4191,0,47829.1416355684,26803.5332483478 -4192,0,47829.1416355684,26803.5332483478 -4193,0,47829.1416355684,26803.5332483478 -4194,0,47829.1416355684,26803.5332483478 -4195,0,47829.1416355684,26803.5332483478 -4196,0,47829.1416355684,26803.5332483478 -4197,0,47829.1416355684,26803.5332483478 -4198,0,47829.1416355684,26803.5332483478 -4199,0,47829.1416355684,26803.5332483478 -4200,0,47829.1416355684,26803.5332483478 -4201,0,47829.1416355684,26803.5332483478 -4202,0,47829.1416355684,26803.5332483478 -4203,0,47829.1416355684,26803.5332483478 -4204,0,47829.1416355684,26803.5332483478 -4205,0,47829.1416355684,26803.5332483478 -4206,0,47829.1416355684,26803.5332483478 -4207,0,47829.1416355684,26803.5332483478 -4208,0,47829.1416355684,26803.5332483478 -4209,0,47829.1416355684,26803.5332483478 -4210,0,47829.1416355684,26803.5332483478 -4211,0,47829.1416355684,26803.5332483478 -4212,0,47829.1416355684,26803.5332483478 -4213,0,47829.1416355684,26803.5332483478 -4214,0,47829.1416355684,26803.5332483478 -4215,0,47829.1416355684,26803.5332483478 -4216,0,47829.1416355684,26803.5332483478 -4217,0,47829.1416355684,26803.5332483478 -4218,0,47829.1416355684,26803.5332483478 -4219,0,47829.1416355684,26803.5332483478 -4220,0,47829.1416355684,26803.5332483478 -4221,0,47829.1416355684,26803.5332483478 -4222,0,47829.1416355684,26803.5332483478 -4223,0,47829.1416355684,26803.5332483478 -4224,0,47829.1416355684,26803.5332483478 -4225,0,47829.1416355684,26803.5332483478 -4226,0,47829.1416355684,26803.5332483478 -4227,0,47829.1416355684,26803.5332483478 -4228,0,47829.1416355684,26803.5332483478 -4229,0,47829.1416355684,26803.5332483478 -4230,0,47829.1416355684,26803.5332483478 -4231,0,47829.1416355684,26803.5332483478 -4232,0,47829.1416355684,26803.5332483478 -4233,0,47829.1416355684,26803.5332483478 -4234,0,47829.1416355684,26803.5332483478 -4235,0,47829.1416355684,26803.5332483478 -4236,0,47829.1416355684,26803.5332483478 -4237,0,47829.1416355684,26803.5332483478 -4238,0,47829.1416355684,26803.5332483478 -4239,0,47829.1416355684,26803.5332483478 -4240,0,47829.1416355684,26803.5332483478 -4241,0,47829.1416355684,26803.5332483478 -4242,0,47829.1416355684,26803.5332483478 -4243,0,47829.1416355684,26803.5332483478 -4244,0,47829.1416355684,26803.5332483478 -4245,0,47829.1416355684,26803.5332483478 -4246,0,47829.1416355684,26803.5332483478 -4247,0,47829.1416355684,26803.5332483478 -4248,0,47829.1416355684,26803.5332483478 -4249,0,47829.1416355684,26803.5332483478 -4250,0,47829.1416355684,26803.5332483478 -4251,0,47829.1416355684,26803.5332483478 -4252,0,47829.1416355684,26803.5332483478 -4253,0,47829.1416355684,26803.5332483478 -4254,0,47829.1416355684,26803.5332483478 -4255,0,47829.1416355684,26803.5332483478 -4256,0,47829.1416355684,26803.5332483478 -4257,0,47829.1416355684,26803.5332483478 -4258,0,47829.1416355684,26803.5332483478 -4259,0,47829.1416355684,26803.5332483478 -4260,0,47829.1416355684,26803.5332483478 -4261,0,47829.1416355684,26803.5332483478 -4262,0,47829.1416355684,26803.5332483478 -4263,0,47829.1416355684,26803.5332483478 -4264,0,47829.1416355684,26803.5332483478 -4265,0,47829.1416355684,26803.5332483478 -4266,0,47829.1416355684,26803.5332483478 -4267,0,47829.1416355684,26803.5332483478 -4268,0,47829.1416355684,26803.5332483478 -4269,0,47829.1416355684,26803.5332483478 -4270,0,47829.1416355684,26803.5332483478 -4271,0,47829.1416355684,26803.5332483478 -4272,0,47829.1416355684,26803.5332483478 -4273,0,47829.1416355684,26803.5332483478 -4274,0,47829.1416355684,26803.5332483478 -4275,0,47829.1416355684,26803.5332483478 -4276,0,47829.1416355684,26803.5332483478 -4277,0,47829.1416355684,26803.5332483478 -4278,0,47829.1416355684,26803.5332483478 -4279,0,47829.1416355684,26803.5332483478 -4280,0,47829.1416355684,26803.5332483478 -4281,0,47829.1416355684,26803.5332483478 -4282,0,47829.1416355684,26803.5332483478 -4283,0,47829.1416355684,26803.5332483478 -4284,0,47829.1416355684,26803.5332483478 -4285,0,47829.1416355684,26803.5332483478 -4286,0,47829.1416355684,26803.5332483478 -4287,0,47829.1416355684,26803.5332483478 -4288,0,47829.1416355684,26803.5332483478 -4289,0,47829.1416355684,26803.5332483478 -4290,0,47829.1416355684,26803.5332483478 -4291,0,47829.1416355684,26803.5332483478 -4292,0,47829.1416355684,26803.5332483478 -4293,0,47829.1416355684,26803.5332483478 -4294,0,47829.1416355684,26803.5332483478 -4295,0,47829.1416355684,26803.5332483478 -4296,0,47829.1416355684,26803.5332483478 -4297,0,47829.1416355684,26803.5332483478 -4298,0,47829.1416355684,26803.5332483478 -4299,0,47829.1416355684,26803.5332483478 -4300,0,47829.1416355684,26803.5332483478 -4301,0,47829.1416355684,26803.5332483478 -4302,0,47829.1416355684,26803.5332483478 -4303,0,47829.1416355684,26803.5332483478 -4304,0,47829.1416355684,26803.5332483478 -4305,0,47829.1416355684,26803.5332483478 -4306,0,47829.1416355684,26803.5332483478 -4307,0,47829.1416355684,26803.5332483478 -4308,0,47829.1416355684,26803.5332483478 -4309,0,47829.1416355684,26803.5332483478 -4310,0,47829.1416355684,26803.5332483478 -4311,0,47829.1416355684,26803.5332483478 -4312,0,47829.1416355684,26803.5332483478 -4313,0,47829.1416355684,26803.5332483478 -4314,0,47829.1416355684,26803.5332483478 -4315,0,47829.1416355684,26803.5332483478 -4316,0,47829.1416355684,26803.5332483478 -4317,0,47829.1416355684,26803.5332483478 -4318,0,47829.1416355684,26803.5332483478 -4319,0,47829.1416355684,26803.5332483478 -4320,0,47829.1416355684,26803.5332483478 -4321,0,47829.1416355684,26803.5332483478 -4322,0,47829.1416355684,26803.5332483478 -4323,0,47829.1416355684,26803.5332483478 -4324,0,47829.1416355684,26803.5332483478 -4325,0,47829.1416355684,26803.5332483478 -4326,0,47829.1416355684,26803.5332483478 -4327,0,47829.1416355684,26803.5332483478 -4328,0,47829.1416355684,26803.5332483478 -4329,0,47829.1416355684,26803.5332483478 -4330,0,47829.1416355684,26803.5332483478 -4331,0,47829.1416355684,26803.5332483478 -4332,0,47829.1416355684,26803.5332483478 -4333,0,47829.1416355684,26803.5332483478 -4334,0,47829.1416355684,26803.5332483478 -4335,0,47829.1416355684,26803.5332483478 -4336,0,47829.1416355684,26803.5332483478 -4337,0,47829.1416355684,26803.5332483478 -4338,0,47829.1416355684,26803.5332483478 -4339,0,47829.1416355684,26803.5332483478 -4340,0,47829.1416355684,26803.5332483478 -4341,0,47829.1416355684,26803.5332483478 -4342,0,47829.1416355684,26803.5332483478 -4343,0,47829.1416355684,26803.5332483478 -4344,0,47829.1416355684,26803.5332483478 -4345,0,47829.1416355684,26803.5332483478 -4346,0,47829.1416355684,26803.5332483478 -4347,0,47829.1416355684,26803.5332483478 -4348,0,47829.1416355684,26803.5332483478 -4349,0,47829.1416355684,26803.5332483478 -4350,0,47829.1416355684,26803.5332483478 -4351,0,47829.1416355684,26803.5332483478 -4352,0,47829.1416355684,26803.5332483478 -4353,0,47829.1416355684,26803.5332483478 -4354,0,47829.1416355684,26803.5332483478 -4355,0,47829.1416355684,26803.5332483478 -4356,0,47829.1416355684,26803.5332483478 -4357,0,47829.1416355684,26803.5332483478 -4358,0,47829.1416355684,26803.5332483478 -4359,0,47829.1416355684,26803.5332483478 -4360,0,47829.1416355684,26803.5332483478 -4361,0,47829.1416355684,26803.5332483478 -4362,0,47829.1416355684,26803.5332483478 -4363,0,47829.1416355684,26803.5332483478 -4364,0,47829.1416355684,26803.5332483478 -4365,0,47829.1416355684,26803.5332483478 -4366,0,47829.1416355684,26803.5332483478 -4367,0,47829.1416355684,26803.5332483478 -4368,0,47829.1416355684,26803.5332483478 -4369,0,47829.1416355684,26803.5332483478 -4370,0,47829.1416355684,26803.5332483478 -4371,0,47829.1416355684,26803.5332483478 -4372,0,47829.1416355684,26803.5332483478 -4373,0,47829.1416355684,26803.5332483478 -4374,0,47829.1416355684,26803.5332483478 -4375,0,47829.1416355684,26803.5332483478 -4376,0,47829.1416355684,26803.5332483478 -4377,0,47829.1416355684,26803.5332483478 -4378,0,47829.1416355684,26803.5332483478 -4379,0,47829.1416355684,26803.5332483478 -4380,0,47829.1416355684,26803.5332483478 -4381,0,47829.1416355684,26803.5332483478 -4382,0,47829.1416355684,26803.5332483478 -4383,0,47829.1416355684,26803.5332483478 -4384,0,47829.1416355684,26803.5332483478 -4385,0,47829.1416355684,26803.5332483478 -4386,0,47829.1416355684,26803.5332483478 -4387,0,47829.1416355684,26803.5332483478 -4388,0,47829.1416355684,26803.5332483478 -4389,0,47829.1416355684,26803.5332483478 -4390,0,47829.1416355684,26803.5332483478 -4391,0,47829.1416355684,26803.5332483478 -4392,0,47829.1416355684,26803.5332483478 -4393,0,47829.1416355684,26803.5332483478 -4394,0,47829.1416355684,26803.5332483478 -4395,0,47829.1416355684,26803.5332483478 -4396,0,47829.1416355684,26803.5332483478 -4397,0,47829.1416355684,26803.5332483478 -4398,0,47829.1416355684,26803.5332483478 -4399,0,47829.1416355684,26803.5332483478 -4400,0,47829.1416355684,26803.5332483478 -4401,0,47829.1416355684,26803.5332483478 -4402,0,47829.1416355684,26803.5332483478 -4403,0,47829.1416355684,26803.5332483478 -4404,0,47829.1416355684,26803.5332483478 -4405,0,47829.1416355684,26803.5332483478 -4406,0,47829.1416355684,26803.5332483478 -4407,0,47829.1416355684,26803.5332483478 -4408,0,47829.1416355684,26803.5332483478 -4409,0,47829.1416355684,26803.5332483478 -4410,0,47829.1416355684,26803.5332483478 -4411,0,47829.1416355684,26803.5332483478 -4412,0,47829.1416355684,26803.5332483478 -4413,0,47829.1416355684,26803.5332483478 -4414,0,47829.1416355684,26803.5332483478 -4415,0,47829.1416355684,26803.5332483478 -4416,0,47829.1416355684,26803.5332483478 -4417,0,47829.1416355684,26803.5332483478 -4418,0,47829.1416355684,26803.5332483478 -4419,0,47829.1416355684,26803.5332483478 -4420,0,47829.1416355684,26803.5332483478 -4421,0,47829.1416355684,26803.5332483478 -4422,0,47829.1416355684,26803.5332483478 -4423,0,47829.1416355684,26803.5332483478 -4424,0,47829.1416355684,26803.5332483478 -4425,0,47829.1416355684,26803.5332483478 -4426,0,47829.1416355684,26803.5332483478 -4427,0,47829.1416355684,26803.5332483478 -4428,0,47829.1416355684,26803.5332483478 -4429,0,47829.1416355684,26803.5332483478 -4430,0,47829.1416355684,26803.5332483478 -4431,0,47829.1416355684,26803.5332483478 -4432,0,47829.1416355684,26803.5332483478 -4433,0,47829.1416355684,26803.5332483478 -4434,0,47829.1416355684,26803.5332483478 -4435,0,47829.1416355684,26803.5332483478 -4436,0,47829.1416355684,26803.5332483478 -4437,0,47829.1416355684,26803.5332483478 -4438,0,47829.1416355684,26803.5332483478 -4439,0,47829.1416355684,26803.5332483478 -4440,0,47829.1416355684,26803.5332483478 -4441,0,47829.1416355684,26803.5332483478 -4442,0,47829.1416355684,26803.5332483478 -4443,0,47829.1416355684,26803.5332483478 -4444,0,47829.1416355684,26803.5332483478 -4445,0,47829.1416355684,26803.5332483478 -4446,0,47829.1416355684,26803.5332483478 -4447,0,47829.1416355684,26803.5332483478 -4448,0,47829.1416355684,26803.5332483478 -4449,0,47829.1416355684,26803.5332483478 -4450,0,47829.1416355684,26803.5332483478 -4451,0,47829.1416355684,26803.5332483478 -4452,0,47829.1416355684,26803.5332483478 -4453,0,47829.1416355684,26803.5332483478 -4454,0,47829.1416355684,26803.5332483478 -4455,0,47829.1416355684,26803.5332483478 -4456,0,47829.1416355684,26803.5332483478 -4457,0,47829.1416355684,26803.5332483478 -4458,0,47829.1416355684,26803.5332483478 -4459,0,47829.1416355684,26803.5332483478 -4460,0,47829.1416355684,26803.5332483478 -4461,0,47829.1416355684,26803.5332483478 -4462,0,47829.1416355684,26803.5332483478 -4463,0,47829.1416355684,26803.5332483478 -4464,0,47829.1416355684,26803.5332483478 -4465,0,47829.1416355684,26803.5332483478 -4466,0,47829.1416355684,26803.5332483478 -4467,0,47829.1416355684,26803.5332483478 -4468,0,47829.1416355684,26803.5332483478 -4469,0,47829.1416355684,26803.5332483478 -4470,0,47829.1416355684,26803.5332483478 -4471,0,47829.1416355684,26803.5332483478 -4472,0,47829.1416355684,26803.5332483478 -4473,0,47829.1416355684,26803.5332483478 -4474,0,47829.1416355684,26803.5332483478 -4475,0,47829.1416355684,26803.5332483478 -4476,0,47829.1416355684,26803.5332483478 -4477,0,47829.1416355684,26803.5332483478 -4478,0,47829.1416355684,26803.5332483478 -4479,0,47829.1416355684,26803.5332483478 -4480,0,47829.1416355684,26803.5332483478 -4481,0,47829.1416355684,26803.5332483478 -4482,0,47829.1416355684,26803.5332483478 -4483,0,47829.1416355684,26803.5332483478 -4484,0,47829.1416355684,26803.5332483478 -4485,0,47829.1416355684,26803.5332483478 -4486,0,47829.1416355684,26803.5332483478 -4487,0,47829.1416355684,26803.5332483478 -4488,0,47829.1416355684,26803.5332483478 -4489,0,47829.1416355684,26803.5332483478 -4490,0,47829.1416355684,26803.5332483478 -4491,0,47829.1416355684,26803.5332483478 -4492,0,47829.1416355684,26803.5332483478 -4493,0,47829.1416355684,26803.5332483478 -4494,0,47829.1416355684,26803.5332483478 -4495,0,47829.1416355684,26803.5332483478 -4496,0,47829.1416355684,26803.5332483478 -4497,0,47829.1416355684,26803.5332483478 -4498,0,47829.1416355684,26803.5332483478 -4499,0,47829.1416355684,26803.5332483478 -4500,0,47829.1416355684,26803.5332483478 -4501,0,47829.1416355684,26803.5332483478 -4502,0,47829.1416355684,26803.5332483478 -4503,0,47829.1416355684,26803.5332483478 -4504,0,47829.1416355684,26803.5332483478 -4505,0,47829.1416355684,26803.5332483478 -4506,0,47829.1416355684,26803.5332483478 -4507,0,47829.1416355684,26803.5332483478 -4508,0,47829.1416355684,26803.5332483478 -4509,0,47829.1416355684,26803.5332483478 -4510,0,47829.1416355684,26803.5332483478 -4511,0,47829.1416355684,26803.5332483478 -4512,0,47829.1416355684,26803.5332483478 -4513,0,47829.1416355684,26803.5332483478 -4514,0,47829.1416355684,26803.5332483478 -4515,0,47829.1416355684,26803.5332483478 -4516,0,47829.1416355684,26803.5332483478 -4517,0,47829.1416355684,26803.5332483478 -4518,0,47829.1416355684,26803.5332483478 -4519,0,47829.1416355684,26803.5332483478 -4520,0,47829.1416355684,26803.5332483478 -4521,0,47829.1416355684,26803.5332483478 -4522,0,47829.1416355684,26803.5332483478 -4523,0,47829.1416355684,26803.5332483478 -4524,0,47829.1416355684,26803.5332483478 -4525,0,47829.1416355684,26803.5332483478 -4526,0,47829.1416355684,26803.5332483478 -4527,0,47829.1416355684,26803.5332483478 -4528,0,47829.1416355684,26803.5332483478 -4529,0,47829.1416355684,26803.5332483478 -4530,0,47829.1416355684,26803.5332483478 -4531,0,47829.1416355684,26803.5332483478 -4532,0,47829.1416355684,26803.5332483478 -4533,0,47829.1416355684,26803.5332483478 -4534,0,47829.1416355684,26803.5332483478 -4535,0,47829.1416355684,26803.5332483478 -4536,0,47829.1416355684,26803.5332483478 -4537,0,47829.1416355684,26803.5332483478 -4538,0,47829.1416355684,26803.5332483478 -4539,0,47829.1416355684,26803.5332483478 -4540,0,47829.1416355684,26803.5332483478 -4541,0,47829.1416355684,26803.5332483478 -4542,0,47829.1416355684,26803.5332483478 -4543,0,47829.1416355684,26803.5332483478 -4544,0,47829.1416355684,26803.5332483478 -4545,0,47829.1416355684,26803.5332483478 -4546,0,47829.1416355684,26803.5332483478 -4547,0,47829.1416355684,26803.5332483478 -4548,0,47829.1416355684,26803.5332483478 -4549,0,47829.1416355684,26803.5332483478 -4550,0,47829.1416355684,26803.5332483478 -4551,0,47829.1416355684,26803.5332483478 -4552,0,47829.1416355684,26803.5332483478 -4553,0,47829.1416355684,26803.5332483478 -4554,0,47829.1416355684,26803.5332483478 -4555,0,47829.1416355684,26803.5332483478 -4556,0,47829.1416355684,26803.5332483478 -4557,0,47829.1416355684,26803.5332483478 -4558,0,47829.1416355684,26803.5332483478 -4559,0,47829.1416355684,26803.5332483478 -4560,0,47829.1416355684,26803.5332483478 -4561,0,47829.1416355684,26803.5332483478 -4562,0,47829.1416355684,26803.5332483478 -4563,0,47829.1416355684,26803.5332483478 -4564,0,47829.1416355684,26803.5332483478 -4565,0,47829.1416355684,26803.5332483478 -4566,0,47829.1416355684,26803.5332483478 -4567,0,47829.1416355684,26803.5332483478 -4568,0,47829.1416355684,26803.5332483478 -4569,0,47829.1416355684,26803.5332483478 -4570,0,47829.1416355684,26803.5332483478 -4571,0,47829.1416355684,26803.5332483478 -4572,0,47829.1416355684,26803.5332483478 -4573,0,47829.1416355684,26803.5332483478 -4574,0,47829.1416355684,26803.5332483478 -4575,0,47829.1416355684,26803.5332483478 -4576,0,47829.1416355684,26803.5332483478 -4577,0,47829.1416355684,26803.5332483478 -4578,0,47829.1416355684,26803.5332483478 -4579,0,47829.1416355684,26803.5332483478 -4580,0,47829.1416355684,26803.5332483478 -4581,0,47829.1416355684,26803.5332483478 -4582,0,47829.1416355684,26803.5332483478 -4583,0,47829.1416355684,26803.5332483478 -4584,0,47829.1416355684,26803.5332483478 -4585,0,47829.1416355684,26803.5332483478 -4586,0,47829.1416355684,26803.5332483478 -4587,0,47829.1416355684,26803.5332483478 -4588,0,47829.1416355684,26803.5332483478 -4589,0,47829.1416355684,26803.5332483478 -4590,0,47829.1416355684,26803.5332483478 -4591,0,47829.1416355684,26803.5332483478 -4592,0,47829.1416355684,26803.5332483478 -4593,0,47829.1416355684,26803.5332483478 -4594,0,47829.1416355684,26803.5332483478 -4595,0,47829.1416355684,26803.5332483478 -4596,0,47829.1416355684,26803.5332483478 -4597,0,47829.1416355684,26803.5332483478 -4598,0,47829.1416355684,26803.5332483478 -4599,0,47829.1416355684,26803.5332483478 -4600,0,47829.1416355684,26803.5332483478 -4601,0,47829.1416355684,26803.5332483478 -4602,0,47829.1416355684,26803.5332483478 -4603,0,47829.1416355684,26803.5332483478 -4604,0,47829.1416355684,26803.5332483478 -4605,0,47829.1416355684,26803.5332483478 -4606,0,47829.1416355684,26803.5332483478 -4607,0,47829.1416355684,26803.5332483478 -4608,0,47829.1416355684,26803.5332483478 -4609,0,47829.1416355684,26803.5332483478 -4610,0,47829.1416355684,26803.5332483478 -4611,0,47829.1416355684,26803.5332483478 -4612,0,47829.1416355684,26803.5332483478 -4613,0,47829.1416355684,26803.5332483478 -4614,0,47829.1416355684,26803.5332483478 -4615,0,47829.1416355684,26803.5332483478 -4616,0,47829.1416355684,26803.5332483478 -4617,0,47829.1416355684,26803.5332483478 -4618,0,47829.1416355684,26803.5332483478 -4619,0,47829.1416355684,26803.5332483478 -4620,0,47829.1416355684,26803.5332483478 -4621,0,47829.1416355684,26803.5332483478 -4622,0,47829.1416355684,26803.5332483478 -4623,0,47829.1416355684,26803.5332483478 -4624,0,47829.1416355684,26803.5332483478 -4625,0,47829.1416355684,26803.5332483478 -4626,0,47829.1416355684,26803.5332483478 -4627,0,47829.1416355684,26803.5332483478 -4628,0,47829.1416355684,26803.5332483478 -4629,0,47829.1416355684,26803.5332483478 -4630,0,47829.1416355684,26803.5332483478 -4631,0,47829.1416355684,26803.5332483478 -4632,0,47829.1416355684,26803.5332483478 -4633,0,47829.1416355684,26803.5332483478 -4634,0,47829.1416355684,26803.5332483478 -4635,0,47829.1416355684,26803.5332483478 -4636,0,47829.1416355684,26803.5332483478 -4637,0,47829.1416355684,26803.5332483478 -4638,0,47829.1416355684,26803.5332483478 -4639,0,47829.1416355684,26803.5332483478 -4640,0,47829.1416355684,26803.5332483478 -4641,0,47829.1416355684,26803.5332483478 -4642,0,47829.1416355684,26803.5332483478 -4643,0,47829.1416355684,26803.5332483478 -4644,0,47829.1416355684,26803.5332483478 -4645,0,47829.1416355684,26803.5332483478 -4646,0,47829.1416355684,26803.5332483478 -4647,0,47829.1416355684,26803.5332483478 -4648,0,47829.1416355684,26803.5332483478 -4649,0,47829.1416355684,26803.5332483478 -4650,0,47829.1416355684,26803.5332483478 -4651,0,47829.1416355684,26803.5332483478 -4652,0,47829.1416355684,26803.5332483478 -4653,0,47829.1416355684,26803.5332483478 -4654,0,47829.1416355684,26803.5332483478 -4655,0,47829.1416355684,26803.5332483478 -4656,0,47829.1416355684,26803.5332483478 -4657,0,47829.1416355684,26803.5332483478 -4658,0,47829.1416355684,26803.5332483478 -4659,0,47829.1416355684,26803.5332483478 -4660,0,47829.1416355684,26803.5332483478 -4661,0,47829.1416355684,26803.5332483478 -4662,0,47829.1416355684,26803.5332483478 -4663,0,47829.1416355684,26803.5332483478 -4664,0,47829.1416355684,26803.5332483478 -4665,0,47829.1416355684,26803.5332483478 -4666,0,47829.1416355684,26803.5332483478 -4667,0,47829.1416355684,26803.5332483478 -4668,0,47829.1416355684,26803.5332483478 -4669,0,47829.1416355684,26803.5332483478 -4670,0,47829.1416355684,26803.5332483478 -4671,0,47829.1416355684,26803.5332483478 -4672,0,47829.1416355684,26803.5332483478 -4673,0,47829.1416355684,26803.5332483478 -4674,0,47829.1416355684,26803.5332483478 -4675,0,47829.1416355684,26803.5332483478 -4676,0,47829.1416355684,26803.5332483478 -4677,0,47829.1416355684,26803.5332483478 -4678,0,47829.1416355684,26803.5332483478 -4679,0,47829.1416355684,26803.5332483478 -4680,0,47829.1416355684,26803.5332483478 -4681,0,47829.1416355684,26803.5332483478 -4682,0,47829.1416355684,26803.5332483478 -4683,0,47829.1416355684,26803.5332483478 -4684,0,47829.1416355684,26803.5332483478 -4685,0,47829.1416355684,26803.5332483478 -4686,0,47829.1416355684,26803.5332483478 -4687,0,47829.1416355684,26803.5332483478 -4688,0,47829.1416355684,26803.5332483478 -4689,0,47829.1416355684,26803.5332483478 -4690,0,47829.1416355684,26803.5332483478 -4691,0,47829.1416355684,26803.5332483478 -4692,0,47829.1416355684,26803.5332483478 -4693,0,47829.1416355684,26803.5332483478 -4694,0,47829.1416355684,26803.5332483478 -4695,0,47829.1416355684,26803.5332483478 -4696,0,47829.1416355684,26803.5332483478 -4697,0,47829.1416355684,26803.5332483478 -4698,0,47829.1416355684,26803.5332483478 -4699,0,47829.1416355684,26803.5332483478 -4700,0,47829.1416355684,26803.5332483478 -4701,0,47829.1416355684,26803.5332483478 -4702,0,47829.1416355684,26803.5332483478 -4703,0,47829.1416355684,26803.5332483478 -4704,0,47829.1416355684,26803.5332483478 -4705,0,47829.1416355684,26803.5332483478 -4706,0,47829.1416355684,26803.5332483478 -4707,0,47829.1416355684,26803.5332483478 -4708,0,47829.1416355684,26803.5332483478 -4709,0,47829.1416355684,26803.5332483478 -4710,0,47829.1416355684,26803.5332483478 -4711,0,47829.1416355684,26803.5332483478 -4712,0,47829.1416355684,26803.5332483478 -4713,0,47829.1416355684,26803.5332483478 -4714,0,47829.1416355684,26803.5332483478 -4715,0,47829.1416355684,26803.5332483478 -4716,0,47829.1416355684,26803.5332483478 -4717,0,47829.1416355684,26803.5332483478 -4718,0,47829.1416355684,26803.5332483478 -4719,0,47829.1416355684,26803.5332483478 -4720,0,47829.1416355684,26803.5332483478 -4721,0,47829.1416355684,26803.5332483478 -4722,0,47829.1416355684,26803.5332483478 -4723,0,47829.1416355684,26803.5332483478 -4724,0,47829.1416355684,26803.5332483478 -4725,0,47829.1416355684,26803.5332483478 -4726,0,47829.1416355684,26803.5332483478 -4727,0,47829.1416355684,26803.5332483478 -4728,0,47829.1416355684,26803.5332483478 -4729,0,47829.1416355684,26803.5332483478 -4730,0,47829.1416355684,26803.5332483478 -4731,0,47829.1416355684,26803.5332483478 -4732,0,47829.1416355684,26803.5332483478 -4733,0,47829.1416355684,26803.5332483478 -4734,0,47829.1416355684,26803.5332483478 -4735,0,47829.1416355684,26803.5332483478 -4736,0,47829.1416355684,26803.5332483478 -4737,0,47829.1416355684,26803.5332483478 -4738,0,47829.1416355684,26803.5332483478 -4739,0,47829.1416355684,26803.5332483478 -4740,0,47829.1416355684,26803.5332483478 -4741,0,47829.1416355684,26803.5332483478 -4742,0,47829.1416355684,26803.5332483478 -4743,0,47829.1416355684,26803.5332483478 -4744,0,47829.1416355684,26803.5332483478 -4745,0,47829.1416355684,26803.5332483478 -4746,0,47829.1416355684,26803.5332483478 -4747,0,47829.1416355684,26803.5332483478 -4748,0,47829.1416355684,26803.5332483478 -4749,0,47829.1416355684,26803.5332483478 -4750,0,47829.1416355684,26803.5332483478 -4751,0,47829.1416355684,26803.5332483478 -4752,0,47829.1416355684,26803.5332483478 -4753,0,47829.1416355684,26803.5332483478 -4754,0,47829.1416355684,26803.5332483478 -4755,0,47829.1416355684,26803.5332483478 -4756,0,47829.1416355684,26803.5332483478 -4757,0,47829.1416355684,26803.5332483478 -4758,0,47829.1416355684,26803.5332483478 -4759,0,47829.1416355684,26803.5332483478 -4760,0,47829.1416355684,26803.5332483478 -4761,0,47829.1416355684,26803.5332483478 -4762,0,47829.1416355684,26803.5332483478 -4763,0,47829.1416355684,26803.5332483478 -4764,0,47829.1416355684,26803.5332483478 -4765,0,47829.1416355684,26803.5332483478 -4766,0,47829.1416355684,26803.5332483478 -4767,0,47829.1416355684,26803.5332483478 -4768,0,47829.1416355684,26803.5332483478 -4769,0,47829.1416355684,26803.5332483478 -4770,0,47829.1416355684,26803.5332483478 -4771,0,47829.1416355684,26803.5332483478 -4772,0,47829.1416355684,26803.5332483478 -4773,0,47829.1416355684,26803.5332483478 -4774,0,47829.1416355684,26803.5332483478 -4775,0,47829.1416355684,26803.5332483478 -4776,0,47829.1416355684,26803.5332483478 -4777,0,47829.1416355684,26803.5332483478 -4778,0,47829.1416355684,26803.5332483478 -4779,0,47829.1416355684,26803.5332483478 -4780,0,47829.1416355684,26803.5332483478 -4781,0,47829.1416355684,26803.5332483478 -4782,0,47829.1416355684,26803.5332483478 -4783,0,47829.1416355684,26803.5332483478 -4784,0,47829.1416355684,26803.5332483478 -4785,0,47829.1416355684,26803.5332483478 -4786,0,47829.1416355684,26803.5332483478 -4787,0,47829.1416355684,26803.5332483478 -4788,0,47829.1416355684,26803.5332483478 -4789,0,47829.1416355684,26803.5332483478 -4790,0,47829.1416355684,26803.5332483478 -4791,0,47829.1416355684,26803.5332483478 -4792,0,47829.1416355684,26803.5332483478 -4793,0,47829.1416355684,26803.5332483478 -4794,0,47829.1416355684,26803.5332483478 -4795,0,47829.1416355684,26803.5332483478 -4796,0,47829.1416355684,26803.5332483478 -4797,0,47829.1416355684,26803.5332483478 -4798,0,47829.1416355684,26803.5332483478 -4799,0,47829.1416355684,26803.5332483478 -4800,0,47829.1416355684,26803.5332483478 -4801,0,47829.1416355684,26803.5332483478 -4802,0,47829.1416355684,26803.5332483478 -4803,0,47829.1416355684,26803.5332483478 -4804,0,47829.1416355684,26803.5332483478 -4805,0,47829.1416355684,26803.5332483478 -4806,0,47829.1416355684,26803.5332483478 -4807,0,47829.1416355684,26803.5332483478 -4808,0,47829.1416355684,26803.5332483478 -4809,0,47829.1416355684,26803.5332483478 -4810,0,47829.1416355684,26803.5332483478 -4811,0,47829.1416355684,26803.5332483478 -4812,0,47829.1416355684,26803.5332483478 -4813,0,47829.1416355684,26803.5332483478 -4814,0,47829.1416355684,26803.5332483478 -4815,0,47829.1416355684,26803.5332483478 -4816,0,47829.1416355684,26803.5332483478 -4817,0,47829.1416355684,26803.5332483478 -4818,0,47829.1416355684,26803.5332483478 -4819,0,47829.1416355684,26803.5332483478 -4820,0,47829.1416355684,26803.5332483478 -4821,0,47829.1416355684,26803.5332483478 -4822,0,47829.1416355684,26803.5332483478 -4823,0,47829.1416355684,26803.5332483478 -4824,0,47829.1416355684,26803.5332483478 -4825,0,47829.1416355684,26803.5332483478 -4826,0,47829.1416355684,26803.5332483478 -4827,0,47829.1416355684,26803.5332483478 -4828,0,47829.1416355684,26803.5332483478 -4829,0,47829.1416355684,26803.5332483478 -4830,0,47829.1416355684,26803.5332483478 -4831,0,47829.1416355684,26803.5332483478 -4832,0,47829.1416355684,26803.5332483478 -4833,0,47829.1416355684,26803.5332483478 -4834,0,47829.1416355684,26803.5332483478 -4835,0,47829.1416355684,26803.5332483478 -4836,0,47829.1416355684,26803.5332483478 -4837,0,47829.1416355684,26803.5332483478 -4838,0,47829.1416355684,26803.5332483478 -4839,0,47829.1416355684,26803.5332483478 -4840,0,47829.1416355684,26803.5332483478 -4841,0,47829.1416355684,26803.5332483478 -4842,0,47829.1416355684,26803.5332483478 -4843,0,47829.1416355684,26803.5332483478 -4844,0,47829.1416355684,26803.5332483478 -4845,0,47829.1416355684,26803.5332483478 -4846,0,47829.1416355684,26803.5332483478 -4847,0,47829.1416355684,26803.5332483478 -4848,0,47829.1416355684,26803.5332483478 -4849,0,47829.1416355684,26803.5332483478 -4850,0,47829.1416355684,26803.5332483478 -4851,0,47829.1416355684,26803.5332483478 -4852,0,47829.1416355684,26803.5332483478 -4853,0,47829.1416355684,26803.5332483478 -4854,0,47829.1416355684,26803.5332483478 -4855,0,47829.1416355684,26803.5332483478 -4856,0,47829.1416355684,26803.5332483478 -4857,0,47829.1416355684,26803.5332483478 -4858,0,47829.1416355684,26803.5332483478 -4859,0,47829.1416355684,26803.5332483478 -4860,0,47829.1416355684,26803.5332483478 -4861,0,47829.1416355684,26803.5332483478 -4862,0,47829.1416355684,26803.5332483478 -4863,0,47829.1416355684,26803.5332483478 -4864,0,47829.1416355684,26803.5332483478 -4865,0,47829.1416355684,26803.5332483478 -4866,0,47829.1416355684,26803.5332483478 -4867,0,47829.1416355684,26803.5332483478 -4868,0,47829.1416355684,26803.5332483478 -4869,0,47829.1416355684,26803.5332483478 -4870,0,47829.1416355684,26803.5332483478 -4871,0,47829.1416355684,26803.5332483478 -4872,0,47829.1416355684,26803.5332483478 -4873,0,47829.1416355684,26803.5332483478 -4874,0,47829.1416355684,26803.5332483478 -4875,0,47829.1416355684,26803.5332483478 -4876,0,47829.1416355684,26803.5332483478 -4877,0,47829.1416355684,26803.5332483478 -4878,0,47829.1416355684,26803.5332483478 -4879,0,47829.1416355684,26803.5332483478 -4880,0,47829.1416355684,26803.5332483478 -4881,0,47829.1416355684,26803.5332483478 -4882,0,47829.1416355684,26803.5332483478 -4883,0,47829.1416355684,26803.5332483478 -4884,0,47829.1416355684,26803.5332483478 -4885,0,47829.1416355684,26803.5332483478 -4886,0,47829.1416355684,26803.5332483478 -4887,0,47829.1416355684,26803.5332483478 -4888,0,47829.1416355684,26803.5332483478 -4889,0,47829.1416355684,26803.5332483478 -4890,0,47829.1416355684,26803.5332483478 -4891,0,47829.1416355684,26803.5332483478 -4892,0,47829.1416355684,26803.5332483478 -4893,0,47829.1416355684,26803.5332483478 -4894,0,47829.1416355684,26803.5332483478 -4895,0,47829.1416355684,26803.5332483478 -4896,0,47829.1416355684,26803.5332483478 -4897,0,47829.1416355684,26803.5332483478 -4898,0,47829.1416355684,26803.5332483478 -4899,0,47829.1416355684,26803.5332483478 -4900,0,47829.1416355684,26803.5332483478 -4901,0,47829.1416355684,26803.5332483478 -4902,0,47829.1416355684,26803.5332483478 -4903,0,47829.1416355684,26803.5332483478 -4904,0,47829.1416355684,26803.5332483478 -4905,0,47829.1416355684,26803.5332483478 -4906,0,47829.1416355684,26803.5332483478 -4907,0,47829.1416355684,26803.5332483478 -4908,0,47829.1416355684,26803.5332483478 -4909,0,47829.1416355684,26803.5332483478 -4910,0,47829.1416355684,26803.5332483478 -4911,0,47829.1416355684,26803.5332483478 -4912,0,47829.1416355684,26803.5332483478 -4913,0,47829.1416355684,26803.5332483478 -4914,0,47829.1416355684,26803.5332483478 -4915,0,47829.1416355684,26803.5332483478 -4916,0,47829.1416355684,26803.5332483478 -4917,0,47829.1416355684,26803.5332483478 -4918,0,47829.1416355684,26803.5332483478 -4919,0,47829.1416355684,26803.5332483478 -4920,0,47829.1416355684,26803.5332483478 -4921,0,47829.1416355684,26803.5332483478 -4922,0,47829.1416355684,26803.5332483478 -4923,0,47829.1416355684,26803.5332483478 -4924,0,47829.1416355684,26803.5332483478 -4925,0,47829.1416355684,26803.5332483478 -4926,0,47829.1416355684,26803.5332483478 -4927,0,47829.1416355684,26803.5332483478 -4928,0,47829.1416355684,26803.5332483478 -4929,0,47829.1416355684,26803.5332483478 -4930,0,47829.1416355684,26803.5332483478 -4931,0,47829.1416355684,26803.5332483478 -4932,0,47829.1416355684,26803.5332483478 -4933,0,47829.1416355684,26803.5332483478 -4934,0,47829.1416355684,26803.5332483478 -4935,0,47829.1416355684,26803.5332483478 -4936,0,47829.1416355684,26803.5332483478 -4937,0,47829.1416355684,26803.5332483478 -4938,0,47829.1416355684,26803.5332483478 -4939,0,47829.1416355684,26803.5332483478 -4940,0,47829.1416355684,26803.5332483478 -4941,0,47829.1416355684,26803.5332483478 -4942,0,47829.1416355684,26803.5332483478 -4943,0,47829.1416355684,26803.5332483478 -4944,0,47829.1416355684,26803.5332483478 -4945,0,47829.1416355684,26803.5332483478 -4946,0,47829.1416355684,26803.5332483478 -4947,0,47829.1416355684,26803.5332483478 -4948,0,47829.1416355684,26803.5332483478 -4949,0,47829.1416355684,26803.5332483478 -4950,0,47829.1416355684,26803.5332483478 -4951,0,47829.1416355684,26803.5332483478 -4952,0,47829.1416355684,26803.5332483478 -4953,0,47829.1416355684,26803.5332483478 -4954,0,47829.1416355684,26803.5332483478 -4955,0,47829.1416355684,26803.5332483478 -4956,0,47829.1416355684,26803.5332483478 -4957,0,47829.1416355684,26803.5332483478 -4958,0,47829.1416355684,26803.5332483478 -4959,0,47829.1416355684,26803.5332483478 -4960,0,47829.1416355684,26803.5332483478 -4961,0,47829.1416355684,26803.5332483478 -4962,0,47829.1416355684,26803.5332483478 -4963,0,47829.1416355684,26803.5332483478 -4964,0,47829.1416355684,26803.5332483478 -4965,0,47829.1416355684,26803.5332483478 -4966,0,47829.1416355684,26803.5332483478 -4967,0,47829.1416355684,26803.5332483478 -4968,0,47829.1416355684,26803.5332483478 -4969,0,47829.1416355684,26803.5332483478 -4970,0,47829.1416355684,26803.5332483478 -4971,0,47829.1416355684,26803.5332483478 -4972,0,47829.1416355684,26803.5332483478 -4973,0,47829.1416355684,26803.5332483478 -4974,0,47829.1416355684,26803.5332483478 -4975,0,47829.1416355684,26803.5332483478 -4976,0,47829.1416355684,26803.5332483478 -4977,0,47829.1416355684,26803.5332483478 -4978,0,47829.1416355684,26803.5332483478 -4979,0,47829.1416355684,26803.5332483478 -4980,0,47829.1416355684,26803.5332483478 -4981,0,47829.1416355684,26803.5332483478 -4982,0,47829.1416355684,26803.5332483478 -4983,0,47829.1416355684,26803.5332483478 -4984,0,47829.1416355684,26803.5332483478 -4985,0,47829.1416355684,26803.5332483478 -4986,0,47829.1416355684,26803.5332483478 -4987,0,47829.1416355684,26803.5332483478 -4988,0,47829.1416355684,26803.5332483478 -4989,0,47829.1416355684,26803.5332483478 -4990,0,47829.1416355684,26803.5332483478 -4991,0,47829.1416355684,26803.5332483478 -4992,0,47829.1416355684,26803.5332483478 -4993,0,47829.1416355684,26803.5332483478 -4994,0,47829.1416355684,26803.5332483478 -4995,0,47829.1416355684,26803.5332483478 -4996,0,47829.1416355684,26803.5332483478 -4997,0,47829.1416355684,26803.5332483478 -4998,0,47829.1416355684,26803.5332483478 -4999,0,47829.1416355684,26803.5332483478 -5000,0,47829.1416355684,26803.5332483478 -5001,0,47829.1416355684,26803.5332483478 -5002,0,47829.1416355684,26803.5332483478 -5003,0,47829.1416355684,26803.5332483478 -5004,0,47829.1416355684,26803.5332483478 -5005,0,47829.1416355684,26803.5332483478 -5006,0,47829.1416355684,26803.5332483478 -5007,0,47829.1416355684,26803.5332483478 -5008,0,47829.1416355684,26803.5332483478 -5009,0,47829.1416355684,26803.5332483478 -5010,0,47829.1416355684,26803.5332483478 -5011,0,47829.1416355684,26803.5332483478 -5012,0,47829.1416355684,26803.5332483478 -5013,0,47829.1416355684,26803.5332483478 -5014,0,47829.1416355684,26803.5332483478 -5015,0,47829.1416355684,26803.5332483478 -5016,0,47829.1416355684,26803.5332483478 -5017,0,47829.1416355684,26803.5332483478 -5018,0,47829.1416355684,26803.5332483478 -5019,0,47829.1416355684,26803.5332483478 -5020,0,47829.1416355684,26803.5332483478 -5021,0,47829.1416355684,26803.5332483478 -5022,0,47829.1416355684,26803.5332483478 -5023,0,47829.1416355684,26803.5332483478 -5024,0,47829.1416355684,26803.5332483478 -5025,0,47829.1416355684,26803.5332483478 -5026,0,47829.1416355684,26803.5332483478 -5027,0,47829.1416355684,26803.5332483478 -5028,0,47829.1416355684,26803.5332483478 -5029,0,47829.1416355684,26803.5332483478 -5030,0,47829.1416355684,26803.5332483478 -5031,0,47829.1416355684,26803.5332483478 -5032,0,47829.1416355684,26803.5332483478 -5033,0,47829.1416355684,26803.5332483478 -5034,0,47829.1416355684,26803.5332483478 -5035,0,47829.1416355684,26803.5332483478 -5036,0,47829.1416355684,26803.5332483478 -5037,0,47829.1416355684,26803.5332483478 -5038,0,47829.1416355684,26803.5332483478 -5039,0,47829.1416355684,26803.5332483478 -5040,0,47829.1416355684,26803.5332483478 -5041,0,47829.1416355684,26803.5332483478 -5042,0,47829.1416355684,26803.5332483478 -5043,0,47829.1416355684,26803.5332483478 -5044,0,47829.1416355684,26803.5332483478 -5045,0,47829.1416355684,26803.5332483478 -5046,0,47829.1416355684,26803.5332483478 -5047,0,47829.1416355684,26803.5332483478 -5048,0,47829.1416355684,26803.5332483478 -5049,0,47829.1416355684,26803.5332483478 -5050,0,47829.1416355684,26803.5332483478 -5051,0,47829.1416355684,26803.5332483478 -5052,0,47829.1416355684,26803.5332483478 -5053,0,47829.1416355684,26803.5332483478 -5054,0,47829.1416355684,26803.5332483478 -5055,0,47829.1416355684,26803.5332483478 -5056,0,47829.1416355684,26803.5332483478 -5057,0,47829.1416355684,26803.5332483478 -5058,0,47829.1416355684,26803.5332483478 -5059,0,47829.1416355684,26803.5332483478 -5060,0,47829.1416355684,26803.5332483478 -5061,0,47829.1416355684,26803.5332483478 -5062,0,47829.1416355684,26803.5332483478 -5063,0,47829.1416355684,26803.5332483478 -5064,0,47829.1416355684,26803.5332483478 -5065,0,47829.1416355684,26803.5332483478 -5066,0,47829.1416355684,26803.5332483478 -5067,0,47829.1416355684,26803.5332483478 -5068,0,47829.1416355684,26803.5332483478 -5069,0,47829.1416355684,26803.5332483478 -5070,0,47829.1416355684,26803.5332483478 -5071,0,47829.1416355684,26803.5332483478 -5072,0,47829.1416355684,26803.5332483478 -5073,0,47829.1416355684,26803.5332483478 -5074,0,47829.1416355684,26803.5332483478 -5075,0,47829.1416355684,26803.5332483478 -5076,0,47829.1416355684,26803.5332483478 -5077,0,47829.1416355684,26803.5332483478 -5078,0,47829.1416355684,26803.5332483478 -5079,0,47829.1416355684,26803.5332483478 -5080,0,47829.1416355684,26803.5332483478 -5081,0,47829.1416355684,26803.5332483478 -5082,0,47829.1416355684,26803.5332483478 -5083,0,47829.1416355684,26803.5332483478 -5084,0,47829.1416355684,26803.5332483478 -5085,0,47829.1416355684,26803.5332483478 -5086,0,47829.1416355684,26803.5332483478 -5087,0,47829.1416355684,26803.5332483478 -5088,0,47829.1416355684,26803.5332483478 -5089,0,47829.1416355684,26803.5332483478 -5090,0,47829.1416355684,26803.5332483478 -5091,0,47829.1416355684,26803.5332483478 -5092,0,47829.1416355684,26803.5332483478 -5093,0,47829.1416355684,26803.5332483478 -5094,0,47829.1416355684,26803.5332483478 -5095,0,47829.1416355684,26803.5332483478 -5096,0,47829.1416355684,26803.5332483478 -5097,0,47829.1416355684,26803.5332483478 -5098,0,47829.1416355684,26803.5332483478 -5099,0,47829.1416355684,26803.5332483478 -5100,0,47829.1416355684,26803.5332483478 -5101,0,47829.1416355684,26803.5332483478 -5102,0,47829.1416355684,26803.5332483478 -5103,0,47829.1416355684,26803.5332483478 -5104,0,47829.1416355684,26803.5332483478 -5105,0,47829.1416355684,26803.5332483478 -5106,0,47829.1416355684,26803.5332483478 -5107,0,47829.1416355684,26803.5332483478 -5108,0,47829.1416355684,26803.5332483478 -5109,0,47829.1416355684,26803.5332483478 -5110,0,47829.1416355684,26803.5332483478 -5111,0,47829.1416355684,26803.5332483478 -5112,0,47829.1416355684,26803.5332483478 -5113,0,47829.1416355684,26803.5332483478 -5114,0,47829.1416355684,26803.5332483478 -5115,0,47829.1416355684,26803.5332483478 -5116,0,47829.1416355684,26803.5332483478 -5117,0,47829.1416355684,26803.5332483478 -5118,0,47829.1416355684,26803.5332483478 -5119,0,47829.1416355684,26803.5332483478 -5120,0,47829.1416355684,26803.5332483478 -5121,0,47829.1416355684,26803.5332483478 -5122,0,47829.1416355684,26803.5332483478 -5123,0,47829.1416355684,26803.5332483478 -5124,0,47829.1416355684,26803.5332483478 -5125,0,47829.1416355684,26803.5332483478 -5126,0,47829.1416355684,26803.5332483478 -5127,0,47829.1416355684,26803.5332483478 -5128,0,47829.1416355684,26803.5332483478 -5129,0,47829.1416355684,26803.5332483478 -5130,0,47829.1416355684,26803.5332483478 -5131,0,47829.1416355684,26803.5332483478 -5132,0,47829.1416355684,26803.5332483478 -5133,0,47829.1416355684,26803.5332483478 -5134,0,47829.1416355684,26803.5332483478 -5135,0,47829.1416355684,26803.5332483478 -5136,0,47829.1416355684,26803.5332483478 -5137,0,47829.1416355684,26803.5332483478 -5138,0,47829.1416355684,26803.5332483478 -5139,0,47829.1416355684,26803.5332483478 -5140,0,47829.1416355684,26803.5332483478 -5141,0,47829.1416355684,26803.5332483478 -5142,0,47829.1416355684,26803.5332483478 -5143,0,47829.1416355684,26803.5332483478 -5144,0,47829.1416355684,26803.5332483478 -5145,0,47829.1416355684,26803.5332483478 -5146,0,47829.1416355684,26803.5332483478 -5147,0,47829.1416355684,26803.5332483478 -5148,0,47829.1416355684,26803.5332483478 -5149,0,47829.1416355684,26803.5332483478 -5150,0,47829.1416355684,26803.5332483478 -5151,0,47829.1416355684,26803.5332483478 -5152,0,47829.1416355684,26803.5332483478 -5153,0,47829.1416355684,26803.5332483478 -5154,0,47829.1416355684,26803.5332483478 -5155,0,47829.1416355684,26803.5332483478 -5156,0,47829.1416355684,26803.5332483478 -5157,0,47829.1416355684,26803.5332483478 -5158,0,47829.1416355684,26803.5332483478 -5159,0,47829.1416355684,26803.5332483478 -5160,0,47829.1416355684,26803.5332483478 -5161,0,47829.1416355684,26803.5332483478 -5162,0,47829.1416355684,26803.5332483478 -5163,0,47829.1416355684,26803.5332483478 -5164,0,47829.1416355684,26803.5332483478 -5165,0,47829.1416355684,26803.5332483478 -5166,0,47829.1416355684,26803.5332483478 -5167,0,47829.1416355684,26803.5332483478 -5168,0,47829.1416355684,26803.5332483478 -5169,0,47829.1416355684,26803.5332483478 -5170,0,47829.1416355684,26803.5332483478 -5171,0,47829.1416355684,26803.5332483478 -5172,0,47829.1416355684,26803.5332483478 -5173,0,47829.1416355684,26803.5332483478 -5174,0,47829.1416355684,26803.5332483478 -5175,0,47829.1416355684,26803.5332483478 -5176,0,47829.1416355684,26803.5332483478 -5177,0,47829.1416355684,26803.5332483478 -5178,0,47829.1416355684,26803.5332483478 -5179,0,47829.1416355684,26803.5332483478 -5180,0,47829.1416355684,26803.5332483478 -5181,0,47829.1416355684,26803.5332483478 -5182,0,47829.1416355684,26803.5332483478 -5183,0,47829.1416355684,26803.5332483478 -5184,0,47829.1416355684,26803.5332483478 -5185,0,47829.1416355684,26803.5332483478 -5186,0,47829.1416355684,26803.5332483478 -5187,0,47829.1416355684,26803.5332483478 -5188,0,47829.1416355684,26803.5332483478 -5189,0,47829.1416355684,26803.5332483478 -5190,0,47829.1416355684,26803.5332483478 -5191,0,47829.1416355684,26803.5332483478 -5192,0,47829.1416355684,26803.5332483478 -5193,0,47829.1416355684,26803.5332483478 -5194,0,47829.1416355684,26803.5332483478 -5195,0,47829.1416355684,26803.5332483478 -5196,0,47829.1416355684,26803.5332483478 -5197,0,47829.1416355684,26803.5332483478 -5198,0,47829.1416355684,26803.5332483478 -5199,0,47829.1416355684,26803.5332483478 -5200,0,47829.1416355684,26803.5332483478 -5201,0,47829.1416355684,26803.5332483478 -5202,0,47829.1416355684,26803.5332483478 -5203,0,47829.1416355684,26803.5332483478 -5204,0,47829.1416355684,26803.5332483478 -5205,0,47829.1416355684,26803.5332483478 -5206,0,47829.1416355684,26803.5332483478 -5207,0,47829.1416355684,26803.5332483478 -5208,0,47829.1416355684,26803.5332483478 -5209,0,47829.1416355684,26803.5332483478 -5210,0,47829.1416355684,26803.5332483478 -5211,0,47829.1416355684,26803.5332483478 -5212,0,47829.1416355684,26803.5332483478 -5213,0,47829.1416355684,26803.5332483478 -5214,0,47829.1416355684,26803.5332483478 -5215,0,47829.1416355684,26803.5332483478 -5216,0,47829.1416355684,26803.5332483478 -5217,0,47829.1416355684,26803.5332483478 -5218,0,47829.1416355684,26803.5332483478 -5219,0,47829.1416355684,26803.5332483478 -5220,0,47829.1416355684,26803.5332483478 -5221,0,47829.1416355684,26803.5332483478 -5222,0,47829.1416355684,26803.5332483478 -5223,0,47829.1416355684,26803.5332483478 -5224,0,47829.1416355684,26803.5332483478 -5225,0,47829.1416355684,26803.5332483478 -5226,0,47829.1416355684,26803.5332483478 -5227,0,47829.1416355684,26803.5332483478 -5228,0,47829.1416355684,26803.5332483478 -5229,0,47829.1416355684,26803.5332483478 -5230,0,47829.1416355684,26803.5332483478 -5231,0,47829.1416355684,26803.5332483478 -5232,0,47829.1416355684,26803.5332483478 -5233,0,47829.1416355684,26803.5332483478 -5234,0,47829.1416355684,26803.5332483478 -5235,0,47829.1416355684,26803.5332483478 -5236,0,47829.1416355684,26803.5332483478 -5237,0,47829.1416355684,26803.5332483478 -5238,0,47829.1416355684,26803.5332483478 -5239,0,47829.1416355684,26803.5332483478 -5240,0,47829.1416355684,26803.5332483478 -5241,0,47829.1416355684,26803.5332483478 -5242,0,47829.1416355684,26803.5332483478 -5243,0,47829.1416355684,26803.5332483478 -5244,0,47829.1416355684,26803.5332483478 -5245,0,47829.1416355684,26803.5332483478 -5246,0,47829.1416355684,26803.5332483478 -5247,0,47829.1416355684,26803.5332483478 -5248,0,47829.1416355684,26803.5332483478 -5249,0,47829.1416355684,26803.5332483478 -5250,0,47829.1416355684,26803.5332483478 -5251,0,47829.1416355684,26803.5332483478 -5252,0,47829.1416355684,26803.5332483478 -5253,0,47829.1416355684,26803.5332483478 -5254,0,47829.1416355684,26803.5332483478 -5255,0,47829.1416355684,26803.5332483478 -5256,0,47829.1416355684,26803.5332483478 -5257,0,47829.1416355684,26803.5332483478 -5258,0,47829.1416355684,26803.5332483478 -5259,0,47829.1416355684,26803.5332483478 -5260,0,47829.1416355684,26803.5332483478 -5261,0,47829.1416355684,26803.5332483478 -5262,0,47829.1416355684,26803.5332483478 -5263,0,47829.1416355684,26803.5332483478 -5264,0,47829.1416355684,26803.5332483478 -5265,0,47829.1416355684,26803.5332483478 -5266,0,47829.1416355684,26803.5332483478 -5267,0,47829.1416355684,26803.5332483478 -5268,0,47829.1416355684,26803.5332483478 -5269,0,47829.1416355684,26803.5332483478 -5270,0,47829.1416355684,26803.5332483478 -5271,0,47829.1416355684,26803.5332483478 -5272,0,47829.1416355684,26803.5332483478 -5273,0,47829.1416355684,26803.5332483478 -5274,0,47829.1416355684,26803.5332483478 -5275,0,47829.1416355684,26803.5332483478 -5276,0,47829.1416355684,26803.5332483478 -5277,0,47829.1416355684,26803.5332483478 -5278,0,47829.1416355684,26803.5332483478 -5279,0,47829.1416355684,26803.5332483478 -5280,0,47829.1416355684,26803.5332483478 -5281,0,47829.1416355684,26803.5332483478 -5282,0,47829.1416355684,26803.5332483478 -5283,0,47829.1416355684,26803.5332483478 -5284,0,47829.1416355684,26803.5332483478 -5285,0,47829.1416355684,26803.5332483478 -5286,0,47829.1416355684,26803.5332483478 -5287,0,47829.1416355684,26803.5332483478 -5288,0,47829.1416355684,26803.5332483478 -5289,0,47829.1416355684,26803.5332483478 -5290,0,47829.1416355684,26803.5332483478 -5291,0,47829.1416355684,26803.5332483478 -5292,0,47829.1416355684,26803.5332483478 -5293,0,47829.1416355684,26803.5332483478 -5294,0,47829.1416355684,26803.5332483478 -5295,0,47829.1416355684,26803.5332483478 -5296,0,47829.1416355684,26803.5332483478 -5297,0,47829.1416355684,26803.5332483478 -5298,0,47829.1416355684,26803.5332483478 -5299,0,47829.1416355684,26803.5332483478 -5300,0,47829.1416355684,26803.5332483478 -5301,0,47829.1416355684,26803.5332483478 -5302,0,47829.1416355684,26803.5332483478 -5303,0,47829.1416355684,26803.5332483478 -5304,0,47829.1416355684,26803.5332483478 -5305,0,47829.1416355684,26803.5332483478 -5306,0,47829.1416355684,26803.5332483478 -5307,0,47829.1416355684,26803.5332483478 -5308,0,47829.1416355684,26803.5332483478 -5309,0,47829.1416355684,26803.5332483478 -5310,0,47829.1416355684,26803.5332483478 -5311,0,47829.1416355684,26803.5332483478 -5312,0,47829.1416355684,26803.5332483478 -5313,0,47829.1416355684,26803.5332483478 -5314,0,47829.1416355684,26803.5332483478 -5315,0,47829.1416355684,26803.5332483478 -5316,0,47829.1416355684,26803.5332483478 -5317,0,47829.1416355684,26803.5332483478 -5318,0,47829.1416355684,26803.5332483478 -5319,0,47829.1416355684,26803.5332483478 -5320,0,47829.1416355684,26803.5332483478 -5321,0,47829.1416355684,26803.5332483478 -5322,0,47829.1416355684,26803.5332483478 -5323,0,47829.1416355684,26803.5332483478 -5324,0,47829.1416355684,26803.5332483478 -5325,0,47829.1416355684,26803.5332483478 -5326,0,47829.1416355684,26803.5332483478 -5327,0,47829.1416355684,26803.5332483478 -5328,0,47829.1416355684,26803.5332483478 -5329,0,47829.1416355684,26803.5332483478 -5330,0,47829.1416355684,26803.5332483478 -5331,0,47829.1416355684,26803.5332483478 -5332,0,47829.1416355684,26803.5332483478 -5333,0,47829.1416355684,26803.5332483478 -5334,0,47829.1416355684,26803.5332483478 -5335,0,47829.1416355684,26803.5332483478 -5336,0,47829.1416355684,26803.5332483478 -5337,0,47829.1416355684,26803.5332483478 -5338,0,47829.1416355684,26803.5332483478 -5339,0,47829.1416355684,26803.5332483478 -5340,0,47829.1416355684,26803.5332483478 -5341,0,47829.1416355684,26803.5332483478 -5342,0,47829.1416355684,26803.5332483478 -5343,0,47829.1416355684,26803.5332483478 -5344,0,47829.1416355684,26803.5332483478 -5345,0,47829.1416355684,26803.5332483478 -5346,0,47829.1416355684,26803.5332483478 -5347,0,47829.1416355684,26803.5332483478 -5348,0,47829.1416355684,26803.5332483478 -5349,0,47829.1416355684,26803.5332483478 -5350,0,47829.1416355684,26803.5332483478 -5351,0,47829.1416355684,26803.5332483478 -5352,0,47829.1416355684,26803.5332483478 -5353,0,47829.1416355684,26803.5332483478 -5354,0,47829.1416355684,26803.5332483478 -5355,0,47829.1416355684,26803.5332483478 -5356,0,47829.1416355684,26803.5332483478 -5357,0,47829.1416355684,26803.5332483478 -5358,0,47829.1416355684,26803.5332483478 -5359,0,47829.1416355684,26803.5332483478 -5360,0,47829.1416355684,26803.5332483478 -5361,0,47829.1416355684,26803.5332483478 -5362,0,47829.1416355684,26803.5332483478 -5363,0,47829.1416355684,26803.5332483478 -5364,0,47829.1416355684,26803.5332483478 -5365,0,47829.1416355684,26803.5332483478 -5366,0,47829.1416355684,26803.5332483478 -5367,0,47829.1416355684,26803.5332483478 -5368,0,47829.1416355684,26803.5332483478 -5369,0,47829.1416355684,26803.5332483478 -5370,0,47829.1416355684,26803.5332483478 -5371,0,47829.1416355684,26803.5332483478 -5372,0,47829.1416355684,26803.5332483478 -5373,0,47829.1416355684,26803.5332483478 -5374,0,47829.1416355684,26803.5332483478 -5375,0,47829.1416355684,26803.5332483478 -5376,0,47829.1416355684,26803.5332483478 -5377,0,47829.1416355684,26803.5332483478 -5378,0,47829.1416355684,26803.5332483478 -5379,0,47829.1416355684,26803.5332483478 -5380,0,47829.1416355684,26803.5332483478 -5381,0,47829.1416355684,26803.5332483478 -5382,0,47829.1416355684,26803.5332483478 -5383,0,47829.1416355684,26803.5332483478 -5384,0,47829.1416355684,26803.5332483478 -5385,0,47829.1416355684,26803.5332483478 -5386,0,47829.1416355684,26803.5332483478 -5387,0,47829.1416355684,26803.5332483478 -5388,0,47829.1416355684,26803.5332483478 -5389,0,47829.1416355684,26803.5332483478 -5390,0,47829.1416355684,26803.5332483478 -5391,0,47829.1416355684,26803.5332483478 -5392,0,47829.1416355684,26803.5332483478 -5393,0,47829.1416355684,26803.5332483478 -5394,0,47829.1416355684,26803.5332483478 -5395,0,47829.1416355684,26803.5332483478 -5396,0,47829.1416355684,26803.5332483478 -5397,0,47829.1416355684,26803.5332483478 -5398,0,47829.1416355684,26803.5332483478 -5399,0,47829.1416355684,26803.5332483478 -5400,0,47829.1416355684,26803.5332483478 -5401,0,47829.1416355684,26803.5332483478 -5402,0,47829.1416355684,26803.5332483478 -5403,0,47829.1416355684,26803.5332483478 -5404,0,47829.1416355684,26803.5332483478 -5405,0,47829.1416355684,26803.5332483478 -5406,0,47829.1416355684,26803.5332483478 -5407,0,47829.1416355684,26803.5332483478 -5408,0,47829.1416355684,26803.5332483478 -5409,0,47829.1416355684,26803.5332483478 -5410,0,47829.1416355684,26803.5332483478 -5411,0,47829.1416355684,26803.5332483478 -5412,0,47829.1416355684,26803.5332483478 -5413,0,47829.1416355684,26803.5332483478 -5414,0,47829.1416355684,26803.5332483478 -5415,0,47829.1416355684,26803.5332483478 -5416,0,47829.1416355684,26803.5332483478 -5417,0,47829.1416355684,26803.5332483478 -5418,0,47829.1416355684,26803.5332483478 -5419,0,47829.1416355684,26803.5332483478 -5420,0,47829.1416355684,26803.5332483478 -5421,0,47829.1416355684,26803.5332483478 -5422,0,47829.1416355684,26803.5332483478 -5423,0,47829.1416355684,26803.5332483478 -5424,0,47829.1416355684,26803.5332483478 -5425,0,47829.1416355684,26803.5332483478 -5426,0,47829.1416355684,26803.5332483478 -5427,0,47829.1416355684,26803.5332483478 -5428,0,47829.1416355684,26803.5332483478 -5429,0,47829.1416355684,26803.5332483478 -5430,0,47829.1416355684,26803.5332483478 -5431,0,47829.1416355684,26803.5332483478 -5432,0,47829.1416355684,26803.5332483478 -5433,0,47829.1416355684,26803.5332483478 -5434,0,47829.1416355684,26803.5332483478 -5435,0,47829.1416355684,26803.5332483478 -5436,0,47829.1416355684,26803.5332483478 -5437,0,47829.1416355684,26803.5332483478 -5438,0,47829.1416355684,26803.5332483478 -5439,0,47829.1416355684,26803.5332483478 -5440,0,47829.1416355684,26803.5332483478 -5441,0,47829.1416355684,26803.5332483478 -5442,0,47829.1416355684,26803.5332483478 -5443,0,47829.1416355684,26803.5332483478 -5444,0,47829.1416355684,26803.5332483478 -5445,0,47829.1416355684,26803.5332483478 -5446,0,47829.1416355684,26803.5332483478 -5447,0,47829.1416355684,26803.5332483478 -5448,0,47829.1416355684,26803.5332483478 -5449,0,47829.1416355684,26803.5332483478 -5450,0,47829.1416355684,26803.5332483478 -5451,0,47829.1416355684,26803.5332483478 -5452,0,47829.1416355684,26803.5332483478 -5453,0,47829.1416355684,26803.5332483478 -5454,0,47829.1416355684,26803.5332483478 -5455,0,47829.1416355684,26803.5332483478 -5456,0,47829.1416355684,26803.5332483478 -5457,0,47829.1416355684,26803.5332483478 -5458,0,47829.1416355684,26803.5332483478 -5459,0,47829.1416355684,26803.5332483478 -5460,0,47829.1416355684,26803.5332483478 -5461,0,47829.1416355684,26803.5332483478 -5462,0,47829.1416355684,26803.5332483478 -5463,0,47829.1416355684,26803.5332483478 -5464,0,47829.1416355684,26803.5332483478 -5465,0,47829.1416355684,26803.5332483478 -5466,0,47829.1416355684,26803.5332483478 -5467,0,47829.1416355684,26803.5332483478 -5468,0,47829.1416355684,26803.5332483478 -5469,0,47829.1416355684,26803.5332483478 -5470,0,47829.1416355684,26803.5332483478 -5471,0,47829.1416355684,26803.5332483478 -5472,0,47829.1416355684,26803.5332483478 -5473,0,47829.1416355684,26803.5332483478 -5474,0,47829.1416355684,26803.5332483478 -5475,0,47829.1416355684,26803.5332483478 -5476,0,47829.1416355684,26803.5332483478 -5477,0,47829.1416355684,26803.5332483478 -5478,0,47829.1416355684,26803.5332483478 -5479,0,47829.1416355684,26803.5332483478 -5480,0,47829.1416355684,26803.5332483478 -5481,0,47829.1416355684,26803.5332483478 -5482,0,47829.1416355684,26803.5332483478 -5483,0,47829.1416355684,26803.5332483478 -5484,0,47829.1416355684,26803.5332483478 -5485,0,47829.1416355684,26803.5332483478 -5486,0,47829.1416355684,26803.5332483478 -5487,0,47829.1416355684,26803.5332483478 -5488,0,47829.1416355684,26803.5332483478 -5489,0,47829.1416355684,26803.5332483478 -5490,0,47829.1416355684,26803.5332483478 -5491,0,47829.1416355684,26803.5332483478 -5492,0,47829.1416355684,26803.5332483478 -5493,0,47829.1416355684,26803.5332483478 -5494,0,47829.1416355684,26803.5332483478 -5495,0,47829.1416355684,26803.5332483478 -5496,0,47829.1416355684,26803.5332483478 -5497,0,47829.1416355684,26803.5332483478 -5498,0,47829.1416355684,26803.5332483478 -5499,0,47829.1416355684,26803.5332483478 -5500,0,47829.1416355684,26803.5332483478 -5501,0,47829.1416355684,26803.5332483478 -5502,0,47829.1416355684,26803.5332483478 -5503,0,47829.1416355684,26803.5332483478 -5504,0,47829.1416355684,26803.5332483478 -5505,0,47829.1416355684,26803.5332483478 -5506,0,47829.1416355684,26803.5332483478 -5507,0,47829.1416355684,26803.5332483478 -5508,0,47829.1416355684,26803.5332483478 -5509,0,47829.1416355684,26803.5332483478 -5510,0,47829.1416355684,26803.5332483478 -5511,0,47829.1416355684,26803.5332483478 -5512,0,47829.1416355684,26803.5332483478 -5513,0,47829.1416355684,26803.5332483478 -5514,0,47829.1416355684,26803.5332483478 -5515,0,47829.1416355684,26803.5332483478 -5516,0,47829.1416355684,26803.5332483478 -5517,0,47829.1416355684,26803.5332483478 -5518,0,47829.1416355684,26803.5332483478 -5519,0,47829.1416355684,26803.5332483478 -5520,0,47829.1416355684,26803.5332483478 -5521,0,47829.1416355684,26803.5332483478 -5522,0,47829.1416355684,26803.5332483478 -5523,0,47829.1416355684,26803.5332483478 -5524,0,47829.1416355684,26803.5332483478 -5525,0,47829.1416355684,26803.5332483478 -5526,0,47829.1416355684,26803.5332483478 -5527,0,47829.1416355684,26803.5332483478 -5528,0,47829.1416355684,26803.5332483478 -5529,0,47829.1416355684,26803.5332483478 -5530,0,47829.1416355684,26803.5332483478 -5531,0,47829.1416355684,26803.5332483478 -5532,0,47829.1416355684,26803.5332483478 -5533,0,47829.1416355684,26803.5332483478 -5534,0,47829.1416355684,26803.5332483478 -5535,0,47829.1416355684,26803.5332483478 -5536,0,47829.1416355684,26803.5332483478 -5537,0,47829.1416355684,26803.5332483478 -5538,0,47829.1416355684,26803.5332483478 -5539,0,47829.1416355684,26803.5332483478 -5540,0,47829.1416355684,26803.5332483478 -5541,0,47829.1416355684,26803.5332483478 -5542,0,47829.1416355684,26803.5332483478 -5543,0,47829.1416355684,26803.5332483478 -5544,0,47829.1416355684,26803.5332483478 -5545,0,47829.1416355684,26803.5332483478 -5546,0,47829.1416355684,26803.5332483478 -5547,0,47829.1416355684,26803.5332483478 -5548,0,47829.1416355684,26803.5332483478 -5549,0,47829.1416355684,26803.5332483478 -5550,0,47829.1416355684,26803.5332483478 -5551,0,47829.1416355684,26803.5332483478 -5552,0,47829.1416355684,26803.5332483478 -5553,0,47829.1416355684,26803.5332483478 -5554,0,47829.1416355684,26803.5332483478 -5555,0,47829.1416355684,26803.5332483478 -5556,0,47829.1416355684,26803.5332483478 -5557,0,47829.1416355684,26803.5332483478 -5558,0,47829.1416355684,26803.5332483478 -5559,0,47829.1416355684,26803.5332483478 -5560,0,47829.1416355684,26803.5332483478 -5561,0,47829.1416355684,26803.5332483478 -5562,0,47829.1416355684,26803.5332483478 -5563,0,47829.1416355684,26803.5332483478 -5564,0,47829.1416355684,26803.5332483478 -5565,0,47829.1416355684,26803.5332483478 -5566,0,47829.1416355684,26803.5332483478 -5567,0,47829.1416355684,26803.5332483478 -5568,0,47829.1416355684,26803.5332483478 -5569,0,47829.1416355684,26803.5332483478 -5570,0,47829.1416355684,26803.5332483478 -5571,0,47829.1416355684,26803.5332483478 -5572,0,47829.1416355684,26803.5332483478 -5573,0,47829.1416355684,26803.5332483478 -5574,0,47829.1416355684,26803.5332483478 -5575,0,47829.1416355684,26803.5332483478 -5576,0,47829.1416355684,26803.5332483478 -5577,0,47829.1416355684,26803.5332483478 -5578,0,47829.1416355684,26803.5332483478 -5579,0,47829.1416355684,26803.5332483478 -5580,0,47829.1416355684,26803.5332483478 -5581,0,47829.1416355684,26803.5332483478 -5582,0,47829.1416355684,26803.5332483478 -5583,0,47829.1416355684,26803.5332483478 -5584,0,47829.1416355684,26803.5332483478 -5585,0,47829.1416355684,26803.5332483478 -5586,0,47829.1416355684,26803.5332483478 -5587,0,47829.1416355684,26803.5332483478 -5588,0,47829.1416355684,26803.5332483478 -5589,0,47829.1416355684,26803.5332483478 -5590,0,47829.1416355684,26803.5332483478 -5591,0,47829.1416355684,26803.5332483478 -5592,0,47829.1416355684,26803.5332483478 -5593,0,47829.1416355684,26803.5332483478 -5594,0,47829.1416355684,26803.5332483478 -5595,0,47829.1416355684,26803.5332483478 -5596,0,47829.1416355684,26803.5332483478 -5597,0,47829.1416355684,26803.5332483478 -5598,0,47829.1416355684,26803.5332483478 -5599,0,47829.1416355684,26803.5332483478 -5600,0,47829.1416355684,26803.5332483478 -5601,0,47829.1416355684,26803.5332483478 -5602,0,47829.1416355684,26803.5332483478 -5603,0,47829.1416355684,26803.5332483478 -5604,0,47829.1416355684,26803.5332483478 -5605,0,47829.1416355684,26803.5332483478 -5606,0,47829.1416355684,26803.5332483478 -5607,0,47829.1416355684,26803.5332483478 -5608,0,47829.1416355684,26803.5332483478 -5609,0,47829.1416355684,26803.5332483478 -5610,0,47829.1416355684,26803.5332483478 -5611,0,47829.1416355684,26803.5332483478 -5612,0,47829.1416355684,26803.5332483478 -5613,0,47829.1416355684,26803.5332483478 -5614,0,47829.1416355684,26803.5332483478 -5615,0,47829.1416355684,26803.5332483478 -5616,0,47829.1416355684,26803.5332483478 -5617,0,47829.1416355684,26803.5332483478 -5618,0,47829.1416355684,26803.5332483478 -5619,0,47829.1416355684,26803.5332483478 -5620,0,47829.1416355684,26803.5332483478 -5621,0,47829.1416355684,26803.5332483478 -5622,0,47829.1416355684,26803.5332483478 -5623,0,47829.1416355684,26803.5332483478 -5624,0,47829.1416355684,26803.5332483478 -5625,0,47829.1416355684,26803.5332483478 -5626,0,47829.1416355684,26803.5332483478 -5627,0,47829.1416355684,26803.5332483478 -5628,0,47829.1416355684,26803.5332483478 -5629,0,47829.1416355684,26803.5332483478 -5630,0,47829.1416355684,26803.5332483478 -5631,0,47829.1416355684,26803.5332483478 -5632,0,47829.1416355684,26803.5332483478 -5633,0,47829.1416355684,26803.5332483478 -5634,0,47829.1416355684,26803.5332483478 -5635,0,47829.1416355684,26803.5332483478 -5636,0,47829.1416355684,26803.5332483478 -5637,0,47829.1416355684,26803.5332483478 -5638,0,47829.1416355684,26803.5332483478 -5639,0,47829.1416355684,26803.5332483478 -5640,0,47829.1416355684,26803.5332483478 -5641,0,47829.1416355684,26803.5332483478 -5642,0,47829.1416355684,26803.5332483478 -5643,0,47829.1416355684,26803.5332483478 -5644,0,47829.1416355684,26803.5332483478 -5645,0,47829.1416355684,26803.5332483478 -5646,0,47829.1416355684,26803.5332483478 -5647,0,47829.1416355684,26803.5332483478 -5648,0,47829.1416355684,26803.5332483478 -5649,0,47829.1416355684,26803.5332483478 -5650,0,47829.1416355684,26803.5332483478 -5651,0,47829.1416355684,26803.5332483478 -5652,0,47829.1416355684,26803.5332483478 -5653,0,47829.1416355684,26803.5332483478 -5654,0,47829.1416355684,26803.5332483478 -5655,0,47829.1416355684,26803.5332483478 -5656,0,47829.1416355684,26803.5332483478 -5657,0,47829.1416355684,26803.5332483478 -5658,0,47829.1416355684,26803.5332483478 -5659,0,47829.1416355684,26803.5332483478 -5660,0,47829.1416355684,26803.5332483478 -5661,0,47829.1416355684,26803.5332483478 -5662,0,47829.1416355684,26803.5332483478 -5663,0,47829.1416355684,26803.5332483478 -5664,0,47829.1416355684,26803.5332483478 -5665,0,47829.1416355684,26803.5332483478 -5666,0,47829.1416355684,26803.5332483478 -5667,0,47829.1416355684,26803.5332483478 -5668,0,47829.1416355684,26803.5332483478 -5669,0,47829.1416355684,26803.5332483478 -5670,0,47829.1416355684,26803.5332483478 -5671,0,47829.1416355684,26803.5332483478 -5672,0,47829.1416355684,26803.5332483478 -5673,0,47829.1416355684,26803.5332483478 -5674,0,47829.1416355684,26803.5332483478 -5675,0,47829.1416355684,26803.5332483478 -5676,0,47829.1416355684,26803.5332483478 -5677,0,47829.1416355684,26803.5332483478 -5678,0,47829.1416355684,26803.5332483478 -5679,0,47829.1416355684,26803.5332483478 -5680,0,47829.1416355684,26803.5332483478 -5681,0,47829.1416355684,26803.5332483478 -5682,0,47829.1416355684,26803.5332483478 -5683,0,47829.1416355684,26803.5332483478 -5684,0,47829.1416355684,26803.5332483478 -5685,0,47829.1416355684,26803.5332483478 -5686,0,47829.1416355684,26803.5332483478 -5687,0,47829.1416355684,26803.5332483478 -5688,0,47829.1416355684,26803.5332483478 -5689,0,47829.1416355684,26803.5332483478 -5690,0,47829.1416355684,26803.5332483478 -5691,0,47829.1416355684,26803.5332483478 -5692,0,47829.1416355684,26803.5332483478 -5693,0,47829.1416355684,26803.5332483478 -5694,0,47829.1416355684,26803.5332483478 -5695,0,47829.1416355684,26803.5332483478 -5696,0,47829.1416355684,26803.5332483478 -5697,0,47829.1416355684,26803.5332483478 -5698,0,47829.1416355684,26803.5332483478 -5699,0,47829.1416355684,26803.5332483478 -5700,0,47829.1416355684,26803.5332483478 -5701,0,47829.1416355684,26803.5332483478 -5702,0,47829.1416355684,26803.5332483478 -5703,0,47829.1416355684,26803.5332483478 -5704,0,47829.1416355684,26803.5332483478 -5705,0,47829.1416355684,26803.5332483478 -5706,0,47829.1416355684,26803.5332483478 -5707,0,47829.1416355684,26803.5332483478 -5708,0,47829.1416355684,26803.5332483478 -5709,0,47829.1416355684,26803.5332483478 -5710,0,47829.1416355684,26803.5332483478 -5711,0,47829.1416355684,26803.5332483478 -5712,0,47829.1416355684,26803.5332483478 -5713,0,47829.1416355684,26803.5332483478 -5714,0,47829.1416355684,26803.5332483478 -5715,0,47829.1416355684,26803.5332483478 -5716,0,47829.1416355684,26803.5332483478 -5717,0,47829.1416355684,26803.5332483478 -5718,0,47829.1416355684,26803.5332483478 -5719,0,47829.1416355684,26803.5332483478 -5720,0,47829.1416355684,26803.5332483478 -5721,0,47829.1416355684,26803.5332483478 -5722,0,47829.1416355684,26803.5332483478 -5723,0,47829.1416355684,26803.5332483478 -5724,0,47829.1416355684,26803.5332483478 -5725,0,47829.1416355684,26803.5332483478 -5726,0,47829.1416355684,26803.5332483478 -5727,0,47829.1416355684,26803.5332483478 -5728,0,47829.1416355684,26803.5332483478 -5729,0,47829.1416355684,26803.5332483478 -5730,0,47829.1416355684,26803.5332483478 -5731,0,47829.1416355684,26803.5332483478 -5732,0,47829.1416355684,26803.5332483478 -5733,0,47829.1416355684,26803.5332483478 -5734,0,47829.1416355684,26803.5332483478 -5735,0,47829.1416355684,26803.5332483478 -5736,0,47829.1416355684,26803.5332483478 -5737,0,47829.1416355684,26803.5332483478 -5738,0,47829.1416355684,26803.5332483478 -5739,0,47829.1416355684,26803.5332483478 -5740,0,47829.1416355684,26803.5332483478 -5741,0,47829.1416355684,26803.5332483478 -5742,0,47829.1416355684,26803.5332483478 -5743,0,47829.1416355684,26803.5332483478 -5744,0,47829.1416355684,26803.5332483478 -5745,0,47829.1416355684,26803.5332483478 -5746,0,47829.1416355684,26803.5332483478 -5747,0,47829.1416355684,26803.5332483478 -5748,0,47829.1416355684,26803.5332483478 -5749,0,47829.1416355684,26803.5332483478 -5750,0,47829.1416355684,26803.5332483478 -5751,0,47829.1416355684,26803.5332483478 -5752,0,47829.1416355684,26803.5332483478 -5753,0,47829.1416355684,26803.5332483478 -5754,0,47829.1416355684,26803.5332483478 -5755,0,47829.1416355684,26803.5332483478 -5756,0,47829.1416355684,26803.5332483478 -5757,0,47829.1416355684,26803.5332483478 -5758,0,47829.1416355684,26803.5332483478 -5759,0,47829.1416355684,26803.5332483478 -5760,0,47829.1416355684,26803.5332483478 -5761,0,47829.1416355684,26803.5332483478 -5762,0,47829.1416355684,26803.5332483478 -5763,0,47829.1416355684,26803.5332483478 -5764,0,47829.1416355684,26803.5332483478 -5765,0,47829.1416355684,26803.5332483478 -5766,0,47829.1416355684,26803.5332483478 -5767,0,47829.1416355684,26803.5332483478 -5768,0,47829.1416355684,26803.5332483478 -5769,0,47829.1416355684,26803.5332483478 -5770,0,47829.1416355684,26803.5332483478 -5771,0,47829.1416355684,26803.5332483478 -5772,0,47829.1416355684,26803.5332483478 -5773,0,47829.1416355684,26803.5332483478 -5774,0,47829.1416355684,26803.5332483478 -5775,0,47829.1416355684,26803.5332483478 -5776,0,47829.1416355684,26803.5332483478 -5777,0,47829.1416355684,26803.5332483478 -5778,0,47829.1416355684,26803.5332483478 -5779,0,47829.1416355684,26803.5332483478 -5780,0,47829.1416355684,26803.5332483478 -5781,0,47829.1416355684,26803.5332483478 -5782,0,47829.1416355684,26803.5332483478 -5783,0,47829.1416355684,26803.5332483478 -5784,0,47829.1416355684,26803.5332483478 -5785,0,47829.1416355684,26803.5332483478 -5786,0,47829.1416355684,26803.5332483478 -5787,0,47829.1416355684,26803.5332483478 -5788,0,47829.1416355684,26803.5332483478 -5789,0,47829.1416355684,26803.5332483478 -5790,0,47829.1416355684,26803.5332483478 -5791,0,47829.1416355684,26803.5332483478 -5792,0,47829.1416355684,26803.5332483478 -5793,0,47829.1416355684,26803.5332483478 -5794,0,47829.1416355684,26803.5332483478 -5795,0,47829.1416355684,26803.5332483478 -5796,0,47829.1416355684,26803.5332483478 -5797,0,47829.1416355684,26803.5332483478 -5798,0,47829.1416355684,26803.5332483478 -5799,0,47829.1416355684,26803.5332483478 -5800,0,47829.1416355684,26803.5332483478 -5801,0,47829.1416355684,26803.5332483478 -5802,0,47829.1416355684,26803.5332483478 -5803,0,47829.1416355684,26803.5332483478 -5804,0,47829.1416355684,26803.5332483478 -5805,0,47829.1416355684,26803.5332483478 -5806,0,47829.1416355684,26803.5332483478 -5807,0,47829.1416355684,26803.5332483478 -5808,0,47829.1416355684,26803.5332483478 -5809,0,47829.1416355684,26803.5332483478 -5810,0,47829.1416355684,26803.5332483478 -5811,0,47829.1416355684,26803.5332483478 -5812,0,47829.1416355684,26803.5332483478 -5813,0,47829.1416355684,26803.5332483478 -5814,0,47829.1416355684,26803.5332483478 -5815,0,47829.1416355684,26803.5332483478 -5816,0,47829.1416355684,26803.5332483478 -5817,0,47829.1416355684,26803.5332483478 -5818,0,47829.1416355684,26803.5332483478 -5819,0,47829.1416355684,26803.5332483478 -5820,0,47829.1416355684,26803.5332483478 -5821,0,47829.1416355684,26803.5332483478 -5822,0,47829.1416355684,26803.5332483478 -5823,0,47829.1416355684,26803.5332483478 -5824,0,47829.1416355684,26803.5332483478 -5825,0,47829.1416355684,26803.5332483478 -5826,0,47829.1416355684,26803.5332483478 -5827,0,47829.1416355684,26803.5332483478 -5828,0,47829.1416355684,26803.5332483478 -5829,0,47829.1416355684,26803.5332483478 -5830,0,47829.1416355684,26803.5332483478 -5831,0,47829.1416355684,26803.5332483478 -5832,0,47829.1416355684,26803.5332483478 -5833,0,47829.1416355684,26803.5332483478 -5834,0,47829.1416355684,26803.5332483478 -5835,0,47829.1416355684,26803.5332483478 -5836,0,47829.1416355684,26803.5332483478 -5837,0,47829.1416355684,26803.5332483478 -5838,0,47829.1416355684,26803.5332483478 -5839,0,47829.1416355684,26803.5332483478 -5840,0,47829.1416355684,26803.5332483478 -5841,0,47829.1416355684,26803.5332483478 -5842,0,47829.1416355684,26803.5332483478 -5843,0,47829.1416355684,26803.5332483478 -5844,0,47829.1416355684,26803.5332483478 -5845,0,47829.1416355684,26803.5332483478 -5846,0,47829.1416355684,26803.5332483478 -5847,0,47829.1416355684,26803.5332483478 -5848,0,47829.1416355684,26803.5332483478 -5849,0,47829.1416355684,26803.5332483478 -5850,0,47829.1416355684,26803.5332483478 -5851,0,47829.1416355684,26803.5332483478 -5852,0,47829.1416355684,26803.5332483478 -5853,0,47829.1416355684,26803.5332483478 -5854,0,47829.1416355684,26803.5332483478 -5855,0,47829.1416355684,26803.5332483478 -5856,0,47829.1416355684,26803.5332483478 -5857,0,47829.1416355684,26803.5332483478 -5858,0,47829.1416355684,26803.5332483478 -5859,0,47829.1416355684,26803.5332483478 -5860,0,47829.1416355684,26803.5332483478 -5861,0,47829.1416355684,26803.5332483478 -5862,0,47829.1416355684,26803.5332483478 -5863,0,47829.1416355684,26803.5332483478 -5864,0,47829.1416355684,26803.5332483478 -5865,0,47829.1416355684,26803.5332483478 -5866,0,47829.1416355684,26803.5332483478 -5867,0,47829.1416355684,26803.5332483478 -5868,0,47829.1416355684,26803.5332483478 -5869,0,47829.1416355684,26803.5332483478 -5870,0,47829.1416355684,26803.5332483478 -5871,0,47829.1416355684,26803.5332483478 -5872,0,47829.1416355684,26803.5332483478 -5873,0,47829.1416355684,26803.5332483478 -5874,0,47829.1416355684,26803.5332483478 -5875,0,47829.1416355684,26803.5332483478 -5876,0,47829.1416355684,26803.5332483478 -5877,0,47829.1416355684,26803.5332483478 -5878,0,47829.1416355684,26803.5332483478 -5879,0,47829.1416355684,26803.5332483478 -5880,0,47829.1416355684,26803.5332483478 -5881,0,47829.1416355684,26803.5332483478 -5882,0,47829.1416355684,26803.5332483478 -5883,0,47829.1416355684,26803.5332483478 -5884,0,47829.1416355684,26803.5332483478 -5885,0,47829.1416355684,26803.5332483478 -5886,0,47829.1416355684,26803.5332483478 -5887,0,47829.1416355684,26803.5332483478 -5888,0,47829.1416355684,26803.5332483478 -5889,0,47829.1416355684,26803.5332483478 -5890,0,47829.1416355684,26803.5332483478 -5891,0,47829.1416355684,26803.5332483478 -5892,0,47829.1416355684,26803.5332483478 -5893,0,47829.1416355684,26803.5332483478 -5894,0,47829.1416355684,26803.5332483478 -5895,0,47829.1416355684,26803.5332483478 -5896,0,47829.1416355684,26803.5332483478 -5897,0,47829.1416355684,26803.5332483478 -5898,0,47829.1416355684,26803.5332483478 -5899,0,47829.1416355684,26803.5332483478 -5900,0,47829.1416355684,26803.5332483478 -5901,0,47829.1416355684,26803.5332483478 -5902,0,47829.1416355684,26803.5332483478 -5903,0,47829.1416355684,26803.5332483478 -5904,0,47829.1416355684,26803.5332483478 -5905,0,47829.1416355684,26803.5332483478 -5906,0,47829.1416355684,26803.5332483478 -5907,0,47829.1416355684,26803.5332483478 -5908,0,47829.1416355684,26803.5332483478 -5909,0,47829.1416355684,26803.5332483478 -5910,0,47829.1416355684,26803.5332483478 -5911,0,47829.1416355684,26803.5332483478 -5912,0,47829.1416355684,26803.5332483478 -5913,0,47829.1416355684,26803.5332483478 -5914,0,47829.1416355684,26803.5332483478 -5915,0,47829.1416355684,26803.5332483478 -5916,0,47829.1416355684,26803.5332483478 -5917,0,47829.1416355684,26803.5332483478 -5918,0,47829.1416355684,26803.5332483478 -5919,0,47829.1416355684,26803.5332483478 -5920,0,47829.1416355684,26803.5332483478 -5921,0,47829.1416355684,26803.5332483478 -5922,0,47829.1416355684,26803.5332483478 -5923,0,47829.1416355684,26803.5332483478 -5924,0,47829.1416355684,26803.5332483478 -5925,0,47829.1416355684,26803.5332483478 -5926,0,47829.1416355684,26803.5332483478 -5927,0,47829.1416355684,26803.5332483478 -5928,0,47829.1416355684,26803.5332483478 -5929,0,47829.1416355684,26803.5332483478 -5930,0,47829.1416355684,26803.5332483478 -5931,0,47829.1416355684,26803.5332483478 -5932,0,47829.1416355684,26803.5332483478 -5933,0,47829.1416355684,26803.5332483478 -5934,0,47829.1416355684,26803.5332483478 -5935,0,47829.1416355684,26803.5332483478 -5936,0,47829.1416355684,26803.5332483478 -5937,0,47829.1416355684,26803.5332483478 -5938,0,47829.1416355684,26803.5332483478 -5939,0,47829.1416355684,26803.5332483478 -5940,0,47829.1416355684,26803.5332483478 -5941,0,47829.1416355684,26803.5332483478 -5942,0,47829.1416355684,26803.5332483478 -5943,0,47829.1416355684,26803.5332483478 -5944,0,47829.1416355684,26803.5332483478 -5945,0,47829.1416355684,26803.5332483478 -5946,0,47829.1416355684,26803.5332483478 -5947,0,47829.1416355684,26803.5332483478 -5948,0,47829.1416355684,26803.5332483478 -5949,0,47829.1416355684,26803.5332483478 -5950,0,47829.1416355684,26803.5332483478 -5951,0,47829.1416355684,26803.5332483478 -5952,0,47829.1416355684,26803.5332483478 -5953,0,47829.1416355684,26803.5332483478 -5954,0,47829.1416355684,26803.5332483478 -5955,0,47829.1416355684,26803.5332483478 -5956,0,47829.1416355684,26803.5332483478 -5957,0,47829.1416355684,26803.5332483478 -5958,0,47829.1416355684,26803.5332483478 -5959,0,47829.1416355684,26803.5332483478 -5960,0,47829.1416355684,26803.5332483478 -5961,0,47829.1416355684,26803.5332483478 -5962,0,47829.1416355684,26803.5332483478 -5963,0,47829.1416355684,26803.5332483478 -5964,0,47829.1416355684,26803.5332483478 -5965,0,47829.1416355684,26803.5332483478 -5966,0,47829.1416355684,26803.5332483478 -5967,0,47829.1416355684,26803.5332483478 -5968,0,47829.1416355684,26803.5332483478 -5969,0,47829.1416355684,26803.5332483478 -5970,0,47829.1416355684,26803.5332483478 -5971,0,47829.1416355684,26803.5332483478 -5972,0,47829.1416355684,26803.5332483478 -5973,0,47829.1416355684,26803.5332483478 -5974,0,47829.1416355684,26803.5332483478 -5975,0,47829.1416355684,26803.5332483478 -5976,0,47829.1416355684,26803.5332483478 -5977,0,47829.1416355684,26803.5332483478 -5978,0,47829.1416355684,26803.5332483478 -5979,0,47829.1416355684,26803.5332483478 -5980,0,47829.1416355684,26803.5332483478 -5981,0,47829.1416355684,26803.5332483478 -5982,0,47829.1416355684,26803.5332483478 -5983,0,47829.1416355684,26803.5332483478 -5984,0,47829.1416355684,26803.5332483478 -5985,0,47829.1416355684,26803.5332483478 -5986,0,47829.1416355684,26803.5332483478 -5987,0,47829.1416355684,26803.5332483478 -5988,0,47829.1416355684,26803.5332483478 -5989,0,47829.1416355684,26803.5332483478 -5990,0,47829.1416355684,26803.5332483478 -5991,0,47829.1416355684,26803.5332483478 -5992,0,47829.1416355684,26803.5332483478 -5993,0,47829.1416355684,26803.5332483478 -5994,0,47829.1416355684,26803.5332483478 -5995,0,47829.1416355684,26803.5332483478 -5996,0,47829.1416355684,26803.5332483478 -5997,0,47829.1416355684,26803.5332483478 -5998,0,47829.1416355684,26803.5332483478 -5999,0,47829.1416355684,26803.5332483478 -6000,0,47829.1416355684,26803.5332483478 -6001,0,47829.1416355684,26803.5332483478 -6002,0,47829.1416355684,26803.5332483478 -6003,0,47829.1416355684,26803.5332483478 -6004,0,47829.1416355684,26803.5332483478 -6005,0,47829.1416355684,26803.5332483478 -6006,0,47829.1416355684,26803.5332483478 -6007,0,47829.1416355684,26803.5332483478 -6008,0,47829.1416355684,26803.5332483478 -6009,0,47829.1416355684,26803.5332483478 -6010,0,47829.1416355684,26803.5332483478 -6011,0,47829.1416355684,26803.5332483478 -6012,0,47829.1416355684,26803.5332483478 -6013,0,47829.1416355684,26803.5332483478 -6014,0,47829.1416355684,26803.5332483478 -6015,0,47829.1416355684,26803.5332483478 -6016,0,47829.1416355684,26803.5332483478 -6017,0,47829.1416355684,26803.5332483478 -6018,0,47829.1416355684,26803.5332483478 -6019,0,47829.1416355684,26803.5332483478 -6020,0,47829.1416355684,26803.5332483478 -6021,0,47829.1416355684,26803.5332483478 -6022,0,47829.1416355684,26803.5332483478 -6023,0,47829.1416355684,26803.5332483478 -6024,0,47829.1416355684,26803.5332483478 -6025,0,47829.1416355684,26803.5332483478 -6026,0,47829.1416355684,26803.5332483478 -6027,0,47829.1416355684,26803.5332483478 -6028,0,47829.1416355684,26803.5332483478 -6029,0,47829.1416355684,26803.5332483478 -6030,0,47829.1416355684,26803.5332483478 -6031,0,47829.1416355684,26803.5332483478 -6032,0,47829.1416355684,26803.5332483478 -6033,0,47829.1416355684,26803.5332483478 -6034,0,47829.1416355684,26803.5332483478 -6035,0,47829.1416355684,26803.5332483478 -6036,0,47829.1416355684,26803.5332483478 -6037,0,47829.1416355684,26803.5332483478 -6038,0,47829.1416355684,26803.5332483478 -6039,0,47829.1416355684,26803.5332483478 -6040,0,47829.1416355684,26803.5332483478 -6041,0,47829.1416355684,26803.5332483478 -6042,0,47829.1416355684,26803.5332483478 -6043,0,47829.1416355684,26803.5332483478 -6044,0,47829.1416355684,26803.5332483478 -6045,0,47829.1416355684,26803.5332483478 -6046,0,47829.1416355684,26803.5332483478 -6047,0,47829.1416355684,26803.5332483478 -6048,0,47829.1416355684,26803.5332483478 -6049,0,47829.1416355684,26803.5332483478 -6050,0,47829.1416355684,26803.5332483478 -6051,0,47829.1416355684,26803.5332483478 -6052,0,47829.1416355684,26803.5332483478 -6053,0,47829.1416355684,26803.5332483478 -6054,0,47829.1416355684,26803.5332483478 -6055,0,47829.1416355684,26803.5332483478 -6056,0,47829.1416355684,26803.5332483478 -6057,0,47829.1416355684,26803.5332483478 -6058,0,47829.1416355684,26803.5332483478 -6059,0,47829.1416355684,26803.5332483478 -6060,0,47829.1416355684,26803.5332483478 -6061,0,47829.1416355684,26803.5332483478 -6062,0,47829.1416355684,26803.5332483478 -6063,0,47829.1416355684,26803.5332483478 -6064,0,47829.1416355684,26803.5332483478 -6065,0,47829.1416355684,26803.5332483478 -6066,0,47829.1416355684,26803.5332483478 -6067,0,47829.1416355684,26803.5332483478 -6068,0,47829.1416355684,26803.5332483478 -6069,0,47829.1416355684,26803.5332483478 -6070,0,47829.1416355684,26803.5332483478 -6071,0,47829.1416355684,26803.5332483478 -6072,0,47829.1416355684,26803.5332483478 -6073,0,47829.1416355684,26803.5332483478 -6074,0,47829.1416355684,26803.5332483478 -6075,0,47829.1416355684,26803.5332483478 -6076,0,47829.1416355684,26803.5332483478 -6077,0,47829.1416355684,26803.5332483478 -6078,0,47829.1416355684,26803.5332483478 -6079,0,47829.1416355684,26803.5332483478 -6080,0,47829.1416355684,26803.5332483478 -6081,0,47829.1416355684,26803.5332483478 -6082,0,47829.1416355684,26803.5332483478 -6083,0,47829.1416355684,26803.5332483478 -6084,0,47829.1416355684,26803.5332483478 -6085,0,47829.1416355684,26803.5332483478 -6086,0,47829.1416355684,26803.5332483478 -6087,0,47829.1416355684,26803.5332483478 -6088,0,47829.1416355684,26803.5332483478 -6089,0,47829.1416355684,26803.5332483478 -6090,0,47829.1416355684,26803.5332483478 -6091,0,47829.1416355684,26803.5332483478 -6092,0,47829.1416355684,26803.5332483478 -6093,0,47829.1416355684,26803.5332483478 -6094,0,47829.1416355684,26803.5332483478 -6095,0,47829.1416355684,26803.5332483478 -6096,0,47829.1416355684,26803.5332483478 -6097,0,47829.1416355684,26803.5332483478 -6098,0,47829.1416355684,26803.5332483478 -6099,0,47829.1416355684,26803.5332483478 -6100,0,47829.1416355684,26803.5332483478 -6101,0,47829.1416355684,26803.5332483478 -6102,0,47829.1416355684,26803.5332483478 -6103,0,47829.1416355684,26803.5332483478 -6104,0,47829.1416355684,26803.5332483478 -6105,0,47829.1416355684,26803.5332483478 -6106,0,47829.1416355684,26803.5332483478 -6107,0,47829.1416355684,26803.5332483478 -6108,0,47829.1416355684,26803.5332483478 -6109,0,47829.1416355684,26803.5332483478 -6110,0,47829.1416355684,26803.5332483478 -6111,0,47829.1416355684,26803.5332483478 -6112,0,47829.1416355684,26803.5332483478 -6113,0,47829.1416355684,26803.5332483478 -6114,0,47829.1416355684,26803.5332483478 -6115,0,47829.1416355684,26803.5332483478 -6116,0,47829.1416355684,26803.5332483478 -6117,0,47829.1416355684,26803.5332483478 -6118,0,47829.1416355684,26803.5332483478 -6119,0,47829.1416355684,26803.5332483478 -6120,0,47829.1416355684,26803.5332483478 -6121,0,47829.1416355684,26803.5332483478 -6122,0,47829.1416355684,26803.5332483478 -6123,0,47829.1416355684,26803.5332483478 -6124,0,47829.1416355684,26803.5332483478 -6125,0,47829.1416355684,26803.5332483478 -6126,0,47829.1416355684,26803.5332483478 -6127,0,47829.1416355684,26803.5332483478 -6128,0,47829.1416355684,26803.5332483478 -6129,0,47829.1416355684,26803.5332483478 -6130,0,47829.1416355684,26803.5332483478 -6131,0,47829.1416355684,26803.5332483478 -6132,0,47829.1416355684,26803.5332483478 -6133,0,47829.1416355684,26803.5332483478 -6134,0,47829.1416355684,26803.5332483478 -6135,0,47829.1416355684,26803.5332483478 -6136,0,47829.1416355684,26803.5332483478 -6137,0,47829.1416355684,26803.5332483478 -6138,0,47829.1416355684,26803.5332483478 -6139,0,47829.1416355684,26803.5332483478 -6140,0,47829.1416355684,26803.5332483478 -6141,0,47829.1416355684,26803.5332483478 -6142,0,47829.1416355684,26803.5332483478 -6143,0,47829.1416355684,26803.5332483478 -6144,0,47829.1416355684,26803.5332483478 -6145,0,47829.1416355684,26803.5332483478 -6146,0,47829.1416355684,26803.5332483478 -6147,0,47829.1416355684,26803.5332483478 -6148,0,47829.1416355684,26803.5332483478 -6149,0,47829.1416355684,26803.5332483478 -6150,0,47829.1416355684,26803.5332483478 -6151,0,47829.1416355684,26803.5332483478 -6152,0,47829.1416355684,26803.5332483478 -6153,0,47829.1416355684,26803.5332483478 -6154,0,47829.1416355684,26803.5332483478 -6155,0,47829.1416355684,26803.5332483478 -6156,0,47829.1416355684,26803.5332483478 -6157,0,47829.1416355684,26803.5332483478 -6158,0,47829.1416355684,26803.5332483478 -6159,0,47829.1416355684,26803.5332483478 -6160,0,47829.1416355684,26803.5332483478 -6161,0,47829.1416355684,26803.5332483478 -6162,0,47829.1416355684,26803.5332483478 -6163,0,47829.1416355684,26803.5332483478 -6164,0,47829.1416355684,26803.5332483478 -6165,0,47829.1416355684,26803.5332483478 -6166,0,47829.1416355684,26803.5332483478 -6167,0,47829.1416355684,26803.5332483478 -6168,0,47829.1416355684,26803.5332483478 -6169,0,47829.1416355684,26803.5332483478 -6170,0,47829.1416355684,26803.5332483478 -6171,0,47829.1416355684,26803.5332483478 -6172,0,47829.1416355684,26803.5332483478 -6173,0,47829.1416355684,26803.5332483478 -6174,0,47829.1416355684,26803.5332483478 -6175,0,47829.1416355684,26803.5332483478 -6176,0,47829.1416355684,26803.5332483478 -6177,0,47829.1416355684,26803.5332483478 -6178,0,47829.1416355684,26803.5332483478 -6179,0,47829.1416355684,26803.5332483478 -6180,0,47829.1416355684,26803.5332483478 -6181,0,47829.1416355684,26803.5332483478 -6182,0,47829.1416355684,26803.5332483478 -6183,0,47829.1416355684,26803.5332483478 -6184,0,47829.1416355684,26803.5332483478 -6185,0,47829.1416355684,26803.5332483478 -6186,0,47829.1416355684,26803.5332483478 -6187,0,47829.1416355684,26803.5332483478 -6188,0,47829.1416355684,26803.5332483478 -6189,0,47829.1416355684,26803.5332483478 -6190,0,47829.1416355684,26803.5332483478 -6191,0,47829.1416355684,26803.5332483478 -6192,0,47829.1416355684,26803.5332483478 -6193,0,47829.1416355684,26803.5332483478 -6194,0,47829.1416355684,26803.5332483478 -6195,0,47829.1416355684,26803.5332483478 -6196,0,47829.1416355684,26803.5332483478 -6197,0,47829.1416355684,26803.5332483478 -6198,0,47829.1416355684,26803.5332483478 -6199,0,47829.1416355684,26803.5332483478 -6200,0,47829.1416355684,26803.5332483478 -6201,0,47829.1416355684,26803.5332483478 -6202,0,47829.1416355684,26803.5332483478 -6203,0,47829.1416355684,26803.5332483478 -6204,0,47829.1416355684,26803.5332483478 -6205,0,47829.1416355684,26803.5332483478 -6206,0,47829.1416355684,26803.5332483478 -6207,0,47829.1416355684,26803.5332483478 -6208,0,47829.1416355684,26803.5332483478 -6209,0,47829.1416355684,26803.5332483478 -6210,0,47829.1416355684,26803.5332483478 -6211,0,47829.1416355684,26803.5332483478 -6212,0,47829.1416355684,26803.5332483478 -6213,0,47829.1416355684,26803.5332483478 -6214,0,47829.1416355684,26803.5332483478 -6215,0,47829.1416355684,26803.5332483478 -6216,0,47829.1416355684,26803.5332483478 -6217,0,47829.1416355684,26803.5332483478 -6218,0,47829.1416355684,26803.5332483478 -6219,0,47829.1416355684,26803.5332483478 -6220,0,47829.1416355684,26803.5332483478 -6221,0,47829.1416355684,26803.5332483478 -6222,0,47829.1416355684,26803.5332483478 -6223,0,47829.1416355684,26803.5332483478 -6224,0,47829.1416355684,26803.5332483478 -6225,0,47829.1416355684,26803.5332483478 -6226,0,47829.1416355684,26803.5332483478 -6227,0,47829.1416355684,26803.5332483478 -6228,0,47829.1416355684,26803.5332483478 -6229,0,47829.1416355684,26803.5332483478 -6230,0,47829.1416355684,26803.5332483478 -6231,0,47829.1416355684,26803.5332483478 -6232,0,47829.1416355684,26803.5332483478 -6233,0,47829.1416355684,26803.5332483478 -6234,0,47829.1416355684,26803.5332483478 -6235,0,47829.1416355684,26803.5332483478 -6236,0,47829.1416355684,26803.5332483478 -6237,0,47829.1416355684,26803.5332483478 -6238,0,47829.1416355684,26803.5332483478 -6239,0,47829.1416355684,26803.5332483478 -6240,0,47829.1416355684,26803.5332483478 -6241,0,47829.1416355684,26803.5332483478 -6242,0,47829.1416355684,26803.5332483478 -6243,0,47829.1416355684,26803.5332483478 -6244,0,47829.1416355684,26803.5332483478 -6245,0,47829.1416355684,26803.5332483478 -6246,0,47829.1416355684,26803.5332483478 -6247,0,47829.1416355684,26803.5332483478 -6248,0,47829.1416355684,26803.5332483478 -6249,0,47829.1416355684,26803.5332483478 -6250,0,47829.1416355684,26803.5332483478 -6251,0,47829.1416355684,26803.5332483478 -6252,0,47829.1416355684,26803.5332483478 -6253,0,47829.1416355684,26803.5332483478 -6254,0,47829.1416355684,26803.5332483478 -6255,0,47829.1416355684,26803.5332483478 -6256,0,47829.1416355684,26803.5332483478 -6257,0,47829.1416355684,26803.5332483478 -6258,0,47829.1416355684,26803.5332483478 -6259,0,47829.1416355684,26803.5332483478 -6260,0,47829.1416355684,26803.5332483478 -6261,0,47829.1416355684,26803.5332483478 -6262,0,47829.1416355684,26803.5332483478 -6263,0,47829.1416355684,26803.5332483478 -6264,0,47829.1416355684,26803.5332483478 -6265,0,47829.1416355684,26803.5332483478 -6266,0,47829.1416355684,26803.5332483478 -6267,0,47829.1416355684,26803.5332483478 -6268,0,47829.1416355684,26803.5332483478 -6269,0,47829.1416355684,26803.5332483478 -6270,0,47829.1416355684,26803.5332483478 -6271,0,47829.1416355684,26803.5332483478 -6272,0,47829.1416355684,26803.5332483478 -6273,0,47829.1416355684,26803.5332483478 -6274,0,47829.1416355684,26803.5332483478 -6275,0,47829.1416355684,26803.5332483478 -6276,0,47829.1416355684,26803.5332483478 -6277,0,47829.1416355684,26803.5332483478 -6278,0,47829.1416355684,26803.5332483478 -6279,0,47829.1416355684,26803.5332483478 -6280,0,47829.1416355684,26803.5332483478 -6281,0,47829.1416355684,26803.5332483478 -6282,0,47829.1416355684,26803.5332483478 -6283,0,47829.1416355684,26803.5332483478 -6284,0,47829.1416355684,26803.5332483478 -6285,0,47829.1416355684,26803.5332483478 -6286,0,47829.1416355684,26803.5332483478 -6287,0,47829.1416355684,26803.5332483478 -6288,0,47829.1416355684,26803.5332483478 -6289,0,47829.1416355684,26803.5332483478 -6290,0,47829.1416355684,26803.5332483478 -6291,0,47829.1416355684,26803.5332483478 -6292,0,47829.1416355684,26803.5332483478 -6293,0,47829.1416355684,26803.5332483478 -6294,0,47829.1416355684,26803.5332483478 -6295,0,47829.1416355684,26803.5332483478 -6296,0,47829.1416355684,26803.5332483478 -6297,0,47829.1416355684,26803.5332483478 -6298,0,47829.1416355684,26803.5332483478 -6299,0,47829.1416355684,26803.5332483478 -6300,0,47829.1416355684,26803.5332483478 -6301,0,47829.1416355684,26803.5332483478 -6302,0,47829.1416355684,26803.5332483478 -6303,0,47829.1416355684,26803.5332483478 -6304,0,47829.1416355684,26803.5332483478 -6305,0,47829.1416355684,26803.5332483478 -6306,0,47829.1416355684,26803.5332483478 -6307,0,47829.1416355684,26803.5332483478 -6308,0,47829.1416355684,26803.5332483478 -6309,0,47829.1416355684,26803.5332483478 -6310,0,47829.1416355684,26803.5332483478 -6311,0,47829.1416355684,26803.5332483478 -6312,0,47829.1416355684,26803.5332483478 -6313,0,47829.1416355684,26803.5332483478 -6314,0,47829.1416355684,26803.5332483478 -6315,0,47829.1416355684,26803.5332483478 -6316,0,47829.1416355684,26803.5332483478 -6317,0,47829.1416355684,26803.5332483478 -6318,0,47829.1416355684,26803.5332483478 -6319,0,47829.1416355684,26803.5332483478 -6320,0,47829.1416355684,26803.5332483478 -6321,0,47829.1416355684,26803.5332483478 -6322,0,47829.1416355684,26803.5332483478 -6323,0,47829.1416355684,26803.5332483478 -6324,0,47829.1416355684,26803.5332483478 -6325,0,47829.1416355684,26803.5332483478 -6326,0,47829.1416355684,26803.5332483478 -6327,0,47829.1416355684,26803.5332483478 -6328,0,47829.1416355684,26803.5332483478 -6329,0,47829.1416355684,26803.5332483478 -6330,0,47829.1416355684,26803.5332483478 -6331,0,47829.1416355684,26803.5332483478 -6332,0,47829.1416355684,26803.5332483478 -6333,0,47829.1416355684,26803.5332483478 -6334,0,47829.1416355684,26803.5332483478 -6335,0,47829.1416355684,26803.5332483478 -6336,0,47829.1416355684,26803.5332483478 -6337,0,47829.1416355684,26803.5332483478 -6338,0,47829.1416355684,26803.5332483478 -6339,0,47829.1416355684,26803.5332483478 -6340,0,47829.1416355684,26803.5332483478 -6341,0,47829.1416355684,26803.5332483478 -6342,0,47829.1416355684,26803.5332483478 -6343,0,47829.1416355684,26803.5332483478 -6344,0,47829.1416355684,26803.5332483478 -6345,0,47829.1416355684,26803.5332483478 -6346,0,47829.1416355684,26803.5332483478 -6347,0,47829.1416355684,26803.5332483478 -6348,0,47829.1416355684,26803.5332483478 -6349,0,47829.1416355684,26803.5332483478 -6350,0,47829.1416355684,26803.5332483478 -6351,0,47829.1416355684,26803.5332483478 -6352,0,47829.1416355684,26803.5332483478 -6353,0,47829.1416355684,26803.5332483478 -6354,0,47829.1416355684,26803.5332483478 -6355,0,47829.1416355684,26803.5332483478 -6356,0,47829.1416355684,26803.5332483478 -6357,0,47829.1416355684,26803.5332483478 -6358,0,47829.1416355684,26803.5332483478 -6359,0,47829.1416355684,26803.5332483478 -6360,0,47829.1416355684,26803.5332483478 -6361,0,47829.1416355684,26803.5332483478 -6362,0,47829.1416355684,26803.5332483478 -6363,0,47829.1416355684,26803.5332483478 -6364,0,47829.1416355684,26803.5332483478 -6365,0,47829.1416355684,26803.5332483478 -6366,0,47829.1416355684,26803.5332483478 -6367,0,47829.1416355684,26803.5332483478 -6368,0,47829.1416355684,26803.5332483478 -6369,0,47829.1416355684,26803.5332483478 -6370,0,47829.1416355684,26803.5332483478 -6371,0,47829.1416355684,26803.5332483478 -6372,0,47829.1416355684,26803.5332483478 -6373,0,47829.1416355684,26803.5332483478 -6374,0,47829.1416355684,26803.5332483478 -6375,0,47829.1416355684,26803.5332483478 -6376,0,47829.1416355684,26803.5332483478 -6377,0,47829.1416355684,26803.5332483478 -6378,0,47829.1416355684,26803.5332483478 -6379,0,47829.1416355684,26803.5332483478 -6380,0,47829.1416355684,26803.5332483478 -6381,0,47829.1416355684,26803.5332483478 -6382,0,47829.1416355684,26803.5332483478 -6383,0,47829.1416355684,26803.5332483478 -6384,0,47829.1416355684,26803.5332483478 -6385,0,47829.1416355684,26803.5332483478 -6386,0,47829.1416355684,26803.5332483478 -6387,0,47829.1416355684,26803.5332483478 -6388,0,47829.1416355684,26803.5332483478 -6389,0,47829.1416355684,26803.5332483478 -6390,0,47829.1416355684,26803.5332483478 -6391,0,47829.1416355684,26803.5332483478 -6392,0,47829.1416355684,26803.5332483478 -6393,0,47829.1416355684,26803.5332483478 -6394,0,47829.1416355684,26803.5332483478 -6395,0,47829.1416355684,26803.5332483478 -6396,0,47829.1416355684,26803.5332483478 -6397,0,47829.1416355684,26803.5332483478 -6398,0,47829.1416355684,26803.5332483478 -6399,0,47829.1416355684,26803.5332483478 -6400,0,47829.1416355684,26803.5332483478 -6401,0,47829.1416355684,26803.5332483478 -6402,0,47829.1416355684,26803.5332483478 -6403,0,47829.1416355684,26803.5332483478 -6404,0,47829.1416355684,26803.5332483478 -6405,0,47829.1416355684,26803.5332483478 -6406,0,47829.1416355684,26803.5332483478 -6407,0,47829.1416355684,26803.5332483478 -6408,0,47829.1416355684,26803.5332483478 -6409,0,47829.1416355684,26803.5332483478 -6410,0,47829.1416355684,26803.5332483478 -6411,0,47829.1416355684,26803.5332483478 -6412,0,47829.1416355684,26803.5332483478 -6413,0,47829.1416355684,26803.5332483478 -6414,0,47829.1416355684,26803.5332483478 -6415,0,47829.1416355684,26803.5332483478 -6416,0,47829.1416355684,26803.5332483478 -6417,0,47829.1416355684,26803.5332483478 -6418,0,47829.1416355684,26803.5332483478 -6419,0,47829.1416355684,26803.5332483478 -6420,0,47829.1416355684,26803.5332483478 -6421,0,47829.1416355684,26803.5332483478 -6422,0,47829.1416355684,26803.5332483478 -6423,0,47829.1416355684,26803.5332483478 -6424,0,47829.1416355684,26803.5332483478 -6425,0,47829.1416355684,26803.5332483478 -6426,0,47829.1416355684,26803.5332483478 -6427,0,47829.1416355684,26803.5332483478 -6428,0,47829.1416355684,26803.5332483478 -6429,0,47829.1416355684,26803.5332483478 -6430,0,47829.1416355684,26803.5332483478 -6431,0,47829.1416355684,26803.5332483478 -6432,0,47829.1416355684,26803.5332483478 -6433,0,47829.1416355684,26803.5332483478 -6434,0,47829.1416355684,26803.5332483478 -6435,0,47829.1416355684,26803.5332483478 -6436,0,47829.1416355684,26803.5332483478 -6437,0,47829.1416355684,26803.5332483478 -6438,0,47829.1416355684,26803.5332483478 -6439,0,47829.1416355684,26803.5332483478 -6440,0,47829.1416355684,26803.5332483478 -6441,0,47829.1416355684,26803.5332483478 -6442,0,47829.1416355684,26803.5332483478 -6443,0,47829.1416355684,26803.5332483478 -6444,0,47829.1416355684,26803.5332483478 -6445,0,47829.1416355684,26803.5332483478 -6446,0,47829.1416355684,26803.5332483478 -6447,0,47829.1416355684,26803.5332483478 -6448,0,47829.1416355684,26803.5332483478 -6449,0,47829.1416355684,26803.5332483478 -6450,0,47829.1416355684,26803.5332483478 -6451,0,47829.1416355684,26803.5332483478 -6452,0,47829.1416355684,26803.5332483478 -6453,0,47829.1416355684,26803.5332483478 -6454,0,47829.1416355684,26803.5332483478 -6455,0,47829.1416355684,26803.5332483478 -6456,0,47829.1416355684,26803.5332483478 -6457,0,47829.1416355684,26803.5332483478 -6458,0,47829.1416355684,26803.5332483478 -6459,0,47829.1416355684,26803.5332483478 -6460,0,47829.1416355684,26803.5332483478 -6461,0,47829.1416355684,26803.5332483478 -6462,0,47829.1416355684,26803.5332483478 -6463,0,47829.1416355684,26803.5332483478 -6464,0,47829.1416355684,26803.5332483478 -6465,0,47829.1416355684,26803.5332483478 -6466,0,47829.1416355684,26803.5332483478 -6467,0,47829.1416355684,26803.5332483478 -6468,0,47829.1416355684,26803.5332483478 -6469,0,47829.1416355684,26803.5332483478 -6470,0,47829.1416355684,26803.5332483478 -6471,0,47829.1416355684,26803.5332483478 -6472,0,47829.1416355684,26803.5332483478 -6473,0,47829.1416355684,26803.5332483478 -6474,0,47829.1416355684,26803.5332483478 -6475,0,47829.1416355684,26803.5332483478 -6476,0,47829.1416355684,26803.5332483478 -6477,0,47829.1416355684,26803.5332483478 -6478,0,47829.1416355684,26803.5332483478 -6479,0,47829.1416355684,26803.5332483478 -6480,0,47829.1416355684,26803.5332483478 -6481,0,47829.1416355684,26803.5332483478 -6482,0,47829.1416355684,26803.5332483478 -6483,0,47829.1416355684,26803.5332483478 -6484,0,47829.1416355684,26803.5332483478 -6485,0,47829.1416355684,26803.5332483478 -6486,0,47829.1416355684,26803.5332483478 -6487,0,47829.1416355684,26803.5332483478 -6488,0,47829.1416355684,26803.5332483478 -6489,0,47829.1416355684,26803.5332483478 -6490,0,47829.1416355684,26803.5332483478 -6491,0,47829.1416355684,26803.5332483478 -6492,0,47829.1416355684,26803.5332483478 -6493,0,47829.1416355684,26803.5332483478 -6494,0,47829.1416355684,26803.5332483478 -6495,0,47829.1416355684,26803.5332483478 -6496,0,47829.1416355684,26803.5332483478 -6497,0,47829.1416355684,26803.5332483478 -6498,0,47829.1416355684,26803.5332483478 -6499,0,47829.1416355684,26803.5332483478 -6500,0,47829.1416355684,26803.5332483478 -6501,0,47829.1416355684,26803.5332483478 -6502,0,47829.1416355684,26803.5332483478 -6503,0,47829.1416355684,26803.5332483478 -6504,0,47829.1416355684,26803.5332483478 -6505,0,47829.1416355684,26803.5332483478 -6506,0,47829.1416355684,26803.5332483478 -6507,0,47829.1416355684,26803.5332483478 -6508,0,47829.1416355684,26803.5332483478 -6509,0,47829.1416355684,26803.5332483478 -6510,0,47829.1416355684,26803.5332483478 -6511,0,47829.1416355684,26803.5332483478 -6512,0,47829.1416355684,26803.5332483478 -6513,0,47829.1416355684,26803.5332483478 -6514,0,47829.1416355684,26803.5332483478 -6515,0,47829.1416355684,26803.5332483478 -6516,0,47829.1416355684,26803.5332483478 -6517,0,47829.1416355684,26803.5332483478 -6518,0,47829.1416355684,26803.5332483478 -6519,0,47829.1416355684,26803.5332483478 -6520,0,47829.1416355684,26803.5332483478 -6521,0,47829.1416355684,26803.5332483478 -6522,0,47829.1416355684,26803.5332483478 -6523,0,47829.1416355684,26803.5332483478 -6524,0,47829.1416355684,26803.5332483478 -6525,0,47829.1416355684,26803.5332483478 -6526,0,47829.1416355684,26803.5332483478 -6527,0,47829.1416355684,26803.5332483478 -6528,0,47829.1416355684,26803.5332483478 -6529,0,47829.1416355684,26803.5332483478 -6530,0,47829.1416355684,26803.5332483478 -6531,0,47829.1416355684,26803.5332483478 -6532,0,47829.1416355684,26803.5332483478 -6533,0,47829.1416355684,26803.5332483478 -6534,0,47829.1416355684,26803.5332483478 -6535,0,47829.1416355684,26803.5332483478 -6536,0,47829.1416355684,26803.5332483478 -6537,0,47829.1416355684,26803.5332483478 -6538,0,47829.1416355684,26803.5332483478 -6539,0,47829.1416355684,26803.5332483478 -6540,0,47829.1416355684,26803.5332483478 -6541,0,47829.1416355684,26803.5332483478 -6542,0,47829.1416355684,26803.5332483478 -6543,0,47829.1416355684,26803.5332483478 -6544,0,47829.1416355684,26803.5332483478 -6545,0,47829.1416355684,26803.5332483478 -6546,0,47829.1416355684,26803.5332483478 -6547,0,47829.1416355684,26803.5332483478 -6548,0,47829.1416355684,26803.5332483478 -6549,0,47829.1416355684,26803.5332483478 -6550,0,47829.1416355684,26803.5332483478 -6551,0,47829.1416355684,26803.5332483478 -6552,0,47829.1416355684,26803.5332483478 -6553,0,47829.1416355684,26803.5332483478 -6554,0,47829.1416355684,26803.5332483478 -6555,0,47829.1416355684,26803.5332483478 -6556,0,47829.1416355684,26803.5332483478 -6557,0,47829.1416355684,26803.5332483478 -6558,0,47829.1416355684,26803.5332483478 -6559,0,47829.1416355684,26803.5332483478 -6560,0,47829.1416355684,26803.5332483478 -6561,0,47829.1416355684,26803.5332483478 -6562,0,47829.1416355684,26803.5332483478 -6563,0,47829.1416355684,26803.5332483478 -6564,0,47829.1416355684,26803.5332483478 -6565,0,47829.1416355684,26803.5332483478 -6566,0,47829.1416355684,26803.5332483478 -6567,0,47829.1416355684,26803.5332483478 -6568,0,47829.1416355684,26803.5332483478 -6569,0,47829.1416355684,26803.5332483478 -6570,0,47829.1416355684,26803.5332483478 -6571,0,47829.1416355684,26803.5332483478 -6572,0,47829.1416355684,26803.5332483478 -6573,0,47829.1416355684,26803.5332483478 -6574,0,47829.1416355684,26803.5332483478 -6575,0,47829.1416355684,26803.5332483478 -6576,0,47829.1416355684,26803.5332483478 -6577,0,47829.1416355684,26803.5332483478 -6578,0,47829.1416355684,26803.5332483478 -6579,0,47829.1416355684,26803.5332483478 -6580,0,47829.1416355684,26803.5332483478 -6581,0,47829.1416355684,26803.5332483478 -6582,0,47829.1416355684,26803.5332483478 -6583,0,47829.1416355684,26803.5332483478 -6584,0,47829.1416355684,26803.5332483478 -6585,0,47829.1416355684,26803.5332483478 -6586,0,47829.1416355684,26803.5332483478 -6587,0,47829.1416355684,26803.5332483478 -6588,0,47829.1416355684,26803.5332483478 -6589,0,47829.1416355684,26803.5332483478 -6590,0,47829.1416355684,26803.5332483478 -6591,0,47829.1416355684,26803.5332483478 -6592,0,47829.1416355684,26803.5332483478 -6593,0,47829.1416355684,26803.5332483478 -6594,0,47829.1416355684,26803.5332483478 -6595,0,47829.1416355684,26803.5332483478 -6596,0,47829.1416355684,26803.5332483478 -6597,0,47829.1416355684,26803.5332483478 -6598,0,47829.1416355684,26803.5332483478 -6599,0,47829.1416355684,26803.5332483478 -6600,0,47829.1416355684,26803.5332483478 -6601,0,47829.1416355684,26803.5332483478 -6602,0,47829.1416355684,26803.5332483478 -6603,0,47829.1416355684,26803.5332483478 -6604,0,47829.1416355684,26803.5332483478 -6605,0,47829.1416355684,26803.5332483478 -6606,0,47829.1416355684,26803.5332483478 -6607,0,47829.1416355684,26803.5332483478 -6608,0,47829.1416355684,26803.5332483478 -6609,0,47829.1416355684,26803.5332483478 -6610,0,47829.1416355684,26803.5332483478 -6611,0,47829.1416355684,26803.5332483478 -6612,0,47829.1416355684,26803.5332483478 -6613,0,47829.1416355684,26803.5332483478 -6614,0,47829.1416355684,26803.5332483478 -6615,0,47829.1416355684,26803.5332483478 -6616,0,47829.1416355684,26803.5332483478 -6617,0,47829.1416355684,26803.5332483478 -6618,0,47829.1416355684,26803.5332483478 -6619,0,47829.1416355684,26803.5332483478 -6620,0,47829.1416355684,26803.5332483478 -6621,0,47829.1416355684,26803.5332483478 -6622,0,47829.1416355684,26803.5332483478 -6623,0,47829.1416355684,26803.5332483478 -6624,0,47829.1416355684,26803.5332483478 -6625,0,47829.1416355684,26803.5332483478 -6626,0,47829.1416355684,26803.5332483478 -6627,0,47829.1416355684,26803.5332483478 -6628,0,47829.1416355684,26803.5332483478 -6629,0,47829.1416355684,26803.5332483478 -6630,0,47829.1416355684,26803.5332483478 -6631,0,47829.1416355684,26803.5332483478 -6632,0,47829.1416355684,26803.5332483478 -6633,0,47829.1416355684,26803.5332483478 -6634,0,47829.1416355684,26803.5332483478 -6635,0,47829.1416355684,26803.5332483478 -6636,0,47829.1416355684,26803.5332483478 -6637,0,47829.1416355684,26803.5332483478 -6638,0,47829.1416355684,26803.5332483478 -6639,0,47829.1416355684,26803.5332483478 -6640,0,47829.1416355684,26803.5332483478 -6641,0,47829.1416355684,26803.5332483478 -6642,0,47829.1416355684,26803.5332483478 -6643,0,47829.1416355684,26803.5332483478 -6644,0,47829.1416355684,26803.5332483478 -6645,0,47829.1416355684,26803.5332483478 -6646,0,47829.1416355684,26803.5332483478 -6647,0,47829.1416355684,26803.5332483478 -6648,0,47829.1416355684,26803.5332483478 -6649,0,47829.1416355684,26803.5332483478 -6650,0,47829.1416355684,26803.5332483478 -6651,0,47829.1416355684,26803.5332483478 -6652,0,47829.1416355684,26803.5332483478 -6653,0,47829.1416355684,26803.5332483478 -6654,0,47829.1416355684,26803.5332483478 -6655,0,47829.1416355684,26803.5332483478 -6656,0,47829.1416355684,26803.5332483478 -6657,0,47829.1416355684,26803.5332483478 -6658,0,47829.1416355684,26803.5332483478 -6659,0,47829.1416355684,26803.5332483478 -6660,0,47829.1416355684,26803.5332483478 -6661,0,47829.1416355684,26803.5332483478 -6662,0,47829.1416355684,26803.5332483478 -6663,0,47829.1416355684,26803.5332483478 -6664,0,47829.1416355684,26803.5332483478 -6665,0,47829.1416355684,26803.5332483478 -6666,0,47829.1416355684,26803.5332483478 -6667,0,47829.1416355684,26803.5332483478 -6668,0,47829.1416355684,26803.5332483478 -6669,0,47829.1416355684,26803.5332483478 -6670,0,47829.1416355684,26803.5332483478 -6671,0,47829.1416355684,26803.5332483478 -6672,0,47829.1416355684,26803.5332483478 -6673,0,47829.1416355684,26803.5332483478 -6674,0,47829.1416355684,26803.5332483478 -6675,0,47829.1416355684,26803.5332483478 -6676,0,47829.1416355684,26803.5332483478 -6677,0,47829.1416355684,26803.5332483478 -6678,0,47829.1416355684,26803.5332483478 -6679,0,47829.1416355684,26803.5332483478 -6680,0,47829.1416355684,26803.5332483478 -6681,0,47829.1416355684,26803.5332483478 -6682,0,47829.1416355684,26803.5332483478 -6683,0,47829.1416355684,26803.5332483478 -6684,0,47829.1416355684,26803.5332483478 -6685,0,47829.1416355684,26803.5332483478 -6686,0,47829.1416355684,26803.5332483478 -6687,0,47829.1416355684,26803.5332483478 -6688,0,47829.1416355684,26803.5332483478 -6689,0,47829.1416355684,26803.5332483478 -6690,0,47829.1416355684,26803.5332483478 -6691,0,47829.1416355684,26803.5332483478 -6692,0,47829.1416355684,26803.5332483478 -6693,0,47829.1416355684,26803.5332483478 -6694,0,47829.1416355684,26803.5332483478 -6695,0,47829.1416355684,26803.5332483478 -6696,0,47829.1416355684,26803.5332483478 -6697,0,47829.1416355684,26803.5332483478 -6698,0,47829.1416355684,26803.5332483478 -6699,0,47829.1416355684,26803.5332483478 -6700,0,47829.1416355684,26803.5332483478 -6701,0,47829.1416355684,26803.5332483478 -6702,0,47829.1416355684,26803.5332483478 -6703,0,47829.1416355684,26803.5332483478 -6704,0,47829.1416355684,26803.5332483478 -6705,0,47829.1416355684,26803.5332483478 -6706,0,47829.1416355684,26803.5332483478 -6707,0,47829.1416355684,26803.5332483478 -6708,0,47829.1416355684,26803.5332483478 -6709,0,47829.1416355684,26803.5332483478 -6710,0,47829.1416355684,26803.5332483478 -6711,0,47829.1416355684,26803.5332483478 -6712,0,47829.1416355684,26803.5332483478 -6713,0,47829.1416355684,26803.5332483478 -6714,0,47829.1416355684,26803.5332483478 -6715,0,47829.1416355684,26803.5332483478 -6716,0,47829.1416355684,26803.5332483478 -6717,0,47829.1416355684,26803.5332483478 -6718,0,47829.1416355684,26803.5332483478 -6719,0,47829.1416355684,26803.5332483478 -6720,0,47829.1416355684,26803.5332483478 -6721,0,47829.1416355684,26803.5332483478 -6722,0,47829.1416355684,26803.5332483478 -6723,0,47829.1416355684,26803.5332483478 -6724,0,47829.1416355684,26803.5332483478 -6725,0,47829.1416355684,26803.5332483478 -6726,0,47829.1416355684,26803.5332483478 -6727,0,47829.1416355684,26803.5332483478 -6728,0,47829.1416355684,26803.5332483478 -6729,0,47829.1416355684,26803.5332483478 -6730,0,47829.1416355684,26803.5332483478 -6731,0,47829.1416355684,26803.5332483478 -6732,0,47829.1416355684,26803.5332483478 -6733,0,47829.1416355684,26803.5332483478 -6734,0,47829.1416355684,26803.5332483478 -6735,0,47829.1416355684,26803.5332483478 -6736,0,47829.1416355684,26803.5332483478 -6737,0,47829.1416355684,26803.5332483478 -6738,0,47829.1416355684,26803.5332483478 -6739,0,47829.1416355684,26803.5332483478 -6740,0,47829.1416355684,26803.5332483478 -6741,0,47829.1416355684,26803.5332483478 -6742,0,47829.1416355684,26803.5332483478 -6743,0,47829.1416355684,26803.5332483478 -6744,0,47829.1416355684,26803.5332483478 -6745,0,47829.1416355684,26803.5332483478 -6746,0,47829.1416355684,26803.5332483478 -6747,0,47829.1416355684,26803.5332483478 -6748,0,47829.1416355684,26803.5332483478 -6749,0,47829.1416355684,26803.5332483478 -6750,0,47829.1416355684,26803.5332483478 -6751,0,47829.1416355684,26803.5332483478 -6752,0,47829.1416355684,26803.5332483478 -6753,0,47829.1416355684,26803.5332483478 -6754,0,47829.1416355684,26803.5332483478 -6755,0,47829.1416355684,26803.5332483478 -6756,0,47829.1416355684,26803.5332483478 -6757,0,47829.1416355684,26803.5332483478 -6758,0,47829.1416355684,26803.5332483478 -6759,0,47829.1416355684,26803.5332483478 -6760,0,47829.1416355684,26803.5332483478 -6761,0,47829.1416355684,26803.5332483478 -6762,0,47829.1416355684,26803.5332483478 -6763,0,47829.1416355684,26803.5332483478 -6764,0,47829.1416355684,26803.5332483478 -6765,0,47829.1416355684,26803.5332483478 -6766,0,47829.1416355684,26803.5332483478 -6767,0,47829.1416355684,26803.5332483478 -6768,0,47829.1416355684,26803.5332483478 -6769,0,47829.1416355684,26803.5332483478 -6770,0,47829.1416355684,26803.5332483478 -6771,0,47829.1416355684,26803.5332483478 -6772,0,47829.1416355684,26803.5332483478 -6773,0,47829.1416355684,26803.5332483478 -6774,0,47829.1416355684,26803.5332483478 -6775,0,47829.1416355684,26803.5332483478 -6776,0,47829.1416355684,26803.5332483478 -6777,0,47829.1416355684,26803.5332483478 -6778,0,47829.1416355684,26803.5332483478 -6779,0,47829.1416355684,26803.5332483478 -6780,0,47829.1416355684,26803.5332483478 -6781,0,47829.1416355684,26803.5332483478 -6782,0,47829.1416355684,26803.5332483478 -6783,0,47829.1416355684,26803.5332483478 -6784,0,47829.1416355684,26803.5332483478 -6785,0,47829.1416355684,26803.5332483478 -6786,0,47829.1416355684,26803.5332483478 -6787,0,47829.1416355684,26803.5332483478 -6788,0,47829.1416355684,26803.5332483478 -6789,0,47829.1416355684,26803.5332483478 -6790,0,47829.1416355684,26803.5332483478 -6791,0,47829.1416355684,26803.5332483478 -6792,0,47829.1416355684,26803.5332483478 -6793,0,47829.1416355684,26803.5332483478 -6794,0,47829.1416355684,26803.5332483478 -6795,0,47829.1416355684,26803.5332483478 -6796,0,47829.1416355684,26803.5332483478 -6797,0,47829.1416355684,26803.5332483478 -6798,0,47829.1416355684,26803.5332483478 -6799,0,47829.1416355684,26803.5332483478 -6800,0,47829.1416355684,26803.5332483478 -6801,0,47829.1416355684,26803.5332483478 -6802,0,47829.1416355684,26803.5332483478 -6803,0,47829.1416355684,26803.5332483478 -6804,0,47829.1416355684,26803.5332483478 -6805,0,47829.1416355684,26803.5332483478 -6806,0,47829.1416355684,26803.5332483478 -6807,0,47829.1416355684,26803.5332483478 -6808,0,47829.1416355684,26803.5332483478 -6809,0,47829.1416355684,26803.5332483478 -6810,0,47829.1416355684,26803.5332483478 -6811,0,47829.1416355684,26803.5332483478 -6812,0,47829.1416355684,26803.5332483478 -6813,0,47829.1416355684,26803.5332483478 -6814,0,47829.1416355684,26803.5332483478 -6815,0,47829.1416355684,26803.5332483478 -6816,0,47829.1416355684,26803.5332483478 -6817,0,47829.1416355684,26803.5332483478 -6818,0,47829.1416355684,26803.5332483478 -6819,0,47829.1416355684,26803.5332483478 -6820,0,47829.1416355684,26803.5332483478 -6821,0,47829.1416355684,26803.5332483478 -6822,0,47829.1416355684,26803.5332483478 -6823,0,47829.1416355684,26803.5332483478 -6824,0,47829.1416355684,26803.5332483478 -6825,0,47829.1416355684,26803.5332483478 -6826,0,47829.1416355684,26803.5332483478 -6827,0,47829.1416355684,26803.5332483478 -6828,0,47829.1416355684,26803.5332483478 -6829,0,47829.1416355684,26803.5332483478 -6830,0,47829.1416355684,26803.5332483478 -6831,0,47829.1416355684,26803.5332483478 -6832,0,47829.1416355684,26803.5332483478 -6833,0,47829.1416355684,26803.5332483478 -6834,0,47829.1416355684,26803.5332483478 -6835,0,47829.1416355684,26803.5332483478 -6836,0,47829.1416355684,26803.5332483478 -6837,0,47829.1416355684,26803.5332483478 -6838,0,47829.1416355684,26803.5332483478 -6839,0,47829.1416355684,26803.5332483478 -6840,0,47829.1416355684,26803.5332483478 -6841,0,47829.1416355684,26803.5332483478 -6842,0,47829.1416355684,26803.5332483478 -6843,0,47829.1416355684,26803.5332483478 -6844,0,47829.1416355684,26803.5332483478 -6845,0,47829.1416355684,26803.5332483478 -6846,0,47829.1416355684,26803.5332483478 -6847,0,47829.1416355684,26803.5332483478 -6848,0,47829.1416355684,26803.5332483478 -6849,0,47829.1416355684,26803.5332483478 -6850,0,47829.1416355684,26803.5332483478 -6851,0,47829.1416355684,26803.5332483478 -6852,0,47829.1416355684,26803.5332483478 -6853,0,47829.1416355684,26803.5332483478 -6854,0,47829.1416355684,26803.5332483478 -6855,0,47829.1416355684,26803.5332483478 -6856,0,47829.1416355684,26803.5332483478 -6857,0,47829.1416355684,26803.5332483478 -6858,0,47829.1416355684,26803.5332483478 -6859,0,47829.1416355684,26803.5332483478 -6860,0,47829.1416355684,26803.5332483478 -6861,0,47829.1416355684,26803.5332483478 -6862,0,47829.1416355684,26803.5332483478 -6863,0,47829.1416355684,26803.5332483478 -6864,0,47829.1416355684,26803.5332483478 -6865,0,47829.1416355684,26803.5332483478 -6866,0,47829.1416355684,26803.5332483478 -6867,0,47829.1416355684,26803.5332483478 -6868,0,47829.1416355684,26803.5332483478 -6869,0,47829.1416355684,26803.5332483478 -6870,0,47829.1416355684,26803.5332483478 -6871,0,47829.1416355684,26803.5332483478 -6872,0,47829.1416355684,26803.5332483478 -6873,0,47829.1416355684,26803.5332483478 -6874,0,47829.1416355684,26803.5332483478 -6875,0,47829.1416355684,26803.5332483478 -6876,0,47829.1416355684,26803.5332483478 -6877,0,47829.1416355684,26803.5332483478 -6878,0,47829.1416355684,26803.5332483478 -6879,0,47829.1416355684,26803.5332483478 -6880,0,47829.1416355684,26803.5332483478 -6881,0,47829.1416355684,26803.5332483478 -6882,0,47829.1416355684,26803.5332483478 -6883,0,47829.1416355684,26803.5332483478 -6884,0,47829.1416355684,26803.5332483478 -6885,0,47829.1416355684,26803.5332483478 -6886,0,47829.1416355684,26803.5332483478 -6887,0,47829.1416355684,26803.5332483478 -6888,0,47829.1416355684,26803.5332483478 -6889,0,47829.1416355684,26803.5332483478 -6890,0,47829.1416355684,26803.5332483478 -6891,0,47829.1416355684,26803.5332483478 -6892,0,47829.1416355684,26803.5332483478 -6893,0,47829.1416355684,26803.5332483478 -6894,0,47829.1416355684,26803.5332483478 -6895,0,47829.1416355684,26803.5332483478 -6896,0,47829.1416355684,26803.5332483478 -6897,0,47829.1416355684,26803.5332483478 -6898,0,47829.1416355684,26803.5332483478 -6899,0,47829.1416355684,26803.5332483478 -6900,0,47829.1416355684,26803.5332483478 -6901,0,47829.1416355684,26803.5332483478 -6902,0,47829.1416355684,26803.5332483478 -6903,0,47829.1416355684,26803.5332483478 -6904,0,47829.1416355684,26803.5332483478 -6905,0,47829.1416355684,26803.5332483478 -6906,0,47829.1416355684,26803.5332483478 -6907,0,47829.1416355684,26803.5332483478 -6908,0,47829.1416355684,26803.5332483478 -6909,0,47829.1416355684,26803.5332483478 -6910,0,47829.1416355684,26803.5332483478 -6911,0,47829.1416355684,26803.5332483478 -6912,0,47829.1416355684,26803.5332483478 -6913,0,47829.1416355684,26803.5332483478 -6914,0,47829.1416355684,26803.5332483478 -6915,0,47829.1416355684,26803.5332483478 -6916,0,47829.1416355684,26803.5332483478 -6917,0,47829.1416355684,26803.5332483478 -6918,0,47829.1416355684,26803.5332483478 -6919,0,47829.1416355684,26803.5332483478 -6920,0,47829.1416355684,26803.5332483478 -6921,0,47829.1416355684,26803.5332483478 -6922,0,47829.1416355684,26803.5332483478 -6923,0,47829.1416355684,26803.5332483478 -6924,0,47829.1416355684,26803.5332483478 -6925,0,47829.1416355684,26803.5332483478 -6926,0,47829.1416355684,26803.5332483478 -6927,0,47829.1416355684,26803.5332483478 -6928,0,47829.1416355684,26803.5332483478 -6929,0,47829.1416355684,26803.5332483478 -6930,0,47829.1416355684,26803.5332483478 -6931,0,47829.1416355684,26803.5332483478 -6932,0,47829.1416355684,26803.5332483478 -6933,0,47829.1416355684,26803.5332483478 -6934,0,47829.1416355684,26803.5332483478 -6935,0,47829.1416355684,26803.5332483478 -6936,0,47829.1416355684,26803.5332483478 -6937,0,47829.1416355684,26803.5332483478 -6938,0,47829.1416355684,26803.5332483478 -6939,0,47829.1416355684,26803.5332483478 -6940,0,47829.1416355684,26803.5332483478 -6941,0,47829.1416355684,26803.5332483478 -6942,0,47829.1416355684,26803.5332483478 -6943,0,47829.1416355684,26803.5332483478 -6944,0,47829.1416355684,26803.5332483478 -6945,0,47829.1416355684,26803.5332483478 -6946,0,47829.1416355684,26803.5332483478 -6947,0,47829.1416355684,26803.5332483478 -6948,0,47829.1416355684,26803.5332483478 -6949,0,47829.1416355684,26803.5332483478 -6950,0,47829.1416355684,26803.5332483478 -6951,0,47829.1416355684,26803.5332483478 -6952,0,47829.1416355684,26803.5332483478 -6953,0,47829.1416355684,26803.5332483478 -6954,0,47829.1416355684,26803.5332483478 -6955,0,47829.1416355684,26803.5332483478 -6956,0,47829.1416355684,26803.5332483478 -6957,0,47829.1416355684,26803.5332483478 -6958,0,47829.1416355684,26803.5332483478 -6959,0,47829.1416355684,26803.5332483478 -6960,0,47829.1416355684,26803.5332483478 -6961,0,47829.1416355684,26803.5332483478 -6962,0,47829.1416355684,26803.5332483478 -6963,0,47829.1416355684,26803.5332483478 -6964,0,47829.1416355684,26803.5332483478 -6965,0,47829.1416355684,26803.5332483478 -6966,0,47829.1416355684,26803.5332483478 -6967,0,47829.1416355684,26803.5332483478 -6968,0,47829.1416355684,26803.5332483478 -6969,0,47829.1416355684,26803.5332483478 -6970,0,47829.1416355684,26803.5332483478 -6971,0,47829.1416355684,26803.5332483478 -6972,0,47829.1416355684,26803.5332483478 -6973,0,47829.1416355684,26803.5332483478 -6974,0,47829.1416355684,26803.5332483478 -6975,0,47829.1416355684,26803.5332483478 -6976,0,47829.1416355684,26803.5332483478 -6977,0,47829.1416355684,26803.5332483478 -6978,0,47829.1416355684,26803.5332483478 -6979,0,47829.1416355684,26803.5332483478 -6980,0,47829.1416355684,26803.5332483478 -6981,0,47829.1416355684,26803.5332483478 -6982,0,47829.1416355684,26803.5332483478 -6983,0,47829.1416355684,26803.5332483478 -6984,0,47829.1416355684,26803.5332483478 -6985,0,47829.1416355684,26803.5332483478 -6986,0,47829.1416355684,26803.5332483478 -6987,0,47829.1416355684,26803.5332483478 -6988,0,47829.1416355684,26803.5332483478 -6989,0,47829.1416355684,26803.5332483478 -6990,0,47829.1416355684,26803.5332483478 -6991,0,47829.1416355684,26803.5332483478 -6992,0,47829.1416355684,26803.5332483478 -6993,0,47829.1416355684,26803.5332483478 -6994,0,47829.1416355684,26803.5332483478 -6995,0,47829.1416355684,26803.5332483478 -6996,0,47829.1416355684,26803.5332483478 -6997,0,47829.1416355684,26803.5332483478 -6998,0,47829.1416355684,26803.5332483478 -6999,0,47829.1416355684,26803.5332483478 -7000,0,47829.1416355684,26803.5332483478 -7001,0,47829.1416355684,26803.5332483478 -7002,0,47829.1416355684,26803.5332483478 -7003,0,47829.1416355684,26803.5332483478 -7004,0,47829.1416355684,26803.5332483478 -7005,0,47829.1416355684,26803.5332483478 -7006,0,47829.1416355684,26803.5332483478 -7007,0,47829.1416355684,26803.5332483478 -7008,0,47829.1416355684,26803.5332483478 -7009,0,47829.1416355684,26803.5332483478 -7010,0,47829.1416355684,26803.5332483478 -7011,0,47829.1416355684,26803.5332483478 -7012,0,47829.1416355684,26803.5332483478 -7013,0,47829.1416355684,26803.5332483478 -7014,0,47829.1416355684,26803.5332483478 -7015,0,47829.1416355684,26803.5332483478 -7016,0,47829.1416355684,26803.5332483478 -7017,0,47829.1416355684,26803.5332483478 -7018,0,47829.1416355684,26803.5332483478 -7019,0,47829.1416355684,26803.5332483478 -7020,0,47829.1416355684,26803.5332483478 -7021,0,47829.1416355684,26803.5332483478 -7022,0,47829.1416355684,26803.5332483478 -7023,0,47829.1416355684,26803.5332483478 -7024,0,47829.1416355684,26803.5332483478 -7025,0,47829.1416355684,26803.5332483478 -7026,0,47829.1416355684,26803.5332483478 -7027,0,47829.1416355684,26803.5332483478 -7028,0,47829.1416355684,26803.5332483478 -7029,0,47829.1416355684,26803.5332483478 -7030,0,47829.1416355684,26803.5332483478 -7031,0,47829.1416355684,26803.5332483478 -7032,0,47829.1416355684,26803.5332483478 -7033,0,47829.1416355684,26803.5332483478 -7034,0,47829.1416355684,26803.5332483478 -7035,0,47829.1416355684,26803.5332483478 -7036,0,47829.1416355684,26803.5332483478 -7037,0,47829.1416355684,26803.5332483478 -7038,0,47829.1416355684,26803.5332483478 -7039,0,47829.1416355684,26803.5332483478 -7040,0,47829.1416355684,26803.5332483478 -7041,0,47829.1416355684,26803.5332483478 -7042,0,47829.1416355684,26803.5332483478 -7043,0,47829.1416355684,26803.5332483478 -7044,0,47829.1416355684,26803.5332483478 -7045,0,47829.1416355684,26803.5332483478 -7046,0,47829.1416355684,26803.5332483478 -7047,0,47829.1416355684,26803.5332483478 -7048,0,47829.1416355684,26803.5332483478 -7049,0,47829.1416355684,26803.5332483478 -7050,0,47829.1416355684,26803.5332483478 -7051,0,47829.1416355684,26803.5332483478 -7052,0,47829.1416355684,26803.5332483478 -7053,0,47829.1416355684,26803.5332483478 -7054,0,47829.1416355684,26803.5332483478 -7055,0,47829.1416355684,26803.5332483478 -7056,0,47829.1416355684,26803.5332483478 -7057,0,47829.1416355684,26803.5332483478 -7058,0,47829.1416355684,26803.5332483478 -7059,0,47829.1416355684,26803.5332483478 -7060,0,47829.1416355684,26803.5332483478 -7061,0,47829.1416355684,26803.5332483478 -7062,0,47829.1416355684,26803.5332483478 -7063,0,47829.1416355684,26803.5332483478 -7064,0,47829.1416355684,26803.5332483478 -7065,0,47829.1416355684,26803.5332483478 -7066,0,47829.1416355684,26803.5332483478 -7067,0,47829.1416355684,26803.5332483478 -7068,0,47829.1416355684,26803.5332483478 -7069,0,47829.1416355684,26803.5332483478 -7070,0,47829.1416355684,26803.5332483478 -7071,0,47829.1416355684,26803.5332483478 -7072,0,47829.1416355684,26803.5332483478 -7073,0,47829.1416355684,26803.5332483478 -7074,0,47829.1416355684,26803.5332483478 -7075,0,47829.1416355684,26803.5332483478 -7076,0,47829.1416355684,26803.5332483478 -7077,0,47829.1416355684,26803.5332483478 -7078,0,47829.1416355684,26803.5332483478 -7079,0,47829.1416355684,26803.5332483478 -7080,0,47829.1416355684,26803.5332483478 -7081,0,47829.1416355684,26803.5332483478 -7082,0,47829.1416355684,26803.5332483478 -7083,0,47829.1416355684,26803.5332483478 -7084,0,47829.1416355684,26803.5332483478 -7085,0,47829.1416355684,26803.5332483478 -7086,0,47829.1416355684,26803.5332483478 -7087,0,47829.1416355684,26803.5332483478 -7088,0,47829.1416355684,26803.5332483478 -7089,0,47829.1416355684,26803.5332483478 -7090,0,47829.1416355684,26803.5332483478 -7091,0,47829.1416355684,26803.5332483478 -7092,0,47829.1416355684,26803.5332483478 -7093,0,47829.1416355684,26803.5332483478 -7094,0,47829.1416355684,26803.5332483478 -7095,0,47829.1416355684,26803.5332483478 -7096,0,47829.1416355684,26803.5332483478 -7097,0,47829.1416355684,26803.5332483478 -7098,0,47829.1416355684,26803.5332483478 -7099,0,47829.1416355684,26803.5332483478 -7100,0,47829.1416355684,26803.5332483478 -7101,0,47829.1416355684,26803.5332483478 -7102,0,47829.1416355684,26803.5332483478 -7103,0,47829.1416355684,26803.5332483478 -7104,0,47829.1416355684,26803.5332483478 -7105,0,47829.1416355684,26803.5332483478 -7106,0,47829.1416355684,26803.5332483478 -7107,0,47829.1416355684,26803.5332483478 -7108,0,47829.1416355684,26803.5332483478 -7109,0,47829.1416355684,26803.5332483478 -7110,0,47829.1416355684,26803.5332483478 -7111,0,47829.1416355684,26803.5332483478 -7112,0,47829.1416355684,26803.5332483478 -7113,0,47829.1416355684,26803.5332483478 -7114,0,47829.1416355684,26803.5332483478 -7115,0,47829.1416355684,26803.5332483478 -7116,0,47829.1416355684,26803.5332483478 -7117,0,47829.1416355684,26803.5332483478 -7118,0,47829.1416355684,26803.5332483478 -7119,0,47829.1416355684,26803.5332483478 -7120,0,47829.1416355684,26803.5332483478 -7121,0,47829.1416355684,26803.5332483478 -7122,0,47829.1416355684,26803.5332483478 -7123,0,47829.1416355684,26803.5332483478 -7124,0,47829.1416355684,26803.5332483478 -7125,0,47829.1416355684,26803.5332483478 -7126,0,47829.1416355684,26803.5332483478 -7127,0,47829.1416355684,26803.5332483478 -7128,0,47829.1416355684,26803.5332483478 -7129,0,47829.1416355684,26803.5332483478 -7130,0,47829.1416355684,26803.5332483478 -7131,0,47829.1416355684,26803.5332483478 -7132,0,47829.1416355684,26803.5332483478 -7133,0,47829.1416355684,26803.5332483478 -7134,0,47829.1416355684,26803.5332483478 -7135,0,47829.1416355684,26803.5332483478 -7136,0,47829.1416355684,26803.5332483478 -7137,0,47829.1416355684,26803.5332483478 -7138,0,47829.1416355684,26803.5332483478 -7139,0,47829.1416355684,26803.5332483478 -7140,0,47829.1416355684,26803.5332483478 -7141,0,47829.1416355684,26803.5332483478 -7142,0,47829.1416355684,26803.5332483478 -7143,0,47829.1416355684,26803.5332483478 -7144,0,47829.1416355684,26803.5332483478 -7145,0,47829.1416355684,26803.5332483478 -7146,0,47829.1416355684,26803.5332483478 -7147,0,47829.1416355684,26803.5332483478 -7148,0,47829.1416355684,26803.5332483478 -7149,0,47829.1416355684,26803.5332483478 -7150,0,47829.1416355684,26803.5332483478 -7151,0,47829.1416355684,26803.5332483478 -7152,0,47829.1416355684,26803.5332483478 -7153,0,47829.1416355684,26803.5332483478 -7154,0,47829.1416355684,26803.5332483478 -7155,0,47829.1416355684,26803.5332483478 -7156,0,47829.1416355684,26803.5332483478 -7157,0,47829.1416355684,26803.5332483478 -7158,0,47829.1416355684,26803.5332483478 -7159,0,47829.1416355684,26803.5332483478 -7160,0,47829.1416355684,26803.5332483478 -7161,0,47829.1416355684,26803.5332483478 -7162,0,47829.1416355684,26803.5332483478 -7163,0,47829.1416355684,26803.5332483478 -7164,0,47829.1416355684,26803.5332483478 -7165,0,47829.1416355684,26803.5332483478 -7166,0,47829.1416355684,26803.5332483478 -7167,0,47829.1416355684,26803.5332483478 -7168,0,47829.1416355684,26803.5332483478 -7169,0,47829.1416355684,26803.5332483478 -7170,0,47829.1416355684,26803.5332483478 -7171,0,47829.1416355684,26803.5332483478 -7172,0,47829.1416355684,26803.5332483478 -7173,0,47829.1416355684,26803.5332483478 -7174,0,47829.1416355684,26803.5332483478 -7175,0,47829.1416355684,26803.5332483478 -7176,0,47829.1416355684,26803.5332483478 -7177,0,47829.1416355684,26803.5332483478 -7178,0,47829.1416355684,26803.5332483478 -7179,0,47829.1416355684,26803.5332483478 -7180,0,47829.1416355684,26803.5332483478 -7181,0,47829.1416355684,26803.5332483478 -7182,0,47829.1416355684,26803.5332483478 -7183,0,47829.1416355684,26803.5332483478 -7184,0,47829.1416355684,26803.5332483478 -7185,0,47829.1416355684,26803.5332483478 -7186,0,47829.1416355684,26803.5332483478 -7187,0,47829.1416355684,26803.5332483478 -7188,0,47829.1416355684,26803.5332483478 -7189,0,47829.1416355684,26803.5332483478 -7190,0,47829.1416355684,26803.5332483478 -7191,0,47829.1416355684,26803.5332483478 -7192,0,47829.1416355684,26803.5332483478 -7193,0,47829.1416355684,26803.5332483478 -7194,0,47829.1416355684,26803.5332483478 -7195,0,47829.1416355684,26803.5332483478 -7196,0,47829.1416355684,26803.5332483478 -7197,0,47829.1416355684,26803.5332483478 -7198,0,47829.1416355684,26803.5332483478 -7199,0,47829.1416355684,26803.5332483478 -7200,0,47829.1416355684,26803.5332483478 -7201,0,47829.1416355684,26803.5332483478 -7202,0,47829.1416355684,26803.5332483478 -7203,0,47829.1416355684,26803.5332483478 -7204,0,47829.1416355684,26803.5332483478 -7205,0,47829.1416355684,26803.5332483478 -7206,0,47829.1416355684,26803.5332483478 -7207,0,47829.1416355684,26803.5332483478 -7208,0,47829.1416355684,26803.5332483478 -7209,0,47829.1416355684,26803.5332483478 -7210,0,47829.1416355684,26803.5332483478 -7211,0,47829.1416355684,26803.5332483478 -7212,0,47829.1416355684,26803.5332483478 -7213,0,47829.1416355684,26803.5332483478 -7214,0,47829.1416355684,26803.5332483478 -7215,0,47829.1416355684,26803.5332483478 -7216,0,47829.1416355684,26803.5332483478 -7217,0,47829.1416355684,26803.5332483478 -7218,0,47829.1416355684,26803.5332483478 -7219,0,47829.1416355684,26803.5332483478 -7220,0,47829.1416355684,26803.5332483478 -7221,0,47829.1416355684,26803.5332483478 -7222,0,47829.1416355684,26803.5332483478 -7223,0,47829.1416355684,26803.5332483478 -7224,0,47829.1416355684,26803.5332483478 -7225,0,47829.1416355684,26803.5332483478 -7226,0,47829.1416355684,26803.5332483478 -7227,0,47829.1416355684,26803.5332483478 -7228,0,47829.1416355684,26803.5332483478 -7229,0,47829.1416355684,26803.5332483478 -7230,0,47829.1416355684,26803.5332483478 -7231,0,47829.1416355684,26803.5332483478 -7232,0,47829.1416355684,26803.5332483478 -7233,0,47829.1416355684,26803.5332483478 -7234,0,47829.1416355684,26803.5332483478 -7235,0,47829.1416355684,26803.5332483478 -7236,0,47829.1416355684,26803.5332483478 -7237,0,47829.1416355684,26803.5332483478 -7238,0,47829.1416355684,26803.5332483478 -7239,0,47829.1416355684,26803.5332483478 -7240,0,47829.1416355684,26803.5332483478 -7241,0,47829.1416355684,26803.5332483478 -7242,0,47829.1416355684,26803.5332483478 -7243,0,47829.1416355684,26803.5332483478 -7244,0,47829.1416355684,26803.5332483478 -7245,0,47829.1416355684,26803.5332483478 -7246,0,47829.1416355684,26803.5332483478 -7247,0,47829.1416355684,26803.5332483478 -7248,0,47829.1416355684,26803.5332483478 -7249,0,47829.1416355684,26803.5332483478 -7250,0,47829.1416355684,26803.5332483478 -7251,0,47829.1416355684,26803.5332483478 -7252,0,47829.1416355684,26803.5332483478 -7253,0,47829.1416355684,26803.5332483478 -7254,0,47829.1416355684,26803.5332483478 -7255,0,47829.1416355684,26803.5332483478 -7256,0,47829.1416355684,26803.5332483478 -7257,0,47829.1416355684,26803.5332483478 -7258,0,47829.1416355684,26803.5332483478 -7259,0,47829.1416355684,26803.5332483478 -7260,0,47829.1416355684,26803.5332483478 -7261,0,47829.1416355684,26803.5332483478 -7262,0,47829.1416355684,26803.5332483478 -7263,0,47829.1416355684,26803.5332483478 -7264,0,47829.1416355684,26803.5332483478 -7265,0,47829.1416355684,26803.5332483478 -7266,0,47829.1416355684,26803.5332483478 -7267,0,47829.1416355684,26803.5332483478 -7268,0,47829.1416355684,26803.5332483478 -7269,0,47829.1416355684,26803.5332483478 -7270,0,47829.1416355684,26803.5332483478 -7271,0,47829.1416355684,26803.5332483478 -7272,0,47829.1416355684,26803.5332483478 -7273,0,47829.1416355684,26803.5332483478 -7274,0,47829.1416355684,26803.5332483478 -7275,0,47829.1416355684,26803.5332483478 -7276,0,47829.1416355684,26803.5332483478 -7277,0,47829.1416355684,26803.5332483478 -7278,0,47829.1416355684,26803.5332483478 -7279,0,47829.1416355684,26803.5332483478 -7280,0,47829.1416355684,26803.5332483478 -7281,0,47829.1416355684,26803.5332483478 -7282,0,47829.1416355684,26803.5332483478 -7283,0,47829.1416355684,26803.5332483478 -7284,0,47829.1416355684,26803.5332483478 -7285,0,47829.1416355684,26803.5332483478 -7286,0,47829.1416355684,26803.5332483478 -7287,0,47829.1416355684,26803.5332483478 -7288,0,47829.1416355684,26803.5332483478 -7289,0,47829.1416355684,26803.5332483478 -7290,0,47829.1416355684,26803.5332483478 -7291,0,47829.1416355684,26803.5332483478 -7292,0,47829.1416355684,26803.5332483478 -7293,0,47829.1416355684,26803.5332483478 -7294,0,47829.1416355684,26803.5332483478 -7295,0,47829.1416355684,26803.5332483478 -7296,0,47829.1416355684,26803.5332483478 -7297,0,47829.1416355684,26803.5332483478 -7298,0,47829.1416355684,26803.5332483478 -7299,0,47829.1416355684,26803.5332483478 -7300,0,47829.1416355684,26803.5332483478 -7301,0,47829.1416355684,26803.5332483478 -7302,0,47829.1416355684,26803.5332483478 -7303,0,47829.1416355684,26803.5332483478 -7304,0,47829.1416355684,26803.5332483478 -7305,0,47829.1416355684,26803.5332483478 -7306,0,47829.1416355684,26803.5332483478 -7307,0,47829.1416355684,26803.5332483478 -7308,0,47829.1416355684,26803.5332483478 -7309,0,47829.1416355684,26803.5332483478 -7310,0,47829.1416355684,26803.5332483478 -7311,0,47829.1416355684,26803.5332483478 -7312,0,47829.1416355684,26803.5332483478 -7313,0,47829.1416355684,26803.5332483478 -7314,0,47829.1416355684,26803.5332483478 -7315,0,47829.1416355684,26803.5332483478 -7316,0,47829.1416355684,26803.5332483478 -7317,0,47829.1416355684,26803.5332483478 -7318,0,47829.1416355684,26803.5332483478 -7319,0,47829.1416355684,26803.5332483478 -7320,0,47829.1416355684,26803.5332483478 -7321,0,47829.1416355684,26803.5332483478 -7322,0,47829.1416355684,26803.5332483478 -7323,0,47829.1416355684,26803.5332483478 -7324,0,47829.1416355684,26803.5332483478 -7325,0,47829.1416355684,26803.5332483478 -7326,0,47829.1416355684,26803.5332483478 -7327,0,47829.1416355684,26803.5332483478 -7328,0,47829.1416355684,26803.5332483478 -7329,0,47829.1416355684,26803.5332483478 -7330,0,47829.1416355684,26803.5332483478 -7331,0,47829.1416355684,26803.5332483478 -7332,0,47829.1416355684,26803.5332483478 -7333,0,47829.1416355684,26803.5332483478 -7334,0,47829.1416355684,26803.5332483478 -7335,0,47829.1416355684,26803.5332483478 -7336,0,47829.1416355684,26803.5332483478 -7337,0,47829.1416355684,26803.5332483478 -7338,0,47829.1416355684,26803.5332483478 -7339,0,47829.1416355684,26803.5332483478 -7340,0,47829.1416355684,26803.5332483478 -7341,0,47829.1416355684,26803.5332483478 -7342,0,47829.1416355684,26803.5332483478 -7343,0,47829.1416355684,26803.5332483478 -7344,0,47829.1416355684,26803.5332483478 -7345,0,47829.1416355684,26803.5332483478 -7346,0,47829.1416355684,26803.5332483478 -7347,0,47829.1416355684,26803.5332483478 -7348,0,47829.1416355684,26803.5332483478 -7349,0,47829.1416355684,26803.5332483478 -7350,0,47829.1416355684,26803.5332483478 -7351,0,47829.1416355684,26803.5332483478 -7352,0,47829.1416355684,26803.5332483478 -7353,0,47829.1416355684,26803.5332483478 -7354,0,47829.1416355684,26803.5332483478 -7355,0,47829.1416355684,26803.5332483478 -7356,0,47829.1416355684,26803.5332483478 -7357,0,47829.1416355684,26803.5332483478 -7358,0,47829.1416355684,26803.5332483478 -7359,0,47829.1416355684,26803.5332483478 -7360,0,47829.1416355684,26803.5332483478 -7361,0,47829.1416355684,26803.5332483478 -7362,0,47829.1416355684,26803.5332483478 -7363,0,47829.1416355684,26803.5332483478 -7364,0,47829.1416355684,26803.5332483478 -7365,0,47829.1416355684,26803.5332483478 -7366,0,47829.1416355684,26803.5332483478 -7367,0,47829.1416355684,26803.5332483478 -7368,0,47829.1416355684,26803.5332483478 -7369,0,47829.1416355684,26803.5332483478 -7370,0,47829.1416355684,26803.5332483478 -7371,0,47829.1416355684,26803.5332483478 -7372,0,47829.1416355684,26803.5332483478 -7373,0,47829.1416355684,26803.5332483478 -7374,0,47829.1416355684,26803.5332483478 -7375,0,47829.1416355684,26803.5332483478 -7376,0,47829.1416355684,26803.5332483478 -7377,0,47829.1416355684,26803.5332483478 -7378,0,47829.1416355684,26803.5332483478 -7379,0,47829.1416355684,26803.5332483478 -7380,0,47829.1416355684,26803.5332483478 -7381,0,47829.1416355684,26803.5332483478 -7382,0,47829.1416355684,26803.5332483478 -7383,0,47829.1416355684,26803.5332483478 -7384,0,47829.1416355684,26803.5332483478 -7385,0,47829.1416355684,26803.5332483478 -7386,0,47829.1416355684,26803.5332483478 -7387,0,47829.1416355684,26803.5332483478 -7388,0,47829.1416355684,26803.5332483478 -7389,0,47829.1416355684,26803.5332483478 -7390,0,47829.1416355684,26803.5332483478 -7391,0,47829.1416355684,26803.5332483478 -7392,0,47829.1416355684,26803.5332483478 -7393,0,47829.1416355684,26803.5332483478 -7394,0,47829.1416355684,26803.5332483478 -7395,0,47829.1416355684,26803.5332483478 -7396,0,47829.1416355684,26803.5332483478 -7397,0,47829.1416355684,26803.5332483478 -7398,0,47829.1416355684,26803.5332483478 -7399,0,47829.1416355684,26803.5332483478 -7400,0,47829.1416355684,26803.5332483478 -7401,0,47829.1416355684,26803.5332483478 -7402,0,47829.1416355684,26803.5332483478 -7403,0,47829.1416355684,26803.5332483478 -7404,0,47829.1416355684,26803.5332483478 -7405,0,47829.1416355684,26803.5332483478 -7406,0,47829.1416355684,26803.5332483478 -7407,0,47829.1416355684,26803.5332483478 -7408,0,47829.1416355684,26803.5332483478 -7409,0,47829.1416355684,26803.5332483478 -7410,0,47829.1416355684,26803.5332483478 -7411,0,47829.1416355684,26803.5332483478 -7412,0,47829.1416355684,26803.5332483478 -7413,0,47829.1416355684,26803.5332483478 -7414,0,47829.1416355684,26803.5332483478 -7415,0,47829.1416355684,26803.5332483478 -7416,0,47829.1416355684,26803.5332483478 -7417,0,47829.1416355684,26803.5332483478 -7418,0,47829.1416355684,26803.5332483478 -7419,0,47829.1416355684,26803.5332483478 -7420,0,47829.1416355684,26803.5332483478 -7421,0,47829.1416355684,26803.5332483478 -7422,0,47829.1416355684,26803.5332483478 -7423,0,47829.1416355684,26803.5332483478 -7424,0,47829.1416355684,26803.5332483478 -7425,0,47829.1416355684,26803.5332483478 -7426,0,47829.1416355684,26803.5332483478 -7427,0,47829.1416355684,26803.5332483478 -7428,0,47829.1416355684,26803.5332483478 -7429,0,47829.1416355684,26803.5332483478 -7430,0,47829.1416355684,26803.5332483478 -7431,0,47829.1416355684,26803.5332483478 -7432,0,47829.1416355684,26803.5332483478 -7433,0,47829.1416355684,26803.5332483478 -7434,0,47829.1416355684,26803.5332483478 -7435,0,47829.1416355684,26803.5332483478 -7436,0,47829.1416355684,26803.5332483478 -7437,0,47829.1416355684,26803.5332483478 -7438,0,47829.1416355684,26803.5332483478 -7439,0,47829.1416355684,26803.5332483478 -7440,0,47829.1416355684,26803.5332483478 -7441,0,47829.1416355684,26803.5332483478 -7442,0,47829.1416355684,26803.5332483478 -7443,0,47829.1416355684,26803.5332483478 -7444,0,47829.1416355684,26803.5332483478 -7445,0,47829.1416355684,26803.5332483478 -7446,0,47829.1416355684,26803.5332483478 -7447,0,47829.1416355684,26803.5332483478 -7448,0,47829.1416355684,26803.5332483478 -7449,0,47829.1416355684,26803.5332483478 -7450,0,47829.1416355684,26803.5332483478 -7451,0,47829.1416355684,26803.5332483478 -7452,0,47829.1416355684,26803.5332483478 -7453,0,47829.1416355684,26803.5332483478 -7454,0,47829.1416355684,26803.5332483478 -7455,0,47829.1416355684,26803.5332483478 -7456,0,47829.1416355684,26803.5332483478 -7457,0,47829.1416355684,26803.5332483478 -7458,0,47829.1416355684,26803.5332483478 -7459,0,47829.1416355684,26803.5332483478 -7460,0,47829.1416355684,26803.5332483478 -7461,0,47829.1416355684,26803.5332483478 -7462,0,47829.1416355684,26803.5332483478 -7463,0,47829.1416355684,26803.5332483478 -7464,0,47829.1416355684,26803.5332483478 -7465,0,47829.1416355684,26803.5332483478 -7466,0,47829.1416355684,26803.5332483478 -7467,0,47829.1416355684,26803.5332483478 -7468,0,47829.1416355684,26803.5332483478 -7469,0,47829.1416355684,26803.5332483478 -7470,0,47829.1416355684,26803.5332483478 -7471,0,47829.1416355684,26803.5332483478 -7472,0,47829.1416355684,26803.5332483478 -7473,0,47829.1416355684,26803.5332483478 -7474,0,47829.1416355684,26803.5332483478 -7475,0,47829.1416355684,26803.5332483478 -7476,0,47829.1416355684,26803.5332483478 -7477,0,47829.1416355684,26803.5332483478 -7478,0,47829.1416355684,26803.5332483478 -7479,0,47829.1416355684,26803.5332483478 -7480,0,47829.1416355684,26803.5332483478 -7481,0,47829.1416355684,26803.5332483478 -7482,0,47829.1416355684,26803.5332483478 -7483,0,47829.1416355684,26803.5332483478 -7484,0,47829.1416355684,26803.5332483478 -7485,0,47829.1416355684,26803.5332483478 -7486,0,47829.1416355684,26803.5332483478 -7487,0,47829.1416355684,26803.5332483478 -7488,0,47829.1416355684,26803.5332483478 -7489,0,47829.1416355684,26803.5332483478 -7490,0,47829.1416355684,26803.5332483478 -7491,0,47829.1416355684,26803.5332483478 -7492,0,47829.1416355684,26803.5332483478 -7493,0,47829.1416355684,26803.5332483478 -7494,0,47829.1416355684,26803.5332483478 -7495,0,47829.1416355684,26803.5332483478 -7496,0,47829.1416355684,26803.5332483478 -7497,0,47829.1416355684,26803.5332483478 -7498,0,47829.1416355684,26803.5332483478 -7499,0,47829.1416355684,26803.5332483478 -7500,0,47829.1416355684,26803.5332483478 -7501,0,47829.1416355684,26803.5332483478 -7502,0,47829.1416355684,26803.5332483478 -7503,0,47829.1416355684,26803.5332483478 -7504,0,47829.1416355684,26803.5332483478 -7505,0,47829.1416355684,26803.5332483478 -7506,0,47829.1416355684,26803.5332483478 -7507,0,47829.1416355684,26803.5332483478 -7508,0,47829.1416355684,26803.5332483478 -7509,0,47829.1416355684,26803.5332483478 -7510,0,47829.1416355684,26803.5332483478 -7511,0,47829.1416355684,26803.5332483478 -7512,0,47829.1416355684,26803.5332483478 -7513,0,47829.1416355684,26803.5332483478 -7514,0,47829.1416355684,26803.5332483478 -7515,0,47829.1416355684,26803.5332483478 -7516,0,47829.1416355684,26803.5332483478 -7517,0,47829.1416355684,26803.5332483478 -7518,0,47829.1416355684,26803.5332483478 -7519,0,47829.1416355684,26803.5332483478 -7520,0,47829.1416355684,26803.5332483478 -7521,0,47829.1416355684,26803.5332483478 -7522,0,47829.1416355684,26803.5332483478 -7523,0,47829.1416355684,26803.5332483478 -7524,0,47829.1416355684,26803.5332483478 -7525,0,47829.1416355684,26803.5332483478 -7526,0,47829.1416355684,26803.5332483478 -7527,0,47829.1416355684,26803.5332483478 -7528,0,47829.1416355684,26803.5332483478 -7529,0,47829.1416355684,26803.5332483478 -7530,0,47829.1416355684,26803.5332483478 -7531,0,47829.1416355684,26803.5332483478 -7532,0,47829.1416355684,26803.5332483478 -7533,0,47829.1416355684,26803.5332483478 -7534,0,47829.1416355684,26803.5332483478 -7535,0,47829.1416355684,26803.5332483478 -7536,0,47829.1416355684,26803.5332483478 -7537,0,47829.1416355684,26803.5332483478 -7538,0,47829.1416355684,26803.5332483478 -7539,0,47829.1416355684,26803.5332483478 -7540,0,47829.1416355684,26803.5332483478 -7541,0,47829.1416355684,26803.5332483478 -7542,0,47829.1416355684,26803.5332483478 -7543,0,47829.1416355684,26803.5332483478 -7544,0,47829.1416355684,26803.5332483478 -7545,0,47829.1416355684,26803.5332483478 -7546,0,47829.1416355684,26803.5332483478 -7547,0,47829.1416355684,26803.5332483478 -7548,0,47829.1416355684,26803.5332483478 -7549,0,47829.1416355684,26803.5332483478 -7550,0,47829.1416355684,26803.5332483478 -7551,0,47829.1416355684,26803.5332483478 -7552,0,47829.1416355684,26803.5332483478 -7553,0,47829.1416355684,26803.5332483478 -7554,0,47829.1416355684,26803.5332483478 -7555,0,47829.1416355684,26803.5332483478 -7556,0,47829.1416355684,26803.5332483478 -7557,0,47829.1416355684,26803.5332483478 -7558,0,47829.1416355684,26803.5332483478 -7559,0,47829.1416355684,26803.5332483478 -7560,0,47829.1416355684,26803.5332483478 -7561,0,47829.1416355684,26803.5332483478 -7562,0,47829.1416355684,26803.5332483478 -7563,0,47829.1416355684,26803.5332483478 -7564,0,47829.1416355684,26803.5332483478 -7565,0,47829.1416355684,26803.5332483478 -7566,0,47829.1416355684,26803.5332483478 -7567,0,47829.1416355684,26803.5332483478 -7568,0,47829.1416355684,26803.5332483478 -7569,0,47829.1416355684,26803.5332483478 -7570,0,47829.1416355684,26803.5332483478 -7571,0,47829.1416355684,26803.5332483478 -7572,0,47829.1416355684,26803.5332483478 -7573,0,47829.1416355684,26803.5332483478 -7574,0,47829.1416355684,26803.5332483478 -7575,0,47829.1416355684,26803.5332483478 -7576,0,47829.1416355684,26803.5332483478 -7577,0,47829.1416355684,26803.5332483478 -7578,0,47829.1416355684,26803.5332483478 -7579,0,47829.1416355684,26803.5332483478 -7580,0,47829.1416355684,26803.5332483478 -7581,0,47829.1416355684,26803.5332483478 -7582,0,47829.1416355684,26803.5332483478 -7583,0,47829.1416355684,26803.5332483478 -7584,0,47829.1416355684,26803.5332483478 -7585,0,47829.1416355684,26803.5332483478 -7586,0,47829.1416355684,26803.5332483478 -7587,0,47829.1416355684,26803.5332483478 -7588,0,47829.1416355684,26803.5332483478 -7589,0,47829.1416355684,26803.5332483478 -7590,0,47829.1416355684,26803.5332483478 -7591,0,47829.1416355684,26803.5332483478 -7592,0,47829.1416355684,26803.5332483478 -7593,0,47829.1416355684,26803.5332483478 -7594,0,47829.1416355684,26803.5332483478 -7595,0,47829.1416355684,26803.5332483478 -7596,0,47829.1416355684,26803.5332483478 -7597,0,47829.1416355684,26803.5332483478 -7598,0,47829.1416355684,26803.5332483478 -7599,0,47829.1416355684,26803.5332483478 -7600,0,47829.1416355684,26803.5332483478 -7601,0,47829.1416355684,26803.5332483478 -7602,0,47829.1416355684,26803.5332483478 -7603,0,47829.1416355684,26803.5332483478 -7604,0,47829.1416355684,26803.5332483478 -7605,0,47829.1416355684,26803.5332483478 -7606,0,47829.1416355684,26803.5332483478 -7607,0,47829.1416355684,26803.5332483478 -7608,0,47829.1416355684,26803.5332483478 -7609,0,47829.1416355684,26803.5332483478 -7610,0,47829.1416355684,26803.5332483478 -7611,0,47829.1416355684,26803.5332483478 -7612,0,47829.1416355684,26803.5332483478 -7613,0,47829.1416355684,26803.5332483478 -7614,0,47829.1416355684,26803.5332483478 -7615,0,47829.1416355684,26803.5332483478 -7616,0,47829.1416355684,26803.5332483478 -7617,0,47829.1416355684,26803.5332483478 -7618,0,47829.1416355684,26803.5332483478 -7619,0,47829.1416355684,26803.5332483478 -7620,0,47829.1416355684,26803.5332483478 -7621,0,47829.1416355684,26803.5332483478 -7622,0,47829.1416355684,26803.5332483478 -7623,0,47829.1416355684,26803.5332483478 -7624,0,47829.1416355684,26803.5332483478 -7625,0,47829.1416355684,26803.5332483478 -7626,0,47829.1416355684,26803.5332483478 -7627,0,47829.1416355684,26803.5332483478 -7628,0,47829.1416355684,26803.5332483478 -7629,0,47829.1416355684,26803.5332483478 -7630,0,47829.1416355684,26803.5332483478 -7631,0,47829.1416355684,26803.5332483478 -7632,0,47829.1416355684,26803.5332483478 -7633,0,47829.1416355684,26803.5332483478 -7634,0,47829.1416355684,26803.5332483478 -7635,0,47829.1416355684,26803.5332483478 -7636,0,47829.1416355684,26803.5332483478 -7637,0,47829.1416355684,26803.5332483478 -7638,0,47829.1416355684,26803.5332483478 -7639,0,47829.1416355684,26803.5332483478 -7640,0,47829.1416355684,26803.5332483478 -7641,0,47829.1416355684,26803.5332483478 -7642,0,47829.1416355684,26803.5332483478 -7643,0,47829.1416355684,26803.5332483478 -7644,0,47829.1416355684,26803.5332483478 -7645,0,47829.1416355684,26803.5332483478 -7646,0,47829.1416355684,26803.5332483478 -7647,0,47829.1416355684,26803.5332483478 -7648,0,47829.1416355684,26803.5332483478 -7649,0,47829.1416355684,26803.5332483478 -7650,0,47829.1416355684,26803.5332483478 -7651,0,47829.1416355684,26803.5332483478 -7652,0,47829.1416355684,26803.5332483478 -7653,0,47829.1416355684,26803.5332483478 -7654,0,47829.1416355684,26803.5332483478 -7655,0,47829.1416355684,26803.5332483478 -7656,0,47829.1416355684,26803.5332483478 -7657,0,47829.1416355684,26803.5332483478 -7658,0,47829.1416355684,26803.5332483478 -7659,0,47829.1416355684,26803.5332483478 -7660,0,47829.1416355684,26803.5332483478 -7661,0,47829.1416355684,26803.5332483478 -7662,0,47829.1416355684,26803.5332483478 -7663,0,47829.1416355684,26803.5332483478 -7664,0,47829.1416355684,26803.5332483478 -7665,0,47829.1416355684,26803.5332483478 -7666,0,47829.1416355684,26803.5332483478 -7667,0,47829.1416355684,26803.5332483478 -7668,0,47829.1416355684,26803.5332483478 -7669,0,47829.1416355684,26803.5332483478 -7670,0,47829.1416355684,26803.5332483478 -7671,0,47829.1416355684,26803.5332483478 -7672,0,47829.1416355684,26803.5332483478 -7673,0,47829.1416355684,26803.5332483478 -7674,0,47829.1416355684,26803.5332483478 -7675,0,47829.1416355684,26803.5332483478 -7676,0,47829.1416355684,26803.5332483478 -7677,0,47829.1416355684,26803.5332483478 -7678,0,47829.1416355684,26803.5332483478 -7679,0,47829.1416355684,26803.5332483478 -7680,0,47829.1416355684,26803.5332483478 -7681,0,47829.1416355684,26803.5332483478 -7682,0,47829.1416355684,26803.5332483478 -7683,0,47829.1416355684,26803.5332483478 -7684,0,47829.1416355684,26803.5332483478 -7685,0,47829.1416355684,26803.5332483478 -7686,0,47829.1416355684,26803.5332483478 -7687,0,47829.1416355684,26803.5332483478 -7688,0,47829.1416355684,26803.5332483478 -7689,0,47829.1416355684,26803.5332483478 -7690,0,47829.1416355684,26803.5332483478 -7691,0,47829.1416355684,26803.5332483478 -7692,0,47829.1416355684,26803.5332483478 -7693,0,47829.1416355684,26803.5332483478 -7694,0,47829.1416355684,26803.5332483478 -7695,0,47829.1416355684,26803.5332483478 -7696,0,47829.1416355684,26803.5332483478 -7697,0,47829.1416355684,26803.5332483478 -7698,0,47829.1416355684,26803.5332483478 -7699,0,47829.1416355684,26803.5332483478 -7700,0,47829.1416355684,26803.5332483478 -7701,0,47829.1416355684,26803.5332483478 -7702,0,47829.1416355684,26803.5332483478 -7703,0,47829.1416355684,26803.5332483478 -7704,0,47829.1416355684,26803.5332483478 -7705,0,47829.1416355684,26803.5332483478 -7706,0,47829.1416355684,26803.5332483478 -7707,0,47829.1416355684,26803.5332483478 -7708,0,47829.1416355684,26803.5332483478 -7709,0,47829.1416355684,26803.5332483478 -7710,0,47829.1416355684,26803.5332483478 -7711,0,47829.1416355684,26803.5332483478 -7712,0,47829.1416355684,26803.5332483478 -7713,0,47829.1416355684,26803.5332483478 -7714,0,47829.1416355684,26803.5332483478 -7715,0,47829.1416355684,26803.5332483478 -7716,0,47829.1416355684,26803.5332483478 -7717,0,47829.1416355684,26803.5332483478 -7718,0,47829.1416355684,26803.5332483478 -7719,0,47829.1416355684,26803.5332483478 -7720,0,47829.1416355684,26803.5332483478 -7721,0,47829.1416355684,26803.5332483478 -7722,0,47829.1416355684,26803.5332483478 -7723,0,47829.1416355684,26803.5332483478 -7724,0,47829.1416355684,26803.5332483478 -7725,0,47829.1416355684,26803.5332483478 -7726,0,47829.1416355684,26803.5332483478 -7727,0,47829.1416355684,26803.5332483478 -7728,0,47829.1416355684,26803.5332483478 -7729,0,47829.1416355684,26803.5332483478 -7730,0,47829.1416355684,26803.5332483478 -7731,0,47829.1416355684,26803.5332483478 -7732,0,47829.1416355684,26803.5332483478 -7733,0,47829.1416355684,26803.5332483478 -7734,0,47829.1416355684,26803.5332483478 -7735,0,47829.1416355684,26803.5332483478 -7736,0,47829.1416355684,26803.5332483478 -7737,0,47829.1416355684,26803.5332483478 -7738,0,47829.1416355684,26803.5332483478 -7739,0,47829.1416355684,26803.5332483478 -7740,0,47829.1416355684,26803.5332483478 -7741,0,47829.1416355684,26803.5332483478 -7742,0,47829.1416355684,26803.5332483478 -7743,0,47829.1416355684,26803.5332483478 -7744,0,47829.1416355684,26803.5332483478 -7745,0,47829.1416355684,26803.5332483478 -7746,0,47829.1416355684,26803.5332483478 -7747,0,47829.1416355684,26803.5332483478 -7748,0,47829.1416355684,26803.5332483478 -7749,0,47829.1416355684,26803.5332483478 -7750,0,47829.1416355684,26803.5332483478 -7751,0,47829.1416355684,26803.5332483478 -7752,0,47829.1416355684,26803.5332483478 -7753,0,47829.1416355684,26803.5332483478 -7754,0,47829.1416355684,26803.5332483478 -7755,0,47829.1416355684,26803.5332483478 -7756,0,47829.1416355684,26803.5332483478 -7757,0,47829.1416355684,26803.5332483478 -7758,0,47829.1416355684,26803.5332483478 -7759,0,47829.1416355684,26803.5332483478 -7760,0,47829.1416355684,26803.5332483478 -7761,0,47829.1416355684,26803.5332483478 -7762,0,47829.1416355684,26803.5332483478 -7763,0,47829.1416355684,26803.5332483478 -7764,0,47829.1416355684,26803.5332483478 -7765,0,47829.1416355684,26803.5332483478 -7766,0,47829.1416355684,26803.5332483478 -7767,0,47829.1416355684,26803.5332483478 -7768,0,47829.1416355684,26803.5332483478 -7769,0,47829.1416355684,26803.5332483478 -7770,0,47829.1416355684,26803.5332483478 -7771,0,47829.1416355684,26803.5332483478 -7772,0,47829.1416355684,26803.5332483478 -7773,0,47829.1416355684,26803.5332483478 -7774,0,47829.1416355684,26803.5332483478 -7775,0,47829.1416355684,26803.5332483478 -7776,0,47829.1416355684,26803.5332483478 -7777,0,47829.1416355684,26803.5332483478 -7778,0,47829.1416355684,26803.5332483478 -7779,0,47829.1416355684,26803.5332483478 -7780,0,47829.1416355684,26803.5332483478 -7781,0,47829.1416355684,26803.5332483478 -7782,0,47829.1416355684,26803.5332483478 -7783,0,47829.1416355684,26803.5332483478 -7784,0,47829.1416355684,26803.5332483478 -7785,0,47829.1416355684,26803.5332483478 -7786,0,47829.1416355684,26803.5332483478 -7787,0,47829.1416355684,26803.5332483478 -7788,0,47829.1416355684,26803.5332483478 -7789,0,47829.1416355684,26803.5332483478 -7790,0,47829.1416355684,26803.5332483478 -7791,0,47829.1416355684,26803.5332483478 -7792,0,47829.1416355684,26803.5332483478 -7793,0,47829.1416355684,26803.5332483478 -7794,0,47829.1416355684,26803.5332483478 -7795,0,47829.1416355684,26803.5332483478 -7796,0,47829.1416355684,26803.5332483478 -7797,0,47829.1416355684,26803.5332483478 -7798,0,47829.1416355684,26803.5332483478 -7799,0,47829.1416355684,26803.5332483478 -7800,0,47829.1416355684,26803.5332483478 -7801,0,47829.1416355684,26803.5332483478 -7802,0,47829.1416355684,26803.5332483478 -7803,0,47829.1416355684,26803.5332483478 -7804,0,47829.1416355684,26803.5332483478 -7805,0,47829.1416355684,26803.5332483478 -7806,0,47829.1416355684,26803.5332483478 -7807,0,47829.1416355684,26803.5332483478 -7808,0,47829.1416355684,26803.5332483478 -7809,0,47829.1416355684,26803.5332483478 -7810,0,47829.1416355684,26803.5332483478 -7811,0,47829.1416355684,26803.5332483478 -7812,0,47829.1416355684,26803.5332483478 -7813,0,47829.1416355684,26803.5332483478 -7814,0,47829.1416355684,26803.5332483478 -7815,0,47829.1416355684,26803.5332483478 -7816,0,47829.1416355684,26803.5332483478 -7817,0,47829.1416355684,26803.5332483478 -7818,0,47829.1416355684,26803.5332483478 -7819,0,47829.1416355684,26803.5332483478 -7820,0,47829.1416355684,26803.5332483478 -7821,0,47829.1416355684,26803.5332483478 -7822,0,47829.1416355684,26803.5332483478 -7823,0,47829.1416355684,26803.5332483478 -7824,0,47829.1416355684,26803.5332483478 -7825,0,47829.1416355684,26803.5332483478 -7826,0,47829.1416355684,26803.5332483478 -7827,0,47829.1416355684,26803.5332483478 -7828,0,47829.1416355684,26803.5332483478 -7829,0,47829.1416355684,26803.5332483478 -7830,0,47829.1416355684,26803.5332483478 -7831,0,47829.1416355684,26803.5332483478 -7832,0,47829.1416355684,26803.5332483478 -7833,0,47829.1416355684,26803.5332483478 -7834,0,47829.1416355684,26803.5332483478 -7835,0,47829.1416355684,26803.5332483478 -7836,0,47829.1416355684,26803.5332483478 -7837,0,47829.1416355684,26803.5332483478 -7838,0,47829.1416355684,26803.5332483478 -7839,0,47829.1416355684,26803.5332483478 -7840,0,47829.1416355684,26803.5332483478 -7841,0,47829.1416355684,26803.5332483478 -7842,0,47829.1416355684,26803.5332483478 -7843,0,47829.1416355684,26803.5332483478 -7844,0,47829.1416355684,26803.5332483478 -7845,0,47829.1416355684,26803.5332483478 -7846,0,47829.1416355684,26803.5332483478 -7847,0,47829.1416355684,26803.5332483478 -7848,0,47829.1416355684,26803.5332483478 -7849,0,47829.1416355684,26803.5332483478 -7850,0,47829.1416355684,26803.5332483478 -7851,0,47829.1416355684,26803.5332483478 -7852,0,47829.1416355684,26803.5332483478 -7853,0,47829.1416355684,26803.5332483478 -7854,0,47829.1416355684,26803.5332483478 -7855,0,47829.1416355684,26803.5332483478 -7856,0,47829.1416355684,26803.5332483478 -7857,0,47829.1416355684,26803.5332483478 -7858,0,47829.1416355684,26803.5332483478 -7859,0,47829.1416355684,26803.5332483478 -7860,0,47829.1416355684,26803.5332483478 -7861,0,47829.1416355684,26803.5332483478 -7862,0,47829.1416355684,26803.5332483478 -7863,0,47829.1416355684,26803.5332483478 -7864,0,47829.1416355684,26803.5332483478 -7865,0,47829.1416355684,26803.5332483478 -7866,0,47829.1416355684,26803.5332483478 -7867,0,47829.1416355684,26803.5332483478 -7868,0,47829.1416355684,26803.5332483478 -7869,0,47829.1416355684,26803.5332483478 -7870,0,47829.1416355684,26803.5332483478 -7871,0,47829.1416355684,26803.5332483478 -7872,0,47829.1416355684,26803.5332483478 -7873,0,47829.1416355684,26803.5332483478 -7874,0,47829.1416355684,26803.5332483478 -7875,0,47829.1416355684,26803.5332483478 -7876,0,47829.1416355684,26803.5332483478 -7877,0,47829.1416355684,26803.5332483478 -7878,0,47829.1416355684,26803.5332483478 -7879,0,47829.1416355684,26803.5332483478 -7880,0,47829.1416355684,26803.5332483478 -7881,0,47829.1416355684,26803.5332483478 -7882,0,47829.1416355684,26803.5332483478 -7883,0,47829.1416355684,26803.5332483478 -7884,0,47829.1416355684,26803.5332483478 -7885,0,47829.1416355684,26803.5332483478 -7886,0,47829.1416355684,26803.5332483478 -7887,0,47829.1416355684,26803.5332483478 -7888,0,47829.1416355684,26803.5332483478 -7889,0,47829.1416355684,26803.5332483478 -7890,0,47829.1416355684,26803.5332483478 -7891,0,47829.1416355684,26803.5332483478 -7892,0,47829.1416355684,26803.5332483478 -7893,0,47829.1416355684,26803.5332483478 -7894,0,47829.1416355684,26803.5332483478 -7895,0,47829.1416355684,26803.5332483478 -7896,0,47829.1416355684,26803.5332483478 -7897,0,47829.1416355684,26803.5332483478 -7898,0,47829.1416355684,26803.5332483478 -7899,0,47829.1416355684,26803.5332483478 -7900,0,47829.1416355684,26803.5332483478 -7901,0,47829.1416355684,26803.5332483478 -7902,0,47829.1416355684,26803.5332483478 -7903,0,47829.1416355684,26803.5332483478 -7904,0,47829.1416355684,26803.5332483478 -7905,0,47829.1416355684,26803.5332483478 -7906,0,47829.1416355684,26803.5332483478 -7907,0,47829.1416355684,26803.5332483478 -7908,0,47829.1416355684,26803.5332483478 -7909,0,47829.1416355684,26803.5332483478 -7910,0,47829.1416355684,26803.5332483478 -7911,0,47829.1416355684,26803.5332483478 -7912,0,47829.1416355684,26803.5332483478 -7913,0,47829.1416355684,26803.5332483478 -7914,0,47829.1416355684,26803.5332483478 -7915,0,47829.1416355684,26803.5332483478 -7916,0,47829.1416355684,26803.5332483478 -7917,0,47829.1416355684,26803.5332483478 -7918,0,47829.1416355684,26803.5332483478 -7919,0,47829.1416355684,26803.5332483478 -7920,0,47829.1416355684,26803.5332483478 -7921,0,47829.1416355684,26803.5332483478 -7922,0,47829.1416355684,26803.5332483478 -7923,0,47829.1416355684,26803.5332483478 -7924,0,47829.1416355684,26803.5332483478 -7925,0,47829.1416355684,26803.5332483478 -7926,0,47829.1416355684,26803.5332483478 -7927,0,47829.1416355684,26803.5332483478 -7928,0,47829.1416355684,26803.5332483478 -7929,0,47829.1416355684,26803.5332483478 -7930,0,47829.1416355684,26803.5332483478 -7931,0,47829.1416355684,26803.5332483478 -7932,0,47829.1416355684,26803.5332483478 -7933,0,47829.1416355684,26803.5332483478 -7934,0,47829.1416355684,26803.5332483478 -7935,0,47829.1416355684,26803.5332483478 -7936,0,47829.1416355684,26803.5332483478 -7937,0,47829.1416355684,26803.5332483478 -7938,0,47829.1416355684,26803.5332483478 -7939,0,47829.1416355684,26803.5332483478 -7940,0,47829.1416355684,26803.5332483478 -7941,0,47829.1416355684,26803.5332483478 -7942,0,47829.1416355684,26803.5332483478 -7943,0,47829.1416355684,26803.5332483478 -7944,0,47829.1416355684,26803.5332483478 -7945,0,47829.1416355684,26803.5332483478 -7946,0,47829.1416355684,26803.5332483478 -7947,0,47829.1416355684,26803.5332483478 -7948,0,47829.1416355684,26803.5332483478 -7949,0,47829.1416355684,26803.5332483478 -7950,0,47829.1416355684,26803.5332483478 -7951,0,47829.1416355684,26803.5332483478 -7952,0,47829.1416355684,26803.5332483478 -7953,0,47829.1416355684,26803.5332483478 -7954,0,47829.1416355684,26803.5332483478 -7955,0,47829.1416355684,26803.5332483478 -7956,0,47829.1416355684,26803.5332483478 -7957,0,47829.1416355684,26803.5332483478 -7958,0,47829.1416355684,26803.5332483478 -7959,0,47829.1416355684,26803.5332483478 -7960,0,47829.1416355684,26803.5332483478 -7961,0,47829.1416355684,26803.5332483478 -7962,0,47829.1416355684,26803.5332483478 -7963,0,47829.1416355684,26803.5332483478 -7964,0,47829.1416355684,26803.5332483478 -7965,0,47829.1416355684,26803.5332483478 -7966,0,47829.1416355684,26803.5332483478 -7967,0,47829.1416355684,26803.5332483478 -7968,0,47829.1416355684,26803.5332483478 -7969,0,47829.1416355684,26803.5332483478 -7970,0,47829.1416355684,26803.5332483478 -7971,0,47829.1416355684,26803.5332483478 -7972,0,47829.1416355684,26803.5332483478 -7973,0,47829.1416355684,26803.5332483478 -7974,0,47829.1416355684,26803.5332483478 -7975,0,47829.1416355684,26803.5332483478 -7976,0,47829.1416355684,26803.5332483478 -7977,0,47829.1416355684,26803.5332483478 -7978,0,47829.1416355684,26803.5332483478 -7979,0,47829.1416355684,26803.5332483478 -7980,0,47829.1416355684,26803.5332483478 -7981,0,47829.1416355684,26803.5332483478 -7982,0,47829.1416355684,26803.5332483478 -7983,0,47829.1416355684,26803.5332483478 -7984,0,47829.1416355684,26803.5332483478 -7985,0,47829.1416355684,26803.5332483478 -7986,0,47829.1416355684,26803.5332483478 -7987,0,47829.1416355684,26803.5332483478 -7988,0,47829.1416355684,26803.5332483478 -7989,0,47829.1416355684,26803.5332483478 -7990,0,47829.1416355684,26803.5332483478 -7991,0,47829.1416355684,26803.5332483478 -7992,0,47829.1416355684,26803.5332483478 -7993,0,47829.1416355684,26803.5332483478 -7994,0,47829.1416355684,26803.5332483478 -7995,0,47829.1416355684,26803.5332483478 -7996,0,47829.1416355684,26803.5332483478 -7997,0,47829.1416355684,26803.5332483478 -7998,0,47829.1416355684,26803.5332483478 -7999,0,47829.1416355684,26803.5332483478 -8000,0,47829.1416355684,26803.5332483478 -8001,0,47829.1416355684,26803.5332483478 -8002,0,47829.1416355684,26803.5332483478 -8003,0,47829.1416355684,26803.5332483478 -8004,0,47829.1416355684,26803.5332483478 -8005,0,47829.1416355684,26803.5332483478 -8006,0,47829.1416355684,26803.5332483478 -8007,0,47829.1416355684,26803.5332483478 -8008,0,47829.1416355684,26803.5332483478 -8009,0,47829.1416355684,26803.5332483478 -8010,0,47829.1416355684,26803.5332483478 -8011,0,47829.1416355684,26803.5332483478 -8012,0,47829.1416355684,26803.5332483478 -8013,0,47829.1416355684,26803.5332483478 -8014,0,47829.1416355684,26803.5332483478 -8015,0,47829.1416355684,26803.5332483478 -8016,0,47829.1416355684,26803.5332483478 -8017,0,47829.1416355684,26803.5332483478 -8018,0,47829.1416355684,26803.5332483478 -8019,0,47829.1416355684,26803.5332483478 -8020,0,47829.1416355684,26803.5332483478 -8021,0,47829.1416355684,26803.5332483478 -8022,0,47829.1416355684,26803.5332483478 -8023,0,47829.1416355684,26803.5332483478 -8024,0,47829.1416355684,26803.5332483478 -8025,0,47829.1416355684,26803.5332483478 -8026,0,47829.1416355684,26803.5332483478 -8027,0,47829.1416355684,26803.5332483478 -8028,0,47829.1416355684,26803.5332483478 -8029,0,47829.1416355684,26803.5332483478 -8030,0,47829.1416355684,26803.5332483478 -8031,0,47829.1416355684,26803.5332483478 -8032,0,47829.1416355684,26803.5332483478 -8033,0,47829.1416355684,26803.5332483478 -8034,0,47829.1416355684,26803.5332483478 -8035,0,47829.1416355684,26803.5332483478 -8036,0,47829.1416355684,26803.5332483478 -8037,0,47829.1416355684,26803.5332483478 -8038,0,47829.1416355684,26803.5332483478 -8039,0,47829.1416355684,26803.5332483478 -8040,0,47829.1416355684,26803.5332483478 -8041,0,47829.1416355684,26803.5332483478 -8042,0,47829.1416355684,26803.5332483478 -8043,0,47829.1416355684,26803.5332483478 -8044,0,47829.1416355684,26803.5332483478 -8045,0,47829.1416355684,26803.5332483478 -8046,0,47829.1416355684,26803.5332483478 -8047,0,47829.1416355684,26803.5332483478 -8048,0,47829.1416355684,26803.5332483478 -8049,0,47829.1416355684,26803.5332483478 -8050,0,47829.1416355684,26803.5332483478 -8051,0,47829.1416355684,26803.5332483478 -8052,0,47829.1416355684,26803.5332483478 -8053,0,47829.1416355684,26803.5332483478 -8054,0,47829.1416355684,26803.5332483478 -8055,0,47829.1416355684,26803.5332483478 -8056,0,47829.1416355684,26803.5332483478 -8057,0,47829.1416355684,26803.5332483478 -8058,0,47829.1416355684,26803.5332483478 -8059,0,47829.1416355684,26803.5332483478 -8060,0,47829.1416355684,26803.5332483478 -8061,0,47829.1416355684,26803.5332483478 -8062,0,47829.1416355684,26803.5332483478 -8063,0,47829.1416355684,26803.5332483478 -8064,0,47829.1416355684,26803.5332483478 -8065,0,47829.1416355684,26803.5332483478 -8066,0,47829.1416355684,26803.5332483478 -8067,0,47829.1416355684,26803.5332483478 -8068,0,47829.1416355684,26803.5332483478 -8069,0,47829.1416355684,26803.5332483478 -8070,0,47829.1416355684,26803.5332483478 -8071,0,47829.1416355684,26803.5332483478 -8072,0,47829.1416355684,26803.5332483478 -8073,0,47829.1416355684,26803.5332483478 -8074,0,47829.1416355684,26803.5332483478 -8075,0,47829.1416355684,26803.5332483478 -8076,0,47829.1416355684,26803.5332483478 -8077,0,47829.1416355684,26803.5332483478 -8078,0,47829.1416355684,26803.5332483478 -8079,0,47829.1416355684,26803.5332483478 -8080,0,47829.1416355684,26803.5332483478 -8081,0,47829.1416355684,26803.5332483478 -8082,0,47829.1416355684,26803.5332483478 -8083,0,47829.1416355684,26803.5332483478 -8084,0,47829.1416355684,26803.5332483478 -8085,0,47829.1416355684,26803.5332483478 -8086,0,47829.1416355684,26803.5332483478 -8087,0,47829.1416355684,26803.5332483478 -8088,0,47829.1416355684,26803.5332483478 -8089,0,47829.1416355684,26803.5332483478 -8090,0,47829.1416355684,26803.5332483478 -8091,0,47829.1416355684,26803.5332483478 -8092,0,47829.1416355684,26803.5332483478 -8093,0,47829.1416355684,26803.5332483478 -8094,0,47829.1416355684,26803.5332483478 -8095,0,47829.1416355684,26803.5332483478 -8096,0,47829.1416355684,26803.5332483478 -8097,0,47829.1416355684,26803.5332483478 -8098,0,47829.1416355684,26803.5332483478 -8099,0,47829.1416355684,26803.5332483478 -8100,0,47829.1416355684,26803.5332483478 -8101,0,47829.1416355684,26803.5332483478 -8102,0,47829.1416355684,26803.5332483478 -8103,0,47829.1416355684,26803.5332483478 -8104,0,47829.1416355684,26803.5332483478 -8105,0,47829.1416355684,26803.5332483478 -8106,0,47829.1416355684,26803.5332483478 -8107,0,47829.1416355684,26803.5332483478 -8108,0,47829.1416355684,26803.5332483478 -8109,0,47829.1416355684,26803.5332483478 -8110,0,47829.1416355684,26803.5332483478 -8111,0,47829.1416355684,26803.5332483478 -8112,0,47829.1416355684,26803.5332483478 -8113,0,47829.1416355684,26803.5332483478 -8114,0,47829.1416355684,26803.5332483478 -8115,0,47829.1416355684,26803.5332483478 -8116,0,47829.1416355684,26803.5332483478 -8117,0,47829.1416355684,26803.5332483478 -8118,0,47829.1416355684,26803.5332483478 -8119,0,47829.1416355684,26803.5332483478 -8120,0,47829.1416355684,26803.5332483478 -8121,0,47829.1416355684,26803.5332483478 -8122,0,47829.1416355684,26803.5332483478 -8123,0,47829.1416355684,26803.5332483478 -8124,0,47829.1416355684,26803.5332483478 -8125,0,47829.1416355684,26803.5332483478 -8126,0,47829.1416355684,26803.5332483478 -8127,0,47829.1416355684,26803.5332483478 -8128,0,47829.1416355684,26803.5332483478 -8129,0,47829.1416355684,26803.5332483478 -8130,0,47829.1416355684,26803.5332483478 -8131,0,47829.1416355684,26803.5332483478 -8132,0,47829.1416355684,26803.5332483478 -8133,0,47829.1416355684,26803.5332483478 -8134,0,47829.1416355684,26803.5332483478 -8135,0,47829.1416355684,26803.5332483478 -8136,0,47829.1416355684,26803.5332483478 -8137,0,47829.1416355684,26803.5332483478 -8138,0,47829.1416355684,26803.5332483478 -8139,0,47829.1416355684,26803.5332483478 -8140,0,47829.1416355684,26803.5332483478 -8141,0,47829.1416355684,26803.5332483478 -8142,0,47829.1416355684,26803.5332483478 -8143,0,47829.1416355684,26803.5332483478 -8144,0,47829.1416355684,26803.5332483478 -8145,0,47829.1416355684,26803.5332483478 -8146,0,47829.1416355684,26803.5332483478 -8147,0,47829.1416355684,26803.5332483478 -8148,0,47829.1416355684,26803.5332483478 -8149,0,47829.1416355684,26803.5332483478 -8150,0,47829.1416355684,26803.5332483478 -8151,0,47829.1416355684,26803.5332483478 -8152,0,47829.1416355684,26803.5332483478 -8153,0,47829.1416355684,26803.5332483478 -8154,0,47829.1416355684,26803.5332483478 -8155,0,47829.1416355684,26803.5332483478 -8156,0,47829.1416355684,26803.5332483478 -8157,0,47829.1416355684,26803.5332483478 -8158,0,47829.1416355684,26803.5332483478 -8159,0,47829.1416355684,26803.5332483478 -8160,0,47829.1416355684,26803.5332483478 -8161,0,47829.1416355684,26803.5332483478 -8162,0,47829.1416355684,26803.5332483478 -8163,0,47829.1416355684,26803.5332483478 -8164,0,47829.1416355684,26803.5332483478 -8165,0,47829.1416355684,26803.5332483478 -8166,0,47829.1416355684,26803.5332483478 -8167,0,47829.1416355684,26803.5332483478 -8168,0,47829.1416355684,26803.5332483478 -8169,0,47829.1416355684,26803.5332483478 -8170,0,47829.1416355684,26803.5332483478 -8171,0,47829.1416355684,26803.5332483478 -8172,0,47829.1416355684,26803.5332483478 -8173,0,47829.1416355684,26803.5332483478 -8174,0,47829.1416355684,26803.5332483478 -8175,0,47829.1416355684,26803.5332483478 -8176,0,47829.1416355684,26803.5332483478 -8177,0,47829.1416355684,26803.5332483478 -8178,0,47829.1416355684,26803.5332483478 -8179,0,47829.1416355684,26803.5332483478 -8180,0,47829.1416355684,26803.5332483478 -8181,0,47829.1416355684,26803.5332483478 -8182,0,47829.1416355684,26803.5332483478 -8183,0,47829.1416355684,26803.5332483478 -8184,0,47829.1416355684,26803.5332483478 -8185,0,47829.1416355684,26803.5332483478 -8186,0,47829.1416355684,26803.5332483478 -8187,0,47829.1416355684,26803.5332483478 -8188,0,47829.1416355684,26803.5332483478 -8189,0,47829.1416355684,26803.5332483478 -8190,0,47829.1416355684,26803.5332483478 -8191,0,47829.1416355684,26803.5332483478 -8192,0,47829.1416355684,26803.5332483478 -8193,0,47829.1416355684,26803.5332483478 -8194,0,47829.1416355684,26803.5332483478 -8195,0,47829.1416355684,26803.5332483478 -8196,0,47829.1416355684,26803.5332483478 -8197,0,47829.1416355684,26803.5332483478 -8198,0,47829.1416355684,26803.5332483478 -8199,0,47829.1416355684,26803.5332483478 -8200,0,47829.1416355684,26803.5332483478 -8201,0,47829.1416355684,26803.5332483478 -8202,0,47829.1416355684,26803.5332483478 -8203,0,47829.1416355684,26803.5332483478 -8204,0,47829.1416355684,26803.5332483478 -8205,0,47829.1416355684,26803.5332483478 -8206,0,47829.1416355684,26803.5332483478 -8207,0,47829.1416355684,26803.5332483478 -8208,0,47829.1416355684,26803.5332483478 -8209,0,47829.1416355684,26803.5332483478 -8210,0,47829.1416355684,26803.5332483478 -8211,0,47829.1416355684,26803.5332483478 -8212,0,47829.1416355684,26803.5332483478 -8213,0,47829.1416355684,26803.5332483478 -8214,0,47829.1416355684,26803.5332483478 -8215,0,47829.1416355684,26803.5332483478 -8216,0,47829.1416355684,26803.5332483478 -8217,0,47829.1416355684,26803.5332483478 -8218,0,47829.1416355684,26803.5332483478 -8219,0,47829.1416355684,26803.5332483478 -8220,0,47829.1416355684,26803.5332483478 -8221,0,47829.1416355684,26803.5332483478 -8222,0,47829.1416355684,26803.5332483478 -8223,0,47829.1416355684,26803.5332483478 -8224,0,47829.1416355684,26803.5332483478 -8225,0,47829.1416355684,26803.5332483478 -8226,0,47829.1416355684,26803.5332483478 -8227,0,47829.1416355684,26803.5332483478 -8228,0,47829.1416355684,26803.5332483478 -8229,0,47829.1416355684,26803.5332483478 -8230,0,47829.1416355684,26803.5332483478 -8231,0,47829.1416355684,26803.5332483478 -8232,0,47829.1416355684,26803.5332483478 -8233,0,47829.1416355684,26803.5332483478 -8234,0,47829.1416355684,26803.5332483478 -8235,0,47829.1416355684,26803.5332483478 -8236,0,47829.1416355684,26803.5332483478 -8237,0,47829.1416355684,26803.5332483478 -8238,0,47829.1416355684,26803.5332483478 -8239,0,47829.1416355684,26803.5332483478 -8240,0,47829.1416355684,26803.5332483478 -8241,0,47829.1416355684,26803.5332483478 -8242,0,47829.1416355684,26803.5332483478 -8243,0,47829.1416355684,26803.5332483478 -8244,0,47829.1416355684,26803.5332483478 -8245,0,47829.1416355684,26803.5332483478 -8246,0,47829.1416355684,26803.5332483478 -8247,0,47829.1416355684,26803.5332483478 -8248,0,47829.1416355684,26803.5332483478 -8249,0,47829.1416355684,26803.5332483478 -8250,0,47829.1416355684,26803.5332483478 -8251,0,47829.1416355684,26803.5332483478 -8252,0,47829.1416355684,26803.5332483478 -8253,0,47829.1416355684,26803.5332483478 -8254,0,47829.1416355684,26803.5332483478 -8255,0,47829.1416355684,26803.5332483478 -8256,0,47829.1416355684,26803.5332483478 -8257,0,47829.1416355684,26803.5332483478 -8258,0,47829.1416355684,26803.5332483478 -8259,0,47829.1416355684,26803.5332483478 -8260,0,47829.1416355684,26803.5332483478 -8261,0,47829.1416355684,26803.5332483478 -8262,0,47829.1416355684,26803.5332483478 -8263,0,47829.1416355684,26803.5332483478 -8264,0,47829.1416355684,26803.5332483478 -8265,0,47829.1416355684,26803.5332483478 -8266,0,47829.1416355684,26803.5332483478 -8267,0,47829.1416355684,26803.5332483478 -8268,0,47829.1416355684,26803.5332483478 -8269,0,47829.1416355684,26803.5332483478 -8270,0,47829.1416355684,26803.5332483478 -8271,0,47829.1416355684,26803.5332483478 -8272,0,47829.1416355684,26803.5332483478 -8273,0,47829.1416355684,26803.5332483478 -8274,0,47829.1416355684,26803.5332483478 -8275,0,47829.1416355684,26803.5332483478 -8276,0,47829.1416355684,26803.5332483478 -8277,0,47829.1416355684,26803.5332483478 -8278,0,47829.1416355684,26803.5332483478 -8279,0,47829.1416355684,26803.5332483478 -8280,0,47829.1416355684,26803.5332483478 -8281,0,47829.1416355684,26803.5332483478 -8282,0,47829.1416355684,26803.5332483478 -8283,0,47829.1416355684,26803.5332483478 -8284,0,47829.1416355684,26803.5332483478 -8285,0,47829.1416355684,26803.5332483478 -8286,0,47829.1416355684,26803.5332483478 -8287,0,47829.1416355684,26803.5332483478 -8288,0,47829.1416355684,26803.5332483478 -8289,0,47829.1416355684,26803.5332483478 -8290,0,47829.1416355684,26803.5332483478 -8291,0,47829.1416355684,26803.5332483478 -8292,0,47829.1416355684,26803.5332483478 -8293,0,47829.1416355684,26803.5332483478 -8294,0,47829.1416355684,26803.5332483478 -8295,0,47829.1416355684,26803.5332483478 -8296,0,47829.1416355684,26803.5332483478 -8297,0,47829.1416355684,26803.5332483478 -8298,0,47829.1416355684,26803.5332483478 -8299,0,47829.1416355684,26803.5332483478 -8300,0,47829.1416355684,26803.5332483478 -8301,0,47829.1416355684,26803.5332483478 -8302,0,47829.1416355684,26803.5332483478 -8303,0,47829.1416355684,26803.5332483478 -8304,0,47829.1416355684,26803.5332483478 -8305,0,47829.1416355684,26803.5332483478 -8306,0,47829.1416355684,26803.5332483478 -8307,0,47829.1416355684,26803.5332483478 -8308,0,47829.1416355684,26803.5332483478 -8309,0,47829.1416355684,26803.5332483478 -8310,0,47829.1416355684,26803.5332483478 -8311,0,47829.1416355684,26803.5332483478 -8312,0,47829.1416355684,26803.5332483478 -8313,0,47829.1416355684,26803.5332483478 -8314,0,47829.1416355684,26803.5332483478 -8315,0,47829.1416355684,26803.5332483478 -8316,0,47829.1416355684,26803.5332483478 -8317,0,47829.1416355684,26803.5332483478 -8318,0,47829.1416355684,26803.5332483478 -8319,0,47829.1416355684,26803.5332483478 -8320,0,47829.1416355684,26803.5332483478 -8321,0,47829.1416355684,26803.5332483478 -8322,0,47829.1416355684,26803.5332483478 -8323,0,47829.1416355684,26803.5332483478 -8324,0,47829.1416355684,26803.5332483478 -8325,0,47829.1416355684,26803.5332483478 -8326,0,47829.1416355684,26803.5332483478 -8327,0,47829.1416355684,26803.5332483478 -8328,0,47829.1416355684,26803.5332483478 -8329,0,47829.1416355684,26803.5332483478 -8330,0,47829.1416355684,26803.5332483478 -8331,0,47829.1416355684,26803.5332483478 -8332,0,47829.1416355684,26803.5332483478 -8333,0,47829.1416355684,26803.5332483478 -8334,0,47829.1416355684,26803.5332483478 -8335,0,47829.1416355684,26803.5332483478 -8336,0,47829.1416355684,26803.5332483478 -8337,0,47829.1416355684,26803.5332483478 -8338,0,47829.1416355684,26803.5332483478 -8339,0,47829.1416355684,26803.5332483478 -8340,0,47829.1416355684,26803.5332483478 -8341,0,47829.1416355684,26803.5332483478 -8342,0,47829.1416355684,26803.5332483478 -8343,0,47829.1416355684,26803.5332483478 -8344,0,47829.1416355684,26803.5332483478 -8345,0,47829.1416355684,26803.5332483478 -8346,0,47829.1416355684,26803.5332483478 -8347,0,47829.1416355684,26803.5332483478 -8348,0,47829.1416355684,26803.5332483478 -8349,0,47829.1416355684,26803.5332483478 -8350,0,47829.1416355684,26803.5332483478 -8351,0,47829.1416355684,26803.5332483478 -8352,0,47829.1416355684,26803.5332483478 -8353,0,47829.1416355684,26803.5332483478 -8354,0,47829.1416355684,26803.5332483478 -8355,0,47829.1416355684,26803.5332483478 -8356,0,47829.1416355684,26803.5332483478 -8357,0,47829.1416355684,26803.5332483478 -8358,0,47829.1416355684,26803.5332483478 -8359,0,47829.1416355684,26803.5332483478 -8360,0,47829.1416355684,26803.5332483478 -8361,0,47829.1416355684,26803.5332483478 -8362,0,47829.1416355684,26803.5332483478 -8363,0,47829.1416355684,26803.5332483478 -8364,0,47829.1416355684,26803.5332483478 -8365,0,47829.1416355684,26803.5332483478 -8366,0,47829.1416355684,26803.5332483478 -8367,0,47829.1416355684,26803.5332483478 -8368,0,47829.1416355684,26803.5332483478 -8369,0,47829.1416355684,26803.5332483478 -8370,0,47829.1416355684,26803.5332483478 -8371,0,47829.1416355684,26803.5332483478 -8372,0,47829.1416355684,26803.5332483478 -8373,0,47829.1416355684,26803.5332483478 -8374,0,47829.1416355684,26803.5332483478 -8375,0,47829.1416355684,26803.5332483478 -8376,0,47829.1416355684,26803.5332483478 -8377,0,47829.1416355684,26803.5332483478 -8378,0,47829.1416355684,26803.5332483478 -8379,0,47829.1416355684,26803.5332483478 -8380,0,47829.1416355684,26803.5332483478 -8381,0,47829.1416355684,26803.5332483478 -8382,0,47829.1416355684,26803.5332483478 -8383,0,47829.1416355684,26803.5332483478 -8384,0,47829.1416355684,26803.5332483478 -8385,0,47829.1416355684,26803.5332483478 -8386,0,47829.1416355684,26803.5332483478 -8387,0,47829.1416355684,26803.5332483478 -8388,0,47829.1416355684,26803.5332483478 -8389,0,47829.1416355684,26803.5332483478 -8390,0,47829.1416355684,26803.5332483478 -8391,0,47829.1416355684,26803.5332483478 -8392,0,47829.1416355684,26803.5332483478 -8393,0,47829.1416355684,26803.5332483478 -8394,0,47829.1416355684,26803.5332483478 -8395,0,47829.1416355684,26803.5332483478 -8396,0,47829.1416355684,26803.5332483478 -8397,0,47829.1416355684,26803.5332483478 -8398,0,47829.1416355684,26803.5332483478 -8399,0,47829.1416355684,26803.5332483478 -8400,0,47829.1416355684,26803.5332483478 -8401,0,47829.1416355684,26803.5332483478 -8402,0,47829.1416355684,26803.5332483478 -8403,0,47829.1416355684,26803.5332483478 -8404,0,47829.1416355684,26803.5332483478 -8405,0,47829.1416355684,26803.5332483478 -8406,0,47829.1416355684,26803.5332483478 -8407,0,47829.1416355684,26803.5332483478 -8408,0,47829.1416355684,26803.5332483478 -8409,0,47829.1416355684,26803.5332483478 -8410,0,47829.1416355684,26803.5332483478 -8411,0,47829.1416355684,26803.5332483478 -8412,0,47829.1416355684,26803.5332483478 -8413,0,47829.1416355684,26803.5332483478 -8414,0,47829.1416355684,26803.5332483478 -8415,0,47829.1416355684,26803.5332483478 -8416,0,47829.1416355684,26803.5332483478 -8417,0,47829.1416355684,26803.5332483478 -8418,0,47829.1416355684,26803.5332483478 -8419,0,47829.1416355684,26803.5332483478 -8420,0,47829.1416355684,26803.5332483478 -8421,0,47829.1416355684,26803.5332483478 -8422,0,47829.1416355684,26803.5332483478 -8423,0,47829.1416355684,26803.5332483478 -8424,0,47829.1416355684,26803.5332483478 -8425,0,47829.1416355684,26803.5332483478 -8426,0,47829.1416355684,26803.5332483478 -8427,0,47829.1416355684,26803.5332483478 -8428,0,47829.1416355684,26803.5332483478 -8429,0,47829.1416355684,26803.5332483478 -8430,0,47829.1416355684,26803.5332483478 -8431,0,47829.1416355684,26803.5332483478 -8432,0,47829.1416355684,26803.5332483478 -8433,0,47829.1416355684,26803.5332483478 -8434,0,47829.1416355684,26803.5332483478 -8435,0,47829.1416355684,26803.5332483478 -8436,0,47829.1416355684,26803.5332483478 -8437,0,47829.1416355684,26803.5332483478 -8438,0,47829.1416355684,26803.5332483478 -8439,0,47829.1416355684,26803.5332483478 -8440,0,47829.1416355684,26803.5332483478 -8441,0,47829.1416355684,26803.5332483478 -8442,0,47829.1416355684,26803.5332483478 -8443,0,47829.1416355684,26803.5332483478 -8444,0,47829.1416355684,26803.5332483478 -8445,0,47829.1416355684,26803.5332483478 -8446,0,47829.1416355684,26803.5332483478 -8447,0,47829.1416355684,26803.5332483478 -8448,0,47829.1416355684,26803.5332483478 -8449,0,47829.1416355684,26803.5332483478 -8450,0,47829.1416355684,26803.5332483478 -8451,0,47829.1416355684,26803.5332483478 -8452,0,47829.1416355684,26803.5332483478 -8453,0,47829.1416355684,26803.5332483478 -8454,0,47829.1416355684,26803.5332483478 -8455,0,47829.1416355684,26803.5332483478 -8456,0,47829.1416355684,26803.5332483478 -8457,0,47829.1416355684,26803.5332483478 -8458,0,47829.1416355684,26803.5332483478 -8459,0,47829.1416355684,26803.5332483478 -8460,0,47829.1416355684,26803.5332483478 -8461,0,47829.1416355684,26803.5332483478 -8462,0,47829.1416355684,26803.5332483478 -8463,0,47829.1416355684,26803.5332483478 -8464,0,47829.1416355684,26803.5332483478 -8465,0,47829.1416355684,26803.5332483478 -8466,0,47829.1416355684,26803.5332483478 -8467,0,47829.1416355684,26803.5332483478 -8468,0,47829.1416355684,26803.5332483478 -8469,0,47829.1416355684,26803.5332483478 -8470,0,47829.1416355684,26803.5332483478 -8471,0,47829.1416355684,26803.5332483478 -8472,0,47829.1416355684,26803.5332483478 -8473,0,47829.1416355684,26803.5332483478 -8474,0,47829.1416355684,26803.5332483478 -8475,0,47829.1416355684,26803.5332483478 -8476,0,47829.1416355684,26803.5332483478 -8477,0,47829.1416355684,26803.5332483478 -8478,0,47829.1416355684,26803.5332483478 -8479,0,47829.1416355684,26803.5332483478 -8480,0,47829.1416355684,26803.5332483478 -8481,0,47829.1416355684,26803.5332483478 -8482,0,47829.1416355684,26803.5332483478 -8483,0,47829.1416355684,26803.5332483478 -8484,0,47829.1416355684,26803.5332483478 -8485,0,47829.1416355684,26803.5332483478 -8486,0,47829.1416355684,26803.5332483478 -8487,0,47829.1416355684,26803.5332483478 -8488,0,47829.1416355684,26803.5332483478 -8489,0,47829.1416355684,26803.5332483478 -8490,0,47829.1416355684,26803.5332483478 -8491,0,47829.1416355684,26803.5332483478 -8492,0,47829.1416355684,26803.5332483478 -8493,0,47829.1416355684,26803.5332483478 -8494,0,47829.1416355684,26803.5332483478 -8495,0,47829.1416355684,26803.5332483478 -8496,0,47829.1416355684,26803.5332483478 -8497,0,47829.1416355684,26803.5332483478 -8498,0,47829.1416355684,26803.5332483478 -8499,0,47829.1416355684,26803.5332483478 -8500,0,47829.1416355684,26803.5332483478 -8501,0,47829.1416355684,26803.5332483478 -8502,0,47829.1416355684,26803.5332483478 -8503,0,47829.1416355684,26803.5332483478 -8504,0,47829.1416355684,26803.5332483478 -8505,0,47829.1416355684,26803.5332483478 -8506,0,47829.1416355684,26803.5332483478 -8507,0,47829.1416355684,26803.5332483478 -8508,0,47829.1416355684,26803.5332483478 -8509,0,47829.1416355684,26803.5332483478 -8510,0,47829.1416355684,26803.5332483478 -8511,0,47829.1416355684,26803.5332483478 -8512,0,47829.1416355684,26803.5332483478 -8513,0,47829.1416355684,26803.5332483478 -8514,0,47829.1416355684,26803.5332483478 -8515,0,47829.1416355684,26803.5332483478 -8516,0,47829.1416355684,26803.5332483478 -8517,0,47829.1416355684,26803.5332483478 -8518,0,47829.1416355684,26803.5332483478 -8519,0,47829.1416355684,26803.5332483478 -8520,0,47829.1416355684,26803.5332483478 -8521,0,47829.1416355684,26803.5332483478 -8522,0,47829.1416355684,26803.5332483478 -8523,0,47829.1416355684,26803.5332483478 -8524,0,47829.1416355684,26803.5332483478 -8525,0,47829.1416355684,26803.5332483478 -8526,0,47829.1416355684,26803.5332483478 -8527,0,47829.1416355684,26803.5332483478 -8528,0,47829.1416355684,26803.5332483478 -8529,0,47829.1416355684,26803.5332483478 -8530,0,47829.1416355684,26803.5332483478 -8531,0,47829.1416355684,26803.5332483478 -8532,0,47829.1416355684,26803.5332483478 -8533,0,47829.1416355684,26803.5332483478 -8534,0,47829.1416355684,26803.5332483478 -8535,0,47829.1416355684,26803.5332483478 -8536,0,47829.1416355684,26803.5332483478 -8537,0,47829.1416355684,26803.5332483478 -8538,0,47829.1416355684,26803.5332483478 -8539,0,47829.1416355684,26803.5332483478 -8540,0,47829.1416355684,26803.5332483478 -8541,0,47829.1416355684,26803.5332483478 -8542,0,47829.1416355684,26803.5332483478 -8543,0,47829.1416355684,26803.5332483478 -8544,0,47829.1416355684,26803.5332483478 -8545,0,47829.1416355684,26803.5332483478 -8546,0,47829.1416355684,26803.5332483478 -8547,0,47829.1416355684,26803.5332483478 -8548,0,47829.1416355684,26803.5332483478 -8549,0,47829.1416355684,26803.5332483478 -8550,0,47829.1416355684,26803.5332483478 -8551,0,47829.1416355684,26803.5332483478 -8552,0,47829.1416355684,26803.5332483478 -8553,0,47829.1416355684,26803.5332483478 -8554,0,47829.1416355684,26803.5332483478 -8555,0,47829.1416355684,26803.5332483478 -8556,0,47829.1416355684,26803.5332483478 -8557,0,47829.1416355684,26803.5332483478 -8558,0,47829.1416355684,26803.5332483478 -8559,0,47829.1416355684,26803.5332483478 -8560,0,47829.1416355684,26803.5332483478 -8561,0,47829.1416355684,26803.5332483478 -8562,0,47829.1416355684,26803.5332483478 -8563,0,47829.1416355684,26803.5332483478 -8564,0,47829.1416355684,26803.5332483478 -8565,0,47829.1416355684,26803.5332483478 -8566,0,47829.1416355684,26803.5332483478 -8567,0,47829.1416355684,26803.5332483478 -8568,0,47829.1416355684,26803.5332483478 -8569,0,47829.1416355684,26803.5332483478 -8570,0,47829.1416355684,26803.5332483478 -8571,0,47829.1416355684,26803.5332483478 -8572,0,47829.1416355684,26803.5332483478 -8573,0,47829.1416355684,26803.5332483478 -8574,0,47829.1416355684,26803.5332483478 -8575,0,47829.1416355684,26803.5332483478 -8576,0,47829.1416355684,26803.5332483478 -8577,0,47829.1416355684,26803.5332483478 -8578,0,47829.1416355684,26803.5332483478 -8579,0,47829.1416355684,26803.5332483478 -8580,0,47829.1416355684,26803.5332483478 -8581,0,47829.1416355684,26803.5332483478 -8582,0,47829.1416355684,26803.5332483478 -8583,0,47829.1416355684,26803.5332483478 -8584,0,47829.1416355684,26803.5332483478 -8585,0,47829.1416355684,26803.5332483478 -8586,0,47829.1416355684,26803.5332483478 -8587,0,47829.1416355684,26803.5332483478 -8588,0,47829.1416355684,26803.5332483478 -8589,0,47829.1416355684,26803.5332483478 -8590,0,47829.1416355684,26803.5332483478 -8591,0,47829.1416355684,26803.5332483478 -8592,0,47829.1416355684,26803.5332483478 -8593,0,47829.1416355684,26803.5332483478 -8594,0,47829.1416355684,26803.5332483478 -8595,0,47829.1416355684,26803.5332483478 -8596,0,47829.1416355684,26803.5332483478 -8597,0,47829.1416355684,26803.5332483478 -8598,0,47829.1416355684,26803.5332483478 -8599,0,47829.1416355684,26803.5332483478 -8600,0,47829.1416355684,26803.5332483478 -8601,0,47829.1416355684,26803.5332483478 -8602,0,47829.1416355684,26803.5332483478 -8603,0,47829.1416355684,26803.5332483478 -8604,0,47829.1416355684,26803.5332483478 -8605,0,47829.1416355684,26803.5332483478 -8606,0,47829.1416355684,26803.5332483478 -8607,0,47829.1416355684,26803.5332483478 -8608,0,47829.1416355684,26803.5332483478 -8609,0,47829.1416355684,26803.5332483478 -8610,0,47829.1416355684,26803.5332483478 -8611,0,47829.1416355684,26803.5332483478 -8612,0,47829.1416355684,26803.5332483478 -8613,0,47829.1416355684,26803.5332483478 -8614,0,47829.1416355684,26803.5332483478 -8615,0,47829.1416355684,26803.5332483478 -8616,0,47829.1416355684,26803.5332483478 -8617,0,47829.1416355684,26803.5332483478 -8618,0,47829.1416355684,26803.5332483478 -8619,0,47829.1416355684,26803.5332483478 -8620,0,47829.1416355684,26803.5332483478 -8621,0,47829.1416355684,26803.5332483478 -8622,0,47829.1416355684,26803.5332483478 -8623,0,47829.1416355684,26803.5332483478 -8624,0,47829.1416355684,26803.5332483478 -8625,0,47829.1416355684,26803.5332483478 -8626,0,47829.1416355684,26803.5332483478 -8627,0,47829.1416355684,26803.5332483478 -8628,0,47829.1416355684,26803.5332483478 -8629,0,47829.1416355684,26803.5332483478 -8630,0,47829.1416355684,26803.5332483478 -8631,0,47829.1416355684,26803.5332483478 -8632,0,47829.1416355684,26803.5332483478 -8633,0,47829.1416355684,26803.5332483478 -8634,0,47829.1416355684,26803.5332483478 -8635,0,47829.1416355684,26803.5332483478 -8636,0,47829.1416355684,26803.5332483478 -8637,0,47829.1416355684,26803.5332483478 -8638,0,47829.1416355684,26803.5332483478 -8639,0,47829.1416355684,26803.5332483478 -8640,0,47829.1416355684,26803.5332483478 -8641,0,47829.1416355684,26803.5332483478 -8642,0,47829.1416355684,26803.5332483478 -8643,0,47829.1416355684,26803.5332483478 -8644,0,47829.1416355684,26803.5332483478 -8645,0,47829.1416355684,26803.5332483478 -8646,0,47829.1416355684,26803.5332483478 -8647,0,47829.1416355684,26803.5332483478 -8648,0,47829.1416355684,26803.5332483478 -8649,0,47829.1416355684,26803.5332483478 -8650,0,47829.1416355684,26803.5332483478 -8651,0,47829.1416355684,26803.5332483478 -8652,0,47829.1416355684,26803.5332483478 -8653,0,47829.1416355684,26803.5332483478 -8654,0,47829.1416355684,26803.5332483478 -8655,0,47829.1416355684,26803.5332483478 -8656,0,47829.1416355684,26803.5332483478 -8657,0,47829.1416355684,26803.5332483478 -8658,0,47829.1416355684,26803.5332483478 -8659,0,47829.1416355684,26803.5332483478 -8660,0,47829.1416355684,26803.5332483478 -8661,0,47829.1416355684,26803.5332483478 -8662,0,47829.1416355684,26803.5332483478 -8663,0,47829.1416355684,26803.5332483478 -8664,0,47829.1416355684,26803.5332483478 -8665,0,47829.1416355684,26803.5332483478 -8666,0,47829.1416355684,26803.5332483478 -8667,0,47829.1416355684,26803.5332483478 -8668,0,47829.1416355684,26803.5332483478 -8669,0,47829.1416355684,26803.5332483478 -8670,0,47829.1416355684,26803.5332483478 -8671,0,47829.1416355684,26803.5332483478 -8672,0,47829.1416355684,26803.5332483478 -8673,0,47829.1416355684,26803.5332483478 -8674,0,47829.1416355684,26803.5332483478 -8675,0,47829.1416355684,26803.5332483478 -8676,0,47829.1416355684,26803.5332483478 -8677,0,47829.1416355684,26803.5332483478 -8678,0,47829.1416355684,26803.5332483478 -8679,0,47829.1416355684,26803.5332483478 -8680,0,47829.1416355684,26803.5332483478 -8681,0,47829.1416355684,26803.5332483478 -8682,0,47829.1416355684,26803.5332483478 -8683,0,47829.1416355684,26803.5332483478 -8684,0,47829.1416355684,26803.5332483478 -8685,0,47829.1416355684,26803.5332483478 -8686,0,47829.1416355684,26803.5332483478 -8687,0,47829.1416355684,26803.5332483478 -8688,0,47829.1416355684,26803.5332483478 -8689,0,47829.1416355684,26803.5332483478 -8690,0,47829.1416355684,26803.5332483478 -8691,0,47829.1416355684,26803.5332483478 -8692,0,47829.1416355684,26803.5332483478 -8693,0,47829.1416355684,26803.5332483478 -8694,0,47829.1416355684,26803.5332483478 -8695,0,47829.1416355684,26803.5332483478 -8696,0,47829.1416355684,26803.5332483478 -8697,0,47829.1416355684,26803.5332483478 -8698,0,47829.1416355684,26803.5332483478 -8699,0,47829.1416355684,26803.5332483478 -8700,0,47829.1416355684,26803.5332483478 -8701,0,47829.1416355684,26803.5332483478 -8702,0,47829.1416355684,26803.5332483478 -8703,0,47829.1416355684,26803.5332483478 -8704,0,47829.1416355684,26803.5332483478 -8705,0,47829.1416355684,26803.5332483478 -8706,0,47829.1416355684,26803.5332483478 -8707,0,47829.1416355684,26803.5332483478 -8708,0,47829.1416355684,26803.5332483478 -8709,0,47829.1416355684,26803.5332483478 -8710,0,47829.1416355684,26803.5332483478 -8711,0,47829.1416355684,26803.5332483478 -8712,0,47829.1416355684,26803.5332483478 -8713,0,47829.1416355684,26803.5332483478 -8714,0,47829.1416355684,26803.5332483478 -8715,0,47829.1416355684,26803.5332483478 -8716,0,47829.1416355684,26803.5332483478 -8717,0,47829.1416355684,26803.5332483478 -8718,0,47829.1416355684,26803.5332483478 -8719,0,47829.1416355684,26803.5332483478 -8720,0,47829.1416355684,26803.5332483478 -8721,0,47829.1416355684,26803.5332483478 -8722,0,47829.1416355684,26803.5332483478 -8723,0,47829.1416355684,26803.5332483478 -8724,0,47829.1416355684,26803.5332483478 -8725,0,47829.1416355684,26803.5332483478 -8726,0,47829.1416355684,26803.5332483478 -8727,0,47829.1416355684,26803.5332483478 -8728,0,47829.1416355684,26803.5332483478 -8729,0,47829.1416355684,26803.5332483478 -8730,0,47829.1416355684,26803.5332483478 -8731,0,47829.1416355684,26803.5332483478 -8732,0,47829.1416355684,26803.5332483478 -8733,0,47829.1416355684,26803.5332483478 -8734,0,47829.1416355684,26803.5332483478 -8735,0,47829.1416355684,26803.5332483478 -8736,0,47829.1416355684,26803.5332483478 -8737,0,47829.1416355684,26803.5332483478 -8738,0,47829.1416355684,26803.5332483478 -8739,0,47829.1416355684,26803.5332483478 -8740,0,47829.1416355684,26803.5332483478 -8741,0,47829.1416355684,26803.5332483478 -8742,0,47829.1416355684,26803.5332483478 -8743,0,47829.1416355684,26803.5332483478 -8744,0,47829.1416355684,26803.5332483478 -8745,0,47829.1416355684,26803.5332483478 -8746,0,47829.1416355684,26803.5332483478 -8747,0,47829.1416355684,26803.5332483478 -8748,0,47829.1416355684,26803.5332483478 -8749,0,47829.1416355684,26803.5332483478 -8750,0,47829.1416355684,26803.5332483478 -8751,0,47829.1416355684,26803.5332483478 -8752,0,47829.1416355684,26803.5332483478 -8753,0,47829.1416355684,26803.5332483478 -8754,0,47829.1416355684,26803.5332483478 -8755,0,47829.1416355684,26803.5332483478 -8756,0,47829.1416355684,26803.5332483478 -8757,0,47829.1416355684,26803.5332483478 -8758,0,47829.1416355684,26803.5332483478 -8759,0,47829.1416355684,26803.5332483478 diff --git a/tests/data/deflex_2014_de02_test_csv/mobility.csv b/tests/data/deflex_2014_de02_test_csv/mobility.csv deleted file mode 100644 index 6bb8ded1..00000000 --- a/tests/data/deflex_2014_de02_test_csv/mobility.csv +++ /dev/null @@ -1,5 +0,0 @@ -,,efficiency,source,source_region -DE,diesel,0.95,oil,DE -DE,petrol,0.95,oil,DE -DE,electricity,1.0,electricity,DE -DE01,electricity,1.0,electricity,DE01 diff --git a/tests/data/deflex_2014_de02_test_csv/power lines.csv b/tests/data/deflex_2014_de02_test_csv/power lines.csv deleted file mode 100644 index e2b04744..00000000 --- a/tests/data/deflex_2014_de02_test_csv/power lines.csv +++ /dev/null @@ -1,3 +0,0 @@ -,electrical,electrical -,capacity,efficiency -DE01-DE02,897.93,1 diff --git a/tests/data/deflex_2014_de02_test_csv/power plants.csv b/tests/data/deflex_2014_de02_test_csv/power plants.csv deleted file mode 100644 index 43e50ad7..00000000 --- a/tests/data/deflex_2014_de02_test_csv/power plants.csv +++ /dev/null @@ -1,87 +0,0 @@ -de02,,capacity,count,fuel,efficiency,limit_elec_pp,variable_costs,downtime_factor -DE01,bioenergy - 0.38,600.439536258241,44,bioenergy,0.38,3892946.22686507,1.0,0.1 -DE01,bioenergy - 0.42,4947.24895683362,14732,bioenergy,0.417,32075456.634336,1.0,0.1 -DE01,bioenergy - 0.45,1.33150690813569,1,bioenergy,0.45,8633.2426248313,1.0,0.1 -DE01,hard coal - 0.23,15.7147733995068,1,hard coal,0.232,inf,1.3,0.22 -DE01,hard coal - 0.27,99.2512004179375,1,hard coal,0.266,inf,1.3,0.22 -DE01,hard coal - 0.32,74.8519469818612,3,hard coal,0.321,inf,1.3,0.22 -DE01,hard coal - 0.33,140.192320590337,4,hard coal,0.331,inf,1.3,0.22 -DE01,hard coal - 0.34,607.830893226186,9,hard coal,0.343,inf,1.3,0.22 -DE01,hard coal - 0.35,2186.66936387453,15,hard coal,0.35,inf,1.3,0.22 -DE01,hard coal - 0.36,1168.35204758649,2,hard coal,0.365,inf,1.3,0.22 -DE01,hard coal - 0.37,566.310807718015,4,hard coal,0.372,inf,1.3,0.22 -DE01,hard coal - 0.38,3149.90226393061,11,hard coal,0.381,inf,1.3,0.22 -DE01,hard coal - 0.39,1897.35211465624,7,hard coal,0.39,inf,1.3,0.22 -DE01,hard coal - 0.4,2480.12207977689,16,hard coal,0.4,inf,1.3,0.22 -DE01,hard coal - 0.41,1206.15021307899,6,hard coal,0.408,inf,1.3,0.22 -DE01,hard coal - 0.42,504.030679455759,5,hard coal,0.418,inf,1.3,0.22 -DE01,hard coal - 0.43,658.366296105652,2,hard coal,0.432,inf,1.3,0.22 -DE01,hard coal - 0.44,1247.25675191875,5,hard coal,0.439,inf,1.3,0.22 -DE01,hard coal - 0.45,2351.92261257039,10,hard coal,0.449,inf,1.3,0.22 -DE01,hard coal - 0.46,3013.10102602122,13,hard coal,0.458,inf,1.3,0.22 -DE01,hard coal - 0.47,63.1072215990719,2,hard coal,0.47,inf,1.3,0.22 -DE01,hard coal - 0.49,78.5738669975339,2,hard coal,0.489,inf,1.3,0.22 -DE01,hard coal - 0.5,22.3315200940359,1,hard coal,0.504,inf,1.3,0.22 -DE01,lignite - 0.25,61.5213867436137,1,lignite,0.246,inf,1.7,0.13 -DE01,lignite - 0.29,0.0,1,lignite,0.29,inf,1.7,0.13 -DE01,lignite - 0.3,0.0,7,lignite,0.3,inf,1.7,0.13 -DE01,lignite - 0.31,254.808728676907,8,lignite,0.311,inf,1.7,0.13 -DE01,lignite - 0.32,1133.09539166596,5,lignite,0.319,inf,1.7,0.13 -DE01,lignite - 0.33,1085.34744971569,4,lignite,0.331,inf,1.7,0.13 -DE01,lignite - 0.34,2591.24408045489,5,lignite,0.339,inf,1.7,0.13 -DE01,lignite - 0.35,59.2258126113893,2,lignite,0.349,inf,1.7,0.13 -DE01,lignite - 0.36,345.529818382415,3,lignite,0.364,inf,1.7,0.13 -DE01,lignite - 0.37,244.524556564542,3,lignite,0.371,inf,1.7,0.13 -DE01,lignite - 0.38,1151.0926928626,9,lignite,0.379,inf,1.7,0.13 -DE01,lignite - 0.39,4637.05974709327,15,lignite,0.39,inf,1.7,0.13 -DE01,lignite - 0.4,4017.25473139268,6,lignite,0.4,inf,1.7,0.13 -DE01,lignite - 0.41,22.588449461088,1,lignite,0.41,inf,1.7,0.13 -DE01,lignite - 0.42,1324.17898243232,4,lignite,0.421,inf,1.7,0.13 -DE01,lignite - 0.43,2547.62817194263,4,lignite,0.429,inf,1.7,0.13 -DE01,natural gas - 0.18,26.386607601638,1,natural gas,0.18,inf,1.5,0.11 -DE01,natural gas - 0.29,34.5224782788098,2,natural gas,0.289,inf,1.5,0.11 -DE01,natural gas - 0.3,36.6480661133862,1,natural gas,0.305,inf,1.5,0.11 -DE01,natural gas - 0.31,385.097878719462,10,natural gas,0.311,inf,1.5,0.11 -DE01,natural gas - 0.32,274.860495850396,5,natural gas,0.315,inf,1.5,0.11 -DE01,natural gas - 0.33,92.059942076826,3,natural gas,0.329,inf,1.5,0.11 -DE01,natural gas - 0.34,107.745314373355,3,natural gas,0.34,inf,1.5,0.11 -DE01,natural gas - 0.35,699.904766633449,27,natural gas,0.351,inf,1.5,0.11 -DE01,natural gas - 0.36,2114.44682247793,23,natural gas,0.358,inf,1.5,0.11 -DE01,natural gas - 0.37,274.567311321489,16,natural gas,0.371,inf,1.5,0.11 -DE01,natural gas - 0.38,1105.96533916977,40,natural gas,0.381,inf,1.5,0.11 -DE01,natural gas - 0.39,539.972606114632,23,natural gas,0.39,inf,1.5,0.11 -DE01,natural gas - 0.4,946.692843840992,27,natural gas,0.398,inf,1.5,0.11 -DE01,natural gas - 0.41,124.750017049967,4,natural gas,0.411,inf,1.5,0.11 -DE01,natural gas - 0.42,1454.63504017252,10,natural gas,0.419,inf,1.5,0.11 -DE01,natural gas - 0.43,322.502981797798,1,natural gas,0.432,inf,1.5,0.11 -DE01,natural gas - 0.44,255.803501471435,2,natural gas,0.436,inf,1.5,0.11 -DE01,natural gas - 0.45,379.820557199134,5,natural gas,0.45,inf,1.5,0.11 -DE01,natural gas - 0.46,24.2610197670616,4,natural gas,0.458,inf,1.5,0.11 -DE01,natural gas - 0.5,30.7843755352444,1,natural gas,0.504,inf,1.5,0.11 -DE01,natural gas - 0.51,386.856985892904,9,natural gas,0.513,inf,1.5,0.11 -DE01,natural gas - 0.52,910.264666124286,8,natural gas,0.521,inf,1.5,0.11 -DE01,natural gas - 0.53,686.858055097084,5,natural gas,0.529,inf,1.5,0.11 -DE01,natural gas - 0.54,1145.69184283668,9,natural gas,0.541,inf,1.5,0.11 -DE01,natural gas - 0.55,184.339772550332,5,natural gas,0.553,inf,1.5,0.11 -DE01,natural gas - 0.56,1443.12754741292,16,natural gas,0.561,inf,1.5,0.11 -DE01,natural gas - 0.57,892.013929199819,2,natural gas,0.569,inf,1.5,0.11 -DE01,natural gas - 0.58,2550.26562469832,11,natural gas,0.582,inf,1.5,0.11 -DE01,natural gas - 0.59,636.210427728384,4,natural gas,0.59,inf,1.5,0.11 -DE01,natural gas - 0.6,762.133182893979,9,natural gas,0.599,inf,1.5,0.11 -DE01,natural gas - 0.61,0.0,3,natural gas,0.61,inf,1.5,0.11 -DE01,nuclear - 0.33,12075.0,9,nuclear,0.33,inf,1.2,0.11 -DE01,oil - 0.3,125.737860029781,2,oil,0.305,inf,1.0,0.15 -DE01,oil - 0.31,492.962918527973,10,oil,0.31,inf,1.0,0.15 -DE01,oil - 0.32,129.459073955896,2,oil,0.319,inf,1.0,0.15 -DE01,oil - 0.33,224.05624902503,5,oil,0.332,inf,1.0,0.15 -DE01,oil - 0.34,43.5773736084521,1,oil,0.343,inf,1.0,0.15 -DE01,oil - 0.35,137.097355172658,3,oil,0.353,inf,1.0,0.15 -DE01,oil - 0.36,1654.96093029852,8,oil,0.357,inf,1.0,0.15 -DE01,oil - 0.37,22.3272835566901,2,oil,0.369,inf,1.0,0.15 -DE01,oil - 0.38,1230.93839608594,20,oil,0.38,inf,1.0,0.15 -DE01,oil - 0.4,82.0625597390626,2,oil,0.397,inf,1.0,0.15 -DE01,other - 0.33,12.7804143740751,1,other,0.33,inf,1.0,0.15 -DE01,other - 0.42,979.538405874094,111,other,0.417,inf,1.0,0.15 -DE01,other - 0.45,16.0711797518309,1,other,0.446,inf,1.0,0.15 -DE01,waste - 0.33,1610.2,81,waste,0.33,inf,1.0,0.15 -DE02,bioenergy - 0.42,4.1,6,bioenergy,0.417,21849.4327594259,1.0,0.1 diff --git a/tests/data/deflex_2014_de02_test_csv/storages.csv b/tests/data/deflex_2014_de02_test_csv/storages.csv deleted file mode 100644 index 6934c899..00000000 --- a/tests/data/deflex_2014_de02_test_csv/storages.csv +++ /dev/null @@ -1,2 +0,0 @@ -de02,,energy,energy_inflow,pump,turbine,pump_eff,turbine_eff -DE01,phes,37841.3,417961,6250.5,6593.55,0.862594564913127,0.858755555963563 diff --git a/tests/data/deflex_2014_de02_test_csv/volatile plants.csv b/tests/data/deflex_2014_de02_test_csv/volatile plants.csv deleted file mode 100644 index bf4e1b22..00000000 --- a/tests/data/deflex_2014_de02_test_csv/volatile plants.csv +++ /dev/null @@ -1,7 +0,0 @@ -de02,energy_source_level_2,capacity,count -DE01,geothermal,31.4,11 -DE01,hydro,8735.9,7233 -DE01,solar,36786.5,1675237 -DE01,wind,34007.9,27689 -DE02,solar,5.5,266 -DE02,wind,517.8,27 diff --git a/tests/data/deflex_2014_de02_test_csv/volatile series.csv b/tests/data/deflex_2014_de02_test_csv/volatile series.csv deleted file mode 100644 index df85ca7b..00000000 --- a/tests/data/deflex_2014_de02_test_csv/volatile series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -,DE01,DE01,DE01,DE01,DE02,DE02 -,geothermal,hydro,solar,wind,solar,wind -0,0.5,0.255951455205554,0.0,0.229912771454705,0.0,0.980511238971777 -1,0.5,0.255951455205554,0.0,0.278212661824479,0.0,0.935361816276589 -2,0.5,0.255951455205554,0.0,0.286835449907558,0.0,0.93660211157341 -3,0.5,0.255951455205554,0.0,0.297556593414192,0.0,0.936129503353918 -4,0.5,0.255951455205554,0.0,0.293160878604996,0.0,0.933133027820352 -5,0.5,0.255951455205554,0.0,0.284791566099476,0.0,0.870175556789341 -6,0.5,0.255951455205554,0.0,0.271148404504438,0.0,0.773732870776074 -7,0.5,0.255951455205554,0.0,0.246233826251962,0.0,0.787483705069129 -8,0.5,0.255951455205554,0.0,0.226384925177698,0.0,0.729020837532217 -9,0.5,0.255951455205554,0.000992426698063944,0.215723655263602,0.0,0.754409177706254 -10,0.5,0.255951455205554,0.0397386563785709,0.20344158257641,0.000995731764007919,0.900390168700557 -11,0.5,0.255951455205554,0.104264022556939,0.205195224844894,0.00454219516611818,0.895354621584899 -12,0.5,0.255951455205554,0.162434488226585,0.229247688404903,0.0636334158727096,0.910004148564608 -13,0.5,0.255951455205554,0.193172270709581,0.243314090943368,0.209127540239412,0.908296332118662 -14,0.5,0.255951455205554,0.191414849743409,0.232997274522214,0.31377269383293,0.904037320093358 -15,0.5,0.255951455205554,0.150311645126405,0.214042851982433,0.209426020423805,0.897048996414756 -16,0.5,0.255951455205554,0.0371447169495492,0.226614436206645,0.0,0.905672379417519 -17,0.5,0.255951455205554,0.0,0.25494120844412,0.0,0.909070421935481 -18,0.5,0.255951455205554,0.0,0.291920336877227,0.0,0.915821438264386 -19,0.5,0.255951455205554,0.0,0.334189990427541,0.0,0.917868814148789 -20,0.5,0.255951455205554,0.0,0.371612426993214,0.0,0.921129179125241 -21,0.5,0.255951455205554,0.0,0.40161355491808,0.0,0.925155550965712 -22,0.5,0.255951455205554,0.0,0.427854156489853,0.0,0.931246587271969 -23,0.5,0.255951455205554,0.0,0.468524027632047,0.0,0.937349378226504 -24,0.5,0.255951455205554,0.0,0.515853509711231,0.0,0.945259198894511 -25,0.5,0.255951455205554,0.0,0.552319647724739,0.0,0.961712244980228 -26,0.5,0.255951455205554,0.0,0.581317503944587,0.0,0.259397109478483 -27,0.5,0.255951455205554,0.0,0.605421615891227,0.0,0.982555451679583 -28,0.5,0.255951455205554,0.0,0.622703091710371,0.0,0.987436813269715 -29,0.5,0.255951455205554,0.0,0.629203161843234,0.0,0.992871673797469 -30,0.5,0.255951455205554,0.0,0.625718340388088,0.0,0.993609301636728 -31,0.5,0.255951455205554,0.0,0.616171420784033,0.0,0.992190187327709 -32,0.5,0.255951455205554,0.0,0.595194326694824,0.0,0.99015599482046 -33,0.5,0.255951455205554,0.000890638539651733,0.570810026911787,0.0,0.988456971924523 -34,0.5,0.255951455205554,0.0241971303437021,0.534071958625476,0.000817572412639822,0.983257715804401 -35,0.5,0.255951455205554,0.0568785289868685,0.483786559708161,0.00338945148451729,0.980639786288537 -36,0.5,0.255951455205554,0.082270073154325,0.43011794982863,0.00783959804357798,0.978769894684722 -37,0.5,0.255951455205554,0.0853596041853924,0.375209092913418,0.00694998861885518,0.973077800437632 -38,0.5,0.255951455205554,0.0727759220177505,0.313474915453497,0.00227097376301851,0.947797027448449 -39,0.5,0.255951455205554,0.0397699110055573,0.252284917152467,0.00597183736180241,0.860850479882767 -40,0.5,0.255951455205554,0.00977943666996645,0.226705152814407,0.0,0.785137959019151 -41,0.5,0.255951455205554,1.32328400197319e-07,0.21877427983296,0.0,0.777185269751983 -42,0.5,0.255951455205554,0.0,0.20423731193679,0.0,0.710839043947756 -43,0.5,0.255951455205554,0.0,0.188592073815891,0.0,0.63171915499317 -44,0.5,0.255951455205554,0.0,0.180444528389726,0.0,0.568439539820077 -45,0.5,0.255951455205554,0.0,0.167305013799635,0.0,0.453504162165019 -46,0.5,0.255951455205554,0.0,0.151087375438773,0.0,0.502146656296824 -47,0.5,0.255951455205554,0.0,0.138220571259686,0.0,0.699869240505612 -48,0.5,0.255951455205554,0.0,0.141873900045807,0.0,0.725707261042738 -49,0.5,0.255951455205554,0.0,0.15232545542084,0.0,0.790987037852005 -50,0.5,0.255951455205554,0.0,0.166119110056367,0.0,0.838353565296233 -51,0.5,0.255951455205554,0.0,0.189412580445921,0.0,0.881125087415022 -52,0.5,0.255951455205554,0.0,0.20867241573696,0.0,0.896527692980762 -53,0.5,0.255951455205554,0.0,0.232532995026965,0.0,0.912193105355689 -54,0.5,0.255951455205554,0.0,0.262631977157007,0.0,0.918438880213281 -55,0.5,0.255951455205554,0.0,0.298952819502467,0.0,0.92085081070393 -56,0.5,0.255951455205554,0.0,0.33643019240082,0.0,0.922906850742653 -57,0.5,0.255951455205554,0.00109874825553334,0.370328542838183,0.0,0.9206647887463 -58,0.5,0.255951455205554,0.0422825012508394,0.39645205755209,0.00734222527737817,0.925301582575151 -59,0.5,0.255951455205554,0.0836991708086145,0.419678589040359,0.0369106689132818,0.930263999991752 -60,0.5,0.255951455205554,0.102530584105443,0.428058464613679,0.0442074742906816,0.919248467038965 -61,0.5,0.255951455205554,0.0960381701874793,0.4330948861276,0.0222632384636882,0.908002914487521 -62,0.5,0.255951455205554,0.0743511805628796,0.453149702657955,0.00865934080897608,0.957763471361277 -63,0.5,0.255951455205554,0.0398668663630716,0.471094259230763,0.00236000839905151,0.965768316540677 -64,0.5,0.255951455205554,0.0137989865836844,0.478570378234528,0.000591613835832098,0.971553023956929 -65,0.5,0.255951455205554,2.91918358353628e-06,0.499380658077175,0.0,0.969724442383604 -66,0.5,0.255951455205554,0.0,0.529593989909423,0.0,0.962745961325996 -67,0.5,0.255951455205554,0.0,0.564531598889974,0.0,0.953913299328391 -68,0.5,0.255951455205554,0.0,0.581611746531866,0.0,0.946351593009415 -69,0.5,0.255951455205554,0.0,0.609939336475799,0.0,0.945196156650561 -70,0.5,0.255951455205554,0.0,0.645732005849631,0.0,0.950640352004255 -71,0.5,0.255951455205554,0.0,0.666653005446519,0.0,0.959771138038485 -72,0.5,0.255951455205554,0.0,0.678463840944292,0.0,0.96742759562631 -73,0.5,0.255951455205554,0.0,0.661137233020222,0.0,1.00337280144823 -74,0.5,0.255951455205554,0.0,0.64881151774198,0.0,1.00407262549546 -75,0.5,0.255951455205554,0.0,0.632499171960674,0.0,1.00030695606914 -76,0.5,0.255951455205554,0.0,0.58479410406002,0.0,1.00878207190793 -77,0.5,0.255951455205554,0.0,0.517786666749637,0.0,1.00884453216947 -78,0.5,0.255951455205554,0.0,0.443161316766574,0.0,1.00526355473136 -79,0.5,0.255951455205554,0.0,0.365627436789887,0.0,0.965567869816208 -80,0.5,0.255951455205554,0.0,0.297091645293734,0.0,0.932695651316771 -81,0.5,0.255951455205554,0.000598663030087445,0.25424755429062,0.0,0.94953144973059 -82,0.5,0.255951455205554,0.0371079758654309,0.229960366991642,0.0037081233636912,0.915258112322773 -83,0.5,0.255951455205554,0.103902210253243,0.238898727746902,0.036701367124946,0.958465283924834 -84,0.5,0.255951455205554,0.159372442652965,0.272381189016221,0.290092684998814,0.961367801695799 -85,0.5,0.255951455205554,0.171568255030618,0.294419064138122,0.332455945457277,0.953117489885826 -86,0.5,0.255951455205554,0.144567446084872,0.298475289606118,0.298732038789445,0.942502078154864 -87,0.5,0.255951455205554,0.0806226053934036,0.308999987200461,0.176215794958795,0.918227348275635 -88,0.5,0.255951455205554,0.0123781976044737,0.300810037007297,0.0,0.910326379726985 -89,0.5,0.255951455205554,5.22576618586883e-06,0.28041257541331,0.0,0.910531268704259 -90,0.5,0.255951455205554,0.0,0.266359231606598,0.0,0.915360048837824 -91,0.5,0.255951455205554,0.0,0.269850588417507,0.0,0.916527350571798 -92,0.5,0.255951455205554,0.0,0.276046134041835,0.0,0.92442365981508 -93,0.5,0.255951455205554,0.0,0.268442622382374,0.0,0.920649945368845 -94,0.5,0.255951455205554,0.0,0.234528033066322,0.0,0.932197578990171 -95,0.5,0.255951455205554,0.0,0.198859235804825,0.0,0.931968090376734 -96,0.5,0.255951455205554,0.0,0.169553192443862,0.0,0.912520578249569 -97,0.5,0.255951455205554,0.0,0.132189879222781,0.0,0.836359019481077 -98,0.5,0.255951455205554,0.0,0.104368305047128,0.0,0.70924666077597 -99,0.5,0.255951455205554,0.0,0.0919107813326645,0.0,0.688850685556086 -100,0.5,0.255951455205554,0.0,0.0879902361400249,0.0,0.423979739242597 -101,0.5,0.255951455205554,0.0,0.0816645880955254,0.0,0.460381314667423 -102,0.5,0.255951455205554,0.0,0.0858284380628919,0.0,0.379010834099872 -103,0.5,0.255951455205554,0.0,0.112430665260526,0.0,0.462643787094492 -104,0.5,0.255951455205554,0.0,0.146192444533266,0.0,0.501539597857483 -105,0.5,0.255951455205554,0.000331114049425054,0.183959070191785,0.0,0.573095265276035 -106,0.5,0.255951455205554,0.0122049495597328,0.243897231542697,0.00254992692137375,0.60693344598233 -107,0.5,0.255951455205554,0.0299252444464678,0.311973463765507,0.0208623498266181,0.73737337037077 -108,0.5,0.255951455205554,0.0498014481440231,0.369412291953996,0.0128804155681981,0.613364234668392 -109,0.5,0.255951455205554,0.0634841913671201,0.40724578346954,0.042550938545616,0.556231774646245 -110,0.5,0.255951455205554,0.0638238115908265,0.387377264135798,0.0224641215364867,0.645955813753612 -111,0.5,0.255951455205554,0.0542689015289541,0.34498985399221,0.00660712740450039,0.729330036275596 -112,0.5,0.255951455205554,0.0166160220256386,0.326618140421082,0.0,0.731061928406788 -113,0.5,0.255951455205554,9.68064093133529e-07,0.310925759927367,0.0,0.696358513393697 -114,0.5,0.255951455205554,0.0,0.3079367866074,0.0,0.868106106698014 -115,0.5,0.255951455205554,0.0,0.300063363350146,0.0,0.911025865432399 -116,0.5,0.255951455205554,0.0,0.293549254548278,0.0,0.933473912713109 -117,0.5,0.255951455205554,0.0,0.277511703578869,0.0,0.952691494435303 -118,0.5,0.255951455205554,0.0,0.272129926121799,0.0,0.961526196892449 -119,0.5,0.255951455205554,0.0,0.280475677559508,0.0,0.97420467388871 -120,0.5,0.255951455205554,0.0,0.306927709486987,0.0,0.977933674303877 -121,0.5,0.255951455205554,0.0,0.35491347433778,0.0,0.972813306093076 -122,0.5,0.255951455205554,0.0,0.408358508376735,0.0,0.961786679208114 -123,0.5,0.255951455205554,0.0,0.456708890707441,0.0,0.960382668324716 -124,0.5,0.255951455205554,0.0,0.499834474692785,0.0,0.960209549864531 -125,0.5,0.255951455205554,0.0,0.539998473985007,0.0,0.953469406936231 -126,0.5,0.255951455205554,0.0,0.576511867217785,0.0,0.963604332981951 -127,0.5,0.255951455205554,0.0,0.614232223736107,0.0,0.982752839953155 -128,0.5,0.255951455205554,0.0,0.637425710935418,0.0,0.984131025781839 -129,0.5,0.255951455205554,0.00135873458226074,0.647383218843953,0.0,0.984104699355522 -130,0.5,0.255951455205554,0.03877440261553,0.635418013327175,0.000632787880342668,1.00115834927316 -131,0.5,0.255951455205554,0.0795594338681374,0.611219049005786,0.0026805003365371,1.00347417714065 -132,0.5,0.255951455205554,0.100721953468757,0.593797884875703,0.0069694471591334,0.998940215664338 -133,0.5,0.255951455205554,0.105338185275567,0.584008532596115,0.0468443796545188,0.978161238351032 -134,0.5,0.255951455205554,0.0992526040065299,0.558965871224632,0.0646272244507154,0.975472806533315 -135,0.5,0.255951455205554,0.0698763565707271,0.537569992220195,0.0166471079195491,0.966461120984715 -136,0.5,0.255951455205554,0.0168299200854874,0.520207476264205,0.0,0.949615669115625 -137,0.5,0.255951455205554,3.02479281126996e-06,0.507046240406878,0.0,0.939082145305976 -138,0.5,0.255951455205554,0.0,0.5062132026636,0.0,0.934524609848774 -139,0.5,0.255951455205554,0.0,0.52056094576123,0.0,0.917065100845908 -140,0.5,0.255951455205554,0.0,0.530924976199409,0.0,0.947713772706497 -141,0.5,0.255951455205554,0.0,0.525459847224889,0.0,0.932427472681369 -142,0.5,0.255951455205554,0.0,0.521650892196337,0.0,0.937775762603896 -143,0.5,0.255951455205554,0.0,0.526018619182644,0.0,0.951958395021099 -144,0.5,0.255951455205554,0.0,0.507988598326471,0.0,0.946416645501394 -145,0.5,0.255951455205554,0.0,0.51473867821724,0.0,0.94169439635999 -146,0.5,0.255951455205554,0.0,0.53125791488284,0.0,0.951974924184057 -147,0.5,0.255951455205554,0.0,0.549751454217167,0.0,0.956742828253385 -148,0.5,0.255951455205554,0.0,0.573664356192577,0.0,0.956393369008021 -149,0.5,0.255951455205554,0.0,0.609115896578895,0.0,0.965625134663479 -150,0.5,0.255951455205554,0.0,0.635882335532873,0.0,0.977156664697041 -151,0.5,0.255951455205554,0.0,0.661422510351806,0.0,0.986636900013763 -152,0.5,0.255951455205554,0.0,0.684101063354575,0.0,0.997235597349413 -153,0.5,0.255951455205554,0.000430864354802358,0.686350926481614,0.0,0.991953691325108 -154,0.5,0.255951455205554,0.018191015871286,0.692896643355912,0.00172585264942478,0.990955115447492 -155,0.5,0.255951455205554,0.0468720509103851,0.695524713806515,0.000979007423446312,0.9962127223126 -156,0.5,0.255951455205554,0.0759004830203835,0.684376120039063,0.00693836605784189,1.00335369893873 -157,0.5,0.255951455205554,0.0993019734187553,0.678022565834485,0.0550435649016856,1.0057603283259 -158,0.5,0.255951455205554,0.0997407425945211,0.657652994615814,0.0123928268576399,0.997768652697945 -159,0.5,0.255951455205554,0.0773046971288218,0.626207547801893,0.00348173318058404,0.998763912209358 -160,0.5,0.255951455205554,0.0289289576527168,0.599016628836847,0.000910440367984957,0.994817667601996 -161,0.5,0.255951455205554,1.41720593376004e-06,0.571285346962399,0.0,0.993789690769472 -162,0.5,0.255951455205554,0.0,0.561415268432488,0.0,0.996126490633605 -163,0.5,0.255951455205554,0.0,0.554821587832478,0.0,0.99251469089709 -164,0.5,0.255951455205554,0.0,0.55827341433938,0.0,0.988470066819851 -165,0.5,0.255951455205554,0.0,0.565614350147718,0.0,0.991335301125007 -166,0.5,0.255951455205554,0.0,0.56810160071312,0.0,0.996471551562929 -167,0.5,0.255951455205554,0.0,0.5650145468281,0.0,0.997040438952474 -168,0.5,0.255951455205554,0.0,0.561561029451369,0.0,0.993372369393113 -169,0.5,0.255951455205554,0.0,0.556598445355633,0.0,0.989026996786095 -170,0.5,0.255951455205554,0.0,0.556608526515714,0.0,0.987303411998867 -171,0.5,0.255951455205554,0.0,0.559611883929309,0.0,0.996445582856915 -172,0.5,0.255951455205554,0.0,0.56733102856861,0.0,0.996233100581858 -173,0.5,0.255951455205554,0.0,0.569081036884032,0.0,0.991965217850518 -174,0.5,0.255951455205554,0.0,0.577634188268369,0.0,0.984488206422466 -175,0.5,0.255951455205554,0.0,0.589263288011381,0.0,0.976934673625772 -176,0.5,0.255951455205554,0.0,0.592143971187464,0.0,0.989834569836577 -177,0.5,0.255951455205554,0.000274277976322663,0.595651185786359,0.0,0.993218870437672 -178,0.5,0.255951455205554,0.0110673082834199,0.604904831867063,0.00188047523082443,0.972051824826758 -179,0.5,0.255951455205554,0.0325573514371432,0.645079695417572,0.0177308690385982,0.98095862003244 -180,0.5,0.255951455205554,0.0614999649085675,0.667719575938897,0.0350039208282304,1.00898593879062 -181,0.5,0.255951455205554,0.0855077633984295,0.657800304883832,0.0286560893631837,1.00069191131542 -182,0.5,0.255951455205554,0.0836034082859809,0.638828834594831,0.199678673405263,1.0069965597073 -183,0.5,0.255951455205554,0.0549387007095287,0.59838906891634,0.080301517373633,1.00685302636801 -184,0.5,0.255951455205554,0.0167223696197246,0.554085585424773,0.000990898643673731,0.991351741424552 -185,0.5,0.255951455205554,8.84920439281533e-06,0.486433439626019,0.0,0.973348316732467 -186,0.5,0.255951455205554,0.0,0.431036539572968,0.0,0.976769355629903 -187,0.5,0.255951455205554,0.0,0.393739448535199,0.0,0.931332390998398 -188,0.5,0.255951455205554,0.0,0.356558045472616,0.0,0.88131780265257 -189,0.5,0.255951455205554,0.0,0.328113210420453,0.0,0.866871228261084 -190,0.5,0.255951455205554,0.0,0.304890123275313,0.0,0.898471707209872 -191,0.5,0.255951455205554,0.0,0.285098308955523,0.0,0.848361905998455 -192,0.5,0.255951455205554,0.0,0.26535023776906,0.0,0.803210727215489 -193,0.5,0.255951455205554,0.0,0.244086559249405,0.0,0.727149891718971 -194,0.5,0.255951455205554,0.0,0.227737302816429,0.0,0.577124447807234 -195,0.5,0.255951455205554,0.0,0.222885116540395,0.0,0.507481022290106 -196,0.5,0.255951455205554,0.0,0.233488906387427,0.0,0.398954328122327 -197,0.5,0.255951455205554,0.0,0.260281604207865,0.0,0.305910694768094 -198,0.5,0.255951455205554,0.0,0.320133283046755,0.0,0.709542809461123 -199,0.5,0.255951455205554,0.0,0.410427911587851,0.0,0.935972152139902 -200,0.5,0.255951455205554,0.0,0.502936446622271,0.0,0.932798792112718 -201,0.5,0.255951455205554,0.000933145827602075,0.59267264565665,0.0,0.94708457830096 -202,0.5,0.255951455205554,0.026990519821337,0.705224399712643,0.000348066738001398,0.967848023080749 -203,0.5,0.255951455205554,0.060698975439877,0.786932788935635,0.00191288697678664,0.98498061257439 -204,0.5,0.255951455205554,0.0773407925674585,0.847642841719,0.00378178406720878,0.990385639484469 -205,0.5,0.255951455205554,0.0911118875460573,0.886122634519987,0.00762869823646026,0.99465079691736 -206,0.5,0.255951455205554,0.0908544514650753,0.912544632381695,0.00116816792414281,0.995620693362659 -207,0.5,0.255951455205554,0.0639541920615184,0.938061653939533,0.00312106789216581,0.99112349484413 -208,0.5,0.255951455205554,0.0256869714750631,0.947593602286783,0.0,0.997814624570053 -209,0.5,0.255951455205554,9.60887672064532e-06,0.949344969711222,0.0,0.998582720090459 -210,0.5,0.255951455205554,0.0,0.939922768343055,0.0,1.01048875490787 -211,0.5,0.255951455205554,0.0,0.923260204826708,0.0,0.923615844891682 -212,0.5,0.255951455205554,0.0,0.904074479111816,0.0,0.915545853633333 -213,0.5,0.255951455205554,0.0,0.880834629600346,0.0,0.91920204796754 -214,0.5,0.255951455205554,0.0,0.858016960701775,0.0,1.00961055221947 -215,0.5,0.255951455205554,0.0,0.844124961187292,0.0,1.00996452855737 -216,0.5,0.255951455205554,0.0,0.838570657330079,0.0,1.00975871036548 -217,0.5,0.255951455205554,0.0,0.831217632114019,0.0,1.00962488226409 -218,0.5,0.255951455205554,0.0,0.819629214920514,0.0,1.00940553552461 -219,0.5,0.255951455205554,0.0,0.80628597291474,0.0,1.00703075841711 -220,0.5,0.255951455205554,0.0,0.803127621538838,0.0,0.998382928601923 -221,0.5,0.255951455205554,0.0,0.801441660976386,0.0,0.959242039513783 -222,0.5,0.255951455205554,0.0,0.803317504759586,0.0,0.960617032122972 -223,0.5,0.255951455205554,0.0,0.805814595421017,0.0,0.999859212803845 -224,0.5,0.255951455205554,0.0,0.810387542799357,0.0,1.00663387470632 -225,0.5,0.255951455205554,0.000438953967737766,0.81233732030498,0.0,1.00429453398625 -226,0.5,0.255951455205554,0.0139739652551484,0.810677345017081,0.00154519271275681,0.998989017528357 -227,0.5,0.255951455205554,0.0349306259053286,0.80803541132418,0.0105063132722129,0.988492170537233 -228,0.5,0.255951455205554,0.0582049407671264,0.794856635119078,0.0511788333776075,0.993372591535939 -229,0.5,0.255951455205554,0.0760488568005226,0.774484624341849,0.0505203361948886,1.00183016547259 -230,0.5,0.255951455205554,0.0736777091955803,0.753226073699544,0.116988412547301,1.00428762707628 -231,0.5,0.255951455205554,0.0530676160072048,0.70592973847129,0.0149933760310004,0.985186514521814 -232,0.5,0.255951455205554,0.0210674357109459,0.636094174089028,0.0,0.990549968532583 -233,0.5,0.255951455205554,0.0,0.57568644142612,0.0,0.997521853426637 -234,0.5,0.255951455205554,0.0,0.534062458264916,0.0,0.991781475860208 -235,0.5,0.255951455205554,0.0,0.512345975904574,0.0,0.979358345413091 -236,0.5,0.255951455205554,0.0,0.510462720915472,0.0,0.978111308615667 -237,0.5,0.255951455205554,0.0,0.50817932456191,0.0,0.994630359308811 -238,0.5,0.255951455205554,0.0,0.497763000567935,0.0,0.998768491732112 -239,0.5,0.255951455205554,0.0,0.493703410032764,0.0,0.993939616115178 -240,0.5,0.255951455205554,0.0,0.478364548348533,0.0,0.981787687724062 -241,0.5,0.255951455205554,0.0,0.464009867743293,0.0,0.941467463137239 -242,0.5,0.255951455205554,0.0,0.446328243314212,0.0,0.882812742807019 -243,0.5,0.255951455205554,0.0,0.438173315079103,0.0,0.812590787118258 -244,0.5,0.255951455205554,0.0,0.422390032618507,0.0,0.750901779448784 -245,0.5,0.255951455205554,0.0,0.405270122782637,0.0,0.700629619013722 -246,0.5,0.255951455205554,0.0,0.388573590673341,0.0,0.633591576685674 -247,0.5,0.255951455205554,0.0,0.368912293009021,0.0,0.549262125562164 -248,0.5,0.255951455205554,0.0,0.360003407941617,0.0,0.383079198915765 -249,0.5,0.255951455205554,0.00100732757748662,0.360005202938307,0.0,0.235332361193207 -250,0.5,0.255951455205554,0.040863238990076,0.378726319710226,0.00165471982865998,0.196270762444905 -251,0.5,0.255951455205554,0.0993971618965255,0.407256938875696,0.00708885807079459,0.259512210061896 -252,0.5,0.255951455205554,0.145619218508616,0.426948490767205,0.0095052331242217,0.245913728537922 -253,0.5,0.255951455205554,0.160764400372142,0.431371118801899,0.00937974107141753,0.182235885481034 -254,0.5,0.255951455205554,0.140328174182006,0.419290753482001,0.0081209761371107,0.195937086514846 -255,0.5,0.255951455205554,0.0936611232150271,0.417948343137302,0.0073672149156125,0.45550989205136 -256,0.5,0.255951455205554,0.0326368539793065,0.443919086489201,0.0,0.825324187006644 -257,0.5,0.255951455205554,2.9339853548577e-05,0.481708708825484,0.0,0.906623942581183 -258,0.5,0.255951455205554,0.0,0.530197906075241,0.0,0.910568044583724 -259,0.5,0.255951455205554,0.0,0.59588623741071,0.0,0.917036000300612 -260,0.5,0.255951455205554,0.0,0.642581944345461,0.0,0.934950923719232 -261,0.5,0.255951455205554,0.0,0.653723037749121,0.0,0.962788550096154 -262,0.5,0.255951455205554,0.0,0.644744306639359,0.0,0.994187852771529 -263,0.5,0.255951455205554,0.0,0.615955507351798,0.0,0.989251895080143 -264,0.5,0.255951455205554,0.0,0.571370319852423,0.0,0.989458375822094 -265,0.5,0.255951455205554,0.0,0.545190520082041,0.0,0.98740678364278 -266,0.5,0.255951455205554,0.0,0.530553766066996,0.0,0.99010000227327 -267,0.5,0.255951455205554,0.0,0.514327374419477,0.0,0.978110145421793 -268,0.5,0.255951455205554,0.0,0.499875183073768,0.0,0.920751026791477 -269,0.5,0.255951455205554,0.0,0.474432741906429,0.0,0.807213174128173 -270,0.5,0.255951455205554,0.0,0.441115716412435,0.0,0.696856401629403 -271,0.5,0.255951455205554,0.0,0.409601496300634,0.0,0.539317988855005 -272,0.5,0.255951455205554,0.0,0.366569048450734,0.0,0.427925451872186 -273,0.5,0.255951455205554,0.00158478054627238,0.328517577307555,0.0,0.347388598485557 -274,0.5,0.255951455205554,0.0816545142824817,0.286151160464533,0.0493469597539763,0.299375525885458 -275,0.5,0.255951455205554,0.201902868154667,0.274701912894396,0.19946805331518,0.273851511714407 -276,0.5,0.255951455205554,0.301399899745952,0.267690753119716,0.247399908690125,0.210326987178476 -277,0.5,0.255951455205554,0.355648116513166,0.253619338078468,0.241899760166623,0.18489357725332 -278,0.5,0.255951455205554,0.350126944455324,0.21776081041034,0.254505871220218,0.230131216717178 -279,0.5,0.255951455205554,0.282892814360141,0.170242590243731,0.213646009306193,0.246721655494794 -280,0.5,0.255951455205554,0.0885225295600707,0.132286123894273,0.0,0.20972999883987 -281,0.5,0.255951455205554,0.0,0.105781228226923,0.0,0.139223576382502 -282,0.5,0.255951455205554,0.0,0.0853095482419336,0.0,0.132096724510775 -283,0.5,0.255951455205554,0.0,0.0747262653300884,0.0,0.197452563745038 -284,0.5,0.255951455205554,0.0,0.067563795412421,0.0,0.327898282047436 -285,0.5,0.255951455205554,0.0,0.0628454283242903,0.0,0.46828809114616 -286,0.5,0.255951455205554,0.0,0.058799024176997,0.0,0.488435605555267 -287,0.5,0.255951455205554,0.0,0.0596682591993164,0.0,0.553433479121475 -288,0.5,0.255951455205554,0.0,0.0644438705797374,0.0,0.666103708455397 -289,0.5,0.255951455205554,0.0,0.071247769905923,0.0,0.765280530785513 -290,0.5,0.255951455205554,0.0,0.078664508188065,0.0,0.815850124623113 -291,0.5,0.255951455205554,0.0,0.088596398757221,0.0,0.828786072739934 -292,0.5,0.255951455205554,0.0,0.101239999556189,0.0,0.83919408928303 -293,0.5,0.255951455205554,0.0,0.117957815566781,0.0,0.850736535144663 -294,0.5,0.255951455205554,0.0,0.141505143809234,0.0,0.867205567900431 -295,0.5,0.255951455205554,0.0,0.171563492223152,0.0,0.878885240868663 -296,0.5,0.255951455205554,0.0,0.196500656654666,0.0,0.8625652577994 -297,0.5,0.255951455205554,0.00229672353865448,0.222276410614796,0.0,0.607914558348921 -298,0.5,0.255951455205554,0.0494503935194958,0.232436377899359,0.00534420658180438,0.857248533399606 -299,0.5,0.255951455205554,0.0812603810106313,0.229572704089378,0.0242769824077577,0.907114351039925 -300,0.5,0.255951455205554,0.0854394298871403,0.23426786276253,0.0289487872701243,0.850622451174962 -301,0.5,0.255951455205554,0.0777925210463734,0.218529166461457,0.032842573277608,0.759857606557031 -302,0.5,0.255951455205554,0.0609590496428378,0.19998254831714,0.0214171722090848,0.736187683788939 -303,0.5,0.255951455205554,0.0374005420841344,0.201922992550096,0.00832698138824931,0.684827251769245 -304,0.5,0.255951455205554,0.0124797541464451,0.204205307884304,0.0,0.574086370006911 -305,0.5,0.255951455205554,6.70601741397833e-05,0.176398022085612,0.0,0.535095252289648 -306,0.5,0.255951455205554,0.0,0.136929542431166,0.0,0.494349869185244 -307,0.5,0.255951455205554,0.0,0.114014276452604,0.0,0.399471545701677 -308,0.5,0.255951455205554,0.0,0.100034602452238,0.0,0.243281529085729 -309,0.5,0.255951455205554,0.0,0.0894596899739025,0.0,0.156684388849372 -310,0.5,0.255951455205554,0.0,0.084570031447628,0.0,0.113575845664884 -311,0.5,0.255951455205554,0.0,0.0797879066021848,0.0,0.0920063075941219 -312,0.5,0.255951455205554,0.0,0.0745381914302017,0.0,0.100247922034768 -313,0.5,0.255951455205554,0.0,0.0697362292307305,0.0,0.15243309558229 -314,0.5,0.255951455205554,0.0,0.0663107295198958,0.0,0.315415202508382 -315,0.5,0.255951455205554,0.0,0.0630776543617562,0.0,0.4459340497078 -316,0.5,0.255951455205554,0.0,0.0624961437123163,0.0,0.493411808188454 -317,0.5,0.255951455205554,0.0,0.0649039882623767,0.0,0.460974783236059 -318,0.5,0.255951455205554,0.0,0.0658793028660896,0.0,0.449983038033029 -319,0.5,0.255951455205554,0.0,0.0647491134323442,0.0,0.463118455845418 -320,0.5,0.255951455205554,0.0,0.0621158362656286,0.0,0.518309532279273 -321,0.5,0.255951455205554,0.000702424727292985,0.0584066955450113,0.0,0.635110473733371 -322,0.5,0.255951455205554,0.0273151782066478,0.0573748646261971,0.00825465105488706,0.707985438517959 -323,0.5,0.255951455205554,0.0764917330797718,0.0599583463754237,0.0528986805501384,0.725301257411502 -324,0.5,0.255951455205554,0.120909510361101,0.0650449182261141,0.263857546208083,0.698000717448814 -325,0.5,0.255951455205554,0.141238151099588,0.0691438255811329,0.356126733896531,0.665919324072361 -326,0.5,0.255951455205554,0.13085813198988,0.0737725441181238,0.346101645211412,0.634821304604573 -327,0.5,0.255951455205554,0.0929780626507897,0.0690702596015157,0.230351100522035,0.578610300884721 -328,0.5,0.255951455205554,0.0375700792939776,0.0625138054571013,0.0,0.508239002725426 -329,0.5,0.255951455205554,2.59116511493107e-05,0.0598984406392286,0.0,0.46264090960937 -330,0.5,0.255951455205554,0.0,0.0579435030371889,0.0,0.432684831796382 -331,0.5,0.255951455205554,0.0,0.0558984773898765,0.0,0.451537830301027 -332,0.5,0.255951455205554,0.0,0.0540654724596997,0.0,0.480499048296794 -333,0.5,0.255951455205554,0.0,0.0523927246834352,0.0,0.476432203891681 -334,0.5,0.255951455205554,0.0,0.0497917631885653,0.0,0.432008814855137 -335,0.5,0.255951455205554,0.0,0.048385405471711,0.0,0.41858647117621 -336,0.5,0.255951455205554,0.0,0.0467446002287787,0.0,0.438484981835371 -337,0.5,0.255951455205554,0.0,0.0455118764402041,0.0,0.459627546783877 -338,0.5,0.255951455205554,0.0,0.0451911410384296,0.0,0.500634833474639 -339,0.5,0.255951455205554,0.0,0.0465648530325864,0.0,0.530720795005133 -340,0.5,0.255951455205554,0.0,0.0496721919954411,0.0,0.524945986384349 -341,0.5,0.255951455205554,0.0,0.0529238583246485,0.0,0.514088077219045 -342,0.5,0.255951455205554,0.0,0.0579953286021383,0.0,0.549838271424881 -343,0.5,0.255951455205554,0.0,0.0650843216749057,0.0,0.640430274299626 -344,0.5,0.255951455205554,0.0,0.0739817609123448,0.0,0.716006407098229 -345,0.5,0.255951455205554,0.00138881740455194,0.0817438615523551,0.0,0.764692413241328 -346,0.5,0.255951455205554,0.046156119915023,0.0910170858626774,0.0157095648645396,0.808278634961052 -347,0.5,0.255951455205554,0.108579951141371,0.112208001008596,0.0663475208482914,0.833313135859745 -348,0.5,0.255951455205554,0.14924268590063,0.138635951438563,0.171461666635069,0.850060434684755 -349,0.5,0.255951455205554,0.154918578525129,0.162807070749377,0.0870343096063653,0.865758143241522 -350,0.5,0.255951455205554,0.12738403829899,0.177553891885093,0.0623456903995022,0.858983706801464 -351,0.5,0.255951455205554,0.0849609448124736,0.19531380838677,0.0493098646298095,0.857969044347854 -352,0.5,0.255951455205554,0.0364263331844341,0.2122096021994,0.0399657239485002,0.887910648689561 -353,0.5,0.255951455205554,3.55173896963306e-05,0.236962958236258,0.0,0.921820970111334 -354,0.5,0.255951455205554,0.0,0.272385937678296,0.0,0.939424141068019 -355,0.5,0.255951455205554,0.0,0.305579678366428,0.0,0.945952429507423 -356,0.5,0.255951455205554,0.0,0.331585798564447,0.0,0.950378758411036 -357,0.5,0.255951455205554,0.0,0.346303719530611,0.0,0.957988095365028 -358,0.5,0.255951455205554,0.0,0.344916843838321,0.0,0.961218384839085 -359,0.5,0.255951455205554,0.0,0.33881761721834,0.0,0.959643574668935 -360,0.5,0.255951455205554,0.0,0.336291836910078,0.0,0.955886333710525 -361,0.5,0.255951455205554,0.0,0.329042849523952,0.0,0.95327625163212 -362,0.5,0.255951455205554,0.0,0.325430810031542,0.0,0.951548954128296 -363,0.5,0.255951455205554,0.0,0.321121370812515,0.0,0.944649420018665 -364,0.5,0.255951455205554,0.0,0.321284390873594,0.0,0.934364882112788 -365,0.5,0.255951455205554,0.0,0.322228339131651,0.0,0.920067290454165 -366,0.5,0.255951455205554,0.0,0.324184004515532,0.0,0.914807105704353 -367,0.5,0.255951455205554,0.0,0.332566740647492,0.0,0.917051679437304 -368,0.5,0.255951455205554,0.0,0.346323544001682,0.0,0.927428409549922 -369,0.5,0.255951455205554,0.00133923295054626,0.354589765616693,0.0,0.943837191729651 -370,0.5,0.255951455205554,0.0228856098175069,0.36648130383007,0.0025720232459727,0.947112726295071 -371,0.5,0.255951455205554,0.0518694504631028,0.372185704153402,0.0132009801511323,0.904948405313165 -372,0.5,0.255951455205554,0.0757700741472638,0.377662866272216,0.0230248233997149,0.826266656544546 -373,0.5,0.255951455205554,0.0843777424519884,0.369508784972446,0.0240624447816205,0.769971530077553 -374,0.5,0.255951455205554,0.0755205361235833,0.348036484812099,0.0175640660490957,0.66424857106212 -375,0.5,0.255951455205554,0.0506790902153709,0.327911519004616,0.00810193067854664,0.543967375384284 -376,0.5,0.255951455205554,0.0187741423508087,0.304321665058106,0.00111275833295894,0.536622266855769 -377,0.5,0.255951455205554,0.000105519596039715,0.283543177380306,0.0,0.601779509693094 -378,0.5,0.255951455205554,0.0,0.265442417807177,0.0,0.48493570470458 -379,0.5,0.255951455205554,0.0,0.249033664812557,0.0,0.435991620571951 -380,0.5,0.255951455205554,0.0,0.237307597784464,0.0,0.621222499651087 -381,0.5,0.255951455205554,0.0,0.2232184413176,0.0,0.736853591654295 -382,0.5,0.255951455205554,0.0,0.227379049772526,0.0,0.79831688218122 -383,0.5,0.255951455205554,0.0,0.223031627273142,0.0,0.772270080789644 -384,0.5,0.255951455205554,0.0,0.219236675758017,0.0,0.698127742283295 -385,0.5,0.255951455205554,0.0,0.214296609417894,0.0,0.713931063179017 -386,0.5,0.255951455205554,0.0,0.214798912128902,0.0,0.730532763153911 -387,0.5,0.255951455205554,0.0,0.215614256112736,0.0,0.783260981622109 -388,0.5,0.255951455205554,0.0,0.217637274567434,0.0,0.81989818355675 -389,0.5,0.255951455205554,0.0,0.223358867399304,0.0,0.751167132481498 -390,0.5,0.255951455205554,0.0,0.230945736694259,0.0,0.744417288250163 -391,0.5,0.255951455205554,0.0,0.243482610582276,0.0,0.795170787373535 -392,0.5,0.255951455205554,0.0,0.257708322049973,0.0,0.802159910514882 -393,0.5,0.255951455205554,0.00139945422087871,0.27300501821298,0.0,0.833751116532446 -394,0.5,0.255951455205554,0.0382711966710642,0.284763379796701,0.00120220615740338,0.870860979097686 -395,0.5,0.255951455205554,0.0931990882926984,0.31098521974834,0.00490761964379377,0.899370846670835 -396,0.5,0.255951455205554,0.140070735605744,0.344336305757393,0.0217953687025203,0.910979322226059 -397,0.5,0.255951455205554,0.164870541636887,0.355043273928596,0.0290183850766002,0.911059782160172 -398,0.5,0.255951455205554,0.151995797479257,0.324584789911765,0.0314111506912974,0.908838190673255 -399,0.5,0.255951455205554,0.11220741840391,0.282689823997883,0.0277913120851133,0.905554123790541 -400,0.5,0.255951455205554,0.0538334116734536,0.246056907509596,0.00504994307897368,0.892967194443193 -401,0.5,0.255951455205554,2.58645046237361e-05,0.217564792678467,0.0,0.868812080378639 -402,0.5,0.255951455205554,0.0,0.201510246566473,0.0,0.846631475530617 -403,0.5,0.255951455205554,0.0,0.197418648888786,0.0,0.858988261828009 -404,0.5,0.255951455205554,0.0,0.201648408096147,0.0,0.873750766029017 -405,0.5,0.255951455205554,0.0,0.197377128099751,0.0,0.860291077560458 -406,0.5,0.255951455205554,0.0,0.180431859570087,0.0,0.832496481195766 -407,0.5,0.255951455205554,0.0,0.159928742453047,0.0,0.806850864572489 -408,0.5,0.255951455205554,0.0,0.144157006003826,0.0,0.781043087267934 -409,0.5,0.255951455205554,0.0,0.128203057008885,0.0,0.739684219428957 -410,0.5,0.255951455205554,0.0,0.113886306544068,0.0,0.679796482869911 -411,0.5,0.255951455205554,0.0,0.0998457396285521,0.0,0.657614260614373 -412,0.5,0.255951455205554,0.0,0.0864140117390146,0.0,0.621271548278662 -413,0.5,0.255951455205554,0.0,0.0779866910002772,0.0,0.483485263329801 -414,0.5,0.255951455205554,0.0,0.0757229162847757,0.0,0.396471951695525 -415,0.5,0.255951455205554,0.0,0.07898552163602,0.0,0.443307614499573 -416,0.5,0.255951455205554,0.0,0.0809558168708304,0.0,0.493296224376052 -417,0.5,0.255951455205554,0.00418934461788248,0.0826697958753953,0.0,0.534078505243472 -418,0.5,0.255951455205554,0.101944831386201,0.085153627713243,0.00424878574702587,0.598967339195192 -419,0.5,0.255951455205554,0.233802413840703,0.0949879901653946,0.0304748294151503,0.590215807628012 -420,0.5,0.255951455205554,0.338736551968282,0.109678377610452,0.063839105081978,0.592750119757743 -421,0.5,0.255951455205554,0.384795431675731,0.125189266566094,0.0894608868205928,0.665914575971688 -422,0.5,0.255951455205554,0.372676215820145,0.136253079876992,0.0783887200017586,0.75275589104439 -423,0.5,0.255951455205554,0.300647932205054,0.138437804234707,0.0534156489857268,0.808986327808125 -424,0.5,0.255951455205554,0.13939158045816,0.150992620643466,0.0191907995607752,0.826154647240441 -425,0.5,0.255951455205554,0.0,0.176240338696475,0.0,0.840978477971142 -426,0.5,0.255951455205554,0.0,0.192320712008889,0.0,0.858280963061844 -427,0.5,0.255951455205554,0.0,0.20940193532615,0.0,0.879332167914473 -428,0.5,0.255951455205554,0.0,0.223000563475464,0.0,0.881073426444528 -429,0.5,0.255951455205554,0.0,0.235653049666534,0.0,0.911724383915211 -430,0.5,0.255951455205554,0.0,0.253987338363924,0.0,0.936549523715308 -431,0.5,0.255951455205554,0.0,0.271985217059481,0.0,0.960647558458412 -432,0.5,0.255951455205554,0.0,0.286521256333204,0.0,0.970480547792502 -433,0.5,0.255951455205554,0.0,0.305191382388754,0.0,0.97585366979631 -434,0.5,0.255951455205554,0.0,0.320843734515481,0.0,0.982410123385728 -435,0.5,0.255951455205554,0.0,0.335942527716378,0.0,0.988484323632504 -436,0.5,0.255951455205554,0.0,0.352583831991982,0.0,0.99427027634783 -437,0.5,0.255951455205554,0.0,0.367521692769757,0.0,0.99932956425959 -438,0.5,0.255951455205554,0.0,0.381292617805482,0.0,1.00171189899462 -439,0.5,0.255951455205554,0.0,0.392881904384472,0.0,1.00302519366864 -440,0.5,0.255951455205554,0.0,0.402631984257216,0.0,1.00605036369897 -441,0.5,0.255951455205554,0.00364826446261167,0.41388739134571,0.0,1.00681622381752 -442,0.5,0.255951455205554,0.0701068015848961,0.41779779261936,0.00358401976610487,1.00707313716877 -443,0.5,0.255951455205554,0.153045849432161,0.416126021235039,0.0092666495143572,1.0076152882671 -444,0.5,0.255951455205554,0.215997272680552,0.41449490046873,0.0173253597824441,1.00849494042941 -445,0.5,0.255951455205554,0.241884198191101,0.403387275307198,0.018769848337577,1.00871080326592 -446,0.5,0.255951455205554,0.22465701322672,0.393428313719388,0.0108303844456132,1.00860028447459 -447,0.5,0.255951455205554,0.163425507436364,0.37442713992574,0.00535263265259931,1.0080172998708 -448,0.5,0.255951455205554,0.0710397147861712,0.351686371412264,0.00110122371639112,1.00721179809424 -449,0.5,0.255951455205554,1.08492362298489e-05,0.33112479412567,0.0,1.00609384277739 -450,0.5,0.255951455205554,0.0,0.317519084684937,0.0,1.00534041927982 -451,0.5,0.255951455205554,0.0,0.303403598235365,0.0,1.00403567212476 -452,0.5,0.255951455205554,0.0,0.289042478784464,0.0,1.00186557935783 -453,0.5,0.255951455205554,0.0,0.278018084395923,0.0,0.998812513910363 -454,0.5,0.255951455205554,0.0,0.268562672508867,0.0,0.994246147470048 -455,0.5,0.255951455205554,0.0,0.257310602058038,0.0,0.990193427160171 -456,0.5,0.255951455205554,0.0,0.244607201349284,0.0,0.985745534480006 -457,0.5,0.255951455205554,0.0,0.235013541799499,0.0,0.977560026709154 -458,0.5,0.255951455205554,0.0,0.224387684729737,0.0,0.964023940562884 -459,0.5,0.255951455205554,0.0,0.2066055120668,0.0,0.933992176560469 -460,0.5,0.255951455205554,0.0,0.190013544016199,0.0,0.896793485016853 -461,0.5,0.255951455205554,0.0,0.176138199025678,0.0,0.851478007165591 -462,0.5,0.255951455205554,0.0,0.162823807914838,0.0,0.807411502731462 -463,0.5,0.255951455205554,0.0,0.150800048363802,0.0,0.769111374095284 -464,0.5,0.255951455205554,0.0,0.141415622261182,0.0,0.722477670598892 -465,0.5,0.255951455205554,0.00208444599989496,0.134194578349089,0.0,0.668495798040646 -466,0.5,0.255951455205554,0.0303338530837466,0.126841233633395,0.00109567791040618,0.615155886847195 -467,0.5,0.255951455205554,0.068045222754403,0.119086304441898,0.00365659258783271,0.585388948888571 -468,0.5,0.255951455205554,0.0940486426401668,0.113404667942517,0.00775987753267154,0.576120979715689 -469,0.5,0.255951455205554,0.100399717102057,0.106865492453596,0.013121810640229,0.540416475424473 -470,0.5,0.255951455205554,0.083634002755108,0.105680280595318,0.016095132279597,0.454671503832367 -471,0.5,0.255951455205554,0.0519994726033544,0.106128832619077,0.00570043327127545,0.369199091449215 -472,0.5,0.255951455205554,0.0191402352352527,0.106435751292965,0.00147557257379957,0.315991054400236 -473,0.5,0.255951455205554,9.63170731629362e-05,0.105761131265259,0.0,0.291791104666209 -474,0.5,0.255951455205554,0.0,0.106510358837817,0.0,0.268171021980781 -475,0.5,0.255951455205554,0.0,0.103186146511016,0.0,0.240699024604264 -476,0.5,0.255951455205554,0.0,0.0954111312782132,0.0,0.217469942932604 -477,0.5,0.255951455205554,0.0,0.0867018786015602,0.0,0.203600435654473 -478,0.5,0.255951455205554,0.0,0.0799518671972228,0.0,0.207769602919613 -479,0.5,0.255951455205554,0.0,0.0797346879415949,0.0,0.200759543899301 -480,0.5,0.255951455205554,0.0,0.0830416439048701,0.0,0.176118402665676 -481,0.5,0.255951455205554,0.0,0.0868098294903139,0.0,0.156403162966693 -482,0.5,0.255951455205554,0.0,0.0873373111785487,0.0,0.142155008917417 -483,0.5,0.255951455205554,0.0,0.0852808394533423,0.0,0.137388905348577 -484,0.5,0.255951455205554,0.0,0.0838955734753279,0.0,0.141499620838961 -485,0.5,0.255951455205554,0.0,0.0832536948322751,0.0,0.145228470121873 -486,0.5,0.255951455205554,0.0,0.0817781135589671,0.0,0.144589117091791 -487,0.5,0.255951455205554,0.0,0.079090875105048,0.0,0.136309746079071 -488,0.5,0.255951455205554,0.0,0.075640317431244,0.0,0.12858508496226 -489,0.5,0.255951455205554,0.000464028348303878,0.0747055760835382,0.0,0.117255293346122 -490,0.5,0.255951455205554,0.00820517135901653,0.0801638839393592,0.00154132557272374,0.103272812509064 -491,0.5,0.255951455205554,0.0236881995665601,0.0888449537384126,0.00930484883887971,0.0969807962886516 -492,0.5,0.255951455205554,0.0371566759393497,0.0951940660765393,0.0212389013229567,0.0962466728950092 -493,0.5,0.255951455205554,0.0438725704456096,0.0973860983039714,0.0238711244074734,0.101002806357982 -494,0.5,0.255951455205554,0.0396383255659862,0.0923231276468822,0.013383656141105,0.115414308996129 -495,0.5,0.255951455205554,0.0275460447219779,0.0832792325945444,0.00752374624780714,0.14562852280228 -496,0.5,0.255951455205554,0.0128918723659706,0.0735865145706659,0.00239731414038135,0.17090407821138 -497,0.5,0.255951455205554,0.000168526626978889,0.0655202321621831,0.0,0.186669052540277 -498,0.5,0.255951455205554,0.0,0.0655808511061517,0.0,0.191544655503374 -499,0.5,0.255951455205554,0.0,0.0689514642257948,0.0,0.202758369645243 -500,0.5,0.255951455205554,0.0,0.0731261249563464,0.0,0.219596983077767 -501,0.5,0.255951455205554,0.0,0.0747827577358441,0.0,0.243542075769868 -502,0.5,0.255951455205554,0.0,0.0719609724815829,0.0,0.279069022622935 -503,0.5,0.255951455205554,0.0,0.0661347352726941,0.0,0.303367119072206 -504,0.5,0.255951455205554,0.0,0.0608934928088464,0.0,0.309550045139476 -505,0.5,0.255951455205554,0.0,0.0568449048550477,0.0,0.304295871961478 -506,0.5,0.255951455205554,0.0,0.05603533539957,0.0,0.297740712650055 -507,0.5,0.255951455205554,0.0,0.0589283512304134,0.0,0.298601621162354 -508,0.5,0.255951455205554,0.0,0.064177688577398,0.0,0.316226257242573 -509,0.5,0.255951455205554,0.0,0.0704648516908857,0.0,0.357286366493067 -510,0.5,0.255951455205554,0.0,0.0767000852394878,0.0,0.401510686517145 -511,0.5,0.255951455205554,0.0,0.0831142840324504,0.0,0.423366566746469 -512,0.5,0.255951455205554,0.0,0.0886330519276881,0.0,0.406822224890136 -513,0.5,0.255951455205554,0.00145727513872255,0.0936888412620875,0.0,0.379102581656342 -514,0.5,0.255951455205554,0.0259204068699615,0.100040057360049,0.00513287462970913,0.344240002191897 -515,0.5,0.255951455205554,0.0665370554720412,0.105105382720825,0.0267063616014671,0.30580098857674 -516,0.5,0.255951455205554,0.105563895115965,0.107172790110067,0.0483825558720434,0.275008227902017 -517,0.5,0.255951455205554,0.121774690115416,0.107232119365188,0.0651386877252405,0.250793683111647 -518,0.5,0.255951455205554,0.108510066979254,0.105297833164726,0.0584037733488523,0.234284669179907 -519,0.5,0.255951455205554,0.0720703400127059,0.101338331102446,0.0391706106716251,0.231820300506524 -520,0.5,0.255951455205554,0.0321253726236608,0.0978286646118071,0.0120579146701639,0.24309047805375 -521,0.5,0.255951455205554,8.09533034383124e-05,0.0944773407414929,0.0,0.267066746296943 -522,0.5,0.255951455205554,0.0,0.0987115063400686,0.0,0.293313335244249 -523,0.5,0.255951455205554,0.0,0.102612984477052,0.0,0.315132987831352 -524,0.5,0.255951455205554,0.0,0.10351103512295,0.0,0.344606664027211 -525,0.5,0.255951455205554,0.0,0.10395365838929,0.0,0.376153717716559 -526,0.5,0.255951455205554,0.0,0.106005128090377,0.0,0.408742963646511 -527,0.5,0.255951455205554,0.0,0.109308661569321,0.0,0.435969352746283 -528,0.5,0.255951455205554,0.0,0.112446534538874,0.0,0.446354930270225 -529,0.5,0.255951455205554,0.0,0.11455173008432,0.0,0.453652068365668 -530,0.5,0.255951455205554,0.0,0.116946437569251,0.0,0.460082433222869 -531,0.5,0.255951455205554,0.0,0.122345277892618,0.0,0.472642694987626 -532,0.5,0.255951455205554,0.0,0.130682558445142,0.0,0.504177069208103 -533,0.5,0.255951455205554,0.0,0.14148691096054,0.0,0.547955236932525 -534,0.5,0.255951455205554,0.0,0.151569518211376,0.0,0.615921984138423 -535,0.5,0.255951455205554,0.0,0.161304169002416,0.0,0.704237302742336 -536,0.5,0.255951455205554,0.0,0.173870017033865,0.0,0.785664705466489 -537,0.5,0.255951455205554,0.00204634660448968,0.193906659297018,0.0,0.854844020941126 -538,0.5,0.255951455205554,0.0384380298768957,0.225422306656745,0.0175609559397768,0.899023676387011 -539,0.5,0.255951455205554,0.0883362543895862,0.264924843965321,0.0441539851827876,0.9224634302624 -540,0.5,0.255951455205554,0.126810599065508,0.298616850902611,0.0681451076888137,0.93923651816479 -541,0.5,0.255951455205554,0.146217668633193,0.330251950669008,0.086562685266312,0.960861640512331 -542,0.5,0.255951455205554,0.139850776473204,0.347709209049128,0.0698551772804407,0.977855231876429 -543,0.5,0.255951455205554,0.1000919178581,0.354004071387439,0.0464537510455958,0.985166533831433 -544,0.5,0.255951455205554,0.0403741307878335,0.344192673790039,0.0165089737889886,0.986497084455224 -545,0.5,0.255951455205554,9.42902389664062e-05,0.344794754664011,0.0,0.986908678708392 -546,0.5,0.255951455205554,0.0,0.373722888557074,0.0,0.985638842458102 -547,0.5,0.255951455205554,0.0,0.402357442134145,0.0,0.983673185811645 -548,0.5,0.255951455205554,0.0,0.420333988608844,0.0,0.981223814551482 -549,0.5,0.255951455205554,0.0,0.414187180839471,0.0,0.98785342270738 -550,0.5,0.255951455205554,0.0,0.403447134923591,0.0,0.992010603911596 -551,0.5,0.255951455205554,0.0,0.390973263386427,0.0,0.987037175158243 -552,0.5,0.255951455205554,0.0,0.386725846124776,0.0,0.975940859041006 -553,0.5,0.255951455205554,0.0,0.391081191664811,0.0,0.959132815115113 -554,0.5,0.255951455205554,0.0,0.389943256467236,0.0,0.944049715165937 -555,0.5,0.255951455205554,0.0,0.386996859106084,0.0,0.943586641089501 -556,0.5,0.255951455205554,0.0,0.388017350836789,0.0,0.952504625983136 -557,0.5,0.255951455205554,0.0,0.386328482131047,0.0,0.952922190700994 -558,0.5,0.255951455205554,0.0,0.377999074996491,0.0,0.946309511739863 -559,0.5,0.255951455205554,0.0,0.370361194800988,0.0,0.941761818587455 -560,0.5,0.255951455205554,0.0,0.366502240241553,0.0,0.940111263291537 -561,0.5,0.255951455205554,0.0017911926875223,0.365867928213185,0.0,0.940971231764122 -562,0.5,0.255951455205554,0.0309643183077338,0.369653886429081,0.0746465752930208,0.924913692940386 -563,0.5,0.255951455205554,0.071132276856839,0.377371254656647,0.24657292622837,0.925470608516622 -564,0.5,0.255951455205554,0.100267019911652,0.3842660471905,0.397529071125448,0.948681877019894 -565,0.5,0.255951455205554,0.116761961757376,0.387696711173383,0.463231307625565,0.973978138976929 -566,0.5,0.255951455205554,0.112856855908371,0.387863957846318,0.458824510480419,0.966297520697545 -567,0.5,0.255951455205554,0.0874212178651387,0.380546964142655,0.381153197538429,0.952257099968426 -568,0.5,0.255951455205554,0.0385059992389947,0.359198496439524,0.208440488916551,0.943853203749858 -569,0.5,0.255951455205554,0.000244692134408619,0.334076157233222,0.0,0.953404106753991 -570,0.5,0.255951455205554,0.0,0.328210928753028,0.0,0.968194686044721 -571,0.5,0.255951455205554,0.0,0.325888870932286,0.0,0.968429171135488 -572,0.5,0.255951455205554,0.0,0.325906754302189,0.0,0.968485492491427 -573,0.5,0.255951455205554,0.0,0.321225615370114,0.0,0.96687643730879 -574,0.5,0.255951455205554,0.0,0.300799276824586,0.0,0.938220516985012 -575,0.5,0.255951455205554,0.0,0.286827061883844,0.0,0.930035266423908 -576,0.5,0.255951455205554,0.0,0.270915894599262,0.0,0.953169986250027 -577,0.5,0.255951455205554,0.0,0.247789143450016,0.0,0.94998387137734 -578,0.5,0.255951455205554,0.0,0.236111693692138,0.0,0.926681434337823 -579,0.5,0.255951455205554,0.0,0.226812675599443,0.0,0.925698122512509 -580,0.5,0.255951455205554,0.0,0.224413678970699,0.0,0.932558359462225 -581,0.5,0.255951455205554,0.0,0.222935479843581,0.0,0.936610865419437 -582,0.5,0.255951455205554,0.0,0.222324548915391,0.0,0.942833159626607 -583,0.5,0.255951455205554,0.0,0.219212113650689,0.0,0.950928888660782 -584,0.5,0.255951455205554,0.0,0.222174441064513,0.0,0.955051598505724 -585,0.5,0.255951455205554,0.0049750110623997,0.233940625024103,0.0,0.958965481595493 -586,0.5,0.255951455205554,0.0844487554363819,0.255555937265132,0.0840366048297853,0.9659248263538 -587,0.5,0.255951455205554,0.181578215455631,0.268202107351639,0.21054996301356,0.975675243884317 -588,0.5,0.255951455205554,0.256867562077314,0.281678499461627,0.29791974180416,0.97551242529178 -589,0.5,0.255951455205554,0.276741708102514,0.299187075669023,0.358784404641315,0.973163023621851 -590,0.5,0.255951455205554,0.252294667488632,0.305584880169981,0.352424974509408,0.969673934082268 -591,0.5,0.255951455205554,0.185107720723037,0.29469615708537,0.243169458654884,0.967767842018744 -592,0.5,0.255951455205554,0.0746548199105375,0.282905097162938,0.0930860636788964,0.969150079759136 -593,0.5,0.255951455205554,7.48210763929715e-05,0.289586584547826,0.0,0.972832376305722 -594,0.5,0.255951455205554,0.0,0.304095387308201,0.0,0.979660270023746 -595,0.5,0.255951455205554,0.0,0.338559389251828,0.0,0.978812379005336 -596,0.5,0.255951455205554,0.0,0.371405686438749,0.0,0.979037804126756 -597,0.5,0.255951455205554,0.0,0.377418878802291,0.0,0.958103999245907 -598,0.5,0.255951455205554,0.0,0.36772999547084,0.0,0.886251721407855 -599,0.5,0.255951455205554,0.0,0.351184476017175,0.0,0.856512011979155 -600,0.5,0.255951455205554,0.0,0.343031747018433,0.0,0.826786295853355 -601,0.5,0.255951455205554,0.0,0.337043977714492,0.0,0.768678031047944 -602,0.5,0.255951455205554,0.0,0.356557464278179,0.0,0.674358778201785 -603,0.5,0.255951455205554,0.0,0.369160034075776,0.0,0.617858596982221 -604,0.5,0.255951455205554,0.0,0.365875855065969,0.0,0.74624530356397 -605,0.5,0.255951455205554,0.0,0.345368228308866,0.0,0.887738053827962 -606,0.5,0.255951455205554,0.0,0.297323820287022,0.0,0.909338482283076 -607,0.5,0.255951455205554,0.0,0.244023585781796,0.0,0.884719933057387 -608,0.5,0.255951455205554,0.0,0.204541351018674,0.0,0.854801971379587 -609,0.5,0.255951455205554,0.00472101947025698,0.19732975060527,0.0,0.890061744941553 -610,0.5,0.255951455205554,0.0673833347600355,0.22051875468303,0.117092857949352,0.920884082894901 -611,0.5,0.255951455205554,0.138953160671954,0.253479908441908,0.290127183335459,0.929648782097448 -612,0.5,0.255951455205554,0.18788184177713,0.280831200228104,0.421550631303104,0.924278442550524 -613,0.5,0.255951455205554,0.206563817720077,0.286939492997341,0.482050317582857,0.921404835195425 -614,0.5,0.255951455205554,0.193158637364971,0.286738119261477,0.469709990592151,0.929084699263278 -615,0.5,0.255951455205554,0.149302023647856,0.291483560157962,0.354230544758825,0.928042177864665 -616,0.5,0.255951455205554,0.0618831666737129,0.296227637697665,0.211857759603353,0.927862862107265 -617,0.5,0.255951455205554,0.000105182128569754,0.31715751628265,0.0,0.935699028865345 -618,0.5,0.255951455205554,0.0,0.36018829597768,0.0,0.95130491321371 -619,0.5,0.255951455205554,0.0,0.409967103862045,0.0,0.972194196889785 -620,0.5,0.255951455205554,0.0,0.456016842064924,0.0,0.981011486125644 -621,0.5,0.255951455205554,0.0,0.492345892406601,0.0,0.988862751653259 -622,0.5,0.255951455205554,0.0,0.535679237931079,0.0,0.995583245518567 -623,0.5,0.255951455205554,0.0,0.562032445919632,0.0,1.00174764991805 -624,0.5,0.255951455205554,0.0,0.583041673154573,0.0,1.00512054163086 -625,0.5,0.255951455205554,0.0,0.595517093449956,0.0,1.00508728188022 -626,0.5,0.255951455205554,0.0,0.597397862130729,0.0,0.997731913194798 -627,0.5,0.255951455205554,0.0,0.605668593014467,0.0,0.897804960078208 -628,0.5,0.255951455205554,0.0,0.60763518134826,0.0,0.336080324720563 -629,0.5,0.255951455205554,0.0,0.600040529843565,0.0,0.172103055204831 -630,0.5,0.255951455205554,0.0,0.590347001440214,0.0,0.560255578102141 -631,0.5,0.255951455205554,0.0,0.592939094667439,0.0,0.842831676552793 -632,0.5,0.255951455205554,0.0,0.580130670595554,0.0,0.896769008534497 -633,0.5,0.255951455205554,0.00316598161394219,0.561185849881628,0.0,0.850690398870942 -634,0.5,0.255951455205554,0.0417344938894153,0.530604741698745,0.0154843220086296,0.80534290772148 -635,0.5,0.255951455205554,0.0990236744675604,0.491045529972035,0.0411877137476449,0.762170943721662 -636,0.5,0.255951455205554,0.171992621528389,0.444734508723705,0.0477412542914485,0.76061566373466 -637,0.5,0.255951455205554,0.211444103772007,0.390388925471524,0.0653791001441227,0.72241839780256 -638,0.5,0.255951455205554,0.213869141363254,0.333301696091394,0.0848217749428271,0.734060395490159 -639,0.5,0.255951455205554,0.169581453445468,0.289828687055491,0.0688459865795819,0.78400329697465 -640,0.5,0.255951455205554,0.0932068859293105,0.266421125077905,0.034579284893485,0.807322400727858 -641,0.5,0.255951455205554,0.000280614190524762,0.253977607946684,0.0,0.836342709623469 -642,0.5,0.255951455205554,0.0,0.250422245305019,0.0,0.808397440352175 -643,0.5,0.255951455205554,0.0,0.25330714783709,0.0,0.787638591081805 -644,0.5,0.255951455205554,0.0,0.253670637401247,0.0,0.860624880430505 -645,0.5,0.255951455205554,0.0,0.246841319723287,0.0,0.871938820866734 -646,0.5,0.255951455205554,0.0,0.244748902669322,0.0,0.811703043933205 -647,0.5,0.255951455205554,0.0,0.239304439988637,0.0,0.789279356832266 -648,0.5,0.255951455205554,0.0,0.229107434728117,0.0,0.770995208288385 -649,0.5,0.255951455205554,0.0,0.224963714799059,0.0,0.80912860548257 -650,0.5,0.255951455205554,0.0,0.221140644664597,0.0,0.868088098769432 -651,0.5,0.255951455205554,0.0,0.20836300005503,0.0,0.885272508087693 -652,0.5,0.255951455205554,0.0,0.19367055536311,0.0,0.895071922548332 -653,0.5,0.255951455205554,0.0,0.190108972295748,0.0,0.893593512633509 -654,0.5,0.255951455205554,0.0,0.202645989153788,0.0,0.885532904615555 -655,0.5,0.255951455205554,0.0,0.226343769200655,0.0,0.891247447394185 -656,0.5,0.255951455205554,0.0,0.256786907305086,0.0,0.914040847218774 -657,0.5,0.255951455205554,0.00917099432611308,0.286817397783646,0.0,0.933834997027387 -658,0.5,0.255951455205554,0.0914259772382925,0.306402819607416,0.0116255684383437,0.945215464528844 -659,0.5,0.255951455205554,0.202754773745497,0.325669359122065,0.0321560156279332,0.945816521199429 -660,0.5,0.255951455205554,0.295629470849599,0.33934155400931,0.0490922558648367,0.940471603946908 -661,0.5,0.255951455205554,0.344360033593464,0.350566022131776,0.0521165241343085,0.935640371550463 -662,0.5,0.255951455205554,0.337657033917585,0.35011642020861,0.0476957406747423,0.936017579529234 -663,0.5,0.255951455205554,0.273655485959574,0.341597842851984,0.0335597186675618,0.946107065420389 -664,0.5,0.255951455205554,0.147157614300489,0.323073205598711,0.0126102731620694,0.957351905798207 -665,0.5,0.255951455205554,0.00111770365943505,0.305709386159481,0.0,0.954704457779262 -666,0.5,0.255951455205554,0.0,0.293284643816526,0.0,0.947136629485549 -667,0.5,0.255951455205554,0.0,0.285481831804971,0.0,0.943777851774679 -668,0.5,0.255951455205554,0.0,0.274348399081563,0.0,0.947668125168587 -669,0.5,0.255951455205554,0.0,0.259046438437289,0.0,0.953828270562031 -670,0.5,0.255951455205554,0.0,0.237335281466438,0.0,0.955277040990894 -671,0.5,0.255951455205554,0.0,0.216322398311137,0.0,0.953995156106713 -672,0.5,0.255951455205554,0.0,0.198599468395507,0.0,0.952844120377125 -673,0.5,0.255951455205554,0.0,0.190213713112307,0.0,0.952771233285682 -674,0.5,0.255951455205554,0.0,0.191074230433197,0.0,0.952426191938196 -675,0.5,0.255951455205554,0.0,0.199124738808811,0.0,0.946612848391017 -676,0.5,0.255951455205554,0.0,0.215830107412772,0.0,0.936841188429725 -677,0.5,0.255951455205554,0.0,0.234230788168115,0.0,0.925490618140837 -678,0.5,0.255951455205554,0.0,0.24740783620743,0.0,0.93101314410218 -679,0.5,0.255951455205554,0.0,0.257570058660529,0.0,0.944994305112912 -680,0.5,0.255951455205554,0.0,0.258303263311615,0.0,0.957123023182471 -681,0.5,0.255951455205554,0.017104182047868,0.267258838847369,0.0,0.954106583537338 -682,0.5,0.255951455205554,0.147784255080262,0.289437461325383,0.026705633743904,0.948693121568163 -683,0.5,0.255951455205554,0.285949995236134,0.31772219206852,0.0681703520460045,0.94339338397087 -684,0.5,0.255951455205554,0.385473274992387,0.33543228708909,0.0987781388107435,0.93260384140627 -685,0.5,0.255951455205554,0.426719806791481,0.333434809506355,0.111826308110198,0.907510354238806 -686,0.5,0.255951455205554,0.410912975941223,0.340917555968435,0.106659330424706,0.881084032039658 -687,0.5,0.255951455205554,0.333743336332467,0.337434287168157,0.0693865149804227,0.859814898584631 -688,0.5,0.255951455205554,0.185373308299852,0.328529833520703,0.0279592983601566,0.856402203624764 -689,0.5,0.255951455205554,0.00276447187539519,0.308349706958381,0.0,0.864435383337475 -690,0.5,0.255951455205554,0.0,0.313112102560188,0.0,0.871975723763219 -691,0.5,0.255951455205554,0.0,0.32249973561136,0.0,0.859856086024799 -692,0.5,0.255951455205554,0.0,0.308288604498004,0.0,0.823004238723268 -693,0.5,0.255951455205554,0.0,0.282634276565662,0.0,0.761162310621639 -694,0.5,0.255951455205554,0.0,0.258246922826855,0.0,0.685124828268083 -695,0.5,0.255951455205554,0.0,0.240003807067891,0.0,0.609082973362075 -696,0.5,0.255951455205554,0.0,0.220541948637055,0.0,0.595795824991872 -697,0.5,0.255951455205554,0.0,0.203964157560868,0.0,0.638544886472648 -698,0.5,0.255951455205554,0.0,0.193186481183601,0.0,0.687264192210935 -699,0.5,0.255951455205554,0.0,0.182657076021501,0.0,0.716181850380518 -700,0.5,0.255951455205554,0.0,0.182003039006887,0.0,0.764855745936246 -701,0.5,0.255951455205554,0.0,0.194252860374666,0.0,0.798914568029627 -702,0.5,0.255951455205554,0.0,0.204926180113299,0.0,0.836555920863605 -703,0.5,0.255951455205554,0.0,0.204134476310407,0.0,0.874816903674643 -704,0.5,0.255951455205554,0.0,0.196204685180362,0.0,0.894351349649236 -705,0.5,0.255951455205554,0.0185353346759609,0.191677443397445,0.000252538811650355,0.90373765543141 -706,0.5,0.255951455205554,0.148228990687709,0.194914765131503,0.032120866262942,0.912370237880827 -707,0.5,0.255951455205554,0.285710862269481,0.202027041180665,0.0908744629163929,0.918218573003733 -708,0.5,0.255951455205554,0.386591414944808,0.196897159452333,0.194020398544173,0.900019293802919 -709,0.5,0.255951455205554,0.438032566440722,0.191994964831837,0.275538061489821,0.87392010245538 -710,0.5,0.255951455205554,0.428449434767238,0.191332792155338,0.213206244212382,0.856576335778517 -711,0.5,0.255951455205554,0.354410110279408,0.182070136087049,0.119969197891882,0.831940555529722 -712,0.5,0.255951455205554,0.195934302000842,0.169354933150229,0.0534191801877671,0.801496248792066 -713,0.5,0.255951455205554,0.0038688071025763,0.16199873869364,0.0,0.783856961765226 -714,0.5,0.255951455205554,0.0,0.157494374651047,0.0,0.800716299256629 -715,0.5,0.255951455205554,0.0,0.150257879457895,0.0,0.832576214670988 -716,0.5,0.255951455205554,0.0,0.142213383639448,0.0,0.842031266760265 -717,0.5,0.255951455205554,0.0,0.136913472064318,0.0,0.807210439322645 -718,0.5,0.255951455205554,0.0,0.131769581066492,0.0,0.77819042346601 -719,0.5,0.255951455205554,0.0,0.126191713123414,0.0,0.775928084020568 -720,0.5,0.255951455205554,0.0,0.120420190863413,0.0,0.737765723121809 -721,0.5,0.255951455205554,0.0,0.123425018579116,0.0,0.649520225760986 -722,0.5,0.255951455205554,0.0,0.123486516001158,0.0,0.628163647444155 -723,0.5,0.255951455205554,0.0,0.119877242204773,0.0,0.573609865956918 -724,0.5,0.255951455205554,0.0,0.116996357700996,0.0,0.492583654319373 -725,0.5,0.255951455205554,0.0,0.1150895394698,0.0,0.418182841153636 -726,0.5,0.255951455205554,0.0,0.112393814584816,0.0,0.370968345001474 -727,0.5,0.255951455205554,0.0,0.117579238614104,0.0,0.399982509385952 -728,0.5,0.255951455205554,0.0,0.116413100611157,0.0,0.438854206314527 -729,0.5,0.255951455205554,0.00902719850032842,0.111577758889767,0.000722899686940124,0.376232270769762 -730,0.5,0.255951455205554,0.0839916070640932,0.111805303433465,0.0417752492494143,0.324323536318881 -731,0.5,0.255951455205554,0.171273821782098,0.109343600830139,0.111153787740038,0.242545762635537 -732,0.5,0.255951455205554,0.244019825482019,0.0971740510751287,0.147551271366257,0.207333450778534 -733,0.5,0.255951455205554,0.286351468887463,0.0805112507058014,0.193302682230825,0.225416741460355 -734,0.5,0.255951455205554,0.29185274473372,0.0642794623548973,0.189365274786138,0.253277397594031 -735,0.5,0.255951455205554,0.267476387593234,0.0560545069528107,0.16442422192429,0.27756281073549 -736,0.5,0.255951455205554,0.18367103200796,0.0551870952597904,0.109443759075872,0.314750790247009 -737,0.5,0.255951455205554,0.00705928201000908,0.06447745587346,0.0,0.391683152106015 -738,0.5,0.255951455205554,0.0,0.0807819754189902,0.0,0.507649127791329 -739,0.5,0.255951455205554,0.0,0.0997434975340241,0.0,0.634525102608318 -740,0.5,0.255951455205554,0.0,0.11495383646149,0.0,0.727207262950641 -741,0.5,0.255951455205554,0.0,0.13079899406639,0.0,0.819356495060858 -742,0.5,0.255951455205554,0.0,0.155213072462885,0.0,0.875329514980235 -743,0.5,0.255951455205554,0.0,0.177528337945382,0.0,0.910859157369961 -744,0.5,0.255951455205554,0.0,0.19974601404564,0.0,0.921998034073931 -745,0.5,0.255951455205554,0.0,0.227798909865827,0.0,0.920535054868027 -746,0.5,0.255951455205554,0.0,0.259922203525244,0.0,0.916460401370946 -747,0.5,0.255951455205554,0.0,0.28653112658044,0.0,0.920288949584617 -748,0.5,0.255951455205554,0.0,0.32051839212297,0.0,0.93376138028095 -749,0.5,0.255951455205554,0.0,0.36263860657944,0.0,0.934481458111787 -750,0.5,0.255951455205554,0.0,0.399987988792995,0.0,0.936425184400495 -751,0.5,0.255951455205554,0.0,0.425396629961601,0.0,0.943422572775859 -752,0.5,0.255951455205554,0.0,0.443791940472934,0.0,0.950734193843632 -753,0.5,0.255951455205554,0.0215125825450196,0.453654028494278,0.00142076915874614,0.954679834479794 -754,0.5,0.255951455205554,0.127566278595738,0.451986159327055,0.0524349291960077,0.960574255832889 -755,0.5,0.255951455205554,0.231720547780038,0.451644264854788,0.0704240853677312,0.963255360954803 -756,0.5,0.255951455205554,0.30506405499862,0.443693902800738,0.16300081666304,0.939302112162689 -757,0.5,0.255951455205554,0.318465097517286,0.417416784403136,0.175284228760784,0.850427940207861 -758,0.5,0.255951455205554,0.266610578003854,0.381139543816558,0.0899969209641941,0.864243254588191 -759,0.5,0.255951455205554,0.188763981142063,0.331257583498198,0.0515918589783208,0.903616416968423 -760,0.5,0.255951455205554,0.0958249199230506,0.279316612007309,0.0104852533635025,0.887967964125241 -761,0.5,0.255951455205554,0.00356949836184817,0.231602537989611,0.000792457708316572,0.884156611898371 -762,0.5,0.255951455205554,0.0,0.196148994516441,0.0,0.8519015164411 -763,0.5,0.255951455205554,0.0,0.164777103402615,0.0,0.852014144000821 -764,0.5,0.255951455205554,0.0,0.144747384728264,0.0,0.917294583184802 -765,0.5,0.255951455205554,0.0,0.139793566794937,0.0,0.921300766114065 -766,0.5,0.255951455205554,0.0,0.145129059484209,0.0,0.916656018619172 -767,0.5,0.255951455205554,0.0,0.152468448564969,0.0,0.913976778984533 -768,0.5,0.255951455205554,0.0,0.162818861550157,0.0,0.911060658892018 -769,0.5,0.255951455205554,0.0,0.175055264644005,0.0,0.909778972735986 -770,0.5,0.255951455205554,0.0,0.188397699304975,0.0,0.912056899144055 -771,0.5,0.255951455205554,0.0,0.199469425711153,0.0,0.91462880617114 -772,0.5,0.255951455205554,0.0,0.200940194246247,0.0,0.91578915185238 -773,0.5,0.255951455205554,0.0,0.199675319472036,0.0,0.915851487236322 -774,0.5,0.255951455205554,0.0,0.19826133642393,0.0,0.915819970456125 -775,0.5,0.255951455205554,0.0,0.192416188012878,0.0,0.915969422678802 -776,0.5,0.255951455205554,0.0,0.183992677437175,0.0,0.914157244473825 -777,0.5,0.255951455205554,0.00656258869594078,0.175605354821335,0.00347924879222298,0.904995592993422 -778,0.5,0.255951455205554,0.0760187477389067,0.168540160138239,0.139456544566172,0.90312804818643 -779,0.5,0.255951455205554,0.157379529281192,0.161088832488185,0.298000361637179,0.901776381334829 -780,0.5,0.255951455205554,0.222821247647442,0.155004367019988,0.360652226822078,0.881787859237421 -781,0.5,0.255951455205554,0.260677746127988,0.15552475412145,0.212404585340031,0.875058101128393 -782,0.5,0.255951455205554,0.257462220568507,0.138226378440915,0.113278379348133,0.872693216797079 -783,0.5,0.255951455205554,0.213739934090679,0.114578958775014,0.0602855111913482,0.857445287734844 -784,0.5,0.255951455205554,0.14039420000654,0.0983634022274845,0.0452519541248283,0.852140833694116 -785,0.5,0.255951455205554,0.0113329276096323,0.0964653555160859,0.0,0.835512275412386 -786,0.5,0.255951455205554,0.0,0.09206004105261,0.0,0.814531076843577 -787,0.5,0.255951455205554,0.0,0.0828037387985646,0.0,0.850873570768642 -788,0.5,0.255951455205554,0.0,0.0794012991065003,0.0,0.88040749368967 -789,0.5,0.255951455205554,0.0,0.0819500522894357,0.0,0.875929037779578 -790,0.5,0.255951455205554,0.0,0.0819287631933435,0.0,0.861025352660976 -791,0.5,0.255951455205554,0.0,0.0764875967836527,0.0,0.833586064749489 -792,0.5,0.255951455205554,0.0,0.0699312849139848,0.0,0.815171138184989 -793,0.5,0.255951455205554,0.0,0.0642568756839468,0.0,0.799287003670158 -794,0.5,0.255951455205554,0.0,0.0552494568954981,0.0,0.782098724656619 -795,0.5,0.255951455205554,0.0,0.0470994285122018,0.0,0.774691082372261 -796,0.5,0.255951455205554,0.0,0.044097784855862,0.0,0.743552478362077 -797,0.5,0.255951455205554,0.0,0.0416797680463971,0.0,0.690559569630581 -798,0.5,0.255951455205554,0.0,0.0411335215513401,0.0,0.614875007169848 -799,0.5,0.255951455205554,0.0,0.0472772089300825,0.0,0.547579682309832 -800,0.5,0.255951455205554,0.0,0.0527179590725366,0.0,0.560093843514495 -801,0.5,0.255951455205554,0.0130018749897533,0.0598771100830456,0.00476166934270528,0.693490365601256 -802,0.5,0.255951455205554,0.114399639017744,0.0742742216018634,0.154176927524616,0.628102891511621 -803,0.5,0.255951455205554,0.224641295315421,0.100629783042489,0.315480545527722,0.531689360120655 -804,0.5,0.255951455205554,0.316154063353855,0.136266844591516,0.437199221319877,0.630618836341562 -805,0.5,0.255951455205554,0.360731962378771,0.176068258463946,0.495004328212174,0.704371406619967 -806,0.5,0.255951455205554,0.352133286685357,0.21389998214513,0.483099030108674,0.811886633028164 -807,0.5,0.255951455205554,0.287635097739095,0.225160899929593,0.40758861174997,0.85872276322628 -808,0.5,0.255951455205554,0.17396591300069,0.236732446782722,0.278973843054678,0.86910908815883 -809,0.5,0.255951455205554,0.0151328976108169,0.273099814256718,0.0,0.879083386022062 -810,0.5,0.255951455205554,0.0,0.321189013252822,0.0,0.866890950286333 -811,0.5,0.255951455205554,0.0,0.349359357991573,0.0,0.870812872992059 -812,0.5,0.255951455205554,0.0,0.351527074340405,0.0,0.934856177586237 -813,0.5,0.255951455205554,0.0,0.337874543037463,0.0,0.969211603806813 -814,0.5,0.255951455205554,0.0,0.31137632036924,0.0,0.96256394069641 -815,0.5,0.255951455205554,0.0,0.276164877201146,0.0,0.945768174483352 -816,0.5,0.255951455205554,0.0,0.229216247658006,0.0,0.907790277092326 -817,0.5,0.255951455205554,0.0,0.196445462013844,0.0,0.869993879521316 -818,0.5,0.255951455205554,0.0,0.168017721873582,0.0,0.83563693212725 -819,0.5,0.255951455205554,0.0,0.147782562932347,0.0,0.793783035959865 -820,0.5,0.255951455205554,0.0,0.131063124065012,0.0,0.772793746487253 -821,0.5,0.255951455205554,0.0,0.123076215559327,0.0,0.765389717009054 -822,0.5,0.255951455205554,0.0,0.117979867391032,0.0,0.741274339959092 -823,0.5,0.255951455205554,0.0,0.113037362693431,0.0,0.690317215056466 -824,0.5,0.255951455205554,0.0,0.10633475707941,0.0,0.591727896706521 -825,0.5,0.255951455205554,0.0236396389061002,0.0982730481362924,0.00177398688641607,0.517564308628231 -826,0.5,0.255951455205554,0.120317756062826,0.0981349429237896,0.0764495666945485,0.629214078578837 -827,0.5,0.255951455205554,0.220041966371539,0.100005663384811,0.214964555029681,0.721046562487638 -828,0.5,0.255951455205554,0.289919974062737,0.10259791857944,0.324213553313177,0.762792612305284 -829,0.5,0.255951455205554,0.311030564007876,0.110989946319681,0.345727857039819,0.783392758844593 -830,0.5,0.255951455205554,0.282975207259098,0.112590698985793,0.408251518890204,0.763893037803296 -831,0.5,0.255951455205554,0.223560319653589,0.109902167282874,0.314621202072731,0.751581555932629 -832,0.5,0.255951455205554,0.134963105428591,0.101546204990603,0.171685407380629,0.714954849697574 -833,0.5,0.255951455205554,0.0119204048079113,0.0924712410860635,0.0,0.658598417131065 -834,0.5,0.255951455205554,0.0,0.08439421751033,0.0,0.62466860555989 -835,0.5,0.255951455205554,0.0,0.0802026390187775,0.0,0.58592067967142 -836,0.5,0.255951455205554,0.0,0.0760118885304755,0.0,0.570637288343954 -837,0.5,0.255951455205554,0.0,0.0807799277908625,0.0,0.663939797279914 -838,0.5,0.255951455205554,0.0,0.0904658972884169,0.0,0.793961343817407 -839,0.5,0.255951455205554,0.0,0.102414705208139,0.0,0.837089278064347 -840,0.5,0.255951455205554,0.0,0.11070386527645,0.0,0.855857893718687 -841,0.5,0.255951455205554,0.0,0.12004662872912,0.0,0.873606243033992 -842,0.5,0.255951455205554,0.0,0.134162397556233,0.0,0.86751136318402 -843,0.5,0.255951455205554,0.0,0.149863886331644,0.0,0.882234734062716 -844,0.5,0.255951455205554,0.0,0.168853989084585,0.0,0.88618699265622 -845,0.5,0.255951455205554,0.0,0.198891959975769,0.0,0.888651341375887 -846,0.5,0.255951455205554,0.0,0.229099248686582,0.0,0.907358491559078 -847,0.5,0.255951455205554,0.0,0.26670860863545,0.0,0.911594602474765 -848,0.5,0.255951455205554,0.0,0.29725682208963,0.0,0.912306100680376 -849,0.5,0.255951455205554,0.0340940203354332,0.307728723380657,0.00654101345510842,0.913472682447961 -850,0.5,0.255951455205554,0.155610508974874,0.306544164979134,0.151569767423075,0.91547376444577 -851,0.5,0.255951455205554,0.256379778416341,0.315334172436216,0.293067487599672,0.916985035292737 -852,0.5,0.255951455205554,0.315084646110855,0.329003745982793,0.420158713895173,0.922533126305835 -853,0.5,0.255951455205554,0.324091661517622,0.348325234908996,0.492414713229791,0.922457170072824 -854,0.5,0.255951455205554,0.290778294700256,0.357633382770483,0.46015636141391,0.916810939659753 -855,0.5,0.255951455205554,0.23230769803271,0.350033462770851,0.293108757782941,0.908962051466896 -856,0.5,0.255951455205554,0.141086316588987,0.338052754256887,0.0917123901011683,0.91432598880308 -857,0.5,0.255951455205554,0.0187282229505547,0.319728883871897,0.0,0.917492439484375 -858,0.5,0.255951455205554,0.0,0.319283756755487,0.0,0.900798471976512 -859,0.5,0.255951455205554,0.0,0.321926891999089,0.0,0.858756989066295 -860,0.5,0.255951455205554,0.0,0.327765541116754,0.0,0.898610276599147 -861,0.5,0.255951455205554,0.0,0.340353358127141,0.0,0.917721723841447 -862,0.5,0.255951455205554,0.0,0.362407332655301,0.0,0.916733661407671 -863,0.5,0.255951455205554,0.0,0.378817586290671,0.0,0.920013777340774 -864,0.5,0.255951455205554,0.0,0.399436781940597,0.0,0.919414816400751 -865,0.5,0.255951455205554,0.0,0.421467362009785,0.0,0.921881849831657 -866,0.5,0.255951455205554,0.0,0.444420877192762,0.0,0.921785519119552 -867,0.5,0.255951455205554,0.0,0.473040563784902,0.0,0.92194080958906 -868,0.5,0.255951455205554,0.0,0.491437224742766,0.0,0.92427213725278 -869,0.5,0.255951455205554,0.0,0.505468013039602,0.0,0.927817429860098 -870,0.5,0.255951455205554,0.0,0.501873163841067,0.0,0.928997452847528 -871,0.5,0.255951455205554,0.0,0.482527155766791,0.0,0.934709014259832 -872,0.5,0.255951455205554,0.0,0.461300331171486,0.0,0.948244871636089 -873,0.5,0.255951455205554,0.0175447332711253,0.43808057123592,0.000782545701418233,0.950399579034036 -874,0.5,0.255951455205554,0.0869772157660199,0.431406973635577,0.0104407918565823,0.944699794199709 -875,0.5,0.255951455205554,0.167186977393434,0.460777250476543,0.0286000858068326,0.948658078251248 -876,0.5,0.255951455205554,0.240437579237796,0.48926636601253,0.0446976160686179,0.944777056988058 -877,0.5,0.255951455205554,0.292403036331358,0.485903735544215,0.0481430948542886,0.946249187748415 -878,0.5,0.255951455205554,0.307311943857413,0.437066269517355,0.0994117450473183,0.942666410781391 -879,0.5,0.255951455205554,0.276046244185873,0.354017253969088,0.0234559630774301,0.888150380947765 -880,0.5,0.255951455205554,0.193284817519441,0.276334940285853,0.00759355214654842,0.836837706410964 -881,0.5,0.255951455205554,0.029530938185875,0.247411347089016,0.0,0.753505981968447 -882,0.5,0.255951455205554,0.0,0.258215858176819,0.0,0.766137692196367 -883,0.5,0.255951455205554,0.0,0.27618169677449,0.0,0.78729053829302 -884,0.5,0.255951455205554,0.0,0.311292743486919,0.0,0.765557239657861 -885,0.5,0.255951455205554,0.0,0.347389505850234,0.0,0.727302678578524 -886,0.5,0.255951455205554,0.0,0.388565755894419,0.0,0.763163422676985 -887,0.5,0.255951455205554,0.0,0.437982907735081,0.0,0.879799567022166 -888,0.5,0.255951455205554,0.0,0.491668272499625,0.0,0.91698689503454 -889,0.5,0.255951455205554,0.0,0.53742835923397,0.0,0.925400312356506 -890,0.5,0.255951455205554,0.0,0.581276649424719,0.0,0.925178754227655 -891,0.5,0.255951455205554,0.0,0.63129820015086,0.0,0.901374118168007 -892,0.5,0.255951455205554,0.0,0.695505572097838,0.0,0.915477423305592 -893,0.5,0.255951455205554,0.0,0.732379654181481,0.0,0.955071442092292 -894,0.5,0.255951455205554,0.0,0.766032528701157,0.0,0.983416055070914 -895,0.5,0.255951455205554,0.0,0.795332130165894,0.0,0.994711784662575 -896,0.5,0.255951455205554,0.0,0.814096602054459,0.0,1.00096676709897 -897,0.5,0.255951455205554,0.00701452733691146,0.827351355376818,0.000268923671718137,0.9994594383236 -898,0.5,0.255951455205554,0.0350004458842747,0.850123457376434,0.00136626279700543,0.990603405750833 -899,0.5,0.255951455205554,0.0712023477519955,0.879780259790129,0.0114915207890214,0.981960086201208 -900,0.5,0.255951455205554,0.100388391400791,0.931961151790729,0.063857817521132,0.968766461628592 -901,0.5,0.255951455205554,0.114567078187774,0.977841429689657,0.0124434429054967,0.976415958147169 -902,0.5,0.255951455205554,0.103981391199765,0.996283937877373,0.0120538068798561,0.978278827035879 -903,0.5,0.255951455205554,0.0775069067022653,1.00047504421775,0.0153632947075054,0.994067751281162 -904,0.5,0.255951455205554,0.0444918237918888,0.992665526840287,0.0114614005946526,1.00137405024598 -905,0.5,0.255951455205554,0.0106278932059571,0.9673871045796,0.0,1.00608667855528 -906,0.5,0.255951455205554,0.0,0.936425665159373,0.0,1.00777635397364 -907,0.5,0.255951455205554,0.0,0.902118651264993,0.0,1.00973920986444 -908,0.5,0.255951455205554,0.0,0.862217496529956,0.0,1.00971407211612 -909,0.5,0.255951455205554,0.0,0.806699601873384,0.0,1.00574618711102 -910,0.5,0.255951455205554,0.0,0.739125229411796,0.0,0.985075343953669 -911,0.5,0.255951455205554,0.0,0.670513347979862,0.0,0.951595697997163 -912,0.5,0.255951455205554,0.0,0.623332659115197,0.0,0.944967130451665 -913,0.5,0.255951455205554,0.0,0.568405306106614,0.0,0.906014878959591 -914,0.5,0.255951455205554,0.0,0.498157531991249,0.0,0.844967090151068 -915,0.5,0.255951455205554,0.0,0.443891308608788,0.0,0.964568138306353 -916,0.5,0.255951455205554,0.0,0.421462153846641,0.0,0.987320108453422 -917,0.5,0.255951455205554,0.0,0.42604455076976,0.0,0.985802544280412 -918,0.5,0.255951455205554,0.0,0.459852516249459,0.0,0.992355107781628 -919,0.5,0.255951455205554,0.0,0.502796415991929,0.0,0.980405038236548 -920,0.5,0.255951455205554,0.0,0.542417083902581,0.0,0.972264580631759 -921,0.5,0.255951455205554,0.0372618518209357,0.589061151605933,0.00696503558380121,0.963944325297128 -922,0.5,0.255951455205554,0.148911234224701,0.644743752278679,0.112401829223957,0.961373648832595 -923,0.5,0.255951455205554,0.251931848465754,0.730323330920477,0.239577726745081,0.965293681934803 -924,0.5,0.255951455205554,0.307106324616179,0.805288416638876,0.328016918410937,0.969996222838923 -925,0.5,0.255951455205554,0.30864519657838,0.842920150792814,0.240185219687272,0.978183807539311 -926,0.5,0.255951455205554,0.261096800710419,0.859045240835964,0.108223106726752,0.98167621398691 -927,0.5,0.255951455205554,0.183180826648697,0.83773746945817,0.0692190979837948,0.990174006874782 -928,0.5,0.255951455205554,0.09739185402047,0.798029812949166,0.00976020944791339,0.997058315402839 -929,0.5,0.255951455205554,0.0158347453168411,0.733732357243221,0.0,0.997575327788838 -930,0.5,0.255951455205554,0.0,0.665606240654258,0.0,0.990840103595249 -931,0.5,0.255951455205554,0.0,0.630736319627706,0.0,0.97996234368558 -932,0.5,0.255951455205554,0.0,0.598545192173767,0.0,0.968526630533231 -933,0.5,0.255951455205554,0.0,0.578340095484165,0.0,0.958830878963959 -934,0.5,0.255951455205554,0.0,0.573086790310573,0.0,0.948953827144445 -935,0.5,0.255951455205554,0.0,0.576440183948964,0.0,0.942364549517133 -936,0.5,0.255951455205554,0.0,0.58065732597038,0.0,0.937492419453509 -937,0.5,0.255951455205554,0.0,0.596496736797239,0.0,0.936970513212346 -938,0.5,0.255951455205554,0.0,0.620829493550944,0.0,0.941076526772663 -939,0.5,0.255951455205554,0.0,0.664033921275218,0.0,0.947935236626233 -940,0.5,0.255951455205554,0.0,0.698116769881284,0.0,0.962620984814877 -941,0.5,0.255951455205554,0.0,0.708976822256764,0.0,0.976331078434202 -942,0.5,0.255951455205554,0.0,0.718598699438693,0.0,0.975367611510595 -943,0.5,0.255951455205554,0.0,0.715317242432879,0.0,0.977638842934664 -944,0.5,0.255951455205554,0.0,0.699606967417112,0.0,0.976403835154474 -945,0.5,0.255951455205554,0.0204874000072441,0.688324836167016,0.000702647584743759,0.983289714718666 -946,0.5,0.255951455205554,0.082154003603634,0.7296201455554,0.00866692072246402,0.272333917910763 -947,0.5,0.255951455205554,0.142284986628373,0.801299979729065,0.0218820704707475,0.980460728009882 -948,0.5,0.255951455205554,0.172293575132115,0.852713456717089,0.0407051335886075,0.986440154154257 -949,0.5,0.255951455205554,0.196510165734833,0.866023762181704,0.0482395731865206,0.985992836963931 -950,0.5,0.255951455205554,0.191558726112007,0.869567374921868,0.0351091233375227,0.990931229192355 -951,0.5,0.255951455205554,0.16467669947932,0.858114434546349,0.0307522187675705,0.985110691841307 -952,0.5,0.255951455205554,0.125870846468851,0.8321403030847,0.0253845464746228,0.963068355009225 -953,0.5,0.255951455205554,0.0332566235537771,0.766082230237906,0.0,0.945092201755624 -954,0.5,0.255951455205554,0.0,0.691680796507075,0.0,0.945526906565054 -955,0.5,0.255951455205554,0.0,0.700520076988661,0.0,0.949385592815427 -956,0.5,0.255951455205554,0.0,0.700533418553231,0.0,0.924349052649223 -957,0.5,0.255951455205554,0.0,0.705786424808753,0.0,0.978704159925927 -958,0.5,0.255951455205554,0.0,0.666225503466701,0.0,0.98132038635123 -959,0.5,0.255951455205554,0.0,0.620181735147086,0.0,0.979698105691617 -960,0.5,0.255951455205554,0.0,0.560069725267346,0.0,0.970653200751402 -961,0.5,0.255951455205554,0.0,0.516747912471152,0.0,0.978745297387456 -962,0.5,0.255951455205554,0.0,0.47271238434513,0.0,0.984912457120548 -963,0.5,0.255951455205554,0.0,0.428630831338372,0.0,0.996289740468388 -964,0.5,0.255951455205554,0.0,0.380877430202254,0.0,0.994202868996032 -965,0.5,0.255951455205554,0.0,0.326014042136773,0.0,0.971762412761525 -966,0.5,0.255951455205554,0.0,0.278835347321329,0.0,0.9633336852953 -967,0.5,0.255951455205554,0.0,0.23821957542301,0.0,0.95829360981956 -968,0.5,0.255951455205554,0.0,0.206390776535931,0.0,0.937750900693353 -969,0.5,0.255951455205554,0.0436770646283617,0.180295181173357,0.00392464225688855,0.923872116371966 -970,0.5,0.255951455205554,0.173003591459457,0.168951511306296,0.0925430600232864,0.902445629273391 -971,0.5,0.255951455205554,0.299747167205764,0.176191674837266,0.304462880469867,0.873047156601065 -972,0.5,0.255951455205554,0.379216083370106,0.203442957644511,0.461210698402595,0.836395511636002 -973,0.5,0.255951455205554,0.410869184239136,0.192553386386007,0.520862374783008,0.813658426028246 -974,0.5,0.255951455205554,0.377769888536012,0.15597451275036,0.512369259354895,0.770134982452663 -975,0.5,0.255951455205554,0.290884876003251,0.108720404375239,0.413683480581288,0.678798824735933 -976,0.5,0.255951455205554,0.164692434429248,0.0721116389850227,0.229571240982083,0.593740169743657 -977,0.5,0.255951455205554,0.0288884153330181,0.067730362152694,0.0,0.525845193345025 -978,0.5,0.255951455205554,8.02202928393013e-07,0.076955455459499,0.0,0.448252519228442 -979,0.5,0.255951455205554,0.0,0.0854390920982537,0.0,0.325336950633198 -980,0.5,0.255951455205554,0.0,0.0936221277545597,0.0,0.20018045997784 -981,0.5,0.255951455205554,0.0,0.0924310043902823,0.0,0.14456644182942 -982,0.5,0.255951455205554,0.0,0.0912188707049704,0.0,0.19062911305168 -983,0.5,0.255951455205554,0.0,0.090090335028764,0.0,0.357250454940071 -984,0.5,0.255951455205554,0.0,0.0861986550447411,0.0,0.491182369114653 -985,0.5,0.255951455205554,0.0,0.090569653290923,0.0,0.514485412495494 -986,0.5,0.255951455205554,0.0,0.101627231530455,0.0,0.478959684817561 -987,0.5,0.255951455205554,0.0,0.116550351303465,0.0,0.366325856967442 -988,0.5,0.255951455205554,0.0,0.138215927690043,0.0,0.23173146312878 -989,0.5,0.255951455205554,0.0,0.170670031570773,0.0,0.164933471184429 -990,0.5,0.255951455205554,0.0,0.205878112006082,0.0,0.215057364478053 -991,0.5,0.255951455205554,0.0,0.243436637386273,0.0,0.192632177268978 -992,0.5,0.255951455205554,0.0,0.273241441817351,0.0,0.137833358748434 -993,0.5,0.255951455205554,0.0142777626324347,0.298248283045014,0.00747744593870021,0.165117429936727 -994,0.5,0.255951455205554,0.0610293567248947,0.340071370252426,0.0604283424504136,0.145004686176788 -995,0.5,0.255951455205554,0.105671113355263,0.392291647244796,0.157599137863567,0.19279085325238 -996,0.5,0.255951455205554,0.143663987897087,0.447623978347028,0.244955274963661,0.341198694142307 -997,0.5,0.255951455205554,0.172260033996646,0.500714249913823,0.327171851217319,0.513727359844124 -998,0.5,0.255951455205554,0.187164891580943,0.538195405765148,0.193890575067417,0.736909519004907 -999,0.5,0.255951455205554,0.163405383452155,0.521674024033796,0.056473689274736,0.839246302084432 -1000,0.5,0.255951455205554,0.112839972825452,0.471583852600404,0.0320337322241885,0.870017771215517 -1001,0.5,0.255951455205554,0.0412120576250947,0.416759808700559,0.0,0.904104790164637 -1002,0.5,0.255951455205554,0.0,0.394167171023892,0.0,0.933917226239053 -1003,0.5,0.255951455205554,0.0,0.420293454918393,0.0,0.965427726174977 -1004,0.5,0.255951455205554,0.0,0.46913818913315,0.0,0.974526528345751 -1005,0.5,0.255951455205554,0.0,0.506184090899894,0.0,0.95283458074078 -1006,0.5,0.255951455205554,0.0,0.5241732866927,0.0,0.939492248064512 -1007,0.5,0.255951455205554,0.0,0.533568625741548,0.0,0.935032770164389 -1008,0.5,0.255951455205554,0.0,0.518854820014266,0.0,0.941964418322891 -1009,0.5,0.255951455205554,0.0,0.473812436491225,0.0,0.951274415178832 -1010,0.5,0.255951455205554,0.0,0.416058230821111,0.0,0.967772129456815 -1011,0.5,0.255951455205554,0.0,0.37415369318718,0.0,0.973649956431375 -1012,0.5,0.255951455205554,0.0,0.340057311890458,0.0,0.98359512748875 -1013,0.5,0.255951455205554,0.0,0.306041139769593,0.0,0.983915450732587 -1014,0.5,0.255951455205554,0.0,0.284353708598116,0.0,0.967535852398127 -1015,0.5,0.255951455205554,0.0,0.272039603755105,0.0,0.946682749771331 -1016,0.5,0.255951455205554,6.58704735759494e-08,0.270639558416946,0.0,0.945253520243027 -1017,0.5,0.255951455205554,0.0336169138000722,0.268454884360247,0.0324584082663267,0.938782884703634 -1018,0.5,0.255951455205554,0.135757556201014,0.274956852535645,0.203382759075351,0.942287823090372 -1019,0.5,0.255951455205554,0.246761215585388,0.302157001066168,0.350134194781436,0.943771293243925 -1020,0.5,0.255951455205554,0.336872945984863,0.384624610769952,0.436560431007361,0.942145348990774 -1021,0.5,0.255951455205554,0.394412119175918,0.408810184804785,0.475558189258339,0.831533336821619 -1022,0.5,0.255951455205554,0.39121295629215,0.368527978788407,0.469003946412567,0.840300412579473 -1023,0.5,0.255951455205554,0.330850817352239,0.279954050468259,0.4052342523399,0.801052723182868 -1024,0.5,0.255951455205554,0.230755789111492,0.178007999299421,0.321524928951801,0.831760736730391 -1025,0.5,0.255951455205554,0.062706585725737,0.163195230326634,0.101929442523212,0.907016808822534 -1026,0.5,0.255951455205554,0.0,0.209175599959069,0.0,0.915340441267071 -1027,0.5,0.255951455205554,0.0,0.26276003708769,0.0,0.915006052957357 -1028,0.5,0.255951455205554,0.0,0.336780201462392,0.0,0.9153001038259 -1029,0.5,0.255951455205554,0.0,0.415376404182206,0.0,0.919982815459226 -1030,0.5,0.255951455205554,0.0,0.467922309584955,0.0,0.925076911504265 -1031,0.5,0.255951455205554,0.0,0.521843016507096,0.0,0.93357502410723 -1032,0.5,0.255951455205554,0.0,0.564601259692714,0.0,0.0574346615499211 -1033,0.5,0.255951455205554,0.0,0.603005833604644,0.0,0.177206474579176 -1034,0.5,0.255951455205554,0.0,0.64563601910408,0.0,0.0680846605866571 -1035,0.5,0.255951455205554,0.0,0.672372850722334,0.0,0.871090239692636 -1036,0.5,0.255951455205554,0.0,0.678681522244889,0.0,0.987053996519376 -1037,0.5,0.255951455205554,0.0,0.671511804180386,0.0,0.975366409982293 -1038,0.5,0.255951455205554,0.0,0.655565199567493,0.0,0.956170900294591 -1039,0.5,0.255951455205554,0.0,0.620045223224305,0.0,0.931947193642208 -1040,0.5,0.255951455205554,1.62155279032075e-06,0.575738381372361,0.0,0.979894397980326 -1041,0.5,0.255951455205554,0.0209740254169902,0.518473086801198,0.00501817565180899,0.989256666280248 -1042,0.5,0.255951455205554,0.0693884656470626,0.458184014559512,0.0529444422729563,0.975782821232183 -1043,0.5,0.255951455205554,0.134147437168554,0.425036272390174,0.100979800900471,0.966312779747984 -1044,0.5,0.255951455205554,0.200567928569541,0.399424942283429,0.044115846164097,0.942310101588964 -1045,0.5,0.255951455205554,0.240762945399614,0.356879699510634,0.0549934476520818,0.932568710646495 -1046,0.5,0.255951455205554,0.23912319114469,0.317205220131458,0.0982827908485445,0.932202277397306 -1047,0.5,0.255951455205554,0.188344869111789,0.263685640791936,0.0309810893682842,0.929129318092641 -1048,0.5,0.255951455205554,0.107969079125157,0.220190200345292,0.0244909213238087,0.912914254536811 -1049,0.5,0.255951455205554,0.0317501164042771,0.192419018727069,0.0762480055180753,0.887788150754807 -1050,0.5,0.255951455205554,1.32793502847887e-05,0.178933765321413,0.0,0.846507450640203 -1051,0.5,0.255951455205554,0.0,0.16443129203537,0.0,0.806683347044087 -1052,0.5,0.255951455205554,0.0,0.160847413848172,0.0,0.781647767451138 -1053,0.5,0.255951455205554,0.0,0.166486466315407,0.0,0.725116594338322 -1054,0.5,0.255951455205554,0.0,0.183595639566071,0.0,0.681123905029395 -1055,0.5,0.255951455205554,0.0,0.203228066665748,0.0,0.65538572812548 -1056,0.5,0.255951455205554,0.0,0.219251850401616,0.0,0.634556379499517 -1057,0.5,0.255951455205554,0.0,0.229785664068201,0.0,0.575771844734582 -1058,0.5,0.255951455205554,0.0,0.240177474384495,0.0,0.443573055625531 -1059,0.5,0.255951455205554,0.0,0.267078221612616,0.0,0.432990902883486 -1060,0.5,0.255951455205554,0.0,0.281803241246401,0.0,0.415486774108379 -1061,0.5,0.255951455205554,0.0,0.301441970513634,0.0,0.626309778529228 -1062,0.5,0.255951455205554,0.0,0.309541819163065,0.0,0.730060616068535 -1063,0.5,0.255951455205554,0.0,0.325423262130279,0.0,0.645378595482133 -1064,0.5,0.255951455205554,4.66371512283222e-06,0.328221000777954,0.0,0.792456488334638 -1065,0.5,0.255951455205554,0.0364390222712514,0.31337447933702,0.00413470965843502,0.70056971255985 -1066,0.5,0.255951455205554,0.12345947923869,0.323425164914518,0.0213337727647778,0.713454949664261 -1067,0.5,0.255951455205554,0.217465712087689,0.363402617107934,0.0382256677032252,0.638443710155863 -1068,0.5,0.255951455205554,0.286515021646976,0.388801307872775,0.0932050937349888,0.567821431671862 -1069,0.5,0.255951455205554,0.323067032998462,0.400064711302559,0.118984441593568,0.684381555034043 -1070,0.5,0.255951455205554,0.317536121499947,0.380353087680657,0.206687205757401,0.839324146000016 -1071,0.5,0.255951455205554,0.2824515407863,0.324178983259071,0.0839689272697634,0.833038931131359 -1072,0.5,0.255951455205554,0.201239257254168,0.257976699555354,0.0536693647396701,0.746493901439583 -1073,0.5,0.255951455205554,0.056468048195829,0.249710507738027,0.0094023333393038,0.810793241094016 -1074,0.5,0.255951455205554,7.8069040254412e-06,0.313639945662562,0.0,0.891060039203858 -1075,0.5,0.255951455205554,0.0,0.401570331431705,0.0,0.910139796895811 -1076,0.5,0.255951455205554,0.0,0.465272552413613,0.0,0.917069815671851 -1077,0.5,0.255951455205554,0.0,0.529117457104386,0.0,0.927570471157964 -1078,0.5,0.255951455205554,0.0,0.590249020416498,0.0,0.93528673127466 -1079,0.5,0.255951455205554,0.0,0.656952082093682,0.0,0.0642245555717008 -1080,0.5,0.255951455205554,0.0,0.697605415108941,0.0,0.083528470694587 -1081,0.5,0.255951455205554,0.0,0.719342997847368,0.0,0.269056705129214 -1082,0.5,0.255951455205554,0.0,0.745239999092468,0.0,0.994121227795703 -1083,0.5,0.255951455205554,0.0,0.774912455148084,0.0,1.00180527955648 -1084,0.5,0.255951455205554,0.0,0.787752548007295,0.0,1.00674883207417 -1085,0.5,0.255951455205554,0.0,0.759898874457911,0.0,0.228023067514744 -1086,0.5,0.255951455205554,0.0,0.722966134767871,0.0,0.117468287666423 -1087,0.5,0.255951455205554,0.0,0.696080819393579,0.0,0.109954013053145 -1088,0.5,0.255951455205554,2.75531861869488e-05,0.672046306358887,0.0,0.095255822060931 -1089,0.5,0.255951455205554,0.0110491069304724,0.66301480274178,0.0130768738544719,0.0703281771558381 -1090,0.5,0.255951455205554,0.0436256985707222,0.660121782884939,0.0359693542300669,0.0518644514544254 -1091,0.5,0.255951455205554,0.0853010953325353,0.688083609117224,0.0962884513527137,0.0490279225684683 -1092,0.5,0.255951455205554,0.116193023030713,0.714668542215734,0.0809178766254589,0.0553708683121398 -1093,0.5,0.255951455205554,0.131446992954451,0.739832136238734,0.06039471580283,0.0711833656293707 -1094,0.5,0.255951455205554,0.133867538204351,0.770277967234375,0.0315322732031477,0.0908977257985683 -1095,0.5,0.255951455205554,0.121794574438971,0.785660591232651,0.0299589414332788,0.0984177537512359 -1096,0.5,0.255951455205554,0.0808423134824575,0.791777495516622,0.0272838149698921,0.230064889470917 -1097,0.5,0.255951455205554,0.0268703267280637,0.781519826571872,0.00892025177816478,0.141344181815111 -1098,0.5,0.255951455205554,1.02519591068183e-05,0.776115478080966,0.0,0.867252400181481 -1099,0.5,0.255951455205554,0.0,0.782156408022749,0.0,0.990210758373687 -1100,0.5,0.255951455205554,0.0,0.782934694983703,0.0,0.287074381298347 -1101,0.5,0.255951455205554,0.0,0.793468529783765,0.0,1.00312785899424 -1102,0.5,0.255951455205554,0.0,0.802458138053182,0.0,1.00694173484728 -1103,0.5,0.255951455205554,0.0,0.798097164781332,0.0,1.00954438177844 -1104,0.5,0.255951455205554,0.0,0.801669284966347,0.0,1.00827794356695 -1105,0.5,0.255951455205554,0.0,0.807212932690672,0.0,1.00969547345071 -1106,0.5,0.255951455205554,0.0,0.802252668173516,0.0,1.00951000250592 -1107,0.5,0.255951455205554,0.0,0.789005288333534,0.0,1.00928022007143 -1108,0.5,0.255951455205554,0.0,0.774557599914601,0.0,1.0092782575788 -1109,0.5,0.255951455205554,0.0,0.7729217335097,0.0,1.007632671158 -1110,0.5,0.255951455205554,0.0,0.780172745207617,0.0,0.998071422926881 -1111,0.5,0.255951455205554,0.0,0.784156977651483,0.0,0.991001655358627 -1112,0.5,0.255951455205554,3.61034399923622e-05,0.767883504056854,0.0,0.965812418806136 -1113,0.5,0.255951455205554,0.0165508849527649,0.773867454902952,0.000773632696227607,0.911778712536166 -1114,0.5,0.255951455205554,0.0556222200408878,0.810867995494668,0.00324857621308739,0.938921569231422 -1115,0.5,0.255951455205554,0.0963957739987026,0.848449044012299,0.00897508608676325,0.957190024760347 -1116,0.5,0.255951455205554,0.125404120854497,0.862578147998739,0.0216026103536175,0.942135985491723 -1117,0.5,0.255951455205554,0.141952032732108,0.882292600895721,0.00568490069693207,0.931593536071946 -1118,0.5,0.255951455205554,0.131725622175542,0.877099631788336,0.0106885361559032,0.927215553260768 -1119,0.5,0.255951455205554,0.101051981804778,0.849540339221477,0.0568936958315453,0.929995353117194 -1120,0.5,0.255951455205554,0.0666946640107762,0.791322603323952,0.0229136989587302,0.920696085834784 -1121,0.5,0.255951455205554,0.0281323415918855,0.690804912029932,0.0056966300774147,0.905078142129068 -1122,0.5,0.255951455205554,1.33798917209731e-05,0.538331027377554,0.0,0.888103489092306 -1123,0.5,0.255951455205554,0.0,0.43787943148702,0.0,0.900541508593984 -1124,0.5,0.255951455205554,0.0,0.38335330474864,0.0,0.93214872485299 -1125,0.5,0.255951455205554,0.0,0.354055086744581,0.0,0.917792537316777 -1126,0.5,0.255951455205554,0.0,0.330264545784067,0.0,0.852582708240045 -1127,0.5,0.255951455205554,0.0,0.28786419595407,0.0,0.75916721052167 -1128,0.5,0.255951455205554,0.0,0.251908923607027,0.0,0.801620806221704 -1129,0.5,0.255951455205554,0.0,0.235298189648612,0.0,0.816805166328199 -1130,0.5,0.255951455205554,0.0,0.219778811200248,0.0,0.805155049656088 -1131,0.5,0.255951455205554,0.0,0.211950639747321,0.0,0.637344042763966 -1132,0.5,0.255951455205554,0.0,0.211027453157219,0.0,0.333968354229667 -1133,0.5,0.255951455205554,0.0,0.200227174575107,0.0,0.316324483804667 -1134,0.5,0.255951455205554,0.0,0.181430383012299,0.0,0.378118144774294 -1135,0.5,0.255951455205554,0.0,0.159990546322689,0.0,0.376682584374855 -1136,0.5,0.255951455205554,0.000198317945964053,0.14272560292148,0.0,0.326773391110684 -1137,0.5,0.255951455205554,0.0499010062282452,0.135514019823482,0.013343095187198,0.365739328448292 -1138,0.5,0.255951455205554,0.147771988647475,0.154350334422358,0.167109068407829,0.42582827565379 -1139,0.5,0.255951455205554,0.24752317624908,0.211504187379376,0.24227337629725,0.473277215575407 -1140,0.5,0.255951455205554,0.323950727811716,0.266744998649219,0.230878118592735,0.477236368149098 -1141,0.5,0.255951455205554,0.327716882949653,0.273295773282093,0.0881005101801759,0.496780318689299 -1142,0.5,0.255951455205554,0.301089787969198,0.274035409818744,0.0496320785118005,0.479709662165144 -1143,0.5,0.255951455205554,0.256891716661189,0.252901972401653,0.0369509753659996,0.502638342789791 -1144,0.5,0.255951455205554,0.19099680299862,0.195509056542291,0.0229412708443743,0.535408702821169 -1145,0.5,0.255951455205554,0.0694407917574813,0.144698087886916,0.00477794259529992,0.530855423354818 -1146,0.5,0.255951455205554,0.0,0.124361793549153,0.0,0.489885807548574 -1147,0.5,0.255951455205554,0.0,0.116895437594539,0.0,0.47903824532497 -1148,0.5,0.255951455205554,0.0,0.12057486483721,0.0,0.604869082830175 -1149,0.5,0.255951455205554,0.0,0.124948427439594,0.0,0.725826185922455 -1150,0.5,0.255951455205554,0.0,0.126047870874011,0.0,0.800479672572326 -1151,0.5,0.255951455205554,0.0,0.127327963727232,0.0,0.823137776875064 -1152,0.5,0.255951455205554,0.0,0.127298922796026,0.0,0.835486728333038 -1153,0.5,0.255951455205554,0.0,0.125314522952719,0.0,0.848952976006382 -1154,0.5,0.255951455205554,0.0,0.123878013899653,0.0,0.857233783892069 -1155,0.5,0.255951455205554,0.0,0.120261099728168,0.0,0.81927691727341 -1156,0.5,0.255951455205554,0.0,0.120536303125236,0.0,0.797981568700573 -1157,0.5,0.255951455205554,0.0,0.12233313132778,0.0,0.852121013563535 -1158,0.5,0.255951455205554,0.0,0.129677209611322,0.0,0.855993676334709 -1159,0.5,0.255951455205554,0.0,0.139600450898326,0.0,0.798480116240049 -1160,0.5,0.255951455205554,0.000523638769931196,0.138545468039083,0.0,0.754022196499048 -1161,0.5,0.255951455205554,0.0924447631007183,0.128214405381225,0.0350715315374428,0.771541845293628 -1162,0.5,0.255951455205554,0.244138885466234,0.133825284120788,0.112692852876904,0.741108504387957 -1163,0.5,0.255951455205554,0.38159197295989,0.163827601100314,0.172558021663929,0.726886791802764 -1164,0.5,0.255951455205554,0.473707920104207,0.211959246854747,0.392399246702212,0.74291188660097 -1165,0.5,0.255951455205554,0.500371129824389,0.218256118860847,0.479009068612024,0.728518084050867 -1166,0.5,0.255951455205554,0.454479591599113,0.205226297779317,0.444431424321991,0.663056193899913 -1167,0.5,0.255951455205554,0.349029552746982,0.181366082404117,0.270499461223365,0.545247128375464 -1168,0.5,0.255951455205554,0.212962228569262,0.140715186959544,0.115278876128243,0.553590712316884 -1169,0.5,0.255951455205554,0.074824984851226,0.122589577548898,0.0442489974526033,0.61425833362383 -1170,0.5,0.255951455205554,1.89621739317503e-05,0.126554207212745,0.0,0.717007185994706 -1171,0.5,0.255951455205554,0.0,0.123499888784914,0.0,0.718601738971387 -1172,0.5,0.255951455205554,0.0,0.126162249313347,0.0,0.655204000772853 -1173,0.5,0.255951455205554,0.0,0.132229842937387,0.0,0.649547740705795 -1174,0.5,0.255951455205554,0.0,0.141071604285146,0.0,0.701675975383688 -1175,0.5,0.255951455205554,0.0,0.148092641109415,0.0,0.747174779016493 -1176,0.5,0.255951455205554,0.0,0.156874355085262,0.0,0.662430653447854 -1177,0.5,0.255951455205554,0.0,0.161647433342811,0.0,0.594180026305578 -1178,0.5,0.255951455205554,0.0,0.168966274881797,0.0,0.558360657561025 -1179,0.5,0.255951455205554,0.0,0.185071333319428,0.0,0.601576473500337 -1180,0.5,0.255951455205554,0.0,0.206855181375762,0.0,0.62111631241427 -1181,0.5,0.255951455205554,0.0,0.217622160277831,0.0,0.585316153434292 -1182,0.5,0.255951455205554,0.0,0.221990299341387,0.0,0.434274235052378 -1183,0.5,0.255951455205554,0.0,0.227602108002956,0.0,0.2917893897231 -1184,0.5,0.255951455205554,0.000249747163423411,0.232878176959997,0.0,0.203888505005558 -1185,0.5,0.255951455205554,0.0178497486365101,0.244978586010833,0.000826855161816353,0.144836432728945 -1186,0.5,0.255951455205554,0.0558556712785465,0.282150243414525,0.00212885054575125,0.116295999290179 -1187,0.5,0.255951455205554,0.100974254350311,0.335294045684523,0.0142795617142265,0.100089523525732 -1188,0.5,0.255951455205554,0.13042880613051,0.38974613517553,0.0847828926773626,0.0861499922901065 -1189,0.5,0.255951455205554,0.13376720756402,0.41253718193134,0.110274878639158,0.07436242555016 -1190,0.5,0.255951455205554,0.117640648607741,0.382915079509802,0.100221571716972,0.073735423567898 -1191,0.5,0.255951455205554,0.0908658318677069,0.32594748786852,0.074985288656332,0.0636708291061894 -1192,0.5,0.255951455205554,0.0558180134651386,0.270906183590707,0.0396284624169986,0.0570067365114594 -1193,0.5,0.255951455205554,0.0224801591008362,0.220020006948116,0.00952046351977566,0.0516370516119638 -1194,0.5,0.255951455205554,5.98834409438652e-05,0.177777048571747,0.0,0.0443829814775827 -1195,0.5,0.255951455205554,0.0,0.156777079213606,0.0,0.0427178403659074 -1196,0.5,0.255951455205554,0.0,0.142992940645762,0.0,0.0536234122721245 -1197,0.5,0.255951455205554,0.0,0.127693650208721,0.0,0.0492785822571087 -1198,0.5,0.255951455205554,0.0,0.108782500555786,0.0,0.0432657621526192 -1199,0.5,0.255951455205554,0.0,0.0953876312641286,0.0,0.0351490012564948 -1200,0.5,0.255951455205554,0.0,0.0843956884317579,0.0,0.0256548851662982 -1201,0.5,0.255951455205554,0.0,0.0785925245500455,0.0,0.021444790458086 -1202,0.5,0.255951455205554,0.0,0.0794003250300064,0.0,0.0370518974653261 -1203,0.5,0.255951455205554,0.0,0.0802641173685064,0.0,0.050197879098631 -1204,0.5,0.255951455205554,0.0,0.0827464511646275,0.0,0.100192229547775 -1205,0.5,0.255951455205554,0.0,0.0837534250109977,0.0,0.264133207887851 -1206,0.5,0.255951455205554,0.0,0.0871572600401708,0.0,0.51989853801947 -1207,0.5,0.255951455205554,0.0,0.0956383199703099,0.0,0.693477833573423 -1208,0.5,0.255951455205554,0.000411818334186543,0.10907841946042,0.0,0.761051286737186 -1209,0.5,0.255951455205554,0.0439500963611323,0.132660968336737,0.0303497345311313,0.833455450605131 -1210,0.5,0.255951455205554,0.141997383173556,0.192891752209621,0.0445857434022506,0.857364842142696 -1211,0.5,0.255951455205554,0.254342910491474,0.301688233042583,0.0728166430869074,0.888688304832183 -1212,0.5,0.255951455205554,0.338675655820928,0.381696152714563,0.305053584169583,0.89563670727829 -1213,0.5,0.255951455205554,0.364490064033491,0.444217174086958,0.38266289202183,0.907273373647646 -1214,0.5,0.255951455205554,0.348707157707142,0.486331998944172,0.0880627226223956,0.910791775870232 -1215,0.5,0.255951455205554,0.28831572462525,0.508011213957001,0.0806148690737906,0.912168677559958 -1216,0.5,0.255951455205554,0.201270908692191,0.500937315102285,0.116530006573286,0.912213237833223 -1217,0.5,0.255951455205554,0.0723350324017628,0.487361896704954,0.029429344483788,0.914477214159421 -1218,0.5,0.255951455205554,1.79022936378888e-05,0.500821736207859,0.0,0.919231376202118 -1219,0.5,0.255951455205554,0.0,0.529925282804808,0.0,0.800918794936883 -1220,0.5,0.255951455205554,0.0,0.548158978656563,0.0,0.803084002607204 -1221,0.5,0.255951455205554,0.0,0.524747631238069,0.0,0.853761586151308 -1222,0.5,0.255951455205554,0.0,0.466197119894454,0.0,0.755173705703781 -1223,0.5,0.255951455205554,0.0,0.391820389739811,0.0,0.758575374821308 -1224,0.5,0.255951455205554,0.0,0.323778986464817,0.0,0.736636724104127 -1225,0.5,0.255951455205554,0.0,0.274131445978371,0.0,0.747318619927996 -1226,0.5,0.255951455205554,0.0,0.240321966286101,0.0,0.556782091924761 -1227,0.5,0.255951455205554,0.0,0.217253316922606,0.0,0.445848299176711 -1228,0.5,0.255951455205554,0.0,0.209234341174189,0.0,0.788955143130641 -1229,0.5,0.255951455205554,0.0,0.195865549451605,0.0,0.855112370377246 -1230,0.5,0.255951455205554,0.0,0.197698547314016,0.0,0.882797039660019 -1231,0.5,0.255951455205554,0.0,0.208688665021483,0.0,0.890966803215951 -1232,0.5,0.255951455205554,0.000258647226958615,0.233892445602177,0.0,0.805292658540341 -1233,0.5,0.255951455205554,0.0218098558428123,0.265858388990205,0.0126085598594126,0.67669060995533 -1234,0.5,0.255951455205554,0.0714329431222164,0.357915460186001,0.0336823648022419,0.701447518996216 -1235,0.5,0.255951455205554,0.118424121110765,0.473862930895887,0.0537569328871369,0.746695269215334 -1236,0.5,0.255951455205554,0.1414765766684,0.545162477874338,0.104781869325684,0.763587683186318 -1237,0.5,0.255951455205554,0.159246333339004,0.57555038768711,0.431888614041473,0.802096699098753 -1238,0.5,0.255951455205554,0.154817649701211,0.565539902468212,0.194181231306842,0.823316155448699 -1239,0.5,0.255951455205554,0.143458688528389,0.520760251283218,0.16028269320519,0.876164736855472 -1240,0.5,0.255951455205554,0.10050924618766,0.457130427428584,0.0980808036249099,0.896193261438493 -1241,0.5,0.255951455205554,0.0430662178561667,0.37497812936829,0.00479637466711085,0.887229924628643 -1242,0.5,0.255951455205554,4.44700678822212e-05,0.32182775289381,0.0,0.880528705892695 -1243,0.5,0.255951455205554,0.0,0.320803712106838,0.0,0.873710729747165 -1244,0.5,0.255951455205554,0.0,0.329130976949096,0.0,0.861828897428603 -1245,0.5,0.255951455205554,0.0,0.32172284220431,0.0,0.875190238534904 -1246,0.5,0.255951455205554,0.0,0.30977418213075,0.0,0.815624470219605 -1247,0.5,0.255951455205554,0.0,0.306921409074008,0.0,0.90089929470514 -1248,0.5,0.255951455205554,0.0,0.307947816123558,0.0,0.914478657411813 -1249,0.5,0.255951455205554,0.0,0.30958712458074,0.0,0.897932875537555 -1250,0.5,0.255951455205554,0.0,0.323093643506521,0.0,0.924587009234476 -1251,0.5,0.255951455205554,0.0,0.347859133791947,0.0,0.899301986166273 -1252,0.5,0.255951455205554,0.0,0.355753465393977,0.0,0.873741566311815 -1253,0.5,0.255951455205554,0.0,0.373848635689044,0.0,0.888714260596445 -1254,0.5,0.255951455205554,0.0,0.390088401043411,0.0,0.917065515267746 -1255,0.5,0.255951455205554,0.0,0.382170612292913,0.0,0.928744529965765 -1256,0.5,0.255951455205554,0.0010609046351149,0.374948599337908,0.0,0.933572116819928 -1257,0.5,0.255951455205554,0.0555252720793212,0.384277124176424,0.0107315553180546,0.940274128332786 -1258,0.5,0.255951455205554,0.14456197386318,0.448048033440639,0.037875705984316,0.941934393083356 -1259,0.5,0.255951455205554,0.235437043405561,0.526447105860628,0.070095487729375,0.951547429190427 -1260,0.5,0.255951455205554,0.288464204286176,0.558938019858109,0.0787368340163503,0.963748915461731 -1261,0.5,0.255951455205554,0.314890604765021,0.557616817494151,0.0774396089311813,0.940705480399502 -1262,0.5,0.255951455205554,0.307802882749746,0.51632128633631,0.080182671071184,0.889283992729176 -1263,0.5,0.255951455205554,0.249084187317685,0.423118177223624,0.0729515405909524,0.851546364187091 -1264,0.5,0.255951455205554,0.174357511037951,0.303435842750017,0.0513861458312448,0.855891514549813 -1265,0.5,0.255951455205554,0.0691404560590227,0.217251946831139,0.024811648266089,0.788093917953552 -1266,0.5,0.255951455205554,4.48640782735091e-05,0.17003187592883,0.0,0.756179869291366 -1267,0.5,0.255951455205554,0.0,0.148861691463016,0.0,0.77046460136346 -1268,0.5,0.255951455205554,0.0,0.134547038528364,0.0,0.710658572709608 -1269,0.5,0.255951455205554,0.0,0.121364314494474,0.0,0.661516862745203 -1270,0.5,0.255951455205554,0.0,0.108275169668741,0.0,0.676180400959997 -1271,0.5,0.255951455205554,0.0,0.109530310428554,0.0,0.658465926289626 -1272,0.5,0.255951455205554,0.0,0.121182897009558,0.0,0.541359916118011 -1273,0.5,0.255951455205554,0.0,0.125200119703174,0.0,0.73224237553758 -1274,0.5,0.255951455205554,0.0,0.126450983035444,0.0,0.771212684048312 -1275,0.5,0.255951455205554,0.0,0.126697864607673,0.0,0.821464196126342 -1276,0.5,0.255951455205554,0.0,0.136531885880613,0.0,0.859641879790755 -1277,0.5,0.255951455205554,0.0,0.15090510667967,0.0,0.883339233132739 -1278,0.5,0.255951455205554,0.0,0.164202106157652,0.0,0.893743702565122 -1279,0.5,0.255951455205554,0.0,0.177749542522065,0.0,0.90623425815041 -1280,0.5,0.255951455205554,0.000631134532912479,0.194796343132024,0.0,0.916767565858645 -1281,0.5,0.255951455205554,0.0409465106666845,0.213386787479005,0.0686935522672976,0.916346486763965 -1282,0.5,0.255951455205554,0.11408323172412,0.268131207340451,0.161965311249656,0.92094665665442 -1283,0.5,0.255951455205554,0.192846509167101,0.339578556745967,0.193119739504592,0.929278494834652 -1284,0.5,0.255951455205554,0.266499304875042,0.398798851744243,0.103751669795078,0.93578601496984 -1285,0.5,0.255951455205554,0.308805797741767,0.411977231766742,0.197649679556638,0.933625285432519 -1286,0.5,0.255951455205554,0.317589093775029,0.409406220029811,0.363996666231671,0.933709316172906 -1287,0.5,0.255951455205554,0.28535215272835,0.391500118332267,0.309989977701177,0.933298010591564 -1288,0.5,0.255951455205554,0.225565365095969,0.342951276265004,0.247451480832537,0.931829021094552 -1289,0.5,0.255951455205554,0.106748192340528,0.301391113460273,0.143566900692169,0.932731454134687 -1290,0.5,0.255951455205554,0.0,0.30500262017062,0.0,0.938880020549573 -1291,0.5,0.255951455205554,0.0,0.309364625489811,0.0,0.946763350160963 -1292,0.5,0.255951455205554,0.0,0.307226905702483,0.0,0.95005764067953 -1293,0.5,0.255951455205554,0.0,0.295611556109256,0.0,0.951668455283033 -1294,0.5,0.255951455205554,0.0,0.277128329227021,0.0,0.951590234434961 -1295,0.5,0.255951455205554,0.0,0.257408891322958,0.0,0.952396467617914 -1296,0.5,0.255951455205554,0.0,0.239255367035014,0.0,0.949300111506271 -1297,0.5,0.255951455205554,0.0,0.221664483328699,0.0,0.944309266495256 -1298,0.5,0.255951455205554,0.0,0.205632208646441,0.0,0.94088707686604 -1299,0.5,0.255951455205554,0.0,0.194945926460375,0.0,0.937007975911579 -1300,0.5,0.255951455205554,0.0,0.185267796914152,0.0,0.930816976138001 -1301,0.5,0.255951455205554,0.0,0.177441583683296,0.0,0.915456366857272 -1302,0.5,0.255951455205554,0.0,0.172644582941405,0.0,0.898870561817473 -1303,0.5,0.255951455205554,0.0,0.170538495982475,0.0,0.886257373238331 -1304,0.5,0.255951455205554,0.0036415722077553,0.17437644797765,0.0,0.883957788070157 -1305,0.5,0.255951455205554,0.137774811019527,0.17681047908766,0.106477064565908,0.885250524670733 -1306,0.5,0.255951455205554,0.311697882707463,0.195724505066779,0.273707259369353,0.893936929115435 -1307,0.5,0.255951455205554,0.470962280519489,0.262834284244113,0.428383995634213,0.902975326604965 -1308,0.5,0.255951455205554,0.580996381264109,0.350491546795679,0.54045265595815,0.912108118850219 -1309,0.5,0.255951455205554,0.628275514583665,0.406442744424193,0.591437610076025,0.906083223719401 -1310,0.5,0.255951455205554,0.617583590885373,0.38769685523419,0.585650124701861,0.86954862796216 -1311,0.5,0.255951455205554,0.543641869684045,0.359716175816725,0.515063778436013,0.857912941242086 -1312,0.5,0.255951455205554,0.411780181630842,0.288988215424561,0.390982733712885,0.847333358775069 -1313,0.5,0.255951455205554,0.152604124336885,0.242246072012763,0.222999791110655,0.817749352455013 -1314,0.5,0.255951455205554,0.0,0.233027136522568,0.0,0.803373868153929 -1315,0.5,0.255951455205554,0.0,0.211579272115475,0.0,0.7925403251286 -1316,0.5,0.255951455205554,0.0,0.188081052053582,0.0,0.762527956708845 -1317,0.5,0.255951455205554,0.0,0.162555763477239,0.0,0.732625808459695 -1318,0.5,0.255951455205554,0.0,0.142272559911102,0.0,0.698897871160617 -1319,0.5,0.255951455205554,0.0,0.126521583509418,0.0,0.654537474697413 -1320,0.5,0.255951455205554,0.0,0.11586451599032,0.0,0.558348606928502 -1321,0.5,0.255951455205554,0.0,0.109036319169841,0.0,0.442351468477273 -1322,0.5,0.255951455205554,0.0,0.105268405321107,0.0,0.409489947102295 -1323,0.5,0.255951455205554,0.0,0.108717020428234,0.0,0.481968713509672 -1324,0.5,0.255951455205554,0.0,0.109832073028931,0.0,0.568066992262085 -1325,0.5,0.255951455205554,0.0,0.110974604879439,0.0,0.60929258004074 -1326,0.5,0.255951455205554,0.0,0.110056217108271,0.0,0.69514767707699 -1327,0.5,0.255951455205554,0.0,0.113103672234846,0.0,0.763156987333696 -1328,0.5,0.255951455205554,0.00433373801385244,0.119044197092418,0.0,0.840857371787532 -1329,0.5,0.255951455205554,0.101864495808419,0.126377519256975,0.0311668315936522,0.814843070532681 -1330,0.5,0.255951455205554,0.215599647015234,0.138964881474078,0.0524545931909051,0.765454326675578 -1331,0.5,0.255951455205554,0.324176338637339,0.161511669677819,0.0563652068958532,0.764264087885113 -1332,0.5,0.255951455205554,0.414653256127129,0.193973384558876,0.0531091311202438,0.741607782890457 -1333,0.5,0.255951455205554,0.475013276013958,0.231230466324084,0.0689816194240772,0.69077361724921 -1334,0.5,0.255951455205554,0.48550121122873,0.263024037938054,0.0954977880641453,0.62886291945652 -1335,0.5,0.255951455205554,0.418165518723299,0.273133321622333,0.0989818402911903,0.550417887784331 -1336,0.5,0.255951455205554,0.295248046973784,0.234419518136107,0.0504936271983281,0.524488164685963 -1337,0.5,0.255951455205554,0.10793661010473,0.191958146884643,0.0128017672415916,0.570349821933818 -1338,0.5,0.255951455205554,1.15389744937281e-05,0.179573930866138,0.0,0.540898732212718 -1339,0.5,0.255951455205554,0.0,0.159832191661482,0.0,0.402928860590665 -1340,0.5,0.255951455205554,0.0,0.146445980161024,0.0,0.376473470623991 -1341,0.5,0.255951455205554,0.0,0.131986082356122,0.0,0.44631479835303 -1342,0.5,0.255951455205554,0.0,0.117182538709187,0.0,0.583390935950021 -1343,0.5,0.255951455205554,0.0,0.101600905534122,0.0,0.643177948636762 -1344,0.5,0.255951455205554,0.0,0.083669198741617,0.0,0.594930568743372 -1345,0.5,0.255951455205554,0.0,0.0652770241759893,0.0,0.545032484960391 -1346,0.5,0.255951455205554,0.0,0.0548552728883059,0.0,0.506255789245733 -1347,0.5,0.255951455205554,0.0,0.0482044842050557,0.0,0.425098506110123 -1348,0.5,0.255951455205554,0.0,0.0422443718376348,0.0,0.30189468506221 -1349,0.5,0.255951455205554,0.0,0.0377599734342334,0.0,0.247306155147933 -1350,0.5,0.255951455205554,0.0,0.0360371967285278,0.0,0.172500586586686 -1351,0.5,0.255951455205554,0.0,0.0351142609400481,0.0,0.223855305343747 -1352,0.5,0.255951455205554,0.00400159913327603,0.0349646190298844,0.0,0.293314806730216 -1353,0.5,0.255951455205554,0.0628036175745114,0.0337642318175308,0.0136209530005704,0.372669442344372 -1354,0.5,0.255951455205554,0.139867534470106,0.0398770602232878,0.0308287000957702,0.392644102053167 -1355,0.5,0.255951455205554,0.218228030838236,0.0569473266635763,0.0562565370133779,0.353141944591102 -1356,0.5,0.255951455205554,0.271825984387696,0.0674483170068688,0.0710166399299713,0.307912552426694 -1357,0.5,0.255951455205554,0.299331916911124,0.064460379491008,0.0742425376548648,0.24156213876718 -1358,0.5,0.255951455205554,0.293725068810446,0.0541732316872896,0.0939737505585662,0.175427320628202 -1359,0.5,0.255951455205554,0.250308145667072,0.0437126174324766,0.152416492147977,0.153407450843727 -1360,0.5,0.255951455205554,0.168903519838209,0.0265351971636341,0.220513054893638,0.173593140269135 -1361,0.5,0.255951455205554,0.0671449732678638,0.0138608662488322,0.0586372810628532,0.198987247825227 -1362,0.5,0.255951455205554,0.000115517226404823,0.00996080888101597,0.0,0.228337963095733 -1363,0.5,0.255951455205554,0.0,0.0101915720603643,0.0,0.2740656891387 -1364,0.5,0.255951455205554,0.0,0.0126911146265784,0.0,0.349161337691592 -1365,0.5,0.255951455205554,0.0,0.0146345841932812,0.0,0.417270186140127 -1366,0.5,0.255951455205554,0.0,0.0169823889545927,0.0,0.412495691166144 -1367,0.5,0.255951455205554,0.0,0.0202884640569024,0.0,0.486522300593429 -1368,0.5,0.255951455205554,0.0,0.0241328361089201,0.0,0.582252960052409 -1369,0.5,0.255951455205554,0.0,0.0289222091540185,0.0,0.643459031517432 -1370,0.5,0.255951455205554,0.0,0.0332328404789029,0.0,0.694254710895539 -1371,0.5,0.255951455205554,0.0,0.0370028250429001,0.0,0.715275939597243 -1372,0.5,0.255951455205554,0.0,0.0397408981933142,0.0,0.674441593242602 -1373,0.5,0.255951455205554,0.0,0.0419899467062001,0.0,0.622734115349371 -1374,0.5,0.255951455205554,0.0,0.0435212520500845,0.0,0.654822464235283 -1375,0.5,0.255951455205554,0.0,0.0468616998460674,0.0,0.692193324114284 -1376,0.5,0.255951455205554,0.00304358976843041,0.0519454016223751,0.000749724547248575,0.733885276896558 -1377,0.5,0.255951455205554,0.0720746444685264,0.0484295226492258,0.12733468739019,0.783668794231815 -1378,0.5,0.255951455205554,0.175525145938732,0.0609306025472734,0.29303451418719,0.824901289459614 -1379,0.5,0.255951455205554,0.280482988445512,0.118349873122238,0.445698601275659,0.859420573043147 -1380,0.5,0.255951455205554,0.353487167201975,0.173531285382654,0.554943226603576,0.872785377150956 -1381,0.5,0.255951455205554,0.379054887347638,0.22458918452752,0.602549493045701,0.87226861538301 -1382,0.5,0.255951455205554,0.35091850834491,0.255486074869358,0.574774459387131,0.880622328917379 -1383,0.5,0.255951455205554,0.293062969019053,0.258821788187467,0.48730811568225,0.88441010756474 -1384,0.5,0.255951455205554,0.198604914156058,0.22136283205759,0.387173517275796,0.886169438920298 -1385,0.5,0.255951455205554,0.0849667602288723,0.185005103626065,0.238424962372403,0.89929745984697 -1386,0.5,0.255951455205554,3.50677115031591e-05,0.183678995253382,0.0,0.903714457348329 -1387,0.5,0.255951455205554,0.0,0.195446707270912,0.0,0.905702756268962 -1388,0.5,0.255951455205554,0.0,0.207454381310675,0.0,0.900623246748543 -1389,0.5,0.255951455205554,0.0,0.21138176837841,0.0,0.823814253207559 -1390,0.5,0.255951455205554,0.0,0.215203202638806,0.0,0.52513986562783 -1391,0.5,0.255951455205554,0.0,0.208986432412779,0.0,0.246113203566008 -1392,0.5,0.255951455205554,0.0,0.196890054264841,0.0,0.166779747783831 -1393,0.5,0.255951455205554,0.0,0.178597211945215,0.0,0.164575703290543 -1394,0.5,0.255951455205554,0.0,0.158809213136978,0.0,0.201033248723013 -1395,0.5,0.255951455205554,0.0,0.14041717306385,0.0,0.250416040836523 -1396,0.5,0.255951455205554,0.0,0.123713564687106,0.0,0.276485027422408 -1397,0.5,0.255951455205554,0.0,0.112486332976383,0.0,0.337227062281717 -1398,0.5,0.255951455205554,0.0,0.104241857507601,0.0,0.415311666834543 -1399,0.5,0.255951455205554,0.0,0.0972332441361124,0.0,0.338496820222033 -1400,0.5,0.255951455205554,0.00288516571874851,0.0860721049546545,0.000276769814671078,0.219569582549685 -1401,0.5,0.255951455205554,0.047674516247059,0.088047154486411,0.0109595566685928,0.137390676360553 -1402,0.5,0.255951455205554,0.111477999693334,0.113042904404642,0.0389907835007587,0.0804769863579633 -1403,0.5,0.255951455205554,0.179244292003069,0.120758467018255,0.0702598182517629,0.0317136644950414 -1404,0.5,0.255951455205554,0.217401369660443,0.114427632145464,0.117280810783049,0.0130924499442934 -1405,0.5,0.255951455205554,0.216114869965538,0.102514076565605,0.166381910231583,0.0061592259571498 -1406,0.5,0.255951455205554,0.215070690168946,0.0921772811592553,0.0645577342518276,0.00287661846457898 -1407,0.5,0.255951455205554,0.188979945118492,0.0842815477258261,0.065957239798004,0.00159361391951075 -1408,0.5,0.255951455205554,0.14811642836342,0.0685206428155385,0.0246644954060594,0.00165734245180774 -1409,0.5,0.255951455205554,0.0845357252358903,0.0433709689830272,0.00886483629215759,0.00174150137876722 -1410,0.5,0.255951455205554,1.06039635433011e-05,0.027907637879873,0.0,0.00200288095881733 -1411,0.5,0.255951455205554,0.0,0.0225996621031804,0.0,0.00370044767466108 -1412,0.5,0.255951455205554,0.0,0.020274992135493,0.0,0.00689022077417391 -1413,0.5,0.255951455205554,0.0,0.0193463855088392,0.0,0.0070391652470802 -1414,0.5,0.255951455205554,0.0,0.0176938613607215,0.0,0.00661167880287183 -1415,0.5,0.255951455205554,0.0,0.0157273309954227,0.0,0.00791585327977457 -1416,0.5,0.255951455205554,0.0,0.0144522779116732,0.0,0.00842712331981236 -1417,0.5,0.255951455205554,0.0,0.0139716520568338,0.0,0.00628935918844056 -1418,0.5,0.255951455205554,0.0,0.0140018855160661,0.0,0.00514764182256978 -1419,0.5,0.255951455205554,0.0,0.0135101599213433,0.0,0.00750699915100778 -1420,0.5,0.255951455205554,0.0,0.0127945801015151,0.0,0.0128865685066578 -1421,0.5,0.255951455205554,0.0,0.0133196974709905,0.0,0.0191896447230042 -1422,0.5,0.255951455205554,0.0,0.0149113129697044,0.0,0.0193791355024697 -1423,0.5,0.255951455205554,0.0,0.0173458270143335,0.0,0.0188830001240694 -1424,0.5,0.255951455205554,0.00971262365026728,0.0194481910324877,0.000431105081820116,0.0367365717698892 -1425,0.5,0.255951455205554,0.127584709242494,0.0199335811841839,0.0110035005018575,0.0739579244928352 -1426,0.5,0.255951455205554,0.269648049857876,0.033180302745048,0.0406908339220937,0.0948972043878442 -1427,0.5,0.255951455205554,0.403590408075904,0.0644667445265363,0.117837428872336,0.100522114002468 -1428,0.5,0.255951455205554,0.479428724515707,0.0829197160911072,0.124766641700003,0.130946108322923 -1429,0.5,0.255951455205554,0.505355534667898,0.0982710353029312,0.110749462529162,0.157461450915647 -1430,0.5,0.255951455205554,0.482484000257932,0.108892242378108,0.157804134088028,0.171523750363922 -1431,0.5,0.255951455205554,0.39998593847554,0.110728240350512,0.307584535533964,0.18658638462244 -1432,0.5,0.255951455205554,0.274877868124818,0.0946784337213401,0.369022716269494,0.199911600174146 -1433,0.5,0.255951455205554,0.113264737014533,0.0610693825917202,0.189575172641756,0.201327505204317 -1434,0.5,0.255951455205554,4.06750741110636e-06,0.0684228287888696,0.0,0.181799107176598 -1435,0.5,0.255951455205554,0.0,0.0763376952257227,0.0,0.167234660563651 -1436,0.5,0.255951455205554,0.0,0.0766209339414507,0.0,0.172123196528897 -1437,0.5,0.255951455205554,0.0,0.077552831327291,0.0,0.211137485436704 -1438,0.5,0.255951455205554,0.0,0.0769420599805652,0.0,0.29692830551124 -1439,0.5,0.255951455205554,0.0,0.0772145137997991,0.0,0.405959487751787 -1440,0.5,0.255951455205554,0.0,0.0787755935481621,0.0,0.453496520191187 -1441,0.5,0.255951455205554,0.0,0.081578945164459,0.0,0.429364821717901 -1442,0.5,0.255951455205554,0.0,0.0861743059354889,0.0,0.350907320953365 -1443,0.5,0.255951455205554,0.0,0.0882921432717205,0.0,0.29199421944199 -1444,0.5,0.255951455205554,0.0,0.0871758881644518,0.0,0.244411818004736 -1445,0.5,0.255951455205554,0.0,0.0832600973340486,0.0,0.19822253049797 -1446,0.5,0.255951455205554,0.0,0.0785349686938321,0.0,0.162897917982201 -1447,0.5,0.255951455205554,0.0,0.0787242101882052,0.0,0.157120045747688 -1448,0.5,0.255951455205554,0.00341311808618832,0.0838787381593841,0.0025585712229937,0.162893079154393 -1449,0.5,0.255951455205554,0.0502834248578867,0.105007832810742,0.0662932479044564,0.216703523685572 -1450,0.5,0.255951455205554,0.117301909714865,0.154824386406794,0.143782710541065,0.341367420055034 -1451,0.5,0.255951455205554,0.183503440781997,0.207630993569034,0.191394147009033,0.538310468527979 -1452,0.5,0.255951455205554,0.215015858043853,0.218406734062296,0.12733317562749,0.462816369040676 -1453,0.5,0.255951455205554,0.206331471497823,0.207137974101171,0.10212137913256,0.334692507923969 -1454,0.5,0.255951455205554,0.179641819438004,0.19526923411144,0.0973472192452376,0.382942279590436 -1455,0.5,0.255951455205554,0.154303897428578,0.183227693053826,0.0919445458422912,0.472349869066232 -1456,0.5,0.255951455205554,0.102715421825654,0.163461836767338,0.0221459308491546,0.556590752632263 -1457,0.5,0.255951455205554,0.0499169220763094,0.121821719704435,0.00961204466401606,0.596492828022197 -1458,0.5,0.255951455205554,6.66812052183171e-05,0.0906973158700433,0.0,0.651063331953425 -1459,0.5,0.255951455205554,0.0,0.0878382377761557,0.0,0.7566301208757 -1460,0.5,0.255951455205554,0.0,0.0965010208878985,0.0,0.860262667101635 -1461,0.5,0.255951455205554,0.0,0.100571962220236,0.0,0.890074893110761 -1462,0.5,0.255951455205554,0.0,0.103559445240489,0.0,0.889455994995331 -1463,0.5,0.255951455205554,0.0,0.126299961435202,0.0,0.893571762385366 -1464,0.5,0.255951455205554,0.0,0.15067118190328,0.0,0.879261090552359 -1465,0.5,0.255951455205554,0.0,0.168301225705813,0.0,0.893934731265672 -1466,0.5,0.255951455205554,0.0,0.182767013294285,0.0,0.90457034549122 -1467,0.5,0.255951455205554,0.0,0.206217877015801,0.0,0.907232317721603 -1468,0.5,0.255951455205554,0.0,0.241201313220345,0.0,0.91431955747111 -1469,0.5,0.255951455205554,0.0,0.27687627425711,0.0,0.922870438614207 -1470,0.5,0.255951455205554,0.0,0.313157551161579,0.0,0.930475154417465 -1471,0.5,0.255951455205554,0.0,0.345512247707165,0.0,0.934639747021721 -1472,0.5,0.255951455205554,0.0150072425104666,0.380662966010586,0.00114242576467766,0.93345894500828 -1473,0.5,0.255951455205554,0.120116082356622,0.431450063456321,0.00872950551200136,0.931108634963724 -1474,0.5,0.255951455205554,0.230283832971847,0.523013256686028,0.0252691966991906,0.949096487396599 -1475,0.5,0.255951455205554,0.334989907102372,0.62427269938493,0.0574899313312398,0.971051520069877 -1476,0.5,0.255951455205554,0.404588421253146,0.635745308735067,0.105909465402186,0.975480983887391 -1477,0.5,0.255951455205554,0.43142058823549,0.610892203552131,0.20562885446047,0.868779748810762 -1478,0.5,0.255951455205554,0.397097045716804,0.554275041609045,0.52290939576689,0.80666219267621 -1479,0.5,0.255951455205554,0.316714269888591,0.463217557214248,0.403892707004196,0.714407408542733 -1480,0.5,0.255951455205554,0.212575939377575,0.349443972398979,0.255081067582678,0.756867887469891 -1481,0.5,0.255951455205554,0.107229697357827,0.236611433585419,0.0801177126619234,0.542113213772065 -1482,0.5,0.255951455205554,0.000720351459693769,0.155513380599259,0.0,0.388544818504707 -1483,0.5,0.255951455205554,0.0,0.104721050294168,0.0,0.39766239992334 -1484,0.5,0.255951455205554,0.0,0.0718417154570926,0.0,0.398770414730941 -1485,0.5,0.255951455205554,0.0,0.0483298211965053,0.0,0.528600221791 -1486,0.5,0.255951455205554,0.0,0.0343587229841874,0.0,0.582085128030843 -1487,0.5,0.255951455205554,0.0,0.0280472246106719,0.0,0.438455524661492 -1488,0.5,0.255951455205554,0.0,0.0240370026977304,0.0,0.275697156609084 -1489,0.5,0.255951455205554,0.0,0.0219806969058164,0.0,0.181978208548623 -1490,0.5,0.255951455205554,0.0,0.0215017578748688,0.0,0.137228537490371 -1491,0.5,0.255951455205554,0.0,0.0222539184532992,0.0,0.121407647562679 -1492,0.5,0.255951455205554,0.0,0.0243489181776788,0.0,0.103315973780674 -1493,0.5,0.255951455205554,0.0,0.026673554336898,0.0,0.0884831672889418 -1494,0.5,0.255951455205554,0.0,0.0269477890655181,0.0,0.0917820835538506 -1495,0.5,0.255951455205554,0.0,0.0262202797534871,0.0,0.109975655719338 -1496,0.5,0.255951455205554,0.00543217427669565,0.0265238982258602,0.00363567154471664,0.1286735587102 -1497,0.5,0.255951455205554,0.0693375641821127,0.0328373113712817,0.0723044975375603,0.125037988214096 -1498,0.5,0.255951455205554,0.156744837216918,0.0428806464261665,0.169340190802343,0.104592600892576 -1499,0.5,0.255951455205554,0.243938713434004,0.0507791092850669,0.212114394105507,0.0838477334376297 -1500,0.5,0.255951455205554,0.295691410278282,0.0553825262848458,0.227182259066427,0.0713224270168318 -1501,0.5,0.255951455205554,0.305911549500202,0.0519908920758092,0.207198201708325,0.0686297703883624 -1502,0.5,0.255951455205554,0.295895444549662,0.0479966175826024,0.128688785267742,0.0661494774350186 -1503,0.5,0.255951455205554,0.248860550779118,0.0416020204092644,0.112412927833406,0.0600879663223109 -1504,0.5,0.255951455205554,0.183700300348337,0.0341146344157231,0.0544186208880857,0.0469390089902274 -1505,0.5,0.255951455205554,0.108247806423639,0.0213477608073656,0.0285701400771569,0.0373098478394933 -1506,0.5,0.255951455205554,0.00172995731133577,0.014182642765635,0.0,0.0324381473474546 -1507,0.5,0.255951455205554,0.0,0.0128462654518557,0.0,0.0276193011896285 -1508,0.5,0.255951455205554,0.0,0.0115782031533943,0.0,0.0219491062869923 -1509,0.5,0.255951455205554,0.0,0.00996172275036966,0.0,0.0164113944340157 -1510,0.5,0.255951455205554,0.0,0.00796968189894233,0.0,0.0119017343198881 -1511,0.5,0.255951455205554,0.0,0.00584902690207427,0.0,0.0070798023355184 -1512,0.5,0.255951455205554,0.0,0.00427782959941678,0.0,0.00425500785364164 -1513,0.5,0.255951455205554,0.0,0.00404353159450035,0.0,0.0032630586314834 -1514,0.5,0.255951455205554,0.0,0.00451240437648472,0.0,0.00273366908243009 -1515,0.5,0.255951455205554,0.0,0.00547606628322257,0.0,0.00236404626053386 -1516,0.5,0.255951455205554,0.0,0.00686329974841524,0.0,0.00206553327505251 -1517,0.5,0.255951455205554,0.0,0.00874678032225077,0.0,0.0015077915364301 -1518,0.5,0.255951455205554,0.0,0.00998304028613483,0.0,0.00077713411936425 -1519,0.5,0.255951455205554,0.0,0.0106615288231214,0.0,0.000732193642475408 -1520,0.5,0.255951455205554,0.00724026480546571,0.0118270417175529,0.00172634668321888,0.00116224105755063 -1521,0.5,0.255951455205554,0.0800944811260631,0.0173746372556919,0.0226534574305302,0.00199072166467898 -1522,0.5,0.255951455205554,0.162496574758758,0.0280418273605788,0.0542905473979793,0.00353251706180615 -1523,0.5,0.255951455205554,0.235793296778281,0.0433817759915227,0.110196465634833,0.00537401619136503 -1524,0.5,0.255951455205554,0.29317247414654,0.0608271089782419,0.221128866076485,0.00707600040506743 -1525,0.5,0.255951455205554,0.299638290037308,0.0803180952815431,0.187369462228973,0.0121711725538542 -1526,0.5,0.255951455205554,0.273224681325866,0.0840698013676555,0.0926874581642704,0.0194621400673542 -1527,0.5,0.255951455205554,0.218162888713594,0.0748214107398745,0.0686845114278627,0.0192468820010284 -1528,0.5,0.255951455205554,0.156596114632616,0.0646036749694297,0.0439698017105135,0.0139758622071394 -1529,0.5,0.255951455205554,0.0833056580936452,0.0445249882682925,0.0186836218860345,0.00928999247302849 -1530,0.5,0.255951455205554,0.00201358029726996,0.0316675030024318,0.0,0.00552522362732416 -1531,0.5,0.255951455205554,0.0,0.03020376518493,0.0,0.00496862545935129 -1532,0.5,0.255951455205554,0.0,0.0299975582600791,0.0,0.00472630242036504 -1533,0.5,0.255951455205554,0.0,0.0278460141765602,0.0,0.0052033393628599 -1534,0.5,0.255951455205554,0.0,0.0240069207167676,0.0,0.00903008832135038 -1535,0.5,0.255951455205554,0.0,0.020543669728859,0.0,0.0170462277998723 -1536,0.5,0.255951455205554,0.0,0.0183555867838652,0.0,0.0293481337744462 -1537,0.5,0.255951455205554,0.0,0.0172507852691313,0.0,0.047753594968521 -1538,0.5,0.255951455205554,0.0,0.0178463769630469,0.0,0.0798441848425171 -1539,0.5,0.255951455205554,0.0,0.0196523703911757,0.0,0.125768822376789 -1540,0.5,0.255951455205554,0.0,0.0225771397562927,0.0,0.169356286329098 -1541,0.5,0.255951455205554,0.0,0.0240496750140857,0.0,0.212249130231912 -1542,0.5,0.255951455205554,0.0,0.024740075242063,0.0,0.272922769655233 -1543,0.5,0.255951455205554,0.0,0.0257193788933016,0.0,0.373725889298825 -1544,0.5,0.255951455205554,0.00728931270569537,0.0276566200574788,0.00915081663463607,0.473477636961793 -1545,0.5,0.255951455205554,0.0760981799659441,0.031429632176935,0.164929040036938,0.561155088329284 -1546,0.5,0.255951455205554,0.163399882393069,0.0422630422350413,0.324877660799766,0.607903219803442 -1547,0.5,0.255951455205554,0.255661623608684,0.0588331504956175,0.471399057068394,0.627588103431164 -1548,0.5,0.255951455205554,0.328949742323076,0.0717584987994006,0.565820447452853,0.636299961490872 -1549,0.5,0.255951455205554,0.368544973684125,0.0830235426947582,0.596149777771309,0.644404986470198 -1550,0.5,0.255951455205554,0.347940177548618,0.0907751716886586,0.576485430579536,0.675674214135556 -1551,0.5,0.255951455205554,0.279729341956763,0.0878814312052675,0.488221811928219,0.687980402407073 -1552,0.5,0.255951455205554,0.196111999930958,0.070891494092166,0.373095635727891,0.655750454739178 -1553,0.5,0.255951455205554,0.110672729497732,0.0397183760186714,0.24613421356537,0.58222819079951 -1554,0.5,0.255951455205554,0.00508643768230449,0.0321969638064847,0.0,0.514395070533241 -1555,0.5,0.255951455205554,0.0,0.0353186838828071,0.0,0.461594136087824 -1556,0.5,0.255951455205554,0.0,0.0400042179790931,0.0,0.524891520334851 -1557,0.5,0.255951455205554,0.0,0.0510639433589282,0.0,0.655423900440928 -1558,0.5,0.255951455205554,0.0,0.0654039093674471,0.0,0.725877486600324 -1559,0.5,0.255951455205554,0.0,0.0774650880699402,0.0,0.777009268639139 -1560,0.5,0.255951455205554,0.0,0.084100255155479,0.0,0.831126398484416 -1561,0.5,0.255951455205554,0.0,0.089440575506108,0.0,0.872402422160359 -1562,0.5,0.255951455205554,0.0,0.0951934255426747,0.0,0.886552727673938 -1563,0.5,0.255951455205554,0.0,0.101371937236812,0.0,0.889234517321868 -1564,0.5,0.255951455205554,0.0,0.107866387409673,0.0,0.889637393886889 -1565,0.5,0.255951455205554,0.0,0.113151513968197,0.0,0.894128161269667 -1566,0.5,0.255951455205554,0.0,0.121239336114142,0.0,0.906521534284077 -1567,0.5,0.255951455205554,0.0,0.133088936222614,0.0,0.920369402054181 -1568,0.5,0.255951455205554,0.0160098198471655,0.144600701567699,0.0125034449758438,0.929270735116207 -1569,0.5,0.255951455205554,0.116670375893748,0.162263108878453,0.1483245181761,0.935292932510972 -1570,0.5,0.255951455205554,0.229439632145881,0.225893241836957,0.259194863246683,0.93975301774975 -1571,0.5,0.255951455205554,0.33661054493982,0.313875093852799,0.354761501374865,0.946955437019921 -1572,0.5,0.255951455205554,0.413135834772775,0.370738281279765,0.419093665704932,0.945662079522593 -1573,0.5,0.255951455205554,0.430713065541403,0.391200496839965,0.426360422267008,0.947654806461058 -1574,0.5,0.255951455205554,0.411164420488305,0.376207324440051,0.377221624635114,0.942315184100866 -1575,0.5,0.255951455205554,0.343687333323897,0.352667006072981,0.292497855684739,0.937346856710487 -1576,0.5,0.255951455205554,0.242077935538785,0.297025893377659,0.210707781998215,0.933856084314921 -1577,0.5,0.255951455205554,0.124072191329814,0.236493282650545,0.078382279357292,0.922094471727067 -1578,0.5,0.255951455205554,0.00510212795466475,0.240653496056564,0.00102710285656383,0.872542143138108 -1579,0.5,0.255951455205554,0.0,0.251101515612749,0.0,0.895170976724944 -1580,0.5,0.255951455205554,0.0,0.232533800105426,0.0,0.928802380993136 -1581,0.5,0.255951455205554,0.0,0.195916059913604,0.0,0.852538675210931 -1582,0.5,0.255951455205554,0.0,0.180040893636109,0.0,0.770287506400631 -1583,0.5,0.255951455205554,0.0,0.167335246907224,0.0,0.732423431704703 -1584,0.5,0.255951455205554,0.0,0.141250217856507,0.0,0.639289724553431 -1585,0.5,0.255951455205554,0.0,0.114954059382986,0.0,0.399649690595622 -1586,0.5,0.255951455205554,0.0,0.0773478996674586,0.0,0.21473790705487 -1587,0.5,0.255951455205554,0.0,0.0552547527982722,0.0,0.0929778033192585 -1588,0.5,0.255951455205554,0.0,0.0441721323671632,0.0,0.0216805359918385 -1589,0.5,0.255951455205554,0.0,0.0354097382409668,0.0,0.00949340866876548 -1590,0.5,0.255951455205554,0.0,0.029131550980878,0.0,0.00915463037185798 -1591,0.5,0.255951455205554,0.0,0.0226313719652971,0.0,0.0107938429505107 -1592,0.5,0.255951455205554,0.0155065295069711,0.0172378659374977,0.0187984182057742,0.015347954548078 -1593,0.5,0.255951455205554,0.101199727559453,0.0182304388466934,0.155655132305277,0.0227509277001837 -1594,0.5,0.255951455205554,0.213459585728421,0.0267852735235568,0.325545040886344,0.0661457759863596 -1595,0.5,0.255951455205554,0.338562697243766,0.0478228835806072,0.460541390182383,0.136586385929695 -1596,0.5,0.255951455205554,0.426926664457726,0.063470536223672,0.549824257870279,0.197017697612857 -1597,0.5,0.255951455205554,0.476371283875042,0.0713146625891904,0.599987881670344,0.260342448297724 -1598,0.5,0.255951455205554,0.465080188207626,0.0792215871778068,0.595616471282817,0.316277445964481 -1599,0.5,0.255951455205554,0.412272759490661,0.0924931429967155,0.531656556294925,0.321225067676276 -1600,0.5,0.255951455205554,0.318170342963725,0.0974693859879183,0.417941970186608,0.324901282356209 -1601,0.5,0.255951455205554,0.19121842213986,0.0662739579438867,0.287393897944515,0.379952876839301 -1602,0.5,0.255951455205554,0.00890599810569024,0.0731018296709676,0.0,0.458156334905678 -1603,0.5,0.255951455205554,0.0,0.0975094272045058,0.0,0.573726738019658 -1604,0.5,0.255951455205554,0.0,0.121367069951842,0.0,0.701188241077112 -1605,0.5,0.255951455205554,0.0,0.136279513609681,0.0,0.763301656331598 -1606,0.5,0.255951455205554,0.0,0.140265980440924,0.0,0.770601671781173 -1607,0.5,0.255951455205554,0.0,0.137847004595752,0.0,0.748945842432603 -1608,0.5,0.255951455205554,0.0,0.133067493054762,0.0,0.711978289748504 -1609,0.5,0.255951455205554,0.0,0.128708179178556,0.0,0.683127612792553 -1610,0.5,0.255951455205554,0.0,0.125686576214887,0.0,0.684606551703893 -1611,0.5,0.255951455205554,0.0,0.12139296810632,0.0,0.697783207946992 -1612,0.5,0.255951455205554,0.0,0.117222757610543,0.0,0.706141477933597 -1613,0.5,0.255951455205554,0.0,0.114620349877083,0.0,0.699629662671356 -1614,0.5,0.255951455205554,0.0,0.116157567675156,0.0,0.673893381733926 -1615,0.5,0.255951455205554,0.0,0.11766388500346,0.0,0.645421303119319 -1616,0.5,0.255951455205554,0.0401092870256092,0.117086882490445,0.0254897298432777,0.624296288331229 -1617,0.5,0.255951455205554,0.198672336573688,0.121404891678894,0.185080994246913,0.630834865562187 -1618,0.5,0.255951455205554,0.364919408370853,0.180218266524021,0.344999684134766,0.669421221763616 -1619,0.5,0.255951455205554,0.519926826002031,0.246299732063642,0.496291196051645,0.66275924304711 -1620,0.5,0.255951455205554,0.623740048906514,0.307514831411309,0.599588630228017,0.545089166183632 -1621,0.5,0.255951455205554,0.664721332057946,0.346465566560747,0.640662931266162,0.370584568422269 -1622,0.5,0.255951455205554,0.653757423677477,0.352932344572869,0.631461605511481,0.248916372436689 -1623,0.5,0.255951455205554,0.582329717164497,0.342056761033317,0.56262607058575,0.252819225068395 -1624,0.5,0.255951455205554,0.452604329052142,0.265342217687846,0.438536312948349,0.251677322763276 -1625,0.5,0.255951455205554,0.265522523943971,0.187782346650134,0.289668781479072,0.257702381737619 -1626,0.5,0.255951455205554,0.0124326531346548,0.195396627602916,0.0,0.274761305699402 -1627,0.5,0.255951455205554,0.0,0.187961409705234,0.0,0.270932077049916 -1628,0.5,0.255951455205554,0.0,0.162774087815318,0.0,0.250811564583048 -1629,0.5,0.255951455205554,0.0,0.1384420991281,0.0,0.219916299609574 -1630,0.5,0.255951455205554,0.0,0.116311761921666,0.0,0.174216470479959 -1631,0.5,0.255951455205554,0.0,0.0937548832282983,0.0,0.14585951632122 -1632,0.5,0.255951455205554,0.0,0.0713040545373173,0.0,0.129401109352257 -1633,0.5,0.255951455205554,0.0,0.0548352234938184,0.0,0.11519490740677 -1634,0.5,0.255951455205554,0.0,0.0429157561204335,0.0,0.0952108728980768 -1635,0.5,0.255951455205554,0.0,0.0354045854405281,0.0,0.0749710175562468 -1636,0.5,0.255951455205554,0.0,0.0325151032923284,0.0,0.0645154467792311 -1637,0.5,0.255951455205554,0.0,0.031051850252606,0.0,0.0542608720597814 -1638,0.5,0.255951455205554,0.0,0.0289429269883829,0.0,0.0419293523692164 -1639,0.5,0.255951455205554,0.0,0.0287110535439751,0.0,0.0293286732938503 -1640,0.5,0.255951455205554,0.0432910741523138,0.0261381270017904,0.032329241070973,0.0199658480531458 -1641,0.5,0.255951455205554,0.196292839075731,0.0221404121507544,0.194240331735263,0.0188559688683516 -1642,0.5,0.255951455205554,0.352886337639556,0.0258950410408888,0.352756947848419,0.0208342795733809 -1643,0.5,0.255951455205554,0.500664830153799,0.0289183438472697,0.500216374702099,0.0229538471947486 -1644,0.5,0.255951455205554,0.602405452522376,0.0327332371126133,0.598903550078179,0.040239352370887 -1645,0.5,0.255951455205554,0.647179656407659,0.0315459849070704,0.638301933879973,0.131377360195977 -1646,0.5,0.255951455205554,0.640986169458567,0.0369149812676398,0.623011113813853,0.44635464141281 -1647,0.5,0.255951455205554,0.569848932382591,0.0572105300412786,0.389133420077273,0.668289280842529 -1648,0.5,0.255951455205554,0.440974998592554,0.0936229840516908,0.121003287771971,0.681461222810191 -1649,0.5,0.255951455205554,0.258220092382156,0.103613786062824,0.0438469254767066,0.675522666031701 -1650,0.5,0.255951455205554,0.0151871162626793,0.12853432839465,0.0,0.715766364245614 -1651,0.5,0.255951455205554,0.0,0.13932357190196,0.0,0.706446958461537 -1652,0.5,0.255951455205554,0.0,0.1316966634959,0.0,0.649706408822648 -1653,0.5,0.255951455205554,0.0,0.120939942871084,0.0,0.604247333482466 -1654,0.5,0.255951455205554,0.0,0.112537300708298,0.0,0.541749495713755 -1655,0.5,0.255951455205554,0.0,0.109978073244062,0.0,0.425804445347693 -1656,0.5,0.255951455205554,0.0,0.126313660417371,0.0,0.342525775732332 -1657,0.5,0.255951455205554,0.0,0.143657716302707,0.0,0.355458137276791 -1658,0.5,0.255951455205554,0.0,0.155546196346821,0.0,0.43250745441764 -1659,0.5,0.255951455205554,0.0,0.162525894126088,0.0,0.502093613845328 -1660,0.5,0.255951455205554,0.0,0.160156143564429,0.0,0.503611719728943 -1661,0.5,0.255951455205554,0.0,0.151593761784069,0.0,0.423970828529642 -1662,0.5,0.255951455205554,0.0,0.139480243706766,0.0,0.33362726574999 -1663,0.5,0.255951455205554,0.0,0.136688145508164,0.0,0.282203184574968 -1664,0.5,0.255951455205554,0.0363650830723205,0.143168400570566,0.0387279189139541,0.244456244172491 -1665,0.5,0.255951455205554,0.147264588237334,0.160544695885669,0.203696273105381,0.22338677448674 -1666,0.5,0.255951455205554,0.265902174484751,0.194865226509747,0.364527389850817,0.208092772071461 -1667,0.5,0.255951455205554,0.380285283593772,0.216495811370355,0.516154916954527,0.180473735212088 -1668,0.5,0.255951455205554,0.461261477297435,0.221988894651057,0.619896249098805,0.143203568456444 -1669,0.5,0.255951455205554,0.501690634422466,0.225117725046197,0.664345072792799,0.112358044109424 -1670,0.5,0.255951455205554,0.500827498559732,0.237314118375281,0.658252561642279,0.0924813222088544 -1671,0.5,0.255951455205554,0.449260711622798,0.255020380479242,0.589683474690481,0.0781664420045986 -1672,0.5,0.255951455205554,0.347992701397716,0.259341214238177,0.46271834202746,0.0741703853434923 -1673,0.5,0.255951455205554,0.219716832435695,0.207519799700832,0.300776503014656,0.0943993600180938 -1674,0.5,0.255951455205554,0.0157659070403771,0.176933055097204,0.0,0.133321521680403 -1675,0.5,0.255951455205554,0.0,0.172864503964976,0.0,0.173111536078082 -1676,0.5,0.255951455205554,0.0,0.168517138363997,0.0,0.20262219678059 -1677,0.5,0.255951455205554,0.0,0.157819830534103,0.0,0.20109809386606 -1678,0.5,0.255951455205554,0.0,0.141260670677329,0.0,0.187425408734398 -1679,0.5,0.255951455205554,0.0,0.122777065138162,0.0,0.176492325327701 -1680,0.5,0.255951455205554,0.0,0.104138274426861,0.0,0.17009025474237 -1681,0.5,0.255951455205554,0.0,0.0870122733806386,0.0,0.141115447163898 -1682,0.5,0.255951455205554,0.0,0.0741665927414453,0.0,0.106688482836317 -1683,0.5,0.255951455205554,0.0,0.0648072421583074,0.0,0.0844116535275684 -1684,0.5,0.255951455205554,0.0,0.059544653204704,0.0,0.0746190987751947 -1685,0.5,0.255951455205554,0.0,0.0586327087798391,0.0,0.0734323312003933 -1686,0.5,0.255951455205554,0.0,0.0583933160584321,0.0,0.0799702437671992 -1687,0.5,0.255951455205554,0.0,0.0556839615677646,0.0,0.0877320786590553 -1688,0.5,0.255951455205554,0.0463118208768362,0.0527570397023373,0.0443961602977886,0.0885959958219688 -1689,0.5,0.255951455205554,0.188277766901506,0.0607238797696329,0.210028410927347,0.0814082349054029 -1690,0.5,0.255951455205554,0.346662031555474,0.0906168238615498,0.372420370829707,0.0737461469858727 -1691,0.5,0.255951455205554,0.504081624018762,0.109574500613874,0.522932049479247,0.0622937987085695 -1692,0.5,0.255951455205554,0.620942036747263,0.118790664628957,0.624083144034581,0.0498727411958248 -1693,0.5,0.255951455205554,0.674146140991678,0.133672209617946,0.665462045324215,0.0446684116604067 -1694,0.5,0.255951455205554,0.670025831516955,0.139482510591482,0.657167083512402,0.0493403168717337 -1695,0.5,0.255951455205554,0.599213481408001,0.143357970987458,0.587805441922655,0.0716354676643207 -1696,0.5,0.255951455205554,0.468380437690773,0.133335945266516,0.461213955241656,0.0874999127219183 -1697,0.5,0.255951455205554,0.295989544759705,0.065554169008524,0.320730595410135,0.089236949907007 -1698,0.5,0.255951455205554,0.0234268542928546,0.0540308585562868,0.0,0.0915545713098474 -1699,0.5,0.255951455205554,0.0,0.0544295807471542,0.0,0.0799973328234254 -1700,0.5,0.255951455205554,0.0,0.0489310036699395,0.0,0.05003452744515 -1701,0.5,0.255951455205554,0.0,0.0430801126992095,0.0,0.0373626932555184 -1702,0.5,0.255951455205554,0.0,0.0373921830136405,0.0,0.0244993277562603 -1703,0.5,0.255951455205554,0.0,0.0335270104558672,0.0,0.0135696121308268 -1704,0.5,0.255951455205554,0.0,0.0294390494585819,0.0,0.00945396984189555 -1705,0.5,0.255951455205554,0.0,0.0235440279898936,0.0,0.00825881604778627 -1706,0.5,0.255951455205554,0.0,0.0186258209848504,0.0,0.00622538712756631 -1707,0.5,0.255951455205554,0.0,0.0167315260983948,0.0,0.00473665315552915 -1708,0.5,0.255951455205554,0.0,0.0149709083227937,0.0,0.00478998327349745 -1709,0.5,0.255951455205554,0.0,0.012643465969109,0.0,0.00340407448753673 -1710,0.5,0.255951455205554,0.0,0.0107087972715547,0.0,0.00272149185313207 -1711,0.5,0.255951455205554,0.0,0.00999852037019627,0.0,0.00304941174828615 -1712,0.5,0.255951455205554,0.0625876679014137,0.00989391216893519,0.05135448968866,0.00447972233849728 -1713,0.5,0.255951455205554,0.23036170275795,0.0093188012228547,0.220478762382748,0.00502456030102258 -1714,0.5,0.255951455205554,0.399112237719558,0.00962924295262549,0.383965608807015,0.00388898204432938 -1715,0.5,0.255951455205554,0.549834853040259,0.0161434376343234,0.536573683656603,0.00553210697273435 -1716,0.5,0.255951455205554,0.645660021234926,0.0263160771809822,0.636692919556349,0.0108141391487537 -1717,0.5,0.255951455205554,0.683714883240937,0.0300327508663159,0.676564070827798,0.0209946531185966 -1718,0.5,0.255951455205554,0.672339545022919,0.0344950965074432,0.66682425617429,0.0330314636030007 -1719,0.5,0.255951455205554,0.600832181410795,0.0413913431924455,0.595415843243733,0.0439565417373108 -1720,0.5,0.255951455205554,0.470476245581551,0.0403484214333365,0.466186604686507,0.0489627890600256 -1721,0.5,0.255951455205554,0.30253019725998,0.0193479763957905,0.324130302765561,0.0553688004145337 -1722,0.5,0.255951455205554,0.0265372184419989,0.0156794187829364,0.0435982462173049,0.0615418132586214 -1723,0.5,0.255951455205554,0.0,0.0163343006925514,0.0,0.0698286923320868 -1724,0.5,0.255951455205554,0.0,0.017588198841464,0.0,0.0910847822276101 -1725,0.5,0.255951455205554,0.0,0.0211482601768525,0.0,0.0726607153129225 -1726,0.5,0.255951455205554,0.0,0.0243137811445692,0.0,0.0737886479307562 -1727,0.5,0.255951455205554,0.0,0.0270690728890127,0.0,0.119762883490026 -1728,0.5,0.255951455205554,0.0,0.0334019508474574,0.0,0.106726656827068 -1729,0.5,0.255951455205554,0.0,0.0390018764120273,0.0,0.120697929479734 -1730,0.5,0.255951455205554,0.0,0.0451086865623593,0.0,0.130171908750607 -1731,0.5,0.255951455205554,0.0,0.0510019382938685,0.0,0.144643942241474 -1732,0.5,0.255951455205554,0.0,0.056025270183419,0.0,0.141517457007254 -1733,0.5,0.255951455205554,0.0,0.0558642181513655,0.0,0.128643557285387 -1734,0.5,0.255951455205554,0.0,0.0539226148683639,0.0,0.107467972304678 -1735,0.5,0.255951455205554,9.85439729231514e-07,0.0508027439771712,0.0,0.0772854837002631 -1736,0.5,0.255951455205554,0.0645106647195763,0.0464424427070622,0.000977295280526926,0.060951196070162 -1737,0.5,0.255951455205554,0.223399374124772,0.045855366298808,0.0102898691161959,0.0344278172267288 -1738,0.5,0.255951455205554,0.380099378888646,0.0599680795063418,0.0785931217362003,0.0235815897380215 -1739,0.5,0.255951455205554,0.516531841225497,0.0868740582244551,0.0807828980367723,0.026953651061776 -1740,0.5,0.255951455205554,0.603134114850028,0.112514565819305,0.163043015416769,0.0612460608145595 -1741,0.5,0.255951455205554,0.63447139717102,0.140465617080366,0.563352993712492,0.161641626601365 -1742,0.5,0.255951455205554,0.619680418232151,0.177073614066429,0.578198585613028,0.365362331121224 -1743,0.5,0.255951455205554,0.545654474276803,0.226160441229938,0.42998644653338,0.627222941282124 -1744,0.5,0.255951455205554,0.419972595698318,0.262087101467552,0.243520443424018,0.873146669471049 -1745,0.5,0.255951455205554,0.269166178914776,0.247163912329431,0.0586668377200022,0.946309870056924 -1746,0.5,0.255951455205554,0.0262302267387969,0.254998117528158,0.00250523130097834,0.967436347842795 -1747,0.5,0.255951455205554,0.0,0.289449352827748,0.0,0.98072291891178 -1748,0.5,0.255951455205554,0.0,0.340549626150815,0.0,0.99717294394094 -1749,0.5,0.255951455205554,0.0,0.401969001488521,0.0,1.00747648936827 -1750,0.5,0.255951455205554,0.0,0.467498654481499,0.0,1.00949938937519 -1751,0.5,0.255951455205554,0.0,0.530508900378139,0.0,1.00957988516292 -1752,0.5,0.255951455205554,0.0,0.594830673558953,0.0,1.00918924310015 -1753,0.5,0.255951455205554,0.0,0.657203658075515,0.0,1.00926008603348 -1754,0.5,0.255951455205554,0.0,0.706897181717868,0.0,1.00970787708493 -1755,0.5,0.255951455205554,0.0,0.741588999193676,0.0,1.00906277424051 -1756,0.5,0.255951455205554,0.0,0.761939501565136,0.0,1.00928299944927 -1757,0.5,0.255951455205554,0.0,0.785198755049151,0.0,1.01003192946145 -1758,0.5,0.255951455205554,0.0,0.800720490195122,0.0,1.00799492088638 -1759,0.5,0.255951455205554,7.63944973252593e-07,0.822302866094503,0.0,1.00606661564016 -1760,0.5,0.255951455205554,0.0258400935749898,0.839801771940956,0.043524514255692,1.0093588220604 -1761,0.5,0.255951455205554,0.0828179086229617,0.874056014085564,0.1596737959615,1.01072265387738 -1762,0.5,0.255951455205554,0.142619041532546,0.893843246809912,0.327518452595158,1.01075512445807 -1763,0.5,0.255951455205554,0.178489102469284,0.903211640999606,0.219974480394305,1.01081463817231 -1764,0.5,0.255951455205554,0.187573097814465,0.903617506786339,0.116910230566314,1.0020666826346 -1765,0.5,0.255951455205554,0.189522648558798,0.892008316217296,0.152156691192654,0.971298009479502 -1766,0.5,0.255951455205554,0.181993214858978,0.877755637216298,0.141825058018857,0.90426119451051 -1767,0.5,0.255951455205554,0.156375240895781,0.852930763707875,0.132905586626224,0.759008015271111 -1768,0.5,0.255951455205554,0.0999774414922594,0.806357989392872,0.1102838762851,0.562909702325474 -1769,0.5,0.255951455205554,0.0476726892424762,0.710756482890466,0.126215515057693,0.46941397699321 -1770,0.5,0.255951455205554,0.0088882810670872,0.625149259595974,0.0406358899665516,0.716515949019499 -1771,0.5,0.255951455205554,0.0,0.545758505000011,0.0,0.735265766459535 -1772,0.5,0.255951455205554,0.0,0.505575736083914,0.0,0.974521503144354 -1773,0.5,0.255951455205554,0.0,0.514225382978161,0.0,0.977585779713479 -1774,0.5,0.255951455205554,0.0,0.56127232612943,0.0,0.979465036857756 -1775,0.5,0.255951455205554,0.0,0.659064618634953,0.0,0.988461784146362 -1776,0.5,0.255951455205554,0.0,0.755749497194624,0.0,0.994360314977984 -1777,0.5,0.255951455205554,0.0,0.812160454122834,0.0,0.993357005622655 -1778,0.5,0.255951455205554,0.0,0.86394439918711,0.0,0.999307021616098 -1779,0.5,0.255951455205554,0.0,0.876515492697524,0.0,0.987288067675997 -1780,0.5,0.255951455205554,0.0,0.894161590665643,0.0,0.988176493282265 -1781,0.5,0.255951455205554,0.0,0.9054516368866,0.0,0.981250671280115 -1782,0.5,0.255951455205554,0.0,0.891790956733183,0.0,0.96545470421833 -1783,0.5,0.255951455205554,2.54707715083054e-07,0.879858759849352,0.0,0.953416399922388 -1784,0.5,0.255951455205554,0.000845188983252043,0.886036130351689,0.000173081894856911,0.958582073532445 -1785,0.5,0.255951455205554,0.0037341430748857,0.903033795981865,0.00129395835326799,0.975473982680112 -1786,0.5,0.255951455205554,0.00793444869690738,0.926587282585808,0.00548866597308513,0.991683288823209 -1787,0.5,0.255951455205554,0.0144945140363927,0.940511339532847,0.0402558122818751,1.00939308935777 -1788,0.5,0.255951455205554,0.0232068226716671,0.942353881454627,0.0727040915608992,1.01026429075331 -1789,0.5,0.255951455205554,0.0268757444892361,0.936940660395627,0.0576047962581636,1.01047144422269 -1790,0.5,0.255951455205554,0.0267163484576155,0.927753891029428,0.012132103390786,1.01075759577685 -1791,0.5,0.255951455205554,0.0241739321202188,0.918767248666239,0.00934734174335361,1.01042871053599 -1792,0.5,0.255951455205554,0.0157325161534698,0.900625749325566,0.0107983043308786,1.00742655191177 -1793,0.5,0.255951455205554,0.00683049699506445,0.877341900873349,0.00719974715397927,1.00946880350041 -1794,0.5,0.255951455205554,0.00149949321314211,0.854645106869215,0.00186508416321566,1.0064043421429 -1795,0.5,0.255951455205554,0.0,0.839119647185804,0.0,1.00478065951725 -1796,0.5,0.255951455205554,0.0,0.836066911258659,0.0,0.993176695631722 -1797,0.5,0.255951455205554,0.0,0.84273400709701,0.0,0.930285477575936 -1798,0.5,0.255951455205554,0.0,0.842693140579411,0.0,0.959277107187448 -1799,0.5,0.255951455205554,0.0,0.840265367906852,0.0,0.993599416450055 -1800,0.5,0.255951455205554,0.0,0.83913129427868,0.0,1.00549585594313 -1801,0.5,0.255951455205554,0.0,0.833786741017905,0.0,1.00257620812623 -1802,0.5,0.255951455205554,0.0,0.844134547771625,0.0,1.00376161275448 -1803,0.5,0.255951455205554,0.0,0.83718718412378,0.0,1.00087557559609 -1804,0.5,0.255951455205554,0.0,0.811158968148224,0.0,0.994490016531148 -1805,0.5,0.255951455205554,0.0,0.801729689019902,0.0,0.991089966287294 -1806,0.5,0.255951455205554,0.0,0.790941174537693,0.0,0.991656252056717 -1807,0.5,0.255951455205554,5.7777490019563e-06,0.781347348431054,0.0,0.993858026469846 -1808,0.5,0.255951455205554,0.00880623183192315,0.780903938482396,0.000961130183051841,0.994816329041215 -1809,0.5,0.255951455205554,0.0388395405551988,0.784138520082374,0.0115720268276062,0.951788827299641 -1810,0.5,0.255951455205554,0.0812807519129227,0.792842943994944,0.0866030278406119,0.74836505817098 -1811,0.5,0.255951455205554,0.120689843810102,0.787542062095604,0.0798405248526948,0.48343699690178 -1812,0.5,0.255951455205554,0.147785039424017,0.773609970934011,0.0928200156645628,0.317018463392206 -1813,0.5,0.255951455205554,0.162042113290038,0.750034439914573,0.112403611050512,0.219866662158577 -1814,0.5,0.255951455205554,0.150703205622422,0.706829636304721,0.145919106529128,0.174477951276881 -1815,0.5,0.255951455205554,0.119309542367203,0.646625095703039,0.129267581311032,0.209716453104445 -1816,0.5,0.255951455205554,0.0847158597266492,0.57104858803178,0.0782860213004625,0.342438504619554 -1817,0.5,0.255951455205554,0.0496257420218083,0.496167475275954,0.0744821763826014,0.387598582708365 -1818,0.5,0.255951455205554,0.0114101604825457,0.405444907502425,0.0694757986242038,0.387234308008534 -1819,0.5,0.255951455205554,1.23409353131629e-07,0.307730314390483,0.0,0.337273384340407 -1820,0.5,0.255951455205554,0.0,0.242575047629208,0.0,0.315139570817549 -1821,0.5,0.255951455205554,0.0,0.203955838878382,0.0,0.443047081094482 -1822,0.5,0.255951455205554,0.0,0.193463410740641,0.0,0.697303097625017 -1823,0.5,0.255951455205554,0.0,0.210718300048106,0.0,0.798220898439864 -1824,0.5,0.255951455205554,0.0,0.258166426337979,0.0,0.774210747828799 -1825,0.5,0.255951455205554,0.0,0.291213200889538,0.0,0.805270225188417 -1826,0.5,0.255951455205554,0.0,0.309294103812421,0.0,0.821682734765737 -1827,0.5,0.255951455205554,0.0,0.331415617107628,0.0,0.786391976504456 -1828,0.5,0.255951455205554,0.0,0.358996804235768,0.0,0.848973183841536 -1829,0.5,0.255951455205554,0.0,0.387902219113406,0.0,0.905033012282346 -1830,0.5,0.255951455205554,0.0,0.402093432696842,0.0,0.854199141162444 -1831,0.5,0.255951455205554,7.76929570066393e-05,0.411240686951383,0.0,0.72515662884238 -1832,0.5,0.255951455205554,0.0354857118415721,0.433478916906967,0.00433367251686161,0.841443058702918 -1833,0.5,0.255951455205554,0.120030441578471,0.471299954770885,0.0360680423650791,0.891806056225867 -1834,0.5,0.255951455205554,0.221862392664342,0.526943255740265,0.125338938150649,0.842092468193818 -1835,0.5,0.255951455205554,0.321408350246698,0.606050603865883,0.285323884504818,0.83147633754714 -1836,0.5,0.255951455205554,0.388244899481216,0.666414822123484,0.105105712851022,0.90023306614945 -1837,0.5,0.255951455205554,0.409627677790409,0.69603001915755,0.194706535925688,0.936029039315621 -1838,0.5,0.255951455205554,0.379804781705892,0.703527293478896,0.138055845146076,0.929128113997657 -1839,0.5,0.255951455205554,0.314300299226358,0.701818485561083,0.0752828775997936,0.962059715645983 -1840,0.5,0.255951455205554,0.225609034791501,0.680911165548621,0.058161785148846,0.977220084261912 -1841,0.5,0.255951455205554,0.133431031154541,0.636669764013045,0.00405546881248666,0.978211945446866 -1842,0.5,0.255951455205554,0.0301154833018401,0.620424114427669,0.000536825377702207,0.96272901805018 -1843,0.5,0.255951455205554,3.8367832870267e-07,0.630663505002694,0.0,0.958369942513314 -1844,0.5,0.255951455205554,0.0,0.650097742002356,0.0,0.973371956897849 -1845,0.5,0.255951455205554,0.0,0.678909768095127,0.0,0.982703121498028 -1846,0.5,0.255951455205554,0.0,0.717421452512665,0.0,0.976636961314294 -1847,0.5,0.255951455205554,0.0,0.763478542330476,0.0,0.951677906865135 -1848,0.5,0.255951455205554,0.0,0.803196880602512,0.0,0.939294323539191 -1849,0.5,0.255951455205554,0.0,0.840045354394971,0.0,0.937944160156714 -1850,0.5,0.255951455205554,0.0,0.8796603375282,0.0,0.97872293804549 -1851,0.5,0.255951455205554,0.0,0.885255810134796,0.0,0.984627452667356 -1852,0.5,0.255951455205554,0.0,0.873396412323989,0.0,0.968956115317403 -1853,0.5,0.255951455205554,0.0,0.869454590830812,0.0,0.97807092494154 -1854,0.5,0.255951455205554,0.0,0.873600475952619,0.0,0.959083256161966 -1855,0.5,0.255951455205554,2.55778443606327e-05,0.865224715047413,0.0,0.969297622283069 -1856,0.5,0.255951455205554,0.00567186243610474,0.861957017299549,0.00141340914136705,0.979590668675944 -1857,0.5,0.255951455205554,0.0325571273556527,0.866142226403543,0.047404162085628,0.947325786615502 -1858,0.5,0.255951455205554,0.0795080291500272,0.868357700311435,0.255270912036609,0.990169525014178 -1859,0.5,0.255951455205554,0.126426748412961,0.867689663494305,0.248808315146187,1.00745413735123 -1860,0.5,0.255951455205554,0.161068967163826,0.88192240674408,0.276911200947518,0.988280602815737 -1861,0.5,0.255951455205554,0.166282408692308,0.873892076898111,0.274689236183236,0.993902568630631 -1862,0.5,0.255951455205554,0.151742667352836,0.857364065695201,0.116426417961735,1.00169218116893 -1863,0.5,0.255951455205554,0.132262710403557,0.830470714362742,0.042864044242961,1.00039855530365 -1864,0.5,0.255951455205554,0.112582750020543,0.799423045406228,0.0164748906936316,1.00628809993811 -1865,0.5,0.255951455205554,0.0780082253533099,0.743339723719788,0.0155321967745785,1.00986045966408 -1866,0.5,0.255951455205554,0.0280053838989914,0.711352003653528,0.00466292755357254,1.0103314713638 -1867,0.5,0.255951455205554,0.0,0.660649344475679,0.0,1.01030630859124 -1868,0.5,0.255951455205554,0.0,0.639796274629205,0.0,1.00971434390393 -1869,0.5,0.255951455205554,0.0,0.655266278428506,0.0,1.00964088900667 -1870,0.5,0.255951455205554,0.0,0.67695574067847,0.0,1.00789111730879 -1871,0.5,0.255951455205554,0.0,0.687267496559131,0.0,1.0084181544505 -1872,0.5,0.255951455205554,0.0,0.685574734316625,0.0,1.00631713745376 -1873,0.5,0.255951455205554,0.0,0.673311580886252,0.0,1.00045135440193 -1874,0.5,0.255951455205554,0.0,0.652549766994589,0.0,0.997378455193475 -1875,0.5,0.255951455205554,0.0,0.621020717850154,0.0,1.00389865798265 -1876,0.5,0.255951455205554,0.0,0.570497255856018,0.0,0.999219995687148 -1877,0.5,0.255951455205554,0.0,0.504427111697595,0.0,0.991708026354188 -1878,0.5,0.255951455205554,0.0,0.441068633277723,0.0,0.97631380142657 -1879,0.5,0.255951455205554,0.000547008184627879,0.408019515732389,0.0,0.971825292202053 -1880,0.5,0.255951455205554,0.0784642372598574,0.389960319090638,0.0218233752177181,0.969412315174482 -1881,0.5,0.255951455205554,0.231002739341805,0.402109529550192,0.0946246449568687,0.980087018808496 -1882,0.5,0.255951455205554,0.39396023315988,0.430500754778673,0.203377799765189,0.974026905477475 -1883,0.5,0.255951455205554,0.538727555840876,0.464305230659442,0.533337587243403,0.979943399112004 -1884,0.5,0.255951455205554,0.63190660698468,0.482731415620392,0.624327090625579,0.97679377668412 -1885,0.5,0.255951455205554,0.672215599392945,0.491737298244807,0.659947676220001,0.979507276069801 -1886,0.5,0.255951455205554,0.663508598006792,0.507359595256266,0.651176037762559,0.966225749677239 -1887,0.5,0.255951455205554,0.593935459330345,0.544077869382745,0.581451344380343,0.947706238746254 -1888,0.5,0.255951455205554,0.46616347747112,0.516313048540413,0.458355728780788,0.937603334004579 -1889,0.5,0.255951455205554,0.316648369941464,0.452553032900846,0.317880347501817,0.94115959695323 -1890,0.5,0.255951455205554,0.0547913344180505,0.481609897894942,0.0853890614568076,0.9443662002506 -1891,0.5,0.255951455205554,0.0,0.546636312181912,0.0,0.94370722836692 -1892,0.5,0.255951455205554,0.0,0.599605560440816,0.0,0.963018720814791 -1893,0.5,0.255951455205554,0.0,0.64006757244794,0.0,0.978712619725382 -1894,0.5,0.255951455205554,0.0,0.662101791553823,0.0,0.984468043163789 -1895,0.5,0.255951455205554,0.0,0.683510515115254,0.0,0.990423249260081 -1896,0.5,0.255951455205554,0.0,0.703778491250111,0.0,0.992632297876781 -1897,0.5,0.255951455205554,0.0,0.706351742704361,0.0,0.99283829564903 -1898,0.5,0.255951455205554,0.0,0.708920077881693,0.0,0.978778251555238 -1899,0.5,0.255951455205554,0.0,0.722558459917972,0.0,0.715809499403218 -1900,0.5,0.255951455205554,0.0,0.731809188312201,0.0,0.741911663409431 -1901,0.5,0.255951455205554,0.0,0.710269628823247,0.0,0.855175847088558 -1902,0.5,0.255951455205554,0.0,0.648967081106848,0.0,0.834137945942066 -1903,0.5,0.255951455205554,0.00110802828549098,0.58739596895192,0.0,0.795513794007353 -1904,0.5,0.255951455205554,0.0681946013427457,0.552909311028659,0.0470573425282222,0.685019460121977 -1905,0.5,0.255951455205554,0.173702565434075,0.572820203313595,0.200956880251232,0.628099003888446 -1906,0.5,0.255951455205554,0.281601173642103,0.561598112422523,0.273941350826442,0.632914605138559 -1907,0.5,0.255951455205554,0.369697946718142,0.524863125104352,0.289849766802349,0.68432961950968 -1908,0.5,0.255951455205554,0.424777947890558,0.492637701281939,0.568013806752343,0.74851504358988 -1909,0.5,0.255951455205554,0.432436646490329,0.459313982981806,0.665638913275575,0.791142384101886 -1910,0.5,0.255951455205554,0.40059673755154,0.433732799996591,0.629943556863682,0.781254522923412 -1911,0.5,0.255951455205554,0.343944649440594,0.408703011578304,0.567788402196793,0.703194710278702 -1912,0.5,0.255951455205554,0.254330848084727,0.346517733261851,0.423914566821279,0.657920128469106 -1913,0.5,0.255951455205554,0.157736722164726,0.247354508506191,0.289879446233341,0.673661529779673 -1914,0.5,0.255951455205554,0.0346704885136553,0.138813624643243,0.091854567209568,0.644230063263879 -1915,0.5,0.255951455205554,3.45039376699014e-06,0.0931049144727832,0.0,0.519369892243813 -1916,0.5,0.255951455205554,0.0,0.0729800645876682,0.0,0.314456052738651 -1917,0.5,0.255951455205554,0.0,0.0597192653466613,0.0,0.199243204634248 -1918,0.5,0.255951455205554,0.0,0.0546123707734918,0.0,0.263929525099627 -1919,0.5,0.255951455205554,0.0,0.056038675150633,0.0,0.526799331534853 -1920,0.5,0.255951455205554,0.0,0.0638430670127662,0.0,0.755453180863584 -1921,0.5,0.255951455205554,0.0,0.0785679180402772,0.0,0.822890324087693 -1922,0.5,0.255951455205554,0.0,0.0960293958976477,0.0,0.846265185720977 -1923,0.5,0.255951455205554,0.0,0.115671293934932,0.0,0.848812999616641 -1924,0.5,0.255951455205554,0.0,0.134048638311648,0.0,0.861224789940125 -1925,0.5,0.255951455205554,0.0,0.154241278820901,0.0,0.854402039532835 -1926,0.5,0.255951455205554,0.0,0.180646684190298,0.0,0.894583921617531 -1927,0.5,0.255951455205554,0.000795895888634558,0.20284507918956,0.0,0.914692609141609 -1928,0.5,0.255951455205554,0.0416710056772458,0.232362827280243,0.0271763467359613,0.915512670404304 -1929,0.5,0.255951455205554,0.118107971606633,0.31808442275374,0.130064115170946,0.918977807992725 -1930,0.5,0.255951455205554,0.209060934195416,0.452248967365628,0.308119019126697,0.921197744159481 -1931,0.5,0.255951455205554,0.288330950865086,0.552126945759256,0.445672573351845,0.924263803782047 -1932,0.5,0.255951455205554,0.324013561550187,0.595900081892089,0.616917567979551,0.877809831024326 -1933,0.5,0.255951455205554,0.316685691515177,0.617497488398288,0.624025570476684,0.742988363689481 -1934,0.5,0.255951455205554,0.307186269455094,0.643135806137897,0.373767428683842,0.666470378355076 -1935,0.5,0.255951455205554,0.25624055322951,0.640863271407976,0.13816541032242,0.53976741083557 -1936,0.5,0.255951455205554,0.190694677336873,0.554532014392145,0.0589050060209055,0.596980700159707 -1937,0.5,0.255951455205554,0.100459856111995,0.407204095067055,0.00603209355463367,0.601190002289726 -1938,0.5,0.255951455205554,0.0240814480064628,0.290128875287081,0.0184613932365847,0.496793650797005 -1939,0.5,0.255951455205554,1.55299910712959e-05,0.22875601560007,0.0,0.400081325157044 -1940,0.5,0.255951455205554,0.0,0.205588894311983,0.0,0.436895656396592 -1941,0.5,0.255951455205554,0.0,0.215784393568195,0.0,0.53551806182601 -1942,0.5,0.255951455205554,0.0,0.221648835251865,0.0,0.669750621944798 -1943,0.5,0.255951455205554,0.0,0.219528417184803,0.0,0.734875329755348 -1944,0.5,0.255951455205554,0.0,0.219624770050058,0.0,0.760998009469272 -1945,0.5,0.255951455205554,0.0,0.214570963273073,0.0,0.787174632336045 -1946,0.5,0.255951455205554,0.0,0.213802650763337,0.0,0.66645704123495 -1947,0.5,0.255951455205554,0.0,0.213994411217397,0.0,0.584184872345634 -1948,0.5,0.255951455205554,0.0,0.207913291382655,0.0,0.600621024421003 -1949,0.5,0.255951455205554,0.0,0.194498102158676,0.0,0.598618345516286 -1950,0.5,0.255951455205554,0.0,0.184069168018416,0.0,0.596162203946277 -1951,0.5,0.255951455205554,0.000896881853198943,0.18099180772265,0.000304389879276569,0.536001710212907 -1952,0.5,0.255951455205554,0.0459945546175531,0.221297347286252,0.0631879989383207,0.494881108434573 -1953,0.5,0.255951455205554,0.128826049493599,0.312415627834673,0.208443201528339,0.606693389846137 -1954,0.5,0.255951455205554,0.219567281644108,0.377121425110038,0.303889451939817,0.636631350969535 -1955,0.5,0.255951455205554,0.272452278418845,0.389791085477677,0.450095003889637,0.572646502679396 -1956,0.5,0.255951455205554,0.291276689845145,0.368422546441577,0.591797217580655,0.57335051903662 -1957,0.5,0.255951455205554,0.266833886129152,0.328591087561373,0.498126764181244,0.629131022414559 -1958,0.5,0.255951455205554,0.242737851631319,0.284061184416184,0.154887241313315,0.570260560960542 -1959,0.5,0.255951455205554,0.206482994613274,0.258561599245445,0.0702642549911203,0.47812828835604 -1960,0.5,0.255951455205554,0.157687846427937,0.245483860838326,0.0995359401489609,0.529008712807964 -1961,0.5,0.255951455205554,0.105031736571586,0.203495463079885,0.030566592776934,0.468853051076193 -1962,0.5,0.255951455205554,0.0370746516787365,0.141788293633085,0.0129483653508568,0.420014321749559 -1963,0.5,0.255951455205554,1.57686883879582e-05,0.115048656784961,0.0,0.569372614278979 -1964,0.5,0.255951455205554,0.0,0.100187541245083,0.0,0.669078394016557 -1965,0.5,0.255951455205554,0.0,0.0911037948903903,0.0,0.771993269797155 -1966,0.5,0.255951455205554,0.0,0.0798630142618939,0.0,0.757895331700072 -1967,0.5,0.255951455205554,0.0,0.0652254581827298,0.0,0.713325809001509 -1968,0.5,0.255951455205554,0.0,0.0572784078733275,0.0,0.710696708273875 -1969,0.5,0.255951455205554,0.0,0.0539497659867373,0.0,0.699491095898508 -1970,0.5,0.255951455205554,0.0,0.0557229183635137,0.0,0.694541152792498 -1971,0.5,0.255951455205554,0.0,0.0623776537353237,0.0,0.658064826934983 -1972,0.5,0.255951455205554,0.0,0.0717364276890881,0.0,0.653766161099888 -1973,0.5,0.255951455205554,0.0,0.0814257784981147,0.0,0.640204813960024 -1974,0.5,0.255951455205554,0.0,0.0884619179443935,0.0,0.631081448634481 -1975,0.5,0.255951455205554,0.00157891596876666,0.0868192931988468,0.00152719770275967,0.639597431531095 -1976,0.5,0.255951455205554,0.0606458299624059,0.0872634574450873,0.108306703165951,0.648266976624179 -1977,0.5,0.255951455205554,0.1558481338456,0.107921129361656,0.27240818106777,0.653359800806119 -1978,0.5,0.255951455205554,0.253253323397993,0.170744640243004,0.426998491640111,0.633875257690052 -1979,0.5,0.255951455205554,0.337231257970368,0.207980351163732,0.570163312240366,0.602213769442864 -1980,0.5,0.255951455205554,0.381576698348077,0.223571881202552,0.635348013975823,0.565285232777656 -1981,0.5,0.255951455205554,0.364768627850175,0.220814662932756,0.660734598507746,0.560722630748791 -1982,0.5,0.255951455205554,0.317571027320373,0.211701817806035,0.647871200026741,0.607202313171235 -1983,0.5,0.255951455205554,0.262276720136717,0.195710651463782,0.583378723216922,0.658755522748665 -1984,0.5,0.255951455205554,0.196569006653071,0.17337730467146,0.233014994601696,0.686196810982055 -1985,0.5,0.255951455205554,0.116015958438194,0.129334411103733,0.0813275190391767,0.683944030662893 -1986,0.5,0.255951455205554,0.0354741783668403,0.0841077444011744,0.0365911279906616,0.660496162347094 -1987,0.5,0.255951455205554,3.2443620885145e-06,0.0699506633974944,0.0,0.639355361812044 -1988,0.5,0.255951455205554,0.0,0.0699095493371875,0.0,0.633607286097786 -1989,0.5,0.255951455205554,0.0,0.0712149848155545,0.0,0.665674526393262 -1990,0.5,0.255951455205554,0.0,0.0671289852274274,0.0,0.681881813878783 -1991,0.5,0.255951455205554,0.0,0.0613260589278408,0.0,0.623284822351238 -1992,0.5,0.255951455205554,0.0,0.0587187922079045,0.0,0.504441475523447 -1993,0.5,0.255951455205554,0.0,0.0558324192953381,0.0,0.333933917240215 -1994,0.5,0.255951455205554,0.0,0.0518339369778625,0.0,0.194784749027313 -1995,0.5,0.255951455205554,0.0,0.0476596671140515,0.0,0.110968660098074 -1996,0.5,0.255951455205554,0.0,0.0446377323407885,0.0,0.0789591303870703 -1997,0.5,0.255951455205554,0.0,0.0422921616772544,0.0,0.0714678883449795 -1998,0.5,0.255951455205554,0.0,0.0406563512949985,0.0,0.0729375179166708 -1999,0.5,0.255951455205554,0.00196154952031335,0.0411932650192309,0.000861760699747929,0.0613552212913834 -2000,0.5,0.255951455205554,0.0674374354963152,0.0470869658614159,0.00987720201479614,0.0453969487798608 -2001,0.5,0.255951455205554,0.175183876816085,0.0608489303004661,0.0148114942296205,0.0343831757152813 -2002,0.5,0.255951455205554,0.28000451684837,0.0834231244195573,0.0623376891185138,0.0269934208455531 -2003,0.5,0.255951455205554,0.365375830495582,0.101362511295771,0.0679200447701068,0.0257430123838361 -2004,0.5,0.255951455205554,0.397575047944692,0.112722710978008,0.103312011698548,0.0244214626781794 -2005,0.5,0.255951455205554,0.392745136229153,0.122610155450486,0.0849136893349781,0.029002405669071 -2006,0.5,0.255951455205554,0.361509025745208,0.128029696914067,0.0457001361253896,0.0435626356350226 -2007,0.5,0.255951455205554,0.294221948912751,0.128630391810779,0.0147844431915426,0.0621623856972017 -2008,0.5,0.255951455205554,0.214770893236237,0.123544808198986,0.0276199741059851,0.0802333912521759 -2009,0.5,0.255951455205554,0.135016770813365,0.117114274831793,0.0601529751636156,0.0709396541513679 -2010,0.5,0.255951455205554,0.0443912918441979,0.0898334977421161,0.0716512185970185,0.0744575669839497 -2011,0.5,0.255951455205554,2.50977884591811e-06,0.079723687661298,0.0,0.17056332881741 -2012,0.5,0.255951455205554,0.0,0.085677736131076,0.0,0.596467640536921 -2013,0.5,0.255951455205554,0.0,0.099167826329138,0.0,0.858450843101014 -2014,0.5,0.255951455205554,0.0,0.114014358242514,0.0,0.843310239908478 -2015,0.5,0.255951455205554,0.0,0.131607611264489,0.0,0.721034360203493 -2016,0.5,0.255951455205554,0.0,0.132912650435083,0.0,0.614005892441838 -2017,0.5,0.255951455205554,0.0,0.15353951074777,0.0,0.624352767539092 -2018,0.5,0.255951455205554,0.0,0.179350283350898,0.0,0.646293647757674 -2019,0.5,0.255951455205554,0.0,0.192042121086014,0.0,0.701343583528735 -2020,0.5,0.255951455205554,0.0,0.186234966543225,0.0,0.79156746716389 -2021,0.5,0.255951455205554,0.0,0.15264854429339,0.0,0.920536615982757 -2022,0.5,0.255951455205554,0.0,0.110056315414186,0.0,0.94480550899334 -2023,0.5,0.255951455205554,0.00293006571706926,0.0848731901274702,0.00166994495042099,0.943155816107964 -2024,0.5,0.255951455205554,0.0712493337462323,0.0890068960543047,0.0505854662080831,0.933933467167527 -2025,0.5,0.255951455205554,0.179646806170769,0.124849794929928,0.131622016771939,0.809280924769459 -2026,0.5,0.255951455205554,0.296383872486346,0.189869664110191,0.241842673808939,0.430075691372219 -2027,0.5,0.255951455205554,0.397372775922187,0.244503128755194,0.288732256910276,0.143901755968973 -2028,0.5,0.255951455205554,0.448527534603138,0.274417681596922,0.191409201830565,0.0480267963441825 -2029,0.5,0.255951455205554,0.460370125894654,0.28520069500993,0.173537091498009,0.0402226945426531 -2030,0.5,0.255951455205554,0.432514304836791,0.281964499860587,0.182600864222985,0.0935946322763522 -2031,0.5,0.255951455205554,0.381635392384923,0.271835173359015,0.131396090152687,0.323280997873984 -2032,0.5,0.255951455205554,0.302533683204428,0.275069110946001,0.0974454036860685,0.648471319153693 -2033,0.5,0.255951455205554,0.208844986071635,0.238155216505751,0.0399371249517258,0.766876359582674 -2034,0.5,0.255951455205554,0.0607627324322375,0.188882315588031,0.0215331352285744,0.779516788869175 -2035,0.5,0.255951455205554,3.75028877096618e-06,0.189840731409866,0.000166375140411874,0.703376033110135 -2036,0.5,0.255951455205554,0.0,0.21161649893501,0.0,0.78543794604998 -2037,0.5,0.255951455205554,0.0,0.224884493871247,0.0,0.885254188437935 -2038,0.5,0.255951455205554,0.0,0.226326759859114,0.0,0.883322257268772 -2039,0.5,0.255951455205554,0.0,0.217564923650555,0.0,0.852468073689852 -2040,0.5,0.255951455205554,0.0,0.202122118976773,0.0,0.882274163853557 -2041,0.5,0.255951455205554,0.0,0.183195722951579,0.0,0.913497937149946 -2042,0.5,0.255951455205554,0.0,0.17809394734248,0.0,0.904314689244125 -2043,0.5,0.255951455205554,0.0,0.185067837374774,0.0,0.876434124659573 -2044,0.5,0.255951455205554,0.0,0.195308121630414,0.0,0.913896807868156 -2045,0.5,0.255951455205554,0.0,0.200011068235749,0.0,0.944985622615833 -2046,0.5,0.255951455205554,0.0,0.199659414101553,0.0,0.941552804458064 -2047,0.5,0.255951455205554,0.00655556377781499,0.196355002249038,0.00129551426503414,0.935286085509151 -2048,0.5,0.255951455205554,0.115895128686425,0.212352121521233,0.0276673904495851,0.930379011082773 -2049,0.5,0.255951455205554,0.268030960954041,0.27855620440827,0.0710458888369222,0.929525198803523 -2050,0.5,0.255951455205554,0.431087588000963,0.348172336338498,0.0976556323820304,0.92389647776553 -2051,0.5,0.255951455205554,0.576396947201445,0.410747209973625,0.203131937598679,0.920291874829629 -2052,0.5,0.255951455205554,0.663985921786699,0.440625903412802,0.602466302674967,0.913098029783111 -2053,0.5,0.255951455205554,0.69461168106021,0.447762065770222,0.633477768419872,0.903414474346913 -2054,0.5,0.255951455205554,0.675504409566146,0.444694708545215,0.639154461466634,0.888006240627176 -2055,0.5,0.255951455205554,0.59722492664296,0.435953044067648,0.597055177522279,0.881033009393813 -2056,0.5,0.255951455205554,0.462577218984992,0.41088547741045,0.495602762281827,0.892066963472466 -2057,0.5,0.255951455205554,0.310120595576365,0.318979610230244,0.346304245028116,0.8982660675653 -2058,0.5,0.255951455205554,0.0835090198296314,0.192832993896224,0.12834284235383,0.891943078689489 -2059,0.5,0.255951455205554,0.0,0.169215600351845,0.0,0.884563644350125 -2060,0.5,0.255951455205554,0.0,0.152586059503044,0.0,0.874567336747401 -2061,0.5,0.255951455205554,0.0,0.130432441019072,0.0,0.854519066867757 -2062,0.5,0.255951455205554,0.0,0.107587785941604,0.0,0.813368082407627 -2063,0.5,0.255951455205554,0.0,0.0884519917541909,0.0,0.782587700696682 -2064,0.5,0.255951455205554,0.0,0.0760687556379274,0.0,0.762747173449474 -2065,0.5,0.255951455205554,0.0,0.0681589369335911,0.0,0.723187125201013 -2066,0.5,0.255951455205554,0.0,0.0636992320663688,0.0,0.681934310279823 -2067,0.5,0.255951455205554,0.0,0.0627420068164011,0.0,0.651382097422622 -2068,0.5,0.255951455205554,0.0,0.0626837854472226,0.0,0.606727056645749 -2069,0.5,0.255951455205554,0.0,0.0640481994109923,0.0,0.574195703342487 -2070,0.5,0.255951455205554,0.0,0.0637712893340807,0.0,0.626662844040563 -2071,0.5,0.255951455205554,0.00506633778616148,0.0621970490912776,0.000984290911234119,0.656277560304273 -2072,0.5,0.255951455205554,0.0962877619742056,0.064278817292653,0.0166737149051273,0.658468734920117 -2073,0.5,0.255951455205554,0.219326017559748,0.0796568416987751,0.0258119179285271,0.648153421591016 -2074,0.5,0.255951455205554,0.33948351363228,0.135148962930903,0.0292030011740475,0.602035075405135 -2075,0.5,0.255951455205554,0.441646680066117,0.182516888568553,0.0423350761922371,0.50021590311716 -2076,0.5,0.255951455205554,0.486547856704265,0.224668474754632,0.0714808917199014,0.47436145185388 -2077,0.5,0.255951455205554,0.482299753888791,0.244627688252612,0.0775127118032372,0.564879607386203 -2078,0.5,0.255951455205554,0.453965781479024,0.252618338229045,0.113571628428633,0.572266850819671 -2079,0.5,0.255951455205554,0.396586608547618,0.253998898511303,0.16934952335187,0.565870497912479 -2080,0.5,0.255951455205554,0.304876406083103,0.24012460699221,0.109595755117809,0.604381309424403 -2081,0.5,0.255951455205554,0.200376664126097,0.207206052381035,0.0589980850117454,0.686840631433958 -2082,0.5,0.255951455205554,0.0595541064920914,0.181404127487224,0.0165210150047393,0.675759334325664 -2083,0.5,0.255951455205554,3.18237061304178e-05,0.171438253590112,0.0,0.661447118845474 -2084,0.5,0.255951455205554,0.0,0.155140909839533,0.0,0.68171690281619 -2085,0.5,0.255951455205554,0.0,0.141649520425055,0.0,0.69155453331825 -2086,0.5,0.255951455205554,0.0,0.12739672405048,0.0,0.676827814363957 -2087,0.5,0.255951455205554,0.0,0.115427147141701,0.0,0.635449348791219 -2088,0.5,0.255951455205554,0.0,0.102800261385924,0.0,0.589778296895128 -2089,0.5,0.255951455205554,0.0,0.0915729176064074,0.0,0.580340525351837 -2090,0.5,0.255951455205554,0.0,0.0833216478471002,0.0,0.522202536126578 -2091,0.5,0.255951455205554,0.0,0.0770772372938662,0.0,0.443048710407661 -2092,0.5,0.255951455205554,0.0,0.073346097431914,0.0,0.41053870289323 -2093,0.5,0.255951455205554,0.0,0.0725046595511354,0.0,0.389999488664441 -2094,0.5,0.255951455205554,0.0,0.0725293243997874,0.0,0.333315921882788 -2095,0.5,0.255951455205554,0.0062824593767922,0.0754785509543232,0.00103064827564367,0.301008452770995 -2096,0.5,0.255951455205554,0.0984368936744193,0.0869213979873215,0.00998478585208897,0.292948220476614 -2097,0.5,0.255951455205554,0.228868415903028,0.115793695675124,0.0334431345281035,0.338117194587761 -2098,0.5,0.255951455205554,0.369556018709081,0.156368237450244,0.080729595743533,0.399619669868155 -2099,0.5,0.255951455205554,0.493391131664295,0.169676264299649,0.119578574118568,0.419718802379568 -2100,0.5,0.255951455205554,0.561073453573322,0.165660877100484,0.0761938676445558,0.42219790611927 -2101,0.5,0.255951455205554,0.585659556098505,0.157799479498202,0.0947010363016338,0.427997542579156 -2102,0.5,0.255951455205554,0.575897161090359,0.155902340851894,0.0870935239659405,0.361713660025173 -2103,0.5,0.255951455205554,0.522331391206856,0.156964133905028,0.0615609556062991,0.293557873272229 -2104,0.5,0.255951455205554,0.418202658653493,0.15366955129459,0.0580600872314849,0.288622316224988 -2105,0.5,0.255951455205554,0.28946450354124,0.1297197833491,0.0254805082218606,0.26959410385186 -2106,0.5,0.255951455205554,0.0823991361772638,0.0859016675095614,0.0105039638359374,0.267182035700729 -2107,0.5,0.255951455205554,1.80381756369624e-05,0.0888755966763659,0.000738089582097968,0.300858167235876 -2108,0.5,0.255951455205554,0.0,0.0806098995340247,0.0,0.336949422642914 -2109,0.5,0.255951455205554,0.0,0.0708592497789424,0.0,0.361013067331433 -2110,0.5,0.255951455205554,0.0,0.0611021639914697,0.0,0.328902082155585 -2111,0.5,0.255951455205554,0.0,0.0521986066883101,0.0,0.316299525720662 -2112,0.5,0.255951455205554,0.0,0.0453575067586221,0.0,0.350841560704039 -2113,0.5,0.255951455205554,0.0,0.0411916275459631,0.0,0.295707578124874 -2114,0.5,0.255951455205554,0.0,0.0390919290196302,0.0,0.241650742477292 -2115,0.5,0.255951455205554,0.0,0.0358252662532571,0.0,0.244974390109774 -2116,0.5,0.255951455205554,0.0,0.0324912617519154,0.0,0.293468688306622 -2117,0.5,0.255951455205554,0.0,0.0313087145801696,0.0,0.30017342681181 -2118,0.5,0.255951455205554,0.0,0.029900899494608,0.0,0.292043057302209 -2119,0.5,0.255951455205554,0.0119268967129601,0.0259864914479411,0.00272581389364776,0.298526924392012 -2120,0.5,0.255951455205554,0.127373823555898,0.0234434667999523,0.0288568267864129,0.302030075019878 -2121,0.5,0.255951455205554,0.280205431586177,0.0351640092135094,0.0414493987495509,0.280907906858636 -2122,0.5,0.255951455205554,0.437590531703575,0.0541280014253814,0.0780651070014041,0.246973572487675 -2123,0.5,0.255951455205554,0.569817673093291,0.0624301533246573,0.105905254370611,0.209122019029266 -2124,0.5,0.255951455205554,0.648655225984471,0.0577021107203521,0.176657137568702,0.160725648623179 -2125,0.5,0.255951455205554,0.673151683017738,0.0523823969986402,0.180793902510467,0.146910255787763 -2126,0.5,0.255951455205554,0.652956806545798,0.0541650366637934,0.153881186653037,0.174878621357549 -2127,0.5,0.255951455205554,0.580378317435982,0.0639752648862907,0.121106256895898,0.185886637361008 -2128,0.5,0.255951455205554,0.457469014171783,0.0765114483320196,0.0565071282131442,0.201290426406087 -2129,0.5,0.255951455205554,0.315018071783052,0.0784272075284269,0.0425685528693423,0.181376463477101 -2130,0.5,0.255951455205554,0.0883433228091418,0.0519193777345246,0.0390526164018744,0.158023777759879 -2131,0.5,0.255951455205554,0.0,0.051387060095588,0.0,0.174401304486007 -2132,0.5,0.255951455205554,0.0,0.0480296415049377,0.0,0.194522878922698 -2133,0.5,0.255951455205554,0.0,0.0418901021293139,0.0,0.18587717211784 -2134,0.5,0.255951455205554,0.0,0.0328501995786621,0.0,0.186834028566608 -2135,0.5,0.255951455205554,0.0,0.0255123415273548,0.0,0.171833167119938 -2136,0.5,0.255951455205554,0.0,0.0225426023037019,0.0,0.146468563115314 -2137,0.5,0.255951455205554,0.0,0.0199751351220492,0.0,0.140953079294513 -2138,0.5,0.255951455205554,0.0,0.0187634636840983,0.0,0.131096393398208 -2139,0.5,0.255951455205554,0.0,0.0185538849628256,0.0,0.122936827565775 -2140,0.5,0.255951455205554,0.0,0.0177277689383984,0.0,0.123675675408262 -2141,0.5,0.255951455205554,0.0,0.0164945255609828,0.0,0.106114137329766 -2142,0.5,0.255951455205554,0.0,0.0156191091662742,0.0,0.0870381976381403 -2143,0.5,0.255951455205554,0.0138995208811425,0.0137672239865275,0.00796817793735706,0.0907216230602723 -2144,0.5,0.255951455205554,0.130984442979918,0.0118841366331797,0.126336091655227,0.0933041822578436 -2145,0.5,0.255951455205554,0.278223707034491,0.0156652046077725,0.295394237830425,0.0759603851122202 -2146,0.5,0.255951455205554,0.425920015270184,0.0196846690047971,0.445595350524136,0.0599356289528681 -2147,0.5,0.255951455205554,0.552276566343408,0.0195739314823806,0.566498624575714,0.0551764650643317 -2148,0.5,0.255951455205554,0.630908987341502,0.017189428847661,0.645791934480639,0.0557570163821556 -2149,0.5,0.255951455205554,0.658724062673914,0.0149248864362062,0.679169216106142,0.0508982407695723 -2150,0.5,0.255951455205554,0.646456111392285,0.0129306181913796,0.668591423062301,0.0454201481959599 -2151,0.5,0.255951455205554,0.582510450804425,0.0123361265635457,0.596405612618562,0.046564231932731 -2152,0.5,0.255951455205554,0.461714570641091,0.0118362775459017,0.472028941022061,0.0348202905979028 -2153,0.5,0.255951455205554,0.316261898788171,0.0108742913422823,0.338683724575211,0.0203334388359412 -2154,0.5,0.255951455205554,0.10020093495437,0.00778917302656667,0.147042857646488,0.017095629697781 -2155,0.5,0.255951455205554,0.0,0.0120230197624617,0.0,0.0157777658980615 -2156,0.5,0.255951455205554,0.0,0.0140631544950775,0.0,0.0188077616367852 -2157,0.5,0.255951455205554,0.0,0.014257001749357,0.0,0.022915734747675 -2158,0.5,0.255951455205554,0.0,0.0129194573765693,0.0,0.0314743461968184 -2159,0.5,0.255951455205554,0.0,0.0116946978782493,0.0,0.0462199299982392 -2160,0.5,0.255951455205554,0.0,0.0114037691676476,0.0,0.0478827058365271 -2161,0.5,0.255951455205554,0.0,0.0104272633822573,0.0,0.0441980200154959 -2162,0.5,0.255951455205554,0.0,0.00954243571886323,0.0,0.0450000214463439 -2163,0.5,0.255951455205554,0.0,0.00945266358268384,0.0,0.0430213185170959 -2164,0.5,0.255951455205554,0.0,0.00994089516338865,0.0,0.0307994055199264 -2165,0.5,0.255951455205554,0.0,0.0105771842627846,0.0,0.0223578753241052 -2166,0.5,0.255951455205554,0.0,0.0113691217248789,0.0,0.0182683433415239 -2167,0.5,0.255951455205554,0.0162939124411752,0.0117778840083592,0.00921901720501398,0.0153705342205042 -2168,0.5,0.255951455205554,0.119247271101367,0.0110997307010424,0.0685872300925086,0.0173392439760524 -2169,0.5,0.255951455205554,0.247016728737078,0.0164773361701029,0.0639103518267026,0.0220017875226437 -2170,0.5,0.255951455205554,0.37659118415031,0.0236698019324791,0.158976735541731,0.030568881823645 -2171,0.5,0.255951455205554,0.483449238913037,0.0296816026181756,0.292727912020663,0.0493723134495281 -2172,0.5,0.255951455205554,0.549578557969502,0.0394218509673493,0.356250789259836,0.0739036171078144 -2173,0.5,0.255951455205554,0.568753569134306,0.0546669450880793,0.323143395520936,0.0748502321681806 -2174,0.5,0.255951455205554,0.546455405201504,0.0729154700290446,0.430091485395962,0.0648448045585781 -2175,0.5,0.255951455205554,0.475598146434377,0.0914546327913566,0.315663998815544,0.0706133147690947 -2176,0.5,0.255951455205554,0.359977943973185,0.102442049654596,0.0725545754125616,0.090207884574889 -2177,0.5,0.255951455205554,0.238312480779111,0.0978039965228529,0.100439235884505,0.114567832660088 -2178,0.5,0.255951455205554,0.0899075805242777,0.0609035664558626,0.076836913077121,0.117804712392198 -2179,0.5,0.255951455205554,0.0,0.0605219927282579,0.0,0.111234207704912 -2180,0.5,0.255951455205554,0.0,0.0655085420587928,0.0,0.117714122770805 -2181,0.5,0.255951455205554,0.0,0.065260612259616,0.0,0.125607359955848 -2182,0.5,0.255951455205554,0.0,0.0643945675189556,0.0,0.129680605301906 -2183,0.5,0.255951455205554,0.0,0.063208149618292,0.0,0.143564202855911 -2184,0.5,0.255951455205554,0.0,0.0632412649112476,0.0,0.144360617495642 -2185,0.5,0.255951455205554,0.0,0.0631450556629408,0.0,0.147100026906029 -2186,0.5,0.255951455205554,0.0,0.0636134699721001,0.0,0.163701858777382 -2187,0.5,0.255951455205554,0.0,0.0640044820563069,0.0,0.182719208949548 -2188,0.5,0.255951455205554,0.0,0.0657832449746764,0.0,0.197926813989319 -2189,0.5,0.255951455205554,0.0,0.0667480282154679,0.0,0.213594644936095 -2190,0.5,0.255951455205554,0.0,0.0672133883767748,0.0,0.194606853830165 -2191,0.5,0.255951455205554,0.0167913557261894,0.066665392069679,0.0102470744098639,0.184075805997487 -2192,0.5,0.255951455205554,0.127699900857473,0.0707061326888207,0.0856236940291167,0.182679553955309 -2193,0.5,0.255951455205554,0.271080561568951,0.100173927229162,0.187199710185372,0.215840238120536 -2194,0.5,0.255951455205554,0.416664733136507,0.12307777902818,0.303542034703792,0.301513612205573 -2195,0.5,0.255951455205554,0.54487385875636,0.134963588369906,0.539990203042895,0.29838740366855 -2196,0.5,0.255951455205554,0.62234701101678,0.148111445555693,0.618853210889003,0.199612704507163 -2197,0.5,0.255951455205554,0.639253181650863,0.153109141287904,0.574398474091556,0.104492934494036 -2198,0.5,0.255951455205554,0.616338293875929,0.148497730080902,0.59724451162777,0.0843207393759182 -2199,0.5,0.255951455205554,0.543624270207054,0.152789700453007,0.539355226567904,0.0707520361108024 -2200,0.5,0.255951455205554,0.436844449212103,0.159018797811391,0.374182215610644,0.0594286831461041 -2201,0.5,0.255951455205554,0.301452799718753,0.134620348296089,0.219459634430188,0.0638153199445669 -2202,0.5,0.255951455205554,0.104341215414514,0.0898640260109992,0.0742914634501509,0.0732023131459176 -2203,0.5,0.255951455205554,0.0,0.0938578415141993,0.0,0.0813260422707696 -2204,0.5,0.255951455205554,0.0,0.0926465055975797,0.0,0.0911100215349753 -2205,0.5,0.255951455205554,0.0,0.0815369624639813,0.0,0.0946965645172977 -2206,0.5,0.255951455205554,0.0,0.0689376513654756,0.0,0.0948217435300429 -2207,0.5,0.255951455205554,0.0,0.058089736746499,0.0,0.0947953732370107 -2208,0.5,0.255951455205554,0.0,0.0486135595393181,0.0,0.090660550742073 -2209,0.5,0.255951455205554,0.0,0.0423802404612138,0.0,0.0766457317868735 -2210,0.5,0.255951455205554,0.0,0.0383954264928321,0.0,0.0550386663239316 -2211,0.5,0.255951455205554,0.0,0.0388840902186352,0.0,0.0459439129405654 -2212,0.5,0.255951455205554,0.0,0.0406221221209586,0.0,0.0475582131672568 -2213,0.5,0.255951455205554,0.0,0.0449637481729123,0.0,0.0613692822323059 -2214,0.5,0.255951455205554,0.0,0.0502256874574576,0.0,0.0903213607571491 -2215,0.5,0.255951455205554,0.0195406710879435,0.0528768230127789,0.0229909063905356,0.135012511652837 -2216,0.5,0.255951455205554,0.118500982889927,0.0564202729668336,0.147800846007505,0.185636942684278 -2217,0.5,0.255951455205554,0.242864127532871,0.0805660837333546,0.300777734778128,0.229657605478281 -2218,0.5,0.255951455205554,0.371304350654024,0.108372678271279,0.447231860938815,0.285395207292819 -2219,0.5,0.255951455205554,0.481959049645634,0.129666762273658,0.583321213861112,0.33468568280152 -2220,0.5,0.255951455205554,0.553508991364929,0.144034323808211,0.666905025929183,0.331523049731134 -2221,0.5,0.255951455205554,0.583333209207446,0.165025565097375,0.698540340738412,0.307197565080909 -2222,0.5,0.255951455205554,0.563014725886816,0.188607700567908,0.687644354528707,0.337820692835651 -2223,0.5,0.255951455205554,0.48621150472523,0.220929117129889,0.619145865216543,0.442066721085357 -2224,0.5,0.255951455205554,0.369648342776172,0.249371150743136,0.493999682195069,0.56389914001171 -2225,0.5,0.255951455205554,0.247689990150696,0.244714742915867,0.356091404429731,0.651904889552685 -2226,0.5,0.255951455205554,0.0942349583327598,0.189283376369013,0.160308543270391,0.721970331499576 -2227,0.5,0.255951455205554,0.0,0.198259441259154,0.0,0.797932617040189 -2228,0.5,0.255951455205554,0.0,0.213730297868681,0.0,0.847876040597742 -2229,0.5,0.255951455205554,0.0,0.21677051250537,0.0,0.859759821680659 -2230,0.5,0.255951455205554,0.0,0.217636951858576,0.0,0.854150899368383 -2231,0.5,0.255951455205554,0.0,0.220272593986361,0.0,0.85680640299308 -2232,0.5,0.255951455205554,0.0,0.214341419406411,0.0,0.851236313533637 -2233,0.5,0.255951455205554,0.0,0.206477829525379,0.0,0.806475811726801 -2234,0.5,0.255951455205554,0.0,0.201183943941694,0.0,0.809860086894694 -2235,0.5,0.255951455205554,0.0,0.198167753519433,0.0,0.863574755993712 -2236,0.5,0.255951455205554,0.0,0.206353408017613,0.0,0.912180289015699 -2237,0.5,0.255951455205554,0.0,0.231385197729879,0.0,0.91349585103669 -2238,0.5,0.255951455205554,0.0,0.257199584550183,0.0,0.884165973491978 -2239,0.5,0.255951455205554,0.0203609236712374,0.290903356905551,0.0194287470830401,0.860626216859596 -2240,0.5,0.255951455205554,0.117561737440362,0.346129276226582,0.0908998553052313,0.847360816297414 -2241,0.5,0.255951455205554,0.240801382001737,0.415341063438731,0.133857894296626,0.860040075801784 -2242,0.5,0.255951455205554,0.372831045470489,0.466391744891665,0.187583911159763,0.889569235834177 -2243,0.5,0.255951455205554,0.488330792716917,0.482929237885154,0.231711069249494,0.910935301626775 -2244,0.5,0.255951455205554,0.56226126063034,0.491384340237285,0.240589790555475,0.911605919064579 -2245,0.5,0.255951455205554,0.584468237474938,0.51650978800689,0.230100880587619,0.9295908080639 -2246,0.5,0.255951455205554,0.564891924102749,0.551374590723649,0.236545114127522,0.955450102796664 -2247,0.5,0.255951455205554,0.495088148339237,0.56950543684819,0.128851049979892,0.96387833113054 -2248,0.5,0.255951455205554,0.386446105508745,0.58114728349709,0.0960161731394414,0.963562234249353 -2249,0.5,0.255951455205554,0.256387316457719,0.557532226851329,0.0797177844558573,0.963829108416924 -2250,0.5,0.255951455205554,0.0890447947350451,0.49131570197962,0.0416575501393818,0.959136044582985 -2251,0.5,0.255951455205554,2.4322465209911e-05,0.436310544988589,0.0,0.942626178886879 -2252,0.5,0.255951455205554,0.0,0.416051652164261,0.0,0.915828930200226 -2253,0.5,0.255951455205554,0.0,0.399792815900026,0.0,0.884674866191149 -2254,0.5,0.255951455205554,0.0,0.363306607204406,0.0,0.845007853977465 -2255,0.5,0.255951455205554,0.0,0.322324446168969,0.0,0.784301709345423 -2256,0.5,0.255951455205554,0.0,0.283108313317535,0.0,0.701738955843247 -2257,0.5,0.255951455205554,0.0,0.24497630152946,0.0,0.535866509989619 -2258,0.5,0.255951455205554,0.0,0.212122381818833,0.0,0.318448113020067 -2259,0.5,0.255951455205554,0.0,0.188643029257494,0.0,0.179373468475678 -2260,0.5,0.255951455205554,0.0,0.168615225672711,0.0,0.112664707608999 -2261,0.5,0.255951455205554,0.0,0.147701382471711,0.0,0.0791794263033396 -2262,0.5,0.255951455205554,0.0,0.128911179092165,0.0,0.0621946877449794 -2263,0.5,0.255951455205554,0.0207510263303202,0.121716442164109,0.00341566057716264,0.0568952699043582 -2264,0.5,0.255951455205554,0.101362012191112,0.121285183627068,0.01063910980468,0.0551890156873245 -2265,0.5,0.255951455205554,0.194672174304338,0.11588352337014,0.019696880803841,0.0452179949100843 -2266,0.5,0.255951455205554,0.289146665438749,0.112006997094281,0.0315643668909518,0.0415772769485645 -2267,0.5,0.255951455205554,0.362871531849002,0.105265430841853,0.0477884951311383,0.0405400141949496 -2268,0.5,0.255951455205554,0.404513409097009,0.105578530100822,0.0647784119293319,0.0363371941013405 -2269,0.5,0.255951455205554,0.413517036779927,0.108579570523058,0.0714593434041748,0.0334304937036101 -2270,0.5,0.255951455205554,0.393377879259634,0.105959509664628,0.0908895309269277,0.0319976091920429 -2271,0.5,0.255951455205554,0.335700406023666,0.0989798748714634,0.176273127781439,0.0398279019991454 -2272,0.5,0.255951455205554,0.247733922962355,0.0858169251644369,0.128623139310442,0.0523283541290948 -2273,0.5,0.255951455205554,0.15728071975622,0.0651496830729303,0.086228661246015,0.0605051400963649 -2274,0.5,0.255951455205554,0.057141300134894,0.0394602708866421,0.0269782132708581,0.0588393355523819 -2275,0.5,0.255951455205554,7.3312226446599e-05,0.0292767016653107,0.00111572763981356,0.0651967448534316 -2276,0.5,0.255951455205554,0.0,0.0266256841451702,0.0,0.0748895544144933 -2277,0.5,0.255951455205554,0.0,0.0276872784477652,0.0,0.0778379957494655 -2278,0.5,0.255951455205554,0.0,0.0296946742795469,0.0,0.0922915743644566 -2279,0.5,0.255951455205554,0.0,0.0325130728151364,0.0,0.133350274399199 -2280,0.5,0.255951455205554,0.0,0.0368352076036452,0.0,0.17823351191029 -2281,0.5,0.255951455205554,0.0,0.0420814354799407,0.0,0.205728345924897 -2282,0.5,0.255951455205554,0.0,0.047906098608129,0.0,0.252539332046134 -2283,0.5,0.255951455205554,0.0,0.053494055496841,0.0,0.298355866086862 -2284,0.5,0.255951455205554,0.0,0.0581729921562434,0.0,0.297253115077316 -2285,0.5,0.255951455205554,0.0,0.0629136593368579,0.0,0.288883984875605 -2286,0.5,0.255951455205554,0.0,0.0641016143323269,0.0,0.286246762984529 -2287,0.5,0.255951455205554,0.0103320849791433,0.0627429855300573,0.00720554634717081,0.307800517606808 -2288,0.5,0.255951455205554,0.0692020574289572,0.0709004487460859,0.0245822269588163,0.345078656263767 -2289,0.5,0.255951455205554,0.154707521582807,0.10525943685902,0.0798166519691705,0.33972083027863 -2290,0.5,0.255951455205554,0.250835044545197,0.143851633691323,0.176614857001782,0.329834542282556 -2291,0.5,0.255951455205554,0.344865493976984,0.174100004885407,0.346345997516556,0.326155115021425 -2292,0.5,0.255951455205554,0.411032583789783,0.198419199922593,0.554621596275778,0.309236602758729 -2293,0.5,0.255951455205554,0.434859302948925,0.227104207643408,0.452589137534076,0.307721784929431 -2294,0.5,0.255951455205554,0.416412866278448,0.221271737069853,0.172188001230239,0.308262213169685 -2295,0.5,0.255951455205554,0.372801935725433,0.206465267334397,0.0583349593171759,0.30604012721463 -2296,0.5,0.255951455205554,0.29298192658182,0.163738551716422,0.0294669195930036,0.308921157846262 -2297,0.5,0.255951455205554,0.201167985023361,0.107189959713508,0.0214207496706309,0.315873081156582 -2298,0.5,0.255951455205554,0.0885599231502648,0.0468595355655303,0.0339000663267268,0.344754384310746 -2299,0.5,0.255951455205554,5.51990872563854e-06,0.0355856745590464,0.0,0.350875849407972 -2300,0.5,0.255951455205554,0.0,0.0401214084036775,0.0,0.404439503029028 -2301,0.5,0.255951455205554,0.0,0.0490802951799911,0.0,0.398229047399863 -2302,0.5,0.255951455205554,0.0,0.0611914371008142,0.0,0.446246651622571 -2303,0.5,0.255951455205554,0.0,0.0791581599165588,0.0,0.573438310551149 -2304,0.5,0.255951455205554,0.0,0.10033802923762,0.0,0.627181883894839 -2305,0.5,0.255951455205554,0.0,0.124954138739927,0.0,0.640006295401155 -2306,0.5,0.255951455205554,0.0,0.154102955474566,0.0,0.658259562277669 -2307,0.5,0.255951455205554,0.0,0.179873548754826,0.0,0.486402036393504 -2308,0.5,0.255951455205554,0.0,0.183619802360947,0.0,0.3900720947982 -2309,0.5,0.255951455205554,0.0,0.178064006716066,0.0,0.289010070920819 -2310,0.5,0.255951455205554,0.0,0.166360975207774,0.0,0.234859481924217 -2311,0.5,0.255951455205554,0.0239639675837411,0.150816853681554,0.000550544383654739,0.166560461014007 -2312,0.5,0.255951455205554,0.105674700877772,0.156258243732343,0.00333314085471869,0.109249189626987 -2313,0.5,0.255951455205554,0.202663569520842,0.187708856149101,0.0100103289496955,0.128511341128444 -2314,0.5,0.255951455205554,0.302128224405859,0.227273955663223,0.017464397867917,0.145805092378492 -2315,0.5,0.255951455205554,0.388578303623161,0.266627072346452,0.0173436274168786,0.158051172729294 -2316,0.5,0.255951455205554,0.457905950330161,0.291170028271389,0.0130247505161047,0.204028862851131 -2317,0.5,0.255951455205554,0.502266339206126,0.289519877095705,0.0109267248321281,0.255533959994232 -2318,0.5,0.255951455205554,0.507650351139715,0.271639197973873,0.0222515208757551,0.285761233833827 -2319,0.5,0.255951455205554,0.463901610667624,0.242857180486151,0.0406942436044455,0.322066561474819 -2320,0.5,0.255951455205554,0.368756797757091,0.191142535600017,0.0337506076406615,0.343447130745859 -2321,0.5,0.255951455205554,0.24967007469072,0.130293844915409,0.0241901618687282,0.321540090866639 -2322,0.5,0.255951455205554,0.0920631436713363,0.0748337464580781,0.019667379708279,0.319406795135573 -2323,0.5,0.255951455205554,1.18036236594071e-05,0.0743350668196967,0.0,0.364786336177663 -2324,0.5,0.255951455205554,0.0,0.0846409645878529,0.0,0.442780282285776 -2325,0.5,0.255951455205554,0.0,0.100089254985901,0.0,0.487525350090492 -2326,0.5,0.255951455205554,0.0,0.124463277531514,0.0,0.559688430702078 -2327,0.5,0.255951455205554,0.0,0.145086704503264,0.0,0.662076826452049 -2328,0.5,0.255951455205554,0.0,0.171023516839479,0.0,0.71556291623996 -2329,0.5,0.255951455205554,0.0,0.199281614584591,0.0,0.767509765346906 -2330,0.5,0.255951455205554,0.0,0.218645687829575,0.0,0.72157636388474 -2331,0.5,0.255951455205554,0.0,0.249240893099672,0.0,0.839869380623179 -2332,0.5,0.255951455205554,0.0,0.322759507334602,0.0,0.873776209138208 -2333,0.5,0.255951455205554,0.0,0.391013162486673,0.0,0.897982746083308 -2334,0.5,0.255951455205554,0.0,0.463353445248532,0.0,0.89802008921215 -2335,0.5,0.255951455205554,0.010027173092849,0.54179514053629,7.6560011693527e-05,0.903792538676248 -2336,0.5,0.255951455205554,0.0360460258708204,0.623651656464444,0.00167917534717342,0.903257396858726 -2337,0.5,0.255951455205554,0.058744487135195,0.715743545488802,0.0417894800131593,0.83536896558757 -2338,0.5,0.255951455205554,0.0817923187800558,0.779863040828432,0.0475706992823483,0.668108985697944 -2339,0.5,0.255951455205554,0.11306077580926,0.826830692345143,0.0539254393952196,0.831211508155681 -2340,0.5,0.255951455205554,0.149193053456037,0.87373081202314,0.106930153535798,1.0082809653873 -2341,0.5,0.255951455205554,0.174208281472965,0.88605353039654,0.102897053756654,1.0075233621181 -2342,0.5,0.255951455205554,0.184904586988604,0.89718695604822,0.150797292707817,1.00648332968355 -2343,0.5,0.255951455205554,0.176934185498474,0.89094640964459,0.212228660543703,1.00210980523722 -2344,0.5,0.255951455205554,0.145516005083851,0.845175573919696,0.171061173244484,0.996103315239771 -2345,0.5,0.255951455205554,0.109286966676126,0.820424592922105,0.168563383274893,0.971422502484324 -2346,0.5,0.255951455205554,0.0489840638219661,0.788314091008062,0.0338196928151119,0.950836465971937 -2347,0.5,0.255951455205554,0.000326335865443223,0.762224179750025,0.0,0.998247486178906 -2348,0.5,0.255951455205554,0.0,0.741159896293432,0.0,1.00612767701341 -2349,0.5,0.255951455205554,0.0,0.70074038410117,0.0,1.00671434973424 -2350,0.5,0.255951455205554,0.0,0.651516171607903,0.0,1.00642340516837 -2351,0.5,0.255951455205554,0.0,0.602640286583801,0.0,0.99980734553845 -2352,0.5,0.255951455205554,0.0,0.591127715812317,0.0,0.976161780910356 -2353,0.5,0.255951455205554,0.0,0.573586369410004,0.0,0.933375963337168 -2354,0.5,0.255951455205554,0.0,0.578499048855043,0.0,0.877941405242781 -2355,0.5,0.255951455205554,0.0,0.59049776135527,0.0,0.805348430928817 -2356,0.5,0.255951455205554,0.0,0.599812942812116,0.0,0.731531010243597 -2357,0.5,0.255951455205554,0.0,0.59527101745577,0.0,0.574136792028531 -2358,0.5,0.255951455205554,0.0,0.567027034969282,0.0,0.417536423482196 -2359,0.5,0.255951455205554,0.0259541511001632,0.561794416587339,0.0432362293953824,0.300319596782038 -2360,0.5,0.255951455205554,0.112010137805188,0.614796171376818,0.166522567439965,0.239421332641139 -2361,0.5,0.255951455205554,0.209141140030676,0.687782686067908,0.323609474985524,0.203892457116913 -2362,0.5,0.255951455205554,0.308900594086322,0.745898396320021,0.46792275218132,0.205900398195509 -2363,0.5,0.255951455205554,0.374118454218749,0.779053031121284,0.574655764544737,0.210130263285491 -2364,0.5,0.255951455205554,0.384463203911689,0.792867326941348,0.693111354423162,0.196305185676773 -2365,0.5,0.255951455205554,0.366312111655786,0.780841535520322,0.693370815821024,0.186334342025121 -2366,0.5,0.255951455205554,0.340782513200034,0.766242389502431,0.707427705713822,0.202504696176833 -2367,0.5,0.255951455205554,0.279832371059782,0.754501797382676,0.64237672499338,0.200320520130613 -2368,0.5,0.255951455205554,0.198921108494734,0.7274158796223,0.515641443680965,0.196154526622815 -2369,0.5,0.255951455205554,0.121338226250204,0.660644509131746,0.375010735878652,0.201515310323159 -2370,0.5,0.255951455205554,0.0483647551917941,0.550556171123987,0.184092698084706,0.225827398866319 -2371,0.5,0.255951455205554,0.000369865377327224,0.449578387495799,0.0,0.261817243044485 -2372,0.5,0.255951455205554,0.0,0.390732651055277,0.0,0.290736071180558 -2373,0.5,0.255951455205554,0.0,0.373527336899716,0.0,0.250290368601384 -2374,0.5,0.255951455205554,0.0,0.360919531843061,0.0,0.180676743347728 -2375,0.5,0.255951455205554,0.0,0.350631697420202,0.0,0.144152569941949 -2376,0.5,0.255951455205554,0.0,0.337129248368379,0.0,0.126941864556343 -2377,0.5,0.255951455205554,0.0,0.311285011841364,0.0,0.121723643722882 -2378,0.5,0.255951455205554,0.0,0.280919053693328,0.0,0.12338471423274 -2379,0.5,0.255951455205554,0.0,0.247243883634678,0.0,0.12441202382946 -2380,0.5,0.255951455205554,0.0,0.221287223165046,0.0,0.134316658312613 -2381,0.5,0.255951455205554,0.0,0.197207034984085,0.0,0.147043752019259 -2382,0.5,0.255951455205554,2.15717249911225e-07,0.169878952083006,0.0,0.139553812288853 -2383,0.5,0.255951455205554,0.00857664559919132,0.159634475090146,0.0492937277573389,0.111241443833151 -2384,0.5,0.255951455205554,0.0393283756197289,0.164552900466105,0.177892347712058,0.0928790917537624 -2385,0.5,0.255951455205554,0.0846228490255763,0.171495855711221,0.325196053948165,0.0868863929755553 -2386,0.5,0.255951455205554,0.132420988700931,0.175180119864471,0.437924071656044,0.072542259883806 -2387,0.5,0.255951455205554,0.170343729147274,0.169200433825982,0.391524422261864,0.0507508361702676 -2388,0.5,0.255951455205554,0.189846502710671,0.16126741396549,0.168049799679935,0.0403459393512179 -2389,0.5,0.255951455205554,0.19315936586791,0.153014919457845,0.0823836884790329,0.0434888245954056 -2390,0.5,0.255951455205554,0.16939973391665,0.138612939789693,0.0574161721005587,0.0533276326987499 -2391,0.5,0.255951455205554,0.142228047577262,0.117951178956743,0.039554406721427,0.0615986142167312 -2392,0.5,0.255951455205554,0.111674211417611,0.0972010111623327,0.0200734781428869,0.0620403417798996 -2393,0.5,0.255951455205554,0.0749632773904408,0.077108998588821,0.00911261051963305,0.0737739162819121 -2394,0.5,0.255951455205554,0.034182869165119,0.0536619865973481,0.00374546884075866,0.0872526435548573 -2395,0.5,0.255951455205554,0.000699787006857019,0.0342031777302137,0.000774084452186389,0.092272456036578 -2396,0.5,0.255951455205554,0.0,0.0252977240451928,0.0,0.0810488146438544 -2397,0.5,0.255951455205554,0.0,0.0174305466470812,0.0,0.0746626526938283 -2398,0.5,0.255951455205554,0.0,0.0107641183944233,0.0,0.0763726066306796 -2399,0.5,0.255951455205554,0.0,0.008284945691098,0.0,0.0870246601800571 -2400,0.5,0.255951455205554,0.0,0.0083701410712209,0.0,0.109707607185135 -2401,0.5,0.255951455205554,0.0,0.0098745425308704,0.0,0.126240834412001 -2402,0.5,0.255951455205554,0.0,0.0127066025274352,0.0,0.141341511474561 -2403,0.5,0.255951455205554,0.0,0.0159084178671206,0.0,0.139340991570015 -2404,0.5,0.255951455205554,0.0,0.0201703064468216,0.0,0.118241230203683 -2405,0.5,0.255951455205554,0.0,0.0235595792522997,0.0,0.0936712939375675 -2406,0.5,0.255951455205554,4.75420748489005e-06,0.0261313383960223,0.0,0.127827110830545 -2407,0.5,0.255951455205554,0.0155683602556093,0.0283811896949391,0.0285325281815208,0.192882741485557 -2408,0.5,0.255951455205554,0.0684136530587415,0.0361454396393956,0.0767671433014476,0.205901121095406 -2409,0.5,0.255951455205554,0.143205943584131,0.0549203366792374,0.0445060084199416,0.203276360338957 -2410,0.5,0.255951455205554,0.208082482650247,0.0798850502908411,0.0230440576234188,0.198279985898514 -2411,0.5,0.255951455205554,0.263196557590545,0.0994926172209932,0.0320801151011592,0.210129584045623 -2412,0.5,0.255951455205554,0.294791629540309,0.112942216912527,0.107273677107506,0.230533761779054 -2413,0.5,0.255951455205554,0.301240324082821,0.121740598304668,0.177119082884481,0.307491645174895 -2414,0.5,0.255951455205554,0.281298229469727,0.135596414490587,0.173082931102168,0.284427385823466 -2415,0.5,0.255951455205554,0.225500031197663,0.142229797848511,0.128927611023593,0.198003548469136 -2416,0.5,0.255951455205554,0.176820969655391,0.143824872012515,0.112741674450137,0.142151347873764 -2417,0.5,0.255951455205554,0.121622435490739,0.139527458471987,0.0602495014821412,0.11803427883308 -2418,0.5,0.255951455205554,0.060929922769126,0.109869705801211,0.0169399480048499,0.123786852016907 -2419,0.5,0.255951455205554,0.00232748920760226,0.0728161440904618,0.0,0.118899089183604 -2420,0.5,0.255951455205554,0.0,0.05807130792748,0.0,0.0780831761553086 -2421,0.5,0.255951455205554,0.0,0.053633132848008,0.0,0.024968288852519 -2422,0.5,0.255951455205554,0.0,0.0495611976370679,0.0,0.00824946961061749 -2423,0.5,0.255951455205554,0.0,0.0374508572431825,0.0,0.00872339436746038 -2424,0.5,0.255951455205554,0.0,0.0293053577671967,0.0,0.0182333006700775 -2425,0.5,0.255951455205554,0.0,0.0222105738522834,0.0,0.0349354591852009 -2426,0.5,0.255951455205554,0.0,0.0192850156583135,0.0,0.0620255632428825 -2427,0.5,0.255951455205554,0.0,0.0182847978087024,0.0,0.127222084213084 -2428,0.5,0.255951455205554,0.0,0.0178367580813717,0.0,0.203602031917178 -2429,0.5,0.255951455205554,0.0,0.0159112466853212,0.0,0.27176797689953 -2430,0.5,0.255951455205554,1.64971699121206e-05,0.0152085594578255,0.0,0.328458533680841 -2431,0.5,0.255951455205554,0.0308178186787652,0.018681408737578,0.0509376997141822,0.368236334192368 -2432,0.5,0.255951455205554,0.114898710278464,0.0287896200156489,0.162278904403046,0.399341022530546 -2433,0.5,0.255951455205554,0.213291970376139,0.0494213669824167,0.279479530257707,0.450217587592226 -2434,0.5,0.255951455205554,0.311187285329399,0.0748077515416269,0.395249096710249,0.520762737741767 -2435,0.5,0.255951455205554,0.390044164536389,0.0960938069522889,0.418105993441206,0.605153728902285 -2436,0.5,0.255951455205554,0.439309488063325,0.116635549146846,0.404381683008946,0.672546170173157 -2437,0.5,0.255951455205554,0.453605468862132,0.141711424052038,0.364390524337475,0.672344086220669 -2438,0.5,0.255951455205554,0.422735525489314,0.164916059249517,0.331008515569527,0.639096495094439 -2439,0.5,0.255951455205554,0.354365186252627,0.171436362699476,0.294363326191301,0.617743857061946 -2440,0.5,0.255951455205554,0.262549918580978,0.167541340416135,0.218855543576754,0.645644753486478 -2441,0.5,0.255951455205554,0.163510835214561,0.140340036418787,0.162881759990436,0.733088120530457 -2442,0.5,0.255951455205554,0.0790312092606114,0.10009853899254,0.070861822561533,0.808147880723122 -2443,0.5,0.255951455205554,0.00371106003100705,0.0824861685986488,0.0,0.877909066292717 -2444,0.5,0.255951455205554,0.0,0.0978801830170159,0.0,0.816642257384233 -2445,0.5,0.255951455205554,0.0,0.113787790240702,0.0,0.759763250239682 -2446,0.5,0.255951455205554,0.0,0.133978300323061,0.0,0.846363131167222 -2447,0.5,0.255951455205554,0.0,0.147210311632726,0.0,0.737200889717516 -2448,0.5,0.255951455205554,0.0,0.160762242585717,0.0,0.786876937511254 -2449,0.5,0.255951455205554,0.0,0.156757881911012,0.0,0.778221769829676 -2450,0.5,0.255951455205554,0.0,0.15841708909938,0.0,0.659100540772222 -2451,0.5,0.255951455205554,0.0,0.18926576856065,0.0,0.682760570402114 -2452,0.5,0.255951455205554,0.0,0.20308746001511,0.0,0.756021067141703 -2453,0.5,0.255951455205554,0.0,0.200805201997915,0.0,0.840448182506303 -2454,0.5,0.255951455205554,5.73831609281751e-05,0.219533579340066,0.0,0.863905235693077 -2455,0.5,0.255951455205554,0.0220495829379776,0.245169570413159,0.0542878129396998,0.887218350218184 -2456,0.5,0.255951455205554,0.0830153188186299,0.297745827761436,0.135987793372683,0.888734196878683 -2457,0.5,0.255951455205554,0.161998321702367,0.407017900442819,0.229315520186984,0.911501529068127 -2458,0.5,0.255951455205554,0.242799412085331,0.497466030779263,0.17130930790646,0.926237807488915 -2459,0.5,0.255951455205554,0.316995075055633,0.557645971414488,0.238537144376747,0.916225003005401 -2460,0.5,0.255951455205554,0.348257216517273,0.598533953180292,0.296801490509498,0.89767219658929 -2461,0.5,0.255951455205554,0.345636848747988,0.633945420601751,0.336417774089912,0.888494139333194 -2462,0.5,0.255951455205554,0.331723612416295,0.652385550014036,0.353259487481606,0.892270745909743 -2463,0.5,0.255951455205554,0.299842922968908,0.645246573741416,0.358132814460566,0.911681696705995 -2464,0.5,0.255951455205554,0.244487035110675,0.617755376353737,0.228548497647955,0.948688974793171 -2465,0.5,0.255951455205554,0.173029584903522,0.563994352444382,0.117961291249272,0.970314919074466 -2466,0.5,0.255951455205554,0.0877080535511643,0.452515964808108,0.046607888401914,0.970694553775995 -2467,0.5,0.255951455205554,0.00493537229067938,0.3382623154826,0.0,0.954636831193051 -2468,0.5,0.255951455205554,0.0,0.280084275383783,0.0,0.964252369447498 -2469,0.5,0.255951455205554,0.0,0.268369093107042,0.0,0.979511214080477 -2470,0.5,0.255951455205554,0.0,0.286407262637619,0.0,0.982932529091459 -2471,0.5,0.255951455205554,0.0,0.321580116727683,0.0,0.983435717287939 -2472,0.5,0.255951455205554,0.0,0.356619873549914,0.0,0.988907906377473 -2473,0.5,0.255951455205554,0.0,0.393479252342327,0.0,1.00090396909495 -2474,0.5,0.255951455205554,0.0,0.448919152837879,0.0,0.999592192999117 -2475,0.5,0.255951455205554,0.0,0.516758137486936,0.0,0.997730310148585 -2476,0.5,0.255951455205554,0.0,0.55892045611559,0.0,0.997750302211156 -2477,0.5,0.255951455205554,0.0,0.587876595554346,0.0,0.987646929193137 -2478,0.5,0.255951455205554,6.85983115551921e-05,0.629686015976599,0.0,0.985226725798964 -2479,0.5,0.255951455205554,0.0223843987645688,0.702557350484935,0.019058072814526,0.979021740649653 -2480,0.5,0.255951455205554,0.0775578208550025,0.775076401941367,0.0780558909697859,0.985670148969089 -2481,0.5,0.255951455205554,0.135597428575574,0.839663867017955,0.220124410122998,0.990181984110439 -2482,0.5,0.255951455205554,0.18323739256461,0.881881065843449,0.100370038432517,0.973750329457802 -2483,0.5,0.255951455205554,0.202436130628291,0.892877804217864,0.462492435130014,0.960970117669455 -2484,0.5,0.255951455205554,0.200892752437621,0.903054643059316,0.698960489164016,0.983668557436013 -2485,0.5,0.255951455205554,0.207393751253615,0.920384827965564,0.701358180758384,0.996016080569428 -2486,0.5,0.255951455205554,0.200398270952665,0.920298804719855,0.260012043453001,0.979947216411601 -2487,0.5,0.255951455205554,0.179347990382806,0.91527944507501,0.421505938982525,0.978952557880429 -2488,0.5,0.255951455205554,0.159475436854029,0.917911338536338,0.374610208485337,0.994957754829542 -2489,0.5,0.255951455205554,0.103700664241027,0.902679448186651,0.167628860178336,0.979704408191496 -2490,0.5,0.255951455205554,0.0450310058831781,0.855657436563495,0.107616348741714,0.956143188123385 -2491,0.5,0.255951455205554,0.00332206270370798,0.793009794172136,0.0323174874492639,0.946183531624314 -2492,0.5,0.255951455205554,0.0,0.735050558406687,0.0,0.946921346792692 -2493,0.5,0.255951455205554,0.0,0.711168490208027,0.0,0.952843439371871 -2494,0.5,0.255951455205554,0.0,0.722594477378687,0.0,0.951616446647271 -2495,0.5,0.255951455205554,0.0,0.719188153686228,0.0,0.968228742393896 -2496,0.5,0.255951455205554,0.0,0.706111028687514,0.0,0.984380862430447 -2497,0.5,0.255951455205554,0.0,0.686565098371663,0.0,0.987942756628517 -2498,0.5,0.255951455205554,0.0,0.662520810530495,0.0,0.981855545866249 -2499,0.5,0.255951455205554,0.0,0.636456801420115,0.0,0.97423112254828 -2500,0.5,0.255951455205554,0.0,0.594513833325822,0.0,0.973600260331396 -2501,0.5,0.255951455205554,0.0,0.570917404579848,0.0,0.976072563641557 -2502,0.5,0.255951455205554,0.000166664090970777,0.545771052288196,0.0,0.974626308997098 -2503,0.5,0.255951455205554,0.0282352831182328,0.551480425476743,0.0691947593054838,0.973799978143697 -2504,0.5,0.255951455205554,0.0930818293022382,0.617651022013128,0.206414571931066,0.976075941569452 -2505,0.5,0.255951455205554,0.16783460316531,0.694760740063114,0.360761417281295,0.978013784089788 -2506,0.5,0.255951455205554,0.228963844358891,0.731710084146285,0.515384466007753,0.974318764838835 -2507,0.5,0.255951455205554,0.275330270916966,0.739410078391499,0.649520041365151,0.957359991785249 -2508,0.5,0.255951455205554,0.296537187000836,0.728471146691751,0.724708830887089,0.918579896809309 -2509,0.5,0.255951455205554,0.300453080857673,0.711222669400124,0.751733258253762,0.872355048463859 -2510,0.5,0.255951455205554,0.286264328989584,0.692971711131132,0.735823003577576,0.81372249287972 -2511,0.5,0.255951455205554,0.253016056640202,0.663661579009797,0.642508418246685,0.771140526708133 -2512,0.5,0.255951455205554,0.210105970533871,0.619293713090975,0.528612241499241,0.689362788464384 -2513,0.5,0.255951455205554,0.142999777731333,0.530561938511344,0.372049801089379,0.587099291820924 -2514,0.5,0.255951455205554,0.0747625725878366,0.375864663629638,0.214357946090302,0.488678633494037 -2515,0.5,0.255951455205554,0.00716993081229213,0.244356819063077,0.0336765566964956,0.386844957755258 -2516,0.5,0.255951455205554,0.0,0.182157657986298,0.0,0.295715796180121 -2517,0.5,0.255951455205554,0.0,0.144682381408945,0.0,0.212670886963979 -2518,0.5,0.255951455205554,0.0,0.115096835991128,0.0,0.14318616175319 -2519,0.5,0.255951455205554,0.0,0.0939588876438679,0.0,0.0890329329921205 -2520,0.5,0.255951455205554,0.0,0.0784546786775497,0.0,0.0533403052555769 -2521,0.5,0.255951455205554,0.0,0.0646919949794525,0.0,0.0310253252139481 -2522,0.5,0.255951455205554,0.0,0.0518793178402969,0.0,0.0184844999029421 -2523,0.5,0.255951455205554,0.0,0.041434807146021,0.0,0.0116910884315183 -2524,0.5,0.255951455205554,0.0,0.0355479107343822,0.0,0.00547671934874184 -2525,0.5,0.255951455205554,0.0,0.0324306247362061,0.0,0.00145281185490021 -2526,0.5,0.255951455205554,0.000270108803120884,0.0309724965608238,2.99063269450116e-05,0.00184924955798965 -2527,0.5,0.255951455205554,0.0498255334490781,0.0344909597588959,0.0712721036233203,0.00416849884249582 -2528,0.5,0.255951455205554,0.155025922494103,0.0495482694085669,0.206916782893615,0.00549938064594382 -2529,0.5,0.255951455205554,0.270732029578052,0.0752878215888402,0.355738053629985,0.00506171390934305 -2530,0.5,0.255951455205554,0.36754260895359,0.0944128206320249,0.501511424693468,0.00361967467453412 -2531,0.5,0.255951455205554,0.444548962809962,0.0967951324919062,0.628054550196037,0.00535736722259092 -2532,0.5,0.255951455205554,0.48125953995972,0.0951665654051774,0.704630382641695,0.0118948404441789 -2533,0.5,0.255951455205554,0.496681732962317,0.0960376527137527,0.730052814233635,0.0175868841078982 -2534,0.5,0.255951455205554,0.490023772597956,0.0978261473924612,0.707528330829144,0.0181300055455824 -2535,0.5,0.255951455205554,0.4383100257593,0.094568828308338,0.623814381787062,0.0183326839938527 -2536,0.5,0.255951455205554,0.357929675905218,0.0880710997305706,0.497949399068715,0.0202693519217056 -2537,0.5,0.255951455205554,0.257581019389478,0.0778541687773366,0.360251515279924,0.0173254457842393 -2538,0.5,0.255951455205554,0.139108292900687,0.0583935012859321,0.198947588142984,0.0188546681822969 -2539,0.5,0.255951455205554,0.013048664589328,0.0342113267171648,0.0403128288710483,0.0404668370273777 -2540,0.5,0.255951455205554,0.0,0.0360001886445165,0.0,0.0691456368766552 -2541,0.5,0.255951455205554,0.0,0.0393873899599992,0.0,0.109481654257101 -2542,0.5,0.255951455205554,0.0,0.0428954956227583,0.0,0.187620797356977 -2543,0.5,0.255951455205554,0.0,0.0448778086626463,0.0,0.268033106249426 -2544,0.5,0.255951455205554,0.0,0.0514245181828687,0.0,0.366934962739276 -2545,0.5,0.255951455205554,0.0,0.0575701545779374,0.0,0.491956580133973 -2546,0.5,0.255951455205554,0.0,0.0611144802527917,0.0,0.588781751342724 -2547,0.5,0.255951455205554,0.0,0.0618016162309349,0.0,0.663456996201859 -2548,0.5,0.255951455205554,0.0,0.0616007207286259,0.0,0.689969483367843 -2549,0.5,0.255951455205554,0.0,0.0639841913869237,0.0,0.672048222373081 -2550,0.5,0.255951455205554,0.000934389325815368,0.0684489887356372,0.000805242495315625,0.65934122544926 -2551,0.5,0.255951455205554,0.0714844911923843,0.0765135362844427,0.0726512765294079,0.663314026634892 -2552,0.5,0.255951455205554,0.205794625708647,0.118136529922575,0.195708837153135,0.704474323446844 -2553,0.5,0.255951455205554,0.357619720116415,0.192608507939408,0.330847532123715,0.736545595173896 -2554,0.5,0.255951455205554,0.510873689690175,0.267653562926824,0.468349048312665,0.74356755483884 -2555,0.5,0.255951455205554,0.634010235968087,0.322373878588592,0.579028631307061,0.78530028729881 -2556,0.5,0.255951455205554,0.702469822972312,0.360133824417346,0.611186985113703,0.847442857330546 -2557,0.5,0.255951455205554,0.724218895631258,0.395219154710674,0.646090115407562,0.904458712008892 -2558,0.5,0.255951455205554,0.700523355695139,0.426733380355041,0.620296069552899,0.924494519264788 -2559,0.5,0.255951455205554,0.620867548494329,0.450813085310466,0.505223522942412,0.94558711854634 -2560,0.5,0.255951455205554,0.485367183768107,0.453347893286394,0.36465575766939,0.947709287879754 -2561,0.5,0.255951455205554,0.330701170557538,0.408022600222997,0.143559910528103,0.945277123093339 -2562,0.5,0.255951455205554,0.169101090214695,0.301949278297263,0.087802385926684,0.841303304922942 -2563,0.5,0.255951455205554,0.012980018188757,0.269980129054262,0.0242701297188098,0.84571703740064 -2564,0.5,0.255951455205554,0.0,0.27811416892334,0.0,0.926611773654835 -2565,0.5,0.255951455205554,0.0,0.270480137646356,0.0,0.926022290363575 -2566,0.5,0.255951455205554,0.0,0.280090655768369,0.0,0.94423434747095 -2567,0.5,0.255951455205554,0.0,0.29125484602802,0.0,0.950039605245774 -2568,0.5,0.255951455205554,0.0,0.309670569455493,0.0,0.926193173786904 -2569,0.5,0.255951455205554,0.0,0.309883709900641,0.0,0.930416018648108 -2570,0.5,0.255951455205554,0.0,0.292275799539613,0.0,0.939892326409305 -2571,0.5,0.255951455205554,0.0,0.265395026983271,0.0,0.95299714166125 -2572,0.5,0.255951455205554,0.0,0.247223317722643,0.0,0.936059324141373 -2573,0.5,0.255951455205554,0.0,0.241910485437468,0.0,0.916878414702749 -2574,0.5,0.255951455205554,0.000770413010338114,0.230918330554741,0.00119440306093242,0.908277136700316 -2575,0.5,0.255951455205554,0.0502611469091042,0.229472422342636,0.0637098050025828,0.901913099329853 -2576,0.5,0.255951455205554,0.140828751970749,0.285977531189807,0.196723810972659,0.900328093519288 -2577,0.5,0.255951455205554,0.24043294040424,0.380038992370244,0.35091324413614,0.904115780394233 -2578,0.5,0.255951455205554,0.329342522465669,0.433342772178687,0.475825335722519,0.908117196515009 -2579,0.5,0.255951455205554,0.390912645542897,0.456817222755752,0.499640461549051,0.908627295262741 -2580,0.5,0.255951455205554,0.434706010725543,0.468758164282103,0.499337119844726,0.908916365299731 -2581,0.5,0.255951455205554,0.458434798473618,0.451810104528805,0.527937995634371,0.903974371802085 -2582,0.5,0.255951455205554,0.416054008259939,0.437008774549185,0.192517630298146,0.898837551832211 -2583,0.5,0.255951455205554,0.370847334781563,0.421854490846536,0.212046047151564,0.889527800638344 -2584,0.5,0.255951455205554,0.290033119777575,0.399142638465296,0.211070185567426,0.885948588273739 -2585,0.5,0.255951455205554,0.19511225729904,0.360095342961478,0.192584233616574,0.878690449572249 -2586,0.5,0.255951455205554,0.095247524262078,0.286446947792322,0.0239179791136195,0.848144999666899 -2587,0.5,0.255951455205554,0.00747323472681508,0.203233267409172,0.0229199976275596,0.757179030973853 -2588,0.5,0.255951455205554,0.0,0.155062341228609,0.0,0.583690153649809 -2589,0.5,0.255951455205554,0.0,0.129567386284067,0.0,0.342090125405699 -2590,0.5,0.255951455205554,0.0,0.120021897548534,0.0,0.235421974501544 -2591,0.5,0.255951455205554,0.0,0.11736189797219,0.0,0.230062286103974 -2592,0.5,0.255951455205554,0.0,0.124012697779424,0.0,0.224485039167801 -2593,0.5,0.255951455205554,0.0,0.132647820238588,0.0,0.215403354487189 -2594,0.5,0.255951455205554,0.0,0.12955647808418,0.0,0.268400617103553 -2595,0.5,0.255951455205554,0.0,0.11496601589099,0.0,0.328887195925669 -2596,0.5,0.255951455205554,0.0,0.0991869502961887,0.0,0.315798074525167 -2597,0.5,0.255951455205554,0.0,0.0936383191450181,0.0,0.257762856660956 -2598,0.5,0.255951455205554,0.000950496022032736,0.100331695186794,0.00247844906856339,0.206115272843722 -2599,0.5,0.255951455205554,0.0522712153729389,0.120987357436317,0.0779718877028408,0.206881703732555 -2600,0.5,0.255951455205554,0.13928356546054,0.199215620034391,0.20967233329614,0.282759723815333 -2601,0.5,0.255951455205554,0.234053428236842,0.320787264945463,0.354528389720765,0.399909138650602 -2602,0.5,0.255951455205554,0.328537474518863,0.434444736787928,0.501999644786243,0.500376824302285 -2603,0.5,0.255951455205554,0.398876531019401,0.542773562662214,0.628668644117191,0.511591088201232 -2604,0.5,0.255951455205554,0.433498041507502,0.654327143965469,0.699950439986579,0.439102501938006 -2605,0.5,0.255951455205554,0.428519886097326,0.742983001694854,0.705892599258666,0.384933791114639 -2606,0.5,0.255951455205554,0.394410782033124,0.795855829007863,0.688524570323912,0.369329626953149 -2607,0.5,0.255951455205554,0.318655421535932,0.820261499857939,0.637427016280257,0.344347927930782 -2608,0.5,0.255951455205554,0.22528828802757,0.807602640913043,0.510253027836292,0.348214011774185 -2609,0.5,0.255951455205554,0.151235174998767,0.753816447623627,0.370568805803273,0.371738442901457 -2610,0.5,0.255951455205554,0.0831490826026458,0.622380071538206,0.21348480361493,0.404462660045153 -2611,0.5,0.255951455205554,0.00974631710296404,0.501721023635238,0.044121197685467,0.449381281014959 -2612,0.5,0.255951455205554,0.0,0.455972503101897,0.0,0.518942711629025 -2613,0.5,0.255951455205554,0.0,0.419670882794963,0.0,0.574326580212265 -2614,0.5,0.255951455205554,0.0,0.391765104116216,0.0,0.626944045348177 -2615,0.5,0.255951455205554,0.0,0.366687965991072,0.0,0.725062996526659 -2616,0.5,0.255951455205554,0.0,0.34839961130314,0.0,0.810467840172283 -2617,0.5,0.255951455205554,0.0,0.32594338407125,0.0,0.82759987652148 -2618,0.5,0.255951455205554,0.0,0.303084409517508,0.0,0.820923860101084 -2619,0.5,0.255951455205554,0.0,0.27687451760265,0.0,0.816617038498374 -2620,0.5,0.255951455205554,0.0,0.25827639926527,0.0,0.818110303855944 -2621,0.5,0.255951455205554,0.0,0.256783200706361,0.0,0.814246618692575 -2622,0.5,0.255951455205554,0.000820705584622928,0.257989974944742,0.00307405668290878,0.793973627998274 -2623,0.5,0.255951455205554,0.0244907684571,0.277699277930653,0.0778357661730189,0.807248294227403 -2624,0.5,0.255951455205554,0.0716296912902805,0.341905660712791,0.207878901770312,0.85943306187009 -2625,0.5,0.255951455205554,0.127568366414699,0.428619252348436,0.35180997147591,0.90563022191178 -2626,0.5,0.255951455205554,0.185157045771598,0.481082332370133,0.492962052781663,0.913495641663289 -2627,0.5,0.255951455205554,0.228310006742684,0.534457594128195,0.616742571521147,0.907108567690461 -2628,0.5,0.255951455205554,0.245629759284519,0.567567858571539,0.678693157427621,0.894688579397987 -2629,0.5,0.255951455205554,0.244789387451475,0.581361753498918,0.710143422995098,0.874485467990553 -2630,0.5,0.255951455205554,0.240134017927018,0.569469044034178,0.680911084624086,0.842949630969859 -2631,0.5,0.255951455205554,0.214012195303288,0.537743129971144,0.526111085956316,0.771104717493656 -2632,0.5,0.255951455205554,0.16973042736628,0.494835439796296,0.461247795052303,0.684575423439189 -2633,0.5,0.255951455205554,0.113173245645088,0.424091589513274,0.361842458136307,0.621063702795641 -2634,0.5,0.255951455205554,0.0573862795284478,0.322472415417417,0.210447949609003,0.567957320450272 -2635,0.5,0.255951455205554,0.00906268026836468,0.226090024353397,0.0481198069073579,0.557133868563057 -2636,0.5,0.255951455205554,0.0,0.180829617833839,0.0,0.526164084013242 -2637,0.5,0.255951455205554,0.0,0.151448712305,0.0,0.4567286326292 -2638,0.5,0.255951455205554,0.0,0.135575820172297,0.0,0.411037978312758 -2639,0.5,0.255951455205554,0.0,0.131013552325481,0.0,0.398546423657021 -2640,0.5,0.255951455205554,0.0,0.126074272031398,0.0,0.439022458925889 -2641,0.5,0.255951455205554,0.0,0.12261158447497,0.0,0.491056844448305 -2642,0.5,0.255951455205554,0.0,0.122734674427074,0.0,0.514205119647128 -2643,0.5,0.255951455205554,0.0,0.122327589052058,0.0,0.534269724058314 -2644,0.5,0.255951455205554,0.0,0.120228516952991,0.0,0.51667162610828 -2645,0.5,0.255951455205554,0.0,0.117960417687283,0.0,0.473272029449823 -2646,0.5,0.255951455205554,0.000612411353074182,0.116960588656721,0.0022349883388683,0.470278518002284 -2647,0.5,0.255951455205554,0.0229309549278481,0.129182694859472,0.0551700044319396,0.523430919267196 -2648,0.5,0.255951455205554,0.0725941929447885,0.167743969455941,0.15167151909428,0.569610369212976 -2649,0.5,0.255951455205554,0.137774074437662,0.207792532335579,0.238884151031842,0.595397148168779 -2650,0.5,0.255951455205554,0.20000896233134,0.237947763343447,0.199708869403525,0.589034930378426 -2651,0.5,0.255951455205554,0.272935467886825,0.256120047147793,0.142863581383226,0.577084758471193 -2652,0.5,0.255951455205554,0.324884478600973,0.264518220678835,0.096280820120153,0.623486193400674 -2653,0.5,0.255951455205554,0.325295860890865,0.271420430175301,0.0447706541185791,0.574477697603022 -2654,0.5,0.255951455205554,0.297059965219411,0.279249790512588,0.0312843968261579,0.601887332733617 -2655,0.5,0.255951455205554,0.253586931682413,0.265117668844625,0.0326902504810268,0.736649250035229 -2656,0.5,0.255951455205554,0.192194285476141,0.25185561245048,0.0463768422190041,0.779520195119928 -2657,0.5,0.255951455205554,0.130332704021348,0.231306047452564,0.0394965797071444,0.777476603677704 -2658,0.5,0.255951455205554,0.0730602639749208,0.201710942651616,0.0264463695792131,0.815998513392987 -2659,0.5,0.255951455205554,0.011322622682172,0.174182206848205,0.00773044516696687,0.816175363526095 -2660,0.5,0.255951455205554,0.0,0.154413917352593,0.0,0.813099987144631 -2661,0.5,0.255951455205554,0.0,0.136759998574628,0.0,0.839657468870343 -2662,0.5,0.255951455205554,0.0,0.121209724403126,0.0,0.787236434403481 -2663,0.5,0.255951455205554,0.0,0.110299916869917,0.0,0.724215152344029 -2664,0.5,0.255951455205554,0.0,0.0990753494183638,0.0,0.655496482304472 -2665,0.5,0.255951455205554,0.0,0.0832442743488146,0.0,0.638695195255662 -2666,0.5,0.255951455205554,0.0,0.0667207242256489,0.0,0.584875280554006 -2667,0.5,0.255951455205554,0.0,0.0572593490360558,0.0,0.522423252827828 -2668,0.5,0.255951455205554,0.0,0.0528528057182584,0.0,0.449528853921244 -2669,0.5,0.255951455205554,0.0,0.0508225245148047,0.0,0.364373541537537 -2670,0.5,0.255951455205554,0.00137746576795944,0.047837935958256,0.00065339797550702,0.353451749374596 -2671,0.5,0.255951455205554,0.03996002859982,0.0461926249636653,0.0065213030554717,0.388223677907279 -2672,0.5,0.255951455205554,0.118399671802521,0.0483651102433092,0.0214052625648878,0.398567946697612 -2673,0.5,0.255951455205554,0.220519856572934,0.0600480574402442,0.031775356299317,0.382603363014302 -2674,0.5,0.255951455205554,0.323909789205454,0.0793584269196212,0.044491382523774,0.347640030992939 -2675,0.5,0.255951455205554,0.389600533196856,0.08612725456611,0.114449074958095,0.332574839398135 -2676,0.5,0.255951455205554,0.431811491639716,0.0905391161417856,0.202976503639404,0.317795090805815 -2677,0.5,0.255951455205554,0.442332468601007,0.0893358049905901,0.28391368964947,0.309436977183356 -2678,0.5,0.255951455205554,0.415212463487182,0.0861920078840124,0.275069252841931,0.31565045267044 -2679,0.5,0.255951455205554,0.378529088599996,0.0838020733774506,0.240872090829518,0.308412020530037 -2680,0.5,0.255951455205554,0.313957176232037,0.0812323877740731,0.286425164969511,0.257390220631395 -2681,0.5,0.255951455205554,0.23538473034389,0.0870842238940329,0.220707825900635,0.196899884210271 -2682,0.5,0.255951455205554,0.137283391388817,0.0851001110851058,0.112671479200367,0.157675596812747 -2683,0.5,0.255951455205554,0.0217991144475387,0.100065080876864,0.0268230071008351,0.158942136478524 -2684,0.5,0.255951455205554,0.0,0.101519772710897,0.0,0.184175052405467 -2685,0.5,0.255951455205554,0.0,0.091551657473251,0.0,0.212385923261981 -2686,0.5,0.255951455205554,0.0,0.0822594743110592,0.0,0.250243598673673 -2687,0.5,0.255951455205554,0.0,0.0753625465358091,0.0,0.306832211156513 -2688,0.5,0.255951455205554,0.0,0.0694447858054865,0.0,0.353981310953899 -2689,0.5,0.255951455205554,0.0,0.0663577381021761,0.0,0.320789967321012 -2690,0.5,0.255951455205554,0.0,0.0646598668830696,0.0,0.27470452999325 -2691,0.5,0.255951455205554,0.0,0.0639564026711458,0.0,0.258575887625342 -2692,0.5,0.255951455205554,0.0,0.0643324080715123,0.0,0.272048201174332 -2693,0.5,0.255951455205554,0.0,0.0647465396350303,0.0,0.283327325201785 -2694,0.5,0.255951455205554,0.00220952352675308,0.0664662010766403,0.00460094240367534,0.289911355711589 -2695,0.5,0.255951455205554,0.0624732550937507,0.0727122147774007,0.0775923805260364,0.289005065076464 -2696,0.5,0.255951455205554,0.157738691555467,0.0920369027188479,0.177003213423549,0.293297892893242 -2697,0.5,0.255951455205554,0.259738435171655,0.117154567788694,0.225668402636833,0.307567120050941 -2698,0.5,0.255951455205554,0.351137554641369,0.137488359140093,0.301024741688768,0.317797503498385 -2699,0.5,0.255951455205554,0.399281114393169,0.157502363767451,0.332105436570527,0.301774651562892 -2700,0.5,0.255951455205554,0.386070586784687,0.181175616522112,0.377819841847259,0.289424814246821 -2701,0.5,0.255951455205554,0.352399170289585,0.211712024969214,0.358127857209868,0.3075731408715 -2702,0.5,0.255951455205554,0.335761751889285,0.236967366202314,0.257398976151303,0.345070608665366 -2703,0.5,0.255951455205554,0.297111079738589,0.247687036661022,0.27049064004474,0.396872858189424 -2704,0.5,0.255951455205554,0.226554033047723,0.236708243781045,0.233771493950104,0.456479185748621 -2705,0.5,0.255951455205554,0.150553001911723,0.225161713050502,0.142684491183487,0.493437674609328 -2706,0.5,0.255951455205554,0.0803969932986122,0.20763511798691,0.0584309078260246,0.557533779169585 -2707,0.5,0.255951455205554,0.018498733529322,0.194739322239395,0.00934148925233505,0.672664324263487 -2708,0.5,0.255951455205554,0.0,0.192271317047396,0.0,0.743588142686073 -2709,0.5,0.255951455205554,0.0,0.199498540451641,0.0,0.802928886379428 -2710,0.5,0.255951455205554,0.0,0.206364310358977,0.0,0.825643911081313 -2711,0.5,0.255951455205554,0.0,0.209840467881406,0.0,0.830566160576063 -2712,0.5,0.255951455205554,0.0,0.205377901820517,0.0,0.84406528118164 -2713,0.5,0.255951455205554,0.0,0.190135109715355,0.0,0.876734993902487 -2714,0.5,0.255951455205554,0.0,0.174630008034322,0.0,0.860283553031723 -2715,0.5,0.255951455205554,0.0,0.16346674826938,0.0,0.783328325293217 -2716,0.5,0.255951455205554,0.0,0.153126760024987,0.0,0.719133256597052 -2717,0.5,0.255951455205554,0.0,0.142329601244502,0.0,0.716421952982462 -2718,0.5,0.255951455205554,0.00145125987222175,0.134046476282078,0.00162279176159939,0.69370197480859 -2719,0.5,0.255951455205554,0.0308856071572533,0.130738794705189,0.0383808484449773,0.605734681694249 -2720,0.5,0.255951455205554,0.0801535654125857,0.133793815618753,0.11590666172456,0.47307491602672 -2721,0.5,0.255951455205554,0.138701998203172,0.144474956003025,0.206202869819212,0.374399257505322 -2722,0.5,0.255951455205554,0.196558955660762,0.1537789556737,0.345099583871728,0.315996923812761 -2723,0.5,0.255951455205554,0.247417347537743,0.168075651611477,0.413726760149831,0.278689961399565 -2724,0.5,0.255951455205554,0.2765433773633,0.189085892874114,0.448573386334026,0.218149972329499 -2725,0.5,0.255951455205554,0.295404448736812,0.215562559149081,0.446814115155031,0.172290714020002 -2726,0.5,0.255951455205554,0.31570502540683,0.239213713475557,0.385742577999262,0.144909115825286 -2727,0.5,0.255951455205554,0.289269962104364,0.244168212276931,0.342003716297656,0.13697925830256 -2728,0.5,0.255951455205554,0.225669037001265,0.236256731300232,0.273667753617187,0.132292277912674 -2729,0.5,0.255951455205554,0.148643832053868,0.21591298073421,0.102054226787636,0.12794018992008 -2730,0.5,0.255951455205554,0.0782288271038156,0.195675293931942,0.0392692651111104,0.119587947191045 -2731,0.5,0.255951455205554,0.0148014928125888,0.178931751533702,0.00902932003960333,0.114812724233835 -2732,0.5,0.255951455205554,3.10860582855511e-07,0.172483981115205,0.0,0.112680660214959 -2733,0.5,0.255951455205554,0.0,0.168719488705075,0.0,0.127892642521697 -2734,0.5,0.255951455205554,0.0,0.164554719762103,0.0,0.161497764118861 -2735,0.5,0.255951455205554,0.0,0.159232694531565,0.0,0.215084791600206 -2736,0.5,0.255951455205554,0.0,0.149801860789538,0.0,0.264458619060673 -2737,0.5,0.255951455205554,0.0,0.138826904172769,0.0,0.262919472686173 -2738,0.5,0.255951455205554,0.0,0.131156296344691,0.0,0.217962777296661 -2739,0.5,0.255951455205554,0.0,0.128542087440446,0.0,0.178617751642046 -2740,0.5,0.255951455205554,0.0,0.130236710345959,0.0,0.176773647784996 -2741,0.5,0.255951455205554,0.0,0.127547726613774,0.0,0.204069435687547 -2742,0.5,0.255951455205554,0.00382034572979454,0.12722143290455,0.00713240038331502,0.224769338685103 -2743,0.5,0.255951455205554,0.055952612957338,0.145159155845206,0.0903924391455605,0.237652813762075 -2744,0.5,0.255951455205554,0.145223453279932,0.204817041924959,0.212543868069623,0.249586347073884 -2745,0.5,0.255951455205554,0.258306540412898,0.274593458864492,0.324400860338316,0.270961544891491 -2746,0.5,0.255951455205554,0.37940497502031,0.350750902957431,0.419018091338351,0.305007192865911 -2747,0.5,0.255951455205554,0.467500218302957,0.443886498781785,0.509304413275192,0.348968758893312 -2748,0.5,0.255951455205554,0.505349013489437,0.499685528259281,0.596026753826214,0.397444520153349 -2749,0.5,0.255951455205554,0.506556839816116,0.509143448816482,0.663060367834845,0.453932567537172 -2750,0.5,0.255951455205554,0.483207153602768,0.492535710636699,0.693447332551695,0.525803126697664 -2751,0.5,0.255951455205554,0.421806886687077,0.466662313720791,0.636005256531175,0.542948975272783 -2752,0.5,0.255951455205554,0.330820056425271,0.445758180893484,0.514066696207544,0.496346319485792 -2753,0.5,0.255951455205554,0.223432817496021,0.407439034273704,0.378286645383587,0.454041177595389 -2754,0.5,0.255951455205554,0.121278735522773,0.317704449511963,0.226100513976029,0.459072395050109 -2755,0.5,0.255951455205554,0.0280854877839789,0.241333116689723,0.063211145403979,0.537445984847155 -2756,0.5,0.255951455205554,1.12975439748944e-07,0.215248952964724,0.0,0.721355802190908 -2757,0.5,0.255951455205554,0.0,0.189457651670812,0.0,0.791264590655787 -2758,0.5,0.255951455205554,0.0,0.157463734166732,0.0,0.787038499534867 -2759,0.5,0.255951455205554,0.0,0.130545971403622,0.0,0.732994951343202 -2760,0.5,0.255951455205554,0.0,0.111545491284218,0.0,0.664014602613434 -2761,0.5,0.255951455205554,0.0,0.0957767670667876,0.0,0.599398984182709 -2762,0.5,0.255951455205554,0.0,0.0814962179178382,0.0,0.565415282916144 -2763,0.5,0.255951455205554,0.0,0.0740818914204072,0.0,0.597976576833723 -2764,0.5,0.255951455205554,0.0,0.0741295012293703,0.0,0.607582174882057 -2765,0.5,0.255951455205554,0.0,0.076745185043682,0.0,0.54454176169906 -2766,0.5,0.255951455205554,0.00250071320073085,0.0786991823114511,0.00970735914962397,0.501374335419535 -2767,0.5,0.255951455205554,0.0371473746662903,0.085025254481919,0.0952340127184463,0.539574682233795 -2768,0.5,0.255951455205554,0.0943658404172269,0.118548385062055,0.225463683931744,0.625919348588473 -2769,0.5,0.255951455205554,0.164679050256976,0.177182464435838,0.365335420359983,0.667554836772636 -2770,0.5,0.255951455205554,0.237551680855783,0.220221251284948,0.509599558286752,0.699244661724372 -2771,0.5,0.255951455205554,0.304918616780434,0.263597033781548,0.630463694497959,0.72244167419654 -2772,0.5,0.255951455205554,0.351295706395917,0.291228522693607,0.699055143705363,0.733536363613275 -2773,0.5,0.255951455205554,0.36490869391653,0.296388759653867,0.725408517755698,0.743090048856953 -2774,0.5,0.255951455205554,0.343783984030596,0.294946796015526,0.695879649936126,0.747495748468979 -2775,0.5,0.255951455205554,0.301738260554196,0.298727571131824,0.621698655751693,0.753803598964036 -2776,0.5,0.255951455205554,0.248661003042938,0.298700386362493,0.501475089635028,0.769507195361082 -2777,0.5,0.255951455205554,0.185159170033788,0.281138722652764,0.368062045549067,0.786199634964274 -2778,0.5,0.255951455205554,0.108122844097652,0.227299445410217,0.220145458460285,0.80170896192574 -2779,0.5,0.255951455205554,0.0260265235473469,0.168388490145801,0.0658326758182151,0.811420264272042 -2780,0.5,0.255951455205554,9.25765149248585e-09,0.155273388931427,0.0,0.819444221528405 -2781,0.5,0.255951455205554,0.0,0.151508258755551,0.0,0.833310934052455 -2782,0.5,0.255951455205554,0.0,0.150994024259842,0.0,0.836923811543185 -2783,0.5,0.255951455205554,0.0,0.151042615114341,0.0,0.830726098986402 -2784,0.5,0.255951455205554,0.0,0.147403233176946,0.0,0.809899103426587 -2785,0.5,0.255951455205554,0.0,0.143219399220493,0.0,0.768462130202382 -2786,0.5,0.255951455205554,0.0,0.137061796640137,0.0,0.722069399881371 -2787,0.5,0.255951455205554,0.0,0.12547804188124,0.0,0.722819760701947 -2788,0.5,0.255951455205554,0.0,0.120747017644024,0.0,0.692607039487022 -2789,0.5,0.255951455205554,0.0,0.125270116029273,0.0,0.699515769753385 -2790,0.5,0.255951455205554,0.00311588549408277,0.134938750216569,0.0123051369064703,0.695749358680887 -2791,0.5,0.255951455205554,0.0330811674825969,0.160135764825794,0.0965082357703101,0.704869650184595 -2792,0.5,0.255951455205554,0.0764857212183583,0.219184171273982,0.225625767182508,0.733773939403051 -2793,0.5,0.255951455205554,0.123405492447687,0.278503339913737,0.363255065908637,0.765549926426713 -2794,0.5,0.255951455205554,0.171723720260818,0.320961518777419,0.504339927424702,0.753189972835298 -2795,0.5,0.255951455205554,0.208649596896792,0.35540723446038,0.606324432387925,0.722221086298099 -2796,0.5,0.255951455205554,0.23203618060214,0.391256424597058,0.650987815555133,0.69973331861032 -2797,0.5,0.255951455205554,0.239755924695909,0.423145432740234,0.679113220075124,0.691943226858324 -2798,0.5,0.255951455205554,0.223623101977969,0.439576124245112,0.666354371422956,0.659957426799122 -2799,0.5,0.255951455205554,0.195741566041023,0.436725342835939,0.597294167377394,0.632126037101388 -2800,0.5,0.255951455205554,0.148915476118293,0.421456786291752,0.473736271513866,0.634019848175414 -2801,0.5,0.255951455205554,0.0995780624381531,0.368207120897602,0.346311455541239,0.657281081033515 -2802,0.5,0.255951455205554,0.0523959467104534,0.300735350135438,0.21282311818713,0.667143513860586 -2803,0.5,0.255951455205554,0.0144416024743388,0.255211687343443,0.0686778423829507,0.684383188164344 -2804,0.5,0.255951455205554,2.17058465574718e-06,0.226662955070287,0.0,0.711013500748069 -2805,0.5,0.255951455205554,0.0,0.204132168404385,0.0,0.766650891178466 -2806,0.5,0.255951455205554,0.0,0.181606191234311,0.0,0.747433946001095 -2807,0.5,0.255951455205554,0.0,0.164400891547713,0.0,0.728540033137735 -2808,0.5,0.255951455205554,0.0,0.148609550416783,0.0,0.700231626252346 -2809,0.5,0.255951455205554,0.0,0.132590825533195,0.0,0.672801896444189 -2810,0.5,0.255951455205554,0.0,0.116580364986234,0.0,0.626896989873911 -2811,0.5,0.255951455205554,0.0,0.103084758294857,0.0,0.578814882277693 -2812,0.5,0.255951455205554,0.0,0.0932806884252652,0.0,0.551096845189341 -2813,0.5,0.255951455205554,0.0,0.0850432669131209,0.0,0.550089574647931 -2814,0.5,0.255951455205554,0.00546161854609036,0.0768017669285166,0.0151125435712038,0.525667139682004 -2815,0.5,0.255951455205554,0.0393719962551636,0.0762205817288536,0.0990045540489253,0.4845517375994 -2816,0.5,0.255951455205554,0.0952790433293172,0.107705275430827,0.228617212906094,0.443334773391223 -2817,0.5,0.255951455205554,0.160204894498008,0.142282119119973,0.367599794186404,0.40614421113314 -2818,0.5,0.255951455205554,0.228832216213736,0.169859986699199,0.512170584276942,0.374702487330068 -2819,0.5,0.255951455205554,0.28366835347019,0.191122390055958,0.633281116074265,0.316118451447976 -2820,0.5,0.255951455205554,0.30681694009269,0.208026227834944,0.701530694981385,0.241701564689704 -2821,0.5,0.255951455205554,0.315202088503891,0.197821052485224,0.728624326799591,0.176689916209314 -2822,0.5,0.255951455205554,0.298349037142545,0.179191343665953,0.70944518640128,0.145111735445205 -2823,0.5,0.255951455205554,0.264168974886665,0.1658210229475,0.639745938086866,0.131969707277607 -2824,0.5,0.255951455205554,0.213198876356336,0.161938722627974,0.517017561436024,0.124575029402148 -2825,0.5,0.255951455205554,0.151810343356124,0.151380101610066,0.380609782613937,0.116703102646923 -2826,0.5,0.255951455205554,0.0854543754979486,0.107653329611942,0.230262964799737,0.10498176586536 -2827,0.5,0.255951455205554,0.0195088014314412,0.0734642195559477,0.0715425808313151,0.0949568216873356 -2828,0.5,0.255951455205554,6.51532586086992e-06,0.0657925949574035,0.0,0.0940635702950327 -2829,0.5,0.255951455205554,0.0,0.0576126486889725,0.0,0.0970209557727135 -2830,0.5,0.255951455205554,0.0,0.0484022998371495,0.0,0.0959550692278296 -2831,0.5,0.255951455205554,0.0,0.0394851267754171,0.0,0.0850927591096701 -2832,0.5,0.255951455205554,0.0,0.03160015165194,0.0,0.0686841187992013 -2833,0.5,0.255951455205554,0.0,0.0247554071826612,0.0,0.0521735628345411 -2834,0.5,0.255951455205554,0.0,0.0177444927028003,0.0,0.0366633697183271 -2835,0.5,0.255951455205554,0.0,0.0131574818423021,0.0,0.0235066205882664 -2836,0.5,0.255951455205554,0.0,0.0105995311618803,0.0,0.018005818606225 -2837,0.5,0.255951455205554,0.0,0.00933204322056594,0.0,0.0186556716420121 -2838,0.5,0.255951455205554,0.00733838925085867,0.00859714650593622,0.0186278021721792,0.0195829851300143 -2839,0.5,0.255951455205554,0.0506622061777132,0.0093329994704704,0.103686461872661,0.0196935113575427 -2840,0.5,0.255951455205554,0.116356393343275,0.0128214837266615,0.233907593639578,0.0186584562605572 -2841,0.5,0.255951455205554,0.187582192004096,0.0152251950926634,0.371745731348725,0.015961917565183 -2842,0.5,0.255951455205554,0.261538972447255,0.0144759906004387,0.513848099913071,0.0121790281668639 -2843,0.5,0.255951455205554,0.330119047740084,0.0145424035970516,0.630601119187761,0.00890362211766203 -2844,0.5,0.255951455205554,0.372693161754638,0.0138506246290584,0.694028341356985,0.00930878335131393 -2845,0.5,0.255951455205554,0.367818200857256,0.0132694138756092,0.716751927287166,0.0118123211862467 -2846,0.5,0.255951455205554,0.348674373466592,0.0137552414295722,0.693108192852402,0.0140984953281577 -2847,0.5,0.255951455205554,0.306676296596238,0.0178697714679368,0.615783263200272,0.0164955048970758 -2848,0.5,0.255951455205554,0.267917820945565,0.0231628102774149,0.491743708148235,0.0215696438410049 -2849,0.5,0.255951455205554,0.197963842614797,0.0287900098591755,0.347518393584527,0.0291654007578215 -2850,0.5,0.255951455205554,0.113000309343048,0.0308561240508253,0.203833165122119,0.0364644290009098 -2851,0.5,0.255951455205554,0.0280770831644823,0.026116795526385,0.0800188149382791,0.040721913220701 -2852,0.5,0.255951455205554,0.0,0.0282445547614051,0.0,0.0404656058589401 -2853,0.5,0.255951455205554,0.0,0.0250457480417137,0.0,0.037963588863563 -2854,0.5,0.255951455205554,0.0,0.0215674342804067,0.0,0.033369581848034 -2855,0.5,0.255951455205554,0.0,0.0183332434458477,0.0,0.0306331461908933 -2856,0.5,0.255951455205554,0.0,0.0166485274831094,0.0,0.0341781032709005 -2857,0.5,0.255951455205554,0.0,0.0160280630648439,0.0,0.0377207682658938 -2858,0.5,0.255951455205554,0.0,0.0152485798548501,0.0,0.0344711550280354 -2859,0.5,0.255951455205554,0.0,0.014259382456281,0.0,0.0255623692735193 -2860,0.5,0.255951455205554,0.0,0.0127800694471709,0.0,0.0207432812190632 -2861,0.5,0.255951455205554,0.0,0.0117707355010107,0.0,0.0172645281524427 -2862,0.5,0.255951455205554,0.00919026406687119,0.0110749293580015,0.0186298481413341,0.0129665872638142 -2863,0.5,0.255951455205554,0.0713812301645224,0.011692271169111,0.10080890200434,0.0124362931040719 -2864,0.5,0.255951455205554,0.16404971024119,0.0212671028663881,0.2267833868704,0.0151883924068986 -2865,0.5,0.255951455205554,0.275999648134903,0.0415817596485868,0.368494391126918,0.0187668016919332 -2866,0.5,0.255951455205554,0.385634070939839,0.0639947513035359,0.514874306138177,0.0208073795530042 -2867,0.5,0.255951455205554,0.456780443558773,0.0812507451488382,0.634781725470824,0.0205465429867414 -2868,0.5,0.255951455205554,0.499330049119791,0.0872408303059846,0.700265889413901,0.0175431113955784 -2869,0.5,0.255951455205554,0.510105535777073,0.0886540993521399,0.723841458040223,0.0130543717227566 -2870,0.5,0.255951455205554,0.470337374103959,0.0893643080173099,0.700050890803635,0.0120340390589811 -2871,0.5,0.255951455205554,0.392818246901297,0.0905467546104277,0.62621736950186,0.00975447339665536 -2872,0.5,0.255951455205554,0.292268084285924,0.0891034271142016,0.502373200656404,0.00760262221283036 -2873,0.5,0.255951455205554,0.20472199744883,0.0831039343826991,0.366304211214213,0.0065715778631911 -2874,0.5,0.255951455205554,0.120027557602267,0.0671390766201284,0.220431360561802,0.00610818425283717 -2875,0.5,0.255951455205554,0.0324115742556359,0.041047538125141,0.0764520100903067,0.0064411992095078 -2876,0.5,0.255951455205554,7.09346670576365e-06,0.0340368024068247,0.0,0.00663218727662062 -2877,0.5,0.255951455205554,0.0,0.0289266869534372,0.0,0.00744635970437926 -2878,0.5,0.255951455205554,0.0,0.0236011199502349,0.0,0.0100981237589998 -2879,0.5,0.255951455205554,0.0,0.0188426533394484,0.0,0.0129809729349434 -2880,0.5,0.255951455205554,0.0,0.0163031033410207,0.0,0.0171969144889926 -2881,0.5,0.255951455205554,0.0,0.0152661526000791,0.0,0.0220758007701104 -2882,0.5,0.255951455205554,0.0,0.0144846713912697,0.0,0.027716388906042 -2883,0.5,0.255951455205554,0.0,0.0132119317888948,0.0,0.0316933960024936 -2884,0.5,0.255951455205554,0.0,0.0121283086150827,0.0,0.0363294457752053 -2885,0.5,0.255951455205554,0.0,0.0107455054800083,0.0,0.0442367874400899 -2886,0.5,0.255951455205554,0.0106706558204131,0.00886108876565911,0.0186521239828069,0.059955811662025 -2887,0.5,0.255951455205554,0.0675205913047321,0.00991528818914465,0.100996315218344,0.0845047342395544 -2888,0.5,0.255951455205554,0.142791356854348,0.0225625495964382,0.21047277557595,0.106944936120841 -2889,0.5,0.255951455205554,0.221129989481466,0.0322814038937666,0.326277632664545,0.14753161790813 -2890,0.5,0.255951455205554,0.289875548510694,0.042050144305398,0.45283623394759,0.211983355548729 -2891,0.5,0.255951455205554,0.339375982899164,0.0547420744730062,0.564547887744921,0.235706698264699 -2892,0.5,0.255951455205554,0.369469006603404,0.067762174153243,0.653591189970792,0.221017806564996 -2893,0.5,0.255951455205554,0.373147557532653,0.0780703588767185,0.69393970562628,0.206138078044743 -2894,0.5,0.255951455205554,0.335762143276682,0.0866989320800394,0.685759032514962,0.245346310097008 -2895,0.5,0.255951455205554,0.294665920969339,0.09711730189028,0.631867083529914,0.363274164815066 -2896,0.5,0.255951455205554,0.222935327153402,0.114150349547776,0.5188166119171,0.501217018015899 -2897,0.5,0.255951455205554,0.14697326603811,0.136138541609074,0.373555661021178,0.560610006219955 -2898,0.5,0.255951455205554,0.079009663098814,0.161256730836613,0.227660527697028,0.585763589812422 -2899,0.5,0.255951455205554,0.0223694086378077,0.175483281176086,0.0841995943873601,0.580457571446665 -2900,0.5,0.255951455205554,1.12773506878995e-05,0.180715026211578,0.0,0.550197250896282 -2901,0.5,0.255951455205554,0.0,0.204984736855923,0.0,0.53929728895108 -2902,0.5,0.255951455205554,0.0,0.231420257502994,0.0,0.680538345860204 -2903,0.5,0.255951455205554,0.0,0.244679960061788,0.0,0.868657956787978 -2904,0.5,0.255951455205554,0.0,0.249781904443419,0.0,0.922343842415886 -2905,0.5,0.255951455205554,0.0,0.253502672593968,0.0,0.940482389416212 -2906,0.5,0.255951455205554,0.0,0.263473678026777,0.0,0.930655600893493 -2907,0.5,0.255951455205554,0.0,0.276429793244652,0.0,0.914035583005693 -2908,0.5,0.255951455205554,0.0,0.296782524087045,0.0,0.906055913930557 -2909,0.5,0.255951455205554,0.0,0.309860772769266,0.0,0.912674139618373 -2910,0.5,0.255951455205554,0.00579385905476082,0.343900192097933,0.00591314211068909,0.922209261106778 -2911,0.5,0.255951455205554,0.0480281520585456,0.421144838742295,0.0251312253254203,0.925588208918122 -2912,0.5,0.255951455205554,0.107371958496527,0.50183129342689,0.0511595835215129,0.915284033401883 -2913,0.5,0.255951455205554,0.168072373887455,0.564779063047476,0.107055984012498,0.898305337406894 -2914,0.5,0.255951455205554,0.221703255858649,0.61602239747435,0.152395046467072,0.895915435662238 -2915,0.5,0.255951455205554,0.280284057434655,0.666388820935748,0.262751325390723,0.897609304992131 -2916,0.5,0.255951455205554,0.291511767846065,0.703027755987842,0.582278074571696,0.898560547189689 -2917,0.5,0.255951455205554,0.29449321024914,0.727309003363092,0.710486620153975,0.88274997533259 -2918,0.5,0.255951455205554,0.269139466073234,0.742567507093706,0.734535884474017,0.832668878770261 -2919,0.5,0.255951455205554,0.24158225108859,0.737286207108518,0.667615038276016,0.762634108813467 -2920,0.5,0.255951455205554,0.181216293324035,0.713592645486511,0.542457490984567,0.71328180142691 -2921,0.5,0.255951455205554,0.112861591858624,0.666890672939185,0.40124921468067,0.746363991367046 -2922,0.5,0.255951455205554,0.0599032601133701,0.598412442880413,0.246962480962229,0.804782426921168 -2923,0.5,0.255951455205554,0.0183500624769393,0.496642421578811,0.085118809479284,0.830595929784363 -2924,0.5,0.255951455205554,4.02013994594031e-06,0.396726137128369,0.0,0.82303435766621 -2925,0.5,0.255951455205554,0.0,0.346590452332679,0.0,0.790695629215735 -2926,0.5,0.255951455205554,0.0,0.306409561481243,0.0,0.720413203610658 -2927,0.5,0.255951455205554,0.0,0.270906129907587,0.0,0.627888587810271 -2928,0.5,0.255951455205554,0.0,0.243254690859289,0.0,0.506757375844489 -2929,0.5,0.255951455205554,0.0,0.218771054765039,0.0,0.368294940116639 -2930,0.5,0.255951455205554,0.0,0.195186873727285,0.0,0.285212158625374 -2931,0.5,0.255951455205554,0.0,0.179687984143556,0.0,0.240924876012857 -2932,0.5,0.255951455205554,0.0,0.16704442961505,0.0,0.228358332174531 -2933,0.5,0.255951455205554,0.0,0.150386329399391,0.0,0.232443494540194 -2934,0.5,0.255951455205554,0.0107198012694711,0.13701890317237,0.0314271779777443,0.250742444668432 -2935,0.5,0.255951455205554,0.0622908504402741,0.159885490480037,0.120002716449153,0.223685091098322 -2936,0.5,0.255951455205554,0.146290762490478,0.216943050345486,0.255847455959394,0.194883749209451 -2937,0.5,0.255951455205554,0.247543290302489,0.261954372062436,0.397352276899284,0.181054595478327 -2938,0.5,0.255951455205554,0.358731983654117,0.290854346001235,0.543716829480178,0.185153701935403 -2939,0.5,0.255951455205554,0.457950096095905,0.325204865983587,0.663419055667176,0.184977859973377 -2940,0.5,0.255951455205554,0.523700166357523,0.361121468885738,0.72886178649281,0.158322059838781 -2941,0.5,0.255951455205554,0.554060775096827,0.387977968298085,0.751935897921252,0.15172226605168 -2942,0.5,0.255951455205554,0.536912682806635,0.40487533593811,0.726204380821658,0.159060858019932 -2943,0.5,0.255951455205554,0.478063761888104,0.415563091907963,0.639585675725946,0.180165903435447 -2944,0.5,0.255951455205554,0.384132504117389,0.41521405738041,0.533269416576672,0.19595045054513 -2945,0.5,0.255951455205554,0.276573022979681,0.382977623864972,0.396057518412555,0.260324132130152 -2946,0.5,0.255951455205554,0.168842589196448,0.28793410298725,0.245984262919817,0.295459470233014 -2947,0.5,0.255951455205554,0.0428344366841033,0.190579031948173,0.0874700637942767,0.292170128064719 -2948,0.5,0.255951455205554,2.6071124080332e-07,0.124588487256597,0.0,0.246203521888971 -2949,0.5,0.255951455205554,0.0,0.0924055729261431,0.0,0.2085956262627 -2950,0.5,0.255951455205554,0.0,0.0770233219187403,0.0,0.200875940519998 -2951,0.5,0.255951455205554,0.0,0.07059086685057,0.0,0.216964526287274 -2952,0.5,0.255951455205554,0.0,0.0705885436168012,0.0,0.224926386054371 -2953,0.5,0.255951455205554,0.0,0.0737491393330862,0.0,0.215449371021811 -2954,0.5,0.255951455205554,0.0,0.0775432327966331,0.0,0.184877124228176 -2955,0.5,0.255951455205554,0.0,0.080145293551666,0.0,0.16195586693144 -2956,0.5,0.255951455205554,0.0,0.085064027926622,0.0,0.145840122600207 -2957,0.5,0.255951455205554,0.0,0.0875861962094928,0.0,0.130076524909238 -2958,0.5,0.255951455205554,0.0216280798622832,0.0829781462468067,0.0321800994895434,0.119898028020018 -2959,0.5,0.255951455205554,0.113965715083919,0.10350986804774,0.11773890269428,0.107061724515078 -2960,0.5,0.255951455205554,0.249540675906137,0.193399533568339,0.249272557942249,0.0840284952489734 -2961,0.5,0.255951455205554,0.398007974679101,0.263745721458675,0.387441555244637,0.0575904213492842 -2962,0.5,0.255951455205554,0.545853205567525,0.294496247886229,0.530802618940103,0.0416634279475505 -2963,0.5,0.255951455205554,0.660838710753327,0.30551084658053,0.626726987621561,0.0324808022178952 -2964,0.5,0.255951455205554,0.724840893448233,0.304932310857806,0.673546784412998,0.0280957262350832 -2965,0.5,0.255951455205554,0.747366222264599,0.29418093360901,0.664351617398392,0.0270972468872437 -2966,0.5,0.255951455205554,0.720450465793439,0.270103738171332,0.595113285635356,0.0320248910727022 -2967,0.5,0.255951455205554,0.643948735198149,0.241593866123501,0.514574985165753,0.0360788444246349 -2968,0.5,0.255951455205554,0.516210029031951,0.208274164712103,0.360941141900685,0.0409026927502314 -2969,0.5,0.255951455205554,0.365824954801677,0.163821598241269,0.259830398231095,0.0479981089727672 -2970,0.5,0.255951455205554,0.217930148072946,0.100131658774288,0.164923335421913,0.0570446216890602 -2971,0.5,0.255951455205554,0.0536665819290209,0.0432753710244794,0.0789618593010652,0.0755223918233243 -2972,0.5,0.255951455205554,0.0,0.0219181762004028,0.0,0.099075293843574 -2973,0.5,0.255951455205554,0.0,0.0134685654945765,0.0,0.11745462363552 -2974,0.5,0.255951455205554,0.0,0.00926782625790071,0.0,0.123433955813668 -2975,0.5,0.255951455205554,0.0,0.00788372080220743,0.0,0.14714727138583 -2976,0.5,0.255951455205554,0.0,0.00777887564654628,0.0,0.198343273681412 -2977,0.5,0.255951455205554,0.0,0.00680845763515197,0.0,0.244823497949798 -2978,0.5,0.255951455205554,0.0,0.00574623157214665,0.0,0.276663662172119 -2979,0.5,0.255951455205554,0.0,0.00588231234418627,0.0,0.293325374948503 -2980,0.5,0.255951455205554,0.0,0.00776101183858628,0.0,0.301899880060117 -2981,0.5,0.255951455205554,0.0,0.0104639654530468,0.0,0.285798972600347 -2982,0.5,0.255951455205554,0.0190504374192244,0.0144312548565292,0.00756063248470283,0.265706727999083 -2983,0.5,0.255951455205554,0.099027817192324,0.0210840618789408,0.028527612640972,0.257350381153914 -2984,0.5,0.255951455205554,0.211524933920565,0.0320512132735962,0.0690865516776275,0.272714888038919 -2985,0.5,0.255951455205554,0.333585007203941,0.0391008970790647,0.0431883655811918,0.230374612308309 -2986,0.5,0.255951455205554,0.455363921397717,0.0423024949849997,0.0310698346574046,0.18681124585625 -2987,0.5,0.255951455205554,0.55251755583773,0.043005379364108,0.0336075406491231,0.149952660328266 -2988,0.5,0.255951455205554,0.606948129294602,0.0441388930831013,0.056674255147625,0.105574401137754 -2989,0.5,0.255951455205554,0.628239690294441,0.0398351422748936,0.0644291672655994,0.0751046929237759 -2990,0.5,0.255951455205554,0.611140965221439,0.0336782521457545,0.0785672044333055,0.0684247848014655 -2991,0.5,0.255951455205554,0.555804680871596,0.0269457219412674,0.0680237788048558,0.0585353449683395 -2992,0.5,0.255951455205554,0.453631868283838,0.0211144918237114,0.0530518023248592,0.0311857964971297 -2993,0.5,0.255951455205554,0.323029767475804,0.0185616415767636,0.0391469330537515,0.0114701168015607 -2994,0.5,0.255951455205554,0.19291117960961,0.0156038893794174,0.00760588102469008,0.00476978348041134 -2995,0.5,0.255951455205554,0.0493481756972778,0.01513283198461,0.00138320583866998,0.00247293409735018 -2996,0.5,0.255951455205554,7.70397050682612e-06,0.0248433793913774,0.000424793528525838,0.00850536904348772 -2997,0.5,0.255951455205554,0.0,0.0359499883372214,0.0,0.0350697326528554 -2998,0.5,0.255951455205554,0.0,0.0466036722017686,0.0,0.0826506776447538 -2999,0.5,0.255951455205554,0.0,0.0573182506637542,0.0,0.141452116696381 -3000,0.5,0.255951455205554,0.0,0.0655908929588199,0.0,0.175668591508256 -3001,0.5,0.255951455205554,0.0,0.073302282910445,0.0,0.16255053102617 -3002,0.5,0.255951455205554,0.0,0.080963748377921,0.0,0.157955547486567 -3003,0.5,0.255951455205554,0.0,0.0868042203930498,0.0,0.182255612350132 -3004,0.5,0.255951455205554,0.0,0.094906747308105,0.0,0.215095785516176 -3005,0.5,0.255951455205554,0.0,0.102422837150419,0.0,0.240712339995971 -3006,0.5,0.255951455205554,0.0219052420498534,0.102374105624854,0.0209695983158559,0.260809364637137 -3007,0.5,0.255951455205554,0.105416297845841,0.123290678339303,0.080534855135315,0.281770071307296 -3008,0.5,0.255951455205554,0.218434692359178,0.198171711260844,0.13131567646119,0.307926459795419 -3009,0.5,0.255951455205554,0.341675610290996,0.304186859593619,0.210714884057507,0.297243510375617 -3010,0.5,0.255951455205554,0.459959055398276,0.387219539180085,0.362541940297471,0.247769434354125 -3011,0.5,0.255951455205554,0.548664936794802,0.44540256152526,0.485036260283878,0.180823195670171 -3012,0.5,0.255951455205554,0.595146094311362,0.498883065347648,0.560390228043657,0.143446177032263 -3013,0.5,0.255951455205554,0.602234062799986,0.575116010777469,0.603672629043875,0.199014896334765 -3014,0.5,0.255951455205554,0.554433494685075,0.631835810060522,0.584837622788189,0.379482081342696 -3015,0.5,0.255951455205554,0.444575921475767,0.649621732626205,0.473929280421439,0.613858439905269 -3016,0.5,0.255951455205554,0.316561185047593,0.590785045388039,0.197042174461154,0.549950868971229 -3017,0.5,0.255951455205554,0.203132793359683,0.471534899975533,0.141637897089792,0.500931011969554 -3018,0.5,0.255951455205554,0.10222644385462,0.334564271124869,0.0701007855339311,0.365991945261646 -3019,0.5,0.255951455205554,0.0311829855210874,0.246295564282177,0.033338372293135,0.206031761278099 -3020,0.5,0.255951455205554,1.67242106065528e-05,0.160079856621292,0.0,0.0819963003127332 -3021,0.5,0.255951455205554,0.0,0.121535382881029,0.0,0.0592211048860325 -3022,0.5,0.255951455205554,0.0,0.11190309750688,0.0,0.191980258874706 -3023,0.5,0.255951455205554,0.0,0.108326722645413,0.0,0.249878923964842 -3024,0.5,0.255951455205554,0.0,0.120790820738519,0.0,0.205269379633207 -3025,0.5,0.255951455205554,0.0,0.137660777473768,0.0,0.0928536951677121 -3026,0.5,0.255951455205554,0.0,0.149012768557677,0.0,0.0395641107229497 -3027,0.5,0.255951455205554,0.0,0.151225033508628,0.0,0.0613880817485325 -3028,0.5,0.255951455205554,0.0,0.147055169046392,0.0,0.106765461446948 -3029,0.5,0.255951455205554,0.0,0.138629076687868,0.0,0.153727879002131 -3030,0.5,0.255951455205554,0.00700982274933034,0.152887603764715,0.0218996112217349,0.167929644520289 -3031,0.5,0.255951455205554,0.0392202201144319,0.224273023917021,0.0848480618459459,0.150088239070884 -3032,0.5,0.255951455205554,0.0857245992665416,0.340024916855371,0.059073272011252,0.19525377910659 -3033,0.5,0.255951455205554,0.133950631247295,0.413189779834699,0.0948348631904764,0.314205792815156 -3034,0.5,0.255951455205554,0.185170464038102,0.4549930474824,0.232672082492113,0.252916834639614 -3035,0.5,0.255951455205554,0.238652366587496,0.492290989055448,0.500773685186806,0.175988617046616 -3036,0.5,0.255951455205554,0.255699479297323,0.469474827409844,0.485171108016071,0.248514624573079 -3037,0.5,0.255951455205554,0.266667059730395,0.470907528353789,0.483420339468868,0.321257982073094 -3038,0.5,0.255951455205554,0.263254670845178,0.47771015574695,0.37895502354359,0.336954402864942 -3039,0.5,0.255951455205554,0.228285624739822,0.443071190694217,0.258212733001143,0.38751710590762 -3040,0.5,0.255951455205554,0.188378273831747,0.398298922233263,0.122947049819148,0.556782377968697 -3041,0.5,0.255951455205554,0.138646351327134,0.36672825249072,0.344121009524645,0.617646783661862 -3042,0.5,0.255951455205554,0.0828234860016713,0.292448952899917,0.204582989751229,0.445876390440613 -3043,0.5,0.255951455205554,0.0321239932470444,0.211889150972666,0.0901833533053082,0.24132491997564 -3044,0.5,0.255951455205554,2.78549383572142e-05,0.16078039878708,0.0,0.225885413657137 -3045,0.5,0.255951455205554,0.0,0.144392317848645,0.0,0.464506246464263 -3046,0.5,0.255951455205554,0.0,0.154893137558988,0.0,0.658810392244635 -3047,0.5,0.255951455205554,0.0,0.195271847523096,0.0,0.721923794258149 -3048,0.5,0.255951455205554,0.0,0.263119562470918,0.0,0.81135565167699 -3049,0.5,0.255951455205554,0.0,0.32202098262194,0.0,0.795892754029691 -3050,0.5,0.255951455205554,0.0,0.364712297710235,0.0,0.834037892466736 -3051,0.5,0.255951455205554,0.0,0.38561489958255,0.0,0.853199364721102 -3052,0.5,0.255951455205554,0.0,0.395927667381178,0.0,0.832060356916365 -3053,0.5,0.255951455205554,8.01270188838675e-08,0.417760176839295,0.0,0.861546152707047 -3054,0.5,0.255951455205554,0.00665200612917987,0.452107833682276,0.000747762891935502,0.898788868064345 -3055,0.5,0.255951455205554,0.0345276108829152,0.526744415415891,0.0121620458019723,0.938379111297741 -3056,0.5,0.255951455205554,0.077737493343,0.597877528356355,0.0465186469294841,0.951557404657391 -3057,0.5,0.255951455205554,0.121729590416718,0.648039069990864,0.0152820118632355,0.921667761911238 -3058,0.5,0.255951455205554,0.168924529998202,0.70564301807571,0.0237110974666553,0.815304600507801 -3059,0.5,0.255951455205554,0.206751410583257,0.730579646169,0.00954427315399569,0.649341035307234 -3060,0.5,0.255951455205554,0.213432651364651,0.717467096365194,0.0112333690474653,0.605492775399795 -3061,0.5,0.255951455205554,0.223735553725253,0.699560523780205,0.00861999596957424,0.6776370936166 -3062,0.5,0.255951455205554,0.237819620174115,0.675449388871672,0.0106183649855003,0.649996397096549 -3063,0.5,0.255951455205554,0.228263874552045,0.620694933175621,0.0400692057960271,0.610549735418928 -3064,0.5,0.255951455205554,0.195779237920281,0.544400942568509,0.248290998809877,0.631753633108898 -3065,0.5,0.255951455205554,0.143717801082024,0.453358908571654,0.22243589557326,0.652030708436121 -3066,0.5,0.255951455205554,0.0775940416448102,0.356349504154457,0.149172772560604,0.61996479733925 -3067,0.5,0.255951455205554,0.0234098583511501,0.266969903321179,0.0460392035630552,0.509262214436982 -3068,0.5,0.255951455205554,2.77550736468367e-05,0.197242902376924,0.0,0.337771264254368 -3069,0.5,0.255951455205554,0.0,0.175088700318116,0.0,0.230977698472477 -3070,0.5,0.255951455205554,0.0,0.181141622236447,0.0,0.19140832148294 -3071,0.5,0.255951455205554,0.0,0.198648984676929,0.0,0.18776837152641 -3072,0.5,0.255951455205554,0.0,0.225043979461292,0.0,0.186734876604759 -3073,0.5,0.255951455205554,0.0,0.260108541862369,0.0,0.170504556432815 -3074,0.5,0.255951455205554,0.0,0.290931691466005,0.0,0.171249271105858 -3075,0.5,0.255951455205554,0.0,0.325667064369762,0.0,0.14235178456716 -3076,0.5,0.255951455205554,0.0,0.358968051554893,0.0,0.0937113029465273 -3077,0.5,0.255951455205554,5.46925008632157e-08,0.375832221061088,0.0,0.165709326461124 -3078,0.5,0.255951455205554,0.00220688371132944,0.397669108202449,0.0016487854502505,0.468294019141879 -3079,0.5,0.255951455205554,0.0148764367521718,0.450213654863746,0.00607396504184821,0.811127049378843 -3080,0.5,0.255951455205554,0.0362559208818085,0.510275988181304,0.0075763767740916,0.881027988060953 -3081,0.5,0.255951455205554,0.0576566013516327,0.579531042304463,0.00520594090518124,0.900108091647087 -3082,0.5,0.255951455205554,0.0798015342900669,0.64910412356277,0.00536491935783457,0.912524234409819 -3083,0.5,0.255951455205554,0.101803277100045,0.689707883223466,0.0173366549854574,0.890224575371991 -3084,0.5,0.255951455205554,0.140313743196677,0.76840706795524,0.0538196394597677,0.914091291956902 -3085,0.5,0.255951455205554,0.152224684461428,0.76433500261363,0.182254393871486,0.909383257106111 -3086,0.5,0.255951455205554,0.155363158255028,0.748100674791452,0.45055441770492,0.89324495087391 -3087,0.5,0.255951455205554,0.164139158727861,0.757509340496008,0.158472423511733,0.90916747058732 -3088,0.5,0.255951455205554,0.133463014188892,0.747870468159055,0.183600799836213,0.908480892767707 -3089,0.5,0.255951455205554,0.100019412022721,0.719625641430035,0.109006031798447,0.855502685515444 -3090,0.5,0.255951455205554,0.0649291401142303,0.650295390255832,0.0256479460423164,0.760829443677403 -3091,0.5,0.255951455205554,0.0235454211872322,0.568208382256686,0.0208398251837108,0.665688501551429 -3092,0.5,0.255951455205554,5.03568414276249e-05,0.475136681229743,0.0,0.661648688750864 -3093,0.5,0.255951455205554,0.0,0.427745485256638,0.0,0.732020470196234 -3094,0.5,0.255951455205554,0.0,0.43555965021266,0.0,0.832718498188252 -3095,0.5,0.255951455205554,0.0,0.451358708188928,0.0,0.921981013704376 -3096,0.5,0.255951455205554,0.0,0.478041323718221,0.0,0.91181321839817 -3097,0.5,0.255951455205554,0.0,0.509571467844055,0.0,0.918143109039092 -3098,0.5,0.255951455205554,0.0,0.526613951086886,0.0,0.946996913320369 -3099,0.5,0.255951455205554,0.0,0.506880291488155,0.0,0.934979182215304 -3100,0.5,0.255951455205554,0.0,0.449829662718143,0.0,0.810627090235788 -3101,0.5,0.255951455205554,2.9157874352663e-06,0.394920545056857,0.0,0.621766178082471 -3102,0.5,0.255951455205554,0.0126652088796123,0.378589991345562,0.00326895264872816,0.367019486491846 -3103,0.5,0.255951455205554,0.0650218315917433,0.408213902178045,0.0238721638951336,0.429640941064362 -3104,0.5,0.255951455205554,0.144440917526381,0.498824144247955,0.10056865352159,0.600019315232665 -3105,0.5,0.255951455205554,0.228878601719754,0.567416037560229,0.196788028087903,0.623798103003873 -3106,0.5,0.255951455205554,0.286490620564101,0.574490779274918,0.235507090274715,0.623475761922588 -3107,0.5,0.255951455205554,0.301735266418761,0.560521627325587,0.285334065181976,0.635148659637106 -3108,0.5,0.255951455205554,0.324068219409206,0.551703087281897,0.228901691075788,0.729660446802771 -3109,0.5,0.255951455205554,0.322150277332775,0.557864939587784,0.561846944460941,0.757492019169263 -3110,0.5,0.255951455205554,0.269332175446995,0.573548860836324,0.528010368546987,0.918077234244287 -3111,0.5,0.255951455205554,0.188911499322328,0.592353080016668,0.535824721279104,0.904859401743668 -3112,0.5,0.255951455205554,0.114362819304328,0.617664506200374,0.296377177117441,0.895877606053013 -3113,0.5,0.255951455205554,0.0638308205001625,0.620681093376308,0.0279010443083465,0.856794280094028 -3114,0.5,0.255951455205554,0.026645740441095,0.601277502316499,0.0182281412693741,0.591587859536656 -3115,0.5,0.255951455205554,0.00612821604929565,0.596434355575745,0.0156291469733796,0.49259051416689 -3116,0.5,0.255951455205554,4.63413783389858e-05,0.617006150069041,0.000734744534849502,0.475812474712837 -3117,0.5,0.255951455205554,0.0,0.627867452905706,0.0,0.747251508659272 -3118,0.5,0.255951455205554,0.0,0.63573144228878,0.0,0.741417224987534 -3119,0.5,0.255951455205554,0.0,0.654487549827122,0.0,0.800031762183027 -3120,0.5,0.255951455205554,0.0,0.660929354538616,0.0,0.786928023324515 -3121,0.5,0.255951455205554,0.0,0.654714872315401,0.0,0.765540090755304 -3122,0.5,0.255951455205554,0.0,0.673954589818495,0.0,0.637683532997264 -3123,0.5,0.255951455205554,0.0,0.708093883856505,0.0,0.427720894926118 -3124,0.5,0.255951455205554,0.0,0.725075690151521,0.0,0.293277363913407 -3125,0.5,0.255951455205554,4.74916574572281e-06,0.75983807124041,0.0,0.252244902484753 -3126,0.5,0.255951455205554,0.008829035328553,0.804682731122625,0.0195698310016302,0.304110746374107 -3127,0.5,0.255951455205554,0.0430731218145271,0.878118755995851,0.0641522442633945,0.588698923150902 -3128,0.5,0.255951455205554,0.0934263737301202,0.92745316834248,0.0421008535897534,0.872259820517564 -3129,0.5,0.255951455205554,0.14116176243005,0.93739847921116,0.0476871432490526,0.916305185322804 -3130,0.5,0.255951455205554,0.201553611786972,0.951455009391891,0.0518073961415864,0.860119896806283 -3131,0.5,0.255951455205554,0.225704049066011,0.969306281455585,0.0256542270116962,0.801681884339085 -3132,0.5,0.255951455205554,0.217455904855341,0.97346266813106,0.0178806611446122,0.840630746816791 -3133,0.5,0.255951455205554,0.207040130997676,0.967532446673869,0.0480672126588562,0.885255548222594 -3134,0.5,0.255951455205554,0.190880466459821,0.954716561551952,0.157067524932629,0.869595738950384 -3135,0.5,0.255951455205554,0.178866768969601,0.943594620091748,0.12654515883324,0.830859048213226 -3136,0.5,0.255951455205554,0.143311425922329,0.923754245066345,0.0600538971517759,0.811821841854023 -3137,0.5,0.255951455205554,0.102025620885771,0.88154048971558,0.0418895436414087,0.820075056581702 -3138,0.5,0.255951455205554,0.0514647008377611,0.818082336308144,0.0974113984640111,0.809433869945527 -3139,0.5,0.255951455205554,0.021399821858294,0.730907297512347,0.0223893033196542,0.717202289236791 -3140,0.5,0.255951455205554,7.47960231799498e-05,0.656196153521347,0.0,0.570763640685113 -3141,0.5,0.255951455205554,0.0,0.611297098344394,0.0,0.470390794316614 -3142,0.5,0.255951455205554,0.0,0.602455767870239,0.0,0.512611347037023 -3143,0.5,0.255951455205554,0.0,0.609217919004821,0.0,0.662294850020753 -3144,0.5,0.255951455205554,0.0,0.624904675490742,0.0,0.753301846874257 -3145,0.5,0.255951455205554,0.0,0.63377603744435,0.0,0.785402613947259 -3146,0.5,0.255951455205554,0.0,0.644469018028701,0.0,0.789075598853675 -3147,0.5,0.255951455205554,0.0,0.66140999833441,0.0,0.770700315406173 -3148,0.5,0.255951455205554,0.0,0.690651727931653,0.0,0.767177157899016 -3149,0.5,0.255951455205554,1.91521608129237e-05,0.702125464648199,0.0,0.774250618662625 -3150,0.5,0.255951455205554,0.0067418589514512,0.731725538304834,0.000711573188564449,0.787314657567059 -3151,0.5,0.255951455205554,0.0305614379335687,0.772566420504588,0.0399677471295189,0.822639494064158 -3152,0.5,0.255951455205554,0.0654547123908419,0.811326017415937,0.0740408192204054,0.849521725127854 -3153,0.5,0.255951455205554,0.10827588803651,0.851455418937993,0.151235851463352,0.85713687642404 -3154,0.5,0.255951455205554,0.144924345986586,0.869972946656501,0.201013694101018,0.834911997084364 -3155,0.5,0.255951455205554,0.173360720719263,0.871788547994654,0.224606290169303,0.83629357776876 -3156,0.5,0.255951455205554,0.181454691507997,0.855530107330254,0.130220707611204,0.823828322366574 -3157,0.5,0.255951455205554,0.203659100328446,0.829192655749264,0.00871311233820944,0.805589355184787 -3158,0.5,0.255951455205554,0.202570659972703,0.805830485608198,0.0220907905313024,0.792339038395723 -3159,0.5,0.255951455205554,0.17847425430643,0.768992560872984,0.167022166501015,0.745942674138702 -3160,0.5,0.255951455205554,0.155711285667089,0.719779772972096,0.167120430619062,0.690080464104998 -3161,0.5,0.255951455205554,0.117098495341459,0.657275928730021,0.108139277074806,0.597324447471482 -3162,0.5,0.255951455205554,0.0751003543623469,0.58789386680814,0.0690712191297351,0.565816571039546 -3163,0.5,0.255951455205554,0.0286737444100181,0.516256460885524,0.0108025884867914,0.510441395164981 -3164,0.5,0.255951455205554,8.56070835539849e-05,0.445220807636269,0.0,0.485668208624571 -3165,0.5,0.255951455205554,0.0,0.398197260778917,0.0,0.464167856553935 -3166,0.5,0.255951455205554,0.0,0.371423972905611,0.0,0.486941869570123 -3167,0.5,0.255951455205554,0.0,0.351539523199187,0.0,0.504080175434553 -3168,0.5,0.255951455205554,0.0,0.330134270646851,0.0,0.541046411086286 -3169,0.5,0.255951455205554,0.0,0.305656690888469,0.0,0.566202444433158 -3170,0.5,0.255951455205554,0.0,0.278946061629474,0.0,0.60131254715723 -3171,0.5,0.255951455205554,0.0,0.25959669657346,0.0,0.643114646692512 -3172,0.5,0.255951455205554,0.0,0.241617416941548,0.0,0.652377697382001 -3173,0.5,0.255951455205554,1.25968541160238e-05,0.220344320162843,0.0,0.639859097575028 -3174,0.5,0.255951455205554,0.00953561762779795,0.221191819020524,0.0122154086037765,0.48662105401843 -3175,0.5,0.255951455205554,0.0476477878059884,0.261315288879524,0.0363327296515163,0.406069694849296 -3176,0.5,0.255951455205554,0.102679472162277,0.320722045889419,0.0834316969334196,0.559123561023099 -3177,0.5,0.255951455205554,0.166493338170743,0.370219457092615,0.13016594555782,0.679020211077534 -3178,0.5,0.255951455205554,0.218765278148486,0.376823043622585,0.329491014248358,0.729403708202549 -3179,0.5,0.255951455205554,0.265847136619305,0.390480169220892,0.399568998773856,0.777268766815009 -3180,0.5,0.255951455205554,0.291059114533879,0.408220386459141,0.502917937386885,0.804024526952659 -3181,0.5,0.255951455205554,0.301800467605631,0.418264733268061,0.536484925378742,0.834192613705313 -3182,0.5,0.255951455205554,0.285855906520542,0.437914662888633,0.41401746354667,0.863464861633403 -3183,0.5,0.255951455205554,0.265095173175754,0.452886247645095,0.342128553894924,0.870773515454782 -3184,0.5,0.255951455205554,0.211450698537397,0.438331267277667,0.423674924129261,0.848155779705923 -3185,0.5,0.255951455205554,0.145914604554951,0.412796918325699,0.32231629863382,0.795341322730738 -3186,0.5,0.255951455205554,0.0813993019036765,0.357489712848136,0.211662752346304,0.732367044461841 -3187,0.5,0.255951455205554,0.0324303090148927,0.271540433570494,0.0293424068611296,0.7464758593079 -3188,0.5,0.255951455205554,2.45103194049915e-05,0.215795210209722,0.0,0.789586421246894 -3189,0.5,0.255951455205554,0.0,0.19714814012775,0.0,0.78340224425151 -3190,0.5,0.255951455205554,0.0,0.193649659731358,0.0,0.772341541011346 -3191,0.5,0.255951455205554,0.0,0.198617247009455,0.0,0.766683717511954 -3192,0.5,0.255951455205554,0.0,0.200489913475178,0.0,0.790363658495259 -3193,0.5,0.255951455205554,0.0,0.20613609779777,0.0,0.83976482116442 -3194,0.5,0.255951455205554,0.0,0.21391108866901,0.0,0.863991399110881 -3195,0.5,0.255951455205554,0.0,0.227264271695185,0.0,0.897656304077603 -3196,0.5,0.255951455205554,0.0,0.241556709455165,0.0,0.923009077426986 -3197,0.5,0.255951455205554,7.13254220925543e-05,0.250347740941492,0.0,0.93875025587932 -3198,0.5,0.255951455205554,0.0146111001826701,0.271767738160443,0.00599195793399016,0.947701982399385 -3199,0.5,0.255951455205554,0.0601233227576814,0.339987868144277,0.0309343566715524,0.942186330119422 -3200,0.5,0.255951455205554,0.120343286542692,0.412477314230002,0.0585944621613251,0.934120789652906 -3201,0.5,0.255951455205554,0.171012678771747,0.454788362582569,0.0912528077229051,0.931965703594519 -3202,0.5,0.255951455205554,0.219175513778907,0.461639873425181,0.119601137281719,0.919531398386484 -3203,0.5,0.255951455205554,0.272594733745703,0.471873528192867,0.166437902767218,0.900477556342368 -3204,0.5,0.255951455205554,0.297693142114375,0.484918406614669,0.244954115803001,0.890419908630375 -3205,0.5,0.255951455205554,0.290060131722164,0.48789401027963,0.423735035510576,0.894738172895439 -3206,0.5,0.255951455205554,0.278099333934029,0.488822456532142,0.384085885357403,0.889868264029675 -3207,0.5,0.255951455205554,0.228379922790851,0.469161010201017,0.432838555954072,0.872028319386561 -3208,0.5,0.255951455205554,0.167593575963564,0.427662219002061,0.224413684148442,0.854235282387953 -3209,0.5,0.255951455205554,0.113599130808987,0.369705686579474,0.248106758339014,0.831001885473728 -3210,0.5,0.255951455205554,0.0694137582817974,0.29052224908178,0.15128353551806,0.810574102301001 -3211,0.5,0.255951455205554,0.0270630235068679,0.199913629157916,0.0490708122687057,0.792820654860313 -3212,0.5,0.255951455205554,0.000100584752945294,0.129920640697795,0.0,0.740292628842346 -3213,0.5,0.255951455205554,0.0,0.0941944407103253,0.0,0.678057405985077 -3214,0.5,0.255951455205554,0.0,0.0781137112232376,0.0,0.553676780526301 -3215,0.5,0.255951455205554,0.0,0.0731137205948778,0.0,0.459241125361929 -3216,0.5,0.255951455205554,0.0,0.0703025353567782,0.0,0.381957392134978 -3217,0.5,0.255951455205554,0.0,0.0648058147327369,0.0,0.299814301222391 -3218,0.5,0.255951455205554,0.0,0.0600363320533794,0.0,0.249970977238881 -3219,0.5,0.255951455205554,0.0,0.0561724255912741,0.0,0.233257164456605 -3220,0.5,0.255951455205554,0.0,0.0527824264338492,0.0,0.194304731398928 -3221,0.5,0.255951455205554,4.33797911198633e-05,0.0461792344381799,0.0,0.150337616526744 -3222,0.5,0.255951455205554,0.0149630858072165,0.0464990814678124,0.0497981690670835,0.120817295249443 -3223,0.5,0.255951455205554,0.0650736096800101,0.0567164161149024,0.130337156154265,0.110010896191666 -3224,0.5,0.255951455205554,0.133734915375359,0.0744770753743001,0.246161896952727,0.0904706311160566 -3225,0.5,0.255951455205554,0.207949656133025,0.0903988107252933,0.374903661253209,0.0598851848593589 -3226,0.5,0.255951455205554,0.274140997611427,0.110328415116149,0.514437179103283,0.0326516801427184 -3227,0.5,0.255951455205554,0.333365015831422,0.141083882757331,0.600496439534175,0.0257615148013911 -3228,0.5,0.255951455205554,0.368728802013334,0.160937335479445,0.484716204560358,0.0195411375487945 -3229,0.5,0.255951455205554,0.387022074353932,0.183198234293134,0.466685933267791,0.0143528183596706 -3230,0.5,0.255951455205554,0.383896701082945,0.208248501325981,0.456219106128329,0.0125828346448523 -3231,0.5,0.255951455205554,0.363541372637256,0.24110897490503,0.418192273258986,0.0113549368302556 -3232,0.5,0.255951455205554,0.317961768922304,0.267252479871191,0.392589614204965,0.0102253274929627 -3233,0.5,0.255951455205554,0.246274560611927,0.266378792459215,0.318654218255579,0.00891074230479989 -3234,0.5,0.255951455205554,0.160602872936578,0.207985921320191,0.230599274189896,0.00559882259350677 -3235,0.5,0.255951455205554,0.0635367534623007,0.133342073874892,0.11008077558825,0.00180178188895785 -3236,0.5,0.255951455205554,0.000308289120283477,0.103474906736108,0.0,0.000837232462857227 -3237,0.5,0.255951455205554,0.0,0.0913638359079236,0.0,0.0005297425740508 -3238,0.5,0.255951455205554,0.0,0.0732715098224588,0.0,0.000328654825423792 -3239,0.5,0.255951455205554,0.0,0.0599996324718616,0.0,0.000238881019583662 -3240,0.5,0.255951455205554,0.0,0.0512424714700224,0.0,0.00117619545217567 -3241,0.5,0.255951455205554,0.0,0.0467471868128341,0.0,0.00209678964759084 -3242,0.5,0.255951455205554,0.0,0.0462655957327637,0.0,0.00382318163396773 -3243,0.5,0.255951455205554,0.0,0.0496283153412141,0.0,0.00549544497948051 -3244,0.5,0.255951455205554,0.0,0.0530607025691705,0.0,0.00840600420444983 -3245,0.5,0.255951455205554,0.000253976894521839,0.0538705352794671,0.000176458246267108,0.0102358111574916 -3246,0.5,0.255951455205554,0.0340783364554926,0.05339674841232,0.0509721419444425,0.0114589319096359 -3247,0.5,0.255951455205554,0.110649754322411,0.0703253995921019,0.132867090674749,0.0114713678209568 -3248,0.5,0.255951455205554,0.218089992483791,0.118146494557963,0.256331645388476,0.00910274001622374 -3249,0.5,0.255951455205554,0.33574029989541,0.182928573384032,0.379847389194785,0.00767710639353915 -3250,0.5,0.255951455205554,0.46210427651932,0.243141770331635,0.502653204950745,0.0114994349234879 -3251,0.5,0.255951455205554,0.574748324922146,0.310189508177618,0.591560559013387,0.015654387159326 -3252,0.5,0.255951455205554,0.642466178069186,0.381365822963291,0.641535503329871,0.0196628697479139 -3253,0.5,0.255951455205554,0.666920895548145,0.444959887939402,0.665918920706792,0.0219883137287101 -3254,0.5,0.255951455205554,0.633904023425132,0.483812832614139,0.64655743255355,0.0229120292125426 -3255,0.5,0.255951455205554,0.550985502516421,0.508750751875986,0.551558602755424,0.0196991564627894 -3256,0.5,0.255951455205554,0.4344591298158,0.515740620406125,0.138287897228024,0.0131818129573764 -3257,0.5,0.255951455205554,0.306217281209777,0.477442051579055,0.059131262202071,0.00939042111992501 -3258,0.5,0.255951455205554,0.187065364105103,0.340606592993574,0.118768615005761,0.00910372592093448 -3259,0.5,0.255951455205554,0.0669418430418954,0.209824558267479,0.0588662694303058,0.00843360189473177 -3260,0.5,0.255951455205554,0.000790095575098684,0.158951788641736,0.0,0.00507202227733125 -3261,0.5,0.255951455205554,0.0,0.131364195836,0.0,0.00240010307973012 -3262,0.5,0.255951455205554,0.0,0.103627741017077,0.0,0.00121169251841257 -3263,0.5,0.255951455205554,0.0,0.0808725394538954,0.0,0.00179107554649685 -3264,0.5,0.255951455205554,0.0,0.0652834309231906,0.0,0.00206248749545402 -3265,0.5,0.255951455205554,0.0,0.0551185234221927,0.0,0.00181101398104905 -3266,0.5,0.255951455205554,0.0,0.0485020962762815,0.0,0.00158094826912961 -3267,0.5,0.255951455205554,0.0,0.0445122475740988,0.0,0.0012460182816066 -3268,0.5,0.255951455205554,0.0,0.0427431357075264,0.0,0.00152749091421739 -3269,0.5,0.255951455205554,0.00021578662166564,0.0407496864960716,1.9956869593385e-05,0.00224076791723486 -3270,0.5,0.255951455205554,0.0275546654574299,0.0415052271974319,0.00539722373397493,0.00239086529064152 -3271,0.5,0.255951455205554,0.0930985374351411,0.0542573277564768,0.0521383982187921,0.00237785581560106 -3272,0.5,0.255951455205554,0.184573847035846,0.0885923714834581,0.216938231392704,0.00269312616137311 -3273,0.5,0.255951455205554,0.278472201788902,0.135405597503179,0.341910912050155,0.00291970262981277 -3274,0.5,0.255951455205554,0.364004109077293,0.196693415283278,0.41216785473518,0.00361740168266733 -3275,0.5,0.255951455205554,0.414913771609956,0.253065809948656,0.450005369432275,0.00485539340407819 -3276,0.5,0.255951455205554,0.419539229632961,0.285172076473197,0.581386478275783,0.00523995172810358 -3277,0.5,0.255951455205554,0.402023085921181,0.2896795361832,0.570956510952918,0.00487500850926109 -3278,0.5,0.255951455205554,0.373933281912405,0.277918119784571,0.625784661605025,0.00406538630695061 -3279,0.5,0.255951455205554,0.326008734714715,0.258613198279316,0.576571449406677,0.00353724499160428 -3280,0.5,0.255951455205554,0.259005282373022,0.228822829340411,0.461040523339553,0.00262113913796771 -3281,0.5,0.255951455205554,0.189231662383513,0.193022091598702,0.362117970642885,0.00186497205152799 -3282,0.5,0.255951455205554,0.118364714998023,0.144105712454458,0.230022589362072,0.00115429835945903 -3283,0.5,0.255951455205554,0.048957604109165,0.105279824052903,0.109520142092425,0.000596243755787892 -3284,0.5,0.255951455205554,0.00119332318915671,0.0867091687550924,0.0,0.000351359256957204 -3285,0.5,0.255951455205554,0.0,0.0801991031021985,0.0,0.00133259631114825 -3286,0.5,0.255951455205554,0.0,0.0769867745661675,0.0,0.000515898599202488 -3287,0.5,0.255951455205554,0.0,0.0703664482170624,0.0,0.000505571320894127 -3288,0.5,0.255951455205554,0.0,0.0632445807724478,0.0,0.000447852476331619 -3289,0.5,0.255951455205554,0.0,0.0578765671478676,0.0,0.000216402997687741 -3290,0.5,0.255951455205554,0.0,0.0522456359308204,0.0,0.000619023870081762 -3291,0.5,0.255951455205554,0.0,0.0385576155848632,0.0,0.000986532741197826 -3292,0.5,0.255951455205554,0.0,0.0339556590807226,0.0,0.000167301811088798 -3293,0.5,0.255951455205554,2.91725811172221e-05,0.0294322092588851,0.000673077804207546,0.000130042377705993 -3294,0.5,0.255951455205554,0.0181309911181088,0.02775177242243,0.0388867630999734,0.00112559666986685 -3295,0.5,0.255951455205554,0.0653443614620314,0.0317499703666121,0.107177902571194,0.00119307398296821 -3296,0.5,0.255951455205554,0.124918486308527,0.0398385000714197,0.204458735682813,0.00254625136472028 -3297,0.5,0.255951455205554,0.190057569234301,0.0482444287671681,0.27485085964075,0.00376642009496898 -3298,0.5,0.255951455205554,0.252823138880588,0.0567399871653922,0.357724613671879,0.00430485636319172 -3299,0.5,0.255951455205554,0.304361063540571,0.0676165621372972,0.371650791163868,0.00616698069749624 -3300,0.5,0.255951455205554,0.315919444667225,0.0774310873293282,0.317320974307862,0.00865363452040363 -3301,0.5,0.255951455205554,0.314890656223891,0.0784727746086593,0.349551392777254,0.0122511068709324 -3302,0.5,0.255951455205554,0.303759231444569,0.0777637332947897,0.304852155103416,0.0156589000717981 -3303,0.5,0.255951455205554,0.270393165229187,0.0809799374577882,0.268790586336223,0.0180733337782259 -3304,0.5,0.255951455205554,0.230858086918678,0.0825382228007186,0.241877177059841,0.0281689567895461 -3305,0.5,0.255951455205554,0.17733876965255,0.07678081991233,0.223260577529588,0.0434337134591127 -3306,0.5,0.255951455205554,0.118770236948397,0.0634669923786129,0.126840038113051,0.051854013498776 -3307,0.5,0.255951455205554,0.0509963062774495,0.0457116543944406,0.0288114862226792,0.0499944446942495 -3308,0.5,0.255951455205554,0.00172156959033708,0.0333980081508801,0.00259982788292188,0.0460185229605779 -3309,0.5,0.255951455205554,0.0,0.0305761955815644,0.0,0.0532910437294499 -3310,0.5,0.255951455205554,0.0,0.028829781928747,0.0,0.0765330375212506 -3311,0.5,0.255951455205554,0.0,0.0293491703154326,0.0,0.0958646680517543 -3312,0.5,0.255951455205554,0.0,0.0294008213840623,0.0,0.109580733013622 -3313,0.5,0.255951455205554,0.0,0.0275335897757542,0.0,0.119237745316915 -3314,0.5,0.255951455205554,0.0,0.0271385274882963,0.0,0.108612677968358 -3315,0.5,0.255951455205554,0.0,0.0287151469103034,0.0,0.0751971022035472 -3316,0.5,0.255951455205554,0.0,0.0309481322492922,0.0,0.0492119980614583 -3317,0.5,0.255951455205554,0.000238560372602948,0.033427014402892,0.000161102900394915,0.0412936926809361 -3318,0.5,0.255951455205554,0.0320908006747099,0.0383140493774277,0.0086130467292539,0.0453149410316861 -3319,0.5,0.255951455205554,0.106376019094191,0.0569166799446172,0.0466668568809603,0.0577491611344164 -3320,0.5,0.255951455205554,0.213196667341239,0.0924787034776911,0.0748571010085739,0.068846894565683 -3321,0.5,0.255951455205554,0.333159391060212,0.124428128570628,0.0858346605213101,0.0722879693339517 -3322,0.5,0.255951455205554,0.455333159701326,0.13522653600219,0.144307099140189,0.0807649833463889 -3323,0.5,0.255951455205554,0.550582120376116,0.128230159001907,0.275907139350338,0.0939602657758724 -3324,0.5,0.255951455205554,0.609673607904258,0.118247290791542,0.570925175246403,0.0998809353196265 -3325,0.5,0.255951455205554,0.631768826380193,0.110813034612947,0.469376369455378,0.098658016666105 -3326,0.5,0.255951455205554,0.607653746769849,0.105701259418168,0.349259134797782,0.11035605510566 -3327,0.5,0.255951455205554,0.537875611468843,0.108040810323086,0.259506260393582,0.146847266992385 -3328,0.5,0.255951455205554,0.443949177648762,0.115049936356177,0.249920331941256,0.205962545015411 -3329,0.5,0.255951455205554,0.325446095378544,0.116761362508567,0.364361877755229,0.259882046591628 -3330,0.5,0.255951455205554,0.211076262284545,0.0897535220644023,0.248731937973233,0.261041734474828 -3331,0.5,0.255951455205554,0.0736187857968308,0.0616229610328504,0.121346623605137,0.241609034655321 -3332,0.5,0.255951455205554,0.00285934559968993,0.0708826819288416,0.0223098361595205,0.250909753297061 -3333,0.5,0.255951455205554,0.0,0.0769902849079774,0.0,0.269074381575059 -3334,0.5,0.255951455205554,0.0,0.0708857411304263,0.0,0.295457251604361 -3335,0.5,0.255951455205554,0.0,0.0646027899475567,0.0,0.343107550607051 -3336,0.5,0.255951455205554,0.0,0.0599608660669217,0.0,0.368139476464671 -3337,0.5,0.255951455205554,0.0,0.0554362525319536,0.0,0.33957622430629 -3338,0.5,0.255951455205554,0.0,0.051950959397144,0.0,0.310547271389965 -3339,0.5,0.255951455205554,0.0,0.0481134796675116,0.0,0.283013563586015 -3340,0.5,0.255951455205554,0.0,0.0440253802059629,0.0,0.262334303457205 -3341,0.5,0.255951455205554,0.000530848624671292,0.0406683878793392,0.00181920509986798,0.266177585712742 -3342,0.5,0.255951455205554,0.042637858250651,0.0358439647492478,0.0541077112313089,0.276271853644376 -3343,0.5,0.255951455205554,0.126448302934043,0.0350611301592782,0.134182605964202,0.242453577049455 -3344,0.5,0.255951455205554,0.247999776808564,0.0487527956746631,0.256283311840122,0.195979111502666 -3345,0.5,0.255951455205554,0.381334048952248,0.0685497635686954,0.383817252962511,0.176521286780883 -3346,0.5,0.255951455205554,0.515224673630158,0.0776124766366575,0.519119727120056,0.1478488181381 -3347,0.5,0.255951455205554,0.618895673315001,0.0871436297073938,0.627379397000869,0.108593039896567 -3348,0.5,0.255951455205554,0.67680769680905,0.0976182872178216,0.687856572993,0.090214239240857 -3349,0.5,0.255951455205554,0.688739117133734,0.108030769215423,0.708255876618244,0.0884022657775054 -3350,0.5,0.255951455205554,0.657042515131972,0.114503162111985,0.689296906572625,0.0945768327863827 -3351,0.5,0.255951455205554,0.590968336364769,0.113866967512661,0.621965477697101,0.105939028042561 -3352,0.5,0.255951455205554,0.478368951968958,0.115181578952918,0.50633459266436,0.108190924956343 -3353,0.5,0.255951455205554,0.346314560697412,0.106702374189666,0.37440562680687,0.130835476416561 -3354,0.5,0.255951455205554,0.216501641675831,0.0618565601310077,0.243129911375997,0.129373572536224 -3355,0.5,0.255951455205554,0.0742489328422572,0.0600849409608961,0.11845187175495,0.129944703787927 -3356,0.5,0.255951455205554,0.00364472221229908,0.0644007798125961,0.0228732819905916,0.13496376919369 -3357,0.5,0.255951455205554,0.0,0.0663035848259184,0.0,0.121783058101791 -3358,0.5,0.255951455205554,0.0,0.0627337279878214,0.0,0.111253896405988 -3359,0.5,0.255951455205554,0.0,0.058399491287547,0.0,0.115909826181516 -3360,0.5,0.255951455205554,0.0,0.0567093202004662,0.0,0.136327553742898 -3361,0.5,0.255951455205554,0.0,0.0552976054920966,0.0,0.147343258750151 -3362,0.5,0.255951455205554,0.0,0.0532327974470951,0.0,0.158220589358974 -3363,0.5,0.255951455205554,0.0,0.0526912047082764,0.0,0.154038463264313 -3364,0.5,0.255951455205554,0.0,0.0532071078719409,0.0,0.102492866749463 -3365,0.5,0.255951455205554,0.000589753488811862,0.0512020981780523,0.00202435391894503,0.0468015250846061 -3366,0.5,0.255951455205554,0.0431394120021209,0.045132557762024,0.0539454816756024,0.0184881167761453 -3367,0.5,0.255951455205554,0.125172742667209,0.0428891331654572,0.130624845830268,0.0118557178164075 -3368,0.5,0.255951455205554,0.241534207918995,0.0627284296312356,0.237121012570148,0.0137463950698142 -3369,0.5,0.255951455205554,0.371416798145911,0.0845483678648412,0.33329544398858,0.00714733442110733 -3370,0.5,0.255951455205554,0.502258300260243,0.0995622367880464,0.480253613822766,0.00754724610051091 -3371,0.5,0.255951455205554,0.60374624230389,0.109522763473644,0.590626601311837,0.00842744049262032 -3372,0.5,0.255951455205554,0.659682351330454,0.122882092331327,0.655912739853683,0.0100523416505559 -3373,0.5,0.255951455205554,0.672161225575935,0.14509822066228,0.684307580342624,0.0147516654186056 -3374,0.5,0.255951455205554,0.646208896887186,0.166838613658464,0.66267576952852,0.023085039377973 -3375,0.5,0.255951455205554,0.578827936671455,0.186940783847951,0.513985188938399,0.033768764022101 -3376,0.5,0.255951455205554,0.467940328813616,0.19865258109521,0.467742411791536,0.0466368743354293 -3377,0.5,0.255951455205554,0.336057503489817,0.188634599017472,0.360874509985496,0.0687577286958104 -3378,0.5,0.255951455205554,0.212797410153666,0.107494447064628,0.228424336547187,0.104353376993495 -3379,0.5,0.255951455205554,0.0769000473936484,0.111590910686559,0.105898421035416,0.119302530190375 -3380,0.5,0.255951455205554,0.0044933690165205,0.135876768115272,0.0274667479870768,0.100990443219797 -3381,0.5,0.255951455205554,0.0,0.158126574685101,0.0,0.100700676569091 -3382,0.5,0.255951455205554,0.0,0.162200667389208,0.0,0.125469131775971 -3383,0.5,0.255951455205554,0.0,0.156696637844069,0.0,0.180600644687736 -3384,0.5,0.255951455205554,0.0,0.149059557705048,0.0,0.268910273175388 -3385,0.5,0.255951455205554,0.0,0.14468276200906,0.0,0.426866651641001 -3386,0.5,0.255951455205554,0.0,0.147276504207214,0.0,0.507262203375652 -3387,0.5,0.255951455205554,0.0,0.15726410771303,0.0,0.480030021759895 -3388,0.5,0.255951455205554,0.0,0.167343917299403,0.0,0.474682787067718 -3389,0.5,0.255951455205554,0.000664546444882069,0.18096922641083,0.0022175228600852,0.469604983430483 -3390,0.5,0.255951455205554,0.040380075590319,0.189571725728915,0.0483728601035218,0.448497230597756 -3391,0.5,0.255951455205554,0.1202542814885,0.258621135605946,0.118612626536426,0.380350641212829 -3392,0.5,0.255951455205554,0.235477971056073,0.351412280314345,0.223347867297595,0.239122736041013 -3393,0.5,0.255951455205554,0.358100988418449,0.422014060837797,0.31868085570837,0.16794447871253 -3394,0.5,0.255951455205554,0.487833874119287,0.414785556528569,0.449356707107282,0.219487737718092 -3395,0.5,0.255951455205554,0.581220136768959,0.352685928285039,0.545124735569475,0.226145254105579 -3396,0.5,0.255951455205554,0.632973510392167,0.291151193871977,0.622093448253115,0.208681371811371 -3397,0.5,0.255951455205554,0.64259739895614,0.265872549117394,0.667366188569039,0.146996192475506 -3398,0.5,0.255951455205554,0.609124071309941,0.244336150405121,0.60933197574734,0.0896722792824073 -3399,0.5,0.255951455205554,0.535170075583911,0.209800856383395,0.451601165602648,0.0457901751740985 -3400,0.5,0.255951455205554,0.436218821121675,0.166884192851076,0.33393673149999,0.0242967020557117 -3401,0.5,0.255951455205554,0.305582796832009,0.10275384314818,0.251421134733047,0.0118834210887861 -3402,0.5,0.255951455205554,0.188990594634152,0.0494999625511116,0.139365090120132,0.0072347023970943 -3403,0.5,0.255951455205554,0.0663027445589717,0.0355557669806599,0.0621841509874031,0.00461828315210059 -3404,0.5,0.255951455205554,0.00440884762089265,0.0376835635192565,0.0177239647749244,0.0029900741187357 -3405,0.5,0.255951455205554,0.0,0.0398358122393149,0.0,0.0113005974916839 -3406,0.5,0.255951455205554,0.0,0.0426736231752867,0.0,0.0438342082498079 -3407,0.5,0.255951455205554,0.0,0.0462607274568514,0.0,0.0408547914523337 -3408,0.5,0.255951455205554,0.0,0.0611013231469006,0.0,0.0683688115114709 -3409,0.5,0.255951455205554,0.0,0.079616626148796,0.0,0.109213276518581 -3410,0.5,0.255951455205554,0.0,0.0995225044879396,0.0,0.167985222175045 -3411,0.5,0.255951455205554,0.0,0.110063698218315,0.0,0.24142888602985 -3412,0.5,0.255951455205554,0.0,0.112093781172001,0.0,0.2935143640987 -3413,0.5,0.255951455205554,0.000630153560824463,0.122536661713752,0.0021081555254657,0.283396061165908 -3414,0.5,0.255951455205554,0.0175062218656358,0.179732080033601,0.0429636034676747,0.240794876283725 -3415,0.5,0.255951455205554,0.053923838024415,0.245321679002028,0.111284763633279,0.225413506373661 -3416,0.5,0.255951455205554,0.11134264110995,0.284220042982239,0.0563049865438132,0.191614342642369 -3417,0.5,0.255951455205554,0.185279722832484,0.294654495197091,0.0306778220044678,0.103039518494669 -3418,0.5,0.255951455205554,0.260047876347854,0.29001842623454,0.00275414873885763,0.073143232825782 -3419,0.5,0.255951455205554,0.318577816174739,0.278862305866115,0.00289142763493125,0.0558557014026761 -3420,0.5,0.255951455205554,0.344524046934784,0.261516960726797,0.028824735394779,0.0342005190817638 -3421,0.5,0.255951455205554,0.355598977242906,0.247621618422933,0.313144293099726,0.0247247272851624 -3422,0.5,0.255951455205554,0.340054544054055,0.22439232096572,0.519816316731375,0.0200152839107965 -3423,0.5,0.255951455205554,0.285718894760617,0.201461961671388,0.407077270516087,0.0389118453941495 -3424,0.5,0.255951455205554,0.237887174566576,0.180210290332462,0.373140031125113,0.0549397748542364 -3425,0.5,0.255951455205554,0.186605170582144,0.161982881824541,0.293387998485995,0.0494336078930059 -3426,0.5,0.255951455205554,0.129081880779275,0.163592629298538,0.170810674881698,0.0404231372287955 -3427,0.5,0.255951455205554,0.0602712605890055,0.131651075711158,0.0573027184809571,0.0280727757988518 -3428,0.5,0.255951455205554,0.00484105145666794,0.0922654797358543,0.00273443083836819,0.0188220845496026 -3429,0.5,0.255951455205554,0.0,0.0666191385885041,0.0,0.0158463498986952 -3430,0.5,0.255951455205554,0.0,0.0467302839292108,0.0,0.0141204522805318 -3431,0.5,0.255951455205554,0.0,0.03833957388831,0.0,0.0124315300536079 -3432,0.5,0.255951455205554,0.0,0.0372504362937162,0.0,0.0115362989144886 -3433,0.5,0.255951455205554,0.0,0.0393775705104221,0.0,0.0153637315382402 -3434,0.5,0.255951455205554,0.0,0.0418067838416341,0.0,0.0172120104490594 -3435,0.5,0.255951455205554,0.0,0.0431869658309457,0.0,0.0187796396187743 -3436,0.5,0.255951455205554,0.0,0.0429270094433948,0.0,0.0199934920515451 -3437,0.5,0.255951455205554,0.000395710722570164,0.0426749969476299,0.00290311317112966,0.0177454322927159 -3438,0.5,0.255951455205554,0.0284806007259301,0.0431517158680135,0.0562692490571527,0.0180495494906659 -3439,0.5,0.255951455205554,0.082261394983729,0.0548092118915792,0.13658910461579,0.0196205040844756 -3440,0.5,0.255951455205554,0.157748385595521,0.077451633905985,0.257708720456922,0.0165441455444593 -3441,0.5,0.255951455205554,0.239626644774654,0.0885327683662042,0.384643112479696,0.0146963517356842 -3442,0.5,0.255951455205554,0.308157852867287,0.0862048169024643,0.520380443842428,0.0133878659983927 -3443,0.5,0.255951455205554,0.349507468652832,0.07502459514475,0.629055261257005,0.0107699703967618 -3444,0.5,0.255951455205554,0.372428898642678,0.0750880420648187,0.690418613281844,0.00642902515030996 -3445,0.5,0.255951455205554,0.378974286588674,0.0806800762245801,0.710056837937708,0.003671657953505 -3446,0.5,0.255951455205554,0.382466195265071,0.0882505508877627,0.690092442782749,0.00332027858112045 -3447,0.5,0.255951455205554,0.373635552642572,0.0828093070137971,0.605708817295317,0.00219872792773051 -3448,0.5,0.255951455205554,0.312004925421482,0.0751949391650443,0.507129005327721,0.00242701459121856 -3449,0.5,0.255951455205554,0.232913065387372,0.0713325595242289,0.339202246002074,0.00174715070290052 -3450,0.5,0.255951455205554,0.151695239654929,0.0559846610651416,0.240411342340401,0.00175833748545792 -3451,0.5,0.255951455205554,0.0621472007385249,0.0310285902192639,0.119708527149726,0.00176445503171065 -3452,0.5,0.255951455205554,0.00453121123622718,0.0220995317063855,0.0282623697718242,0.00261800579907844 -3453,0.5,0.255951455205554,0.0,0.0216010346416316,0.0,0.00477093653186413 -3454,0.5,0.255951455205554,0.0,0.0203475932322283,0.0,0.00656689628615176 -3455,0.5,0.255951455205554,0.0,0.0191560690851692,0.0,0.00598811813548263 -3456,0.5,0.255951455205554,0.0,0.019934667472239,0.0,0.00400367635111943 -3457,0.5,0.255951455205554,0.0,0.0210446621988191,0.0,0.00337588447920262 -3458,0.5,0.255951455205554,0.0,0.0213823316241414,0.0,0.00278762358349096 -3459,0.5,0.255951455205554,0.0,0.0217296064004932,0.0,0.00199002199573184 -3460,0.5,0.255951455205554,0.0,0.0212811594840294,0.0,0.00175565057841711 -3461,0.5,0.255951455205554,0.000802872975350046,0.0189264723826602,0.00298036305876239,0.00178377319375954 -3462,0.5,0.255951455205554,0.0328322720459505,0.0158633648268075,0.0413370484567784,0.00227347739098362 -3463,0.5,0.255951455205554,0.0950024089223695,0.0202499607592891,0.0406779881428541,0.00234789982114214 -3464,0.5,0.255951455205554,0.184995477796112,0.029228707817117,0.0550306167870915,0.00279015317610785 -3465,0.5,0.255951455205554,0.28737568476583,0.0363425462232503,0.153119486448561,0.00205484022822759 -3466,0.5,0.255951455205554,0.386293140043814,0.0402175163623617,0.399774992165861,0.00206486640087499 -3467,0.5,0.255951455205554,0.466146679031868,0.0472622894782134,0.626149889612542,0.00268776066713413 -3468,0.5,0.255951455205554,0.509015803380445,0.0537621554284005,0.684230316615307,0.00387319671578279 -3469,0.5,0.255951455205554,0.534423842344181,0.053748951807739,0.636978195942073,0.00485183769532287 -3470,0.5,0.255951455205554,0.535583794451536,0.0491760948103847,0.625471757445487,0.00580029496583655 -3471,0.5,0.255951455205554,0.488846274453018,0.0495891999271961,0.587780693634728,0.00516914746228576 -3472,0.5,0.255951455205554,0.405812277460528,0.0524571300884232,0.509008563846572,0.00331333256377532 -3473,0.5,0.255951455205554,0.305679690624284,0.0575764625340886,0.383162976106264,0.00277800481065479 -3474,0.5,0.255951455205554,0.198975925591583,0.0541218709676745,0.252389066186198,0.00190978232193494 -3475,0.5,0.255951455205554,0.0842803118642677,0.0405638326614696,0.125567410405804,0.00117472300057944 -3476,0.5,0.255951455205554,0.0073592913951904,0.0466018289596162,0.0296387259008769,0.00125336645418305 -3477,0.5,0.255951455205554,0.0,0.0501125658453242,0.0,0.00141603973164072 -3478,0.5,0.255951455205554,0.0,0.0462386236391783,0.0,0.00126680497974333 -3479,0.5,0.255951455205554,0.0,0.0461891911755303,0.0,0.00109833192808317 -3480,0.5,0.255951455205554,0.0,0.047660763020753,0.0,0.000963037183479311 -3481,0.5,0.255951455205554,0.0,0.05197994506329,0.0,0.000665509418627898 -3482,0.5,0.255951455205554,0.0,0.0525459319276175,0.0,0.000511486219599908 -3483,0.5,0.255951455205554,0.0,0.0526402412782154,0.0,0.000559238003760728 -3484,0.5,0.255951455205554,0.0,0.0540784933262795,0.0,0.000837492529303738 -3485,0.5,0.255951455205554,0.0010587943316708,0.0537132224060955,0.00387221184877972,0.00149162319159276 -3486,0.5,0.255951455205554,0.0399750807119161,0.0544672637705061,0.062141873599723,0.00449341603605236 -3487,0.5,0.255951455205554,0.106189663200596,0.0783477724940924,0.140353127872198,0.00881309887815729 -3488,0.5,0.255951455205554,0.194612205917139,0.130738766981469,0.257146612617291,0.012588369625749 -3489,0.5,0.255951455205554,0.294564705936476,0.189273618272763,0.374374555991916,0.0189852180451714 -3490,0.5,0.255951455205554,0.399587039922002,0.269106537087582,0.494261769106783,0.0272446665282546 -3491,0.5,0.255951455205554,0.479582851028431,0.349462544507289,0.608188147155632,0.0403096809084147 -3492,0.5,0.255951455205554,0.50454560572411,0.418864317223084,0.686319028199747,0.0563838132911418 -3493,0.5,0.255951455205554,0.506254763682972,0.46056516290391,0.710660492046634,0.0753318044929316 -3494,0.5,0.255951455205554,0.502290674496745,0.485914712376741,0.693495648866379,0.095472879196324 -3495,0.5,0.255951455205554,0.452331269941363,0.49603586109595,0.631047076180402,0.121919285762596 -3496,0.5,0.255951455205554,0.35420544260566,0.494303160609511,0.502688113572971,0.165217652107787 -3497,0.5,0.255951455205554,0.250802138820578,0.470307604089993,0.366511702780841,0.231890883454421 -3498,0.5,0.255951455205554,0.149687171735649,0.374967678113658,0.241964494444539,0.331572473606824 -3499,0.5,0.255951455205554,0.0650266738327112,0.292735600990012,0.122826436800808,0.48065111208493 -3500,0.5,0.255951455205554,0.00630872524539113,0.266970147886025,0.0353496737419254,0.609988496973711 -3501,0.5,0.255951455205554,0.0,0.271200367838486,0.0,0.685052508319798 -3502,0.5,0.255951455205554,0.0,0.265791456823872,0.0,0.712733681469821 -3503,0.5,0.255951455205554,0.0,0.244636747225253,0.0,0.732553477007834 -3504,0.5,0.255951455205554,0.0,0.22322687827153,0.0,0.744565475739107 -3505,0.5,0.255951455205554,0.0,0.198871610372797,0.0,0.724709771048403 -3506,0.5,0.255951455205554,0.0,0.18443473877668,0.0,0.683789748280099 -3507,0.5,0.255951455205554,0.0,0.185021028835209,0.0,0.64432740998572 -3508,0.5,0.255951455205554,0.0,0.185902253598554,0.0,0.591389282401517 -3509,0.5,0.255951455205554,0.000506555383878843,0.189114686759672,0.00401692157471341,0.604137132248203 -3510,0.5,0.255951455205554,0.0161970588330661,0.213031319805303,0.0617527476785105,0.612579706795147 -3511,0.5,0.255951455205554,0.0445776503192861,0.272495298025651,0.138999231106912,0.597662705817944 -3512,0.5,0.255951455205554,0.07768558374248,0.336989488327595,0.235435240776404,0.612074371734343 -3513,0.5,0.255951455205554,0.108826117249218,0.384306612037018,0.325647250034995,0.642406948017086 -3514,0.5,0.255951455205554,0.133998301964068,0.423994484860764,0.394445291448053,0.659431576604114 -3515,0.5,0.255951455205554,0.153672706885851,0.457258104965799,0.37076306777559,0.620729101945459 -3516,0.5,0.255951455205554,0.164631675733341,0.494575748404665,0.480551704156206,0.55389383861159 -3517,0.5,0.255951455205554,0.173406431634788,0.530401010053629,0.472057660426842,0.518837299113663 -3518,0.5,0.255951455205554,0.16524269379116,0.54844108905282,0.454991188977348,0.473643692590238 -3519,0.5,0.255951455205554,0.140916164766756,0.540950887946458,0.461595537915949,0.495825905468127 -3520,0.5,0.255951455205554,0.105774682309207,0.521835720126764,0.391858134699937,0.70398840220338 -3521,0.5,0.255951455205554,0.0674872698853693,0.512272866907804,0.289965395637726,0.842279858076534 -3522,0.5,0.255951455205554,0.0375258688001745,0.512059707459182,0.194901281582051,0.764667286944921 -3523,0.5,0.255951455205554,0.0150037089978966,0.521091361865303,0.0966898945234641,0.507562046739472 -3524,0.5,0.255951455205554,0.00221427527019672,0.5301159888617,0.0276266838713203,0.324291838219646 -3525,0.5,0.255951455205554,0.0,0.541879218020227,0.0,0.302309457194867 -3526,0.5,0.255951455205554,0.0,0.551382080266649,0.0,0.365024382672291 -3527,0.5,0.255951455205554,0.0,0.563233254299792,0.0,0.584404143405225 -3528,0.5,0.255951455205554,0.0,0.570450201944547,0.0,0.655052429139833 -3529,0.5,0.255951455205554,0.0,0.566061940487929,0.0,0.726741011978486 -3530,0.5,0.255951455205554,0.0,0.553254733009675,0.0,0.832268031005837 -3531,0.5,0.255951455205554,0.0,0.537798113647003,0.0,0.939431986184459 -3532,0.5,0.255951455205554,0.0,0.520269246425581,0.0,0.981817216222269 -3533,0.5,0.255951455205554,9.45044634488301e-05,0.504970285336501,0.000396221371588829,0.993751058347974 -3534,0.5,0.255951455205554,0.00394903091056974,0.503554896186058,0.00422525602885332,0.993619271993107 -3535,0.5,0.255951455205554,0.0183921691605029,0.510283276483464,0.0206149591947468,0.979443982312631 -3536,0.5,0.255951455205554,0.0420878471260047,0.515164776857885,0.042069228150658,0.96104351743488 -3537,0.5,0.255951455205554,0.0671088993365698,0.506986548304919,0.0602690738854348,0.973324654052576 -3538,0.5,0.255951455205554,0.0937976628193387,0.495914379370415,0.0883156501983792,0.986329265916861 -3539,0.5,0.255951455205554,0.116873369439918,0.485292138234074,0.129299993413043,0.983405178362688 -3540,0.5,0.255951455205554,0.125608177974492,0.473738019858942,0.149572805405303,0.980069229669045 -3541,0.5,0.255951455205554,0.131135356213142,0.463291918410383,0.157377289760027,0.976841550179512 -3542,0.5,0.255951455205554,0.126749263813645,0.450147368554399,0.139997983431233,0.969989277942746 -3543,0.5,0.255951455205554,0.111775176553627,0.430488753326336,0.12982355605519,0.96033972535416 -3544,0.5,0.255951455205554,0.0906061158093586,0.413202493005326,0.118513357117347,0.946972387913693 -3545,0.5,0.255951455205554,0.0668134857566976,0.398141662885043,0.155310241347908,0.923968335168069 -3546,0.5,0.255951455205554,0.0437567149343801,0.387073827824591,0.190722013467872,0.906244051964661 -3547,0.5,0.255951455205554,0.0201019756284025,0.377220972362674,0.0590662283751225,0.88694635969969 -3548,0.5,0.255951455205554,0.00131333818937385,0.36476266715506,0.0375791305152817,0.879635373838593 -3549,0.5,0.255951455205554,0.0,0.355362819841774,0.0,0.884450643767169 -3550,0.5,0.255951455205554,0.0,0.35067202969373,0.0,0.889668767760214 -3551,0.5,0.255951455205554,0.0,0.343567131761918,0.0,0.885245570262043 -3552,0.5,0.255951455205554,0.0,0.333778086375828,0.0,0.868047976691467 -3553,0.5,0.255951455205554,0.0,0.319014128487881,0.0,0.844460624304912 -3554,0.5,0.255951455205554,0.0,0.299630501106507,0.0,0.813209895358882 -3555,0.5,0.255951455205554,0.0,0.283482261764506,0.0,0.777400718506579 -3556,0.5,0.255951455205554,0.0,0.266488629485712,0.0,0.737160876708802 -3557,0.5,0.255951455205554,0.000338491454279946,0.257387575016029,0.00475710787505545,0.730200979528101 -3558,0.5,0.255951455205554,0.0139031667788587,0.274024839499684,0.06651109492884,0.737117204692356 -3559,0.5,0.255951455205554,0.043365970797222,0.306244691809875,0.145116249546067,0.749319236063277 -3560,0.5,0.255951455205554,0.0827440431961677,0.33682712866008,0.231054224282443,0.733192784959855 -3561,0.5,0.255951455205554,0.124295338253427,0.333595090440556,0.311642732423798,0.692985521510884 -3562,0.5,0.255951455205554,0.168198689114745,0.317985887001071,0.445231252565591,0.663126618145407 -3563,0.5,0.255951455205554,0.205259288492409,0.300294003527146,0.295922732820805,0.623146754367175 -3564,0.5,0.255951455205554,0.238082522206656,0.278593905627265,0.29561524555156,0.550700932540422 -3565,0.5,0.255951455205554,0.238203392089233,0.258831967139151,0.298172336320524,0.474774678967142 -3566,0.5,0.255951455205554,0.228530602911696,0.242797626624599,0.483144637174761,0.409084128661224 -3567,0.5,0.255951455205554,0.216935470798589,0.230925776434325,0.588515784172854,0.36902543842974 -3568,0.5,0.255951455205554,0.184937437347567,0.212448208067734,0.514548733332457,0.338830034164795 -3569,0.5,0.255951455205554,0.146514503977693,0.187311743905843,0.383589569475056,0.302525140885165 -3570,0.5,0.255951455205554,0.09897856306848,0.152679847954152,0.258447429075628,0.255752446976884 -3571,0.5,0.255951455205554,0.0481291013198226,0.113481081888389,0.137372848619393,0.220038415600535 -3572,0.5,0.255951455205554,0.00590683299179218,0.0744823103832902,0.036726915753766,0.193111949667218 -3573,0.5,0.255951455205554,0.0,0.0537800867188612,0.0,0.17201783010168 -3574,0.5,0.255951455205554,0.0,0.0460031070911362,0.0,0.161757261478437 -3575,0.5,0.255951455205554,0.0,0.0411998007136229,0.0,0.15781884288161 -3576,0.5,0.255951455205554,0.0,0.0378327301226251,0.0,0.154570375275111 -3577,0.5,0.255951455205554,0.0,0.0350819849128357,0.0,0.141750207658639 -3578,0.5,0.255951455205554,0.0,0.0329362352385846,0.0,0.13679905484278 -3579,0.5,0.255951455205554,0.0,0.0311021540108575,0.0,0.138286458147136 -3580,0.5,0.255951455205554,0.0,0.0302200924941904,0.0,0.123993654181301 -3581,0.5,0.255951455205554,0.0012364794490322,0.0306644847891409,0.0051539767526248,0.115716689319536 -3582,0.5,0.255951455205554,0.0322561071863058,0.0322814329066203,0.0674983701392548,0.106960756942359 -3583,0.5,0.255951455205554,0.0911268729689501,0.0438820901567307,0.149880992685508,0.118380889197361 -3584,0.5,0.255951455205554,0.179337011572644,0.0660112628415233,0.27406525396042,0.130942822187143 -3585,0.5,0.255951455205554,0.280903900005157,0.0837676588110067,0.402694528463337,0.13238106240525 -3586,0.5,0.255951455205554,0.380190433172674,0.0920743678260758,0.539873861771407,0.13082119519496 -3587,0.5,0.255951455205554,0.454446946351925,0.103169196693096,0.649584226014158,0.14076703103389 -3588,0.5,0.255951455205554,0.493890114094702,0.117300800918928,0.711742973628982,0.163170067948382 -3589,0.5,0.255951455205554,0.503303638005813,0.129306306110309,0.730257418526411,0.180650505833371 -3590,0.5,0.255951455205554,0.489742993421581,0.13855473355806,0.708660616402373,0.191665599384461 -3591,0.5,0.255951455205554,0.438898219673189,0.145783941296165,0.637213277300615,0.215552932755256 -3592,0.5,0.255951455205554,0.364225781499231,0.151354746930891,0.5172554073395,0.230140781776653 -3593,0.5,0.255951455205554,0.272539618996373,0.147816986784319,0.370976569835677,0.252513519234531 -3594,0.5,0.255951455205554,0.180369112165034,0.133615017800619,0.236582916908939,0.293165907760516 -3595,0.5,0.255951455205554,0.0873781706035536,0.104072699351187,0.115707830358904,0.330412867760461 -3596,0.5,0.255951455205554,0.0108100027404438,0.0774788516421578,0.0404259147282323,0.365930381984363 -3597,0.5,0.255951455205554,0.0,0.0635323854970482,0.0,0.386836419819115 -3598,0.5,0.255951455205554,0.0,0.0558073659031013,0.0,0.379929242565757 -3599,0.5,0.255951455205554,0.0,0.0548268349815348,0.0,0.357108415112872 -3600,0.5,0.255951455205554,0.0,0.054917943413675,0.0,0.346891414293095 -3601,0.5,0.255951455205554,0.0,0.0567507693703605,0.0,0.329750369242337 -3602,0.5,0.255951455205554,0.0,0.0584643617111581,0.0,0.302766511677654 -3603,0.5,0.255951455205554,0.0,0.0595218567672633,0.0,0.276967047183562 -3604,0.5,0.255951455205554,0.0,0.0606100236846691,0.0,0.281091387210484 -3605,0.5,0.255951455205554,0.00179315902316239,0.0620863824107412,0.00545413171884796,0.313670021516428 -3606,0.5,0.255951455205554,0.0522278335479619,0.0735061447533695,0.0679431844567202,0.367828536676523 -3607,0.5,0.255951455205554,0.133161975787982,0.111913602584179,0.131213828956588,0.42271296389638 -3608,0.5,0.255951455205554,0.247359726099545,0.162302835744259,0.0763193902627708,0.448071715763341 -3609,0.5,0.255951455205554,0.370146955292542,0.184426615354262,0.0844340728275622,0.44178151796666 -3610,0.5,0.255951455205554,0.482467554910983,0.199477689299982,0.120780962885606,0.428781748272686 -3611,0.5,0.255951455205554,0.550148244826274,0.215415580281014,0.174436745796929,0.429957377380254 -3612,0.5,0.255951455205554,0.589568894687634,0.23988556227744,0.278734103809525,0.456645020503366 -3613,0.5,0.255951455205554,0.599180531646878,0.264151042743029,0.462635137289401,0.511738048785186 -3614,0.5,0.255951455205554,0.567046583781321,0.28377905477597,0.622836609818211,0.562069434598791 -3615,0.5,0.255951455205554,0.510367555750469,0.303050402481895,0.559386376558514,0.542748565008455 -3616,0.5,0.255951455205554,0.413380509283484,0.313106326714216,0.494413068157449,0.504409739131728 -3617,0.5,0.255951455205554,0.302523356275851,0.302495948463151,0.378637059261651,0.458299280850571 -3618,0.5,0.255951455205554,0.190016488274216,0.265158378326232,0.26523910052448,0.480663312579473 -3619,0.5,0.255951455205554,0.0825713387783461,0.215263860713612,0.134342288197322,0.47290367590667 -3620,0.5,0.255951455205554,0.00817551797572143,0.153144712164734,0.0375924364239923,0.456972929833441 -3621,0.5,0.255951455205554,0.0,0.112536856068,0.0,0.441494166559972 -3622,0.5,0.255951455205554,0.0,0.0851286178901978,0.0,0.437110990478098 -3623,0.5,0.255951455205554,0.0,0.0677509348170784,0.0,0.445572260216198 -3624,0.5,0.255951455205554,0.0,0.0571545347592065,0.0,0.442380258614438 -3625,0.5,0.255951455205554,0.0,0.0505215554123983,0.0,0.409780525569432 -3626,0.5,0.255951455205554,0.0,0.0448259195396547,0.0,0.358301624513766 -3627,0.5,0.255951455205554,0.0,0.0395769766741937,0.0,0.306078851414958 -3628,0.5,0.255951455205554,0.0,0.0344384846360906,0.0,0.270855514620611 -3629,0.5,0.255951455205554,0.00116239415440247,0.0309271915376753,0.000643080235163669,0.251160727065368 -3630,0.5,0.255951455205554,0.039199413141343,0.0347303370320164,0.0104511304020543,0.237964128902079 -3631,0.5,0.255951455205554,0.101987624778956,0.0542732105377416,0.0233184150679803,0.226025338721063 -3632,0.5,0.255951455205554,0.178340438053623,0.0628622289005947,0.0375720228150122,0.205607506354202 -3633,0.5,0.255951455205554,0.253682789692396,0.058889001860808,0.0562007237845141,0.164002378573153 -3634,0.5,0.255951455205554,0.328001772493263,0.056983387351654,0.0724394278445292,0.113597416938641 -3635,0.5,0.255951455205554,0.381361611377583,0.0563499136488886,0.0929075781571959,0.078446903632279 -3636,0.5,0.255951455205554,0.418451946759524,0.0544774136305177,0.108753229412181,0.0595015268153394 -3637,0.5,0.255951455205554,0.446998309529281,0.0490115033013004,0.10893301223304,0.0488991557849136 -3638,0.5,0.255951455205554,0.428071726579317,0.0426322006776373,0.0957592993527796,0.0503146056441167 -3639,0.5,0.255951455205554,0.379895989341843,0.0361396641482852,0.10102956663093,0.0498771950709176 -3640,0.5,0.255951455205554,0.315356562432087,0.0312520132319384,0.24577732860629,0.0439628785945891 -3641,0.5,0.255951455205554,0.237781446063334,0.0264112106045161,0.384218361908802,0.0396352924578117 -3642,0.5,0.255951455205554,0.152899397352606,0.0214901932936973,0.262456311467339,0.0336427025692705 -3643,0.5,0.255951455205554,0.0695441928863695,0.0146402009103019,0.135358108045562,0.0261670175926827 -3644,0.5,0.255951455205554,0.00772978974540123,0.0102962517018701,0.0382391832105482,0.01990147877347 -3645,0.5,0.255951455205554,8.38021191641289e-10,0.0102402432039998,0.0,0.0152854351100451 -3646,0.5,0.255951455205554,0.0,0.00997577361504468,0.0,0.00939810551923427 -3647,0.5,0.255951455205554,0.0,0.00995120695641778,0.0,0.00603120745462916 -3648,0.5,0.255951455205554,0.0,0.00977089030773969,0.0,0.00525704022227302 -3649,0.5,0.255951455205554,0.0,0.00927023320015168,0.0,0.00565756053858528 -3650,0.5,0.255951455205554,0.0,0.00893546196039786,0.0,0.00636854782568015 -3651,0.5,0.255951455205554,0.0,0.00857352824754761,0.0,0.00563582164402974 -3652,0.5,0.255951455205554,0.0,0.00856176399845856,0.0,0.0055079096936624 -3653,0.5,0.255951455205554,0.00156620955526522,0.00885515518695954,0.00514399713872838,0.0100175208951981 -3654,0.5,0.255951455205554,0.0384783093842998,0.00927103315583614,0.0644120789638858,0.0209697132448621 -3655,0.5,0.255951455205554,0.101724404035839,0.0143006679377487,0.144860869652263,0.0330457434732864 -3656,0.5,0.255951455205554,0.18558012129486,0.0259906565646812,0.266602258888583,0.0408209759928233 -3657,0.5,0.255951455205554,0.278156888628856,0.0392295385525406,0.37170500175512,0.0367019019105496 -3658,0.5,0.255951455205554,0.369476445762879,0.0532485483623092,0.526476377671041,0.0219689344982262 -3659,0.5,0.255951455205554,0.458740746354451,0.0707305236247906,0.566834249921172,0.0122548261662463 -3660,0.5,0.255951455205554,0.531045749737503,0.0811979487762806,0.541963217020627,0.00827466955919457 -3661,0.5,0.255951455205554,0.551046311760226,0.0871087642658248,0.54045512704078,0.0111539365783748 -3662,0.5,0.255951455205554,0.522799009001045,0.0893611908650009,0.558689128899344,0.0194833740519901 -3663,0.5,0.255951455205554,0.46431325853244,0.0854967990885131,0.536436919914337,0.0278985394085991 -3664,0.5,0.255951455205554,0.374316916260264,0.0809355643682724,0.415138092170792,0.0287915711872146 -3665,0.5,0.255951455205554,0.268908938999811,0.0712989005490834,0.327942348190588,0.0299753782490417 -3666,0.5,0.255951455205554,0.173712584076045,0.0545023829418333,0.25526472038535,0.0373757292073815 -3667,0.5,0.255951455205554,0.083770846590128,0.0381942999768674,0.129225217535852,0.0450436807732121 -3668,0.5,0.255951455205554,0.0118695688013519,0.0279184321196169,0.0395491809619537,0.0493237592104219 -3669,0.5,0.255951455205554,0.0,0.0221908986048122,0.0,0.0578429317126133 -3670,0.5,0.255951455205554,0.0,0.0169311783284685,0.0,0.0691770595954287 -3671,0.5,0.255951455205554,0.0,0.0135647930494491,0.0,0.0754479589099317 -3672,0.5,0.255951455205554,0.0,0.0121178369136803,0.0,0.0779015261397094 -3673,0.5,0.255951455205554,0.0,0.0108758673504163,0.0,0.0791572440196329 -3674,0.5,0.255951455205554,0.0,0.00989234190836485,0.0,0.0746739820726803 -3675,0.5,0.255951455205554,0.0,0.00960306597096898,0.0,0.065466418250822 -3676,0.5,0.255951455205554,0.0,0.0103097546509527,0.0,0.053930200065924 -3677,0.5,0.255951455205554,0.00144037537532471,0.0133209150344151,0.00506542393794491,0.0436985357207143 -3678,0.5,0.255951455205554,0.0469831338603154,0.0172225841453384,0.062281060799824,0.0354476603325994 -3679,0.5,0.255951455205554,0.121861338133107,0.0226423823970092,0.135393462656346,0.0249619750822306 -3680,0.5,0.255951455205554,0.22974153493495,0.0364347168041297,0.23149921655022,0.0183026538248448 -3681,0.5,0.255951455205554,0.347355463298151,0.0550422648275136,0.341461287739516,0.0143887929688522 -3682,0.5,0.255951455205554,0.457908969789715,0.0793125383863787,0.429780208455844,0.0134441345757133 -3683,0.5,0.255951455205554,0.532630036596402,0.0915868551219978,0.474144376558845,0.0143567511854447 -3684,0.5,0.255951455205554,0.561481917668789,0.0945987517410474,0.383765437329802,0.0147148729967617 -3685,0.5,0.255951455205554,0.55638760479394,0.0893807513535349,0.368595567564795,0.0140346027863451 -3686,0.5,0.255951455205554,0.536220527813906,0.0874865210989698,0.278084695293219,0.0100004866932674 -3687,0.5,0.255951455205554,0.474044962188483,0.0792307886504641,0.235286477894616,0.00483706004694381 -3688,0.5,0.255951455205554,0.369657991283683,0.0669409865821393,0.177527585532799,0.0040993037913995 -3689,0.5,0.255951455205554,0.271219638194273,0.0562665432037723,0.287409112324606,0.00344732806276139 -3690,0.5,0.255951455205554,0.174269453897415,0.0438587862720881,0.166761209634061,0.00279625231319705 -3691,0.5,0.255951455205554,0.0765668263655922,0.0317168307319976,0.122012513651935,0.00229339731817866 -3692,0.5,0.255951455205554,0.00992432070240956,0.0218562788555519,0.0435518408630196,0.00194529530790688 -3693,0.5,0.255951455205554,0.0,0.0173817811595543,0.0,0.00174263160812576 -3694,0.5,0.255951455205554,0.0,0.014054910761609,0.0,0.00188326288975927 -3695,0.5,0.255951455205554,0.0,0.0126383374736173,0.0,0.00201474078779887 -3696,0.5,0.255951455205554,0.0,0.0123349780054652,0.0,0.00216218746566956 -3697,0.5,0.255951455205554,0.0,0.0127319083401166,0.0,0.00317961712147412 -3698,0.5,0.255951455205554,0.0,0.012866812181422,0.0,0.0051831294701508 -3699,0.5,0.255951455205554,0.0,0.0122680935433598,0.0,0.00577392735883281 -3700,0.5,0.255951455205554,0.0,0.0112695048412625,0.0,0.00520224447416036 -3701,0.5,0.255951455205554,0.00184907148274707,0.0105243503095574,0.00405925225730736,0.00529109894117205 -3702,0.5,0.255951455205554,0.0480581657755057,0.0100506571374992,0.0491187888840724,0.00599141688595177 -3703,0.5,0.255951455205554,0.12145741553603,0.0124896413362183,0.118375608080156,0.00792069616425561 -3704,0.5,0.255951455205554,0.22317746837373,0.0181621419818942,0.174539271837501,0.00853032601035725 -3705,0.5,0.255951455205554,0.338459307700383,0.0261045273541033,0.213272184037511,0.010895065433784 -3706,0.5,0.255951455205554,0.45325582413151,0.0362322980011053,0.278620173427298,0.0124782277912678 -3707,0.5,0.255951455205554,0.529243830175449,0.0491805035838397,0.447278999555483,0.0124407157535536 -3708,0.5,0.255951455205554,0.54058755686928,0.0635380272009149,0.593866825044347,0.0136189943257599 -3709,0.5,0.255951455205554,0.526166211482289,0.0758332995241026,0.54810877298543,0.0163356417855714 -3710,0.5,0.255951455205554,0.485056994996583,0.0913146325414054,0.552705418341781,0.0293580706136439 -3711,0.5,0.255951455205554,0.417710412508613,0.104217710820482,0.608390488457716,0.0730973303745553 -3712,0.5,0.255951455205554,0.327650771014397,0.112917035671468,0.498213060915415,0.126033083924012 -3713,0.5,0.255951455205554,0.219806384250622,0.0978624589629433,0.368196122514696,0.145337928450176 -3714,0.5,0.255951455205554,0.130415703076051,0.0747356518035604,0.218892282970359,0.147908320413139 -3715,0.5,0.255951455205554,0.0551473645319326,0.0623057690894418,0.110020161070511,0.168717981687725 -3716,0.5,0.255951455205554,0.00743962668220979,0.0627766716841292,0.0406202419626051,0.148219133166571 -3717,0.5,0.255951455205554,1.01238893062551e-07,0.0664518929158707,0.0,0.0970339627848218 -3718,0.5,0.255951455205554,0.0,0.0674827348282327,0.0,0.0631989956546635 -3719,0.5,0.255951455205554,0.0,0.0691643117657628,0.0,0.0521001270861065 -3720,0.5,0.255951455205554,0.0,0.0754216531582651,0.0,0.051156013676571 -3721,0.5,0.255951455205554,0.0,0.089444139739852,0.0,0.0694100639250148 -3722,0.5,0.255951455205554,0.0,0.108499261897596,0.0,0.120238108866387 -3723,0.5,0.255951455205554,0.0,0.1260677144931,0.0,0.205416138516581 -3724,0.5,0.255951455205554,0.0,0.140645278099788,0.0,0.187945081436412 -3725,0.5,0.255951455205554,0.00171049076167407,0.168623870000987,0.00254793716642656,0.0686008199901928 -3726,0.5,0.255951455205554,0.0212583906505968,0.231509522583566,0.0107920013758397,0.0254946874244639 -3727,0.5,0.255951455205554,0.0603848415666578,0.311795101153044,0.0489533322816999,0.0377584655147234 -3728,0.5,0.255951455205554,0.11910053452352,0.416298735316195,0.0963625834269406,0.0474596097505655 -3729,0.5,0.255951455205554,0.187631794071019,0.531086286133158,0.164983143576963,0.0413997388218649 -3730,0.5,0.255951455205554,0.255759422777457,0.57646021069386,0.295730768752756,0.0380773784689952 -3731,0.5,0.255951455205554,0.323487717702622,0.638261044209642,0.319426288742547,0.0422252304842582 -3732,0.5,0.255951455205554,0.377875571227154,0.667952170238843,0.0349700672687349,0.0545847512289862 -3733,0.5,0.255951455205554,0.421325099019197,0.708605604291619,0.0253048003851767,0.0722420761854427 -3734,0.5,0.255951455205554,0.429759015373842,0.703730038096961,0.198553734593156,0.111935893542121 -3735,0.5,0.255951455205554,0.402312779806889,0.693699205136303,0.0463863777677307,0.237704247400819 -3736,0.5,0.255951455205554,0.331583378486685,0.692325121549004,0.0188526969892556,0.488129589048886 -3737,0.5,0.255951455205554,0.243813824985953,0.630754112758815,0.00488060694520345,0.660727375393574 -3738,0.5,0.255951455205554,0.161898263345161,0.556505534252049,0.00244519365299781,0.697787224021566 -3739,0.5,0.255951455205554,0.0722949839148038,0.488342189676051,0.00142590405367881,0.74996334105104 -3740,0.5,0.255951455205554,0.00639941981245898,0.427806045795968,0.000656203481864036,0.851336617620779 -3741,0.5,0.255951455205554,6.8048747104549e-07,0.383482642114452,0.0,0.905004516011688 -3742,0.5,0.255951455205554,0.0,0.348143449746888,0.0,0.913145304727585 -3743,0.5,0.255951455205554,0.0,0.331010449722783,0.0,0.922248710152761 -3744,0.5,0.255951455205554,0.0,0.316077109159351,0.0,0.902830473320701 -3745,0.5,0.255951455205554,0.0,0.297980274566425,0.0,0.867112904104656 -3746,0.5,0.255951455205554,0.0,0.286787487724473,0.0,0.862490003640799 -3747,0.5,0.255951455205554,0.0,0.276873047764999,0.0,0.893949330472801 -3748,0.5,0.255951455205554,0.0,0.261697661621448,0.0,0.917802032972209 -3749,0.5,0.255951455205554,0.00144360842545315,0.250584811393137,0.00067014259605486,0.930776165555203 -3750,0.5,0.255951455205554,0.0408993360298753,0.245181347788054,0.0191247769565723,0.889259472891437 -3751,0.5,0.255951455205554,0.1075697798496,0.243818438023196,0.0829192592000222,0.895678585165815 -3752,0.5,0.255951455205554,0.205067690176917,0.240683790989192,0.115142511821956,0.895072910547135 -3753,0.5,0.255951455205554,0.31826846556879,0.237221106825539,0.0984543576333817,0.886246066611975 -3754,0.5,0.255951455205554,0.438220942266401,0.234838263873128,0.0957972448802544,0.870453403313054 -3755,0.5,0.255951455205554,0.542379691619157,0.226406920168466,0.135250401127341,0.849743984254704 -3756,0.5,0.255951455205554,0.595245601501246,0.209654467061276,0.245344441264476,0.805508603142701 -3757,0.5,0.255951455205554,0.607281588831822,0.178646641873211,0.343703862413594,0.745033332678678 -3758,0.5,0.255951455205554,0.593598418052454,0.153543219989807,0.317119050935653,0.670173361303416 -3759,0.5,0.255951455205554,0.547525053336073,0.129720556777071,0.239707202802001,0.591664729260254 -3760,0.5,0.255951455205554,0.459770780210297,0.103881332976467,0.254021943823504,0.505689065282087 -3761,0.5,0.255951455205554,0.342597103545796,0.0808522441113767,0.178364104221691,0.419992324066173 -3762,0.5,0.255951455205554,0.225075265342448,0.0582035274694719,0.132231930789617,0.337136825491687 -3763,0.5,0.255951455205554,0.103091578864092,0.0382930106721366,0.0470270267362153,0.234534789825779 -3764,0.5,0.255951455205554,0.0149939265563438,0.0332730774275353,0.00863647921563642,0.128657767370004 -3765,0.5,0.255951455205554,1.09609103026213e-06,0.0339622576533448,9.69697087698706e-05,0.0694814823102281 -3766,0.5,0.255951455205554,0.0,0.0302026097802136,0.0,0.0392611611155498 -3767,0.5,0.255951455205554,0.0,0.0262954129269869,0.0,0.024438848883809 -3768,0.5,0.255951455205554,0.0,0.0239464617541518,0.0,0.0206326714363614 -3769,0.5,0.255951455205554,0.0,0.0231777663822292,0.0,0.0161676502468264 -3770,0.5,0.255951455205554,0.0,0.0224931127309747,0.0,0.0135844649073865 -3771,0.5,0.255951455205554,0.0,0.0217313172866688,0.0,0.0139596236118336 -3772,0.5,0.255951455205554,0.0,0.0216705222661923,0.0,0.014087099873975 -3773,0.5,0.255951455205554,0.00273831573890663,0.0207319152687983,0.00208828133328869,0.0135205124896933 -3774,0.5,0.255951455205554,0.0546036304654083,0.0193972850486011,0.0357925770444987,0.0137628312216192 -3775,0.5,0.255951455205554,0.136098793655145,0.0246546573945419,0.106365138295019,0.0167493757405269 -3776,0.5,0.255951455205554,0.254557764100099,0.0430733037498005,0.201393243873242,0.0215113116501333 -3777,0.5,0.255951455205554,0.384421685230707,0.0582164851499442,0.310657895929424,0.027941996706569 -3778,0.5,0.255951455205554,0.515827280674741,0.0755848022978396,0.373720425196834,0.0364534961211168 -3779,0.5,0.255951455205554,0.616255741978053,0.0918491668388237,0.483235679909632,0.0430423196506928 -3780,0.5,0.255951455205554,0.673452105375438,0.101008145897374,0.563489334551389,0.0508705844841744 -3781,0.5,0.255951455205554,0.690755385097909,0.104563589853128,0.663218038447233,0.0749095986886351 -3782,0.5,0.255951455205554,0.667137909072162,0.10599904928257,0.591661482300998,0.119761865060027 -3783,0.5,0.255951455205554,0.601696267989114,0.101305738836307,0.573334949300051,0.188874320702151 -3784,0.5,0.255951455205554,0.492885438310963,0.098639189819784,0.492223195901036,0.226138503851222 -3785,0.5,0.255951455205554,0.3618754816289,0.084674617035995,0.372172367880695,0.232166504962419 -3786,0.5,0.255951455205554,0.236383790161719,0.0485720916866529,0.253775194272417,0.303531969150894 -3787,0.5,0.255951455205554,0.10830425966167,0.0345321726817444,0.133137715066208,0.360450193544099 -3788,0.5,0.255951455205554,0.0170729076106404,0.0472045326635427,0.042222339869294,0.355728996446122 -3789,0.5,0.255951455205554,0.0,0.0605685788262857,0.0,0.352260798578468 -3790,0.5,0.255951455205554,0.0,0.0666811653667538,0.0,0.31551278669671 -3791,0.5,0.255951455205554,0.0,0.0702693934607023,0.0,0.271365058988871 -3792,0.5,0.255951455205554,0.0,0.0695879755752538,0.0,0.194802381730609 -3793,0.5,0.255951455205554,0.0,0.0647625199962344,0.0,0.117119616132344 -3794,0.5,0.255951455205554,0.0,0.058511439878157,0.0,0.0894176747052047 -3795,0.5,0.255951455205554,0.0,0.0555435357159437,0.0,0.0831822542253527 -3796,0.5,0.255951455205554,0.0,0.0556089892930779,0.0,0.201048475519662 -3797,0.5,0.255951455205554,0.00288149940927443,0.0558461392183956,0.00704003302350273,0.411908631264604 -3798,0.5,0.255951455205554,0.0523224903248448,0.0577928553656021,0.0656555500409083,0.466835291933397 -3799,0.5,0.255951455205554,0.131436937756899,0.0796047244621929,0.141153404292029,0.420958702779116 -3800,0.5,0.255951455205554,0.243865832562209,0.110362971648681,0.255426623008281,0.318111396186525 -3801,0.5,0.255951455205554,0.364897069349475,0.137946649592799,0.343464968119653,0.252923428771521 -3802,0.5,0.255951455205554,0.488606221765177,0.157876950506241,0.251058135030467,0.210320999342224 -3803,0.5,0.255951455205554,0.582480300945707,0.172892709534315,0.411588269623005,0.145610264530112 -3804,0.5,0.255951455205554,0.630299621571012,0.180559637387103,0.669042296028848,0.0828439618994264 -3805,0.5,0.255951455205554,0.634115216833698,0.185859556293176,0.643671675868402,0.0514706526351654 -3806,0.5,0.255951455205554,0.596313036880789,0.185661626417653,0.636711113968119,0.0425491424555701 -3807,0.5,0.255951455205554,0.546674172586003,0.179699144292031,0.62265194378902,0.0387469802857182 -3808,0.5,0.255951455205554,0.447877124696585,0.167480539759615,0.518621365222613,0.0324829602661874 -3809,0.5,0.255951455205554,0.333001181532935,0.150556262038017,0.388380845364711,0.0216419410109771 -3810,0.5,0.255951455205554,0.217828300381107,0.123134443540388,0.263397454114727,0.0139444145536623 -3811,0.5,0.255951455205554,0.0999503001717173,0.0824665215793023,0.137176893861561,0.0120487627272302 -3812,0.5,0.255951455205554,0.0163984927270808,0.0671839926218507,0.0418068795027655,0.0135952593132597 -3813,0.5,0.255951455205554,0.0,0.0645472313852239,0.0,0.0139717880910796 -3814,0.5,0.255951455205554,0.0,0.0574465230948625,0.0,0.0127232795360535 -3815,0.5,0.255951455205554,0.0,0.0517700214400087,0.0,0.0100008797207875 -3816,0.5,0.255951455205554,0.0,0.0469599028732668,0.0,0.00815309864974998 -3817,0.5,0.255951455205554,0.0,0.0415621305439919,0.0,0.0063630884260673 -3818,0.5,0.255951455205554,0.0,0.0359980571444794,0.0,0.00500011404042713 -3819,0.5,0.255951455205554,0.0,0.032514537087737,0.0,0.0044613262600846 -3820,0.5,0.255951455205554,0.0,0.0306603478222877,0.0,0.00352453958331033 -3821,0.5,0.255951455205554,0.00269726105951188,0.0284077172642396,0.00736691930223742,0.00272177029989076 -3822,0.5,0.255951455205554,0.0499826117820654,0.0296988520297079,0.0676603486331905,0.00263320605080073 -3823,0.5,0.255951455205554,0.126636699343821,0.0483355253034604,0.145456863374554,0.00343678980785137 -3824,0.5,0.255951455205554,0.237945491609984,0.0793973237633486,0.264125887791245,0.00292180361304674 -3825,0.5,0.255951455205554,0.364653095515711,0.119274303635184,0.386953013221662,0.00248901254298225 -3826,0.5,0.255951455205554,0.495749611464824,0.150846250344956,0.517256489162761,0.00443138221902384 -3827,0.5,0.255951455205554,0.597413766974398,0.18652270621617,0.622699443355779,0.0101312634741291 -3828,0.5,0.255951455205554,0.655945474333286,0.230939445710782,0.687004508045381,0.0210521187824524 -3829,0.5,0.255951455205554,0.672667305878217,0.278187408487682,0.706499588108685,0.0455318668778647 -3830,0.5,0.255951455205554,0.655556223607429,0.319823428392578,0.689649659182842,0.0606946190590052 -3831,0.5,0.255951455205554,0.590619846302467,0.34965466965862,0.626137399881825,0.0949201182961424 -3832,0.5,0.255951455205554,0.483477273891627,0.363578410837556,0.514646617791034,0.131015286339211 -3833,0.5,0.255951455205554,0.355637070477097,0.348713254216677,0.380886475113156,0.206708504226942 -3834,0.5,0.255951455205554,0.233941472154671,0.254736014766916,0.25403441358427,0.283541956563072 -3835,0.5,0.255951455205554,0.108956890339809,0.190234805594791,0.134631625315724,0.347863451909836 -3836,0.5,0.255951455205554,0.0187135232866487,0.189788563122685,0.0434991780706751,0.466180179013662 -3837,0.5,0.255951455205554,0.0,0.203130664796973,0.0,0.600855102129462 -3838,0.5,0.255951455205554,0.0,0.195612107611728,0.0,0.700514345042174 -3839,0.5,0.255951455205554,0.0,0.180984677915132,0.0,0.732431737255925 -3840,0.5,0.255951455205554,0.0,0.168083210194371,0.0,0.7488525333635 -3841,0.5,0.255951455205554,0.0,0.158701551939221,0.0,0.794705541546941 -3842,0.5,0.255951455205554,0.0,0.155454619343623,0.0,0.825450114239198 -3843,0.5,0.255951455205554,0.0,0.162742978504553,0.0,0.845866395523039 -3844,0.5,0.255951455205554,0.0,0.166818915288087,0.0,0.865371702224166 -3845,0.5,0.255951455205554,0.00306172961701825,0.163530941562804,0.0073941598637329,0.882897099816143 -3846,0.5,0.255951455205554,0.0532383104925909,0.165779395423954,0.0664283670490766,0.891944738680973 -3847,0.5,0.255951455205554,0.131680599690754,0.207722349356018,0.14135946545794,0.896684223360655 -3848,0.5,0.255951455205554,0.241568843453079,0.279602368431884,0.256678608603544,0.898863378251747 -3849,0.5,0.255951455205554,0.363489468593996,0.323996825105535,0.377040528192826,0.872714861298014 -3850,0.5,0.255951455205554,0.487658487869904,0.363233286345859,0.505516837756221,0.772834973134907 -3851,0.5,0.255951455205554,0.583941064265876,0.389267110761422,0.604506582527117,0.522001861429122 -3852,0.5,0.255951455205554,0.638387545166818,0.404298653623318,0.626549341565773,0.206330330918391 -3853,0.5,0.255951455205554,0.656687813153922,0.411125365209553,0.659502072601613,0.0941113326386919 -3854,0.5,0.255951455205554,0.632424804128576,0.421144056546248,0.649749587149281,0.0446472345479293 -3855,0.5,0.255951455205554,0.554058911975501,0.42985455050334,0.604175060018561,0.0440365526654074 -3856,0.5,0.255951455205554,0.442529250071314,0.414610801247244,0.500536330586158,0.0565892905833235 -3857,0.5,0.255951455205554,0.316833369887742,0.344977365731257,0.375287648124858,0.114372339592123 -3858,0.5,0.255951455205554,0.203200274884867,0.246600082373097,0.255318685071913,0.185448293001351 -3859,0.5,0.255951455205554,0.0899193637866144,0.237253280296546,0.127915719838505,0.200814210090703 -3860,0.5,0.255951455205554,0.0172719144368041,0.251475835601739,0.0453106112335027,0.137592046840053 -3861,0.5,0.255951455205554,2.62098518657762e-08,0.258039839476184,0.0,0.0865707515364359 -3862,0.5,0.255951455205554,0.0,0.23283692315677,0.0,0.0938032999426664 -3863,0.5,0.255951455205554,0.0,0.216882469435673,0.0,0.0892711535153194 -3864,0.5,0.255951455205554,0.0,0.20087931832324,0.0,0.0681495716480281 -3865,0.5,0.255951455205554,0.0,0.177811353847128,0.0,0.0467610269108675 -3866,0.5,0.255951455205554,0.0,0.147136193191091,0.0,0.0332525918466361 -3867,0.5,0.255951455205554,0.0,0.132305759994134,0.0,0.0372903069040294 -3868,0.5,0.255951455205554,0.0,0.125373607599094,0.0,0.0405129781988116 -3869,0.5,0.255951455205554,0.00288087839261283,0.116830052035971,0.0053647027970358,0.0347780492065093 -3870,0.5,0.255951455205554,0.042184318394222,0.12830185205036,0.0581545648060191,0.0427205964255997 -3871,0.5,0.255951455205554,0.10391519467286,0.166852020634459,0.122726144908032,0.0507527508123247 -3872,0.5,0.255951455205554,0.189937779982098,0.197361420746222,0.21306134501639,0.0380275755103821 -3873,0.5,0.255951455205554,0.287322202548342,0.225403636927636,0.329549517732373,0.0304247666589647 -3874,0.5,0.255951455205554,0.388347674758002,0.257382638130185,0.502421793956229,0.0413646447737411 -3875,0.5,0.255951455205554,0.467991817436856,0.304748245101291,0.609621004717783,0.0589164461752255 -3876,0.5,0.255951455205554,0.507924640147584,0.346924999947724,0.670447983719928,0.0780544197383334 -3877,0.5,0.255951455205554,0.509045249132886,0.369037233875988,0.666845684155602,0.0945581245386072 -3878,0.5,0.255951455205554,0.484742619704132,0.371986620421475,0.618617108433637,0.0959782310842516 -3879,0.5,0.255951455205554,0.431234152539617,0.360161811112664,0.546349417560653,0.0938794884929333 -3880,0.5,0.255951455205554,0.345960978413918,0.336390136283777,0.456696388656949,0.0919452185345887 -3881,0.5,0.255951455205554,0.25377747470763,0.308189532038146,0.351239604008854,0.1017177884429 -3882,0.5,0.255951455205554,0.164849986193847,0.263057525768681,0.253023353088762,0.130801337143498 -3883,0.5,0.255951455205554,0.0839923782519635,0.200234970867567,0.139868879319208,0.125634002795065 -3884,0.5,0.255951455205554,0.0177625852426286,0.152082867635785,0.043338283121997,0.126872627717035 -3885,0.5,0.255951455205554,0.0,0.132556614897465,0.0,0.0981797194108735 -3886,0.5,0.255951455205554,0.0,0.119696871533341,0.0,0.0675514112297594 -3887,0.5,0.255951455205554,0.0,0.105731898062769,0.0,0.0709293396577339 -3888,0.5,0.255951455205554,0.0,0.0899482984681474,0.0,0.062674057590612 -3889,0.5,0.255951455205554,0.0,0.080751121432157,0.0,0.0609818782449294 -3890,0.5,0.255951455205554,0.0,0.0728255834372598,0.0,0.0687543710429851 -3891,0.5,0.255951455205554,0.0,0.0681380054388881,0.0,0.0732836635039287 -3892,0.5,0.255951455205554,0.0,0.0662504417287295,0.0,0.0828002466392778 -3893,0.5,0.255951455205554,0.00293301584625,0.063851747728267,0.00480289589804249,0.118159065513094 -3894,0.5,0.255951455205554,0.0430601352656214,0.0769269933707898,0.0255474979398558,0.184063448236576 -3895,0.5,0.255951455205554,0.10383224350189,0.128560439186988,0.0377520250331462,0.249104722103093 -3896,0.5,0.255951455205554,0.189707412992067,0.177577039570586,0.0702764072585623,0.237081113368828 -3897,0.5,0.255951455205554,0.279545108861389,0.219238521214481,0.147661362534308,0.17906630274757 -3898,0.5,0.255951455205554,0.368657149894321,0.254448572177537,0.270641771608128,0.139168386172549 -3899,0.5,0.255951455205554,0.429864544230179,0.281741760413058,0.450153634244394,0.19185880911534 -3900,0.5,0.255951455205554,0.457605933960576,0.302013251860865,0.47425176351737,0.24370396545519 -3901,0.5,0.255951455205554,0.471354073771827,0.319657460235625,0.472991666671504,0.213991750844785 -3902,0.5,0.255951455205554,0.460212052203431,0.332242594496039,0.41702962463174,0.193370142373787 -3903,0.5,0.255951455205554,0.424845404056046,0.348552569151114,0.175703091506214,0.23283536784472 -3904,0.5,0.255951455205554,0.359064137458599,0.361771530565714,0.171981649776021,0.19837817152273 -3905,0.5,0.255951455205554,0.262961630019854,0.358991134637406,0.157655939674708,0.157921787926874 -3906,0.5,0.255951455205554,0.165801954232666,0.340388461564025,0.194105127056533,0.216223430320187 -3907,0.5,0.255951455205554,0.0797742000456857,0.29854410783572,0.0891908184604701,0.281005234653037 -3908,0.5,0.255951455205554,0.0147543320804937,0.229905670382293,0.0458627056451518,0.336021372813076 -3909,0.5,0.255951455205554,3.68746715393529e-06,0.181322457232194,0.0,0.388202400963887 -3910,0.5,0.255951455205554,0.0,0.16649258090426,0.0,0.477354152021585 -3911,0.5,0.255951455205554,0.0,0.162805081335318,0.0,0.506936267243321 -3912,0.5,0.255951455205554,0.0,0.159626279135682,0.0,0.493317628601868 -3913,0.5,0.255951455205554,0.0,0.160825886762247,0.0,0.490859954854268 -3914,0.5,0.255951455205554,0.0,0.16135169994641,0.0,0.513656317697371 -3915,0.5,0.255951455205554,0.0,0.166393550283048,0.0,0.575760257976173 -3916,0.5,0.255951455205554,0.0,0.170320889659485,0.0,0.616081939864781 -3917,0.5,0.255951455205554,0.00105824580577322,0.173925730211755,0.00570757755949488,0.684651350213903 -3918,0.5,0.255951455205554,0.0339142284706846,0.198465662057087,0.043507410704629,0.786308277859555 -3919,0.5,0.255951455205554,0.0925511127942182,0.265025964496816,0.0746191094271889,0.827695891763458 -3920,0.5,0.255951455205554,0.179234932536535,0.332847533185597,0.0752816422850749,0.835736253831714 -3921,0.5,0.255951455205554,0.273320446706381,0.394751000997043,0.0954270452060617,0.767367474541597 -3922,0.5,0.255951455205554,0.363863268443616,0.469659558062501,0.189992877376833,0.592703312449274 -3923,0.5,0.255951455205554,0.415609810570462,0.516643317166108,0.270975418211943,0.456056780224366 -3924,0.5,0.255951455205554,0.442795210028456,0.559626051838255,0.396232669284425,0.423792680880479 -3925,0.5,0.255951455205554,0.440514701727543,0.577760768604728,0.442552712256485,0.38033941685069 -3926,0.5,0.255951455205554,0.401562873816106,0.585769727826593,0.453473552028832,0.407412123056029 -3927,0.5,0.255951455205554,0.350223571468739,0.58370064184629,0.576696753475032,0.482443142143674 -3928,0.5,0.255951455205554,0.283867787342965,0.574234256411589,0.431769201157716,0.468133199101339 -3929,0.5,0.255951455205554,0.206030613497186,0.542477917780353,0.307593890017959,0.475569442724767 -3930,0.5,0.255951455205554,0.132789944970975,0.479359006378377,0.206873477181928,0.462104249069578 -3931,0.5,0.255951455205554,0.0646316661143261,0.396702483769506,0.120138796674189,0.430032551893207 -3932,0.5,0.255951455205554,0.0124975548721841,0.289275099822362,0.0406236698362924,0.39610581856377 -3933,0.5,0.255951455205554,5.09061960258775e-06,0.210209727765991,0.0,0.380583230216359 -3934,0.5,0.255951455205554,0.0,0.174632419969866,0.0,0.426624377068083 -3935,0.5,0.255951455205554,0.0,0.161840754646584,0.0,0.45347031667378 -3936,0.5,0.255951455205554,0.0,0.156146164712593,0.0,0.523788568838547 -3937,0.5,0.255951455205554,0.0,0.144615779547595,0.0,0.556949363083762 -3938,0.5,0.255951455205554,0.0,0.137794181331159,0.0,0.508579235911152 -3939,0.5,0.255951455205554,0.0,0.137619011536922,0.0,0.430791084316538 -3940,0.5,0.255951455205554,0.0,0.13415873456973,0.0,0.364462129986167 -3941,0.5,0.255951455205554,0.00091115187908652,0.135961808316305,0.00224386535654538,0.32406874795964 -3942,0.5,0.255951455205554,0.0218661691688272,0.150868522714576,0.0151849161488919,0.258737599556628 -3943,0.5,0.255951455205554,0.0604629288675735,0.172885385284569,0.0479087217581077,0.188508455562647 -3944,0.5,0.255951455205554,0.112277728442272,0.196704156622993,0.173840144157349,0.142208553654674 -3945,0.5,0.255951455205554,0.166863793349071,0.21713024490149,0.305823378735577,0.0945893956006553 -3946,0.5,0.255951455205554,0.216608258385015,0.234577516029156,0.269672511398878,0.0705936224814721 -3947,0.5,0.255951455205554,0.273746955158734,0.252821301325493,0.515898878813944,0.0761675980171775 -3948,0.5,0.255951455205554,0.298594212436559,0.262302688539352,0.62555584970016,0.133647490655672 -3949,0.5,0.255951455205554,0.307802583865244,0.270111711198268,0.591769205117647,0.228294500017816 -3950,0.5,0.255951455205554,0.296052462604889,0.282600895734629,0.627580461824493,0.276174633773269 -3951,0.5,0.255951455205554,0.277331784056382,0.28337663962146,0.587546898468288,0.261644160911859 -3952,0.5,0.255951455205554,0.240064895511527,0.275461109903422,0.471950518024466,0.214260029463081 -3953,0.5,0.255951455205554,0.18496669660645,0.25758261674465,0.273823223282525,0.174562043376278 -3954,0.5,0.255951455205554,0.130270762064657,0.226048145469134,0.0546574261271994,0.139460243751852 -3955,0.5,0.255951455205554,0.0683995104278772,0.17135515544415,0.00947322662861248,0.108293195222843 -3956,0.5,0.255951455205554,0.0141494999503734,0.114635315515893,0.00280926978670085,0.0848451208100604 -3957,0.5,0.255951455205554,6.94648849281507e-07,0.0792350169809025,0.0,0.0847034708707464 -3958,0.5,0.255951455205554,0.0,0.0590786109887014,0.0,0.11771085381743 -3959,0.5,0.255951455205554,0.0,0.0473291753253325,0.0,0.147100065657469 -3960,0.5,0.255951455205554,0.0,0.0402343170009309,0.0,0.142402795649853 -3961,0.5,0.255951455205554,0.0,0.0364971739236009,0.0,0.117237931122673 -3962,0.5,0.255951455205554,0.0,0.036395381441025,0.0,0.080404019812649 -3963,0.5,0.255951455205554,0.0,0.0380999163688245,0.0,0.0519988101831863 -3964,0.5,0.255951455205554,0.0,0.039248484626351,0.0,0.0407310077588348 -3965,0.5,0.255951455205554,0.00133600910560551,0.0370756259200354,0.00937213060671813,0.03665969097272 -3966,0.5,0.255951455205554,0.0326735629499143,0.035660933308449,0.0709131291600594,0.0365221022380449 -3967,0.5,0.255951455205554,0.0862523888049394,0.0411267354068705,0.148994379585309,0.0490609111108857 -3968,0.5,0.255951455205554,0.160265960376976,0.0587508535487932,0.269515654656444,0.0747011572917755 -3969,0.5,0.255951455205554,0.237428379364286,0.0877784506018734,0.394291728709211,0.0935320735653929 -3970,0.5,0.255951455205554,0.303214995337342,0.114166769385248,0.515882740057074,0.132638835171397 -3971,0.5,0.255951455205554,0.364282067554628,0.117161908462351,0.639720201311706,0.24540878519119 -3972,0.5,0.255951455205554,0.407631603893675,0.118673979171232,0.70328184934821,0.313493950816038 -3973,0.5,0.255951455205554,0.441948721323045,0.127882733447847,0.717745949566219,0.230530869841747 -3974,0.5,0.255951455205554,0.457366282902369,0.141395631167554,0.707770946271443,0.167816854617984 -3975,0.5,0.255951455205554,0.436641233002505,0.152250020580393,0.643700260037054,0.148637027838253 -3976,0.5,0.255951455205554,0.379057393374016,0.159156986191955,0.5322075583901,0.172554372282159 -3977,0.5,0.255951455205554,0.291873341869584,0.159333160418719,0.399170349772147,0.250810155381403 -3978,0.5,0.255951455205554,0.198119711447258,0.144120161386365,0.27300575707318,0.343123045973461 -3979,0.5,0.255951455205554,0.101766923691417,0.108552945618596,0.144246807136047,0.477120924064112 -3980,0.5,0.255951455205554,0.0217611349832496,0.0751739913481727,0.0454025862144196,0.540106102698066 -3981,0.5,0.255951455205554,0.0,0.0618268998304605,0.0,0.436393268504965 -3982,0.5,0.255951455205554,0.0,0.0508653826772502,0.0,0.42676498529666 -3983,0.5,0.255951455205554,0.0,0.0438453913731264,0.0,0.424840953366634 -3984,0.5,0.255951455205554,0.0,0.0382725534377619,0.0,0.451118194408369 -3985,0.5,0.255951455205554,0.0,0.0303784651924924,0.0,0.50921442758226 -3986,0.5,0.255951455205554,0.0,0.0280734205199896,0.0,0.518223230652916 -3987,0.5,0.255951455205554,0.0,0.0281306288907651,0.0,0.562516848536818 -3988,0.5,0.255951455205554,0.0,0.0256270741185195,0.0,0.614507400035941 -3989,0.5,0.255951455205554,0.00367538832285218,0.0270492385279571,0.00987614546701506,0.690332313625385 -3990,0.5,0.255951455205554,0.0572063113708709,0.0333731065080223,0.0705283161834515,0.783900859402331 -3991,0.5,0.255951455205554,0.13773371853687,0.0646733093000136,0.148106085037768,0.827304090926284 -3992,0.5,0.255951455205554,0.249600653617,0.106964088275633,0.264574981174828,0.846346392273565 -3993,0.5,0.255951455205554,0.365824674316837,0.153694490087428,0.370604901433619,0.881524544072705 -3994,0.5,0.255951455205554,0.471464068466678,0.202483535368804,0.477661794572229,0.90161064153852 -3995,0.5,0.255951455205554,0.548244436921534,0.246680909751924,0.429308910012014,0.911349916011285 -3996,0.5,0.255951455205554,0.58762013376932,0.284000835801773,0.250354314984209,0.90898075987348 -3997,0.5,0.255951455205554,0.585468506135405,0.301640108158531,0.198888211905009,0.906328777063429 -3998,0.5,0.255951455205554,0.553668423325016,0.30206606374455,0.170235110745498,0.894537962281799 -3999,0.5,0.255951455205554,0.497673881104373,0.29088006929383,0.156977387519696,0.797016683363336 -4000,0.5,0.255951455205554,0.406810400793027,0.269304356005422,0.128478879284752,0.776878497734496 -4001,0.5,0.255951455205554,0.301037713239676,0.24288765220453,0.0907010222643832,0.839519645607035 -4002,0.5,0.255951455205554,0.194231439947748,0.212852697118076,0.0571984977174931,0.878577423323056 -4003,0.5,0.255951455205554,0.0942997396248701,0.17916279424542,0.0294678484586879,0.881014525566604 -4004,0.5,0.255951455205554,0.0181587380710835,0.151396909534011,0.0183176310872071,0.829563574855423 -4005,0.5,0.255951455205554,4.57677455984934e-06,0.137134389569815,0.0,0.722513272215051 -4006,0.5,0.255951455205554,0.0,0.129707019303675,0.0,0.623101936125085 -4007,0.5,0.255951455205554,0.0,0.114387460947358,0.0,0.605181795512729 -4008,0.5,0.255951455205554,0.0,0.094506095221108,0.0,0.637604957765125 -4009,0.5,0.255951455205554,0.0,0.0801698251211573,0.0,0.703009697756518 -4010,0.5,0.255951455205554,0.0,0.0720220325434378,0.0,0.768737470669397 -4011,0.5,0.255951455205554,0.0,0.0677975771771971,0.0,0.716714931879536 -4012,0.5,0.255951455205554,0.0,0.0678906167542792,0.0,0.58030860133036 -4013,0.5,0.255951455205554,0.00336110541083434,0.063777376068761,0.00835081779694386,0.395195330946453 -4014,0.5,0.255951455205554,0.0518006225567944,0.0640415148185597,0.0690880438166754,0.256496594318144 -4015,0.5,0.255951455205554,0.129124956817057,0.0893899032220862,0.146390974777473,0.193764490446546 -4016,0.5,0.255951455205554,0.238483929727563,0.104835728125816,0.260830280221002,0.174573426776787 -4017,0.5,0.255951455205554,0.362996213873665,0.107161831800908,0.360248676958319,0.164580009971851 -4018,0.5,0.255951455205554,0.492320390296028,0.122189767869093,0.46001578157346,0.183765175122778 -4019,0.5,0.255951455205554,0.58723882609657,0.151831008501349,0.531538660525154,0.226256983909876 -4020,0.5,0.255951455205554,0.629150067168634,0.189147018350856,0.584420909407285,0.251716702292912 -4021,0.5,0.255951455205554,0.635362391841598,0.225220357871146,0.659760965152983,0.222884414106104 -4022,0.5,0.255951455205554,0.617477852428872,0.251577797046647,0.669929499490888,0.254185344364632 -4023,0.5,0.255951455205554,0.564425049842596,0.272161995524403,0.592177151043473,0.294360037260151 -4024,0.5,0.255951455205554,0.469011976498379,0.291949649050036,0.491999428443627,0.288311466600552 -4025,0.5,0.255951455205554,0.350348145634674,0.296623419417048,0.370205684475828,0.223234931308765 -4026,0.5,0.255951455205554,0.232762120344409,0.256459150076253,0.270145770260593,0.1470825447885 -4027,0.5,0.255951455205554,0.116951517061142,0.185274704858462,0.143749267405755,0.108111673491175 -4028,0.5,0.255951455205554,0.0252002689935814,0.139085475688368,0.0460911447156567,0.205069012872735 -4029,0.5,0.255951455205554,0.0,0.104072371187397,0.0,0.393010241744804 -4030,0.5,0.255951455205554,0.0,0.0844774626140652,0.0,0.41059122668935 -4031,0.5,0.255951455205554,0.0,0.0686674769931694,0.0,0.380848278905006 -4032,0.5,0.255951455205554,0.0,0.0568498092112499,0.0,0.440696484938153 -4033,0.5,0.255951455205554,0.0,0.0535844679545121,0.0,0.544886777852345 -4034,0.5,0.255951455205554,0.0,0.0574617650265334,0.0,0.603336572858247 -4035,0.5,0.255951455205554,0.0,0.06255493027477,0.0,0.636738349144416 -4036,0.5,0.255951455205554,0.0,0.0667764442426434,0.0,0.648133161143993 -4037,0.5,0.255951455205554,0.00328976126690703,0.066299581180625,0.00363977996930968,0.614207234967733 -4038,0.5,0.255951455205554,0.0516600880317361,0.0680663414170339,0.0269824559934578,0.548167023144432 -4039,0.5,0.255951455205554,0.124695437908971,0.089408134635636,0.0862599225853387,0.396879484832199 -4040,0.5,0.255951455205554,0.229360007456055,0.132380425958925,0.197511622200598,0.266671097122036 -4041,0.5,0.255951455205554,0.342006356374635,0.178649277538259,0.386310816778689,0.188762634109436 -4042,0.5,0.255951455205554,0.454390611725035,0.206180261668778,0.505241084271666,0.174610233156999 -4043,0.5,0.255951455205554,0.531714157249922,0.225686147031555,0.497648720327025,0.188650875947129 -4044,0.5,0.255951455205554,0.56305415625814,0.22732057547533,0.542632987621943,0.242749457051199 -4045,0.5,0.255951455205554,0.572968752791381,0.230119184482077,0.562229694046416,0.373229941764733 -4046,0.5,0.255951455205554,0.557767098314509,0.244544774845796,0.580425797954011,0.561524285283841 -4047,0.5,0.255951455205554,0.506951643048976,0.262544695519542,0.549581127957599,0.698174321442738 -4048,0.5,0.255951455205554,0.423458841907527,0.284451730298147,0.458171827414841,0.762882235329737 -4049,0.5,0.255951455205554,0.316838923689893,0.303002815740424,0.335759078960635,0.764108470654499 -4050,0.5,0.255951455205554,0.208348463660167,0.30288814474057,0.213849771995022,0.703666972693495 -4051,0.5,0.255951455205554,0.100866235271419,0.278799831759175,0.102380829311575,0.621014192755926 -4052,0.5,0.255951455205554,0.0194280798686904,0.236813319560578,0.0270811939375086,0.53936063462635 -4053,0.5,0.255951455205554,5.70673614888707e-06,0.193408493484469,0.0,0.530885087107897 -4054,0.5,0.255951455205554,0.0,0.168316311151957,0.0,0.563596241263063 -4055,0.5,0.255951455205554,0.0,0.16063359289437,0.0,0.605382695226874 -4056,0.5,0.255951455205554,0.0,0.160273303758611,0.0,0.64523452374211 -4057,0.5,0.255951455205554,0.0,0.162456625039517,0.0,0.653192400157859 -4058,0.5,0.255951455205554,0.0,0.168879778492332,0.0,0.574959976615062 -4059,0.5,0.255951455205554,0.0,0.171190564188581,0.0,0.546149464548071 -4060,0.5,0.255951455205554,0.0,0.176723326948889,0.0,0.694508935618642 -4061,0.5,0.255951455205554,0.00213330638261138,0.186783180149667,0.00728270098975903,0.791499545070213 -4062,0.5,0.255951455205554,0.0407944023548508,0.241393684506377,0.0648314567456145,0.869034470453573 -4063,0.5,0.255951455205554,0.101800008160738,0.358558798896163,0.142818163299517,0.920347105192461 -4064,0.5,0.255951455205554,0.181080848947235,0.45886716280629,0.209496290100905,0.912434716835412 -4065,0.5,0.255951455205554,0.260529521727585,0.517550977191121,0.108090927685889,0.782995041908579 -4066,0.5,0.255951455205554,0.331294482932626,0.568087320787521,0.102984209073139,0.910097406006358 -4067,0.5,0.255951455205554,0.381589816325298,0.62203275287993,0.119520483171243,0.991651919735284 -4068,0.5,0.255951455205554,0.405080276140804,0.660306078961402,0.150321707976461,0.975116653626157 -4069,0.5,0.255951455205554,0.393193452746329,0.689857472183707,0.220008386895446,1.00492475171884 -4070,0.5,0.255951455205554,0.374773201788408,0.693905570682234,0.0704684632297127,1.00553052055064 -4071,0.5,0.255951455205554,0.328094557193502,0.678920315475452,0.262705196494756,1.00658071980461 -4072,0.5,0.255951455205554,0.273500788639843,0.676497499713217,0.18246311693592,1.0021960136627 -4073,0.5,0.255951455205554,0.208640658720287,0.669888601557894,0.294424235505502,1.00015752368377 -4074,0.5,0.255951455205554,0.14034938962845,0.656411171810532,0.239447544037288,0.997424338091811 -4075,0.5,0.255951455205554,0.0722988835005734,0.642286542245543,0.115995225491147,0.991588748481913 -4076,0.5,0.255951455205554,0.0166281537743424,0.600654143917527,0.0493208506203921,0.99493887799001 -4077,0.5,0.255951455205554,2.56613951920576e-07,0.56616123767447,0.0,0.991373486553834 -4078,0.5,0.255951455205554,0.0,0.553316593208794,0.0,0.987830948193383 -4079,0.5,0.255951455205554,0.0,0.551246139766812,0.0,0.985193447587177 -4080,0.5,0.255951455205554,0.0,0.561545358513649,0.0,0.974393149828723 -4081,0.5,0.255951455205554,0.0,0.573756991039323,0.0,0.977818033405372 -4082,0.5,0.255951455205554,0.0,0.566888802375994,0.0,0.969587144420696 -4083,0.5,0.255951455205554,0.0,0.532468963352958,0.0,0.95843449579859 -4084,0.5,0.255951455205554,0.0,0.489177994196038,0.0,0.936814009897683 -4085,0.5,0.255951455205554,0.000929512364159763,0.467203606757214,0.00851030107696149,0.92594391562819 -4086,0.5,0.255951455205554,0.0191679082687084,0.472812483115371,0.0672632470031162,0.923175254771065 -4087,0.5,0.255951455205554,0.0540454740371864,0.51326460588777,0.13950738074815,0.911376913696672 -4088,0.5,0.255951455205554,0.106880477804589,0.558389875069161,0.238665593569624,0.900657865675393 -4089,0.5,0.255951455205554,0.168380763791757,0.583313924203233,0.339138275839313,0.893818523090526 -4090,0.5,0.255951455205554,0.231045996971512,0.583272588593981,0.444224646816424,0.872775958732457 -4091,0.5,0.255951455205554,0.28990712721556,0.589055568582815,0.427765754734807,0.83128484218796 -4092,0.5,0.255951455205554,0.327350637617592,0.607014629806202,0.457801364609135,0.719190605914308 -4093,0.5,0.255951455205554,0.342214337152426,0.625019065972975,0.303710681011921,0.753160944596492 -4094,0.5,0.255951455205554,0.334413577495752,0.630496547503301,0.15370797822903,0.7801560943629 -4095,0.5,0.255951455205554,0.291601959970171,0.605922442251748,0.134183720238498,0.783939192180653 -4096,0.5,0.255951455205554,0.234334048236143,0.564670536024269,0.0821732080167582,0.805111291419931 -4097,0.5,0.255951455205554,0.178881920061129,0.544399592297233,0.0610262824746035,0.821415746712396 -4098,0.5,0.255951455205554,0.116068762276703,0.522777771359757,0.0686539328746908,0.821076053893859 -4099,0.5,0.255951455205554,0.0614162705049801,0.468537936762855,0.0471837003550816,0.812656962375776 -4100,0.5,0.255951455205554,0.0147228339363712,0.37333876999264,0.0394251834776197,0.81867901782296 -4101,0.5,0.255951455205554,4.73419994745511e-07,0.300863991860107,0.0,0.817591804795621 -4102,0.5,0.255951455205554,0.0,0.269179292828479,0.0,0.813474765383369 -4103,0.5,0.255951455205554,0.0,0.236184864109487,0.0,0.804368355375768 -4104,0.5,0.255951455205554,0.0,0.211794916552348,0.0,0.813101994109903 -4105,0.5,0.255951455205554,0.0,0.200958099856572,0.0,0.905825991728724 -4106,0.5,0.255951455205554,0.0,0.210343044094985,0.0,0.93865868867775 -4107,0.5,0.255951455205554,0.0,0.231692819082421,0.0,0.944497441339327 -4108,0.5,0.255951455205554,0.0,0.260316219228924,0.0,0.939920723029636 -4109,0.5,0.255951455205554,0.00100650776378474,0.278426771368624,0.00276361390811253,0.893965767824862 -4110,0.5,0.255951455205554,0.0301368026522738,0.32934556103305,0.0172422700078298,0.871566973067886 -4111,0.5,0.255951455205554,0.0828914706829021,0.400537307439372,0.0514664267950541,0.879009143355985 -4112,0.5,0.255951455205554,0.157005954603123,0.481925375948993,0.059308041657263,0.904244612048927 -4113,0.5,0.255951455205554,0.247057886438868,0.54956613777722,0.0861065009179027,0.95219165771709 -4114,0.5,0.255951455205554,0.341070872991394,0.610613811223929,0.079898892906046,0.98102392247901 -4115,0.5,0.255951455205554,0.39453544529098,0.669003645447251,0.117936769437446,0.985456871565715 -4116,0.5,0.255951455205554,0.427022421640171,0.702152907558328,0.238366506450369,0.986926399230735 -4117,0.5,0.255951455205554,0.439780157470333,0.709376793063705,0.15146710883612,0.992836313341995 -4118,0.5,0.255951455205554,0.43172633380143,0.711305016386401,0.131474953865357,0.964309635104472 -4119,0.5,0.255951455205554,0.407849784453058,0.695571706928957,0.110843696951042,0.957713387388777 -4120,0.5,0.255951455205554,0.343499328294749,0.679093041259411,0.172999572346685,0.957974446441981 -4121,0.5,0.255951455205554,0.253471550416358,0.661689409809475,0.0876915094664622,0.972117554452248 -4122,0.5,0.255951455205554,0.166957124176351,0.622989210454037,0.0498178920639349,0.97631724151204 -4123,0.5,0.255951455205554,0.0824822827886902,0.585888461747979,0.0390225563687808,0.993044531340345 -4124,0.5,0.255951455205554,0.0173936349690106,0.521599245765277,0.0146532182786228,0.973722071503326 -4125,0.5,0.255951455205554,9.42868095301733e-07,0.461245715791959,0.0,0.959401020110817 -4126,0.5,0.255951455205554,0.0,0.42015328307568,0.0,0.943430605278918 -4127,0.5,0.255951455205554,0.0,0.387881235212323,0.0,0.918294811154471 -4128,0.5,0.255951455205554,0.0,0.360641929950559,0.0,0.903152264973818 -4129,0.5,0.255951455205554,0.0,0.342121750080925,0.0,0.902666290625951 -4130,0.5,0.255951455205554,0.0,0.334961649720985,0.0,0.882102155236941 -4131,0.5,0.255951455205554,0.0,0.343314641371289,0.0,0.876295208503097 -4132,0.5,0.255951455205554,0.0,0.348777589333685,0.0,0.876029051565324 -4133,0.5,0.255951455205554,0.00108257944017652,0.36551038670219,0.00583179291081969,0.874758131602108 -4134,0.5,0.255951455205554,0.0374572345151387,0.385163016718354,0.0227220921651666,0.860903518382719 -4135,0.5,0.255951455205554,0.0968186968440201,0.41230488241086,0.0434900038976387,0.841355646362202 -4136,0.5,0.255951455205554,0.182543157248616,0.462110479002796,0.0853567263091187,0.804377782216096 -4137,0.5,0.255951455205554,0.282841596067811,0.534423939370295,0.142800591390172,0.6839900557486 -4138,0.5,0.255951455205554,0.375201420503081,0.580720109042277,0.160198771194571,0.759391441365728 -4139,0.5,0.255951455205554,0.432216025563901,0.585518969510589,0.149058436412281,0.647501648857381 -4140,0.5,0.255951455205554,0.459030065841797,0.581443425310221,0.189525053146717,0.557723960548916 -4141,0.5,0.255951455205554,0.477799613292114,0.588166163596702,0.264671557541786,0.642035265578554 -4142,0.5,0.255951455205554,0.47758479090436,0.582675769908993,0.31369032863854,0.60777278960859 -4143,0.5,0.255951455205554,0.440911815767248,0.574171814080934,0.284641547603757,0.520879231218097 -4144,0.5,0.255951455205554,0.374481192492522,0.563051564357713,0.242252275409817,0.490485866256024 -4145,0.5,0.255951455205554,0.291658156095073,0.526111748908799,0.326290317632364,0.473743121243725 -4146,0.5,0.255951455205554,0.198937167842762,0.469690524457489,0.261923508616384,0.432726275873752 -4147,0.5,0.255951455205554,0.100948450550714,0.387111501650073,0.150235317541554,0.389768204996196 -4148,0.5,0.255951455205554,0.0220978152434036,0.271957357442175,0.0489832632066782,0.366585943742069 -4149,0.5,0.255951455205554,0.0,0.205460380038949,0.0,0.327346297681527 -4150,0.5,0.255951455205554,0.0,0.179506730460249,0.0,0.258382761055023 -4151,0.5,0.255951455205554,0.0,0.16695072708471,0.0,0.226242328808957 -4152,0.5,0.255951455205554,0.0,0.159698562962078,0.0,0.233885941398346 -4153,0.5,0.255951455205554,0.0,0.15276721264552,0.0,0.26157555036354 -4154,0.5,0.255951455205554,0.0,0.147295202654524,0.0,0.315290092631937 -4155,0.5,0.255951455205554,0.0,0.142442274880316,0.0,0.425182220381538 -4156,0.5,0.255951455205554,0.0,0.139513905834431,0.0,0.488709039938183 -4157,0.5,0.255951455205554,0.00306606400188323,0.137516230191648,0.00762806581681583,0.466270743835494 -4158,0.5,0.255951455205554,0.0555486668821862,0.151375203330802,0.0688541022808609,0.372237017412631 -4159,0.5,0.255951455205554,0.13493881082431,0.223802228091576,0.144933284726768,0.305491793757677 -4160,0.5,0.255951455205554,0.247898709443219,0.325239012547179,0.242226226786834,0.240938835818882 -4161,0.5,0.255951455205554,0.369202121934165,0.408583721551659,0.36289894520207,0.178193552655423 -4162,0.5,0.255951455205554,0.482902372787754,0.454068073651184,0.508809347401444,0.121713712650081 -4163,0.5,0.255951455205554,0.56438503780515,0.467834898577818,0.612627430479645,0.0915344269750181 -4164,0.5,0.255951455205554,0.605465442665285,0.462006791319611,0.65773030089706,0.0820369607429362 -4165,0.5,0.255951455205554,0.617660314967179,0.451998913599289,0.698533223623575,0.0758046174590169 -4166,0.5,0.255951455205554,0.604954959875822,0.446089844385258,0.647083279840184,0.0654960415177254 -4167,0.5,0.255951455205554,0.547253496860411,0.432034166944131,0.591745257578225,0.0548611897873482 -4168,0.5,0.255951455205554,0.449348254750338,0.410764338993884,0.496218409948441,0.0507894670348913 -4169,0.5,0.255951455205554,0.324709932324323,0.36730040096955,0.381395763298011,0.0492353524896607 -4170,0.5,0.255951455205554,0.212288258728556,0.297021390138023,0.263037690379112,0.0413442160662201 -4171,0.5,0.255951455205554,0.105043534691224,0.197583341808795,0.144475047138141,0.0446980153636583 -4172,0.5,0.255951455205554,0.0239016780236554,0.114753865959384,0.0549688819564023,0.0487415561223416 -4173,0.5,0.255951455205554,0.0,0.0734398743978796,0.0,0.0414319035075509 -4174,0.5,0.255951455205554,0.0,0.0559126718148989,0.0,0.0404046331377316 -4175,0.5,0.255951455205554,0.0,0.0471906466174513,0.0,0.0327494455380603 -4176,0.5,0.255951455205554,0.0,0.0414904333933511,0.0,0.0231607378914634 -4177,0.5,0.255951455205554,0.0,0.0373585829302603,0.0,0.0226299482253462 -4178,0.5,0.255951455205554,0.0,0.0348787799797474,0.0,0.0235009953311063 -4179,0.5,0.255951455205554,0.0,0.0330381512570638,0.0,0.0272322886628911 -4180,0.5,0.255951455205554,0.0,0.0307514988925285,0.0,0.0362682398634779 -4181,0.5,0.255951455205554,0.00242143227788276,0.0270609633380852,0.00831732810460738,0.0529670534436699 -4182,0.5,0.255951455205554,0.0448552211952284,0.0283444040707124,0.0694538756902651,0.0707406227215766 -4183,0.5,0.255951455205554,0.115562951606898,0.0459772987836291,0.14564801631174,0.076982260135477 -4184,0.5,0.255951455205554,0.218819215189929,0.0708655696967378,0.264326993091321,0.0693484173817151 -4185,0.5,0.255951455205554,0.331998787308826,0.0928587655470626,0.381592957945655,0.0750366075194717 -4186,0.5,0.255951455205554,0.441833783192254,0.101298005085899,0.417505593224239,0.0852649416118116 -4187,0.5,0.255951455205554,0.515083610755401,0.106029300251009,0.414671112765738,0.0882042704515723 -4188,0.5,0.255951455205554,0.546878870040252,0.113851234675057,0.367135783603736,0.0847830655751131 -4189,0.5,0.255951455205554,0.549582437979395,0.120981651273121,0.338809076798894,0.0873826808796363 -4190,0.5,0.255951455205554,0.518560538440374,0.125633644438027,0.30442444523384,0.108304357017537 -4191,0.5,0.255951455205554,0.468606739399894,0.132143069636474,0.426226390270143,0.141568070326757 -4192,0.5,0.255951455205554,0.399484230640325,0.145387124220389,0.218570962673454,0.163752725722119 -4193,0.5,0.255951455205554,0.292432774750537,0.146362239274238,0.321671272182544,0.16972967760524 -4194,0.5,0.255951455205554,0.192910303751454,0.133522084460195,0.171362169394587,0.17408838175239 -4195,0.5,0.255951455205554,0.0954928976648653,0.103668918584592,0.0187760953897443,0.178821982313489 -4196,0.5,0.255951455205554,0.0204401163435722,0.0671460268010751,0.00855966526996491,0.186601751339856 -4197,0.5,0.255951455205554,5.87475736957438e-06,0.053782807384492,0.0,0.200199367421948 -4198,0.5,0.255951455205554,0.0,0.0444581628618745,0.0,0.220795327940964 -4199,0.5,0.255951455205554,0.0,0.0386872425937616,0.0,0.28174747877022 -4200,0.5,0.255951455205554,0.0,0.0379959968431274,0.0,0.378869194058545 -4201,0.5,0.255951455205554,0.0,0.0404949005657139,0.0,0.465195797930611 -4202,0.5,0.255951455205554,0.0,0.0446093699724744,0.0,0.468324698828477 -4203,0.5,0.255951455205554,0.0,0.0480690582740152,0.0,0.399797874084988 -4204,0.5,0.255951455205554,0.0,0.0497507873384196,0.0,0.296396592852686 -4205,0.5,0.255951455205554,0.00160086653762529,0.0541666591626629,0.00618765336753518,0.223499448932003 -4206,0.5,0.255951455205554,0.0355144842080663,0.069974904234021,0.0682637719744337,0.174884531413044 -4207,0.5,0.255951455205554,0.0938869273847788,0.105887253643528,0.143881680166661,0.123837262927682 -4208,0.5,0.255951455205554,0.177481961089377,0.147742580683426,0.249191229794868,0.068963741439399 -4209,0.5,0.255951455205554,0.264970614747622,0.178360343433782,0.363628017490924,0.0318764059505027 -4210,0.5,0.255951455205554,0.350211793103625,0.201133352361081,0.485690477660278,0.0252105985541876 -4211,0.5,0.255951455205554,0.410550563627158,0.20965326854334,0.569413582968214,0.0244202496416297 -4212,0.5,0.255951455205554,0.432877509841108,0.214480130102587,0.638695417233725,0.0253620337283959 -4213,0.5,0.255951455205554,0.425675702121091,0.215400169887477,0.648106622712667,0.0285216259020606 -4214,0.5,0.255951455205554,0.394635643105288,0.20977775502914,0.693301221402941,0.0249845603931293 -4215,0.5,0.255951455205554,0.340802287647062,0.204008557394706,0.653211407756765,0.0203225555051161 -4216,0.5,0.255951455205554,0.27031115780032,0.19642582357828,0.542703136959092,0.021196341577767 -4217,0.5,0.255951455205554,0.209915615402802,0.184139089377564,0.408509433118585,0.0289165241674648 -4218,0.5,0.255951455205554,0.151571209049359,0.160259029404549,0.281479347592076,0.0347168183035419 -4219,0.5,0.255951455205554,0.0841731617193885,0.115910481387593,0.150394129219983,0.0362397204301953 -4220,0.5,0.255951455205554,0.0212836312878068,0.0657858669685022,0.048564493950019,0.0339527032439362 -4221,0.5,0.255951455205554,0.0,0.0487917434835621,0.0,0.0331672630499767 -4222,0.5,0.255951455205554,0.0,0.0398765589795731,0.0,0.0351579905262345 -4223,0.5,0.255951455205554,0.0,0.0315943796129624,0.0,0.0286454558958511 -4224,0.5,0.255951455205554,0.0,0.0252349844541883,0.0,0.0209493384290327 -4225,0.5,0.255951455205554,0.0,0.0208483399813141,0.0,0.0152605343198142 -4226,0.5,0.255951455205554,0.0,0.0179121813383031,0.0,0.00977297456557675 -4227,0.5,0.255951455205554,0.0,0.016394283873194,0.0,0.00598897226634617 -4228,0.5,0.255951455205554,0.0,0.0155499079186156,0.0,0.00407727149947751 -4229,0.5,0.255951455205554,0.00285789778158029,0.0143744504693785,0.00746255795317416,0.00321802293910693 -4230,0.5,0.255951455205554,0.0483985671350654,0.0142219210320311,0.0692247188465124,0.00286118716682421 -4231,0.5,0.255951455205554,0.121714690140768,0.0221800551023748,0.145145837663809,0.00303941018544641 -4232,0.5,0.255951455205554,0.231482551393722,0.0350463221872209,0.259183110775236,0.00333206993482501 -4233,0.5,0.255951455205554,0.35176812183197,0.0421045031333253,0.378169337236216,0.00307421462708709 -4234,0.5,0.255951455205554,0.473593265996509,0.0405356431205181,0.504496199277951,0.00292015745508676 -4235,0.5,0.255951455205554,0.549112114075316,0.0393018713471284,0.584537716536773,0.00275748416321548 -4236,0.5,0.255951455205554,0.602870747528008,0.0409917895230507,0.472322573858675,0.00139576080264404 -4237,0.5,0.255951455205554,0.632155159295771,0.0425622271420894,0.670122115640778,0.00087938290814723 -4238,0.5,0.255951455205554,0.619581911457074,0.0439497989664314,0.401730686709924,0.000824468743155346 -4239,0.5,0.255951455205554,0.572198660500648,0.0440225300878814,0.340909798842969,0.0019796646033516 -4240,0.5,0.255951455205554,0.477440005444127,0.0455592468099881,0.244169961271759,0.00703128365494515 -4241,0.5,0.255951455205554,0.355207574301676,0.0472166780584074,0.19976445681186,0.0132916656889666 -4242,0.5,0.255951455205554,0.237579899692356,0.048197509716065,0.263516926221962,0.0209809263720755 -4243,0.5,0.255951455205554,0.122158166915665,0.0349150432539871,0.146119548042011,0.0255126874538543 -4244,0.5,0.255951455205554,0.0257885390029936,0.03252239151462,0.0483919112478964,0.0274195752434967 -4245,0.5,0.255951455205554,0.0,0.0348576354379714,0.0,0.0266637401954758 -4246,0.5,0.255951455205554,0.0,0.0327922806380174,0.0,0.0246672076828207 -4247,0.5,0.255951455205554,0.0,0.0307748926830568,0.0,0.0236972743130502 -4248,0.5,0.255951455205554,0.0,0.0303046837189918,0.0,0.0238435257021131 -4249,0.5,0.255951455205554,0.0,0.0309054570430572,0.0,0.0254858014147982 -4250,0.5,0.255951455205554,0.0,0.0327958537490748,0.0,0.0309088148303231 -4251,0.5,0.255951455205554,0.0,0.0342326028314862,0.0,0.0393514363808098 -4252,0.5,0.255951455205554,0.0,0.0356507771496908,0.0,0.0492867226753064 -4253,0.5,0.255951455205554,0.00291816820178982,0.0351177311599152,0.00499872410293932,0.0547020156721345 -4254,0.5,0.255951455205554,0.054231275374146,0.0333702513966799,0.0598328641932895,0.0513114698763353 -4255,0.5,0.255951455205554,0.130862918052623,0.0418162048953334,0.131807429837373,0.0445078613054043 -4256,0.5,0.255951455205554,0.236686947219172,0.0627524750673718,0.225417975430333,0.0423278876431232 -4257,0.5,0.255951455205554,0.350514924312125,0.0850147767590276,0.234302130877154,0.0379106534998984 -4258,0.5,0.255951455205554,0.470947923078757,0.104261446750128,0.224617370461509,0.0215180426512277 -4259,0.5,0.255951455205554,0.565856782452797,0.127950444393055,0.286783755403104,0.0169693589557199 -4260,0.5,0.255951455205554,0.607094280078057,0.143054291507687,0.364939699381729,0.019882467708756 -4261,0.5,0.255951455205554,0.610173323495919,0.151401191773793,0.627666862522573,0.0175926833724199 -4262,0.5,0.255951455205554,0.567236311571908,0.144809186001092,0.1917309621328,0.0150433503521743 -4263,0.5,0.255951455205554,0.508489954316443,0.145125497415686,0.112921117403804,0.0129394088947897 -4264,0.5,0.255951455205554,0.414954936864111,0.123730436911033,0.280501914199743,0.0106542489422758 -4265,0.5,0.255951455205554,0.305043328339957,0.0900823983008002,0.0483635445488786,0.0097077893084882 -4266,0.5,0.255951455205554,0.198331064695397,0.0507729012593207,0.0707013580426417,0.00835788470521647 -4267,0.5,0.255951455205554,0.0941877932365255,0.0271526420899398,0.0788222756841169,0.0154322272275026 -4268,0.5,0.255951455205554,0.0232512903006399,0.0219049672442646,0.00808153842090364,0.0206014700798338 -4269,0.5,0.255951455205554,6.53409385319259e-07,0.0235844842376364,0.000286985810991982,0.0195468296697621 -4270,0.5,0.255951455205554,0.0,0.025777365373364,0.0,0.0111205607739216 -4271,0.5,0.255951455205554,0.0,0.0275118491401479,0.0,0.00853615182803002 -4272,0.5,0.255951455205554,0.0,0.0281247767428739,0.0,0.0112436798607694 -4273,0.5,0.255951455205554,0.0,0.0293062509186099,0.0,0.00963509268601523 -4274,0.5,0.255951455205554,0.0,0.0274496820629726,0.0,0.00850432985798528 -4275,0.5,0.255951455205554,0.0,0.0266188111036672,0.0,0.00926471730852163 -4276,0.5,0.255951455205554,0.0,0.0254013495888163,0.0,0.0117566960319628 -4277,0.5,0.255951455205554,0.0017644860316849,0.0227310008218003,0.00541344810411961,0.0172424698725488 -4278,0.5,0.255951455205554,0.0427739382208103,0.0203728982436235,0.0644819839388688,0.0282883138008795 -4279,0.5,0.255951455205554,0.106114701462874,0.0228508717393566,0.131397263928262,0.0372729819462154 -4280,0.5,0.255951455205554,0.189580862368949,0.0310704765460906,0.192412025970494,0.0326516398100898 -4281,0.5,0.255951455205554,0.288474149704707,0.0413371213714151,0.20493972020568,0.0180794127077322 -4282,0.5,0.255951455205554,0.392524265054205,0.0515134526756814,0.27644776207276,0.0158754036943654 -4283,0.5,0.255951455205554,0.446088348663532,0.0701419344851167,0.24266615870859,0.0244569981546602 -4284,0.5,0.255951455205554,0.429219426865535,0.0907056526661814,0.0470694838322625,0.0401465881706644 -4285,0.5,0.255951455205554,0.438886977426704,0.111243347291572,0.0592340068521511,0.0361616280797505 -4286,0.5,0.255951455205554,0.413513394011061,0.116317062957594,0.041292344575443,0.0259603774492806 -4287,0.5,0.255951455205554,0.348161806530723,0.109663492089867,0.0926471460054809,0.031756505578941 -4288,0.5,0.255951455205554,0.282326294145593,0.0833394196385314,0.192266147897147,0.0638392866546796 -4289,0.5,0.255951455205554,0.195861575167529,0.0469094556693551,0.256396245941847,0.128331775624027 -4290,0.5,0.255951455205554,0.110104453880073,0.0273987258324923,0.205088447491667,0.155971549674947 -4291,0.5,0.255951455205554,0.0513835306078186,0.0217804428172981,0.1200830247204,0.147815468012972 -4292,0.5,0.255951455205554,0.0104604514856932,0.0173214489168177,0.0269981220299421,0.135757571057674 -4293,0.5,0.255951455205554,2.11838099672074e-06,0.0208249003384716,0.0,0.109091147643446 -4294,0.5,0.255951455205554,0.0,0.0212081613101361,0.0,0.0694834744324295 -4295,0.5,0.255951455205554,0.0,0.0188548141638298,0.0,0.0379494783841069 -4296,0.5,0.255951455205554,0.0,0.0178071679534934,0.0,0.0191060802365066 -4297,0.5,0.255951455205554,0.0,0.0143423847041259,0.0,0.011515929870381 -4298,0.5,0.255951455205554,0.0,0.00829498472462938,0.0,0.0074331774166815 -4299,0.5,0.255951455205554,0.0,0.00772631751070016,0.0,0.00549600906299948 -4300,0.5,0.255951455205554,0.0,0.0089581060891223,0.0,0.00289620890783483 -4301,0.5,0.255951455205554,0.000579194718167734,0.0117384903401686,0.00542996779210845,0.000781620491616397 -4302,0.5,0.255951455205554,0.0173654910877929,0.0194032643022495,0.0649283161205852,0.00180207091626834 -4303,0.5,0.255951455205554,0.0431306341281932,0.029358994664881,0.137670544304046,0.0026669892840201 -4304,0.5,0.255951455205554,0.070998839086977,0.0402802925165056,0.227502701525936,0.00615224970852783 -4305,0.5,0.255951455205554,0.101588788437427,0.0582511993259801,0.297355542713221,0.00880388672631268 -4306,0.5,0.255951455205554,0.13269951650942,0.0742435904848098,0.382625380661349,0.0191436803295016 -4307,0.5,0.255951455205554,0.15840430387693,0.0921634654857801,0.432779092778065,0.0494256091479739 -4308,0.5,0.255951455205554,0.168185439987285,0.101954761117099,0.49585573013345,0.0675679627898682 -4309,0.5,0.255951455205554,0.153171088723075,0.103453660549017,0.455175999659899,0.0786562598954414 -4310,0.5,0.255951455205554,0.138436653169857,0.109645455930739,0.52041454693693,0.125861963328034 -4311,0.5,0.255951455205554,0.120518006262447,0.124464675784794,0.349239329438584,0.189521936866294 -4312,0.5,0.255951455205554,0.0953535487085766,0.138396098798158,0.24868488831959,0.241477779870809 -4313,0.5,0.255951455205554,0.071797551142619,0.145845813769963,0.257346300433949,0.299539996666889 -4314,0.5,0.255951455205554,0.0485991145472956,0.14039782643575,0.156993910424164,0.314342952959896 -4315,0.5,0.255951455205554,0.0240441768214224,0.126956351999318,0.0563856491150545,0.309181415683834 -4316,0.5,0.255951455205554,0.00803190409866566,0.106494378424546,0.0447442553684548,0.293058377278076 -4317,0.5,0.255951455205554,7.33546163594205e-06,0.0922484434854599,0.0,0.258624616742492 -4318,0.5,0.255951455205554,0.0,0.0907225448481485,0.0,0.216827266746964 -4319,0.5,0.255951455205554,0.0,0.0885267819954534,0.0,0.199672963186239 -4320,0.5,0.255951455205554,0.0,0.0843344265821581,0.0,0.191536923516018 -4321,0.5,0.255951455205554,0.0,0.0777353082648182,0.0,0.192368193246939 -4322,0.5,0.255951455205554,0.0,0.0721853700297448,0.0,0.217885942571857 -4323,0.5,0.255951455205554,0.0,0.0689437635722631,0.0,0.253914736508494 -4324,0.5,0.255951455205554,0.0,0.0645753007855514,0.0,0.253768766687517 -4325,0.5,0.255951455205554,0.00135446368000151,0.0613313404461143,0.00120756218695163,0.215318954637857 -4326,0.5,0.255951455205554,0.028954460095909,0.0713959399052417,0.00647543896770521,0.183126836502284 -4327,0.5,0.255951455205554,0.0786589467479598,0.116227627138396,0.0303241181225391,0.217340850936781 -4328,0.5,0.255951455205554,0.146377635598439,0.17303522745831,0.0705966524735334,0.25959891213943 -4329,0.5,0.255951455205554,0.214740183958725,0.2029366989082,0.109825482954482,0.327614263193407 -4330,0.5,0.255951455205554,0.289579225779391,0.225041838618959,0.176970583839027,0.376256852229784 -4331,0.5,0.255951455205554,0.346554761048215,0.254342515296065,0.165684040699841,0.481692294244952 -4332,0.5,0.255951455205554,0.373915129800957,0.268740153546106,0.108595793748584,0.577877497442873 -4333,0.5,0.255951455205554,0.381781598320828,0.289954649812136,0.115177868701361,0.596425620161274 -4334,0.5,0.255951455205554,0.383808664790488,0.309342193689887,0.11512717784402,0.538456708958414 -4335,0.5,0.255951455205554,0.364076450248152,0.316977660879428,0.101404560475673,0.487253281652003 -4336,0.5,0.255951455205554,0.306544816643981,0.301344421622238,0.0950107178834698,0.472047972875927 -4337,0.5,0.255951455205554,0.238820517640741,0.267453670269965,0.145304246064013,0.46884569603499 -4338,0.5,0.255951455205554,0.165805263359697,0.222282346844343,0.0382776144869802,0.433235304705233 -4339,0.5,0.255951455205554,0.0855936624880289,0.162854285809809,0.0192046069518068,0.367179117949433 -4340,0.5,0.255951455205554,0.020393651260942,0.109025656543464,0.00851578796857756,0.349211466031867 -4341,0.5,0.255951455205554,3.65725179450493e-06,0.078832365607619,0.000601060336504495,0.358002265913355 -4342,0.5,0.255951455205554,0.0,0.0663288726251197,0.0,0.371002454380185 -4343,0.5,0.255951455205554,0.0,0.05915705581469,0.0,0.375568198425349 -4344,0.5,0.255951455205554,0.0,0.0558975865837068,0.0,0.352903246715583 -4345,0.5,0.255951455205554,0.0,0.0549987445307448,0.0,0.346526587777578 -4346,0.5,0.255951455205554,0.0,0.0563822214633377,0.0,0.360574415122608 -4347,0.5,0.255951455205554,0.0,0.0568802027721503,0.0,0.383632304288374 -4348,0.5,0.255951455205554,0.0,0.0546998132213201,0.0,0.399582873943663 -4349,0.5,0.255951455205554,0.00116694419890764,0.0513676247119515,0.000661631177046869,0.385267510205737 -4350,0.5,0.255951455205554,0.0432365945739276,0.0537707103234634,0.00961507599255217,0.306113428695105 -4351,0.5,0.255951455205554,0.116143306960145,0.0826036388740124,0.0437814771663864,0.250617217565478 -4352,0.5,0.255951455205554,0.217362111719311,0.128183699718964,0.177008187567277,0.231712103145401 -4353,0.5,0.255951455205554,0.322398978982537,0.154869457097545,0.352548880083708,0.219396632623797 -4354,0.5,0.255951455205554,0.421009392996949,0.166769242627153,0.501252854286832,0.208141735707048 -4355,0.5,0.255951455205554,0.506376056718699,0.181499705012792,0.52886112925687,0.221683273652705 -4356,0.5,0.255951455205554,0.556666347850708,0.205219866419772,0.253056276294429,0.253364831638411 -4357,0.5,0.255951455205554,0.565296913606313,0.22340250547951,0.248184375094376,0.29165977167511 -4358,0.5,0.255951455205554,0.550208220796798,0.22914249098189,0.258967945238145,0.310494380804668 -4359,0.5,0.255951455205554,0.4972101683517,0.225324788465426,0.392716826151765,0.314688777382253 -4360,0.5,0.255951455205554,0.424305905839955,0.220278591949784,0.470170711380925,0.313485607226197 -4361,0.5,0.255951455205554,0.320770128629657,0.199414047207258,0.260106518053985,0.317972663205847 -4362,0.5,0.255951455205554,0.214614100913067,0.167938444346485,0.153404388011369,0.31309869517336 -4363,0.5,0.255951455205554,0.107838827963908,0.118044689665149,0.131267845639264,0.284201940171941 -4364,0.5,0.255951455205554,0.0231153728296331,0.0621589864697718,0.0477620611905072,0.237927727398272 -4365,0.5,0.255951455205554,0.0,0.0487784799843272,0.0,0.210328821808255 -4366,0.5,0.255951455205554,0.0,0.0468575657230635,0.0,0.181879808084482 -4367,0.5,0.255951455205554,0.0,0.0464804709781711,0.0,0.18109290032055 -4368,0.5,0.255951455205554,0.0,0.0486548037495566,0.0,0.200231516996778 -4369,0.5,0.255951455205554,0.0,0.0526132317801656,0.0,0.218930171392802 -4370,0.5,0.255951455205554,0.0,0.0553535254367015,0.0,0.235016588651961 -4371,0.5,0.255951455205554,0.0,0.0583337991756751,0.0,0.258358516191183 -4372,0.5,0.255951455205554,0.0,0.0594562971844506,0.0,0.270142042363803 -4373,0.5,0.255951455205554,0.00198721657831566,0.0559728081485699,0.00447789695981804,0.217015024593148 -4374,0.5,0.255951455205554,0.042210495430603,0.0552534229890979,0.0435875045543051,0.158157048716411 -4375,0.5,0.255951455205554,0.106175796722451,0.0843575368938936,0.0920044744351485,0.113318146006612 -4376,0.5,0.255951455205554,0.197987226633209,0.12698309639681,0.161441350175144,0.0646662126464795 -4377,0.5,0.255951455205554,0.297228284146252,0.161841774984576,0.279266452245054,0.0326582573760944 -4378,0.5,0.255951455205554,0.393253912121995,0.186959256751156,0.42215380419682,0.0378362272234635 -4379,0.5,0.255951455205554,0.456053233001437,0.202318879855466,0.407337916701825,0.0535930939890088 -4380,0.5,0.255951455205554,0.508363769181502,0.231600221443038,0.12408585272009,0.0641854506849837 -4381,0.5,0.255951455205554,0.532297053515458,0.267848908885242,0.156895386007566,0.0610000808132376 -4382,0.5,0.255951455205554,0.521990449442365,0.281901857895548,0.15277974006785,0.0630242740197197 -4383,0.5,0.255951455205554,0.484496345453018,0.265934437663893,0.171046352393446,0.0750480784979942 -4384,0.5,0.255951455205554,0.410158069000401,0.240888759821876,0.141508492054758,0.0957710565884856 -4385,0.5,0.255951455205554,0.311526745018238,0.216401849258335,0.199829065434254,0.114219264000393 -4386,0.5,0.255951455205554,0.211189451454736,0.175597713269372,0.2461067755115,0.125259130025105 -4387,0.5,0.255951455205554,0.109331442379715,0.118247255470213,0.129237407412008,0.107617717773786 -4388,0.5,0.255951455205554,0.0232042259198329,0.0694669386554903,0.0517979778285257,0.107029230889571 -4389,0.5,0.255951455205554,0.0,0.0434480757943035,0.0,0.120247946182238 -4390,0.5,0.255951455205554,0.0,0.0296776118468982,0.0,0.152178159753293 -4391,0.5,0.255951455205554,0.0,0.0247444912906654,0.0,0.203023405371171 -4392,0.5,0.255951455205554,0.0,0.0253297884418176,0.0,0.261918815695164 -4393,0.5,0.255951455205554,0.0,0.0285313068670749,0.0,0.335148407605262 -4394,0.5,0.255951455205554,0.0,0.0321513060286946,0.0,0.452334235526797 -4395,0.5,0.255951455205554,0.0,0.0358040902211263,0.0,0.572754934089518 -4396,0.5,0.255951455205554,0.0,0.0415264286016251,0.0,0.656959473855413 -4397,0.5,0.255951455205554,0.00190087172904538,0.0508192866465003,0.00370093842856574,0.733372238655344 -4398,0.5,0.255951455205554,0.0505445611054441,0.0645006404679339,0.0478475645053261,0.79513961268995 -4399,0.5,0.255951455205554,0.127593706916017,0.0956767652949947,0.109497066737604,0.814662502548667 -4400,0.5,0.255951455205554,0.240162941536662,0.14197635963285,0.156671535516534,0.791185358135517 -4401,0.5,0.255951455205554,0.365955167006307,0.193994158837637,0.218356496076564,0.751844952477882 -4402,0.5,0.255951455205554,0.497487199328238,0.233931472233013,0.383160174013724,0.68687181783091 -4403,0.5,0.255951455205554,0.604242302730087,0.241794845817149,0.508098479452153,0.638005035339944 -4404,0.5,0.255951455205554,0.672499923999884,0.234615862129583,0.566890804761856,0.621318667384205 -4405,0.5,0.255951455205554,0.697166585169298,0.225562650661792,0.633376083932779,0.600814508122121 -4406,0.5,0.255951455205554,0.68298677320039,0.21065230971262,0.611682021981327,0.569292206177112 -4407,0.5,0.255951455205554,0.625778810919625,0.184298300356284,0.602135848268937,0.510765854770589 -4408,0.5,0.255951455205554,0.52118325658247,0.149917958132982,0.504378192270518,0.407187254768772 -4409,0.5,0.255951455205554,0.388172219237683,0.110419286911543,0.386961969079845,0.288208438329169 -4410,0.5,0.255951455205554,0.258406442923718,0.0600351193634509,0.270279005703549,0.216079733452718 -4411,0.5,0.255951455205554,0.128145678986032,0.0201070566753699,0.145821651179335,0.160282708040325 -4412,0.5,0.255951455205554,0.0242408167719688,0.0132084605115813,0.044889019267724,0.126337884633347 -4413,0.5,0.255951455205554,0.0,0.0129594975876485,0.0,0.102483244940625 -4414,0.5,0.255951455205554,0.0,0.0129367991769651,0.0,0.0746654083800195 -4415,0.5,0.255951455205554,0.0,0.0138640815543085,0.0,0.0590956835963684 -4416,0.5,0.255951455205554,0.0,0.016348107672275,0.0,0.0616730462060949 -4417,0.5,0.255951455205554,0.0,0.020481110069361,0.0,0.08579738001111 -4418,0.5,0.255951455205554,0.0,0.0254559526740503,0.0,0.119189778013792 -4419,0.5,0.255951455205554,0.0,0.0319894599125864,0.0,0.134271951686371 -4420,0.5,0.255951455205554,0.0,0.0378181547961787,0.0,0.129734201663749 -4421,0.5,0.255951455205554,0.0017636514955174,0.0403380825676835,0.0049456419762362,0.109337770452797 -4422,0.5,0.255951455205554,0.0501461430258143,0.0331688661860512,0.0619939627651368,0.083075878528442 -4423,0.5,0.255951455205554,0.127735129130422,0.0338444004323797,0.135290047439687,0.0648443124116478 -4424,0.5,0.255951455205554,0.244765423335405,0.0561145511933037,0.251354577637763,0.0553980252656345 -4425,0.5,0.255951455205554,0.372083232025621,0.0816557493538146,0.371780211776329,0.0518011723241579 -4426,0.5,0.255951455205554,0.503135919247122,0.0935129349936702,0.502648539927143,0.0457067552078224 -4427,0.5,0.255951455205554,0.605776207620498,0.102384673919024,0.610854228012376,0.039538186135475 -4428,0.5,0.255951455205554,0.661746638714267,0.118991427414015,0.674682318562577,0.0344290312208714 -4429,0.5,0.255951455205554,0.673575558008097,0.139478175259205,0.678392772361562,0.0292541310071098 -4430,0.5,0.255951455205554,0.644805881285823,0.151181025069493,0.685086065397456,0.0198987267747412 -4431,0.5,0.255951455205554,0.579011066663874,0.158564075506027,0.625942888536872,0.0150556798505379 -4432,0.5,0.255951455205554,0.475012161569187,0.152981615162095,0.519136525761832,0.0173129731240401 -4433,0.5,0.255951455205554,0.340559224471759,0.118871186719942,0.376765085449272,0.0215171529772767 -4434,0.5,0.255951455205554,0.211706597920926,0.0482880241080846,0.252170018081454,0.0248590648183257 -4435,0.5,0.255951455205554,0.0968656091124248,0.0371902578360612,0.134668037191345,0.0309677923823922 -4436,0.5,0.255951455205554,0.0202886625250641,0.0482482850290149,0.0538374020393303,0.0338220858678079 -4437,0.5,0.255951455205554,1.48494781130385e-06,0.0576490726460002,0.0,0.0325145720406797 -4438,0.5,0.255951455205554,0.0,0.0571044636376294,0.0,0.0346814802754987 -4439,0.5,0.255951455205554,0.0,0.0504208927769388,0.0,0.0375215794840069 -4440,0.5,0.255951455205554,0.0,0.0423057790013395,0.0,0.0352072832105295 -4441,0.5,0.255951455205554,0.0,0.0357877722907156,0.0,0.0328881503069094 -4442,0.5,0.255951455205554,0.0,0.0329480956142292,0.0,0.0396661310258363 -4443,0.5,0.255951455205554,0.0,0.030197450747752,0.0,0.0547841993774525 -4444,0.5,0.255951455205554,0.0,0.028112282950944,0.0,0.0682279375635995 -4445,0.5,0.255951455205554,0.00112916006236545,0.0264227296167868,0.00409996613501671,0.0642650600947741 -4446,0.5,0.255951455205554,0.0304325355516704,0.0272538513567528,0.0472834692512275,0.0627803763368096 -4447,0.5,0.255951455205554,0.0781127857914144,0.0359429065856151,0.119414664274471,0.0687036155121523 -4448,0.5,0.255951455205554,0.137775630709971,0.0582105240453157,0.218184010054121,0.0687587100358559 -4449,0.5,0.255951455205554,0.200254342078577,0.0876879037040929,0.316850091722134,0.0664855960440755 -4450,0.5,0.255951455205554,0.273929253839303,0.124180762702445,0.416973188124903,0.0426745130585863 -4451,0.5,0.255951455205554,0.350046105916085,0.173854600780311,0.492589382118649,0.0369015953014289 -4452,0.5,0.255951455205554,0.413400700841893,0.238058347594787,0.590918201001234,0.0249524654795022 -4453,0.5,0.255951455205554,0.456806560300472,0.288857314719779,0.669093545279012,0.0183871908254856 -4454,0.5,0.255951455205554,0.469904028157292,0.310963066704303,0.662894971724568,0.0160661543757974 -4455,0.5,0.255951455205554,0.428074037837919,0.314275914829326,0.604824366442595,0.0451183008907785 -4456,0.5,0.255951455205554,0.316503826689177,0.306841843516809,0.456935957501004,0.146829859101051 -4457,0.5,0.255951455205554,0.215583181272096,0.290669367966613,0.26198271486578,0.271195325269168 -4458,0.5,0.255951455205554,0.129107610824364,0.260098525933464,0.191328771070298,0.511718501578012 -4459,0.5,0.255951455205554,0.0585158649602844,0.217599946362848,0.0945481616509933,0.540227509054497 -4460,0.5,0.255951455205554,0.00875235631810502,0.172561111760868,0.0190972165444082,0.436677151725801 -4461,0.5,0.255951455205554,1.28261038711986e-06,0.140814189520764,0.0,0.334633275539032 -4462,0.5,0.255951455205554,0.0,0.124092003723206,0.0,0.246747280957313 -4463,0.5,0.255951455205554,0.0,0.107817790961821,0.0,0.192644410360317 -4464,0.5,0.255951455205554,0.0,0.0914173805614574,0.0,0.140965798410678 -4465,0.5,0.255951455205554,0.0,0.0730195024890231,0.0,0.0838846505249306 -4466,0.5,0.255951455205554,0.0,0.055589169141886,0.0,0.0248772881139155 -4467,0.5,0.255951455205554,0.0,0.0437470795307326,0.0,0.00903065111342044 -4468,0.5,0.255951455205554,0.0,0.037990060098193,0.0,0.00443996273487959 -4469,0.5,0.255951455205554,0.000708496142315122,0.0354357024027697,0.0014216397770964,0.00207601432221481 -4470,0.5,0.255951455205554,0.0271635251609457,0.0372569810593756,0.0101402094296441,0.00312816051429541 -4471,0.5,0.255951455205554,0.083888433649033,0.0593967766401498,0.0291367032467939,0.0112971029431944 -4472,0.5,0.255951455205554,0.167192212525438,0.101956296173999,0.0808918419628171,0.0385576569177569 -4473,0.5,0.255951455205554,0.272032800634716,0.155209305192055,0.156681575144956,0.0854995245996533 -4474,0.5,0.255951455205554,0.395018426438392,0.213360088735786,0.286213986468756,0.163895990162767 -4475,0.5,0.255951455205554,0.491688969949864,0.260205825056072,0.363732154870441,0.260573750296127 -4476,0.5,0.255951455205554,0.558988728219066,0.28644649215577,0.338579168223739,0.345265242975019 -4477,0.5,0.255951455205554,0.575679922849661,0.282748060620098,0.334446234829611,0.480204934753996 -4478,0.5,0.255951455205554,0.548857222779842,0.261462431208726,0.275223256921058,0.412649014511208 -4479,0.5,0.255951455205554,0.489942585058544,0.232968268658822,0.359453099738324,0.276975851393717 -4480,0.5,0.255951455205554,0.397199323587617,0.178009154943254,0.120155698452698,0.192389943286785 -4481,0.5,0.255951455205554,0.296347875811003,0.132998420146805,0.293392242227736,0.145319010721621 -4482,0.5,0.255951455205554,0.187676541168293,0.0806717327938528,0.223035379873082,0.149336871507518 -4483,0.5,0.255951455205554,0.0871965470525513,0.0381482372715749,0.0878632480597267,0.14117577299974 -4484,0.5,0.255951455205554,0.0164877535263119,0.0245159491096262,0.00148884914558629,0.106885093499299 -4485,0.5,0.255951455205554,8.54053575229707e-07,0.0264580788038709,0.000259103885544301,0.0909139170271999 -4486,0.5,0.255951455205554,0.0,0.0304438318137134,0.0,0.0709986826289775 -4487,0.5,0.255951455205554,0.0,0.0361890056299246,0.0,0.0557263242957077 -4488,0.5,0.255951455205554,0.0,0.0388500754398019,0.0,0.0417628597815371 -4489,0.5,0.255951455205554,0.0,0.0434454363931827,0.0,0.0240156343057456 -4490,0.5,0.255951455205554,0.0,0.0488063391660762,0.0,0.0220685077545046 -4491,0.5,0.255951455205554,0.0,0.0509551831659631,0.0,0.0142855677048617 -4492,0.5,0.255951455205554,0.0,0.0484621532802454,0.0,0.00830830316135757 -4493,0.5,0.255951455205554,0.00103932960073367,0.049449422609412,0.00063160872302314,0.00826893319371047 -4494,0.5,0.255951455205554,0.0263807717730134,0.0606427960033216,0.00411042892828128,0.0128943924031076 -4495,0.5,0.255951455205554,0.070397151864691,0.0803194785786594,0.0168144792802876,0.0130876354197473 -4496,0.5,0.255951455205554,0.13372450197223,0.105624219093713,0.0373841760811684,0.0149848728126418 -4497,0.5,0.255951455205554,0.207778136292999,0.126236781635066,0.0712827215019352,0.0218655508412544 -4498,0.5,0.255951455205554,0.293732048426499,0.139302184358165,0.119296520744308,0.0173272346536862 -4499,0.5,0.255951455205554,0.363966322633283,0.152086659291367,0.0978703481461198,0.0121739670904598 -4500,0.5,0.255951455205554,0.392861564827678,0.14056008206694,0.0445015546359961,0.0107252223881987 -4501,0.5,0.255951455205554,0.392431035522038,0.110805547599026,0.0624322248140089,0.00542190087590706 -4502,0.5,0.255951455205554,0.365858246827011,0.0920688275263453,0.0929667714816781,0.0019489671874805 -4503,0.5,0.255951455205554,0.326224246976615,0.0821249089556149,0.136480222099992,0.00135006176692566 -4504,0.5,0.255951455205554,0.268620652908666,0.0807316958523058,0.124076892190775,0.000858004816862024 -4505,0.5,0.255951455205554,0.187611160990627,0.0862513868124906,0.112398448826807,0.0014375790983302 -4506,0.5,0.255951455205554,0.119135089988558,0.0994841589754333,0.0633458130320679,0.00293818615543086 -4507,0.5,0.255951455205554,0.0555033176985239,0.10627514808088,0.0206751518761771,0.0041706155476516 -4508,0.5,0.255951455205554,0.0118330309292163,0.0996962753439192,0.00285568229783832,0.00369108359748069 -4509,0.5,0.255951455205554,5.12976506578731e-07,0.0960944920543052,0.0,0.00377179047430331 -4510,0.5,0.255951455205554,0.0,0.108695196670371,0.0,0.00798749488550364 -4511,0.5,0.255951455205554,0.0,0.12012760786671,0.0,0.0164807573531965 -4512,0.5,0.255951455205554,0.0,0.132558338026996,0.0,0.0288334430724311 -4513,0.5,0.255951455205554,0.0,0.148441048711018,0.0,0.0573401266474569 -4514,0.5,0.255951455205554,0.0,0.16375627484101,0.0,0.0741833580031925 -4515,0.5,0.255951455205554,0.0,0.192073187959433,0.0,0.105223960274458 -4516,0.5,0.255951455205554,0.0,0.217129261851217,0.0,0.137459144799399 -4517,0.5,0.255951455205554,0.00078103485816398,0.235956773854979,0.00150849319743688,0.113972272820532 -4518,0.5,0.255951455205554,0.0124322253565366,0.26254272742871,0.0430849619046103,0.0599197177085649 -4519,0.5,0.255951455205554,0.0321450653345268,0.28962677334587,0.113778380249943,0.103634863840881 -4520,0.5,0.255951455205554,0.0577517935451724,0.317333230855733,0.209884792810016,0.277026620385564 -4521,0.5,0.255951455205554,0.0860075418204522,0.327289584191859,0.32447620268801,0.616549612863408 -4522,0.5,0.255951455205554,0.115699829335865,0.343943721242019,0.456063451001947,0.822527248028501 -4523,0.5,0.255951455205554,0.145307870176903,0.37721471696324,0.564943633568441,0.87484826587783 -4524,0.5,0.255951455205554,0.153095134798019,0.408986655034441,0.622696108274457,0.89705746220637 -4525,0.5,0.255951455205554,0.155226482417852,0.45893863339575,0.646133342966785,0.926829942208027 -4526,0.5,0.255951455205554,0.138238618653878,0.472873226501272,0.633077745611253,0.9427135281019 -4527,0.5,0.255951455205554,0.118207086173163,0.483803007873364,0.535579136835781,0.95691135675854 -4528,0.5,0.255951455205554,0.102687154885744,0.495886268167447,0.410951088112365,0.953972698788466 -4529,0.5,0.255951455205554,0.0776847193447355,0.484799657560047,0.318469895086219,0.955946081961805 -4530,0.5,0.255951455205554,0.0475224901751995,0.448169292888816,0.215311175118275,0.962492054387039 -4531,0.5,0.255951455205554,0.0231820735695228,0.411210717017107,0.122289687134477,0.964281554653953 -4532,0.5,0.255951455205554,0.00566852511818147,0.393414999035458,0.0509205838980946,0.963560391007595 -4533,0.5,0.255951455205554,3.024593495743e-06,0.383722346943127,0.0,0.965235903658432 -4534,0.5,0.255951455205554,0.0,0.367505627051325,0.0,0.949771035095965 -4535,0.5,0.255951455205554,0.0,0.35559620549864,0.0,0.878354634943158 -4536,0.5,0.255951455205554,0.0,0.341118958091768,0.0,0.845379645291764 -4537,0.5,0.255951455205554,0.0,0.320242409259288,0.0,0.632074278293574 -4538,0.5,0.255951455205554,0.0,0.31537723918468,0.0,0.338823726177461 -4539,0.5,0.255951455205554,0.0,0.326429755507787,0.0,0.255612318647199 -4540,0.5,0.255951455205554,0.0,0.335175183905493,0.0,0.155442169545084 -4541,0.5,0.255951455205554,0.000528595274797211,0.335825866043576,0.00108908610943385,0.118926770050256 -4542,0.5,0.255951455205554,0.0105375260595622,0.341413805409802,0.0468998735348581,0.134256526423603 -4543,0.5,0.255951455205554,0.0321236052843905,0.355646999535086,0.117247417672761,0.179366006772818 -4544,0.5,0.255951455205554,0.063951391034688,0.389520547932638,0.208819087466651,0.265474700237086 -4545,0.5,0.255951455205554,0.10046616997775,0.421695024989931,0.290704064973788,0.435310935887483 -4546,0.5,0.255951455205554,0.132209891751355,0.434877687414769,0.294855732725819,0.582323976995685 -4547,0.5,0.255951455205554,0.152690478486421,0.449058854686364,0.420933896310664,0.635038782843627 -4548,0.5,0.255951455205554,0.174284281245718,0.46380657534255,0.45916238404335,0.630050837831007 -4549,0.5,0.255951455205554,0.182426314450274,0.482079835736294,0.54658083976501,0.608648602365608 -4550,0.5,0.255951455205554,0.180524338740511,0.48972584630894,0.596014584955428,0.59086305069264 -4551,0.5,0.255951455205554,0.167137078294992,0.476731912293535,0.594523072178742,0.64015027999485 -4552,0.5,0.255951455205554,0.13687637653019,0.440184576874482,0.511449271165542,0.661526808178336 -4553,0.5,0.255951455205554,0.108853925137284,0.399961528720054,0.387608868038193,0.722792709482729 -4554,0.5,0.255951455205554,0.0735397388583908,0.352365966647545,0.266882123534444,0.800028256671337 -4555,0.5,0.255951455205554,0.037283211523448,0.317951555325872,0.141465902535943,0.857424493395126 -4556,0.5,0.255951455205554,0.00832400629228655,0.293583680433064,0.0404077453487404,0.88671189789417 -4557,0.5,0.255951455205554,1.45979425367883e-06,0.283971991244127,0.0,0.886723623362131 -4558,0.5,0.255951455205554,0.0,0.288816665003192,0.0,0.883679878786843 -4559,0.5,0.255951455205554,0.0,0.293268952730899,0.0,0.876415236188251 -4560,0.5,0.255951455205554,0.0,0.290413728079632,0.0,0.836564621505994 -4561,0.5,0.255951455205554,0.0,0.277873633945051,0.0,0.769060552918008 -4562,0.5,0.255951455205554,0.0,0.255704333532591,0.0,0.705401286657741 -4563,0.5,0.255951455205554,0.0,0.230105504804096,0.0,0.657883766582389 -4564,0.5,0.255951455205554,0.0,0.211155396743573,0.0,0.632061910587383 -4565,0.5,0.255951455205554,0.000677348930025578,0.203121003097177,0.00353645106886248,0.618467942859235 -4566,0.5,0.255951455205554,0.0200982052773058,0.207740979383414,0.0556997357659781,0.602380486900556 -4567,0.5,0.255951455205554,0.0608950254348891,0.246948274200904,0.126505292482313,0.587806994451229 -4568,0.5,0.255951455205554,0.119428472777226,0.29553122266106,0.240138312954799,0.567258310270028 -4569,0.5,0.255951455205554,0.180400892736714,0.338628225591884,0.359926951587179,0.551554866119071 -4570,0.5,0.255951455205554,0.235118340240003,0.376993353298851,0.490465256829086,0.509973730444171 -4571,0.5,0.255951455205554,0.280429164811738,0.424700369214622,0.599686702380954,0.452186932915375 -4572,0.5,0.255951455205554,0.309484277057064,0.473771662638005,0.66475165579261,0.428395187906337 -4573,0.5,0.255951455205554,0.326078907213944,0.482260394525371,0.688402082762565,0.415242271682276 -4574,0.5,0.255951455205554,0.298414726829448,0.49742137336898,0.675524688494607,0.38463714900524 -4575,0.5,0.255951455205554,0.253889020073874,0.476340968440883,0.618632107212578,0.355777013838931 -4576,0.5,0.255951455205554,0.204762985979854,0.449613394486038,0.515149329603875,0.323916379836969 -4577,0.5,0.255951455205554,0.150910084056208,0.413339645794961,0.388779438345302,0.314622554217358 -4578,0.5,0.255951455205554,0.0966750448206707,0.357568746162279,0.267967381745409,0.309818480744363 -4579,0.5,0.255951455205554,0.0501226664757472,0.303325678792653,0.142684951743946,0.301497973790286 -4580,0.5,0.255951455205554,0.012117673701208,0.284846533119736,0.0405640125930043,0.29192287416218 -4581,0.5,0.255951455205554,0.0,0.283878440732254,0.0,0.294933972306272 -4582,0.5,0.255951455205554,0.0,0.275680335086914,0.0,0.322701703107954 -4583,0.5,0.255951455205554,0.0,0.259391628507452,0.0,0.424544421944817 -4584,0.5,0.255951455205554,0.0,0.245493259150566,0.0,0.665541224975856 -4585,0.5,0.255951455205554,0.0,0.230321661962934,0.0,0.815528505389941 -4586,0.5,0.255951455205554,0.0,0.211433646738185,0.0,0.811812266943775 -4587,0.5,0.255951455205554,0.0,0.193120013839221,0.0,0.803638328008888 -4588,0.5,0.255951455205554,0.0,0.179789104096651,0.0,0.775523433912638 -4589,0.5,0.255951455205554,0.000729800051285231,0.172261709868851,0.00336810553066615,0.735437610494857 -4590,0.5,0.255951455205554,0.0233892099975271,0.185360952381652,0.0559444870834068,0.703266358041082 -4591,0.5,0.255951455205554,0.0670536474227499,0.245873011865145,0.128170949525499,0.686969380288774 -4592,0.5,0.255951455205554,0.13533677263099,0.309526784891655,0.244649701584081,0.680748967224601 -4593,0.5,0.255951455205554,0.214931357828708,0.341424294837289,0.367892337797102,0.658893358221286 -4594,0.5,0.255951455205554,0.302088673725284,0.37099719048505,0.502227799656461,0.601740871503822 -4595,0.5,0.255951455205554,0.37350315326266,0.402960738526827,0.614998096686192,0.555716205034833 -4596,0.5,0.255951455205554,0.415364514631114,0.424211706067446,0.683025623879587,0.545884338134731 -4597,0.5,0.255951455205554,0.443332027832975,0.430201196618343,0.708799429859871,0.521089194986334 -4598,0.5,0.255951455205554,0.431000568984429,0.425601786376963,0.696838447959254,0.468010755075358 -4599,0.5,0.255951455205554,0.373474411325137,0.403284219938154,0.639160437886784,0.425050880034638 -4600,0.5,0.255951455205554,0.2900196157743,0.377981559565828,0.532424045215608,0.368322421030418 -4601,0.5,0.255951455205554,0.20105665687775,0.351610861925042,0.40129207135913,0.303339041818115 -4602,0.5,0.255951455205554,0.129307198806024,0.305145344059998,0.275628808388216,0.254067991318545 -4603,0.5,0.255951455205554,0.0641406944827178,0.253014408879934,0.145984656660783,0.214449989371655 -4604,0.5,0.255951455205554,0.0140132999814059,0.198142616285745,0.0407151477002894,0.192862684488182 -4605,0.5,0.255951455205554,0.0,0.170729684378725,0.0,0.186525422051138 -4606,0.5,0.255951455205554,0.0,0.155905018880018,0.0,0.184182744993038 -4607,0.5,0.255951455205554,0.0,0.134996765390792,0.0,0.185052271723302 -4608,0.5,0.255951455205554,0.0,0.114003760385308,0.0,0.196364479819961 -4609,0.5,0.255951455205554,0.0,0.0954892824613167,0.0,0.206757577763336 -4610,0.5,0.255951455205554,0.0,0.0832167935599126,0.0,0.202893696519461 -4611,0.5,0.255951455205554,0.0,0.0765945403390429,0.0,0.195268543967042 -4612,0.5,0.255951455205554,0.0,0.0723925625068984,0.0,0.190435471398053 -4613,0.5,0.255951455205554,0.000620637376476841,0.0670634919339252,0.00323278695572111,0.193498682051332 -4614,0.5,0.255951455205554,0.0253983187493693,0.067896454044103,0.0563714953244156,0.191650078122309 -4615,0.5,0.255951455205554,0.0731975349796841,0.0980398858604561,0.128633703258778,0.19432431365208 -4616,0.5,0.255951455205554,0.14213406093908,0.143513852101524,0.246140146769856,0.205211439422071 -4617,0.5,0.255951455205554,0.212655093560147,0.184909023800933,0.369556884606923,0.212328369141754 -4618,0.5,0.255951455205554,0.286826048448266,0.211257115451877,0.481715555127796,0.207018710287422 -4619,0.5,0.255951455205554,0.35305170845622,0.207866119272668,0.600756597077485,0.189492868916893 -4620,0.5,0.255951455205554,0.382997332930121,0.193226097749861,0.683992843174217,0.168079066311404 -4621,0.5,0.255951455205554,0.390519873962825,0.176287341599343,0.683268700442755,0.160307036555243 -4622,0.5,0.255951455205554,0.390672413427309,0.157288485973125,0.691694931517124,0.182943104765627 -4623,0.5,0.255951455205554,0.388048432464506,0.139588003421064,0.634955394522117,0.210326005387234 -4624,0.5,0.255951455205554,0.346938191962193,0.12841838801232,0.525314872560162,0.227194389470785 -4625,0.5,0.255951455205554,0.270769518303084,0.110731832978791,0.369068738169609,0.249937926697054 -4626,0.5,0.255951455205554,0.189134783661521,0.0971662603276816,0.233531358648675,0.22540437552153 -4627,0.5,0.255951455205554,0.0926529508204889,0.0751857544552635,0.126174908226678,0.168638183613894 -4628,0.5,0.255951455205554,0.0169337304318833,0.0560433382671124,0.0493741168357389,0.137124771685898 -4629,0.5,0.255951455205554,0.0,0.0532994263973669,0.0,0.106354469317747 -4630,0.5,0.255951455205554,0.0,0.0514817788313487,0.0,0.0994253168009355 -4631,0.5,0.255951455205554,0.0,0.0442374688202886,0.0,0.0936790000907444 -4632,0.5,0.255951455205554,0.0,0.041886061415233,0.0,0.0990846309068967 -4633,0.5,0.255951455205554,0.0,0.0414592777772822,0.0,0.096649649150603 -4634,0.5,0.255951455205554,0.0,0.0451983503468015,0.0,0.0776864919437846 -4635,0.5,0.255951455205554,0.0,0.0501536945829194,0.0,0.0624378821080613 -4636,0.5,0.255951455205554,0.0,0.0555170606758841,0.0,0.0522940835770178 -4637,0.5,0.255951455205554,0.000373738005039846,0.0621734074272773,0.00184087813967471,0.0515647779634437 -4638,0.5,0.255951455205554,0.0274505353085151,0.069396572333781,0.0405499178901976,0.0679228565957805 -4639,0.5,0.255951455205554,0.0767038035993332,0.079083243176558,0.090709901665662,0.0858002301739182 -4640,0.5,0.255951455205554,0.137505416559603,0.0939016664016927,0.107158331865771,0.098967293412744 -4641,0.5,0.255951455205554,0.194982608787438,0.113265310906487,0.112759934625077,0.108623096382387 -4642,0.5,0.255951455205554,0.248745562722675,0.133061446407011,0.195124381625087,0.11297357054225 -4643,0.5,0.255951455205554,0.291209221935588,0.153616987038603,0.207401222791725,0.11059778308605 -4644,0.5,0.255951455205554,0.321584641891803,0.179829811845611,0.236550374837372,0.11000171266858 -4645,0.5,0.255951455205554,0.354135822479809,0.21553057645918,0.238194322855744,0.109781707414075 -4646,0.5,0.255951455205554,0.350154682882454,0.247940368028005,0.218745430905124,0.112049287809487 -4647,0.5,0.255951455205554,0.327758412275001,0.260834280167357,0.182066755595567,0.115049251913095 -4648,0.5,0.255951455205554,0.26236419359728,0.2471851215949,0.120546019745561,0.119175645106796 -4649,0.5,0.255951455205554,0.185881166359794,0.203882816528537,0.079310830290142,0.128866717431868 -4650,0.5,0.255951455205554,0.120667606789397,0.152609474937272,0.0393142512447048,0.140540469047679 -4651,0.5,0.255951455205554,0.0579341747104487,0.116892454962535,0.0200364590990386,0.151989318092965 -4652,0.5,0.255951455205554,0.0110694005526776,0.103768406579211,0.00341676244061309,0.165604632757125 -4653,0.5,0.255951455205554,1.13910070005072e-06,0.101120799247579,3.29119629294607e-05,0.168932465598413 -4654,0.5,0.255951455205554,0.0,0.103167505651861,0.0,0.168963310128707 -4655,0.5,0.255951455205554,0.0,0.107250669310174,0.0,0.178673966776439 -4656,0.5,0.255951455205554,0.0,0.112279257498087,0.0,0.190029132164882 -4657,0.5,0.255951455205554,0.0,0.119997764738962,0.0,0.208611349545154 -4658,0.5,0.255951455205554,0.0,0.126451503286755,0.0,0.233394566111507 -4659,0.5,0.255951455205554,0.0,0.13305733708838,0.0,0.257384434790388 -4660,0.5,0.255951455205554,0.0,0.14190667010498,0.0,0.278796994415603 -4661,0.5,0.255951455205554,0.00047522016651547,0.154049474959746,2.27998579411556e-05,0.291451285605747 -4662,0.5,0.255951455205554,0.0197694247595307,0.178019553329224,0.00124475924836914,0.303117183163906 -4663,0.5,0.255951455205554,0.0612427338894919,0.238132699742121,0.00933763844741726,0.322501541236137 -4664,0.5,0.255951455205554,0.117135436432516,0.314125564561671,0.0332147393771038,0.386333081996136 -4665,0.5,0.255951455205554,0.177987995748984,0.376514655796138,0.05637413125495,0.455329781832796 -4666,0.5,0.255951455205554,0.247425349632576,0.425358282968944,0.114027272618,0.439012583313256 -4667,0.5,0.255951455205554,0.314879888151345,0.457009795149649,0.188587538578344,0.407674865676567 -4668,0.5,0.255951455205554,0.362309496914188,0.466848108633799,0.297859761742556,0.430020841069702 -4669,0.5,0.255951455205554,0.38255258142746,0.466152532000523,0.46526196094085,0.405373340605358 -4670,0.5,0.255951455205554,0.375965078141094,0.460064560158519,0.574812006183651,0.296671179457421 -4671,0.5,0.255951455205554,0.335005542027256,0.442216141665004,0.57534901063266,0.226053241817658 -4672,0.5,0.255951455205554,0.279213280882695,0.410564207756839,0.505341809352286,0.218503644815659 -4673,0.5,0.255951455205554,0.211975775325296,0.363201603986651,0.392461767753689,0.266743507883727 -4674,0.5,0.255951455205554,0.139217150183044,0.290813228730065,0.271907037813614,0.377120035919736 -4675,0.5,0.255951455205554,0.0637842935666426,0.213809605506576,0.14441213619858,0.538373622691181 -4676,0.5,0.255951455205554,0.00993483208759153,0.158305063300682,0.0384946914311701,0.526027249916252 -4677,0.5,0.255951455205554,8.21931041679218e-07,0.126137740596778,0.0,0.371959568887792 -4678,0.5,0.255951455205554,0.0,0.112243607141204,0.0,0.296854658033537 -4679,0.5,0.255951455205554,0.0,0.109259096199793,0.0,0.277800205217466 -4680,0.5,0.255951455205554,0.0,0.108051715934585,0.0,0.343661123678674 -4681,0.5,0.255951455205554,0.0,0.100708140805284,0.0,0.435091475731024 -4682,0.5,0.255951455205554,0.0,0.0939235279957928,0.0,0.394985122159098 -4683,0.5,0.255951455205554,0.0,0.0908287833796543,0.0,0.508132043777031 -4684,0.5,0.255951455205554,0.0,0.0822141644031604,0.0,0.691224460208121 -4685,0.5,0.255951455205554,0.000397777834999824,0.0746745372756666,0.00242987007454955,0.784480689151874 -4686,0.5,0.255951455205554,0.0192701364265547,0.0745564608323593,0.0517716499915244,0.787163541753037 -4687,0.5,0.255951455205554,0.0598876431119847,0.120849731463113,0.125497742276295,0.755391278017428 -4688,0.5,0.255951455205554,0.118929905001518,0.196540876904576,0.231338554592559,0.823473803163959 -4689,0.5,0.255951455205554,0.182428927566758,0.251906690314679,0.149789580441333,0.748988859648309 -4690,0.5,0.255951455205554,0.250579019541825,0.282729100308564,0.0476468760248348,0.616864529656164 -4691,0.5,0.255951455205554,0.320632247955019,0.302782459128979,0.0770605207508354,0.461982444980335 -4692,0.5,0.255951455205554,0.366762050376231,0.310867883830489,0.177243012440735,0.426139639288096 -4693,0.5,0.255951455205554,0.373633232255559,0.314271345466566,0.245612656864279,0.473813175108766 -4694,0.5,0.255951455205554,0.355194208190699,0.295762288080713,0.324473133385822,0.532176751009446 -4695,0.5,0.255951455205554,0.331553221181893,0.274985232489099,0.222975575164756,0.593494846735947 -4696,0.5,0.255951455205554,0.285652686677827,0.253014968219293,0.0587078666542223,0.526108583690862 -4697,0.5,0.255951455205554,0.217369935175945,0.204968905965072,0.0116998204080544,0.431242218548098 -4698,0.5,0.255951455205554,0.14889815833192,0.161332396835943,0.0125213490059173,0.498235245501171 -4699,0.5,0.255951455205554,0.0752940069897002,0.119333303714699,0.0442049608180069,0.511643842348343 -4700,0.5,0.255951455205554,0.0108586519837754,0.0840703124585522,0.0128004108317536,0.437623590812189 -4701,0.5,0.255951455205554,2.90950860470185e-07,0.0679960604231953,0.0,0.3627976565342 -4702,0.5,0.255951455205554,0.0,0.0622236893584816,0.0,0.292640361423648 -4703,0.5,0.255951455205554,0.0,0.0568939582395545,0.0,0.213427938163761 -4704,0.5,0.255951455205554,0.0,0.0487583712322472,0.0,0.199324916518951 -4705,0.5,0.255951455205554,0.0,0.0421510855456612,0.0,0.177553423251008 -4706,0.5,0.255951455205554,0.0,0.0338868471943607,0.0,0.14531162035746 -4707,0.5,0.255951455205554,0.0,0.0301422976831318,0.0,0.124364075344814 -4708,0.5,0.255951455205554,0.0,0.0278579421859944,0.0,0.116778589028591 -4709,0.5,0.255951455205554,0.000299852543292227,0.0259997525477337,7.43497318394019e-05,0.120197052136976 -4710,0.5,0.255951455205554,0.0246605050639332,0.0283405174466755,0.00186427351559955,0.114110605337663 -4711,0.5,0.255951455205554,0.0796671026410782,0.0389203748909232,0.00802351163272519,0.102014474591729 -4712,0.5,0.255951455205554,0.159846088912013,0.0563312859960582,0.0296760269568759,0.0893250766557302 -4713,0.5,0.255951455205554,0.253434484521393,0.075710676175939,0.115388001905831,0.0792664031082 -4714,0.5,0.255951455205554,0.34814369569906,0.0906168307988279,0.393074177350333,0.0705325222424265 -4715,0.5,0.255951455205554,0.420337277510077,0.0992272178948572,0.496422051555403,0.0724089194768226 -4716,0.5,0.255951455205554,0.464229585357434,0.108875880210197,0.572194883290218,0.0786809524101651 -4717,0.5,0.255951455205554,0.472315242637657,0.116961525372732,0.484675265365606,0.0894186278729594 -4718,0.5,0.255951455205554,0.455833944707346,0.120313798342104,0.449180990521054,0.0839110086752212 -4719,0.5,0.255951455205554,0.421147511827993,0.114639008908632,0.391635803223357,0.0443826475348785 -4720,0.5,0.255951455205554,0.356370035422721,0.103279812170276,0.317717322679228,0.0281092615301901 -4721,0.5,0.255951455205554,0.280147564747897,0.0914838802129561,0.0912959162831587,0.0226654102865827 -4722,0.5,0.255951455205554,0.189813040710998,0.0734155495129337,0.0374961831194422,0.0299746635757996 -4723,0.5,0.255951455205554,0.0917697074834974,0.0500108898745659,0.0352024925374988,0.050051927525979 -4724,0.5,0.255951455205554,0.0126723374096356,0.0332472899806979,0.0388842533088836,0.0685099917956507 -4725,0.5,0.255951455205554,4.45034615212847e-10,0.0246642254101245,0.0,0.0698891551440022 -4726,0.5,0.255951455205554,0.0,0.0169558386006195,0.0,0.0696019284933014 -4727,0.5,0.255951455205554,0.0,0.0120286746551907,0.0,0.0826958210187001 -4728,0.5,0.255951455205554,0.0,0.00866313777469734,0.0,0.122032829394538 -4729,0.5,0.255951455205554,0.0,0.00696318618550705,0.0,0.201586936228786 -4730,0.5,0.255951455205554,0.0,0.00655156632974652,0.0,0.280825980908232 -4731,0.5,0.255951455205554,0.0,0.00680424923113093,0.0,0.358172328809837 -4732,0.5,0.255951455205554,0.0,0.00723368061857621,0.0,0.426368687365491 -4733,0.5,0.255951455205554,0.000278438043596542,0.00741339131001921,0.0017573550545031,0.464632070353443 -4734,0.5,0.255951455205554,0.0278715022053096,0.00727440704679895,0.0517696795987968,0.400918294912522 -4735,0.5,0.255951455205554,0.0888752275344494,0.00804847310747815,0.123922840724311,0.401456945326309 -4736,0.5,0.255951455205554,0.181363470341164,0.0119472071492634,0.237219262683468,0.437692537484771 -4737,0.5,0.255951455205554,0.287117884064455,0.0182635226022353,0.305979640240454,0.413674777644618 -4738,0.5,0.255951455205554,0.398033270875027,0.0267578607730542,0.310940875727431,0.295665284227606 -4739,0.5,0.255951455205554,0.485206715768578,0.0368018793387219,0.325780804592961,0.182099585574312 -4740,0.5,0.255951455205554,0.53385041373389,0.0488459926157813,0.37867836969027,0.104317925413249 -4741,0.5,0.255951455205554,0.572627899623617,0.0558054615000105,0.43809971217113,0.0737249599655965 -4742,0.5,0.255951455205554,0.573522493464612,0.0566639108133511,0.450400326600548,0.085333182373193 -4743,0.5,0.255951455205554,0.53260882031174,0.057541381007707,0.413183488339594,0.0845247380595178 -4744,0.5,0.255951455205554,0.447597211410827,0.0605222733978177,0.366766427746083,0.0553543632301186 -4745,0.5,0.255951455205554,0.334485393805115,0.063853633519805,0.298877041413488,0.0378245644914236 -4746,0.5,0.255951455205554,0.223371088003111,0.0621592696753507,0.196970914423238,0.0308205398253356 -4747,0.5,0.255951455205554,0.104793689761811,0.0484125387143979,0.0774073915195404,0.0259430310761755 -4748,0.5,0.255951455205554,0.0130362655226233,0.038053973149914,0.0241520840182111,0.0229374104672197 -4749,0.5,0.255951455205554,0.0,0.0324710705897845,0.0,0.0176757967500424 -4750,0.5,0.255951455205554,0.0,0.0264986085178394,0.0,0.00868626627492774 -4751,0.5,0.255951455205554,0.0,0.0221399589795414,0.0,0.005079577926887 -4752,0.5,0.255951455205554,0.0,0.0193279674646201,0.0,0.00655731074538084 -4753,0.5,0.255951455205554,0.0,0.0172084642469911,0.0,0.0101768271608086 -4754,0.5,0.255951455205554,0.0,0.0160567355557243,0.0,0.0134446964828309 -4755,0.5,0.255951455205554,0.0,0.0159004346304291,0.0,0.0190068514205383 -4756,0.5,0.255951455205554,0.0,0.0168814896535691,0.0,0.0293564587284492 -4757,0.5,0.255951455205554,0.000329381083765354,0.0175341647394216,0.000337087827518835,0.0446383780962352 -4758,0.5,0.255951455205554,0.0348517194730543,0.0164982548394367,0.00739639469564623,0.0527548412950733 -4759,0.5,0.255951455205554,0.108564341033749,0.0214091568197994,0.0371581800539359,0.052507767071277 -4760,0.5,0.255951455205554,0.221090889290874,0.040716421219867,0.0963436366339534,0.0517545980996144 -4761,0.5,0.255951455205554,0.348548897188059,0.0636397609951825,0.183162324562269,0.0581409559784691 -4762,0.5,0.255951455205554,0.483210783647533,0.0871356055820595,0.369257527067719,0.0858202764287315 -4763,0.5,0.255951455205554,0.592378164148351,0.110460961022983,0.434130432332552,0.101600574345563 -4764,0.5,0.255951455205554,0.655112621255207,0.129316466093169,0.487312610492515,0.12404419165981 -4765,0.5,0.255951455205554,0.677523607148087,0.137356569337054,0.591165114206394,0.142658358243941 -4766,0.5,0.255951455205554,0.662791185030704,0.142580736717512,0.601700851864608,0.149829703609107 -4767,0.5,0.255951455205554,0.607744066740819,0.147010809824551,0.56259528040647,0.165592052692726 -4768,0.5,0.255951455205554,0.506124110828954,0.150579357780105,0.43112000189571,0.188773236353298 -4769,0.5,0.255951455205554,0.375122115292485,0.152816143302551,0.332020455762578,0.212079861778554 -4770,0.5,0.255951455205554,0.247094522347967,0.127149789610157,0.225322117509133,0.258644884743479 -4771,0.5,0.255951455205554,0.109574175269781,0.0885839050698891,0.114381815504686,0.336672681779423 -4772,0.5,0.255951455205554,0.0124313091460352,0.0914229756285895,0.0333835061649959,0.413157051290197 -4773,0.5,0.255951455205554,0.0,0.10432881339969,0.0,0.443787009293316 -4774,0.5,0.255951455205554,0.0,0.10395150140027,0.0,0.431725803274498 -4775,0.5,0.255951455205554,0.0,0.0965014314668306,0.0,0.413708002425602 -4776,0.5,0.255951455205554,0.0,0.0886140367306566,0.0,0.398377347669079 -4777,0.5,0.255951455205554,0.0,0.0825488061876301,0.0,0.370223940734018 -4778,0.5,0.255951455205554,0.0,0.0803483291129825,0.0,0.347384213883158 -4779,0.5,0.255951455205554,0.0,0.0808490065364635,0.0,0.286379903442865 -4780,0.5,0.255951455205554,0.0,0.0821020848706865,0.0,0.201005082269909 -4781,0.5,0.255951455205554,0.000310151203752588,0.0842589388902471,0.000758112377371562,0.153283400157146 -4782,0.5,0.255951455205554,0.0363253915823767,0.0757144652964243,0.0450778478380341,0.152304602525408 -4783,0.5,0.255951455205554,0.112426922791113,0.09705301892754,0.11670722847375,0.197881000501096 -4784,0.5,0.255951455205554,0.228853375920422,0.167847116608161,0.230837628007342,0.282534484242513 -4785,0.5,0.255951455205554,0.35772730789851,0.26939112077692,0.352959232314774,0.373481341651171 -4786,0.5,0.255951455205554,0.492610387380066,0.368403916758532,0.484507050681332,0.458613617323455 -4787,0.5,0.255951455205554,0.601256865577476,0.460486129318686,0.596309144940523,0.531518805749693 -4788,0.5,0.255951455205554,0.666095568951959,0.522567763566743,0.664478991851886,0.624739553617963 -4789,0.5,0.255951455205554,0.690844367734655,0.549581146228271,0.69225106359175,0.697306892878022 -4790,0.5,0.255951455205554,0.675882536933426,0.559166011454608,0.681904780949727,0.74099466649551 -4791,0.5,0.255951455205554,0.618314990863381,0.562448911497243,0.626631317113207,0.751708072974648 -4792,0.5,0.255951455205554,0.512933433460847,0.563070301087792,0.52256157438422,0.767005283465865 -4793,0.5,0.255951455205554,0.378350225037221,0.540713749104857,0.394693045476211,0.798493471277643 -4794,0.5,0.255951455205554,0.248199208319707,0.432414570185774,0.269655219040557,0.845309198306606 -4795,0.5,0.255951455205554,0.107883271056737,0.349577962302302,0.140744556701667,0.903481748564894 -4796,0.5,0.255951455205554,0.0126244613076508,0.336642336112504,0.0334023797936812,0.936013561134463 -4797,0.5,0.255951455205554,0.0,0.334552875498024,0.0,0.950278299751914 -4798,0.5,0.255951455205554,0.0,0.316783454029613,0.0,0.950462107330023 -4799,0.5,0.255951455205554,0.0,0.295883558282421,0.0,0.94905308426739 -4800,0.5,0.255951455205554,0.0,0.277596761375628,0.0,0.945417073729037 -4801,0.5,0.255951455205554,0.0,0.259202467946344,0.0,0.944120223496573 -4802,0.5,0.255951455205554,0.0,0.242891558955735,0.0,0.942835581532417 -4803,0.5,0.255951455205554,0.0,0.227818033535154,0.0,0.943630635085425 -4804,0.5,0.255951455205554,0.0,0.221240359646607,0.0,0.943128324698732 -4805,0.5,0.255951455205554,0.000260402626582939,0.221259798469822,0.000529031248893143,0.939975613044178 -4806,0.5,0.255951455205554,0.0348940242910254,0.2272645975737,0.0463116584,0.93848317749119 -4807,0.5,0.255951455205554,0.11035043463529,0.280011479822315,0.117087867091012,0.934756809496819 -4808,0.5,0.255951455205554,0.218781589864285,0.359573088460474,0.231513787108596,0.938733054331237 -4809,0.5,0.255951455205554,0.339850367435773,0.419231352051534,0.352822442141812,0.947827928239313 -4810,0.5,0.255951455205554,0.466419918610923,0.474590886992129,0.487517702053565,0.943204874522093 -4811,0.5,0.255951455205554,0.568510620368408,0.528854362468618,0.60003247466334,0.909371088380867 -4812,0.5,0.255951455205554,0.626778372587853,0.567345487022847,0.662344206553468,0.913002770096634 -4813,0.5,0.255951455205554,0.643325299453541,0.573568526942456,0.667191225581525,0.887152531451063 -4814,0.5,0.255951455205554,0.620716051029484,0.562784950581573,0.647899142221021,0.85175634764252 -4815,0.5,0.255951455205554,0.562418103117422,0.547733297328176,0.603279219947283,0.835487697763479 -4816,0.5,0.255951455205554,0.464482785948358,0.5327837727303,0.52254175346064,0.78469046949934 -4817,0.5,0.255951455205554,0.337283245145561,0.5053159653869,0.3958038495103,0.807268339124131 -4818,0.5,0.255951455205554,0.216468855605057,0.411158519013241,0.269149244435481,0.877164757067028 -4819,0.5,0.255951455205554,0.0923519638632994,0.347743536176902,0.139446559492307,0.9252077355546 -4820,0.5,0.255951455205554,0.0097644182665314,0.332140971593986,0.0318885242862383,0.681093036261357 -4821,0.5,0.255951455205554,0.0,0.338388027728137,0.0,0.876848848101236 -4822,0.5,0.255951455205554,0.0,0.345064177380592,0.0,0.94979846829266 -4823,0.5,0.255951455205554,0.0,0.344213844823535,0.0,0.954481818556048 -4824,0.5,0.255951455205554,0.0,0.339740684975534,0.0,0.922814331161395 -4825,0.5,0.255951455205554,0.0,0.335865618311231,0.0,0.903492023326587 -4826,0.5,0.255951455205554,0.0,0.320809290147179,0.0,0.908908499474163 -4827,0.5,0.255951455205554,0.0,0.309192775656145,0.0,0.916224174093705 -4828,0.5,0.255951455205554,0.0,0.296754771129472,0.0,0.915571602470061 -4829,0.5,0.255951455205554,0.000206629758447182,0.285912506089801,0.000176274693006981,0.902383065145491 -4830,0.5,0.255951455205554,0.0246956767747492,0.303100163017879,0.0463055625928335,0.904132211154358 -4831,0.5,0.255951455205554,0.0810234674576586,0.37464234661354,0.114631295195853,0.910531059363184 -4832,0.5,0.255951455205554,0.157280254191393,0.489592038558928,0.218657197624524,0.875513011377726 -4833,0.5,0.255951455205554,0.237982545434444,0.577121533076364,0.326282349648583,0.844037765423329 -4834,0.5,0.255951455205554,0.318926506983561,0.624506317824539,0.409590957374294,0.844959773651681 -4835,0.5,0.255951455205554,0.391138341410485,0.653072236980018,0.494042612738423,0.838634908459643 -4836,0.5,0.255951455205554,0.44628337129381,0.666306435596934,0.576473416906675,0.775531233886728 -4837,0.5,0.255951455205554,0.463225171857183,0.662970575951621,0.590798336780187,0.67473749407051 -4838,0.5,0.255951455205554,0.43606884557879,0.651665585612983,0.631509212673549,0.576465974762545 -4839,0.5,0.255951455205554,0.370438810305528,0.632599595468419,0.592229463469039,0.471348008054477 -4840,0.5,0.255951455205554,0.295298266272101,0.613026306492348,0.499127753784997,0.380247158429879 -4841,0.5,0.255951455205554,0.215863878235227,0.569122442157257,0.387514563591224,0.324039386662091 -4842,0.5,0.255951455205554,0.134392606687633,0.458004995550142,0.262884889240958,0.300813432169887 -4843,0.5,0.255951455205554,0.0649609693066089,0.366733614727756,0.135151259747744,0.300848515975708 -4844,0.5,0.255951455205554,0.00998752334544054,0.306573617492232,0.0313081727947366,0.315323232834888 -4845,0.5,0.255951455205554,0.0,0.27432414512227,0.0,0.354588053746156 -4846,0.5,0.255951455205554,0.0,0.256133177961253,0.0,0.405993455700231 -4847,0.5,0.255951455205554,0.0,0.242151505185056,0.0,0.460324016678429 -4848,0.5,0.255951455205554,0.0,0.231920100892218,0.0,0.519878503742822 -4849,0.5,0.255951455205554,0.0,0.221871468736168,0.0,0.556215053571249 -4850,0.5,0.255951455205554,0.0,0.208415259275885,0.0,0.568483185367165 -4851,0.5,0.255951455205554,0.0,0.188775973764814,0.0,0.564764909740148 -4852,0.5,0.255951455205554,0.0,0.171527437503842,0.0,0.575656399377711 -4853,0.5,0.255951455205554,0.000154327843816915,0.155561988748613,0.0,0.608365459921451 -4854,0.5,0.255951455205554,0.0224174470617574,0.14462507149532,0.0435791150926487,0.619179712680932 -4855,0.5,0.255951455205554,0.0762555144473621,0.199216033369455,0.1147009483054,0.615235389487286 -4856,0.5,0.255951455205554,0.159540547381347,0.298817949155362,0.230034716868276,0.628763753589422 -4857,0.5,0.255951455205554,0.254150353337143,0.368892953353114,0.354045398039622,0.619647084439674 -4858,0.5,0.255951455205554,0.355963630334574,0.437672446618474,0.487907511190628,0.558987254888891 -4859,0.5,0.255951455205554,0.442932677776165,0.509779013396723,0.602013512603325,0.465427688090069 -4860,0.5,0.255951455205554,0.492054985331009,0.576862622197495,0.670667815276423,0.395522669619194 -4861,0.5,0.255951455205554,0.508746102484146,0.600741356964908,0.697382472921076,0.386351102818388 -4862,0.5,0.255951455205554,0.482417604978716,0.596104048052616,0.685123863555422,0.436611068842349 -4863,0.5,0.255951455205554,0.440539750407157,0.589820942938227,0.6281129228675,0.499880313748556 -4864,0.5,0.255951455205554,0.361979276899925,0.588471388571993,0.521448961718461,0.538103422310585 -4865,0.5,0.255951455205554,0.263233686224625,0.564820639299511,0.391489022883259,0.541730089113079 -4866,0.5,0.255951455205554,0.173339311772954,0.464429918553272,0.264729311051621,0.505210081457098 -4867,0.5,0.255951455205554,0.0795310947177662,0.380843523016113,0.136232217591642,0.448735802890952 -4868,0.5,0.255951455205554,0.00883624452772155,0.329733089573756,0.0292387555936491,0.388880396165744 -4869,0.5,0.255951455205554,0.0,0.314703410671409,0.0,0.351703585038011 -4870,0.5,0.255951455205554,0.0,0.299690197516391,0.0,0.33804556454007 -4871,0.5,0.255951455205554,0.0,0.266635303057568,0.0,0.342209100107454 -4872,0.5,0.255951455205554,0.0,0.229957695356091,0.0,0.330978179589614 -4873,0.5,0.255951455205554,0.0,0.195788914417894,0.0,0.337107032644634 -4874,0.5,0.255951455205554,0.0,0.170426720381884,0.0,0.366689769653198 -4875,0.5,0.255951455205554,0.0,0.154970271112833,0.0,0.377896546964037 -4876,0.5,0.255951455205554,0.0,0.146822554124399,0.0,0.364149024116155 -4877,0.5,0.255951455205554,0.000116548323979159,0.143358662779108,0.0,0.373411486633079 -4878,0.5,0.255951455205554,0.0286146251703,0.138772736115619,0.0436272243724373,0.41046332952532 -4879,0.5,0.255951455205554,0.100885843556021,0.187010992831057,0.115404700056959,0.447044083666356 -4880,0.5,0.255951455205554,0.211799933633391,0.301083911566566,0.231445478605634,0.475906915757806 -4881,0.5,0.255951455205554,0.338615574732454,0.35990587153264,0.355926073967876,0.49283177960923 -4882,0.5,0.255951455205554,0.468327286342809,0.435462790331674,0.489776350830703,0.470802033411412 -4883,0.5,0.255951455205554,0.566025093185965,0.512282634553044,0.603938308122006,0.414338472460121 -4884,0.5,0.255951455205554,0.605672971861552,0.572986344889993,0.673038546314864,0.38303737115267 -4885,0.5,0.255951455205554,0.626070589768306,0.595583231708193,0.700571897953641,0.366891551035672 -4886,0.5,0.255951455205554,0.597893147515256,0.588371774635962,0.688308267325469,0.36704309613202 -4887,0.5,0.255951455205554,0.526599437102242,0.576279242319571,0.630844162433166,0.382332238847052 -4888,0.5,0.255951455205554,0.429273381837499,0.566288888438494,0.523283624768901,0.394275347836154 -4889,0.5,0.255951455205554,0.32109925392573,0.540108364761808,0.392464355163859,0.397098678476368 -4890,0.5,0.255951455205554,0.213091166761802,0.440800529330924,0.264948362074243,0.399429122081407 -4891,0.5,0.255951455205554,0.0956156292721092,0.359441972661756,0.136008254793432,0.390922350441049 -4892,0.5,0.255951455205554,0.00815931360409953,0.315973484468159,0.0282156431637231,0.371298953537938 -4893,0.5,0.255951455205554,0.0,0.291154150037565,0.0,0.353895714588123 -4894,0.5,0.255951455205554,0.0,0.261473395593208,0.0,0.36709310163436 -4895,0.5,0.255951455205554,0.0,0.226458337125465,0.0,0.422819136610947 -4896,0.5,0.255951455205554,0.0,0.194033501020287,0.0,0.501319095082394 -4897,0.5,0.255951455205554,0.0,0.169787309146468,0.0,0.55473831051012 -4898,0.5,0.255951455205554,0.0,0.155014334835512,0.0,0.57388838140746 -4899,0.5,0.255951455205554,0.0,0.149036227637466,0.0,0.572079969215403 -4900,0.5,0.255951455205554,0.0,0.145264132882468,0.0,0.557588682555663 -4901,0.5,0.255951455205554,7.8844896068603e-05,0.139389021420335,0.0,0.541662822043998 -4902,0.5,0.255951455205554,0.0300780917309361,0.126443083658272,0.0423855748757581,0.524962440183122 -4903,0.5,0.255951455205554,0.106022123568016,0.160302504826983,0.114320138858704,0.516044337859141 -4904,0.5,0.255951455205554,0.220891707458648,0.240099299846278,0.230422312144516,0.512372104416176 -4905,0.5,0.255951455205554,0.347695617595441,0.290499036884544,0.354922652738796,0.511298168040308 -4906,0.5,0.255951455205554,0.47954814861609,0.336439148864202,0.488275628322841,0.523207430441868 -4907,0.5,0.255951455205554,0.583068255767693,0.407475898078075,0.60186453771771,0.522332303339631 -4908,0.5,0.255951455205554,0.608712093057681,0.492145082048957,0.670306977416746,0.525102372090889 -4909,0.5,0.255951455205554,0.591511278872995,0.547517896256522,0.697582227023629,0.553514775560648 -4910,0.5,0.255951455205554,0.559498341754031,0.547223858886695,0.683969997743934,0.588502483718901 -4911,0.5,0.255951455205554,0.493979500385429,0.532533323838383,0.618040226537726,0.588385579119389 -4912,0.5,0.255951455205554,0.40457488477065,0.528899662152801,0.500299071293455,0.581207610898783 -4913,0.5,0.255951455205554,0.297784968550924,0.512567213478151,0.348538178214122,0.566735612791583 -4914,0.5,0.255951455205554,0.192887421592304,0.453529427759275,0.2201529345352,0.533844257165365 -4915,0.5,0.255951455205554,0.0778307309744453,0.394541158656907,0.0950661785113233,0.490832973951743 -4916,0.5,0.255951455205554,0.00701596845801197,0.340508027611887,0.0222616090279935,0.448762811692983 -4917,0.5,0.255951455205554,0.0,0.294896070522069,0.0,0.414976875126982 -4918,0.5,0.255951455205554,0.0,0.255963894015756,0.0,0.414634276105617 -4919,0.5,0.255951455205554,0.0,0.21809855709219,0.0,0.480326498865437 -4920,0.5,0.255951455205554,0.0,0.186648019449355,0.0,0.513345634737218 -4921,0.5,0.255951455205554,0.0,0.171439792007588,0.0,0.41039314527832 -4922,0.5,0.255951455205554,0.0,0.177406440812719,0.0,0.25844873277819 -4923,0.5,0.255951455205554,0.0,0.185407738380844,0.0,0.154821678075596 -4924,0.5,0.255951455205554,0.0,0.189106671530331,0.0,0.140152224333717 -4925,0.5,0.255951455205554,2.49227191687821e-05,0.194022220754805,0.0,0.188167827669724 -4926,0.5,0.255951455205554,0.0171090062605038,0.201078945164866,0.0194959623161004,0.324626239010508 -4927,0.5,0.255951455205554,0.0715395314180844,0.211522880416832,0.0802048475665589,0.559092483833338 -4928,0.5,0.255951455205554,0.152722920443375,0.220735407941095,0.168958066480493,0.704673499143912 -4929,0.5,0.255951455205554,0.246528185020641,0.223262798599043,0.306138706520426,0.777629678624474 -4930,0.5,0.255951455205554,0.344823294060204,0.21193570066944,0.459297860372371,0.802562922969682 -4931,0.5,0.255951455205554,0.421814902695841,0.19694230269924,0.574232696975768,0.812325097548432 -4932,0.5,0.255951455205554,0.458139628592113,0.184164744921651,0.628026720002297,0.840490137636525 -4933,0.5,0.255951455205554,0.449567753387883,0.167194331120178,0.569224348193893,0.874066662558993 -4934,0.5,0.255951455205554,0.445190450057657,0.154302106274025,0.208500177468974,0.88934940722139 -4935,0.5,0.255951455205554,0.409866304678941,0.135965690829006,0.154989612106021,0.857493390409127 -4936,0.5,0.255951455205554,0.350827937346628,0.119973471961102,0.335675447176821,0.796012065584793 -4937,0.5,0.255951455205554,0.270728921426848,0.110085668558517,0.26765725061393,0.71322149565466 -4938,0.5,0.255951455205554,0.18152724034169,0.100406596354097,0.151757551357855,0.592852612883916 -4939,0.5,0.255951455205554,0.0724701176966114,0.0853305505074118,0.0573480325258107,0.431646939946918 -4940,0.5,0.255951455205554,0.00428899639593451,0.0691863008772354,0.0198435865377415,0.334696262229596 -4941,0.5,0.255951455205554,0.0,0.0586183171923693,0.0,0.327153559319896 -4942,0.5,0.255951455205554,0.0,0.0472012271803656,0.0,0.37328187982172 -4943,0.5,0.255951455205554,0.0,0.0373002663253443,0.0,0.402304734589163 -4944,0.5,0.255951455205554,0.0,0.0296326133536625,0.0,0.348409360098608 -4945,0.5,0.255951455205554,0.0,0.025354183385148,0.0,0.230470160002814 -4946,0.5,0.255951455205554,0.0,0.0220164087741241,0.0,0.126610739671112 -4947,0.5,0.255951455205554,0.0,0.0197515140639498,0.0,0.116312866711364 -4948,0.5,0.255951455205554,0.0,0.0169726531210718,0.0,0.106958025150748 -4949,0.5,0.255951455205554,1.58342268260262e-05,0.0131682328209053,0.0,0.0858836907533786 -4950,0.5,0.255951455205554,0.0248822905491827,0.0107953627022319,0.0202414372241133,0.0556675852468649 -4951,0.5,0.255951455205554,0.0955423300899633,0.00986294218984776,0.0836557627423816,0.0510760678788866 -4952,0.5,0.255951455205554,0.20092342089493,0.0121162476997944,0.155594475352988,0.0580604725639624 -4953,0.5,0.255951455205554,0.318134682021556,0.00991114641999532,0.140426167293016,0.0293531766697179 -4954,0.5,0.255951455205554,0.433796433146524,0.00800691087607151,0.222997525545636,0.0144796040444419 -4955,0.5,0.255951455205554,0.508063855409784,0.00701213170695381,0.241407481966708,0.00701837871488143 -4956,0.5,0.255951455205554,0.549643080630483,0.00677856816213501,0.226468770803097,0.00303532282409328 -4957,0.5,0.255951455205554,0.558192211564647,0.00707453087276695,0.198189508204393,0.000767302113658664 -4958,0.5,0.255951455205554,0.549372274889624,0.00760367460810385,0.294842132326476,0.000241070810347494 -4959,0.5,0.255951455205554,0.489665363389978,0.00897930041812368,0.480350385402691,0.000350286247956251 -4960,0.5,0.255951455205554,0.403452843685619,0.0113389002987132,0.237934061157394,0.000537403904742725 -4961,0.5,0.255951455205554,0.290845400646979,0.0134368211614573,0.369550109187874,0.00109874666099984 -4962,0.5,0.255951455205554,0.189249650060183,0.0130797877090302,0.25426663142933,0.0017430275823061 -4963,0.5,0.255951455205554,0.0799675601415936,0.0107730280782861,0.128938139390406,0.00216763450856163 -4964,0.5,0.255951455205554,0.00535382382444935,0.0104796202985674,0.0236910095023193,0.00228044004875854 -4965,0.5,0.255951455205554,0.0,0.00930065216774571,0.0,0.00157091858901289 -4966,0.5,0.255951455205554,0.0,0.00756260790502246,0.0,0.000696816254441183 -4967,0.5,0.255951455205554,0.0,0.00591348991383763,0.0,0.000349177937756078 -4968,0.5,0.255951455205554,0.0,0.00441556765110138,0.0,0.000219360664024481 -4969,0.5,0.255951455205554,0.0,0.00351687834298279,0.0,0.000168572031417436 -4970,0.5,0.255951455205554,0.0,0.00289972501535228,0.0,0.000133671068925566 -4971,0.5,0.255951455205554,0.0,0.00289471879551373,0.0,0.000124589246363135 -4972,0.5,0.255951455205554,0.0,0.00327038170127297,0.0,0.000427403663176999 -4973,0.5,0.255951455205554,1.223166592395e-05,0.00380149435258815,0.0,0.000515371828105194 -4974,0.5,0.255951455205554,0.0184868845122061,0.00407269963220351,0.0361063272036604,0.000417707828982493 -4975,0.5,0.255951455205554,0.0743757786933004,0.00499867351130508,0.105494691141121,0.000332701693915276 -4976,0.5,0.255951455205554,0.157939549420235,0.00962707053982097,0.217435483183323,0.000353877625495172 -4977,0.5,0.255951455205554,0.249153083279973,0.0200978617856085,0.33789349428368,0.000760271508794006 -4978,0.5,0.255951455205554,0.345778428385613,0.0326939237127073,0.466019420227994,0.00329547895751727 -4979,0.5,0.255951455205554,0.418257003105524,0.0463013586163356,0.566740309060697,0.00814687848060539 -4980,0.5,0.255951455205554,0.443734867517993,0.0576266257828184,0.425522662425308,0.0111795063634073 -4981,0.5,0.255951455205554,0.444097826300437,0.0677731306824578,0.456158052065814,0.012729282691699 -4982,0.5,0.255951455205554,0.426956378645725,0.0743796903104388,0.482014972929359,0.0260534043023145 -4983,0.5,0.255951455205554,0.385373598738801,0.0722805018870205,0.408251459280781,0.0502583030027389 -4984,0.5,0.255951455205554,0.312119064250392,0.0645225923761834,0.296047832649685,0.080594231161561 -4985,0.5,0.255951455205554,0.236950341394351,0.0534968065809512,0.238803465518891,0.0812690426691069 -4986,0.5,0.255951455205554,0.152203432085838,0.0392271169409043,0.131936904492212,0.0770469189257638 -4987,0.5,0.255951455205554,0.0633430298536546,0.0269993712043049,0.0498836209025024,0.0615463475177146 -4988,0.5,0.255951455205554,0.00390880942870741,0.0198470943388534,0.0143351760010094,0.0487671808737727 -4989,0.5,0.255951455205554,0.0,0.0188698445938369,0.0,0.0530302239346979 -4990,0.5,0.255951455205554,0.0,0.0175953534267264,0.0,0.060974925422618 -4991,0.5,0.255951455205554,0.0,0.015695654240987,0.0,0.0598720073739106 -4992,0.5,0.255951455205554,0.0,0.0142147068267865,0.0,0.0494963629497848 -4993,0.5,0.255951455205554,0.0,0.0128683224681803,0.0,0.0425692542310898 -4994,0.5,0.255951455205554,0.0,0.0113990538397281,0.0,0.0373231318591825 -4995,0.5,0.255951455205554,0.0,0.0097613179080946,0.0,0.0405499821660963 -4996,0.5,0.255951455205554,0.0,0.00959381867517126,0.0,0.0510371438117534 -4997,0.5,0.255951455205554,4.52441337269156e-06,0.00997884520946669,0.0,0.0499978721946434 -4998,0.5,0.255951455205554,0.0139548978471368,0.0103288742928388,0.0340060734154681,0.0374682724341707 -4999,0.5,0.255951455205554,0.0550426244889747,0.0145615703441075,0.103156816225961,0.0273463366801876 -5000,0.5,0.255951455205554,0.112700309695925,0.0348465942886547,0.21452050555612,0.0255169467524288 -5001,0.5,0.255951455205554,0.172261490650026,0.0567739547559536,0.336147015315457,0.0293365746978363 -5002,0.5,0.255951455205554,0.234243398407891,0.0791282837553352,0.463965509384915,0.0240370606009574 -5003,0.5,0.255951455205554,0.29231652654948,0.104306096318147,0.561280868726224,0.0188912189511197 -5004,0.5,0.255951455205554,0.321088751539313,0.127810123381359,0.353929690515104,0.0225291889334315 -5005,0.5,0.255951455205554,0.339432047017014,0.146717004141652,0.326628840084596,0.0439116722305684 -5006,0.5,0.255951455205554,0.341826176382589,0.174590752078831,0.3057508243507,0.0693712865185762 -5007,0.5,0.255951455205554,0.315546691067033,0.211349648750647,0.513515575036204,0.0910333628413542 -5008,0.5,0.255951455205554,0.269211212901074,0.251427408359409,0.405930515501194,0.0997783368580933 -5009,0.5,0.255951455205554,0.211999539795058,0.263127481973053,0.197158464393113,0.116131092550894 -5010,0.5,0.255951455205554,0.141464917379547,0.23540824806772,0.208320569276316,0.131176585891287 -5011,0.5,0.255951455205554,0.0590394157384047,0.189025652645079,0.109354372940055,0.154504630379599 -5012,0.5,0.255951455205554,0.00273539877763739,0.147195768633065,0.0201964721625096,0.198989747834133 -5013,0.5,0.255951455205554,0.0,0.125229337768957,0.0,0.220280085081218 -5014,0.5,0.255951455205554,0.0,0.119165856729501,0.0,0.198202413670809 -5015,0.5,0.255951455205554,0.0,0.11822957318435,0.0,0.167808058260273 -5016,0.5,0.255951455205554,0.0,0.110650096514834,0.0,0.155095888093846 -5017,0.5,0.255951455205554,0.0,0.0997511669190014,0.0,0.144937498202962 -5018,0.5,0.255951455205554,0.0,0.0913647461114558,0.0,0.148248215793703 -5019,0.5,0.255951455205554,0.0,0.0871228240150272,0.0,0.172942724001011 -5020,0.5,0.255951455205554,0.0,0.0849490887017477,0.0,0.199149825774397 -5021,0.5,0.255951455205554,1.17952864722904e-06,0.087230304927441,0.0,0.198591751444443 -5022,0.5,0.255951455205554,0.015527596380151,0.0899129970979611,0.0330567415604197,0.180249271010031 -5023,0.5,0.255951455205554,0.0668948692434859,0.121208593613563,0.102380171557231,0.157008579445878 -5024,0.5,0.255951455205554,0.141404724940082,0.188366121222839,0.214600976242589,0.148578716159746 -5025,0.5,0.255951455205554,0.219604042038452,0.244982271596323,0.336741438148447,0.130547518697444 -5026,0.5,0.255951455205554,0.293214648077268,0.286468035158327,0.466841611609856,0.10989337158343 -5027,0.5,0.255951455205554,0.368852428663057,0.339172491265653,0.579072785362706,0.0959504222409293 -5028,0.5,0.255951455205554,0.42162269125561,0.399104280525475,0.646974202255755,0.0874905874375433 -5029,0.5,0.255951455205554,0.454262092221037,0.459087445637319,0.675106161122304,0.0856880481106302 -5030,0.5,0.255951455205554,0.432533238910552,0.484996704368602,0.662660574141841,0.0895777005555593 -5031,0.5,0.255951455205554,0.371840877277905,0.482021483670506,0.607292986239248,0.0947448706244307 -5032,0.5,0.255951455205554,0.285070346015807,0.452794509361188,0.503253531925473,0.110232344150959 -5033,0.5,0.255951455205554,0.212760244006591,0.40387940688672,0.377312182247061,0.140602799339212 -5034,0.5,0.255951455205554,0.131909075403282,0.346747241559426,0.251164243649187,0.159767319255221 -5035,0.5,0.255951455205554,0.0587659415401507,0.30631981770511,0.125205558494637,0.13411859040143 -5036,0.5,0.255951455205554,0.00364175536001293,0.264275220213786,0.0197222159363853,0.0920855505973656 -5037,0.5,0.255951455205554,0.0,0.239413591508201,0.0,0.0841466079283043 -5038,0.5,0.255951455205554,0.0,0.222324212680637,0.0,0.0997979189182505 -5039,0.5,0.255951455205554,0.0,0.203091033683101,0.0,0.109700528678647 -5040,0.5,0.255951455205554,0.0,0.189816369668029,0.0,0.140570957772594 -5041,0.5,0.255951455205554,0.0,0.177415267792772,0.0,0.167451227871384 -5042,0.5,0.255951455205554,0.0,0.165911988336613,0.0,0.199847157341113 -5043,0.5,0.255951455205554,0.0,0.157349976733517,0.0,0.300041412880818 -5044,0.5,0.255951455205554,0.0,0.153819065662127,0.0,0.510116798570882 -5045,0.5,0.255951455205554,4.80010483406034e-08,0.16134159300795,0.0,0.69567541714197 -5046,0.5,0.255951455205554,0.00916056485229923,0.188619006092316,0.0333901998804719,0.771831060851598 -5047,0.5,0.255951455205554,0.0453350879795457,0.239913038165286,0.105187796289894,0.763129145075209 -5048,0.5,0.255951455205554,0.0987567066594554,0.333670240601101,0.220915336796198,0.625914267115512 -5049,0.5,0.255951455205554,0.15953490335841,0.4210218128155,0.346746687990986,0.473196031287697 -5050,0.5,0.255951455205554,0.221956321601943,0.466994537293844,0.477303503205224,0.397083413911184 -5051,0.5,0.255951455205554,0.271242541368642,0.504431860366213,0.594865649959505,0.291489113059384 -5052,0.5,0.255951455205554,0.300264792181116,0.547088045816995,0.659613169608977,0.3147861009476 -5053,0.5,0.255951455205554,0.317537653779481,0.562213526969946,0.644644773541929,0.409417149787671 -5054,0.5,0.255951455205554,0.326729530596684,0.55134212022171,0.432245810175072,0.469185637908921 -5055,0.5,0.255951455205554,0.319760375967195,0.520048126682411,0.429822573047824,0.510550540554972 -5056,0.5,0.255951455205554,0.281026991007286,0.481317748547764,0.262925840351272,0.482142917602993 -5057,0.5,0.255951455205554,0.212202455142729,0.429718316868952,0.21160853499557,0.461016556830252 -5058,0.5,0.255951455205554,0.135563543907353,0.349494983425857,0.252702865519186,0.497338366287098 -5059,0.5,0.255951455205554,0.0576847034508077,0.257040112704998,0.126364934313129,0.45048825922058 -5060,0.5,0.255951455205554,0.00315505807798735,0.202536018854896,0.0220576606592915,0.324158788435502 -5061,0.5,0.255951455205554,0.0,0.188430732974085,0.0,0.277295933249951 -5062,0.5,0.255951455205554,0.0,0.166886127697664,0.0,0.31175018086798 -5063,0.5,0.255951455205554,0.0,0.142861723367072,0.0,0.327862142560258 -5064,0.5,0.255951455205554,0.0,0.123133397400789,0.0,0.4551288005596 -5065,0.5,0.255951455205554,0.0,0.104898132274323,0.0,0.557786516033604 -5066,0.5,0.255951455205554,0.0,0.0895748762655824,0.0,0.635524889030361 -5067,0.5,0.255951455205554,0.0,0.0806614383346494,0.0,0.637111713999997 -5068,0.5,0.255951455205554,0.0,0.0704104054906488,0.0,0.661416004580087 -5069,0.5,0.255951455205554,6.04479617237392e-09,0.0674911336784832,0.0,0.686308056608463 -5070,0.5,0.255951455205554,0.0141158119566003,0.070632865369547,0.0107307592803492,0.57761261114618 -5071,0.5,0.255951455205554,0.071201645721179,0.0992801887645007,0.0258202470332267,0.445581307649266 -5072,0.5,0.255951455205554,0.159105649381632,0.144930855296281,0.0220921946865514,0.554755875101931 -5073,0.5,0.255951455205554,0.257680723036614,0.174504518424773,0.010560681293477,0.534108927651908 -5074,0.5,0.255951455205554,0.365109372548243,0.18845529427922,0.013293336626289,0.460005506167105 -5075,0.5,0.255951455205554,0.455297144890115,0.185977829476994,0.0254636517782298,0.482523149384359 -5076,0.5,0.255951455205554,0.515931288117216,0.191438782524664,0.0655419598032532,0.560273794884628 -5077,0.5,0.255951455205554,0.550086099298107,0.202703267280411,0.561606431742064,0.642912110505472 -5078,0.5,0.255951455205554,0.529905719520284,0.202139204066775,0.549095894562341,0.720194255559744 -5079,0.5,0.255951455205554,0.47061052037279,0.186309673213246,0.427667960939545,0.710927565673912 -5080,0.5,0.255951455205554,0.386418381678459,0.16392499692644,0.450557397474213,0.645250760195492 -5081,0.5,0.255951455205554,0.28466519286241,0.129441608416847,0.367727406402597,0.538154109329124 -5082,0.5,0.255951455205554,0.184202820991876,0.0865194368464322,0.218110450364749,0.406390399675042 -5083,0.5,0.255951455205554,0.0693995021009142,0.0440171532364314,0.107468122467927,0.315510397978996 -5084,0.5,0.255951455205554,0.0019616871990133,0.0216857647624612,0.0179053067526927,0.305301685368531 -5085,0.5,0.255951455205554,0.0,0.0181556750692481,0.0,0.308152976340808 -5086,0.5,0.255951455205554,0.0,0.0197853510995858,0.0,0.324829163528943 -5087,0.5,0.255951455205554,0.0,0.0220893625951796,0.0,0.381987709102509 -5088,0.5,0.255951455205554,0.0,0.0238576704409475,0.0,0.454712541909092 -5089,0.5,0.255951455205554,0.0,0.0250124671816217,0.0,0.477336123732756 -5090,0.5,0.255951455205554,0.0,0.0255539220968731,0.0,0.42529766247266 -5091,0.5,0.255951455205554,0.0,0.0272523942588641,0.0,0.324339986049772 -5092,0.5,0.255951455205554,0.0,0.0289402039576325,0.0,0.253235521993603 -5093,0.5,0.255951455205554,0.0,0.0288562318780073,0.0,0.222034289070537 -5094,0.5,0.255951455205554,0.0158969418251374,0.0240163477750398,0.030478027105257,0.222018579700963 -5095,0.5,0.255951455205554,0.0814099483686359,0.0214120642197816,0.101527198047165,0.227888273587969 -5096,0.5,0.255951455205554,0.176254652019636,0.0357132765803601,0.210195414836604,0.220405686152977 -5097,0.5,0.255951455205554,0.2841959029118,0.0515702190254949,0.332841146714157,0.205400674593622 -5098,0.5,0.255951455205554,0.397352802739883,0.0627710507802414,0.463993806082142,0.193849058161676 -5099,0.5,0.255951455205554,0.486951263573027,0.0715540178844519,0.491666258540223,0.180711372799136 -5100,0.5,0.255951455205554,0.524621629595379,0.0825738390749072,0.529328866819767,0.167894130622833 -5101,0.5,0.255951455205554,0.523966104375089,0.0907368446159427,0.416691356607698,0.112478386056656 -5102,0.5,0.255951455205554,0.514820538045775,0.0932960017601559,0.346040598647892,0.0590973439591459 -5103,0.5,0.255951455205554,0.48422359674342,0.0963645076427472,0.277934091554949,0.0273049704245615 -5104,0.5,0.255951455205554,0.406649179208309,0.0986699055182481,0.11473480677623,0.0104530327560638 -5105,0.5,0.255951455205554,0.309359364933312,0.0975982126020933,0.0443945668963111,0.00407442437289236 -5106,0.5,0.255951455205554,0.203074865330403,0.0715602015172948,0.0290133583179716,0.00465809375106204 -5107,0.5,0.255951455205554,0.0724219886035827,0.042188506470921,0.0706352738557171,0.0139602539820304 -5108,0.5,0.255951455205554,0.0015282398177446,0.0503736050116615,0.0,0.0332780113605441 -5109,0.5,0.255951455205554,0.0,0.0607068379066879,0.0,0.0446738657278698 -5110,0.5,0.255951455205554,0.0,0.0667580830514118,0.0,0.0484365412015221 -5111,0.5,0.255951455205554,0.0,0.0743135968484713,0.0,0.0523151782824242 -5112,0.5,0.255951455205554,0.0,0.082184982678378,0.0,0.0550578569302969 -5113,0.5,0.255951455205554,0.0,0.0906248004752727,0.0,0.054312456335782 -5114,0.5,0.255951455205554,0.0,0.0943982154068168,0.0,0.0498133465854637 -5115,0.5,0.255951455205554,0.0,0.0945860876197842,0.0,0.0484112425090166 -5116,0.5,0.255951455205554,0.0,0.0977609353563448,0.0,0.0487862095306268 -5117,0.5,0.255951455205554,0.0,0.101820632479669,0.0,0.0590030457314912 -5118,0.5,0.255951455205554,0.0117635476106373,0.0981375675143863,0.0285659500646106,0.104274525022632 -5119,0.5,0.255951455205554,0.0726629222929344,0.120225982513129,0.100129714249081,0.18295472437834 -5120,0.5,0.255951455205554,0.158600330050386,0.172840347031488,0.213101689630808,0.260482109951331 -5121,0.5,0.255951455205554,0.261254129449687,0.224666726374949,0.336978480082418,0.333007832129209 -5122,0.5,0.255951455205554,0.37411989942012,0.261165603113029,0.467117718193476,0.411497833273424 -5123,0.5,0.255951455205554,0.467611873847569,0.282546683071298,0.578290483960558,0.456576917774983 -5124,0.5,0.255951455205554,0.527608650964865,0.309684629015111,0.641927267250516,0.41319935501744 -5125,0.5,0.255951455205554,0.539149953307078,0.344263515329151,0.63367931101613,0.371370954159935 -5126,0.5,0.255951455205554,0.510250352357236,0.36858238275219,0.563346532709123,0.358427542994697 -5127,0.5,0.255951455205554,0.474722396391743,0.377159116151529,0.50751004128535,0.279695436510493 -5128,0.5,0.255951455205554,0.390568565539895,0.369612421558442,0.416612588664177,0.253772610714797 -5129,0.5,0.255951455205554,0.283727224872454,0.343602253455682,0.323736382324622,0.198583218409847 -5130,0.5,0.255951455205554,0.180473680651406,0.285627620840495,0.160086755543936,0.200531488201888 -5131,0.5,0.255951455205554,0.0633105666130631,0.21841419786751,0.0775654294822593,0.177944599356391 -5132,0.5,0.255951455205554,0.000726961084372064,0.16676779539439,0.0,0.1574662902502 -5133,0.5,0.255951455205554,0.0,0.138417816266364,0.0,0.140122020916242 -5134,0.5,0.255951455205554,0.0,0.117671004846941,0.0,0.128171533226217 -5135,0.5,0.255951455205554,0.0,0.098438512786812,0.0,0.142875599360309 -5136,0.5,0.255951455205554,0.0,0.0825062773968959,0.0,0.14500477159709 -5137,0.5,0.255951455205554,0.0,0.0675049627280579,0.0,0.143814596521514 -5138,0.5,0.255951455205554,0.0,0.0526880625849625,0.0,0.100941892267528 -5139,0.5,0.255951455205554,0.0,0.0393496141244991,0.0,0.0739945388090222 -5140,0.5,0.255951455205554,0.0,0.0313691102870143,0.0,0.0676979095552227 -5141,0.5,0.255951455205554,0.0,0.0255725582220427,0.0,0.0784464514685706 -5142,0.5,0.255951455205554,0.0131652240734024,0.017762574165751,0.0263217845288688,0.038182566517893 -5143,0.5,0.255951455205554,0.0772201155616745,0.0138342423127797,0.0955379272334657,0.0251772391679147 -5144,0.5,0.255951455205554,0.164986664885306,0.0193558749209535,0.20451740752084,0.0263547220931921 -5145,0.5,0.255951455205554,0.25558245664116,0.0266499595696622,0.321594808120673,0.0467192284451223 -5146,0.5,0.255951455205554,0.355344590645867,0.0349357107221862,0.437288370595516,0.0901297463554058 -5147,0.5,0.255951455205554,0.437950960729883,0.0456472159774619,0.521801924454662,0.1095948027951 -5148,0.5,0.255951455205554,0.444211190634075,0.0617685829268151,0.551660966279419,0.115227165566191 -5149,0.5,0.255951455205554,0.46195799529477,0.0765986621778981,0.580478215828529,0.147005037984402 -5150,0.5,0.255951455205554,0.426180513362502,0.0876103733953281,0.563521697486301,0.162946653705531 -5151,0.5,0.255951455205554,0.367414718421043,0.0999414483779253,0.452996323914479,0.138027917016062 -5152,0.5,0.255951455205554,0.287915273432634,0.114763344382528,0.112075394229571,0.116281754690674 -5153,0.5,0.255951455205554,0.191686737885341,0.125148229913699,0.313276985281857,0.102238183267426 -5154,0.5,0.255951455205554,0.116075924765029,0.123442047236818,0.0556492107091072,0.094348591481242 -5155,0.5,0.255951455205554,0.0408617841545723,0.105722900566772,0.0937054904120737,0.0942778649335929 -5156,0.5,0.255951455205554,0.000196994191969492,0.0855333060537175,0.0,0.10620501429501 -5157,0.5,0.255951455205554,0.0,0.0755757268305862,0.0,0.11368421038322 -5158,0.5,0.255951455205554,0.0,0.0824335387632695,0.0,0.112984463893436 -5159,0.5,0.255951455205554,0.0,0.0919853921031698,0.0,0.117452643763866 -5160,0.5,0.255951455205554,0.0,0.102362191986156,0.0,0.127517558852964 -5161,0.5,0.255951455205554,0.0,0.115582327485489,0.0,0.161369459740077 -5162,0.5,0.255951455205554,0.0,0.122616460109911,0.0,0.210934807587747 -5163,0.5,0.255951455205554,0.0,0.124037818640953,0.0,0.301260284805441 -5164,0.5,0.255951455205554,0.0,0.134160252576089,0.0,0.40181778300792 -5165,0.5,0.255951455205554,0.0,0.139539609941805,0.0,0.475521103875631 -5166,0.5,0.255951455205554,0.0036016736047789,0.152136398270286,0.0210988562007691,0.49278162489878 -5167,0.5,0.255951455205554,0.0304366985775367,0.18767870850732,0.0902950223750185,0.406421844949074 -5168,0.5,0.255951455205554,0.0792612178816743,0.261746510648627,0.186660624463194,0.318563956874265 -5169,0.5,0.255951455205554,0.146561860220369,0.34261840570854,0.290167945156536,0.332098407318336 -5170,0.5,0.255951455205554,0.21428781948557,0.383981229571031,0.385684277238494,0.422776046165289 -5171,0.5,0.255951455205554,0.272650394048382,0.399636233928736,0.509801844842763,0.462595193624548 -5172,0.5,0.255951455205554,0.323942740419832,0.396772428295231,0.620375804764034,0.430094439439533 -5173,0.5,0.255951455205554,0.362188956683007,0.384047039269588,0.657672413246721,0.411080122751935 -5174,0.5,0.255951455205554,0.360687800024425,0.361592020979536,0.65887114520587,0.418221849418522 -5175,0.5,0.255951455205554,0.330414910972192,0.32783014283717,0.611216806396961,0.390972433440007 -5176,0.5,0.255951455205554,0.279622270682426,0.29382003564809,0.490852702310854,0.313708669972463 -5177,0.5,0.255951455205554,0.206635556524678,0.255811376827332,0.369837744339399,0.244852149633594 -5178,0.5,0.255951455205554,0.128147416693188,0.198894548602607,0.251956554686512,0.231569004081344 -5179,0.5,0.255951455205554,0.0497122549025237,0.131976123110752,0.0890110802695595,0.258987308425283 -5180,0.5,0.255951455205554,5.06896649189974e-05,0.0910241161515742,0.0,0.265756476955434 -5181,0.5,0.255951455205554,0.0,0.0727312368781394,0.0,0.259616141026582 -5182,0.5,0.255951455205554,0.0,0.0655452497284533,0.0,0.254189376893134 -5183,0.5,0.255951455205554,0.0,0.0611255012268734,0.0,0.262603351385494 -5184,0.5,0.255951455205554,0.0,0.0579730314213572,0.0,0.264191765078803 -5185,0.5,0.255951455205554,0.0,0.054715556384919,0.0,0.284312777016173 -5186,0.5,0.255951455205554,0.0,0.0520867593821522,0.0,0.379910381198715 -5187,0.5,0.255951455205554,0.0,0.0509227425297725,0.0,0.458715235420702 -5188,0.5,0.255951455205554,0.0,0.0507110640693599,0.0,0.49841251085094 -5189,0.5,0.255951455205554,0.0,0.0498941960585967,0.0,0.508747021778206 -5190,0.5,0.255951455205554,0.0114340092125297,0.048284044977855,0.0249077760073587,0.474552523921311 -5191,0.5,0.255951455205554,0.0752315042194692,0.0672164020777469,0.0982896932339011,0.376118233569839 -5192,0.5,0.255951455205554,0.169770047290908,0.134053101723327,0.214820669284005,0.244224345959697 -5193,0.5,0.255951455205554,0.277903331489746,0.195809744371752,0.339397924928373,0.25116759790192 -5194,0.5,0.255951455205554,0.389126414012101,0.233328421336868,0.428533948208756,0.279132476291927 -5195,0.5,0.255951455205554,0.45661419539366,0.261243761405668,0.538479577339294,0.343262806333996 -5196,0.5,0.255951455205554,0.503895186452994,0.276431063748299,0.447426407087655,0.424567677595851 -5197,0.5,0.255951455205554,0.538520190153094,0.286090318268243,0.513536438921899,0.479743230091083 -5198,0.5,0.255951455205554,0.524837474336265,0.288290684736235,0.525253394861316,0.555408027423146 -5199,0.5,0.255951455205554,0.476489116627896,0.279908013810699,0.493414681940113,0.544458611458709 -5200,0.5,0.255951455205554,0.396025649292915,0.261337773062729,0.394805078578854,0.503130569528489 -5201,0.5,0.255951455205554,0.285088503296762,0.230175880015878,0.361757188515018,0.45833307086549 -5202,0.5,0.255951455205554,0.176848186776359,0.181219925723377,0.240158959711827,0.39411970140079 -5203,0.5,0.255951455205554,0.0555930458497967,0.124536403323061,0.0866158664220867,0.31834224819468 -5204,0.5,0.255951455205554,2.30542361107235e-06,0.0761705030655087,0.0,0.234943328202065 -5205,0.5,0.255951455205554,0.0,0.058291581632263,0.0,0.139640642598685 -5206,0.5,0.255951455205554,0.0,0.0501447266701774,0.0,0.0747585000667119 -5207,0.5,0.255951455205554,0.0,0.0424914658970684,0.0,0.0564629964540943 -5208,0.5,0.255951455205554,0.0,0.0353633432326598,0.0,0.0625867594082645 -5209,0.5,0.255951455205554,0.0,0.0288566919249652,0.0,0.0717628271938405 -5210,0.5,0.255951455205554,0.0,0.0236340378304393,0.0,0.075333988747317 -5211,0.5,0.255951455205554,0.0,0.0219542054676571,0.0,0.0675359624882568 -5212,0.5,0.255951455205554,0.0,0.0215025417124329,0.0,0.0469348986733175 -5213,0.5,0.255951455205554,0.0,0.0202629445163719,0.0,0.0348075980095606 -5214,0.5,0.255951455205554,0.0110198715025029,0.0168309463375436,0.0187533107623166,0.0320503342674787 -5215,0.5,0.255951455205554,0.0785936976873981,0.0195863225442667,0.0828430208618891,0.0418124905450978 -5216,0.5,0.255951455205554,0.180169157756185,0.035486929108454,0.179986723223612,0.0539974887188018 -5217,0.5,0.255951455205554,0.294311127587737,0.047965478859361,0.276257956730465,0.0628574283510643 -5218,0.5,0.255951455205554,0.40296286317279,0.0532843510355951,0.451350541887276,0.0658256436547167 -5219,0.5,0.255951455205554,0.499064506387706,0.0558174508940781,0.490109068295047,0.0694850512750822 -5220,0.5,0.255951455205554,0.551475262602084,0.0600595402074548,0.4605431762638,0.0681276038253874 -5221,0.5,0.255951455205554,0.56423638756297,0.0674224665736713,0.496334535685255,0.0896950248829739 -5222,0.5,0.255951455205554,0.519577879109193,0.0765329656395916,0.562620368094566,0.134465540728195 -5223,0.5,0.255951455205554,0.456440163319185,0.0800224909441811,0.554937790155392,0.139981692110709 -5224,0.5,0.255951455205554,0.372373063311136,0.076530729158615,0.49147231377259,0.18211743069235 -5225,0.5,0.255951455205554,0.272666796856938,0.0681459325764487,0.358535676033147,0.208584063093433 -5226,0.5,0.255951455205554,0.16557355910281,0.0527918624559709,0.221536757807394,0.141579023294902 -5227,0.5,0.255951455205554,0.0498151511115702,0.0334653756709826,0.0883127344517263,0.0953448377287191 -5228,0.5,0.255951455205554,0.0,0.0297748005021536,0.0,0.0671156506742554 -5229,0.5,0.255951455205554,0.0,0.0361508080602028,0.0,0.07869339360039 -5230,0.5,0.255951455205554,0.0,0.0454434832392092,0.0,0.173413946080517 -5231,0.5,0.255951455205554,0.0,0.0537634369742384,0.0,0.273009031595668 -5232,0.5,0.255951455205554,0.0,0.0569889040235012,0.0,0.337730996085866 -5233,0.5,0.255951455205554,0.0,0.054860138631513,0.0,0.330593845009672 -5234,0.5,0.255951455205554,0.0,0.0504268256935317,0.0,0.308782731848307 -5235,0.5,0.255951455205554,0.0,0.045167720907162,0.0,0.284578586028376 -5236,0.5,0.255951455205554,0.0,0.0416086581918333,0.0,0.293601955309164 -5237,0.5,0.255951455205554,0.0,0.0378114313581906,0.0,0.247409945292617 -5238,0.5,0.255951455205554,0.00855760302443931,0.0334156484244417,0.00104455546507852,0.226207809488903 -5239,0.5,0.255951455205554,0.0508358983807118,0.0340536622872522,0.00612628808801885,0.168325495374212 -5240,0.5,0.255951455205554,0.116617867565052,0.0483716008547583,0.0445488733593769,0.0618630115367056 -5241,0.5,0.255951455205554,0.190326854081407,0.0595329535099951,0.0180228357798599,0.0372428199815461 -5242,0.5,0.255951455205554,0.268587482831414,0.0668971780078125,0.0720586238537072,0.0678050760144474 -5243,0.5,0.255951455205554,0.33986770843662,0.069249357170197,0.0535414033019511,0.0730378977395881 -5244,0.5,0.255951455205554,0.390296363006239,0.0705103150870374,0.00689541760219301,0.0746765006447171 -5245,0.5,0.255951455205554,0.427325775580831,0.0716449938141886,0.0192661343886097,0.0749547427919675 -5246,0.5,0.255951455205554,0.427911966372593,0.0729548125753491,0.0259615958053069,0.0601154529639059 -5247,0.5,0.255951455205554,0.385065358324209,0.0733359000830219,0.0367825965289211,0.0408926175627654 -5248,0.5,0.255951455205554,0.32032650051598,0.0678915509563073,0.0682263138882909,0.0173995734047005 -5249,0.5,0.255951455205554,0.235748901696922,0.0607763298242385,0.137946840150356,0.0175356367701968 -5250,0.5,0.255951455205554,0.146931419118854,0.0483161083888491,0.102356327176125,0.0245624883967523 -5251,0.5,0.255951455205554,0.0462559184295538,0.0339502311370999,0.0252222514067566,0.0278466055360152 -5252,0.5,0.255951455205554,3.29656291414347e-06,0.020706589059175,0.0,0.0213023100322336 -5253,0.5,0.255951455205554,0.0,0.0169804970208685,0.0,0.0184579383344654 -5254,0.5,0.255951455205554,0.0,0.0150808606158073,0.0,0.019754734055207 -5255,0.5,0.255951455205554,0.0,0.0122574646727512,0.0,0.0279557196397774 -5256,0.5,0.255951455205554,0.0,0.0108993567299499,0.0,0.0345632237742614 -5257,0.5,0.255951455205554,0.0,0.0108841686431335,0.0,0.0304992149084477 -5258,0.5,0.255951455205554,0.0,0.0111439674246524,0.0,0.0212946641822663 -5259,0.5,0.255951455205554,0.0,0.0111510135855537,0.0,0.0156658244552161 -5260,0.5,0.255951455205554,0.0,0.0110949864845954,0.0,0.0117563185478395 -5261,0.5,0.255951455205554,0.0,0.0106969583508794,0.0,0.00959892326718155 -5262,0.5,0.255951455205554,0.00678726921179312,0.0102302181519777,0.0189065480489688,0.0091814556117984 -5263,0.5,0.255951455205554,0.0609870672255016,0.0139416766384758,0.0910216790566192,0.00929384904371088 -5264,0.5,0.255951455205554,0.148142584733744,0.0224269850034076,0.197314165655074,0.0103466369996234 -5265,0.5,0.255951455205554,0.248217439841535,0.0283613220863968,0.289225215946704,0.0104039341363662 -5266,0.5,0.255951455205554,0.354343616102498,0.0349770918684798,0.37044899519233,0.00965059588143857 -5267,0.5,0.255951455205554,0.445090238393637,0.0412370230247088,0.415056376643783,0.00931767948866074 -5268,0.5,0.255951455205554,0.497145375062195,0.0463623388384317,0.39298214274381,0.0143153328203934 -5269,0.5,0.255951455205554,0.532434833076069,0.0521493715871464,0.44888905452773,0.0289939234846312 -5270,0.5,0.255951455205554,0.5431555751583,0.0575682384559731,0.480310830128807,0.059859930674201 -5271,0.5,0.255951455205554,0.501257287069276,0.0586672773096669,0.482462778082931,0.0611491874678348 -5272,0.5,0.255951455205554,0.404003812133067,0.0578390652263223,0.470388818707541,0.0676309384349992 -5273,0.5,0.255951455205554,0.289936807820554,0.0587186148036299,0.346697312986281,0.0987276758329693 -5274,0.5,0.255951455205554,0.18004013658813,0.0544465584842857,0.206429527877804,0.141961903301321 -5275,0.5,0.255951455205554,0.0462211165247068,0.0362271163907794,0.0789790736509021,0.192955839370356 -5276,0.5,0.255951455205554,1.793850635169e-05,0.0346955326961112,0.0,0.20109621074989 -5277,0.5,0.255951455205554,0.0,0.046200253695075,0.0,0.175888704133484 -5278,0.5,0.255951455205554,0.0,0.062215122342032,0.0,0.176615668730519 -5279,0.5,0.255951455205554,0.0,0.0776465301535507,0.0,0.210826026806857 -5280,0.5,0.255951455205554,0.0,0.0919799161303419,0.0,0.312793683878942 -5281,0.5,0.255951455205554,0.0,0.113528218464894,0.0,0.654459885056644 -5282,0.5,0.255951455205554,0.0,0.138694285644557,0.0,0.832377593540523 -5283,0.5,0.255951455205554,0.0,0.154149193188598,0.0,0.822367088459496 -5284,0.5,0.255951455205554,0.0,0.166700817454303,0.0,0.712289924770356 -5285,0.5,0.255951455205554,0.0,0.189846339664751,0.0,0.552370948984717 -5286,0.5,0.255951455205554,0.00803741596143221,0.222101020127027,0.00129408862885646,0.516005066365623 -5287,0.5,0.255951455205554,0.0586410819275075,0.305010724114224,0.00595583604761052,0.532681365886033 -5288,0.5,0.255951455205554,0.12726092019723,0.42429631119897,0.0406193817407447,0.687319172004984 -5289,0.5,0.255951455205554,0.200610737303974,0.51538721886344,0.0383032092660769,0.909515623335182 -5290,0.5,0.255951455205554,0.267670209859368,0.597739390153948,0.155667480643711,0.937929193724894 -5291,0.5,0.255951455205554,0.308914564411329,0.64915838352343,0.126134844369642,0.923698519807846 -5292,0.5,0.255951455205554,0.331338777238313,0.673851458228169,0.128696819065282,0.930620924143349 -5293,0.5,0.255951455205554,0.33261195213367,0.701667893581675,0.0550082553120415,0.948088437993419 -5294,0.5,0.255951455205554,0.319412620392211,0.723254098206028,0.00388289631431118,0.942251308018512 -5295,0.5,0.255951455205554,0.286712465645413,0.691032680607662,0.0998503385844588,0.955953739556385 -5296,0.5,0.255951455205554,0.237669143603582,0.642474870554163,0.148836342429611,0.927214244418256 -5297,0.5,0.255951455205554,0.171537406040177,0.562005641685811,0.0465110852366996,0.88912265632529 -5298,0.5,0.255951455205554,0.109657988686008,0.466085020569094,0.0124171292232322,0.787824342444605 -5299,0.5,0.255951455205554,0.0392513224045828,0.335685539624579,0.00335573353619164,0.806667058522145 -5300,0.5,0.255951455205554,1.63300035087604e-05,0.229230062887806,0.0,0.746779291595701 -5301,0.5,0.255951455205554,0.0,0.173441841900174,0.0,0.639444321657439 -5302,0.5,0.255951455205554,0.0,0.128811811868355,0.0,0.480195982451996 -5303,0.5,0.255951455205554,0.0,0.0939066343594381,0.0,0.338433923482207 -5304,0.5,0.255951455205554,0.0,0.0548232570774134,0.0,0.275733123816448 -5305,0.5,0.255951455205554,0.0,0.030992253929735,0.0,0.21144078800912 -5306,0.5,0.255951455205554,0.0,0.0218303908334017,0.0,0.168632025433562 -5307,0.5,0.255951455205554,0.0,0.0213022627093563,0.0,0.0822112078010402 -5308,0.5,0.255951455205554,0.0,0.0243826655020982,0.0,0.0382247811100443 -5309,0.5,0.255951455205554,0.0,0.0310164532512917,0.0,0.096232268622523 -5310,0.5,0.255951455205554,0.00623488861901029,0.0372827699636109,0.0128014261585479,0.207465056687964 -5311,0.5,0.255951455205554,0.0622810047943937,0.0537387709056701,0.0861743070535899,0.263044729578787 -5312,0.5,0.255951455205554,0.144932202347786,0.114688718941452,0.188169661451286,0.280396273925107 -5313,0.5,0.255951455205554,0.231160698802568,0.191071657366529,0.272370273730939,0.280339508481683 -5314,0.5,0.255951455205554,0.311161141010198,0.264950890845463,0.28056361600841,0.261090250264391 -5315,0.5,0.255951455205554,0.376150858452455,0.31400730407375,0.283451442220945,0.286214573241663 -5316,0.5,0.255951455205554,0.419002579378756,0.330092655207044,0.381252957453918,0.3591296230357 -5317,0.5,0.255951455205554,0.431479590932038,0.334238812123129,0.399463526546447,0.36776284360398 -5318,0.5,0.255951455205554,0.395432874614968,0.313949829816601,0.335876336083175,0.315963884687971 -5319,0.5,0.255951455205554,0.337206488694739,0.281473969124197,0.158280961113512,0.355718917000011 -5320,0.5,0.255951455205554,0.267345392027381,0.263785890311517,0.0393291713280918,0.488575208189812 -5321,0.5,0.255951455205554,0.189694572860538,0.266838118330443,0.0102317561545518,0.395611943216834 -5322,0.5,0.255951455205554,0.106248421279764,0.280823466997219,0.00400732114229147,0.340824730905616 -5323,0.5,0.255951455205554,0.0342272079558775,0.316415225793595,0.0011455775564291,0.464767560968728 -5324,0.5,0.255951455205554,1.85594947943807e-05,0.348045485606685,0.000596587111543013,0.876131579733474 -5325,0.5,0.255951455205554,0.0,0.377776821667462,0.0,0.971496582402013 -5326,0.5,0.255951455205554,0.0,0.427758026711137,0.0,0.969777261268022 -5327,0.5,0.255951455205554,0.0,0.494191472127287,0.0,0.985948787466384 -5328,0.5,0.255951455205554,0.0,0.548266917562974,0.0,0.132020342034413 -5329,0.5,0.255951455205554,0.0,0.595296921422714,0.0,0.079466350111119 -5330,0.5,0.255951455205554,0.0,0.629051459977586,0.0,0.0620248181732592 -5331,0.5,0.255951455205554,0.0,0.666548714225844,0.0,0.0567848489492872 -5332,0.5,0.255951455205554,0.0,0.69116194370933,0.0,0.108926371869808 -5333,0.5,0.255951455205554,0.0,0.673491325007724,0.0,0.185528559217135 -5334,0.5,0.255951455205554,0.00321164652140016,0.634156409975691,0.00103270544296709,0.901798693554599 -5335,0.5,0.255951455205554,0.0491497629264208,0.646904762124791,0.0351914686189256,1.00918763274519 -5336,0.5,0.255951455205554,0.128185159767831,0.710520018348564,0.0602900128946513,1.00770438645422 -5337,0.5,0.255951455205554,0.216933365181478,0.75588495315809,0.155279099105517,1.00835841385798 -5338,0.5,0.255951455205554,0.290803462262141,0.751045018019368,0.220326630691378,1.00747375429764 -5339,0.5,0.255951455205554,0.351742447845028,0.745148301468544,0.123571316775923,1.00225177231405 -5340,0.5,0.255951455205554,0.400636854875638,0.736476244840243,0.491997311771049,0.996924548370732 -5341,0.5,0.255951455205554,0.431120112125895,0.738061651024029,0.524079493331084,0.98092333991986 -5342,0.5,0.255951455205554,0.415116631647197,0.737457201290154,0.579927239899413,0.966556022177744 -5343,0.5,0.255951455205554,0.366564106909424,0.729345654203121,0.524429173974183,0.962853703167256 -5344,0.5,0.255951455205554,0.308143060316589,0.699492550607523,0.376852699445915,0.966989899810113 -5345,0.5,0.255951455205554,0.246361878871071,0.65582692327171,0.268869104474857,0.96725609767609 -5346,0.5,0.255951455205554,0.161204004895877,0.546883388311698,0.0460687295190053,0.944994690066251 -5347,0.5,0.255951455205554,0.0438241490603904,0.400472355834418,0.0753410244629405,0.937770787162991 -5348,0.5,0.255951455205554,0.0,0.312479133580108,0.0,0.936265072394275 -5349,0.5,0.255951455205554,0.0,0.273032459253083,0.0,0.952699225450361 -5350,0.5,0.255951455205554,0.0,0.254977298601882,0.0,0.944303181465521 -5351,0.5,0.255951455205554,0.0,0.261567391022295,0.0,0.938081617553303 -5352,0.5,0.255951455205554,0.0,0.26297500478132,0.0,0.943454748557452 -5353,0.5,0.255951455205554,0.0,0.273341431486129,0.0,0.948342298084389 -5354,0.5,0.255951455205554,0.0,0.288071113184175,0.0,0.950080415491151 -5355,0.5,0.255951455205554,0.0,0.30213221080646,0.0,0.953160813841696 -5356,0.5,0.255951455205554,0.0,0.312323886355076,0.0,0.958215994357048 -5357,0.5,0.255951455205554,0.0,0.323282220019219,0.0,0.959552534978994 -5358,0.5,0.255951455205554,0.00496997331761013,0.337968852212214,0.00938813095547553,0.966620094796991 -5359,0.5,0.255951455205554,0.0555470526097643,0.393868862064307,0.0620461053552807,0.981946701095557 -5360,0.5,0.255951455205554,0.126775380768125,0.496289436858117,0.0235884442473337,0.989396423486018 -5361,0.5,0.255951455205554,0.202771746190836,0.589734394071229,0.093711563106039,0.986539089883663 -5362,0.5,0.255951455205554,0.276841257601114,0.640942252915212,0.396037382667154,0.982583939146619 -5363,0.5,0.255951455205554,0.34892629511952,0.698772047951771,0.387109625897458,0.972971065376756 -5364,0.5,0.255951455205554,0.381657888133984,0.72316881806031,0.0344162774473237,0.968071004305018 -5365,0.5,0.255951455205554,0.391692514339499,0.730251521664528,0.0535726597178316,0.956478879984139 -5366,0.5,0.255951455205554,0.383003571876813,0.715548426262027,0.0832145688742147,0.987375703597913 -5367,0.5,0.255951455205554,0.346994334273741,0.66978160120396,0.515648653996242,0.98322771521576 -5368,0.5,0.255951455205554,0.297569900310354,0.637784083194676,0.428613841144093,0.96091973966468 -5369,0.5,0.255951455205554,0.22495420550774,0.560996977013384,0.125189710471986,0.945052445262829 -5370,0.5,0.255951455205554,0.149069806264288,0.44738180561365,0.125983171699084,0.943064933834279 -5371,0.5,0.255951455205554,0.0454063926525174,0.311767425046786,0.0624343725978849,0.94160066566951 -5372,0.5,0.255951455205554,0.0,0.214341513405966,0.0,0.899089158065682 -5373,0.5,0.255951455205554,0.0,0.184486881034768,0.0,0.883865533406954 -5374,0.5,0.255951455205554,0.0,0.174766062848753,0.0,0.917771711046895 -5375,0.5,0.255951455205554,0.0,0.169801762227725,0.0,0.911794310833501 -5376,0.5,0.255951455205554,0.0,0.173529323763465,0.0,0.948266106493022 -5377,0.5,0.255951455205554,0.0,0.183157231432497,0.0,0.925308528224104 -5378,0.5,0.255951455205554,0.0,0.193204413266231,0.0,0.909348030872031 -5379,0.5,0.255951455205554,0.0,0.189927646585846,0.0,0.944965621441177 -5380,0.5,0.255951455205554,0.0,0.192134225848355,0.0,0.944448516852913 -5381,0.5,0.255951455205554,0.0,0.189830479388735,0.0,0.945447047720815 -5382,0.5,0.255951455205554,0.00462644600889412,0.175516148529309,0.00946332707717109,0.951435117002462 -5383,0.5,0.255951455205554,0.0469403937245418,0.184405521031247,0.0878201951736285,0.932958122902886 -5384,0.5,0.255951455205554,0.10602200696468,0.244712265197901,0.208046246397426,0.900105751619273 -5385,0.5,0.255951455205554,0.16208132108269,0.312806404984304,0.341358124996613,0.908026357974791 -5386,0.5,0.255951455205554,0.205187084597288,0.353406462256235,0.477636598877048,0.898067889115071 -5387,0.5,0.255951455205554,0.231651724123584,0.39342416617699,0.578511328767457,0.875443006702624 -5388,0.5,0.255951455205554,0.247014953300264,0.420276140716786,0.63889596382837,0.861394881008798 -5389,0.5,0.255951455205554,0.247299981638774,0.438078096452716,0.637284258503916,0.865644220384588 -5390,0.5,0.255951455205554,0.210861970866369,0.414600303134167,0.642154459756415,0.870625915262188 -5391,0.5,0.255951455205554,0.169746283386369,0.403586669584587,0.557928503227875,0.888381502164373 -5392,0.5,0.255951455205554,0.137525194250661,0.37114623785603,0.427243830678529,0.882259824036433 -5393,0.5,0.255951455205554,0.0924305839356458,0.333209119958933,0.278361008345701,0.872047612579725 -5394,0.5,0.255951455205554,0.0509527070694819,0.294420312737887,0.136641308277211,0.871080355596148 -5395,0.5,0.255951455205554,0.0175512451299645,0.249632960042765,0.0439948271185098,0.832592725646062 -5396,0.5,0.255951455205554,3.50187466183227e-06,0.196201525575819,0.0,0.783731332394129 -5397,0.5,0.255951455205554,0.0,0.17746771748458,0.0,0.769248997905895 -5398,0.5,0.255951455205554,0.0,0.198395412184305,0.0,0.809883973857709 -5399,0.5,0.255951455205554,0.0,0.238202115053641,0.0,0.888297369673922 -5400,0.5,0.255951455205554,0.0,0.275029601684,0.0,0.879800958884696 -5401,0.5,0.255951455205554,0.0,0.286192977674775,0.0,0.850900792340931 -5402,0.5,0.255951455205554,0.0,0.287230658897178,0.0,0.837191184302921 -5403,0.5,0.255951455205554,0.0,0.279404805844207,0.0,0.857262003189754 -5404,0.5,0.255951455205554,0.0,0.264317617599186,0.0,0.895703476469841 -5405,0.5,0.255951455205554,0.0,0.259438691017474,0.0,0.907905424014503 -5406,0.5,0.255951455205554,0.00332487862491084,0.266340096208729,0.00744677310248901,0.918844117368012 -5407,0.5,0.255951455205554,0.054807597140752,0.326810394331597,0.0813493799558153,0.936092268968932 -5408,0.5,0.255951455205554,0.134677761985256,0.443772679405842,0.170851873607755,0.944152494438232 -5409,0.5,0.255951455205554,0.215591393013853,0.512620268831465,0.220980305058491,0.947440268218876 -5410,0.5,0.255951455205554,0.285116267779682,0.566499680427847,0.186138021528849,0.959837387457521 -5411,0.5,0.255951455205554,0.361108737214934,0.609106824442683,0.118577451122254,0.972337489843757 -5412,0.5,0.255951455205554,0.396961223200537,0.619472461520567,0.0691820122054096,0.980148457370594 -5413,0.5,0.255951455205554,0.406064224375085,0.608388306763182,0.0772718930452626,0.980961316877302 -5414,0.5,0.255951455205554,0.384221578966982,0.589406342988639,0.0805087021712588,0.969411252274758 -5415,0.5,0.255951455205554,0.329555194990345,0.573396796930007,0.0675272570916493,0.952098489873539 -5416,0.5,0.255951455205554,0.25662279764927,0.551267478343177,0.0747219871573094,0.92643400827863 -5417,0.5,0.255951455205554,0.179149048301114,0.521741530986924,0.0699115892124713,0.906546871500716 -5418,0.5,0.255951455205554,0.101174546364242,0.468077017310031,0.106852853939485,0.866457122755241 -5419,0.5,0.255951455205554,0.0281349532019663,0.397224487501827,0.0468131369731827,0.802328739357501 -5420,0.5,0.255951455205554,2.7892795101583e-06,0.332391329885378,0.0,0.828074761949923 -5421,0.5,0.255951455205554,0.0,0.301376461025613,0.0,0.859223433928971 -5422,0.5,0.255951455205554,0.0,0.291848241482434,0.0,0.852376616165058 -5423,0.5,0.255951455205554,0.0,0.276450819456366,0.0,0.791136896514147 -5424,0.5,0.255951455205554,0.0,0.253534750542543,0.0,0.710931660487618 -5425,0.5,0.255951455205554,0.0,0.239768202404681,0.0,0.691807204144335 -5426,0.5,0.255951455205554,0.0,0.231776753699125,0.0,0.646642066311155 -5427,0.5,0.255951455205554,0.0,0.22419550479018,0.0,0.621460135017338 -5428,0.5,0.255951455205554,0.0,0.216870836555064,0.0,0.570939358042818 -5429,0.5,0.255951455205554,0.0,0.204669846758564,0.0,0.555954890390685 -5430,0.5,0.255951455205554,0.00282171124316297,0.19781130332661,0.00040429600265635,0.567568401718921 -5431,0.5,0.255951455205554,0.040684292845491,0.215395881323781,0.00357473905101665,0.606604199536543 -5432,0.5,0.255951455205554,0.0989774761373089,0.287963591589544,0.00832383309488051,0.637426055858854 -5433,0.5,0.255951455205554,0.155874368601814,0.380276321278304,0.00561194218446141,0.686360692029197 -5434,0.5,0.255951455205554,0.220916912026534,0.427016076088094,0.00868434384582011,0.718933464501279 -5435,0.5,0.255951455205554,0.296151780092649,0.441960230621743,0.0194170794389198,0.68327032503184 -5436,0.5,0.255951455205554,0.325067785655236,0.45200776596911,0.0677126749752181,0.67752815655189 -5437,0.5,0.255951455205554,0.309717178986911,0.449705463865109,0.11119200895918,0.642650937865721 -5438,0.5,0.255951455205554,0.289407771911547,0.443997680248278,0.210024499863924,0.498091177456988 -5439,0.5,0.255951455205554,0.259417368404787,0.442862534211121,0.273704587197616,0.619119167859648 -5440,0.5,0.255951455205554,0.202973926673715,0.424553331460716,0.303592747660935,0.728548745009074 -5441,0.5,0.255951455205554,0.148897716269577,0.387542654701003,0.216992062895065,0.835588279459543 -5442,0.5,0.255951455205554,0.0852246695655377,0.344373121130313,0.16938214457552,0.890847418586876 -5443,0.5,0.255951455205554,0.0252474092390814,0.286756037529606,0.0653673278808481,0.884777235501175 -5444,0.5,0.255951455205554,1.65337426759233e-05,0.244798946806313,0.0,0.850619191217214 -5445,0.5,0.255951455205554,0.0,0.242044228705584,0.0,0.872734723301972 -5446,0.5,0.255951455205554,0.0,0.257792015422203,0.0,0.912945771936251 -5447,0.5,0.255951455205554,0.0,0.267934854938159,0.0,0.937942009615316 -5448,0.5,0.255951455205554,0.0,0.288402680903276,0.0,0.91285652869495 -5449,0.5,0.255951455205554,0.0,0.317285441067537,0.0,0.875826377585471 -5450,0.5,0.255951455205554,0.0,0.333280616239244,0.0,0.875359520293254 -5451,0.5,0.255951455205554,0.0,0.333994897827513,0.0,0.919693819829891 -5452,0.5,0.255951455205554,0.0,0.328836040386919,0.0,0.938308657367877 -5453,0.5,0.255951455205554,0.0,0.336487981261078,0.0,0.908280544117205 -5454,0.5,0.255951455205554,0.000962087207087342,0.363350663977351,0.000679833264862363,0.843929216228637 -5455,0.5,0.255951455205554,0.0224323992009968,0.440316928583143,0.00290302527051246,0.790835027925737 -5456,0.5,0.255951455205554,0.0644183955989339,0.525550621992657,0.0108443780453717,0.816085038001539 -5457,0.5,0.255951455205554,0.123139572386217,0.578384229282592,0.145817473360038,0.930155298342424 -5458,0.5,0.255951455205554,0.175268416106606,0.605216942677102,0.137493593443295,0.947717364842403 -5459,0.5,0.255951455205554,0.212404457422925,0.635690862611631,0.130586698996754,0.940659728573455 -5460,0.5,0.255951455205554,0.245911606928673,0.668954337128493,0.380400071174348,0.934221400583464 -5461,0.5,0.255951455205554,0.27664165632095,0.690243241668669,0.4125488854289,0.960496196255692 -5462,0.5,0.255951455205554,0.278924551666034,0.694554929212223,0.458239453624974,0.984524450434705 -5463,0.5,0.255951455205554,0.255609495316644,0.681009194322152,0.406535925141453,0.97145801607232 -5464,0.5,0.255951455205554,0.217641534504191,0.665588346104062,0.348032604173122,0.956037587062531 -5465,0.5,0.255951455205554,0.163475088400156,0.628261266141444,0.197170509083276,0.955757204728207 -5466,0.5,0.255951455205554,0.0922000121055697,0.562545342996882,0.0828696526777907,0.965241784322581 -5467,0.5,0.255951455205554,0.0259403417329167,0.474032099198618,0.0155619672748847,0.950547598201829 -5468,0.5,0.255951455205554,4.21614723911105e-06,0.390944622193542,0.0,0.952931160276439 -5469,0.5,0.255951455205554,0.0,0.349814298109968,0.0,0.978086899654715 -5470,0.5,0.255951455205554,0.0,0.340515683342965,0.0,0.990828169111817 -5471,0.5,0.255951455205554,0.0,0.343616273756164,0.0,0.989943132038526 -5472,0.5,0.255951455205554,0.0,0.355924364278931,0.0,0.994587060888159 -5473,0.5,0.255951455205554,0.0,0.365269167216438,0.0,0.993617673559543 -5474,0.5,0.255951455205554,0.0,0.371649226598273,0.0,0.997643802572001 -5475,0.5,0.255951455205554,0.0,0.386936962032249,0.0,1.00085821274943 -5476,0.5,0.255951455205554,0.0,0.398126272178765,0.0,1.00058744615671 -5477,0.5,0.255951455205554,0.0,0.402922356692759,0.0,1.00274877966379 -5478,0.5,0.255951455205554,0.0019679084217791,0.415421709762918,0.000557922239147784,1.00256039935763 -5479,0.5,0.255951455205554,0.0438170147842057,0.454269896469922,0.00720142503870821,0.993394474277324 -5480,0.5,0.255951455205554,0.116757202427009,0.528773261252175,0.0157034875487649,0.959291728566331 -5481,0.5,0.255951455205554,0.205854078786234,0.630560149559025,0.0228337740426353,0.962108488396826 -5482,0.5,0.255951455205554,0.31101496821288,0.732227614697602,0.0271713315320727,0.988850579705325 -5483,0.5,0.255951455205554,0.386615760991591,0.792928467432418,0.0309317352222473,1.0057718812573 -5484,0.5,0.255951455205554,0.401749154706817,0.821049059616079,0.025922936640384,1.00746577221464 -5485,0.5,0.255951455205554,0.406432465729098,0.834410008845349,0.0209124574965158,1.00898821439327 -5486,0.5,0.255951455205554,0.394246244860649,0.848284203594874,0.0147456421727276,1.00188684356853 -5487,0.5,0.255951455205554,0.338721933679756,0.851356510286351,0.01586773260557,0.998798768178485 -5488,0.5,0.255951455205554,0.262481099724193,0.835578564538598,0.00967194149073899,0.998411487734977 -5489,0.5,0.255951455205554,0.176362827910696,0.786270202987975,0.113087926428516,0.998538381519916 -5490,0.5,0.255951455205554,0.103730640630382,0.721456326590091,0.0155982292331343,1.00106607809044 -5491,0.5,0.255951455205554,0.0252336574484718,0.617776059534104,0.00347414218057067,1.00020176792846 -5492,0.5,0.255951455205554,1.12875023667143e-05,0.532544666017459,0.0,0.995573001919726 -5493,0.5,0.255951455205554,0.0,0.514335141766789,0.0,0.990688226095113 -5494,0.5,0.255951455205554,0.0,0.5410591946528,0.0,0.989036890066564 -5495,0.5,0.255951455205554,0.0,0.573547224985054,0.0,0.997917533391658 -5496,0.5,0.255951455205554,0.0,0.599870603159262,0.0,0.994199407741866 -5497,0.5,0.255951455205554,0.0,0.620319280433774,0.0,0.99402583115543 -5498,0.5,0.255951455205554,0.0,0.653086832785403,0.0,1.00406674596906 -5499,0.5,0.255951455205554,0.0,0.687678498727367,0.0,1.00442920921665 -5500,0.5,0.255951455205554,0.0,0.699538001802089,0.0,1.00721603543647 -5501,0.5,0.255951455205554,0.0,0.701632788969951,0.0,1.00824825427955 -5502,0.5,0.255951455205554,0.00117889596184992,0.723967879536527,0.000902311277804433,1.0086504824471 -5503,0.5,0.255951455205554,0.0322964071110267,0.77551968575524,0.0360456642786691,1.00930318327718 -5504,0.5,0.255951455205554,0.0896986007990368,0.832889141932524,0.0689067719285636,1.01084609599936 -5505,0.5,0.255951455205554,0.16410403921958,0.868831745140242,0.113728385345498,1.010917366501 -5506,0.5,0.255951455205554,0.243641817473699,0.916053373121389,0.102980733858567,1.01091805476133 -5507,0.5,0.255951455205554,0.292968333562701,0.940863806736663,0.142375267226963,1.01083250644962 -5508,0.5,0.255951455205554,0.333763993288093,0.957213660597648,0.249445374291777,1.01051557397076 -5509,0.5,0.255951455205554,0.350846587478408,0.964103143305873,0.126952314755118,1.01019355759667 -5510,0.5,0.255951455205554,0.339740195972819,0.957197228227724,0.104744188082568,1.01066916723393 -5511,0.5,0.255951455205554,0.312384017986973,0.956512673500055,0.0362205971204463,1.01018502133995 -5512,0.5,0.255951455205554,0.263986820893023,0.942369535742269,0.301406121866573,1.01010327277883 -5513,0.5,0.255951455205554,0.183611765103195,0.904361740494191,0.0555536581704258,1.01000380444824 -5514,0.5,0.255951455205554,0.104285809601694,0.82867347392076,0.0392354258192913,1.00891647043731 -5515,0.5,0.255951455205554,0.023517536069863,0.716412325081781,0.00106939314069895,1.00634893679596 -5516,0.5,0.255951455205554,4.25526392320045e-06,0.612131527024232,0.0,1.00713525095585 -5517,0.5,0.255951455205554,0.0,0.550514284427766,0.0,1.00700218918934 -5518,0.5,0.255951455205554,0.0,0.5194773246265,0.0,1.0063038500821 -5519,0.5,0.255951455205554,0.0,0.497740443897562,0.0,1.00534926848924 -5520,0.5,0.255951455205554,0.0,0.469816784476712,0.0,0.995596838388835 -5521,0.5,0.255951455205554,0.0,0.445713649726179,0.0,1.00683448091685 -5522,0.5,0.255951455205554,0.0,0.421402798361252,0.0,1.00452314549281 -5523,0.5,0.255951455205554,0.0,0.386579008712332,0.0,1.00360509499543 -5524,0.5,0.255951455205554,0.0,0.359878929745151,0.0,1.003813101585 -5525,0.5,0.255951455205554,0.0,0.330738426996865,0.0,0.996974113186152 -5526,0.5,0.255951455205554,0.0019683534724369,0.309170399480527,0.00357206145456195,0.967067880591582 -5527,0.5,0.255951455205554,0.0466307275310488,0.336929640385057,0.0562007098683695,0.94302517240327 -5528,0.5,0.255951455205554,0.121291915917463,0.424938897755473,0.151081746746119,0.956015800396987 -5529,0.5,0.255951455205554,0.201001461870264,0.501625731648562,0.208228371154737,0.949662955129304 -5530,0.5,0.255951455205554,0.273949121464145,0.540884967415074,0.197906199505307,0.915841437950443 -5531,0.5,0.255951455205554,0.319887198437403,0.551342066239355,0.199253259131001,0.815903903090725 -5532,0.5,0.255951455205554,0.344206213889051,0.569128479148807,0.465208822738347,0.850651605086064 -5533,0.5,0.255951455205554,0.346321193147216,0.596700352970163,0.532007023394251,0.917528235365049 -5534,0.5,0.255951455205554,0.356620687653725,0.618061563905655,0.55021961089291,0.927245778716246 -5535,0.5,0.255951455205554,0.335569145419531,0.652778225951197,0.443905967667474,0.945471094349517 -5536,0.5,0.255951455205554,0.268583785002724,0.664026374400352,0.292603745581064,0.978803189549069 -5537,0.5,0.255951455205554,0.178844266439203,0.625243269499097,0.143839606317381,0.993403148817125 -5538,0.5,0.255951455205554,0.100461518766432,0.573663495114769,0.051797521915403,0.97153653596358 -5539,0.5,0.255951455205554,0.0218928739266178,0.492087860147539,0.00989476588726339,0.950141597641203 -5540,0.5,0.255951455205554,1.74704439274694e-06,0.394412246241022,0.0,0.904952563227119 -5541,0.5,0.255951455205554,0.0,0.338778516178392,0.0,0.847007684298163 -5542,0.5,0.255951455205554,0.0,0.312202436513426,0.0,0.804673420374802 -5543,0.5,0.255951455205554,0.0,0.296844599499323,0.0,0.804615487188475 -5544,0.5,0.255951455205554,0.0,0.282455665772628,0.0,0.806883109847787 -5545,0.5,0.255951455205554,0.0,0.289627515157568,0.0,0.817459599312438 -5546,0.5,0.255951455205554,0.0,0.299675827527162,0.0,0.796599011594513 -5547,0.5,0.255951455205554,0.0,0.29935293807574,0.0,0.799242222421653 -5548,0.5,0.255951455205554,0.0,0.2893160022109,0.0,0.850722296363811 -5549,0.5,0.255951455205554,0.0,0.28085856793636,0.0,0.873611533119086 -5550,0.5,0.255951455205554,0.00178132970670278,0.278100002262005,0.00164673174056743,0.825402474843259 -5551,0.5,0.255951455205554,0.0569175545959479,0.290095422633952,0.00812896168937481,0.696089154179396 -5552,0.5,0.255951455205554,0.155261424566712,0.365733108752618,0.0509216790658707,0.725902058469683 -5553,0.5,0.255951455205554,0.267724687825496,0.432951533580847,0.22749332248498,0.809093015018469 -5554,0.5,0.255951455205554,0.377494972227152,0.476268168778863,0.392628010996422,0.831652448697828 -5555,0.5,0.255951455205554,0.445301112736748,0.510914865911679,0.361741464311476,0.810095270393002 -5556,0.5,0.255951455205554,0.469586251418731,0.515118313408651,0.361223396100201,0.777781337581649 -5557,0.5,0.255951455205554,0.451070680380073,0.504065846772041,0.0824100472434039,0.747639835844421 -5558,0.5,0.255951455205554,0.413261813281711,0.485431419122691,0.0798520353750533,0.685970182285246 -5559,0.5,0.255951455205554,0.358670657757396,0.460537236947123,0.0658630717410506,0.730907217174543 -5560,0.5,0.255951455205554,0.286564730946122,0.433132511589858,0.0421108134663405,0.772659699197089 -5561,0.5,0.255951455205554,0.201828510663544,0.387533033337533,0.0332604024210929,0.905875302078783 -5562,0.5,0.255951455205554,0.116889232159352,0.320591078665094,0.0153209709390564,0.952215819536359 -5563,0.5,0.255951455205554,0.0239031991915211,0.226322870421052,0.00587444935798111,0.923467487598716 -5564,0.5,0.255951455205554,1.58022475528808e-06,0.162678973252423,0.0,0.859816656777022 -5565,0.5,0.255951455205554,0.0,0.129226287082843,0.0,0.859682666807893 -5566,0.5,0.255951455205554,0.0,0.116144671180013,0.0,0.788519820037001 -5567,0.5,0.255951455205554,0.0,0.117540217040017,0.0,0.722726270775592 -5568,0.5,0.255951455205554,0.0,0.116346278503835,0.0,0.662472758990387 -5569,0.5,0.255951455205554,0.0,0.127976156358929,0.0,0.646126948663319 -5570,0.5,0.255951455205554,0.0,0.133737499896898,0.0,0.709448207199803 -5571,0.5,0.255951455205554,0.0,0.138469964698242,0.0,0.775377529782566 -5572,0.5,0.255951455205554,0.0,0.136997267566192,0.0,0.776983574121964 -5573,0.5,0.255951455205554,0.0,0.139863647301554,0.0,0.721230329732162 -5574,0.5,0.255951455205554,0.00135836716853308,0.145272389230673,0.00272633328826737,0.679546965144796 -5575,0.5,0.255951455205554,0.0509197831714559,0.163915879692646,0.0676368760874463,0.598167441891903 -5576,0.5,0.255951455205554,0.146841476760255,0.215049076172669,0.155047218071239,0.651565657241492 -5577,0.5,0.255951455205554,0.261153419870488,0.288880267990849,0.175571598400571,0.694246009798971 -5578,0.5,0.255951455205554,0.373010493177079,0.323205007710493,0.0575760742489683,0.64135528707036 -5579,0.5,0.255951455205554,0.456270615377633,0.328030848022748,0.126095898644021,0.588861835584579 -5580,0.5,0.255951455205554,0.51050478902786,0.349243769942006,0.259170620534017,0.530503922123335 -5581,0.5,0.255951455205554,0.522458583133973,0.363191067401225,0.363521264996485,0.533007718325676 -5582,0.5,0.255951455205554,0.509307695285093,0.367556768074987,0.429497557860973,0.559080272897245 -5583,0.5,0.255951455205554,0.457903480656357,0.348448297515663,0.446323194324574,0.604927723951482 -5584,0.5,0.255951455205554,0.378407104041446,0.302371425064336,0.26730851627436,0.571778613546815 -5585,0.5,0.255951455205554,0.282781569396989,0.23223619792679,0.114682740219017,0.579617745443366 -5586,0.5,0.255951455205554,0.171051639972068,0.142499938247372,0.141775341907977,0.628716500490717 -5587,0.5,0.255951455205554,0.0266748746046514,0.0591959787469818,0.0450701820711192,0.600432461439633 -5588,0.5,0.255951455205554,0.0,0.0374088527195795,0.0,0.538899578584424 -5589,0.5,0.255951455205554,0.0,0.035127035840797,0.0,0.5276485838657 -5590,0.5,0.255951455205554,0.0,0.042612833469171,0.0,0.667501560074511 -5591,0.5,0.255951455205554,0.0,0.054247201764719,0.0,0.744339234965143 -5592,0.5,0.255951455205554,0.0,0.0652129826078218,0.0,0.819871225479603 -5593,0.5,0.255951455205554,0.0,0.0782102774532757,0.0,0.839824342776628 -5594,0.5,0.255951455205554,0.0,0.0922953838228774,0.0,0.898531533781667 -5595,0.5,0.255951455205554,0.0,0.102146966479821,0.0,0.910735320103331 -5596,0.5,0.255951455205554,0.0,0.112815957476952,0.0,0.917659838221156 -5597,0.5,0.255951455205554,0.0,0.121965012224871,0.0,0.927411261643411 -5598,0.5,0.255951455205554,0.00110659698095007,0.124943872997637,0.00221265822211566,0.924299937253781 -5599,0.5,0.255951455205554,0.0591015898183268,0.12443969056847,0.0634342262841523,0.914215869200187 -5600,0.5,0.255951455205554,0.167264474256601,0.159662937977496,0.16017312461938,0.921504419739161 -5601,0.5,0.255951455205554,0.29605594163646,0.244474550882968,0.245537231571349,0.921271808556121 -5602,0.5,0.255951455205554,0.433634163697839,0.340962065605838,0.3928995545476,0.920518242872492 -5603,0.5,0.255951455205554,0.546907311418148,0.44212017063905,0.522484967230293,0.92213972651573 -5604,0.5,0.255951455205554,0.584829354695223,0.525360489251433,0.633299494896406,0.92261962724589 -5605,0.5,0.255951455205554,0.598546097062839,0.586031312266286,0.690147957138085,0.903853417314748 -5606,0.5,0.255951455205554,0.557125726230311,0.626418856164684,0.682838515342764,0.817974514467844 -5607,0.5,0.255951455205554,0.46866958037073,0.640868245234257,0.596111193428492,0.793676624573833 -5608,0.5,0.255951455205554,0.360856182797833,0.629713505444192,0.420765996297626,0.800978121531521 -5609,0.5,0.255951455205554,0.24584350040691,0.578552352207965,0.275666968779849,0.859454923082783 -5610,0.5,0.255951455205554,0.133425590284901,0.478919956395186,0.0526014494738176,0.879591494512079 -5611,0.5,0.255951455205554,0.0170558653998706,0.386691571160342,0.0218418996350124,0.883558481737547 -5612,0.5,0.255951455205554,4.45006698296573e-08,0.332296579982818,0.0,0.885945714352439 -5613,0.5,0.255951455205554,0.0,0.288682526107301,0.0,0.872059425680397 -5614,0.5,0.255951455205554,0.0,0.279057268065256,0.0,0.85919933489431 -5615,0.5,0.255951455205554,0.0,0.297307984141346,0.0,0.702772052462394 -5616,0.5,0.255951455205554,0.0,0.327680258426078,0.0,0.658962982751333 -5617,0.5,0.255951455205554,0.0,0.363387694531302,0.0,0.867937324401565 -5618,0.5,0.255951455205554,0.0,0.396096327892112,0.0,0.960785477492207 -5619,0.5,0.255951455205554,0.0,0.415550311992639,0.0,0.986684165884043 -5620,0.5,0.255951455205554,0.0,0.426382841638217,0.0,0.98472636768076 -5621,0.5,0.255951455205554,0.0,0.435768666405258,0.0,0.97771589039022 -5622,0.5,0.255951455205554,0.000533457994722632,0.445938307505565,7.54874259991143e-05,0.991773585274526 -5623,0.5,0.255951455205554,0.0344948060979947,0.484866853405388,0.00126056006554949,0.998061424542105 -5624,0.5,0.255951455205554,0.0996385436412328,0.561693248675109,0.00470846861342566,0.999495767466868 -5625,0.5,0.255951455205554,0.178999284381637,0.620085518041442,0.0217760088624238,1.00174497647272 -5626,0.5,0.255951455205554,0.25904915407779,0.63403131707015,0.0396684491418205,1.00088286544661 -5627,0.5,0.255951455205554,0.323652428919272,0.632686316565747,0.0622231305965943,0.99986054079492 -5628,0.5,0.255951455205554,0.331965054029007,0.617324802866755,0.101632087982412,0.988918360026622 -5629,0.5,0.255951455205554,0.314076577984407,0.584489298987808,0.546988884567714,0.985122556361116 -5630,0.5,0.255951455205554,0.286580289935493,0.561572515540495,0.490623309542314,0.994875783807594 -5631,0.5,0.255951455205554,0.250447703893747,0.535225745073603,0.0629613905891522,0.996421862690398 -5632,0.5,0.255951455205554,0.208930514119718,0.494756585204006,0.061081195339729,0.948850287646991 -5633,0.5,0.255951455205554,0.140310782691707,0.439002510471738,0.0388004581215244,0.91008928501205 -5634,0.5,0.255951455205554,0.0756835274908499,0.384474059200098,0.0242170862405059,0.946861660196141 -5635,0.5,0.255951455205554,0.00947262686708,0.293245098581924,0.0407322678118691,0.960023730912853 -5636,0.5,0.255951455205554,0.0,0.232434149938286,0.0,0.949660664767944 -5637,0.5,0.255951455205554,0.0,0.216319885373603,0.0,0.937235966167038 -5638,0.5,0.255951455205554,0.0,0.222658477644295,0.0,0.929518563129675 -5639,0.5,0.255951455205554,0.0,0.247071183118167,0.0,0.950510404400625 -5640,0.5,0.255951455205554,0.0,0.26194846371426,0.0,0.974180401530841 -5641,0.5,0.255951455205554,0.0,0.279832094608832,0.0,0.9829903476306 -5642,0.5,0.255951455205554,0.0,0.298622931959953,0.0,0.976645768762107 -5643,0.5,0.255951455205554,0.0,0.31646539328943,0.0,0.981118919750483 -5644,0.5,0.255951455205554,0.0,0.31769350771027,0.0,0.981613142950264 -5645,0.5,0.255951455205554,0.0,0.314476707668244,0.0,0.965130715016099 -5646,0.5,0.255951455205554,0.000273469680741357,0.320692053199331,0.0012078086862584,0.972901984351558 -5647,0.5,0.255951455205554,0.0291834808672265,0.393319539350037,0.0688411677468333,0.973244545906856 -5648,0.5,0.255951455205554,0.0948753581513498,0.512863223826203,0.17317558847764,0.979024583119544 -5649,0.5,0.255951455205554,0.178872757572115,0.597135848997558,0.136341630902265,0.97307064573244 -5650,0.5,0.255951455205554,0.259286563676895,0.64348824518626,0.125608146729921,0.942890680861252 -5651,0.5,0.255951455205554,0.343036792883445,0.68472025757733,0.297916681154854,0.880152380262387 -5652,0.5,0.255951455205554,0.394036631678854,0.697512828882806,0.0796516072753298,0.815112408218718 -5653,0.5,0.255951455205554,0.393825208890734,0.688740754827123,0.0876963705978404,0.772710352909577 -5654,0.5,0.255951455205554,0.391741383608324,0.68191650366196,0.116800503528316,0.774270705438499 -5655,0.5,0.255951455205554,0.369990855837331,0.656893939980941,0.0964421799473664,0.798457633902358 -5656,0.5,0.255951455205554,0.310782680399542,0.605902044356199,0.0485094797380497,0.774489656241189 -5657,0.5,0.255951455205554,0.223857599665832,0.518071367558668,0.0432321611019815,0.642017044054778 -5658,0.5,0.255951455205554,0.12873944103859,0.405792278914324,0.0213975705028691,0.466224591755377 -5659,0.5,0.255951455205554,0.0134832718444264,0.287142090769644,0.00205319375616685,0.352092219751847 -5660,0.5,0.255951455205554,0.0,0.215445782924784,0.0,0.341654778792128 -5661,0.5,0.255951455205554,0.0,0.182673040095814,0.0,0.346493328480516 -5662,0.5,0.255951455205554,0.0,0.159301618971943,0.0,0.319444508222972 -5663,0.5,0.255951455205554,0.0,0.136715494047458,0.0,0.314943256910871 -5664,0.5,0.255951455205554,0.0,0.118952130012282,0.0,0.309432063975081 -5665,0.5,0.255951455205554,0.0,0.103251205563145,0.0,0.312282505733859 -5666,0.5,0.255951455205554,0.0,0.091174129551456,0.0,0.2832605644977 -5667,0.5,0.255951455205554,0.0,0.0825025832188174,0.0,0.266800120025083 -5668,0.5,0.255951455205554,0.0,0.0763665302351393,0.0,0.225461463449002 -5669,0.5,0.255951455205554,0.0,0.0702016485821457,0.0,0.174797205386297 -5670,0.5,0.255951455205554,0.00049352762622198,0.0636604528348617,0.000281954086306351,0.136161171693315 -5671,0.5,0.255951455205554,0.0426079141731872,0.0614343553209138,0.0276446777447755,0.123148503503471 -5672,0.5,0.255951455205554,0.119577878409654,0.0733717502808978,0.0449679263611507,0.108959130529809 -5673,0.5,0.255951455205554,0.202572663290055,0.0924317841578419,0.070105862408078,0.0842858422567304 -5674,0.5,0.255951455205554,0.282851613760655,0.11189330365514,0.107222308643039,0.0536608445543181 -5675,0.5,0.255951455205554,0.338843634337548,0.130513781746241,0.203110628915533,0.0384967144547529 -5676,0.5,0.255951455205554,0.353234107486405,0.140259110809498,0.236614408815619,0.039142434915019 -5677,0.5,0.255951455205554,0.341618047444891,0.152240304835268,0.114957524585077,0.0448167922224724 -5678,0.5,0.255951455205554,0.28648928424967,0.151197980279164,0.229861999100872,0.0547372212081976 -5679,0.5,0.255951455205554,0.221991175876154,0.134009004193877,0.595153357599762,0.0637864740975569 -5680,0.5,0.255951455205554,0.147472226438413,0.104117110018119,0.163638588599308,0.0605858072195834 -5681,0.5,0.255951455205554,0.0866353303537,0.0768010837132373,0.191867005793144,0.0420635395838987 -5682,0.5,0.255951455205554,0.0390326233283016,0.0551441070684347,0.10652145296685,0.0295638401424887 -5683,0.5,0.255951455205554,0.00368212576480683,0.0456852242823036,0.0351819307269213,0.0317055232259392 -5684,0.5,0.255951455205554,0.0,0.0488319940962175,0.0,0.0353641412845465 -5685,0.5,0.255951455205554,0.0,0.0515781033069723,0.0,0.0553729492103585 -5686,0.5,0.255951455205554,0.0,0.0506799399286892,0.0,0.0733277901486521 -5687,0.5,0.255951455205554,0.0,0.0489838683155217,0.0,0.0638498669822781 -5688,0.5,0.255951455205554,0.0,0.051117066518845,0.0,0.0488500357561455 -5689,0.5,0.255951455205554,0.0,0.0567610152420073,0.0,0.053504793598394 -5690,0.5,0.255951455205554,0.0,0.0560377500397464,0.0,0.0723938284319852 -5691,0.5,0.255951455205554,0.0,0.0544501074186271,0.0,0.0775869949453682 -5692,0.5,0.255951455205554,0.0,0.0575223835551195,0.0,0.0631797573495037 -5693,0.5,0.255951455205554,0.0,0.0607538292775633,0.0,0.0468990264095144 -5694,0.5,0.255951455205554,0.000343791321874667,0.0672611663600531,4.75880101618872e-05,0.0304467940384459 -5695,0.5,0.255951455205554,0.0156197779357698,0.0807166601786761,0.0669931832597001,0.018360582628259 -5696,0.5,0.255951455205554,0.0476521500508554,0.114160813330487,0.193019897001427,0.0118219707761594 -5697,0.5,0.255951455205554,0.0911149701033221,0.14699363026481,0.334338911967454,0.0104858775600756 -5698,0.5,0.255951455205554,0.147550350064347,0.155630239935703,0.474480770840818,0.00952270266206251 -5699,0.5,0.255951455205554,0.209094346334641,0.158878986191432,0.596686902717496,0.00954612613888189 -5700,0.5,0.255951455205554,0.26431658814514,0.152769684262899,0.665221552107213,0.0112202573758961 -5701,0.5,0.255951455205554,0.309303937135241,0.144933335403071,0.668487862249992,0.0131057441943834 -5702,0.5,0.255951455205554,0.321459834792785,0.137305962766268,0.643723377285438,0.014042794970063 -5703,0.5,0.255951455205554,0.267967339214076,0.131011593558255,0.538563426976552,0.0170673127327281 -5704,0.5,0.255951455205554,0.190030068480712,0.122775001940273,0.422916986964865,0.0179796592801781 -5705,0.5,0.255951455205554,0.130996854921068,0.112579840110333,0.283866249838708,0.0226777682056848 -5706,0.5,0.255951455205554,0.0686434488903462,0.0958297781615599,0.169730673304275,0.0332475684260462 -5707,0.5,0.255951455205554,0.00693573548351796,0.0656391619845106,0.0332373198191242,0.0498802201114652 -5708,0.5,0.255951455205554,0.0,0.0565856319263193,0.0,0.0777095023353537 -5709,0.5,0.255951455205554,0.0,0.0482106851823103,0.0,0.122303986909355 -5710,0.5,0.255951455205554,0.0,0.0414072304506024,0.0,0.164766933332377 -5711,0.5,0.255951455205554,0.0,0.0363678588025915,0.0,0.183942428207272 -5712,0.5,0.255951455205554,0.0,0.0337404493646434,0.0,0.170460246469098 -5713,0.5,0.255951455205554,0.0,0.0317200548636162,0.0,0.1992165052865 -5714,0.5,0.255951455205554,0.0,0.0289445383321021,0.0,0.194128916036108 -5715,0.5,0.255951455205554,0.0,0.027627891914726,0.0,0.15109214054903 -5716,0.5,0.255951455205554,0.0,0.0278512964634012,0.0,0.122404286152297 -5717,0.5,0.255951455205554,0.0,0.0294431817660907,0.0,0.106762485455185 -5718,0.5,0.255951455205554,0.000345387160848493,0.0304764725272975,0.0,0.0993297990924527 -5719,0.5,0.255951455205554,0.0323691281201304,0.0321062801778179,0.0092459990677859,0.0970600893049829 -5720,0.5,0.255951455205554,0.105339867731857,0.0490728225560057,0.0430599700212353,0.088718410799854 -5721,0.5,0.255951455205554,0.1914731585768,0.0817871715342794,0.16451465642595,0.070590406187036 -5722,0.5,0.255951455205554,0.276126150416301,0.111751607922814,0.432611485009884,0.053093774991776 -5723,0.5,0.255951455205554,0.342671996283115,0.12453260849436,0.561878502206814,0.0346623699857352 -5724,0.5,0.255951455205554,0.378979536981476,0.129953922427228,0.591804901513413,0.0223760034780047 -5725,0.5,0.255951455205554,0.397240031084858,0.130817999746631,0.618674441966497,0.0139869692057788 -5726,0.5,0.255951455205554,0.381558759724456,0.133507777625074,0.604020799842407,0.0137375017450787 -5727,0.5,0.255951455205554,0.335923704517521,0.131075294766121,0.527648792205517,0.0173919176871164 -5728,0.5,0.255951455205554,0.265749399802902,0.116406642646398,0.333764666449822,0.0223737606078715 -5729,0.5,0.255951455205554,0.194946063250779,0.0974279474254102,0.191679024380566,0.0276291530354993 -5730,0.5,0.255951455205554,0.111560382143876,0.0708883545639964,0.0657608803997396,0.034852241953684 -5731,0.5,0.255951455205554,0.00929800652579027,0.0373820591718938,0.00547496576312935,0.0397298050923061 -5732,0.5,0.255951455205554,0.0,0.0299569155674227,0.0,0.0432065500790078 -5733,0.5,0.255951455205554,0.0,0.0246729634998133,0.0,0.0543237820383286 -5734,0.5,0.255951455205554,0.0,0.021144220787364,0.0,0.0672460896000488 -5735,0.5,0.255951455205554,0.0,0.0195470825629753,0.0,0.0861432293242577 -5736,0.5,0.255951455205554,0.0,0.0194205542544831,0.0,0.102069738955269 -5737,0.5,0.255951455205554,0.0,0.0194866434551103,0.0,0.132562115357054 -5738,0.5,0.255951455205554,0.0,0.0205413998763364,0.0,0.162389203759283 -5739,0.5,0.255951455205554,0.0,0.021896332437003,0.0,0.195904595694766 -5740,0.5,0.255951455205554,0.0,0.0226706694221741,0.0,0.2353161164852 -5741,0.5,0.255951455205554,0.0,0.0252170871249381,0.0,0.262731757851155 -5742,0.5,0.255951455205554,0.000327582253800462,0.0263654577695042,0.0,0.275388387547996 -5743,0.5,0.255951455205554,0.0512263223127549,0.0248612556203767,0.0601417776435772,0.315711487218342 -5744,0.5,0.255951455205554,0.163330818662627,0.0318950207739724,0.184518990573641,0.385037581192224 -5745,0.5,0.255951455205554,0.296889023932392,0.0551911008948631,0.324327468616565,0.462465724690753 -5746,0.5,0.255951455205554,0.42791408753964,0.0765476060078966,0.449219225566021,0.535151790614423 -5747,0.5,0.255951455205554,0.517599096728037,0.0935424788947317,0.569272924484888,0.545552780081952 -5748,0.5,0.255951455205554,0.541058749601231,0.0957097964453607,0.658394856904018,0.519025520888656 -5749,0.5,0.255951455205554,0.526970893866975,0.0962891711957471,0.68526016578586,0.48938459269237 -5750,0.5,0.255951455205554,0.473933950341919,0.101169503824459,0.67237931839546,0.432487349520774 -5751,0.5,0.255951455205554,0.394980908580774,0.104390879605692,0.607740769822348,0.323964939769886 -5752,0.5,0.255951455205554,0.279268515772787,0.105890762883145,0.489888831859427,0.184273416048134 -5753,0.5,0.255951455205554,0.169140736741054,0.0992480021993324,0.359909344245512,0.162533061840878 -5754,0.5,0.255951455205554,0.0573409845594765,0.0793670866381017,0.209627852218085,0.2511296552674 -5755,0.5,0.255951455205554,0.00174719529730368,0.0686990111692629,0.0255765073059948,0.303386379919563 -5756,0.5,0.255951455205554,0.0,0.064604129899867,0.0,0.316838356422873 -5757,0.5,0.255951455205554,0.0,0.06371744281736,0.0,0.420923988878789 -5758,0.5,0.255951455205554,0.0,0.0641692055482702,0.0,0.560112781870999 -5759,0.5,0.255951455205554,0.0,0.0645525149431454,0.0,0.544560584468829 -5760,0.5,0.255951455205554,0.0,0.0614901126659105,0.0,0.436073414027491 -5761,0.5,0.255951455205554,0.0,0.0609341220515765,0.0,0.306627436144484 -5762,0.5,0.255951455205554,0.0,0.0587070941917784,0.0,0.250389941379956 -5763,0.5,0.255951455205554,0.0,0.0565624271246601,0.0,0.242040112608319 -5764,0.5,0.255951455205554,0.0,0.0568897418901509,0.0,0.26937399109204 -5765,0.5,0.255951455205554,0.0,0.0598562423450023,0.0,0.250871984127772 -5766,0.5,0.255951455205554,4.52037352609223e-05,0.0612190995055726,0.0,0.162654349359708 -5767,0.5,0.255951455205554,0.0110684020624389,0.0651865249123137,0.000504565546524685,0.124057776134912 -5768,0.5,0.255951455205554,0.0481516079836509,0.084143371970728,0.00649254494246518,0.131532042220199 -5769,0.5,0.255951455205554,0.108334807638268,0.138015611939952,0.0417162894973932,0.142077643969913 -5770,0.5,0.255951455205554,0.180081892047323,0.184365807444263,0.291125608675725,0.140519166631244 -5771,0.5,0.255951455205554,0.222366001081271,0.21934910617801,0.195631628175911,0.153960305971509 -5772,0.5,0.255951455205554,0.274520907114144,0.231669105078023,0.137131859164368,0.213888828986805 -5773,0.5,0.255951455205554,0.303087091584656,0.227312530482833,0.238066596385613,0.309314122216047 -5774,0.5,0.255951455205554,0.301889268195454,0.215521566085765,0.474344762047331,0.455549802204246 -5775,0.5,0.255951455205554,0.239853217548799,0.185656290882536,0.242056339076302,0.456687062381435 -5776,0.5,0.255951455205554,0.173118420799327,0.144515608359888,0.185119509386699,0.547846328904882 -5777,0.5,0.255951455205554,0.117333114007064,0.0989909591934997,0.179580489446482,0.514745078644096 -5778,0.5,0.255951455205554,0.0639781046221196,0.0563595873578138,0.128305559750477,0.505709959394327 -5779,0.5,0.255951455205554,0.00499959244222035,0.031473701198586,0.0,0.402436677018975 -5780,0.5,0.255951455205554,0.0,0.0306644830135476,0.0,0.312509574945074 -5781,0.5,0.255951455205554,0.0,0.0334255527630858,0.0,0.240749367915677 -5782,0.5,0.255951455205554,0.0,0.0394230002130251,0.0,0.233968415083988 -5783,0.5,0.255951455205554,0.0,0.0476666880377568,0.0,0.330201937168965 -5784,0.5,0.255951455205554,0.0,0.0554263635215908,0.0,0.477120745201801 -5785,0.5,0.255951455205554,0.0,0.0645707268001715,0.0,0.620424739637905 -5786,0.5,0.255951455205554,0.0,0.0759602109369826,0.0,0.727499250715513 -5787,0.5,0.255951455205554,0.0,0.0889782933878074,0.0,0.780324203416625 -5788,0.5,0.255951455205554,0.0,0.1053503812583,0.0,0.890041616767733 -5789,0.5,0.255951455205554,0.0,0.120533183330475,0.0,0.904339610757257 -5790,0.5,0.255951455205554,9.02973194250691e-05,0.139113165825991,0.0,0.864158777657116 -5791,0.5,0.255951455205554,0.0322834238313199,0.160652580790308,0.00684776582452538,0.855598671207131 -5792,0.5,0.255951455205554,0.106870597089872,0.200334178298602,0.0221109051383067,0.82961987466363 -5793,0.5,0.255951455205554,0.190647637143556,0.266950221151012,0.0333459081361217,0.758530420493499 -5794,0.5,0.255951455205554,0.274637605186579,0.321566258019791,0.0624851484899704,0.756809859997622 -5795,0.5,0.255951455205554,0.343152086191135,0.361205288037926,0.0780338618770128,0.712570366017255 -5796,0.5,0.255951455205554,0.366052886230587,0.387447645524018,0.00446081689271644,0.633887961243805 -5797,0.5,0.255951455205554,0.365632995512657,0.390796288296859,0.00490276904677585,0.550687906088772 -5798,0.5,0.255951455205554,0.33187272687973,0.366907832323207,0.00406320743776772,0.400361893729607 -5799,0.5,0.255951455205554,0.280083102858676,0.326576222671852,0.0177045131801265,0.272339165462802 -5800,0.5,0.255951455205554,0.222256012149044,0.259136857055038,0.0848817123229935,0.196492690663876 -5801,0.5,0.255951455205554,0.160415472125612,0.190781425012776,0.171791367491046,0.155922687918639 -5802,0.5,0.255951455205554,0.073492229698025,0.119759839452326,0.12496438325062,0.166005648827353 -5803,0.5,0.255951455205554,0.000744940965389767,0.0823753622814605,0.0,0.175973235019543 -5804,0.5,0.255951455205554,0.0,0.0681499718688422,0.0,0.15208603688621 -5805,0.5,0.255951455205554,0.0,0.0637871398184915,0.0,0.11918335983994 -5806,0.5,0.255951455205554,0.0,0.061865017509814,0.0,0.134762245557091 -5807,0.5,0.255951455205554,0.0,0.0620001169781189,0.0,0.169858131170386 -5808,0.5,0.255951455205554,0.0,0.0611915166905816,0.0,0.191452101775776 -5809,0.5,0.255951455205554,0.0,0.0606206254221672,0.0,0.21995668435325 -5810,0.5,0.255951455205554,0.0,0.0592265755213748,0.0,0.252793143726652 -5811,0.5,0.255951455205554,0.0,0.0598863985960154,0.0,0.248597837623149 -5812,0.5,0.255951455205554,0.0,0.0594490390921349,0.0,0.240165324322064 -5813,0.5,0.255951455205554,0.0,0.0555816275065185,0.0,0.20802716865465 -5814,0.5,0.255951455205554,2.94499732552819e-05,0.0540051470673067,0.0,0.143517501690993 -5815,0.5,0.255951455205554,0.0183498972318605,0.0640850790594963,0.00103622210233271,0.0596282054807702 -5816,0.5,0.255951455205554,0.0630220833326172,0.0868334670138999,0.00177113359747704,0.0202652433909624 -5817,0.5,0.255951455205554,0.114592735696535,0.116895206463453,0.0544930968686495,0.0173752019621771 -5818,0.5,0.255951455205554,0.162473950590995,0.136811600636588,0.135590673271637,0.0320503368645255 -5819,0.5,0.255951455205554,0.201903365732668,0.148236861373789,0.219326179269127,0.0616846024918233 -5820,0.5,0.255951455205554,0.228864507027431,0.145461763998532,0.124053877666285,0.0577524795468313 -5821,0.5,0.255951455205554,0.238044375117745,0.147555736223205,0.0614004676571127,0.0313593113444091 -5822,0.5,0.255951455205554,0.250133204849897,0.140061958828503,0.0248748175882048,0.0150545462551883 -5823,0.5,0.255951455205554,0.21301409960676,0.125563697557403,0.0792913457824932,0.00978951496001578 -5824,0.5,0.255951455205554,0.160427860072868,0.101814420954731,0.117621301747388,0.00829014383529229 -5825,0.5,0.255951455205554,0.108148601206918,0.0766780440928455,0.223515477811841,0.00729590129503382 -5826,0.5,0.255951455205554,0.056258103623631,0.0549506802404577,0.150129973809869,0.00515784949014248 -5827,0.5,0.255951455205554,0.0016964438173132,0.0374958965230575,0.0,0.00481005419470837 -5828,0.5,0.255951455205554,0.0,0.0275690305440464,0.0,0.00680011905840202 -5829,0.5,0.255951455205554,0.0,0.0223061252569715,0.0,0.00761503877361922 -5830,0.5,0.255951455205554,0.0,0.0211762960752437,0.0,0.00440118637655724 -5831,0.5,0.255951455205554,0.0,0.0211115763174152,0.0,0.0037417431930916 -5832,0.5,0.255951455205554,0.0,0.0202027564971688,0.0,0.00415948696495841 -5833,0.5,0.255951455205554,0.0,0.0206011356317325,0.0,0.00703073114306398 -5834,0.5,0.255951455205554,0.0,0.019581573134884,0.0,0.0043047363304149 -5835,0.5,0.255951455205554,0.0,0.0172808888270776,0.0,0.00242376451129641 -5836,0.5,0.255951455205554,0.0,0.0156737362777831,0.0,0.00268570781435141 -5837,0.5,0.255951455205554,0.0,0.0144697804140212,0.0,0.00202581701669573 -5838,0.5,0.255951455205554,8.74163321589552e-06,0.013788045681967,0.0,0.000426828086127207 -5839,0.5,0.255951455205554,0.0170593386097533,0.0136669500983356,0.0449995735772159,9.31419272068532e-05 -5840,0.5,0.255951455205554,0.0650024269818434,0.021445215892253,0.121296468411591,0.000144850786818422 -5841,0.5,0.255951455205554,0.129940134001638,0.0343530737967668,0.183454443662748,0.000218154253712628 -5842,0.5,0.255951455205554,0.208282985489662,0.0466246478784655,0.360220599747334,0.000169639611049315 -5843,0.5,0.255951455205554,0.269432106062964,0.0528939296639008,0.537252906312778,0.000176041927322182 -5844,0.5,0.255951455205554,0.302889651695674,0.0564159928101067,0.604827679756732,0.000224732068216781 -5845,0.5,0.255951455205554,0.326980470180283,0.0592042082867154,0.61847480319785,0.00298617102095777 -5846,0.5,0.255951455205554,0.303135287389963,0.0599601001604676,0.485309405374226,0.00615149970813386 -5847,0.5,0.255951455205554,0.256928172329889,0.0637965097035824,0.384051802728702,0.00945742322854063 -5848,0.5,0.255951455205554,0.197843787313083,0.0627298441205016,0.320384382564328,0.0127682472848507 -5849,0.5,0.255951455205554,0.128265100966445,0.0536511074336507,0.181669441223397,0.0131492192487392 -5850,0.5,0.255951455205554,0.0610795892790978,0.0382987314353403,0.0701043145910388,0.0120255721663416 -5851,0.5,0.255951455205554,0.00142788231347403,0.026569389643325,0.0,0.0100799113638531 -5852,0.5,0.255951455205554,0.0,0.0240794051973153,0.0,0.00738656894661486 -5853,0.5,0.255951455205554,0.0,0.0234257041611299,0.0,0.00496010483734812 -5854,0.5,0.255951455205554,0.0,0.0228121311391106,0.0,0.00481101738905814 -5855,0.5,0.255951455205554,0.0,0.0207519998859119,0.0,0.00450184226488662 -5856,0.5,0.255951455205554,0.0,0.018418907413481,0.0,0.00288849266863342 -5857,0.5,0.255951455205554,0.0,0.0172734458915715,0.0,0.00187299398916414 -5858,0.5,0.255951455205554,0.0,0.0165986680534029,0.0,0.00176233998310723 -5859,0.5,0.255951455205554,0.0,0.0161649410806291,0.0,0.00204140037773263 -5860,0.5,0.255951455205554,0.0,0.0152941272571269,0.0,0.00281169948916631 -5861,0.5,0.255951455205554,0.0,0.0152388340201757,0.0,0.00408103167405942 -5862,0.5,0.255951455205554,1.64964792378346e-05,0.016722908330577,0.0,0.00514458099211738 -5863,0.5,0.255951455205554,0.0125541259104439,0.0192052760989735,0.0082974413581275,0.00628260584261205 -5864,0.5,0.255951455205554,0.0529792571667526,0.0259915083125276,0.0419569941997121,0.00841225889539896 -5865,0.5,0.255951455205554,0.108039173743982,0.0417711612739301,0.106599207473458,0.0119602244620965 -5866,0.5,0.255951455205554,0.176239239956322,0.0606832545797515,0.184473745226846,0.0137672186625156 -5867,0.5,0.255951455205554,0.254784758939503,0.0792506177186422,0.242032243672022,0.0117900096295565 -5868,0.5,0.255951455205554,0.315869473915811,0.0938677688646952,0.220241225794814,0.00972661993229315 -5869,0.5,0.255951455205554,0.345644741905768,0.105526222671998,0.209858189864945,0.00859244419095289 -5870,0.5,0.255951455205554,0.345826231372344,0.109243789601373,0.14511539021184,0.00960743457981915 -5871,0.5,0.255951455205554,0.307984087591425,0.105152733525525,0.167207933107248,0.0136275858647745 -5872,0.5,0.255951455205554,0.255678356059189,0.10427443190811,0.175735597360414,0.0190847276726136 -5873,0.5,0.255951455205554,0.186812053660462,0.0996779206160122,0.134608973909814,0.0244065248249322 -5874,0.5,0.255951455205554,0.0816170510449149,0.0755460419196099,0.0685845579374936,0.0251766765618467 -5875,0.5,0.255951455205554,0.000361321312708269,0.0635045743817391,0.0,0.0218364873058212 -5876,0.5,0.255951455205554,0.0,0.0650034580926843,0.0,0.0197824712997208 -5877,0.5,0.255951455205554,0.0,0.0616901913721887,0.0,0.017572173955325 -5878,0.5,0.255951455205554,0.0,0.0571791578053885,0.0,0.0178811222892756 -5879,0.5,0.255951455205554,0.0,0.0536729357435442,0.0,0.0228532563102992 -5880,0.5,0.255951455205554,0.0,0.0499623153722636,0.0,0.0368619119111445 -5881,0.5,0.255951455205554,0.0,0.0464706460084465,0.0,0.057821632848334 -5882,0.5,0.255951455205554,0.0,0.0434901932545167,0.0,0.0773149823185415 -5883,0.5,0.255951455205554,0.0,0.0420686422695065,0.0,0.0840646685138745 -5884,0.5,0.255951455205554,0.0,0.0426297311185295,0.0,0.0729804104665645 -5885,0.5,0.255951455205554,0.0,0.0440782536158884,0.0,0.0526217504912794 -5886,0.5,0.255951455205554,6.94584684851745e-06,0.0465392163777175,0.0,0.0352676605916296 -5887,0.5,0.255951455205554,0.0378003992371761,0.0453689455206258,0.0469632086087538,0.0288065710004191 -5888,0.5,0.255951455205554,0.14414321984994,0.0625548260327771,0.171060127591553,0.0307699361548696 -5889,0.5,0.255951455205554,0.272627155849599,0.138230751993133,0.313806996536869,0.0446190103966451 -5890,0.5,0.255951455205554,0.404603136006811,0.214647539537001,0.454599394687013,0.0653113466655873 -5891,0.5,0.255951455205554,0.521317124277646,0.309129866703378,0.579636995681052,0.0980401825199713 -5892,0.5,0.255951455205554,0.59579997143776,0.382110196153814,0.652933390791701,0.139801673566252 -5893,0.5,0.255951455205554,0.626050748256851,0.415122757541463,0.680434249742639,0.174932093916173 -5894,0.5,0.255951455205554,0.615399607370592,0.423824091025148,0.668852374389827,0.189063014546885 -5895,0.5,0.255951455205554,0.55328009477554,0.432220901294205,0.60198100681031,0.19792049968264 -5896,0.5,0.255951455205554,0.441339131134749,0.436132484353198,0.481770750805102,0.21316982250868 -5897,0.5,0.255951455205554,0.309870440494245,0.367079977798684,0.351045175413379,0.236674390216588 -5898,0.5,0.255951455205554,0.109533368824348,0.232845203170951,0.129504730398342,0.25414431439268 -5899,0.5,0.255951455205554,1.27965896492672e-05,0.196911609553148,0.0,0.262629511643769 -5900,0.5,0.255951455205554,0.0,0.193226502947928,0.0,0.269470850109871 -5901,0.5,0.255951455205554,0.0,0.180575272363255,0.0,0.299651369159252 -5902,0.5,0.255951455205554,0.0,0.161662095320196,0.0,0.404714961045376 -5903,0.5,0.255951455205554,0.0,0.140697864108157,0.0,0.502862595747117 -5904,0.5,0.255951455205554,0.0,0.121100347010986,0.0,0.476258860100811 -5905,0.5,0.255951455205554,0.0,0.108203773262858,0.0,0.436027191953602 -5906,0.5,0.255951455205554,0.0,0.100298184310598,0.0,0.394385380077307 -5907,0.5,0.255951455205554,0.0,0.0976593255137617,0.0,0.355206484794711 -5908,0.5,0.255951455205554,0.0,0.0963309670864905,0.0,0.336722577427478 -5909,0.5,0.255951455205554,0.0,0.0942935926764392,0.0,0.334924661665123 -5910,0.5,0.255951455205554,1.73293352374712e-07,0.0916505401077649,0.0,0.337213631952794 -5911,0.5,0.255951455205554,0.0427917713939118,0.0831561803463648,0.0446014864457852,0.338614979449639 -5912,0.5,0.255951455205554,0.166979534402154,0.098595161136611,0.167394990491072,0.344918816326497 -5913,0.5,0.255951455205554,0.311514410005315,0.16362651782348,0.30821053566369,0.364161529382488 -5914,0.5,0.255951455205554,0.457381802163595,0.203986350339829,0.446203668651809,0.384345956294939 -5915,0.5,0.255951455205554,0.576014832841904,0.256894602786071,0.568436418918725,0.382191061526997 -5916,0.5,0.255951455205554,0.642923647432098,0.316296012528486,0.63968866363924,0.348189501396629 -5917,0.5,0.255951455205554,0.664999492364137,0.367587569124069,0.665441949619338,0.326149688530373 -5918,0.5,0.255951455205554,0.647510702005283,0.403054689447113,0.653028119909715,0.352679729433324 -5919,0.5,0.255951455205554,0.577940328416869,0.428833733016367,0.586235087430665,0.395635204654108 -5920,0.5,0.255951455205554,0.458002605554409,0.420210937034283,0.467507601728579,0.424293651016664 -5921,0.5,0.255951455205554,0.318602829069823,0.310870273349396,0.338867630554853,0.438216827048619 -5922,0.5,0.255951455205554,0.100082957923717,0.211658785395559,0.122454379447187,0.434739332067819 -5923,0.5,0.255951455205554,0.0,0.194750771462241,0.0,0.431393804232594 -5924,0.5,0.255951455205554,0.0,0.181993399418123,0.0,0.42962438075713 -5925,0.5,0.255951455205554,0.0,0.15823606557503,0.0,0.431093865582461 -5926,0.5,0.255951455205554,0.0,0.131655631764648,0.0,0.395637686030315 -5927,0.5,0.255951455205554,0.0,0.107690206320271,0.0,0.325620436688086 -5928,0.5,0.255951455205554,0.0,0.0881321435039047,0.0,0.272591433585659 -5929,0.5,0.255951455205554,0.0,0.0746652412707383,0.0,0.207867801687094 -5930,0.5,0.255951455205554,0.0,0.0667606042428797,0.0,0.145283292588017 -5931,0.5,0.255951455205554,0.0,0.0609828484220794,0.0,0.109268900522831 -5932,0.5,0.255951455205554,0.0,0.0580802975396888,0.0,0.0966128455726765 -5933,0.5,0.255951455205554,0.0,0.0576724236629171,0.0,0.095457261595536 -5934,0.5,0.255951455205554,0.0,0.0591095546691478,0.0,0.0929328345224532 -5935,0.5,0.255951455205554,0.0386240181475557,0.0549390789220448,0.0417933742524195,0.0858013942935872 -5936,0.5,0.255951455205554,0.158215462564995,0.0622664372028744,0.164927833442345,0.0821899269749117 -5937,0.5,0.255951455205554,0.298579288986161,0.101595291613696,0.30648568875324,0.0869723647984915 -5938,0.5,0.255951455205554,0.441357066585746,0.132568198533592,0.444867923539503,0.0966448371204011 -5939,0.5,0.255951455205554,0.558710394810266,0.151439508201232,0.567025497197528,0.0983054546571528 -5940,0.5,0.255951455205554,0.624816611059195,0.169520387949105,0.637532270165146,0.0854191896062724 -5941,0.5,0.255951455205554,0.644108176731165,0.17714277576888,0.662383750888111,0.0660023893903976 -5942,0.5,0.255951455205554,0.622512226948189,0.179080536104236,0.649348970960097,0.0530800033127035 -5943,0.5,0.255951455205554,0.549389287893769,0.169340347342949,0.582006204831094,0.0443222524674863 -5944,0.5,0.255951455205554,0.428261244372377,0.152252387290824,0.463386822609522,0.0473311959068535 -5945,0.5,0.255951455205554,0.29173566890683,0.100681516700635,0.335358380787147,0.0512039590315451 -5946,0.5,0.255951455205554,0.087920632469934,0.0673371292778122,0.116582057479517,0.0510018679947264 -5947,0.5,0.255951455205554,0.0,0.0701139368234918,0.0,0.0476575416569047 -5948,0.5,0.255951455205554,0.0,0.0678899925287547,0.0,0.0450479239020699 -5949,0.5,0.255951455205554,0.0,0.0630344953412901,0.0,0.0436351284837622 -5950,0.5,0.255951455205554,0.0,0.0575876295579589,0.0,0.041570962133361 -5951,0.5,0.255951455205554,0.0,0.0523722705245662,0.0,0.0329273463429113 -5952,0.5,0.255951455205554,0.0,0.0459422529147055,0.0,0.0239378177779485 -5953,0.5,0.255951455205554,0.0,0.0416245705162309,0.0,0.0164775308521514 -5954,0.5,0.255951455205554,0.0,0.0366857434284148,0.0,0.0116921351050552 -5955,0.5,0.255951455205554,0.0,0.0341043672050347,0.0,0.00898499326198879 -5956,0.5,0.255951455205554,0.0,0.0329782292802494,0.0,0.00836533705567953 -5957,0.5,0.255951455205554,0.0,0.0318553521995764,0.0,0.00925398674648732 -5958,0.5,0.255951455205554,0.0,0.0315317704911304,0.0,0.00988071635713593 -5959,0.5,0.255951455205554,0.0357543477020628,0.0284333332250892,0.0396295161403587,0.00981312327963142 -5960,0.5,0.255951455205554,0.151631594861474,0.0294592868496009,0.162547886388019,0.00973047961679176 -5961,0.5,0.255951455205554,0.284861718994097,0.0460273060458112,0.304163196607897,0.0118819738664645 -5962,0.5,0.255951455205554,0.417409626197588,0.0576829329228399,0.441886042893265,0.0132273869206763 -5963,0.5,0.255951455205554,0.523830784638441,0.0645201771947201,0.563077498731502,0.0113314541277672 -5964,0.5,0.255951455205554,0.555292553510433,0.0708381681933519,0.632607897248181,0.01209944547958 -5965,0.5,0.255951455205554,0.552221827424752,0.0778205265858904,0.656711127628256,0.0149686806642466 -5966,0.5,0.255951455205554,0.523721872765341,0.0827160657124526,0.642775667672409,0.019732066090066 -5967,0.5,0.255951455205554,0.45322389138377,0.0849150722722355,0.574356882650938,0.0267284644590638 -5968,0.5,0.255951455205554,0.351903910688495,0.0823410519357611,0.453761194044271,0.034531605048628 -5969,0.5,0.255951455205554,0.233149198142661,0.0621661808016939,0.286025288924939,0.0409063632117384 -5970,0.5,0.255951455205554,0.0726066273955174,0.0475334892428457,0.0747600691273914,0.0560728117062615 -5971,0.5,0.255951455205554,0.0,0.0507929548048325,0.0,0.117930458264145 -5972,0.5,0.255951455205554,0.0,0.0532063157559935,0.0,0.194495254939117 -5973,0.5,0.255951455205554,0.0,0.05384841316747,0.0,0.19090695240402 -5974,0.5,0.255951455205554,0.0,0.0516390306442735,0.0,0.214253905825764 -5975,0.5,0.255951455205554,0.0,0.0433921465469989,0.0,0.394863198601389 -5976,0.5,0.255951455205554,0.0,0.0363602785640666,0.0,0.618489876959517 -5977,0.5,0.255951455205554,0.0,0.0359448656761965,0.0,0.680778226363936 -5978,0.5,0.255951455205554,0.0,0.0406714142424982,0.0,0.687065624281548 -5979,0.5,0.255951455205554,0.0,0.0483853299884459,0.0,0.677703016468787 -5980,0.5,0.255951455205554,0.0,0.0569249469291692,0.0,0.667269711668392 -5981,0.5,0.255951455205554,0.0,0.0608785326364132,0.0,0.607063400731968 -5982,0.5,0.255951455205554,0.0,0.0651932976528385,0.0,0.508686434278824 -5983,0.5,0.255951455205554,0.0201757202634432,0.0679008358570475,0.024663920516296,0.396862764611288 -5984,0.5,0.255951455205554,0.0833822052560288,0.0936686276634753,0.120481235309788,0.298995080870996 -5985,0.5,0.255951455205554,0.152439796546988,0.1306069374538,0.265937257456851,0.254656269225633 -5986,0.5,0.255951455205554,0.218685287717391,0.136944800844516,0.423008350207162,0.2195874334559 -5987,0.5,0.255951455205554,0.259534252133828,0.141351257880573,0.52286898018371,0.19713276837609 -5988,0.5,0.255951455205554,0.280481580641052,0.145840172035714,0.433084745970184,0.159035578001992 -5989,0.5,0.255951455205554,0.31119625351717,0.145299034436792,0.339425759392317,0.100883965722221 -5990,0.5,0.255951455205554,0.312035586877965,0.141868714493279,0.216851027055634,0.0562637946308732 -5991,0.5,0.255951455205554,0.29057369199458,0.134092593288286,0.234371628625569,0.0480621481279304 -5992,0.5,0.255951455205554,0.236854497827096,0.122857245971435,0.274631516246335,0.0588802496695459 -5993,0.5,0.255951455205554,0.167263677221327,0.104406571374083,0.274103142565213,0.0664092320098047 -5994,0.5,0.255951455205554,0.0582181026385174,0.0842021567720219,0.108758639663361,0.0470400335148849 -5995,0.5,0.255951455205554,4.08578435853364e-05,0.0570262253821344,0.0,0.0523492796720632 -5996,0.5,0.255951455205554,0.0,0.0543496585266832,0.0,0.0906821659994133 -5997,0.5,0.255951455205554,0.0,0.0557239616411206,0.0,0.145062623835133 -5998,0.5,0.255951455205554,0.0,0.060449674309668,0.0,0.177323409042101 -5999,0.5,0.255951455205554,0.0,0.0645940067998045,0.0,0.222463665150257 -6000,0.5,0.255951455205554,0.0,0.066970141015742,0.0,0.291295014786856 -6001,0.5,0.255951455205554,0.0,0.0652689394270691,0.0,0.419459454716652 -6002,0.5,0.255951455205554,0.0,0.0603079464222614,0.0,0.543661251740777 -6003,0.5,0.255951455205554,0.0,0.0576896106373647,0.0,0.684475613125362 -6004,0.5,0.255951455205554,0.0,0.0590464285432473,0.0,0.785973239698663 -6005,0.5,0.255951455205554,0.0,0.0626306268351505,0.0,0.84935888498717 -6006,0.5,0.255951455205554,0.0,0.0704852740154428,0.0,0.846431860226966 -6007,0.5,0.255951455205554,0.0176961243128724,0.0840417413923612,0.036936890981917,0.830222218438008 -6008,0.5,0.255951455205554,0.0995434425664761,0.1055936946723,0.163275457448814,0.791794095230116 -6009,0.5,0.255951455205554,0.203615518447678,0.149899708537787,0.306015946758066,0.756582845344949 -6010,0.5,0.255951455205554,0.306712942194025,0.176278597039029,0.390408537080305,0.690155908237291 -6011,0.5,0.255951455205554,0.394526307222327,0.204484770146461,0.276749796033225,0.614259966792556 -6012,0.5,0.255951455205554,0.460593156807557,0.231279061477618,0.117770570657664,0.588828750147577 -6013,0.5,0.255951455205554,0.475976045496941,0.242635283355027,0.135841514400925,0.530515194851624 -6014,0.5,0.255951455205554,0.456022697927836,0.247341208457091,0.182321648139704,0.456653931520096 -6015,0.5,0.255951455205554,0.404728664496866,0.238611042256946,0.475723676822261,0.358572243806582 -6016,0.5,0.255951455205554,0.325133203736906,0.223738755950241,0.369603644315285,0.323676695079371 -6017,0.5,0.255951455205554,0.228188500779248,0.198321316986855,0.258986517708466,0.343989977352302 -6018,0.5,0.255951455205554,0.0674804432278365,0.144720462187404,0.0526640467715046,0.391794478463469 -6019,0.5,0.255951455205554,0.0,0.104886709542593,0.0,0.328800786777611 -6020,0.5,0.255951455205554,0.0,0.0878107108821573,0.0,0.313394396244716 -6021,0.5,0.255951455205554,0.0,0.0773050178008368,0.0,0.47910295049431 -6022,0.5,0.255951455205554,0.0,0.0697021805888566,0.0,0.561070058923152 -6023,0.5,0.255951455205554,0.0,0.0655690793391446,0.0,0.762876890322405 -6024,0.5,0.255951455205554,0.0,0.0844740615228665,0.0,0.887242245072678 -6025,0.5,0.255951455205554,0.0,0.0939018401433907,0.0,0.901863192674369 -6026,0.5,0.255951455205554,0.0,0.097291364813226,0.0,0.884608879698717 -6027,0.5,0.255951455205554,0.0,0.103344747343584,0.0,0.867705299327541 -6028,0.5,0.255951455205554,0.0,0.108051856459236,0.0,0.843603575863127 -6029,0.5,0.255951455205554,0.0,0.106692071595692,0.0,0.793285354871412 -6030,0.5,0.255951455205554,0.0,0.109801371779378,0.0,0.784467929112246 -6031,0.5,0.255951455205554,0.0199822638514019,0.114394189322531,0.0296010932325036,0.765008841537406 -6032,0.5,0.255951455205554,0.102811247298949,0.127394675043336,0.0903483334190387,0.730227153713296 -6033,0.5,0.255951455205554,0.202825681549214,0.182080373730753,0.222529478946098,0.673589318360112 -6034,0.5,0.255951455205554,0.300450948149375,0.266190743268683,0.427192459922196,0.645810749765199 -6035,0.5,0.255951455205554,0.374252002507925,0.330447234903128,0.178261963620816,0.622516683548738 -6036,0.5,0.255951455205554,0.409155691357138,0.371836153070054,0.222149161840847,0.593533648215279 -6037,0.5,0.255951455205554,0.404117997321827,0.392939388962352,0.243522835751117,0.592887387180044 -6038,0.5,0.255951455205554,0.357168796311086,0.400616608519407,0.100891254603132,0.621460529456096 -6039,0.5,0.255951455205554,0.299189532925114,0.402503338211394,0.0668502770835668,0.59931076411163 -6040,0.5,0.255951455205554,0.22083832995474,0.403823202281453,0.0491128676399511,0.613235937520249 -6041,0.5,0.255951455205554,0.137598351119875,0.388743638966303,0.0257155780878975,0.697162924098986 -6042,0.5,0.255951455205554,0.0405482882257409,0.352427531364332,0.00708306711245867,0.746793971604186 -6043,0.5,0.255951455205554,8.11968659735679e-06,0.311003693301348,0.0,0.793394895015769 -6044,0.5,0.255951455205554,0.0,0.290782833980585,0.0,0.799673026262955 -6045,0.5,0.255951455205554,0.0,0.270944079642495,0.0,0.78071269808151 -6046,0.5,0.255951455205554,0.0,0.25229221232443,0.0,0.765820065295739 -6047,0.5,0.255951455205554,0.0,0.228615140106984,0.0,0.738842947398351 -6048,0.5,0.255951455205554,0.0,0.203714015588186,0.0,0.694768306270683 -6049,0.5,0.255951455205554,0.0,0.182347275236678,0.0,0.596071154449213 -6050,0.5,0.255951455205554,0.0,0.162034707757283,0.0,0.55118753974364 -6051,0.5,0.255951455205554,0.0,0.148661034795761,0.0,0.532585425835463 -6052,0.5,0.255951455205554,0.0,0.141739442620991,0.0,0.576331325773336 -6053,0.5,0.255951455205554,0.0,0.1363907872126,0.0,0.623737596179723 -6054,0.5,0.255951455205554,0.0,0.133160885779006,0.0,0.647020930706804 -6055,0.5,0.255951455205554,0.0127793027467883,0.128305599355054,0.00320847664051447,0.563475073422397 -6056,0.5,0.255951455205554,0.0749374056113557,0.134223814665672,0.0424157866818024,0.550986966203593 -6057,0.5,0.255951455205554,0.148244889943389,0.158046590088015,0.161568839758567,0.610448823305691 -6058,0.5,0.255951455205554,0.21676589087343,0.19946218907954,0.221240456092633,0.638051635888467 -6059,0.5,0.255951455205554,0.268262256119935,0.22387846110982,0.247206190340123,0.570892805359983 -6060,0.5,0.255951455205554,0.295575451052262,0.237406803136522,0.378890799228951,0.487439252949929 -6061,0.5,0.255951455205554,0.30772808708467,0.245416301447365,0.436826206487842,0.43661194545225 -6062,0.5,0.255951455205554,0.291438895749555,0.253440907819827,0.161671999652452,0.377966070080989 -6063,0.5,0.255951455205554,0.244535118743288,0.24975122369511,0.114038544803739,0.334956361826746 -6064,0.5,0.255951455205554,0.18352559538846,0.243290804894851,0.200293245494169,0.334425111507849 -6065,0.5,0.255951455205554,0.112078525853913,0.225626540563045,0.0260022350960151,0.350116714512887 -6066,0.5,0.255951455205554,0.0379193853245653,0.175336686915101,0.00743658720549384,0.391342889766832 -6067,0.5,0.255951455205554,3.12933401262125e-05,0.128419061413057,0.0,0.437158114789369 -6068,0.5,0.255951455205554,0.0,0.103993633752419,0.0,0.490895776692847 -6069,0.5,0.255951455205554,0.0,0.0862303803481932,0.0,0.53533163090386 -6070,0.5,0.255951455205554,0.0,0.0756109906049753,0.0,0.526508145367799 -6071,0.5,0.255951455205554,0.0,0.0676461105327773,0.0,0.454529548466095 -6072,0.5,0.255951455205554,0.0,0.0589732670015126,0.0,0.380265913103713 -6073,0.5,0.255951455205554,0.0,0.0557377383895206,0.0,0.343317288774303 -6074,0.5,0.255951455205554,0.0,0.0545512005858323,0.0,0.296163947869818 -6075,0.5,0.255951455205554,0.0,0.051132090240061,0.0,0.229526441480986 -6076,0.5,0.255951455205554,0.0,0.0479678011367261,0.0,0.181704179718821 -6077,0.5,0.255951455205554,0.0,0.0469687517806507,0.0,0.174212782429199 -6078,0.5,0.255951455205554,0.0,0.0501862319452928,0.0,0.192607121892057 -6079,0.5,0.255951455205554,0.00938284370762782,0.0572477646113726,0.0235786739709105,0.248090481505556 -6080,0.5,0.255951455205554,0.0576079931265963,0.0853207040100405,0.149275260432441,0.32302734998694 -6081,0.5,0.255951455205554,0.123333544881394,0.138669016913984,0.289474749145474,0.398006866612151 -6082,0.5,0.255951455205554,0.197961017797421,0.180862568002871,0.420540496765358,0.423808841811474 -6083,0.5,0.255951455205554,0.263140802694586,0.211281987218312,0.52383294878722,0.380144402559129 -6084,0.5,0.255951455205554,0.287488556120878,0.221473815376468,0.542048624576242,0.331053642215107 -6085,0.5,0.255951455205554,0.326508098349786,0.227945008316153,0.544575397403474,0.269842516952349 -6086,0.5,0.255951455205554,0.321931445427046,0.239134723894506,0.600632850950951,0.217852746993848 -6087,0.5,0.255951455205554,0.282486833976324,0.240934725612215,0.51018353376116,0.197024168989288 -6088,0.5,0.255951455205554,0.211922984402714,0.231455708861813,0.450641438173394,0.193128818363926 -6089,0.5,0.255951455205554,0.14321021825181,0.201990271561487,0.320173745762785,0.208532681162207 -6090,0.5,0.255951455205554,0.0453419386978933,0.123554058326261,0.0830130437560932,0.238725838471093 -6091,0.5,0.255951455205554,2.876528670191e-06,0.0951746929183737,0.0,0.290599276760184 -6092,0.5,0.255951455205554,0.0,0.088287751954531,0.0,0.344489120186397 -6093,0.5,0.255951455205554,0.0,0.081776944985529,0.0,0.380579229828654 -6094,0.5,0.255951455205554,0.0,0.0776379804063873,0.0,0.357992413973845 -6095,0.5,0.255951455205554,0.0,0.0780185593378217,0.0,0.292823549558772 -6096,0.5,0.255951455205554,0.0,0.083447424403194,0.0,0.221354324086059 -6097,0.5,0.255951455205554,0.0,0.0911316861867907,0.0,0.177348282217022 -6098,0.5,0.255951455205554,0.0,0.103344160930229,0.0,0.160271690572037 -6099,0.5,0.255951455205554,0.0,0.115622734886199,0.0,0.147044557893572 -6100,0.5,0.255951455205554,0.0,0.131427813372675,0.0,0.139861155813651 -6101,0.5,0.255951455205554,0.0,0.154622158591972,0.0,0.149084485047852 -6102,0.5,0.255951455205554,0.0,0.177873967625764,0.0,0.175441262846839 -6103,0.5,0.255951455205554,0.0073120499058697,0.206706628182043,0.0253914807356346,0.209567202569441 -6104,0.5,0.255951455205554,0.0531924575780934,0.251728760810466,0.150613789933999,0.23882622385925 -6105,0.5,0.255951455205554,0.105202795546988,0.330052624798159,0.295591500232165,0.27031889302377 -6106,0.5,0.255951455205554,0.153592152309746,0.432917452584889,0.434528417524335,0.287367120927101 -6107,0.5,0.255951455205554,0.199757241770567,0.531109207145595,0.55753413318213,0.281651501613184 -6108,0.5,0.255951455205554,0.239778977944076,0.614826836511365,0.628388419744196,0.268069427962368 -6109,0.5,0.255951455205554,0.269221489349483,0.675612842356114,0.652098491578212,0.246088437286603 -6110,0.5,0.255951455205554,0.269391632823084,0.706916385843582,0.636441993862561,0.220940746855436 -6111,0.5,0.255951455205554,0.240193751089568,0.70834273850162,0.564371957936167,0.213063798213895 -6112,0.5,0.255951455205554,0.188818527288927,0.685428026645075,0.443278997312865,0.235106942375813 -6113,0.5,0.255951455205554,0.130568990908176,0.634398030209709,0.314415005449228,0.284719537953399 -6114,0.5,0.255951455205554,0.0371020425111936,0.547231897980657,0.0768377904661769,0.344853450455697 -6115,0.5,0.255951455205554,1.24113461095875e-06,0.490332807759478,0.0,0.399179978019324 -6116,0.5,0.255951455205554,0.0,0.46578175482457,0.0,0.442276455829247 -6117,0.5,0.255951455205554,0.0,0.433281078256326,0.0,0.442347512520944 -6118,0.5,0.255951455205554,0.0,0.388130503560103,0.0,0.420123020440158 -6119,0.5,0.255951455205554,0.0,0.337338441648646,0.0,0.39563528757762 -6120,0.5,0.255951455205554,0.0,0.284758310773336,0.0,0.355606619985496 -6121,0.5,0.255951455205554,0.0,0.234583874627415,0.0,0.305086445584979 -6122,0.5,0.255951455205554,0.0,0.196612530965188,0.0,0.261486541045332 -6123,0.5,0.255951455205554,0.0,0.177057982395935,0.0,0.23603718526251 -6124,0.5,0.255951455205554,0.0,0.171256728689396,0.0,0.222877221622933 -6125,0.5,0.255951455205554,0.0,0.169993403554136,0.0,0.218324236327309 -6126,0.5,0.255951455205554,0.0,0.162608640466667,0.0,0.22248783046099 -6127,0.5,0.255951455205554,0.00701388854278607,0.156319604649012,0.0225249143186732,0.236131834521678 -6128,0.5,0.255951455205554,0.0562224314781951,0.180470429722844,0.147972757116833,0.262925340498866 -6129,0.5,0.255951455205554,0.119844996329647,0.255939145667819,0.294272507233274,0.310909635915803 -6130,0.5,0.255951455205554,0.190457755182386,0.329679490273895,0.43517907028482,0.356781539872994 -6131,0.5,0.255951455205554,0.264518570671019,0.382913771584558,0.559718525964795,0.365522992566093 -6132,0.5,0.255951455205554,0.311107784718693,0.441357297727018,0.631288335847091,0.352287984649215 -6133,0.5,0.255951455205554,0.327438321167006,0.488904778275469,0.655242562291807,0.327634551021939 -6134,0.5,0.255951455205554,0.321298331811282,0.515592308350788,0.639081838465367,0.294117584160346 -6135,0.5,0.255951455205554,0.281474354533942,0.52445025462028,0.565548470085435,0.276481020355242 -6136,0.5,0.255951455205554,0.213051916438582,0.50961476808076,0.442959944188486,0.296870910416829 -6137,0.5,0.255951455205554,0.136660387948703,0.446300110204887,0.312405783972456,0.340102702559259 -6138,0.5,0.255951455205554,0.0304856696791538,0.315937277625536,0.0709496299974076,0.380626181590684 -6139,0.5,0.255951455205554,2.32893631092642e-08,0.254819240899027,0.0,0.429582303425776 -6140,0.5,0.255951455205554,0.0,0.25019336109316,0.0,0.485965541450259 -6141,0.5,0.255951455205554,0.0,0.25065332007439,0.0,0.518454672071123 -6142,0.5,0.255951455205554,0.0,0.250002059345062,0.0,0.529941345432021 -6143,0.5,0.255951455205554,0.0,0.24673822778809,0.0,0.64271995036067 -6144,0.5,0.255951455205554,0.0,0.237774022163736,0.0,0.68658456938438 -6145,0.5,0.255951455205554,0.0,0.226970148662864,0.0,0.591998621925217 -6146,0.5,0.255951455205554,0.0,0.217943060575223,0.0,0.543010457780729 -6147,0.5,0.255951455205554,0.0,0.207030346053084,0.0,0.545644222591552 -6148,0.5,0.255951455205554,0.0,0.197510155091984,0.0,0.573507904545558 -6149,0.5,0.255951455205554,0.0,0.189740781558244,0.0,0.61422776495389 -6150,0.5,0.255951455205554,0.0,0.183441445014527,0.0,0.662489542624387 -6151,0.5,0.255951455205554,0.00419301892470854,0.183857058724447,0.0176675542194117,0.707819774272325 -6152,0.5,0.255951455205554,0.0420529049602499,0.20928618057036,0.114801833227992,0.741821989676161 -6153,0.5,0.255951455205554,0.0932943238253252,0.259017640699438,0.247197305965365,0.792316699759388 -6154,0.5,0.255951455205554,0.145152121827437,0.289027674953731,0.320944740957655,0.824772798319132 -6155,0.5,0.255951455205554,0.191075183998136,0.30461360476287,0.209399780328583,0.840358769423419 -6156,0.5,0.255951455205554,0.208627967230721,0.310982219843766,0.244140571133376,0.8230018715988 -6157,0.5,0.255951455205554,0.225557048301722,0.323030847058814,0.245919375832711,0.810384513762788 -6158,0.5,0.255951455205554,0.228799508620328,0.341315770844442,0.240864843608617,0.835714331040742 -6159,0.5,0.255951455205554,0.210711457386146,0.344910568415012,0.167688646610861,0.861225511627366 -6160,0.5,0.255951455205554,0.169339475552559,0.333223157147464,0.114563948321912,0.868690818762751 -6161,0.5,0.255951455205554,0.106738325006581,0.307613074804867,0.065209395549363,0.859748386614015 -6162,0.5,0.255951455205554,0.029799030300815,0.274227297009273,0.0169730766335899,0.842238461906759 -6163,0.5,0.255951455205554,1.41520706781e-05,0.247964133481619,0.0,0.866555308155147 -6164,0.5,0.255951455205554,0.0,0.240090573594388,0.0,0.869513939419172 -6165,0.5,0.255951455205554,0.0,0.244083433543106,0.0,0.862505651465145 -6166,0.5,0.255951455205554,0.0,0.238721384775402,0.0,0.858651761153131 -6167,0.5,0.255951455205554,0.0,0.227553733819817,0.0,0.868385825078779 -6168,0.5,0.255951455205554,0.0,0.221153358583999,0.0,0.914675576576402 -6169,0.5,0.255951455205554,0.0,0.213711353261547,0.0,0.943646340633572 -6170,0.5,0.255951455205554,0.0,0.203417624488095,0.0,0.950377901623124 -6171,0.5,0.255951455205554,0.0,0.188651293739098,0.0,0.942246292407767 -6172,0.5,0.255951455205554,0.0,0.175705702537064,0.0,0.879110659413928 -6173,0.5,0.255951455205554,0.0,0.165565274344533,0.0,0.817450983272815 -6174,0.5,0.255951455205554,0.0,0.156253827487735,0.0,0.784673070609655 -6175,0.5,0.255951455205554,0.00997209454287554,0.147443584938854,0.00519965135432518,0.766962380202844 -6176,0.5,0.255951455205554,0.0765882450392592,0.15066760526076,0.0819841817043513,0.763853335331701 -6177,0.5,0.255951455205554,0.164720076891961,0.1678351387817,0.200662609117532,0.808853382308092 -6178,0.5,0.255951455205554,0.265870896404744,0.185212729220727,0.33720665579041,0.84454870194047 -6179,0.5,0.255951455205554,0.359136531726877,0.194531551534685,0.446922778075524,0.816455333346768 -6180,0.5,0.255951455205554,0.425839771367028,0.214674455897813,0.530491524003257,0.778390223679191 -6181,0.5,0.255951455205554,0.464277776127864,0.244866693359255,0.577284248108947,0.748789868560626 -6182,0.5,0.255951455205554,0.4614668124222,0.273785970557181,0.581921475316539,0.69521650643786 -6183,0.5,0.255951455205554,0.41848817838476,0.286371836193578,0.51668633472272,0.504405248883379 -6184,0.5,0.255951455205554,0.329836816534945,0.270334308067701,0.414439958018888,0.321970372945249 -6185,0.5,0.255951455205554,0.217194032633305,0.217094934934035,0.29506755953094,0.275451269152855 -6186,0.5,0.255951455205554,0.0462620387589062,0.172282883119522,0.0597353566354594,0.289046922409882 -6187,0.5,0.255951455205554,0.0,0.164584982379683,0.0,0.34383835723546 -6188,0.5,0.255951455205554,0.0,0.163294352436604,0.0,0.456359510193991 -6189,0.5,0.255951455205554,0.0,0.161178590052325,0.0,0.579415124368094 -6190,0.5,0.255951455205554,0.0,0.154532811700929,0.0,0.619386945350531 -6191,0.5,0.255951455205554,0.0,0.141198485635801,0.0,0.607886396976769 -6192,0.5,0.255951455205554,0.0,0.123468548570624,0.0,0.59013600279253 -6193,0.5,0.255951455205554,0.0,0.10686232045412,0.0,0.515080746890404 -6194,0.5,0.255951455205554,0.0,0.0910554824701401,0.0,0.395542025216509 -6195,0.5,0.255951455205554,0.0,0.0764871313768124,0.0,0.285382455261307 -6196,0.5,0.255951455205554,0.0,0.0643986665838008,0.0,0.219240195639856 -6197,0.5,0.255951455205554,0.0,0.0559609518619479,0.0,0.17042049920962 -6198,0.5,0.255951455205554,0.0,0.0512043872155604,0.0,0.133597985441655 -6199,0.5,0.255951455205554,0.012971330271442,0.0487350181181187,0.00858932359650309,0.100385718041008 -6200,0.5,0.255951455205554,0.104642890871212,0.0511268150058173,0.108572043083234,0.0917405232484261 -6201,0.5,0.255951455205554,0.219988154701473,0.0702498347188391,0.265945289536477,0.105128250877439 -6202,0.5,0.255951455205554,0.343814429031117,0.101320970617737,0.420304108994711,0.132972427147435 -6203,0.5,0.255951455205554,0.453220697175743,0.118192744261612,0.543674971906236,0.150931244563661 -6204,0.5,0.255951455205554,0.522111151313132,0.136198978047946,0.614630177334151,0.152748720565692 -6205,0.5,0.255951455205554,0.549834024960646,0.147686293679538,0.637622602334622,0.150009057793492 -6206,0.5,0.255951455205554,0.526748601423029,0.161757089314409,0.614749701054887,0.147911395176475 -6207,0.5,0.255951455205554,0.45611101377164,0.1638963615818,0.545201960436904,0.145355362895928 -6208,0.5,0.255951455205554,0.350390059226751,0.150350112592861,0.425967181501205,0.140383485612168 -6209,0.5,0.255951455205554,0.228362015346138,0.108212616745751,0.296452550999358,0.141206583058369 -6210,0.5,0.255951455205554,0.0389610712999556,0.0708537788798099,0.0535087645527133,0.160327513773156 -6211,0.5,0.255951455205554,0.0,0.072230361089378,0.0,0.196230473806479 -6212,0.5,0.255951455205554,0.0,0.0705233742740076,0.0,0.251786773493192 -6213,0.5,0.255951455205554,0.0,0.0708396246455857,0.0,0.292907162998444 -6214,0.5,0.255951455205554,0.0,0.0706468602398593,0.0,0.292666406723072 -6215,0.5,0.255951455205554,0.0,0.0676973069789922,0.0,0.276950201924538 -6216,0.5,0.255951455205554,0.0,0.0640520682436752,0.0,0.239891314880028 -6217,0.5,0.255951455205554,0.0,0.0602555684934818,0.0,0.172867674266751 -6218,0.5,0.255951455205554,0.0,0.0550018472184695,0.0,0.106666724428957 -6219,0.5,0.255951455205554,0.0,0.0505032233303734,0.0,0.0662881835414865 -6220,0.5,0.255951455205554,0.0,0.0471567619985083,0.0,0.0515738085138435 -6221,0.5,0.255951455205554,0.0,0.0465812834480238,0.0,0.0572385400342886 -6222,0.5,0.255951455205554,0.0,0.047084384421066,0.0,0.0692216205219235 -6223,0.5,0.255951455205554,0.015559756141072,0.0461925325017763,0.00873600943812727,0.0760060807108673 -6224,0.5,0.255951455205554,0.133337702210994,0.0521739190013733,0.111281614867969,0.0891452264551354 -6225,0.5,0.255951455205554,0.278195563073355,0.0919996456105591,0.231546356116964,0.0985731011839741 -6226,0.5,0.255951455205554,0.424983902134363,0.142504172586897,0.367635949865915,0.0977516062587734 -6227,0.5,0.255951455205554,0.547813199111861,0.178798963883984,0.499801705510144,0.097286430601727 -6228,0.5,0.255951455205554,0.616363985288931,0.2075440542663,0.583420162551591,0.106265571504608 -6229,0.5,0.255951455205554,0.636578733107577,0.225444223657537,0.622820278594182,0.118931961667219 -6230,0.5,0.255951455205554,0.614391995728437,0.238073515045464,0.59952518690389,0.137068884465102 -6231,0.5,0.255951455205554,0.539026037570012,0.241792445086114,0.516704121338149,0.152048997578101 -6232,0.5,0.255951455205554,0.413720829829729,0.223383424765034,0.399273090742238,0.167933721483468 -6233,0.5,0.255951455205554,0.276478040579176,0.152369547422918,0.284277259438722,0.187436942543813 -6234,0.5,0.255951455205554,0.0377225686163812,0.0925734851844724,0.0479663877603496,0.204234320967104 -6235,0.5,0.255951455205554,0.0,0.08963433992658,0.0,0.219442698586335 -6236,0.5,0.255951455205554,0.0,0.087239220578823,0.0,0.248331982555632 -6237,0.5,0.255951455205554,0.0,0.0868847583253285,0.0,0.305720091987322 -6238,0.5,0.255951455205554,0.0,0.0832801481240949,0.0,0.355426715303479 -6239,0.5,0.255951455205554,0.0,0.0765036518672576,0.0,0.339289121603664 -6240,0.5,0.255951455205554,0.0,0.0679652959937421,0.0,0.25828446131802 -6241,0.5,0.255951455205554,0.0,0.059894944727512,0.0,0.168473833922686 -6242,0.5,0.255951455205554,0.0,0.0530579121990429,0.0,0.114184632549575 -6243,0.5,0.255951455205554,0.0,0.0465505512724062,0.0,0.0893902501612361 -6244,0.5,0.255951455205554,0.0,0.0428832886285686,0.0,0.0861419617180913 -6245,0.5,0.255951455205554,0.0,0.041721908865427,0.0,0.0901971230413903 -6246,0.5,0.255951455205554,0.0,0.0411430112489524,0.0,0.0890056440429069 -6247,0.5,0.255951455205554,0.0138897387607246,0.0370167004484898,0.0079836804082675,0.0774086864051874 -6248,0.5,0.255951455205554,0.12016562620504,0.0381394416698749,0.128410651584871,0.0643650441742057 -6249,0.5,0.255951455205554,0.245291773899216,0.0655098795135385,0.272586601816182,0.0593805086083581 -6250,0.5,0.255951455205554,0.363484872985665,0.0982809156773924,0.410414968527222,0.0531841259982106 -6251,0.5,0.255951455205554,0.459711663701485,0.115447202761304,0.532187525511983,0.0465916802106056 -6252,0.5,0.255951455205554,0.50908455495851,0.128795768932571,0.602779703074006,0.0419180342353778 -6253,0.5,0.255951455205554,0.516441426119049,0.137922240596034,0.62670106104981,0.0407643281279007 -6254,0.5,0.255951455205554,0.490691190611501,0.143020906855891,0.60984504690493,0.0431921257894965 -6255,0.5,0.255951455205554,0.426963168401636,0.140492842342383,0.535791792526679,0.048314886050836 -6256,0.5,0.255951455205554,0.325812793975167,0.119849181456298,0.415565751234676,0.0548939068243738 -6257,0.5,0.255951455205554,0.212470970620789,0.0732274132504931,0.287006373830795,0.0555110039149707 -6258,0.5,0.255951455205554,0.0298335703175896,0.0456476390514877,0.0425416884748082,0.0482296159916682 -6259,0.5,0.255951455205554,0.0,0.0452790775732497,0.0,0.0391076662672794 -6260,0.5,0.255951455205554,0.0,0.0424573241158624,0.0,0.03278569361198 -6261,0.5,0.255951455205554,0.0,0.0381349007375379,0.0,0.0282682815739127 -6262,0.5,0.255951455205554,0.0,0.0362695754845827,0.0,0.0243762285576804 -6263,0.5,0.255951455205554,0.0,0.0342426104996495,0.0,0.0191397025589558 -6264,0.5,0.255951455205554,0.0,0.0272854590374954,0.0,0.0153727405910307 -6265,0.5,0.255951455205554,0.0,0.0198407600432936,0.0,0.0122393934381357 -6266,0.5,0.255951455205554,0.0,0.0160258245115392,0.0,0.00873095207905472 -6267,0.5,0.255951455205554,0.0,0.0130341279413953,0.0,0.00645388134162923 -6268,0.5,0.255951455205554,0.0,0.0116552621547352,0.0,0.00551236144871193 -6269,0.5,0.255951455205554,0.0,0.0114941129076487,0.0,0.00633743781947666 -6270,0.5,0.255951455205554,0.0,0.0100277328576021,0.0,0.00672401997646427 -6271,0.5,0.255951455205554,0.00733074317168502,0.00932796793702389,0.006940429788025,0.00685133551811659 -6272,0.5,0.255951455205554,0.0754550688015542,0.00948799795877126,0.126695543449426,0.00653303336661369 -6273,0.5,0.255951455205554,0.168622624820478,0.0142109591454522,0.271813636837718,0.00557134010297983 -6274,0.5,0.255951455205554,0.267673928971183,0.0233034372424552,0.409761473257624,0.00434007925786505 -6275,0.5,0.255951455205554,0.360132176774789,0.0353715745865474,0.531117701249437,0.00298570408825553 -6276,0.5,0.255951455205554,0.417615938880122,0.0394597083459631,0.600898937019387,0.0022087412137739 -6277,0.5,0.255951455205554,0.400892900245459,0.0422723702296854,0.623590873369898,0.00260584311066023 -6278,0.5,0.255951455205554,0.344685550965539,0.0408920113310192,0.605542084434598,0.0032724934727752 -6279,0.5,0.255951455205554,0.29797792470841,0.0358802656501056,0.530872862449601,0.00225053648580882 -6280,0.5,0.255951455205554,0.219729239523654,0.028157051019137,0.411053399550538,0.00178401758825843 -6281,0.5,0.255951455205554,0.13739364974409,0.0199349512470297,0.282800573877664,0.00231605661312876 -6282,0.5,0.255951455205554,0.0224343133689288,0.0128222955599924,0.0377886571712422,0.00291758838822283 -6283,0.5,0.255951455205554,0.0,0.0140280937720752,0.0,0.00320801324773548 -6284,0.5,0.255951455205554,0.0,0.0146116191520164,0.0,0.00267064124235843 -6285,0.5,0.255951455205554,0.0,0.0147848073979614,0.0,0.00232357882930341 -6286,0.5,0.255951455205554,0.0,0.0139918180009471,0.0,0.00188405835956976 -6287,0.5,0.255951455205554,0.0,0.0129173581715987,0.0,0.00139776217557749 -6288,0.5,0.255951455205554,0.0,0.0121355560495832,0.0,0.000731497086951859 -6289,0.5,0.255951455205554,0.0,0.0120841725586638,0.0,0.000304655381985273 -6290,0.5,0.255951455205554,0.0,0.0124197300993216,0.0,1.99701275700279e-05 -6291,0.5,0.255951455205554,0.0,0.013080571160513,0.0,3.26617612353267e-06 -6292,0.5,0.255951455205554,0.0,0.014022765112925,0.0,2.37514947380282e-06 -6293,0.5,0.255951455205554,0.0,0.0156265274042136,0.0,4.53351307272748e-06 -6294,0.5,0.255951455205554,0.0,0.016959433232524,0.0,4.65962373896028e-05 -6295,0.5,0.255951455205554,0.00511338638290513,0.0175284331692538,0.00624864661756881,6.06151299920158e-05 -6296,0.5,0.255951455205554,0.0730833845089387,0.0205482114335102,0.124796249655883,7.45355638345012e-05 -6297,0.5,0.255951455205554,0.167571620297576,0.0317519608257182,0.27116240178524,0.00019928632580801 -6298,0.5,0.255951455205554,0.2620125578018,0.0439652752063138,0.409383851582842,0.000511215449009571 -6299,0.5,0.255951455205554,0.332443501707735,0.0532555385847097,0.52950818479216,0.00282754778027685 -6300,0.5,0.255951455205554,0.336076694731977,0.0623913543053493,0.594429262487342,0.00675652005916572 -6301,0.5,0.255951455205554,0.311472965319068,0.0723291017616502,0.617956836650378,0.016790679901389 -6302,0.5,0.255951455205554,0.260617155777258,0.08513633386141,0.5976032250792,0.0363264273804404 -6303,0.5,0.255951455205554,0.20431799047426,0.0972383005963332,0.509412895037938,0.0671543576210798 -6304,0.5,0.255951455205554,0.13131168706188,0.0932265515570047,0.366276451630029,0.10798477671105 -6305,0.5,0.255951455205554,0.0789722568388618,0.0890515304597772,0.215902763760607,0.151079919923076 -6306,0.5,0.255951455205554,0.013797258718567,0.0757293787427945,0.0270702606011433,0.187881719289928 -6307,0.5,0.255951455205554,0.0,0.0606637430438286,0.0,0.24459008991719 -6308,0.5,0.255951455205554,0.0,0.0551469322066785,0.0,0.344803718575074 -6309,0.5,0.255951455205554,0.0,0.0541457022832425,0.0,0.470552116120474 -6310,0.5,0.255951455205554,0.0,0.0587725050962103,0.0,0.623961817855591 -6311,0.5,0.255951455205554,0.0,0.0717524342583643,0.0,0.71173672464622 -6312,0.5,0.255951455205554,0.0,0.0919408014653151,0.0,0.774891888092096 -6313,0.5,0.255951455205554,0.0,0.111090991828313,0.0,0.842435734432987 -6314,0.5,0.255951455205554,0.0,0.13155747287959,0.0,0.886346857516126 -6315,0.5,0.255951455205554,0.0,0.162989114717002,0.0,0.895444354366082 -6316,0.5,0.255951455205554,0.0,0.209794237091499,0.0,0.880998604318386 -6317,0.5,0.255951455205554,0.0,0.268518528836367,0.0,0.883380440546977 -6318,0.5,0.255951455205554,0.0,0.32105287734871,0.0,0.891056536514611 -6319,0.5,0.255951455205554,0.00279313389267408,0.36584906344108,0.00167917457492445,0.898804388231233 -6320,0.5,0.255951455205554,0.0342460784184473,0.432496146371957,0.0959791221484004,0.90982627616573 -6321,0.5,0.255951455205554,0.0695232445027997,0.497849780353277,0.280825791168492,0.926787181166282 -6322,0.5,0.255951455205554,0.0955481272799824,0.549021441436553,0.425347866872357,0.914705208342613 -6323,0.5,0.255951455205554,0.11420283889917,0.595375255964404,0.515814268221691,0.932057351466499 -6324,0.5,0.255951455205554,0.120441766609188,0.639579971103583,0.559762114544603,0.971704279573119 -6325,0.5,0.255951455205554,0.141976977478724,0.688260443884234,0.597570862064893,0.996221385394328 -6326,0.5,0.255951455205554,0.146216221022597,0.708230371549752,0.595147277228367,0.997817181205852 -6327,0.5,0.255951455205554,0.123447545124432,0.726563655215962,0.496384910712359,0.991098012764298 -6328,0.5,0.255951455205554,0.0824419025917413,0.733083057584394,0.384494004858536,0.988826798391313 -6329,0.5,0.255951455205554,0.0401413814395058,0.723789671448202,0.219646682714268,0.979861009754289 -6330,0.5,0.255951455205554,0.00478204374358033,0.690792382714569,0.0312459666198597,0.971942068892754 -6331,0.5,0.255951455205554,0.0,0.648886550182037,0.0,0.977268591286224 -6332,0.5,0.255951455205554,0.0,0.632155301271595,0.0,0.998726758217322 -6333,0.5,0.255951455205554,0.0,0.623826243219002,0.0,0.997844403998899 -6334,0.5,0.255951455205554,0.0,0.617885160662429,0.0,1.00122103874192 -6335,0.5,0.255951455205554,0.0,0.610427931278348,0.0,0.996590334445041 -6336,0.5,0.255951455205554,0.0,0.608331096284474,0.0,0.979502183379474 -6337,0.5,0.255951455205554,0.0,0.583558887714882,0.0,0.963171200927508 -6338,0.5,0.255951455205554,0.0,0.573819067921592,0.0,0.984236961628259 -6339,0.5,0.255951455205554,0.0,0.600932591466074,0.0,0.993336151446077 -6340,0.5,0.255951455205554,0.0,0.63965278193636,0.0,0.994664105876447 -6341,0.5,0.255951455205554,0.0,0.641751245027513,0.0,0.993138595242778 -6342,0.5,0.255951455205554,0.0,0.641667111977514,0.0,0.990356821197296 -6343,0.5,0.255951455205554,0.00161220590837311,0.622462756133274,0.00537790306725445,0.993018359500031 -6344,0.5,0.255951455205554,0.035666190217679,0.639168861292695,0.130534113142358,0.995210799123696 -6345,0.5,0.255951455205554,0.0939122663182137,0.713213719548237,0.283778095821786,0.99163780304597 -6346,0.5,0.255951455205554,0.154768404892074,0.767325817830388,0.395221150558642,0.99730055466497 -6347,0.5,0.255951455205554,0.197891611364812,0.791824763963633,0.491884041513852,0.99061251400641 -6348,0.5,0.255951455205554,0.237253587409242,0.825584378253436,0.490832005007927,0.973174361021791 -6349,0.5,0.255951455205554,0.252530536958555,0.839593061920821,0.605516393216371,0.950772051275126 -6350,0.5,0.255951455205554,0.234392685214471,0.83871204347014,0.404917374994475,0.909162792075949 -6351,0.5,0.255951455205554,0.196418129042412,0.814003131208074,0.453480881483843,0.85238073753529 -6352,0.5,0.255951455205554,0.156285664646527,0.778023211540165,0.341059628297972,0.80512089689649 -6353,0.5,0.255951455205554,0.0952240339729677,0.70484818495971,0.292051960532311,0.769252345072413 -6354,0.5,0.255951455205554,0.0120625989152527,0.55880856325737,0.0276944590307534,0.716699683007908 -6355,0.5,0.255951455205554,0.0,0.469526284964881,0.0,0.613770190497044 -6356,0.5,0.255951455205554,0.0,0.416223705424097,0.0,0.565864864586363 -6357,0.5,0.255951455205554,0.0,0.378770600176698,0.0,0.490149012361711 -6358,0.5,0.255951455205554,0.0,0.342928679615757,0.0,0.384679365024248 -6359,0.5,0.255951455205554,0.0,0.303568692718544,0.0,0.299901184139871 -6360,0.5,0.255951455205554,0.0,0.26788567404484,0.0,0.203317951036431 -6361,0.5,0.255951455205554,0.0,0.211777573021647,0.0,0.144982358342237 -6362,0.5,0.255951455205554,0.0,0.161125569789457,0.0,0.119768151799711 -6363,0.5,0.255951455205554,0.0,0.128548409323361,0.0,0.14847147736088 -6364,0.5,0.255951455205554,0.0,0.110893763480203,0.0,0.173311018061732 -6365,0.5,0.255951455205554,0.0,0.0918274204663918,0.0,0.238078838128044 -6366,0.5,0.255951455205554,0.0,0.0750050502361686,0.0,0.273196454419358 -6367,0.5,0.255951455205554,0.00596575093599762,0.0620864385916184,0.00461805615473606,0.241698290359693 -6368,0.5,0.255951455205554,0.123907970726952,0.0768558961616161,0.12662714737952,0.154371712924121 -6369,0.5,0.255951455205554,0.277110033631233,0.117452410712864,0.277109582280886,0.090525496400842 -6370,0.5,0.255951455205554,0.422501357192472,0.137424858797821,0.42745972766905,0.0578926695331545 -6371,0.5,0.255951455205554,0.537812712379459,0.140918483987367,0.495965036758223,0.0420218742182056 -6372,0.5,0.255951455205554,0.602620945151669,0.12804176842197,0.367513953534667,0.0631604846600956 -6373,0.5,0.255951455205554,0.625414382625898,0.110760497693056,0.263806728695368,0.0806262928082424 -6374,0.5,0.255951455205554,0.606173842579876,0.0872887041661986,0.201181345109105,0.100070615907278 -6375,0.5,0.255951455205554,0.536271669447657,0.0736605973746598,0.143397921393628,0.11694156419543 -6376,0.5,0.255951455205554,0.412661575936864,0.0607573063658986,0.104744802650527,0.130681951529841 -6377,0.5,0.255951455205554,0.248199698500669,0.0386679484154845,0.0614132997432219,0.125903212307114 -6378,0.5,0.255951455205554,0.0139292525487436,0.0149998321569519,0.0,0.100566449337283 -6379,0.5,0.255951455205554,0.0,0.011777893488303,0.0,0.0831053724439967 -6380,0.5,0.255951455205554,0.0,0.0157820869540469,0.0,0.103235021734835 -6381,0.5,0.255951455205554,0.0,0.027380433027693,0.0,0.132362735301729 -6382,0.5,0.255951455205554,0.0,0.0410017333090906,0.0,0.180645096515833 -6383,0.5,0.255951455205554,0.0,0.056975599409906,0.0,0.173910648664112 -6384,0.5,0.255951455205554,0.0,0.0766900048650455,0.0,0.205982628650099 -6385,0.5,0.255951455205554,0.0,0.0923849178876019,0.0,0.310946226851157 -6386,0.5,0.255951455205554,0.0,0.107427647981257,0.0,0.430398354336893 -6387,0.5,0.255951455205554,0.0,0.121162511566151,0.0,0.510697791184332 -6388,0.5,0.255951455205554,0.0,0.132592675048904,0.0,0.534220226446535 -6389,0.5,0.255951455205554,0.0,0.142401913379992,0.0,0.491871810547637 -6390,0.5,0.255951455205554,0.0,0.148917110987975,0.0,0.384219879613936 -6391,0.5,0.255951455205554,0.00651086397614695,0.165059905930861,0.00133448274931061,0.275746328606705 -6392,0.5,0.255951455205554,0.112659662573653,0.200376600246514,0.0403002570064987,0.19543243581876 -6393,0.5,0.255951455205554,0.250896971057481,0.262848332466314,0.0773930972236681,0.165895299444147 -6394,0.5,0.255951455205554,0.387885209440294,0.310248225177886,0.13643774661413,0.180652776454527 -6395,0.5,0.255951455205554,0.495694832361254,0.345520769511442,0.18899651921446,0.224294052273949 -6396,0.5,0.255951455205554,0.55002300013062,0.364721643481009,0.213921171512164,0.239844630098073 -6397,0.5,0.255951455205554,0.553322230717088,0.364021069854484,0.206206156342782,0.194724681584953 -6398,0.5,0.255951455205554,0.511579654909293,0.355723318693924,0.162405265395392,0.140867096361444 -6399,0.5,0.255951455205554,0.423002508049366,0.34108317023808,0.0337934426492141,0.0965063477784435 -6400,0.5,0.255951455205554,0.303436630237757,0.306420485286016,0.00621827190566054,0.069404454894181 -6401,0.5,0.255951455205554,0.163033754681482,0.212963503060729,0.00229481188663341,0.0522508389643831 -6402,0.5,0.255951455205554,0.00638253132973443,0.149980658920556,0.0,0.070429742569713 -6403,0.5,0.255951455205554,0.0,0.120478913954937,0.0,0.220930056765016 -6404,0.5,0.255951455205554,0.0,0.115782008578258,0.0,0.536979634564724 -6405,0.5,0.255951455205554,0.0,0.111275229332206,0.0,0.719915044618248 -6406,0.5,0.255951455205554,0.0,0.117871306548312,0.0,0.795614287251491 -6407,0.5,0.255951455205554,0.0,0.137059640404839,0.0,0.807446447366919 -6408,0.5,0.255951455205554,0.0,0.162098266311964,0.0,0.845413515552822 -6409,0.5,0.255951455205554,0.0,0.197026655041989,0.0,0.844066680250557 -6410,0.5,0.255951455205554,0.0,0.219771139949734,0.0,0.797788242499972 -6411,0.5,0.255951455205554,0.0,0.238815329087433,0.0,0.813487411138222 -6412,0.5,0.255951455205554,0.0,0.248457189059293,0.0,0.839501191533976 -6413,0.5,0.255951455205554,0.0,0.261842975939885,0.0,0.808627009221555 -6414,0.5,0.255951455205554,0.0,0.282737783398372,0.0,0.758490035721456 -6415,0.5,0.255951455205554,0.00166566245695397,0.301894231471968,0.000583722759344072,0.678447167216928 -6416,0.5,0.255951455205554,0.0363044863171665,0.343377374926414,0.00460796025437521,0.719368559627625 -6417,0.5,0.255951455205554,0.0926509733525197,0.443252906151173,0.0595758211375779,0.708218772688062 -6418,0.5,0.255951455205554,0.15953300903812,0.524662429851148,0.164925105525007,0.950849724487969 -6419,0.5,0.255951455205554,0.20547400579497,0.590973243231781,0.195795782054529,0.989854993294409 -6420,0.5,0.255951455205554,0.238314807902016,0.637262115431325,0.0594975677058903,0.992304688151669 -6421,0.5,0.255951455205554,0.259955316583082,0.678040573202678,0.113414783660821,0.992639534678877 -6422,0.5,0.255951455205554,0.237311212130111,0.672602244239435,0.0190583294434616,0.998273657725569 -6423,0.5,0.255951455205554,0.190728531232806,0.634413857513866,0.020197172464683,0.994709135795714 -6424,0.5,0.255951455205554,0.141429187382124,0.560412281643795,0.00956454107388315,0.929527539180615 -6425,0.5,0.255951455205554,0.0857464941105479,0.439565718641979,0.00231209242264534,0.809160607938495 -6426,0.5,0.255951455205554,0.00601805998652625,0.347269075860686,0.0,0.695469781541427 -6427,0.5,0.255951455205554,0.0,0.313265908090967,0.0,0.648469301068628 -6428,0.5,0.255951455205554,0.0,0.313784082979687,0.0,0.627125548360034 -6429,0.5,0.255951455205554,0.0,0.334692489315195,0.0,0.599427028002637 -6430,0.5,0.255951455205554,0.0,0.354398804539875,0.0,0.511276855594094 -6431,0.5,0.255951455205554,0.0,0.360559611836335,0.0,0.50142654513529 -6432,0.5,0.255951455205554,0.0,0.355911211849253,0.0,0.480180121865032 -6433,0.5,0.255951455205554,0.0,0.342980263514205,0.0,0.31174980110326 -6434,0.5,0.255951455205554,0.0,0.31631391853591,0.0,0.219841901042049 -6435,0.5,0.255951455205554,0.0,0.26454649737209,0.0,0.176872429091343 -6436,0.5,0.255951455205554,0.0,0.21359491573384,0.0,0.165100778087512 -6437,0.5,0.255951455205554,0.0,0.179090293152062,0.0,0.255256823139508 -6438,0.5,0.255951455205554,0.0,0.163427094692543,0.0,0.384910180342888 -6439,0.5,0.255951455205554,0.00115010776130338,0.152000348524221,0.000140751165820793,0.376683098139167 -6440,0.5,0.255951455205554,0.0296442219751074,0.158676182287723,0.00754814048550086,0.436524868659836 -6441,0.5,0.255951455205554,0.0707425628033636,0.193529805409068,0.044459491327908,0.526580388454431 -6442,0.5,0.255951455205554,0.114888540341557,0.225357715524285,0.159018224473113,0.424862954159587 -6443,0.5,0.255951455205554,0.171618908995058,0.275378987465744,0.164262768318308,0.637871511634994 -6444,0.5,0.255951455205554,0.227992601928716,0.332014827875772,0.162618163697193,0.817186325983954 -6445,0.5,0.255951455205554,0.257280206261461,0.361585877083723,0.283055219169869,0.787371102818905 -6446,0.5,0.255951455205554,0.244205200436466,0.373228407351047,0.415944668928342,0.694689050001889 -6447,0.5,0.255951455205554,0.189289666619002,0.35432020320046,0.0701998374637083,0.722772580203743 -6448,0.5,0.255951455205554,0.131687668558803,0.321377924467747,0.00226049417324313,0.831864348906389 -6449,0.5,0.255951455205554,0.0718588565278704,0.263492814766394,0.00372214637764098,0.842056962629097 -6450,0.5,0.255951455205554,0.00220882079868756,0.230202788220563,0.0,0.856397365090704 -6451,0.5,0.255951455205554,0.0,0.233368494998883,0.0,0.885275001063678 -6452,0.5,0.255951455205554,0.0,0.23774981621152,0.0,0.867189102350712 -6453,0.5,0.255951455205554,0.0,0.235208266134547,0.0,0.682897615745546 -6454,0.5,0.255951455205554,0.0,0.231510124986783,0.0,0.484647378156897 -6455,0.5,0.255951455205554,0.0,0.213605193908793,0.0,0.370743460926642 -6456,0.5,0.255951455205554,0.0,0.181660579293921,0.0,0.287695065379838 -6457,0.5,0.255951455205554,0.0,0.142723187807808,0.0,0.183282215983252 -6458,0.5,0.255951455205554,0.0,0.101043195169129,0.0,0.141513118931309 -6459,0.5,0.255951455205554,0.0,0.0732208221208005,0.0,0.12108505711563 -6460,0.5,0.255951455205554,0.0,0.0582407707525317,0.0,0.126417553797307 -6461,0.5,0.255951455205554,0.0,0.0482828089923553,0.0,0.147915101486394 -6462,0.5,0.255951455205554,0.0,0.0427864125426099,0.0,0.161298619726116 -6463,0.5,0.255951455205554,0.00119353710894467,0.0390585447494311,0.00101889830306871,0.176044337275172 -6464,0.5,0.255951455205554,0.0553571911803709,0.0383081130935927,0.110443080102401,0.198930855846943 -6465,0.5,0.255951455205554,0.146634343960156,0.0498122712847488,0.264508515680555,0.213584165118147 -6466,0.5,0.255951455205554,0.246841797556008,0.0800513282036468,0.40705437680484,0.215794170474189 -6467,0.5,0.255951455205554,0.339596744456715,0.0988092645824262,0.528365978403101,0.222157748296802 -6468,0.5,0.255951455205554,0.400582599925613,0.106692946904334,0.528022540211683,0.23095677456513 -6469,0.5,0.255951455205554,0.432363674776047,0.112985583376337,0.357267764309441,0.251575339855 -6470,0.5,0.255951455205554,0.443859974099923,0.120796241074226,0.313309134604963,0.264530352470736 -6471,0.5,0.255951455205554,0.403577017614157,0.116774443248333,0.372389671856243,0.244379485368686 -6472,0.5,0.255951455205554,0.316327708639206,0.0919214373702013,0.362702426111698,0.205771815781283 -6473,0.5,0.255951455205554,0.170279532995688,0.0425540833874304,0.179607341678188,0.170425558587643 -6474,0.5,0.255951455205554,0.00228707802165823,0.0210422967089363,0.0,0.15107066048289 -6475,0.5,0.255951455205554,0.0,0.0164710342336832,0.0,0.153526363625301 -6476,0.5,0.255951455205554,0.0,0.0139642640330799,0.0,0.184866687447463 -6477,0.5,0.255951455205554,0.0,0.0143687277649044,0.0,0.242502241864158 -6478,0.5,0.255951455205554,0.0,0.0164107058472363,0.0,0.281035171296353 -6479,0.5,0.255951455205554,0.0,0.0218800989999278,0.0,0.312157852271279 -6480,0.5,0.255951455205554,0.0,0.0272534213196661,0.0,0.361813644841174 -6481,0.5,0.255951455205554,0.0,0.0319312587597449,0.0,0.35388399666441 -6482,0.5,0.255951455205554,0.0,0.0358889869981752,0.0,0.335773245398143 -6483,0.5,0.255951455205554,0.0,0.0375905051223518,0.0,0.314560761447283 -6484,0.5,0.255951455205554,0.0,0.0400254349752402,0.0,0.305611535387872 -6485,0.5,0.255951455205554,0.0,0.0424046497478661,0.0,0.282825365785756 -6486,0.5,0.255951455205554,0.0,0.0441630555567121,0.0,0.305418670409512 -6487,0.5,0.255951455205554,0.00299796252326002,0.0395220879421768,0.000137871264082901,0.444597812616098 -6488,0.5,0.255951455205554,0.108388977626677,0.0338220382120184,0.106970377684548,0.398133887234483 -6489,0.5,0.255951455205554,0.25465516101593,0.037756708840927,0.262991632607216,0.276368170135163 -6490,0.5,0.255951455205554,0.403390489857479,0.0607276534671264,0.405416867260926,0.185293242890588 -6491,0.5,0.255951455205554,0.528899581119015,0.0952128830891481,0.52383795519723,0.114201794842386 -6492,0.5,0.255951455205554,0.599880269089931,0.106323787591289,0.460355975881896,0.0697929907060175 -6493,0.5,0.255951455205554,0.624326127871341,0.0988767416254965,0.250230094863346,0.0547551853690026 -6494,0.5,0.255951455205554,0.603501746177933,0.085406638220192,0.573514217861628,0.0491570662486074 -6495,0.5,0.255951455205554,0.524210205505648,0.0736792186583054,0.509753798787983,0.0471094417866748 -6496,0.5,0.255951455205554,0.395288107600313,0.0581753285616439,0.396471613963745,0.0429999083665921 -6497,0.5,0.255951455205554,0.184370174299465,0.0257071909468711,0.172382373544105,0.0258917065824005 -6498,0.5,0.255951455205554,0.00115551799078105,0.0195744879627596,0.0,0.0135566877491763 -6499,0.5,0.255951455205554,0.0,0.0193814894439654,0.0,0.010068231151092 -6500,0.5,0.255951455205554,0.0,0.018970183159119,0.0,0.0100766501492785 -6501,0.5,0.255951455205554,0.0,0.019142990646862,0.0,0.00926577281140849 -6502,0.5,0.255951455205554,0.0,0.0197411777445704,0.0,0.00902572995590117 -6503,0.5,0.255951455205554,0.0,0.0206313902062629,0.0,0.0138049703679851 -6504,0.5,0.255951455205554,0.0,0.0215726181386117,0.0,0.025195398450211 -6505,0.5,0.255951455205554,0.0,0.022307247253762,0.0,0.0437529162972529 -6506,0.5,0.255951455205554,0.0,0.0239841034652963,0.0,0.0672373806204515 -6507,0.5,0.255951455205554,0.0,0.0261270429404077,0.0,0.0943575161958202 -6508,0.5,0.255951455205554,0.0,0.0282987736724257,0.0,0.119004793376079 -6509,0.5,0.255951455205554,0.0,0.0309082704377767,0.0,0.142610195878905 -6510,0.5,0.255951455205554,0.0,0.0331267508766426,0.0,0.158913967285481 -6511,0.5,0.255951455205554,0.00258200252275682,0.0341469568481543,0.0,0.177882373958988 -6512,0.5,0.255951455205554,0.110259105517644,0.0306141224246588,0.100558676149119,0.191696822469914 -6513,0.5,0.255951455205554,0.261828405143383,0.0343093011376887,0.254879278646037,0.197591366851913 -6514,0.5,0.255951455205554,0.408298361383845,0.0562495418265476,0.399254033683449,0.204360838331348 -6515,0.5,0.255951455205554,0.526859482632981,0.0716944768149545,0.525812595157492,0.207795177911259 -6516,0.5,0.255951455205554,0.593460073670281,0.0850222669117781,0.599744009541193,0.202850516953481 -6517,0.5,0.255951455205554,0.612807132831693,0.0915260902250222,0.623144820387883,0.203347172943463 -6518,0.5,0.255951455205554,0.582604969436457,0.0967834298882921,0.596939399300508,0.215204120883773 -6519,0.5,0.255951455205554,0.493659280265494,0.100018339880114,0.512695760934338,0.226991199102114 -6520,0.5,0.255951455205554,0.358503151559702,0.0887629834480551,0.386943314226765,0.222410184397833 -6521,0.5,0.255951455205554,0.146326517941086,0.0392758774478123,0.168725404597784,0.203405405689373 -6522,0.5,0.255951455205554,0.000154157993982616,0.0447878694940616,0.0,0.172600698858526 -6523,0.5,0.255951455205554,0.0,0.0497429625497102,0.0,0.142969248924866 -6524,0.5,0.255951455205554,0.0,0.0488204253990426,0.0,0.113125952757384 -6525,0.5,0.255951455205554,0.0,0.0480908183280202,0.0,0.0803769845633705 -6526,0.5,0.255951455205554,0.0,0.0453313936298542,0.0,0.0476946721933039 -6527,0.5,0.255951455205554,0.0,0.0432480871951325,0.0,0.02463967842891 -6528,0.5,0.255951455205554,0.0,0.0409261719140639,0.0,0.0136043778503613 -6529,0.5,0.255951455205554,0.0,0.038213954605447,0.0,0.00872823828998331 -6530,0.5,0.255951455205554,0.0,0.0360837646329119,0.0,0.0082946843619421 -6531,0.5,0.255951455205554,0.0,0.0345571542234794,0.0,0.0141402208615912 -6532,0.5,0.255951455205554,0.0,0.0325584856991146,0.0,0.0373840639236035 -6533,0.5,0.255951455205554,0.0,0.0306200889977812,0.0,0.0267424465558194 -6534,0.5,0.255951455205554,0.0,0.0297325442370165,0.0,0.029212887707536 -6535,0.5,0.255951455205554,0.00120979083791033,0.0267786145625536,0.0,0.0365297343764176 -6536,0.5,0.255951455205554,0.053389605430381,0.0230321543713788,0.0460636264418872,0.0423972185538592 -6537,0.5,0.255951455205554,0.141503486407513,0.0286260217763587,0.0878378728918692,0.0499553526222711 -6538,0.5,0.255951455205554,0.239115886755602,0.0500565433339303,0.0842066093192205,0.0539109825816172 -6539,0.5,0.255951455205554,0.325962372020795,0.0789358193113611,0.0199707690596586,0.0535213024235729 -6540,0.5,0.255951455205554,0.376333483487931,0.0922534982795609,0.0500947663229848,0.0420835117251911 -6541,0.5,0.255951455205554,0.397121582428159,0.091174902146542,0.0320217905888282,0.0278392677100225 -6542,0.5,0.255951455205554,0.390266549237188,0.0901604182156698,0.0236776519887938,0.0170896534543566 -6543,0.5,0.255951455205554,0.33239525566969,0.0831365283372928,0.0366147000695287,0.0108933852970097 -6544,0.5,0.255951455205554,0.243485000339132,0.0650653277395718,0.0336892275186464,0.0120128068392629 -6545,0.5,0.255951455205554,0.122391562343343,0.0320581547410085,0.0128982641961156,0.01968476259679 -6546,0.5,0.255951455205554,2.740631797431e-05,0.018513184906933,0.00108687505753095,0.0268395217652017 -6547,0.5,0.255951455205554,0.0,0.0167656689451596,0.0,0.0250186944775239 -6548,0.5,0.255951455205554,0.0,0.017187091439939,0.0,0.0169842572316365 -6549,0.5,0.255951455205554,0.0,0.0171284929133298,0.0,0.0112063697630069 -6550,0.5,0.255951455205554,0.0,0.0166404609916501,0.0,0.00849762495808174 -6551,0.5,0.255951455205554,0.0,0.0162279925642124,0.0,0.00930983972996945 -6552,0.5,0.255951455205554,0.0,0.0163820078453707,0.0,0.0173454277273396 -6553,0.5,0.255951455205554,0.0,0.0164278854222987,0.0,0.0252077390964454 -6554,0.5,0.255951455205554,0.0,0.0163397002665311,0.0,0.0384823636948676 -6555,0.5,0.255951455205554,0.0,0.0156210685194308,0.0,0.0491527615194564 -6556,0.5,0.255951455205554,0.0,0.0157893456944661,0.0,0.0576217773823281 -6557,0.5,0.255951455205554,0.0,0.0166631162257018,0.0,0.0572564850955265 -6558,0.5,0.255951455205554,0.0,0.0182179714914351,0.0,0.071532067694048 -6559,0.5,0.255951455205554,0.000772345151541897,0.0202979389219209,0.0,0.101635221911395 -6560,0.5,0.255951455205554,0.0547780617100258,0.0237328198219714,0.00161122342020828,0.151032643919044 -6561,0.5,0.255951455205554,0.148423504002729,0.02906527092784,0.0101666413017406,0.186856960919058 -6562,0.5,0.255951455205554,0.249515367342565,0.0318658134589886,0.0322039037569564,0.215658380675637 -6563,0.5,0.255951455205554,0.343566635345937,0.0340868560712534,0.057694948913141,0.243140892927791 -6564,0.5,0.255951455205554,0.394158729465184,0.0350269021828935,0.163189255933178,0.245399553189213 -6565,0.5,0.255951455205554,0.39377674758258,0.035249702868093,0.174894855520194,0.222879727223948 -6566,0.5,0.255951455205554,0.35938883731394,0.0340492347993434,0.344844227103797,0.181221970229192 -6567,0.5,0.255951455205554,0.305576294110476,0.0312195534034421,0.290707457089932,0.135748787580778 -6568,0.5,0.255951455205554,0.225025872240458,0.0252310725928434,0.114679540872985,0.102261138285211 -6569,0.5,0.255951455205554,0.104647397791812,0.0140413246420619,0.0216375447350695,0.0653409979774523 -6570,0.5,0.255951455205554,2.38808405515469e-05,0.00615189905791057,0.0,0.043989174284254 -6571,0.5,0.255951455205554,0.0,0.00458811927990652,0.0,0.0390894214141579 -6572,0.5,0.255951455205554,0.0,0.00478809250765153,0.0,0.0553488943871865 -6573,0.5,0.255951455205554,0.0,0.00569552765055348,0.0,0.0992323211494632 -6574,0.5,0.255951455205554,0.0,0.00601059239973285,0.0,0.116298150339372 -6575,0.5,0.255951455205554,0.0,0.00625987730363111,0.0,0.0996565181773878 -6576,0.5,0.255951455205554,0.0,0.00653296601842178,0.0,0.0913611917177858 -6577,0.5,0.255951455205554,0.0,0.00702371343065999,0.0,0.074274377235469 -6578,0.5,0.255951455205554,0.0,0.00711218020376373,0.0,0.0472611918262968 -6579,0.5,0.255951455205554,0.0,0.00647912129575932,0.0,0.0284737470576301 -6580,0.5,0.255951455205554,0.0,0.00565574092932719,0.0,0.0146198101617822 -6581,0.5,0.255951455205554,0.0,0.00488948629659139,0.0,0.00627317382395758 -6582,0.5,0.255951455205554,0.0,0.0046501639592911,0.0,0.002536879018411 -6583,0.5,0.255951455205554,0.000493167044642991,0.00496320532586137,0.0,0.00135137274150842 -6584,0.5,0.255951455205554,0.0490784164315446,0.00538065592584527,0.0101666822697955,0.006241580240248 -6585,0.5,0.255951455205554,0.136619812217786,0.00731838119358266,0.0260048089011818,0.0303560787514659 -6586,0.5,0.255951455205554,0.230026318355931,0.0113283574393797,0.0221134213302797,0.0892039784655761 -6587,0.5,0.255951455205554,0.31238098781428,0.0165090038564287,0.0404448602249593,0.158870248611918 -6588,0.5,0.255951455205554,0.374123932912166,0.0209028603888061,0.0600257608061496,0.2064006048794 -6589,0.5,0.255951455205554,0.404654158979751,0.0228503421990475,0.0640622866598007,0.230917225580993 -6590,0.5,0.255951455205554,0.400697511835626,0.0252738167691612,0.0720162836030335,0.231424750477652 -6591,0.5,0.255951455205554,0.342156671527554,0.0273150116528716,0.051894577028997,0.219269674899288 -6592,0.5,0.255951455205554,0.248523550426968,0.0296966677433027,0.057143800198163,0.214135982831018 -6593,0.5,0.255951455205554,0.109177913193202,0.0228275264887977,0.0426540728739884,0.20757289069726 -6594,0.5,0.255951455205554,5.2212828066447e-06,0.015642391224413,0.0,0.187322421180427 -6595,0.5,0.255951455205554,0.0,0.0155724356423837,0.0,0.159242851647726 -6596,0.5,0.255951455205554,0.0,0.0150618950033975,0.0,0.134827508948974 -6597,0.5,0.255951455205554,0.0,0.0146454868685584,0.0,0.124372837323984 -6598,0.5,0.255951455205554,0.0,0.0138468865424335,0.0,0.131387436722705 -6599,0.5,0.255951455205554,0.0,0.0135310888203869,0.0,0.138596308025341 -6600,0.5,0.255951455205554,0.0,0.0134393607213834,0.0,0.148828477506492 -6601,0.5,0.255951455205554,0.0,0.0136321926864274,0.0,0.153049251725959 -6602,0.5,0.255951455205554,0.0,0.0144670316988467,0.0,0.150023518895125 -6603,0.5,0.255951455205554,0.0,0.0149704150123525,0.0,0.143235512985879 -6604,0.5,0.255951455205554,0.0,0.0153733641464072,0.0,0.164416798013966 -6605,0.5,0.255951455205554,0.0,0.0156597978948515,0.0,0.205671993034764 -6606,0.5,0.255951455205554,0.0,0.0184922686053666,0.0,0.216953539425563 -6607,0.5,0.255951455205554,0.000686844403059095,0.0224349094812026,0.0,0.218472942801757 -6608,0.5,0.255951455205554,0.0745395384232168,0.0215307813572143,0.0839948458037353,0.218633957867347 -6609,0.5,0.255951455205554,0.200102516538021,0.027593071569821,0.237366654265569,0.231720233330838 -6610,0.5,0.255951455205554,0.329104910498973,0.0555881208559587,0.380882143368844,0.276931842874688 -6611,0.5,0.255951455205554,0.437131968180778,0.0886783752585332,0.506189416424674,0.307763774249901 -6612,0.5,0.255951455205554,0.499340322148598,0.12306382841729,0.57928846080062,0.276090824454588 -6613,0.5,0.255951455205554,0.500574227257626,0.145358106316718,0.601699329026017,0.218655219576051 -6614,0.5,0.255951455205554,0.453539545899805,0.149140318610399,0.575907161277297,0.160842905714614 -6615,0.5,0.255951455205554,0.369244367419828,0.149614447142326,0.490784712520988,0.106855615094246 -6616,0.5,0.255951455205554,0.270455269711278,0.135092208338453,0.367911390892565,0.064924561843256 -6617,0.5,0.255951455205554,0.102329913855917,0.0679440285142993,0.13059274153761,0.0438209756741326 -6618,0.5,0.255951455205554,4.57371000680564e-06,0.068804996219549,0.0,0.0461556332425821 -6619,0.5,0.255951455205554,0.0,0.0761513492253033,0.0,0.0577776489884429 -6620,0.5,0.255951455205554,0.0,0.0825978616730647,0.0,0.0912010263233121 -6621,0.5,0.255951455205554,0.0,0.08649578113837,0.0,0.16143966539318 -6622,0.5,0.255951455205554,0.0,0.0874881611228362,0.0,0.280174411120038 -6623,0.5,0.255951455205554,0.0,0.0858086767386576,0.0,0.387478920277323 -6624,0.5,0.255951455205554,0.0,0.0839270851011369,0.0,0.48178492236803 -6625,0.5,0.255951455205554,0.0,0.0833209418831773,0.0,0.55291244437789 -6626,0.5,0.255951455205554,0.0,0.0851360456304734,0.0,0.594762911164524 -6627,0.5,0.255951455205554,0.0,0.085799517102104,0.0,0.603205821821294 -6628,0.5,0.255951455205554,0.0,0.0865117933241176,0.0,0.61298116461045 -6629,0.5,0.255951455205554,0.0,0.0901896037614309,0.0,0.650081651884752 -6630,0.5,0.255951455205554,0.0,0.0939662902563561,0.0,0.686526294576072 -6631,0.5,0.255951455205554,0.000723797348101518,0.0988518221225457,0.0,0.718970703788492 -6632,0.5,0.255951455205554,0.0939369497862163,0.0971949702801506,0.0856697116645748,0.735561661584891 -6633,0.5,0.255951455205554,0.249813114616647,0.142796763415952,0.245856693684959,0.757810560792523 -6634,0.5,0.255951455205554,0.406102630104031,0.243114500446049,0.395432975468187,0.790542363818356 -6635,0.5,0.255951455205554,0.536399058287091,0.302228998538849,0.526592308588388,0.796292456664989 -6636,0.5,0.255951455205554,0.611287664464278,0.352398674742512,0.603780072257614,0.789488968890388 -6637,0.5,0.255951455205554,0.632263237336771,0.387791697749942,0.628274145937123,0.7641107873854 -6638,0.5,0.255951455205554,0.60135962352358,0.404893956471988,0.60233363536574,0.74139021452918 -6639,0.5,0.255951455205554,0.512065888363635,0.413357173712561,0.51411566715379,0.71614248398681 -6640,0.5,0.255951455205554,0.37813870309932,0.361828675396368,0.386955013553453,0.694251067492653 -6641,0.5,0.255951455205554,0.117173141503396,0.225061625096257,0.125880761618664,0.661413440624996 -6642,0.5,0.255951455205554,0.0,0.214275886376795,0.0,0.667655209197746 -6643,0.5,0.255951455205554,0.0,0.217982553208858,0.0,0.714046195391142 -6644,0.5,0.255951455205554,0.0,0.211597031562441,0.0,0.811227727846095 -6645,0.5,0.255951455205554,0.0,0.195843254479005,0.0,0.87468611535075 -6646,0.5,0.255951455205554,0.0,0.173585672753077,0.0,0.885864907199369 -6647,0.5,0.255951455205554,0.0,0.147489476071229,0.0,0.864830627613927 -6648,0.5,0.255951455205554,0.0,0.127518245816581,0.0,0.815126376874219 -6649,0.5,0.255951455205554,0.0,0.114648505452562,0.0,0.720968456753162 -6650,0.5,0.255951455205554,0.0,0.102039701179007,0.0,0.593216493885598 -6651,0.5,0.255951455205554,0.0,0.0898308854915188,0.0,0.441962742092504 -6652,0.5,0.255951455205554,0.0,0.0849131943375562,0.0,0.309378657503631 -6653,0.5,0.255951455205554,0.0,0.0843178838037708,0.0,0.218662767546426 -6654,0.5,0.255951455205554,0.0,0.0815504230934333,0.0,0.172266083574596 -6655,0.5,0.255951455205554,0.000548762485673676,0.0755667018513788,0.0,0.127594710140241 -6656,0.5,0.255951455205554,0.090142481430504,0.0672118441853285,0.0816921948957644,0.0772255155153006 -6657,0.5,0.255951455205554,0.237848640921871,0.0797109794152846,0.241217973493337,0.059713234741765 -6658,0.5,0.255951455205554,0.383204509805707,0.109051217825746,0.388925520990977,0.0571910676567337 -6659,0.5,0.255951455205554,0.50320557289899,0.119438524459498,0.517934173302314,0.0501819245432138 -6660,0.5,0.255951455205554,0.57140441107535,0.121849358178757,0.593444130247181,0.0678976444959631 -6661,0.5,0.255951455205554,0.586401791608377,0.117214115305409,0.616120870508843,0.120132599770953 -6662,0.5,0.255951455205554,0.550639636751547,0.120134015094937,0.58716973842795,0.187970216149296 -6663,0.5,0.255951455205554,0.458391085653499,0.132094027587308,0.49798300036491,0.190371321174139 -6664,0.5,0.255951455205554,0.329704454038577,0.125660730352824,0.371798745424599,0.13995313225111 -6665,0.5,0.255951455205554,0.106108951420254,0.0961351149192198,0.118543366371538,0.0879800766536884 -6666,0.5,0.255951455205554,3.91883299673689e-06,0.102966323107174,0.0,0.0652101225194832 -6667,0.5,0.255951455205554,0.0,0.105054827629967,0.0,0.0587791828520999 -6668,0.5,0.255951455205554,0.0,0.103211113248863,0.0,0.0617736750648998 -6669,0.5,0.255951455205554,0.0,0.10076065633315,0.0,0.0745765827986063 -6670,0.5,0.255951455205554,0.0,0.0972292358293605,0.0,0.0855242609325885 -6671,0.5,0.255951455205554,0.0,0.0929305748925144,0.0,0.0864030723223203 -6672,0.5,0.255951455205554,0.0,0.0871061063132168,0.0,0.0798619895091195 -6673,0.5,0.255951455205554,0.0,0.0831374915721554,0.0,0.074372470668594 -6674,0.5,0.255951455205554,0.0,0.0839355982495249,0.0,0.0806046138118555 -6675,0.5,0.255951455205554,0.0,0.0867871560015307,0.0,0.126649409565468 -6676,0.5,0.255951455205554,0.0,0.0941875031387218,0.0,0.252168615810601 -6677,0.5,0.255951455205554,0.0,0.10360804645396,0.0,0.459248213601629 -6678,0.5,0.255951455205554,0.0,0.107363527555049,0.0,0.651884895253846 -6679,0.5,0.255951455205554,0.000368109182782801,0.108012786364317,0.0,0.746279852855101 -6680,0.5,0.255951455205554,0.0803675630212687,0.108193376742532,0.0762873364434403,0.77840623074112 -6681,0.5,0.255951455205554,0.214874749870023,0.146327112131539,0.236304787188149,0.798767025516761 -6682,0.5,0.255951455205554,0.346001361608562,0.20585545496748,0.386130719880962,0.818924566267263 -6683,0.5,0.255951455205554,0.457506958495666,0.243102090402075,0.517748811939491,0.800798430419662 -6684,0.5,0.255951455205554,0.532385461739744,0.272413099790959,0.595687289074597,0.734615906154134 -6685,0.5,0.255951455205554,0.558988276064285,0.306590166620794,0.619644565925994,0.697754090965843 -6686,0.5,0.255951455205554,0.539318563485432,0.343489028263226,0.59160800671019,0.719113381261342 -6687,0.5,0.255951455205554,0.460404923334388,0.384967202990114,0.501215895223805,0.723550439184401 -6688,0.5,0.255951455205554,0.335436801858642,0.383459180014698,0.372856248772499,0.758113809472088 -6689,0.5,0.255951455205554,0.0977087401012065,0.295873166967023,0.110685819108813,0.813965958771463 -6690,0.5,0.255951455205554,1.57759974991289e-06,0.28977652875783,0.0,0.886394587630964 -6691,0.5,0.255951455205554,0.0,0.305387943357647,0.0,0.971464304534454 -6692,0.5,0.255951455205554,0.0,0.321016206546227,0.0,0.994668287585951 -6693,0.5,0.255951455205554,0.0,0.329449864474328,0.0,1.00128323100046 -6694,0.5,0.255951455205554,0.0,0.325957099699735,0.0,0.99657931360976 -6695,0.5,0.255951455205554,0.0,0.320689125101083,0.0,0.988634287387843 -6696,0.5,0.255951455205554,0.0,0.316475977730927,0.0,0.990186477495359 -6697,0.5,0.255951455205554,0.0,0.316996493672428,0.0,0.989407333728756 -6698,0.5,0.255951455205554,0.0,0.318533296653741,0.0,0.989867042932805 -6699,0.5,0.255951455205554,0.0,0.321083189697888,0.0,0.985392366157534 -6700,0.5,0.255951455205554,0.0,0.331547936999354,0.0,0.983216777131547 -6701,0.5,0.255951455205554,0.0,0.356769876777087,0.0,0.981321364552421 -6702,0.5,0.255951455205554,0.0,0.376555387163419,0.0,0.963954513015018 -6703,0.5,0.255951455205554,0.000201342773174134,0.392105851439713,0.0,0.944207351865018 -6704,0.5,0.255951455205554,0.0468562553306703,0.419394724165327,0.00877750056319989,0.920351659616836 -6705,0.5,0.255951455205554,0.119132129646521,0.460503267726612,0.0435923466330653,0.953192260612818 -6706,0.5,0.255951455205554,0.178513935922074,0.491787170893446,0.0813929516559439,0.963802912196148 -6707,0.5,0.255951455205554,0.211724723297055,0.499934596217492,0.0953975502043756,0.964669308065666 -6708,0.5,0.255951455205554,0.22778495493158,0.520643247410426,0.0364441684219965,0.893557204962337 -6709,0.5,0.255951455205554,0.218989953831575,0.530881923555352,0.0166238656904741,0.777973651980999 -6710,0.5,0.255951455205554,0.188238906726618,0.512980487955718,0.0360714838824195,0.620126037776896 -6711,0.5,0.255951455205554,0.14284505648628,0.518727644644178,0.0458897052508069,0.47893185333052 -6712,0.5,0.255951455205554,0.0931065369606892,0.505064721039724,0.059333010594804,0.432871730627459 -6713,0.5,0.255951455205554,0.033399690426145,0.482215467499934,0.0727690706881551,0.644343703559443 -6714,0.5,0.255951455205554,3.81072058873091e-05,0.454824071158404,0.0,0.569983781411958 -6715,0.5,0.255951455205554,0.0,0.451386018318686,0.0,0.514815625437003 -6716,0.5,0.255951455205554,0.0,0.446475553961388,0.0,0.632683073807648 -6717,0.5,0.255951455205554,0.0,0.426643242127558,0.0,0.597991208461612 -6718,0.5,0.255951455205554,0.0,0.398825756262441,0.0,0.613770725180722 -6719,0.5,0.255951455205554,0.0,0.372178480757512,0.0,0.812553731916903 -6720,0.5,0.255951455205554,0.0,0.348803054922646,0.0,0.788079862473768 -6721,0.5,0.255951455205554,0.0,0.33526221047747,0.0,0.85716651995887 -6722,0.5,0.255951455205554,0.0,0.313893963517208,0.0,0.835546683539339 -6723,0.5,0.255951455205554,0.0,0.291707953707444,0.0,0.836646846751909 -6724,0.5,0.255951455205554,0.0,0.265192353308932,0.0,0.801311480596307 -6725,0.5,0.255951455205554,0.0,0.258889886962046,0.0,0.824262745533746 -6726,0.5,0.255951455205554,0.0,0.250433199613707,0.0,0.886607198629709 -6727,0.5,0.255951455205554,7.46335036353481e-05,0.2388327699951,0.0,0.902935451972293 -6728,0.5,0.255951455205554,0.048466419186887,0.214967279304505,0.0507977240070402,0.894163923580075 -6729,0.5,0.255951455205554,0.145702717482665,0.250367079405657,0.173776803087096,0.875796405838318 -6730,0.5,0.255951455205554,0.250097001220757,0.339511903119754,0.321467938660391,0.824125581985937 -6731,0.5,0.255951455205554,0.336468391595371,0.439254827384129,0.498100299746946,0.737106735984105 -6732,0.5,0.255951455205554,0.38252818642432,0.516580276456566,0.572118314743174,0.791799240371892 -6733,0.5,0.255951455205554,0.382970563508068,0.544481275718882,0.579636842683444,0.812145931355372 -6734,0.5,0.255951455205554,0.335530199360542,0.539866026847182,0.406514042863075,0.804647470191407 -6735,0.5,0.255951455205554,0.257598861664586,0.468039719722501,0.317989095824458,0.827411232842522 -6736,0.5,0.255951455205554,0.173524551821928,0.355740605566003,0.248863169796475,0.911399983820399 -6737,0.5,0.255951455205554,0.0629707877581797,0.263165893270826,0.02890075587671,0.90949889299022 -6738,0.5,0.255951455205554,6.12928832069069e-07,0.24386992908501,0.0,0.907140246316909 -6739,0.5,0.255951455205554,0.0,0.272083639024856,0.0,0.911841897790044 -6740,0.5,0.255951455205554,0.0,0.309691322454971,0.0,0.921216372609146 -6741,0.5,0.255951455205554,0.0,0.341770766081564,0.0,0.932956298518894 -6742,0.5,0.255951455205554,0.0,0.359062374149996,0.0,0.949429109223542 -6743,0.5,0.255951455205554,0.0,0.37703435787614,0.0,0.953596953978265 -6744,0.5,0.255951455205554,0.0,0.400827896718764,0.0,0.951804591387728 -6745,0.5,0.255951455205554,0.0,0.422136350203308,0.0,0.947455489688272 -6746,0.5,0.255951455205554,0.0,0.446158991362295,0.0,0.950279903446967 -6747,0.5,0.255951455205554,0.0,0.431417792106461,0.0,0.951478018818422 -6748,0.5,0.255951455205554,0.0,0.431346909942028,0.0,0.951003593823836 -6749,0.5,0.255951455205554,0.0,0.428810967876143,0.0,0.947327132756561 -6750,0.5,0.255951455205554,0.0,0.43307751257139,0.0,0.955510573391411 -6751,0.5,0.255951455205554,1.91401367240761e-05,0.433225979355728,0.0,0.945192820405813 -6752,0.5,0.255951455205554,0.0373398738590402,0.419687384327754,0.00723844944352647,0.941780562864323 -6753,0.5,0.255951455205554,0.118958066747859,0.433839822991599,0.0584780479401116,0.956088580376978 -6754,0.5,0.255951455205554,0.207109423954661,0.472106952266427,0.0504505244134344,0.945251887288948 -6755,0.5,0.255951455205554,0.282908531398388,0.494027027141947,0.233049925145318,0.938610032225883 -6756,0.5,0.255951455205554,0.324372679022893,0.509229530259581,0.18374925631537,0.940808582001256 -6757,0.5,0.255951455205554,0.329865985005498,0.496898637921429,0.145199924034116,0.926901166377179 -6758,0.5,0.255951455205554,0.308429963835616,0.490011868758652,0.0605137304510571,0.917464662655969 -6759,0.5,0.255951455205554,0.251383855112611,0.462739000125886,0.084406857531757,0.923480150111203 -6760,0.5,0.255951455205554,0.177539394518222,0.397609371268358,0.0716891103795597,0.938793909707813 -6761,0.5,0.255951455205554,0.0517528317955491,0.335818315752369,0.0284248823447441,0.931984708805609 -6762,0.5,0.255951455205554,9.49404134907162e-06,0.303389671341473,0.0,0.926677115674888 -6763,0.5,0.255951455205554,0.0,0.285585314920354,0.0,0.92804273325806 -6764,0.5,0.255951455205554,0.0,0.264070187051997,0.0,0.923420695191509 -6765,0.5,0.255951455205554,0.0,0.246284656210681,0.0,0.91746600528069 -6766,0.5,0.255951455205554,0.0,0.246548643614521,0.0,0.916619569458958 -6767,0.5,0.255951455205554,0.0,0.258140666410716,0.0,0.920254473086237 -6768,0.5,0.255951455205554,0.0,0.273225357591105,0.0,0.923050041154135 -6769,0.5,0.255951455205554,0.0,0.292471027705509,0.0,0.923765657572448 -6770,0.5,0.255951455205554,0.0,0.306798574027537,0.0,0.927583762715726 -6771,0.5,0.255951455205554,0.0,0.309121668225304,0.0,0.931962988366317 -6772,0.5,0.255951455205554,0.0,0.301567390396263,0.0,0.943805106496145 -6773,0.5,0.255951455205554,0.0,0.2853486007979,0.0,0.94792106680924 -6774,0.5,0.255951455205554,0.0,0.267106876588321,0.0,0.944980250123712 -6775,0.5,0.255951455205554,2.47355409023436e-06,0.249607660580379,0.0,0.948161873785922 -6776,0.5,0.255951455205554,0.0409601569068505,0.239390606388588,0.00838249688664351,0.95651235757257 -6777,0.5,0.255951455205554,0.135946249411565,0.281101374736734,0.0778548832554416,0.954121931903351 -6778,0.5,0.255951455205554,0.236743274890569,0.328382076986495,0.25623160328393,0.927416854708685 -6779,0.5,0.255951455205554,0.327392536530913,0.341485487591278,0.470582289295027,0.876322131948788 -6780,0.5,0.255951455205554,0.377703410909394,0.321375911924594,0.540225731862308,0.727286702994492 -6781,0.5,0.255951455205554,0.390256997496544,0.291381126835182,0.109421623209093,0.487802985126572 -6782,0.5,0.255951455205554,0.360438002822312,0.245535106744859,0.0599685392230645,0.474593440614455 -6783,0.5,0.255951455205554,0.275647453493393,0.174056216168693,0.0460032669432714,0.742213170005799 -6784,0.5,0.255951455205554,0.179155462092411,0.104290266054218,0.032674565598824,0.826583181410167 -6785,0.5,0.255951455205554,0.0537731221739823,0.0365561634360827,0.0342153090485227,0.764432510386134 -6786,0.5,0.255951455205554,5.05090662131852e-06,0.0257672199641894,0.0,0.704830481816656 -6787,0.5,0.255951455205554,0.0,0.0270248114965455,0.0,0.604562325257165 -6788,0.5,0.255951455205554,0.0,0.0299239840263175,0.0,0.435407942101037 -6789,0.5,0.255951455205554,0.0,0.0301932556143034,0.0,0.189276980628506 -6790,0.5,0.255951455205554,0.0,0.0285010447135453,0.0,0.0439325573347092 -6791,0.5,0.255951455205554,0.0,0.0279928102186204,0.0,0.0134305829228998 -6792,0.5,0.255951455205554,0.0,0.0284374702199024,0.0,0.0317667984819034 -6793,0.5,0.255951455205554,0.0,0.0288082493595163,0.0,0.0984056720413292 -6794,0.5,0.255951455205554,0.0,0.0294810478344544,0.0,0.216652817701172 -6795,0.5,0.255951455205554,0.0,0.0312569994361017,0.0,0.344911533949967 -6796,0.5,0.255951455205554,0.0,0.0355572910934026,0.0,0.445294454832102 -6797,0.5,0.255951455205554,0.0,0.0396574772854039,0.0,0.465563050509908 -6798,0.5,0.255951455205554,0.0,0.0426686929205074,0.0,0.477921340115653 -6799,0.5,0.255951455205554,9.94098238296312e-07,0.0456527560867468,0.0,0.473633555277762 -6800,0.5,0.255951455205554,0.0234656778293929,0.0491959086256646,0.0528113022466729,0.397372608733599 -6801,0.5,0.255951455205554,0.0858919801877054,0.0559540713779135,0.210151331345467,0.28415205225754 -6802,0.5,0.255951455205554,0.15250387605405,0.0672474210043766,0.35674442711357,0.191717501662608 -6803,0.5,0.255951455205554,0.216625102285692,0.0790245901649962,0.483437375926787,0.149939018687981 -6804,0.5,0.255951455205554,0.262766497981623,0.086683577668126,0.556938796090631,0.11022893433367 -6805,0.5,0.255951455205554,0.276579695649645,0.0890715167544092,0.562755636822089,0.0594414326141532 -6806,0.5,0.255951455205554,0.24822100326031,0.0882052309740517,0.398093536133573,0.0368899367012412 -6807,0.5,0.255951455205554,0.19094378545341,0.0840275373827,0.298172798724599,0.0253800151015726 -6808,0.5,0.255951455205554,0.127623318098599,0.071905551574286,0.213784773586639,0.0214373649288767 -6809,0.5,0.255951455205554,0.0393249475275863,0.0457169832277323,0.0187812885193844,0.0235261925151699 -6810,0.5,0.255951455205554,1.28540470920203e-06,0.036262637126109,0.0,0.0497603217168524 -6811,0.5,0.255951455205554,0.0,0.0388264086794537,0.0,0.0823108594769993 -6812,0.5,0.255951455205554,0.0,0.0422127085521542,0.0,0.113563437469276 -6813,0.5,0.255951455205554,0.0,0.043522899205904,0.0,0.155641769633806 -6814,0.5,0.255951455205554,0.0,0.0432477812195004,0.0,0.176271793671362 -6815,0.5,0.255951455205554,0.0,0.0417469140735973,0.0,0.262518567139391 -6816,0.5,0.255951455205554,0.0,0.042226661636935,0.0,0.348989131068085 -6817,0.5,0.255951455205554,0.0,0.0423791070642887,0.0,0.318135454554076 -6818,0.5,0.255951455205554,0.0,0.0406914299106019,0.0,0.276591255548496 -6819,0.5,0.255951455205554,0.0,0.0364167413490552,0.0,0.267864030714502 -6820,0.5,0.255951455205554,0.0,0.0338017726568955,0.0,0.26099060069466 -6821,0.5,0.255951455205554,0.0,0.0349080608039331,0.0,0.277065151523856 -6822,0.5,0.255951455205554,0.0,0.0364565387435794,0.0,0.309396971702649 -6823,0.5,0.255951455205554,3.80319392735449e-08,0.0392823824483224,0.0,0.307884591134255 -6824,0.5,0.255951455205554,0.0429534208816157,0.0412069777205347,0.0260611514653151,0.3460970627195 -6825,0.5,0.255951455205554,0.154984351548076,0.0476285299237343,0.178347615731951,0.360634038678795 -6826,0.5,0.255951455205554,0.267868297366052,0.071217777328473,0.326464695028005,0.32074719943761 -6827,0.5,0.255951455205554,0.361717482322697,0.0835154887024005,0.460547356658095,0.271055393522415 -6828,0.5,0.255951455205554,0.412758344109336,0.0865022726214901,0.553088419674585,0.159124178664858 -6829,0.5,0.255951455205554,0.422216535719832,0.0851869826956717,0.575876930358437,0.0530636535408769 -6830,0.5,0.255951455205554,0.396455827257535,0.0767556850629781,0.521381248251226,0.0248517556987195 -6831,0.5,0.255951455205554,0.335106512192584,0.0664515707795698,0.452302616276491,0.0197032374055347 -6832,0.5,0.255951455205554,0.230179024993024,0.0548810488443254,0.266053479090201,0.010421368497839 -6833,0.5,0.255951455205554,0.0649413274868594,0.0288434829731478,0.0564581592224536,0.00268107953268504 -6834,0.5,0.255951455205554,0.0,0.0338597678834866,0.0,0.00170402184379334 -6835,0.5,0.255951455205554,0.0,0.0396625882712799,0.0,0.00103473445246462 -6836,0.5,0.255951455205554,0.0,0.048259671378503,0.0,0.00100224993970136 -6837,0.5,0.255951455205554,0.0,0.0561450498995935,0.0,0.00306507620166009 -6838,0.5,0.255951455205554,0.0,0.0650315308978542,0.0,0.0194458505851922 -6839,0.5,0.255951455205554,0.0,0.0737090327771706,0.0,0.0577855480085605 -6840,0.5,0.255951455205554,0.0,0.0834801895255735,0.0,0.102891409700906 -6841,0.5,0.255951455205554,0.0,0.0977251215845478,0.0,0.141725076625709 -6842,0.5,0.255951455205554,0.0,0.114747132354428,0.0,0.168680966182661 -6843,0.5,0.255951455205554,0.0,0.132998876604166,0.0,0.222898777249424 -6844,0.5,0.255951455205554,0.0,0.15928814912241,0.0,0.350055276697715 -6845,0.5,0.255951455205554,0.0,0.205536766325542,0.0,0.541037262723925 -6846,0.5,0.255951455205554,0.0,0.245759962148218,0.0,0.667948413403526 -6847,0.5,0.255951455205554,0.0,0.274878565015888,0.0,0.767408062495041 -6848,0.5,0.255951455205554,0.0294809449379073,0.321733889327958,0.00601915449555474,0.844834904567807 -6849,0.5,0.255951455205554,0.0904109701847666,0.370146188916812,0.0221118857379316,0.874689119657337 -6850,0.5,0.255951455205554,0.148506459470685,0.410727470872801,0.0248065294584549,0.91253572728347 -6851,0.5,0.255951455205554,0.194549225224346,0.411502606922306,0.00852445241553533,0.959276726933382 -6852,0.5,0.255951455205554,0.223910087070188,0.401299495516273,0.00500688887723693,0.980533142427651 -6853,0.5,0.255951455205554,0.218655644086947,0.380807829152738,0.00449834172465835,0.985715228271416 -6854,0.5,0.255951455205554,0.189403786821599,0.313887567732054,0.00141749508194364,0.989172820583584 -6855,0.5,0.255951455205554,0.140369587709304,0.24244475261315,0.000514977185786647,0.975315694973109 -6856,0.5,0.255951455205554,0.082489580571418,0.177328201175809,0.00108348836432817,0.954656255967349 -6857,0.5,0.255951455205554,0.0237520834204374,0.131850128786116,0.00119151983878603,0.927349918071206 -6858,0.5,0.255951455205554,1.33149208340333e-06,0.108761881401534,0.0,0.891351736359661 -6859,0.5,0.255951455205554,0.0,0.093533347455722,0.0,0.863981820650444 -6860,0.5,0.255951455205554,0.0,0.0845720190883548,0.0,0.859205563744637 -6861,0.5,0.255951455205554,0.0,0.0710304587892587,0.0,0.85852322406935 -6862,0.5,0.255951455205554,0.0,0.0666247291169777,0.0,0.852525994661992 -6863,0.5,0.255951455205554,0.0,0.0671253055699437,0.0,0.825655486767396 -6864,0.5,0.255951455205554,0.0,0.0693115510421975,0.0,0.791507553113167 -6865,0.5,0.255951455205554,0.0,0.0712000035281351,0.0,0.773339136444539 -6866,0.5,0.255951455205554,0.0,0.0771202787778872,0.0,0.753567982102367 -6867,0.5,0.255951455205554,0.0,0.0879238443782587,0.0,0.743102451106388 -6868,0.5,0.255951455205554,0.0,0.105878094605879,0.0,0.745040724636654 -6869,0.5,0.255951455205554,0.0,0.128762279464044,0.0,0.758565001568711 -6870,0.5,0.255951455205554,0.0,0.148606900654811,0.0,0.774489366158592 -6871,0.5,0.255951455205554,0.0,0.158767848553645,0.0,0.779222579651129 -6872,0.5,0.255951455205554,0.00990226037022788,0.18523153334288,0.00177800170696496,0.779353020270414 -6873,0.5,0.255951455205554,0.0456661705838538,0.25220460074076,0.0141830646533026,0.775268491889334 -6874,0.5,0.255951455205554,0.0934213350159797,0.33175359030603,0.0284219247072267,0.766326734770831 -6875,0.5,0.255951455205554,0.137774666659325,0.386425419007054,0.023032834787067,0.769991365855689 -6876,0.5,0.255951455205554,0.152335912310043,0.402736760646164,0.0113579207235978,0.756120390981638 -6877,0.5,0.255951455205554,0.15174960424419,0.394559804439698,0.00403239426905669,0.766640889932799 -6878,0.5,0.255951455205554,0.137702009144354,0.362786059995323,0.00201244369082241,0.789623070207018 -6879,0.5,0.255951455205554,0.108625836420069,0.325634529805923,0.00116112354122851,0.790924566784843 -6880,0.5,0.255951455205554,0.0703867311472551,0.279423143635741,0.000752670310638299,0.757571891946211 -6881,0.5,0.255951455205554,0.0205792721748167,0.217130702737507,0.00025285155280019,0.706863471998204 -6882,0.5,0.255951455205554,9.33844564842656e-07,0.171815705338102,0.0,0.653053672358485 -6883,0.5,0.255951455205554,0.0,0.148270478937927,0.0,0.589921481249889 -6884,0.5,0.255951455205554,0.0,0.133058940013654,0.0,0.4963125949275 -6885,0.5,0.255951455205554,0.0,0.127526073075704,0.0,0.473705999736631 -6886,0.5,0.255951455205554,0.0,0.131300396807852,0.0,0.460046032416147 -6887,0.5,0.255951455205554,0.0,0.135084982864145,0.0,0.368430554202656 -6888,0.5,0.255951455205554,0.0,0.135256720357891,0.0,0.277209871785572 -6889,0.5,0.255951455205554,0.0,0.124614009318593,0.0,0.229449408119602 -6890,0.5,0.255951455205554,0.0,0.112556713097177,0.0,0.227955612513932 -6891,0.5,0.255951455205554,0.0,0.100467442754608,0.0,0.270062221976607 -6892,0.5,0.255951455205554,0.0,0.0874127262489339,0.0,0.275067826738154 -6893,0.5,0.255951455205554,0.0,0.0795659233037455,0.0,0.272042387067987 -6894,0.5,0.255951455205554,0.0,0.0746305699380367,0.0,0.228345826599933 -6895,0.5,0.255951455205554,0.0,0.0717073248440326,0.0,0.180959399515786 -6896,0.5,0.255951455205554,0.0173409229606439,0.0767913039684486,0.00642361711521744,0.153498771078242 -6897,0.5,0.255951455205554,0.0866857647757371,0.0936672866355561,0.053705488602006,0.142280793588564 -6898,0.5,0.255951455205554,0.172149286265827,0.117035576857731,0.0974503729511644,0.0953363014261706 -6899,0.5,0.255951455205554,0.243495933469506,0.131796278015299,0.0865938280701919,0.0604397467255579 -6900,0.5,0.255951455205554,0.293717069463091,0.138039931436377,0.0868880223411998,0.0529181764211358 -6901,0.5,0.255951455205554,0.311759314759215,0.130686065765303,0.0920621285035306,0.0548539594351322 -6902,0.5,0.255951455205554,0.286471523709285,0.113711180034805,0.10012385044135,0.059497987679354 -6903,0.5,0.255951455205554,0.226478408878797,0.0862422287043644,0.0652149925420602,0.0431481048079183 -6904,0.5,0.255951455205554,0.150026340835506,0.0587482891968129,0.0262808179832033,0.0304764704076312 -6905,0.5,0.255951455205554,0.0365772618078735,0.0314250984566538,0.00409074880402126,0.0303908300348712 -6906,0.5,0.255951455205554,0.0,0.0213403021753226,0.0,0.0228556705965853 -6907,0.5,0.255951455205554,0.0,0.0190285478446497,0.0,0.0150292307389391 -6908,0.5,0.255951455205554,0.0,0.0193837628646685,0.0,0.015671095364294 -6909,0.5,0.255951455205554,0.0,0.0199980854332936,0.0,0.0176791337406083 -6910,0.5,0.255951455205554,0.0,0.0199138484371045,0.0,0.0176178416621809 -6911,0.5,0.255951455205554,0.0,0.0183082836784773,0.0,0.0172150796844967 -6912,0.5,0.255951455205554,0.0,0.0160206188485905,0.0,0.0176294027178982 -6913,0.5,0.255951455205554,0.0,0.0159470884700654,0.0,0.0151849947479316 -6914,0.5,0.255951455205554,0.0,0.0180674490338939,0.0,0.0138586002935124 -6915,0.5,0.255951455205554,0.0,0.0208878166328699,0.0,0.0166473077468468 -6916,0.5,0.255951455205554,0.0,0.0233568145482798,0.0,0.0237540990534382 -6917,0.5,0.255951455205554,0.0,0.0282905404758609,0.0,0.0225770254151296 -6918,0.5,0.255951455205554,0.0,0.03458531061769,0.0,0.019359255440793 -6919,0.5,0.255951455205554,0.0,0.038453814347307,0.0,0.0202155779970065 -6920,0.5,0.255951455205554,0.00428859189981286,0.0423512888788722,0.00111082913060453,0.0232747034860824 -6921,0.5,0.255951455205554,0.0224619673308439,0.04975208594982,0.0145811806316276,0.0243867264819357 -6922,0.5,0.255951455205554,0.0460755211757194,0.0604506338606967,0.0534708019535662,0.0211452593177181 -6923,0.5,0.255951455205554,0.066884900669548,0.0677701412884664,0.108765329182123,0.017468476709467 -6924,0.5,0.255951455205554,0.082293007785444,0.0696332414564301,0.18643159930467,0.0158205900823335 -6925,0.5,0.255951455205554,0.0972463946839368,0.0725258597068307,0.0955012084803859,0.0118567409423411 -6926,0.5,0.255951455205554,0.0967976253260802,0.058886702885014,0.0533351686764433,0.00885134405491099 -6927,0.5,0.255951455205554,0.079873257886712,0.0486592347168342,0.0365168417621356,0.00741655001459997 -6928,0.5,0.255951455205554,0.0550837946901494,0.0359662211180865,0.0383426743379484,0.0120271349647826 -6929,0.5,0.255951455205554,0.016635929425543,0.0249933386188894,0.0337199926784828,0.0226433678909872 -6930,0.5,0.255951455205554,0.0,0.024453215880289,0.0,0.0438277716502816 -6931,0.5,0.255951455205554,0.0,0.0264020548519391,0.0,0.0811659403640294 -6932,0.5,0.255951455205554,0.0,0.0298168967672683,0.0,0.0463158572384487 -6933,0.5,0.255951455205554,0.0,0.0299458978405315,0.0,0.0793777967433078 -6934,0.5,0.255951455205554,0.0,0.0253618542517442,0.0,0.120171260399537 -6935,0.5,0.255951455205554,0.0,0.0214001634261549,0.0,0.0936503523126546 -6936,0.5,0.255951455205554,0.0,0.0206350390654129,0.0,0.100420659684623 -6937,0.5,0.255951455205554,0.0,0.0217289051303318,0.0,0.123802654341876 -6938,0.5,0.255951455205554,0.0,0.0234481526360524,0.0,0.215653919945708 -6939,0.5,0.255951455205554,0.0,0.025640386069201,0.0,0.206692014536274 -6940,0.5,0.255951455205554,0.0,0.0258453469354688,0.0,0.167173342913447 -6941,0.5,0.255951455205554,0.0,0.0246824124670468,0.0,0.165869574504084 -6942,0.5,0.255951455205554,0.0,0.0235992858360659,0.0,0.157074987776535 -6943,0.5,0.255951455205554,0.0,0.0229388743515618,0.0,0.195535293383196 -6944,0.5,0.255951455205554,0.0120386792363709,0.0243548649695939,0.00662942928478529,0.253056004054975 -6945,0.5,0.255951455205554,0.0541974902625794,0.0289787768022377,0.0677174074114252,0.316248055412867 -6946,0.5,0.255951455205554,0.0970348963532552,0.0430391820655606,0.155912195843956,0.219981885527671 -6947,0.5,0.255951455205554,0.140063816468823,0.0666886724111009,0.242789951869421,0.179813966007964 -6948,0.5,0.255951455205554,0.173471843562306,0.0881693559593303,0.133370050853843,0.158579116450063 -6949,0.5,0.255951455205554,0.172646307634497,0.103050330982127,0.065762025412481,0.157606576174445 -6950,0.5,0.255951455205554,0.137745314824641,0.0975497651447449,0.0154979484382228,0.102185204271453 -6951,0.5,0.255951455205554,0.0952472464341456,0.0791165851031945,0.00771063907022891,0.110858412245626 -6952,0.5,0.255951455205554,0.0535263746787251,0.055325973355115,0.00306847092467808,0.144548577602927 -6953,0.5,0.255951455205554,0.0100039935436826,0.0396964150327106,0.000676386790192595,0.184116857911041 -6954,0.5,0.255951455205554,0.0,0.0348632540631193,0.0,0.193783286247615 -6955,0.5,0.255951455205554,0.0,0.0295143160919177,0.0,0.141308731064968 -6956,0.5,0.255951455205554,0.0,0.0277500559059947,0.0,0.0933040872898655 -6957,0.5,0.255951455205554,0.0,0.0262703498020421,0.0,0.0652896114421277 -6958,0.5,0.255951455205554,0.0,0.0255503352788149,0.0,0.0592502456175916 -6959,0.5,0.255951455205554,0.0,0.025958269653431,0.0,0.036536148399796 -6960,0.5,0.255951455205554,0.0,0.0264177004585688,0.0,0.0271465973095397 -6961,0.5,0.255951455205554,0.0,0.0261792241107665,0.0,0.0612147846284922 -6962,0.5,0.255951455205554,0.0,0.0273017050316831,0.0,0.156222927601645 -6963,0.5,0.255951455205554,0.0,0.0314118440222314,0.0,0.292376463599647 -6964,0.5,0.255951455205554,0.0,0.0361597886582079,0.0,0.35977598399409 -6965,0.5,0.255951455205554,0.0,0.0434791419400676,0.0,0.498730556049793 -6966,0.5,0.255951455205554,0.0,0.0572948981518166,0.0,0.696771473093311 -6967,0.5,0.255951455205554,0.0,0.0727242201340934,0.0,0.8102587278348 -6968,0.5,0.255951455205554,0.0159449877547489,0.0905538844961573,0.00117896407155786,0.865831544636095 -6969,0.5,0.255951455205554,0.0830676502967937,0.124507289122271,0.00199316742531775,0.882269601657615 -6970,0.5,0.255951455205554,0.176385550822085,0.178516286784986,0.0202292713050084,0.902370932859466 -6971,0.5,0.255951455205554,0.286701897184006,0.232125835075358,0.216391522608165,0.905371851888623 -6972,0.5,0.255951455205554,0.372683064183351,0.277948821143164,0.245864789683161,0.878153269182479 -6973,0.5,0.255951455205554,0.408027139518764,0.303174790655276,0.134267173303381,0.842003396248249 -6974,0.5,0.255951455205554,0.389663840200041,0.316737206613589,0.0619724385157686,0.824118501059166 -6975,0.5,0.255951455205554,0.327919935147835,0.302985195625062,0.00697528062758959,0.832708154572797 -6976,0.5,0.255951455205554,0.221589974002639,0.252887275550914,0.00420897825814414,0.828815842176755 -6977,0.5,0.255951455205554,0.027122825842848,0.232189315772165,0.0,0.811026024942786 -6978,0.5,0.255951455205554,0.0,0.240192290233973,0.0,0.816339600770811 -6979,0.5,0.255951455205554,0.0,0.247494675839849,0.0,0.824176922934711 -6980,0.5,0.255951455205554,0.0,0.255980226606943,0.0,0.889884679092326 -6981,0.5,0.255951455205554,0.0,0.264771992527164,0.0,0.935567909982557 -6982,0.5,0.255951455205554,0.0,0.273093246801059,0.0,0.927792060669321 -6983,0.5,0.255951455205554,0.0,0.270575345638443,0.0,0.891997416162157 -6984,0.5,0.255951455205554,0.0,0.261654358369089,0.0,0.852317703654256 -6985,0.5,0.255951455205554,0.0,0.249743396312352,0.0,0.778068642240649 -6986,0.5,0.255951455205554,0.0,0.238912617029339,0.0,0.760534545032839 -6987,0.5,0.255951455205554,0.0,0.232785901925799,0.0,0.777931675314862 -6988,0.5,0.255951455205554,0.0,0.224318137527948,0.0,0.742180327119952 -6989,0.5,0.255951455205554,0.0,0.221141198555889,0.0,0.712971007863687 -6990,0.5,0.255951455205554,0.0,0.220756773484202,0.0,0.708755556061835 -6991,0.5,0.255951455205554,0.0,0.227683481645079,0.0,0.782261631820039 -6992,0.5,0.255951455205554,0.0364098620085294,0.235984048530158,0.000907608876566774,0.883429885779373 -6993,0.5,0.255951455205554,0.170616427034302,0.277574302444211,0.000436874749727958,0.911459668578291 -6994,0.5,0.255951455205554,0.302894604996119,0.375062884767399,0.000782208618940686,0.942008523308879 -6995,0.5,0.255951455205554,0.412193218824074,0.499783297993231,0.000878817663348516,0.963953879143869 -6996,0.5,0.255951455205554,0.466880181006146,0.567342240955868,0.00240291370637264,0.967803122130724 -6997,0.5,0.255951455205554,0.468268546970232,0.627235777948859,0.0108022579322919,0.976951826623606 -6998,0.5,0.255951455205554,0.416501212936439,0.643039017257153,0.0356551807419358,0.972711309661988 -6999,0.5,0.255951455205554,0.322803171449445,0.636812090793202,0.0121135994269568,0.962952710643866 -7000,0.5,0.255951455205554,0.205170061060048,0.598456334591415,0.00105124259592019,0.966672695349432 -7001,0.5,0.255951455205554,0.0189172615962642,0.57480185694736,0.0,0.972312215621709 -7002,0.5,0.255951455205554,0.0,0.570416516712126,0.0,0.977454610023527 -7003,0.5,0.255951455205554,0.0,0.60180990948025,0.0,1.00753822781425 -7004,0.5,0.255951455205554,0.0,0.656959837632846,0.0,1.00738263989477 -7005,0.5,0.255951455205554,0.0,0.709347332828382,0.0,1.005379652583 -7006,0.5,0.255951455205554,0.0,0.738655307268852,0.0,1.0082636729523 -7007,0.5,0.255951455205554,0.0,0.749004111369054,0.0,1.00847731570863 -7008,0.5,0.255951455205554,0.0,0.749231742651604,0.0,1.01060601608584 -7009,0.5,0.255951455205554,0.0,0.739435875053576,0.0,1.00896775132279 -7010,0.5,0.255951455205554,0.0,0.741676204282428,0.0,1.00813561191297 -7011,0.5,0.255951455205554,0.0,0.735496162085833,0.0,1.00837390441572 -7012,0.5,0.255951455205554,0.0,0.736002962150824,0.0,1.00713251388795 -7013,0.5,0.255951455205554,0.0,0.73524478096861,0.0,1.00534075722464 -7014,0.5,0.255951455205554,0.0,0.727521697122278,0.0,1.00552643293724 -7015,0.5,0.255951455205554,0.0,0.720950257561031,0.0,1.00248774891804 -7016,0.5,0.255951455205554,0.00451780764482564,0.722262537038832,0.00111522795049708,0.997649239226897 -7017,0.5,0.255951455205554,0.0261274027199577,0.717979076347052,0.0277924062543432,0.985609617203676 -7018,0.5,0.255951455205554,0.047872786178287,0.717834899802295,0.0721978976490664,0.970077100174072 -7019,0.5,0.255951455205554,0.0668981382694692,0.704687779510482,0.129503752254844,0.943913677965007 -7020,0.5,0.255951455205554,0.0846594974698268,0.696969483097951,0.125151700025794,0.901410964529693 -7021,0.5,0.255951455205554,0.0953495438057608,0.683471611997221,0.0566705546685355,0.889312194832548 -7022,0.5,0.255951455205554,0.0912793444378109,0.66878391310008,0.0525323334126848,0.853413985713058 -7023,0.5,0.255951455205554,0.0691417200953568,0.635546469218258,0.0460028888554119,0.845259724391146 -7024,0.5,0.255951455205554,0.0363439310717307,0.584850722655239,0.0772369924351185,0.88349767072496 -7025,0.5,0.255951455205554,0.00562856916345504,0.523655098466887,0.0,0.932710730664949 -7026,0.5,0.255951455205554,0.0,0.460134490124568,0.0,0.934305245463391 -7027,0.5,0.255951455205554,0.0,0.402371344690619,0.0,0.90435959387794 -7028,0.5,0.255951455205554,0.0,0.347610093783463,0.0,0.858659451986883 -7029,0.5,0.255951455205554,0.0,0.309690541417766,0.0,0.807173378596796 -7030,0.5,0.255951455205554,0.0,0.291922174496163,0.0,0.70690669727982 -7031,0.5,0.255951455205554,0.0,0.2820717680993,0.0,0.669161326746308 -7032,0.5,0.255951455205554,0.0,0.277104376827957,0.0,0.709699595611138 -7033,0.5,0.255951455205554,0.0,0.274677302613114,0.0,0.815121158497077 -7034,0.5,0.255951455205554,0.0,0.26413038514171,0.0,0.905058366995071 -7035,0.5,0.255951455205554,0.0,0.240837268284139,0.0,0.935091566161542 -7036,0.5,0.255951455205554,0.0,0.226897872399465,0.0,0.943134975931825 -7037,0.5,0.255951455205554,0.0,0.232112066570541,0.0,0.950355612335962 -7038,0.5,0.255951455205554,0.0,0.255455548035757,0.0,0.943750680171347 -7039,0.5,0.255951455205554,0.0,0.289803734667158,0.0,0.948692065185341 -7040,0.5,0.255951455205554,0.00703420070088606,0.343187073154938,0.00306273117457913,0.952668742439091 -7041,0.5,0.255951455205554,0.0408637060157366,0.435632624579574,0.0427249936606674,0.947227348542795 -7042,0.5,0.255951455205554,0.0639355276996328,0.543061805878494,0.0849111456778874,0.941314972015571 -7043,0.5,0.255951455205554,0.0726173586612978,0.63478241369768,0.120827760322765,0.941639488415742 -7044,0.5,0.255951455205554,0.0714993389096863,0.711778243143443,0.157522996535403,0.941410714899469 -7045,0.5,0.255951455205554,0.0651911754442364,0.779063132281698,0.142053609944527,0.942272320314934 -7046,0.5,0.255951455205554,0.0510835552889922,0.826043090788037,0.0485208625603362,0.940677943969663 -7047,0.5,0.255951455205554,0.0316648972447138,0.84067539568551,0.0763828048671243,0.941264624498354 -7048,0.5,0.255951455205554,0.0124273010886232,0.827937763974477,0.023454430536162,0.944649638156578 -7049,0.5,0.255951455205554,0.000999729954818201,0.812406232928908,0.0,0.947502754444468 -7050,0.5,0.255951455205554,0.0,0.817307337659211,0.0,0.943252982148376 -7051,0.5,0.255951455205554,0.0,0.856689434365264,0.0,0.941104152011216 -7052,0.5,0.255951455205554,0.0,0.877251940846115,0.0,0.945372846147324 -7053,0.5,0.255951455205554,0.0,0.883724436785652,0.0,0.062461517040359 -7054,0.5,0.255951455205554,0.0,0.909573371469464,0.0,0.0338921792013292 -7055,0.5,0.255951455205554,0.0,0.936796854969436,0.0,0.101243284410236 -7056,0.5,0.255951455205554,0.0,0.897169432441726,0.0,0.0849360070707364 -7057,0.5,0.255951455205554,0.0,0.841841922143138,0.0,0.0513594831652208 -7058,0.5,0.255951455205554,0.0,0.804178779809419,0.0,0.0349419970718581 -7059,0.5,0.255951455205554,0.0,0.800774250651045,0.0,0.0220275921566277 -7060,0.5,0.255951455205554,0.0,0.790650677159817,0.0,0.0175085398626319 -7061,0.5,0.255951455205554,0.0,0.767754878019256,0.0,0.0150182171441857 -7062,0.5,0.255951455205554,0.0,0.743307505674051,0.0,0.00988210501199892 -7063,0.5,0.255951455205554,0.0,0.716166663976348,0.0,0.0825498551830147 -7064,0.5,0.255951455205554,0.00295706674568637,0.693668148387467,0.00172523516401626,0.907323036928023 -7065,0.5,0.255951455205554,0.0282323892497813,0.674828035246538,0.0315478076189144,0.907233945273108 -7066,0.5,0.255951455205554,0.0582197780623672,0.660668182971307,0.0496224472150336,0.907863962157486 -7067,0.5,0.255951455205554,0.0768553959519611,0.654902986820914,0.0748811488764416,0.909175171163262 -7068,0.5,0.255951455205554,0.0934209009482172,0.642740818919703,0.14491531489767,0.908067181923704 -7069,0.5,0.255951455205554,0.0927075061899705,0.625306685168575,0.0692219942122361,0.907084676944791 -7070,0.5,0.255951455205554,0.0802980722251539,0.597157982467724,0.0645328102372101,0.907435113417723 -7071,0.5,0.255951455205554,0.0582449870106769,0.575326395288244,0.0289390047736655,0.909564480310694 -7072,0.5,0.255951455205554,0.0301558313911345,0.547129442410816,0.0198113958127487,0.909784923108014 -7073,0.5,0.255951455205554,0.00187636444145738,0.516193674735518,0.0,0.903307073534369 -7074,0.5,0.255951455205554,0.0,0.492429492635917,0.0,0.885822298212179 -7075,0.5,0.255951455205554,0.0,0.467727511438001,0.0,0.81962517859783 -7076,0.5,0.255951455205554,0.0,0.4374087477347,0.0,0.752585804903459 -7077,0.5,0.255951455205554,0.0,0.407001416099908,0.0,0.675269966473446 -7078,0.5,0.255951455205554,0.0,0.381730221771519,0.0,0.495902300969361 -7079,0.5,0.255951455205554,0.0,0.352679672324322,0.0,0.296029409789449 -7080,0.5,0.255951455205554,0.0,0.320621941505236,0.0,0.0959184622835583 -7081,0.5,0.255951455205554,0.0,0.286749541927063,0.0,0.0416177822228896 -7082,0.5,0.255951455205554,0.0,0.25309705175157,0.0,0.049032994351429 -7083,0.5,0.255951455205554,0.0,0.228883214270561,0.0,0.0810445878097438 -7084,0.5,0.255951455205554,0.0,0.216236245905556,0.0,0.110679004507563 -7085,0.5,0.255951455205554,0.0,0.200230412637744,0.0,0.14168560212943 -7086,0.5,0.255951455205554,0.0,0.180805304966863,0.0,0.158732296935945 -7087,0.5,0.255951455205554,0.0,0.161551403231662,0.0,0.170986888200827 -7088,0.5,0.255951455205554,0.00331894112937601,0.146331439766746,0.00034442391076222,0.216772356601285 -7089,0.5,0.255951455205554,0.0407473342968274,0.13686495733269,0.00870394486889952,0.319902151654869 -7090,0.5,0.255951455205554,0.0882958524275482,0.131385204171371,0.0702108653143379,0.467594532818397 -7091,0.5,0.255951455205554,0.135799174921399,0.131646716828603,0.265554644084645,0.577607050397649 -7092,0.5,0.255951455205554,0.168539118011233,0.133309936930224,0.48099301116093,0.608451420631958 -7093,0.5,0.255951455205554,0.181581430628561,0.129112988404265,0.511096682674348,0.622575333488685 -7094,0.5,0.255951455205554,0.173838005570808,0.125833747881962,0.483647937364657,0.612640181233029 -7095,0.5,0.255951455205554,0.142555251720274,0.114414790817445,0.363349445084935,0.586782787861564 -7096,0.5,0.255951455205554,0.0834132307134894,0.0851319856865235,0.201148454472546,0.583057555464706 -7097,0.5,0.255951455205554,0.00558709446403814,0.0701568514232616,0.0,0.547605491499626 -7098,0.5,0.255951455205554,0.0,0.0699151351605136,0.0,0.49058801918843 -7099,0.5,0.255951455205554,0.0,0.0742276782349198,0.0,0.325455049666777 -7100,0.5,0.255951455205554,0.0,0.0824881991950267,0.0,0.380831018825898 -7101,0.5,0.255951455205554,0.0,0.0899921382876887,0.0,0.545059151784068 -7102,0.5,0.255951455205554,0.0,0.094235128343009,0.0,0.61341232599812 -7103,0.5,0.255951455205554,0.0,0.098578149645074,0.0,0.812696948309761 -7104,0.5,0.255951455205554,0.0,0.101043796441169,0.0,0.863946331084531 -7105,0.5,0.255951455205554,0.0,0.103780800660826,0.0,0.880828565500484 -7106,0.5,0.255951455205554,0.0,0.107103522088591,0.0,0.886933981565258 -7107,0.5,0.255951455205554,0.0,0.111195178050159,0.0,0.8543114210008 -7108,0.5,0.255951455205554,0.0,0.115218082107614,0.0,0.81479086360451 -7109,0.5,0.255951455205554,0.0,0.118230351078331,0.0,0.80179370734791 -7110,0.5,0.255951455205554,0.0,0.120075033186903,0.0,0.800989277915764 -7111,0.5,0.255951455205554,0.0,0.12591395220129,0.0,0.816882827869085 -7112,0.5,0.255951455205554,0.00890381169392439,0.134258594651001,0.0032204726774466,0.835612569980565 -7113,0.5,0.255951455205554,0.0831460524026859,0.150080423645561,0.0640330752362606,0.823903625679881 -7114,0.5,0.255951455205554,0.162503032129675,0.183614845551694,0.0404080425753548,0.806362586984918 -7115,0.5,0.255951455205554,0.229784866536073,0.219570207812994,0.0375382038412774,0.791979001197006 -7116,0.5,0.255951455205554,0.270697488971159,0.233296012710307,0.0409882270610855,0.759843627998545 -7117,0.5,0.255951455205554,0.278476695028827,0.24213644145312,0.0789897417385793,0.728274196575802 -7118,0.5,0.255951455205554,0.25424213290705,0.246000316154924,0.103017747588125,0.733595292438086 -7119,0.5,0.255951455205554,0.199650626830828,0.227442224578226,0.0964846186666966,0.757060309115885 -7120,0.5,0.255951455205554,0.117108647123985,0.186198584714352,0.0607223924579357,0.776305965864592 -7121,0.5,0.255951455205554,0.00413469542216653,0.167537386315312,0.0,0.80791155934457 -7122,0.5,0.255951455205554,0.0,0.169855013926423,0.0,0.865911295266584 -7123,0.5,0.255951455205554,0.0,0.17155726215188,0.0,0.899596028897336 -7124,0.5,0.255951455205554,0.0,0.173821327556809,0.0,0.908468508258375 -7125,0.5,0.255951455205554,0.0,0.172178003913932,0.0,0.877534895410818 -7126,0.5,0.255951455205554,0.0,0.169766690448907,0.0,0.831827813437606 -7127,0.5,0.255951455205554,0.0,0.172177650814879,0.0,0.76500899919733 -7128,0.5,0.255951455205554,0.0,0.174260075355717,0.0,0.712327487857989 -7129,0.5,0.255951455205554,0.0,0.180462541829377,0.0,0.458797538442443 -7130,0.5,0.255951455205554,0.0,0.194181523511394,0.0,0.243215979407486 -7131,0.5,0.255951455205554,0.0,0.205495736289213,0.0,0.481270675365754 -7132,0.5,0.255951455205554,0.0,0.212840496145454,0.0,0.387779508924258 -7133,0.5,0.255951455205554,0.0,0.215660349788673,0.0,0.330535660359993 -7134,0.5,0.255951455205554,0.0,0.216270217504083,0.0,0.252266590228792 -7135,0.5,0.255951455205554,0.0,0.198515153174752,0.0,0.179446484047368 -7136,0.5,0.255951455205554,0.0124670256552729,0.168492979328868,0.0,0.152574422889547 -7137,0.5,0.255951455205554,0.09097271200268,0.153883266469952,0.000301716585817604,0.157670905307631 -7138,0.5,0.255951455205554,0.174995918264807,0.159057104094007,0.0118675590098712,0.147475781722263 -7139,0.5,0.255951455205554,0.245136318439372,0.164474630104392,0.0558793589092224,0.125666240695134 -7140,0.5,0.255951455205554,0.286543653368085,0.156935286227827,0.0606065069317671,0.130659520089016 -7141,0.5,0.255951455205554,0.291341221192132,0.1400593192204,0.0537607225200687,0.181770930519944 -7142,0.5,0.255951455205554,0.256908950782497,0.120878819124119,0.0835317088053037,0.237540001196016 -7143,0.5,0.255951455205554,0.191199011232602,0.0970676948643419,0.0961417946124245,0.298773532041677 -7144,0.5,0.255951455205554,0.107670606068459,0.0667114443429961,0.121825201177303,0.383223541575909 -7145,0.5,0.255951455205554,0.00106932062489216,0.0535205486935673,0.0,0.453314884209692 -7146,0.5,0.255951455205554,0.0,0.046459800510504,0.0,0.482875589035221 -7147,0.5,0.255951455205554,0.0,0.0422605682282115,0.0,0.55148310108898 -7148,0.5,0.255951455205554,0.0,0.0418413888503779,0.0,0.619960322222474 -7149,0.5,0.255951455205554,0.0,0.043350706241638,0.0,0.691233745677272 -7150,0.5,0.255951455205554,0.0,0.0453564485737507,0.0,0.736692136408976 -7151,0.5,0.255951455205554,0.0,0.0469456614320506,0.0,0.775929259255948 -7152,0.5,0.255951455205554,0.0,0.050837231713866,0.0,0.799425284661786 -7153,0.5,0.255951455205554,0.0,0.0552896838080994,0.0,0.814856573021478 -7154,0.5,0.255951455205554,0.0,0.0610130158455539,0.0,0.8316289797661 -7155,0.5,0.255951455205554,0.0,0.0655582733728184,0.0,0.839053847873022 -7156,0.5,0.255951455205554,0.0,0.0677385477482364,0.0,0.845564750879692 -7157,0.5,0.255951455205554,0.0,0.0707699054892845,0.0,0.845047652086756 -7158,0.5,0.255951455205554,0.0,0.073456173934481,0.0,0.837321642880333 -7159,0.5,0.255951455205554,0.0,0.0764077889224932,0.0,0.846821140981665 -7160,0.5,0.255951455205554,0.00943111905689338,0.0785554755545175,0.00298902348932044,0.864292495320199 -7161,0.5,0.255951455205554,0.08415428980597,0.081262846226414,0.137364170652137,0.877519605153629 -7162,0.5,0.255951455205554,0.175211758709107,0.0978047092820422,0.293501150035162,0.894620603746022 -7163,0.5,0.255951455205554,0.267793774932064,0.132167402351421,0.417204015633659,0.905383073269607 -7164,0.5,0.255951455205554,0.344122228226741,0.170528855947319,0.486657222184826,0.913435455698607 -7165,0.5,0.255951455205554,0.389542604905459,0.206251318132264,0.50503091837539,0.921448216063137 -7166,0.5,0.255951455205554,0.384313095484565,0.229178330971835,0.391647193766457,0.928772663819991 -7167,0.5,0.255951455205554,0.323677112542539,0.20996534109733,0.234571038030781,0.931612753206107 -7168,0.5,0.255951455205554,0.187914227760983,0.174967366075457,0.121981867128127,0.930089088602489 -7169,0.5,0.255951455205554,0.00200270338125844,0.162714607657865,0.0,0.931115716079553 -7170,0.5,0.255951455205554,0.0,0.162017314393288,0.0,0.932780338189247 -7171,0.5,0.255951455205554,0.0,0.165942668556924,0.0,0.934363038472182 -7172,0.5,0.255951455205554,0.0,0.172225502417196,0.0,0.941660501073654 -7173,0.5,0.255951455205554,0.0,0.178330224003131,0.0,0.951641326293772 -7174,0.5,0.255951455205554,0.0,0.185012874707759,0.0,0.956860551937226 -7175,0.5,0.255951455205554,0.0,0.186597465799677,0.0,0.955587576272947 -7176,0.5,0.255951455205554,0.0,0.18430614879383,0.0,0.955716768730409 -7177,0.5,0.255951455205554,0.0,0.180300061728325,0.0,0.951156933423652 -7178,0.5,0.255951455205554,0.0,0.176997954806376,0.0,0.953930632207436 -7179,0.5,0.255951455205554,0.0,0.172239258234372,0.0,0.959955666914297 -7180,0.5,0.255951455205554,0.0,0.166419722104107,0.0,0.959949349480584 -7181,0.5,0.255951455205554,0.0,0.159023314943251,0.0,0.959475047172337 -7182,0.5,0.255951455205554,0.0,0.156572007235961,0.0,0.954591085145913 -7183,0.5,0.255951455205554,0.0,0.154557159963007,0.0,0.948125152623032 -7184,0.5,0.255951455205554,0.0158356355253215,0.149050381745594,0.000808346892208359,0.934931314245239 -7185,0.5,0.255951455205554,0.159955012283964,0.148164990823475,0.035612488669672,0.929574251102302 -7186,0.5,0.255951455205554,0.311319577373256,0.156043442913341,0.0263412662306457,0.925329238457831 -7187,0.5,0.255951455205554,0.436241507779438,0.165601220981833,0.0129972095602038,0.913989285901639 -7188,0.5,0.255951455205554,0.510672405301474,0.168767565134901,0.035050221872146,0.910106806543819 -7189,0.5,0.255951455205554,0.529411058834367,0.155383220529314,0.0797194388313436,0.909227476428719 -7190,0.5,0.255951455205554,0.491322091570764,0.136908015137067,0.191589324977262,0.895300752974849 -7191,0.5,0.255951455205554,0.397741030915025,0.108076451211747,0.06980830618747,0.868812353670081 -7192,0.5,0.255951455205554,0.201494570326937,0.0793145706884576,0.0368690429716805,0.852058028653105 -7193,0.5,0.255951455205554,0.00105993171247515,0.0754070059974367,0.0,0.826957246501384 -7194,0.5,0.255951455205554,0.0,0.0713209015226941,0.0,0.80860406461341 -7195,0.5,0.255951455205554,0.0,0.071370137852991,0.0,0.814294159103477 -7196,0.5,0.255951455205554,0.0,0.0749561623065389,0.0,0.821532315510496 -7197,0.5,0.255951455205554,0.0,0.0802775783409457,0.0,0.821862886798812 -7198,0.5,0.255951455205554,0.0,0.084677520409265,0.0,0.826682585861762 -7199,0.5,0.255951455205554,0.0,0.085690522868305,0.0,0.836128541565084 -7200,0.5,0.255951455205554,0.0,0.0878882453800519,0.0,0.838712899372108 -7201,0.5,0.255951455205554,0.0,0.0902385742574057,0.0,0.825813668825182 -7202,0.5,0.255951455205554,0.0,0.0937074823986366,0.0,0.810234651253095 -7203,0.5,0.255951455205554,0.0,0.0913049336654728,0.0,0.808606952553419 -7204,0.5,0.255951455205554,0.0,0.089477713327156,0.0,0.829979273968017 -7205,0.5,0.255951455205554,0.0,0.0917227680389783,0.0,0.851383572384999 -7206,0.5,0.255951455205554,0.0,0.0994583146198292,0.0,0.859997422894785 -7207,0.5,0.255951455205554,0.0,0.106829284497664,0.0,0.859943008153594 -7208,0.5,0.255951455205554,0.0143821625132086,0.109362751008336,0.000784457988011295,0.856497356121882 -7209,0.5,0.255951455205554,0.167705813555213,0.106873937715548,0.130745398428561,0.861875231692982 -7210,0.5,0.255951455205554,0.331267099412516,0.119596682341878,0.289405923463794,0.880096246713594 -7211,0.5,0.255951455205554,0.467407410133877,0.151912156162185,0.425137238674111,0.894395328388095 -7212,0.5,0.255951455205554,0.547193723580147,0.173256032328738,0.508015652102318,0.894086954050601 -7213,0.5,0.255951455205554,0.567772764864142,0.169026487153235,0.531970957629251,0.884008510156355 -7214,0.5,0.255951455205554,0.528687641967571,0.164662792496276,0.49635567493312,0.872229817954267 -7215,0.5,0.255951455205554,0.428078291726456,0.129346489348885,0.400338805508765,0.869013640714859 -7216,0.5,0.255951455205554,0.197914605704404,0.108952334757698,0.183574586531299,0.871756513774943 -7217,0.5,0.255951455205554,0.000182337641660974,0.129325641653894,0.0,0.871734049091599 -7218,0.5,0.255951455205554,0.0,0.13584322450905,0.0,0.877459230670391 -7219,0.5,0.255951455205554,0.0,0.137639229671989,0.0,0.887098491842288 -7220,0.5,0.255951455205554,0.0,0.142307906774711,0.0,0.896414279876531 -7221,0.5,0.255951455205554,0.0,0.147015752728997,0.0,0.897080252951268 -7222,0.5,0.255951455205554,0.0,0.149251097986287,0.0,0.888511355550161 -7223,0.5,0.255951455205554,0.0,0.153446173058734,0.0,0.870870654965522 -7224,0.5,0.255951455205554,0.0,0.154740484295477,0.0,0.841111307765038 -7225,0.5,0.255951455205554,0.0,0.151955340783133,0.0,0.761898152313764 -7226,0.5,0.255951455205554,0.0,0.150494794821141,0.0,0.342172120472634 -7227,0.5,0.255951455205554,0.0,0.147780506987837,0.0,0.43133657816271 -7228,0.5,0.255951455205554,0.0,0.144456438337401,0.0,0.596121970455149 -7229,0.5,0.255951455205554,0.0,0.136644100956326,0.0,0.575262431750336 -7230,0.5,0.255951455205554,0.0,0.124010734025197,0.0,0.572547210001735 -7231,0.5,0.255951455205554,0.0,0.107261060556174,0.0,0.569284304972603 -7232,0.5,0.255951455205554,0.0118460012232825,0.0888490639996914,0.0,0.520351518575394 -7233,0.5,0.255951455205554,0.147497201900523,0.0722926227718548,0.000227752132013419,0.497487902941185 -7234,0.5,0.255951455205554,0.284953554143108,0.071315494725996,0.00167409568961954,0.497101901851525 -7235,0.5,0.255951455205554,0.394126279986114,0.0856271787953573,0.0172912322725364,0.477306905568372 -7236,0.5,0.255951455205554,0.453719767058593,0.0945669737736618,0.0523870869391722,0.38823782386126 -7237,0.5,0.255951455205554,0.461740490507845,0.0919806899282513,0.118634593395123,0.352502799681548 -7238,0.5,0.255951455205554,0.421785582190895,0.0786756446705918,0.134470383656336,0.336228070716046 -7239,0.5,0.255951455205554,0.328314574887257,0.0596099774856575,0.0998967158939126,0.306496592302638 -7240,0.5,0.255951455205554,0.149091080582935,0.0426735084925847,0.0070641956917345,0.250450547951569 -7241,0.5,0.255951455205554,3.19964791437036e-05,0.0368289287224171,0.000450447042303127,0.191690532652874 -7242,0.5,0.255951455205554,0.0,0.0318479402735218,0.0,0.156204410759668 -7243,0.5,0.255951455205554,0.0,0.0290769194437637,0.0,0.12756157998845 -7244,0.5,0.255951455205554,0.0,0.0284013630568554,0.0,0.110612363885158 -7245,0.5,0.255951455205554,0.0,0.0311856105711189,0.0,0.119619222967693 -7246,0.5,0.255951455205554,0.0,0.0341071191761754,0.0,0.132495780847122 -7247,0.5,0.255951455205554,0.0,0.0316191250451601,0.0,0.152423448587915 -7248,0.5,0.255951455205554,0.0,0.0279591389327777,0.0,0.134179947605792 -7249,0.5,0.255951455205554,0.0,0.0239650652981155,0.0,0.10047671859242 -7250,0.5,0.255951455205554,0.0,0.0235236665517826,0.0,0.0789096045827825 -7251,0.5,0.255951455205554,0.0,0.0247071497548106,0.0,0.0759147493516653 -7252,0.5,0.255951455205554,0.0,0.0234321196172572,0.0,0.0940301970244417 -7253,0.5,0.255951455205554,0.0,0.0227348759149859,0.0,0.13842238139605 -7254,0.5,0.255951455205554,0.0,0.0229707770369467,0.0,0.182726669740628 -7255,0.5,0.255951455205554,0.0,0.0221267737342098,0.0,0.221186532735149 -7256,0.5,0.255951455205554,0.00494441978051708,0.0217014706510218,0.0,0.282758560304171 -7257,0.5,0.255951455205554,0.0748513187471877,0.0221725641856038,0.0792134151931609,0.311046605981334 -7258,0.5,0.255951455205554,0.151981197029797,0.0248623484065379,0.175627937793206,0.265822081580902 -7259,0.5,0.255951455205554,0.218914537261581,0.0264317035866416,0.263799369291333,0.282391349130951 -7260,0.5,0.255951455205554,0.266156162249834,0.0270217111748507,0.340583947888536,0.321997381897057 -7261,0.5,0.255951455205554,0.281587479244002,0.0283905242806374,0.370458187505729,0.392072848165886 -7262,0.5,0.255951455205554,0.256880345533412,0.0273947408852093,0.34530220327564,0.460689083865285 -7263,0.5,0.255951455205554,0.198994796780268,0.0245742666483701,0.262323030788211,0.496403048733192 -7264,0.5,0.255951455205554,0.105590842340469,0.0215675732035839,0.136492136859736,0.52859505833764 -7265,0.5,0.255951455205554,9.0481564332259e-05,0.0221754817347807,0.0,0.564081467973814 -7266,0.5,0.255951455205554,0.0,0.0224989586045466,0.0,0.538878976919786 -7267,0.5,0.255951455205554,0.0,0.0242796154666105,0.0,0.500870755486303 -7268,0.5,0.255951455205554,0.0,0.0273022839232292,0.0,0.438963090344302 -7269,0.5,0.255951455205554,0.0,0.0311239038325005,0.0,0.481294967588814 -7270,0.5,0.255951455205554,0.0,0.0355425354223322,0.0,0.549655710030116 -7271,0.5,0.255951455205554,0.0,0.0376683691565196,0.0,0.579996994402531 -7272,0.5,0.255951455205554,0.0,0.0394493871336629,0.0,0.582710501665776 -7273,0.5,0.255951455205554,0.0,0.0405444423292755,0.0,0.605058206421518 -7274,0.5,0.255951455205554,0.0,0.0434177360416902,0.0,0.611192829507392 -7275,0.5,0.255951455205554,0.0,0.0471678852905361,0.0,0.559851309100876 -7276,0.5,0.255951455205554,0.0,0.0493409401878367,0.0,0.528972617851581 -7277,0.5,0.255951455205554,0.0,0.0513740142685659,0.0,0.510991623564728 -7278,0.5,0.255951455205554,0.0,0.0535480420165469,0.0,0.432039658545538 -7279,0.5,0.255951455205554,0.0,0.0556537585724764,0.0,0.380555621598007 -7280,0.5,0.255951455205554,0.00512957860655398,0.0570101907271719,0.0,0.349003580866033 -7281,0.5,0.255951455205554,0.0845418028325451,0.0573287897904828,0.0019897838137884,0.373129271805186 -7282,0.5,0.255951455205554,0.181295963654617,0.0592401317700511,0.00797384570771381,0.342155062953214 -7283,0.5,0.255951455205554,0.272836515558182,0.0636276929622303,0.0191526950800444,0.350807376547707 -7284,0.5,0.255951455205554,0.333931017718019,0.0697344923918403,0.0347437490505695,0.324739645827307 -7285,0.5,0.255951455205554,0.350916203926145,0.0709122162724122,0.0503248518745251,0.282455935939783 -7286,0.5,0.255951455205554,0.326861715871794,0.069742613366371,0.065084650407137,0.25560700104362 -7287,0.5,0.255951455205554,0.258478082829644,0.0671876601030337,0.0188756267131992,0.219836549656577 -7288,0.5,0.255951455205554,0.13198655995403,0.0576329158875279,0.00496190497151946,0.193031003874744 -7289,0.5,0.255951455205554,3.00127504736254e-05,0.0616777230597451,0.000209093552675165,0.170137948421701 -7290,0.5,0.255951455205554,0.0,0.0623346471036745,0.0,0.126951815092967 -7291,0.5,0.255951455205554,0.0,0.0628429059591123,0.0,0.0931040053348401 -7292,0.5,0.255951455205554,0.0,0.0649106425867021,0.0,0.088695529402352 -7293,0.5,0.255951455205554,0.0,0.0671353936453414,0.0,0.100937723782312 -7294,0.5,0.255951455205554,0.0,0.0698869013790231,0.0,0.117739907732077 -7295,0.5,0.255951455205554,0.0,0.0737171540283172,0.0,0.161674650879366 -7296,0.5,0.255951455205554,0.0,0.0756269499494819,0.0,0.195037018221897 -7297,0.5,0.255951455205554,0.0,0.0765109047630096,0.0,0.2238662409925 -7298,0.5,0.255951455205554,0.0,0.0785749148983228,0.0,0.298917095873082 -7299,0.5,0.255951455205554,0.0,0.0814217149066507,0.0,0.354329296263127 -7300,0.5,0.255951455205554,0.0,0.0833521400736697,0.0,0.469131286069094 -7301,0.5,0.255951455205554,0.0,0.0868682423830566,0.0,0.607303610660154 -7302,0.5,0.255951455205554,0.0,0.0932768071597552,0.0,0.682594150194391 -7303,0.5,0.255951455205554,0.0,0.100118793238466,0.0,0.738315353202789 -7304,0.5,0.255951455205554,0.00566858124990991,0.108852529769111,0.0,0.791201651995469 -7305,0.5,0.255951455205554,0.126204940243035,0.108521872723098,0.0671175591589113,0.828850425270799 -7306,0.5,0.255951455205554,0.274971111603597,0.121930259470968,0.204361434219851,0.854599870841865 -7307,0.5,0.255951455205554,0.402218552530318,0.151297307366799,0.35101338720187,0.868507192728696 -7308,0.5,0.255951455205554,0.479752193896856,0.184568139888462,0.46308269405314,0.87745070094358 -7309,0.5,0.255951455205554,0.501624224050076,0.207579119622621,0.487316480050873,0.895734124190639 -7310,0.5,0.255951455205554,0.466996257233151,0.204455346722729,0.45277909891098,0.881696581742411 -7311,0.5,0.255951455205554,0.376324147733741,0.180220433583761,0.360389156223343,0.854896282237399 -7312,0.5,0.255951455205554,0.16166931718377,0.160378415822576,0.149346919010524,0.822849617964656 -7313,0.5,0.255951455205554,0.0,0.1710005555194,0.0,0.799318158901407 -7314,0.5,0.255951455205554,0.0,0.17568369341537,0.0,0.794550777855118 -7315,0.5,0.255951455205554,0.0,0.178081847078477,0.0,0.725871573798503 -7316,0.5,0.255951455205554,0.0,0.170952165113338,0.0,0.581580634994343 -7317,0.5,0.255951455205554,0.0,0.161882228574228,0.0,0.560257677259412 -7318,0.5,0.255951455205554,0.0,0.161246596997461,0.0,0.526875712292934 -7319,0.5,0.255951455205554,0.0,0.161432517853585,0.0,0.455545846862899 -7320,0.5,0.255951455205554,0.0,0.163321432172328,0.0,0.384354363755591 -7321,0.5,0.255951455205554,0.0,0.161869767278634,0.0,0.275450833165482 -7322,0.5,0.255951455205554,0.0,0.158742288098534,0.0,0.332321421255751 -7323,0.5,0.255951455205554,0.0,0.154522329031617,0.0,0.458080069920656 -7324,0.5,0.255951455205554,0.0,0.152130395306887,0.0,0.607157247983399 -7325,0.5,0.255951455205554,0.0,0.15243830150894,0.0,0.664532713443174 -7326,0.5,0.255951455205554,0.0,0.159240623591845,0.0,0.653810002558784 -7327,0.5,0.255951455205554,0.0,0.170159870604183,0.0,0.746180496289824 -7328,0.5,0.255951455205554,0.00514664353470563,0.180779908501356,0.0,0.828139320736473 -7329,0.5,0.255951455205554,0.119413355955297,0.192446359091304,0.0684471939112838,0.846936785444622 -7330,0.5,0.255951455205554,0.251831456463773,0.232261257905235,0.0690620120712326,0.892466122500145 -7331,0.5,0.255951455205554,0.362265928761451,0.285350691711626,0.101106655345016,0.928918155531259 -7332,0.5,0.255951455205554,0.42755193788596,0.338353041508129,0.0401951662084732,0.934436359296392 -7333,0.5,0.255951455205554,0.445324131605817,0.367637655747233,0.0168364372753215,0.938352465176363 -7334,0.5,0.255951455205554,0.416908323046082,0.388467041276268,0.0469131876203222,0.934413674800326 -7335,0.5,0.255951455205554,0.328320441017756,0.34834513035944,0.362331815260689,0.930589330481682 -7336,0.5,0.255951455205554,0.135026128615064,0.315542064238771,0.143433653741147,0.931841470585464 -7337,0.5,0.255951455205554,2.76840298354686e-05,0.327268216481678,0.0,0.934456966085857 -7338,0.5,0.255951455205554,0.0,0.340161467793878,0.0,0.939099874183206 -7339,0.5,0.255951455205554,0.0,0.358336448844466,0.0,0.943617341368346 -7340,0.5,0.255951455205554,0.0,0.368618174259817,0.0,0.785696068654375 -7341,0.5,0.255951455205554,0.0,0.365283803667789,0.0,0.53709623039143 -7342,0.5,0.255951455205554,0.0,0.360155491978651,0.0,0.424725520300227 -7343,0.5,0.255951455205554,0.0,0.364738439247238,0.0,0.302796482520257 -7344,0.5,0.255951455205554,0.0,0.370945087840218,0.0,0.187119073159222 -7345,0.5,0.255951455205554,0.0,0.375205375065746,0.0,0.138772779963052 -7346,0.5,0.255951455205554,0.0,0.382420778150437,0.0,0.190653899857583 -7347,0.5,0.255951455205554,0.0,0.390375609222569,0.0,0.29332873180178 -7348,0.5,0.255951455205554,0.0,0.401071764134745,0.0,0.307569988886739 -7349,0.5,0.255951455205554,0.0,0.420138135498751,0.0,0.383329722934357 -7350,0.5,0.255951455205554,0.0,0.439523187925497,0.0,0.484769479444226 -7351,0.5,0.255951455205554,0.0,0.454197366494279,0.0,0.472036092826875 -7352,0.5,0.255951455205554,0.00238611621252795,0.483834660275866,0.0,0.643681787958292 -7353,0.5,0.255951455205554,0.039078724899947,0.492720150050009,0.00399110223299712,0.918818107300503 -7354,0.5,0.255951455205554,0.0858437174993392,0.497775225948059,0.0438363167198138,0.9299777535745 -7355,0.5,0.255951455205554,0.127882534945326,0.542751450249446,0.104693374617425,0.801415861906016 -7356,0.5,0.255951455205554,0.161937643366331,0.558540865337658,0.00800565100474124,0.860480617939555 -7357,0.5,0.255951455205554,0.173829584063035,0.526753617472485,0.0670259900143904,0.963813016021658 -7358,0.5,0.255951455205554,0.169295728128295,0.473128799762513,0.129064668172021,0.97729724845723 -7359,0.5,0.255951455205554,0.14027842127803,0.434287074138113,0.138074599156065,0.967855692255961 -7360,0.5,0.255951455205554,0.0648767689319973,0.390114915713128,0.0695491732824391,0.962352587235138 -7361,0.5,0.255951455205554,7.79096350404708e-05,0.355932036122797,0.0,0.939933351879408 -7362,0.5,0.255951455205554,0.0,0.353396429010341,0.0,0.931580035854086 -7363,0.5,0.255951455205554,0.0,0.370792784730312,0.0,0.927120802872196 -7364,0.5,0.255951455205554,0.0,0.389416466703181,0.0,0.929042082277661 -7365,0.5,0.255951455205554,0.0,0.412727036113089,0.0,0.930629912474609 -7366,0.5,0.255951455205554,0.0,0.443469786574233,0.0,0.93260668792546 -7367,0.5,0.255951455205554,0.0,0.470988129808807,0.0,0.935742828951268 -7368,0.5,0.255951455205554,0.0,0.495507464018031,0.0,0.938484743727892 -7369,0.5,0.255951455205554,0.0,0.508123981947664,0.0,0.935088820379599 -7370,0.5,0.255951455205554,0.0,0.507117603220958,0.0,0.863979128620027 -7371,0.5,0.255951455205554,0.0,0.48899600469639,0.0,0.643970471453937 -7372,0.5,0.255951455205554,0.0,0.466834426423036,0.0,0.375687699041865 -7373,0.5,0.255951455205554,0.0,0.459964545310241,0.0,0.229195410196517 -7374,0.5,0.255951455205554,0.0,0.458420672309643,0.0,0.153250136324678 -7375,0.5,0.255951455205554,0.0,0.448262480354143,0.0,0.113046479259994 -7376,0.5,0.255951455205554,0.00223909618598877,0.433762256615113,0.0,0.0951046116716765 -7377,0.5,0.255951455205554,0.0563466840245214,0.425537683803262,0.00875505309232539,0.085384553480181 -7378,0.5,0.255951455205554,0.133551043839511,0.418048144883148,0.0298247471608284,0.0850877471577051 -7379,0.5,0.255951455205554,0.199482963730231,0.424464744148336,0.0800662214026908,0.0726519953768978 -7380,0.5,0.255951455205554,0.236252221363297,0.423719540999368,0.0913409367503443,0.0843173255719536 -7381,0.5,0.255951455205554,0.24375515716677,0.390290577283585,0.106181714033908,0.103606673108543 -7382,0.5,0.255951455205554,0.218286943110785,0.30900812401284,0.06366865134214,0.116110547613769 -7383,0.5,0.255951455205554,0.155573243161287,0.221724192893871,0.0234618711074424,0.117557108443362 -7384,0.5,0.255951455205554,0.0605760629587622,0.153584051260521,0.00512405885762844,0.129665821284165 -7385,0.5,0.255951455205554,8.45986841710233e-05,0.11121843376058,0.0,0.146385684904981 -7386,0.5,0.255951455205554,0.0,0.0822020507781532,0.0,0.181963186481193 -7387,0.5,0.255951455205554,0.0,0.0707473882093391,0.0,0.282530059349463 -7388,0.5,0.255951455205554,0.0,0.065741380210284,0.0,0.285195329756402 -7389,0.5,0.255951455205554,0.0,0.0637842278881525,0.0,0.245836944081834 -7390,0.5,0.255951455205554,0.0,0.0603475590224407,0.0,0.163590869809134 -7391,0.5,0.255951455205554,0.0,0.0594330763333866,0.0,0.123618990032657 -7392,0.5,0.255951455205554,0.0,0.0670615212358361,0.0,0.0953822442076047 -7393,0.5,0.255951455205554,0.0,0.0763940494326063,0.0,0.0798347152838202 -7394,0.5,0.255951455205554,0.0,0.0843416961206597,0.0,0.0596272698767046 -7395,0.5,0.255951455205554,0.0,0.0880210788704481,0.0,0.0441243483058274 -7396,0.5,0.255951455205554,0.0,0.0864267906596633,0.0,0.0283164352453416 -7397,0.5,0.255951455205554,0.0,0.0848805817037184,0.0,0.0193215924258883 -7398,0.5,0.255951455205554,0.0,0.0895473712852797,0.0,0.0136113419248834 -7399,0.5,0.255951455205554,0.0,0.0939427773091776,0.0,0.00921362528524961 -7400,0.5,0.255951455205554,0.00100585784938031,0.0985294478954,0.0,0.00862354923642401 -7401,0.5,0.255951455205554,0.0234616312653523,0.10501977442731,0.000241772395564367,0.0158634214774153 -7402,0.5,0.255951455205554,0.0545640565861015,0.113496200609978,0.00073890594420824,0.0235458570853505 -7403,0.5,0.255951455205554,0.0865919737170563,0.130984373455178,0.0035740059825877,0.0245936781797302 -7404,0.5,0.255951455205554,0.112353376996693,0.141976265982098,0.00645927725939703,0.0164267912490315 -7405,0.5,0.255951455205554,0.116846430147859,0.139692603775413,0.00958108351311703,0.0115191909154151 -7406,0.5,0.255951455205554,0.0970459445343044,0.126917608716934,0.00794265632232099,0.00873087830210584 -7407,0.5,0.255951455205554,0.0613079738516421,0.107759411459801,0.00753046231762617,0.00711469175978171 -7408,0.5,0.255951455205554,0.0261683597551281,0.0867647975309658,0.00253897123325599,0.00771863290411227 -7409,0.5,0.255951455205554,0.000183128351267957,0.0729139628468242,0.0,0.00721219857861602 -7410,0.5,0.255951455205554,0.0,0.0759182776493477,0.0,0.00881511630830895 -7411,0.5,0.255951455205554,0.0,0.0776951626093194,0.0,0.0141166065383623 -7412,0.5,0.255951455205554,0.0,0.0760909694285979,0.0,0.0222472881711411 -7413,0.5,0.255951455205554,0.0,0.0753243000009579,0.0,0.0304340267254619 -7414,0.5,0.255951455205554,0.0,0.0735936671525374,0.0,0.0324932582661117 -7415,0.5,0.255951455205554,0.0,0.0780007319426531,0.0,0.0300327932319948 -7416,0.5,0.255951455205554,0.0,0.0799543505057949,0.0,0.0213037686740238 -7417,0.5,0.255951455205554,0.0,0.080022944784023,0.0,0.0158954445034067 -7418,0.5,0.255951455205554,0.0,0.0793997551552091,0.0,0.0135649232197278 -7419,0.5,0.255951455205554,0.0,0.0770085426287729,0.0,0.0205100100684363 -7420,0.5,0.255951455205554,0.0,0.0739603223202678,0.0,0.0328829868234202 -7421,0.5,0.255951455205554,0.0,0.07525995679237,0.0,0.0496793306001379 -7422,0.5,0.255951455205554,0.0,0.0745446168224686,0.0,0.0595193133927156 -7423,0.5,0.255951455205554,0.0,0.0711786326990037,0.0,0.0623673183416834 -7424,0.5,0.255951455205554,0.000378312823384316,0.0685616029145647,0.0,0.060482251531748 -7425,0.5,0.255951455205554,0.0401248950493674,0.0731283706791384,0.0660814806408685,0.0712681731792096 -7426,0.5,0.255951455205554,0.11645393379546,0.0799039426291157,0.232789479046316,0.0973229123999824 -7427,0.5,0.255951455205554,0.190205048670267,0.0838538570831947,0.379121309319101,0.125061638793815 -7428,0.5,0.255951455205554,0.243791959621454,0.0798973909912874,0.467373347375138,0.131172343069035 -7429,0.5,0.255951455205554,0.263024938160078,0.0707236040236842,0.475671114414224,0.16577313747499 -7430,0.5,0.255951455205554,0.237929318618685,0.0662309769347746,0.439386361574538,0.235101377544669 -7431,0.5,0.255951455205554,0.178065104176511,0.0542648067722179,0.358602341728729,0.325741056740136 -7432,0.5,0.255951455205554,0.0672903145808679,0.0348153953177983,0.115515481614426,0.474688537366688 -7433,0.5,0.255951455205554,2.32061461131457e-05,0.0350177604056541,0.0,0.590939338335618 -7434,0.5,0.255951455205554,0.0,0.0355289395584285,0.0,0.625314131262874 -7435,0.5,0.255951455205554,0.0,0.038020291878758,0.0,0.627950521268158 -7436,0.5,0.255951455205554,0.0,0.0425825262243574,0.0,0.668810356038166 -7437,0.5,0.255951455205554,0.0,0.0476888804458895,0.0,0.742712845545445 -7438,0.5,0.255951455205554,0.0,0.0529497363420808,0.0,0.799943423381446 -7439,0.5,0.255951455205554,0.0,0.0573801097365698,0.0,0.824708543379317 -7440,0.5,0.255951455205554,0.0,0.060769280699642,0.0,0.844825928266527 -7441,0.5,0.255951455205554,0.0,0.0643319462113923,0.0,0.859012363811517 -7442,0.5,0.255951455205554,0.0,0.0708912182186468,0.0,0.865723445858573 -7443,0.5,0.255951455205554,0.0,0.0819436445163067,0.0,0.872204278060106 -7444,0.5,0.255951455205554,0.0,0.0909435154554331,0.0,0.883998568606505 -7445,0.5,0.255951455205554,0.0,0.0953188809420335,0.0,0.893724155430153 -7446,0.5,0.255951455205554,0.0,0.0981770204778079,0.0,0.899341998620876 -7447,0.5,0.255951455205554,0.0,0.106961218632231,0.0,0.900584572727001 -7448,0.5,0.255951455205554,0.000376838228271474,0.119338063961351,0.0,0.902824115106871 -7449,0.5,0.255951455205554,0.057021604191276,0.121380190121518,0.0170331654091196,0.904305207629471 -7450,0.5,0.255951455205554,0.156084220287389,0.148610968417597,0.0539992993136911,0.905241907890718 -7451,0.5,0.255951455205554,0.242240360113497,0.215562361403653,0.233971193518489,0.907430744931671 -7452,0.5,0.255951455205554,0.289074519484796,0.282502229596694,0.302279768774843,0.910644824219497 -7453,0.5,0.255951455205554,0.292522194678556,0.336653248098124,0.211052304251058,0.912911359504274 -7454,0.5,0.255951455205554,0.2631422192091,0.360606286213006,0.0557842906331826,0.91341719252997 -7455,0.5,0.255951455205554,0.199433634774624,0.361971582296329,0.028728013178597,0.913460508857048 -7456,0.5,0.255951455205554,0.0817228754520341,0.340740298317826,0.0139878715004155,0.91339488280796 -7457,0.5,0.255951455205554,4.07424280103159e-05,0.324936002529079,0.0,0.917080544441909 -7458,0.5,0.255951455205554,0.0,0.330915715145794,0.0,0.9256510906146 -7459,0.5,0.255951455205554,0.0,0.344047397769167,0.0,0.932032363327583 -7460,0.5,0.255951455205554,0.0,0.362244453917772,0.0,0.944633083787526 -7461,0.5,0.255951455205554,0.0,0.377517391363812,0.0,0.948827562723913 -7462,0.5,0.255951455205554,0.0,0.386798947204295,0.0,0.937882423184627 -7463,0.5,0.255951455205554,0.0,0.403804576209392,0.0,0.924488415959023 -7464,0.5,0.255951455205554,0.0,0.417514010773329,0.0,0.91758456789089 -7465,0.5,0.255951455205554,0.0,0.419288046145011,0.0,0.925598713296329 -7466,0.5,0.255951455205554,0.0,0.416969675387288,0.0,0.939600667861549 -7467,0.5,0.255951455205554,0.0,0.419756798296963,0.0,0.932123065798233 -7468,0.5,0.255951455205554,0.0,0.406264016604808,0.0,0.944547194382063 -7469,0.5,0.255951455205554,0.0,0.400546659088096,0.0,0.950599563949922 -7470,0.5,0.255951455205554,0.0,0.406406929280115,0.0,0.934336867946824 -7471,0.5,0.255951455205554,0.0,0.395341511127759,0.0,0.937885970892399 -7472,0.5,0.255951455205554,0.000337144367832985,0.375249115205908,0.0,0.95370490238047 -7473,0.5,0.255951455205554,0.041343883449476,0.362776386294325,0.00198914896944964,0.962979491537226 -7474,0.5,0.255951455205554,0.123510191605181,0.377656890786606,0.0249010417342143,0.963650126636053 -7475,0.5,0.255951455205554,0.214932439392634,0.380447449902711,0.0113840704287035,0.962200809709224 -7476,0.5,0.255951455205554,0.282040370602565,0.352696553970352,0.0145817764673578,0.948564214047983 -7477,0.5,0.255951455205554,0.307134520096869,0.317829058909332,0.0203953919143266,0.919083546243547 -7478,0.5,0.255951455205554,0.284777403213552,0.26906417272575,0.0521443753422165,0.802162610664574 -7479,0.5,0.255951455205554,0.219509660818706,0.201783162098631,0.0306893130363909,0.660601456158332 -7480,0.5,0.255951455205554,0.0894214024571204,0.140892178760706,0.00502256418613722,0.700728425071685 -7481,0.5,0.255951455205554,4.40906692302028e-06,0.110881683107734,0.0,0.769339155478509 -7482,0.5,0.255951455205554,0.0,0.0983970679702459,0.0,0.85812533923008 -7483,0.5,0.255951455205554,0.0,0.091354167776782,0.0,0.814168202766798 -7484,0.5,0.255951455205554,0.0,0.0916370560882148,0.0,0.709316315136455 -7485,0.5,0.255951455205554,0.0,0.0944444930402864,0.0,0.731160329264219 -7486,0.5,0.255951455205554,0.0,0.0902419394837339,0.0,0.83419287425911 -7487,0.5,0.255951455205554,0.0,0.0911235888113389,0.0,0.806749358183511 -7488,0.5,0.255951455205554,0.0,0.0917019965294884,0.0,0.80983764975183 -7489,0.5,0.255951455205554,0.0,0.0842157697621835,0.0,0.807357565131171 -7490,0.5,0.255951455205554,0.0,0.0852134435550431,0.0,0.804541406635592 -7491,0.5,0.255951455205554,0.0,0.0964053481474035,0.0,0.840104614640956 -7492,0.5,0.255951455205554,0.0,0.105793275348228,0.0,0.867941859087746 -7493,0.5,0.255951455205554,0.0,0.110704796739519,0.0,0.872171509950187 -7494,0.5,0.255951455205554,0.0,0.109670492463983,0.0,0.880547703118771 -7495,0.5,0.255951455205554,0.0,0.113125512753074,0.0,0.891309661748541 -7496,0.5,0.255951455205554,0.000272820988540389,0.117502180812095,0.0,0.899147718210761 -7497,0.5,0.255951455205554,0.043650797303188,0.117903449503554,0.0357706816132055,0.901810366519882 -7498,0.5,0.255951455205554,0.131782993973391,0.13342980020959,0.152902887388099,0.902214288694321 -7499,0.5,0.255951455205554,0.219881618212311,0.150639322335686,0.27297739752476,0.893547894817681 -7500,0.5,0.255951455205554,0.279514404379083,0.156496978402873,0.343942741629444,0.884952402054608 -7501,0.5,0.255951455205554,0.310128432445047,0.156728283121807,0.345619915161931,0.849966999883485 -7502,0.5,0.255951455205554,0.289866594574515,0.137037246414935,0.308205849054795,0.821687511296769 -7503,0.5,0.255951455205554,0.212982168270601,0.104770454081389,0.274475032698175,0.805782952707022 -7504,0.5,0.255951455205554,0.0925095950456653,0.0843537443352815,0.0919449923502221,0.771741558020805 -7505,0.5,0.255951455205554,6.1750942690964e-06,0.0791451209539278,0.0,0.791523992884383 -7506,0.5,0.255951455205554,0.0,0.0734374514782894,0.0,0.767970912547502 -7507,0.5,0.255951455205554,0.0,0.0663587271032255,0.0,0.775720027496803 -7508,0.5,0.255951455205554,0.0,0.0570867225195479,0.0,0.727012586238129 -7509,0.5,0.255951455205554,0.0,0.0490327939830253,0.0,0.60698583195808 -7510,0.5,0.255951455205554,0.0,0.0449727486624454,0.0,0.56692229125044 -7511,0.5,0.255951455205554,0.0,0.0420047831930023,0.0,0.56190584722661 -7512,0.5,0.255951455205554,0.0,0.0404641845468286,0.0,0.501682456281412 -7513,0.5,0.255951455205554,0.0,0.0414387322343921,0.0,0.537968696541533 -7514,0.5,0.255951455205554,0.0,0.0469018487498644,0.0,0.602495170868712 -7515,0.5,0.255951455205554,0.0,0.0544765274900377,0.0,0.668978359863322 -7516,0.5,0.255951455205554,0.0,0.0642435603042835,0.0,0.741243908158198 -7517,0.5,0.255951455205554,0.0,0.0738412536329657,0.0,0.713626701005433 -7518,0.5,0.255951455205554,0.0,0.0837762045655769,0.0,0.62359906992497 -7519,0.5,0.255951455205554,0.0,0.0955163517584351,0.0,0.467123728960714 -7520,0.5,0.255951455205554,0.000504746574731286,0.108349877619694,0.0,0.364894348607626 -7521,0.5,0.255951455205554,0.0617484677104022,0.114447787978627,0.00976773886201027,0.405191856662488 -7522,0.5,0.255951455205554,0.165959899614331,0.124242530468032,0.0469141626208132,0.442755437913348 -7523,0.5,0.255951455205554,0.266270011463163,0.143082951501797,0.0660383161959029,0.649956372920023 -7524,0.5,0.255951455205554,0.331873579390569,0.171966511271976,0.135655761339989,0.770211260045969 -7525,0.5,0.255951455205554,0.349149355079637,0.208197629312674,0.203672234373446,0.81742829646679 -7526,0.5,0.255951455205554,0.309720323097486,0.210910612779627,0.231728008591422,0.800956164669244 -7527,0.5,0.255951455205554,0.222262081357425,0.174412917971243,0.135946083580713,0.788825302194424 -7528,0.5,0.255951455205554,0.0809546897235941,0.147990644316271,0.0209781176464992,0.770065034482128 -7529,0.5,0.255951455205554,7.17696010335179e-06,0.126908373165557,0.0,0.766455205542304 -7530,0.5,0.255951455205554,0.0,0.11667085294275,0.0,0.844452670330573 -7531,0.5,0.255951455205554,0.0,0.111064772653793,0.0,0.872892859360303 -7532,0.5,0.255951455205554,0.0,0.104742698352627,0.0,0.878286901938599 -7533,0.5,0.255951455205554,0.0,0.0887909789325503,0.0,0.881867701363138 -7534,0.5,0.255951455205554,0.0,0.0723153464623125,0.0,0.830347815837502 -7535,0.5,0.255951455205554,0.0,0.0570488198238827,0.0,0.759208708884284 -7536,0.5,0.255951455205554,0.0,0.0484780693298534,0.0,0.650390274412974 -7537,0.5,0.255951455205554,0.0,0.0426077302127329,0.0,0.559094878572565 -7538,0.5,0.255951455205554,0.0,0.0372108400193679,0.0,0.478390636952642 -7539,0.5,0.255951455205554,0.0,0.0337809379203307,0.0,0.544314643823197 -7540,0.5,0.255951455205554,0.0,0.0323597887149371,0.0,0.577670404332012 -7541,0.5,0.255951455205554,0.0,0.033680496118518,0.0,0.482581011830289 -7542,0.5,0.255951455205554,0.0,0.0378968016776828,0.0,0.381201971497774 -7543,0.5,0.255951455205554,0.0,0.0441794475962245,0.0,0.434129576895146 -7544,0.5,0.255951455205554,0.000350424351654598,0.0514790649504069,0.0,0.581051935611934 -7545,0.5,0.255951455205554,0.0617298035292083,0.0562032181409561,0.0458767953021784,0.555733222567213 -7546,0.5,0.255951455205554,0.169723666311014,0.065069592661991,0.209119997002629,0.461452708003841 -7547,0.5,0.255951455205554,0.259773373559505,0.0819542583916988,0.346397584028719,0.468104634319434 -7548,0.5,0.255951455205554,0.298566789222196,0.100233661569984,0.42999542843785,0.55834309784218 -7549,0.5,0.255951455205554,0.291942327536038,0.107535459413918,0.448463568203721,0.612444400635969 -7550,0.5,0.255951455205554,0.24860300112683,0.10959969058632,0.321150310095419,0.660881444566064 -7551,0.5,0.255951455205554,0.180288892275307,0.105598339725502,0.138523983958066,0.730001498937004 -7552,0.5,0.255951455205554,0.0688057946286867,0.11270981706612,0.0707911449740467,0.746636107578054 -7553,0.5,0.255951455205554,7.91510621894712e-06,0.122322747309592,0.0,0.760490118132945 -7554,0.5,0.255951455205554,0.0,0.127845348709907,0.0,0.82310559644394 -7555,0.5,0.255951455205554,0.0,0.138744549081805,0.0,0.853936206949322 -7556,0.5,0.255951455205554,0.0,0.152402386680476,0.0,0.869395627624868 -7557,0.5,0.255951455205554,0.0,0.158080125728211,0.0,0.876332582567609 -7558,0.5,0.255951455205554,0.0,0.15275610988197,0.0,0.885363366308682 -7559,0.5,0.255951455205554,0.0,0.149242197806581,0.0,0.90363200757566 -7560,0.5,0.255951455205554,0.0,0.152663205217112,0.0,0.893284356007451 -7561,0.5,0.255951455205554,0.0,0.157513590466703,0.0,0.897249896993073 -7562,0.5,0.255951455205554,0.0,0.164289870584606,0.0,0.912279749835948 -7563,0.5,0.255951455205554,0.0,0.173811627149501,0.0,0.952229626726969 -7564,0.5,0.255951455205554,0.0,0.178341253585792,0.0,0.959822975057368 -7565,0.5,0.255951455205554,0.0,0.17671475276808,0.0,0.944971683190441 -7566,0.5,0.255951455205554,0.0,0.180561230153766,0.0,0.902116258979687 -7567,0.5,0.255951455205554,0.0,0.177009779887618,0.0,0.850412273920031 -7568,0.5,0.255951455205554,0.000188100834495219,0.167243323885546,0.0,0.810159748310378 -7569,0.5,0.255951455205554,0.0477200412494402,0.151611766441608,0.00200058146634644,0.770612910766154 -7570,0.5,0.255951455205554,0.132432827156667,0.139098267732008,0.0174502893193473,0.730590988851491 -7571,0.5,0.255951455205554,0.212919546526393,0.129763050858946,0.0414296296217756,0.641709417509091 -7572,0.5,0.255951455205554,0.262552153887691,0.119019906574719,0.057865634277422,0.524131179765611 -7573,0.5,0.255951455205554,0.270342583503947,0.0987308271655011,0.0556061047179678,0.44389571412408 -7574,0.5,0.255951455205554,0.237631573634573,0.0774268113273855,0.0469725845119718,0.399728142392466 -7575,0.5,0.255951455205554,0.168076187823274,0.0550322573263679,0.029402970164051,0.382647949220571 -7576,0.5,0.255951455205554,0.0672513860533446,0.0363883583409097,0.00402376439765665,0.386718229594228 -7577,0.5,0.255951455205554,3.33916272645359e-06,0.0260821509683477,0.0,0.348081981876733 -7578,0.5,0.255951455205554,0.0,0.0202449461088639,0.0,0.283532882433688 -7579,0.5,0.255951455205554,0.0,0.0159742146032715,0.0,0.211393293002091 -7580,0.5,0.255951455205554,0.0,0.0132621219531869,0.0,0.146737740079618 -7581,0.5,0.255951455205554,0.0,0.0122446129123067,0.0,0.0922890817935331 -7582,0.5,0.255951455205554,0.0,0.0116868329776256,0.0,0.0616284150614047 -7583,0.5,0.255951455205554,0.0,0.0111027210155125,0.0,0.0497342419875399 -7584,0.5,0.255951455205554,0.0,0.0109345068372875,0.0,0.0585966664829118 -7585,0.5,0.255951455205554,0.0,0.0108892481986103,0.0,0.0767265064759074 -7586,0.5,0.255951455205554,0.0,0.010592144430173,0.0,0.082017988315957 -7587,0.5,0.255951455205554,0.0,0.0112919754165032,0.0,0.0837761595217796 -7588,0.5,0.255951455205554,0.0,0.0121964966805288,0.0,0.0990222470322548 -7589,0.5,0.255951455205554,0.0,0.0119613366011687,0.0,0.102819312038404 -7590,0.5,0.255951455205554,0.0,0.0107580437712815,0.0,0.0908787650915179 -7591,0.5,0.255951455205554,0.0,0.0089974208476638,0.0,0.090988269349495 -7592,0.5,0.255951455205554,1.62628374251634e-05,0.0075224871131794,0.0,0.078663403605597 -7593,0.5,0.255951455205554,0.0137643271850807,0.00652238722048641,0.00357058243183908,0.0619066674763251 -7594,0.5,0.255951455205554,0.0529872995470252,0.00701373068337801,0.0290491304167529,0.0408952658041504 -7595,0.5,0.255951455205554,0.0954894824279281,0.00826776898620543,0.0476826471343451,0.0281526371913929 -7596,0.5,0.255951455205554,0.125937541511961,0.0093519427246421,0.0211504754537561,0.0202090324815448 -7597,0.5,0.255951455205554,0.133246272265959,0.00876804554192022,0.0298663672152124,0.0183632963211447 -7598,0.5,0.255951455205554,0.114838716603685,0.0076763777442317,0.0272185292187604,0.027908700176262 -7599,0.5,0.255951455205554,0.0802131322666533,0.00621026822666031,0.00988954657360377,0.0359194738016223 -7600,0.5,0.255951455205554,0.0338446860278872,0.00421174770223653,0.0,0.0420698689457556 -7601,0.5,0.255951455205554,4.71336731193002e-06,0.00458409146710976,0.0,0.0649231298141743 -7602,0.5,0.255951455205554,0.0,0.00575442804429868,0.0,0.109498554970931 -7603,0.5,0.255951455205554,0.0,0.00701316467846454,0.0,0.136014520976122 -7604,0.5,0.255951455205554,0.0,0.00688973573834813,0.0,0.148686336135899 -7605,0.5,0.255951455205554,0.0,0.00687268191765189,0.0,0.158896559225966 -7606,0.5,0.255951455205554,0.0,0.00795224100759441,0.0,0.176488430431224 -7607,0.5,0.255951455205554,0.0,0.0110953619460067,0.0,0.188945828649836 -7608,0.5,0.255951455205554,0.0,0.0133783199953654,0.0,0.204397581277545 -7609,0.5,0.255951455205554,0.0,0.0135425522086108,0.0,0.236665510143561 -7610,0.5,0.255951455205554,0.0,0.013805057553858,0.0,0.264897690909477 -7611,0.5,0.255951455205554,0.0,0.0152188501772428,0.0,0.286788129800219 -7612,0.5,0.255951455205554,0.0,0.0178225243436739,0.0,0.311490121537916 -7613,0.5,0.255951455205554,0.0,0.0223185385281247,0.0,0.36264871052872 -7614,0.5,0.255951455205554,0.0,0.0284347929518032,0.0,0.441629619787968 -7615,0.5,0.255951455205554,0.0,0.0357081829346039,0.0,0.490872764630691 -7616,0.5,0.255951455205554,7.41963233829444e-05,0.0462278660457302,0.0,0.522519399688339 -7617,0.5,0.255951455205554,0.0319327864680614,0.0575250587989782,0.00357396566738928,0.584499933171182 -7618,0.5,0.255951455205554,0.111860245947651,0.0754076274675218,0.0726651846268809,0.653174293069553 -7619,0.5,0.255951455205554,0.195028085775723,0.106352302724173,0.152981777960651,0.718110399770715 -7620,0.5,0.255951455205554,0.252527341351626,0.146412338005024,0.141339896412795,0.773577752965589 -7621,0.5,0.255951455205554,0.278617224295281,0.17799358330987,0.0676272349950584,0.789476657714402 -7622,0.5,0.255951455205554,0.263921961471917,0.187765980192146,0.0449544645053216,0.780266439245265 -7623,0.5,0.255951455205554,0.201352108213097,0.180970118510447,0.0246328172740385,0.777922375838803 -7624,0.5,0.255951455205554,0.063876257850906,0.170499337565147,0.0,0.792736127655712 -7625,0.5,0.255951455205554,8.74065995963181e-07,0.178568923418745,0.0,0.827423760862135 -7626,0.5,0.255951455205554,0.0,0.196150699457465,0.0,0.875769713298874 -7627,0.5,0.255951455205554,0.0,0.228125410296397,0.0,0.917150080735851 -7628,0.5,0.255951455205554,0.0,0.247651241174998,0.0,0.934296799177375 -7629,0.5,0.255951455205554,0.0,0.24867494847606,0.0,0.935873806111174 -7630,0.5,0.255951455205554,0.0,0.24603360551692,0.0,0.934733162867866 -7631,0.5,0.255951455205554,0.0,0.249233088888109,0.0,0.939278759095661 -7632,0.5,0.255951455205554,0.0,0.249098374185376,0.0,0.955024836770192 -7633,0.5,0.255951455205554,0.0,0.246890121245516,0.0,0.952367027919925 -7634,0.5,0.255951455205554,0.0,0.241852719542224,0.0,0.908501939307482 -7635,0.5,0.255951455205554,0.0,0.225391298998408,0.0,0.798164697320823 -7636,0.5,0.255951455205554,0.0,0.206663339776273,0.0,0.702643574215024 -7637,0.5,0.255951455205554,0.0,0.214637511126057,0.0,0.698815611079632 -7638,0.5,0.255951455205554,0.0,0.233258522481717,0.0,0.671048411473564 -7639,0.5,0.255951455205554,0.0,0.248570383476346,0.0,0.674822870756235 -7640,0.5,0.255951455205554,2.89328605240117e-05,0.257752109244198,0.0,0.631172561480959 -7641,0.5,0.255951455205554,0.0160813421542574,0.265187381654208,0.000491166887813306,0.5712427859114 -7642,0.5,0.255951455205554,0.0497988702927615,0.271186764916351,0.00307057103268476,0.588886958472225 -7643,0.5,0.255951455205554,0.0878232647128365,0.276061224531568,0.00676343504114128,0.611523552106481 -7644,0.5,0.255951455205554,0.122709764981087,0.27793223497694,0.00994957651874793,0.640143485828645 -7645,0.5,0.255951455205554,0.133592978159747,0.275635697604271,0.0115113153344432,0.610076444812727 -7646,0.5,0.255951455205554,0.125807545835485,0.272819064675931,0.0084642385997029,0.542426048765002 -7647,0.5,0.255951455205554,0.0920988237900963,0.261442598308337,0.00387407511033983,0.492329202598974 -7648,0.5,0.255951455205554,0.0308697366745931,0.247551915315408,0.0,0.516963584229382 -7649,0.5,0.255951455205554,1.1540331452909e-05,0.235813538186563,0.0,0.528771415525418 -7650,0.5,0.255951455205554,0.0,0.228448510026615,0.0,0.555074921327653 -7651,0.5,0.255951455205554,0.0,0.22044918344659,0.0,0.597057052815052 -7652,0.5,0.255951455205554,0.0,0.213197310626708,0.0,0.568588272127407 -7653,0.5,0.255951455205554,0.0,0.198601315646047,0.0,0.534130384409509 -7654,0.5,0.255951455205554,0.0,0.185806800775538,0.0,0.464804152819651 -7655,0.5,0.255951455205554,0.0,0.177547213640741,0.0,0.361622906254176 -7656,0.5,0.255951455205554,0.0,0.172986179798788,0.0,0.300615171309465 -7657,0.5,0.255951455205554,0.0,0.177929269835099,0.0,0.295549568373896 -7658,0.5,0.255951455205554,0.0,0.189492572881482,0.0,0.320213538393459 -7659,0.5,0.255951455205554,0.0,0.20365918342736,0.0,0.414104175490681 -7660,0.5,0.255951455205554,0.0,0.222837109161755,0.0,0.39058500511447 -7661,0.5,0.255951455205554,0.0,0.245478104529444,0.0,0.392632410956064 -7662,0.5,0.255951455205554,0.0,0.275364672615188,0.0,0.410958136503137 -7663,0.5,0.255951455205554,0.0,0.308729000725944,0.0,0.474127036754763 -7664,0.5,0.255951455205554,1.25414701999446e-06,0.338372780041207,0.0,0.525288591214612 -7665,0.5,0.255951455205554,0.0041917933014311,0.363475998145053,0.000127107108033645,0.631522796327683 -7666,0.5,0.255951455205554,0.0167915752939962,0.388215596851994,0.000689038059593737,0.758378007772491 -7667,0.5,0.255951455205554,0.0304166634496568,0.410537536493675,0.00106134786052328,0.888941067715123 -7668,0.5,0.255951455205554,0.0400892795953213,0.418418087614775,0.000800038228704669,0.968536962209187 -7669,0.5,0.255951455205554,0.0410486301263301,0.417860383807079,0.000950803655276695,1.0005975628858 -7670,0.5,0.255951455205554,0.0386411968089883,0.41363220072879,0.000649295288052014,1.00301540666626 -7671,0.5,0.255951455205554,0.0251159294383611,0.394895836622049,0.000283060584311796,1.00315300135122 -7672,0.5,0.255951455205554,0.00915064953905021,0.368501981556055,0.0,1.0028544138544 -7673,0.5,0.255951455205554,4.56762742140493e-06,0.345294827922343,0.0,1.00129391624475 -7674,0.5,0.255951455205554,0.0,0.337543266778656,0.0,0.995600407699432 -7675,0.5,0.255951455205554,0.0,0.325388391816983,0.0,0.967954505298744 -7676,0.5,0.255951455205554,0.0,0.298551540439386,0.0,0.91125233888787 -7677,0.5,0.255951455205554,0.0,0.265404133412188,0.0,0.840405902486313 -7678,0.5,0.255951455205554,0.0,0.233526052191415,0.0,0.766174642310289 -7679,0.5,0.255951455205554,0.0,0.204439669901114,0.0,0.697864511987623 -7680,0.5,0.255951455205554,0.0,0.178937838822127,0.0,0.611641901174848 -7681,0.5,0.255951455205554,0.0,0.159855773254319,0.0,0.512350254843586 -7682,0.5,0.255951455205554,0.0,0.140804022185265,0.0,0.52577614085968 -7683,0.5,0.255951455205554,0.0,0.120721615005319,0.0,0.588278329686574 -7684,0.5,0.255951455205554,0.0,0.110905081824247,0.0,0.678296058164283 -7685,0.5,0.255951455205554,0.0,0.106857391675559,0.0,0.66709491031874 -7686,0.5,0.255951455205554,0.0,0.10360227059986,0.0,0.554386362339819 -7687,0.5,0.255951455205554,0.0,0.101233176302787,0.0,0.545953138196739 -7688,0.5,0.255951455205554,8.6813917230743e-07,0.102099279773295,0.0,0.606548543926841 -7689,0.5,0.255951455205554,0.0304678221427724,0.101221652333943,0.00297617128995548,0.656117014036307 -7690,0.5,0.255951455205554,0.121648530028143,0.1028361836474,0.0121737288196591,0.67833875098247 -7691,0.5,0.255951455205554,0.225311105762764,0.109744174502473,0.015094985569394,0.622953574417303 -7692,0.5,0.255951455205554,0.304502806104364,0.112198386379001,0.0173157195309082,0.608915245289724 -7693,0.5,0.255951455205554,0.336874707658093,0.112494260055273,0.0178770367250189,0.580892157413501 -7694,0.5,0.255951455205554,0.311102458033883,0.111941237216409,0.0169074568053963,0.518896914545468 -7695,0.5,0.255951455205554,0.227724342019669,0.0954909039505599,0.00646226311371475,0.534908426997215 -7696,0.5,0.255951455205554,0.0616927889224454,0.0857178894625253,0.0,0.574480202759101 -7697,0.5,0.255951455205554,1.46207726755575e-06,0.087838891833056,0.0,0.575501578162226 -7698,0.5,0.255951455205554,0.0,0.0859830711653715,0.0,0.545564246450755 -7699,0.5,0.255951455205554,0.0,0.0850203133225062,0.0,0.537028436476421 -7700,0.5,0.255951455205554,0.0,0.0798065669514192,0.0,0.547221787726772 -7701,0.5,0.255951455205554,0.0,0.0734236398025472,0.0,0.572956695381982 -7702,0.5,0.255951455205554,0.0,0.0674514972521892,0.0,0.589919989312226 -7703,0.5,0.255951455205554,0.0,0.06199979803982,0.0,0.592905923735114 -7704,0.5,0.255951455205554,0.0,0.059818629711712,0.0,0.593972058361634 -7705,0.5,0.255951455205554,0.0,0.0607424133889211,0.0,0.589934130465333 -7706,0.5,0.255951455205554,0.0,0.0630245419098696,0.0,0.615017017518524 -7707,0.5,0.255951455205554,0.0,0.0670987563829649,0.0,0.643723780643547 -7708,0.5,0.255951455205554,0.0,0.0700832855755905,0.0,0.615489300197579 -7709,0.5,0.255951455205554,0.0,0.0757059050733435,0.0,0.532223123536783 -7710,0.5,0.255951455205554,0.0,0.0822420612449309,0.0,0.49107175465352 -7711,0.5,0.255951455205554,0.0,0.090299787354162,0.0,0.512456865701793 -7712,0.5,0.255951455205554,1.37393497568525e-08,0.097382869982667,0.0,0.512745009081798 -7713,0.5,0.255951455205554,0.00942934347007577,0.106009323331224,0.00274520337851056,0.481310711637423 -7714,0.5,0.255951455205554,0.0350595805282814,0.121247035328678,0.0396681011488401,0.402292502742895 -7715,0.5,0.255951455205554,0.0539376505131587,0.143614476097848,0.0444123837137433,0.43877342522871 -7716,0.5,0.255951455205554,0.0655480843897141,0.17447371384845,0.0417990053923668,0.457432665983194 -7717,0.5,0.255951455205554,0.0681058090188783,0.203421406243212,0.0364745744813814,0.496773304655194 -7718,0.5,0.255951455205554,0.060207223808517,0.226704429720434,0.0314098141785799,0.592063192950435 -7719,0.5,0.255951455205554,0.0397504737488881,0.238757964182734,0.0176096776396142,0.558335053992179 -7720,0.5,0.255951455205554,0.0130898563182422,0.23463085942363,0.0,0.62510673086527 -7721,0.5,0.255951455205554,1.34288021808638e-06,0.225469100748037,0.0,0.836403454038757 -7722,0.5,0.255951455205554,0.0,0.217607424256257,0.0,0.912328335729443 -7723,0.5,0.255951455205554,0.0,0.212897853128424,0.0,0.889604161292355 -7724,0.5,0.255951455205554,0.0,0.207618694887283,0.0,0.876093219408547 -7725,0.5,0.255951455205554,0.0,0.201224908209823,0.0,0.863819043431684 -7726,0.5,0.255951455205554,0.0,0.188823430321505,0.0,0.871354512920977 -7727,0.5,0.255951455205554,0.0,0.170860034521572,0.0,0.878856182787984 -7728,0.5,0.255951455205554,0.0,0.155689325738286,0.0,0.868907659136014 -7729,0.5,0.255951455205554,0.0,0.14292064504247,0.0,0.836696751101266 -7730,0.5,0.255951455205554,0.0,0.13255418300141,0.0,0.795302950353723 -7731,0.5,0.255951455205554,0.0,0.12341531581995,0.0,0.745215575493641 -7732,0.5,0.255951455205554,0.0,0.11786140201134,0.0,0.694448320290585 -7733,0.5,0.255951455205554,0.0,0.114874614318073,0.0,0.683104384095267 -7734,0.5,0.255951455205554,0.0,0.112067581424048,0.0,0.718401551187327 -7735,0.5,0.255951455205554,0.0,0.110029648748994,0.0,0.761256441675915 -7736,0.5,0.255951455205554,0.0,0.109193982921145,0.0,0.76945178930853 -7737,0.5,0.255951455205554,0.00635277331933501,0.107947485941665,0.00308479837369094,0.735609864664415 -7738,0.5,0.255951455205554,0.0359722384158278,0.1103609425139,0.084047802026868,0.67242431629204 -7739,0.5,0.255951455205554,0.0764911138843872,0.112783458915807,0.165174288418015,0.591208764110238 -7740,0.5,0.255951455205554,0.111311511918488,0.107518922001641,0.256216679879536,0.514482356323794 -7741,0.5,0.255951455205554,0.125383092089862,0.0952896456875912,0.155981918997049,0.462467734295622 -7742,0.5,0.255951455205554,0.114678312126519,0.0838882682775708,0.077143769789204,0.449007559710682 -7743,0.5,0.255951455205554,0.0829266054160465,0.0632137589398717,0.0206645354566195,0.417681000929897 -7744,0.5,0.255951455205554,0.0226555181018916,0.0460894315556303,0.0,0.413572475812395 -7745,0.5,0.255951455205554,1.54517353933377e-06,0.0431609358036924,0.0,0.430828156262717 -7746,0.5,0.255951455205554,0.0,0.0396853794459027,0.0,0.454033885836198 -7747,0.5,0.255951455205554,0.0,0.0353411261230662,0.0,0.435016525730407 -7748,0.5,0.255951455205554,0.0,0.0294185084968437,0.0,0.363303123405014 -7749,0.5,0.255951455205554,0.0,0.02492515129024,0.0,0.292702163112695 -7750,0.5,0.255951455205554,0.0,0.0228462380630165,0.0,0.232772611366274 -7751,0.5,0.255951455205554,0.0,0.0214048595800794,0.0,0.197335107450051 -7752,0.5,0.255951455205554,0.0,0.0198942296856147,0.0,0.165021883715739 -7753,0.5,0.255951455205554,0.0,0.018708001133054,0.0,0.141358990652653 -7754,0.5,0.255951455205554,0.0,0.0189282405929148,0.0,0.12102584426165 -7755,0.5,0.255951455205554,0.0,0.018930367254872,0.0,0.106652796297799 -7756,0.5,0.255951455205554,0.0,0.020211769815183,0.0,0.104729680292714 -7757,0.5,0.255951455205554,0.0,0.0219586476733265,0.0,0.0985286897850202 -7758,0.5,0.255951455205554,0.0,0.0209163035530989,0.0,0.0916573668413573 -7759,0.5,0.255951455205554,0.0,0.0201139083354211,0.0,0.0895779013119518 -7760,0.5,0.255951455205554,0.0,0.0207907401704124,0.0,0.0851256520327317 -7761,0.5,0.255951455205554,0.0149087537594192,0.0205705626929306,0.00128449471168535,0.0848411077980846 -7762,0.5,0.255951455205554,0.0707483573486084,0.0230689028894168,0.0183369375932459,0.0865980425065607 -7763,0.5,0.255951455205554,0.13117557731791,0.0299240993402858,0.0380674142979576,0.0814649668304971 -7764,0.5,0.255951455205554,0.175274186163409,0.0367196836498822,0.0336550433045539,0.0747895920867337 -7765,0.5,0.255951455205554,0.18016880955326,0.0384646334604728,0.00981389810062747,0.0698681972331681 -7766,0.5,0.255951455205554,0.152987851414501,0.0379668096436589,0.00473471867913721,0.0679619441202285 -7767,0.5,0.255951455205554,0.104413989471956,0.0298623256837406,0.00475671455073112,0.0726545598816429 -7768,0.5,0.255951455205554,0.0336812078165325,0.0212080611669371,0.000242537002439865,0.0779660766899597 -7769,0.5,0.255951455205554,0.0,0.0185089526200568,0.0,0.0769837357801899 -7770,0.5,0.255951455205554,0.0,0.0179653439456092,0.0,0.0790954024915335 -7771,0.5,0.255951455205554,0.0,0.0175957325855077,0.0,0.0881366622058185 -7772,0.5,0.255951455205554,0.0,0.0181911402985323,0.0,0.101438774892122 -7773,0.5,0.255951455205554,0.0,0.0193935917059303,0.0,0.114960012970493 -7774,0.5,0.255951455205554,0.0,0.0195820598080521,0.0,0.140293003024878 -7775,0.5,0.255951455205554,0.0,0.0196752609735083,0.0,0.175285294887541 -7776,0.5,0.255951455205554,0.0,0.0198314095608607,0.0,0.188491398079999 -7777,0.5,0.255951455205554,0.0,0.0199232419263396,0.0,0.200139140689465 -7778,0.5,0.255951455205554,0.0,0.0198041306331835,0.0,0.212567452205881 -7779,0.5,0.255951455205554,0.0,0.0190034622015311,0.0,0.223832893566119 -7780,0.5,0.255951455205554,0.0,0.0180599230612953,0.0,0.224837897168653 -7781,0.5,0.255951455205554,0.0,0.018401669663258,0.0,0.225546682414255 -7782,0.5,0.255951455205554,0.0,0.0191233762046096,0.0,0.218183936588123 -7783,0.5,0.255951455205554,0.0,0.0204926750005662,0.0,0.21555549771399 -7784,0.5,0.255951455205554,0.0,0.0220563533334374,0.0,0.212101237185619 -7785,0.5,0.255951455205554,0.0242264854854226,0.0242413719473702,0.000327721718545243,0.20893257042491 -7786,0.5,0.255951455205554,0.129374615442963,0.0306327430091926,0.00401179231411637,0.213286488841715 -7787,0.5,0.255951455205554,0.237874621418215,0.0420275595611884,0.00570877106570471,0.194951277823973 -7788,0.5,0.255951455205554,0.308100948418918,0.0522456447434565,0.0113958619262816,0.162911904713684 -7789,0.5,0.255951455205554,0.325669985478739,0.0601788310386487,0.047627163302195,0.154665309515192 -7790,0.5,0.255951455205554,0.285788129823583,0.0569222167571598,0.0432899427200217,0.175299019128427 -7791,0.5,0.255951455205554,0.194726398275028,0.0496212957178286,0.0126695242668174,0.196091010169991 -7792,0.5,0.255951455205554,0.0402407720535307,0.0442826168606908,0.0,0.253216426048528 -7793,0.5,0.255951455205554,2.72702461149094e-08,0.0454558264705942,0.0,0.277498645788235 -7794,0.5,0.255951455205554,0.0,0.0451591625442535,0.0,0.319187284031803 -7795,0.5,0.255951455205554,0.0,0.0504113154486573,0.0,0.439565502851702 -7796,0.5,0.255951455205554,0.0,0.0570362490646135,0.0,0.601531097835507 -7797,0.5,0.255951455205554,0.0,0.0649111509597381,0.0,0.716512684793412 -7798,0.5,0.255951455205554,0.0,0.0746187000220987,0.0,0.784123731175435 -7799,0.5,0.255951455205554,0.0,0.0807729306427804,0.0,0.817595227908034 -7800,0.5,0.255951455205554,0.0,0.0837139436973754,0.0,0.855004629257177 -7801,0.5,0.255951455205554,0.0,0.0871133437635502,0.0,0.87948851892229 -7802,0.5,0.255951455205554,0.0,0.0905318952327898,0.0,0.892164665367077 -7803,0.5,0.255951455205554,0.0,0.0984014499975419,0.0,0.897408124776817 -7804,0.5,0.255951455205554,0.0,0.113909342160598,0.0,0.898313691025835 -7805,0.5,0.255951455205554,0.0,0.12457991384176,0.0,0.901159903201459 -7806,0.5,0.255951455205554,0.0,0.133341082642117,0.0,0.901782492763235 -7807,0.5,0.255951455205554,0.0,0.139955367305522,0.0,0.902276001906848 -7808,0.5,0.255951455205554,0.0,0.151299133027144,0.0,0.902416936428002 -7809,0.5,0.255951455205554,0.00797015367433317,0.157336046483269,0.00172632354078018,0.902417800356346 -7810,0.5,0.255951455205554,0.0588759922792658,0.175547510252658,0.0441614681642436,0.902633146376789 -7811,0.5,0.255951455205554,0.130425321042846,0.207256342387461,0.131932166768863,0.902892932167588 -7812,0.5,0.255951455205554,0.198178454534519,0.234916029946626,0.231397543271039,0.903362326342584 -7813,0.5,0.255951455205554,0.232225622623942,0.246226791130132,0.155482457273183,0.903861445832275 -7814,0.5,0.255951455205554,0.217341991031321,0.231771519437738,0.0873154477838443,0.890300737765002 -7815,0.5,0.255951455205554,0.148704508596224,0.198042897576931,0.0293447872386283,0.86184816403832 -7816,0.5,0.255951455205554,0.0358628199433516,0.169906459242359,0.0,0.827674504205176 -7817,0.5,0.255951455205554,0.0,0.158416532266853,0.0,0.802966156561395 -7818,0.5,0.255951455205554,0.0,0.156986046322471,0.0,0.699026282490311 -7819,0.5,0.255951455205554,0.0,0.157575536733195,0.0,0.635108433678613 -7820,0.5,0.255951455205554,0.0,0.157586188151534,0.0,0.545784615045748 -7821,0.5,0.255951455205554,0.0,0.156435725243967,0.0,0.464239221283658 -7822,0.5,0.255951455205554,0.0,0.146685474187725,0.0,0.452786927862616 -7823,0.5,0.255951455205554,0.0,0.134610322051362,0.0,0.447098895208424 -7824,0.5,0.255951455205554,0.0,0.121384859825042,0.0,0.464258600483447 -7825,0.5,0.255951455205554,0.0,0.110376793629161,0.0,0.453390523168049 -7826,0.5,0.255951455205554,0.0,0.0985550990751907,0.0,0.421810942744919 -7827,0.5,0.255951455205554,0.0,0.085936223517399,0.0,0.38717386820502 -7828,0.5,0.255951455205554,0.0,0.0786244397977987,0.0,0.350198546585514 -7829,0.5,0.255951455205554,0.0,0.07616723094157,0.0,0.333964302984974 -7830,0.5,0.255951455205554,0.0,0.0757425523364622,0.0,0.315123014402679 -7831,0.5,0.255951455205554,0.0,0.0750517246219288,0.0,0.301507595084547 -7832,0.5,0.255951455205554,0.0,0.080534660062684,0.0,0.28753282387151 -7833,0.5,0.255951455205554,0.0224083657089199,0.0916635310329817,0.00107989164973981,0.366921405415909 -7834,0.5,0.255951455205554,0.0926083371446167,0.106473262276314,0.0272249649362562,0.382332014296058 -7835,0.5,0.255951455205554,0.167194793330756,0.121253798469803,0.050385253663925,0.375195929459454 -7836,0.5,0.255951455205554,0.231777320909344,0.134866070312973,0.0196002263588986,0.464479384350862 -7837,0.5,0.255951455205554,0.261582708811197,0.139700718892458,0.0141395395825097,0.502655551698663 -7838,0.5,0.255951455205554,0.249418180652487,0.142368972196374,0.00925439805724806,0.480455392043616 -7839,0.5,0.255951455205554,0.187462609549614,0.143461465767248,0.032784688902178,0.363763549425984 -7840,0.5,0.255951455205554,0.0411968213300753,0.156403854469682,0.0,0.157557503827104 -7841,0.5,0.255951455205554,0.0,0.180759889698138,0.0,0.118199794087215 -7842,0.5,0.255951455205554,0.0,0.206455807049436,0.0,0.134953640898271 -7843,0.5,0.255951455205554,0.0,0.22834571532342,0.0,0.516885687159146 -7844,0.5,0.255951455205554,0.0,0.249527834003649,0.0,0.779127480839781 -7845,0.5,0.255951455205554,0.0,0.268261140929362,0.0,0.865081517916311 -7846,0.5,0.255951455205554,0.0,0.286854967232887,0.0,0.954646878531531 -7847,0.5,0.255951455205554,0.0,0.30313317175893,0.0,0.968308721992597 -7848,0.5,0.255951455205554,0.0,0.326368088724309,0.0,0.965283852368871 -7849,0.5,0.255951455205554,0.0,0.357930311201688,0.0,0.942836147842134 -7850,0.5,0.255951455205554,0.0,0.374436744508613,0.0,0.873272142010162 -7851,0.5,0.255951455205554,0.0,0.408178804238145,0.0,0.68076800013106 -7852,0.5,0.255951455205554,0.0,0.479781455305165,0.0,0.738666313473489 -7853,0.5,0.255951455205554,0.0,0.486175187416494,0.0,0.819232599527935 -7854,0.5,0.255951455205554,0.0,0.450830083922737,0.0,0.794820628596744 -7855,0.5,0.255951455205554,0.0,0.412521764261916,0.0,0.73429318742834 -7856,0.5,0.255951455205554,0.0,0.364397760761419,0.0,0.733828235498948 -7857,0.5,0.255951455205554,0.00839924411789442,0.327745976757509,0.000886356031238792,0.805786754666877 -7858,0.5,0.255951455205554,0.0405032973831997,0.308057053661639,0.00845981887434099,0.846891359679478 -7859,0.5,0.255951455205554,0.0812743584210555,0.307657132468318,0.0413704836664672,0.824518462671638 -7860,0.5,0.255951455205554,0.112179326306894,0.311740312367932,0.0875251357844534,0.787616800131594 -7861,0.5,0.255951455205554,0.124450572011437,0.30945144561877,0.154314637612,0.773086512740873 -7862,0.5,0.255951455205554,0.114193156609971,0.2831627755066,0.278273538682048,0.736691585075558 -7863,0.5,0.255951455205554,0.0839127083941279,0.231590999915853,0.121317777987706,0.648469562549783 -7864,0.5,0.255951455205554,0.0217159792429591,0.183836434196928,0.0,0.4894873572534 -7865,0.5,0.255951455205554,0.0,0.156729865586191,0.0,0.481114808685562 -7866,0.5,0.255951455205554,0.0,0.139112914652251,0.0,0.512304914337424 -7867,0.5,0.255951455205554,0.0,0.134375892471364,0.0,0.589788519144237 -7868,0.5,0.255951455205554,0.0,0.134467284357132,0.0,0.600018251984343 -7869,0.5,0.255951455205554,0.0,0.13493382442669,0.0,0.473861005474961 -7870,0.5,0.255951455205554,0.0,0.127336507162192,0.0,0.344922342614261 -7871,0.5,0.255951455205554,0.0,0.107593178757554,0.0,0.181344306329655 -7872,0.5,0.255951455205554,0.0,0.0863347792233608,0.0,0.0995302674576735 -7873,0.5,0.255951455205554,0.0,0.0615211237819007,0.0,0.079631462341622 -7874,0.5,0.255951455205554,0.0,0.0455476645164073,0.0,0.131148735030937 -7875,0.5,0.255951455205554,0.0,0.0416968724545112,0.0,0.242268354764883 -7876,0.5,0.255951455205554,0.0,0.043297808370669,0.0,0.266833243662791 -7877,0.5,0.255951455205554,0.0,0.0462484495673922,0.0,0.198896261818313 -7878,0.5,0.255951455205554,0.0,0.0457755686932244,0.0,0.111026603304146 -7879,0.5,0.255951455205554,0.0,0.0401511636333086,0.0,0.0578745248899578 -7880,0.5,0.255951455205554,0.0,0.0349122436332163,0.0,0.0376566183110219 -7881,0.5,0.255951455205554,0.0107449050926575,0.0329898913925524,0.00175616112747389,0.0279737198198688 -7882,0.5,0.255951455205554,0.0874169877407136,0.0348637682734112,0.0932308084169157,0.0160648038876793 -7883,0.5,0.255951455205554,0.16396650819809,0.0393758984719003,0.240419273136039,0.00713384993789504 -7884,0.5,0.255951455205554,0.215624097048684,0.0470199694718958,0.335297149806982,0.00531413751792426 -7885,0.5,0.255951455205554,0.233373260127664,0.0521223022396891,0.353638380381093,0.00735929009975609 -7886,0.5,0.255951455205554,0.211458007249526,0.0495639359664092,0.300061979211035,0.0114029315991388 -7887,0.5,0.255951455205554,0.146576932453443,0.042076665009829,0.197169290606511,0.0180775358727222 -7888,0.5,0.255951455205554,0.0160836859992836,0.0421342056189709,0.0,0.024784267109339 -7889,0.5,0.255951455205554,0.0,0.0479160918457916,0.0,0.0350651887590984 -7890,0.5,0.255951455205554,0.0,0.0518923808866393,0.0,0.0523623331684222 -7891,0.5,0.255951455205554,0.0,0.0553565234784033,0.0,0.0743519339950998 -7892,0.5,0.255951455205554,0.0,0.0610306696539433,0.0,0.09438495373629 -7893,0.5,0.255951455205554,0.0,0.0668076948189456,0.0,0.121790735010455 -7894,0.5,0.255951455205554,0.0,0.0724367630679432,0.0,0.155383099160605 -7895,0.5,0.255951455205554,0.0,0.0780784131122608,0.0,0.209411077931508 -7896,0.5,0.255951455205554,0.0,0.082720837389071,0.0,0.286736736784447 -7897,0.5,0.255951455205554,0.0,0.086910670478089,0.0,0.398098225968377 -7898,0.5,0.255951455205554,0.0,0.0905982149498932,0.0,0.52402178529268 -7899,0.5,0.255951455205554,0.0,0.0948657196629917,0.0,0.618408444686051 -7900,0.5,0.255951455205554,0.0,0.101750204046568,0.0,0.676264573077935 -7901,0.5,0.255951455205554,0.0,0.109627292612843,0.0,0.719111759152078 -7902,0.5,0.255951455205554,0.0,0.119045645585608,0.0,0.779840095021714 -7903,0.5,0.255951455205554,0.0,0.130652858429247,0.0,0.822211113722065 -7904,0.5,0.255951455205554,0.0,0.144819412958759,0.0,0.858030266871882 -7905,0.5,0.255951455205554,0.0121559780105024,0.155786491450687,0.0010164360445757,0.882816129516014 -7906,0.5,0.255951455205554,0.0909240638225312,0.174770796690001,0.085462602468618,0.896878567413177 -7907,0.5,0.255951455205554,0.17832326715484,0.216131033667997,0.215832957693879,0.902859427391496 -7908,0.5,0.255951455205554,0.24361531210232,0.269462648558559,0.319357542319581,0.90391171276415 -7909,0.5,0.255951455205554,0.268822935219824,0.309504637593813,0.35491777998602,0.903618593873646 -7910,0.5,0.255951455205554,0.245327504248361,0.306376276468098,0.31851207596952,0.902779472557946 -7911,0.5,0.255951455205554,0.169474135247603,0.269897020784306,0.222527022020517,0.902574593353026 -7912,0.5,0.255951455205554,0.0239186016041407,0.247372302716402,0.0,0.904013016529012 -7913,0.5,0.255951455205554,0.0,0.249574498020523,0.0,0.904677725366054 -7914,0.5,0.255951455205554,0.0,0.255674371452466,0.0,0.905031777377269 -7915,0.5,0.255951455205554,0.0,0.263413911407686,0.0,0.905764764271956 -7916,0.5,0.255951455205554,0.0,0.267173395584675,0.0,0.90657284344868 -7917,0.5,0.255951455205554,0.0,0.266862495218542,0.0,0.907146648862739 -7918,0.5,0.255951455205554,0.0,0.264255879281968,0.0,0.907421124026588 -7919,0.5,0.255951455205554,0.0,0.259602021556913,0.0,0.907662101651505 -7920,0.5,0.255951455205554,0.0,0.255283446013342,0.0,0.908047859160231 -7921,0.5,0.255951455205554,0.0,0.249727088235628,0.0,0.908744631080535 -7922,0.5,0.255951455205554,0.0,0.246397741982175,0.0,0.910284372865005 -7923,0.5,0.255951455205554,0.0,0.24642883573454,0.0,0.912514102449955 -7924,0.5,0.255951455205554,0.0,0.24774521134611,0.0,0.916027267007901 -7925,0.5,0.255951455205554,0.0,0.25147975289105,0.0,0.919735318620734 -7926,0.5,0.255951455205554,0.0,0.257635560133234,0.0,0.92419671018285 -7927,0.5,0.255951455205554,0.0,0.264341535070922,0.0,0.929828756564175 -7928,0.5,0.255951455205554,0.0,0.27347930956467,0.0,0.936038185745392 -7929,0.5,0.255951455205554,0.0117328568554173,0.289242126747603,0.000512095987328097,0.939708846934976 -7930,0.5,0.255951455205554,0.0705930776780267,0.314557002827245,0.120014509599814,0.942591796332048 -7931,0.5,0.255951455205554,0.122696514506312,0.346905468678933,0.261380950095003,0.950218646106854 -7932,0.5,0.255951455205554,0.148427208678944,0.390242090142523,0.333701694132156,0.958216856633945 -7933,0.5,0.255951455205554,0.149471754018865,0.406205899094201,0.37616768342756,0.961302184129035 -7934,0.5,0.255951455205554,0.121225211297068,0.40549660855911,0.343098419058905,0.968124996813506 -7935,0.5,0.255951455205554,0.0710771572632936,0.387524873769712,0.265941135729618,0.970688197635783 -7936,0.5,0.255951455205554,0.00994671828080711,0.364104924347418,0.0,0.968818212695159 -7937,0.5,0.255951455205554,0.0,0.361519826965328,0.0,0.966421590363389 -7938,0.5,0.255951455205554,0.0,0.368281499378055,0.0,0.968515785956014 -7939,0.5,0.255951455205554,0.0,0.370668583863573,0.0,0.969519351619419 -7940,0.5,0.255951455205554,0.0,0.370750827946276,0.0,0.971901736139288 -7941,0.5,0.255951455205554,0.0,0.369050200521448,0.0,0.978318211746806 -7942,0.5,0.255951455205554,0.0,0.361759149846732,0.0,0.979378187296624 -7943,0.5,0.255951455205554,0.0,0.347410200792778,0.0,0.972818227759122 -7944,0.5,0.255951455205554,0.0,0.336469922651705,0.0,0.965991807392384 -7945,0.5,0.255951455205554,0.0,0.329602438297103,0.0,0.959794746258982 -7946,0.5,0.255951455205554,0.0,0.330149472025595,0.0,0.957221150516354 -7947,0.5,0.255951455205554,0.0,0.331727905608842,0.0,0.960907520327817 -7948,0.5,0.255951455205554,0.0,0.338850608147743,0.0,0.966452258277448 -7949,0.5,0.255951455205554,0.0,0.352861955270992,0.0,0.970064493852222 -7950,0.5,0.255951455205554,0.0,0.363795435147764,0.0,0.975156752987468 -7951,0.5,0.255951455205554,0.0,0.373044174894124,0.0,0.977070020305868 -7952,0.5,0.255951455205554,0.0,0.381118810382103,0.0,0.977792660103158 -7953,0.5,0.255951455205554,0.0163950475142433,0.396402951523937,0.0,0.977360728580543 -7954,0.5,0.255951455205554,0.108698259498754,0.431144179196991,0.0277475058102963,0.979900740145901 -7955,0.5,0.255951455205554,0.205056531809696,0.469382852078008,0.0523065792072357,0.980517046516812 -7956,0.5,0.255951455205554,0.271919459845527,0.501799936231625,0.0562898613508227,0.97941130317288 -7957,0.5,0.255951455205554,0.293828561539092,0.532008518952349,0.0459871456629987,0.981130951946803 -7958,0.5,0.255951455205554,0.26990738087179,0.541636695910373,0.0360357574691632,0.982945357389727 -7959,0.5,0.255951455205554,0.194545039268864,0.521512761496209,0.0114156604811573,0.982508527322772 -7960,0.5,0.255951455205554,0.0316308765651793,0.492999308722331,0.0,0.981088613128828 -7961,0.5,0.255951455205554,0.0,0.491115558102234,0.0,0.988094234351872 -7962,0.5,0.255951455205554,0.0,0.50707619699237,0.0,0.991842539602566 -7963,0.5,0.255951455205554,0.0,0.520038625905303,0.0,0.989849681190732 -7964,0.5,0.255951455205554,0.0,0.52944411839558,0.0,0.988483003448553 -7965,0.5,0.255951455205554,0.0,0.534751303749158,0.0,0.988194210038141 -7966,0.5,0.255951455205554,0.0,0.539023368661395,0.0,0.985199808365843 -7967,0.5,0.255951455205554,0.0,0.544066236178524,0.0,0.978602574089415 -7968,0.5,0.255951455205554,0.0,0.545134736584937,0.0,0.97219252018045 -7969,0.5,0.255951455205554,0.0,0.547857073618739,0.0,0.960589976159764 -7970,0.5,0.255951455205554,0.0,0.547897323501996,0.0,0.947242436200792 -7971,0.5,0.255951455205554,0.0,0.551256036539789,0.0,0.937830026311308 -7972,0.5,0.255951455205554,0.0,0.556878930527839,0.0,0.949335484554483 -7973,0.5,0.255951455205554,0.0,0.558981126656128,0.0,0.971195729792696 -7974,0.5,0.255951455205554,0.0,0.556938649904116,0.0,0.978838818653299 -7975,0.5,0.255951455205554,0.0,0.550661803992635,0.0,0.982079707343736 -7976,0.5,0.255951455205554,0.0,0.543763870352272,0.0,0.980214554270959 -7977,0.5,0.255951455205554,0.00829983514805155,0.541691332420724,0.0,0.981256231120531 -7978,0.5,0.255951455205554,0.0610876764209371,0.557345226085918,0.00942521414372952,0.983903783415665 -7979,0.5,0.255951455205554,0.117814863952179,0.58216785006893,0.0287145366157979,0.975460071979924 -7980,0.5,0.255951455205554,0.15855391306723,0.592706673363246,0.0424296297268123,0.96204178884261 -7981,0.5,0.255951455205554,0.17425256431902,0.593678089135458,0.0448175487049624,0.9600942511186 -7982,0.5,0.255951455205554,0.154734209817412,0.588080534272735,0.0347793525449054,0.969390937805408 -7983,0.5,0.255951455205554,0.104680786684546,0.568899784790926,0.0171094023370913,0.979396672161371 -7984,0.5,0.255951455205554,0.0191984691974227,0.529480378815459,0.0,0.980881065540094 -7985,0.5,0.255951455205554,0.0,0.495397735504501,0.0,0.974329967489485 -7986,0.5,0.255951455205554,0.0,0.481707180634659,0.0,0.973337797363919 -7987,0.5,0.255951455205554,0.0,0.464944305098875,0.0,0.968669421367316 -7988,0.5,0.255951455205554,0.0,0.438282636592657,0.0,0.953443162800182 -7989,0.5,0.255951455205554,0.0,0.402650213889402,0.0,0.930957333478006 -7990,0.5,0.255951455205554,0.0,0.375576857688139,0.0,0.911030537068132 -7991,0.5,0.255951455205554,0.0,0.362510032593395,0.0,0.902598115573486 -7992,0.5,0.255951455205554,0.0,0.354800990222805,0.0,0.898235125645655 -7993,0.5,0.255951455205554,0.0,0.343232150252193,0.0,0.894883519319337 -7994,0.5,0.255951455205554,0.0,0.327496198246572,0.0,0.86734249820887 -7995,0.5,0.255951455205554,0.0,0.306781234169026,0.0,0.83018167752566 -7996,0.5,0.255951455205554,0.0,0.290793128461628,0.0,0.818959474459814 -7997,0.5,0.255951455205554,0.0,0.279235518119852,0.0,0.825832074359344 -7998,0.5,0.255951455205554,0.0,0.270620678692801,0.0,0.800372197283938 -7999,0.5,0.255951455205554,0.0,0.267246419713123,0.0,0.791344278208788 -8000,0.5,0.255951455205554,0.0,0.272646399050696,0.0,0.802488159888961 -8001,0.5,0.255951455205554,0.00491847959116297,0.278515145936924,0.0,0.762418977416278 -8002,0.5,0.255951455205554,0.043274943670704,0.291718279859583,0.0184478177851402,0.712911478240941 -8003,0.5,0.255951455205554,0.0925698582699596,0.302209498976773,0.0531142163907538,0.712323519648508 -8004,0.5,0.255951455205554,0.130677664128025,0.301906179157273,0.161782619820372,0.731872615660719 -8005,0.5,0.255951455205554,0.144061457195335,0.294336137233633,0.290763600594935,0.743181289764845 -8006,0.5,0.255951455205554,0.128525131612345,0.286080950609749,0.2936240290804,0.795756397376007 -8007,0.5,0.255951455205554,0.0792244230815315,0.284779367049499,0.178189536467374,0.836220524859555 -8008,0.5,0.255951455205554,0.0157422844060708,0.295215700300712,0.0,0.863626056689309 -8009,0.5,0.255951455205554,0.0,0.317629500820799,0.0,0.864683251551793 -8010,0.5,0.255951455205554,0.0,0.345998243762249,0.0,0.869910905469828 -8011,0.5,0.255951455205554,0.0,0.376844805966889,0.0,0.902187215794838 -8012,0.5,0.255951455205554,0.0,0.40299382693858,0.0,0.927897061358469 -8013,0.5,0.255951455205554,0.0,0.423789906419082,0.0,0.94372401252794 -8014,0.5,0.255951455205554,0.0,0.433065920936522,0.0,0.953841922527342 -8015,0.5,0.255951455205554,0.0,0.440682602714375,0.0,0.94553632716447 -8016,0.5,0.255951455205554,0.0,0.450562160765829,0.0,0.945801272434855 -8017,0.5,0.255951455205554,0.0,0.463903204073437,0.0,0.953744436211112 -8018,0.5,0.255951455205554,0.0,0.474617248699309,0.0,0.964458136446251 -8019,0.5,0.255951455205554,0.0,0.477159984759746,0.0,0.955953646358425 -8020,0.5,0.255951455205554,0.0,0.483163861075213,0.0,0.912053720846258 -8021,0.5,0.255951455205554,0.0,0.48607821522031,0.0,0.917455529110946 -8022,0.5,0.255951455205554,0.0,0.488156997864034,0.0,0.969155047086531 -8023,0.5,0.255951455205554,0.0,0.496389050698491,0.0,0.984345256967347 -8024,0.5,0.255951455205554,0.0,0.523751344163531,0.0,0.985607147566475 -8025,0.5,0.255951455205554,0.00321524772648308,0.561248652270292,0.0,0.992039575545527 -8026,0.5,0.255951455205554,0.0403235799795685,0.592708214493691,0.103614061307899,0.997518846254258 -8027,0.5,0.255951455205554,0.090682132827112,0.609465994185928,0.254477929633216,0.999846468570944 -8028,0.5,0.255951455205554,0.135436196932695,0.610051752290733,0.341750592025702,0.999539769012353 -8029,0.5,0.255951455205554,0.16131915420091,0.600364718518867,0.378455901772477,0.990301738431877 -8030,0.5,0.255951455205554,0.153785629275301,0.572791709167378,0.36067300536596,0.947796188430498 -8031,0.5,0.255951455205554,0.097641760310735,0.536426875824677,0.248484730803084,0.888402994489224 -8032,0.5,0.255951455205554,0.00441196863529055,0.493650624207277,0.0,0.892005447411581 -8033,0.5,0.255951455205554,0.0,0.454866677365567,0.0,0.945894888505295 -8034,0.5,0.255951455205554,0.0,0.433908452639622,0.0,0.974185802500392 -8035,0.5,0.255951455205554,0.0,0.421410750647575,0.0,0.978816179773149 -8036,0.5,0.255951455205554,0.0,0.408156429662144,0.0,0.97464714143326 -8037,0.5,0.255951455205554,0.0,0.388559063494622,0.0,0.955279424450671 -8038,0.5,0.255951455205554,0.0,0.358296945929687,0.0,0.924087699683974 -8039,0.5,0.255951455205554,0.0,0.325858896371541,0.0,0.888985671425249 -8040,0.5,0.255951455205554,0.0,0.295217533954436,0.0,0.847097688630208 -8041,0.5,0.255951455205554,0.0,0.268159838936505,0.0,0.797547326965152 -8042,0.5,0.255951455205554,0.0,0.247845082783855,0.0,0.704281862544313 -8043,0.5,0.255951455205554,0.0,0.230494359270195,0.0,0.588109254708295 -8044,0.5,0.255951455205554,0.0,0.218239243696408,0.0,0.467038851768103 -8045,0.5,0.255951455205554,0.0,0.209714476535092,0.0,0.349448850020954 -8046,0.5,0.255951455205554,0.0,0.198729446848943,0.0,0.236751202107216 -8047,0.5,0.255951455205554,0.0,0.18177309590992,0.0,0.162050542576848 -8048,0.5,0.255951455205554,0.0,0.162494494774313,0.0,0.128544241890033 -8049,0.5,0.255951455205554,0.00139366062237665,0.143748619108941,0.0,0.111176891263801 -8050,0.5,0.255951455205554,0.0282181943685621,0.133918977050258,0.101981097997996,0.107891311206367 -8051,0.5,0.255951455205554,0.0645870211703433,0.13067492571866,0.256871271351814,0.119638840049182 -8052,0.5,0.255951455205554,0.0930428202912205,0.1278119785742,0.361422549746584,0.130519412468899 -8053,0.5,0.255951455205554,0.106198065821002,0.121051274807871,0.398254947070039,0.125967126806457 -8054,0.5,0.255951455205554,0.0985291324252838,0.108193864594889,0.363938005945483,0.146937806979119 -8055,0.5,0.255951455205554,0.0577226156266581,0.0942555779964667,0.246114856045597,0.198364195149619 -8056,0.5,0.255951455205554,0.000825826126965654,0.0910498966906469,0.0,0.275876833946934 -8057,0.5,0.255951455205554,0.0,0.0904340426213692,0.0,0.376755687518123 -8058,0.5,0.255951455205554,0.0,0.089002021674642,0.0,0.472304497478067 -8059,0.5,0.255951455205554,0.0,0.085478648029969,0.0,0.522251065108764 -8060,0.5,0.255951455205554,0.0,0.0795410244277262,0.0,0.55175452600465 -8061,0.5,0.255951455205554,0.0,0.0737212634738583,0.0,0.596182673376072 -8062,0.5,0.255951455205554,0.0,0.0709982169008271,0.0,0.635800390754263 -8063,0.5,0.255951455205554,0.0,0.0718688982171321,0.0,0.690079034550277 -8064,0.5,0.255951455205554,0.0,0.0743605959258808,0.0,0.721106228086302 -8065,0.5,0.255951455205554,0.0,0.0742169407738917,0.0,0.740438469391174 -8066,0.5,0.255951455205554,0.0,0.0721057510468854,0.0,0.758890021328431 -8067,0.5,0.255951455205554,0.0,0.0679670390789772,0.0,0.777142976286505 -8068,0.5,0.255951455205554,0.0,0.0650665159564941,0.0,0.791291417583028 -8069,0.5,0.255951455205554,0.0,0.0646417586068018,0.0,0.7839648970415 -8070,0.5,0.255951455205554,0.0,0.065518619301661,0.0,0.772858763843884 -8071,0.5,0.255951455205554,0.0,0.0665135029717753,0.0,0.742852817586536 -8072,0.5,0.255951455205554,0.0,0.0660332563816022,0.0,0.70441894228237 -8073,0.5,0.255951455205554,0.00340006274335116,0.0642107079541553,0.0,0.645880046525542 -8074,0.5,0.255951455205554,0.049110442622435,0.0645405320744508,0.00950819940198542,0.590621788678631 -8075,0.5,0.255951455205554,0.105304881278449,0.0681942060629745,0.0300028944593434,0.535021723890204 -8076,0.5,0.255951455205554,0.143508646299446,0.0722295283119225,0.041311582181914,0.4793801581117 -8077,0.5,0.255951455205554,0.15294190242217,0.0743235525491919,0.05076562691931,0.437181695356128 -8078,0.5,0.255951455205554,0.131497569254083,0.0746992731431813,0.0442113318145168,0.416704320132468 -8079,0.5,0.255951455205554,0.0770147295665484,0.0722363473049524,0.0247678870314721,0.416487655675203 -8080,0.5,0.255951455205554,0.00464103109931333,0.0688409268238562,0.0,0.404851279522765 -8081,0.5,0.255951455205554,0.0,0.0684841385818387,0.0,0.376286790680448 -8082,0.5,0.255951455205554,0.0,0.069238322114065,0.0,0.330869839083327 -8083,0.5,0.255951455205554,0.0,0.0690015322324186,0.0,0.281928459260458 -8084,0.5,0.255951455205554,0.0,0.0665893812249529,0.0,0.230149295942093 -8085,0.5,0.255951455205554,0.0,0.0634979768238294,0.0,0.197237285553504 -8086,0.5,0.255951455205554,0.0,0.0622117415310273,0.0,0.18282088288774 -8087,0.5,0.255951455205554,0.0,0.0623416936865886,0.0,0.183197837815561 -8088,0.5,0.255951455205554,0.0,0.0650653301334278,0.0,0.197448723351609 -8089,0.5,0.255951455205554,0.0,0.0694917753782766,0.0,0.21412758182123 -8090,0.5,0.255951455205554,0.0,0.073580314129495,0.0,0.225205975996559 -8091,0.5,0.255951455205554,0.0,0.0772149704601591,0.0,0.232106395584075 -8092,0.5,0.255951455205554,0.0,0.0817321592913567,0.0,0.242348151807488 -8093,0.5,0.255951455205554,0.0,0.0874532934642056,0.0,0.268599196700706 -8094,0.5,0.255951455205554,0.0,0.0918699496650891,0.0,0.303948124522873 -8095,0.5,0.255951455205554,0.0,0.0964881038269255,0.0,0.345359403231605 -8096,0.5,0.255951455205554,0.0,0.09972704779519,0.0,0.389796870982499 -8097,0.5,0.255951455205554,0.00238707395967272,0.101520759275544,0.0,0.409170308175113 -8098,0.5,0.255951455205554,0.02321908650158,0.103931964330147,0.00305535479299907,0.400099566221265 -8099,0.5,0.255951455205554,0.0518690625649074,0.110448381168339,0.0108027746717115,0.38337132724852 -8100,0.5,0.255951455205554,0.0770739755537271,0.121717170977658,0.0113798748246147,0.38551951158866 -8101,0.5,0.255951455205554,0.0873858774369392,0.134324215232937,0.0139810382041342,0.410685039171967 -8102,0.5,0.255951455205554,0.0785997207580568,0.141120112179238,0.0100715703521324,0.463410933071901 -8103,0.5,0.255951455205554,0.0493006282939941,0.139581695223169,0.00421376190442367,0.513370007255898 -8104,0.5,0.255951455205554,0.00570508675746767,0.132797402239578,0.00041148752546275,0.492407648609187 -8105,0.5,0.255951455205554,0.0,0.125516628695576,0.0,0.432185905908831 -8106,0.5,0.255951455205554,0.0,0.119729108747383,0.0,0.384933733245979 -8107,0.5,0.255951455205554,0.0,0.117237951965763,0.0,0.32249105700617 -8108,0.5,0.255951455205554,0.0,0.11092976586961,0.0,0.280057585769282 -8109,0.5,0.255951455205554,0.0,0.100121531457251,0.0,0.196531493871367 -8110,0.5,0.255951455205554,0.0,0.0845763860568718,0.0,0.131277143485308 -8111,0.5,0.255951455205554,0.0,0.0700363980159443,0.0,0.0897971965074901 -8112,0.5,0.255951455205554,0.0,0.0591648352162264,0.0,0.0631533294327753 -8113,0.5,0.255951455205554,0.0,0.0498088408037299,0.0,0.0505970949575164 -8114,0.5,0.255951455205554,0.0,0.042420872173643,0.0,0.0454607460199481 -8115,0.5,0.255951455205554,0.0,0.0358986178516573,0.0,0.0411566919460906 -8116,0.5,0.255951455205554,0.0,0.0306063649456543,0.0,0.037957759224095 -8117,0.5,0.255951455205554,0.0,0.0279770990245248,0.0,0.0436254868719526 -8118,0.5,0.255951455205554,0.0,0.0276697168156694,0.0,0.0562625060798814 -8119,0.5,0.255951455205554,0.0,0.0298945989515494,0.0,0.0757826411493498 -8120,0.5,0.255951455205554,0.0,0.0335621615710325,0.0,0.0969884686530905 -8121,0.5,0.255951455205554,0.00278949610798077,0.0386527837765673,0.0,0.11358130730951 -8122,0.5,0.255951455205554,0.0246584890001724,0.0457444041784008,0.00519029074990271,0.123470406216996 -8123,0.5,0.255951455205554,0.0471613323379062,0.0563766836699486,0.0219743746054261,0.121098406911694 -8124,0.5,0.255951455205554,0.0633277641422904,0.0662026543988786,0.0443110888582987,0.0989085551395847 -8125,0.5,0.255951455205554,0.0683789061403616,0.0734935070896548,0.0600574269182556,0.100246433102997 -8126,0.5,0.255951455205554,0.0567759865526078,0.076818009747955,0.0569816855265253,0.146329609776994 -8127,0.5,0.255951455205554,0.0316793869246821,0.0755898470448123,0.0221304577261502,0.248269060895029 -8128,0.5,0.255951455205554,0.00209065095400829,0.0723280467903022,0.0,0.317849805899554 -8129,0.5,0.255951455205554,0.0,0.071429896888651,0.0,0.38914053279703 -8130,0.5,0.255951455205554,0.0,0.0692360975678315,0.0,0.459229959322612 -8131,0.5,0.255951455205554,0.0,0.0661491405811646,0.0,0.560953578026771 -8132,0.5,0.255951455205554,0.0,0.0637653509525002,0.0,0.643681702509808 -8133,0.5,0.255951455205554,0.0,0.0582424661254659,0.0,0.736721206488357 -8134,0.5,0.255951455205554,0.0,0.0533978071307765,0.0,0.869829225030713 -8135,0.5,0.255951455205554,0.0,0.0537174112574924,0.0,0.897934491219499 -8136,0.5,0.255951455205554,0.0,0.0610063672425348,0.0,0.84999314745925 -8137,0.5,0.255951455205554,0.0,0.072776604821684,0.0,0.80790723690025 -8138,0.5,0.255951455205554,0.0,0.0809456917354606,0.0,0.828683072179688 -8139,0.5,0.255951455205554,0.0,0.0874010498363377,0.0,0.820485971457782 -8140,0.5,0.255951455205554,0.0,0.0944622595982153,0.0,0.739527495089625 -8141,0.5,0.255951455205554,0.0,0.10143541878642,0.0,0.652242579593038 -8142,0.5,0.255951455205554,0.0,0.104775850591807,0.0,0.572501647710227 -8143,0.5,0.255951455205554,0.0,0.104756000296334,0.0,0.507713950163774 -8144,0.5,0.255951455205554,0.0,0.107738592503583,0.0,0.406076940146708 -8145,0.5,0.255951455205554,0.00101084345793637,0.109391734489961,0.0,0.313443198466428 -8146,0.5,0.255951455205554,0.0241002229291368,0.112255966386687,0.00188333576688707,0.236523057209783 -8147,0.5,0.255951455205554,0.0623624904450574,0.117667509586082,0.00593987704400084,0.171909674552656 -8148,0.5,0.255951455205554,0.0912900503078953,0.121429879066535,0.0145736749101513,0.134141041572992 -8149,0.5,0.255951455205554,0.103441984791771,0.120462782014747,0.0339410986756616,0.104821940639632 -8150,0.5,0.255951455205554,0.0921252742745534,0.111575333833599,0.0451328121912114,0.0826545275190483 -8151,0.5,0.255951455205554,0.0626041108590676,0.0901744419920564,0.0783523130915704,0.062948816720324 -8152,0.5,0.255951455205554,0.00571597207494057,0.0688025417590948,0.0,0.0484683002131929 -8153,0.5,0.255951455205554,0.0,0.053248817016504,0.0,0.0497421141049163 -8154,0.5,0.255951455205554,0.0,0.0433898831087882,0.0,0.104483028985028 -8155,0.5,0.255951455205554,0.0,0.0379246986801878,0.0,0.170548771455031 -8156,0.5,0.255951455205554,0.0,0.0326429887416446,0.0,0.211828844563742 -8157,0.5,0.255951455205554,0.0,0.0332300728072464,0.0,0.331689579998802 -8158,0.5,0.255951455205554,0.0,0.0392729441358693,0.0,0.552463480148869 -8159,0.5,0.255951455205554,0.0,0.0496950072779874,0.0,0.688244201689576 -8160,0.5,0.255951455205554,0.0,0.0633097004496828,0.0,0.745698634737371 -8161,0.5,0.255951455205554,0.0,0.0808772815405901,0.0,0.796230565695392 -8162,0.5,0.255951455205554,0.0,0.097013872463112,0.0,0.848918701530516 -8163,0.5,0.255951455205554,0.0,0.107824894056506,0.0,0.8899313698209 -8164,0.5,0.255951455205554,0.0,0.120380136510652,0.0,0.899583467355809 -8165,0.5,0.255951455205554,0.0,0.136918858529461,0.0,0.918345336959231 -8166,0.5,0.255951455205554,0.0,0.158384505482905,0.0,0.931901955282057 -8167,0.5,0.255951455205554,0.0,0.183310459468055,0.0,0.938800715676787 -8168,0.5,0.255951455205554,0.0,0.210237545968491,0.0,0.949757061865674 -8169,0.5,0.255951455205554,0.00172688174612022,0.239401975247166,0.0,0.961476821057911 -8170,0.5,0.255951455205554,0.0493894928257572,0.27168877284732,0.0134402044292219,0.972272923100588 -8171,0.5,0.255951455205554,0.113042675449478,0.312290580201631,0.0187652425748985,0.981111715848176 -8172,0.5,0.255951455205554,0.159435862894793,0.348644185264075,0.0180501885602312,0.987000025077777 -8173,0.5,0.255951455205554,0.173189547487507,0.38273731159708,0.00618161734154433,0.991200370396374 -8174,0.5,0.255951455205554,0.152363891392411,0.414110533634608,0.00297563037049622,0.937149938485481 -8175,0.5,0.255951455205554,0.0945550589180752,0.42732696163222,0.00246320749389159,0.903383792741036 -8176,0.5,0.255951455205554,0.00988071948866081,0.43829061726925,0.00027125106434922,0.920453736429214 -8177,0.5,0.255951455205554,0.0,0.436549959412996,0.0,0.921441198800552 -8178,0.5,0.255951455205554,0.0,0.419256223671315,0.0,0.952213621011183 -8179,0.5,0.255951455205554,0.0,0.401923325411369,0.0,0.944097416352103 -8180,0.5,0.255951455205554,0.0,0.397026158867475,0.0,0.950314183620052 -8181,0.5,0.255951455205554,0.0,0.38288223216166,0.0,0.926247802304065 -8182,0.5,0.255951455205554,0.0,0.356853907488542,0.0,0.848728152227503 -8183,0.5,0.255951455205554,0.0,0.326368612606735,0.0,0.830915531077416 -8184,0.5,0.255951455205554,0.0,0.285730578813649,0.0,0.82750853991688 -8185,0.5,0.255951455205554,0.0,0.25185895549528,0.0,0.726399536480909 -8186,0.5,0.255951455205554,0.0,0.229900874125109,0.0,0.736340341881138 -8187,0.5,0.255951455205554,0.0,0.210257857003609,0.0,0.851482685556056 -8188,0.5,0.255951455205554,0.0,0.190463635612194,0.0,0.834292355418279 -8189,0.5,0.255951455205554,0.0,0.188293763855912,0.0,0.819079917192973 -8190,0.5,0.255951455205554,0.0,0.187063707961862,0.0,0.803302682642713 -8191,0.5,0.255951455205554,0.0,0.180901652509793,0.0,0.806690914185468 -8192,0.5,0.255951455205554,0.0,0.180109884700401,0.0,0.793697211219014 -8193,0.5,0.255951455205554,0.00170051025614749,0.189514037808534,0.0,0.819742240196743 -8194,0.5,0.255951455205554,0.0279064587418795,0.186999276418407,0.0351249377033846,0.844931900484633 -8195,0.5,0.255951455205554,0.0722994444975214,0.205525547759379,0.118074538520172,0.811476629355855 -8196,0.5,0.255951455205554,0.108425581198671,0.233264782411429,0.109359969222975,0.832089758724268 -8197,0.5,0.255951455205554,0.116637510625312,0.248774931255764,0.0432441721625445,0.7186929009166 -8198,0.5,0.255951455205554,0.0971954776317671,0.25064537016852,0.0304621095058496,0.60099756627442 -8199,0.5,0.255951455205554,0.0562464902434731,0.243280728214768,0.0463394091863122,0.585408107052541 -8200,0.5,0.255951455205554,0.00454903032145879,0.235878238383375,0.0,0.583162285176931 -8201,0.5,0.255951455205554,0.0,0.233230831896592,0.0,0.531042449774055 -8202,0.5,0.255951455205554,0.0,0.229227710671975,0.0,0.546976933784864 -8203,0.5,0.255951455205554,0.0,0.209255478641042,0.0,0.598439467701196 -8204,0.5,0.255951455205554,0.0,0.184201839048082,0.0,0.414315984323179 -8205,0.5,0.255951455205554,0.0,0.162453240862432,0.0,0.316489274291484 -8206,0.5,0.255951455205554,0.0,0.148442120085268,0.0,0.492532792660697 -8207,0.5,0.255951455205554,0.0,0.131474977601868,0.0,0.55326172793965 -8208,0.5,0.255951455205554,0.0,0.119059827821239,0.0,0.722079046079118 -8209,0.5,0.255951455205554,0.0,0.108599978475122,0.0,0.805730396796806 -8210,0.5,0.255951455205554,0.0,0.0989126642033059,0.0,0.766963060132028 -8211,0.5,0.255951455205554,0.0,0.0950873534844301,0.0,0.664709142826939 -8212,0.5,0.255951455205554,0.0,0.0910244168310222,0.0,0.5285337170979 -8213,0.5,0.255951455205554,0.0,0.0889334445491661,0.0,0.372856440442846 -8214,0.5,0.255951455205554,0.0,0.0870305255673552,0.0,0.241839723486757 -8215,0.5,0.255951455205554,0.0,0.0785949114307867,0.0,0.173473106287479 -8216,0.5,0.255951455205554,0.0,0.0672267724565715,0.0,0.140414691879207 -8217,0.5,0.255951455205554,0.00249830543803221,0.0557313491778567,0.0,0.100027119546926 -8218,0.5,0.255951455205554,0.051471549263806,0.0485832707003804,0.0631203221932473,0.0871570985426652 -8219,0.5,0.255951455205554,0.111925059235163,0.0498385450366708,0.209905828583018,0.105299967935773 -8220,0.5,0.255951455205554,0.140990010727599,0.0551439741783643,0.249011990126237,0.188674484872061 -8221,0.5,0.255951455205554,0.150808822805176,0.0644633896354557,0.237472932232391,0.366996689144982 -8222,0.5,0.255951455205554,0.13467774563413,0.0718865284650028,0.24201787124323,0.637938251710569 -8223,0.5,0.255951455205554,0.0891976378315473,0.0800439473177788,0.124120360638559,0.805845743516731 -8224,0.5,0.255951455205554,0.00759704298088365,0.101419601211211,0.0,0.895164441520685 -8225,0.5,0.255951455205554,0.0,0.131716838772368,0.0,0.916473449231167 -8226,0.5,0.255951455205554,0.0,0.163439522174915,0.0,0.925876747580841 -8227,0.5,0.255951455205554,0.0,0.202934975238323,0.0,0.938892412906915 -8228,0.5,0.255951455205554,0.0,0.252048906827913,0.0,0.952675616907262 -8229,0.5,0.255951455205554,0.0,0.302580123700331,0.0,0.960492484175375 -8230,0.5,0.255951455205554,0.0,0.363720732498132,0.0,0.191595273020236 -8231,0.5,0.255951455205554,0.0,0.443197169332915,0.0,0.096748210645475 -8232,0.5,0.255951455205554,0.0,0.518734402796179,0.0,0.103545024951336 -8233,0.5,0.255951455205554,0.0,0.587110629284149,0.0,0.110717432185812 -8234,0.5,0.255951455205554,0.0,0.643771993146179,0.0,0.107514024364905 -8235,0.5,0.255951455205554,0.0,0.696356307941037,0.0,0.111262715596426 -8236,0.5,0.255951455205554,0.0,0.73673116315411,0.0,0.893457249106051 -8237,0.5,0.255951455205554,0.0,0.771633048848255,0.0,1.00877895746199 -8238,0.5,0.255951455205554,0.0,0.805029622965603,0.0,1.00466966052848 -8239,0.5,0.255951455205554,0.0,0.838654768983671,0.0,1.01075585754301 -8240,0.5,0.255951455205554,0.0,0.862137368921422,0.0,1.0105756698442 -8241,0.5,0.255951455205554,0.00424488751477945,0.867713962365975,0.0,1.00741600773325 -8242,0.5,0.255951455205554,0.0450854444208292,0.861133725348287,0.0027749763364332,1.00667496434205 -8243,0.5,0.255951455205554,0.0809284861042841,0.849653535933322,0.0133806257331724,1.00480632739941 -8244,0.5,0.255951455205554,0.0982088745450449,0.833290227653013,0.0250924286093427,1.00471996060103 -8245,0.5,0.255951455205554,0.0828111097034738,0.812180980970814,0.0217246706357536,1.00584222125575 -8246,0.5,0.255951455205554,0.0577319824318091,0.767429773491186,0.0052237908887498,1.00494792874424 -8247,0.5,0.255951455205554,0.0329439136058496,0.699909838137678,0.00637184924491168,1.00397053505053 -8248,0.5,0.255951455205554,0.00229555993088974,0.628650769536252,0.0,1.00337293654483 -8249,0.5,0.255951455205554,0.0,0.56760409258088,0.0,1.00162752723401 -8250,0.5,0.255951455205554,0.0,0.531191142503401,0.0,1.00177089942437 -8251,0.5,0.255951455205554,0.0,0.519535451888242,0.0,1.00207659724725 -8252,0.5,0.255951455205554,0.0,0.512920358375739,0.0,1.00395959128395 -8253,0.5,0.255951455205554,0.0,0.519281390592713,0.0,0.183569601672362 -8254,0.5,0.255951455205554,0.0,0.535932935183515,0.0,1.00952661770492 -8255,0.5,0.255951455205554,0.0,0.562318636460204,0.0,1.0096209824913 -8256,0.5,0.255951455205554,0.0,0.592144013248685,0.0,1.00974866924063 -8257,0.5,0.255951455205554,0.0,0.609699547910868,0.0,1.00951929532144 -8258,0.5,0.255951455205554,0.0,0.631635764674941,0.0,1.00924515323363 -8259,0.5,0.255951455205554,0.0,0.670480571444458,0.0,1.0089636160384 -8260,0.5,0.255951455205554,0.0,0.703587166661507,0.0,1.00884954056285 -8261,0.5,0.255951455205554,0.0,0.727566633220263,0.0,1.00889643934298 -8262,0.5,0.255951455205554,0.0,0.749869011470286,0.0,1.00968056120014 -8263,0.5,0.255951455205554,0.0,0.77705355352762,0.0,1.01019209200733 -8264,0.5,0.255951455205554,0.0,0.806337688415196,0.0,1.01062999804362 -8265,0.5,0.255951455205554,0.00256024551270675,0.834974572466697,0.0,1.01048554379186 -8266,0.5,0.255951455205554,0.0374003549681098,0.864293381113163,0.00130764339908405,1.01034225762065 -8267,0.5,0.255951455205554,0.0695337974029803,0.895103819035741,0.00285149184549112,1.01030503081317 -8268,0.5,0.255951455205554,0.0879915574099346,0.903758062113561,0.00415658911303331,1.00936398544566 -8269,0.5,0.255951455205554,0.0910538848366698,0.913669791581774,0.00925951493363834,1.00823805087813 -8270,0.5,0.255951455205554,0.0718284551304533,0.923913184334583,0.0121317578895317,1.00744779283514 -8271,0.5,0.255951455205554,0.0360433255603001,0.938001124441027,0.00441994346612994,1.00798186792136 -8272,0.5,0.255951455205554,0.00365053396917589,0.92741314319474,0.000181027430075514,1.00848195575325 -8273,0.5,0.255951455205554,0.0,0.922859290391563,0.0,1.00825090754162 -8274,0.5,0.255951455205554,0.0,0.934569194591906,0.0,1.00744170050454 -8275,0.5,0.255951455205554,0.0,0.946533698389419,0.0,1.00762975898759 -8276,0.5,0.255951455205554,0.0,0.947658993533627,0.0,1.00788208535197 -8277,0.5,0.255951455205554,0.0,0.94426546004703,0.0,1.00706214453684 -8278,0.5,0.255951455205554,0.0,0.942452138990401,0.0,1.00707429717479 -8279,0.5,0.255951455205554,0.0,0.928400665493195,0.0,1.00693797544624 -8280,0.5,0.255951455205554,0.0,0.904726292258172,0.0,1.00589028556447 -8281,0.5,0.255951455205554,0.0,0.88569063243981,0.0,1.00411752522745 -8282,0.5,0.255951455205554,0.0,0.87156478477944,0.0,1.00273407051205 -8283,0.5,0.255951455205554,0.0,0.846652771662724,0.0,1.00127032719883 -8284,0.5,0.255951455205554,0.0,0.810720316715737,0.0,0.997784255595839 -8285,0.5,0.255951455205554,0.0,0.779381830369732,0.0,0.98011944296635 -8286,0.5,0.255951455205554,0.0,0.77290457190991,0.0,0.968777309752365 -8287,0.5,0.255951455205554,0.0,0.779547835516619,0.0,0.956536863109265 -8288,0.5,0.255951455205554,0.0,0.802478995188345,0.0,0.821316751104082 -8289,0.5,0.255951455205554,0.00253494431635406,0.820697185804135,0.0,0.782642722415718 -8290,0.5,0.255951455205554,0.0418613398674137,0.865213384680773,0.00153984338174761,0.99237093386898 -8291,0.5,0.255951455205554,0.0963408629382947,0.916554467719623,0.0126060507192197,1.00147748530974 -8292,0.5,0.255951455205554,0.138360661545362,0.950284513643125,0.0179947679102899,1.00376357119956 -8293,0.5,0.255951455205554,0.146496353304623,0.968208934588858,0.012539583052904,1.00901890259695 -8294,0.5,0.255951455205554,0.120870551362881,0.981152791073542,0.0113146928346159,1.01087863948319 -8295,0.5,0.255951455205554,0.0687869202540256,0.991579150313154,0.00703446854056664,0.893498643171161 -8296,0.5,0.255951455205554,0.00791646948554165,0.990259820076583,0.000432352463498044,0.992826853143523 -8297,0.5,0.255951455205554,0.0,0.970560388664131,0.0,1.00265517208682 -8298,0.5,0.255951455205554,0.0,0.954510963847462,0.0,1.00874986342128 -8299,0.5,0.255951455205554,0.0,1.00264129456718,0.0,1.00886894307923 -8300,0.5,0.255951455205554,0.0,1.00187828138303,0.0,1.009858987419 -8301,0.5,0.255951455205554,0.0,0.995141887273249,0.0,1.00829306102266 -8302,0.5,0.255951455205554,0.0,0.972643025155568,0.0,1.00506264950622 -8303,0.5,0.255951455205554,0.0,0.941461180305499,0.0,1.0059764549356 -8304,0.5,0.255951455205554,0.0,0.914572953009501,0.0,1.00680430433948 -8305,0.5,0.255951455205554,0.0,0.880178447135994,0.0,1.00685053148334 -8306,0.5,0.255951455205554,0.0,0.827277371498769,0.0,1.00650578152868 -8307,0.5,0.255951455205554,0.0,0.768115102343287,0.0,1.00002754144159 -8308,0.5,0.255951455205554,0.0,0.7048698562302,0.0,1.00473664225618 -8309,0.5,0.255951455205554,0.0,0.652293942378085,0.0,1.0067670081971 -8310,0.5,0.255951455205554,0.0,0.621309090755262,0.0,1.00758194830775 -8311,0.5,0.255951455205554,0.0,0.601549641253853,0.0,1.00749496473217 -8312,0.5,0.255951455205554,0.0,0.579138088266147,0.0,0.997349350695436 -8313,0.5,0.255951455205554,0.00124793554771403,0.549258369678874,0.0,0.995254586942528 -8314,0.5,0.255951455205554,0.0375717894733195,0.536734621661842,0.00219575780888318,0.992003128725794 -8315,0.5,0.255951455205554,0.0890327111785262,0.552724984088584,0.0082403303338511,0.979973459860395 -8316,0.5,0.255951455205554,0.121076898839027,0.542409499309878,0.0242597875273352,0.940217448844862 -8317,0.5,0.255951455205554,0.122018334465892,0.504907238569388,0.0385567442196469,0.760481939442007 -8318,0.5,0.255951455205554,0.0954726914453889,0.442821318550614,0.0591129221089918,0.636843215262905 -8319,0.5,0.255951455205554,0.0555506213421382,0.364928079336829,0.0278595188104158,0.598571138828556 -8320,0.5,0.255951455205554,0.00515978201318843,0.304445918204052,0.0,0.544221302088101 -8321,0.5,0.255951455205554,0.0,0.271357440432362,0.0,0.615316631398087 -8322,0.5,0.255951455205554,0.0,0.239816563018297,0.0,0.845742832152 -8323,0.5,0.255951455205554,0.0,0.208220038768365,0.0,0.917154364104384 -8324,0.5,0.255951455205554,0.0,0.190052188268446,0.0,0.868589751585659 -8325,0.5,0.255951455205554,0.0,0.18184495596909,0.0,0.848059886090863 -8326,0.5,0.255951455205554,0.0,0.178796939740629,0.0,0.901019800339724 -8327,0.5,0.255951455205554,0.0,0.177549005166587,0.0,0.912910009915361 -8328,0.5,0.255951455205554,0.0,0.182615510214337,0.0,0.902762410616621 -8329,0.5,0.255951455205554,0.0,0.193787717284917,0.0,0.896953272472568 -8330,0.5,0.255951455205554,0.0,0.208108794574767,0.0,0.899334479650843 -8331,0.5,0.255951455205554,0.0,0.21212901240635,0.0,0.936788093207235 -8332,0.5,0.255951455205554,0.0,0.210416021657128,0.0,0.983503480907864 -8333,0.5,0.255951455205554,0.0,0.209934875250824,0.0,0.994862319485948 -8334,0.5,0.255951455205554,0.0,0.214430496210466,0.0,0.994594647661032 -8335,0.5,0.255951455205554,0.0,0.221834404489569,0.0,0.988441010149448 -8336,0.5,0.255951455205554,0.0,0.226618523281808,0.0,0.980205284596818 -8337,0.5,0.255951455205554,0.00103792881746555,0.230203941402782,0.0,0.983273260313493 -8338,0.5,0.255951455205554,0.0347729457168041,0.240173444511761,0.0126407791430074,0.98904884903292 -8339,0.5,0.255951455205554,0.0937627041083134,0.262151868816252,0.143441081863339,0.989889010088469 -8340,0.5,0.255951455205554,0.155661834454614,0.28575942437656,0.253524787005156,0.988630371303198 -8341,0.5,0.255951455205554,0.184053626018651,0.293852025480711,0.254453973608994,0.986653521029089 -8342,0.5,0.255951455205554,0.178411272109019,0.293658563352703,0.249249433118039,0.984507339353319 -8343,0.5,0.255951455205554,0.120138078688418,0.289769064439694,0.180538736419835,0.985735824771422 -8344,0.5,0.255951455205554,0.0083888777931054,0.280125662497902,0.0,0.990306135834378 -8345,0.5,0.255951455205554,0.0,0.276611533338322,0.0,0.993698301479984 -8346,0.5,0.255951455205554,0.0,0.277476503174307,0.0,0.995874855444353 -8347,0.5,0.255951455205554,0.0,0.279272961013599,0.0,0.997281189355069 -8348,0.5,0.255951455205554,0.0,0.280199609364078,0.0,0.99634678209166 -8349,0.5,0.255951455205554,0.0,0.287301444882637,0.0,0.993891569057921 -8350,0.5,0.255951455205554,0.0,0.301214118496996,0.0,0.991902923201526 -8351,0.5,0.255951455205554,0.0,0.321717098115857,0.0,0.990674219404195 -8352,0.5,0.255951455205554,0.0,0.34719636127005,0.0,0.27343935737593 -8353,0.5,0.255951455205554,0.0,0.370089835735223,0.0,0.991170823910203 -8354,0.5,0.255951455205554,0.0,0.395088457666089,0.0,0.967418359775583 -8355,0.5,0.255951455205554,0.0,0.423297892277677,0.0,0.941777659404029 -8356,0.5,0.255951455205554,0.0,0.453511560971682,0.0,0.947196813617978 -8357,0.5,0.255951455205554,0.0,0.483872065544373,0.0,0.962312084681399 -8358,0.5,0.255951455205554,0.0,0.501774944433379,0.0,0.951000231604127 -8359,0.5,0.255951455205554,0.0,0.504321085246171,0.0,0.980999805777197 -8360,0.5,0.255951455205554,0.0,0.490614558298293,0.0,0.985557000935802 -8361,0.5,0.255951455205554,0.000926551133521179,0.478174992573199,0.0,0.987276924599902 -8362,0.5,0.255951455205554,0.0216322595315706,0.476696051953408,0.00525710709951578,0.972816035673763 -8363,0.5,0.255951455205554,0.0507746855139546,0.489253455432532,0.0459470021027499,0.953085400467913 -8364,0.5,0.255951455205554,0.0707048508613724,0.503963434140455,0.0591256035339866,0.974680628641087 -8365,0.5,0.255951455205554,0.0837253868977319,0.502600439002856,0.0540807242634477,0.984593820170401 -8366,0.5,0.255951455205554,0.0793945246721495,0.489088543476099,0.178578876589382,0.990310873891485 -8367,0.5,0.255951455205554,0.049200335826001,0.434561822107773,0.0814289260255839,0.991083354641063 -8368,0.5,0.255951455205554,0.00477995838457907,0.380105799913173,0.0,0.985863437651229 -8369,0.5,0.255951455205554,0.0,0.346813655533588,0.0,0.921784113691884 -8370,0.5,0.255951455205554,0.0,0.331138657862396,0.0,0.876505005207261 -8371,0.5,0.255951455205554,0.0,0.321897419617567,0.0,0.878230317773701 -8372,0.5,0.255951455205554,0.0,0.305468116335969,0.0,0.893508792549996 -8373,0.5,0.255951455205554,0.0,0.291359071534215,0.0,0.873625110850954 -8374,0.5,0.255951455205554,0.0,0.28303853485799,0.0,0.803535766334391 -8375,0.5,0.255951455205554,0.0,0.264987322158369,0.0,0.724729844755698 -8376,0.5,0.255951455205554,0.0,0.238053089900304,0.0,0.595184359402251 -8377,0.5,0.255951455205554,0.0,0.204971205575637,0.0,0.302994393626476 -8378,0.5,0.255951455205554,0.0,0.166346749537412,0.0,0.120248145430457 -8379,0.5,0.255951455205554,0.0,0.133963240889152,0.0,0.119158514517869 -8380,0.5,0.255951455205554,0.0,0.111847181786233,0.0,0.300975556626954 -8381,0.5,0.255951455205554,0.0,0.0991391592133984,0.0,0.622153979246371 -8382,0.5,0.255951455205554,0.0,0.0969719196461124,0.0,0.828983366671276 -8383,0.5,0.255951455205554,0.0,0.108905499466161,0.0,0.91832393921106 -8384,0.5,0.255951455205554,0.0,0.132081323327261,0.0,0.923734848765428 -8385,0.5,0.255951455205554,0.000657688679960246,0.168223073211339,0.0,0.919988712176051 -8386,0.5,0.255951455205554,0.0233785453509357,0.211878407114448,0.016412920041372,0.922039083259421 -8387,0.5,0.255951455205554,0.0650758315932507,0.257994133945936,0.0390195387673819,0.94590479285818 -8388,0.5,0.255951455205554,0.0959795924680119,0.301787412005381,0.0402557097228035,0.96117589028569 -8389,0.5,0.255951455205554,0.0970182460855533,0.34395464028328,0.0247494802641894,0.966886348455698 -8390,0.5,0.255951455205554,0.0761179504310687,0.373057337630238,0.0199291818564504,0.944894140753854 -8391,0.5,0.255951455205554,0.0406495400984201,0.373999827161809,0.00395098044431331,0.918421552258934 -8392,0.5,0.255951455205554,0.00235634332475149,0.359792730929293,0.0,0.883367146149646 -8393,0.5,0.255951455205554,0.0,0.35186429727979,0.0,0.847524119143802 -8394,0.5,0.255951455205554,0.0,0.356226113277403,0.0,0.840864927153675 -8395,0.5,0.255951455205554,0.0,0.342155172160816,0.0,0.833879361432443 -8396,0.5,0.255951455205554,0.0,0.310613604143528,0.0,0.78778443262088 -8397,0.5,0.255951455205554,0.0,0.272577948895142,0.0,0.749543739611425 -8398,0.5,0.255951455205554,0.0,0.249692551440401,0.0,0.704994655258027 -8399,0.5,0.255951455205554,0.0,0.237041704830059,0.0,0.530772688071456 -8400,0.5,0.255951455205554,0.0,0.228501708544832,0.0,0.520411614567385 -8401,0.5,0.255951455205554,0.0,0.22613615852933,0.0,0.671845782960136 -8402,0.5,0.255951455205554,0.0,0.222211490682451,0.0,0.607849887169392 -8403,0.5,0.255951455205554,0.0,0.228638825761156,0.0,0.588671861505895 -8404,0.5,0.255951455205554,0.0,0.239872417280288,0.0,0.867420525951586 -8405,0.5,0.255951455205554,0.0,0.257433155378873,0.0,0.981618774557697 -8406,0.5,0.255951455205554,0.0,0.286499655455989,0.0,0.98886929391094 -8407,0.5,0.255951455205554,0.0,0.318075152860819,0.0,0.986784427936635 -8408,0.5,0.255951455205554,0.0,0.368164429159762,0.0,0.97566082312855 -8409,0.5,0.255951455205554,0.00108491550063952,0.431211325631748,0.0,0.963572758529796 -8410,0.5,0.255951455205554,0.0294608741343554,0.483821800493744,0.00252983652296916,0.973947217961575 -8411,0.5,0.255951455205554,0.0641240371933823,0.526684849977119,0.0248901161948524,0.97978566912749 -8412,0.5,0.255951455205554,0.0811267147776612,0.586579010137362,0.0370314946047821,0.803233732355509 -8413,0.5,0.255951455205554,0.0719655908839546,0.637415203821709,0.0341463834435774,0.688365078898041 -8414,0.5,0.255951455205554,0.0492024591584936,0.63847203013698,0.0213521368021592,0.791672370127122 -8415,0.5,0.255951455205554,0.0221189393962152,0.588161255220007,0.0053929897032055,0.793814815545909 -8416,0.5,0.255951455205554,0.0009599581118516,0.504213654545818,0.0,0.835045895373564 -8417,0.5,0.255951455205554,0.0,0.42458886917528,0.0,0.53996808376353 -8418,0.5,0.255951455205554,0.0,0.385231123281989,0.0,0.303628650407233 -8419,0.5,0.255951455205554,0.0,0.318662891238812,0.0,0.322184655969103 -8420,0.5,0.255951455205554,0.0,0.292651404263486,0.0,0.390812818094696 -8421,0.5,0.255951455205554,0.0,0.294445888460137,0.0,0.527578770465392 -8422,0.5,0.255951455205554,0.0,0.283195246390934,0.0,0.531842856116668 -8423,0.5,0.255951455205554,0.0,0.265017303868242,0.0,0.591394238557124 -8424,0.5,0.255951455205554,0.0,0.262174992274561,0.0,0.599750276703205 -8425,0.5,0.255951455205554,0.0,0.288688155221132,0.0,0.563410186864511 -8426,0.5,0.255951455205554,0.0,0.289885282850652,0.0,0.424468833758968 -8427,0.5,0.255951455205554,0.0,0.285138982697655,0.0,0.358786966274483 -8428,0.5,0.255951455205554,0.0,0.269076880648035,0.0,0.408646847509165 -8429,0.5,0.255951455205554,0.0,0.268825547546788,0.0,0.49839833020228 -8430,0.5,0.255951455205554,0.0,0.278430870320039,0.0,0.460821945052397 -8431,0.5,0.255951455205554,0.0,0.298127813935352,0.0,0.404197652981852 -8432,0.5,0.255951455205554,0.0,0.313244486509072,0.0,0.467782298213773 -8433,0.5,0.255951455205554,3.9541715059719e-05,0.331494320792009,0.0,0.57437268932775 -8434,0.5,0.255951455205554,0.000814732546422765,0.353620327918199,0.000101949093218272,0.633223477600177 -8435,0.5,0.255951455205554,0.00185208113016325,0.379636289111573,0.000369152080733816,0.75029034908451 -8436,0.5,0.255951455205554,0.00313968961133688,0.424714684050613,0.000569067255964049,0.88010329287019 -8437,0.5,0.255951455205554,0.00355051606799736,0.486629883164735,0.000530337797308301,0.89724956626486 -8438,0.5,0.255951455205554,0.00238268250373829,0.559185498058387,0.000560039419824591,0.904323908250599 -8439,0.5,0.255951455205554,0.00112917032457057,0.626036533392519,0.000322600712150608,0.921557814662769 -8440,0.5,0.255951455205554,0.000171960422222677,0.682774799861007,0.0,0.935820162981309 -8441,0.5,0.255951455205554,0.0,0.743753264377233,0.0,0.960722115141839 -8442,0.5,0.255951455205554,0.0,0.804609892604501,0.0,0.988643231538954 -8443,0.5,0.255951455205554,0.0,0.854898785752781,0.0,0.999389933154891 -8444,0.5,0.255951455205554,0.0,0.888880928667035,0.0,1.00013582477056 -8445,0.5,0.255951455205554,0.0,0.911525122915057,0.0,0.962846133744755 -8446,0.5,0.255951455205554,0.0,0.930658089062437,0.0,0.763905308957899 -8447,0.5,0.255951455205554,0.0,0.937527296661307,0.0,0.491837044406596 -8448,0.5,0.255951455205554,0.0,0.929449135524125,0.0,0.322686011844453 -8449,0.5,0.255951455205554,0.0,0.897609432938713,0.0,0.264053537703763 -8450,0.5,0.255951455205554,0.0,0.860050934026585,0.0,0.265715603220245 -8451,0.5,0.255951455205554,0.0,0.840644689373184,0.0,0.496848011146419 -8452,0.5,0.255951455205554,0.0,0.833290879229313,0.0,0.719991926619996 -8453,0.5,0.255951455205554,0.0,0.838595005800322,0.0,0.779290405366044 -8454,0.5,0.255951455205554,0.0,0.830353110372705,0.0,0.767881513062209 -8455,0.5,0.255951455205554,0.0,0.823421385927144,0.0,0.78122161116904 -8456,0.5,0.255951455205554,0.0,0.79755779292836,0.0,0.817950255615033 -8457,0.5,0.255951455205554,0.000283568346937251,0.767519814664993,0.0,0.883297371495793 -8458,0.5,0.255951455205554,0.00556294604207613,0.73835526009274,0.00145422898617048,0.898995170902252 -8459,0.5,0.255951455205554,0.0156805020256647,0.733433958905761,0.0124022996618569,0.928158414923302 -8460,0.5,0.255951455205554,0.0236685950331244,0.762473121171066,0.0641871609446186,0.946889823390967 -8461,0.5,0.255951455205554,0.022253796524998,0.777126241472149,0.062453602475733,0.957969405683392 -8462,0.5,0.255951455205554,0.0171943509778625,0.779826187059926,0.0138215666347238,0.953651431317714 -8463,0.5,0.255951455205554,0.0108193016592019,0.75344967337368,0.0103807378732816,0.978968982454528 -8464,0.5,0.255951455205554,0.000614635204806607,0.720294173511162,0.0,0.99713443800502 -8465,0.5,0.255951455205554,0.0,0.736562354807848,0.0,1.00213658462853 -8466,0.5,0.255951455205554,0.0,0.746383778376518,0.0,1.0030648069822 -8467,0.5,0.255951455205554,0.0,0.75506198890132,0.0,1.00515561253854 -8468,0.5,0.255951455205554,0.0,0.752998977251944,0.0,1.00540488671851 -8469,0.5,0.255951455205554,0.0,0.73526956141671,0.0,1.00510023509582 -8470,0.5,0.255951455205554,0.0,0.731363758321041,0.0,1.00465813617143 -8471,0.5,0.255951455205554,0.0,0.74867386030926,0.0,1.00632842153345 -8472,0.5,0.255951455205554,0.0,0.770968099369234,0.0,1.00642598547674 -8473,0.5,0.255951455205554,0.0,0.800800628564472,0.0,1.00633550518622 -8474,0.5,0.255951455205554,0.0,0.828560966787591,0.0,1.00710784149238 -8475,0.5,0.255951455205554,0.0,0.859419284971484,0.0,1.00861096601663 -8476,0.5,0.255951455205554,0.0,0.880358986268316,0.0,1.00953094176918 -8477,0.5,0.255951455205554,0.0,0.902438093017538,0.0,0.117326851775686 -8478,0.5,0.255951455205554,0.0,0.917659358756982,0.0,0.150785048183781 -8479,0.5,0.255951455205554,0.0,0.93123498991309,0.0,0.29313038515401 -8480,0.5,0.255951455205554,0.0,0.945987317510102,0.0,0.902832172963553 -8481,0.5,0.255951455205554,0.00116697881112339,0.960649490405426,0.0,1.01052310141791 -8482,0.5,0.255951455205554,0.0476976656537341,0.971604912051662,0.00866632688747017,1.01046691993561 -8483,0.5,0.255951455205554,0.108374720910952,0.972145538720298,0.131768161573356,1.00999909884163 -8484,0.5,0.255951455205554,0.13734472746242,0.980001107316403,0.221221422211486,1.01026103291829 -8485,0.5,0.255951455205554,0.124902461451614,0.984265269990122,0.22296631917017,1.01020305605732 -8486,0.5,0.255951455205554,0.0844207445058544,0.978299559149056,0.230465759953596,0.262139468208456 -8487,0.5,0.255951455205554,0.0391657684470118,0.963749993899696,0.179857953037,0.111635467964667 -8488,0.5,0.255951455205554,0.00381992683983964,0.929202331275192,0.0,0.111050211141964 -8489,0.5,0.255951455205554,0.0,0.920633992641401,0.0,0.109464390506305 -8490,0.5,0.255951455205554,0.0,0.925775020084592,0.0,1.00649738675434 -8491,0.5,0.255951455205554,0.0,0.950477166200613,0.0,1.00954565606135 -8492,0.5,0.255951455205554,0.0,0.953620637940749,0.0,1.00923466695036 -8493,0.5,0.255951455205554,0.0,0.947977690387581,0.0,1.00987313185635 -8494,0.5,0.255951455205554,0.0,0.925952536899083,0.0,1.00966587206566 -8495,0.5,0.255951455205554,0.0,0.888440640324888,0.0,1.00877781607975 -8496,0.5,0.255951455205554,0.0,0.852736453901315,0.0,1.00657562744033 -8497,0.5,0.255951455205554,0.0,0.823424320705295,0.0,0.998627137402302 -8498,0.5,0.255951455205554,0.0,0.797474010804454,0.0,1.00042309868115 -8499,0.5,0.255951455205554,0.0,0.765756501159864,0.0,1.0029125923972 -8500,0.5,0.255951455205554,0.0,0.730480938866906,0.0,0.974950394237559 -8501,0.5,0.255951455205554,0.0,0.689070035417799,0.0,0.916047398185498 -8502,0.5,0.255951455205554,0.0,0.658212129509062,0.0,0.949005843771869 -8503,0.5,0.255951455205554,0.0,0.636199925970948,0.0,0.999243995201494 -8504,0.5,0.255951455205554,0.0,0.645355450922103,0.0,0.998857179243742 -8505,0.5,0.255951455205554,0.000533307134699848,0.655028789545258,0.0,0.998420755132421 -8506,0.5,0.255951455205554,0.0220756546130503,0.72940900964799,0.00405541864537861,0.997181468730547 -8507,0.5,0.255951455205554,0.049277288346807,0.81215138741612,0.0144722187505422,1.00056497254839 -8508,0.5,0.255951455205554,0.0669740613487135,0.867434864230245,0.016592152385728,1.00347568040811 -8509,0.5,0.255951455205554,0.0664167024959935,0.906760512511253,0.0157736824915733,1.01019770331044 -8510,0.5,0.255951455205554,0.0512741529144598,0.93055393885544,0.0102247677783493,0.293265647506428 -8511,0.5,0.255951455205554,0.0316705349347942,0.951634273695044,0.00279985643533517,0.112926578272017 -8512,0.5,0.255951455205554,0.0071124075048735,0.937438801913655,0.000247166132974327,0.151244500411277 -8513,0.5,0.255951455205554,0.0,0.946369219646831,0.0,0.903307296721616 -8514,0.5,0.255951455205554,0.0,0.986789718257025,0.0,1.010917532108 -8515,0.5,0.255951455205554,0.0,0.993096960207211,0.0,1.01091739464826 -8516,0.5,0.255951455205554,0.0,0.999075508248553,0.0,1.01091590247748 -8517,0.5,0.255951455205554,0.0,1.00152413441782,0.0,1.01091687427224 -8518,0.5,0.255951455205554,0.0,1.00198923637494,0.0,1.01091790630616 -8519,0.5,0.255951455205554,0.0,1.00123653597961,0.0,1.01091244592205 -8520,0.5,0.255951455205554,0.0,1.00118322227488,0.0,1.01085696881297 -8521,0.5,0.255951455205554,0.0,1.00153758199575,0.0,1.01078567222376 -8522,0.5,0.255951455205554,0.0,1.00033589827523,0.0,1.01078721635179 -8523,0.5,0.255951455205554,0.0,0.998971472332418,0.0,1.01057718495855 -8524,0.5,0.255951455205554,0.0,0.998656386376529,0.0,1.00907888004655 -8525,0.5,0.255951455205554,0.0,0.996870136947857,0.0,1.00645570007506 -8526,0.5,0.255951455205554,0.0,0.996437581452186,0.0,1.00679392222855 -8527,0.5,0.255951455205554,0.0,0.995307431703435,0.0,1.00837148225985 -8528,0.5,0.255951455205554,0.0,0.99353704845413,0.0,1.00945299974369 -8529,0.5,0.255951455205554,0.000770044856960586,0.992414798258918,0.0,1.00951395795722 -8530,0.5,0.255951455205554,0.0282465802527081,0.991734419456704,0.000168443444274119,1.00971729934533 -8531,0.5,0.255951455205554,0.0642879743541067,0.99059663783565,0.000721825057075502,1.0090959235913 -8532,0.5,0.255951455205554,0.0882829835643078,0.99139362500939,0.0014119183403993,1.00597084649375 -8533,0.5,0.255951455205554,0.0922490708667542,0.989970390707477,0.00157836819028639,0.999883254607457 -8534,0.5,0.255951455205554,0.0769904634838174,0.986744525192512,0.00274950114366532,0.993378567888936 -8535,0.5,0.255951455205554,0.0498591745317997,0.976294336870716,0.00414760474197635,0.993117347612945 -8536,0.5,0.255951455205554,0.0129769100762184,0.96454770376451,0.0,0.990904838379328 -8537,0.5,0.255951455205554,0.0,0.954169198546176,0.0,0.986747329664356 -8538,0.5,0.255951455205554,0.0,0.94479753126455,0.0,0.984529804286709 -8539,0.5,0.255951455205554,0.0,0.933608478695684,0.0,0.978477277827258 -8540,0.5,0.255951455205554,0.0,0.919744566925017,0.0,0.960258230932088 -8541,0.5,0.255951455205554,0.0,0.906824391852945,0.0,0.964675214159211 -8542,0.5,0.255951455205554,0.0,0.898634511091798,0.0,0.970556065803528 -8543,0.5,0.255951455205554,0.0,0.896575433620389,0.0,0.972198076582819 -8544,0.5,0.255951455205554,0.0,0.893231652638806,0.0,0.968975271145721 -8545,0.5,0.255951455205554,0.0,0.892978925464768,0.0,0.955587199489939 -8546,0.5,0.255951455205554,0.0,0.897413642299387,0.0,0.943650236658656 -8547,0.5,0.255951455205554,0.0,0.902855141624822,0.0,0.942054629684088 -8548,0.5,0.255951455205554,0.0,0.907653059066543,0.0,0.926204194623083 -8549,0.5,0.255951455205554,0.0,0.905628048061621,0.0,0.908867648059482 -8550,0.5,0.255951455205554,0.0,0.898591326971969,0.0,0.873518433682482 -8551,0.5,0.255951455205554,0.0,0.889484044406357,0.0,0.738482571456845 -8552,0.5,0.255951455205554,0.0,0.876234616544727,0.0,0.449756740853229 -8553,0.5,0.255951455205554,0.000785880869363229,0.858844445162174,0.0,0.278015396807195 -8554,0.5,0.255951455205554,0.026532852147964,0.843221718348555,0.00139437483409386,0.224721975670612 -8555,0.5,0.255951455205554,0.0623984784240246,0.842847945493069,0.0091467750840134,0.210782055308297 -8556,0.5,0.255951455205554,0.0885129355632929,0.848170394811451,0.0176948822473033,0.178838198904723 -8557,0.5,0.255951455205554,0.104188198789074,0.844735937689333,0.0165856637787272,0.183782937079113 -8558,0.5,0.255951455205554,0.104180610690984,0.826235716340372,0.0143667802950159,0.201315625718146 -8559,0.5,0.255951455205554,0.0886219975511222,0.815435831858706,0.0064369733212233,0.209924184092234 -8560,0.5,0.255951455205554,0.0210383456030948,0.793167593165353,0.0,0.242005475053064 -8561,0.5,0.255951455205554,0.0,0.775993166130217,0.0,0.33383776073738 -8562,0.5,0.255951455205554,0.0,0.769276260540777,0.0,0.363811799618765 -8563,0.5,0.255951455205554,0.0,0.763793733074607,0.0,0.256259550018924 -8564,0.5,0.255951455205554,0.0,0.758055467360117,0.0,0.167523537507745 -8565,0.5,0.255951455205554,0.0,0.753135919109641,0.0,0.126674258556676 -8566,0.5,0.255951455205554,0.0,0.748967644497909,0.0,0.108157705640626 -8567,0.5,0.255951455205554,0.0,0.748786649156629,0.0,0.0914858870703316 -8568,0.5,0.255951455205554,0.0,0.752179680970755,0.0,0.064971062793734 -8569,0.5,0.255951455205554,0.0,0.757328490763072,0.0,0.0446834453459289 -8570,0.5,0.255951455205554,0.0,0.759877104455144,0.0,0.0313200976169468 -8571,0.5,0.255951455205554,0.0,0.748010560233724,0.0,0.022664976676693 -8572,0.5,0.255951455205554,0.0,0.746923949129788,0.0,0.0174558228876349 -8573,0.5,0.255951455205554,0.0,0.747440952196514,0.0,0.0204534963326039 -8574,0.5,0.255951455205554,0.0,0.742458148184553,0.0,0.054563293003411 -8575,0.5,0.255951455205554,0.0,0.738351164524885,0.0,0.211063689144159 -8576,0.5,0.255951455205554,0.0,0.735403044552474,0.0,0.572115663177635 -8577,0.5,0.255951455205554,0.00125963050716299,0.734958427662286,0.0,0.836955551592421 -8578,0.5,0.255951455205554,0.0272476979167726,0.743545522871813,0.00261630793917312,0.88929180433598 -8579,0.5,0.255951455205554,0.0502380115411596,0.761543112929043,0.0197001703736354,0.913597587218399 -8580,0.5,0.255951455205554,0.0634933531499132,0.796920066102367,0.0532027304988699,0.922292542215381 -8581,0.5,0.255951455205554,0.0702100748655641,0.790840652966331,0.0146182051869962,0.939346036422332 -8582,0.5,0.255951455205554,0.0776757196869566,0.762212049956029,0.00982787670588035,0.980167721600357 -8583,0.5,0.255951455205554,0.0638580517622808,0.740099779195272,0.00280663775134779,1.00450758884595 -8584,0.5,0.255951455205554,0.0142054247369394,0.714111490489401,0.0,1.00525986842364 -8585,0.5,0.255951455205554,0.0,0.676211770083699,0.0,1.00404626919618 -8586,0.5,0.255951455205554,0.0,0.639879948792478,0.0,1.0030113136031 -8587,0.5,0.255951455205554,0.0,0.620092394696564,0.0,1.0041224175312 -8588,0.5,0.255951455205554,0.0,0.608293929819497,0.0,1.00555736549751 -8589,0.5,0.255951455205554,0.0,0.60498061905381,0.0,1.00621344747398 -8590,0.5,0.255951455205554,0.0,0.599898970688351,0.0,1.00604079297443 -8591,0.5,0.255951455205554,0.0,0.59134568626034,0.0,1.00562013710411 -8592,0.5,0.255951455205554,0.0,0.613960087037293,0.0,1.00510739328415 -8593,0.5,0.255951455205554,0.0,0.656693050860192,0.0,1.00466849000005 -8594,0.5,0.255951455205554,0.0,0.701311143171219,0.0,1.0041509138491 -8595,0.5,0.255951455205554,0.0,0.728666387993332,0.0,1.00071566581894 -8596,0.5,0.255951455205554,0.0,0.740573126561617,0.0,1.00138092788902 -8597,0.5,0.255951455205554,0.0,0.745382548858465,0.0,1.00428637184172 -8598,0.5,0.255951455205554,0.0,0.762617468508186,0.0,1.00384380175925 -8599,0.5,0.255951455205554,0.0,0.774383064652072,0.0,1.00465211781059 -8600,0.5,0.255951455205554,0.0,0.781044725054056,0.0,1.00191491186128 -8601,0.5,0.255951455205554,0.000386618020576755,0.819082594445836,0.0,1.00290805140776 -8602,0.5,0.255951455205554,0.0236086174166209,0.829750304784428,0.0187790846083598,1.00281552947889 -8603,0.5,0.255951455205554,0.0611765898209937,0.832273950568511,0.152035886625943,1.00166741577221 -8604,0.5,0.255951455205554,0.0920945990887588,0.8529070549155,0.2267670843722,0.99424247446822 -8605,0.5,0.255951455205554,0.103659467952364,0.857591922184347,0.0162847491043405,0.872341772510418 -8606,0.5,0.255951455205554,0.0921003419321604,0.848567789490992,0.00730338219547612,0.853128637414913 -8607,0.5,0.255951455205554,0.0572771926051276,0.814013217969159,0.00372988010201196,0.887756561219892 -8608,0.5,0.255951455205554,0.00991548615599296,0.768205752002458,0.0,0.876349836815566 -8609,0.5,0.255951455205554,0.0,0.71353126239968,0.0,0.8739039128518 -8610,0.5,0.255951455205554,0.0,0.678446071893537,0.0,0.855259164033117 -8611,0.5,0.255951455205554,0.0,0.659404280128697,0.0,0.822562926855285 -8612,0.5,0.255951455205554,0.0,0.659716774625908,0.0,0.753175747903151 -8613,0.5,0.255951455205554,0.0,0.630702736291324,0.0,0.652691404047349 -8614,0.5,0.255951455205554,0.0,0.59042624652145,0.0,0.521425501893499 -8615,0.5,0.255951455205554,0.0,0.556997790950556,0.0,0.375395700487678 -8616,0.5,0.255951455205554,0.0,0.512388539037621,0.0,0.258833886534231 -8617,0.5,0.255951455205554,0.0,0.467008140025152,0.0,0.181250771739099 -8618,0.5,0.255951455205554,0.0,0.410424145087021,0.0,0.122161274861138 -8619,0.5,0.255951455205554,0.0,0.341039045822913,0.0,0.06099200126262 -8620,0.5,0.255951455205554,0.0,0.287742026790039,0.0,0.0268709993796081 -8621,0.5,0.255951455205554,0.0,0.245792814043463,0.0,0.0215630211569234 -8622,0.5,0.255951455205554,0.0,0.213908650912229,0.0,0.0197923505844822 -8623,0.5,0.255951455205554,0.0,0.191161382197569,0.0,0.0286334223552727 -8624,0.5,0.255951455205554,0.0,0.169872811071008,0.0,0.0462819078715938 -8625,0.5,0.255951455205554,0.000342938127881987,0.139739724744111,0.0,0.0505641586753326 -8626,0.5,0.255951455205554,0.0326066995254961,0.122262151615037,0.0264166714529073,0.036234774888611 -8627,0.5,0.255951455205554,0.105329044434522,0.108068342702411,0.184802059173727,0.0282753921319475 -8628,0.5,0.255951455205554,0.167901541155441,0.0991233583562315,0.302003474700411,0.0309900578883311 -8629,0.5,0.255951455205554,0.189472321777685,0.0953804318860466,0.353568040470045,0.0398150349909027 -8630,0.5,0.255951455205554,0.171110805830025,0.0900549971139892,0.327966024372587,0.0550159320801212 -8631,0.5,0.255951455205554,0.110048611502989,0.078552091837031,0.202011810221801,0.0614124554085109 -8632,0.5,0.255951455205554,0.010825487392812,0.0669991651987108,0.0,0.0615924624797171 -8633,0.5,0.255951455205554,0.0,0.0626047776683917,0.0,0.046101274078248 -8634,0.5,0.255951455205554,0.0,0.0631449494767682,0.0,0.0649853664438447 -8635,0.5,0.255951455205554,0.0,0.0646481441487244,0.0,0.121938226214713 -8636,0.5,0.255951455205554,0.0,0.0715490222505473,0.0,0.180632597673972 -8637,0.5,0.255951455205554,0.0,0.0852542432557003,0.0,0.236643959758877 -8638,0.5,0.255951455205554,0.0,0.102105207981134,0.0,0.33291073856544 -8639,0.5,0.255951455205554,0.0,0.118266157503032,0.0,0.501465058713387 -8640,0.5,0.255951455205554,0.0,0.131567199303046,0.0,0.545075274020449 -8641,0.5,0.255951455205554,0.0,0.14262055309473,0.0,0.477631771359174 -8642,0.5,0.255951455205554,0.0,0.149660528819946,0.0,0.495354881386078 -8643,0.5,0.255951455205554,0.0,0.152026755528134,0.0,0.483781701498925 -8644,0.5,0.255951455205554,0.0,0.160628290146841,0.0,0.394783452266491 -8645,0.5,0.255951455205554,0.0,0.186871530979448,0.0,0.31115382203854 -8646,0.5,0.255951455205554,0.0,0.227788941394622,0.0,0.279717428166437 -8647,0.5,0.255951455205554,0.0,0.275105670725063,0.0,0.294232220263875 -8648,0.5,0.255951455205554,0.0,0.323347234321963,0.0,0.327108480276683 -8649,0.5,0.255951455205554,0.00107417023210358,0.352763668853882,0.0,0.322889107733232 -8650,0.5,0.255951455205554,0.0523260679991792,0.382161875029689,0.0275255276787093,0.296648835892858 -8651,0.5,0.255951455205554,0.129029454211604,0.419961037944994,0.192969899981703,0.276755222052477 -8652,0.5,0.255951455205554,0.179952030044019,0.452724152645622,0.312531557913754,0.278991434571088 -8653,0.5,0.255951455205554,0.190213629341485,0.473150152197966,0.363728820050283,0.2848886171359 -8654,0.5,0.255951455205554,0.161329509215571,0.488298935112573,0.343041072816318,0.281190515306481 -8655,0.5,0.255951455205554,0.0974278772590694,0.493332486478038,0.24428030961429,0.262214423780558 -8656,0.5,0.255951455205554,0.00784491179720794,0.48732712597502,0.0,0.246141702711744 -8657,0.5,0.255951455205554,0.0,0.487056739381546,0.0,0.259144722259041 -8658,0.5,0.255951455205554,0.0,0.506763928010405,0.0,0.291381459127774 -8659,0.5,0.255951455205554,0.0,0.523011853364387,0.0,0.354602555538951 -8660,0.5,0.255951455205554,0.0,0.531101799894312,0.0,0.458730938537984 -8661,0.5,0.255951455205554,0.0,0.535227872806882,0.0,0.552747861252563 -8662,0.5,0.255951455205554,0.0,0.52638644619445,0.0,0.620404216605749 -8663,0.5,0.255951455205554,0.0,0.51588172278749,0.0,0.647382759384002 -8664,0.5,0.255951455205554,0.0,0.504167422823507,0.0,0.645006532499463 -8665,0.5,0.255951455205554,0.0,0.482134314820863,0.0,0.582017434886192 -8666,0.5,0.255951455205554,0.0,0.450095615758414,0.0,0.476114718552944 -8667,0.5,0.255951455205554,0.0,0.408185060353302,0.0,0.420921677445954 -8668,0.5,0.255951455205554,0.0,0.366044921423274,0.0,0.290431327462824 -8669,0.5,0.255951455205554,0.0,0.332015894337966,0.0,0.203502718588728 -8670,0.5,0.255951455205554,0.0,0.300264694249243,0.0,0.166511218977105 -8671,0.5,0.255951455205554,0.0,0.272883043921818,0.0,0.121567751866019 -8672,0.5,0.255951455205554,0.0,0.252356009043461,0.0,0.110587712837513 -8673,0.5,0.255951455205554,0.000951180710104495,0.235012966687323,0.0,0.147697913139256 -8674,0.5,0.255951455205554,0.0710267457356561,0.22043787831994,0.00531493283731866,0.230917169815357 -8675,0.5,0.255951455205554,0.198476967141983,0.211863953449648,0.051728934566646,0.247282925902154 -8676,0.5,0.255951455205554,0.297296428840647,0.205048320418476,0.0371414603641572,0.414639332527832 -8677,0.5,0.255951455205554,0.338359151753718,0.200220138666184,0.0335965396071454,0.494831465284653 -8678,0.5,0.255951455205554,0.315767362407068,0.195403344787908,0.0549722304835398,0.48409311218797 -8679,0.5,0.255951455205554,0.214307254991047,0.167155799147914,0.131631823152261,0.35601081361751 -8680,0.5,0.255951455205554,0.0282557061432348,0.138357110807051,0.0,0.25063988593177 -8681,0.5,0.255951455205554,0.0,0.108349050464638,0.0,0.128833013628474 -8682,0.5,0.255951455205554,0.0,0.0776037802735703,0.0,0.0690199604844348 -8683,0.5,0.255951455205554,0.0,0.054571121609706,0.0,0.0341368877058062 -8684,0.5,0.255951455205554,0.0,0.0362768371901809,0.0,0.055657115671789 -8685,0.5,0.255951455205554,0.0,0.0286095908411048,0.0,0.136530384997966 -8686,0.5,0.255951455205554,0.0,0.0307304060553336,0.0,0.208991893993028 -8687,0.5,0.255951455205554,0.0,0.0460322948511716,0.0,0.303338790921995 -8688,0.5,0.255951455205554,0.0,0.072023653084618,0.0,0.451814283599472 -8689,0.5,0.255951455205554,0.0,0.105486375462965,0.0,0.616156984278387 -8690,0.5,0.255951455205554,0.0,0.143109713394928,0.0,0.864587690875071 -8691,0.5,0.255951455205554,0.0,0.181573857873173,0.0,0.965579462302514 -8692,0.5,0.255951455205554,0.0,0.217925465057431,0.0,0.963165097757013 -8693,0.5,0.255951455205554,0.0,0.236681216781078,0.0,0.955694958340177 -8694,0.5,0.255951455205554,0.0,0.243299719292803,0.0,0.96277822759984 -8695,0.5,0.255951455205554,0.0,0.270805418967234,0.0,0.955592384162201 -8696,0.5,0.255951455205554,0.0,0.313721899923463,0.0,0.927382909264543 -8697,0.5,0.255951455205554,0.00097565292155547,0.342916996050744,0.0,0.923203458258792 -8698,0.5,0.255951455205554,0.0429753481354903,0.392945107193995,0.012783872654864,0.990384577496266 -8699,0.5,0.255951455205554,0.103261293097037,0.462301336791692,0.0252234021845975,0.99489604839112 -8700,0.5,0.255951455205554,0.138508399705158,0.513935838966943,0.0150650453954045,0.985036706617199 -8701,0.5,0.255951455205554,0.136024818465262,0.561426813156232,0.0324304127676581,0.923540406653476 -8702,0.5,0.255951455205554,0.104643591873463,0.579145398856583,0.0388349871900313,0.85187500510182 -8703,0.5,0.255951455205554,0.0568087199444561,0.540151570711109,0.0293619109828815,0.753871062667183 -8704,0.5,0.255951455205554,0.0111359249941846,0.477991315271437,0.0,0.635081672617444 -8705,0.5,0.255951455205554,1.02108343263207e-06,0.410785615302024,0.0,0.391897875643512 -8706,0.5,0.255951455205554,0.0,0.336028552086499,0.0,0.172740563127038 -8707,0.5,0.255951455205554,0.0,0.252409727655001,0.0,0.105665955559046 -8708,0.5,0.255951455205554,0.0,0.196983740047702,0.0,0.0938521908686796 -8709,0.5,0.255951455205554,0.0,0.156986594594485,0.0,0.127998586104121 -8710,0.5,0.255951455205554,0.0,0.125429680086051,0.0,0.16627076777237 -8711,0.5,0.255951455205554,0.0,0.0979989288898335,0.0,0.249165482714626 -8712,0.5,0.255951455205554,0.0,0.0800573573815134,0.0,0.549021924461909 -8713,0.5,0.255951455205554,0.0,0.0730670986231651,0.0,0.741519739261528 -8714,0.5,0.255951455205554,0.0,0.0803550740758059,0.0,0.768768685769198 -8715,0.5,0.255951455205554,0.0,0.0825107314413629,0.0,0.714109090145663 -8716,0.5,0.255951455205554,0.0,0.0833921182265334,0.0,0.659063585987752 -8717,0.5,0.255951455205554,0.0,0.0885385437984304,0.0,0.659358215068333 -8718,0.5,0.255951455205554,0.0,0.0975497602374056,0.0,0.701399118416827 -8719,0.5,0.255951455205554,0.0,0.112720621698016,0.0,0.740535026436629 -8720,0.5,0.255951455205554,0.0,0.121765440168348,0.0,0.743023809571504 -8721,0.5,0.255951455205554,0.00111534761766454,0.119844910593409,0.0,0.702930899675396 -8722,0.5,0.255951455205554,0.0447439384753153,0.123849838993334,0.0126991594026627,0.64367637877631 -8723,0.5,0.255951455205554,0.113253234565302,0.130722173204421,0.139936297503725,0.616428921734254 -8724,0.5,0.255951455205554,0.165274750849823,0.141519144910572,0.248064051027229,0.611085104030791 -8725,0.5,0.255951455205554,0.179830945816979,0.144842110902314,0.316457459984371,0.614883344518297 -8726,0.5,0.255951455205554,0.15550383995539,0.140687215357194,0.31570708393948,0.629873114652997 -8727,0.5,0.255951455205554,0.0995608877974081,0.133766150417778,0.235510204553516,0.643992240491431 -8728,0.5,0.255951455205554,0.0167768837123658,0.11868852742956,0.0,0.647019077220968 -8729,0.5,0.255951455205554,0.0,0.104137917487207,0.0,0.657631365916818 -8730,0.5,0.255951455205554,0.0,0.0991438457230104,0.0,0.656510464673693 -8731,0.5,0.255951455205554,0.0,0.100143718108342,0.0,0.651661967186897 -8732,0.5,0.255951455205554,0.0,0.0995194492737847,0.0,0.667518670226736 -8733,0.5,0.255951455205554,0.0,0.100054134356059,0.0,0.681443754041883 -8734,0.5,0.255951455205554,0.0,0.106561233345275,0.0,0.688724986773596 -8735,0.5,0.255951455205554,0.0,0.116506738598039,0.0,0.660780522534066 -8736,0.5,0.255951455205554,0.0,0.127406856977771,0.0,0.642595365469939 -8737,0.5,0.255951455205554,0.0,0.133003014740059,0.0,0.657107379483033 -8738,0.5,0.255951455205554,0.0,0.133416723842168,0.0,0.666514688987648 -8739,0.5,0.255951455205554,0.0,0.130313978561733,0.0,0.664038057401335 -8740,0.5,0.255951455205554,0.0,0.129082201981355,0.0,0.653836643698515 -8741,0.5,0.255951455205554,0.0,0.134126956242233,0.0,0.628883261501192 -8742,0.5,0.255951455205554,0.0,0.144024307214627,0.0,0.591834149260552 -8743,0.5,0.255951455205554,0.0,0.153896463471679,0.0,0.568436073286076 -8744,0.5,0.255951455205554,0.0,0.159704211062732,0.0,0.575590220397365 -8745,0.5,0.255951455205554,0.000672495874970056,0.157714163679771,0.0,0.602898665738393 -8746,0.5,0.255951455205554,0.0306264038220444,0.156431514899529,0.00567991111062041,0.652321683476112 -8747,0.5,0.255951455205554,0.0991560635313967,0.15581787378894,0.123905491828717,0.709447031730026 -8748,0.5,0.255951455205554,0.161143603288221,0.155596144214792,0.284390440505332,0.758063203736801 -8749,0.5,0.255951455205554,0.193997076299967,0.157503090680759,0.336726368114353,0.784452087668302 -8750,0.5,0.255951455205554,0.187233566287691,0.159147829015326,0.320588050813959,0.779820235777317 -8751,0.5,0.255951455205554,0.137904687905734,0.162682083128172,0.237489444279295,0.768053205705332 -8752,0.5,0.255951455205554,0.0259596899681652,0.168097802251846,0.0,0.784250110941497 -8753,0.5,0.255951455205554,0.0,0.170541374832599,0.0,0.839982221818772 -8754,0.5,0.255951455205554,0.0,0.177171103504317,0.0,0.882430744065298 -8755,0.5,0.255951455205554,0.0,0.186911461764092,0.0,0.914392622638004 -8756,0.5,0.255951455205554,0.0,0.196837081252105,0.0,0.941175560412895 -8757,0.5,0.255951455205554,0.0,0.204324166147184,0.0,0.958129845363011 -8758,0.5,0.255951455205554,0.0,0.211091804848756,0.0,0.96911753531501 -8759,0.5,0.255951455205554,0.0,0.2199241168392,0.0,0.977234408242557 diff --git a/tests/data/deflex_2014_de17_heat_csv/chp-heat plants.csv b/tests/data/deflex_2014_de17_heat_csv/chp-heat plants.csv deleted file mode 100644 index c84e835e..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/chp-heat plants.csv +++ /dev/null @@ -1,97 +0,0 @@ -,,limit_heat_chp,capacity_heat_chp,capacity_elec_chp,limit_hp,capacity_hp,efficiency_hp,efficiency_heat_chp,efficiency_elec_chp,fuel -DE01,bioenergy,664504,247.86,142.71,78830,29.41,0.54,0.33,0.19,bioenergy -DE01,hard coal,1625164,606.19,349.02,81275,30.32,0.54,0.33,0.19,hard coal -DE01,lignite,0,0.0,0.0,0,0.0,0.0,0.0,0.0,lignite -DE01,natural gas,509143,189.91,109.34,349819,130.49,0.54,0.33,0.19,natural gas -DE01,oil,8853,3.31,1.91,40511,15.12,0.54,0.33,0.19,oil -DE01,other,314066,117.15,67.45,53285,19.88,0.54,0.33,0.19,other -DE02,bioenergy,395890,150.57,60.23,428775,163.08,0.76,0.45,0.18,bioenergy -DE02,hard coal,1309871,498.18,199.27,4729,1.8,0.76,0.45,0.18,hard coal -DE02,lignite,0,0.0,0.0,0,0.0,0.0,0.0,0.0,lignite -DE02,natural gas,317152,120.62,48.25,533974,203.09,0.76,0.45,0.18,natural gas -DE02,oil,2573,0.98,0.39,120825,45.96,0.76,0.45,0.18,oil -DE02,other,305286,116.11,46.44,581510,221.17,0.76,0.45,0.18,other -DE03,bioenergy,519821,204.66,104.51,144799,57.01,0.82,0.47,0.24,bioenergy -DE03,hard coal,2491616,980.97,500.92,58696,23.11,0.82,0.47,0.24,hard coal -DE03,lignite,0,0.0,0.0,0,0.0,0.0,0.0,0.0,lignite -DE03,natural gas,1011690,398.31,203.39,943531,371.48,0.82,0.47,0.24,natural gas -DE03,oil,96941,38.17,19.49,6464,2.55,0.82,0.47,0.24,oil -DE03,other,229046,90.18,46.05,57590,22.68,0.82,0.47,0.24,other -DE04,bioenergy,97182,35.37,25.72,273403,99.49,0.45,0.22,0.16,bioenergy -DE04,hard coal,208442,75.85,55.16,138364,50.35,0.45,0.22,0.16,hard coal -DE04,lignite,0,0.0,0.0,0,0.0,0.0,0.0,0.0,lignite -DE04,natural gas,19093,6.95,5.05,90245,32.84,0.45,0.22,0.16,natural gas -DE04,oil,1550,0.57,0.41,3473,1.27,0.45,0.22,0.16,oil -DE04,other,73567,26.77,19.47,252334,91.83,0.45,0.22,0.16,other -DE05,bioenergy,1680966,671.94,335.97,1479078,591.24,0.74,0.44,0.22,bioenergy -DE05,hard coal,6311097,2522.75,1261.38,2218453,886.79,0.74,0.44,0.22,hard coal -DE05,lignite,1224015,489.28,244.64,249859,99.88,0.74,0.44,0.22,lignite -DE05,natural gas,7183681,2871.55,1435.78,4916353,1965.22,0.74,0.44,0.22,natural gas -DE05,oil,228809,91.47,45.74,307273,122.83,0.74,0.44,0.22,oil -DE05,other,1680527,671.76,335.88,867725,346.86,0.74,0.44,0.22,other -DE06,bioenergy,1207592,480.61,308.08,285999,113.83,0.77,0.39,0.25,bioenergy -DE06,hard coal,1687655,671.67,430.56,76891,30.61,0.77,0.39,0.25,hard coal -DE06,lignite,177587,70.68,45.31,4769,1.9,0.77,0.39,0.25,lignite -DE06,natural gas,2952872,1175.21,753.34,1119166,445.42,0.77,0.39,0.25,natural gas -DE06,oil,11318,4.51,2.89,38939,15.5,0.77,0.39,0.25,oil -DE06,other,668702,266.14,170.6,192257,76.52,0.77,0.39,0.25,other -DE07,bioenergy,552054,225.22,170.62,436668,178.15,0.57,0.33,0.25,bioenergy -DE07,hard coal,101152,41.27,31.27,0,0.0,0.0,0.33,0.25,hard coal -DE07,lignite,0,0.0,0.0,59784,24.39,0.57,0.0,0.0,lignite -DE07,natural gas,703837,287.14,217.53,405366,165.38,0.57,0.33,0.25,natural gas -DE07,oil,44,0.02,0.02,30677,12.52,0.57,0.33,0.25,oil -DE07,other,149079,60.82,46.08,332596,135.69,0.57,0.33,0.25,other -DE08,bioenergy,1752333,678.55,428.56,761978,295.06,0.82,0.38,0.24,bioenergy -DE08,hard coal,3266974,1265.06,798.99,113287,43.87,0.82,0.38,0.24,hard coal -DE08,lignite,18048,6.99,4.41,36929,14.3,0.82,0.38,0.24,lignite -DE08,natural gas,1467093,568.1,358.8,2084359,807.12,0.82,0.38,0.24,natural gas -DE08,oil,11880,4.61,2.91,146151,56.6,0.82,0.38,0.24,oil -DE08,other,738665,286.03,180.65,162481,62.92,0.82,0.38,0.24,other -DE09,bioenergy,0,0.0,0.0,227,0.09,0.58,0.0,0.0,bioenergy -DE09,hard coal,0,0.0,0.0,0,0.0,0.0,0.0,0.0,hard coal -DE09,lignite,0,0.0,0.0,1143,0.42,0.58,0.0,0.0,lignite -DE09,natural gas,4258543,1545.24,919.79,0,0.0,0.0,0.42,0.25,natural gas -DE09,oil,10290,3.74,2.23,29690,10.78,0.58,0.42,0.25,oil -DE09,other,1423643,516.58,307.49,0,0.0,0.0,0.42,0.25,other -DE10,bioenergy,44625,17.6,33.3,26127,10.31,0.58,0.65,1.23,bioenergy -DE10,hard coal,39677,15.65,29.61,40327,15.9,0.58,0.65,1.23,hard coal -DE10,lignite,1262,0.5,0.95,0,0.0,0.0,0.65,1.23,lignite -DE10,natural gas,562819,221.9,419.9,400634,157.95,0.58,0.65,1.23,natural gas -DE10,oil,2812,1.11,2.1,6919,2.73,0.58,0.65,1.23,oil -DE10,other,39009,15.38,29.1,8200,3.24,0.58,0.65,1.23,other -DE11,bioenergy,296396,111.12,72.36,574339,215.31,0.76,0.43,0.28,bioenergy -DE11,hard coal,2524908,946.53,616.35,71511,26.81,0.76,0.43,0.28,hard coal -DE11,lignite,1405358,526.84,343.06,130723,49.01,0.76,0.43,0.28,lignite -DE11,natural gas,2566722,962.2,626.55,1315594,493.19,0.76,0.43,0.28,natural gas -DE11,oil,22693,8.51,5.54,37687,14.13,0.76,0.43,0.28,oil -DE11,other,0,0.0,0.0,504807,189.24,0.76,0.0,0.0,other -DE12,bioenergy,664197,276.15,205.14,128318,53.35,0.6,0.35,0.26,bioenergy -DE12,hard coal,0,0.0,0.0,0,0.0,0.0,0.0,0.0,hard coal -DE12,lignite,1774230,737.65,547.97,13353,5.56,0.6,0.35,0.26,lignite -DE12,natural gas,796279,331.06,245.93,876984,364.62,0.6,0.35,0.26,natural gas -DE12,oil,8487,3.53,2.62,50611,21.05,0.6,0.35,0.26,oil -DE12,other,545989,227.0,168.63,43467,18.08,0.6,0.35,0.26,other -DE13,bioenergy,394467,153.16,104.79,377107,146.42,0.63,0.38,0.26,bioenergy -DE13,hard coal,263372,102.26,69.97,8296,3.23,0.63,0.38,0.26,hard coal -DE13,lignite,0,0.0,0.0,0,0.0,0.0,0.0,0.0,lignite -DE13,natural gas,1037078,402.66,275.5,466991,181.32,0.63,0.38,0.26,natural gas -DE13,oil,252,0.1,0.07,6375,2.48,0.63,0.38,0.26,oil -DE13,other,51781,20.11,13.76,28798,11.19,0.63,0.38,0.26,other -DE14,bioenergy,419079,156.03,116.12,78063,29.07,0.83,0.43,0.32,bioenergy -DE14,hard coal,0,0.0,0.0,7421,2.77,0.83,0.0,0.0,hard coal -DE14,lignite,1734652,645.81,480.6,146739,54.64,0.83,0.43,0.32,lignite -DE14,natural gas,2860511,1064.96,792.53,1639228,610.28,0.83,0.43,0.32,natural gas -DE14,oil,5062,1.89,1.41,86863,32.34,0.83,0.43,0.32,oil -DE14,other,3049,1.14,0.85,1125,0.42,0.83,0.43,0.32,other -DE15,bioenergy,606681,258.05,172.03,1116127,474.74,0.87,0.36,0.24,bioenergy -DE15,hard coal,0,0.0,0.0,20642,8.78,0.87,0.0,0.0,hard coal -DE15,lignite,909968,387.05,258.03,30558,13.0,0.87,0.36,0.24,lignite -DE15,natural gas,2037358,866.58,577.72,2095208,891.19,0.87,0.36,0.24,natural gas -DE15,oil,6060,2.58,1.72,58065,24.7,0.87,0.36,0.24,oil -DE15,other,512589,218.03,145.35,965030,410.47,0.87,0.36,0.24,other -DE16,bioenergy,359761,131.65,97.01,268401,98.22,0.72,0.38,0.28,bioenergy -DE16,hard coal,0,0.0,0.0,0,0.0,0.0,0.0,0.0,hard coal -DE16,lignite,0,0.0,0.0,0,0.0,0.0,0.0,0.0,lignite -DE16,natural gas,1548113,566.5,417.42,640759,234.48,0.72,0.38,0.28,natural gas -DE16,oil,1084,0.4,0.29,18465,6.76,0.72,0.38,0.28,oil -DE16,other,87147,31.89,23.5,109239,39.98,0.72,0.38,0.28,other diff --git a/tests/data/deflex_2014_de17_heat_csv/commodity sources.csv b/tests/data/deflex_2014_de17_heat_csv/commodity sources.csv deleted file mode 100644 index 3ab15441..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/commodity sources.csv +++ /dev/null @@ -1,9 +0,0 @@ -,fuel,costs,emission -DE,nuclear,5.5,0.0 -DE,lignite,3.1,404.0 -DE,hard coal,12.53,337.0 -DE,natural gas,23.27,201.0 -DE,oil,33.2238329238329,280.0 -DE,waste,0.0,0.0 -DE,other,32.9238329238329,214.0 -DE,bioenergy,20.0,7.2 diff --git a/tests/data/deflex_2014_de17_heat_csv/data sources.csv b/tests/data/deflex_2014_de17_heat_csv/data sources.csv deleted file mode 100644 index 323e65fd..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/data sources.csv +++ /dev/null @@ -1,2 +0,0 @@ -type,source,url -cost data,EWI,https://www.ewi.uni-koeln.de/de/news/ewi-merit-order-tool-2020-weniger-kohle-mehr-gas-im-einsatz/ diff --git a/tests/data/deflex_2014_de17_heat_csv/decentralised heat.csv b/tests/data/deflex_2014_de17_heat_csv/decentralised heat.csv deleted file mode 100644 index cce8aadd..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/decentralised heat.csv +++ /dev/null @@ -1,8 +0,0 @@ -,,efficiency,source -DE_demand,gas,0.85,natural gas -DE_demand,hard coal,0.85,hard_coal -DE_demand,lignite,0.85,lignite -DE_demand,natural gas,0.85,natural gas -DE_demand,oil,0.85,oil -DE_demand,other,0.85,other -DE_demand,re,0.85,other diff --git a/tests/data/deflex_2014_de17_heat_csv/demand series.csv b/tests/data/deflex_2014_de17_heat_csv/demand series.csv deleted file mode 100644 index 9d3a029c..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/demand series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -de17,DE01,DE01,DE02,DE02,DE03,DE03,DE04,DE04,DE05,DE05,DE06,DE06,DE07,DE07,DE08,DE08,DE09,DE09,DE10,DE10,DE11,DE11,DE12,DE12,DE13,DE13,DE14,DE14,DE15,DE15,DE16,DE16,DE_demand,DE_demand,DE_demand,DE_demand,DE_demand,DE_demand -,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,hard coal,lignite,natural gas,oil,other,re -0,504.514731932199,1315.76857699778,613.04124611696,1184.23187766773,992.334737361111,4692.52463832873,181.231337605666,424.498220378985,5242.67959787761,11349.8163976386,1623.30334479991,3334.87934828039,539.250667878941,2605.63265138039,1944.18914146212,6332.41242807231,2161.37089894398,7765.53937563619,199.484726095604,766.590485426929,1430.58312809629,1023.164491455,970.835135648774,1347.8328787848,439.256981735099,586.781350189747,1244.83968002355,1937.64273942223,1698.43592391102,1403.40986141873,535.303551934319,1203.74966365567,15878.0924628602,4827.4818399445,108710.17384738,39481.1439536255,3673.7237581406,17831.5544630617 -1,518.56933351597,1260.86533820028,624.766423850948,1134.81728705669,990.457186778946,4496.71908005253,184.842536607588,406.785130425309,5226.32416448265,10876.2211994547,1626.41874626604,3195.72442360718,540.110604564187,2496.90709418269,1958.18041796692,6068.17906836097,2184.45623464627,7441.5057498258,201.735532987521,734.602869050406,1465.7563139048,980.470779668951,975.874051688004,1291.59168888506,444.568855284689,562.296651927004,1257.1346801283,1856.79048022823,1702.29389945159,1344.84960386336,539.65989304761,1153.5206519651,15679.1796148092,4806.16252941647,109500.748864776,40009.2365926822,3649.72981671775,18110.690833841 -2,556.276393129731,1209.46225133949,675.096713770628,1088.5529400163,1104.79852075439,4313.39637741529,198.84981664738,390.201272689339,5840.48995419229,10432.818302972,1747.94634746686,3065.44080397473,581.231344535417,2395.11293079583,2082.17930675146,5820.79092445101,2313.26794661556,7138.12968352888,220.573123789665,704.654504271119,1496.11260716117,940.498846802809,1044.19772136237,1238.93594702194,469.529748225843,539.372884602422,1329.09849994143,1781.09265632446,1831.55555265152,1290.02263788398,574.234708495673,1106.49380423423,17707.8705458107,5303.16711708654,118367.693743424,42637.1181980833,4022.17559002527,19116.8133853783 -3,638.089415266847,1178.97330899185,779.112695252793,1061.11196135512,1316.27051002187,4204.66136453839,228.072065789763,380.364815128283,6970.35574860334,10169.8207638504,1902.22044576256,2988.16509914065,632.607356292449,2334.73530430749,2261.48953646031,5674.05649043566,2507.30759660338,6958.18688320581,257.590858682727,686.891096994925,1614.04640969764,916.79011584702,1134.47219255332,1207.70401182153,508.601937471314,525.776008168858,1442.09538077764,1736.19366815485,1992.38548006713,1257.50287483224,623.088066820366,1078.60056013509,21173.8604958968,6103.96109644502,133499.875192996,47492.9802678613,4540.69892749214,20907.2887472378 -4,771.740515492017,1156.72852973574,943.110428381665,1041.09098109514,1574.05473439681,4125.32813181164,277.256893399466,373.188120554462,8330.31991669447,9977.93735458176,2398.28622257725,2931.7846259745,797.048485818003,2290.68369510678,2820.1813261965,5566.99882156917,3109.63110176292,6826.90033917703,310.418057487854,673.930887710197,1960.72215399406,899.492189256431,1420.86535466245,1184.91714383665,629.16904228657,515.855706198766,1789.34823969901,1703.43529729148,2508.15373763396,1233.77640566518,776.310554720056,1058.24960631558,25371.8135113573,7443.75452805795,163662.218205028,58125.3620144236,5640.85031322762,25762.2658602239 -5,911.334407290885,1129.65295818812,1062.69664450536,1016.72214033295,1536.31619057506,4028.76648046568,317.162223635883,364.45289755352,8058.45146563243,9744.38354329699,2423.83991160888,2863.16027517639,802.320050694504,2237.06560867989,3101.15094520857,5436.69195092137,3532.45842352604,6667.10292445945,331.877457793166,658.156171777051,2750.79668923613,878.437754701852,1495.43321717203,1157.18176074441,728.522756285616,503.781059708788,2049.50538573675,1663.56294774453,2531.32450071941,1204.89737269711,851.574620835405,1033.47913321453,22769.5140101047,7175.40567719994,174410.283065525,66711.9464097042,5185.78925382017,30415.4026342135 -6,906.992387072749,1079.03089875168,1050.96087000838,971.160741812088,1519.60621327356,3848.2292147936,312.608623672898,348.12101783063,7969.76386859397,9307.71778738961,2433.48004496897,2734.85620747537,806.661564480103,2136.81812348104,3108.41109313454,5193.06266541181,3547.39829319531,6368.33640677409,328.127820909006,628.662847650681,2721.70273612011,839.073162322037,1503.94578496303,1105.32607936318,731.349332216739,481.205600084061,2051.58280659166,1589.01528971684,2547.89271864425,1150.90345715573,855.734895415292,987.166819571039,22551.4333698466,7150.50262331515,173907.025244774,66516.072258619,5194.92190216708,30412.0616801478 -7,886.462864023401,1087.24613573294,1028.10613743502,978.554705831202,1493.57120605382,3877.52783357673,305.982146479279,350.771448567085,7835.05308961277,9378.58240068897,2366.18085762979,2755.67812451229,785.069640489421,2153.08685803772,3003.00987287525,5232.60021758408,3422.88263388341,6416.82194395246,321.462812279162,633.449192769008,2576.31271095219,845.461473241646,1459.37142702785,1113.74151556065,704.722710408728,484.869274633116,1975.6540130964,1601.11330951124,2480.47207626134,1159.66589820726,827.795877251222,994.682646385818,22201.7851105657,6995.15135795363,169350.025019433,64385.173908477,5098.60764354678,29347.4404037098 -8,862.086536789786,1106.16432251982,1002.37999274088,995.581651338455,1433.99105296561,3944.99718887362,299.516028965348,356.874905333131,7516.46001526386,9541.77063178144,2278.30285009856,2803.62718753554,754.589237303,2190.55077536981,2930.44708914145,5323.64796201281,3352.97621368012,6528.47525972352,311.903786331254,644.471269330103,2618.65143027978,860.172583767796,1412.4390540727,1133.12072449154,692.322813680033,493.306046402873,1940.62944160542,1628.97283428746,2383.92074050015,1179.84419579014,806.51601966541,1011.9902196018,21126.1708652985,6709.29774402361,164257.464686505,63129.6959212534,4839.45133755778,28868.3766012626 -9,835.843871172842,1175.84920490627,969.719778015951,1058.3001723278,1375.85034471042,4193.51963669157,290.028699166484,379.356904886473,7207.69773698553,10142.8722499565,2203.67736222623,2980.24690563837,729.679357477143,2328.54860266861,2847.11449968154,5659.02108384214,3255.95638868621,6939.74872187995,300.883515439235,685.070937652805,2572.36620970678,914.36075826556,1367.30181847722,1204.50377564254,672.786719057297,524.382779872091,1889.2567433147,1731.59301291467,2303.50577679234,1254.17067906586,782.089340503064,1075.74242891962,20175.3778906485,6449.01771861569,158836.142357667,61295.8288325519,4645.3220068327,28083.4220153367 -10,817.142577645196,1240.79007613791,949.008007770187,1116.74893848659,1352.25612140753,4425.12315999833,283.683357516948,400.308373670287,7086.12391282111,10703.0520399797,2197.44655929397,3144.84269711401,727.648233685586,2457.15180649063,2816.60293651413,5971.56265632399,3209.78571728163,7323.02348725557,294.890189805697,722.906659581279,2502.01983808975,964.859907318029,1357.22398639876,1271.02720761464,662.162971958118,553.343869815999,1862.61644625425,1827.22700952588,2295.78982571119,1323.43716003287,773.376658276482,1135.1545119175,19939.4686379172,6384.60762127781,156593.359405931,60181.8133353989,4639.86797131256,27585.0771918211 -11,783.548885079815,1311.40061650002,910.838832311865,1180.30057990589,1288.23250623479,4676.9468516166,272.83984716207,423.089012490607,6747.78156616303,11312.1383814978,2091.38378264348,3323.8085403034,691.950387919032,2596.98272563214,2694.64273406624,6311.39070143671,3079.9160445866,7739.76009360319,282.356852636355,764.045632922589,2433.09528743744,1019.76788953007,1295.39799267229,1343.35847433782,636.175740072825,584.833410557155,1786.59271874514,1931.21034158835,2184.38047312947,1398.75095791243,740.320396159769,1199.75357264699,18903.6188266429,6071.98706593923,149701.377126916,57786.0926322752,4391.34512715494,26517.1520223718 -12,771.170276738512,1338.9100909252,895.1202429885,1205.05994650098,1258.6301847489,4775.05596349568,268.313962827906,431.964222874258,6590.12057232807,11549.4350379005,2059.94649386531,3393.53263901377,681.473672399399,2651.46007524945,2658.54413123606,6443.78582074961,3033.65604532566,7902.11836130043,276.931567332701,780.0731484919,2410.45595735814,1041.1597344962,1275.1257055478,1371.5383341981,626.715344044082,597.101560768686,1763.9919863777,1971.72167034109,2149.38606924466,1428.09279534926,728.99260832627,1224.92100798901,18417.6792025281,5945.74836668693,147145.086186579,56912.3709849999,4303.55041474376,26148.1527798414 -13,777.302417616724,1321.55395618111,904.207872109876,1189.43889550739,1282.34959931724,4713.1574721222,271.125318268745,426.364721229117,6718.20149778327,11399.721063755,2019.56911243077,3349.54267274166,667.810638091188,2617.0895087368,2603.55967285918,6360.25577961764,2973.60346497756,7799.6841261923,280.563325265361,769.961151601865,2362.11774575025,1027.66330276078,1250.03762973045,1353.7592433567,614.291359957919,589.361403147313,1727.03239505258,1946.16247318496,2107.24959962047,1409.58059564956,714.601098188452,1209.04250038076,18769.1273507098,5956.82539788631,146551.377888662,56422.4669301305,4278.60487825421,25756.0797579457 -14,784.920007429275,1310.73529912853,916.762536246649,1179.70177396551,1305.69350376916,4674.5740801334,274.372234840121,422.874365291153,6843.01133655948,11306.399355544,2056.72956446368,3322.12226111951,680.687550292096,2595.66518948105,2638.14860869988,6308.18872195077,3004.24806337084,7735.83345457572,284.925705670077,763.658007031772,2355.32760257539,1019.25052718995,1269.52728471121,1342.67694367674,619.853170402634,584.536705017618,1745.55287672108,1930.23057402375,2146.67013692712,1398.04132479272,723.652682198602,1199.14489755309,19191.5986592899,6072.17681518919,148677.326470943,56995.3396699039,4381.59937667024,25983.6288420796 -15,786.100784637873,1326.76079632375,915.124756967057,1194.12521055293,1293.80249866862,4731.72701853355,274.477163262168,428.044571632134,6777.34409850918,11444.6352535783,2072.49897282052,3362.73966191212,685.88900076294,2627.40067813493,2659.40003313066,6385.31479060683,3028.8631171826,7830.41439506872,283.700218628966,772.994750505398,2376.62485210216,1031.71223206321,1279.49523954795,1359.09297032169,624.982361117161,591.683450308592,1759.92529768074,1953.83023191859,2163.09631538165,1415.13425526019,729.471093012649,1213.80605240653,18971.3188441533,6054.4635113034,148925.47529956,57227.2115426865,4383.43868308362,26164.0590459461 -16,825.521946355729,1414.49605693603,964.008744063358,1273.08962285833,1372.78373182616,5044.62389057522,288.518093024017,456.35005228085,7194.52571010155,12201.4393884061,2153.2537356896,3585.10894010199,712.281318116172,2801.14389082842,2761.78191941098,6807.55914603068,3148.9682778788,8348.21945047668,299.591970779835,824.110894482092,2473.30127531796,1099.93669408211,1329.67139118265,1448.96627399322,649.830329289487,630.809946853137,1827.69358977811,2083.03197277837,2247.36925463003,1508.71342418848,758.254113288286,1294.07190789136,20161.6290901018,6370.51970636302,156008.34954711,59808.5849669167,4590.31539126236,27251.5625229161 -17,846.813248303059,1555.48572597224,987.06554985592,1399.98462811486,1396.00244501261,5547.4459728686,295.657344141399,501.836671009999,7312.82844758698,13417.6159148101,2139.89968809519,3942.45410232083,707.718360596742,3080.34746170734,2773.73450957914,7486.1015189393,3169.75903641689,9180.32689368432,306.035457791756,906.254016544833,2541.97004624432,1209.57270875954,1327.31674902562,1593.39175642083,655.41622709167,693.68582776879,1844.04849757883,2290.65785267656,2232.37492579968,1659.09419428945,760.417349850444,1423.05831906444,20328.4530209978,6400.21239933482,157683.56433087,60742.1734437536,4555.96259721701,27629.0051162443 -18,852.450372314672,1581.3752933282,989.096878810926,1423.28602890671,1380.91963576236,5639.77788808329,296.710607617745,510.189260865932,7227.48208136192,13640.9392569551,2126.34258462977,4008.0724679063,702.991781812137,3131.61688948675,2770.34959752673,7610.70049549822,3171.19942667,9333.1246259266,305.31907160478,921.337745062035,2570.72847922221,1229.70488586184,1322.0513327771,1619.9122332812,656.396895327043,705.231562751778,1846.06488942484,2328.78365465347,2217.66467590997,1686.70822518394,759.264313944283,1446.74375930199,19942.3637747776,6324.26935669115,157182.308896118,60835.5018264025,4489.43480846861,27722.1301128678 -19,851.345812829325,1554.82040579485,986.852879873729,1399.38581964907,1380.23121116222,5545.07319137847,295.993910943125,501.622022905292,7224.19345864932,13411.8768646526,2099.82689046715,3940.76781602523,694.145132975764,3079.02991999967,2740.49179945421,7482.89952594934,3142.08454638619,9176.40023809666,304.758149417435,905.866389019243,2553.49734155913,1209.0553442375,1307.49071659386,1592.71022288546,650.652402047266,693.389120977928,1827.5715317603,2289.67808097989,2190.81234151726,1658.38455817693,751.674799634887,1422.44964140352,19905.2811884412,6287.36107734527,156235.896121493,60470.0107804857,4445.67475686746,27516.8214100394 -20,830.511618054237,1483.25527854091,962.259331411178,1334.97502089232,1343.36913355852,5289.84508458595,288.678452703706,478.533411661961,7030.37515100942,12794.5562590343,2058.3433565869,3759.38252600654,680.244662824434,2937.30862072793,2676.57408488815,7138.4773310726,3065.6517061157,8754.02975188173,296.978414555442,864.171256151414,2480.1312886989,1153.40505868367,1279.15548923402,1519.40110669774,634.421173794607,661.473871799091,1782.41753403234,2184.28899383827,2146.81790385794,1582.05258986756,734.276050823343,1356.97726323048,19375.1706538179,6133.94929854953,152460.50947831,58934.3248197779,4354.53992455841,26826.8018175914 -21,748.317507300861,1439.54674464712,863.066247921174,1295.63600636649,1190.66374519358,5133.96404609069,258.931561451088,464.431999622145,6225.55692413724,12417.5265568686,1866.40116658078,3648.60112449397,616.983312598339,2850.75207495794,2435.71170949732,6928.120838236,2792.59153702218,8496.06619587553,265.246731586916,838.7058766001,2269.21178446611,1119.41654380689,1162.11442783361,1474.62742833559,578.274100187398,641.981574307436,1624.28021747016,2119.92241385554,1947.27763648726,1535.43269897864,668.080427317702,1316.98988711181,17070.7620997411,5479.30636052294,137384.204868484,53381.3673968391,3899.75347435985,24411.348019542 -22,670.084328149359,1421.95919540911,784.919834794703,1279.80667526541,1113.43493503268,5071.24024376713,235.722066412392,458.757838160259,5834.4738618424,12265.8164018873,1688.01608004007,3604.02462695022,557.514789893659,2815.92323548461,2190.64721568547,6843.47706628319,2501.32828822578,8392.26617471961,243.672581801774,828.459053455414,2029.53384725542,1105.7401601429,1045.85937143985,1456.61128360114,517.384784887084,634.138214868079,1457.9756185091,2094.0224283406,1757.44760024268,1516.67367062799,599.665083619307,1300.89966665064,16231.625055968,5081.93332320542,124951.29968103,48135.0319959269,3601.67805015203,21851.0840629005 -23,545.154978887548,1328.14928609315,651.178631286316,1195.37489372327,995.088372081733,4736.67889424094,193.547825125078,428.492531437854,5239.58387153465,11456.6123627966,1583.63665891388,3366.25885665368,525.382181946188,2630.15032145558,1936.5634154627,6391.99718903594,2169.04460759328,7838.6091279157,207.521573288216,773.803709668083,1521.93109930804,1032.79194581655,955.9347691516,1360.51529655426,442.951301132767,592.302662467825,1252.93915241253,1955.87496620354,1655.3051779946,1416.61523015875,532.518995435618,1215.07633209107,15367.8986515837,4720.07713691156,109744.901980674,40535.3713681566,3527.58231026122,18305.9264106094 -24,480.978553495729,1230.14497855281,562.742030342206,1107.16802576262,878.814483539395,4387.15874621863,161.249938845638,396.874012142255,4470.09936825581,10611.2274552937,1377.76631035928,3117.86218038974,443.202626100402,2436.0711891771,1679.31164460013,5920.33089002074,2026.61414318076,7260.19714689473,168.044478298908,716.704633884787,1374.08986720646,956.582094602669,911.058948423781,1260.12269691732,399.750246706915,548.59657242413,1161.95955536229,1811.55069956774,1496.90892894329,1312.08300916785,472.25734231751,1125.41569244601,13647.1726757694,4236.87686015436,95934.2678382466,34929.5125764423,3248.1201141956,15970.6247568915 -25,504.493544932317,1165.23303623734,587.306635434035,1048.74529651132,908.934135955746,4155.65839428582,168.159962259945,375.931876514474,4621.04441839961,10051.2972060277,1424.37015666325,2953.33971065683,458.343832913512,2307.5252736426,1748.65612122944,5607.92854401952,2078.76856318054,6877.09311719525,174.827063511814,678.885766464225,1410.68166307613,906.105441177713,933.164036188276,1193.62889883757,417.908863164971,519.648383645964,1190.14576299719,1715.95930460043,1548.10358334847,1242.84738402681,491.579683162417,1066.03007548002,14030.1888597839,4363.09624462558,99359.4067573314,36285.2934018765,3333.70016044766,16576.5400794084 -26,525.71546165196,1146.17021328733,613.397879803062,1031.58817404283,963.900810945302,4087.67321213994,175.224136076308,369.781756684023,4904.47680517708,9886.86134376005,1511.59336715028,2905.02406025502,486.952176486068,2269.77493154265,1840.44583436304,5516.18470769975,2174.73468530249,6764.58617272417,183.567151475574,667.779422267893,1437.51002175877,891.281859059765,983.240353124654,1174.1015290678,438.35335356449,511.147109801473,1243.66086308438,1687.88678400091,1645.78134319259,1222.51481629247,518.409784053607,1048.59017980569,15005.2167548824,4639.39124901311,104598.142015594,37904.5935468672,3562.73030638028,17281.3109746953 -27,571.506127496638,1151.60846792389,665.09198309345,1036.48276919586,1050.23274797807,4107.06806950137,189.521563727934,371.536266903784,5344.64571802484,9933.77171441908,1647.22469797026,2918.80758069712,530.97513851194,2280.54437390147,2003.89573359665,5542.35744950979,2299.40317653905,6796.68222764838,199.333028011431,670.947847426078,1545.54459729638,895.510740290768,1035.2314361073,1179.67230992584,477.679828115377,513.572358780737,1317.78758141605,1695.89533109335,1795.57752590233,1228.31530455406,565.190532078905,1053.56544468438,16314.4981965445,5024.51039373915,113003.524578875,40897.8885415524,3837.513248738,18579.9371660099 -28,697.361575700884,1189.21342700373,813.574213478731,1070.32838010288,1273.71884755094,4241.18146914507,232.757685457598,383.668520619132,6479.4543652566,10258.1519957683,1997.062573798,3014.11917547198,642.98048626457,2355.01393560497,2435.5630155828,5723.33920754638,2816.95235021471,7018.6230731427,243.141903208088,692.857174293616,1874.16450890349,924.753009414499,1277.21068855456,1218.19367389459,580.32795130521,530.342700502266,1616.00825302942,1751.27359228697,2172.48832200663,1268.42507106887,685.510608364598,1087.96887826343,19760.0218748975,6102.03059090935,137826.716635627,49908.5546549596,4680.17104321983,22686.8466735013 -29,923.620337744648,1262.57202360029,1050.74005881703,1136.35335600618,1533.46780339048,4502.805760818,302.493022968607,407.335747705366,7769.54120555498,10890.9430633731,2395.79093606558,3200.05010062516,769.988030039799,2500.28686421341,3066.27899793088,6076.39285004475,3613.58099251228,7451.57844262855,306.467202767674,735.59721472193,2670.15164804779,981.797927869556,1574.41698463044,1293.33996493914,753.7751456198,563.057766898796,2078.60312723215,1859.30379953956,2605.58344147449,1346.6699689052,862.986754351674,1155.08203746415,22759.9508904353,7247.56065716973,172096.489450178,64796.5840486555,5390.20442018203,29778.3594000711 -30,942.106083359703,1410.76448769949,1070.52322758289,1269.7310966548,1589.31488954723,5031.31571397927,306.531617159113,455.146159341146,8059.49004915195,12169.2508816654,2484.9506113738,3575.65109667787,799.895309400376,2793.75421850033,3155.9821232035,6789.60018590442,3708.87363856052,8326.19608835521,313.958227152351,821.936814995431,2649.58028643086,1097.03496105171,1628.94425844032,1445.14376918927,772.789439327201,629.145812845666,2124.94198956902,2077.53674499726,2707.6582072631,1504.73330096873,889.363505689985,1290.65802851172,23825.6927894264,7540.63670140241,177200.362321808,66217.8276813372,5646.36531246875,30391.960524043 -31,918.480317826205,1583.77622501586,1043.99994377097,1425.44694070408,1553.51498668609,5648.34051170592,299.149891658783,510.963858501476,7878.50014803622,13661.6496875845,2429.12710873661,4014.15774585092,781.71205234441,3136.37148395608,3080.50469048287,7622.25548314857,3656.58172820056,9347.29469343293,306.374000356961,922.736571132288,2515.74694986636,1231.57189203007,1624.17126999187,1622.37167388871,753.882647134077,706.30228442885,2089.24709213134,2332.31934317331,2646.17297009942,1689.26907917146,868.207964017588,1448.94028592682,23389.592255771,7403.25813314952,173729.338865299,64691.1173388483,5589.78683388273,29709.129983425 -32,893.357698216616,1698.41349490237,1017.94797571493,1528.62398242836,1494.9940820458,6057.18004687753,292.79043160296,547.948566835949,7577.3308430328,14650.5104859683,2336.42498076653,4304.71147282931,751.087182676812,3363.38907557766,2978.17972392627,8173.97140435256,3537.83703126716,10023.8728157425,297.528834105167,989.526310533752,2551.65731049458,1320.71582356616,1549.45367446376,1739.80256879556,730.53641661406,757.426025474221,2027.57275969966,2501.13784024489,2541.67786498085,1811.54215808321,838.46300645683,1553.81782858949,22309.2538019651,7090.93496313348,167649.178239807,62908.7314959136,5300.72618997494,28922.5125825217 -33,862.855516067876,1769.45794094796,980.593044473027,1592.56615220596,1426.43329326672,6310.55120903584,282.403734830607,570.869193944232,7225.84652131478,15263.3396968081,2228.1882373618,4484.77707104266,716.053204565325,3504.07926346617,2858.14325392486,8515.88771163441,3391.64525712642,10443.17029163,285.693196038163,1030.918085146,2502.17854210071,1375.96121837167,1475.47413201974,1812.57831516107,702.825171892417,789.109071188256,1949.45957085274,2605.76015564522,2422.27333480159,1887.31876342433,803.743316622572,1618.81385412698,21139.4130298847,6745.72501032442,160572.390833707,60576.0441582627,5014.11561384854,27873.6958479668 -34,827.713201204588,1817.41872528664,938.125396709446,1635.73232191448,1351.3868499996,6481.59736876127,270.517391790736,586.342483058801,6841.78410110811,15677.049300493,2109.89579600545,4606.33600778469,677.806409184373,3599.05659294749,2723.98340548955,8746.70905219216,3272.08959375914,10726.2302200851,272.431384599132,1058.86090243956,2427.60230070422,1413.25635702716,1422.53959268117,1861.70786814939,672.203917703025,810.497706152184,1882.80141174842,2676.38873515036,2292.92918791519,1938.47414050125,765.707138605983,1662.69146226084,19940.7548819413,6398.65726724195,153351.241638885,58105.113541846,4753.47729113733,26796.7735853633 -35,795.325051872774,1861.70579541522,902.61131524866,1675.59203670903,1293.56375729667,6639.54168463171,260.750868769472,600.630544640479,6547.49374337069,16059.0694547481,2019.19622825267,4718.58373747636,648.309708278187,3686.75882111918,2611.58142872938,8959.84987208088,3153.83505241921,10987.6082412108,261.712622978713,1084.6633476275,2361.74004605623,1447.69475172536,1366.48050603428,1907.07418124417,644.542289064894,830.248008188801,1813.76455025248,2741.60728603012,2192.25828633204,1985.71110301756,733.397237848302,1703.2081205118,19037.1438785422,6121.53580938432,147146.373016121,55896.6780986569,4538.30214161648,25801.0775721938 -36,782.236863223756,1868.99537442082,886.470569732049,1682.15288029819,1263.36909775638,6665.53905961453,256.27821705774,602.982336109956,6392.56548392412,16121.9493447045,1971.49195874589,4737.05952942672,632.860567624284,3701.19446383315,2559.26109071574,8994.93250096976,3069.9316937767,11030.630634198,256.560429775241,1088.91038772722,2336.30433703073,1453.36325493069,1324.27387152027,1914.54140186944,632.869173804886,833.498875465917,1770.5351939998,2752.34215238927,2140.01073377276,1993.48622946525,718.524759067922,1709.87709591491,18502.1561174111,5959.92809416124,143824.900744315,54792.5181842295,4398.75022589096,25284.8812578788 -37,776.007096763092,1847.1555691261,878.439473286734,1662.49638896361,1246.58595277578,6587.65011604695,254.423374541458,595.936295762811,6306.05164986461,15933.5592397965,1944.86731755293,4681.70548243009,624.213117763116,3657.94482953534,2531.82850616871,8889.82385428775,3018.40491973056,10901.7342074727,253.879254885472,1076.18612357074,2290.30222958399,1436.38024312414,1303.49519332095,1892.16937676025,626.300979134318,823.759176051635,1738.61470675123,2720.18015908779,2109.84091759999,1970.19170894097,710.058581875768,1689.8966383045,18206.7506129861,5869.38916180904,142039.429128886,54150.7780462754,4330.34411353625,24974.4169557595 -38,779.279143925347,1815.10457473567,884.551167324948,1633.64951578877,1254.75742247428,6473.34423924665,255.864767890346,585.59588308085,6347.67945268949,15657.087443728,1957.69552194412,4600.47068084486,628.075402926592,3594.47385222756,2544.90859067212,8735.57171697563,3015.84850579592,10712.5723264867,255.653709904723,1057.51263662349,2280.89191800694,1411.45683337762,1303.96692149892,1859.33732347035,629.942625642632,809.465685469688,1738.76086748974,2672.98084329809,2123.82657420025,1936.00584800604,714.405007860065,1660.57432859762,18327.3911170745,5901.07857915459,142689.706980028,54334.331590216,4354.4455456395,25035.7678529895 -39,787.505651665996,1791.99198972442,892.700092709234,1612.847483863,1266.48312182352,6390.91608545365,258.540830004426,578.13921374161,6407.04417374032,15457.7183442234,1976.00264381835,4541.89071185421,634.227625825316,3548.70371664602,2570.83963806923,8624.33755077896,3001.90280445555,10576.1640764986,258.019649930392,1044.04682806643,2297.97172908963,1393.48408596393,1292.11801038102,1835.6615019494,635.762644578132,799.158376056491,1731.91708179187,2638.94451402314,2143.70580761452,1911.35376990148,721.037984224729,1639.42945029615,18454.4591186358,5932.74689546157,143478.285849722,54666.7338490116,4358.92297606399,25150.0762211831 -40,802.776140935048,1833.12602685125,907.432027887618,1649.86937272275,1266.77331315924,6537.61550210333,263.034090069992,591.410031925445,6402.33598354454,15812.5404438272,1974.77002982334,4646.14692630087,633.167579476915,3630.1619548913,2594.58178348727,8822.30373759354,3078.27441165432,10818.9332006223,260.899105518908,1068.01225940434,2387.53880708311,1425.47062745316,1318.40773011288,1877.79794497283,645.848445548233,817.502548630598,1775.3327293585,2699.51980801882,2141.02720889724,1955.22768082545,727.826114709741,1677.06151129976,18291.7889570148,5932.20792716878,145122.168720903,55723.4201698081,4340.88017246245,25720.5348549909 -41,812.241965704194,1931.96921403645,914.054313994705,1738.8312579671,1253.65198993527,6890.12740982486,265.556001782017,623.299193735683,6329.21336796171,16665.1615250125,1952.45778751451,4896.66978375829,625.579253975986,3825.90233081968,2595.75188490939,9298.00732096233,3084.73419167101,11402.2961684867,261.307542793722,1125.60008158683,2452.36650087966,1502.33280604455,1308.56236000995,1979.04986712778,650.105958235582,861.58274620298,1783.57222285384,2845.07943555437,2115.34710533301,2060.65465792068,727.579637317325,1767.48961196192,17872.7167201623,5844.94254266549,144843.607737296,56113.0796566933,4238.41581554776,25950.663307516 -42,817.178431855702,1927.71696359156,915.446054641148,1735.00410278442,1239.10245785462,6874.96228859469,266.403508470636,621.927316660929,6250.6617668989,16628.4816234933,1928.40736657281,4885.89224852883,617.820161448448,3817.48154710834,2588.93156398892,9277.54247324118,3088.591727633,11377.1997960378,260.60504156061,1123.12264384459,2480.24927319655,1499.02618226583,1304.96608452367,1974.69399250161,650.754901803625,859.686408730707,1786.86802025198,2838.81743603196,2088.17043089927,2056.11917173267,724.593259991663,1763.59937994672,17514.1007461285,5766.32008811222,144285.00365238,56233.1483898154,4162.79258175245,26049.7091758476 -43,812.427525044243,1870.84669317805,908.374659399383,1683.81912368351,1226.93655292178,6672.14155722207,264.432160117095,603.579615549165,6188.03881743833,16137.9188155943,1909.13201228798,4741.75178671155,611.565293936126,3704.86065307515,2568.6752294637,9003.84236104057,3013.61290270169,11041.5569391405,258.3772266061,1089.98899939921,2459.34463875244,1454.80287254118,1263.99708460612,1916.43783588811,647.096716600807,834.324491261119,1743.49250326079,2755.06846339184,2067.94023143363,1995.46086166574,719.443570981841,1711.57080130528,17246.1541764154,5676.15785811109,142409.14939717,55620.6581115067,4068.41421598256,25730.7154924419 -44,781.611015031658,1756.67225508528,870.980451844487,1581.05864469961,1160.06157935316,6264.95265395754,253.987210426113,566.744227753434,5845.60420005653,15153.0504030857,1803.66777532282,4452.37112938815,577.454195358856,3478.7596129315,2449.9111750025,8454.35391498229,2855.31253496147,10367.7104054868,246.646666827129,1023.46891414182,2380.93861079883,1366.01884704416,1187.92522617842,1799.48105164163,620.117108919728,783.407155103042,1653.88415409582,2586.93154716995,1952.5817411475,1873.68144304871,685.753818949549,1607.11668691547,16118.3920560984,5336.84109356779,135314.590158211,53199.133354416,3792.05007554763,24622.9541009917 -45,704.393177873589,1673.62315060137,781.42082524332,1506.31191593519,1028.33006090407,5968.76837368609,227.899337218042,539.950612467432,5177.38859778819,14436.6690390989,1597.64655884159,4241.8791414517,511.214924086934,3314.29645269634,2189.91333620226,8054.66266944871,2604.72026058106,9877.56259206758,220.411169968705,975.083009178306,2178.81084588205,1301.43842139745,1081.29024108278,1714.40810223859,557.527097321345,746.370501003649,1509.21883630765,2464.63078917044,1729.51316764606,1785.10056776998,613.244428491118,1531.13802825384,14184.682572914,4740.01184554281,121359.266504414,48013.0320375181,3360.54128356703,22302.5133916778 -46,618.670493964797,1611.97994292279,694.308262809911,1450.83114762164,924.634596219264,5748.92555643523,203.08377733996,520.063048335361,4660.12223127248,13904.9348864945,1437.85581481867,4085.64143837621,459.844369976077,3192.22365245543,1944.59943317345,7757.991794924,2357.22038584881,9513.75031927356,196.69161408443,939.168565465555,1950.88928313409,1253.50359278191,987.064670251711,1651.26269542813,490.737458466377,718.880040094334,1367.9553460807,2373.85303700249,1553.98059773767,1719.35140256117,543.792936014441,1474.7428598276,12939.099147954,4296.97938520097,108674.45769752,42696.073825886,3079.98933594234,19832.9237453162 -47,514.773584769203,1490.22665910999,591.442581060373,1341.24947617692,866.348550110809,5314.70764450375,170.644229407174,480.782544751848,4391.54358158418,12854.6913700868,1354.08926326323,3777.05182856876,434.895788304289,2951.11413117525,1720.20473612546,7172.02856320279,2037.55910511308,8795.17416835294,172.824638100513,868.23290810752,1462.2692587385,1158.82612525981,898.943712399749,1526.54237462722,419.140595523041,664.582835012322,1171.7007868182,2194.55527103897,1468.77206301949,1589.48832317917,482.393876408993,1363.35513025205,12958.5203073176,4110.70615303546,97007.9205840294,36279.9860675712,3087.20645738295,16650.0481307146 -48,461.226324664236,1375.99436599079,529.833463155059,1238.43692590344,796.380063057923,4907.31240849824,149.692444716829,443.928491549304,3905.54831654175,11869.3239002674,1215.42894182511,3487.52453487159,389.894098228495,2724.89852001314,1488.6862536777,6622.26167768729,1748.83073534529,8120.9861799071,149.570898058579,801.679115469084,1170.20524165186,1069.99711068969,785.944239595372,1409.52632547035,364.911823416223,613.639697774087,990.845998822739,2026.33315566134,1308.3598497319,1467.647195903,417.8944435961,1258.84808636549,11939.3019948549,3699.11581223961,85080.8102458656,31019.640244782,2842.51918632898,14115.5795486846 -49,485.491746172497,1306.3384097146,555.19458458486,1175.74443929618,828.417796425892,4658.89312204731,156.692335387847,421.455824246742,4061.19883455831,11268.4717986459,1263.90952193025,3310.97813139979,405.617706334285,2586.95797544528,1557.84304899621,6287.02776883455,1833.75643405509,7709.88343686659,156.349331864681,761.09630001952,1241.85569237241,1015.83142963751,819.8765801028,1338.17290533741,383.126848779277,582.575864219285,1039.69500040209,1923.75557454596,1361.1965445802,1393.35156546045,437.189373614555,1195.12234051253,12363.360146928,3843.71838749999,88878.5883782349,32556.2625441545,2942.73620892391,14836.8751610988 -50,499.474568182757,1284.12255937466,571.292187929124,1155.74949594369,859.65288210051,4579.66306069452,161.022486032867,414.288462828953,4216.04606362006,11076.8379301345,1312.05199266637,3254.67097997639,421.454538609962,2542.96365453209,1610.66089215421,6180.10932644869,1896.13258768264,7578.76762851394,161.331396326926,748.152945242703,1259.82980967861,998.555998674437,850.838377527013,1315.41567124488,395.800264904075,572.668463414935,1072.48511809654,1891.03980532649,1415.26395183461,1369.65595211937,452.78540603119,1174.79785272491,12895.7521137321,3997.9856136628,91939.5055764893,33546.5750708667,3070.285146772,15281.0869491158 -51,542.27404608827,1295.63545990898,618.428231870438,1166.11145780805,934.631633767606,4620.72238553355,173.876938375808,418.002798217151,4584.34245405705,11176.1481808528,1426.65130616515,3283.85098541346,458.561644426912,2565.76279266987,1750.57714399734,6235.5175765781,2063.37391880396,7646.71565827391,174.855022797407,754.860568576753,1360.09892051098,1007.50863003097,926.165108811843,1327.20913260398,430.67746635416,577.802766998583,1165.06548243389,1907.99406956415,1540.80383770787,1381.93570892909,492.788096315657,1185.33059411133,14042.600290466,4351.37604196773,99909.2591888408,36426.951651743,3343.60429930364,16598.9428892068 -52,663.964739424587,1326.4715268034,759.613951760386,1193.86485915586,1139.98093969102,4730.69537484249,214.401371338962,427.951246408577,5590.03049934924,11442.1400154317,1739.6657276347,3362.00649426672,558.496748736564,2626.8278341558,2137.7378854041,6383.92262032876,2515.87555727123,7828.70715422888,214.310655436746,772.826216869697,1684.81066903393,1031.48729106154,1127.76134053318,1358.79665151824,525.302526598875,591.554447410448,1424.48152035008,1953.40424440404,1874.88068791682,1414.82571795008,600.500479541755,1213.54141005687,17068.4211754092,5296.27050781641,122032.621086216,44581.9257762706,4063.3447343036,20308.1607863914 -53,899.071183530894,1390.66029952686,1006.67585768906,1251.63671370261,1425.06708741386,4959.61663255804,285.475523868895,448.660070335344,6966.68212849159,11995.8322056369,2168.69080786899,3524.69605555368,695.294412824459,2753.94164807733,2778.04343594325,6692.84456089084,3326.61096897311,8207.54310666905,278.586127728191,810.223752653165,2463.08351940173,1081.40159525519,1435.36246613147,1424.54965690079,701.097397980892,620.180130820244,1887.12820103048,2047.93067678308,2338.01626865094,1483.29000430507,780.84622978771,1272.26542499926,20519.002912502,6542.96705657514,157389.0375516,59512.6998140504,4874.19155348078,27373.2490618269 -54,918.070703450563,1510.38870230905,1026.87567804195,1359.39593041868,1480.09717962415,5386.61305866596,289.5667588448,487.287299164462,7241.69948788711,13028.6091034261,2254.13312893954,3828.15350606671,723.86864542261,2991.04127261671,2863.31218233133,7269.0626276736,3421.19292834181,8914.16860483115,285.751134213568,879.979677830836,2457.77085240449,1174.50448012943,1488.19739816812,1547.1957518261,719.626925315863,673.574318117903,1936.51508254954,2224.24653840888,2434.87507561818,1610.99332850197,805.883171297593,1381.80066326125,21541.6613314525,6824.63427457138,162335.541156544,60905.9039081235,5120.17879075925,27976.7149327248 -55,893.056147794975,1667.11459902012,998.782688362052,1500.45402086556,1440.82912032059,5945.55643566843,281.903537279488,537.850799011035,7049.48709381179,14380.5262897179,2194.30532060752,4225.38290143277,704.422099433189,3301.40748817038,2785.82518969297,8023.33889896021,3328.64642682787,9839.14974769195,277.969947312208,971.291009731503,2393.98560173882,1296.37725867845,1448.14693793214,1707.74094209521,700.136204276442,743.467941426387,1883.94055845779,2455.04608868737,2369.53166082218,1778.1584917603,784.132015557571,1525.18358693811,20966.7676341118,6641.97773393813,157998.680211376,59272.4607366192,4983.51921449343,27223.6291807357 -56,867.530680392593,1759.73850414443,972.47838350782,1583.81836243736,1383.15990091916,6275.88804906337,275.583393951588,567.733472588431,6763.4497062889,15179.4998596688,2105.37942763714,4460.14268651666,675.12018558419,3484.83174355193,2688.65681158936,8469.11088211858,3216.63035692812,10385.8071120206,269.526568601466,1025.25536610289,2363.20523059863,1368.40321555251,1391.66949754156,1802.62202291023,677.479340179409,784.774582319651,1823.81413685257,2591.44700325439,2270.22367814657,1876.95193015595,755.917874182873,1609.92188863419,19978.5063528987,6357.18856238963,152408.686490487,57485.7130711754,4746.64261563268,26425.2449131554 -57,839.610484596449,1807.93070578294,939.064045772413,1627.19281477876,1324.63023779661,6447.75952974579,266.416344574773,583.281422424998,6474.45648949546,15595.2056683933,2015.49811434954,4582.28816164203,646.111154005424,3580.26735155051,2588.19322087514,8701.0459670012,3099.08129110168,10670.2328430837,259.578290183999,1053.33301128587,2309.9825165705,1405.8783083185,1334.73234158848,1851.98863266589,653.431299739486,806.266420352889,1760.13028021611,2662.41637525041,2171.89781557509,1928.35413887664,726.859613740409,1654.01121218799,19025.8413415486,6076.28242220716,146542.030858914,55513.3358553363,4518.87665518966,25541.7742296479 -58,805.777130791789,1843.68434329965,898.895646267576,1659.37217977506,1255.90577628844,6575.27042177503,255.349968909823,594.816395795884,6135.46106521522,15903.6164546489,1910.05598686403,4672.90749202035,612.103480141677,3651.07071845544,2468.64390895993,8873.11785146297,2962.01030786675,10881.2473670752,247.721148745833,1074.16372484665,2241.87384384811,1433.68095764982,1268.49427311542,1888.61355974168,625.371403204024,822.211145027891,1683.74326974859,2715.06832130939,2057.63393724341,1966.48927019816,693.012046779329,1686.72093780965,17920.1618850717,5748.83013511512,139611.993820463,53161.6006244795,4254.66814107574,24490.6956229762 -59,771.660106362219,1886.81433815274,861.45911501284,1698.19049150676,1194.41164071587,6729.08817288816,245.255922987627,608.731157388586,5833.02751699374,16275.6556805215,1815.96108760539,4782.22255824211,581.56360328129,3736.48157626716,2355.27368958833,9080.69000374342,2826.60957013376,11135.7964414017,236.866760402926,1099.29203712656,2165.89997107084,1467.21959052325,1206.7829279752,1932.79460049694,597.219122135344,841.445436723259,1609.28625552973,2778.58292626302,1954.16113095319,2012.49208646687,660.454165141289,1726.179029229,16965.207164415,5457.08633346842,133143.362880793,50853.7525506524,4026.90218063272,23436.6056855251 -60,757.677284351958,1889.82273499136,844.355963288744,1700.89814048034,1162.58366055125,6739.81724525994,240.616773494147,609.701737722024,5675.49222164638,16301.6061039976,1766.97589967507,4789.84748610857,565.726771005613,3742.4391414257,2302.45584643034,9095.16854492651,2767.20869515731,11153.5517097037,231.65816845932,1101.04478334135,2143.37562201482,1469.55897214043,1176.61682874884,1935.87630972941,585.229746115339,842.787064111035,1576.49613783528,2783.01318732379,1900.9515476519,2015.70086790776,645.441402923917,1728.93130401801,16432.4696053806,5303.28712102893,130050.515936722,49856.2540496824,3899.35324278462,22997.2885085332 -61,751.014992196115,1840.35775083041,835.875581649045,1656.37814502233,1145.15853623004,6563.40654434517,238.672114008639,593.743157988109,5588.92813810082,15874.9212764727,1740.06785725029,4664.47608187746,557.005190837002,3644.48302658681,2275.03992790949,8857.1079270252,2734.1154176425,10861.6141388175,228.973079824723,1072.22559212301,2136.35486337543,1431.09414158539,1159.6064001046,1885.2059006877,578.574114133849,820.727614827555,1560.06746149183,2710.16947522223,1870.79116403777,1962.94109861399,637.029330285208,1683.67755720613,16128.591060428,5216.93410573773,128400.863354827,49346.4471453132,3826.46813544285,22771.2560333923 -62,753.455168814254,1800.20722670568,840.760935103508,1620.24144788212,1150.55238266785,6420.21470423677,239.776276576937,580.789644478065,5615.27327498703,15528.5829575227,1748.26962294635,4562.71262889113,559.376941539358,3564.9724512027,2283.50723612187,8663.87510295124,2746.85165499784,10624.649613677,230.267302557112,1048.83317318476,2146.07295859748,1399.87239688354,1165.05255456244,1844.07693814686,581.264082286411,802.822050605546,1565.52127527549,2651.04253381754,1879.61799587098,1920.11621095301,640.007253743779,1646.94527711093,16205.384680239,5241.04345020294,128978.126074621,49560.0081232396,3844.6894122783,22869.2073041907 -63,761.433936367245,1786.75622066561,848.52054525277,1608.13513190998,1161.34007554347,6372.24336766835,242.293600561992,576.45003018256,5667.96354875943,15412.5546136428,1764.67315433846,4528.62040094101,564.885865584878,3538.33525896036,2306.89516687533,8599.13931330915,2772.32412970851,10545.2630719461,232.402693059171,1040.99637465499,2165.50914904156,1389.41266103399,1175.94486347813,1830.29814109206,586.644018591535,796.82342772947,1581.81548163402,2631.2341536456,1897.27165953742,1905.76925446488,645.963100660922,1634.6394322385,16358.9224589155,5290.93352709601,130206.57316036,50035.6282115253,3881.13196594918,23088.089152263 -64,777.209678575721,1833.15495576742,863.88854783965,1649.89540963024,1164.18895593795,6537.71867347728,246.883250091525,591.419365081478,5677.09879955602,15812.7899845845,1767.65211841312,4646.22024804361,565.245181785569,3630.21924317882,2332.98264597515,8822.44296407417,2815.28306397292,10819.1039362985,235.477434628392,1068.02911391225,2250.7282888435,1425.49312308067,1183.35361311313,1877.82757886518,596.997004696646,817.51544979634,1606.81837934137,2699.56240966272,1899.34794679279,1955.25853665142,653.42246832682,1677.08797733165,16215.8821515969,5284.30953727108,131531.808115327,50952.8451564052,3844.6894122783,23557.4308541101 -65,789.51243939382,1933.79160948933,874.371196972066,1740.47146949574,1161.05109540462,6896.6267560723,250.368737052761,623.887141829365,5657.20084718078,16680.8815035526,1761.58659959751,4901.2887335238,562.977606403634,3829.51124288731,2348.45171208636,9306.77798156056,2842.53048223089,11413.0517708736,237.257953465223,1126.66184202045,2321.67910167357,1503.74993239136,1184.52051009242,1980.91667300267,603.975982544404,862.395463335091,1624.57193700132,2847.76315317717,1891.73957826183,2062.59844028081,657.320642334884,1769.15685645445,15995.651063864,5251.71853812901,132173.113294871,51598.089849235,3790.02558177197,23899.2124378217 -66,796.651176350731,1930.72536043018,878.820555825488,1737.71175175799,1154.35586793126,6885.69136096647,252.000230923234,622.897896994367,5621.1744970919,16654.4320469694,1750.46477761665,4893.51717639529,559.434326620349,3823.43911226689,2353.16525431642,9292.02101442427,2851.92622858233,11394.9550643398,237.679307413895,1124.87539005938,2365.32852400468,1501.36556388301,1180.91321788458,1977.77570173408,606.850719763404,861.028036118482,1633.3478633426,2843.24769709273,1878.98426601214,2059.32795317357,657.719195147372,1766.35165473573,15772.7045090364,5208.40984121515,132174.366304237,51897.1445909337,3735.36175126564,24069.3105855431 -67,788.581512348987,1862.89179960688,867.46591749099,1676.65947667937,1132.72268615225,6643.77142076297,248.951408869428,601.013177785488,5513.64140923135,16069.299923888,1717.04040388424,4721.58972268901,548.596136629653,3689.10747976666,2319.43313235942,8965.55776616976,2817.99782831655,10994.6079236861,234.153051009628,1085.35433504344,2357.69013364291,1448.61700917765,1161.63942757391,1908.28908747604,600.241280048523,830.776919695791,1613.26089947922,2743.35383360016,1843.42834637728,1986.97610509114,648.662279847142,1704.2931533753,15393.0099598075,5102.91334671014,130193.512323373,51313.070564718,3644.25536708843,23824.251647828 -68,761.035883626506,1751.0893642856,834.914739690718,1576.03387258535,1077.80818599749,6245.04196974712,239.96152551553,564.943054469267,5242.92913046729,15104.8924012515,1632.83270471007,4438.22102156749,521.448573992701,3467.70374580483,2223.13464030512,8427.48508128121,2707.23444254326,10334.7607218625,224.592885399111,1020.2162213484,2300.53481958734,1361.67749422135,1108.55702968296,1793.76210994473,577.515127551576,780.917404049044,1551.43980409896,2578.7100042542,1752.21366773276,1867.72668463567,621.415402464724,1602.00909957843,14515.7770034305,4841.91247472656,124620.703876364,49406.1370148131,3434.71068348085,22970.0011921642 -69,687.025021431979,1671.7139740118,750.635770651011,1504.59359873489,958.818219106803,5961.95953333064,215.735865425753,539.334666716158,4660.91581567011,14420.2004866945,1451.66384532562,4237.04024068139,463.36407690471,3310.51568687931,1992.82476716625,8045.47435641666,2435.54549530364,9866.29481577276,201.24932469503,973.970688490495,2100.07860409068,1299.95381253195,989.997045370728,1712.45240043524,520.411044642898,745.519082876962,1395.51175808745,2461.81927488007,1557.89907125102,1783.06422391755,557.328475643185,1529.3913907997,12790.54619255,4295.48025449607,111575.419722904,44511.1343373526,3024.7319546834,20728.9505170593 -70,599.394923022206,1624.24494477121,661.622665868486,1461.87002362344,850.196438685037,5792.6671568724,190.851041208257,524.020029485857,4135.36232930692,14010.7327612346,1287.90773298365,4116.72768111368,410.759811321745,3216.51218605028,1751.07381568357,7817.0196904772,2129.35353935472,9586.13717852917,177.807580693457,946.314376579383,1820.80637570907,1263.04107117918,872.409792818473,1663.82658625106,454.183479038866,724.34975146342,1221.96462440092,2391.91486960439,1379.41044348232,1732.43335697572,488.883249538836,1485.96367183654,11436.2942616641,3814.18976286631,98262.00688051,38951.051208538,2705.85961006316,18095.7968957315 -71,495.410759875484,1515.79803083534,559.127925347944,1364.26449118963,788.210066465703,5405.90475466036,159.09007622961,489.032477133444,3853.383132303,13075.2699575316,1199.53513071489,3841.86371187779,384.187418383696,3001.75343224458,1532.80523634256,7295.09615650703,1825.45755556802,8946.09394063944,154.620984931944,883.131250115883,1360.92415311532,1178.71086791484,790.116895803963,1552.73690166608,384.434484483299,675.98666718275,1040.58285426759,2232.21248798949,1289.2146322535,1616.76296393039,429.067267883288,1386.74946467508,11352.2973842055,3614.31245503347,86883.5195109768,32797.4527170642,2696.74897164544,15058.6046297449 -72,433.959734074101,1393.17693846148,493.080202735693,1253.90176555372,732.145784519296,4968.59191165571,141.422770932368,449.47199787926,3666.27330386354,12017.5407266842,1086.119594369,3531.07459913412,352.888371568705,2758.925379027,1294.16845972677,6704.95641395161,1525.45181933109,8222.39606719928,138.319474291456,811.689991850744,1086.88773635943,1083.35857738772,675.188433486648,1427.12762445482,328.027751241345,621.302453406308,869.136631789447,2051.63675948232,1149.23728054349,1485.97427261808,370.579858181585,1274.56780805054,10759.6927530569,3318.46092225754,77181.3817184451,28367.3994570402,2475.47342774371,12764.4121780202 -73,459.639636153083,1326.58723405036,520.333637829725,1193.96899920961,769.485917244164,4731.10803031753,148.987507061126,427.988576316949,3852.3961538497,11443.1381058496,1141.32101383539,3362.29975990254,371.040375090231,2627.05697063614,1365.95564968139,6384.47948573918,1612.24928254249,7829.39004725278,145.770069586633,772.893629997023,1154.7210354317,1031.57726702582,711.260133585455,1358.91517846476,346.957479844493,591.606048319441,918.899352847261,1953.57463858345,1208.47283525843,1414.94913227556,391.08655909535,1213.64726648333,11278.7086166818,3486.14540975467,81340.5883744249,29981.3660832353,2594.48657330831,13505.8505276317 -74,476.934079866245,1289.27154449086,540.77854762853,1160.38373969966,811.215766600514,4598.02627436489,154.514266126821,415.949647825158,4064.39609691881,11121.253062647,1203.9022280676,3267.72133277308,391.858152177309,2553.16025291177,1429.39603869013,6204.88989798066,1685.44354622587,7609.15644259831,152.204205116304,751.152836765187,1172.94018152513,1002.55993890377,748.796317720884,1320.69013329946,362.116198059019,574.964709496055,957.665597770297,1898.62236490439,1277.09900788144,1375.14790307086,410.136261184639,1179.50847525394,11997.2066250908,3688.89895167227,85232.7289593623,31197.8141759161,2761.10497709875,14033.6074184973 -75,518.400800019194,1285.8003186644,586.128726310969,1157.2595305111,883.843825441256,4585.64658009296,167.032413524426,414.829747858231,4429.07681228161,11091.3102774994,1311.86474091541,3258.92334236334,427.302641990323,2546.28614183187,1556.08860061229,6188.18389515587,1836.91553810409,7588.66960220076,165.212304385655,749.130438041089,1266.48623780748,999.860653429452,816.709110603978,1317.1343162809,394.590009373941,573.416678472311,1041.76951784615,1893.51052712599,1393.49403064503,1371.44546432804,447.14802155325,1176.3327747591,13098.92520563,4024.35281773152,92779.6880883928,33920.331968644,3014.99968763657,15261.6404250205 -76,636.250103212917,1296.38756122307,722.021946800975,1166.78837194549,1082.40223224205,4623.40466113169,206.527442337224,418.24544397945,5422.7927252926,11182.6358048746,1606.29191690648,3285.75722271385,522.560779494438,2567.25218812694,1906.53279211089,6239.13722200189,2246.33234928176,7651.15448776955,203.160978926382,755.29875635653,1569.60524000446,1008.09347707171,998.146734049245,1327.97956206781,482.604300442105,578.138174784021,1277.44727464587,1909.10163792839,1702.52466177337,1382.73790653392,546.663296920706,1186.01866473385,15996.7682870153,4918.9803508501,113720.287038383,41629.6534732932,3681.47330279833,18720.9598842213 -77,864.214029884372,1296.21399894968,959.865075122788,1166.63216060217,1356.0964009701,4622.78567291567,275.758649399759,418.189448664265,6771.04258285292,11181.1386571459,2007.34380968115,3285.31732070427,652.034880010472,2566.90848062814,2488.17759242195,6238.30191713425,2983.8750619708,7650.1301399536,264.897383748174,755.197635848155,2297.16158468355,1007.95851203432,1275.2872098922,1327.80177021088,646.774385102628,578.06077279487,1699.84169286876,1908.84604459325,2128.80801856998,1382.5527835493,713.664898094132,1185.85987881065,19247.011079214,6085.36154871785,147144.66104185,55751.0213307561,4419.35480529886,25342.9152009156 -78,861.692414071405,1309.40466157966,951.613609134777,1178.50415955934,1346.7249398245,4669.82852716007,272.439829095013,422.445069986993,6724.10826990725,11294.9212794328,1993.44014076905,3318.74969564001,648.259859440803,2593.03011162228,2477.62835380859,6301.78474947486,2975.35532695425,7727.98015996059,262.688519564816,762.882753615364,2283.33645340915,1018.21580032779,1269.59211854106,1341.31387948029,645.159749599876,583.943292687219,1693.73721410735,1928.27103476247,2117.34131399563,1396.62205556049,711.12025545969,1197.92754479828,19109.1909997506,6047.72552724867,146317.584705584,55498.8965981612,4387.61796648164,25251.5416799843 -79,837.410088386727,1392.74303558392,924.511044960348,1253.51123972082,1308.65318766105,4967.04445112258,264.960545392701,449.332010496551,6533.67257107393,12013.7978815662,1937.00875550835,3529.97485122186,629.663560325018,2758.06611583658,2407.23229734495,6702.86816528651,2891.28791984055,8219.83521421962,255.185295459246,811.437192214578,2223.77217983336,1083.02116697617,1233.40051589212,1426.68314768678,626.967171213125,621.108949684756,1645.807239072,2050.99778027653,2056.67766399695,1485.51146814932,690.948913346077,1274.17084580957,18556.8769408396,5874.31391982558,142202.991417849,53951.9783241919,4260.67061121273,24547.5208076669 -80,808.878422760108,1490.37129246721,894.220857561145,1341.37965061275,1241.00687333443,5315.22346134582,257.494142862028,480.829206911,6190.04907557386,12855.9389770582,1835.57011680684,3777.4184088356,595.82777706428,2951.40055038653,2303.46421812634,7172.72464158982,2773.04741073968,8796.02778049277,245.402520138759,868.317174107985,2193.66540780425,1158.93859466968,1172.69860526674,1526.6905325918,602.486569428631,664.647335835731,1582.16313960516,2194.76826273021,1945.64691272215,1589.64259033781,660.159410342127,1363.48745014336,17393.7055383305,5545.86169899755,135898.164800021,51979.1918442489,3990.9074812663,23690.0908238267 -81,785.500038004312,1594.73951542566,866.888764688459,1435.31423668179,1195.1756709109,5687.43972053679,249.83201629019,514.500876598592,5959.16000315027,13756.2190027669,1767.27193528879,4041.94473773992,573.511621332726,3158.08222242311,2227.93849968465,7675.01861920246,2683.19032470714,9411.99897718933,237.414113209919,929.123981702846,2145.60002236336,1240.09713701077,1130.69200871651,1633.60213153325,583.416505755525,711.191483381953,1533.32029754367,2348.46423402577,1872.08846286538,1700.96261718695,637.778784394223,1458.9702086458,16672.1051659351,5331.92561016735,131302.258925307,50388.716413217,3824.28907747586,22982.2303716887 -82,762.862106446648,1661.93668498775,841.603096186965,1495.79374020211,1159.00735334808,5927.09005062411,242.572332662309,536.180280858797,5778.43404726539,14335.8616164482,1713.70393504692,4212.25922689333,556.108807133438,3291.15360150318,2162.19397444651,7998.41910094763,2604.72427267032,9808.59019793146,230.407595457361,968.274263701108,2086.2942202475,1292.35082282161,1096.8555148251,1702.43684614828,566.442449881667,741.158794179524,1488.59587505508,2447.42092746557,1815.31904676732,1772.63568498284,618.937545409766,1520.44649837719,16154.0570491293,5169.20462113899,127406.736728751,48923.9762583533,3705.27593191125,22318.1134340594 -83,723.313317396353,1707.32297817129,797.007272102537,1536.64278929535,1079.79165940931,6088.95460851781,230.481447396934,550.822977927891,5378.6968524136,14727.3636659787,1595.50804516628,4327.29299079286,517.194190478735,3381.03263457296,2032.38597211845,8216.85016249141,2453.01687598964,10076.4557276245,217.13635213605,994.717136050807,2012.77454905648,1327.6439924534,1024.61786551233,1748.92916954645,534.394935099916,761.399306728555,1405.25852080951,2514.2582292478,1687.6733165569,1821.04508808042,580.826809159735,1561.96879653005,14883.8766289997,4796.25822775362,119566.008477892,46256.2942019636,3411.7101728519,21135.6836286179 -84,702.866853916983,1702.55004090622,771.413417124129,1532.3470000827,1027.95872946877,6071.93252263958,223.551635458204,549.283114907583,5115.44974755167,14686.1923212734,1517.79319622766,4315.19574953465,491.657637679571,3371.58072836523,1955.75903484302,8193.87940016731,2368.47865927103,10048.2863117277,209.106839926558,991.93633678344,1988.99929718513,1323.93247356251,979.776550004025,1744.0399193495,517.054949779508,759.270763288828,1358.86167743471,2507.22944971996,1604.50825166455,1815.95423293854,558.457515283284,1557.60220674525,13994.3079938067,4547.46486381852,114808.893153952,44795.8178553383,3205.42072053993,20514.6846947341 -85,697.44003607052,1666.10215710186,764.598447191194,1499.54279223854,1014.04877968332,5941.94568775319,222.014434937183,537.524161181211,5044.78309986197,14371.7929683068,1496.9327914836,4222.8168182297,484.801621908571,3299.40253702169,1935.2836456975,8018.46630973898,2343.15485902384,9833.17441303259,206.962128083335,970.701142823935,1982.92624848732,1295.58996626355,967.016132380282,1706.70382772027,511.784746738078,743.016431908548,1346.49940674584,2453.55513445248,1581.35884538834,1777.07861267134,551.922563261376,1524.25733999781,13754.8022020698,4479.78284274869,113512.908020953,44390.5455401664,3149.88125260978,20337.0549244553 -86,700.345238104017,1631.91057162794,770.049134210001,1468.76932175591,1020.93089864727,5820.00565964736,223.283340162233,526.49314293123,5079.30922280857,14076.8564389981,1507.15636576461,4136.15658460253,487.882617109902,3231.6925209362,1945.20979622967,7853.91212857396,2357.18178719629,9631.37896970398,208.45224714237,950.780508934218,1992.22915982356,1269.00199572296,973.336389917085,1671.67901873397,514.788423366992,727.76832138193,1352.7571986733,2403.20351601359,1592.21950088457,1740.60957923301,555.357718672406,1492.97667998388,13858.176592692,4510.73233677917,114205.421186524,44633.9459251265,3173.6838817227,20445.5333059414 -87,713.610440365019,1632.34447450551,784.813828291742,1469.1598475888,1048.01917877959,5821.55312018049,227.663403634231,526.63313031394,5216.32966934081,14080.5992841161,1547.64720945845,4137.25633251478,501.400082831722,3232.55178412662,1989.56592958386,7856.00037723906,2405.00516967198,9633.93982268365,212.911080789736,951.033308570384,2012.64428271566,1269.33940613451,997.247185142835,1672.123495502,524.762197846722,727.961825103482,1380.99391892992,2403.84249521938,1635.446125742,1741.07238370176,567.652673563503,1493.37364222486,14303.8873359412,4639.25891472981,116825.564200859,45497.3003135402,3276.82860787869,20820.7317882059 -88,738.166303025338,1698.70276442272,811.837734687516,1528.88433382542,1078.1857688254,6058.21169056859,235.350349394341,548.041892059507,5364.69759278735,14653.0057241149,1591.79854227976,4305.44464047472,515.33277018932,3363.9619195568,2052.19501441611,8175.36357463063,2486.01295396454,10025.5800565824,219.876493261643,989.694844169453,2096.24021840105,1320.94076456783,1027.50389134036,1740.09888759901,542.814441163515,757.555028372365,1426.48490724879,2501.56382775944,1681.78688059885,1811.85069539331,585.950090642977,1554.08247093915,14653.9038944361,4765.7407026329,120508.683512266,47058.3222071994,3356.17070492176,21551.5664695451 -89,753.129337899213,1799.36834706081,825.913842674483,1619.48643059842,1083.75342092055,6417.22294453755,239.791989259518,580.519001963426,5388.45325970072,15521.3467838403,1599.13912603832,4560.58644769765,517.440936289754,3563.31120755281,2079.14794026399,8659.83781859765,2524.79871085827,10619.6986268336,222.879778439196,1048.34442678556,2163.9432511325,1399.22006950603,1036.20491106967,1843.21761562885,552.11143251347,802.447943076858,1450.30359357061,2649.80717291779,1688.79524449889,1919.22145484867,593.28265596051,1646.17781609384,14592.8504576171,4775.86539522746,121898.28327907,47894.8801836738,3340.30228551314,21970.2710204149 -90,756.08797841857,1805.32728571162,824.923514740505,1624.849657256,1064.8678469226,6438.47475654012,239.987713300683,582.44149722349,5289.21107187744,15572.7485734816,1570.08221691618,4575.6896670568,507.919146953203,3575.11176685144,2067.01935206435,8688.5164615066,2515.8552471973,10654.8677086454,221.529487590169,1051.8162118341,2203.22060693532,1403.85384366728,1022.72507814511,1849.32176918339,551.264130770425,805.10539677225,1448.93779901651,2658.5824958836,1657.07726652023,1925.57730907132,588.759856739513,1651.62943617511,14153.514912123,4673.53906201899,120836.411248345,47879.1994409974,3237.15755935716,22010.5000613669 -91,747.509140805899,1738.76650741076,812.959599627969,1564.94292529397,1041.44072413399,6201.09403656897,236.74240740575,560.967407911958,5169.99570944555,14998.5954692006,1534.90488707797,4406.98814245625,496.344355470117,3443.30064119152,2033.35741465213,8368.17874627078,2481.96463097307,10262.0324078149,217.789399067126,1013.03670285352,2195.8552009378,1352.09502675098,1003.40459788429,1781.13895421139,544.464551532877,775.421891599799,1428.94492987587,2560.56297249656,1620.21101418031,1854.58302156198,579.460466906878,1590.73535807275,13743.3107118696,4561.04752327712,118752.534275952,47269.2386734438,3141.94704290547,21760.435108459 -92,735.724844941161,1623.40606512633,801.303870992345,1461.11500633973,1033.09230614207,5789.67539717318,233.167229821665,523.749386971218,5130.60304894007,14003.4965875522,1523.05769632424,4114.6014999202,492.653572812828,3214.85094240039,2008.56366770504,7812.98240612361,2448.59190531425,9581.18619168576,215.072305001015,945.82563018019,2148.69549621756,1262.38874380167,993.598801768766,1662.96726373305,536.727119922352,723.975643934732,1408.94504876503,2390.67950870464,1608.09631822342,1731.53860087138,572.578824013366,1485.19621081944,13704.1915162224,4532.01612907618,117401.974095413,46581.9569504779,3134.01283320117,21426.3015168721 -93,665.152665967382,1551.49381332561,721.66220322239,1396.39178489634,921.512103690936,5533.20931394861,209.948368860081,500.548785097517,4573.3185442357,13383.1816864764,1357.85689135527,3932.33640588234,439.001915524389,3072.44222813105,1804.66433919295,7466.88960151158,2207.59239412692,9156.76700983894,193.11196784771,903.92825629561,1961.99212145363,1206.46852817306,889.734211337002,1589.30256383148,484.586429787884,691.905590777593,1269.88679589609,2284.77923489273,1433.89383602863,1654.83638659276,514.725003930838,1419.4062608,12114.9813591001,4031.78563614267,105352.922880255,42038.5783139246,2769.03918680306,19369.5882012679 -94,582.495934910294,1521.5544811025,639.075330201338,1369.4454721218,824.130214589552,5426.43441707988,186.533783857332,490.889644827543,4093.68865094949,13124.9250828908,1215.17931861033,3856.45371459632,392.624479605787,3013.15300131347,1594.76560473107,7322.80028157174,1939.43356484404,8980.06795551943,171.613766458192,886.485061782907,1701.90140306121,1183.18718359311,789.663560264421,1558.63363234563,424.818459569538,678.553818974574,1117.07944187358,2240.68962010832,1280.72273113935,1622.90284233525,454.176981375643,1392.01583536829,10961.492504215,3614.89110520763,93377.8678887034,36954.3490772929,2507.21026656093,16974.3599561562 -95,483.61853334602,1425.11222560496,543.035166784854,1282.64449867481,772.567287308465,5082.48513298098,156.296829065553,459.775080652849,3859.98447062857,12293.0144323348,1144.14518784698,3612.01613508352,371.42652276753,2822.16721985443,1403.89268612849,6858.6516858533,1670.23959404114,8410.87505516139,150.286520882705,830.296065670672,1272.29669260194,1108.19201116995,720.851778035677,1459.84115079819,361.244004095962,635.544343079263,955.240634994211,2098.66568109261,1209.98481515102,1520.03671922753,401.206226366513,1303.78426133097,11052.417052793,3471.36144864101,83194.2560642389,31282.1778379119,2538.94710537816,14170.6975970407 -96,448.706762681909,1319.50014623432,512.614902585604,1187.59040387126,786.49219271143,4705.83281492469,148.639054409214,425.70211331869,4039.7266798928,11382.0049043792,1164.92829113036,3344.3371917045,389.709400549289,2613.02232370848,1380.40182575274,6350.37138819857,1530.49477056762,7787.56273775766,151.014414818757,768.76456491359,1014.23731324345,1026.0662244854,663.732566044795,1351.65538358876,329.048802328359,588.445484197218,839.803398135934,1943.13796720335,1175.37632750774,1407.38998463848,376.393750502358,1207.16354303531,11894.687676746,3550.65126191929,81096.1749600109,29354.0248658655,2677.0723560963,12982.4240747707 -97,461.638020310459,1240.4718805073,523.074655994685,1116.46255270744,785.690719960238,4423.98835494025,151.80373543474,400.20571619595,4030.74585170792,10700.3072852796,1162.77433117338,3144.03621483758,388.895320068352,2456.52167978055,1399.31961909034,5970.03127306932,1559.69927286192,7321.1455272998,152.982736891156,722.721273072439,1072.4715452445,964.612472870765,667.519890843877,1270.70125779313,336.376791799655,553.201967003439,857.921141588114,1826.7584244995,1173.40254101303,1323.0977698896,381.24941939123,1134.86340610298,11728.2215272671,3531.71370805791,81913.625421505,30011.487360284,2637.70364497724,13326.6256318414 -98,494.560375204352,1200.98667375405,564.129584098792,1080.92466150761,875.23853554022,4283.16928631505,162.952116342729,387.46684988536,4498.31635096762,10359.7079922833,1296.92413935551,3043.95904103515,434.625413813887,2378.32864054753,1530.28495217994,5780.00042848129,1696.46953434942,7088.10764118679,166.827478932171,699.716480025002,1095.12208662576,933.90809050904,738.901800641259,1230.25382591337,364.355491350475,535.593108320966,928.195288269878,1768.61125065941,1311.61014671969,1280.98251534833,418.047992552038,1098.73980110168,13324.4720375269,3964.62997567867,89898.6733274587,32386.667542379,2999.89578727262,14314.0723588865 -99,566.552553251805,1191.70113982809,649.777896464055,1072.5673975719,1041.49779856876,4250.05358687571,186.467983765052,384.471115912269,5361.8272528759,10279.611000262,1545.07841860178,3020.4244044214,518.679939830731,2359.9403838237,1789.05169157316,5735.31184763055,1972.45655214713,7033.30531455701,194.314887870345,694.306560618057,1193.29235184713,926.687498101431,873.805705146071,1220.74201043056,421.893127589017,531.452123173913,1073.81125493317,1754.93707747438,1565.38387237182,1271.07848654871,489.908945087703,1090.24479784986,16141.8155534287,4750.81472720978,105464.316440394,37372.7736016303,3637.66890740144,16440.088341228 -100,685.511040529665,1198.412179793,787.135409170087,1078.60753836693,1246.01778663785,4273.98767447641,226.898386172555,386.636256934631,6410.84281043131,10337.5004139252,1847.71345051264,3037.43386108094,619.442595338463,2373.2303385794,2150.59037114169,5767.6101359633,2371.10342086861,7072.9132258645,234.397176541979,698.216533446373,1475.04218016099,931.906119303414,1045.48241278671,1227.61659344893,507.742663972221,534.444984654743,1295.16443101921,1764.81996880443,1868.22053854135,1278.23653837619,587.632103069437,1096.38448855365,19187.9011396103,5665.95842824583,126710.114184456,45135.1764917831,4322.68448087314,19872.2734649256 -101,814.315357032394,1190.19694281174,894.442399898322,1071.21357434781,1223.84080401491,4244.68905569328,261.985780887089,383.985826198176,6242.14802690237,10266.6358006259,1803.97597181106,3016.61194404402,601.406506804239,2356.96160402272,2321.82918578736,5728.07258379102,2660.24729069049,7024.42768868613,253.592128981124,693.430188328046,2113.97988398387,925.517808383805,1073.32189493527,1219.20115725147,581.43590980514,530.781310105688,1470.61504549903,1752.72194901003,1822.13365238817,1269.47409732466,633.17552529334,1088.86866173887,17113.5759429124,5384.20045248753,134208.322173832,51811.2040555208,3834.51246299676,23398.1919338091 -102,810.545256653124,1167.40255062519,884.60015244485,1050.69792567579,1210.64031620533,4163.39569695145,258.2072716435,376.63181342802,6174.0385190441,10070.0114316176,1784.36284462768,2958.8384502181,595.573666948268,2311.82158959467,2305.79923216765,5618.369787345,2646.80898369838,6889.89738209359,250.7418742094,680.149764645053,2100.69418939499,907.792493235458,1065.16431660829,1195.85128267774,578.822066888838,520.615902253726,1462.26651079189,1719.15420062939,1805.40973662877,1245.16140637057,629.260099114524,1068.0148866849,16904.3021657645,5328.18972657884,133055.100623178,51466.4971782436,3787.27000965388,23270.4423240872 -103,792.082924259108,1215.94187400457,865.166054867437,1094.38479817844,1189.70318305475,4336.50514405899,252.678884633286,392.291752989704,6068.64128924059,10488.7115115957,1753.77755030742,3081.86372225093,585.227895142143,2407.94460703427,2258.85604259322,5851.97546845889,2590.72786741986,7176.37179222838,245.565853630276,708.429649210011,2047.5711484029,945.537513894299,1045.06183515525,1245.57347327297,566.266391584937,542.262543013942,1430.58605488895,1790.63475516363,1773.93569160468,1296.9338580677,616.573577868019,1112.42177951808,16655.5873571704,5239.54730010824,130465.187212883,50359.483011969,3732.15381408719,22754.3919141596 -104,770.598931829471,1294.68087301715,844.151765781811,1165.2523004706,1142.8894885134,4617.31797035929,247.562927635394,417.69482579414,5825.30062060468,11167.9139167525,1683.86458367719,3281.43153858416,561.098279707176,2563.87241253964,2183.28709854195,6230.92342681409,2507.69106614869,7641.0817784066,238.530173017191,754.304409050233,2022.38474888059,1006.76632668918,1005.5322525383,1326.23128313944,548.829741449625,577.377058560903,1387.61308913928,1906.58831448499,1700.49372689357,1380.91753849928,595.230211142008,1184.45727666777,15855.9363168636,5014.71785014567,126031.4039333,48921.6664609375,3551.0577429395,22128.4715731605 -105,747.357950536643,1396.79280045107,817.006275198258,1257.15615170351,1096.9791792872,4981.48743277662,239.836946756059,450.638560910593,5588.28240295873,12048.7311430069,1615.62407604094,3540.23917692241,538.154203086879,2766.08591487475,2107.00970586004,6722.35850866744,2422.02986028585,8243.73653629685,230.253925204832,813.796658210079,1977.86497908119,1086.17033445383,966.860709863914,1430.83160231225,530.592953930097,622.914986504787,1342.72143284671,2056.96159308403,1630.52304956516,1489.83098151235,573.764553677732,1277.87583100373,15123.2965923522,4802.2848607182,121477.076655156,47348.7707539832,3385.70915623944,21438.6468080977 -106,730.528531202378,1487.27611449189,799.374827207615,1338.59389596751,1077.95072933088,5304.18489486604,234.530992658797,479.83062891997,5492.87169794026,12829.2399797177,1587.90219874564,3769.57352996435,529.033484969188,2945.27113147859,2064.75543072352,7157.8284479729,2371.29639195122,8777.76033828284,225.590716951855,866.513867639003,1924.97605925891,1156.53173053382,948.932079163181,1523.51992743087,519.204164643135,663.26700745338,1313.99957787672,2190.21020500186,1602.75653998595,1586.34124740461,562.355105310098,1360.65578239276,14909.3714331598,4724.23335996432,119103.592739309,46322.780774325,3338.46670289656,20961.3404599499 -107,700.63182186711,1570.06487837162,767.505736835854,1413.10631024236,1027.21775583706,5599.44070282039,225.666111954305,506.540252138447,5232.21635692917,13543.3756463153,1512.74389902847,3979.40567199813,503.599786098257,3109.21873602213,1973.70284609724,7556.26674970903,2266.96783766501,9266.3716465383,216.12179925788,914.748093474726,1860.420555673,1220.90971080636,904.597024174431,1608.32619192281,496.666581688577,700.187559820373,1258.31342824241,2312.12757713073,1525.13454370558,1674.64444119921,536.935938470945,1436.39626473661,14139.7871594018,4492.58702547298,113809.497218159,44386.5747698979,3165.24437397268,20093.5598083378 -108,689.701719185628,1571.45336814102,754.492141851413,1414.3559934127,1003.8910558415,5604.39257852777,221.997394028896,506.988211944167,5111.4441054297,13555.3527555336,1478.00281170906,3982.92486673968,491.894591512551,3111.96837934277,1936.24557578926,7562.94914813814,2226.79129095343,9274.56637938528,212.067197966363,915.557052637411,1842.00393271174,1221.9894245597,885.570192085904,1609.74851815537,488.218308687581,700.806771979605,1236.73906735229,2314.17231141567,1489.87295072176,1676.12541609777,526.635147897775,1437.66654442114,13756.6069645186,4383.87957192592,111568.093212473,43642.1483209939,3078.63320951075,19773.1765608866 -109,694.980656821208,1523.46365769207,761.808486980498,1371.1637893221,1022.39509156943,5433.24325743532,224.221723158415,491.505590578818,5208.57923356404,13141.3936352951,1505.82610694755,3861.29261536663,501.363077560062,3016.93376713051,1960.94490965415,7331.98859460379,2248.30048924164,8991.33573181425,214.702510191107,887.597382470718,1840.38482188649,1184.67179245861,898.933511860067,1560.58933414899,492.365786253545,679.40523710126,1249.08611338243,2243.5011343987,1517.48322475362,1624.93918618768,532.982429096068,1393.76247282242,14102.8055612265,4473.86713127929,113090.071282632,44037.3758341267,3157.37063174887,19922.7044487753 -110,701.640370386652,1476.65994582296,772.190432858547,1329.03902015103,1040.73883274711,5266.32365246029,226.834597316451,476.405600547971,5303.9181960614,12737.664935789,1533.21861019465,3742.66633498281,510.365251056458,2924.24780245257,1987.00709558501,7106.73590815028,2277.78174006543,8715.10473359813,217.958106015488,860.328696450423,1850.41255746146,1148.27641344597,913.612642443974,1512.6450506259,498.480287220664,658.532611227254,1263.1760939249,2174.57649668762,1545.32974684767,1575.01795236556,540.729073911497,1350.94342895315,14415.7751063182,4560.10586592208,114766.797961837,44558.9731733104,3228.23431176318,20142.125611401 -111,702.893084990071,1467.20085242952,771.111036009393,1320.52554739741,1031.61791844025,5232.58897481184,227.027444692413,473.353872164948,5254.91952621527,12656.0708202427,1519.2816080896,3718.69180347119,505.796979762687,2905.51584378653,1981.06341947176,7061.21203593592,2272.33525336101,8659.2780757126,217.147423910174,854.817658169876,1864.84912053596,1140.92085818289,907.548861054227,1502.95544616045,497.746789955217,654.314225342376,1262.66345162655,2160.64673429952,1530.97210119252,1564.92880357411,538.419509630284,1342.28964234516,14209.5998603426,4512.04926504165,114227.915278717,44523.8383749615,3180.99185842031,20147.6856658413 -112,737.940670634475,1526.81917627157,811.993374315003,1374.18385845691,1094.22549276407,5445.21029623221,238.531934815337,492.588160637373,5576.42797001561,13170.3383300248,1612.00049297638,3869.79734014055,536.597205938474,3023.57874173007,2089.50880978373,7348.13773201815,2395.41022707901,9011.1396791879,229.180403234883,889.55236806749,1946.41652006428,1187.28110196864,960.659372867292,1564.02662422103,524.238457343614,680.901667216012,1328.44107048032,2248.44257799769,1624.76550459307,1628.51821060502,568.618178966188,1396.8323168908,15154.2850072657,4794.27569664694,120680.313277347,46860.5687797328,3393.58289846325,21183.4408319296 -113,757.155428895143,1662.83341965906,831.716772987462,1496.60082877539,1113.09364817015,5930.28814306431,244.531922911851,536.469588780249,5670.0425093971,14343.5968474414,1639.29157828027,4214.53204446058,545.504525217489,3292.92941617153,2135.14319248751,8002.73482475844,2451.45180785332,9813.88263956692,234.237275902339,968.796717481351,2010.95228628676,1293.04813927222,979.205882065359,1703.35543357669,536.967488148111,741.558702788371,1360.4730384444,2448.74148752106,1651.97950553305,1773.59214974631,580.891703651756,1521.26688889103,15334.9046609853,4868.27656267757,123207.87602269,48011.6378294022,3432.95160958231,21725.6921734428 -114,762.550471288156,1705.81877834902,833.992277982318,1535.28896354586,1101.74346156855,6083.59006732846,245.584916402631,550.337687308546,5607.46498349198,14714.3884421388,1621.62957516746,4323.48052330378,539.537316270373,3378.0538492154,2133.28807257218,8209.61088514785,2453.93783818026,10067.5780851934,233.927729484995,993.840762126024,2048.44842099187,1326.47430055385,972.901939230382,1747.38831349307,538.374369784415,760.728492409005,1365.18919968303,2512.04309665138,1633.59806385597,1819.44069586357,579.568506426743,1560.59265785204,15027.4491344224,4802.86304168731,122810.665681164,48179.3908691307,3362.087929568,21842.1705518515 -115,761.545908291617,1667.34601351404,832.044977848025,1500.66230097305,1101.16066535388,5946.38174661851,244.973938461162,537.925458827779,5604.73486377596,14382.5224705536,1620.81870015627,4225.96943270441,539.284402557933,3301.86576113106,2131.27081707088,8024.45262978106,2453.93783818026,9840.51553373975,233.474491114681,971.425835986155,2044.48809846853,1296.55721060702,972.901939230382,1707.97799598826,538.374369784415,743.571143244371,1363.62202120127,2455.38687704618,1633.59806385597,1778.40532041126,579.568506426743,1525.39529979103,15026.9749627596,4801.90847709373,122723.811227168,48136.2344056517,3362.087929568,21825.9722968102 -116,742.955514571158,1587.73920874632,811.386832873935,1429.0137470151,1071.84570866135,5662.47399925196,238.944364827658,512.242411257925,5454.86524947931,13695.8343751609,1577.53807073355,4024.20212054668,524.836672009152,3144.21942924486,2077.02109931724,7641.32817409567,2392.43000294942,9370.68384160219,227.547362386077,925.045476873601,1998.11509667408,1234.65357698904,947.513662515081,1626.43123258572,524.998519464769,708.069620254306,1329.68598848766,2338.15535931324,1589.89639521878,1693.49603104217,564.778919179493,1452.56587815938,14605.9434151921,4671.81242352845,119572.628988777,46943.8339945895,3267.60302288225,21290.8642658404 -117,669.722578489297,1540.27017950573,728.214554553,1386.29017190365,950.608220952458,5493.18162279372,214.464260525523,496.927774027625,4833.61757708568,13286.366649701,1398.25792700133,3903.88956097896,464.888071023363,3050.21592841583,1858.0590179967,7412.87350815621,2149.00329886562,9090.52620435861,203.433506419003,897.389164962489,1823.80169355686,1197.74083563628,844.324529583825,1577.80541840154,472.381933320699,686.900288840763,1194.46912572489,2268.25095403756,1409.48841124526,1642.86516410034,505.536362648293,1409.13815919621,12819.1536032295,4129.64913150491,106809.946510372,42219.353118505,2866.0421694678,19189.2182555116 -118,599.018984752298,1535.49724224066,661.25515799845,1381.99438269101,887.592996372802,5476.15953691549,194.936851382308,495.387911007317,4522.74264206498,13245.1953049957,1307.46504596654,3891.79231972075,434.878234924599,3040.76402220811,1694.93154836854,7389.90274583212,1940.91945510428,9062.35678846186,186.44993493538,894.608365695121,1586.63084713267,1194.02931674539,778.216017303462,1572.91616820459,424.793112652928,684.771745401036,1077.9999015698,2261.22217450972,1316.0150579041,1637.77430895846,460.686479103569,1404.77156941142,12272.2696501371,3884.41197620885,97929.5422929533,38045.9093308289,2747.93603611061,17192.6641055169 -119,485.995683834255,1435.49697977997,546.336510824193,1291.9910943838,790.556914805545,5119.52106443665,159.328318108334,463.125449208104,4047.27005504626,12382.5932954278,1168.29832933691,3638.33679879342,390.1440641607,2842.73227591977,1439.77281950685,6908.63049485507,1618.18734845896,8472.1648737983,157.837534414758,836.3464106046,1181.95584887916,1116.26737632923,678.206484951992,1470.47897371012,350.686059741053,640.175537487405,893.4536043702,2113.95860104804,1177.97505619183,1531.11318561562,391.786750290848,1313.28490191765,11532.9933535223,3524.77114666362,83906.2503519553,31337.1350151348,2590.46119163436,13996.276900754 -120,452.23489008827,1349.09235671656,516.707384346822,1214.22429648457,784.940227634798,4811.36974536831,145.957426153542,435.249263863547,3946.83061147028,11637.2672367113,1234.35440143717,3419.34008608306,400.308073881898,2671.62414108505,1429.00220876818,6492.79011190714,1575.01479772119,7962.21311300547,154.039748753256,786.005520044315,1054.79621838268,1049.0776411725,698.169452052483,1381.96873423503,342.490304652075,601.64245327326,890.353725088318,1986.71639944954,1237.35035027082,1438.95328591955,396.266528122711,1234.23639918764,11917.5502936425,3590.59531005482,82364.0319341518,29845.2934844037,2735.95465196765,13329.3276609678 -121,474.611603916057,1298.44136836395,539.591723756956,1168.63686105622,812.335131417785,4630.72930832228,152.302210380669,418.908050984624,4082.61071843129,11200.3519400466,1276.85979517648,3290.9626966393,414.231711007236,2571.31936759868,1489.3250404614,6249.02159991695,1645.7356147125,7663.27585964399,160.356252107839,756.495341410033,1118.90119621434,1009.69055316517,725.027901436686,1330.08341896146,358.375064893399,579.05409248279,931.174438423209,1912.12613977794,1280.63008136575,1384.9285145522,412.861445836817,1187.89761951227,12265.0870597699,3710.19929515935,85671.5089015535,31217.8701137468,2814.87642077441,13968.9773501902 -122,498.047045556314,1277.64293390367,568.105766713587,1149.91763525616,872.23247695901,4556.5542840439,159.85921648563,412.197981623336,4388.15049293244,11020.9446973071,1372.32563495559,3238.24805458848,445.789561016436,2530.13197273707,1582.4631592111,6148.9247689368,1744.10097656253,7540.52550325424,169.988585103092,744.377798669038,1138.82744017491,993.517329401024,776.263777131149,1308.77814211955,378.904133840923,569.77880375209,983.257831080216,1881.49770235525,1378.77864833357,1362.74472894285,439.64618998166,1168.86987487404,13326.5297001735,4002.73024622268,91198.7280779821,32898.4399267021,3060.41081261766,14685.5776700854 -123,541.403686358706,1285.51104914406,615.913428943656,1156.99917911404,950.299751813142,4584.61493640191,172.872848569704,414.736422634674,4781.69731730968,11088.8150393528,1495.38480703899,3258.19017471794,486.076111090773,2545.71329785273,1722.83237021847,6186.7917248778,1900.7645402572,7586.96236136092,184.569720874418,748.961904405387,1229.72459768651,999.635712427778,846.575235908465,1316.83799747744,412.873310812551,573.287675574168,1069.66672419251,1893.08453961144,1504.22333172609,1371.13692701794,479.293068738765,1176.06813240944,14547.005121459,4366.13635970137,99277.8769520565,35772.3840692016,3341.02154615281,15971.5711024311 -124,662.089448203796,1320.04975635885,755.406356542146,1188.0850697579,1156.82665296529,4707.79293093285,212.853902518917,425.879430609771,5819.01861918664,11386.7458399151,1819.8261389841,3345.73020525258,590.837157951501,2614.11072337924,2100.53470620253,6353.01650227409,2314.46936522189,7790.80648376123,225.816127416729,769.084777677082,1523.01387737946,1026.49361086123,1029.1079217469,1352.21838730332,502.930553404301,588.690588827762,1306.13480644655,1943.94734058854,1826.90066301544,1407.97620343271,583.151571608168,1207.66636170275,17643.0088697263,5303.49296118215,121064.111256797,43723.9362891052,4051.31746541364,19519.1242670691 -125,876.289494308171,1391.00742126773,975.029326960295,1251.94913386384,1389.62837939141,4960.85459898316,276.604452958362,448.772060060461,6961.96377084959,11998.8264768905,2177.8497024055,3525.57585246114,705.703002715763,2754.62905751834,2645.46576044861,6694.51515712211,2978.89351503265,8209.59178574074,284.297630743376,810.425992035143,2219.21927486327,1081.67152314805,1264.81025275026,1424.90523774036,654.044004655347,620.334933547221,1686.76517226175,2048.4418593213,2188.03039843917,1483.66024728151,734.623312917167,1272.58299427863,20216.1204926622,6274.26670968711,151052.522631732,56872.5244062624,4630.07710332987,25718.8231699561 -126,887.375327742461,1536.4518319384,984.760233915853,1382.85354255386,1421.12065409918,5479.56396209667,278.004706375595,495.695884335581,7123.93869622606,13253.4295932998,2228.43155290787,3894.21177366176,723.148868799097,3042.65440789491,2693.96745261259,7394.49690910016,3030.05669590959,9067.99068488937,288.261275203899,895.164526856413,2211.22550912203,1194.77162226911,1292.74727986826,1573.89402054341,664.576690753336,685.197455090042,1712.78658698689,2262.62793372094,2242.60149031042,1638.79248238108,748.898489300896,1405.644889422,20820.5839996758,6436.65841695315,153823.240868449,57641.2038380348,4770.38247009745,26047.1989922026 -127,864.937636710869,1701.16155113682,960.112439641894,1531.09731691236,1388.65484949379,6066.9806469322,271.247181614361,548.835155101863,6961.63620035638,14674.2152120551,2177.65262910995,4311.6765547931,706.467923964817,3368.83108504459,2628.68063236999,8187.1970017382,2955.68591396612,10040.0915788807,281.215928700145,991.127377620755,2154.52885238335,1322.85275980917,1262.22972902114,1742.61759311693,648.128405515975,758.651551129596,1670.35981683503,2505.18471543502,2190.87276538884,1814.47325803998,730.840658544958,1556.33192706072,20360.3194407355,6290.04480614656,150176.362018371,56226.6813301271,4665.15344502177,25400.0424595278 -128,842.632957760783,1782.1857717842,938.057635549357,1604.02158842274,1340.05951524649,6355.94343137317,266.01758676138,574.975494728217,6714.49481702828,15373.1299332197,2100.41811645409,4517.03637632342,680.681585464343,3529.28434298238,2547.53553008472,8577.14306882931,2867.33734211744,10518.2887229812,273.729610987746,1038.33354876913,2128.00786539021,1385.85860062608,1219.03392647958,1825.61631377009,629.371576799307,794.785186193311,1623.12501703396,2624.50356496474,2110.4373110568,1900.89437514079,707.53656678326,1630.45809184176,19525.2310727989,6053.75400508113,145500.02950554,54715.974062836,4472.23356571636,24735.7841485553 -129,816.608989373367,1822.22058866197,907.269654456535,1640.05414550921,1286.48662005254,6498.72261600652,257.546422683915,587.891678329889,6443.34406622276,15718.4701617519,2015.65367059488,4618.50656367392,653.034192061137,3608.56578188616,2457.16395394214,8769.81902749285,2767.8102949289,10754.5703550978,264.088320601979,1061.65855458006,2080.66093782679,1416.99036936364,1171.97156595114,1866.62674936441,608.06120887509,812.639149506328,1569.35444114656,2683.46011219003,2024.19673384672,1943.59584847629,681.71047424285,1667.0845155105,18649.9780815709,5801.05034325703,140187.420748323,52921.9261755943,4270.54460098797,23946.7193695099 -130,784.094273190047,1873.07406539823,868.981181045094,1685.82382666296,1220.7882262657,6680.0852026356,246.985556211422,604.298218774777,6111.03622494304,16157.1321226988,1911.76649578553,4747.39716975829,619.164277234364,3709.27154560226,2345.44048090126,9014.56205732729,2647.71005230256,11054.7026753911,252.161557658354,1091.28670659586,2019.62519809927,1456.53491585395,1114.96072844015,1918.71948751297,582.370618017306,835.317812200365,1502.54273549156,2758.3485627086,1919.52716701889,1997.83659566144,650.487119702149,1713.60854457393,17584.1295241376,5492.95113563978,133661.005372504,50710.1308354308,4025.01020914472,22977.680502341 -131,750.63172592797,1911.05507232921,832.456162497476,1720.00789211329,1160.16073330126,6815.53973007144,237.13781630979,616.551794466022,5805.25077257198,16484.7561918551,1816.15285103476,4843.66187607164,587.794774025692,3784.48579947773,2236.61595704407,9197.35362457176,2525.82605443429,11278.8629190731,240.963637863899,1113.41512571851,1951.18113727876,1486.06960631612,1060.16525193795,1957.62606333935,555.953171677993,852.255856563287,1435.70060743152,2814.28060395227,1821.67634405271,2038.34745798586,619.617025604313,1748.35601089722,16630.9053721939,5209.67716159577,127401.285423868,48490.8287867653,3805.78307357039,21983.7891250157 -132,741.746440670218,1913.74527353723,822.150961860506,1722.42915530772,1143.30105623613,6825.13399738513,234.272310164102,617.419717325123,5720.16620724365,16507.9618606311,1789.54945720516,4850.48032166167,579.134623250868,3789.81323792619,2207.13630925958,9210.30078250018,2493.76334870493,11294.7402274193,237.809864881865,1114.98248542446,1932.83899016436,1488.16155348603,1045.3711398899,1960.38182275031,549.04663128446,853.455581138503,1417.77032160127,2818.24227998666,1794.89760860888,2041.21684928348,611.395067244527,1750.81717987171,16364.1050342712,5131.32064360701,125689.18511642,47894.2971265274,3744.39947560958,21720.1684061257 -133,735.887580260153,1883.37203843655,814.778090359978,1695.09231670029,1128.18169364468,6716.81163998327,232.608348165426,607.620589672439,5643.1120619489,16245.9624119274,1765.47246388462,4773.4978824634,571.245160748568,3729.6647479182,2183.85177957216,9064.12321389524,2467.13436316964,11115.4803201201,235.344420884342,1097.2864912756,1926.82969178004,1464.54279849453,1032.02076829598,1929.26841449643,543.430471368492,839.910305613932,1404.74947343702,2773.51368599646,1769.74912313005,2008.82050055722,604.282761483704,1723.02979219902,16098.6169779307,5057.46749989858,124275.99935582,47455.8749081441,3683.01587764876,21529.6119683753 -134,738.282117722002,1853.57733957066,819.537684769291,1668.27617836158,1133.49597694148,6610.5525599566,233.68453795284,598.008111561616,5669.71634348087,15988.9534153131,1773.7952622671,4697.98177144423,573.682790099826,3670.6619403119,2191.97953045834,8920.72997234242,2478.62387346121,10939.6348779404,236.671607298193,1079.92756276336,1935.59397630704,1441.37392332445,1036.86640336148,1898.74764097517,545.956788828458,826.623034634321,1409.63862949966,2729.63706290329,1778.09886895614,1977.04122345835,607.107457843199,1695.77168665862,16175.269475555,5080.86305191254,124834.896749857,47661.2408053426,3700.55404849471,21622.059203763 -135,744.019023724457,1837.75433075909,824.361089587651,1654.03498749956,1137.89343306357,6554.12177113949,235.424176993559,592.903232786601,5691.04890428043,15852.4641815611,1780.48306196742,4657.87758729223,576.057637184241,3639.32744188775,2205.33608304702,8844.57842153061,2492.51920889811,10846.2490043793,237.908807992211,1070.70879267125,1952.30896730063,1429.06967693417,1041.45483157543,1882.53903720521,549.155518274789,819.566591246916,1419.44736402998,2706.33559585542,1784.71911681669,1960.16426880867,610.184284921394,1681.29578119324,16214.9522220967,5098.68209716803,125474.03018242,47962.704255477,3709.32313391768,21764.9695008714 -136,767.720489527726,1881.89676753045,850.241568543274,1693.76452785828,1165.53171932096,6711.55027016787,242.732796510745,607.144632209126,5826.91090386475,16233.2367288448,1823.03772403063,4769.75873671705,589.404699861053,3726.74325084815,2266.75763771137,9057.02316303231,2568.3627111318,11106.7734133651,244.823654611473,1096.42697185872,2032.58655075227,1463.39560222249,1068.77794433515,1927.7571923354,566.35788074126,839.252392460123,1461.91469738855,2771.34115504394,1827.08447492858,2007.24696416634,627.586159653682,1721.68011955289,16526.3508282258,5213.31467228958,128952.751037833,49465.8963970063,3779.47581730147,22469.5954160942 -137,781.089963690153,1991.93465961937,862.226126725232,1792.80198918784,1166.50524921858,7103.98669767035,246.588137670981,642.645471933224,5827.23847435796,17182.4233060483,1823.23479732617,5048.65511733511,589.153570793682,3944.65263820423,2287.67284452137,9586.60361327584,2599.72089248944,11756.2064510337,247.217027670192,1160.53703086642,2097.2769732322,1548.96297772316,1073.52407874547,2040.47662602793,574.20905059698,888.324990803594,1481.59301125926,2933.38646179076,1826.6874829264,2124.61430792803,633.033292924338,1822.34985578694,16382.1390953627,5201.0080255929,129936.98844826,50187.6119483407,3744.39947560958,22839.7565802569 -138,785.951073491551,1995.49266938843,863.777863452125,1796.00430657346,1153.61296604963,7116.67589605721,247.45261832593,643.793370462996,5758.37853434339,17213.114689264,1801.78274116249,5057.67306586135,582.166128121061,3951.69860859011,2283.10607570169,9603.72728203847,2599.63843802113,11777.2054818994,246.636599186541,1162.60999147948,2135.94573481793,1551.72974789809,1065.43425526498,2044.12134184925,575.099236564003,889.911724073239,1484.95723691836,2938.6261003688,1804.60100137649,2128.40931115596,630.863858996773,1825.6049518104,16045.9608316577,5127.68575916877,129386.158870194,50317.1833128605,3665.47770680282,22939.6888989142 -139,771.777838005769,1943.56889851338,844.463957268894,1749.27132802852,1113.56916157209,6931.49623877883,242.335377970304,627.041527686725,5553.8203799911,16765.2203737989,1737.87455958337,4926.06974731186,561.19226605626,3848.87332826343,2223.44527689129,9353.83323702959,2542.108432095,11470.7563887149,240.108567618149,1132.35826680984,2126.68212419199,1511.3529221017,1033.11625645699,1990.93222728963,563.357835231196,866.755752032529,1452.42032771025,2862.16150059166,1740.7657906961,2073.02697921552,614.570943271731,1778.10174887696,15326.2142248241,4933.30996563703,125817.144056009,49285.3486693182,3498.86508376632,22516.9723790454 -140,747.516519694363,1834.08061654899,816.353063676332,1650.7285325856,1067.72430884894,6541.01992728451,234.5146632839,591.718005253709,5322.49415886024,15820.7747321313,1665.545042974,4648.56638024188,537.649443083046,3632.05234057811,2143.13408442401,8826.89790086158,2454.69296510143,10824.5670970498,231.515549096222,1068.56842056563,2076.30901779908,1426.21293297687,992.857685151285,1878.77579731165,544.51934127178,817.928258319603,1403.51862628214,2700.92556723004,1667.9642052082,1956.24585424807,592.174938252382,1677.93483131034,14601.9774602598,4720.37432803241,121154.681990367,47657.8898153016,3332.25246072983,21797.361665468 -141,673.590744396075,1748.31238194089,732.359721853668,1573.53450371926,946.319280321413,6235.13820832542,210.425747426693,564.047133952574,4713.35438292607,15080.9381586112,1475.01208200384,4431.18262497267,475.869471738755,3462.20445360696,1915.99374969919,8414.12027091896,2203.7074939289,10318.3712396084,206.8657937236,1018.59830138826,1895.01402887482,1359.51806453275,884.038352701533,1790.9174546053,489.66721263406,779.678978479253,1259.98507242503,2574.62053155224,1477.45105317246,1864.76473184574,529.678357900614,1599.46853764235,12804.207137838,4169.95398206698,108159.995589599,42844.8519028173,2920.10544585009,19636.5947424857 -142,590.574636880829,1677.67291266261,649.300299577233,1509.95682539247,847.704954133228,5983.21134533321,187.136312913213,541.257161976221,4226.03743220051,14471.6022763358,1322.42896899067,4252.14346004054,426.397444660972,3322.31624617794,1696.05431982459,8074.15299932561,1938.68056130439,9901.46389758461,184.114695857965,977.442473539034,1644.06103055887,1304.58758669319,785.8311619202,1718.55655398977,429.863204363545,748.176536572354,1109.74334885307,2470.59459784587,1321.94599342796,1789.4200781402,468.141122744998,1534.84301088097,11604.0180305622,3745.34380574343,96015.550323963,37711.8437434518,2648.26379773792,17229.4990718861 -143,488.308079445299,1542.75789233009,548.751286710769,1388.52918937267,784.960293204848,5502.05374052435,156.021519450484,497.730369320761,3934.42928956062,13307.8256541948,1230.73495380867,3910.19478992837,398.527102316418,3055.14237663456,1483.48767173542,7424.84614824038,1658.22190140597,9105.20844577292,160.302095950064,898.838551286929,1228.31273793898,1199.67532432321,709.520374375181,1580.35375493752,363.463053264104,688.00971151241,942.842749812448,2271.91443922496,1232.89887433429,1645.51857958017,410.38862273675,1411.41407878264,11482.7829817414,3546.17802525034,84832.6464594206,31754.8206829797,2630.72562689197,14317.6829940083 -144,359.120558698899,1431.93897281682,412.472307731828,1288.78877952358,619.707606238378,5106.83187605671,116.176180952601,461.977551583584,3198.38249568309,12351.9019364159,1053.30360190821,3629.31885737889,322.668854993784,2835.68631109047,1244.17194259397,6891.50683959647,1434.1928260389,8451.16585949278,125.892236478801,834.273451626314,886.154017521655,1113.50060833622,568.008079906628,1466.83426076309,275.773041654665,638.588805469085,799.270310061709,2108.71896660207,992.664014538701,1527.31818538049,346.57541042588,1310.02980846121,9512.07529505874,2950.8693704976,68683.3691391288,25368.7461670139,2289.42471861484,11498.0937587416 -145,384.661717732961,1374.20089664817,439.652359763342,1236.82274875689,650.793502779339,4900.91622361784,124.328668490742,443.349875706402,3355.8255873618,11853.8534382809,1089.39562272842,3482.9788997371,338.410183212685,2721.34689067645,1296.76193810976,6613.63023006566,1498.52544935805,8110.40129663618,133.483161565002,800.6342079086,968.491414806285,1068.60247778846,598.27281277533,1407.68915061352,293.53102428352,612.839880556393,835.937325114817,2023.69203555037,1040.69035432375,1465.73426637605,361.100896673336,1257.20730533782,9889.69711586748,3076.39450459359,72216.8853298582,26801.4025030877,2367.53186230137,12151.6700671634 -146,391.614510774716,1349.381623431,448.895964805456,1214.48464535623,694.413047965973,4812.40137905244,125.608464493444,435.342588181852,3589.06980000048,11639.7624506541,1155.28941527677,3420.07324661675,362.871259273637,2672.19697950761,1363.0835306213,6494.18226868118,1572.89964933809,7963.92033728512,138.35786008037,786.174052045243,928.159375555834,1049.30257999225,634.794822922014,1382.2650501642,303.486774973998,601.771454920078,874.544757013671,1987.14238283202,1116.86304725895,1439.26182023685,380.356512844031,1234.50103897028,10808.4437922105,3311.05450379708,75861.5747540402,27790.0029008543,2564.56696018362,12544.467848178 -147,439.932651003542,1364.1921931302,503.496787140648,1227.81461011662,792.349270445093,4865.22142996123,139.996990597428,440.120830032297,4098.38215000635,11767.5183871988,1258.76624968892,3457.6113546774,414.762383305404,2701.52653233965,1483.84052697472,6565.46124377578,1714.11508730142,8051.33089274709,156.074769695667,794.802956864561,1019.47134642822,1060.81953614955,723.93828724485,1397.43654243351,343.478885256931,608.37639004097,951.312801734102,2008.95289977707,1277.87233542001,1455.05889879037,414.635403615603,1248.05070006239,12408.6366820709,3748.11766710098,84845.3657247539,30798.9480888328,2878.28990816927,13820.2729353301 -148,551.958973419183,1412.1529802748,626.988469369163,1270.98078235054,947.276903224725,5036.26759969357,175.990046713963,455.594120052119,4888.85396997661,12181.2280150875,1526.6187970687,3579.17029853113,493.893566266208,2796.50386737755,1804.39260668615,6796.28259783755,2082.02567500406,8334.39083776239,191.579414238283,822.745775792888,1356.4797220998,1098.11467698697,872.256351718411,1446.56609829612,425.188157721695,629.765026256224,1158.99046001062,2079.58148341427,1521.67647316411,1506.2142788601,503.088163174851,1291.92831076327,14506.7581694998,4451.85817377006,103104.734268962,37827.9746487718,3412.14627973357,17069.177974665 -149,738.901074371097,1521.61233612893,827.757657924811,1369.49754341138,1165.21274562824,5426.64074982086,234.869607530478,490.908310234355,5988.78470400976,13125.4241402016,1837.83210911395,3856.60035097009,603.198129039716,3013.26757233193,2286.83306784151,7323.07872102896,2693.8038526967,8980.40941031148,246.886452879668,886.518769163957,1982.62724359326,1183.23217266621,1088.65889452727,1558.69289725604,556.454411593382,678.579620054733,1504.90158195797,2240.77481926406,1858.26739856252,1622.96455099439,637.781008977092,1392.06876486503,17043.3201629917,5369.15827374442,130613.231581884,49772.2199775212,3961.13638963161,22641.8304862848 -150,766.778434643364,1760.72201995243,858.584119387592,1584.70355668229,1224.20840575852,6279.39563561158,242.935177632975,568.050778167475,6296.22126776177,15187.9836645264,1904.78825253008,4462.6354550887,634.64513445132,3486.77941196967,2350.89824089282,8473.84425836321,2763.52021372964,10391.611727564,257.12277922468,1025.82838013732,2029.62941506762,1369.16801452182,1142.6352142901,1803.6295062671,580.289574261716,785.213191923073,1540.37227850686,2592.89535997745,1956.36182377547,1878.00095641174,656.503443421368,1610.82167210963,18032.7116454431,5636.98212761246,135793.145539893,51307.9708188702,4172.95658346085,23284.0326254215 -151,756.271698665368,1986.52533109308,846.175541458538,1787.9334284169,1225.21075566419,7084.69500167595,238.422190996289,640.900293964242,6306.55249036311,17135.7624519428,1861.88413175567,5034.94491152403,636.423516725466,3933.94047857636,2294.31124126303,9560.5700844424,2696.13989017453,11724.2811152254,254.672798336292,1157.38545858138,1965.81148957172,1544.75658993774,1142.17529390145,2034.93547618795,575.44888193223,885.912641738746,1502.43597540482,2925.42051221015,1962.88910204324,2118.84467249961,640.786576349854,1817.40105437311,18191.4898658766,5629.64998809278,134258.941159777,50421.0136662954,4153.69127932927,22802.2697800254 -152,717.670529317596,2054.7638686837,798.900276606536,1849.35019494633,1135.12964897451,7328.05924104554,225.691540242396,662.915668305051,5836.05818634746,17724.3879035887,1791.73161116447,5207.89879851154,588.585001160686,4069.07409153606,2219.8908168512,9888.98236838541,2611.55153634729,12127.0183897428,238.892595959178,1197.14246036035,1907.53030314575,1597.82006160906,1064.1219404915,2104.83693619597,543.736312752087,916.344361968573,1457.9289223386,3025.91075739668,1816.66444753758,2191.62847221762,619.308609275259,1879.83005450965,16663.9310803395,5240.84847264495,126964.545120853,48233.5529652366,3875.96029128146,21950.102004543 -153,673.57409834385,2042.26745234137,747.77447198095,1838.10303883704,1057.58264091206,7283.49232965829,211.113974464718,658.88402733781,5435.75035470686,17616.5938480128,1709.54841696654,5176.22602450243,548.364771367734,4044.32728498052,2132.24634669495,9828.84074201136,2511.37240896336,12053.2657444394,223.249079733907,1189.86182299187,1797.63806251772,1588.10263128322,993.422204618503,2092.03599147999,509.622191050558,910.771448781503,1404.68459238111,3007.50813643597,1692.77257777652,2178.29968915211,594.150319609497,1868.39752964779,15486.2838626925,4910.02040879754,119729.290035992,45826.1213975804,3633.92271893848,20923.3201305141 -154,640.838252631057,2055.08206431431,709.511240881361,1849.63658072548,993.907322971632,7329.19404610362,200.552899593523,663.018325779388,5105.36733744743,17727.1326582888,1619.59327720471,5208.70528078798,514.891461722637,4069.70421824613,2033.94043771635,9890.51375164008,2400.79943254162,12128.8963496986,211.137803142653,1197.32784686918,1728.69015619231,1598.06749605633,936.128298945372,2105.16288601749,483.607212637103,916.486264781133,1344.1218133943,3026.37934242307,1589.7838202537,2191.96786236089,566.538481549623,1880.12116032417,14459.7863247268,4614.69223525727,113430.167483316,43693.6982722804,3404.10654514032,19993.1268604883 -155,614.991115774004,2080.56665490296,681.765981099285,1872.57349006652,949.618644551431,7420.08166215222,193.084858116917,671.240260503392,4876.46494024438,17946.9626718693,1550.28877239338,5273.29721309222,491.522934975359,4120.17166556607,1950.59915913593,10013.1636925105,2301.6984763013,12279.3039480771,202.526376302764,1212.17562862336,1669.45071444066,1617.88475619266,894.325982564768,2131.26851712788,463.090633532262,927.851395956985,1290.42886399773,3063.90876270602,1517.08029268582,2219.1499416198,542.767376825136,1903.4361017856,13771.9743714648,4404.87463634399,108637.511942771,41934.4305738816,3245.0049670552,19194.6069843948 -156,599.328190045647,2066.50818651785,663.417424116061,1859.92043944357,918.867314627254,7369.94388684157,188.026493315727,666.704664415246,4716.85094084786,17825.6943593465,1514.09424631509,5237.66534233197,475.348152133608,4092.33150819109,1912.46624276697,9945.50436283969,2259.40429938768,12196.3322221108,196.703082420251,1203.98491158382,1636.89905765708,1606.95264707609,866.064982942699,2116.86745432241,450.053078023081,921.581868621531,1267.42853858038,3043.20581412522,1466.60566035487,2204.1550606711,532.028393287838,1890.57451131601,13276.7665545213,4267.14439229795,105780.389805536,41006.4516643809,3140.86210880648,18798.4583961141 -157,590.006101713064,2047.27180410035,654.020721317209,1842.60710815717,905.831366074844,7301.33972648659,185.360421702826,660.498550174862,4649.92083004954,17659.7613735539,1493.97478679848,5188.90979703228,468.380048296054,4054.23746414893,1892.68258598652,9852.92523515629,2235.56890107612,12082.800946384,193.914949462875,1192.77744851388,1613.83150110756,1591.99410210268,853.796505924817,2097.16229557,443.694028602434,913.003194039214,1256.00314577823,3014.87770432262,1445.80418484241,2183.63737294495,525.929915675556,1872.97583228551,13087.1302375684,4208.33842421249,104402.207548137,40534.233602195,3092.97234363369,18584.2881055207 -158,587.033124289413,2009.92718843059,648.928553888883,1808.99581426513,894.132559035666,7168.15480916693,184.044769383504,648.450289432292,4588.34370984228,17337.6268137977,1503.76892883984,5094.2580552718,462.318961108673,3980.28346369361,1902.21581507876,9673.19643442117,2248.65105996867,11862.3966226136,192.072389099282,1171.01980240891,1612.2609507297,1562.95428053503,844.574641699898,2058.90761938664,440.755034311732,896.348955301412,1261.75322713256,2959.88283313172,1427.2454756424,2143.80529090707,529.112449913302,1838.81057759125,12881.2763606258,4169.98106254941,103925.632365283,40474.288939121,3076.5692811373,18603.5397562924 -159,595.96860358668,1997.4018431721,658.265077119694,1797.72262124836,897.976700266969,7123.48472640573,186.933558301995,644.409315309018,4605.48813547439,17229.5832174646,1517.82179892405,5062.51195951995,463.902897962767,3955.47936885057,1921.69328439738,9612.91558156649,2269.43875804428,11788.473241634,194.226757195935,1163.72231053252,1651.85909899416,1553.21435458167,850.166933974168,2046.07704077832,446.415037791703,890.763140948599,1274.89652742273,2941.4376105271,1432.34308140381,2130.44565201559,534.019546701525,1827.35158669751,12860.1150924685,4183.6559861359,104839.411571901,40916.8853665049,3086.84911982285,18831.3329161845 -160,619.632528117022,2028.06434779312,683.485195989164,1825.31981125286,921.709105952889,7232.83872749865,194.659084058448,654.301768185259,4723.66414387861,17494.0779043148,1518.14796384178,5140.22756636363,475.379346781531,4016.2007028377,1942.09759965661,9760.4853204495,2303.66088738935,11969.4403897731,200.904499571002,1181.58683831709,1740.31513141744,1577.05805057485,874.026455216593,2077.48676783565,462.233735095059,904.437419371314,1294.6871479454,2986.59219203186,1467.31711743521,2163.15053805196,539.832596198367,1855.40361671986,13073.0847781002,4252.6689256677,107348.702322318,42076.0649230729,3096.18322765562,19345.0134136846 -161,634.530509287904,2149.26802148141,697.06607502246,1934.40681681093,918.199981319931,7665.09652342196,199.121009576109,693.40495447769,4698.73416194377,18539.5804851867,1502.39906219784,5447.424162623,472.486133302338,4256.22182444712,1945.9980636534,10343.8034380952,2316.91562346823,12684.7727946901,203.370675400716,1252.20228291163,1821.56110598706,1671.30813172112,875.989175540213,2201.644084922,470.614747764301,958.489519822781,1304.39643362136,3165.08058461018,1458.95361975802,2292.42739863973,540.507351416773,1966.28852762798,12801.5126898839,4205.73986550809,107857.086902962,42664.9828326104,3026.11581856234,19657.9821090855 -162,653.182959466225,2150.85900244037,714.566820379841,1935.83874823208,930.400638284285,7670.77055871932,204.436858657146,693.918242754628,4757.0549205743,18553.304282891,1484.94480442241,5451.45658111688,478.122678623419,4259.37246355408,1943.23409294184,10351.4603678726,2317.80698141696,12694.1626110292,207.663216652696,1253.1292170906,1897.81026711649,1672.54530613936,890.762319116388,2203.27383690384,482.874331084542,959.199035136907,1308.05655831692,3167.42351387417,1476.69472958813,2294.12435234889,538.924362358282,1967.7440592676,12829.1221284985,4220.28779515971,109097.333107056,43309.7165863249,2998.16359321775,19945.2604062353 -163,663.609064231896,2093.75731753294,724.125767917892,1884.44548902369,932.406463049523,7467.12451639662,207.462536787944,675.495881826119,4763.68074431467,18060.7452941562,1470.36075890432,5306.72958802796,478.587327894192,4146.29329656021,1928.57565000549,10076.6465248511,2304.3654321432,12357.1539680841,209.694070765469,1219.86074639057,1947.82037195724,1628.14204448613,895.447218402995,2144.78062639729,489.214586861831,933.733915849335,1299.46882123867,3083.33375287524,1478.42705948988,2233.21921363099,535.279433140111,1915.50376777324,12738.7946522154,4202.2362363315,109334.32169494,43467.4305250171,2968.91699463365,20023.5819297707 -164,646.463786548291,1969.89236874691,701.746132456962,1772.96325465327,888.619409563716,7025.37561452665,201.22540887974,635.534104925367,4534.32930982736,16992.2865610618,1390.19976118385,4992.78786080958,455.232170281738,3901.00201923326,1841.64837844522,9480.5204622536,2206.87461461401,11626.1149739368,202.106168452629,1147.69479496321,1927.73034979066,1531.82250961555,858.329801308999,2017.89718091804,475.038263534279,878.494990737069,1246.14972137467,2900.92628177437,1407.45586182376,2101.10381457876,510.850129317983,1802.18415135549,11959.7220270496,3977.66750941174,104834.827439025,41960.062787046,2780.56881796442,19362.5887292684 -165,576.753838841313,1857.36676383363,621.81397909868,1671.68677585469,769.123439490744,6624.06706929353,178.530122538179,599.230669908133,3917.99596988365,16021.6409793646,1232.31930782444,4707.58625124211,393.213981460778,3678.16618365845,1648.10671866142,8938.9673719259,1982.86777472947,10961.9996948539,177.773273454205,1082.13534963107,1751.80693925324,1444.32064542795,749.280821524364,1902.62941068953,421.967258780619,828.312969721952,1119.64613121747,2735.21748984014,1217.08057980341,1981.08305533724,457.405246373941,1699.23849553501,10155.1795645454,3443.22905123517,92510.6943542539,37465.2570586897,2394.21476348331,17377.1290417038 -166,494.643373626308,1759.82528528113,539.323946207137,1583.89646810902,675.531408241856,6276.19754317138,155.542584942513,567.761470246024,3445.03027827287,15180.2484335332,1108.07068406021,4460.36263752145,345.308620221878,3485.00359730132,1461.22121003086,8469.5285345524,1746.86406510026,10386.3192859285,154.860789270397,1025.30592635708,1490.53819806481,1368.47069807121,651.621490903335,1802.71091883869,361.913333239068,784.813283314226,987.390659344135,2591.57479992197,1066.47653496237,1877.04449164826,404.903990642981,1610.00128159579,9047.92473595662,3051.48262444163,81085.3938913346,32637.6739979185,2156.68244840178,15115.4253258984 -167,403.024737114603,1609.08725613704,452.325247602753,1448.22764122721,620.043297809065,5738.60914954542,129.27079559384,519.129798815548,3182.17496650296,13879.9825776401,1038.30953535781,4078.30978325728,319.820205297338,3186.4952293338,1281.80559126671,7744.07013265536,1498.87060373069,9496.67796055571,133.78481990346,937.48323401286,1113.58571385526,1251.25418931094,580.70791217977,1648.29951601647,300.995005910653,717.590014866876,840.868538221115,2369.59317425319,984.603174256898,1716.26603843856,356.085338634655,1472.09644403208,8949.22708123698,2879.12200945011,71208.1998157846,27329.1888673235,2156.03526178202,12514.5101125004 -168,328.790186161637,1495.75169488323,370.549397793624,1346.22217700161,558.552855752616,5334.41199597319,104.829777264049,482.565052629202,2917.32041594759,12902.3503146101,862.238997086702,3791.05530001565,279.510181982358,2962.05542728346,1048.43186549876,7198.61895744665,1302.31509573617,8827.78239718513,111.810221013764,871.451893519893,837.24055681644,1163.12248900951,517.868911704809,1532.20205141372,248.758119174227,667.046784986162,694.521735236768,2202.69161479898,881.68427313466,1595.38137293306,293.097073479416,1368.40978809234,8454.70317174591,2626.07840334099,61218.8837573368,22688.4371227483,2006.78703572878,10271.2220406728 -169,352.379391098999,1425.34364009887,395.221258010125,1282.8527787823,586.780299439299,5083.31044393105,112.26003287957,459.849740469594,3061.84159798954,12295.0106131706,905.147262893368,3612.60266635516,293.270909089136,2822.62549281511,1112.07118383573,6859.76541667415,1361.30458399669,8412.24084120918,118.627465512476,830.430891925324,915.155359558958,1108.37196309852,545.67994996949,1460.07820469124,264.9390885645,635.647544897248,740.293265028176,2099.00646945142,924.659720015333,1520.28354787849,310.272294420257,1303.99597418388,8794.25981678113,2745.77016284614,64655.2793276377,24117.5710897703,2079.45515900447,10924.9577204944 -170,358.226437404861,1395.25967451854,402.784353920099,1255.77629157193,625.528190541116,4976.01973022025,113.201872951751,450.143938040467,3272.11243994847,12035.5064026135,966.769245807148,3536.3533948023,314.14458292664,2763.04984678625,1159.98268967622,6714.98001834728,1428.12033649588,8234.68817474985,122.737148947586,812.903431412157,876.718213318484,1084.97814910869,578.425297535748,1429.26111524081,273.507007538301,622.23127227082,762.897595172595,2054.70386297577,991.508185466672,1488.19573646233,325.163303140489,1276.47322886085,9618.4388547678,2954.99032030592,67715.2191928498,24833.5426912061,2262.08322163949,11201.0365784946 -171,402.222413193294,1416.66557412978,451.456027493181,1275.04225454821,713.530652471271,5052.36120324777,126.069532087366,457.04999009965,3735.49312638462,12220.1536381997,1103.47609394665,3590.60768677496,358.94810123435,2805.44021233707,1313.89683968986,6818.00040286017,1556.264327898,8361.02373193522,138.359709939923,825.374894297693,962.832781666997,1101.62374832177,659.46616458027,1451.18866070769,309.407024536408,631.777466712224,860.604955225768,2086.2268729394,1134.17495909556,1511.02744952505,369.489994214157,1296.05672166327,11063.01031135,3370.33567516912,76377.4127629422,27772.460675347,2563.56986025993,12464.5732434588 -172,505.400057330012,1459.96913125626,563.185355918659,1314.01677762323,853.807137164548,5206.79794257693,158.769950531816,471.020747007537,4459.28569201724,12593.690011801,1317.98982336431,3700.36265500631,427.868028356908,2891.19477764759,1608.31969554222,7026.40786000828,1890.59895223553,8616.59715407767,170.126893794814,850.604327085979,1281.61165411707,1135.29734623259,795.381442991786,1495.54749331987,383.626610194231,651.089160396743,1066.43612191146,2149.99707122817,1351.72984661593,1557.21538877838,450.956298925232,1335.67359900582,12919.0290921175,4001.17149457407,93065.4424293439,34379.9307802135,3019.75205057726,15513.0380670577 -173,678.223575246654,1564.36628032498,745.70327557243,1407.97739807435,1051.97306546475,5579.11736313493,212.486604725812,504.701748945908,5470.1428626956,13494.2195540632,1618.36608375476,3964.96229854165,523.568998704658,3097.93373241512,2065.151685567,7528.84105059752,2453.49470128478,9232.73906989016,219.886333056784,911.427987553978,1874.21203415637,1216.47838201927,994.544327458688,1602.48872327937,503.424025699189,697.646207857382,1398.47773805305,2303.73564003557,1653.41288257258,1668.56626846068,575.946910133002,1431.18282097312,15191.4358100156,4841.92157307329,118453.118215783,45429.9423407355,3519.53027688104,20671.7208095079 -174,703.564307376306,1810.24485633391,773.097918816145,1629.27562090447,1104.94054916635,6456.01265926041,219.676870999598,584.02802240295,5749.66213157281,15615.1675251583,1700.78929517444,4588.15348858186,550.698916695855,3584.85009227044,2156.239612242,8712.18330221772,2515.74866854363,10683.890736682,228.889076748879,1054.68127710193,1918.49928317153,1407.67783196804,1043.58751209932,1854.35917734493,524.798493844323,807.298441035386,1455.60874069492,2665.82426710268,1740.29397061999,1930.82243137185,602.593420730714,1656.12834585122,16079.3336438618,5096.04970898523,123560.798735057,47056.6795802819,3715.22744784113,21365.3766460901 -175,693.625560102356,2025.51878274824,761.467946159114,1823.02872501966,1105.48367063716,7223.76028703395,215.462706654582,653.480508390563,5757.51196845802,17472.119866714,1702.77560798242,5133.77570815216,552.045039550836,4011.15968915709,2142.57376640969,9748.23425441213,2454.24685557397,11954.4167101269,226.57003811021,1180.10374624637,1857.99344278093,1575.07857499674,1042.83994052697,2074.87916926356,520.187021461475,903.302196870833,1440.92993972667,2982.84351182078,1745.61163360694,2160.43541690579,600.007818697381,1853.07477020372,16238.3756459808,5108.06867508091,122575.939992084,46373.1426981534,3719.95561276825,20993.8753165113 -176,658.659064706076,2089.15794254127,719.485228080749,1880.30591115436,1024.68152525204,7450.72141873441,204.10956795772,674.012014120997,5330.06380162854,18021.0710971796,1576.80042623053,5295.07224877934,510.833130986474,4137.18509785128,2009.93560889684,10054.5110673947,2378.01824248288,12330.0089000033,212.699562049167,1217.18106763158,1803.15676532847,1624.56549063264,972.116057207975,2140.06916805726,491.909081357972,931.682774398759,1359.66260934756,3076.56056668255,1616.37745789928,2228.31348147374,562.876134601703,1911.29596391164,14852.5047048038,4727.81975276841,115191.241101614,44063.8385946061,3443.03113582223,20060.4603515237 -177,618.303974590316,2068.5041414382,673.569905628065,1861.71685979013,954.792609285194,7377.0622112981,190.955568638819,667.34860691886,4964.95757880572,17842.9114614114,1468.89525706021,5242.72418699536,476.002961931013,4096.28412220095,1880.28942971991,9955.11031480154,2287.58355147059,12208.1121557534,198.810090072096,1205.14779089104,1699.33351319822,1608.50473627837,907.672140097787,2118.91204917994,461.14801044852,922.471986491467,1274.08072094126,3046.1451209511,1506.35864024281,2206.28396302304,526.501889808697,1892.40053916472,13792.6791262199,4409.81395140035,107991.286117519,41531.3678012458,3215.7886754532,18963.7613725741 -178,588.448502264588,2084.70320090681,639.351863267838,1876.29650772087,897.523039705606,7434.83413791427,181.469522772729,672.574808575026,4664.14045939401,17982.6445071744,1380.0992562349,5283.78148979756,447.077239068142,4128.36331835364,1778.56350679452,10033.0716883252,2187.67814184416,12303.7174440623,188.099869269318,1214.58565487305,1634.26266829908,1621.10140618902,855.563762266489,2135.50586768182,437.777069152939,929.696133771592,1208.72970346237,3070.00037218109,1415.07126187099,2223.56201647513,497.854048936811,1907.22047994136,12874.8011718503,4138.61088812753,102139.316743621,39512.0072857279,3007.8104236559,18079.2504965279 -179,564.788472610438,2115.3946316381,614.478251994114,1903.91973210745,857.627503616941,7544.29130037422,174.751000048432,682.476593702046,4455.4518246656,18247.3887105782,1318.44047383356,5361.57041127226,426.836888396874,4189.14193507171,1702.8845326219,10180.7806401849,2097.59059896533,12484.8553113173,180.467020055593,1232.46703553075,1578.3062928562,1644.96759562779,817.435693481274,2166.94522575721,419.258573999072,943.383312108723,1158.66971746291,3115.19755119768,1350.47299564069,2256.29775534467,476.171207912509,1935.29897342857,12261.4337981475,3949.2435144649,97797.877492296,37909.4473645038,2865.96574097178,17351.2911955858 -180,550.508228786899,2091.9927771065,598.075102640693,1882.85734878462,829.973882423683,7460.83150289017,170.209085758968,674.92659913925,4310.13953900839,18045.524372927,1275.55060777067,5302.25727463621,412.861985645838,4142.79895551103,1653.97127261768,10068.1543037101,2059.47629241979,12346.7398204893,175.318976818962,1218.83269333799,1547.58825095536,1626.76990721242,791.717930491186,2142.97308543281,407.534445471159,932.946999797383,1127.32165570761,3080.73523440817,1305.71244668201,2231.33713993001,461.935853633754,1913.88945277744,11816.5146534708,3819.10641670163,95032.4799116458,36975.8305904551,2769.07490993751,16947.3518341814 -181,541.933381835645,2075.15732637667,589.604640720391,1867.70492929558,818.19991926526,7400.78996615782,167.795782035992,669.49508253441,4248.98425042462,17900.3018177638,1257.45299557343,5259.58700728114,406.801509603324,4109.45950593819,1628.89020678264,9987.13016367706,2038.02253048236,12247.3786122688,172.834170841869,1209.02405633831,1525.77968437063,1613.67836840725,780.503795365829,2125.72736728791,401.776973300551,925.439046892138,1110.00101168064,3055.94281312541,1287.19473434536,2213.38030619138,455.400465868105,1898.48730037177,11648.567506464,3764.59990729253,93696.637111558,36478.137546923,2727.95207607077,16722.221385546 -182,539.308000119951,2038.79622370901,585.134090609833,1834.97882712308,807.739291072652,7271.11262537944,166.637128042851,657.76412646563,4193.18383715564,17586.6510386615,1241.03824366519,5167.42802698098,401.60986309948,4037.45316834405,1615.07157303093,9812.13472568255,2049.88985776116,12032.7788874817,171.228573316426,1187.83942263299,1524.34472538958,1585.40334362698,772.205320398662,2088.48017158714,399.207500256224,909.223416506433,1102.54699564002,3002.3962945255,1270.87075635914,2174.59724741649,451.424242727774,1865.22182658593,11455.31043451,3718.83402937169,92980.9115628872,36319.281633041,2701.36528584864,16686.7983762138 -183,547.672281993582,2014.64227066923,593.772564245115,1813.2395321882,811.392384723386,7184.97056230417,169.311949501542,649.971487045787,4209.64401490762,17378.2991011922,1246.07762466027,5106.20866015624,403.093608271307,3989.62079888288,1631.38795011433,9695.88875728804,2068.83129498944,11890.2245837183,173.216361294792,1173.76689429523,1561.86716777979,1566.62081035281,777.513321896393,2063.73760467319,404.469288293197,898.45169766098,1116.58746427793,2966.82641350382,1275.70450057952,2148.83443738981,455.807605312888,1843.12423787931,11431.7443590106,3729.23680210698,93831.3539882368,36771.2129126806,2704.4082761439,16914.8728194854 -184,569.616196813837,2046.17258104539,616.797361657827,1841.61777385849,833.083854603602,7297.41948446334,176.387985698248,660.143914687447,4318.74987987517,17650.2794782784,1278.60367595777,5186.12376282442,413.204579840402,4052.06065925084,1685.63814386674,9847.63499350123,2101.28451387199,12076.3134378166,179.256276927092,1192.13702135213,1645.61653373617,1591.13932716908,799.567759565922,2096.03628526659,418.963047573999,912.512983526799,1157.43220553094,3013.25895342016,1307.2085353179,2182.46493236368,470.272966722049,1871.97019238361,11633.8446075263,3808.06499932224,96586.0485483398,38030.1894822146,2727.16404858291,17481.8241962124 -185,583.719378845405,2156.78901498092,629.603758817834,1941.17594050758,830.397365449445,7691.91920935486,180.578974622488,695.831405763911,4298.0908825976,18604.4565559788,1272.93899018092,5466.48648584501,410.980423680211,4271.11574012177,1704.45226428183,10379.9997978049,2114.73843750401,12729.1609737251,181.626255358381,1256.584149266,1722.65622649284,1677.15658685502,801.885287594216,2209.34835944032,426.917150603617,961.843588917882,1178.05912676613,3176.15623932814,1300.55204577245,2300.44935373838,475.063468751947,1973.16921588401,11393.7001571121,3772.17865739589,97303.3386816509,38703.3732968002,2666.43755222857,17831.1816998307 -186,601.113141111189,2151.09041693428,645.704281585422,1936.04702833957,841.718727382189,7671.5958696694,185.47840238436,693.992902571372,4352.7046404437,18555.3004637267,1289.38134170484,5452.04311238852,416.055778595387,4259.83073651476,1742.04463386603,10352.5740986934,2116.55646594622,12695.528397077,185.550891522493,1253.26404334525,1794.88632673641,1672.72525806793,815.716016812814,2203.51089079689,438.245673852175,959.302236954891,1208.53962507809,3167.76430223299,1316.8383805116,2294.37118099985,485.273689845205,1967.95577212051,11428.8635900301,3802.97364465107,98985.1961787272,39555.1118292493,2653.81701747551,18220.5694661707 -187,610.912148024304,2089.59184541884,654.611642464296,1880.69643698726,843.7869253317,7452.26887926754,188.295570421296,674.152001503706,4359.8850244383,18024.8139422976,1291.74470600694,5296.17199669159,416.612548434209,4138.0443610417,1758.98544678235,10056.5993160598,2104.57342262293,12332.569752983,187.449463859637,1217.43386726774,1842.28808171823,1624.90290104419,820.276399943186,2140.5136448253,444.180540637309,931.876278120311,1224.22670686532,3077.19954588834,1318.79956629052,2228.77628594249,489.758837291515,1911.69292615262,11350.9716502202,3797.47680803991,99622.1610833059,39945.0922089633,2630.3823372048,18406.5832951469 -188,595.441247524556,1961.18537666756,634.779923881498,1765.12669603709,804.555731981595,6994.32321247634,182.737348716936,632.725022304643,4151.71359224216,16917.1800695374,1230.43537548405,4970.71956659835,396.519023846325,3883.75945602428,1696.87798885933,9438.61623546303,2016.5353402753,11574.7271455469,180.791370710794,1142.62194446244,1823.44416038527,1525.05180139321,786.708714288342,2008.97800591642,431.596912268577,874.612012637629,1187.07124221872,2888.10408775051,1256.16248583914,2091.81686339215,472.561143713523,1794.21843537002,10658.7098903775,3601.61817873621,95792.9008093324,38704.9225025527,2465.10297424996,17867.2368582426 -189,531.601280473876,1863.4414097314,562.949009273909,1677.15414256601,696.824127364294,6645.73153677114,162.249089519208,601.190495076569,3589.41958893575,16074.0408594238,1064.21874474658,4722.98273623708,342.785423208038,3690.19587943742,1494.29769634359,8968.20288024528,1812.74131600455,10997.8516696897,159.173501906768,1085.67454780693,1657.21498717783,1449.04439555348,687.276688099839,1908.85209119059,383.718056367787,831.022024326336,1052.56531509801,2744.16320698535,1087.05797026378,1987.56232388538,416.226470994816,1704.79597204274,9039.90511833361,3106.82196839171,84279.3040175848,34465.9704831719,2109.08493952186,15986.5209958728 -190,455.689139305586,1769.342233701,488.025891365019,1592.46201215222,611.764364812398,6310.1385535608,141.307321112376,570.83186403586,3154.94328847001,15262.3416063902,935.153695320028,4484.48380540685,300.839384226752,3503.85012698583,1293.80195758273,8515.33084622399,1595.89837425749,10442.4873986061,138.58161297679,1030.85067201867,1409.9565052612,1375.87124240739,597.339401138295,1812.45978821454,328.876465704652,789.057470279263,906.77537795462,2605.58976146581,951.977880466406,1887.19534909885,359.40534660728,1618.70799770052,8047.06523014524,2739.93169848388,73444.4536272557,29820.0293354982,1891.86859718263,13806.7811260742 -191,370.190465374546,1625.11275333225,407.89304029928,1462.65107781463,560.108633253922,5795.76208794558,117.070053011934,524.300005156528,2908.01002255652,14018.2184756743,860.648135516617,4118.9271840499,277.775446100117,3218.23071798768,1112.48437341252,7821.19620131142,1364.47777670314,9591.25890104871,119.277018872517,946.819977486487,1052.85075342114,1263.7158941842,530.802395933554,1664.71554266142,272.520349408801,724.73676015785,758.163727648142,2393.19283214804,876.505050601567,1733.35896890602,309.341687574072,1486.75759888552,7953.25816955851,2573.01180018265,64065.8011003297,24800.4472964218,1886.4615244238,11347.59377572 -192,339.740416105672,1509.75231104783,384.014813226821,1358.82315886039,579.285309118189,5384.34344854979,110.140447952303,487.081984215788,2903.06471535302,13023.1195940259,823.432017294205,3826.54054151385,270.063163981262,2989.78101919655,963.537906095827,7265.99986116425,1139.6273589561,8910.41268491961,107.679574213934,879.608904813156,819.65647248219,1174.0096112349,501.046057867634,1546.54385218308,252.079481295978,673.290512492782,639.098449784487,2223.30936835611,861.450633296527,1610.31454821542,277.694313945353,1381.21845163221,8409.84366502977,2558.04626314504,59286.8598573146,21683.996241741,1891.99289521667,9648.537726453 -193,364.012057832529,1445.24534269375,409.467637589839,1300.76491853449,608.460852603422,5154.28738577615,117.903121029501,466.270502814684,3046.75245760846,12466.6826491206,864.469832766434,3663.04449795045,283.369151420712,2862.03707856495,1022.33446349478,6955.54653734751,1211.29550741633,8529.69877252367,114.253625828976,842.025982520849,895.936642693675,1123.84787259398,527.978391403505,1480.46489697902,268.432187160075,644.522926270427,681.443301233845,2128.3143509507,903.446687111428,1541.51087171716,294.010797569758,1322.20333087531,8747.65312026783,2677.30568104577,62742.7428013063,23135.8669530064,1966.92330690842,10318.0582260831 -194,370.314620747461,1420.10787384597,417.642332078526,1278.14042935468,648.917140317694,5064.63773615267,119.019324752097,458.160557815797,3256.3406969843,12249.8469067938,923.153743253343,3599.33236255367,303.511166037194,2812.25704068603,1065.58238458483,6834.56719270836,1256.79323148051,8381.33985321684,118.186255526269,827.380440148652,858.301978315466,1104.3005403505,559.597254827428,1454.71484670819,277.226944459386,633.312597821552,701.672858953534,2091.29611320596,968.743689061242,1514.69903543469,308.00797840495,1299.20595869325,9567.43191341963,2884.27450618476,65689.2223094334,23729.7096055259,2154.24933613779,10528.7147980058 -195,415.897242552327,1435.98873768397,468.25521474369,1292.43369150627,740.314271794203,5121.27485771076,132.607608991553,463.284101997625,3717.6206900039,12386.8351978566,1053.62967793395,3639.58318307944,346.788217597412,2843.70611012864,1206.66881254397,6910.99718297739,1423.90163565855,8475.06718157002,133.218741806164,836.632917621815,942.605658155809,1116.64977581388,637.978992061084,1470.98271538856,313.653832702644,640.394842289116,791.317377425477,2114.68277940957,1108.1290807832,1531.63769874351,349.958173900881,1313.73479365537,11004.5849835993,3302.46140630057,74507.4720752726,26736.418990497,2478.94778680203,11848.4962268261 -196,522.203001348936,1483.77596255517,583.686057897654,1335.44365239687,885.493845198837,5291.70203922708,166.832223339244,478.701396702263,4437.48862946161,12799.0476780166,1258.67383799891,3760.70222492359,413.409671523317,2938.33973766774,1478.17814203455,7140.98323217152,1756.13059134491,8757.10277876937,163.839204552473,864.474616041767,1254.69478730395,1153.80995161391,769.557376803514,1519.93447939424,388.724126178161,661.706076515219,981.397774945092,2185.05576971163,1320.71299824902,1582.60795582862,427.282089047537,1357.45361843306,12850.9636180317,3914.98944406103,90811.3629767828,33276.8471030175,2891.06505110665,14835.7470882628 -197,699.942428019539,1587.85491599328,771.857342457396,1429.11788706885,1090.18807894315,5662.88665472699,222.920716719355,512.279741166297,5442.35000646263,13696.8324655788,1546.03515783532,4024.4953861825,505.960352084117,3144.44856572519,1900.54469337923,7641.88503950609,2283.90964421777,9371.36673462609,211.833715099527,925.112890000927,1834.86379339053,1234.74355295333,962.461963295702,1626.54975953224,509.742184285173,708.121221163298,1288.78107305401,2338.32575349264,1615.53127651927,1693.61944536765,546.079177424779,1452.67173458584,15110.9499519751,4740.53342041093,115678.902891515,43939.9522571601,3390.60112905165,19787.1339156422 -198,726.218746380504,1832.17143995941,800.383218871112,1649.0102153853,1145.2198828801,6534.21108692907,230.527323067213,591.102059502434,5720.62884058706,15804.3061797269,1624.68884305688,4643.72747947157,532.164128904974,3628.27157476107,1983.98154272075,8817.70958782953,2383.73606974377,10813.299320755,220.493698445799,1067.45609987782,1878.21915975503,1424.72832411137,1009.8928566684,1876.8200955083,531.436321725056,817.076840192917,1341.1523944618,2698.11405293967,1700.41324817734,1954.20951039563,571.291439683608,1676.18819385621,15994.4305431465,4995.19520521296,120914.916725173,45691.9678154475,3590.41556022965,20555.3669095553 -199,716.109618488483,2044.26340726173,788.549940209983,1839.89945918359,1145.95479346146,7290.61065411482,226.184081813754,659.527969841425,5728.65944154389,17633.8109500778,1626.48115935746,5181.28486916583,533.448641450186,4048.27989899038,1970.93930998086,9838.44669397321,2366.31843903704,12065.045678082,218.243903116896,1191.02470229909,1818.98104475341,1589.6547204855,1009.13230351462,2094.08058633753,526.830045708441,911.661566651439,1327.29331390769,3010.44744326185,1705.59856372882,2180.42859150405,568.775637731052,1870.2235574965,16152.8045782799,5017.53809776043,120266.483739399,45158.7705971096,3627.88076607552,20289.7022972227 -200,679.790221247395,2113.94828964818,744.820021910981,1902.61798017294,1061.96790519318,7539.13310193278,214.176004502808,682.009969394766,5303.06317939139,18234.9125682528,1506.28883142761,5357.90458726865,493.648527825132,4186.27772628918,1849.60748995053,10173.8198158025,2231.80334655067,12476.3191402385,204.902449217618,1231.62437062179,1765.29936111749,1643.84289498326,940.755771771893,2165.46363748852,498.085138034871,942.738300120657,1252.92353758221,3113.06762188907,1579.34397381473,2254.75507477977,533.683771101713,1933.97576681432,14773.9645484427,4629.90398664513,112574.47066547,42704.6707052383,3315.6707173599,19248.8147178414 -201,638.082534059232,2088.95545415761,697.229748582173,1880.12366542896,989.482220307839,7449.99926915136,200.355718660395,673.946686555032,4939.73772858665,18019.3244328973,1403.24177127637,5294.55903213872,459.996426740178,4136.78410762154,1730.48487873333,10053.5365495504,2090.70899935201,12328.8138330714,191.526582996361,1217.06309425006,1663.65669583193,1624.40803214966,878.407005516794,2139.86174518228,466.910297770219,931.592472495191,1174.1899376677,3076.26237583557,1471.85043327411,2228.09750565595,499.224078891421,1911.11071452358,13719.4370515104,4310.22663548008,105193.536677164,40017.7108741221,3078.39108033603,18055.9555869086 -202,607.174603416378,2116.20458517271,661.697273572735,1904.64871500907,930.028767465334,7547.17989870642,190.363195246839,682.737903965905,4640.31634264052,18254.3753677071,1318.47766588104,5363.62327783471,432.054180951739,4190.74589599066,1637.17072542741,10184.6787115618,1982.19330439972,12489.6355790448,181.217351359331,1232.93892905681,1599.95352791139,1645.5974295597,828.005897958872,2167.77491725716,443.201259895301,943.744519722995,1114.18124518668,3116.39031458559,1382.66201947725,2257.16165861584,472.107515594261,1936.0399709808,12806.2984918312,4042.03329608794,99379.8714507525,38000.0452175515,2872.33244818372,17171.9023706041 -203,582.724510363409,2145.1025493673,635.896295321915,1930.6577647745,888.64162105569,7650.24088629288,183.292329996405,692.061074155277,4432.63374083874,18503.6491333281,1259.60053233253,5436.86657128664,412.498131457679,4247.97288892861,1567.62589285122,10323.7562293038,1897.53278689511,12660.188579589,173.868244578823,1249.77540378881,1545.17256307723,1668.06898827917,791.114625727478,2197.37710335001,424.438708221855,956.631882093758,1068.12062195362,3158.94637762328,1319.54571513578,2287.98447095123,451.560980280495,1962.47768600736,12196.1616154369,3856.32920017555,95134.709284118,36448.0615988263,2734.96002674884,16474.1381268662 -204,567.938577201042,2122.36601501309,618.860488794114,1910.19418991746,859.931506918143,7569.15387029895,178.506987683126,684.725727697186,4287.99317979628,18307.5238458344,1218.6593283911,5379.23972094619,398.998577775064,4202.9474510756,1522.76372659236,10214.3318858191,1843.27249617808,12525.9997443487,168.913127938672,1236.52868912163,1515.10020747193,1650.38866438585,766.237814149558,2174.08649656097,412.548159587737,946.49227657328,1039.3400348587,3125.46383253045,1275.81389572667,2263.73349164909,438.083498639672,1941.67684301716,11753.4841531998,3725.97908850898,92317.2770523701,35467.7008781827,2635.05281115984,16041.0872384181 -205,559.098304301384,2109.81174364433,610.095317071095,1898.8949625186,847.732159513674,7524.38062617073,175.975954961134,680.675421323133,4227.15159662905,18199.2307329477,1201.36914331628,5347.42031056331,393.140914599711,4178.08607350161,1499.65293106909,10153.9118199878,1817.21934734453,12451.9056442532,166.519137798316,1229.21434437211,1493.74946721228,1640.62624498691,755.384718387653,2161.22628693459,406.719636462586,940.893562306051,1023.35746191607,3106.97601241399,1257.72024437439,2250.34299992444,431.885795478139,1930.19138865856,11586.3765165991,3672.67938611183,90990.4918906022,34953.5591135565,2597.58760531397,15808.6466641373 -206,556.33695000209,2084.8767631802,605.415020036125,1876.45271906419,836.843381615201,7435.45312613029,174.741651946006,672.63080389021,4171.57295274532,17984.1416549031,1185.71747245482,5284.22139180714,388.129606725986,4128.70702585243,1487.09915190407,10033.9069931929,1804.21231885483,12304.7417918783,164.976399235265,1214.68677538142,1492.34535302723,1621.23637122641,747.368232898375,2135.68365953875,404.093612473283,929.773535760743,1016.60453944184,3070.25596551624,1241.77431878373,2223.74713945976,428.14054383532,1907.37926586456,11394.0504533081,3621.97392554907,90106.5103312148,34718.3810375031,2553.87819849378,15718.4997687341 -207,564.887529575282,2070.50009635856,614.253383274362,1863.51328013668,840.542375459344,7384.18053575463,177.511440361895,667.992549422475,4187.83817998931,17860.1285634764,1190.58470932946,5247.78303165875,389.572459935893,4100.23673621081,1502.37178064447,9964.71626676339,1825.95259510675,12219.892089396,166.899293613168,1206.31067019827,1529.08132394792,1610.05682548065,752.527572954139,2120.95664403747,409.383071437484,923.362104361403,1029.72657949678,3049.08442777698,1246.50371170549,2208.41286537498,432.335696376851,1894.22656701343,11370.6422870516,3630.16592252535,90923.9873692513,35191.1744001833,2547.63399751947,15952.5262013831 -208,587.422171657198,2102.58001966516,637.947634510084,1892.38619021901,862.895590180927,7498.58958392889,184.883487997962,678.342295260469,4296.22780608342,18136.8499003022,1221.73424896517,5329.09115498672,399.355751075852,4163.7650018061,1552.65045886671,10119.1076305561,1888.95102006777,12409.2247060581,172.728603378612,1225.00101165344,1611.07429339424,1635.00273085468,773.899754696465,2153.81833121972,424.009114439819,937.668496109093,1067.61861866327,3096.32634521058,1277.29422346707,2242.62958213589,446.101478900873,1923.57534275219,11571.722989862,3714.18791561699,93853.3558689222,36522.6969561364,2591.34340433966,16575.8603767124 -209,601.761976504287,2190.28635416718,650.944063951588,1971.32456814233,859.882484838369,7811.38329460353,189.188761814612,706.638443658405,4275.38007427977,18893.4045185765,1216.46279638526,5551.38711854555,397.230149621941,4337.45093176865,1570.64193718249,10541.2127730034,1919.42454408191,12926.8590423501,175.031653571368,1276.10030275699,1686.49999001979,1703.20469942798,776.201949318716,2243.6620038732,431.962008378918,976.782092739221,1087.10977629892,3225.48548855852,1270.80708371993,2336.17789823102,450.746532341116,2003.81473477216,11332.8502816673,3680.1841067576,94647.7413329138,37251.4949445738,2535.14559557085,16960.3665827114 -210,619.575780641258,2174.08729469858,667.457639647687,1956.7449202116,871.469406758372,7753.61136798736,194.275286513524,701.41224200224,4329.52948998295,18753.6714728135,1232.25938454292,5510.32981574335,402.149940767013,4305.37173561596,1605.66917385171,10463.2513994797,1967.23751509446,12831.2537540412,178.824187463322,1266.66243877499,1757.21582611412,1690.60802951733,789.62444752806,2227.06818537132,443.368228041543,969.557945459096,1115.50655850032,3201.63023732853,1286.73102807943,2318.89984477893,460.492987982127,1988.99479399552,11367.9744535462,3717.290463018,96581.9815801591,38257.7679218965,2541.38979654516,17450.4459095201 -211,629.573666532925,2107.09261632605,676.543271345043,1896.44766494208,873.49037580584,7514.68319749001,197.183436494766,679.798166213252,4336.51647746503,18175.7755476182,1234.59194905393,5340.52855034226,402.700680310965,4172.70135232221,1621.62151498596,10140.8254490828,1991.16110328693,12435.8576167911,180.663513661506,1227.63013179301,1803.62422846103,1638.51180437141,794.069501225446,2158.44089650557,449.323545749469,939.680937816419,1130.22087795044,3102.97173886777,1288.65628783397,2247.44275579364,464.800615748336,1927.70375621921,11290.6534394885,3714.91498444676,97390.2383089603,38792.8674762438,2522.65719362222,17721.8447218654 -212,613.473685389738,1978.28116800156,655.866684333089,1780.5134300157,832.691143840774,7055.29322152579,191.302152731711,638.240530977007,4129.21949036902,17064.6483220899,1176.11014641965,5014.04967985609,383.297705088671,3917.61446128874,1564.88528195592,9520.89331929352,1930.42417397479,11675.6248589311,174.260697412017,1152.58226058991,1785.17805906611,1538.34578557254,761.623282691439,2026.49040897243,436.516311783949,882.236067275275,1096.27964777647,2913.27989490391,1227.46524324704,2110.05137861491,448.561708200781,1809.85876409347,10602.1182035206,3524.94549766649,93764.3973936742,37685.9780823738,2366.55216926441,17262.6638328132 -213,547.516372812017,1882.90920664281,581.435916202644,1694.6757539599,720.974022210095,6715.16100807619,169.781620503837,607.471269133697,3569.69013511651,16241.9700260521,1017.36636961581,4772.32481280841,331.379333447797,3728.74819644027,1378.6818673568,9061.89573874952,1711.18015323902,11112.7487314643,153.440685456538,1097.01683713152,1622.4398664894,1464.18289245547,665.420260346462,1928.79430383605,388.00002093048,839.703900726637,972.488071624746,2772.83210514676,1062.24119869234,2008.32684026249,395.185706474862,1722.60636392616,8991.75384122314,3033.90682235441,82303.6815058746,33479.9547609258,2004.38851275429,15392.378476742 -214,469.446416022024,1785.97519604717,504.161560792331,1607.43218591585,633.092191983661,6369.4579407101,147.897479198594,576.198053074734,3137.76488425091,15405.8174972712,893.905898050288,4526.6408561213,290.813848463912,3536.78858632893,1193.30704959573,8595.38046841278,1470.08835365239,10540.6535398947,133.581707567838,1040.54133563684,1380.36846771879,1388.80532272958,578.302554791514,1829.49808348446,332.60896445981,796.475121280941,837.521330003775,2630.0839919016,930.232810745796,1904.93620701969,341.169752548704,1633.92490071814,8004.09329905317,2670.72250358266,71504.168265418,28824.3870694108,1785.84147865335,13202.2502533148 -215,381.913927318698,1633.79081930134,422.015027714859,1470.46160204872,580.301886350624,5826.71132862886,122.748332925681,527.099755526473,2893.03768213439,14093.0754506452,822.276560734851,4140.9221636301,268.447810099905,3235.41599846572,1024.2247162321,7862.96121512539,1233.18237812136,9642.47601032267,114.922997511082,951.875975114118,1030.74891943852,1270.46410896095,513.713199396825,1673.60508664498,275.88342792382,728.606838342874,698.9875842838,2405.97242866007,856.43283067421,1742.61506725947,293.357949645892,1494.69685140613,7911.03073171663,2506.34746080939,62227.1719065048,23893.7546545298,1773.35307670473,10783.5594701527 -216,358.300733160337,1522.50906799433,425.553704275788,1370.30462945925,661.812265191453,5429.83883225414,124.952273308056,491.197617250554,3623.83300091577,13133.1593469911,1022.8823376018,3858.87316142562,321.273846312397,3015.0433814437,1110.12278550103,7327.39443133575,1299.85678890757,8985.70183538674,129.106580851494,887.041221309426,943.527297790472,1183.9294869349,562.521919244046,1559.61148181017,268.976701562795,678.979527412254,779.88981421631,2242.09537518747,1003.85759886572,1623.92101276506,346.934971231682,1392.88915281184,10133.6093718005,3075.77955944205,69958.2159448583,25451.1675122938,2232.50539681435,11198.9422502125 -217,382.991765898999,1463.75855271333,452.374472651665,1317.42737259094,691.834891187904,5220.31244190694,133.364863231852,472.243304448801,3768.62400300914,12626.3775516487,1063.92576389113,3709.96712769248,335.420925831507,2898.69901543757,1173.31171026165,7044.64524608773,1364.16150468162,8638.96195443098,136.445214539813,852.812112318916,1001.49202120508,1138.24406615417,590.195660224182,1499.42926015994,285.586885298144,652.779094233048,818.918523486148,2155.57749403295,1047.61812999131,1561.25721766447,363.132221597372,1339.14040531517,10485.0618092872,3199.16926474474,73368.8884417105,26865.1804804261,2309.66840228655,11857.5773878412 -218,385.98185602475,1440.18313590834,456.712766679619,1296.20877792479,726.682254725553,5136.23365620687,133.402550082539,464.637314570819,3911.88376702305,12423.0160662688,1104.16537056214,3650.21408904684,353.77221294307,2852.01232837809,1208.67456035689,6931.18360474534,1409.70635595161,8499.82211578708,139.590294728489,839.07664961778,1015.76451000696,1119.91141270142,616.845157023375,1475.27932797861,291.788784904369,642.265379932557,844.241081037722,2120.85958390831,1106.069021832,1536.11147926518,375.956423040351,1317.57209874085,11130.0325598254,3346.92582425854,75911.2190466601,27495.4839836151,2441.60826163972,12095.134174483 -219,431.263462133276,1455.05155782807,509.100843482909,1309.59081144935,822.191831804013,5189.26002984971,147.843961532844,469.434220922824,4253.46589200012,12551.2710359205,1200.51204021924,3687.89882636954,400.83866395528,2881.45644667201,1359.73671279474,7002.74100579314,1533.96564408509,8587.57410948089,156.348273165641,847.739260183374,1096.53270138102,1131.47335574991,697.910374366441,1490.51008228404,328.20768862569,648.896114882282,916.998371278241,2142.75529587702,1254.63796396316,1551.97026348505,409.159532514955,1331.17468676268,12455.7471447959,3697.87629247602,83856.2595681939,30219.0275272893,2713.54728180321,13316.7420832723 -220,542.076998191202,1509.00020973374,634.825345855778,1358.14624472294,982.839948603889,5381.66117295165,186.022759250843,486.839338453489,5186.95544070368,13016.6319700041,1464.16635277722,3824.63430421345,477.403631716168,2988.29162373949,1665.10172878231,7262.38021574047,1870.78951390912,8905.97385542398,192.133666873726,879.170717033378,1358.52613271379,1173.42476419416,841.592199471886,1545.77342271925,407.064025115473,672.955104707345,1121.53883575261,2222.20179999187,1494.13880938299,1609.5123506106,498.656483182324,1380.53038100969,14760.7381174175,4462.45273044451,102234.397363132,37280.5461020727,3235.47814359947,16493.0697268389 -221,745.111815941194,1605.61602750467,863.874168863388,1445.10342951325,1266.01461291198,5726.22944526657,255.083759594578,518.009897943368,6469.68612177755,13850.0397682887,1828.78052626312,4069.51178573583,611.885951947032,3179.62111269732,2214.93522922215,7727.36411632655,2489.226756591,9476.19110359796,256.691861942322,935.460833653989,1988.87152995187,1248.5549016547,1096.44857629894,1644.74369612362,549.845920879267,716.041982591806,1493.18708855272,2364.48133234272,1914.1082848118,1712.56359670293,650.773529947351,1468.92074097021,18122.8945485017,5567.90243738182,133574.695807396,50189.2686063244,3942.18764149615,22448.6616654047 -222,776.404804984488,1829.3944576147,900.575547480629,1646.51084651921,1341.05563106871,6524.30732550738,265.115766742212,590.206138985741,6723.57585839117,15780.3519370866,1899.83479907847,4636.68908287675,649.154774606352,3622.77228256321,2327.22892151446,8804.34477746729,2556.64398603482,10796.9098385009,268.960685412713,1065.83817991768,1983.90932156332,1422.56889442276,1159.12001243276,1873.97544016887,576.215924266994,815.838414623127,1530.54400111459,2694.02458023771,2031.94018620547,1951.24755760569,671.123361386674,1673.64763192012,19240.04310685,5850.0019677307,138991.811468879,51789.2331528639,4175.76823150761,23156.9672263461 -223,766.264866303538,2046.46185056574,888.402351310598,1841.87812525555,1344.10863613903,7298.4511281544,260.47869433821,660.237239911004,6545.13705649324,17652.774716425,1849.42464569621,5186.85693046983,651.82604735468,4052.63350322998,2315.40417772317,9849.0271637793,2487.42666166867,12078.0206786565,266.686513808197,1192.30555498783,1932.43185721555,1591.36426817076,1159.95929108461,2096.33260407005,571.814366849073,912.641986424943,1488.95708772497,3013.68494093471,2041.43657084204,2182.77346967378,653.00058849706,1872.23483473327,19181.0452282492,5763.34259647448,136830.541278231,50740.6981353214,4138.30926379951,22693.6125180941 -224,728.073809689561,2109.6671074812,839.857568933833,1898.76478555736,1247.98209751266,7523.86479932174,246.801118395618,680.628758258728,6280.53992130729,18197.9831017726,1775.12000826979,5347.05372318475,604.338591480044,4177.79964873376,2175.02057246394,10153.2157280967,2405.88094372415,12451.0520155532,250.574191776815,1229.13007673687,1908.03882918553,1640.51377339511,1083.05446582593,2161.07812609572,541.191280496013,940.829060231316,1442.5672279785,3106.76301659068,1893.95286839833,2250.18872977298,629.836165025375,1930.05906620022,17852.1414715388,5446.65615532614,130221.988031793,48726.5353540468,3872.63779231295,21806.3730064657 -225,683.680345360592,2080.71129106609,786.545824592587,1872.70366702776,1163.79831997981,7420.59748900121,230.967442157069,671.286923567797,6012.88312695839,17948.2103030445,1699.80182478604,5273.66380047078,563.615143224363,4120.45809033392,2035.94806275583,10013.8597844015,2319.65697767814,12280.1575767771,234.3275974437,1212.2598962586,1865.38393339769,1617.99722778446,1011.98858995535,2131.41667796675,507.560896675372,927.91589803172,1393.096727641,3064.12175852933,1766.5471749152,2219.30421177125,605.885440391079,1903.56842424394,16754.9926623885,5156.04982928509,123643.264882619,46486.4223956473,3647.11650375864,20787.2852682695 -226,650.211332149943,2091.96385099624,745.885693106576,1882.83131440254,1092.80677347068,7460.72834152314,219.272357766828,674.91726688847,5698.83230045594,18045.2748563734,1611.38888328647,5302.18396000518,528.826896824034,4142.74167278009,1924.29342834524,10068.0150907335,2219.07016264082,12346.5691013734,221.477040580544,1218.81584046486,1810.72734890878,1626.74741376683,953.025372290573,2142.94345441475,481.468171632921,932.934099882966,1333.62763994175,3080.69263689634,1657.82400675486,2231.30628709684,577.98090236311,1913.86298931259,15687.1818703538,4860.41474774501,117321.17821192,44359.1212907877,3418.61135127318,19856.5215102898 -227,622.544986046043,2116.05995181549,714.677192939735,1904.51854057324,1039.26258348219,7546.66408186435,210.534896030942,682.691241806753,5418.42927375806,18253.1277607357,1532.34266887985,5363.25669756787,502.441224576799,4190.45947677938,1835.94604172475,10183.9826331748,2118.67083599599,12488.7819669049,211.714067168783,1232.85466305635,1749.58350535303,1645.48496014983,906.764297582934,2167.62675929258,459.769135784431,943.680018899586,1275.22867971391,3116.17732289435,1574.56649580056,2257.00739145719,550.987741424189,1935.90765108949,14852.4442376042,4613.61982543259,111904.683563256,42437.1156140309,3235.77796441411,19006.4533615253 -228,605.699461718273,2106.10910051805,694.025470751501,1895.56247069715,1002.21663294065,7511.1756109418,204.61965072223,679.480860634208,5272.62026327435,18167.2917427606,1491.35745602426,5338.03578177022,484.254226032068,4170.75368390446,1778.62001917824,10136.0920728381,2075.4885448258,12430.0530012477,205.120187543602,1227.05711775858,1731.61322699757,1637.7470054021,875.548476466288,2157.43341314869,445.955340173722,939.242328212996,1249.90612216233,3101.52338214472,1517.00717148038,2246.39372953785,538.670612698648,1926.80397274378,14305.6208593701,4467.59973097099,108862.1065842,41452.7305521445,3120.25652878988,18572.8617097927 -229,596.299705193155,2064.62793884444,684.227464105597,1858.22815915076,988.075284843258,7363.23821786008,201.727002430292,666.098051820004,5192.57843131625,17809.4753476994,1468.89597091552,5232.89976330439,477.193890233765,4088.60803066158,1751.77524218706,9936.45527628826,2051.48796704278,12185.2351814921,202.224373131222,1202.88944540392,1726.09879736334,1605.4905338381,863.206024359948,2114.9413864114,439.675269229223,920.743351660587,1237.34933068079,3040.43690147875,1495.61139340429,2202.14957264464,531.777131346177,1888.85433989376,14079.8590518318,4397.37400035612,107420.177529933,40947.8508419213,3068.31721448656,18348.1418072399 -230,592.791468356462,2018.08457038542,678.157293443973,1816.33770699468,973.522629047256,7197.24709520907,200.080297694723,651.082054761934,5217.05007062792,17407.9923697863,1475.81615301571,5114.93333593495,470.159962357965,3996.43762723184,1734.42983597415,9712.45554713622,2061.03195163824,11910.5407049999,200.038138137616,1175.77244014619,1733.94853649066,1569.29760238153,852.560956753869,2067.2637906737,436.328258526012,899.986828770308,1241.60458603747,2971.89565377039,1473.71169921092,2152.50602329945,534.261110760451,1846.27347490929,13944.9040890519,4385.79809234939,107129.552108501,40937.0517652588,3050.1070379774,18337.7733754887 -231,599.659982406121,1991.76110015189,684.854194079829,1792.64578036993,970.343122300479,7103.36771946125,202.366346715515,642.589477523292,5265.99334925126,17180.9261825233,1489.65651721608,5048.21522243723,468.153206806406,3944.30893626201,1742.11097247033,9585.76832191221,2080.11992082916,11755.182119778,201.184017600965,1160.43591199282,1749.64801474531,1548.82801486769,852.607198136142,2040.29883704529,440.030718912773,888.247590065768,1254.579326696,2933.13087258768,1467.66501287301,2124.42918793621,539.229069588998,1822.19107243076,13898.338501,4404.86468283358,107787.16412632,41324.376451082,3049.80721716276,18526.3305486513 -232,622.485879003992,2019.18379344038,709.629565342087,1817.32704129336,992.345957174561,7201.16733723232,210.302286093001,651.43669024935,5275.68273943326,17417.4742650617,1492.96509526088,5117.71937014281,477.990447043049,3998.61443212992,1795.12848878328,9717.74578879128,2115.37083393372,11917.0282135672,207.574967140673,1176.41286730794,1818.99769622302,1570.15237731512,873.869919162578,2068.3898009771,454.758455009564,900.477039282723,1275.83034895047,2973.51440467285,1498.01440220725,2153.67846388072,545.923783261508,1847.27911481119,13956.0223663214,4430.43783412235,109852.016241655,42385.1778180177,3050.1070379774,19059.2730602472 -233,643.668674905962,2127.8331957599,732.128622606235,1915.11481945257,1008.35373675008,7588.65188902741,217.344441237939,686.489570167728,5258.3512438338,18354.683733047,1488.60788502092,5393.09655601932,485.103598686358,4213.77417616536,1840.97200733099,10240.6438406057,2138.71520234301,12558.2665183888,213.146078557779,1239.71396715296,1876.79984901982,1654.64003906245,891.544318670233,2179.68690843707,468.580118844232,948.93042546696,1291.33803919987,3133.51497713472,1520.61168468481,2269.56483274384,549.627444802308,1946.67857136071,13926.3371672898,4433.26791572931,111364.9267346,43250.3239849157,3032.49650309753,19512.1893877762 -234,661.46164007394,2113.16726222383,748.854446772485,1901.91503165341,1017.82865165196,7536.34766496762,222.664002280197,681.757991381688,5225.72426941555,18228.1754276774,1479.77703767352,5355.92503533723,489.032044990152,4184.73104810117,1876.07101912469,10170.0609574022,2147.88421015348,12471.7095916269,217.059926407498,1231.16932996888,1912.41526449515,1643.23555449694,903.693218258315,2164.66357700663,479.820238009184,942.389992420803,1299.40534620731,3111.91745601299,1533.24752366968,2253.92202434177,550.288670038484,1933.26123272694,13833.932276514,4420.32584665213,112239.281513861,43837.3205163061,3005.03491398029,19838.5198299442 -235,670.402548948766,2049.23883291045,756.541035625533,1844.37749412164,1014.44349105588,7308.3548895761,225.296753122463,661.133160427697,5126.30929108538,17676.7289590653,1451.88658283374,5193.89532706465,486.808185026754,4058.13279542784,1886.71658651562,9862.39197414155,2123.78988817421,12094.4101609106,218.351239219038,1193.92347494797,1906.44667484075,1593.52369785936,904.265288823919,2099.17725940947,484.709983115323,913.880411994734,1284.08137601749,3017.77441363667,1526.58065650045,2185.73542246372,542.939500141489,1874.77539666936,13584.7128127073,4354.32916832487,111529.557469186,43758.9305632604,2945.03629821982,19862.0493668003 -236,654.859683769308,1920.51416572265,735.47691743133,1728.52136486692,972.272450116611,6849.27440771989,219.110695359387,619.603522849045,4875.47639663876,16566.3503074013,1381.25176289645,4867.63640758327,465.910301849941,3803.21775814377,1826.966251593,9242.87749678612,2042.38478652406,11334.6895769586,211.292311180643,1118.92616399906,1860.54814951949,1493.4251615792,871.278427639019,1967.3156678048,472.294381566933,856.474242448166,1235.88997773988,2828.21036634038,1462.12193558297,2048.4366067773,520.458609486591,1757.00979750521,12838.9559591324,4142.26580368851,107248.280220487,42347.4454814142,2780.11326705526,19275.6513119674 -237,585.212709709198,1822.71234656597,652.886611594618,1640.49674263167,844.383355692134,6500.47640928063,194.669506109789,588.050331119411,4335.06149800539,15722.7120641807,1228.53009038051,4619.75294795994,404.019050160602,3609.53961609503,1612.1090963005,8772.18571561517,1839.45793362522,10757.4726628695,186.294350597383,1061.94506159728,1698.72017736901,1417.37276884829,763.065298499149,1867.13049104285,420.452578829642,812.858454308039,1112.61731421939,2684.18429055156,1269.17228149492,1944.12036160419,467.104436252624,1667.53440724822,11087.9513854052,3639.94555389125,95238.1040755676,37966.8169311345,2411.60895375948,17314.7019460544 -238,501.739854968094,1760.37489540565,566.123218920873,1584.39113399565,741.249748355516,6278.15765917954,169.578057570275,567.938787537105,3845.62589477605,15184.989369069,1089.53235519747,4461.75565106953,354.51747580497,3486.09199697208,1395.69754502745,8472.17364862792,1606.28652041016,10389.5630319321,162.220060564829,1025.62613912057,1472.60279335489,1368.89808444704,663.181540517219,1803.27392255325,360.432521061374,785.058387944771,973.4190112725,2592.38417330716,1111.33979122466,1877.63071044249,409.436760414595,1610.50410026323,9881.72675541436,3220.16454578598,83344.487750136,32992.5722782216,2152.358527411,14982.2537940507 -239,404.01182541673,1633.64618594412,468.605297216484,1470.33142761289,665.307671629164,5826.19551178679,139.410572931136,527.05309336732,3578.46542814047,14091.8278436738,1011.51164569009,4140.55558336325,320.346771788219,3235.12957925444,1181.94116464435,7862.26513673837,1365.25851813209,9641.62239818285,137.859638606627,951.791709113654,1098.89896843315,1270.35163955108,578.564002830262,1673.45692868039,295.303940620067,728.542337519465,823.22775707923,2405.75943696883,1001.41542573223,1742.46080010082,357.48749896373,1494.56453151481,9603.83985890775,3015.14273546216,72459.3080624582,27431.5441878603,2112.20834447876,12259.845946577 -240,399.009099978089,1531.36069904272,467.241650243161,1378.27136756207,726.010959785795,5461.40707116036,138.500435005361,494.053363840936,3884.98816074771,13209.5134938944,1134.50895579871,3881.30805012712,388.907495140878,3032.57237497711,1253.20611083939,7369.9947635214,1406.98018464959,9037.94330903685,157.359255155651,892.198341080205,1009.1468796648,1190.81266893096,619.836223087548,1568.67882052494,299.467056523234,682.927008837754,844.306683740862,2255.13056916672,1117.03110330227,1633.36223709593,377.51058911829,1400.98719382268,11317.7440273189,3346.59921483913,77120.9333921535,28134.1852927333,2457.42078570269,12431.8078045321 -241,422.688994361725,1463.96104109698,493.103936263597,1317.60961831634,763.043307759605,5221.03459148999,145.911833973883,472.308632014765,4082.04085323622,12628.1242159309,1192.13103693091,3710.48034433309,408.875747595133,2899.1000056673,1322.79240451423,7045.61976393198,1487.2573890267,8640.15702136285,165.808474812151,852.93008570043,1072.16508928968,1138.40152463715,653.027649215108,1499.63668303493,316.804106686701,652.869396136616,892.69509147397,2155.87568487993,1174.6390160766,1561.47319348226,398.388539655337,1339.32565470323,11863.6408833806,3515.4649749224,81274.896102565,29733.5734221652,2575.56601578456,13154.8579587675 -242,438.421800558449,1427.31066890897,512.34460093655,1284.62316474677,804.405518538068,5090.32560702055,151.308853549695,460.484350722428,4307.29960726961,12311.978198682,1257.63687194336,3617.58819638753,431.908713291209,2826.52082409403,1384.04850031699,6869.2321556594,1554.28366369372,8423.85005573585,173.22509904336,831.576918359411,1088.95145316465,1109.90155885521,687.318159063898,1462.09316853071,330.521429180854,636.524762852767,930.236752717495,2101.90317876547,1241.27109997428,1522.38159739726,417.821404457701,1305.79553856773,12619.5019186454,3720.45964699066,85162.1620495808,30939.5893230362,2740.96933789916,13664.5521892162 -243,476.505748974509,1427.83135292323,555.263868623283,1285.09179625133,876.419143292282,5092.18256166169,163.56059649595,460.65233576273,4693.93534094475,12316.4696176643,1370.45392597696,3618.90789530457,470.994065683632,2827.55194103384,1506.68603942341,6871.73805675832,1693.91009170632,8426.92308262349,188.063451935971,831.880278249764,1175.7642139645,1110.30645178545,749.634954017932,1462.62654122721,360.147259998107,636.756967568895,1011.90805302705,2102.66995463883,1354.3922836035,1522.93696335833,455.529919615625,1306.27189377031,13778.3829226948,4058.84815827959,92700.408112749,33638.2008257101,2993.01249540713,14858.7948072375 -244,584.877963171054,1426.00896027626,684.068719901825,1283.45158724809,1073.31721556075,5085.68322542118,202.245031538159,460.064388574301,5746.81540342989,12300.7496633281,1677.97250174467,3614.28895265077,575.967461702407,2823.94303452278,1846.05315830929,6862.96740966411,2071.50921803874,8416.16749679685,231.211925573807,830.818519450914,1457.22705826397,1108.88932762056,916.190926898802,1460.75973822661,440.493044506758,635.94425168811,1240.86280995635,2099.9862411481,1654.75957019585,1520.99318399101,556.907538013534,1304.6046518448,16826.5174183552,4961.08033353335,113628.211704262,41286.2126190051,3654.62578386555,18229.3461016544 -245,795.878705890728,1415.30601047064,910.395865611638,1273.81860575995,1344.85007853785,5047.51248890741,270.151026428818,456.611362544709,7171.00215866076,12208.426045535,2095.88971905493,3587.16180666444,717.909292612476,2802.74785174737,2410.74729323404,6811.45721740767,2756.41053246972,8352.99971820417,300.755966897014,824.582788008146,2133.69647633766,1100.56652801402,1172.22739803906,1449.79596549318,591.535429505981,631.171154467408,1652.15914603834,2084.22473616629,2069.77712182337,1509.57732745965,726.774503479676,1294.8129054436,20244.4919427162,6132.39640580234,147008.839064811,55275.9266261436,4387.12621037308,24705.0783167574 -246,793.60326644706,1428.93057597819,902.556670686429,1286.08113055001,1335.55717887733,5096.10280368494,266.894926082483,461.006971250146,7121.26671929997,12325.9515129398,2081.36633511816,3621.69392951243,713.725894912183,2829.72874593193,2400.57696920296,6877.02829841338,2748.73348143817,8433.41059119083,298.257714805954,832.52070541152,2120.86046097101,1111.16122671904,1167.06225701675,1463.75255153062,590.106887665613,637.24717808131,1646.25895837219,2104.2887055413,2058.65830878058,1524.10940393959,724.172203298191,1307.27753367221,20099.4989587228,6094.23981203683,146176.970097394,55022.6385090383,4355.62081568459,24615.4012111656 -247,771.247886761243,1533.26987282638,876.855402904148,1379.98968223696,1297.80318710275,5468.21590150888,259.569310276796,494.669308686958,6919.51301655398,13225.982022095,2022.43029500591,3886.14694378572,693.246856917625,3036.35313523757,2332.37904184013,7379.18306304942,2671.09926545585,9049.21106877147,289.735467537675,893.310660133243,2065.54755897112,1192.29727561454,1133.80429286218,1570.63451945401,573.474222647556,683.778425713115,1599.67834172068,2257.94207932502,1999.68064903728,1635.39857795556,703.628934348624,1402.73382870979,19518.5517000022,5919.46325061272,142067.313589673,53489.3874895403,4229.5992369306,23929.5873828593 -248,745.279840534498,1636.7702900297,848.396951490106,1473.14321664021,1230.7525992044,5837.3372396336,252.288110986446,528.061003609131,6554.40666069475,14118.7763575678,1916.25287102884,4148.47377686553,655.815252868443,3241.31628089333,2232.17297195667,7877.30054333188,2562.8288208196,9660.0605595087,278.427962161415,953.611868455774,2037.80265928782,1272.78099713254,1078.35297744596,1676.65716485939,551.32299415256,729.935565816232,1538.03681356499,2410.360092209,1891.87686456576,1745.7929958672,672.219820267674,1497.42266273028,18294.8999107304,5587.38539905536,135770.29757137,51533.6005719367,3961.80338207838,23101.3690722328 -249,723.866910661568,1723.98486662772,822.558189578842,1551.63899744107,1185.31363649849,6148.37715703414,244.791538828656,556.198499217546,6309.46428954171,14871.0890734132,1844.84950546037,4369.52335613834,631.177095518058,3414.028376647,2159.12403419456,8297.03899765681,2480.16054220053,10174.792588029,269.295449984915,1004.42465254211,1993.23441167957,1340.60056622118,1039.86333424207,1765.99709583443,533.966172439544,768.829857644649,1490.64663832706,2538.79505719542,1820.4106448107,1838.81679883443,649.408932724103,1577.21216301253,17535.8293728945,5371.40228727793,131179.004431931,49956.5756571134,3796.40005996378,22414.0733257393 -250,703.027078116036,1789.64891025728,798.581074197924,1610.73864082981,1149.44607478967,6382.55978456508,237.680075943274,577.383280607626,6118.03548765881,15437.506946701,1788.91243305846,4535.95206317165,612.011438890958,3544.06368763857,2095.43416149939,8613.06098908182,2407.70433979944,10562.3354472241,261.33648402707,1042.68170774245,1938.15388312134,1391.66206668688,1008.77147479206,1833.26132337801,518.448871885508,798.113454208253,1447.18248759115,2635.49402052697,1765.21979996506,1908.8546215803,630.219993557659,1637.28585060104,16990.9277819315,5207.39147499963,127286.931332076,48504.2017596087,3678.25482988192,21766.8122505614 -251,666.832266792231,1822.50985818232,756.466897701966,1640.31449690627,1070.91226536911,6499.75425969758,225.857248811195,587.985003553446,5693.83497618224,15720.9653998984,1665.31306229892,4619.23973131933,569.034499085093,3609.13862586529,1969.91108565358,8771.21119777092,2268.25785046745,10756.2775959376,246.132993075564,1061.82708821576,1870.02345777979,1417.21531036531,942.622711907072,1866.92306816786,489.312050779585,812.768152404471,1366.34304769425,2683.88609970458,1641.22143494321,1943.9043857864,591.369867386132,1667.34915786016,15654.7734242209,4830.76656489877,119454.451685868,45859.1162620389,3386.82992901333,20619.6073817863 -252,648.255161290923,1799.68654269142,732.375812301236,1619.77281637757,1019.53551112935,6418.35774959564,219.089528550721,580.621659437763,5414.13977253058,15524.0915385404,1583.96988436966,4561.39292997409,540.772286263651,3563.94133426288,1895.94208481197,8661.36920185232,2190.98351184633,10621.5765867894,236.880469689497,1048.5298132944,1848.10638616315,1399.4675039533,901.700811890592,1843.54356545036,473.657405184187,802.589845889418,1321.42615186805,2650.27575794418,1560.48941241465,1919.56084499194,568.543376409361,1646.46892190835,14718.9360602048,4579.11413124548,114700.109535417,44409.2887248478,3182.0448635381,20019.5169033131 -253,643.326454985138,1753.57707710996,725.962257410251,1578.27289005437,1005.74810753653,6253.91408747776,217.59045810859,565.745649762403,5339.05352118611,15126.3514057453,1562.13460603218,4444.5262505169,533.183808345754,3472.63019402356,1876.17854409768,8439.45772136538,2167.7724200711,10349.4429632768,234.408261612428,1021.66560767284,1842.51093153816,1363.61198290829,890.037356754601,1796.3104464807,468.882769951755,782.026826720691,1309.45940445323,2582.37348944161,1538.0101546789,1870.38010011551,561.878086878506,1604.28501916486,14466.9764649271,4510.69425244735,113406.036312064,44007.7413645017,3126.91042283324,19848.1240900182 -254,645.979721847256,1716.69529042803,731.134714614339,1545.07815637731,1012.5721839988,6122.37979205824,218.832789035783,553.846708653322,5375.65211438101,14808.2092076606,1572.81651789347,4351.0475712997,536.588888563358,3399.5927394896,1885.77176078089,8261.95638227194,2180.69946015611,10131.770211602,236.098105543728,1000.17761407717,1851.14573292981,1334.93206519778,895.835815309093,1758.52987808344,471.622280140676,765.578991618858,1315.5259642019,2528.06019496834,1548.56491006229,1831.04167537955,565.378072437674,1570.54319017644,14575.7178342801,4541.93002553418,114098.298686517,44249.2378048505,3150.53946884961,19953.513810309 -255,658.108336436013,1705.55843774484,745.065427954221,1535.05464905628,1039.42534738366,6082.66159501135,223.116457415439,550.253695241021,5521.12360681246,14712.1427447495,1615.1731155884,4322.82067740111,551.522590801234,3377.53829352378,1928.65268218137,8208.3579413504,2224.55063078402,10066.0415800297,241.214620935415,993.689082998234,1870.04194980478,1326.27185517969,917.6964764357,1747.12162858197,480.662769344662,760.612390676604,1342.90866911221,2511.65971078073,1590.5422999457,1819.16301437944,577.917325506462,1560.35448153426,15044.5924710526,4671.81200609461,116716.415289455,45105.9510247838,3252.93200158722,20317.3677101748 -256,680.8373060738,1743.51051856556,770.790219845673,1569.21268012453,1069.35511755864,6218.01296108017,230.656836114997,562.497938681486,5677.79957619673,15039.5172973523,1661.17037562952,4419.01206908343,566.796660014892,3452.6952646683,1989.45701813715,8391.01029561827,2299.79377252439,10290.0311045957,249.053575683694,1015.80064924775,1947.77365435463,1355.78405219627,945.656223513937,1785.99857339029,497.275662813172,777.537535125109,1387.20468026077,2567.54915451257,1635.66165270828,1859.64302387069,596.527657449504,1595.07548439269,15412.6663460879,4798.81297181032,120395.742030423,46652.8677524282,3331.69548830846,21032.326551425 -257,694.84658282185,1853.83768298074,784.308450798606,1668.51049537655,1074.900547547,6611.48104228063,235.027507604623,598.092104534394,5702.14089931545,15991.1991369062,1668.65251005121,4698.64162445861,568.985472242903,3671.17750156009,2015.81943467989,8921.98292964389,2336.36375721808,10941.1713996643,252.339296350718,1080.07924352592,2010.8103560045,1441.57637088053,953.921414170125,1899.01432876056,505.963431541717,826.739137618048,1410.51729041276,2730.02045290601,1642.59043048511,1977.31890793528,603.95306610688,1696.00986554343,15348.2977696133,4808.16922020681,121782.734772576,47480.7541108785,3315.94279096421,21445.3288125817 -258,697.864964702977,1859.16023037034,783.573931935345,1673.30095047584,1056.20088801703,6630.46324416702,235.242880472062,599.809284845783,5596.0366411233,16037.1114171473,1638.09097346834,4712.13187926489,558.332281083184,3681.71780743857,2004.38609183768,8947.59880604351,2329.01059581162,10972.5845615646,250.654556849612,1083.18025555678,2047.47790659608,1445.71527614725,941.858730872089,1904.46658267208,505.415107181744,829.11278568832,1409.39728948752,2737.85860581904,1611.89269093559,1982.99598187139,599.29586610091,1700.87927399566,14886.0070075387,4704.00292662245,120719.903611997,47463.2684649579,3213.5502582266,21490.6390548951 -259,690.091959092608,1795.72355615505,772.309956316584,1616.20600754114,1032.98133409541,6404.22425204268,232.07317326213,579.343105776062,5469.32588546337,15489.9068267602,1601.2608565792,4551.34854816662,545.514556039921,3556.09338341753,1971.90964608454,8642.29649740119,2298.15844074096,10598.1874220599,246.346449617685,1046.22090591832,2040.72058476276,1396.38581681241,924.263741127591,1839.48400387907,499.30973205121,800.822508812637,1390.05530749002,2644.43973767218,1576.11918387853,1915.33389012843,589.799954185849,1642.84332710877,14454.4537918172,4590.12754491579,118635.916744705,46856.7527767825,3119.03407416111,21249.1825606633 -260,679.109539158646,1677.58613433183,761.159950717634,1509.87872224621,1024.68857957223,5982.90186123212,228.559723427289,541.229165223881,5428.0695862694,14470.8537266753,1588.99434085225,4251.92351614746,541.525855248615,3322.14439798511,1947.74685481795,8073.73536039581,2266.91042057298,9900.95174023684,243.331899813979,977.391914919619,1996.83096545451,1304.52010635642,915.099080831196,1718.4676609356,492.12853555575,748.137836829104,1370.52465158375,2470.46680531037,1564.27547588525,1789.3275196407,582.815586500713,1534.7636204864,14413.3927510937,4561.3510012209,117287.339020638,46176.1928723102,3111.15772548899,20920.7154006911 -261,614.127807102396,1610.59145315339,685.619281533999,1449.58146445129,914.034678115005,5743.97368072785,205.81143751828,519.61508852964,4837.834389152,13892.9577772762,1416.49914720588,4082.12224363466,482.447972057472,3189.47400913478,1750.20370840489,7751.30939649489,2044.36379978848,9505.55558642659,218.401466931355,938.359606302871,1823.4193252715,1252.42387902857,819.657397776609,1649.84036919556,444.46126942962,718.260827935101,1235.37431446136,2371.80830271754,1394.91612645065,1717.8704276626,523.89443921826,1473.47258014307,12741.8081057066,4057.16741957409,105247.841123402,41670.4269517285,2748.84568657128,18915.5394535047 -262,537.60750765071,1579.37933840784,607.04278993459,1421.48960856016,817.421291127809,5632.65956362676,182.847778741831,509.545318362318,4331.20788780429,13623.7221548901,1267.82545522121,4003.01362324291,431.615492544583,3127.66427547689,1546.404641895,7601.09454353637,1795.27933184766,9321.344692284,194.175266152529,920.17486575481,1581.58941023031,1228.15279665956,727.180275750671,1617.86763842367,389.456746022594,704.341444881842,1086.5712072726,2325.84434782759,1245.78055554126,1684.579322832,462.311442669161,1444.91773145328,11528.8101995476,3638.61318757078,93291.0343366391,36635.2069200131,2488.92618039119,16573.6377689594 -263,445.214219157604,1481.40395697777,514.967940965374,1333.30877498159,766.145305009076,5283.24257697148,153.110909942802,477.936131317499,4088.50101567316,12778.5867639407,1194.7283851827,3754.69026161,409.045696006395,2933.64242592935,1360.02759993683,7129.56745749777,1542.25631701172,8743.10343037896,170.690072214899,863.092642844653,1181.66601013112,1151.96543889126,662.359860854625,1517.50466980479,330.226967548583,660.648254752564,928.329495032084,2181.56267870363,1176.33043762775,1580.07795467427,408.61336383052,1355.28355527309,11625.3322651656,3498.93452204042,83124.3230140198,31020.3972804687,2520.43157507969,13812.3189996381 -264,459.822930330283,1391.75951977591,559.277313746597,1252.62604547589,904.474545140735,4963.53686457437,168.024226154767,449.014704917507,4874.15195900602,12005.3140767086,1416.11856944462,3527.48208264982,476.926609058481,2756.11844741883,1454.79149062006,6698.13478904187,1640.78499602882,8214.03059867618,185.557781655386,810.864178180148,1108.41548621166,1082.25636800686,753.451536501464,1425.6756643299,352.061078841609,620.670340081333,992.827966608368,2049.54942355347,1397.69160692368,1484.46244189354,451.67759259689,1273.27106233413,14350.5445280557,4182.49170144151,93183.7419398375,33151.7113863723,3078.88658916878,14475.5541526677 -265,472.981317422486,1327.83109046254,570.333463893001,1195.08850794412,903.066578064796,4735.54408918285,171.457380721837,428.389873963517,4860.10173948074,11453.8676080965,1412.51104650739,3365.45237437724,475.587003311178,2629.5201947455,1474.20328710291,6390.46580578127,1671.23680098144,7836.73116795993,187.730941509083,773.618323159243,1171.79297521458,1032.54451136929,757.228933159672,1360.18934673275,359.712587809032,592.160759655264,1012.96577137909,1955.40638117715,1394.43877881796,1416.27584001548,456.957565089619,1214.78522627655,14149.0871677118,4157.90616843648,94037.8867403542,33857.9374893382,3033.60884521042,14850.034578652 -266,506.851916985968,1298.00746548638,615.684876851567,1168.24633522333,1006.80914470224,4629.18184778915,184.301323859374,418.768063601915,5429.28567106512,11196.6090949287,1577.13639476679,3289.86294872705,532.039978938387,2570.46010440826,1612.973912335,6246.93335125185,1819.02828400312,7660.71500666432,205.128406965378,756.242541773867,1196.96048093855,1009.35314275362,838.969208380911,1329.63894219342,389.904882133691,578.860588761238,1097.86774213432,1911.48716057215,1560.01873133818,1384.46571008345,501.859797629236,1187.50065727129,16075.855927545,4671.07452485715,103335.224769552,36590.7860542944,3450.16408962737,15963.4106604313 -267,580.794237755323,1292.07745294583,709.850524678662,1162.90914294783,1198.96273536583,4608.03319715362,211.204786411848,416.854900592631,6477.46279363938,11145.4568218408,1880.73928828822,3274.83304399893,635.519597938321,2558.71682784057,1886.62473150449,6218.3939213195,2116.37266078987,7625.71664396839,239.400667412795,752.787609598467,1304.76449523926,1004.74186203796,993.002988581428,1323.56441965695,451.790337802148,576.216034980263,1272.30706976776,1902.75443511818,1863.34454813617,1378.14070869396,589.031259197945,1182.07550065488,19476.0757516271,5601.20611970445,121374.664335527,42285.4034964459,4183.66354175287,18349.5299406402 -268,702.680004083419,1291.81711234165,859.589130090086,1162.67482845825,1434.01520035376,4607.10472483651,256.843424314497,416.770908525107,7742.18104748024,11143.2111244515,2248.33016524328,3274.17319809626,758.760176977716,2558.20127214895,2267.53522630185,6217.14097752205,2543.63036995329,7624.18013880467,288.567089108685,752.635930470677,1612.59627373824,1004.5394166638,1187.81496775283,1323.29773474584,543.618172381425,576.099933247862,1533.72230140499,1902.37104924753,2223.33796950001,1377.86302720983,706.22612555452,1181.83732433711,23150.9067600837,6678.77860677838,145769.500598931,51045.8419607946,4971.49628662841,22175.3456641042 -269,833.669852641228,1278.56859468524,972.695577231554,1150.75075821152,1403.0346025106,4559.85553785113,294.83006502734,412.496621795567,7502.43804060793,11028.9294448538,2184.02128591402,3240.59418678675,732.98479238832,2531.96507013636,2442.33490612661,6153.37970572421,2844.19084842714,7545.98866400563,309.415105829726,744.917105322419,2307.88814095192,994.237139297225,1213.68300634967,1309.72636056603,620.388728222645,570.191612275353,1727.3243945574,1882.86085992257,2158.58162772905,1363.7320465395,754.869291444954,1169.71672885273,20641.3641776793,6321.87897764044,153451.037566662,58190.4833846965,4410.05226154469,26005.9116387344 -270,829.786550699586,1257.30733123713,961.973142733294,1131.61497219648,1387.82323591794,4484.02989167259,290.589923832304,405.637232800789,7420.05749241882,10845.5298404428,2160.11666348172,3186.70648219265,725.773633396061,2489.86112935339,2425.32948693787,6051.05541310236,2829.55919563006,7420.50673552028,305.923732189361,732.529910072121,2293.35213133296,977.704011675942,1204.28578834821,1287.94697593803,617.542494185826,560.709919908684,1717.18248731136,1851.55084578226,2138.45680431857,1341.05460362823,750.027208328452,1150.26555850866,20388.821200091,6255.41158496147,152109.702353056,57792.488907274,4355.71896879466,25860.6880706491 -271,810.910868729545,1309.26002541653,940.945513217041,1178.3739825981,1363.95963403773,4669.31270031108,284.407081773702,422.398406922588,7294.3067240454,11293.6736482576,2123.37231104298,3318.38310826145,713.274632835462,2592.74368685443,2376.10472447005,6301.08865758382,2769.8440850833,7727.12653126057,299.684817233751,762.798485980126,2235.41271696735,1018.10332873599,1181.71395568709,1341.16571864142,604.198517144764,583.878790612485,1680.33454231637,1928.05803893916,2101.45998560334,1396.46778540904,735.06306960272,1197.79522233994,20089.0370086513,6152.063781064,149173.560542052,56559.4712371717,4292.33012725295,25289.7759739701 -272,788.852296434188,1386.63946076997,917.748289027455,1248.01783610201,1309.83471636876,4945.27681227103,278.490750931276,447.362852172083,6998.79471079342,11961.1484607497,2037.79703776201,3514.50504448415,683.588865830322,2745.97913177009,2296.22473087271,6673.49343048651,2680.4837280191,8183.81250370774,290.853493952021,807.881139530803,2207.73079803495,1078.27492122312,1136.63417428789,1420.43083329338,585.467521279824,618.38699391463,1628.94937126925,2042.00946148741,2013.76792894433,1479.00134377522,709.233971157485,1268.58690326996,19123.9336905974,5886.20945336372,144038.655848228,54920.268064473,4084.05250504447,24588.4929978622 -273,765.014194611209,1475.53179665774,888.042533938095,1328.02365147027,1256.9168810588,5262.30024907,269.717945464752,476.041632809775,6712.02279891148,12727.93352396,1954.596944842,3739.80698614393,655.431250974348,2922.01371482355,2215.71640174952,7101.30645351862,2588.50259313411,8708.44650591487,280.622544514482,859.671416415529,2159.01164523579,1147.39914506679,1092.64575947653,1511.48940930443,565.922919207711,658.029500800423,1575.5843245691,2172.91514827332,1930.40738050148,1573.81465895112,683.381090878149,1349.91132558639,18239.8822411217,5635.51783448661,138787.398779087,53136.6598577538,3893.88598041934,23817.7177614436 -274,747.810384134165,1545.65058192175,868.975816074985,1391.13269829251,1235.26655917971,5512.37015742109,263.792335181908,498.663619745826,6598.44211512295,13332.777987253,1921.37061054893,3917.52645215901,644.425966084098,3060.87080531276,2171.42481200941,7438.76782401305,2534.50646438303,9122.28082105098,275.009722016794,900.523884374397,2101.33801827281,1201.9247299761,1072.53308455868,1583.31693722346,553.824343018794,689.299737991193,1542.21353458235,2276.17430610633,1897.80453425745,1648.60394669559,669.940507678743,1414.06049714519,17982.0826766682,5544.62784597381,136099.52811959,51994.5324999534,3839.5526876693,23289.7281125605 -275,717.177138304573,1625.34416782617,834.180043070662,1462.85935792212,1176.91596622541,5796.58739889565,253.751016486942,524.374664973273,6283.90005085643,14020.2146565101,1829.99164355287,4119.51371532154,613.315356366239,3218.68899094836,2075.48862917721,7822.30993213227,2422.74760629022,9592.62468709651,263.357136799837,946.954803741139,2030.78426939901,1263.89584611277,1022.25856310533,1664.95259655447,529.729932183072,724.839961975834,1476.43714720446,2393.53362050685,1805.59357661712,1733.60579755698,639.49317898633,1486.96931173844,17053.6070930048,5271.91128491856,130020.528021681,49810.5461077846,3640.3306142525,22323.1892421634 -276,705.95913340067,1624.73670267521,819.91126283032,1462.3126207459,1149.99430409852,5794.42095014651,249.573091683363,524.178682275379,6137.54906618296,14014.9746636634,1787.5647592061,4117.9740653997,598.927474860537,3217.48602025915,2035.91628254614,7819.38637859952,2379.52104451474,9589.03948630089,258.326387512854,946.600883596598,2010.60556103252,1263.42347066383,1000.5655563875,1664.3303279295,520.656693885529,724.569056265131,1450.69630205112,2392.63904796592,1763.4988908506,1732.95787010361,627.0333182382,1486.41356357426,16591.1928653577,5143.43981009892,127429.216100285,48963.2053388432,3540.7195775441,21964.3070234179 -277,711.406648800683,1556.67172735799,828.046989735093,1401.05206555979,1171.48320858107,5551.67569899294,252.145409440939,502.219303249755,6256.12989847184,13427.8463597462,1821.8127694768,3945.46008042177,610.654217342661,3082.69611479825,2062.15971166446,7491.80939952417,2402.96988308239,9187.32655959943,261.670319913254,906.945002326005,2008.94967332437,1210.4949640299,1015.97245646335,1594.60665977841,525.180123419464,694.214738024455,1465.81264366061,2292.40439611453,1796.74316741965,1660.35919337022,634.898730573253,1424.14334936091,17009.1378667336,5250.43534399746,129214.562836474,49425.1909382511,3631.27506546082,22135.1470620952 -278,718.256256215869,1510.30192117235,839.436982089754,1359.31782474702,1192.69051964844,5386.30356455795,255.134683057881,487.25930150687,6371.90068685566,13027.8605295618,1855.33927516005,3827.93355506192,621.762811669355,2990.86941886731,2089.76677664384,7268.64497523977,2434.75848126651,8913.65643092318,265.714065391558,879.929117576648,2019.9692834168,1174.43699761073,1032.74714769463,1547.10685589764,531.762560012718,673.535617123327,1482.81234166357,2224.11874174131,1830.04990824375,1610.90076700966,644.311480268732,1381.72127029964,17386.8661410587,5352.54658505817,131161.4640161,50022.9753107052,3712.77500458588,22381.9526104337 -279,719.496226787843,1497.51623530968,838.101866376951,1347.81031724067,1181.9864217563,5340.70500947965,255.276761491142,483.134335316072,6311.36023358613,12917.5712358394,1837.9598510303,3795.5276134074,616.010931868632,2965.54976833264,2083.25603843638,7207.11117858765,2428.56207331672,8838.19654477993,264.60932171568,872.479946572467,2035.62960593866,1164.49462628322,1025.6460990324,1534.00959237821,530.898970722777,667.833701038113,1481.60462008704,2205.29013326605,1812.59894686903,1597.26344663404,641.311932884281,1370.02410308813,17137.8483128907,5294.94485930625,130504.370727189,49967.2141481767,3658.44171183584,22384.1430216008 -280,755.414866574251,1549.67142067864,882.702197646995,1394.75157589311,1253.97899683077,5526.7099777081,268.289708152703,499.960837909088,6699.23277501683,13367.4617321402,1950.65759349906,3927.71746322853,653.714552423321,3068.83332161999,2197.56127631839,7458.11895441738,2560.48059554064,9146.01142401229,279.392369222246,902.866497496759,2124.7673387632,1205.05140400817,1085.9202398629,1587.43576083087,559.237741072344,691.092874896808,1559.40627110443,2282.09552140199,1924.10590482965,1652.89260722544,677.534503476271,1417.73901887449,18277.57241942,5627.37059480031,137918.41570386,52606.2570525149,3902.94152921101,23538.9219397772 -281,775.04542356919,1721.52607991362,903.980145539385,1549.42601435413,1275.34772529467,6139.60820067053,274.969368112473,555.405236175189,6810.00341490031,14849.879585473,1983.16242320469,4363.29144181996,664.393544996448,3409.15921115921,2245.31543811581,8285.20557054924,2620.00473562576,10160.2810657306,285.439823690674,1002.99211909081,2195.11646352677,1338.68857097984,1106.63531615644,1763.47839031651,572.734442738287,767.733334887418,1596.44725461855,2535.17416951984,1955.87992798348,1836.19423618777,691.908245458753,1574.96270689096,18495.0673017534,5713.05313672123,140766.963210735,53882.7638086467,3948.21927316938,24137.586111581 -282,780.491670186683,1781.57830663324,906.149613652606,1603.47485124653,1261.86716057103,6353.77698262402,276.025220306268,574.779512030323,6731.67278923579,15367.8899403731,1960.82197175436,4515.49672640158,656.787220729438,3528.08137229316,2242.89560749154,8574.21951529657,2621.9571168308,10514.7035221856,284.843432605518,1037.97962862459,2235.86199424717,1385.38622517714,1099.04530228206,1824.99404514513,574.082585132545,794.514280482607,1600.8896022224,2623.60899242381,1933.26863530241,1900.24644768742,689.865638691478,1629.90234367758,18123.589789888,5634.05294299836,140236.93511999,54041.1073328766,3866.71933404432,24259.6501495603 -283,779.467015683959,1745.4486212654,904.063542811394,1570.95703170692,1261.22326504239,6224.92496280264,275.351032671145,563.123216683541,6728.55277567584,15056.2353663102,1959.88980056828,4423.92428448477,656.495364891131,3456.53331321628,2240.79667129528,8400.33782162692,2621.9571168308,10301.4696000064,284.313070391188,1016.9298228087,2231.54823251276,1357.29115450737,1099.04530228206,1787.9839062117,574.082585132545,778.401853166212,1599.1027650885,2570.40326631478,1933.26863530241,1861.71022055629,689.865638691478,1596.84858531168,18123.0491978763,5632.98251666342,140140.116813093,53993.2692054564,3866.71933404432,24241.6298584644 -284,760.42921227072,1669.54445681805,881.575638394269,1502.64096704501,1227.58105421387,5954.22222065809,268.556219368878,538.634728897358,6548.1916114979,14401.4862369008,1907.4196997733,4231.54149400841,638.862632685237,3306.21936537065,2183.69753475894,8035.03309958716,2556.14108356507,9853.49053431422,277.065142003291,972.706688674894,2180.90740460283,1298.26675829228,1070.3007991425,1710.23001372078,559.798656489101,744.551563017875,1559.16374212351,2458.62437471904,1881.43225299315,1780.75019858099,672.197150952921,1527.40657702779,17615.1782004533,5480.06317300626,136531.439241086,52651.79049685,3758.05274854425,23646.3135218631 -285,685.41031115511,1623.9267491406,790.956462869369,1461.58363784429,1088.30405748235,5791.53235181432,240.942364650099,523.91737201152,5799.59674171133,14007.9880065345,1689.78175571458,4115.92119883725,565.601691880454,3215.8820593402,1953.09508760801,7815.48830722253,2295.40224309211,9584.2592185734,247.521056613767,946.128990070543,1990.48801595842,1262.79363673192,953.303041812618,1663.50063642955,503.552910434937,724.20784865086,1399.69720804224,2391.446284578,1667.14381775929,1732.09396683244,601.251783461165,1485.67256602202,15459.6635175208,4842.0688196226,121891.367344726,47326.4387541634,3296.21976016893,21305.4797830186 -286,613.198131634889,1624.56314040182,718.778335827348,1462.15640940258,1017.11502127555,5793.80196193049,219.217915682983,524.122686960194,5432.96467290155,14013.4775159347,1582.01338355085,4117.53416339011,529.77058826308,3217.14231276035,1782.54643166438,7818.55107373188,2074.65359860031,9588.01513848495,227.257244351163,946.499763088222,1731.98926258928,1263.28850562645,879.676966235868,1664.15253607257,453.149581702717,724.49165427598,1265.34537475918,2392.38345463077,1558.452438119,1732.77274711899,548.917878853465,1486.25477765106,14801.4985194326,4559.27664138783,111912.712343702,42709.7276833571,3160.38652829384,19104.4449108478 -287,497.788341557094,1533.93519019787,595.074233695356,1380.58848817735,907.81597286011,5470.58867299208,179.689710776571,494.883955886412,4874.44161164981,13231.7210480487,1417.50373084349,3887.83322296961,476.547807791516,3037.67067138866,1515.9680814094,7382.38504253537,1732.52235180995,9053.13770779894,193.255725512338,893.698286024061,1290.9835793621,1192.81463795466,768.497239211251,1571.31605011509,374.710156494114,684.075131252652,1052.85530388228,2258.92184688963,1398.37871372931,1636.10821107527,468.698303561576,1403.34250380369,13912.4794309609,4145.92845329544,96184.765008486,35295.116615248,2979.27555246038,15581.5469240556 -288,506.231676731492,1446.83632084681,601.180441115165,1302.19684743024,951.100451215588,5159.96141106659,174.370004831422,466.783790186369,4891.00183328592,12480.4064226212,1494.35498165151,3667.07690933262,480.91900247388,2865.18771211533,1478.41238085168,6963.20345362086,1722.45425820138,8539.08857230252,182.77854010966,842.952915065047,1189.64389023682,1125.0850448303,825.090609461971,1482.09464608658,383.977044738439,645.232440333227,1044.85664184587,2130.65727608262,1504.11903298429,1543.20782243352,474.337364243263,1323.6588599479,14620.7882024648,4328.44438733122,96570.6698656514,34261.0599095501,3198.71698720792,15065.5827480503 -289,531.057612596914,1391.64381252896,627.51754715148,1252.52190542214,983.987111175966,4963.12420909933,181.86217438358,448.977375009135,5057.62630801359,12004.3159862907,1545.37524000627,3527.188817014,497.498370923252,2755.8893109385,1540.65811750067,6697.57792363145,1799.25138786289,8213.34770565228,190.18488388305,810.796765052822,1261.77441002174,1082.16639204258,856.482663781963,1425.55713738338,401.622850055409,620.618739172341,1092.1620103597,2049.37902937407,1556.21922938941,1484.33902756806,493.937430646333,1273.16520590767,15046.8620112508,4471.30360310063,100402.091668116,35815.9818877838,3290.98766953123,15783.2880655967 -290,557.700262279234,1375.47368197652,661.338673555588,1237.96829439889,1057.24585219023,4905.45545385711,191.117981249275,443.760506509002,5439.89144879059,11864.832481285,1661.92242404415,3486.20483595454,535.683283869812,2723.86740307333,1637.3159531641,6619.75577658837,1907.74947121204,8117.91315301946,201.812605420064,801.375755578731,1284.62485628271,1069.59221775944,917.626029997422,1408.99295277385,424.915912722429,613.407493057959,1154.38420781055,2025.56637978798,1676.39602031124,1467.09182994194,526.448460269089,1258.37173116291,16349.6874400328,4826.35640116557,106969.313217957,37781.7554246391,3578.05201453707,16601.8367912172 -291,606.305860205165,1386.52375352301,717.149631038292,1247.91369604826,1151.99657108564,4944.86415679599,206.745285196862,447.32552226371,5928.4240149655,11960.1503703318,1811.12739882271,3514.21177884833,584.130459521389,2745.74999528976,1782.59148660542,6672.93656507609,2079.18343969165,8183.12961068384,219.171719517101,807.813726403477,1387.2296783145,1078.18494525884,1000.78680856211,1420.31230634685,463.031319427101,618.335393005637,1255.9818759974,2041.83906730801,1828.9846106591,1478.87792944974,573.957377344387,1268.4810468435,17847.1375441889,5264.81767406862,116456.765283972,41086.2975380949,3906.1255516866,18056.2942666563 -292,741.32329132582,1438.07147374102,879.254016576758,1294.30821752448,1402.06468153415,5128.7026762753,254.42337641795,463.956042158832,7212.95056550095,12404.8008737859,2203.65492031614,3644.86197874762,709.935435747604,2847.8305778879,2173.29629990247,6921.02078737307,2531.51238532725,8487.35928912058,268.053971330327,837.846357183228,1717.91571236755,1118.26934753485,1216.43601096141,1473.11620617456,563.966423956004,641.323661153628,1533.27377682971,2117.74988290302,2221.1330799284,1533.85916258776,698.227422615056,1315.64021446568,21645.2536006533,6394.39725138669,141985.009551179,50208.6925071851,4736.56169259635,22065.0113810541 -293,978.271749166221,1555.97748107033,1130.7937816144,1400.42722271192,1679.82990683371,5549.19975613578,329.232893348478,501.995322894268,8606.31489771762,13421.8577930352,2630.93412221443,3943.70047949514,846.050769513417,3081.32129035964,2735.00051726599,7488.4681935576,3251.00873712224,9183.22918489584,336.221080087231,906.540521927276,2500.74061717593,1209.95510606227,1490.41499924047,1593.89549522498,731.247939675311,693.905131319176,1972.34650406874,2291.38202690602,2653.43403664994,1659.61870442454,876.07920603216,1423.50820823514,24797.9855075522,7547.34721299579,176536.676217318,65036.5185955053,5413.21336296726,29006.0577684868 -294,990.969949222743,1835.52695853891,1142.72163171705,1652.03028452011,1718.55521150557,6546.17812572596,331.15576653768,592.184629560989,8810.05627665758,15833.2508744566,2692.97845818207,4652.23220424549,867.201881488076,3634.91654936064,2785.39051431527,8833.85872524389,3307.59825534766,10833.1032681287,341.110413442579,1069.4110854746,2492.03792134914,1427.3376336214,1523.8393779764,1880.25738558034,743.247454817424,818.57327030767,2003.66043358945,2703.05549653866,2720.36817348524,1957.78853481297,893.476280136034,1679.25803792459,25540.0634831825,7744.8440781014,179848.72166562,65944.3096857089,5577.25013154202,29382.7513164025 -295,965.973500638427,2067.52062843611,1114.21692287545,1860.8316680706,1679.36405336078,7373.55463475681,323.129800062999,667.031302245069,8609.71141258728,17834.4276807576,2631.71352857711,5240.23142553503,847.241913038909,4094.33645933978,2717.93432363314,9950.37695206093,3226.56222420953,12202.3075567701,332.803656836153,1204.57477849139,2428.17433711532,1607.73993949099,1487.96437995045,2117.90456869735,724.895719082294,922.03337813937,1954.19511368529,3044.69676836011,2657.76536106008,2205.23493976006,872.004940183376,1891.50075825631,24975.5489838811,7568.81064180325,175597.645371852,64331.8171203874,5454.22255511095,28654.2521035432 -296,940.777076289747,2146.34640577948,1088.03671835199,1931.77727350901,1620.04508637316,7654.6769451582,316.674169037817,692.462371801845,8301.12165113361,18514.378635575,2537.58771033526,5440.01918576134,816.110816839667,4250.43611303798,2633.8162312428,10329.7425493459,3129.45469041505,12667.5297002961,323.760945177592,1250.50009695103,2398.02157465104,1669.03623262264,1436.60250220155,2198.65127161799,703.720336072616,957.186593429581,1898.1485242125,3160.77812021698,2559.5298180122,2289.31117869114,843.872196103174,1963.61564580057,23950.6409956434,7282.61431361735,170065.111021259,62577.7142778161,5228.67199832064,27899.1255257231 -297,911.471414749979,2144.81328265286,1051.95143436545,1930.39741590284,1554.85408329357,7649.20925260875,306.459936247826,691.967749836972,7963.62705809118,18501.1539193853,2434.57293567237,5436.13341075294,782.779925898828,4247.40005050605,2540.19225841648,10322.3640725298,3020.25411858976,12658.4813553093,312.239806429185,1249.60687178788,2344.46838515698,1667.84404945942,1380.75577268364,2197.08078742084,679.721640579803,956.50288044694,1834.57769855247,3158.52039424079,2454.36134490014,2287.67593663393,812.784653214058,1962.21304622473,22876.6047237524,6977.00865131764,163800.704471927,60503.2599541783,4992.86914349442,27003.7864654833 -298,874.881966004993,2155.51623245848,1007.11125372776,1940.03039739098,1474.94145399019,7687.37998912251,293.738965391195,695.420775866563,7550.18891412381,18593.4775371784,2308.36563515632,5463.26055673927,741.961462222728,4268.59523328146,2424.46490589186,10373.8742647862,2888.45406242909,12721.649133902,297.99813751757,1255.84260323064,2275.46016440163,1676.16684906596,1313.08759803104,2208.04456015428,650.782027344604,961.275977667642,1755.654154325,3174.28189922261,2326.6964273074,2299.09179316529,775.187716044281,1972.00479262593,21568.7087816751,6604.44447569692,156107.528250614,57946.6054579512,4705.80479848858,25904.2607905659 -299,837.357830083049,2189.01357164474,964.438675895356,1970.17902502574,1401.33332287123,7806.84407437119,281.898307856179,706.227813761057,7170.47115949906,18882.425499776,2192.40300589045,5548.16118943982,704.230981798698,4334.93042492834,2311.8291721936,10535.0872399847,2755.06741454217,12919.3472025271,284.656881438992,1275.35875672163,2198.1850080952,1702.21496163893,1248.27116497512,2242.35820458715,621.136706885521,976.214481488981,1677.03485629046,3223.61114845299,2207.66209406698,2334.82033765793,738.190575537338,2002.65031151409,20399.1398915923,6262.61616912134,148754.589572232,55394.0710220426,4449.49734759051,24780.0650195497 -300,827.381567974913,2170.90533839247,952.402201668414,1953.8810624201,1380.8561239237,7742.26331740649,278.458177842701,700.38566725887,7064.77364826794,18726.2239258125,2160.12667202557,5502.26499297902,693.806903318878,4299.0704685152,2281.30820765734,10447.937566933,2719.93284055092,12812.4741544835,280.900418157994,1264.80857368659,2177.47111981929,1688.13368504469,1230.74242052099,2223.8086871562,613.372439460955,968.138917333495,1655.91219133554,3196.94438706468,2175.0438527934,2315.50594334621,728.314537412361,1986.08373585034,20071.7770938356,6167.97858703518,146740.772945916,54706.5456607756,4377.73126133905,24481.449192666 -301,820.720905554333,2156.29725707692,943.671443711547,1940.73334338511,1362.3750914629,7690.16541608075,276.404113425597,695.672752974389,6968.42803799393,18600.21465355,2130.74837310415,5465.24010155899,684.260675082238,4270.14190591289,2257.14374874149,10377.6331096826,2690.62375976255,12726.2586659534,277.928139089375,1256.29764224879,2170.60456389168,1676.77418737036,1214.84487817615,2208.84461776188,607.019809678433,961.624284116171,1640.35664197283,3175.43206096662,2144.29764318754,2299.92484061048,719.709976174138,1972.71932414629,19745.924597264,6078.40645655739,145063.72942701,54194.8577943695,4305.96517508759,24264.1575889095 -302,823.41338045725,2127.74641462321,949.156832134053,1915.03671378091,1368.79605301555,7588.3423949194,277.684021771528,686.461572510135,7001.29929861914,18353.9351591826,2140.79819276367,5392.87660501452,687.197180826797,4213.60232241596,2265.56133357944,10240.2261881719,2703.15884941843,12557.7543444809,279.486861682086,1239.66340689877,2180.47919835575,1654.57255654375,1220.55217749559,2179.59801250861,609.843159360614,948.891724472385,1646.12658836032,3133.38718046715,2154.41943998045,2269.47227125153,723.076620018456,1946.59917839911,19839.9453339837,6106.58582978161,145718.669856708,54430.7551568909,4326.46977115944,24368.7217767013 -303,829.733017440042,2109.23320460363,954.654289903703,1898.37425972447,1374.00270027861,7522.31733878861,279.710041540869,680.488770876018,7027.08682988885,18194.2402566546,2148.72113753689,5345.9539752725,689.982209063846,4176.94038554334,2279.30488442901,10151.1274794317,2718.16463405068,12448.4911625735,280.919709822092,1228.8772771007,2199.26384793609,1640.17636298356,1225.85263031924,2160.63364932768,613.372290664771,940.635556509764,1657.36223494237,3106.12403738489,2162.28838587849,2249.72592530423,726.667157270747,1929.66210395924,19888.5126183118,6127.54375101659,146448.958008844,54768.2869116993,4336.72206919536,24528.1185045359 -304,855.975715593635,2114.5846809094,984.309181557236,1903.19075173124,1407.00582360722,7541.40271204895,288.294838915529,682.21528434344,7192.86217589911,18240.402077653,2199.54654430099,5359.51755182152,705.824866510255,4187.53797970934,2342.63891667602,10176.8825823119,2800.34520529002,12480.07506015,288.984363355156,1231.99514363947,2289.53593773615,1644.33776387779,1257.65343919808,2166.11553713154,632.429696424739,943.022105745777,1706.42189325596,3114.00479194183,2213.07174722261,2255.43385506631,747.126855525168,1934.55797844336,20270.0977938949,6263.89458248719,150463.161971193,56466.1862692387,4418.74045348274,25317.7613673229 -305,870.484363913133,2202.78277050951,997.580324026108,1982.57172425162,1407.47167708015,7855.95020599078,292.66535020554,710.670084625646,7189.46566102944,19001.1985741523,2198.7671379383,5583.05989255466,705.218956480216,4362.19773832418,2363.94278072246,10601.3543993774,2833.52995800705,13000.6116876535,291.617602393854,1283.38094012547,2362.10221779676,1712.92212975382,1262.55086165203,2256.46294858917,640.899373480823,982.355005926291,1728.28469403421,3243.88810951924,2211.54847031407,2349.50668129653,753.108336704084,2015.24725963401,20092.5129506793,6246.30299027904,151519.436105941,57252.4198462107,4377.73126133905,25725.7912269629 -306,875.498825235709,2187.36473846525,998.790853573753,1968.69502484042,1391.21973784256,7800.96371633977,293.489574231628,705.69586098256,7100.77369427771,18868.2026689647,2171.89717077899,5543.98214168389,696.540240219462,4331.6652203595,2358.90559465702,10527.1518842541,2832.46423998295,12909.6159479562,290.746127056964,1274.39811679638,2405.36613424778,1700.9328003295,1252.36443475272,2240.66919056919,641.604857510431,975.479166346021,1731.08336585023,3221.18302416532,2183.78468558939,2333.06167828243,750.03746982883,2001.14185294475,19679.4919608567,6155.43475341539,150785.12371687,57362.6451132592,4285.46057901574,25829.2849328822 -307,859.314512772738,2125.66367856615,975.880157278942,1913.1621877627,1342.19760201282,7580.91457635486,287.221223729874,685.789632348928,6844.6081240809,18335.9694832533,2093.81209367425,5387.59780934634,671.130678001828,4209.47785465671,2296.9486379542,10230.2025837762,2768.72307367949,12545.4622369303,282.865222968899,1238.44996733736,2394.64110092903,1652.95298482278,1213.6415112562,2177.46452172261,628.193593129136,947.962905607873,1692.04236934699,3130.3200769737,2105.41191690019,2267.25080740728,730.133383731991,1944.6937575888,18796.0229633842,5919.12823437561,146530.795926221,56147.794773924,4090.66691633321,25343.9679251776 -308,832.078201351249,1995.52159549869,943.052312173906,1796.03034095555,1286.52157789397,7116.77905742424,277.834225636278,643.802702713776,6557.2695506937,17213.3642058175,2006.06690009132,5057.74638049238,642.794948306927,3951.75589132105,2213.8033291834,9603.86649501507,2672.94169476019,11777.3762010153,272.631766243694,1162.62684435262,2337.75829311592,1551.75224134368,1165.94697615861,2044.15097286731,607.018321716595,889.924623987656,1634.44432086972,2938.66869788063,2016.74297403848,2128.44016398913,703.236174757998,1825.63141527526,17907.3927385708,5661.96974239298,141047.479831748,54272.4427481593,3895.87325365068,24528.918412559 -309,749.464042955293,1892.88898405051,845.549988810726,1703.65785821808,1139.62131438025,6750.75264036577,249.142445103271,610.690982557022,5803.49872791549,16328.0555605807,1775.69220797942,4797.61904323708,568.666270224575,3748.51127204613,1978.91046937242,9109.9255120628,2398.75631405719,11171.6484162375,243.451535332595,1102.83123530242,2133.39904790703,1471.94334064879,1037.53464953416,1939.017280998,545.6103359325,844.154491327643,1466.37573980917,2787.52864340823,1785.43286024223,2018.971355015,628.57021352019,1731.73650573673,15702.0305471251,4999.21955984339,125839.56727092,48759.4236963687,3414.0152459623,22089.619201696 -310,657.444086698823,1809.37705057877,750.058366739977,1628.49456923868,1021.46552310471,6452.91773819416,221.680504961278,583.748047637531,5206.70977929168,15607.6818349224,1592.87167711789,4585.95399275735,509.83636916235,3583.13156588961,1752.03090247477,8708.00680488753,2111.25453314508,10678.7690307227,216.808085139704,1054.1756778296,1851.10044512979,1407.00301114494,922.972276334233,1853.47022380886,479.262213585984,806.911433592281,1292.50698432128,2664.5463086911,1598.59250326857,1929.89682243435,556.043603745194,1655.33442136927,14230.8542453987,4492.93686635577,111795.624028493,42953.3284827819,3096.1940068487,19390.8174200495 -311,545.336822106579,1658.17618964095,636.586246828349,1492.40917961649,949.171067489835,5913.67871266113,185.748956705984,534.967055668313,4865.22578708173,14303.423593154,1487.18670432437,4202.72806883819,477.930805392857,3283.70664644415,1533.84863216383,7980.32092784477,1810.35752994672,9786.39611669407,189.632678275914,966.083331341309,1384.26384317147,1289.42659634562,836.520472605247,1698.58471032626,406.5628006226,739.481760257636,1103.02222339101,2441.88310217263,1495.8051389232,1768.62470892992,489.738854006502,1517.00615553269,14085.5781655808,4267.23291045403,99193.4047210264,36335.1210622073,3075.68941077685,16153.6332011638 -312,510.749784056788,1548.42756426646,602.406178395289,1393.63206715859,953.747260618021,5522.27391884278,173.694557354649,499.55954026252,4957.78029583397,13356.7322298933,1509.67232767301,3924.56484875383,474.301032587716,3066.37009751063,1501.33782536109,7452.13263437529,1750.86776779751,9138.67030330514,181.114054067286,902.141804334539,1166.17780190834,1204.08415966471,815.806628940873,1586.16159256289,382.34278692269,690.538163560984,1047.09509512869,2280.26377880829,1491.29120031018,1651.56589948553,477.009483903822,1416.60105908128,14687.4455159982,4362.99291200077,97092.6216658358,34453.1071323691,3235.18158856374,15131.7629667717 -313,535.600349784493,1486.37938262649,628.572886087926,1337.78680991964,986.306152965454,5300.98681243276,181.101327833344,479.541321903771,5124.41077307484,12821.5047729283,1560.53206508768,3767.30071950882,490.451489187408,2943.49532236681,1563.85937293451,7153.51273766611,1828.13859284945,8772.46791320758,188.385840525878,865.991415493534,1236.81978776443,1155.83441626513,846.513677848056,1522.60134287674,399.772185414756,662.867100095859,1094.08787040959,2188.88964907845,1542.30306118921,1585.38478563393,496.512178676413,1359.83539444594,15108.8021136711,4504.94990550423,100904.07528199,36003.2795941852,3327.03216994252,15846.6827718407 -314,558.30220443826,1457.25000113208,656.725052416239,1311.56947752131,1046.1790027705,5197.10050388929,188.783319885584,470.143490992403,5440.09662920096,12570.2348022677,1656.45633562913,3693.47088767354,521.140957956117,2885.81005091161,1645.19130526857,7013.32147559924,1920.527139843,8600.54911005536,197.871435541031,849.020112872113,1257.56489241253,1133.18290343517,896.219911325622,1492.76210001656,419.249077650778,649.876534655786,1146.11325614024,2145.99279354988,1639.60251411915,1554.31514165478,523.629958572173,1333.18596399944,16167.2771950468,4796.29184521617,106341.95484198,37656.3146435003,3561.76143346607,16539.9119432489 -315,606.960788433749,1468.30007548448,712.139727632081,1321.51488169609,1139.93149256918,5236.50921683509,204.215193577671,473.708507652364,5928.6477315705,12665.5527155182,1805.16773682842,3721.47783767905,568.267796827151,2907.69264868461,1791.17131590854,7066.50227759098,2093.11447490166,8665.76558427994,214.886303597831,855.458085331632,1357.9963837523,1141.77563311648,977.434760346803,1504.08145646385,456.853771274202,654.80443585479,1246.97661401891,2162.26548520198,1788.83512119081,1566.10124415538,570.88356624581,1343.29528224705,17648.007347225,5232.02160938384,115773.072061926,40949.9395711302,3888.34127836841,17988.9812107541 -316,740.533469105494,1513.74422088855,870.963462331063,1362.4159995535,1382.36166656868,5398.58009746285,250.740299650807,488.369869223017,7186.58478287897,13057.5537981558,2188.32046487303,3836.65823084063,688.099972556414,2997.68624721627,2177.4101063926,7285.21176508796,2541.69817399144,8933.9725522048,262.065630141301,881.934663427608,1681.1182099431,1177.11378963946,1184.0959623854,1550.63304189815,555.059330914918,675.070748232655,1518.41370319784,2229.18798200787,2164.33556185589,1614.5723529193,692.408120168247,1384.87050732963,21311.8806398902,6329.95749803922,140718.707382738,49919.7362367346,4694.58527047105,21933.6871117244 -317,979.299732361113,1616.95536857152,1123.09226868843,1455.30918255968,1662.48150072052,5766.66979189651,325.306815116743,521.668238921633,8606.63547682019,13947.852895482,2622.38502856577,4098.25189627503,823.355545042214,3202.07654889288,2747.85182738927,7781.93707509234,3272.245665377,9543.11480210219,329.796517009021,942.067338114436,2448.50468021928,1257.37257015577,1456.27217113192,1656.35936850008,721.74586461011,721.098885437629,1958.55430530419,2381.1800073773,2595.92553977211,1724.65823352084,871.488812381651,1479.29469900046,24521.8348496008,7500.17542497086,175535.559830957,64825.6751369476,5388.5674408885,28896.4689665298 -318,999.166254315139,1865.9001964455,1144.64017873965,1679.36712565295,1723.42617092052,6654.50049313475,329.793076445771,601.983758118925,8930.25473921018,16095.250347364,2720.61696117568,4729.21465055546,855.466213257619,3695.06504492521,2827.01031587205,8980.03630735285,3359.68311961595,11012.363191988,337.979883295914,1087.10708125824,2442.74080004715,1450.95639079482,1506.7459120025,1911.37079670851,739.819134635169,832.118547083566,2007.08104254567,2747.78409466093,2697.60007935709,1990.18488653204,898.156852853596,1707.04542816431,25669.1079574748,7807.18101518796,180779.679007027,66280.4943599685,5643.70794471845,29492.3460423284 -319,974.144033180983,2088.81082080039,1116.32604231883,1879.99349099313,1684.63693121897,7449.4834523093,321.861679054038,673.90002439588,8729.9024610646,18018.0768259259,2659.54985430723,5294.19245187187,836.036303477346,4136.49768841026,2759.24281114565,10052.8404711634,3278.12708164324,12327.9602209316,329.829087516117,1216.9788282496,2380.2068884969,1624.29556273978,1471.68133546008,2139.71358721769,721.701557878207,931.527971671782,1957.95545253004,3076.04938414433,2636.34041544476,2227.9432384973,876.796235195581,1910.97839463226,25110.8732087643,7632.25150668333,176552.222398871,64673.122858359,5521.24050288008,28766.6268370345 -320,947.329026807006,2154.12773988317,1088.18860054438,1938.78071169524,1620.92630210095,7682.4281034082,314.919774460525,694.97281515559,8394.66297930018,18581.5004037564,2557.65326962362,5459.74135488601,803.201667472119,4265.84558440424,2668.36494707485,10367.1918528531,3173.57426596116,12713.4543844948,320.222147115931,1255.03364243319,2350.10527416996,1675.0871331307,1417.58351510385,2206.62223104742,699.43446227099,960.656764257084,1898.45340670836,3172.23716080559,2532.24695287387,2297.61081527392,846.737659985293,1970.73451037438,24005.5485949358,7323.22384262972,170620.357115207,62802.6956754062,5276.30561920333,27965.2077780083 -321,914.811546956499,2138.27580496135,1048.04151928771,1924.51348645113,1546.36270886713,7625.89415322407,303.679020181302,689.858604129794,8003.88000512213,18444.7616534508,2438.80343913512,5419.56385610298,765.653010773141,4234.45380324915,2561.60847218868,10290.9010890647,3050.09642229249,12619.8977918178,307.418818147052,1245.79801946794,2296.45633122433,1662.76039329483,1355.12033393024,2190.3839962594,672.9871739222,953.587420955261,1827.59256181634,3148.89309624589,2413.29922095623,2280.70300779107,811.655496863145,1956.23214144414,22759.7303316974,6970.30324562322,163525.575421127,60490.7552029424,5000.75387506698,26975.1529235495 -322,877.386254507621,2155.45837743205,1002.4448811643,1939.97832610141,1464.78393083046,7687.17365638153,290.830440369163,695.402110459751,7577.10716416876,18592.9784798676,2308.97267698389,5463.11392036551,724.674760109028,4268.48066226301,2442.13972602647,10373.595825329,2914.00189329942,12721.30767911,293.085365492837,1255.80889584959,2228.61656933884,1676.12185999286,1287.08024554503,2207.98529524387,643.753090412362,961.250176587483,1747.31398734363,3174.19670006687,2284.44864280743,2299.03008450615,773.22427513309,1971.95186312919,21420.5093941947,6587.7477891972,155662.345417717,57881.7295040542,4704.79089062424,25855.1487513826 -323,842.999758241983,2173.45090343736,964.401054974227,1956.1721486533,1402.02065848177,7751.34175787119,280.295828754863,701.206927053566,7250.65040729886,18748.1819634133,2209.57388878139,5508.71685119049,693.111182765942,4304.11148219581,2341.62210398131,10460.1886329703,2793.23854944593,12827.4978341296,281.52508200026,1266.29166575731,2154.22927736376,1690.11316062281,1231.72898636903,2226.41628572829,617.285352802693,969.274139833976,1677.02837818682,3200.69306727576,2184.15393043102,2318.22106449239,740.591691771218,1988.41258236648,20447.7952452564,6297.26193811035,149222.127094835,55582.1699882857,4490.47286740709,24833.0821806122 -324,829.039173247987,2155.89228030961,947.044930502325,1940.3688519343,1369.17478318811,7688.72111691466,275.452431813498,695.54209784246,7078.35458966474,18596.7213249856,2157.18005150721,5464.21366827776,676.550408012011,4269.33992545342,2295.11990657967,10375.6840739941,2740.96214160489,12723.8685320896,275.949152051004,1256.06169548576,2132.39516957361,1676.45927040441,1204.68007619092,2208.42977201191,606.151804999085,961.443680309035,1646.35475684242,3174.83567927266,2132.10719914557,2299.4928889749,725.562404166074,1972.34882537017,19894.3478100333,6141.69654831858,146134.265008828,54591.2726344078,4368.00542556871,24413.1027379731 -325,822.370383486844,2138.42043831857,938.381592820239,1924.64366088696,1350.89518769761,7626.40997006614,273.42770964039,689.905266288947,6982.0052087132,18446.0092604222,2127.90190859271,5419.93043636983,667.272507409064,4234.74022246043,2270.82899907201,10291.5971674517,2711.44355803534,12620.7514039576,273.039841691344,1245.8822854684,2125.68820725307,1662.8728627047,1189.1687341325,2190.53215422398,599.890036412091,953.65192177867,1630.92207354768,3149.10608793713,2102.05370364995,2280.85727494972,717.006364064835,1956.36446133546,19572.1480284039,6052.67970901685,144468.128074381,54081.3645622434,4296.56608449633,24196.5689773858 -326,825.860529735343,2110.91096389338,944.912226328,1899.88429429187,1359.76703034412,7528.30085818705,274.981670036883,681.030055905296,7028.196547623,18208.7126040194,2141.96406453284,5350.20633765946,671.412701097546,4180.26287284312,2282.45454842242,10159.2020481388,2727.44062300877,12458.3931362604,274.948797344766,1229.85476989909,2135.6689346184,1641.48101773857,1196.73252831346,2162.3522943637,603.371826258329,941.38377156714,1638.59047888378,3108.59475918439,2115.986679734,2251.5154375129,721.396818971409,1931.19702599343,19711.0700304077,6092.98553686226,145336.540226524,54377.6188135935,4327.18294495592,24325.2412802504 -327,834.569991318067,2101.19152989576,953.619737671681,1891.13650704867,1372.47665230361,7493.63770822151,277.854209941562,677.894335454748,7093.9415121711,18124.8727910839,2161.99853461513,5325.57196024516,677.984975525182,4161.01535848546,2305.75256024205,10112.425232127,2752.67399365756,12401.0299732111,277.49407154933,1224.19205249075,2155.00617166256,1633.92301710134,1207.88634273664,2152.39600498715,608.945416580426,937.04928394986,1655.58074117803,3094.28161092563,2135.79237219632,2241.14860723733,728.094936187222,1922.30506306766,19896.9545959428,6150.71888280709,146715.21168617,54897.5769073628,4368.00542556871,24557.4692300682 -328,850.50763197955,2113.31189558105,969.0345771695,1902.04520608924,1372.43859660863,7536.86348180968,282.583980718649,681.80465354084,7086.57753451653,18229.4230346489,2160.08416593033,5356.29161560408,676.727284929515,4185.01746731245,2328.19841573006,10170.7570357892,2791.40339266256,12472.5632037667,280.492156786926,1231.25359596934,2239.3674353843,1643.34802390681,1213.181673982,2164.81173497121,618.740098165853,942.454493244211,1679.08893733795,3112.13044770423,2133.14629492293,2254.07629150042,734.917481794346,1933.39355261826,19677.0101941339,6126.26210538425,147885.494788274,55795.543689887,4316.97732480272,25025.6199605527 -329,860.259641022195,2206.22507303161,975.756629877505,1985.6699015835,1357.83426111051,7868.2267489026,285.181299049782,711.780653247046,7003.26712017938,19030.8918669501,2135.05410288584,5591.78457544508,668.473633685499,4369.01457222971,2330.55951205657,10617.9212027296,2804.4470043829,13020.9278254954,280.823622434928,1285.3864876112,2308.60155363644,1715.59892396447,1206.13787047123,2259.98913746397,622.96459763933,983.890138286944,1689.20139231533,3248.95735391787,2107.58568859701,2353.17827019898,734.633646892277,2018.39649923102,19225.7972185866,6034.93771424733,147637.476830847,56213.067038352,4214.92112327074,25284.949435929 -330,865.275492872921,2192.25338297728,976.984952057181,1973.0949541068,1341.78471434055,7818.39845769304,286.009196438734,707.27305391124,6914.57125547033,18910.3721040879,2108.28678101082,5556.37264857792,660.069841656929,4341.34626304756,2325.45429426,10550.6795119886,2803.30321767328,12938.4682568768,279.989000552691,1277.24632919108,2351.01457822508,1704.73429518467,1196.27155411124,2245.67696771267,623.693674425983,977.65931069474,1692.02893244675,3228.38219787257,2080.52745254787,2338.27594774979,731.592410257151,2005.61429915601,18817.4549221043,5944.61568469702,146912.163604157,56323.5731442474,4123.07054189196,25387.8489394126 -331,860.1960248681,2135.32526034325,969.387966462258,1921.85790624173,1328.5391821836,7615.37140358635,283.876743992781,688.906688297916,6844.8595877903,18419.3102630818,2087.0984798943,5412.08555749858,653.360794511214,4228.61080355249,2307.49606583097,10276.7009738348,2786.40131942813,12602.4839617477,277.579867546149,1244.07897899942,2344.93183359105,1660.46599856883,1186.33711926441,2187.36154906305,620.218701000038,952.271593396319,1680.47838813133,3144.54803020878,2060.37680328341,2277.55593201651,726.38542876382,1953.53279358485,18587.1740968026,5882.00831027632,145727.712302826,55969.2888780294,4072.04244112597,25247.1002214796 -332,827.367042281738,2009.3486493899,929.226160651722,1808.47511147101,1255.83224679344,7166.09152178481,272.582124577136,648.263638985178,6464.27808574673,17332.6363375046,1971.3298736832,5092.79171998099,616.809651038218,3979.13777573534,2201.77939975164,9670.41209386503,2666.30385540848,11858.9821409339,264.897883962302,1170.68273513751,2287.07279907088,1562.50439853168,1125.86082506017,2058.31498177974,594.466407336437,896.090949505125,1609.71341586184,2959.03085810262,1945.45920121866,2143.18821628687,692.344661940339,1838.28129289193,17386.8319088198,5540.32593062701,138756.716809587,53672.2946457156,3806.69631714283,24263.6070657092 -333,745.459933711675,1902.81090923769,833.472984978965,1712.58789371209,1112.97346337488,6786.13794992129,244.523027510034,613.892031478787,5723.79791594992,16413.6420620022,1745.7519508448,4822.76664440369,545.962567913874,3768.1597821901,1968.9400209118,9157.67685942288,2393.68787102639,11230.2066627788,236.657176942044,1108.61192772705,2087.30557515204,1479.65880195092,1002.40135901211,1949.18099612383,534.560536004333,848.579282099816,1444.77114778548,2802.13998664604,1723.22149747814,2029.55416410117,619.115111990205,1740.81372061758,15251.9942131311,4894.01386247544,123853.406370082,48238.536535392,3337.23779009572,21857.9854916061 -334,654.93878779003,1809.14563608486,740.756895475181,1628.28628913119,1001.01748947565,6452.09242724408,217.950001251817,583.673387820787,5153.62538793799,15605.6856540866,1571.59114410062,4585.36746148571,491.212469123323,3582.67329292893,1747.39779959073,8706.89307406668,2111.19519137501,10677.4032446749,211.251801216499,1054.04085157495,1811.44459404825,1406.82305921637,894.282938805372,1853.23316991581,470.406307727727,806.808231774296,1275.92312369087,2664.20552033229,1548.30625619496,1929.64999378339,549.027239995795,1655.12270851635,13888.9712552223,4415.54411677472,110315.612107795,42572.201630953,3041.27480565298,19218.6622212313 -335,545.911748144753,1659.65146054704,632.243128073091,1493.73696845849,939.35379667617,5918.94008247652,183.531154863777,535.443013131626,4865.40726658092,14316.1492762366,1482.34762711843,4206.46721458454,465.089972317143,3286.62814351419,1541.07740542175,7987.4209787077,1822.23168634328,9795.10302344902,186.003320264199,966.942850758181,1355.32656953804,1290.57379261765,817.298482464605,1700.09593248729,401.257604669234,740.139673411445,1095.2855759579,2444.05563312514,1463.31589636928,1770.19824532079,487.163599059128,1518.35582817882,13928.6856279107,4240.58132521651,98628.4147833002,36216.6594436053,3061.68604595938,16092.6726965755 -336,540.638468390158,1551.05991044804,625.30434483529,1396.00125906345,991.193000547953,5531.66185341549,183.157913565776,500.408797714808,4978.41499246136,13379.4388413585,1525.36847908567,3931.23665797009,466.021589014806,3071.58296494064,1522.7766034902,7464.80135284648,1756.08786395595,9154.20615685927,177.939092917065,903.675456659444,1180.66538506005,1206.13111776151,823.069636718434,1588.85808706344,387.557722532207,691.71208705604,1060.01190446624,2284.14025568694,1493.29967277309,1654.37358212401,473.911594287354,1419.00929855902,14811.6827751394,4399.6368811632,98241.6164002786,34838.7357760698,3253.89841837437,15267.6339668889 -337,566.868824288565,1488.60675204076,652.436335396771,1339.79151037368,1025.00285612242,5308.93044783937,190.95257738302,480.25992422413,5145.86362611727,12840.718055829,1576.78343291687,3772.94609544385,481.919334715771,2947.90620933735,1586.22120574451,7164.23242044881,1833.70036533887,8785.61363289797,185.102536163215,867.289121055411,1252.19778114426,1157.56645739598,854.074420114687,1524.88299162732,405.235218120549,663.86041978378,1107.61905975805,2192.16974426314,1544.42883292996,1587.76051663683,493.327368628995,1361.87313514757,15236.6084192589,4542.84551412368,102101.070212822,36407.3177382678,3346.28039239762,15989.7947254436 -338,591.002434315364,1459.96913125626,681.708960923453,1314.01677762323,1087.27296283749,5206.79794257693,199.084209559982,471.020747007537,5462.65132460653,12593.690011801,1673.66006843452,3700.36265500631,512.032565241443,2891.19477764759,1668.67256740483,7026.40786000828,1926.22445628071,8616.59715407767,194.389010968688,850.604327085979,1273.17879793638,1135.29734623259,904.192566944684,1495.54749331987,424.964728316941,651.089160396743,1160.23811417892,2149.99707122817,1641.79824129366,1557.21538877838,520.219082904906,1335.67359900582,16304.0294254319,4836.54201928368,107598.15883603,38076.9171189476,3582.36765934592,16687.8375328567 -339,642.529339082204,1475.41608941078,739.247483153672,1327.91951141652,1184.71893593066,5261.88759359497,215.370141412507,476.004302901403,5953.17840698869,12726.9354335421,1823.90545789947,3739.51372050811,558.328568806608,2921.78457834321,1816.72866263544,7100.74958810819,2099.30956474581,8707.76361289097,211.094214936702,859.604003288203,1374.85205961025,1147.3091691025,986.126787253422,1511.37088235791,463.080764463173,657.97789989143,1262.335989801,2172.74475409392,1791.22450643446,1573.69124462564,567.159814189253,1349.80546915994,17797.2837286211,5275.90882712976,117139.263854267,41406.7802834936,3910.83690031747,18149.5251707604 -340,783.873360518939,1520.05028408614,904.080136451469,1368.09164889771,1436.6436468096,5421.06988589745,264.409591443375,490.40435511345,7216.45900296467,13111.9498832546,2211.06472660609,3852.64125421895,676.086691192086,3010.17422151249,2208.50124404594,7315.56101773221,2549.2801440979,8971.19032964855,257.464838615209,885.608689492897,1701.99916749711,1182.01749387548,1194.63868614975,1557.09277916654,562.630399603214,677.883005906349,1537.14255895428,2238.47449164397,2167.25226626885,1621.2984531112,687.912797548464,1390.6396992573,21492.1517649864,6383.11059678693,142382.943378894,50478.0647917478,4721.74533896597,22130.3816147947 -341,1035.68267389332,1613.54199496559,1165.39473686034,1452.2370421353,1727.38450135495,5754.49642035864,342.802862380266,520.567003456266,8644.13750504273,13918.4091434415,2650.00643632983,4089.60053512735,809.34591932038,3195.31700327487,2787.46651620439,7765.50949822076,3283.43913002381,9522.96939993649,324.267832544632,940.078645136615,2479.09558740304,1254.71827157264,1469.55169705504,1652.86281351763,731.723998830275,719.576654242718,1983.14566031516,2376.15336462258,2600.04938475677,1721.01750044436,866.342252876892,1476.17192543533,24729.3236792785,7563.9384042353,177651.642904231,65565.3951443824,5419.7424760305,29166.9184940701 -342,1056.85860287187,1856.38324802563,1187.84575734627,1670.80158160975,1790.79319222518,6620.55948274532,347.591780515899,598.91336432909,8968.77917657177,16013.157174507,2749.1908832682,4705.09348267007,840.838442332946,3676.2185152407,2867.69568620046,8934.23399568126,3370.93276599037,10956.1950793105,332.252943241268,1081.56233559664,2473.22673115871,1443.55584645865,1520.43004846096,1901.62192733265,750.024723092746,827.874360118529,2032.20260681867,2733.76913311708,2701.77156535803,1980.03402908146,892.764083524055,1698.33871205957,25886.2917554652,7873.38513049201,182949.735932358,67033.4908078676,5676.35907053952,29766.0024963594 -343,1030.4130131793,2068.85126598499,1158.4732067833,1862.02928247677,1750.49442260525,7378.30018773014,339.236831956711,667.46059754923,8767.53195752673,17845.9057568688,2687.47591189958,5243.60399101453,821.731648547528,4096.97153719854,2798.94384617859,9956.78092453683,3289.07188250899,12210.1608513853,324.233401078077,1205.3500319078,2409.9096738378,1608.77466635315,1485.03979787087,2119.2676328938,731.654284959286,922.626790469769,1982.45194976526,3046.65630762139,2640.4024603639,2206.65420899229,871.520163958357,1892.71811101112,25323.3332230294,7696.95568115354,178670.7954133,65407.6123025022,5553.1831051752,29033.3656501808 -344,1001.94354946846,2124.76694670075,1129.20966535083,1912.35510171482,1684.23999680353,7577.71649392158,331.877467154618,685.50032533273,8431.09039692508,18328.2342764638,2584.56087038134,5385.3249988908,789.503635085771,4207.70204554493,2706.80292377048,10225.8868734694,3184.32043835308,12540.169811855,314.831750577851,1237.92751519189,2379.45397157007,1652.25567055409,1430.48509834047,2176.54593716848,709.094015922358,947.562998250351,1922.25561975602,3128.99952105028,2536.21818278027,2266.29434563661,841.697178162849,1943.87336964198,24208.6631679773,7385.41362024307,172673.735405666,63518.1032253344,5306.83117444654,28226.0305944551 -345,967.444157755294,2108.51003220572,1087.50040863836,1897.72338249451,1606.71561914365,7519.73823456443,320.001823169077,680.255458269752,8038.83262510481,18188.00217339,2464.50751091936,5344.12105971484,752.641436846923,4175.50827837379,2598.55410701489,10147.6470604885,3060.57803139699,12444.223068754,302.27642791307,1228.45594382884,2325.15413727426,1639.61401157034,1367.48848120379,2159.8928537562,682.295652532814,940.313049890068,1850.55745843814,3105.05907066455,2417.15547725821,2248.95458352537,806.879833809313,1929.0004993686,22952.3123304586,7029.59706164954,165498.727559694,61181.6957356061,5029.68525237679,27228.1028331904 -346,927.761875198946,2119.15512979081,1040.13978940402,1907.30429521848,1521.90560871227,7557.70264834413,306.433991208407,683.689819797784,7610.41250417828,18279.8267580761,2333.35423951424,5371.10157643912,712.404754751487,4196.58889568732,2477.40656271167,10198.8788267917,2924.17498257412,12507.0494091149,288.21432427683,1234.65796952533,2256.484856426,1647.8918242857,1298.86391899626,2170.79736445351,652.671892908193,945.060347281936,1769.31974367175,3120.73538062269,2288.17381977721,2260.3087343904,768.73291708376,1938.73931884009,21601.7679028628,6643.88630124286,157545.530495536,58544.6099531796,4732.01000274633,26098.8930691376 -347,891.367073390834,2146.63567529983,1000.64384041041,1932.03762490608,1456.67605374147,7655.70858884926,295.319280848434,692.555697025402,7282.6065280178,18516.8738737216,2232.92401506903,5440.75235340675,681.390598004489,4251.00895701711,2375.45195885924,10331.134719624,2803.03230753427,12669.236941136,276.860627613348,1250.66863058673,2181.17442020484,1669.26117362431,1243.01565608228,2198.94759042144,625.841353885885,957.315596327725,1698.16525405826,3161.20410773153,2187.73561068921,2289.61971600125,736.305377844747,1963.88028815023,20620.8250595008,6350.96186120699,151029.572469335,56219.5143455975,4516.45206335875,25067.7262343937 -348,876.550872114598,2134.1392589575,982.610351268009,1920.79046879679,1422.52433273789,7611.14167746201,290.201055014113,688.524056058161,7109.66768503924,18409.0798181457,2180.00114422284,5409.07957939764,665.134077604347,4226.26215046158,2328.30143199719,10270.99309325,2750.65658545632,12595.4842958326,271.393944614063,1243.38799321825,2159.07668247283,1659.54374329847,1215.73830631708,2186.14664570546,614.561219367421,951.742683140654,1667.13125609894,3142.80148677082,2135.6434718974,2276.29093293574,721.393884946992,1952.44776328838,20062.6988352779,6194.12313415785,147906.935796798,55218.1792254628,4393.27609799442,24644.4641851697 -349,869.45867315897,2123.40738304162,973.602690791014,1911.13145292657,1403.51316935488,7572.86777958122,288.054573613502,685.06169777779,7012.98052679307,18316.5066837991,2150.43200297329,5381.87911878028,656.031143822301,4205.00968495523,2303.67713308231,10219.3436880169,2721.08691962429,12532.145798124,268.545427419668,1237.13540890234,2152.29290132751,1651.19845024634,1200.09694898154,2175.15324195397,608.21748435215,946.956686005536,1651.52364516854,3126.99738427717,2105.56562314224,2264.84422357121,712.9065949789,1942.62955342231,19737.7759532497,6104.38740878295,146222.756398156,54703.2086974637,4321.4234515319,24426.4202174336 -350,873.162723478029,2100.55513863454,980.378875360728,1890.56373549037,1412.73410500759,7491.36809810533,289.693765930401,677.689020506074,7059.36061265621,18119.3832816837,2164.63962074288,5323.9589956923,660.095273922336,4159.7551050653,2315.46476479782,10109.3624656177,2737.12936628412,12397.2740532996,270.42267000227,1223.82127947307,2162.39726015928,1633.42814820681,1207.72757650533,2151.74410534413,611.746548343266,936.76547832474,1659.28214465837,3093.34444087287,2119.51635446043,2240.46982695078,717.267710870133,1921.72285143862,19877.8719108298,6145.02678717054,147101.242265697,55002.674093345,4352.21744287298,24556.2023670139 -351,882.365566322763,2088.86867302092,989.413788120347,1880.0455597573,1425.93935974696,7449.68977504336,292.718506022342,673.918688897439,7125.39456063173,18018.575859033,2184.88564451307,5294.33908113393,666.559214296985,4136.61225387215,2339.10208857711,10053.1188971166,2762.45065001769,12328.3016591635,272.925660112407,1217.01253399587,2181.97630446666,1624.34054963096,1218.98346664703,2139.77284925381,617.397340813419,931.553771500615,1676.48958564598,3076.134579168,2139.35425837832,2228.00494416364,723.92685561417,1911.03132156198,20065.3296877545,6203.25547425316,148496.772206569,55528.6687648777,4393.27609799442,24790.6366116552 -352,899.063279676447,2105.55949039353,1005.33389458017,1895.06780481051,1425.82492096632,7509.21549493364,297.658750471639,679.303543343127,7118.34112850628,18162.5508072248,2183.02371619346,5336.64276822215,665.391201787969,4169.6652842337,2361.93861826558,10133.4469587626,2801.56343271895,12426.8092552441,275.92378446811,1226.73690499509,2267.42068465284,1637.31961902627,1224.38456594963,2156.87040943413,627.350578901716,938.997223582451,1700.36818271465,3100.71400875952,2136.8215973665,2245.80751074362,730.800748687187,1926.30115407634,19843.5370922109,6178.74375018188,149688.798281673,56439.5775280399,4341.95277909262,25265.2158785755 -353,909.199929551156,2205.61760788065,1012.22817237459,1985.12316440729,1410.56992456509,7866.06030015346,300.346522203862,711.584670549152,7035.03601164843,19025.6518741035,2157.8080582772,5590.24492552324,657.354629999385,4367.8116015405,2364.40905132288,10614.9976491969,2814.92164303395,13017.3426246997,276.303743018923,1285.03256746666,2337.55110825233,1715.12654851553,1217.33838274008,2259.366868839,631.65838712532,983.619232576241,1710.69205866379,3248.06278137693,2111.34694969779,2352.53034274561,730.617196163748,2017.84075106684,19388.5203425564,6086.81106386087,149446.186666613,56864.8485321126,4239.30614128901,25529.1910791054 -354,914.368922376841,2194.7700219119,1013.44383536452,1975.36000595791,1393.835204036,7827.3737367907,301.183118986262,708.084981455156,6946.22175595497,18932.0806251352,2130.81560589716,5562.75119215835,649.152622438665,4346.32999399723,2359.28799460011,10562.7913650494,2813.97056129993,12953.321217407,275.522447682537,1278.71256838866,2380.51682213729,1706.69127731719,1207.42714148853,2248.2549352667,632.415680935965,978.781633280804,1713.61988292603,3232.08828057181,2084.33790166693,2340.96021606279,727.665731158758,2007.91668220729,18976.7334605376,5995.84675464761,148718.361620136,56978.8501819779,4146.92416726576,25634.6850102924 -355,908.970797739497,2133.79213721663,1005.55191284117,1920.47804863555,1380.06065721905,7609.9037110369,298.930646269189,688.412066333044,6876.26082145957,18406.0855468921,2109.41567641662,5408.19978249018,642.569090497624,4225.57474102056,2341.08202928491,10269.3224970187,2797.06153733469,12593.4356167609,273.159567794038,1243.18575383627,2374.36271434813,1659.27381540562,1197.41372922385,2185.79106486589,628.897342155771,951.587880413677,1701.93682771592,3142.2903042326,2064.17900487072,2275.9206899593,722.508013562684,1952.130194009,18744.5069821443,5932.73173645648,147520.685695436,56620.8753461123,4095.60084836396,25492.9269198804 -356,874.155504343841,2006.80308434501,963.833572034487,1806.18402523781,1304.47158244038,7157.01308132011,287.002006625417,647.442379190481,6494.22078639618,17310.6782999038,1992.47002278109,5086.33986176952,606.681565840751,3974.09676205473,2233.88224801318,9658.16102782765,2676.70093517165,11843.9584612877,260.71942082401,1169.19964306679,2315.79779233164,1560.52492295357,1136.41979454011,2055.70738320765,602.802646522266,894.955727004644,1630.32927834877,2955.28217789154,1949.14807870791,2140.47309514069,688.722212728364,1835.95244637579,17534.0159263213,5588.23580882346,140470.195331069,54299.2811163498,3828.71959007458,24501.4306116621 -357,787.511302516352,1906.28213506415,864.467699867096,1715.71210290065,1156.02617994671,6798.51764419322,257.432215513709,615.011931445714,5750.55726027023,16443.5848471498,1764.52524971415,4831.56463481343,537.049202617996,3775.03389327,1997.69519126511,9174.38286224767,2403.1972690777,11250.6935031763,232.956178223004,1110.63432645114,2113.53840479055,1482.35808742524,1011.84479840546,1952.73681314239,542.072715284498,850.127313123561,1463.32619449653,2807.25182442443,1726.57836337357,2033.25660284398,615.941504172713,1743.98942111242,15381.1170228363,4936.44856080467,125387.936022306,48803.7463153931,3356.54505617798,22073.5294968968 -358,692.007955561618,1825.31576663729,768.349116524338,1642.83990015444,1039.79792103183,6509.7611824863,229.478949220299,588.890256320919,5177.4498838928,15745.1691590923,1588.43457563888,4626.35144254517,483.131208273234,3614.6952007941,1772.86134379471,8784.71522110976,2119.3684132377,10772.8377973077,207.91678018197,1063.46186104904,1834.19260159901,1419.39723349951,902.655732073492,1869.79735452535,476.997437584901,814.019477888679,1292.2485160785,2688.01816991837,1551.21187488101,1946.8971914095,546.132454107445,1669.9161832611,14006.5410129737,4453.700791417,111677.251862473,43069.3554324247,3058.86980654752,19406.8378456126 -359,577.408145716597,1682.04087596628,656.074240272346,1513.8881256797,976.050992014549,5998.78914205226,193.409372071988,542.666370769852,4886.49322067529,14509.2803166804,1497.93688154517,4263.21427512924,457.147876261476,3330.96617748276,1563.26654579611,8095.17473946523,1828.3318926492,9927.24319617782,182.87382584881,979.987327678147,1372.24991067969,1307.98419080004,824.720798648007,1723.03096131104,406.792706585526,750.124477456271,1109.00648085786,2477.02699981182,1465.57807495616,1794.0789846393,484.238031799651,1538.83910445668,14046.534955816,4276.57706358416,99815.4037164715,36629.3127221099,3079.39913410824,16242.6726207378 -360,549.178933325016,1573.6807403612,606.221519770308,1416.36069639215,924.415689157193,5612.3362239413,170.440316079797,507.706815169779,4497.33782547828,13574.5660626381,1408.71422884849,3988.57024978643,429.50939280772,3116.37927186988,1455.87132060631,7573.66884442486,1732.00431849939,9287.71211563586,165.707024259057,916.854759834061,1183.51104120541,1223.72146787247,830.18405221258,1612.03016978024,401.292695560235,701.800092918851,1041.39590479921,2317.45241073243,1432.98115942714,1678.50115009348,450.072085942854,1439.70428768979,13685.5719281927,4122.9811335415,92929.4190793015,33129.2886571041,3084.81707028961,14716.274539728 -361,575.747927957056,1504.51654198902,632.542161781494,1354.11080690736,956.020312337964,5365.67073076448,177.717321555721,485.392800656739,4649.15996516642,12977.9558634454,1456.31703610602,3813.27023060064,444.205683206787,2979.4125615109,1516.64488544268,7240.80162369444,1808.50741752434,8879.51168036707,172.401947251917,876.558451401712,1255.18206177418,1169.93818630495,861.396858976865,1541.18049132575,419.515887729085,670.955564165761,1088.15259934445,2215.59900797858,1482.09492498601,1604.73003277882,468.552076322234,1376.42843357455,14078.2478135752,4257.82161583991,96590.437231413,34626.4812696943,3172.39862749026,15412.686043246 -362,600.367807238139,1473.7672562313,660.892868965561,1326.4355112312,1013.97177230439,5256.00723556355,185.237490488817,475.472350122905,4934.39208569788,12712.7126027308,1545.58094970611,3735.33467275218,471.898393830658,2918.51937377437,1595.31205762895,7092.81423237761,1899.81917035032,8698.03235832008,181.008995400853,858.643363362955,1276.27113513676,1146.02700779308,912.023605187263,1509.68186833995,440.046164820439,657.242584748471,1139.86750124406,2170.31662980626,1575.46864478616,1571.93258525014,494.03962318768,1348.2970105906,15064.432208012,4532.2171026013,101779.030560493,36207.9471762703,3396.21816255859,16086.1024917852 -363,652.729897907308,1491.75978504252,716.665533889117,1342.62933630849,1104.81932207713,5320.17534706013,200.372595764103,481.277167621973,5377.26282471022,12867.9161104802,1684.28093688149,3780.93761068887,514.554805346257,2954.15019926375,1736.83046766834,7179.40705352295,2070.53732096948,8804.22252989995,196.551594830371,869.126134905442,1378.20501405439,1160.01831060495,994.675089554161,1528.11286169866,479.525209703124,665.266549246289,1240.17635629566,2196.81300114722,1718.85165067043,1591.12356822918,538.612893735714,1364.75773239492,16444.1384908822,4943.82918462495,110803.564997861,39374.0499574795,3707.61925482757,17495.6603988069 -364,796.260725437499,1533.0095294163,876.483863334755,1379.75536522198,1339.83452690331,5467.28741918485,246.037813815115,494.585315714181,6518.94944161149,13223.736300502,2041.93555648701,3885.48709077134,623.113530076814,3035.83757398938,2111.4607550629,7377.93010574795,2514.31686459135,9047.67454704755,239.75751182839,893.15897937068,1706.11136533073,1192.09482805846,1204.96266416258,1570.36783166862,582.566964355075,683.662322729388,1510.14801714272,2257.55868932231,2079.71276048498,1635.12089347863,653.309730169599,1402.49564982499,19858.127926561,5981.73035644939,134685.496917806,48002.0399540783,4476.39070136663,21331.9485176331 -365,1051.10256863057,1637.52238853788,1130.04961748059,1473.82012825226,1611.98790098432,5840.01950522481,319.342995492949,528.303648466177,7816.30908806745,14125.2639573858,2448.96059119696,4150.38000705422,746.482763586948,3242.80567079382,2666.442611821,7880.92017525165,3237.82780661031,9664.49937244414,302.292579397928,954.050054600779,2484.61518844029,1273.36584199135,1481.47954392477,1677.42759144893,756.612705824043,730.270972350345,1948.13885612947,2411.46765644118,2495.6700732501,1746.59519047922,823.290293007968,1498.11073078577,22849.9249737704,7096.44080153115,168171.940550072,62417.7000974108,5138.11802243821,28116.7059348146 -366,1072.76236456199,1876.51636511443,1151.76777796858,1688.92200146943,1670.93576629398,6692.3617355405,323.711696752278,605.408786490924,8108.13589416354,16186.8253912928,2540.24766359366,4756.121845537,775.420881688278,3716.08837395122,2742.91704673327,9031.12884717547,3324.20421297072,11075.0187966728,309.660267617771,1093.29225244682,2478.82015865996,1459.21170788267,1532.90787667496,1922.24567351348,775.71045424973,836.852943309693,1996.3626251214,2763.41780297517,2593.19180809485,2001.50818157109,848.307852777915,1716.75778160391,23918.8055222963,7385.22064787495,173168.012481104,63805.1129189602,5381.40012577336,28695.2662065814 -367,1045.94062793027,2090.6042873371,1123.28148299016,1881.60766561428,1633.31640190899,7455.87962718278,315.923964359885,674.478639333529,7926.0640503539,18033.5472637087,2483.19368602908,5298.73807989465,757.786838102375,4140.04931219038,2677.12189574092,10061.471905281,3243.49093857118,12338.5450876423,302.177473353619,1218.02373417531,2415.36704535358,1625.69019345908,1497.24496453214,2141.55075920024,756.733752589457,932.32778763815,1947.49359551065,3078.69050012323,2534.27393786812,2229.85616503145,828.109909828946,1912.61917309291,23398.616397483,7219.53375831952,169114.408688006,62255.7699810908,5264.62471617249,27988.7668499269 -368,1016.93470654379,2154.59057167691,1094.94310196921,1939.19727443562,1571.63807270711,7684.07873531528,309.134702098009,695.122135694332,7622.99339005831,18585.4927896316,2388.3350272363,5460.914424541,728.134371276466,4266.76213588217,2589.16272710792,10369.4193279988,3140.13036513681,12716.1859731506,293.468220306065,1255.30329657726,2384.78556109676,1675.44703916976,1442.15776809078,2207.0963417078,733.291861718532,960.863169144378,1888.33796703109,3172.91874165529,2434.34860791947,2298.10447556864,799.828689995202,1971.15793864724,22368.7679556451,6928.26324398131,163450.000116039,60463.6104001746,5031.07389697075,27209.711900305 -369,981.809959377409,2141.54454240415,1054.5272264263,1927.45544991429,1499.42486911164,7637.55169791295,298.11747339074,690.913176530757,7269.31534986666,18472.9577743162,2277.60876602435,5427.84862987211,694.207098800412,4240.92692409931,2485.79360723521,10306.6325740452,3018.04312248667,12639.1895652835,281.805441397729,1247.70244481052,2330.31373665035,1665.30222028616,1378.56080930983,2193.73239040298,705.46858324378,955.045150075438,1817.88371045222,3153.70674317731,2320.14157067675,2284.1894707161,766.80085107582,1959.22259255092,21207.9959684916,6595.44410265172,156671.723123175,58246.6274439755,4768.3292253688,26247.4802536215 -370,941.432778268375,2163.96288393365,1008.62942456811,1947.63264151758,1420.40366035803,7717.50391885571,285.520680229518,698.145866419763,6882.86846954311,18666.3383313135,2156.6096475859,5484.66900504783,657.162545398266,4285.32224079882,2370.07351351927,10414.5255477794,2883.47143369269,12771.5004571282,268.735111253552,1260.76377460362,2261.44398290859,1682.73511191414,1309.29067563581,2216.69705024479,674.724379699808,965.042854034681,1738.05977653372,3186.72070737582,2196.41339523799,2308.10106286778,730.60859943268,1979.73233229363,19960.1848571637,6234.55111464065,149156.810597799,55743.4636039276,4486.12198550003,25158.978775111 -371,904.467081589257,2186.14980816334,970.342223503057,1967.60155048799,1359.57420585823,7796.63081884148,275.186974488921,705.303895586772,6586.78159819807,18857.7226832714,2063.86909382917,5540.90284184021,628.57595831056,4329.25927898108,2272.59221992501,10521.3047771886,2763.99794425526,12902.4455463649,258.166818312359,1273.6902765073,2185.94945144426,1699.98804943163,1252.97006482749,2239.42465331926,646.956968962939,974.937354924614,1668.15567287236,3219.39387908345,2100.02352628052,2331.76582337569,699.805199046058,2000.0303566164,19053.8199254307,5959.96375580379,142990.79222338,53531.1484090766,4281.76501869851,24164.4214008937 -372,889.377512517996,2173.21948894344,952.869085807674,1955.96386854581,1327.76644128814,7750.51644692111,270.44061989292,701.132267236821,6430.88390895573,18746.1857825775,2015.06481469447,5508.13031991885,613.616019651274,4303.65320923513,2227.57379910014,10459.0749021495,2712.31765753807,12826.1320480818,253.090306925418,1266.15683950266,2163.77837057614,1689.93320869424,1225.42646660681,2226.17923183525,635.236023527476,969.170938015991,1637.65922932919,3200.35227891695,2050.06086130619,2317.97423584143,685.664589129186,1988.20086951356,18538.1580575526,5813.3143154512,140041.813279352,52581.5894158566,4164.98960909764,23756.4202288985 -373,882.139552901154,2159.39243505224,944.144843123105,1943.51909803035,1310.07288970595,7701.20398256054,268.460418399873,696.67133096542,6343.82124275951,18626.9136508905,1987.81782941106,5473.08498043024,605.24593609024,4276.27132482084,2204.08328430796,10392.5293032995,2683.13858987579,12744.5261081633,250.449846333331,1258.10094871777,2156.96109672725,1679.18105150624,1209.63001144215,2212.01522292282,628.640663897617,963.004612498522,1622.31931540469,3179.99011869496,2021.21448024625,2303.22618354369,677.61781111208,1975.55099189689,18237.9623126997,5729.45804117845,138451.807030524,52093.5616673968,4096.8706201638,23545.956980671 -374,885.911945168969,2135.84594435751,950.715759003559,1922.32653774628,1318.67056416124,7617.22835822749,269.984937915139,689.074673338218,6385.70390446647,18423.8016820641,2000.93553235361,5413.40525641562,608.985920755062,4229.6419204923,2215.33788951418,10279.2068749337,2698.96196032333,12605.5569886353,252.200230755509,1244.38233888977,2167.09075943742,1660.87089149908,1217.32784238953,2187.89492175955,632.296475878963,952.503798112447,1629.94342629049,3145.31480608215,2034.60066701507,2278.11129797758,681.758696894508,1954.00914878743,18367.4060177497,5767.50670623731,139282.030544367,52377.9880863306,4126.06447256402,23671.0723412314 -375,895.243596298224,2118.92371249099,959.476980177497,1907.09601258558,1330.99510785198,7556.87732738713,272.80613595678,683.615159075786,6445.42510593755,18277.8305530366,2019.64798048885,5370.51503805576,614.953072114583,4196.13061717007,2237.96216418387,10197.7650824669,2723.93085261101,12505.6836065069,254.534076651746,1234.5231416359,2186.71283304184,1647.7118701752,1228.67419217566,2170.56030768618,638.1383260174,944.957144212626,1646.84552236299,3120.39458813181,2053.64294340715,2260.06190274663,688.087522342024,1938.52760342015,18540.6193693349,5822.16794287094,140603.812474138,52879.0242032819,4164.98960909764,23897.0425168497 -376,912.029538720763,2132.83754751889,974.957031189369,1919.6188887727,1331.08702774496,7606.49928585572,277.474461911672,688.10409300478,6440.57134961146,18397.851258588,2018.25661613282,5405.78032854917,613.978837362229,4223.68435533376,2260.06539150287,10264.7283337506,2762.39890768905,12587.8017203334,257.391848186759,1242.62959267498,2272.27066087167,1658.5315098819,1233.97760835613,2184.81321252707,648.249828283898,951.162170724672,1670.27142348626,3140.88454502137,2051.33259052281,2274.90251653668,694.71408980966,1951.25687399842,18335.8320431175,5800.7171363207,141753.77617353,53757.6320819262,4116.33318843061,24354.5627668852 -377,922.137088444929,2215.65523750888,981.688187190426,1994.15733742964,1317.06473465004,7901.85825517709,280.052496496142,714.823048474037,6366.88257023924,19112.2364417391,1995.3079579255,5615.68578521397,606.682158004286,4387.68924260824,2262.71838580591,10663.3058484634,2775.46244494395,13076.5837477048,257.813568926919,1290.88067138384,2342.47468168227,1722.93198360003,1226.72195008836,2269.64910803707,652.510169122312,988.095623006081,1680.37805359763,3262.84451466207,2027.01043319884,2363.23656316445,694.641092074319,2027.02381980713,17915.5577508297,5716.15227754888,141547.931501901,54175.0313048872,4019.02034709656,24609.0539381163 -378,927.244946226123,2198.44373892792,982.900438386839,1978.66646339728,1301.60344428844,7840.4755906526,280.885831810595,709.270209893301,6287.76641546022,18963.7700987687,1970.62097963986,5572.06240632042,599.205950907086,4353.60510086344,2258.04199242171,10580.4718992225,2774.44511389312,12975.0031412967,257.13435312709,1280.85294212904,2385.475973442,1709.54802345641,1216.61935952162,2252.01817803454,653.151943137968,980.419967459442,1683.22734143488,3237.49831332926,2001.18020129621,2344.87863361621,691.91016757839,2011.27763465722,17535.1850194087,5632.05881453543,140876.891365428,54292.9274645893,3931.43878989591,24710.751254459 -379,921.739770283794,2140.47424826536,975.252859104328,1926.49215252309,1288.78069792608,7633.73462726365,278.795540440173,690.567874199374,6224.74787120682,18463.725419798,1950.89695210632,5425.13591740699,593.150916794159,4238.80740748874,2240.66943242251,10301.4815588708,2757.75049237468,12632.8727923923,254.938930619958,1247.07887215667,2379.29595140904,1664.46994098009,1206.49607925003,2192.63601399192,649.477508577327,954.567840728765,1671.74532902973,3152.13059391875,1981.85495843231,2283.0478859608,687.027802285042,1958.24341868091,17320.6326558036,5573.13856059693,139747.67019193,53954.5962554613,3882.78236922888,24574.3935694957 -380,886.308198198621,2014.75797791619,934.824657398288,1813.34367224195,1218.35716362776,7185.38321777921,267.723266794217,650.008816954159,5880.18365259022,17379.2971916101,1843.01553661042,5106.50192579206,560.113758549496,3989.84993536322,2138.28161692954,9696.44562269846,2639.00217402823,11890.9074767422,243.378356610238,1173.83430742255,2320.55586037745,1566.71078631709,1144.9237765234,2063.85613161972,622.389117014702,898.503298569972,1601.38276460378,2966.99680768323,1871.51296976237,2148.95785171528,654.97643642433,1843.23009430577,16202.225490632,5250.85498482169,133086.466425754,51751.3410456483,3629.76898176033,23618.6419778406 -381,798.352286686947,1910.7368766986,838.475876811211,1719.72150633414,1079.85357774806,6814.40492501336,240.179486876193,616.449136991685,5207.93103265451,16482.011437155,1632.40554884959,4842.85539379521,495.903791043916,3783.85567276765,1912.38406300435,9195.82224131709,2369.27970532921,11276.9849591173,217.501641954401,1113.22973920967,2117.8364763924,1485.82217186886,1019.31234233619,1957.30011351784,559.561294157565,852.113953750727,1437.32342678152,2813.81201892589,1657.89991440486,2038.00806784259,585.82934359715,1748.0649050827,14212.9651154576,4639.60609166474,118813.124799546,46521.8732243289,3182.12991162367,21278.5235908718 -382,701.660701287721,1823.8404957312,745.22149863595,1641.51211131244,971.128636607174,6504.49981267091,214.065459064342,588.414298857607,4687.70514009815,15732.4434760097,1469.24130510286,4622.61229679883,446.023533994005,3611.77370372405,1696.93566448455,8777.61517024683,2089.54307812346,10764.1308905528,194.084295438212,1062.60234163217,1837.96966796622,1418.25003722747,909.445639051494,1868.28613236431,492.538309489544,813.361564734871,1269.3110797386,2685.84563896586,1489.39571270411,1945.32365501863,519.350426793529,1668.56651061497,12942.6495237239,4184.42907785317,105799.970558075,41044.7657302526,2899.9226717549,18706.7773847188 -383,586.071809357665,1676.16871564626,636.166589207611,1508.60300216838,910.780377237553,5977.84681415078,180.162282560394,540.771872262128,4418.01708300807,14458.6270766997,1384.18431380628,4248.33099966317,421.597534175934,3319.33746637695,1495.28631760284,8066.91373548608,1802.98775113907,9892.58627171374,170.466504751046,976.566101249023,1375.33077797504,1303.41789697557,831.489880546559,1717.01570081068,420.72494544322,747.505723504129,1089.44312058208,2468.37946938152,1406.67823680043,1787.81568891616,460.124309286697,1533.46687476998,12978.9545467086,4011.49827743654,94476.0633443139,34863.7796779105,2919.38524002171,15656.5049537047 -384,475.66879885521,1554.53113908041,521.112085786411,1399.12547077741,783.532085371017,5544.04155769434,146.635641438953,501.528698586988,3950.30625284743,13409.3816507098,1234.95251415074,3940.03465549154,398.92989170518,3078.45708157711,1403.90922334165,7481.50736917529,1630.63471745879,9174.69301381702,158.329579887347,905.697857018315,1071.78627960121,1208.83040541775,714.219472730338,1592.4139069563,360.428961527521,693.26011933111,943.284979319495,2289.25209759741,1235.98239718214,1658.07602385963,399.933610159331,1422.18500162089,12008.6212340241,3620.48783373488,83207.5330521659,30217.1321132066,2760.64304209501,13550.9122964264 -385,500.645904226569,1489.99524461607,546.078606767279,1341.04119606943,815.071245392645,5313.88233355368,153.499447196843,480.707884935103,4107.6802004988,12852.695189251,1284.18561740583,3776.46529729712,415.004288765757,2950.65585821457,1469.35225045382,7170.91483238194,1710.15336993326,8793.80838230515,165.483456465568,868.098081852869,1137.50040969244,1158.64617333124,745.202373759994,1526.30532073417,378.434136779521,664.479633194338,989.928533207902,2194.21448268015,1286.00329787389,1589.24149452821,418.446659945448,1363.14341739913,12435.1309787751,3761.87118276183,86925.4616851107,31714.9006447544,2857.97340575861,14245.6585187325 -386,515.106952241797,1462.74611079506,561.88496769722,1316.51614396391,845.781633194686,5216.7016939917,157.731671278519,471.916666618977,4264.37055496883,12617.6442302375,1333.13120593588,3707.40104448941,431.219550663227,2896.69406428888,1518.97392175986,7039.7726568665,1768.08360840606,8632.98661977162,170.781961834954,852.222245411348,1153.86082784665,1137.45677373927,773.236781117932,1498.392145785,390.942234596232,652.327584715209,1021.02785868012,2154.08653979806,1337.00565228213,1560.17733857551,433.33959112494,1338.21415837488,12970.615750862,3912.94312988059,89912.4653288144,32677.2032544978,2981.84841405775,14669.2554488178 -387,559.255937188509,1473.7672562313,608.232090164725,1326.4355112312,919.5433823392,5256.00723556355,170.317501210484,475.472350122905,4636.91197633532,12712.7126027308,1449.58191203972,3735.33467275218,469.189246779952,2918.51937377437,1650.87882660832,7092.81423237761,1924.00871992968,8698.03235832008,185.109770150146,858.643363362955,1245.66071989638,1146.02700779308,841.683451614233,1509.68186833995,425.390429686133,657.242584748471,1109.13736100881,2170.31662980626,1455.59655558661,1571.93258525014,471.621126550536,1348.2970105906,14124.1166689785,4258.81369995011,97703.2560215582,35481.4745501177,3247.29486041304,15933.2154842507 -388,684.727648321376,1518.83535378422,747.117857985075,1366.99817454529,1121.59689045217,5416.73698839916,210.02483957762,490.012389717662,5654.06889576039,13101.4698975612,1767.59980509927,3849.56195437527,571.432007656162,3007.76828013407,2016.12933581079,7309.71391066672,2346.0662430752,8964.01992805732,226.853261036124,884.900849203815,1543.14681766734,1181.0727429776,1024.94343545652,1555.84824191662,518.858836925907,677.341194484942,1356.18671389613,2236.6853465621,1771.23712536646,1620.00259820445,574.723839540464,1389.52820292894,17167.5085536366,5183.58270343255,119345.742748957,43427.9800722808,3946.3038358153,19496.5165159471 -389,926.573259519963,1614.64121802055,990.441171377941,1453.22637643398,1402.3512281878,5758.41666238189,279.760579346546,520.921638943682,7045.61468619048,13927.891038717,2203.13284157222,4092.38656933521,711.223962158424,3197.49380817295,2622.87561073823,7770.79973987582,3106.4670400614,9529.45690850382,294.584028527292,940.719072298371,2257.27657508188,1255.57304650623,1306.44609784836,1653.98882382103,692.680646771535,720.066864755132,1798.42839382278,2377.77211552504,2210.1877731987,1722.18994102562,747.953806902083,1477.17756533723,20637.9989440175,6401.8976277426,153984.274778331,57988.8521985114,4733.79496000266,26312.2122365798 -390,946.293511533694,1847.53161978314,1010.22072708224,1662.83484603234,1456.42938171681,6588.99125384602,283.732983707211,596.057618643961,7323.99536244335,15936.8030518074,2290.03959906256,4682.65860108029,740.495952476007,3658.68952726387,2702.70180560542,8891.63367699964,3193.84498945571,10903.9536222206,302.251130824502,1076.40521746063,2252.09592621363,1436.67266664451,1354.10026632827,1892.55459149217,710.9485933712,823.926879944354,1845.08064262306,2720.73394326991,2301.42719463165,1970.59280774339,771.799043602948,1690.24067361576,21666.6028719583,6677.8850462488,158803.139688568,59339.4743608433,4972.69676172242,26883.0845677598 -391,920.512753423613,2070.03726737073,982.581199996723,1863.09671992171,1417.79030418726,7382.52991385448,276.224392282038,667.843229788986,7129.59513704911,17856.1362018049,2229.25726343876,5246.60996911547,720.603560679224,4099.32019028945,2629.54783105222,9962.4888051217,3107.43222343162,12217.1605173004,294.022717013554,1206.04101768897,2193.65304422977,1609.69692162351,1317.65121273436,2120.48253625138,691.692246520731,923.155700725434,1794.98027973731,3048.40285105936,2239.65955283987,2207.91920807306,750.965486765336,1893.80314130759,21088.374953465,6499.16825022574,154561.297955417,57748.3303158242,4839.97353854477,26159.5569284 -392,894.110349840647,2148.16880123236,956.770947040934,1933.41748503765,1361.091622642,7661.17629140564,270.057811198512,693.050319895527,6840.14724345447,18530.098614115,2138.84535761092,5444.63813552686,690.600630674341,4254.04502510561,2538.27511766292,10338.5132099442,3003.46901352311,12678.285302683,285.027484544498,1251.56185738465,2165.65854117367,1670.45335896945,1266.54119264637,2200.51807749288,669.333885992061,957.999310561692,1737.96466856092,3163.46183783979,2146.00040471294,2291.25496105127,724.032667056913,1965.28289029311,20094.3757099713,6220.25548442838,149106.712266632,56012.3039676176,4609.91995170352,25398.5161501397 -393,865.2615268447,2143.6272784612,923.93755997771,1929.3299759325,1303.53061603778,7644.97951647749,261.08921516253,691.585116691964,6547.76164722906,18490.9234502455,2047.48528601744,5433.12742554029,660.903953826066,4245.05139185857,2443.78619675604,10316.6561784409,2894.18749011677,12651.481672834,274.467564202849,1248.91588437193,2117.03182215223,1666.92179200714,1214.94294541131,2195.86588118897,645.594777275077,955.973968939949,1677.49496554715,3156.77384667076,2053.2177834114,2286.41093456035,696.269316507352,1961.12801336123,19136.1738234329,5945.19177917341,143376.116729224,54093.2976849071,4388.71457974078,24553.6942519253 -394,830.314385914712,2157.65682073606,884.461419386043,1941.95699217337,1235.93935366348,7695.01413042111,250.260157000074,696.11138052933,6204.80058207578,18611.9422462148,1940.31434443546,5468.68598166951,626.092791186699,4272.8342665026,2331.29843965247,10384.1762951351,2766.74490614444,12734.2826796844,261.886875825495,1257.08974853833,2054.77145797315,1677.83140767812,1154.91092115098,2210.23731297639,617.894831218933,962.230596360987,1604.93186536261,3177.43419773973,1945.39216749045,2301.37496267588,663.928406739877,1973.96314036596,18024.0667146954,5624.55102068656,136604.915596737,51804.3444945185,4132.116348264,23547.8153224716 -395,795.111964684381,2166.39274173158,847.658284899027,1949.81958769703,1175.4480087971,7726.16970384537,240.379803619698,698.929796306087,5898.86579466537,18687.2982784965,1844.69263522219,5490.82759762348,594.840325072561,4290.13411799909,2224.46405223879,10426.2197484063,2640.56296221354,12785.8412437505,250.380724680867,1262.17945354701,1985.23984568671,1684.62461152797,1098.8612372244,2219.18612187035,590.091223890913,966.126475626169,1534.09825654073,3190.29899340749,1847.66516590984,2310.69276968847,632.779477940686,1981.95532238332,17063.5719032054,5338.99379490784,130282.970432267,49558.0057987466,3910.91097630126,22537.4886581067 -396,780.650916669153,2127.45714790877,830.859487113139,1914.77636490925,1144.15155334263,7587.31076123527,235.843660423224,686.368248191831,5739.46560195833,18351.4399452398,1794.89471916818,5392.14344448083,578.62506317509,4213.0294839934,2174.84238093275,10238.8340313978,2585.44946049484,12556.0471202012,244.845661610736,1239.49487489784,1964.6984488795,1654.347617724,1071.56873598172,2179.30169657944,578.260542509374,948.762722825567,1502.99893106851,3132.96119708467,1797.48687488144,2269.16373693423,618.450809802799,1946.33453861647,16527.7349982113,5188.35182989348,127262.767285289,48587.7044496283,3787.03596800212,22118.0618583293 -397,773.748945996391,2083.31471113741,822.536164335993,1875.04682455053,1127.02138006463,7429.88226220689,233.946250859063,672.126848769305,5651.8638552876,17970.6673979561,1767.53461681097,5280.26229505601,569.692582647792,4125.61367503299,2149.13259729505,10026.3892898961,2554.76081287103,12295.5227112154,241.986914043047,1213.77669571036,1958.33605182924,1620.02169243568,1056.18499416169,2134.08354144925,571.693700701402,929.076921612359,1487.44872490041,3067.95563789615,1769.04901240231,2222.08104157657,610.424217450179,1905.95020025683,16222.089729309,5103.76878374376,125653.594876015,48092.5722968524,3716.25024897405,21903.0117526402 -398,776.26863844388,2042.61457408224,827.346196384137,1838.41545899827,1132.32954177589,7284.73029608341,235.028441479698,658.996017062927,5678.50650887003,17619.5881192665,1775.8662155672,5177.10582140989,572.12017643785,4045.01469442154,2157.10322651782,9830.51133824263,2566.65807990812,12055.3144235111,243.352134612018,1190.06406237384,1967.24336373455,1588.37255917608,1061.14378878958,2092.39157231957,574.351535806154,910.92625150848,1492.63176466845,3008.01931897419,1777.39457309186,2178.66993212855,613.277260100741,1868.71509892717,16299.3309676259,5127.36116730423,126218.480425172,48300.7135984805,3733.94667873107,21997.0773716888 -399,784.484822456049,2012.84880413252,834.981386768528,1811.62535756705,1142.9458651984,7178.57438743069,237.496741835768,649.392872108137,5731.79181603489,17362.8286634095,1792.52941307966,5101.66303213346,577.753258650896,3986.06917510276,2179.21721821678,9687.25732317043,2590.4526139823,11879.6397170076,245.609460348469,1172.72198836952,1985.05798754519,1565.22617963351,1071.06137804535,2061.90043269065,579.667206015658,897.651881694612,1508.17979710859,2964.18529752492,1794.08569447096,2146.92151085566,618.983345401866,1841.48345941866,16453.7584618379,5176.16880785614,127420.584786843,48764.2668085365,3769.33953824511,22207.6945016491 -400,800.624098342353,2021.26652949744,850.172244070943,1819.20156731157,1145.80909778181,7208.59515579686,242.018581120045,652.108630410557,5740.832788321,17435.4399409911,1795.46974861824,5122.998165811,578.084035290325,4002.73889988918,2204.42751479389,9727.76939318696,2631.44302525226,11929.3203211178,248.792961729151,1177.62630686936,2063.40587275356,1571.7719490361,1078.20762944041,2070.5232917631,589.932113815125,901.405858147234,1532.36007026621,2976.5815081663,1796.34803082829,2155.89992772497,626.255310057652,1849.1845356215,16309.865412814,5169.30258500403,128731.378389204,49662.1064385296,3733.94667873107,22665.7946418796 -401,813.184748742104,2135.99058052064,860.553069325214,1922.45671470751,1142.77810100153,7617.74418507648,245.458229783686,689.121336402623,5720.52126878767,18425.0493132393,1789.22615787663,5413.77184379418,575.727919928719,4229.92834526016,2219.6096043971,10279.9029668248,2657.71943273104,12606.4106173354,250.611242540861,1244.46660652501,2128.66546740361,1660.98336309087,1079.65318009232,2188.04308259841,596.861770074667,952.568300187181,1549.62998602111,3145.52780190546,1789.44074311623,2278.26556812903,630.109969021272,1954.14147124577,16088.3345106943,5137.04444965486,129372.40528609,50294.7891657156,3680.85738946001,23001.0772028672 -402,820.450733946535,2141.45776126745,864.979273443797,1927.37734424263,1136.23069830667,7637.24220380494,247.074363758541,690.885178873165,5683.95071983235,18472.2092004518,1777.86860199127,5427.62867886731,572.075313512228,4240.75507034991,2224.50380524464,10306.2149216114,2667.09541968525,12638.6773913755,251.010177148103,1247.65188455633,2168.83919013566,1665.23473776747,1076.64729405272,2193.64349447451,599.726927723173,955.006449080862,1558.26331360259,3153.57894650973,1777.5890751251,2284.09690922379,630.579049735263,1959.14319958932,15864.0780913953,5094.39843230858,129383.521724962,50589.1018299892,3627.76810018895,23169.6065711682 -403,812.088003865349,2072.09107731753,853.830792330404,1864.94521155783,1114.96449862227,7389.85457105199,244.094763573743,668.505837699412,5575.12599605319,17873.8523611807,1743.88155592575,5251.81545015263,560.974537405849,4103.38737531777,2192.88097013529,9972.37319654077,2635.77645204073,12229.281905735,247.259324412933,1207.23760437724,2161.93143848609,1611.29399989889,1059.27238206581,2122.58639601932,593.211916551138,924.071619675529,1539.25738530113,3051.42735704097,1744.1019054758,2210.10981908415,621.956466898499,1895.68209865304,15482.1682915153,4991.00967416424,127449.977684806,50020.9883549919,3539.28595140385,22936.4641022907 -404,783.641007238763,1937.9860077137,821.837689891531,1744.24655591426,1060.95345077201,6911.58555456841,235.296600814004,625.240354402558,5301.2535386992,16717.0623719647,1658.29610051663,4911.9196394912,533.186857925678,3837.81746113676,2102.24752294892,9326.96440332851,2532.7587221633,11437.8067050906,237.118393837276,1129.10557401642,2109.66909541096,1507.0115692789,1011.14911722813,1985.21328559272,570.775810068561,864.266000978531,1480.51608678603,2853.93995767591,1658.01671810412,2067.07222080248,595.917632916291,1772.99416153993,14599.8364333055,4735.4507692264,122004.365453373,48164.7903122384,3335.77700919813,22118.6465624334 -405,707.357665947585,1834.02276152255,738.919108634974,1650.67646129602,943.864082878499,6540.81359454353,211.555150079294,591.699339846896,4712.63318604249,15820.2756748204,1474.24443859733,4648.41974386811,473.768980746307,3631.93776955965,1884.84317704046,8826.61946140436,2279.15389759921,10824.2256422578,212.433152404432,1068.53471318458,1925.97849215336,1426.16794390377,903.285768676906,1878.71653240125,514.361602387501,817.902457239445,1331.94231576348,2700.8403680743,1474.36191948848,1956.18414558892,534.545488486664,1677.8819018136,12864.5937803059,4200.74729382999,109241.220751454,43394.7624382608,2937.6073396652,19964.6815342081 -406,617.199460917249,1767.95374112569,651.27001879664,1591.21232645647,836.905629273183,6305.18666784649,187.14627015181,570.383903324886,4181.35063066197,15250.3644729682,1307.98559978835,4480.96460355358,420.006617242794,3501.10047810861,1655.85253346755,8508.64843429085,1992.0830953355,10434.2926491989,187.713840494839,1030.04171122122,1669.75704613834,1374.79152647212,795.733491461753,1811.03745910769,448.881827869504,788.438256868705,1166.100802714,2603.5450230488,1305.24083278571,1885.71437120747,468.817876936888,1617.43771544897,11502.5310400725,3730.36473822521,96202.3590203612,37974.0857789366,2627.91981891736,17425.9814521355 -407,510.575777306632,1651.32051631882,550.117535605732,1486.23886438563,775.644783174424,5889.22880821836,155.909344246928,532.755252486798,3897.04548017089,14244.2865725194,1218.58704801444,4185.3520319118,392.992648355535,3270.13027247717,1447.13823261838,7947.326561125,1704.46078640765,9745.93459324675,163.493738986235,962.089092512528,1247.20552488568,1284.09550573376,719.063482622447,1691.56196934331,379.811266799863,736.424397953398,991.64117817881,2431.78721915134,1218.66171445644,1761.31238994379,410.965051451123,1510.73414493759,11418.1504721494,3536.49782905436,85007.1749363685,31959.7446149505,2619.07160403885,14475.4675343654 -408,438.856700840579,1540.84871854642,494.275871526681,1386.81087469778,751.709888164141,5495.24491017583,141.987632564571,497.114424474739,3959.41837939162,13291.3571259941,1235.29800326693,3905.35589626977,407.863617114879,3051.3616163741,1420.95453783491,7415.65784871236,1593.12231509125,9093.9406860383,162.237434137105,897.726232233891,1077.75508171057,1198.19071763962,679.30145083724,1578.39805600845,328.214795641386,687.15829463705,925.100318339881,2269.10292906666,1221.42941365698,1643.48223872055,399.439192261274,1409.66744389553,11748.1338491932,3548.69518500157,82259.6578957622,30177.9052338367,2680.67519929103,13519.4400756497 -409,464.816393123743,1471.91593747407,521.59364300515,1324.76926784588,790.031362559266,5249.40473795601,149.582001133009,474.875070683696,4160.18916617712,12696.743131841,1297.95925673263,3730.64241546734,428.786984175614,2914.85318453237,1499.54450647518,7083.90437230681,1683.63984908413,8687.10605337751,170.942171026248,857.564751690967,1145.02287200101,1144.5873901826,715.58700512643,1507.78543432129,347.154941945653,656.416968953269,977.957570396803,2167.59031880369,1284.31139574539,1569.95795304965,421.490943389782,1346.60330520024,12314.7718299442,3727.79064239425,86685.1062752227,31891.8819758743,2809.55381464156,14303.3845547759 -410,482.330709940154,1431.30258155559,542.094417020892,1288.21600796529,832.934294783752,5104.56226594054,155.133870409695,461.77223663491,4389.96495526313,12346.4124270157,1369.56646896944,3627.70589282602,452.98758787268,2834.42605767032,1569.76895141932,6888.44407308712,1760.36660282381,8447.40993958124,178.611740313352,833.902678608635,1163.07318348722,1113.00573944169,753.36473188749,1466.18236112007,362.323127860117,638.304999843965,1019.49130981727,2107.7817965493,1357.41189329013,1526.63940509395,442.137920534341,1309.44759683218,13099.4568948262,3945.14759299872,90854.3357968157,33193.8714923759,2989.9838761323,14865.325420419 -411,524.271666815022,1426.18252254965,587.557141802543,1283.60779859141,907.522018874226,5086.3022136372,167.703527709092,460.120383889485,4784.07375879639,12302.2468110568,1492.49811461949,3614.72885466035,493.989518373884,2824.28674202158,1709.01850155845,6863.80271453176,1918.60631334668,8417.1918446128,193.919522862966,830.91963995929,1255.82807282655,1109.02429265795,821.693404936717,1460.93753008354,394.815595370925,636.021653677261,1109.07995677252,2100.24183448324,1481.14618119757,1521.17830697563,482.051248814491,1304.763437768,14302.4383322374,4303.98768743267,98903.4971312846,36091.9949382232,3264.92492221344,16166.438811419 -412,643.448722898105,1426.52964429053,723.778339697529,1283.92021875264,1111.37514355824,5087.54018006231,207.3552254779,460.232373614602,5857.08685238148,12305.2410823104,1827.28259141223,3615.60865156781,604.075698869878,2824.97415146259,2093.74631042779,6865.47331076303,2346.19765828901,8419.24052368449,238.399934993231,831.121879341267,1556.40310353262,1109.29422055081,1004.23684463842,1461.29311092311,482.880108815184,636.176456404238,1359.90990608714,2100.75301702146,1809.59642711904,1521.54854995207,589.321337064268,1305.08100704738,17466.4655989665,5260.67491490143,121219.841359891,44292.9470730245,3986.64516817641,19830.5905005348 -413,873.780516758348,1430.95545700881,962.153379741151,1287.90358527865,1391.95681252277,5103.3242895085,276.842362399812,461.66024600454,7307.0789801063,12343.4181315583,2280.25653336024,3626.82608880685,752.5638937086,2833.73864267272,2727.66403209099,6886.77346335183,3113.71910458835,8445.36124394934,309.935657319177,833.700437591884,2277.961783015,1112.73580936691,1282.94194420296,1465.82677740621,647.135898536493,638.150195865663,1807.25654452133,2107.27060987901,2261.09006755089,1526.2691591247,768.236967880463,1309.13002498577,21013.8825157062,6503.1508328089,156669.344324899,59246.5736746559,4785.69258334969,26814.9218686655 -414,871.224135599943,1451.98530876892,953.882857010552,1306.8310937116,1382.334815569,5178.32463474388,273.511431223232,468.444976087826,7256.39028765315,12524.8215793374,2264.44234035912,3680.12726924103,748.165108333091,2875.38431605159,2715.93604303961,6987.98403865685,3104.71452737867,8569.47740294709,307.363446239978,845.952808222304,2264.25284976646,1129.08898724155,1277.20733620194,1487.36911101545,645.520033828571,647.528687665673,1800.68972100684,2138.23983979258,2248.84187582519,1548.69977637781,765.451567887546,1328.36948504395,20863.3867214958,6462.74989157383,155784.898143723,58976.7204177886,4751.32495258955,26717.0122758163 -415,846.672005894571,1551.55166835204,926.715468106198,1396.44385618592,1343.24976486898,5533.4156466896,266.0024467376,500.56745050433,7050.78533381757,13383.6807437873,2200.2900937649,3932.48304225611,726.695535166301,3072.55679914951,2638.74032834869,7467.1680409688,3016.97436283269,9157.10846463099,298.580289375748,903.961963676659,2205.18797261006,1206.51351724617,1240.79781877322,1589.36182874188,627.317245088424,691.931391857752,1749.71972105599,2284.86443404847,2184.39985646128,1654.89809525191,743.73189091379,1419.45919029674,20260.350056762,6277.39719107781,151402.211629732,57332.1663742739,4613.85442954899,25971.9067841397 -416,817.779463512254,1667.02781788343,896.340263517872,1500.3759151939,1273.70257990292,5945.24694156042,258.500180947551,537.822801353442,6678.36022043694,14379.7777158535,2084.22668234486,4225.16295042798,687.368643642097,3301.23563442098,2523.91054216927,8022.92124652639,2893.02375548543,9838.63757378398,286.879885507372,971.240449477315,2175.35949532349,1296.30977615975,1179.70515579195,1707.65204616674,602.821342654998,743.429240431811,1681.55036823638,2454.9182920198,2066.1284120368,1778.06593026799,710.359420388748,1525.10419397651,18990.0341528144,5925.28945216837,144648.092278758,55220.5469285766,4321.72956808779,25058.8951721565 -417,794.125173093663,1750.13477739377,868.939003814419,1575.1747152479,1226.62020748394,6241.63755457286,250.80603895798,564.635082046256,6428.63314319005,15096.6581371512,2006.35114797993,4435.80157473819,661.507569231564,3465.8133656746,2440.70734358853,8422.89093151719,2799.05638317666,10329.1268419952,277.453680858942,1019.66006182188,2127.70517470157,1360.93519087956,1137.43706722268,1792.78426048019,583.740046771048,780.491695611363,1629.42975486182,2577.30424917505,1987.87816367171,1866.70851420586,686.186417576826,1601.13578213488,18202.0610806195,5696.27185088369,139740.396179419,53525.1136382365,4141.29950659704,24307.9398266601 -418,771.235467611589,1802.318888873,843.592799675295,1622.14200828242,1189.49285885867,6427.74568416834,243.517709348525,581.470916890052,6233.56272445052,15546.7981500056,1945.4808436937,4568.06473919035,641.414437527562,3569.15420169289,2368.60675176656,8674.03792032351,2717.15915846832,10637.1124403435,269.250839787321,1050.06346561931,2068.89567273562,1401.51446205011,1103.3966938376,1846.24005995092,566.756455451524,803.763769384474,1581.86593978195,2654.15223482283,1927.57105699347,1922.36852763043,665.897679281999,1648.8771613861,17636.4472315356,5522.3482470631,135591.656643424,51968.1223412307,4012.42089124651,23605.0706205504 -419,731.215678957199,1824.53474201885,798.881987764218,1642.13695416031,1108.1019388191,6506.97575552806,231.374972463157,588.638279213093,5801.03216555192,15738.4320427207,1810.6168594524,4624.37189772546,596.297750901528,3613.14852816266,2225.5128433437,8780.9563762134,2558.43911303903,10768.2282652563,253.550957362268,1063.0068220309,1996.00962825525,1418.78989519511,1030.70623691722,1868.99729691774,534.689850786742,813.67117144015,1492.89115839533,2686.86800817436,1791.74512369162,1946.06414396431,624.706367052805,1669.20165174075,16249.3997026557,5122.99331578948,127213.818408537,49122.2676083707,3694.5203067152,22349.7769059843 -420,710.505885692781,1796.47565746914,773.218424601012,1616.88292167858,1054.81343333594,6406.90652764082,224.413789846598,579.585751538361,5515.73351696268,15496.3944507821,1721.70446108595,4553.25478546702,566.598665485075,3557.5827788746,2140.62841208534,8645.91614282499,2469.73827868021,10602.6262515555,243.98360074716,1046.6590936981,1972.45329665454,1396.97066385314,985.573151746208,1840.2544333429,517.338787738647,801.157916598075,1443.14888958175,2645.54730603643,1703.11981353891,1916.13608773326,600.43072218096,1643.53139773129,15277.8821970065,4856.19570711436,122116.081917713,47557.8533773679,3471.13070677429,21687.6875426425 -421,705.008889731876,1733.35717888447,766.384833262431,1560.07436452303,1040.51245592778,6181.80234057457,222.869205713353,559.222229942976,5439.14158726734,14951.9346150951,1697.83539034035,4393.27793664518,558.624045959023,3432.58848156364,2117.94130563932,8342.14521743735,2443.20488195759,10230.1070720066,241.427077651459,1009.88513056847,1966.43652615914,1347.88863896557,972.731111614288,1775.59780437141,512.065330768854,773.009542534952,1429.89246943905,2552.59702291595,1678.4668837562,1848.81338613356,593.352506151253,1585.78655665892,15016.31412729,4783.64896564453,120728.030100891,47124.2641128993,3410.98735294404,21498.7224764459 -422,707.949504534377,1680.71023841741,771.848387558125,1512.69051127353,1047.57968792188,5994.04358907893,224.143248259853,542.237075465692,5476.44556060146,14497.8022405692,1709.47216644376,4259.84170964974,562.199880109566,3328.331099624,2128.90042303396,8088.77076698933,2457.86026504235,9919.38990156269,243.168025029287,979.212074261739,1975.66094005499,1306.94946393788,979.090150110484,1721.66789711459,515.070738035811,749.531065125872,1436.58206606727,2475.06746055055,1690.01333000981,1792.65971540707,597.057651243482,1537.62175170186,15129.19064783,4816.76262692559,121466.524746977,47383.2797041096,3436.76307601414,21613.5772072406 -423,721.374387967675,1673.6810028219,786.651736479074,1506.36398469936,1075.41806643331,5968.97469642014,228.541956445084,539.969276968992,5624.79525294205,14437.1680722059,1755.71931480645,4242.02577071376,577.879658174525,3314.41101815822,2177.83201548144,8054.94109540191,2507.95755507812,9877.90403029943,248.453599154363,975.116714924583,1995.89739417983,1301.48340828863,1003.15347996539,1714.46736427471,525.050639549687,746.396300832482,1466.7466374511,2464.71598419411,1736.04256869296,1785.16227343632,610.370815568526,1531.19095518356,15615.9310220214,4954.47640305032,124269.238336641,48305.7974549594,3548.4578759846,22012.6940816397 -424,746.185261670226,1706.22375511633,813.735637158444,1535.65345499666,1106.33928199441,6085.03436649456,236.257206468567,550.468342440475,5784.29410033922,14717.8817707033,1805.55275509116,4324.506956585,593.858033753696,3378.85582967487,2246.08824901968,8211.55992083634,2592.24788130823,10069.9682190571,256.515288259306,994.076708889051,2078.804885167,1326.78921751981,1033.58046311403,1747.80315924305,543.112278710151,760.90909621614,1514.92431809961,2512.63947834534,1785.11632178018,1819.87264749915,629.969240858869,1560.96315662815,15997.934541271,5089.18224395494,128174.31728883,49958.367983458,3634.37695288496,22783.3459395349 -425,761.280334030169,1852.99880333587,827.837373682097,1667.75547809285,1111.97688400375,6608.4892825814,240.712520059948,597.821462019755,5808.82797451484,15983.9629632237,1813.3164639109,4696.51544326513,596.086562968517,3669.5162579102,2274.83426419158,8917.9456452903,2632.28385734021,10936.2204128209,259.871719031783,1079.59049712673,2145.96044138201,1440.92404350302,1042.31326045139,1898.15500624255,552.413213777363,826.36503008936,1539.87257021995,2728.78509200626,1792.29574886993,1976.42415183095,637.685440503098,1695.24240452633,15931.0158920223,5099.16585586985,129624.200946033,50836.174186637,3617.19313750489,23221.837927814 -426,764.228713536016,1873.68153054919,826.83499613657,1686.37056383917,1092.4973858813,6682.25165138475,240.904396259471,604.494201472671,5700.38085849601,16162.3721155454,1779.60595980446,4748.93681968013,584.834706806134,3710.47451629147,2260.51268144169,9017.48561086003,2622.41467729898,11058.2878761868,258.099415629359,1091.6406267404,2184.9320055286,1457.00729130288,1028.72744148231,1919.34175613793,551.563902192288,835.588717911069,1537.9396627137,2759.24313524954,1758.2825954343,1998.48452311482,632.599669401902,1714.16429273811,15451.0300272116,4988.78520947539,128457.307353041,50805.9139766387,3505.49833753443,23258.9669144343 -427,755.536241127105,1803.33133079126,814.838615650525,1623.05323690944,1068.4078980994,6431.35643208359,237.644459827369,581.797554719875,5571.11625332042,15555.5314714167,1739.32717751895,4570.63082239341,571.361605560696,3571.15915284158,2223.16558868145,8678.91050954475,2586.78063638541,10643.0877750029,253.645105205654,1050.65333252688,2177.63835908094,1402.301754465,1009.27843657513,1847.27717432586,544.759753083779,804.215278902313,1516.47471317788,2655.64318905772,1718.96314484701,1923.44840671938,622.48045658947,1649.8034083264,15003.0206850061,4868.06992621959,126221.308242199,50150.9724208151,3402.395445254,22991.4796553602 -428,743.640527566841,1682.33014268072,803.159594188563,1514.14847455136,1059.88250429045,5999.82077573639,234.057376402372,542.759695088156,5529.22969397156,14511.7755306233,1726.19501472392,4263.94743566293,567.217712908798,3331.53901590532,2196.43920975151,8096.56689623928,2552.20333226594,9928.95042045747,250.555310325435,980.155859679075,2130.8623981058,1308.20912961979,999.425356184485,1723.32727724021,537.018705714012,750.253479103089,1495.42373838342,2477.4529831943,1706.2453141274,1794.3875189566,615.172808464935,1539.10374423931,14960.4579347076,4837.51877600813,124800.126218655,49426.9415479977,3393.80353756397,22640.5029183279 -429,672.285657963625,1616.60824683064,723.328229666617,1454.99676239845,945.348630570033,5765.43182547139,210.747576861896,521.556249196516,4927.78353461096,13944.8586242284,1538.51121037777,4097.37209936757,505.285131215093,3201.38913945187,1972.87918581056,7780.26647886107,2300.66871830328,9541.06612303049,224.864575500441,941.865098732458,1945.720228693,1257.10264226292,894.935091985596,1656.0037876605,484.848734334816,720.944082710652,1347.56162928047,2380.66882483909,1521.18908140703,1724.2879905444,552.875654901525,1478.97712972108,13225.3437131288,4302.86850849379,111969.126988918,44597.671202739,2998.57578382234,20463.7062283332 -430,588.772448451293,1595.60732398671,640.556108011505,1436.09529087298,845.51775189265,5690.53465160996,187.245901121897,514.780852269263,4411.98301908532,13763.7047172066,1377.37411342021,4044.14424067614,452.113699613572,3159.80075436052,1744.17261416461,7679.19513003667,2021.64861081548,9417.12069970887,199.942352442827,929.62958260995,1687.77334183566,1240.7719600158,794.301529504677,1634.49108794361,425.049669606809,711.578492076383,1185.75211675264,2349.74219656942,1358.98820867817,1701.88822911726,488.024550160024,1459.76413569478,11966.4047407968,3858.85708139477,99269.9139488171,39214.5152439876,2715.04283005117,17937.8905466627 -431,488.995936240039,1500.611413285,544.33356175676,1350.59607188591,793.045208813993,5351.74357595943,156.912546810287,484.132913307102,4166.25257314828,12944.2702331798,1300.05894908924,3803.37249227865,428.837973097981,2971.67918724058,1539.58804260605,7222.00737220457,1743.30954520697,8856.46398698986,175.914085193373,874.283253041449,1261.65128221071,1166.90149041909,725.196774035553,1537.18019753914,361.447034823292,669.214029420464,1015.87104103222,2209.84819099439,1285.4072200645,1600.56478956725,432.042855696891,1372.85577083873,12067.2055762524,3710.37914843391,88601.4468820941,33252.6443463917,2749.41046081132,14998.1149488721 -432,487.208323729553,1401.18968705909,559.703036953589,1261.11348384743,881.486993962758,4997.16838085578,160.665623585536,452.057101049751,4403.02258849392,12086.6586757013,1374.12979903183,3551.38329953042,440.894560270873,2774.79312335394,1493.06982752508,6743.51944827964,1640.46102306935,8269.68653744578,169.63595351049,816.358363587557,1107.98609687112,1089.58942982435,754.648965494303,1435.33563777729,368.316469307263,624.875826051795,935.939748590173,2063.43658842975,1374.9562396717,1494.52073785181,435.243809806337,1281.89838547726,13289.2804627544,3952.29786692721,89697.9134819595,32172.7282412724,2973.5423458308,14243.9812982676 -433,500.918721732146,1336.39345199058,570.764545149579,1202.79489464987,880.199895184452,4766.08068439801,163.998176104054,431.152295330342,4391.87114025933,11527.7265168532,1370.77040429679,3387.15409543333,439.775694390033,2646.47634429978,1512.72960627226,6431.67396768884,1670.90920661523,7887.2654007702,171.717963596878,778.606909294321,1171.34018394399,1039.20275236368,758.425993308132,1368.96036664406,376.191902491056,595.979238182621,955.340600681275,1968.01558764185,1371.83773527268,1425.40852703625,440.434824561896,1222.61862493773,13102.9029959352,3930.37313944986,90545.1375923357,32871.434645951,2929.81378192152,14612.4334450252 -434,537.136105986785,1302.34649987388,616.155287720702,1172.15159860307,981.172543962663,4644.65647313425,176.196289810715,420.167939239513,4903.62537110705,11234.037594516,1530.29341622853,3300.860442073,491.793561607612,2579.05274742557,1655.52540510289,6267.81586491085,1818.66825749132,7686.3235695814,187.472764480124,758.770541405069,1196.49613901492,1012.72725123295,840.304837125631,1334.08371562235,407.954091372547,580.795628479413,1034.78460020767,1917.8769608942,1534.61363222088,1389.09376075657,483.563120755191,1191.47028481511,14886.9150679223,4413.47869853253,99461.6134170331,35506.0683624772,3332.11656988686,15708.8140280097 -435,615.896199714843,1288.17232424181,710.398811748845,1159.39440792638,1168.27561810512,4594.10604234856,201.810909538008,415.595013242995,5847.46548899348,11111.7711915753,1824.61745942655,3264.93530567694,587.241604036619,2550.98345357026,1936.84616187194,6199.59966982962,2115.949825092,7602.66895059118,218.611115574541,750.512411238203,1304.25613598882,1001.7051661521,994.594338164261,1319.56412587035,472.918645262086,574.474500234966,1198.48352928037,1897.00361813399,1832.8659041512,1373.97546548239,567.386156766227,1178.50283791907,18035.3429475221,5290.12754386864,116784.487939879,41010.4528934155,4040.51930521714,18057.7543303019 -436,744.991907464409,1290.97823269678,860.250347121227,1161.91981117455,1397.37998922934,4604.11296513729,245.473090433236,416.500266010468,6990.40577067436,11135.9749507691,2181.35193335371,3272.04701690278,701.196647488782,2556.54002849906,2327.72340158851,6213.10369316846,2543.12349686793,7619.22915196126,263.591575010323,752.147184071484,1611.9690128231,1003.8870892863,1189.71505879949,1322.43841222783,568.968799639911,575.725825719174,1445.00831660535,1901.13568834778,2187.01459202691,1376.9682711055,680.331022449767,1181.06986332001,21438.4520388915,6308.61202861288,140269.82207231,49513.7254100932,4801.39631723855,21821.7426166589 -437,881.284667824971,1272.8699966386,973.408777734428,1145.62184604351,1368.14508395016,4539.53219816567,282.374409966901,410.658118603028,6791.18895406272,10979.7733526018,2120.53977773316,3226.15081333027,678.657743271559,2520.68006652935,2504.28835535668,6125.9540066127,2843.65090646201,7512.35608735749,283.714076290093,741.596999401671,2307.00448203751,989.805810510139,1215.55418863243,1303.8888919226,647.862520840856,567.650260312363,1632.01367263285,1874.46892282741,2124.20619538005,1357.65387380098,728.337803084411,1164.50328508924,19116.5050271264,5985.69482754123,147932.802833121,56590.3700903059,4259.16212476352,25589.5026478054 -438,877.120885633988,1257.39410956791,962.678316552543,1131.69307534273,1353.32568498801,4484.33937577368,278.30922107296,405.665229553129,6716.86835767852,10846.2783901034,2097.35284314504,3186.92642608573,672.016780263586,2490.03297754621,2486.7796754654,6051.47305203216,2829.02277021991,7421.01889286806,280.518064602309,732.580468691535,2292.47417603582,977.771492012713,1206.14036383145,1288.0358689922,644.850922593487,560.748619651934,1622.54144577524,1851.67863831776,2104.43009425441,1341.14716212774,723.698962306267,1150.34494890323,18882.6652674852,5923.19152933811,146649.280260455,56208.3765217761,4206.68784807239,25447.357882451 -439,857.230450311314,1318.8637549731,941.636189522687,1187.01763231296,1330.031083148,4703.56320480851,272.37420538651,425.496798370016,6602.59341638384,11376.515394979,2061.63576333472,3342.72422715164,660.405628873372,2611.76207028833,2436.38383010107,6347.30862168922,2769.31831418984,7783.80681784612,274.767451214524,768.393791895911,2234.55670000305,1025.57135559087,1183.53568641568,1351.00348394574,630.952292914958,588.161678572097,1587.60793677799,1942.20079715058,2067.99639640215,1406.71120435193,709.230265994421,1206.58133140627,18604.9666355099,5824.91489794312,143810.765564496,55005.281311343,4145.4678585994,24885.4785435032 -440,833.752940529283,1417.15733203378,918.418986258494,1275.48485167068,1277.33227868753,5054.11499652188,266.762905705528,457.208642889172,6336.55982454286,12224.3955406285,1978.68164721784,3591.85407106098,633.016923402352,2806.41404654595,2354.28269777224,6820.36709098249,2679.97654915101,8363.92603970693,266.766258951348,825.661401314908,2206.88618738607,1102.00614780643,1138.38173593678,1451.69240238612,611.305173783357,631.996771513935,1539.35644499216,2086.95105130093,1981.76303984247,1511.55196265294,684.381814509505,1296.50661340099,17711.3294418881,5574.25033994444,138876.982368095,53419.0829093468,3944.31646461673,24194.6321305401 -441,808.442067551419,1525.89351549,888.689851801376,1373.35073550155,1225.78045090163,5441.90904242498,258.387830644916,492.289520465141,6077.88866240062,13162.3535824781,1897.98346332383,3867.45120794228,607.014009149985,3021.74564433078,2271.59585232572,7343.68279523074,2588.01398608341,9005.67651843651,257.437095367403,889.013061414109,2158.18619282037,1186.56129207244,1094.32231926663,1563.07840577456,590.83596936895,680.488858692748,1489.14466694528,2247.07942043037,1899.77242822257,1627.53089300837,659.487253762386,1395.98546291211,16892.6959261751,5337.60591492028,133826.692084397,51690.5352424684,3760.65649619777,23435.9135830855 -442,790.319359458185,1609.69471848209,869.610078961379,1448.77437587802,1204.63968030701,5740.77558828764,252.696784509813,519.325780608189,5974.54956196752,13885.222546283,1865.6747854471,4079.84942606741,596.785639300212,3187.69819446643,2226.2587668593,7746.99367268408,2534.02742176657,9500.26314479113,252.260414534767,937.837152522628,2100.53435801433,1251.72656257796,1074.18060355983,1648.92178176715,578.238126453951,717.860919326254,1457.49576082882,2370.48774266206,1867.66256106092,1716.91396289913,646.488367995924,1472.65218962923,16653.8765877512,5251.11690085652,131228.122688616,50576.1569968484,3708.18221950664,22916.4632653673 -443,757.871941596169,1687.36342335588,834.787598442611,1518.67858077899,1147.77333545947,6017.77134393865,243.102225553157,544.383551081241,5690.43330693924,14555.1925969216,1777.00732797521,4276.70452993552,568.020171645172,3341.50648336123,2127.80992860136,8120.79061586485,2422.29038553046,9958.65635807814,241.614567466354,983.088339709006,2030.00795781973,1312.12309606676,1023.82683557147,1728.48321522256,553.044476466146,752.498125526543,1395.46988787851,2484.86515272486,1776.94320230898,1799.75605857541,617.13826635045,1543.70851290891,15794.0590208111,4993.30642237806,125373.829138265,48455.1411508668,3515.77653830582,21964.9547898614 -444,745.943286788931,1676.13978953599,820.507350055019,1508.57696778629,1121.55264310707,5977.74365278375,239.11787469541,540.762540011348,5558.53165584221,14458.3775601462,1735.86620939027,4248.25768503214,554.741255307437,3319.28018364601,2087.1480958032,8066.77452250948,2379.07279072215,9892.41555259781,237.034394861467,976.549248375885,2009.83729280395,1303.39540352998,1002.0982022256,1716.98606979262,543.528944401124,747.492823589713,1371.28054502146,2468.33687186969,1735.5479477303,1787.78483608299,605.150372845387,1533.44041130512,15365.8759442015,4872.14458085621,122883.866863688,47635.1637614949,3419.57369770541,21611.7459772501 -445,751.80916024296,1609.49223009843,828.650588423696,1448.59213015261,1142.45881839784,5740.0534387046,241.55757020888,519.260453042224,5664.9882140532,13883.4758820008,1769.03805439731,4079.3362094268,565.533572614946,3187.2972042367,2114.18858237263,7746.01915483983,2402.51591236196,9499.06807785925,240.050300338779,937.719179141114,2008.18155219083,1251.56910409498,1017.53248425327,1648.71435889216,548.320030892747,717.770617422686,1385.36169137961,2370.18955181508,1768.21445517694,1716.69798708133,612.682725452096,1472.46694024117,15752.8341221314,4972.67424557136,124591.650723857,48077.7720455741,3507.03082552397,21779.7972554523 -446,759.128597060376,1562.19676313123,840.049792388836,1406.02476638448,1163.10757393295,5571.38005046238,244.403639067468,504.001811127109,5769.21448261727,13475.5053042696,1801.53802045734,3959.46355186867,575.770971499352,3093.63741090646,2142.59224879225,7518.39979376803,2434.29772374379,9219.93478843162,243.730191476476,910.163987738377,2019.19662899227,1214.7913277796,1034.33519418119,1600.26633656491,555.233989430707,696.678687998295,1401.27593007054,2300.54073987454,1800.9620483744,1666.25224312412,621.730997866391,1429.19800720121,16102.5871631865,5068.8688380284,126459.639679193,48654.6177199292,3585.74224056066,22022.6911582925 -447,760.333632524106,1545.9398514421,838.712306822327,1391.39304968957,1152.71313511352,5513.40180111215,244.565679000548,498.756944969384,5715.2068390673,13335.2732253995,1784.73630617125,3918.25961980442,570.509780353609,3061.4436492919,2135.78680181449,7440.15999429112,2428.10353637485,9123.98806189082,242.76243257665,900.692418010099,2034.85139315363,1202.14967097777,1027.22020314575,1583.61325602692,554.27658646926,689.428740889337,1400.33319523557,2276.60029362088,1783.82889711362,1648.91248400569,618.88359530003,1414.32513949485,15872.0647614636,5015.00109934121,125838.225593235,48606.4182732657,3533.26796386953,22024.7570973583 -448,798.398395940492,1584.15227567291,883.346558290386,1425.7853977728,1222.87718484105,5649.68164950499,257.005942955101,511.085181382626,6065.60970002309,13664.8934995954,1894.09447062654,4015.11086450112,605.361292593519,3137.11618168462,2253.10749981391,7624.06530586046,2559.99608230402,9349.51410818075,256.277942420805,922.955665022177,2123.95461100362,1231.86431555044,1087.58994591348,1622.75688862063,583.919974988798,706.469988321569,1473.66438737627,2332.87312735543,1893.52445945374,1689.67017797388,653.79131146064,1449.28432123808,16927.5046718919,5329.15028325718,132974.79207377,51167.4485692988,3769.40220897963,23161.0969851573 -449,819.048430928057,1722.42281458493,904.638632769581,1550.2331029274,1243.76053568001,6142.80629311073,263.428533883554,555.694544096641,6166.71851080926,14857.6148164662,1925.73126955626,4365.5642593872,615.310698392634,3410.93502582756,2301.94841171322,8289.52129436005,2619.51002007182,10165.5735073661,261.871025270719,1003.51457287105,2194.27726322423,1339.38588743045,1108.33381159867,1764.39697774493,597.95595818816,768.133243496265,1508.85228423004,2536.49472957533,1924.83442907793,1837.15070095124,667.708970964095,1575.78309740479,17129.0352720535,5410.96767070902,135732.674386626,52414.7066133845,3813.1307728889,23750.0446857714 -450,824.614156481949,1772.52419000711,906.807060248874,1595.32586994371,1230.69742610386,6321.48660414167,264.484522403755,571.858438779229,6097.31444710387,15289.7891533913,1904.17739544256,4492.54862817118,608.384751977582,3510.15139408659,2299.23250428604,8530.6446787707,2621.46400418262,10461.2669981638,261.409721493408,1032.70453710707,2235.008020988,1378.34558688003,1100.72643673289,1815.71928642966,599.258780793882,790.476498404864,1513.40882639344,2610.27561172966,1902.65863533991,1890.58925053156,665.82645139693,1621.61905584571,16785.1866214565,5337.42384499147,135243.72263756,52579.6861040472,3734.4193578522,23869.9633327482 -451,823.540392951006,1729.85702694775,904.719732334346,1556.92412095239,1230.06528894062,6169.31948493561,263.83417950729,558.092997725269,6094.41259669898,14921.742313394,1903.2652211137,4384.40663160441,608.108797605136,3425.6570877528,2297.09185770333,8325.30000163596,2621.46400418262,10209.4495124931,260.914554207195,1007.84587897124,2230.69586810757,1345.16686004566,1100.72643673289,1772.01235633479,599.258780793882,771.448611596791,1511.70292798891,2547.44258762572,1902.65863533991,1845.08009455758,665.82645139693,1582.58439269922,16784.6784148529,5336.39097564601,135150.15549486,52533.1089108278,3734.4193578522,23852.4284049228 -452,803.401429728674,1651.52300470248,882.215146013312,1486.42111011104,1197.26580520008,5889.95095780141,257.329658960569,532.820580052763,5931.26215190613,14246.0332368016,1852.33048029315,4185.86524855241,591.791373492282,3270.53126270691,2238.52738551104,7948.30107896925,2555.66061991474,9747.12966017862,254.27494718852,962.207065894042,2180.07449170201,1284.25296421674,1071.93717414696,1691.76939221829,584.334071393489,736.514699856965,1473.99359182391,2432.08540999831,1851.65365034091,1761.52836576158,648.785870922918,1510.91939432565,16314.3398551907,5191.69968351475,131672.910363736,51229.3477597881,3629.47080446994,23266.6412929191 -453,723.984976336681,1608.59549823304,791.528057945921,1447.78504410474,1061.50278799149,5736.85535627132,230.904839567877,518.971146026026,5254.55840136466,13875.7406752113,1641.10283419675,4077.06339897126,524.029058654219,3185.52139512492,2001.93709654433,7741.70344453304,2294.97262174086,9493.77565278399,227.23263966391,937.196726995645,1989.72852104091,1250.87178982629,954.755184129223,1647.79577433803,525.525995835137,717.370710065165,1323.53782894867,2368.86899589166,1640.82910129106,1715.74152531066,580.394139884878,1471.64655229436,14318.1778121059,4588.45399381437,117573.505878704,46057.5721877092,3183.43945259532,20963.395488532 -454,648.075945471736,1611.89316459201,719.302522850222,1450.75304447538,991.899226678906,5748.61607233415,210.011209541355,520.035051583021,4919.31161455234,13904.1863368339,1536.15851979011,4085.42149448313,490.593434415073,3192.0518042626,1827.58595527124,7757.5741559942,2074.26106407168,9513.23816192579,208.472721969315,939.11800684614,1731.3268826943,1253.43611244514,881.029418245976,1651.17380237395,473.147069807446,718.841340351084,1195.7974591285,2373.72524446698,1533.68444309417,1719.25884406166,529.6839703156,1474.66346943302,13708.207525626,4317.71468572174,107901.217312244,41541.4266619356,3052.25376086749,18797.3485940615 -455,526.820318407551,1514.75666280681,595.518658514671,1363.32722818052,884.976748282952,5402.19084537809,171.964330794711,488.696507052841,4407.50790642672,13066.287119567,1375.86087390336,3839.22431404369,440.861453810551,2999.69119836495,1555.15903069667,7290.08435430919,1732.18661023155,8939.94788686416,176.939795774717,882.524530335176,1290.48661723577,1177.90108205435,769.701672396958,1551.67015627309,391.668061816973,675.522257750494,993.633529150436,2230.67893624277,1375.84818293078,1615.65223200826,451.918927689794,1385.79675426992,12884.1016185118,3921.22644171369,92652.2308285811,34287.6672797668,2877.33950523039,15331.8318918508 -456,502.74637764737,1430.17443239037,575.668397516172,1287.20063928452,892.258216211777,5100.53886255026,162.600324935401,461.408268896714,4451.64938080268,12336.6810151867,1354.20305175979,3624.84654398714,434.170334545455,2832.19197004129,1477.9796913083,6883.01461845546,1600.75401330305,8440.75171189798,163.284725098126,833.245398573741,1144.82259298796,1112.12847106251,781.62242017535,1465.0267197986,387.140817223414,637.801889417133,896.304227775768,2106.120448135,1387.96053290852,1525.43611167951,421.787992902076,1308.41549346542,13283.6080646741,3969.14157116522,89754.6753753333,32090.5068217784,2957.26461294978,14142.8070383373 -457,527.414715818946,1382.79218428647,600.964907563364,1244.55516984473,923.203246450504,4931.55598020003,169.618313920195,446.121629324006,4603.94247757264,11927.9618635912,1400.63694874556,3504.75393542422,449.211023057602,2738.36032296166,1540.20860264833,6654.97760494983,1672.53719656246,8161.10624856237,169.95276563243,805.639646916816,1214.28701698348,1075.28321222844,811.464570391392,1416.48980154289,404.920581417585,616.671258998166,937.375644793378,2036.34383952689,1436.22533678992,1474.89780622999,439.367391539983,1265.06716746386,13670.845119474,4100.56134780527,93335.2209722121,33555.2091481429,3042.57032293871,14819.1673126758 -458,553.849449681968,1361.58877305889,633.178324506772,1225.47145259386,991.723304141103,4855.93665675555,178.167512839883,439.280904830788,4950.4572513505,11745.0612922871,1505.8125104194,3451.01286009217,483.550027203236,2696.37094764058,1636.83559054559,6552.93173828119,1772.66876501725,8035.96575830888,180.224876318739,793.286157412794,1236.16223847866,1058.79507149834,869.210087562289,1394.76967895101,428.425000590659,607.21536646033,989.847767448338,2005.11902041025,1546.80144657076,1452.28206898506,468.020507746192,1245.6689240495,14854.2422920558,4425.37521717068,99401.2049450034,35381.0441772781,3307.96586512652,15582.8520065154 -459,602.116087052552,1374.14304442765,686.570752537532,1236.77067999272,1080.56429991196,4900.70990088378,192.711102968175,443.331211204842,5394.77895372867,11853.3544051738,1640.92191678974,3482.83227047504,527.264141413496,2721.23232521456,1782.06815439808,6613.35180411246,1931.91056169489,8110.05985840433,195.69904393967,800.600502162323,1334.87485726358,1068.55749089728,947.969672897715,1407.6298885774,466.856663352166,612.814080727559,1076.84132920963,2023.6068405267,1687.56980647424,1465.67256070971,510.237094018239,1257.1543784081,16214.6798053627,4827.32467635422,108212.011615086,38473.5611789986,3611.27505619829,16947.4835978607 -460,736.208632725485,1427.42637615593,841.847628050078,1284.72730480052,1315.21501074916,5090.73826249559,237.201849382193,460.521680630801,6564.28555635423,12312.9762890999,1996.74997903303,3617.88146202335,640.865631026817,2826.74996057437,2172.65910860486,6869.78902106982,2352.35848833981,8424.53294875975,239.402458526286,831.644331486737,1653.13163350103,1109.99153481949,1152.27759748748,1462.21169547724,568.621247699983,636.576363761759,1314.88202943638,2102.07357294488,2049.46961536853,1522.50501172274,620.768556418327,1305.90139499419,19665.495662265,5863.25934179256,131946.080116047,47020.9045737784,4379.02644609871,20711.4510360938 -461,971.694996745438,1542.52647783617,1083.77832266594,1388.32090926518,1577.10176687843,5501.22842957428,307.447444424192,497.655709504016,7841.42362479382,13305.829473359,2386.74689873407,3909.60825865673,764.676269042584,3054.68410367388,2734.21661647419,7423.73241741954,3026.41775237648,9103.84265972513,301.012810117646,898.703725032277,2407.18620924681,1199.49537239464,1413.18385274696,1580.11670104447,737.131308039986,687.906509694426,1697.77536209397,2271.57365086615,2450.84985030429,1645.27175092921,780.891395128471,1411.20236592972,22531.6840929317,6926.07856871172,164317.830880378,61016.704414518,5004.60165268424,27261.2335678206 -462,984.288487585129,1812.99291256836,1095.03806806034,1631.74895538847,1613.25981118347,6465.81325931508,309.150649564914,584.914610668863,8025.69017905604,15638.8722512451,2442.60593325008,4595.11857054565,783.676708354489,3590.29210173736,2784.59005961967,8725.40889960336,3078.52636746046,10700.1094998203,305.272250130747,1056.28234418894,2398.7164386916,1409.81476821106,1444.72566646899,1857.17420166629,749.243079250041,808.52396669076,1723.99937352733,2669.87114229281,2512.39458805624,1933.75353132862,796.184672978998,1658.64244432245,23205.6709023266,7106.6213545885,167367.662426279,61855.8593718807,5156.25624822013,27611.5048810969 -463,959.456932327892,2039.3747627497,1067.69689225438,1835.49952991721,1576.44878433153,7273.17591276156,301.649527559663,657.950776912745,7843.03733811824,17591.6415149546,2386.99173834733,5168.8943622718,765.617555146259,4038.59885630232,2717.15285888619,9814.91906623869,3002.9911308348,12036.1933691614,297.82055443794,1188.1764899044,2337.23432666939,1585.85322563033,1410.68398407443,2089.07280919405,730.746371116325,909.48142230272,1681.30100568926,3003.2482695546,2454.52377382756,2175.21432203669,777.00981933782,1865.75111128525,22692.7195775927,6944.9779329957,163406.367255109,60341.0947366634,5042.51530156821,26926.2222399764 -464,934.447663859583,2112.1258941953,1042.766558957,1900.9777686443,1520.93186657203,7532.63375568535,295.704415246602,681.422021301084,7563.07194451095,18219.1925897128,2301.97610614888,5353.28563750314,737.58753923024,4182.66881422155,2633.06081537398,10165.0491552043,2913.114897438,12465.5635378516,289.835266578436,1230.56261018817,2308.29080121954,1642.42576863645,1362.12132915513,2163.59683161363,709.386245839411,941.925582988547,1633.72781033686,3110.38390426626,2364.04362896127,2252.81129241965,752.129114666704,1932.30852232179,21761.7205903113,6682.97008387675,158286.562014435,58706.8448366996,4833.99023270637,26219.9573840639 -465,905.354208543622,2143.54049732451,1008.28313671647,1929.25187026084,1459.8580342782,7644.67002236948,286.213429424248,691.557119034371,7256.46860931549,18490.1748763811,2208.80226266077,5432.9074745355,707.553819344877,4244.87953810917,2539.46533487068,10316.2385260071,2811.90014239233,12650.9694989261,279.59011447221,1248.86532411775,2256.80180645026,1666.85430948844,1309.2849045629,2195.77698526051,685.182317186726,955.935267945374,1579.58053728495,3156.64605000319,2267.1203518393,2286.31837306804,724.584419389815,1961.04862039963,20786.0249334477,6403.03437666993,152479.786889775,56770.2222163564,4615.98675162353,25381.3936508999 -466,869.028193670085,2174.00051356188,965.423879344801,1956.66681453994,1384.98224306422,7753.30187387935,274.388589373135,701.384244344647,6880.80437636312,18752.9228989491,2094.63003277989,5510.10986473856,670.766285662193,4305.19988186656,2423.7730565899,10462.8337470458,2689.75874733367,12830.7415801332,266.919628753236,1266.6118785208,2190.44498499534,1690.54054699864,1245.26900423546,2226.97928944285,655.994649877094,969.519244464521,1512.30318367517,3201.50244066096,2149.47268829862,2318.80728328662,691.27929095521,1988.91540103392,19597.8716294571,6061.76489773512,145347.260124802,54382.8092766967,4350.59120943573,24351.4735148997 -467,831.766364658818,2203.5348718236,924.609287731904,1983.24863838907,1315.97244846344,7858.63248158891,263.374446455621,710.912730387945,6535.49988757858,19007.6861981741,1989.63810081599,5584.96612985506,636.725157838141,4363.68713378124,2311.17070210439,10604.9740448012,2565.86694899029,13005.0505171492,255.032798192764,1283.81912790525,2116.10585156711,1713.50697679456,1183.88504029739,2257.23337805301,626.103114472867,982.690413711729,1445.0077552242,3244.99567788348,2039.66314666528,2350.30887890136,658.406614466776,2015.93533025653,18535.323805291,5748.41621837135,138519.7478051,51994.4325486307,4113.63090391091,23296.8079708879 -468,821.860587522891,2199.62974031367,913.096035356867,1979.73390084222,1296.77682064569,7844.70531677694,260.172563357986,709.652842133056,6439.3976199024,18974.0005437048,1960.42029323024,5575.06838442136,627.324230289382,4355.95375395435,2280.65885833557,10586.1797798073,2533.26817898151,12982.0028072118,251.685298635571,1281.54392791021,2096.18052620639,1710.47027872677,1167.2932167946,2253.23308139212,618.273393132657,980.948877715107,1426.95464757552,3239.24485676722,2009.58827261512,2346.14363269698,649.644206211712,2012.36266495369,18237.9206093749,5661.69167288648,136650.832117084,51351.599154256,4047.28201836396,23016.8339311734 -469,815.251904057136,2194.8568030486,904.776535110308,1975.43811162957,1279.48791288496,7827.68323089871,258.280936712921,708.112979112748,6352.04018997857,18932.8291989995,1933.90148610661,5562.97114316315,618.739479252974,4346.50184774663,2256.50211136126,10563.2090174832,2506.1718656237,12953.833391315,249.057311588177,1278.76312864284,2089.59968083361,1706.75875983589,1152.26898908095,2248.34383119516,611.864483826586,978.82033427538,1413.83661691178,3232.21607723938,1981.28128700493,2341.05277755511,642.044801013748,2007.9960751689,17941.9341977305,5579.71935313795,135101.033172848,50876.0166661723,3980.93313281701,22813.9431469341 -470,817.925121635488,2174.05836858832,910.043120439853,1956.71888582951,1285.51715513489,7753.50820662033,259.476529694939,701.40290975146,6381.9965058153,18753.42195626,1943.02057412028,5510.25650111232,621.386593004412,4305.31445288502,2264.91715735261,10463.1121865031,2517.84399561948,12831.0830349253,250.459152539156,1266.64558590185,2099.10533950465,1690.58553607174,1157.68133684852,2227.03855435326,614.710466509849,969.545045544679,1418.7596440026,3201.5876398167,1990.63177463638,2318.86899194576,645.046776111094,1988.96833053066,18027.3628665416,5605.58095770735,135709.972034405,51096.8190183737,3999.889957259,22912.0933028442 -471,824.207370929921,2156.26833096666,915.337873211691,1940.70730900302,1290.43849631687,7690.06225471372,261.384582638518,695.66342072361,6405.71950148601,18599.9651369965,1950.27911858924,5465.16678692796,623.934414648656,4270.08462318195,2278.65732554005,10377.493896706,2531.93374559382,12726.0879468375,251.759666772811,1256.28078937565,2117.20264882809,1676.75169392477,1162.73890441601,2208.81498674382,618.26467590269,961.611384201754,1428.62377302542,3175.38946345478,1997.95885111205,2299.89398777731,648.292268245416,1972.69286068143,18071.540413462,5624.95287276986,136396.812046052,51416.5340092632,4009.36836947999,23062.8015746694 -472,850.286678370797,2149.23909537114,943.856302829655,1934.38078242885,1321.54677219233,7664.99336205494,269.442595698016,693.39562222691,6557.60916992487,18539.3309686332,1996.65180567169,5447.35084799198,638.33169337871,4256.16454171618,2341.97462787983,10343.6642251186,2608.88577715728,12684.6020755742,259.045893099593,1252.18543003849,2204.15504346797,1671.28563827553,1193.01007232654,2201.61445390394,637.463072823509,958.476619908364,1471.34624065173,3165.03798709835,2045.08418805763,2292.39654580656,666.696685448848,1966.26206416312,18418.4257831604,5750.58812931102,140155.339746928,53018.0847982801,4085.19566724793,23807.631489962 -473,864.722805235124,2214.78743175374,956.743981112742,1993.37628576385,1322.19975473923,7898.76333411084,273.602691996832,714.543073708618,6555.99545660046,19104.7507515031,1996.40696605843,5613.48628938946,637.934524949934,4385.97071622741,2363.27511666417,10659.1293511332,2640.56608367541,13071.4620417454,261.518636269499,1290.37507211151,2274.10692604539,1722.25716277693,1197.86133468277,2268.760154501,645.97922779838,987.708615562976,1491.11064837974,3261.56655625049,2044.0620971943,2362.31095422695,672.322765825148,2026.22989532518,18257.3769758883,5735.33953115773,141178.883465577,53771.7915083247,4047.28201836396,24196.0716065898 -474,869.728310095094,2197.3155897627,958.062072136206,1977.65109471651,1307.14405830896,7836.45218726232,274.446241727461,708.906242155105,6476.57600776677,18954.0386869397,1972.46473959028,5569.20305748153,630.239425048939,4351.37101323442,2358.24207647471,10575.0424445908,2640.31483687861,12968.3449136134,260.846533316858,1280.19566209415,2315.84650194923,1708.67075507723,1188.39792972551,2250.86253671308,646.670020048023,979.916857032611,1494.45492422659,3235.83696491496,2018.77984303236,2343.67534020177,669.862406929531,2010.24553129047,17882.3917242606,5652.79409505276,140534.199551027,53890.874593799,3961.97630837502,24298.1350516957 -475,853.674508499571,2137.06087465943,936.240988640423,1923.42001209871,1261.30657727669,7621.56125572578,268.656698321714,689.466638734006,6244.46003383202,18434.2816677574,1902.02740623305,5416.4845562593,607.404344528602,4232.04786187073,2296.30524714129,10285.0539819992,2581.7029401029,12612.7273902266,253.884738119122,1245.09017917885,2305.60962450191,1661.81564239695,1151.8727859304,2189.13945900947,633.130898881353,953.045609533854,1461.66888498783,3147.10395116402,1946.74515071314,2279.40715288433,652.392172547183,1955.12064511578,17079.9298853149,5436.7487227151,136609.782418687,52765.2127299424,3781.88647617616,23846.4182675608 -476,826.630394670141,2002.84009780865,904.838648759204,1802.61721640138,1209.11336272104,7142.87958376716,259.919077897683,646.16382552878,5983.19460072275,17276.4935881236,1822.59340466877,5076.29547996205,581.848675633765,3966.24881120938,2213.18476182618,9639.08832337653,2492.82753174685,11820.5692965583,244.764405391988,1166.8907356907,2250.89114709484,1557.44323581268,1106.72586529504,2051.64782163636,611.777311526915,893.188389927863,1412.43258913261,2949.44615761955,1864.98707197416,2136.24614027718,628.525421350789,1832.3268515762,16272.6231402247,5201.08549435116,131520.671456591,51011.6211053138,3601.79664397729,23082.2041586761 -477,744.576735169535,1905.18291481509,811.414538735442,1714.72277112737,1071.23960996165,6794.59741217689,233.13289927283,614.657296863551,5296.71085406444,16434.1029760781,1613.69283727163,4828.77860771729,514.880472819592,3772.85709392849,1978.35978306142,9169.09263409663,2237.79107512439,11244.2060111692,218.656511887082,1109.99390092416,2054.19712830128,1481.50331467357,985.022278019138,1951.61080571328,549.869560589727,849.637103862471,1267.95350341961,2805.63307765404,1651.43822217484,2032.08416525552,562.049517262995,1742.98378377755,14268.8726694933,4593.1084276387,117373.994973008,45842.7957762291,3156.31126959063,20790.7661735865 -478,653.135942040808,1823.7537145945,719.668917720644,1641.43400564078,959.990301222219,6504.1903185629,207.394797562414,588.386301200014,4750.76947290657,15731.6949021453,1447.15630207993,4622.39234579404,461.471532568323,3611.60184997466,1751.54093547875,8777.19751781301,1968.83375377428,10763.6187166448,194.649520865878,1062.55178137798,1782.31093901289,1418.18255470878,876.049354995619,1868.19723643585,483.02383645292,813.322863740295,1116.79791590704,2685.71784229829,1478.21944884798,1945.23109352631,496.910854340537,1668.48711765337,12931.6867802254,4127.05366526602,104239.064243211,40370.0971071376,2862.48049073985,18246.3181269799 -479,541.658633346788,1695.6075864474,610.073096194128,1526.09857918019,891.039297090791,6047.1731240888,173.442793266136,547.043314068476,4432.23351124216,14626.3067267745,1348.9701988165,4297.59976160347,431.890593909329,3357.83250064886,1533.40769526864,8160.46738101372,1684.79001955551,10007.3126143724,169.743604594778,987.891537700471,1332.43744074034,1318.53390043196,793.04101566577,1736.92828243808,409.847658079746,756.174699990014,949.017348313204,2497.0057700311,1381.35848343862,1808.5493524601,436.340227916777,1551.25080318855,12798.1579929461,3915.46193773526,92308.2411423645,34081.257684798,2843.52366629786,15179.2578763601 -480,521.251545537841,1588.9830651585,595.299006235955,1430.13325574961,924.202683175527,5666.91005811727,168.056605025169,512.643708904493,4532.95590699273,13706.5638774078,1334.6036062225,4027.35473502138,433.176822095906,3146.68265335422,1479.3441489955,7647.31449413775,1584.74020836022,9378.02496230935,162.345649708644,925.770170035821,1191.06211127262,1235.62082133251,831.039877475836,1627.7054008537,404.935171979564,708.624331590129,938.913481850051,2339.98710190694,1455.09338333674,1694.82273878209,427.421775979023,1453.70383795259,13603.5064657973,4072.61128990511,91357.850630625,32435.9416918024,2994.94162230878,14285.0522558589 -481,546.572220416916,1525.17034309208,621.178902195062,1372.69985827159,955.800374161003,5439.32993820079,175.238504796919,492.056207858875,4685.92475248958,13156.1154992135,1379.8135256282,3865.61829238462,447.99231065358,3020.31353716123,1541.02046903102,7340.20237628757,1655.23990094314,9001.408424617,168.914400867188,888.591728142242,1263.18138340035,1185.99894065922,862.282783933622,1562.33761020307,423.310841456755,680.166352073053,981.417675179655,2246.01445371003,1504.92711807242,1626.75955122952,445.040614876993,1395.32385832147,13993.8462932188,4205.59354249643,94959.2905841688,33902.2993865455,3079.97151063932,14962.7652657382 -482,569.797526103378,1495.05744859558,648.961340092488,1345.59733415373,1013.73788488234,5331.93605311604,182.640245995017,482.341072273716,4973.51063509478,12896.3617478991,1464.19176112779,3789.29569908902,475.930201755929,2960.68060284485,1621.06290896371,7195.27775148008,1738.15770939549,8823.68502248154,177.330318637555,871.047413121165,1284.42036860326,1162.58263104187,912.964331621805,1531.4908868603,444.043724948865,666.737178280883,1027.55962548856,2201.66924559047,1599.78932444783,1594.64088398738,469.158902053581,1367.77464696656,14974.0820379406,4476.9133001766,100054.077829328,35448.3118235296,3297.27011415068,15613.4412766273 -483,619.468048147954,1502.20239143805,703.70919491123,1352.02800078165,1104.56434002421,5357.41760124986,197.55801585967,484.646200678787,5419.91448585709,12957.9940066803,1595.54358915784,3807.40490366082,518.95260315362,2974.82982079096,1764.88460086392,7229.66428847792,1894.2849090479,8865.85378676871,192.551899568709,875.210185585647,1387.00876676478,1168.13866265541,995.701333505656,1538.8099466467,483.883065678372,669.923543483265,1117.89950073491,2212.19111612632,1745.39057838103,1602.26174028361,511.478593793972,1374.31129991132,16345.5046087712,4883.54395890303,108923.425143567,38546.7634022149,3599.59860599258,16980.780233834 -484,755.762356800054,1543.74140813809,860.6801483294,1389.41438361761,1339.52569533461,5505.56132707257,242.593301191669,498.047674899804,6570.59482453992,13316.3094590524,1934.47894745646,3912.68755850041,628.43445210268,3057.0900450523,2145.5081690409,7429.57952448502,2300.55474130905,9111.01306131636,234.890628037559,899.411565321359,1716.99942038283,1200.44012329252,1206.20476764137,1581.3612382944,587.854369010921,688.448321115833,1361.51549260706,2273.36279594802,2111.80326634861,1646.56760583596,620.433806334153,1412.31386225808,19739.0409785396,5908.65308969134,132405.515928366,46996.1502293179,4345.97207022726,20706.2887466207 -485,998.927979642038,1641.57215340503,1110.13134781018,1477.46504023494,1611.62118540826,5854.46248687886,314.973755096518,529.610198880218,7877.46177035049,14160.1972188266,2321.62656091109,4160.64433275476,752.778590219748,3250.82546983199,2708.47555950686,7900.41051863257,2969.00509375002,9688.40069452138,296.287821791282,956.409520596279,2500.34589236815,1276.51500946901,1482.97995307621,1681.5760460744,763.313347266658,732.077009170376,1760.75813301417,2417.43146924868,2533.69104910404,1750.91470384224,782.74693526222,1501.81571597993,22713.1618069557,7007.13129937165,165361.741556155,61118.482781644,4988.42011539129,27315.0703187126 -486,1019.2835663489,1877.96270991026,1131.36230279347,1690.22375592934,1670.55455587389,6697.51994398886,319.256544061651,605.875411703457,8171.74482398492,16199.3015578219,2407.82097058535,4759.78767665232,781.976203428098,3718.95258829032,2786.33502929459,9038.0896850618,3047.11622211352,11083.5549843118,303.47845934924,1094.13491899055,2494.53739194417,1460.33641070912,1534.46511929103,1923.72726465645,782.608205343259,837.497956549084,1803.54837635936,2765.54773641585,2632.78727743142,2003.0508651288,806.37891271873,1718.08099078519,23775.5798227835,7292.77349637592,170263.641021661,62473.1320480106,5224.61424964277,27872.167143674 -487,993.769304023074,2091.52994811867,1103.36890062125,1882.44078856964,1632.94368824928,7459.18088099001,311.574074769878,674.77727950576,7988.25829263335,18041.5320112555,2353.71393398103,5301.08421209293,764.195044760755,4141.88240958967,2719.52143674854,10065.9268420684,2972.98775519531,12344.0082483937,296.141596484638,1218.56304082869,2430.68385534865,1626.41000335529,1498.76659409177,2142.49897764671,763.466422948512,932.740596161414,1759.296817044,3080.05365769055,2572.98125847933,2230.84348262809,787.159275737545,1913.46602707161,23258.5019396346,7129.22876750317,166277.727125735,60956.1404947723,5111.24106520206,27185.5237692113 -488,966.356150431224,2168.0994299375,1075.60564129427,1951.35565917193,1571.28011406816,7732.25639461777,304.896487451251,699.480414491397,7682.70101786289,18702.0201666186,2264.01842858223,5495.15328175318,734.282183917072,4293.51389358639,2630.05582222834,10434.4335435941,2878.92479370169,12795.9139531134,287.627582813747,1263.17380085331,2399.89326088196,1685.9517619105,1443.62049845087,2220.93440079872,739.798613363129,966.887591849288,1706.36206217778,3192.81231685089,2471.47547701737,2312.51313772311,760.371315091831,1983.51671044939,22234.8600643017,6841.29362413918,160715.283333012,59204.0611765612,4884.49469632063,26432.0445909788 -489,933.126701997437,2167.66552425402,1035.95918709428,1950.96513081363,1499.08397622521,7730.70892407772,294.042912769749,699.340426203435,7326.15412792682,18698.2772972969,2159.25295004821,5494.05352672921,700.058544275386,4292.6546248394,2524.93827553763,10432.345281425,2767.68456478709,12793.3530835735,276.213249416613,1262.92099958237,2345.06290903935,1685.61434931703,1379.95604537909,2220.4899211564,711.710752059162,966.69408687641,1643.21128328664,3192.17333351303,2355.47084722845,2312.05033026155,729.069728033737,1983.11974564139,21081.0734462289,6512.32793314296,154055.849935799,57035.1673059968,4629.40503132903,25500.2171668308 -490,894.895182189988,2196.36100287086,990.923485224114,1976.79193737906,1420.08133818022,7833.04777208806,281.630485793948,708.598269732094,6936.58901499038,18945.8044228394,2044.73476827815,5566.78361065223,662.692030364032,4349.48063310419,2407.28317546792,10570.4482948268,2644.9928242585,12962.7110337461,263.418164207217,1279.63950256763,2275.74440908463,1707.92845173544,1310.6126873534,2249.88468724854,680.676189609473,979.49114859493,1571.55609010438,3234.43120983581,2229.80031855489,2342.65716977196,694.759056700724,2009.37221384691,19840.76524123,6155.65976357084,146671.193033476,54585.4049978069,4355.41983559732,24445.3859174214 -491,859.80382569162,2225.31681928597,953.333001525931,2002.85305590867,1359.26592689801,7936.31508240858,271.44392125769,717.940104423025,6638.15293543363,19195.5772215675,1956.88168757898,5640.17353336621,633.861687466349,4406.82219150403,2308.23430993429,10709.804238522,2535.59074678019,13133.6054725222,253.066230217714,1296.5096830459,2199.76751576217,1730.44499734609,1254.2343762888,2279.54613537751,652.658978620207,992.404310794527,1508.51257996909,3277.07246789716,2131.92963155456,2373.54168777368,665.493934477395,2035.86285580318,18939.8380514404,5884.44814603573,140610.842567424,52420.401937258,4157.01676282607,23480.2279716986 -492,845.534978156176,2208.1920990358,936.194808975807,1987.44028502257,1327.46569973115,7875.24190198518,266.768612019158,712.415262594628,6480.98745605321,19047.8594282578,1910.71118003602,5596.77009836574,618.770746175674,4372.90989795205,2262.45003670819,10627.3879282109,2488.55926603337,13032.5370234618,248.09848737554,1286.53251241052,2177.44961290565,1717.12851753924,1226.66132846835,2262.00409842915,640.825073827516,984.767354991138,1481.19833673206,3251.85405909985,2081.17674082359,2355.27631672495,652.099954154538,2020.19606104785,18427.2800322695,5739.4836132853,137713.52431258,51491.2738344679,4043.64357838536,23085.1982061024 -493,838.710872399217,2196.737050722,927.644891271181,1977.13039192238,1309.77640284053,7834.38889988021,264.820982384558,708.719591707991,6393.20700818814,18949.0482106466,1884.95416605246,5567.73672219072,610.32639273967,4350.22532527615,2238.54645323563,10572.2581040347,2462.02746847012,12964.9304319337,245.516520053929,1279.85859482274,2170.58426345995,1708.22087307388,1210.84789981905,2250.26989910617,634.165558618514,979.658851236324,1467.52333698758,3234.98498988586,2051.87265883789,2343.05826558157,644.480987521483,2009.71624659115,18128.8952181603,5656.56549399685,136152.456729286,51014.4594769358,3977.50922079494,22881.8941095178 -494,842.278084283078,2175.01295548015,934.100481333131,1957.57804316696,1318.37208634977,7756.91262179459,266.323938588996,701.710882174471,6435.42293936337,18761.6562203603,1897.37862950058,5512.67594794162,614.099128062339,4307.20483301525,2249.99252154215,10467.7063362671,2476.49503727396,12836.7169147926,247.232279768958,1267.20174542837,2180.77880958952,1691.32783941354,1218.55370951204,2228.01640381779,637.854822576893,969.97075398236,1474.35189779683,3202.99339489585,2065.46619434274,2319.88716237557,648.41204826803,1989.84164797421,18257.5614779077,5694.17414631901,136968.488894764,51292.6514263412,4005.85251690512,23003.1517672265 -495,851.157685551365,2152.07392993638,942.707934749065,1936.93222005911,1330.69383331879,7675.10344621069,269.10751428279,694.310207245163,6495.61026270385,18563.7842443806,1915.12036284789,5454.53587384885,620.115854864009,4261.77839937593,2272.96469636817,10357.307461434,2499.39806050193,12701.3329960602,249.519959388996,1253.83705574491,2200.52496498288,1673.49005485531,1229.91151941987,2204.51837127948,643.748224868338,959.740845306989,1489.66699477123,3169.21265482397,2084.79799211203,2295.42020426284,654.43021681787,1968.85555302893,18429.7385976167,5748.12391204556,138268.312329514,51783.5414892554,4043.64357838536,23222.8530277374 -496,867.328314832675,2147.15635931409,958.001121072178,1932.50625641063,1330.78669082818,7657.5655434904,273.730670364559,692.723682065703,6490.56558045132,18521.3652927039,1914.10727366072,5442.07205232379,619.118723500341,4252.04007395693,2295.24557718655,10333.6406207229,2535.80204827832,12672.3099680236,252.346247917775,1250.97199047708,2286.60396071187,1669.66606655455,1235.21540274422,2199.48096311794,653.920378248964,957.547801043853,1511.59611504319,3161.97088360489,2082.3607526311,2290.17508196231,660.88908211056,1964.35664335281,18226.2325869956,5726.45427656648,139406.676878672,52645.8098362388,3996.40475153506,23671.4644979578 -497,877.178743814538,2223.26300933918,964.706032549794,2001.00456427254,1316.76861806135,7928.99042521107,276.294404632005,717.277496512598,6416.13586668344,19177.8610621918,1892.68069091415,5634.96805232905,611.74402601967,4402.75500647571,2297.7487001834,10699.9198471029,2548.99665425401,13121.4840840875,252.786760925991,1295.31309635762,2357.23040303006,1728.8479190707,1227.94711915953,2277.44227560957,658.187354285694,991.488391844432,1521.57972343045,3274.04796191554,2057.56939158278,2371.3510767626,660.990368047615,2033.98389845773,17808.5335913021,5642.40634874084,139212.510827708,53056.8788973072,3901.92709783447,23923.2937254295 -498,882.220688869485,2213.25430582122,965.964160645925,1991.99642563227,1301.31159501407,7893.29563155446,277.131598335566,714.048450838493,6336.28105443979,19091.5260111097,1869.51668556779,5609.60050726935,604.192124379,4382.93464813891,2292.85154231177,10651.750860813,2548.94912571672,13062.4136801984,252.140809823516,1289.48184531359,2400.48789128847,1721.0649774318,1217.83045388664,2267.18966742956,658.812166573847,987.024901329009,1524.80628351235,3259.30882614224,2031.273790222,2360.67570917693,658.518236461299,2024.8272931823,17430.4811211742,5558.95260547994,138558.727685705,53174.2845343159,3816.89720950394,24025.5744220058 -499,877.025030049075,2150.51187789359,958.461406762637,1935.52632554544,1288.4919181729,7669.53258228728,275.072176521243,693.806252124258,6272.7451455847,18550.3099874336,1850.86686513314,5450.57677709771,598.083579999663,4258.68504855649,2275.17671642223,10349.7897581373,2533.86883976744,12692.1139153973,249.991946305196,1252.92697607385,2394.26547870855,1672.27537606458,1207.69593019125,2202.91825318999,655.099352510568,959.044231158605,1514.55450323548,3166.91232720388,2011.63560712095,2293.75410637965,653.908354103164,1967.42648742119,17217.2214785206,5500.68765062261,137449.030238214,52842.7822381951,3769.65838265364,23893.6402321611 -500,843.485263604525,2027.60151880529,918.795773992214,1824.90325103788,1218.08496363715,7231.1881055985,264.16270574988,654.15244855177,5925.39596382349,17490.0855426433,1748.77314681119,5139.05450382035,564.758823148644,4015.28415691634,2171.07061659103,9758.25785880781,2425.6446680427,11966.7088176775,238.675708808586,1181.31718580778,2335.1415248834,1576.69814671771,1146.05838185855,2077.01266004955,627.754054019257,904.231015735345,1451.42160247032,2985.91061531423,1899.55861395224,2162.65688075004,623.528743516697,1854.98019101403,16105.5406759151,5182.16177886567,130903.544235538,50686.6127736369,3524.0164830321,22967.6192189164 -501,759.92478342335,1927.65910856513,824.152143557819,1734.95203149484,1079.61300708099,6874.75595585371,236.996454245913,621.908651254117,5247.8645520586,16627.9825661825,1549.15239612893,4885.74561215507,500.005323600942,3817.36697608989,1941.58898296977,9277.26403378396,2178.51809262381,11376.8583412458,213.315041187112,1123.08893646354,2131.136089937,1498.98119319273,1020.31885434577,1974.6347275912,564.36465422887,859.660607650548,1303.24455879399,2838.73223687622,1682.67481653807,2056.05746307353,557.815199188535,1763.54645044998,14128.1931533296,4578.53336892558,116868.981965716,45565.5971541816,3089.41927600938,20694.5925373402 -502,667.715272622083,1841.31233772224,732.439040312643,1657.23730235978,970.911540029718,6566.81095951943,211.218871477927,594.05113041112,4723.76961793629,15883.155540573,1394.06973248968,4666.89552870676,449.725766281581,3646.37340671704,1722.99315016424,8861.70207678922,1920.34142123824,10867.2480186848,190.332739881277,1072.78175164953,1849.52435087178,1431.83644492718,910.348109426047,1886.18375015224,496.790703768905,821.153323265236,1150.29024843573,2711.57523030139,1511.73864675892,1963.9592690438,494.376244563877,1684.55087464969,12865.408962506,4129.81169338521,104065.205270339,40201.2109331042,2815.43408027766,18190.8142377013 -503,556.889571654843,1707.29405206102,624.934107913022,1536.61675491326,910.572861608847,6088.85144715078,177.694189817741,550.813645677111,4452.63346260336,14727.1141494252,1312.11143323884,4327.21967616184,425.159401571568,3380.97535184201,1518.92871454766,8216.71094951481,1652.69397528684,10076.2850085086,167.07464346029,994.700283177669,1384.04517577757,1327.62149900781,832.334597378265,1748.89953852839,424.466265613459,761.386406814138,984.340307119995,2514.21563173597,1428.15732496607,1821.01423524725,437.381065258009,1561.94233306519,12901.2557407819,3961.23792819131,92897.2850694243,34139.5361080192,2834.32961101778,15209.1345558336 -504,542.602926732766,1595.83873848062,617.585569743578,1436.30357098047,942.349268537513,5691.35996256004,171.994773326755,514.855512086008,4447.70680897516,13765.7008980424,1295.11043099816,4044.73077194778,431.953995257788,3160.2590273212,1471.36737738364,7680.30886085752,1574.56201604854,9418.48648575667,163.746665037343,929.764408864602,1231.75716015593,1240.95191194437,868.062423764219,1634.72814183666,437.642285570395,711.681693894368,990.058134310386,2350.08298492823,1501.49543068451,1702.13505776822,427.103966884748,1459.9758485477,13655.1878406706,4087.26195027513,91844.0700531351,32524.8864181554,2985.91736634758,14385.7103666803 -505,568.921225440993,1532.05494252447,644.405723676675,1378.89620788454,974.569333329061,5463.88300401059,179.343938322227,494.277343291169,4598.07134880804,13215.5020364016,1339.08611736135,3883.06764394204,446.744585780148,3033.94719385915,1532.83351207557,7373.33595598394,1644.76150502946,9042.04066718024,170.377606487123,892.602819844161,1306.3240955815,1191.35252471667,900.651487096599,1569.38998220408,449.059345082364,683.236614291708,1034.76049482508,2256.15293424315,1552.89152416402,1634.10272304881,444.738302977126,1401.62233238144,14046.8955083714,4219.61283478224,95440.1778929828,33985.6816587458,3070.69104551833,15064.295250045 -506,593.152746273641,1503.7933695911,673.277393577331,1353.4599296774,1033.64110730214,5363.0916265403,186.921181025322,485.159488050472,4879.78503958049,12971.7177801808,1420.79116077048,3811.43731504299,474.580134335979,2977.98045434135,1612.27460822148,7237.32120475128,1726.95495275608,8875.24358654756,178.85670753894,876.137118129845,1328.31672463104,1169.37583489173,953.648332376788,1540.43969575426,468.984166142382,670.633057546065,1083.57836044666,2214.53404125824,1650.81252867791,1603.95869099997,468.802708681303,1375.76682898392,15030.7914507552,4491.06711285739,100548.532121869,35528.7671783526,3287.33489228803,15716.3218046574 -507,644.868942871128,1513.22353687428,730.091917132328,1361.94736804894,1126.25002483688,5396.72314282171,202.189404352933,488.201884182716,5317.6680576022,13053.0623791735,1548.20833957218,3835.33853192358,517.476344634085,2996.65513027645,1755.28651144668,7282.70586398904,1882.05639477948,8930.89952531716,194.206371876633,881.631303537254,1434.41783535357,1176.70889670921,1040.07813216311,1550.09966920165,496.372905851777,674.838543516527,1178.87206098427,2228.42120613451,1801.06096137535,1614.01698695824,511.086621000418,1384.39415212705,16406.7234028552,4896.81879293684,109401.53966325,38608.0649976447,3588.75241822847,17077.0181307548 -508,786.722074315621,1554.47328405397,892.912019682455,1399.07339948783,1365.82650727733,5543.83522495336,248.278677081367,501.510033180176,6446.94405374192,13408.882593399,1877.20373229557,3939.88801911777,626.659417074629,3078.34251055866,2133.93207124263,7481.22892971807,2285.7847143904,9174.35155902497,236.915756979372,905.664149637265,1775.66905563164,1208.78541634465,1259.93911378385,1592.35464204589,607.063230983024,693.234318250951,1435.68718237773,2289.16689844167,2179.14641513443,1658.01431520049,619.97352793042,1422.13207212415,19813.5571799367,5925.12784254907,133013.706955066,47083.75081774,4332.87693539396,20834.2979790742 -509,1039.35438438825,1651.06017290874,1151.31393555427,1486.00454737065,1643.29153170803,5888.30032589433,322.339704488654,532.671259514021,7732.98869629116,14242.0408509263,2254.32274029855,4184.69217889742,750.863829495217,3269.61471122898,2695.3916489985,7946.07360382353,2951.90706418527,9744.39807152283,298.917421348267,961.937411749965,2585.55362357241,1283.89305817768,1548.45591666892,1691.29528155791,786.109951949826,736.308294969671,1855.21522588367,2431.40382914862,2614.14267159297,1761.03470546685,782.534279036709,1510.49596605279,22798.9338782579,7029.98277466721,166159.306471746,61261.9163700132,4973.38917801741,27498.4581857721 -510,1060.62178939498,1885.65726287725,1173.42170948819,1697.14908844391,1703.37695248538,6724.96160813086,326.726696647565,608.35785739961,8021.0277213056,16265.674752139,2337.6967296513,4779.2898947722,779.94563783888,3734.19020590719,2772.58991703817,9075.12133613516,3029.23613596563,11128.9674946025,306.154350802056,1098.61790421852,2579.58946689515,1466.31982869848,1602.31870937682,1931.60932815741,805.341769791987,840.929426382011,1900.56736503176,2776.87898033689,2716.44827911626,2011.25794021926,806.096137702066,1725.12046239739,23865.4237817047,7315.68864506906,171076.466345337,62613.5951276677,5208.87162015839,28057.4181647124 -511,1034.08415619917,2092.68702339415,1144.39770257152,1883.48219163249,1665.02664179204,7463.30744574732,318.864765218186,675.150579494736,7840.85842415243,18051.512939638,2285.14005276988,5304.01687556284,762.20537275511,4144.17377994964,2706.06933495618,10071.4955096767,2955.49918964068,12350.8371951929,298.75082655226,1219.23717373672,2513.56229819376,1627.30976518006,1565.05516020785,2143.68424998623,791.891462323943,933.256606502662,1853.96969662197,3081.75760361668,2654.74994230651,2232.0776288757,786.874940077674,1914.52459390322,23347.2468196941,7151.95130904165,167107.683186725,61108.7459472981,5095.84004793072,27380.412376683 -512,1005.50280799642,2164.59927519488,1115.5398814905,1948.20541307588,1602.15534749155,7719.77352897189,312.028108714573,698.351181368437,7541.47009771804,18671.8278407137,2198.25941381549,5486.2819696007,732.396338205788,4286.58249421897,2617.22629092663,10417.5883142887,2862.19540330791,12775.2563770397,290.173945791168,1261.1345476213,2481.69419638903,1683.22998080867,1507.40588534503,2217.34894988781,768.706503619189,965.326659659801,1798.01732223046,3187.65787742859,2549.97996276774,2308.77984315432,760.135955280103,1980.31454392267,22319.1490534266,6864.26552422081,161514.703175321,59352.4079198929,4869.77690347539,26615.6439599837 -513,970.870240023018,2164.77283746827,1074.37390993472,1948.3616244192,1528.54403159387,7720.39251718791,300.918713857567,698.407176683622,7191.96025800602,18673.3249884424,2096.72021274004,5486.72187161028,698.28727299548,4286.92620171777,2512.80543757025,10418.4236191564,2751.81163305183,12776.2807248557,278.667885705195,1261.23566812968,2424.97044944244,1683.36494584606,1440.86266877685,2217.52674174474,738.08813406339,965.404061648952,1731.30226793716,3187.91347076373,2430.25106637855,2308.96496613894,728.884256337715,1980.47332984587,21160.8336252649,6534.52488394194,154819.467132982,57178.3442072606,4615.45586596313,25676.1132829821 -514,931.03714847924,2186.03410091638,1027.622137412,1967.49741043425,1447.99221442643,7796.21816336644,288.214150738128,705.266565678399,6810.00354067832,18856.7245928535,1985.69804508878,5540.60957620439,661.041449457934,4329.03014250074,2395.89470560864,10520.7479117782,2630.04120684688,12901.762653341,265.768157020191,1273.62286337998,2353.26653010919,1699.89807346734,1368.39015773842,2239.30612637274,712.176924184705,974.885754015622,1655.63861930801,3219.22348490405,2300.54955875575,2331.64240905021,694.624081298781,1999.92450018994,19916.2791294747,6177.87500362836,147432.04588258,54738.4261362581,4342.2962330796,24624.3801929249 -515,894.51049536778,2215.65523750888,988.618472380877,1994.15733742964,1385.98285094727,7901.85825517709,277.788473119894,714.823048474037,6517.20082189872,19112.2364417391,1900.45260053513,5615.68578521397,632.291590930615,4387.68924260824,2297.37340225767,10663.3058484634,2521.31534064714,13076.5837477048,255.328018862057,1290.88067138384,2274.69247659056,1722.93198360003,1309.50813049589,2269.64910803707,686.973971423042,988.095623006081,1589.16723200224,3262.84451466207,2199.56247961896,2363.23656316445,665.3757643753,2027.02381980713,19011.9375017724,5906.56724338399,141354.573972276,52573.9578472741,4144.49098168118,23654.3792262961 -516,879.636632738096,2192.25338297728,970.821462676638,1973.0949541068,1353.55939471944,7818.39845769304,273.002882351911,707.27305391124,6363.15306811924,18910.3721040879,1855.7099442859,5556.37264857792,617.252038045996,4341.34626304756,2251.89954404922,10550.6795119886,2474.66344748075,12938.4682568768,250.320712973223,1277.24632919108,2251.60226600262,1704.73429518467,1280.68349306448,2245.67696771267,669.372222403249,977.65931069474,1560.30430760582,3228.38219787257,2147.17748984957,2338.27594774979,652.006271976514,2005.61429915601,18497.2024911186,5760.56834380249,138424.070235979,51635.1292638238,4031.45940945351,23251.9540065562 -517,872.515382279597,2176.31466691876,961.936806644157,1958.74962319104,1335.52376443329,7761.55501340089,271.008857538357,702.130845227852,6277.16173669213,18772.884779918,1830.7676941601,5515.9751987901,608.839060489855,4309.78262814307,2228.17935661075,10473.9710957664,2448.35267823898,12844.3994902918,247.719280319531,1267.96014597164,2244.49400732461,1692.34007283011,1264.15041828741,2229.34983699618,657.970416790445,970.551266398342,1545.83223424302,3204.91033664529,2116.93002405211,2321.27557877463,644.40245825141,1991.03253726417,18197.7096860257,5676.68422430239,136843.697989727,51152.814603544,3965.52432565404,23046.2836764195 -518,876.233847937018,2147.87953171201,968.631458512703,1933.15713364059,1344.2881678753,7660.14464771458,272.547070859397,692.95699467197,6318.57606884519,18527.6033759684,1842.8215827371,5443.90496788145,612.59894871101,4253.47218112648,2239.54782116287,10337.1210396661,2462.72415684643,12676.5780618431,249.450350463932,1251.39332374895,2255.03733309531,1670.22841796778,1272.20046881902,2200.22175868943,657.231651875091,957.870307663548,1553.04796534212,3163.03585032523,2130.95760619849,2290.94642374116,648.330001873667,1965.01824794345,18326.7714171022,5713.61849491474,137647.298713585,51424.5869977112,3993.78221871095,23165.128044481 -519,885.468518021159,2129.53988396582,977.557661004098,1916.65089092747,1356.85209164473,7594.73857979981,275.39559175522,687.040188353038,6377.66503666018,18369.4056211691,1860.05106685934,5397.42224014901,618.602394145572,4217.15395175265,2262.42290598598,10248.8576357935,2485.49746874418,12568.3392277518,251.7584439898,1240.70831445925,2275.4561316212,1655.96718944497,1284.05905775951,2181.43518736544,654.862818137368,949.691541690079,1569.1716796125,3136.02830057812,2150.90282866572,2271.38520077849,654.346954066757,1948.23995942678,18499.1181986029,5766.62691905394,138917.649748458,51901.2893999256,4031.45940945351,23376.2360686803 -520,902.209824038838,2126.82075384164,993.34470119969,1914.20359082555,1356.95213217429,7585.04114111217,280.12396963976,686.162932337904,6373.46127588797,18345.9504116358,1859.35160005907,5390.53047281625,617.647314435311,4211.76922501667,2284.8673553504,10235.7712513845,2522.03495645255,12552.2911837295,254.624251148774,1239.12410024539,2364.43118843305,1653.85274664755,1289.48920975403,2178.64979406213,672.281520367171,948.478915949121,1592.02379100693,3132.02402289983,2148.32333347855,2268.48495365489,660.869856366851,1945.75232442041,18295.2361215878,5746.52347670279,140098.83318243,52783.9049931915,3984.36292102531,23838.678347692 -521,912.364894941945,2220.25461530647,1000.21938772353,1998.29691782436,1342.66434676219,7918.26136284622,282.744412827959,716.306917084413,6301.20109276338,19151.9106629194,1838.85172713536,5627.34313157431,610.335730616488,4396.79744687374,2287.66280633218,10685.4413194238,2535.52281492045,13103.7288323458,255.084185072605,1293.5603517776,2437.42429333497,1726.50853963545,1281.78390792047,2274.36056925139,675.145056633595,990.146765707982,1602.25852576908,3269.61770498684,2122.67497961543,2368.14229831451,661.041909470704,2031.23162623575,17875.9067166126,5662.73379169243,139906.50768141,53199.6052614067,3890.16994416892,24093.6072000317 -522,917.538776762259,2224.21759903692,1001.46672682151,2001.86372413539,1326.90776659704,7932.39485039226,283.598822929545,717.585469840862,6223.39639563523,19186.0953504958,1816.58165363939,5637.38750627006,602.837063031835,4404.64539216252,2283.02282609878,10704.5140103709,2535.74446415179,13127.117980515,254.44378952523,1295.86925751892,2482.12668600234,1729.59022459442,1271.13601510573,2278.42012794839,676.592078665973,991.914101533437,1605.43997409047,3275.45372112676,2095.49358844086,2372.36925018522,658.622006964904,2034.85721846831,17496.6025786969,5579.57920958519,139262.320140833,53324.6445484195,3805.39626499817,24201.4333638999 -523,912.118918704299,2167.43410976011,993.677072870994,1950.75685070614,1313.83701942549,7729.88361312764,281.490888233204,699.26576638669,6161.14476069924,18696.2811164611,1798.51769654534,5493.46699545757,596.750630143187,4292.19635187872,2265.4785001035,10431.2315506042,2520.82035085889,12791.9872975257,252.277538126184,1262.78617332772,2475.68628033984,1685.43439738846,1260.5322347989,2220.25286726335,661.237132190576,966.590885058425,1594.59607185952,3191.83254515422,2075.21873387701,2311.80350161059,654.026669336345,1982.90803278847,17281.9553226035,5519.63566791559,138100.917983277,52972.7890033973,3758.29977656998,24056.311877693 -524,877.170669874554,2033.93650811315,952.497252495576,1830.60493476418,1242.04960570005,7253.78105540013,270.324538434805,656.196266692983,5820.60237552459,17544.7311442956,1699.54941747108,5155.11084182969,563.534766046711,4027.8294139435,2162.04090508135,9788.74632442865,2413.42140326139,12004.0973142371,240.869257749485,1185.00806474621,2414.5256867773,1581.62434439933,1196.10977429208,2083.50202833601,627.617941275861,907.056173323456,1527.92162873081,2995.23972246216,1959.54480840059,2169.4138337751,623.694037919668,1860.77584640655,16165.9015203479,5199.63790465937,131508.100227608,50806.1674514513,3513.39803674336,23120.947489388 -525,790.217185341043,1933.01058206498,854.336722729509,1739.76852097621,1100.85717927693,6893.84131910713,242.522874753985,623.635163816286,5155.59121419308,16674.1443629772,1505.7514726387,4899.30918159238,498.951318677851,3827.9645646993,1933.70452400688,9303.01912316017,2167.77934833246,11408.442222262,215.284669546388,1126.20680136754,2203.56336934811,1503.14259190504,1064.79934851904,1980.11661252078,572.809954058739,862.047155635236,1371.76124224355,2846.61298730109,1735.76275825172,2061.76538984281,558.010110834494,1768.44232236707,14181.5884085503,4595.64574277488,117449.801815491,45692.2706606787,3080.11034320397,20844.3268824016 -526,694.39799507986,1856.00720017449,759.308862193332,1670.46312706643,990.012550396899,6619.21835495318,216.145686472784,598.792042353193,4640.1243862887,16009.9133866998,1354.79097731176,4704.14037113159,448.74207658438,3675.47382306874,1715.76951745233,8932.42418647339,1910.58365633469,10953.9756811229,192.081201909247,1081.34324334152,1912.40388632387,1443.2634251202,950.132278792831,1901.23671547502,517.400487018755,827.706657477136,1210.97082235026,2733.21535306703,1559.49451542711,1979.63293327185,494.491409667525,1697.99467931534,12914.3165528124,4146.79568173585,104622.255873739,40328.4345333424,2806.95071032043,18329.569734527 -527,579.461681819139,1724.93945351955,648.133892150983,1552.49815477851,928.464955620822,6151.7815722084,181.850213685591,556.506471640557,4370.72231825275,14879.3233375135,1273.97859435994,4371.94280296764,424.061499260361,3415.91875677723,1511.4781401602,8301.63314742082,1642.99426475036,10180.4264678963,168.554199554272,1004.98081206863,1431.22365384393,1341.34286956298,869.140782366248,1766.97494529896,441.968097768362,769.255566082329,1037.25155334848,2540.20081227457,1473.539652145,1839.83496926425,437.227321940317,1578.08548045608,12950.310394001,3974.41640011517,93363.4972811536,34226.7895446596,2825.78930569171,15316.5902604952 -528,618.280335018359,1614.06267897985,647.901514524356,1452.70567363985,962.554972081635,5756.35337499978,174.357715252863,520.734988496568,4469.25147167064,13922.9005624238,1296.56390449265,4090.9202340444,438.748346116883,3196.34812021468,1505.17651652654,7768.01539931968,1606.95112870362,9526.04242682413,168.665390578221,940.382005026968,1465.7757024779,1255.12316450288,999.21764894041,1653.39618621413,495.516083161807,719.808858958846,1047.51695300112,2376.92014049594,1599.08128024726,1721.57286640542,431.508198347316,1476.64828063791,14075.3586258108,4232.57533400206,94924.9057304604,33523.5891619166,3073.58002342837,14954.1209570184 -529,633.550647385144,1547.15478174402,675.902885536863,1392.486524042,995.400303117711,5517.73469861044,181.790920343367,499.148910365172,4620.16921690042,13345.7532110929,1340.54453402329,3921.33891964809,453.744866512549,3063.84959067032,1567.84552708415,7446.00710135661,1678.35773368678,9131.15846348205,175.471252178591,901.40025829918,1504.79586911135,1203.09442187565,1023.4142931922,1584.85779327684,508.390112418894,689.970552310744,1094.52720214321,2278.38943870275,1653.59896725281,1650.20833891244,449.282516545534,1415.4366358232,14470.1802964915,4363.92861917629,98465.3662234061,34950.6750229232,3159.01066912939,15611.6102238894 -530,659.498081332283,1521.5544811025,706.424057185399,1369.4454721218,1055.85029706429,5426.43441707988,189.50590751353,490.889644827543,4903.54558428831,13124.9250828908,1422.41684235473,3856.45371459632,482.055306837241,3013.15300131347,1649.40260532178,7322.80028157174,1762.53971735951,8980.06795551943,184.246697259526,886.485061782907,1533.55004045805,1183.18718359311,1078.58164654531,1558.63363234563,531.223001879551,678.553818974574,1146.57557147086,2240.68962010832,1758.15909110068,1622.90284233525,473.647690977392,1392.01583536829,15475.8274757676,4642.13289364888,103714.123703303,36535.4371761642,3380.18301933514,16285.4196378751 -531,700.608997191744,1526.29849225731,766.108049495659,1373.71522695236,1150.47513568412,5443.35334159108,204.998265308265,492.420175597071,5343.63039397387,13165.8469110425,1549.99747646977,3868.47764122351,525.633731431629,3022.54762479025,1795.75933730583,7345.63183091923,1920.86735883756,9008.06665230025,200.071890139195,889.249008177137,1648.71144233767,1186.8762090384,1135.46022402931,1563.49325152453,562.073943788436,680.669462499884,1247.47997429698,2247.67580212433,1918.2055263705,1627.96284464396,516.373941343297,1396.35596168823,16824.7761557365,5042.1460929987,112481.357081583,39607.0533031393,3675.79474350129,17647.0675503145 -532,856.274574210084,1564.1927208575,936.790784400558,1407.82118925644,1395.13178813582,5578.49838492583,251.698589544569,504.645754535976,6478.22493726189,13492.7224305383,1879.32364204405,3964.52240364377,636.517949867707,3097.5900304729,2182.97815065549,7528.0057592339,2332.79519230687,9231.71473863441,244.040923359277,911.326868680376,1999.37927191661,1216.3434191638,1401.184284338,1602.31093429673,687.768981490247,697.568807119556,1519.02553485626,2303.48005083249,2320.76646364394,1668.38114846887,626.365072028298,1431.02403761694,20379.4163884451,6114.07396920238,136940.956528155,48317.0659128723,4450.92518346656,21519.6063334168 -533,1123.83138055822,1661.21351258983,1206.04203129503,1495.14286297215,1677.64228047981,5924.51094639993,326.522003631193,535.946968252531,7768.08535325172,14329.6235331836,2256.25388503269,4210.42631133567,762.342493715247,3289.72149433363,2754.7236663528,7994.93868200446,3009.56874360127,9804.32210411195,307.576003303091,967.852930429241,2847.45568997229,1291.78847140838,1724.9942448985,1701.69605057679,888.092992447852,740.836287559828,1959.32525147421,2446.35596074523,2781.21672232989,1771.86434320398,790.063002732422,1519.78489378656,23472.3957612138,7258.31014326233,170911.420756905,62776.2145068092,5113.90579116495,28338.6609758687 -534,1143.60707992146,1891.81868991172,1229.62263381078,1702.69456082689,1739.18683990538,6746.93556971647,331.032256062948,610.345680225639,8057.97574437387,16318.8232060625,2339.83708407931,4794.90633077196,791.934433746302,3746.39175543556,2834.10899839885,9104.77449688836,3088.92379594726,11165.3316433462,315.099818491526,1102.20766264858,2825.78424058638,1471.11106134271,1785.21146398984,1937.92090458694,910.328513011727,843.677181980971,2007.8744165852,2785.95249414967,2890.57339214397,2017.8297702597,813.944744982076,1730.75733186672,24571.8871585637,7552.91168929911,175983.017885539,64157.1614259288,5356.30169206624,28916.6462793238 -535,1117.60745233584,2104.57597458552,1199.25617035607,1894.18261056557,1700.04636292071,7505.70790838542,323.071587301996,678.986237764083,7877.0195238051,18154.0670023672,2287.24318159052,5334.14999965011,773.92980829497,4167.71761581596,2766.17503437334,10128.713582518,3013.80137666556,12421.0046397007,307.48865354789,1226.16389096066,2683.37707980178,1636.55482005696,1780.63954965387,2155.86292607725,895.83760821976,938.558613979029,1958.72983634255,3099.26565203646,2824.9863885235,2244.75848448783,794.548544113853,1925.4013706009,24124.1998807231,7402.29832069566,172174.710083902,62636.9543902083,5258.270445868,28212.5810169327 -536,1092.75904672983,2161.90907398686,1168.72093432628,1945.78414988146,1635.72530214171,7710.1792616582,316.098553665866,697.483258509336,7575.90940188037,18648.6221719377,2200.19618726907,5479.46352401067,743.621298746945,4281.25505577051,2675.05061328743,10404.6411563603,2918.33759454539,12759.3790686935,298.60736481811,1259.56718791535,2721.26865359764,1681.13803363876,1697.93691044162,2214.59319047685,868.746110847027,964.126935084586,1899.20214734132,3183.6962013942,2713.18486961052,2305.91045185669,767.491297093959,1977.85337494818,23008.3505186062,7095.59824172971,166297.511734109,60855.2175676007,5013.66316995041,27454.0360229697 -537,1054.62716770785,2162.83473476843,1125.36755901133,1946.61727283682,1560.45579768401,7713.48051546543,304.812235484538,697.781898681567,7224.49336487903,18656.6069194845,2098.48898310408,5481.80965620895,708.947364773102,4283.0881531698,2568.00802278955,10409.0960931477,2805.46273401588,12764.8422294449,286.725796959778,1260.10649456873,2668.31814615396,1681.85784353496,1616.50646889924,2215.54140892332,833.753381796374,964.539743607849,1828.31120545761,3185.05935896152,2585.47091200063,2306.89776945334,735.878378724924,1978.70022892687,21801.3504855415,6751.88807600862,159338.638669756,58614.5842044819,4749.12777904186,26479.2030536272 -538,1019.08505703449,2183.95136485932,1076.17880668779,1965.62288441603,1478.10891638005,7788.7903448019,291.91233456466,704.594625517193,6840.50516733796,18838.7589169242,1987.29625508555,5535.3307805362,671.091683974683,4324.90567474148,2448.22267616154,10510.7243073825,2680.98048788014,12889.4705457905,273.41311081193,1272.40942381856,2588.75853447049,1698.27850174637,1558.47842534104,2237.17263558674,804.44763999198,973.95693515111,1747.99897729588,3216.1563814106,2447.14866192613,2329.42094520595,701.228346123127,1998.01907937963,20566.0292422622,6395.27755960504,151928.945795654,56156.5869611204,4478.02386642527,25404.2295497257 -539,983.205871510741,2204.48945871543,1035.23271695882,1984.10779572652,1414.76494700094,7862.03689676317,281.336778190159,711.220702810956,6546.27073248066,19015.9204622745,1901.9517487104,5587.38557668436,641.891032364111,4365.57751391147,2347.44870622182,10609.5681945652,2570.05915030338,13010.6843970165,262.6543772434,1284.37528743177,2518.44844380443,1714.24928013635,1496.89222694499,2258.21122751754,775.797677469521,983.116122149409,1677.68512890051,3246.40143296264,2339.63608871328,2351.32704933117,671.685677622444,2016.80864770009,19633.9711740283,6116.64800687236,145714.945518746,53958.5321952515,4274.41130966819,24422.9929745818 -540,962.259923503394,2190.72025704475,1016.48074999628,1971.71509397523,1381.60728138356,7812.93075513666,276.473599235821,706.778431041115,6391.37264871738,18897.1473636944,1857.13247935995,5552.48686645781,626.601045653083,4338.31019495906,2300.82117408446,10543.3010216685,2522.32725924329,12929.4198953298,257.482074283415,1276.35310239316,2491.21355087429,1703.54210983953,1450.44265078321,2244.10648064123,755.691460861685,976.975596460773,1646.9983922217,3226.12446776431,2283.7353292568,2336.64070269977,658.157054112497,2004.21169701313,19081.677928662,5959.38703817592,142568.27582615,52962.1079469234,4153.48158067697,23987.436351013 -541,944.205208543559,2180.19086951252,1007.09070213375,1962.23832383041,1363.1516521982,7775.37900683892,274.439797758617,703.381400326708,6304.87589790072,18806.32089363,1832.13970307416,5525.79962248106,618.043838570357,4317.45871968245,2276.46263792275,10492.6261342797,2495.39667373229,12867.2764645531,254.790079154577,1270.21849145876,2442.18422401515,1695.35427527038,1427.7377174318,2233.32049976472,742.875841989752,972.279901229222,1631.55884163424,3210.61855611765,2251.44942771265,2325.40996915303,650.46094297697,1994.57873653513,18777.108299623,5871.06449631937,140853.197916107,52416.3789413308,4086.52666773633,23744.1841755619 -542,943.903743844662,2159.88419295624,1014.10159317282,1943.96169515281,1372.10582542113,7702.95777583464,275.999758031269,696.829983754942,6346.49576737549,18631.1555533193,1844.20836853826,5474.33136471626,621.866335248114,4277.24515902971,2288.11952095709,10394.8959914218,2510.06869931948,12747.428415935,256.570927291304,1258.38745573498,2432.17506378946,1679.56345099089,1428.3124504689,2212.51896460126,742.103241937506,963.223917300233,1639.23052580394,3180.71429705649,2266.39324199317,2303.75069667158,654.429856590284,1976.00088363461,18901.4103566708,5905.44041969462,141596.76004097,52662.5941026828,4113.78229722105,23846.4906185509 -543,942.289589895714,2140.87922503266,1023.44944789157,1926.8566439739,1384.93106547649,7635.17892642974,278.882757974299,690.698529331303,6405.8493913871,18467.2187483624,1861.45171999236,5426.16235068821,627.958365023235,4239.60938794822,2311.47439002853,10303.4305945593,2533.28347053194,12635.262926256,258.945391473606,1247.3148189197,2450.29428622013,1664.78485794604,1415.11954057643,2193.05085974189,739.201337929223,954.748444535901,1656.22731400362,3152.7269756127,2287.60982692239,2283.47983759639,660.504085055807,1958.61391745703,19031.3977874735,5947.30310665223,142656.506078542,53086.9957421546,4142.49030893635,24037.7905189774 -544,968.094583236902,2140.99493227962,1039.63942107432,1926.96078402765,1384.85367905337,7635.59158190478,283.625022246668,690.735859239675,6401.14572618722,18468.2168387803,1860.62988571033,5426.45561632403,626.92632674957,4239.83852442856,2333.94890101799,10303.9874599697,2570.00227424823,12635.9458192799,261.83058000649,1247.38223204703,2545.6942027094,1664.87483391033,1443.66858593368,2193.16938668842,758.606629915202,954.800045444893,1679.74159939632,3152.89736979211,2284.33608175444,2283.60325192187,666.993485133766,1958.71977388348,18864.2697597387,5937.94762256489,144044.994714337,54029.1820527317,4103.17052187328,24526.316873417 -545,977.316574961254,2226.99457857572,1046.46747515705,2004.36309047607,1370.07425619822,7942.29860180703,286.226240110039,718.481389452302,6328.04072804071,19210.0495689324,1839.98155836363,5644.42589575317,619.432972721634,4410.14467880381,2336.28505922061,10717.8788072292,2583.18071959328,13143.507446209,262.235460708227,1297.48717584429,2614.61886547683,1731.7496521011,1432.41938838303,2281.26478041353,761.346567813256,993.152525851903,1689.85448305406,3279.54318969665,2256.47885425775,2375.33119998235,667.063615101477,2037.39777783738,18431.7435963862,5850.75155579778,143789.500744458,54431.812162716,4006.21216151276,24773.617490445 -546,981.005371650994,2226.30033509398,1047.50234537496,2003.7382501536,1353.84784562681,7939.8226689568,287.053007837173,718.257410002068,6249.50669615951,19204.0610264251,1817.59713199507,5642.66630193825,611.765976924788,4408.76985992177,2331.14341476099,10714.5376147666,2582.98948798631,13139.4100880656,261.526754066984,1297.08269708033,2644.26652654978,1731.20979631539,1428.28650050807,2280.55361873439,762.774947147438,992.842920397949,1692.68041153432,3278.52082462022,2227.14540207857,2374.59071402947,664.544998034775,2036.76263927862,18062.1526612546,5769.17652032769,143153.292100511,54549.6696944093,3923.52933374689,24872.7172670189 -547,960.360888342545,2169.54577473333,1039.30187592416,1952.65741363185,1340.47532283196,7737.41460306613,284.911961428176,699.947039703929,6186.89606028077,18714.4963331477,1799.49833518337,5498.81911286849,605.576125044547,4296.37810792549,2313.13570516297,10441.3943814804,2567.66628808154,12804.4501407524,259.290332434201,1264.01646739705,2621.84630393042,1687.07646473694,1383.09614703575,2222.41599194169,745.103351466647,967.532605088679,1681.12479415574,3194.94225029157,2205.46779299903,2314.05582128082,659.88600113201,1984.83991963066,17784.5385429777,5691.29188872294,141641.127202636,54101.2329639902,3863.14294251429,24683.3696539192 -548,914.478730939214,2045.44940864748,995.962564990469,1840.96689662853,1267.08261475093,7294.84038023916,273.572020780952,659.91060208118,5844.52773221446,17644.0413950139,1700.37427262894,5184.29084726677,571.814404797915,4050.62855208129,2207.13788475811,9844.15457455807,2457.85606753298,12072.0453439971,247.514608224715,1191.71568808026,2538.10867660136,1590.57697575586,1299.48950494064,2095.29548969511,706.844991051548,912.190476907104,1610.33003452009,3012.19398669982,2082.08935720505,2181.69359058482,629.204882143527,1871.30858779297,16621.0137282863,5355.69565569728,134721.757954408,51833.5113779892,3608.30338764179,23691.0758383251 -549,835.342766512238,1947.38724888662,893.108034321602,1752.70795990371,1122.91613820724,6945.11390948279,245.407921680101,628.273418284022,5176.43779875067,16798.1574544039,1506.39497153915,4935.74754174077,506.235216305529,3856.43485434093,1973.71250305198,9372.20984958967,2207.32051552268,11493.2919247443,221.183814921703,1134.58290655069,2322.60970337859,1514.3221376508,1182.74892817189,1994.84362802205,645.026286463467,868.458587034576,1445.32241210414,2867.78452504035,1843.91037701734,2077.09966392758,562.871801204984,1781.5950212182,14627.8097973299,4746.4512067115,120544.567575453,46673.9855113885,3173.28620172404,21380.9110247182 -550,754.433624043367,1868.21434699647,793.976947081752,1681.44993177865,1009.9904432483,6662.75362264936,218.741399397492,602.730358096877,4659.26356864821,16115.2122041291,1355.4652297024,4735.07997749529,455.349269553653,3699.64778564514,1751.65628336087,8991.17364256937,1945.88562827888,11026.0210855864,197.384022244158,1088.4553470743,2079.74198670775,1452.75591444437,1080.00848254363,1913.74134138755,582.960675289534,833.150567766063,1276.412534836,2751.19198651319,1657.15690612288,1992.65317902725,498.883881811808,1709.16256182753,13343.958398305,4293.66389282937,107676.847624955,41313.4215566746,2896.68665323714,18870.3554139341 -551,629.648189786478,1735.41098883126,679.021560571834,1561.92285615916,947.933110961557,6189.12699777208,184.217601058873,559.884837853403,4390.71948165788,14969.6507744709,1275.1105484017,4398.48341768233,430.570237353102,3436.65566659196,1544.94279104308,8352.02960885642,1675.3705732025,10242.2284604412,173.450975903707,1011.08171725675,1559.5333560075,1349.48571724095,985.327274415174,1777.70166413935,499.742810779197,773.925461485047,1095.71803240652,2555.62152889757,1567.99688369839,1851.00399714464,441.484949254328,1587.66551400437,13364.9865732611,4111.38138234399,96174.3040751714,35097.7665051899,2912.41456806236,15797.1622433671 -552,676.337373797651,1628.58397915871,739.178374681048,1465.77528700318,1034.73627008162,5808.1417822175,187.593003716031,525.419905123455,4448.63446729887,14048.1612608219,1273.0138104453,4127.72517445964,449.697954695325,3225.10482906758,1581.66308966177,7837.9022041362,1632.62399328332,9611.74574144626,180.179578085398,948.842376210585,1767.50656761183,1266.41517965852,1059.38821305441,1668.27135967998,580.338777604378,726.284791181594,1121.32730291715,2398.30466992644,1719.5829516637,1737.06140764884,438.031357644485,1489.93329938036,14634.935309961,4359.84770776617,98980.7696781269,34988.7328112547,3146.28557897836,15648.9036051893 -553,696.416411237293,1566.50687140847,761.331990990871,1409.90399538214,1075.99972872205,5586.75151444045,196.273658629254,505.392354513927,4625.16869856152,13512.6842873033,1323.71333566103,3970.3877305836,467.740276413181,3102.17277119283,1654.88527954198,7539.14309445042,1712.23371967171,9245.37263223278,188.266960726244,912.675134496441,1757.9177263381,1218.14294281335,1093.4434975926,1604.68147897578,579.702592244686,698.600827802053,1155.0810116422,2306.88794268476,1775.05508992901,1670.84944096408,458.201734756876,1433.14117128017,15148.7993752503,4512.05311308081,102902.80203955,36499.358925936,3255.88407214427,16344.7221211678 -554,720.075920006962,1532.05494252447,787.559345896558,1378.89620788454,1116.99610575847,5463.88300401059,201.827011858032,494.277343291169,4802.41209639354,13215.5020364016,1374.22531682129,3883.06764394204,486.084281128378,3033.94719385915,1711.2147894932,7373.33595598394,1770.23873472142,9042.04066718024,194.358441609322,892.602819844161,1747.25201234238,1191.35252471667,1140.21624489445,1569.38998220408,591.360535355738,683.236614291708,1197.13833569777,2256.15293424315,1855.68593321781,1634.10272304881,474.586858886467,1401.62233238144,15813.6782927422,4699.22108814637,106539.200608831,37608.6596075988,3400.43371949652,16842.5021793514 -555,764.53366760263,1540.73301129947,834.233315846751,1386.70673464403,1214.56234225598,5494.83225470079,218.017873899326,497.077094566366,5222.22839832162,13290.3590355763,1494.28557364529,3905.06263063395,528.901065311661,3051.13247989376,1859.91872847659,7415.10098330193,1926.35429892967,9093.25779301441,210.694183064749,897.658819106565,1809.07797869539,1198.10074167534,1199.21271832663,1578.27952906192,601.168790613445,687.106693728057,1268.00444781717,2268.93253488725,1947.22704106265,1643.35882439507,516.519279753925,1409.56158746908,17137.4441694832,5054.40563481209,114619.012542864,40529.6090965563,3680.36124066989,18140.6741343457 -556,934.208987568348,1574.31713162242,1029.6196992393,1416.93346795045,1481.03315098872,5614.60583405748,268.663340170036,507.912130118453,6367.05176827835,13580.0555720383,1822.05717350835,3990.18321433929,644.107672183143,3117.63952529004,2271.10426016106,7576.7316109342,2348.92423585651,9291.46803554741,258.141859148658,917.225532851741,2166.87512536384,1224.216336767,1479.4264907553,1612.68206942326,720.219093957309,702.083898543972,1554.04651353164,2318.3895807852,2410.95478942933,1679.17993038002,629.399342579859,1440.28649931883,20889.140080076,6177.29078302703,140220.840655161,49561.993888434,4489.40720113949,22179.1360226476 -557,1249.80473557792,1665.23435134672,1346.83209883363,1498.76174057275,1846.13476129899,5938.85076668694,356.224742527078,537.244186415792,7924.01562991808,14364.3072780708,2270.26835463159,4220.6173224052,800.684381613221,3297.68401064086,2948.11699756513,8014.28981240879,3110.17314031358,9828.05270707326,334.447948283427,970.195543551603,3319.39636414345,1294.91514544046,1879.54401157656,1705.8148741842,987.606728660434,742.629424465443,2048.72135062447,2452.2771760409,3010.746312738,1776.15300373384,817.707409235636,1523.46341551586,25130.4579809276,7636.94515950801,180666.637070194,66095.4686587289,5391.76233533355,29850.5111198244 -558,1268.85089199978,1894.39318387278,1364.32981568236,1705.01168396757,1918.90881626611,6756.11718155512,361.822878762405,611.176273176367,8239.94160621819,16341.0307844206,2360.03223116638,4801.43151072616,833.884599898981,3751.49005740368,3039.37450751992,9117.16478940636,3197.67216068597,11180.5260586685,343.379510020423,1103.7076092272,3170.94620649424,1473.11303254833,1937.05583498585,1940.55813705138,984.551038803284,844.825305647194,2087.51911913524,2789.74377600465,3114.45263593857,2020.57574723185,844.083276856693,1733.11264441474,26358.2735351998,7943.78394432662,185862.697632407,67456.0755575113,5656.84075274215,30440.0547602805 -559,1241.4463042835,2103.36104708951,1339.07215077676,1893.08913873855,1867.97776117727,7501.37502089406,352.244201526579,678.594273273547,8021.18935590627,18143.5870408776,2297.38919495341,5331.07070691814,811.488265681562,4165.31167999411,2957.13808707818,10122.8664889565,3111.15613590922,12413.8342546697,334.036629108184,1225.45605230635,2819.99421268249,1635.61007134101,1934.86437257696,2154.61839170161,922.643317236608,938.016803808947,2053.72185862972,3097.47651108666,3129.79602352283,2243.46263257389,821.303772088976,1924.28987683957,25784.2794740763,7791.50192915139,181535.339883054,65565.9212908406,5542.39113307515,29648.1786088797 -560,1216.60484248122,2181.00082304713,1308.30560607516,1962.96730673203,1792.25076322202,7778.26760517111,343.996781329992,703.642710590567,7693.70763599878,18813.3075507589,2204.0789266655,5527.85248904351,777.541800858536,4319.0626806014,2853.49158299939,10496.5242056567,3007.0574976766,12872.0567322806,323.656426662249,1270.69038498482,2807.60238629955,1695.9841092023,1852.90681696847,2234.15019126467,888.627516187914,972.641108843493,2000.24405460378,3211.81131950556,2976.81390283115,2326.2738724242,791.651381991444,1995.31973408737,24527.0562948635,7442.99673091768,174953.300429157,63620.2152355212,5267.31473840287,28841.8285356433 -561,1175.17297244581,2180.59584627983,1261.08860972493,1962.60281528122,1715.71875911874,7776.82330600501,332.358454064555,703.512055458638,7363.51427183178,18809.8142221945,2109.83517442544,5526.82605576229,743.978166213417,4318.26070014192,2746.46688588238,10494.5751699682,2897.63689848055,12869.6665984168,311.566470133036,1270.45443822179,2727.76405116788,1695.66919223634,1767.20384373876,2233.7353455147,846.586779019278,972.460505036358,1926.06279959556,3211.2149378116,2829.69398759908,2325.84192078862,761.140195196087,1994.94923531125,23335.122475952,7099.18600658193,167926.562059589,61364.5115202343,5008.52766317204,27854.0822469763 -562,1134.7012179351,2205.18370219718,1219.38084003585,1984.73263604899,1625.93926383357,7864.51282961341,318.338858261335,711.44468226119,6976.36272303572,19021.9090047817,1999.29306485319,5589.14517049928,704.649173174768,4366.95233279351,2619.16445684663,10612.9093870278,2770.03234399933,13014.7817551599,297.176561835074,1284.77976619572,2587.50124223779,1714.78913592206,1701.7074484537,2258.92238919668,810.981764652994,983.425727603363,1858.65452126996,3247.42379803907,2723.4636348503,2352.06753528405,725.602154966755,2017.44378625884,22033.1697484274,6746.25175439713,160427.71904825,58810.106439215,4730.97265730211,26754.8769336357 -563,1094.85682268724,2218.37436482716,1177.59549514676,1996.60463500615,1545.8273649968,7911.55568385781,305.588096334514,715.700303583918,6631.42919328893,19135.6916270686,1900.69446627818,5622.57754543502,669.391923456889,4393.07396378765,2498.62355810097,10676.3922193684,2643.69525945806,13092.6317751669,284.042151808506,1292.46488396293,2649.82871051704,1725.04642421553,1634.93947889842,2272.43449846609,798.621267466669,989.308247495712,1791.04796469537,3266.84878820829,2611.97188476127,2366.13680729524,691.464379503423,2029.51145224648,20883.0032342715,6428.01348512349,153382.61314657,56426.1647067726,4484.5560746384,25674.9890196609 -564,1069.40707825256,2199.22476354636,1147.41076444522,1979.36940939141,1504.11500901368,7843.26101761084,299.663931551941,709.522187001127,6451.23776234094,18970.5072151404,1849.31151585093,5574.04195114013,651.047918741691,4355.15177349488,2442.29404814975,10584.2307441188,2588.50965863255,12979.612673348,277.689557551089,1281.30798114718,2594.70015928175,1710.15536176081,1579.33501689447,2252.81823564215,779.193862444865,980.768273907971,1744.83883297453,3238.64847507327,2516.15765757108,2345.7116810614,675.683686818494,2011.99216617757,20201.4249883001,6228.23145786735,149540.423494157,55244.5702757802,4335.36749257348,25154.3142252899 -565,1051.5428748633,2158.17750475032,1130.61122439655,1942.42562367792,1481.19992138337,7696.87108506225,297.126263799145,696.279365569632,6352.06155866262,18616.4336651971,1821.06964752149,5470.00568058656,640.928547848599,4273.86538344241,2413.00208566948,10386.682196234,2557.78057651061,12737.3557065721,274.395220885286,1257.39310842869,2564.28139194283,1678.23630060836,1559.97558177615,2210.77068567289,782.379789569892,962.462801077115,1717.46154443412,3178.20097361309,2487.92744944097,2301.93032863694,666.838842839867,1974.43949556854,19850.6656182715,6134.60752904794,147790.846860772,54673.9196058612,4260.72015359391,24888.3808349663 -566,1049.12527993545,2114.90287654001,1128.01176146598,1903.47713751039,1488.18165644767,7542.53751710704,298.502303844934,682.317941817777,6382.01466753513,18243.1468323531,1829.65431082109,5360.32403409795,643.670092455967,4188.16810641941,2422.01460149313,10178.4139655666,2569.6919683774,12481.9530201058,275.936866831169,1232.18053014831,2547.83282563507,1644.58519832506,1555.38302132859,2166.44148695306,781.551998553307,943.164008558338,1713.50801501785,3114.47337696822,2481.13030054741,2255.77324520958,669.956701001518,1934.84908425787,19928.2020535442,6148.65550328006,148214.160493262,54836.6673748777,4276.28936519703,24947.5866703708 -567,1048.2760831647,2089.70755266579,1125.2183605354,1880.800577041,1502.14512657627,7452.68153474258,301.625195490306,674.189331412078,6441.92088528015,18025.8120327154,1846.82363742027,5296.46526232741,649.999989207084,4138.27349752204,2446.79773395476,10057.1561814702,2593.51475211099,12333.2526460069,278.497931974256,1217.50128039507,2600.32070167747,1624.99287700847,1543.65475189305,2140.63217177182,782.760500720395,931.927879029304,1709.0587899791,3077.36994006774,2457.01320807978,2228.89970026797,676.192417324819,1911.79878257908,20061.0143129661,6171.8339884015,149037.1511093,55252.3522880015,4301.24254211969,25112.7857164084 -568,1070.43995927033,2087.82730499239,1146.94531324518,1879.10829674819,1504.6491722217,7445.97586576109,307.030969582217,673.582718816836,6449.81942920221,18009.5930210683,1849.68660396188,5291.69968329984,650.162283568216,4134.55001999252,2473.8267077363,10048.1070949188,2634.53849553411,12322.1556053882,281.942474440963,1216.40581421517,2639.66449844757,1623.53076377048,1558.84605800771,2138.70610386081,790.785436840337,931.089362068359,1739.79477318881,3074.60102742127,2471.0483103034,2226.89421224151,683.858624228756,1910.07861115682,19900.9296066354,6169.79767170605,150557.426052423,56216.1659659712,4265.46518420079,25629.5487525501 -569,1089.87256081669,2178.59989135947,1163.55091529384,1960.80639493466,1499.45550385614,7769.70498154848,311.060703628338,702.868112955023,6424.81683113579,18792.5971201295,1843.0939379369,5521.76721109889,647.300764143186,4314.30808613206,2489.59046542276,10484.9692180063,2660.83143286624,12857.8866647742,283.845370961786,1269.29155891457,2769.76309530819,1694.11710303406,1570.08059080992,2231.69075065717,812.313003598112,971.570387166422,1766.67636610674,3208.27563098572,2480.91696230358,2323.71301843668,687.802541526379,1993.12320746254,19657.3644225452,6147.98895543122,151523.549444711,56985.1970783717,4212.5723031079,26026.6047284607 -570,1088.59876566057,2178.51311022277,1159.36081389797,1960.728289263,1489.9659618104,7769.39548744047,312.86556835169,702.840115297431,6382.12603437362,18791.8485462652,1831.27545630998,5521.5472600941,643.027898824189,4314.13623238267,2494.090721752,10484.5515655725,2670.20788485313,12857.3744908662,284.181587236577,1269.24099866038,2751.66228548271,1694.04962051536,1552.48818665661,2231.6018547287,805.879780959042,971.531686171846,1760.00252854862,3208.14783431815,2444.74132360214,2323.62045694437,688.119870156028,1993.04381450094,19366.4457305364,6078.93616391719,151174.808673388,57181.0701080511,4147.30892944788,26154.4304388096 -571,1063.46270085731,2100.69977199176,1127.85695793114,1890.6939099262,1461.50109700918,7491.8839149474,308.951860553105,677.735682665226,6258.8927880547,18120.6308886551,1796.19086321493,5324.32557595914,630.449252502522,4160.04152427658,2458.03894371953,10110.0585440047,2638.84506776122,12398.1276654394,279.86783137357,1223.90554547354,2800.43261361023,1633.54061761669,1498.22632417376,2151.89226330871,798.48853003551,936.829979148149,1713.69425770328,3093.55743256411,2348.37962285354,2240.62409410943,678.5748937944,1921.85517132994,18844.6698101438,5919.76458224541,148321.237479938,56432.3970346313,4030.80508216007,25805.8540575241 -572,1013.52332751265,1980.85566196262,1072.99672318922,1782.83055315638,1389.80289113011,7064.47483336444,297.577138672073,639.071123927736,5949.80843341234,17086.855900448,1707.91886647349,5020.57485981029,599.062624107184,3922.71276325686,2355.52136188328,9533.28361181152,2535.69703198355,11690.8192742534,268.275067292884,1154.08220716854,2750.92460477066,1540.34775677817,1410.19155809483,2029.12764143687,780.84444415147,883.384190941498,1628.04897094423,2917.07117675889,2200.76556862402,2112.79735558706,649.972702271369,1812.2140766415,17740.6562566976,5594.89748969725,141708.653985669,54280.2599830981,3790.67984167414,24827.0428071837 -573,927.966466143431,1881.43393573671,980.851545754108,1693.3479651179,1235.57776797018,6709.89963826079,267.357860749414,606.995311670384,5287.65561624466,16229.2443429695,1518.2478193006,4768.58566706206,532.155890633722,3725.82669937022,2111.06480082949,9054.79568788659,2281.78778610173,11104.0418247093,240.246424556168,1096.15731771465,2597.35540665196,1463.03569618343,1288.94865030403,1927.28308167502,741.353448748169,839.045987572829,1489.97285874822,2770.65957419425,2010.33873048237,2006.75330387161,582.843050857544,1721.25669128003,15696.4006474578,5009.21071786671,127761.561062589,49143.6371575904,3356.09859999062,22515.459171622 -574,837.482572794991,1824.82400873329,891.538556849583,1642.39730303197,1096.21390962422,6508.0073892122,236.6025519798,588.731603531398,4692.72341619267,15740.9272566635,1347.11294914992,4625.10505825915,471.900150727265,3613.72136658523,1855.3533121079,8782.34853298744,1994.39483015513,10769.935489536,212.353723693038,1063.17535403183,2489.41435954164,1419.01483401486,1175.12383244334,1869.29361284691,699.312711579533,813.800173086968,1348.73633013191,2687.29399155684,1841.45162069919,1946.37267828161,511.356452578109,1669.46629152339,14091.7287812989,4506.35951177148,113664.527055186,43435.7117849596,3017.91915517335,19846.9231426578 -575,695.972736221478,1710.67849675078,754.309701064411,1539.66285843016,1021.12514742236,6100.9216473147,198.46256502362,551.905547986446,4382.94355016041,14756.3083607084,1255.72369080102,4335.79771556678,442.443595133636,3387.67760917252,1626.70337718757,8232.99929990577,1706.49771180126,10096.2596749981,185.60211997338,996.672121647579,1897.60516447244,1330.25330196343,1062.49784354052,1752.3664596185,604.5413230688,762.895736843307,1145.78600506672,2519.19967284679,1711.09004753395,1824.62411249776,449.354379031032,1565.03864059843,13966.2769816479,4265.12033434556,100802.537290583,36718.1904183188,3000.08352416101,16539.0093991451 -576,788.291753230309,1619.47200750614,862.681555043689,1457.57423441079,1143.61228046205,5775.64507099418,213.668769420004,522.480166465549,4356.77689709044,13969.5614165293,1272.91044344184,4104.63043985547,433.312118056715,3207.06027984256,1569.38314226293,7794.04892815311,1648.06714819857,9557.96776263242,178.438027540594,943.533577312015,1881.85968645536,1259.3295522883,1201.99990102155,1658.93733605411,591.083783773646,722.221208023693,1289.24324291117,2384.88609007655,2037.41773349382,1727.34250183384,508.083646480934,1481.59708205174,14890.4298407621,4563.92720516491,104039.962306045,36603.7515598458,3173.51239197431,16747.8913098339 -577,776.069674312323,1547.50190348489,851.776476443259,1392.79894420323,1149.08328749708,5518.97266503555,216.507932516795,499.260900090289,4577.38780745963,13348.7474823465,1337.45149901397,3922.21871655555,455.517157970316,3064.53700011134,1655.9253699883,7447.67769758788,1741.60374706574,9133.20714255375,187.990741705207,901.602497681158,1867.37644733862,1203.3643497685,1180.98758935598,1585.21337411641,580.8287947138,690.12535503772,1304.56794659614,2278.90062124097,2001.68101634286,1650.57858188888,513.47391556606,1415.75420510258,15284.3452777882,4663.09599964341,106852.680737486,37896.1611811474,3274.25288789499,17262.9807440561 -578,790.762300584149,1504.80581150937,873.34664502545,1354.37115830442,1198.40270705547,5366.70237445554,223.015933652424,485.486125880296,4831.31228336337,12980.4511015919,1411.33814491692,3814.00339824605,481.286704704725,2979.98540549003,1734.12101129961,7242.19379397252,1821.20183584337,8881.21892120692,196.502519035659,876.726985037414,1856.76794641397,1170.16312730662,1224.95199439954,1541.4768101292,594.773205623159,671.084567063904,1351.06844326616,2216.02499549313,2088.07232008542,1605.03857008892,533.280686609111,1376.69307592421,16176.1903543509,4905.64159975941,111441.134412484,39283.0073465172,3473.63156129306,17842.9826862346 -579,809.401597212536,1485.59835520214,888.631114348598,1337.08386140011,1284.10542289671,5298.20137546759,239.47024836973,479.289343890693,5265.32835974223,12814.7676323529,1538.04517553877,3765.32116757739,524.861988036738,2941.94864417881,1888.07847005458,7149.75387926572,1984.93710410165,8767.85836459602,213.370181892385,865.536374840617,1923.25081903698,1155.2270757788,1239.22649381735,1521.80128239485,605.982869841291,662.518792396004,1450.37397394936,2187.73948320237,2105.78723322474,1584.55173519594,571.413138619197,1359.12086035857,17397.1596640728,5224.24047980757,119048.960914469,42154.8271338868,3737.01955938292,19071.9658586822 -580,992.426602730928,1484.238791543,1107.61264462564,1335.86021261185,1597.39183783337,5293.35266112724,297.069592623213,478.850716335752,6445.81865919658,12803.0400396881,1883.00425484463,3761.87528746687,641.811937960369,2939.2562835891,2312.93967226732,7143.21069381321,2427.28533764487,8759.83435086496,262.273471075324,864.744268551071,2311.97426493968,1154.16985547105,1549.93364443489,1520.40858718034,744.823780469591,661.912480151188,1781.78719877133,2185.73734642926,2654.0177987395,1583.10161313054,703.66267618795,1357.87704413889,21494.8962591886,6452.32365581355,146844.136865764,51798.8250534382,4606.0680584136,23382.7564676965 -581,1389.57949360584,1471.3952534598,1521.51285692755,1324.30063634133,1948.9588608448,5247.54778331488,384.439780265256,474.707085643394,8033.3294979381,12692.2517128586,2349.04212698388,3729.3227165503,799.077050642411,2913.82206759255,3007.81255888116,7081.39847120789,3219.11777613241,8684.03302648986,340.408164173724,857.261391800613,3542.83847931262,1144.18249725235,2023.19739801182,1507.25206162479,1022.88939811509,656.184764237141,2309.80463980211,2166.82354293032,3386.08920318702,1569.40258708859,895.325090953219,1346.12694999766,25746.6097393121,7995.57356957913,189391.520145929,69227.2612569965,5530.60050474141,31657.1851899976 -582,1329.52950725859,1485.222307351,1433.512264165,1336.74540685679,1981.80134422542,5296.86024767545,383.871757300825,479.168021914796,7977.55163287371,12811.5238445457,2332.74622504787,3764.36805603891,794.388752264206,2941.20395200685,2994.69717699595,7147.94407005785,3209.7183567459,8765.6389664084,337.590661368716,865.317282585501,3368.7240328301,1154.93465444036,1934.52950909654,1521.41607053722,984.693067730676,662.351089754611,2332.12476195005,2187.18570315231,3227.43373587269,1584.15063938633,908.680846405907,1358.77682761433,25645.9198445801,7888.88218638046,187413.886923863,68587.7099652428,5472.38227759961,31329.7558048166 -583,1220.27381135074,1587.1028174851,1326.88096183097,1428.4409754568,1876.19226827913,5660.20438913578,362.113584733224,512.037096309251,7751.38846158209,13690.3448657607,2266.64757108728,4022.58915599381,771.589627880471,3142.9591758247,2909.54604700626,7638.26540758633,3118.99673130013,9366.92792169066,327.941324315351,924.674703855922,2989.73550234369,1234.15870809451,1825.87062311758,1625.77933294269,910.934154603363,707.785814629185,2208.5730585429,2337.21818926047,3074.69122515832,1692.81725075563,861.368863561712,1451.98366653034,24727.304904968,7582.51059924564,179849.603266036,65803.4077290979,5297.68935436174,29943.113696194 -584,1191.48969967265,1692.74382577191,1299.93825015478,1523.52110716784,1829.15365094878,6036.95987856602,360.697401340922,546.119396799443,7339.83668473308,14601.6039344736,2146.89085207061,4290.34142111557,729.716126230271,3352.16136025817,2781.72049975754,8146.68493172168,2990.40471427339,9990.41097477051,314.932101097794,986.223059120914,2980.26601240811,1316.30699040658,1759.27463086528,1733.99473404448,883.927288627138,754.897574676973,2183.86629840572,2492.78850479364,2952.92907764552,1805.49484117066,846.565398734191,1548.63085085788,23406.0077808008,7227.20222742404,173345.691413121,63781.6546008417,4992.11934520588,29104.2567120583 -585,1138.51284015569,1790.97954780615,1241.3134531517,1611.93625523598,1762.27258858604,6387.30533753841,351.724705451789,577.812575911787,7064.5502315909,15448.9850228122,2066.59888265177,4539.32462865115,702.212609122612,3546.69876549733,2689.51502882529,8619.46496155772,2893.09864286251,10570.1887418393,304.529537239562,1043.45696115886,2895.01344552254,1392.69679354904,1659.57079361851,1834.62438757446,840.136226038628,798.706866538652,2119.68735916244,2637.45355978825,2775.82695043043,1910.27389081252,818.252880492672,1638.50320335586,22370.5306735896,6907.8739661532,166784.887925351,61665.0072838143,4765.80846751865,28132.1342364196 -586,1100.82974777612,1851.43675129308,1206.52511619513,1666.34958357919,1713.79865653391,6602.918418658,342.558454941511,597.31750689885,6850.04274328983,15970.4887062768,2003.88791951276,4692.55634651399,680.874554395637,3666.42290709076,2609.97771591039,8910.42794199355,2808.41603531197,10927.001332158,295.517047797171,1078.68041745567,2750.44647983584,1439.70936471229,1629.40251923974,1896.55488815305,814.909431595345,825.668415940977,2057.96085611027,2726.48476438617,2740.76299753251,1974.75805394776,794.116586869732,1693.8133389186,21769.8810810523,6729.86351645039,162231.280168592,59864.0106504326,4639.52943575682,27296.7429849897 -587,1098.66537867369,1876.16924337355,1198.96627784303,1688.60958130819,1643.79130443687,6691.12376911538,330.746595955588,605.296796765807,6373.00680712854,16183.8311200392,1864.81766586577,4755.24204862954,632.883873401909,3715.4009645102,2451.30088781636,9029.4582509442,2643.99898196632,11072.9701176011,278.166270496689,1093.09001306484,2820.29623382512,1458.94177998982,1591.85542027469,1921.89009267391,809.383378745053,836.698140582716,1982.83569994915,2762.90662043695,2657.10975498023,2001.13793859465,764.456501356931,1716.44021232454,20350.3789821544,6352.48010911618,154454.824182072,57247.4797287538,4314.23539962289,26231.5183300498 -588,1068.51468050151,1850.27967321168,1164.77791243313,1665.30817799093,1588.69774365046,6598.79184389377,323.982787429161,596.944206004621,6057.75220523799,15960.5077536905,1773.07751963834,4689.62367593237,601.253953694744,3664.13153117422,2356.71101914853,8904.85926088126,2551.91378634584,10920.1723687986,267.550704555811,1078.00628291286,2759.65054429071,1438.8096007056,1539.35453915781,1895.36961293925,785.15165907994,825.152404348403,1934.08016169368,2724.78081432797,2565.66718474625,1973.52390470735,741.921215070134,1692.75476951996,19302.5274352054,6066.34549584512,148935.631762569,55515.4568354971,4078.97704973763,25488.8688563039 -589,1056.54401158062,1800.9303991036,1152.35970612098,1620.89232511208,1564.34116806425,6422.79380846096,317.942633791298,581.022957084332,5973.11071327007,15534.8210407873,1748.44863767069,4564.54554444879,592.760436470677,3566.40455837225,2331.42412924592,8667.35552189441,2524.39731327367,10628.9177074965,264.71344544566,1049.25450645662,2722.37658124631,1400.43474829676,1526.19942083153,1844.81773371835,777.687976179158,803.144557225242,1898.85487295093,2652.10750053788,2544.90731954433,1920.88755273186,729.692967525049,1647.60688170157,19012.0098114435,5982.60597228447,147140.170018444,54916.1147804797,4016.29029385545,25211.671667297 -590,1056.79542157771,1754.47381178127,1150.84657840926,1579.07997862765,1516.584893373,6257.11217991796,312.245822111895,566.034957683855,6014.18118430985,15134.0866367385,1760.44180256856,4446.79906808414,596.565655316539,3474.40600869191,2343.59563726332,8443.77344517619,2539.56303652045,10354.7354049123,266.623988278583,1022.18806145308,2705.59232601585,1364.3092993589,1531.93744417602,1797.22903390911,778.610331641536,782.426735329538,1861.11134981518,2583.6940494971,2557.57096619223,1871.33656487898,711.907547388921,1605.1054096787,18905.2432057012,5977.80663477862,146867.218477565,54915.8860218035,4024.39733149871,25216.689915289 -591,1064.4261366565,1737.52265099858,1152.55969663654,1563.82341655946,1537.03360679134,6196.65797770365,316.258002109193,560.56611026539,6177.91190732325,14987.8659669537,1808.14196811538,4403.83552798155,613.247600356746,3440.83741708216,2397.8954864077,8362.19242622869,2591.50829520844,10254.6912871077,272.471995971245,1012.3120096913,2762.36327735816,1351.12778240751,1522.64036357595,1779.8647859434,781.446077382474,774.867180263975,1883.20117825652,2558.73122990286,2530.35532348442,1853.25631382206,720.766876755801,1589.59739827954,19306.0998799992,6071.7442125393,149046.946021895,55780.6695791771,4114.36760956985,25579.6689360323 -592,1083.56825327906,1750.25048464073,1171.78357754818,1575.27885530164,1559.76312243772,6242.0502100479,324.550810393593,564.672411954628,6352.45124687595,15097.6562275691,1859.40475444581,4436.09484037401,630.170257422007,3466.04250215494,2472.71342998354,8423.44779692762,2678.4604481105,10329.8097350191,281.271483330989,1019.7274749492,2807.29057691466,1361.02516684385,1550.51007967755,1792.90278742672,796.369403222049,780.543296520356,1927.0847432307,2577.47464335445,2575.71073522069,1866.83192853134,735.977079609494,1601.24163856134,19671.3590445008,6204.15677668597,152924.363118919,57438.9239547871,4201.62132764855,26348.0789407831 -593,1109.43376586344,1877.03704912869,1197.09996740982,1689.39063297398,1559.15685405175,6694.21869018163,328.906332349351,605.576771531226,6377.96725743985,16191.3168102751,1867.27011226755,4757.44154445405,632.450029228236,3717.11949089103,2503.51528469676,9033.63474827439,2719.50636021978,11078.0918235604,284.859810609047,1093.59561233717,2942.96905522811,1459.61660081291,1558.10656294172,1922.77904620998,811.345248567474,837.085148025821,1951.03482404617,2764.18457884853,2571.20228963521,2002.06354753215,741.300587292253,1717.23413680649,19540.3214432499,6203.05426522388,154361.84140492,58415.3503014162,4173.30114637225,26848.0622414359 -594,1105.6949528869,1917.85289343081,1194.23370439882,1726.12613857998,1546.52386496917,6839.78331178015,329.355694361294,618.744933145976,6256.96048890333,16543.3941793826,1832.38059375252,4860.89128373598,620.392005183361,3797.94760798282,2486.5749812082,9230.06956533832,2708.87972767602,11318.9830042885,282.793375971945,1117.37565880101,2925.77308304393,1491.3557100368,1559.10635184499,1964.58954228618,809.46821794681,855.287419038693,1950.8374294405,2824.2912919499,2576.56044699895,2045.59807130565,739.179094281781,1754.57509456261,19114.3558605247,6113.68759559292,153456.43073776,58360.7278072157,4074.25225701322,26862.7996349673 -595,1116.50689269373,1853.11451058282,1200.00622852393,1667.8596181466,1521.0825827564,6608.90193805644,325.087706973198,597.858791928127,6114.04058198267,15984.9610536416,1790.81325767694,4696.80870890095,606.038114986538,3669.74539439054,2444.89386394908,8918.50251070073,2671.82747819987,10936.9033058448,277.852328251369,1079.65791025405,2983.7791852474,1441.01401946731,1557.66646458421,1898.27353318907,815.095269846813,826.416630998352,1926.49255941371,2728.95548618566,2564.32165624018,1976.54756615643,729.612600578076,1695.34826095279,18648.5115760195,6002.88981449243,151452.996853243,57803.0813977892,3969.63341711858,26669.4013679372 -596,1099.48559255652,1740.47319561668,1183.48861821084,1566.47899676887,1461.06036824824,6207.18072734137,313.381868040759,561.518026097268,6068.81607761743,15013.3173573227,1777.36005847323,4411.31382658595,601.687094707696,3446.68041677882,2415.93033083939,8376.39254145858,2636.27515591592,10272.1051171778,274.51435702928,1014.03105015982,2933.66885090113,1353.42217713351,1536.09446237287,1782.88723313976,802.967290128291,776.183007822917,1855.8774864235,2563.07629593996,2530.10741512051,1856.40338959662,702.040627374564,1592.29674613883,18367.7384041517,5918.6093076167,148757.361892126,56757.3208722193,3935.20078886555,26173.7455178961 -597,1053.31923423551,1669.37089735057,1133.6957986529,1502.4847582271,1341.0798543046,5953.60324244899,287.31194080123,538.578734487426,5407.53450765555,14399.9891133759,1584.00938580151,4231.10159911054,535.922865807801,3305.87566342843,2169.36960341641,8034.19780822354,2376.18831536907,9852.46620305847,246.299816368913,972.605569801292,2773.79521219024,1298.13179543681,1486.03325742004,1710.05222473813,771.231487942511,744.47416228005,1703.79982082808,2458.36878551597,2456.26179300904,1780.56507858917,644.588509294574,1527.24779367162,16611.2682527431,5422.60402033982,136278.560916035,51886.006869199,3549.16185319945,24038.7937424445 -598,989.585203166029,1659.04399539608,1058.59338943984,1493.19023128228,1222.18404698752,5916.77363372738,260.686631496275,535.247030433732,4842.84601795769,14310.9092833899,1418.22786191236,4204.9275646627,479.615705392907,3285.42517282498,1918.73443505058,7984.49742517496,2088.36081166062,9791.51782265341,219.071260901201,966.58893061364,2656.04000009632,1290.10141716872,1370.61503349469,1699.47366386233,721.857813035872,739.868767700741,1536.46324974957,2443.16106058421,2249.20596189585,1769.55031786742,581.779502830641,1517.80008001465,15081.6032067793,4917.90951728786,122559.766341663,46349.0881411461,3216.71903373627,21532.0245749552 -599,822.389121759042,1582.32988022003,891.977354596931,1424.14518624416,1144.02680362995,5643.18230325755,219.315969228759,510.497233288943,4581.24593547954,13649.1735210554,1339.35895732646,4010.4919147356,455.404497550288,3133.50726961698,1698.35265658688,7615.29464526223,1802.62718715978,9338.7585057939,193.256853428399,921.893904588554,2019.59674953741,1230.44718920363,1225.87046151007,1620.89008274574,613.515232095876,705.657271189458,1319.72815477639,2330.18940973263,2061.34051577514,1687.72639561376,515.748706537844,1447.61707674555,15064.9287116156,4672.08600873328,109185.190073282,39374.6591985996,3224.82070265348,18033.6722158348 -600,842.216861749334,1502.43380593197,929.792387660106,1352.23628088914,1278.53229160499,5358.24291219994,234.385535787063,484.720860495532,4836.49133375811,12959.9901875161,1440.64421621591,3807.99143493246,477.337006207966,2975.28809375164,1706.2370895926,7230.77801929877,1914.60455163012,8867.2195728165,190.115978602082,875.345011840299,1967.48663957183,1168.31861458398,1305.78070566498,1539.04700053975,629.402441005101,670.026745301249,1527.50849684654,2212.53190448513,2274.79723011637,1602.50856893457,558.01971029688,1374.52301276424,16711.1918115024,5132.37014191202,115076.914087373,40140.8817987938,3614.72491197343,18394.950176686 -601,838.420910441267,1432.86463359839,929.75378720647,1289.62190247895,1281.14578329132,5110.13312986395,237.002907957937,462.276191755815,4822.67532807937,12359.8866839627,1436.89125068375,3631.66498957716,475.994867792652,2837.51940848976,1727.22970599425,6895.96177638388,1935.66567299361,8456.62902024417,192.314653766619,834.812758279695,1953.40748764314,1114.22041823242,1327.38151073635,1467.78247920956,634.194351599867,639.001613992349,1523.12487714125,2110.08212416939,2279.33105988258,1528.30550297714,562.508432124145,1310.87666243991,16611.571088467,5119.74041426484,115937.219243191,40678.7391244175,3591.22481962105,18639.2103495218 -602,850.474371998332,1389.24288084129,948.058377726001,1250.36099362478,1376.4842101663,4954.5615854767,248.928244098499,448.202777373591,5387.26459912325,11983.6055556613,1604.4976744746,3521.10353906939,532.498384638466,2751.13471646916,1892.50968709726,6686.0229359811,2048.5703821713,8199.17763814595,210.183302444187,809.397938982569,1944.58628108766,1080.29938587434,1345.73997927699,1423.09769677587,638.971815543223,619.548017495269,1551.6756535495,2045.84334085423,2354.57231018463,1481.77817358053,598.653502730513,1270.96867928284,18391.252884581,5544.81822266459,123731.947862908,43031.670002069,3957.41817306319,19501.0023512023 -603,878.418253742664,1363.26653234863,975.060659108814,1226.98148716126,1497.90345060398,4861.920176154,269.917138777498,439.822189860066,6427.09645100721,11759.533639652,1913.52134769403,3455.26522247913,636.069514583379,2699.69343494036,2216.62941362526,6561.00630698837,2220.09877917613,8045.8677319957,245.353931942681,794.26365021118,2004.79181367895,1060.09972625335,1352.19806309813,1396.48832398703,647.452788099697,607.963581517706,1600.20261398453,2007.58974220975,2415.01678054874,1454.07158119373,649.610690496975,1247.20384608369,21182.8214993794,6215.71850272863,137027.739247799,47570.6295404012,4503.20385554942,21186.6867625484 -604,1073.14917084269,1349.98908858196,1209.07469706176,1215.03138253244,1888.16467115764,4814.56782780159,337.777781186839,435.538570879746,7682.08090830967,11645.0024435008,2287.45329598665,3421.61289653859,759.415849919198,2673.39995019682,2662.99999540706,6497.10582221393,2751.83676692169,7967.50553808073,295.718536865191,786.527972189784,2370.06570499709,1049.77495544118,1630.64902921639,1382.88731878916,772.659029174581,602.042360630781,1965.97435810523,1988.03695537295,3017.25617572912,1439.90974769022,809.491338285073,1235.05678713446,25721.887544449,7566.99952121299,167542.409873669,57959.4070247667,5521.21820426348,25854.0704902153 -605,1353.76251638476,1324.93840087087,1472.54214520344,1192.48499902429,1912.07266794523,4725.22767228612,389.825497859409,427.456623538451,7445.60554147633,11428.9152750383,2221.09622580775,3358.12071214661,733.603403122599,2623.7917660673,2848.87630629585,6376.5441300086,3139.6220695706,7819.65879268187,316.767792704022,771.932990071775,3529.89643124506,1030.2951057164,1869.98810612342,1357.2261644468,962.49118471055,590.870733176481,2381.06970090451,1951.14651429579,3173.9013094489,1413.19047290006,886.813487163813,1212.138807914,23628.3423736654,7471.90606609231,181363.185683624,67388.8845665665,5065.32170000374,31025.3499538564 -606,1317.12299683629,1296.56112069055,1414.01503496481,1166.94458076341,1919.48014935051,4624.02363934078,386.150112557456,418.301438389382,7363.8694382449,11184.1329283995,2196.77236958906,3286.19711761173,726.38574579566,2567.59589006916,2828.55480445425,6239.97251336552,3152.64953188251,7652.17881902529,313.191886700048,755.399875230133,3391.34339645685,1008.22843992717,1836.53123173309,1328.15735105045,947.315983972814,578.215575521846,2321.41709430428,1909.35722713147,3128.02697288948,1382.92302652574,891.168049706092,1186.17744809002,23453.990172493,7396.29201729714,179805.507150934,66820.9913034409,5039.26760448993,30806.5421114965 -607,1193.87199042373,1341.65814435374,1290.07944307769,1207.53327845958,1866.05043354298,4784.85655354342,369.860688131558,432.850810234918,7239.03491228628,11573.1397397835,2159.42821223815,3400.49771386585,713.876641560072,2656.9020791598,2771.6600845281,6457.01140463123,3041.04741854298,7918.33710787846,306.813463797806,781.674213944131,3000.52911301468,1043.29666855729,1688.20185058455,1374.35335564518,858.376573578342,598.327085172734,2116.76669555585,1975.76854139914,2916.08998409985,1431.02389231322,862.15521534618,1227.43510389322,22941.6943277193,7118.89417240243,172897.310077935,64093.1497728955,4922.87701588179,29313.0088709691 -608,1169.50219077651,1439.02606063285,1268.97212340449,1295.16737486193,1797.42686457177,5132.10709144956,366.080064203945,464.264014581843,6945.88079402819,12413.0351378863,2072.32161741271,3647.28142557692,684.164703129727,2849.72095801813,2677.16784357983,6925.61493713708,2980.90401766738,8492.99316898789,297.744045628556,838.402516709747,2997.13974463281,1119.01165087665,1661.22078617557,1474.09405563909,846.047625894644,641.749369591308,2067.490049062,2119.15563798217,2814.32569360023,1534.87733301758,839.819391611914,1316.51353190924,21885.9671403584,6843.79834278195,167830.517662078,62660.3695306969,4686.56259136299,28743.3418295181 -609,1130.12383691908,1550.04746852978,1227.84039489242,1395.09003043643,1738.74695437003,5528.05110550025,357.92108990185,500.082159884985,6661.35578739477,13370.7055199473,1987.66003249442,3928.67057476702,655.982542470565,3069.57801379195,2582.3380863407,7459.92876362525,2895.13981916496,9148.23082219991,287.254782071629,903.085589751876,2924.47385885683,1205.34382534662,1611.04433767019,1587.8209726885,820.467465036822,691.260577538201,1995.46231953186,2282.64930145205,2701.80378734702,1653.29370303505,814.340797728683,1418.08305161873,20967.9108934578,6572.52581364278,162139.826153235,60737.6690970077,4488.99112355055,27890.6626928736 -610,1112.4696847777,1636.01819152152,1218.91110130732,1472.46630502817,1733.51997099738,5834.65497404239,353.535608482796,527.818358752084,6548.59259063147,14112.2887577497,1953.89793933282,4146.56754667684,644.968417124287,3239.82689099283,2531.20073346751,7873.68091141211,2853.01757643798,9655.62174657326,281.517374780204,953.173682310768,2787.26772265876,1272.19615227372,1642.39874157407,1675.88673826984,816.850636332166,729.60015928212,1981.03593352412,2409.25252797683,2765.31877738943,1744.99080125518,805.363354074153,1496.73459467478,20939.2056934805,6564.82541394805,160695.17280281,59705.2485951384,4497.20865397016,27403.5624427172 -611,1105.49116073877,1715.88533689342,1205.07115758034,1544.3491734757,1650.10465023716,6119.49119372605,339.918877541421,553.585398389463,6236.4827080368,14801.2225505317,1860.93517175378,4348.99470473724,613.831097568376,3397.98877857065,2418.76135877867,8258.05831089495,2738.37582215436,10126.9899438745,269.576532629666,999.705720551112,2858.16303879687,1334.30223126586,1602.43060488196,1757.70018658349,810.098621545261,765.217784004587,1954.01057936066,2526.86743158042,2655.92945078761,1830.17777210839,770.869935126224,1569.80219262421,19856.9282843036,6275.61960585522,154367.177868533,57654.6435335381,4258.20903855186,26568.9859304708 -612,1087.56852119755,1709.34785920191,1186.55426456581,1538.46524402399,1625.36923967867,6096.17609434137,336.584278208873,551.476252682285,6091.28724947563,14744.8302845972,1817.75717089427,4332.42515008728,599.430581796371,3385.04253131375,2372.02347175165,8226.59532742986,2697.33927290243,10088.406380383,264.416674537191,995.896868231171,2801.94443843559,1329.21857510127,1584.63320628336,1751.00339542204,798.749725957633,762.302324512908,1924.10097760957,2517.24013358552,2622.95597846942,1823.20484326553,759.066428830109,1563.82128784362,19425.894011459,6155.46249052734,151824.872397732,56744.6055360244,4170.43892349806,26170.065396281 -613,1077.45965348341,1653.11398285553,1176.56136037319,1487.85303900678,1593.50471272437,5895.62498309184,329.497579127004,533.333867424448,6208.89783207556,14259.7570103021,1852.63398909302,4189.89765993458,611.167974673115,3273.68189625729,2403.5221914083,7955.95799524261,2643.92661296948,9756.51945995747,267.854766375123,963.13399843824,2768.45230375807,1285.49013645306,1560.3511346233,1693.39914132585,787.371937067183,737.224213919766,1908.09192103319,2434.42833513024,2611.72438379165,1763.22531647794,744.082770974861,1512.37492339824,19567.5927795514,6178.66589345099,151520.667612693,56532.6545082744,4187.46202115842,25958.5682645013 -614,1086.59902970946,1610.15755027583,1186.36126229762,1449.1909386184,1622.57790832655,5742.42622019472,332.623428251165,519.475101146931,6323.74521353973,13889.2149321582,1886.76021418534,4081.0224957224,622.286496665011,3188.61474594437,2436.37489425005,7749.2211478298,2670.41577201387,9502.99473344692,272.002780906895,938.106806666705,2745.30216702657,1252.08646861702,1566.29246390294,1649.39589242753,788.337542511841,718.067324213549,1929.48417872663,2371.16932351175,2667.14035880768,1717.40762319385,753.574836714851,1473.07561790209,19986.7019470773,6293.57481488369,153600.143834222,57078.9880384906,4286.2725323943,26169.7474269548 -615,1104.21217452871,1596.09908189071,1200.64511124143,1436.53788799545,1635.03453343869,5692.28844488407,335.811729733549,514.939505058785,6263.72807578062,13767.9466196354,1869.04312382667,4045.39062496215,616.52901934551,3160.77458856939,2427.90564280522,7681.56181815899,2692.34536221853,9420.02300748059,270.858563851301,929.916089627165,2812.88400022974,1241.15435950045,1581.92535045435,1634.99482962205,800.615926915603,711.797796878095,1956.86877682116,2350.46637493095,2685.54369732117,1702.41274224515,759.629439852978,1460.2140274325,19863.8295345373,6284.76358465692,154032.534844701,57364.7225739686,4269.07265441411,26378.1449001634 -616,1130.56757534099,1620.83157397118,1229.00050663403,1458.79788572445,1698.76358734729,5780.49379534146,349.135864974595,522.918794925742,6648.60544176458,13981.2890333978,1983.6915071294,4108.07632707771,654.265125343512,3209.75264598883,2562.02050252077,7800.59212710964,2799.17068208444,9565.99179292368,286.004484055928,944.325685236334,2848.07081909819,1260.38677477797,1619.15904207712,1660.3300341429,817.68622191413,722.827521519834,2005.72893106011,2386.88823098173,2764.61815233201,1728.79262689204,789.596755563474,1482.84090083844,20929.9577260281,6577.66634281016,160755.202745152,59812.5129802311,4485.46557998395,27404.3404365067 -617,1163.58639460345,1767.72232663177,1263.32806464351,1591.00404634898,1688.64208891201,6304.36135689642,352.595369023589,570.309243508142,6758.60543739214,15248.3682921324,2016.70300718457,4480.37807228194,664.952415806429,3500.64220514793,2616.88228865842,8507.53470347,2818.92910018618,10432.9268631511,292.181626380259,1029.90688496657,2988.91610192546,1374.61157454355,1645.57017346395,1810.80040521464,839.403960993319,788.335055050721,2055.78131373993,2603.20423468998,2790.91454639634,1885.46754255651,791.736655424446,1617.22600259605,20991.9592232544,6638.19847132941,163049.793674234,61012.6082519612,4484.57300451873,27968.9633579122 -618,1160.89417848339,1837.0890105817,1261.839849046,1653.43617903377,1678.16491114515,6551.74898964937,353.367917498913,592.688584681894,6680.99056816622,15846.7251314036,1993.90266642374,4656.19130099662,657.338325832385,3638.00990018008,2612.47498676891,8841.37642854065,2820.8832625024,10842.3223487916,291.546051440594,1070.32116514566,2973.56593685357,1428.55231241213,1660.15182477214,1881.85750366984,842.286330675884,819.269884456053,2053.75610078924,2705.35582415875,2801.89880828317,1959.45463269616,790.476474093723,1680.68710353232,20707.5220297814,6586.67751329554,162842.764120271,61133.8493344366,4426.67551210021,28053.9867781168 -619,1175.19611773861,1799.39727317107,1271.89065391907,1619.5124649805,1657.3110809551,6417.32610590458,349.539103302223,580.528334214206,6677.88785881303,15521.5963003938,1992.95884272945,4560.65976232868,657.046289830897,3563.36849028375,2610.10453668956,8659.97703157425,2795.26257229918,10619.8693459495,291.005676118731,1048.3612796587,3025.12415568978,1399.24256295163,1649.33812761629,1843.24724664691,844.116415005327,802.460842991274,2074.06547861994,2649.84977042963,2804.53672235268,1919.25230768184,782.550289664595,1646.20427955869,20585.1446416215,6569.70547158125,162332.548215288,61012.2916064419,4399.37689391362,28011.0535687881 -620,1172.01915587451,1725.14194190321,1273.16656702158,1552.68040050392,1624.45683032816,6152.50372179144,340.684294972172,556.571799206521,6498.90210558423,14881.0700017957,1939.59201182061,4372.45601960826,639.398579160656,3416.31974700696,2543.38658213347,8302.60766526507,2726.8682877381,10181.6215348282,283.583676449851,1005.09878545015,2980.94223746545,1341.50032804596,1670.40445198595,1767.18236817395,847.027677990713,769.345867985897,2074.73186622779,2540.49900312155,2837.015529089,1840.05094508204,764.472250597791,1578.27072984414,20201.284117558,6484.69862637086,159687.643879547,59805.0312170413,4326.96990035175,27500.8300108059 -621,1095.86703876868,1690.54537966198,1185.16255010238,1521.54243857048,1473.07519595932,6029.11939451952,310.276793696185,545.410125824611,5756.05323314266,14582.6401439226,1718.20996670019,4284.76935269985,566.075015820684,3347.807750462,2273.4653632264,8136.10444841156,2484.34009222508,9977.43595763584,253.323569246532,984.942204797402,2818.73950945108,1314.5974405394,1545.7517571549,1731.74271343767,790.124286887054,753.917153652144,1935.30992222575,2489.55100298871,2623.20331126035,1803.14996000812,695.5227941121,1546.61957105409,17976.5337313003,5845.43783322321,144762.16108289,54383.0754625044,3866.59236289405,25147.989140894 -622,1053.08985383619,1703.04179881022,1136.85994677818,1532.78959720517,1332.17073935735,6073.68631591369,280.370638328913,549.441767697105,5391.92344337493,14690.4342237022,1608.79340589749,4316.44213382067,530.216676412592,3372.55456257411,2078.06415378186,8196.24608828963,2224.65899255743,10051.1886194994,232.630640986088,992.222843800655,2716.39452842719,1324.31487304716,1499.89546966378,1744.54366102794,765.502508148184,759.490068090539,1858.81527453933,2507.95362808149,2515.93654648847,1816.47874606644,624.347667417862,1558.05209848297,16987.1121353921,5527.56990821897,133866.031468677,49729.7512014293,3637.33906632572,23018.2295873755 -623,877.133656665835,1612.32706746958,959.848301145227,1451.14357030827,1247.91264231125,5750.16353286727,236.703181213036,520.17503896573,4837.12321479675,13907.9291819519,1441.82592898806,4086.52124239538,476.954218507367,3192.91106745302,1773.28080637454,7759.6624046593,1923.50678694648,9515.79901490546,197.925128234306,939.370806482306,2095.69767641402,1253.77352285669,1330.57066878644,1651.61827914199,651.112956758584,719.034844072636,1579.75268937901,2374.36422367277,2299.42435461724,1719.72164853041,554.936336612565,1475.060431674,16212.3182145263,5084.12535058149,117124.603459568,41729.7933811853,3501.95468311555,19168.6412437582 -624,798.327474953053,1519.76101456579,875.660995085509,1367.83129750065,1194.85888523394,5420.03824220639,219.522695004702,490.311029889893,4948.34073686569,13109.454645108,1476.69882191521,3851.90808657354,490.346509381152,3009.60137753335,1827.43983705405,7314.16884745414,1961.37285162649,8969.48308880871,192.498682365465,885.440155857195,1844.9185963162,1181.79255287381,1225.39743343658,1556.79646036309,597.214419274253,677.754003008205,1320.68331360817,2238.04850412942,1976.53805639954,1620.9899158011,536.715922241336,1390.37505690764,16445.7270357775,4983.48557101658,112812.617733245,39935.6568420986,3619.29067377162,18083.1831117473 -625,799.463546284287,1467.66368422326,881.702887375678,1320.94211013779,1222.16023922184,5234.23960671892,224.858421508003,473.50319270369,5116.83375947891,12660.063206118,1527.14152142288,3719.86487312618,507.235872983375,2906.43239526446,1870.84572774919,7063.43951108163,2011.80300124035,8662.0096643684,200.272257162547,855.087312313952,1835.85932138991,1141.28076422196,1237.07379173362,1503.42955682083,598.662267767427,654.52063022967,1352.5976718251,2161.32831514921,2022.67261484179,1565.42246386884,550.112941650635,1342.71307061802,16871.6528537609,5105.35956946467,115865.343152293,41065.8720942333,3706.79910854304,18553.9319652642 -626,823.869503281709,1439.86494027773,915.525360091671,1295.92239214564,1287.85153162259,5135.09885114878,233.281958957822,464.534657096482,5503.76861289284,12420.2713115687,1642.25562369407,3649.4076067704,546.196918485399,2851.38220166802,1958.75561610404,6929.65222149067,2100.58766610493,8497.94415583131,212.57795242217,838.89126310894,1829.36063394799,1119.66397825415,1304.09148739221,1474.9533781571,620.948174411585,642.123477119996,1411.49645538325,2120.39099888192,2134.47070152627,1535.77208912191,576.327802559567,1317.28099292633,18181.9451307853,5449.76155776084,122168.747631709,42928.794238466,3975.39417429868,19290.0504929504 -627,852.632474554927,1444.20397466523,943.801331116241,1299.82765552538,1369.75559358628,5150.57347649388,249.289138467725,465.93453273408,5998.07196789721,12457.699811156,1789.68474138597,3660.40510011636,595.598678082915,2859.97484468532,2088.97328818945,6950.53473514967,2239.4905841233,8523.55271874839,230.877541345202,841.419262740142,1898.24162558902,1123.03808673349,1343.46310810061,1479.39815158602,640.981551797606,644.058516838171,1507.23953003403,2126.78079920397,2268.39103086732,1540.40013979504,613.816897209114,1321.25062047015,19564.6635810517,5838.75460242144,130549.565395819,45916.9270653948,4250.67293233877,20556.4490056722 -628,1017.6839432585,1487.30504340806,1139.58225283498,1338.619932875,1682.80317066372,5304.28806623999,306.857449179983,479.839962076003,7297.60846984193,12829.489520475,2177.58904220079,3769.64685170709,723.864548300199,2945.3284197661,2551.05232209414,7157.96767445352,2724.44208382435,8777.93107395896,282.341493361803,866.530722146914,2271.74536325631,1156.55422616133,1609.11332026269,1523.54956132321,763.523754345758,663.279908619122,1836.6578479572,2190.25280664577,2782.4819675273,1586.37210323058,748.703364658997,1360.68224842464,23824.5912691652,7107.12236097924,159091.423609261,55850.7475245676,5194.52684049359,24978.7013884609 -629,1388.8655880515,1602.60763066605,1520.96923555014,1442.39578053967,2017.27456445445,5715.5003728948,391.994680902253,517.03931760993,8706.11583257931,13824.0893448126,2600.17463151045,4061.88685786938,862.457472750701,3173.66354753878,3196.57258764641,7712.88557514347,3481.55170211667,9458.43583529601,353.76543973641,933.708087439195,3465.07361157682,1246.21552003753,2022.32179606335,1641.66198689115,1018.12877215052,714.700355204031,2346.85064384677,2360.05107128195,3327.35842722968,1709.35481526204,937.131053253762,1466.16846618121,27404.5554289663,8437.97262028033,198314.226004946,72398.629963074,5970.5079384993,32816.1789405291 -630,1371.56652665987,1869.34249616169,1487.79944849899,1682.46530045942,2097.18509869851,6666.77702603964,396.926256668986,603.094325835073,8912.40216050952,16124.9436159581,2661.43933627227,4737.93932633418,884.042687260351,3701.88187327417,3291.78142449371,8996.60309720103,3580.50704141969,11032.6793132697,358.97076056883,1089.1126271092,3311.31052686733,1453.63318282355,2038.00616462141,1914.89698270901,1017.20007258963,833.653678192894,2405.37868856019,2752.85333492749,3470.72019790284,1993.85647244169,967.961551942353,1710.19466519429,28369.3784176823,8700.39001620146,202720.304334052,73476.8148137305,6212.63080525847,33340.355393701 -631,1265.94527811988,2080.50880268244,1385.49854421961,1872.52142130235,2050.59283111367,7419.87533941816,382.000595335968,671.221596001832,8709.74921602551,17946.4636387622,2600.88617117913,5273.15058383016,863.699555992636,4120.05710010418,3196.43923214729,10012.8852665573,3470.66799053464,12278.9625098453,350.238190157174,1212.14192287708,2942.28833136767,1617.83976930148,1936.66787597343,2131.20925509177,946.771762539358,927.825596128152,2328.01068003417,3063.82356768235,3399.10088731474,2219.08823595346,941.263826108674,1903.38317485588,27795.6010988645,8478.21524673538,196631.690266325,70863.0241471382,6098.41631008991,32069.2601973045 -632,1230.60474819302,2147.04065206713,1350.11726117041,1932.40211635689,1998.80570025032,7657.15288801536,379.956924284451,692.686352157331,8397.42118321037,18520.367202286,2507.90836224566,5441.77878668797,831.942775849129,4251.81093747659,3143.61573908247,10333.0837553125,3422.71093070645,12671.6270749997,340.666584118926,1250.90457734975,2930.32357676874,1669.57609059027,1854.77266858088,2199.36243617142,914.28169679891,957.49620013486,2299.49916815634,3161.80048942549,3306.06253379752,2290.05166763683,924.296726256595,1964.25078692635,26677.632627612,8187.14880415567,191503.75580362,69551.3039554283,5859.53198249616,31569.4719210722 -633,1180.86983305839,2157.59896851553,1295.61952005322,1941.9049234092,1895.59903221384,7694.80780768705,366.760000743357,696.09271602777,8055.89340867617,18611.4432131077,2406.13353864446,5468.53935240746,797.946729716167,4272.71970104072,3006.75362976241,10383.8978691819,3278.1267140783,12733.9412414526,328.508374008523,1257.05604279206,2848.05016648018,1677.78642078694,1763.60853643385,2210.17805094027,873.589079209674,962.204796532154,2207.66796869019,3177.34900271606,3130.2536173196,2301.31325700954,882.143837334929,1973.91021343624,25338.4929411291,7793.16431708615,183345.432716234,66956.2346213449,5544.36225524188,30379.6488839715 -634,1134.54313191747,2178.9759392106,1249.68922677253,1961.14484947798,1806.55909263635,7771.04610934063,352.920195861187,702.98943493092,7637.52367097611,18795.8409079367,2281.44262553932,5522.72032263738,756.315113966336,4315.05277830402,2875.80388636729,10486.7790272142,3136.95127661601,12860.1060629618,313.482352108145,1269.51065116968,2703.44460356792,1694.4095243725,1711.59300129103,2232.0759625148,840.88558569942,971.738089807815,2115.21151595655,3208.82941103578,2979.57785312381,2324.11411424629,842.789224976534,1993.46724020677,24026.2582589993,7410.88492133287,175328.28981801,64177.3975412161,5263.48643565536,29144.0058961763 -635,1127.97847283498,2196.59241736478,1236.63869697905,1977.00021748655,1750.36479925924,7833.87308303814,342.690271873037,708.672929548838,7253.31385514683,18947.8006036752,2166.86217801965,5567.37014192387,717.840535854463,4349.93890606487,2787.60552240949,10571.5620256476,3044.81349564472,12964.0768197939,299.41532582234,1279.77432882228,2769.86325459553,1708.10840366401,1664.31687191269,2250.12174114159,831.627431075033,979.594350412915,2051.12828509992,3234.77199819462,2886.4823870149,2342.90399842292,817.555279414487,2009.58392669983,22896.8539662797,7111.30755570416,169136.335474882,62128.5029022883,5041.15943130024,28331.7187210976 -636,1101.23587531931,2178.25276681269,1206.80391562128,1960.49397224802,1706.58810878684,7768.46700511644,337.194909602958,702.756122324654,7146.36380440036,18789.6028246721,2134.97118893082,5520.88740707972,707.210084396354,4313.62067113447,2728.65874786871,10483.298608271,2978.58703604179,12855.8379691423,295.454795849189,1269.08931789781,2711.81409411767,1693.84717295928,1620.36654475309,2231.33516694331,810.503841091376,971.41558318812,2011.22982093405,3207.76444431544,2810.73133030481,2323.34277246743,798.658019863565,1992.80563561614,22413.9937747869,6959.13932422586,165809.081136522,61026.8049630357,4919.67197857538,27796.9913846406 -637,1086.85438968271,2162.40083189086,1191.30046881843,1946.22674700392,1655.83308085358,7711.93305493231,328.128490812063,697.641911298858,7048.84421893972,18652.8640743665,2105.95324309217,5480.70990829669,697.469823020849,4282.22888997938,2651.47548439915,10407.0078444826,2899.40491575468,12762.2813764653,292.310363868264,1259.85369493256,2674.44407097675,1681.52043312341,1601.19567466303,2215.09693215529,800.942849723298,964.346239886297,1956.01046371663,3184.42037975573,2726.30806889531,2306.43496498459,776.59241730708,1978.3032666859,21952.351960048,6810.31970269282,162557.896270278,59891.1158153674,4799.93316055787,27232.7381252304 -638,1089.7203671531,2129.91593181696,1193.14930271557,1916.98934547079,1635.51006432655,7596.07970759195,325.561303721724,687.161510328934,7082.09579494896,18372.6494089763,2115.88582376046,5398.3753516875,700.464704862089,4217.89864392461,2626.30608263279,10250.6674450014,2871.22107494241,12570.5586259394,293.947147379591,1240.92740671437,2659.08260235044,1656.25961078342,1613.15738105516,2181.82039922307,804.124078542318,949.859244331472,1939.41699855124,3136.58208062817,2692.20822464175,2271.78629658809,768.390213587107,1948.58399217102,21947.7910144023,6795.18050622776,162148.812629788,59740.4578284419,4778.12589002779,27105.9869784827 -639,1099.80933636969,2111.02667114034,1198.12777527129,1899.98843434562,1635.45755094223,7528.71351366209,327.206608401956,681.067385813668,7108.15204823941,18209.7106944373,2123.72515734479,5350.49960329528,703.297430906613,4180.49200932346,2632.1408885058,10159.7589135493,2879.94359319883,12459.0760292843,295.445620795443,1229.92218302641,2715.45745346237,1641.57099370286,1610.46459941751,2162.47082131023,809.145401572087,941.435372476132,1945.6195035408,3108.76515336379,2691.38187541735,2251.63885183838,769.950306843658,1931.30288241989,21940.3226814749,6801.8800140876,162605.295779958,60035.9058389198,4770.91738155277,27250.1120102189 -640,1122.81455355981,2095.17473621852,1222.30736242414,1885.72120910152,1686.87708811536,7472.17956347796,338.76111944546,675.953174787872,7275.73672499109,18072.9719441317,2173.9899719353,5310.32210451225,719.431178657051,4149.10022816837,2718.58663424122,10083.4681497608,2979.6676327046,12365.5194366072,303.896983489277,1220.68656006116,2760.90222654019,1629.24425386699,1647.77645906937,2146.23258652221,827.355989658378,934.366029174309,2011.09153093323,3085.42108880409,2775.27327487448,2234.73104435553,795.811586807834,1916.80051348965,22435.9812928822,6973.51330780973,167370.570383992,61922.4455777485,4888.51589328169,28147.8355330451 -641,1144.14146289538,2198.41481001175,1241.91921109089,1978.64042648979,1691.38927739777,7840.37241927865,343.656763021631,709.260876737268,7272.10334154488,18963.5205580115,2173.27843226662,5571.98908457768,718.782555470185,4353.54781257593,2747.10615234851,10580.3326727418,3015.69396545225,12974.8324056205,306.608135076287,1280.83608762113,2891.67223174569,1709.5255278289,1645.19518928381,2251.98854414219,838.399439341667,980.4070662937,2038.56291954113,3237.45571168535,2780.34559540426,2344.84777779023,802.984718688463,2011.25116862534,22243.356590909,6959.6241034872,168567.451094962,62798.1328224853,4849.27863842061,28611.2916935314 -642,1132.63885430032,2227.4284842592,1229.14668686918,2004.75361883437,1674.09189152044,7943.84607234708,343.537397719377,718.621377740264,7182.19752964699,19213.7924382541,2146.77775984382,5645.52565077713,709.904902611382,4411.0039475508,2734.99294489571,10719.9670693983,3008.62017371961,13146.0683157489,305.635376881094,1297.73997711522,2871.87937252718,1732.08706469457,1627.05419972202,2281.70926005585,829.749842623454,993.346030824781,2034.62897877763,3280.18217303451,2749.90274791202,2375.79400744391,799.044571803392,2037.79474264538,21833.895495446,6861.69044456689,167520.640029108,62707.7129961641,4762.87672614222,28605.1265158532 -643,1125.49325998106,2175.38900613719,1212.19312224662,1957.91650023568,1596.64750545484,7758.25375959366,333.268649358023,701.832205055621,6922.89034927432,18764.9000323712,2069.65650299617,5513.62906659182,683.975730353639,4307.94953074378,2636.72246731043,10469.516158979,2914.46610670532,12838.9363295404,297.294799121495,1267.42083931826,2921.60713775082,1691.6202629339,1582.29701573833,2228.40161854971,819.759111296971,970.138457875079,1970.40745792019,3203.54717907797,2620.22838987635,2320.28826117799,770.288702291025,1990.18568328547,20768.4666819783,6571.48394871603,162126.449384973,61192.0119301275,4514.71632248233,27955.1773255192 -644,1103.63701369334,2054.18533244891,1189.47567090565,1848.8294946776,1526.39151038737,7325.99596367034,320.390997350485,662.72901876319,6632.14828461551,17719.3974514993,1982.95843531458,5206.43247033244,655.079257820555,4067.92840913436,2528.53499620148,9886.19804133329,2798.37762734951,12123.6039246233,286.505927385216,1196.80539472372,2870.74644909142,1597.37018178764,1548.81933010449,2104.24430146336,803.460721484296,916.086357423612,1892.39213054783,3025.05878649965,2502.53163343769,2191.01140059022,738.460802758015,1879.30077237736,19830.7705628337,6295.22467495661,156124.832879094,59077.7986038901,4308.71277996518,27004.3927218627 -645,1065.35310886915,1960.4911303799,1149.68394443644,1764.50185318921,1396.19856866889,6991.84726961918,293.19029488648,632.501041949157,5869.59717897022,16911.1915028264,1755.28887611013,4968.95996567172,579.50675906956,3882.38463158567,2315.66529042835,9435.27502949646,2563.41568239215,11570.6297708433,255.794445795199,1142.21746406371,2717.5247503121,1524.51194342557,1517.46372991811,2008.266841363,778.674247990159,874.30240593235,1733.58388273149,2887.081718542,2290.02959984963,2091.07637444646,676.252298466093,1793.58329424424,17840.6246710179,5716.85803625598,142873.879863523,54106.0395744493,3911.50205067651,24854.201609384 -646,994.065314636344,1879.66939531027,1065.06139839753,1691.75982487884,1261.38841089938,6703.60662475434,264.785816760694,606.426028983514,5266.18007482595,16214.0234217403,1574.51880541658,4764.11335367031,519.584874277533,3722.33235832104,2081.13141933361,9046.30346674559,2294.38802767098,11093.6276771145,227.839991060922,1095.12926466207,2599.30898093122,1461.66355890972,1384.23519542503,1925.47554071053,722.969576044669,838.259071520877,1555.40457667815,2768.06105572718,2065.19836480085,2004.87123017063,606.613394333705,1719.64237628424,16136.7618680853,5170.65196670159,128388.656251308,48504.8286312706,3539.1684494108,22310.3997501999 -647,825.980174037349,1749.81658176316,896.928328606773,1574.88832946875,1165.65086553883,6240.50274951477,221.691515723756,564.532424571919,4921.72314438402,15093.9133824511,1469.77579749219,4434.99509246175,487.213719710415,3465.18323896452,1820.06332850969,8421.35954826252,1968.90344710181,10327.2488820394,199.544006470191,1019.47467531304,1977.01801869936,1360.6877564323,1234.31868570506,1792.45831065868,613.994463778389,780.349792798803,1327.88181070995,2576.83566414866,1923.49821689006,1866.36912406259,533.564064733308,1600.84467632036,15845.363080869,4871.45711421068,113644.278886972,41043.5350708156,3476.83969959102,18633.272831031 -648,686.669672407553,1642.43995916017,768.393380855229,1478.24609190073,1137.6450495163,5857.55740794511,209.276063121796,529.890173645637,5106.64469488979,14167.6829090625,1519.33145912097,4162.84382857927,502.174553517598,3252.54399621282,1885.18501760847,7904.58701596276,2044.30083379563,9693.52240048072,196.217182225074,956.915119868611,1569.61325212603,1277.18983029211,1080.75636120019,1682.46499961047,516.742727522963,732.464016613481,1287.90805620677,2418.70942766026,1868.12588893264,1751.84031277975,538.628876358735,1502.60964046189,16343.6273527636,4933.14349261201,111303.637514214,39692.0152414383,3657.78195532935,17882.5973147575 -649,703.599300633448,1584.52832352404,786.98878938262,1426.12385231612,1163.71808178201,5651.02277729713,214.374682909801,511.206503358522,5278.05735838045,13668.1372874026,1570.50271764372,4016.06397603961,519.228650721972,3137.86087385658,1930.03242946275,7625.87511506833,2096.89793122611,9351.73350636837,204.052961713237,923.174757277294,1611.38500533035,1232.15673688889,1106.88980108093,1623.14210047826,530.155177539269,706.637690962962,1319.09757541204,2333.42690740549,1911.87735465551,1690.07127378349,552.100414857744,1449.62835398232,16772.0550171699,5063.28171200819,114602.382522891,40939.5283003534,3747.32836906683,18426.0110971879 -650,732.69309801792,1551.667375599,820.790442953916,1396.54799623966,1229.3071047184,5533.82830216463,222.721714322267,500.604780412702,5603.59841445315,13384.6788342051,1667.06435945068,3932.77630789193,551.784751824146,3072.78593562985,2025.04597022467,7467.72490637923,2193.76614763025,9157.79135765488,214.402334806616,904.029376803985,1642.3061737731,1206.60349321045,1166.75401168372,1589.48035568841,554.033770888516,691.982992766744,1378.89485188028,2285.03482822788,2022.70524596142,1655.02150957738,579.622987174553,1419.5650467232,17911.0745009963,5376.44041461051,120527.045904173,42748.2764817431,3998.41720354441,19192.2285449471 -651,778.169105884812,1561.67607911697,869.760284465103,1405.55613487993,1292.61733464611,5569.52309582124,236.305932395675,503.833826086807,6106.92082430349,13471.0138852872,1816.73363820655,3958.14385295162,601.693863762565,3092.60629396665,2139.90705730262,7515.89389266911,2319.48490349124,9216.86176154398,232.861319370508,909.860627848024,1765.5474348028,1214.38643484936,1228.16001944475,1599.73296386841,586.166777545306,696.446483282167,1460.73870685092,2299.77396400118,2124.5515891953,1665.69687716306,611.578267038173,1428.72165199863,19245.6323265832,5751.72596626866,128683.398527792,45723.1277313998,4253.23873990112,20430.2994983507 -652,951.383004554883,1595.2023472194,1073.85736849905,1435.73079942217,1603.31484171596,5689.09035244387,292.638229188093,514.650197137334,7402.43776163211,13760.2113886422,2202.32581580265,4043.11780739491,728.540652697963,3158.99877390104,2633.52301898743,7677.24609434818,2841.63759124313,9414.73056584513,283.934248907965,929.393635846923,2141.17281907826,1240.45704304984,1515.82988369822,1634.07624219363,717.337084565447,711.397888269248,1791.85930809447,2349.14581487546,2631.67374454349,1701.45627748168,751.840806768659,1459.39363691866,23516.6219312106,7040.49567368692,157854.497943586,55915.0475011461,5236.31096919744,25013.0156230471 -653,1246.19524651833,1688.69406090475,1371.16765733747,1519.87619518516,1935.38791698812,6022.51689691198,375.578809366341,544.812846385402,8862.08016264202,14566.6706730328,2638.97621176171,4280.07709541502,871.177071267267,3344.14156122,3314.68904860458,8127.19458834076,3644.65134081014,9966.50965269327,356.738237941922,983.863593125414,3048.34818720074,1313.15782292892,1864.35018540798,1729.84627941901,925.648666930256,753.091537856942,2300.5185427318,2486.82469198614,3169.53815403492,1801.17532780764,945.850681698958,1544.92586566372,27161.7511405401,8369.30077519955,196704.260978131,72304.2386386847,6049.55015484022,32752.9139521255 -654,1268.69180170483,1922.94402632649,1393.61068662782,1730.70831357177,2005.47457820784,6857.94020271647,379.504463851668,620.387453640621,9195.99236704004,16587.310278788,2737.87281169604,4873.79500727062,905.264513196279,3808.02964090062,3405.68316075396,9254.57171091709,3740.88446939675,11349.0303801411,365.725466232702,1120.34184457722,3025.40261852761,1495.31466337495,1929.81005108817,1969.80474230465,948.950639996504,857.55786529098,2352.8099407424,2831.78865650412,3295.07683858997,2051.0283165908,974.576788097347,1759.23279016192,28438.585006681,8709.69840042136,202520.96089867,73859.6530592328,6338.01876330468,33406.7415094227 -655,1240.5819447948,2126.30006982737,1367.01380771108,1913.734959321,2008.52629060474,7583.18418647103,370.661709997391,685.994947297602,8989.73256505695,18341.4589926535,2676.42179149063,5389.2107738992,884.717750224164,4210.73810807686,3370.46832585324,10233.2653502855,3688.31065090924,12549.2181568418,356.920752142585,1238.82074035504,2873.24839550988,1653.44785371731,1925.39200626242,2178.11642136563,934.021604314994,948.246711232993,2314.58042803817,3131.25724702647,3307.29715699335,2267.92958769382,966.127398845585,1945.27596921783,28207.1944830427,8629.23965602945,199792.056625117,72314.7550100971,6342.57668433899,32742.9319041985 -656,1212.11420004152,2171.42602240674,1330.79787688693,1954.34969392466,1905.63013098332,7744.12027204763,362.628116414612,700.553652299172,8644.08420910412,18730.7153447948,2573.85172455456,5503.58469189607,849.901410549218,4300.10158545501,3244.59217446536,10450.4434680319,3568.330964349,12815.5471813711,346.430955503456,1265.11193357695,2913.42674197615,1688.53857797494,1835.34049785973,2224.3420598527,905.561594539984,968.371122049623,2244.70326903781,3197.71116293805,3129.0254586434,2316.06130930728,928.362461494998,1986.56009105291,26724.5643868232,8220.31471396552,192238.204621552,70344.5651221402,5972.6819656999,31887.4929677916 -657,1169.38939553014,2161.3016088359,1280.84710163299,1945.23741270524,1810.23336559712,7708.01281290906,350.42803868444,697.287275811442,8241.29829865441,18643.3821790911,2454.22457144425,5477.92387408884,810.097836947179,4280.0520850813,3106.74093615543,10401.7176028276,3420.78643326229,12755.7938678979,332.507736421221,1259.21326777081,2856.56200169051,1680.66565818982,1747.03281218064,2213.97092185189,868.98935491329,963.856029373882,2157.46941259313,3182.80162885327,2967.62824461801,2305.26252440332,887.105847932606,1977.297626784,25279.7198314879,7806.82852337238,183878.429230311,67691.0736950149,5639.68244059369,30711.8966160669 -658,1129.92389467388,2172.78558606587,1239.49638743971,1955.57334271291,1746.16020757018,7748.96898638798,339.633578070564,700.992279854112,7801.48213358794,18742.4429374596,2323.54875728879,5507.03057200659,766.670527095207,4302.79394604472,2998.83065023387,10456.9866534844,3300.19493782749,12823.5711951022,316.934510335733,1265.90403986649,2771.35929641524,1689.59579828269,1684.29235391034,2225.73475506721,838.436139190078,968.977434294439,2083.59990699476,3199.71329971116,2860.03912364346,2317.51143137267,855.566593910845,1987.80390727259,24004.3862041365,7450.15452838575,176513.217675517,65132.1917029243,5383.72142397841,29631.8111421721 -659,1089.9825536428,2186.81512834073,1196.6422630404,1968.20035895378,1674.62762046403,7799.00360033161,327.812132682324,705.518543691478,7465.2061549796,18863.4617334289,2223.51293833071,5542.58912813581,733.254457764907,4330.57682068875,2884.05276207148,10524.5067701786,3180.8813776754,12906.3722019526,304.401496492706,1274.07790403289,2696.01737918651,1700.50541395367,1617.59905050355,2240.10618685463,808.530635477794,975.234061715477,2006.91698995274,3220.37365078013,2741.68567754603,2332.4754594882,823.294321475008,2000.63903427732,22922.6160655559,7132.21808912285,169547.998152984,62737.5763412176,5141.40779286826,28574.8547161167 -660,1066.4950006628,2166.68201125193,1168.2937167259,1950.0799390941,1620.96569102317,7727.20134753643,321.220460299651,699.023121529644,7287.60545928795,18689.793516643,2170.77562104305,5491.56076526888,715.696831111498,4290.70696197823,2807.25468352255,10427.6119186844,3096.20398416684,12787.5484845903,298.33510222609,1262.34798718272,2666.75540961038,1684.84955252964,1567.23283372331,2219.48244067381,787.519370624428,966.255478524313,1958.61018067234,3190.72498092204,2649.868896513,2311.00130699857,799.689397593508,1982.21996473298,22208.8225521987,6921.19348603858,165224.445443492,61367.6863372574,4967.18714753101,27938.1927052639 -661,1046.56011893158,2147.99523895896,1148.47516477613,1933.26127369434,1596.3885410889,7660.55730318962,315.306030777843,692.994324580342,7188.25084699247,18528.6014663863,2141.30310490937,5444.19823351727,705.853433739504,4253.70131760682,2758.93187109007,10337.6779050765,3044.24973420155,12677.260954867,295.161481547031,1251.46073687627,2614.29326892621,1670.31839393206,1542.74220378349,2200.34028563595,774.178012336052,957.921908572541,1923.43348678094,3163.20624450464,2610.0638989164,2291.06983806664,786.688374762002,1965.12410436991,21868.8440637275,6814.25724858036,162852.360121287,60462.5299803516,4893.56707981582,27512.9980569325 -662,1046.26675133791,2119.96508051952,1148.54523147204,1908.03327559469,1597.88442342034,7560.5912366694,315.262313038656,683.95112915639,7235.83536605888,18286.8133910012,2155.45562344436,5373.15443588986,710.242840402856,4198.19285104969,2760.39755736199,10202.7768846647,3041.68610398846,12511.8296602822,297.225744078386,1235.12986141661,2603.60288144637,1648.52165603569,1543.40942903813,2171.62705307918,773.388116869263,945.421553644882,1923.66772223825,3121.92813987854,2612.93528778673,2261.17263466876,786.480361841072,1939.4803138253,21983.8553244452,6839.36768547738,163258.899341309,60552.8963746546,4913.88102752183,27520.6971600566 -663,1044.2524956261,2098.67489096114,1144.1751342458,1888.87145519756,1579.98379188805,7484.66242912384,314.79624521835,677.082407910832,7303.52718500541,18103.1642700366,2175.61656710848,5319.19341666473,717.191399270851,4156.03162753579,2742.72612318335,10100.3133790663,3027.56673869732,12386.1770126809,299.978094120191,1222.72581329317,2622.90965782278,1631.96603496882,1528.98300539282,2149.81803743312,770.307513189592,935.926961363796,1915.69595882192,3090.57552822639,2582.08477313505,2238.46433892432,781.151166403254,1920.00268001637,21975.4703311698,6827.17280563509,163095.87314577,60644.3184100234,4881.37343567266,27509.0426402086 -664,1072.61640268594,2089.15794254127,1174.26930044596,1880.30591115436,1608.26567813941,7450.72141873441,323.456714460502,674.012014120997,7295.33669476609,18021.0710971796,2173.65192864236,5295.07224877934,715.754356258719,4137.18509785128,2804.40650989426,10054.5110673947,3104.52996262364,12330.0089000033,303.109624144338,1217.18106763158,2724.93034117454,1624.56549063264,1559.63550288199,2140.06916805726,790.465677307794,931.682774398759,1963.30264768634,3076.56056668255,2626.54393665284,2228.31348147374,799.109902274718,1911.29596391164,21925.5205592378,6867.7061524028,165780.187267881,62003.2247856197,4895.19114052839,28237.5158886066 -665,1082.32979340174,2199.80330258706,1178.74147396,1979.89011218554,1588.84918169767,7845.32430499296,325.438075841606,709.708837448241,7208.90012113058,18975.4976914335,2148.42248902227,5575.50828643094,706.901997597044,4356.29746145315,2802.10236430032,10587.015084675,3110.92739868489,12983.0271550277,303.348380580928,1281.64504841859,2798.51865438347,1710.60524376416,1547.10974221791,2253.41087324905,793.198708807369,981.026279704258,1971.51381847185,3239.50045010237,2591.37957241387,2346.3287556816,797.118859953418,2012.52145087689,21422.5685231067,6762.69549529641,165273.009662139,62362.0010931396,4779.8036971426,28463.5364433963 -666,1086.21514968806,2244.17715385233,1181.04762741293,2019.82793265175,1581.37976132946,8003.57811497142,326.385038792971,724.024896687511,7117.09608622725,19358.266419553,2121.45596082662,5687.97596712741,697.918568453176,4444.17154337424,2801.18070606274,10800.5735569975,3114.7689641807,13244.9173500614,302.358400651518,1307.49805386072,2830.17501710635,1745.11112098106,1542.48967182679,2298.86608227229,794.636316285087,1000.81528273545,1974.79828678606,3304.8467976497,2577.74385842065,2393.65827969023,796.593854460271,2053.11750208945,21065.0280500339,6688.57759261042,164815.18755006,62475.7905274347,4711.71071136971,28575.2637565086 -667,1063.02096430172,2193.00548148546,1151.33580428423,1973.77186571885,1525.47900403593,7821.08072328425,318.67894615756,707.515698768286,7045.21869311806,18916.859703906,2100.12753809882,5558.2788787666,690.802166435503,4342.83565294806,2722.91694124188,10554.2991439084,3039.06815624179,12942.9070698122,299.739459046311,1277.68451533608,2806.05084141182,1705.31914004348,1493.40739916448,2246.44739430221,776.136921287949,977.994717228853,1926.25724204835,3229.48976210475,2485.20584702915,2339.07814236181,774.554000676567,2006.3023672115,20554.2473825456,6524.64016894812,161316.403335946,61422.2434995986,4561.05213516361,28042.6147247867 -668,1011.86713446171,2068.61984868516,1093.69583501648,1861.82099984387,1428.6063388963,7377.47486677314,302.960736712428,667.385936827233,6652.98704711799,17843.9095518293,1983.60424247837,5243.01745263118,652.063176878754,4096.51325868129,2571.70812865352,9955.66718021196,2879.34056190715,12208.7950487773,285.956663509828,1205.21520401837,2716.28533925335,1608.59471224265,1402.84018468118,2119.03057612646,736.191824610307,922.523587400459,1826.59339063064,3046.31551513051,2323.45478410631,2206.40737734852,731.053788427948,1892.50639559118,19159.4179106523,6113.99082050654,152673.517607358,58534.0619639512,4239.59135439598,26739.8936950217 -669,924.213739826915,1974.26032924467,996.909228720575,1776.8945524151,1298.25116885676,7040.95340123878,276.265782041295,636.943312813746,5890.45285495033,17029.9645772027,1756.59433640651,5003.85866878656,577.086824822676,3909.65194498151,2343.9956688039,9501.5421888892,2626.6173552548,11651.8942559698,255.399965958465,1150.23964746755,2485.63099855538,1535.21911154047,1276.74254927727,2022.37158536502,671.783627840865,880.44293036966,1666.6586199182,2907.35867960825,2111.86916138601,2105.76271808506,666.202197365702,1806.18024236417,17019.4585494728,5477.2780286135,137938.448842045,53090.0364113985,3794.62282667972,24356.2154668809 -670,834.982612211273,1887.36394827727,907.289339975207,1698.6851573934,1193.25605942873,6731.04828889633,251.835971959447,608.908474679668,5304.15681328317,16280.3966160573,1581.38181844918,4783.61557179018,519.311660640915,3737.56997593791,2133.41061509857,9083.33511781894,2377.11614557604,11139.0401874053,228.051964631921,1099.61224989005,2225.80909343446,1467.64697689909,1166.0974285963,1933.35760421149,607.225361156007,841.690541353804,1511.17690885056,2779.39229964822,1938.67314067248,2013.0783052611,605.377234390053,1726.68184789644,15603.6129863705,5000.69574956471,124699.317195967,47665.6055220983,3495.75495413526,21871.7254310198 -671,698.619108860178,1765.98671231559,773.948564399827,1589.441940492,1112.99796055901,6298.17150475699,211.77462371777,569.749293072052,5010.01517297662,15233.3968874568,1491.73880133355,4475.97907352122,492.147292808176,3497.20514682969,1880.95435662381,8499.1816953056,2055.18268281787,10422.6834346723,201.22344547076,1028.89568478713,1669.72013417625,1373.26193071543,1065.25334008592,1809.02249526821,520.984458228186,787.561038913186,1297.52722569208,2600.64831373475,1823.27227882672,1883.6163216887,536.583344211791,1615.63815106512,15572.9702050507,4779.12932285254,111464.313380185,40601.1251490507,3490.22787219297,18373.5809559523 -672,687.527370700697,1667.08567290986,762.297039193258,1500.42798648348,1177.9995083356,5945.4532743014,216.080135964681,537.841466760255,5423.61178195442,14380.2767731644,1654.5069342162,4225.30958680174,535.652216333791,3301.35020543944,1988.75202229788,8023.19968598361,2128.64104830664,9838.97902857603,210.404113622307,971.274156858365,1567.30897901766,1296.35476523286,1076.00889664323,1707.71131107715,516.410358325179,743.45504151197,1282.39910510315,2455.00349117554,1872.70663577631,1778.12763892713,562.217042301329,1525.15712347325,17044.0365333351,5128.1879344853,115977.565436852,41587.8208956555,3821.62145071182,18649.4316943698 -673,704.485071078924,1599.5413816069,780.754404375744,1439.63606280192,1204.99509424074,5704.56497778897,221.344032216511,516.050072774932,5605.37117218963,13797.6398882295,1692.35645128757,4054.11530074086,547.886959604548,3167.59141691835,2036.04357985834,7698.12860800718,2183.38707166261,9440.33912876221,215.40715812999,931.921635478125,1609.02529403328,1243.83115152917,1102.04316805627,1638.52101562256,529.823926213609,713.332927987422,1313.4700353794,2355.53561519751,1916.57993828944,1706.0843281548,576.272938889743,1463.36326446248,17461.5629290356,5260.2203391458,119181.058963785,42768.7723838233,3910.8249379521,19158.9086200385 -674,733.550930567385,1567.43253219004,814.188170839449,1410.73711833751,1272.93438655998,5590.05276824768,229.968131988867,505.690994686158,5951.61661368658,13520.6690348501,1788.45494751176,3972.73386278187,579.599495373495,3104.00586859212,2136.45928535014,7543.59803123784,2284.36050231638,9250.83579298416,225.595947465448,913.214441149822,1639.84061071538,1218.86275270955,1161.5635759627,1605.62969742225,553.636757782883,699.013636325316,1372.87396763767,2308.25110025208,2027.60429836842,1671.83675856072,605.029775838239,1433.98802525886,18620.7124115755,5584.68583731223,125285.043606434,44650.6079701368,4168.80665960868,19954.9229725574 -675,779.126151589205,1569.60204938379,862.828883844217,1412.68975002738,1338.47607273698,5597.79008092023,243.990891789949,506.390932504958,6486.3148856825,13539.3832846438,1880.10049850388,3978.23260945485,609.124527238048,3108.30219010077,2257.51020130651,7554.03928806734,2415.20235775386,9263.6400744427,238.449226059191,914.478440965423,1762.93737270712,1220.54980694922,1222.74709013982,1607.85208413671,585.778555551566,699.981156184404,1454.45850514382,2311.4460004131,2129.74437756779,1674.15078389729,638.367541226802,1435.97283903077,19783.4016452036,5963.05331974191,133227.009399204,47631.8628882374,4400.21103062728,21212.2387806868 -676,952.479668565681,1601.24806700691,1065.23884965467,1441.17213175141,1660.21572195398,5710.65165855444,302.157186171125,516.60069005499,7861.99046686489,13812.3617521479,2332.58880565483,4058.44097775885,755.009141614444,3170.97118694907,2778.46182707399,7706.34238969096,2959.04326664422,9450.41182156496,294.97062191882,932.915981149649,2137.95748580916,1245.15829972978,1509.04470617734,1640.26929167664,716.796782834346,714.094042959215,1783.99852660445,2358.04893450884,2638.00888405177,1707.90469319664,784.811512878303,1464.92464996153,24379.9123189472,7308.14649243855,163756.297739319,58254.8755497293,5449.08652782731,25943.4020736364 -677,1248.20451125597,1691.64460271695,1360.90620996926,1522.53177286916,2003.88943049502,6033.03963654277,387.75787069527,545.764761312027,9408.19751101125,14592.1220391981,2810.17487287586,4287.55538690771,908.618513372486,3349.98455536008,3495.50478125937,8141.39469006662,3794.23073804168,9983.92346620317,369.681580247228,985.582631959158,3044.25676189926,1315.45221547299,1856.74410253325,1732.86872374107,925.417111483161,754.407364164558,2291.64701381574,2491.16975389117,3177.85347792624,1804.32240058939,987.063199676267,1547.62521095599,28237.547067042,8686.03446432626,204073.493877129,75233.212868407,6307.46013618969,33918.7422251304 -678,1270.60505401161,1928.70047659365,1382.94871316777,1735.88929450395,2076.50980040017,6878.46986513598,391.824122811874,622.24462133472,9763.59787355183,16636.9654041472,2913.53103104829,4888.38500998916,943.578560477946,3819.42920996951,3591.85000853639,9282.2758359818,3894.61745391578,11383.004395021,377.908907970916,1123.69565624425,3021.22345539912,1499.79097905322,1921.78017512465,1975.7014729842,948.619144023019,860.125017082804,2343.44911944686,2840.26578862295,3303.57309598381,2057.16819499566,1017.09613438414,1764.49916085513,29568.6729006451,9039.73392042456,210058.4881881,76818.9138099851,6608.8498405045,34578.0712780671 -679,1242.28194191419,2138.21794993491,1356.29471679909,1924.46141516156,2079.73197185616,7625.68782048309,382.70842750037,689.839938722982,9544.67906082803,18444.26259614,2919.83456436127,5419.41721972921,946.641793496187,4234.33923223069,3555.20601216398,10290.6226496075,3840.16853853403,12619.5563370257,373.135335773092,1245.76431208689,2869.13391333358,1662.71540422172,1917.1631623197,2190.32473134899,933.563548409648,953.561619875102,2305.00187592533,3148.80789709015,3315.61999302694,2280.64129913193,1008.35498016249,1956.1792119474,29612.6240780565,8968.68448391275,207641.989979916,75197.4722370932,6657.15084556385,33844.4226825899 -680,1213.98124990213,2198.03876216061,1320.67787539032,1978.30197194647,1973.11342211675,7839.0312914865,374.396745893194,709.139554761371,9177.12255814988,18960.2767702043,2768.01710094776,5571.03597303919,896.011575704745,4352.80312040397,3421.83969599368,10578.522863534,3714.90422408767,12972.6130074329,360.301055535258,1280.61699536601,2909.43812835194,1709.23310649045,1827.75592458594,2251.60333228456,905.276914180769,980.239363652306,2235.85723062322,3236.9019316353,3137.14279157664,2344.44668198062,968.847077306261,2010.9071358811,27881.4713053561,8536.37221463102,199627.919077184,73219.4788255799,6242.38748838683,33022.1685112624 -681,1171.29034840185,2197.86519988722,1271.25615051147,1978.14576060315,1874.30300917046,7838.41230327049,361.792175227005,709.083559446186,8748.97959205998,18958.7796224756,2628.3873090322,5570.5960710296,850.440540996785,4352.45941290517,3276.16767204881,10577.6875586663,3561.14298639971,12971.588659617,345.381078352769,1280.51587485764,2852.73273432007,1709.09814145306,1739.93242361694,2251.42554042764,868.788226661353,980.161961663155,2149.18328140227,3236.64633830016,2975.4394880863,2344.261558996,925.749212069048,2010.7483499579,26332.1234134963,8104.67799328928,190883.943882853,70457.5219360572,5887.94139825727,31811.5459220169 -682,1131.77369095222,2219.44466177185,1230.24680405845,1997.56793492275,1807.95578012945,7915.37276451403,350.645638335727,716.045606820554,8281.56122373956,19144.9240057905,2535.16587471184,5625.29026501185,819.915715219392,4395.19348595479,3162.33436609852,10681.5432480469,3435.58906514792,13098.9485646183,333.933855052052,1293.08845825155,2767.65835784471,1725.87870570353,1677.45810917624,2273.53087775143,838.248765678116,989.78555809371,2075.62576453101,3268.42494159892,2867.57774417084,2367.27839504334,892.83214933896,2030.49062868352,25159.7341705467,7741.74356147135,183584.890624435,67863.5444255744,5644.46177597384,30704.351103145 -683,1091.80421064065,2239.92490060153,1187.77960797202,2016.00077494366,1733.87650409437,7988.41298373432,338.437744071805,722.653018707505,7924.39038249497,19321.58649383,2430.85558790415,5677.19842478624,785.707332428783,4435.75075410633,3041.18917701193,10780.1086957723,3311.30760944683,13219.8209610523,321.760218109939,1305.0206144837,2692.45074546154,1741.80449502041,1611.09155156829,2294.51020477183,808.383560178732,998.918944011851,1999.31740298749,3298.58479399523,2748.96555081697,2389.12279050942,859.134471879031,2049.22726750723,24031.9338276317,7411.95102061893,176408.06140713,65407.0094796275,5391.2944243494,29627.4694605407 -684,1068.33960784537,2222.53983974717,1159.73094754247,2000.35368956798,1678.29326900586,7926.41133099381,331.626986850924,717.044184811584,7735.59205095807,19171.623003131,2352.27949185757,5633.1351438831,760.050135895717,4401.32290486273,2960.02366234949,10696.4394416638,3223.06633546903,13117.2160068282,313.296112717925,1294.89176472053,2663.27717522355,1728.2855698394,1560.99889389055,2276.70148291237,787.418428968676,991.165886476061,1951.32912704797,3272.98299932727,2656.97235344507,2370.57973797655,834.477070125018,2033.32229643412,23216.0480863251,7188.95295337447,171750.249209275,63941.5165613357,5198.38535049567,28959.6491324232 -685,1048.35262568105,2208.33673519893,1140.03887897631,1987.5704619838,1652.85170147944,7875.75772883417,325.522278226121,712.461925659033,7629.92198440405,19049.107059433,2316.75762718472,5597.1366857443,748.315289581381,4373.19632271991,2909.12329978599,10628.0840201019,3169.00606288412,13033.3906521619,308.157139879916,1286.61678004575,2610.87322289369,1717.24098913103,1536.58804399523,2262.15225926802,774.068317534682,984.831857065873,1916.24468645427,3252.06705492316,2617.04385947212,2355.4305868764,820.916656566143,2020.32838350619,22875.2651307442,7077.10092903861,169169.171086161,62906.7181870603,5123.64463644405,28471.9665933448 -686,1048.04924910073,2178.13705956573,1140.09466553875,1960.38983219428,1654.40571985816,7768.0543496414,325.47786462905,702.718792416281,7680.46828742015,18788.6047342542,2319.08527958325,5520.5941414439,749.439148293216,4313.39153465413,2910.69686568164,10482.7417428606,3166.36209579128,12855.1550761184,308.304761207684,1269.02190477049,2600.18558557945,1693.757196995,1537.23344412703,2231.21663999679,773.267149141959,971.363982279127,1916.45728345814,3207.59405013603,2619.90469183017,2323.21935814195,820.706305236906,1992.69977918968,22966.2782013287,7101.26575409943,169464.010765324,62946.0775905454,5140.51459464878,28458.7110608358 -687,1046.08402735428,2156.87579611762,1135.8326897634,1941.25404617924,1635.85261156231,7692.22870346287,324.992361032642,695.859403421504,7752.32565161746,18605.2051298432,2292.52697456418,5466.7064368498,740.636194677244,4271.28759387117,2891.90834806402,10380.4174502388,3151.57268680214,12729.6731476331,306.42076293903,1256.63470952019,2619.5086771528,1677.22406937371,1522.93542934516,2209.43725536879,770.229079419434,961.882289912458,1908.6299434491,3176.28403599572,2589.03910350256,2300.54191523069,815.120420953805,1973.24860884561,22800.0542015074,7080.41671768827,168916.57959023,62950.8979058068,5082.6045126174,28424.5643919258 -688,1074.55210171625,2139.98249036136,1165.79289133594,1926.04955540063,1665.11264646138,7631.98083398954,333.928878970178,690.409221409852,7742.8252295359,18459.4835173692,2332.90650359906,5423.88953312097,753.119067545989,4237.83357327987,2956.78225742796,10299.1148707485,3231.58495152721,12629.9704846205,313.680511714019,1246.79236513946,2721.44352553534,1664.08754149543,1553.5470288102,2192.13227231348,790.432733176262,954.348535927054,1956.18010900287,3151.40641555722,2633.69459839234,2282.52337283291,833.83202635335,1957.79352694319,22891.0647674747,7128.87724317049,172018.163479344,64425.9306856473,5118.81060331966,29189.4496251811 -689,1084.40063053386,2231.79644475696,1170.396985496,2008.6849165962,1644.96747488729,7959.42385905921,335.965812492693,720.030585628643,7650.19654247146,19251.470454395,2303.47113667616,5656.59645875412,743.44038481617,4419.65387329904,2954.00252571817,10740.9887960339,3238.0463152722,13171.8475977819,313.338497068717,1300.28482961956,2795.02567690195,1735.4836666195,1541.22489917667,2286.18366450283,793.25666802054,995.293970457372,1964.61940726747,3286.6145708684,2598.58241771909,2380.4529109502,831.700533493065,2041.79083365406,22366.4777511602,7018.71147322708,171456.577053193,64774.2031901671,4998.25472159374,29413.5021910413 -690,1088.3400420609,2264.07885364131,1172.75481913847,2037.74006987854,1637.21640544345,8074.55504680959,336.939865656879,730.445658127348,7552.1051555332,19529.9384312993,2292.10757943618,5738.41779161098,739.568911724243,4483.5831235675,2952.89063303425,10896.3546641668,3241.96274791576,13362.3752648157,313.315111073834,1319.09314282147,2826.67815223365,1760.58702829459,1536.68725587763,2319.25277168578,794.732091897115,1009.6906628573,1967.99512657332,3334.15467501691,2584.97113592263,2414.8856005361,831.130270092461,2071.32485621385,22064.941782734,6944.04808648752,171067.452112396,64875.6819521641,4937.99644382302,29511.288604974 -691,1065.17881584594,2208.62600471928,1143.35988220038,1987.83081338086,1579.31165401174,7876.78937252523,328.978923869214,712.55525088259,7475.67033081407,19051.6022975795,2210.17735716813,5597.8698533897,712.78785647934,4373.76916669904,2870.15155247616,10629.47619038,3163.0248767586,13035.0978930017,304.419834695959,1286.78531368146,2802.64318234727,1717.46593013271,1487.90524083995,2262.44857807148,776.2973787741,984.960859964016,1919.79425362993,3252.49304243771,2492.28505855694,2355.7391241865,808.094888385238,2020.59302585585,21346.0708448577,6763.80318541466,166959.012402471,63653.2590350404,4752.28926192526,28925.1824198156 -692,1014.00682214801,2082.15763586192,1086.25100420734,1874.00542148767,1478.98526758624,7425.75569744958,312.746145114389,671.75354878033,7058.79826550975,17960.6864695736,2068.76932235935,5277.32963158609,666.46879521697,4123.32230467302,2710.50598173085,10020.8206222879,2996.63051838609,12288.6937644162,287.946180892676,1213.10256280233,2713.05400315062,1619.1219306109,1397.79307584496,2132.89826910973,736.413648320485,928.560911271111,1820.65457944891,3066.25169197001,2330.19065887827,2220.84689532896,762.66916874246,1904.89163342522,19848.4423719624,6334.20453710228,157822.710712585,60582.2489810066,4409.89875996829,27550.9248487799 -693,926.189038470782,1984.73186455638,990.14849501904,1786.31925379575,1344.02636051031,7078.29882680246,285.187652094317,640.321679026592,6249.17217790012,17120.29201416,1879.79644175512,5030.39928350125,605.794975819608,3930.38885479624,2470.4393889255,9551.9386503248,2733.57530596901,11713.6962485147,262.227930707748,1156.34055265566,2482.68671683299,1543.36195921844,1272.17920445528,2033.09830420541,672.003139874248,885.112825772378,1661.28641775019,2922.77939623125,2118.02088339919,2116.93174596546,695.002671906256,1815.76027591246,17788.9979236543,5682.22872134155,142975.502512042,55040.7544645442,3971.12254190731,25119.0045938227 -694,836.700441593277,1912.58819826174,901.056301185601,1721.38775224487,1235.35260872432,6821.00743262782,259.9724188192,617.046417336147,5627.80468351331,16497.9809322486,1728.4707186573,4847.54765819175,556.671724418312,3787.52186756623,2248.69964052603,9204.73211489191,2474.04788339864,11287.9112806201,239.403642090965,1114.30835251643,2223.12957484982,1487.26179166126,1161.82152685692,1959.19655041079,607.362571125209,852.939570797254,1506.1572797508,2816.53833406053,1944.21521713975,2039.98270303588,631.585171006666,1749.75861304009,16385.0833258335,5194.48578355602,129660.087424952,49608.2445387966,3669.75250068474,22638.5138693543 -695,699.648981862145,1791.81842745103,768.024263612121,1612.69127251969,1152.42478366088,6390.29709723763,218.64850966636,578.083218426425,5319.02119202854,15456.2211964947,1617.06213627478,4541.45080984463,522.913938346173,3548.36000914722,1983.84277835048,8623.50224591131,2139.70459546626,10575.1397286827,209.902784651795,1043.94570755806,1667.40500536436,1393.34912092654,1060.77254522839,1835.48371009247,520.773173500468,799.08097406734,1292.31366601681,2638.68892068799,1827.92798184678,1911.16864691686,560.010769069979,1639.27066437295,16295.8359650159,4965.17823121353,115822.718124635,42259.2093057984,3655.27006440383,19019.9059696141 -696,701.750779579916,1684.1525381336,781.633727595641,1515.78868608,1224.50921740255,6006.32012198383,223.116000504039,543.347643181839,5705.99404037032,14527.4955091633,1730.81449308046,4268.56638542845,547.100602106693,3335.14792797295,1996.56577939802,8105.33755683751,2153.874156599,9939.70602284431,210.449390073538,981.217620112698,1573.60709983778,1309.62625596661,1087.75491995657,1725.1940831151,569.356896468895,751.066196235199,1274.03089790327,2480.13670081711,1917.42003263284,1796.33130131672,571.227426975065,1540.77098873184,17524.1736640929,5282.79160113387,119712.615769777,42768.1919602803,3917.56372001159,19032.7224132676 -697,719.046681999054,1626.99300100565,800.545293847274,1464.34335810744,1252.55525096604,5802.46775692707,228.546614776566,524.90661775177,5836.37104457744,14034.4374873214,1770.38625805174,4123.69276307747,559.592016159454,3221.9541955172,2044.02292615694,7830.24528786285,2209.21532312203,9602.35594166741,215.45171804444,947.915443666386,1615.48473310876,1265.1780074222,1114.05479230952,1666.64161057243,569.732610869026,725.575277118794,1304.88931702406,2395.96174479451,1962.31059523923,1735.36445693248,585.494639687092,1488.47777030777,17911.7859501885,5401.05927399834,122519.455241928,43809.8915770391,4004.07143622635,19508.6312306385 -698,748.830927375311,1589.90872594007,834.974185719547,1430.96637870498,1323.3350314527,5670.21131192451,237.505628574936,512.942349076724,6169.40258708034,13714.5486249545,1871.15742303051,4029.70086721965,592.027070328262,3148.51575075351,2145.02080452413,7651.76943092517,2311.66408301606,9383.48812306074,225.661539008674,926.309476689202,1646.48876391523,1236.34063122871,1174.32113009078,1628.65361930018,590.777040901626,709.037140113393,1363.99619371942,2341.35025947426,2076.14239942458,1695.81005637874,614.784507976692,1454.55069193129,19065.3367992427,5721.40602626989,128683.887057299,45706.8327726535,4263.59458487065,20317.9736615933 -699,795.271750456917,1587.50779425241,884.761154302202,1428.80546690761,1391.3691687334,5661.64868830188,251.955358147636,512.16775144118,6484.49524757178,13693.8381943251,1966.8848568113,4023.61558927504,622.15362012414,3143.76115628418,2266.42352092696,7640.21444327482,2443.89424466343,9369.3180555544,238.506361792556,924.910650618949,1770.04108883064,1234.47362506047,1236.11632217068,1626.19417869267,606.9841976334,707.966418436321,1444.98859209681,2337.81457095442,2180.62968992044,1693.24920239121,648.614386943716,1452.35416530646,19953.8169085947,6002.39683837335,135725.446896402,48405.5718364496,4461.32650764726,21538.447964791 -700,972.351338105502,1615.91400054299,1092.40555374977,1454.37191955058,1725.95251345284,5762.95588261424,312.039393033588,521.33226884103,8046.45248473273,13938.8700575174,2440.45654533458,4095.61249844094,771.209600636778,3200.01431501326,2789.64596780484,7776.9252728945,2994.55586792975,9536.9687483269,295.052737456356,941.46061833373,2146.62596961826,1256.56278429529,1525.66846337374,1655.29262310708,724.280646126728,720.634476005373,1772.48636194736,2379.64645563058,2701.24005536844,1723.54750159871,797.502284275776,1478.3419885953,24866.0998691059,7447.55889687952,167405.634700489,59358.7609041736,5561.21032809216,26336.344101477 -701,1273.20255541629,1705.44273049789,1394.51723646091,1534.95050900254,2082.00338609494,6082.24893953632,400.080111643263,550.216365332649,9681.38806591612,14711.1446543316,2938.25660034084,4322.52741176529,927.723199799475,3377.30915704344,3507.91705830425,8207.80107593998,3837.1984761825,10065.3586870058,369.644510303477,993.621669870908,3056.07808949715,1326.1818792154,1876.31854702497,1747.00310163544,972.553970903407,760.560789767611,2276.0551117929,2511.48931660133,3252.59872517366,1819.03960005396,1002.36152745053,1560.2486251078,28904.0265088747,8889.50348489049,208659.555294013,76648.3439244147,6451.0039805869,34418.0582622017 -702,1296.29257719261,1931.13033439158,1417.4469307372,1738.0762406834,2157.80850189541,6887.13565012564,404.402125188195,623.028551221044,10041.0741312297,16657.9253513301,3046.86268367601,4894.54360256481,963.516813863471,3824.24108716979,3605.00313481578,9293.97003660874,3939.24438718573,11397.3451816433,377.915641445468,1125.11133518764,3033.08253962959,1501.68047866704,1942.22669373273,1978.19054460977,969.670412483264,861.208638674292,2327.69408534273,2843.84407465462,3381.5839921757,2059.75990181635,1032.99740766794,1766.72215094482,30269.9980704668,9249.26997219512,214605.041074547,78197.7235935586,6759.96010992536,35056.245955841 -703,1267.70799994945,2133.53179380654,1390.51221668361,1920.24373162058,2161.57290419182,7608.97522871287,395.128124681319,688.328073360267,10067.0422497366,18403.839825299,3054.08822394878,5407.5399294758,966.769491911082,4225.05917977237,3568.73520729166,10268.0695397172,3884.90206651987,12591.899095037,373.191703633606,1243.03407307371,2880.55214580791,1659.07136784953,1937.8191290362,2185.5243770805,910.054773257128,951.471777429951,2289.7487673431,3141.90691422988,3394.34154211742,2275.64300548237,1024.31109902128,1951.8920151242,30691.6025578813,9298.23311827352,212788.394828004,76712.3864744194,6858.82607131366,34291.3814232916 -704,1238.45278798905,2183.54638809202,1353.53218256836,1965.25839296522,2050.2614103735,7787.3460456358,386.385039348672,704.463970385263,9538.53460286849,18835.2655883597,2894.53342211433,5534.30434725498,914.916162424026,4324.10369428201,3434.25343157946,10508.775271694,3757.29639074695,12887.0804119267,360.29575789402,1272.17347705554,2920.8199321582,1697.96358478041,1847.13996427414,2236.75778983677,868.867627752243,973.776331343974,2220.76980118777,3215.55999971664,3211.12119881951,2328.98899357037,983.948016769256,1997.64858060351,28669.2674938162,8768.06724948988,204190.795779861,74584.2077916278,6401.57099989275,33461.5120400551 -705,1194.71975199362,2183.95136485932,1302.6610575244,1965.62288441603,1947.35136158364,7788.7903448019,373.295462929603,704.594625517193,9054.96356297447,18838.7589169242,2748.16195887607,5535.3307805362,868.310414254863,4324.90567474148,3287.75430738118,10510.7243073825,3601.38090824043,12889.4705457905,345.347488730524,1272.40942381856,2863.80525029936,1698.27850174637,1758.24319913135,2237.17263558674,832.142041148053,973.95693515111,2134.53845694439,3216.1563814106,3045.37051860979,2329.42094520595,940.073502694417,1998.01907937963,27020.6527270206,8304.31054360219,195102.137993878,71725.842610798,6030.82364468661,32233.1123774087 -706,1154.38897344712,2204.98121661943,1260.59184717056,1984.55039284899,1878.37612372884,7863.79069003728,361.775302568556,711.379355600478,8733.3788728563,19020.1623647033,2650.62814002709,5588.63196097038,837.134483010076,4366.55134812035,3173.47918714487,10611.9348826875,3474.37122943387,13013.5867047882,333.895289941452,1284.66179444898,2778.38552383936,1714.631679621,1695.09815095221,2258.71496919598,798.135662714382,983.335426951121,2061.46355772314,3247.12561132416,2934.95175067668,2351.85156245906,906.637336435575,2017.25853943781,26026.2862213737,8002.60825047791,188316.248640064,69289.662770784,5808.37523156292,31139.7651913099 -707,1113.55299713029,2219.50251399238,1216.97821128779,1997.62000368692,1801.31007491098,7915.57908724809,349.149874260581,716.064271322113,8373.00640323884,19145.4230388976,2541.41267860829,5625.43689427391,802.17983484653,4395.30805141668,3051.7945278229,10681.8216740001,3348.50019702798,13099.2900028501,321.710166586671,1293.12216399783,2702.85026055926,1725.92369259472,1627.96692080553,2273.59013978755,790.459434678212,989.811357922544,1985.62249069428,3268.51013662259,2813.44209462624,2367.34010070968,872.369447676219,2030.54355561323,24868.496599691,7668.30761615758,181145.008470356,66850.0688465421,5548.85208291862,30066.530722015 -708,1089.50772546225,2197.51807814635,1188.10750355331,1977.83334044192,1743.41346515214,7837.17433684537,342.071930448072,708.97156972107,8100.80554243987,18955.785351222,2459.03180253595,5569.71627412214,775.937883816987,4351.77200346416,2970.1574761742,10576.016962435,3259.0327439642,12969.5399805453,313.230074525497,1280.31363547566,2673.51068967082,1708.82821356021,1577.26518758817,2251.06995958807,766.606589105495,980.007158936179,1937.8736749786,3236.13515576194,2719.15109718049,2343.89131601956,847.270174440012,2010.43078067852,23934.4004552757,7405.36810698293,176029.145473955,65246.1219902838,5338.76191496847,29373.3980051016 -709,1069.15680077556,2176.74856979633,1167.9612707617,1959.14014902394,1717.0166571878,7763.10247393402,335.787600654652,702.270832610561,7978.80097688009,18776.6276250359,2421.94653568127,5517.07494670235,763.971160488681,4310.64189133349,2919.13653133202,10476.0593444315,3204.42737495104,12846.9603432714,308.095806668775,1268.2129456078,2620.91636326094,1692.67748324165,1552.62094219419,2229.79431376422,762.250712280053,970.744770119895,1903.05650627974,3205.54931585108,2678.32310927345,2321.73838324339,833.517251155287,1991.42949950515,23600.6660571131,7296.74908694575,173199.894322865,64126.6536660034,5264.61244392724,28862.4612266519 -710,1068.86471124315,2138.85434119613,1168.03871050894,1925.03418671986,1718.66588278696,7627.95743059926,335.748643913673,690.045253671656,7987.17341552743,18449.7521055402,2424.43303379787,5421.03018428208,765.12574971182,4235.59948565085,2920.74442848745,10293.6854161168,3201.81713353064,12623.3122569373,308.246052838747,1246.13508510457,2610.19967012203,1663.21027311625,1553.2958702438,2190.97663099202,769.971544001023,953.845425500222,1903.28130428505,3149.74506714292,2681.28884799208,2281.32007941847,833.320394801196,1956.76142357643,23654.908535923,7308.76819211856,173262.288837627,64092.2024267491,5276.97068910078,28840.1134547621 -711,1066.7649388673,2118.80800524403,1163.56031341665,1906.99187253184,1699.26346817888,7556.46467191209,335.20658232062,683.577829167414,7894.39018610284,18276.8324626187,2396.47217643163,5370.22177241994,756.098777401822,4195.90148068973,2901.73160554136,10197.2082170564,3186.62843417079,12505.000713483,306.347771481563,1234.45572850858,2629.5524815023,1647.62189421092,1538.76438480302,2170.44178073966,770.091290565848,944.905543303634,1895.43239687283,3120.22419395241,2649.56031715442,2259.93848842115,827.586931465895,1938.42174699369,23273.4124669631,7215.33276396959,171971.470082221,63871.4586959707,5190.46297288601,28772.7579748915 -712,1095.69675129184,2103.15855870586,1194.12595675873,1892.90689301314,1729.51153533387,7500.65287131101,344.381524584712,678.528945707583,8031.94562424052,18141.8403765954,2438.45970455473,5330.55749027753,768.800607003042,4164.91068976437,2966.65973894419,10121.8919711123,3267.26631711621,12412.6391877378,313.589281614652,1225.33807892484,2731.82832946553,1635.45261285803,1569.59859451281,2154.41096882662,783.60977832233,937.92650190538,1942.57541031651,3097.17832023968,2695.10041820793,2243.2466567561,846.514731574467,1924.10462745151,23557.8413543564,7328.64634808316,175728.198008626,65547.4144130562,5252.2541987537,29568.1317854095 -713,1105.52497845381,2203.65057907056,1198.59998443523,1983.35277844282,1708.30457809393,7859.04513706395,346.400609554336,710.950060296318,7927.7155424312,19008.684288592,2407.2615010587,5585.25939549088,758.829461018364,4363.91627026158,2963.51000548658,10605.5309102116,3273.29249773863,13005.7334101731,313.215564138098,1283.88654103257,2805.59683649933,1713.59695275884,1556.96512056056,2257.35190499953,789.527180922669,982.742014620721,1950.78629922189,3245.16607206289,2658.86201513731,2350.43229322684,844.216420427014,2016.04118668299,23017.6659171,7214.63850555593,175053.651339997,65864.3205904465,5128.67174701832,29782.7496434092 -714,1109.4562693186,2249.78897076227,1200.91443802071,2024.87873914809,1700.13610861452,8023.59196054887,347.371195298168,725.835402222458,7887.39055606319,19406.6739379407,2395.20443448229,5702.1993895791,754.841002624493,4455.28469323185,2962.25011210354,10827.5816036752,3277.0413855597,13278.0377528015,313.178951569793,1310.76759952728,2837.33080093653,1749.47496724945,1552.3040105434,2304.61465498725,787.935115952545,1003.31793370387,1954.07065478403,3313.11093807729,2644.80538830135,2399.64389093644,843.58155428059,2058.25155289135,22802.2011993824,7168.56246675741,174821.296188172,66010.470840695,5079.23876632417,29883.074775499 -715,1085.70308718297,2200.09257210741,1170.65418425179,1980.1504635826,1639.80448971513,7846.35594868402,339.110070056771,709.802162671798,7603.39964072756,18977.9929295801,2309.28152323834,5576.24145407635,727.444462371811,4356.87030543228,2879.0051632994,10588.407254953,3196.87625177685,12984.7343958676,304.266427282854,1281.81358205429,2813.1415191278,1710.83018476584,1502.88874709511,2253.7071920525,782.376953046682,981.155282602401,1906.09704106304,3239.92643761692,2549.74232409843,2346.63729299171,820.101428961262,2012.78609322655,21814.0422686025,6899.19605817301,169713.642264141,64486.3486898875,4856.79035320048,29250.6185618749 -716,1033.38916344969,2077.55825806434,1111.98786123179,1869.86584109295,1535.40053235882,7409.35258978045,322.315122387117,670.269680169954,7114.5305759236,17921.0122483932,2161.17440989667,5265.67228522576,680.103607929734,4114.21410040752,2718.59885054047,9998.68515132741,3028.31241105914,12261.5486797752,287.775287954575,1210.42288240856,2723.14452789323,1615.54537457549,1411.7248132739,2128.18680789541,758.373821713913,926.50976856921,1807.53985207484,3059.47850164525,2383.66687466515,2215.9411601789,773.896621188151,1900.68382699659,20217.0698536991,6439.42036198319,160105.700830947,61277.4663003628,4498.40124316788,27851.1697937584 -717,943.854629086448,1977.78941009756,1013.57115085922,1780.07083289323,1395.24802305772,7053.53942825169,293.900956113633,638.081878187485,6464.18276175671,17060.4064196611,1963.69100904689,5012.80329557007,618.171228390386,3916.64062707986,2477.74931866262,9518.52663117121,2762.38049274468,11672.7225511594,262.06733610266,1152.2957535727,2491.90686028099,1537.96338608789,1284.82317519617,2025.98666729399,729.970209870903,882.016762473564,1649.28900689282,2912.55571654238,2166.56714427473,2109.52686548702,705.208284399498,1809.40887235575,18332.67678226,5854.75912911492,145931.375566345,55963.5426947522,4078.22090726758,25460.8934977467 -718,852.780665766669,1896.88089669714,922.489369395077,1707.2507014366,1282.58873932776,6764.98929928575,267.948878160043,611.978868469503,5945.4059565137,16362.4897889144,1805.85010813316,4807.73673967557,568.099690331767,3756.41650562242,2255.56460595847,9129.13742949053,2500.4605105986,11195.2083000828,239.272776229431,1105.15699555165,2231.4319181086,1475.04752123527,1173.49710779872,1943.10647358735,685.674077305797,845.934728318841,1495.37791555557,2793.40726119206,1988.99632489711,2023.22916271168,640.95169610248,1735.38856400117,16990.7217908874,5395.27620382254,133242.033170742,50746.3317003594,3781.62302310267,23014.7672008685 -719,713.836741706687,1776.34254038034,787.187542317647,1598.7625018189,1197.56879982375,6335.10427484564,225.659335086559,573.090329376526,5573.22902672965,15322.7262339962,1691.10125817962,4502.22642260009,533.980637701941,3517.71292016409,1991.17820209345,8549.02129133078,2164.38502255236,10483.8025341932,209.907120142859,1034.92917684792,1673.95928222909,1381.31480242912,1072.11596294612,1819.63068716208,585.458371125415,792.179333406911,1283.65916658441,2615.89863617834,1871.18757742561,1894.66193524362,568.808539108491,1625.11232818695,16822.9457884568,5136.37007846617,118936.469220485,43225.6858381399,3756.90653275559,19340.2926119717 -720,671.920002388065,1673.99919845251,754.09090258639,1506.65037047851,1165.24071758637,5970.10950147823,218.982704437834,540.071934443329,5504.60439117837,14439.912826906,1653.41689040941,4242.83225299019,532.411301821964,3315.0411448683,1891.8319113719,8056.47247865658,2015.26116635988,9879.7819902552,207.936610591315,975.302101433422,1493.74672260061,1301.7308427359,987.265043074968,1714.79331409622,486.238769935066,746.538203645042,1178.67568064734,2465.1845692205,1800.86806477302,1785.50166357959,541.928825889108,1531.48206099807,16715.4930449356,4988.63198196685,113978.674953578,40927.6632907138,3673.03385180542,18122.134277499 -721,691.866175004053,1609.95506189217,776.697178403424,1449.008692893,1201.97401437655,5741.70407061167,225.48878150961,519.409773580966,5678.49234433713,13887.468267876,1705.61773663646,4080.50927908179,549.259339713182,3188.21375571463,1949.75731824462,7748.24662998555,2079.57527922463,9501.79966651505,214.274775562469,937.988833285191,1534.76131019665,1251.92901013404,1018.99736398388,1649.18846955254,501.737729747967,717.977022309981,1214.18156728468,2370.87113266477,1858.96655351785,1717.19164737606,559.283094382942,1472.89036851403,17257.4440590208,5148.57347855854,117520.026913133,42175.7704747719,3792.28819764326,18676.7656926564 -722,715.360643358102,1572.87078682659,803.491391480124,1415.63171349053,1255.13076227236,5609.44762560911,232.539840702369,507.44550490592,5932.01815869992,13567.5794055092,1781.56899954816,3986.51738322397,574.243352329946,3114.77531095093,2026.68508824828,7569.77077304787,2157.17459348937,9282.93184790838,222.352953654732,916.382866308007,1562.14544626214,1223.09163394055,1062.47713773733,1611.20047828029,520.008489972938,701.43888530458,1258.54794091034,2316.25964734452,1943.50998747461,1677.63724682231,581.591869352644,1438.96329013755,18120.4111483023,5388.31908168642,122214.680166782,43654.8791177558,3983.0951509838,19306.9016216466 -723,759.538576835485,1573.94108096538,851.073888041899,1416.59501088173,1318.42147595332,5613.26469625841,246.59968475904,507.790807237303,6228.86349986274,13576.8117600273,1870.9099850056,3989.23009568909,602.856522730711,3116.8948275615,2140.25146475468,7574.92178822231,2279.59783080583,9289.24862079959,234.868576326273,917.006438961852,1679.43283361811,1223.92391324663,1117.55453161434,1612.29685469135,549.951878898106,701.916194651253,1332.87966964661,2317.83579660308,2039.28761601234,1678.77883157761,613.221276832297,1439.94246400757,18939.2652395922,5649.20499075836,128884.209978619,46243.0178616005,4161.97666974056,20475.9366894773 -724,928.088129521792,1602.78119293944,1050.43621385674,1442.55199188299,1634.95188690091,5716.11936111082,305.337181238527,517.095312925115,7727.04377599373,13825.5864925413,2320.67838378614,4062.32675987896,747.049605753211,3174.00725503757,2632.82023189495,7713.72088001111,2791.17589261173,9459.46018311196,290.465540394034,933.809207947571,2036.4070873983,1246.35048507492,1378.48623140912,1641.83977874807,672.531014559752,714.777757193182,1633.81502069753,2360.3066646171,2525.12678654514,1709.53993824666,753.511178297017,1466.32725210441,23599.9528509469,7010.31864989662,158964.341731779,56707.1211830312,5187.56404394597,25038.6664390278 -725,1241.72868452213,1691.61567660668,1373.74183618327,1522.50573848708,2042.78578951475,6032.93647517574,400.299967696295,545.755429061247,9632.85888281916,14591.8725226446,2894.85324919717,4287.48207227668,931.327736255783,3349.92727262914,3407.16003453183,8141.25547709002,3672.28789510142,9983.75274708725,374.014868478906,985.56577908602,2910.46718806591,1315.4297220274,1752.50995433574,1732.83909272301,889.893969803456,754.394464250142,2152.19411779444,2491.12715637934,3152.20384191666,1804.29154775622,975.252275614395,1547.59874749113,28585.7129560651,8676.35197139071,204035.982243344,74937.1138855526,6272.7785910703,33436.7773350739 -726,1260.62363458372,1906.91852632537,1391.70200286609,1716.28487445895,2106.90547618573,6800.78725430939,403.390483968219,615.217246394388,9942.0136174362,16449.07435655,2987.19511804893,4833.1775993663,962.538515847273,3776.29414669016,3487.8454441251,9177.44562875701,3756.68439376132,11254.4494230879,380.967940440076,1111.00509946882,2887.04386862625,1482.85295631977,1805.86745280532,1953.38871278542,909.262793139043,850.411118748681,2193.37932196257,2808.1889944772,3261.03474723022,2033.93538313052,1001.11605587524,1744.57163274146,29765.7169745828,8985.99075270372,209092.76797738,76249.3632236101,6535.13815191355,33977.043382932 -727,1233.35482206876,2102.95607032221,1366.0800488044,1892.72464728774,2113.20893287763,7499.93072172796,394.377720694819,678.463618141618,9980.86896462511,18140.0937123131,2998.1128070048,5330.04427363692,967.105646932307,4164.50969953463,3455.37009465622,10120.917453268,3706.86601305933,12411.4441208059,376.558417953847,1225.22010554332,2741.78967798711,1635.29515437505,1803.38905469171,2154.20354595163,895.427817766518,937.836200001812,2158.5034266616,3096.8801293927,3277.50932110556,2243.03068093831,993.503177853243,1923.91937806345,30233.7020006642,9054.61637549339,207654.904687327,74907.6497361369,6642.4670631676,33275.5895368438 -728,1208.72124953612,2159.62384954615,1334.53521414083,1943.72737813784,2014.68219761525,7702.02929351061,386.92049469597,696.745990782164,9505.57881018576,18628.9098317262,2856.16730171385,5473.67151170188,919.941119181525,4276.72959778151,3339.22074605796,10393.6430341204,3599.14312010186,12745.8918942111,364.97927204958,1258.23577497242,2781.85189935225,1679.3610034348,1727.47151459726,2212.25227681586,871.352262257517,963.107814316506,2101.60419125777,3180.33090705377,3116.8672622957,2303.47301219465,958.430135233021,1975.76270474981,28410.5994711701,8585.93051488445,200185.176756895,73102.3786394723,6237.00228731895,32586.1954501554 -729,1167.58036771231,2151.40861256489,1286.29625253065,1936.33341411872,1917.75053716154,7672.73067472749,374.319646927803,694.095560045709,9043.49088512286,18558.0452184268,2717.71708653519,5452.84959466496,874.99568518618,4260.46086322483,3202.48874938677,10354.1054819481,3455.453105026,12697.4063570327,350.40920223866,1253.44942985409,2728.23490230769,1672.9726925152,1647.78798960894,2203.8368406184,837.4519449897,959.444139767452,2023.32251572354,3168.23288725937,2962.62097237948,2294.71057114312,917.339464420096,1968.24687793503,26846.1557417114,8150.73623190965,191631.123862408,70403.2348250631,5891.16468438922,31431.8421575245 -730,1127.37409243329,2162.42975800113,1243.73498798789,1946.25278138601,1847.41122202715,7712.03621629934,362.490571632734,697.651243549638,8710.70288002624,18653.1135909201,2617.79949762935,5480.78322292772,842.443470996801,4282.28617271032,3088.11113799189,10407.1470574592,3330.66108378105,12762.4520955812,338.452642371033,1259.8705478057,2646.58948547775,1681.542926569,1586.74868863065,2215.12656317335,807.334426424606,964.359139800714,1952.44952845294,3184.46297726757,2851.37085422225,2306.46581781775,883.806553807922,1978.32973015076,25816.0871087726,7844.54323851047,184780.010038151,67961.372420196,5664.58142729733,30342.48592731 -731,1087.79567724836,2165.69849824984,1201.07994272394,1949.19474737457,1772.37749638096,7723.69377099514,349.933711383179,698.705816855853,8354.79876990206,18681.3097359892,2511.01650469689,5489.06800380856,807.603533621311,4288.75929911706,2970.78712189588,10422.8785559438,3211.17268757668,12781.7438856071,326.202590054924,1261.77497478306,2574.79855305913,1684.08475574226,1524.59816223013,2218.47496019121,778.803580341003,965.816870172216,1881.2989691742,3189.27662833105,2734.54196511039,2309.95228373559,850.721392814214,1981.32018382456,24679.701146064,7516.30929968382,177747.785318177,65561.663660262,5414.14730103786,29297.5037830154 -732,1062.52706102528,2135.26740812272,1170.23846346937,1921.80583747756,1709.83891314723,7615.1650808523,342.200567944308,688.888023796357,8056.30925187658,18418.8112299747,2421.61293114046,5411.93892823652,778.551533641772,4228.49623809061,2884.35817032675,10276.4225478816,3118.8207513559,12602.1425235158,316.824637514278,1244.04527325314,2546.2631419072,1660.42101167765,1472.90750189389,2187.30228702693,757.054748283179,952.245793567486,1832.50235205437,3144.46283518512,2634.07921622877,2277.49422635018,824.18598812567,1953.47986665513,23655.3522156467,7233.23079278124,172289.532058777,63868.4968208184,5187.56404394597,28574.7599733489 -733,1044.77121514227,2086.95949923726,1153.12232327736,1878.3272450824,1690.30914065275,7442.88094469483,336.649066179135,673.302744051417,7965.48900862898,18002.1073308324,2394.21390313301,5289.50018747533,769.521269184299,4132.83149361169,2842.89433932807,10043.9305975886,3074.27985689598,12317.0338994288,312.512997589452,1215.90021494284,2496.92910334842,1622.85594294738,1454.79236195793,2137.81715032474,746.001326183802,930.702354625255,1803.85000966439,3073.32306900969,2604.58314655098,2225.96860330401,813.185727292432,1909.28468667487,23434.9886817438,7155.07255524376,170005.372059916,62903.3994382853,5139.86230561084,28127.9140444414 -734,1042.36920717915,2036.42422093751,1150.47103618605,1832.8439522332,1685.62171582665,7262.65317313077,335.875580516272,656.998861986119,7943.64140999385,17566.1901487894,2387.62699651488,5161.4160707791,767.741005007636,4032.75586216224,2836.33956246373,9800.71896451283,3063.9556354066,12018.7795556515,311.79322751477,1186.45745107065,2485.92334385067,1583.55883308626,1450.49729299,2086.05036487198,743.447187821639,908.165595995103,1799.69733817837,2998.90320764957,2597.47881336342,2172.06724925494,810.610599732213,1863.05176599298,23380.1523296121,7136.95165047411,169513.948643576,62709.1106865376,5127.93687102705,28037.3130991048 -735,1041.53684945126,2012.29919120209,1147.58529729174,1811.13068915501,1669.97833791108,7176.6142614156,335.740191580908,649.215553911803,7867.43339749693,17358.0877036699,2364.92798136517,5100.27001147368,760.241432865696,3984.98076987543,2822.41877384657,9684.61219559089,3053.91444250903,11876.3959544438,310.339726318882,1172.40177397125,2504.86479594902,1564.79879107575,1439.68470420966,2061.3374261018,741.512256060296,897.406775812742,1794.85073667199,2963.37592000765,2572.11260507906,2146.33528906862,806.355843848707,1840.9806381842,23059.7410649341,7060.05580205109,168528.651247548,62571.7886535478,5056.38426352435,28006.978969109 -736,1063.57828357967,2005.70386129005,1169.67577914216,1805.19469093913,1680.89237688629,7153.09283929686,342.748976444821,647.087743703066,7914.18277300406,17301.1964046283,2379.36910544586,5083.55382756166,764.188791941499,3971.91995715665,2861.5981676062,9652.87078617259,3108.470391068,11837.4709527204,315.063682823381,1168.55921590503,2600.07904780729,1559.67014801998,1454.08691652584,2054.58137290424,755.695490712673,894.46551649223,1826.82303452357,2953.66342698908,2586.58301044272,2139.30065455943,817.775728135746,1834.94680647389,23016.3067346785,7085.54290666861,170698.869320305,63793.8619790063,5044.45882894057,28612.3109805019 -737,1082.90377969792,2119.38654428473,1186.55746753118,1907.51257532597,1688.68612310124,7558.52795929421,348.119388566254,683.764479614528,7947.21275368275,18281.8229389118,2389.60462338678,5371.68810771076,767.499748433695,4197.047168648,2895.69598685205,10199.9925576126,3150.0503056173,12508.4151951627,318.641591627,1234.79279577998,2674.04929739437,1648.07177621427,1464.74967258519,2171.03441834656,766.531250762143,945.163549099921,1854.78144689319,3121.07616898151,2596.73846809613,2260.55556304136,826.396610053334,1938.95103169301,22970.6219803865,7103.35891549737,172386.012512751,64765.1621716914,5032.53339435678,29093.4363277946 -738,1081.65524310609,2168.73582119872,1182.22885918971,1951.92843073023,1665.22105622789,7734.52600473394,347.30191538478,699.685729440071,7832.90073493736,18707.5096760188,2355.55610066221,5496.76624630604,756.250390220784,4294.77414700654,2874.8148039263,10437.4963101035,3134.98851627094,12799.6698730249,316.461339833168,1263.54457387099,2702.46147554188,1686.44663080503,1448.53078941469,2221.58630044174,763.628853120128,967.171397474408,1847.51154463362,3193.74948690366,2558.68915566958,2313.19191800965,820.014476228074,1984.09892207843,22490.0050632467,6988.00784965887,170905.236647924,64558.3073564958,4925.20448310273,29047.9035110737 -739,1056.70055693006,2111.37379568712,1150.03829120919,1900.30085703226,1600.33526773825,7529.95149009413,338.385693097426,681.179376444038,7522.8531643981,18212.7049898947,2262.71982509247,5351.37940731445,726.05452864819,4181.17942432105,2786.91265000661,10161.4295232845,3051.77640957529,12461.1247249162,306.65012914306,1230.12442404317,2678.85330659561,1641.84092377764,1398.15424449575,2162.82640502408,744.347094604504,941.590176454434,1798.57614150972,3109.27634003408,2457.59449516577,2252.00909780762,795.102447533489,1931.62045426629,21412.5242724805,6695.97768160503,165409.601814092,62923.4755520541,4686.69579142705,28377.621519522 -740,1007.09793102868,1986.26499048891,1094.03302976748,1787.69911392732,1501.85044659012,7083.76652935884,322.052805950305,640.816301896718,7055.17404831341,17133.5167545535,2122.44530425242,5034.28506562137,680.343748495079,3933.42492288474,2636.40913214466,9559.31714064495,2895.70255647188,11722.7446100617,290.507734005061,1157.23377945359,2593.75406450639,1544.55414456358,1316.22174002593,2034.66879127685,707.14283514376,885.796540006345,1708.39159553368,2925.0371263395,2302.90137994418,2118.56699101548,751.688650134241,1817.16287805533,19898.3544649637,6261.95809704198,156279.559683624,59853.0021805922,4352.7836230811,27043.0907106117 -741,922.085862178184,1891.09551751381,1000.07645428808,1702.04368359693,1371.35468190646,6744.35646549229,294.434112439334,610.112367619372,6441.79710966732,16312.585122798,1937.94933084586,4793.0734152143,621.466087091047,3744.95964826601,2411.41154894451,9101.2940779452,2649.67168987471,11161.0635495267,265.469508138715,1101.78632937671,2374.34477477356,1470.54870992949,1203.08599872127,1937.18010901545,647.168992473461,843.354675361275,1563.46445153496,2784.88752742933,2103.60987805896,2017.05842848085,687.478083608675,1730.09572727608,18154.7807795041,5717.90772764536,142840.094716484,54752.8165116072,3971.16971640002,24748.563134398 -742,832.160344988184,1836.04764255317,909.052508063599,1652.49891602467,1258.0694272042,6548.0350803671,268.133886712209,592.352614601291,5912.75638732482,15837.7422934389,1778.53367306737,4653.55190316253,569.959054254796,3635.94766630045,2191.64480768454,8836.36462634281,2394.81016114273,10836.1762950163,242.031529692499,1069.71444536495,2125.75579016893,1427.74252655164,1096.64413858703,1880.79075827684,584.152402070125,818.805475023798,1415.49492408277,2703.82227241202,1927.08028529762,1958.34390077403,623.799645195568,1679.73439312717,16783.9871423172,5253.37710081763,130133.496849256,49556.602330527,3673.03385180542,22337.2375618888 -743,691.457179736462,1721.90213057067,769.435940807044,1549.76447142285,1161.29843752179,6140.9493384696,224.172026915528,555.526559056339,5479.84410928814,14853.1233974839,1646.48889828381,4364.24456047016,529.684749057079,3409.90390888774,1916.02293160804,8287.01539326113,2053.88010099857,10162.5004804785,210.494276348508,1003.2112129807,1592.35318321597,1338.98099450021,990.475415257718,1763.86360504843,496.856867934627,767.901038780137,1203.93322025564,2535.72795370197,1791.68291040206,1836.59533499018,548.170328891045,1575.30674220222,16403.6566905033,4945.4202496704,115033.543873072,41882.3270275754,3601.48124430272,18627.7474536854 -744,636.414135714269,1623.66640853642,715.119874712698,1461.34932335471,1082.35599294166,5790.60387949721,206.565127298228,523.833379943996,4960.28525659551,14005.7423091452,1584.945547861,4115.26135293458,516.272514595817,3215.36650364858,1790.76879684119,7814.23536342509,1899.947247294,9582.72271340968,203.631255513549,945.977310942753,1409.87874991498,1262.59119135776,903.577076204985,1663.23395151845,457.592812790029,724.091746918458,1022.86153866356,2391.06289870736,1675.23400963866,1731.81628534832,511.711349523089,1485.43438970424,15498.5347437191,4577.84933840577,105873.115152851,38303.7273328839,3411.90275115935,17041.5608471076 -745,645.584681916719,1559.62227197608,723.939758807977,1403.7076457692,1087.60144653746,5562.19844863065,209.324107911558,503.171219081633,5211.01102441981,13453.2977501152,1592.18966246157,3952.93837902618,518.48496988589,3088.53911449491,1808.02253417583,7506.00951475406,1924.99067410566,9204.74038966954,205.629707885278,908.664042794522,1445.0924900595,1212.7893587559,910.665728258222,1597.62910697476,464.032884738917,695.530565583397,1081.11859196449,2296.74946215163,1683.53910400142,1663.50626914478,517.132089044559,1426.8426972202,15764.0967579599,4693.74744859576,108163.628541791,39237.4236655369,3445.82648545473,17390.2989829084 -746,666.781158159611,1513.77314699881,747.999284220644,1362.44203393558,1134.19512883255,5398.68325882988,215.595831950109,488.379201473797,5501.67719339095,13057.8033147094,1660.96293848909,3836.73154547166,541.401625591469,2997.74352994721,1877.02615792004,7285.35097806456,1994.40611210685,8934.14327132072,213.122749359361,881.951516300746,1470.46470652753,1177.13628308505,948.266890588783,1550.66267291621,480.362494194432,675.083648147071,1127.50147136392,2229.23057951971,1757.85532678722,1614.60320575247,537.08790854098,1384.89697079449,16618.0318468076,4937.28733540767,112653.362990144,40657.4895651883,3626.14371728742,17970.644986728 -747,716.261925914387,1498.93365399525,802.988323972384,1349.0860373185,1215.32590998047,5345.76005656098,231.506729453641,483.591628277825,5996.32556076087,12929.7978858149,1779.64595524589,3799.12012989169,580.043487209262,2968.3566999408,2013.80665839601,7213.93280349738,2137.65962350184,8846.56201330303,228.644709509907,873.305760243063,1583.98104582497,1165.59683566407,1015.74465291781,1535.46155250312,514.919520797842,668.465814363088,1226.67496746855,2207.3774691949,1882.30637090774,1598.77527735858,575.491543287909,1371.32084880454,17916.0242882511,5335.43790150063,121317.169865462,43791.4472315794,3897.75035617963,19315.5341871506 -748,876.461446656965,1486.55294209397,992.98991622471,1337.94301873755,1511.7149026973,5301.60579064185,287.177612034331,479.597316313703,7340.03995459407,12823.0018964532,2214.41748595011,3767.74061440669,721.059159978428,2943.83902430904,2482.6734687878,7154.34802902974,2622.10256458588,8773.49224446333,283.434919020301,866.092534367136,1921.03159415781,1155.96937912059,1256.09705737487,1522.77913185938,630.751270242955,662.944500833685,1503.97255955808,2189.14523828152,2337.91387959925,1585.56990562575,708.701899387339,1359.99417780212,22217.3840806834,6576.7972040955,149607.676055377,53700.9966575244,4851.46129019395,23662.7940849765 -749,1159.69905942359,1480.53615122263,1280.93660006278,1332.5277233158,1845.36891754632,5280.14765590523,371.82120265722,477.65615655208,9135.93933903623,12771.1010737048,2697.05679969733,3752.49076578549,877.293763485867,2931.92389954852,3159.36458537178,7125.39096016758,3400.94908942914,8737.98172441962,358.759272856403,862.587043572321,2741.77828082297,1151.29061806816,1565.19502627784,1516.61571626872,823.526532351992,660.261247309459,1994.78587024348,2180.28472029205,2849.47566190574,1579.15234573676,901.630854974018,1354.48963079113,26331.4029148025,8017.82260499267,189809.231623451,70438.9521470058,5717.60696168242,31332.7192408327 -750,1167.66877029168,1494.27642397714,1285.05016729383,1344.8943881596,1876.29479215949,5329.1506261578,371.226580923551,482.089095165889,9072.43190683769,12889.6246315275,2743.36250646179,3787.3161542693,893.681336891488,2959.13393021342,3198.0222411031,7191.51890658372,3444.63176762731,8819.07549043018,361.350077403568,870.592374103021,2715.86076436941,1161.97529273747,1592.14626455064,1530.69082925269,833.523990998054,666.388871832353,1987.40764042918,2200.51908384646,2905.64016218811,1593.80783654219,915.092239026614,1367.06011544621,26658.3797110262,8071.61540089764,191179.52411403,70708.4229147687,5816.48013564006,31527.8951404809 -751,1105.75063245766,1597.83469340098,1214.0376376159,1438.09999132703,1776.29471984067,5698.47828701657,350.178015201548,515.499454589622,8815.04940548892,13782.9180001073,2597.23731823878,4049.78961661117,846.475481744315,3164.21164133106,3028.7404711467,7689.91481281937,3265.79465604735,9430.26641939926,341.559462719632,930.927288171828,2565.49003516414,1242.50400114664,1508.98615230753,1636.77273669419,790.291734030646,712.571811764304,1931.12961611184,2353.02229175411,2753.35856641768,1704.26396012016,867.445594233738,1461.80187639641,25484.3772635423,7737.09318862647,182484.115791886,67420.0140409386,5539.55131213608,29975.8746861696 -752,1098.83902944732,1698.35564268185,1205.31169040273,1528.57191366419,1732.0176421921,6056.97372414347,348.864148019331,547.92990233439,8343.96806917069,14650.0114528613,2530.83343729302,4304.56484356726,823.667109608996,3363.27451011578,2981.15209139356,8173.69297839936,3223.86374021792,10023.5313775107,337.157993805551,989.492604787475,2609.56090912716,1320.67083667497,1475.79845153234,1739.74330675944,781.315126657064,757.400225645388,1855.03211016017,2501.05264522122,2678.53894664933,1811.48045241687,852.514410776615,1553.76490165978,24316.3697419443,7410.74992369077,177765.326352774,66312.6459137632,5304.92900986464,29652.3947897638 -753,1069.13541721195,1789.53320301032,1171.52859227479,1610.63450077607,1668.80272026716,6382.14712909004,340.213736375637,577.345950699254,8029.83249231732,15436.5088562831,2437.72261034239,4535.65879753583,793.134655498356,3543.83455115823,2887.04165702664,8612.50412367139,3121.99513038323,10561.6525542002,326.823763777884,1042.61429461513,2562.42590567039,1391.57209072259,1423.40102079435,1833.14279643149,757.115295831162,798.061853299261,1797.17847144926,2635.32362634756,2577.43030900897,1908.73120725482,823.993173674431,1637.17999417458,23306.0263808471,7124.74070586727,171837.751471737,64352.7297813643,5083.10427683846,28803.2217877897 -754,1037.58430182327,1849.15152685237,1139.69538931572,1664.29281183557,1622.88983538028,6594.76845051041,331.348996006463,596.580239171678,7785.81226960223,15950.7763660652,2370.71943329058,4686.76433420519,771.057911346835,3661.89744910177,2804.01724814909,8899.42981975363,3028.22559856174,10913.5141576755,317.952108919568,1077.34900451274,2487.73273599674,1437.93233450834,1382.27247841508,1894.21397449207,734.237693287325,824.649295172897,1744.65679780407,2723.11947004574,2504.65562000107,1972.32061428572,799.690310578895,1691.72266872023,22641.7897241539,6915.77461374838,166881.836253324,62458.9505411836,4941.26103944001,27950.0945223797 -755,1001.3302994433,1878.39661278783,1100.87235741904,1690.61428176224,1556.67751140059,6699.06740452199,319.93960374944,606.015399086166,7241.11637183692,16203.0444029399,2273.46911228247,4760.88742456458,738.945132029,3719.81185148074,2697.582715686,9040.1779337269,2920.09613202414,11086.1158372915,306.475906108057,1094.38771862672,2420.47559531453,1460.67382112067,1328.10288466378,1924.17174142449,708.427844474201,837.691460270637,1645.81948052446,2766.18671562164,2401.47070877001,2003.51366959755,769.813888596343,1718.47795302616,21353.0406928803,6520.9644103048,159337.428535213,59898.8867442724,4683.25098983209,26924.1791334804 -756,979.613140467041,1852.79631495221,1074.43538305088,1667.57323236745,1504.63429407546,6607.76713299835,313.425856826545,597.75613445379,6880.28603714276,15982.2162989415,2196.6166135087,4696.00222662452,713.677500052562,3669.11526768046,2623.95897085503,8916.97112744606,2840.82985364101,10935.025345889,298.188981047694,1079.47252374522,2394.44711894117,1440.76658502005,1285.4692964769,1897.94758336756,689.755155464142,826.274728185792,1590.21381385714,2728.48690115928,2317.47565683774,1976.20817601316,747.1094944978,1695.05715513827,20351.2703034079,6232.25358481794,154158.462568721,58278.8838705624,4475.02284609022,26272.4556107019 -757,961.020077890971,1805.12479732797,1055.96318520476,1624.66741153059,1481.54153436216,6437.75260695707,307.575967034474,582.376169657525,6783.39731415238,15571.0019091994,2163.06508364062,4575.17645041619,702.515725701279,3574.7107766217,2578.05595254467,8687.54194366236,2792.49476238643,10653.6726417136,293.237891525203,1051.69823845259,2347.20353046796,1403.6963851843,1265.05552986803,1849.1143463084,677.895862838846,805.015094868682,1575.39011846352,2658.28430503662,2282.21034862622,1925.36133325353,734.798216050333,1651.44418678705,20044.7269255379,6135.06908363355,151846.42806889,57339.5727736121,4409.38276865352,25837.4936219361 -758,945.063913763765,1753.57707710996,1035.68361011864,1578.27289005437,1436.44655309444,6253.91408747776,302.09252317116,565.745649762403,6830.18969516263,15126.3514057453,2096.36155464183,4444.5262505169,680.863330161456,3472.63019402356,2518.91160727741,8439.45772136538,2732.47060943961,10349.4429632768,286.601329639004,1021.66560767284,2331.89238261265,1363.61198290829,1230.11261205743,1796.3104464807,663.981280364164,782.026826720691,1582.83558404283,2582.37348944161,2211.00853622646,1870.38010011551,716.875173874463,1604.28501916486,19606.9861965823,6050.58464687188,149431.46670986,56642.1590185601,4283.34351169342,25452.0779629514 -759,955.796508166307,1734.54318307612,1047.85589075385,1561.14180449337,1455.79256023931,6186.03207670583,305.971712525138,559.604863087985,7017.31040761892,14962.1650842349,2124.73871693807,4396.28392185783,690.128714264106,3434.93714021113,2550.02570787236,8347.85311152623,2765.15355893691,10237.1067544819,290.124953181688,1010.57611798442,2353.98329955406,1348.81089641785,1246.09597113303,1776.81271060328,671.815528021405,773.538454041942,1616.37379703223,2554.34357048599,2241.08316046125,1850.07838820714,725.798490121011,1586.87158952242,20017.0892626128,6179.62962223813,151788.792269374,57447.5077373684,4362.55308284827,25767.8675981367 -760,980.813975801399,1743.77086197565,1074.10176614637,1569.44699713951,1477.45517203071,6218.9414434042,314.020478560214,562.581931654263,7214.63587249322,15041.7630189454,2155.48527431608,4419.67192209781,699.502381937015,3453.2108259165,2602.55505245837,8392.26325291974,2831.58188730887,10291.5676263196,296.454656088413,1015.95233001031,2445.51730692653,1355.98649975236,1268.26495477731,1786.26526117568,688.612795747802,777.653638108836,1669.23164950242,2567.93254451528,2272.73066130417,1859.92070834762,741.101627287225,1595.31366327749,20291.8372568869,6300.66045715634,155327.262244051,59046.9659491818,4410.07340642794,26486.4030577122 -761,996.803624710649,1850.97391949934,1086.98663642595,1665.93302083881,1477.04700916222,6601.26778675092,318.266113842948,597.168186360108,7241.55567609953,15966.4963204015,2153.81505802471,4691.383276859,698.909274934003,3665.50635561283,2625.35746533489,8908.20046684783,2861.9670601683,10924.2697435022,298.863793659313,1078.41076331159,2514.63226740492,1439.34945867323,1272.37740717115,1896.08077749267,696.80678053649,825.462011053682,1696.13122609254,2725.80318353647,2269.98319173674,1974.26439365304,746.445957125923,1693.38991064574,20143.5276610819,6294.48738253385,156520.338650825,59873.0674812262,4372.34424090044,26893.7922979439 -762,999.17181059732,1899.3686095215,1087.41419021257,1709.48971890562,1465.1945071542,6773.86141701639,318.722465452773,612.78146376264,7101.3737794077,16383.9487934082,2135.78663087215,4814.04196862498,692.804541245743,3761.34295384114,2618.89156093229,9141.1100695747,2860.58839418558,11209.8905414972,298.195102076243,1106.60638187609,2542.84669352711,1476.9820099222,1265.2548631621,1945.65481012332,697.022622815359,847.044150990488,1693.18170460041,2797.07074637947,2250.28993545542,2025.88257819152,744.298565281212,1737.6644835876,19740.5355090134,6190.21988863976,155662.823156258,59839.0947187991,4293.13466974559,26947.2207518572 -763,987.918533461414,1830.00192276566,1072.86446062187,1647.05758369543,1441.14831549297,6526.47377425652,314.601253214451,590.402121683635,6937.67366324891,15785.5919299332,2100.36511934402,4638.22873279859,681.188180872234,3623.97525325242,2583.15733925057,8807.26833100003,2827.44588936072,10800.4950392965,293.877594947278,1066.19210006222,2525.13005098673,1423.0412698717,1246.89732275014,1874.59770879384,689.260322584406,816.10932033383,1669.13522193891,2694.91915277864,2213.65089246019,1951.89548505907,734.659451753093,1674.2033800843,19287.7105855037,6059.51508237658,153299.455307664,59086.527475281,4199.58368039971,26651.1959984014 -764,952.705896548165,1710.56278950383,1035.01637630963,1539.55871837641,1384.336360546,6100.50899183966,303.281766638497,551.868218078074,6887.43088651458,14755.3102702906,2017.2034967997,4335.50444993096,653.777354096117,3387.44847269218,2485.96304896102,8232.44243449534,2723.36596182971,10095.5767819742,283.132679720442,996.604708520253,2449.12436150244,1330.16332599914,1198.3621731782,1752.24793267197,664.111587912315,762.844135934315,1646.26093908096,2519.02927866739,2124.63295554537,1824.50069817228,706.892216773865,1564.93278417197,18743.0801945216,5915.6599922394,148745.307639491,57344.0269909173,4056.19659405548,25781.0522184705 -765,874.546139633726,1640.38615201929,949.026563254378,1476.39760279,1270.64389754659,5850.23276075452,278.049777155966,529.227566640463,6135.30239462641,14149.9667738905,1851.61547717239,4157.63835465383,600.427742180818,3248.47681674108,2282.48332248703,7894.70263804771,2500.24329800178,9681.40102860627,259.693249490612,955.718534815109,2242.76149502189,1275.59275419865,1100.42273850558,1680.36114271682,609.681152460643,731.548098914711,1483.02777425467,2415.68492581071,1951.25302587966,1749.64970476147,649.043480536846,1500.73068568346,16978.1574103368,5344.71698120944,135558.864822681,52328.384545446,3694.81730148336,23606.0837198188 -766,786.42644122128,1618.77776402439,859.114281943706,1456.94939408832,1157.90486649511,5773.16913814394,252.271530382541,522.256187015315,5496.53361899324,13963.5728740221,1687.89743920512,4102.87084604055,546.900586204868,3205.68546096052,2063.90516014593,7790.70773569057,2249.4063343383,9553.87040448903,235.620236867256,943.129098548059,2006.8716826085,1258.78969650259,996.882751609421,1658.22617437497,547.933688640183,721.911602569739,1305.53799195329,2383.86372500011,1775.09428381628,1726.60201588096,585.812209619744,1480.96194349299,15490.537198424,4841.75812095347,122048.319817708,46906.5786586215,3379.4415791113,21151.8464532983 -767,656.728716358062,1529.48045136932,731.855954283256,1376.57908726926,1082.96981512657,5454.70140217887,212.069241445456,493.446751245694,5211.35270551295,13193.2944822473,1584.41008776835,3876.54247109955,515.610147102412,3028.84889744759,1819.88801784165,7360.94567696997,1942.62435589547,9026.84626841816,206.785424075155,891.102874900306,1503.81825197251,1189.35055569296,910.04676395727,1566.75275261393,469.042807266306,682.08849187681,1121.73689990967,2252.36165652024,1673.35687787239,1631.35674906947,519.408150481736,1399.26702240043,15502.8620584454,4652.38021359471,109112.058263467,39942.3805592146,3388.48790825673,17736.7816038549 -768,622.992192947001,1433.41424372291,701.027138308507,1290.11656836559,1088.29867373519,5112.09324587211,204.717286798706,462.453509046897,5318.32896578845,12364.6276194985,1613.26691901396,3633.05800312524,538.588017478183,2838.60780816051,1816.57097288366,6898.6068904594,1809.97775319377,8459.87276624773,210.537762158182,835.132971043187,1219.75416828376,1114.64780460826,850.493182751099,1468.34548292412,445.863652382642,639.246718622893,1035.42095184793,2110.89149755459,1587.50212418012,1528.89172177137,506.552606294156,1311.37948110734,16264.6978812592,4712.75587938013,106729.386798294,38038.8252607175,3529.62159018678,16584.3381835542 -769,630.866215166221,1356.03481117538,708.288511560486,1220.47271738708,1090.73168265344,4836.12914391908,207.064385383596,437.489064702654,5301.49861065229,11697.1528312102,1616.3754177,3436.93607401425,539.447683226416,2685.37236880142,1829.91123363255,6526.20213106073,1842.30104273247,8003.18681036076,212.117533116314,790.050319127283,1289.19097852369,1054.47621430305,854.228442763199,1389.08037114645,451.236138455501,604.738516572074,1056.10399391327,1996.9400791384,1583.11091953686,1446.35816639799,510.742807972979,1240.58780274435,16140.6037063469,4690.12034692838,107501.694363935,38611.0014122199,3497.65147332045,16893.6287966898 -770,663.048541880506,1315.76857699778,746.674612376265,1184.23187766773,1171.39149166967,4692.52463832873,217.326666099598,424.498220378985,5924.90072753129,11349.8163976386,1737.12239953652,3334.87934828039,580.516142494571,2605.63265138039,1945.17522571742,6332.41242807231,2007.0568785566,7765.53937563619,225.074472582984,766.590485426929,1317.36712870205,1023.164491455,947.21519416396,1347.8328787848,476.610309116067,586.781350189747,1145.10171131335,1937.64273942223,1772.12410204601,1403.40986141873,543.327446091853,1203.74966365567,17885.5225138301,5213.91863842055,116433.547388369,41295.6204967226,3892.48224770552,18006.4875692273 -771,718.663764391395,1306.16485024712,809.89479227236,1175.58823047827,1274.628860552,4658.27414383822,235.623373884888,421.39982983681,7071.5385052174,11266.9746751209,1890.43579508121,3310.53823650191,631.828594562662,2586.61427350306,2112.57008104055,6286.19247747093,2337.23682851549,7708.85910561085,244.40276312123,760.995181145918,1436.60167908073,1015.69646678205,1121.99400532929,1337.99511635477,516.281439092453,582.498463481459,1327.59419158249,1923.49998534289,2117.83641924628,1393.16644546863,589.517246306568,1194.96355715636,20481.7535889134,6103.54700003423,131981.338321997,46431.2625499332,4496.57897969126,20217.4823223829 -772,887.049620838855,1310.7642252388,1010.83169744054,1179.72780834759,1606.24133866552,4674.67724150043,294.766328115719,422.883697541933,8451.05371882637,11306.6488720975,2383.40004722072,3322.19557575054,796.065187123434,2595.72247221199,2633.74981303265,6308.32793492737,2808.37982902495,7736.00417369165,306.218314643062,763.67485990491,1775.26147192814,1019.27302063554,1341.82524624038,1342.7065746948,638.719251074251,584.549604932035,1600.1567172314,1930.27317153558,2526.62340348782,1398.07217762589,734.308573951028,1199.17136101795,25209.8284494937,7377.99056831778,161425.325487071,56663.8280732805,5506.03465963204,24633.6958751921 -773,1058.64065311374,1296.15614392324,1157.14318677645,1166.5800893126,1631.52436092761,4622.57934017469,341.615822120043,418.170783257453,8172.57135881066,11180.6395998351,2409.08827640859,3285.1706843305,801.349174925839,2566.79390960969,2902.70784258576,6238.02347767702,3125.99305604269,7649.78868516155,336.241715398553,755.163928467106,2536.93826718627,1007.91352296122,1365.21591761624,1327.74250530048,739.150041602854,578.034971714711,1798.62746054667,1908.76084543751,2445.4180221908,1382.49107489015,806.99831120968,1185.8069493139,23116.5356704922,7050.25338954429,171749.64116793,64870.8064869663,5005.02621515105,28922.5424495494 -774,1058.35421461952,1275.61805287305,1150.84684642801,1148.09518052752,1637.58812751817,4549.33279822034,338.287539574863,411.544706868941,8082.58897631994,11003.4780786886,2418.65448135224,3233.11589529406,805.684748178854,2526.12207599627,2909.28538267759,6139.17960399834,3109.51971694275,7528.57485049572,335.280815192202,743.198066488674,2520.92278775716,991.942746753154,1354.46964348148,1306.70391624396,742.025648703592,568.875785967737,1787.98276760905,1878.51579801754,2422.37737677527,1360.58497375774,810.91220666367,1167.01738356047,23090.6958384823,7005.96922625441,171079.957687554,64592.3281671534,4991.83849971515,28814.8771384415 -775,1016.000993327,1334.83139714188,1104.92552035369,1201.38899761081,1591.55509752663,4760.50981046769,323.882826708877,430.648339304184,7946.0396926946,11514.2522357025,2351.73857869424,3383.19499157049,784.117369026909,2643.38298792376,2810.12628778741,6424.15625088806,3044.24974920417,7878.04630354707,323.159567984493,777.696827988488,2457.2986955036,1037.98807139102,1329.24183519987,1367.36024568028,715.039620445606,595.282622782912,1749.70454210764,1965.71525588969,2380.68729058746,1423.74242616026,784.329272516154,1221.18955676297,22676.2211099593,6870.89080975238,166624.871093168,62660.0287466878,4905.44240277309,27936.6856710364 -776,1004.37108425132,1433.61673210656,1090.09874448716,1290.29881409099,1533.91180350617,5112.81539545516,320.822902425868,462.518836612861,7622.70764153388,12366.3742837808,2264.44954818672,3633.57121976585,753.677114609807,2839.00879839025,2743.24307148588,6899.58140830364,2945.17199195117,8461.0678331796,316.404256953946,835.2509444247,2426.65401179492,1114.80526309123,1278.1464142346,1468.55290579911,702.397040433027,639.337020526461,1695.97017730967,2111.18968840156,2280.81028179773,1529.10769758916,764.390017028248,1311.5647304954,21546.7568558889,6579.35623267117,161568.84100991,61284.6399425082,4659.61081403498,27365.0741552768 -777,979.684438034144,1536.27826966501,1062.67928792376,1382.69733121054,1484.08809659495,5478.94497388065,313.757711962542,495.639889020396,7309.43087320511,13251.9324455711,2190.29287310617,3893.77187165218,728.798312200357,3042.31070039611,2665.53950213306,7393.66160423251,2843.48845592981,9066.96633707342,307.727145510697,895.063406348037,2372.96506359583,1194.63665723172,1228.40178997369,1573.71622868648,682.561475444834,685.12005310089,1640.24273983216,2262.3723403858,2186.00964934158,1638.60735939646,741.29511692089,1405.4861034988,20660.8156319995,6313.45954997093,156209.57631931,59469.6265947539,4463.36358521804,26574.6159384778 -778,962.688007580397,1612.99238484106,1049.35386524398,1451.74237624866,1479.22207875845,5752.53630435048,309.821028767059,520.389686165184,7186.21708293948,13913.6682079056,2184.07587573409,4088.20752157927,726.768011254053,3194.22860360411,2636.46143731178,7762.86438414524,2784.50643487112,9519.72565393293,304.849613258969,939.758432373123,2309.64498811101,1254.29088519681,1205.94121880103,1652.29980980307,671.816503299118,719.331549612173,1605.58573103994,2375.34399123738,2149.29885020018,1720.43128165012,732.914713563245,1475.6691067679,20578.2669272062,6236.4964158053,153955.580125496,58371.5489384616,4440.49262947303,26048.461442468 -779,925.706672071211,1681.02843404802,1009.30585876273,1512.97689705268,1408.37591064005,5995.17839413702,297.975137117628,542.339732940029,6842.98911736355,14500.5469952693,2078.67821038975,4260.64819192617,691.114518790987,3328.96122633407,2522.67235373242,8090.302150244,2661.35328004175,9921.26786151846,292.284386302255,979.397460770579,2231.99972511533,1307.19689838515,1149.24567991764,1721.9938469361,645.425778922621,749.672967938432,1537.00157075531,2475.53604557693,2044.63673293838,1792.99910555034,701.678327525825,1537.91285751638,19488.4596218589,5928.87452034486,147137.807887451,55990.013558917,4204.92836023183,25002.5769821062 -780,914.660368794509,1659.88287504096,996.677308844889,1493.94524856598,1387.35344943285,5919.7653934266,295.088220867267,535.51767294837,6683.0061272968,14318.1454570724,2047.43722012596,4207.05374585618,680.65079818721,3287.08641647487,2488.98438282938,7988.53470952855,2613.44020754238,9796.46880949682,288.39627078879,967.077677012833,2209.73370223699,1290.75374454622,1124.66322023812,1700.33298638034,635.824925610296,740.242875229429,1510.09789549134,2444.39642148396,1996.6996522908,1770.44507397175,690.952503824603,1518.56754103174,19073.9082491809,5797.43924626942,144623.701720603,55145.061705331,4111.35432638402,24637.6890505806 -781,895.259069538044,1593.46673290322,976.94224628883,1434.16869356519,1360.14810500015,5682.90050030444,288.867048394564,514.090246701244,6813.03792011638,13745.2399839665,2007.30461962759,4038.71880863419,667.004140483774,3155.56171558281,2437.46860946978,7668.89308618377,2639.88366123374,9404.48713736626,282.703810259028,928.382435667488,2208.04341031873,1239.10739922172,1142.29476529515,1632.29833224721,623.220900079771,710.623872131713,1525.99194916778,2346.58989392023,2034.77524813273,1699.60505661387,677.309952931513,1457.80578538773,19077.5055980538,5853.3764923018,144278.040638302,54883.5714044951,4126.87835857112,24518.6446019419 -782,902.657482401988,1550.88634817465,986.943857637664,1395.84504772013,1384.6414046323,5531.04286519947,291.530294658933,500.352802399623,6939.70364190873,13377.9416936298,2044.22024998404,3930.7967559605,679.864375040258,3071.23925744184,2469.49649130209,7463.96604797884,2675.22084037334,9153.18180904332,286.364767530669,903.574336151069,2220.24048044846,1205.99615272412,1161.34275075676,1588.68029520652,628.887070869607,691.634685066889,1543.8060897938,2283.8846623518,2072.7537546875,1654.18845913939,685.802522680908,1418.85051263582,19525.4072330352,5968.10030974132,146375.035100705,55478.6153223684,4224.12585419789,24758.5394248264 -783,910.24506612699,1529.36474131645,995.0928334863,1376.47494469011,1395.29215317705,5454.28873669691,294.336680570133,493.409420432069,6872.98324486045,13192.2963676257,2059.89498084388,3876.24919835202,685.059614041506,3028.61975541068,2489.41429214281,7360.38879805552,2667.85650455027,9026.16335883406,288.675696269664,891.035460138207,2237.33821825836,1189.26057754676,1153.10668313012,1566.63422279312,634.089470119182,682.036889716493,1542.3969029541,2252.19125820877,2052.64242792751,1631.23333175119,691.32228204256,1399.16116340695,19478.0993029627,5931.77881234165,146507.99813425,55632.8538395983,4206.09651860743,24838.8216383284 -784,945.302506594001,1542.61325897287,1034.56295859842,1388.39901493684,1449.70284204245,5501.53792368229,306.021511541243,497.683707161609,7296.18124034489,13306.5780472234,2140.16018184062,3909.82820966153,711.420021098866,3054.85595742328,2585.25320889151,7424.15006985336,2813.3403895022,9104.3548336331,300.060617329187,898.754285286465,2335.42540351999,1199.56285491333,1221.12820105015,1580.20559697293,659.297521180234,687.945210689001,1623.54584312591,2271.70144753373,2179.27166176582,1645.36431242153,718.60738382874,1411.28175889133,20470.1347428697,6266.78980764766,153625.672362017,58242.2552862196,4430.05632332394,25997.5099060267 -785,957.975537608122,1677.61506044209,1043.48623751587,1509.9047566283,1441.6042190509,5983.00502259915,309.194707085265,541.238497474661,7416.02895958329,14471.1032432288,2126.91935495775,4251.99683077849,706.864720042008,3322.20168071605,2597.11856113489,8073.87457337241,2878.17980158351,9901.12245935277,301.248675777363,977.408767792757,2412.6328410528,1304.54259980201,1244.16847712469,1718.49729195366,664.925137488016,748.150736743521,1661.97004008729,2470.5094028222,2214.90893206819,1789.35837247386,720.803248983318,1534.79008395126,20404.2511890097,6321.88527229888,155442.559153953,59269.0478379623,4423.29347895382,26508.765400302 -786,961.142454260336,1792.33911146529,1045.07071287446,1613.15990402424,1432.94752429473,6392.15405187877,309.946247382399,578.251203466727,7329.24092712084,15460.712615477,2113.46158516312,4542.77050876167,702.144934737875,3549.39112608703,2594.29110849796,8626.00814701024,2879.27863555141,10578.2127555703,300.969250296488,1044.24906744841,2457.20128618995,1393.75401385679,1235.16131769557,1836.01708278897,665.899169498125,799.313178783468,1666.32111409629,2639.45569656136,2188.6477001356,1911.72401287792,719.787386322571,1639.74701957553,20090.5619140415,6241.93487799783,154924.101443203,59373.8140754366,4350.25408409983,26602.2904370495 -787,952.209216886866,1764.25110080532,1033.56205647391,1587.87983716042,1415.23598226512,6291.98166262449,306.606017482893,569.189343541215,7325.91778634335,15218.4255069848,2087.11216882704,4471.5800818722,693.309303984568,3493.76809406803,2566.443223434,8490.82870064522,2879.27863555141,10412.4400227536,297.47543147664,1027.88448624247,2452.47082658437,1371.91228906924,1235.16131769557,1807.24458819608,660.062911885006,786.787024026976,1664.47401287671,2598.09239691159,2188.6477001356,1881.7651038137,712.624374256006,1614.05030210121,19935.3564023607,6219.97851367358,154076.539262317,59087.3650903658,4321.20436317249,26489.8866871377 -788,927.430667441793,1688.20230300075,1008.96026831424,1519.43359806269,1387.03361093813,6020.76310363787,298.795260399596,544.65419359588,7129.33731747446,14562.428770604,2045.87108779606,4278.830711129,679.424919432574,3343.16772701113,2506.3822759725,8124.82790021844,2806.8596098184,9963.60734492155,290.767219317818,983.577086108199,2396.7875696983,1312.77542344427,1202.79120789086,1729.34253774057,643.609247243633,752.872233055231,1622.86651358604,2486.10051362461,2129.87269513052,1800.65081467974,696.083790569673,1544.47597392601,19495.3587516848,6062.46204413425,150332.187791239,57604.6988242492,4222.20462998232,25822.9974451684 -789,846.269483231069,1650.62627003117,918.588791996348,1485.61402153776,1257.90776301211,5886.7528653612,272.159925219867,532.531272131312,6312.97838425224,14238.2980058084,1855.09970461551,4183.59243098516,616.240384714078,3268.75544803856,2281.01647157206,7943.98535515844,2519.57400782608,9741.83721854316,264.391271349843,961.684612113799,2187.33387066453,1283.55564776613,1070.86620586412,1690.85080478988,586.637985733227,736.114791248119,1456.6554736133,2430.76484994283,1886.66989083389,1760.5719009981,633.372101067251,1510.09900381181,17392.9316918476,5391.10552595699,135334.887054213,52088.7386716684,3756.67077749446,23380.5906817907 -790,758.196224322212,1656.26701585728,827.830164144047,1490.69086494159,1137.43860984226,5906.8698823126,245.90932070445,534.351110822291,5916.88067798462,14286.9550649534,1677.78609122959,4197.88917517959,556.842726950203,3279.92588618369,2051.28548983804,7971.13262831674,2279.51075519778,9775.12835695945,238.576758527277,964.971012288271,1903.67650240478,1287.94198966203,989.194345099886,1696.62901139719,524.885574807686,738.630343382276,1317.37056687457,2439.07159201432,1765.11148664906,1766.58836807029,568.445852011626,1515.25952064558,16170.7868936227,5029.34180962715,123252.091717943,46976.4393659271,3510.67020210418,20994.6955482635 -791,633.741328918947,1560.40329659453,705.780564384275,1404.41059176333,1063.04658047866,5564.98387558889,206.971907690109,503.423196189459,5314.53359226382,13460.0348664868,1573.89361870678,3954.91792384589,524.739631015619,3090.08578712634,1810.48615829638,7509.76835965042,1907.80873312441,9209.3499217209,209.69948571556,909.119081812665,1419.81974686733,1213.3966970603,866.074027201546,1598.42916458237,449.547171893975,695.878872031926,1097.17813512403,2297.89962389564,1586.43414202121,1664.33931658997,504.151102754705,1427.55722874056,15666.9234768907,4635.7532065744,107946.283943004,39380.8860002319,3397.31459510251,17347.1758868481 -792,615.780324529742,1479.37907314124,690.149132211583,1331.48631772755,1051.86086842435,5276.021081141,203.112046043469,477.282855657852,5615.77231248966,12761.1201211185,1613.84592606387,3749.55809520387,547.79627705608,2929.63252363198,1731.23719066055,7119.8222790553,1784.78499835734,8731.15276106024,213.591592043595,861.912909029516,1214.62788546195,1150.39085406147,841.676584056275,1515.43044105492,410.925511727342,659.745235716886,1048.17472942899,2178.58077023384,1579.54138437314,1577.91819649635,505.615919711451,1353.4310613925,16537.0134125377,4783.95131451649,107266.72885703,38004.4844416993,3544.22188912927,16402.0201548247 -793,630.96735643513,1439.28640404294,706.849493755073,1295.40169187691,1088.0684496141,5133.03557377359,208.054960569939,464.34800755462,5743.7680246775,12415.2808594793,1650.66889857073,3647.9412785913,560.27022317345,2850.23651926632,1803.28780085281,6926.86789443855,1864.1463273614,8494.52969071181,218.65720485015,838.55419747231,1288.2442056049,1119.21409843273,873.659579046202,1474.36074342448,429.711605430399,641.865472575035,1095.61899442198,2119.53902798489,1634.12957623086,1535.15501749451,518.256275881783,1316.75171079404,16926.2995103193,4915.53063113674,110618.505940869,39365.6035090538,3633.97279388802,17055.7203978474 -794,655.822666371763,1422.39309828668,735.66152002322,1280.1972010983,1169.4502652567,5072.78770430026,215.78393327484,458.897825542968,6055.53377714426,12269.5592470053,1739.88576821324,3605.12437486247,591.190750439824,2816.78249867503,1918.0186692147,6845.56531494828,1976.93587087861,8394.82702769928,228.569843285463,828.711853091579,1311.63895957036,1106.07757055445,936.100212690968,1457.05576036918,454.806241349072,634.331718589631,1158.05960668875,2094.66140754639,1760.54412956856,1517.13647509674,542.858592068698,1301.29662889162,18052.6626787121,5233.22040829234,116887.649661568,41279.5521811995,3902.98291195769,17891.1912812769 -795,701.383762087928,1434.4845378617,785.762604653691,1291.07986575678,1274.32268857687,5115.91031652141,230.612676854247,462.79881137828,6439.52091370777,12373.8599740167,1850.35468573381,3635.77071559036,628.612588791934,2840.72732477108,2088.41029826647,6903.75790563384,2154.61498425393,8466.18953913894,243.766681705126,835.756543697032,1416.41351106137,1115.48008391433,1020.9404228147,1469.44185933518,495.615607123409,639.724027969566,1259.98358644347,2112.46764681315,1920.80811278235,1530.03330652666,578.200751456551,1312.35865497736,19273.583193023,5613.31765885448,125920.879299995,44522.3401366064,4199.75210476915,19373.3206769517 -796,852.432543311587,1477.96165726158,963.742137799212,1330.21060017512,1550.78903800081,5270.96604406658,283.864045106655,476.825563601352,7912.8501381695,12748.8934953467,2273.50334560859,3745.96558583129,771.587160692998,2926.82559758039,2545.63486375869,7113.00066764959,2623.27158976286,8722.78730909734,299.291984277913,861.087096993693,1754.02759768221,1149.28864686254,1240.91698351304,1513.97848380429,603.615934733211,659.113123643236,1538.15208605947,2176.49343843707,2332.59675726335,1576.40636876462,705.164868258251,1352.13431824311,23663.7178057775,6875.55801586451,153811.847313017,54378.3594529157,5133.91986969752,23621.3514172759 -797,1114.88821110941,1588.14418551363,1227.57941816257,1429.37823846591,1855.6896112273,5663.91829841805,363.096937249422,512.373066389854,9459.62864481606,13699.3277037253,2721.16510208201,4025.2285538279,922.02241371792,3145.02140970433,3192.72853854136,7643.27720978416,3365.98984083308,9373.07397546594,373.013702338147,925.281423636628,2552.88501360902,1234.968493955,1519.87818851221,1626.84607833569,781.352154533485,708.250224061441,1978.4752498115,2338.75174100719,2784.94397820532,1693.92798267776,883.587653569295,1452.9363769355,27250.5396929507,8133.34538992823,190843.406808988,70151.5013968711,5887.85803648866,30917.6560623851 -798,1136.39434315838,1836.07657146935,1249.46269043978,1652.52495293215,1898.81822206578,6548.13825174105,367.494701832964,592.361947757323,9842.0828094678,15837.9918341962,2830.21384454501,4653.62522490527,960.697568318408,3636.00495458797,3252.8252939985,8836.50385282343,3424.87874440762,10836.3470306924,382.291277315033,1069.73129987286,2544.05306717113,1427.76502217915,1554.02141623127,1880.82039216919,794.308725747761,818.81837618954,2009.90331724048,2703.86487405592,2855.38022807581,1958.37475660001,912.448871276324,1679.76085915905,28523.0465944081,8445.71924057292,195614.946817743,71421.2026983153,6131.04984946913,31369.1847744801 -799,1095.55853619531,2053.17289053064,1205.56599165036,1847.91826605058,1855.55323220389,7322.3852157551,353.571534012028,662.402380933366,9628.3816425943,17710.6641300882,2768.14091835153,5203.86638712938,940.463826106433,4065.92345798567,3174.28731531398,9881.32545211205,3341.02745135183,12117.628589964,370.516295457883,1196.21552781615,2478.86217020748,1596.58288937274,1517.44713296276,2103.20718708842,774.722549370472,915.634847905773,1960.28703673758,3023.56783226476,2789.70618287221,2189.93152150126,887.134490062696,1878.37452543706,28050.1702566963,8280.92728779873,190515.172088367,69377.6168484212,6019.04316567563,30460.367901575 -800,1087.7017700796,2125.83724083954,1195.6801121911,1913.31839910601,1789.71817249351,7581.53356457088,351.814042729656,685.845627664113,9378.72422128261,18337.466630982,2697.17766723067,5388.03771135592,915.100746169145,4209.8215621555,3074.92157051459,10231.0378886439,3240.21290124939,12546.4865847462,365.317789380422,1238.55108784573,2448.03491175778,1653.08794986017,1465.01676360945,2177.64231357954,751.972889967551,948.040307597024,1904.05082905714,3130.57567030884,2686.43291039992,2267.4359303919,871.337835234362,1944.852543512,27037.3915077565,8004.76988136508,185836.868265067,68009.9916947343,5788.79871376185,29841.7775202014 -801,1048.86710284794,2136.19306890429,1150.07630685409,1922.63896043292,1717.47348389325,7618.46633465953,339.702501267662,689.186663968588,8889.41947319412,18426.7959775215,2557.09246167093,5414.28506043479,867.095273593212,4230.32933548989,2964.62861876519,10280.877484669,3126.91979032157,12607.6056842672,349.725172755087,1244.58457990652,2393.33082572379,1661.14082157385,1408.02110980424,2188.2505054734,726.225562059826,952.658602090749,1840.26924646286,3145.82599275243,2575.90924817565,2278.48154394682,831.753608762875,1954.32672063383,25516.8623631499,7601.31217744211,178176.284404716,65554.9703192453,5484.10026317759,28849.1944332864 -802,1006.9851763812,2160.11560745016,1104.60962780514,1944.1699752603,1628.93197531096,7703.78308678472,326.938489393599,696.904643571686,8469.37312378562,18633.151734155,2436.57608654854,5474.9178959879,825.691678553346,4277.70343199039,2828.38427120151,10396.0097222427,2990.16972431387,12748.7942019828,335.054104204954,1258.52228198964,2322.84436238649,1679.74340291946,1338.95897428523,2212.7560184943,695.17243680284,963.327119118217,1761.08527209748,3181.0550854153,2441.73810144883,2303.99752532254,794.714622541569,1976.21259648753,24181.7699197124,7220.27404966744,170080.233290445,62838.8013110225,5186.36068553982,27675.4211402675 -803,976.913031223016,2183.77780539184,1073.54896189026,1965.46667559811,1547.44787540081,7788.1713665928,317.474819145999,704.53863110726,8205.20965061051,18837.2617933992,2360.66814624741,5534.89088563833,799.591036520558,4324.56197279926,2696.23690555212,10509.8890160189,2851.91949173527,12888.4462145347,325.339354872476,1272.30830494496,2243.93247586987,1698.1435388909,1272.83275157624,2236.9948466041,663.429771885506,973.879534413284,1682.2129396755,3215.90079220752,2316.71365972062,2329.23582521414,770.943885334899,1997.86029602345,23287.2528645143,6938.91123052605,163503.279274387,60492.0245907472,4962.5899141594,26580.5327130544 -804,959.830269274552,2169.43006468047,1053.16710672855,1952.5532710527,1524.77552128477,7737.00193758417,312.432182063614,699.909708890304,7997.842486801,18713.4982185261,2301.27791394679,5498.52584012096,779.256727858252,4296.14896588858,2660.38302872772,10440.837502566,2815.48567624986,12803.7672311683,318.497092550974,1263.94905263495,2222.77898183266,1686.98648659073,1254.94645189578,2222.29746212088,655.107882195792,967.481002928361,1661.02166590927,3194.7718519801,2282.44369240868,2313.93240396253,753.179379791242,1984.73406063718,22678.6811888958,6782.0292411001,160577.306063507,59547.0445468013,4849.37024933302,26216.8278137382 -805,934.399194741921,2155.1691079117,1025.67366252518,1939.71797470434,1504.25107505062,7686.14201269047,304.050738946644,695.308785236194,7758.70615066146,18590.483241721,2232.62935119377,5462.3807527201,755.56732063238,4267.90781828387,2631.70031163724,10372.2036550509,2785.04199138708,12719.6004382701,309.791036004111,1255.64036221389,2215.753000607,1675.89691899118,1238.71552768388,2207.68897644042,648.275614840657,961.121173689339,1645.41151284257,3173.77071255232,2250.11287344403,2298.72154719604,732.411758416079,1971.68722077953,22027.3545350471,6616.66432772561,157343.780427128,58511.6191131331,4730.40469259302,25840.9190846313 -806,927.5604754207,2126.12651035989,1017.26634580008,1913.57875050308,1511.34257847861,7582.56520826194,301.694437486775,685.93895288767,7662.47961080365,18339.9618691286,2205.0647091393,5388.77087900133,746.448473078577,4210.39440613464,2641.60279264736,10232.4300589219,2798.01885179261,12548.1938255861,306.874251236167,1238.71962148143,2225.83328827808,1653.31289086184,1244.53534565054,2177.93863238299,651.291707181109,948.169310495167,1651.20039483771,3131.00165782339,2260.73535625342,2267.74446770201,724.708699919612,1945.11718586166,21804.9068641477,6573.88249544833,156836.705891831,58397.0871462435,4706.93593252539,25857.6795846897 -807,931.569636031899,2111.57628407077,1020.7878587489,1900.48310275766,1517.03623807451,7530.67363967718,303.244885744089,681.244704010002,7661.04959729866,18214.4516541769,2204.80166675616,5351.89262395506,746.23958703718,4181.58041455079,2657.31077275331,10162.4040411288,2813.49247792931,12462.319791848,307.575761330047,1230.24239742468,2245.00094492517,1641.99838226062,1249.92831783671,2163.03382789907,655.034186853202,941.680478358002,1662.46651688458,3109.57453088106,2268.95532017903,2252.22507362541,726.218675053607,1931.80570365435,21777.5961708206,6578.46044570731,157367.251499988,58686.4929389197,4706.69333631881,26009.2259077596 -808,963.783284467391,2091.24067859832,1056.50578462664,1882.18043717258,1553.27791402012,7458.14923729895,313.975032407704,674.683954282203,7900.69692407546,18039.0367731089,2273.92362119504,5300.35104444752,769.196600928043,4141.30956561054,2730.38610888545,10064.5346717903,2898.34563797585,12342.3010075539,317.96987187792,1218.39450719299,2337.12297591851,1626.18506235361,1282.31215478043,2142.20265884326,675.29147905519,932.611593263271,1711.66727479628,3079.627670176,2322.11056732661,2230.53494531799,750.650973977545,1913.20138472195,22364.4966997086,6760.68025368565,162119.36280793,60611.6043022899,4819.67040493862,26863.2526928659 -809,980.451836926545,2176.14110464537,1070.63754518461,1958.59341184772,1553.41429304352,7760.93602518487,318.580314858302,702.074849912667,7918.06300294885,18771.3876321893,2279.39439514159,5515.53529678051,770.981177610769,4309.43892064428,2753.60810526878,10473.1357908987,2932.29322339105,12843.3751424758,321.083094945176,1267.85902546326,2411.14581932004,1692.20510779272,1287.22627353272,2229.17204513925,684.155517720071,970.473864409191,1733.57623500322,3204.65474331015,2320.25708518064,2321.09045579001,757.539287930249,1990.87375134097,22246.7905101288,6756.3152689511,163340.42958401,61452.9718831952,4786.1654382832,27285.3341690257 -810,981.329520175133,2218.34543871689,1069.2961087385,1996.57860062406,1535.10594420298,7911.45252249078,318.526654623732,715.690971333138,7833.89052017496,19135.4421105151,2255.56461651254,5622.504230804,762.59730777222,4393.01668105671,2746.09793268187,10676.2530063918,2930.80359248111,13092.4610560509,319.722921710859,1292.44803108979,2455.25877260671,1725.02393076994,1276.76315963409,2272.40486744803,684.734514366532,989.295347581296,1736.36205630605,3266.80619069646,2290.87782183756,2366.10595446208,753.92511369092,2029.48498878162,21865.9824039643,6670.7266724732,162463.220836441,61491.4608444203,4696.41453352445,27353.4995637017 -811,955.210390209784,2164.42571292148,1035.6668418381,1948.04920173256,1480.62410892855,7719.15454075587,309.101448784253,698.295186053252,7465.83944897986,18670.330692985,2150.30343055538,5485.84206759111,726.436538809223,4286.23878672018,2672.34264899855,10416.7530094211,2864.42965954353,12774.2320292238,308.055782639083,1261.03342711293,2444.2611166008,1683.09501577128,1237.20095590216,2217.17115803088,670.233049310735,965.24925767065,1697.18085266761,3187.40228409345,2208.38614444754,2308.5947201697,726.981243389766,1980.15575799947,20677.6210863095,6366.2472148665,157060.511703461,59934.3894433053,4453.95050916371,26771.0554115445 -812,918.931435744733,2036.91597603561,996.244567960803,1833.28654683027,1418.98258071442,7264.40695639795,297.189352434092,657.157513870388,7135.27760413472,17570.4320270144,2055.35274458318,5162.66244795341,693.837170070944,4033.72969081453,2574.68349953546,9803.08563913112,2765.11000818151,12021.681846863,295.731431230395,1186.74395645309,2386.17175122305,1583.94123038899,1188.53418709315,2086.55410367613,647.538661414757,908.384899545489,1639.39591336406,2999.62738187903,2115.22915114749,2172.59175939003,697.000588384141,1863.50165516368,19686.5373799796,6083.52831715616,150873.604186708,57800.6261854154,4240.21594437107,25860.1724569977 -813,842.090520260022,1930.66750540375,911.629867610656,1737.65968046842,1256.62806592054,6885.48502822549,271.960496353716,622.879231587555,6526.5572248883,16653.9329896586,1880.02282081543,4893.37054002153,634.925688878235,3823.32454124843,2300.1434306831,9291.74257496705,2481.1192458308,11394.6136095477,270.579107421974,1124.84168267833,2177.54001657585,1501.3205748099,1057.56227901664,1977.71643682368,581.874169585165,861.002235038323,1470.80064906443,2843.16249793699,1872.38782434238,2059.26624451443,638.295064061499,1766.29872523898,17841.6154311353,5496.90719980349,136334.754853285,52399.0394304543,3797.69250490411,23388.2792201678 -814,754.127878899482,1851.55245854003,821.107888376903,1666.45372363294,1126.66262255561,6603.33107413304,245.603350821364,597.354836807222,5897.61073975852,15971.4867966946,1698.69603833485,4692.84961214981,573.182616415573,3666.6520435711,2037.89238572837,8910.98480740397,2184.13581958312,10927.6842251819,244.001614547308,1078.747830583,1889.43877143299,1439.79934067658,940.869093036458,1896.67341509958,511.290780954908,825.720016849969,1296.42598086356,2726.65515856557,1676.71296724041,1974.88146827324,572.497539650212,1693.91919534506,16169.6056431937,4949.34495356568,121971.253360332,46538.6945073716,3443.22179674986,20675.6710004415 -815,626.185922263673,1726.09652879504,694.554993979681,1553.53955784137,1048.69015902471,6155.90813696571,205.261304478282,556.879771629532,5471.02447047247,14889.304265896,1573.18270397075,4374.87546643756,533.230886144501,3418.21012713719,1791.34163349864,8307.20181502908,1874.64749335767,10187.2554146955,212.581448454457,1005.65494497667,1413.15056098064,1342.24263138775,853.108189376032,1768.16021763848,434.538383052826,769.771576423577,1106.46011578376,2541.9047582007,1570.10264124066,1841.06911551185,502.900662198294,1579.14404728769,15847.3859677921,4678.33640564473,108105.600908526,39388.3917877762,3397.73985385405,17247.4085288771 -816,575.044289342768,1625.98055908739,644.203729309063,1463.43212948042,1036.56925716161,5798.85700901183,188.95395914705,524.579979921947,5328.50212186681,14025.7041659103,1511.6179147948,4121.1266798744,515.89034083379,3219.94924436852,1686.81541021193,7825.37269864161,1786.04615461114,9596.38060700805,198.796820536035,947.325576758818,1353.91616713798,1264.3907150073,881.427364117011,1665.60449619749,436.801384178079,725.123767600955,1144.4981853563,2394.47079055962,1577.5353013571,1734.28457784353,478.386897864974,1487.55152336747,16028.2904784734,4686.82332614957,103968.711655019,36749.545955311,3466.9581104688,16015.5449212874 -817,602.76797105,1565.87048014725,672.056013726071,1409.33122382384,1071.82027428758,5584.48190432428,196.968496095448,505.187039565253,5507.03910515558,13507.1947779031,1562.54040073689,3968.77476603073,533.388925818954,3100.91251777268,1756.44712927339,7536.08032794108,1864.74826981893,9241.61671232124,206.728864889413,912.304361478762,1389.97370804923,1217.64807391882,914.441629312788,1604.02957933275,448.189504677261,698.317022176932,1172.26818785439,2305.95077263199,1631.35241019984,1670.17066067754,497.941865690139,1432.55895965113,16487.3657068555,4832.38813512446,107902.793614693,38332.1529174771,3565.25320758435,16745.8358982819 -818,628.681483362288,1539.92305776485,702.384582011252,1385.97775174242,1137.1225244223,5491.9436563686,205.410705531811,496.815784302508,5847.2723246804,13283.3723784474,1658.59305271029,3903.0097640715,566.863778997596,3049.52851897481,1848.67835785448,7411.20291192494,1959.14547953575,9088.47752528692,217.225885995537,897.186925580511,1416.37770004089,1197.47090774342,968.350654064945,1577.44983756197,468.11225739477,686.745486113786,1224.91074762366,2267.73977149934,1734.4609648477,1642.4949211239,525.14303314932,1408.82058991684,17642.1441396331,5144.24897947383,113711.038865622,40095.0654535188,3816.66317393197,17479.1864089133 -819,683.536819154266,1546.25804707271,761.721552408487,1391.67943546872,1239.07864163697,5514.53660617023,222.234755187372,498.859602443721,6372.61014787085,13338.0179800996,1807.49739382646,3919.06610208085,618.142017691676,3062.07377600197,2012.8649455006,7441.69137754579,2135.21871703722,9125.86602184659,235.931567273192,900.877804518938,1522.84453368653,1202.39710542504,1056.12269595323,1583.93920584843,495.427204290346,689.570643701897,1297.96861646195,2277.06887864727,1892.3458125846,1649.25187414897,572.533700176222,1414.61624530937,19253.4895912967,5600.76859884999,123496.038976537,43517.9068954132,4165.55289590765,18976.5827886027 -820,833.76896531214,1580.97031656089,931.440438011487,1422.9215374559,1502.44399625327,5638.3335889172,272.791014363553,510.058605734003,7724.13124325477,13637.4459283906,2191.14148756261,4007.04603462507,748.440400913832,3130.81490902728,2446.44733254529,7608.75145980972,2592.76147505364,9330.73449206285,287.669467023411,921.101798299008,1846.612666235,1229.38996889588,1279.33470490638,1619.49738753123,605.953497181359,705.050958944642,1591.62618254193,2328.18727295952,2289.49775932843,1686.27627354836,694.407372169802,1446.37326052588,23254.5875188403,6779.6524137277,150264.485124786,53065.3807901721,5030.23768067099,23146.1873190236 -821,1099.40665327452,1666.44927884273,1199.30043246061,1499.85521239977,1805.02530501653,5943.18365417831,353.261293101474,537.636150906328,9242.7408656162,14374.7872395604,2625.72690847586,4223.69661513716,894.70662303105,3300.08994646271,3079.69927672961,8020.13690597025,3336.4257424199,9835.22309210429,361.339054439412,970.903382205913,2631.14330305934,1295.85989415641,1571.30772250764,1707.05940855984,784.338076617907,743.171234635524,2047.84817192129,2454.0663169907,2744.18170337114,1777.44885564778,873.953108614777,1524.57490927719,26756.6031944773,8026.19522362567,187224.639407483,68782.1195236318,5774.21025457969,30448.8440146798 -822,1122.27724590763,1893.46752309121,1222.71573007238,1704.17856101221,1871.61448139393,6752.81592774788,358.301453482864,610.877633004136,9592.00007522437,16333.0460368739,2724.09272016657,4799.08537852789,929.76711331099,3749.6569600044,3169.84782951964,9112.70985261894,3425.8427493799,11175.0628979171,370.463772796111,1103.16830257382,2610.81273176731,1472.39322265213,1626.14045819842,1939.6099186049,803.59398249087,844.41249712393,2093.35871875286,2788.38061843733,2852.00244567874,2019.5884296352,900.70558464689,1732.26579043605,28008.996543969,8354.60322009351,192845.086413752,70330.8537932028,6047.62966392265,31078.7160511117 -823,1094.24537662934,2099.51377060602,1192.51605701998,1889.62647248127,1829.52310006495,7487.65418882306,349.696789419531,677.353050425471,9376.93743549163,18110.4004437191,2662.94828344615,5321.31959785821,908.670870552781,4157.69287118568,3094.04556413051,10104.3506634198,3342.71528799987,12391.1279995243,361.54740856719,1223.21455969237,2478.8642495566,1632.61836234632,1588.3456188333,2150.67735995113,790.267355092275,936.301068892484,2058.0108225665,3091.81088912614,2787.28031836122,2239.35909502866,879.285526992095,1920.77014103347,27405.6363576942,8172.99312590935,188577.681665524,68649.9510857844,5917.74724991716,30329.1379279942 -824,1063.76261529435,2150.07797501602,1162.17577098636,1935.13579971255,1760.07026192391,7667.98512175416,342.037346333656,693.666264741549,9015.77216998302,18546.5671423156,2560.91604361241,5449.47702918546,872.87919617212,4257.82578536607,2991.23747342712,10347.7015094722,3235.93861677713,12689.5530624176,350.90669138132,1252.67417643769,2514.34060485887,1671.93796565304,1529.73097891007,2202.47377642195,767.015522898197,958.850727437052,1997.4787203746,3166.27334799809,2677.01974865203,2293.2913019109,849.136046533659,1967.02952518022,26195.4460026837,7841.48703857352,182121.820140168,66671.0261482492,5654.38133033648,29483.2449900366 -825,1026.88095752602,2148.16880123236,1119.08303706194,1933.41748503765,1678.86708474088,7661.17629140564,329.74744015405,693.050319895527,8595.09457671149,18530.098614115,2441.90964179797,5444.63813552686,831.965861367043,4254.04502510561,2870.64063637823,10338.5132099442,3109.86703649781,12678.285302683,336.792111956533,1251.56185738465,2465.62651468698,1670.45335896945,1462.09200511573,2200.51807749288,736.412852282201,957.999310561692,1920.63216457609,3163.46183783979,2551.05823923661,2291.25496105127,813.948817532803,1965.28289029311,24834.8511483675,7462.05046407965,174483.399651137,64200.8458894125,5358.88453287421,28433.0702987731 -826,984.515227029675,2165.92991274375,1070.18627916542,1949.40302748206,1590.06415652219,7724.51908194522,315.717337238222,698.780476672598,8135.83670166082,18683.305916825,2311.90866586318,5489.6545350802,787.333285748748,4289.21757207774,2735.86099509544,10423.9922867646,2970.93218351411,12783.1096716549,321.00706128149,1261.90980103771,2392.14680159401,1684.26470767083,1388.43680874066,2218.71201408426,710.555666344164,965.920071990201,1854.97373317229,3189.61741668987,2414.6294366837,2310.19911238655,775.403089503667,1981.53189667748,23376.3896817527,7057.60311852503,166247.875642433,61466.0837779869,5042.46541439989,27266.0950412054 -827,945.813660858551,2189.10035278144,1029.4760871217,1970.2571306974,1521.84028276819,7807.1535684792,304.240382017685,706.25581141865,7784.9266110888,18883.1740736404,2212.38156400506,5548.38114044461,753.005665429212,4335.10227867774,2622.95797069477,10535.5048924185,2847.76347042555,12919.859376435,308.307889971482,1275.40931697582,2327.26345395902,1702.28244415762,1328.66147940433,2242.44710051561,685.386005128747,976.253182483556,1786.99744954051,3223.73894512056,2308.55959572524,2334.91289915025,742.676976676958,2002.72970447569,22314.878291334,6748.41378845585,159401.661449106,59041.6603221415,4812.7931105518,26194.4349965521 -828,929.963209304831,2161.85122176634,1010.83759101975,1945.73208111728,1486.06172623217,7709.97293892414,298.941447391549,697.464594007776,7599.41826305186,18648.1231388307,2159.91854168768,5479.31689474862,734.957427973744,4281.14049030862,2570.39210534129,10404.3627304071,2794.37513481418,12759.0376304617,302.157683924089,1259.53348216907,2302.22409323784,1681.09304674758,1299.35415944271,2214.53392844073,667.794638994068,964.101135255752,1744.47331617885,3183.61100637054,2253.42931087065,2305.84874619036,727.60223644774,1977.80044801846,21709.3694616924,6578.10200605661,155995.344546702,57957.0732157905,4681.21206844739,25738.9993793057 -829,922.341301595103,2143.39586396729,1001.50662522034,1929.12169582501,1466.12613488883,7644.15420552741,296.707443158169,691.510456875219,7495.58347361488,18488.9272694097,2130.60124746966,5432.54089426865,724.835690165087,4244.59311889789,2542.82687055651,10315.5424476201,2764.22324323317,12650.1158867862,298.938884820647,1248.78105811728,2256.88787123338,1666.74184007857,1282.54114011189,2195.62882729593,656.42719637296,955.870767121965,1713.00359496352,3156.43305831195,2221.5897061209,2286.16410590939,719.020148561549,1960.91630050831,21357.9585228026,6478.56863046533,154145.479942786,57371.2659593977,4604.72257895532,25494.6478967762 -830,926.303914483533,2111.69199131773,1008.47848463592,1900.58724281141,1475.77219899983,7531.08629515222,298.399480085502,681.282033918375,7545.24437081254,18215.4497445948,2144.68160464935,5352.18588959088,729.347749528954,4181.80955103113,2555.96833689488,10162.9609065392,2780.54423971288,12463.0026848719,301.029667968801,1230.309810552,2247.60919014016,1642.0883582249,1290.71672204264,2163.1523548456,655.698315894191,941.732079266994,1713.1373072119,3109.74492506047,2236.33146158084,2252.3484879509,723.423365361411,1931.91156008081,21508.9810050956,6519.03248275774,155007.494002809,57657.485775232,4637.39701782856,25621.6500252539 -831,936.053918167116,2078.05001596834,1017.77429719003,1870.30843821542,1489.56885111715,7411.10638305455,301.512570287146,670.428332959476,7615.83731399398,17925.254150822,2164.74154968937,5266.91866951178,736.481430625115,4115.1879346164,2582.01030535912,10001.0518394497,2806.27078512165,12264.4509875469,303.817378833006,1210.70938942578,2264.4607632385,1615.92777406014,1302.74916720412,2128.69054957385,653.304895677137,926.729073370921,1706.45117502476,3060.20268000678,2257.26604785582,2216.4656733068,730.140363417971,1901.13371873431,21708.6383907017,6573.49832693258,156270.782975408,58152.24170714,4680.39672695991,25843.07505495 -832,953.40635154472,2050.04878644506,1033.9013561785,1845.10647702326,1489.15723541841,7311.24348790829,306.528311851982,661.394470691556,7606.40757953931,17683.7156161942,2162.81705679745,5195.9481936271,734.955742114061,4059.73675634679,2605.80611486529,9866.29004551854,2845.48650520548,12099.1904286381,306.971519888416,1194.39536847403,2352.74510252409,1594.15353179128,1308.0786573207,2100.00695090942,670.648127274922,914.241619609005,1749.28747688858,3018.96717702458,2254.11823692311,2186.59932573488,736.972877668658,1875.51639422159,21471.0851205346,6551.93027623573,157647.411112716,59130.3060974473,4626.39229633089,26347.2168854832 -833,963.748382850788,2136.56911675543,1040.72088486443,1922.97741497624,1472.902654527,7619.80746245167,309.213729565662,689.307985944484,7515.3042864847,18430.0397653286,2137.74683580617,5415.23817197328,725.808354486471,4231.07402766185,2606.92493380632,10282.6872938769,2858.49186868209,12609.8250824548,307.194253999876,1244.80367216164,2416.67239672373,1661.4332429123,1300.06509486615,2188.63571733103,673.439581921552,952.826304732143,1757.53393181878,3146.37977280249,2226.72056163927,2278.88263975643,736.678207833761,1954.67075337806,20978.2475053362,6452.19382907317,157318.250569203,59543.6234694076,4517.0245325937,26610.5908561296 -834,968.914528999896,2214.38245498644,1041.77154282357,1993.01179431304,1455.18726182594,7897.31903494474,310.014471116455,714.412418576689,7418.86255790649,19101.2574229387,2110.93938987253,5612.45985610824,716.539383818709,4385.16873576794,2600.03149484113,10657.1803154447,2857.11148047282,13069.0719078817,306.177605100317,1290.13912534848,2444.16728218576,1721.94224581098,1289.11838011951,2268.34530875103,674.855987122942,987.52801175584,1760.83251379086,3260.97017455653,2197.84224320012,2361.87900259136,733.621065315099,2025.85939654906,20533.7589266819,6355.18469068694,156556.643027123,59647.0000563031,4418.93327085002,26714.3213204617 -835,963.122268700817,2167.6944531702,1033.62013021607,1950.99116772112,1440.74714658727,7730.81209545167,307.684147265298,699.349759359467,7343.75661968338,18698.5268380542,2089.72286497385,5494.12684847195,709.222485232446,4292.71191312692,2579.67814427956,10432.4845079056,2839.82286159619,12793.5238192497,303.522813974519,1262.93785409028,2423.59668310237,1685.63684494454,1278.32158336942,2220.51955504874,659.49261818072,966.706988042152,1718.17466818082,3192.21593515693,2176.46993158786,2312.08118608753,728.397476457188,1983.14621167327,20278.6463234548,6278.64419879649,155025.188730916,59190.7886450924,4363.36610236998,26534.7279423268 -836,925.937292865356,2040.8500336558,990.539114040086,1836.82731875921,1361.59028247958,7278.43728257695,295.346081276804,658.426734376057,6934.15964183036,17604.3671980373,1973.80224621874,5172.63350801814,669.406769508293,4041.52035337236,2460.3636093387,9822.01911710162,2717.2090050922,12044.9002759163,289.551930629477,1189.03600932127,2346.3642340156,1587.00042190237,1212.8419689251,2090.58403135508,625.912392015423,910.139335456528,1629.96153173381,3005.42080050712,2054.78288449489,2176.78785842757,694.254965227914,1867.10078393138,18967.7000231672,5908.18322582527,147468.099448433,56707.3037761645,4078.80608128143,25480.428506323 -837,833.911589749697,1943.19284785634,888.261740448075,1748.93287095979,1206.43590801527,6930.15510097976,264.871441384492,626.920204805575,6138.75984618593,16761.976561788,1747.93588626011,4925.11662866166,592.398645651964,3848.1286305349,2199.22103205886,9352.0234143177,2439.19720835258,11468.536973967,258.599718963729,1132.13917291995,2147.17800945532,1511.06049858134,1079.56136121025,1990.54701255771,571.241142468121,866.58804813981,1487.4118005261,2861.60771640954,1819.79024781041,2072.62588041311,620.81667803282,1777.7577135657,16641.5689351366,5225.24776391287,131804.616271704,51011.5089337077,3576.52970957786,22973.1901232914 -838,733.075054175413,1855.94934514806,789.651921664585,1670.41105577686,1085.36743085474,6619.0120222122,236.149207636678,598.77337694638,5528.44670246783,16009.414329389,1573.56323670977,4703.99373475782,533.135644580511,3675.35925205029,1952.90667060493,8932.14574701617,2151.56672652557,10953.6342263308,230.920188108117,1081.30953596047,1922.54384633873,1443.2184360471,963.468567817617,1901.17745056462,516.027113344721,827.680856396977,1348.11590728507,2733.13015391129,1635.40223294289,1979.5712246127,550.544362875794,1697.94174981859,15156.2793270294,4725.62807446519,117652.454400471,45129.4705395538,3259.7029203598,20239.1317079418 -839,613.090524340362,1723.75345213381,675.219705351917,1551.43071733358,1020.01898428276,6147.55184608406,199.322560938939,556.123839400801,5225.51072465104,14869.0928925774,1484.23924439497,4368.9368248667,505.460430775492,3413.57010368632,1727.75455447159,8295.92526683596,1858.11700381273,10173.4268019812,203.822614270483,1004.28982628746,1440.86958516185,1340.42061429261,882.063340542172,1765.76004194138,441.029921904174,768.726655826664,1154.26021902415,2538.45426883661,1547.07354871227,1838.56997018347,488.54609242062,1577.00045015961,15200.3513371736,4541.67217382536,105323.931285574,38455.5832544051,3281.30469261141,16969.8919092334 -840,562.7959581236,1624.73670267521,626.911578738053,1462.3126207459,1001.4479830872,5794.42095014651,184.236968068739,524.178682275379,5039.56788465647,14014.9746636634,1465.7021188937,4117.9740653997,497.319692987105,3217.48602025915,1680.11334465098,7819.38637859952,1761.25385793094,9589.03948630089,189.833646925342,946.600883596598,1350.8275323873,1263.42347066383,870.638999604646,1664.3303279295,405.055732658725,724.569056265131,1084.58812968431,2392.63904796592,1505.36397683004,1732.95787010361,464.81135341375,1486.41356357426,15293.6870150144,4486.16734208216,100546.301239363,35727.9143564246,3352.9392683419,15646.9473791 -841,590.017802878107,1560.63471108844,654.108496462287,1404.61887187082,1035.59149009904,5565.80918653897,192.074669891095,503.497856006204,5208.98291420223,13462.0310473226,1515.19068458286,3955.50445511753,514.233285653343,3090.54406008702,1749.5985647725,7510.88209047127,1839.07697602887,9210.71570776869,197.442223679842,909.253908067317,1386.80788918026,1213.57664898887,903.318761803789,1598.66621847542,423.467432166018,695.982073849911,1133.21500654224,2298.24041225445,1556.88606016062,1664.58614524093,483.881086816988,1427.76894159347,15732.366246212,4631.75805491475,104456.130369422,37307.9824734952,3448.13312769545,16384.4457255725 -842,615.256369559493,1535.41046390987,683.464618613183,1381.91627954475,1098.53332884085,5475.8500528144,200.259940156004,495.359914254977,5529.81586746881,13244.4467553351,1608.13365881997,3891.57237582767,546.440843928062,3040.59217401528,1841.28279769366,7389.48510690232,1931.89550154039,9061.84463111409,207.407328304941,894.557807075706,1413.09953492081,1193.96183640862,956.48049399659,1572.82727515041,444.168074524233,684.733045657786,1187.17059914564,2261.09438197421,1655.0674374874,1637.68175045896,510.222741360251,1404.69217901684,16834.6459676418,4931.1903780269,110079.750462245,39020.2935735317,3691.40632382121,17102.2736330941 -843,668.918453673764,1543.33643137078,741.153897508123,1389.0498921668,1196.99492687498,5504.11702790647,216.644267190828,497.917019767875,6026.41007103684,13312.8161304879,1752.46299901489,3911.66112521918,595.860623202907,3056.28806459283,2004.78056991257,7427.63048879653,2105.49245470602,9108.62292745261,225.249284287457,899.175618558332,1519.3548871059,1200.12520632656,1043.16774362335,1580.94639254442,484.014668115572,688.267717308697,1291.65914642113,2272.76641425407,1805.70394929232,1646.13565420038,556.258058029306,1411.94336348196,18376.5243750138,5378.92796206447,119746.039849056,42408.6836537041,4029.87337930052,18599.3249467699 -844,816.004557327392,1582.15631794664,906.405607584293,1423.98897490084,1451.51209410323,5642.56331504154,265.968855457478,510.441237973758,7305.129971127,13647.6763733267,2124.55152235434,4010.05201272601,721.495903971514,3133.16356211818,2436.71932506391,7614.45934039459,2556.77887504687,9337.73415797796,274.687255921656,921.792784080179,1842.33801818685,1230.31222416624,1263.67863450704,1620.71229088881,588.030506186528,705.579869200307,1572.78600593589,2329.93381639748,2184.76066850758,1687.54127262913,674.704198110674,1447.45829082235,22191.5693993257,6507.53036203129,145610.771927914,51695.9444560472,4865.46392251506,22677.7394999767 -845,1077.09118008662,1675.41661713808,1168.32663504013,1507.92609055634,1745.03844210515,5975.16454855957,344.780515271835,540.529227405082,8749.0986749945,14452.1394768816,2547.4916367239,4246.42476947448,863.057577290176,3317.84807647646,3069.08015021882,8063.29410356631,3292.8696128802,9888.1474587783,345.498585567201,976.127915104018,2625.47171858057,1302.83305211675,1552.9741278896,1716.24527422114,763.935294502783,747.170316970017,2028.0804414043,2467.27190514935,2620.7948611775,1787.01349430413,850.052389809813,1532.77880671449,25533.0754196449,7710.93871662974,181608.408952308,67101.1837448228,5584.70641540859,29864.6455074779 -846,1099.29974092127,1905.79037996605,1190.84914112746,1715.26950830358,1809.14521620734,6796.76386092603,349.608377237263,614.853279561445,9077.96371574475,16439.3429689248,2642.5756687493,4830.31825763912,896.76740874579,3774.06006461771,3158.61379828001,9172.01618762937,3380.65315910006,11247.7912119648,354.114039526907,1110.3478210687,2605.08286555948,1481.97569012251,1607.00787879695,1952.23307433824,783.179745934108,849.908009573175,2078.44052982469,2806.52765019497,2723.37587057395,2032.73209270889,875.917634761162,1743.53953194173,26727.879654899,8026.28275579656,187037.489159551,68602.1196522505,5849.1338025018,30482.4540694954 -847,1071.81621422336,2104.60490350169,1161.40401828067,1894.20864747306,1768.43742317322,7505.81107975937,341.205786176957,678.995570920115,8874.28878232861,18154.3165431245,2583.23321543739,5334.22332139285,876.405892972655,4167.77490410347,3083.04117874358,10128.8528089986,3298.56127171486,12421.1753753768,345.578918138409,1226.18074546857,2473.29860938287,1636.57731568447,1569.63706758673,2155.8925599696,764.01532591382,938.571515144771,2027.58259798464,3099.30825368036,2661.52213454863,2244.78934031381,855.066800855577,1925.42783663278,26146.6354707386,7845.99224305037,182749.048788133,66928.9589644533,5722.20865669706,29732.8573437248 -848,1042.08428707345,2152.53676173012,1132.05598710213,1937.34878279949,1701.47248605003,7676.75407811777,333.795832692891,694.459527783905,8533.574233431,18567.7766302558,2484.47521163449,5455.70894350384,841.954056438046,4262.69495085386,2980.79064237131,10359.5349365798,3193.48368806824,12704.064584716,335.483815037256,1254.10670988899,2508.85336806555,1673.84996089438,1511.81054986258,2204.99248193986,740.371520389889,959.947250194283,1965.89436840194,3169.89423567367,2556.47568544921,2295.91386455756,825.843707495499,1969.27898130179,24995.584054402,7528.9088432402,176561.777686369,65010.9942725621,5468.35836508758,28903.3866150706 -849,1006.08231458826,2150.22261117915,1090.23359962275,1935.26597667378,1623.12637992288,7668.50094860315,321.846085547722,693.712927805954,8136.38800801813,18547.8147734908,2369.22101926854,5449.84361656402,802.561155127098,4258.11221013393,2860.81111070304,10348.3976013632,3069.3607873534,12690.4066911176,322.047695875851,1252.75844407292,2460.31580024953,1672.05043724483,1445.06420695329,2202.62193726082,712.303735723803,958.915229511787,1892.4446947663,3166.4863438214,2436.43232791724,2293.44557206235,791.719870020303,1967.16184763856,23698.2616913244,7166.23065568409,169201.975368689,62617.6399284626,5182.77678702691,27878.9485987037 -850,964.698639201164,2175.33115111076,1042.74619898903,1957.86442894611,1537.42220317318,7758.04742685268,308.194777436203,701.813539648808,7702.61170172104,18764.4009750604,2243.28566790533,5513.48243021806,759.575582298035,4307.83495972533,2726.68392966122,10469.2377195218,2932.5410085931,12838.5948747483,307.010206747752,1267.38713193721,2387.00651210859,1691.5752738608,1372.37131392057,2228.3423536393,681.286631629613,970.11265679492,1809.24798061455,3203.46197992224,2306.39103143024,2320.22655251885,754.328869801693,1990.13275378873,22303.6933534066,6773.12224507833,161125.74946686,59929.7554260632,4876.04101799879,26721.0692459547 -851,926.816685246025,2196.76597683226,1003.14774371514,1977.15642630447,1471.51654295033,7834.49206124723,297.013453819373,708.728923958771,7370.77217367107,18949.2977272001,2146.79035065054,5567.81003682175,726.481270533103,4350.28260800709,2614.22255847033,10572.3973170113,2811.04502734043,12965.1011510496,294.89062764851,1279.87544769588,2322.29160771472,1708.24336651947,1313.3155585638,2250.29953012423,653.255784537851,979.671751150741,1736.44826131484,3235.02758739769,2205.14487699264,2343.08911841473,722.51937588608,2009.742710056,21290.8255129993,6474.64608930756,154467.545748914,57557.1477797206,4653.92201284049,25664.7336115255 -852,911.349885331885,2171.10782677613,985.065011066446,1954.06330814551,1437.00188517837,7742.98546698954,291.863057287102,700.450994824835,7195.6552336555,18727.9705900947,2095.9879985476,5502.77820961963,709.106038098854,4299.47145874493,2561.93313069609,10448.9120847772,2758.50623551711,12813.6692214154,289.038252289182,1264.92654706811,2297.3485365292,1688.29114352767,1284.40229970172,2224.01611003119,641.433881775886,968.229219237063,1704.65110761641,3197.24257791166,2152.62165244293,2315.72191916401,707.907829206041,1986.2689852384,20714.493299153,6314.69054794649,151238.990006594,56523.2402808903,4526.99686703575,25229.6088335875 -853,903.929815619806,2158.78496990128,976.031735714451,1942.97236085413,1417.78583633171,7699.03753381139,289.701820854249,696.475348267526,7097.7344991502,18621.6736580438,2067.61849333332,5471.5453305084,699.368656957394,4275.06835413162,2534.53539006274,10389.6057497668,2728.84371013891,12740.9409073677,285.982066133464,1257.74702857323,2252.09950871166,1678.7086760573,1267.81815044379,2211.39295429785,634.782522406683,962.733706787818,1688.64420504454,3179.09554615402,2122.29412183812,2302.57825609032,699.59240321687,1974.99524373271,20378.9596084432,6222.85349549702,149499.695525256,55975.7503643689,4452.95719864965,25004.8888861558 -854,907.796515598341,2125.43226407224,982.824896916244,1912.95390765521,1427.10262691494,7580.08926540478,291.350774934876,685.714972532184,7144.68684453194,18333.9733024175,2081.26798149338,5387.0112780747,703.712465065956,4209.01958169603,2547.6077470063,10229.0888529554,2744.93371765093,12544.0964508825,287.98170917913,1238.3151410827,2242.83083768709,1652.77303289421,1275.89222039412,2177.22746782956,638.472249823007,947.859703789888,1696.59349346915,3129.97928861489,2136.35797912311,2267.00397875632,703.869218609434,1944.48204473588,20523.6159379642,6264.06065883033,150375.318908927,56268.2067431305,4484.68848510084,25137.1297901144 -855,917.35824872377,2104.66275572222,991.882445185301,1894.26071623723,1440.44251587957,7506.01740249343,294.392541920018,679.014235421675,7211.5207855447,18154.8155762315,2100.73249921924,5334.3699506549,710.599179768297,4167.88946956536,2573.57472657718,10129.1312349518,2770.32747374186,12421.5168136087,290.647899906684,1226.21445121485,2259.68246154246,1636.62230257565,1287.78532064098,2155.95182200571,644.370888679215,938.597314973604,1714.18149668722,3099.39344870403,2156.35385703317,2244.85104598014,710.403544096259,1925.4807635625,20717.1649815499,6323.28169785164,151735.027188761,56790.4501371732,4526.99686703575,25376.4125886602 -856,934.546644767629,2081.78158520488,1007.8302463244,1873.66696441895,1440.28268203954,7424.41455965051,299.353190666906,671.63222589918,7204.13300834692,17957.4426575627,2099.17545528583,5276.37651293589,709.232523487169,4122.57760694449,2597.57774213688,10019.010799576,2809.5127079767,12286.4743496684,293.753751967249,1212.88346891244,2347.82051170623,1618.82950709054,1293.21707096795,2132.51305437781,654.619631528929,928.393207378392,1738.41887965804,3065.69790778789,2153.75223718706,2220.44579652655,717.209926579036,1904.54759811396,20487.9553148823,6298.35632581709,152995.805053277,57729.3680594692,4474.11138961711,25858.8121245322 -857,944.889983287803,2163.29756375626,1014.72859016679,1947.0338330518,1424.82423927422,7715.13113736559,302.047389209495,697.931218315056,7119.54902563885,18660.599281156,2075.18556446374,5482.98271875223,700.526644247141,4284.00469909115,2599.01738973189,10411.3235547894,2822.86636621024,12767.5738015405,294.063414824205,1260.37614707803,2411.689777962,1682.2177473921,1285.47395645597,2216.01551670942,658.963579260049,964.746147243818,1748.77208931647,3185.74093567915,2128.02187224848,2307.39142675526,717.09625964839,1979.12365463271,20017.9255734626,6204.52864346163,152725.264437571,58153.7884976168,4368.34043477983,26124.5245727727 -858,950.113300849478,2222.07700795343,1015.93764793779,1999.9371268276,1407.88388576837,7924.76069908673,302.882206128564,716.894864272842,7029.4617555391,19167.6306172557,2049.41950213281,5631.96207422811,691.676016595895,4400.4063533848,2592.39678736827,10694.211966518,2821.8812965732,13114.4844181724,293.16170314263,1294.62211057645,2439.15864739697,1727.92566380034,1274.783830362,2276.22737225199,659.642424624394,990.959481588767,1751.6093134409,3272.30141847757,2100.75911875449,2370.08607768183,714.24867303157,2032.89886816126,19592.5923431717,6111.67569014352,151990.076951327,58264.0982031911,4273.14657542627,26229.6707248523 -859,944.469916004171,2170.471432709,1008.02442966089,1953.4905340618,1393.96152912354,7740.71584686644,300.615755924265,700.245678970908,6958.61177078451,18722.4810564907,2028.88445551281,5501.16523795506,684.635421970884,4298.21119976821,2572.16173857981,10445.8493047638,2804.91564924047,12809.9132849436,290.633788541938,1264.55577241565,2418.68133990436,1687.79627245122,1264.1462312275,2223.36420751388,655.940384683296,967.945412360617,1739.63121794266,3196.30540372682,2080.42952710471,2315.04313588466,709.200409785811,1985.68677104233,19352.7822392234,6047.06147964742,150677.539336011,57871.6800221307,4220.26109800763,26082.3401939324 -860,908.154613273988,2042.55672186172,966.193951209157,1838.3633902341,1317.57414295707,7284.52397334935,288.613401893373,658.977352561367,6571.78780986915,17619.0890861594,1916.59859230966,5176.95919214784,646.292285584272,4044.90012895966,2453.43523365778,9830.23291228943,2684.18587799218,12054.9729852793,277.327667856588,1190.03035662757,2341.6634717371,1588.32757228489,1199.52740814511,2092.33231028345,628.613008005429,910.900451679646,1666.28987002968,3007.93412395052,1964.4520879027,2178.60822646221,676.086224959766,1868.66217199745,18102.8257499222,5695.68823561379,143433.571699299,55480.4024221122,3945.25661543069,25064.1823128314 -861,818.022281524771,1938.5645467544,866.577102194235,1744.76725870838,1167.60605056507,6913.64884195052,258.872728303859,625.427004849673,5819.06304011157,16722.0528482579,1697.50113913392,4913.38597478201,572.022434016511,3838.96314909503,2193.23223500024,9329.74874388465,2409.88954028351,11441.2211867703,247.739572901378,1129.44264128782,2142.8872020844,1507.46145128225,1067.83128671507,1985.80592319963,565.184171514033,864.524006774818,1495.47811695554,2854.79193270501,1740.09779882231,2067.68929542268,604.685054196605,1773.52344623925,15879.9264168883,5031.49426306847,128089.905119573,49878.9091309027,3458.71022317918,22578.7344061547 -862,718.958317575573,1863.81746038845,770.231423708725,1677.49259963474,1050.24807136433,6647.07267457021,230.767222289964,601.311817957719,5239.32365643382,16077.2846714347,1527.91638159156,4723.93585488728,514.702701160796,3690.94057716595,1947.34573349993,8970.01270295717,2125.30428371381,11000.0710844375,221.166275847848,1085.89364169682,1918.66492482927,1449.33681907385,952.850631941623,1909.23730592251,497.45448112823,831.189728219055,1320.78966772405,2744.71699116748,1563.40394495725,1987.96342268779,536.097617850271,1705.140007354,14460.954043319,4540.11208273086,114158.599792164,44061.7441743308,3151.97445415106,19855.5585305419 -863,600.567734604632,1717.36060779952,657.727578802916,1545.6769623177,986.04102340193,6124.75256354144,194.526513762579,554.061355852776,4945.91025802264,14813.9482336144,1439.91192661856,4352.73385048359,487.536654288386,3400.9102756407,1721.67650772298,8265.15836175789,1833.60427747192,10135.6968506295,194.867087111173,1000.56523996798,1437.69990438513,1335.4494275379,871.684392879163,1759.21140874452,424.77587279561,765.875697158395,1134.21069338155,2529.03996253294,1477.29761571349,1831.75130849926,475.100122170569,1571.15186527034,14503.1490649271,4359.62039635448,102080.095693905,37490.6640208347,3173.12864511852,16633.3408023968 -864,534.791288344004,1613.19487322471,595.347845959005,1451.92462197406,933.73160177695,5753.25845393352,170.839906909381,520.455013731149,4555.27093398064,13915.4148721879,1365.81364072586,4088.72073821989,453.570466964296,3194.62959383385,1626.67046420212,7763.83890198949,1732.57800305875,9520.9207208648,171.485475697578,939.876405754637,1222.96086657499,1254.44834367979,857.494556871463,1652.50723267806,399.740182301745,719.421851515741,1054.54550472265,2375.64218208436,1472.71683908136,1720.64725746792,452.759372262862,1475.85435615596,13980.9853112992,4197.42288932042,94725.7024133719,33828.2717080345,3164.37989310972,15060.6991020037 -865,560.717460217375,1548.65897876038,621.229713169925,1393.84034726608,965.63937369625,5523.09922979286,178.132850668062,499.634200079264,4708.9580819698,13358.7284107291,1412.03156595277,3925.15138002547,469.048309808981,3066.82837047131,1693.99919218976,7453.24636519614,1809.10445346829,9140.03608935293,178.397005760104,902.276630589191,1296.97356764696,1204.26411159327,889.66762509493,1586.39864645594,417.898377390353,690.641365378968,1101.84686662461,2280.6045671671,1523.12422966582,1651.81272813649,471.341441782375,1416.81277193419,14382.1003243159,4334.63308944362,98452.6243174386,35355.5134184433,3254.22033171536,15771.6335679862 -866,584.618484035029,1517.09973946804,649.014691265204,1365.43606868831,1024.20096795029,5410.54713625974,185.672881368237,489.452439281572,4998.01881760582,13086.4984928856,1498.46679457685,3845.16295561455,498.350248301602,3004.33122181583,1782.69245152015,7301.36090250232,1900.44895062037,8953.77649957845,187.333121698496,883.889649024379,1318.84612290034,1179.72309914949,942.043483996827,1554.07033197019,438.342308055935,676.567178347407,1154.27818985565,2234.12942560687,1619.17296188464,1618.15137733664,496.991553871252,1387.94035139801,15389.6355505312,4614.07913601329,103750.372483815,36973.3368571954,3483.81256370755,16463.5897894243 -867,635.593850625839,1524.70751410425,703.767128216038,1372.28329805661,1115.9711165504,5437.67931630064,200.844423386918,491.906888225386,5446.6362470362,13152.123137542,1632.91300014232,3864.44522984134,543.407960178047,3019.39699123987,1940.9744430844,7337.97491464588,2071.22394736171,8998.6768525214,203.427749296874,888.322075632938,1424.19954983811,1185.63903680208,1027.42398337923,1561.86350241697,477.667787095102,679.959948437084,1255.86644551475,2245.3328769924,1766.54218497732,1626.2658939276,541.832207894965,1394.90043261564,16799.140867477,5033.14144670039,112951.846774319,40207.0346521492,3803.24523430538,17906.7128528147 -868,775.396739397413,1559.44870970269,860.750814047776,1403.55143442588,1353.34142482951,5561.57946041463,246.615233433715,503.115223766448,6602.95112544816,13451.8006023865,1979.73181250868,3952.49847701659,658.022779489428,3088.19540699612,2359.20628637664,7505.17420988641,2515.14959863601,9203.71604185359,248.124147654352,908.562922286147,1762.99499080647,1212.65439371851,1244.59980295549,1597.45131511784,580.313341851311,695.453163594246,1529.21923088107,2296.49386881649,2137.37941296205,1663.32114616016,657.21020420879,1426.683911297,20286.791759163,6089.74115617174,137290.817670063,49015.5674188813,4591.84463984376,21831.5559890021 -869,1024.22680726408,1657.19267383294,1110.22041799156,1491.52398537155,1628.02591424485,5910.17112611291,320.075360631994,534.64975008927,7915.77284355614,14294.9397882964,2375.25441684712,4200.23530026615,787.782166954011,3281.7589780264,2972.1235380808,7975.58755160013,3238.87457729201,9780.59150115063,312.611349689551,965.510317306879,2566.79647306,1288.66179737631,1529.35621707983,1697.57722696938,753.756630467994,739.043150654214,1972.16971728834,2440.43474544957,2563.99172299076,1767.57568267413,828.099291612902,1516.10637205726,23342.6534645645,7223.68315205617,171352.242224856,63709.8759418727,5270.63906486414,28749.8341675633 -870,1045.21413358855,1893.32288973399,1131.45355016119,1704.04838657638,1687.60780648933,6752.30011090582,324.45848104547,610.830970844984,8211.59506498771,16331.7984299025,2463.59272085406,4798.71879826104,818.423706449734,3749.37054079312,3058.70314932596,9112.01377423192,3325.2832473994,11174.2092857773,320.284236426169,1103.08403657336,2560.93149902696,1472.28075324226,1582.59865631155,1939.46176064032,772.77037966677,844.347996300521,2021.09258807816,2788.16762674609,2664.3431175974,2019.43416247655,853.281405345907,1732.13347054473,24434.7042086529,7517.82591730461,176459.332396546,65131.7708367283,5520.19583876869,29346.3217844275 -871,1019.06582435582,2085.54208055168,1103.45794374777,1877.05152500457,1649.61684909065,7437.8258976135,316.653105539564,672.845451089664,8027.22227798702,17989.8806808568,2408.24450155219,5285.90767099104,799.824739943841,4130.02456200353,2985.50487648132,10037.1089726788,3244.54434083799,12308.6684309057,312.550752594234,1215.07440127224,2495.38649474114,1621.75373356652,1545.7994285652,2136.36519019983,753.864043638462,930.07024130028,1971.63162273363,3071.23573308084,2603.82933227365,2224.45677257947,832.967443698915,1907.98794095846,23903.3045133969,7349.18077977773,172329.653999531,63550.3917209591,5400.40858729451,28624.1675329218 -872,990.880794785828,2125.4611901825,1075.69211368141,1912.97994203729,1587.29314977445,7580.19242677181,309.845111083179,685.724304782964,7720.10693494023,18334.2228189711,2316.37510595049,5387.08459270573,768.463348253974,4209.07686442697,2886.56841996249,10229.228065932,3141.14751130964,12544.2671699984,303.505306464346,1238.33199395584,2463.71227759992,1652.7955263398,1488.8324182132,2177.25709884762,730.518437281395,947.872603704305,1911.67667309269,3130.02188612672,2501.06376741397,2267.03483158949,804.508968711365,1944.50850820074,22851.1679285976,7052.5660846099,166547.072465222,61717.3385647108,5160.83408434614,27824.3567761284 -873,956.732773357548,2113.34082449722,1036.04221961084,1902.07124299673,1514.33352648515,7536.96665318364,298.800441721504,681.813986696872,7361.76254256372,18229.6725754061,2209.09973527314,5356.36493734681,732.591180207203,4185.07475559997,2770.4623973556,10170.8962622698,3019.01797973079,12472.7339394428,291.4150721879,1231.27045047725,2407.36716010137,1643.37051953433,1423.08138705314,2164.84136886356,702.80792355974,942.467394409954,1840.28426737867,3112.17304934813,2383.62630636804,2254.10714732639,771.276239519729,1933.42001865014,21665.2948496197,6713.67001016276,159631.759431289,59451.7161312245,4891.31276852922,26837.6919214898 -874,917.461253123955,2129.33739558217,991.00266337495,1916.46864520206,1434.50008428492,7594.01643021676,286.172736808992,686.974860787073,6970.24370826826,18367.6589568869,2091.85255649779,5396.9090235084,693.433897383357,4216.75296152292,2640.64999311046,10247.8831179493,2884.39998011828,12567.1441608199,277.871269541158,1240.59034107774,2336.15280413335,1655.80973096199,1351.47434202103,2181.22776449045,672.187471595026,949.601239786511,1759.41132042316,3135.73010973114,2256.40758119795,2271.16922496069,734.860674192033,1948.05471003872,20390.5101963254,6346.19793024642,151966.182318588,56893.8837392239,4601.82691079994,25721.9206972583 -875,881.461164614838,2155.25588904839,953.40906442012,1939.796080376,1373.05644074099,7686.45150679848,275.814363381942,695.336782893786,6670.3358210122,18591.2318155854,2001.94124811313,5462.60070372489,663.248115580726,4268.07967203327,2531.76305172514,10372.6213074848,2764.88726248374,12720.1126121781,266.93097960861,1255.69092246808,2258.13820775629,1675.96440150988,1293.31248539267,2207.77787236888,644.526533182818,961.159874683915,1688.62698054209,3173.89850921989,2157.35670905182,2298.81410868836,703.87478442471,1971.76661374113,19464.5779910786,6066.65776591161,145680.484661892,54634.7858922238,4392.19922072012,24704.1767974894 -876,866.794564379951,2129.82915068026,936.269374453039,1916.91123979913,1340.91900426281,7595.77021348394,271.056095914453,687.133512671342,6512.3759901349,18371.9008351119,1954.66176152641,5398.15540068271,647.428454466223,4217.72679017521,2481.16482134262,10250.2497925676,2713.18884771956,12570.0464520314,261.667311751283,1240.87684646018,2235.19997122637,1656.19212826472,1264.82898021668,2181.7315032946,632.853730004285,949.820543336896,1657.72172045857,3136.4542839606,2105.97392662198,2271.69373509578,689.645546930936,1948.50459920942,18937.762998704,5917.32405362674,142671.400436449,53664.1257152933,4272.41196924593,24285.5902760671 -877,859.769942109314,2109.84066975459,927.718677498421,1898.92099690068,1323.03935460172,7524.48378753776,269.070430864673,680.684753573913,6424.14578599328,18199.4802495013,1928.27742882715,5347.49362519434,638.570892868281,4178.14335623255,2454.66252594777,10154.0510329644,2683.99945550036,12452.0763633692,258.926147631124,1229.23119724524,2228.13144699219,1640.6487384325,1248.49079294969,2161.25591795265,626.285712578466,940.906462220467,1642.16774611132,3107.01860992583,2076.30500363437,2250.3738527576,681.547982531341,1930.21785212342,18631.0688133117,5831.92911132979,141048.323658141,53165.1998497331,4202.53607255266,24069.5180409233 -878,863.436592168036,2073.27707870327,934.174783279459,1866.01264900277,1331.72410493466,7394.08429717633,270.59856529137,668.888469939168,6466.5705166152,17884.0828061167,1940.99382633107,5254.82142825357,642.525808146907,4105.73602840868,2467.3120835434,9978.08107712563,2699.82810837113,12236.2815716501,260.736027790378,1207.92859015841,2238.60009143088,1612.21625516925,1256.44324150073,2123.8012993769,629.927266658077,924.600529931194,1649.8940611322,3053.17390047894,2090.06379953122,2211.37481816492,685.713764320106,1896.76712894952,18763.3069485237,5870.66155512396,141894.03223351,53455.0832567598,4232.48288542121,24197.3956704078 -879,872.535418878877,2046.20150996156,942.782924320844,1841.64381076598,1344.17096032975,7297.5226558373,273.426068833221,660.153247843479,6527.0498546479,17650.5290190357,1959.14439081261,5186.19708456716,648.818107161918,4052.11794753836,2492.46484257368,9847.77421998186,2724.80504443845,12076.4841734928,263.149201336049,1192.15387586004,2258.87039775742,1591.1618227966,1268.15526924482,2096.06591915894,635.747143144194,912.525884692542,1666.99957308908,3013.30155506406,2109.62632777954,2182.49578818965,692.079436592222,1871.99665841549,18940.2553364541,5926.30650328424,143241.355361997,53967.0312429071,4272.41196924593,24428.6409285095 -880,889.005029810113,2030.69669397471,958.076947490332,1827.68900315771,1344.22178020721,7242.22666207136,278.101952731641,655.151025637548,6521.88523176941,17516.78451578,1957.97280578443,5146.89937557989,647.692548967276,4021.41357026771,2515.82899675645,9773.1540389207,2763.28105466767,11984.9762433272,266.060292743022,1183.12049064199,2347.15056219829,1579.10500867166,1273.47296873357,2080.1832623362,645.832776376007,905.611342866371,1690.61526840095,2990.46866891051,2107.08757441451,2165.95822069044,698.725684219798,1857.81185619761,18730.9446512164,5904.2930056956,144398.640189886,54858.6869929442,4222.50061446502,24891.8233758504 -881,898.980833676886,2126.35792485381,964.781977647358,1913.78703061057,1330.01481326757,7583.39051921202,280.682369331999,686.013612704415,6446.99098215526,18341.9580499643,1935.90606686879,5389.35741027297,639.882821795211,4210.85267909531,2517.35722019778,10233.5437897428,2776.34399317217,12549.5596116339,266.448880412828,1238.85444773609,2419.56101434342,1653.49284279041,1265.81377805627,2178.17568627604,650.090270570127,948.272512313152,1700.73524850265,3131.34244618221,2081.92186131786,2267.99129635297,698.631786337872,1945.32889871458,18301.4930035613,5818.0254417801,144174.086695723,55279.8112391287,4122.6779049032,25147.286633273 -882,904.055276097712,2199.34047079332,966.039901552291,1979.47354944515,1314.36682168299,7843.67367308588,281.515047009096,709.559516909499,6366.67315673108,18971.5053055582,1912.10128807287,5574.33521677595,631.90910350728,4355.38090997522,2511.04860685784,10584.7876095292,2775.32282143545,12980.2955663719,265.711890286825,1281.37539427451,2463.90044592671,1710.2453377251,1255.26158851574,2252.93676258867,650.739260890935,980.819874816963,1703.53429080543,3238.81886925267,2055.25507825756,2345.83509538688,695.869999616724,2012.09802260403,17912.8352460034,5732.29323582243,143480.242258038,55397.1482253492,4032.83746629756,25248.0258397285 -883,898.709639933032,2156.21047594022,958.536500184463,1940.65523771345,1301.40981729267,7689.85592197274,279.419579711034,695.644755316797,6302.8130758006,18599.4660796857,1892.9991858999,5465.02015055419,625.502865068996,4269.9700521635,2491.4726803626,10377.2154572488,2758.62189724991,12725.7464920454,263.436368147118,1256.2470819946,2457.49890424338,1676.70670485167,1244.77941512081,2208.75572183342,647.081181708175,961.585583121595,1691.89414612137,3175.30426429904,2035.36741939411,2299.83227911817,690.955271353187,1972.63993118469,17693.6389894477,5672.28229294955,142327.221686323,55050.8008614746,3982.92611151665,25107.6996846123 -884,864.252940657946,2027.97756665643,918.867458084975,1825.2417055812,1230.26112542537,7232.52923339064,268.320009225218,654.273770527667,5953.71897212707,17493.3293304505,1788.46840462846,5140.00761535883,590.578428062915,4016.0288490883,2376.56983795931,9760.06766801568,2639.83255050817,11968.9282158651,251.455464062169,1181.5362780629,2396.75319271405,1576.99056805616,1181.12481863973,2077.39787190718,620.102283823072,904.398718376739,1620.60308471284,2986.46439536429,1921.90749012087,2163.05797655965,658.705487814258,1855.32422375826,16551.0526107638,5344.1183236728,135532.002700347,52799.2546030322,3723.38706665592,24127.8312299747 -885,778.561253329731,1923.75397705519,824.216202687587,1731.43729394799,1090.3742444487,6860.82879104174,240.712948111377,620.648762999227,5272.88044926406,16594.2969117132,1584.21954237692,4875.84786672137,522.802843286085,3809.63359626299,2124.60317917354,9258.46976879005,2370.02208081231,11353.8106313083,224.691894676792,1120.8137364685,2187.31509648993,1495.94449512494,1051.42593312485,1970.63443093032,557.513823942583,857.919071653926,1454.50661088941,2832.98141575996,1702.4170170015,2051.89221686916,589.151091176852,1759.97378514714,14518.8825875652,4721.87987051025,120986.758789743,47460.6492177906,3264.20260267154,21734.238701155 -886,684.177529906455,1830.58046180636,732.496205732426,1647.57828648955,980.622806432586,6528.53706163864,214.542540805901,590.588772130749,4746.36206144903,15790.5824062264,1425.73217416856,4639.6950680894,470.304894583567,3625.12094121069,1886.31057111025,8810.05267155618,2090.20162221363,10803.9095209762,200.52788333923,1066.52916733363,1898.33281643623,1423.49115187505,938.240275240936,1875.19034640074,490.725707728994,816.367326130117,1284.56627868103,2695.77112780774,1529.54327736189,1952.51255967927,522.311905083071,1674.73266478362,13221.3147263708,4258.78455392357,107745.275071827,41876.1150983348,2974.71674494226,19110.7073236643 -887,571.039426033907,1684.21039035413,624.984336855802,1515.84075484418,919.855939151106,6006.52644471789,180.57598257521,543.366307683399,4474.32012149764,14527.9945422703,1342.46529311367,4268.7130146905,444.963163829322,3335.26249343484,1667.23651538872,8105.61598279071,1803.57302473577,9940.04746107616,176.295365573591,981.251325858975,1420.85718305983,1309.67124285779,858.444346638263,1725.25334515122,419.130257619372,751.091996064033,1102.92305573405,2480.22189584078,1445.27521167882,1796.39300698306,462.822082440993,1540.82391566156,13258.8649934808,4083.50729737101,96267.5477233425,35587.5252728003,2994.68128685463,16011.0961165263 -888,488.385592806186,1576.92055169374,540.245385460678,1419.27662547322,828.483511344808,5623.89060726316,153.92306644793,508.752055319961,4157.46317398035,13602.5126669499,1249.42978243846,3996.78170892452,412.965448421587,3122.79510998911,1517.46893446332,7589.2611164288,1650.96292066814,9306.83316998561,159.55927797646,918.742332303507,1157.78975577116,1226.24080141822,778.515601796797,1615.34893290576,368.908128426153,703.244922124611,971.793960010948,2322.22346015202,1314.42202593973,1681.95676018534,420.72688837001,1442.66827533171,12571.6344566669,3809.00878105359,86984.9131235775,31473.1301183832,2881.16809363577,14091.0487630183 -889,513.988462645962,1506.68605918277,566.077265791221,1356.06343859723,861.766214540593,5373.40804343703,161.111112377296,486.092738475538,4322.80793805061,12996.670113239,1299.22075761746,3818.76897727362,429.584374296652,2983.70888301955,1587.88495144353,7251.24288052394,1731.41210503906,8892.31596182561,166.765797484585,877.822451217313,1228.69164271874,1171.62524054462,812.142773224801,1543.40287804021,387.31015417841,671.923084024848,1019.75988052349,2218.7939081396,1367.49440624357,1607.04405811538,440.145023751174,1378.41324734646,13018.0981595783,3957.51875874237,90862.3596457841,33028.9325836411,2982.74773796267,14811.7535992355 -890,528.871335545072,1475.67643282087,582.522945617168,1328.1538284315,894.313306834457,5262.81607591899,165.577052078987,476.08829587418,4488.03566380692,12729.1811551351,1348.76204469411,3740.17357352249,446.387765132571,2922.3001395914,1641.78930453184,7102.00254540966,1790.10657650414,8709.3001346149,172.108808933441,859.755684050766,1246.46185312164,1147.51161665859,842.801163115452,1511.6375701433,400.130996077676,658.094002875157,1051.8723809381,2173.12814409663,1421.81864576444,1573.96892910257,455.852003919669,1350.04364804474,13578.7352334217,4116.65399527434,93993.527012349,34034.7206128419,3112.03092165145,15253.6965166874 -891,574.20875056729,1487.71002017536,630.601023448968,1338.98442432581,972.333334149642,5305.73236540609,178.803445050353,479.970617207932,4880.22708808545,12832.9828490395,1466.58566792371,3770.67328498832,485.697417468156,2946.13040022558,1784.42580938487,7159.91671014202,1947.97790987275,8780.32120782271,186.549561434031,866.766668909942,1345.66245714822,1156.86914312729,917.415304414858,1523.96440707319,435.39064365686,663.460512426258,1142.66172967378,2190.84918833972,1547.94056939743,1586.80405486616,496.126126229288,1361.05274720076,14786.3351264741,4480.57545279942,102140.255253244,36956.2206840063,3389.06631527028,16568.3285988054 -892,703.009157959355,1539.02632309355,774.532168498315,1385.17066316914,1185.91713334957,5488.7455639284,220.458454614737,496.526476381056,5950.4608679635,13275.6371474541,1788.31363807148,3900.73694650426,591.524505666227,3047.75270430646,2179.02429592918,7406.88718811413,2375.27167673738,9083.18508365146,228.614190271791,896.664471800268,1666.93998770141,1196.77359129281,1117.11255294625,1576.53125013356,531.04678665207,686.345577504939,1397.1241415041,2266.41921144385,1883.56153558006,1641.53845636042,604.565419089373,1408.000199403,17972.3743465887,5453.35704144912,124758.785086801,45230.5865674298,4118.59285179985,20272.6292073976 -893,950.777277487714,1638.50590434589,1026.05260638397,1474.70532249719,1481.81520299892,5843.52709177302,293.381900086942,528.620954045221,7410.85660035058,14133.7477622434,2228.6703866246,4152.87277562625,735.962898272581,3244.75333921156,2830.70233942532,7885.65355149628,3144.33727957396,9670.30398798758,296.829091770638,954.623068635209,2437.1256037495,1274.13064096065,1422.01475965129,1678.43507480581,708.599588091029,730.709581953767,1851.60187364088,2412.91601316424,2348.72065836795,1747.64421673501,786.032022171544,1499.01051426121,21604.962905265,6731.94370835997,160840.742092779,60338.3423023182,4940.46451953569,27336.0324954041 -894,971.134450541711,1863.5281908681,1046.7554244067,1677.23224823767,1539.22680713243,6646.04103087915,297.638556753325,601.218492734161,7704.82461108855,16074.7894332882,2316.66357189328,4723.20268724187,766.31968075375,3690.36773318682,2917.82317664914,8968.6205326791,3232.95278950247,10998.3638435976,304.566949514972,1085.72510806112,2431.82854195242,1449.11187807218,1474.31235965825,1908.94098711906,727.362483496757,831.060725320911,1899.89232232843,2744.29100365292,2446.05052121719,1987.65488537769,811.25713619412,1704.87536500434,22681.9415971406,7022.94343977997,165906.157066779,61756.9201930247,5189.79637379263,27934.5408457903 -895,944.679354055416,2060.8963696079,1018.12120295159,1854.86963294723,1498.3873048391,7349.93004126412,289.761377291138,664.894158880299,7500.29971736175,17777.2868409587,2255.17346375877,5223.44191988028,745.734872248761,4081.21835833348,2838.86566178856,9918.49631616201,3145.48488503574,12163.2118193706,296.275772912736,1200.71536591726,2368.71715345041,1602.5888008077,1434.63478999325,2111.11888160744,707.662853204686,919.079217653116,1848.30876552086,3034.94167369763,2380.40766550382,2198.16944942489,789.361309711212,1885.44046051412,22076.6172926137,6835.00096594353,161474.670412256,60101.0634465331,5051.27867698322,27182.7437945659 -896,917.50337242342,2119.64688488891,991.226196401187,1907.74688981554,1438.29117889063,7559.45643161131,283.228036990985,683.848471682053,7195.0537850691,18284.0686363011,2163.6593204297,5372.34795361342,714.642450370281,4197.56272433962,2739.69299737159,10201.24550141,3040.13753993591,12509.9517003264,287.202878914019,1234.94447490777,2338.28887441431,1648.27422158843,1378.71370834574,2171.30110325767,684.73977817854,945.279650832322,1789.42908709042,3121.45955485215,2280.62631806372,2260.83324452549,760.944960253193,1939.18920801079,21035.917822479,6541.17157974476,155755.223032722,58285.6366609512,4811.1813358469,26388.3865407083 -897,887.835883899348,2117.53522272159,957.117849647735,1905.84632941524,1377.34001976295,7551.92545167975,273.786021568809,683.167199270066,6886.95911280927,18265.8534438183,2071.20251555994,5366.99584331421,683.877226051285,4193.38097384942,2637.19909140038,10191.0826840378,2929.43467670801,12497.4888736599,276.556993027155,1233.71418247322,2285.64634103375,1646.63215642186,1322.3298104114,2169.13798145361,660.416265535281,944.337932053394,1727.03318741964,3118.34985384687,2181.8360112286,2258.58092784807,731.682395797194,1937.25732373562,20032.7360451954,6251.52533743862,149753.672911804,56282.3152609389,4580.31850783122,25507.9938084653 -898,851.907041621351,2143.6272784612,916.122555068198,1929.3299759325,1305.78291381149,7644.97951647749,262.390889637309,691.585116691964,6525.6356749137,18490.9234502455,1962.74941686849,5433.12742554029,647.817572906371,4245.05139185857,2515.25045550015,10316.6561784409,2800.33677634106,12651.481672834,263.874627511121,1248.91588437193,2218.27582861756,1666.92179200714,1256.73484888634,2195.86588118897,632.035406348902,955.973968939949,1652.17839082565,3156.77384667076,2067.03270378812,2286.41093456035,697.597119801988,1961.12801336123,18868.4326374629,5913.91642591497,142663.790726499,53893.2667515521,4312.51762733302,24459.9768955869 -899,815.748600568391,2169.86397036394,877.929601613227,1952.94379941099,1241.78260695758,7738.54940812422,252.000886982755,700.049697178266,6203.49236667466,18717.2410878478,1865.99545113255,5499.62559514493,615.458093152182,4297.00823463557,2399.66067107055,10442.9257647351,2672.5694375483,12806.3281007082,252.276919089198,1264.20185390588,2143.11481775581,1687.32389918421,1195.60995292141,2222.7419417632,603.572280700684,967.674507901239,1579.17297840104,3195.41083531796,1963.07860915925,2314.39521142409,664.817024689794,1985.13102544518,17862.8801118426,5613.40968078461,136050.990825862,51552.1721818815,4081.65479931734,23408.7927486595 -900,800.865727669282,2144.55293924277,860.462770111901,1930.16309888786,1208.62568511847,7648.28077028472,247.218951536938,691.883756864195,6035.45491372251,18498.9081977922,1815.59473188266,5435.47355773856,598.654702316262,4246.88448925786,2345.75631798225,10321.1111152283,2616.71904534403,12656.9448335854,246.695952006577,1249.45519102531,2120.84091185667,1667.64160190334,1165.74172936919,2196.81409963545,591.441374302244,956.386777463213,1547.06047798643,3158.13700423808,1909.61500093733,2287.398252157,649.696299630665,1961.97486733993,17301.8795601413,5454.72124880797,132885.305340759,50537.8514022472,3952.37161562855,22971.1267246428 -901,793.752147268838,2105.8198309977,851.794632836632,1895.30211930008,1190.46293919715,7510.14396725074,245.208692983045,679.387535410651,5943.04601843022,18164.7965046141,1787.89930510546,5337.30261412482,589.394390860421,4170.18083992532,2317.76009017287,10134.6999025601,2585.61712958753,12428.3457604079,243.812770917062,1226.88858412288,2113.90343126662,1637.52206440043,1148.89993486462,2157.13709434524,584.706552217657,939.113325314853,1530.98394476818,3101.09739463016,1879.31026232452,2246.08519222775,641.223386770982,1926.53933039412,16981.8731807896,5365.59056953484,131197.115903198,50019.7053781792,3878.49551066353,22746.4826802648 -902,796.34191143506,2066.76852992793,856.769834262743,1860.15475645855,1196.07082738166,7370.8723691656,246.34324910977,666.788657388023,5971.06526484602,17827.9400809395,1796.32716810292,5238.32519534635,591.90875065378,4092.84706943929,2326.39613193251,9946.75732014116,2597.65872741787,12197.8687438347,245.187944182294,1204.13659234638,2123.51926853255,1607.15509463217,1154.29563299841,2117.1341421078,587.425160990044,921.697971605258,1536.32926716697,3043.58920412794,1888.17739392616,2204.43274514804,644.220997649952,1890.81269020081,17062.7304530668,5390.40665531056,131787.062773299,50236.1208097507,3896.96453690479,22844.1673573196 -903,804.766916031949,2047.44536637374,864.677933764206,1842.76331950049,1207.28660375068,7301.95871470261,248.928357107346,660.554545490047,6027.10375767761,17661.2585212826,1813.18289409785,5189.34969904187,597.734597958096,4054.58117164772,2350.21615468099,9853.76054002394,2621.74192307855,12083.8252941999,247.462379445227,1192.87856902226,2142.75094306441,1592.12906714006,1165.08702926599,2097.34008742693,592.862378534816,913.080596028365,1552.32466834147,3015.13329765777,1905.91165712945,2183.82249592957,650.216219407892,1873.13461820871,17224.3919756431,5441.71260827753,133042.31569219,50718.4106347397,3933.9025893873,23062.9469860586 -904,821.223896129134,2040.67647418832,880.256322796473,1836.67110994129,1210.09690692231,7277.81830436786,253.611151224665,658.370739966125,6035.68899035041,17602.8700745123,1816.09410808736,5172.19361312027,598.020063155354,4041.17665143014,2376.59699935632,9821.183825738,2663.07255041651,12043.8759446606,250.660923758879,1188.93489044767,2227.10426494604,1586.8654590469,1172.46945878233,2090.40624237244,603.293677509051,910.061934718702,1576.99906605664,3005.16521130405,1907.97191380224,2176.60273843575,657.70486516537,1866.9420005752,17073.6142304166,5433.81400958628,134384.484668825,51640.9944462127,3896.96453690479,23534.140204709 -905,834.009286638616,2097.315327302,890.859510402629,1887.64780640931,1206.68949236419,7479.81371478348,257.159389215259,676.643780355892,6013.44524941157,18091.4366773719,1809.71802690616,5315.7475365542,595.525459320053,4153.33926694608,2392.15915586228,10093.7701936137,2689.51750066333,12378.1529989498,252.4842948073,1221.93370700363,2297.3380540655,1630.90881466107,1173.66602382645,2148.42534221861,610.316432210074,935.32064911898,1594.55988924739,3088.57339145328,1900.30440757443,2237.01421685893,661.609644934513,1918.7588637967,16841.567959137,5399.23643271549,135028.261169279,52288.3000184271,3841.55745818102,23877.9767104178 -906,841.38555004069,2138.56507167579,895.335787956508,1924.77383532279,1199.62310053459,7626.9257869082,258.811652741098,689.951928448099,5974.34314529767,18447.2568673936,1798.18535268555,5420.29701663668,591.702309288759,4235.02664167171,2396.80808031958,10292.2932458388,2698.89797534528,12621.6050160974,252.879932053134,1245.96655146886,2340.54967020753,1662.98533211458,1170.12159083998,2190.68031218856,613.199573906138,953.716422602079,1603.27945180995,3149.31907962837,1887.47311355285,2281.01154210837,661.99689404746,1956.49678122677,16606.7060598732,5353.90563018493,135021.10417527,52586.6338692022,3786.15037945726,24049.8253161724 -907,832.764030895507,2072.38034683787,883.734752605886,1865.2055629549,1177.07212551926,7390.88621474305,255.666838060479,668.59916292297,5859.53445798127,17876.3475993272,1763.78092725736,5252.54861779804,580.193347278756,4103.9602192969,2362.35845716029,9973.76536681884,2667.13077880169,12230.9891465749,249.097488965917,1207.40613801294,2333.00374334402,1611.51894090057,1151.04476355535,2122.88271482277,606.50588505247,924.200622573673,1583.62584831856,3051.85334455552,1851.74376853423,2210.41835639425,652.871390746271,1895.94674100271,16206.8512962578,5244.91913240758,132991.023415987,51990.8532029061,3693.80524825098,23805.7273853569 -908,803.522655694694,1953.63545705778,850.517000577026,1758.33153795836,1119.89936594035,6967.39736517642,246.411391532651,630.289238767642,5571.02985054971,16852.0544821918,1677.17368886535,4951.58392874533,551.411064274722,3868.80825761869,2264.13530012926,9402.2806627767,2562.78135488251,11530.168247396,238.874953809225,1138.22322523493,2276.46596074067,1519.18085281372,1098.47623107793,2001.24410038004,583.521110179945,871.245043628111,1523.0387667953,2876.98583552071,1760.09933070284,2083.76405546034,625.433926950511,1787.31128364913,15283.1118986004,4975.85877066616,127290.129691944,50053.9654454925,3481.41144647655,22953.8527169005 -909,725.239191657292,1850.45323548507,764.614336211701,1665.46438933425,996.161199969865,6599.41083210978,221.515870169587,597.000201319806,4951.83571497764,15962.0049014192,1490.98450011535,4690.06357794195,489.922347998956,3664.47523867301,2029.44540195727,8905.69456574891,2306.06580000392,10921.1967166145,214.001424002518,1078.10740342124,2078.12440424217,1438.94456574299,981.023854759804,1895.54740479617,525.802090305384,825.229806337554,1370.05634849823,2725.03640766311,1564.89202616064,1973.70902769197,560.91895772052,1692.91355544316,13466.5595140562,4413.52915368768,113956.438196469,45089.4905859607,3065.85835604832,20715.6088786615 -910,632.858912913963,1777.18142002522,673.974280390925,1599.51751910261,883.387247655053,6338.09603454486,195.973214557632,573.360971891165,4394.06545000094,15329.9624076787,1322.87052550206,4504.35260379357,434.362699710015,3519.37416381398,1783.36955234022,8553.05857568437,2015.70361867028,10488.7535210367,189.103047142795,1035.41792324711,1801.75856017864,1381.96712980663,864.474479942392,1820.49000968009,458.908242765484,792.553440935599,1199.59423905416,2617.13399707809,1385.61954676098,1895.55669134796,492.0456242763,1625.87978920404,12040.8373901186,3919.74777954823,100369.5835997,39463.6006283589,2742.65039682635,18083.9793818988 -911,523.922401393446,1652.94042338805,569.8820879776,1487.69683018887,819.600349038228,5895.00600488274,163.490366337556,533.277873014516,4099.08310720872,14258.2598867772,1232.71337667969,4189.4577650367,406.667450513051,3273.33819431507,1561.87821369218,7955.12270387898,1725.27489367405,9755.49512870173,164.738874950602,963.032879564637,1346.5810919218,1285.35517359759,782.759997032357,1693.22135234321,388.555388296648,737.14681318194,1020.9804913538,2434.17274592716,1295.12285106417,1763.04019648612,431.921307900213,1512.21614004206,11953.1307534773,3718.90389068709,88794.8586609821,33256.4419653594,2733.41588370573,15039.3966026151 -912,471.70044438053,1545.24560515445,521.88554855337,1390.7682068417,788.211821382856,5510.92585825499,150.328232927126,498.532964613897,4026.5062730805,13329.2846586885,1194.28817974131,3916.50001887778,402.978392643654,3060.06882485329,1450.4593158901,7436.81878832456,1566.52953803699,9119.89068718723,160.082342182255,900.28793761137,1114.28009170927,1201.60981301014,705.947049775518,1582.90209147349,343.649756459519,689.119134184058,918.985548492329,2275.57792441237,1216.79931776466,1648.17199506001,398.877205449743,1413.68999836907,11975.5387576201,3600.26094459202,83376.1505309804,30474.4110834918,2697.85855695653,13587.5350479115 -913,499.534433569407,1486.06118699588,550.68813326553,1337.50042414049,828.363539418913,5299.85200737467,158.35993375777,479.438664429434,4230.6278300502,12818.7600182282,1254.8994406785,3766.49423723239,423.65565470585,2942.86519565674,1530.63078247923,7151.98135441144,1655.58545943714,8770.58995325181,168.67420961051,865.806028984694,1183.80937952399,1155.58698181786,743.617564549213,1522.27539305523,363.449111491166,662.725197283299,971.504851222346,2188.42106405206,1279.44750909528,1585.04539549066,420.898887850278,1359.54428863143,12553.1286738386,3781.90033507003,87859.9437301402,32204.1741232948,2827.56329527175,14375.3074082355 -914,518.5289803188,1456.17970699329,572.48178063226,1310.60618013012,873.457649303495,5193.28343323999,164.283682809284,469.79818866102,4464.4769833077,12561.0024477495,1324.0227209966,3690.75817520842,447.555245562556,2883.69053430104,1602.43791788403,7008.1704604248,1730.92342091224,8594.23233716415,176.231983931959,848.396540218269,1202.53559684532,1132.35062412909,782.96110625618,1491.6657236055,379.399589382117,649.399225309114,1012.7357875082,2144.41664429132,1352.2608769852,1553.17355689948,441.514720199359,1332.20679012943,13353.0559927344,4002.55645532727,92089.4049707288,33521.0505597316,3009.14992891305,14940.1304516216 -915,563.652039470065,1456.46897651364,620.544537685211,1310.86653152718,951.702450869818,5194.31507693105,177.614473835031,469.891513884577,4865.32228717634,12563.4976858961,1442.83842099996,3691.49134285383,488.063225360521,2884.26337828017,1744.61065236644,7009.56263070287,1886.50348700923,8595.939578004,191.332361055825,848.56507385397,1298.45488710387,1132.57556513076,853.984171590754,1491.96204240895,413.431743388671,649.528228207257,1101.72504911258,2144.84263180587,1475.52442770479,1553.48209420959,481.371538484778,1332.47143247909,14579.3409899601,4366.64311780995,100248.303754278,36447.8651071602,3285.85337065218,16247.7070974746 -916,691.733804159035,1464.04782223368,764.338483689141,1317.687723988,1165.43377650584,5221.344085598,219.579110423562,472.336629672358,5956.48197970657,12628.8727897952,1766.52899725428,3710.70029533788,596.831787127436,2899.2718594167,2137.31637090733,7046.0374163658,2306.95267752886,8640.66919527083,235.224358580285,852.980645954618,1609.20411324704,1138.46900715584,1043.69152905084,1499.72557896339,505.640666701954,652.908097131191,1350.89945739384,2156.0034815475,1802.72917506125,1561.56575497457,588.49061308168,1339.40504766483,17804.6038334915,5337.22543618545,122867.822319358,44729.6701158122,4012.19990521741,19930.4644141304 -917,937.900840619179,1461.93616006636,1014.97550813346,1315.7871635877,1458.84760979297,5213.81310566643,292.837720064735,471.655357260371,7429.71973891896,12610.6575973124,2205.24875504077,3705.34818503867,743.633717068428,2895.09010892651,2783.3659761618,7035.87459899353,3062.69913648746,8628.20636860434,305.880536939218,851.750353520066,2354.74484017549,1136.82694198928,1332.5230798714,1497.56245715934,676.959130841326,651.966378352263,1795.52319600212,2152.89378054222,2252.60752326841,1559.31343829715,767.174627426943,1337.47316338967,21420.2822876738,6596.53271523821,158763.036504296,59808.5045821344,4816.36928277176,26948.0424349838 -918,935.109872630269,1480.13117445533,1006.26537603075,1332.16323186499,1448.75816805924,5278.70335673914,289.328381147933,477.525501420151,7378.17182519927,12767.6077451403,2189.95977906829,3751.46433250426,739.290464815406,2931.12191908905,2771.3626674644,7123.44192447909,3053.8853197092,8735.59159055588,303.340992287344,862.351096809294,2340.57118484819,1150.97570110221,1326.53208872531,1516.20087051875,675.241451925282,660.080643502324,1789.00699644192,2179.68833859809,2240.40951476746,1578.72039410118,764.393930962746,1354.11913201502,21266.8734856888,6555.50519431746,157864.956167576,59534.9597327072,4781.78135255436,26849.4097548681 -919,908.749123847973,1576.02381702243,977.601504696703,1418.46953689994,1407.78271804843,5620.69251482295,281.380905608219,508.46274739851,7169.09566884827,13594.7774359566,2127.92984823428,3994.50889135728,718.076147954125,3121.01929532076,2692.58525607266,7584.94539261798,2967.58833347362,9301.54072835015,294.673093705884,918.219878523265,2279.50907544903,1225.5434849676,1288.71104244143,1614.43034547734,656.196302654185,702.845013515764,1738.36908811927,2320.90290009653,2176.20979113647,1681.00029542186,742.704397162852,1441.84788481788,20652.1700703823,6367.48380156762,153423.497539088,57874.7138979891,4643.4296316848,26100.6310700685 -920,877.427457528911,1685.22283227239,945.257817091885,1516.7519834712,1334.68496636731,6010.13719263313,273.346885271694,543.692945513222,6790.07068241152,14536.7278636815,2015.89110482249,4271.27909789357,679.237849878842,3337.26744458352,2575.17504384371,8110.48857201195,2845.8826483294,9946.02279573552,283.146354340698,981.841192766543,2248.56651101118,1310.45853527268,1225.08529280846,1726.29045952616,630.436134394798,751.543505581872,1670.69483681665,2481.71285007567,2058.40300338679,1797.47288607202,709.382291602664,1541.75016260186,19357.174676996,6010.03469538009,146572.050522256,55738.9769494067,4349.43222483697,25182.9120571165 -921,851.919963568093,1775.59044187216,916.258069802263,1598.08559020686,1285.26707495155,6332.42200925443,265.179496173209,572.84768451948,6536.03001884843,15316.2386341782,1940.64963589562,4500.3201924114,653.691984229624,3516.22353026359,2490.1832613237,8545.40165941101,2753.53078048012,10479.3637212578,273.849919988874,1034.49099070291,2199.26787706013,1380.72995757031,1181.12272386832,1818.86026057253,610.427511968208,791.843926872799,1618.93256763857,2614.79107194617,1980.45373895447,1893.8597406316,685.244209939215,1624.42426013145,18553.9248291999,5777.62347263086,141596.171973756,54026.0228143451,4167.84559119567,24428.1776322252 -922,827.342447984928,1827.74562724113,889.514370782358,1645.0268488593,1246.35072306726,6518.42697748288,257.468315349276,589.674187112496,6337.67746482318,15766.129130479,1881.78642884665,4632.51004223253,633.837859563684,3619.50708355095,2416.60411829217,8796.40943524073,2672.98181226706,10787.1786004902,265.754812569297,1064.87754162721,2138.47356542533,1421.28673529526,1145.76172271121,1872.2864290252,592.65722920438,815.103100731493,1571.67893135466,2691.59646008212,1920.37349589505,1949.488901223,664.983652195864,1672.13917591782,17977.3696771208,5601.19463653693,137391.766606215,52454.1298018192,4038.14085288045,23721.8058185734 -923,784.158134857046,1854.64763370945,842.145180619961,1669.23947575277,1160.89884624775,6614.3696306059,244.558650778178,598.353413893,5897.63665668691,15998.1857698313,1751.50724463865,4700.69448390935,589.272710109867,3672.78145692247,2270.41445386736,8925.88098751686,2517.0181666811,10945.9516508316,250.274279679406,1080.5511354172,2063.0527267948,1442.20620263053,1070.13681046476,1899.84401738623,559.014316887546,827.100343980994,1483.32053104356,2731.21321216185,1785.07236988826,1978.18280821364,623.852369151679,1696.75086052864,16563.4183143518,5195.8963222586,128896.728224067,49578.2868593397,3718.20249836958,22460.1495272889 -924,761.674878121517,1828.46879963904,814.868443067021,1645.67772608925,1104.89156265468,6521.00608170707,237.132908141054,589.907499718762,5607.28499032841,15772.3672137435,1665.67631845125,4634.34295779019,559.944053936884,3620.9391907205,2183.60318259081,8799.8898541839,2429.95402146758,10791.4466943097,240.846069565896,1065.29887489907,2038.62003256175,1421.84908670848,1023.11207035713,1873.02722459669,540.747650995888,815.425607351189,1433.94434530746,2692.66142680246,1696.79749568289,1950.26024300185,599.613905834253,1672.80078050845,15573.0288684027,4925.03086073519,123724.530984484,47995.330818604,3493.38095195653,21794.5072881622 -925,755.705192939021,1774.5779999539,807.603893944778,1597.17436157984,1089.86019269315,6328.81126133919,235.478845130593,572.521046689656,5529.3352725759,15307.505312767,1642.63522501189,4497.75410920833,552.06898336201,3514.21857911491,2160.3999511845,8540.52907018977,2403.89615062176,10473.3883865985,238.326811458746,1033.90112379535,2032.37796012131,1379.94266515541,1009.74094383075,1817.82314619759,535.205372558035,791.392417354959,1420.7857739284,2613.30011771128,1672.24104546722,1892.77986154264,592.546281200428,1623.49801319116,15306.3801858876,4851.38246980281,122316.594254523,47556.9174093522,3432.8520740761,21604.6072307103 -926,758.883910132607,1722.24925231154,813.36441088721,1550.07689158409,1097.27285322448,6142.18730489471,236.828769291353,555.638548781456,5567.27508249762,14856.1176687375,1653.88345025522,4365.12435737762,555.600801683862,3410.59131832876,2171.59987389342,8288.6859894924,2418.30455362695,10164.5491595501,240.045184944397,1003.41345236268,2041.91632959429,1339.25092239307,1016.35124133885,1764.219185888,538.353614657237,768.055841507114,1427.42814574726,2536.23913624019,1683.74350442487,1836.96557796662,596.246167817661,1575.62431148159,15421.4412273104,4884.98685204755,123065.192725064,47818.4604011517,3458.79302173914,21720.0169238467 -927,773.382012106084,1709.9263982426,829.061665355935,1538.98594681811,1126.51186117278,6098.23938172348,241.503200630046,551.6629031294,5718.21991862132,14749.8207608904,1698.54696723713,4333.89148537809,571.08826716661,3386.18821927202,2221.5978330893,8229.379667986,2467.50792835844,10091.8208620627,245.256050009831,996.233935502574,2062.86765289074,1329.66845710461,1041.40328713705,1751.59603302895,548.839662448279,762.560330309195,1457.38190506142,2518.09210861462,1729.59290704169,1823.82191788573,609.539482581164,1564.35057254294,15917.6281128673,5024.76582947088,125907.953163581,48751.2918190479,3571.20379494566,22121.247355024 -928,799.898273712634,1713.88938197306,857.528374112522,1542.55275312914,1158.83882087977,6112.37286926952,249.63550790863,552.941455885849,5880.26146985115,14784.0054484668,1746.82071702558,4343.93586007385,586.885222176698,3394.0361645608,2291.16004617842,8248.4523589331,2550.5089681449,10115.210010232,253.219381667721,998.542841243887,2148.52790424353,1332.75014206358,1072.93227925448,1755.65559172595,567.675544324433,764.327666134651,1505.2664026386,2523.92812475454,1778.49155757098,1828.04886975645,629.112617118144,1567.9761647755,16306.9771713334,5161.29325432615,129861.984246484,50417.6038776418,3657.67362048914,22895.5730199187 -929,815.870648948645,1819.24112073952,872.218000714528,1637.37253344312,1164.60355384086,6488.0967150087,254.291238584431,586.930431152484,5904.96628875526,15692.7692790331,1754.47170056126,4610.9549575502,589.103662163551,3602.66550501513,2320.31745080361,8755.47971279038,2590.05465122239,10736.985822472,256.544639422062,1059.92266287318,2217.87211815419,1414.67348337398,1081.86927070047,1863.57467402428,577.300244916813,811.310423284295,1530.09185723778,2679.07245277316,1785.66028605503,1940.41792286137,636.821412948164,1664.35870675338,16238.6886528409,5171.2055339614,131325.521692917,51300.3964333083,3640.37965538045,23336.0076004248 -930,818.740406205634,1877.76022152661,870.932946091587,1690.04151020394,1144.01210895492,6696.79779440582,254.42460734639,605.810084137492,5794.40447324272,16197.5548935397,1722.04456079688,4759.27446001171,578.006262794167,3718.55159806059,2305.47855058162,9037.11516721756,2580.55039136399,11082.3599173799,254.811094417378,1094.01694560904,2258.06562811719,1460.17895222614,1067.59495511301,1923.51984178146,576.283201042264,837.407654645517,1528.22165230289,2765.24954556887,1751.79464203713,2002.83488931101,631.746679918188,1717.89574139713,15749.3275303258,5058.97020247695,130136.032408943,51265.8198159199,3527.96888217392,23373.0553234155 -931,809.282011037001,1809.40597668903,858.185306783134,1628.52060362077,1118.68524836079,6453.02089956119,250.948030743608,583.757379888311,5662.83674386145,15607.9313514759,1683.16984843233,4586.02730738838,564.702126903016,3583.18884862055,2267.27118330357,8708.14601786413,2545.60198784211,10678.9397498386,250.421400518168,1054.19253070274,2250.48456685498,1407.02550459053,1047.31246805815,1853.49985482692,569.101092026311,806.924333506698,1506.91783147359,2664.58890620293,1712.63266826307,1929.92767526752,621.643465868413,1655.36088483412,15292.6126218706,4936.39754318315,127866.545106778,50602.4968480339,3424.20509152175,23104.0315687452 -932,796.643865818828,1685.48317568248,845.970706007715,1516.98630048618,1109.83163639955,6011.06567495716,247.186015954017,543.776938485999,5620.38362534121,14538.9735852745,1670.38882826209,4271.93895090795,560.598143386823,3337.78300583172,2240.09850308467,8111.74152931342,2511.49745919596,9947.55931745944,247.364809312891,981.992873529106,2202.17440010106,1310.66098282877,1037.15404420943,1726.55714731155,561.062651292975,751.659608565599,1485.98133794779,2482.09624007839,1699.95336012084,1797.75057054895,614.344074287923,1541.98834148666,15249.2696107121,4905.52926394958,126429.608656311,49873.4878144351,3415.5581089674,22751.4444065057 -933,720.042594668296,1608.59549823304,761.760550941601,1447.78504410474,989.788116468397,5736.85535627132,222.534098739594,518.971146026026,5008.83335799527,13875.7406752113,1488.88442944191,4077.06339897126,499.401198061576,3185.52139512492,2011.96536444401,7741.70344453304,2264.10253653425,9493.77565278399,222.009935883599,937.196726995645,2010.78869125237,1250.87178982629,928.610995611342,1647.79577433803,506.476936494223,717.370710065165,1339.08093490862,2368.86899589166,1515.59315037101,1715.74152531066,552.133425001327,1471.64655229436,13480.5966880914,4363.18688294003,113426.359885535,44997.8962835344,3017.7969114674,20563.7399617692 -934,630.802145443637,1581.80919620577,674.717679113917,1423.67655473961,885.394576816111,5641.32534861642,197.748812763213,510.329248248642,4484.76889438406,13644.6821020731,1332.81495483323,4009.17221581855,446.832239916947,3132.47615267717,1778.89415535252,7612.78874416331,1989.34840992023,9335.68547890626,197.395087441634,921.590544698201,1744.269567721,1230.04229627338,824.334370262175,1620.35671004924,444.115619076134,705.42506647333,1178.253737466,2329.42263385926,1353.97080879722,1687.17102965269,487.365968563575,1447.14072154297,12197.4322793722,3913.18072041402,100568.392506199,39570.1787780741,2732.44648717392,18026.0061997312 -935,525.043993242132,1477.55668049427,574.306869527111,1329.84610872431,831.244978657997,5269.52174490049,166.000950941902,476.694908469422,4236.32865499225,12745.4001667822,1257.20512861831,3744.93915255006,423.737578961447,2926.02361712092,1571.15334546309,7111.05163196109,1714.59712046221,8720.39717523359,173.60635163354,860.851150230666,1304.22446169241,1148.97372989658,753.341574188695,1513.56363805431,378.197555731513,658.932519836101,1009.24772215573,2175.89705674311,1280.57054159159,1575.97441712903,431.442509788296,1351.76381946699,12300.6271744822,3763.82460073862,89790.9181080801,33571.4176362078,2767.03441739131,15073.0335608016 -936,490.329481453827,1375.70509647044,549.744711504902,1238.17657450638,850.934704823761,4906.28076480718,156.914872505384,443.835166325747,4455.81973842112,11866.8286621208,1316.235770547,3486.79136722618,444.574321462425,2724.32567603401,1577.31164447416,6620.86950740922,1678.85143792477,8119.27893906726,173.023242065604,801.510581833383,1100.23807411437,1069.77216968801,736.905796306219,1409.23000666689,352.822816142908,613.510694875943,955.708049971075,2025.90716814679,1298.88543074323,1467.3386585929,427.285353303536,1258.58344401583,13301.4061347179,3947.59481638529,89730.8618805603,32378.5937296221,3008.4900387449,14328.2256212621 -937,504.10219350729,1314.49579447534,560.68054429759,1183.08633455113,849.806462274977,4687.98541809638,160.195587997251,424.087590481637,4444.34744877599,11338.8373788382,1313.21596598987,3331.65341917465,443.433092364276,2603.11214454008,1597.50565710662,6326.28689505363,1709.72739407057,7758.02753581312,175.124997372907,765.848939391571,1163.16982705559,1022.17475366594,740.687750441084,1346.52907949876,360.484893445516,586.213738939506,975.366430246782,1935.76839931669,1296.21133966647,1402.05230084564,432.432758279631,1202.58524039759,13114.9020612273,3925.62358414927,90580.5782074586,33081.3270608386,2964.24753817512,14696.7302441241 -938,540.587897566039,1284.52753333605,605.151844528873,1156.1139848691,947.100468741632,4581.10734985369,172.065452760503,414.41911705563,4962.53126351107,11080.3312344952,1465.70784749617,3255.6974061459,495.90363782034,2543.76562943499,1749.17632403957,6182.05834863316,1861.3314646343,7581.15774581748,191.228710930501,748.388890370957,1188.11745767991,998.870913458472,820.514056273057,1315.83051412056,390.750651858509,572.849065970745,1056.70498965153,1891.63618288838,1449.61190905076,1370.08790076215,474.70270319152,1175.168348934,14900.4738674577,4408.25027624496,99498.4175803163,35734.5727431137,3371.27854341708,15803.020315093 -939,619.898152228248,1280.21742786473,697.574417287975,1152.23475839684,1127.49450888081,4565.73589588254,197.024379972891,413.028574574064,5918.05605257049,11043.1522756652,1747.24319004314,3244.77323454268,592.17158107819,2535.2302747052,2047.39743578972,6161.31506145479,2166.05817763445,7555.71991857653,223.033068887036,745.877745247667,1295.08331727167,995.51930060665,971.01528118714,1311.41537458399,452.780267169088,570.926927418313,1224.13356354446,1885.28898421024,1730.89709600308,1365.490705915,556.905091321093,1171.22518742206,18051.6885753308,5283.97762226409,116825.273960594,41276.3624539461,4088.00705264748,18170.1429985103 -940,749.815461539581,1287.99876196842,844.784228192197,1159.23819658306,1348.6928457604,4593.48705413254,239.678891130359,415.53901792781,7074.64461048062,11110.2740438466,2089.00811006692,3264.49540366735,707.074944943253,2550.63974607146,2460.2067460848,6198.76436496197,2603.1899964306,7601.64460277523,268.904192229386,750.411290729828,1600.65067965843,1001.57020111471,1161.56108364442,1319.38633401342,544.805972371871,574.397098245815,1475.83299330195,1896.74802479885,2065.48906835463,1373.79034249777,667.791719530366,1178.34405199587,21457.9167464184,6301.24811018308,140318.947651953,49833.2118692389,4857.82656256162,21955.7404306115 -941,886.706137527326,1281.37450314021,956.722865997043,1153.27616145969,1321.75797379112,4569.86246063985,276.020512219471,413.40187456304,6870.93138377472,11053.1332040477,2032.98875149329,3247.7058980126,684.207455016108,2537.52164506516,2640.53244114685,6166.88372906305,2907.62108681273,7562.54886537571,289.184987580016,746.551878155699,2291.05892030442,996.419062431422,1187.82265146002,1312.60064692351,621.676846384414,571.442937759561,1665.14622314297,1886.99293013637,2009.14314634509,1366.7248521626,715.484493027903,1172.28375425368,19134.3356250336,5977.85607526114,148003.715414342,56946.669697243,4309.21955549638,25720.8947417627 -942,882.510261204103,1269.57233308554,946.180176523784,1142.65384819828,1307.45941836822,4527.77149210976,272.044618967883,409.594213951286,6795.70780109419,10951.3277151829,2010.79120395952,3217.79272493012,677.508299113809,2514.14966294824,2621.91375368337,6110.08330865557,2892.57588608445,7492.89359477589,285.926123488851,739.675721185948,2276.63152800867,987.241490073213,1178.65476011119,1300.51086676096,618.822882993371,566.17963127777,1655.44159275112,1869.61267838416,1990.53252514167,1354.13655804278,710.94393822002,1161.4863705176,18900.2841046459,5915.40780053702,146721.536657792,56563.3464539532,4256.12855481264,25577.8966102237 -943,862.504455961212,1321.2357605505,925.477337700637,1189.15250972824,1284.92185078143,4712.02266706411,266.236180735383,426.26206375478,6680.14505303784,11396.9763090549,1976.49163995015,3348.73619046523,665.806391509915,2616.45938202672,2568.94606431381,6358.72439636297,2831.6095284821,7797.80616623653,280.071451958313,769.775765093026,2219.10994126652,1027.41586831351,1156.53702327867,1353.43329353518,605.452878908675,589.219500334753,1619.84214822532,1945.69388815858,1955.98537381158,1409.24120550629,696.71542362816,1208.75139456624,18622.3121836487,5817.28117837815,143880.697494663,55352.5312912155,4194.18905401495,25013.5937146018 -944,838.864955289291,1416.26059736247,902.727216088811,1274.6777630974,1234.11740348738,5050.91690408168,260.779842215158,456.91933496772,6410.81033981924,12216.6603096353,1897.15006885279,3589.58125349374,638.183181025498,2804.6382318776,2481.95148537274,6816.05136717168,2740.0640913009,8358.63359807147,271.893921908648,825.138947534665,2191.64520998349,1101.30883135581,1112.48187587319,1450.77381495771,586.678982732511,631.596862905088,1570.50237718891,2085.63049124544,1874.63072562976,1510.59549788946,672.341664123557,1295.68622288715,17727.8873515287,5566.88844056914,138944.806737845,53754.8312885902,3990.67355139397,24317.3025660273 -945,813.386090872917,1519.6742334291,873.544875375172,1367.75319182899,1184.38066580162,5419.72874809838,252.60734217141,490.283032232301,6148.99105841613,13108.7060712437,1819.90088539092,3851.68813556875,611.960259854681,3009.42952378396,2394.46758830141,7313.75119502031,2645.90055647188,8968.97091490073,262.372996652589,885.389595603008,2143.29089637279,1181.72507035511,1069.47445249818,1556.70756443463,567.091066125644,677.71530201363,1519.19518814937,2237.92070746185,1797.22295676317,1620.89735430879,647.91110189496,1390.29566394604,16908.5180757169,5330.52180872987,133893.070633612,52014.9675105483,3804.8550490009,23553.6312612908 -946,795.158928079072,1600.9298713763,854.770641962962,1440.88574597226,1163.91798449093,5709.51685349636,247.036136048485,516.498032580653,6044.50231616114,13809.6169974478,1788.85867973087,4057.63449548242,601.652465785781,3170.341060239,2346.83486260401,7704.81100643629,2590.78124181804,9448.53386160919,257.103360227536,932.730594640809,2086.03231558884,1244.91086528251,1049.76330244884,1639.94334185512,554.969059539082,713.952140146655,1486.94728028902,2357.58034948246,1766.76486485874,1707.56530305337,635.12636187231,1464.63354414702,16669.4601686799,5244.17068454236,131292.75517669,50893.8334259543,3751.76404831717,23032.158901998 -947,762.504772571105,1681.63589919898,820.572866861279,1513.5236342289,1109.02429758518,5997.34484288616,237.66921617236,542.535715637923,5756.97644916944,14505.786988116,1703.92980885654,4262.18784184801,572.647493323586,3330.16419702328,2242.85675638593,8093.22570377674,2476.45848049566,9924.85306231408,246.243360240785,979.751380915119,2015.99940177583,1307.66927383408,1000.58384275475,1722.61611556107,530.823130007111,749.943873649135,1423.61806324999,2476.43061811787,1681.03679703042,1793.64703300372,606.307673212085,1538.46860568056,15808.8596538508,4986.68107610633,125435.728111317,48758.7802987243,3557.09704581015,22075.0017303526 -948,750.495013731158,1665.4079108142,806.560808287544,1498.91794939067,1083.73489819303,5939.46974489604,233.783412669966,537.300180825725,5623.45632152465,14365.8044015957,1664.56100376357,4221.05721730307,559.255357297597,3298.02771258308,2199.79509965656,8015.12510377241,2432.17806502483,9829.07703832901,241.567399872618,970.296662425206,1995.97386084019,1295.05010829592,979.383017490015,1705.99266316684,521.729179125398,742.706825203268,1398.8898477977,2452.53276524397,1641.98087869873,1776.33812372565,594.548245558148,1523.62219887203,15380.2944297722,4865.65007983723,122945.135457075,47933.3706341922,3459.76354455664,21719.2725676215 -949,756.408811208021,1600.95879748656,814.528489480865,1440.91178035435,1103.86734836519,5709.62001486338,236.155733765716,516.507364831432,5731.26986358084,13809.8665140013,1696.25012144408,4057.70781011344,570.143029583484,3170.39834296994,2228.59439633409,7704.95021941288,2456.29925400231,9448.70458072511,244.652938968357,932.747447513948,1994.32080157352,1244.9333587281,994.411806435672,1639.97297287318,526.265117082006,713.965040061072,1413.33013351731,2357.62294699429,1672.71649806869,1707.59615588654,601.919546780458,1464.66000761187,15767.5874797676,4966.10269424367,124652.927301278,48379.1664757565,3548.24854569619,21889.3375905342 -950,763.781955421366,1554.61791741119,825.712280225094,1399.20357392366,1123.77415002759,5544.35104179543,238.928947900426,501.556695339328,5836.78894770801,13410.1302003704,1727.33527821316,3940.25459938462,580.469350988209,3078.62892976994,2258.75427662422,7481.92500810509,2488.88558357612,9175.20517116479,248.410175667293,905.74841563773,2005.25409289508,1208.89788575452,1010.79945813405,1592.50280001047,532.863072967451,693.29881907436,1429.62117737189,2289.37989013291,1703.59429754908,1658.16858235914,610.791425295973,1422.26439201546,16117.6497306835,5062.1874117753,126520.629892548,48959.542745043,3627.88504672179,22134.0284254375 -951,764.982727740689,1539.43129986085,824.430077683155,1385.53515461995,1113.79048272614,5490.18986309449,239.100868114312,496.657131512986,5782.05097672961,13279.1304760186,1711.32899136779,3901.76337978548,575.158132842296,3048.55468476594,2251.29483463534,7408.83622380262,2482.42769297474,9085.5752175152,247.413430451752,896.900418563296,2020.80853254108,1197.08850825877,1003.89083650675,1576.94609588353,531.99511883259,686.526181312075,1428.58703831408,2267.01559313781,1687.5224200673,1641.97040799601,608.01748160554,1408.37069817912,15886.9367389581,5008.36378405747,125900.279790521,48911.0132807387,3574.79404603806,22135.2809112073 -952,803.292106308361,1543.71247922192,868.270879839528,1389.38834671012,1181.52425136748,5505.45815569861,251.249261409648,498.038341743772,6136.65293655792,13316.0599182951,1816.0825172392,3912.61423675767,610.300910325627,3057.03275676479,2375.25221192948,7429.4402980044,2617.39835891276,9110.84232564023,261.198605965921,899.394710813448,2109.28895154044,1200.417627665,1062.84396039521,1581.33160440205,560.395026599048,688.43541995009,1503.47164387994,2273.32019430412,1791.15704130225,1646.53675000999,642.288431994371,1412.2873962262,16943.3395755563,5322.12459231328,133038.977123998,51488.1306862887,3813.70354911486,23278.1651119012 -953,824.057945567196,1650.53948889447,889.232279810275,1485.5359158661,1201.76128416841,5886.44337125319,257.5404231458,532.50327447372,6238.84722088388,14237.549431944,1846.52076198784,4183.37247998037,620.324941064643,3268.58359428916,2426.47737033439,7943.56770272461,2678.12037745397,9741.32504463519,266.888593452435,961.634051859612,2179.13388291263,1283.48816524743,1083.16088329009,1690.76190886141,573.917048029052,736.076090253543,1539.30440814206,2430.63705327526,1820.91106540988,1760.47933950579,655.984878937742,1510.01961085021,17145.0833701052,5403.79530230412,135798.984174404,52742.8299938195,3857.94604968464,23869.1069942962 -954,829.636758095963,1773.07380013163,891.424747966843,1595.82053583035,1189.25143357136,6323.44672014984,258.595959902297,572.035756070311,6168.44632824607,15294.5300889271,1826.04919497031,4493.94164171925,613.329670275243,3511.23979375735,2423.09967918328,8533.28979284622,2679.88328838779,10464.5107441674,266.398861796068,1033.02474987056,2219.5980177769,1378.77297325586,1075.81031047787,1816.28229014422,575.263129168337,790.721603035409,1543.82254348916,2611.08498511485,1800.18824081607,1891.17546932579,654.179444892027,1622.12187451314,16800.9596531649,5330.28774396809,135311.871724605,52908.4926289453,3778.30954865904,23987.9494182222 -955,828.557428367454,1740.18392609633,889.366861982105,1566.2186453718,1188.63502098258,6206.14908365031,257.957834753763,561.424700873711,6165.51981228863,15010.8221191762,1825.16472915768,4410.58065894054,613.052082723966,3446.10757279968,2420.86783008836,8375.00037118051,2679.88328838779,10270.397876338,265.896168712596,1013.86251652412,2215.31489892808,1353.19723613183,1075.81031047787,1782.5909143363,575.263129168337,776.054004924774,1542.08844522236,2562.65030842541,1800.18824081607,1856.09485228652,654.179444892027,1592.03210378917,16800.4475580854,5329.2474529876,135218.141569027,52861.6836177489,3778.30954865904,23970.3520317884 -956,808.293048707405,1667.69313525491,867.252540043218,1500.97472113429,1156.95584719288,5947.61971304363,251.601361121923,538.037448552896,6000.44006714035,14385.5167418073,1776.347305027,4226.84922961187,596.60030785532,3302.55317057208,2359.08011511732,8026.12322601233,2612.58120971464,9842.56421281144,259.127093988529,971.628075368133,2165.04452009249,1296.82713849987,1047.68435898688,1708.33357682783,560.949162276127,743.725945971348,1503.60410350378,2455.8980595844,1751.96577561543,1778.7755633877,637.443020433978,1525.7128690704,16329.6736305159,5184.73970735812,131739.348567035,51549.6696851164,3672.12754729157,23381.4183605769 -957,728.375581091126,1621.17869571206,778.154151016704,1459.11030588569,1025.86373097216,5781.73176176657,225.782832840104,523.030784650859,5315.67861701548,13984.2833046515,1573.95893089422,4108.95612398517,528.276393083422,3210.44005542985,2109.31545878618,7802.26272334092,2345.86882313929,9568.04047199537,231.552422484491,944.527924618312,1976.02334342195,1260.65670267082,933.232422023612,1660.68561498247,504.583323810641,722.982324246811,1350.01671623395,2387.39941351995,1552.73247188643,1729.16286986848,570.288091501534,1483.15847011782,14331.6761817429,4582.22523620875,117634.105667468,46344.9631446128,3220.85404147984,21065.1414211366 -958,652.046776844001,1624.04245638755,707.038407165511,1461.68777789803,958.372094092786,5791.94500728935,205.314034760313,523.954701919892,4976.90408850568,14008.9860969524,1472.91507270941,4116.21446447307,494.595662699773,3216.11119582054,1926.62594533752,7816.04517263296,2120.76621688113,9584.9421115973,212.471687691059,946.196403197869,1719.37424196836,1262.8836126962,860.985304731273,1663.61916337608,454.087213239715,724.259449559852,1219.97514597909,2391.61667875741,1450.77668095532,1732.21738115792,520.365695084169,1485.77842244848,13721.038087725,4312.02590694699,107952.827488541,41801.1894323066,3088.1265397705,18892.0775553415 -959,530.127549582327,1530.00113538358,585.121916564873,1377.04771877381,854.616697104227,5456.55835682,168.025009993551,493.614736285995,4459.84586077631,13197.7859012296,1318.43685864761,3877.86217001659,444.506387897736,3029.88001438741,1641.37874430084,7363.45157806889,1771.96798448445,9029.9192953058,180.411915700767,891.406234790659,1281.51911907326,1189.75544862321,751.853286586103,1567.28612531043,375.505013360114,682.320696592938,1014.21655132553,2253.12843239361,1300.44941195784,1631.91211503054,443.791703528799,1399.74337760301,12895.9770125245,3916.36277861116,92691.2090674398,34505.1761267337,2911.15653749139,15416.5622569261 -960,500.484466964872,1450.79930457726,570.869549706749,1305.76365374126,890.795260441086,5174.09489861262,163.761635589282,468.062342942818,4557.77210944189,12514.5911101976,1322.86082514,3677.12128402838,453.075891815169,2873.0356574041,1627.68565041629,6982.27614456796,1731.21595567435,8562.47772047178,178.160870659111,845.26182080636,1125.61784760544,1128.16672978927,770.136269374994,1486.15420478358,367.140756436348,646.999776158683,995.242688230133,2136.49329222254,1370.81515310268,1547.43477430423,430.916291406033,1327.28445218046,13782.5217806047,4075.47852486138,92410.0202750428,33232.9708234614,3103.27937386639,14736.1080426875 -961,525.050496309882,1413.10756716663,595.970161940654,1271.83993968799,921.691982060265,5039.67201486784,170.826467031833,455.90209247513,4713.5295579162,12189.4622791878,1368.26814827045,3581.58974536043,468.739211520765,2798.39424750778,1695.72489782187,6800.87674760157,1808.37362980706,8340.0247176297,185.392598734638,823.301935319407,1193.93956668489,1098.85698032876,799.568484393963,1447.54394776066,384.073026187401,630.190734693904,1040.47005486644,2080.98723849343,1418.51327393787,1507.23244928992,448.847180339862,1292.80162820683,14184.2421143508,4210.38067445429,96090.1561967875,34747.6074094039,3192.79704811254,15437.701329563 -962,551.350351037392,1400.23510016726,627.881525624005,1260.25432650998,990.094303002895,4993.76396568152,179.445243399341,451.74912862674,5068.67360770664,12078.424411601,1470.90272083858,3548.96385270112,504.632842743694,2772.90274322371,1803.04517492938,6738.92529851562,1917.47478360103,8264.05265757847,196.698594862839,815.802204061038,1215.39771359033,1088.84712648255,856.416798176501,1434.35778831276,406.242461914898,624.450117614115,1099.42848692182,2062.03083335059,1527.67325405422,1493.50256742199,478.169631324453,1281.02506803371,15412.2179493528,4543.97395224808,102351.786162339,36645.368495106,3471.29647910055,16240.1724812873 -963,599.397017483242,1419.78967821536,680.819129471685,1277.85404357553,1078.78838726266,5063.50293109458,194.095712631308,458.05790034146,5523.67277063084,12247.1021520937,1602.86040456113,3598.52588027724,550.260925145586,2811.62691397596,1963.14833830874,6833.03580945369,2089.78659922342,8379.46189326107,213.611028055063,827.195053639813,1312.44280703689,1104.05310590323,934.013474544657,1454.38889688668,442.675012348928,633.170695008992,1196.14732722908,2090.82752817957,1666.69701796831,1514.35964529142,521.305450091172,1298.91485287873,16823.7795029579,4956.6964977424,111427.598555778,39850.2175549438,3789.58154308685,17663.4733618307 -964,732.889314770334,1466.70909452552,834.811634184604,1320.08295027494,1313.05576513583,5230.83518153774,238.901007379254,473.195219375426,6720.96325338182,12651.8289178139,1950.48081980076,3717.44541918517,668.79774021433,2904.54200957765,2393.1294419709,7058.8453478136,2544.41070783531,8656.37576794089,261.266706370061,854.531151152661,1625.37376976155,1140.53845869824,1135.32447643488,1502.45170448201,539.195842635638,654.094920540664,1460.33141776786,2159.92255593799,2024.13191662217,1564.40429044622,634.223519564011,1341.83975060744,20404.1712786903,6020.38128553425,135858.891499035,48699.2655465102,4595.24061130216,21583.7595531791 -965,967.426417699919,1571.10624640015,1074.93263300463,1414.04357325147,1574.54725148038,5603.15461210266,309.597773492593,506.87622221905,8026.2129544178,13552.3584842799,2332.12730698041,3982.04506983222,797.589277555196,3111.28096990176,3005.30661596699,7561.27855190687,3267.17262843374,9272.51770031358,327.884428061148,915.354813255433,2367.09605742349,1221.71949666684,1392.77132258277,1609.3929373158,699.930882570657,700.651969252628,1880.69239463836,2313.66112887745,2420.94073123038,1675.75517312133,797.432350932374,1437.34897514176,23377.1568225426,7111.00854509582,169091.460782745,63156.3093619595,5251.7035557739,28363.8537851904 -966,979.951992777982,1831.27470809401,1086.06704407277,1648.20312933743,1610.64153249298,6531.01300449579,311.322495827959,590.812752486236,8215.17854753596,15796.5709729374,2386.60482408593,4641.45466901603,817.458979331681,3626.4957656493,3061.42185651448,8813.39387752274,3324.08524861292,10808.0068956798,332.62398027066,1066.93364773235,2358.72674013408,1424.03100984268,1423.81613231801,1875.90151095417,711.333792242212,816.676932835396,1910.30114983606,2696.79349701625,2481.69063893586,1953.25304862496,813.090512641146,1675.3678059094,24076.5634799676,7296.45930246425,172246.412015446,64032.2497683494,5410.84608776705,28734.3801077674 -967,955.227467276285,2040.04008012119,1058.9448262759,1836.09833585759,1573.88969811518,7275.54868424476,303.769557998097,658.165424112198,8028.25102021695,17597.3805409084,2332.254747601,5170.58064145569,798.630917100035,4039.91639245341,2987.42030458094,9818.12104572463,3242.65342736611,12040.1200081888,324.519606260965,1188.56411579521,2298.26519531703,1586.37058797045,1390.25909982187,2089.75433985513,693.753900640812,909.778127842256,1863.09369682988,3004.22803711921,2424.51859227342,2175.9239551564,793.516475690738,1866.35978637914,23544.3745974135,7130.50160000346,168170.647716704,62464.3201595567,5291.48918877219,28021.865015971 -968,930.339629447374,2102.60894577543,1034.24930630932,1892.4122246011,1518.4672582463,7498.69274529592,297.774203899511,678.351627511248,7741.37543401498,18137.0994168557,2249.27511631966,5329.16446961774,769.347184207728,4163.82228453704,2894.30428806668,10119.2468435327,3145.02489656353,12409.395425174,315.727867046605,1225.01786452657,2269.83929435029,1635.02522430027,1342.43577383856,2153.84796223778,673.561045168556,937.68139602351,1809.88121512909,3096.36894272241,2335.18266123672,2242.66043496906,768.071295506763,1923.60180621705,22578.3290410666,6861.42672208903,162888.000479739,60766.6381198265,5072.66820728161,27281.7247950227 -969,901.383869420409,2115.71283007462,1000.06704951388,1904.206120412,1457.49575671445,7545.42611543923,288.211914716935,682.579252081636,7427.31295481742,18250.133489482,2158.30116928302,5362.3769006604,737.98035511883,4189.77206733836,2790.84211440615,10182.3120369435,3035.24911125785,12486.7332878332,304.509231838901,1232.65242367437,2219.23443382446,1645.21503225697,1290.39454826495,2167.27117845301,650.654081712849,943.525216172609,1749.46085338389,3115.66614035613,2239.47603103204,2256.63714848075,739.911491836579,1935.59008181011,21565.934336454,6573.97370954012,156903.071622793,58758.3256343658,4843.90081754146,26405.322067465 -970,865.228793425874,2139.3750252104,957.580243861079,1925.50281822441,1382.74515798929,7629.8143852404,276.298719360828,690.213238711958,7042.52737553164,18454.2435245225,2046.81942382585,5422.34988319913,699.563004389219,4236.63060259066,2663.00497346248,10296.1913172157,2902.75332735827,12626.3852838249,290.640018892355,1246.43844499492,2154.01331460157,1663.61516604649,1227.34341172334,2191.51000368852,623.033953548985,954.07763021635,1674.43042279486,3150.51184301628,2123.30647151444,2281.87544537954,705.861242712318,1957.23777877901,20333.0959167602,6223.52160462684,149552.435261502,56283.0289788308,4565.40138655345,25329.1074947963 -971,828.137189002801,2166.39274173158,917.115043771251,1949.81958769703,1313.84967202276,7726.16970384537,265.203072290893,698.929796306087,6688.91187509056,18687.2982784965,1944.28043172317,5490.82759762348,664.029982907139,4290.13411799909,2538.8504855094,10426.2197484063,2768.68303304638,12785.8412437505,277.643451879979,1262.17945354701,2080.93202111629,1684.62461152797,1166.86638696913,2219.18612187035,594.698774126376,966.126475626169,1599.59430096085,3190.29899340749,2014.85844297377,2310.69276968847,672.272192069718,1981.95532238332,19230.6144513326,5901.77442440763,142518.870968179,53807.5183377218,4316.74118031415,24228.8816175307 -972,818.277151565249,2148.71841135688,905.700184210344,1933.91215092429,1294.68590150778,7663.1364074138,261.977692027721,693.227637186608,6590.49236555697,18534.8395496509,1915.7464573922,5446.03114907493,654.215335265846,4255.13342477637,2505.18146162047,10341.1583240197,2733.36584049908,12681.5290486866,273.983907381966,1251.88207014814,2061.34451838676,1670.88074534528,1150.52208820007,2201.08108120744,587.282739669501,958.244415192236,1579.49736010246,3164.27121122498,1985.1589050255,2291.8411798455,663.316398713058,1965.78570896054,18922.0317821574,5812.72039573068,140593.53087366,53141.3309217616,4247.11632256715,23936.6759628876 -973,811.702187883371,2133.5607199168,897.45795724027,1920.26976600266,1277.42661432756,7609.0783900799,260.070079359989,688.337405611047,6500.96531487197,18404.0893418526,1889.86663492794,5407.61324410683,645.241927460114,4225.11646250331,2478.35139234359,10268.2087526938,2703.89730547819,12592.0698141529,271.093327929457,1243.05092594684,2054.88590735247,1659.09386129512,1135.72849512077,2185.55400809856,581.229378321717,951.484677344367,1564.75775208861,3141.94951174172,1957.21176192755,2275.67385831553,655.542554891316,1951.91847858906,18614.897843735,5728.54888276055,138994.195583148,52647.1784075293,4177.49146482015,23723.7789234504 -974,814.362909353354,2099.25342719593,902.683356337712,1889.39215546629,1283.44611542748,7486.72570649903,261.273995348489,677.269057452693,6531.62587726689,18108.154722126,1898.77752812728,5320.65974484383,648.006053460695,4157.17730993748,2487.64544894938,10103.0977061184,2716.49449943159,12389.5914778004,272.614938052296,1223.0628789298,2064.23344861669,1632.41591479024,1141.06288292183,2150.41067216574,583.932248070435,936.184965908757,1570.24462410317,3091.42749912342,1966.4483705629,2239.08141055172,658.607902793898,1920.53196214867,18703.5325274956,5755.07804455347,139620.094088753,52875.3213026306,4197.38428131929,23825.73983763 -975,820.620880721858,2078.62855500904,907.939916378794,1870.82914100954,1288.3603493122,7413.16967043667,263.193720938179,670.61498340659,6555.84861731294,17930.2446271152,1905.88712659366,5268.38500480259,650.649976214326,4116.33362257467,2502.55090917036,10003.8361800059,2731.56608269789,12267.8654692266,274.016547318302,1211.04645669718,2082.03611094403,1616.37765606349,1146.05613535702,2129.28318718076,587.327692608432,926.987079167208,1581.02405937728,3061.05465503588,1973.69526715605,2217.082747927,661.913501047565,1901.66300343363,18749.345744562,5774.97512841377,140325.088004911,53205.6794525286,4207.33068956886,23981.6555174484 -976,846.59411079494,2053.3753789143,936.244322147172,1848.10051177599,1319.42145927268,7323.10736533815,271.303803880779,662.467708499331,6711.09654933747,17712.4107943704,1951.26258956896,5204.37960376999,665.632266115931,4066.32444821541,2571.64225711643,9882.29996995629,2814.12247490672,12118.8236568958,281.897239582498,1196.33350119766,2167.5655455501,1596.74034785572,1175.92256785499,2103.4146099634,605.633873703309,915.72514980934,1627.97243404344,3023.86602311174,2020.2798733742,2190.14749731905,680.675615099938,1878.55977482512,19109.1641557632,5903.88566353395,144183.174310203,54859.544458305,4286.90195556544,24752.6711906468 -977,860.983110389024,2124.99836119467,949.059496285066,1912.56338182231,1320.07901263789,7578.54180487166,275.484809880976,685.574985149475,6709.05848353832,18330.2304572996,1951.13514894836,5385.91153016245,665.151453128133,4208.16031850561,2594.08787157718,10227.0006042903,2847.41466226396,12541.5355979028,284.493096337178,1238.06234144654,2236.39640765656,1652.43562248266,1180.76084915055,2176.78299106153,613.854865296791,947.666200068336,1649.14268708161,3129.3403094091,2019.33060460664,2266.54117428757,686.36441464395,1944.0850824949,18941.9268637063,5888.13065922788,145220.726358514,55633.6271283826,4247.11632256715,25150.1646201697 -978,865.982744845089,2190.17064692023,950.397488974772,1971.22042808859,1305.05298547503,7810.9706391285,276.326584011062,706.601113750033,6627.40485880235,18892.4064281586,1927.84575804052,5551.09385290973,657.059291942582,4337.22179528831,2587.59921568008,10540.655907593,2846.28953597449,12926.1761493262,283.669410307513,1276.03288962966,2277.48211937072,1703.1147234637,1171.48780809857,2243.54347692667,614.637345963932,976.730491830229,1652.13131604626,3225.31509437912,1994.41361682553,2336.05448390554,683.798869664048,2003.7088783457,18552.7345937601,5803.31087729699,144543.210854007,55751.5904099122,4157.598648321,25250.2390643337 -979,850.013599854665,2144.40830588555,928.781118768103,1930.03292445203,1259.29462503429,7647.76495344265,270.489894400927,691.837094705043,6389.48426914228,18497.6605908208,1859.11718384708,5435.10697747172,633.183607804486,4246.59807004658,2518.68271599259,10320.4150368413,2782.17843991803,12656.0912214456,276.006638709156,1249.37092502485,2267.45382753205,1667.52913249346,1135.54282804127,2196.66594167087,601.905477887483,956.322276639804,1615.18514163414,3157.92401254684,1923.31358586766,2287.24398499835,665.906585171239,1961.84254744861,17720.0333406104,5581.39115990373,140491.190859308,54581.3964378815,3968.61689157914,24774.3610055661 -980,823.09420901199,2015.45222420384,897.646850788934,1813.96851508982,1207.18798681103,7187.85916063637,261.688227701053,650.232797309646,6121.92214998688,17385.2857583211,1781.54143676461,5108.2615267187,606.503790881188,3991.22475980183,2426.96970093158,9699.78682866503,2685.89972746634,11895.0048514458,266.036971974289,1174.23878782128,2213.66256337594,1567.25064428473,1091.06896669025,2064.56729617315,581.678907711029,898.812905275252,1560.38119107351,2968.01917689174,1842.57538323305,2149.69834066097,641.513578236384,1843.86523543155,16882.3807501345,5339.39860540943,135248.566601955,52764.1518798797,3779.63513483728,23976.821464587 -981,741.404324225956,1910.59224334138,804.989981611969,1719.59133189831,1069.53867763231,6813.88910817129,234.713969566734,616.402474832533,5419.18385140362,16480.7638301836,1577.44375031359,4842.48881352836,536.639597493438,3783.56925355637,2168.66546879192,9195.12616293006,2410.33597090383,11276.1313469775,237.584302019857,1113.14547320921,2020.25312705728,1485.70970245898,971.138323279477,1957.15195555326,522.930824497975,852.049452927318,1400.18859047141,2813.59902723465,1631.64846227833,2037.85380068394,573.614725897927,1747.93258519138,14803.410753437,4715.14678426402,120687.87674369,47413.116728132,3312.1539471074,21591.2394641317 -982,650.339522813484,1822.74127267624,713.94962573065,1640.52277701376,958.461232792392,6500.57957064766,208.805549970062,588.059663370191,4860.94885169552,15722.9615807342,1414.55282163454,4619.82626259097,481.036840311769,3609.59689882597,1920.88344645272,8772.32492859177,2121.50094420366,10757.6433819854,211.564289138427,1061.96191447041,1752.82991497304,1417.39526229388,863.644021326719,1867.16012206091,459.233573647375,812.871354222456,1233.88919277,2684.22688806339,1460.4427108253,1944.15121443736,507.190640849232,1667.56087071308,13416.2700534949,4236.82135873827,107193.281899026,41756.112340322,3003.81529137068,18953.9186517952 -983,539.271367406226,1675.27198097495,605.084895332654,1507.7959135951,889.59378164544,5974.64872171058,174.657444095574,540.482564340677,4536.83714729676,14450.8918457064,1318.0549168337,4246.05818209592,450.511799737693,3317.5616517086,1685.90388764913,8062.59801167527,1819.39520269326,9887.29383007828,184.923154195813,976.043647468781,1310.2289477661,1302.72058052495,781.54970188213,1716.09711338227,389.078384998611,747.105814895282,1051.61033688526,2467.05890932603,1364.46255709937,1786.85922415268,445.618790968234,1532.64648425615,13278.4572566616,4020.09798600679,94995.1684943336,35277.4302699905,2983.92247487153,15796.2067017357 -984,513.541773959566,1563.67203684324,593.895083883182,1407.35255775188,936.117133824749,5576.6414302847,170.146924579724,504.477769495674,4765.15085297925,13488.231011556,1385.66578036187,3963.20270472673,471.141655755763,3096.55891353308,1660.23479482425,7525.49985813498,1751.81660595619,9228.64171174677,183.092880733579,911.023508790022,1150.41208996418,1215.93852623356,794.205742774742,1601.77756160023,381.655691614345,697.336602403428,1000.27189741705,2302.71327495913,1427.09566165706,1667.8257825078,446.519070319819,1430.54768241436,14401.244254336,4238.2020944355,95560.1618309639,34167.6877353525,3216.28617394831,15074.9452673975 -985,538.517367216188,1502.4916609584,619.71831325619,1352.28835217872,968.102522882032,5358.44924494092,177.412226870632,484.739525902345,4925.58982445203,12960.4892448269,1432.52464713456,3808.13807130623,487.189641276879,2975.4026647701,1728.84892277826,7231.05645875599,1829.1260429819,8867.56102760855,190.438622189656,875.378719221348,1220.11796987777,1168.36360365708,824.152521334983,1539.10626545015,399.056285875888,670.052546381408,1045.32411467784,2212.61710364087,1476.01775609038,1602.57027759371,464.864070891615,1374.57594226098,14814.3963288586,4376.2964782294,99316.9595288505,35708.1897396311,3307.60029245157,15786.2954017465 -986,561.3583241605,1477.55668049427,647.427735260888,1329.84610872431,1026.82037227269,5269.52174490049,184.917814337423,476.694908469422,5228.52889551391,12745.4001667822,1520.26868803678,3744.93915255006,517.667597203057,2926.02361712092,1819.51629616965,7111.05163196109,1921.5687592823,8720.39717523359,200.037287148058,860.851150230666,1240.55043670995,1148.97372989658,872.47627754704,1513.56363805431,418.49501218835,658.932519836101,1094.79999064938,2175.89705674311,1568.99534405816,1575.97441712903,490.13671250304,1351.76381946699,15852.240782556,4659.03837876699,104663.489032698,37344.7030236965,3540.95859529325,16478.70479844 -987,610.285928675904,1483.86274369187,702.043875561666,1335.52175806853,1118.82677615334,5292.01153333509,200.026167367968,478.729394359855,5697.96759656627,12799.796251881,1656.68327852711,3760.92217592838,564.479087034839,2938.51159141714,1981.0933354139,7141.40088460534,2094.25011571952,8757.61495267734,217.241328999217,864.525176295955,1339.61546922002,1153.8774341326,951.532763096357,1520.02337532271,456.031748029238,661.744777509795,1191.10795771681,2185.1835663792,1711.78793630525,1582.70051732093,534.356463784245,1357.53301139466,17304.1158365499,5082.2571194381,113945.418282612,40611.0585492041,3865.63101663819,17922.8407921293 -988,744.582206333562,1528.41015442462,858.648827477188,1375.61578735266,1356.80014839314,5450.88432152265,245.613855551424,493.101448009058,6907.27361371782,13184.0621035254,2008.5164122033,3873.82975152272,683.516150105984,3026.72937528045,2407.8917836311,7355.79464829151,2543.07546334055,9020.52947896675,264.93085687505,890.479300611688,1658.38534364494,1188.51827420496,1152.74545839456,1565.65637332859,554.061944500597,681.611181278813,1450.5048427225,2250.78550312961,2071.17139285635,1630.21516132138,648.152688450463,1398.28784596339,20896.5964202832,6148.9005114841,138498.918770174,49507.1744180964,4667.1660568335,21851.8007606334 -989,984.518637661868,1629.79890946062,1107.57095480804,1466.86876135561,1632.13263939329,5812.47467971579,318.805259210417,525.811870519244,8276.04618766418,14058.6412465153,2409.3629894398,4130.80447430331,817.934549550252,3227.51077044601,3032.15944239741,7843.74931120169,3273.97683232477,9618.91614303749,333.327241231622,949.550216499667,2415.65804079189,1267.35993055639,1418.39487423142,1669.51589692991,720.481355072742,726.826602603001,1872.97133331153,2400.09381500831,2485.54969974621,1738.35726255559,816.931715347405,1491.04479570871,24044.0610842473,7288.15051975622,172826.850003665,64322.9391040077,5357.0949521915,28774.1297606487 -990,1004.51509384278,1874.08650451059,1128.73933110082,1686.73505276458,1691.8769143329,6683.69594054392,323.163376558351,604.624855699348,8586.35529041512,16165.8654199061,2499.06559204176,4749.96324584965,849.821247798323,3711.27649119437,3120.7303356539,9019.4346330445,3361.4676666803,11060.6779934903,341.615758231225,1091.87657186865,2409.92283626039,1457.32220608692,1467.43517536384,1919.75659901362,738.517520315762,835.769320466879,1919.0108774758,2759.83951281143,2582.65243430722,1998.91647175759,841.731755012247,1714.5347889472,25168.96959165,7585.98900081261,177981.406055056,65762.5571200017,5610.74528136723,29370.7567620526 -991,979.362034473384,2068.44628921768,1100.8092921419,1861.66479102596,1653.79080793769,7376.85588856404,315.388598716605,667.3299424173,8393.64896659676,17842.4124283044,2442.92799286548,5242.57755773331,830.517955256415,4096.16955673907,3046.07877630683,9954.83188884834,3279.86924012747,12207.7707175215,333.379248909867,1205.11408514477,2348.2250632173,1608.45974938719,1433.26977631499,2118.85278714382,720.43110659085,922.446186662634,1871.99366258551,3046.05992592743,2523.97098060009,2206.22225735671,821.687220968393,1892.347612235,24621.6070429079,7415.95352575704,173817.222337205,64166.4520632718,5488.99312336288,28648.1208521169 -992,952.38805633843,2125.37441185171,1073.11992622395,1912.90183889104,1591.30183219077,7579.88294267073,308.613088127126,685.696308030624,8071.87323339606,18333.4742693105,2349.67546407484,5386.86464881264,797.90788624685,4208.90501623414,2944.98195348861,10228.8104270022,3175.25644924397,12543.7550126506,323.656751620825,1238.28143533643,2318.55971765623,1652.72804600303,1380.65799375766,2177.16820579344,698.206584478692,947.833903961055,1815.33658334209,3129.89409359122,2424.46627010572,2266.94227308998,793.640334840345,1944.42911780616,23537.8286160667,7115.98698199529,167982.72178285,62313.1718422577,5245.48880735418,27847.9491659896 -993,919.681340518362,2131.04408098218,1033.57235041245,1918.00471415155,1518.15106009143,7600.10311098223,297.616005985495,687.52547806713,7696.61784303777,18382.3808208053,2240.80331302664,5401.23470052639,760.614768294052,4220.13273155364,2826.37000978305,10256.096899633,3051.70865327782,12577.2168536227,310.706767536385,1241.58468674927,2265.65907879062,1657.1368791626,1319.89783682663,2182.97604054453,671.809166568748,950.362354758303,1747.81513729365,3138.24342904247,2310.73765110757,2272.98959000253,760.883369750325,1949.61609553777,22316.2912599321,6773.36227389587,161004.666236719,60022.9544632529,4971.54645184439,26860.4660883287 -994,882.041745260416,2160.14453356042,988.64744215908,1944.19600964239,1438.10961799592,7703.88624815175,285.041908142868,696.913975822466,7286.71945766071,18633.4012507085,2121.82002760929,5474.99121061892,719.914069327943,4277.76071472133,2693.78578092041,10396.1489352193,2915.53752058989,12748.9649210988,296.210941607265,1258.53913486277,2198.75602534938,1679.76589636505,1253.70543031312,2212.78564951236,642.629818126946,963.340019032634,1671.27090620676,3181.09768292714,2187.52642644023,2304.02837815571,724.986352018989,1976.23905995239,21003.1707167987,6401.92554116427,153269.60077233,57437.7179551974,4677.31207000053,25743.5985763433 -995,847.467853036955,2189.76567015292,951.146507673241,1970.85593663778,1376.50869785607,7809.5263399624,274.726313830067,706.470458618104,6972.96844273474,18888.9130995941,2030.59949996055,5550.06741962851,688.560468647753,4336.41981482883,2582.65762420329,10538.7068719045,2794.70929745575,12923.7860154625,284.523222380026,1275.79694286664,2125.37582986062,1702.79980649774,1199.81061280527,2243.1286311767,616.209208609975,976.549888023093,1604.11970774712,3224.71871268516,2091.53070629771,2335.62253226996,694.424235677118,2003.33837956958,20049.4108570706,6119.7308177384,146929.859887596,55156.3863780617,4464.24579349292,24725.2588129089 -996,833.425336812244,2168.41762556811,934.051357945049,1951.64204495108,1344.28683590807,7733.39119967585,269.988705443941,699.583071965734,6807.5350822461,18704.7649213187,1982.61447345367,5495.95976402961,672.112659950727,4294.14402029647,2530.96144384475,10435.9649268488,2742.402902014,12797.7919130692,278.883067425466,1263.35918736215,2103.84814275686,1686.19919635776,1173.50472152661,2221.26035062023,605.096947553896,967.029494661848,1574.90123120786,3193.28090187728,2041.77835105053,2312.85252786638,680.400792613094,1983.80781626391,19506.7503973184,5968.71730079047,143893.103476093,54174.9732810541,4342.49363548857,24306.2433221222 -997,826.71527476712,2145.88357679165,925.5238391677,1931.36071329404,1326.35952672689,7653.02632325805,268.012514855343,692.313052168355,6715.07272763954,18510.3862739035,1955.83099653493,5438.84612321806,662.898836056779,4249.51956711662,2503.86605583408,10327.5150877042,2712.86723904335,12664.7981282006,275.939157617546,1250.23044444172,2097.24144912253,1668.6763287655,1158.42160187306,2198.1771638319,598.847267026811,956.980189793612,1560.23028500676,3160.09654349935,2013.05378043834,2288.81752138922,672.421153858407,1963.19222009474,19190.8309209362,5882.32697358674,142255.229140967,53670.3649613247,4271.47154331936,24090.1094843136 -998,830.225903823298,2099.74518509993,931.964604445892,1889.83475258876,1335.06657493024,7488.47949977314,269.534380224721,677.427710242215,6759.46139702056,18112.3966245548,1968.73309456936,5321.90612912985,667.010788231035,4158.15114414635,2516.79010092371,10105.4643942407,2728.87304101489,12392.4937855721,277.868467229545,1223.34938594702,2107.08671378062,1632.79831427489,1165.78402546975,2150.91441384418,602.322747557715,936.404270710469,1567.53490414158,3092.15167748495,2026.38477909613,2239.60592367962,676.529123722396,1920.98185388639,19327.0459093289,5921.46340240096,143108.698414138,53963.3029371591,4301.90958282045,24218.0805711967 -999,838.980608384586,2066.7106749015,940.552291483481,1860.10268516898,1347.54474948986,7370.66603642462,272.350948353868,666.769991981211,6822.68672854039,17827.4410236287,1987.14368049222,5238.17855897258,673.540401873167,4092.73249842083,2542.43913333902,9946.47888068394,2754.11971445843,12197.5272890427,280.440880045545,1204.10288496533,2126.1648571676,1607.11010555907,1176.64852463468,2117.0748771974,607.88660862143,921.672170525099,1583.80060038337,3043.5040049722,2045.34999043451,2204.37103648889,682.809229005025,1890.75976070407,19509.3104125376,5977.58070404592,144467.342237947,54480.0820933527,4342.49363548857,24449.5605753309 -1000,854.980294808836,2040.58969305162,955.821416840223,1836.59300426963,1347.58501648291,7277.50881025985,277.013722558967,658.342742308533,6816.38296635319,17602.121500648,1985.8706418737,5171.97366211547,672.302933144339,4041.00479768074,2566.0446368671,9820.76617330418,2792.86224732059,12043.3637707526,283.45661450586,1188.88433019348,2209.43740710541,1586.79797652821,1181.93071932696,2090.31734644397,617.669748696987,910.023233724127,1606.63042058238,3005.03741463647,2043.0733125654,2176.51017694344,689.40971575333,1866.8626076136,19293.6618954754,5954.29074340734,145629.297669312,55375.9358444183,4291.76356965342,24912.8898117208 -1001,864.758581367966,2102.23289792429,962.522911246121,1892.07377005778,1333.33073070916,7497.35161750378,279.590005512231,678.230305535352,6737.10819828391,18133.8556290486,1963.39605366704,5328.21135807926,664.11702799692,4163.07759236508,2567.34488594616,10117.4370343249,2805.90484460055,12407.1760269864,283.776103819536,1224.79877227146,2277.7889635738,1634.73280296183,1175.2041916171,2153.46275038015,621.892892976666,937.513693382116,1616.69258427832,3095.81516267236,2018.8759402153,2242.25933915945,689.364289094313,1923.25777347282,18851.253218329,5866.07306657385,145396.844651951,55796.3231005773,4190.30343798313,25168.3413430539 -1002,869.781454601991,2198.99334905244,963.786904949913,1979.16112928392,1317.63490956081,7842.43570666076,280.423821769643,709.447527184382,6652.42745828258,18968.5110343046,1939.18322208711,5573.45541986849,655.778848856983,4354.6935005342,2560.71028126122,10583.117013298,2804.75468846363,12978.2468873002,282.921248280453,1281.17315489253,2319.6666557139,1709.97540983224,1165.69213325934,2252.5811817491,622.625095654091,980.665072089987,1619.69696056532,3238.30768671445,1993.16950177784,2345.46485241044,686.674125070074,2011.78045332466,18450.8779518233,5778.69932595101,144692.450890508,55911.239293841,4098.98931947986,25269.0354321148 -1003,864.67110905134,2157.13613672179,956.302762922143,1941.48836066881,1304.64352222671,7693.15717577998,278.337330517808,695.943395489028,6585.51711091822,18607.4508272324,1919.79335531438,5467.36628275247,649.115960822881,4271.80314956278,2540.70056471107,10381.6703940362,2787.84236221475,12731.2096527968,280.484638570493,1256.78638864798,2313.67234800876,1677.42651474787,1156.04126318826,2209.70394027989,619.157345658863,961.998391644859,1608.70917789736,3176.66742186636,1973.92753683483,2300.81959671482,681.834538956702,1973.48678516338,18225.084290605,5717.94621005715,143528.054952285,55560.6171123392,4048.25925364471,25128.3652222038 -1004,831.65319716404,2038.18876136396,916.735131023893,1834.43209247227,1233.30912833456,7268.94618663722,267.285098044559,657.568144672989,6220.00739492218,17581.4110700186,1813.71216793147,5165.88838417086,612.812762415517,4036.25020321141,2423.33591883691,9809.21118565383,2667.67703149837,12029.1937032463,267.658486816693,1187.48550412323,2256.61455922561,1584.93097035997,1097.21128027145,2087.85790583647,593.453477747965,908.952512047055,1541.24943978039,3001.50172611664,1864.04731082528,2173.94932295592,650.045491089356,1864.66608098877,17048.1361920293,5386.20907659477,136671.049831749,53284.7803356218,3784.46291130195,24147.5256056904 -1005,749.306490897958,1937.55210483613,822.310685783906,1743.85603008136,1093.06803448074,6910.03809403528,239.787782015651,625.100367019849,5508.06772873839,16713.3195268467,1606.51963685716,4910.81989157895,542.433753875054,3836.95819794635,2166.24842139194,9324.87615466341,2394.91550556434,11435.245852111,239.114281179418,1128.85277438025,2059.53262468608,1506.67415886735,976.985244536772,1984.76880882469,533.65356711654,864.072497256979,1383.56185127891,2853.30097847012,1651.30483950988,2066.60941633373,581.436934927017,1772.59719929895,14954.8929356201,4758.23864437282,121999.23917894,47893.961205014,3317.7463056186,21751.6525004439 -1006,658.336288545527,1850.94499338907,730.79575383844,1665.90698645672,983.053787432799,6601.16462538389,213.715153259156,597.158854109328,4958.77419745387,15966.246803848,1445.86764668513,4691.30996222797,488.026732453516,3665.44907288189,1923.4783733843,8908.06125387123,2112.28421732103,10924.0990243863,213.454131473067,1078.39391043845,1787.31579866606,1439.32696522764,871.49529917234,1896.05114647461,469.60345533057,825.449111139265,1221.58367610706,2725.76058602464,1483.44812254283,1974.23354081987,515.434462296534,1693.36344718088,13618.4117527661,4292.60355116897,108653.567092271,42262.4816501491,3023.51192377475,19126.8103360327 -1007,548.830573593157,1707.20727092433,623.49023828082,1536.5386492416,922.17985492781,6088.54195304277,179.858525311251,550.785648019519,4678.26294955143,14726.3655755608,1361.77127465237,4326.99972515704,462.022829864551,3380.80349809262,1701.01025495941,8216.29329708098,1823.19963359872,10075.7728346006,187.997887903048,994.649722923482,1337.13055349836,1327.55401648911,795.974618721892,1748.81064259993,400.551613373441,761.347705819563,1047.27945612989,2514.0878350684,1400.9610140746,1820.92167375494,456.557277845605,1561.86294010359,13657.3014335908,4120.48829814538,97100.7434464419,35932.5539387308,3043.80395010881,16025.4966446845 -1008,520.156072505954,1603.79363485771,600.114252558413,1443.46322051001,945.32766161143,5719.73010902606,173.054088014817,517.421950754938,4876.14948102773,13834.3198139524,1425.60393366534,4064.89284308203,480.638878653688,3176.01220618626,1689.07886172262,7718.59346923235,1902.69460037488,9465.43551777132,184.351618090112,934.399074855139,1181.42108765421,1247.13777748981,815.949779515158,1642.87689312301,389.162206937398,715.229266711021,1040.74219546002,2361.79761885199,1462.71956128968,1710.61981733562,462.362074957131,1467.2534990447,14637.2621559468,4350.29050980015,98175.3314629458,35375.8137316827,3303.87207712986,15694.3438888354 -1009,545.468839332552,1542.00579382191,626.228348198729,1387.85227776063,977.644706114989,5499.37147493314,180.445557102116,497.487724463714,5040.30895355997,13301.3380543767,1473.79759536283,3908.28855973969,497.011168511441,3053.65298673407,1758.90789925736,7421.22651632062,1951.78062285874,9100.76963283748,191.755130641571,898.400365141924,1252.99837286079,1199.0904794644,846.70373067971,1579.58332834797,406.907057704921,687.674304978298,1087.54963441029,2270.80687499279,1512.85252505288,1644.71638496815,481.3386588568,1410.72601072715,15057.0220446811,4488.53017916555,101851.947912369,36821.7013516319,3392.019603854,16346.3632633132 -1010,568.58249184346,1515.39305406803,654.192841689254,1363.89999973882,1036.91144429439,5404.46045549426,188.075350496743,488.901822001515,5350.33311792333,13071.7766289672,1564.09749178469,3840.83727859656,528.102371221566,3000.95145178511,1851.11879665251,7293.14712081854,2041.25479401392,8943.7038067757,201.407307632834,882.895303352855,1273.99434397603,1178.39595094888,896.366501445515,1552.32205591611,426.725575671342,675.806063375614,1139.12097798794,2231.61610629554,1608.16407707058,1616.3310122948,507.532286203815,1386.37896589896,16111.7934409824,4776.65683356567,107272.472717568,38478.3039553252,3626.07946206021,17043.157733927 -1011,618.135931555705,1523.20331428199,709.368738236172,1370.92947230712,1129.81529854947,5432.31477511129,203.440123651402,491.42159760604,5830.71455600742,13139.1479137021,1704.4511451949,3860.63276235226,575.857254880821,3016.41820588231,2015.49659238583,7330.73563730232,2158.66500146243,8989.79921009033,218.725296533298,887.445701708155,1375.73309601932,1184.46934490253,977.589340836839,1560.3226463636,465.000290863352,679.289134117533,1239.34442618953,2243.11774439598,1754.52269253691,1624.66150171075,553.323917833067,1393.52429393762,17587.239734259,5196.42002591002,116319.951698545,41625.4363592592,3914.36730019025,18384.1055015377 -1012,754.171327275741,1563.81667020046,867.633253728174,1407.48273218772,1370.14478368495,5577.15724712676,249.809388275968,504.524431654826,7068.17545365692,13489.4786185274,2066.41126915655,3963.56928499358,697.294346869158,3096.84533274436,2449.72389599432,7526.19593652201,2643.7297924802,9229.49532388659,266.749659350962,911.107774790487,1703.08882331093,1216.05099564344,1184.30525356536,1601.92571956482,564.959469890007,697.401103226837,1509.19528103271,2302.92626665037,2122.87266580116,1667.98004966645,671.14917760877,1430.68000230568,21238.4574967797,6297.31367262318,141630.849707605,50769.8534640176,4765.99603112508,22456.0078104204 -1013,997.391505023035,1664.0194210448,1119.43935578683,1497.66826622033,1648.41985776942,5934.51786918865,324.28195563485,536.852221020004,8468.60133238119,14353.8272923775,2478.59361921794,4217.53802256152,834.432459452337,3295.27806926244,3085.1224277488,8008.4427053433,3397.1287957845,9820.88230548203,335.714844507654,969.487703262521,2480.67028434306,1293.97039454258,1457.06388179712,1704.57033693427,734.678037087697,742.087613044036,1947.91107027602,2450.48803095903,2547.46160958184,1774.85714882709,845.667877354927,1522.3519191875,24437.5692406048,7467.6565403462,176770.728017999,65902.4637033762,5486.01958535241,29542.95428614 -1014,1017.61495177515,1894.33532884635,1140.77083092633,1704.959612678,1708.70782739082,6755.91084881413,328.706980444757,611.157607769554,8786.18230731649,16340.5317271098,2570.9227735486,4801.2848743524,866.960327218225,3751.37548638523,3175.18705185899,9116.88634994913,3485.5429418037,11180.1846038765,344.039520455934,1103.67390184615,2474.80000547068,1473.06804347523,1507.47019867218,1940.49887214097,753.065237541516,844.799504567035,1995.94659297493,2789.65857684892,2647.007289257,2020.51403857271,871.38334712247,1733.059714918,25580.8104407231,7772.75691442521,182034.220547443,67365.4607288963,5746.57732014184,30150.0002719914 -1015,992.129412087781,2074.66557127858,1112.5358812357,1867.26233469852,1670.23868522184,7399.03618289064,320.798248807179,669.336430650141,8588.99531476658,17896.0599395388,2513.17489146993,5258.34063010683,847.267475411321,4108.4856772859,3099.22598103792,9984.76348905877,3434.76276833476,12244.4763210573,335.741966533778,1208.73755095587,2411.44286022039,1613.29597110452,1472.37645849987,2125.22362848375,734.621977210634,925.219743341752,1947.06422264812,3055.21863889595,2586.8667352659,2212.85579605629,850.638318061738,1898.03741120107,25024.4178243298,7613.07899043011,178130.071907538,65779.4044669254,5678.04218544345,29473.7031014234 -1016,964.825760582569,2116.60956194002,1084.59597467246,1905.01320645988,1607.16115239113,7548.62419787251,313.912063023079,682.868559097835,8259.69824214601,18257.8686962715,2417.21012786654,5364.64971111594,814.000984716429,4191.54787645013,2996.39891626804,10186.6277472503,3325.19863612502,12492.0257129085,325.966641990779,1233.17487581984,2380.96627479528,1645.91234652566,1418.3113273746,2168.18976300714,711.962385710185,943.92512353013,1888.03746114151,3116.98669627955,2484.86762099231,2257.59361025142,821.576667591622,1936.41046975692,23923.1223094245,7297.52541322686,172027.728378065,63946.4307179718,5391.16058434526,28663.4385920713 -1017,931.714234342884,2111.02667114034,1044.65944731421,1899.98843434562,1533.31127139258,7528.71351366209,302.729997288638,681.067385813668,7875.68134534802,18209.7106944373,2305.18081036398,5350.49960329528,775.956976615499,4180.49200932346,2875.75051419461,10159.7589135493,3188.68908390387,12459.0760292843,312.936581857398,1229.92218302641,2326.63059430132,1641.57099370286,1355.87581993674,2162.47082131023,685.047652356049,941.435372476132,1817.71243989003,3108.76515336379,2368.29041806367,2251.63885183838,787.639470047607,1931.30288241989,22681.6235721499,6943.91822326511,164819.063626259,61579.4325178566,5101.2783440726,27631.26956823 -1018,893.60377123881,2133.5607199168,999.285556730144,1920.26976600266,1452.49983687747,7609.0783900799,289.943550720656,688.337405611047,7456.21753262985,18404.0893418526,2182.7518061438,5407.61324410683,734.436565819167,4225.11646250331,2740.88335978204,10268.2087526938,3076.37077557307,12592.0698141529,298.34872983183,1243.05092594684,2257.91643304836,1659.09386129512,1287.86006162381,2185.55400809856,655.296157766121,951.484677344367,1738.01057980164,3141.94951174172,2241.99448936498,2275.67385831553,750.451907787658,1951.91847858906,21347.077636401,6571.94564642738,157150.129900667,59006.6710213958,4830.12428961716,26547.2217024404 -1019,858.583749971196,2163.52898105609,961.396122640361,1947.24211568469,1390.29411542371,7715.95645832259,279.452499414041,698.005879037054,7135.15677527294,18662.5954861955,2088.90088175818,5483.56925713558,702.450899433788,4284.46297760841,2627.82330267441,10412.4372991143,2965.60780051921,12768.9396041485,286.582153724356,1260.51097496746,2182.55772478107,1682.39770150259,1232.49189727953,2216.25257347675,628.355550622571,964.849350313128,1668.1460899559,3186.08172817003,2143.60426752129,2307.63825839902,718.808759800633,1979.33537005265,20377.8140034109,6283.65839533189,150732.499429989,56737.2927129189,4611.25579239405,25539.3652900462 -1020,844.36841403122,2137.81297316761,944.134247110508,1924.09692371075,1357.76529532927,7624.24352131699,274.635363831059,689.709283591053,6965.85988807128,18440.7692675755,2039.52342848834,5418.39078644799,685.671958540654,4233.53725177122,2575.24083988775,10288.673613919,2887.23863502729,12617.166203162,280.907593379629,1245.52836532386,2160.44531027741,1662.40048725576,1205.45933171689,2189.90988559902,617.025754872347,953.381016067967,1637.71037636577,3148.21151539619,2092.60471038449,2280.20934749635,704.277934565575,1955.80871317128,19826.2105966938,6124.14928000937,147462.117982005,55648.7952396884,4472.054935195,25052.45121993 -1021,837.578828565887,2108.04720321789,935.527896272864,1897.30682227953,1339.67019798892,7518.08761266427,272.626892977364,680.106138636263,6871.23523799598,18184.0098117185,2011.95997760817,5342.94799717156,676.272764474828,4174.59173245243,2547.68488433345,10145.4195988468,2838.64792068438,12441.4914966584,277.947165655527,1228.18629131953,2153.65673229792,1639.2541077132,1189.95904095901,2159.4187459701,610.653822837404,940.106646254099,1622.41576433641,3104.37749394693,2063.15966861651,2248.46092622345,696.008759972646,1928.57707366277,19505.0071865531,6034.99865703373,145710.682687567,55044.4829755216,4401.92539835399,24783.0343829901 -1022,841.132662550881,2067.78096904029,942.037979987481,1861.06598256017,1348.46243879859,7374.48310707392,274.174687545842,667.115294312594,6916.65836039064,17836.6733781469,2025.23438857106,5240.8912714377,680.467499698112,4094.8520150314,2560.83050003012,9951.62989585837,2836.10197112553,12203.8440619339,279.890404457195,1204.72645761918,2163.76758378457,1607.94238486515,1197.52329981064,2118.17125360845,614.197618233026,922.149479871771,1630.02469273394,3045.08015423076,2076.82365758614,2205.51262124419,700.262886663978,1891.73893457408,19643.3562564216,6072.57750299717,146473.42380104,55267.3595931181,4427.53906872866,24867.2407463207 -1023,850.003515904918,2034.11006758064,950.718091606971,1830.7611435821,1361.06547425957,7254.40003360922,277.03993854019,656.252261102915,6981.35439104253,17546.2282678205,2044.17366671547,5155.55073672757,687.128913997539,4028.17311588573,2586.93014390496,9789.58161579228,2823.5110410394,12005.1216454929,282.481389526085,1185.10918361981,2183.35904958109,1581.75930725479,1208.68380156076,2083.67981731865,619.87114070461,907.133574061282,1646.9337047341,2995.49531166523,2096.26110912621,2169.59895376692,706.763616095844,1860.93462976273,19828.5151138761,6120.68542186122,147571.671641288,55677.4205168839,4438.13538839468,25016.8297922627 -1024,866.245193299809,2002.69546445143,966.203330068459,1802.48704196555,1361.1525387988,7142.36376692509,281.788508611028,646.117163369628,6974.85796698966,17275.2459811522,2042.82071252518,5075.92889969521,685.868380089148,3965.9623919981,2610.99871354487,9638.39224498951,2895.93650883984,11819.7156844184,285.537842775798,1166.80646969024,2268.85566599311,1557.3307664028,1214.07999343632,2051.49966367177,629.851552608708,893.123889104455,1670.53058232031,2949.23316592831,2093.90268715144,2136.09187311853,713.551793487629,1832.19453168489,19609.4540521456,6105.24042542688,149011.506282538,56690.1170413007,4414.29013043706,25564.1765146258 -1025,876.188140594797,2084.09573575585,973.033043837738,1875.74977054466,1346.80588058394,7432.66768916513,284.415435298046,672.378825877132,6893.68930581044,17977.4045143277,2019.65375594523,5282.24183987572,677.519490444825,4127.16034766443,2612.37863675586,10030.1481347925,2903.14845822951,12300.1322432667,285.880163404885,1214.23173472851,2339.02844588095,1620.62903074008,1207.13779304616,2134.88359905686,634.162754339459,929.425228060889,1680.83102401942,3069.10579964016,2069.07565012244,2222.91408902176,713.456899854717,1906.66473177718,19159.8255624919,6014.45383882234,148743.719053222,57092.5896407405,4310.06703652129,25809.6134011269 -1026,881.304923886172,2201.10501121976,974.351633599351,1981.06168968422,1330.9897307319,7849.96668659233,285.268222356338,710.128799596369,6807.00234813444,18986.7262267874,1994.71128538339,5578.8075301677,669.014760054252,4358.8752510244,2605.67184091404,10593.2798306702,2907.24974106531,12990.7097139667,285.034134796995,1282.40344732708,2382.01985719277,1711.61747499881,1197.34289586676,2254.74430355315,634.912911481646,981.606790868915,1683.82955825815,3241.41738771974,2042.70927818044,2347.71716908786,710.637245901799,2013.71233759982,18752.9045442515,5928.38734254037,148097.068293372,57208.4730158084,4230.39939649723,25920.76441857 -1027,876.133214161008,2156.93364833814,966.79341632322,1941.30611494341,1317.87607954992,7692.43502619693,283.146578972518,695.878067923064,6738.52791219658,18605.7041629502,1974.75737828458,5466.85306611185,662.217795409697,4271.40215933305,2585.32105528856,10380.695876192,2837.50904053187,12730.0145858649,282.582301534111,1256.66841526647,2375.86151639007,1677.26905626489,1187.42285598394,2209.4965174049,631.377740682495,961.908089741291,1672.3777880447,3176.36923101939,2022.98296218249,2300.60362089702,705.618436024804,1973.30153577532,18523.2815729435,5854.55406002925,146530.99293458,56679.9265926108,4141.541673839,25656.0280247818 -1028,842.703605416668,2028.35361731347,926.832302037691,1825.58016264992,1245.85688584448,7233.87037118971,271.907926973014,654.395093408816,6364.48722187307,17496.5731424614,1865.60278502728,5140.96073400903,625.183510928026,4016.77354681683,2465.9373773761,9761.87749072757,2689.32976565243,11971.1476306129,269.675388952467,1181.75537195279,2317.25820662376,1577.28299157653,1126.97135652264,2077.7830866391,605.170041488189,904.566422269457,1602.12952202751,2987.01817954641,1910.35102245343,2163.45907536206,672.685000456187,1855.66825906952,17327.002158346,5511.07279061429,139374.344552159,54258.1938202135,3862.08174295792,24591.6514311339 -1029,759.284628028442,1923.98539435502,831.400248077865,1731.64557658088,1104.22215697356,6861.65411199874,243.938445292641,620.723423721225,5635.97737234763,16596.2931167527,1652.45132459364,4876.43440510472,553.385199492334,3810.09187478025,2204.36617607223,9259.58351311493,2453.5187344735,11355.1764339163,240.928258091203,1120.94856435793,2114.87008926752,1496.12444923543,1003.46229116201,1970.87148769765,544.192611813374,858.022274723236,1438.11286764121,2833.32220825085,1692.30492785511,2052.13904851292,601.655134285136,1760.18550056708,15199.6433934539,4877.94233467823,124704.664272533,48890.4078121658,3416.57505774571,22240.964114919 -1030,667.077186936862,1844.98605193235,738.842138602481,1660.54375727374,993.049076299672,6579.9128033744,217.411571815343,595.236357944012,5073.96413229397,15914.8449900029,1487.24012868385,4676.20673575711,497.878016309905,3653.64850802668,1957.28170309447,8879.38259745825,2219.61952700433,10888.9299260142,215.061533682696,1074.92212375514,1835.34952642071,1434.69318888447,895.140659800718,1889.94699004579,478.873794320159,822.791656192548,1269.86705521683,2716.98525892676,1520.3040148849,1967.87768360441,533.396552896819,1687.91182453259,13841.5213957097,4407.61093727987,111379.67365846,43367.039652287,3128.46122989011,19694.539312536 -1031,555.993025203061,1708.85610410382,630.159530556284,1538.02264942692,931.366908065918,6094.42231107419,182.947332011928,551.317600798016,4787.1253864122,14740.5884063722,1400.91486027715,4331.17877291298,471.341136593474,3384.06870266146,1730.70079267912,8224.22865281156,1914.5031407413,10085.5040891715,189.340192369638,995.610362848729,1373.12222966317,1328.83617779854,817.690812196139,1750.49965661789,408.441870375179,762.083020962522,1089.24332966609,2516.51595935606,1435.8704730556,1822.68033313044,472.640618208311,1563.37139867292,13880.8344789994,4228.03803167112,99495.4208359788,36878.6928158994,3137.99933307316,16504.0581330925 -1032,529.756226724444,1598.84713531925,604.611370541938,1439.01121995405,939.816434921607,5702.08903493181,169.587268628845,515.826092419446,4756.92118983562,13791.6513215185,1443.22726521092,4052.35569981423,474.024610099409,3166.21659247974,1651.14005381282,7694.78740204061,1829.67703899973,9436.24175405862,178.617966042255,931.517155079396,1220.95331677806,1243.29129356154,855.322668066002,1637.80985106913,403.998212086017,713.023321282143,1072.48934042765,2354.513245989,1509.34570968481,1705.34383920912,474.993787540208,1462.72812333671,14398.5802437612,4336.23243542002,97528.1256275721,34865.1192871158,3292.12609177548,15525.3878199926 -1033,555.457302399042,1534.10875247126,630.867051977618,1380.74469952066,971.922178680355,5471.2076612081,176.830244656333,494.939951201596,4917.09553920899,13233.2181957774,1491.94372873848,3888.2731249792,490.166101687382,3038.01437888746,1719.40594008157,7383.22034740301,1910.15385500478,9054.16205561488,185.796429422078,893.799406532436,1294.84685980735,1192.94960299205,887.419387410653,1571.49384197202,422.334661740919,684.152533241803,1120.5337843308,2259.17744022477,1560.945001465,1636.2933340599,494.419984326644,1403.50128972689,14811.666040435,4477.72239818036,101357.788734023,36435.6898100096,3385.59339406563,16256.3273674758 -1034,579.106945671873,1507.98777062138,659.133966307052,1357.23501862132,1030.88235028703,5378.05043504333,184.3080213177,486.512701528919,5219.49020900113,13007.8986727967,1583.48407960285,3822.06822812209,520.83706398006,2986.28667814737,1809.53832098387,7257.50764002325,2007.04297925476,8899.99853732482,195.139460692952,878.580851760583,1316.67953278085,1172.63747396119,939.656125856877,1544.7363112186,443.01542576513,672.503596440831,1173.94296127092,2220.71084988905,1659.46032343574,1608.43247451444,521.415738089903,1379.60413663642,15849.3095418397,4766.76555331813,106823.787831717,38108.5869745904,3624.45427769603,16972.4479249319 -1035,629.597056038159,1516.89725108439,714.755550889951,1365.2538229629,1123.2551245329,5409.82498667669,199.365345052928,489.387111715607,5688.11242318211,13084.7518286033,1725.60640030519,3844.64973897393,567.936311974836,3003.93023158609,1970.22250368522,7300.38638465807,2187.43976981899,8952.58143264658,211.915726967228,883.771675642866,1421.8589401856,1179.56564066651,1024.81959571868,1553.8629090952,482.76208670692,676.476876443839,1277.2771231302,2233.83123475989,1810.50418119042,1617.93540151885,568.46877452882,1387.75510200995,17300.9180793804,5199.7517371987,116300.332513029,41442.8474966172,3956.78246361658,18460.7054090103 -1036,768.095242940399,1558.3784155639,874.154144386358,1402.58813703469,1362.1636753961,5557.76238976533,244.805139350801,502.769921435065,6895.34069800742,13442.5682478683,2091.97790074436,3949.78576455147,687.698921411761,3086.07589038555,2394.69974039442,7500.02319471197,2656.09400827626,9197.39926896238,258.451451643135,907.939349632301,1760.10025574492,1211.82211441243,1241.44762973531,1596.35493870678,586.4942817388,694.975854247573,1555.24366194601,2294.91771955793,2190.53726830101,1662.17956140486,689.482431010791,1425.70473742699,20892.7344329751,6291.14429139933,141353.800057677,50518.6185838102,4777.21767260795,22505.374615154 -1037,1014.81975235129,1660.83746193279,1127.11351540595,1494.80440590343,1638.50092709598,5923.16980860086,317.779477184034,535.825645371381,8261.92109783903,14326.3797211727,2508.25009374928,4209.47319268548,822.881253116623,3288.9767966051,3015.8925416556,7993.12885929256,3416.02033914135,9802.10268936413,325.342387817334,967.633836539352,2562.61446985032,1291.49604788802,1525.54900300491,1701.31083584487,761.5897586278,740.668583667109,2004.95996272977,2445.80217656311,2626.9640334943,1771.46324440157,867.882555179319,1519.4408584753,24039.7412014263,7459.27021680962,176324.542053111,65618.0749964238,5483.41506768913,29612.2130980155 -1038,1035.57201060934,1892.91791296668,1148.75981900841,1703.68389512557,1698.4970336514,6750.85581173972,322.117412641584,610.700315713055,8571.66182408643,16328.305101338,2601.91062928232,4797.69236497982,854.972324677689,3748.56856033364,3103.923757722,9110.06473854343,3507.89344238973,11171.8191519136,333.393221438718,1102.84808981033,2556.75303695449,1471.9658362763,1578.64714343624,1939.04691489034,780.83390992398,844.167392493386,2054.8371506386,2787.57124505214,2729.92491005461,2019.00221084097,894.427037065443,1731.76297176861,25164.431456309,7763.66027387216,181600.017923139,67091.7071542622,5743.04646293956,30231.2245210879 -1039,1009.65944678149,2066.45033429732,1120.34617666755,1859.8683706794,1660.26338138797,7369.73756410751,314.367347201044,666.685999913686,8379.28220747604,17825.1953262394,2543.48461666532,5237.51871306991,835.553492730636,4092.21694272921,3029.66595658589,9945.22593688649,3422.81725665034,12195.9907838789,325.35056667376,1203.95120583754,2491.31448282231,1606.90766018491,1541.93827283021,2116.80819228629,761.734590310412,921.556068792698,2004.56852621838,3043.12061910155,2667.94031037511,2204.09335500477,873.153404537822,1890.52158438629,24617.164924056,7589.5780458608,177352.161241216,65463.6936646668,5618.42339321935,29487.8202310486 -1040,981.761538921771,2097.77815628983,1092.09260124825,1888.06436662429,1597.5180951058,7481.46433668363,307.618063525654,676.793099989381,8058.08152191762,18095.4290390434,2446.2204076906,5316.92059909748,802.738505233143,4154.25581286744,2929.15458045002,10095.9976552554,3313.28189135524,12380.8845710454,315.889319356894,1222.20335951293,2459.69588427856,1631.26871851821,1485.12077303677,2148.8994500047,738.124896336829,935.527052754949,1943.52263871391,3089.25496817091,2562.55599109089,2237.50787416085,843.227857267021,1919.18228950254,23533.5898615816,7282.85595060378,171388.1696213,63569.547733627,5369.17725377894,28660.9283349196 -1041,947.955185814513,2104.83631799561,1051.79016556369,1894.41692758055,1524.07089423739,7506.63639070945,296.659408927113,679.07023073686,7683.48938656807,18156.3127239602,2332.71737754002,5334.80985266449,765.212206805948,4168.23317706415,2811.22171179528,10129.9665398195,3183.99290477988,12422.5411614246,303.270936042684,1226.31557172322,2403.44610472505,1636.75726761304,1419.54106162729,2156.12961386264,710.105096091193,938.674716962756,1870.84986561239,3099.64904203918,2442.14014388866,2245.03616896477,808.299444808926,1925.6395494857,22312.2854815044,6932.48718645257,164259.720971817,61230.3862236912,5088.77534690847,27641.7205396507 -1042,909.070477790044,2132.1722301474,1006.01946361047,1919.02008283232,1443.70689345822,7604.12651437251,284.128600883172,687.889445805326,7274.31181719368,18392.1122326343,2208.69938432394,5404.09404936527,724.258240311495,4222.36681918266,2679.38859926432,10261.5263542647,3041.53483735102,12583.8750813059,289.142262518595,1242.24196678416,2332.35106973202,1658.01414754178,1348.11987580712,2184.13168186599,679.145224997521,950.865465185135,1788.54529443016,3139.90477745677,2311.70327807443,2274.19288341697,770.035788892634,1950.64819890453,20999.4152408193,6552.62823763726,156360.101124682,58590.7633954722,4787.60292841797,26489.7205239827 -1043,873.408318151581,2171.39709349056,967.834972100711,1954.32365701717,1381.86208015895,7744.01710067367,273.847554064361,700.544319143139,6961.10361881041,18730.4658040375,2113.68269919702,5503.51137015333,692.71303437421,4300.04429716749,2568.8677292837,10450.3042415513,2915.38288962596,12815.376445695,277.742718727496,1265.09507906903,2254.46471668331,1688.51608234742,1290.10444277855,2224.31242596036,651.19227014386,968.358220883881,1716.55980033077,3197.66856129414,2210.19955866334,2316.0304534813,737.540076138464,1986.53362502103,20045.8270145238,6263.86523728438,149888.290001223,56262.2339298664,4569.5125564076,25440.6359418008 -1044,858.889668512292,2163.03722315208,950.411217937703,1946.79951856222,1349.50929285753,7714.20266504848,269.126628041176,697.847226247532,6795.96337976961,18658.3535837667,2063.65146497685,5482.32287284956,676.162143568402,4283.48914339953,2517.46908345061,10410.070610992,2860.61520697841,12766.0372963768,272.247780198327,1260.22446795024,2231.56552385997,1682.01530201794,1261.69569288183,2215.74883179831,639.387423157069,964.630045511417,1685.09658607053,3185.3575498085,2157.50739902123,2307.11374527113,722.577302503063,1978.88547831493,19503.2713139472,6109.45731731582,146786.002381199,55259.8724325324,4444.8894866874,25008.0938543864 -1045,851.939644781182,2139.05682957979,941.712679766329,1925.21643244526,1331.508072852,7628.67958018231,267.158086969187,690.110581237621,6703.66703700611,18451.4987698224,2035.71024922203,5421.54340092269,666.889849417179,4236.00047588058,2490.53442742172,10294.6599339611,2829.67767553707,12624.5073238692,269.38209488775,1246.25305848608,2224.50978898099,1663.36773159923,1245.40059279905,2191.184053867,632.744411502333,953.93572740379,1669.25043244006,3150.0432579899,2127.08005389792,2281.53605523627,714.059379845486,1956.94667296449,19187.4122208586,6021.13361465208,145111.280620992,54743.8654299866,4372.19269601728,24784.4898407105 -1046,855.569307191004,2111.28701455043,948.266595942651,1900.2227513606,1340.24969911758,7529.64199598612,268.674889521356,681.151378786445,6747.97869427404,18211.9564160304,2049.15081093227,5351.15945630966,671.027572118631,4181.00757057166,2503.38408887999,10161.0118708507,2846.40044650814,12460.6125510082,271.2653727672,1230.07386378898,2234.96118288781,1641.77344125894,1253.33279234417,2162.73750909562,636.425070511708,941.551475459859,1677.11623600512,3109.14854336651,2141.18233781218,2251.91653631531,718.431159143559,1931.54106130469,19323.6008062413,6061.16395071997,145982.639380229,55043.0234510665,4403.34846344733,24916.4799241837 -1047,864.586625606574,2107.15046854658,957.005150844415,1896.49973370625,1352.77644005865,7514.88952022407,271.482625365784,679.816830714812,6811.09636730826,18176.2745807253,2068.31523075287,5340.67517960431,677.596114139023,4172.81591778409,2528.89866110213,10141.103875036,2872.73860821515,12436.199055023,273.7764099398,1227.66383753929,2255.19850236488,1638.55679126259,1265.01574116556,2158.50015854169,642.305212207779,939.706737645252,1694.49929115052,3103.05693389144,2161.22437503619,2247.50446145998,725.101646059951,1927.75668314893,19505.8327852131,6118.60813767519,147368.419600621,55569.9273151229,4444.8894866874,25154.5152212378 -1048,880.945219494376,2082.56261262923,972.457688844059,1874.36991293848,1352.80032044768,7427.19999661568,276.134803434786,671.884203912259,6804.83761620103,17964.179798138,2066.74578170201,5278.35606486732,676.340193881048,4124.1242851325,2552.43889743429,10022.7696579764,2912.5563135018,12291.0838982799,276.752132439944,1213.33850956536,2343.34014984211,1619.43684757686,1270.33234484118,2133.3131148597,652.461769391954,928.741515078247,1718.37359185673,3066.84807366397,2158.47368459592,2221.27884696454,731.909598755788,1905.26213220133,19290.245581234,6095.24195296155,148541.088769751,56480.2377939203,4392.96320763731,25627.2645478151 -1049,890.874578892857,2138.53614556552,979.18501085207,1924.74780094071,1338.47263354083,7626.82262554117,278.707738645336,689.942596197319,6725.73496881648,18447.0073508401,2043.08631418581,5420.22370200565,668.09247108261,4234.96935894077,2553.80105949258,10292.1540328621,2925.51301727307,12621.4342969815,277.098601721495,1245.94969859573,2415.63833937497,1662.96283866899,1262.70528663193,2190.65068117051,656.727043981395,953.703522687662,1728.51137294917,3149.27648211653,2132.52893563313,2280.9806892752,731.641614584579,1956.47031776191,18847.9408236445,6005.46624455716,148289.912725764,56904.9819621796,4289.11064953714,25885.6146405858 -1050,895.937071527378,2185.10844013481,980.404049861023,1966.66428747888,1322.70262578767,7792.91690955921,279.542467730792,704.967925506168,6641.22555713637,18848.7398453067,2017.68867953833,5538.26344400612,659.694420575994,4327.19704510145,2547.254892542,10516.2929749908,2923.8383093068,12896.2994925896,276.289428931143,1273.0835567266,2459.90968887023,1699.17826357114,1252.1888811315,2238.35790792626,657.35622315611,974.472945492358,1731.24153647797,3217.86032733673,2105.08998795015,2330.65509145356,728.623650917914,1999.07764621124,18447.6554052719,5916.42126379345,147560.847943779,57018.9891890052,4195.64334724698,25985.7842638216 -1051,890.647228456912,2142.47020318572,972.777822687175,1928.28857286965,1309.65791737223,7640.85295172018,277.46322487234,691.211816702988,6574.43485587453,18480.9425218629,1997.4641673834,5430.19476207038,652.989412149656,4242.7600214986,2527.36273379842,10311.0875108327,2906.06985871896,12644.6527260349,273.91494733613,1248.2417514639,2453.51942232782,1666.02203018236,1241.73525545942,2194.68060884945,653.65328234941,955.457958598701,1719.3855578802,3155.06990074463,2084.68366143884,2285.17678831275,723.440971718533,1960.06944652962,18221.9088090849,5854.33881387831,146371.483170656,56661.0849040203,4143.7170681969,25840.5273008664 -1052,856.531574261121,2011.19997095304,932.462048092492,1810.14135738173,1238.03554285864,7172.69402939927,266.449219380568,648.86091932964,6209.56894376807,17348.6058325981,1886.88673587756,5097.48398437753,616.45996247078,3982.80397053392,2410.66519825603,9679.32196743985,2780.33456226117,11869.9084624367,261.414780067912,1171.76134844427,2392.87578124161,1563.94401832408,1178.24626918436,2060.21141867269,626.374070265114,896.916566551653,1646.82733127903,2961.75717323726,1968.34907953888,2145.16285148016,689.549095100314,1839.97500084933,17045.1856828315,5515.09378772252,139368.16265815,54337.2272130334,3873.70041713645,24828.669798377 -1053,771.632370893201,1911.17077957617,836.364621993352,1720.11203216704,1097.24516923746,6815.95238554648,239.040537342046,616.589124374394,5498.84869141321,16485.754282273,1671.1596737167,4843.95514170746,545.653832119321,3784.71493595807,2154.96522395144,9197.91048998218,2495.63080448568,11279.545812097,233.556939077325,1113.48253884584,2183.77958576025,1486.15958228041,1048.87243016396,1957.74459028587,563.129124336365,852.30745747228,1477.95112387084,2814.45099813168,1743.44111548522,2038.47087231134,616.625010897137,1748.46186732368,14952.3247807476,4872.46579235771,124398.60934977,48837.8414907599,3395.97864987565,22362.6926090546 -1054,678.05687476363,1828.41094461261,743.337400875361,1645.62565479968,986.823414207998,6520.79974896609,213.046887443198,589.88883431195,4950.4476366832,15771.8681564327,1504.23503536126,4634.19632141642,490.933748146901,3620.82461970204,1913.40816596595,8799.61141472668,2201.63022159762,10791.1052395176,208.473085739343,1065.26516751802,1895.26114852205,1421.80409763538,935.950640797199,1872.96795968628,495.696890108812,815.39980627103,1305.38058392069,2692.57622764672,1566.54204948402,1950.19853434271,546.807060519747,1672.74785101171,13616.0437501868,4395.1803912821,110797.905183245,43097.0365311772,3094.80623138515,19666.5785127121 -1055,565.777913538646,1692.54133738825,634.51083009435,1523.33886144244,925.783552335487,6036.23772898297,179.279081019468,546.054069233479,4670.26692990404,14599.8572701913,1417.74367028559,4289.82820447496,464.821622459354,3351.76037002843,1691.85911022099,8145.71041387743,1902.62172060517,9989.21590783863,183.487127097017,986.105085739401,1418.54045105944,1316.1495319236,856.300871901927,1733.78731116949,423.503892901051,754.807272773405,1121.31665735356,2492.49031394666,1480.85093571087,1805.27886535287,485.140457388081,1548.44560146983,13654.8286746901,4216.96924931358,99067.6419361256,36656.0247531278,3115.57674300518,16493.0927213374 -1056,513.03392376243,1595.43376171332,570.899510667912,1435.93907952966,886.169540961629,5689.91566339394,161.695468942655,514.724856954078,4479.14075283179,13762.2075694779,1342.84904752598,4043.70433866655,440.174829626771,3159.45704686172,1536.64863339966,7678.35982516903,1713.33679404078,9416.09635189292,166.963655006312,929.528462101575,1192.96171282566,1240.63699497841,810.913962094113,1634.31329608668,389.590185637632,711.501090087232,1023.34606862574,2349.48660323428,1414.22319656617,1701.70310613264,449.072564537041,1459.60534977158,13397.4845706281,4062.53817294965,91942.1187890872,33045.2974375609,3049.02755385774,14721.1914395692 -1057,539.847727864767,1538.99739698328,598.115616871365,1385.14462878705,921.686800226951,5488.64240256137,169.228701184224,496.517144130277,4656.84652002017,13275.3876309006,1396.23738247556,3900.66363187323,457.848325588973,3047.69542157552,1607.90336936053,7406.74797513753,1796.63950107551,9083.01436453553,174.486847879418,896.64761892713,1265.98407873775,1196.75109784722,845.871687476458,1576.5016191155,408.959117419351,686.332677590522,1073.70060460105,2266.37661393202,1471.17278940139,1641.50760352725,469.722580155906,1407.97373593814,13873.2204637533,4220.5649464421,96027.8995466621,34673.0094216776,3156.52532017965,15472.436036118 -1058,555.549841825767,1512.38465722941,615.588095603442,1361.19235076524,956.594256469718,5393.73138312249,173.944786138492,487.931241668077,4835.34971414164,13045.8262054911,1449.62543633904,3833.2123507301,475.792750535819,2994.99388662656,1662.53204987471,7278.66857963545,1857.6800538289,8925.94853847375,180.098194484521,881.142557138061,1284.3320925047,1176.0565693317,877.853580570108,1549.24034668364,422.543537306736,674.464435987839,1107.64737606288,2227.18584523476,1529.72721871034,1613.12223085391,486.540628123986,1383.62669110995,14470.7446105507,4390.58908102952,99348.2472988449,35733.6139812459,3293.3406591348,15935.2864396055 -1059,603.191110104076,1525.74888213278,666.440649649986,1373.22056106572,1040.08009938637,5441.39322558291,187.854936340833,492.242858305989,5258.0606204339,13161.1059755067,1576.30925571204,3867.08462767543,517.700251142418,3021.4592251195,1806.98130268151,7342.98671684371,2021.52312641348,9004.82290629669,195.219191532524,888.928795413645,1386.55973481935,1186.44882266257,955.575540136376,1562.93024780997,459.782490884896,680.424357869339,1203.28312802788,2246.86642873913,1665.43130062451,1627.37662584972,529.531148148743,1395.85314302079,15757.6933165907,4778.78766958365,107961.675332416,38801.8798905532,3586.51638546728,17308.791004419 -1060,738.44216675694,1568.67638860222,818.452858240896,1411.85662707202,1268.45794984234,5594.488827113,231.586272434298,506.092292332727,6410.69806766651,13531.398537097,1921.97537341655,3975.88647725658,630.475282410811,3106.46909270148,2206.53579126621,7549.58435127992,2464.88278398685,9258.17691369132,239.217166013504,913.939134312042,1717.56597041616,1219.82999705302,1163.55462822131,1606.90386569024,560.774426430523,699.56834766114,1471.14881071846,2310.08284284578,2026.47174600241,1673.16346630064,645.244528652564,1435.12598505208,19152.9814990547,5816.11165866047,131861.405088183,47486.3972012557,4358.5457981428,21178.0438438883 -1061,997.664314895489,1655.65955070632,1083.07465903562,1490.14412776538,1583.7471118905,5904.70343356346,307.899153085353,534.155128124397,7977.76783708779,14281.7150721067,2393.42227989972,4196.34952525775,783.907624044348,3278.72291549448,2865.78713361105,7968.209074784,3260.51262660456,9771.54315616383,310.34279818396,964.61709214373,2510.66002098266,1287.4696142131,1480.22256683901,1696.00674277223,747.413291247299,738.359437671572,1947.7192201036,2438.17701947338,2524.90596045003,1765.94044061691,837.913360130403,1514.70377248141,23023.3994122296,7174.87091554657,169829.944426959,63272.4832920377,5228.30045292914,28535.6239899731 -1062,1019.26110594049,1888.02926845466,1105.26510073073,1699.28396585918,1645.44678954415,6733.42107038645,312.462231404776,609.123122784374,8295.9971572066,16286.1356662148,2488.43472280032,4785.30185808579,816.370146339457,3738.88751764558,2954.14312526858,9086.53711080891,3352.92946185884,11142.9668429929,318.507867757455,1099.99987741564,2505.31922450093,1468.16434142113,1534.86453264471,1934.03913774686,767.386072472157,841.987248144666,1998.97875002681,2780.37207134489,2629.99775930214,2013.78794137361,865.024285010161,1727.29052555736,24171.3120321084,7486.21629440221,175218.817048003,64776.871384713,5492.15860662837,29164.7829806119 -1063,991.499666170688,2063.76013308931,1075.0381062296,1857.44710748497,1601.78421366135,7360.14329679383,304.1921055825,665.818077054585,8075.7544904113,17801.9896574634,2422.37809960881,5230.70026747989,794.443390804522,4086.88950428075,2874.20584407471,9932.27877895807,3262.22463885296,12180.1134755328,309.83889751564,1202.38384613159,2440.29887840576,1604.815713015,1493.56081916946,2114.05243287533,746.60559403486,920.356344217482,1944.71408759148,3039.15894306716,2559.4262702274,2201.22396370714,841.681065985679,1888.06041541181,23526.2407789358,7285.891836806,170539.098355974,63040.3902110112,5345.57074346213,28380.0194388219 -1064,962.821145014216,2107.12154243632,1046.39931039214,1896.47369932417,1537.32172910088,7514.78635885704,297.265339886113,679.807498464032,7745.94136107128,18176.0250641717,2323.74594500616,5340.60186497329,761.237173686703,4172.75863505315,2773.69698697168,10140.9646620594,3152.62787804535,12436.0283359071,300.297564707602,1227.64698466615,2408.87285758864,1638.534297817,1435.21276072073,2158.47052752363,722.303529236096,939.693837730835,1882.45948587087,3103.01433637961,2451.84780784692,2247.47360862681,811.239530764431,1927.73021968407,22417.0576993818,6971.9097402208,164472.256833457,61125.1317426947,5091.48511397398,27547.808905041 -1065,931.564671609863,2099.83196623663,1010.24533430612,1889.91285826042,1472.01609205805,7488.78899388115,287.31736145221,677.455707899808,7413.43163615923,18113.1451984192,2224.20879220647,5322.12608013464,728.399267725184,4158.32299789575,2669.84972704085,10105.8820466745,3037.56224063587,12393.0059594801,289.133641616617,1223.3999462012,2354.58654441053,1632.86579679359,1376.41558788513,2151.00330977264,696.553516394379,936.442971705044,1816.57756829897,3092.27947415252,2345.4086127616,2239.69848517193,779.931330551168,1921.06124684799,21347.9046105625,6662.58752197509,158114.539152912,59015.5113087396,4847.17200869692,26626.3870496164 -1066,893.730840208556,2116.29136630941,966.813165497675,1904.72682068073,1395.36571435696,7547.48939281443,275.317438716496,682.765901623498,7023.57298889163,18255.1239415714,2107.47882865649,5363.84322883951,689.918094717168,4190.91774974006,2546.3018436049,10185.0963639957,2903.38343830378,12490.1477529527,275.83863296331,1232.989489311,2285.12470948626,1645.6649120784,1308.01544870046,2167.86381318562,666.51062136613,943.78322071757,1737.57582933442,3116.51811125316,2221.72159061322,2257.25422010815,743.465981582814,1936.1193639424,20107.0441801516,6302.08721866454,150605.9295222,56500.6136490231,4563.76880657553,25529.7132311577 -1067,855.718700008813,2133.1557431495,926.391884986902,1919.90527455185,1326.86065327335,7607.6340909138,264.383172241764,688.206750479117,6676.25124123096,18400.5960132881,2003.41715334844,5406.5868108256,655.412179787132,4224.31448204384,2429.23288974754,10266.2597170053,2770.75122746712,12589.6796802891,263.689401678713,1242.81497918382,2207.66085474507,1658.77894432916,1244.33280848063,2185.13916234859,636.438605227981,951.304073537232,1660.64227784337,3141.35313004776,2109.8434992926,2275.24190667995,708.461863345341,1951.54797981294,19035.4056663651,5981.4633482414,143611.743513348,54040.8009997568,4319.45570129847,24431.1707048468 -1068,840.016586047813,2097.89386353679,907.852580148635,1888.16850667803,1291.31331222242,7481.87699215867,259.33832460722,676.830429897753,6494.78564255977,18096.4271294613,1949.12419498329,5317.2138647333,637.467754840286,4154.48494934778,2374.60420923335,10096.5545206659,2712.63843695159,12381.5674640693,257.831728025207,1222.27077264026,2184.67733266552,1631.35869448249,1213.16515995102,2149.01797695123,623.574519223335,935.578653663941,1626.69550638154,3089.42536235031,2052.19555268953,2237.63128848633,692.259801714629,1919.288145929,18437.4988059673,5811.89980113036,140254.737164547,52970.9639019679,4182.64036234331,23972.5932500748 -1069,832.491592383397,2063.06588680165,898.630325234727,1856.8222646371,1271.82325494667,7357.66735393667,257.207012085255,665.594096699099,6394.89982059731,17796.0010907524,1919.26309599107,5228.94066655326,627.571228221056,4085.51467984214,2346.22104049521,9928.93757299151,2680.26763158211,12176.0161008292,254.801192142579,1201.97936573286,2177.50383073627,1604.27585504737,1195.58771638096,2113.3412683219,616.429422615748,920.046737512203,1609.66555852888,3038.13657385866,2019.51286397518,2200.48347476145,683.177476879184,1887.42527428603,18096.4310392479,5716.61899623103,138462.459534546,52423.4854135685,4104.46016865465,23737.0062440566 -1070,835.217299148925,2016.49359223237,903.869660755224,1814.90577809893,1277.81556767989,7191.57306991863,258.397365576298,650.568767390249,6425.05548404994,17394.2685962858,1928.31195361705,5110.90092455279,630.253860996928,3993.28699368145,2354.96954442056,9704.79863086286,2692.75197628128,11901.150905221,256.236225496344,1174.84550760199,2187.40934576566,1568.06043014521,1201.20344411954,2065.63404156614,619.296197591753,899.277314707507,1615.30449973194,2969.55272863846,2029.04326021259,2150.8090725831,686.372037594098,1844.8179458367,18182.5951530223,5743.07938095701,139085.909768243,52650.7597253215,4124.00521707682,23839.080715702 -1071,844.046546077676,1989.93870469902,912.214679583841,1791.00556884129,1289.80019314632,7096.86837321382,261.106835238662,642.00152942961,6485.36681095521,17165.2062039833,1946.40966886901,5043.59627267172,636.453131032931,3940.70002419438,2379.07739923453,9576.99766131398,2717.72066567961,11744.4265173911,258.613638107069,1159.3741515592,2207.22037582444,1547.41088852088,1212.43489959668,2038.4320311704,625.029747543762,887.434872933657,1632.10819909762,2930.44715496488,2048.10405268743,2122.48540557609,692.761159023925,1820.52382793823,18354.8674829437,5797.73396578063,140410.217071136,53155.9351253655,4163.09531392115,24067.29975652 -1072,861.114021864589,1978.68614476887,928.406661197576,1780.87792146651,1292.53291826753,7056.73752069189,265.958907222651,638.371186108937,6493.19078869361,17068.1416506543,1949.12475715549,5015.07611313731,636.647895376245,3918.41644174821,2405.65270447227,9522.84235498202,2760.09050775215,11678.0149927949,261.901747609615,1152.81820735294,2294.02603695581,1538.6607025385,1219.93106909244,2026.90525472241,635.863876894742,882.416671082411,1657.66909642197,2913.87627659787,2049.89236244795,2110.4833302505,700.539723353566,1810.22926286959,18194.0070122194,5788.26440736518,141792.713805191,54108.5733950711,4124.00521707682,24555.1080976834 -1073,874.329846420075,2057.33836264475,939.359307290813,1851.66731808701,1288.63344584737,7337.24085288418,269.620625715596,663.74626125578,6467.89669842965,17746.5954819468,1941.88608331432,5214.42397846575,633.882025448933,4074.17239350419,2421.27589013024,9901.3726609034,2787.04824288765,12142.2128050651,263.754823758395,1198.64240693897,2366.29067474519,1599.82203281469,1220.9972662856,2107.47416866041,643.110897386978,917.492485634796,1675.74911355674,3029.70203925166,2041.24379326517,2194.37444918976,704.507740630926,1882.18536705768,17946.5504729212,5750.3952056506,142438.740280435,54772.8599497389,4065.37007181032,24910.049408158 -1074,881.91594864607,2136.74267902882,943.910996746916,1923.13362631956,1280.89466457826,7620.42645066769,271.309768126884,689.363981259669,6424.82818086735,18431.5369130573,1929.21798246312,5415.67807398287,629.726148047858,4231.41773516065,2425.8809975161,10283.5225987445,2796.43940459597,12610.8494302708,264.129937616756,1244.90479267001,2410.74226265887,1661.56820794969,1217.17799609451,2188.81350918796,646.035914582783,952.903706721294,1684.6194357589,3146.63536613763,2027.15632784708,2279.06776274105,704.779839884076,1954.82953930126,17696.1410922268,5701.32951343581,142406.043423721,55074.7935925453,4006.73492654383,25086.4334559015 -1075,872.791192682024,2073.91346996449,931.583058524887,1866.58542056107,1256.69206418561,7396.3539072925,267.988102113875,669.093784887842,6300.7115045517,17889.5723155169,1892.11783484825,5256.43439280643,617.424990147509,4106.99628182883,2390.95294050704,9981.14384363497,2763.29530347878,12240.0374915617,260.157022477169,1208.29936317609,2402.93426232548,1612.71112406378,1197.24180304204,2124.45319901992,638.905378530146,924.884335556314,1663.7924856897,3054.11107053171,1988.56917371885,2212.05359845146,694.966899683191,1897.34934057855,17269.9666492689,5584.75298974595,140248.890993293,54444.1322792476,3909.009684433,24829.9409828323 -1076,842.008537111403,1953.25940640074,896.401113534612,1757.99308088963,1195.45908545153,6966.05622737735,258.244189130187,630.167915886493,5989.47022944311,16848.8106701809,1798.91482616953,4950.63081009513,586.713713972356,3868.06355989016,2291.44695319271,9400.4708400648,2654.85848629273,11527.9488326482,249.442824546337,1138.00413134504,2344.64693923891,1518.88842929335,1142.43186881694,2000.85888564813,614.581472898957,871.077339735392,1599.86563134781,2876.43205133858,1889.84740945918,2083.36295665792,665.621287510105,1786.96724833787,16285.4937783974,5297.48408273029,134212.623264079,52405.84571945,3684.2416275781,23938.6951093626 -1077,759.850162267904,1860.43301289278,805.720130031242,1674.44649359243,1063.19158818681,6635.00246439936,232.118760942256,600.219914743131,5322.81741995775,16048.0904359477,1598.93514759165,4715.35780837062,521.211448862306,3684.23831427887,2053.83872526551,8953.72433906219,2388.59954175082,10980.0964013877,223.435913820891,1083.92180159214,2140.31488432815,1446.70501393631,1020.14921751926,1905.77038195812,553.680705352546,829.68039693856,1438.91358302834,2739.73294592458,1679.94590764674,1984.35354244448,596.823603111393,1702.04369725373,14349.6671399421,4698.05779767006,120130.826777583,47198.6290850252,3244.47803807939,21601.7933193315 -1078,663.171709604584,1789.7935436145,710.297867050872,1610.86881526564,942.968879959723,6383.07560140715,205.36984660402,577.429942766778,4723.99560034326,15438.7545536724,1418.86243109687,4536.3186434385,462.172310262794,3544.35010684985,1804.8826256045,8613.75706746884,2088.14616685523,10563.189059364,197.460685460584,1042.76597374292,1855.7161718111,1391.77453609675,899.075134301138,1833.40948134259,483.342794555782,798.177955031662,1260.10776606108,2635.70701221821,1487.78245772716,1909.00888873895,523.671173154099,1637.41817049236,12830.5535300768,4173.12250154955,105828.128353978,41318.2749186064,2902.4396906915,18860.1588560481 -1079,549.777381864925,1658.2918968879,601.529001724798,1492.51331967023,875.984242777258,5914.09136813616,171.569639150602,535.004385576685,4412.67731364447,14304.4216835719,1323.84755211674,4203.02133447401,433.169845146945,3283.93578292449,1581.24861602681,7980.8777932552,1789.12777071928,9787.07900971797,172.233627467597,966.150744468635,1387.21258303487,1289.5165723099,814.842814027904,1698.70323727278,409.876018793914,739.533361166629,1074.01536630049,2442.05349635203,1392.36898901995,1768.7481232554,460.475259059825,1517.11201195915,12737.8988670914,3963.73792643369,93761.451982372,34875.7437839964,2892.66716648042,15700.2194861584 -1080,447.822946830766,1535.8732928977,489.286481224509,1382.33283975973,720.98259564339,5477.50067471456,138.073727375594,495.509233888466,3663.74798903651,13248.4391170066,1085.67145336515,3892.74543837095,356.475210369543,3041.50871993664,1290.54778891585,7391.71256854402,1486.59130996655,9064.57620320968,139.005464077215,894.82745958501,1098.97008647357,1194.32174026576,693.588067162615,1573.3013829365,341.871930231218,684.939449293755,908.464500513183,2261.77595869184,1144.92518444207,1638.17540776088,377.22873097261,1405.11560472268,10743.5147165627,3326.95992387332,77144.0022909259,28311.1496669237,2463.9960008804,12734.8048016538 -1081,474.294687570735,1466.96943793561,516.335763095357,1320.31726728992,757.762647723442,5231.76366386176,145.462731969671,473.279212348203,3849.74460197767,12654.074639407,1140.85044987234,3718.10527219955,374.808177339288,2905.05757082585,1362.1405095404,7060.09830511507,1571.25124756534,8657.91228966481,146.4920842256,854.682831915224,1167.55149377776,1140.74090625432,730.61629335557,1502.7183922674,361.572363227026,654.211023524391,960.402242255452,2160.3059459407,1203.9428486807,1564.68197492315,398.091586262998,1342.07792949224,11261.7518022971,3495.14135670712,81301.6874506191,29921.8904699419,2582.45734707658,13474.7144323321 -1082,492.212185392978,1431.10009317194,536.603498109152,1288.03376223988,798.823605146165,5103.84011635749,150.840832044903,461.706909068945,4061.59159585169,12344.6657627335,1203.40459588084,3627.19267618541,395.846302272424,2834.02506744058,1425.38765929154,6887.46955524288,1642.41964609316,8446.21487264937,152.96145603113,833.784705227121,1185.99418323829,1112.84828095871,769.233357097881,1465.97493824508,377.432640811834,638.214697940397,1001.11239132055,2107.48360570232,1272.30195528191,1526.42342927616,417.508862759086,1309.26234744412,11979.1643810905,3698.26039811258,85191.2646570453,31135.7696729778,2748.30323175122,14000.77593362 -1083,535.021612648747,1418.19870006231,581.596611940844,1276.42211467978,870.333639257377,5057.82890580415,163.053687904023,457.544612969775,4426.01886063044,12233.3783785932,1311.32215569513,3594.49346889508,431.653292393286,2808.47628042557,1551.72175369899,6825.37889318033,1790.00566021921,8370.07209348222,166.035431612757,826.268121095614,1280.58699831034,1102.81593366691,839.006651777472,1452.75914777912,411.287435007885,632.461180946191,1089.07040773778,2088.48460304765,1388.25862961711,1512.66269457507,455.189041379719,1297.45932380614,13079.2246036605,4034.53988696799,92734.5237554805,33852.7105795923,3001.02077030305,15225.8176001113 -1084,656.629706234364,1420.28143611936,716.449178568058,1278.296640698,1065.87081541632,5065.25672436869,201.619754609718,458.216553130982,5419.05162885734,12251.3440545225,1605.62808703383,3599.77226456326,527.878910798458,2812.60074818483,1901.18685476414,6835.40249757601,2188.98566770064,8382.36420103279,204.171491174963,827.481560657028,1587.07159844848,1104.43550538789,1025.39117243457,1454.89263856512,503.018993714451,633.389999810703,1335.39628062621,2091.5517065411,1696.12931923923,1514.88415841932,556.490921975516,1299.36474461645,15972.7115782355,4931.46331031841,113664.882143257,41546.9711801268,3664.40430900162,18677.1861848114 -1085,891.29206831618,1424.996518358,952.60406907718,1282.54035862107,1335.63160027004,5082.07247750594,269.332081002276,459.737750744477,6766.42368606696,12292.0163419169,2006.5236617847,3611.7228694477,658.596586135971,2821.93808337409,2481.33478179695,6858.09482044287,2909.28681605078,8410.19216213749,266.190355436883,830.228652543346,2322.56144679589,1108.10203520567,1309.52779093537,1459.72262385167,673.524873354526,635.492742170271,1775.33323266535,2098.49528691321,2120.90503035215,1519.91330490205,726.241415659303,1303.67840490451,19218.1052190645,6102.18614568489,147079.59059261,55639.3717982259,4398.8646554179,25287.3176274926 -1086,888.671879878557,1461.58903551958,944.413079489099,1315.47474090106,1326.40309279811,5212.57512923439,266.085148022914,471.543366630001,6719.52171507397,12607.663301855,1992.62573211065,3704.4683810195,654.780961048273,2894.40269392891,2470.81907870246,7034.20398925823,2901.04449405022,8626.15767297244,263.971040263857,851.548112503315,2308.58258711285,1136.5570119145,1303.65579567969,1497.20687344548,671.81895696996,651.811574373961,1768.90408167879,2152.38259387193,2109.48493384751,1558.9431923279,723.64146249346,1337.15559154326,19080.4922696809,6064.50481141068,146253.610304489,55387.5973760807,4367.27496309892,25196.2724546499 -1087,863.625846291542,1552.85337698475,917.516207671904,1397.6154336846,1288.90955649428,5538.05802828897,258.781971573721,500.987412652458,6529.21670531066,13394.9092791412,1936.2175440199,3935.78228599286,635.997134417962,3075.13458872076,2400.61728655681,7473.43278696409,2819.08674317504,9164.79102356999,256.431078372491,904.720362585156,2248.3576327826,1207.52574848081,1266.48941507648,1590.69525904599,652.870813559982,692.511903022409,1718.83760538272,2286.78137166584,2049.04700645011,1656.28650865816,703.113317853755,1420.65007701967,18529.0079395671,5890.61925510181,142140.725032934,53843.7704266626,4240.916193823,24493.7967541553 -1088,834.071604653482,1660.89531695922,887.495630285346,1494.856477193,1222.34712451233,5923.37614134184,251.5277660829,535.844310778194,6185.84103059206,14326.8787784835,1834.82276437836,4209.61982905924,601.803658032768,3289.09136762356,2297.16432036979,7993.40729874979,2704.12091520341,9802.44414415618,246.593666306746,967.667543920402,2217.88239523726,1291.54103696112,1204.03892245443,1701.37010075528,627.256419575435,740.694384747268,1652.01488582205,2445.88737571885,1938.44843989672,1771.52495306071,671.729411632451,1519.49378797204,17367.594285579,5561.5690635075,135839.770775594,51875.0252419043,3972.40380911167,23639.072182788 -1089,809.911844044158,1760.72201995243,860.382960980566,1584.70355668229,1177.22962217708,6279.39563561158,244.055356098311,568.050778167475,5955.11415617885,15187.9836645264,1766.55333260814,4462.6354550887,579.256393265553,3486.77941196967,2221.85760786108,8473.84425836321,2616.62302905129,10391.611727564,238.564112567023,1025.82838013732,2169.27309659021,1369.16801452182,1160.86239218528,1803.6295062671,607.354649366722,785.213191923073,1600.86907717844,2592.89535997745,1865.1701528359,1878.00095641174,648.936024477585,1610.82167210963,16647.0813121597,5347.15865395161,131246.525525488,50287.8702087232,3806.55792443703,22933.1118150023 -1090,786.561234697729,1814.35247622749,835.289374621428,1632.97260417673,1141.60858292918,6470.66197365544,236.965538634142,585.353238223804,5774.51179482031,15650.5998439099,1713.00727489002,4598.56445065618,561.677996212847,3592.98446232707,2156.29466861532,8731.95208505587,2540.12783526464,10708.1335135513,231.52325868555,1057.07445047848,2109.31072048217,1410.87198851881,1126.11389925575,1858.5668968808,589.674962682866,809.130278935576,1554.14916522542,2671.87327906592,1808.61207882707,1935.20365339402,629.761224516586,1659.88626054212,16129.8114556737,5183.99639218455,127352.765328249,48826.0540442479,3688.09657824086,22270.4715140339 -1091,745.678457550831,1843.65541718938,791.058311058004,1659.34614539297,1063.6335956187,6575.167260408,225.181823499442,594.807063545104,5375.0569169743,15903.3669380954,1594.86141018531,4672.83417738932,522.359091260761,3651.01343572449,2026.86558097106,8872.97863848637,2392.44484840309,10881.0766479593,218.182574389022,1074.14687197351,2034.95259228947,1433.65846420423,1051.85027708583,1888.58392872363,556.213705896048,822.198245113474,1466.85109305708,2715.02572379756,1681.45477164833,1966.45841736499,590.941173600386,1686.6944743448,14861.5462343808,4810.24779908576,119516.444988424,46163.8225531197,3395.8919242903,21091.2586604741 -1092,724.485724181558,1811.19944322574,765.685539777347,1630.13477824192,1012.63064650026,6459.41707443467,218.437741369182,584.335994825961,5111.99955528513,15623.4017892586,1517.18014291921,4590.57293541116,496.551434968002,3586.74047240067,1950.47380235181,8716.77745198173,2310.2931520569,10689.5246165493,210.109195067855,1055.23743662845,2010.88749611985,1408.42013530983,1005.70324150198,1855.33702680946,538.052637304537,807.724149473066,1418.10450525878,2667.23002218183,1598.61557856384,1931.84060180166,568.133284369545,1657.00166329477,13973.3214621105,4561.02815448064,114762.623169195,44706.228216219,3190.55892421693,20472.289837972 -1093,718.860017284537,1749.64301948977,758.929628106082,1574.73211812543,998.943660692685,6239.88376129875,216.944228474013,564.476429256734,5041.38389066046,15092.4162347224,1496.32876091638,4434.55519045217,489.622567758851,3464.83953146573,1930.06139481019,8420.52424339487,2285.66315879072,10326.2245342235,207.952737799345,1019.37355480466,2004.73993296634,1360.55279139491,992.57758322527,1792.28051880175,532.541350741606,780.272390809652,1405.11421443588,2576.58007081352,1575.55592189346,1866.18400107796,561.473297167584,1600.68589039716,13734.1775587464,4493.22635363123,113467.586643784,44301.908534913,3135.27696265872,20295.2711574996 -1094,721.865535743935,1706.42624349998,764.339484480252,1535.83570072207,1005.72016469262,6085.75651607761,218.182679688902,550.53367000644,5075.88608745738,14719.6284349855,1506.54809082329,4325.02017322562,492.735809880304,3379.25681990461,1939.95809925732,8212.53443868059,2299.32924878562,10071.163285989,209.450061829022,994.194682270565,2014.14669882911,1326.94667600279,999.071335158493,1748.01058211804,535.673138815987,760.999398119708,1411.67535427222,2512.93766919232,1586.37561864927,1820.08862331694,564.970646093906,1561.14840601621,13837.3964687195,4524.24045110089,114159.459074147,44544.6746190216,3158.96923189795,20403.3999922937 -1095,735.583033822111,1684.84678442126,778.981565632291,1516.41352892788,1032.38065208399,6008.79606484098,222.452282143757,543.571623537325,5212.80901988458,14533.4840758743,1547.0216632454,4270.32598635508,506.394207943723,3336.52275241156,1984.18376994573,8108.67876280408,2345.84825950015,9943.8033975479,213.932517756518,981.622100511427,2034.79827811007,1310.16611393424,1023.66467512603,1725.90524766853,546.100837319711,751.375802940478,1441.26647796062,2481.15907002562,1629.43494201138,1797.07179026241,577.499960928919,1541.40612985762,14282.4348631265,4653.02935511676,116778.229725551,45406.46362955,3261.63573193463,20777.5977533265 -1096,760.860293277411,1674.60666360347,805.815050015553,1507.19710765472,1062.1162445487,5972.27595022738,229.971240332346,540.267917141223,5361.08089396716,14445.1528197527,1591.15588546765,4244.37190291203,520.460690165205,3316.24411555751,2046.65171595469,8059.39603218932,2424.968061822,9883.36719105081,220.929546056547,975.656021577963,2119.30485669554,1302.20321818484,1054.68275165306,1715.41558272118,564.847643516784,746.809109355746,1488.64633416253,2466.07914176143,1675.6122465866,1786.14959103297,596.097573704148,1532.03780916225,14631.9295905089,4779.98146118109,120460.059276012,46964.2056971765,3340.60996273208,21507.0813824193 -1097,776.19623315748,1754.82093352214,819.809738704833,1579.39239878888,1067.64335309404,6258.35014634308,234.331516440829,566.146947408971,5384.82960981861,15137.0809079921,1598.49513503493,4447.6788649916,522.577250512232,3475.09341813292,2073.55269842765,8445.44404140746,2463.03141051786,10356.784083984,223.943226438972,1022.39030083506,2187.73194982033,1364.57922725175,1063.52537588621,1797.58461474869,574.435207936256,782.581538056515,1513.26018421192,2584.20523203531,1682.61008118829,1871.70680785542,603.51921632307,1605.42297895808,14570.9750211785,4790.3712940022,121850.123015992,47799.0616688382,3324.81511657259,21925.4762774735 -1098,779.124769178185,1854.44514532579,818.857526134767,1669.05723002737,1049.09595552772,6613.64748102285,234.549720934597,598.288086327035,5285.66643846977,15996.4391055491,1569.45213413626,4700.18126726874,512.943225339691,3672.38046669273,2061.48586175944,8924.90646967261,2454.61453759339,10944.7565838997,222.581134379862,1080.43316203569,2227.41358891242,1442.04874414755,1049.57079114795,1899.63659451124,573.43765888831,827.010042077426,1511.49748606619,2730.91502131487,1651.02884556527,1977.96683239585,598.867493025206,1696.56561114058,14132.3082264866,4688.06376938145,120790.328299768,47783.5262544016,3222.14861653591,21966.4493672034 -1099,770.223826734134,1794.74004315296,806.99657819664,1615.3208158216,1026.04648444051,6400.71667550139,231.391038854491,579.025801102271,5166.53753182126,15481.4230461064,1534.29010027035,4548.85578670629,501.244826770916,3554.14572055636,2027.9288253497,8637.56313466058,2421.72282777955,10592.3828230767,218.820669595714,1045.64789351866,2219.95313464789,1395.62102002503,1029.67507211751,1838.47652339648,566.29916342266,800.38390046054,1490.4707565101,2642.99138508119,1614.30896582154,1914.28486686544,589.379578198289,1641.94354620036,13722.7237953331,4575.39733449531,118707.926447114,47174.6104541509,3127.37953957897,21717.2300933155 -1100,758.124631181748,1676.4579851666,795.414815180031,1508.86335356544,1017.79941680775,5978.87845784184,227.886621440477,540.865197485685,5127.16649971207,14461.1223148463,1522.44680655789,4249.06416730858,497.524164136513,3319.91031035609,2003.19070118719,8068.30590576415,2389.04445798382,9894.29351255359,216.092730251261,976.734634884725,2172.28588484686,1303.64283797724,1019.65807356577,1717.31201961413,558.294885656697,747.634726402273,1469.73142620287,2468.80545689607,1602.23047833361,1788.12422622626,582.399382421619,1533.73151711964,13683.6592840239,4546.15139263081,117357.352853234,46488.7190182763,3119.48211649923,21383.4843960034 -1101,685.337001770695,1600.49596849873,716.37507513285,1440.49522013937,907.904789175968,5707.96939296323,205.207061543313,516.358045197943,4570.26251564906,13805.8741523298,1357.31356424183,4056.53474757017,443.332020095111,3169.48179704858,1799.85310342376,7702.72275777119,2154.09631953536,9445.97300862952,194.025294330036,932.477795004644,1983.51714710437,1244.57345487097,912.994707103483,1639.49886508709,503.987368879007,713.758636425103,1324.48584940434,2356.94137027667,1428.67640291854,1707.10249858462,523.521637859914,1464.23658190604,12096.8358637742,4044.55341774742,105313.661591518,41954.2639224655,2756.20065483096,19331.26498196 -1102,600.257442158318,1569.31277986344,634.376156632315,1412.42939863032,811.921507781903,5596.75843722917,182.309297152381,506.2976072814,4090.94469660441,13536.8880464972,1214.69156766819,3977.49944180944,396.510191475132,3107.72934612164,1590.49299819217,7552.64711778926,1892.18449749203,9261.93283360286,172.428417934097,914.309907329721,1720.59064548519,1220.32486594754,810.407081237974,1607.55576533326,441.920833797469,699.85215328626,1165.34948138379,2311.02001289855,1276.04533879733,1673.84224658718,461.980710168721,1435.70819668111,10945.0681360112,3626.08153828375,93341.7137489815,36880.5390454787,2495.58569319938,16940.2776548106 -1103,498.839917477935,1472.75481711894,538.915284099748,1325.52428512958,760.881347982042,5252.39649765523,152.64564584184,475.145713198335,3857.34558530103,12703.9793055234,1143.67668031093,3732.76859666082,375.173485994851,2916.51442818226,1400.0159886604,7087.9416566604,1628.26869242073,8692.05704022092,151.022120960774,858.05349809016,1286.37988296843,1145.2397175601,740.287967713045,1508.6447568393,376.26853978362,656.791076481957,997.85097272865,2168.82567970343,1205.4790943084,1570.85270915399,408.312152354928,1347.37076621733,11035.814153255,3480.7738019218,83156.5853765293,31220.0394325683,2527.17538551836,14139.2776126526 -1104,446.098307399684,1373.70914155008,495.578309839736,1236.38015415983,763.55979534687,4899.16244035065,142.955884056598,443.191223822133,3974.7556146452,11849.6115600558,1160.02802073024,3481.73252256279,383.374833811892,2720.37306202415,1400.03603805975,6611.26355544736,1530.08580015867,8107.49900542466,147.595675001857,800.347702526158,1029.92309427143,1068.22008048573,682.854344995646,1407.18541180936,332.03834909106,612.620577006007,909.996026210061,2022.96786132091,1180.68720712004,1465.20975624096,392.790988514913,1256.75741616712,11666.2353546358,3544.36237917287,80777.175616322,29304.4200997117,2665.45171002515,13048.7658599042 -1105,458.975982170812,1304.05318527389,505.814801838226,1173.68766755257,762.871348768276,4650.74315389973,146.039324614359,420.718556519571,3966.15509354999,11248.7594584344,1157.90141443107,3305.18611909099,382.597467405084,2582.43251745629,1419.08593142321,6276.02964659463,1559.28561457453,7696.39626238415,149.541944583656,759.764887076593,1089.01563142019,1014.05439943356,686.642930755305,1335.83199167643,339.408876154113,581.556743451205,929.05606007637,1920.39028020553,1178.68395800695,1390.91412579841,397.743579113895,1193.03167031416,11503.0412042259,3526.02070916158,81595.4573273444,29962.172063443,2626.25389076007,13393.5697753956 -1106,491.676234341231,1269.28306356519,545.309741298519,1142.39349680121,849.66772078525,4526.7398484187,156.694856347387,409.500888727728,4425.83621358459,10948.8324770363,1291.45827019117,3217.05955728471,427.550830196523,2513.57681896911,1552.1089340833,6108.69113837749,1696.01509320812,7491.18635393605,163.037873759307,739.507187550247,1112.08276295938,987.016549071539,760.227925468339,1300.21454795751,367.674454161474,566.050628379626,1006.01769961284,1869.18669086961,1317.54397553134,1353.82802073268,436.301048720832,1161.22172816794,13068.5221307442,3957.39442167122,89545.0633199701,32332.0360588619,2986.87382799877,14388.1415245506 -1107,563.211314359514,1267.66315649597,627.859524481541,1140.93553099798,1010.90339577619,4520.96265175432,179.223207739674,408.978268200011,5274.99666757614,10934.8591627785,1538.532813255,3212.95382415981,510.197115960592,2510.36889713121,1814.80107464695,6100.89499562352,1971.92302265522,7481.62581848107,189.857396207843,738.563400498138,1211.85428866683,985.756881207705,899.203187127523,1298.5551649576,425.776047598561,565.328213151083,1164.82695719585,1866.80116409378,1572.4995766189,1352.10021419035,511.488991902087,1159.73973306346,15831.6149682784,4741.21085505137,105044.459520357,37308.1066745212,3621.878500093,16527.6210882875 -1108,681.482842694973,1281.75055379725,760.69476510937,1153.61461852842,1209.48726668705,4571.20359843892,218.125572600801,413.52319744419,6307.21253313271,11056.3770160586,1839.90036884021,3248.65901666279,609.326896260685,2538.2663427937,2181.453063702,6168.69355177495,2370.46379016835,7564.76828012353,229.04002080121,746.770972045588,1497.94868675817,996.71148595179,1075.81116713105,1312.98586165543,512.402299477573,571.61064165228,1404.55999265004,1887.54671431849,1876.70180621178,1367.12595096502,613.453807603461,1172.62778956494,18819.2151497728,5654.82879551204,126206.161220221,45057.1476320618,4303.92055530531,19976.7957860752 -1109,809.77123071652,1271.27901848555,865.822831036261,1144.18991714777,1188.96672816657,4533.85817287524,252.333563937713,410.144831231343,6143.88746981367,10966.0495791013,1796.55290722724,3222.1184019481,591.837222233906,2517.52943297896,2353.65021046738,6118.29709033935,2659.56463654321,7502.96628757864,248.051515285395,740.670066857472,2146.29126839955,988.568638273818,1103.26758355061,1302.25914281504,586.500913249602,566.940746249562,1588.50588041803,1872.12599769549,1830.18092953715,1355.95692308462,659.72188566013,1163.04775601665,16785.562293456,5379.65011638531,133715.147099674,51735.4964200375,3817.86759641838,23507.0781130085 -1110,806.027632814598,1256.69986608617,856.302186580072,1131.06823502026,1176.15679132636,4481.86344292345,248.690938550593,405.441250102895,6076.88824276089,10840.2898475961,1777.02343616495,3185.16683227081,586.104180406205,2488.65815866418,2337.36315912525,6048.13185956962,2646.13073817258,7416.92153472467,245.264790453421,732.17598992758,2132.79743397477,977.231636227004,1094.84668735987,1287.32470731306,583.857013720196,560.43901419798,1579.33805425043,1850.65627324133,1813.3760563081,1340.40667617486,655.605810957491,1149.70981034448,16580.3179904087,5323.88058807255,132569.239066773,51392.4570514532,3770.83021330028,23378.8869285542 -1111,787.6624297008,1306.19377635738,837.452613643036,1175.61426486035,1155.79062172773,4658.37730520525,243.35558669276,421.40916208759,5973.08215803188,11267.2241916745,1746.55873595985,3310.61155113294,575.915484213814,2586.671556234,2289.81696759612,6286.33169044753,2590.06312701546,7709.02982472677,240.194842148173,761.012034019056,2078.87146759676,1015.71896022764,1074.21630921873,1338.02474737283,571.198687598331,582.511363395876,1545.27985417466,1923.54258285472,1781.76955896306,1393.1972983018,642.42107095323,1194.99002062122,16336.3460454154,5235.12720820611,129987.365088073,50286.5618372856,3715.95326632918,22860.6646548832 -1112,766.313134962653,1408.79745888939,817.231134459534,1267.96071069033,1110.39513556159,5024.30055088976,238.471939015143,454.511549088312,5733.7951643915,12152.283296154,1676.95071749592,3570.6655666455,552.188750177591,2789.85888722141,2213.11095496965,6780.13344691917,2507.04974944684,8314.58687382854,233.335524335779,820.790788561344,2053.27042199328,1095.50536529502,1033.50515279283,1443.12880534979,553.594089472239,628.268594890146,1498.45531909206,2074.64003568321,1707.98760741991,1502.63525144996,620.102473027904,1288.85846412787,15552.092500512,5010.92721259077,125570.899902193,48851.0020574579,3535.64329770983,22230.5778106144 -1113,743.212205000053,1521.95945786981,791.019020663211,1369.80996357261,1065.84568521479,5427.87871624597,231.05216842699,491.020299959472,5500.64736022436,13128.4184114552,1609.00179600419,3857.48014787755,529.622998499634,3013.95498177295,2135.71725267936,7324.74931726023,2421.41196794028,8982.45808938317,225.252285792394,886.721008545935,2008.05164148284,1183.50210055906,993.701005851412,1559.04847809561,535.187489796598,678.734422781709,1449.6804968767,2241.28600180228,1637.69724742295,1623.33479397083,597.68202697468,1392.38633414441,14833.5408475735,4798.98473755893,121034.912912078,47280.9058373461,3371.01245679651,21536.8767557179 -1114,726.470768600496,1602.17372778848,773.914224953326,1442.00525470677,1047.32917649558,5713.95291236167,225.929149076879,516.899330227221,5406.6583228199,13820.3464996946,1581.38778041653,4060.78710995712,520.639819806626,3172.80428434836,2092.92447196653,7710.79732647837,2370.69062674683,9455.87498231635,220.68390936733,933.45528780303,1954.36500753268,1245.87810962598,975.30534112042,1641.21751012311,523.706257955601,714.506851482479,1418.81901089174,2359.41209207616,1609.81470166054,1708.89201079329,585.82811887095,1465.77150394023,14623.6892130947,4720.81580406479,118669.119617972,46256.0954805563,3323.97507367842,21057.7181543405 -1115,696.746903270718,1675.87944612591,743.113277209717,1508.34265077132,998.076779329857,5976.81517045972,217.408809603209,540.678547038571,5150.19856615237,14456.1318385531,1506.54590204468,4247.59783201776,495.618497988782,3318.76462239782,2000.58284756351,8065.52156520801,2266.38963141131,9890.87903087389,211.430979596351,976.397567613322,1888.81049483169,1303.19295597389,929.704063433053,1716.71938200723,500.96637388781,747.376720605986,1358.50375927121,2467.95348186697,1531.8440784619,1787.50715160605,559.313328988233,1533.20223242032,13868.883967627,4489.53703011821,113394.679809649,44322.7095940806,3151.50466891209,20185.3490116734 -1116,685.884305528178,1651.89905255361,730.556860058049,1486.75956465436,975.447880904648,5891.29208559355,213.888836847869,532.94190202866,5031.4151214417,14249.2770246088,1471.95455344263,4186.8183600909,484.107879192262,3271.27595487887,1962.56764439915,7950.11088817712,2226.22438322231,9749.34905836624,207.47263405827,962.426158149158,1870.10071831508,1284.54538555518,910.109600191593,1692.15460407592,492.43700295407,736.682402498359,1335.02110571244,2432.63919004837,1496.41944731973,1761.92946157119,548.54309478294,1511.26342706988,13493.077496397,4381.12378936511,111162.687412242,43579.7378744716,3065.26946652892,19863.07784891 -1117,691.123801634128,1586.35071897692,737.576424355719,1427.76406384476,993.373832510938,5657.52212354457,216.012161925093,511.794451452205,5126.88661365198,13683.8572659426,1499.65294516454,4020.68292580512,493.412938376996,3141.46978592421,1987.67382771007,7634.64577566656,2247.72641758234,9362.48910875522,210.038581919621,924.236517710916,1868.47476264114,1233.5738632357,923.906932687104,1625.00890635315,496.63308949566,707.450408095073,1348.63207292891,2336.11062502829,1524.16381526022,1692.01505614361,555.218985158741,1451.29559847485,13832.5944884275,4470.71422129493,112676.975993972,43973.7329511946,3143.66510505907,20013.8766610674 -1118,697.739032217598,1534.39802199161,747.591305959799,1381.00505091773,1011.16209480151,5472.23930489916,218.515312079792,495.033276425154,5220.63800164323,13235.713433924,1526.92601562663,3889.00629262461,502.262511646647,3038.5872228666,2014.14330698254,7384.61251768108,2277.199125844,9055.86929645473,213.216490146468,893.967940168138,1878.66731439696,1193.17454399372,939.031969108275,1571.79016077547,502.808271867667,684.281536139946,1364.05255524319,2259.60342773932,1552.14054323715,1636.60187137,563.327555562973,1403.76593207655,14139.5358830178,4556.65961328076,114345.939738524,44493.997175316,3214.22117973621,20234.6509933266 -1119,698.994602968613,1508.07455175808,746.602831664018,1357.31312429298,1002.34675827659,5378.35992915134,218.721710996448,486.540699186511,5172.53164183663,13008.6472466611,1513.0557257321,3822.28817912689,497.779522459449,2986.45853189677,2008.05076693684,7257.92529245708,2271.75539379254,8900.51071123279,212.434123356721,878.63141201477,1893.30843963995,1172.70495647988,932.748523319019,1544.82520714706,502.058086405031,672.542297435406,1363.22844438995,2220.83864655662,1537.70945697952,1608.52503600676,560.86958801771,1379.68352959802,13937.3533142711,4508.94173360132,113810.985260784,44459.5749453827,3167.18379661812,20239.7397647498 -1120,733.837800677834,1499.19399459943,786.127665543377,1349.32035180808,1063.13008859101,5346.68852887809,229.784106971721,483.675620345349,5488.87255926756,12932.0435832042,1605.38484500134,3799.77997579436,528.078400189912,2968.87225563242,2118.04273864353,7215.18574729483,2394.79757262726,8848.09851846675,224.194912528625,873.457439370853,1976.1367342904,1165.79928103823,987.385917655625,1535.72823741423,528.789727810387,668.581916095489,1434.5210372759,2207.76085506554,1631.92605111984,1599.05295884271,592.380430245704,1371.55902512232,14863.8955455637,4790.66244741671,120237.856044018,46792.2671958596,3378.85202064953,21280.7384774092 -1121,752.954805285499,1579.72646014871,805.279759652961,1421.80202872139,1081.5089079945,5633.89753005188,235.583030191904,509.657308087435,5581.14149245298,13626.7164261438,1632.57353932916,4003.89342015037,536.856103495938,3128.35168491791,2164.2377175772,7602.76513976764,2450.82619894927,9323.3933713557,229.152542870048,920.377105136788,2041.6418756703,1228.42272455241,1006.39680284512,1618.22321926324,541.618817459544,704.496247608819,1468.86078142155,2326.35553036581,1659.24969459487,1684.94956580844,605.114315992072,1445.23530073266,15041.0960024591,4864.89390255738,122757.788729404,47942.1688122573,3418.0498399146,21824.9261729487 -1122,758.337579469076,1741.08066076763,807.589123836137,1567.02573394508,1070.56853195873,6209.34717609051,236.632825548383,561.714008795162,5519.77787688375,15018.5573501694,1615.00192229752,4412.85347650779,531.006656563493,3447.88338746803,2162.23506541615,8379.31609499133,2453.31415596431,10275.6903179734,228.869818481972,1014.38497030436,2079.68068334493,1353.89455258244,999.821568029877,1783.50950176472,543.018491354616,776.453913533621,1473.46521586175,2563.9708684809,1640.76811450368,1857.05131705,603.638174217346,1592.852494303,14739.6104168478,4800.08161542499,122365.440709039,48110.7914206381,3347.49376523747,21940.9579720254 -1123,757.337745738488,1728.90243725001,805.693086022713,1556.06496108954,1069.99787477083,6165.91505975443,236.040667963187,557.785024397006,5517.07889584858,14913.5080250899,1614.19346784499,4381.9871776634,530.756646035392,3423.766702066,2160.19616315687,8320.70583836792,2453.31415596431,10203.8156160656,228.424405583699,1007.28971780995,2075.6614033924,1344.42455452194,999.821568029877,1771.03450399597,543.018491354616,771.022901907785,1471.79647279888,2546.0368284145,1640.76811450368,1844.06192113496,603.638174217346,1581.71107268864,14739.1423839023,4799.11229878716,122279.116221659,48067.7813210592,3347.49376523747,21924.7823015561 -1124,738.852378898184,1650.48163667395,785.703778203623,1485.48384710193,1041.52471515091,5886.23704851914,230.235811151938,532.48460997216,5369.58553656718,14237.050398837,1571.09225345773,4183.22585071832,516.540446570885,3268.46902882728,2105.19413562048,7943.28927677141,2391.82230517329,9740.98360640334,222.628249470616,961.600346113335,2028.57733478016,1283.44317835625,973.717490575308,1690.70264682529,529.524598006469,736.05029042471,1435.10464677206,2430.55185825159,1596.87195783602,1760.41763383945,588.220893796769,1509.96668392049,14326.1864870313,4669.16672052791,119139.769782698,46877.2047596268,3253.41899900128,21387.1101792935 -1125,666.038613777766,1607.69876356173,705.25230977937,1446.97795553146,923.795065596635,5733.65726383111,206.675465176371,518.681838104575,4758.25790057346,13868.005444218,1392.56070541399,4074.79058140402,457.559159383308,3183.74558045658,1883.15920658174,7737.38772072223,2148.45981352959,9488.48321114853,199.052441623409,936.674273215403,1851.58090290523,1250.17447337568,867.584424796724,1646.87718690961,476.436407927076,716.970801456318,1288.75965876959,2367.54843583618,1415.6543126842,1714.78506054719,526.428193113413,1470.82616178052,12573.6922001255,4127.80171156959,106426.367310283,42160.3940323459,2853.60124249751,19275.1030366949 -1126,595.689761457136,1606.33919990259,640.211876196923,1445.7543067432,862.381378319247,5728.80854949076,187.798301552832,518.243210549634,4451.76230963035,13856.2778515533,1302.10162345261,4071.34470129349,427.975912599923,3181.05321986687,1718.06854041002,7730.84453526972,1940.42310296768,9480.45919741748,182.397899006049,935.882166925856,1610.8533992876,1249.11725306793,799.864517220835,1645.4844916951,428.480568645756,716.364489211502,1164.04676651529,2365.54629906307,1321.81444740194,1713.33493848179,479.936000087426,1469.58234556085,12037.1136285459,3881.5075221763,97569.6582349717,37990.1048500116,2736.00778470229,17271.3358763054 -1127,483.227728725334,1514.81451502733,528.526800210245,1363.37929694469,767.751784752963,5402.39716811215,153.351614553371,488.715171554401,3982.82427858743,13066.786152674,1163.43403139744,3839.37094330575,383.864720364199,2999.80576382683,1459.88814334108,7290.3627802624,1617.76321307648,8940.28932509601,154.327239022315,882.558236081453,1200.11947552409,1177.94606894553,697.459088177913,1551.7294183092,353.808403225634,675.548057579327,966.613039669229,2230.76413126644,1183.24316752079,1615.7139376746,408.550468827644,1385.84968119964,11311.6903077905,3520.0134867104,83585.9743992595,31287.4873433869,2579.21650764198,14064.4796997069 -1128,454.056576440844,1426.7899848947,525.013682050705,1284.15453324222,812.998930925412,5088.46865237942,154.641936155897,460.316365682127,4079.29702045782,12307.4867796997,1184.57428607364,3616.26849747048,393.100865096076,2825.48970715421,1451.19702079423,6866.72625456048,1554.65660091683,8420.77702884821,151.92919003727,831.273558469058,1039.40197155094,1109.49666592497,692.491777551846,1461.55979583422,337.631173279877,636.292558136639,907.63742294844,2101.13640289211,1191.68186456613,1521.8262314362,395.461421357469,1305.31918336516,12160.5119546928,3636.70245145596,83024.7249787036,30015.3146079088,2740.53983284422,13311.563053507 -1129,476.516229415444,1391.78844869208,548.238661022879,1252.65208238337,841.323443019702,4963.64003594832,161.338493982975,449.02403807354,4219.41633758996,12005.5636174659,1225.44503672833,3527.55540439256,406.786374850797,2756.17573570635,1512.38401665335,6698.2740155225,1624.53653964404,8214.20133435231,158.165274616998,810.881032688059,1102.58965209809,1082.27886363438,719.146700674859,1425.70529822225,353.30894062088,620.683241247076,949.186047473754,2049.59202519738,1233.44614706978,1484.49329771951,412.025232804891,1273.29752836601,12515.1115771346,3757.63769446521,86356.7653344436,31393.5631360465,2819.59386648396,13950.388002525 -1130,500.059302913834,1381.9533046416,577.272032402752,1243.80015256102,903.472092180451,4928.56422050081,169.411980606449,445.850986809367,4535.6944918413,11920.7256899087,1316.88431556775,3502.62775423074,437.752976611208,2736.69907931177,1607.10243194456,6650.94032059624,1721.50597236166,8156.15526171896,167.651921487904,805.150900517623,1122.18450763647,1074.63088485093,769.940600749997,1415.63047902488,373.515518870398,616.297151469478,1002.39904600892,2035.10847862715,1327.83295594793,1474.00305012565,438.751121063357,1264.29970644676,13598.2358546086,4054.27938186555,91930.155795551,33087.1299792369,3065.5397489187,14665.5935871574 -1131,543.592926963095,1406.8304300793,625.865932118397,1266.19032472586,984.355472231279,5017.28538780026,183.223522435932,453.876938835477,4942.56169139528,12135.3157106426,1434.93981672704,3565.68003661314,477.310129173791,2785.96355594249,1749.6754082413,6770.66670793392,1876.13042380816,8302.97765930187,182.029292378163,819.644762127256,1211.74567922779,1093.97576953833,839.677398684705,1441.11384151032,406.999209882423,627.391376934627,1090.50624457325,2071.74332636917,1448.63189095886,1500.53720193119,478.316944718897,1287.05889974401,14843.6016764811,4422.39648505257,100073.536421961,35977.7103882107,3346.62075741554,15949.6072415392 -1132,664.762304355212,1453.05560290771,767.583015950565,1307.7943911028,1198.23626877113,5182.14170539318,225.55827533395,468.790278419209,6014.57247456874,12534.0539338556,1746.34273520045,3682.83998170615,580.189453415115,2877.50383266216,2133.21853671427,6993.13505383129,2284.50173842732,8575.7941758383,222.714671522412,846.576380876149,1500.76510051915,1129.92126654763,1020.72851762312,1488.46548742651,495.782244817954,648.005997012346,1331.5420206618,2139.81598905114,1759.41532759516,1549.84136113311,581.964931248095,1329.34865891397,18002.714680734,5371.74491738874,122035.287900805,43974.3298031693,4058.10706017317,19492.7537373546 -1133,879.733748700242,1558.40734167417,990.359962628204,1402.61417141677,1438.66225133189,5557.86555113236,292.705512369116,502.779253685845,7192.8165814489,13442.8177644219,2091.04506692947,3949.8590791825,693.146730237744,3086.13317311649,2685.68915345041,7500.16240768857,2941.29710032139,9197.5699880783,280.479594468133,907.95620250544,2187.06655061585,1211.84460785802,1254.70914676978,1596.38456972484,644.99244211739,694.98875416199,1718.74182906098,2294.96031706976,2108.28962713141,1662.21041423803,733.16311339144,1425.73120089185,20627.9892969571,6352.30416318152,152241.884881733,57170.2071824695,4637.83664019791,25685.0158905724 -1134,890.873576431343,1827.77455335139,1000.30452954041,1645.05288324138,1471.37180280637,6518.53013884991,294.262466647426,589.683519363276,7360.62960262871,15766.3786470325,2139.44035538674,4632.58335686356,710.262209427946,3619.56436628189,2735.03853835227,8796.54864821733,2991.71321215125,10787.3493196061,284.376058735867,1064.89439450035,2179.15574297341,1421.30922874085,1282.40154705802,1872.31606004326,655.35418138761,815.11600064591,1745.35206123424,2691.63905759395,2160.75066708852,1949.51975405617,747.406230524381,1672.16563938267,21244.8104729266,6517.02859654555,155034.978073338,57945.4438572109,4778.37714444634,26012.4334681086 -1135,868.349393241644,2017.12998349359,975.276807991787,1815.47854965723,1437.76924590038,7193.84268003481,287.116661756799,650.774082338923,7192.98415800485,17399.758105686,2090.67119309254,5112.51388910565,693.874803913841,3994.54724710161,2668.77702868052,9707.86139737221,2918.26377737012,11904.9068251326,277.423577714463,1175.21628061967,2123.27779101824,1568.55529903974,1252.12404859202,2066.28594120917,639.129236172521,899.561120332628,1702.13656429242,2970.48989869123,2110.88647061911,2151.48785286964,729.383664704026,1845.40015746574,20775.1758889728,6368.64352115869,151360.095464668,56524.0617524946,4672.97176626002,25366.1700156611 -1136,845.947473915694,2068.27272694429,952.818380305277,1861.50857968264,1387.3662461401,7376.23690034802,281.514850624079,667.273947102116,6937.2383477519,17840.9152805757,2016.66450093559,5242.13765572372,668.565621966587,4095.82584924027,2586.29688894279,9953.99658398069,2831.12294814968,12206.7463697056,270.050872936026,1205.01296463639,2097.16984651716,1608.3247843498,1209.29289907077,2118.67499528689,620.655024294755,922.368784673483,1653.91858364825,3045.80433259229,2033.49333242731,2206.03713437208,706.129264660908,1892.1888263118,19923.033555662,6129.12774424333,146646.182004605,55003.0851528047,4479.72857291844,24703.2128785444 -1137,819.813034129827,2082.9097343701,921.510542480859,1874.68233309972,1331.8334787409,7428.43796304079,272.512048985286,671.996193637376,6656.79024279268,17967.1740693917,1935.39034192238,5279.23586177478,641.425837686778,4124.81169457352,2494.46466886398,10024.4402542076,2732.9303784837,12293.1325773516,260.547288207263,1213.54074894734,2050.53043491987,1619.70677546972,1162.62302491952,2133.66869569927,599.659047505837,928.896317805224,1599.05364431928,3067.35925620219,1950.48946614585,2221.64908994098,680.357355105375,1905.57970148071,19029.9200216863,5873.04081245407,141290.347873981,53197.5163086624,4277.70159806133,23915.429736094 -1138,787.161116951269,2101.1626037855,882.578975966075,1891.11047266659,1263.73703069482,7493.53454685448,261.2921996345,677.885003203968,6313.11164346659,18124.6232745304,1835.77224606575,5325.49864561414,608.176581276861,4160.95807575451,2380.94302221862,10112.2860191504,2614.44405465138,12400.8592540952,248.790143972636,1224.17519961761,1990.40373827527,1633.90052365575,1106.0883259011,2152.36637396909,574.348384267686,937.036384035443,1530.8891882622,3094.2390134138,1849.75191522902,2241.11775440416,649.199631091046,1922.2785996028,17942.3220367616,5560.8116920219,134710.424555257,50971.3942024739,4031.7557156266,22947.8185862952 -1139,753.561636245569,2116.63848805028,845.450152027735,1905.03924084196,1200.91862746045,7548.72735923954,250.836233619993,682.877891348615,5996.95917163221,18258.118212825,1744.05256184863,5364.72302574697,577.375592331939,4191.60515918107,2270.40664145764,10186.7669602269,2494.1480040943,12492.1964320244,237.749396179686,1233.19172869298,1922.96731303868,1645.93483997125,1051.74100248984,2168.21939402519,548.308877656462,943.938023444547,1462.73033156363,3117.02929379138,1755.52659276826,2257.62446308459,618.392702510683,1936.43693322178,16969.6565438839,5273.86042045241,128401.06955073,48739.2260519926,3812.16117773844,21955.5060141956 -1140,744.639586644249,2101.24938211629,834.974895763921,1891.18857581284,1183.44843053253,7493.84403095556,247.795294077748,677.912999956308,5908.98448842008,18125.371824191,1718.53462660818,5325.71858950722,568.873057008668,4161.12992394734,2240.45929385012,10112.7036580802,2462.50921459421,12401.371411443,234.63982281875,1224.22575823703,1904.89575079457,1633.96800399252,1037.0691278343,2152.45526702327,541.50270387924,937.075083778693,1444.44326275586,3094.3668059493,1729.74682297293,2241.21031290366,610.187786904989,1922.35798999738,16697.4138336112,5194.47090398316,126675.069524391,48139.0319260403,3750.67470712975,21692.2611003891 -1141,738.753818269651,2084.3850052762,827.46909804058,1876.01012194172,1167.76257327021,7433.69933285619,246.012899626428,672.472151100689,5829.22993873037,17979.8997524743,1695.4703364729,5282.97500752112,561.131406568565,4127.73319164356,2216.77969002732,10031.5403050706,2436.24964787281,12301.8394841066,232.21139866693,1214.40026836421,1898.98374088232,1620.85397174175,1023.83245291458,2135.17991786031,535.972551349176,929.554230959032,1431.14001312207,3069.53178715471,1705.55473868726,2223.22262633186,603.09083023826,1906.92937412684,16426.5039878895,5119.59569975273,125250.395242269,47697.4649352437,3689.18823652107,21502.1316450033 -1142,741.15839047828,2051.58190957168,832.300264641011,1846.48633462943,1173.26386943978,7316.71118045774,247.15142772941,661.889092656428,5856.7141720831,17696.9403323839,1703.46221657164,5199.8339686355,563.52446976173,4062.77281887872,2225.03761106829,9873.66852233467,2447.59468320655,12108.2387736249,233.521511994745,1195.28859363718,1907.62120218974,1595.3457149545,1028.63950270295,2101.57743510657,538.464038677165,914.925332591647,1436.12756520172,3021.22490300077,1713.60082384722,2188.2345677921,605.909931385158,1876.91899379744,16504.7166187147,5143.28175335252,125813.725502877,47903.8714323567,3706.75579955212,21594.4152420607 -1143,746.915098422678,2014.35300114888,837.190396724954,1812.97918079114,1177.79885719017,7183.93891861312,248.979236871827,649.87816182223,5878.67642228189,17375.8038630456,1709.91180172618,5105.47549251084,565.862328683065,3989.04795490374,2238.56818726585,9694.49658700997,2461.33603504144,11888.5173428784,234.744192999583,1173.59836065953,1924.09948517532,1566.39586935114,1033.19582720086,2063.44128586974,541.623814211896,898.322694762837,1446.0970700025,2966.40042598927,1720.0053946917,2148.5259000797,608.981420367056,1842.85959552965,16545.1998991783,5161.25605331656,126457.442259551,48206.3435721437,3715.53958106765,21737.2194962386 -1144,770.702699648566,1971.71476419979,863.443799721114,1774.60346618191,1206.34662064233,7031.87496077408,256.67971201107,636.12205301905,6018.75384527504,17008.0065396019,1750.8760208401,4997.4068105751,578.985377577177,3904.61093130089,2300.84934242509,9489.29112285183,2536.30190165913,11636.8705763236,241.573994465449,1148.75655539683,2003.23435562187,1533.23963596236,1060.31762490134,2019.76398679293,558.607880383222,879.30770786918,1489.30510113297,2903.60999939717,1760.92200563471,2103.04759693889,626.35159911896,1803.85139584802,16862.9147233884,5277.07390217508,129961.896885741,49715.1591039412,3785.80983319186,22441.0188540213 -1145,784.111242591646,2028.64288683382,875.557495817058,1825.84051404698,1207.23962607384,7234.90201488077,260.695381259731,654.488418632373,6018.58626871909,17499.068380608,1751.24989467703,5141.69390165444,578.764560489858,4017.34639079597,2321.93996305145,9763.26966100564,2567.40405877842,11972.8548714528,243.948862010003,1181.92390558849,2067.02311521948,1577.5079325782,1065.05552268283,2078.07940544255,566.385118198828,904.695425167601,1509.23291201751,2987.44416706096,1760.70669041152,2163.76761267216,631.792986214823,1855.93290141918,16715.7153455794,5264.18965547544,130950.936332066,50436.751169846,3750.67470712975,22810.9345554022 -1146,788.978120657553,2146.14391739582,877.078004682162,1931.59502778361,1193.78461119287,7653.95479557515,261.550093978204,692.39704423588,5946.96806427384,18512.6319712928,1730.82618656537,5439.50596912073,571.927014683654,4250.03512280824,2317.16266125479,10328.7680315017,2567.454016174,12666.3346333643,243.389020839577,1250.38212356951,2105.16503743791,1668.87877413966,1057.0581961255,2198.443848743,567.295627070884,957.096291526013,1512.53866005795,3160.47992937,1739.58231953359,2289.09520287335,629.632640973957,1963.43039641252,16372.6411346641,5189.55488871293,130392.932296966,50563.3405264968,3671.62067349001,22911.0021409973 -1147,774.73748148463,2113.83257959531,857.412139085588,1902.51383759379,1152.22833557548,7538.72043645082,256.082893636301,681.972638581141,5735.18864855745,18233.9144536312,1669.62519625826,5357.61131452112,551.3487548509,4186.04858425227,2256.4710187556,10173.2629368881,2510.77879690088,12475.6362306544,236.959762239189,1231.55695585969,2096.06646900859,1643.75291683706,1025.02562062636,2165.34510766771,555.748699302998,942.686697960339,1479.27773629421,3112.89722357759,1678.2275228559,2254.63165746148,613.376789998601,1933.86990782083,15638.1882094561,4992.37332274419,126792.733129394,49522.4340373426,3504.72882469501,22488.9323960852 -1148,750.375904889297,1991.29826835815,828.837897867593,1792.22921762954,1104.72426107277,7101.71708755417,247.783966839817,642.44015698455,5496.00878776632,17176.9337966481,1600.24538893394,5047.04215278224,528.234212074251,3943.39238478408,2174.88689697401,9583.54084676649,2424.51785234503,11752.4505311222,228.487056011453,1160.16625784874,2046.43605947303,1548.46810882863,985.09944658019,2039.82472638491,537.18365467574,888.041185178474,1429.40408195057,2932.44929173799,1608.14045587501,2123.93552764148,591.027164858932,1821.7676441579,14899.1783360412,4776.63373302075,122092.443687111,47885.0188193951,3337.83697590001,21770.3453202567 -1149,676.15681749731,1883.31418341011,743.515338891974,1695.04024541071,979.01248041892,6716.60530724229,222.287101510652,607.601924265626,4866.569571022,16245.4633546166,1417.34349682372,4773.35124608963,467.558731883064,3729.55017689974,1944.26391376699,9063.84477443802,2176.73680172744,11115.138865328,204.170310294393,1097.25278389455,1867.77482341229,1464.49780942143,877.156975629021,1929.20914958603,483.099776833064,839.884504533773,1283.12432956399,2773.42848684072,1424.61435389992,2008.75879189807,528.656144193208,1722.97686270228,13064.7717101069,4219.25880268035,108994.180962036,43045.6542039357,2924.99924467028,19612.3316828407 -1150,592.835682991605,1792.45481871225,659.228971207135,1613.26404407798,877.088552911572,6392.5667073538,197.717917914333,578.288533375099,4363.84270784537,15461.7107058949,1270.56866764496,4543.06377439749,418.926164994289,3549.62026256737,1721.20535689704,8626.56501242066,1914.82118959559,10578.8956485942,181.706581217719,1044.31648057573,1620.40501804976,1393.84398982107,779.684508136233,1836.13560973549,424.065383294708,799.36477969246,1130.22934819085,2639.62609074076,1274.49706576587,1911.8474272034,467.232733392833,1639.85287600199,11840.2051001224,3790.07047413982,96760.55161483,37892.6005614511,2652.70201768896,17208.3766640096 -1151,490.233830301121,1656.4116492145,557.395492284573,1490.82103937742,812.704047777255,5907.38569915467,165.115762538222,534.397772981443,4065.09406825258,14288.2026719248,1181.60649907582,4198.25575544644,391.423900656563,3280.21230539497,1506.11189096037,7971.82870670377,1637.20462671733,9775.98196909927,158.145593725444,965.055278288735,1210.50232979066,1288.05445907191,703.83507142468,1696.77716936177,358.41084423238,738.694844205685,960.775763370098,2439.28458370556,1187.8605478772,1766.74263522894,409.569664767125,1515.3918405369,11716.7474361344,3590.54524685866,85504.1549594199,31923.8523604022,2635.1344546579,14299.2135948425 -1152,464.766074589967,1556.15104334372,538.18409298382,1400.58343405524,834.941597921148,5549.8187443518,154.716259426979,502.051318209453,4238.12663239337,13423.3549407639,1274.68566584544,3944.14038150473,420.606208003952,3081.66499785844,1499.02880057307,7489.30349842525,1611.43682198487,9184.25353271179,161.836083734096,906.641642435651,1076.15941158623,1210.09007109966,727.058188460435,1594.07328708191,349.369200568541,693.982533308327,928.810351455583,2291.63762024116,1267.6297368658,1659.80382740916,413.645820570624,1423.66699415834,12740.4563305505,3796.34782034515,86329.7235359472,31094.3006953273,2879.10098455539,13789.956041975 -1153,487.551560937776,1501.24780454622,561.754415658727,1351.16884344421,863.630529514947,5354.0131860756,161.364796095037,484.338228255776,4381.59581465124,12949.75974258,1317.95887907429,3804.98545683152,435.013005867281,2972.93944066074,1561.46163881966,7225.07013871391,1683.02651134378,8860.2199069014,168.385696044333,874.654026059128,1141.45394887254,1167.39635931361,754.637172340645,1537.83209718217,365.413559966886,669.497835045584,970.894233679339,2210.78536104716,1311.35011393904,1601.2435698538,430.740052453931,1373.43798246777,13106.1180097591,3920.70603316489,89749.1292645402,32507.2278817831,2960.84202197179,14445.2625925275 -1154,507.970591932039,1486.81328550406,586.573671773056,1338.17733575253,915.729002108442,5302.53427296588,168.105963055233,479.681309286481,4649.71164138351,12825.2476180462,1398.39060317664,3768.40046742107,462.110677697212,2944.35458555723,1642.65815441095,7155.60098633121,1767.46390032363,8775.02876618725,176.772659900692,866.244215129699,1160.41823980892,1156.17182667668,798.669017628196,1523.04581964477,383.06230650859,663.060603817411,1016.48828129051,2189.52862828424,1393.60523143433,1585.84759010269,454.026626264262,1360.23235668692,14024.0228012972,4173.0605162411,94541.2909391556,33980.6478305717,3169.73578425814,15072.3330967414 -1155,552.200093933903,1501.65278131352,635.965590551268,1351.53333489502,997.717407385774,5355.4574852417,181.808364448651,484.468883387706,5066.87368654561,12953.2530711444,1523.80244860434,3806.01189011275,503.87863324706,2973.74142112021,1788.41156439146,7227.0191744024,1926.23595189593,8862.61004076514,191.945583263604,874.889972822155,1253.04873934707,1167.71127627957,871.016781847527,1538.24694293214,417.406129313304,669.67843885272,1105.84567757918,2211.38174274112,1520.40200344938,1601.67552148938,494.97581638212,1373.80848124389,15308.3981564528,4551.99254800828,102918.361385768,36949.9634524865,3460.37058396089,16392.2596266427 -1156,673.851646771614,1542.52647783617,778.042659188434,1388.32090926518,1210.10960447512,5501.22842957428,223.316806745509,497.655709504016,6143.10159871889,13305.829473359,1847.60161555606,3909.60825865673,610.196273454895,3054.68410367388,2174.06085276456,7423.73241741954,2339.30643594795,9103.84265972513,234.152839291751,898.703725032277,1551.31980289161,1199.49537239464,1055.29051297294,1580.11670104447,507.194827759549,687.906509694426,1346.86276374528,2271.57365086615,1839.74510473167,1645.27175092921,600.438584746773,1411.20236592972,18486.7099575529,5507.8109188593,125117.402545797,45052.8484560491,4177.87524572706,19988.9123127608 -1157,893.271836267731,1638.41912320919,1005.91242774014,1474.62721682553,1457.89628245424,5843.21759766502,290.505362615316,528.592956387628,7371.16441022045,14132.9991883791,2218.64990800015,4152.65282462146,731.197260698276,3244.58148546216,2743.71821942636,7885.23589906246,3017.75996980753,9669.7918140796,295.377376386093,954.572508381021,2260.92448248187,1274.06315844196,1300.59369209649,1678.34617887735,661.027021654122,730.670880959192,1742.27193813669,2412.78821649667,2211.23196799416,1747.5516552427,758.077378456555,1498.93112129961,21273.3085609387,6536.81738808138,156465.694204826,58679.8984192737,4795.47419509541,26380.7743631584 -1158,911.009980131961,1877.03704912869,1024.6096801294,1689.39063297398,1510.76540142618,6694.21869018163,294.31146925998,605.576771531226,7645.13610865203,16191.3168102751,2300.73233059194,4757.44154445405,759.505661136948,3717.11949089103,2822.74027488376,9033.63474827439,3097.36638088032,11078.0918235604,302.541208086487,1093.59561233717,2255.33087112086,1459.61660081291,1345.18624674557,1922.77904620998,677.324653973549,837.085148025821,1784.52865748034,2764.18457884853,2296.99751746532,2002.06354753215,780.86821036907,1717.23413680649,22268.102341762,6802.2715419792,161065.664644356,59966.444815052,5022.53263236319,26917.2551560816 -1159,888.14588584003,2052.94147603673,999.196623163374,1847.70998594309,1476.71699644958,7321.55990480502,287.218707705169,662.327721116621,7473.36349224337,17708.6679492524,2249.0088912912,5203.27985585774,742.228826934154,4065.465185025,2755.07290226752,9880.2117212912,3022.0432654478,12116.2628039162,295.226474850728,1196.08070156149,2197.57233767655,1596.40293744417,1313.8184586168,2102.97013319537,660.704098449961,915.531646087788,1740.73290184285,3023.22704390595,2244.72638264217,2189.6846928503,762.244053635609,1878.16281258414,21783.783275031,6649.60476151743,157290.274857907,58508.0591515156,4913.54458247465,26253.7366744818 -1160,863.942375111819,2106.10910051805,974.431348944654,1895.56247069715,1421.23069794177,7511.1756109418,281.163326489828,679.480860634208,7188.37713923156,18167.2917427606,2163.48454770289,5338.03578177022,713.208361516912,4170.75368390446,2664.34333603007,10136.0920728381,2926.29649925374,12430.0530012477,286.742035483406,1227.05711775858,2169.95781960022,1637.7470054021,1265.82158339064,2157.43341314869,640.477324696073,939.242328212996,1688.41018609668,3101.52338214472,2156.60966192633,2246.39372953785,736.363428653085,1926.80397274378,20825.2211824166,6381.67404122907,152052.459926002,56835.1333983714,4695.56848269759,25527.0661807953 -1161,834.535333140523,2109.7538886179,938.802280534042,1898.84289122902,1356.18142223602,7524.17429342975,271.224044970922,680.65675591632,6855.56772546713,18198.7316756369,2063.53579970497,5347.27367418955,680.000430477267,4177.97150248316,2557.75895470987,10153.6333805306,2813.09144081833,12451.5641894612,275.365350423725,1229.18063699106,2120.57845576179,1640.5812559138,1210.35122865807,2161.16702202418,616.420770493621,940.867761225892,1625.97826466801,3106.89081325826,2055.83579622796,2250.28129126529,706.110956699306,1930.13845916182,19744.7367479051,6075.44613107202,145776.253519669,54762.6185854064,4450.34537044839,24628.4278596295 -1162,800.634285680709,2129.39524780269,898.269475969774,1916.52071396623,1284.95699524666,7594.22275295082,259.842055055245,686.993525288633,6491.80577722961,18368.1579899939,1954.25526678339,5397.05565277046,643.737369832763,4216.8675269848,2438.48064052522,10248.1615439025,2688.24752088868,12567.4855990518,262.611978360541,1240.62404682402,2058.0844733012,1655.85471785318,1149.89855425456,2181.28702652657,589.811029325458,949.627039615344,1555.1274063306,3135.81530475481,1946.62383387458,2271.23093062703,672.943920098023,1948.10763696844,18583.205122663,5743.3350253676,138812.63464139,52420.2237216002,4186.95758321777,23610.9498733729 -1163,769.33449027807,2153.14422688108,864.321196163456,1937.8955199757,1230.0261657615,7678.92052686691,250.478525544681,694.655510481799,6212.81471368078,18573.0166231025,1870.35351688101,5457.24859342568,615.742539758871,4263.89792154307,2338.11721565907,10362.4584901125,2577.01936813338,12707.6497855116,252.292840759273,1254.46063003353,1989.44726612105,1674.32233634331,1100.53193791598,2205.61475056483,565.605433644162,960.218155904986,1492.76029882189,3170.7888082146,1861.30892878299,2296.56179201094,644.614528996115,1969.83472946596,17739.4429451891,5490.50136548385,133084.541428973,50343.5068680797,3996.22849591284,22678.9708583769 -1164,756.720242584068,2128.38280588443,848.931539087172,1915.60948533921,1201.38226569007,7590.61200503558,246.200043876352,686.666887458809,6066.13876004591,18359.4246685828,1826.31116401449,5394.48956956739,601.100564121956,4214.86257583611,2291.69040446904,10243.2889546812,2529.14598503635,12561.5102643924,247.341579486666,1240.03417991645,1969.36125359629,1655.06742543828,1076.5335003029,2180.24991215163,555.492046767218,949.175530097505,1465.75920772193,3134.32435051992,1817.25056842507,2270.15105153807,631.674216504854,1947.18139002814,17259.4534968855,5355.57995751727,130355.135086636,49456.323325514,3887.24044602431,22298.0972664309 -1165,750.728577642291,2115.24999828088,841.29069244464,1903.78955767162,1185.47399137509,7543.77548353216,244.433891021877,682.429931542894,5984.29581120687,18246.1411036068,1801.75773024001,5361.20383100541,592.91072614254,4188.85551586043,2267.44017279835,10180.0845617978,2502.13483597427,12484.0016991775,244.768473339399,1232.38276953029,1963.22552716715,1644.85512621791,1062.78005671246,2166.79706779263,549.809476710556,943.318811285314,1452.24785985195,3114.98455950644,1791.82361736513,2256.14348818602,624.315162359691,1935.16665353725,16980.0414740775,5278.46049807882,128886.666967207,49001.7490196075,3823.66408358933,22102.1877899345 -1166,753.882139565791,2076.54581895198,847.14278669166,1868.95461499133,1193.23546693797,7405.74185187213,245.816209204124,669.943043245383,6023.75331770156,17912.2789511858,1813.62177250489,5263.1062091344,596.571220051769,4112.20915481541,2279.04687559586,9993.81257561019,2516.84815498208,12255.573361676,246.478983050181,1209.83301713577,1972.43286595607,1614.75808434251,1069.5166011673,2127.14969639476,552.988540294456,926.058260302696,1458.99813262694,3057.98755154243,1803.65948490113,2214.86128408275,628.118624906726,1899.75758262332,17100.5444872521,5313.47889129225,129656.452707305,49267.7882891586,3850.91109606147,22219.0395412409 -1167,761.845165883032,2048.31317212888,854.94557902102,1843.54437116628,1204.38476841516,7305.05363576887,248.388928232504,660.834520255466,6080.08135047579,17668.7442115185,1830.57843425572,5191.54919486638,602.417993404896,4056.29969802855,2302.31068518214,9857.93703735413,2540.12587797055,12088.9470001593,248.759662664558,1193.38416829459,1990.29043188493,1592.80388796316,1079.48124050918,2098.229040963,558.094914225876,913.46760347147,1474.15653999069,3016.41125606935,1820.53567821116,2184.74810486707,633.947754201733,1873.92854269066,17261.8095947179,5363.84494128008,130887.560241105,49739.671282755,3887.24044602431,22431.4245297379 -1168,776.747260986459,2011.69172885704,869.248248344709,1810.5839545042,1204.86015464911,7174.44782267338,252.755950252271,649.019572119162,6076.59574357144,17352.8477350269,1829.86550422511,5098.73036866355,601.499058735745,3983.77780474279,2324.73928465784,9681.68865556217,2576.90808184013,11872.8107702084,251.581145858153,1172.04785546148,2068.42853025933,1564.32641780874,1084.71188256949,2060.71516035113,567.329151563548,897.135871353364,1495.93559228951,2962.48135159879,1819.15109529018,2145.68736460805,640.302568764254,1840.42489258705,17071.4452427859,5344.5926957913,132001.877035529,50582.4321121857,3841.82875857075,22866.5343819547 -1169,786.051757997453,2065.81394023019,875.802107234648,1859.2955965957,1192.59991512661,7367.46794398441,255.236038988513,666.480684059759,6008.27713187126,17819.7057926354,1809.66365510244,5235.90574140533,594.391472265684,4090.95668375249,2327.11536075681,9942.16315687312,2590.08307844122,12192.2348474072,252.024473926408,1203.58043118509,2132.61634253811,1606.41278910846,1078.9605955556,2116.15628976898,571.481855216274,921.272261916252,1505.90436781209,3042.18344491671,1798.31382562469,2203.41457172542,640.507740556456,1889.93937019023,16680.4853618819,5267.25420057318,131859.182345844,50993.6467151617,3751.00538366365,23111.9338618445 -1170,790.940857464052,2173.53768457405,877.290284284105,1956.25025432496,1178.92349715828,7751.6512519792,256.092248684406,701.234924711158,5934.5209017628,18748.9305372776,1787.72679307976,5508.93680219528,587.098792530229,4304.28333594521,2322.03203836098,10460.6062854042,2589.86269315458,12828.0100080376,251.383541524051,1266.3422260115,2171.96769669501,1690.1806431415,1070.54192301619,2226.50518165676,572.356134299203,969.312840828551,1509.16607983965,3200.82086394333,1775.94666216105,2318.3136259847,638.191503702869,1988.49197532808,16326.5889781533,5190.20989300658,131271.408786103,51118.9112180985,3669.26434624725,23212.4934627113 -1171,786.368244031414,2135.75916322081,870.543813839329,1922.24843207462,1167.38887249186,7616.91886411948,254.205315400881,689.046675680626,5875.26493313892,18423.0531081997,1769.94478208421,5413.18530541083,581.173626585907,4229.4700667429,2304.10357112688,10278.7892224999,2574.49040558673,12605.0448147274,249.241733595026,1244.33177863558,2166.38908191485,1660.80340898038,1061.77079909669,2187.80602583108,569.226751208251,952.465097117871,1499.03526951717,3145.18700941457,1758.95780775613,2278.01873648526,633.74701420521,1953.92975582583,16126.8843999005,5136.01812981718,130228.0122563,50803.5726901768,3623.85265879369,23085.4418665732 -1172,756.645743154893,2007.03449883893,834.860763533107,1806.3923053453,1103.92592106538,7157.83839227019,244.20564366745,647.517039007226,5550.96049139609,17312.6744807395,1672.52829142751,5086.92639304116,548.83454570722,3974.55503501541,2198.55601588236,9659.2747586485,2464.35980466489,11845.3242473355,237.962524046309,1169.33446932144,2113.10243824317,1560.70487488214,1008.05466914802,2055.94443710069,545.796073623989,895.058928822629,1436.6141504085,2955.62296625036,1661.58171293875,2140.71992379165,604.383440150963,1836.16415922871,15085.8172742868,4839.45268703996,124057.011028895,48742.4841027938,3387.71188403521,22192.2923200192 -1173,681.983187393202,1901.97202959282,749.138011701364,1711.83287642839,978.711456802735,6783.14619022207,219.153492435967,613.621388964148,4917.13070492237,16406.4058883198,1481.79395153417,4820.64046321022,485.944168779956,3766.49853854021,1966.0691319933,9153.63957506929,2213.13582969874,11225.2556759354,212.680097266244,1108.12318132785,1928.66960834992,1479.00647457342,897.882927025842,1948.32167360582,490.977074600648,848.205174571128,1290.00366221233,2800.90462574629,1472.43315455248,2028.65940799683,540.7587598037,1740.04625960049,13233.8474485384,4276.47254673713,110783.029546155,43828.3844895615,2969.9243594625,19997.3420921194 -1174,598.882876263329,1805.87689583615,665.50458761119,1625.34432314264,879.864004742516,6440.43487254828,195.263591913704,582.618814514571,4425.09692472994,15577.4895090175,1333.25453239323,4577.08268060488,437.033787019229,3576.20016652219,1744.83612296284,8691.16157558212,1951.04324809164,10658.111454649,189.763795761506,1052.13642459759,1673.62718563383,1404.28123004312,800.583500043873,1849.88477289795,431.831490199264,805.350501402794,1138.53841409478,2659.3918692688,1322.15731987294,1926.16352786556,479.172501991418,1652.13225484254,12050.8018591806,3856.48758146337,98614.0353813458,38655.0240489841,2706.53657223188,17576.0021484962 -1175,497.803461793178,1663.23839642636,566.164964911489,1496.9653202262,823.587099344191,5931.73244223041,163.873034968191,536.600243912178,4166.04357826149,14347.0901760058,1253.82709629922,4215.55847774181,412.949873395525,3293.731396631,1538.75227313735,8004.68386044694,1679.94986653034,9816.27277343067,166.560374348225,969.032664244378,1251.41489585226,1293.36305623818,729.661509403179,1703.77027932667,367.360840104537,741.739306595507,973.972306267016,2449.33786921502,1246.00383953607,1774.0241013819,423.543470944263,1521.63738766715,12083.3306867983,3694.9618653313,87882.9352515622,32769.238298673,2724.7012472133,14687.728331111 -1176,429.496004907867,1556.84528963138,485.284557135531,1401.20827690311,749.167448630893,5552.29468720896,137.701844835748,502.275298564939,3878.53640714053,13429.3435074749,1204.06607582828,3945.89998243136,390.10906553248,3083.03982229705,1419.37826314214,7492.64470439181,1552.97684851629,9188.35090741538,149.65471400445,907.04612283438,1026.06774350624,1210.62992906729,680.400457813862,1594.78445163534,326.070919503721,694.292140013606,881.482708560008,2292.65998944967,1178.9802063528,1660.54431635484,395.847691853196,1424.30213528412,11544.2099076034,3502.61443782748,80298.596273277,29211.0837975664,2676.00873411193,13066.6792096185 -1177,450.721514363726,1495.60706152601,506.736270238499,1346.09200256578,775.078055350222,5333.89617913113,143.67440398022,482.51839047005,4010.5167478771,12901.1027076387,1245.09309809896,3790.6887197488,403.536393117119,2961.76900807218,1478.84015434064,7197.92287905963,1622.29249771786,8826.92878504531,155.754588059723,871.367627519429,1088.40801860335,1163.01001959963,706.364350903731,1532.05389344914,341.156929060135,666.982284162753,921.659805928164,2202.47862310774,1219.84233251893,1595.22710577442,412.28860791202,1368.27746820102,11875.6986868788,3617.95307923756,83501.74373925,30548.3668770127,2751.9837454905,13690.91807635 -1178,469.356351763594,1465.98592493351,528.775850789889,1319.43207557038,821.536992021521,5228.25608732047,149.564561547241,472.961907674412,4254.71993753619,12645.5908587531,1320.8114688354,3715.61251073922,428.578936634846,2903.10990796468,1555.24182762876,7055.36494237446,1703.26050104081,8652.10769068157,163.436039548925,854.109819515567,1106.34497444722,1139.97610946694,747.376008039716,1501.71091178481,357.488458937344,653.772415172294,964.601033395909,2158.85759334972,1296.0946017558,1563.63295166017,434.469884162668,1341.17814858383,12707.1586276815,3849.96285049511,87926.7851364031,31918.9772407681,2946.14210790241,14280.8878367836 -1179,510.18197928464,1483.25527854091,573.194921728541,1334.97502089232,895.024859465626,5289.84508458595,161.713235689987,478.533411661961,4636.17214170549,12794.5562590343,1439.20564282112,3759.38252600654,467.300150034764,2937.30862072793,1693.15361030205,7138.4773310726,1856.22386843136,8754.02975188173,177.441151382294,864.171256151414,1194.62468164379,1153.40505868367,815.057640701617,1519.40110669774,389.525176237539,661.473871799091,1049.33864194343,2184.28899383827,1413.99400792873,1582.05258986756,473.644737720118,1356.97726323048,13870.8720551997,4199.43369483682,95712.248112419,34706.0935957066,3216.27548169289,15531.0142386783 -1180,622.704440315007,1526.81917627157,701.497027914638,1374.18385845691,1085.74410091279,5445.21029623221,198.729104385045,492.588160637373,5621.67812149187,13170.3383300248,1745.19675173298,3869.79734014055,565.948525420423,3023.57874173007,2058.52197610835,7348.13773201815,2254.45248970944,9011.1396791879,216.512976963398,889.55236806749,1479.08579265991,1187.28110196864,987.574680062794,1564.02662422103,473.375751921665,680.901667216012,1278.2190306645,2248.44257799769,1711.09293721203,1628.51821060502,574.606240783911,1396.8323168908,16750.889108309,5081.63265128255,116374.426722859,42323.7879186534,3883.16724823813,18940.5809824114 -1181,827.585120215656,1629.33607766688,909.656243145925,1466.45219861523,1310.403167507,5810.82404780872,259.360354193446,525.662549980502,6754.97032398731,14054.64886064,2097.77220639192,4129.63140464832,678.989117558133,3226.59421896808,2602.23521488209,7841.52183605597,2912.45421751931,9616.1845543817,273.715633285,949.28056235559,2156.83184110749,1267.00002451733,1219.12889214815,1669.04178626953,618.38662610611,726.620197715707,1656.44629303749,2399.41223415861,2059.16676349393,1737.86360226086,726.520964654852,1490.62136743585,19278.0149517822,6038.77472467261,145827.337141823,55253.4701264221,4457.2006675429,25039.2796185035 -1182,843.643505801082,1868.09863974951,925.948061831522,1681.34579172491,1357.4011711997,6662.34096717433,262.542570040445,602.693028188505,7003.91533397752,16114.2141137112,2174.91338195505,4734.78671185947,705.116480957612,3699.4186491648,2676.37521547064,8990.61677715895,2988.57896389922,11025.3381925625,280.216367734568,1088.38793394698,2151.27730222463,1452.66593848008,1260.57545823175,1913.62281444103,633.392369781758,833.09896685707,1696.08117632148,2751.02159233379,2138.56831272821,1992.52976470177,748.180115044954,1709.05670540107,20179.005920669,6282.49297836326,150058.345160382,56442.3082255787,4668.24236581671,25541.5342620695 -1183,822.42155140561,2057.68548438563,902.912441400001,1851.97973824825,1326.7678297611,7338.4788193093,256.199583291583,663.858250980897,6846.38190453651,17749.5897532004,2125.98141901925,5215.30377537321,689.056554360139,4074.8598029452,2612.11296057484,9903.04325713467,2915.80934064806,12144.2614841368,273.425920060905,1198.84464632095,2096.16560232305,1600.09196070754,1231.13487197627,2107.82974949998,617.818328061398,917.647288361773,1654.38646038248,3030.21322178988,2089.84222348623,2194.7446921662,730.311742785033,1882.50293633705,19740.0783105195,6141.31039914449,146534.636223992,55066.8683710662,4566.94235064528,24910.9847678507 -1184,800.248536586368,2115.53926780123,880.963409928623,1904.04990906869,1277.2435494454,7544.80712722322,250.948503006441,682.523256766452,6586.63612027775,18248.6363417533,2045.42969342297,5361.93699865082,662.214889413778,4189.42835983957,2526.60103270319,10181.4767320759,2823.86439146645,12485.7089400173,265.663468224836,1232.55130316599,2069.96820320357,1645.08006721958,1186.37534818624,2167.09338659608,599.053801952111,943.447814183458,1605.00198644852,3115.41054702099,2008.09026040098,2256.45202549613,705.628223224764,1935.43129588691,18871.7582064384,5894.79266899455,141690.169537505,53506.5227861478,4364.34232030242,24225.8241478975 -1185,773.252673500917,2125.63475245589,849.080475570038,1913.13615338061,1219.08240022327,7580.81141498783,242.181463373124,685.780300098149,6282.8968891068,18335.7199666998,1951.20229373646,5387.52449471531,631.483913966824,4209.42057192576,2426.04765020092,10230.0633707996,2715.06689390507,12545.2915178144,255.196366170326,1238.43311446422,2022.99071238505,1652.93049137719,1134.60871905036,2177.43489070455,576.70535434602,947.950005693456,1546.00347538562,3130.27747946186,1914.5492803902,2267.21995457411,676.753941223504,1944.66729412394,17892.9114500891,5612.86835423344,135876.30683232,51569.6186018068,4136.41728616671,23377.4715460088 -1186,742.076297572675,2153.75169203203,812.739752950003,1938.44225715191,1155.34972573908,7681.08697561606,232.118961422287,694.851493179694,5950.70680562333,18578.2566159492,1848.13257481956,5458.78824334752,597.908722555257,4265.10089223228,2313.41841309157,10365.3820436452,2595.0343640905,12711.2349863072,243.448331977609,1254.81455017807,1963.49357314311,1674.79471179225,1078.17068635059,2206.23701918979,551.967625742059,960.48906161569,1478.97632252514,3171.68338075554,1813.14895576241,2297.20971946431,645.085817594917,1970.39047763014,16840.6011924987,5306.99797057009,129420.190812705,49378.0827391377,3891.60891616909,22416.2470686846 -1187,713.142763035812,2181.89755491253,782.169078679936,1963.7743927799,1106.07488392875,7781.46568760439,223.806819566497,703.932017606766,5695.43941497444,18821.0427575484,1768.890665974,5530.12529949904,571.940260538868,4320.83848971317,2218.36932161057,10500.8399159635,2487.78538489623,12877.3491573558,233.914804582091,1271.21283713029,1898.05769380575,1696.68142347098,1031.94527867385,2235.0687758188,529.356886730716,973.041016201015,1419.77448118067,3213.13187542898,1733.76588036346,2327.23033419487,617.961125499895,1996.14012203418,16076.0704234066,5073.66693660629,124090.845335961,47426.1685440926,3714.33388961908,21532.6494628206 -1188,701.573615293531,2158.81389601154,768.411231091363,1942.99839523622,1080.4740007308,7699.14069517842,220.037449698913,696.484680518306,5561.61501751483,18621.9231745973,1727.3782174419,5471.61864513942,558.393756916912,4275.12563686257,2174.58924858141,10389.7449627434,2441.81291030543,12741.1116264836,229.362219797373,1257.76388144637,1878.95713705432,1678.73116950289,1009.56551677883,2211.42258531591,519.974623676073,962.746606702235,1394.27260235788,3179.13814366586,1692.88989882084,2302.60910892348,605.61936571976,1975.02170719757,15641.2415312069,4949.50007485767,121564.267164487,46597.9248406072,3613.03387444765,21173.4295648395 -1189,696.111986664293,2139.51966137353,761.622856377088,1925.63299518565,1066.28570156764,7630.33021208939,218.505884615747,690.259901776362,5487.06323484582,18455.4911556977,1704.26180978391,5422.71647057769,550.826752867506,4236.91702735851,2151.78183022996,10296.8874091068,2415.88887174947,12627.2389125249,227.004927058147,1246.52271263016,1873.15012978638,1663.72763763829,996.746016485424,2191.65816452738,514.708029516388,954.142132291084,1381.55555132674,3150.72483883959,1669.30724651095,2282.02971553099,598.604226264008,1957.37010123735,15388.1412422318,4878.58425161681,120207.838288157,46174.7954162955,3553.94219893099,20988.9683174315 -1190,699.004273599863,2101.30723714272,766.917872842821,1891.24064710242,1073.24508439387,7494.05036369654,219.734184513896,677.931665363121,5523.15367109754,18125.8708815018,1715.46431240624,5325.86522588098,554.213378772995,4161.2444949658,2162.72684848724,10112.9820975374,2430.06170526321,12401.712866235,228.590645832115,1224.25946561808,1881.92650710203,1634.01299306562,1003.04703939522,2152.51453193367,517.672773146621,937.100884858852,1387.93102103244,3094.45200510504,1680.31125266654,2241.27202156281,602.242327457021,1922.41091949412,15497.3266496338,4910.85888612328,120922.59807523,46424.1573501394,3579.26720272384,21099.5271549121 -1191,706.400018620127,2072.87210193597,773.977894797131,1865.64815755196,1083.26981086449,7392.63999801023,222.039151717685,668.757814807239,5574.78670194894,17880.5894775523,1731.5001698884,5253.79499497234,559.65046840467,4104.9340479492,2184.83033951473,9976.13204143714,2452.53176976957,12233.8914377864,230.70493753074,1207.69264339539,1898.96332769329,1611.9013382033,1012.38984652302,2123.38645362692,522.451335142359,924.419926124059,1402.36902091598,3052.57751878498,1696.02994190058,2210.94286652934,607.830010711675,1896.3966301734,15643.4705733881,4957.41807888345,122071.030026169,46868.9272510156,3613.03387444765,21301.2383586522 -1192,720.563393478786,2036.85812381508,787.419522177318,1833.2344780661,1084.15879141794,7264.20063366389,226.092410420837,657.138849368829,5573.46949866842,17569.9329939073,1731.2407197789,5162.51581869136,558.949157080704,4033.61512535265,2206.87026675698,9802.80721317792,2488.75734592147,12021.3404086311,233.432943840928,1186.71025070682,1973.69701702129,1583.89624349781,1017.6573160784,2086.49484164002,531.338401445406,908.359099716656,1423.58915106834,2999.54218685536,1695.22183883647,2172.53005372369,614.109276594847,1863.44872823396,15471.407285372,4941.11492204029,123163.581297466,47684.7654295712,3570.82553479289,21721.3602305027 -1193,729.584529889721,2083.83539515167,793.891676683207,1875.51545605508,1073.6351879366,7431.73921684802,228.479779202077,672.294833809607,5512.87968059729,17975.1588169384,1712.5852287953,5281.58199397305,552.519688481739,4126.6447919728,2209.98575750819,10028.8951909951,2502.25477117249,12298.595738103,233.965658105624,1214.08005560072,2035.1371568658,1620.42658536592,1012.65844159612,2134.61691414575,535.490620986922,929.309126328487,1433.64373714067,3068.72241376951,1676.3353957697,2222.63640753763,614.509260905657,1906.42655545941,15117.597730231,4871.2852503208,123089.368364834,48096.2544362938,3486.40885548337,21962.0467139636 -1194,734.421598397478,2177.64530446764,795.634395687609,1959.94723759721,1061.70363188573,7766.30056637422,229.37019840768,702.560140532012,5446.75776203127,18784.3628560292,1692.16796875713,5519.34776426959,545.878602930995,4312.41770600184,2205.82575734961,10480.3750682423,2502.61170848785,12852.2527849069,233.460441272714,1268.73539938805,2072.82783496356,1693.37479969227,1005.05269184347,2230.71290119263,536.503235961371,971.144678728741,1437.18729998626,3206.86987590657,1655.88354962188,2322.69484800686,612.43753729428,1992.24989001898,14797.2456925375,4801.30839844337,122585.03508677,48232.1900053088,3410.43384410479,22063.2284544175 -1195,730.244640615074,2137.986535441,789.592700097605,1924.25313505407,1051.40937190441,7624.86250953301,227.704308485769,689.765278906237,5392.75382101431,18442.2664153042,1675.42070886163,5418.83068845758,540.401787953548,4233.88095927001,2188.94953904524,10289.5089187866,2487.92270218508,12618.190550978,231.488935516116,1245.62948583223,2067.53676173566,1662.53545229315,996.90459511396,2190.08767745595,533.625922799556,953.458418057118,1427.64103961784,3148.46710873134,1640.16024192901,2280.39447048097,608.216239465855,1955.96749909448,14616.3433604222,4751.51839173243,121622.220301924,47939.4015519144,3368.22550445003,21944.0459514946 -1196,702.925832287721,2010.82392029599,757.619216659008,1809.80290031301,994.636080246453,7171.3528916002,218.87010643308,648.73959644849,5096.65417378257,17345.3620205872,1583.55349256706,5096.53086572733,510.464564745022,3982.05927280539,2089.31353837985,9677.51214472796,2382.06300588425,11867.6890476888,221.102833808473,1171.54225455438,2016.81599980937,1563.65159480372,946.767585323988,2059.82620394077,511.852937825828,896.748862658933,1368.60864017468,2961.20338905514,1549.76392345681,2144.76175267774,580.18621703028,1839.63096553807,13673.182456314,4478.42986383749,115902.814456743,46011.9106888904,3148.74213824527,21100.5593658267 -1197,633.801895532455,1898.93470664393,680.140073321616,1709.09919307273,882.147535968003,6772.31395648327,196.509366342674,612.64147637993,4516.04600342563,16380.2059482902,1403.26308396866,4812.94222071273,452.085181890362,3760.48369065073,1868.9189916437,9139.0218209096,2139.73555325728,11207.3296885175,197.683624429867,1106.35358223992,1840.89875364882,1476.64459951065,843.561797970614,1945.21033335529,460.61454207426,846.850647268936,1229.28982275573,2796.43176717368,1373.70906188502,2025.41977372277,519.243827089623,1737.26752134662,11994.9719650986,3958.57598959599,103539.478885391,41388.3032237958,2760.42541342146,19018.4606750932 -1198,556.292047668896,1815.42277036628,603.904927476904,1633.93590156792,792.693408253841,6474.47904430473,175.008567141712,585.698540555187,4062.67642314836,15659.8321984281,1262.27140254395,4601.2771631213,406.445560196316,3595.10397893764,1657.97528157448,8737.10310023031,1885.71728014093,10714.4502864425,176.312779814685,1057.69802313233,1597.34466052831,1411.70426782488,751.819643468502,1859.66327329186,404.917920141715,809.607588282248,1084.53705173748,2673.44942832448,1233.05819876047,1936.34523814931,459.942641062099,1660.86543441213,10922.2953875395,3568.44938205235,92121.1574571475,36484.7235392854,2515.61704342383,16709.6422364242 -1199,461.048651983819,1665.63932811403,511.873878171694,1499.12623202356,740.112082735072,5940.29506585304,146.278499177657,537.374841547722,3817.15623923141,14367.8006066353,1185.3771108871,4221.64375568642,383.401519513108,3298.48599110034,1459.08466295515,8016.23884809728,1620.94168119243,9830.442840937,154.319937907861,970.431490314631,1193.73554366107,1295.23006240641,683.764556119582,1706.22971993418,343.531880882702,742.810028272578,925.779471238186,2452.87355773485,1160.06143407419,1776.58495536942,405.812374147616,1523.83391429198,10949.8388687536,3412.75266762708,81884.0113473631,30845.3029616837,2532.50037928574,13937.1196644343 -1200,417.699215595149,1550.04746852978,462.064121479911,1395.09003043643,672.364167999319,5528.05110550025,122.05489952619,500.082159884985,3440.75538445254,13370.7055199473,1201.37723896956,3928.67057476702,376.13584278341,3069.57801379195,1385.37396521237,7459.92876362525,1528.47976965242,9148.23082219991,145.7910440987,903.085589751876,987.756472185242,1205.34382534662,650.477848323367,1587.8209726885,312.707105142358,691.260577538201,877.099846948588,2282.64930145205,1156.2226021145,1653.29370303505,404.507584506215,1418.08305161873,10607.6554352642,3270.5749387998,75813.2849861623,27800.2313960641,2555.39692006908,12640.6522898308 -1201,438.355436451742,1490.22665910999,482.534350265311,1341.24947617692,705.927937915626,5314.70764450375,130.584968130388,480.782544751848,3609.43638291616,12854.6913700868,1242.27755848672,3777.05182856876,389.093524693407,2951.11413117525,1443.43140597827,7172.02856320279,1596.67919644621,8795.17416835294,151.736135986096,868.23290810752,1047.79091729706,1158.82612525981,675.344341943953,1526.54237462722,327.201992943073,664.582835012322,917.028159708338,2194.55527103897,1196.2958899083,1589.48832317917,421.253372386828,1363.35513025205,10982.0795752412,3397.29730998963,79376.1935415298,29246.99000202,2634.89933326304,13293.4144339825 -1202,456.459430711205,1459.39059221557,503.442192025918,1313.4960748291,753.697060665892,5204.73465519481,132.030124520451,470.834096560422,3862.23475701371,12588.6995355078,1317.88654043807,3698.89631971549,413.223395369862,2890.04908968932,1517.97484668616,7023.62351945214,1676.39867221506,8613.18267239798,159.214640383542,850.267259814576,1065.02099992317,1134.84746422924,714.496529423051,1494.95485571296,342.830032762275,650.831154600457,959.823867898939,2149.14509619907,1271.07638520604,1556.59831415817,443.988794456308,1335.1443143065,11900.6101608605,3647.77461818339,83425.3781562994,30461.6135233172,2836.70807369598,13802.6600415858 -1203,496.159878150653,1472.8705243659,545.709082339908,1325.62842518333,860.165228102681,5252.80915313027,147.201344827654,475.183043106707,4411.0342461721,12704.9773959413,1436.03248663195,3733.06186229664,450.554495690777,2916.7435646626,1652.57702385646,7088.49852207082,1826.95259500784,8692.73993324481,172.856571806224,858.120911217486,1149.99446787454,1145.32969352439,779.194961810543,1508.76328378582,373.549647877683,656.842677390949,1044.1538822823,2168.99607388284,1386.70001709503,1570.97612347947,484.028934197822,1347.47662264379,13396.3194569823,4078.28854307403,92284.5554025715,33532.3670531264,3138.48062659739,15083.4009779181 -1204,605.600056948038,1513.9467092722,667.915190015489,1362.5982452789,1027.75876168213,5399.3022470459,184.910540652021,488.435196788982,5259.29544498719,13059.3004624381,1741.30990057763,3837.17144748124,545.676276755106,2998.087237446,2009.20439955648,7286.18628293221,2218.88930992177,8935.16761913667,210.922261681942,882.052636809121,1423.85328240369,1177.27124812243,944.144804792176,1550.84046477313,453.975732815436,675.161050136223,1271.86646296122,2229.48617285485,1678.0640709514,1614.7883287371,587.174801956227,1385.05575671769,15861.4014902858,4863.09420135985,112213.984002856,40980.3099407087,3755.853638598,18491.6647344655 -1205,805.024438332089,1615.85614832246,866.723855981689,1454.3198507864,1262.85536176433,5762.74955988018,246.491941196265,521.31360433947,6436.82496323455,13938.3710244103,2092.61452566796,4095.46586917889,654.809018941998,3199.89974955138,2540.14258690504,7776.64684694131,2866.21765945218,9536.62731009506,266.684712232766,941.426912587453,2076.59448987346,1256.51779740411,1166.08807112559,1655.23336107096,593.393336250455,720.608676176539,1647.60118989028,2379.56126060691,2019.41800179915,1723.48579593237,741.707125490916,1478.28906166558,18484.9333605405,5839.45118544666,141485.025644808,53756.0701849077,4334.71304572624,24479.2009769864 -1206,820.614726338491,1857.94530006842,882.107346768573,1672.20747612341,1327.0251051108,6626.13034666873,255.007012645182,599.417319449995,6768.24248141796,16026.631431454,2169.674792127,4709.05257942121,679.978236049174,3679.31186606014,2612.46678029831,8941.75169897802,2941.18352165853,10965.4141599734,273.009883265225,1082.4724152677,2071.19050597282,1444.77052524938,1205.63024745694,1903.22204542215,607.734156726105,828.570974266913,1687.13568386698,2736.06946073717,2097.28703680363,1981.70012696464,763.940808665357,1699.7677776673,19477.9985237952,6108.76612605444,146564.409975159,55220.8745549572,4552.82489580621,25061.0387737978 -1207,799.968135567916,2036.30851088465,860.14662699594,1832.73980965406,1328.39421419874,7262.2405076488,250.3327112891,656.961531172494,6780.55034035883,17565.1920341677,2120.86928930955,5161.12279803157,664.487343555243,4032.52672012532,2549.73302771825,9800.16208559838,2869.5744342879,12018.0966460674,266.393104909069,1186.39003630855,2018.1258699041,1583.46885494005,1177.45976540675,2085.93183505117,592.783347958752,908.113993834786,1645.67521869605,2998.73280933809,2049.5015442599,2171.94383193665,745.711909961622,1862.9459069995,19420.1940662205,6059.64401517601,144142.703887342,54137.8942397186,4491.83675661818,24467.2701415082 -1208,778.419832818019,2081.98407358853,839.334501418244,1873.84921014436,1230.35454190804,7425.13670923356,236.894489229896,671.697553465145,6273.11173306686,17959.1893218449,2040.44305329095,5276.88972957651,638.620060991111,4122.97859717423,2466.29273218508,10019.9853174202,2779.05666414956,12287.6694166002,258.836261780597,1213.00144229395,1992.94047000776,1618.98696557352,1134.71382706249,2132.7204772528,574.815480333871,928.48350928196,1596.48015044735,3065.99609863487,1969.32753512152,2220.66177234434,720.43270838256,1904.73284750201,18082.1109333235,5697.02631692803,137470.623586563,52059.7409458952,4242.99980274016,23689.4450428906 -1209,752.179998537174,2085.57100946786,809.032506941465,1877.07756191206,1146.21406342338,7437.92906898745,221.579347993724,672.854784245697,5842.45041076386,17990.1302216141,1946.3833774333,5285.98099273378,609.001829170727,4130.08185029104,2368.16964635514,10037.2481991595,2671.95413228364,12308.8391665819,248.642715942806,1215.09125578015,1947.74358840749,1621.77622919404,1085.26514384958,2136.39482409217,553.408254264897,930.083142466022,1537.72296262243,3071.27833472474,1877.59207724593,2224.48762840544,690.875747023274,1908.01440699034,16934.8726876221,5370.54756171395,130446.432221106,49743.6424179416,4000.40028330337,22739.4574430612 -1210,721.872244245638,2099.48484168984,774.477845990591,1889.60043557378,1077.03285995885,7487.55101744911,210.46327945728,677.343717269438,5486.6266254253,18110.1509029618,1843.50751580384,5321.24627611547,576.639416778379,4157.63558289816,2258.25673796419,10104.2114369392,2553.79509259932,12390.9572638482,237.200816953763,1223.19770518445,1890.4905423735,1632.59586671881,1031.34796405757,2150.64772605878,529.708122566528,936.288167726742,1470.98503498034,3091.76828748224,1778.14898687887,2239.32823920268,658.466945810506,1920.74367500159,15861.6424583045,5058.72065316285,123827.680535166,47504.0959091981,3755.82063371171,21771.4310695675 -1211,693.732685145972,2116.08887792576,745.37919395231,1904.54457495533,1028.96331587248,7546.76724323138,202.607824032079,682.700574057533,5240.30319332373,18253.3772772892,1764.43988418409,5363.33001219889,551.600510656938,4190.51675951032,2165.48368436952,10184.1218461514,2448.24184142681,12488.9526860209,227.91397377781,1232.87151592948,1827.49957258031,1645.50745359542,987.147755128278,2167.65639031064,508.019363439845,943.692918814002,1412.08016511177,3116.21992040618,1700.29824090824,2257.03824429036,630.758346514623,1935.93411455435,15120.6389031872,4831.28387923763,118642.345359694,45602.1082392312,3582.5918424905,20907.8118586375 -1212,682.488417609327,2085.57100946786,732.306671859512,1877.07756191206,995.549756624226,7437.92906898745,197.28290494545,672.854784245697,5068.38472386212,17990.1302216141,1722.99928263077,5285.98099273378,538.54509550764,4130.08185029104,2122.76288875467,10037.2481991595,2402.98295635764,12308.8391665819,223.480546800055,1215.09125578015,1809.12516747207,1621.77622919404,965.774785956148,2136.39482409217,499.035429627404,930.083142466022,1386.67963427092,3071.27833472474,1660.21123633905,2224.48762840544,618.118745725092,1908.01440699034,14629.8225189841,4692.63813460191,115796.036199868,44677.0093132644,3476.58862489855,20526.3320164405 -1213,677.182904644141,2071.62824552379,725.866126996025,1864.52864881745,981.42524681611,7388.20393914491,194.485522766335,668.35651716067,4996.46364537013,17869.8599753054,1699.9166948749,5250.64238049764,531.254166983168,4102.47082383983,2100.51081890803,9970.14572139505,2377.46028014401,12226.5503170792,221.18549458015,1206.96795023316,1803.54605796788,1610.93409385983,953.533804368341,2122.11228535893,493.993697401978,923.865214788235,1374.00398252444,3050.74577619128,1637.08376660617,2209.61615878942,610.931955195006,1895.25867038018,14409.4827404645,4628.65684088025,114356.969974104,44216.2716022442,3421.57388106141,20322.8017303348 -1214,679.993971528302,2042.18067120468,730.911897055191,1838.02493316538,968.666977250025,7283.18283555028,193.089831107835,658.856029680218,4929.94290949854,17615.8452741485,1711.09516762591,5176.00607349764,534.518020770492,4044.15543123113,2111.19101781175,9828.42308957753,2391.41002164145,12052.7535705314,222.730521600269,1189.81126273768,1811.99412935166,1588.03514876453,959.55679794918,2091.94709555153,496.836368350579,910.732747786927,1380.35411523465,3007.3803397684,1647.87536654593,2178.2071276598,614.650785183809,1868.31813668619,14313.1356862866,4610.52565621367,114310.596056774,44251.3746180207,3425.56714625744,20393.9266553007 -1215,687.189579226292,2017.01427624663,737.639590467413,1815.37440960348,972.690592642094,7193.43002455977,196.092596671704,650.736752430551,4947.76267285877,17398.7600152681,1727.09089444417,5112.22062346983,539.762834179957,3994.31811062127,2132.76936723727,9707.30453196178,2413.52303727823,11904.2239321087,224.790557627094,1175.14886749234,1828.39751800566,1568.46532307546,968.493791107375,2066.16741426264,501.422179609369,899.509519423635,1394.70960143596,2970.31950451183,1663.29063152887,2151.36443854416,620.354464890773,1845.29430103928,14353.7161741465,4632.64227164024,115371.48654257,44691.7508175929,3447.94266591423,20614.2046735584 -1216,700.995703446086,1988.89733667049,750.561648133738,1790.06830583218,998.204262928355,7093.15446393155,204.159434343773,641.665559349006,5073.89662828147,17156.2233660187,1726.73597262568,5040.95687483762,539.112849978861,3938.63779031475,2154.32785109598,9571.98585911615,2449.12225325578,11738.2804636158,227.455555901722,1158.76743177849,1900.40056474942,1546.60110266039,973.636580566995,2037.3652857774,510.010415427669,886.970463501402,1415.71058443478,2928.91360321815,1662.49792143909,2121.37467365396,626.639180251155,1819.57111753307,14431.4937850354,4677.30013718811,117419.469892046,45770.3395587923,3431.73857092608,21080.7224656368 -1217,709.803305417814,2044.84194630243,756.851728570753,1840.42016197772,994.024699176416,7292.67394149694,208.769273813012,659.714620288539,5045.49930327831,17638.8014263709,1708.02303700973,5182.75120445664,532.941926887403,4049.42558694865,2157.41890488299,9841.23103452935,2462.35024014764,12068.4601597617,227.982179418498,1191.36176957049,1959.60831588912,1590.10460248885,968.967631154484,2094.67322394443,514.059762163464,911.919572447726,1425.59268177223,3011.29941829095,1643.97582771553,2181.04566612425,626.912155560672,1870.75284219582,14119.8353842199,4618.26061132758,117710.235894012,46292.3970965383,3352.26916261841,21354.2725602203 -1218,714.533357292833,2158.55355540736,758.601993984939,1942.76408074664,1007.00828474458,7698.21222286131,214.30557514651,696.400688450781,5107.16383265291,18619.677477208,1687.58077655959,5470.95879923676,526.560033807916,4274.61008117095,2153.39644792313,10388.4920189459,2462.66133933768,12739.5751213199,227.4954659771,1257.61220231858,1995.93562344529,1678.52872412873,961.774671016875,2211.15590040481,515.078749245519,962.630504969834,1429.02619170371,3178.75475779521,1623.91860865554,2302.33142743936,624.698542256987,1974.7835308798,14019.7675012229,4603.41275044375,118330.062976477,46761.6398635762,3299.36656848131,21536.4759377653 -1219,710.475067368159,2122.97347735814,752.858836523612,1910.74092456827,1008.98110535065,7571.32030904117,217.443263346179,684.921709489827,5113.42932392228,18312.7638144773,1670.85940748749,5380.77936375631,521.282642652017,4204.15041620824,2136.93031354796,10217.2554258478,2448.19517094243,12529.5849285841,225.575426357088,1236.8826076314,1990.84926805467,1650.86103765287,954.002186008165,2174.70876231165,512.329922649487,946.763181032658,1419.51329947536,3126.35840093931,1608.49877141413,2264.38141610965,620.363591580383,1942.23258861431,13893.3829805074,4569.65219268994,118144.518544302,46728.4509652346,3262.70107421865,21504.4559203421 -1220,683.918612284178,2003.56327020656,722.461125863921,1803.26809363134,961.289956780318,7145.45868799134,210.857575236849,646.397138135046,4865.91973064621,17282.7316713882,1579.16201860904,5078.12839551971,492.427631781458,3967.68091837893,2039.69889975724,9642.5687423197,2343.98587275556,11824.8373903778,215.460219250324,1167.31206896257,1942.04429340445,1558.0055872259,906.107999797,2052.38861720784,491.47246189972,893.510896547559,1360.7314979765,2950.51112433989,1519.84728098683,2137.01748205603,591.673620356418,1832.98845616684,13025.7659837356,4316.14629329795,113000.804749515,44987.1316679859,3052.80678873478,20721.9462518498 -1221,616.682957093283,1890.28556397919,648.647930695303,1701.31470069532,831.662204025287,6741.46786716009,187.018364258591,609.851057355513,4202.97313248045,16305.5984656691,1399.30277201252,4791.02054865185,436.130815191257,3743.35568734706,1824.5692603563,9097.39600656821,2105.49631431346,11156.2832817992,192.643145493194,1101.31443585065,1772.67767441705,1469.91887599757,807.4110862046,1936.3504175155,442.315757396582,842.993467747004,1222.14229830601,2783.69476404142,1347.19082646773,2016.19452520968,529.434882474847,1729.35472972384,11203.1130430792,3760.95245425963,100179.910854179,40254.5362337915,2653.28158772381,18641.3954325426 -1222,541.244051278882,1801.16181359751,575.874019721141,1621.10060521957,730.66760409435,6423.61911941103,162.961772171352,581.097616901076,3696.4975627651,15536.817221623,1258.78408169976,4565.13207572043,392.078111544671,3566.86283133293,1618.59415853238,8668.46925271525,1855.5862631218,10630.2834935443,171.812835577033,1049.38933271128,1538.11900347397,1400.61470022533,719.506342022256,1845.0547876114,388.781250923655,803.247759043226,1078.31668587952,2652.4482888967,1209.25529622797,1921.13438138282,469.079591691064,1647.81859455449,10068.6371435122,3355.37858720188,88353.2507281713,35246.3878892289,2404.60965827724,16318.81950869 -1223,448.468041980089,1659.15970264304,487.689430324958,1493.29437133602,671.748981097561,5917.18628920242,135.611573231251,535.284360342104,3419.16768684218,14311.9073738078,1182.49474175281,4205.22083029852,369.736875466915,3285.65430930532,1424.25052435183,7985.05429058539,1595.23568723506,9792.2007156773,150.35433439293,966.656343740966,1149.31027680889,1290.191393133,653.960455957254,1699.59219080885,329.615344517461,739.920368609733,920.880102096805,2443.33145476361,1137.66850258169,1769.6737321929,414.361663028255,1517.90593644111,10013.7995085938,3182.8518779028,78086.8035344345,29658.5779781476,2412.72820821447,13593.1137498427 -1224,379.20719544122,1536.01792625492,412.917674087302,1382.46301419556,642.164256921891,5478.01649155663,119.144601476493,495.555896047618,3439.44540473865,13249.686723978,1122.70129563498,3893.1120186378,368.81647169938,3041.79513914792,1345.48311260368,7392.40864693104,1491.83149416052,9065.4298153495,145.42492709578,894.911725585474,992.205957605399,1194.43420967564,634.475836351608,1573.44954090109,293.809932075898,685.003950117164,869.597096208288,2261.98895038308,1075.56733208222,1638.32967491953,378.247894258408,1405.24792461399,10377.8681463479,3173.80886125197,73657.8822206387,27176.470253664,2454.64176442903,12322.9287271776 -1225,405.20042992916,1470.3249565151,439.017123234678,1323.33733642473,671.360570983959,5243.73070265865,127.202659512466,474.361782406758,3591.83426866496,12683.0193341367,1167.6041900048,3726.60999697347,383.720990254002,2911.70254542541,1408.36153452098,7076.24744252943,1564.98563679938,8677.71623703845,152.025310433901,856.637817511996,1053.11412790813,1143.35021576435,662.168430977372,1506.15568233944,308.681083542132,655.707453639143,912.815494661246,2165.24738953969,1119.33152532146,1568.26099934049,395.815167256359,1345.14777356062,10739.6471565372,3298.20512264623,77285.8078664941,28650.8269036013,2540.01264343721,13000.9125572774 -1226,408.636524767963,1446.89417587324,443.054623138185,1302.24891871981,705.035596326507,5160.16774380757,127.154988436005,466.802455593181,3780.64956092171,12480.905479932,1211.93627995665,3667.22354570638,398.675746778864,2865.30228313379,1455.78482675439,6963.48189307809,1617.70503423329,8539.43002709457,156.857967927654,842.986622446096,1068.17646342602,1125.1300339034,686.955855819639,1482.15391099698,318.743122413371,645.258241413386,941.302080788166,2130.74247523836,1163.55157488459,1543.26953109266,409.860387465019,1323.71178944464,11389.2454364209,3474.91366904122,79878.9137264163,29429.1970733,2674.19772189841,13319.0089599024 -1227,456.67227778576,1458.03102855643,493.805867713078,1312.27242604084,797.650927766477,5199.88594085446,140.882573852157,470.395469005482,4280.30210375504,12576.9719428431,1317.7437975792,3695.45043960497,433.770861241057,2887.35672909962,1582.16952219732,7017.08033399963,1760.34154977299,8605.15865866692,170.001120037844,849.47515352503,1153.1306415426,1133.79024392149,747.75370826538,1493.56216049845,346.816537697513,650.224842355641,1022.4863101016,2147.14295942596,1266.74160049304,1555.14819209278,446.063887721452,1333.90049808682,12733.1736621332,3868.17011819084,88162.7337946734,32333.5291583776,2953.57105461862,14535.3678547568 -1228,573.556632373986,1511.25650806418,616.018897282216,1360.17698208447,953.718610205859,5389.70797973221,177.391761848358,487.567273929881,5104.61637625732,13036.0947936621,1606.99079034737,3830.35300189122,528.322441327741,2992.75979899754,1932.31690199033,7273.23912500379,2146.6409508068,8919.29031079049,208.373432338544,880.485277103167,1428.59688448435,1175.17930095252,910.622811911451,1548.08470536217,423.089681286802,673.961325561008,1250.37052862266,2225.52449682047,1541.51398065817,1611.91893743947,543.600208960924,1382.5945877432,15109.515513818,4619.38853737838,107566.92113458,39663.3526187815,3542.28765377749,17891.007883732 -1229,787.613996691472,1605.61602750467,838.7302848578,1445.10342951325,1228.88086623841,5726.22944526657,243.455078432963,518.009897943368,6554.19184049177,13850.0397682887,2005.05412379741,4069.51178573583,658.124893163812,3179.62111269732,2515.86808281086,7727.36411632655,2847.7336098355,9476.19110359796,271.008546994898,935.460833653989,2090.77468606565,1248.5549016547,1162.96017151323,1644.74369612362,567.382713497053,716.041982591806,1660.89222675236,2364.48133234272,1926.64918759861,1712.56359670293,708.215294390801,1468.92074097021,18536.0266722319,5807.1408063793,140506.33667237,53462.1060332876,4295.37514525445,24247.9728136776 -1230,820.892484742143,1848.83332841585,874.235234424152,1664.00642353102,1301.61312253252,6593.6336354454,252.969151873804,596.477580792089,6948.71131145302,15948.0315871614,2083.55355538737,4685.95784481705,685.073597690707,3661.26731683512,2591.95693102065,8897.89842299493,2926.68754510397,10911.6361811596,277.937160345576,1077.16361636913,2085.72156747583,1437.68489787916,1204.8814845835,1893.88802179627,581.801110167927,824.507391109012,1703.32899438519,2722.65088088728,2005.47269933903,1971.98122114964,730.625931521533,1691.43156033869,19673.0368974192,6114.60770390571,146241.507770324,55119.5066281627,4538.36098458176,24876.008220893 -1231,810.364729130769,2020.716916567,862.290067531657,1818.70689889953,1304.4701178507,7206.63502978178,248.481839799336,651.931312214223,6970.47657020389,17430.6989812514,2028.26017739461,5121.60514515121,666.667355554225,4001.65049466185,2521.79099483829,9725.12426560742,2847.48328807072,11926.076558554,270.367801214996,1177.30609247109,2031.59992428972,1571.34456047834,1172.44052312698,2069.96028517426,566.033390225081,901.160752265364,1657.06483551565,2975.77213064904,1951.63606239005,2155.31370593794,710.900908026285,1848.68171438704,19593.9147184973,6065.07758671506,143770.616125812,54006.9607003389,4473.23455458237,24247.1994891609 -1232,769.715786909861,2079.32279849078,815.316926789414,1871.45398133201,1211.30710843744,7415.6456032869,235.500160781468,670.838962856824,6464.76450464662,17936.2331696224,1946.3843187567,5270.14459861751,638.999381384223,4117.7084414567,2434.57307519595,10007.1773724684,2752.9555496635,12271.96282737,262.184757199205,1211.45093546114,2005.84502578083,1616.91751184919,1127.28189209148,2129.9943488599,548.088609021683,927.296684621161,1604.85571159172,3062.07702011232,1870.47380926341,2217.82323387988,685.512616224645,1902.29814199239,18251.1965573727,5694.93585927633,136838.209867033,51854.1229455936,4208.4115498217,23441.8304600073 -1233,722.716111079126,2095.37722460217,763.595004211268,1885.90345482692,1129.62673187598,7472.90171306101,220.403751206963,676.018502353837,6027.0289234471,18074.718608414,1863.5216522523,5310.83532115286,611.593491748697,4149.50121839811,2344.19589950495,10084.4426676051,2653.36867380204,12366.7145035391,252.525552945972,1220.80453344268,1960.92666430107,1629.40171234997,1081.60865673562,2146.44000939719,528.925459686791,934.456331077877,1549.35656761991,3085.71927965107,1789.96164694357,2234.94702017332,659.31103424147,1916.98576287771,17135.5339319358,5376.21697620122,129913.746191149,49557.0072144538,3976.4288862922,22527.830484024 -1234,687.211424065972,2119.96508051952,724.190616061858,1908.03327559469,1060.78287297394,7560.5912366694,209.274876331336,683.95112915639,5655.84156090777,18286.8133910012,1766.28580348918,5373.15443588986,579.459185809333,4198.19285104969,2236.56894031903,10202.7768846647,2537.21701786167,12511.8296602822,241.010454610959,1235.12986141661,1903.38723972488,1648.52165603569,1028.46434090414,2171.62705307918,506.557725474255,945.421553644882,1482.70874292749,3121.92813987854,1696.38820872098,2261.17263466876,628.787337271624,1939.4803138253,16046.2438130779,5061.70165412237,123270.993186195,47309.4727877054,3732.38123601519,21571.2093832793 -1235,657.903426074286,2139.2882440737,693.93651390308,1925.42471255275,1008.84648844784,7629.50489113239,200.95896733417,690.185241054365,5376.55436635851,18453.4949506582,1679.44043834898,5422.12993219433,550.581264907432,4236.45874884126,2134.23704155221,10295.7736647819,2421.85814347343,12625.873109917,230.464332068406,1246.38788474073,1839.06128803208,1663.5476835278,978.707035080976,2191.42110776005,483.932551537815,954.038929221775,1417.48609459084,3150.38404634871,1611.39279811162,2281.78288388722,599.339208554388,1957.15838581741,15192.1914253979,4805.214289138,117565.393140225,45258.2183089303,3532.708008242,20645.8878306206 -1236,640.021572919326,2113.97721575844,673.928892131103,1902.64401455502,972.926099633072,7539.23626329981,195.333035577248,682.019301645546,5182.5855338517,18235.1620848063,1634.31180866997,5357.97790189968,535.626508382571,4186.33500902012,2086.8137493188,10173.9590287791,2371.76741246066,12476.4898593544,225.409945002323,1231.64122349493,1820.11743447158,1643.86538842885,954.600288649927,2165.49326850658,474.447516766834,942.751200035074,1388.99950846392,3113.1102194009,1567.91995659673,2254.78592761294,585.835079468071,1934.00223027918,14635.1576508083,4648.4783361399,114379.099892409,44233.4819702168,3410.94963584092,20228.9468700957 -1237,630.097056508988,2075.90942769076,664.414601889252,1868.38184343303,959.198103309063,7403.47224175596,192.571639891025,669.737728296709,5109.45550924389,17906.7894417856,1609.54814278832,5261.49324458154,527.396368496873,4110.94890139526,2062.27645155882,9990.74980910085,2343.89518514511,12251.8174417645,222.806804700415,1209.46224411809,1814.28289849179,1614.26321544798,941.019484521104,2126.49779675174,469.192355212061,925.774454677576,1374.80506732671,3057.05038148966,1543.29182088773,2214.18250379621,578.273031739418,1899.17537099429,14401.5669643425,4581.39730319461,112847.179153734,43738.526762876,3352.02488537754,20009.579584811 -1238,626.316741765914,2029.71318097261,658.557080729645,1826.80381143818,945.104988336196,7238.71908553007,191.016383217458,654.833720963757,5032.28580282011,17508.3007351262,1617.13300378126,5144.40661411956,529.637907376594,4019.46590740654,2069.90511638329,9768.42067618008,2354.80624160569,11979.171644344,224.067346099799,1182.54747824234,1822.5341890613,1578.34021188428,945.435703170136,2079.17578185361,471.371651751141,905.172734514274,1379.56911565662,2989.02031631952,1550.56966688736,2164.90919742746,580.975180355096,1856.91207528919,14271.138482391,4550.86342469236,112547.596363976,43704.9977840276,3343.14533147916,20056.1102731681 -1239,633.444533266037,1998.21179670671,665.138428749181,1798.45160414997,942.086751651146,7126.37332473792,193.234254158573,644.670625572877,5012.01810175354,17236.5698745935,1632.30272576714,5064.5648260824,534.857000769223,3957.08332976952,2091.13980757015,9616.81365294348,2376.62835452686,11793.2535093615,226.144969753909,1164.19420405857,1839.03677020032,1553.84418851359,954.2681404682,2046.90673227827,475.730244829302,891.124348562871,1393.95896449885,2942.63037391502,1565.12535888663,2131.30955528675,586.379477586454,1828.09258424975,14232.06240007,4550.80351677721,113305.406915848,44072.400265196,3352.72497701465,20264.535029944 -1240,657.418100734058,1967.83856160603,689.283976962518,1771.11476554254,963.527588886624,7018.05096733606,200.851927833915,634.871497920193,5121.2601474283,16974.5704258898,1635.45341750592,4987.58238688413,535.280693897695,3896.93483976152,2115.73155484062,9470.63608433855,2415.2655692917,11613.9936020624,229.16712626339,1146.49820990971,1911.80910404126,1530.22543352209,961.091306628141,2015.79332402439,484.642746057079,877.5790730383,1416.84254905519,2897.90177992482,1567.75545199721,2098.91320656049,593.420276168998,1800.30519657706,14284.7718575826,4593.2976426901,115431.982778539,45174.6666913256,3343.14533147916,20749.0122608903 -1241,679.631020478925,2000.32345887403,711.232954741002,1800.35216455027,979.157147991551,7133.90430466949,207.620554726495,645.351897984864,5199.02142906249,17254.7850670763,1630.22270852459,5069.91693638162,533.21750960205,3961.26508025971,2130.70218344064,9626.97647031576,2440.36306117483,11805.716336028,230.928741373486,1165.42449649313,1972.44862927008,1555.48625368015,962.817575727831,2049.06985408232,490.798946645518,892.066067341799,1433.34150122081,2945.74007492031,1562.3604910599,2133.56187196417,597.21783501352,1830.02446852492,14249.2046687456,4608.40498691324,116970.001598813,46047.7658748837,3315.10648650979,21129.3971789452 -1242,698.253800796629,2099.54269671628,727.571262503202,1889.65250686335,988.4490689502,7487.75735019009,212.742658245789,677.362382676251,5242.75982252444,18110.6499602726,1620.21276118031,5321.39291248923,529.927632584427,4157.75015391662,2135.71054281081,10104.4898763964,2449.68855453118,12391.2987186402,231.359979049602,1223.2314125655,2009.79904624326,1632.64085579191,960.459774360216,2150.70699096919,493.493122632407,936.313968806901,1441.73753308239,3091.85348663797,1552.48228183307,2239.38994786183,597.76884712398,1920.79660449833,14152.7975887613,4599.70069665756,117881.6426391,46610.8462251082,3279.61161790434,21368.7647233771 -1243,707.538947278379,2059.85500157938,735.127470168503,1853.93236993812,985.248272940721,7346.21613198185,215.297773163057,664.558188799696,5220.47228054988,17768.3040029941,1589.45731376002,5220.80252204619,519.701292363403,4079.15612445386,2105.53703407233,9913.48451396417,2421.41993643957,12157.0657655953,227.939756492969,1200.10864613655,2003.47625577917,1601.77901494721,945.185465227232,2110.05213621444,488.366680939587,918.61480822086,1424.39962767609,3033.40812195091,1523.56513231745,2197.05871750277,589.669015269022,1884.48775010896,13897.4734189724,4532.13440760304,117135.007040057,46427.9117208334,3209.68369164316,21257.6672165951 -1244,690.968547233898,1928.75833162009,714.751662502796,1735.94136579352,944.38676670243,6878.67619787696,209.4258641297,622.263286741533,4998.08709135783,16637.464461458,1511.78988906709,4888.53164636293,494.046264518807,3819.54378098797,2018.80361551386,9282.55427543902,2327.48678419643,11383.3458498131,218.6541753498,1123.7293636253,1955.16463074109,1499.83596812632,902.567091697973,1975.76073789461,470.228819943259,860.150818162963,1370.42336391257,2840.35098777869,1448.83639990074,2057.2299036548,565.087399656838,1764.55209035188,13135.0419975602,4310.00302396823,112620.967498189,44872.3059747302,3028.46966330385,20554.3642955396 -1245,617.26742300578,1826.24142741886,634.608203949504,1643.6730231098,820.287121813058,6513.06243629354,186.116685942507,589.188896493151,4333.85734716357,15753.1539066391,1344.31667563452,4628.69757474345,439.072876653758,3616.52829819339,1810.29826081273,8789.17015789718,2095.13134593896,10778.3009580591,195.94609795806,1064.00116770242,1785.03666509755,1420.11704339571,806.605564150838,1870.74557297182,424.07966831524,814.432286411943,1233.25147136476,2689.38132748569,1288.8209051503,1947.88450900615,506.994511415783,1670.7630372398,11352.3716778603,3766.53590056808,100020.571201308,40206.7299296813,2639.23375876782,18518.8175914668 -1246,529.363203131621,1763.93290517471,550.209665846956,1587.59345138127,720.022903334298,6290.8468575664,162.105196980286,569.086686066878,3808.64497904016,15215.6807522847,1192.4646548062,4470.77359959577,389.173719577422,3493.13796735795,1590.12488408471,8489.29731739055,1830.58519808709,10410.5620627978,173.110569965672,1027.69909973363,1547.48264710857,1371.66485462197,710.262742278682,1806.91863837456,369.785864074103,786.645121214416,1079.38521894629,2597.6238118852,1140.53677480563,1881.42571367043,444.556359215785,1613.75919628669,10117.1483768942,3333.60548023571,87561.8656313947,35007.1048123052,2357.20589867334,16108.1531276804 -1247,426.859180352945,1640.15473471946,455.096034926022,1476.18932015711,645.903428611046,5849.40743979752,133.118340506506,529.152905918465,3438.15572301454,14147.970568851,1109.01825159382,4157.05181627047,363.641764970188,3248.01853822383,1388.06139399837,7893.58889372284,1562.26302774371,9680.03522599828,150.418206819143,955.583706925684,1155.20519756313,1275.41280008816,639.986791832406,1680.12408594949,310.995805778745,731.444895845401,915.755080731016,2415.34413331983,1062.17704698041,1749.4028731177,389.09617267359,1500.51897026352,9840.6812152003,3102.25870314941,76317.810146386,29157.3091005429,2324.36555744217,13313.5462649041 -1248,401.270237675775,1536.39397691197,430.812120411894,1382.80147126428,674.156259409437,5479.35762935569,124.249300357566,495.677218928768,3685.95112873657,13252.930535989,1080.96819087674,3894.065137288,369.286634568864,3042.53983687645,1315.05049955049,7394.21846964294,1469.96538688937,9067.64923009732,149.003923615409,895.130819475363,994.774478585889,1194.726633196,601.942503793284,1573.834755633,288.428768655648,685.171654009883,848.572640365395,2262.5427345652,1045.46499155109,1638.73077372194,371.860440576185,1405.59195992526,10624.3100563216,3220.64284349508,74986.2361582479,27733.5368707742,2431.15034446996,12398.8235993403 -1249,425.079702483921,1472.58125484555,454.709861649587,1325.36807378626,708.585767601391,5251.77750943921,130.706406684374,475.08971788315,3873.05761372344,12702.4821577947,1135.91185158361,3732.32869465124,388.265775024656,2916.17072068346,1387.95903850889,7087.10635179275,1553.71048025229,8691.03269240497,157.015205507485,857.952377581784,1056.9021412443,1145.10475252272,634.201774493137,1508.46696498237,305.149054572075,656.713674492806,897.197232742093,2168.57008636829,1099.45369935701,1570.66758616937,392.435747436553,1347.21198029413,11079.4205136389,3377.88544295864,79008.7845030427,29313.2471182824,2548.03257256947,13118.0682674347 -1250,440.913094934562,1434.62917402483,472.264084022649,1291.21004271801,746.845036995157,5116.4261433704,133.69814109148,462.845474442685,4086.2494866284,12375.1076051919,1198.18193535125,3636.13730296891,410.091404059794,2841.01374953894,1452.51452707463,6904.45399752488,1624.01287228941,8467.04316783896,163.999622618845,835.840811332269,1073.42486521919,1115.59255550613,667.445351829203,1469.59002017405,318.31196572546,639.7885300443,934.94911741677,2112.68064263646,1161.65989151417,1530.18757667812,411.556222746637,1312.4909774357,11864.5057676528,3581.88409372436,82798.715674316,30495.4692994582,2711.6676919088,13630.5860173186 -1251,479.215778984294,1432.6042901883,511.76070979216,1289.38758546397,813.666626421346,5109.20464753992,149.621658151017,462.192198783038,4452.90518388262,12357.6409623696,1305.62771737792,3631.00513656278,447.193287692348,2837.00384724156,1581.27468628271,6894.70881908241,1769.93644909539,8455.09249852024,178.034362433713,834.661077517132,1158.99320972587,1114.01797067634,727.953515915486,1467.51579142417,346.837544946445,638.885511008622,1017.0383155864,2109.69873416667,1267.50708205054,1528.0278185002,448.696717682523,1310.63848355511,13048.3619205415,3916.64253607265,90185.5723683442,33161.5966837643,2961.01644518777,14825.5794561643 -1252,588.201152997546,1439.3153301532,630.568923994627,1295.427726259,996.529830221318,5133.13873514062,189.62007369857,464.3573398054,5451.94429373244,12415.5303760328,1598.6611761144,3648.01459322233,546.874501927605,2850.29380199726,1937.36568222226,6927.00710741515,2164.45124851862,8494.70040982774,218.901240021657,838.571050345449,1436.45211686609,1119.23659187832,889.698794744613,1474.39037444254,424.219680562498,641.878372489452,1247.14814468346,2119.58162549672,1548.62357185087,1535.18587032768,548.556094805967,1316.7781742589,15873.1518316833,4781.50388727163,110543.425866399,40707.329971963,3615.55692254506,18185.6121310238 -1253,800.30300825565,1437.69542308398,840.578423844966,1293.96976045576,1249.76094931131,5127.36153847623,255.873544322224,463.834719277683,6807.03332495764,12401.557061775,1997.91603738493,3643.90886009743,682.030083812283,2847.08588015936,2527.63864513261,6919.21096466117,2877.36881797647,8485.13987437276,285.02654484299,837.627263293339,2103.46764033585,1117.97692401449,1138.89093044117,1472.73099144264,570.162816434355,641.155957260909,1660.35260260666,2117.1960987209,1938.55702644101,1533.45806378535,716.087348968992,1315.29617915442,19093.8412124693,5914.01024607837,143123.378317734,54543.5182128375,4340.22673676207,24632.6767052524 -1254,798.011755792205,1461.12620653175,833.322214217153,1315.05818068608,1241.13208279762,5210.92450733424,261.613464545184,471.394046996512,6759.84699596541,12603.6709401835,1984.07834126432,3703.29531847622,678.069308410268,2893.48614800756,2516.89583844829,7031.97652761654,2869.2449093824,8623.42610087685,282.655126475239,851.278459994011,2090.81448605732,1136.19710805736,1133.89624649153,1496.73276565939,568.805198585528,651.605170737992,1654.41735934162,2151.7010171543,1928.20931701429,1558.44953502598,713.532061734427,1336.73216583743,19043.2690269992,5885.68799505204,142392.167498327,54308.4738293939,4309.0581426022,24546.7968379878 -1255,775.531636376977,1541.83223154852,809.59824749247,1387.69606641731,1206.06428107203,5498.75248671712,252.525460141513,497.43172914853,6568.39294632552,13299.840906648,1927.91361004732,3907.8486577301,658.615753191252,3053.30927923527,2445.37947455533,7420.39121145297,2788.18989017408,9099.74528502154,274.579912183419,898.299244633548,2036.28764651283,1198.95551442701,1101.58709519947,1579.40553649104,552.775945331999,687.596902989146,1607.60488491526,2270.55128165764,1872.97917023384,1644.53126198353,693.291994560547,1410.56722480395,18500.5995665682,5717.63061874595,138382.934343947,52792.0529379247,4184.38376596271,23862.6581304418 -1256,749.398435656973,1641.51430118451,783.701350215404,1477.41297147077,1144.04179695772,5854.2561641448,240.334975312836,529.591534378659,6222.83819014545,14159.6981857195,1826.9791010805,4160.49770349271,623.143935468646,3250.71090437011,2339.79304916076,7900.13209267937,2674.62389769509,9688.05925628953,263.943455517018,956.375814850003,2008.9773949682,1276.47002257783,1047.82940075851,1681.51678403829,531.520643580266,732.051209341543,1545.61956647929,2417.34627422501,1772.3376067893,1750.85299817591,662.388044684092,1501.76278905022,17310.620879197,5394.77384703918,132232.264443762,50860.7775324192,3919.45071560381,23031.6608855465 -1257,727.858567679997,1730.20414868862,759.962777424678,1557.23654111362,1101.91617786813,6170.55745136073,224.623137707463,558.204987450386,5990.68518154401,14924.7365846476,1759.01139017098,4385.28642851187,599.77096917167,3426.34449719382,2263.00393038546,8326.97059786723,2588.13504404728,10211.4981915648,255.313502696612,1008.04811835322,1965.05511398064,1345.43678793851,1010.4756849246,1772.36793717436,514.824805140807,771.603414323767,1497.97989550482,2547.95377016394,1705.51831160761,1845.45033753402,639.927929962136,1582.9019619786,16526.3360153556,5180.19198831635,127704.661761477,49295.9275439138,3755.81559626448,22342.7345817926 -1258,706.902340635018,1779.87162123323,737.831993449175,1601.93878229704,1068.59134101784,6347.69030185855,215.774195338407,574.228894750266,5808.99616389899,15353.1680764547,1705.69562293322,4511.17104938359,581.565497346797,3524.70160226244,2196.21220653184,8566.00573361278,2512.4831814897,10504.6308293828,247.772373864263,1036.98528295307,1910.75589618299,1384.05907697654,980.271483473668,1823.24576909105,499.870982867417,793.753165510814,1454.29919627802,2621.09567311248,1653.83615531395,1898.42608264558,621.022442807705,1628.34095817853,15990.2659818415,5019.9123464223,123898.23761976,47860.4017587551,3638.93336816497,21696.5803619415 -1259,670.490987277928,1812.44329963792,699.204240244715,1631.25428697643,995.816605569319,6463.85313329999,206.883571250628,584.737292472529,5407.05897502506,15634.1312915055,1588.07475468314,4593.72554988586,540.802092179923,3589.20369651003,2064.21823080967,8722.76377202382,2366.52125744781,10696.8657372565,233.417972050673,1055.96212979067,1843.620555094,1409.3873796533,916.088801011488,1856.61119507745,471.856460889194,808.27886080889,1373.03076594358,2669.06176477554,1537.93751738451,1933.16730954158,582.775113461032,1658.13962308799,14772.3761778728,4661.40163583393,116312.052132253,45257.3313402881,3350.62387218616,20551.2834572972 -1260,651.793529247981,1778.65669093131,677.218018650135,1600.84530794461,948.290176128228,6343.35740436026,192.991053903097,573.836929354478,5142.33320847485,15342.6880907613,1510.74590428477,4508.09174953991,514.025493892266,3522.29566088402,1986.23423388854,8560.1586265473,2285.38954376764,10497.4604277916,224.703433761409,1036.27744266399,1822.04549995451,1383.11432607866,876.430612967634,1822.00123184112,456.849322121188,793.211354089407,1327.8598271876,2619.30652803061,1462.60447581792,1897.13022773883,560.321377465581,1627.22946185018,13759.4915678421,4406.95350842538,111617.953226148,43824.4281046464,3148.02801014699,19946.3996652171 -1261,646.832758182564,1718.6044642117,671.366611192448,1546.79647105221,935.537086330306,6129.18862240676,189.753715740285,554.462653499344,5071.26925083986,14824.6777358612,1489.98920969556,4355.8864649583,506.8362473951,3403.37349975006,1965.39538382272,8271.14468179997,2261.05616522134,10143.0379713367,222.375294724289,1001.28993313021,1816.53792529621,1336.41667188136,865.121079494621,1760.48557701251,452.265411331945,766.430408494218,1315.82518709047,2530.87170512664,1441.61279493084,1833.07801623918,553.762350172671,1572.28982506355,13518.5967043822,4340.82168968155,110352.25237004,43426.8400424663,3093.48297036722,19774.4957718343 -1262,649.502276784537,1663.41195589384,676.146159439987,1497.12152904411,941.870652297865,5932.35142043951,191.112481927714,536.65623832211,5105.98181416631,14348.5872995308,1500.16399510238,4215.99837263968,510.064718490251,3294.07509857323,1975.49142720422,8005.51915181056,2274.56789157179,9817.29710468641,223.977551102705,969.133783117981,1825.04923539751,1293.49801909364,870.750905935024,1703.94806830931,454.902883058016,741.816707333332,1321.92458392255,2449.59345841809,1451.48791588712,1774.20922137371,557.20948366237,1521.79617102333,13636.5011693921,4372.36015998894,111031.067813527,43664.4198403094,3116.85941598712,19880.0242630269 -1263,661.704243562678,1640.03902747251,688.906227499466,1476.08518010337,966.738538360074,5848.99478432248,196.422501521256,529.115576010093,5243.76216478327,14146.9724784331,1540.45631377067,4156.75855063465,524.226686264998,3247.78940174349,2020.60024076957,7893.03202831241,2320.52923561543,9679.35233297438,228.804973307064,955.516293798357,1843.66520782802,1275.32282412387,891.950046122897,1680.00555900297,463.584094870709,731.393294936409,1349.45394645044,2415.17373914042,1490.69213767859,1749.27945879222,569.549564797387,1500.41311383706,14065.8458897971,4496.13172421521,113575.304774057,44509.6955488167,3218.1573470067,20243.5948191926 -1264,684.551801300297,1623.46392015277,712.789362671116,1461.16707762931,994.662564858862,5789.88172991416,205.770408818905,523.768052378031,5392.87842447951,14003.995644863,1584.41094151958,4114.74813629397,538.77063655555,3214.96551341884,2084.15814810911,7813.26084558084,2398.84049453887,9581.52764647781,236.261516670555,945.859337561239,1920.31165147375,1262.43373287478,919.164752280908,1663.02652864346,479.637795601207,724.00144501489,1393.95541351243,2390.76470786038,1533.09169708326,1731.60030953052,587.904824109678,1485.24914031619,14420.0686781758,4619.65994754628,117177.542839914,46041.7894640081,3296.07883240638,20955.390244388 -1265,698.623443138805,1694.04553440461,725.505612532465,1524.69268466652,1000.01400584157,6041.6022601654,215.419900729256,546.539358947571,5416.68809922458,14612.8324698275,1591.73616131398,4293.64066485233,540.916481552778,3354.73914982942,2111.40975865915,8152.94967771697,2436.59356606941,9998.09353370951,239.424723289158,986.981458029411,1982.48396686619,1317.31922164123,927.285268092171,1735.32816434858,488.085715499149,755.47808584163,1417.35522201269,2494.70544241101,1539.83502518325,1806.88325457692,595.2545823064,1549.82173758081,14426.0420907943,4635.76945157365,118592.530705774,46871.0188916392,3280.49453532645,21366.9838732678 -1266,701.638744430893,1822.8569827291,725.114245308314,1640.62691959291,982.878819171004,6500.99223612962,217.929024510494,588.096994183816,5316.83002000057,15723.9596953558,1562.83909692945,4620.1195353385,530.880746476265,3609.82604086288,2098.92395898601,8772.88180750622,2428.40063245068,10758.3262915695,237.888372502891,1062.02932923251,2018.66710846104,1417.48524044009,915.67645106592,1867.27865188172,487.648000687293,812.922956382774,1416.19328961759,2684.39728637487,1511.394710449,1944.27463175564,590.70699313242,1667.66672970656,13979.6574141306,4535.19258621997,117583.856909829,46864.4916538696,3179.19660430687,21409.2108551437 -1267,693.81390778617,1774.63585498033,714.830838629109,1597.22643286941,961.41090499659,6329.01759408017,223.218203244675,572.539712096469,5196.94090239125,15308.0043700779,1527.83758244405,4497.9007455821,518.74053072658,3514.33315013336,2064.65660056478,8540.807509647,2395.93567586312,10473.7298413905,233.830112287867,1033.9348311764,2012.02142506853,1379.98765422851,898.637329968091,1817.882411108,481.808683497775,791.418218435118,1396.73959543916,2613.38531686701,1478.04503065658,1892.84157020179,581.371311722788,1623.5509426879,13647.8730887986,4433.02942371366,115629.816692442,46280.2849864845,3085.69082182725,21169.8416030354 -1268,682.779222872026,1660.66390246531,704.40286956898,1494.64819708551,953.592247742143,5922.55083039176,218.427989439087,535.769650961449,5157.37980001621,14324.8825976477,1516.03520438472,4209.0332977876,514.91355189604,3288.63309466288,2039.54257684281,7992.29356792894,2363.55508319459,9801.07835810838,230.945261529758,967.53271766575,1968.73735658747,1291.36108503255,889.682149297236,1701.13304686223,474.84504037418,740.591182929284,1377.12817640661,2445.54658736004,1466.80853512892,1771.27812440975,574.470666016885,1519.28207511912,13550.6018895733,4399.30471492966,114280.330060551,45604.4656440412,3077.89867328728,20841.9594905401 -1269,617.435570112452,1582.96627148125,634.650377631102,1424.71795780246,850.770100974309,5645.45191337373,199.302274214372,510.702548237617,4597.13024774444,13654.6630304556,1351.61104522309,4012.10487928847,458.791163483639,3134.76752303713,1832.40382687435,7618.35741177158,2131.1963388711,9342.51442570545,207.317636513512,922.264677606234,1797.78363658692,1230.94205809816,796.964595103306,1621.54198238876,428.908142573871,705.941076814579,1241.30633914334,2331.1265797854,1308.21407576117,1688.4051759003,516.419624534143,1448.19928837458,12032.5179529823,3918.72824624743,102593.299476824,41161.8901690931,2719.45984044876,18844.5057631921 -1270,540.516902771285,1553.6344044091,561.755338392994,1398.31838220413,760.664455510388,5540.84346525414,170.658653956567,501.239390665537,4115.06890532927,13401.6464197166,1209.57237656955,3937.76183792429,410.383504254994,3076.68126690877,1619.40043126467,7477.19164536448,1871.95986134321,9169.40057218155,184.286056164079,905.175403238072,1559.33299554844,1208.13308896714,706.950557856978,1591.49531952788,375.754283798925,692.860210722263,1091.81475482549,2287.93153754192,1168.06487457453,1657.11955909616,455.68028683299,1421.36461110705,10805.0841518688,3505.85170060534,90860.892327173,36172.781216459,2462.31893862983,16509.9285898638 -1271,447.700229795795,1447.79090773864,475.362813124747,1303.05600476769,711.850412257587,5163.36582624085,141.527097047896,467.09176260938,3880.54693254528,12488.6406867215,1138.75961229649,3669.49635616192,388.55532529304,2867.07809224556,1426.2494011227,6967.79760338488,1610.30940975936,8544.72245216983,161.739362366276,843.509074591566,1164.90701706712,1125.82734817209,643.442933509315,1483.07249555111,318.229780213198,645.658148770908,932.953559760638,2132.06303116177,1101.52753359253,1544.22599286334,402.574917203008,1324.53217739145,10863.4260669453,3364.11593890874,80859.6889525744,30599.2426208976,2493.4875327897,13769.5371472124 -1272,422.588299869074,1355.91910112251,465.575615200998,1220.36857480794,750.510837726223,4835.71647843712,139.901540729889,437.451733889029,4078.65517564796,11696.1547165886,1205.39497255348,3436.64280126671,412.055240154574,2685.14322676451,1446.38827963558,6525.64525214628,1572.3576602974,8002.50390077667,159.659303363055,789.982904365184,1044.32089878651,1054.38623615684,679.671082702332,1388.96184132564,311.386977277211,604.686914411756,912.51523997033,1996.76968082693,1177.3715426317,1446.23474907971,401.678218487136,1240.48194375087,12019.7070059433,3601.24574535281,82061.5876032542,29839.1896604161,2741.0071885903,13278.8123649423 -1273,434.977658576996,1288.34588370929,475.409820010741,1159.55061674429,749.885829701521,4594.72502055766,142.940719439317,415.651007652927,4069.4452288231,11113.2683151002,1203.0132688938,3265.37520057481,411.109718851609,2551.32715551248,1465.74511416936,6200.43496119324,1602.03935969068,7603.69328184692,161.681626312157,750.613530111806,1104.20061737047,1001.84012900756,683.459602936041,1319.74191485299,318.460032106351,574.551900972792,931.608522801375,1897.25920733707,1175.38669508945,1374.16058547421,406.682059930062,1178.66162127524,11851.4736607116,3582.27182775996,82883.9052442898,30506.0820758211,2700.69825934633,13628.0760922827 -1274,465.683744115835,1257.48089070461,512.171824272765,1131.77118101439,835.117950645463,4484.64886988169,153.332381386112,405.693227210721,4541.74474089335,10847.0269639677,1342.06261488851,3187.14637709052,459.582554538438,2490.20483129561,1603.63283995587,6051.89070446599,1742.98784037702,7421.53106677603,176.411174997587,732.631028945723,1127.65114629606,977.838974531407,756.677646935985,1288.12476492067,344.74882631558,560.787320646509,1008.81098719993,1851.80643498534,1313.83939146699,1341.23972362005,446.194583997149,1150.42434186484,13464.5299003671,4021.03675620632,90973.3263030353,32923.5290834763,3071.54040839089,14642.540982172 -1275,533.108604076681,1253.66254033137,589.28332614255,1128.3345491392,993.496828104416,4471.03119917772,175.331340062732,404.461336613425,5413.85640666916,10814.0898833627,1599.13704978984,3177.46858266161,548.608239883337,2482.64330521812,1875.60081825956,6033.51409190591,2027.075035353,7398.99553074659,205.591025435595,730.406389204874,1228.89372079037,974.869758982315,894.974889571706,1284.21336418825,398.960901137477,559.084485644463,1168.09477053313,1846.18341053665,1568.0571163667,1337.16703890799,523.187935632079,1146.93106952359,16311.5194810965,4818.02199289075,106736.150603675,37995.8807538719,3724.54506214329,16822.7005988905 -1276,645.18743165374,1260.1132396921,714.151381118444,1134.14037544465,1188.70267274952,4494.03681446132,213.412212905529,406.542485568262,6472.93739928741,10869.7335996366,1912.23840162778,3193.81819341849,655.13062267878,2495.4177042822,2254.32321111168,6064.55943644121,2436.58223845642,7437.06693689036,247.94766782357,734.164682905401,1518.97575463975,979.885934810138,1070.76196485788,1290.82126229551,480.221218175769,561.961245392891,1408.48733836344,1855.68291599605,1871.40680457295,1344.04740925134,627.451537116619,1152.83258390961,19389.6157264389,5746.2482997219,128232.061757705,45885.5822942334,4425.92043098845,20332.3598551168 -1277,768.767800865667,1256.12132704547,815.340599938214,1130.54753222613,1169.11482154498,4479.80015554133,247.140603693026,405.254599655781,6301.0111648512,10835.299371303,1865.259239944,3183.70049698,635.146205833085,2487.51247070591,2428.72972553548,6045.34751901348,2730.10080926505,7413.50705304498,267.586861358433,731.838922656177,2175.9436782875,976.781754223656,1098.28373805475,1286.73206970616,551.479735227525,560.181008401693,1592.73197584969,1849.80429821222,1825.15695843742,1339.78960155465,674.098306946017,1149.18052564516,17293.2865930071,5462.94342864001,135760.175532985,52653.5314303865,3926.08970836317,23906.6134698523 -1278,765.261928375272,1235.69894324223,806.386724888854,1112.1667634948,1156.52706021711,4406.96626906202,243.571136880125,398.665853175642,6232.23633485348,10659.1359405743,1844.95515924857,3131.93897357937,628.960908561647,2447.06977357283,2411.83467573827,5947.06051074522,2716.21052991082,7292.97611140305,264.576037863349,719.940473805071,2162.25875379493,960.90095397988,1089.90671510306,1265.81200759617,549.042510383865,551.073423563712,1583.53462426991,1819.72964497166,1808.40263020671,1318.00691474772,669.873145657657,1130.49681631819,17081.8110682516,5406.19770089331,134595.07021722,52303.961847804,3877.71899327039,23775.8913768 -1279,747.774689576135,1276.54371365462,788.571036460025,1148.92830348288,1136.48616528063,4552.63405202757,238.339806056654,411.843347041173,6125.88629551448,11011.4628262354,1813.37481058549,3235.46202749233,618.061946957975,2527.95517339556,2362.86724694732,6143.63454078576,2658.74827180908,7534.03801124711,259.13266450556,743.737373142055,2107.59607643282,992.662556649356,1069.36414896598,1307.65213469044,537.095005867405,569.288594491001,1549.3913560894,1879.87895558486,1776.87882128755,1361.57229135439,656.418981638009,1167.86423753916,16830.4887172956,5316.17912933882,131976.278344383,51179.1777603307,3821.28649232883,23249.2643108263 -1280,727.636984582782,1383.05252489065,769.738840398121,1244.7894843343,1091.89714619229,4932.48445251714,233.580455804882,446.205621391531,5880.11605717804,11930.2075609804,1740.94246487083,3505.41378132689,592.510250023967,2738.87587865328,2283.4746207109,6656.23054874728,2573.31272638658,8162.64275372609,251.649681227324,805.791326044606,2081.61404750447,1075.4856576026,1028.8497500552,1416.756486454,520.649130822546,616.787360730567,1502.42832936486,2036.72722539754,1703.30913180812,1475.17548771412,633.571305285273,1265.30534378163,16022.4246929475,5088.23944674415,127484.578378266,49715.8005530477,3635.86541780655,22607.2877524265 -1281,705.797106418536,1483.83381477569,745.16818668875,1335.49572116104,1048.12183277564,5291.90836196114,226.325090619237,478.720061203823,5640.7785068005,12799.5467111237,1670.29356425356,3760.84885418564,568.231151392748,2938.45430312963,2203.44441973432,7141.26165812472,2485.25330798308,8757.44421700122,242.884933027359,864.508321788044,2035.75349241841,1153.85493850509,989.234176050343,1519.99374143036,503.414947481818,661.731876344053,1453.51400978508,2185.1409647353,1633.21835596163,1582.66966149496,610.633148479958,1357.50654536277,15282.0800053989,4872.83246795075,122874.487242333,48116.4214621102,3466.56791498185,21901.0512338012 -1282,689.851112145917,1553.69225662962,728.995208745112,1398.3704509683,1029.89704682957,5541.04978798819,221.300688067582,501.258055167097,5544.51658451331,13402.1454528236,1641.68184722297,3937.90846718634,558.626128485767,3076.79583237065,2159.38258524488,7477.47007131768,2433.27970660873,9169.7420104134,237.982766563925,905.209108984349,1981.33495516712,1208.17807585832,970.916193689321,1591.554581564,492.573960608444,692.886010551097,1422.57599243959,2288.01673256559,1605.40824990015,1657.18126476249,598.538932560927,1421.41753803677,15065.9149138372,4793.56442203662,120475.315740996,47074.2732881611,3418.19719988908,21414.21070054 -1283,661.685327231219,1617.76532210613,700.074680965195,1456.0381654613,981.487112113422,5769.5583902287,212.965433166868,521.929549185492,5281.34737093922,13954.8395526109,1563.91049680563,4100.30476283748,531.737812067263,3203.68050981183,2063.99802662363,7785.83514646933,2326.13044504209,9547.89506982968,227.967557856474,942.539231640491,1914.86345359088,1258.00240408769,925.525693262214,1657.18906000003,471.23191604259,721.4600930519,1362.09462749953,2382.37277076522,1527.65527911356,1725.522136792,571.430451001185,1480.03569655269,14288.2422581956,4558.60250124161,115117.147823722,45105.6430808842,3240.83791121559,20526.5625721819 -1284,651.430164553016,1591.06580121555,688.321580660592,1432.00778176783,959.255103371721,5674.33787668181,209.525273585888,513.3156490657,5159.38324645348,13724.5295533371,1527.93249431427,4032.63353068957,519.345877130486,3150.80712111348,2024.66475798754,7657.33809853343,2284.79688205095,9390.31706985992,223.669207115879,926.983609597234,1895.88446726831,1237.24039305348,906.025751430233,1629.8388916397,463.262102983499,709.553150454641,1338.54338064971,2343.05420540039,1492.33243659444,1697.04420262634,560.405549209744,1455.6092587629,13901.0311378996,4448.38772389928,112847.942733678,44348.5580420838,3152.15826687884,20198.3034084979 -1285,656.316352925554,1518.11218138631,694.822419032865,1366.34729731533,976.852490813918,5414.15788417498,211.59455630405,489.779077111396,5257.51570774267,13095.2318142967,1556.78804700557,3847.72903881761,529.391650098097,3006.33617296451,2050.7334216476,7306.23349172355,2307.04060187895,8959.75183423781,226.480679477944,884.479515931948,1894.25250710069,1180.51039156438,919.750766839963,1555.10744634513,467.124054817463,677.018687865246,1352.19994104429,2235.62037984176,1519.99308417346,1619.2312564256,567.260126246758,1388.86659833831,14250.8759867239,4539.56618372006,114390.227874253,44751.0117878235,3232.77612536679,20352.5140917092 -1286,662.532094105933,1453.43165356475,704.192486228872,1308.13284817152,994.324876651175,5183.48284319225,214.038885045896,468.911601300359,5353.80617966688,12537.2977458665,1585.16725896494,3683.79310035635,538.932651823372,2878.24853039069,2078.16574901206,6994.94487654318,2337.39685141533,8578.01359058612,229.933034300873,846.795474766038,1904.59649064986,1130.213690068,934.801541119827,1488.85070215842,472.880832590381,648.173700905065,1367.66832731902,2140.36977323326,1547.88852097721,1550.24245993552,575.565131836967,1329.69269422523,14567.1399641789,4626.96678552303,116087.715121571,45281.3896222491,3305.33219800595,20577.5010674643 -1287,663.810883839471,1423.6080285886,703.360101935577,1281.29067545073,985.683032556046,5077.12060179855,214.252251153753,459.289790938757,5304.27231427179,12280.0392326987,1570.67852370411,3608.20367470615,534.062633642528,2819.18844005345,2071.719462558,6851.41242201376,2331.66728392255,8401.99742929051,229.049971645183,829.419693380661,1919.4250950884,1107.02232145233,928.554723755855,1458.3002976191,472.244413895946,634.873530011038,1366.83277026451,2096.45055262826,1533.50328799596,1518.43233000349,573.026196540893,1302.40812521997,14358.7899728681,4578.33850002594,115540.302327135,45245.0996125608,3256.96148291318,20582.0241876241 -1288,696.812094052404,1422.36417217642,740.494182141447,1280.17116671621,1045.42832207148,5072.68454293323,225.0770831523,458.888493292189,5628.87695002074,12269.3097304518,1666.61608681792,3605.05106023144,566.631476090134,2816.72521594408,2185.36273468086,6845.42610197168,2458.09911726464,8394.65630858335,241.771214824407,828.695000218441,2003.41074232226,1106.05507710886,982.937937475543,1457.02612935112,497.318240528007,634.318818675215,1438.3233126645,2094.61881003456,1627.45567782151,1517.10562226357,605.248192611428,1301.27016542676,15313.4038441275,4864.57430401633,122069.250170999,47620.2931654041,3474.62970083065,21641.2912961911 -1289,715.044573577649,1514.09134262942,758.634001047034,1362.72841971473,1063.52810641262,5399.81806388796,230.76751887539,488.481858948134,5723.29688294295,13060.5480694095,1694.75146311658,3837.53802774809,575.994783572898,2998.37365665728,2232.87798554333,7286.88236131923,2515.46501106022,8936.0212312765,247.077845877661,882.136902809586,2069.80522329034,1177.38371753231,1001.87161017746,1550.98862273772,509.453784623927,675.225550959632,1472.74551479519,2229.69916454609,1654.71087469124,1614.94259589574,618.230761752892,1385.188076609,15495.90980677,4939.77730456249,124623.245098875,48789.2467698852,3514.93863007462,22193.9895240443 -1290,720.312021734708,1711.22810687531,760.99497605423,1540.1575243168,1052.82015011721,6102.88176332286,231.815035906551,552.082865277528,5659.9909217661,14761.0492962443,1676.3414147594,4337.19072911485,569.610451665047,3388.76600884327,2230.52269020247,8235.64441398129,2517.75160896966,10099.5034210017,246.698923378301,996.992334411071,2108.34157505164,1330.68068833926,995.341658248456,1752.92946333305,510.900231447906,763.140841473852,1477.3454353811,2520.00904623199,1636.2918188853,1825.21033129199,616.67066013183,1565.54145926587,15185.2072271019,4873.6396764617,124216.886987956,48958.4781575586,3442.38255743547,22310.7171996134 -1291,719.355089289922,1715.91426300368,759.19020033066,1544.37520785778,1052.25644765539,6119.59435509308,231.23306161105,553.594730640243,5657.24221253715,14801.4720670852,1675.51065112588,4349.06801936827,569.347395846929,3398.0460613016,2228.43293753384,8258.19752387155,2517.75160896966,10127.1606629905,246.226087636214,999.722573424251,2104.26821377577,1334.32472471145,995.341658248456,1757.72981760155,510.900231447906,765.230683919003,1475.67307647605,2526.91002909226,1636.2918188853,1830.20862494155,616.67066013183,1569.82865608906,15184.7281639364,4872.65872720724,124129.576588266,48914.7876678079,3442.38255743547,22294.2622750456 -1292,701.817087416481,1638.59268267667,740.380062370156,1474.78342564345,1024.26241269054,5843.83657587411,225.549063723999,528.64895079756,5505.94900639698,14134.496311904,1630.74867156743,4153.09271951934,554.083187304748,3244.92518740439,2171.65555858445,7886.07119042608,2454.60796552823,9670.81614533535,239.968022775003,954.673627254624,2056.53155841126,1274.19812129743,969.356721464986,1678.52396785999,498.22228844728,730.748281697017,1438.88242536089,2413.04380569974,1592.51708300959,1747.73677523452,600.9133582552,1499.08990465579,14759.2739411579,4740.67639684975,120941.610389092,47702.9013636876,3345.64112724993,21747.3489669815 -1293,632.78294101188,1585.36720316892,664.723318381494,1426.87886959982,908.529053245412,5654.01453699636,202.483274508099,511.477145873161,4878.75795836768,13675.373461085,1445.28714933672,4018.19015723308,490.722871954661,3139.52211750647,1942.36777589418,7629.91239942192,2204.60908259043,9356.68449321178,214.494232002312,923.663503676486,1877.0726004484,1232.80906426639,863.713702707597,1624.00142299627,448.392844530377,707.01179849165,1292.13822182552,2334.66226830523,1411.80491984912,1690.96602988782,537.738833762166,1450.39581499941,12953.7086038084,4190.7162820322,108028.772969093,42900.8657156467,2934.49004896138,19598.5429977721 -1294,565.645380653918,1581.60670782211,603.084758770455,1423.4943090142,848.02897314198,5640.60319903337,183.957031600074,510.263920682677,4565.26235808262,13642.9354377908,1351.74262047207,4008.65899917794,459.213223870826,3132.07516244743,1772.65523861454,7611.81422631907,1991.70784189644,9334.49041197439,196.682995874199,921.472571316687,1633.08218350955,1229.88483779041,796.261656663273,1620.14928717425,402.982181496493,705.334764569763,1167.13094966777,2329.12444301229,1318.19385299266,1686.9550538349,490.359996376339,1446.95547215491,12401.1257264227,3941.38017340399,99054.8562361904,38662.0736096411,2813.56326122945,17563.8726618323 -1295,458.265894540622,1484.47020603692,497.137132262067,1336.06849271934,754.772844690082,5294.17797207731,150.137777093188,478.925376152497,4085.88038492273,12805.0362205239,1208.46286083735,3762.46181873851,412.289984487495,2939.71455654978,1507.36313909387,7144.32442463406,1661.59548708954,8761.20013691276,166.709010432561,864.879094805723,1216.78989242994,1154.34980739962,694.254430273789,1520.64564107338,332.230062605711,662.015681969173,969.237220563102,2186.07813478807,1179.95422410381,1583.3484417815,417.63293257228,1358.08875699181,11654.1634998009,3575.60748193044,84890.5982681863,31850.6154274201,2652.32754425356,14308.0495200402 -1296,458.724226379992,1399.80119728969,520.382891584497,1259.86380067708,827.022491662859,4992.2165051484,152.237862859981,451.60914124403,4379.41974115103,12074.681566483,1321.10150921869,3547.86410478887,443.488405229262,2772.04348003329,1521.57688510978,6736.83704985053,1639.47465590327,8261.49180459881,169.558088786999,815.549404424873,1109.97002665106,1088.50971607101,736.419523700988,1433.91331154472,344.178433288955,624.256613892562,950.425938282367,2061.3918541448,1300.51692889878,1493.03976295324,425.004798049665,1280.62810579273,13033.7085340366,3883.96067418089,88057.2842220694,31754.5496837403,2944.19121132051,14067.7746424408 -1297,481.39627907138,1358.84071963035,543.418001889198,1222.99812063526,855.811202447481,4846.13606670781,158.837158187581,438.394317470128,4529.35371648237,11721.3565904041,1366.45119385481,3444.04778524009,458.836049754222,2690.92894373023,1585.5000050435,6539.70615439957,1712.85455847579,8019.74701173085,176.464092062306,791.685091960563,1177.36047661639,1056.65813743725,764.647183751407,1391.95465750393,360.135062374238,605.989842056281,993.773321101483,2001.07214935219,1345.88954777551,1449.3509720211,442.708094141264,1243.1548281453,13413.6923005657,4012.75225060273,91575.9819107407,33206.7129508191,3029.11980395475,14740.3863887549 -1298,505.215341369868,1344.81117735549,572.161758330468,1210.37110439439,919.085956615372,4796.10145276419,166.76736839878,433.868053632761,4869.9978675751,11600.3377944348,1468.94316641619,3408.48922911087,493.941148989866,2663.1460690862,1685.23716669867,6472.18603770536,1815.64556647547,7936.94600488044,187.171634356786,783.511227794162,1198.47925137012,1045.74852176626,818.863897953414,1377.58322571652,380.776242625785,599.733214635244,1049.78890256362,1980.41179828323,1449.24666746239,1434.38694390557,471.597028062021,1230.31970114057,14574.7575926764,4330.23824607153,97518.0296240305,35009.7349621336,3293.34209215018,15500.932923151 -1299,549.202480594261,1368.38659135458,620.317302435307,1231.58969653514,1001.37702036711,4880.18022845734,180.357923505804,441.47404260549,5307.05285455108,11803.6992556109,1600.72394361611,3468.2422606448,538.598584753446,2709.8327505891,1834.7996385048,6585.64766554373,1978.76619199649,8076.08582696415,203.252163611311,797.246688860526,1294.16576844399,1064.08117303709,893.047176470589,1401.73315502356,414.914092407112,610.24692768441,1142.10159409048,2015.1297042758,1581.11775875139,1459.53267931205,514.137544858268,1251.88800514787,15909.5838759071,4723.49354565811,106161.330370441,38069.8559328062,3595.31042151639,16858.6752312799 -1300,671.610971385204,1427.94706017019,760.794437472542,1285.19593630507,1218.93300801998,5092.59521713673,222.041232126794,460.689665671102,6457.64839713474,12317.4677080822,1947.8836352232,3619.20116094039,654.632598375544,2827.78107751418,2236.86249397667,6872.29492216874,2409.3577905766,8427.60597564739,248.622441557362,831.94769137709,1602.75719673003,1110.39642774974,1085.56070155294,1462.74506817374,505.414003916177,636.808568477887,1394.44425581671,2102.84034881824,1920.24557526215,1523.06037768381,625.510051884168,1306.37775019677,19295.4997901692,5737.2705330693,129447.431639331,46527.6446469527,4359.6677552246,20602.2592504543 -1301,888.557514169135,1555.25431147832,981.813571741843,1399.77634800737,1463.16373518663,5546.62066191852,288.24998315091,501.762011193254,7715.636142998,13415.6197339744,2329.0611900401,3941.86757104919,780.89917188474,3079.88918874666,2813.18845001472,7484.98778811846,3097.89265113346,9178.96110763653,312.347918975999,906.119190290182,2334.42838310047,1209.39275683097,1332.83672027553,1593.15470252778,657.188104166041,693.582625950806,1797.86582883701,2290.31706431775,2298.28439944,1658.84736563849,786.720818367111,1422.84660621152,22108.2034728687,6779.68733549843,161277.983891657,60409.2887021927,4982.4774345424,27112.9767569581 -1302,899.835835955941,1818.14189768456,991.638940313035,1636.38319914443,1496.48243630433,6484.17647298545,289.763226694494,586.575795665068,7896.70663561384,15683.2873837576,2383.46118571928,4608.16892334235,800.327948959321,3600.48870011704,2865.23125027678,8750.18947113533,3151.42521699488,10730.4983139046,316.809295408999,1059.28223571142,2326.14129267763,1413.81870844039,1362.42404058638,1862.44866372088,667.780230244694,810.82021277188,1825.93805299692,2677.4537018707,2355.77778003818,1939.2454822801,802.142642887369,1663.35306685148,22769.4502013717,6956.10380807257,164264.837059683,61238.0132884633,5133.4615992255,27462.4892525287 -1303,877.090097515315,1982.70698352576,966.823006174862,1784.49679906711,1462.31193592282,7071.0773409789,282.724844261004,639.668404272198,7716.96382282117,17102.8253955416,2329.18207418744,5025.26712420684,781.889778410441,3926.37895805544,2795.88123589222,9542.19348538635,3074.13902795753,11701.7455957562,309.082210294721,1155.1608204753,2266.51139344579,1541.78737657057,1330.29032774749,2031.02407832982,651.254377259791,884.209807988025,1780.77172273897,2919.79749189353,2301.47187590318,2114.77199078035,782.827099609004,1813.90778459889,22266.1314018362,6797.82478462921,160375.146393269,59737.4236414102,5020.22347571317,26780.8248240672 -1304,854.438906508197,2039.08549322936,944.589670534584,1835.23917852014,1411.00488875765,7272.1442690705,277.22634767627,657.857451689187,7441.6999621699,17589.1462768081,2246.31670817456,5168.16119462639,753.241916061419,4038.02601232319,2709.16342843789,9813.52689596062,2981.96336757743,12034.4861283215,300.757291304582,1188.0079562687,2238.50695552659,1585.62828462866,1284.6361510172,2088.77649039059,632.399324688686,909.352419404576,1730.11633345007,3002.82228204005,2216.82554323749,2174.90578472659,757.747503449564,1865.48646893559,21352.6968840034,6541.64160340405,155356.308662108,58121.6020755218,4812.62024927391,26077.5063955391 -1305,828.02132101072,2044.6105290026,913.571690466351,1840.21187934483,1354.49221626817,7291.84862053994,268.370840599224,659.639959566542,7140.17241172828,17636.8052213314,2155.46623371814,5182.16466607329,722.551200628891,4048.9673084314,2612.69625006974,9840.11729020448,2878.20877117939,12067.0943571537,290.101846072566,1191.22694168107,2188.62229266429,1589.92464837835,1234.92837307657,2094.4361671771,610.979704586637,911.816369378416,1672.53953826447,3010.95862580007,2126.10598830206,2180.79883448049,729.986065805985,1870.54112677588,20395.3849348654,6267.86991095912,149663.253310545,56206.802787221,4595.58051254195,25243.0811465847 -1306,795.017760576183,2059.0161219345,874.998690244923,1853.17735265442,1285.19682305553,7343.22437228263,257.333551558654,664.287546285057,6770.71518304158,17761.0678293117,2044.13549737155,5218.67634085271,684.960437844211,4077.49488080396,2493.46900072227,9909.44722961058,2752.99556566043,12152.1147787519,276.926105023423,1199.61989973736,2124.32632640304,1601.1266875697,1174.70820371638,2109.19281369643,585.157085285482,918.240700692172,1601.02328114217,3032.17276105116,2015.99513657813,2196.16396139843,696.418384782935,1883.72028909187,19229.6152471134,5934.09064025748,142670.168225617,53846.3404867322,4331.35822434652,24218.2670451759 -1307,761.06738609799,2084.52963863342,838.206513856968,1876.14029637755,1221.28321943979,7434.21514969826,247.046057506912,672.518813259841,6431.06679181622,17981.1473594457,1941.73418792068,5283.34158778797,650.18401624467,4128.01961085484,2377.50308052651,10032.2363834576,2626.0830972265,12302.6930962464,264.57144581325,1214.48453436467,2052.2698094083,1620.96644115163,1116.89322335511,2135.32807582489,558.608330121546,929.618731782441,1529.60367416314,3069.74477884595,1913.12913710322,2223.37689349051,663.293264171078,1907.06169401816,18187.0734131942,5627.52929350315,135972.53961505,51482.9511427113,4095.44546702917,23168.8649954928 -1308,752.051121144685,2062.14022602008,827.826070518099,1855.98914168174,1203.50782320827,7354.36610012944,244.053704334567,665.295456526868,6336.541503825,17788.0163432056,1913.23859655014,5226.59453435498,640.579186919414,4083.68158244285,2346.07209421528,9924.48263620409,2592.67771482933,12170.5529400778,261.092395644364,1201.44005907948,2032.95752847992,1603.55604515116,1101.27535709398,2112.39304987543,551.666915385356,919.63392898894,1510.43288691089,3036.77341629134,1884.96826179376,2199.49615716481,654.462711374476,1886.57842030733,17895.2701223819,5542.69198933195,134139.66797327,50847.1429740765,4029.38989498031,22890.3171559576 -1309,746.096355570063,2036.597780405,820.394400313278,1833.00016105112,1187.53861869018,7263.27215133986,242.30418269397,657.054856396051,6250.66013911196,17567.6872723143,1887.39463431517,5161.85596567698,631.802912110503,4033.09956410446,2321.13780380149,9801.55425587645,2564.87788181197,12019.8038869072,258.353805101878,1186.55856994426,2026.5984050038,1583.69379594172,1087.1583546224,2086.22815385462,546.020860411569,908.242996732929,1496.42899154535,2999.15879685264,1858.49581949357,2172.25236924676,646.801845353446,1863.21054934916,17604.8683969201,5462.5725877731,132621.350226531,50377.3570161414,3963.33432293145,22688.3326149115 -1310,748.526645586308,1997.8068199394,825.185672254984,1798.08711269917,1193.13335810302,7124.92902557182,243.425461785729,644.539970440948,6280.13705661751,17233.076546029,1896.29384017405,5063.53839280118,634.507694083607,3956.28134931004,2329.80871913339,9614.86461725499,2576.82465508823,11790.8633754978,259.806199204568,1163.95825729555,2035.81710168398,1553.52927154763,1092.26382946395,2046.49188652829,548.559275948652,890.943744755735,1501.66031686091,2942.03399222106,1867.26539801453,2130.87760365117,649.826154770578,1827.72208547363,17688.6934683551,5487.86252031667,133218.322470662,50595.6037975835,3982.20734351684,22785.7739496382 -1311,754.334039662455,1960.86718103695,830.038619170876,1764.84031025794,1197.73691952286,6993.18840741825,245.228932863356,632.622364830306,6303.51943864847,16914.4353148373,1903.39507223906,4969.91308432192,637.102916844677,3883.1293293142,2343.88922064549,9437.08485220836,2591.20636579608,11572.8491855911,261.14944594458,1142.4365579536,2053.37960747633,1524.80436694594,1097.06786256905,2008.65205609491,551.771523360797,874.470109825069,1512.02631734877,2887.63550272412,1874.1828367889,2091.47747324888,653.092839642504,1793.9273295555,17732.0526979196,5506.91322408305,133894.747156786,50913.1710602511,3991.64385380953,22935.7246483442 -1312,778.342196827956,1913.42707790662,856.08417758381,1722.14276952857,1226.73858012344,6823.99919232704,252.821128059761,617.317059850786,6453.12149402402,16505.217105931,1948.71453583835,4849.67383938523,651.788632480038,3789.18311121612,2408.89079616111,9208.7693992455,2669.8239804901,11292.8622674635,268.686761483606,1114.79709891563,2137.74930485533,1487.91411903877,1125.74451277779,1960.0558729288,569.049664202343,853.313678325943,1557.06378074904,2817.77369496027,1918.54753242367,2040.87745914021,671.623354576684,1750.52607405719,18072.461244027,5630.09349462703,137589.166261237,52500.9903361303,4067.13593615109,23675.914366731 -1313,791.850613067564,1954.59004394961,868.125970016744,1759.1906952958,1227.59037938725,6970.80178035068,256.792727534983,630.597211190653,6451.79381420086,16860.2887462921,1948.593651691,4954.00337557463,651.350395631901,3870.69863774892,2430.52914088191,9406.87481254071,2701.98592773576,11535.8021272633,271.212010538485,1138.77938476145,2205.66629451001,1519.92315615551,1130.54220099014,2002.22194984458,576.926430752196,871.670752065791,1577.60248143822,2878.39159059986,1917.89270547438,2084.78222589015,677.271603498151,1788.18460109268,17914.5148332613,5615.56518204561,138604.448643104,53251.7003292196,4029.38989498031,24061.5198327915 -1314,796.732054784324,2109.92745089129,869.663969162436,1898.99910257234,1213.85326621448,7524.79328164577,257.65042139787,680.712751231505,6373.89253285443,18200.2288233656,1925.34087651792,5347.71357619913,643.459741754047,4178.31520998195,2425.07628402509,10154.4686853982,2701.47816710087,12452.5885372771,270.476504149837,1229.28175749943,2246.21882331349,1640.71622095119,1121.82577020383,2161.34481388111,577.809478578139,940.945163215043,1580.75712559957,3107.1464065934,1894.46971571806,2250.46641424992,674.774235489002,1930.29724508502,17546.6486367644,5535.16536157914,137982.4314201,53374.2041345471,3944.46130234606,24162.5259620143 -1315,782.318547869598,2102.60894577543,850.194381733646,1892.4122246011,1171.54039207305,7498.69274529592,252.280304036089,678.351627511248,6145.72535622088,18137.0994168557,1856.70819567189,5329.16446961774,620.1118841392,4163.82228453704,2361.10989341475,10119.2468435327,2641.2365400847,12409.395425174,263.219486874136,1225.01786452657,2236.36014956531,1635.02522430027,1087.58196520974,2153.84796223778,566.000448718664,937.68139602351,1545.6990621141,3096.36894272241,1827.19883335696,2242.66043496906,657.155320394192,1923.60180621705,16759.3322615764,5324.02493561563,134140.213520311,52263.9350706361,3765.16760678488,23712.6330270099 -1316,757.700043025928,1983.14088640333,821.878474902714,1784.8873249,1123.20687888687,7072.62480151203,244.113815727876,639.808391654907,5888.74510199337,17106.5682406595,1779.23675104064,5026.36687211909,594.002178136535,3927.23822124586,2275.48784981298,9544.28173405144,2550.16439147954,11704.3064487358,253.741090719237,1155.41362011147,2183.32428430961,1542.12478698212,1045.08340937313,2031.46855509785,547.066940165978,884.403311709578,1493.4180256729,2920.43647109932,1750.64156944492,2115.2347952491,633.103128033731,1814.30474683987,15967.2260210144,5093.48701734222,129149.161850613,50529.466690339,3585.8739112237,22952.31854557 -1317,682.729481268517,1875.15680145529,737.296929046073,1687.69835268117,995.342886111997,6687.51302120014,219.006588603291,604.970158935984,5213.32538716942,16175.0977986281,1575.40867162793,4752.67596542648,525.606567089902,3713.39601336152,2033.82394677829,9024.58566172296,2289.03464231688,11066.9947829417,226.6441957568,1092.50014615727,1992.59122722987,1458.15448757492,930.357773859962,1920.85297829897,491.947934212922,836.246631064877,1340.34167808467,2761.41566620206,1550.46598973485,2000.05805950569,566.125760445635,1715.51396538424,14001.1486684212,4498.43411852514,115266.814460545,45413.3610919943,3142.35792746708,20673.2002068968 -1318,598.627245440026,1767.34627597473,653.694432358481,1590.66558928026,891.766635887709,6303.02021909735,194.791189256416,570.187920626992,4675.75654857035,15245.1244801215,1412.72244221658,4479.42495363174,471.116036342215,3499.8975074194,1800.89153802276,8505.72488075811,2014.17086645783,10430.7074484033,201.787298348165,1029.68779107668,1728.805292466,1374.31915102318,827.209093183083,1810.41519048272,431.876737189694,788.167351158002,1180.89160874489,2602.65045050786,1387.52259451183,1885.0664437541,500.53397607092,1616.88196728479,12688.9885512965,4041.61181112614,102356.470035673,39986.7776256838,2849.82610839357,18143.3624168024 -1319,495.167475927239,1626.64587645887,552.576571371236,1464.0309354208,826.567569931912,5801.22978049503,162.599121870961,524.794627121401,4361.03016288456,14031.443191864,1316.31947488406,4122.8129590583,441.068955329721,3221.26678051961,1577.82965807559,7828.57467812755,1724.74939888062,9600.30724603551,176.146556449771,947.713202649636,1292.13239986135,1264.90807734742,747.810860758958,1666.28602685857,365.218013413711,725.420473140492,1005.15285116763,2395.45055812422,1295.17558203239,1734.99421096324,439.610171262919,1488.16019846137,12557.5924080349,3832.53101050619,90593.8365714644,33738.4510602131,2830.95308780818,15096.772219162 -1320,468.43060244754,1526.61668788792,525.296044988912,1374.00161273151,819.105423104464,5444.48814664916,149.640227038921,492.522833071408,4133.03419234398,13168.5916657426,1332.85813860481,3869.28412349994,419.572704132951,3023.17775150033,1504.60147777694,7347.1632141739,1661.93845413103,9009.94461225603,158.367398282229,889.434394685976,1124.77385666948,1187.12364348566,760.243215850828,1563.81920134604,360.843815003673,680.811365312444,969.979530271425,2248.14438715071,1325.86061757928,1628.30223478723,434.705552216108,1396.64706750274,12514.525204108,3810.67102220332,86792.843252406,31343.6521910451,2907.87816120189,14045.9767758154 -1321,491.381133743254,1465.95699601734,548.343612755252,1319.4060386629,847.277343421378,5228.15291594652,156.08519375389,472.95257451838,4273.11241129962,12645.3413179959,1378.01166930753,3715.53918899648,433.945885180394,2903.05261967716,1567.24839936642,7055.22571589383,1735.58782038666,8651.93695500545,164.786641313938,854.092965007655,1192.95709797143,1139.95361383943,788.99336236613,1501.68127789246,377.37087928246,653.759514006552,1013.77469637906,2158.81499170581,1371.48260072177,1563.6020958342,452.601483571356,1341.15168255194,12873.7291258528,3935.77820613949,90230.3823636233,32768.6254858185,2990.43621625179,14712.2956759275 -1322,511.981428504554,1450.04720606908,572.496964150348,1305.08674212922,898.341515708872,5171.41263302141,162.576251161076,467.819698085772,4534.29625276713,12508.1035103795,1462.27488904158,3675.21505383969,460.974499793664,2871.54626750361,1648.77174906393,6978.6565126482,1822.90261524573,8558.03890753635,172.976663820062,844.823634661354,1212.88173313374,1127.58188493045,835.145091300754,1485.38377819404,395.654905467599,646.664369624571,1061.60338507876,2135.38572799037,1457.65046959263,1546.63257969221,477.159879969569,1326.59638412496,13775.3204313289,4188.73171500264,95051.2650189673,34253.8459909249,3201.41791249041,15353.2221705611 -1323,556.563759281296,1467.60582919683,620.681260343451,1320.89003884822,978.762366908887,5234.03327397794,175.81673195367,473.484527296877,4941.03720918255,12659.5641488072,1593.45366607303,3719.71823675241,502.639324468147,2906.317824246,1795.07204760779,7063.16107162441,1986.6782384971,8661.66820957635,187.818421141462,855.053604932903,1309.72478465137,1141.23577514885,910.808229318607,1503.37029191042,431.133383679965,654.494829149511,1154.96468151916,2161.24311599347,1590.28798350208,1565.3607552097,520.204241325467,1342.66014112128,15036.9135318611,4569.04742104846,103475.333926058,37247.5636905008,3494.95766377893,16698.4045190043 -1324,679.165617635573,1522.88511865137,759.395973800224,1370.64308652797,1187.14964913491,5431.17997005321,215.982385878053,491.318940131703,5990.72226826891,13136.403159002,1931.94811793781,3859.82628007582,608.696806831924,3015.78807917224,2182.14405347926,7329.20425404765,2412.61242357467,8987.92125013456,229.130641304711,887.260315199315,1621.41721071656,1184.22191045527,1103.45380729112,1559.99669654208,523.851420082868,679.147231304973,1406.57115695837,2242.6491593696,1924.25324679226,1624.32211156747,631.005891741563,1393.2331881231,18158.8775587122,5528.60073972003,125790.683844395,45414.8427743145,4219.63392477247,20360.5540729647 -1325,900.133460612869,1626.50124310165,982.374211718684,1463.90076098497,1430.61042191589,5800.71396365296,281.186007188303,524.747964962249,7190.62918017857,14030.1955848926,2318.6271480545,4122.44637879145,729.422734825351,3220.98036130833,2753.6942734443,7827.87859974053,3109.95979346644,9599.45363389569,289.178680572547,947.628936649172,2362.23816720978,1264.79560793754,1358.82484964396,1666.13786889399,682.166114027713,725.355972317083,1817.5833317408,2395.23756643298,2311.42995443986,1734.83994380459,795.786834725499,1488.02787857005,20896.4055823707,6565.03771986248,157298.401563731,59158.8711207724,4843.40589626057,26855.2404799036 -1326,918.04028222416,1869.1689338883,1000.50430514741,1682.3090891161,1482.40614749431,6666.15803782362,284.813057515949,603.038330519888,7457.37333345006,16123.4464682294,2404.70169494726,4737.49942432459,757.658059345121,3701.53816577537,2833.04562199868,8995.76779233339,3192.39895579406,11031.6549654537,296.16029464974,1089.01150660082,2356.55048352352,1453.49821778616,1405.61373840209,1914.71919085208,699.080335953264,833.576276203743,1862.01694279236,2752.59774159235,2401.33148523854,1993.67134945707,819.864073095363,1710.03587927109,21873.5054032154,6830.98614306728,161928.564458259,60456.0636269717,5072.73382695473,27405.0685122895 -1327,895.003941774548,2021.06404111378,975.67447698229,1819.01932158617,1448.99024215639,7207.87300621381,277.945023028481,652.043302844592,7289.77851081552,17433.6932767088,2350.66408042506,5122.48494917038,740.422697382846,4002.33790965944,2765.13659309642,9726.79487534271,3114.81718978888,11928.1252541859,288.996254642194,1177.50833348784,2296.21260780767,1571.61449055312,1372.86280187982,2070.31586888811,681.938427070102,901.315556243667,1816.36462662467,2976.28331731933,2346.71836161994,2155.68395190718,800.329744372895,1848.99928623344,21397.7603941595,6677.58774292827,158132.733438272,58985.5189160426,4962.65642022153,26729.7834197011 -1328,870.592859989612,2064.62793884444,951.582623475379,1858.22815915076,1394.59839673441,7363.23821786008,272.124827484966,666.098051820004,7012.11727346533,17809.4753476994,2261.09013062493,5232.89976330439,711.475582747474,4088.60803066158,2674.04910768612,9936.45527628826,3015.88290051213,12185.2351814921,280.712960999836,1202.88944540392,2267.25619443625,1605.4905338381,1322.5861801938,2114.9413864114,661.002364272561,920.743351660587,1761.54626858371,3040.43690147875,2254.44535230468,2202.14957264464,773.061758976677,1888.85433989376,20456.2269256289,6408.92795400644,152862.879944136,57298.6531847742,4742.50160675514,25987.5185138728 -1329,840.938445452136,2063.47086356896,916.858116284687,1857.18675608791,1330.8159112068,7359.11165310277,262.532540794119,665.724751831028,6687.76329646326,17799.4944193168,2156.46500392389,5229.96709983448,678.351142128419,4086.31666030161,2567.0493786787,9930.88660868,2898.95890080243,12178.4062346929,269.592444329541,1202.21531249589,2215.57203396417,1604.59077201332,1264.50245566119,2113.75611407188,636.114518128449,920.227341319339,1696.18355231736,3038.73295555261,2148.94289303282,2200.91542639704,741.20520820106,1887.79577306215,19394.9297015509,6101.81005126849,146551.050337892,55209.5901968568,4494.82744160545,25070.591131135 -1330,806.756971026573,2078.6574811193,877.339719712031,1870.85517539163,1260.97045870803,7413.2728318037,251.541867796661,670.62431565737,6333.193975692,17930.4941436687,2042.09943038803,5268.45831943362,642.178788506471,4116.39090530561,2447.31146001631,10003.9753929825,2770.04176080409,12268.0361883425,257.122926468944,1211.06330957032,2150.19190460056,1616.40014950908,1201.2139958975,2129.31281819882,608.592149753289,926.999979081625,1622.05382226768,3061.09725254771,2034.62080045656,2217.11360076017,706.289613839178,1901.68946689849,18254.020016505,5768.68878536884,139548.846309727,52848.7111247733,4228.80704200023,24032.9549560225 -1331,775.21116535744,2099.13771994897,844.212979255568,1889.28801541254,1207.08356392464,7486.313051024,242.491259980374,677.231727544321,6061.13375805162,18107.1566317081,1954.36145802861,5320.36647920801,614.252651689538,4156.94817345714,2346.57589112072,10102.5408407079,2655.35963632013,12388.9085847765,247.027020183189,1222.99546580248,2078.44942542959,1632.32593882596,1149.60932624297,2150.29214521921,583.599217321049,936.133364999765,1556.9305228553,3091.25710494402,1945.40529834474,2238.95799622624,676.529790593128,1920.42610572221,17425.2176067057,5514.85711865789,133788.4232228,50754.6396753235,4036.17158021714,23083.3936606948 -1332,762.489872105108,2083.83539515167,829.216921407113,1875.51545605508,1178.99907226695,7431.73921684802,238.363335526859,672.294833809607,5918.19396738232,17975.1588169384,1908.25296318253,5281.58199397305,599.647579864967,4126.6447919728,2299.96713478714,10028.8951909951,2605.89249168176,12298.595738103,242.187898011309,1214.08005560072,2057.41983745386,1620.42658536592,1124.47101539996,2134.61691414575,573.131185922278,929.309126328487,1528.65262301828,3068.72241376951,1899.26879368711,2222.63640753763,662.895797895019,1906.42655545941,16953.7539409979,5379.56777815813,131043.707400751,49860.5321011744,3926.09417348395,22694.7253221065 -1333,756.444457334218,2060.80958847121,821.780390371069,1854.79152727557,1163.40629119703,7349.62054715611,236.665778493334,664.866161222707,5838.46502015341,17776.5382670944,1882.53102558544,5223.22196887549,591.478659985661,4081.04650458408,2275.61872993505,9918.07866372818,2577.97381135494,12162.6996454627,239.675065789136,1200.66480566307,2050.97602783692,1602.521318289,1110.06075493085,2111.02998567898,567.247296855808,919.04051665854,1514.47377029078,3034.81387703006,1872.6383866022,2198.07688793258,655.139313355268,1885.36106755252,16679.3069147811,5302.25614213499,129566.204992312,49402.1637719228,3861.88235288958,22494.4422234142 -1334,759.624780647301,2028.26683617678,827.496158896516,1825.50205697826,1171.01979340926,7233.5608770817,238.002216277152,654.367095751224,5876.93941581687,17495.8245685971,1894.93916259431,5140.74078300424,595.129927941804,4016.60169306744,2287.27091901844,9761.45983829375,2593.15205965121,11970.6354567049,241.349829899239,1181.7048116986,2060.60101235754,1577.21550905783,1117.10659520953,2077.69419071064,570.53169245394,904.527721274882,1521.54324525003,2986.89038287883,1885.0201746627,2163.36651386975,659.137845132231,1855.58886610792,16797.6720040535,5337.39095680847,130340.042677722,49670.3354803822,3889.40170457288,22613.5776566287 -1335,767.647395703748,2005.96420189423,835.117183597112,1805.42900542871,1181.96096875596,7154.02131161397,240.494532219935,647.17173577059,5931.89120736301,17303.4421020176,1912.65802966926,5084.21367346433,600.962724933819,3972.43551284827,2310.61727107149,9654.12372997004,2617.13834022848,11839.0074578841,243.582848712709,1168.71089503282,2079.25777508726,1559.87259339414,1127.51606567167,2054.84805781535,575.800736916035,894.581618224631,1537.33983118362,2954.04681285973,1902.6594412715,2139.57833604355,665.255932304763,1835.18498279167,16956.0808764985,5387.98785788823,131577.683758195,50146.009248575,3926.09417348395,22829.673242468 -1336,782.633116336594,1977.90511734452,849.191951481365,1780.17497294698,1182.50160271987,7053.95208372673,244.76221154961,638.119208095858,5928.94821983765,17061.404510079,1911.65376496186,5013.09656120589,600.050182277732,3916.8697635602,2333.08749198425,9519.08349658163,2654.63058078723,11673.4054441833,246.371378001471,1152.36316670002,2160.75892231542,1538.05336205218,1132.77452922424,2026.10519424051,585.231737300957,882.068363382556,1559.72705836851,2912.72611072179,1900.95424351682,2109.6502798125,671.769129797558,1809.51472878221,16769.1574823408,5369.3210296102,132695.301900055,50996.6602244334,3880.22858734511,23269.6691264144 -1337,791.974463207726,2018.89452392003,855.707192553207,1817.06668989629,1170.550526096,7200.13569354126,247.208436800175,651.343365025793,5862.7943888719,17414.9790269152,1890.26294300548,5116.98620249741,592.96451669015,3998.04158815079,2335.4273886724,9716.35361851321,2667.76289489775,11915.3209727274,246.833617340527,1176.24433367224,2227.67429118479,1569.92743631345,1126.54367983498,2068.09348217365,589.411207605139,900.348036384579,1569.75268007696,2973.0884171583,1878.89528629334,2153.36992657062,671.814785529561,1847.01447246153,16385.198219845,5292.37766540683,132549.055305994,51412.2613664049,3788.49741506745,23516.23411403 -1338,796.874559344669,2136.04843274116,857.244050578531,1922.50878347169,1157.18808822417,7617.95050781054,248.07043017575,689.140000904183,5791.20236981972,18425.5483463463,1867.13474473641,5413.91847305624,585.693119014507,4230.04291072204,2330.29120301838,10280.181392778,2667.21154419582,12606.7520555672,246.226668897984,1244.50031227128,2268.68073804982,1661.02834998205,1117.58636008578,2188.10234463453,590.23622478577,952.594100016015,1572.86843806214,3145.61299692912,1855.31251244937,2278.32727379537,669.259727837645,1954.19439817549,16037.6261725156,5215.54078189256,131956.188426073,51539.2558121677,3705.93936001756,23616.1551693915 -1339,792.261690302683,2113.39867671774,850.667900797785,1902.1233117609,1145.881136232,7537.17297591769,246.248976096639,681.832651198432,5733.4704223716,18230.1716085132,1848.5102140821,5356.51156660887,579.783025096783,4185.18932106185,2312.29090605063,10171.174688223,2651.28600415763,12473.0753776747,244.132870731845,1231.30415622353,2262.83013474439,1643.41550642551,1108.38083484773,2164.90063089968,586.986857950347,942.493194238787,1562.24427421876,3112.2582443718,1837.50173866886,2254.16885299273,664.562286884159,1933.47294557986,15841.4726242365,5161.24620252803,130907.522095382,51221.8683118458,3660.07377387873,23486.4801845405 -1340,762.292043909931,1987.27743240717,815.88189571891,1788.61034255435,1083.64918594546,7087.37727727408,236.594740882999,641.142939726541,5417.37549726379,17142.2500759646,1746.55277755511,5036.85114882443,547.524968444748,3935.42987403343,2206.33520372851,9564.18972986619,2537.54711245557,11728.7199447211,233.105625197785,1157.82364636115,2207.07498990139,1545.34143697848,1052.13821536272,2035.70590565179,562.74888517332,886.248049524184,1496.92146076141,2926.52808057439,1735.5614341531,2119.64687010444,633.64522429924,1818.08912499563,14818.8906034931,4863.79887966089,124702.239260194,49144.5518636666,3421.5727259568,22575.5174011323 -1341,687.051798636305,1870.70205982083,732.173619788721,1683.68894924768,960.787565947344,6671.62574038,212.347729262372,603.532953390013,4799.12713446394,16136.6712086229,1547.19087267991,4741.3852064447,484.787781763786,3704.57423386387,1972.99760485682,9003.14628265354,2278.57365863701,11040.7033270007,208.355875977137,1089.90473339874,2014.36015614297,1454.6904031313,936.996880455675,1916.28967792352,506.159200349866,834.25999043771,1343.92850947079,2754.8554717006,1537.79583952846,1995.30659450709,566.827423429738,1711.43848141396,12999.7434933507,4298.50309792523,111358.179343966,44190.9239211099,2999.60933347956,20340.8771703333 -1342,603.358097663796,1760.86665330965,650.370010854402,1584.83373111812,863.692665749605,6279.91145245365,189.178789447341,568.097440326627,4318.54320587032,15189.2312714978,1392.29868746615,4463.00203535555,435.99003548086,3487.06583118095,1751.01837786473,8474.54033675024,2009.08341180464,10392.4653397038,185.889211423174,1025.91264613778,1748.07100055209,1369.28048393169,835.64529229565,1803.77766423169,445.267444552748,785.277692746482,1186.4015810339,2593.10835166869,1381.09065214736,1878.15522357039,502.410148946062,1610.95399200094,11837.5598068997,3875.71027202378,99125.109334474,38972.7902599182,2733.58893387434,17879.602076841 -1343,501.640171419895,1628.06329514444,552.892688943041,1465.30665549863,808.148185749179,5806.28482757637,158.609225357823,525.251920083154,4063.85595804119,14043.6698418396,1310.41375137702,4126.40547554259,411.945960065404,3224.07371212777,1544.36376006219,7835.39630303728,1731.49595201515,9608.67271455861,163.059067122544,948.539016320231,1307.53786666894,1266.01028672827,762.439983030264,1667.73798698349,379.16102869456,726.052586465466,1016.21210661132,2397.53789405307,1302.60111015379,1736.50604168778,444.695731481435,1489.45694417778,11869.215686767,3710.56729646833,88348.3864551996,33034.8542356724,2751.93516832987,14952.396896751 -1344,413.477710045288,1520.13706522284,456.444228347867,1368.16975456937,667.617116189251,5421.37938000546,125.177352058665,490.432352771043,3412.31287196902,13112.6984571189,1122.95104716528,3852.86120522374,359.17051896196,3010.34607526189,1351.83916137138,7315.97867016603,1576.87124250618,8971.70250355653,132.900461551095,885.659249747084,1032.90185705076,1182.08497639417,679.688337147177,1557.18167509501,327.595670737776,677.921706900924,903.015909097136,2238.60228831154,1128.61351952383,1621.39101460351,384.387604304627,1390.7190922189,10309.865207228,3250.20860719381,75255.1675370415,27691.7683394403,2531.37129232731,12655.9575565189 -1345,433.974561605519,1459.27488496861,476.714672094696,1313.39193477536,700.997439531075,5204.32199971978,133.921965023269,470.79676665205,3579.86415273345,12587.70144509,1161.34511717629,3698.60305407967,371.58655138927,2889.81995320898,1408.69107153978,7023.06665404171,1647.16524854082,8612.49977937408,140.891894031518,850.19984668725,1095.64901264099,1134.75748826496,705.626961585829,1494.83632876644,342.7462833807,650.779553691464,944.092822401137,2148.97470201966,1167.82222414044,1556.47489983269,400.389751291241,1335.03845788004,10706.7174839653,3376.73657192349,78824.493746791,29144.0041024671,2610.12488886939,13312.1490026842 -1346,451.827074220571,1434.45561175144,497.283805486721,1291.05383137469,748.284207591119,5115.80715515438,135.414670173391,462.7894791275,3829.85533255461,12373.6104574632,1231.73971297989,3635.69740095933,394.568700711394,2840.67004204014,1481.15292020549,6903.61869265723,1729.48984461776,8466.01882002301,146.10225287248,835.739690823893,1113.71962266178,1115.45759046874,746.59329959828,1469.41222831712,359.161649876911,639.711128055149,988.196281769846,2112.42504930131,1240.70101629503,1530.00245369349,421.882091386283,1312.3321915125,11674.914975045,3625.66085869534,82843.5040402039,30336.760333864,2810.03307509723,13819.2269766109 -1347,491.112447348716,1450.42325672613,539.007338618181,1305.42519919794,853.931839793957,5172.75377082048,150.97974837106,467.941020966921,4373.77781949565,12511.3473223904,1342.09763821602,3676.16817248989,430.204019213626,2872.29096523215,1612.44088776213,6980.46633536009,1884.82002807331,8560.25832228417,164.838373366782,845.042728551244,1202.59115612429,1127.87430845082,814.203807931665,1485.76899292595,391.349071097536,646.832073517289,1075.02676851386,2135.93951217249,1353.54978574979,1547.03367849462,459.917192461242,1326.94041943622,13333.2097253899,4055.03676437921,91732.1425808642,33405.6753352129,3108.95993189587,15105.2348312677 -1348,599.476571092038,1502.75200156258,659.774301762911,1352.52266666829,1020.50524627069,5359.37771725803,189.642575508358,484.823517969869,5215.83361801062,12962.7349422162,1627.58823508403,3808.79791720889,521.061405417213,2975.91822046172,1960.55703245093,7232.30940255344,2289.136700061,8869.09753277227,202.251039249638,875.530398349138,1488.93969962545,1168.56604903124,986.541134349748,1539.37295036126,475.589103237412,670.168648113809,1309.44873184246,2213.00048951151,1637.99746909612,1602.84795907784,557.97231831356,1374.81411857876,15639.7286840511,4834.77561843234,111515.692838061,40846.8305658041,3720.53221036337,18521.1907780603 -1349,797.502084595706,1611.19891830435,856.831913260637,1450.12820162751,1254.38631648505,5746.14012947699,252.770186971955,519.811071227534,6385.82632023302,13898.1977701229,1958.21596577851,4083.6618935565,625.80606735813,3190.67697982399,2481.13775592917,7754.23295002764,2956.127321893,9509.1407872222,260.449996572491,938.713526447411,2171.08498913754,1252.89625447751,1217.87754043167,1650.46263782052,621.201551956407,718.531733645805,1695.89622564958,2372.70287525848,1972.38923512022,1718.51835511598,705.968196765692,1474.02832830725,18334.5488344659,5809.25932437624,140736.013262795,53619.2651418531,4293.94330527289,24527.9948170576 -1350,812.837385469193,1854.44514532579,871.887421791305,1669.05723002737,1318.05022891562,6613.64748102285,261.507444086416,598.288086327035,6714.24324463003,15996.4391055491,2029.81936650639,4700.18126726874,649.755635087404,3672.38046669273,2551.31711872869,8924.90646967261,3033.58530471204,10944.7565838997,271.282077798123,1080.43316203569,2165.51516153806,1442.04874414755,1259.2772260977,1899.63659451124,636.288381090897,827.010042077426,1736.66035943598,2730.91502131487,2048.22923469157,1977.96683239585,726.931930463918,1696.56561114058,19377.7350673778,6077.27374336883,145822.680484143,55092.2729451763,4510.00128579706,25114.2909703011 -1351,792.372315709866,2018.66310942612,850.163899417838,1816.8584097888,1319.31749104917,7199.31038259119,256.720613478026,651.268705209049,6725.99353735626,17412.9828460794,1984.11968113368,5116.39967122577,634.939928038178,3997.58331519011,2489.99210246941,9715.23988769236,2959.74489318835,11913.9551866796,268.737581278864,1176.10950741759,2110.04047489799,1569.74748438488,1229.86639664956,2067.8564282806,620.644806164593,900.244834566595,1693.99197822022,2972.74762879949,2001.53362821555,2153.12309791966,709.560237099319,1846.80275960861,19488.0042298893,6029.5038767546,143481.43077769,54012.5841535779,4449.57965327081,24520.5825576147 -1352,771.098364201291,2074.75234960937,829.699710478672,1867.34043784477,1222.06964138718,7399.34566699172,242.931945698014,669.364427402481,6223.24230482418,17896.8084891994,1909.19753431415,5258.56057399991,610.288385748488,4108.65752547872,2408.80045312412,9985.18112798856,2866.29569702048,12244.9884784051,252.03661488178,1208.78810957528,2083.6556640586,1613.36345144129,1185.15565539891,2125.31252153793,601.786497941792,925.258443085002,1643.30761128614,3055.34643143146,1923.36786893476,2212.9483545558,685.629130236172,1898.11680159565,17928.5618176771,5667.24546445603,136731.317789063,51922.5155351724,4203.09292924023,23735.6124991139 -1353,745.176149729315,2075.3887436765,799.82683897941,1867.91321192848,1138.52462255383,7401.61528711482,227.225014866578,669.569743256407,5796.1479439782,17902.2980228033,1821.47736415762,5260.17354566449,582.051485072891,4109.91778445545,2313.26465407527,9988.24390800193,2755.74218864368,12248.7444148768,235.521020574782,1209.15888422774,2036.35513468913,1613.85832251774,1133.44497972738,2125.96442405524,579.328017028159,925.542249961448,1582.78120608377,3056.28360561629,1833.90884437676,2213.62713783514,657.625407028526,1898.69901579171,16696.1473044087,5341.84675796563,129683.53655195,49593.8674208588,3962.77912480825,22779.150721199 -1354,715.219084328877,2094.50941884703,765.744076422832,1885.12240316113,1069.86308266987,7469.80679199476,215.822406540617,675.738527588419,5443.41994336002,18067.232918178,1725.48672168001,5308.63582532836,551.187208720558,4147.78269201728,2206.19187983486,10080.2661702749,2633.78580546091,12361.5927975798,222.721976577393,1220.29893417035,1976.45308760819,1628.72689152687,1077.06768110857,2145.55105586112,554.469420987306,934.069323634773,1514.04332796457,3084.44132123949,1736.9209763006,2234.02141123582,626.906606257881,1916.19183839576,15602.4365088753,5031.7092392463,123089.2604778,47358.2848982604,3720.50107790005,21808.6399842979 -1355,687.361288349371,2115.71283007462,737.009450191633,1904.206120412,1022.13870096663,7545.42611543923,207.76498919442,682.579252081636,5199.16128979599,18250.133489482,1651.59315253614,5362.3769006604,527.275383783197,4189.77206733836,2115.65387552268,10182.3120369435,2524.90194537427,12486.7332878332,213.626681632081,1232.65242367437,1910.58073641264,1645.21503225697,1030.89032369144,2167.27117845301,531.753980477452,943.525216172609,1453.3996304431,3115.66614035613,1660.91321009428,2256.63714848075,600.560747819602,1935.59008181011,14863.7991730607,4805.51011413156,117931.994349841,45461.7298907879,3548.90173038576,20943.1545206284 -1356,676.256308118654,2094.97224783486,724.12548774423,1885.53896337611,988.977184446404,7471.45741389491,202.302732327853,675.887847221908,5028.743745903,18071.2252798495,1612.95513456024,5309.80888787164,514.831044261953,4148.69923793863,2074.07094648877,10082.4936319166,2478.17734729034,12364.3243696753,207.472229901261,1220.56858667965,1891.34800510432,1629.08679538401,1008.53495306612,2146.02516364722,522.324826366051,934.275727270741,1427.2323899404,3085.12289795711,1621.83033045389,2234.51506853774,588.595194388029,1916.61526410159,14343.3095329386,4667.45003929855,115083.814216492,44535.3399404425,3443.89693499633,20559.930578538 -1357,671.026414921216,2083.60398065776,717.788450973388,1875.30717594759,974.946143385382,7430.91390589795,199.434164770888,672.220173992863,4957.38626890975,17973.1626361027,1591.46246368864,5280.99546270141,507.888028544958,4126.18651901213,2052.44651618237,10027.7814601742,2451.82519218937,12297.2299520552,204.53138668677,1213.94522934606,1885.4980904088,1620.24663343735,995.72950216211,2134.3798602527,517.031633828231,929.205924510503,1414.16831840891,3068.3816254107,1599.28574155819,2222.38957888667,581.795492884045,1906.21484260649,14135.5047972335,4603.92336999515,113652.726769501,44072.0578915135,3389.39916236206,20355.1678354767 -1358,673.802659978895,2041.4285726965,722.777353570451,1837.34802155334,962.299364334705,7280.50056995907,198.001352162435,658.613384823171,4891.52130782884,17609.3576743304,1601.90659789337,5174.09984330895,510.999113425269,4042.66604133064,2062.84224844085,9824.80345765777,2466.21792305433,12048.314757596,202.577225172541,1189.37307659267,1894.33315716162,1587.45030390571,1002.02389070072,2091.17666896198,520.010364437571,910.397341252815,1420.71012853458,3006.27277553622,1609.81773415185,2177.40493304778,585.327495235241,1867.6300686307,13947.4692219076,4585.12853983705,113559.535393767,44100.3366122381,3393.35877977783,20424.4225766945 -1359,680.936352882958,2011.25782317356,729.429223699869,1810.1934261459,966.34274695494,7172.90035213333,201.07754957495,648.8795838312,4909.43198713015,17349.1048657052,1616.87828311402,5097.63061363959,516.016728025944,3982.9185359958,2083.94199010145,9679.60039339305,2489.02367266624,11870.2499006685,204.829754503668,1171.79505419055,1911.48242473306,1563.98900521527,1011.35713659525,2060.27068070881,524.810594692012,896.942366380486,1435.48296029693,2961.84236826093,1624.87542118815,2145.22455714649,590.757650361239,1840.02792777904,13941.3031466475,4606.91662242843,114604.648774141,44545.4088678902,3415.52583135612,20645.9384561709 -1360,694.717453859758,1973.04540174866,742.329329860652,1775.80108058808,991.753304933094,7036.62051374741,209.345539116756,636.55134832321,5034.90413247808,17019.4846157131,1616.99478964637,5000.7793760546,515.495276030456,3907.24600915966,2105.4418745472,9495.69509532774,2525.59443790676,11644.7238709388,211.847306541358,1149.53180881324,1986.69105448674,1534.27436282452,1016.62368040185,2021.12705098938,533.724916829728,879.901120199579,1457.03218682316,2905.56953865845,1624.32385679829,2104.46686617112,596.944692293003,1805.06874860284,14129.8970543997,4652.788359623,116712.685795188,45635.2196498838,3399.46943444977,21117.0789924391 -1361,703.559476756139,2008.04694075719,748.682510344876,1807.30353397232,987.725115244864,7161.44914018543,214.065121333333,647.84367683705,5007.34416267757,17321.4078021507,1599.96594907442,5089.49247624423,509.709636983517,3976.5599861641,2108.95746898797,9664.14734786974,2539.08117882034,11851.2995819949,214.398203689382,1169.92433622901,2048.51686762762,1561.49216729703,1011.63475860486,2056.98155147563,537.881835312372,895.510438340468,1467.1283584495,2957.11392048525,1606.47272898019,2141.79980288061,597.425268303875,1837.090406169,13832.9876794884,4594.85952944722,117032.310268288,46169.1864445954,3320.74697037102,21393.9568007562 -1362,708.334866923154,2126.73397551085,750.510966413209,1914.12548767929,1000.70010452793,7584.73165701108,219.737950395508,686.134935585565,5068.90972906563,18345.2018619752,1581.18762183234,5390.31052892317,503.696296881758,4211.59737682385,2105.40919432804,10235.3536124547,2539.28828772907,12551.7790263817,218.896861722871,1239.07354162597,2086.44181018112,1653.78526631078,1004.04032710553,2178.56090100795,538.888716788195,948.440216205871,1470.60452507077,3131.89623036433,1587.05711413622,2268.39239515538,595.479085143128,1945.67293402584,13828.1617990966,4581.3812793284,117716.635510699,46654.3818573886,3268.33797006628,21580.6187360322 -1363,704.331797795595,2115.36570552784,744.847996729256,1903.89369772537,1002.72559407105,7544.1881390072,222.951586931705,682.467261451267,5075.45274609148,18247.1391940246,1565.61153414955,5361.49709664123,498.669246583105,4189.08465234077,2089.3991130456,10180.6414272083,2524.33900743406,12484.6845922014,221.013008403077,1232.45018265762,2081.11276141982,1644.9451021822,995.901499148776,2166.91559473915,535.995639377595,943.370412194307,1460.80158424218,3115.15495368584,1572.04136875866,2256.2669025115,591.394461202144,1935.27250996371,13723.2259570901,4548.29133353031,117566.903205698,46639.1034738211,3232.01649913121,21552.4790050984 -1364,678.086986405698,1990.37260757658,714.870180777135,1791.39609467418,955.431229545003,7098.41583374694,216.193956580366,642.141516812319,4830.28621151993,17168.9490491013,1480.06502587667,5044.69602058397,471.153191863881,3941.55928738479,1994.6962797862,9579.08590997908,2416.77535511625,11746.9873703708,212.978987112252,1159.62695119536,2030.04578109171,1547.74829893243,945.818589068587,2038.87650793844,514.115773946083,887.62837665521,1400.25563031996,2931.08613417067,1485.58549327616,2122.94821004484,564.207662782695,1820.92079017921,12878.9417145362,4296.64045923174,112474.728700941,44911.9707579059,3024.09568068185,20770.5064641937 -1365,611.493665731181,1883.6613079569,641.909498259253,1695.35266809735,826.711546207515,6717.84328367432,191.745355124383,607.713914895996,4172.78449206316,16248.457650074,1311.81379439297,4774.2310501088,417.363380377293,3730.23759189733,1784.6236946111,9065.51538417331,2170.77872264311,11117.1875609599,187.293505905719,1097.4550249113,1852.96362364892,1464.7677394962,842.719536575239,1929.56473329988,462.641778508953,840.039308512075,1257.59494722944,2773.93967351101,1316.9897284601,2009.12903786732,505.004562793533,1723.29443454868,10973.1411199974,3743.65034911479,99675.8574385384,40186.5975224281,2628.33232303191,18684.3201099147 -1366,536.608170593416,1785.59914539013,569.816628020596,1607.09372884713,726.249962415654,6368.11680291104,167.083239132734,576.076730193585,3669.60539921313,15402.5736852603,1179.73018522055,4525.6877374711,375.116539890647,3536.04388860039,1582.78890168895,8593.57064570089,1913.24327226157,10538.4341251469,163.176425184765,1040.32224174695,1607.82491598353,1388.51289920921,751.064943842359,1829.11286875254,406.711078393586,796.307417388222,1109.65159368755,2629.53020771947,1181.93822620578,1904.53510821727,447.255062357759,1633.58086540688,9799.87922016391,3338.85186339562,87855.618510749,35171.0987390705,2382.00126131797,16352.2037049677 -1367,444.234099377199,1644.29128072331,482.095095846836,1479.91233781145,667.326888286873,5864.15991555957,139.059749291005,530.487453990099,3392.48904041386,14183.6524041561,1106.39916762292,4167.53609297582,353.318830029173,3256.2101910114,1390.9823784593,7913.49688953759,1645.35326863806,9704.44872198348,141.098683598846,957.993733175372,1201.6305054171,1278.62945008451,683.060340914621,1684.36143650342,345.102659127309,733.289633660008,947.901317259854,2421.4357427949,1111.05598331692,1753.81494797304,394.286898610593,1504.30334841928,9708.09164355754,3164.54864997764,77571.3792071901,29576.1081875724,2390.0450260028,13616.5039829333 -1368,390.110033918964,1532.45991929177,423.491614957064,1379.26069933534,653.953646208118,5465.32730317669,123.0517846994,494.407998423099,3503.39092121896,13218.9953649661,1005.04299915051,3884.09407722327,358.741213270643,3034.74917431862,1276.93741576718,7375.28499167243,1494.1924911365,9044.43080104398,142.415064824784,892.838766607189,950.455801097106,1191.66744168263,624.532198284879,1569.80482795406,297.533628236876,683.417218098844,851.852530388999,2256.74931593711,966.732267118499,1634.5346746844,346.995023187097,1401.99283115755,10471.2540465655,3143.86956239399,72528.6117605917,26631.4248378212,2436.2382351632,11979.6104739589 -1369,417.66665589127,1475.30038216382,451.337303378399,1327.81537136278,686.652326329017,5261.47493811993,131.645691565413,475.966972993031,3674.96951358049,12725.9373431242,1054.56112441239,3739.22045487229,371.130338701982,2921.55544186287,1330.79985046949,7100.19272269777,1560.98762018374,8707.08071986708,148.232425604964,859.536590160877,1008.26728560537,1147.21919313822,648.475789992944,1511.25235541139,311.383185789602,657.926298982438,890.725379922489,2172.57435991451,1013.57019586623,1573.56783030016,361.53667765582,1349.69961273348,10844.9484197466,3272.73389907588,76165.1309464473,28105.2676685634,2515.64122690864,12637.459948069 -1370,425.695923406661,1454.1258970465,461.004078068139,1308.75768849399,732.967203185343,5185.95877604248,133.11943630522,469.135580750593,3932.83902804469,12543.2862883737,1127.73520196037,3685.55269417127,394.101755013959,2879.62334927272,1399.02411401278,6998.28606900573,1638.76095985563,8582.11094872951,155.52070443924,847.199953529993,1024.77162943106,1130.75354585371,685.979639707778,1489.56186383756,326.179992606034,648.483306359019,932.159006729086,2141.3921383097,1087.58500418699,1550.9829458884,380.817390315756,1330.32783278398,11760.1816244705,3523.31854160743,79982.3334616098,29176.1064564627,2716.55156250397,13072.6358264625 -1371,478.40534402839,1474.80862425982,517.15385704548,1327.37277424031,836.450693718539,5259.72114484582,148.423679283086,475.808320203509,4491.85149388231,12721.6954406954,1287.72221616636,3737.97407058627,429.69786042629,2920.581607654,1522.99279306037,7097.82603457545,1785.91867907332,8704.17841209536,168.840824520474,859.250083143662,1106.51591719431,1146.83679365356,748.087043860869,1510.74861373295,355.400253453103,657.706994180727,1014.03528095475,2171.85018155298,1244.31715243195,1573.04331717227,415.137997812346,1349.24972099576,13260.9408317417,3973.3110350812,89110.9976777241,32277.8821244235,3026.99120615707,14348.8835160459 -1372,599.535621168387,1518.63286540057,643.756988544655,1366.81592881988,999.619635114812,5416.01483881611,186.423317735144,489.947062151697,5355.02694413443,13099.723233279,1536.25014717414,3849.04873773466,520.439316514448,3007.36728990433,1851.91829858343,7308.73939282247,2169.1191615998,8962.82486112545,206.034587850359,884.782875822301,1370.0711966159,1180.91528449463,906.488161352162,1555.64081904163,431.949601593233,677.250892581374,1235.25018849588,2236.38715571512,1481.96185182685,1619.78662238666,503.697220398009,1389.34295354088,15684.4479724437,4718.49455436562,108371.80059485,39591.1069883892,3605.4761784275,17667.3228674556 -1373,801.074781135741,1618.66205677743,849.37739347475,1456.84525403458,1228.72670209991,5772.75648266891,248.46137330067,522.218857106943,6552.55543170215,13962.5747836042,1882.25215420841,4102.57758040473,624.908144511378,3205.45632448018,2345.65914220424,7790.15087028015,2803.54368938528,9553.18751146514,260.640510261734,943.061685420733,1998.77094815748,1258.6997205383,1120.46676440382,1658.10764742844,565.349293273524,721.860001660747,1601.34128747265,2383.6933308207,1810.3259347242,1726.47860155548,638.534877043491,1480.85608706653,18291.7509664777,5681.28371406619,137037.93456412,52015.9894622416,4173.27515643773,23435.956212643 -1374,831.525165798494,1853.49055843396,881.098422083186,1668.19807268992,1291.08616892836,6610.24306584859,257.052894124417,597.980113904024,6890.17674564237,15988.2048414488,1978.81599465302,4697.76182043944,648.852885419982,3670.4900865625,2411.63342517737,8920.3123199086,2876.59716507843,10939.1227040324,266.790757312556,1079.87700250917,1993.45614453716,1441.30644080575,1158.30502720344,1898.6587450467,578.887672824134,826.584333639746,1639.55263015124,2729.50926623572,1905.80658099393,1976.94866196604,657.282585694344,1695.69229369702,19281.5660694967,5956.88585403364,142339.260924116,53588.0761464109,4389.82218022233,24056.7059870387 -1375,820.40526829654,2011.807436104,868.473111475689,1810.68809455794,1292.32487840157,7174.86047814842,252.351602574269,649.056902027534,6903.00674731212,17353.8458254448,1981.98658915756,5099.02363429937,634.06151841764,3984.00694122313,2353.61803812228,9682.2455209726,2806.52483000499,11873.4936632323,260.321159072989,1172.11526858881,1942.37377319536,1564.41639377302,1131.21996494743,2060.83368729765,564.630170258503,897.187472262356,1599.23401526747,2962.6517457782,1912.06358875088,2145.81077893353,641.547475767529,1840.5307490135,19244.1169585394,5937.95247623559,140439.017891759,52619.3316374541,4350.22942044886,23517.7874316668 -1376,778.128938513084,2070.00834126047,819.818920871599,1863.07068553962,1197.07013443331,7382.42675248745,238.793049123236,667.833897538206,6386.00851482414,17855.8866852514,1834.22288881731,5246.53665448444,609.425621462274,4099.26290755851,2277.10886085407,9962.3495921451,2718.1651698296,12216.9897981845,252.958454730104,1206.02416481583,1918.20785451943,1609.67442817792,1090.24909503924,2120.45290523332,547.593094685433,923.142800811018,1551.562541097,3048.36025354752,1769.79239820309,2207.88835523989,620.042063272487,1893.77667784274,17892.4540231956,5543.22746732213,133171.510164919,50392.2747802142,4084.26073976547,22691.4988560243 -1377,730.211619384458,2076.63260008868,767.323911325228,1869.03272066299,1115.23499018154,7406.05134598014,223.352833751857,669.971040902976,5947.50287825259,17913.0275250502,1708.43340612939,5263.3261601392,581.20966459083,4112.38100856481,2187.03682722309,9994.23022804402,2613.58205113514,12256.085535584,243.013188726822,1209.88357738996,1874.7714410074,1614.82556686121,1042.83694093215,2127.23859232322,527.278591709911,926.096961297272,1494.59631214838,3058.11534821,1649.14156749655,2214.95384557506,594.851993479706,1899.83697558492,16745.6472103423,5205.03387945648,125803.071736401,47935.5551028149,3840.02650126666,21691.7635843758 -1378,694.544689302567,2094.50941884703,728.001324121079,1885.12240316113,1047.97956572992,7469.80679199476,212.142540033633,675.738527588419,5585.10069102491,18067.232918178,1604.64126384882,5308.63582532836,550.371437439653,4147.78269201728,2086.04090854827,10080.2661702749,2498.18329342796,12361.5927975798,231.846669372426,1220.29893417035,1819.72610750954,1628.72689152687,991.130597359117,2145.55105586112,504.779137132753,934.069323634773,1429.86378212875,3084.44132123949,1548.88215046637,2234.02141123582,567.205485488432,1916.19183839576,15680.1280637535,4895.38603725535,119250.082159891,45717.1978450097,3601.2439959972,20745.4252299942 -1379,666.463341854967,2112.01018694834,699.502553742556,1900.87362859055,1001.23207659596,7532.22110021031,204.221337008392,681.384691392712,5334.27449448667,18218.1944992949,1532.71692589866,5352.99237186731,526.488836372183,4182.43967774121,2000.51081801885,10164.4922897939,2394.97608578875,12464.8806448277,222.776917354361,1230.49519706084,1759.11723794994,1642.33579267216,948.681458887534,2163.47830466711,484.132731227221,941.873982079554,1372.64948810954,3110.21351008685,1478.07310697023,2252.68787809417,543.405845875976,1932.20266589533,14946.4594169054,4673.44453542292,114224.472258925,43877.2252850487,3434.04613837855,19919.4943062074 -1380,649.39383778373,2085.94705731899,680.644667120159,1877.41601645538,968.749702613878,7439.27019677959,198.851159285097,672.976106221594,5159.17424316217,17993.3740094213,1482.57393083787,5286.93410427226,514.053106059992,4130.826542463,1961.31523898374,10039.0580083673,2350.79625570106,12311.0585647695,218.452123782581,1215.31034803527,1741.46293403999,1622.06865053248,928.196023933441,2136.7800359498,475.614193440686,930.250845107416,1348.02885208152,3071.8321147748,1428.93180778501,2224.88872421505,532.653139628455,1908.35843973457,14456.7055494013,4531.50580215634,111302.484772614,42924.5480631942,3328.17548271796,19530.2772112129 -1381,639.304150277297,2056.61519024684,671.003783364034,1851.01644085705,955.005643689158,7334.66174866,196.031529655295,663.512948649513,5085.9641356902,17740.3573986823,1461.53701788389,5212.59106290809,507.113014936568,4072.74028633463,1940.96045894927,9897.89224196023,2325.88777164943,12137.9447112456,216.215301488082,1198.22107366711,1736.11689637872,1599.25968140147,916.466174453617,2106.73337308892,470.836345224511,917.1699790151,1335.75987824594,3028.63707253132,1408.66503952445,2193.60310741091,526.546807773378,1881.52376246704,14239.8354358861,4469.99110960202,109859.856124277,42441.5524326345,3276.45970568672,19319.6970535916 -1382,635.985943660816,2025.02702484424,665.750830284915,1822.58612789719,942.618301867006,7222.00649375985,194.622192048847,653.321855601041,5018.16320783188,17467.8779642852,1442.20496231867,5132.52932386614,510.221947514615,4010.18585494821,1950.75935370804,9745.86756628981,2339.52197966993,11951.5144023552,217.725460814584,1179.81723922916,1744.24470207086,1574.69617551209,922.247495922332,2074.37542758512,473.539876149054,903.082892069122,1341.91503725294,2982.11933345925,1390.62438075524,2159.91090377789,529.733224703188,1852.624878466,14133.5226439635,4436.01184732454,109511.160134714,42400.1184462009,3269.7884216583,19358.1113016113 -1383,645.523892160557,1992.62890590703,675.277113507372,1793.42683203571,946.580300105303,7106.4626405275,197.644110039333,642.86945228871,5036.15157615433,17188.4118727593,1447.63196938439,5050.41471826174,515.230924405068,3946.02746264284,1970.72514299374,9589.9448192424,2361.15325769536,11760.3038257373,219.739006583254,1160.94151126515,1760.03408261324,1549.50283569079,930.835874854208,2041.18779058136,477.909779352325,888.634597508873,1355.87784150939,2934.40883099927,1395.65244234731,2125.35479687371,534.646101100173,1822.98499691272,14168.3640888376,4451.00905269003,110513.10063547,42855.5572097503,3285.99863988069,19585.1061808019 -1384,670.973839655357,1969.14027023873,701.083476768295,1772.28634304122,971.472991378956,7022.69334893543,205.768555842165,635.291460068321,5164.33260981486,16985.7989612438,1484.83034339905,4990.88163062089,514.682122265619,3899.51262933277,1991.4059408351,9476.90083033383,2396.25617212936,11621.6761610014,222.369605575108,1147.2566088182,1829.43887008687,1531.23766475673,935.939506713968,2017.12675432849,486.220915818067,878.159584202957,1376.49193491403,2899.81871754219,1429.80432569566,2100.30161996674,540.462774434247,1801.49608329999,14258.6912759218,4514.25259469408,112922.293003295,44016.6881736553,3283.0584989823,20082.5409924798 -1385,686.731530038359,2006.51381482466,714.883090134089,1805.92367384075,967.530702260544,7155.98143762906,210.403054216689,647.349053966924,5135.0242563432,17308.1830617572,1477.09673190066,5085.60669412412,508.87324460642,3973.5239180756,1995.12792047784,9656.76885754959,2409.49849002872,11842.2512204479,222.912233289683,1169.03110943109,1886.53539131183,1560.29998195189,931.627590369267,2055.4110644042,490.217466235541,894.826724106501,1386.32416401179,2954.85619037699,1421.81979011059,2140.16455783059,541.134833007949,1835.68780402613,13951.9931929031,4460.02048807697,113372.489777971,44594.0830962192,3207.88768966714,20381.1802527055 -1386,706.702569376375,2113.25404336052,732.761353820705,1901.99313732507,980.242503290915,7536.65715907562,215.976474717574,681.78598903928,5197.54269575705,18228.9240015418,1495.49148276752,5356.14498634202,502.844338238488,4184.90290185057,1992.0789674295,10170.478609836,2410.02387394442,12472.2217655349,222.456884178973,1231.21989022306,1921.57964966982,1643.30303701563,924.843029646191,2164.75247293509,491.289217108464,942.428693415378,1389.83585738883,3112.04525268056,1439.20734532428,2254.01458583408,539.54742810539,1933.34062568854,13864.4698590712,4464.13067475383,114446.235088037,45207.399040868,3167.64890912773,20627.5104332863 -1387,717.795453346932,2098.96415767558,742.499577488088,1889.13180406922,982.228429690035,7485.69406280797,219.132933476215,677.175732229136,5203.70688363097,18105.6594839794,1497.62833519221,5319.92657719842,497.819826387752,4156.60446595835,1977.00213003287,10101.7055358403,2395.9310289055,12387.8842369605,220.583393368472,1222.8943452941,1916.69984285045,1632.19097378857,917.407369632305,2150.11435336228,488.696320493924,936.055963010614,1380.62379096754,3091.00151160887,1440.98225762206,2238.77287324162,535.897534448806,1920.26731979901,13742.2084172963,4438.05510327732,114581.275218425,45322.3758765086,3134.582451917,20662.9866788357 -1388,698.962678130029,1976.34306530173,719.457070322405,1778.76907843331,935.903698273766,7048.38121980332,212.487958914626,637.615252974952,4951.49736174137,17047.930253132,1425.60755986057,5009.13746445475,470.326095483637,3913.77641274076,1887.68708691882,9511.56579328487,2294.16647921882,11664.1863635204,210.7125528738,1151.45308702896,1869.78231504472,1536.83868326145,871.482347527988,2024.50507615102,468.90039684131,881.371749234172,1323.61621784048,2910.4257831017,1371.94812642371,2107.98418192931,511.437443387341,1808.08566317448,12885.8179687248,4195.74150628452,109778.775091935,43714.3082778889,2934.31813708763,19951.3267778608 -1389,623.253387822848,1879.98759094088,637.394957861678,1692.04621065799,809.818192954371,6704.74142981243,188.45479109414,606.528686457851,4276.50554682188,16216.7681764404,1231.92832379891,4764.91983594674,416.609661782185,3722.96248503112,1689.13319336628,9047.83485000026,2060.94228491782,11095.5056370703,188.414698401211,1095.31465117091,1706.77558738058,1461.91099335699,776.675766192563,1925.80149053204,422.089888871156,838.400974333437,1188.94563400331,2768.52964075356,1186.54335361603,2005.21062031391,457.928807029585,1719.93348209875,11070.5601292919,3637.76051120283,97018.092748701,39043.4012437666,2538.52272915945,17923.0045677536 -1390,534.734196885907,1784.87597299221,552.895530284303,1606.44285161717,711.407547943399,6365.53769868685,164.217426079159,575.843417587318,3761.39226560716,15396.3356019957,1083.1579504953,4523.85482191344,374.464378518282,3534.61178143084,1497.80219619549,8590.09022675772,1816.08100228192,10534.1660313274,168.025518975327,1039.90090847509,1480.8756870088,1387.95054779599,691.971286109937,1828.37207318105,370.895610398517,795.984910768526,1048.86280547608,2628.46524099913,1039.60052973041,1903.76376643842,405.37028064184,1632.91926081625,9941.87802370293,3232.79197072413,85219.2561043687,34067.1809974765,2293.71496062753,15635.1169835747 -1391,436.69629840429,1644.75411251705,464.042693274743,1480.32890055184,653.678459799613,5865.81054746665,136.685721078211,530.636774528841,3480.3734467904,14187.6447900314,1000.21379276721,4168.70916263081,352.823590889457,3257.12674248933,1314.88205863341,7915.72436468331,1560.20383994147,9707.18031063928,146.940803781444,958.263387319449,1106.204716671,1278.98935612358,628.289314366111,1684.8355471638,313.969224775462,733.496038547302,894.939924332863,2422.11732364459,959.293697666319,1754.30860826776,356.507960943603,1504.72677669214,9882.77395526118,3059.43007690283,75056.8758361881,28602.419439179,2297.30112229187,12980.8250025326 -1392,378.850994990062,1542.72896621983,411.45276503816,1388.50315499059,638.697112721537,5501.95057915732,120.359580101034,497.721037069981,3737.71346562602,13307.5761376412,1096.06854110147,3910.12147529735,364.505242771146,3055.08509390362,1308.8670198237,7424.70693526378,1472.41646619065,9105.037726657,142.201751572728,898.821698413791,875.674239285783,1199.65283087762,557.447960292593,1580.32412391946,271.086863241647,687.996811597993,820.493830175339,2271.87184171313,950.844445586977,1645.48772674701,353.940972679387,1411.38761531778,10504.7753615494,3186.23011526773,73319.5238579334,27058.0736692533,2446.32754135753,12009.4862100391 -1393,404.822113293929,1483.54454525535,437.468434728047,1335.23536976398,667.747438196311,5290.87671827008,128.491971936558,478.626735980266,3886.8969205764,12797.0514729771,1139.94261268617,3760.11568654024,379.242070398142,2937.88145915049,1370.13560673237,7139.86948784665,1544.67848892537,8755.73697616137,148.663548659305,864.339788152342,956.809232593995,1153.62999750342,584.893348304899,1519.69742262691,287.814762678319,661.602873445909,861.422134644786,2184.71497722075,992.445414275095,1582.36112418485,370.445271408283,1357.24190301311,10873.5409366945,3313.28184699553,76793.1115140555,28486.1935051605,2531.97055812588,12673.8232809199 -1394,408.250470982245,1462.54362241141,441.471420859044,1316.33389823851,701.21596070799,5215.97954440865,128.461780007984,471.851339053012,4034.83783328912,12615.8975659553,1183.18173469308,3706.8878278488,394.016535770871,2896.29307405914,1416.18331943605,7038.79813902225,1596.67032843767,8631.79155283975,153.38024396473,852.104272029834,915.144963012026,1137.29931525629,611.261286542372,1498.18472291002,294.089704903759,652.237282811641,888.174114780238,2153.78834895108,1047.51634579027,1559.96136275772,383.542307526496,1338.02890898682,11441.693942795,3460.47425244629,79445.3408566969,29255.981795369,2654.17727626561,12980.6773420605 -1395,456.239242340629,1470.15139704762,492.033074642184,1323.18112760681,793.320723527803,5243.11172444956,142.338506935022,474.305787996826,4387.21786924674,12681.5222106118,1286.46462544269,3726.17010207559,428.700146242575,2911.35884348319,1539.10895602118,7075.41215116581,1737.44818285195,8676.69190578271,166.227700777414,856.536698638393,1004.09925719968,1143.21525290889,691.580540507819,1505.9778933568,330.803057741951,655.630052901318,964.745048288078,2164.99180033662,1188.13439988698,1568.07587934867,417.416708682119,1344.98899020445,12632.6077192467,3808.18874621335,87248.7049775002,31977.5913601437,2911.82473385967,14196.9749475889 -1396,573.020364502003,1518.92213492092,613.838554267861,1367.07628021695,948.579620147405,5417.04648250717,179.197455436816,490.040387375255,5349.89534091933,13102.2184714256,1568.88408408596,3849.78190538007,522.150483089163,3007.94013388346,1879.7895089161,7310.13156310055,2118.74514941811,8964.5321019653,203.757640068493,884.951409458003,1337.0069177759,1181.1402254963,834.030273914589,1555.93713784508,410.240177636948,677.379895479518,1179.85352311104,2236.81314322967,1415.44246496107,1620.09515969676,508.712615898497,1389.60759589054,15158.9624273631,4607.09385079022,106427.973680507,39276.1161749554,3514.27515292221,17495.013819305 -1397,786.890348256902,1606.68632164346,835.814271537935,1446.06672690444,1222.32692017316,5730.04651591587,245.888853795517,518.355200274751,6670.63071019341,13859.2721228069,1958.03634218895,4072.22449820095,650.520139521221,3181.74062930789,2448.77080839589,7732.51513150099,2811.51681600294,9482.50787648917,265.115124133848,936.084406307834,1963.02033154037,1249.38718096078,1086.71954269541,1645.84007253468,554.064220598605,716.519291938479,1569.13869901383,2366.05748160128,1814.17131473989,1713.70518145823,663.632927831025,1469.89991484023,18419.7287094075,5731.79137416765,138509.056214426,52722.0331830548,4239.46163652525,23705.8295883514 -1398,820.134926516183,1821.7866857844,871.180739529956,1639.66361967631,1294.65198381017,6497.17515547339,255.511046688504,587.75169094718,6933.05192380514,15714.7273166339,2034.54608588447,4617.40681576167,677.136759839572,3607.70651869574,2522.52416673951,8767.73077882775,2889.2970508182,10752.0095021181,271.860595774653,1061.4057549439,2010.7555206673,1416.65295895209,1148.80303484275,1866.18227259637,580.65451241412,812.445645784776,1608.78646865725,2682.82113298424,1925.61933593692,1943.13304400754,684.442584988249,1666.68755326952,19447.7681774612,6011.294551946,143671.501106211,54193.3905004485,4466.97334251696,24346.6592568255 -1399,809.613674710511,1978.54151141165,859.262285795906,1780.74774703068,1297.47467467581,7056.22170384982,250.992107110342,638.324523949785,6749.04464600488,17066.8940436829,1980.55537508407,5014.70953287047,658.943356621093,3918.13002253693,2454.23177167231,9522.146276595,2811.10176709655,11677.161380655,264.455981499183,1152.73394135247,1947.6698777759,1538.54823312863,1149.60450566119,2026.75709675782,576.236331724074,882.352170259002,1565.08135921561,2913.66328490663,1934.39892835338,2110.32906309185,665.961133790836,1810.09694297827,19163.4460471703,5903.20862770802,140864.576991826,52933.2597868156,4376.71731233415,23773.5023176827 -1400,769.006726289792,2045.1890680433,812.471076479552,1840.73258213896,1204.83432249741,7293.91190792205,237.865116831336,659.826610013656,6475.78623855201,17641.7956976246,1900.7016276285,5183.6310013641,631.609341090021,4050.11299638967,2369.55086564401,9842.90163076062,2717.89107507992,12070.5088388334,256.474885351908,1191.56400895247,1890.36700643505,1590.3745303817,1073.43208146802,2095.028804784,545.350072772906,912.074375174703,1516.0627401095,3011.81060082917,1794.97943219862,2181.4159091007,642.29988840827,1871.0704114752,18041.2348150514,5597.4385964688,134700.257671159,51059.2843711256,4141.68112750786,22962.0322618863 -1401,722.051462703259,2051.63976459812,760.933449509495,1846.53840591901,1123.59569214083,7316.91751319872,222.614475352428,661.907758063241,6199.50789707943,17697.4393896947,1819.85314183847,5199.98060500927,604.531185183515,4062.88738989717,2281.74764253061,9873.94696179189,2619.6584012146,12108.580228417,247.040190060579,1195.32230101822,1781.6149804961,1595.3907040276,1003.00942868402,2101.63670001698,511.45454632867,914.951133671806,1463.86714889806,3021.3101021565,1674.31767881874,2188.29627645124,617.8460556265,1876.97192329419,17054.286375629,5311.83825261096,128476.359369375,48994.4423117889,3927.40344283075,22035.0515999678 -1402,686.581501264454,2084.12466467202,721.674540402324,1875.77580745214,1055.13071237316,7432.77086053908,211.367250419187,672.388159033164,5875.3769663879,17977.654055085,1724.97257445676,5282.31516161846,572.779885138917,4127.21763595194,2177.16407300921,10030.2873612731,2505.08399100966,12300.3029789428,235.79077903002,1214.24858923642,1713.21324840905,1620.65152636759,944.591289337137,2134.9132329492,485.14928545956,929.438129226631,1401.1524060177,3069.14840128406,1571.43031072123,2222.94494484773,589.356069550077,1906.69119780907,16014.8118618895,5011.93477881156,122094.19312479,46835.2648994244,3691.80007533967,21089.0768959647 -1403,657.30148735564,2096.823569398,691.531025024946,1887.20520928684,1003.47799684994,7478.05992150937,202.963221405303,676.48512756637,5586.06985854625,18087.1947749431,1640.20864629075,5314.50115226818,544.24184697648,4152.36543273721,2077.65300399644,10091.4035054914,2391.23860411532,12375.2506911781,225.484185188354,1221.64719998641,1653.94479293151,1630.52641517641,898.750142583414,2147.92160054017,463.278446815544,935.101344317269,1339.66599877019,3087.84921309175,1492.58846534642,2236.48970373103,561.813735529104,1918.30897205898,15162.1511060487,4757.4339793476,116456.76696127,44807.0001003547,3494.23506006206,20185.4153168029 -1404,639.437318164756,2066.53711262811,671.598010304513,1859.94647382566,967.756158544677,7370.0470482086,197.276829566586,666.713996666026,5435.52319255971,17825.9438759,1596.18643580865,5237.73865696299,529.467381603752,4092.38879092204,2031.60529129276,9945.64357581629,2341.84888344119,12196.5029412267,220.549515245345,1204.00176445696,1621.32133693319,1606.97514052168,867.822892340949,2116.89708534047,449.35213223778,921.594768535948,1312.91401863474,3043.24841163705,1438.11868223597,2204.18591350427,549.231449617425,1890.60097478087,14644.6515236544,4610.97787603214,113460.501157164,43845.4861648794,3378.45629169136,19764.0405611102 -1405,629.521730451033,2016.32002995898,662.116626629626,1814.74956675561,954.10112092928,7190.95408170262,194.487961082899,650.512772075065,5352.84678049088,17392.7714485571,1572.03771500127,5110.4610225432,521.337661874178,3992.94328618266,2007.80113672624,9703.96332599522,2314.3696484383,11900.1265574051,218.009956954805,1174.74438709361,1598.48276595101,1567.92546510782,855.589387241409,2065.45624970922,443.024204002667,899.199912718356,1299.61806199364,2969.29713530332,1417.83584197747,2150.62394959847,542.18864344119,1844.6591599135,14393.9908182477,4537.81199209667,111998.474084963,43364.3436174174,3317.80666671014,19549.8839836011 -1406,625.746085613731,1979.55395052401,656.28369077316,1781.6589731323,940.089023741494,7059.83244175814,192.913640661192,638.651160874355,5378.07595173726,17075.6273408903,1579.44530003471,5017.27560896182,523.552577088563,3920.13496812904,2015.21565610529,9527.01885231221,2325.14263544628,11683.1366987542,219.244276780796,1153.32380662527,1596.74514353335,1539.3355233616,845.051312164842,2027.79420825848,439.644436483425,882.803678525515,1304.10340315842,2915.15423500945,1397.17079263119,2111.408939188,544.72147029505,1811.02318735154,14358.2773987556,4534.50826517366,111967.59034212,43433.1310950757,3320.75596839428,19583.0976155062 -1407,632.869531608432,1937.95708160344,662.851469427943,1744.22052153217,937.099064994148,6911.48239320138,195.145946732437,625.231022151778,5428.53429423003,16716.8128554112,1594.26047010159,4911.84632486017,528.712348645299,3837.76017840582,2035.89861781308,9326.82519035191,2346.68860946223,11437.6359859747,221.276967157611,1129.08872114328,1635.14061216539,1506.98907583331,845.12030690394,1985.18365457466,443.362220958745,864.253101064114,1317.71949350603,2853.89736016408,1391.60840382031,2067.04136796931,549.787124002769,1772.96769807507,14402.0132818047,4560.90338831468,112795.506644361,43843.9791159169,3340.79606125443,19784.7893273136 -1408,656.823639022165,1912.41463598835,686.923781468385,1721.23154090155,958.440484634742,6820.3884444118,202.830431026863,616.990422020962,5438.00827703502,16496.4837845199,1597.45633496424,4847.10775618217,529.148792402967,3787.17816006743,2060.09573205285,9203.89681002427,2384.99136872418,11286.8869328041,224.257693445233,1114.20723200806,1722.36804285222,1487.12682662387,866.219950704064,1959.01875855386,458.188493617873,852.862168808104,1339.71819796338,2816.28274072538,1420.55949740304,2039.79758005126,556.560725045328,1749.59982711689,14368.8411668724,4578.49629139277,114604.011175765,44823.8356609229,3320.75596839428,20272.7500624376 -1409,679.019112488729,1936.82893243822,708.808742562651,1743.2051528514,974.003040375823,6907.4589898111,209.656523801914,624.867054413582,5419.6473353198,16707.0814435822,1592.46152631826,4908.98697602129,527.127007236928,3835.5260907768,2074.92701926369,9321.39573572024,2409.91902213998,11430.9777582914,226.004099906863,1128.43144110839,1805.3546394376,1506.11180745413,883.768737534931,1984.0280132532,472.09856666059,863.749990637283,1355.68309191661,2852.23601174978,1442.20416537433,2065.83807455487,560.286749027494,1771.93559470831,14256.4407919726,4573.12818834903,115832.761080684,45581.9080302912,3283.62508435811,20667.9594310644 -1410,697.627860631157,2047.1560968534,725.101898189051,1842.50296810343,983.262404763299,7300.92707101156,214.820160973887,660.46122026649,5385.65187396169,17658.763283136,1582.7681868211,5188.61653139646,523.88865352428,4054.00832766859,2080.00176822505,9852.36836974587,2419.23396252677,12082.1180533601,226.442658542988,1192.71003538656,1880.51117622672,1591.90412613839,895.842245711156,2097.04376862347,483.406616711036,912.951593130222,1363.9056391731,3014.70731014322,1454.41616184582,2183.51395861947,560.924271770457,1872.86997585905,14110.4152644039,4553.65753177564,116437.003395235,46041.4257644716,3242.63743046052,20926.1409040966 -1411,706.907232375585,2028.0064955726,732.642787122623,1825.26774248868,980.093916229758,7232.63240476459,217.391719714887,654.283103683699,5282.95779719411,17493.5788712078,1552.77805793068,5140.08093710157,513.787332289643,4016.08613737582,2050.73440192937,9760.2068944963,2391.39021586859,11969.0989515412,223.104729701624,1181.55313257081,1929.45711914103,1577.01306368367,896.438218514176,2077.42750579953,488.317510981648,904.411619542481,1347.67281070656,2986.50699700819,1448.30829417632,2163.08883238562,553.407639566498,1855.35068979014,13814.0225998908,4479.52299938304,115344.010089599,45750.8248351311,3168.7537841647,20841.0658593968 -1412,690.354400675742,1903.6208627723,712.346645365226,1713.31687661371,939.463339146974,6789.02654825348,211.454210387785,614.153341742646,5024.09136714647,16420.6287191311,1476.98789174849,4824.81951096615,488.437464178878,3769.76374310905,1966.44308289523,9161.57493079987,2298.7262913349,11234.9869305063,214.03245568595,1109.0838212531,1910.32175471318,1480.28863588284,863.77003715663,1950.01068762378,475.791988833338,848.940489714087,1296.86562198122,2803.33275003395,1387.40410385471,2030.41806737233,530.457133225519,1741.55471816982,13041.6468256841,4258.73857926245,110748.14828805,44172.9209664772,2988.2795600631,20169.6630353422 -1413,616.722345386252,1803.44703803822,632.486864018872,1623.15737696319,816.032411249822,6431.76908755862,187.908194766338,581.834884628248,4466.85802719808,15556.5295618346,1313.44958239691,4570.92408802923,434.100568232764,3571.38828932192,1763.51720534354,8679.46737495518,2069.34467784629,10643.7706680267,191.818612859538,1050.7207456542,1736.42603872028,1402.39173042929,756.532373242799,1847.39570127238,423.543846353768,804.266879811306,1167.29876299567,2655.81358323713,1204.63960221126,1923.57182104486,476.042280046348,1649.90926475285,11375.6178954728,3751.67510601693,98633.7585795351,39688.2811839486,2617.2354531177,18161.4285707966 -1414,528.89340276093,1736.2787945864,548.362925796015,1562.70390782495,716.275052118288,6192.22191883833,163.670385749655,560.164812618822,3962.80945181478,14977.1364647068,1165.022720907,4400.68291350684,384.755405625526,3438.37419297279,1548.88123343976,8356.20610618661,1807.95807773797,10247.3501664005,169.455104673142,1011.58731652908,1477.36093920311,1350.16053806405,657.472386840446,1778.59061767542,363.098631931635,774.312468928151,1021.44687635039,2556.89948730915,1054.59261548226,1851.92960608215,417.304804320857,1588.45943848632,10154.4371263226,3322.05965063027,86505.9194344614,34603.4286453263,2339.35884177523,15776.5575235978 -1415,426.470280997221,1612.61633418402,453.529048690236,1451.40391917993,642.47836325943,5751.19516655141,134.435537685137,520.268363284035,3689.61953881005,13910.4243958947,1083.01008087058,4087.25440292908,359.438233940805,3193.48390587558,1351.01886258578,7761.05456143335,1542.35970041702,9517.50623918511,147.149468320521,939.539338483234,1101.69223611706,1253.99846167644,573.462800225674,1651.91459507115,297.551082139776,719.163845719454,865.131506503061,2374.79020705526,949.367539914458,1720.03018284771,364.563370240541,1475.32507145664,9972.59513867496,3120.95439768456,75604.1167117631,28916.8830970454,2318.60034162605,13002.0837043876 -1416,370.874704299081,1504.60332312572,405.335816682085,1354.18891257902,667.930155080913,5365.98022487249,123.972572597602,485.420798314331,3586.17183941309,12978.7044373097,1085.44902971959,3813.49018160544,362.883818138508,2979.5844152603,1311.33418943557,7241.21927612827,1470.63773696581,8880.02385427504,147.59275700779,876.6090116559,934.085588939408,1170.00566882364,558.908458310136,1541.26938725421,265.267304001082,670.994265160337,811.672121329985,2215.72680464615,974.859758549375,1604.82259427113,361.023117522953,1376.50782653615,10390.5287385982,3118.62224333083,73246.8368934438,27215.4724363431,2386.13486671198,12163.5584765556 -1417,391.026272501154,1438.36074326137,424.246876972844,1294.56856892155,702.046975884299,5129.73431996636,130.418003076851,464.049367382389,3768.29004913992,12407.2961119325,1140.61689711349,3645.59514639303,381.540053754931,2848.40342186703,1384.04319516368,6922.41295765114,1554.41983068881,8489.06652996043,155.530032061874,838.014890818929,992.451355688932,1118.49428853653,588.923356676712,1473.41252497801,277.127882561409,641.452664051772,858.252681020156,2118.17587041757,990.485494439434,1534.16769989787,381.017662771422,1315.90485681534,10829.5024457187,3254.62597708665,76978.3936362081,28744.4860924171,2491.18022848853,12848.6052805688 -1418,402.609978699081,1404.48735341806,438.606419409311,1264.08148421807,739.934276096787,5008.92909691861,133.397522799568,453.121006606746,3975.44021891156,12115.104337324,1203.15760860545,3559.74139504229,402.972020041315,2781.32353249162,1448.40015959349,6759.39015974079,1624.75723474801,8289.14904658758,162.441601749472,818.279643438053,1007.86602821573,1092.1537524432,619.65468222489,1438.71366581322,290.330273534031,626.346456337714,894.188695637503,2068.29283700507,1089.62841162532,1498.03805660281,399.539554180525,1284.91530261593,11605.2234346233,3471.82988640835,80875.3915385825,29903.8687285883,2664.54325677436,13365.0926586367 -1419,454.000813692524,1395.72250350637,493.953118453144,1256.19285178691,806.132661202509,4977.6703521204,149.282719717137,450.293257673956,4332.08218376486,12039.498764285,1311.05285713943,3537.52645734558,439.426726948409,2763.96639270761,1576.79233635281,6717.20747998898,1770.74803874464,8237.41974684544,176.340677417877,813.173083921461,1088.18139666636,1085.33805296583,675.814071330156,1429.73522302691,330.049704413239,622.437675906789,972.663732096347,2055.3854396934,1256.40600375539,1488.68939376425,435.590653419966,1276.89665456669,12773.5823303688,3826.93206066738,88555.4597272223,32615.967492704,2925.45935908245,14599.7176338046 -1420,574.135656296422,1409.05780229948,621.054088019144,1268.19502770531,987.310608789216,5025.22903321379,189.196390372382,454.595542061089,5304.12883438919,12154.529017747,1605.29861168575,3571.32541965988,537.38093185901,2790.3744484696,1931.87839474041,6781.38640422064,2165.44341017833,8316.12339555246,216.822169854192,820.942469323907,1348.73228954116,1095.7078128511,825.989968403971,1443.39549313519,412.557417347883,628.384697873873,1192.78197043241,2075.02342568593,1514.29857687818,1502.91293592689,532.53797890854,1289.09664301267,15532.8163177567,4660.68980322479,108535.637340361,40105.2354155529,3561.71001231369,17931.1668143707 -1421,777.088200387351,1409.31814290366,831.230609321128,1268.42934219488,1238.33989341921,5026.1575055309,255.31406865979,454.679534128613,6624.52303007918,12156.7747151363,2006.11660096582,3571.98526556255,670.319297598994,2790.89000416122,2520.61643869869,6782.63934801809,2878.6596584784,8317.65990071618,282.369001698873,821.094148451697,1975.78964707835,1095.91025822526,1058.66787904968,1443.66217804629,547.589014318505,628.500799606274,1589.45996957315,2075.40681155658,1884.30725436761,1503.19061741102,695.583463196311,1289.33481933044,18684.0586533367,5760.74218472157,140490.787975337,53728.9209040976,4274.79513155514,24270.6152635159 -1422,797.826735495742,1430.83974976186,851.231003398423,1287.7994452249,1229.79075503343,5102.91163403346,261.04054762198,461.622916096168,6578.61458103236,12342.4200411404,1992.22151981965,3626.53282317103,666.431087191509,2833.50950619239,2509.90809945283,6886.21659794141,2870.53096469282,8444.67835092545,280.019027496221,833.633024464558,1963.90863155195,1112.64583340263,1054.08104424019,1465.70825045969,563.724539923513,638.09859495667,1583.82730297725,2107.10021569961,1942.3522591401,1526.14574479922,693.11812577818,1309.02416855932,18644.2338817703,5763.53221375481,140287.422430329,53627.012020926,4258.6178198908,24261.6598161296 -1423,775.048740668487,1505.41327666033,823.819087714261,1354.91789548064,1195.0455209952,5368.86882320468,251.971528167323,485.68210857819,6392.32437796472,12985.6910944386,1935.82484507607,3815.54304816789,647.312229796759,2981.18837617925,2438.59110060777,7245.11734750526,2789.43943732331,8884.80412200253,272.019335814989,877.080905181954,1912.70138050622,1170.63550275556,1024.05487862462,1542.09907875416,548.960426523748,671.355472774608,1539.02083413255,2216.91956803407,1892.24522895302,1605.6864975423,673.45973616902,1377.24882408839,18113.7355045835,5601.39003112604,136361.273827914,52131.1657564125,4136.70711332131,23589.3791700386 -1424,739.315556492948,1617.79424821639,782.665578371538,1456.06419984339,1133.62579486615,5769.66155159573,239.810571855282,521.938881436272,6056.55890211343,13955.0890691645,1834.4518335902,4100.37807746851,612.479433450734,3203.73779254277,2333.32839608712,7785.97435944593,2675.81685060431,9548.0657889456,261.495939715722,942.556084513629,1887.21812180471,1258.02489753328,974.361191897819,1657.21869101809,522.068907383809,721.472992966317,1480.00526683687,2382.41536827705,1766.89260976319,1725.55298962517,643.523748172994,1480.06216001755,16945.277956943,5274.53713487486,130115.411100652,50177.5313931088,3869.67481931594,22741.2254177681 -1425,693.466083385279,1709.00073746104,732.024845182637,1538.15282386275,1091.89773118778,6094.93812791625,224.133779512948,551.364262957168,5830.81388417949,14741.8360133436,1766.19667098621,4331.54535317982,589.519174693717,3384.35512187274,2256.76415657376,8224.92473119859,2589.2871958027,10086.3577013113,252.950797377189,995.694628849193,1846.02112669693,1328.94864720841,939.736924223769,1750.64781458247,488.991233423803,762.147521785931,1434.52247973619,2516.7289510473,1643.60870829424,1822.83460028909,621.736176785011,1563.50371856424,16170.0284662518,5039.7701831242,125204.800363901,48507.4364905208,3696.96927907508,21990.1233575759 -1426,666.523184640358,1752.76712357535,703.10369337019,1577.54390715275,1058.87827137465,6251.02548914556,215.304410563977,565.484339498545,5654.00848821332,15119.3647486164,1712.66150391004,4442.47338395445,571.62708531261,3471.02623310461,2190.15878838743,8435.55964998838,2513.60122745091,10344.6626955493,245.480257366229,1021.19371414678,1795.02173782768,1362.98214897637,911.668496920129,1795.48075498075,469.789927247791,781.66561910642,1392.71530628769,2581.1807260537,1575.39348095205,1869.51619684434,603.374471525983,1603.54402161262,15642.9704877101,4875.65795018213,121330.848165057,47057.7396890664,3578.11666835423,21332.6989343951 -1427,637.247342723414,1773.50770581511,672.673305429458,1596.21106418865,986.79441761905,6324.99419068989,206.434456012899,572.175744358273,5263.22452225436,15298.2729582489,1594.54046783336,4495.04139674321,531.585692455021,3512.09906250434,2058.55391680707,8535.37805501533,2367.56971293632,10467.0716137072,231.269098562085,1033.2775511415,1732.08300319529,1379.11038584933,852.208653131672,1816.72676978654,447.845796661293,790.915108008287,1315.15508032009,2611.72396845272,1491.30230443905,1891.63827678735,566.282750500679,1622.51883932114,14455.8441842789,4539.6062478897,114084.691134827,44533.8498706877,3301.25259875798,20229.3756633279 -1428,597.430264292397,1738.88221465771,624.916385462568,1565.04706534772,939.729565785933,6201.50669204401,192.577266817743,561.00473782033,5005.99391009508,14999.5935596185,1516.87586784554,4407.28140809207,505.293463159282,3443.52977767186,1980.81152831993,8368.7356116812,2286.39676453088,10262.7153008388,222.645240609374,1013.10411598085,1711.94583084588,1352.18500271526,815.581578149722,1781.25748115791,415.334447459153,775.473492508791,1272.17823245787,2560.73336667597,1325.84606877801,1854.70643588746,544.543117319793,1590.84121449921,13450.4585906153,4249.89468900626,108851.253264442,42995.0557349494,3079.72468898064,19549.4768585664 -1429,586.686503622854,1688.69406090475,614.308134129055,1519.87619518516,927.100465715103,6022.51689691198,189.347143459942,544.812846385402,4936.94385350453,14566.6706730328,1496.02896401488,4280.07709541502,498.234379534412,3344.14156122,1960.03738879241,8127.19458834076,2262.05139369212,9966.50965269327,220.341384046842,983.863593125414,1706.80760667027,1313.15782292892,805.121528404448,1729.84627941901,408.28861151365,753.091537856942,1260.72993716783,2486.82469198614,1300.21364058167,1801.17532780764,538.187726851266,1544.92586566372,13214.2799751147,4183.28203266638,107548.766874662,42580.1253006742,3025.44361579185,19369.1321667101 -1430,591.392894797994,1633.9065265483,619.077487385585,1470.56574210247,933.375149380656,5827.12398410389,190.702261832103,527.137085434845,4970.71108856957,14094.0735410631,1506.2461873348,4141.21542926592,501.405252751798,3235.64513494606,1970.10318907406,7863.51808053581,2275.56936228824,9643.15890334657,221.928839057658,951.943388241444,1714.79757108004,1270.55408492524,810.345919652589,1673.7236135915,412.053362781137,728.658439251866,1266.54556586197,2406.14282283947,1319.47966394238,1742.73848158495,541.533499905183,1494.80270783259,13331.290045216,4218.51742528902,108275.493173645,42823.4196297938,3051.05510446192,19480.2414522183 -1431,606.883551473771,1610.04184302887,636.205972975586,1449.08679856465,958.004936287464,5742.01356471968,196.000978514425,519.437771238559,5104.63920840987,13888.2168417404,1546.71118764643,4080.72923008658,515.315513634984,3188.38560946403,2015.07802085941,7748.66428241938,2321.5532534051,9502.31184042302,226.707503077138,938.039393539379,1732.23253513503,1251.99649265273,829.957104518854,1649.277365481,422.837420806404,718.015723304557,1292.80737603475,2370.99892933234,1354.12448850282,1717.28420886837,553.491876488586,1472.96976147563,13750.1695400162,4337.00077129572,110776.183022549,43672.265911664,3148.66929845126,19844.6429015455 -1432,634.448947138354,1604.63251450258,665.012254719555,1444.21823779371,985.687607945846,5722.72186872528,205.329941275822,517.692593269577,5249.95901015071,13841.5559876349,1590.83691733877,4067.01902427551,529.620917065596,3177.67344983615,2078.47069422469,7722.63075358594,2399.897219696,9470.38650461473,234.099327473921,934.887821254332,1804.29174676264,1247.79010486732,855.373900826949,1643.73621564102,440.748437642956,715.603374239709,1335.52935997449,2363.03297975174,1402.24620539594,1711.51457343995,571.357239958232,1468.0209600618,14097.6551690059,4460.41067755538,114385.668106306,45206.3694261683,3226.58939617523,20557.4671677858 -1433,663.638804575359,1660.80853582253,695.862545002036,1494.77837152134,991.014947417646,5923.06664723383,214.959432946066,535.816313120602,5273.49190603305,14326.1302046192,1598.17550454574,4209.39987805445,531.75225845021,3288.91951387416,2105.66925815788,7992.98964631597,2437.66285388777,9801.9319702482,237.241639521497,967.616983666214,1862.80704545191,1291.47355444242,863.137250580707,1701.28120482681,460.595656140004,740.655683752693,1358.1710866321,2445.75957905128,1459.0499795359,1771.4323915684,578.560911194608,1519.41439501044,14110.929104582,4498.76473848056,116151.470979698,46114.0343699244,3222.44566861285,21016.1504514122 -1434,674.210596285025,1787.76866258388,702.153039121568,1609.046360537,974.066687442588,6375.85411558359,217.466741679853,576.776668012384,5176.75348251735,15421.2879350539,1569.13940645815,4531.18648414408,521.917444155379,3540.34021010905,2093.24715992864,8604.01190253039,2429.46088116987,10551.2384066054,235.730120803889,1041.58624156255,1896.93672655889,1390.19995344888,852.609597341475,1831.335255467,465.142036272369,797.274937247309,1357.36733641488,2632.7251078805,1432.33985097046,1906.84913355384,574.222454561926,1635.56567917879,13673.2517347835,4400.57755487338,115222.686817896,46147.3258012125,3120.88654635371,21074.3035494461 -1435,690.824732306844,1765.35032105437,718.956703472217,1588.8691689337,952.808716246256,6295.90189464082,222.745165561122,569.543978123378,5060.2793904195,15227.9073780566,1533.9849642905,4474.36610896835,509.998097521153,3495.94489340954,2059.08759634379,8496.11892879626,2396.97867444194,10418.9275147607,231.713975976243,1028.52491176945,1890.75919150082,1372.7670618209,836.902621850074,1808.37059562519,476.249050458153,787.277233288066,1338.87820787997,2599.71114368198,1461.27894892978,1882.93754140216,565.193602318096,1615.05593943608,13357.1101006129,4328.38933580736,113791.183733386,45701.8125167465,3041.45267324724,20911.3275290733 -1436,678.497014695973,1648.3121194802,703.75735635225,1483.53121541205,945.047456574779,5878.49973584658,217.966335492279,531.784672153361,5021.57410763442,14218.3361490433,1522.14360487563,4177.72710404534,506.224175389787,3264.17270731863,2034.0305072125,7932.84801994192,2364.58603085353,9728.1793249448,228.851149090349,960.336346297734,1850.03625098278,1281.75612411658,828.456646661692,1688.48026011083,467.240483664431,735.082770565622,1319.96762501155,2427.35695809056,1416.71083648998,1758.10360850289,558.454118003163,1507.98187014858,13255.7131781053,4279.54235506576,112268.302536748,45015.5858138472,3023.92984040934,20570.108284046 -1437,620.866286052657,1573.39147084085,643.272884377019,1416.10034499509,843.165941920022,5611.30458025025,198.880647689617,507.613489946222,4476.36029887379,13572.0708244915,1357.043895662,3987.83708214102,451.066423821052,3115.80642789075,1827.46822614752,7572.27667414679,2132.12256678043,9286.00487479602,205.443642344072,916.68622619836,1689.46384431827,1223.4965268708,742.293626438843,1611.73385097679,428.3261402326,701.671090020708,1189.95568052262,2317.02642321788,1300.04355313741,1678.19261278338,502.072317875945,1439.43964534013,11776.5119526439,3828.804646026,101036.551635274,40678.6889109729,2680.75111352233,18629.9380351278 -1438,524.217919675614,1544.40672550957,547.347026332853,1390.01318955799,753.843243279323,5507.93409855577,170.298178152431,498.262322099258,4006.63365858622,13322.0484850061,1214.44948326507,3914.3738376843,403.451047841196,3058.4075812034,1615.01713068646,7432.78150397096,1872.77786548335,9114.93970034382,182.614184229154,899.799191212177,1465.29624502566,1200.95748563263,658.223551515837,1582.04276895548,360.259584537203,688.745026655369,1046.42732752591,2274.34256351263,1097.96373680281,1647.27723895567,442.95333442717,1412.92253735198,10566.0627177917,3397.20471088055,89015.5514327851,35635.2450028043,2413.48947514076,16255.5136899762 -1439,425.874031499464,1454.44409267711,456.943129357681,1309.04407427314,705.329610172095,5187.09358110057,141.219977909774,469.23823822493,3776.27579207889,12546.0310430738,1143.44414788978,3686.3591764477,381.867717071456,2880.2534759828,1422.27088520661,6999.8174522604,1611.0357135621,8583.98890868528,160.227201146209,847.385340038833,1094.12561077741,1131.00098030097,597.928017560796,1489.88781365908,297.998563218071,648.625209171578,892.947119399564,2141.86072333609,1007.76292591578,1551.32233603167,390.990672197295,1330.6189385985,10619.4176057659,3247.51627534346,78971.139028223,30080.0981217914,2438.87161943464,13522.9358201724 -1440,444.772596002929,1362.28301934654,500.44437924348,1226.09629544173,791.360189659878,4858.41259961271,141.870871089642,439.504885186275,4140.61803722204,11751.0498589982,1255.34693042067,3452.7724610188,425.002241864454,2697.74577207919,1452.06506352187,6556.27294424775,1546.42568902501,8040.06313301247,166.195855273375,793.690637811523,981.499727255386,1059.33492946597,638.870609616812,1395.48084350444,321.083008756939,607.524973165609,856.769600818472,2006.14138961876,1209.00781554821,1453.02255793075,409.539779107918,1246.30406517528,12292.3791319761,3633.63586417831,83136.4995169951,30099.1117792398,2775.15224952152,13300.1082226141 -1441,457.622994758273,1295.08584978445,510.744991917281,1165.61679192141,790.534485240653,4618.76226952539,144.938638754002,417.825480926069,4131.0415507227,11171.4072453169,1252.67997503372,3282.45797186538,423.979355328943,2564.67439299912,1471.45904923035,6232.87246250259,1575.81239838259,7643.47191227034,168.257561223538,754.540355813261,1037.94003489264,1007.08124365514,642.652968237978,1326.64612888942,328.296816834138,577.557662368038,875.118172084617,1907.18469617895,1206.84638926308,1381.34949013486,414.588296234624,1184.82777544389,12120.2544186761,3613.98713631461,83962.015187644,30768.7963271414,2734.34118702856,13650.2862616151 -1442,490.210427841927,1258.37762537592,550.684949423113,1132.57826958767,880.66674039634,4487.84696232189,155.500349814245,405.982535132173,4610.87117452031,10854.762194961,1397.78375833509,3189.41919465777,474.043034576972,2491.98064596396,1609.94318635893,6056.2064282768,1714.1718518662,7426.82350841149,183.658404464305,733.153482725966,1059.7251370893,978.536290982019,711.174970112113,1289.04335234908,355.512253742532,561.187229255356,947.004382982035,1853.12699504082,1349.18688384829,1342.19618838353,454.946550210431,1151.24473237867,13770.0149269403,4057.39483053682,92166.6340961872,33210.7516593161,3109.80296196382,14665.1109350579 -1443,561.513271428079,1252.70795343954,634.119035848372,1127.47539180175,1047.99285903168,4467.62678400346,177.840529512861,404.153364190414,5496.67638577394,10805.8556192624,1665.87729910719,3175.04913583231,565.951131760424,2480.75292508789,1883.04796802823,6028.9199421419,1993.24034618683,7393.36165087928,214.120874109635,729.850229678356,1154.55846710211,974.127455640523,840.791036233113,1283.23551472371,411.548634552074,558.658777206782,1095.80380655366,1844.7776554575,1610.44673881771,1336.14886847817,533.538081072315,1146.05775208004,16681.7287345181,4862.42426139974,108147.545094613,38331.6174396676,3770.94217434983,16847.2095368851 -1444,679.435653184812,1263.32412210847,768.246069411999,1137.03026761823,1253.77286955111,4505.48802640922,216.451093387582,407.578392562412,6571.77806644549,10897.4306631912,1991.89699343195,3201.95633081385,675.810398197513,2501.7762541139,2263.24853636601,6080.01248196452,2396.0201968391,7456.01725556399,258.196697372425,736.035400866936,1427.24002140696,982.382772728369,1006.05569848953,1294.11039152868,495.328460755329,563.393173432909,1321.60021404479,1860.41136377174,1921.93077883462,1347.47216351722,639.835077343104,1155.77010551964,19829.6353327398,5798.9139364488,129924.813692618,46290.1808043013,4481.0546617274,20363.1948174326 -1445,807.461361036329,1255.13781404338,874.000413628051,1129.6623405066,1231.24157259331,4476.29257900004,250.489300433354,404.93729498199,6394.68747138509,10826.8155906491,1940.86984118297,3181.20773551967,654.684091493098,2485.56480784474,2437.92088707914,6040.61415627287,2686.83555896831,7407.70245406174,278.155635738896,731.26591025652,2046.52001638087,976.016957436274,1034.35668381135,1285.72458922357,567.932376632766,559.742400049596,1499.13729741732,1848.35594562124,1873.08390752658,1338.74057829167,686.809578306653,1148.28074473675,17684.9135488119,5507.5991003286,137470.716365791,53084.9048813545,3974.99748681465,23948.0480261801 -1446,803.731223462384,1236.19069834032,864.387895897531,1112.60935809186,1217.95816513085,4408.7200523292,246.872652703466,398.824505059911,6324.85352511724,10663.3778187994,1919.71258926778,3133.18535075368,648.294326301745,2448.04360222513,2420.9512819107,5949.42718536352,2673.22541395407,7295.87840261456,275.023467463545,720.226979187514,2033.66856581757,961.28335128261,1026.54059588055,1266.31574640032,565.39840114683,551.292727114098,1490.59138401023,1820.45381920112,1855.84704365677,1318.53142488281,682.48774675584,1130.94670548888,17468.6287975627,5450.21673248617,136287.131185381,52730.7568199889,3926.02421182309,23816.4333136922 -1447,785.415405400854,1279.40747433011,845.371194820512,1151.50577549522,1196.89993544776,4562.84729755035,241.574229569694,412.767264310206,6216.98770478323,11036.1656185363,1886.90576671038,3242.72036798023,637.075422178376,2533.62631378625,2371.81000128394,6157.4169900778,2616.61841456802,7550.93965084904,269.378658422289,745.405851721612,1982.22243123584,994.889466674733,1007.12606139779,1310.58568308404,553.116642097761,570.565719804042,1458.3347566514,1884.09622082232,1823.53474220229,1364.62680264383,668.795566527508,1170.48418986983,17211.6384277839,5359.628176277,133637.75375714,51597.6676227162,3868.88872433294,23288.9121457038 -1448,764.134549254766,1391.4413241453,824.923536655877,1252.33965969674,1149.78504751002,4962.40205951628,236.734783450487,448.91204744317,5967.34919913965,12002.5693220085,1811.36105748456,3526.67560037339,610.699233244795,2755.48832070876,2292.08814417313,6696.6034057872,2532.6690131373,8212.15263872041,261.556362553741,810.678791671309,1957.89991018284,1082.0089335596,969.131431311319,1425.34971450839,536.127165485203,620.528437268773,1414.43222439892,2049.08083852709,1747.93936645902,1484.12305175026,645.479610607422,1272.97995651961,16385.2064177137,5129.4304721338,129085.497257655,50121.1360169753,3681.15783686531,22646.8272531037 -1449,741.104788537438,1494.3053500874,798.444915774845,1344.92042254169,1103.58580144279,5329.25378752483,229.373429326854,482.098427416669,5724.3194863086,12889.874148081,1737.73822114927,3787.38946890033,585.646356455923,2959.19121294436,2211.73494899056,7191.65811956032,2446.0952723167,8819.2462095461,252.421887312472,870.609226976159,1914.8384003477,1161.99778618306,931.931919432378,1530.72046027075,518.342707048753,666.40177174677,1368.60267386655,2200.5616813583,1675.94409518112,1593.83868937536,622.083378449276,1367.08657891106,15628.0502235012,4911.98436777336,124413.97075272,48507.5217666794,3509.75137439487,21939.8140321275 -1450,724.408087992417,1563.00671666584,781.189527456819,1406.7537492861,1084.44879295204,5574.26864879457,224.285416893918,504.263121390968,5626.70355791284,13482.4919613985,1708.03006187653,3961.51641843112,575.761283059693,3095.24137182541,2167.51789360118,7522.29786514502,2394.88959173067,9224.7150561591,247.339731066496,910.635881264432,1863.6156070568,1215.42116171152,914.612048212196,1601.09602806486,507.200619886991,697.039895612566,1339.36225076965,2301.73350326246,1647.44326798235,1667.11614639529,609.776891434724,1429.93900475344,15407.0166100165,4832.23296838277,121986.715711908,47457.6134587255,3460.77809940331,21451.9576355024 -1451,694.772070154319,1623.55070128946,750.083517346479,1461.24518330097,1033.40152517834,5790.19122402217,215.83083324762,523.796050035623,5359.53296207958,14004.7442187273,1627.0331085778,4114.96808729876,548.030226234115,3215.13736716824,2071.76068463472,7813.67849801466,2289.48755512012,9582.03982038579,236.911357540963,945.909897815427,1801.14508456702,1262.50121539347,871.923664753037,1663.11542457192,485.202163964723,724.040146009466,1282.55706917158,2390.89250452795,1567.61367840268,1731.69287102284,582.143303397177,1485.32853327779,14611.7050215587,4595.19636507812,116559.732767506,45472.5510553456,3281.20942443427,20563.3086995563 -1452,683.943772918678,1590.11121432372,737.396588761624,1431.14862443038,1009.9266516514,5670.93346150755,212.339223775995,513.007676642689,5235.67135790772,13716.2952892368,1589.52744950359,4030.21408386027,535.24017726898,3148.91674098325,2032.2659109887,7652.74394876941,2248.87081610577,9384.68318999261,232.42841626718,926.427450070716,1783.33979327679,1236.49808971169,853.63426050933,1628.86104217517,476.969829042248,709.127442016961,1260.52201981555,2341.64845032124,1531.3194432543,1696.02603219653,570.893005777462,1454.73594131935,14215.6955939929,4483.89901125297,114259.528424473,44708.3800843832,3191.42508694975,20234.6485665455 -1453,689.163240954402,1519.78994067606,744.500769293733,1367.85733188274,1028.55350347187,5420.14140357342,214.443330784346,490.320362140673,5335.39207907737,13109.7041616615,1619.65899161438,3851.98140120457,545.620916059321,3009.65866026429,2058.45262856013,7314.30806043074,2270.65925933017,8969.65380792463,235.37371076037,885.457008730334,1781.73607191238,1181.8150463194,866.434793172818,1556.82609138115,480.988166478906,677.766902922622,1273.17332346662,2238.09110164125,1559.77936010091,1621.02076863427,577.905947517775,1390.4015203725,14573.5095765056,4576.1117908607,115825.407202149,45115.7544840645,3273.04721193568,20389.045251907 -1454,695.755875236172,1454.73336219746,754.62043118404,1309.3044256702,1047.0152144085,5188.12522479163,216.925572973081,469.331563448487,5433.19750294715,12548.5262812204,1649.25714264777,3687.09234409311,555.474433708264,2880.82631996194,2086.00299402209,7001.20962253847,2300.47336074447,8585.69614952512,238.975094939921,847.553873674534,1791.42041207541,1131.22592130264,880.534870891361,1490.18413246253,486.941157626765,648.754212069722,1287.58407893802,2142.28671085064,1588.45064673786,1551.63087334178,586.38485870993,1330.88358094816,14896.965746294,4664.42340284122,117546.953609677,45651.4352338535,3346.50712442301,20614.2572036146 -1455,697.012877266486,1429.07520933541,753.606142864465,1286.21130498584,1037.82932766583,5096.61862052701,217.134473471119,461.053633409298,5382.81094416886,12327.1991199112,1634.08552588287,3622.06050977928,550.429017826479,2830.01516514321,2079.51317740017,6877.7243768004,2294.91940192419,8434.26420333065,238.036663131522,832.604971411985,1805.42890142145,1111.27369612892,874.755307951145,1463.9007094952,486.251777499936,637.311678904719,1286.99759233469,2104.50169723254,1573.62748929569,1524.26367109824,583.774024758489,1307.40985356352,14683.8566975991,4615.13151311243,116989.150543439,45613.6164441709,3297.53384943146,20619.0377190012 -1456,731.752198924576,1431.41828880255,793.51871676977,1288.32014801903,1100.8241418125,5104.97492141558,228.11247532464,461.809566543282,5712.34379254451,12347.4105174336,1733.99615854788,3627.99915846184,584.022618702013,2834.65519415066,2193.6036394256,6889.00093849755,2419.27184634089,8448.09283260514,251.278300633455,833.970091735961,1884.36466745644,1113.09571540598,925.880482732631,1466.30088806659,512.103997499638,638.356600752957,1354.10813916019,2107.95219072871,1670.1007437263,1526.76281941943,616.625081265566,1309.55345325864,15660.1250185655,4903.94549749168,123603.539224859,48009.3981340563,3517.91358689346,21679.9450102205 -1457,750.819493636495,1499.80145975038,812.834227622557,1349.86708898429,1119.7960094194,5348.85497762723,233.872895878571,483.871603043243,5808.0444236404,12937.2835760509,1763.17092674323,3801.3196257162,593.649340818757,2970.07522632163,2241.28030041482,7218.10930082757,2475.81778971884,8851.68371926237,256.772798069464,873.811359515394,1946.8755222748,1166.27165648717,943.82105734434,1536.35050603919,524.565873252899,668.852821806193,1386.69989943816,2208.65542760648,1698.0083719062,1599.70088629609,629.827205198834,1372.1147732865,15846.72124923,4979.50012216692,126186.274113369,49186.6787722158,3558.72464938642,22233.8705039195 -1458,756.195994404949,1667.77991639161,815.134230436947,1501.05282680595,1108.35861971672,5947.92920715164,234.921928977152,538.065446210488,5743.57737832413,14386.2653156716,1743.8338645389,4227.06918061666,587.022261512777,3302.72502432147,2238.8814274645,8026.54087844616,2478.22843308037,9843.07638671942,256.340144342179,971.678635622321,1983.2367933849,1296.89462101857,937.867079588126,1708.42247275629,525.991263541463,743.764646965924,1391.39176829581,2456.02585625197,1678.99191097978,1778.86812488001,628.19228440417,1525.792262032,15528.9055924462,4912.33337465308,125768.380950689,49354.9972683985,3485.26473689909,22351.26855386 -1459,755.198566484098,1688.8965464825,813.223512790071,1520.05843838516,1107.77325961389,6023.2390364881,234.333383095932,544.878173046114,5740.79918011134,14568.4173131113,1742.97877380314,4280.59030494392,586.753391650864,3344.54254589316,2236.7854697552,8128.16909268098,2478.22843308037,9967.70470306494,255.852647349523,983.981564872155,1979.39965911214,1313.31527922998,937.867079588126,1730.05369941971,525.991263541463,753.181838509184,1389.79988293506,2487.12287870105,1678.99191097978,1801.39130063262,628.19228440417,1545.11111248476,15528.4175916645,4911.35735011734,125679.70738925,49310.7290809316,3485.26473689909,22334.5657078127 -1460,736.766584206835,1616.1454150369,793.043118505593,1454.58019965807,1078.27964417481,5763.78119356432,228.571452339205,521.406928657774,5587.24029651169,13940.8662383531,1696.38881629398,4096.19902971258,571.016292787108,3200.47258797394,2179.79072461598,7778.03900371535,2416.09800287809,9538.3345343747,249.344562302492,941.595444588382,1934.51108662175,1256.74273622386,913.409962100673,1655.52967700012,512.930066013468,720.737677823357,1355.19731715257,2379.98724398939,1634.05878872042,1723.79433024967,612.13429837193,1478.55370144822,15093.3226146451,4778.25975348056,122451.068659399,48088.7232501144,3387.31818691598,21786.7259689504 -1461,664.165870073369,1576.80484444678,711.814397207894,1419.17248541947,956.297599149987,5623.47795178812,205.186770150399,508.714725411589,4950.58968093675,13601.514576532,1503.29826861065,3996.4884432887,505.67962432215,3122.56597350877,1949.61481460281,7588.70425101838,2170.17009345481,9306.15027696172,222.843006210169,918.674919176181,1765.79817560598,1226.15082545393,814.049394007809,1615.23040595924,461.570316077477,703.193321215619,1217.28975340136,2322.05306597261,1448.52385858028,1681.83334585986,547.737602333496,1442.56241890526,13246.8184643702,4223.49779099342,109370.96723521,43245.5275872317,2971.04534948775,19634.2319614229 -1462,593.997422966534,1583.40017435882,646.224994062028,1425.10848363535,892.943035198151,5646.99937390685,186.43414378556,510.842535620326,4632.92760730834,13658.4058755736,1406.36796593129,4013.20462720072,473.304149767039,3135.62678622755,1779.33738141421,7620.44566043667,1960.2513323512,9345.07527868511,204.409525931518,922.517477242399,1536.05713415054,1231.27946850971,750.04504521977,1621.9864591568,414.961712022166,706.134580536131,1098.81996287764,2331.76555899119,1352.73244190241,1688.86798036905,499.57624253683,1448.59625061556,12681.9014880355,3973.25885525921,100300.455225158,38978.3926202268,2848.61216200886,17595.7146010729 -1463,481.820838968184,1491.06553875486,533.614674183664,1342.00449346062,795.397240965866,5317.69940420298,152.210089826672,481.053187266487,4147.33174905142,12861.9275437692,1258.03053592694,3779.17800976223,425.117946271171,2952.77537482514,1513.17625992241,7176.06584755638,1634.70792911395,8800.12515519636,173.412841823342,868.721654506714,1144.03974678495,1159.47845263732,653.165605222419,1527.40169714523,342.364199580153,664.95694254101,911.145048778623,2195.79063193871,1211.33288324198,1590.3830792835,425.665443078164,1364.12259126914,11918.3410110709,3606.43415207999,85983.120040954,32120.4056640676,2685.367912037,14332.2762509117 -1464,453.709606963096,1406.39652720173,514.549629637363,1265.79979889296,826.16078208201,5015.73792726713,151.544310907559,453.736951452768,4436.28979468903,12131.5728655246,1283.02746132657,3564.58028870089,443.501405828734,2785.10429275208,1469.18972120642,6768.57845926882,1530.63043620184,8300.4168063222,172.631484370797,819.391962491091,996.168535060011,1093.63835912678,653.010200665702,1440.66936474228,322.94165100752,627.197873213074,834.221008404767,2071.10434716338,1161.39217234707,1500.07439746244,404.458083279185,1286.66193750304,13000.1902982626,3762.35931547581,85501.9798329788,30800.7809525115,2847.99708498045,13412.2573356899 -1465,476.153464770627,1359.8531587427,537.345427265238,1223.90934673688,854.920976598133,4849.74680461613,158.115531163844,438.720954394698,4588.08131083213,11730.0898876115,1327.12934753755,3446.61386133144,458.849478510736,2692.93388932234,1531.07678090347,6544.57873011678,1599.51724029247,8025.72232983001,179.65392576475,792.274957233359,1056.77837970798,1057.44542767022,678.247458963833,1392.99176900459,337.992434807227,606.441350322795,872.671215589499,2002.56309945502,1202.1501167834,1450.43084811725,421.369306749091,1244.08107251857,13379.2060853196,3886.79471414887,88925.0567156152,32210.5321446272,2930.15084704719,14056.3383835018 -1466,499.676034506473,1338.33155188451,565.724680492012,1204.53924370685,918.126518093743,4772.99267611356,166.00444847827,431.777572427144,4933.34751182944,11544.4445616074,1426.53619171308,3392.06630372296,493.955646804603,2650.31438729118,1627.07719687848,6441.00148019347,1694.84051880416,7898.70387962074,190.575110457404,779.736081220498,1075.44629654495,1040.70985249285,725.971978216141,1370.94569659119,357.226187052639,596.843554972399,921.097811762385,1970.86969531199,1294.04399822904,1427.47572072905,448.753193978449,1224.3917232897,14537.2508837313,4194.87107880802,94676.6239766592,33954.9292802716,3185.74032903262,14774.8482042621 -1467,543.175948623324,1353.11319266754,613.328133450859,1217.84317155976,1000.33107968195,4825.7095556484,179.531265509749,436.546481121556,5376.12390824062,11671.9509573947,1554.48868141932,3429.53109004087,538.614398728486,2679.5866518357,1771.43686149152,6512.14122880744,1847.05861338978,7985.94369940659,206.952796253317,788.348131531904,1161.25632954177,1052.20431302264,791.713141563964,1386.08755496816,389.242454094142,603.435588927549,1001.99316581292,1992.63761061313,1411.7618677995,1443.2419434566,489.224803140472,1237.91491834992,15868.6302359044,4575.87073525446,103063.389033921,36921.2995910017,3477.84259415882,16067.5805163984 -1468,664.253214330276,1398.55734087751,752.243249229756,1258.74429194257,1217.66124117597,4987.78044628308,221.026623304725,451.207843597462,6541.60913528643,12063.9520642361,1891.67742849726,3544.71149031416,654.651806176941,2769.58025592393,2159.71478172764,6730.85072980844,2249.13532749962,8254.15068389165,253.139594798431,814.824711262653,1438.28324306785,1087.54247172754,962.46124578981,1432.63914327674,474.173229266658,623.701902556739,1223.6243633655,2059.5601115511,1714.65642996238,1491.71305521333,595.225168435041,1279.49014599952,19245.8550027988,5557.8523255859,125680.314848419,45127.1801875794,4217.22645275951,19638.7028276448 -1469,879.077757958679,1510.82260518662,971.046172013809,1359.78645625158,1461.65828216826,5388.16051919909,286.964387149024,487.427286547172,7814.67609429689,13032.3519485441,2262.70071846691,3829.25325397897,780.921804831395,2991.90053580712,2718.29129008334,7271.15087633869,2896.91753374011,8916.72945781082,317.899325148564,880.232477467001,2096.74663797634,1174.84189054097,1184.43830458436,1547.64022859414,617.613655679963,673.767821839455,1582.83704688432,2224.88551761468,2055.38638420291,1611.45613297072,749.477815326016,1382.19762550222,22051.4809507892,6563.53131835296,156685.031195426,58611.5461483981,4819.6873745823,25885.3126020832 -1470,890.207299105996,1715.94319191985,980.721686557295,1544.40124476527,1494.93953891941,6119.69752646703,288.465065547271,553.604063796275,7998.26285138441,14801.7216078425,2315.42381875957,4349.14134111101,800.351179665331,3398.10334958911,2768.32851015371,8258.33675035218,2946.45285875171,10127.3313986666,322.459932414069,999.739427932162,2089.07191609831,1334.34722033896,1210.4323959586,1757.75945149389,627.460047856221,765.243585084745,1606.9545113514,2526.95263073616,2106.44935096813,1830.23948076753,764.079394793054,1569.85512212095,22710.9900067213,6734.7670394825,159568.200484705,59410.7060355843,4965.7385071454,26212.9227145388 -1471,867.699588697364,1849.32508631985,956.172618797067,1664.44902065349,1460.80393353643,6595.38742871951,281.457681911389,596.63623358161,7816.22878533411,15952.2734895902,2262.68068934415,4687.20422910307,781.912480369205,3662.24115104399,2701.2771121194,8900.26511111725,2874.09118297041,10914.5384889313,314.598016104525,1077.45012338634,2035.49403364217,1438.06729736381,1181.82547778085,1894.39176347471,611.910946442573,824.726695910723,1567.09279625684,2723.37505924881,2057.8224682677,1972.50573427754,745.66286191676,1691.88145207641,22208.9621671467,6581.62393720065,155788.627292687,57954.7609009337,4856.20015772308,25561.6873636448 -1472,845.316192345731,1938.18849609736,934.222570373467,1744.42880163966,1409.55244824268,6912.30770415146,275.988953155421,625.305681968523,7537.26329047705,16718.8090362469,2182.2875845868,4912.43285613181,753.263755887206,3838.2184513665,2617.71419303188,9327.93892117276,2788.37502006816,11439.0017720225,306.106450684249,1129.22354739793,2010.5436906333,1507.16902776188,1141.52792731774,1985.42070846771,594.290003559492,864.356302882099,1523.04447424249,2854.23814852289,1982.44606015226,2067.28819662027,721.853016011575,1773.17941092799,21297.9066429371,6333.19542623996,150928.750114562,56391.2179024926,4655.37985044881,24895.5394226136 -1473,819.202795126359,1973.94213361406,903.569585965556,1776.60816663595,1353.09999500023,7039.81859618069,267.175922221111,636.840655339409,7231.73939439433,17027.2198225026,2094.10884856829,5003.05218651013,722.572123727227,3909.02181827143,2524.69748705105,9500.01080563453,2691.75686843259,11650.016296014,295.249867399895,1150.05426095871,1965.88975675506,1534.97167709321,1097.58577711821,2022.04563554351,574.243649645449,880.301027557101,1472.82303568231,2906.89009458186,1901.58815100813,2105.42332794179,695.475517762471,1805.88913654965,20343.0714678645,6067.7821736953,145408.490449369,54535.919072628,4445.43134738936,24102.7863213645 -1474,786.57701175242,2003.15829343926,865.448117610549,1802.90360218053,1283.87828116389,7144.01438882525,256.191281308161,646.266483003117,6857.39516176773,17279.2383428237,1986.04573934625,5077.10196223849,684.980240180784,3966.87893791946,2409.71768915934,9640.6197066312,2575.17461209593,11822.447256514,281.826451236584,1167.07612219954,1908.31434885931,1557.69067025994,1044.36006562616,2051.97377145787,550.080504324443,893.330292740423,1410.39911445955,2949.91474264593,1803.45749514648,2136.58553042045,663.584250441934,1832.61795739072,19180.3133778543,5744.19001721369,138625.953730516,52248.103328382,4189.84186540393,23128.6208705968 -1475,753.003612797572,2037.34988171908,829.079919387895,1833.67707518857,1220.0319781944,7265.954426938,245.95237613466,657.29750215835,6513.29347904833,17574.1748963361,1886.62387332865,5163.76220297738,650.202792664846,4034.58895956152,2297.79340939192,9805.17390130024,2456.75248299369,12024.2427164028,269.242509988864,1186.99675772403,1843.70697877172,1584.27864298246,993.128715953797,2086.99858331846,525.183328348478,908.578404518367,1347.83144280774,3000.26636521689,1711.63658394493,2173.05456685158,632.07144750499,1863.89861997168,18140.4660940861,5447.17683430676,132128.065413189,49957.4436997746,3961.63697077409,22129.7482095559 -1476,744.088565817579,2018.31598487934,818.818886164526,1816.54598710217,1202.27533680976,7198.07240615915,242.974036636533,651.156714578679,6417.52656851948,17409.988550622,1858.95887614465,5115.51986720659,640.597678840521,3996.89590019252,2267.46684475927,9713.56927795707,2425.61388973844,11911.9064910477,265.698988587737,1175.90726640084,1826.39506496837,1569.4775543101,979.306551308309,2067.50084456675,518.680411417389,900.090030588293,1331.05901874789,2972.2364421292,1686.51922237801,2152.75285195041,623.676063791308,1846.48518776221,17849.4154804825,5364.95518043531,130349.612993381,49341.0225868297,3897.73960027773,21864.6418661196 -1477,738.207923383618,1994.56700860686,811.480517479626,1795.1711836181,1186.32354712733,7113.37464224997,241.233986577816,643.494730290765,6330.48306747942,17205.1299417172,1833.89075847461,5055.32693366308,631.821136767054,3949.86551119082,2243.46674076551,9599.27234525105,2399.79004093942,11771.742321148,262.906136627807,1162.0706848261,1820.75539848266,1551.00993800189,966.859684722757,2043.17312340277,513.409842755199,889.498915549975,1318.95236970467,2937.26294280148,1662.9610544151,2127.42199355932,616.40752510042,1824.75809783171,17559.7700816714,5287.22869446834,128880.038363333,48886.6556186648,3833.84222978137,21673.7544391449 -1478,740.610584209043,1941.11011179928,816.221509781546,1747.05834494158,1191.91254515215,6922.72728241522,242.350288457155,626.248264644369,6360.33744462732,16744.0108858587,1842.53700895974,4919.83783299348,634.525999204916,3844.00416277565,2251.83021348727,9341.99980992202,2410.9645294936,11456.2448664165,264.383271444108,1130.92573335854,1829.03658737437,1509.44092686036,971.398288075726,1988.41352177172,515.795968279324,865.659229275299,1323.52231110193,2858.54061291609,1670.80566926451,2070.40441656885,619.28913974267,1775.85229275539,17643.381464285,5311.7280467434,129460.209366705,49098.4187313449,3852.09862135176,21766.7005992828 -1479,746.363521440801,1911.60468525965,821.027559714565,1720.50256052534,1196.51189586678,6817.49985608653,244.146728836234,616.729112662356,6383.98804269005,16489.4971515947,1849.45701371625,4845.05489673143,637.121288050134,3785.57420470506,2265.50164080651,9199.9987521513,2424.52389045505,11282.1066816368,265.747396719922,1113.73534011677,1844.84942913786,1486.49699487388,975.730536842112,1958.18906992819,518.837553444734,852.500962445158,1332.8059443255,2815.08998146954,1677.06676709522,2038.9336797729,622.420214597987,1748.85883213168,17686.6337725998,5330.05495542163,130119.929233728,49407.1661146217,3861.22681713696,21910.9352035001 -1480,770.134719290645,1881.66535023063,846.811079512008,1693.55624522539,1225.48567754087,6710.72494921087,251.707659952112,607.069971487129,6535.39138607384,16231.2405238053,1893.56390720792,4769.1721983337,651.807405972255,3726.2849723309,2328.47901467509,9055.90941870744,2498.45293918108,11105.4076107571,273.407498014586,1096.2921439693,1920.77242486937,1463.215648112,1001.44908958363,1927.52013556806,535.159971020177,839.149189390813,1372.85932665879,2771.00036255306,1717.02079131485,2007.00013252257,640.144320792358,1721.46840413294,18026.1868032279,5448.9562386507,133718.653908721,50949.7024690196,3934.25238341851,22621.0035347567 -1481,783.535824915981,1913.10888227601,858.76196819028,1721.85638374942,1226.3400261727,6822.86438726896,255.666503390484,617.214402376449,6533.83869503662,16502.4723512309,1893.58393633068,4848.8673571088,651.369111601684,3788.55298450604,2349.71083306496,9207.23801599083,2529.25140663514,11290.9843075077,275.958137617428,1114.61171240679,1982.02502920354,1487.66668459151,1006.12486347704,1959.72992310729,542.711202660915,853.171775513382,1391.71409396402,2817.30510993389,1716.92349765608,2040.53806899694,645.649541735807,1750.23496824267,17868.6759118218,5434.24342465448,134721.582951148,51681.6139551587,3897.73960027773,22995.2889642744 -1482,788.401608022728,2025.48985383207,860.321708382986,1823.00268811217,1212.62026250842,7223.65711566,256.525019770659,653.47117523453,6454.74225796674,17471.8703259567,1871.12271273597,5133.70238640942,643.47818467741,4011.10240086957,2344.76191911801,9748.09502793151,2529.45628047564,11954.2459744508,275.191274900115,1180.08689173846,2018.68391220254,1575.05607936922,998.766479958066,2074.84953537121,543.680946356892,903.289295705091,1395.25586192892,2982.80091017687,1696.43507007178,2160.40456107981,643.387303562234,1853.04830417183,17501.7815182365,5355.78075480387,134132.772704327,51803.8554454597,3815.58583821099,23097.6087486469 -1483,774.173809728278,2027.83293329921,841.099151604561,1825.11153114537,1170.35389148598,7232.01341654857,251.182882034436,654.227108368514,6223.46613199445,17492.0817234791,1804.56461021096,5139.64103509198,620.129611478491,4015.74242987702,2283.23390007148,9759.37158962865,2473.78871154526,11968.0746037253,267.789407542495,1181.45201206244,2010.04610163712,1576.87809864628,968.715079674247,2077.2497139426,532.720062432245,904.33421755333,1365.06111453539,2986.25140367304,1636.72356824047,2162.903709401,626.716992177411,1855.19190386694,16716.5075881556,5150.78184337368,130413.384122385,50729.1601316047,3642.15011829231,22673.1814902181 -1484,749.831329613726,1913.31137065966,813.108601210728,1722.03862947483,1122.0713481228,6823.586536852,243.054593059541,617.279729942413,5963.11197439288,16504.2190155131,1729.35024263945,4849.38057374941,594.019132443377,3788.95397473578,2200.61767889528,9208.21253383508,2388.89004810555,11292.1793744396,258.135531861284,1114.7296857883,1962.5008000129,1487.82414307448,931.099540060785,1959.93734598227,514.981263028654,853.26207741695,1319.31378375311,2817.60330078087,1568.43650158713,2040.75404481473,603.849033167217,1750.42021763073,15926.44428626,4927.35666577002,125570.381222888,49047.5471723005,3468.71439837362,21949.4995140827 -1485,675.668107031059,1818.92292510891,729.460595231068,1637.08614766397,994.339597944016,6486.96190995061,218.059788334499,586.827773678147,5278.98093039492,15690.024524333,1531.35711526684,4610.14847527377,525.621529940287,3602.03537830505,1967.17171620694,8753.94832953572,2144.89117267926,10735.1078625162,230.55422336958,1059.73727636434,1791.23735569298,1414.42604892671,829.255904475796,1863.24872420277,463.220532152867,811.168520471735,1184.70313998719,2678.60386774678,1389.54523024012,1940.0785327181,540.075046654127,1664.06760093886,13965.4129763934,4351.11179199639,112085.573443071,44083.7784901203,3039.68919646952,19774.5515648612 -1486,592.405061955504,1739.28719142502,646.720110179485,1565.41155679853,890.864846005273,6202.95099121011,193.946517287999,561.13539295226,4734.81959604055,15003.0868881829,1373.10269061713,4408.3078413733,471.129490598742,3444.33175813133,1741.58656932963,8370.6846473697,1886.65068878966,10265.1054347025,205.281513819791,1013.34006274387,1553.93795290685,1352.49991968122,736.902783545822,1781.67232690789,406.518014226552,775.654096315927,1043.10479391085,2561.32974836993,1243.00660241029,1855.13838752304,477.380499334536,1591.21171327533,12656.5878647877,3909.94638831869,99521.7026283813,38815.1605467406,2756.71512712851,17350.7071444071 -1487,489.867051111061,1612.58740807375,546.505409620885,1451.37788479785,825.715741807156,5751.09200518438,161.872979423414,520.259031033255,4417.09270576273,13910.1748793412,1278.75941617158,4087.18108829805,441.081760382543,3193.42662314464,1524.44989552417,7760.91534845675,1612.39634965154,9517.33552006918,179.282510591059,939.522485610096,1160.4726025331,1253.97596823085,664.286926226071,1651.88496405309,343.130649391937,719.150945805037,884.564276964962,2374.74760954342,1157.98190416273,1719.99933001454,418.720056063942,1475.29860799178,12525.3767725123,3710.74743568805,88011.1221511941,32735.0834382646,2738.45873555813,14411.4869581874 -1488,439.153936156854,1516.92618000056,495.650195378974,1365.27985987039,800.169327570006,5409.92815805064,148.348951574889,489.39644487164,4319.40600886512,13085.0013693606,1229.39358774058,3844.72306071667,429.05279159164,3003.98751987361,1418.14284380184,7300.52561113869,1477.53836367151,8952.7521683227,169.192354657985,883.788530150777,983.587656343472,1179.58813629402,648.977980558478,1553.89254298755,316.598172033166,676.489777609581,809.080802294569,2233.87383640379,1137.15380900782,1617.96625734482,391.654746133299,1387.78156804183,12708.6778890009,3663.01522298398,83004.6250021342,29863.4090380938,2758.52282780044,13006.1256860983 -1489,460.783078706752,1458.81205317487,517.49226659965,1312.97537203497,827.722574597824,5202.6713678127,154.742067068631,470.647446113308,4465.49595562472,12583.7090592147,1271.20125310813,3697.42998442468,443.734239611981,2888.90340173105,1477.4637630573,7020.83917889599,1543.65065605261,8609.76819071828,176.017967632904,849.930192543173,1043.37377270291,1134.3975822259,673.791183298145,1494.36221810606,331.258124753946,650.57314880417,846.160221988763,2148.29312116997,1176.60147012494,1555.98123953797,407.909750274603,1334.61502960718,13073.4403358385,3782.65797623359,86300.2863771428,31222.3508644689,2836.84051060865,13627.6910883408 -1490,479.939118610257,1431.93897281682,540.119055935071,1288.78877952358,877.550761303914,5106.83187605671,161.16963054919,461.977551583584,4738.97616055683,12351.9019364159,1348.65250474286,3629.31885737889,471.396427627066,2835.68631109047,1553.92268494714,6891.50683959647,1620.47963820556,8451.16585949278,184.823425449115,834.273451626314,1060.52254950869,1113.50060833622,712.848007776663,1466.83426076309,347.099856292507,638.588805469085,885.2937667426,2108.71896660207,1250.10431980966,1527.31818538049,429.87086370189,1310.02980846121,13989.0199222782,4026.57426809821,90891.3534363266,32632.5045411963,3036.98570000742,14213.0986545643 -1491,521.70341527907,1448.16695839568,585.527308107698,1303.39446183641,956.097421460997,5164.70696403992,174.292660659191,467.213085490529,5164.19880867043,12491.8844987324,1469.57503834099,3670.44947481212,514.00727333819,2867.82278997409,1691.73942623058,6969.60742609677,1765.98785356125,8546.94186691765,200.69896158011,843.728168481455,1145.13506333439,1126.11977169246,777.396648749354,1483.45771028303,378.204027637702,645.825852663627,963.014637064673,2132.6168153439,1363.81573017352,1544.62709166575,468.632538776377,1324.87621270271,15270.1748447806,4392.24728754669,98939.9723438538,35482.1557103314,3315.4485722144,15456.2650711025 -1492,636.711379861279,1494.8838891281,716.504830953534,1345.44112533582,1159.69543336645,5331.31707490694,214.116641013847,482.285077863784,6260.95359770793,12894.8646243742,1781.93135611445,3788.85580419114,622.451066307746,2960.33690090263,2056.73557357853,7194.44246011646,2144.94461778692,8822.6606912258,244.803916826427,870.946294247562,1417.84242858175,1162.44766818641,941.967949388458,1531.31309787765,459.624070118657,666.659777543057,1173.21851645362,2201.4136563874,1650.3901898923,1594.45576399556,568.519397443092,1367.61586361038,18440.5839502322,5314.34697415433,120293.735821346,43267.5783241496,4002.9037879754,18851.6442590284 -1493,845.279612393301,1591.06580121555,928.190263797444,1432.00778176783,1397.97720461979,5674.33787668181,278.814330768883,513.3156490657,7510.76713079067,13724.5295533371,2140.78825650671,4032.63353068957,745.698897507562,3150.80712111348,2598.86180321239,7657.33809853343,2773.09197250611,9390.31706985992,308.516993405799,926.983609597234,2067.89828591525,1237.24039305348,1163.45157045289,1629.8388916397,600.579454644585,709.553150454641,1522.90534722391,2343.05420540039,1986.56870749597,1697.04420262634,718.673477083959,1455.6092587629,21220.4380855519,6302.87184458442,150550.466308267,56384.8106070405,4594.63739141524,24927.5535104687 -1494,861.844376569241,1788.60754222875,945.024408416777,1609.8013778207,1448.49061180168,6378.84587528281,282.396076110974,577.047310527023,7790.33345170049,15428.5241087363,2219.76655633134,4533.31266533756,774.60471197744,3542.00145375894,2673.1132394485,8608.04918688398,2845.21791120249,10556.1893934489,316.068646920183,1042.07498796175,2062.50396994093,1390.85228082639,1202.89513606173,1832.19457798501,615.126828805753,797.649044775997,1558.88569641703,2633.96046878024,2063.08868518261,1907.74388965817,740.12482360921,1636.33314019589,22212.6898473122,6559.60315893181,154947.22760869,57612.473053218,4812.18651032694,25424.4148416736 -1495,840.18569074905,1926.41525215295,921.537996488394,1733.83252276033,1415.83124157904,6870.3198969884,275.585245221608,621.507353607549,7615.33059349766,16617.2530639356,2169.84566059343,4882.59299768036,756.988985572112,3814.90375198052,2608.95594812102,9271.27771374187,2775.8924207197,11369.5172205386,308.434621659485,1122.36424330132,2009.66082044,1498.01394884926,1174.78736660856,1973.36055932322,599.998463807643,859.105896314724,1520.50444656775,2836.90049428252,2016.07173381457,2054.73075533362,722.452239797375,1762.40849065677,21729.5731599366,6412.49433953092,151313.7243327,56211.0287031826,4707.76293324933,24796.8574812728 -1496,817.429717632278,2006.0799119471,898.989354661425,1805.53314800785,1362.74737857711,7154.43397709593,269.824712971037,647.209066584215,7324.67608952196,17304.4402166392,2087.47184337411,5084.50694621186,727.368935951135,3972.66465488518,2523.41626836728,9654.68060888449,2688.58025618685,11839.6903674682,299.522669974591,1168.77830979492,1984.58953837309,1559.96257154035,1132.14410279235,2054.96658763616,581.791475528508,894.633220384949,1475.40797022406,2954.2172111712,1937.25582231881,2139.70175336184,698.018222291626,1835.29084178515,20773.4430774383,6153.64277670566,146293.784822831,54609.4817347544,4498.91577909409,24117.013471167 -1497,789.748630168163,2024.82453646059,866.341847577971,1822.40388217179,1300.47909989924,7221.2843441768,260.32060283216,653.256528035077,6985.32493662638,17466.131300003,1991.16213769894,5132.01610722553,693.478559566676,4009.78486471848,2422.85571585074,9744.89304844556,2585.22018944412,11950.3193354233,287.602117945127,1179.69926584764,1939.58955085303,1574.53871702911,1082.8132034901,2074.16800471013,560.103639542772,902.992590165554,1421.47013435507,2981.82114261227,1847.06612276205,2159.6949279601,669.438837585866,1852.43962907794,19695.6779851936,5857.84611970413,140270.905064257,52622.4576070871,4263.96273066944,23273.8303149221 -1498,757.805018923742,2051.72654573481,829.153677428767,1846.61651159067,1232.28208184127,7317.22700730674,249.429394931974,661.935755720833,6614.45143385454,17698.1879635591,1885.83910915251,5200.20055601406,656.474088997529,4063.05924364657,2310.24434802085,9874.36461422572,2471.16152122814,12109.0924023249,274.246251478971,1195.37286127241,1882.58336314095,1595.4581865463,1029.02388053049,2101.72559594544,536.095238419303,914.989834666381,1360.13015292851,3021.43789882408,1749.29389783129,2188.38883794355,638.095874746766,1877.05131625579,18537.0621225858,5537.10376953598,133584.832729467,50375.386678636,4011.60575273187,22317.8020681221 -1499,728.224789569393,2084.00895461916,797.916068527668,1875.671664873,1179.64343634145,7432.35819505712,240.458364448644,672.350828219539,6330.09985563446,17976.6559404634,1804.92405592012,5282.02188887093,627.917850031646,4126.98849391503,2215.28273937206,10029.7304823587,2369.09396904552,12299.6200693587,263.453593341336,1214.18117447432,1819.85863157365,1620.56154822138,984.924887146232,2134.79470312839,514.139252816517,929.386527066313,1305.78016562162,3068.97800297258,1672.72097965234,2222.82152752945,611.260534370276,1906.58533881558,17695.4144572405,5293.20995988439,128079.694710124,48382.0340956639,3828.86449284603,21439.1894102006 -1500,716.357245903302,2057.07801923467,783.823572764591,1851.43300107203,1152.22758502311,7336.31237056015,236.368693780565,663.662268283003,6180.53323133018,17744.3497603538,1762.48943486356,5213.76412545137,612.974220383308,4073.65683225599,2171.49444942611,9900.11970360193,2325.4378867791,12140.6762833412,258.264221479292,1198.49072617641,1801.56477504484,1599.6195852586,963.603255238127,2107.20748087502,505.035758676949,917.376382651069,1282.47797451275,3029.31864924895,1633.31302390446,2194.09676471283,599.043525617401,1881.94718817288,17216.6326995197,5162.85535447704,125460.733795492,47531.4383913155,3724.44091576841,21082.0386081355 -1501,710.739997718629,2013.1959258734,776.855472391504,1811.93777772829,1137.01182270285,7179.8123538558,234.688538540815,649.504861833254,6097.05436476729,17365.8229346631,1738.84498364448,5102.54282904092,604.613382656043,3986.75658454378,2148.66714714184,9688.9279194017,2300.82748573089,11881.6883960792,255.563041679588,1172.92422775149,1796.01177251002,1565.49610752636,951.391841209901,2062.25601353022,499.926216124153,897.806684421589,1270.89557086464,2964.69648006314,1610.57868290554,2147.2917538321,592.09878968019,1841.80102869803,16937.9291770603,5088.32306656152,124054.023224324,47096.5280309454,3663.52716247313,20899.1620161619 -1502,713.706883635152,1970.58661503457,782.257379565334,1773.58809750114,1144.44839874403,7027.8515573838,236.013307343533,635.758085280854,6137.27226905431,16998.2751277729,1750.28544720655,4994.54746173621,608.349290068128,3902.37684367187,2159.61421962833,9483.86166822017,2314.30844711914,11630.2123486404,257.34931532483,1148.09927536194,1804.42404697245,1532.36236758318,957.400862941434,2018.60834547147,502.804576744899,878.804597442348,1276.72111864186,2901.94865098287,1621.19157140452,2101.84430352445,595.698599374304,1802.81929248127,17058.1331731403,5122.13819209846,124793.982545007,47351.9521726354,3689.63305674254,21009.1265402414 -1503,721.252816980352,1939.11415687893,789.459922463775,1745.26192459502,1155.14065108105,6915.60895795869,238.485151730454,625.604322140754,6194.66447238493,16726.7937837937,1766.64847635321,4914.77898833009,614.310268761804,3840.05154876579,2181.67895011688,9332.39385796017,2335.70565006564,11444.4649327739,259.731013518486,1129.76285405131,1820.75882669602,1507.88883765808,966.317710256154,1986.36892691419,507.445707020366,864.769111405362,1290.01750388296,2855.60130609021,1636.35662215253,2068.27551421691,601.225755640985,1774.02626490668,17218.9972330705,5170.67810871603,125978.685679037,47805.4917419398,3724.44091576841,21210.0318586273 -1504,735.563920022543,1919.21245708995,803.002142637461,1727.34978736824,1155.75805273789,6844.63202612051,242.727361287491,619.183560700917,6190.75417528444,16555.1217720474,1766.15808907016,4864.33716384651,613.338880030412,3800.63996857253,2203.49286535642,9236.61275079084,2370.56572610179,11327.0070180196,262.621058933188,1118.16776509056,1892.47179996723,1492.41293034455,971.458381220917,1965.98223750069,516.103984236533,855.893731283509,1309.9637397771,2826.29342872301,1635.6618982059,2047.04819337105,607.410190449139,1755.81891078228,17029.1543301418,5151.30635135057,127074.15333978,48621.3216978693,3680.93109198607,21629.7606327348 -1505,744.603841798726,1955.57355975762,809.419967421157,1760.07588954074,1144.17536539663,6974.30936689889,245.164757687595,630.914516769697,6120.75612044257,16868.7725511497,1746.87753194965,4956.49614414667,606.051909053646,3872.64630616667,2206.38269307243,9411.60818878535,2383.81318009808,11541.6067428068,263.022912285551,1139.35239879588,1951.44391924445,1520.68795512482,966.810220551293,2003.22943320146,520.165822780075,872.109361669214,1319.69809408452,2879.83994732292,1617.53265994831,2085.83125214594,607.776794935733,1789.08438456812,16639.2172311136,5075.8460920267,126961.803299267,49022.9868733111,3593.91144442139,21871.0350535082 -1506,749.410783064897,2067.1156516688,811.062686613748,1860.46717661979,1131.18744865852,7372.11033559071,246.028069450615,666.90064711314,6045.32237895671,17830.9343521931,1725.8650740303,5239.20499225381,598.58512227718,4093.53447888031,2202.05807754712,9948.42791637243,2384.44134907954,12199.9174229064,262.30893280727,1204.33883172836,1987.62806114091,1607.42502252503,959.640975428802,2117.48972294737,521.170534291505,921.852774332234,1323.33213298946,3044.10038666615,1597.86838744361,2204.80298812448,605.706285947726,1891.13025948019,16286.2368827696,5000.89296369401,126414.348252252,49148.1591460358,3515.59376161317,21973.044247703 -1507,745.1187160143,2076.48796392555,804.877682840289,1868.90254370175,1120.1525860836,7405.53551913115,244.223256293682,669.924377838571,5984.88711763722,17911.779893875,1708.73852078869,5262.95957276064,592.536749707505,4112.09458379696,2185.17089016174,9993.53413615297,2370.52954950459,12255.231906884,260.065206084797,1209.79930975472,1982.5648278074,1614.71309526941,951.887985057936,2127.09043148436,518.381556876442,926.032459222537,1314.6281572768,3057.90235238669,1582.71657181869,2214.79957542361,601.525128143855,1899.70465312658,16087.0318718684,4948.48120437612,125413.313775056,48845.6098215916,3472.08393783083,21854.2071989895 -1508,717.121104901812,1957.7141480352,772.152028248385,1762.00248432313,1059.3921440668,6981.94350819749,234.656817196214,631.605121432463,5654.2315191524,16887.2372601861,1614.85595580433,4961.9215690769,559.535396226142,3876.8853393878,2085.54349495649,9421.91021913422,2269.95184267685,11554.2402885892,248.251147924017,1140.59954410357,1933.97091455776,1522.35251373697,904.107683829858,2005.42218602357,497.251516373718,873.063980362559,1260.62162950149,2882.99224584004,1495.55723538691,2088.11442165653,573.78197499887,1791.04273230815,15048.5794331255,4662.04312168992,119489.056706252,46868.6272121104,3245.83285416266,21015.3407952486 -1509,646.498255986273,1849.20937907289,693.080351382439,1664.34488059974,939.344308249041,6594.97477324447,210.614698214253,596.598903673238,5008.35242190496,15951.2753991723,1430.84016210738,4686.91096346725,495.393100897904,3662.01201456365,1865.40794661775,8899.70824570683,2039.28565372184,10913.8555959074,221.839480056437,1077.38271025902,1765.31499938793,1437.97732139952,805.63562223762,1894.27323652819,447.493440720971,824.67509500173,1132.59364615043,2723.20466506941,1325.72454915698,1972.38231995206,513.493022967416,1691.77559564995,13201.2131499929,4119.07164670035,106718.870545164,42146.8762085745,2845.54247536512,18942.2038576225 -1510,567.557162402175,1760.25918815869,615.498341722415,1584.28699394191,844.347082458023,6277.74500370451,187.629444886129,567.901457628733,4507.47150142944,15183.9912786512,1287.25395185625,4461.46238543371,445.562565895201,3485.86286049174,1655.0253721565,8471.6167832175,1796.87994442402,10388.8801389082,197.971603976063,1025.55872599324,1531.723536485,1368.80810848276,717.91561155267,1803.15539560672,393.36068530479,785.006787035779,998.874182769851,2592.21377912776,1189.90734612543,1877.50729611701,454.872184833514,1610.39824383677,12021.0613399887,3715.34216454454,94982.353613281,37169.6040791295,2593.18549742754,16643.0960727567 -1511,470.970921995253,1624.56314040182,522.342276668974,1462.15640940258,789.684047832964,5793.80196193049,157.269673399101,524.122686960194,4245.06403736694,14013.4775159347,1209.75921174297,4117.53416339011,421.154063482883,3217.14231276035,1457.27547324004,7818.55107373188,1543.1836412687,9588.01513848495,173.982523066744,946.499763088222,1144.49346233248,1263.28850562645,652.476818495832,1664.15253607257,333.625080599538,724.49165427598,850.962023301098,2392.38345463077,1119.11721661178,1732.77274711899,401.443339859563,1486.25477765106,12053.3020444643,3563.15318581174,84556.2825484501,31487.6763536342,2610.58942694048,13876.2429290399 -1512,391.78664795293,1526.55883286148,454.951034868452,1373.94954144193,760.877625926072,5444.28181390818,145.194417979405,492.504167664595,4145.16496335167,13168.0926084318,1200.86952877395,3869.13748712617,413.768158284888,3023.06318048187,1406.37649625956,7346.88477471668,1412.16469884634,9009.60315746397,163.271551963876,889.400687304927,883.651362138065,1187.07865441256,574.842196813981,1563.75993643564,303.391828305885,680.785564232285,784.581752273424,2248.05918799497,1030.67539102778,1628.24052612808,375.928459466903,1396.594138006,12106.3036227817,3473.65050301809,79250.5670030136,28699.2368394025,2622.25279378075,12471.9575041605 -1513,419.497115361363,1464.62635846847,475.160163776005,1318.20842425672,787.172162953222,5223.40736297319,151.469306394767,472.523279214219,4285.76767330862,12633.8632418846,1241.79290796995,3712.16662351698,427.966816714671,2900.4175418184,1465.33653355187,7048.82174341792,1475.6957326572,8644.08366039032,169.884631355009,853.317711591247,965.794877796593,1138.91888697727,605.487390204898,1500.31821369601,317.514111263233,653.166101676153,820.689526340964,2156.85545244453,1080.49300728582,1562.18282660197,391.606235328434,1339.93432979713,12463.819153174,3595.49580107814,82563.0326830232,30064.7839663112,2699.62025789036,13105.004368486 -1514,427.471397996291,1440.47240542869,495.65343189354,1296.46912932185,834.393159826631,5137.26529989792,157.72497345541,464.730639794376,4547.52522780066,12425.5113044154,1317.30128557908,3650.94725669224,454.587770109969,2852.58517235723,1540.97894870278,6932.57577502341,1548.69314884448,8501.52935662692,178.336765704519,839.245183253481,925.471955985996,1120.13635370309,642.40739855531,1475.57564678206,332.602206829516,642.3943828307,858.428487649433,2121.28557142286,1159.70373309395,1536.42001657529,412.590670700822,1317.83674109051,13358.7065225274,3834.43555910001,86935.0300288793,31360.1612218585,2896.76440186919,13626.0630720542 -1515,480.365700012149,1456.17970699329,537.237497320566,1310.60618013012,909.039419386082,5193.28343323999,170.553906660254,469.79818866102,4955.40778368727,12561.0024477495,1435.3787173718,3690.75817520842,495.669371583627,2883.69053430104,1677.61543464409,7008.1704604248,1687.7114967744,8594.23233716415,193.641072579911,848.396540218269,1016.47632574882,1132.35062412909,732.605897422063,1491.6657236055,362.397785501514,649.399225309114,933.753621072963,2144.41664429132,1326.92968355781,1553.17355689948,449.784550437725,1332.20679012943,14641.0914244345,4219.04453987375,95138.617089905,34209.8673100294,3179.86664114351,14894.7473186538 -1516,602.122327815454,1508.16133008887,657.614183294953,1357.39122743924,1102.72152971301,5378.66941325243,209.554238474322,486.568695938851,6008.27189110756,13009.3957963217,1740.56205044435,3822.50812301997,600.274386887225,2986.63038008959,2039.66297902283,7258.34293138688,2050.05413357692,8901.02286858056,236.227857854918,878.681970634185,1352.65073906747,1172.77243681665,882.760155525506,1544.91410020124,440.454346488578,672.580997178657,1137.68432047749,2220.96643909212,1579.91845146722,1608.61759450626,545.694142654891,1379.76291999259,17634.4512362946,5088.52014882651,115639.644963566,41809.852998693,3825.19123233006,18242.7826281184 -1517,804.815895292872,1611.69067620835,854.094910114886,1450.57079874998,1330.60177788396,5747.8939227511,273.14321002077,519.969724017056,7213.26267292078,13902.4396725517,2092.27418599332,4084.90827784252,719.633773263275,3191.65081403287,2578.93036097654,7756.59963814996,2654.83794095138,9512.04309499392,298.068305613838,939.000033464627,1977.35079199317,1253.27865396216,1101.90597208152,1650.96637949896,576.481069601145,718.751038447516,1478.66919006796,2373.42705362001,1928.98981580944,1719.04286824387,690.790948591537,1474.47822004497,20327.0450608328,6054.61229237507,145104.595929041,54586.6536544369,4400.58206567106,24144.2232222564 -1518,835.365707250402,1833.01031960429,869.086853878816,1649.765232669,1378.38928546635,6537.20284662829,276.582855444543,591.372702017073,7480.49458069437,15811.5423534093,2169.19683125952,4645.85366066505,747.430506742615,3629.93281841096,2652.30675354019,8821.74687218312,2723.14080250097,10818.2503075984,305.280290967544,1067.94484627702,2024.18210499023,1425.38065148887,1156.519090143,1877.67941802631,590.285938036956,817.450947721606,1513.26198258794,2699.34941383941,2030.87745553572,1955.10426649997,711.242283243943,1676.95565487331,21295.7849156616,6316.61568445525,149600.61394201,55865.1122001257,4614.3462707063,24693.555688759 -1519,824.142896728464,1977.70263176677,847.431359080365,1779.99272974697,1347.28744256961,7053.2299441506,269.907144687482,638.053881435146,7312.35232078344,17059.6578700005,2120.3921881214,5012.58335167699,730.420219592463,3916.46877888704,2588.60961613642,9518.10899224141,2656.69200891953,11672.2103938116,297.897410587866,1152.24519495328,1960.47783902904,1537.89590575112,1156.02903821068,2025.89777423981,575.747695181848,881.978062730314,1475.95986951304,2912.42792400688,2037.726650437,2109.43430698751,694.237484450448,1809.32948196117,20886.0078576785,6206.2099775858,146495.346629846,54575.1220291448,4530.08904050243,24136.6320685701 -1520,781.749510148542,2056.32592072649,827.043747933822,1850.75608945999,1296.95637619448,7333.63010496894,264.313544123176,663.419623425956,7034.05186105657,17737.8621605357,2040.06248921477,5211.85789526268,701.901427912263,4072.1674423555,2503.9300447887,9896.50007168216,2573.59238039221,12136.2374704057,289.348071332008,1198.0525400314,1902.43320900984,1599.03474039979,1077.06950675795,2106.43705428547,558.375212438967,917.040976116957,1432.40200236121,3028.21108501677,1885.80634318608,2193.29457010081,670.861256923133,1881.25912011738,19896.9834751253,5913.07798816732,141045.342529871,52887.8379485274,4308.31266674222,23390.6205469463 -1521,733.629198675513,2073.39278595023,797.274755278951,1866.11678905652,1237.86046414363,7394.49695265137,255.036966199942,668.92579984754,6708.88383134406,17885.0808965346,1946.09166390948,5255.11469388939,669.261059268812,4105.96516488901,2404.34320583908,9978.63794253606,2475.12550243541,12236.964464674,277.877092874857,1207.99600328574,1792.85234015791,1612.30623113354,1005.52025642674,2123.91982632342,537.660769056493,924.652130840186,1380.25780596441,3053.34429465835,1757.16707765449,2211.4982324904,643.499663948935,1896.87298537598,18834.7593443252,5605.35405562799,134835.961642522,50829.3715848409,4074.49214817621,22478.9333040602 -1522,697.828929000015,2091.90599596981,763.30873455638,1882.77924311296,1173.10977591879,7460.52200878216,244.399121709831,674.898601481657,6353.39113688072,18044.7757990626,1843.30103350301,5302.03732363141,633.610983001286,4142.62710176163,2292.7841549901,10067.7366512763,2366.41379152563,12346.2276465813,265.016238931259,1218.78213308381,1724.12170778263,1626.70242469373,947.546604462209,2142.88418950434,514.71835191429,932.908298802807,1320.91099202345,3080.6074377406,1650.20656106856,2231.2445784377,613.481160676816,1913.81005981584,17715.7695987545,5290.58656378901,128294.086727995,48625.581078946,3830.06501038392,21529.8626437937 -1523,669.627605769854,2121.78747597239,734.669136879429,1909.67348712333,1123.06311277768,7567.09058291684,235.625810741156,684.539077250072,6080.54106135736,18302.5333695413,1764.26989858819,5377.77338565537,606.069892501419,4201.80176311733,2198.60344926724,10211.5475452629,2268.80263724645,12522.585262669,254.606676181697,1236.19162185023,1665.05374296124,1649.9387823825,905.24015585086,2173.49385895407,493.665428030601,946.234270776993,1268.19867754632,3124.61185750134,1574.72249661166,2263.11641702888,587.710276560578,1941.14755831784,16908.4333405916,5055.73460804586,122986.574858551,46697.4175644653,3654.69530617302,20678.8528828627 -1524,652.495066885448,2106.86119902623,721.830326100347,1896.23938230919,1097.04953534595,7513.85787653301,231.635499543647,679.723505491254,5937.24911291571,18173.7793425787,1722.87079289419,5339.94201195891,591.679501837031,4172.24307380495,2155.24664684433,10139.7117047579,2227.25282298278,12434.4918141831,249.614727149518,1227.49530390359,1632.60567061871,1638.33185026091,876.642768360705,2158.20383973823,484.979186659161,939.577734747109,1245.68054494665,3102.63094637689,1522.30442260749,2247.19592414988,576.02216279692,1927.49204079927,16439.1797962878,4922.52141521881,120337.133913968,45836.8852254119,3551.53868736021,20303.2337366834 -1525,642.355098992513,2072.20678456448,715.516577681798,1865.04935161158,1082.6287656167,7390.26722652703,230.004032712391,668.543167607785,5857.3436706165,17874.8504515985,1699.81843123108,5252.10871578845,583.63442681424,4103.61651179811,2132.66722342842,9972.9300619512,2203.84539730624,12229.9647987589,247.02154772708,1207.30501750457,1609.59874447745,1611.38397586318,864.224535698921,2122.70492296584,480.107279241943,924.123220584522,1234.51616499353,3051.59775122038,1500.71268629581,2210.23323340963,569.381319269115,1895.7879550795,16175.6189782629,4851.37541425196,118959.819077638,45395.3176781907,3494.22753678136,20112.4861293485 -1526,639.039287268278,2034.92002111525,720.489617180443,1831.49012648371,1089.69752280408,7257.28863194142,231.299988240607,656.513571366774,5895.92780344572,17553.2149249494,1710.99104514837,5157.60360329002,587.232024480337,4029.77707680468,2143.50642403415,9793.47968716927,2216.72274880393,12009.9019132204,248.747721254625,1185.58107714587,1608.0480950092,1582.38914118671,854.899911431149,2084.5095088186,482.86403973317,907.494781675553,1240.14569814345,2996.68807505315,1481.41934382967,2170.46285703809,572.835016213013,1861.67562731497,16261.5799091179,4866.27651111244,119433.059166207,45591.3274937439,3510.5669971801,20185.9673444656 -1527,648.649892795439,2010.39001741842,727.120336511968,1809.41237448011,1099.87634949318,7169.80543106708,233.72414364552,648.599609065781,5951.05484150976,17341.6191754692,1726.98498036314,5095.43111781508,592.989450079913,3981.20000961497,2165.41681433477,9675.42389606286,2237.21241470989,11865.1281947092,251.049285958018,1171.28945491821,1647.56920337021,1563.31418439217,860.575176743983,2059.38172717274,487.319987252628,896.555358937381,1253.07253518426,2960.56440984935,1486.66624595729,2144.29894820899,578.148836808855,1839.23400329709,16401.0502232043,4907.00910692774,120537.632179086,46047.0311918967,3539.51180369998,20395.3613237843 -1528,674.257299387367,1972.72720611805,739.991978994045,1775.51469480893,1100.7215240385,7035.48570868932,237.929609313726,636.448690848873,5948.41354118114,17016.739861013,1726.74066119567,4999.97289377816,592.145917058419,3906.61588244958,2187.35413878761,9494.16371207307,2271.35788269011,11642.845910983,253.910565312775,1149.3464223044,1735.8310449409,1534.02692837726,884.744328294979,2020.80110116787,495.794856414108,879.759217387019,1272.76514153565,2905.10095363206,1522.91351104539,2104.12747602784,584.266605135661,1804.77764278832,16254.5795096485,4910.87299306404,121944.6933854,46927.0199929356,3508.27040848201,20854.9531741772 -1529,690.162698717453,1985.02113407673,746.338559115589,1786.57960519281,1089.97389088135,7079.33047049352,240.372986073357,640.415004250149,5882.38573471009,17122.7872523066,1708.1495979973,5031.13245114666,585.219058043904,3930.96169877537,2190.54811773154,9553.33082060287,2284.87106415143,11715.4034893545,254.373075057792,1156.50908629137,1816.93557853228,1543.58690022012,886.770234652875,2033.39462300886,499.870191472999,885.241828670521,1282.582393288,2923.2053837458,1514.1139728345,2117.24028327556,584.805434723632,1816.02491826212,15885.1488023995,4843.93410824276,121980.4182915,47375.4200830701,3426.02916631855,21126.9839987645 -1530,710.27421968055,2093.98873483277,748.171140256456,1884.65377165658,1077.81342459034,7467.94983735362,241.259163150133,675.570542548117,5810.81166772338,18062.7414991957,1687.79715614609,5307.31612641131,578.094120125681,4146.75157507746,2186.50698488759,10077.760269176,2286.0773765668,12358.5197706921,253.737324035407,1219.99557427999,1893.02939297452,1628.32199859663,901.748224690614,2145.01768316462,500.963112373187,933.837118918645,1286.39136650355,3083.67454536612,1532.45513696351,2233.46604527476,582.951039939677,1915.71548319318,15577.0885444992,4794.17745654044,121834.553125336,47613.9517312537,3359.82952275058,21305.2223504393 -1531,721.458523658442,2110.39027987912,742.52774629786,1899.41566278732,1067.35134254675,7526.44390354592,239.497074241558,680.862070864994,5752.94745301856,18204.2211850371,1671.09608710278,5348.88663874241,572.272783781237,4179.23175590331,2169.79767287677,10156.6961470399,2272.91478384323,12455.3201093727,251.577647560416,1229.55141000874,1942.94635764312,1641.07612480833,906.511150264714,2161.81892166721,498.319178715698,941.151566851012,1277.99440995203,3107.82798331103,1534.19042900651,2250.96007155183,578.967106709792,1930.72067079085,15392.8295528056,4753.27189683901,121093.069820664,47418.0870103135,3319.99749634673,21257.348253488 -1532,702.583871500532,1982.85161688298,712.653096671996,1784.62697350294,1009.66941150929,7071.59315782097,230.155185279664,639.71506643135,5436.03889138444,17104.073002513,1579.47807061361,5025.63370447368,540.482294828384,3926.66537726672,2071.11185613161,9542.88956377337,2177.08042443115,11702.599207896,240.203874009613,1155.24508647576,1922.95645847753,1541.89984598045,868.967627227464,2031.1722362944,478.133522064721,884.274308811434,1225.75552720851,2920.01048358477,1460.44165659261,2114.926257939,552.402300381572,1814.04010449021,14403.4240544829,4484.55778781676,115530.131228336,45562.9325816973,3104.79576573199,20486.2532048783 -1533,626.546171252251,1875.64855935929,639.9264979672,1688.14094980364,895.439718731863,6689.26681447425,206.603875191332,605.128811725506,4815.88368224202,16179.3397010569,1399.66200311263,4753.9223497125,478.59472963477,3714.36984757039,1852.7039203929,9026.95234984528,1956.38865410326,11069.8970907134,214.692252459597,1092.78665317448,1747.52473483422,1458.53688705957,758.605924942462,1921.35671997741,430.401326481153,836.465935866588,1101.49046902336,2762.13984456359,1262.77844497082,2000.58257263359,494.483374547285,1715.96385712196,12602.8763312875,3943.69381780802,102950.654578855,40929.4285214479,2712.22560401151,18435.9257994803 -1534,537.519429311073,1788.8968117491,568.048735961346,1610.06172921777,804.682340352513,6379.87751897387,184.030921547659,577.14063575058,4333.37828471344,15431.0193468829,1259.02084799176,4534.04583298296,430.36915023558,3542.57429773807,1643.51126163574,8609.44135716205,1723.18204660459,10557.8966342887,191.550393721751,1042.24352159745,1486.86384386083,1391.07722182806,659.704250997464,1832.49089678846,378.19890192061,797.77804767414,971.180548801361,2634.38645629479,1106.60443992804,1908.05242696827,437.881446125981,1636.59778254555,11456.8883397471,3541.29540416948,91338.9864240188,36003.9081169266,2466.08033998203,16134.0190445881 -1535,438.780950857187,1652.39081045761,480.552250227615,1487.20216177682,751.539382264145,5893.04587886766,154.062526586435,533.100554818182,4076.54379470807,14253.5189270376,1182.26555373863,4188.06474437692,406.393924056295,3272.24978908774,1445.97802323211,7952.47757629944,1476.96739258445,9752.25136613796,168.074583194204,962.712665166373,1110.67230204503,1284.92778503984,587.796345991134,1692.65834575436,320.151260398561,736.90170730007,826.108167450792,2433.36336840989,1022.00885208623,1762.45397469908,385.776500616579,1511.7133188076,11475.0570573198,3383.80430964283,81008.4104349687,30408.0393724478,2479.26414856409,13399.0604031888 -1536,395.062901431695,1542.43969669948,470.087833970857,1388.24280359352,755.242271544812,5500.91893546627,145.135989183423,497.627711846424,3968.72166857501,13305.0808994947,1138.73229876422,3909.38830765194,408.962659446906,3054.51224992448,1406.54905338024,7423.31476498571,1415.36460180307,9103.33048581715,166.680961126727,898.65316477809,955.607517425484,1199.42788987595,623.188674170406,1580.02780511601,311.31070580169,687.86780869985,794.663345833457,2271.44585419858,1015.06847957861,1645.1791894369,372.696879927716,1411.12297296812,12057.2820973429,3415.7224423541,78423.75132333,28396.4531997899,2594.73789141611,12441.6363217885 -1537,422.940149140739,1484.12308429604,490.886460454494,1335.7560725581,781.325453493995,5292.9400056522,151.399963047745,478.81338642738,4103.49220217036,12802.0419492703,1177.60122762442,3761.58202183105,422.990575384096,2939.02714710876,1465.42314728007,7142.65382840279,1478.92300025541,8759.15145784106,173.412417228506,864.676855423745,1013.72616374646,1154.07987950676,647.084413413506,1520.29006023381,325.746315914714,661.860879242196,831.1365531297,2185.56695224985,1064.12039174068,1582.97819880506,388.226248529174,1357.77118771243,12404.6135343863,3532.90793320644,81638.4952962043,29721.7067209335,2670.88083017065,13054.4226883466 -1538,431.145238812656,1467.40334081317,512.203818206731,1320.70779312281,828.224973358974,5233.31112439489,157.66978885531,473.419199730913,4353.84788886761,12657.817484525,1249.09521337125,3719.2050201118,449.310452919758,2905.91683401626,1541.20408572186,7062.18655378017,1552.23238825395,8660.47314264448,182.074886023431,854.93563155139,1030.3305008663,1141.07831666587,684.502987091848,1503.16286903544,341.297718206936,654.404527245943,869.497124943579,2160.94492514649,1142.16046702148,1565.14477939191,409.047438406045,1342.47489173322,13275.8122460621,3767.05653106766,85976.9379243152,31030.5432507647,2864.98262657155,13602.3787333294 -1539,484.558249474319,1484.47020603692,555.220784170131,1336.06849271934,902.326024267767,5294.17797207731,170.500683329269,478.925376152497,4744.298141188,12805.0362205239,1361.03384805415,3762.46181873851,489.916569190003,2939.71455654978,1677.88344250239,7144.32442463406,1691.58332848941,8761.20013691276,197.710513030785,864.879094805723,1112.52071595054,1154.34980739962,746.476231404888,1520.64564107338,371.879332506826,662.015681969173,945.817767371438,2186.07813478807,1306.86638658217,1583.3484417815,445.923646323822,1358.08875699181,14498.72214733,4134.57963634205,93898.1583173604,33799.5971229005,3142.51306797065,14836.1002761703 -1540,607.139097073713,1528.84405730219,679.523020479769,1376.00631318555,1094.55927054797,5452.43178205577,209.474345137757,493.241435391767,5752.47821783491,13187.8049486433,1650.48052555821,3874.92949943497,593.303155237975,3027.58863847087,2039.9187985149,7357.8828969566,2054.6952069146,9023.09033194641,241.167668991056,890.732100247854,1377.49917247568,1188.85568461651,904.538213375618,1566.10085009662,451.948694874742,681.804685000365,1152.30903557145,2251.4244823354,1555.98838158665,1630.67796579013,541.002714686591,1398.68480820437,17503.7440007481,4987.79303951226,114123.271169273,41263.5405344455,3782.22175247982,18114.9507316769 -1541,810.999060168551,1629.53856605054,881.41695748997,1466.63444434063,1320.52288577532,5811.54619739176,272.911288047222,525.727877546467,6908.28196571757,14056.3955249222,1984.86297890627,4130.14462128894,711.203404643188,3226.99520919781,2578.08913488577,7842.49635390022,2659.34781264813,9617.37962131357,304.032097700098,949.398535737104,2009.52131768915,1267.15748300031,1118.1035829469,1669.24920914452,590.813910671353,726.710499619275,1496.44529923872,2399.71042500559,1899.67695401445,1738.07957807866,684.676599363275,1490.80661682391,20146.4354712173,5934.30634014041,143109.857118088,53862.3585097022,4349.75253640973,23978.2522795026 -1542,841.862002826521,1844.03146504052,897.145105993267,1659.68459993629,1367.99970585407,6576.50838820014,276.380770284283,594.928385521001,7163.74117708412,15906.6107259025,2057.64114404576,4673.78728892781,738.688824584592,3651.75812789645,2651.65830954461,8874.78844769424,2728.01968281931,10883.2960461469,311.451155041389,1074.36596422862,2004.19382854436,1433.95088554268,1155.85372816497,1888.96914058126,605.080678673614,822.365947754868,1531.67694982886,2715.57950384761,2000.0305471747,1966.8595131746,704.977186497974,1687.03850708903,21090.771186071,6184.7260453677,147429.71951786,55073.3089971803,4560.28927211762,24486.9326295942 -1543,830.646432753487,1988.08738313588,874.819494380245,1789.33932293056,1337.13635175303,7090.26586559935,269.712342343597,641.404249085147,7002.68124438757,17149.2367088898,2011.33092583104,5038.90400827517,721.879303849219,3937.0338293958,2588.00456356356,9568.08778773916,2661.48494596972,11733.5001958883,303.926092902915,1158.29553825244,1952.83761086837,1545.97126872847,1128.82490604589,2036.53559427745,590.193612416961,886.60925588713,1493.94967109727,2927.72083983024,2006.79312479155,2120.5107703828,688.126124251982,1818.83011998084,20638.4102381914,6068.3484165588,144222.243088717,53773.5887074165,4474.7939075143,23915.0229459944 -1544,787.779996520166,2053.52001227152,853.593796069898,1848.23068621182,1287.15230904459,7323.62318218022,264.099951316103,662.514370658483,6736.46371528621,17713.6584013418,1935.2555501982,5204.74618403684,693.685041123722,4066.61086742669,2503.20788481866,9882.99604834332,2578.07854796199,12119.6772690357,295.160223502858,1196.41776719812,1928.53110777229,1596.8528172656,1087.9458896397,2103.56276792799,572.311517796506,915.789650632749,1449.71924330658,3024.07901480298,1857.1503645535,2190.3017644777,664.936988548957,1878.69209471644,19721.9145119645,5793.85318830123,139081.809701405,52176.7015954405,4258.63179959695,23209.1307883497 -1545,739.251882759146,2058.5243640305,822.732277082424,1852.73475553195,1228.47387235309,7341.47057900852,254.81506338945,664.128893495535,6425.32267498639,17756.8259268829,1846.2238649453,5217.42995656669,661.417559613079,4076.52104659509,2403.50993179797,9907.08054148826,2479.28004263416,12149.2124709802,283.425429070259,1199.33339272014,1884.85172256922,1600.74428808505,1040.63913339953,2108.68907201799,551.004957559209,918.021395890461,1396.80042749185,3031.44858268963,1730.45822567301,2195.63944827054,637.797912004158,1883.27039735415,18694.9666588171,5500.9035180706,133125.047038488,50214.0547144605,4028.74584208461,22353.3883319315 -1546,703.115652887005,2083.37256335793,787.549168341096,1875.0988933147,1164.18556452199,7430.08858494095,244.171191804289,672.145513270865,6085.11996589224,17971.1664310632,1748.81725995833,5280.40892431806,626.176276114945,4125.72824049487,2291.85347148781,10026.6677158493,2370.22013242625,12295.8641494472,270.275322874148,1213.81040145664,1829.50162123539,1620.06667932686,989.047217270049,2134.14280348537,527.415420244018,929.102721441193,1336.60248967671,3068.04083291982,1625.11067834632,2222.14274724291,608.025541564842,1906.00312718655,17593.8634483004,5195.07634792408,126716.887277074,48056.8773104474,3787.52493963585,21422.9788734267 -1547,674.67719451563,2115.68390115845,757.939656157339,1904.18008350452,1114.50829758688,7545.32294406528,235.398117228292,682.569918925604,5823.89570778094,18249.8839487247,1673.88029337656,5362.30357891767,598.955358605881,4189.71477905084,2197.66617375174,10182.1728104629,2272.40799632376,12486.5625521571,259.64433629364,1232.63556916646,1768.56376292066,1645.19253662946,946.688763998646,2167.24154456066,505.822568504694,943.512315006867,1283.2180900972,3115.62353871223,1550.770443613,2256.60629265477,582.478553430216,1935.56361577823,16794.6832876791,4965.14212831378,121483.497218826,46154.2942326676,3614.22950628813,20577.5779965404 -1548,657.382449562381,2082.33119532941,744.623861819585,1874.16163030559,1088.67751441169,7426.37467565868,231.403542506256,671.809543190262,5686.79391920942,17962.1835930985,1634.66081550324,5277.76952648397,584.729065844437,4123.66600661525,2154.25567215984,10021.6559136515,2230.7047973199,12289.7180956719,254.536295261662,1213.20368167593,1750.81008764005,1619.25689346637,926.249255795548,2133.07605809237,496.881521194467,928.638312008937,1260.35944454298,3066.50728117309,1499.14357532151,2221.03201532078,570.883985578703,1905.05041678139,16338.8192777555,4837.50155019356,118923.275885125,45324.4489918246,3512.70558794875,20220.260380732 -1549,647.170372956386,2052.39186310629,738.057624092598,1847.21531753105,1074.35512362258,7319.59977878994,229.766595123237,662.150402920287,5610.36723056122,17703.9269895128,1612.83326679438,5201.88683519795,576.774825463451,4064.37677979767,2131.63197881645,9877.56659371166,2207.2056491625,12113.0190413524,251.878874140542,1195.76048716323,1745.43193148865,1595.97554888641,914.54585314094,2102.40712660653,491.864110895048,915.286540205918,1249.00771906,3022.41766638868,1477.88028059104,2189.09847106326,564.295704145137,1877.65999134968,16074.5769129408,4768.2896500584,117575.664563803,44899.4592644576,3455.91187099867,20039.1631602104 -1550,643.796287693932,2003.56327020656,743.18853613209,1803.26809363134,1081.37199396369,7145.45868799134,231.062333605818,646.397138135046,5647.30469371799,17282.7316713882,1623.42599630064,5078.12839551971,580.331398653812,3967.68091837893,2142.48460421443,9642.5687423197,2220.11460269804,11824.8373903778,253.639288619835,1167.31206896257,1753.60396613051,1558.0055872259,920.314661583313,2052.38861720784,494.693974617248,893.510896547559,1254.72238044856,2950.51112433989,1458.87339025094,2137.01748205603,567.719995547463,1832.98845616684,16185.2134954294,4787.66898956006,118133.739192239,45117.2429950867,3473.27857371548,20125.3087223067 -1551,653.429189473869,1969.74773538969,750.029752184746,1772.83308021744,1091.47338714827,7024.85979768458,233.483206120762,635.487442766215,5700.10399927888,16991.0389540904,1638.6001156929,4992.42128054273,586.020679831401,3900.71560002198,2164.37729435442,9479.82438386658,2240.63741245819,11625.261361797,255.98650792556,1147.61052896274,1769.4781667486,1531.71004020567,928.88498136194,2017.74902295346,499.259928773037,878.43048991366,1267.79376113167,2900.71329008313,1464.02993806403,2100.94954742012,572.986583336495,1802.05183146417,16336.2681285873,4828.32852769952,119230.392906946,45557.5436261085,3502.50559920762,20320.9774778282 -1552,679.162558227483,1928.06408533243,763.101793579569,1735.31652294565,1092.26683480313,6876.20025501981,237.661664427335,622.039306386046,5697.99325166119,16631.475894747,1638.54110736299,4886.77204543629,585.17340619619,3818.16895654936,2186.10129932312,9279.21306947245,2274.57959108775,11379.2484751095,258.853334448996,1123.32488322657,1839.24219569702,1499.29611015869,933.986435037012,1975.04957334118,507.822931549723,859.841211457684,1287.5109707329,2839.32861857018,1499.7126530848,2056.48941470912,579.018935146956,1763.9169492261,16160.3025044657,4826.4915076071,120493.898352219,46391.2482909014,3470.16109843255,20755.2914066136 -1553,695.054276524903,1943.56889851338,769.424278363626,1749.27132802852,1081.5518900719,6931.49623877883,240.076684999037,627.041527686725,5635.20740412018,16765.2203737989,1621.09016986861,4926.06974731186,578.312402977914,3848.87332826343,2189.06282048223,9353.83323702959,2287.83456508627,11470.7563887149,259.269541061575,1132.35826680984,1896.63070551625,1511.3529221017,929.692851771996,1990.93222728963,511.867695420958,866.755752032529,1297.20812358064,2862.16150059166,1491.01885837088,2073.02697921552,579.519351100022,1778.10174887696,15790.6790478148,4759.36197743269,120478.570499519,46812.9930842102,3388.71497252199,21004.5500961194 -1554,715.23375273318,2070.93400204204,771.150195068158,1863.90380849498,1069.44807180561,7385.72800629468,240.942986384449,668.132537710437,5566.98727087214,17863.8714327981,1601.91774195676,5248.88278668272,571.259202570329,4101.0960049578,2184.84548643311,9966.80452893251,2288.83816503283,12222.4529589358,258.580637726038,1206.56347146921,1931.85245473802,1610.39423807412,922.929328710449,2121.40112367979,512.891734568642,923.555609334281,1300.88022586329,3049.72341111484,1509.06345793958,2208.87567283654,577.656867924211,1894.62353182143,15459.2745805727,4703.96115568019,120190.008935712,46998.6801944791,3322.04345188422,21141.7723813443 -1555,726.431358642488,2113.31189558105,765.301620184919,1902.04520608924,1059.05802851416,7536.86348180968,239.179548649577,681.80465354084,5511.6362029766,18229.4230346489,1586.10153286816,5356.29161560408,565.503795784656,4185.01746731245,2168.10732706243,10170.7570357892,2275.6004217555,12472.5632037667,256.371719925831,1231.25359596934,1926.94416725225,1643.34802390681,915.511085945155,2164.81173497121,510.157301347118,942.454493244211,1292.34703242753,3112.13044770423,1510.75742012092,2254.07629150042,573.701880385161,1933.39355261826,15271.0949102292,4659.81027642496,119367.017553089,46760.3867629623,3282.41324486549,21056.4569439325 -1556,707.327232556156,1984.84757180334,734.348441755556,1786.42339384949,1001.78659102417,7078.7114822775,229.831415546997,640.359008934965,5208.37095703923,17121.2901045779,1499.28765738746,5030.69254913707,534.077408274276,3930.61799127658,2069.32781658916,9552.49551573522,2179.44946508313,11714.3791415386,244.740326098364,1156.40796578299,1879.76610056028,1543.45193518273,869.687978258047,2033.21683115193,489.397627754126,885.16442668137,1239.35061931867,2922.94979041065,1438.11114756894,2117.05516029094,547.353801348171,1815.86613233891,14285.9286139793,4394.20690743001,113824.019569004,44906.075335411,3069.48760449904,20267.6127014369 -1557,630.659229918654,1876.57421733495,659.278384060117,1688.9740702336,888.416442138162,6692.56805827456,206.299256255192,605.427450992484,4614.48902315849,16187.3244243999,1328.7245845661,4756.26847479906,472.913000888989,3716.2029394131,1850.96323322138,9031.40727312867,1958.33607554886,11075.3602349046,218.714112525126,1093.32595819309,1715.88087256074,1459.25669477385,775.082889153417,1922.3049355496,440.456766330403,836.878743138526,1113.5629862056,2763.50299799883,1243.44150300961,2001.56988723743,489.94193841099,1716.81070853363,12528.3406448824,3869.67252954863,101522.095098587,40363.9886902965,2682.74115294597,18249.7519439525 -1558,541.121132260113,1780.7105008781,585.353061035136,1602.69379958074,798.406105130541,6350.68206155777,183.771592587139,574.499537264905,4151.83357742528,15360.4042501371,1195.07641783418,4513.29723057707,425.272223116001,3526.36284591233,1642.1391998433,8570.04301796638,1725.11847611231,10509.5818162263,195.170815571079,1037.47402935226,1488.78444342826,1384.71140435404,690.544403444027,1824.10509160906,387.13713428308,794.127273039502,981.995609139075,2622.33103401223,1089.67914699894,1899.32083874992,433.887095999277,1629.10841919563,11405.9174560007,3479.57199604621,90178.2443751995,35542.5199000119,2440.06310924848,16003.4683496971 -1559,442.069060679261,1646.05582114975,495.972551126203,1481.50047805052,745.861823349317,5870.45292906603,153.935622028057,531.056736676969,3904.04558077479,14198.8733253853,1121.51389362313,4172.00840636757,401.638776972035,3259.70453206058,1445.5922899245,7921.98911067859,1479.61504118138,9714.86286957829,171.449107827026,959.021786227946,1112.15911410118,1280.00158735822,626.959629998727,1686.16897746791,328.176116212785,734.076549711959,836.127809412588,2424.03426126197,1006.46261724228,1755.69702167402,382.378497630655,1505.91766341507,11434.9009537304,3325.68891238314,80064.0561590066,30033.0985403277,2453.583766058,13314.0589612658 -1560,411.287157324216,1544.9563356341,465.807301042716,1390.50785544463,726.66993100522,5509.89421456393,138.268847484261,498.43963939034,3809.32769639742,13326.7894205419,1112.14509073674,3915.76685123238,387.780465431545,3059.49598087415,1299.10979017822,7435.42661804648,1355.20334431592,9118.18344634739,158.243414897277,900.119403975669,969.674358704158,1201.38487200847,611.735162011434,1582.60577267004,314.717658651593,688.990131285914,796.052776343855,2275.15193689782,980.540640323007,1647.86345774991,351.347566839393,1413.42535601941,11414.7851212248,3274.08310006576,75666.024661194,27484.7872290486,2456.59875543611,12029.7792645526 -1561,433.081443334458,1488.63567815103,488.264259418462,1339.81754475577,755.999903000789,5309.0336092064,144.759514704239,480.26925647491,3961.27151026769,12840.9675723825,1156.64027326245,3773.01941007488,403.421989308185,2947.96349206829,1359.94903046041,7164.37163342541,1422.06643791,8785.78435201389,165.393602197396,867.30597392855,1029.2205016584,1157.58895084157,638.486513850933,1524.91262264538,330.576220296608,663.873319698196,835.838345495494,2192.21234177497,1023.3521840974,1587.79136947,367.738243240098,1361.89959861243,11820.1382294662,3402.24382801071,79073.3030731156,28858.3374186369,2543.08223482211,12657.8192055041 -1562,445.41927471973,1468.12651321109,502.232140476606,1321.35867035277,784.391075794655,5235.89022861907,148.724617717343,473.652512337179,4112.15829098629,12664.0555677895,1200.53906829101,3721.03793566946,419.170324029381,2907.34894118581,1405.63049569606,7065.66697272333,1469.67482446844,8664.74123646399,170.688989697606,855.356964823256,1043.91680442951,1141.6406680791,662.350022242268,1503.90366460692,341.403282696335,654.727033865639,861.729315513017,2162.00989186684,1080.31478999337,1565.91612117076,380.734258416929,1343.13649632385,12332.0634347804,3546.23377996957,81822.9798904914,29721.2578450204,2655.92929997403,13026.254503905 -1563,483.554417945924,1485.16445232457,543.58063770341,1336.69333556721,852.767710945769,5296.65391493447,160.575789242162,479.149356507983,4471.32938816498,12811.0247872349,1305.34589053087,3764.22141966514,456.075660141121,2941.08938098839,1527.63445487815,7147.66563060063,1599.23201256768,8765.29751161635,185.008884343772,865.283575204452,1126.93328351799,1154.88966536725,720.966759448059,1521.35680562681,371.47720927058,662.325288674452,936.004540883841,2187.10050399658,1225.3860685525,1584.08893072719,414.360166602711,1358.72389811759,13434.1188391651,3876.26103498205,89070.3321377443,32291.5071539707,2896.8561625674,14176.9414509498 -1564,592.164814955328,1527.57127477975,667.874075756781,1374.86077006896,1040.23233847877,5447.89256182342,198.045649051431,492.830805494419,5452.36008013508,13176.8259298429,1591.88677930641,3871.70357032924,555.47094509846,3025.06813163056,1865.79212096501,7351.75736393792,1950.32268858549,9015.57849212333,226.729872465113,889.990554212495,1396.16380996716,1187.86594682746,878.019725742971,1564.79705081058,453.148510896221,681.237073750124,1144.75217042697,2249.55014222986,1459.5267077597,1629.32040521704,504.990171161581,1397.5203849463,16323.0865027989,4703.68850713215,108718.81454191,39542.7345686631,3515.3104891241,17358.0336635999 -1565,803.83565112301,1627.80295454026,887.385271251117,1465.07234100905,1301.77680088493,5805.35635525926,264.107142770943,525.167928015629,6796.96774675666,14041.4241444503,1986.41918770366,4125.74562963992,691.567823340951,3223.55815643615,2430.88617150388,7834.14335923984,2592.68444454784,9607.13620939489,294.426708254056,948.387337192441,2043.61321519537,1265.80784135411,1122.00056243139,1667.47130207238,606.76016254982,725.936484733065,1523.43010065648,2397.15450818243,1870.15917457462,1736.22836020365,658.873303523497,1489.21876786001,19629.2844911411,5825.76165449406,140646.438002278,52888.7821394308,4221.8236650201,23513.0242456608 -1566,820.369874841517,1838.99818717127,904.527782957383,1655.15449623407,1351.65107844571,6558.55783000481,267.757690198249,593.304530433169,7064.76051991318,15863.193683808,2064.12972313783,4661.03020176693,719.978912345835,3641.79066599711,2504.0181439001,8850.5647415727,2663.41045884501,10853.5901250864,302.08885496467,1071.43348583347,2038.60081423702,1430.03692127763,1162.29419237324,1883.81320547319,622.377365574899,820.121302582739,1561.69708720755,2708.16733844912,1985.18231549215,1961.49097654859,679.51265586054,1682.43374098646,20610.9295539906,6088.82086598464,145115.627351423,54123.0587429159,4437.73866774432,24036.2413038876 -1567,798.00833930526,1979.32253603009,879.766651489214,1781.45069302481,1315.79637600227,7059.00713080806,260.672516511041,638.576501057611,6877.25194070894,17073.6311600545,2009.35265422052,5016.68907769018,700.636667716691,3919.67669516836,2436.22512896318,9525.90512149136,2591.31131346685,11681.7709127064,293.864839174654,1153.18898037062,1985.70297010164,1539.15557143303,1130.99729714109,2027.55715436543,605.513381400797,882.700476707531,1519.2667492846,2914.81344665064,1994.36220738495,2111.16211053704,661.163962667091,1810.81147449862,20068.0972926963,5947.59406090373,141449.064581246,52696.7209943021,4325.38559182828,23423.422758861 -1568,775.498566396673,2043.62701600051,857.069858773903,1839.3266876253,1263.38731888373,7288.34104399865,254.923894096246,659.322654892751,6598.54278234866,17628.3214406776,1928.27844589078,5179.67190461296,671.498688120994,4047.01964557023,2352.21967744547,9835.38392746386,2506.03311757054,12061.2897581705,284.875046886116,1190.65392928141,1960.57928487742,1589.15985159097,1087.531578684,2093.4286866945,586.188988752866,911.377761026319,1471.83160805666,3009.51027320908,1850.42697938203,2179.74981121751,637.686679810359,1869.64134586747,19115.5475920722,5671.55620383512,136292.526763104,51101.0877285741,4114.11315827592,22717.4951589112 -1569,750.777774495903,2050.51161543289,827.910588859599,1845.52303723824,1210.10986707533,7312.89410980845,246.497402731561,661.543790325045,6316.84026939953,17687.7079778657,1846.21422246287,5197.12125617038,642.650476875371,4060.65330226815,2265.10193005867,9868.51750716023,2415.96347517981,12101.9220007337,274.321149360334,1194.66502098333,1916.70911806178,1594.51343564842,1043.5451405507,2100.48105869552,565.593434331391,914.448023244974,1421.27714099473,3019.64875374221,1725.98758572093,2187.0929830368,613.419118568015,1875.93981992743,18200.0846109886,5406.95671201393,130930.584480308,49330.6058392998,3913.43088784123,21933.774143105 -1570,720.784070321746,2065.3221851321,792.814361093078,1858.85300199864,1147.53037670591,7365.71416071723,236.316816974848,666.32203217549,5986.36794009159,17815.4639144104,1749.91201631438,5234.65936423103,608.830721201137,4089.98285510019,2161.32892895163,9939.79648225483,2310.89704590028,12189.3325561957,261.747584707381,1203.29392580265,1860.50457574644,1606.03039180573,992.36179018573,2115.65255096483,541.556429531521,921.052958365866,1360.51686910788,3041.45927068725,1619.83173298419,2202.89006159033,585.145888398852,1889.48948101954,17140.9340808731,5110.24597133163,124724.485486864,47244.560333187,3683.36453354488,21032.6392493697 -1571,690.416483124129,2074.60771625215,760.022306418981,1867.21026340894,1091.47561678437,7398.82985014966,227.020634666564,669.317765243328,5691.46037611763,17895.5608822279,1663.8916965575,5258.19399373307,578.457521544186,4108.37110626744,2062.56940668621,9984.48504960154,2206.18630085248,12244.1348662653,250.247848544326,1208.70384357482,1797.65173461223,1613.25098203141,944.398298793909,2125.16436357335,517.306833336086,925.193942261593,1300.88915878161,3055.13343974022,1538.51648680951,2212.79408739715,557.806848955392,1897.98448170433,16227.577536086,4850.80785705413,118973.818435808,45203.7721967942,3486.1967504418,20136.0247792206 -1572,678.078651738857,2035.72997464986,745.146229170888,1832.21910938533,1062.52898236787,7260.17723027361,222.76563467226,656.774881630633,5537.93258519406,17560.2015820783,1619.20168226314,5159.65646985247,562.70918682299,4031.38103772363,2016.88794145057,9797.37775854626,2161.01809807022,12014.6821809479,244.716001384798,1186.05297067192,1779.15889697741,1583.01897511863,921.197632612327,2085.33920031855,507.088777898685,907.855989289824,1274.99818876409,2997.88083844106,1482.31632947829,2171.32676030925,545.322746812081,1862.4166248672,15716.7317908772,4709.39528027555,116187.132959673,44316.2057668361,3374.70141118666,19755.5783544682 -1573,672.238489939455,1993.29422608442,737.813294416197,1794.0256405015,1046.70221335897,7108.83542201763,220.9968277754,643.084100393417,5453.59800350127,17194.1509229168,1594.68181315096,5052.10100455735,554.036921641877,3947.34500435051,1993.27891307562,9593.14681223237,2135.90489184498,11764.230481325,241.858965427048,1161.32913879074,1773.47282029657,1550.02020021283,908.129492568495,2041.86932411673,501.42389106655,888.931304299735,1262.14761516786,2935.38860269594,1461.40996229885,2126.06443298623,538.33523502548,1823.59367457364,15426.7128009804,4633.92967438137,114741.469481432,43868.1218096267,3312.14841095238,19566.2345442207 -1574,674.404379801411,1937.84137435648,742.144067627227,1744.11638147843,1051.63096345079,6911.06973772634,222.018823462014,625.193692243406,5479.30341678316,16715.8147649933,1602.19641414414,4911.55305922435,556.395611488572,3837.53104192548,2000.63639202919,9326.26832494149,2145.84346906556,11436.9530929508,243.223488479611,1129.02130801595,1781.53827547828,1506.89909986903,912.390790894083,1985.06512762814,503.753623218074,864.201500155122,1266.49441397496,2853.72696598467,1440.05375026669,2066.91795364383,540.849982522409,1772.86184164861,15496.95959987,4645.62307070088,115162.287698993,44045.8594552196,3325.21838180708,19633.9238934701 -1575,681.559557173747,1898.50080096045,748.989221669392,1708.70866471443,1061.48846363445,6770.76648594322,224.352711816443,612.501488091968,5530.71424334694,16376.4630789684,1617.22561613052,4811.84246568877,561.875485387623,3759.62442190374,2021.17223737563,9136.93355874048,2165.72062350671,11204.7688189776,245.4796152661,1106.10078096898,1797.6691858417,1476.30718691718,920.913387545258,1944.76585371296,508.413087521121,846.657142296058,1279.72463322133,2795.79278383582,1434.22101176309,2024.95696626121,545.879477516267,1736.87055653862,15641.0007970419,4682.27032048783,116195.8449637,44467.2856123308,3354.33212048938,19817.3895816819 -1576,696.050428439323,1873.94187115337,763.032579996038,1686.60487832875,1064.40658077127,6683.18012370185,228.686454029606,604.578193540196,5540.04665149739,16164.6178129347,1620.39445725743,4749.5966655828,562.24140039866,3710.99007198309,2045.26319573058,9018.73855465748,2201.96769591766,11059.8243813505,248.662060643934,1091.79230586819,1868.85857734369,1457.20973667704,927.636161718407,1919.60844104904,517.760783351587,835.70481964347,1301.27517982159,2759.62652112019,1463.95654569268,1998.76220459894,552.623982293351,1714.40246905588,15507.2031879021,4685.07010712357,117532.391312333,45316.020978696,3325.21838180708,20257.9567173615 -1577,707.434277293468,1913.65849240053,772.745165111654,1722.35104963606,1061.84048619364,6824.82450327712,231.998200556155,617.39171966753,5521.03263616098,16507.2132867667,1615.25747812536,4850.26037065687,559.994460827781,3789.6413841768,2060.05637931886,9209.88313006635,2225.83600733185,11294.2280535113,250.479982969204,1114.93192517028,1928.18597880026,1488.09407096734,929.434795356214,1960.29292682185,524.169740068202,853.416880143927,1316.96672040404,2818.11448331909,1486.13620456903,2041.12428779117,556.341826539986,1750.73778691011,15299.2829853765,4664.37904158085,118256.789460634,45925.903605086,3280.06087529718,20591.7013013371 -1578,714.112463400241,2035.18036452533,777.00857308758,1831.72444349869,1055.94162188023,7258.21711426544,233.570565195506,656.597564339551,5486.17255959478,17555.4606465425,1605.37318339852,5158.2634563044,556.476697580796,4030.29263805287,2065.14808384162,9794.73264447074,2235.06321608897,12011.4384349443,250.879147338564,1185.73275790843,1964.73417107456,1582.59158874279,927.256375735502,2084.77619660399,526.924655010857,907.610884659279,1325.09722493287,2997.07146505586,1498.58700698979,2170.74054151502,556.988192585506,1861.91380619977,15087.8117462598,4631.91260253878,118376.25324115,46224.2595011212,3234.09233324921,20773.2211482946 -1579,707.047544288356,2044.17662612504,767.161257501755,1839.82135351193,1036.29702602476,7290.30116000681,230.779762612032,659.499972183832,5381.41458503003,17633.0623762135,1574.92115182474,5181.06491816103,545.69990728821,4048.10804524098,2036.12187232621,9838.02904153938,2209.77216774786,12064.533504174,247.130507646888,1190.9741420449,1958.57570893944,1589.58723796681,912.578306205095,2093.99169040906,521.366063876504,911.622865656863,1309.41205974027,3010.31964659428,1492.16718249277,2180.33603001174,549.533585436053,1870.1441645349,14726.0751142385,4543.68953998465,116701.880988931,45731.6815451471,3156.3066007254,20592.8056501918 -1580,682.610377150594,1903.33159325196,738.699976038688,1713.05652521665,986.281939440305,6787.99490456242,222.505575990363,614.060016519089,5117.49445474789,16418.1334809845,1497.99787159263,4824.08634332074,518.702056418837,3769.19089912992,1952.48101226677,9160.1827605218,2124.76073502535,11233.2796896664,236.995294536396,1108.9152876174,1911.38139271436,1480.06369488117,871.527481977875,1949.71436882033,501.882227681899,848.811486815944,1260.17997706399,2802.9067625194,1429.27271838314,2030.10953006223,526.7569456236,1741.29007582016,13887.4477269099,4313.51633670176,111784.297253548,44057.1685626941,2975.18258544992,19880.3694601751 -1581,616.466903091296,1785.28094975952,664.416581634181,1606.80734306798,877.606908864707,6366.98199785295,200.09046700394,575.974072719248,4549.68669672522,15399.8289305602,1332.0842263091,4524.88125519467,460.929487266626,3535.41376189032,1751.04226326914,8592.03926244622,1913.34366644323,10536.5561651911,212.323247166348,1040.13685523811,1745.0947905808,1388.26546476195,778.962480700916,1828.78691893103,452.508289084245,796.165514575662,1134.40117050588,2629.06162269309,1240.80281005619,1904.195718074,472.734692110292,1633.28975959236,12233.3926221089,3815.70006275019,100017.332397443,39691.5581090934,2617.03643371212,17936.0405657174 -1582,537.62456460492,1700.23589035525,585.449363776327,1530.264193957,778.022703314619,6063.67939312496,176.987396826596,548.536514929632,4036.45771937294,14666.2304645084,1181.58944654925,4309.33042259483,408.596248967355,3366.9979876453,1537.88351371173,8182.74206495079,1671.09341935012,10034.6284181294,187.616484938882,990.588070967375,1512.83248817179,1322.13294991297,685.83017813004,1741.66937467045,394.68578148743,758.238742606332,992.551177715189,2503.8215578677,1086.39152161474,1813.48594044333,414.393045975497,1555.48507308203,10937.5219301041,3385.66780623991,88018.4096415551,34715.3035009834,2340.73119218846,15635.1918086704 -1583,442.898931001235,1571.16410142658,492.918456270956,1414.09564454104,720.012166005746,5603.36094484364,147.196803882125,506.894887625863,3759.50399223533,13552.8575415908,1098.71021947315,3982.19170620599,382.127512889495,3111.39554092021,1341.1453408311,7561.55699136409,1422.105753122,9272.85915510563,163.406487310423,915.388520636483,1129.14627420959,1221.76448573995,617.415307991925,1609.45220222621,332.620219179002,700.677770332787,839.913160844674,2313.74632803319,978.527776910159,1675.81688178048,361.944368875112,1437.40190463851,10853.4385194246,3199.1778265036,77473.0155162356,29137.1443740653,2330.14102907079,12913.3184650605 -1584,398.736432018069,1479.23443978402,447.052745525568,1331.35614329172,634.314683231452,5275.50526429893,130.373579863291,477.2361934987,3019.20922147363,12759.8725141471,907.059819427272,3749.19151493702,307.930671784998,2929.3461044207,1193.46945283031,7119.12620066827,1255.21616578735,8730.29914892041,126.671309727827,861.828643029052,924.444957758722,1150.27838465159,535.753773960982,1515.28228309033,287.933477751232,659.680734893477,746.307074252158,2178.3677785426,899.770266810574,1577.7639293377,319.232939577876,1353.29874150118,9232.97909978691,2759.98234400077,65598.658561128,24314.458928114,2073.2176114712,10878.4062773782 -1585,422.400699839268,1408.10321540765,471.826808742521,1267.33587036786,646.149438683491,5021.82461803953,137.358242020217,454.287569638078,3071.78773608697,12146.2947536467,923.132455478757,3568.90597283058,313.00320946119,2788.48406833937,1259.8427807017,6776.79225445663,1327.11983934471,8310.48951568515,131.326049005465,820.386309797388,982.212896147513,1094.96550950931,549.217359441757,1442.41764367065,304.62607100173,627.958989436193,789.260156017285,2073.61767060678,914.533511902007,1501.89476549708,336.983825260062,1288.22332556911,9312.8058734645,2822.48028044014,68280.7196088515,25562.9830701533,2122.3855514756,11524.1562760288 -1586,438.121380948897,1370.72967082172,490.131032593364,1233.69853956833,706.180941174434,4888.53652934591,142.396103832768,442.229975739474,3364.78194459267,11823.9106531333,1010.62191848793,3474.18090932736,343.96798839376,2714.47277959655,1317.92169366031,6596.92422724088,1386.29077350379,8089.91445623864,138.377161229614,798.611809184502,997.452392877265,1065.90319231415,594.875282978,1404.13333359495,317.764145636269,611.291849532648,821.996157867919,2018.58019777197,1005.42231220191,1462.03182763323,353.206618811932,1254.03160484298,10409.2535668217,3087.82573453237,72354.9942400166,26630.9828704497,2328.54412622419,11873.7610860868 -1587,476.178953436695,1366.88239433822,531.152754095775,1230.23587331105,811.850370533209,4874.81569727492,153.907807169665,440.988752891398,3871.04912229411,11790.7240559748,1162.47625621304,3464.42980026742,396.172562843256,2706.85397078811,1434.64777147404,6578.4084017042,1510.75061806806,8067.20820109327,156.923459724475,796.370316570515,1076.93358343031,1062.91148331947,682.902605170507,1400.19230184447,346.240363050585,609.576114616185,894.0733569877,2012.91457581145,1159.09987145214,1457.928290088,385.05840387883,1250.51186903687,11971.8422730584,3506.44472673722,81089.7875214614,29566.5185726386,2625.68857380632,13093.0689418242 -1588,584.477227023167,1381.3747656009,654.418013716312,1243.2794497669,982.04753568514,4926.50093311869,190.337442179348,445.664336362253,4675.16869189831,11915.7352136156,1404.49852160949,3501.16141893993,477.602125729487,2735.5533913535,1757.86015216413,6648.1559800401,1847.59278979009,8152.74078003927,194.625831475033,804.81383324622,1334.79842139299,1074.18100284758,832.536474116964,1415.03784141798,423.489520696709,616.039145673191,1096.49122340035,2034.25650359805,1397.68091407476,1473.38597550545,470.776862507802,1263.77042174744,14232.9648033621,4217.60687860088,99577.7971502535,36607.9662594651,3151.64435003592,16337.8671750876 -1589,795.3451506861,1394.50757601036,871.715123755992,1255.09937995989,1229.93023449351,4973.33746462904,254.546967622364,449.901293183421,5838.22617627209,12029.0188027954,1755.15430004571,3534.44716461361,594.604190456363,2761.56045688576,2297.76641447535,6711.36038642752,2464.61879534941,8230.24936181441,254.62254687156,812.465245267152,1955.50210746171,1084.39330424988,1057.89541663116,1428.49068865127,569.203467515313,621.895865736708,1463.75715619593,2053.5962987436,1740.72919399797,1487.3935418503,616.437092343613,1275.78516080536,17095.5673584439,5213.45894150671,128981.128596048,49103.7273278863,3779.19570610794,22133.411265463 -1590,793.071616969154,1419.21113917467,864.198736639644,1277.3333407814,1266.00875740384,5061.43964371247,251.465906817234,457.871249894346,6010.34393242851,12242.1116758005,1806.83473646654,3597.05954498643,612.44650068563,2810.48122601769,2288.14656960793,6830.25146889754,2458.00403219725,8376.04741158138,261.1279175371,826.85798636841,1943.74374705884,1103.60322389989,1090.01375450476,1453.79625927978,567.849017044592,632.912689212705,1458.65623297057,2089.97555315047,1794.31851479485,1513.74257067122,614.315198176455,1298.38556817941,17531.1262435995,5314.38917500901,130995.592953471,49698.3520261745,3827.87981187419,22350.6295211377 -1591,770.731280266549,1510.56226177653,839.593009725216,1359.5521392366,1231.19148801676,5387.23203687506,244.567726183208,487.343293574395,5845.80139870341,13030.1062269511,1757.31429921638,3828.59340096459,596.194489461673,2991.38497455893,2223.155644222,7269.89791903722,2388.61993598041,8915.1929360869,253.062037089886,880.080796704438,1893.06388227989,1174.63944298489,1061.75251900112,1547.37354080875,551.84684697258,673.651718855728,1417.40599785786,2224.50212761196,1748.0203868984,1611.17844849378,596.901642470043,1381.95944661742,17072.5457467298,5171.68069363841,127275.272189737,48267.7930168068,3723.93771217441,21704.2049278075 -1592,744.7831427551,1624.56314040182,812.557514705262,1462.15640940258,1150.4709796476,5793.80196193049,237.798301754423,524.122686960194,5458.26261257696,14013.4775159347,1641.13120971513,4117.53416339011,556.3459282871,3217.14231276035,2128.13118989079,7818.55107373188,2293.04649254619,9588.01513848495,239.064231430126,946.499763088222,1867.86949378874,1263.28850562645,997.48820682416,1664.15253607257,530.631680464749,724.49165427598,1363.62487933669,2392.38345463077,1632.64675097316,1732.77274711899,570.683394597902,1486.25477765106,15804.7282271124,4835.69730031395,120585.518422631,46179.0209009138,3461.43457688109,20835.4256139872 -1593,723.385518001977,1695.86792985749,787.883499044962,1526.33289619516,1070.0594157184,6048.10160641283,230.761364252112,547.127307041254,5075.38275556129,14628.5524483675,1526.11287094509,4298.25961461784,517.457019562648,3358.34806189705,2058.69018582522,8161.72033831519,2219.56721051772,10008.8491360964,223.170839661158,988.043218463034,1827.10503488667,1318.73634798804,930.035551825147,1737.19497022347,513.9654831005,756.290802973741,1321.95464510979,2497.38916003381,1518.87992815,1808.82703693704,551.485274700105,1551.48898207335,14718.1673421448,4542.7272984457,114028.869696078,43979.7438216041,3258.70908860106,19903.054184374 -1594,702.559722002525,1727.45609526009,764.929376344997,1554.76320915503,1025.72637469953,6160.75686131299,224.062284336579,557.318400089726,4864.62065470203,14901.0318827646,1462.77496859588,4378.32135365979,495.949281278719,3420.90249328347,1997.99790350732,8313.74501398561,2154.81771089506,10195.2794449868,214.205976673878,1006.44705290098,1776.62994283283,1343.29985387742,892.1367422272,1769.55291572728,499.036951214857,770.377889919719,1283.46867953279,2543.90689910589,1455.89037943963,1842.51924057005,535.222052190883,1580.38786607439,14114.5520441205,4368.86089325238,109898.31004537,42474.3453595032,3137.44633275688,19242.3924580538 -1595,666.391018738124,1732.98113103333,724.749336355207,1559.73590997971,972.415505478492,6180.46121278243,212.982988614186,559.10090796708,4610.02891919104,14948.6908272879,1386.35017551359,4392.32482510669,469.646955723562,3431.84378939169,1878.7154288651,8340.33540822947,2031.03212980895,10227.887673819,204.342131146532,1009.66603831336,1714.3570044916,1347.59621762712,846.523727889337,1775.21259251378,471.072747418208,772.841839893558,1212.4605200282,2552.0432428659,1378.31844492839,1848.41229032395,502.577478381242,1585.44252391468,13256.9302414108,4110.82578241837,104043.301310996,40388.8144713944,2923.47207942821,18282.6901600145 -1596,647.828420482314,1687.59483784979,701.826972466023,1518.88686088648,867.574807427028,6018.59665488873,206.664040967772,544.458210897986,4104.81446316583,14557.1887777574,1235.02518593547,4277.29106120716,417.550824912585,3341.96475632191,1808.61170982221,8121.90434668569,1962.99656054844,9960.02214412594,187.312301539038,983.223165963658,1694.44722096882,1312.30304799533,763.611572427001,1728.7202691156,456.094604581529,752.601327344527,1173.34836414587,2485.20594108367,1226.16748188058,1800.00288722637,483.578345189344,1543.92022576183,11628.4290298936,3709.01842175199,96766.6979897148,38301.9344199292,2632.2624619736,17516.5427930694 -1597,642.903579203743,1622.85645500181,695.725564515741,1460.62034045309,850.942193433951,5787.71528116502,205.270335938317,523.572069680137,4025.66220211584,13998.7556520163,1211.24435378624,4113.20848637213,409.236626097845,3213.76254272963,1789.88329945306,7810.3372920481,1942.47800761378,9577.9424456822,183.997867571538,945.505417416698,1689.36738872557,1261.96135742584,749.479227398321,1662.40426001849,451.519239551699,723.730539304187,1162.93270977212,2389.87013531944,1202.50623078664,1730.95238207715,478.005451430614,1484.69339215201,11392.696452375,3643.24291160724,95285.3504164382,37810.6381813413,2581.85273155639,17296.6061406524 -1598,645.554886765368,1565.4944294902,700.680377159132,1408.99276675512,862.671527672293,5583.14076652521,206.438802576586,505.065716684104,4082.37328500185,13503.9509658922,1228.21706649544,3967.82164738053,415.329879352084,3100.16782004414,1798.99186495479,7534.27050522919,1953.99707275138,9239.39729757342,185.787207238209,912.085267588873,1697.27455323585,1217.35565039845,759.120256046354,1603.64436460084,454.152133655856,698.149318284213,1168.24744092052,2305.39698844986,1220.222025892,1669.76956187512,480.960563297865,1432.21492433987,11582.2652692578,3690.64096873059,96130.9402875922,38066.7772095422,2615.7179248372,17392.7225875517 -1599,657.674657715021,1531.99709030394,713.961499620712,1378.84413912036,885.345097167372,5463.67668127653,210.455023123976,494.25867878961,4189.67837500282,13215.0030032946,1260.5001169629,3882.92101467999,426.241410132846,3033.83262839727,1839.72477002971,7373.05753003074,1992.78430667143,9041.69922894839,190.882355458919,892.569114097885,1714.52229133219,1191.30753782549,779.029618245665,1569.33072016796,462.817245984099,683.210814462875,1192.27063504981,2256.06773921949,1252.259130608,1634.04101738248,491.451905342457,1401.56940545172,11898.5268852435,3786.99161921274,98515.383466741,38913.9539348581,2692.66100419329,17787.2355488563 -1600,680.38932293787,1521.40984774528,738.667274091793,1369.31529768597,918.363169601559,5425.91860023781,217.586510654012,490.842982668391,4344.25575381418,13123.6774759193,1307.1299806764,3856.08713432948,441.59483203461,3012.86658210219,1897.86065551914,7322.10420318472,2060.59279441715,8979.21434337961,199.027692281285,886.400795782443,1785.85205876533,1183.07471418323,808.562736324402,1558.48547438105,478.84581194236,678.489318151165,1231.825640242,2240.47662841708,1296.89015897218,1622.7485751766,507.418226833257,1391.88351547697,12255.8479007199,3908.73226052439,102190.28546301,40450.1901596725,2766.63666848562,18496.4852982637 -1601,694.391072462051,1568.30033794518,751.743530315756,1411.51817000329,955.870156136827,5593.14768931393,221.757625079335,505.970969451577,4520.7479499514,13528.1547250861,1360.30328975644,3974.93335860638,459.460832519174,3105.72439497295,1923.34964270398,7547.77452856803,2094.24864483699,9255.9574989435,207.939888960796,913.720040422153,1843.78528399471,1219.53757353265,842.594079891227,1606.51865095832,487.282903758748,699.400643768421,1253.09979829936,2309.52905866366,1349.51539190781,1672.76236749823,514.043539476657,1434.78194974082,12630.9336291823,4018.61672091071,105350.472897637,41745.8199245864,2811.57724018011,19055.4360308358 -1602,697.409817895051,1702.98394378379,751.20199147309,1532.7375259156,940.357061328731,6073.47998317271,222.025138152861,549.423102290293,4441.31119977143,14689.9351663914,1336.8505795352,4316.29549744691,450.902381192727,3372.43999155565,1912.91564724761,8195.96764883241,2088.84755594552,10050.8471647074,208.081550884178,992.189136419606,1877.58747024302,1324.26988397406,835.486452732229,1744.48439611753,486.850077799827,759.464267010381,1252.9012238401,2507.86842892575,1325.3922748636,1816.41703740729,510.494625572562,1557.99916898623,12176.7165591068,3924.97019050367,104871.687493094,41961.7834305917,2714.03564201265,19230.7248751443 -1603,689.643059470298,1739.2293392045,740.482443484468,1565.35948803436,959.617603582007,6202.74466847605,219.064765048148,561.1167284507,4531.48133741139,15002.5878550759,1364.05133336807,4408.16121211124,459.993043073807,3444.21719266945,1882.16243079418,8370.4062214165,2061.84909255433,10264.7639964707,212.832997363891,1013.3063569976,1871.48377437422,1352.45493279004,853.462081915979,1781.61306487177,481.022665022809,775.628296487094,1236.10941543465,2561.24455334626,1352.24722169223,1855.07668185671,502.641279898125,1591.15878634561,12300.0536102683,3947.30939764979,105629.651372358,42221.133247653,2698.73289528905,19316.3848578746 -1604,678.666946027988,1631.07169198307,729.731136685065,1468.01430447221,930.655923032959,5817.01389994814,215.724259674316,526.222500416592,4392.2962751708,14069.6202653157,1322.33426399742,4134.03040340905,445.670344388051,3230.03127728631,1858.92696921457,7849.87484422037,2033.36724951118,9626.42798286057,207.685182835413,950.291762535025,1831.16834680688,1268.34966834545,830.96749992181,1670.81969621596,474.068822286924,727.394213853242,1218.45475860516,2401.96815511384,1311.25182454354,1739.71482312868,496.532069457722,1492.20921896679,11892.8263949227,3843.69082487341,103520.966192569,41453.5177994087,2640.52564912512,19033.8128731184 -1605,613.728860052563,1552.13020458683,657.39722385372,1396.96455645464,852.828655038251,5535.47892406479,194.285590243648,500.754100046191,4025.49864883993,13388.6711958767,1211.86887371497,3933.94937043521,408.724430819135,3073.70248155121,1670.65779734167,7469.95236802092,1834.48415404902,9160.52292975048,189.984286745851,904.299029313289,1672.2454515853,1206.96339706759,762.256780562584,1589.9544634745,428.209588443625,692.189396402713,1098.74355360908,2285.7164049455,1203.24959841838,1655.5151668793,446.592068732866,1419.98847242904,10855.4206177577,3496.67926455481,94093.6666550413,37702.7391328121,2379.885199451,17279.2799247305 -1606,537.256613178895,1521.23628547189,581.964968831064,1369.15908634265,723.013560233752,5425.29961202179,172.579407739453,490.786987353206,3412.61629525154,13122.1803281907,1027.37163966717,3855.64723231989,345.828887845288,3012.5228746034,1475.7794842647,7321.26889831707,1610.00072709466,8978.18999556366,161.537813415799,886.299675274068,1450.3489847756,1182.93974914584,642.817880135324,1558.30768252412,375.138914644878,678.411916162014,965.829574507865,2240.22103508194,1016.14884157958,1622.56345219198,393.754441495929,1391.72472955377,9293.94784548146,3010.5121143605,81038.2015210872,32471.3678178148,2082.89597567048,14909.0996445412 -1607,444.914419504257,1414.12000627899,493.024508547057,1272.75116578961,660.364966843762,5043.28275277615,144.246421991199,456.228729399701,3131.65698400166,12198.1955763951,941.693212628914,3584.15582145179,318.268944159124,2800.39919309989,1296.03114401618,6805.74932331878,1378.143025757,8346.00003572885,138.934269682682,823.891800592203,1082.87933576105,1099.64427056174,569.074903335245,1448.58105926131,317.691319620445,630.642242960418,822.026624795479,2082.47818859625,931.205002246465,1508.31232538607,346.287563230967,1293.7278725801,9170.83401346667,2833.48683564409,70974.1013529845,27123.8947691863,2082.27508046408,12311.9219764077 -1608,411.291246090583,1311.51632374698,466.421745958276,1180.40471995964,736.152004496279,4677.35950709164,134.488543670452,423.126342398979,3567.69447793617,11313.1364719156,1112.65563718898,3324.10180593922,374.933133349405,2597.21186211248,1272.62863528239,6311.94756684714,1368.72987545806,7740.44298662709,145.534611423012,764.113046049915,967.928597873378,1019.85786549436,613.203301540281,1343.47700128434,308.192399422863,584.885011466147,801.892054246126,1931.38073576776,1142.05606532394,1398.87437223791,342.202301025657,1199.85942907345,11162.5020945056,3255.91510110873,73992.1437687695,26624.5024372823,2452.09678741673,11784.7577504039 -1609,423.442213587965,1247.64574946003,476.267472138204,1122.91925371744,693.796021471879,4449.5730644411,134.551509325115,402.520176851801,3354.64283775074,10762.1890606143,1046.42186617823,3162.21873404041,351.841835482976,2470.72818045761,1290.79525570919,6004.55702304375,1396.03167577347,7363.48501070288,141.687235930713,726.900898410059,1023.62415486877,970.190997929887,616.976142173544,1278.04994859759,315.218623184113,556.401232120238,819.48577841875,1837.32289254718,1071.78732622699,1330.749479019,346.843859268528,1141.42652251261,10282.8379575109,3089.82589544111,72740.5797175318,26811.4986009351,2324.5308924841,12042.3979605655 -1610,453.195388126406,1221.46691258372,513.106273218639,1099.35750152853,775.182422437034,4356.20950553535,140.09153796803,394.074261772311,3757.51453075491,10536.3704803228,1171.83680980626,3095.86720080954,395.42763829264,2418.88590869906,1410.50302420841,5878.56587620677,1516.73647619676,7208.98003762077,152.41279191227,711.648636257157,1045.05220628502,949.83387982592,682.551564341804,1251.23315293376,341.202734756062,544.726494239107,886.169441185878,1798.77110305571,1205.2606504787,1302.8269108144,379.991115408753,1117.4764399254,11851.8961314082,3494.61433169665,79478.2307659414,28667.3825498467,2665.81822802222,12791.697144243 -1611,518.651894292644,1217.09895208596,590.37078759439,1095.42620376669,923.953113858216,4340.63171882322,160.862800703999,392.665053883933,4483.7780329551,10498.6924641819,1398.19394682079,3084.79639283255,472.533622227317,2410.23598295081,1647.76963000394,5857.54414957117,1761.52378524617,7183.20075558776,178.237951724341,709.103783752816,1138.50437606977,946.437277900994,806.716029299708,1246.75874848678,394.81453330171,542.778554606515,1024.68661374616,1792.33870522183,1441.31378303487,1298.16800730811,444.935225772196,1113.48034891672,14338.1802953365,4183.70768232295,93420.0434366942,33151.8621834957,3229.8100233361,14730.1990717215 -1612,627.754204389227,1233.29800874866,715.463592311398,1110.00584917203,1147.10896859648,4398.40363543247,206.397861531046,397.891254634845,5560.73010064894,10638.4254857412,1734.18588031082,3125.85368852304,585.225415570875,2442.31517354692,1981.2355642614,5935.50550959085,2118.19661268741,7278.80602733651,225.002495861867,718.541646100046,1407.42641114464,959.033945629719,965.360345122277,1263.35256411437,475.244678802891,550.002700635315,1236.10954841475,1816.19395231975,1784.79725095586,1315.44605776739,533.812067064814,1128.30028712633,17503.6490167165,5099.61786749294,115196.128264538,41044.2773505509,3894.86096145401,18176.7872137185 -1613,749.031881441746,1234.07903617301,816.765858754403,1110.70879769156,1089.93377521429,4401.18907239763,236.365704144225,398.143232647924,5242.40883456892,10645.1626263165,1636.02736950711,3127.83324045447,547.695733663697,2443.86185173493,2146.9328927404,5939.26436799124,2389.79051770819,7283.41557594807,237.97085041823,718.996686752962,2018.54514277225,959.641286116046,994.089533270117,1264.15262459627,546.054905066527,550.351008335169,1406.80914846034,1817.34411819583,1672.81539505247,1316.27910820539,577.712469302001,1129.01482121371,15021.8502536648,4732.9158799805,120242.144906098,46778.5526896618,3380.78629653713,21341.3638439713 -1614,745.639445547892,1210.96645116176,807.795991982211,1089.90676576579,1087.54173888264,4318.76091860464,237.609923454008,390.686563308685,5228.2088618047,10445.7935268119,1631.66941940593,3069.25327146382,546.207733625844,2398.09171615339,2132.3086243731,5828.03020179457,2378.08329035662,7147.00732595996,238.583271256925,705.530878195902,2005.87363605146,941.668538702359,986.624845321124,1240.47680307532,543.649437067588,540.043698921972,1398.89991268587,1783.30778892088,1670.05422809899,1291.62703010084,574.212282860079,1107.86994291225,14874.4139721649,4698.09929300533,120092.900110243,46826.5425721933,3343.08476214256,21377.356062002 -1615,728.575855938919,1260.37358029627,789.951059217429,1134.37468993422,1025.81651620161,4494.96528677842,225.556210693629,406.626477635787,4928.85210167027,10871.9792970259,1538.31484408807,3194.47803932116,515.154775012598,2495.93325997381,2088.6876560533,6065.81238023865,2327.36703533806,7438.60344205408,226.133411818459,734.316362033191,1955.12313232507,980.088380184298,967.922628789875,1291.08794720662,531.812277308461,562.077347125292,1368.51081121239,1856.0663018667,1576.86643110468,1344.32509073547,562.570351733365,1153.07076022738,13999.2399653366,4480.15076776618,115381.685121949,45198.0849098716,3211.84398499552,20747.7285000385 -1616,709.018644479409,1368.58907973823,771.079816542688,1231.77194226054,994.487186083474,4880.90237804039,219.17112948786,441.539370171455,4777.76871070343,11805.4459198932,1491.17617529093,3468.75547728541,499.322691276427,2710.23374081883,2019.34829969966,6586.62218338798,2253.57608388931,8077.28089389602,219.532863609743,797.364662242039,1931.15807743107,1064.23863152007,931.510932436569,1401.94057789855,515.54532312587,610.337229587978,1327.61124420861,2015.42789512278,1529.22113740091,1459.74865512984,543.255772573499,1252.07325453592,13524.8302402886,4328.83366739058,111767.737012953,43918.5307274391,3081.21564885349,20147.4136385283 -1617,687.783870470342,1453.98126368928,746.462914857879,1308.62751405816,930.778385798366,5185.44295920041,205.580609849149,469.088918591441,4470.88525604478,12542.0386814023,1395.41775863172,3685.18611390442,467.426522097502,2879.33693006145,1949.19241620604,6997.5899906187,2177.17188035187,8581.25733658969,205.90987665607,847.115687529529,1888.70080807774,1130.64107644383,895.830381632721,1489.41370587298,498.49236208396,648.418805535609,1284.81344775753,2141.17914661846,1431.74378372429,1550.82867872975,523.778976244695,1330.19551289266,12654.8245477145,4087.50951420162,106014.105091428,41915.2087522714,2907.577641361,19296.758802233 -1618,672.221811681736,1508.1324039786,730.263573933303,1357.36519305715,905.5165821828,5378.5662518854,199.045118969826,486.559363688071,4350.51019237953,13009.1462797681,1357.82081666305,3822.43480838894,454.938452051856,2986.57309735865,1909.90592036827,7258.20371841028,2131.25743166948,8900.85214946464,199.751633949258,878.665117761047,1838.16921796873,1172.74994337106,879.141003907645,1544.88446918318,487.750789075453,672.56809726424,1257.2540993705,2220.92384158029,1393.41995578122,1608.58674167309,513.301823392492,1379.73645652773,12364.8164705959,3995.02405434551,103334.931092331,40811.3850252095,2853.20305212184,18800.4231617393 -1619,644.804882662013,1553.08479428457,701.290027601144,1397.82371631749,861.702182775495,5538.88334924597,191.339277816312,501.062073374455,4138.51178683559,13396.9054841807,1291.69562985929,3936.36882437622,432.42953447233,3075.59286723801,1825.9300922886,7474.54653128896,2037.83455703487,9166.15682617799,191.139619268282,904.855190474581,1776.5629933039,1207.70570259131,838.153082234738,1590.93231581332,466.625060922363,692.615106091719,1204.06881421275,2287.12216415672,1323.97754493617,1656.53334030193,490.16847507122,1420.86179243962,11707.3734794974,3795.87988367476,98679.0491678448,39090.6871492463,2702.73718578904,18016.803235604 -1620,634.840917504384,1517.36008287813,689.514307242208,1365.67038570329,826.463957499253,5411.47561858377,185.566738685689,489.536432254349,3967.10673947995,13088.7442144786,1238.25655075782,3845.82280862893,414.339842855591,3004.84678306402,1791.53055593199,7302.61385980379,2002.11829800248,8955.31302130237,184.564928140658,884.041329786943,1759.01091015736,1179.92554670557,820.624200254882,1554.33701975558,458.741659170322,676.683281331134,1183.52236013004,2234.51281560958,1268.14615653414,1618.42906181358,480.844397256746,1388.17853028281,11167.199853361,3656.19700978952,95807.2954689457,38170.6370748355,2600.82736487129,17647.7733939107 -1621,639.558852489415,1447.96447001203,696.029698684745,1303.21221611101,844.549834513371,5163.98481445687,186.3788641343,467.147757924565,4057.32507045901,12490.1378344502,1266.32341445471,3669.9362581715,423.823084253339,2867.42179974436,1814.00724212335,6968.63290825252,2020.8158859377,8545.74679998578,186.643081625339,843.610195099941,1757.41403799241,1125.96231320948,832.845711365678,1483.25028740804,462.552293811182,645.735550760059,1195.19287263012,2132.31862449692,1297.48442213981,1544.41111584796,486.511923078752,1324.69096331465,11540.3965577752,3746.54435998385,97097.0728463214,38450.3668627145,2679.22477338386,17738.667479406 -1622,645.583631168253,1387.73868382493,705.417919632315,1249.00717040069,820.046414712655,4949.19705429428,183.548664246276,447.717487659499,3936.90005220445,11970.6303560251,1228.81175957967,3517.29107869201,411.239024409343,2748.15593666818,1837.84073909512,6678.78367214157,2046.92853229777,8190.30001227507,182.784821902184,808.521566692559,1766.95627722653,1079.12969615671,846.348915733189,1421.55684359678,468.244522061982,618.877204427044,1208.56827341587,2043.62821238988,1259.31511560202,1480.17378435649,493.506444344205,1269.59254317185,11172.5690365662,3685.93013600925,96391.3905620531,38361.0453986568,2660.74832817505,17804.6948318138 -1623,646.871819464689,1346.77820335968,704.581211281557,1212.14148783346,869.92834062253,4803.11660584677,191.924452953407,434.502662980343,4179.60678504998,11617.3053557425,1304.4786732119,3413.47475203152,436.85995397281,2667.04139480854,1832.70194283184,6481.65276318659,2042.5514238028,7948.55520284691,192.261032621304,784.657252593476,1780.7868288775,1047.27811534103,840.860947021928,1379.5981866817,467.62536227938,600.610431339438,1208.21677326161,1983.3085034652,1337.35007011808,1436.48499043153,491.501322133058,1232.11926295739,11871.3526707684,3832.70893058987,99168.5260932719,39200.9496048397,2729.75434478587,18042.5949194953 -1624,678.988028072072,1347.18318012699,741.782716814749,1212.50597928427,916.83480892954,4804.56090501286,202.723043023074,434.633318112273,4404.80188330595,11620.7986843069,1374.76793881621,3414.50118531275,460.138479395051,2667.84337526801,1932.65885005921,6483.60179887508,2152.65321126162,7950.94533671065,202.725282668604,784.893199356504,1858.63165498455,1047.59303230699,889.936343487965,1380.01303243168,492.442715969237,600.791035146574,1271.01618247951,1983.90488515916,1407.84387616976,1436.91694206712,518.963497596107,1232.48976173351,12521.5147552147,4044.23846132723,104597.229562092,41267.1333788664,2894.40933310807,18999.5601368585 -1625,696.793055392543,1421.1492418745,759.95120297531,1279.07769236379,933.812103451275,5068.35164543494,209.851940818053,458.4965278964,4483.12862329396,12258.8297447584,1399.30267903801,3601.97176038777,468.037730956597,2814.31927456566,1975.19925109818,6839.5789949062,2203.53934541666,8387.48590699212,208.559621048117,827.987159929359,1920.30235649263,1105.11032621098,907.248508057179,1455.78159210119,504.470446515571,633.777007253808,1301.79196627626,2092.82966495269,1432.38872995815,1515.80976735682,530.269291148166,1300.15866909841,12625.6173231421,4101.97869830468,107075.566871445,42434.3870008045,2921.93689897314,19560.0809605921 -1626,702.0017747704,1589.82194480337,762.310877525364,1430.88827303332,946.47213528408,5669.9018178165,215.509668991733,512.914351419132,4540.6820214564,13713.8000510902,1417.35478621154,4029.48091621486,473.764170898231,3148.34389700411,1974.13088717608,7651.35177849134,2206.74717448301,9382.97594915276,213.035743725396,926.258916435014,1956.19221732437,1236.27314871001,901.652180640597,1628.56472337171,505.923451130116,708.998439118817,1306.55513097902,2341.22246280669,1450.2893090835,1695.71749488643,529.255026805812,1454.47129896969,12631.3222451292,4109.14756397456,108240.673891604,43076.5009495558,2893.72879061709,19835.3497728202 -1627,701.065649932342,1671.85861017493,760.503508987268,1504.72377569612,984.860780706824,5962.47536017963,222.9229225767,539.381329780563,4726.23708698695,14421.4481178697,1475.23710250782,4237.40682805995,493.245872754474,3310.80211164716,1972.23379275528,8046.17044830771,2206.74717448301,9867.14844447278,220.876106461741,974.054956125732,1952.40620898554,1300.06628412374,901.652180640597,1712.60056127411,505.923451130116,745.583584951697,1305.04358385498,2462.03227070338,1509.76530793399,1783.21849406901,529.255026805812,1529.52371325805,13138.4301533963,4221.74455165057,110628.742964455,43794.0655821871,2957.08639902655,20069.3867454346 -1628,683.983404925998,1590.83438672164,741.660091173838,1431.79950166034,951.72283552825,5673.51256573174,217.697288264191,513.240989248955,4564.26538508123,13722.5333725013,1424.76018153623,4032.04699941793,476.084187964071,3150.3488481528,1922.11721739181,7656.22436771258,2151.56887140124,9388.95128381212,214.934251138477,926.848783342583,1908.13315384987,1237.06044112491,878.157021379105,1629.60183774665,493.371846194782,709.449948636657,1272.59809394156,2342.71341704158,1458.3074520701,1696.79737397538,515.776042255278,1455.39754590999,12596.0908571057,4074.63247436275,107635.405039384,42750.3469962798,2851.67183151714,19627.8887281299 -1629,616.766581467869,1528.69942394497,665.868065744736,1375.87613874972,887.255651428292,5451.9159652137,200.401477634183,493.194773232615,4257.4318850119,13186.5573416719,1328.91647778339,3874.56291916812,444.516010290079,3027.30221925959,1720.0300650167,7357.18681856958,1933.55385073108,9022.23671980659,199.011281201147,890.64783424739,1741.74221747146,1188.74321520664,782.75021280266,1565.95269213204,444.04671870637,681.740184176956,1143.39615777279,2251.21149064416,1362.13342116758,1630.52369863148,461.854252434754,1398.55248831305,11755.5193195454,3750.76118093462,98427.3100917659,39003.7707877751,2589.56448111935,17813.082649837 -1630,551.181876611703,1507.52493882764,604.133133110669,1356.81845588094,755.754193156334,5376.39980313625,171.957083887489,486.363380990177,3626.70493572046,13003.9062869215,1132.03364499373,3820.8951584671,378.024447713878,2985.37012666944,1567.74663442931,7255.28016487753,1744.24485398295,8897.26694866902,169.748398706114,878.311197616506,1515.08402122018,1172.27756792213,720.930122906358,1544.26220055822,399.031985985685,672.297191553536,1031.41869377,2220.02926903935,1156.3288583248,1607.93881421972,420.461550624703,1379.18070836356,10147.096915648,3288.75133208985,86144.7571615372,34048.5879154639,2343.58584604712,15662.2208246418 -1631,446.261273159733,1406.30974606503,498.022870513646,1265.7216932213,676.643490816248,5015.42843315913,141.50819068468,453.708953795175,3261.0129357677,12130.8242916602,1017.50587874188,3564.36033769609,340.848206971988,2784.93243900268,1329.28963112443,6768.160806835,1450.29551813134,8299.90463241423,144.373721634709,819.341402236903,1128.31890665146,1093.57087660809,627.30192736414,1440.58046881382,328.8899291322,627.159172218499,853.899862117476,2070.9765504958,1039.43596610036,1499.98183597013,356.799250903578,1286.58254454144,9645.53766490204,2995.00672931075,73807.7160396911,27987.2754804288,2223.47174968007,12722.4004746054 -1632,384.876625020911,1326.52938182983,437.835114410519,1193.91693044544,655.657039981191,4730.90170758347,123.095060327676,427.969911815389,3304.10241108103,11442.6390727425,1015.71787587897,3362.15313064048,341.167099419905,2626.94240517426,1287.48102988235,6384.20105978598,1416.22894913376,7829.04860902093,136.168729067828,772.859924250746,951.773408127186,1031.53228013464,602.920882777342,1358.85591642864,302.257409993938,591.580248490607,804.431694203764,1953.48944355978,1033.46041456951,1414.88742660923,342.285347008434,1213.59433955362,10109.8227198607,3051.29256562624,70711.7231330644,25931.5523806167,2347.24813300907,11690.7045122385 -1633,411.275317930756,1283.80436093814,465.495780197553,1155.46310763914,686.199063659386,4578.52824562951,131.416157795754,414.185804449364,3455.01346043855,11074.0931512306,1062.22188965243,3253.86449058824,356.565633951335,2542.33352226543,1342.27470841686,6178.57792969,1480.37364459527,7576.88965199797,143.949975933613,747.96755709909,1009.73321554416,998.308562045249,626.352614717808,1315.08971854908,316.421711736467,572.526559351049,841.619238103259,1890.57121616804,1079.75570821153,1369.3165589833,356.785674914968,1174.50674434336,10467.935836064,3170.90758191657,74234.2193883148,27379.4694884229,2423.50888282912,12347.4269083805 -1634,419.58502008241,1268.58881727753,476.310477454073,1141.76865395334,733.567414999771,4524.26390556155,133.055984849235,409.276908372242,3701.39379255216,10942.8439103253,1137.67492856136,3215.29995635808,383.02851770205,2512.2019945305,1425.37121339416,6105.34993241093,1567.88123746817,7487.08897923246,149.565718583142,739.102707151518,1027.45579837864,986.476691103907,670.194931143817,1299.50338340408,334.291802241438,565.741021674347,888.113737468827,1868.1643216611,1160.7401135647,1353.08753178699,379.639454631823,1160.58658704216,11457.140243274,3430.36694313085,78322.2861155488,28490.6890008902,2647.55828478566,12815.1465227185 -1635,471.049858197321,1292.13530797226,533.82843774554,1162.9612142374,835.630834471306,4608.2395298946,148.20661812517,416.873565999444,4219.17835569639,11145.9558791516,1296.71867619798,3274.97968037269,437.032934009367,2558.83139885903,1551.6946678445,6218.67236077672,1708.64393050177,7626.05809876044,168.553548359131,752.821316979516,1109.41540522804,1004.78685111107,730.868273879845,1323.62368456735,364.24249706316,576.241836060422,966.084595451463,1902.83963427392,1325.68585912547,1378.20241735311,413.853440628032,1182.12843015163,13082.0806620383,3870.06944029205,87493.9677529804,31561.7750773018,2971.53267408023,14086.8119015177 -1636,587.251831889258,1361.96482371593,660.088618975417,1225.80990966258,989.714628021382,4857.27779455462,185.074501581228,439.402227711938,4986.27449972464,11748.3051042981,1532.88380235837,3451.96597874237,515.474160307574,2697.11564536911,1892.14758937925,6554.74156099308,2080.74614687762,8038.1851730567,205.208242682204,793.505251302683,1374.12587557015,1059.08749501871,888.543868756158,1395.15489368293,443.748235058133,607.383070353049,1179.84030901376,2005.67280459237,1563.86025999429,1452.68316778747,503.595440316954,1246.01295936076,15189.7361062336,4565.89320294673,105920.57960527,38704.7498014165,3506.23507894206,17393.0816645646 -1637,779.959790267786,1507.66957499077,863.810253370108,1356.94863284217,1202.0115355668,5376.91562998525,244.992501461422,486.410044054582,6031.30853557268,13005.1539180966,1855.06690339133,3821.26174584566,621.367659909017,2985.6565514373,2388.76305532447,7255.97625676858,2685.43816923444,8898.12057736905,261.648402304362,878.395465251743,2003.96198217264,1172.39003951392,1095.20099569619,1544.41036139709,579.016729981938,672.361693628271,1527.62769364523,2220.24226486266,1885.42406152616,1608.09308437117,636.608061170773,1379.3130308219,17569.3260656867,5445.89169679013,133139.958207701,50653.2892582272,4029.96028094238,22998.2755810722 -1638,809.680591385436,1771.77209149893,896.321867505354,1594.64895833167,1263.50979102842,6318.80433855046,253.495742711836,571.615793922183,6343.88962404041,15283.3015535732,1951.05800655547,4490.64239798249,654.101543478338,3508.6620041861,2431.88419573218,8527.02504685093,2730.79512029054,10456.8281852284,272.632452687001,1032.26635096207,1996.53509931708,1377.76074202121,1119.04864357788,1814.94885984011,588.141714260142,790.141091870752,1550.74077381032,2609.16804749748,1985.92422683614,1889.78705591954,648.744206428647,1620.93098779021,18555.2694296138,5693.52476150005,137968.440762467,52064.8350892707,4216.5384502143,23521.7369955042 -1639,786.945807978939,1919.96455559813,868.092769557524,1728.02669898028,1229.79874112623,6847.31429171172,244.843969561936,619.426205557963,6175.67627488033,16561.6093718655,1899.28491022536,4866.24339403519,637.286913216166,3802.12935847302,2372.82255800312,9240.2323827106,2663.62008301304,11331.445830955,264.423928186694,1118.60595123557,1945.32049486075,1492.99777520336,1092.56495154723,1966.75266409024,573.546244900718,856.229137817621,1512.2428319182,2827.40099295518,1936.23998525084,2047.85038798307,633.055724229437,1756.50697883778,18101.4657702543,5552.86515643157,134306.10215174,50649.7213442065,4117.58978096809,22891.4478185247 -1640,753.962554764257,1986.4385527623,829.010424390281,1787.85532527064,1160.29066519457,7084.38551757486,234.21153016001,640.872297211903,5822.53159665956,17135.0139022822,1790.83155477253,5034.72496763095,600.577273558847,3933.76863038354,2300.17059873087,9560.1524455126,2584.67561331819,11723.7689578776,251.457773790025,1157.33489996196,1921.55468860965,1544.68910960097,1055.47545765022,2034.84658313378,557.123525942802,885.873941995496,1469.88078080704,2925.29271967465,1825.8989274972,2118.7521140001,613.075337871957,1817.32166397853,16978.094398856,5258.2032529464,128375.1437363,48785.8354165311,3893.83276438538,22149.8364957611 -1641,710.662312366339,1990.60402487641,779.932269024869,1791.60437730707,1090.01936151749,7099.24115470394,220.110250684746,642.216177534316,5469.39656769951,17170.9452541408,1682.23694011428,5045.28255896732,564.364009244511,3942.01756590205,2219.0976862353,9580.19965430395,2495.54541801576,11748.3531729788,236.448381978583,1159.76177908479,1878.93693291557,1547.92825304292,1014.9893351115,2039.11356470577,538.411951297281,887.73157972452,1421.53920537808,2931.42692666155,1715.96378435759,2123.1950416886,590.876255912168,1821.13250559915,15961.6834063924,4975.06673443927,121782.800431648,46528.6508745745,3683.0055868478,21207.2624202834 -1642,671.700718798573,2011.57601880417,734.279192825629,1810.47981192505,1011.46934179633,7174.03515719142,207.615186380112,648.982241305537,5070.91724790307,17351.8496204053,1559.83856631465,5098.43709591602,522.982737350191,3983.54866270588,2118.82353541447,9681.13177664773,2388.0183087743,11872.1278606243,221.500123567883,1171.98044069939,1823.97843755781,1564.23643966253,965.955799896425,2060.59663053032,515.861570286185,897.084269193046,1361.43983559003,2962.31095328731,1590.7014614828,2145.56394728977,564.04579800313,1840.31903359356,14700.2775100167,4633.10536135378,114669.161978232,44192.0095771497,3422.0697229543,20241.7160252932 -1643,648.965935392076,2041.74676832711,711.281634213641,1837.63440733249,979.306476873337,7281.63537501716,201.362572469433,658.716042297508,4909.86047647694,17612.1024290305,1510.28961907173,5174.90632558539,506.168107088019,4043.29616804071,2020.90871647225,9826.33484091244,2278.51666225669,12050.1927175518,214.562759518777,1189.55846310151,1762.27473923942,1587.69773835298,918.676420074272,2091.5026187835,492.572284265452,910.539244065375,1301.13921152545,3006.74136056261,1538.83991732142,2177.74432319105,537.409324838721,1867.92117444522,14203.3220799665,4460.675327675,110357.042763849,42514.7983083833,3278.08718121475,19421.7258315263 -1644,628.169919642109,2019.55984129152,686.578779119265,1817.66549583668,935.056224979696,7202.50846502447,194.651078010893,651.558012225247,4684.96917608657,17420.7180528689,1441.22650901353,5118.6724816813,482.785602470279,3999.35912430188,1994.40870828008,9719.55559799915,2249.75805528678,11919.2476117548,206.343562566105,1176.63195956306,1745.74242196073,1570.44479865357,905.93135950903,2068.77501283473,486.495911777729,900.644741924116,1284.98062987656,2974.0681847229,1467.37655150057,2154.07955969033,530.328896780944,1847.62314755542,13509.746691157,4289.35254055076,106996.613282454,41489.7464704912,3159.57277022132,19055.0617347944 -1645,617.707824024212,1993.58349279886,675.95192303591,1794.28598937316,919.748885007801,7109.86705570176,191.658057679955,643.177424711721,4608.01907924047,17196.6461368596,1417.56410993567,5052.83416509104,474.610246055527,3947.91784277307,1973.63458203576,9594.53896900642,2226.004327409,11765.9377056046,203.086740616752,1161.49767079167,1740.38087843903,1550.24513903258,894.484103641053,2042.16564004589,481.589611916537,889.060305946553,1273.35700503517,2935.81458607842,1443.26019823328,2126.37296730353,524.242638271213,1823.85831435627,13280.7690483133,4223.58094767822,105470.648347575,40973.9778938035,3106.63429156027,18830.4994162462 -1646,616.255964097883,1955.6603380884,672.868884894475,1760.153992687,912.771187857231,6974.61885099998,190.861725772455,630.942513522036,4572.22654131006,16869.5211008103,1406.58462370512,4956.71608803975,471.098407400198,3872.81815435949,1980.93335190267,9412.02582771515,2236.36602043989,11542.1189001545,201.952076903523,1139.40295741529,1748.29604730637,1520.75543546159,898.681751529951,2003.31832625563,483.827178038685,872.148061412464,1277.75779232497,2879.96773985842,1432.69353826426,2085.92381064545,526.691690379741,1789.1637749627,13171.713735968,4204.60924524064,105241.591065831,40963.5603107294,3097.16859655307,18863.3079507726 -1647,633.285689071785,1926.29954490599,692.581077990465,1733.72838270658,939.380957566004,6869.90724151336,196.449600480582,621.470023699176,4705.84494012574,16616.2549735178,1447.6782957165,4882.29973204454,484.881345394866,3814.67461550018,1993.17155975789,9270.72084833145,2249.05418559355,11368.8343275147,207.898388945613,1122.29683017399,1763.42440549702,1497.92397288498,902.727282520297,1973.24203237669,486.701070039557,859.054295405732,1286.76062118111,2836.73010010311,1474.5542635263,2054.60734100814,529.407470756073,1762.30263423031,13527.184860235,4294.14690400042,107349.0176327,41686.6194601965,3149.8146898403,19128.4293084589 -1648,655.286077040701,1885.33906724664,715.048754404551,1696.86270266476,955.255285974884,6723.82680307277,203.51209765439,608.255199925273,4780.99383096247,16262.9299974389,1470.96123152935,4778.48341249576,492.088294556388,3733.56007919711,2049.08742164882,9073.58995288049,2318.02779272389,11127.0895346467,213.550362607031,1098.43251770968,1836.04458474196,1466.07239425122,926.655799910845,1931.2833783359,502.086733974074,840.787523569451,1325.52690210862,2776.4103953105,1496.16736283134,2010.91855007599,544.671611704436,1724.82935658287,13621.8421579396,4357.82552603681,110104.927516569,43009.2497017777,3185.72483368544,19780.9225208163 -1649,682.000777032977,1903.04232373161,743.682507101506,1712.79617381958,984.568947025169,6786.96326087137,211.900685394396,613.966691295531,4925.3422717487,16415.638242838,1515.46175677424,4823.35317567534,506.782838461236,3768.61805515078,2068.84517360207,9158.79059024373,2347.35319758351,11231.5724488266,221.471663694909,1108.7467539817,1894.68607205385,1479.83875387949,931.238551105704,1949.41805001687,509.312327995091,848.682483917801,1343.93506837397,2802.48077500485,1541.09108465048,2029.80099275213,549.715202967841,1741.0254334705,13907.1749094651,4442.08033511545,112879.453388584,44204.1339679261,3212.85321524137,20274.6536418093 -1650,699.833416819512,2020.57228320978,759.579452483595,1818.5767244637,991.917393304279,7206.11921293971,216.833984416693,651.884650055071,4957.54204692107,17429.45137428,1525.54105726934,5121.23856488437,509.782072818425,4001.36407545057,2065.58443259817,9724.42818722039,2348.27193031981,11925.2229464142,225.141533342297,1177.22182647063,1929.81604594508,1571.23209106847,924.678280229687,2069.81212720967,510.35897039747,901.096251441955,1347.56213574192,2975.5591389578,1550.68598893579,2155.15943877929,548.139079185905,1848.54939449572,13826.6011653709,4431.47289308691,113825.640245257,44798.2172263757,3173.47892735828,20531.3202594837 -1651,710.150406002749,2085.74456893534,768.703339459124,1877.23377072998,992.164559389973,7438.54804719654,219.769677992427,672.910778655629,4955.14687174905,17991.627345139,1524.94093344571,5286.42088763165,509.285697475442,4130.42555223326,2012.46945104806,10038.0834905231,2297.38219790166,12309.8634978376,226.972910681869,1215.19237465375,1921.64658424731,1621.9111920495,897.129769909185,2136.57261307482,500.217782189106,930.160543203848,1318.60370077671,3071.53392392782,1549.55430679641,2224.67274839726,534.317694861331,1908.17319034652,13651.116150741,4370.0944157195,113207.207292103,44675.7106955463,3091.26620755415,20413.3618314545 -1652,690.618418582507,1953.46189478439,743.533215891233,1758.17532661504,943.000856984695,6966.7783769604,212.794998123991,630.233243452457,4704.00513707353,16850.5573344631,1447.86386927322,4951.14402673574,483.087230351375,3868.4645501199,1940.26819633847,9401.44535790905,2218.96563047673,11529.1438995801,218.254630241567,1138.12210472655,1876.24121002626,1519.04588777633,862.443333753723,2001.06630852311,483.641194534819,871.16764163896,1274.52874311985,2876.73024218556,1471.15311863332,2083.57893247571,515.028378022505,1787.15249772593,12801.9183349706,4141.12315066965,108770.660042691,43232.9254789845,2914.78808502224,19812.7674044635 -1653,619.553073672301,1828.584506886,663.4464154984,1645.781866143,827.323595051657,6521.41873718211,189.981230904715,589.944829627135,4122.40534348649,15773.3653041614,1269.02344041045,4634.63622342601,423.275731658122,3621.16832720084,1735.34612643692,8800.44671959432,1992.98292107323,10792.1295873336,193.686632657267,1065.3662880264,1712.57628915788,1421.93906267277,768.340924805069,1873.14575154321,435.153644857185,815.477208260181,1144.65632709915,2692.83182098186,1290.32045074254,1950.38365732733,460.955246890272,1672.90663693491,11087.7874788974,3628.88144144658,96614.372837057,38744.0210909205,2534.75303938765,17820.3231974032 -1654,528.71632131903,1722.04676392789,571.783735873786,1549.89464585868,717.933458789358,6141.46515531166,164.55905795262,555.573221215491,3579.59688142524,14854.3710044553,1101.84202295506,4364.61114073701,367.032872963248,3410.19032809902,1535.37265062412,8287.71147164816,1752.29861362014,10163.3540926183,167.366178554746,1003.29547898116,1485.63061664902,1339.09346391009,682.512507370918,1764.01176301301,381.750207939378,767.965539603546,1007.66394586026,2535.94094539321,1116.59163012451,1836.74960214883,407.088226439361,1575.43906209353,9736.93726684167,3185.10443203114,84124.9419176835,33601.5521425994,2255.22775183875,15476.4838365086 -1655,427.178053325038,1578.77187325688,474.369212275527,1420.94287138394,645.074379013049,5630.49311487762,135.445247077958,509.349335664424,3233.07270734002,13618.4821620434,994.54460079822,4001.47397332107,332.381764976069,3126.46130478768,1339.1197764783,7598.17099000363,1494.19540552832,9317.75949148839,142.636125672951,919.820945610269,1109.07991380122,1227.68042121062,614.073526967388,1617.24536979871,321.594046803925,704.070539171138,853.609583923179,2324.94977528666,1007.8803293018,1683.93139537863,355.427781702558,1444.36198328911,9369.41970977633,2946.38034130261,72956.1374164543,27904.3830740267,2203.21601028435,12751.0386651613 -1656,427.18518349464,1480.59400344316,471.805140848379,1332.57979207997,685.488532071981,5280.35397863929,125.81714633456,477.67482105364,3533.85473598164,12771.6001068118,1142.45148261675,3752.63739504754,375.919083377585,2932.03846501041,1354.20295294216,7125.66938612078,1478.42035707179,8738.32316265147,146.929008657378,862.620749318598,997.518742778001,1151.33560495935,659.750853563833,1516.67497830484,314.392241350717,660.287047138293,884.474357552607,2180.36991531571,1186.56856936038,1579.2140514031,387.776355437632,1354.54255772085,10813.8339810253,3306.96133299388,75981.4528218651,27681.281342634,2535.30452064592,12507.5744765409 -1657,448.272093259495,1428.72808759454,492.673997132266,1285.8988848246,719.668236018383,5095.38065410189,134.587868154481,460.941643684181,3706.84171675552,12324.2048486576,1181.44112069761,3621.18071287182,388.869687049105,2829.32775570219,1411.05682409621,6876.05378056913,1544.5688247472,8432.21552425895,152.917109478987,832.402732030007,1058.13460080535,1111.00376823606,684.946664577374,1463.54512865563,328.958635274246,637.156876177742,924.710562039148,2103.99051469432,1227.63659035036,1523.8934281218,403.883086862388,1307.09228428415,11196.143010879,3435.2146131171,79560.2088025836,29124.9612886424,2614.42252757833,13155.6691636028 -1658,466.840513403664,1409.92560805462,514.079100683865,1268.9760793711,768.476125641361,5028.32395428004,136.141701491777,454.875516826507,3967.18011272055,12162.014707983,1253.1792285593,3573.52491548439,412.985112597562,2792.09297485044,1483.78054440944,6785.56290155083,1621.44780366266,8321.2451015118,160.459813924374,821.448068596238,1075.55526360085,1096.3826336742,724.688634614011,1444.28444667126,344.679195042719,628.771705316978,967.904675811851,2076.30138409751,1304.45143658695,1503.8385448644,425.610772261885,1289.89056749462,12134.0585840188,3689.37835559356,83622.7469908274,30334.601324032,2815.21239084587,13656.7264370714 -1659,507.453322659961,1431.30258155559,557.256638389053,1288.21600796529,877.072972872505,5104.56226594054,151.815375476249,461.77223663491,4531.16098865577,12346.4124270157,1365.48633742704,3627.70589282602,450.294590776904,2834.42605767032,1615.32538152047,6888.44407308712,1767.04337392627,8447.40993958124,174.2102480558,833.902678608635,1161.37404083546,1113.00573944169,790.3131832276,1466.18236112007,375.565350042228,638.304999843965,1052.95151720132,2107.7817965493,1423.11830030467,1526.63940509395,463.98669265943,1309.44759683218,13662.8354693791,4126.5541653937,92536.6149500245,33404.5025962903,3116.12924444193,14926.0791227958 -1660,619.355553826711,1485.56942909188,682.007452418044,1337.05782701802,1047.81834681629,5298.09821410057,190.619882306869,479.280011639913,5401.58747422053,12814.5181157994,1655.87296675988,3765.24785294637,545.361791444422,2941.89136144786,1963.99102799512,7149.61466628912,2146.22488874874,8767.68764548009,212.569799812384,865.519521967479,1437.92915355613,1155.20458233321,957.60331326112,1521.77165137679,456.421905248732,662.505892481588,1282.56176618343,2187.69688569053,1722.10409313347,1584.52088236277,562.890054860568,1359.09439689371,16174.0370488699,4919.22612967958,112511.328758702,40823.4721356253,3727.97419282394,18301.9042440539 -1661,822.829308618691,1603.21509581701,884.560956313685,1442.94251771588,1287.17837163325,5717.66682164394,253.922535487831,517.235300307824,6608.83528517419,13829.3293376593,1991.26155227143,4063.42650779122,654.436498977693,3174.86651822799,2484.26549250962,7715.80912867621,2774.70484189692,9462.02103609163,268.721461842313,934.062007583736,2096.95726039985,1246.68789548647,1182.38634881881,1642.28425551611,596.5057470805,714.971260914735,1661.10832219787,2360.94564382289,2071.68274255857,1710.00274271541,711.720704687109,1466.72421434538,18851.0429103366,5905.40821258175,141851.857328024,53542.895195689,4303.34510735743,24239.9610160483 -1662,838.849420308999,1825.60503615764,900.363034293978,1643.10025155151,1352.63936674154,6510.79282617736,262.72644962954,588.983581544477,6949.474807416,15747.6643972389,2064.29366383357,4627.08461019058,679.590444315737,3615.26804477323,2554.75977265988,8786.10739138783,2846.87987921288,10774.5450381476,275.105728228969,1063.63039468474,2091.53091727989,1419.62217450118,1222.53847749046,1870.0936733288,610.935984508589,814.148480786822,1701.03008442807,2688.44415743292,2151.7002866376,1947.20572871961,732.936303404999,1670.18082561076,19864.9695745662,6178.7858573919,146965.97430352,55011.0434468265,4520.3161510502,24816.3728840549 -1663,817.75505583585,1966.76826466133,877.959359800337,1770.15146562594,1354.10275199345,7014.23388667984,257.950810061393,634.526194683557,6962.56031805117,16965.3380471679,2017.8352499639,4984.8696673073,664.10826512238,3894.81531759438,2493.38107917529,9465.48505566009,2777.51482924577,11607.676812611,268.439366986733,1145.87463562109,2037.94767068458,1529.39315203409,1193.98035827075,2014.69694473904,595.908268865605,877.101762440302,1659.23631473437,2896.32562653419,2102.69223291936,2097.77161881239,715.431687709479,1799.32602014002,19809.3100279707,6130.700577779,144564.191787769,53941.199227853,4461.04523861177,24229.3692673849 -1664,795.673393182254,2031.15952576844,856.645035425287,1828.10556589809,1254.07635504694,7243.87729397843,244.057962864554,655.300346176289,6440.91092369354,17520.7769016553,1941.50173293903,5148.07244523488,638.256334882309,4022.33012174564,2411.93585072481,9775.38151406641,2690.14720276636,11987.707831983,260.816994977423,1183.39014478607,2012.49486981741,1579.46491471072,1150.59947109955,2080.65737299658,577.836863729787,905.817747753665,1609.59576108177,2991.1502497602,2020.35605530582,2166.45188098517,691.252527784318,1858.23528447047,18440.1484441152,5761.52425644436,137828.66469704,51854.262811079,4212.247716679,23457.1797674264 -1665,768.796879084006,2032.86621116846,825.66369201317,1829.64163484758,1168.29244588519,7249.96397474391,228.270792154915,655.850963456347,5998.5900531851,17535.4987655737,1852.1716698872,5152.39812225286,608.65558432358,4025.70989177636,2316.12957172506,9783.5952957502,2586.72237563154,11997.7805247857,250.539702767622,1184.38449045759,1966.83678294113,1580.79206291133,1100.42243790513,2082.40564905066,556.308130336976,906.578862725458,1550.31502657086,2993.66356907153,1926.15986250829,2168.272246027,662.967965721923,1859.79666996952,17268.319315599,5430.16190717818,130756.725877791,49535.0198376676,3970.69189920254,22514.3807915427 -1666,737.766318008719,2049.49917351463,790.346017605646,1844.61180861122,1097.73796011452,7309.2833618932,216.798957063936,661.217152495222,5632.98782568458,17678.9746564546,1754.44046997159,5194.55517296732,576.312171259717,4058.64835111946,2208.78201338204,9863.644917939,2472.59274805978,12095.9466660744,239.004931107829,1194.07515407576,1909.00554812739,1593.72614323352,1045.71464069523,2099.44394432058,532.474511439504,913.996513727135,1482.99098169084,3018.15779950731,1824.05699292144,2186.01310394785,631.946468901373,1875.01357298713,16173.2239083777,5114.24482466606,124110.630046446,47300.0129617767,3727.66118967812,21556.2015950709 -1667,708.989754632516,2077.87645369495,760.627154873637,1870.1522268721,1048.72587610725,7410.48739483854,208.695295835219,670.372337644291,5379.97153864666,17923.7570030933,1679.25827703478,5266.47876750219,551.287673825935,4114.8442271176,2118.09088775587,10000.2165345821,2370.46483816289,12263.4266397309,229.644902010424,1210.6082689174,1845.39111018116,1615.79280902275,1000.88868878632,2128.51275771692,510.670018870588,926.65167138177,1423.5923313338,3059.94708667163,1744.17287259813,2216.28055032217,605.374668233918,1900.97493281111,15417.4590797462,4884.1343781711,118911.3210838,45405.4860101392,3555.65789687349,20701.4848206023 -1668,697.470183632082,2048.37102715531,747.259259077008,1843.59644245585,1014.64826935299,7305.25996850985,203.199487961009,660.853185662278,5203.32350340922,17669.2432688294,1639.90699632845,5191.69583124014,538.239984226217,4056.41426904701,2076.38465070875,9858.21547681136,2326.78102492318,12089.2884549513,225.174829412481,1193.41787567564,1826.82801743876,1592.84887703627,979.198245200721,2098.2883058734,501.634316302679,913.493404551629,1397.96379294239,3016.49645522509,1703.00478379136,2184.80981352621,593.285088271337,1873.9814721874,14916.2470408637,4743.45811299756,116048.070201429,44480.1307275337,3450.16722096361,20323.456749918 -1669,692.027073011525,2028.84537521747,740.666090355243,1826.02275977239,1000.25263578001,7235.62416446381,200.318171905663,654.553746198338,5129.48656125534,17500.8150448902,1618.00499119988,5142.20711829505,530.953430572201,4017.74738102571,2054.67900662293,9764.24417884989,2302.1548417576,11974.0499383846,222.860125549587,1182.04187897001,1821.18771761353,1577.66539106118,966.774408963591,2078.28682831754,496.563223573901,904.785727071169,1385.1691763877,2987.74235790794,1679.25139748446,2163.98358848996,586.413334484263,1856.11815080724,14691.7442254934,4678.74771176681,114603.337394217,44020.030385017,3395.63398781488,20121.8484017818 -1670,694.906965761633,1985.33932970734,745.815220043803,1786.86599097196,987.229635705184,7080.46527555161,198.870875413632,640.517661724487,5061.06262960211,17125.5320070067,1628.63249283906,5031.93893342309,534.21535297213,3931.59182548545,2065.10556588471,9554.86220385754,2315.64391874027,11717.2814493103,224.416901427932,1156.69447280021,1829.71961900501,1543.83433466738,972.883787423402,2033.72057283037,499.421350523386,885.383731483082,1391.57631098556,2923.67396877218,1690.3274161773,2117.57967341883,589.977233048202,1816.31602407663,14591.6874660022,4659.57731313463,114540.327421996,44049.062402685,3398.89677505663,20190.9382776689 -1671,702.25758036844,1951.87091663134,752.680726295215,1756.74339771929,991.296487603555,6961.10435166996,201.945671181982,629.719956080772,5079.13218833582,16836.8335609626,1643.85540364141,4947.11161535357,539.457229023037,3865.31391656951,2086.22087892749,9393.78844163569,2337.05351961414,11519.7540998012,226.492602599057,1137.19517218236,1846.28365846815,1517.80871554001,981.945315454364,1999.43655941556,504.031121532709,870.458127576159,1406.04640859354,2874.38731705364,1706.14076975594,2081.88198175936,595.451102564512,1785.69696865334,14632.1532940413,4681.51387448474,115600.101764848,44486.9892429308,3420.75464420905,20409.578414724 -1672,716.288186281266,1906.57140458449,765.78471235378,1715.97245429771,1017.25173599945,6799.54928788427,210.229535194988,615.105256669271,5208.30755150777,16446.0800852964,1643.77912024069,4832.29780245884,538.80852122398,3775.60673724914,2107.53244448489,9175.77503252574,2371.92648666757,11252.4007440162,229.169068881455,1110.80286008684,1918.96568608032,1482.58302842691,987.100826937524,1953.03313194584,512.649739151236,850.256316021704,1427.15947249162,2807.67781193898,1705.18999357015,2033.56514015408,601.604851428175,1744.25406346208,14713.5753046011,4727.24647451831,117670.543264133,45567.0541219485,3405.51247322129,20875.2612946162 -1673,725.199811161487,1926.18383765903,772.11397133748,1733.62424265284,1012.90128340141,6869.49458603832,214.931830239656,621.432693790804,5178.55404696857,16615.2568830999,1626.25356126221,4882.00646640872,532.642126438587,3814.44547901984,2110.81066272474,9270.16398292103,2385.17369997413,11368.1514344908,229.690166428803,1122.22941704667,1978.72492077531,1497.83399692069,982.302963508803,1973.12350543017,516.704545623124,859.00269449674,1437.05513768321,2836.5597059237,1686.04051839334,2054.48392668266,601.999270543039,1762.19677780385,14395.8990800718,4667.15410372066,117963.109303692,46087.3091196384,3326.7074694347,21149.2885634185 -1674,729.964843772962,2036.82919489891,773.834561796125,1833.20844115861,1026.07742926446,7264.09746228994,220.607840898155,657.129516212796,5241.48639692648,17569.6834531501,1607.00595974617,5162.44249694862,526.264644669895,4033.55783706513,2107.07242395186,9802.6679866973,2385.79644778998,12021.169672955,229.192787217928,1186.69339619891,2015.38726789493,1583.87374787029,974.963109143946,2086.46520774767,517.71738569479,908.346198550913,1440.46505771286,2999.49958521146,1665.35640617317,2172.49919789772,599.971632023923,1863.42226220208,14295.6271191483,4652.65065480811,118603.158732997,46561.6836034591,3274.90114091724,21333.7416949559 -1675,725.803342087629,2103.0428514589,767.963412590962,1892.8027529594,1028.03995503873,7500.24021583597,223.816048784745,678.49161579921,5247.60018984196,18140.8422861775,1591.1360470936,5330.26422464171,520.990406642922,4164.68155328403,2091.00632227807,10121.3351057018,2371.87506506134,12411.9562947139,227.257047347309,1225.27066579751,2010.24673138952,1635.36263689374,967.070036922298,2154.2924418801,514.951178470674,937.874900996387,1430.86418213659,3097.00792606027,1649.50969665559,2243.12324243062,595.836812995004,1923.99877102505,14167.1065201515,4618.62592731599,118428.435018971,46533.7349875943,3238.64998653336,21304.5760429619 -1676,698.610153109722,1976.19843194451,736.891290002297,1778.63890399748,979.37386576559,7047.86540296125,217.006356536745,637.5685908158,4993.10376677968,17046.6826461606,1504.03234881717,5008.7708841879,492.152364938351,3913.48999352948,1996.05256884057,9510.86971489785,2271.23451447225,11663.3327513806,217.059422701431,1151.3688210285,1960.94739796726,1536.72621385157,918.471618172207,2024.35691818643,493.975686522686,881.307248410763,1371.56379498466,2910.21279141046,1558.48284576158,2107.82991477066,568.379214738393,1807.95334328316,13282.5747524725,4362.13931096189,113275.613805432,44801.0594078633,3030.39553934486,20532.0075534734 -1677,629.876494361423,1856.12290742145,661.552279589852,1670.56726712017,847.221042400711,6619.63101042822,192.435187078469,598.829372261565,4312.25368469816,16010.9114771177,1332.91728190303,4704.43363676741,435.887698182425,3675.70295954908,1785.68602197046,8932.98105188382,2040.43284645911,10954.6585741468,194.0673746912,1081.41065646885,1789.9165851705,1443.35340108449,818.384651196606,1901.35524242155,444.558527760516,827.758258386128,1231.83030414169,2733.38574724644,1381.33325855401,1979.75634759733,508.678736740585,1698.10053574179,11421.9015221238,3799.68835651803,100401.792887554,40079.8031745727,2633.01760948901,18470.5171973086 -1678,552.886924617104,1744.58081270435,587.380756785174,1570.17597751572,744.386984423445,6221.83003172947,167.69709176462,562.843241012869,3792.94235116908,15048.7496518705,1198.86073470817,4421.72478154855,391.858735069088,3454.81478127887,1583.91067272757,8396.16131079271,1797.89703525032,10296.3478774869,173.088561860945,1016.42422190159,1553.09345288633,1356.61633150235,729.338475816157,1787.09494980134,390.764843487667,778.014844471782,1086.91314901067,2569.12530377113,1240.03056440983,1860.78460862598,450.582061255344,1596.0546582627,10264.125013434,3389.75639851456,88538.5266460407,35089.8564582714,2385.78510328537,16166.3014225663 -1679,458.420598825177,1599.83064832134,497.744989331651,1439.89641167358,684.626384534578,5705.5966114731,139.663845696442,516.143397093237,3510.13645316325,13800.1351021723,1125.1349994623,4054.84846127456,369.526154759731,3168.16425534091,1392.82565076487,7699.52076478122,1544.08509739499,9442.04635304186,151.504639410284,932.090167479053,1160.58926741237,1244.05609034892,663.132180800311,1638.81733155172,331.351994319053,713.46192963424,928.454576966157,2355.96159857999,1167.18560261106,1706.3928624721,397.544127964236,1463.62790424512,10207.7673336546,3216.96216874496,78258.6373625138,29531.5953592943,2393.56269035216,13458.2459219292 -1680,453.252468915936,1494.73925296497,512.500226447983,1345.31094837458,774.211397889837,5330.80124805795,142.869201450137,482.238414799379,3988.56849810437,12893.616993199,1202.00775058348,3788.48921681259,399.378260685068,2960.05047613478,1389.88136819801,7193.74636822541,1520.31437432019,8821.80706252577,155.95907165887,870.862026612325,1044.70723939001,1162.33519659461,693.917090610475,1531.16493703878,330.938675073709,666.595275468323,912.410773925318,2201.20066056409,1220.45299249695,1594.30149384411,401.25877250323,1367.48354115204,11951.4933514598,3584.79166294219,81665.4428909157,29485.8560927489,2699.65052609609,13112.9023197049 -1681,475.554428778071,1439.69138081025,535.062017815512,1295.76618332772,800.942808089539,5134.47987293968,149.050383285976,464.47866268655,4124.10958725015,12418.7741880437,1242.96803585372,3648.96771187253,413.107967310937,2851.03849972579,1448.20432383386,6928.81693012705,1588.29130349011,8496.91982457556,162.296876593432,838.790144235338,1108.15710193752,1119.52901539869,720.360346693481,1474.77558917446,346.230853426615,642.046076382171,953.879855824725,2120.13540967885,1262.67442226855,1535.5869691301,417.906613784468,1317.12220957016,12294.6168960957,3702.67482034664,84917.6014557241,30833.4788088529,2776.29675554362,13739.6667754913 -1682,495.355358247817,1419.73182318893,558.497185953032,1277.80197228596,849.032014119529,5063.2965983536,155.192386697461,458.039234934647,4375.55288876727,12246.6030947829,1318.55118580837,3598.37924390347,438.7686448189,2811.5123429575,1522.8840186268,6832.75736999646,1667.40661233363,8379.12043846902,170.33458162089,827.161346258763,1126.45883796976,1104.00811683013,762.232520520502,1454.32963197627,362.830126565709,633.144893928833,998.490973157512,2090.74232902384,1341.70717478305,1514.29793663228,440.41349410371,1298.86192338199,13155.5062811698,3940.34283758351,89424.8022254533,32219.2331083705,2972.17045302062,14330.9310243481 -1683,538.466490686931,1442.87333711635,605.462713660017,1298.63004111921,924.997407583958,5145.82792352055,167.810111441466,465.50523742992,4767.91121236537,12446.2217350448,1436.74140223844,3657.03253463686,478.414562551598,2857.33976682656,1657.90266521971,6944.13076267376,1817.1348614657,8515.69942413326,184.941004061675,840.644009323734,1216.35277123066,1122.00335987133,831.264189828255,1478.03508738957,395.347976335929,643.465104507772,1086.23469295504,2124.82125994269,1463.76568558962,1538.98087056281,480.126539006343,1320.03326771534,14360.2989449606,4298.04623642883,97343.5510669683,35032.4935535873,3244.69037994515,15585.1415442081 -1684,657.153554168297,1494.99959637505,740.871027494277,1345.54526538956,1122.05293346302,5331.72973038198,206.194745790459,482.322407772156,5781.21664127217,12895.8627147921,1742.21236781824,3789.14906982696,579.396752265401,2960.56603738297,2015.73690236604,7194.99932552688,2207.04081198492,8823.3435842497,225.640507082583,871.013707374888,1505.96157600554,1162.53764415069,1007.1922138018,1531.43162482418,480.441854719975,666.711378452049,1323.07417307755,2201.58405056681,1771.28090964458,1594.57917832104,582.460228995017,1367.72172003684,17341.8783174331,5200.85917433327,118355.059396454,42721.3813310861,3917.47394954007,19007.2965167476 -1685,872.148460849067,1605.12426960067,959.44344963396,1444.66083239078,1353.59700020259,5724.47565199247,268.867594592396,517.851245153846,6944.13147119997,13845.7978658599,2094.23192654943,4068.26540144982,694.915251608533,3178.64727848845,2549.35905696028,7724.99742820424,2852.73772287986,9473.28879582625,284.994797478014,935.174326636774,2195.70418340522,1248.17250217005,1242.87725624841,1644.23995444518,627.372271550498,715.822677790095,1713.10290683019,2363.75715398119,2130.59306377864,1712.03908357504,736.222119705574,1468.47084923249,19957.3507553439,6178.36982651926,148239.837242213,55745.6136114604,4496.57879425469,25132.3325374327 -1686,889.287544589081,1825.57611004738,976.915242897884,1643.07421716942,1402.28422584818,6510.68966481033,272.226914403123,588.974249293697,7200.61666105182,15747.4148806853,2171.23238316218,4627.01129555955,721.696276730818,3615.21076204229,2621.76743754338,8785.96817841124,2927.04248753153,10774.3743190316,291.823895509353,1063.61354181161,2190.10832704712,1419.59968105559,1285.21412264438,1870.06404231074,642.6370195548,814.135580872406,1754.36055364697,2688.40155992109,2212.93120742095,1947.17487588644,758.210077582161,1670.15436214591,20890.2729811924,6428.12054076717,152552.455202204,56948.5615407796,4709.48498716448,25635.0972326176 -1687,866.945380892611,1964.88801698793,952.644263619458,1768.45918533313,1370.6490659035,7007.52821769834,265.654395769864,633.919582088315,7038.70397413068,16949.1190355208,2122.38240368666,4980.10408827973,705.263914288006,3891.09184006486,2558.78746856579,9456.43596910866,2855.7373301749,11596.5797719923,284.758963802537,1144.77916944119,2134.00668170113,1527.93103879609,1255.20887011704,2012.77087682804,626.841035791204,876.263245479358,1711.26759526022,2893.55671388771,2162.5343768757,2095.76613078593,740.107326756296,1797.60584871777,20435.8906421168,6283.7135286554,148971.792482047,55561.4707056789,4607.29001456778,25002.1867661942 -1688,843.434158751565,2023.34926555449,929.28507831293,1821.07609332979,1319.39890697886,7216.0229743614,260.167385417056,652.780570571764,6771.30489610817,17453.4056169204,2041.97364739001,5128.27696147918,677.765394978555,4006.86336764843,2475.16345005717,9737.79299758263,2765.84723783418,11941.6124286684,276.632824836839,1178.83974643077,2107.29790516119,1573.39152075707,1209.5231530169,2072.6567825491,607.777033828407,902.334677011746,1660.01561035876,2979.64861165976,2077.82728619488,2158.12139156922,715.068291147618,1851.08995643181,19536.8510959734,6031.23513450869,144039.6839777,53985.0472526868,4402.90006937439,24315.4220428492 -1689,814.841517240018,2026.41551461364,895.499591278085,1823.83581106753,1259.23827798766,7226.95836946723,251.049103803334,653.769815406762,6458.72545503706,17479.8550735035,1947.91146266994,5136.04851860769,646.286551857834,4012.93549826886,2376.80243738622,9752.54996471892,2659.44886171361,11959.7091352022,265.701346789988,1180.62619839184,2059.43917443875,1575.77588926543,1156.6942424838,2075.79775381769,585.077235063821,903.702104228355,1598.82214614327,2984.16406774419,1980.92315213799,2161.39187867646,685.782729483551,1853.89515815053,18523.4013449125,5742.53723700318,138121.696659368,52028.1584611402,4172.96138103182,23464.6252851284 -1690,781.85301970757,2043.85843049442,857.023228895545,1839.53496773279,1193.32813182453,7289.16635494872,240.589952836836,659.397314709495,6116.92142742276,17630.3176215134,1845.02145586846,5180.2584358846,611.898625930734,4047.47791853091,2266.60076577625,9836.49765828471,2542.04496307314,12062.6555442183,253.438438472822,1190.78875553606,1998.8375300415,1589.33980351954,1099.10320299538,2093.66574058755,559.953571764708,911.480962844303,1529.33750848644,3009.85106156789,1875.88765583038,2179.99663986847,653.666150449224,1869.85305872038,17433.9056481082,5429.34580754788,131550.963886996,49814.2878089029,3925.99019725646,22500.4179335543 -1691,751.324299650228,2069.45872833004,824.718981278623,1862.57601712758,1142.40261370593,7380.46662647236,231.959805321274,667.656579341871,5854.39821543474,17851.1457255117,1765.91526895637,5245.14363382466,585.314027246169,4098.17450233118,2173.52178746051,9959.70446456555,2437.03102108875,12213.7460356207,243.499389012945,1205.70395041756,1932.21119757546,1609.24703962016,1051.96580655549,2119.88989864447,537.008587265063,922.897694929147,1468.06475611498,3047.55087603025,1793.72566627983,2207.30213345286,626.173761270105,1893.27385660827,16642.401057185,5190.56077987886,126131.89160013,47844.723431307,3747.14899521224,21613.8776172698 -1692,739.064567026088,2041.63106108015,810.133684019552,1837.53026727874,1115.91895131756,7281.22271954212,228.038142158145,658.678712389136,5716.66822672207,17611.1043386126,1724.47580490416,5174.61305994957,571.43700079201,4043.06703156037,2130.70178012414,9825.77797550201,2392.08597491838,12049.5098245279,238.743582093797,1189.49104997419,1912.75005829463,1587.60776238869,1029.12294800543,2091.38409183697,527.476586283664,910.487643156383,1441.60700338158,3006.5709663832,1751.37212093942,2177.62090886557,613.654243465766,1867.81531801876,16192.1969401024,5063.39676776238,123559.560514137,47007.6795658254,3644.95402261555,21253.6228761881 -1693,733.257380471651,2021.84506573222,802.917018221008,1819.7222675803,1101.23333308084,7210.65843317206,226.437764138576,652.295279952419,5639.90835526316,17440.4303930804,1701.40063834383,5124.4644939901,563.682780158905,4003.88458229087,2108.41143739675,9730.55372023908,2366.74670169188,11932.7347862373,236.277244695982,1177.96337250599,1906.82595016824,1572.22182885752,1016.03669365046,2071.11592649572,522.125051803922,901.663862692196,1428.39134170754,2977.43347906333,1726.93399566434,2156.51699935237,606.537299180619,1849.71381775379,15930.1390835244,4990.75726694695,122178.134456206,46579.992060161,3585.3402886008,21068.7800555516 -1694,736.322313627686,1976.25628697094,808.500478939647,1778.69097528706,1108.4266372953,7048.07173570223,227.712719426039,637.587256222613,5677.02781890893,17047.1817034714,1712.58389495947,5008.91752056167,567.152036772445,3913.60456454794,2119.11643923084,9511.14815435507,2380.6189743531,11663.6742061726,237.928021383302,1151.40252840955,1915.76240232902,1536.77120292467,1022.46364768571,2024.41618309684,525.134450327491,881.333049490922,1435.00577989089,2910.2979905662,1738.32671051992,2107.8916234298,610.225501933857,1808.0062727799,16043.1787518177,5023.79565161417,122905.454457806,46831.8905024274,3610.88903174998,21179.7087103015 -1695,744.105782562254,1938.50669172797,815.945093231165,1744.71518741881,1118.78089440441,6913.44250920954,230.099918634913,625.40833944286,5730.10305906011,16721.553790947,1728.59275791711,4913.23933840825,572.714668786337,3838.84857807658,2140.78176094474,9329.47030442743,2402.63001939289,11440.8797319783,240.129056966396,1129.40893390677,1933.10589499749,1507.41646220915,1031.98790559634,1985.74665828922,529.982179396544,864.498205694659,1449.92460620825,2854.70673354927,1754.58943502135,2067.62758676354,615.887536674376,1773.4705167425,16194.4707447011,5071.42592604071,124072.614269329,47280.5040889652,3644.95402261555,21382.1944344691 -1696,758.826341744447,1891.70298266477,829.884962213219,1702.59042077315,1119.57539983487,6746.52291424143,234.258502418338,610.308350317266,5728.2462040937,16317.8251156447,1728.34305368222,4794.61306513614,571.958068541457,3746.16261895522,2162.5880157823,9104.21763147794,2438.38047994018,11164.6487503223,242.919661977929,1102.14024952125,2009.13454533567,1471.02108537842,1037.27232875351,1937.80237764042,538.956076737503,843.625581071978,1471.61644702093,2785.78209997027,1753.56491388617,2017.70635593422,622.209752500389,1730.65147544026,16016.1786390441,5054.34745182111,125170.955402526,48099.2393549017,3602.37278403359,21804.8295729313 -1697,768.102597964171,1912.87746778209,836.456199734746,1721.64810364193,1108.57186111369,6822.03907631888,236.684880051566,617.139742559704,5665.41923187354,16500.4761703951,1709.72905195546,4848.28082583716,565.334196074389,3788.09471154536,2165.880602175,9206.12428516999,2451.88915642498,11289.6185214599,243.420797468127,1114.47688615213,2071.6261645194,1487.48673266294,1032.08390831785,1959.49286921424,543.123109298586,853.068573695398,1481.72971733957,2816.96432157508,1733.82064416518,2040.29124034598,622.571071505057,1750.02325538975,15649.7225418329,4982.47216273213,125082.088855284,48509.5877354766,3517.21030686967,22047.4493069979 -1698,773.02320199733,2016.11754157532,838.108613415605,1814.5673210302,1096.1501663482,7190.23193211957,237.572646136074,650.4474445091,5597.05230441792,17391.0247842748,1689.35353174997,5109.94780590259,558.503896617885,3992.54229595292,2161.98954297041,9702.98880815097,2452.44851633935,11898.9314904732,242.855804502732,1174.6264137121,2109.95548548624,1567.76800662484,1024.26287657576,2065.24882683423,544.117286179394,899.109610814788,1485.17569070422,2968.99894445634,1712.51175592616,2150.40797378068,620.439636079787,1844.47391052544,15317.9508811795,4910.560968197,124559.424601879,48643.1312714924,3440.56407742215,22149.7782567602 -1699,768.587142142094,2087.33554708839,831.708550157013,1878.66569962572,1085.49689943129,7444.22207248698,235.840439985876,673.424066027314,5541.45612009938,18005.3511186396,1672.63601546328,5290.45329901382,552.892157994563,4133.57618578365,2145.49187068967,10045.7404067964,2438.11476563274,12319.2532976165,240.797247460164,1216.11930719795,2104.56078901294,1623.14836428582,1015.93875117611,2138.20236218237,541.189616234178,930.870057266648,1475.26064077552,3073.87684905974,1696.20499290179,2226.36969911362,616.153709164901,1909.62871941911,15130.6461409964,4859.54358153989,123578.17499249,48346.6812918049,3397.98283884019,22030.2216522699 -1700,739.671820872914,1966.16079951037,797.847080291177,1769.60472844973,1026.78005748263,7012.06743793069,226.656244306841,634.330211985663,5236.77155613086,16960.0980543212,1580.92926527744,4983.33001738546,522.229022279868,3893.61234690516,2048.01119707792,9462.56150212735,2334.5831396535,11604.0916118153,229.954203351553,1145.52071547655,2052.89559677647,1528.92077658515,964.774665722934,2014.07467611408,519.075351458635,876.830856729598,1414.05396186738,2895.43105399325,1602.56221144978,2097.12369135901,587.72533288381,1798.77027197585,14154.1521976191,4579.90667516585,117756.804785982,46399.3759991351,3176.56039821402,21184.1555041543 -1701,666.797939394729,1846.54810678105,716.108288746459,1661.9496543128,910.568043814747,6585.48367730473,203.474276106669,595.74031397017,4639.84112673039,15928.3192711536,1400.94429427749,4680.16583961996,462.475058501384,3656.7418644027,1832.12393407605,8886.90031425903,2097.27218840766,10898.1490232373,205.565944061038,1075.83220506098,1873.8012677919,1435.90786985713,859.543136137071,1891.54711100957,467.084856833853,823.488271592257,1269.93554854574,2719.28559067892,1420.36685080627,1969.54378448041,525.961873180747,1689.34089270734,12416.7809783044,4047.9693893634,105186.699450908,41733.5925322436,2784.81300326001,19094.3387291749 -1702,585.413772715093,1735.03493817422,635.983493680693,1561.58439909044,818.328021252666,6187.78585997301,181.233545272926,559.763514972254,4174.43664160618,14966.4069624599,1260.17831975687,4397.53029903213,415.821519828745,3435.91096886343,1625.15444658828,8350.21978614452,1848.06773383589,10240.0090456934,183.373799156906,1010.86262336686,1625.92592572826,1349.19329372058,766.140126762283,1777.31644940743,410.641279623752,773.757757592328,1120.60192375282,2555.06774471545,1275.11492847449,1850.60289834223,465.929129038789,1587.32147869311,11306.5287320353,3649.40325362238,93598.2044386252,36793.6531162592,2537.84181948466,16775.9468326176 -1703,485.960588690982,1586.63998849727,539.943276027096,1428.02441524182,764.549122218252,5658.55376723563,151.647767474186,511.887776675762,3924.21671551828,13686.3525040892,1183.3735191689,4021.41609345053,392.410641951991,3142.04262990335,1429.34750062283,7636.03794594463,1587.56411113728,9364.19634959506,160.690331635487,924.405051346618,1215.26743598342,1233.79880423737,697.129597751676,1625.3052251566,348.546121501642,707.579410993216,957.550478964648,2336.53661254284,1200.40045311539,1692.32359345371,411.25284628733,1451.56024082451,11335.7611324574,3491.83860784077,83245.4039964618,31123.1651830854,2554.87431491744,13988.9387166381 -1704,469.889272346249,1486.1190392164,533.834292335516,1337.55249290466,805.120762657447,5300.05833010873,149.52971911672,479.457328930994,4023.99466398352,12819.2590513352,1181.3662341388,3766.64086649444,390.042133514195,2942.97976111862,1342.55464211268,7152.25978036464,1485.14878678201,8770.93139148366,153.437496087715,865.839734730971,1073.82028149648,1155.63196870904,712.349714922969,1522.33465509135,341.335060314134,662.750997112132,902.342179566326,2188.50625907573,1235.74756216001,1585.107101157,394.879278993578,1359.59721556114,12109.9948597902,3609.99321960462,81917.7963849099,29383.1061039172,2681.79508129267,12999.8012746536 -1705,492.905474176161,1429.56696723941,557.228261958867,1286.65390210831,832.835831344644,5098.37241380111,155.97024946971,461.21228619882,4160.55149527283,12331.44102234,1221.61805750167,3623.3068940653,403.453595890625,2830.98899935208,1398.9582959493,6880.09106492272,1551.57317665023,8437.16651110237,159.671165336111,832.8914784292,1138.97576604168,1111.65609561357,739.408879024205,1464.40445117364,357.040881224177,637.53098370643,943.323685470379,2105.22587559407,1278.42552162633,1524.78818422614,411.257493986374,1307.85974530124,12457.6133220001,3728.52454712478,85173.3928622669,30723.051141023,2757.93437382148,13620.9512969853 -1706,513.577957011864,1408.65282553217,581.822633300444,1267.8305362545,882.987119832858,5023.78473404769,162.455870875369,454.464886929159,4414.54821494767,12151.0356891826,1295.91188086182,3570.29898637866,428.510653243989,2789.57246801013,1471.00263488981,6779.43736853214,1628.83362294208,8313.73326168872,167.581772558885,820.706522560879,1157.89395122108,1095.39289588514,782.502053748194,1442.98064738521,374.245536132988,628.204094066737,987.484065890724,2074.42704399197,1358.53994408595,1502.48098429131,433.41276297999,1288.72614423655,13330.0097847871,3968.10798907925,89702.9862631817,32107.3898392273,2952.51256583956,14207.1302347253 -1707,558.300738956295,1437.17473906971,630.806923822803,1293.50112895121,962.023822815887,5125.50458383509,175.686299262722,463.666734237381,4810.47809699724,12397.0656427927,1412.07480762953,3642.58916118038,467.229022728235,2846.05476321955,1601.4051005217,6916.70506356225,1775.09560136327,8482.06684748512,181.953026790144,837.323903402986,1250.32178747352,1117.57203108424,853.380467501631,1472.19761874614,407.79499643095,640.923752544781,1074.26791369708,2116.42932284753,1482.13902342858,1532.90269782429,472.495168093001,1314.81982395185,14550.8045491539,4328.3700634864,97647.4163774353,34911.1330276155,3223.23005038646,15450.4128932686 -1708,681.280851927205,1492.39617630374,771.749252469493,1343.20210786679,1166.87418283109,5322.4449571763,215.822714036554,481.482482570647,5832.6207454546,12873.4056198804,1712.29567345874,3782.55057524173,565.852233470006,2955.4104526839,1947.09524819099,7182.46982003229,2155.99164172298,8807.97844981148,221.992895040339,869.496907923122,1547.94701748431,1160.51317949948,1033.94325246606,1528.76476134168,495.532419724682,665.55035487141,1308.47563223408,2197.75017119999,1793.47573694644,1591.80234851573,573.199686876484,1365.33994402396,17571.880953677,5237.4284502448,118720.645476444,42572.142064914,3891.5638403616,18843.1609209917 -1709,902.864418054135,1602.3183611457,997.96918430941,1442.1354291426,1406.51085738676,5714.46872920374,280.983053904456,516.945992386373,7003.27202379144,13821.594106666,2058.20029557702,4061.15369022397,678.704132324922,3173.09070355964,2463.37910325902,7711.49340486539,2787.00827181249,9456.72859445617,280.364958112604,933.539553803494,2256.04886935038,1245.99057903586,1274.77469152247,1641.36566808769,646.218844386951,714.571352305888,1693.82634517723,2359.6250837674,2156.35593457249,1709.04627795193,724.453247721662,1465.90382383155,20221.2901586818,6219.52431653427,148615.484954577,55514.9978842326,4466.83849502375,24913.7403192014 -1710,920.838432967659,1816.84018905185,1016.47478724974,1635.21162164575,1457.35943625879,6479.53409138607,284.606222961281,586.15583351694,7262.52516090976,15672.0588484037,2133.89166169817,4604.86967960559,704.853760950533,3597.9109105458,2533.19045926065,8743.92472514004,2859.55795210213,10722.8157549656,287.08841055402,1058.52383680293,2250.45994063217,1412.80647720574,1318.39511436691,1861.11523341678,662.085798989182,810.239701607223,1734.68779571257,2675.53676425333,2239.85930087635,1937.85706887385,746.100715979368,1662.16218012855,21166.7238257534,6471.38313013973,152953.228654724,56718.3466886369,4678.33652982601,25412.0456517841 -1711,897.733543905754,1957.10668288424,991.258525096524,1761.45574714691,1424.5022216692,6979.77705944834,277.743083386621,631.409138734569,7099.26654465629,16881.9972673394,2085.8830440374,4960.38191915507,688.804042647931,3875.68236869859,2472.31838841334,9418.98666560148,2789.89114219273,11550.6550877935,280.13871811669,1140.24562395903,2192.82554408597,1521.88013828803,1287.64077837215,2004.79991739861,645.830590622579,872.793074651855,1692.08683870819,2882.0976732991,2188.87113597693,2087.46649420315,728.288517584039,1790.48698414397,20706.3448993423,6326.06022533871,149365.16564577,55337.8080411273,4576.81747312093,24784.7563158667 -1712,873.239808637064,2013.74553599792,966.720689283278,1812.43244361493,1371.07642347002,7181.77246986397,271.927996583617,649.682179124336,6829.20078854617,17370.563870199,2006.84724918504,5103.935842589,661.95145088619,3987.84498421453,2391.61817666851,9691.57303347722,2702.10036759637,11884.9321420828,272.14075500433,1173.24444051499,2165.2754995358,1565.9234939022,1240.65360494688,2062.81901724478,626.099863471521,898.051789052133,1641.36611582056,2965.50585344834,2103.02875451178,2147.87797262633,703.642543325379,1842.30384736547,19795.2975149379,6071.60484999776,144411.255598778,53764.4082743483,4373.77935971076,24104.0281847921 -1713,843.486899742306,2016.34895606924,931.39701492329,1814.77560113769,1308.41226904179,7191.05724306965,262.343257643193,650.522104325844,6513.61608867296,17393.0209651106,1914.39417987839,5110.53433717423,631.211354426024,3993.0005689136,2296.67718363922,9704.10253897182,2598.18146165323,11900.297276521,261.383968862239,1174.76123996675,2116.00696013723,1567.94795855341,1186.34088498702,2065.48588072727,602.624826468365,899.212812632773,1580.81613442281,2969.33973281515,2004.84268053011,2150.65480243164,674.817980031187,1844.68562337836,18768.3423465509,5780.69276518438,138468.52597112,51811.6646518384,4145.36148212431,23260.4958861303 -1714,809.19377781802,2039.11441933962,891.206663832812,1835.26521290223,1239.78426809544,7272.24743043753,251.361098249738,657.866783939967,6168.5814814719,17589.3957933616,1813.26580760966,5168.23450925742,597.629738412457,4038.08329505413,2190.28786356555,9813.66610893722,2483.51046814556,12034.6568474374,249.317582140534,1188.02480914183,2053.65178526103,1585.65077807425,1127.14446733744,2088.80612140865,576.653582897145,909.365319318993,1512.07135253636,3002.86487955189,1898.4274782041,2174.93663755976,643.207690713307,1865.51293240044,17664.3418650162,5465.13794052156,131871.785799131,49603.0921744417,3900.02376175369,22304.5319045785 -1715,777.550048829616,2061.50383475886,857.535675417699,1855.41637012344,1186.81923256819,7352.09649001326,242.317301123951,665.090141578193,5903.7121859843,17782.5268338054,1735.51768687646,5224.98156980212,571.666454295734,4082.42132902269,2100.37475884815,9921.41986969475,2380.92211776252,12166.7970201662,239.538886856135,1201.0692860618,1985.16398660053,1603.06117625663,1078.7699413082,2111.7411502324,552.999351848895,919.350123363819,1451.47635037534,3035.83624623857,1815.24842025524,2198.81737687827,616.153251970981,1885.9962086783,16862.3369505154,5224.69021820395,126436.872270675,47641.001207602,3722.36541251979,21425.7751795587 -1716,764.786132555864,2039.3747627497,842.278908838785,1835.49952991721,1159.22857411288,7273.17591276156,238.192651207631,657.950776912745,5764.64705961519,17591.6415149546,1694.78682941677,5168.8943622718,558.115233537638,4038.59885630232,2059.04741654836,9814.91906623869,2337.02673046434,12036.1933691614,234.858972019689,1188.1764899044,1965.12333942957,1585.85322563033,1055.27635459557,2089.07280919405,543.133988273366,909.48142230272,1425.29500819054,3003.2482695546,1772.32722952267,2175.21432203669,603.830264841651,1865.75111128525,16406.1300955595,5096.53866269235,123853.282610714,46805.4658193979,3620.84635581471,21068.5819976136 -1717,758.719311101262,2020.48550207309,834.707061077659,1818.49861879204,1143.91425388571,7205.8097188317,236.496584223422,651.856652397478,5687.10995662348,17428.7028004157,1672.10534926174,5121.01861387957,550.543487768016,4001.19222170117,2037.54576401315,9724.01053478657,2312.28013529411,11924.7107725062,232.431658711881,1177.17126621644,1959.00240626506,1571.16460854977,1041.8137873226,2069.72323128121,537.592187680676,901.05755044738,1412.21184055869,2975.43134229022,1747.55876740089,2155.06687728698,596.824829391742,1848.47000153412,16140.5701028387,5023.3147782155,122465.08280635,46378.266288458,3561.62690607007,20885.3103171546 -1718,761.9102901697,1973.30574235284,840.513151837248,1776.03539507765,1151.39709140334,7037.54898606452,237.832023331207,636.635340390735,5724.56440375846,17021.7303131024,1683.09670364901,5001.43922195726,553.93129295754,3907.76156485128,2047.87759958809,9496.94803912518,2325.83112437978,11646.2603761025,234.055592941169,1149.68348794103,1968.18965132172,1534.47680819868,1048.41325892897,2021.39373590049,540.697513053666,880.01722193198,1418.75717610489,2905.95292452909,1759.09576250072,2104.74454765524,600.454497300674,1805.30692492061,16255.1095901121,5056.60110039551,123195.288331382,46629.6207193298,3587.00667024635,20995.3728761529 -1719,769.95661894994,1931.70887343228,848.254606183367,1738.59694347753,1162.15443863193,6889.19893750776,240.322587608563,623.215201668158,5778.08788732872,16662.9158276233,1698.83002952848,4896.00993785562,559.364482309891,3825.38677512806,2068.81978082212,9296.75437716489,2347.33529950883,11400.759663323,236.22083858022,1125.44840245904,1986.00875574915,1502.13036067039,1058.18065430842,1978.78318221667,545.689926189795,861.466644470579,1433.50481560034,2844.69604968372,1775.5540191894,2060.37697643656,606.025949348051,1767.25143564414,16408.4006828077,5104.53400501978,124364.876212101,47076.0956067365,3620.84635581471,21196.0082750911 -1720,784.975566985909,1889.41775822406,862.480577629048,1700.53364902953,1162.75190428763,6738.37294609384,244.588090507952,609.571082590095,5775.69950589085,16298.1127754331,1698.57073271535,4788.82105282734,558.63185216488,3741.63716096623,2090.03802100733,9093.21950923802,2382.30649486446,11151.1615758399,238.961747773528,1100.80883657832,2063.98487354883,1469.24405517447,1063.3972083612,1935.46146397943,554.785037268212,842.606460303899,1454.88783216852,2782.41680562984,1774.34193632896,2015.26891627218,612.235741327226,1728.56080524189,16227.5964266043,5086.90842933802,125451.44531597,47885.5264616359,3578.54674885425,21614.8366539493 -1721,794.331517481544,1901.82739342969,869.021630256941,1711.70269946716,1151.07303171521,6782.63036337308,247.03356373264,613.574725899743,5711.78310107557,16405.1582571446,1680.26205859755,4820.27387583166,552.169596785846,3766.21211377236,2093.38504428271,9152.94348317824,2395.55175583101,11224.4020472353,239.450055438199,1108.03891369262,2128.04127734207,1478.89400298162,1057.85666804611,1948.17351276695,558.917600884682,848.140672496394,1464.81463566571,2800.69162992298,1754.17042744103,2028.50513784538,612.579060500382,1739.91393714214,15856.1274234101,5014.0758130351,125346.231863086,48287.546315705,3493.94753493335,21855.1089950655 -1722,799.235942179643,2008.30728136137,870.526399569351,1807.5378484619,1137.98728562327,7162.37761250254,247.895672468559,647.927668904574,5642.43040835391,17323.6534995399,1660.22623579323,5090.1523221469,545.504077779583,3977.07554185572,2089.75215752439,9665.40029166719,2396.13306475197,11852.8360871586,238.890830192014,1170.0760153568,2167.31287439475,1561.69461267119,1049.67545207839,2057.24823638674,559.825376431432,895.62654007287,1468.16608977453,2957.4973063559,1732.46660080849,2142.07748436474,610.472794799182,1837.32858248678,15519.8462176504,4941.32547364179,124810.031498407,48415.4481870933,3417.80824240454,21956.2855409701 -1723,794.607041918122,2072.69854246848,863.837430308993,1865.49194873405,1126.88129320277,7392.02101980114,246.075642793858,668.701820397307,5586.27871606192,17879.0923540273,1643.79413853325,5253.35510007447,540.02430230001,4104.59034600698,2073.83541346931,9975.29675007351,2382.13855714627,12232.8671065306,236.865206423466,1207.59152452178,2161.74732691613,1611.76637534783,1041.09658249514,2123.20866464428,556.779782406807,924.342525386233,1458.35183818551,3052.32192958191,1715.92726703105,2210.75774653752,606.253085372961,1896.23784681722,15330.0404403014,4889.89115651149,123823.554422477,48119.0257218027,3375.50863544408,21837.7145444943 -1724,764.53899634109,1951.78413549464,828.457220420675,1756.66529204763,1065.73612977406,6960.79485756195,236.428922508187,629.69195842318,5278.69855599585,16836.0849870983,1553.65712065179,4946.89166434878,510.080341230418,3865.14206282012,1979.73240182534,9393.37078920187,2281.01855272426,11519.2419258932,226.195776170961,1137.14461192817,2108.57939709658,1517.74123302131,988.499636451932,1999.34766348709,533.913864208577,870.419426581584,1397.79435332721,2874.25952038607,1621.04905980487,2081.78942026705,578.272463964013,1785.61757569174,14340.541847123,4608.13079037951,117978.631213603,46176.145678228,3155.55067924973,20998.8729959842 -1725,689.068820468781,1833.9070542756,743.414293670025,1650.57232124228,944.952501164277,6540.4009390685,212.199444434803,591.662009938524,4676.61932265145,15819.2775844026,1376.76707314952,4648.12647823229,451.721184626817,3631.70863307931,1771.1461197375,8826.06259599394,2049.18339230689,10823.5427492339,202.203362362228,1068.46730005726,1924.54511250074,1426.07796793949,880.531039157589,1878.59800545472,480.335020017732,817.850856330453,1255.2888635819,2700.6699738949,1436.61929238512,1956.06073126344,517.494292178785,1677.77604538714,12580.1747071182,4072.58537909694,105374.273254447,41528.5861095064,2766.39429521357,18927.174011573 -1726,605.139029161364,1722.88564637867,660.398111610039,1550.64966566779,849.406546642669,6144.45692501781,189.046219893167,555.843864635382,4207.92910048591,14861.6072023415,1238.44125985305,4366.7373290422,406.146780399621,3411.85157730549,1570.94210263573,8291.74876950577,1805.6552857431,10168.3050960219,180.376931956722,1003.78422701513,1670.04410748443,1339.74579346952,785.030875097401,1764.87108840531,422.414552491139,768.33964838356,1107.72993056146,2537.17631042502,1289.86921922492,1837.64436124597,458.437946530914,1576.20652567765,11455.442434687,3671.99547382357,93778.4125970403,36618.5152197783,2521.05657484295,16629.477681559 -1727,503.167222472923,1584.90437418109,561.686034367765,1426.46230938484,794.512411164528,5652.3639150962,158.494594332221,511.327826239672,3957.80979137231,13671.3810994135,1163.01800049155,4017.0170946898,383.253775244607,3138.60557158511,1381.07972564066,7627.68493778023,1550.961720412,9353.95292111619,158.080845487142,923.393851167183,1248.71408351484,1232.44916040925,715.12885518127,1623.52731521017,359.095357711137,706.805394855681,946.802698408458,2333.98069158761,1215.00851365082,1690.4723725859,404.684796514819,1449.97238929358,11485.7308132133,3515.29379481902,83463.6597912522,30997.8415051828,2537.97641762713,13867.5645438998 -1728,429.56664214304,1475.18467491687,512.79231542248,1327.71123130903,762.796018335812,5261.06228264489,143.035143778129,475.929643084658,3888.7249009862,12724.9392527063,1115.36189671193,3738.92718923647,363.08955527388,2921.32630538253,1229.59231028773,7099.63585728735,1391.57847373961,8706.39782684318,141.800447129652,859.469177033551,1051.73578096194,1147.12921717393,678.036066839568,1511.13382846486,327.92198062963,657.874698073446,866.963213149685,2172.40396573511,1171.0088290568,1573.44441597468,377.123402925193,1349.59375630702,11353.4250487018,3422.9575174149,77732.2698486259,27982.8159704916,2487.03438714727,12356.1833348177 -1729,452.267521768383,1420.31036222963,537.382150689102,1278.32267508008,793.53006573497,5065.35988573572,149.738500854636,458.225885381762,4043.72749857814,12251.593571076,1159.981331925,3599.84557919429,377.771305634652,2812.65803091577,1287.36764966703,6835.54171055261,1460.11963127593,8382.53492014871,148.244978721922,827.498413530166,1116.23964672779,1104.45799883348,707.527780436294,1454.92226958318,344.402123852085,633.402899725119,910.058947147834,2091.59430405294,1218.4985157195,1514.91501125249,394.641572681184,1299.39120808131,11756.739043382,3556.59250041027,81215.529469928,29372.7911605819,2574.71829182233,12993.9113798901 -1730,465.205740008892,1403.04100862223,552.910974724164,1262.77972975815,823.394111322413,5003.77088847025,153.855601419013,452.654381394213,4197.88208417164,12102.6281707949,1204.01215396601,3556.07556392697,392.48657867752,2778.45931815252,1330.44383973757,6752.42932185446,1509.08655264506,8280.61285894855,152.947248325955,817.436976894319,1132.27231424061,1091.02904961675,734.087650413595,1437.23207467024,355.713735723767,625.701443098322,938.452342440927,2066.16290356438,1266.75175384408,1496.4953730451,408.642877823088,1283.59209343466,12262.9183969559,3699.42122001919,83992.212635115,30258.725137604,2686.3159886815,13375.7297904847 -1731,505.047792212761,1423.46339242547,598.505650426851,1281.16049848949,895.19184855943,5076.60477494956,166.125173024448,459.243127874352,4564.58292162346,12278.7916015235,1309.12391532146,3607.83708732759,427.035065068899,2818.90201528559,1445.88206406848,6850.71633012272,1642.12578445922,8401.14380059049,165.757895415286,829.335425745424,1222.34716183079,1106.90984986053,799.063625578567,1458.15213678023,387.051169182987,634.809027936304,1019.38908212792,2096.23755680495,1379.10466015387,1518.27805985203,444.738626019653,1302.27580276163,13353.4515192782,4026.40489123025,91264.2686780026,32852.9003686215,2925.45391052259,14526.8285377774 -1732,618.447305531562,1478.68482965949,735.197106300356,1330.86147740508,1091.92567617445,5273.54514829077,204.869842991398,477.058876207618,5565.95998000243,12755.1315786112,1596.48944813616,3747.79850138894,520.123776809195,2928.25770474995,1766.06186006569,7116.48108659275,2002.59155813682,8727.05540291685,203.182943035558,861.50843026556,1514.28586335354,1149.85099827576,973.072056691232,1514.71927937578,472.130848789732,659.435630262932,1246.58812147824,2177.55840515741,1678.19345530156,1577.17771054347,541.986282156764,1352.79592283374,16230.8683278874,4900.73222060291,111494.863454396,40216.7839118751,3555.18377137077,17779.5028743666 -1733,838.723190443225,1587.79706377275,974.950307736438,1429.06581830468,1365.68226913777,5662.68033199294,273.026492205263,512.261076664738,6937.01142517451,13696.3334324717,1992.09798802667,4024.34875692044,648.02278485555,3144.33400026331,2303.39661645809,7641.60661355289,2660.63198992733,9371.02529639424,264.381201113393,925.07918425465,2215.33511393824,1234.69856606215,1241.36489231486,1626.49049749612,631.600626986209,708.095421334464,1655.97296885759,2338.24055846897,2095.38676584981,1693.55773970132,706.153834846576,1452.61880765612,19513.1194895921,6052.24432178852,144009.55984245,53750.4513885088,4264.62627283266,24054.7003026804 -1734,856.154386445242,1801.16181359751,994.329934464508,1621.10060521957,1418.22556934796,6423.61911941103,276.859749550255,581.097616901076,7210.76503526571,15536.817221623,2070.04888928516,4565.13207572043,674.530389941971,3566.86283133293,2372.11426899982,8668.46925271525,2733.54082918478,10630.2834935443,271.103911550809,1049.38933271128,2210.18445225131,1400.61470022533,1286.41345986066,1845.0547876114,647.979865258761,803.247759043226,1698.25967716212,2652.4482888967,2181.5900863484,1921.13438138282,728.490230848151,1647.81859455449,20485.3311835333,6313.18589312571,148469.46906426,54985.9604068203,4479.85040248963,24561.3786097578 -1735,832.821017568961,1948.6311052988,967.123089087392,1753.82746863822,1380.60174882901,6949.54996834811,269.533334474826,628.67471593059,7019.37502459473,16808.8869566508,2015.11448232724,4938.90015621548,656.406881437796,3858.89807845029,2307.88094399065,9378.19616963175,2659.54890433484,11500.6330454515,263.719813176124,1135.30759971291,2152.83016781078,1515.28938199426,1251.78241747455,1996.11779629004,630.424267916266,869.0132983704,1652.13272261237,2869.61626763405,2123.03369247325,2078.4263716675,708.822711424017,1782.73298101142,19938.6353921857,6144.24104688305,144504.905287658,53512.2130288821,4360.28144156909,23900.4702253859 -1736,809.21073587018,2017.3613979875,941.783453598287,1815.68682976472,1325.46851214765,7194.66799098489,263.547059913688,650.848742155668,6734.61928791064,17401.7542865217,1933.79600830445,5113.10042037729,629.182508885753,3995.00552006229,2228.67996400376,9708.97512819306,2571.81275419625,11906.2726111804,255.763832189284,1175.35110687432,2125.40128255277,1568.73525096831,1203.37539671826,2066.52299510221,610.225651845806,899.664322150612,1600.09501927699,2970.83068705005,2034.44051055057,2151.7346815206,683.514421300133,1845.61187031865,18999.0377002195,5880.54298408779,139436.025870084,51914.4911117729,4153.02857597348,23215.1706121935 -1737,783.321188788172,2019.4152079343,909.503918786864,1817.53532140085,1269.47029089558,7201.9926481824,254.811953500047,651.511350066095,6446.9010165787,17419.4704458975,1851.48848779758,5118.30590141445,602.211957792072,3999.0727050906,2146.44047125027,9718.85951961213,2479.21237176701,11918.393999615,246.357075135236,1176.5476935626,2077.70971099527,1570.33232924369,1154.4673291563,2068.62685487015,588.72349879462,900.580241100707,1544.77327486075,2973.85519303166,1946.63072149746,2153.92529253168,657.393764155076,1847.49082766411,18093.2186586657,5620.47053034019,134097.744412068,50142.8083770922,3953.74697443925,22450.1928589674 -1738,751.924377063304,2040.67647418832,870.687811619817,1836.67110994129,1203.70737668962,7277.81830436786,244.262159814775,658.370739966125,6109.3960122593,17602.8700745123,1754.90178507884,5172.19361312027,570.586412400009,4041.17665143014,2048.43697451872,9821.183825738,2371.19814343366,12043.8759446606,235.140729227647,1188.93489044767,2016.63961968737,1586.8654590469,1097.56252640013,2090.40624237244,563.630050806213,910.061934718702,1478.33661745541,3005.16521130405,1844.58097093823,2176.60273843575,626.964230240741,1866.9420005752,17041.8911469577,5317.30266431354,127786.989468027,48028.1551099391,3722.58031665953,21538.4330497243 -1739,720.18509951099,2056.00772509588,834.488714563263,1850.46970368084,1144.83423560347,7332.49529991086,234.633331446601,663.316965951619,5808.27842101893,17735.1174058356,1668.63005410497,5211.05141298625,542.159977920353,4071.53731564542,1955.03025974741,9894.96868842749,2263.6531431187,12134.35951045,224.863950102471,1197.86715352257,1948.41994705413,1598.78730595253,1044.36834923093,2106.11110446396,538.354136529256,916.899073304397,1413.31444211417,3027.74249999039,1752.01130044462,2192.95517995753,597.604282443981,1880.96801430286,16133.8475001848,5047.3376870767,121889.076612097,45951.2859362734,3523.2987151253,20619.3576480112 -1740,707.24688127048,2027.39903042164,817.979999966919,1824.72100531247,1114.39520604921,7230.46595601545,230.218323564046,654.087120985805,5651.44397144375,17488.3388783611,1623.80638997056,5138.54128717973,527.444704877485,4014.8831666866,1911.95406967687,9757.28334096356,2217.17699139718,11965.5137507456,219.944174980656,1181.19921242627,1928.28165932617,1576.54068823473,1018.52283085483,2076.80523717457,527.671484861869,904.140713831777,1384.92104682108,2985.61242446725,1704.55137589346,2162.44090493225,584.142859077362,1854.79494162597,15627.3216226955,4904.89819333878,119078.522901311,45056.405141618,3411.70101826612,20240.9270273375 -1741,701.107127376684,1980.73995471566,809.806308062085,1782.72641310264,1097.74073997554,7064.0621778894,228.37639292985,639.033794019364,5565.26982537724,17085.8578100301,1599.21223601384,5020.28159417447,519.347952435698,3922.48362677653,1889.73208006895,9532.7267464011,2191.33083888421,11690.1363812295,217.412524862481,1154.01479404121,1922.05272090109,1540.25778081389,1003.95806366884,2029.00911449034,521.746815396018,883.332590032506,1370.77491328038,2916.90078257949,1677.65808002805,2112.67394126158,576.604869089375,1812.10822021504,15338.4110845276,4824.92255594411,117584.062617275,44601.124773789,3347.93090577517,20047.8561843688 -1742,703.373282158921,1922.1919250124,814.544430081821,1730.03139943432,1102.91057843588,6855.25792711833,229.432690224754,620.144807878322,5591.50312386182,16580.8226547662,1606.74824816647,4871.88876997023,521.554125969392,3806.54024544355,1896.68348022315,9250.9520654933,2201.52853148389,11344.5915506454,218.643577565925,1119.90365679744,1930.79479088386,1494.72981633421,1008.67078286715,1969.03431284082,524.171423068923,857.222457505542,1375.52400053118,2830.68108813987,1685.57137435453,2050.22611898597,579.299189249297,1758.5447195394,15411.4432219187,4847.23511999584,118113.0042258,44794.3201283273,3363.87343389791,20133.8677276475 -1743,710.83045695855,1875.73533769008,822.060892998727,1688.2190529499,1113.25025535657,6689.57629857534,231.843192132741,605.156808477845,5643.96972083098,16180.0882507174,1621.82027247173,4754.14229360558,526.694414729766,3714.54169576321,1916.16989154047,9027.36998877508,2221.92391668324,11070.4092480612,220.670671937249,1092.8372117939,1948.27893084942,1458.60436739634,1018.09622126376,1921.44561303159,529.020638414734,836.504635609838,1389.87239049528,2762.26763709909,1701.39796300748,2000.67513113309,584.687829569142,1716.04324751653,15557.4554638442,4893.36760641502,119237.252374975,45223.9650841354,3395.75849014339,20326.5867100696 -1744,725.797248961763,1842.4115607772,837.081912991323,1658.22663665846,1116.13520967264,6570.73120154268,236.284558542841,594.405765898536,5653.13999544064,15892.6374358485,1624.98361631469,4669.68156291462,527.135012282296,3648.55021161513,1939.49116462474,8866.99231844428,2258.81623337918,10873.7355272521,223.646204474911,1073.42217881129,2025.22405583224,1432.69121986077,1025.10086969489,1887.30976045564,538.637507767708,821.643533777651,1412.70898574369,2713.19398120385,1703.8175865431,1965.13170962507,591.716470080823,1685.55651455158,15421.6659262313,4886.82467359257,120498.212814996,46067.5453099656,3363.87343389791,20757.7076456301 -1745,737.522931104355,1863.5281908681,847.364810964183,1677.23224823767,1113.27534156155,6646.04103087915,239.669627658037,601.218492734161,5633.39710758403,16074.7894332882,1619.81810591161,4723.20268724187,525.126789070135,3690.36773318682,1953.99983388517,8968.6205326791,2283.02008782783,10998.3638435976,225.390684309128,1085.72510806112,2089.32149061714,1449.11187807218,1026.6784473265,1908.94098711906,545.200809243482,831.060725320911,1429.1797552538,2744.29100365292,1697.53060217882,1987.65488537769,595.510908657298,1704.87536500434,15212.4567944798,4856.27050948124,121130.744858575,46664.6456061888,3316.04584952969,21075.9960742223 -1746,744.373837855024,1953.46189478439,851.768365569347,1758.17532661504,1106.96556964956,6966.7783769604,241.267252864166,630.233243452457,5597.5750358373,16850.5573344631,1609.89554294813,4951.14402673574,521.905329702996,3868.4645501199,1959.20248479743,9401.44535790905,2292.27932439075,11529.1438995801,225.830131036654,1138.12210472655,2128.78520411116,1519.04588777633,1023.96991535088,2001.06630852311,547.990349493486,871.16764163896,1437.56683232641,2876.73024218556,1686.48373637405,2083.57893247571,596.066056582071,1787.15249772593,15000.6015220277,4815.9026306233,121164.610065666,46944.9776081815,3268.21826516147,21238.6286277574 -1747,736.942884257374,2012.79094910609,840.816332767343,1811.57328627748,1086.29123304918,7178.36805468971,238.369024935065,649.374206701325,5490.52731924959,17362.3296060987,1579.35106102558,5101.5163957597,511.845050958511,3985.9546040843,1931.89029870494,9686.97888371321,2266.19855786859,11879.2982622155,222.502439250599,1172.68828098847,2122.0254361336,1565.18119056041,1007.5498353714,2061.84116778024,542.156913171909,897.626080614453,1420.28835002241,2964.10009836918,1654.85040047584,2146.85980219651,587.993273535296,1841.43052992192,14639.6043957961,4718.13244738525,119368.584592096,46422.0276981065,3188.50562454778,21030.1038435988 -1748,711.369581800835,1888.17390181188,809.355357730525,1699.41414029502,1033.737898357,6733.93688722852,229.796493861796,609.169784943527,5221.00275445717,16287.3832731862,1502.20102639113,4785.66843835263,486.595378936532,3739.17393685686,1852.87979876638,9087.23318919594,2178.81432874378,11143.8204551328,213.456712828867,1100.0841434161,2070.75907391343,1468.276810831,961.925783805335,1934.18729571145,521.821447385038,842.051748968075,1366.48221588197,2780.58506303613,1573.36727860237,2013.94220853226,563.487172999593,1727.42284544867,13805.4863931277,4476.50187437171,114291.982587326,44706.7112334037,3005.16655113628,20288.2781502717 -1749,642.344430250379,1778.59883871079,727.734821599178,1600.79323918044,919.716468866504,6343.1510816262,206.6256193628,573.818264852918,4641.47299448087,15342.1890576543,1335.81212133055,4507.94512027786,432.467500655003,3522.18109542214,1662.04102740849,8559.8802005941,1961.82009348919,10497.1189895598,191.304417704814,1036.24373691771,1890.48498016155,1383.06933918748,859.461359849433,1821.941969805,470.412575766143,793.185554260574,1229.71809072024,2619.22133300694,1399.28472412377,1897.0685220725,505.564378277758,1627.17653492046,12164.8406012687,3970.99087226671,102357.059090228,40285.4081343018,2646.45966837466,18319.9572407357 -1750,560.276175651499,1690.02469564772,641.388069289313,1521.07380706593,815.444680606897,6027.26243987838,182.778084974773,545.24214078431,4118.07353544021,14578.1487249403,1184.9036984179,4283.44965378281,383.304309267046,3346.77663352219,1459.42916508078,8133.59854731264,1713.61892286148,9974.3629307482,168.999726082304,984.638844907049,1638.96387029945,1314.19254760916,756.986929045264,1731.20934074117,410.37105577004,753.684948936016,1076.28093962499,2488.78422711534,1238.58929335481,1802.59459404706,443.297085771172,1546.14321585151,10876.72227497,3526.40661645455,90126.2452452161,35250.3485750587,2367.46542622673,15984.7614313242 -1751,462.13506796113,1562.91993552915,541.519897431817,1406.67564361444,755.36136469517,5573.95915468656,152.161297191376,504.235123733375,3836.97048802914,13481.7433875341,1101.85148300152,3961.29646742633,358.057823016114,3095.06951807602,1270.76369987506,7521.88021271119,1459.44311179949,9224.20288225113,146.742400711274,910.585321010244,1224.03081379339,1215.35367919283,683.19540932548,1601.0071321364,346.262731504088,697.00119461799,913.040916493308,2301.60570659488,1155.30128884997,1667.02358490298,387.961748162838,1429.85961179184,10795.798481342,3343.38484229569,79503.1338635287,29626.0804050196,2359.49416216536,13233.078932985 -1752,370.298702079573,1449.96042493239,435.762467839515,1305.00863645756,618.18708104281,5171.1031389134,117.454936181788,467.791700428179,3390.22791735415,12507.3549365151,1039.9043604368,3674.9951028349,341.48627809292,2871.37441375421,1231.66557372468,6978.23886021437,1364.90087892795,8557.52673362837,139.293553279539,844.773074407167,988.473775619302,1127.51440241176,593.413783625908,1485.29488226557,289.974975570544,646.625668629995,811.847795014485,2135.2579313228,1005.16661024876,1546.5400181999,356.69832112196,1326.51699116336,9854.44824413722,3009.30593745735,70318.6968430914,26064.6585536841,2247.25811387743,11700.3931857445 -1753,390.424633420784,1387.07336364754,459.927415887214,1248.4083619349,629.805621099739,4946.82427280415,123.623448209645,447.502839554792,3562.54551451054,11964.8913058677,1092.79285619163,3515.60479239641,359.06285487839,2746.83839496051,1300.09378012431,6675.58167915161,1442.8591082589,8186.3733566874,146.795301319763,808.133939166969,1050.21099262171,1078.61233163467,625.228551492786,1420.87531006141,306.781702463814,618.580497636182,858.438091662096,2042.64844069321,1057.11572306898,1479.46414824397,376.46099609047,1268.98386551093,10226.7175333523,3150.43465108587,73880.888997718,27520.5380844081,2343.11863194538,12390.9177733779 -1754,401.979985191172,1348.74523216978,477.709914781361,1213.91187379793,688.147046657755,4810.13176893627,126.31922692248,435.137273233178,3757.84796812187,11634.2729412539,1152.58445652806,3418.46028206389,379.180589195606,2670.93672608745,1360.20302012902,6491.11950217184,1507.70135287272,7960.16441737358,153.279475146368,785.803279027564,1066.61827952306,1048.80771109772,657.973582148382,1381.61315052118,320.022171480614,601.487649294957,894.382736678191,1986.20521277925,1116.83333127954,1438.58303995031,394.744251591215,1233.91882734124,11020.4479725434,3347.73558491166,77610.2931231768,28629.1426385475,2510.4422249613,12839.3345465647 -1755,453.286376010738,1346.98069174333,517.67127234733,1212.32373355886,791.05528381573,4803.83875542982,141.303917240642,434.567990546308,4094.83072045043,11619.0520200247,1255.9117183248,3413.98796867213,413.472843522938,2667.44238503827,1480.70863202761,6482.62728103084,1643.1215589174,7949.75026977878,166.381117932945,784.77522597499,1151.64113119351,1047.43557382401,717.619771708213,1379.80560955669,348.701853024005,600.700733243006,972.874975514688,1983.60669431218,1218.58519628348,1436.70096624933,430.360651367558,1232.30451234545,12202.4318599148,3672.34670090304,85140.4598633716,31280.1438282077,2761.31107831536,13997.7407329195 -1756,573.243530705398,1363.67150911594,637.83813239585,1227.34597861207,957.060200364445,4863.36447532009,179.218547836223,439.952844991995,5013.86708211862,11763.0269682165,1537.83500083151,3456.29165576035,505.655449963389,2700.49541539983,1814.25058931975,6562.95534267686,2009.41982535425,8048.25786585944,204.595870941252,794.499596974207,1427.34472950497,1060.41464321931,877.072139332747,1396.90316973701,426.499122345153,608.144185324842,1193.04078242401,2008.1861239037,1488.86185263062,1454.50353282931,526.145889296808,1247.57434485981,14791.3544324528,4479.22282003015,104438.468810112,38485.9048278311,3358.57191308633,17242.7507084772 -1757,775.905876811784,1373.91162993373,850.071365074044,1236.56239988523,1199.01987443957,4899.8845899337,242.129610953838,443.256551388097,6266.00491411876,11851.3582243381,1922.75284939274,3482.2457392034,631.172958738165,2720.77405225389,2370.01627764603,6612.23807329161,2675.55901094603,8108.69407235654,266.733327683949,800.465675907671,2090.21474252795,1068.37753896871,1122.99768084916,1407.39283468435,573.157525169931,612.710878909575,1589.79757955769,2023.26605216789,1864.63603896479,1465.42573205875,687.398976566006,1256.94266555518,17789.2026354257,5544.70356833519,135320.790735328,51619.7837962604,4030.73646425148,23383.3922929026 -1758,796.611900391802,1414.55391196246,842.735799573955,1273.14169414791,1234.17226139337,5044.8302233162,247.539981515308,456.368717687663,6222.60589834414,12201.9384457169,1909.44104462036,3585.25557647575,627.526908855069,2801.25846184688,2360.04475569709,6807.8375854879,2668.17874304594,8348.56090526873,264.509624127128,824.144601863141,2077.64175226631,1099.98168315521,1118.08407188652,1449.02553890363,571.790010803252,630.835747933296,1584.16347617121,2083.11717193411,1854.72118293795,1508.77513284763,684.969445873095,1294.1248373881,17817.3922135566,5530.34963955159,135354.034896922,51598.505060436,4020.07714990771,23366.1992477279 -1759,773.867990376002,1507.87206337443,818.743013697813,1357.13087856757,1200.2135857272,5377.63777956829,238.918998028846,486.475371620546,6046.45749177859,13006.9005823788,1855.40203143526,3821.77496248627,609.526805814309,2986.05754166703,2293.00304369661,7256.95077461283,2592.8308337392,8899.31564430092,256.954234376413,878.513438633257,2023.45952361408,1172.5474979969,1086.22724532074,1544.61778427207,555.67621337056,672.451995531839,1539.34745479552,2220.54045570964,1801.60194875706,1608.30906018896,665.543230561618,1379.49828020996,17316.2408052059,5372.96861835487,131529.387308692,50146.6556420572,3905.40635523994,22704.5677629404 -1760,738.195245398376,1630.60886299524,792.499670785484,1467.59774425723,1121.62046563364,5815.36327804799,227.451822693289,526.073180783103,5729.88889876971,14065.6279036442,1758.48346982929,4132.85734086577,576.827430053808,3229.11473136496,2194.66729502827,7847.64738257868,2488.09062202427,9623.69641076498,247.093869360275,950.022110025721,1996.33959230633,1267.98976448831,1033.27604431599,1670.34558842986,534.295579618312,727.187810217272,1480.31777209556,2401.28657839622,1704.98751329484,1739.22116582676,635.993134843692,1491.78579326095,16176.1219602684,5066.22277301544,125416.714645945,48239.7127200075,3651.69175979305,21889.880591858 -1761,692.417379247375,1730.40663707228,768.476116413091,1557.41878683903,1043.25647949569,6171.27960094378,212.600397766988,558.270315016351,5516.72004088875,14926.4832489298,1693.14931082384,4385.79964515248,555.245737090144,3426.74548742356,2122.9199303644,8327.94511571148,2407.97276484165,10212.6932584967,239.047033644339,1008.16609173473,1952.7004321653,1345.59424642149,996.463550088658,1772.57536004934,517.507197279519,771.693716227335,1434.82472372384,2548.25196101092,1640.78330172644,1845.66631335181,614.473848496337,1583.08721136666,15385.467734493,4855.09221155445,120464.516825184,46562.4116387617,3485.19613847015,21166.1890039541 -1762,665.515906554462,1779.06166769862,746.094327073462,1601.20979939542,1000.04488031153,6344.80170352635,204.232128102655,573.967584486407,5349.50713066654,15346.1814193258,1641.84440326016,4509.11818282114,538.401139627899,3523.09764134349,2060.31078629436,8562.10766223579,2337.6523417951,10499.8505616554,231.991760429638,1036.51338942701,1898.74375037423,1383.42924304462,966.682514007647,1822.4160775911,502.474427047245,793.391957896543,1393.00862875404,2619.90290972457,1591.07749058514,1897.56217937442,596.329188951132,1627.59996062629,14866.6695318836,4701.7274073436,116676.172574374,45150.7160074722,3371.94821484879,20535.8321044135 -1763,636.286501306365,1804.86445391788,706.993780365278,1624.43309451561,948.108473066529,6436.82412463304,195.848376085326,582.292176684748,4980.60861395675,15568.7561876064,1528.80558383421,4574.51659740181,500.771288485404,3574.19521537351,1937.03920917556,8686.28898636089,2202.55405873081,10652.1361199897,218.621909090602,1051.54655769003,1832.04450242632,1403.49393762822,903.436477976847,1848.84765852301,474.30279837175,804.898991884955,1315.43076348079,2657.90091503391,1479.7361826463,1925.0836487766,559.698395087781,1651.20600790224,13768.7554911934,4371.57764925609,109777.631961105,42756.4730980975,3113.13703456964,19463.9395162901 -1764,596.540504657162,1763.29651110758,684.722616204705,1587.02067729757,846.073159658344,6288.57723744331,182.820136149411,568.881370212951,4738.07633516165,15210.1912186808,1454.55166129513,4469.16062793119,476.095991814319,3491.87770838123,1864.46556673469,8486.23453737718,2127.84999538484,10406.8061263261,210.530102234968,1027.32832508118,1810.6192136135,1371.16998354552,864.379958469124,1806.26673585726,459.205106674852,786.361314337971,1272.4434892316,2596.68663770036,1407.43806259561,1880.74693039108,538.243391602288,1613.17698209063,12711.7327091824,4117.83202132406,104541.53509103,41211.9335510283,2897.30050167068,18852.5593786726 -1765,585.813135742214,1706.10804786937,678.795116573322,1535.54931494292,829.863081615395,6084.62171101952,179.759936360676,550.431012532103,4672.97551729121,14716.8836802854,1434.62112784965,4324.21369094918,469.471411411161,3378.62669319453,1845.07571588085,8211.00305542592,2105.38726870419,10069.2853260332,208.368710959433,994.009295761725,1805.15011797972,1326.69924155552,853.238978052162,1747.68463229653,454.594510706918,760.857495307148,1260.99240774599,2512.46908416593,1387.28293744999,1819.74923317367,531.969193610561,1560.85730020169,12484.3046722989,4055.03420958406,103248.221576599,40801.4303330314,2845.94181969481,18673.5386226857 -1766,590.511156355352,1653.57681464927,683.628106182862,1488.26960174717,841.274293753026,5897.27561499892,181.029581256417,533.48318796319,4704.8866932554,14263.7493961774,1444.40703290505,4191.07072958957,472.449941931224,3274.59844773522,1854.49404478575,7958.18547038833,2117.92379205662,9759.25104861327,209.869060567478,963.403652582317,1813.60729377453,1285.85004249212,858.788438911191,1693.87325198623,457.246273421174,737.43061880706,1266.80938584512,2435.10991597993,1396.77543934246,1763.71897677266,535.274522434942,1512.7983516711,12607.4401219535,4086.2194375184,103953.227062124,41037.414115426,2870.90972515954,18771.5957066568 -1767,605.978701386206,1633.29906420325,696.546846971219,1470.01900745166,863.385295406678,5824.95754536167,186.061713780395,526.941103642204,4831.25751958713,14088.8335724202,1483.11758236573,4139.67578645579,485.519569589991,3234.44216981342,1896.59992833577,7860.5945405071,2160.36769458587,9639.57371911116,214.361438820818,951.589469731676,1832.10047339227,1270.08171165822,879.672519855631,1673.10134784082,465.977757043621,728.387534792488,1293.07722464752,2405.24825443061,1434.42003382042,1742.09055712438,547.080701126558,1494.24696223544,12996.4700117302,4201.15081394343,106381.859335514,41856.9572959613,2962.26855774863,19133.2413192605 -1768,633.50494302068,1616.57932072038,720.681026522668,1454.97072801636,895.622144328098,5765.32866410436,194.943152265484,521.546916945736,4969.1070088952,13944.6091076749,1525.50272639578,4097.29878473654,499.026570237073,3201.33185672093,1956.44310718561,7780.12726588447,2233.55597604094,9540.89540391457,221.371740895821,941.84824585932,1908.27102651155,1257.08014881733,906.53162006096,1655.97415664245,482.10989903079,720.931182796235,1335.80769318058,2380.62622732725,1475.28416925313,1724.25713771123,564.75030505919,1478.95066625622,13332.7578943727,4318.86282052658,109917.199226889,43351.5194916597,3036.11123011017,19828.1420417583 -1769,662.652558463229,1654.21320591049,733.507461822273,1488.84237330546,932.221397279941,5899.54522511509,204.100528102195,533.688502911864,4992.07351168197,14269.2389055776,1532.70322068213,4192.68369414243,501.107435019388,3275.85870115537,1982.49234530225,7961.24823689767,2269.32784122695,9763.00696852481,224.389781253499,963.774425599996,1970.06421447992,1286.34491138665,914.582429806623,1694.52515162925,490.59158459593,737.714424432181,1358.45305043565,2436.0470860327,1481.91713324746,1764.39775705921,571.895286066477,1513.38056330013,13396.4508960749,4343.68976007595,111775.782708171,44278.7948018124,3035.7494030964,20260.4941771217 -1770,673.216347767079,1752.04395117743,733.070831990408,1576.8930299228,917.229051279438,6248.44638492138,206.5624061287,565.251026892278,4901.43549388951,15113.1266653518,1505.07778855947,4440.64046839679,491.941697084483,3469.59412593506,1971.42146084334,8432.07923104522,2262.52703469155,10340.3946017298,223.022726778821,1020.77238087492,2006.03478134152,1362.41979756315,903.189097196232,1794.73995940926,490.138565391465,781.343112486724,1357.64762058156,2580.11575933335,1454.7412799378,1868.74485506549,567.639846016951,1602.88241702199,12971.8356459108,4250.51912943285,110961.025123482,44337.4746175245,2939.42274034919,20338.1424568166 -1771,689.806964172751,1764.07753853193,722.654667092599,1587.7236258171,936.033879816933,6291.36267440847,211.58679747618,569.13334822603,4791.65719430239,15216.9283592562,1471.47672700692,4471.14017986262,480.759554327455,3493.42438656923,1939.56720755333,8489.99339577757,2232.74842470689,10411.4156749376,219.253702474258,1027.78336573409,1999.43795140194,1371.77732403185,886.414538522433,1807.06679633915,484.262065630432,786.709622037825,1339.15390986285,2597.83680357644,1422.75341017835,1881.57998082907,558.733238514912,1613.89151617801,12728.5472550401,4166.13693973589,109807.782786784,43985.5913845508,2868.53012774596,20178.9102286767 -1772,677.500376952497,1645.27479653131,712.127877015735,1480.79753205639,907.838647388102,5867.66750210778,207.075574949456,530.804759569143,4754.64591982106,14192.1362090137,1460.0328863342,4170.02886154785,477.164117671526,3258.15785942914,1915.73776519096,7918.23026578223,2202.26158416538,9710.25333752692,216.521211810627,958.566747209802,1956.41946087844,1279.39424905382,877.559642084767,1685.3689198603,477.267849560027,733.72824326343,1320.23997786427,2422.88409951796,1411.86231487569,1754.86397422883,552.05829800429,1505.20313189472,12587.2729149963,4127.85021387585,108293.121928241,43305.8863130118,2848.89187945312,19874.3530124183 -1773,619.953860317279,1560.60578497818,641.588353752264,1404.59283748873,831.907910616512,5565.70602517194,188.934459941785,503.488523755424,4238.9670058769,13461.7815307691,1301.8004698306,3955.4311404865,425.230826598533,3090.48677735608,1721.5380776072,7510.74287749467,1986.27282876554,9210.54498865277,194.408800804987,909.237055194179,1786.54333343273,1213.55415554328,786.140743356963,1598.63658745736,431.088511662788,695.969173935494,1190.2003659897,2298.19781474262,1259.33145841221,1664.55529240776,496.342763602403,1427.74247812862,11223.6559526383,3684.02074400819,97535.8437953505,39161.7648806287,2528.4245298681,17981.9906072264 -1774,523.447174385529,1520.22384355362,567.919142904518,1368.24785771563,705.280304678663,5421.68886410655,161.794123410158,490.460349523382,3793.50736198848,13113.4470067795,1164.85913268506,3853.08114911683,380.267335490773,3010.51792345471,1520.9520874936,7316.39630909583,1743.98771933538,8972.2146609043,172.770494622979,885.709808366499,1549.57449828008,1182.15245673095,697.302339500789,1557.27056814918,377.675047439031,677.960406644175,1046.64357893579,2238.73008084704,1124.2554813164,1621.48357310302,437.871269082386,1390.79848261347,10007.3732019754,3284.07472339227,85751.9882773655,34245.5020429882,2271.99294700253,15705.7768535137 -1775,425.229761240191,1423.5212474519,480.747296876885,1281.21256977907,643.835604486739,5076.81110769054,133.980798353618,459.261793281164,3571.46265718572,12279.2906588343,1095.82435151778,3607.98372370136,359.514074599731,2819.01658630405,1336.95486512311,6850.99476957994,1496.77444442222,8401.48525538254,151.331032427075,829.369133126474,1157.55965755229,1106.95483893363,634.424888934503,1458.21140169064,319.910673105841,634.834829016463,893.137626395308,2096.32275596069,1059.39361471256,1518.33976851117,386.366952331794,1302.32873225837,10033.4453996531,3141.88948277571,75941.2017886235,28852.5398765175,2294.24386504857,13063.2890541109 -1776,362.307309538909,1317.35955515083,412.72498853751,1185.66380656347,633.056629303837,4698.19866361916,113.131531380646,425.01150775067,3423.6892456449,11363.5401711391,1052.71447113844,3338.91175966255,355.284258068258,2608.78328493077,1204.59984114764,6340.06934434567,1317.77057447563,7774.92917541504,143.447488424561,767.517417971127,860.064555508052,1024.40166369132,591.596274049996,1349.46262789236,281.762588002744,587.490864252547,788.949117665797,1939.98566455416,1008.95974275671,1405.10681213508,350.28373365815,1205.20519272826,10453.8761328283,3066.99671209544,69442.6734462854,25156.6739112077,2316.90498203395,11158.5258005618 -1777,364.996467511622,1256.81557333312,410.002846708552,1131.17237507401,597.467808649219,4482.27609839849,113.530767507863,405.478580011267,3220.37624648939,10841.287938014,990.528680382413,3185.46009790663,333.550960755649,2488.88729514452,1222.26558950103,6048.68872498005,1344.44884781361,7417.60442774857,139.686337530564,732.243403054905,930.299800511597,977.321612191289,564.587665312606,1287.44323425959,278.884769512805,560.490615106972,780.087844934705,1850.82666742073,947.854109213699,1340.53009050034,339.319769700669,1149.81566677094,9568.72201474428,2882.51323971075,67790.373942783,25233.1516488555,2178.41787011082,11346.2928928294 -1778,381.242581382332,1230.20283357925,431.115110747082,1107.22009705219,666.549805200973,4387.36507895961,117.789945669646,396.892677549068,3605.75041011235,10611.7265126045,1108.66654330594,3118.0088167635,374.699581039929,2436.18576019556,1334.90534477974,5920.60932947797,1460.12550520567,7260.53860168678,150.222797368171,716.738341265837,895.464126215917,956.627083675773,624.259348347739,1260.18196182773,297.236768511656,548.622373504289,830.693533058301,1811.63589872348,1064.79036477674,1312.14471782699,369.58201356712,1125.46862194275,11043.826737974,3257.01445138746,73906.0615950605,26879.3671680849,2502.75944464111,11994.7838860765 -1779,439.640563236683,1225.71916583453,498.329751914284,1103.18465923661,793.920751224274,4371.37463677244,134.995306524251,395.446139752317,4301.92888058788,10573.0504060458,1322.50482557395,3106.6447431507,447.669436921148,2427.30669796697,1558.64834423524,5899.03073743194,1695.1256263744,7234.07642662988,175.654757224979,714.126075634171,988.309097192202,953.140505786562,740.878054891368,1255.58903043422,346.76202498503,546.622832962705,967.342638758507,1805.03310671019,1272.74675833844,1307.36239999522,435.602134565669,1121.36667450762,13358.4137346617,3902.58840326768,86914.5087064961,31108.3223762304,3031.69625580775,13834.6268621467 -1780,562.977629412764,1233.44264491179,635.74199505762,1110.13602613326,986.31346718513,4398.91946228146,173.507885177156,397.93791769925,5336.07803285803,10639.6731169163,1640.67703258025,3126.2202759016,554.54086608975,2442.60159831478,1874.38848148732,5936.2016014819,2038.57248253627,7279.65965603653,221.766815664736,718.625913735283,1319.11138169689,959.146417221518,924.287813047342,1263.50072495324,439.944452723548,550.067202710049,1227.41787908566,1816.40694814306,1576.76883139652,1315.60032791885,547.133789990727,1128.43260958468,16349.2069162715,4799.18595382723,108084.056465103,38849.6156758695,3667.45886033448,17274.049191802 -1781,658.322171518237,1229.65322064881,716.184687150739,1106.72542864015,941.573709811328,4385.40495294452,200.524782105224,396.715359352733,5036.64372776719,10606.9855528649,1550.35007949703,3116.61579610372,519.756338040632,2435.09735496823,2036.29978157152,5917.96420189842,2304.37256236355,7257.29483912301,234.714755871861,716.418126867572,1886.95227257798,956.199695118016,916.344836877046,1259.61895523888,489.394979304147,548.377267622419,1357.56910264602,1810.82652120621,1483.02938462072,1311.55849603995,569.23390988014,1124.96580070829,13981.9553028318,4426.35803311774,112481.219447384,44201.0344152987,3168.59488091328,20189.506568975 -1782,665.887091815016,1220.65695904911,720.267216852764,1098.62851862691,939.796712448088,4353.32090720316,201.66010146242,393.812951508452,5023.39878289676,10529.3838231939,1546.38775539916,3093.81433424708,518.399562398119,2417.28194778011,2022.55713799179,5874.66780482978,2293.20432708235,7204.19976989328,235.327288299278,711.176742731102,1924.2922185728,949.204045894003,918.853403222635,1250.40346143381,494.777935930482,544.365286624835,1368.74303243245,1797.5783396678,1480.99848591932,1301.96300754324,572.827987163956,1116.73544237316,13848.0757072939,4405.02396089579,112609.140229696,44362.8863862259,3134.06498998943,20294.1684277216 -1783,637.662572562247,1284.26719273188,684.840684536198,1155.87967037952,886.738545839963,4580.17887753659,191.500930471425,414.335124988106,4736.15606675085,11078.0855371059,1458.07541217732,3255.03756024323,488.98451917618,2543.25007374337,1981.045846396,6180.80540483572,2244.18958318198,7579.62124065376,223.055519433676,748.237211243167,1855.42553236842,998.668468084312,871.696054309844,1315.56382920946,473.503474328092,572.732964238344,1306.23285046001,1891.25279701773,1398.78649979078,1369.81021927802,545.50300965745,1174.93017261622,12973.7859567119,4170.2828409997,107616.928259968,42662.3085100896,2994.2147077494,19617.236433667 -1784,619.890087240778,1396.18533530011,665.359035286848,1256.60941452729,859.716064607303,4979.32098402748,186.099061351063,450.442578212698,4591.06090212986,12043.4911501603,1413.42984742,3538.69952700057,473.967508235894,2764.88294418554,1915.62660896398,6719.43495513469,2173.30169964654,8240.15133550124,216.546737127747,813.442738065538,1807.25591711445,1085.69795900489,846.273323131106,1430.20933368729,460.606294626108,622.644080794084,1268.98800945643,2056.06702054309,1356.61688612155,1489.18305405897,530.052983838646,1277.32008283955,12553.1368212043,4035.85498503066,104345.32934541,41459.0401487037,2877.70449044399,19054.0586576307 -1785,583.519254430253,1497.48730919942,624.809274870376,1347.78428285859,804.727993918378,5340.60184811262,174.581174959639,483.125003065292,4296.28968897442,12917.3217192858,1322.71443127652,3795.45429877638,443.710084640776,2965.4924856017,1849.32863684962,7206.97196561105,2099.809504313,8838.02582566401,203.111853536479,872.463093699329,1703.95192777007,1164.47213283763,793.597392428324,1533.97996136015,433.198265800974,667.820801123697,1193.05411050309,2205.24753575421,1270.27338558503,1597.23259380088,497.695584552691,1369.99763962327,11722.8671876761,3787.72229639509,98489.3403139171,39384.2213408919,2709.28677850245,18140.3882488619 -1786,564.788746152709,1568.58960746552,605.211250713428,1411.77852140036,782.78338883158,5594.17933300499,168.996184016346,506.064294675134,4180.47256292099,13530.6499632327,1287.01619381807,3975.66652625178,431.83706305937,3106.29723895208,1811.92765780898,7549.1666988461,2055.42422034967,9257.66473978334,197.033836251655,913.888574057854,1642.81902244888,1219.76251453432,771.157499939915,1606.81496976177,419.759137736153,699.529646666564,1156.18907528253,2309.95504617821,1236.14749021137,1673.07090480833,483.023524395113,1435.04659209048,11443.5514839378,3693.47600964503,95819.396964502,38284.7610223877,2655.73165009538,17637.6901365416 -1787,541.255078328491,1641.71678956816,580.657202006068,1477.59521719617,745.068069745011,5854.97831372785,162.517608900115,529.656861944623,3976.98078543425,14161.4448500017,1224.43208165268,4161.01092013332,410.497212271558,3251.11189459984,1732.42001334681,7901.10661052362,1965.43933340689,9689.2543232214,188.544830284128,956.493788231516,1586.33192971052,1276.62748106081,734.236921213494,1681.72420691327,401.166008057476,732.14151124511,1105.99224044557,2417.64446507199,1174.69957813611,1751.0689739937,460.654956057204,1501.94803843828,10833.360179946,3508.27970003419,91490.7648430087,36666.9774002119,2515.17020922022,16899.7740365945 -1788,525.735563273541,1615.74044107551,562.696468408789,1454.21571073266,714.832084996908,5762.33690440514,157.690726128516,521.276274431098,3812.58598548133,13937.3729339924,1173.91051302224,4095.17260354307,393.36713293035,3199.67061307104,1699.94567894985,7776.08998153088,1931.12379844048,9535.94441707116,182.067023042782,941.359499460127,1554.80122946315,1256.42782143982,705.817762967391,1655.11483412443,388.164497238706,720.557075267547,1071.04314531871,2379.3908664275,1125.4268987644,1723.36238160689,444.09677515997,1478.18320523913,10312.1363050869,3365.07178333732,88566.0225785993,35722.3664237495,2414.44910880949,16503.8921906498 -1789,526.052634957543,1548.94824828073,565.884109868134,1394.10069866315,730.109401068081,5524.13087348392,158.262026676588,499.727525302821,3898.78683036661,13361.2236488756,1200.30699458279,3925.88454767087,402.301071092894,3067.40121445044,1721.03021295753,7454.63853547421,1948.94664179766,9141.74333019278,184.105113852356,902.445164224892,1536.41914472854,1204.48905259495,717.844236367958,1586.69496525939,390.520660144717,690.770368277112,1076.94097797156,2281.03055468165,1151.01720379502,1652.12126544659,449.519963725301,1417.07741428385,10665.6443698155,3448.87512564586,89725.1541132057,35954.7099454572,2489.75581533358,16572.3810136471 -1790,519.842219982304,1490.28451133051,556.714463084297,1341.30154494109,709.21712328886,5314.91396723781,155.954799542586,480.801209253408,3783.46741118314,12855.1904031938,1164.91929291304,3777.19845783081,390.41168415625,2951.22869663713,1743.46405028566,7172.30698915599,1974.00325688999,8795.51560658479,180.308904912585,868.266613853797,1533.52046191152,1158.87111215099,700.353534685546,1526.60163666334,384.616047934453,664.608634841156,1059.91517421452,2194.64046606263,1117.53277398403,1589.5500288455,440.385111049336,1363.40805718176,10264.8299429024,3362.11042762737,88504.6908116577,35720.9936801816,2455.93708304486,16554.7704413775 -1791,541.592002682858,1462.45684408062,582.738598801832,1316.25579509225,752.01031852129,5215.67006030757,162.964400986584,471.823342300673,4016.23722723744,12615.1490162947,1236.4507323773,3706.66788395572,414.672122588396,2896.12122586632,1738.82076649858,7038.38050009245,1969.95296061211,8631.27939549198,189.645994880627,852.053713410419,1577.04426458265,1137.23183491952,739.646795987193,1498.09582985584,402.129339443238,652.198583068391,1109.04759788831,2153.66055641558,1186.35631328885,1559.86880425821,463.045862499022,1337.94951859224,10995.3048079045,3544.81893407186,91967.3697507052,36762.0761074582,2543.16871201363,16918.7820628167 -1792,570.437620537336,1456.29541424025,614.613647312459,1310.71032018386,792.576806095471,5193.69608871503,172.145753563342,469.835518569392,4232.65502105587,12562.0005381674,1303.08495426122,3691.05144084424,436.768266134617,2883.91967078138,1833.42035786093,7008.72732583522,2075.96720823679,8594.91523018805,199.968515149214,848.463953345594,1664.67952656391,1132.44060009337,778.411431435957,1491.78425055203,422.982418022703,649.450826218106,1168.12261663499,2144.58703847073,1248.86784596907,1553.29697122496,487.201967902483,1332.31264655589,11584.0760766625,3737.06846553274,96956.5878816791,38706.1410231138,2692.845649926,17820.1488485344 -1793,590.839705820421,1509.37626039078,635.485119682481,1358.48470179166,807.601006222785,5383.00231075072,178.32038419573,486.960661334639,4308.39906989741,13019.875782015,1326.54179082702,3825.58742286365,444.329063299409,2989.03632146802,1873.99051218054,7264.19003845236,2125.21361760082,8908.1932701718,205.735584690077,879.389810923267,1745.35398974652,1173.71718771453,796.065193642805,1546.15863745117,436.642383988441,673.122808600064,1205.03361053781,2222.75558417399,1271.06444466291,1609.91344941301,500.299093584896,1380.87441632095,11676.1876826779,3793.95731386482,99368.3420764978,39858.5798581611,2717.18133694979,18381.1765393 -1794,608.651896482621,1618.37278725709,651.961048645783,1456.58490263751,818.896461089263,5771.72483897785,183.235187009321,522.125531883386,4364.18631226769,13960.0795454576,1343.85598054133,4101.84441275932,449.828018548284,3204.88348050105,1873.39513835479,7788.75870000207,2128.62875852174,9551.48027062529,210.161855080152,942.893151785032,1818.67720305042,1258.47477953663,810.085195913114,1657.81132862499,448.367570071092,721.730998762603,1236.59350112117,2383.26734330615,1287.37119177444,1726.17006424538,511.141902805021,1480.59144471687,11706.7952159561,3821.56502890953,100900.921745639,40618.4059063553,2697.72940428549,18731.2639907954 -1795,629.126584543097,1694.62407344531,674.681167996376,1525.21338746065,851.961770508184,6043.66554754751,189.490366082317,546.726009394685,4542.323763961,14617.8229461206,1398.65040905834,4295.10700014314,468.298508176767,3355.88483778769,1871.57526639626,8155.73401827311,2128.62875852174,10001.5080153892,217.891619259725,987.318525300814,1871.10217980714,1317.76910364458,841.555134734726,1735.92080195549,464.058529925139,755.736091637917,1280.20789792512,2495.55741744011,1339.98432647625,1807.50032919712,530.128996449501,1550.35102228013,12224.9220196806,3960.9203754661,103820.09807891,41525.9793507894,2770.02530672174,19086.0161977898 -1796,616.910518158499,1620.36874217745,659.100127275754,1458.38132298407,823.612002207293,5778.84316343438,185.13958207785,522.769474387001,4387.09073183502,13977.2966475226,1350.97741368562,4106.90325742272,452.062035693743,3208.8360945109,1824.07138769295,7798.36465196393,2075.44788561166,9563.26020426788,212.039790487492,944.056031092258,1853.50099723268,1260.02686873891,816.796913179235,1659.85592348252,454.284357948701,722.62111663254,1251.03567058299,2386.20665013203,1294.72019350065,1728.29896659732,516.485510848962,1482.41747256558,11704.4730616149,3821.15605544755,101012.097212145,40563.6575397044,2666.72009740423,18688.0040364637 -1797,568.845454213256,1560.57685886792,608.121989486172,1404.56680310665,767.57160421079,5565.60286380491,170.343931877135,503.479191504644,4091.82181180961,13461.5320142155,1259.95146175343,3955.35782585548,422.044379168409,3090.42949462514,1632.64416696547,7510.60366451807,1865.44453850123,9210.37426953685,196.323098551171,909.220202321041,1691.96278538412,1213.53166209769,760.392103900661,1598.6069564393,420.417592883121,695.956274021078,1156.7067571123,2298.15521723079,1209.0714095335,1664.5244395746,479.562469180292,1427.71601466376,10988.356606801,3549.79120577678,92970.8680374407,37162.354112982,2439.80435574278,17043.9604859049 -1798,481.350577693748,1540.35696064242,518.726316717778,1386.36827757531,653.779342304926,5493.49111690173,146.187493077424,496.955771685217,3485.58912066226,13287.1152235654,1073.26898328709,3904.10951198375,358.899937888628,3050.38778216523,1487.27536854574,7413.29116059004,1682.11561539256,9091.03837826659,167.45557868415,897.439725216676,1436.98798588246,1197.80831815497,644.030255669189,1577.89431433001,354.62695974661,686.938989835338,979.861506655269,2268.37875070513,1026.24007445831,1642.95772559265,405.44320588389,1409.21755215782,9388.17221207205,3056.01129364695,80271.7120543799,32124.4628523719,2180.34996733582,14806.8662443571 -1799,387.5987729542,1436.4515666718,428.647112127608,1292.85025172125,583.845436898192,5122.92547961091,119.837278203238,463.433421631115,3132.06373797861,12390.8275595281,963.818376916803,3640.75624562272,323.329969210124,2844.62265605,1259.47936076018,6913.22464461909,1397.34206356223,8477.79875366561,142.376101794519,836.902570131119,1071.92184356988,1117.00967967102,560.642693555764,1471.45682317465,290.630248374364,640.601245925086,809.748706602994,2115.36435612719,920.60180951727,1532.13135604543,343.84383786742,1314.15821936121,8933.66644592751,2782.80620361205,68677.3328234474,26365.2144230177,2071.59207675072,12005.8492616408 -1800,341.341021029913,1353.86529398163,376.181880181356,1218.52008569721,542.028079284439,4828.39183124653,100.214250673913,436.789126883855,2934.82622517761,11678.4385814166,899.300555952034,3431.43732734127,302.337426211279,2681.07604729277,1143.72135953018,6515.76087423123,1226.70051781794,7990.38252890223,124.86804978698,788.786319311682,827.557149625159,1052.78916006338,519.733234980137,1386.85798443199,263.920422179425,603.770996712987,681.741922377952,1993.74517897738,854.41318161654,1444.04414106143,305.601004472655,1238.60298897244,8767.83770108852,2642.72469200957,61684.3492693766,22790.0909143943,2039.92963931798,10245.9874014749 -1801,365.007433310973,1297.19751195177,400.276135912415,1167.51735232171,567.603755022782,4626.29324945696,107.113514713218,418.506753338056,3069.89025186807,11189.6224377997,940.802410012632,3287.8100821646,316.087473049952,2568.85614348931,1209.31632662895,6243.03527987486,1300.24421567993,7655.93473893683,132.059400901623,755.770648247812,904.243852629451,1008.7233088217,545.963971493929,1328.80925069347,280.341321804311,578.499381146967,724.998021267626,1910.29439718424,893.135242183773,1383.60180681228,322.554824022702,1186.75965971906,9085.10080323542,2756.60253917366,65091.255239478,24260.0028763379,2112.54849379208,10929.6529340023 -1802,371.77142446557,1282.24230889535,408.666894446034,1154.05721312548,605.927616744933,4572.9573817061,108.108994744447,413.681849328459,3286.12885798184,11060.6188942837,1006.76901978779,3249.9053938371,339.290107751211,2539.24017144599,1264.68307951316,6171.06022639324,1351.97948524333,7567.67057133504,137.055877693011,747.05747742803,866.539103377236,997.093883254519,579.651226078148,1313.48960045958,290.043610798454,571.829945202666,748.080839184931,1888.27088854795,959.020741306884,1367.65046110011,338.709011085313,1173.07767873563,9951.5707126867,2973.62252187442,68270.2849286224,24922.2848739485,2317.20162912819,11179.4707664853 -1803,417.148829073175,1303.30108676571,457.645665294377,1173.01075594052,689.927484534083,4648.06088830851,120.267025650941,420.475911662524,3744.87330763065,11242.2718586163,1147.20708018958,3303.2798889023,387.038996551357,2580.9431275558,1431.08570658881,6272.41001467486,1530.22286081099,7691.95744944871,154.393110415258,759.326700931588,951.546205018848,1013.46955457475,659.820949387415,1335.06156508688,327.827541921052,581.221336917093,842.913812830697,1919.28271597335,1094.96737339842,1390.11193118639,384.404435793128,1192.34360225867,11421.1416187734,3398.00466556256,77333.5493393892,28052.979076283,2660.4907593694,12573.2198022604 -1804,520.985698781311,1365.72531906273,567.171964008799,1229.1944702482,818.329873346469,4870.68913251761,150.667752395889,440.615452902422,4429.42496642495,11780.7431275922,1357.32981290408,3461.49713679751,456.872001609359,2704.56260042814,1736.94382856758,6572.83973409594,1873.20073353118,8060.37925429409,188.183557246959,795.696183662482,1265.33016592575,1062.01172149469,789.158482966011,1399.00702950495,403.557299230361,609.060104274937,1037.98740325291,2011.21062988532,1293.32844585684,1456.69414384039,465.414938689134,1249.45330220526,13196.5326049666,3990.85372261414,93512.5783843918,34696.0177745136,3069.79703004162,15636.8903599276 -1805,693.954902100763,1500.81390166865,744.974522393233,1350.77831761131,996.535270003109,5352.46572554248,200.438546673041,484.198240873067,5366.08725487605,12946.016897462,1645.29612365277,3803.88570891927,551.557855320863,2972.08017747032,2205.31762736526,7222.98189004881,2412.84741454968,8857.65905392173,240.410342625525,874.401226422962,1848.50247751479,1167.05894890207,975.925563401956,1537.38762041413,524.742906635853,669.304331324032,1350.89982326648,2210.14638184137,1562.98263524378,1600.78076538504,588.234136942768,1373.04102022679,15282.1742617173,4771.41881868524,117911.448016054,45463.6828622986,3545.12044114484,20678.2289821808 -1806,720.111172875254,1757.19293909954,772.558877780144,1581.52727620416,1047.08508566122,6266.80960859868,207.226644650114,566.912212793735,5642.82734647484,15157.541822068,1729.99362307433,4453.69082830519,580.48306199623,3479.79072987131,2303.89862217133,8456.85981608121,2519.37730720327,10370.7834323744,250.423452371457,1023.77227403217,1892.22364764838,1366.4237399744,1024.44368291873,1800.01442433813,547.251806940031,783.63935981917,1406.34289604957,2587.69832304332,1645.76399027753,1874.23680900978,615.712172427523,1607.59304211804,16185.5910347652,5029.81485708365,123294.858449436,47288.6132390704,3756.37529052405,21490.4745066552 -1807,699.842163142881,1918.11323403499,748.076446838304,1726.36045306955,1019.03463131478,6840.71178409726,200.085576518271,618.828925213501,5492.84719323429,16545.6398767719,1683.9721696439,4861.55112963865,565.538755363971,3798.46316367444,2241.70044035948,9231.32250913577,2454.80742914782,11320.5195094523,242.857323230021,1117.5273379288,1828.46529879331,1491.55815541096,998.569778799382,1964.85622719729,533.179774607876,855.403520771094,1367.53418341772,2824.67467782054,1604.55289188435,2045.87575278978,600.037872245134,1754.81327088039,15785.5339559245,4902.16157000759,119927.426897548,45959.6051129581,3663.95129392064,20895.0842477992 -1808,670.826853464301,2002.98473397178,714.822036634399,1802.74739336262,961.884813344147,7143.39541061615,191.547068939064,646.210488593185,5180.14462036735,17277.7412192988,1588.26253978832,5076.66206734061,533.104387561708,3966.53523597724,2131.68375127633,9639.78441526758,2343.51513325515,11821.4229252583,231.022426490093,1166.97500332594,1777.1638005484,1557.55570740448,946.199859500513,2051.79598247522,509.868875312855,893.252892002598,1305.83758087578,2949.65915344286,1513.80208440753,2136.40041042863,570.864444066598,1832.45917403455,14769.0098858504,4613.97682117726,113919.618019079,43948.715315856,3426.28958836903,20018.0969783009 -1809,632.355734408135,2028.78752019104,672.553090820017,1825.97068848281,903.684308022931,7235.41783172283,180.024009848242,654.535080791526,4866.14134971086,17500.3159875794,1492.00659059466,5142.06048192129,500.984489660594,4017.63281000725,2006.49485425976,9763.96573939267,2207.33195168047,11973.7084835926,217.241380313082,1182.00817158896,1675.90968424096,1577.62040198807,890.010127437716,2078.22756340714,480.386381378455,904.75992599101,1230.08887792165,2987.6571587522,1422.77624399512,2163.92187983081,537.356621210222,1856.0652213105,13859.3607502164,4334.34901115771,107156.632981883,41387.6395540539,3215.03473898982,18860.3852616443 -1810,598.018416169132,2063.67335195261,633.628625799118,1857.36900181331,839.034406602937,7359.83380268582,169.960567005651,665.790079396993,4513.09239215721,17801.2410835991,1383.92501268481,5230.4803164751,464.402022486285,4086.71765053135,1879.72089045743,9931.86112652425,2075.31009697583,12179.6013016248,203.584696579156,1202.3332858774,1610.25927598192,1604.7482304963,829.657540062745,2113.96353694686,452.518471137856,920.317643222907,1158.07761958665,3039.03114639959,1319.61664579442,2201.13140221483,503.240991753187,1887.98102245021,12728.905590296,4009.66296380662,100234.226979388,39015.3197226235,2950.96617726581,17814.6210850699 -1811,577.749406436759,2099.1955749754,613.783433939638,1889.34008670212,812.334073961755,7486.51938376498,164.848767922558,677.250392951134,4369.68809404449,18107.655689019,1339.94328568474,5320.51311558177,449.457715854026,4157.0627444756,1817.52270864558,10102.8192801652,2003.89715224628,12389.2500395685,197.208442100167,1223.02917318353,1556.65379998106,1632.37092789906,802.013263817388,2150.35141012962,436.837147967957,936.159166079924,1119.2689069548,3091.34230409976,1276.50297385232,2239.01970488539,486.175202177347,1920.47903521895,12329.8580111634,3881.04551089884,96958.9520932252,37711.2151289722,2858.54218066241,17209.7328639092 -1812,559.462705495996,2078.83104339269,592.773716447819,1871.01138673495,775.959202654201,7413.89182001972,159.462505239349,670.680310972555,4170.57565773511,17931.9912913974,1279.00321652455,5268.8982214432,428.800835690512,4116.7346128044,1747.77628122082,10004.8106978501,1929.75237801525,12269.0605361584,189.7078535408,1211.1644300787,1524.91193167085,1616.53511454646,767.767872209331,2129.49061005574,421.22883304603,927.077381070776,1080.26526631575,3061.35284588286,1217.67770305372,2217.29872374479,466.918183332859,1901.84825282169,11680.4710139103,3696.26092565514,93114.3059559246,36418.4090312131,2706.70275767111,16639.7898083427 -1813,550.149190515255,2063.96262147296,583.623993698472,1857.62935321038,763.284097186237,7360.86544637687,157.019342867177,665.88340462055,4102.16143624266,17803.7363217456,1258.0322162397,5231.2134841205,421.541661789432,4087.29049451048,1718.45105046226,9933.25329680232,1899.74846121222,12181.3085424646,186.718038745047,1202.5018195131,1503.18563009753,1604.97317149798,755.421044191657,2114.25985575032,414.729247159201,920.44664612105,1062.2146186779,3039.45713391414,1197.7063450401,2201.43993952493,459.544863039482,1888.24566479987,11481.5013730345,3634.58482503922,91615.9132424277,35844.1519955366,2660.4907593694,16379.4557477561 -1814,548.932131382056,2027.74615216251,581.04543160305,1825.03342547371,757.584176010549,7231.70392244056,156.396304958793,654.199110710922,4070.58285839307,17491.3331496147,1248.37990342593,5139.42108408719,418.458459492636,4015.57057612762,1710.56307647992,9758.95393719483,1892.70503574845,11967.5624298173,185.689501526014,1181.40145180825,1502.37388388901,1576.81061612759,750.979120367564,2077.16081801414,413.39081788911,904.295516558754,1058.66850627518,2986.12360700547,1189.10270141406,2162.81114790869,457.385640547884,1855.11251090534,11369.1379061144,3605.71860711568,91114.4510959042,35716.329563158,2634.083903197,16331.3872588325 -1815,564.077167177882,1989.6205090684,598.055596054033,1790.71918306214,779.634385790214,7095.73356815573,160.971110748944,641.898871955272,4189.43006074389,17162.4614492832,1284.81583877861,5042.78979039528,430.689778193723,3940.0698974843,1759.06104049009,9575.46627805931,1945.76962328556,11742.5485574353,191.154862508005,1159.18876505036,1542.03632298,1547.16345407361,772.566628427864,2038.10608134889,424.916129608852,887.292970121097,1088.25876497629,2929.97856993849,1223.79230885381,2122.14601543282,470.356925192115,1820.23272212371,11710.5121313014,3711.74790971198,93713.0764773564,36712.7869453321,2713.3044717142,16783.755227717 -1816,583.978959052438,1940.79191616867,617.893833431181,1746.77195916243,793.285320020093,6921.59247735713,166.919488171884,626.145607170032,4257.82619069131,16741.2661311586,1305.95980662846,4919.03135071705,437.236395595792,3843.37403606557,1804.69074094438,9340.46842666735,2000.61433607318,11454.3669064607,196.428629767306,1130.7403468497,1623.66517891793,1509.1934924131,788.065381284944,1988.08757195021,437.655025526973,865.517326462739,1121.84397511227,2858.0720278897,1242.36343228373,2070.06502642558,481.872706888796,1775.56118694087,11775.5297203893,3759.94274141305,96032.9279512132,37900.4881478509,2726.50789980041,17352.1013055857 -1817,607.956848964281,1949.32534878054,642.889194999172,1754.45230896069,817.886056032931,6952.02590119834,173.888467072843,628.898695380824,4387.18752462865,16814.875499158,1345.72849129574,4940.6597500304,450.375376421554,3860.27289733233,1869.64410965809,9381.5373620943,2076.38896646244,11504.7304035948,203.759471464673,1135.71207847687,1703.53323632149,1515.82923777997,814.218353916215,1996.82895796918,454.68007082302,869.322903824353,1165.22882740982,2870.63863271049,1280.04441651466,2079.16685762038,499.098422962124,1783.36811957017,12065.1437083625,3868.47693848335,99414.6369140489,39394.738067535,2792.52504023141,18053.5548287492 -1818,624.178612049303,2020.89047884039,657.057377559326,1818.86311024285,824.486947381868,7207.2540179978,178.086434893649,651.987307529408,4417.42922159865,17432.1961289801,1355.18041990144,5122.0450471608,453.199853281678,4001.99420216064,1902.06425568795,9725.95957047506,2119.62820933688,11927.10090637,207.211451729977,1177.40721297947,1774.1974731967,1571.47952551573,824.094934865199,2070.13807703118,465.007676912555,901.238154254515,1191.20679910888,2976.02772398418,1288.74351395259,2155.49882892256,507.527322571573,1848.84050031024,12016.6680943001,3884.08706308304,100985.166162548,40322.5152488226,2779.32161214521,18513.4545130543 -1819,633.634421426888,2075.85157266433,665.299039989409,1868.32977214346,825.087594164033,7403.26590901497,180.620037727764,669.719062889897,4416.53796767893,17906.2903844748,1355.04683042939,5261.34660820777,452.88538338053,4110.8343303768,1917.23646362138,9990.47136964363,2142.23807279419,12251.4759869724,208.959288723319,1209.42853673704,1820.76580030782,1614.21822637488,827.324623587125,2126.43853184133,470.642841272686,925.748653597417,1205.25889952107,3056.96518233392,1288.3843557052,2214.12079513707,511.397887451597,1899.12244149755,11909.4413780186,3874.51381946952,101672.575440873,40838.4049704719,2752.91475597281,18777.0935102445 -1820,616.593631009262,1950.16423123133,644.029379943348,1755.2073287698,784.812963954463,6955.01767090449,175.061685813671,629.169338800715,4194.61476035706,16822.1116970442,1287.17408369592,4942.78593833559,429.784239165369,3861.93414653879,1844.92364265638,9385.57465995191,2072.45498422288,11509.6814069985,201.025100276142,1136.20082651083,1801.7493495947,1516.4815673394,791.587928364982,1997.68828336148,456.378248476907,869.697012604367,1166.77027251351,2871.87399774231,1224.12639719543,2080.06161671752,492.300795104597,1784.13558315429,11149.136697184,3666.90797493788,97672.5901943075,39607.4683780597,2574.6684768091,18256.4971730746 -1821,553.465926552652,1833.15495576742,575.084139061319,1649.89540963024,689.037182797773,6537.71867347728,156.434613945083,591.419365081478,3677.5607769325,15812.7899845845,1128.68504245784,4646.22024804361,376.738737221214,3630.21924317882,1638.85449395359,8822.44296407417,1850.82209668852,10819.1039362985,178.472922155611,1068.02911391225,1638.70061951869,1425.49312308067,699.537960333165,1877.82757886518,408.469857440514,817.51544979634,1042.28446135809,2699.56240966272,1074.45486510812,1955.25853665142,437.600670963722,1677.08797733165,9643.03895052268,3205.72278756208,86585.9872244693,35427.4388268197,2224.77763252479,16370.6326875909 -1822,472.134150219409,1725.46013753382,495.453860792655,1552.96678628307,597.685170663774,6153.63852684953,135.462358227054,556.674456680858,3192.54908986242,14883.8147564958,979.742141204561,4373.26250188469,326.581331948191,3416.94987371704,1407.91344483386,8304.13904851974,1579.5577068824,10183.499494784,154.188035181377,1005.28417195899,1393.27691773104,1341.74776249322,601.852030547058,1767.50831799546,348.015130949623,769.487770798457,892.015606510828,2540.96758814794,929.259069707478,1840.39033522531,374.807557290776,1578.56183565866,8436.57962135796,2783.39602478146,74560.869920966,30314.4654166774,1947.50564271457,13969.3845803125 -1823,380.32557744642,1580.53641368332,409.529750630137,1422.53101162301,535.206168315146,5636.78612838407,110.976095765256,509.918618351293,2877.74502301132,13633.7030832727,882.48776471384,4005.94628671282,295.153993660381,3129.95564583686,1195.08808550363,7606.66321114463,1309.8460976963,9328.17363908318,131.131688567451,920.848998662842,1039.0783567117,1229.05255848433,524.870626421139,1619.05291076319,285.461227309424,704.85745522309,736.401687341416,2327.54829375372,835.996567404538,1685.81346907961,317.964375128467,1445.9762982849,8088.87593717288,2546.82260185908,63854.9829017159,24845.7080621741,1874.88678824047,11315.6967034221 -1824,316.340200006452,1478.13521672906,345.820739002812,1330.36680899304,508.547705351189,5271.58502227568,96.4829949257858,476.881558011284,2788.56585315174,12750.3906188716,819.035109102587,3746.40548072916,277.230838923557,2927.16929952262,1093.54056304442,7113.83595901321,1155.29299887292,8723.81164035308,112.206932841266,861.188215867295,799.170573390027,1149.423609718,486.707735132059,1514.15627278693,243.26894864754,659.190524381062,652.841492405208,2176.74902764014,773.393205132129,1576.59148875643,284.065843067605,1352.29310159928,8090.89824601678,2472.79044482016,57958.9580993106,21565.0413752952,1891.35878415517,9685.19096486245 -1825,339.068375212777,1420.57070563971,368.934127116545,1278.55699209506,534.3596018593,5066.28836805975,103.354361086029,458.309878354539,2926.89913625095,12253.839292669,859.866383704722,3600.50543220867,290.870072485195,2813.17359216396,1159.57748994571,6836.79466785408,1227.86483103717,8384.07144187263,119.035212188555,827.650094292729,873.58145631739,1104.66044638956,512.922498426909,1455.18895736857,259.095890042697,633.519002708846,696.019569384326,2091.97769405565,811.314969649231,1515.19269572942,300.726929981467,1299.62938696611,8415.97180356471,2588.5197708338,61346.071215858,23012.2358752697,1966.26408253755,10355.4520307165 -1826,344.612641943778,1392.45376606357,375.736091242145,1253.25088832376,569.336134205312,4966.01280743152,104.127013666861,449.238685272994,3127.37340904595,12011.3026434196,918.20280671115,3529.24168357646,311.596972794977,2757.49327185745,1210.41079808863,6701.47599500844,1274.19477011323,8218.12797337977,123.197798926015,811.268658578877,836.786548322412,1082.79622597449,543.501661843697,1426.38682888333,267.467067448901,620.979946786613,716.879613153519,2050.57179276198,869.382712786694,1485.20293083922,315.120811928877,1273.90620345991,9204.45343818544,2787.46839287686,64207.1043641974,23596.054429198,2153.52732849351,10572.2393166732 -1827,386.904789207529,1412.1529802748,421.028295011781,1270.98078235054,649.316578077035,5036.26759969357,115.918987874246,455.594120052119,3570.05800007554,12181.2280150875,1047.96583993923,3579.17029853113,356.046041259217,2796.50386737755,1371.34755720161,6796.28259783755,1443.68772854725,8334.39083776239,138.895422628302,822.745775792888,918.935348022628,1098.11467698697,619.583340867036,1446.56609829612,302.571657049191,629.765026256224,808.542809036482,2079.58148341427,994.285641982765,1506.2142788601,358.065470957919,1291.92831076327,10587.0017011563,3191.20915482299,72819.758675064,26583.5354954896,2478.11695481717,11899.4944410285 -1828,486.271667199913,1466.50660894778,525.574405481302,1319.90070707494,777.374616436696,5230.11304196161,146.114202194749,473.129892714714,4262.48685243739,12650.0822777355,1251.95349095737,3716.93220965627,424.376234051068,2904.14102490449,1677.42115060354,7057.87084347337,1780.22565458829,8655.18071756921,170.734509601908,854.41317940592,1223.3377380933,1140.38100239718,747.564608462215,1502.24428448131,375.163070196893,654.004619888422,1002.47965808233,2159.62436922308,1185.83103719389,1564.18831762123,437.069305779095,1341.6545037864,12363.5878377066,3784.67208961451,88784.2488386601,33097.6183828884,2890.09609592028,14892.2485236596 -1829,652.813127840664,1583.28446711186,696.657494959096,1425.00434358161,958.7255214474,5646.58671843182,195.813714535738,510.805205711954,5230.31154288793,13657.4077851557,1537.88489450068,4012.9113615649,519.221269151227,3135.39764974721,2151.13714069492,7619.88879502625,2314.56293813365,9344.39238566121,220.559075794083,922.450064115073,1789.3152682956,1231.18949254542,935.403325238742,1621.86793221027,492.342875430929,706.082979627139,1315.84329563685,2331.59516481178,1452.38171718711,1688.74456604357,558.337579721209,1448.4903941891,14538.4954668336,4586.37138645767,113165.138659016,43728.2900429464,3389.46475180283,19846.6298354418 -1830,677.1657163713,1801.10395857108,722.120604130712,1621.04853392999,1006.8410254878,6423.41278667005,202.392739951133,581.078951494264,5497.30653459228,15536.3181643122,1616.10617490861,4564.98543934667,546.138186410525,3566.74826031447,2246.44641407087,8668.19081325803,2415.82465421309,10629.9420387523,229.609208182169,1049.35562533023,1831.55035566164,1400.56971115223,981.435778863153,1844.99552270099,513.243346867918,803.221957963067,1369.4094765963,2652.36308974096,1528.41796626488,1921.07267272368,584.15135483843,1647.76566505774,15388.3924730127,4832.16632223484,118278.079625499,45468.786871053,3589.21221415585,20619.6582915531 -1831,667.553188448858,1945.6805606807,711.099774031569,1751.17188842882,1007.14339934769,6939.0272187104,198.451335051892,627.722800098712,5504.48186564722,16783.4355662817,1617.86723659985,4931.42185761107,547.487773539126,3853.05507875363,2232.72255561276,9363.99605440187,2398.29038797494,11483.2192153814,227.306898419334,1133.58855924439,1773.72871853579,1512.99498726827,980.61690444394,1993.09534909369,508.729072622384,867.697470811458,1355.37277244461,2865.27120159695,1532.74391568108,2075.27929589294,581.622687469955,1780.03363315213,15540.6288881916,4853.08132933396,117633.142809446,44934.8704710438,3626.66486334704,20356.4212227737 -1832,633.969511065006,2016.03076043863,672.087492383686,1814.48921535855,933.782836966474,7189.92243801156,188.0615020496,650.419446851507,5096.25352258146,17390.2762104105,1498.34014235439,5109.7278548978,506.595004043704,3992.37044220352,2093.7561993323,9702.57115571715,2261.76178518909,11898.4193165653,213.361993257344,1174.57585345791,1721.4579769951,1567.70052410615,914.304329478575,2065.15993090576,481.081228096507,899.070909820213,1279.26257840611,2968.87114778877,1419.83605044883,2150.31541228837,545.665590661578,1844.39451756384,14214.2246790728,4479.20196489853,110129.515697957,42500.1650020172,3314.55945342045,19307.9157882205 -1833,595.145188186673,2031.41986637262,629.241231308491,1828.33988038767,870.153748590462,7244.80576629554,175.954783530085,655.384338243814,4747.26610094931,17523.0225990446,1395.84365727784,5148.73229113754,472.048095240295,4022.84567743726,1958.50367407477,9776.63445786386,2118.72229768871,11989.2443371467,199.422508437813,1183.54182391386,1622.35667328479,1579.66736008488,853.743447669327,2080.92405790769,450.999148722847,905.933849486066,1198.82947115841,2991.53363563085,1323.3455586184,2166.7295624693,510.41318935014,1858.47346078824,13199.6947760068,4170.21569175242,102915.257938681,39828.661589398,3077.35934187624,18110.627642997 -1834,566.438364716086,2073.04566420936,597.360778537223,1865.80436889528,818.076394784415,7393.25898622625,167.243312232565,668.813810122423,4459.83653816849,17882.086625281,1311.53951553672,5254.23489698193,443.353028496588,4105.277755448,1852.20919928257,9976.96734630478,2008.66700125951,12234.9157856023,188.666209603314,1207.79376390376,1560.26736311884,1612.03630324068,804.815907168306,2123.56424548385,428.145696883382,924.49732811321,1137.48678927673,3052.83311212013,1243.40248225049,2211.12798951396,482.656948954788,1896.5554160966,12321.2319882008,3911.21420322889,97236.5133290006,37823.7774316737,2871.36977132468,17222.088650954 -1835,543.674894533739,2113.19618833409,574.164990740807,1901.94106603549,781.764603530546,7536.45082633464,161.06864539843,681.767323632467,4260.37884786126,18228.424944231,1252.97812987357,5355.99834996826,423.277546776943,4184.78833083211,1773.26729625168,10170.2001703788,1922.84859820543,12471.8803107428,181.003606127715,1231.18618284202,1506.85957169229,1643.25804794253,768.976508016158,2164.69320802469,410.035617915128,942.402892335219,1090.43413225712,3111.96005352482,1186.72214755188,2253.95287717494,461.641134486703,1933.2876961918,11734.2430274571,3731.69517469535,93085.0054244511,36279.4945350992,2734.04339095698,16521.3786552967 -1836,529.944776896154,2088.08764840248,558.884360847063,1879.34261376317,756.620336476364,7446.90434808511,156.898286364838,673.666711789613,4121.53727351817,18011.8387426614,1212.25933659979,5292.35953631421,409.413900765648,4135.06558124071,1722.15026534824,10049.3600522202,1867.82425589466,12323.6921271121,175.833134352134,1216.55749497773,1477.55003847569,1623.73321132656,744.823443974023,2138.97279164621,398.570872405359,931.205465052086,1061.01209787805,3074.98441742399,1147.5093346177,2227.17189671844,447.847780738264,1910.31679004163,11308.3767665398,3605.8104246697,90332.8190511306,35305.318774977,2634.16965978047,16086.195889038 -1837,521.688336037525,2076.71937841947,550.969202944391,1869.11082380924,745.887418290269,7406.36083008123,154.673766982821,669.999037655315,4063.05878895041,17913.7760747108,1195.06000543835,5263.54610403228,403.404658748121,4112.55285675763,1696.05659032852,9994.64786697382,1841.42367942238,12256.5976929318,173.341002652115,1209.93413600937,1456.72857607917,1614.89304719798,734.273946093939,2127.3274853774,392.940048738148,926.135661040522,1044.70094718719,3058.2431407455,1131.23650124856,2215.04640407457,441.511786208448,1899.9163659795,11147.5963658993,3554.2066082519,89033.3675425464,34792.7966367104,2596.71701058928,15852.8254561339 -1838,519.177512158682,2050.4248342962,546.833002673815,1845.44493156658,736.407922501637,7312.58461570044,153.619975440782,661.515792667453,4009.79731006259,17686.9594040014,1179.49694767881,5196.90130516559,398.250985226882,4060.48144851875,1681.48327629306,9868.09985472641,1828.19694395556,12101.4098268257,171.724326831837,1194.61446072914,1455.37444064392,1594.44595312973,726.513547486894,2100.39216276705,390.428793624833,914.409322250399,1037.76643091989,3019.52095707463,1117.03028256574,2187.00042154449,437.665657349647,1875.86042696583,10962.5969604873,3505.40576576015,88174.201764595,34561.0473840811,2553.02225319955,15761.7420195887 -1839,527.253864196869,2021.96077297918,554.981803690944,1819.82640763404,739.83437496706,7211.07108864709,156.111972769601,652.332609860791,4025.70247272438,17441.4284834983,1184.34952722034,5124.75775962592,399.71433479564,4004.11371877121,1698.19722860051,9731.1105856495,1850.15775350311,11933.4176792612,173.706192279927,1178.03078563331,1491.22574667236,1572.31180482181,731.576321219792,2071.23445344224,395.577381761278,901.715463601188,1051.10148119247,2977.60387324274,1121.48627404265,2156.64041367785,441.928455400319,1849.81967418025,10940.147775944,3513.7311743388,88981.2216347011,35034.1883060719,2546.78014500102,15994.9430924929 -1840,548.410568542916,1979.93000118105,576.597377501657,1781.99743020102,759.744415081904,7061.17357955721,162.671053848478,638.772483755505,4130.26710512502,17078.8711529012,1215.35085445008,5018.22872761202,409.730256896628,3920.87966585758,1754.31927322153,9528.82867502411,1913.90955808692,11685.356113502,179.748506373609,1153.54290051516,1571.22298162998,1539.62794688197,752.410347971028,2028.17942299039,409.755499474249,882.971382418234,1089.70332425199,2915.70801919157,1149.43140927135,2111.81003799041,455.968945442155,1811.3672226628,11133.7095118823,3595.55798780582,91855.8648397326,36362.2639577337,2590.47490239075,16617.8334194267 -1841,562.052448740447,1993.09173770077,588.758779265337,1793.8433947761,757.55243023771,7108.11327243458,166.601256964079,643.018772827452,4110.95358295714,17192.4042586346,1210.13621700153,5051.58778791673,407.503282512904,3946.94401412078,1773.17386380097,9592.17229438812,1944.60444171519,11763.0354143931,182.095561449512,1161.21116540923,1644.84825406502,1549.86274172985,754.775496829778,2041.66190124174,417.541420633823,888.841002396167,1109.43890852985,2935.09041184896,1144.13717354235,2125.84845716844,460.648412684697,1823.40842518558,10904.0724164637,3563.71304694225,92652.3999811071,37094.5283704194,2534.29592860396,16999.4617872711 -1842,578.837270658533,2059.0161219345,603.915809635057,1853.17735265442,768.033370207235,7343.22437228263,171.156030242412,664.287546285057,4163.45262497912,17761.0678293117,1225.8679967536,5218.67634085271,412.522931050479,4077.49488080396,1811.85821894093,9909.44722961058,1992.93938050434,12152.1147787519,186.014547032626,1199.61989973736,1713.85441406642,1601.1266875697,767.902118775755,2109.19281369643,428.624989157769,918.240700692172,1138.32696064689,3032.17276105116,1158.79619639015,2196.16396139843,470.569073671291,1883.72028909187,10937.9803224247,3600.28330011367,94557.1973037407,38100.494122397,2540.53803680249,17488.4509501186 -1843,588.305004736555,2094.3647826839,612.339453607984,1884.9922261999,770.055213345254,7469.29096514577,173.787367436453,675.691864524014,4170.55311643349,18065.9852870028,1228.20377204761,5308.2692379498,413.063699631116,4147.49626724942,1829.10733081638,10079.5700783839,2017.08370857206,12360.7391688797,187.903308292944,1220.21466653511,1759.14921169651,1628.61441993507,772.290486290116,2145.40289502226,434.432910549997,934.004821560038,1153.26214442079,3084.22832541618,1160.81463106558,2233.86714108437,474.93603901993,1916.05951593741,10863.6866637674,3598.54781865489,95358.3362595609,38636.775225242,2521.81171220689,17758.51141196 -1844,573.455445259963,1968.24353837333,593.925773630301,1771.47925699335,734.461447188628,7019.49526650215,168.702556726044,635.002153052123,3971.78302339153,16978.0637544543,1170.0483779947,4988.60882016536,393.123799110462,3897.73682022099,1763.95214544548,9472.58512002705,1955.4096335857,11616.3837359261,181.207458104037,1146.73415667273,1741.20583045975,1530.54035048804,740.839454652328,2016.20816977436,422.13075297397,877.759676845435,1118.50572727573,2898.49816161877,1106.1527310424,2099.34515819607,458.287189900486,1800.67569535318,10201.3481270857,3415.41888797622,91823.8092958121,37539.6825804848,2365.7590072436,17295.3445982851 -1845,512.030093531714,1853.72197573378,526.880574572052,1668.40635532281,636.359782899743,6611.06838680559,149.841408344224,598.054774626021,3434.28021405593,15990.2010464883,1012.15057273045,4698.34835882279,339.829176957175,3670.94836507975,1552.68495180454,8921.42606423347,1733.15519305315,10940.4885066404,159.514072401954,1080.0118303986,1582.53003953466,1441.48639491625,647.387254369328,1898.89580181404,375.308280958822,826.687536709056,992.058773406455,2729.8500587266,957.808838105421,1977.1954936098,403.687739202654,1695.90400911697,8652.050167499,2940.71462742029,80619.7579359878,33356.8660347553,2003.71673172875,15418.2549020394 -1846,438.876862619085,1733.82001067821,456.674681522116,1560.49092726341,558.539883005132,6183.45297248165,130.478909419724,559.371550481718,3018.3386218711,14955.9270009704,889.306997977992,4394.45100630017,298.258501466797,3433.50503304158,1344.78500722416,8344.37269258306,1489.08540274179,10232.8386606624,138.89138485925,1010.15478471255,1346.38365541817,1348.24854500463,562.54335352195,1776.07191503179,321.664358845632,773.215947422246,854.467379995223,2553.27860376565,838.392864681914,1849.30704642829,348.555214220567,1586.20998493178,7701.5877791788,2587.9662300236,70025.6192460865,28712.3603844419,1785.24294478013,13225.9546109841 -1847,356.3617825565,1583.97871339952,381.205572470658,1425.62918642948,510.63243022337,5649.06266128897,107.936456393173,511.029186067441,2780.80739125234,13663.3963518667,817.961242342476,4014.67096249153,275.455801869804,3136.77247418582,1158.35087915713,7623.23000099281,1249.62728635461,9348.4897603648,119.620514820062,922.854544513802,1005.20999498258,1231.72935051305,499.34289965728,1622.5790967637,266.52565358132,706.392586332418,713.564542931554,2332.61753402029,770.247446139263,1689.48505498925,299.903741077934,1449.12553531488,7611.45735665512,2425.46661202966,60884.2702232376,23781.4904552769,1772.75872838307,10813.0384452193 -1848,297.632539479644,1468.4447088417,320.115120944752,1321.64505613192,485.950821771347,5237.02503367716,91.1768441151657,473.755169811516,2710.25280694739,12666.8003224896,823.604542743198,3721.84441794589,277.362625172341,2907.97906789589,1087.04482562288,7067.198355978,1159.54079294227,8666.61919641976,114.304198460947,855.542351332096,758.190806912004,1141.88810252636,457.500321960509,1504.22961442843,221.710968424938,654.868936678199,649.380765827753,2162.47847689322,770.409088619383,1566.25551131403,285.855692383703,1343.42760213837,7890.39859392853,2412.26785399973,56767.6746158362,21233.5048991873,1862.42955986127,9584.24571440406 -1849,319.152433467466,1413.16541938715,341.674056187522,1271.89200845216,510.713542757174,5039.87833760189,97.7090575613377,455.92075697669,2845.07583389251,12189.9613122948,864.699235073658,3581.73637462249,291.023524083288,2798.50881296966,1152.83015413128,6801.15517355477,1232.4754799311,8340.36615586155,121.26130196013,823.335641065684,828.884830790476,1098.90196721994,482.283695102635,1447.60320979677,236.266775608443,630.216534522738,692.42195323813,2081.0724335171,808.234885925435,1507.29415495625,302.639758662038,1292.85455513654,8207.48015227724,2525.39264360054,60095.1775584597,22663.2258750886,1936.18914639043,10248.8020949888 -1850,324.025605163873,1388.69327071676,347.493723312936,1249.86632773814,543.870918659637,4952.60146946854,98.3276965882033,448.02546008251,3038.90442889614,11978.8646201255,923.264561272001,3519.71052552131,311.721910806452,2750.04631679841,1203.00601999313,6683.37782190558,1278.73208940049,8195.93389214238,125.498206060188,809.077726219078,793.708921960647,1079.87199949851,510.668045987124,1422.53469306131,243.562621152117,619.302912864725,712.938923951819,2045.03396746903,865.950795114188,1481.1919547863,317.078653180677,1270.46586061541,8976.2475765807,2718.8876436379,62871.6476639278,23225.953225299,2120.58811271332,10460.0983497827 -1851,363.656942594571,1400.81363640205,389.175044403884,1260.7750267787,620.171759384186,4995.82724305671,109.410625216477,451.935778168601,3468.67492840824,12083.4148636904,1053.70573285048,3550.43018088022,356.174251843474,2774.04842562541,1362.82134340939,6741.70962556774,1448.74521060937,8267.46712269796,141.487449078432,816.139269697668,871.518255454996,1089.29700630398,582.031940821302,1434.95042304538,275.415307900217,624.708122159076,804.008001087398,2062.88280424762,990.317761504788,1494.1196390494,360.274584326712,1281.554350166,10324.4506516841,3112.48049540363,71295.6566363713,26162.1579824702,2440.21298767301,11772.086980844 -1852,457.553077891016,1455.74580411572,486.457648233022,1310.21565429723,742.837582894656,5191.73597270687,138.061821139477,469.65820127831,4142.7997072609,12557.2596026315,1258.93999731375,3689.65842729617,424.582265576579,2882.83127111062,1667.49692250099,7006.0822117597,1786.82447558326,8591.67148418448,173.925354122723,848.143740582103,1160.61257806847,1132.01321371754,702.781772189684,1491.22124683747,341.989813851279,649.205721587561,997.191532938347,2143.77766508553,1181.28347357951,1552.71075243073,439.833189043729,1331.80982788845,12057.2069598639,3692.11325417867,86962.6862928378,32590.8394112407,2845.89071358339,14737.5891612668 -1853,615.351061394889,1573.62288533477,646.209773511994,1416.30862510258,916.941817407889,5612.12989120032,185.335773926905,507.688149762966,5086.55446645866,13574.0670053272,1546.76230841965,3988.42361341266,519.595954842201,3116.26470085143,2139.54392272731,7573.39040496764,2323.94746988374,9287.37066084381,224.691328999904,916.821052453012,1698.38794307036,1223.67647879937,880.560420540911,1611.97090486984,449.909088823372,701.774291838692,1309.64282210405,2317.36721157669,1447.23622690045,1678.43944143434,562.019472152552,1439.65135819305,14178.7510876558,4476.08008748707,110925.851186834,43098.0943667378,3337.62129044445,19651.0241389987 -1854,638.14290567433,1804.83552780762,669.58801522488,1624.40706013353,962.822955730972,6436.72096326601,191.507121039872,582.282844433968,5345.68183709976,15568.5066710528,1625.38486609609,4574.44328277078,546.512187909835,3574.13793264256,2234.16215351091,8686.14977338429,2425.50721183586,10651.9654008737,233.909212890406,1051.52970481689,1738.35990625992,1403.47144418263,923.720774240649,1848.81802750495,468.855725191845,804.886091970538,1362.84336381599,2657.85831752207,1522.94013303028,1925.05279594343,587.981967765635,1651.17954443739,15007.5219057166,4715.65982058376,115925.009595435,44807.8850724835,3534.31352118887,20414.9382730686 -1855,628.887440420135,1959.88366522894,659.075942840167,1763.955116013,962.943531366518,6989.68082087004,187.708147645953,632.305059251263,5352.01040647797,16905.9515099797,1627.09440734652,4967.42031574988,547.838785320407,3881.18166089646,2220.30085873409,9432.35147596372,2407.7637805975,11567.0445700477,231.561600438785,1141.86354391917,1683.33312279836,1524.03956797664,922.737420026587,2007.64457273803,464.543466601977,874.031500221646,1348.73786750707,2886.18714600106,1527.17351444963,2090.42844699309,585.410242468358,1793.02754608006,15155.8745032482,4735.70468486522,115277.546343542,44274.861273245,3571.19331445345,20152.4959792045 -1856,597.537725230791,2039.28798161301,623.277190526895,1835.42142424555,893.024667791536,7272.86641865355,177.959968824971,657.922779255152,4955.94405634764,17590.8929410903,1506.96677504883,5168.674411267,506.954287791421,4038.42700255292,2082.41673478021,9814.50141380487,2270.92694504165,12035.6811952534,217.358343939353,1188.12592965021,1633.92659473677,1585.78574311164,860.690327687199,2088.98391326558,439.610892237198,909.442721308144,1273.19905877036,3003.12047288703,1414.80290531289,2175.12176054438,549.26290897332,1865.67171832365,13862.4602246983,4371.40655373723,107947.182764234,41886.8200999218,3263.86170391529,19117.3833840099 -1857,561.020687698461,2056.00772509588,583.624890223308,1850.46970368084,832.225454867118,7332.49529991086,166.518984806484,663.316965951619,4616.76732173171,17735.1174058356,1403.89939432824,5211.05141298625,472.39221978018,4071.53731564542,1947.97932729337,9894.96868842749,2127.36814788769,12134.35951045,203.158382053786,1197.86715352257,1539.90959297333,1598.78730595253,803.773487336282,2106.11110446396,412.203682666604,916.899073304397,1193.19998409188,3027.74249999039,1318.68819060823,2192.95517995753,513.789629360208,1880.96801430286,12873.0740560136,4069.99907289062,100881.848732771,39256.7479257422,3030.28967990629,17932.6788471601 -1858,534.088032298344,2088.83974691066,554.214656701344,1880.01952537521,782.519149442146,7449.58661367633,158.309426349257,673.909356646659,4337.62841377416,18018.3263424795,1319.14569779168,5294.2657665029,443.692064958528,4136.55497114121,1842.39549677859,10052.97968414,2016.96465949946,12328.1309400475,192.201771390799,1216.99568112274,1481.06172040873,1624.31805618537,757.865452501309,2139.74321823575,391.452727560988,931.540871586199,1132.23430818051,3076.09198165616,1239.08317974199,2227.97409133047,485.869086126833,1911.00485809712,12016.4180733574,3817.46767467015,95325.5975476656,37285.4454399693,2827.4508169511,17054.1378285243 -1859,512.673474729457,2123.78343089275,532.776304030263,1911.46990746989,747.831398314796,7574.20890737337,152.484890854539,685.183019753686,4143.81267760662,18319.7504716062,1260.26144200796,5382.83223031877,423.607345341272,4205.75437712719,1763.92534524485,10221.1534972248,1930.82378737047,12534.3651963116,184.396188866983,1237.35450115746,1430.40323353338,1651.49087158478,724.1665490964,2175.5384538116,374.938039707073,947.124388646929,1085.43292843469,3127.55116432722,1182.61791000841,2265.24531938082,464.719555353297,1942.97358616655,11443.9826227329,3642.34446526798,91259.4852417875,35764.7589586618,2692.22490831431,16360.6888082005 -1860,499.794929460248,2090.89355685745,518.683299624744,1881.86801701134,723.833864941413,7456.91127087384,148.555625642293,674.571964557086,4008.98322124345,18036.0425018553,1219.32621447018,5299.47124754006,409.741536063388,4140.62215616952,1713.15297362853,10062.8640755591,1875.61854702847,12340.2523284822,179.129454189337,1218.19226781101,1402.6264075075,1625.91513446076,701.494532182439,2141.84707800369,364.518585834542,932.456790536294,1056.19368794805,3079.11648763778,1143.56762900605,2230.16470234155,450.843306858066,1912.88381544257,11028.6886639689,3519.60320738511,88566.5767366675,34806.7759524044,2593.87879294209,15930.3694090868 -1861,492.000228725315,2063.93369255679,511.337951359181,1857.60331630289,713.566432872183,7360.76227500292,146.44945744588,665.874071464517,3952.10324985613,17803.4867809884,1202.02676570406,5231.14016237776,403.726472096048,4087.23320622297,1687.18682182337,9933.1140703217,1849.10828460743,12181.1378067885,176.590606343167,1202.48496500519,1382.86108443047,1604.95067587046,691.559485755583,2114.23022185797,359.369487541454,920.433744955308,1039.95103350421,3039.41453227024,1127.35096821227,2201.40908369896,444.46502526845,1888.21919876798,10871.8847963533,3469.22483252353,87292.299642039,34301.3745239447,2556.99899967751,15699.2148674639 -1862,489.701767211387,2026.06839287277,507.576145480843,1823.5233909063,704.547261917907,7225.72040304212,145.468546614314,653.657825681645,3900.48744215691,17476.8608022499,1186.39113183565,5135.16872170023,398.577489211124,4012.24808882784,1672.7662357464,9750.87936848765,1835.88112257997,11957.6604561305,174.944202654092,1180.42395900986,1381.61590524769,1575.50596137257,684.335958513952,2075.44217297812,357.146748952701,903.547301501378,1033.09654746032,2983.65288520598,1113.2248423693,2161.02163570002,440.603699501988,1853.57758887115,10691.4963992051,3421.72532424517,86455.4279972063,34075.5117964579,2513.97257420217,15609.7125548349 -1863,497.421941126625,1990.08334086214,515.280631095053,1791.13574580252,707.909451456544,7097.38420006281,147.859191462804,642.048192494014,3916.28314793024,17166.4538351585,1191.30284413248,5043.96286005028,400.05510940964,3940.98644896223,1689.50668581136,9577.69375320503,1858.01496170543,11745.2801460911,176.964291495292,1159.45841919443,1415.71773800415,1547.52336011268,689.23115782736,2038.58019200927,361.965380033626,887.499375008392,1046.44317030628,2930.66015078819,1117.712033195,2122.63967572754,444.910656702522,1820.65615039657,10669.6629769807,3430.0558761513,87255.0455201925,34545.8297901738,2507.82594199141,15841.6756304101 -1864,517.511880194425,1944.81275492556,535.526209881339,1750.39083676303,727.075478844504,6935.93229764415,154.112550142882,627.442825333293,4018.45035763858,16775.9498760458,1222.52838551658,4929.22236178657,410.096405223364,3851.3365523728,1745.48634658257,9359.81955707168,1922.13387144121,11478.097509422,183.121273920789,1133.08295997206,1491.75502372552,1512.32016644517,709.010845806048,1992.20639555762,375.068679037778,867.310463368353,1084.96529191826,2863.99324318537,1145.61893031857,2074.35368695544,459.06449038891,1779.23970867017,10858.5191172451,3510.19397795525,90084.4946817391,35860.0466545176,2550.85236746675,16459.8208333975 -1865,530.653766510972,1942.49860437459,547.173375231422,1748.30803063732,725.203472652239,6927.67916812953,157.912929008297,626.696225355341,4000.53226990308,16755.9880192807,1217.36575572165,4923.35703484674,407.902662735472,3846.75381165286,1764.54666063553,9348.68222185515,1953.17438766469,11464.4396158237,185.515047914114,1131.734694156,1561.8298478281,1510.52064279563,711.577717191234,1989.83585087857,382.483202610875,866.278442685857,1104.8040515663,2860.5853513331,1140.46718612699,2071.88539446023,463.817079023515,1777.12257500695,10634.7205693773,3479.65550267693,90887.8893347605,36592.2889438165,2495.53267756988,16840.4775148429 -1866,546.655562667563,2009.55113777355,561.447253494474,1808.65735719641,735.37042502518,7166.81367136786,162.271017405901,648.328966551142,4052.13843347523,17334.3830017868,1233.24058677909,5093.3049366216,412.948126442023,3979.53876596508,1803.21831016287,9671.38661170928,2001.84645839427,11860.1772078658,189.50906405481,1170.80070851902,1627.45082378976,1562.66185701466,724.151958903296,2058.52240465473,392.802742542678,896.181251408693,1133.68094281113,2959.3290489496,1155.15324230038,2143.40419210466,473.830132842011,1838.46654227999,10667.8862451363,3515.6902613679,92769.4540536992,37590.4775149382,2501.67930978064,17326.4222373312 -1867,555.731164683128,2088.2322817597,569.450585171488,1879.472788199,737.424065631092,7447.42016492718,164.803197844682,673.713373948765,4059.50569087135,18013.0863496328,1235.63371355298,5292.72611658106,413.507905968937,4135.35200045199,1820.53872622484,10050.0561306073,2026.20696679424,12324.5457392519,191.434633403357,1216.64176097819,1670.54590438275,1623.84568073644,728.465076234649,2139.12094961079,398.270346746646,931.269965875495,1148.65059985761,3075.19740911523,1157.23069937176,2227.32616387709,478.248497901062,1910.44910993294,10595.5135857881,3514.28532775724,93566.8464555339,38124.662012218,2483.23941314836,17595.3112170826 -1868,541.909586000317,1970.44198167735,552.581444821599,1773.45792306531,703.521598055443,7027.33574054173,160.034557391161,635.711423121702,3866.7382868488,16997.0275208015,1177.19384610368,4994.18088146937,393.575273134527,3902.09042446059,1755.92573452855,9483.16558983314,1964.42660306522,11629.3587365006,184.614916324667,1148.01500936147,1653.63348478306,1532.2498981733,699.079290161093,2018.46018750688,387.223263096699,878.740096618939,1114.17990752759,2901.73565929163,1102.84288670956,2101.6900363658,461.517332186577,1802.68697258995,9949.65954317135,3335.90051632679,90116.631527967,37050.1172010806,2329.57360787927,17138.4825207115 -1869,484.105185928262,1852.91202219917,490.505121912963,1667.67737242119,609.765968621138,6608.17978847339,142.205706459784,597.793464362163,3344.28057285959,15983.2143893594,1018.41037460213,4696.29549226034,340.254018921699,3669.3444041608,1545.90146573549,8917.52799285648,1741.35100323966,10935.7082389129,162.515950627253,1079.53993687254,1503.08108608018,1440.85656098433,611.229308515507,1898.06611031409,344.544663925739,826.326329094785,988.395388533454,2728.65729533869,955.069291900518,1976.33159033864,406.57311531879,1695.16301156473,8438.74776694117,2872.79681049642,79142.0344270299,32931.3117813395,1973.068939655,15280.8837329224 -1870,414.790576308539,1745.47754737566,424.992069282086,1570.983066089,535.075115918178,6225.02812416967,123.803685809765,563.132548934321,2938.75994517022,15056.4848828638,894.761641672666,4423.9975991158,298.609087478477,3456.59059594722,1338.73154259438,8400.47703460352,1495.98773378177,10301.6403191224,141.503959095349,1016.94667568184,1278.71154609539,1357.31364795296,530.892149711629,1788.01353722976,295.112475606006,778.414753080629,851.203142717708,2570.44586382661,835.906381219223,1861.74107338946,351.018958594564,1596.87504877654,7511.6221859743,2527.83688046101,68728.2824041777,28339.6332157657,1757.93681227829,13106.4566083377 -1871,336.084355416445,1594.30561254809,353.861232743786,1434.92371084889,488.528498718611,5685.89226000367,102.222736264188,514.360889215882,2704.95649616905,13752.4761576489,822.738051808914,4040.84498982766,275.675838627272,3157.2229592327,1152.29567246733,7672.93037053736,1254.81908792955,9409.43812420967,121.863598411535,928.871182066681,954.256652280705,1239.75972659923,470.25886420452,1633.15765476522,243.723985872796,710.997979660401,710.32181686181,2347.82525481998,767.588610905531,1700.4998127182,301.905328575169,1458.57324640483,7423.22220877452,2367.46803341036,59693.1863950574,23444.8665543272,1745.64354785676,10708.0797551593 -1872,272.418641965977,1482.73459452664,293.108082560856,1334.50638938776,451.256304066804,5287.98812994481,84.8374106992949,478.36542662166,2599.23648639253,12790.064840052,827.879715870641,3758.0628270895,277.552528838802,2936.27750378812,1036.82838840708,7135.97142997368,1113.21605122542,8750.95672499409,112.996493577908,863.867896261061,668.304044069312,1153.00016575342,396.249774410586,1518.86773400125,197.264525925701,661.241667082964,587.374105182983,2183.52221796491,690.546932723422,1581.49722390649,274.52634426964,1356.5009080279,7510.36594565663,2268.92259166934,53791.2758652197,20226.0474275238,1780.92801513009,9089.73088350761 -1873,292.213547281426,1418.22762617257,312.944247044235,1276.44814906187,474.320678207532,5057.93206717118,90.9368269918496,457.553945220555,2728.6861437746,12233.6278951467,869.126390632331,3594.5667835261,291.206707065902,2808.53356315651,1099.71730635595,6825.51810615693,1183.35800458746,8370.24281259814,119.869004365475,826.284973968753,730.732851810939,1102.8384271125,417.896763359723,1452.78877879718,210.311752233075,632.474080860608,626.565440380471,2088.52720055949,724.610576953214,1512.69354740823,290.671227478401,1297.485787271,7812.22519539777,2375.30538790503,56953.1448679893,21591.3852856741,1851.4598177095,9721.92015447448 -1874,296.426061434477,1393.92903696966,317.992989201802,1254.57867716576,504.922124263184,4971.27417724692,91.4509077482986,449.714642736307,2914.17074049131,12024.0283265023,928.161985316166,3532.9808293228,311.959886835457,2760.41476892749,1147.21499149383,6708.57604587137,1227.45936430492,8226.83488013472,124.072001804314,812.128177995749,699.413102134171,1083.94342224653,442.020052964878,1427.89805104436,216.55855049905,621.637859940421,644.466344997006,2052.7443237145,775.940181701748,1486.7764672301,304.471828557166,1275.25587610604,8543.82693458014,2557.33860025583,59560.3345054044,22118.3072683131,2027.78932415803,9917.17420609504 -1875,332.584688698298,1417.62016102161,356.014381936926,1275.90141188566,575.68594335753,5055.76561842203,101.729842806372,457.357962522661,3326.14523482116,12228.3879023,1059.35914316346,3593.02713360426,356.46156986901,2807.3305924673,1299.4798969877,6822.59455262419,1390.55038881873,8366.65761180253,139.885781056162,825.931053824212,767.848773000909,1102.36605166356,503.634792676708,1452.16651017222,244.795658722674,632.203175149904,726.533832656579,2087.63262801855,887.244471176986,1512.04561995486,345.927849969975,1296.93003910682,9827.02660418477,2927.54836259244,67531.3669443148,24910.9414354622,2333.42713533547,11158.9696384266 -1876,418.819293365485,1471.68452017424,445.387690301549,1324.56098521299,689.806123815691,5248.57941699901,128.453291890116,474.800409961699,3973.11150489856,12694.7469268015,1265.47181095493,3730.05587708399,424.868417218965,2914.39490601511,1590.50664083931,7082.79062798194,1715.50632864982,8685.74025076951,171.937066595886,857.429923801542,1023.02285368299,1144.4074360721,608.793488663154,1507.54837755395,304.334572131606,656.313765883959,902.047459554171,2167.2495263128,1058.91742637516,1569.71112140589,422.415670254269,1346.39158978029,11476.4776988823,3472.66843973492,82403.6751076043,31045.1057343393,2721.35204952222,13977.1948557142 -1877,564.047629053652,1593.17746338287,592.476009874368,1433.90834216813,852.057869631107,5681.86885661339,172.610144930735,513.996921477687,4879.44711779502,13742.7447458199,1554.27900496475,4037.98564098878,519.816329724361,3154.98887160367,2041.90764617814,7667.5009159057,2232.20603471896,9402.77989652641,222.079898356354,928.213902031786,1498.00447989175,1238.88245822004,764.32408496889,1632.00201344376,401.178506092261,710.494869233569,1186.7800534762,2346.16390640568,1298.66007301275,1699.29651930376,539.981834080033,1457.54114303807,13496.2524640866,4209.86755258285,105183.301028657,41082.4328191936,3191.56406671828,18652.7759245324 -1878,584.821594344446,1800.38078617316,613.769073789183,1620.39765670003,894.594695921323,6420.83368244587,178.327095778039,580.845638887997,5127.81309050211,15530.0800810476,1633.37015635124,4563.15252378901,546.765263523157,3565.31615314492,2132.02836998723,8664.71039431486,2329.61469092211,10625.6739449327,231.19819545662,1048.93429205836,1533.12334479388,1400.00735973901,801.565556699225,1844.2547271295,417.961463479351,802.899451343371,1234.66987323108,2651.29812302062,1366.3933804761,1920.30133094482,564.895221960114,1647.10406046711,14285.0529619146,4435.21055460178,109911.672896062,42707.862627694,3379.64887359671,19375.3425135528 -1879,576.197558719436,1936.80000632796,603.961559736911,1743.17911846932,894.586806674204,6907.35582844407,174.751241385251,624.857722162803,5133.62546543703,16706.8319270287,1635.1942044028,4908.91366139026,548.117789355627,3835.46880804585,2118.58548861582,9321.25652274365,2312.3976784918,11430.8070391755,228.886927058512,1128.41458823525,1484.42067069567,1506.08931400854,800.440149095608,1983.99838223514,413.979449741814,863.737090722866,1221.50659081189,2852.19341423794,1369.94840758716,2065.8072217217,562.386210392025,1771.90913124345,14426.170663324,4454.07800387224,109283.122850798,42194.4363462192,3414.91477488641,19123.1613053359 -1880,547.682628975746,2002.98473397178,571.36722627525,1802.74739336262,829.789362822619,7143.39541061615,165.719616693217,646.210488593185,4754.0603882582,17277.7412192988,1514.32883291542,5076.66206734061,507.175959512276,3966.53523597724,1987.33119866369,9639.78441526758,2181.2719140917,11821.4229252583,214.836579582214,1166.97500332594,1441.08719476868,1557.55570740448,747.066488619903,2051.79598247522,391.990489663295,893.252892002598,1153.65519050425,2949.65915344286,1269.54708817212,2136.40041042863,527.724015301974,1832.45917403455,13195.1444187379,4111.37884535553,102353.370263604,39926.1513334616,3121.03226413887,18144.9136637864 -1881,514.267286837192,2004.9228338657,535.065603655788,1804.4917424196,773.332747465319,7150.3074023317,155.074066830348,646.835765689987,4428.78080332432,17294.4592640529,1410.724836011,5081.57427563024,472.588890187918,3970.37327896864,1859.11603953263,9649.11192777221,2043.45677211453,11832.8614041088,200.798795141871,1168.10417525212,1358.21935814007,1559.06280753365,697.782246692737,2053.78131242235,367.611916378515,894.117208792375,1081.31652537019,2952.513261113,1183.40677543021,2138.46760412143,493.658445697872,1834.23227238651,12253.4125810504,3827.8777382759,95658.8116094607,37421.0501391113,2897.68155597074,17021.4214665933 -1882,489.671472786333,2028.44039845017,508.195617093828,1825.65826832158,727.215833054542,7234.17986529772,147.447903889458,654.423091066409,4161.16292615779,17497.3217163258,1325.49541441028,5141.18068501382,443.860029794021,4016.94540056623,1758.49000795267,9762.2951431614,1937.53519858472,11971.6598045209,189.96446418404,1181.80593220698,1306.41575380414,1577.35047409522,658.127221355509,2077.87198256756,349.205688760476,904.605123264033,1026.31866193933,2987.14597621398,1112.14723936588,2163.55163685437,466.859780823907,1855.74765203112,11438.0459152906,3590.34111747148,90398.995221164,35545.2765887321,2703.71909887737,16189.311140495 -1883,470.07301853072,2058.6111451672,488.585467231536,1852.81286120361,695.01213333825,7341.78007311653,142.03416528513,664.156891153128,3975.30230699715,17757.5745007472,1266.29887837046,5217.64990757148,423.761235384075,4076.69290034449,1683.64768116057,9907.49819392208,1854.82699562072,12149.7246448882,182.247166230054,1199.38395297433,1261.77555944617,1600.81177060374,628.926846160226,2108.77796794646,334.504997462044,918.060096885036,983.991378908251,3031.5763793572,1061.52380015204,2195.73200976285,446.546593303413,1883.34979031575,10893.189317611,3425.63837340314,86546.9748874422,34096.953754725,2574.41079414845,15531.871168515 -1884,458.314073790306,2030.14708385018,475.711851821585,1827.19433727107,672.748886027842,7240.26654606319,138.384577916515,654.973708346466,3846.04066083704,17512.0435802442,1225.13267428676,5145.50636203181,409.881245278672,4020.32517059695,1635.26233108226,9770.50892484518,1801.85426024475,11981.7324973236,177.039103703417,1182.8002778785,1237.32672372191,1578.67762229583,609.330689717248,2079.62025862164,325.255916573297,905.366238235826,957.619880140589,2989.65929552531,1026.55699988944,2165.37200189621,433.22610726766,1857.30903753017,10497.9132903997,3310.1915056588,83997.9604975447,33185.4280552569,2480.36839070924,15124.3701548735 -1885,451.160545322616,2009.72470004694,468.975317369244,1808.81356853973,663.206367288078,7167.43265958388,136.422648694562,648.384961866327,3791.47315175913,17335.8801495155,1207.75059368683,5093.74483863119,403.865202577133,3979.88247346388,1610.46784845536,9672.22191657692,1776.38719993112,11861.2015556817,174.529868276068,1170.9018290274,1219.89112639749,1562.79682205205,600.701891542755,2058.70019651165,320.661908358814,896.258653397844,942.877390322281,2959.58464228474,1012.00050746913,2143.58931508928,427.097197878631,1838.62532820319,10348.655957327,3262.81096712473,82789.3087055501,32703.5018542661,2445.10248941953,14904.8478128012 -1886,449.102921712473,1967.11538920811,465.570194079934,1770.46388831258,654.858964421195,7015.47186311188,135.518177172636,634.638185313927,3742.03130529327,16968.3323426253,1192.00925914684,4985.74947132648,398.705134119532,3895.50273259197,1596.78048118707,9467.15566539538,1763.74925866279,11609.7255082428,172.900254897168,1146.07687663784,1218.83992535059,1529.66308210886,594.536642650423,2015.0525284529,318.732640889392,877.256566418604,936.799684614419,2896.83681320448,999.418519102459,2098.14186478163,423.401971974278,1799.64359198643,10176.9751681004,3218.11724900341,81999.9260795092,32489.8609797869,2403.95893791488,14820.7453852238 -1887,456.256769712548,1928.32442593661,472.719462590183,1735.55083743522,658.043748624676,6877.12872733692,137.762302790107,622.12329845357,3757.31428751844,16633.7215921363,1196.89126198771,4887.43189133896,400.169393172479,3818.68451224098,1612.87507880633,9280.4660132699,1785.11519225689,11380.7849802732,174.892300905339,1123.47656235436,1249.00312817451,1499.49855553285,598.951033088206,1975.31625825229,323.112586024857,859.957313190085,949.104352060192,2839.71200444082,1003.59331621796,2056.76709619324,427.563239650377,1764.15512554387,10156.2390074057,3225.9306374142,82765.5287199241,32941.0021670679,2398.08128769993,15042.4357540103 -1888,474.777938462898,1888.17390181188,491.396015268366,1699.41414029502,675.941559478442,6733.93688722852,143.611223968053,609.169784943527,3855.51126812729,16287.3832731862,1228.19062907606,4785.66843835263,410.195740102152,3739.17393685686,1666.46230415981,9087.23318919594,1846.83981718075,11143.8204551328,180.971610123122,1100.0841434161,1316.19260064405,1468.276810831,616.333618625364,1934.18729571145,334.904278739102,842.051748968075,984.301124450667,2780.58506303613,1028.82698969026,2013.94220853226,441.192074655417,1727.42284544867,10336.0708558523,3301.28369092834,85459.2102072225,34197.715517517,2439.22483920458,15631.4039754455 -1889,487.028010852904,1883.34311232629,502.289428999555,1695.0662823182,674.361658684641,6716.70847861624,147.195003681069,607.611257421659,3838.6668500344,16245.7128953739,1222.86155157399,4773.42456783237,407.964189750444,3729.60746518726,1684.96413213005,9063.98400091864,1876.93374310062,11115.3096010042,183.326088760563,1097.26963840246,1378.22356655427,1464.52030504894,618.997150608599,1929.23878347837,341.73490154061,839.897405699515,1002.83275363435,2773.47108848462,1024.59459555459,2008.78964772405,445.819384103263,1723.00332873416,10123.1649761205,3272.503769319,86240.4764862209,34903.1301534224,2386.32598727002,15996.7018698562 -1890,501.825556373109,1966.82611968776,515.502066341136,1770.20353691552,683.910751797004,7014.44021942082,151.279773623302,634.54486009037,3888.39071333321,16965.8371044787,1238.72359213096,4985.01630368107,412.988301993593,3894.92988861283,1722.06934529104,9465.76349511731,1923.86232589684,11608.018267403,187.26697053757,1145.90834300214,1436.24472562722,1529.43814110719,630.189489415791,2014.75620964945,351.076591528378,877.12756352046,1029.35350843206,2896.41082568993,1038.0221429339,2097.83332747153,455.478789958553,1799.37894963677,10154.8083607463,3306.35737253355,88037.0050445808,35859.3400763756,2392.20363748498,16460.4810321608 -1891,510.253460470666,2069.60336449317,522.951061598751,1862.70619408881,685.904364751164,7380.98245332135,153.661034778419,667.703242406276,3895.64184547887,17852.3933566869,1241.05282488609,5245.51022120322,413.528608695376,4098.46092709904,1738.76575049805,9960.4005564566,1947.41025757238,12214.5996643207,189.164220709771,1205.7882180528,1474.37486922271,1609.35951121196,634.166165239937,2120.03805948334,356.069206080354,922.962197003882,1043.21491631231,3047.76387185356,1040.0951422366,2207.45640360431,459.756568077589,1893.40617906662,10085.9827982119,3305.00476941477,88803.5116086859,36372.4999804605,2374.57068684012,16717.8326213125 -1892,497.710948217592,1945.96983020105,507.608359204725,1751.43223982588,654.500476990672,6940.05886240146,149.244111425522,627.816125322269,3710.93796669601,16785.9308044283,1182.24076753286,4932.15502525648,393.564597781208,3853.62792273277,1677.29484073919,9365.38822467994,1888.24998628392,11484.9264562212,182.417152961553,1133.75709288009,1459.59753453241,1513.21992826994,608.9424658688,1993.39166789714,346.361129333897,867.826473709601,1012.32245227127,2865.6971891115,991.544702325467,2075.58783320304,443.721158676131,1780.29827550179,9471.28950683331,3137.1870401394,85543.9841327164,35352.8372476807,2227.62943146635,16286.6335341745 -1893,444.79505782096,1826.7042592126,450.760550417736,1644.08958585019,567.429266832521,6514.71306820061,132.652131448199,589.338217031892,3209.86107660364,15757.1462925143,1022.64125603053,4629.87064439844,340.208209604075,3617.44484967132,1476.96053540206,8791.3976330429,1674.08145781011,10781.0325467149,160.571462409906,1064.2708218465,1326.87832408354,1420.47694943477,532.84640451561,1871.2196836322,308.384399724579,814.638691299237,898.526352561861,2690.06290833539,859.083041244363,1948.37816930087,390.953475300022,1671.18646551266,8033.14275161035,2701.5975201385,75143.6648451212,31429.0942182184,1886.72571899921,14524.6233110512 -1894,381.000418064571,1705.12453486727,390.465884036047,1534.66412322339,497.836895869697,6081.11413447823,115.471982719156,550.113707858312,2820.44936969062,14708.3998996315,898.556988397871,4321.72092948886,298.592462281838,3376.67903033336,1278.84916028374,8206.26969268531,1438.0212568555,10063.48072705,139.815923971905,993.436283362068,1128.71902719968,1325.93444476814,462.515626652606,1746.67715181393,264.005173471787,760.418886955051,773.500857304059,2511.02073157494,751.617164908564,1818.70020991069,337.493765901926,1559.95751929328,7150.511945316,2377.2680579878,65246.2380881323,27043.1111143908,1681.00796147593,12456.1435928165 -1895,308.188521031115,1554.18401453362,324.589416764963,1398.81304809077,454.066822345523,5542.8035812623,95.237985674002,501.416707956618,2595.05087989029,13406.3873552524,826.64132320064,3939.15485147236,275.770256806351,3077.76966657952,1099.90160648811,7479.83675944,1205.44085484523,9172.64431818512,120.439112834108,905.495616001564,841.819507878613,1208.56047534297,408.429780259367,1592.05832324244,217.449722152187,693.105315352808,644.021797666779,2288.74091092712,689.007307894892,1657.70577789039,290.101711080711,1421.86742977449,7065.98705798053,2226.64948110636,56615.9307778764,22353.1292081973,1669.25266104603,10166.8444860683 -1896,287.683794550993,1446.31563683254,304.59194617033,1301.72821592568,463.0038705121,5158.10445642545,88.7510975110862,466.615805146067,2563.11915742634,12475.9150036388,757.011446878777,3665.75721041557,253.265280847922,2864.15659517552,847.639816657214,6960.69755252194,966.45915134395,8536.01554541488,106.954320084695,842.649555174694,658.500862304659,1124.68015190005,368.905415556586,1481.56127339008,201.431192570001,645.0002356171,498.416251934405,2129.89050020926,660.078882636869,1542.65245647246,245.987253076468,1323.18250474532,7243.23143892863,2141.38722355748,50670.6305748485,18865.300563164,1599.70380893784,8307.42942099411 -1897,307.902434536111,1385.13526375361,324.387158902694,1246.66401287792,484.568523857757,4939.9122810886,94.9144608580109,446.87756245799,2679.05004026491,11948.1732611135,791.452249387636,3510.69258410678,264.603571789805,2743.00035196911,897.160212949598,6666.25416664698,1025.28953950178,8174.93487783686,113.142962699623,807.004767240792,719.864715061008,1077.1052315055,387.711723130646,1418.88998011428,214.210423636734,617.716180846405,530.823460776536,2039.79433302306,689.67483192731,1477.39695455117,259.746626706502,1267.21076715897,7491.99143361572,2230.91587922105,53485.3253320082,20095.5419876883,1653.56589004685,8872.85932566455 -1898,309.530866629429,1354.93558812042,326.122139699982,1219.4833830884,507.759040232908,4832.20890189583,94.5101799819691,437.134429215238,2814.73696503997,11687.6709359348,831.101301864741,3434.15003980639,278.705654128558,2683.19556390334,921.66741152325,6520.91188940567,1049.22269963131,7996.69930179343,115.498299757406,789.409891965527,687.789704837797,1053.62143936946,403.914993356016,1387.95436084305,218.196093259461,604.248306059659,538.785295883591,1995.32132823594,726.51782675444,1445.18572581672,268.189875037291,1239.58216284245,8042.56389158325,2362.01721855353,55135.2865240039,20347.6839979062,1777.4486765976,8943.83527337864 -1899,345.569383320291,1363.64258300568,362.971680934154,1227.31994422999,574.070779639707,4863.26131395307,104.547982490921,439.943512741215,3184.94410195133,11762.7774516629,940.259628172363,3456.21834112933,315.658510482055,2700.43813266889,1035.98273530119,6562.81612970026,1180.67016305337,8048.08714674352,129.262739845953,794.482744101069,754.365625193498,1060.39214977372,456.621764162492,1396.87353871895,245.233438765344,608.131285410425,603.343114398725,2008.14352639187,823.638207460325,1454.47267999614,302.488978571233,1247.54788139495,9159.98420407114,2680.0028402171,62045.2949632374,22777.087250345,2025.21424969908,10003.6444084575 -1900,435.666462756808,1413.0497121402,454.725749969268,1271.78786839842,688.090057559485,5039.46568212685,132.206488480155,455.883427068318,3806.1177042812,12188.963221877,1124.3056351408,3581.44310898667,376.546210385776,2798.27967648932,1272.77441789346,6800.59830814434,1461.44867696583,8339.68326283765,159.23042923558,823.268227938358,1005.72964574077,1098.81199125566,552.826221089855,1447.48468285025,305.309986019774,630.164933613745,751.959080825057,2080.90203933769,983.589704841755,1507.17074063077,370.303499335908,1292.74869871009,10686.2778008371,3178.16829556395,75854.9812011915,28452.0328620784,2359.15915257499,12575.8100137805 -1901,601.030112192743,1530.57967161837,622.363216267881,1377.56841904253,889.602839815034,5458.6216341952,182.353229992107,493.801385827857,4900.73651370428,13202.776353319,1448.81800772965,3879.3284981957,483.667381466924,3031.0256967891,1700.17456815765,7366.23590512101,1969.20343951988,9033.33376042529,213.386080763967,891.743300427289,1478.61708203518,1190.20532844463,724.03601790508,1567.87876004305,414.343463859199,682.5787011379,1022.84849975545,2253.98040329064,1264.82561135121,1632.52918665794,492.018176800485,1400.2726597353,13301.1139575321,4048.559278034,100665.922066,38797.1862526465,2930.09721233058,17280.5118700263 -1902,625.701692596131,1744.46510545739,647.782691828588,1570.07183746198,941.403328710576,6221.41737625443,189.212446819533,562.805911104497,5191.78852135696,15047.7515614527,1534.52947246628,4421.43151591273,512.832746512727,3454.58564479853,1784.45104414085,8395.60444538228,2064.8603280051,10295.664984463,223.394703869005,1016.35680877427,1514.0767370461,1356.52635553806,764.43591325843,1786.97642285482,433.729118379382,777.96324356279,1068.61355961436,2568.95490959172,1341.43015048752,1860.6611943005,517.658458636439,1595.94880183624,14221.7549068617,4302.67822809457,105826.631907678,40510.6677534417,3134.77312054485,18015.3913784353 -1903,616.980431949431,1899.88929353576,638.006598356409,1709.95835041017,942.630136004056,6775.71837165753,185.579753501891,612.949448802941,5204.1686435551,16388.4402123905,1537.86029686407,4815.36166754203,514.664907535909,3762.37407078096,1773.54978607436,9143.61597067362,2050.25604602307,11212.9635683848,221.316687390584,1106.90974176644,1466.06796683406,1477.38690285244,764.05110504377,1946.18818281982,429.949129435994,847.276355706616,1057.36277787825,2797.83752225284,1346.50622142846,2026.43794415258,515.668117451024,1738.14083879018,14384.5663853178,4327.18230718794,105301.091062593,40044.2869602827,3172.47657732116,17782.4364724854 -1904,586.969110631259,1975.56204068329,604.297738964498,1778.06613243919,876.326480256922,7045.59579284508,176.175090733214,637.363275867126,4831.30306018457,17041.1931367604,1428.07430174364,5007.15791963504,477.537859051435,3912.22974010933,1668.46712967689,9507.80694838851,1938.67379320124,11659.576831469,208.15827886221,1150.99804801082,1423.56882141215,1536.23134495704,714.813940706139,2023.70501854341,407.635547652563,881.023442785643,1001.0233936393,2909.27562135769,1251.02528261675,2107.15113448412,485.056627703343,1807.37113165412,13197.864895193,4004.17387509809,98835.9701057128,37952.7082672919,2908.55237988698,16907.3513113441 -1905,551.370312726462,1989.18660619084,566.194023140744,1790.32865722924,817.467199420537,7094.1861076226,164.935611415755,641.758884572563,4505.24759659146,17158.7186041652,1331.78734194435,5041.69004248303,445.45626344697,3939.21063429389,1562.42367815015,9573.37802939422,1817.74818701558,11739.9877044557,194.709224687439,1158.93596541419,1341.81039570048,1546.82604366206,668.276766408033,2037.66160458085,382.485751704807,887.099466399545,939.046951013376,2929.3395907327,1167.33592758112,2121.68321096406,454.152069371092,1819.83575988273,12271.4770758711,3731.88664684237,92446.3778826281,35592.3508640196,2703.87647167271,15871.4127492605 -1906,524.733148215825,2030.32064612357,537.477093914078,1827.35054861439,768.147270644171,7240.88553427921,156.745512435737,655.029703661651,4230.09434513783,17513.5407279728,1250.64529662729,5145.9462640414,418.14328266395,4020.66887809575,1477.92974318384,9771.34422971282,1723.46473211772,11982.7568451396,184.13399326145,1182.90139838688,1290.58911671145,1578.81258733321,630.017472548135,2079.79805047857,363.157080974831,905.443640224977,891.330302545668,2989.91488886045,1096.35692960311,2165.55712488083,429.399171444246,1857.46782345337,11445.3108342336,3497.43958070211,87326.5548440254,33797.7726725248,2520.74539590205,15095.8284837181 -1907,502.597313756694,2066.18999088723,515.360317387636,1859.63405366442,730.844559493777,7368.80908178348,150.619088868734,666.602006940909,4022.62821084245,17822.9496046464,1189.42680814966,5236.85886005553,397.379754761767,4091.70138148102,1410.7228888661,9943.97297958502,1645.3917985205,12194.454262155,176.086474821975,1203.79952507498,1246.11776882235,1606.70521262883,599.761196115976,2116.5415045009,346.949543360214,921.439965808971,852.461875634561,3042.73722909884,1041.71405364056,2203.81567052783,409.376261647507,1890.28340550149,10836.9575994874,3320.45667791948,83319.056614916,32339.7243727611,2386.0901931295,14452.2255460373 -1908,489.223766653117,2048.89171116958,500.824828801605,1844.06507396041,705.149232020457,7307.11692315098,146.491738042704,661.02117070258,3879.01786924585,17673.7346878117,1147.09134269137,5193.01553015719,383.114356776629,4057.44538598682,1367.44193735155,9860.72137791028,1595.47702828046,12092.3614818389,170.668898210028,1193.72123556599,1221.72407822232,1593.25376996651,579.506275837207,2098.8216785699,336.716717679638,913.725609267757,828.280879414556,3017.26323109845,1004.13693706397,2185.36517948728,396.271786274471,1874.45782738998,10399.8886726123,3197.01135836464,80669.391407108,31419.864147843,2289.13844713327,14053.3283829363 -1909,481.609165895962,2014.9893924101,493.754360630288,1813.55195234944,695.200046011537,7186.20852872929,144.420674673704,650.083476770904,3824.2843326469,17381.2933724458,1130.90589438907,5107.0884570637,377.51675750908,3990.3082083239,1346.72671613412,9697.55935351931,1573.00752898752,11892.27326279,168.259454941181,1173.96913367721,1204.51465768883,1566.89073824566,571.338340603186,2064.09318551276,331.975589302827,898.606500387957,815.537258986308,2967.33759604204,989.97627402321,2149.20468036625,390.688794779185,1843.44180715868,10253.0554792768,3151.54081629273,79514.1765872187,30965.3762365226,2256.82119846786,13850.0027367729 -1910,478.984003609615,1959.68117684529,489.667802477535,1763.7728702876,685.256249109061,6988.95867128699,143.327928273146,632.239731685298,3767.7784984085,16904.2048456975,1114.30200021157,4966.90709910927,372.062250648316,3880.78067066672,1334.10144877421,9431.37695811947,1560.54192423571,11565.8495031158,166.495466471728,1141.74557053766,1203.35642044453,1523.88210949366,564.696645714452,2007.43714986304,329.64464425027,873.941198318078,809.713606543693,2885.88895515408,976.000262514553,2090.2124711753,386.889305231625,1792.842296692,10060.0714615308,3102.28779626031,78656.2839385229,30734.6993248659,2213.73153358064,13762.9638691366 -1911,484.90126928579,1927.0227173039,495.124802745567,1734.37925993654,683.608829653794,6872.48634573754,145.14796890996,621.703336305443,3755.11164702978,16622.4930567823,1110.76753374412,4884.1326476022,370.670243330081,3816.10672266973,1341.26614809188,9274.20126727462,1572.91730173829,11373.1024213342,167.565877511835,1122.71816344586,1232.59055026733,1498.4863242982,565.443607105289,1973.98282794818,332.788031847118,859.376802025428,817.286696847572,2837.79506682345,972.919483395144,2055.37868278699,388.71592185279,1762.96423882094,9943.22678168642,3084.61641026516,78958.6758305208,31039.2886747481,2186.80049302613,13923.871411805 -1912,503.752363279476,1887.04575264666,513.701099818044,1698.39877161425,699.78905604609,6729.91348383824,151.045533612729,608.805817205331,3839.84443710939,16277.6518613572,1136.07507828176,4782.80908951375,378.672373247954,3736.93984922784,1383.43992667291,9081.80373456427,1624.68559224451,11137.1622274495,173.014177972274,1099.42686338121,1298.67741894608,1467.39954245182,580.275892266527,1933.03165438998,344.276695566414,841.548638541244,846.459407482243,2778.92371462183,993.984795182078,2012.73891511783,400.2524686453,1726.39074208192,10071.982581963,3144.32707818179,81336.1921190033,32171.001073665,2213.73153358064,14452.7681943934 -1913,521.345840978247,1896.56270106653,530.744937583238,1706.96431565745,711.825135544614,6763.85449422767,156.324734487193,611.876210995166,3901.32851252958,16359.7450342143,1154.53407455798,4806.93025739914,384.556157329073,3755.78637891234,1420.33505560539,9127.60604623586,1672.99412316594,11193.3303401271,177.800982756668,1104.97160904281,1361.60649155817,1474.800086788,592.912603332219,1942.78052376584,355.168377075018,845.792825506281,873.042963881759,2792.93867616568,1010.14971880227,2022.88977256841,410.617297073643,1735.09745818665,10128.1298321018,3185.4947233133,83355.173504571,33202.0187165741,2224.50394980245,14946.3297858979 -1914,536.224740048581,1946.40373307862,543.585949669982,1751.82276565877,719.301845094022,6941.60632293458,160.35981974906,627.956112704978,3937.50484647032,16789.6736495463,1165.52243462791,4933.25477316873,387.932764832284,3854.48718592318,1449.0492714835,9367.47647334503,1712.01165195632,11487.4873092009,181.201990587179,1134.00989251626,1418.65431100356,1513.55733868149,601.937445161266,1993.83614466517,364.132889889646,868.019977431154,894.875848343851,2866.33616831729,1019.7792967405,2076.05063767179,418.595574100212,1780.69523774276,10111.1170349745,3205.3187579701,84877.2586988075,34050.5592075902,2219.11774169154,15360.8041654248 -1915,543.908243793399,1994.943056458,549.867313354504,1795.50963816142,717.657120191977,7114.71577004212,162.460434941997,643.616052266662,3923.95184627188,17208.3737295244,1161.77874522286,5056.28004520157,386.417888346864,3950.61020336278,1458.80781602703,9601.08215445893,1728.41710297175,11773.9617193357,182.414053707524,1162.28977708122,1455.91403247096,1551.30235934033,603.211477534563,2043.5583352604,368.259671401407,889.666618191369,904.828163789413,2937.81672285153,1016.51835046793,2127.82308936892,421.111469522306,1825.10213057594,9971.12075280108,3185.08678131739,85298.7770750045,34447.781563353,2186.80049302613,15569.8862245427 -1916,531.771799630311,1865.09024291089,535.291320470472,1678.63814275133,688.650786488792,6651.61189480255,158.203878771881,601.722447855066,3760.32469483618,16088.2636902351,1113.62968445528,4727.16178399301,370.105690728365,3693.46108400626,1414.29319179269,8976.13823597586,1682.9601416906,11007.5829242606,176.65770881923,1086.63518773218,1441.83505164895,1450.32655686291,582.232250903439,1910.54110520855,359.30004841391,831.757339469295,881.517997327069,2746.59133127301,974.950650248268,1989.32098326088,408.334443277768,1706.30443061207,9438.91149464352,3042.6406146504,82544.6095524568,33590.468953898,2068.30391458629,15218.8813591773 -1917,475.823918689453,1753.461369863,476.132971956465,1578.16875000063,599.116196068184,6253.50143200272,140.823199975451,565.708319854031,3265.06441898644,15125.3533153274,967.332980921748,4444.23298488108,321.302843524645,3472.40105754322,1250.14905354241,8438.90085595495,1496.71236362357,10348.7600702529,155.940901598695,1021.59819454551,1311.02704178132,1363.522006944,511.246243505365,1796.19191953418,320.466865756205,781.975225811699,784.770677409219,2582.2030952622,848.054153098789,1870.25668579003,360.96524491472,1604.1791627384,8048.31254847096,2630.58179705429,72726.4864283113,29924.0818576508,1761.29005226489,13605.5468383134 -1918,407.553397976944,1656.67198981868,412.347231959223,1491.055353867,525.303496132983,5908.31417147178,122.556469774742,534.481765048968,2866.65628751185,14290.4483693141,849.069300982592,4198.91560134911,281.690371431447,3280.72786108659,1080.87264344783,7973.08165050121,1284.14546724922,9777.51847426299,135.689831762902,965.206957416526,1115.17297717887,1288.25690444607,443.354696886603,1697.04385427288,274.284275718195,738.810945938086,674.805430454579,2439.66796957621,741.290741317835,1767.02031671307,311.269522108248,1515.63001685468,7155.69138580908,2313.20271771543,63106.1769210272,25738.3810935981,1567.38656027243,11658.5757194605 -1919,326.451615719058,1530.31933101419,338.633872034411,1377.33410455296,468.447577636335,5457.69316187809,99.9869667361945,493.717393760332,2574.82197615139,13200.5306559297,761.5418002228,3878.66865229303,253.509489452708,3030.51014109748,909.148765931633,7364.98296132356,1056.35162373201,9031.79725526157,114.794665032523,891.591621299499,830.340862563353,1190.00288307047,383.058704442435,1567.61207513194,223.026239562229,682.462599405499,551.832185556621,2253.59701741999,663.010885255762,1632.25150517381,262.159380496806,1400.03448341753,6854.80236425692,2112.81995373479,53710.3698697333,20977.5531833111,1508.13827105251,9372.32717322533 -1920,321.167281779507,1420.45499558685,341.635322557276,1278.45284951591,506.448129831942,5065.87570257779,98.7673798380963,458.272547540914,2776.07869140509,12252.8411780474,739.026305894754,3600.21215946113,264.163775589894,2812.94445012705,837.937900518233,6836.23778893963,924.466723843404,8383.38853228853,110.69167760163,827.58267953063,683.451660063736,1104.57046824335,373.823370614612,1455.07042754776,220.33091709917,633.467400548529,474.398487632182,2091.80729574418,674.172154087912,1515.06927841113,241.246045659871,1299.52352797263,7670.55331639545,2232.99774199198,52698.5175951938,19472.5164960435,1620.09914258356,8420.22726031103 -1921,339.067322948923,1353.22890272041,358.114479816852,1217.94731413891,516.509380874768,4826.12222113036,104.117869957409,436.583811935181,2825.58663463655,11672.9490720164,752.898654605531,3429.8243627884,268.71213818281,2679.81579387261,870.381799972453,6512.69810772189,964.781250960219,7986.62660899068,114.886330003735,788.415546294003,745.778819768181,1052.29429116885,384.127221698828,1386.20608478897,230.560320669694,603.487191087866,497.737360916643,1992.80800892461,686.167162810368,1443.36536077489,249.839843738996,1238.0207773434,7678.62906605383,2260.77102889936,54494.0465789726,20423.8354625242,1620.09914258356,8874.87937678954 -1922,348.275775193686,1324.59127913,369.114282480434,1192.17257886305,563.255814056081,4723.989705861,106.049414593376,427.344633813334,3092.73678963497,11425.9210037846,822.677756457952,3357.24091523915,294.915496055481,2623.10435662628,920.512793404321,6374.87353377733,1012.63883570212,7817.61011361018,120.78832135259,771.730750689797,714.593807264262,1030.02517782354,414.338337136503,1356.87058360723,240.841847159552,590.715930449505,517.017770454975,1950.63533175757,752.577788075975,1412.82022992362,265.816568217948,1211.82123863462,8665.69338851426,2501.27432908169,57989.1185619779,21183.7181616518,1831.87680828076,9130.98452555514 -1923,392.411316559335,1326.58723405036,415.225162920477,1193.96899920961,647.085470142719,4731.10803031753,118.477511300567,427.988576316949,3557.21152108297,11443.1381058496,945.71706351376,3362.29975990254,339.539157239401,2627.05697063614,1047.32553598357,6384.47948573918,1151.82165527374,7829.39004725278,136.868415990365,772.893629997023,784.823508855081,1031.57726702582,475.082698785749,1358.91517846476,273.551487781148,591.606048319441,584.74728626879,1953.57463858345,867.029440969938,1414.94913227556,303.570973334915,1213.64726648333,10062.3271228608,2887.61873294119,66117.9004251814,23955.7414699587,2128.36554025684,10303.6980439808 -1924,497.150694150783,1341.07960811895,523.219852024365,1207.01257819086,783.950189053278,4782.79327616823,150.6218866494,432.664160693057,4298.43250398991,11568.1492876942,1144.14394750453,3399.03138568675,409.704116594727,2655.7563967581,1298.19525506559,6454.22707757911,1437.71079347801,7914.92264275897,170.018974097346,781.337148307501,1047.26672820286,1042.84678873587,580.964451049273,1373.76072091256,342.695086209969,598.069080627773,734.586248686162,1974.91657050211,1047.30425003777,1430.40682068582,375.052951048696,1226.90582176092,11905.1300997125,3464.75344542174,81553.9220196757,30118.8235753139,2514.85978015422,13039.4493735299 -1925,674.887052305632,1354.2991968592,702.812434989599,1218.9106115301,984.607097690871,4829.93929177966,204.234316138227,436.929114266564,5373.0445559001,11682.1814265346,1433.32278397248,3432.53707525352,510.945796843277,2681.93531048318,1698.92864009829,6517.84912289632,1903.69612564821,7992.94338188189,223.022854018612,789.039118947848,1536.48456515127,1053.12657047493,742.315533144881,1387.30246120002,456.558800485516,603.964500434539,983.42079472051,1994.38415818317,1308.55402209005,1444.50694553018,487.957678158564,1238.99995121342,14297.6785595641,4275.06282246024,105773.390083461,40355.0405587429,3012.53729454264,17661.8807200959 -1926,692.822023898576,1378.85812666628,719.559924680862,1241.01439791579,1013.34899626208,4917.52565402103,208.744170805597,444.852408818337,5531.18070944258,11894.0266925683,1475.34833779591,3494.78287535949,526.241614520066,2730.56966040383,1746.48413694941,6636.04412697933,1959.88333470866,8137.88781950903,228.681739913467,803.347594048641,1570.18824775269,1072.22402071506,764.766940428506,1412.45987386395,469.977903332046,614.916823087127,1010.07852002056,2030.5504208988,1348.74879905197,1470.70170719244,502.533778237341,1261.46803869615,14748.0463031213,4405.73081338659,108752.693037238,41447.8877553806,3107.83724410638,18142.7639515883 -1927,672.994384827949,1482.2717627329,696.240525737626,1334.08982664738,985.357669382513,5286.33749803774,201.418965169914,478.216106082918,5379.52239216274,12786.0724541767,1434.75708474857,3756.8897574345,512.254637264067,2935.36095231019,1698.00622002536,7133.74395482796,1908.58126858975,8748.22513633829,221.582676439286,863.598242116984,1517.0765466126,1152.64025971436,744.912562016128,1518.39362334086,457.65871722988,661.035262195669,981.498601677786,2182.84063711521,1313.92037283677,1581.00356361177,489.432161718457,1356.07747975504,14369.538087998,4290.24962337326,105692.421930998,40254.8484739695,3028.42061946993,17627.5367363483 -1928,642.442767660876,1600.87201634987,662.0436910278,1440.83367468269,921.451494998108,5709.31052075537,191.919894905906,516.47936717384,5024.22236483635,13809.1179401369,1340.78574908344,4057.48785910865,478.241675373121,3170.22648922054,1605.84658741845,7704.53256697906,1813.89563280898,9448.19240681714,209.465838416359,932.69688725976,1474.03772127913,1244.86587620941,700.934890332574,1639.88407694472,435.681231510347,713.926339066496,933.662618483804,2357.49515032672,1228.35960451975,1707.50359439423,462.895661080522,1464.58061465027,13273.7931238336,3994.4487865986,99724.3020317626,38310.4460287224,2795.46518720301,16829.6355888198 -1929,602.770024307858,1690.92143031903,619.390516240379,1521.8808956392,857.271841456921,6030.46053231859,179.434526399418,545.531448705761,4672.21752776109,14585.8839559335,1247.10304369502,4285.72247135005,444.893993319186,3348.55244819053,1501.3349548719,8137.91427112345,1698.55581113306,9979.65537238366,195.584257822147,985.161298687291,1389.20868933507,1314.88986405977,653.925706469515,1732.12792816959,408.230223528664,754.084857544863,874.843355790462,2490.10478717083,1143.17489074074,1803.55105881054,432.678205843034,1546.96360636535,12296.5149144448,3711.45705829457,93096.8751994581,35879.1478409526,2588.98196314824,15781.9300246125 -1930,579.404976077837,1740.18392609633,594.982936349637,1566.2186453718,821.834086486944,6206.14908365031,172.389532581049,561.424700873711,4478.3488442283,15010.8221191762,1195.44589213003,4410.58065894054,426.428641433594,3446.10757279968,1441.42937377154,8375.00037118051,1631.72424097152,10270.397876338,187.742895159345,1013.86251652412,1338.08333999243,1353.19723613183,627.405291588326,1782.5909143363,392.249860570554,776.054004924774,840.560102644038,2562.65030842541,1095.90019035747,1856.09485228652,415.399936764489,1592.03210378917,11769.5554552114,3556.08319968678,89351.1175644306,34473.0574346248,2477.79868865721,15169.5778685116 -1931,554.129795158369,1765.92886009507,569.487175511388,1589.38987172783,779.407233019413,6297.96518202294,165.392120574807,569.730628570492,4244.52015549856,15232.8978543497,1133.35340335244,4475.83244425916,403.898402426857,3497.09058136781,1373.0455738998,8498.9032693524,1555.12238492691,10422.3419964404,179.159233307924,1028.86197904085,1291.77739516106,1373.21694382425,595.690818964643,1808.9632332321,374.069664123717,787.535239084352,802.695230447096,2600.56311871108,1037.89278848077,1883.55461602237,395.172700566157,1615.5852241354,11094.5376184104,3363.63075470117,85051.0450560361,32931.4989974319,2334.84876431161,14503.9275976302 -1932,520.382980034374,1731.07195444376,530.141367133421,1558.01759277941,696.711019443911,6173.65237242698,154.701698447076,558.484962215805,3781.9099939616,14932.2222748836,1011.34431468533,4387.48592433638,359.528143639376,3428.06302357465,1261.71837754162,8331.14709519742,1440.14187161748,10216.6198975241,164.490932727177,1008.55371762555,1260.64596428638,1346.11160876161,539.334305360757,1773.25689071043,347.687299134797,771.990421766872,747.78359816372,2549.23172857552,925.425055522589,1846.37594647152,361.999973048666,1583.69588646055,9603.85605969927,2971.41494243292,77672.7837773559,30677.8353267839,2017.18226576581,13600.1399907497 -1933,511.055817823666,1675.59017660556,521.199933176333,1508.08229937425,683.428698309089,5975.78352676866,152.12866747112,540.585221815014,3709.12685788053,14453.6366004065,991.965667091547,4246.86466437236,352.385429525986,3318.19177841868,1238.12472999257,8064.12939492994,1415.59638745428,9889.17179003405,161.594540292909,976.22903397762,1242.51871344816,1302.96801497222,529.464937584799,1716.42306320378,341.831501082059,747.247717707843,734.167623791643,2467.52749435242,907.687641515413,1787.19861429595,355.6126460092,1532.93759007066,9403.26822035445,2912.46783437736,76266.4651623833,30150.7823239235,1974.82673262637,13371.3037162449 -1934,515.047188803797,1622.85645500181,525.091161724568,1460.62034045309,692.649748939566,5787.71528116502,153.158762047847,523.572069680137,3760.9977064076,13998.7556520163,1005.61153688468,4113.20848637213,357.575742634807,3213.76254272963,1251.21121774785,7810.3372920481,1428.91479370439,9577.9424456822,163.127887076937,945.505417416698,1243.50653118395,1261.96135742584,536.015331193147,1662.40426001849,344.885087941313,723.730539304187,740.644704749808,2389.87013531944,920.780317482624,1730.95238207715,359.46233612891,1484.69339215201,9576.87913170171,2957.91350112526,77084.3014227871,30395.5314426335,2011.88782412338,13470.3809722771 -1935,528.536827595873,1607.66983745147,539.638690883115,1446.95192114938,710.853303933088,5733.55410246409,157.421885791136,518.672505853795,3859.85289020485,13867.7559276645,1032.04181094453,4074.71726677299,366.969308723547,3183.68829772564,1284.02140326471,7737.24850774563,1466.31573676119,9488.31249203261,167.606374702021,936.657420342264,1276.08127923017,1250.15197993009,550.069349427131,1646.84755589155,353.909736102323,716.957901541901,760.051602937179,2367.50583832434,944.951253112004,1714.75420771402,368.878794608096,1470.79969831566,9828.93131173958,3035.66431768615,79110.6032425534,31193.9211883303,2064.83224054768,13823.4128908486 -1936,552.698048849103,1597.54542388063,564.286630859367,1437.83963992996,737.636729528157,5697.44664332552,165.00351233807,515.406129366065,4002.78301016609,13780.4227619608,1070.56820191074,4049.05644896576,380.267676821426,3163.63879735192,1337.84590836909,7688.5226425413,1528.09057503068,9428.55917855941,174.810953627586,930.758754536126,1345.76794619509,1242.27906014497,571.251975571774,1636.47641789074,369.025921106039,712.442808866161,793.736287952376,2352.59630423956,978.98285571286,1703.95542281006,383.779755406753,1461.53723404675,10135.2398548092,3141.31994944093,82375.3294268961,32587.0722802291,2128.36554025684,14451.1921809661 -1937,578.221155564544,1636.56780164605,590.602240213435,1472.96097091481,767.914704372003,5836.61509005055,172.793977984128,527.995676043166,4165.69313272581,14117.0296932855,1114.31226148326,4147.96056022492,395.701860356989,3240.91529066359,1396.64688421039,7876.32602548763,1596.67029562822,9658.86549257683,182.672681174878,953.49389507426,1413.04491090436,1272.62353864956,595.522290163103,1676.4497419844,385.729137309858,729.845263912664,829.742211431114,2410.06190136203,1018.95199995198,1745.57702004941,400.564428245262,1497.23741334222,10515.687990072,3266.31533269252,85948.3948639378,34068.2685768515,2207.78216489329,15117.5145987365 -1938,588.044169367198,1710.12888662626,596.689055585914,1539.16819254352,756.441938666599,6098.96153130653,175.092076198216,551.728230695364,4094.38877541085,14751.5674251726,1096.36348936185,4334.40470201871,388.65246352803,3386.58920950176,1401.07488369855,8230.35418583025,1610.93072705682,10093.0159289946,182.981208891221,996.351908884088,1470.28114878458,1329.82591558759,591.97532060067,1751.80345590394,390.092318243778,762.650632212763,839.640288366784,2518.3902994616,1002.32647135863,1824.03789370353,401.294314004956,1564.535821931,10126.6530244173,3191.68163841657,85887.2383642003,34481.132101504,2123.07109861441,15365.8069086954 -1939,602.612837401984,1745.01471558192,611.067020572061,1570.56650334862,772.065603597056,6223.37749226259,179.378990847569,562.983228395579,4177.76467872158,15052.4924969885,1118.83721742547,4422.82452946081,396.530445441756,3455.67404446929,1433.33276658587,8398.2495594578,1649.20574533163,10298.9087304666,187.183879931134,1016.67702153776,1510.93170451411,1356.9537419139,604.904288689724,1787.53942656938,399.478393027642,778.208348193334,859.908521720313,2569.76428297692,1022.84462891593,1861.24741309474,410.463974364124,1596.45162050368,10305.3759261756,3254.21477129908,87822.1140523056,35314.523790729,2160.13219011142,15745.4402472895 -1940,592.094895330301,1634.28257720534,598.42752087684,1470.90419917119,749.159598070259,5828.46512190296,175.628708926782,527.258408315994,4050.20129500723,14097.317353074,1085.12441267818,4142.16854791612,384.312454757211,3236.3898326746,1400.89269851243,7865.32790324771,1617.39243148387,9645.37831809439,182.725757190539,952.162482131333,1497.34162454837,1270.8465084456,589.581489316758,1674.10882832342,392.15082702382,728.826143144585,843.285151741822,2406.69660702159,992.510518925485,1743.13958038736,401.372376604818,1495.14674314385,9907.16010133757,3147.94072531099,85718.3642372747,34644.7781895392,2075.42112383254,15475.8946976081 -1941,541.768034727893,1548.3986381562,546.931680391619,1393.60603277651,686.426392081,5522.17075747576,160.218724908833,499.55020801174,3711.81116850746,13356.4827133398,994.368034897288,3924.4915341228,352.433698236075,3066.31281477969,1282.9225450768,7451.99342139869,1482.7354464873,9138.49958418921,167.136201069638,902.124951461401,1365.33851420485,1204.06166621911,540.781486279585,1586.13196154483,359.472460153824,690.525263646567,771.847528228449,2280.22118129646,910.708235957414,1651.53504665236,368.047727327747,1416.57459561642,9097.21372309296,2888.11041003638,78490.1625674618,31702.0123281928,1905.99899127478,14163.625099151 -1942,457.404543434308,1498.61545836464,465.422164814198,1348.79965153935,581.962208484497,5344.6252515029,137.23680433112,483.488970803488,3146.7292275908,12927.0531311148,843.011195170234,3798.31364761526,298.184787820209,2967.72657323073,1084.0324909533,7212.40142024271,1247.27429918392,8844.68405334726,142.123187095119,873.120373734223,1159.26339916919,1165.34940121681,455.879162573371,1535.13560268161,302.286621204314,668.323911550528,651.848864740827,2206.90888416851,768.914631176868,1598.43588721531,309.914164252868,1371.02974299003,7707.5745857882,2443.74813136059,66432.9930915817,26801.6405193761,1614.80470094113,11954.7297308062 -1943,370.15668147915,1396.30104254707,386.795240167562,1256.71355458104,529.130759038655,4979.73363950252,113.152548334765,450.479908121071,2883.05119289675,12044.4892405781,769.635179564777,3538.99279263639,273.628939709832,2765.11208066588,922.551312878626,6719.99182054512,1035.34866090477,8240.83422852514,121.799055068513,813.510151192864,864.061449652397,1085.78793496918,399.915882839745,1430.32786063381,248.698818781064,622.695681703076,537.363803083296,2056.2374147225,700.642071452545,1489.30646838445,264.160738817467,1277.42593926601,7570.07989490643,2282.17479240688,57358.5134762601,22080.2069402688,1593.62693437141,9684.62153564309 -1944,395.614378333535,1288.80871550303,440.77133110201,1159.96717948468,715.713313612165,4596.37565246474,129.650106309609,415.800328191669,3897.22406572228,11117.2607009755,1066.38563923578,3266.5482702298,355.587761891949,2552.24370699041,1232.70997079238,6202.66243633896,1289.91620181377,7606.42487050272,145.518095139448,750.883184255883,779.368762200033,1002.20003504663,511.729642419065,1320.21602551337,268.148235354884,574.758305860086,655.339218734252,1897.94078818676,967.947527758575,1374.65424576894,341.19451386792,1179.0850495481,11157.201359298,3230.07322713837,72303.8447761803,25887.965141958,2436.943177668,11157.7177724731 -1945,397.917082429576,1223.202524094,437.369214263824,1100.9196048601,674.708429002298,4362.39934766785,129.795778490433,394.634211303148,3661.7364654864,10551.3418607947,1003.2785998074,3100.26619245855,354.968106583979,2422.32296146072,1198.90050358098,5886.91887086715,1268.30108564694,7219.22344953944,147.450749851227,712.659834801819,843.515981320658,951.183521472116,489.223417840756,1253.0110600059,265.636342271329,545.500509125316,650.065021152487,1801.32701987888,909.641577448755,1304.67812868941,330.644186711179,1119.0642888893,10421.1703135505,3016.42391463051,70180.9505279855,25741.6663710254,2252.43698009601,11185.0279690331 -1946,416.312403905774,1198.18076529908,460.478589413273,1078.39925825944,753.645161586509,4273.16236352633,135.038072918285,386.561597117886,4104.81176704092,10335.5042330895,1123.07402272581,3036.8473298093,396.519027386772,2372.77206561872,1298.62833691162,5766.49640514245,1360.82706171649,7071.54743981671,160.735039940569,698.081707191721,811.404202038482,931.726167374844,539.976071598941,1227.37953955588,282.872853510057,534.341782836759,689.941623071877,1764.47918044562,1021.50613824554,1277.98970972522,359.990972812443,1096.17277570073,11974.1898496389,3415.51807411511,76446.4544628466,27309.2772404181,2597.62938200058,11772.4341965402 -1947,480.487264706347,1193.78387588515,532.624851279745,1074.44192359012,898.166917530199,4257.48140544025,154.996441433312,385.143056073475,4900.02138188088,10297.5766761913,1339.76620809507,3025.70320008958,472.99392333518,2364.06485158296,1525.0030708669,5745.33545202623,1592.64106099573,7045.59742210757,187.149118153575,695.52000017947,895.198589024918,928.307069822404,640.335105790126,1222.87550121656,329.868409977321,532.380942038425,802.104519122477,1758.00418096783,1220.81918071911,1273.29995039296,424.220172602259,1092.15021866017,14490.4812380211,4096.40680516806,90013.7315115664,31708.4998112471,3145.40207489263,13610.4180538645 -1948,614.796791645509,1203.73472718259,679.085172257397,1083.39799346621,1115.22953517531,4292.9698763628,198.944486602288,388.35343724602,6074.83176355987,10383.4126941664,1662.0038459281,3050.92411588723,564.960260947471,2383.77064445788,1919.83304026096,5793.22601236291,2014.30567551843,7104.32638776482,225.784940406694,701.317545477232,1195.2570177639,936.045024570132,799.483963979253,1233.06884736045,418.680832285647,536.818632725015,1019.34054881786,1772.65812171747,1512.66773469519,1283.91361231229,532.933169968656,1101.25389700588,17596.1572226605,5048.78895224862,112633.334749301,40177.5375837814,3830.06566638621,17310.0652167625 -1949,715.570881103817,1203.67687215616,762.354770309667,1083.34592217664,1060.5700639762,4292.76354362182,228.277857631215,388.334771839208,5712.49141508494,10382.9136368556,1569.90130246274,3050.77747951346,549.831476346623,2383.65607343942,2018.10380103778,5792.94757290568,2195.69591632289,7103.98493297277,244.682565151425,701.283838096183,1712.48020463329,936.000035497028,797.177526512319,1233.00958245004,466.951439079454,536.792831644856,1138.43287738253,1772.57292256173,1424.42245389212,1283.85190365315,555.148285421882,1101.20096750914,15222.2789434553,4615.25757524146,116447.631866744,45137.0359233062,3276.94494616352,19985.1080380321 -1950,723.603081674902,1177.64267144298,766.572927787954,1059.91434694895,1058.30314617012,4199.91581156506,229.49907659817,379.935519824122,5696.05546089326,10158.3426877392,1565.84941595516,2984.79253366115,544.535497346015,2332.10022644873,2028.37428137257,5667.65251795975,2216.79917302805,6950.33358859068,241.934457124231,686.115843578517,1746.48494607785,915.75538898486,799.706524978859,1206.34094762508,472.169454049368,525.182595838459,1148.46573675581,1734.23412889358,1422.60658475731,1256.08360560001,558.703267536228,1077.38320738027,15066.3109399448,4593.91235399679,116776.720078202,45491.3746636176,3242.99085725509,20183.0085507583 -1951,692.738688657372,1243.45134842975,728.746253276728,1119.14416477353,998.296428046527,4434.61425593807,217.874203366587,401.166963373355,5368.97383732229,10726.0081679984,1476.38711263302,3151.5878209613,535.037402218504,2462.42195665158,1929.28048920979,5984.37058777178,2118.40218905588,7338.73005992562,236.929074640439,724.457164779322,1684.09331151769,966.929358860427,759.017145167596,1273.75333313325,451.949875357031,554.530693225472,1096.69052547671,1831.14608391637,1343.77384901048,1326.27569550452,532.102653573032,1137.5892148601,14317.7555781517,4332.97521431851,111187.14110193,43497.9429043078,3061.61390158282,19336.7801193517 -1952,673.395060231067,1355.22485764076,707.986868818671,1219.74373448547,967.820013637613,4833.24054558689,211.71128976276,437.227754438796,5204.20206331926,11690.1661740813,1431.17273631179,3434.88320745179,513.076422902773,2683.76840788247,1873.06155899685,6522.30405968374,2060.02544708835,7998.40654263328,230.176771037479,789.578425601228,1640.39474093003,1053.84638037113,736.958885935513,1388.2506796465,439.657943210899,604.377308957803,1065.5467538968,1995.74731575049,1303.29339066649,1445.49426312683,517.043324117511,1239.84680519211,13788.7962700345,4196.80775034498,107871.288791784,42287.8278904413,2954.03042254197,18813.5412824903 -1953,633.821268069486,1456.41112148721,664.79740705791,1310.81446023761,905.837808254975,5194.10874419007,198.588713595265,469.872848477764,4869.63834525113,12562.9986285853,1339.30664815635,3691.34470648006,492.169458571977,2884.14880726172,1758.84756854612,7009.28419124565,1936.5116013709,8595.59812321195,222.210771316648,848.53136647292,1546.6622608451,1132.53057605766,691.195408880697,1491.90277749855,413.521524637754,649.502427127098,1002.00936686555,2144.75743265013,1220.38620448186,1553.42038555044,485.495538773217,1332.41850298235,12953.7694881206,3930.02355582879,101415.389375776,39840.6019812056,2767.46952603805,17742.0632056945 -1954,613.537721543861,1530.26147598776,643.99659723318,1377.28203326338,881.231129628984,5457.48682913711,192.266912970937,493.69872835352,4738.87312065708,13200.0315986189,1303.17483263812,3878.52201591926,483.7911303941,3030.39557007903,1706.56719819713,7364.70452186633,1877.31268804538,9031.45580046952,217.700126356819,891.557913918449,1491.13263499657,1189.95789399737,671.549026954025,1567.55281022154,400.669240364353,682.43679832534,970.831486883749,2253.51181826425,1187.5604237626,1632.18979651467,471.16860650311,1399.98155392079,12681.0824315405,3829.62984779881,98534.0373113285,38625.3398483485,2706.42680299985,17190.4222202653 -1955,587.885774799457,1600.9298713763,617.781921901132,1440.88574597226,838.625454177695,5709.51685349636,184.839176470777,516.498032580653,4507.41553124555,13809.6169974478,1239.78299624337,4057.63449548242,460.578880199336,3170.341060239,1629.559565961,7704.81100643629,1793.04553884948,9448.53386160919,208.578437762287,932.730594640809,1439.92325391757,1244.91086528251,639.526305131767,1639.94334185512,382.951584072869,713.952140146655,928.986809772246,2357.58034948246,1128.57833875741,1707.56530305337,449.367415254998,1464.63354414702,12011.1441211928,3636.27492757389,94063.0326366984,36978.9050358253,2562.06347864044,16466.6381603575 -1956,570.889844408755,1574.34605773269,598.559301296593,1416.95950233253,804.379690050776,5614.70899542451,179.281421859255,507.921462369233,4319.95667077122,13580.3050885918,1188.59617324141,3990.25652897032,449.921170233421,3117.69680802098,1573.38682190161,7576.87082391081,1733.07308004088,9291.63875466333,204.67854481476,917.242385724879,1411.39133255728,1224.23883021259,614.989557858472,1612.71170044132,370.590415534925,702.096798458388,900.120043882414,2318.43217829704,1081.32538181475,1679.21078321319,433.245792573396,1440.31296278369,11506.4726968879,3480.46323021317,90829.8138374758,35862.8650580453,2446.54000185312,15989.0940275764 -1957,571.460277401023,1510.44655452957,602.127119601467,1359.44799918285,821.905631528958,5386.81938140002,180.036880747049,487.305963666022,4419.41807337116,13029.1081365332,1215.37296945777,3828.30013532877,458.510698118233,2991.15583807859,1589.66591963235,7269.3410536268,1746.70961200234,8914.510043063,207.202431772007,880.013383577112,1394.56833448017,1174.54946702061,625.103342230723,1547.25501386222,372.756126659418,673.600117946736,904.28083120033,2224.33173343255,1105.76883913122,1611.0550341683,438.484653599729,1381.85359019096,11869.5460516325,3570.85995616081,92018.1890350307,36068.5708091441,2528.41287522161,16046.1034009121 -1958,564.528143300306,1462.89074695819,592.227238633607,1316.64632092515,798.120164791322,5217.21752084069,177.326545969194,471.963329683382,4287.2774047717,12618.8918614127,1179.5012739709,3707.76763186797,466.691770402012,2896.98048905674,1558.31280976722,7040.46874875754,1717.62777109183,8633.84024847164,210.333166788189,852.306513046585,1392.04946680507,1137.56924533107,610.181903558124,1498.54030662387,367.191929730442,652.392086789943,890.634873820351,2154.29953562137,1073.72221527269,1560.33160872696,429.618205354973,1338.34648083322,11632.1889988349,3464.51322649991,90341.8447846748,35576.1301547923,2457.44515500033,15852.3629228248 -1959,588.35363663642,1437.63757086345,620.071181443629,1293.91769169159,846.595576025532,5127.15521574217,185.392144408693,463.816054776123,4552.74154359221,12401.058028668,1251.97567116865,3643.76223083537,462.581310315738,2846.97131469748,1637.48287184246,6918.93253870797,1798.81929500228,8484.79843614092,209.567912810211,837.593557547062,1431.42779262318,1117.93193712331,644.067516488909,1472.67172940652,383.831715801029,641.130157432076,931.195598658537,2117.11090369723,1139.71022140373,1533.39635811901,451.675418310747,1315.24325222471,12155.349703041,3677.10981157457,94576.1192164723,37070.188433885,2596.85832452238,16491.7938672197 -1960,619.690085916306,1431.50506993925,653.979328934383,1288.39825369069,892.247748235965,5105.28441552359,195.826187763021,461.837564200875,4797.9805203765,12348.1590912979,1319.44407100601,3628.21910946664,490.681083910076,2834.82704790005,1724.71479825983,6889.41859093137,1892.26469417963,8448.60500651311,221.163289024554,834.020651990149,1510.9782742838,1113.16319792467,677.803807637619,1466.38978399505,403.731514892476,638.395301747533,980.796129453245,2108.07998739628,1199.7563968795,1526.85538091174,475.235632032782,1309.63284622024,12852.2126290414,3874.09427053007,99688.4199386938,39042.4098898177,2741.5251343714,17358.0110146372 -1961,641.644131904567,1484.99089005118,676.007619263706,1336.53712422389,908.842672078829,5296.03492671845,202.74224639731,479.093361192798,4882.14060981038,12809.5276395062,1343.14776850263,3763.78151765555,498.888060269786,2940.74567348959,1772.19163680922,7146.83032573298,1950.36119347887,8764.2731638004,226.060464926739,865.182454696076,1584.33844527949,1154.75470032986,693.524575139834,1521.17901376988,416.850774050425,662.247886685301,1012.52169874627,2186.84491066143,1221.21687242525,1583.90380774256,488.060832765559,1358.56511219439,12969.7998959792,3931.15410664834,102241.34239209,40290.3887759481,2763.49952716481,17946.0561894573 -1962,660.782618020262,1587.04496245867,693.374539774689,1428.38890416723,921.236823791863,5659.9980563948,208.234595114766,512.018430902439,4943.66177336892,13689.8458084499,1360.63123775469,4022.44251962004,493.55223338041,3142.84460480625,1811.6989833236,7637.9869681291,1999.77274561146,9366.58646689861,225.79385242609,924.640996474872,1651.02742834221,1234.11371902141,706.08464693235,1625.72006803229,428.124101684773,707.760013549027,1039.76147346293,2337.13299010473,1237.02045092558,1692.75554209649,498.687572713166,1451.9307370336,12918.5203465507,3965.52318319529,104143.489137692,41315.4357174158,2758.61907182276,18439.6342931726 -1963,683.097760264788,1680.04491824002,717.609238913165,1512.09170280775,958.570717613218,5991.67080758881,215.385847645968,542.022427360985,5146.18114402951,14492.0631904117,1416.13006729558,4258.15542335413,493.315129597543,3327.01355791633,1878.52850753205,8085.56877399936,2071.01247405738,9915.46324597503,225.353218192931,978.824446736148,1698.56536643137,1306.43209941584,733.366325190062,1720.98636357922,443.072860690854,749.234358335009,1076.1273025813,2474.08768885387,1287.51719036265,1791.95007929456,517.191072783524,1537.01307404094,13326.4895361304,4124.82933614867,107698.429018489,42644.5155499787,2861.55588151586,19019.1983429738 -1964,669.647971109968,1613.02131095132,700.892657575596,1451.76841063074,926.383706615923,5752.6394657175,210.359259007672,520.399018415964,4968.76262367935,13913.9177244592,1367.81791531958,4088.2808362103,480.115029984792,3194.28588633505,1829.46028357203,7763.00359712184,2024.56073881355,9519.89637304885,219.636685021964,939.775285246262,1682.70412289032,1254.3133786424,712.123495098068,1652.32944082113,433.816800714674,719.34444952659,1052.25991217716,2375.38658874921,1244.15677241328,1720.46213448329,503.927702968428,1475.69557023275,12813.993037569,3974.94477513249,104793.919938954,41706.0703425437,2744.88816226542,18632.5335103778 -1965,617.60930183245,1550.74171481743,646.802266957964,1395.7148732843,863.580289344928,5530.5270483574,193.625216993704,500.306140240471,4635.57434961663,13376.6940866584,1275.69170713278,3930.43017569365,425.377953382085,3070.95283823056,1696.09516266229,7463.26996959181,1875.43672853602,9152.3281969035,196.387925349109,903.490070150604,1535.96088463196,1205.88368331425,662.733047182945,1588.53213724193,401.427330984358,691.57018424348,972.440446415517,2283.67167066055,1161.76794236569,1654.03419198074,467.872184554286,1418.7181927445,11808.5135856158,3709.30004828652,96878.921939077,38466.3344121388,2551.08862599792,17178.3054239567 -1966,522.660035893471,1533.18309168969,551.719170497614,1379.9115765653,735.581638190987,5467.90640740087,166.147944709416,494.641311029365,3948.92447885901,13225.2334482306,1086.68107496264,3885.92699278093,397.674675125688,3036.18128148817,1438.33794327414,7378.7654106156,1583.01109000866,9048.6988948635,179.933860709918,893.260099879056,1304.48440111809,1192.22979309585,561.191120057809,1570.54562352554,338.579991114613,683.739724718539,823.604745629499,2257.81428265745,986.040311068704,1635.30601646325,395.542063184841,1402.65443574819,10415.3907028677,3169.58956597206,82878.0577134578,32735.1934598281,2219.696833146,14580.1623025402 -1967,421.755159041871,1436.76976230241,456.613954452814,1293.1366375004,658.268590083131,5124.060284669,136.613728283622,463.536079105452,3555.73496703107,12393.5723142282,976.067932800929,3641.56272789915,356.311033503643,2845.25278276007,1218.7150507756,6914.75602787376,1310.55622493216,8479.67671362138,152.193423787736,837.087956639959,972.527910142578,1117.25711411828,486.979172121803,1471.78277299616,277.123840073884,640.743148737645,677.475337878612,2115.83294115358,883.927985331008,1532.4707461887,335.227063342964,1314.44932517573,9875.03333096316,2897.17448458836,70961.2670537473,26881.4434042754,2115.54608149448,11804.0247608239 -1968,415.545412055606,1354.06778236528,482.332017703915,1218.70233142261,771.946356901194,4829.11398082958,140.039353713222,436.85445444982,4242.14498535851,11680.1852456988,1182.55188413392,3431.95054398188,409.306308496558,2681.47703752251,1370.16035937947,6516.73539207548,1453.4574348382,7991.5775958341,160.705221970287,788.904292693196,852.075039662859,1052.94661854636,547.744773532651,1387.06540730698,281.74229070032,603.861298616554,742.648314431868,1994.04336982436,1057.08317622969,1444.26011687922,379.451376091077,1238.7882383605,12057.4370327504,3500.18116863048,79739.1894687552,28854.7347150677,2652.25961118601,12494.4407325485 -1969,436.245852109411,1309.40466157966,503.802903280775,1178.50415955934,798.910358792679,4669.82852716007,146.14368276885,422.445069986993,4387.59238727525,11294.9212794328,1223.35618066923,3318.74969564001,423.527049256324,2593.03011162228,1428.18856534214,6301.78474947486,1519.14794984014,7727.98015996059,167.27528829636,762.882753615364,930.982860770342,1018.21580032779,575.274759576554,1341.31387948029,299.167297283803,583.943292687219,789.389787184094,1928.27103476247,1104.37185225065,1396.62205556049,395.39587927091,1197.92754479828,12415.2613266417,3624.20345131215,83079.1183857293,30231.0132082374,2729.71063020433,13133.9160032067 -1970,457.524291375359,1297.74712488221,530.17606196532,1168.01202073375,857.766031536681,4628.25337547205,153.350649869044,418.68407153439,4717.0858597221,11194.3633975394,1314.63197116858,3289.20310282438,455.823442226104,2569.94454871664,1517.14368094795,6245.6804074544,1609.19442511226,7659.1785015006,177.368642900092,756.090862646077,892.29106940997,1009.15069737946,611.050970351758,1329.37225728232,309.774878061919,578.744487028837,815.43952041264,1911.1037747015,1187.36219220164,1384.18802859932,420.952641278159,1187.26248095352,13498.2701445403,3906.58306318606,88312.6612645977,31783.678827495,2969.21227094638,13741.2844442147 -1971,497.318316393931,1322.36390971572,574.732326965411,1190.16787840901,934.529387009581,4716.04607045439,165.821222048089,426.626031492975,5140.33175342037,11406.7077208839,1432.48421224286,3351.59553930411,497.020713290986,2618.69346965575,1651.67153794674,6364.15385099463,1753.68442033889,7804.46439391979,192.593567812869,770.43304512792,979.875100024401,1028.2931366927,695.649552826309,1354.58893485665,350.209113633907,589.722610761584,919.142017041837,1947.35523657288,1356.13943491367,1410.44449892072,458.906777060491,1209.783497933,14792.0693803014,4301.35021375151,96698.0075995486,34689.332329494,3250.42201227122,15040.0159036118 -1972,608.261817050409,1377.00680510314,705.018152059441,1239.34815200506,1137.65049594052,4910.92314640656,204.197621766872,444.255128473875,6254.98449251925,11878.0571974747,1743.35739758452,3490.09061096294,604.131029731708,2726.90346560525,2013.88777481415,6627.1342534045,2135.541428325,8126.96149800626,235.611510123204,802.26898074188,1302.79636375099,1070.78440092266,831.586749213443,1410.563436971,430.713129364161,614.0912060406,1130.47964648591,2027.82410576416,1599.54784522212,1468.72707199915,558.368375307902,1259.77433073876,17872.096501861,5201.19460285878,117682.8693954,42445.90124542,3930.7498270267,18436.1795555908 -1973,806.85132958805,1508.01669673165,911.536955459037,1357.2610530034,1366.91578437783,5378.15359641036,265.622120376464,486.522033779699,7476.53447321807,13008.1481893502,2087.51791407805,3822.14154275312,721.377196174896,2986.34396087831,2538.78463896825,7257.64685299985,2754.29048123363,8900.16925644074,296.350389089247,878.597704633721,1902.82580108858,1172.65996740678,1027.44719615806,1544.76594223666,559.192105809216,672.516496355248,1468.27146437061,2220.75344740088,1927.91112051453,1608.46332734761,704.116958747587,1379.63060010128,20495.2667064945,6148.81457043305,146972.590813085,55201.5902933335,4494.80491003811,24310.7209868857 -1974,816.857281744942,1742.55593167373,920.391468783836,1568.35352278708,1397.84508812585,6214.60854590591,266.917695057358,562.189966258475,7651.53625461832,15031.283033252,2135.82445077186,4416.59262225413,739.235810717708,3450.80488453807,2585.04363026309,8386.41614585426,2801.0040609163,10284.3972247284,300.527064897801,1015.24448972123,1947.88750559193,1355.04174885448,1078.6588322984,1785.02072392575,583.292881271002,777.111826687429,1528.97043532869,2566.14339943341,2030.7530140902,1858.62485344088,717.723425373986,1594.20216694914,21153.8690072203,6347.65169167114,150224.842978949,56108.7799746007,4638.12297363177,24737.981851473 -1975,796.164737157414,1914.64200820854,897.318222386056,1723.236243881,1365.90590236687,6828.33208982533,260.425160119396,617.709025246574,7477.32547448386,16515.6970916243,2087.13695951221,4852.75313922891,722.188488491094,3791.58905259454,2522.34280385256,9214.61650631099,2732.1397473962,11300.0326690547,293.18868128283,1115.50493920471,1882.26848671933,1488.85886993665,1051.42488337424,1961.30041017872,568.302127943419,853.85548974735,1486.85272415171,2819.56284004215,1979.95260587036,2042.17331404696,700.402528728371,1751.63757038554,20682.0325270496,6200.17977138131,146615.376185988,54715.1326672525,4535.15641415527,24116.765374135 -1976,775.812512706758,1996.44725628026,876.927085862367,1796.86346391091,1318.147116433,7120.08031123147,255.447461080525,644.101342886007,7210.99278392613,17221.3489533643,2013.26134059127,5060.09251269065,695.806212834975,3953.58898872034,2444.73339935245,9608.32143180248,2650.99401095348,11782.8393617667,285.34281366679,1163.166151006,1829.39849933541,1552.47205123988,996.111248960531,2045.09919131378,543.306214626554,890.337432510919,1419.29019165563,2940.03185544795,1867.02075168368,2129.42748158577,678.135613779164,1826.47826925396,19795.8825051708,5938.6686197695,141662.200969628,53143.4518153179,4341.71166728897,23420.6408765824 -1977,752.008899002755,2014.84475905288,848.287105401103,1813.42177791361,1265.48146516373,7185.69271188722,247.337790401121,650.036814611752,6919.10922851041,17380.0457654744,1932.12894072795,5106.72187679686,667.524910630036,3990.02178911262,2358.23139726653,9696.86327513229,2559.42882176347,11891.4196506501,275.266250260294,1173.88486767674,1725.16129579201,1566.77826883579,936.928164507074,2063.94502754818,511.86491436227,898.541999564548,1336.87692574477,2967.1246043508,1754.59256767673,2149.0504132076,653.440680544282,1843.30948726737,18883.3106148848,5662.01457449107,136063.929680484,51254.1566892069,4142.02273437932,22565.105867555 -1978,722.252408006183,2052.07366747568,812.656278319836,1846.9289317519,1200.89319704401,7318.46497373185,237.225110707616,662.04774544595,6561.44562879519,17701.1822348127,1832.68423957988,5201.08035292152,632.879928240575,4063.74665308759,2251.27204977111,9876.03521045699,2448.95721214682,12111.1410813966,262.803387623573,1195.57510065439,1657.52120211105,1595.72811443915,873.22021349754,2102.08117678501,482.021272912057,915.144637393358,1258.10797272013,3021.94908136229,1626.40890418528,2188.75908091999,623.58743752522,1877.36888553516,17769.2891274046,5334.69007005737,129374.038201133,49021.9855569135,3898.45130424039,21590.0761739491 -1979,691.546015795486,2090.6042873371,778.627812059489,1881.60766561428,1141.28011279179,7455.87962718278,227.791208155776,674.478639333529,6232.54540729768,18033.5472637087,1741.12273315614,5298.73807989465,600.800572937997,4140.04931219038,2146.9848525136,10061.471905281,2336.55311746222,12338.5450876423,251.10884227575,1218.02373417531,1602.34491836316,1625.69019345908,844.146699578053,2141.55075920024,465.336552322359,932.32778763815,1215.99026154315,3078.69050012323,1573.39627509668,2229.85616503145,594.036467718988,1912.61917309291,16836.1353417266,5077.81094695542,123588.399232633,46930.7533366063,3690.79598746278,20697.5838963083 -1980,683.400388735458,2069.11160658916,769.025780159418,1862.26359696634,1124.70310110868,7379.22866004725,225.045109787902,667.544589616754,6141.01674782375,17848.1514542581,1715.64888957047,5244.2638369172,591.943611555658,4097.48709289017,2118.74466298228,9958.03386833428,2307.02035871326,12211.697356549,247.815413514095,1205.50171103559,1569.63048277873,1608.97711172731,807.989848704699,2119.5343178049,448.614066697866,922.742892202171,1173.26763845673,3047.03969349204,1500.26215898019,2206.93189047642,586.170361869365,1892.9562873289,16519.4624879557,4967.95228475869,121454.698101356,46240.2538477876,3624.02454524367,20365.3641397252 -1981,678.080778918971,2058.43758289381,762.201048778363,1852.65664986029,1109.84586803829,7341.16108490051,223.461296457352,664.100895837943,6057.93912653033,17756.0773530185,1692.62571917941,5217.21000556189,583.869513313213,4076.34919284569,2096.50588408082,9906.66288905444,2282.59388355043,12148.7002970722,245.232837162337,1199.28283246596,1547.26370846714,1600.67680556636,794.986062574401,2108.60017608953,441.683345788113,917.982694895885,1153.65640253176,3031.32078602206,1475.59936182652,2195.54688677823,579.378376272695,1883.19100439255,16250.6124799017,4891.86683673446,120026.254920941,45786.595917392,3564.48828417456,20165.4519674602 -1982,680.273528686429,2021.96077297918,766.663767737775,1819.82640763404,1115.07352240852,7211.07108864709,224.494957070457,652.332609860791,6086.5047544316,17441.4284834983,1700.60415254521,5124.75775962592,586.362794511029,4004.11371877121,2104.28872820264,9731.1105856495,2293.22022187276,11933.4176792612,246.613868300365,1178.03078563331,1546.41724900305,1572.31180482181,790.270875969249,2071.23445344224,440.223552178995,901.715463601188,1149.68808032079,2977.60387324274,1464.77199425925,2156.64041367785,582.086172338139,1849.81967418025,16310.7870991723,4903.10997021885,120403.364787967,45947.3133126773,3578.78545154877,20225.9171214916 -1983,685.60892943547,1987.13279624404,771.209544316661,1788.48016559311,1119.40712820636,7086.86145042509,226.174072414334,641.096276662136,6109.23860656274,17141.0024447895,1707.04404242272,5036.48456144587,588.783729819778,3935.14344926557,2117.18226620835,9563.49363797514,2306.19281641312,11727.866316021,247.896760877626,1157.73937872592,1587.24665618594,1545.22896538668,813.001072429601,2035.55774481292,452.508113562885,886.18354744945,1181.85972224294,2926.31508475108,1507.57779434858,2119.49259995298,585.051250750291,1817.95680253728,16383.0566781393,4945.57704225611,121398.059297056,46339.2879657561,3592.26481874213,20437.5395877198 -1984,707.568008975164,1941.37045520937,795.540788032012,1747.29266195656,1146.62360060058,6923.65576473925,233.214427460065,626.332257617146,6254.48825816304,16746.2566074517,1747.94357759949,4920.49768600786,602.410215930546,3844.51972402384,2176.320225635,9343.25276722349,2376.78272942615,11457.7813881404,255.079541052829,1131.0774141211,1671.21176691569,1509.64337441645,829.15540319719,1988.68020955711,465.942764833306,865.775332259025,1217.8629454411,2858.9240029188,1529.58313464788,2070.68210104579,601.790096403308,1776.09047164019,16681.0617470774,5048.41623366725,124680.952189005,47789.6478500865,3657.59306703272,21100.8694034585 -1985,720.138612901494,1936.88678746465,806.982220585976,1743.25722414098,1147.63348261154,6907.66532255208,236.958531420477,624.885719820395,6253.69725689724,16707.580500893,1748.32453216533,4909.13361239505,602.120832374277,3835.64066179525,2196.76300117061,9321.67417517747,2406.59288864278,11431.3192130835,257.530396449349,1128.46514848944,1753.38888486538,1506.15679652723,856.579672170417,1984.08727816361,483.990970584077,863.775791717442,1264.69805238822,2852.32121090552,1575.45543095048,2065.89978321401,607.115706801953,1771.98852420505,16575.9482067728,5066.01848203971,126105.123005052,48606.5312049855,3629.90312992804,21545.0603873614 -1986,724.87232803956,1991.52968565798,808.655506000921,1792.43750026244,1135.00096915934,7102.54240851117,237.827912588795,642.514817706547,6178.67517315144,17178.9300016876,1727.9425122518,5047.6286911656,594.945859873555,3943.85066330134,2192.74749087679,9584.65459109137,2407.28406026052,11753.8163337302,256.884100205748,1160.30108573817,1826.06480100633,1548.64806293912,866.792439669297,2040.06178315224,494.836516737304,888.144388247783,1292.39009438486,2932.79008422887,1585.15858977001,2124.18235928525,605.134766910512,1821.97935957785,16256.2124897671,5013.75867617699,125905.245817881,48835.0885822549,3556.5219003066,21726.3915183426 -1987,712.048254105404,2077.81860147443,790.792497137824,1870.10015810793,1095.65692431839,7410.28107210448,232.947848172926,670.353673142731,5958.00793717244,17923.2579699863,1666.85143444443,5266.33213824014,573.477800724001,4114.72966165572,2135.8144685042,9999.93810862888,2354.84354026662,12263.0852014991,250.043500681904,1210.57456317113,1873.95110545756,1615.74782213157,870.048701377264,2128.45349568081,500.717247930684,926.625871552937,1307.24082779963,3059.86189164797,1583.91751263402,2216.21884465584,589.614846691854,1900.9220058814,15571.3802104478,4860.97214144236,123027.115831586,48003.0522271239,3401.70645973286,21461.2923988785 -1988,689.804122692777,1963.09455045122,764.597586717678,1766.84501071198,1050.58028410173,7001.13204282486,225.452642423076,633.340967150665,5709.17057392508,16933.6485977381,1597.59144598834,4975.55846025695,549.4001977748,3887.54021628474,2058.87674403204,9447.80453499106,2274.31846054901,11585.9949052815,241.070343928371,1143.73426351548,1854.31385724199,1526.53640807679,832.24260555765,2010.93370484549,485.358247467264,875.463429512989,1264.89274149279,2890.91559790881,1503.64306373153,2093.85320425178,568.187265081952,1795.96507025712,14815.0530414185,4643.1271139977,118397.344530402,46428.4777388333,3236.490446256,20793.342852904 -1989,621.789402570178,1846.77952127497,686.108046102166,1662.15793442029,931.169963626644,6586.30898825481,202.323903052431,595.814973786914,5054.78039460625,15930.3154519893,1414.99960828137,4680.7523708916,486.24138797674,3657.20013736338,1840.97167849519,8888.01404507988,2042.47150252572,10899.5148092851,215.369210078737,1075.96703131563,1686.45724247207,1436.08782178569,735.274539376856,1891.78416490262,434.254095981798,823.591473410242,1129.4362464611,2719.62637903774,1318.70130217608,1969.79061313136,508.313478429363,1689.55260556026,12977.3239862108,4091.60920526453,105582.98529229,41710.3156847464,2834.03378614646,18717.8182343393 -1990,544.940519647528,1741.77490424938,608.141117254403,1567.65057426755,834.090053836008,6211.82310894074,179.909595844018,561.937988245396,4533.13680578512,15024.5458926767,1268.46094129513,4414.61307032271,435.722105122201,3449.25820635006,1629.31620005404,8382.65728745387,1796.06272115156,10279.7876761168,191.712194807968,1014.78944906831,1433.90559852246,1354.43440836815,632.724289323935,1784.22066344386,370.083540361747,776.763518987574,966.892621342208,2564.99323355733,1141.22824100399,1857.79180300288,449.156715367735,1593.48763286176,11729.7667592165,3649.65927478248,93324.8956625097,36604.9767732702,2565.39901437122,16332.1146192758 -1991,449.489200843208,1604.05397546188,512.95324800712,1443.69753499959,772.10970524621,5720.65858134317,149.818809297802,517.505942822463,4225.68691792694,13836.5655113417,1179.61029250707,4065.5526889847,407.394340307891,3176.52776187788,1423.48680514646,7719.8464130298,1532.67534531584,9466.97202293504,167.109984946651,934.550753982929,1069.56301733949,1247.34022286397,552.460106747094,1643.14357803412,304.098138930968,715.345368443423,799.998716517985,2362.18100472263,1030.52256674533,1710.89749881975,393.279966781106,1467.49167536248,11580.1644901414,3442.003434633,82086.2617620597,30753.1869914986,2544.31886466889,13487.9180231805 -1992,443.702529592035,1500.95853502587,515.779503454873,1350.90849204714,826.558879411344,5352.98154238455,151.738205397496,484.244903032219,4487.72190649497,12947.2645044334,1285.03336828272,3804.25228918611,433.019929184863,2972.3665966816,1495.09314319396,7223.67796843584,1590.98263553023,8858.51266606155,164.456604600748,874.485492423427,947.082564895671,1167.17141831194,624.701707662163,1537.53577837872,314.850112446577,669.368832147441,857.965757645629,2210.35937353261,1169.03559298308,1600.93503254369,410.385774768845,1373.17334011811,12869.9272882858,3795.74277375426,85890.3514672315,30994.66411686,2888.84201822978,13532.8814594429 -1993,465.537415130401,1448.8033496569,538.440584335428,1303.96723339471,854.974178100897,5166.97657415609,158.26735826862,467.418400439203,4639.23442585668,12497.3740081326,1328.64120551526,3672.06243936498,447.830319013876,2869.08304339425,1557.37476465688,6972.67019260611,1661.73728161171,8550.69778682919,171.104607656074,844.098941499134,1004.69290074907,1126.61464058699,648.651336353487,1484.10960992605,329.435930078426,646.109658288747,897.094372091899,2133.55398539667,1209.52901679185,1545.30587195229,427.355744093115,1325.45842433175,13239.3520528956,3919.51310183967,89293.4512586774,32401.3543296285,2970.85961496186,14176.7919994301 -1994,484.917226566584,1426.32715590687,562.103062648225,1283.73797302724,906.525083239506,5086.81803047926,164.861692173356,460.167046048638,4923.83116363055,12303.4944180282,1409.75421343005,3615.0954349272,475.757720474703,2824.57316123286,1638.34048712551,6864.49879291878,1745.01030903283,8418.04545675262,179.640529286155,831.003905959754,1021.13181447813,1109.13676206783,686.165945721356,1461.08568804812,345.181635300671,636.08615450067,938.857525061013,2100.45482617448,1285.16831432095,1521.33257413428,450.445640311278,1304.89575765932,14166.4934418476,4172.55422663694,94055.7303519282,33871.4458773554,3180.46013994383,14790.0578580445 -1995,527.119224940099,1441.7741168673,609.395938053645,1297.64070934593,987.683700423719,5141.90769150423,178.293048477668,465.150602847757,5365.74807677464,12436.7398639731,1536.1918081693,3654.24650754071,518.764464634784,2855.16296748505,1783.70766777823,6938.84053452272,1901.7559379939,8509.21193212612,195.06370169358,840.003583796751,1102.58413010503,1121.14858711966,748.290276584232,1476.90907996045,376.11304192731,642.974895246683,1021.32787607743,2123.2025131723,1402.07687178835,1537.80843297435,491.070522041002,1319.02763038047,15463.8918032808,4551.5274198351,102387.245329188,36831.01417235,3472.07826165788,16084.4623682684 -1996,643.307291055896,1490.31344024668,745.627421847013,1341.32758184858,1197.95597261943,5315.01713861176,219.01375464653,480.81054240944,6505.00659666992,12855.4399439511,1862.60510116468,3777.27177957355,628.206822608846,2951.28598492465,2168.35216015638,7172.44621563661,2309.61599207848,8795.68634226092,237.947042488711,868.283468361708,1365.20752080339,1158.8936077785,906.734181830272,1526.63127055569,457.086558538274,664.621536006898,1244.11621204923,2194.68306770654,1696.65911328182,1589.58088467148,595.706760751051,1363.43452321365,18674.5532527195,5506.92171219235,124477.588659212,44907.856910045,4192.01049963943,19615.4928261449 -1997,853.807546298097,1597.74791226429,964.987182588354,1438.02188565537,1443.45335219405,5698.16879290856,285.038501882174,515.47145693203,7799.79896762288,13782.169426243,2236.43590249074,4049.56966560637,752.509261444712,3164.03978758166,2736.67243779695,7689.49716038555,2980.40641933495,9429.75424549129,300.059035766962,930.87672791764,1991.73148673278,1242.43651862795,1120.76491577151,1636.68384076573,597.351356358716,712.533110769728,1612.54487613525,2352.89449508654,2041.48743699483,1704.17139862785,752.237895697528,1461.72248343481,21490.1449746754,6528.53976439855,155689.947909219,58471.1568755921,4811.69900828178,25900.4300990517 -1998,870.579943950617,1788.28934659814,982.699872915616,1609.51499204155,1495.75417249099,6377.71107022472,288.739377523454,576.944653052686,8090.96275943738,15425.7793540362,2319.22804280602,4532.50618306112,781.69577229239,3541.37132704886,2815.46197647514,8606.51780362931,3058.86703797689,10554.3114334931,307.360817226466,1041.88960145291,1986.42505577741,1390.60484637913,1158.61429699852,1831.8686281635,611.805899217691,797.507141963437,1651.07620066241,2633.49188375386,2120.26340016938,1907.4044995149,774.829885017114,1636.04203438137,22494.9062961658,6795.00164446308,160257.349796507,59755.3947850793,5039.52566587088,26423.5919954103 -1999,848.706973491882,1946.83763876209,958.300995680617,1752.21329401707,1462.04055431776,6943.15379347463,281.778434356515,628.09610099294,7909.27286298492,16793.416518868,2267.09288340102,4934.3545281927,763.920906902136,3855.34645467017,2747.96528381319,9369.56473551415,2984.45918323032,11490.0481787407,299.932299484807,1134.2626937872,1935.5220057951,1513.89475127496,1131.52213930376,1994.28062430749,596.757290040562,868.213482404031,1610.48099447494,2866.97515165515,2071.96163337428,2076.51344513335,756.346711291549,1781.09220255077,22005.6442713853,6642.67474452643,156501.219919778,58302.7563596233,4930.16887022811,25772.1278034644 -2000,825.694361952699,2018.69203553638,934.705462724384,1816.88444417089,1407.13365820986,7199.41354395821,275.861155762377,651.278037459828,7606.87345816944,17413.2323626329,2180.84843530618,5116.47298585679,734.019186396681,3997.64059792105,2657.48846963391,9715.37910066896,2890.00258290647,11914.1259057955,291.29570477396,1176.12636029073,1911.44809929714,1569.76997783047,1090.53967998791,2067.88605929866,578.657747137223,900.257734481011,1562.44083772165,2972.79022631132,1990.87482237477,2153.15395075283,730.680687586223,1846.82922307347,21037.4268940892,6374.19886214471,151296.037631404,56634.3429863,4711.45527894258,25061.1372536797 -2001,797.707158498316,2021.55579901778,900.648287505096,1819.46191870864,1342.75499587211,7209.62679948792,266.125522059457,652.201955634114,7253.9698802334,17437.9351791376,2080.06804146717,5123.7313334564,699.808225978782,4003.31174386831,2551.19740064973,9729.16156346503,2778.30299662521,11931.0275619576,279.725365878618,1177.79484050506,1868.17074751472,1571.99689003777,1043.11422765021,2070.81961056655,557.095993825874,901.534861045378,1505.04117122201,2977.00749568085,1898.10048774126,2156.20846503508,700.676378543151,1849.44917797116,19946.0267271265,6067.47443962653,145055.356644217,54567.3339608404,4465.40248874635,24180.7499765647 -2002,765.416259034832,2048.57351553897,861.878421938596,1843.77868818126,1272.2605582738,7305.98211809289,254.97317322167,660.918513228243,6868.36479621839,17670.9899331116,1969.88314206402,5192.20904788075,662.455486082348,4056.81525927675,2432.24365840778,9859.18999465561,2655.10808637234,12090.4835218832,266.757442211653,1193.53584905715,1813.32494321673,1593.00633551925,991.39344663128,2098.49572874839,533.226100242519,913.583706455197,1439.8232479571,3016.79464607206,1797.53447068508,2185.02578934401,667.779879274915,1874.16672157546,18772.7442830899,5734.91929391267,138129.65826766,52231.235987071,4201.123565943,23183.3328082057 -2003,735.530622623257,2077.38469859686,829.35820700406,1869.70963227503,1217.88232822536,7408.73361157135,245.793250581929,670.213685760022,6572.9121444596,17919.5151248683,1885.29901777396,5265.23239032788,633.635571046448,4113.8703984653,2332.14305837933,9997.84985996378,2545.27900650432,12260.5243485194,256.26963724494,1210.32176353496,1752.9314866699,1615.41041172002,948.932866693079,2128.00901891277,511.390162476638,926.432367831384,1382.19959773779,3059.22291244218,1718.82514976516,2215.75604018709,639.671946659853,1900.52504364042,17920.4170510807,5482.2087347277,132432.715682738,50161.854110879,4009.74917356815,22269.2373265696 -2004,723.530666154182,2060.9831507446,814.65249188974,1854.94773861889,1189.53457015437,7350.23953537213,241.603133171054,664.922156537892,6417.35670004547,17778.0354148231,1840.8892315326,5223.66187088507,618.5502343586,4081.39021208288,2285.8447329291,9918.91396859583,2498.0507063424,12163.7239932786,251.233596723462,1200.76592617145,1735.34223388759,1602.65628332639,928.441637035154,2111.2077775359,502.340391024969,919.117918647692,1357.39022756062,3035.0694703652,1678.28174426541,2198.2620109172,626.83893480719,1885.51985347572,17435.5800872692,5347.02024928064,129718.576517048,49276.7986967752,3900.39237792538,21896.0805514542 -2005,717.847093412511,2046.34614331878,807.366579689144,1841.77398520181,1173.79332018366,7298.03847267936,239.877260247763,660.199910002631,6330.48779480958,17651.7766260071,1816.12802261975,5186.56366483401,610.10905845101,4052.40436674964,2261.66382537804,9848.47029836888,2471.40684973409,12077.3377856326,248.614903381958,1192.2381418605,1730.01721379421,1591.27429220647,916.708450669259,2096.21407712352,497.261318935677,912.590385515951,1345.02287309199,3013.5145467553,1654.89003643373,2182.6500553483,619.541349955567,1872.12897830681,17153.3567171204,5269.70837123637,128259.44890697,48823.3687077115,3836.60091380044,21704.5722183989 -2006,720.847082529779,2008.62547699198,812.98164089186,1807.82423424105,1181.47646637944,7163.51241756063,241.232659128934,648.030326378911,6372.28048391737,17326.39825424,1828.08884397605,5090.95880442333,613.880392622972,3977.70566856579,2273.23840674059,9666.93167492186,2485.93188023304,11854.7140471144,250.352408956364,1170.26140186564,1738.11606001201,1561.94204711846,922.491350887423,2057.57418620825,500.12364557114,895.76844288543,1351.22521563628,2957.96589138228,1665.8017239382,2142.41687450801,623.314619106023,1837.6196883013,17275.0829304742,5304.75237660464,129025.394721772,49088.6421852986,3863.94011271113,21819.1330818748 -2007,728.467173149013,1974.66530601198,820.468389162147,1777.25904386591,1192.5156035445,7042.39770040488,243.758219870215,637.073967945675,6431.87584006677,17033.4579057671,1845.1811055124,5004.88510206779,619.894998709803,3910.45392544098,2296.44391653497,9503.49122457769,2508.92252817625,11654.2843898336,252.669083055571,1150.47559423058,1753.8498989987,1535.53402850643,931.082008249887,2022.786431115,504.739926115152,880.623534176796,1365.28314556578,2907.95506130221,1681.38508878355,2106.19466972064,629.098999556351,1806.55074114028,17437.9925282125,5355.02705000357,130250.249499766,49558.763504471,3900.39237792538,22027.7547190561 -2008,742.8841187999,1937.55210483613,834.373542913917,1743.85603008136,1193.02564236079,6910.03809403528,248.067105008565,625.100367019849,6427.07351698224,16713.3195268467,1844.41677369502,4910.81989157895,618.898848204598,3836.95819794635,2318.84306978044,9324.87615466341,2545.41514925038,11435.245852111,255.515185759997,1128.85277438025,1823.01939279867,1506.67415886735,936.185913835203,1984.76880882469,513.366785976239,864.072497256979,1385.9913854789,2853.30097847012,1680.52594983572,2066.60941633373,635.428912488406,1772.59719929895,17245.8316539347,5334.43414400167,131364.917540952,50395.3859619205,3854.82704640756,22457.3880834254 -2009,751.97198212235,1935.32473542186,840.858893751963,1741.85132962732,1180.9291730768,6902.09445862867,250.527484716233,624.38176469949,6353.58465471948,16694.106243946,1824.00386454912,4905.17451564392,611.527489789377,3832.54731097581,2321.24464184793,9314.15647188071,2558.60537131242,11422.1001324206,255.943941284449,1127.55506881838,1879.9246539097,1504.9421177365,931.871683324805,1982.48716007411,517.423062702403,863.079177569058,1395.83619328452,2850.02088328543,1661.73927709027,2064.23368533083,635.658382232132,1770.55945859732,16851.0409167461,5255.70498025325,131229.001514495,50801.6813103422,3763.69638337192,22701.0295494434 -2010,756.79423435607,1987.91382366839,842.430718173105,1789.18311411264,1167.4190413379,7089.64688739026,251.387200527947,641.348254675215,6274.66783546426,17147.7395853648,1801.85539721559,5038.4641133773,603.978827456859,3936.69012745358,2316.19861185668,9567.25249637553,2558.51756715101,11732.4758646326,255.277131279577,1158.19441937883,1914.85264361186,1545.83630587301,925.084467529242,2036.35780529481,518.434223156748,886.531855149304,1399.32933606608,2927.46525062716,1641.41759264942,2120.32565039098,633.378833777409,1818.67133662466,16493.6491162306,5177.65568804624,130648.359921367,50923.9193321501,3681.67878663985,22801.8092163365 -2011,752.4524534266,2078.13679710504,835.980231471449,1870.38654388707,1156.00494659367,7411.41587716256,249.538695097265,670.456330617068,6211.78895229454,17926.0027246864,1783.923569479,5267.13862051657,597.872572417083,4115.35978836579,2298.32086739987,10001.4694918835,2543.36903451432,12264.9631614549,253.099031821622,1210.75994967997,1909.99147696738,1615.99525657883,917.646609844578,2128.77944550232,515.663291339462,926.767774365497,1390.04448755962,3060.33047667435,1625.81756724042,2216.55823479911,628.973439150949,1901.21311169591,16291.929578986,5123.26839299933,129610.312446714,50608.8821711527,3636.11345512203,22677.2256731339 -2012,724.148844479351,1969.31383251212,801.856110895597,1772.44255438454,1093.19365519113,7023.31233715145,239.741745140648,635.347455383506,5867.97655738733,16987.2961089725,1685.69949143215,4991.32153263048,564.560119562851,3899.85633683156,2193.06154324165,9477.73613520148,2434.6991547604,11622.7005088173,241.629366007045,1147.35772932658,1863.24451888718,1531.37262979412,871.708729043813,2017.30454618542,494.655724391571,878.236986192108,1332.60749044003,2900.07431087733,1536.16323768871,2100.48674295136,599.850209033169,1801.65486922319,15240.3343103499,4826.26526041227,123473.107479421,48553.2122678149,3399.17373122937,21801.7841871027 -2013,652.808275441102,1849.20937907289,719.635770635559,1664.34488059974,969.224611183007,6594.97477324447,215.161904778467,596.598903673238,5197.14910169053,15951.2753991723,1493.43035774396,4686.91096346725,499.829871923258,3662.01201456365,1961.17548650568,8899.70824570683,2186.61443616422,10913.8555959074,215.94460475423,1077.38271025902,1700.81303565129,1437.97732139952,776.876726197582,1894.27323652819,445.167800770704,824.67509500173,1196.98792566779,2723.20466506941,1361.60955874445,1972.38231995206,536.719930978136,1691.77559564995,13369.502862878,4263.76816899812,110264.756259487,43655.8078900058,2979.97268126542,19646.8216182121 -2014,573.126908827244,1746.95281828175,639.18530795014,1572.310854931,871.304666395505,6230.28949398507,191.694774802616,563.608506397633,4677.96792947959,15069.2105659464,1343.76021772662,4427.73674486215,449.567394255274,3459.51209301726,1740.46958164743,8407.57708546646,1927.52175298813,10310.3472258773,192.689029040486,1017.80619509871,1475.69671233108,1358.460844225,692.151304994495,1789.52475939079,391.303718560052,779.072666234437,1055.99798955341,2572.61839477913,1222.2517352115,1863.31460978034,475.572622345387,1598.22472142267,12174.2191273786,3846.33263142277,98151.6903977802,38506.3274560359,2715.69375846207,17267.0073124279 -2015,475.738560742831,1611.71960231862,543.089112242292,1450.59683313206,815.41494714137,5747.99708411813,160.785189450066,519.979056267836,4408.67132311558,13902.6891891052,1263.89374451087,4084.98159247354,425.007028099028,3191.70809676381,1534.78907262439,7756.73885112655,1659.0676647379,9512.21381410985,169.204850722222,939.016886337765,1102.30573053554,1253.30114740775,628.457074896364,1650.99601051702,331.823830259826,718.763938361933,901.222135412508,2373.46965113184,1150.13229629202,1719.07372107704,420.268145279655,1474.50468350982,12206.458050278,3690.97487387381,87449.0035346225,32655.2658954873,2733.91989106919,14420.4474906373 -2016,469.94250859466,1508.88450248678,523.579638125758,1358.04210466919,825.36295070681,5381.24851747661,151.815631064517,486.802008545117,4527.88794415813,13015.6338795862,1254.81702273825,3824.34103857763,447.491510128993,2988.06248725915,1490.060860695,7261.82335033004,1552.81154869066,8905.29096240008,173.091948509214,879.103303906052,955.490806581226,1173.33478822988,634.858427881549,1545.65489577273,324.078875990728,672.903503798352,868.745284755539,2222.03140581246,1175.30079875543,1609.38893628512,402.753772860985,1380.42452458323,13111.1855931977,3816.70579283388,86284.1101067936,31056.0455629574,2891.88586537211,13510.6983589949 -2017,492.998090224158,1454.70443608719,546.59223163679,1309.27839128812,853.767730281327,5188.0220634246,158.356835392674,469.322231197707,4680.8363938458,12548.2767646669,1297.48846180646,3687.01902946208,462.787290232796,2880.769037231,1552.24676813389,7001.07040956187,1622.1204268763,8585.5254304092,180.07373499813,847.537020801396,1013.6250941098,1131.20342785705,659.203323939312,1490.15450144447,339.080449935138,648.741312155305,908.389444288145,2142.2441133388,1216.04223908757,1551.60002050861,419.458758362024,1330.8571174833,13487.5184714913,3941.21586480135,89705.8405212121,32467.0282199055,2973.98988047731,14155.0205860073 -2018,513.621910193704,1437.5218636165,570.597439159423,1293.81355163785,905.191987282335,5126.74256026713,164.937201063085,463.778724867751,4967.84443527134,12400.0599382501,1376.54273034405,3643.46896519955,491.661309793073,2846.74217821714,1632.78196117068,6918.37567329755,1703.07904891141,8484.11554311702,189.084108921016,837.526144419737,1030.18870917153,1117.84196115902,697.320471088464,1472.55320246,355.302491851869,641.078556523084,950.644117997416,2116.94050951782,1292.04794126992,1533.27294379353,442.055631022782,1315.13739579825,14432.0659220403,4195.57354486654,94485.0423612817,33937.4023344744,3183.81125241283,14765.0794019494 -2019,558.339456364291,1457.65497789939,618.60028039136,1311.93396897212,986.219084343425,5198.54480305539,178.368006344751,470.274146124332,5413.67980669893,12573.7281308322,1499.96626613683,3694.49732095477,536.108027428071,2886.61203137108,1777.6279385553,7015.27051128773,1856.02604324965,8602.9392439191,205.326230728853,849.256059635141,1112.35841099203,1133.49782040112,760.453964094098,1493.17694576653,387.142323884745,650.057138462922,1034.14392595576,2146.58917524384,1409.57837111568,1554.74709329036,481.917374053238,1333.55646277556,15753.7894630231,4576.62126752619,102853.327457677,36901.9526804893,3475.73663945354,16056.8287402548 -2020,681.355843420758,1505.26864330311,756.900446166703,1354.78772104481,1196.21360799925,5368.35300636262,219.120898524959,485.635446419038,6563.20407252408,12984.4434874672,1818.78131692957,3815.17646790104,649.202145673452,2980.90195696797,2161.04698014769,7244.42126911823,2254.21254655051,8883.95050986271,250.446630743527,876.99663918149,1377.32419346242,1170.52303334569,921.476545279409,1541.95092078958,470.484071036133,671.290971951199,1259.74592574995,2216.70657634283,1705.75314115648,1605.53223038365,584.630167087499,1377.11650419707,19024.6266951375,5537.32933455947,125047.510197077,44996.2784197927,4196.42743871031,19583.1219307878 -2021,903.423570975929,1612.18243130645,979.697038097502,1451.01339334704,1441.77739399492,5749.64770601828,285.310755465682,520.128375901325,7870.68565606346,13906.6815507767,2185.04830694203,4086.15465501682,777.539257338983,3192.62464268516,2728.87649381981,7758.96631276825,2912.15205361919,9514.94538620544,315.612655773959,939.286538847069,2009.58251268064,1253.66105126489,1139.0628554072,1651.47011830312,614.708573444237,718.970341997902,1633.10229858888,2374.15122784946,2052.82875548823,1719.56737837896,738.902065958182,1474.92810921566,21892.767282805,6565.29675966566,156441.928960686,58605.843376442,4816.76888617184,25876.499732078 -2022,921.32709454481,1798.41375736307,997.65236637552,1618.62727073556,1493.92287530208,6413.81851935637,288.981068658634,580.211028635163,8164.24746706361,15513.1124955362,2265.66191928885,4558.16699375664,807.720070030943,3561.420821866,2807.17615186448,8655.24365532961,2988.26758191884,10614.0647304061,323.341641983765,1047.78826562427,2004.19646189668,1398.47776398232,1177.51680320109,1842.23976329003,629.60844293994,802.022233387852,1672.07053211432,2648.40141370657,2131.96994013039,1918.20328142605,760.980916389298,1645.30449608326,22916.4001882911,6833.11282195502,161022.950498551,59888.663977377,5044.8355947974,26395.5830828231 -2023,898.199379230134,1948.34183577845,972.879149550433,1753.56711724116,1460.24304756886,6948.51832465706,282.011796158647,628.581390707033,7980.89228191372,16806.3917185042,2214.70906585235,4938.16698857007,789.356428345942,3858.32523447116,2739.84403927807,9376.80399935369,2915.50536786635,11498.9258046116,315.532361708086,1135.13906607721,1952.83537583095,1515.06444099259,1149.98090698134,1995.82147748659,614.125262940127,868.884295472256,1630.9521339916,2869.1902801195,2083.39212678347,2078.1178343574,742.813424758084,1782.46833866176,22417.9739553293,6679.91356895353,157247.962836853,58432.3347539082,4935.36357465713,25744.394726799 -2024,873.744984603202,2011.43138544695,948.943761055296,1810.34963748922,1405.46302720087,7173.51934034935,276.11336851922,648.935579146384,7675.91015491492,17350.6020134339,2130.63055494269,5098.07051564917,758.444422365231,3983.2622434946,2649.80222919272,9680.4356982607,2823.57082211145,11871.2742484845,306.412797453635,1171.89617469892,1928.56709561656,1564.12397025265,1108.33811051623,2060.44847256573,595.483226375228,897.019768369637,1582.33580679191,2962.09796159607,2001.90224671489,2145.40968013112,717.676138868849,1840.18671370224,21431.5878393107,6410.02493502589,152023.450155582,56763.1439091498,4716.41953437659,25036.4920584075 -2025,844.027733433372,2019.55984129152,914.382387461669,1817.66549583668,1341.21474697471,7202.50846502447,266.385284593885,651.558012225247,7319.94521135357,17420.7180528689,2032.32823101029,5118.6724816813,723.079964948729,3999.35912430188,2543.98982941522,9719.55559799915,2714.78546990218,11919.2476117548,294.216086848108,1176.63195956306,1884.92071955932,1570.44479865357,1060.14706489554,2068.77501283473,573.278502896244,900.644741924116,1524.24036741978,2974.0681847229,1908.65955697522,2154.07955969033,688.27692250614,1847.62314755542,20319.70965979,6101.66805949654,145757.842714859,54694.0179870198,4470.10748906099,24159.2049592866 -2026,809.763766663401,2041.08144814972,875.035450931681,1837.0355988667,1270.85397025735,7279.26259352703,255.237959182638,658.501394192802,6930.97153680291,17606.363378873,1924.82633642723,5173.22003928978,684.470288604114,4041.97862633304,2425.53882626738,9823.13284792247,2594.76624672333,12046.2660619641,280.551188599278,1189.17083557592,1829.60091281188,1587.18037383094,1007.59051983779,2090.82108524813,548.698654807871,910.242537274512,1458.22454521621,3005.76158886593,1807.58166078814,2177.03468707853,656.036419161115,1867.3124967843,19124.4165402218,5767.32794754499,138803.37370366,52354.834733863,4205.55010705534,23164.8063916255 -2027,778.11449372084,2076.97972182955,842.025243569621,1869.34514082422,1216.55675610579,7407.28931240525,246.056776317865,670.083030628092,6632.88062400883,17916.0217963038,1842.23792713792,5264.20595704666,654.687718408171,4113.06841800583,2325.76908296704,9995.90082427529,2487.52857801275,12258.1342146557,269.509542775206,1210.08581677194,1768.67223421386,1615.09549475406,964.438574943627,2127.5941731628,526.224711096221,926.251764024249,1399.87563359139,3058.62653074822,1728.4451424155,2215.3240885515,628.442445321438,1900.1545448643,18256.1134883612,5513.22100461228,133080.632606366,50281.6613223764,4013.97407180987,22252.229077474 -2028,765.368224121602,2054.96635706735,827.10242872724,1849.53244067173,1188.26820055762,7328.78139062859,241.87062136576,662.980995871016,6475.98040027364,17726.1345678709,1798.92530054285,5208.41201515216,639.093256432356,4069.47508176579,2279.6857394699,9889.95688622965,2441.5613051353,12128.2134566747,264.199876459876,1197.26043374186,1750.93424468402,1597.97752009204,943.61717671107,2105.04435907096,516.903692813771,916.434663872141,1374.76698263332,3026.20894824366,1687.70020238121,2191.84444803541,615.873802376821,1880.01530389771,17762.1783142616,5377.3157035386,130355.760498801,49395.7339876877,3904.5020516696,21880.4810192622 -2029,759.317092950771,2034.05221536011,819.710840333546,1830.70907481792,1172.5652501449,7254.19371087517,240.150246637594,656.233596601355,6388.37452330438,17545.7292347135,1774.79148715371,5155.40410746551,630.365710907689,4028.05855042384,2255.63695830847,9789.30318983908,2415.64022732929,12004.780207261,261.435852970647,1185.07547787354,1745.56828361175,1581.71432036361,931.695177674984,2083.62055528253,511.671837539588,907.107774232448,1362.25490252973,2995.41011664157,1664.19341647163,2169.53724810058,608.728722282013,1860.88170283301,17474.6569492143,5299.60294467128,128891.583846316,48942.3269373973,3840.64337325444,21689.9951319285 -2030,762.503660350581,2001.27804576586,825.411624440682,1801.21132188772,1180.23641927473,7137.30871984375,241.506020658718,645.659870407875,6430.53901939536,17263.0193311766,1786.46855789597,5072.33638321091,634.264326401643,3963.15546038994,2267.15779418276,9631.57062007977,2429.81153966616,11811.3502158953,263.263192341549,1165.98065601964,1753.73868060931,1556.22855702195,937.571977031842,2050.04770354686,514.618308281937,892.49177577948,1368.53206526924,2947.14582999946,1675.16293881147,2134.58004239399,612.430767886827,1830.89778596847,17598.6668434275,5334.83399061689,129660.687773007,49207.9130855391,3868.01137828951,21804.2056353935 -2031,770.558946979321,1969.660954253,833.012669916864,1772.75497454578,1191.26335177154,7024.55030357657,244.035268347446,635.459445108623,6490.6776010596,16990.2903802261,1803.16987101031,4992.20132953794,640.477846286949,3900.54374627258,2290.31012401453,9479.40673143275,2452.27928160532,11624.749187889,265.699644836086,1147.55996870856,1769.61374275952,1531.64255768698,946.302975905945,2017.66012702499,519.368557500717,878.391788919085,1382.77185621564,2900.58549341555,1690.83335170627,2100.8569859278,618.113341851459,1801.97243850257,17764.6282595707,5385.39849477687,130891.854631952,49679.3670041327,3904.5020516696,22012.7921343094 -2032,785.664844553333,1924.82427399989,847.152327830132,1732.40059386458,1191.8564119773,6864.64587169796,248.372664351663,620.994066235863,6486.05093775186,16603.5292904351,1802.66716786121,4878.5605862982,639.426207225091,3811.75311843014,2312.89797676627,9263.62079746852,2488.50246300147,11360.1274207598,268.653152722752,1121.43731075712,1839.43150583414,1496.77677661294,951.504022482569,1971.73081021566,528.219934098914,858.396382251924,1403.79575440693,2834.55756915059,1690.0442315381,2053.03380461726,624.447361243502,1760.95296158417,17568.8207207117,5364.82465602529,132019.145022798,50521.4311679292,3858.88870994448,22445.2786194211 -2033,795.113748270482,1925.57637250807,853.760759294713,1733.07750547663,1179.86386704762,6867.32813728917,250.862750698136,621.23671109291,6412.12992767821,16610.0168902532,1782.98565150617,4880.46681648688,631.784569683005,3813.24250833063,2315.57614409122,9267.24042938828,2501.99995520868,11364.5662336952,269.061017783319,1121.87549690213,1896.87724045119,1497.36162147176,947.134220064002,1972.50123680521,532.365931517109,858.731788786036,1413.8240564602,2835.66513338277,1671.23366991395,2053.83599922928,624.797932917074,1761.64102963967,17166.5834788282,5285.80358440023,131890.714490414,50932.6731161117,3767.66202649426,22692.3316474106 -2034,800.088070072666,1984.70293844612,855.374170740446,1786.29321941366,1166.43484354267,7078.19566543544,251.743193164332,640.312346775813,6332.66748192029,17120.0424976065,1761.53706477526,5030.32596887023,623.965574794003,3930.3315720653,2310.76191319333,9551.7994373482,2502.35792407814,11713.5255293988,268.328266195275,1156.32369978253,1932.1404433001,1543.33946577285,940.247018772929,2033.06867318735,533.385978037844,885.099925857961,1417.40621427216,2922.73679871941,1650.85770019467,2116.90089313229,622.649954001186,1815.7338124476,16802.4594376005,5207.43080808048,131313.532678621,51058.3294465388,3685.55801138906,22795.7981910302 -2035,795.469220787346,2082.5047576028,848.827984490031,1874.31784164891,1155.04729889279,7426.9936638747,249.895883506588,671.865538505447,6269.25201546876,17963.6807408272,1744.05607975631,5278.20942849355,617.652494284693,4124.00971411404,2292.97710467547,10022.4912185191,2487.67071724171,12290.7424434879,266.032584765209,1213.30480218431,1927.24021407273,1619.39185850376,932.690519173895,2133.2538499493,530.529247373051,928.715713998088,1408.01159285061,3066.76287450823,1635.18612073249,2221.2171383054,618.346160888695,1905.20920270459,16596.9511428848,5152.75839062426,130271.413860863,50742.9255489913,3639.94466966395,22671.8205934783 -2036,765.429965988728,1973.65286689962,814.196791868908,1776.34781776429,1092.35769130526,7038.78696249656,240.104332116465,636.747331021104,5922.44283700909,17024.7246085598,1648.23125591551,5002.31902597644,583.218351404951,3908.44897984887,2188.17181431083,9498.61864886048,2381.82280639973,11648.3090717344,253.945064491246,1149.88572895778,1880.09080432284,1534.74673827346,886.010773473009,2021.74931961434,508.895870027026,880.172025910283,1349.87390810302,2906.46411119938,1545.07774688525,2105.11479362449,589.807703148485,1805.62449676701,15525.6267514897,4854.16529424817,124108.97130193,48684.6817878045,3402.75529269336,21799.1612684649 -2037,689.923555188691,1857.82959282146,730.7249296859,1672.10333606967,968.543118805857,6625.71769119369,215.501895301016,599.379989541623,5245.54634865635,16025.6333410361,1460.41072556811,4708.75931378539,516.332019244084,3679.08272957981,1956.98049024269,8941.1948335676,2139.5207388044,10964.7312669495,226.925706388218,1082.40500214037,1716.20708767091,1444.68054928509,789.63298521314,1903.10351847563,457.965301041473,828.519373357921,1212.53239504112,2735.89906655777,1369.56772258264,1981.57671263916,527.817411767179,1699.66192124084,13619.7366560683,4288.51791588175,110837.493298691,43776.2023835663,2983.11254882233,19646.5698829801 -2038,605.828648984618,1755.37054364667,649.021264630275,1579.88706467552,870.62695092051,6260.31026235124,191.985158565848,566.324264700053,4721.35842687496,15141.821843528,1313.8587826844,4449.07187853968,464.430280295378,3476.18181780368,1736.5353954664,8448.08915548298,1885.52680975034,10360.0278299876,202.512468109887,1022.71051359855,1489.0358986289,1365.00661362759,703.503950219453,1798.14761846324,402.574644366283,782.826642687059,1069.66978644722,2585.01460542051,1229.32545983238,1872.29302664966,467.582664989171,1605.92579762551,12402.1268778964,3868.54036012062,98656.2304877267,38610.3647156532,2718.55516681668,17264.4197625362 -2039,503.446473715748,1609.83935464522,551.362646946493,1448.90455283925,814.440302162317,5741.29141513664,160.93469532647,519.372443672594,4448.66538151653,13886.4701774581,1234.77128761186,4080.21601344597,439.152948218878,3187.98461923429,1530.31167721737,7747.68976457513,1620.77278661699,9501.11677349115,177.984670565562,937.921420157865,1112.17576934878,1251.83903416976,638.710120388462,1649.06994260602,341.47950328683,717.925421400989,912.689773482715,2370.70073848537,1156.48207115962,1717.06823305058,412.755810499541,1472.78451208757,12435.170896466,3711.70461708704,87869.391048426,32729.8708400727,2736.80050350673,14405.983955434 -2040,465.831406898146,1506.16537516851,521.916742003703,1355.59480709268,820.884103252074,5371.5510887959,150.608871176515,485.924753435236,4251.44861308842,12992.1786942567,1185.70795385594,3817.44927835658,409.404981715417,2982.67776607974,1379.74451824681,7248.73697942502,1501.48867086096,8889.24293493797,158.74010432883,877.51909132696,981.509239192899,1171.22034761437,657.838174862504,1542.86950534371,327.687461819788,671.69087930872,897.769802205601,2218.02713226624,1218.92437441644,1606.48869215432,399.201600754264,1377.93689214388,12463.491445712,3692.11901467167,83313.9657767428,29872.8214617268,2753.49376201951,13109.4806421193 -2041,488.664883919396,1445.41890496715,544.827118366366,1300.92112987781,849.114109857897,5154.90637399217,157.092715738175,466.326498129869,4395.3474540582,12468.1797968493,1226.10050982486,3663.48439996004,423.447297137991,2862.38078606375,1437.58472274715,6956.38184221515,1568.58279538015,8530.72312033962,165.173363003332,842.127103029224,1041.17153757327,1123.98283763137,682.966081560124,1480.64268883595,342.816977895857,644.600328259578,938.560676014826,2128.56994428584,1261.05188728165,1541.69599470179,415.744885226478,1322.36211679851,12821.2545584644,3812.9204803879,86620.8167736,31232.0290119748,2831.66866378032,13735.2381944915 -2042,509.136597548783,1425.69076464565,568.806077300461,1283.16520146894,900.294423525663,5084.54842036309,163.631438790106,459.961731099964,4664.34234115072,12298.004908628,1300.67962660682,3613.48247037434,449.796713281298,2823.3129078127,1511.79934808213,6861.43602640944,1646.77005396481,8414.28953684108,173.384533537774,830.633132942075,1058.27979611163,1108.6418931733,722.586373938749,1460.4337884051,359.268799399361,635.80234887555,982.473663028011,2099.51765612171,1340.03723318618,1520.65379384774,438.160520946435,1304.31354603028,13719.1129227761,4058.51461780773,91232.2566950627,32643.6720693875,3031.44896828016,14326.7611494422 -2043,553.468669370577,1442.38157921235,616.673802615879,1298.18744399674,980.891330773616,5144.07413024645,176.960040022174,465.346584640398,5082.82549914051,12441.979832616,1417.27278826491,3655.78615035084,490.446964453894,2856.36593261769,1645.84933778338,6941.76407455144,1794.65044492216,8512.79711636154,188.261869711195,840.357502306519,1142.71235640082,1121.62096038668,788.019895685699,1477.53134571113,391.469061053913,643.245799706061,1068.81298533986,2124.09708158116,1461.94905382205,1538.45635743492,477.672861638239,1319.58337597762,14975.5394868084,4427.05713400006,99312.3445877039,35494.8824094376,3309.4041745408,15580.3234552036 -2044,675.396495917515,1491.18124600182,754.506773925801,1342.10863351437,1189.72844976641,5318.11205967801,217.38197506769,481.090517174859,6162.41793170016,12862.9256341871,1718.59078264958,3779.47127539805,593.944901005372,2953.00451130548,2001.03891197874,7176.6227129668,2179.71003297184,8800.80804822025,229.670267706782,868.78906763404,1414.84564263172,1159.5684286016,954.827320529523,1527.52022409175,475.721435839984,665.008543450003,1301.84426602822,2195.96102611812,1769.06088036269,1590.50649360898,579.473372812055,1364.2284476956,18084.8075520699,5356.58026790989,120743.424172652,43281.8467970788,3995.60608999677,19001.8199594896 -2045,895.266731859221,1605.18212462711,976.200766259447,1444.71290368035,1433.67532984817,5724.68198473345,282.964845735447,517.869910560659,7394.04722548778,13846.2969231707,2065.6674467401,4068.41203782358,711.963021618916,3178.76184950691,2530.0528286887,7725.27586766146,2816.88258955306,9473.6302506183,289.844823594251,935.208034017824,2063.56253968697,1248.21749124316,1179.02489607685,1644.29921935558,621.048308171984,715.848478870254,1685.4549257109,2363.84235313693,2127.3945110802,1712.10079223418,732.199593861488,1468.52377872924,20811.5389366081,6355.53166468227,151094.997720757,56400.0314793517,4586.26090330064,25115.8174173958 -2046,913.053893755696,1793.87223739782,994.182499729302,1614.53976415581,1485.59157243686,6397.62175443514,286.625948740345,578.745826336852,7668.93562646748,15473.9373558704,2141.65573883703,4546.65629088178,739.479693049835,3552.42719417553,2602.04629159218,8633.38663733039,2890.34270536002,10587.2611171173,296.845994903403,1045.14229424633,2058.17307102548,1394.94619920193,1219.05117420962,1837.58756986041,636.185929125888,799.996893017435,1726.07573120594,2641.71342666961,2209.70492574404,1913.35925792794,754.110115689157,1641.1496217184,21784.5637544066,6613.93872141224,155513.396979155,57629.7818263588,4803.41340819177,25618.8617067001 -2047,890.139719649184,1939.0563046584,969.505671357721,1745.20985583085,1452.10461803937,6915.40263522463,279.715013162836,625.585657639194,7496.63350992068,16726.2947506867,2093.47420872039,4914.63235906803,722.652416268981,3839.93698330391,2539.55719127531,9332.11543200697,2819.94326359341,11444.123494542,289.665758457593,1129.72914830504,2005.44035164827,1507.8438507669,1190.57299819796,1986.30966487807,620.552017574305,864.743311576529,1683.68128371619,2855.51611106654,2159.39396227536,2068.21380855058,736.110820056843,1773.97333797696,21310.7491020215,6465.54395878799,151866.687305403,56227.8971128209,4699.18020584403,24986.6767427372 -2048,865.875876030466,2005.53029901666,945.590155099762,1805.03847959581,1397.58987247523,7152.47385108084,273.850016088229,647.031748387881,7210.71829106583,17299.6992568996,2014.13678201291,5083.11392555208,694.426774448292,3971.57624965785,2456.47734782636,9652.03548130495,2731.12453713012,11836.4466049044,281.360866642366,1168.45809539666,1980.42594828368,1559.53518298259,1147.32309958874,2054.40358104732,601.662675970708,894.388114503079,1633.23708001488,2953.40783365394,2074.75127266054,2139.1155315748,711.180638784867,1834.78802055069,20373.1120464442,6204.83893046412,146824.666526281,54624.6397480776,4490.71380114854,24300.0274290136 -2049,836.396929470698,2013.36948814679,911.10267666493,1812.09398907161,1333.66512470915,7180.43134207182,264.191558194522,649.560857148439,6876.83679188772,17367.3200823918,1921.33516998245,5102.98273105051,662.123573235747,3987.10029204257,2358.77280923117,9689.76322426935,2626.00545415192,11882.7127438952,270.212834375542,1173.02534825987,1935.52411212564,1565.63107256375,1097.29631831196,2062.43380538715,579.174318516705,897.88408641074,1573.01199518586,2964.95207339829,1977.93032311162,2147.47687681672,682.027343854629,1841.95981462124,19316.1815445408,5906.89238325019,140777.11640111,52636.2583775183,4256.18909586612,23449.077006073 -2050,802.414366445741,2041.37071767006,871.850133489061,1837.29595026376,1263.66480663751,7280.29423721809,253.126249689167,658.594719416359,6511.90934414868,17608.8586170196,1819.82768255455,5173.95320693519,626.843479488583,4042.55147031218,2249.32331400588,9824.52501820054,2510.01946683046,12047.973302804,257.712824724765,1189.33936921162,1878.64098800036,1587.40531483261,1042.7516152568,2091.11740405158,554.286617162431,910.371540172656,1504.63086144892,3006.18757638048,1872.99053360662,2177.34322438863,650.058639818883,1867.57713913396,18179.9550979458,5583.77926930822,134064.489517377,50388.0517989043,4004.29219019242,22484.6236206635 -2051,771.043051714183,2073.16137145631,838.938779034741,1865.90850894903,1209.66066096757,7393.67164170129,244.01594020868,668.851140030796,6232.03968116085,17883.0847156988,1741.79327436591,5254.52816261775,599.593161779168,4105.50689192834,2156.92624731186,9977.52421171521,2406.31300264012,12235.5986786262,247.592934071602,1207.86117703109,1816.04899215077,1612.12627920497,998.05472726668,2123.68277243037,531.569202509499,924.548929022202,1444.34200100208,3053.00350629953,1790.93856153239,2211.25140383944,622.710526209579,1896.66127252306,17354.542929581,5337.91764050264,128537.970281229,48393.5692298813,3821.88408608387,21598.8196320884 -2052,758.397689319245,2047.38751134731,824.045850849777,1842.71124821092,1181.51334795473,7301.75238196163,239.859307197467,660.535880083235,6084.8899992878,17660.7594639718,1700.90844433175,5189.2030626681,585.351081065466,4054.46660062926,2114.38874565442,9853.48210056672,2361.90363940847,12083.4838394079,242.741767270559,1192.84486164121,1797.79528794063,1592.08407806696,976.429777962069,2097.28082251652,522.1245317077,913.054794948206,1418.30216840671,3015.04809850203,1748.61721672498,2183.76078727043,610.245435573591,1873.08168871197,16885.0192701707,5206.63047670177,125908.328341234,47542.4720215106,3717.65088373612,21238.3588925393 -2053,752.390402817074,2019.64662242821,816.66282943343,1817.74360150834,1165.88514001348,7202.81795913248,238.148683050707,651.586009882839,6002.77897148018,17421.4666267333,1678.13995274997,5118.89243268609,577.387893458093,3999.53097805128,2092.2354161755,9719.97325043298,2336.86451347451,11919.7597856628,240.222462589252,1176.68251981725,1792.25529606503,1570.51228117226,964.043665091281,2068.8639087632,516.821448431644,900.683442918692,1405.29288137866,2974.19598139048,1724.19608620936,2154.17212118264,603.158606202475,1847.70254051702,16611.7091994218,5131.58456296914,124495.285522962,47106.9920608851,3656.84818236661,21053.5300719913 -2054,755.551743415809,1974.75208714867,822.342841516995,1777.33714953757,1173.51526175387,7042.70719451288,239.493874921988,637.101965603268,6042.3611069122,17034.2064796315,1689.17190471212,5005.10505307258,580.948413636519,3910.62577919038,2102.86979158986,9503.90887701152,2350.56586213592,11654.7965637415,241.901068218466,1150.52615448476,1800.64972380279,1535.60151102513,970.135225088139,2022.87532704346,519.801540207072,880.662235171372,1411.80283952751,2908.08285796978,1735.57538427734,2106.28723121295,606.828299361105,1806.63013410188,16729.5918326337,5165.6460364441,125238.026223967,47362.5762244355,3682.90648295354,21164.4574343834 -2055,763.532095175032,1939.72162202988,829.916190961747,1745.80866177124,1184.47981539064,6917.77540670783,242.001542526809,625.800304838648,6098.86357410655,16732.0337766404,1704.9621665998,4916.31863825193,586.643679099042,3841.254519455,2124.36454498414,9335.31741149291,2372.29967082246,11448.0501335695,244.139209057419,1130.11677419585,1816.95029636679,1508.36121310702,979.171068644888,1986.99119553915,524.600228007614,865.040017116066,1426.4794758539,2856.49587863114,1751.81306418949,2068.92344167029,612.459117572121,1774.58201307086,16887.3571648981,5214.6118506572,126427.009237347,47816.1449437349,3717.65088373612,21366.79092643 -2056,778.458523876571,1896.47591992983,843.930864603685,1706.88620998579,1185.01316703706,6763.54500011966,246.288273268857,611.848213337574,6095.3086492436,16358.9964603499,1704.68220612681,4806.71030639435,585.793697733732,3755.61452516294,2145.87872999042,9127.18839380203,2407.50859844818,11192.8181662191,246.931300156168,1104.92104878862,1888.51862110732,1474.73260426931,984.324008295864,1942.69162783737,533.456046056421,845.754124511705,1447.79362156479,2792.81087949811,1750.69104908636,2022.7972110761,618.702686799533,1735.01806522505,16701.2747488234,5195.55604942315,127522.501430193,48631.3697324315,3674.2203827579,21787.7985599148 -2057,787.773757856501,1908.74092177824,850.435631477006,1717.92508598759,1173.02741361188,6807.28660055683,248.741062383408,615.80519448807,6026.71507031521,16464.79433509,1686.28590720145,4837.79654913182,578.923342868809,3779.90305875779,2149.00390268411,9186.21628935524,2420.74828092273,11265.2050254747,247.391529135181,1112.06685990245,1947.37323351333,1484.27008266658,979.552788842312,1955.25551866031,537.551352504506,851.223835880791,1457.71268319778,2810.87271210001,1730.86985782531,2035.87916549065,619.01457426244,1746.23887723399,16318.9617968313,5119.9977278437,127405.554546926,49032.1743440878,3587.35938080145,22028.7862129855 -2058,792.666072456501,1957.91663641885,851.985005580884,1762.18473004853,1159.62974418562,6982.66565778054,249.602024665203,631.670448998428,5952.68410343917,16888.9839244683,1666.16196257275,4962.43478571752,571.861056827546,3877.28632961754,2145.03301456424,9422.88473697847,2421.22836059444,11555.435355521,246.780944572594,1140.71751748508,1983.48597726372,1522.50997221995,972.243271583014,2005.62960889856,538.513862377878,873.154282266127,1461.07926960339,2883.29043668702,1709.51535347941,2088.33039747432,616.860222780673,1791.22798169621,15972.8637240734,5044.82313286753,126853.091727641,49156.5906601987,3509.18447904064,22129.9586070731 -2059,788.081758906049,2068.35950808098,845.453488830928,1861.5866853543,1148.29722608839,7376.54639445603,247.768083037705,667.301944759708,5893.23487930123,17841.66385444,1649.66711302759,5242.35760672851,566.099202934647,4095.99770298967,2128.6391621176,9954.41423641452,2407.05613900375,12207.2585436136,244.681989417334,1205.06352489058,1978.43426829964,1608.39226686849,964.375080490601,2118.76389121536,535.610123002092,922.407485668058,1451.31964701494,3045.93212925986,1693.21306291987,2206.12969586439,612.588802515066,1892.2682192734,15777.5162397493,4992.06326923147,125848.156292184,48854.088288854,3465.75397806241,22010.0282330136 -2060,758.287417650983,1969.28490640186,810.902567719962,1772.41652000246,1085.92702975714,7023.20917578443,238.04796640363,635.338123132726,5567.88956699421,16987.0465924189,1559.19157756183,4991.24821799945,534.638148972623,3899.79905410062,2031.8192021726,9477.59692222488,2304.77150034369,11622.5297897014,233.627678431295,1147.34087645344,1929.94557191214,1531.35013634853,915.921937432299,2017.27491516736,513.702513423246,878.224086277691,1391.08393291629,2900.0317133655,1599.65257148285,2100.4558901182,584.28979163795,1801.62840575834,14759.1339889129,4703.52268666667,119900.237552073,46876.0725098481,3239.91537297564,21163.6920119412 -2061,683.456911744014,1844.26288234034,727.722609179955,1659.89288256918,962.801130370223,6577.33370915714,213.647276416109,595.003046242998,4932.08476907795,15908.6069309421,1381.65728812161,4674.37382731116,473.408169664408,3652.21640641371,1817.54967592653,8875.90219201911,2070.42674756948,10884.6618487549,208.820686641251,1074.50079211805,1761.64399585235,1434.13083965317,816.121672553907,1889.20619734859,462.231148166883,822.469150824178,1249.28772973845,2715.92029633849,1417.71302368998,1967.10634481836,522.855905209059,1687.25022250897,12947.3809277216,4156.09188265069,107083.777607753,42153.2526735503,2840.35476397596,19074.7862344844 -2062,600.184052503498,1732.31581085594,646.399295201636,1559.13710151392,865.509311888179,6178.0884312923,190.340623171661,558.886259862373,4438.60043300643,14942.9517771304,1242.85555582771,4390.63853881108,425.719134794912,3430.52624768402,1612.33250713597,8337.13341523951,1824.49036757323,10223.9610182313,186.305677517978,1009.27841078777,1528.53479420648,1347.07885310508,727.310835963513,1774.53105897841,406.397243063685,772.545133102696,1102.40444450848,2551.06347116923,1272.82514087863,1847.70265421144,463.216176191683,1584.83384625376,11789.8250026738,3748.26573164734,95308.6799875408,37175.0128495812,2588.45785830225,16760.6119930018 -2063,498.918908339471,1588.9830651585,549.411798001865,1430.13325574961,809.882359526763,5666.91005811727,159.613943843192,512.643708904493,4178.99602533741,13706.5638774078,1167.24400804984,4027.35473502138,402.068507837862,3146.68265335422,1418.57599757394,7647.31449413775,1567.65946300643,9378.02496230935,163.435330596359,925.770170035821,1142.09190690975,1235.62082133251,661.240522659305,1627.7054008537,345.047407241172,708.624331590129,942.107960004259,2339.98710190694,1198.6509086236,1694.82273878209,409.029273835033,1453.70383795259,11821.0007304612,3592.68250171333,84861.8478875898,31495.4089898147,2605.83005869354,13981.2973370115 -2064,446.080857676608,1481.66429758195,497.581857606147,1333.54308947117,749.615429489403,5284.17104928859,138.748206241977,478.020123385023,3779.64205488791,12780.83246133,1073.09501955274,3755.35010751266,354.709504335965,2934.15798162097,1237.10588778994,7130.82040129522,1395.58178626616,8744.63993554268,138.277218381994,863.244321972443,928.352966993826,1152.16788426542,595.494981172253,1517.7713547159,302.968867832767,660.764356484965,853.904504800381,2181.94606457427,1147.71028939564,1580.35563615839,382.659203214092,1355.52173159086,10941.8503749988,3331.12010156088,75964.9767244038,27461.8477035051,2458.81635373294,12156.2871100972 -2065,469.598651033072,1419.8475332418,521.482316530496,1277.9061148651,779.837418933591,5063.70926383556,145.260280057276,458.076565748273,3930.4418077885,12247.6012094045,1116.08110825952,3598.67251665101,369.065100664568,2811.74148499441,1295.21281977461,6833.31424891091,1464.30747361546,8379.80334805312,144.570062173473,827.228761020862,985.399481896604,1104.09809497634,621.573193853558,1454.44816179708,318.273091361595,633.196496089151,896.391792981717,2090.91272733531,1194.29139702464,1514.42135395057,400.419043534157,1298.96778237547,11330.5961953683,3461.20546875602,79374.165359377,28828.0507943264,2545.50539184532,12783.7168094903 -2066,483.081061891169,1398.06558297351,536.504552728513,1258.3016948201,809.163839286656,4986.02665300897,149.240647925345,451.04919080794,4080.10727268609,12059.7101618073,1158.37801824185,3543.46510602815,383.43009711869,2768.60642171506,1338.57022330533,6728.48404168612,1513.42401526848,8251.24837611993,149.14580445148,814.538204245438,999.426510624114,1087.16007224289,644.777549924078,1432.1354015983,328.669898471052,623.482597755027,924.323385385488,2058.83593318957,1241.55948277468,1491.18854208543,414.636582420596,1279.0402542618,11818.3694291999,3600.16738192083,82083.5418617367,29696.415742093,2655.83689489744,13159.333923863 -2067,524.46559715612,1416.49201185639,580.72398603025,1274.88604320489,879.713300730727,5051.74221503175,161.133884887245,456.993994784465,4436.46326125986,12218.656490471,1259.48336372334,3590.16778476538,417.178751997875,2805.09650483828,1454.717999108,6817.16509799253,1646.8464739348,8359.99938411927,161.633343413628,825.273773789317,1078.89009502442,1101.48878328438,701.836688080468,1451.01086885076,357.619646456884,631.700064723073,1004.03313345266,2085.97127960425,1351.67557398115,1510.84232654042,451.262789672329,1295.89793574007,12869.3495999168,3918.36566276039,89189.3915604866,32242.4492802553,2892.26154429483,14291.7763932124 -2068,642.190431752141,1471.19276507615,713.402988983245,1324.11839061592,1073.06546847205,5246.82563373183,198.73197974352,474.64175807743,5409.88630437112,12690.5050485764,1536.01288136994,3728.80949990968,508.126773580642,2913.42107736282,1776.84114648751,7080.42395336364,2008.34397309619,8682.83795955799,198.137388828172,857.1434184191,1336.68310024553,1144.02503876937,854.735681165081,1507.0446387498,436.257749810966,656.094462333573,1227.83490507092,2166.52535208335,1644.828768153,1569.1866112708,549.931500342733,1345.9417006096,15642.5030414171,4769.2636026016,108963.013428647,39469.7222644781,3514.84645437465,17491.8683645623 -2069,870.212824797244,1582.30095410977,946.619037310199,1424.11915186207,1342.36966431954,5643.07914189053,265.004449396266,510.487901038163,6744.60083558606,13648.9240045019,1917.47086123688,4010.41860010457,633.238153512525,3133.44998688604,2317.18187723985,7615.15543228563,2668.1079086486,9338.58778667798,257.936203949659,921.877051715416,1957.0958468962,1230.42469575804,1092.7359521215,1620.86045172768,584.639943945071,705.644371275042,1631.5796690301,2330.14681222079,2054.20784259769,1687.69554278059,716.301402784758,1447.59061328069,18806.5191318233,5890.31720483439,140804.963364231,52776.499284092,4216.23958092026,23665.1805962106 -2070,888.459934842799,1765.8999311789,965.270220098398,1589.36383482034,1393.93840676591,6297.86201064898,268.673290992385,569.721295414459,7010.16639501191,15232.6483135924,1992.26610226131,4475.75912251642,659.100787205255,3497.03329308029,2386.37548652278,8498.76404287178,2741.25735164656,10422.1712607643,264.459492285083,1028.84512453294,1952.16430593353,1373.19444819674,1131.86950343067,1808.93359933975,599.582220549174,787.52233791861,1673.12311789034,2600.52051706718,2138.60754719922,1883.52376019639,739.003433509394,1615.55875810352,19743.3098323442,6144.16069050513,145150.261687489,53985.2381832232,4429.02176537792,24163.7256388454 -2071,864.249339119045,1909.08804351912,938.854694292546,1718.23750614882,1356.95999420769,6808.52456698194,261.563850747866,615.917184213187,6824.10913925494,16467.7886063437,1939.39920524786,4838.67634603928,641.39106056223,3780.59046819881,2321.75726733636,9187.88688558651,2667.05716968547,11267.2537045464,257.255553786485,1112.26909928442,1901.51126131581,1484.54001055943,1101.38998652829,1955.61109949988,583.334075824904,851.378638607768,1627.67651711598,2811.38389463823,2081.20299455063,2036.24940846709,719.05284757471,1746.55644651337,19216.4174831946,5979.73568734748,141274.002538394,52537.9962076556,4310.80944067922,23513.4847670476 -2072,839.641391781511,1983.31444867672,914.373564492247,1785.04353624332,1302.82115294936,7073.24378972805,255.791383592138,639.864386970092,6547.659801868,17108.0653883882,1861.28860561835,5026.80677412867,614.815503784588,3927.58192874465,2242.03772175299,9545.11703891909,2579.05028631326,11705.3307965518,249.519785601554,1155.51474061984,1877.5413036633,1542.25975201951,1059.13187432198,2031.64634695478,564.785692935063,884.480713698729,1576.48826102825,2920.69206443447,1994.4250526057,2115.41991823372,693.350624917958,1814.46353276307,18310.9935833023,5723.17493963006,136328.483620402,50972.2069609304,4105.90807786814,22839.2520265104 -2073,812.693553542029,1990.1990481091,883.105641200964,1791.23988585626,1247.81589471527,7097.79685553784,247.333879995015,642.085522402387,6268.20594799004,17167.4519255764,1782.17687165644,5044.2561256861,588.481765868813,3941.21558544257,2159.27147562357,9578.25061861545,2486.1712327374,11745.963039115,240.358166674333,1159.52583232176,1835.59109981318,1547.61333607696,1016.34913165078,2038.69871895579,544.995564734622,887.550975917384,1522.04574255966,2930.83054496759,1908.39754937787,2122.76309005302,666.831520074179,1820.76200682303,17438.0792959517,5470.1262008777,131117.231359123,49235.3307824754,3908.88753670365,22086.7058972361 -2074,780.026729947718,2015.59685756106,845.495265112635,1814.09868952565,1183.21474364017,7188.37497747843,237.116188205105,650.279459468798,5940.36248880556,17386.5333652925,1689.32728893337,5108.62810698554,557.600470205141,3991.51117901311,2060.6448975994,9700.48290705205,2377.83241437916,11895.8584635856,229.43196946886,1174.32305382175,1781.83227888552,1567.3631136946,966.565154326249,2064.71545413773,521.897154363602,898.877406098661,1456.65573043978,2968.23216858298,1808.41792506996,2149.85260781962,635.938359870691,1843.99755532286,16424.9318535063,5175.1331977337,124955.703093864,47162.030464607,3680.34370895283,21189.6883432189 -2075,747.047472123188,2035.15143560916,810.399955905811,1831.6984065912,1125.3700156791,7258.11394289149,227.786568285306,656.588231183518,5647.77653247746,17555.2111057852,1606.35851451696,5158.19013456166,529.834619369196,4030.23534976535,1966.6597978384,9794.59341799012,2269.97545554742,12011.2676992682,219.416866970507,1185.71590340052,1721.6799876728,1582.56909311528,919.882516006674,2084.74656271165,498.560484700454,907.597983493537,1392.62739470127,2997.02886341196,1717.6974077514,2170.70968568905,606.144290409277,1861.88734016789,15549.8350653825,4912.42938135875,119193.581425069,45123.9802917335,3483.32316778833,20285.512618522 -2076,733.565061265091,2006.4848887144,794.420873228908,1805.89763945866,1095.47570138064,7155.87827626203,223.515494976345,647.339721716145,5495.48464708984,17307.9335452037,1563.29019644374,5085.53337949309,515.469622915074,3973.46663534465,1923.30239430768,9656.62964457298,2223.35523143705,11842.080501332,214.627753799716,1169.01425655795,1704.01254147276,1560.2774885063,897.328142544216,2055.38143338614,488.754767834781,894.813824192084,1364.6958022975,2954.81359286516,1671.21149101647,2140.13370499742,592.47257895911,1835.66134056127,15061.7217044934,4773.84168757705,116451.201883994,44247.253869429,3372.99166473621,19913.1967115996 -2077,727.153273542974,1970.90481066518,786.520200029245,1773.87448328029,1079.1233854256,7028.98636244189,221.739351236121,635.860742755191,5411.83753892695,17001.019882473,1539.67153937591,4995.35394401265,507.567934852755,3903.00697038195,1900.93077521118,9485.39305147484,2197.42833695759,11632.0903085962,212.165451707128,1148.28466187078,1698.59739468027,1532.60980203044,884.625638453686,2018.93429529298,483.320383981192,878.946500254908,1350.78899605318,2902.41723600926,1644.87158688655,2102.18369366772,584.816123112235,1803.11039829578,14783.3228391835,4696.04013349055,114993.916708229,43801.4320183138,3309.94509156357,19723.3076938363 -2078,729.510147921634,1920.65880188578,791.126696146096,1728.65154182815,1084.2052788188,6849.79023456888,222.764798052961,619.65018591345,5437.34555182522,16567.5979385765,1546.92616780194,4868.00299496183,509.722370983356,3803.50418291163,1907.92603668925,9243.57358867717,2207.65453689142,11335.5432056586,213.367797185429,1119.01043163429,1706.32191195531,1493.537633171,888.776238388412,1967.46382864367,485.565615310266,856.5387445229,1355.463924773,2828.42336216369,1652.62981644171,2048.59087692876,587.548978228362,1757.14211996356,14853.7112675332,4717.7459697984,115510.590633982,43990.8397515079,3325.70673485673,19807.8292341432 -2079,737.239606471478,1884.64482095899,798.425995422026,1696.23785981688,1094.36906560521,6721.35086021561,225.106397127534,608.031219569787,5488.36157762176,16256.9414307278,1561.43542465401,4776.72381156913,514.747299704643,3732.1852547585,1927.52598646119,9070.24874691392,2228.10693675909,11122.9921599432,215.345746356464,1098.02803731096,1721.77094650538,1465.53253628359,897.077438257864,1930.57221378248,490.056077968414,840.477916864172,1369.60669084759,2775.388026102,1668.14627555204,2010.1780611303,593.014688460618,1724.19421545709,14994.4387872238,4762.65563927042,116610.51380001,44413.0404494781,3357.23002144305,19997.5241509648 -2080,752.630589664317,1848.08122990767,813.134165160457,1663.32951191898,1097.26683956289,6590.95136985419,229.451023193482,596.234935935042,5497.75322309582,15941.5439873433,1564.66855389266,4684.05161462836,515.212137177341,3659.77792693462,1950.93164227697,8894.27879107516,2265.06984037226,10907.1973682241,218.275327719443,1076.72543022412,1790.0515138233,1437.10005302034,903.725838373846,1893.11759520672,499.160690917307,824.171984574899,1392.20955764098,2721.54331665511,1670.61970378951,1971.17902653762,600.103009262631,1690.74349228319,14863.7395213882,4756.37862525254,117856.726202415,45245.7818526676,3325.70673485673,20421.5404837837 -2081,764.659461880988,1851.84172525447,823.235838782039,1666.7140725046,1094.51482618198,6604.36270781717,232.770202442589,597.448161125526,5479.01043518159,15973.9820106375,1559.87564661438,4693.5827726835,513.283853032743,3667.22488199366,1965.47222767609,8912.37696417802,2289.31022650896,10929.3914494615,220.002563604121,1078.91636258392,1846.96714639366,1440.02427949633,905.57365594704,1896.96973102874,505.428982293342,825.849018496787,1408.5398595029,2727.08114194806,1664.55273345669,1975.19000259054,603.912647512245,1694.18383512769,14662.2717050942,4726.73824267724,118488.382240623,45836.5812154304,3278.42180497725,20734.6485420307 -2082,771.662151110119,1891.03766529328,827.596433530308,1701.99161483276,1088.35544912869,6744.15014275823,234.345149046343,610.093703117812,5444.5091243272,16312.0860896909,1550.45429079069,4792.92678595224,510.16214145467,3744.84508280412,1970.66376838222,9101.015651992,2298.57270738978,11160.7221112949,220.4495741321,1101.75262363043,1882.0402741289,1470.5037230383,903.521577871859,1937.12084697933,508.150732206671,843.328875532442,1416.88198030657,2784.80233240566,1653.79274903314,2016.99672281451,604.447321144223,1730.04280034636,14458.208626672,4687.5304231092,118531.604717312,46115.4058978687,3231.13687509777,20894.7245723383 -2083,763.898725606849,1972.69827720188,817.002957171565,1775.48865790144,1068.05702767124,7035.38253731537,231.543558489279,636.439357692841,5340.6068442461,17016.4903202557,1521.12382147863,4999.89957203542,500.344702748445,3906.55859416206,1943.16669674625,9494.02448559244,2272.40488314708,11642.6751753069,217.211668346778,1149.32956779649,1876.18144500641,1534.00443274974,889.268404278853,2020.77146727552,502.835477999145,879.746316221277,1399.89788155408,2905.05835198816,1622.82329140855,2104.09662020187,596.241319926311,1804.75117675643,14110.3476118341,4592.40809831306,116780.778775788,45603.8749276943,3152.32865863197,20689.5014729507 -2084,737.297288551011,1867.7804441189,786.514144081591,1681.05940594576,1016.42998099416,6661.20616211624,223.23938538632,602.590370714167,5078.78174179632,16111.4693590111,1446.95249167005,4733.98022958304,475.688029989881,3698.78852245472,1863.6560942177,8989.08539390428,2184.75939441975,11023.4602326067,208.398911326725,1088.20254743814,1831.03450601377,1452.41850403282,849.336296326253,1913.29686461951,484.108400640209,832.95706404451,1346.935019382,2750.5530073074,1542.98967970563,1992.1903745585,571.363415326115,1708.76559958656,13306.5161843518,4357.28972983891,111823.700569355,43921.9038479708,2971.06976076063,19959.6716212747 -2085,665.67073797726,1746.66354876141,707.267566664034,1572.05050353394,904.358955428712,6229.25785029401,200.748242889195,563.515181174076,4515.35713354538,15066.7153277998,1286.80898444791,4427.00357721674,422.797535547501,3458.93924903813,1671.67124559702,8406.18491518838,1967.15148362176,10308.6399850375,186.78709583093,1017.63766146301,1671.79453721557,1358.23590322332,759.197710835232,1789.22844058734,436.54614695497,778.943663336294,1212.19285327055,2572.19240726458,1372.34035979009,1863.00607247024,512.603312394608,1597.96007907301,11725.2914266547,3865.30429956937,100155.410008846,39581.2633347615,2616.43278666454,18023.1508580911 -2086,580.697644359111,1654.96530441867,623.304921943055,1489.51928491751,801.796366358205,5902.2274907063,177.570225658427,533.93114776891,4005.93281606506,14275.7265053957,1141.33919281071,4194.58992433112,374.712084590751,3277.34809105587,1467.91748090179,7964.86786881744,1718.29609358564,9767.44578146024,164.999251835926,964.212611745001,1449.24546556195,1286.92975624546,668.362698951784,1695.2955782188,380.704071870215,738.049830966293,1060.88442546691,2437.15465026488,1214.67061015134,1765.19995167123,449.495179646744,1514.06863135563,10483.6194110009,3432.49970993272,88179.5538065532,34630.7951612411,2340.60402903424,15725.8546647165 -2087,479.49816571774,1527.68698202671,525.795449235544,1374.9649101227,742.466025122099,5448.30521729846,147.696252719894,492.868135402791,3730.53676061331,13177.8240202608,1060.57106950761,3871.99683596506,349.885660599298,3025.2972681109,1278.37386077238,7352.31422934834,1463.55123935421,9016.26138514723,143.167675264846,890.057967339821,1081.3414596723,1187.95592279174,601.289138178187,1564.9155777571,320.472431827239,681.288674659117,899.582158047703,2249.72053640927,1132.57459386162,1629.44381954252,393.546008461425,1397.62624137276,10404.8624253384,3253.93994602506,77732.4816388444,29087.9175173579,2332.72320738766,13018.9431314874 -2088,371.768009077233,1415.36386269117,396.628690851138,1273.87067452412,551.605284469631,5047.71881164147,107.300290532437,456.630027046269,2854.34201308361,12208.925078642,832.728660496229,3587.30843592649,278.029371470751,2802.86241720925,1003.06827049785,6811.73564336087,1203.18117554386,8353.34115643601,110.854961278481,824.616493754423,807.398578421024,1100.6115149052,480.224602205803,1449.85522752929,258.341924174143,631.196954296241,673.907941338315,2084.30993118995,859.079057647336,1509.63903312599,293.57485125584,1294.86583237331,8163.5328008472,2539.89928044052,59874.1378360921,22278.3660019208,1898.55535211439,10010.1517136878 -2089,391.959317723116,1357.68364154895,415.214014568842,1221.956715047,562.3096510922,4842.00949194358,113.029163095151,438.021016575899,2904.84877772419,11711.3756378178,847.847999261387,3441.11511465847,282.746960384798,2688.63756781369,1040.35278670971,6534.13747328728,1272.20665993334,8012.91804837146,115.054415290858,791.010957417758,880.665539977161,1055.75837343055,492.648498908832,1390.76938229013,269.956478868991,605.473830463708,704.870193161021,1999.36819929399,873.364378399892,1448.11682278069,303.559491380327,1242.09625874666,8171.93939263206,2579.18213559098,62034.7452936344,23385.8849660377,1924.22189605463,10569.0964694241 -2090,403.58703275859,1322.97137206077,429.10068225015,1190.71461305982,613.715356029911,4718.21250919661,115.299678829611,426.822013285617,3180.29796213039,11411.9476895268,927.464408826428,3353.13518211424,310.452968397233,2619.89643478838,1103.20649009811,6367.07739102335,1328.69996847765,7808.04957815521,120.967943700673,770.786963637688,844.52790531773,1028.76550995971,532.930019545284,1355.21120060732,282.699007189317,589.993515220962,736.272194410433,1948.24980498174,959.799328102432,1411.09242338129,323.858522168784,1210.33924353015,9222.91201483275,2843.27382699786,65957.3857130787,24312.6673208803,2138.5460690948,10900.3087753371 -2091,455.108845262885,1325.11196314426,483.178302114249,1192.64121036761,705.243140134856,4725.84666050213,128.890004037047,427.512618853636,3658.21645386958,11430.412422767,1066.55453759746,3358.56061415619,357.475716628251,2624.1354735661,1256.28010313894,6377.37943487625,1447.9623379822,7820.68314049782,137.073138679299,772.034110580151,927.813937456195,1030.43007075379,611.568839676024,1357.40395630373,321.334130481882,590.948135165633,834.278199341061,1951.40210763093,1106.38578436676,1413.37559588469,370.15442568599,1212.2975938372,10709.2972016093,3268.45181931557,74797.9720352325,27293.3728775529,2443.04877896735,12165.4150198461 -2092,575.519228925526,1338.07121128033,607.678396603798,1204.30492921728,853.906266533865,4772.06420379646,163.676936427562,431.693580359619,4419.70099014313,11542.1988642181,1289.32391515831,3391.40645782029,431.214336791204,2649.79883159956,1554.14829771353,6439.74853639602,1770.83094705831,7897.16737445702,170.270369604611,779.584402092707,1237.27267426708,1040.50740711869,746.270306099965,1370.67901168009,401.790926538606,596.727453239998,1043.68891370028,1970.48630944134,1334.48477228023,1427.19803924492,456.374509488022,1224.15354697192,12669.8837192801,3926.67810781648,92084.9804372778,34075.5959703692,2912.34502106371,15262.1085287467 -2093,778.921748518558,1352.65036367971,813.704688066636,1217.42661134478,1071.31658190617,4824.05893374824,221.556373060259,436.397161488067,5522.8301243789,11667.9585957232,1612.87450999171,3428.35802749759,537.462975309518,2678.67010591434,2026.99242955106,6509.91376716574,2364.43390069534,7983.21212731099,223.346158460424,788.0784790226,1813.58356086155,1051.84440916551,949.877621398615,1385.61344718206,533.584451284532,603.22918529158,1387.48852628123,1991.95603389551,1662.87556201374,1442.74828615468,591.633016551575,1237.49149264409,15215.4083914238,4850.72686786752,119315.423620698,45700.8707289039,3490.69647057423,20662.6967216373 -2094,799.710705809417,1363.2954584589,833.259090730217,1227.00752154335,1102.64772083679,4862.02333752103,226.476229297569,439.831522110846,5685.46584755232,11759.7831562055,1660.28193330474,3455.33853711015,553.565366737528,2699.7507176713,2084.00262106634,6561.14551996497,2358.1774772661,8046.03845111163,229.013673549157,794.280503084318,1853.43745718394,1060.12221969894,978.682940708335,1396.51795500509,549.301575325917,607.976481432123,1425.47443449777,2007.63233972158,1714.04986269338,1454.1024340269,609.349616322904,1247.23030954855,15694.4513802082,4985.67459695648,122202.531614356,46665.2789377884,3564.12801404255,21047.499897519 -2095,776.879854193914,1473.53584173738,806.40391215581,1326.22723112371,1072.24047300827,5255.18192461348,218.557100724668,475.397690306161,5529.65684698394,12710.716421895,1614.70510361544,3734.74814148054,538.860092055809,2918.06110081369,2026.32562371552,7091.70050155677,2291.62519430677,8696.66657227228,221.904690892423,858.508537108303,1790.80808174501,1145.84705586451,953.298074983231,1509.4448144469,534.91346588089,657.139382930486,1385.37526048688,2169.97584144744,1669.81735426562,1571.68575659918,593.476378721854,1348.08529773769,15291.6992084798,4853.97481075765,118744.460077781,45311.5058492916,3469.85373785152,20442.0035760034 -2096,741.052920063454,1594.6238081787,766.207348175813,1435.21009662804,1002.41105172242,5687.02706506175,208.163652536848,514.463546690219,5163.98844074222,13755.220912349,1508.36532817168,4041.6514721041,503.001143162923,3157.85308594277,1914.64830649202,7674.46175379204,2200.37955501936,9411.31608416544,209.768723579575,929.05656857552,1739.64184121209,1240.00716104649,896.032052864262,1633.48360458673,508.784363403905,711.139882472961,1315.50794453299,2348.29383984636,1559.84136080801,1700.83920286147,560.734891581872,1458.86435221935,14125.5000868144,4524.64843033028,112140.69344862,43192.9997475903,3215.44612557742,19556.8468471301 -2097,695.092392509961,1674.54880857703,716.658782483485,1507.14503636514,932.499575209381,5972.06961748639,194.598014172024,540.249251734411,4802.04536541183,14444.6537624419,1402.785733197,4244.22526653826,467.898192542506,3316.12954453905,1789.43147413867,8059.1175927321,2130.04405006093,9883.02573625876,195.866591231024,975.622314196914,1639.41541403704,1302.15822911173,835.592574788919,1715.35631781078,476.574174757863,746.783308275587,1231.79776831428,2465.99394260569,1451.231220566,1786.08788237382,523.933788922482,1531.98487966551,13085.751092026,4215.27431018747,105100.121110886,40716.7792379082,3005.58172782535,18504.1505459983 -2098,668.085248734065,1708.10400278973,688.354194338167,1537.34573528948,893.91923762696,6091.74003547605,186.948557707591,551.074955035717,4602.73801325486,14734.1007823503,1344.61356153536,4329.27253561258,448.46876163064,3382.57930720439,1717.8353318268,8220.60900738777,2067.93966387851,10081.0652596758,188.013742517786,995.172175068951,1579.04288318438,1328.2513307578,801.591959508434,1749.72922715406,457.868814020855,761.747613177084,1183.25875014643,2515.40839099181,1391.07436752696,1821.87813552561,502.947449820234,1562.6833280504,12525.0348877904,4042.54768135244,101002.870138458,39201.4237267885,2886.25990283509,17836.8811984513 -2099,638.737386311038,1716.05889916681,658.600196621938,1544.50538481901,847.652372409842,6120.11018194207,179.319691935856,553.641393704648,4362.22807153842,14802.7196982604,1274.53329057252,4349.43460674683,424.744046208085,3398.33248606945,1635.70954602769,8258.8936157626,1949.50813784623,10128.0142916905,179.417027748042,999.806841059488,1524.25751335235,1334.43719630325,760.750437058716,1757.87797844041,436.505424091129,765.295185993738,1129.09463798731,2527.12302491557,1317.03392998417,1830.36289509301,478.274386377429,1569.96097854741,11806.5460988194,3818.92501936913,95957.2193672092,37377.3503123712,2702.53516167057,16999.3829977638 -2100,598.810038220367,1677.32579092174,612.004178127704,1509.64440523123,757.163356725064,5981.97337890809,167.569690905866,541.145172251104,3885.92083912839,14468.6080050822,1136.20950276851,4251.26366313308,377.931355626062,3321.62883673692,1499.90759789097,8072.48240309434,1884.61754183144,9899.41521851292,164.724764797978,977.240234157056,1486.88026339633,1304.31765880034,687.016838207936,1718.2009731502,404.94746586616,748.021733845378,1047.51094658336,2470.08341530765,1172.07580462405,1789.04983516376,437.128011489936,1534.5254416016,10220.0191197267,3393.27624098255,88107.3513514854,35059.8611107661,2390.45996822173,16096.586611622 -2101,588.040857052266,1609.52115901461,601.623757616017,1448.6181670601,742.697781512336,5740.15661007855,164.774222450734,519.269786198257,3811.08744879674,13883.725422758,1114.37593388367,4079.40953116954,370.417344114064,3187.35449252421,1471.74515043378,7746.15838132046,1865.01742807144,9499.23881353538,161.824100656406,937.736033649026,1465.46706899263,1251.59159972249,674.345943876664,1648.7439927845,398.084982744009,717.783518588429,1028.28269557125,2370.23215345898,1149.48283840402,1716.72884290731,429.359624714578,1472.49340627306,10006.606444013,3327.45586942394,86574.806041107,34509.6781424384,2342.80404541152,15855.9060394093 -2102,592.76023344662,1544.84062838714,606.271491494745,1390.40371539089,752.800708697633,5509.48155908889,165.912579916181,498.402309481967,3864.51391468407,13325.7913301241,1129.8722826344,3915.47358559656,375.893120405948,3059.26684439381,1487.70169443219,7434.86975263606,1876.05408566651,9117.50055332349,163.36003934551,900.051990848342,1466.71945281542,1201.29489604418,682.918616369485,1582.48724572351,401.739090835267,688.938530376922,1037.89461790724,2274.98154271842,1166.36060702757,1647.74004342443,434.136262165441,1413.31949959295,10191.4149284474,3377.01623779821,87462.371644659,34777.3160340609,2379.15578121624,15963.7417574027 -2103,608.286730109165,1505.00829989302,623.048560622065,1354.55340402983,772.58564513077,5367.42452403859,170.527781856061,485.551453446261,3966.09081970054,12982.1977658742,1159.56959308946,3814.51661488666,385.768115480337,2980.38639571977,1526.7179429117,7243.16831181676,1913.11344914528,8882.41398813879,167.844848752279,876.844958418927,1505.14205334034,1170.3205857896,700.827883734081,1541.68423300418,412.252953853765,671.174868967472,1065.09652560878,2216.32318634011,1196.9827015947,1605.25454590672,445.510852322053,1376.87832531227,10459.5415504769,3465.88092947963,89718.7032834052,35627.3686996468,2445.99787217874,16349.3749438091 -2104,635.912836319204,1487.16040724493,651.291003015302,1338.48975591377,801.582439737978,5303.772239391,178.706287191081,479.793299011598,4112.77733563477,12828.2418892999,1202.62858648387,3769.28026432853,399.719580994952,2945.04199499825,1590.14599830877,7157.27158256248,1978.35571153565,8777.07744525894,175.059109063985,866.446454511677,1587.21659146142,1156.44175456953,727.525208904293,1523.40140048434,429.736640967137,663.215406544388,1111.53109066257,2190.03981082246,1239.71544472395,1586.21783307913,463.344400181201,1360.5499259663,10785.3409419093,3584.78063854297,93308.2367778346,37151.6941433738,2516.62620492939,17047.863299123 -2105,665.168195231125,1520.28169858006,681.525331356565,1368.2999290052,834.422498162534,5421.89519684753,187.123578595522,490.479014930195,4280.06514634873,13113.9460640903,1251.64162952889,3853.22778549059,415.925906694776,3010.63249447317,1659.6862508179,7316.67474855305,2010.98650722417,8972.55611569635,182.931628813879,885.743515747549,1666.4975490722,1182.19744580405,758.234601787838,1557.32983305959,449.102416709956,677.986207724333,1161.48189025341,2238.81528000278,1290.07023347424,1621.54528176216,483.496769264174,1390.85141211022,11189.944891248,3717.20158662196,96972.3747916955,38639.1077942147,2580.10062839212,17698.0402530161 -2106,675.752369377011,1587.73920874632,687.797688468035,1429.0137470151,821.547897670931,5662.47399925196,189.503246989904,512.242411257925,4206.1585126463,13695.8343751609,1230.65349990694,4024.20212054668,408.403138761311,3144.21942924486,1662.67763169513,7641.32817409567,2006.22560204501,9370.68384160219,183.238597276011,925.045476873601,1733.57160259901,1234.65357698904,752.416079372909,1626.43123258572,453.628893557558,708.069620254306,1172.28351612896,2338.15535931324,1267.33266221677,1693.49603104217,483.650144480509,1452.56587815938,10775.4956160971,3633.45184668143,96744.5319293243,38983.5391418782,2486.49988570105,17910.3195029658 -2107,692.402973607568,1684.06575699691,704.272446530756,1515.71058040834,838.462694525136,6006.01062787582,194.128744276134,543.319645524246,4291.72564694127,14526.7469352989,1255.77124605369,4268.34643442366,416.666581229678,3334.97607422356,1700.66593527327,8104.91990440369,1980.53523355022,9939.19384893634,187.446915791173,981.167059858511,1781.44841650298,1309.55877344791,768.679735539035,1725.10518718663,464.472964078961,751.027495240624,1200.191314542,2480.00890414954,1293.05372463953,1796.23873982441,494.607749627484,1540.69159577024,10965.3304006055,3692.70828769531,98453.1850612544,39650.1672381142,2497.18507756552,18174.1325924146 -2108,680.042478837678,1596.47512974184,689.425117599381,1436.87634253877,813.42404105334,5693.62957267622,190.032295860491,515.060827034682,4160.42496251091,13771.1904074426,1217.60204965315,4046.34373650064,403.782916802977,3161.51928074135,1661.28854772793,7683.37162736686,1953.01700941643,9422.24240566821,182.981777421058,930.135181882281,1765.26455917055,1241.44678083889,748.662474034931,1635.38004147968,455.72566413245,711.965499519488,1175.80856334629,2351.020154981,1253.99007252199,1702.81383805476,483.350107558691,1460.55806017674,10541.4270092134,3578.87772911412,96205.3539935486,38897.0015812213,2424.11757002664,17874.9717748387 -2109,622.281166059179,1502.60736820536,630.162899276646,1352.39249223246,745.343935699066,5358.86190041596,173.370630893022,484.776855810717,3812.88039857286,12961.4873352447,1115.83567801976,3808.43133694204,370.295896999315,2975.63180125044,1521.52274610874,7231.61332416642,1762.25595409227,8868.24392063245,167.370551115683,875.446132348674,1609.67513643401,1168.45357962137,686.738228264244,1539.22479239668,417.76732501517,670.1041472904,1076.37755797227,2212.78749782027,1150.69339362766,1602.69369191919,443.242838439866,1374.68179868744,9679.60529976745,3276.40071815896,87886.7925188498,35511.1678559615,2202.69402605749,16297.7924010388 -2110,525.413099957291,1443.1626066367,536.199444192958,1298.89039251628,631.904445184337,5146.85956721161,148.485183055221,465.598562653477,3232.39768170567,12448.7169731913,945.971665141094,3657.76570228227,313.30297584356,2857.91261080569,1285.74899526014,6945.52293295183,1546.26437838334,8517.4066649731,142.322330831872,840.812542959436,1366.71282742047,1122.228300873,579.067238763877,1478.33140619302,351.368430900568,643.594107405915,909.174877078143,2125.24724745724,971.727946286328,1539.28940787291,373.312977248522,1320.297910065,8201.19660745343,2784.00685588134,74800.2073817965,30243.7583989087,1900.93998854369,13905.2281605839 -2111,426.873153575188,1336.16203469076,447.375277207446,1202.58661201698,575.528883537997,4765.25536344101,122.677470082179,431.077634608344,2963.10902159902,11525.7303118137,865.643370913176,3386.56755704998,287.780730325023,2646.01806578252,1099.65057173592,6430.56022336397,1321.81752824393,7885.8995981622,121.974455705388,778.472081404896,1019.64427034727,1039.02279825318,511.203922211812,1368.72330987673,290.417489898336,595.876035113311,756.712180662787,1967.67479515096,889.685112782702,1425.16169539249,319.981042291956,1222.40690951779,8055.82794533533,2601.9578972256,64981.9657233276,25077.8826795806,1889.9452991087,11395.2328638894 -2112,368.263555995364,1246.02584239081,400.225273647873,1121.46128791421,588.513143508828,4443.79586777672,109.027387439866,401.997556324084,2755.48801635455,10748.2157463565,838.107510923997,3158.1130009155,271.519766617399,2467.52025861971,962.858258936562,5996.76088028977,1165.70475541208,7353.92447524791,104.599890870512,725.95711135795,782.85207521063,968.931330066053,524.266910022366,1276.39056559769,267.15083167961,555.678816891695,697.938134073696,1834.93736577135,920.843878490165,1329.02167247667,305.437061947449,1139.94452740813,8447.66311224177,2600.1404138616,59522.1941156654,21467.0024814299,1970.76117380873,9676.06231186151 -2113,370.888217904897,1183.77517236718,397.79451116874,1065.43378494985,555.805970402023,4221.78661178364,109.481728213962,381.914010399371,2596.7035436905,10211.2416251092,790.194036844394,3000.33565502988,255.484556395123,2344.24449324616,940.020864662609,5697.16646573635,1148.11533365987,6986.52701821848,102.348289591155,689.688749135431,847.26391165561,920.524128183495,501.062727471517,1212.62289303655,264.665256440515,527.917451523002,691.570553043686,1743.26504519453,865.737492510009,1262.62458280728,296.481431434434,1082.99361338474,7724.00900932023,2429.17770694236,57663.7720940375,21390.6598155739,1798.71059514289,9713.85801906709 -2114,446.941976604301,1163.69991030482,483.055263120283,1047.36543637975,737.770964649557,4150.19069172944,130.033244861362,375.437253644349,3458.62993623222,10038.0724656342,1051.68358449785,2949.45392853672,341.733636090416,2304.4892055541,1188.74053973519,5600.55005369936,1438.09130287405,6868.04475564825,127.656916056774,677.992539666304,899.216408119209,904.913255832574,656.112706133526,1192.05841176613,328.631063130321,518.964669411997,854.753325732026,1713.70157449218,1161.18868133256,1241.21213897679,379.46285290233,1064.62747333714,10783.7431485599,3284.97379122623,73675.916570834,26172.7323301525,2518.19483320004,11768.0713834569 -2115,572.243893366385,1165.81157247213,616.428122127109,1049.26599678005,916.847438276676,4157.72167166101,167.190592400486,376.118526056335,4293.78221278299,10056.2876581171,1305.92678127026,2954.80603883593,423.73980750647,2308.67095604429,1499.20086354037,5610.71287107164,1820.28699143868,6880.50758231474,161.56847303473,679.222832100855,1200.60299194874,906.555320999137,819.075126473992,1194.22153357019,417.123047447747,519.906388190926,1085.67684577308,1716.81127549747,1439.04630662591,1243.46445565421,477.06809356513,1066.55935761231,13205.4552441888,4060.49646899285,92629.6083015382,33353.9296676615,3081.26945428825,15046.8217953727 -2116,668.583673251253,1179.11794234907,695.548674786703,1061.24213579095,877.256955949925,4205.17718138045,193.590724542693,380.411477287435,4078.48742334624,10171.0683708218,1242.46948816675,2988.53167940749,400.17819918425,2335.02172351877,1594.75561037696,5674.75256882268,1994.5753342502,6959.04049534563,173.628009201368,686.975362995389,1720.0207985648,916.902585256895,815.930872782353,1207.85216978612,465.304598210314,525.840508992267,1208.55978198737,1736.40665984609,1357.02620531061,1257.65714199089,499.561969438461,1078.7328800264,11289.8917918602,3745.47877603018,96302.6819906416,37826.640376901,2617.25425728037,17450.0548809255 -2117,676.23381743097,1170.55558362694,699.567414103753,1053.5357516106,875.731553003237,4174.64059617221,194.702679609402,377.649056825863,4069.45269383503,10097.2094862688,1239.84965485439,2966.82996546311,399.348017381053,2318.06557952107,1604.06355282937,5633.54442041913,2014.46193799918,6908.50627909556,174.215305148924,681.986778495084,1754.17011808739,910.244346444432,818.460361133208,1199.08115274908,470.510323723216,522.022031716236,1218.97455586306,1723.79745751347,1355.45061448095,1248.52445796292,502.949488081734,1070.89948393225,11182.8247215425,3732.44488192381,96709.9867357619,38197.896334434,2591.18598778555,17655.7270138638 -2118,647.5375429436,1185.36615052023,665.210749556375,1066.8657138456,826.416938424553,4227.46063707408,184.908118641556,382.427297771056,3838.4026621672,10224.9653986098,1169.58399515581,3004.36806641205,376.909018913929,2347.39512679654,1526.91692330322,5704.82338200971,1925.77082001881,6995.91681799733,165.259727775361,690.615681679629,1691.4990310058,921.761300419816,776.756701886124,1214.25264214411,450.3679688059,528.626965585803,1163.78029358063,1745.60797032645,1280.49714687063,1264.32153352364,479.194690470493,1084.44914245733,10468.1243130685,3516.95047246754,91858.5006825056,36495.8682269116,2424.34906301867,16905.7636361157 -2119,629.483636424126,1283.86221596457,646.299649890773,1155.51517892872,801.259353531157,4578.73457837049,179.696036907161,414.204469856176,3721.15733009714,11074.5922085415,1133.88579138416,3254.01112696201,365.375737390044,2542.44809328389,1482.65157393786,6178.85636914722,1872.86180282379,7577.23110679002,160.467867454152,748.00126448014,1647.60728738801,998.353551118353,754.169599627897,1315.14898345948,438.120416553158,572.552360431208,1130.68634000021,1890.65641532378,1241.95798963043,1369.37826764244,465.674953792955,1174.55967384011,10131.5892716977,3408.77738922158,89186.3292722638,35478.5542070348,2346.1442545342,16442.8223512019 -2120,592.539000139084,1394.18938037975,606.929084678731,1254.81299418074,750.049341307263,4972.20265957095,168.578796659896,449.798635709084,3482.74748580327,12026.2740480953,1061.27900541327,3533.64068233718,342.124628707288,2760.93033017568,1392.64762670259,6709.82900317284,1760.78994463141,8228.37140185864,150.55645940354,812.279858758312,1553.46120440523,1084.14586980261,707.318974705287,1428.16473882976,412.07727155926,621.753962924147,1063.18540681472,2053.12771371721,1163.00120933052,1487.05415170703,437.319797515248,1275.49405499084,9457.83956703393,3189.46795239002,83679.5852367709,33355.9394037714,2189.73463756525,15470.0117364073 -2121,573.529535408648,1470.23817537841,587.870160398174,1323.25923075307,729.54910789041,5243.42120855064,163.178862230092,474.333784749166,3388.25401378257,12682.2707602724,1032.43695945055,3726.39004596867,332.897894066484,2911.53069167601,1350.86032292116,7075.8297900956,1706.75579509441,8677.20406313048,145.99652165526,856.587257257808,1497.68922638005,1143.28273324566,687.231645314671,1506.06678641098,399.268115258857,655.668752644568,1030.18088755575,2165.11959287212,1131.67304037851,1568.16843784818,424.359590962329,1345.06838059902,9230.69146190854,3105.54758927093,81213.6102670581,32306.4439212477,2137.5980985756,14976.0135820587 -2122,549.616730468109,1529.88542533072,564.056407786746,1376.94357619466,694.470829668869,5456.14569133804,156.936030949451,493.57740547237,3224.26319305913,13196.787786608,982.54069672156,3877.56889726906,316.548354445409,3029.65087235049,1290.45577259922,7362.89469915444,1630.40666796884,9029.2363857217,139.798601284911,891.33882002856,1446.25194709326,1189.665470477,654.439179417168,1567.16759548962,381.614646719185,682.269094432621,985.669702113362,2252.95803408213,1075.52463625679,1631.78869771225,404.7937804198,1399.63751860953,8738.37713555825,2949.82098966041,77542.2014750373,30936.5926833682,2022.89771279838,14345.8659390265 -2123,533.833552360375,1515.39305406803,546.657097105863,1363.89999973882,666.39272178763,5404.46045549426,152.290077438468,488.901822001515,3092.34363508796,13071.7766289672,942.446907287602,3840.83727859656,303.502017558032,3000.95145178511,1246.85983407489,7293.14712081854,1576.3131487133,8943.7038067757,135.116121572733,882.895303352855,1417.59072717386,1178.39595094888,629.293452062801,1552.32205591611,369.300364208434,675.806063375614,954.867647920134,2231.61610629554,1030.59053311286,1616.3310122948,390.387858668356,1386.37896589896,8314.84350361902,2822.90098556529,74797.219388215,29987.4350070915,1923.83828871804,13919.6554324054 -2124,534.194300048595,1451.72496535883,549.67915804482,1306.59677669663,680.470488988264,5177.39615241985,152.818173038834,468.360983115049,3160.12066755457,12522.5758577443,962.935750131505,3679.46741622665,310.126494612996,2874.86875480339,1258.31179750856,6986.73108135538,1587.9800601629,8567.94088122317,136.440032560375,845.80112745974,1400.69982835847,1128.88653968547,639.70450913295,1487.10242323006,371.452288157481,647.412584681947,959.564465639694,2137.85644978986,1053.72218957437,1548.42209190088,394.912563811839,1328.13130615915,8600.77707200377,2893.22454062987,75718.4557651696,30116.4244370484,1991.61578940459,13952.675794536 -2125,527.855918974442,1393.4951340921,540.832436604662,1254.18815133287,661.129379936027,4969.72671671379,150.609424011163,449.574655353597,3068.35000648394,12020.2854813843,935.10500613919,3531.88108141055,301.176851978909,2759.55550573707,1234.67192720679,6706.48779720628,1562.17094611132,8224.27402715505,133.778140392425,811.875378359584,1398.16495709747,1083.60601183498,624.381895301395,1427.45357427633,365.912911354533,621.444356218868,944.852876404268,2052.10534450871,1023.32305088538,1486.31366276135,387.094119799036,1274.85891386506,8268.58070678743,2803.21117264361,74113.3117119861,29677.1994769725,1913.41098092011,13774.5728027078 -2126,549.976342457925,1355.02236925711,566.046730481972,1219.56148876006,700.865009634111,4832.51839600384,157.35747937487,437.162426872831,3255.09268725674,11688.4195097991,991.857426677102,3434.36999081118,319.648392848081,2683.36741765273,1296.08127460812,6521.32954183949,1635.31033296079,7997.21147570141,140.535670743897,789.460452219715,1437.72200197686,1053.68892188815,659.115327264456,1388.04325677151,382.488762350406,604.287007054235,988.140470143461,1995.44912490351,1086.05628802214,1445.27828730903,406.780899491974,1239.66155580405,8870.3206365488,2982.17100795756,77960.7451809374,30993.3225700769,2054.17963619216,14358.9675574304 -2127,579.268563166441,1336.85628097841,597.012531068243,1203.21145486485,738.68067155246,4767.73130629817,166.225367834232,431.301614963831,3430.60177460072,11531.7188785247,1045.34500939742,3388.32715797662,336.680806029451,2647.39289022113,1365.12435654143,6433.90142933053,1720.22291829119,7889.99697286579,148.194568677352,778.876561803625,1517.62197070864,1039.56265622082,693.643065796643,1369.43447443016,402.318605684162,596.185641818591,1040.77453007434,1968.69716435947,1143.26711557891,1425.90218433817,427.989047906421,1223.04205064356,9343.36270859678,3140.73433874706,82140.3000830308,32650.4173459582,2163.66636807043,15120.3336152716 -2128,599.950538690661,1374.60587341548,617.362265926326,1237.1872402077,752.839581389573,4902.36052278393,172.211731867563,443.480530838331,3494.02647858306,11857.3467668453,1064.83051011317,3484.00533301833,342.752193287934,2722.14887113592,1404.03169590717,6615.57926575416,1773.74764517287,8112.79143049992,152.659196009267,800.870154671627,1591.29879605362,1068.91739475442,709.671906370553,1408.10399636349,415.397994155152,613.020484363528,1074.17905169314,2024.28841724433,1163.87374565426,1466.16621801163,439.727351310662,1257.57780411394,9417.50158500672,3190.36325299722,84326.6251985263,33746.0046360535,2179.30732976732,15653.2451385688 -2129,618.002173813326,1435.26556528605,633.435706164046,1291.78281427631,763.524834249288,5118.69575348657,176.979493659239,463.050789391359,3541.2959142689,12380.5971145921,1079.39486653568,3637.75026752178,347.236597507237,2842.27400295909,1436.64412242298,6907.51676403423,1819.3839932549,8470.7990877505,156.113529569068,836.211584349948,1658.2750428166,1116.08742440066,722.465610589213,1470.24191981707,426.637970260655,640.072335669421,1102.82090589464,2113.61781268923,1179.09135932166,1530.86635696466,449.487598768213,1313.07318906474,9446.58982263409,3225.0846763375,86126.1032252228,34689.4394936605,2184.52098366629,16116.9665704054 -2130,638.806291397627,1503.73551737058,655.480114487442,1353.40786091323,794.287469441831,5362.88530380624,183.011600727172,485.140823548913,3684.97301270134,12971.2187470738,1123.11979125241,3811.29068578093,361.390208204527,2977.86588887946,1489.07955197457,7237.04277879808,1883.900552181,8874.90214831571,161.779071505827,876.103412383569,1706.02404997759,1169.33084800055,750.405371953839,1540.38043371814,441.532320252096,670.607257717232,1141.50111623572,2214.44884623457,1227.15623883144,1603.89698533363,466.086325390708,1375.7139020542,9872.08702728188,3359.5518039016,89335.9379062842,35886.9271908084,2283.58040774662,16662.4900370786 -2131,626.37040627427,1576.39986767948,640.403352627815,1418.80799396866,767.999046434795,5622.03365262202,178.827698401839,508.58407027966,3560.89181503769,13598.0212479676,1085.44675867363,3995.46201000748,349.082053857092,3121.76399304929,1451.37660746841,7586.75521532988,1842.31468053012,9303.76014309797,157.58812290594,918.438972413154,1690.0880215526,1225.83590848797,728.612485411782,1614.81556020926,432.314118718172,703.012717408483,1115.95116614107,2321.45668427865,1185.97906732653,1681.40139422427,454.311769484526,1442.19192012914,9449.90251953936,3239.35932557235,86946.9901242739,35135.6261422112,2184.52098366629,16341.0813150235 -2132,577.591509579039,1521.40984774528,590.820584575373,1369.31529768597,715.629909846285,5425.91860023781,164.519272752441,490.842982668391,3319.75915979375,13123.6774759193,1011.82867073234,3856.08713432948,325.738398802605,3012.86658210219,1344.69847525802,7322.10420318472,1706.18700272054,8979.21434337961,145.778669274997,886.400795782443,1542.70483180563,1183.07471418323,678.114758534214,1558.48547438105,400.033221219096,678.489318151165,1031.47032895667,2240.47662841708,1107.34556730994,1622.7485751766,421.691972615125,1391.88351547697,8881.28013602677,3027.84324923231,80636.1079549632,32440.6423088947,2054.17963619216,15077.1085103299 -2133,488.759289242528,1479.66834266159,503.968821724953,1331.74666912461,609.524802879086,5277.05272483206,141.193138571319,477.376180881409,2827.74129827245,12763.6153592651,861.85321566307,3750.29126284927,276.947706141577,2930.20536761112,1140.04727504202,7121.21444933337,1439.90107471679,8732.86000190008,124.344647680338,862.081442665217,1310.21247844449,1150.61579506314,574.237281795005,1515.72675985837,337.402019689477,659.874238615029,873.657583485487,2179.00675774839,939.793296561974,1578.22673380645,356.434252625353,1353.69570374216,7573.17908145512,2575.09184516886,68480.164705681,27489.2543599391,1751.7877100522,12752.5403308098 -2134,393.717644082371,1369.0229826158,416.155440362078,1232.16246809344,543.651887097574,4882.44983857351,115.650804668334,441.679357554164,2532.17326920641,11809.1887650111,771.082793436079,3469.85522519766,248.436226199016,2711.09300400925,960.24306325875,6588.71043205307,1188.95430378128,8079.84174687569,104.970697694506,797.617461878205,976.822628329174,1064.57604193162,498.563533341866,1402.38505466658,276.133185303631,610.53073330953,719.76523563793,2016.06687432857,841.76938837056,1460.21145959859,301.251223397835,1252.4702167769,7206.33423057466,2339.74336389119,58383.7762548958,22450.8834231952,1673.58290156773,10291.5872679305 -2135,359.308156740796,1277.61400779341,389.937970639245,1149.89160087407,542.489236972268,4556.45112267687,104.267803575587,412.188649372556,2312.91302761839,11020.6951807535,686.951027025963,3238.17473995745,217.145892426297,2530.07469000613,810.003501698392,6148.78555596019,979.5827633506,7540.35478413831,87.897545416419,744.3609457959,863.432570770681,993.494835955433,534.427757322508,1308.74851110149,266.251390940808,569.765903837673,680.363686960451,1881.45510484342,891.473788013709,1362.71387610968,272.982932595708,1168.84341140918,7209.7056342407,2277.26824782501,52980.2845173873,19214.2256332554,1626.87566061921,8748.819697247 -2136,363.160483341807,1228.49614537333,392.41131207721,1105.6840255773,535.139985110206,4381.27838818721,106.32006121056,396.342059363758,2156.03103848087,10597.0046244823,653.389542061735,3113.68313263381,203.793229546197,2432.80598460826,778.247404682254,5912.39553429016,964.73948868413,7250.46589232383,84.2771168818323,715.74399395954,921.369492661262,955.299933293244,539.808554296967,1258.43368289936,270.794953175595,547.861257281171,690.013701304495,1809.12257528008,876.174979728351,1310.32434979235,271.841170927597,1123.90723387668,6807.80077068982,2180.81765323807,51707.6759007722,18957.8654400398,1532.71185466523,8713.25360615703 -2137,369.864752804308,1214.49553201464,400.52173244703,1093.08304624392,571.021228221367,4331.34694561754,107.296285171379,391.825128682424,2302.35595307192,10476.2353692703,697.404021289463,3078.19789824732,218.150647493675,2405.08039825174,809.764988785096,5845.01464407658,999.517605006243,7167.83562114955,86.9734092513071,707.58698430105,883.031888143024,944.412813249777,573.058870030872,1244.09188500429,280.044782559467,541.617531025876,711.519287749008,1788.50482585502,940.699371693533,1295.3911775028,284.926219142016,1111.09857290383,7456.56482675714,2347.71816536961,54116.0752230212,19418.3621286598,1681.19331558592,8884.33661998524 -2138,415.000120901789,1229.79785681194,448.477089986823,1106.85560560139,650.0928571409,4385.92077979351,119.357607413066,396.762022417138,2621.79964399885,10608.23318404,794.049175617401,3116.98238348228,248.642644107488,2435.38377973608,914.847658071237,5918.66029378947,1130.16223495954,7258.14846782304,97.7772961026156,716.502394502809,969.689109528507,956.312166709814,652.29929034524,1259.76711607775,316.487722713207,548.441769697153,801.550325945927,1811.03951702952,1074.01547473328,1311.71276619141,323.201534515592,1125.09812316663,8557.52345409824,2681.23922495797,61259.6798109081,21837.4664407008,1930.25899196902,9982.67465625562 -2139,518.341098649286,1290.97823269678,555.972864255287,1161.91981117455,771.428630029929,4604.11296513729,149.54535719652,416.500266010468,3108.70114394679,11135.9749507691,941.970173393391,3272.04701690278,294.363921865113,2556.54002849906,1116.44416573022,6213.10369316846,1389.06662156937,7619.22915196126,119.859591342526,752.147184071484,1289.32602807547,1003.8870892863,780.248710402066,1322.43841222783,389.788428757285,575.725825719174,987.747402172606,1901.13568834778,1268.74465710652,1376.9682711055,392.12447751745,1181.06986332001,9888.47940143051,3155.9690298936,74246.6463670319,27093.8871113821,2227.22191381041,12458.6830807661 -2140,690.516065180366,1431.27365544533,730.615299713156,1288.1899735832,940.201411584112,5104.45910457351,198.979983008321,461.76290438413,3783.3301924739,12346.1629104622,1147.41661872045,3627.632578195,357.324332986686,2834.36877493938,1430.92994278834,6888.30486011052,1801.47718536448,8447.23922046532,154.611104179451,833.885825735497,1883.29695274913,1112.9832459961,965.100302013219,1466.15273010201,507.253706995212,638.292099929548,1287.03248682349,2107.73919903747,1533.6443052723,1526.60855226078,497.395427690658,1309.42113336732,11452.9390205197,3789.05481399483,93995.2215211021,35686.0442331553,2572.08208111009,16569.0330964704 -2141,716.530761431243,1708.74039405095,757.610377339093,1537.91850684777,987.766615695128,6094.00964559222,205.712828396078,551.280269984391,3975.62309583009,14739.5902917505,1205.56852820816,4330.88550016544,375.755645327945,3383.83956062454,1492.88311164646,8223.67177389712,1879.37698198675,10084.8211795874,160.799613042088,995.54294808663,1927.87644670525,1328.74619965233,1013.05332389561,1750.38112679708,528.957480532331,762.031418802205,1339.63256257163,2516.34556104458,1614.81886892169,1822.55691581215,520.385694119588,1563.26553967944,12129.7212287444,3991.86859894468,98230.3379568784,37091.8914713087,2725.35326657661,17207.3511659138 -2142,696.36047984565,1885.13657886299,733.582500712689,1696.68045693935,961.272076132061,6723.10465348972,198.621549138589,608.189872359309,3869.21935140981,16261.1833331566,1173.25901329824,4777.97019585515,366.029952996611,3733.15908896738,1452.23737846082,9072.61543503624,1831.09470941709,11125.8944677149,155.85815312367,1098.31454432817,1862.92625564287,1465.91493576824,987.465217677888,1931.07595546092,515.352001064117,840.697221665883,1302.62686160564,2776.11220446353,1574.37896744187,2010.7025742582,507.120989063955,1724.64410719481,11829.8606821841,3890.2669673636,95536.4778091886,36043.8886801473,2658.29712293501,16729.1588547994 -2143,667.502730376243,1968.21460945716,701.026243101049,1771.45322008586,907.491801470937,7019.3920951282,190.150739288097,634.99281989609,3651.83411953211,16977.814213697,1107.51261491087,4988.53549842262,345.372028621161,3897.67953193348,1383.16988776568,9472.44589354642,1750.21987228724,11616.21300025,148.496223005784,1146.71730216482,1810.62045468363,1530.51785486053,935.712667652661,2016.17853588202,492.892436094727,877.746775679693,1244.10262140416,2898.45555997487,1485.40331185212,2099.3143023701,482.783826709016,1800.6492293213,11068.3603487128,3664.42648332242,90814.1511332126,34496.7965192996,2485.86703928517,16042.8148651409 -2144,629.22451974048,1982.5044951421,659.579300999714,1784.3145533417,852.598372374408,7070.35519139586,178.712010256704,639.603076706233,3430.82575180184,17101.0787312593,1040.50709961056,5024.75390756622,324.621656025901,3925.9779678257,1302.32199080029,9541.2189675421,1648.87697088828,11700.5505288243,139.665176647161,1155.04284709379,1707.45568969345,1541.6299180876,880.15170051639,2030.81665545483,464.403770990062,884.119506084457,1171.97719520089,2919.49930104656,1396.0968893479,2114.55601496256,454.500350704379,1813.72253521083,10386.6828751701,3442.82508929602,85431.9207832404,32490.5402984615,2332.59585381865,15117.4490568175 -2145,595.071014175566,1999.71599372307,621.46186340237,1799.80542737406,791.740883047231,7131.73785592035,168.727325640794,645.15591528697,3184.96990147627,17249.5450742297,966.124611639692,5068.37728645978,301.27330756546,3960.0621095705,1222.36123264667,9624.05291678302,1552.40388298648,11802.1311352324,131.129825274026,1165.07057634858,1640.53119690355,1555.01387823122,820.503036442393,2048.44758545736,437.535011436645,891.795161631096,1103.62372045503,2944.84550237937,1294.94144858827,2132.9139445108,425.966102651897,1829.46872036074,9539.79137843498,3187.88501969438,79978.4906582847,30658.8444901655,2141.00687198549,14295.0558157677 -2146,574.900732589973,2028.44039845017,601.997733452408,1825.65826832158,766.539559658078,7234.17986529772,163.652853659149,654.423091066409,3083.63359194553,17497.3217163258,935.377497755532,5141.18068501382,291.547615234125,4016.94540056623,1181.71549946104,9762.2951431614,1498.71166316066,11971.6598045209,127.022850880656,1181.80593220698,1585.91958308248,1577.35047409522,793.159250550698,2077.87198256756,422.363787760535,904.605123264033,1066.61801948904,2987.14597621398,1252.62496429579,2163.55163685437,411.479887694177,1855.74765203112,9240.69762705626,3085.30570238247,77360.0545171583,29631.9109710905,2073.95072834389,13807.9211941866 -2147,556.713649425692,2010.18752903477,581.430315225715,1809.23012875471,732.311656197851,7169.08328148403,158.309419217737,648.534281499816,2945.26471031797,17339.872511187,893.531987779186,5094.91790117447,278.396736999429,3980.79901938523,1137.97393968207,9674.44937821862,1444.63720732497,11863.9331277773,122.361892475597,1171.1714815367,1553.55499126273,1563.15672590919,759.314819290593,2059.17430429775,407.318734937694,896.465057033813,1029.62527131403,2960.26621900237,1194.94536975227,2144.0829723912,395.388251788706,1839.04875390903,8754.22400812734,2940.39062064272,74336.5442465481,28636.5470423864,1963.78706378982,13360.836007477 -2148,547.446076258555,1995.57945052513,572.458874696808,1796.08241224512,720.357602590232,7116.98539016522,155.884228075572,643.821368120589,2897.13027299737,17213.8632631283,878.939631349984,5057.89301686615,273.688494850695,3951.87046233951,1118.91072162973,9604.14493447229,1422.29938679219,11777.7176558074,120.447486199754,1162.66055173367,1531.41847297285,1551.79723041678,747.105992739722,2044.21023777771,401.037909939552,889.950425067814,1012.42411086138,2938.75389703637,1175.35094661658,2128.50187264827,389.163069228251,1825.684344772,8605.11922848677,2891.46555489186,73144.075458866,28186.9488692439,1930.25899196902,13152.8595973637 -2149,546.238158291343,1952.44945567203,569.940192495398,1757.26410051342,715.004676156065,6963.16763905208,155.266712099418,629.906606527887,2875.41623440222,16841.8240372558,872.386743134156,4948.57795064439,271.771090850371,3866.45960452779,1114.31569687368,9396.57278219183,1417.52103053255,11523.1685814809,119.83038862787,1137.53223945376,1530.58455079727,1518.25859754336,742.721238038897,2000.02919702246,399.760203771316,870.716133372446,1009.10332646872,2875.23929208274,1166.924327072,2082.49905637956,387.409003334881,1786.22625335266,8520.97137688733,2869.189825208,72757.5438482405,28092.5604180777,1911.10009378571,13117.6772176701 -2150,561.307858952206,1917.41898774734,586.623732452509,1725.73561022168,735.805248096249,6838.23584124011,159.808336395671,618.604944858015,2959.13894478266,16539.6513100609,897.774211542732,4859.79152871202,279.68775908841,3797.08833923583,1145.73585070862,9227.98130316921,1457.10251984021,11316.4221347487,123.350652393616,1117.12285753008,1570.99443387548,1491.01829744333,764.068673953241,1964.14506264386,410.900128579535,855.093914065815,1037.2893400715,2823.65230861203,1200.96157216478,2045.13526384409,398.371580558062,1754.17812975461,8776.80077273842,2953.33351060569,74828.0638166323,28874.1712518124,1968.57678833565,13479.8503147154 -2151,581.124657138799,1865.00346177419,606.138060258978,1678.56003707967,748.827440704645,6651.30240069454,165.719336816647,601.694450197474,3010.53544319658,16087.5151163708,913.549863856669,4726.94183298822,284.279655486506,3693.28923025686,1177.63510378804,8975.72058354204,1500.06630239123,11007.0707503526,126.99714327975,1086.58462747799,1654.12001289372,1450.25907434421,779.428648858442,1910.45220928009,423.282063222867,831.718638474719,1069.53944798087,2746.46353460544,1219.24925303197,1989.22842176856,408.409937770394,1706.22503765047,8825.83720729013,2994.44463150921,76742.4601521936,29837.1754800962,1978.15623742731,13950.4614339695 -2152,604.992426511135,1848.02337768715,630.689752468266,1663.2774431548,772.124414123402,6590.74504712013,172.641279492616,596.216271433483,3103.67087383762,15941.0449542362,941.910492260343,4683.90498536631,293.015567919117,3659.66336147274,1221.24370346053,8894.00036512197,1557.99674471768,10906.8559299923,131.87782930965,1076.69172447785,1735.46724384936,1437.05506612916,805.313812839266,1893.05833317061,439.785154410567,824.146184746066,1111.03450473625,2721.45812163144,1256.26675580096,1971.11732087128,423.177936671553,1690.69056535347,9043.07771367874,3082.49439905312,79479.927379306,31029.5189898578,2026.0534828856,14522.5261514694 -2153,621.148603853539,1858.23456958877,644.642900289032,1672.46782752047,778.500464123718,6627.16199035978,176.814315450858,599.510644673552,3128.28589876685,16029.1266696005,949.570855332701,4709.78574706662,295.226248266089,3679.88471003928,1244.76898616243,8943.14386925609,1592.57553950496,10967.1214008132,134.350898940535,1082.6409489034,1807.42032345072,1444.99546625105,815.118579927661,1903.5183642256,449.845553413733,828.699977165056,1136.05875816194,2736.49544825172,1264.87676191514,1982.00866427475,430.647888055791,1700.03242001696,9007.08171879247,3098.04862024881,80801.9027419876,31790.6032905907,2016.47403379394,14908.0185311903 -2154,630.569065019895,1888.43424522196,652.772960332652,1699.64845730999,779.18254650115,6734.86536955255,179.334055237128,609.253777916304,3130.21988965624,16289.6289947793,950.309171903722,4786.32829136701,295.318696485899,3739.68949810505,1256.54939243268,9088.4861464974,1611.24028802201,11145.3569768567,135.68093426043,1100.23582417867,1854.8330950679,1468.47925838709,818.341770480714,1934.45398349684,455.352738813043,842.167851951802,1149.65994416373,2780.96845303885,1264.5820012254,2014.2198930092,434.187031738128,1727.66102433348,8926.981227514,3092.90118483206,81404.5764306596,32221.1601084487,1997.31513561063,15132.4622526387 -2155,613.626766765379,1917.15864714316,631.96873324277,1725.50129573211,741.326004838642,6837.307368923,173.821284214195,618.52095279049,2976.89354928625,16537.4056126716,903.99397507922,4859.13168280935,280.714226301679,3796.57278354421,1211.99175351911,9226.72835937176,1561.40405468695,11314.885629585,130.820121046012,1116.97117840229,1835.41935072765,1490.81585206917,783.038717309738,1963.87837773276,441.639553501792,854.977812333414,1113.25148168709,2823.26892274139,1201.60342515839,2044.85758235996,418.377179776096,1753.93995343683,8357.50643056958,2931.11064852235,78283.5755521958,31286.7106510344,1867.99257287325,14732.0286017258 -2156,550.81610713084,1810.76554034817,564.368094000787,1629.74425240902,651.001486977227,6457.86961390155,155.331071453622,584.196007443251,2613.17101455737,15619.6589441407,793.732190833218,4589.4731874989,246.457543327951,3585.88120921025,1078.99279655865,8714.68920331664,1396.65432319377,10686.9637635697,116.384936780699,1054.98463699229,1669.29122328159,1408.08272489828,692.021723636835,1854.89255004143,395.35224287463,807.530645751513,994.729334247227,2666.59104297604,1054.76478845552,1931.37779733291,372.232496024819,1656.6047010538,7228.88062076449,2565.82571185712,69465.4132132579,28014.6805932314,1614.13717194432,13226.0515176969 -2157,469.866071732584,1686.90059156214,486.199468552988,1518.2620180386,564.620715360485,6016.12071203157,134.505413075785,544.234230542499,2266.93346188563,14551.2002110463,688.470840632798,4275.53146028053,213.415365910612,3340.5899318833,925.564383489632,8118.56314071913,1190.49476991497,9955.92476942235,100.447909658715,982.818685564929,1419.30157147415,1311.7631900277,595.359702011983,1728.00910456218,336.790703447172,752.291720639248,851.169980590701,2484.18357187517,912.177145472642,1799.26239828068,318.594601967608,1543.28508463605,6324.25504654204,2225.67592004927,59780.0141935841,23955.4606082554,1412.96874101951,11276.1055796162 -2158,378.451385657989,1538.12959122815,401.689398999613,1384.36357712126,505.068673637506,5485.54748149512,110.174184712448,496.237169364858,2031.54877957813,13267.9019406646,616.287162479835,3898.46413604872,191.48392208515,3045.97689519469,777.200935173276,7402.57147780734,979.440386413113,9077.8926585762,84.5646374102196,896.142019654799,1058.60427445932,1196.07627702412,519.073011845243,1575.61266557943,275.996869212355,685.945670147418,701.780722741498,2265.09865552044,820.35228716215,1640.58199458975,269.084016842849,1407.17981145619,6062.30112843998,2024.61495160446,50954.9802761799,19526.9184346658,1360.28177101539,9078.54590961966 -2159,339.854534818064,1429.07520933541,367.822122293911,1286.21130498584,468.317380292259,5096.61862052701,91.8043441454402,461.053633409298,1662.63085319227,12327.1991199112,485.036364451501,3622.06050977928,163.105627228962,2830.01516514321,596.763644203065,6877.7243768004,766.136113633447,8434.26420333065,68.6534049059271,832.604971411985,850.043342948757,1111.27369612892,513.435008213075,1463.9007094952,259.401536453194,637.311678904719,611.781742354494,2104.50169723254,799.64875468259,1524.26367109824,223.884026480456,1307.40985356352,5653.44216369917,1819.29457009683,43067.6096540969,15568.6275057728,1246.50679044938,7236.08666562651 -2160,354.345086482487,1374.92406904609,381.931155529226,1237.47362598685,479.049709796895,4903.49532784202,96.4209464982827,443.583188312668,1649.57593600053,11860.0915215454,485.029308843054,3484.81181529476,163.006048801112,2722.778997846,586.489213036148,6617.11064900883,784.699216341415,8114.66939045569,67.2143049911792,801.055541180467,922.208885644701,1069.16482920169,533.665675958579,1408.429946185,271.430366199372,613.162387176088,638.367730488191,2024.75700227071,814.927775744628,1466.5056081549,229.822162421577,1257.86890992845,5725.41352113565,1846.77363111213,43494.549982192,15715.8611504231,1253.81465968676,7362.96769005733 -2161,360.35007552878,1348.5716727023,389.164754921568,1213.75566498001,509.993348251585,4809.51279072717,97.0448785196975,435.081278823246,1751.37043461518,11632.775817729,514.656625513981,3418.02038716601,173.518625474695,2670.59302414523,609.909380636926,6490.28421080822,810.074249074223,7959.14008611783,69.4626628980162,785.702160153961,883.592683524453,1048.67274824225,565.678318612237,1381.43536153853,280.362152752517,601.410248557132,656.763125032155,1985.94962357617,873.277742703588,1438.39791995849,240.132935704175,1233.76004398507,6231.08256852744,1976.61921450307,45451.4700956359,16089.937676219,1367.65803827189,7504.08100431682 -2162,404.655577915197,1367.20058996883,436.158329603528,1230.5222590902,581.48187528317,4875.950502333,107.989512615341,441.091410365735,2070.6488284439,11793.4688106749,608.263733502719,3465.23628254386,205.691541291365,2707.48409749819,713.730130279912,6579.93978495887,916.402562787284,8069.08616104904,80.607593967983,796.555703079355,970.431592009232,1063.15891776673,644.929378858322,1400.51825166598,317.214145030084,609.718017428745,740.456931340266,2013.38316083784,998.747987004681,1458.26768023127,272.628045376069,1250.80297485139,7329.0079654216,2298.63971774816,52194.5786117885,18341.2639150517,1601.98162719186,8505.64924352911 -2163,508.276072787712,1413.83073956455,544.202819906546,1272.49081691795,696.702330100039,5042.25111909202,136.250334251775,456.135405081397,2649.51692056709,12195.7003624523,778.96954950726,3583.42266091809,262.36742694313,2799.82635467733,942.29439361646,6804.35716654473,1136.22856694373,8344.29281144921,107.374895080122,823.723268591274,1291.54890268903,1099.41933174199,777.865390386931,1448.28474333214,393.079357430399,630.5132413136,919.110049817018,2082.05220521377,1191.11979135661,1508.00379106877,333.778430412657,1293.46323279746,8869.22867544013,2810.38054113297,65701.0341361149,23696.1937896524,1921.54105135967,10942.306576922 -2164,681.686816355047,1536.48075804866,720.788516207846,1382.87957693594,860.465370887553,5479.6671234637,182.866299039097,495.70521658636,3449.90523616023,13253.6791098533,1015.40424459453,3894.28508829279,340.537029471803,3042.71169062585,1278.5088576334,7394.63612207676,1491.0505110756,9068.1614040053,146.589304074873,895.181379729551,1888.3806314153,1194.7941157147,972.680311696826,1573.92365156147,515.326834408216,685.210355004458,1208.73301750555,2262.67053123277,1458.78291492222,1638.82333521425,428.626540003153,1405.67135288686,10818.9337107309,3514.17596796603,85842.3811416433,32127.6805896655,2321.10115992075,14874.1014479583 -2165,707.216195493172,1784.52885125134,747.23008150274,1606.13043145593,903.440671367779,6364.29973226174,188.962101184048,575.731427862201,3634.66270487936,15393.3413307421,1070.44347868696,4522.97502500598,358.859816574957,3533.92437198983,1383.17227844659,8588.41963052645,1554.35711901124,10532.1173522557,157.875641558188,1039.69866909311,1933.05464866812,1387.68061990314,1020.63980342531,1828.01649234148,537.276176907676,795.830108041549,1257.58426495428,2627.95405846091,1535.16561655294,1903.39352346198,448.124826804506,1632.60169153687,11268.6114948521,3671.31416333505,90929.4197234042,34196.111727806,2423.68755400172,15770.6152192874 -2166,697.297305942401,1934.63048913421,735.943307739926,1741.22648677944,903.455721054169,6899.61851577152,185.221972718769,624.157784344003,3332.51705236974,16688.117677235,981.355277218887,4903.41491471728,329.99641065967,3831.1724865372,1270.24699454567,9310.81526591415,1540.69793667989,11418.002757717,143.32214282125,1127.15058841965,1872.15518790136,1504.40225976887,1019.90188240712,1981.77599552068,532.640938336307,862.769570863779,1244.26754300189,2848.99851407692,1539.52453410283,2063.49319638514,445.792847167566,1769.92431747154,10784.7069008582,3541.34274100342,87230.8254563107,32579.5493972037,2346.29034336769,15184.4942649543 -2167,662.040937439094,1995.14554484165,695.424205319235,1795.69188388682,837.985533316416,7115.43791962517,175.593386306272,643.681379832626,3093.82052456765,17210.1203938066,911.216790639273,5056.79326184218,306.059336556682,3951.01119359251,1185.10938475533,9602.05667230317,1456.94530564679,11775.1567862675,134.141635553102,1162.40775046273,1816.81147897533,1551.45981782331,950.744843736742,2043.76575813539,503.542898823091,889.756920094937,1175.01905255541,2938.11491369851,1426.09433935718,2128.03906518671,418.88350159356,1825.287379964,9911.84874417418,3282.45548331718,81557.2439538377,30709.185746143,2153.06127848941,14363.6806645341 -2168,621.450990738631,2004.60463823509,651.057281315978,1804.20535664045,780.964096775827,7149.17259727361,164.302694379762,646.733108215649,2815.58807081952,17291.7145093528,829.429054271,5080.76779335381,278.619718712705,3969.74315225856,1087.78402393399,9647.58054451753,1365.83697023074,11830.9834441531,122.850338699629,1167.91878874328,1712.18187625583,1558.81537308639,887.720638778835,2053.45536260084,472.017066303691,893.975305979815,1101.30555411004,2952.04467608661,1329.17247036253,2138.12821397816,391.992470992802,1833.941166572,9062.19320105031,3024.01948146087,75585.4291435323,28556.6177986106,1974.30766997465,13409.6032950865 -2169,591.397044658952,2028.67181294408,618.007849220699,1825.86654842907,734.378294375515,7235.00517624779,156.19822610011,654.497750883153,2607.96274533435,17499.3178971615,768.425333164226,5141.76721628547,257.894822308736,4017.40367352691,1014.74584146133,9763.40887398224,1296.61708333813,11973.0255905687,114.803088166474,1181.94075846163,1646.5807572422,1577.53042602379,836.762625887189,2078.10903646061,448.033008535743,904.708325082018,1045.23164873049,2987.48676457279,1248.86718374479,2163.79846550533,370.961914439809,1855.95936488404,8384.86728359649,2820.65580164812,71020.4258736019,26965.3824925609,1829.36088531206,12705.8890013882 -2170,567.600732223214,2054.73494257344,593.977483723253,1849.32416056424,701.85116944089,7327.95607967851,150.44892871031,662.906336054271,2418.70427622024,17724.1383870352,712.802867560528,5207.82548388052,238.999563457739,4069.01680880512,947.319810677285,9888.84315540881,1241.76881964676,12126.8476706269,107.511342123314,1197.12560748721,1590.18567305628,1597.79756816347,799.474015043259,2104.80730517791,429.060928220664,916.331462054156,1002.10167287223,3025.86815988485,1191.93447110039,2191.59761938445,354.900552065989,1879.80359104479,7835.19529763444,2656.42504326785,67265.7237169649,25600.5533625159,1715.86087611668,12108.7263836343 -2171,553.224464775886,2034.51504434794,578.135099443777,1831.1256350329,679.361298745494,7255.84433277532,146.569863149756,656.382916234844,2307.10929189408,17549.721596385,680.053748646858,5156.57717000879,227.911200150824,4028.9750963452,910.579910157697,9791.53065148078,1207.04433717436,12007.5117793566,103.349189012266,1185.34513038284,1559.21616112748,1582.07422422075,774.323703679195,2084.09466306863,417.033536334541,907.314177868417,975.212889602767,2996.09169335919,1152.54458326177,2170.0309054025,344.431058781138,1861.30512853885,7475.92072209795,2550.78045974506,64986.5649226499,24817.9628183012,1640.13697508813,11764.3382169943 -2172,544.610208726609,2015.13402857323,569.947118225806,1813.68212931067,669.72493268838,7186.72435557828,144.49184019849,650.130139835309,2179.97870640946,17382.541003621,642.737246996767,5107.45504444226,215.149930655892,3990.59463309175,867.264410295725,9698.25544541036,1189.99173445996,11893.12689149,98.4384098272976,1174.05340131244,1537.24359019132,1567.00320983746,763.355969699153,2064.24134635163,411.141568541978,898.671002462691,960.203276786521,2967.55059186535,1136.20029547925,2149.3589505177,339.559539576342,1843.57412961703,7165.88017540908,2466.59907811856,63164.4851633748,24148.9314742939,1581.42026350296,11503.2039589426 -2173,541.946641944499,1975.01243055876,565.637676735565,1777.57146655255,661.288722896541,7043.63567683691,143.522017942816,637.185958576045,2124.93622131365,17036.4522012245,626.447748455834,5005.76490608696,209.753404748727,3911.14134043857,842.367079146482,9505.16183431299,1182.38174531146,11656.3330854654,95.5927510002041,1150.67783524733,1535.77993334581,1535.80395858121,755.242542055063,2023.14201482885,408.478488662895,880.778338155099,953.981543082602,2908.46624797249,1121.92610782603,2106.56491568989,336.757500040774,1806.86831298669,7027.47600351627,2427.06569202663,62086.7849962168,23750.9319182638,1551.89022301549,11351.3424338039 -2174,550.314698029065,1938.18849609736,574.010390689629,1744.42880163966,664.493320072384,6912.30770415146,145.876965370525,625.305681968523,2089.59635467131,16718.8090362469,616.146823344901,4912.43285613181,206.204667631861,3838.2184513665,834.209766157196,9327.93892117276,1197.9667158865,11439.0017720225,94.9241862341132,1129.22354739793,1573.55385404125,1507.16902776188,760.437979390662,1985.42070846771,413.81281784916,864.356302882099,966.464161512577,2854.23814852289,1126.39328200186,2067.28819662027,340.267679478349,1773.17941092799,6930.73124293108,2414.96122803828,62170.6986123877,23883.2818798713,1533.96053642194,11458.7580533051 -2175,572.317199350355,1885.25228610995,596.29652908521,1696.7845969931,682.550846234947,6723.51730896476,152.041565676686,608.227202267681,2106.49675992086,16262.1814235745,621.248657992392,4778.26346149097,207.54101440203,3733.38822544771,844.727479827985,9073.17230044667,1240.89525783761,11126.5773607388,96.3801678854987,1098.3819574555,1657.88954258968,1466.00491173252,782.012910282719,1931.19448240744,428.582185046765,840.748822574875,1002.24380975768,2776.28259864293,1154.45064542259,2010.82598858368,351.353742681915,1724.74996362127,6989.99232262007,2457.86085849733,63707.041440202,24585.26459771,1549.53017463051,11837.2516972327 -2176,586.389744737378,1869.63176568204,608.732515503096,1682.72565185649,680.924718976909,6667.8086697307,155.78163827643,603.18765105863,2169.98944764143,16127.4388541047,640.08907385707,4738.67249397958,213.872983048313,3702.4547172533,876.98721054678,8997.9952674791,1264.4552098392,11034.3865541095,100.075149342567,1089.2811607449,1735.426728456,1453.85812382522,784.290357309828,1915.19330151246,436.587763540213,833.782681091037,1020.98731291371,2753.27932244204,1149.11080612102,1994.16500975179,355.572062021498,1710.45930754395,7003.78549503064,2479.28443208453,64938.0008417909,25314.6729364431,1543.47247064124,12182.5190929987 -2177,603.806934705053,1872.66908863093,624.328730756151,1685.45933521215,690.548543628698,6678.6409034695,160.076006753344,604.167563642848,2337.99172115448,16153.6387941343,689.662143222744,4746.37073647707,230.154947521562,3708.46956514279,943.618327911094,9012.61302163879,1298.00909533734,11052.3125415274,107.911648662457,1091.05075983283,1808.14885003113,1456.21999888799,797.823967971401,1918.30464176299,448.096964536239,835.13720839323,1047.91524720531,2757.75218101465,1163.8202243174,1997.40464402586,363.587480730701,1713.23804579781,7299.31787537809,2573.96838706426,67724.2743920523,26549.6257684948,1594.55811264717,12707.3028744913 -2178,613.601113115233,1899.97607467246,632.968233788448,1710.03645608183,692.545459696071,6776.02786576554,162.569444352043,612.977446460534,2364.6780911112,16389.1887862548,697.922213120904,4815.58161854682,232.845792299226,3762.54592453036,975.781621724019,9144.03362310744,1315.58781126903,11213.4757422928,111.274547101979,1106.96030202063,1855.86358701929,1477.45438537114,802.289907729878,1946.27707874828,454.099106049299,847.315056701192,1061.9630868168,2797.96531892041,1165.83564512387,2026.53050564489,367.274695143778,1738.22023175178,7232.93428765155,2576.20606290492,68886.7687187337,27253.5013664334,1579.16015913347,13034.1255274482 -2179,597.987401211411,1924.50607836928,613.832226134686,1732.11420808543,660.812586282479,6863.51106663987,157.859046706804,620.891408761526,2361.7887518812,16600.784535735,697.254072385955,4877.75410402176,232.463039505501,3811.12299172006,983.754174094131,9262.08941421384,1278.31826350934,11358.249460804,112.210809455858,1121.25192424828,1836.82423585866,1496.52934216568,769.467236644424,1971.40486039415,441.129167247281,858.254479439364,1030.41779102493,2834.08898412421,1110.91835328594,2052.69441447399,354.900547183036,1760.66185576966,6986.6222043671,2498.03535282408,67585.3306395365,26986.2379679441,1514.82905696427,12865.575573458 -2180,533.786597627861,1820.19570763135,544.419118518028,1638.23169078056,572.872594097849,6491.50113018296,140.264984975465,587.238403575495,2127.30280438715,15701.0035431334,628.42747747614,4613.3744043795,209.17104209966,3604.55588514536,905.890640160033,8760.0738625544,1136.51027605443,10742.6197023393,103.266087380199,1060.4788223997,1669.31173398147,1415.41578671577,672.225049419357,1864.55252348882,392.068883358793,811.736131721975,914.472255084885,2680.47820785232,961.912599062759,1941.43609329119,313.211819001303,1665.23202419693,6039.49506722121,2187.22224350032,60502.431334357,24499.3300669836,1302.06106956277,11657.1241529191 -2181,457.617226464977,1695.75221980462,471.93793650169,1526.22875361602,502.629372390709,6047.68894093087,122.117241887848,547.089976227628,1708.00130415659,14627.5543337459,504.707380505601,4297.96634187031,167.99840954698,3358.11891986014,735.631646964472,8161.16345940075,974.077600876641,10008.1662265123,83.7355049826143,987.975803700936,1420.28335728707,1318.64636984183,584.250008456067,1737.07644040266,336.118298189452,756.239200813423,787.300364306447,2497.21876172234,842.000911354536,1808.70361961875,270.027451014428,1551.38312307986,5041.23656395216,1842.56922360802,50994.1042253989,20541.922631464,1102.05935857961,9832.01500594817 -2182,372.018143364278,1548.13829474611,394.305705656785,1393.37171576153,458.526655796092,5521.24227515173,100.85324649083,499.466215038963,1554.51833181524,13354.2369917467,458.292849775039,3923.83168110842,152.676615065911,3065.79725353149,610.647501708698,7450.74046409722,807.156528481684,9136.96306246529,70.7667587565786,901.973270698838,1060.75303223758,1203.85921866303,519.139408388665,1585.86527375944,278.886475514622,690.40916066284,655.854970052638,2279.83779129374,773.629621705748,1651.25736217543,230.585242360379,1416.33641673162,5017.07535548497,1712.2764167205,43802.2820725388,16726.6217431429,1101.10099108974,7908.92184384207 -2183,321.974273686771,1435.93088265753,343.627049102456,1292.3816202167,406.876357830783,5121.06852496978,83.2687261503498,463.265436590813,1377.89523999469,12386.3361405458,390.246112207421,3639.43654670567,133.141918763976,2843.59153911018,477.403242619027,6910.71874352017,599.346270892574,8474.72572677797,56.8668848542605,836.599210240765,784.23834340582,1116.60478674078,461.392390043049,1470.92345047815,244.013517976851,640.369041208958,476.308157167529,2114.59758025383,652.084434988407,1531.57599008437,167.071317738463,1313.68186415863,4749.43901722558,1504.19248151461,36170.7606849558,13063.8353372905,1006.79377102759,6022.37969913261 -2184,342.880766817661,1375.79187760713,365.667175263181,1238.25468017804,428.228359089594,4906.59025891519,89.4595262881104,443.863163983339,1423.63508582049,11867.5772359851,404.034673450008,3487.01131823098,137.511758549128,2724.4975297834,483.586564557549,6621.28715984304,609.251329619912,8119.79111297523,57.3100531561947,801.561142087571,857.462204020282,1069.83965220671,485.809955307258,1409.31890259536,258.500336874771,613.549395870519,508.846394885526,2026.03496481436,683.89145629114,1467.43122008521,173.355171798588,1258.66283697743,4967.90582972595,1575.60222113482,37500.5391433209,13434.6377719991,1055.59255389952,6221.04978189989 -2185,348.443391977163,1345.21615131689,372.249620651572,1210.7355933198,455.440241993514,4797.54574192336,89.9155888699537,433.998707859438,1510.29876891907,11603.8310987955,428.293940457199,3409.51565528038,146.259605656905,2663.9480439891,502.090827187388,6474.13505988983,630.904711360034,7939.33612218398,59.1398175298695,783.747172922416,821.198791460187,1046.0634365503,514.434873509455,1377.9980685922,266.778335399018,599.913817191054,521.892622476875,1981.00817584511,731.982332022299,1434.81889254835,181.21142137734,1230.69019734966,5407.09129549121,1684.97335504809,39144.0991386922,13752.2899095698,1148.46315010603,6335.95487292445 -2186,391.188565742367,1353.7206578185,417.052996671613,1218.38990873598,519.112472695592,4827.87600439754,99.9986844519348,436.74246381945,1784.78461549536,11677.1909502414,505.893967090656,3431.07073996271,173.300748194517,2680.78962252491,587.027163845346,6515.06478234018,737.556880854301,7989.5289002022,68.5603184408267,788.702051676445,901.755530535832,1052.67668847158,586.336084484753,1386.70982359312,301.767467378022,603.706494638252,587.778429281369,1993.53218315407,836.865339737722,1443.88987090997,212.905531163674,1238.4706665141,6356.83082826514,1966.55518039892,45111.6088159082,15761.8527420451,1360.35131070779,7244.98321023732 -2187,491.719268718534,1406.28081995477,520.826504649119,1265.69565883922,622.563587825897,5015.3252717921,126.334763107091,453.699621544395,2286.32107325901,12130.5747751067,648.78599101063,3564.28702306507,221.318758916368,2784.87515627174,776.869011556685,6768.0215938584,983.251552544511,8299.7339132983,91.5283978140193,819.324549363765,1200.69024142636,1093.5483831625,707.931704395872,1440.55083779576,374.275029859173,627.146272304082,731.895910842055,2070.93395298397,999.288968529892,1499.95098313696,279.708212827692,1286.55608107658,7687.93280887613,2422.56415568707,57342.6574670455,20688.9424904938,1659.76725614583,9537.52611820363 -2188,660.265519257967,1531.56318742637,690.82966719572,1378.45361328747,770.241033582558,5462.12922074341,169.902678814366,494.1186914069,2981.36361960182,13211.2601581766,847.254769705817,3881.82126676773,287.722589417764,3032.97336520685,1057.17121934902,7370.96928136564,1349.05528407373,9039.13837596872,125.272924112541,892.316314461719,1756.64723214428,1190.97012741394,886.906107757119,1568.88624339993,491.418471533382,683.017310741322,967.617662089203,2255.42876001369,1226.67580108205,1633.57821291373,376.970299131617,1401.17244321074,9372.2015206382,3049.71301885525,75507.7854649211,28331.7715160687,2039.50639295169,13157.4019673848 -2189,684.875327291795,1784.58670347186,715.999748805745,1606.1825002201,808.48313885731,6364.50605499579,175.505289031619,575.750092363761,3143.61117845782,15393.8403638491,894.092918437799,4523.12165426803,303.503905467438,3534.03893745171,1145.64054608854,8588.69805647965,1477.13579303125,10532.4587904875,135.08373708816,1039.73237483939,1798.0458525728,1387.72560679432,930.393013735009,1828.0757543776,512.246321562019,795.855907870383,1005.94719611062,2628.03925348458,1290.48508886133,1903.45522912832,408.173699117344,1632.65461846659,9765.83338501582,3190.44028106738,80344.7600932533,30535.4568948142,2112.63182575216,14162.2731479656 -2190,675.12829438048,1934.86190362812,704.975049443652,1741.43476688693,808.217959483826,6900.4438267216,171.955164746312,624.232444160748,2881.88157708124,16690.1138580708,819.538601230241,4904.00144598892,279.078799795568,3831.63075949788,1052.02028480269,9311.928996735,1366.15394774933,11419.3685437648,122.58616660504,1127.2854146743,1741.19964144471,1504.58221169744,929.421613870123,1982.01304941373,507.699573121932,862.872772681764,994.360917779835,2849.33930243573,1293.6350133836,2063.7400250361,377.214082048422,1770.13603032446,9356.02172047221,3050.51885056192,76375.2743209398,28723.4828312013,1993.35805663019,13367.299709379 -2191,641.200285137298,1990.25690032963,666.418121205474,1791.29195462044,750.016643404915,7098.0031782719,163.10320088396,642.104186903947,2676.05951338499,17167.9509586834,761.17635487486,5044.40275494815,258.893766257676,3941.33015090445,981.875801502429,9578.52904456866,1274.8806857887,11746.3044773469,114.778148435992,1159.55953806804,1689.99955034202,1547.65832296814,866.893551731727,2038.75798099191,480.176400725239,887.576775746218,940.385822475142,2930.91573999126,1199.16857294255,2122.82479571936,351.296207130505,1820.81493375275,8597.91841917397,2827.63845231888,71361.0023073339,26993.0177263351,1833.77066730703,12599.4074426328 -2192,601.942850866985,1991.79002626215,623.960600772186,1792.67181475201,699.067999425766,7103.47088082828,152.632570733086,642.598809774072,2436.02125783178,17181.1756990769,693.076361641109,5048.28853706826,235.757457125561,3944.36621899295,901.705174518235,9585.90753488881,1174.97085348271,11755.3528388939,105.154640473549,1160.45276486596,1592.73457600507,1548.85050831328,809.558180483987,2040.32846806335,450.168790947075,888.260489980184,881.754071181556,2933.17347009952,1117.89437975189,2124.46004076938,322.650885060313,1822.21753589562,7863.45041273968,2599.21002613702,66000.3781560105,25030.7713386353,1668.58426188692,11708.8091948819 -2193,572.924460572147,2019.96481805882,592.400510095996,1818.02998728749,657.534506064664,7203.95276419056,145.14188448339,651.688667357176,2257.00996653317,17424.2113814334,642.32183247778,5119.69891496253,218.286751371058,4000.16110476136,841.567573658275,9721.50463368765,1099.18651879322,11921.6377456186,98.309401338153,1176.86790632609,1531.82709308851,1570.75971561953,763.305793716223,2069.18985858471,427.38732330001,900.825345731252,837.469181410236,2974.66456641686,1050.73245400623,2154.51151132591,300.918368117587,1847.99364633154,7277.08768848626,2420.95207486391,61923.1519235388,23574.2978230661,1539.28930399522,11051.362709221 -2194,549.906552761941,2045.50726367391,569.424576948768,1841.01896791811,628.486568596722,7295.04671298014,139.821808990611,659.929267487993,2093.77469679035,17644.5404523247,596.023345617975,5184.43748364053,202.351400913703,4050.74312309975,786.003070035799,9844.43301401529,1026.26881647025,12072.3867987892,92.1060148918591,1191.74939546131,1479.41412147364,1590.62196482897,729.360527139066,2095.35475460551,409.318806112788,912.216277987263,803.145502869772,3012.27918585555,1002.95345813734,2181.75529924397,280.271764324866,1871.36151728972,6802.7402739895,2272.96159415162,58470.9207692551,22279.3942952837,1429.87786422458,10458.7992685636 -2195,536.02779976775,2021.67150626474,554.298703229686,1819.56605876238,608.438964668069,7210.03945496296,136.237420698828,652.239285542486,1997.71311473584,17438.9332695555,568.830891020208,5124.02459909222,193.023678509364,4003.54088034865,755.886116496749,9729.71842887545,987.736810529514,11931.7104549815,88.5751113727851,1177.86225363238,1450.66391375677,1572.08686600206,706.519306362363,2070.93813751307,397.888102714053,901.58646195437,781.923413562098,2977.17788986026,969.988445292949,2156.33187936056,268.989978042857,1849.55503439762,6492.25050910398,2179.59392719595,56426.4071791752,21565.7237541732,1359.69371163818,10135.9014316067 -2196,527.675569440373,2001.01770516168,546.448643801541,1800.97700739815,599.809251645291,7136.38024752665,134.305962702043,645.57587834035,1888.24614648251,17260.7736337874,537.834577826415,5071.67653730825,182.28003580795,3962.63990469832,720.31611651125,9630.31767628233,943.434866609926,11809.8137107316,84.4030688936235,1165.82897689185,1430.22150885981,1556.02611164779,696.513028349667,2049.78101863575,392.267067309982,892.375674047078,769.850485477791,2946.76244412881,956.234831223195,2134.30236090986,256.066657758578,1830.6596096507,6226.78844172167,2098.42367312767,54620.3121639582,20868.9807649803,1291.64805058009,9825.6697308358 -2197,525.144775204289,1965.26406764497,542.371906963512,1768.79764240186,592.335596734294,7008.86935549741,133.422990609649,634.040904969465,1840.33105503832,16952.3628475317,524.119493788199,4981.05720692993,177.681658673752,3891.83653779339,699.480186152562,9458.24579182056,915.323644434163,11598.7991867401,81.9478675981694,1144.99826333108,1428.91454948734,1528.22346231646,689.230108485887,2013.15609155995,389.776306209562,876.430949372077,765.194796573854,2894.11049806984,944.430423960812,2096.16722958834,248.781854958202,1797.94988402903,6106.69507917803,2061.60656691164,53556.5664944194,20416.075120658,1265.89564183311,9630.19869971393 -2198,533.326984761497,1932.66346032411,550.500943120607,1739.45610081497,595.344757428628,6892.60335268202,135.646101288776,623.523174091169,1810.18446464654,16671.1500917236,515.663609957763,4898.42938468492,174.726538700905,3827.27715525829,693.012361791751,9301.3485269289,908.544634000058,11406.3935431903,81.4089458928385,1126.00456198556,1464.15179001703,1502.87266401218,694.14900221032,1979.76103168121,394.940137282046,861.892352908259,775.698019199671,2846.10180476287,948.500368677683,2061.39514686637,246.263359539802,1768.12475308769,6024.18244606268,2046.9685505397,53510.3076472949,20450.9444683059,1243.34755292804,9668.81632529271 -2199,554.743966724911,1886.75648312631,572.000534226547,1698.13842021718,611.713304735888,6728.88184014718,141.423343275895,608.712491981773,1825.28881695357,16275.1566232107,520.097147894224,4782.07592186834,175.901666808522,3736.3670052487,702.004466317692,9080.4115642862,920.391787940332,11135.4549866096,82.6869414389299,1099.25832974551,1542.74736541456,1467.17460145015,714.056251633318,1932.73533558653,409.123849803248,841.4196356431,805.041575667185,2778.49772710728,972.499018919684,2012.43037780772,248.97022945176,1726.12609973226,6076.8677928521,2079.29786771207,54711.2578519336,20961.0697104334,1249.88771242579,9930.18879639198 -2200,568.577591603243,1857.33783491746,584.181869702707,1671.6607389472,610.62859173007,6623.96389791958,144.986592541754,599.221336752101,1880.75608455127,16021.3914386073,536.029000900671,4707.51292949937,181.322633618052,3678.10889537093,729.134869844538,8938.82814544528,956.401112742944,10961.8289591778,85.8876401362706,1082.11849512316,1615.13524610252,1444.29814980044,716.611119218404,1902.59977679719,416.960750847795,828.300068556209,821.392332014883,2735.17488819624,968.834501091042,1981.05219951127,258.059612193441,1699.21202950313,6085.88185666635,2105.09198839176,55956.2951725247,21658.2975696477,1260.69118517793,10280.1552569328 -2201,585.576965682474,1863.64389811505,599.283305902828,1677.33638829142,619.479287564084,6646.45368635419,149.028147327877,601.255822642534,2026.43172415817,16075.787523706,577.56621887709,4723.4959528777,195.125453777893,3690.59686966716,784.526022274362,8969.17739808953,1029.12155682086,10999.0467366215,92.6171011656431,1085.79252118845,1682.94949360622,1449.20185403646,729.256510098102,1909.05951406558,428.065373925966,831.112326229903,843.8062661405,2744.46139783233,981.730459650162,1987.77829970317,277.691537185515,1704.9812214308,6337.67064493777,2199.61419148967,58731.5363087451,22916.4521032713,1328.86836604993,10865.4083124631 -2202,595.172029069963,1881.23144735306,607.699464628526,1693.1657193925,621.464979833381,6709.17748867774,151.390521857898,606.929984104419,2051.08073211534,16227.4976786873,585.019683686037,4768.07245042145,197.58361185733,3725.42570914048,812.305240086638,9053.82117004234,1072.59779451436,11102.8467577775,95.5955221281196,1096.03934433313,1727.47439417548,1462.87823770045,733.584397287699,1927.07565880003,433.897472491465,838.955685669261,855.771372196788,2770.36138334727,983.866788730654,2006.53732805382,287.086434564952,1721.07144189197,6280.83748892387,2205.42206186887,59938.8433440288,23686.1305697571,1314.05778477013,11240.3937468165 -2203,580.175335669969,1916.86937762281,589.509928901181,1725.24094433504,593.290873085203,6836.27572523194,147.062425324616,618.427627566933,2049.2971235352,16534.9103745251,584.714457106178,4858.39851516394,197.338975289249,3795.99993956508,819.40261748925,9225.33618909369,1084.48162170046,11313.1783887451,96.4439505137771,1116.80264476658,1709.92524612675,1490.59091106749,703.967017900138,1963.5820589293,421.661053869742,854.84880943527,831.355477415647,2822.84293522684,938.224121942254,2044.54904504986,289.263012179168,1753.67531108717,6063.70804181371,2149.81636944745,59133.2452974211,23640.2174215334,1278.69241649741,11222.7256147139 -2204,518.060988736446,1818.74936283552,523.063400490899,1636.92993632065,514.688380579661,6486.34292173459,130.740914238491,586.771778362962,1847.39790460991,15688.5273766043,527.547334516823,4609.70857326418,177.739583615854,3601.69167080626,755.533346113517,8753.11302466807,1006.64246885465,10734.0835147002,88.8482178733965,1059.63615585596,1554.17999913641,1414.29108388932,615.472922185593,1863.07093234584,374.950216180172,811.091118482584,738.995486448092,2678.34827441163,813.225286428579,1939.89340973348,266.306864701922,1663.90881501566,5240.21258109802,1891.69288721107,53251.1851072272,21664.2383159384,1109.22902802068,10298.807727655 -2205,444.026907442204,1691.93387223729,453.314962541675,1522.79212426622,451.37666986891,6034.07128023383,113.796722846027,545.858086535584,1483.83815360545,14594.6172773447,423.889020323127,4288.28855455312,142.821238378586,3350.55739933922,613.908228454878,8142.78686034469,818.91778168973,9985.63070704302,72.0778151143857,985.75116559486,1322.22007220097,1315.67715647467,534.59872746249,1733.16504254453,321.316886109231,754.536367062702,635.481472346784,2491.59574140572,711.258307449315,1804.6309378995,215.873617265757,1547.88985330565,4379.88888443169,1579.24834775965,44542.3790092832,18006.8004655007,908.42104960113,8563.84190018239 -2206,360.451916499504,1532.74918881212,378.103049949329,1379.52105073241,410.696806177206,5466.35894686775,93.7715947306509,494.501323646656,1346.34677342818,13221.4906031127,383.444238836454,3884.82724486867,129.311109519616,3035.32201829776,506.940707083441,7376.6771619505,655.149117928063,9046.13804188383,60.683782286432,893.00730024289,986.929319128861,1191.8923826843,473.630492600954,1570.10114675751,266.062342459374,683.546220996987,525.84795174116,2257.17530345166,651.004399301719,1634.8432119945,178.670776735124,1402.25747350721,4357.23789445228,1462.00238295316,38003.9911044711,14513.9288256793,911.355494914084,6799.37536897012 -2207,296.175589775394,1421.49636361537,298.801471405347,1279.39011252502,329.177849793515,5069.58961186006,69.8864381411022,458.608517621517,1137.5346796123,12261.8240160121,332.754519360703,3602.85155729523,108.25448227664,2815.00668400668,406.016476905492,6841.24959113747,530.991734134681,8389.53458606382,45.0514684658768,828.189399311337,680.47150236331,1105.38025410384,382.383818685064,1456.13717294076,226.6104623127,633.931809980784,361.96657018012,2093.3408474909,503.504608088313,1516.18001033326,133.942066929388,1300.47623837778,3824.68341120343,1232.53420321761,30210.9974192828,11085.9239220514,843.145913949635,5108.23471067776 -2208,317.563375312174,1361.12594407106,318.994691178255,1225.05489237888,345.595991209591,4854.2860348554,70.3806568056744,439.131585197299,1194.69957650204,11741.0689306156,349.273608584536,3449.83979754889,113.884757979482,2695.45440171922,418.613864643524,6550.70427663949,546.918364156722,8033.23418621329,46.1404655618932,793.01650490349,744.017537715184,1058.4351676412,403.323389002948,1394.29557116492,241.437939006215,607.008962824361,370.603532307628,2004.43744369263,531.181770224649,1451.78841168314,138.908731812836,1245.24549834367,4076.45123856329,1303.94790620437,31432.592610026,11419.4483136797,899.125406390063,5253.25427236114 -2209,322.480333356634,1331.27339017873,324.223795893097,1198.18668275059,366.296371493566,4747.82062208775,71.1606882533226,429.500441679664,1266.81038206604,11483.5608766905,370.094775620648,3374.17705015595,121.066646069609,2636.33702309446,434.359537182646,6407.03259562945,566.028672421447,7857.04728924155,47.5655816679182,775.623869010203,712.180105492557,1035.22130339801,426.47546026967,1363.71553273325,249.021879926665,593.695890764592,381.233988590896,1960.47562144372,566.26105900046,1419.94742592513,145.009334584623,1217.93446330653,4423.6064422333,1392.31449576808,32778.3534495229,11687.2361621376,976.98843892394,5354.95253649169 -2210,361.949152712704,1338.96794314573,363.025883927418,1205.11201526515,432.627767816874,4775.26228622974,81.0920112467452,431.982887375817,1496.60537496785,11549.9340710076,437.043156454897,3393.67926827583,143.409490737316,2651.57464071133,507.658415527208,6444.06424670281,661.508664982285,7902.45979953228,55.104826512599,780.106854238177,781.8866776423,1041.20472138738,485.88038857648,1371.59759623422,281.63210732734,597.127360597519,443.383882235425,1971.80686536476,672.125837233543,1428.15450101559,170.251002224529,1224.97393491873,5267.30469856941,1642.62979400845,38119.2156526026,13466.6158160503,1163.5673741248,6160.2863879964 -2211,455.30572026625,1389.47429533521,454.047560017835,1250.56927373227,554.934625580484,4955.38689642678,111.451643361315,448.277437190336,1918.50402055949,11985.6017364971,560.815272166153,3521.69007034103,183.28480796297,2751.59298942984,672.460066541824,6687.13666680195,882.666761072549,8200.54342419374,73.676286590778,809.532765237221,1041.64750944122,1080.47933780291,587.517775665529,1423.33475066892,349.519564130615,619.651219313254,594.947415443203,2046.18412921304,856.643517945647,1482.02500223149,224.136327549789,1271.18039213576,6494.5382864104,2062.90310777516,49440.6452912333,17944.2361414861,1431.28148347426,8257.78621761563 -2212,612.113408371323,1513.88885424576,603.753673409697,1362.54617398933,724.877835377254,5399.09591430492,157.204126135621,488.416531382169,2503.99842620789,13058.8014051273,732.92554403124,3837.02481110748,238.519365121484,2997.97266642755,916.141611286418,7285.90784347498,1212.36391400978,8934.82616434462,101.013835861123,882.018929428072,1525.11598687796,1177.22625904933,738.03405996595,1550.78119986273,459.396226131397,675.135249056064,823.309713059928,2229.40097369912,1110.36145139795,1614.72662007795,302.855224224889,1385.00282722094,8069.16074628296,2639.50179733228,66059.2710873682,24806.3403062076,1772.8265671409,11508.1842727364 -2213,634.817448531784,1767.17271650725,625.493508218895,1590.50938046234,765.059276990932,6302.40124088825,171.052133773821,570.13192621706,2641.6056236898,15243.6273565966,773.768722302192,4478.98505873387,251.758393219353,3499.55380547717,993.457275861092,8504.88958939449,1328.35352357934,10429.6831171476,109.015748012242,1029.58667220307,1560.89335347252,1374.18418816772,773.933598859567,1810.23740150008,478.800236596052,788.089950420176,900.658696568081,2602.39486130479,1171.94407680084,1884.88132376228,328.45991849219,1616.72318392861,8335.5840153627,2763.57043240206,70728.6113301942,26969.3179726879,1829.58534911721,12563.6743391913 -2214,625.648952564836,1914.78664156576,615.549085444774,1723.36641831683,701.247506405129,6828.8479066674,153.335071137329,617.755687405726,2421.46237328924,16516.9446985957,709.196799486481,4853.11971949576,231.490313995128,3791.87547180582,912.243783999176,9215.31258469801,1228.60665653859,11300.8862811945,98.9051827800423,1115.58920520517,1511.33735500923,1488.97133934652,772.772116767523,1961.44856814331,474.468017301724,853.919990570759,826.67421732134,2819.77583173338,1081.09905254455,2042.32758120561,303.581065823163,1751.76989027686,7759.66120859851,2578.43129599121,65783.146115516,25028.8082905501,1705.40426551587,11679.2009637457 -2215,594.403842970716,1974.83886828537,582.26748378772,1777.41525520923,651.334251497896,7043.01668862089,144.404092884672,637.12996326086,2248.83227727718,17034.9550534958,658.767507876065,5005.32500407738,214.777745030263,3910.79763293978,851.542293392647,9504.32652944534,1146.66141591346,11655.3087376495,92.6297739094052,1150.57671473895,1467.17884919086,1535.66899354382,721.367200066796,2022.96422297192,448.883591020321,880.700936165947,773.161285804319,2908.21065463735,1002.02657699871,2106.37979270526,282.807121929574,1806.70952706349,7150.87276808678,2391.18183331577,61420.0437889823,23484.3053112897,1570.76307807178,10974.3441075187 -2216,558.063333932926,1982.35985897898,545.25915969579,1784.18437638047,593.087672028447,7069.83936454687,132.721508465501,639.556413641829,2047.43878257553,17099.8311000842,599.908219429328,5024.38732018766,195.622792513628,3925.69154305785,782.169565893154,9540.52287565105,1057.015420528,11699.6969001243,84.8840531125896,1154.95857945855,1382.80177192605,1541.5174464958,673.811012009035,2030.66849461596,420.867275102675,884.055004009723,712.066791261481,2919.28630522324,912.843521291674,2114.4017448111,259.878681937707,1813.59021275249,6483.18213112387,2183.13393727233,56495.8604556858,21710.6174717818,1423.92885130807,10164.4065288535 -2217,531.247438891491,2015.5679314508,517.849899537553,1814.07265514357,549.681575466671,7188.2718161114,124.751177764179,650.270127218018,1897.30559872859,17386.283848739,556.05494300141,5108.55479235452,181.16054915177,3991.45389628217,730.14072835748,9700.34369407545,989.017309534028,11895.6877444697,79.3818604470295,1174.30620094861,1330.04369891723,1567.34062024901,635.573076919659,2064.68582311967,399.62835802711,898.864506184244,666.356417938431,2968.18957107114,845.155039906213,2149.82175498645,242.483911049542,1843.971091858,5969.81800174931,2024.62569058008,52811.1564328448,20399.428241024,1310.76702948907,9565.152820625 -2218,509.937170070105,2055.02421209378,497.853099633302,1849.58451196131,510.08384173578,7328.98772336957,117.533751225122,662.999661277828,1760.37249835104,17726.6336251817,516.044263035582,5208.55865152592,167.965618453342,4069.58965278425,682.052203445787,9890.23532568688,923.540297049565,12128.5549114667,74.3951452515208,1197.29414112291,1284.5886711926,1598.02250916515,607.390895114949,2105.10362398137,382.752327869271,916.4604649523,623.911395398625,3026.2941473994,782.548786188582,2191.90615669455,225.928255609792,1880.06823339445,5519.26438685863,1884.00252667423,49506.1147046552,19196.1101387598,1211.79005993067,9007.69539650231 -2219,497.113861935405,2034.28362985403,484.720484992831,1830.91735492541,486.834911489672,7255.01902182524,113.45761533019,656.3082564181,1679.88748056827,17547.7254155492,492.568728546649,5155.99063873715,160.254351900503,4028.51682338452,656.041325122679,9790.41692065993,889.012001646903,12006.1459933088,71.5622789572462,1185.21030412819,1259.68886581436,1581.89427229218,588.491634463979,2083.85760917558,372.091468951957,907.210976050433,601.608696657488,2995.75090500038,745.915279212434,2169.78407675154,216.924709757945,1861.09341568593,5236.08548294458,1798.82044751978,47623.2445022671,18550.597550798,1149.32440306249,8714.14683713287 -2220,489.362545275954,2013.65875766713,477.856299729051,1812.35434046867,460.332402070836,7181.46298576288,108.732446967526,649.654182371996,1588.15400670294,17369.8153205384,465.805186466467,5103.71589869592,151.368014459323,3987.67313602171,625.299522530588,9691.15539454742,849.304049993411,11884.419984735,68.2116754019128,1173.19388189557,1241.93809230036,1565.85601356543,580.158204514402,2062.7301241906,366.835151396419,898.013089308883,574.989785673778,2965.37806091284,704.253419742915,2147.78541412682,206.605783256234,1842.2244569709,4936.04264185865,1709.447360326,45642.5237656686,17853.7665444899,1083.59629104653,8398.38065294999 -2221,487.062746089579,1975.59096679355,474.373478059716,1778.09216682127,448.583683093603,7045.69895421211,105.370843030284,637.372608117906,1547.73054756683,17041.4426533139,453.896966997596,5007.23123426606,147.535778874692,3912.28702284027,607.159356210203,9507.94616136511,823.930889240619,11659.7475505849,66.2191066326597,1151.01490088396,1240.85999836073,1536.25383840263,574.233834389878,2023.73464956147,364.538195654905,881.03634270006,557.670822322043,2909.31821886952,686.567659089995,2107.18198731729,200.6865526938,1807.39759511898,4833.18854628444,1673.07306399122,44535.952847184,17390.1587458551,1061.28920355081,8180.77323787849 -2222,494.721195644359,1942.29611599094,481.633751201371,1748.12578491192,441.365710692627,6926.95701854648,105.110832547735,626.630897789377,1522.61489759442,16754.2413549985,446.631729789813,4922.84381820613,145.108544120092,3846.35282142313,601.647733541459,9347.7077040109,817.959432833431,11463.2445488918,65.8023475566605,1131.61672077448,1271.55492209704,1510.36318431265,578.541876623254,1989.62842800358,369.415264838901,866.188140782289,553.850714797229,2860.28716048612,675.02203940624,2071.66941864243,198.736175292726,1776.93732561889,4732.49090403948,1650.51710762034,44250.7473524045,17356.018402401,1038.97242958814,8175.9017232308 -2223,514.676451484367,1894.4510360933,500.632211059537,1705.06375273174,445.179858368438,6756.32350428917,107.304045544574,611.194937677927,1535.55947500732,16341.5298175277,450.529908138759,4801.57813998822,146.106705856838,3751.60462286557,609.539688212553,9117.44321535956,828.7228842219,11180.8674969004,66.8513808248246,1103.74131497348,1339.93978801395,1473.15801943952,595.385395595644,1940.6173990875,382.739037957762,844.851105476027,562.149377708958,2789.82897102832,679.003906927142,2020.63745289819,200.981410409811,1733.16557134446,4746.61717108408,1667.02460198529,45005.6489700786,17720.2225040707,1041.8016508667,8353.81959031301 -2224,527.693551407553,1879.75617644696,511.669935673512,1691.8379305505,458.835651183577,6703.91611886235,112.015319018333,606.454026641107,1582.45522284988,16214.7719956047,464.387216782103,4764.3333046751,150.637654657191,3722.50421207044,633.204222802703,9046.72111917941,861.271679233671,11094.1398510225,69.4558856671733,1095.17982491626,1403.05599037933,1461.73104142842,598.077109937873,1925.564436639,390.196220584241,838.297772515453,585.277405098905,2768.18885239475,699.344245927329,2004.96379166295,208.397464383635,1719.72176924584,4824.27339285889,1705.7481536071,46391.3119220698,18382.2850994981,1057.64194686857,8678.71144010972 -2225,543.575710724284,1872.5244524678,525.097180116967,1685.32915825091,494.393868910001,6678.12507662051,120.997239379615,604.120900578443,1705.05982109911,16152.3911629591,500.381141497604,4746.00414909851,162.104063816741,3708.18314037493,681.305493315417,9011.91692974775,926.756930526762,11051.4589128274,74.9000361768196,1090.96649219759,1462.1034292794,1456.10752729619,608.960926971091,1918.15648092413,400.66081036003,835.072706318495,629.711384152108,2757.53918519134,752.617028583927,1997.2503738744,224.250095265136,1713.10572333947,5142.33067640391,1815.61644945748,49439.1096637615,19628.0386795933,1126.21865309699,9265.70474459792 -2226,552.573822871165,1894.01713321574,532.655331202167,1704.67322689885,500.83747416909,6754.77604375605,125.876559053011,611.054950295218,1726.58441291276,16337.7869724097,507.028794820021,4800.47839207596,164.238075456833,3750.74535967515,705.777633685263,9115.35496669446,966.360378182957,11178.3066439207,77.3590794242408,1103.48851533732,1500.90367267298,1472.82060902797,612.864887231681,1940.17292231946,406.182907904647,844.657601754474,656.542215019244,2789.18999182253,762.081106651608,2020.17464842943,232.119773780815,1732.76860910348,5088.24938350709,1825.75286325782,50708.3591244198,20390.5873036297,1112.83246330617,9655.4787914854 -2227,538.790378142192,1915.1626922228,516.984257760442,1723.70487538555,500.606320995509,6830.18904446647,127.381704885115,617.877010286876,1725.45599425384,16520.1885106067,506.854636031783,4854.07283814596,164.076315102409,3792.62016953435,712.098278311595,9217.12240740991,977.261288803237,11303.1056959424,78.0697338913886,1115.80829909506,1485.83554184476,1489.26376286689,588.586665687561,1961.83378287522,394.828975291426,854.087694463478,664.286121189404,2820.32961591551,760.926871330218,2042.72868000802,234.002158650936,1752.11392558812,4993.43036492016,1804.91879134129,50629.1220592473,20505.5069488011,1090.55443521131,9724.91515482515 -2228,481.271225745384,1817.47658031308,459.034770896182,1635.78439320405,451.727510628373,6481.80370150225,118.346854937924,586.361148465614,1556.26784477698,15677.5483578039,457.494996529254,4606.48264415845,147.870401404503,3599.17116396595,656.922572152722,8746.98749164938,907.54211826474,10726.5716748772,71.9714236897866,1058.8946098206,1350.70256603044,1413.30134610027,515.151360206201,1861.7671330598,351.209308225294,810.523507232343,616.803248878748,2676.47393430609,685.339958406278,1938.53584916039,215.700244507317,1662.74439175759,4360.77530696448,1606.83939439875,46114.869649969,18946.5540660782,950.245118743153,9016.41747724288 -2229,412.391995689202,1685.97493078057,397.659687681151,1517.42889508324,362.990889132138,6012.81945822434,96.3981801109121,543.935590370268,1250.29570654612,14543.2154634996,367.672608838375,4273.18532808226,118.855021897766,3338.75683448402,533.907211736054,8114.10820393171,738.447264337778,9950.46160867096,58.4047571351778,982.279378911549,1149.00067806522,1311.0433801315,447.075115815011,1727.0608861157,300.890955275764,751.878912115985,502.813769226635,2482.82041430785,550.167068004332,1798.27508068404,174.946049745023,1542.43823065735,3511.0519141401,1306.55315564802,37827.3814283473,15587.0976307706,765.667682950221,7419.61738698531 -2230,334.282103339955,1543.30750526052,330.723133473088,1389.02385778472,328.183899167898,5504.01386653944,79.0602195252643,497.907687517095,1132.30419068163,13312.5666139344,332.073940460813,3911.58781058816,107.361013128015,3056.23078186189,439.990118794259,7427.49127581993,589.61746367556,9108.45220833669,49.0463575786995,899.158765685194,857.029972657084,1200.10271288097,394.449017613305,1580.91676152636,248.799030962121,688.25481739428,403.617690240746,2272.72381674223,497.183251407901,1646.10480136721,144.057051114325,1411.9169000171,3507.72787630586,1204.89941206752,32066.2623392142,12484.5869810567,769.728800567779,5844.88434834273 -2231,328.989962233679,1425.02544446826,319.665578299157,1282.56639300315,336.997443997238,5082.17563887296,72.9786923179178,459.747082995257,961.632011994283,12292.2658584705,293.967379462598,3611.79618407873,89.1513332586756,2821.99536610504,390.02509573156,6858.23403341947,498.096676490069,8410.36288125341,38.0168437125458,830.245505416484,692.134384218102,1108.12452865126,383.695194982297,1459.75225486973,244.228647750418,635.505642084688,355.88131733184,2098.53788442504,508.172884102833,1519.94415773522,131.850075853457,1303.70486836936,3548.77945502603,1165.18210314473,28852.6490825175,10540.2141235194,791.984228874169,4916.84892478983 -2232,351.839728391666,1361.50199192219,340.353417086535,1225.3933469222,338.551680104391,4855.62716264754,71.6588280866235,439.252907173196,966.032929284208,11744.3127184228,295.244937591902,3450.79290908738,89.6652177568566,2696.19909389118,389.177828171099,6552.51408584736,498.090714043006,8035.4535844009,37.701086856853,793.235597158606,756.574181157628,1058.72758897964,403.19285086304,1394.68078302255,259.450359577796,607.176665465754,354.136753428038,2004.99122374268,512.279363280315,1452.18950749275,132.158388613534,1245.5895310879,3604.77758691383,1185.07922025409,29193.7123070538,10635.2382214609,805.144028994381,4962.72151636283 -2233,354.235078985949,1329.39314250533,342.373551552453,1196.49440245778,355.70845708174,4741.11495310626,72.0178154222868,428.893829084422,1014.89142696781,11467.3418650434,309.984505851165,3369.41147112838,94.4390693524208,2632.61354556494,400.806171767903,6397.98350907802,511.873704463839,7845.95024862286,38.5591581471907,774.528402830303,722.98441697596,1033.75919016002,420.166981216179,1361.78946482224,264.810906965352,592.857373803648,361.842043176424,1957.70670879724,541.325975374423,1417.94193789867,136.935992978486,1216.21429188428,3869.69423655327,1251.65110493899,30171.4877161293,10803.9753248214,865.301994115325,5025.94204115301 -2234,395.667988301283,1342.87307465566,381.140874405822,1208.62675281201,413.381006532431,4789.18945104171,81.1788935152915,433.242775630707,1179.38321143849,11583.6197254769,360.113152950326,3403.57701370953,110.044603025461,2659.30802053822,462.486901418086,6462.85851169671,591.307073605664,7925.5075094697,44.0812269795816,782.382054233213,793.013414757965,1044.24141945517,475.030260446375,1375.5978928951,297.781980135976,598.868896594141,416.054459170674,1977.55768648101,632.145201493844,1432.31974721997,158.699493110861,1228.54660022157,4525.17681264869,1452.53542909797,34632.618591791,12318.6487835779,1011.609598135,5727.91533649933 -2235,497.925807962236,1391.78844869208,477.178768848384,1252.65208238337,524.805729323072,4963.64003594832,111.146890043835,449.02403807354,1497.52764025041,12005.5636174659,457.747452017242,3527.55540439256,139.283277046586,2756.17573570635,609.271969562722,6698.2740155225,785.748664648862,8214.20133435231,58.6818402667581,810.881032688059,1057.0467362145,1082.27886363438,574.903429227136,1425.70529822225,369.803126798603,620.683241247076,555.911657191386,2049.59202519738,796.959120305062,1484.49329771951,207.640791660914,1273.29752836601,5499.91242008099,1805.86475567385,44611.0465555078,16343.7741899786,1225.75789514704,7647.40511554025 -2236,685.414298434263,1510.27299506209,652.574863837773,1359.29179036494,713.831175067218,5386.20040319092,160.660053106519,487.24996925609,2037.21315224226,13027.6110130083,623.314847053749,3827.86024043089,188.990280411953,2990.81213613637,856.339091411408,7268.50576226317,1110.37499725336,8913.48571180725,83.0191562485454,879.91226470351,1553.73366909272,1174.41450416514,752.589393097299,1547.07722487958,500.31376722992,673.52271720891,790.641290022211,2224.07614422948,1076.66168784675,1610.86991417649,289.691965940392,1381.69480683479,7175.08721329588,2412.72161180984,61597.3118495937,23169.4115693341,1593.97850566583,10900.3062279616 -2237,713.941585348467,1763.38329224428,679.375886778883,1587.09878296923,765.686702588256,6288.88673155132,176.371955640196,568.909367870543,2185.39175431438,15210.9397925451,669.024185828293,4469.38057893598,202.904292999707,3492.04956213062,939.859695783249,8486.65218981101,1230.17249561238,10407.3183002341,90.6725838568629,1027.37888533536,1591.07700166809,1371.23746606422,794.675643144731,1806.35563178572,524.108630815244,786.400015332546,873.958308190061,2596.81443436794,1155.62162902372,1880.83949188339,318.143482640508,1613.25637505223,7558.3468801831,2567.8007423278,66678.771702963,25384.8488737232,1678.20811659672,11980.7169985968 -2238,704.36830309949,1926.84915503051,669.270619753602,1734.22304859322,710.362900219724,6871.86735752152,159.136446849493,621.647340990258,2027.4197692309,16620.9959090536,620.526425827161,4883.69274559262,188.85249987635,3815.76301517094,870.238135320339,9273.36596240697,1146.20351358306,11372.0780735183,82.9219944978832,1122.61704293749,1540.71059341629,1498.35135926081,794.364443385985,1973.80503609125,519.9132621188,859.299400036277,807.874800112952,2837.53947348831,1079.45383575347,2055.19355980237,296.632072407377,1762.80545289774,7145.74834741637,2427.19237490844,62614.0067684546,23729.2061495025,1590.38439457713,11208.2482593552 -2239,669.597367379079,2008.39406249807,633.742703930676,1807.61595413356,657.732921656567,7162.68710661055,149.606556484073,647.955666562167,1877.27175422631,17324.4020734043,574.692567696199,5090.37227315169,174.69289973554,3977.24739560511,810.656004358305,9665.81794410101,1067.88616032192,11853.3482610666,77.5110989570432,1170.12657561099,1495.94242754966,1561.76209518989,743.039305938348,2057.3371323152,492.362293610042,895.665241067445,754.250620034144,2957.62510302347,997.291188954204,2142.17004585705,275.730488080422,1837.40797544838,6563.55459047377,2246.21875789976,58380.9349889433,22246.7189550478,1460.05580041769,10523.5368115202 -2240,628.856011089285,2028.32469120321,593.745400499384,1825.55412826783,598.486076165836,7233.76720982268,137.446692818598,654.385761158036,1708.22958330089,17496.3236259079,523.057552855426,5140.887419378,159.033706673476,4016.71626408589,744.357033538254,9761.73827775097,984.218541439254,11970.976911497,71.0095254799462,1181.73851907965,1410.00440863115,1577.26049813093,694.629910755778,2077.75345562104,461.84069237026,904.553522355041,694.448549202846,2986.97558203457,907.888243598431,2163.42822252889,253.278383948358,1855.64179560466,5949.28640879932,2051.65216315234,53717.8054768527,20573.808636287,1323.84284193122,9748.69718331912 -2241,598.231686812733,2050.01985752889,563.551222955591,1845.08044011577,548.01758041326,7311.14031653434,128.372922768876,661.385137535523,1564.26190459784,17683.4660754369,479.137784240583,5195.87487188436,145.525283327045,4059.67946805928,689.304502947442,9866.15081903791,914.641238571141,12099.019692962,65.8910342266512,1194.37851396612,1356.13103260344,1594.13103616377,654.797811172907,2099.97731701708,438.235682034286,914.228718443263,645.484932801894,3018.92457538068,830.190279073762,2186.56846990891,234.354877522234,1875.48992818971,5403.01331793964,1883.6410341871,49873.2795035098,19240.2850560757,1202.42408387802,9134.229054363 -2242,572.863851794298,2073.73991049701,540.307810202803,1866.42921174316,530.138531158078,7395.73492908341,123.598222423631,669.03779047791,1513.18926433873,17888.075191992,463.417346337124,5255.99449790856,140.721946452736,4106.65257988661,662.259861918078,9980.30855227135,875.181198793914,12239.0131603059,63.4962132805153,1208.19824430249,1309.37197870908,1612.57616120832,623.320721647773,2124.27541003728,418.550570676087,924.806934818489,618.915187473549,3053.85548132863,802.344107759651,2211.86847845965,224.844779257691,1897.19055722238,5238.04757701921,1818.2580968297,47908.0546233824,18427.3258675489,1165.19263794786,8738.03702170973 -2243,557.46524552783,2045.70975205756,525.017198463931,1841.20121364351,494.647936650842,7295.76886256319,117.901665832893,659.994595053957,1411.98132356542,17646.2871166069,432.608506561351,5184.95070028114,131.264163816053,4051.14411332948,627.424331500304,9845.40753185954,831.528646405286,12073.581865721,60.1783933710071,1191.86736884282,1283.70929059695,1590.77942331195,602.233139515665,2095.5621774805,406.053800498219,912.30657989083,589.182061699461,3012.57737670253,747.168862966809,2181.97127506176,212.487887672918,1871.54676667777,4839.91067499106,1701.91480822412,45465.4846707146,17637.8704129627,1076.95900784997,8379.9304118652 -2244,548.803867841614,2005.55922793283,517.605190956205,1805.0645165033,464.617228451531,7152.5770224548,112.602977679519,647.041081543913,1326.32606247167,17299.9487976569,406.499929850447,5083.18724729482,123.186568267434,3971.63353794537,595.468186732153,9652.17470778557,791.531467252436,11836.6173405806,57.1249546672666,1168.47494990457,1265.62669135504,1559.5576786101,593.744758132751,2054.43321493966,400.335886364824,894.401015668821,561.08491737522,2953.45043529784,700.62172487143,2139.14638740078,201.467736845395,1834.81448658258,4531.06774423714,1610.17918014083,43448.6595280342,16943.0111163513,1009.28227808893,8061.17513191824 -2245,545.669500940956,1952.33374561917,513.278842906682,1757.15995793427,449.316977427319,6962.75497357012,108.701706638187,629.869275714261,1282.64266872755,16840.8259226341,393.099055559779,4948.28467789686,119.135927557687,3866.23046249087,575.251186559116,9396.01590327739,764.47877599814,11522.4856718968,55.1757459228926,1137.46482469166,1264.38464672338,1518.16861939715,586.804478305499,1999.91066720165,397.368973075947,870.664531212129,541.854426748357,2875.06889377126,677.655384174413,2082.37563906128,194.655831718778,1786.12039435917,4396.51255016186,1565.41147369084,42217.7322786175,16457.5685175821,979.693877222379,7833.01218840445 -2246,552.158586279494,1915.94371684124,518.909368316898,1724.40782137968,442.9850074243,6832.97447142471,108.546461328255,618.128987394702,1264.60427600396,16526.9256269783,387.644484785185,4856.05238296567,117.439095303937,3794.16684216579,570.876707585526,9220.88125230627,759.978937793019,11307.7152279937,54.9160352307544,1116.2633381132,1295.05198940356,1489.87110117129,587.513159627086,1962.63384048283,400.883106360013,854.436000912007,538.819772599088,2821.47977765952,667.667941958686,2043.56172745322,193.05804505756,1752.82845710848,4309.468063308,1546.07865292019,41967.8545106354,16435.1496670998,960.118140273379,7831.84268923862 -2247,573.35472485896,1878.77266344487,538.282321730186,1690.95273883096,450.341539551136,6700.40854232106,111.244371894959,606.136721967316,1285.63099795262,16206.2882149508,394.141061043265,4761.84054321477,119.20747340972,3720.55654920927,581.408841452275,9041.9877564388,773.508264643698,11088.3352520393,56.0856523809346,1094.6068125166,1364.43253037102,1460.96624464103,602.855539033156,1924.5569561564,414.444537891107,837.859164163356,549.307299864421,2766.74049980376,677.097872718453,2003.91476839996,196.309841240829,1718.82198833742,4359.73292958764,1572.21246339714,42869.7315208761,16835.3790024247,971.029985963116,8025.14803372482 -2248,593.070124116289,1867.69366298221,556.032894624903,1680.9813002741,464.087554468194,6660.89666800823,116.11613544602,602.562373056575,1324.91347440681,16110.7207851468,406.26437720463,4733.76027857824,122.911495435633,3698.61666870533,603.990362709401,8988.66774147045,803.950740669494,11022.9480586988,58.2763492807078,1088.15198718395,1430.48879364025,1452.35102151412,615.899310866273,1913.20796869105,427.216777787643,832.918363049935,571.913299884304,2750.42521063983,697.288597133559,1992.09781306619,203.549304463167,1708.68620662496,4445.93866358814,1614.09908218889,44312.2296178352,17496.1630604986,989.256950253832,8350.41579638235 -2249,609.67624146807,1860.02803612547,569.382922687325,1674.08200214163,506.764809752116,6633.55816523327,126.247775822972,600.089259611202,1446.72709749543,16044.5971073833,443.567545560647,4714.3313750894,134.059822678795,3683.4363338194,655.537842086745,8951.7753033737,871.573525134641,10977.706267524,63.3812885108933,1083.68585482911,1490.36226824988,1446.39009697035,625.18528778756,1905.35553620815,437.647501975517,829.499793131425,619.819098829588,2739.13656423062,760.864167642326,1983.9215908089,221.041536419825,1701.67319847761,4805.98597682305,1734.52358858661,47487.1313819924,18751.4758332216,1066.7823807011,8946.17048487051 -2250,618.11456090768,1861.67686930496,575.861736748212,1675.56600232695,507.259697892595,6639.43852326468,130.55674023842,600.621212389699,1448.30283865564,16058.8199381946,444.373998398316,4718.51042284533,134.274460234895,3686.70153838824,674.010806766222,8959.71065910428,903.173754170564,10987.4375220949,64.9969773806146,1084.64649475436,1529.44988823519,1447.67225827977,626.424821997165,1907.04455022611,442.278415002825,830.235108274384,642.17771817778,2741.56468851828,760.966117135208,1985.6802501844,226.984726127043,1703.18165704694,4682.71074506167,1725.2082102465,48319.6599347019,19370.847279604,1038.09316160674,9274.34528331806 -2251,603.998720711854,1854.44514532579,560.491574219871,1669.05723002737,510.578161322826,6613.64748102285,132.546221973678,598.288086327035,1457.82465119846,15996.4391055491,447.388981559375,4700.18126726874,135.128675769638,3672.38046669273,683.136488107652,8924.90646967261,916.992519273775,10944.7565838997,65.892872297768,1080.43316203569,1514.60022165267,1442.04874414755,604.542276739374,1899.63659451124,431.144115649712,827.010042077426,652.195663902886,2730.91502131487,765.37385416442,1977.96683239585,229.912453931533,1696.56561114058,4637.42637192064,1716.89176240979,48430.3505962498,19527.9335044845,1026.03618929784,9361.52404436374 -2252,540.036736756192,1747.84955295306,498.411995837641,1573.11794350428,459.010197737802,6233.48758642527,122.909583014125,563.897814319085,1310.73285803608,15076.9457969397,402.540488428281,4430.00956242939,121.405126627703,3461.28790768561,628.886904677977,8411.89280927727,850.238049566224,10315.6396675128,60.6351846711449,1018.32864887895,1377.11766039082,1359.15816067561,530.712194516454,1790.44334681921,384.068110394951,779.472574843284,604.512065826138,2573.93895483462,686.731702463986,1864.27107454382,211.448016838536,1599.04511193651,4032.15851652394,1524.48167790662,44005.0998242239,18010.3057969033,889.944895234829,8664.42642511915 -2253,462.826060596013,1642.61352143356,431.714636281504,1478.40230324405,367.303657234052,5858.17639616113,99.91926575435,529.946168960822,1048.91774997044,14169.1800567912,322.250771329344,4163.28373058886,97.2028017393994,3252.88770371162,509.882944124857,7905.42232083041,690.461259395537,9694.54674829666,49.0931401191177,957.016240376986,1171.43269225305,1277.3247953295,460.32607503393,1682.6427914674,329.062971273175,732.541418602632,491.807813088581,2418.9650209954,548.90518565919,1752.02543576437,171.051411030665,1502.76842638509,3234.3918407139,1237.73974109983,36072.501711739,14813.0871743702,715.643607853865,7126.23744030148 -2254,371.898197452382,1513.54173250489,354.922717713483,1362.23375382809,332.849683749144,5397.8579478798,82.0721820153629,488.304541657053,950.154470449539,13055.8071338736,291.169967524664,3836.14501420002,87.7822567469441,2997.28525698653,420.298505631819,7284.23724724371,550.874116677265,8932.77748527293,41.2066463471018,881.816690046094,872.439740902943,1176.95633115648,398.070047654494,1550.42561902316,268.905758323909,674.980446329087,394.885210855332,2228.8897911609,497.086950599992,1614.35637710151,140.927972799048,1384.68525794157,3225.54677118779,1134.80002373191,30496.8435067239,11839.4874933847,717.196026551268,5607.50522710329 -2255,319.085686536155,1391.036347378,314.096881535403,1251.97516824593,338.862591360713,4960.95776035018,76.274344179701,448.781392311241,1108.84760509378,11999.075993444,320.937810350553,3525.64916709217,98.7352446258299,2754.68634024928,398.895237656283,6694.65437009871,483.678627073062,8209.76250485667,40.3740073886638,810.442844908281,677.06646281386,1081.69401659364,364.411293051836,1424.93486875842,224.923622374694,620.347833461638,348.010260433888,2048.48445683313,518.61317875137,1483.69110011468,133.653319037977,1272.60945774349,3691.63109539317,1206.60727372391,29772.7288450708,10913.3034382105,798.861755460283,5005.43353582324 -2256,336.889539741326,1319.3555128771,329.484224056619,1187.46022943543,344.537125710289,4705.31699808262,80.5782108838195,425.655451159538,1127.47188950291,11380.7572974078,326.206695291208,3343.97061143766,100.523611405188,2612.7359044972,401.412570546844,6349.67530981154,487.321736107699,7786.70912561784,40.3607129443453,768.680298913126,738.827202066781,1025.95375507552,374.517429532454,1351.50722562418,235.323869470126,588.380983373809,348.790146790229,1942.92497551211,529.414902627508,1407.23571747983,135.181344837705,1207.03122314399,3764.39217672058,1232.94105649623,30212.7813857996,11037.0204964148,818.541501861489,5058.7717600312 -2257,346.002004023097,1283.13904356665,339.114244271181,1154.86430169876,360.3220976676,4576.15547414631,81.7171642376765,413.97115724991,1179.23543906274,11068.3541252769,340.946598508386,3252.17821140435,105.397614941691,2541.01598611434,411.752631996182,6175.37595020405,498.872401517152,7572.9630129705,41.1072905551726,747.579931208273,707.902838383131,997.791199705131,403.856161923993,1314.408187888,245.896444646982,572.229853811513,354.997896630592,1889.59144860343,556.916673691327,1368.60692586358,139.516020239987,1173.89806924947,4090.48552652467,1310.49561400325,31332.638678928,11231.1348047912,883.036712128651,5128.70612421405 -2258,389.835270521147,1277.18010491584,381.272683633834,1149.50107504118,428.504851134056,4554.90366214374,91.1335088562134,412.048661989846,1402.47825345238,11016.9523356356,405.274869472394,3237.0749920452,125.706168839203,2529.21542681571,483.27578314932,6146.6973072951,585.053018319098,7537.79393115865,47.7785540884857,744.108146159734,777.462443679086,993.157425543884,463.025184018398,1308.30403433346,279.319444694023,569.572400116121,414.230958169349,1880.81612563763,665.962942579292,1362.25107164093,164.588186882741,1168.4464491682,4881.8640677615,1554.17751805382,36581.9299394462,12975.8663202676,1061.2328737614,5913.05858458745 -2259,493.92694670578,1290.74681539695,480.942439999399,1161.71152854166,521.432724345698,4603.28764418029,116.233107478054,416.425605288471,1706.26598036496,11133.9787457296,493.848962001476,3271.46047851943,152.427630745971,2556.08174998181,617.86662928763,6211.98994884359,757.584093520249,7617.86334935326,61.779840468852,752.012356182059,1037.4790859694,1003.7071351758,566.341092800001,1322.2013554605,349.835611336792,575.622622649864,539.665813932959,1900.7948958569,803.611225827831,1376.72143946173,208.68364460594,1180.85814790007,5696.49031727764,1864.66799065901,46013.068503362,16908.5019852607,1231.08796046216,7779.34259076519 -2260,670.598930377579,1312.99159465307,647.129898979967,1181.73250880164,686.077669192804,4682.62087690703,158.383590521956,423.602299862292,2244.58315574721,11325.8621549983,650.626137178404,3327.84095168557,199.945072985395,2600.13335918252,850.05850215407,6319.04761771007,1051.38795504175,7749.14989338204,85.6376205821013,764.972565466787,1522.19750307044,1021.00506176639,723.908305963251,1344.98822344538,465.881425032116,585.542924619956,754.338049845925,1933.55326672027,1048.35003985007,1400.44790862879,284.555512199603,1201.20910171958,7052.1059495508,2397.58258024706,62037.1634241016,23582.1052172314,1529.81247490123,10940.2316397793 -2261,688.416598932905,1364.13433810377,662.479346472391,1227.76253882705,750.589049489517,4865.01509722025,161.824620136386,440.102164625484,2455.48365087144,11767.019329888,712.099417721722,3457.46471830363,218.989163939139,2701.41196132119,946.822168573388,6565.18280431856,1180.70558652265,8050.98943795504,94.8656959774778,794.769249483511,1555.58465106788,1060.77454707645,745.797200466832,1397.3772775231,479.578343865156,608.350588960811,844.722292606257,2008.86770062133,1148.4560592944,1454.99719013123,317.37469265526,1247.99777056565,7500.01582479511,2579.3981687049,67694.6333153241,26012.551870201,1635.58633048616,12108.5853634468 -2262,668.712945474784,1451.37784361796,640.945331978013,1306.28435653539,701.051494144857,5176.15818599474,156.087850988282,468.248993389932,2293.52910610954,12519.5815864907,664.907001753223,3678.58761931919,205.256805327235,2874.18134536238,880.558234584413,6985.06048512411,1104.56262682628,8565.89220215148,87.0813501140789,845.598888077763,1502.96415515786,1128.61661179261,726.43355099378,1486.74684239049,467.008661827019,647.25778195497,783.666787294085,2137.34526725165,1080.73515937777,1548.05184892444,297.386912825419,1327.81373687978,7148.3011816698,2443.90642570024,63521.33892223,24297.5642695007,1552.90804705461,11315.9897730058 -2263,638.376656789846,1576.39986767948,609.719282270364,1418.80799396866,639.398942137735,5622.03365262202,148.903151232929,508.58407027966,2091.71376706387,13598.0212479676,606.651918765893,3995.46201000748,186.988776724549,3121.76399304929,812.27750093913,7586.75521532988,1020.54041768797,9303.76014309797,80.6308493210369,918.438972413154,1460.34149240965,1225.83590848797,683.621688747584,1614.81556020926,444.532857161526,703.012717408483,725.757857743742,2321.45668427865,982.906836518902,1681.40139422427,273.584337465973,1442.19192012914,6482.1568014294,2234.60706351482,58781.332692992,22654.4084116942,1401.49501936469,10574.7578311921 -2264,598.962442198525,1661.82097774079,570.51703642631,1495.68960014837,606.186191503962,5926.67739514907,139.264466276388,536.142950950425,1983.10812866723,14334.8635260303,575.053595627916,4211.96596125751,177.413606790833,3290.92446502284,766.893070584326,7997.8622355372,963.561287028868,9807.90730490756,75.9208553785574,968.206850573782,1376.30556204155,1292.26084685732,637.799899304209,1702.31831920175,416.507032562229,741.107193270532,684.147111482173,2447.25053328617,933.459607130908,1772.51227065736,258.720085366944,1520.34064195073,6126.81955469272,2113.57732387407,55402.3919224832,21319.0860809253,1330.84962271818,9949.1461994923 -2265,575.74736405297,1717.64987731986,548.06308739479,1545.93731371476,555.29695746302,6125.7842072325,133.815309491514,554.154681076333,1816.53084590772,14816.4434717609,526.959074292542,4353.467018129,162.400381718151,3401.48311961983,710.596696394334,8266.55053203596,896.084510798584,10137.4040914693,70.4958923465058,1000.73377360369,1325.65677967088,1335.67436853957,611.942025987155,1759.50772754797,400.197127349223,766.004700056538,636.343208216948,2529.46595004749,853.850795320319,1832.05984580937,239.525674125391,1571.41650762,5636.39061856774,1950.81369959184,51631.170769736,19982.2714510286,1212.91338742499,9343.51300213374 -2266,550.639393329541,1744.11798371652,524.689203826127,1569.75941730074,525.281478995994,6220.17940982931,128.46664043056,562.69392137938,1718.33088458505,15044.757290199,498.49613288565,4420.55171900527,153.535172988676,3453.89823535751,672.50403875238,8393.93384915101,846.258555301692,10293.6163053913,66.9378702500372,1016.15456939229,1279.78701716925,1356.25642764521,581.033662609044,1786.62084201525,381.632748546411,777.808440835813,602.424864987937,2568.4437270535,806.339251945882,1860.29095132406,226.204502025281,1595.63123255687,5319.71955273394,1844.94685393674,48924.7462881435,18952.8757585054,1144.99810134205,8860.18677521508 -2267,517.143678564763,1712.47196328749,488.911721372598,1541.27703305131,465.430000354836,6107.31782218818,120.489534982906,552.484162924096,1522.31289287841,14771.7787984912,442.129061868866,4340.34334358956,135.930591248069,3391.22923295264,616.631596680922,8241.63073402337,782.130495359041,10106.8445417088,61.4368926396719,997.717027573291,1248.97263862857,1331.64793268273,526.197560649644,1754.20363160104,354.630763893164,763.695552809676,558.268004606491,2521.84078882569,711.60401628856,1826.53703903191,206.520319309434,1566.67941905908,4556.73934997748,1624.91166728114,44555.7374103319,17638.2203429374,976.096215803551,8293.55169701616 -2268,507.875938004428,1650.48163667395,480.690895389188,1485.48384710193,468.2223979564,5886.23704851914,118.502772702626,532.48460997216,1531.5295523483,14237.050398837,444.623801389943,4183.22585071832,136.697103736192,3268.46902882728,612.010359090076,7943.28927677141,773.653968665773,9740.98360640334,60.9449476524227,961.600346113335,1231.01467693007,1283.44317835625,516.576106335678,1690.70264682529,348.653299936632,736.05029042471,551.914326399054,2430.55185825159,716.344938412112,1760.41763383945,205.22363046758,1509.96668392049,4590.0521941778,1629.62451335873,44243.2115588389,17409.4419758387,990.311491014002,8171.29955150861 -2269,511.837722463971,1590.63189833799,484.212138659381,1431.61725593493,450.32121721439,5672.79041614869,119.258785341497,513.175661682991,1472.97060331472,13720.7867082191,427.634649890711,4031.53378277731,131.471546424605,3149.94785792306,589.108803835471,7655.24984986833,744.908225109873,9387.75621688025,58.6570566752857,926.730809961069,1231.98953518545,1236.90298264193,522.949589334558,1629.39441487167,351.778768986426,709.359646733089,531.395668921013,2342.4152261946,688.934432619167,1696.58139815759,197.538338871363,1455.21229652193,4490.96416829057,1587.39862874087,43042.9161768587,16914.860934515,960.380017292674,7940.81503953115 -2270,525.243246787646,1565.63906284742,497.635582108892,1409.12294119095,435.594699118152,5583.65658336728,122.58429906874,505.112378843256,1424.71464448911,13505.1985728636,413.813809370145,3968.18822764738,127.125117090121,3100.45423925542,577.660652190232,7534.96658361621,733.087228007633,9240.25090971324,57.7052721305575,912.169533589337,1264.26255946245,1217.46811980833,536.660763307119,1603.79252256542,360.983973447997,698.213819107622,523.246577276627,2305.60998014111,665.449458333682,1669.92382903377,193.454570885905,1432.34724423119,4381.78388724616,1553.44550940553,42550.5093471227,16816.6195887136,925.117815367427,7909.91965287162 -2271,549.260683312904,1548.42756426646,520.458190984836,1393.63206715859,440.503305504415,5522.27391884278,128.558436718113,499.55954026252,1440.72670343275,13356.7322298933,418.557797173276,3924.56484875383,128.339395325298,3066.37009751063,586.402594137668,7452.13263437529,744.073168977295,9138.67030330514,58.7546405096179,902.141804334539,1333.30909695538,1204.08415966471,557.349124504165,1586.16159256289,376.388417584729,690.538163560984,532.02747157333,2280.26377880829,671.039878452965,1651.56589948553,196.022356430988,1416.60105908128,4436.94484012479,1577.68135109313,43454.5752442018,17219.3029452207,932.221202909048,8102.2155773093 -2272,574.629199154489,1561.09754288218,544.789904119435,1405.0354346112,470.698961201782,5567.45981844605,134.669455144836,503.647176544945,1539.52837768879,13466.0234331979,447.16842748834,3956.67752477252,137.264338626299,3091.46061156495,623.616964930886,7513.10956561699,789.013338828463,9213.44729642449,62.4651886712289,909.523562211394,1399.96612451379,1213.93655502793,581.043975326054,1599.1403291358,393.415348378052,696.188478737205,564.842730701488,2298.92199310415,717.556499080451,1665.07980553566,208.314306725177,1428.19236986633,4717.06209351985,1677.38519996342,46019.4368528985,18200.2458991639,997.406378428412,8557.15008271988 -2273,584.418029951137,1584.93330029135,550.729841274384,1426.48834376693,493.643706518451,5652.46707646323,136.683919042178,511.337158490452,1614.49572486738,13671.630615967,469.11511419404,4017.09040932083,143.717394402427,3138.66285431605,659.498694145164,7627.82415075683,836.600211741748,9354.12364023211,66.241712145917,923.410704040321,1456.69130999616,1232.47165385485,577.682138310521,1623.55694622823,397.803665900668,706.818294770098,599.098864511719,2334.02328909944,750.719903433719,1690.50322541907,220.113474705235,1449.99885275843,4770.36178721281,1726.22431377398,48017.1951078502,19161.6093981143,1019.27701338225,9025.8570812748 -2274,598.900273122826,1583.40017435882,564.043029785352,1425.10848363535,494.003362041686,5646.99937390685,140.059676631382,510.842535620326,1615.47936873945,13658.4058755736,469.821614899211,4013.20462720072,143.902964692296,3135.62678622755,678.933280508877,7620.44566043667,868.3719719054,9345.07527868511,68.0093047936312,922.517477242399,1496.96845686704,1231.27946850971,590.311801035499,1621.9864591568,407.367383152398,706.134580536131,621.675606487443,2331.76555899119,750.483213411623,1688.86798036905,226.299343480187,1448.59625061556,4696.6035323467,1724.98229355543,49087.1722555284,19858.795417222,993.718816638964,9391.00725656873 -2275,588.457452549961,1592.02038810739,552.497350438919,1432.86693910528,515.507388453073,5677.74229185608,137.208899906678,513.623621488711,1685.85279444575,13732.7638174374,490.175667450708,4035.05297751887,150.196890637281,3152.69750124371,703.856887383917,7661.93224829744,898.763766672239,9395.95094972723,70.4891082603507,927.539769123754,1483.51098410746,1237.98269639527,575.400093756403,1630.81674110423,399.869703994519,709.978858892321,643.268162392922,2344.45996047955,783.737883035766,1698.06237305616,234.747895266309,1456.48257620646,4802.69428070875,1771.46270926957,50280.2355658462,20327.8117396946,1030.89592101596,9608.00966377279 -2276,538.438233432135,1520.6577492371,504.926128644118,1368.63838607393,469.571979840341,5423.2363346466,125.145108720746,490.600337811344,1535.49294436189,13117.1898761013,446.759275423301,3854.18090414079,136.733094057854,3011.3771922017,653.590993479432,7318.48457126495,839.735210202347,8974.77553044417,65.419119956776,885.962609637438,1352.72570439021,1182.48986932442,527.770629208552,1557.71504779151,366.550100796333,678.153911617052,600.656481887451,2239.36906418491,712.79552485619,1621.94638056458,217.858318793661,1391.19544742148,4312.13522826942,1607.56572347365,46403.4868103639,18939.7868643468,919.385858203002,8977.72332293564 -2277,454.592023967169,1452.6506261404,429.698340351696,1307.42989965199,394.837813268472,5180.69740622708,107.229032499525,468.65962328728,1291.15953175162,12530.5606052911,375.568499952542,3681.81354842492,115.094463148539,2876.70185220268,546.216535723686,6991.18601814279,699.621294524608,8573.40404197456,54.5631804430244,846.340434113121,1148.55466073475,1129.60634958167,444.899881147585,1488.05064167653,308.245103401543,647.82539320521,500.976284871758,2139.21960735718,599.952095522168,1549.40940949752,181.968032539356,1328.97816013785,3658.90473415502,1356.41948314494,38895.3148431334,15816.1501696936,780.958918460384,7482.33551573935 -2278,367.817649126782,1348.10884090856,356.344886014517,1213.33910223963,377.388822945932,4807.8621588201,87.8974367070536,434.931958284504,1234.65432003814,11628.7834318537,357.920763501669,3416.84731751102,109.756777426756,2669.6764726673,467.339677461263,6488.0567356625,576.342958623239,7956.40849746204,47.4511620656756,785.432506009885,856.037740587996,1048.31284220319,390.039716181827,1380.96125087815,253.7503858078,601.203843669837,414.918976831546,1985.26804272648,574.608645215071,1437.90425966376,155.980558294864,1233.33661571221,3825.57949805509,1308.98955026423,34042.8059241618,12977.8613408064,833.98596433509,6017.1006903575 -2279,285.013915054612,1241.57110075635,285.470971984981,1117.45188448072,318.053786188857,4427.90858695657,68.2965129350558,400.560350778113,1254.73269088552,10709.7891563513,354.968933924122,3146.82224193373,112.39866560894,2458.69847912206,413.696653409529,5975.32150122035,514.600514997686,7327.63301930693,43.9625206609978,723.361698599422,527.894693238259,965.467245622432,290.740095376245,1271.82726522224,190.134004613072,553.692176264528,351.613953066853,1828.37717126989,439.491635517195,1324.27020747806,130.101009401036,1135.86904343785,3786.60686140406,1215.17568273264,29619.9116629245,10883.0233625316,849.711785289464,4875.76919704567 -2280,288.321494910305,1175.47315424923,285.28609566212,1057.96171525908,330.535620300592,4192.17849889251,68.3903869258026,379.235582005323,1304.87195988023,10139.6284379455,368.942843785729,2979.29378698817,117.05257104335,2327.80390494008,423.470206348134,5657.21126113025,526.488022458794,6937.52930713214,44.705811672463,684.851843762916,516.512170908013,914.068334745192,301.476174679316,1204.11856091062,189.428815148571,524.215075979372,357.683989853672,1731.03922873255,458.667565407471,1253.76958026345,133.879437981195,1075.39839360836,3998.41985229782,1263.13780619236,30274.0375007073,11032.7157528554,884.193366767207,4926.39137714318 -2281,299.868163928997,1142.03366728349,297.959554551095,1027.86515638849,394.827835154989,4072.92073637789,74.5400499308599,368.447208612389,1561.79894242729,9851.17950845496,440.85614523127,2894.53978354968,140.51818360505,2261.58327875508,482.271686028505,5496.276711885,592.599049339337,6740.17267673896,50.5076297593819,665.369396018205,505.548272406536,888.065209063408,355.270831821574,1169.86417851387,200.565805958307,509.302371986866,399.278459165012,1681.79517452584,552.039624992022,1218.10274143714,153.755675791895,1044.80580164993,4998.71304986961,1524.89682166994,34645.4514986995,12151.9072256049,1099.72161555116,5370.83126704068 -2282,345.039538594649,1131.93818262883,343.201148054784,1018.77891207657,509.244679401899,4036.91644861327,90.3666966555487,365.190165280692,2016.72153703395,9764.09588350852,568.724010640614,2868.95228748519,181.898247762148,2241.59106666888,605.490529104472,5447.6900731613,739.176602000593,6680.59009894189,62.8754585288473,659.487584719978,568.761359111127,880.214784905805,455.267760664775,1159.5226744054,233.240286477026,504.800180476868,495.161407261862,1666.92824208496,715.795036217422,1207.33481235915,194.117743842719,1035.5698034129,6613.06400697939,1975.67627779163,43454.3028794119,14890.891894117,1445.30409350075,6544.98662373076 -2283,442.75279527527,1146.77767843829,439.239117244287,1032.13491121905,620.523168126369,4089.83966088909,119.170205898629,369.977739381917,2453.58949193864,9892.10133660673,692.815299778631,2906.56371017686,220.763536151159,2270.97790223186,766.459910841198,5519.10826123249,945.946665157472,6768.17137351978,80.2884803457694,668.133342412434,829.570688612187,891.754234508703,560.949195756379,1174.72379769276,296.841925076205,511.418015512177,637.424079700129,1688.78135654185,867.379653374428,1223.16274374585,244.250968663968,1049.14592796986,7784.73003969966,2381.59826239695,54538.5043052772,19294.7875686298,1704.25429322995,8576.82325284462 -2284,524.03194690376,1155.68716170721,503.933369927831,1040.15371808604,549.183092228953,4121.61422252937,135.296212746081,372.852150473858,2157.78248573146,9968.95451661711,612.501299980539,2929.14522814041,193.047205386029,2288.62146122715,787.847015020126,5561.98701937134,1012.54687444406,6820.75428540175,83.5539071035283,673.32416792949,1224.74362155135,898.682403395944,523.021096763295,1183.85039844365,336.80443025745,515.39129676651,693.126848505893,1701.90174554476,754.65641407182,1232.66567374306,246.559022988434,1057.29689591042,5907.50674444324,2024.38208628147,54436.5904296619,21490.7991506427,1296.23409251026,9877.1178459115 -2285,530.412240471968,1163.06351904359,507.24354690264,1046.79266482145,620.864015699991,4147.92108161327,152.768108130727,375.231938695675,2438.93815350755,10032.582956234,692.423314878689,2947.84096398385,218.547111751122,2303.22895213394,897.553662367948,5597.48728719002,1159.83400554243,6864.28883573671,94.5823864940697,677.621766648624,1401.90736221024,904.418386938045,595.229150809128,1191.40651212311,340.955584391041,518.680863786877,791.190262384807,1712.76440443941,855.739447448095,1240.53335869025,281.679462638656,1064.04526170811,6641.55266294485,2270.64175965013,61173.7197577547,24281.9417447444,1439.8710158365,11228.5106886547 -2286,508.294042489481,1211.22679176593,482.715132961948,1090.14108025537,544.430676608572,4319.68939092174,133.691742029915,390.770555376209,2137.67454685767,10448.0392242012,607.131645895135,3069.91311736649,192.186027336466,2398.60727184501,800.718104057634,5829.28314559202,1047.31615503105,7148.54383112368,83.2684509896389,705.682557323693,1265.45063962829,941.870984076519,529.739975021564,1240.74348798642,326.746349292712,540.159800654374,708.944279265776,1783.69117479153,755.337480726744,1291.90471158496,252.86380789149,1108.10811923002,5752.88605153517,2000.47504084291,54627.3604542198,21876.0042659985,1254.94955109611,10152.8960548203 -2287,494.195141253029,1322.79781259329,469.081980082525,1190.5584042419,490.701380125542,4717.59353098752,124.28699880368,426.766018875685,1925.1219164444,11410.4505660019,547.137788625088,3352.69528721637,172.844632668676,2619.55273284616,733.548204244706,6366.24209965973,962.004435878151,7807.02524689946,76.5921659144487,770.685844764086,1197.31838000847,1028.63054710424,479.780601870223,1355.03341162468,317.94558810392,589.916114483136,653.076411863226,1947.99421577867,678.52727341256,1410.90730338948,230.956934493297,1210.18046017397,5072.49617748198,1799.9155548248,50172.1971124847,20288.1465841546,1115.19207034648,9426.68071117192 -2288,465.318975883367,1424.76510386408,440.637490133485,1282.33207851358,468.732616070642,5081.24716655586,117.019401580824,459.663090927732,1839.64740517656,12290.0201610812,522.676809172864,3611.13633817606,165.321143111477,2821.47981041342,695.744125402477,6856.98108962203,911.879798721947,8408.82637608969,72.4318906473445,830.093826288694,1118.2124455603,1107.9220832771,457.612353389139,1459.48556995862,299.163275526918,635.389540352286,617.870234959551,2098.15449855439,649.52655706774,1519.66647625109,219.467370973823,1303.46669205159,4896.23733533912,1723.07396924617,47598.7905371356,19164.5447476889,1073.45554665072,8896.23903486257 -2289,450.26668425276,1485.65621022857,426.639620754734,1337.13593268968,444.844953487737,5298.40770820858,111.407774708034,479.308009297505,1745.85122913243,12815.2666896637,496.037923131583,3765.46780395116,156.80914849567,2942.06321519726,660.014692158643,7150.03231872295,865.31738232261,8768.19981938807,68.8466918651806,865.570082221667,1062.78535244755,1155.2720648519,434.15790954443,1521.86054730525,289.753730802797,662.544593476163,586.164635500282,2187.82468235811,616.163255082569,1584.61344385508,208.244034224311,1359.17378985531,4643.95540700383,1637.31340930408,45275.0129349807,18224.7496542706,1021.0459107268,8454.31923755633 -2290,431.668608656016,1551.69630170926,409.629063146734,1396.57403062175,422.768592311253,5533.93146353166,106.30629573277,500.614112663482,1659.21713208699,13384.9283507587,471.421362130576,3932.84962252295,148.941867035456,3072.84321836079,626.524255575241,7467.86411935583,819.218162085949,9157.96207677081,65.5797431911077,904.046229677123,1009.77712720199,1206.62598665604,411.568696642124,1589.50998670647,277.082105765787,691.99589268116,556.321298287764,2285.07742573971,584.550311741192,1655.05236241055,197.253864720692,1419.59151018806,4414.02361801949,1555.31405810749,43017.4113872677,17308.5903226923,970.058117728659,8019.56173238237 -2291,419.55347294905,1532.0260164142,397.348049237946,1378.87017350245,398.629864040531,5463.77984264356,102.114072017179,494.26801104039,1563.56750520024,13215.2525198481,444.460599443118,3882.99432931101,140.321639972664,3033.88991112821,598.349865180377,7373.19674300734,783.93670844049,9041.86994806432,62.6442983547665,892.585966971023,984.780529853198,1191.33003127108,389.777058255236,1569.36035118602,268.374774672121,683.223714377291,533.455545331812,2256.11033673132,550.2471262118,1634.07187021565,187.976678108271,1401.59586891658,4096.74778752439,1462.06081165927,41012.1523668769,16628.2938931401,901.730689870252,7718.11083938516 -2292,419.38109177322,1465.75450763369,398.991791558117,1319.22379293749,398.737461162115,5227.43076636348,100.60347529176,472.887246952415,1564.72709097785,12643.5946537136,444.6161809919,3715.02597235587,140.361114039047,2902.65162944742,591.657550783174,7054.25119804958,773.000081752632,8650.74188807358,61.9198669480611,853.974991626142,958.68282065058,1139.79615535645,387.875205430079,1501.47385501747,269.547114612242,653.669212102984,525.688266766727,2158.51680085883,550.50779372445,1563.38612001641,186.034201251633,1340.96643316388,4150.94987924993,1468.71896405301,40751.8573212548,16404.7905930637,916.419681979319,7593.91525781256 -2293,414.779271091361,1418.7772362971,393.016835914945,1276.94281494851,387.38543985792,5059.89218317934,97.3245274696317,457.731262511636,1520.37160285954,12238.3688306826,431.967275135146,3595.95979707418,136.394792410665,2809.62196282727,573.256713326915,6828.16322023245,748.454267273562,8373.48655860171,59.981055902674,826.605186732244,924.520589169508,1103.26581348834,376.432510138532,1453.35178251174,265.863110954272,632.719185491153,508.892550597593,2089.33657394468,534.988611504683,1513.27976620247,180.294929412574,1297.98860593844,4046.54479011461,1428.80105704298,39558.1880260619,15904.4666826929,892.154585305673,7352.5017247706 -2294,431.745593397193,1385.88736226179,410.84086121381,1247.34092448997,391.00804267076,4942.59454667981,98.3448232646844,447.120207315037,1534.69576085692,11954.6608609316,436.011925215696,3512.59881429547,137.684218721851,2744.4897418696,577.734706647777,6669.87379856674,753.988132777793,8179.3736907723,60.617556118856,807.442953385798,929.358324903892,1077.69007636431,379.711516854258,1419.66040670383,277.532355722811,618.051587380517,512.617075091097,2040.90189725524,540.057035114875,1478.1991491632,181.723319131548,1267.89883521446,4092.76155058472,1447.83669173309,40052.9861937007,16073.2094277752,908.204169402022,7419.99287834513 -2295,454.740197032658,1378.97383391324,433.344009396561,1241.11853796953,396.17294547988,4917.93830949606,100.657655348186,444.889738726709,1554.56140736668,11895.0247829862,441.751666916036,3495.07614099531,139.241885387341,2730.79879688417,587.109719723339,6636.60099238975,765.970011887661,8138.57071253293,61.7802821585764,803.415007175967,956.162962948778,1072.31399667935,384.44810987396,1412.57840081047,291.900124399447,614.96842399612,521.692653959635,2030.72081507821,545.726659565179,1470.82512151792,184.361624445411,1261.57389512261,4118.215723474,1467.12410385014,40866.029174864,16435.4807455727,918.171005309727,7579.89289856113 -2296,471.398580373785,1413.0497121402,448.677210807506,1271.78786839842,419.899203774227,5039.46568212685,106.52435616974,455.883427068318,1647.89657870209,12188.963221877,468.218901085616,3581.44310898667,147.721199104873,2798.27967648932,621.183533802614,6800.59830814434,808.732487336821,8339.68326283765,65.35571080846,823.268227938358,1005.04038130222,1098.81199125566,406.980192462815,1447.48468285025,301.768369339891,630.164933613745,551.52420585603,2080.90203933769,578.593397839968,1507.17074063077,194.859746494079,1292.74869871009,4381.06622523565,1552.55582738147,43094.0409371287,17316.957609999,971.032623515255,7985.6724791817 -2297,485.99621344425,1467.75046535996,460.857383085643,1321.02021580945,449.400110587275,5234.54910082693,114.703889074795,473.531190361282,1763.40713609472,12660.8117799824,501.101770893729,3720.08482413097,157.859618766773,2906.60424901386,665.425251670244,7063.85716351546,866.932446780006,8662.52183827637,70.1783130912268,855.13787256814,1085.15621409649,1141.34824674065,435.410276694563,1503.51845274929,310.305740761906,654.559331224246,591.232816245605,2161.45611181678,618.305540307014,1565.51502536115,208.717715277001,1342.79246357962,4668.87903410836,1652.35388135971,45971.7874597254,18517.5500854503,1027.90547645926,8551.91465122344 -2298,502.181526531757,1511.83504710488,476.672949565009,1360.6976848786,461.272216201793,5391.77126711433,120.130448388618,487.753924376995,1808.67991762659,13041.0852699552,514.276345914201,3831.81933718203,162.054706683076,2993.90548695581,695.415423278407,7276.02346555993,911.166638142009,8922.70479247018,73.1144385873688,880.82234437457,1160.73239249677,1175.62918295587,450.986683530704,1548.67734296908,320.981055521273,674.219331357294,621.146865354859,2226.37647184957,634.949109015546,1612.53601205968,218.090407181181,1383.12387244252,4698.45133565144,1689.84890688388,47794.649230469,19440.7450137104,1037.35443400442,9018.87398592717 -2299,492.779842411817,1564.25057307802,466.159211941509,1407.87325802061,467.495206141518,5578.70470765989,122.370593659797,504.664419037536,1832.70403852255,13493.2214636453,521.196223619228,3964.66903290583,164.188328123556,3097.70459593478,707.892161466165,7528.2841851871,928.563522659452,9232.05617686626,74.4362896811347,911.360574426652,1189.85490857424,1216.38840605499,457.898004956392,1602.37019633285,314.635304826447,697.59460694839,633.15727440838,2303.56524585616,643.257582400676,1668.4428541352,221.927608248577,1431.07696454666,4734.0731359252,1704.54578829923,48396.6501811145,19753.5854747526,1039.22825921181,9183.04694294521 -2300,454.131568990163,1522.36443463711,429.691808256891,1370.17445502342,429.1530037519,5429.32301541207,114.607334661521,491.150955091402,1681.1455097763,13131.9117400197,478.389450804362,3858.50658115878,150.547912577226,3014.75696223242,660.080340884323,7326.69835294873,870.457934865027,8984.84822324692,69.3575416813195,886.956955308962,1136.84179516524,1183.81701752502,423.468434441275,1559.46332384559,290.914644649574,678.915026588845,593.248287601952,2241.88238349623,590.039134493659,1623.76674560641,206.929516199359,1392.75683292052,4256.66876264121,1557.91360944031,44964.3245769849,18517.117984859,937.643404558644,8641.93183576615 -2301,384.194367689611,1479.0898064268,366.530383970079,1331.22596885589,358.942637387841,5274.98944745686,95.0605145975026,477.189531339548,1406.46277193775,12758.6249071757,400.141100428776,3748.82493467017,126.069192169016,2929.05968520942,549.954667102663,7118.43012228125,723.40852395997,8729.44553678059,57.6793083449553,861.744377028587,938.115111534284,1150.16591524172,353.46893701492,1515.13412512575,245.234571418636,659.616234070068,493.558343841507,2178.15478685136,493.815250468115,1577.60966217905,172.268064480018,1353.16642160986,3586.03147986374,1307.08073215119,37529.9741356275,15405.8582223673,791.280652115395,7178.59705937042 -2302,307.686079951544,1361.61769916915,300.468034627088,1225.49748697594,308.064759294786,4856.03981812258,76.1018900883872,439.290237081568,1210.57705109642,11745.3108088407,343.591229235267,3451.0861747232,108.090663719333,2696.42823037152,438.830778404583,6553.07095125779,561.3149420227,8036.1364774248,46.9062940116615,793.303010285933,681.052182240674,1058.81756494393,291.539919764553,1394.79930996907,199.042120581538,607.228266374747,385.441091727573,2005.16161792208,421.938506449418,1452.31292181823,136.989673770349,1245.69538751436,3326.82057560878,1141.94710135148,30632.1816655817,12025.6070157815,739.840876835637,5505.58390644625 -2303,200.506775410197,1271.59721411616,197.133548141626,1144.47630292692,245.390354042646,4534.99297793332,51.8879863965194,410.24748870568,1043.65078753577,10968.7943338014,315.930208298222,3222.92488422454,102.407955562377,2518.15955968904,391.861399325711,6119.82847359402,494.571768250288,7504.84424753441,41.986938535802,740.855453366312,395.395689345802,988.816072721082,210.280237561978,1302.58509263655,130.978273828721,567.082649062122,276.958235628761,1872.59458272188,323.027004574536,1356.29631322789,112.528028176911,1163.33886183117,3091.93837261114,977.354183436986,24444.8591047781,9287.78244926434,720.065666851441,4206.30774392179 -2304,203.651023999483,1223.694281998,199.998013205326,1101.36220198257,257.17527046519,4364.15314094196,52.1437026018256,394.79286409267,1095.16037480727,10555.5837632235,331.353161242557,3101.51257674457,107.645730925775,2423.2967956696,403.828429630976,5889.28555898947,509.064908093349,7222.12575731116,42.9808847012658,712.946341819034,386.984332454411,951.565920956769,219.604663302729,1253.51480168434,134.552248787941,545.719813927027,283.060560389699,1802.05119824041,340.092160214642,1305.2026418173,116.561310394527,1119.51418062702,3304.0059362642,1031.69726750786,25280.1198345906,9473.04166775725,770.302806399215,4278.73135121921 -2305,209.327410403134,1206.07780664973,205.984391071272,1085.5068364994,276.432387157289,4301.32617725137,53.0961105140197,389.109370380004,1179.26269017543,10403.6240916887,356.542953487065,3056.86276456979,116.228930634897,2388.41067346533,424.033844554092,5804.50257406006,532.370549312019,7118.15501703931,44.8298386597766,702.682665801209,374.558636903613,937.867043847189,234.658756635478,1235.46902593184,140.294353530469,537.863554573253,293.654523014322,1776.10861521363,367.677865358619,1286.41276063348,123.060970774062,1103.39749670099,3647.51373542308,1120.00126564301,26662.7388554496,9788.09721901652,851.639127571803,4401.10038473574 -2306,239.596769816692,1220.07842000841,234.056506718126,1098.10781583278,320.422788558597,4351.25761982104,59.7550903110732,393.626301061338,1367.84818575594,10524.3933469007,413.448154130512,3092.34799895627,135.160088004956,2416.13625982184,488.755439613276,5871.88346427364,614.330253998784,7200.78528821359,51.2275748029951,710.839675459699,415.962235041926,948.754163890656,272.392983760948,1249.81082382691,161.758626273773,544.107280828548,337.146708176049,1796.7263646387,428.146695314095,1301.34593292303,142.380593271538,1116.20615767384,4270.25533748037,1304.67459944672,30732.680779434,11207.619312973,997.566056734387,5037.51712015467 -2307,325.018217219107,1277.2958121628,316.847119784295,1149.60521509492,409.050817926081,4555.31631761878,82.0865236417352,412.085991898219,1742.08887382587,11017.9504260534,527.066872331795,3237.36825768102,171.597578663048,2529.44456329605,644.171523468009,6147.25417270552,816.429478487456,7538.47682418254,68.1588084745161,744.17555928706,611.993525147762,993.247401508169,351.310689457831,1308.42256127998,215.866729200234,569.624001025113,451.655355021323,1880.98651981704,543.301318551873,1362.37448596641,186.732539087478,1168.55230559466,5263.50464789315,1645.07954255131,40269.5469202381,15104.2627501755,1227.22155180993,6835.10028838779 -2308,454.761043991346,1424.41798212321,439.503681213235,1282.01965835234,529.015169132212,5080.00920013074,115.465969481751,459.551101202616,2245.90513480343,12287.0258898276,680.362791821291,3610.2565412686,220.513628522494,2820.7924009724,869.922924214595,6855.31049339076,1113.38078054675,8406.777697018,92.6604874040761,829.891586906716,931.52517112921,1107.65215538424,461.021185642575,1459.12998911905,295.891583575227,635.23473762531,622.46421097017,2097.64331601617,697.492707191538,1519.29623327465,250.447225409587,1303.14912277221,6482.18091099525,2093.19525831403,53905.7527254939,20935.6617295764,1507.11418643325,9553.87867331046 -2309,502.806463175997,1710.12888662626,479.205587292746,1539.16819254352,560.077641902262,6098.96153130653,125.981827276973,551.728230695364,2373.96306827581,14751.5674251726,719.623766054382,4334.40470201871,233.200862084041,3386.58920950176,944.821794980085,8230.35418583025,1222.15902341375,10093.0159289946,100.1556023956,996.351908884088,1061.55152923994,1329.82591558759,495.015147916482,1751.80345590394,325.72372340656,762.650632212763,683.08817252455,2518.3902994616,739.089288201372,1824.03789370353,272.34574061666,1564.535821931,6688.12957203349,2202.48255633749,58206.7659867352,23024.3930486046,1552.56683650028,10570.1737805513 -2310,455.585567488952,1875.30143481251,427.162413080521,1687.828527117,500.226874242228,6688.02883804221,111.321047694938,605.016821095136,2119.71628786598,16176.3454055995,642.622400102139,4753.04254569333,208.834882933272,3713.6824325728,852.13766751082,9025.28174010999,1112.99626662568,11067.8483950815,89.2433867720414,1092.58441215773,959.194369464584,1458.2669569848,447.157394482574,1921.00113626355,296.934667136629,836.311131888286,617.742185530764,2761.6286578933,664.319448147311,2000.21232666434,247.172328684775,1715.64628527556,5947.86847969741,1970.95239960761,52336.4487301778,20816.4301560065,1380.32521519363,9593.18409596955 -2311,428.737508486126,1958.06127258198,403.178804728474,1762.31490700976,468.653286086777,6983.18148462953,105.376581037114,631.717112062833,1985.37555334133,16890.2315556435,601.962297534229,4962.80137309608,195.413308361473,3877.5727543854,800.133444603803,9423.58082886952,1044.14710092042,11556.2889842211,84.080240294599,1140.80178512032,909.455950349395,1522.62244381175,418.637865867826,2005.77776973743,278.63825686179,873.218784340861,580.798131208085,2883.50343251033,621.161672261424,2088.48466762577,231.682646768946,1791.36030415455,5547.35220693594,1842.69755278032,49136.1474220692,19584.5992287047,1287.02767031919,9025.17532746763 -2312,396.702807718537,1991.52968565798,371.21243306374,1792.43750026244,428.396429863321,7102.54240851117,97.0834221821429,642.514817706547,1814.03066795507,17178.9300016876,550.109487910339,5047.6286911656,178.625707391236,3943.85066330134,736.843342597159,9584.65459109137,964.836328473759,11753.8163337302,77.2443114755836,1160.30108573817,847.187256562263,1548.64806293912,384.467386933621,2040.06178315224,257.671808162266,888.144388247783,536.342527722673,2932.79008422887,568.280304977322,2124.18235928525,213.532812562156,1821.97935957785,5034.09289544264,1682.0385817992,45170.4649529106,18094.0145154533,1167.41543330067,8352.95159938283 -2313,372.251536555339,2025.51878274824,348.288824659542,1823.02872501966,397.180889462587,7223.76028703395,91.3225571799222,653.480508390563,1680.90746777953,17472.119866714,509.855303418511,5133.77570815216,165.402506153274,4011.15968915709,687.878926322889,9748.23425441213,902.95024541669,11954.4167101269,72.2464782319384,1180.10374624637,804.05137559671,1575.07857499674,357.548444211895,2074.87916926356,241.333092078827,903.302196870833,502.212270201276,2982.84351182078,526.402436895409,2160.43541690579,199.311017996779,1853.07477020372,4624.14718934106,1555.1102156996,42127.2065595779,16965.4416871078,1071.72564368586,7842.08221191621 -2314,349.99734425303,2057.19372648163,328.141385284075,1851.53714112578,370.004216146244,7336.72502603519,86.2587982947577,663.699598191375,1565.18348734356,17745.3478507716,474.841005515722,5214.05739108719,153.904185678223,4073.88596873633,644.174590825953,9900.67656901235,845.045617120877,12141.3591763651,67.8805925219482,1198.55813930374,763.04447863429,1599.70956122289,333.251027168584,2107.32600782154,225.97118079229,917.427983560062,471.408769724422,3029.48904342835,489.356733103999,2194.22017903831,186.211174187449,1882.05304459934,4275.23956005689,1444.62397507899,39409.3516096399,15932.0278616273,990.389322513277,7367.42755248622 -2315,338.000421216185,2038.27553969474,316.123092297562,1834.51019561852,352.363830941637,7269.25567073831,83.2134143907223,657.596141425329,1489.65754618506,17582.1596196792,452.039364348639,5166.10832806394,146.440445704144,4036.42205140424,618.586089541039,9809.62882458363,812.378352715944,12029.705860594,65.1904196936843,1187.53606274264,744.509931525525,1584.99845069674,318.292348465944,2087.94679889064,217.409216502744,908.991211790305,454.190218090976,3001.62951865214,465.450657241616,2174.04188145542,178.52973401981,1864.74547138335,4030.0068063714,1371.57871432185,37770.5022302343,15356.1003974444,932.975448744391,7110.1130383245 -2316,325.784453489925,2019.01023116699,304.286500801301,1817.17082995004,337.387957564584,7200.5483490163,80.2778599519142,651.380694934165,1425.83111988166,17415.9771173331,432.734417233929,5117.27946813323,140.053634443155,3998.27072463113,594.47520840284,9716.91048392364,781.726854861843,11916.0038657513,62.6479768582974,1176.31174679957,723.018526957265,1570.01741227773,305.170407473951,2068.21200912018,209.299220480466,900.399637293572,437.244935120449,2973.25881133771,445.21536350018,2153.4933408961,171.534858815497,1847.12032888799,3835.13464218898,1310.55986598105,36286.6418073885,14798.1461859165,887.522798677357,6856.34102656392 -2317,318.59408997104,1985.33932970734,298.365650343012,1786.86599097196,335.571355866911,7080.46527555161,78.5707375239572,640.517661724487,1419.21398573423,17125.5320070067,430.595615600219,5031.93893342309,139.458514441645,3931.59182548545,585.355788504597,9554.86220385754,767.534185061226,11717.2814493103,61.6648890759742,1156.69447280021,698.201606960242,1543.83433466738,302.157680190476,2033.72057283037,205.288035947041,885.383731483082,428.803544716606,2923.67396877218,443.206607568406,2117.57967341883,169.00865162152,1816.31602407663,3863.02050974385,1308.10047007464,35801.396891334,14497.4000137108,894.699532898468,6704.88090447171 -2318,314.399641228001,1945.88304906435,294.294802255198,1751.35413415422,324.060288512964,6939.74936829345,77.6908585716343,627.788127664676,1369.22203789799,16785.182230564,415.588889711005,4931.93507425169,134.482245486751,3853.45606898337,572.615352805343,9364.97057224612,753.624132567033,11484.4142823132,60.5026991365598,1133.70653262591,700.086961616514,1513.15244575125,293.508315187464,1993.30277196867,201.832785026702,867.787772715026,421.637070384255,2865.56939244393,427.54873252734,2075.49527171073,165.207413560656,1780.21888254019,3670.62298500788,1257.60642236578,34935.8802935001,14275.5279619449,849.246882831433,6617.07861664324 -2319,322.794890586052,1892.94683907695,303.191182439466,1703.70992950766,333.980987303507,6750.95897310675,80.168030486687,610.709647963834,1411.16707392645,16328.5546178915,428.316675776093,4797.76567961084,138.412488807627,3748.62584306458,588.449410080548,9110.20395152003,773.014510167048,11171.9898710295,62.3378641717766,1102.86494268347,720.966078868647,1471.98832972189,301.544639367711,1939.0765459084,206.985354172423,844.180292407802,433.060143002259,2787.61384256397,439.713613899086,2019.03306367414,169.57083899479,1731.78943523347,3784.20919410825,1294.76283135638,35947.2952738217,14672.8793840413,875.561574975506,6795.27265569746 -2320,337.330303309234,1865.78448919854,316.34522162212,1679.26298559921,345.497164571305,6654.08783765971,83.8566418005853,601.946428210553,1459.27052947087,16094.2522569462,442.985458926368,4728.92138491965,143.199358538517,3694.83590844487,612.629481860008,8979.47944194243,804.948452201891,11011.6802989642,64.9066818685441,1087.03966813091,756.796576850605,1450.86641483054,312.672408103975,1911.25226976198,215.64719921019,832.066946174574,451.860456452693,2747.61370048152,454.684209308262,1990.06147220656,176.266697493859,1706.93957173785,3889.27925281423,1337.24150335615,37351.9956815687,15302.7455917928,899.484022379208,7092.99440336057 -2321,363.566251537139,1856.47002916232,341.956703020084,1670.87968728141,373.7479811518,6620.86897685333,90.7560028316122,598.941361986682,1578.64711295416,16013.9057483713,479.217511057403,4705.31343367487,154.728582092641,3676.3903689901,660.905059079609,8934.65164811509,868.116979439703,10956.7072532184,70.1744640140355,1081.61289585083,817.611088261933,1443.62332897734,337.59717856997,1901.71082326112,232.537764309117,827.913061113105,487.193823878119,2733.89692978465,491.297379057915,1980.12659057377,190.189475353992,1698.41810502117,4209.72547253974,1445.74797301052,40352.5180175564,16516.823203833,973.643609330685,7651.62147277279 -2322,383.372000739763,1873.71045665945,357.652232120237,1686.39659822126,383.426303711687,6682.35481275177,95.0140693649977,604.503533723451,1617.71547965744,16162.621632099,491.300338581731,4749.01013431116,158.657498496993,3710.53179902241,689.69481182688,9017.62482383663,911.111728367004,11058.4585953027,73.0103000724958,1091.65747961354,874.536289636259,1457.02978474847,349.602765146463,1919.37138715599,244.448509272913,835.601617825485,511.554576765963,2759.28573276137,504.300787031228,1998.51537594798,198.512066940813,1714.19075620297,4235.85115476537,1476.80478607512,41941.9455976907,17355.6305588244,978.428098811426,8066.97170261139 -2323,387.830517465543,1895.20313740739,360.796913549793,1705.74066686919,380.956552180462,6759.00577988731,95.8956059579933,611.437583440226,1605.94521703193,16348.0174415495,487.892237824581,4803.48437728861,157.433701581853,3753.09401832263,692.796121251861,9121.06286078335,917.974654334382,11185.306326396,73.361440321164,1104.17950275326,895.554457114109,1473.74286648025,349.099451553726,1941.38782855133,246.551939989048,845.186513261465,516.017289549384,2790.93653939257,500.561894932425,2021.43965050301,199.277595950052,1733.85364196698,4146.7462961417,1461.44135889584,42040.5846131621,17525.361422967,956.897896148094,8160.98745275393 -2324,362.490083705978,1810.56305196452,335.079476909868,1629.56200668362,344.548912658919,6457.1474643185,89.2175614980937,584.130679877287,1450.18180686382,15617.9122798584,440.852778755569,4588.95997085829,142.046341891354,3585.48021898051,639.352717443273,8713.71468547239,852.906630028746,10685.7686966378,67.659259817502,1054.86666361077,855.069289949987,1407.92526641531,318.993649645876,1854.68512716644,229.523807560581,807.440343847946,479.830539052623,2666.29285212906,452.198683531486,1931.16182151512,183.905148107845,1656.41945166574,3645.82094549132,1312.20207426235,38655.5384106674,16332.9906867483,839.677903869952,7633.01315130457 -2325,296.829362212861,1675.44554324834,273.296942469766,1507.95212493842,278.152943631478,5975.2677099266,72.8314236455917,540.538559655862,1170.01306627066,14452.3889934351,355.770099681712,4246.49808410551,114.660904794557,3317.9053592074,520.88789246337,8063.43331654291,695.485225371376,9888.31817789422,55.0390953705298,976.144767977156,704.365379124041,1302.85554556234,258.50295621279,1716.27490523919,187.295352514465,747.183216884434,392.113137981204,2467.31450266118,364.857969545869,1787.0443471373,149.586210538334,1532.80527017935,2910.6242987843,1056.5217645709,31413.0027597722,13341.8690895676,669.828527303666,6243.04197967494 -2326,229.074872378969,1520.88916373102,220.090144013772,1368.84666618142,242.741171956648,5424.06164559667,58.6625974011546,490.674997628089,1026.28579580521,13119.186056937,311.419686029037,3854.76743541243,100.292648408578,3011.83546516238,420.912538939968,7319.5983020858,545.51157396408,8976.14131649196,45.3283696935871,886.09743589209,511.500104719991,1182.66982125299,215.580539318487,1557.95210168455,145.835771573611,678.257113435037,308.326881440698,2239.70985254372,316.989222311231,1622.19320921554,120.312415385301,1391.40716027439,2779.33556489782,939.799131659023,25829.1819152424,10446.3527994451,643.513835159593,4811.79179938007 -2327,215.307634936484,1420.42606947658,225.79678764002,1278.42681513383,307.634178483353,5065.77254121076,64.4170873267302,458.263215290134,1516.72298456581,12252.5916614939,405.396466278291,3600.13884483011,134.881636557809,2812.88716739611,462.705387043991,6836.09857596303,577.804485594353,8383.21781317261,58.2661408755078,827.565826657492,443.157213285881,1104.54797479776,230.165323061705,1455.0407965297,136.832211697265,633.454500634112,319.507782520452,2091.76469823234,376.268641475568,1515.03842557797,140.727117197968,1299.49706450777,4192.87645217337,1263.98511975566,30737.7125534026,11512.9260392921,907.238204031078,5052.04035534239 -2328,218.827324757212,1359.79530652218,229.337391882814,1223.8572779727,322.886035211409,4849.54048188207,64.8307486624566,438.702289893139,1594.41665542158,11729.5908545044,425.796719415436,3446.46723206939,141.990269599752,2692.81932386046,477.36073932188,6544.30030416358,595.425072708737,8025.38089159816,59.7521993147078,792.241251487082,433.791162311539,1057.40044077904,240.58930341916,1392.93250696847,140.641159386831,606.415550493962,326.872012086264,2002.47790443135,396.5824241926,1450.36914245091,145.982988285234,1244.02814558885,4485.42719093963,1337.13910992013,31831.3319436919,11760.5704634041,971.603076614364,5142.49284871503 -2329,223.025553347322,1324.90947476061,234.037508587593,1192.4589646422,342.108244975168,4725.12451091909,65.4972460122231,427.447291287671,1692.54608889411,11428.6657584847,451.53297795493,3358.04739751558,151.061474600774,2623.73448333636,495.697722920237,6376.404917032,616.611046997465,7819.48807356595,61.6942290272714,771.916137198637,419.344746849257,1030.27261227081,253.620385113871,1357.19653342874,145.167612238956,590.857833262065,335.914499286915,1951.10391678395,422.299069968298,1413.1596200669,152.443349031912,1212.11234444914,4861.32893231855,1430.37108992411,33184.27044162,12051.6942733646,1054.35791279287,5245.06277711919 -2330,258.00015778176,1329.56670477872,269.26672978723,1196.6506138011,403.975530885008,4741.73394132227,74.5938876042639,428.949824399607,2000.9149752258,11468.8390127721,533.464842919274,3369.85137313797,179.015166716704,2632.95725306374,579.599361192813,6398.81881394567,720.86194069193,7846.9745964388,71.5484535418357,774.629523338679,466.49007933551,1033.89415519741,299.298344092964,1361.96725667917,169.412192703866,592.934775792799,390.454232760718,1957.96230213239,500.961562945145,1418.12706088329,179.009518056828,1216.37307780748,5818.0387284146,1699.99395868494,38839.7462502996,13967.8846578389,1262.77750020542,6066.92753364883 -2331,351.049542620901,1379.75486133759,365.534402158599,1241.82148648907,518.439340252617,4920.72374646123,102.643093982239,445.141716739788,2560.85650857551,11901.7619235615,683.772945880291,3497.05569292673,228.53123378059,2732.34547507218,766.875727902346,6640.35985079014,960.93688221594,8143.18026114449,95.4382911706949,803.870047828884,686.547180659005,1072.92133716567,388.109696274159,1413.37846129236,226.994234512596,615.316731695974,524.703924572432,2031.87098095429,639.591414325634,1471.65817195592,235.549141533211,1262.28842920999,7229.0616624589,2153.63294923301,51084.2135205637,18856.3778342705,1566.21189952662,8255.44288105945 -2332,493.820809584803,1505.44220277059,509.836224491062,1354.94392986272,677.64013844672,5368.97198457171,144.962888242792,485.69144082897,3335.4226336141,12985.9406109921,892.317602478136,3815.61636279892,296.950971516761,2981.24565891019,1043.29850879486,7245.25656048186,1318.34254896874,8884.97484111845,130.499571855418,877.097758055093,1045.59025921877,1170.65799620115,514.528732538371,1542.12870977222,313.337526316884,671.368372689025,727.392150997532,2216.9621655459,830.924966042399,1605.71735037547,318.07946347356,1377.27528755325,9048.36273174226,2768.76076399472,68896.9493313832,26241.8704822106,1955.46612895888,11598.3734525215 -2333,545.083003392345,1765.03212542376,554.729911809162,1588.58278315455,715.45862307969,6294.76708958273,157.817190595873,569.441320649041,3514.61684278679,15225.1626233565,941.277650615733,4473.55962669192,313.142828355957,3495.31476669946,1130.43803697497,8494.58754554159,1443.44224758477,10417.049554805,140.654767081339,1028.33952526061,1191.17346066084,1372.51962737364,551.2555828648,1808.04464580368,344.363413363138,787.135330475506,796.511021188553,2599.2425586556,878.367259978772,1882.59815125889,344.836431916695,1614.76483362156,9317.73317508011,2901.78033149184,74174.3651748164,28770.498371823,2010.63601974455,12805.5432339218 -2334,500.088193021362,1929.68398959575,502.057712000128,1736.77448622348,655.74396951245,6881.97744167727,141.435640992502,622.561926008511,3222.36153509561,16645.449184801,862.846564855459,4890.87777144949,287.946472550903,3821.37687283068,1038.06777477573,9287.00919872241,1334.98776767741,11388.8089940043,127.65943893202,1124.2686686439,1078.11909119863,1500.5557758406,509.06555897955,1976.7089534668,318.571701010091,860.563625434901,731.046587020977,2841.71414121394,810.369036460494,2058.21721825864,318.708482572024,1765.39894176355,8577.0243674781,2670.62095010971,68001.379281557,26370.851727889,1851.25633525261,11763.1404413286 -2335,468.633278407652,2015.94398210784,471.404473791589,1814.41111221229,609.128540330666,7189.61295391047,133.223925449601,650.391450099168,2991.68631961969,17389.5276607499,801.31495302826,5109.50791100471,267.101413476915,3992.1985940107,968.821488781047,9702.15351678735,1245.78659509524,11897.9071592175,119.510954891802,1174.5252948385,1021.60770773803,1567.63304376938,473.16201751938,2065.07103785158,297.487228424442,899.032210076963,683.871083112985,2968.74335525327,751.318445194827,2150.22285378887,296.878105994713,1844.31512716926,7912.88622175091,2473.41218491655,63421.831417525,24689.0307308748,1707.20162042335,11020.5505896384 -2336,432.761522158001,2039.3747627497,433.013635429529,1835.49952991721,554.717916700001,7273.17591276156,122.465636481787,657.950776912745,2722.77621046431,17591.6415149546,729.534788364166,5168.8943622718,243.207855030989,4038.59885630232,889.676097834357,9814.91906623869,1148.14102747285,12036.1933691614,109.475798482593,1188.1764899044,951.38789180199,1585.85322563033,433.134253101526,2089.07280919405,274.484266798632,909.48142230272,630.018240458752,3003.2482695546,684.794712017632,2175.21432203669,272.775693748653,1865.75111128525,7149.25541415753,2247.76051345584,58117.6385474775,22750.8371911143,1541.69194806632,10178.1363914136 -2337,405.991960761297,2084.55856754959,406.108356553734,1876.16633328504,514.181584492071,7434.31832107221,115.135109904146,672.528146415874,2522.13220468954,17981.396900203,676.021324073199,5283.41490953071,225.164077064148,4128.07689914236,830.305192457008,10032.3756099382,1074.07413907443,12302.8638319225,102.332490803603,1214.50138887258,902.886493438818,1620.98893677914,402.760845752004,2135.35770971724,257.037078521915,929.631632948183,589.737141639152,3069.78738048985,634.305448336961,2223.40774931649,254.490160709228,1907.08816005004,6570.02933813179,2077.20676147268,54179.8012772771,21319.6403311906,1416.02719683229,9552.81473054746 -2338,381.010363360056,2109.20427849337,381.701717233101,1898.34822534238,477.195901710007,7522.21417742158,108.496768128547,680.479438625239,2339.224375124,18193.9907401011,627.21468620308,5345.88066064147,208.708250119382,4176.8831028124,775.45329105893,10150.9882664551,1002.81265312592,12448.3204434576,95.8593006987644,1228.86042422756,856.608335239318,1640.15386953797,374.23376643374,2160.60401830962,240.176366988622,940.622656595347,552.31359706063,3106.08143987306,587.535073529709,2249.69507247106,237.094300549354,1929.63564049438,6047.00188822551,1921.36051657209,50533.6725128716,19974.9749594693,1302.62242132841,8958.26925307087 -2339,368.296861614373,2081.49231568453,368.111073852144,1873.40661302189,455.499358691682,7423.38291595945,104.75233787351,671.538900675623,2231.41555476248,17954.9474194161,598.521990844772,5275.64334529049,199.068315473979,4122.00476296536,745.708527533601,10017.6186292979,965.150586271432,12284.7671088285,92.1708861737496,1212.71493527674,835.876992049949,1618.60456608886,358.1772914813,2132.21673557436,231.370092302632,928.264204480249,532.715713506207,3065.27192027334,560.273209083547,2220.13725921644,227.623022884773,1904.2829557643,5722.8343792646,1828.53406282398,48504.9938439106,19268.1133126513,1232.12756088005,8653.29601090323 -2340,352.954482228213,2068.38843419125,351.869916743588,1861.61271973638,430.76326718643,7376.64955582306,100.410224898039,667.311277010488,2108.59112955039,17841.9133709936,565.820221718348,5242.43092135954,187.967832478713,4096.05498572061,710.583663035541,9954.55344939112,921.849526826635,12207.4292627295,87.8151219417613,1205.08037776372,811.140656311867,1608.41476031408,339.842921602435,2118.79352223342,221.231805319905,922.420385582475,509.29804544662,3045.97472677169,529.257091599275,2206.16054869756,216.769382430995,1892.29468273826,5356.18993461641,1722.8148297185,46163.7910632422,18442.3923171996,1152.43771863407,8296.35622353478 -2341,341.937327405983,2026.01053784633,341.178054517593,1823.47131961673,419.745729592416,7225.51407030114,97.2978846781027,653.639160274832,2055.29866111805,17476.3617449391,551.42544777087,5135.02208532647,183.234327731011,4012.13351780938,690.042977811383,9750.60092903043,894.386360909049,11957.3190013384,85.2666356001556,1180.39025162881,782.383526754563,1575.46097229947,330.628981412398,2075.38290806771,214.543713445465,903.521500421219,493.895805979296,2983.56768605024,515.853325302703,2160.95992704088,210.569368234776,1853.52465937441,5240.83858314095,1681.05269637895,44861.8481336241,17880.1454539185,1127.91776717377,8037.60140494171 -2342,340.347117187964,1990.45938871328,339.956475198768,1791.47420034584,413.037077203808,7098.72532785495,97.0757188948472,642.169514469911,2021.21807180563,17169.6976229656,542.463531762389,5044.91597158876,180.17065419981,3941.73114113419,683.635709502556,9579.5035624129,887.752847146488,11747.4995442788,84.692519707683,1159.67751144955,785.328948634557,1547.81578145112,326.39354798725,2038.9654038669,213.143035796474,887.667077649785,490.633255605101,2931.21393083824,507.398090211778,2123.04077153715,208.502594425827,1821.00018314081,5115.39195699876,1649.8329383813,44384.9458572364,17772.5178390678,1100.33282178094,8000.20367538362 -2343,346.071137827429,1945.99875631131,346.168747688589,1751.45827420797,416.652066812068,6940.16202376849,99.1178659863082,627.825457573049,2037.66740966457,16786.1803209818,547.061489706186,4932.22833988751,181.368810125619,3853.68520546371,692.483922783801,9365.52743765654,899.321744155892,11485.0971753371,86.0106119185575,1133.77394575323,807.769547923751,1513.24242171553,329.316580760643,1993.4212989152,216.062814942847,867.839373624018,498.084894824461,2865.73978662333,510.556554738108,2075.61868603621,210.8429483043,1780.32473896665,5118.02746345028,1658.20379234918,44953.2859333618,18066.4968126767,1100.33282178094,8137.16285563053 -2344,361.095107097284,1936.07683393004,360.484435533647,1742.52824123936,429.477099210212,6904.77672421989,103.486912108682,624.624409556536,2099.18454702638,16700.5938437641,563.755242625563,4907.0807458326,186.941024021387,3834.0367008763,719.21835730483,9317.77610380048,934.497508079747,11426.538945356,89.3279853831734,1127.99325496338,847.746977125653,1505.52696259532,340.479209466275,1983.25758666365,224.697426248203,863.41458410317,518.703281745338,2851.1284475176,526.065964052235,2065.03587994285,218.6031984195,1771.24752665282,5234.77422480047,1705.22769758549,46582.4339731843,18803.7770975424,1124.85277324124,8480.08043762914 -2345,388.493308728132,1937.60995986257,388.846389276973,1743.90810137094,462.766620943885,6910.24442677626,111.788146954682,625.119032426662,2261.7195688286,16713.8185841576,607.431596107032,4910.96652795271,201.171886583018,3837.0727689648,773.856739690953,9325.15459412064,1005.55264527092,11435.587306903,96.325469771268,1128.8864817613,915.671056612809,1506.71914794046,366.39476245572,1984.82807373509,241.779559658268,864.098298337138,558.080423403217,2853.38617762586,566.13580628319,2066.67112499287,235.232481369576,1772.65012879569,5634.49107385024,1835.54914161079,50182.0295702817,20256.4188240041,1210.67260335228,9132.39929756654 -2346,407.58033061581,1931.59316618532,404.10106261541,1738.49280342378,468.947341135815,6888.78628203272,116.342460156391,623.177871759786,2287.86927852769,16661.9177372054,615.054564540877,4895.7166722198,203.650078629061,3825.15763864772,801.167579189504,9296.19751175446,1048.00012199589,11400.0767702991,99.387178927415,1125.38098933171,978.811266820227,1502.04038470611,375.697788155403,1978.66465527015,252.644475338193,861.415043561587,582.265836693989,2844.52565550431,574.033318171006,2060.25356211107,243.41679595407,1767.14557921768,5572.24657829787,1847.24126575014,51682.8150288877,21143.611347227,1195.3476336896,9576.95847830489 -2347,413.502105032719,1926.70452167329,409.00194847081,1734.09287415739,468.80182951329,6871.35154067945,117.755008602006,621.600678831106,2285.23264697363,16619.7483020822,614.631106573076,4883.32616532577,203.372512045744,3815.47659595966,808.127528141191,9272.66988401994,1059.59720669578,11371.2244613784,100.252067732105,1122.53277693702,1002.68042827155,1498.23888985094,377.206059792704,1973.65687812667,255.723313294456,859.234899212868,589.312479780231,2837.32648179707,573.508257988607,2055.03929264372,245.360166862636,1762.67313300642,5505.20866036926,1839.79605843267,52034.1148068217,21411.6748579667,1180.02266402691,9715.607148362 -2348,386.322516447701,1835.06412955108,379.535963183011,1651.61372430513,423.181545062674,6544.52750382581,109.448790977497,592.0353099275,2058.69075091359,15829.2585127851,554.31755790306,4651.0591417022,183.11894385503,3634.00000343928,745.051267108713,8831.6312636022,983.513088262362,10830.3716960331,92.3204978598531,1069.14143296529,957.30104689983,1426.97772976426,344.332336581828,1879.78327779425,237.979735503341,818.366866671701,547.570189667942,2702.37391982103,517.300554911036,1957.29487751105,226.102794753613,1678.83461221876,4828.45788614486,1646.29588369713,47773.7415855218,19928.0255482011,1032.90295526511,9081.54518475529 -2349,315.823605146769,1715.76962964646,308.889923511773,1544.24503342195,340.108365295504,6119.07853825101,89.1669685759116,553.548068481091,1653.03858548548,14800.2244601138,445.31825578038,4348.70143910142,147.12243287692,3397.75964209032,605.35843649497,8257.50144548453,800.090796779725,10126.3070508506,74.8817073984029,999.638307423787,788.425873152323,1334.21225530158,278.081937721518,1757.58165963696,193.814512404991,765.166183095594,446.519261796468,2526.69703740102,415.546717070482,1830.05435778291,183.359410439188,1569.69633619775,3829.14437316563,1318.02129739983,38698.8498074325,16241.4633989908,818.353379987493,7414.93668164871 -2350,247.170736375003,1562.08105588427,253.193412132654,1405.92062633074,307.089415028937,5570.96739498734,73.0187960074404,503.964481218736,1503.58179669781,13474.5072138517,403.416323781751,3959.17028623285,133.358813889382,3093.40827442613,500.112147117478,7517.8429283576,640.171656373544,9219.25189540772,63.1342542524625,910.096574611051,573.546725075665,1214.70135181532,238.245033619278,1600.14780961839,153.393052680057,696.627087089302,357.410622401774,2300.37034569514,373.363128390032,1666.12882879864,151.16931224026,1429.09215077475,3831.05252165869,1223.84039352311,32658.7037669567,12969.2929549999,824.483367852567,5802.47420668757 -2351,265.257672673379,1452.44813775675,292.047201985491,1307.24765392658,438.056216243094,5179.97525664404,88.0320774069867,468.594295721315,2245.12741379533,12528.8139410089,637.39913744937,3681.30033178431,212.047793910586,2876.30086197294,713.404751404768,6990.21150029855,859.559081615064,8572.20897504268,87.8151642821418,846.222460731608,597.17167514976,1129.44889109869,330.438310349849,1487.84321880154,181.498776648497,647.735091301642,477.474096787224,2138.92141651021,576.079914328837,1549.19343367973,218.075776426784,1328.79291074979,6349.36443271671,1894.93313811784,44968.6408686253,16694.7302477884,1392.1300096206,7356.3572021476 -2352,284.600684812426,1398.55734087751,311.849978922258,1258.74429194257,460.513751574729,4987.78044628308,94.3552188415205,451.207843597462,2357.98739635895,12063.9520642361,669.671875492519,3544.71149031416,222.648164535534,2769.58025592393,758.050514538843,6730.85072980844,914.93351745075,8254.15068389165,93.2690476205305,814.824711262653,653.074794626386,1087.54247172754,348.734768578133,1432.63914327674,193.597608286499,623.701902556739,509.912264385308,2059.5601115511,604.798605447359,1491.71305521333,231.150298037296,1279.49014599952,6604.75636532474,1984.25805245799,47651.4135171276,17836.8880689337,1447.26387138776,7879.10476521266 -2353,288.529487156185,1373.7669937706,316.768547307816,1236.432222924,490.036146929957,4899.36876308471,94.9058039097224,443.209888323692,2515.36671263552,11850.1105931629,713.725041166311,3481.87915182485,238.077105431608,2720.48762748603,787.259339658432,6611.54198140056,945.902636953951,8107.84044365651,96.2064288582262,800.381408272434,624.765879414513,1068.26506737691,368.230475431144,1407.24467384548,199.105681976866,612.64637683484,522.9988872591,2023.05305634458,646.854464664746,1465.2714619073,241.479951631536,1256.81034309684,7222.72995570824,2135.02390354311,49722.5086511572,18229.7202520789,1585.09852580564,8007.51257947067 -2354,323.657115633281,1392.51162109,354.59499729982,1253.30295961333,558.642734081506,4966.2191401725,105.58111349542,449.257350679806,2869.87006438598,12011.8017007304,814.07205564987,3529.38831995022,271.877595869079,2757.6078428759,890.41112410162,6701.75443446566,1070.52811865368,8218.46942817182,108.327561769956,811.302365959926,685.764313525203,1082.8412150476,419.349291081056,1426.44609379374,224.9847758764,621.005747866771,589.029387465203,2050.65699191772,739.385096483893,1485.26463949836,274.143709041077,1273.95913295665,8307.31182139291,2443.63738159443,56334.1165507011,20514.5915164857,1824.01192679663,8998.88172209284 -2355,407.829318396112,1444.14611963879,443.76399055708,1299.77558423581,669.631440535446,5150.3671437529,133.292944890382,465.915867327268,3431.88437312943,12457.2007538452,974.335089271151,3660.25846374259,324.643641473144,2859.86027366686,1094.76002998123,6950.25629569244,1325.28574912472,8523.21126395634,133.586532411715,841.385555359093,914.141252339145,1122.99309766039,507.817290955244,1479.33888667562,280.063932746677,644.032715758012,733.434911193955,2126.69560004823,883.555543904071,1540.3384311359,335.69317891819,1321.19769097341,9702.37817907165,2900.38444239555,68888.058042932,25624.4993482396,2127.24816651597,11313.9930681719 -2356,549.797208536346,1565.92833236777,590.645294787648,1409.38329258802,827.700167993046,5584.68822705833,179.065275847502,505.205704066813,4223.42798712452,13507.6938110102,1200.97802663617,3968.92139529279,398.556087905346,3101.02708323456,1416.53745995337,7536.35875389428,1734.63955407772,9241.95815055309,173.511530370399,912.338067225038,1339.55552772165,1217.69306081,639.60904646912,1604.08884136887,369.974796094442,698.342822005766,969.611130408666,2306.03596765566,1086.13608595138,1670.23236634387,431.217680060412,1432.61188658085,11411.5521073658,3520.08446626896,88260.0853478026,34036.3589176943,2494.80724496365,15191.1565150145 -2357,569.964322116532,1794.74004315296,611.816187002371,1615.3208158216,868.925819341808,6400.71667550139,185.004556975381,579.025801102271,4436.92616837778,15481.4230461064,1261.36267534401,4548.85578670629,418.995066171463,3554.14572055636,1477.32625467361,8637.56313466058,1808.9126391743,10592.3828230767,180.465210991182,1045.64789351866,1370.81904197211,1395.62102002503,670.47588749831,1838.47652339648,385.343416608873,800.38390046054,1008.02588310962,2642.99138508119,1142.40842518915,1914.28486686544,450.815114629164,1641.94354620036,12078.2211906134,3707.85360714154,92173.0300563132,35362.5027733797,2641.83087634273,15765.653434711 -2358,561.460439457204,1940.73406394815,601.971295575795,1746.71989039826,868.801324562891,6921.38615462307,181.305476748253,626.126942668472,4440.1451513678,16740.7670980515,1261.87798990105,4918.88472145499,419.765802802271,3843.25947060369,1465.93776149336,9340.19000071415,1793.78781209853,11454.0254682289,178.454764940997,1130.70664110342,1327.09509136925,1509.14850552192,669.168616635483,1988.02830991409,381.537456291067,865.491526633905,996.423186677177,2857.98683286604,1144.91978245274,2070.00332075925,448.44606753873,1775.50826001116,12197.1856546042,3722.82928576044,91578.3035360451,34911.7725372065,2669.3978072263,15543.0936869799 -2359,533.820009124864,2006.57166704519,569.56856430927,1805.97574260492,806.025616278289,7156.18776036311,171.922952210652,647.367718468484,4114.23772927069,17308.6820948643,1169.78260269402,5085.75332338617,388.7945040733,3973.63848353748,1378.13454399472,9657.04728350278,1694.99199191316,11842.5926586797,167.752009114631,1169.06481517737,1288.59554688924,1560.34496884307,625.153384150743,2055.47032644031,361.496306710778,894.852523935334,942.325144334932,2954.94138540066,1061.76971706391,2140.22626349693,421.414863391174,1835.74073095585,11156.82503852,3437.53890472192,85859.1501558508,33068.1429833211,2439.6733831965,14772.6481271827 -2360,501.288739293103,2029.65532594618,533.400469459722,1826.7517401486,751.222246413075,7238.51275278908,160.876542635007,654.815055556944,3833.30038260628,17507.8016778154,1090.0296426616,5144.25997774579,362.384311060388,4019.35133638808,1290.0285899671,9768.14223672286,1588.66311287898,11978.8301895519,156.848835155135,1182.51377086129,1214.55105696782,1578.29522281117,584.071426254659,2079.1165169432,339.072619751141,905.146933434115,883.569562615451,2988.93511716378,989.929053869363,2164.84748876832,394.371361089035,1856.85914579245,10360.6770477781,3200.78826147324,80263.4426451961,31000.6348909252,2265.08282093385,13863.8297689457 -2361,477.378026640539,2060.60710008756,506.651322413636,1854.60928155016,706.493917918181,7348.89839757306,152.959697904316,664.800833656742,3602.75194299402,17774.7916028122,1024.71119473974,5222.70875223487,340.530736940022,4080.64551435435,1221.56551177459,9917.10414588394,1507.59120345287,12161.5045785308,148.498280677567,1200.54683228156,1168.33074391886,1602.36385980602,551.146436496735,2110.82256280399,322.192937953774,918.950214754973,839.188580982564,3034.51568618308,930.659001172954,2197.86091211479,373.229979588674,1885.17581816446,9671.46962296604,3002.68497703622,75889.5507931408,29461.3464236884,2113.46470107418,13196.9104674606 -2362,458.296126326436,2089.15794254127,487.119952994098,1880.30591115436,675.239562290641,7450.72141873441,147.340475499557,674.012014120997,3442.32515461791,18021.0710971796,979.190486939997,5295.07224877934,325.17881985307,4137.18509785128,1170.09680228251,10054.5110673947,1443.64115819069,12330.0089000033,142.523727136015,1217.18106763158,1128.45478103848,1624.56549063264,526.778164418549,2140.06916805726,308.660342002798,931.682774398759,804.792557137913,3076.56056668255,888.40528167431,2228.31348147374,357.075762884668,1911.29596391164,9210.86191337225,2865.14738905374,72674.2736212872,28267.9173932952,2012.38595450107,12665.4561954766 -2363,446.866244445318,2062.77661728131,474.305088188918,1856.56191324004,653.648007095162,7356.63571024561,143.551652733301,665.500771475541,3330.98890810406,17793.5058526058,947.651519959823,5228.20749890785,314.623816002851,4084.941835863,1137.20526605222,9927.54540271343,1403.00975482659,12174.3088599893,138.512020470209,1201.81083209716,1106.64410060798,1604.05091404569,510.491233701752,2113.04494951845,300.171511244619,919.91773461406,783.524308177693,3037.71058634411,859.301929337409,2200.17493745135,346.550000057787,1887.16063193637,8876.74924904582,2768.85770638836,70555.1773226695,27520.0882180169,1938.87413881153,12338.745201563 -2364,439.887388557846,2038.10198022726,467.588583574561,1834.35398680061,644.37669847154,7268.63669252921,141.516457544219,657.540147015397,3283.7332285967,17580.6624961542,934.208436190755,5165.66843316606,309.994660124698,4036.07834946202,1119.87666222552,9808.79353322001,1383.18597374431,12028.6815293383,136.549173594463,1187.43494386904,1091.05038748022,1584.86348784127,503.263402542563,2087.769009908,295.932266552786,908.913811052479,771.426969598132,3001.37392944907,847.118744893679,2173.85676146361,341.648591723168,1864.58668802717,8750.54275128637,2729.22925450289,69540.5411481999,27120.845230562,1911.30720792796,12159.7589195148 -2365,437.916046689665,2004.77820050848,464.211498920112,1804.36156798377,636.300614403055,7149.79158548963,140.575632011008,646.789103530834,3241.445638989,17293.2116570815,922.295437813683,5081.20769536339,306.131754053838,3970.08685975736,1111.10517758265,9648.41584938518,1374.03767241154,11832.007791969,135.328918283587,1168.01990925165,1090.15870741925,1558.95033812377,498.24497366565,2053.63315445777,294.204563082837,894.052707968966,766.75907404995,2952.30026942176,836.773760581381,2138.31333696278,338.838464169467,1834.0999524952,8605.47960449455,2692.11355088945,68896.2743824979,26950.4090301631,1879.14578856378,12096.4784958663 -2366,444.943048345495,1975.21491894241,471.372779504853,1777.75371227795,639.453298000387,7044.35782641996,142.898774970354,637.25128614201,3255.58804066311,17038.1988655068,926.518808458186,5006.27812272758,307.401275936872,3911.54233066831,1123.40800507174,9506.13635215724,1391.70287379266,11657.5281523973,136.988423600595,1150.79580862884,1117.21858709661,1535.96141706419,502.161396352328,2023.34943770384,298.325145306649,880.868640058666,777.279825995941,2908.76443881947,840.546326148841,2106.78089150768,342.383836035396,1807.05356237475,8588.1255322172,2699.08189176232,69572.23873336,27336.6583804711,1874.55130008319,12286.1258625829 -2367,463.070291305988,1922.7704640531,490.037306658625,1730.55210222845,656.925185471411,6857.32121450045,148.959489268039,620.331458325437,3341.91232678815,16585.8131310593,951.359576047285,4873.35510526104,315.290358613657,3807.68593340182,1162.14515615664,9253.73640604944,1441.04207450719,11348.0060323251,141.876333920023,1120.24072406885,1177.42793088819,1495.17969833756,516.995192554559,1969.62695044772,309.304834537682,857.480463301829,806.678192861001,2831.53306316898,862.013911718295,2050.84319360618,353.554987327908,1759.07400423872,8740.44043776382,2762.69044450323,71881.2060214804,28396.0890326557,1906.71271944736,12778.5984699686 -2368,475.152952749467,1920.08026284509,500.982783173658,1728.13083903403,655.545960406029,6847.72694718676,152.664949653521,619.463535466336,3329.74440288357,16562.6074622834,948.43197600972,4866.53665967102,313.966496308865,3802.35849495336,1177.97932649194,9240.78924812103,1467.22417593666,11332.1287239789,143.975089243163,1118.67336436289,1233.12757950404,1493.08775116765,519.809609051002,1966.87119103676,315.818295515355,856.280738726614,823.051801204801,2827.57138713459,859.214058540917,2047.97380230855,357.835603506065,1756.61283526424,8560.89369099028,2739.77197691236,72624.73995007,29013.2495359526,1865.362323122,13100.0762396026 -2369,489.667152550054,1913.83205467392,514.204759254682,1722.50726097938,664.921014678748,6825.44349149314,156.895264312701,617.447714982715,3374.31759656592,16508.7104344954,961.445630981255,4850.70027266646,318.065209900398,3789.98509167559,1205.63072092557,9210.718434934,1505.47674760842,11295.2524013272,147.205790604224,1115.03304567865,1285.15791813419,1488.22903600473,529.549349599548,1960.47071867877,324.570041306966,853.494282133078,845.505011014649,2818.37007665423,870.916416461675,2041.3094107758,365.922960320221,1750.89657283331,8587.9500874855,2768.80734107364,74187.6285845583,29826.0603833305,1869.95681160259,13493.0308402936 -2370,497.958069152797,1913.88990970036,521.67511205119,1722.55933226895,666.940721110402,6825.64982423412,159.359191078002,617.466380389528,3381.88241684535,16509.2094918063,963.88125895524,4850.84690904023,318.686385736475,3790.09966269405,1218.8163841262,9210.99687439122,1525.27117400163,11295.5938561193,148.822289464075,1115.0667530597,1319.37774004617,1488.27402507783,533.190270738667,1960.52998358918,329.288843219243,853.520083213237,857.488977060093,2818.45527580997,873.045877342926,2041.37111943494,369.652143264207,1750.94950233005,8530.00821205161,2768.28838783175,74877.626656232,30268.6230618893,1856.1733461608,13715.4272004617 -2371,485.820760350409,1913.13780838627,506.429211574135,1721.88241813151,636.531596489199,6822.96754863598,154.770326584492,617.223734627228,3223.51586168402,16502.7218677844,919.180207977979,4848.94067173983,303.62012976844,3788.61026723698,1178.0361989646,9207.37722896743,1481.11555513265,11291.1550266236,143.700139988926,1114.62856527992,1306.30689111144,1487.6891780371,512.4629197996,1959.75955412535,320.475049180544,853.184675427799,833.016046651145,2817.34770744572,832.921618725532,2040.56892183011,357.227109504187,1750.26143170753,8010.55875240705,2628.69414406572,72196.8496642283,29444.075457588,1741.3111341459,13379.3859676371 -2372,434.290000348659,1836.74188884083,449.783698322476,1653.12375887254,551.998339970562,6550.51102322425,137.554319696974,592.576594956777,2790.56417039308,15843.73086015,796.232939866832,4655.31150408916,262.841880432694,3637.32249073906,1040.07583860352,8839.70583230938,1315.69712745581,10840.2736697199,126.712599986347,1070.11892576368,1187.69806539713,1428.28238451927,448.995211777291,1881.50192283027,285.529587583394,819.115081729077,740.4620995973,2704.84464162053,722.404706154572,1959.08438971972,315.299670504996,1680.36953425295,6794.70377784585,2264.85839859254,63497.1332443813,26203.3168658834,1474.83080227133,11952.2168094041 -2373,371.926612457739,1716.02997305655,389.583854635486,1544.47935043693,484.2134930374,6120.00702057504,119.743276793869,553.632061453868,2450.68585751233,14802.4701817069,698.961954446392,4349.3612921158,230.442276109138,3398.27520333851,898.829999452554,8258.754402786,1128.41375775183,10127.8435725746,110.219634241069,999.78998818635,1010.22981254466,1334.41470285766,389.33590420356,1757.84834742236,244.307989944612,765.282286079321,636.748590076538,2527.08042740373,631.508884513533,1830.33204225984,271.803688265027,1569.93451508255,6047.85638399618,1992.23384581869,55091.7835431665,22532.7437542872,1314.02370545047,10238.2488122438 -2374,300.488972489244,1563.87452242098,323.647342683518,1407.53480095189,441.190892368737,5577.36356986082,98.790118890191,504.543096156386,2247.7780041445,13489.9776516344,639.53790737225,3963.71591425563,211.676135335517,3096.95989820624,764.867336174948,7526.47436247521,938.325637894623,9229.83676211844,94.2834560801877,911.141480536763,752.931837313581,1216.09598253462,342.117341534916,1601.98498160093,200.657582080065,697.426903055671,526.924683250036,2303.01146167404,576.670730336575,1668.04175533279,231.99999450529,1430.7329292354,5974.85634378251,1862.53467913391,47567.1734401523,18542.0927783646,1304.83472848928,8295.48493049603 -2375,298.610673194136,1451.05964798735,322.672227154771,1305.99797075624,432.936468491547,5175.02338093665,83.0506706579754,468.146335915595,2083.05173455517,12516.8368317906,618.200380632726,3677.78113704275,196.95368078714,2873.5512186523,739.280931569786,6983.52910186944,921.529902925441,8564.0142421957,79.6369774435207,845.413501568923,702.832887115452,1128.36917734535,401.089233100435,1486.42089256897,210.856416222148,647.11587914241,562.584230190862,2136.87668222526,651.220972192674,1547.71245878117,234.801535308068,1327.52263106526,6056.32091472424,1921.7397488115,45697.7697697407,17010.1943733608,1420.82198152862,7706.03379330084 -2376,320.160867650115,1387.13121867397,344.354045068119,1248.46043322448,455.117088148171,4947.03060554513,89.0305347753472,447.521504961605,2188.05357025761,11965.3903631785,649.513849229374,3515.75142877017,206.826127944689,2746.95296597897,785.343543216002,6675.86011860883,980.481008546029,8186.71481147945,84.6087078636161,808.167646548018,768.430394192309,1078.65732070778,422.982618637328,1420.93457497182,224.731534837324,618.606298716341,600.253491777878,2042.73363984894,683.443319026829,1479.52585690311,248.778152796383,1269.03679500768,6299.9458847211,2013.00865096541,48414.8397493653,18172.0417452451,1477.0921590149,8249.20156232774 -2377,325.152207093001,1352.62143756945,350.363927490052,1217.4005769627,484.333602106125,4823.95577238122,89.5081523989502,436.387829237287,2333.28764676308,11667.7090791697,692.205412382847,3428.28471286656,221.089477343526,2678.6128231834,816.123599255184,6509.77455418914,1014.73757515823,7983.04140819507,87.1974670027605,788.061626149462,735.646367264989,1051.82191571992,447.446161214594,1385.583816164,231.589144118559,603.216285377163,617.065362963623,1991.91343638367,731.599552534798,1442.71743332151,260.155558769495,1237.46502917923,6889.35425788121,2164.20949958477,50547.4641768387,18578.7973316409,1617.76760273061,8396.01632568322 -2378,364.961333405969,1365.52283067908,392.451835144634,1229.0122245228,552.156935616235,4869.96698293456,99.5566890592056,440.550125336457,2661.82740144845,11778.99646331,789.513463387967,3460.9839201569,252.452628342285,2704.16161019841,923.255044380858,6571.86521625169,1148.79400795326,8059.18418736222,98.1513077664727,795.578210280969,807.690884126067,1061.85426301171,509.832704988484,1398.79960662996,261.848115695825,608.969802371369,695.51398962024,2010.91243903834,836.459383676143,1456.4781680226,295.432558270135,1249.2680528172,7923.8648798429,2476.45828591215,57281.3409532901,20910.8370748293,1861.60503850449,9440.73485393471 -2379,459.045329565322,1410.85126883619,490.3584831937,1269.80920232646,661.804444817734,5031.62520808727,125.74412328718,455.174156998739,3184.15137416449,12169.9994555298,944.988313216286,3575.87104768266,301.542203461288,2793.92607224972,1134.41117189687,6790.01783833825,1420.60307054098,8326.70826226318,121.137859730656,821.987375249619,1075.87585793374,1097.1024435704,616.218800952751,1445.23266511773,325.264352033503,629.184513840241,864.014286957929,2077.66454166483,998.667826923242,1504.82586246104,361.383988182555,1290.73742147332,9254.60965424343,2941.78080453164,70011.8881462739,26112.1420278345,2171.09101467904,11852.8275569613 -2380,617.032891132602,1534.71621762222,650.96882340317,1381.29143669688,817.905841801847,5473.37410995725,169.041733114404,495.135933899491,3920.95436127895,13238.4581886241,1164.91092216277,3889.81277490104,370.410187404102,3039.21734957667,1466.21159013643,7386.14390093576,1855.91592981812,9057.7472564105,157.562918168324,894.153326676977,1574.92678185615,1193.42197844099,773.495162891291,1572.11611059698,428.173180311979,684.423438952507,1137.80408340341,2260.07201276571,1225.60040861892,1636.94126151327,463.374042465576,1404.05703789106,10885.0743128515,3575.97139969633,89624.0471936221,34668.5458333006,2546.22553125426,15878.4799972558 -2381,639.935528178907,1775.09868396816,674.591744068031,1597.64299308439,858.663915634925,6330.66821598032,174.627738424388,572.689031729958,4118.75492646908,15311.9967317494,1223.4641350266,4499.07380812538,389.370614221682,3515.24969605472,1529.38508871477,8543.03497128869,1935.86537744946,10476.4614134861,163.838749432611,1034.2044836857,1611.91609175432,1380.34755808565,811.205382971321,1818.35651889409,446.167515077951,791.624622071087,1183.55555071903,2614.06689358464,1289.40008781486,1893.33522750371,484.552440557955,1623.97436839373,11520.9659093067,3765.86611614353,93612.6045971483,36023.1239230965,2696.27933788434,16485.1907150801 -2382,630.712565394462,1935.41151655856,664.089302550354,1741.92943529898,858.565754576111,6902.40395273669,171.11010767181,624.409762357083,4121.24341976488,16694.8548178104,1223.94188194542,4905.39446664871,390.045023416124,3832.71916472521,1517.89874646119,9314.57412431454,1920.27638819045,11422.6123063285,161.966649296317,1127.60562907256,1560.79490346974,1505.0096002552,810.093326617952,1982.57605600257,442.01825181986,863.117878563634,1170.74238401089,2850.148679953,1292.60409013199,2064.32624682314,482.153409874176,1770.63885155892,11634.4173040266,3780.04416179852,93027.5097029622,35568.7287091471,2724.41442662748,16260.1244848458 -2383,599.186041123371,2018.0267181649,627.910015136638,1816.2856382305,796.496840827094,7197.04077247501,162.284846571807,651.063390260375,3819.40165830447,17407.4933366792,1134.64428028195,5114.7867066729,361.32696513254,3996.32306176996,1426.54113554145,9712.17712118302,1813.51914577401,11910.199266768,152.310028693626,1175.73873439991,1515.11685697398,1569.25261549035,756.031521929759,2067.20452863758,418.370772027053,899.961028941474,1105.99552505744,2971.81045874672,1198.11947157659,2152.44431763312,452.84583537936,1846.22054797957,10642.1158393649,3492.0522754023,87200.1561504659,33687.603061726,2489.95535376797,15445.322787486 -2384,562.545631291679,2028.18005504008,587.938224102366,1825.4239513066,742.333601120092,7233.25138297369,151.863480943227,654.339098093631,3558.75277707925,17495.0759947327,1057.29385297231,5140.52083199945,336.798934827395,4016.42983931804,1335.22260549901,9761.04218585993,1699.49572267225,11970.123282797,142.42369600088,1181.65425144441,1427.96604695331,1577.14802653914,706.144124477016,2077.60529478217,392.307569528424,904.489020280306,1036.72086435547,2986.76258621126,1116.89156068807,2163.27395237744,423.721236764463,1855.50947314632,9882.71550320337,3252.00919923375,81514.2394980099,31581.2822598461,2311.76645839475,14493.2262350746 -2385,535.501693224437,2059.24753642842,558.262765022409,1853.38563276191,698.119603395065,7344.04968323271,144.403176412125,664.362206101802,3345.01636573067,17763.0640101474,993.950295400785,5219.26287212435,316.515961652227,4077.95315376464,1264.1621898177,9910.56096043143,1612.33447157581,12153.4805647997,134.866646783226,1199.75472599201,1373.45281522646,1601.30663949827,665.994213300111,2109.42986758948,372.59132066532,918.343902510157,984.118513188269,3032.51354940997,1049.74815678487,2196.41079004939,400.899174658878,1883.93200194479,9225.3287029091,3051.49624928008,77064.0104381221,30011.7906213331,2157.02347030747,13792.0580014664 -2386,514.015946362644,2084.78998204351,536.643138498192,1876.37461339253,667.228970661618,7435.14363202228,139.105880714213,672.602806232618,3196.20201483036,17983.3930810387,949.802074707416,5284.00144080235,302.25736964186,4128.53517210303,1210.82256611567,10033.4893407591,1543.80387948187,12304.2296179703,129.453735231986,1214.63621512724,1326.50009338497,1621.16888870771,636.438507412502,2135.59476361028,356.88285565976,929.734834766168,943.580289385159,3070.12816884866,1002.00055542493,2223.65457796744,383.513245224203,1907.29987290296,8785.97243742936,2911.96675592823,73792.9783957183,28794.3555008886,2053.86147824929,13234.4276006499 -2387,501.083290060793,2053.14396161447,522.421945047689,1847.89222914309,645.885410392741,7322.28204438115,135.535855633996,662.393047777334,3092.99031632534,17710.4145893309,919.216934880716,5203.79306538664,292.461466278674,4065.86616969816,1176.678954006,9881.18622563143,1500.1504175381,12117.4578542879,125.823791254288,1196.19867330824,1300.77096069252,1596.56039374523,616.599009689074,2103.17755319607,346.980641536719,915.621946740031,918.36027443093,3023.52523062085,969.047069206559,2189.90066567529,372.157732755325,1878.34805940518,8467.28276216498,2814.47701366743,71635.7992510442,28031.3443645675,1978.83457493425,12890.6275741502 -2388,493.270868390202,2024.41955969328,515.023511973975,1822.03939072098,636.724147269106,7219.8400450107,133.614329409995,653.125872903147,3049.11223029402,17462.6379714385,906.177267371962,5130.9896739443,288.15662260869,4008.982884259,1158.76137382388,9742.94401275707,1478.95202551605,11947.9292015596,124.040823680746,1179.46331908462,1282.44116264081,1574.22380006315,607.867189208308,2073.75315896015,342.079437394255,902.811986358419,904.214206230258,2981.22476091831,955.30660068539,2159.26297632452,366.893629212217,1852.06913030182,8346.89704500948,2774.1769801397,70605.2558857223,27624.6027814736,1950.69948619111,12703.7212918839 -2389,490.945841260214,1987.71133528474,511.211472957452,1789.00086838724,628.736672344746,7088.92473780721,132.732338059473,641.282927109251,3009.99309447201,17145.9929210826,894.628215450479,5037.95089673669,284.581217284685,3936.28913722384,1149.57648487202,9566.27797853129,1468.93552066941,11731.2807977007,122.944751536058,1158.07644599732,1281.31293592857,1545.67884739003,601.617616047735,2036.15038241982,339.981552854937,886.441553245737,898.455082604723,2927.16705978019,943.490640558975,2120.10967457319,363.817428769346,1818.4860872366,8208.54221031886,2736.88165167701,69948.3567932079,27450.8634113138,1917.87521599077,12635.8619898661 -2390,498.655242468866,1958.29268707589,518.928838074195,1762.52318711725,631.839507248698,6984.00679557961,134.937406570789,631.791771879578,3023.37487650121,16892.2277364792,898.73589782732,4963.38790436772,285.784190562258,3878.03102734608,1162.14447033301,9424.69455969037,1487.47488410104,11557.6547702689,124.475124128719,1140.93661137497,1312.98346275476,1522.80239574032,606.068638734755,2006.01482363048,344.594965938192,873.321986158846,910.358449124487,2883.84422086914,947.522442194538,2088.73149627673,367.53795871496,1791.57201700747,8192.00912521432,2744.58922184886,70627.6346837392,27843.0091058306,1913.18603453358,12830.7096216665 -2391,518.75632294324,1919.44387158387,539.264761328926,1727.55806747573,649.086406355507,6845.45733707059,140.675788078972,619.258220517662,3103.88360505874,16557.1179528832,922.846870338737,4864.92369511815,293.147875339003,3801.0982415332,1202.01171313083,9237.72648161168,1539.7968774209,11328.3728040674,128.945104928639,1118.30259134521,1383.56267580328,1492.59288227312,623.638670254583,1966.21929139374,357.100887988148,855.996933101493,944.248948307038,2826.63421708182,971.455338455597,2047.29502202201,379.426763518751,1756.0306236352,8337.31975398796,2810.02276026222,72959.7952028734,28919.3134646081,1946.01030473392,13340.1659147706 -2392,531.850098230557,1908.48057836816,550.887452545889,1717.69076897261,647.690410579986,6806.3581182328,144.203933751081,615.721201515293,3093.2525996591,16462.548613497,920.036596528851,4837.13669611744,291.978416570143,3779.3874975096,1217.96279510095,9184.96333205377,1566.85909943752,11263.6685037508,130.909777969272,1111.91517913988,1448.66929384077,1484.0676351105,626.29114246805,1954.98883087491,364.22982961534,851.107732897065,962.296557721032,2810.48932209729,967.702981600306,2035.60148101371,383.791622967107,1746.00069834919,8166.11077574082,2788.39747614498,73696.0626099494,29544.6321288723,1903.8076716192,13667.2871763392 -2393,547.842101481086,1901.45134557855,565.201933080089,1711.36424492384,656.933474585966,6781.28923558093,148.21504464157,613.453403923846,3135.05694127725,16401.9144693375,932.678141605255,4819.32076429317,295.826482562891,3765.4674216004,1246.30461476789,9151.13367397037,1607.1795460556,11222.1826490477,133.877950250255,1107.8198214375,1509.60008212962,1478.60158164317,637.590322715646,1947.78830090932,374.097164372972,847.972969855,987.901691943955,2800.13784987292,980.529525891207,2028.10404203577,392.332107784512,1739.56990439791,8191.9545332453,2818.95272751236,75271.3703750618,30370.5701101311,1908.49685307639,14072.401989725 -2394,556.897596209404,1901.01744270099,573.207134545296,1710.97371909094,658.911601820049,6779.74177504781,150.556626836778,613.313416541137,3142.43552644924,16398.1716242195,935.056334935415,4818.22101638092,296.436347828856,3764.60815840998,1259.71837435617,9149.04542530528,1627.84962413347,11219.621796068,135.376318427607,1107.56702180133,1549.62963175863,1478.26417123162,641.591707784278,1947.34382414128,379.339459592211,847.779466133448,1001.34111918728,2799.49887066713,982.615287904055,2027.64123756702,396.213720105812,1739.17294215693,8136.71517918555,2819.31218229841,75962.0715602853,30819.6285650322,1894.42930870482,14300.1184518027 -2395,542.986006297232,1892.74435069329,556.150233603326,1703.52768378225,628.84166829788,6750.2368235237,146.24112408993,610.64432039787,2995.82606162899,16326.8079536093,891.716067498464,4797.25246297023,282.471931130058,3748.22485283485,1217.23564742192,9109.22943367578,1579.98911011742,11170.7948040976,130.758877417213,1102.74696930196,1534.02508625412,1471.83087123891,616.037386965302,1938.86912303342,368.873289805891,844.089990504234,971.89804133107,2787.31565171699,936.953448556961,2018.81708785635,382.709402992437,1731.60418584541,7641.26814939369,2678.56892035157,73229.1017579935,29978.209114633,1777.19977227507,13943.5725143665 -2396,484.995093862781,1813.31110819897,493.582484519782,1632.03534116762,545.298312868234,6466.94806437316,129.997437866933,585.0172681432,2594.09059272464,15641.6170059452,772.470321900052,4595.92505282208,244.594106780549,3590.92222844744,1074.28858237066,8726.94028285803,1402.66185653169,10701.987459776,115.351058061235,1056.46773069778,1394.45632268647,1410.06220265832,539.012696610165,1857.50015148781,328.282833645829,808.66586950332,862.893377398855,2670.33972731919,812.031269172024,1934.09292147189,337.570419412557,1658.93355013697,6481.53024686752,2309.55640146799,64390.8087372922,26677.0337383665,1505.22724775804,12449.3500358589 -2397,415.59778484359,1687.27664221918,427.704617428913,1518.60047510733,478.354284380958,6017.46184983064,113.15512231071,544.355553423649,2277.77526813599,14554.4440230573,678.086127238664,4276.48457893073,214.405171939118,3341.33462961184,928.646487612009,8120.37296343102,1203.59043811019,9958.14418417017,100.311289481301,983.037779454818,1186.24981231112,1312.05561354807,467.897129629053,1728.39431929409,281.13901797699,752.459424531967,742.670788710881,2484.73735605729,710.278780413592,1799.6634970831,291.153723579308,1543.62911994731,5769.04885506733,2030.32796913042,55869.7485934183,22938.4782386975,1341.10589675639,10666.8087067986 -2398,336.95163831352,1539.3155926139,356.38895541181,1385.4310145662,435.947977231005,5489.77720761946,93.2833085450437,496.619801604613,2087.24347033297,13278.1323856007,620.351408895193,3901.47011414966,196.764806390178,3048.3255482856,791.421669432525,7408.2793583922,1003.39055571058,9084.8923244913,85.6590142266526,896.83300543597,884.973187698029,1196.99853229448,413.306169422923,1576.82756893701,231.990329409926,686.474580403082,617.615659427867,2266.8451989584,650.382176668664,1641.84699367053,249.167567707117,1408.26484175266,5699.22584929697,1893.03722395844,48285.6020193839,18882.3759986854,1331.72753384201,8664.12820956391 -2399,291.025482691478,1435.09200301266,308.898016480959,1291.62660293299,419.858958166991,5118.07676527055,82.421423153562,462.994794076174,1940.34101951598,12379.0999668634,576.832240174972,3637.3103655122,180.683704825332,2841.93029546029,692.116483611212,6906.68145916658,856.178168006709,8469.77473993456,71.4518237186076,836.110463841573,685.702327323313,1115.95245936327,379.590889781419,1470.06412796014,202.959843945831,639.994933680269,516.659375819772,2113.36221935408,620.507463588271,1530.68123398004,223.277727465404,1312.91440314154,5603.31431232847,1793.53791108242,43091.7684799739,16114.8094396569,1307.72970380472,7305.61567524859 -2400,311.458747436332,1374.46124005826,328.948820527257,1237.05706577187,439.551111333525,4901.84470594187,88.1797622886304,443.433868679179,2029.76951980038,11856.0991598739,603.577729233025,3483.63875275148,188.958664450197,2721.86245192464,733.295428473079,6614.88318736713,908.875449841239,8111.9378183601,70.9634291726889,800.785888671163,749.554314387803,1068.80492534455,398.896981557827,1407.95583839891,215.827376929596,612.955983540119,550.144567624915,2024.07542555309,648.4416336007,1466.01195085298,235.877136951787,1257.44548422262,5767.28167546032,1869.70200976641,45482.331507318,17161.7837620649,1351.76100696313,7802.56527756678 -2401,313.145762213002,1341.51351099652,330.763896369246,1207.40310402375,460.290250748259,4784.34073670136,87.7251426617251,432.804148075766,2128.95625455372,11571.8921328121,632.725581215799,3400.131133599,198.654583660878,2656.61565994852,751.846480432196,6456.3153262442,928.95459718429,7917.48349573864,72.836014583361,781.589947943667,716.25331517405,1043.18419914742,415.656626047763,1374.20519768059,219.860100728515,598.262584349325,558.609948551202,1975.5555497079,682.858080727758,1430.86962515457,243.327306591594,1227.3027840019,6190.41101022438,1976.26458739805,46823.9377497185,17350.8217485291,1453.03300422746,7858.15906502321 -2402,349.619259885535,1355.45627213468,368.160643681651,1219.95201459296,520.298954383986,4834.06585653697,97.0067128664732,437.30241425554,2407.70618889118,11692.1623549171,715.449038276252,3435.46973872343,224.86690839219,2684.22668084315,844.585328750479,6523.41779050459,1045.00046320868,7999.77232868107,83.4375200775353,789.71325185588,785.621557849999,1054.0263322997,469.921251216457,1388.48773353955,247.108652841899,604.480510775787,625.618230049059,1996.0881041093,774.078098677612,1445.74109177779,274.383392881532,1240.05851804503,7103.38810593072,2241.76105919185,52699.6472016025,19417.8755215358,1655.57699875614,8788.88134882657 -2403,440.7051844821,1404.95018240589,461.140228025517,1264.49804443305,624.091509520317,5010.57971881877,122.7919739923,453.270326240235,2882.79113163407,12119.0966989955,857.148664254964,3560.91445758557,268.835846124097,2782.24007841298,1040.05437736156,6761.61762138249,1295.48307379639,8291.88061868318,110.383869737921,818.549295947357,1047.23326456017,1092.51365630034,568.777194105605,1439.18777359931,307.615029083759,626.552859973683,779.365264778022,2068.97441372269,924.77870290221,1498.53171390473,336.26884167743,1285.33872832177,8386.29298024034,2664.99740212569,64608.9544787352,24330.5666739658,1928.57107833827,11068.7904080701 -2404,607.869251719561,1531.21606287959,630.997774041943,1378.14119060083,807.657839390411,5460.89124431137,169.563235582043,494.006700776531,3721.55520325358,13208.2658627192,1107.46981698308,3880.94146274856,346.365158591477,3032.28595020926,1393.46698792661,7369.29867163035,1748.89055771306,9037.08968033683,155.37477748634,892.114073444969,1539.37141661156,1190.70019733916,744.667766078469,1568.53065968607,417.422203615696,682.86250676302,1059.52586857559,2254.91757334341,1189.8513103301,1633.20796694448,447.429965446684,1400.85487136434,10587.6494814098,3405.84269479602,86008.9165731587,33280.0288946039,2395.3028918174,15237.7602558085 -2405,632.850726253693,1755.89122766093,656.811068740262,1580.35569618008,854.460753903772,6262.16721699238,175.884342160503,566.492249740355,3939.81410127775,15146.3132625103,1172.15569884764,4450.39157745672,366.957853615023,3477.21293474349,1461.42273620074,8450.5950565819,1833.0145962643,10363.1008568752,169.272946165466,1023.0138734889,1576.35397778764,1365.41150655783,786.285725963133,1798.68099115974,436.964217858119,783.058847403187,1107.09069951064,2585.78138129387,1261.74365081502,1872.84839261072,470.585671418676,1606.40215282809,11266.2018830083,3617.09925915279,90392.8542541084,34763.3849398597,2562.62184381935,15887.9883752387 -2406,624.057938265254,1917.10079211673,646.939881867745,1725.44922444253,855.351173859323,6837.10103618202,172.448451855607,618.502287383678,3946.48542803208,16536.9065553608,1173.87989632641,4858.98504643558,367.991141571708,3796.45821252575,1451.42591373379,9226.44991991454,1819.25215174826,11314.5441747929,155.027554080779,1116.93747102124,1526.43774263163,1490.77086299606,785.953684424777,1963.81911282235,433.167883979402,854.952011253255,1095.58735339953,2823.18372358565,1266.35546633377,2044.79587370082,468.62223621737,1753.88702394009,11170.8715524302,3632.96356006869,89758.019841996,34305.5793119276,2593.44375603023,15667.9617934388 -2407,593.664487186567,1994.07525070286,612.712407352382,1794.72858649563,795.457212335669,7111.62084897587,163.771507459509,643.336077501243,3667.02929467931,17200.8880392884,1091.07181230439,5054.08054937706,341.812330569496,3948.89167698195,1366.85715878007,9596.90565712874,1721.45826691372,11768.8400133763,144.749496730796,1161.78417780889,1482.10423219496,1550.62753851723,735.20851052419,2042.66938172433,410.669163067401,889.279610748264,1037.00655494039,2936.53876443995,1176.80337150409,2126.89748043142,441.037627483825,1824.30820609399,10253.5846287343,3365.24507048812,84307.9155336533,32537.8493218066,2377.69037055403,14904.5645708907 -2408,557.649856612705,2014.41085617531,574.067806315261,1813.03125208071,742.091439036757,7184.1452513541,153.33488167663,649.896827229043,3420.30373202757,17376.3029203565,1017.73443455205,5105.6221288846,318.9461401093,3989.1625259222,1280.35582903926,9694.77502646719,1614.39147423696,11888.8587976705,132.481458091154,1173.63206804058,1396.9655439614,1566.44085842424,687.318704814997,2063.50055078015,385.327605599348,898.348495842996,972.749217456911,2966.48562514501,1098.14283083209,2148.58760873885,412.997625904061,1842.91252502639,9464.79311163039,3136.68778763347,78836.3271896533,30514.5202175626,2210.37141855208,13991.6544007454 -2409,530.691184419963,2042.41208569859,544.92925710431,1838.23321327287,697.451838141413,7284.00814650036,145.750327441701,658.930689496962,3213.03349079433,17617.8414549842,956.214857773113,5176.59260476928,299.571813133983,4044.61370419181,1211.80972376053,9829.53682039838,1531.2273178787,12054.1193565792,122.731420722706,1189.94608899233,1343.59961993755,1588.2151006931,647.923255302464,2092.18414944458,365.846851260262,910.835949604912,923.221357219364,3007.72112812721,1031.48896741886,2178.45395631076,390.598532193653,1868.52984953911,8762.23907338038,2940.76102987428,74466.9334074634,28983.8112777203,2060.66498781349,13310.1931461355 -2410,508.294228261127,2064.97506058532,522.490855403875,1858.540579312,663.663475896961,7364.47618428519,140.075460775297,666.210041545121,3056.44262744231,17812.469618953,909.7075960404,5233.77956021186,284.79550220711,4089.29544010259,1157.08087341924,9938.12587251953,1462.13548032747,12187.2838605638,118.345536798331,1203.0916847859,1297.27818652921,1605.76046173095,616.784989459192,2115.29696725097,349.515232993918,920.898154387564,882.908894732417,3040.94808401696,980.135935206357,2202.51981562108,372.437892637382,1889.17190917314,8352.15792438301,2793.24350858102,71088.333147357,27739.6424143253,1950.58672991747,12744.4712246447 -2411,494.757533777423,2039.69295838032,507.739896557705,1835.78591569636,640.416796527988,7274.31071781964,136.256085638248,658.053434387082,2948.38583294399,17594.3862696547,877.647319856716,5169.70084454823,274.690071935562,4039.2289830124,1122.02813095769,9816.45044949336,1418.10739754956,12038.0713291171,111.941193565435,1188.36187641324,1271.8583518729,1586.10066007759,595.92857501138,2089.39875901556,339.201892461462,909.62332511528,857.801096611847,3003.71685458099,944.848595752292,2175.55371217996,360.579548908343,1866.04221709976,7931.1186749846,2689.72500869492,68804.5531234268,26953.3933365796,1871.33038423234,12393.0216211134 -2412,487.057946093599,1986.98816288682,500.57180390042,1788.34999115728,631.381068349006,7086.34563358302,134.329703575991,641.049614502984,2906.78520249797,17139.7548378181,865.26418938612,5036.11798117903,270.664807607791,3934.85703005429,1104.9862710468,9562.79755958812,1398.13688823565,11727.0127038812,106.112420836813,1157.65511272545,1253.94269579973,1545.11649597681,587.52908782568,2035.40958684833,334.425756154984,886.119046626041,844.609550902111,2926.10209305984,931.524256916738,2119.33833279433,355.499622525074,1817.82448264597,7710.74310314919,2650.46158947361,67760.87944876,26553.5630531474,1844.91160233729,12210.8921825874 -2413,484.392447786982,1934.37014853003,496.417002324588,1740.99217228987,622.421834911408,6898.69004345441,133.329010999426,624.073792276479,2864.7137727084,16685.8719798457,852.824640941142,4902.75506881462,266.863974249345,3830.65693084558,1095.03963617599,9309.5623221167,1387.3929876476,11416.4662525533,102.506679254056,1126.99890929186,1252.7168612194,1504.19981439471,580.671818687368,1981.50931060957,332.07264279999,862.653469131378,838.520105578046,2848.61512820627,918.444148855263,2063.21551490101,352.107822768148,1769.68614115377,7544.10403666904,2609.771386176,67028.2030606845,26354.4077018972,1809.68655981057,12134.4315545519 -2414,490.35777760616,1892.80220571973,501.924234290515,1703.57975507183,621.068869697677,6750.44315626468,135.055303398741,610.662985804682,2856.83873561364,16327.3070109201,850.647949913947,4797.399099344,266.060954410665,3748.3394238533,1101.65034989619,9109.507873133,1398.98813239947,11171.1362588897,101.923183662658,1102.78067668301,1283.11056152624,1471.87586031201,581.391440893576,1938.92838794382,335.23042856588,844.115791584393,846.259852613169,2787.40085087273,915.670625696917,2018.87879651549,353.885991530119,1731.65711534215,7440.87075573324,2596.56545363586,67308.0215654122,26625.2544216224,1787.67090823137,12279.2856667597 -2415,509.400934810371,1852.04421363813,520.728951177055,1666.89631823,635.933602999306,6605.08485740022,140.580163883401,597.513488691491,2923.32161164751,15975.7286749197,870.63654423951,4694.09598932412,272.017230572418,3667.6258722234,1137.07628750047,8913.35148202227,1445.63228658163,10930.5865163934,104.035263588798,1079.03433596544,1351.86182869067,1440.18173797931,596.592658088093,1897.17715390373,346.794560218897,825.939320400355,876.356453754482,2727.37933279503,935.624964714782,1975.40597840833,364.506419310955,1694.36908451575,7535.48343474297,2648.68033282928,69362.6213229474,27604.9440957014,1809.68655981057,12748.1844077148 -2416,527.168701248608,1841.13877544885,537.975617472658,1657.08109101646,647.052573245039,6566.19197130341,145.533787546877,593.995135095935,2972.35319182631,15881.6583928443,885.451396375396,4666.45562669717,276.491356838837,3646.02969921825,1168.30859749153,8860.86677192157,1489.35049506853,10866.2236708688,107.999375993871,1072.68063114116,1417.32069453116,1431.70147988979,609.523930405,1886.00595829531,357.75509855733,821.075921276085,903.752200235561,2711.31963696624,950.999657449357,1963.77414605918,374.089744087163,1684.39208872648,7605.83009660787,2685.95049830333,71141.849985539,28509.2643325587,1818.49282044225,13189.2500944351 -2417,542.189989448906,1835.787301949,550.96290552705,1652.26460153509,654.039729918078,6547.10660804999,149.328243074252,592.268622533766,3002.25896646608,15835.4965960497,894.583594798795,4652.89205725987,279.180200485036,3635.43211060883,1192.87453567381,8835.11168254536,1524.8482761389,10834.6397898526,117.516363506114,1069.56276623716,1476.65444569138,1427.54008117748,618.737908807867,1880.52407336573,366.773687452189,818.689373291397,926.221424516615,2703.43888654137,960.232811549778,1958.0662192899,381.508820718489,1679.49621680939,7758.84644274785,2706.68970560289,72578.9382992228,29275.2635247241,1814.08969012641,13565.6407467429 -2418,549.936820220706,1825.25791441677,557.301451121135,1642.78783139027,652.725012075039,6509.55485975225,151.32140311144,588.87159181936,2994.14852969955,15744.6701259852,892.378694784408,4626.20481328312,278.337829768575,3614.58063533222,1201.79648981628,8784.43679515656,1540.1743116335,10772.4963590759,120.151760656296,1063.42815530277,1515.39305674464,1419.35224660833,619.987415198363,1869.73809248923,370.919925338989,813.993678059845,936.399387974678,2687.93297489471,957.32108838666,1946.83548574317,383.943195270255,1669.86325633139,7625.26978673906,2691.91113314064,72982.4335992959,29644.3007185404,1787.67090823137,13757.3166192225 -2419,537.64177965963,1822.77020159241,542.499087224754,1640.54881392125,626.542918054455,6500.68274202161,147.393635896053,588.068996526223,2871.75405904234,15723.2111214915,856.134290469478,4619.89958433371,266.862465086355,3609.65418711349,1166.09773226155,8772.46415507239,1500.4808283839,10757.8141176615,121.704120252408,1061.97876897833,1500.69115822346,1417.4177579214,598.35583941485,1867.18975595325,361.883681032186,812.884255388198,912.141785386708,2684.2694897073,918.357164211777,1944.18207026333,372.455384419887,1667.58733674496,7310.41339417562,2575.14225811068,70731.0475704914,28941.8555777372,1690.80204128287,13457.1558616379 -2420,481.045430722899,1751.78361057326,482.506189931367,1576.65871543322,545.336106555695,6247.51791260427,131.248754459305,565.167034824754,2496.64218601281,15110.8809679625,744.601489272539,4439.98062249412,232.03269712751,3469.07857024344,1032.01843530811,8430.82628724777,1335.4685712677,10338.8580965661,111.678185262508,1020.62070174713,1364.48498580416,1362.21735218899,525.315006654036,1794.47327449816,322.756048055947,781.227010754323,811.860860966858,2579.73237346271,799.064776244722,1868.46717358136,329.456094433362,1602.64424070421,6268.06206021208,2230.39888221626,62411.9812191375,25823.6662036536,1439.82361327994,12041.8730537445 -2421,412.046048804513,1641.91927514591,417.887012785462,1477.77746039618,477.996019910705,5855.70045330397,114.203103146538,529.722188605335,2190.10507408153,14163.1914900802,652.999714673404,4161.52412966222,203.182553925144,3251.51287927301,891.439740811615,7902.08111486384,1145.05242576722,9690.44937359307,90.2958581260462,956.611759978257,1160.67879525016,1276.78493736187,455.620096387442,1681.93162691398,276.254481830529,732.231811897353,698.213739841692,2417.9426517869,698.293511886529,1751.28494681868,283.947934263684,1502.13328525931,5414.7165601264,1957.33018501768,54025.8320836549,22176.2315257757,1281.31092190967,10307.431117395 -2422,330.137523717823,1514.20705268228,343.290305536703,1362.83256229388,425.527820187108,5400.23072936993,93.0334632515605,488.519189761759,1958.10785098752,13061.5461840311,582.968537189266,3837.83130049562,181.833536252371,2998.6027986942,746.244035963033,7287.43924023368,939.016410277557,8936.7041408606,76.5371186855071,882.204317571684,864.391083644731,1177.47369567852,393.905867381246,1551.10715255853,224.670835807591,675.277153119949,571.463060248503,2229.86956285757,623.88500212699,1615.06601321403,238.566091406195,1385.29393560249,5243.69125207074,1778.20852114402,45830.4477661603,18002.0495529896,1232.87648843542,8265.22661679469 -2423,299.376205691499,1397.05314105525,320.432779801316,1257.39046619308,438.283443853389,4982.41590509373,90.0432633855555,450.722552978117,1955.45244864973,12050.9768403962,536.755259171692,3540.89902282508,162.797425607666,2766.60147056637,609.911414975735,6723.61145246489,772.659949976093,8245.27304146057,64.0480805994661,813.948337337869,630.384684627664,1086.37277982799,347.950752416103,1431.09828722336,202.207579075506,623.031088237188,483.863395102377,2057.34497895468,597.244843272366,1490.10866299648,209.890503819083,1278.1140073215,5433.44628287685,1735.63828444814,41659.0377230423,15474.1200745595,1209.91627577972,6912.11833767354 -2424,316.260727369442,1324.21522847295,336.073803759389,1191.83412179433,447.329967301558,4722.64856806193,94.9970614250919,427.223310932185,1993.7136996217,11422.6771917737,547.698825698785,3356.28779658895,165.907255080943,2622.35965889775,635.089367414628,6373.06371106544,807.551569012785,7815.39069886236,64.1240155898236,771.511656799908,687.995226773081,1029.73275430318,357.706360801224,1356.48536887531,211.752050683591,590.548226556786,507.5837779513,1950.08154757545,608.214258105731,1412.41913112121,217.602374352498,1211.47720332336,5473.40521282572,1760.23217195302,43107.830194992,16201.2341894569,1214.88434325566,7260.80479948695 -2425,324.480045076838,1288.6640793399,346.013905779837,1159.83700252344,487.128212747596,4595.85982561575,96.6022121820863,415.753665127264,2175.340733142,11116.0130698003,596.700798221274,3266.18168285124,174.263686225972,2551.95728222256,668.7166109406,6201.96634444791,845.383075721008,7605.57124180269,65.4821771260342,750.798916620646,658.994110436674,1002.08756345483,385.528004759679,1320.0678646745,220.904553599085,574.693803785352,527.402902831613,1897.72779236345,666.425819913609,1374.49997561748,231.077027546129,1178.95272708976,6101.55120290117,1939.02743698923,45632.4011152937,16738.3020600257,1362.96288291619,7452.68905337967 -2426,365.458254977785,1292.48242971314,389.079229621237,1163.27363439864,559.37622194552,4609.47749631971,107.852412722427,416.985555724561,2499.53232048284,11148.9501504053,685.30044040681,3275.85947728015,208.109188472682,2559.51880830005,759.741723406667,6220.34295700799,960.819798244883,7628.10677783213,76.2796142210843,753.023556361494,723.662720031421,1005.05677900392,441.945490838685,1323.97926540692,250.807206845729,576.396638787399,596.552527727626,1903.35081681214,767.562482527234,1378.57266032955,263.749462591328,1182.445999431,7146.57577409729,2239.42328180296,52100.0746525822,18939.1702865902,1592.4635398335,8416.33409207119 -2427,463.403722536679,1303.73498964328,490.668333403045,1173.40128177342,678.36117241612,4649.60834884164,137.279247802375,420.615899045234,3027.04708919444,11246.0147037342,830.802382840649,3304.37963681456,251.25671763499,2581.80239074621,944.798134197631,6274.49826333996,1201.7035217431,7694.51830242838,98.0344381876228,759.579500567754,965.924244687573,1013.8069649863,540.766362359585,1335.50604185492,314.517047336324,581.414840638645,749.248811379531,1919.92169517914,927.822950880932,1390.57473565514,326.321667046776,1192.74056449965,8417.24043884343,2692.54072327866,64451.4133344239,23937.686369009,1875.87225352523,10708.9279984614 -2428,629.959822963306,1328.06250495645,659.951217123572,1195.29678805161,853.531923334028,4736.36940013293,186.486295404799,428.464533780261,3799.17840798917,11455.8637889322,1044.72270617551,3366.03890564888,328.22832581812,2629.97846770618,1243.38534627465,6391.57953660211,1596.57383134585,7838.09695400772,135.210045479883,773.753149413895,1417.7067641594,1032.72446329786,691.694620143859,1360.42640062579,419.72135521768,592.263961473249,1002.67627528308,1955.74716953597,1160.81144215631,1416.52266866644,425.61286199126,1214.99693912946,10208.7766589668,3340.59768701859,84156.2464510377,32287.4145310548,2261.00692629763,14583.9050414457 -2429,646.667272406232,1361.01023401819,675.621814275485,1224.95074979973,878.369948334819,4853.87336937344,190.579349737566,439.094254383674,3910.21521302229,11740.070815994,1075.1553709007,3449.54652480136,358.950267839436,2695.22525968231,1277.91607376312,6550.14739772504,1643.58818667942,8032.55127662919,149.578427179756,792.949090141391,1448.7806997694,1058.34518949499,712.599537608565,1394.17704134411,432.043682126125,606.957360664043,1029.87035826509,2004.26704538115,1196.43511819567,1451.66499436485,438.304992267829,1245.13963935018,10632.9147240154,3449.92663998046,86934.1356543561,33359.39634263,2347.01773230106,15083.0896297757 -2430,628.13952832193,1453.63414194841,653.676037884834,1308.31509389693,854.039277934517,5184.2049927753,183.865939100569,468.976928866324,3802.32207018019,12539.0444101487,1045.4008091908,3684.30631699696,336.67706664841,2878.64952062043,1242.27375322122,6995.91939438743,1600.53271067514,8579.20865751799,137.489526645038,846.913448147551,1399.75424786935,1130.37114855098,694.094816567408,1489.05812503341,420.714579523744,648.264002808633,1000.73942712431,2140.66796408024,1165.52989762583,1550.45843575331,426.871342533642,1329.87794361329,10286.909728346,3354.52739779924,84232.3318763846,32286.7368361157,2276.72207937485,14601.9838996463 -2431,599.834574565778,1576.92055169374,621.768734445834,1419.27662547322,799.03529475592,5623.89060726316,175.272647274254,508.752055319961,3555.05359914719,13602.5126669499,977.918668225624,3996.78170892452,306.367209819918,3122.79510998911,1176.55803051464,7589.2611164288,1522.53107915783,9306.83316998561,127.130951406185,918.742332303507,1360.16603035895,1226.24080141822,653.317302325767,1615.34893290576,400.693305925413,703.244922124611,951.875589323789,2322.22346015202,1090.05764702522,1681.95676018534,404.006844750086,1442.66827533171,9446.68198924891,3123.82677675288,79413.2309457285,30708.7444733772,2093.52180984661,13927.5297295906 -2432,562.867622514684,1664.22190942846,581.772651057131,1497.85051194573,743.506217207204,5935.2400187717,163.891566779581,536.917548585969,3307.22740586104,14355.5739566597,909.908582812129,4218.05123920213,290.808715784333,3295.67905949218,1100.59700190603,8009.41722318755,1426.20499482981,9822.0773724139,119.775691115234,969.605676644035,1281.92808234309,1294.12785302556,609.57182375305,1704.77775980926,375.509926450461,742.177914947604,891.876876975683,2450.786221806,1014.61419256427,1775.07312464488,377.731335584727,1522.53716857556,8808.93392676451,2905.91385177589,74240.2339634188,28774.8543608464,1947.18560706208,13062.0378856057 -2433,541.07316339034,1712.90586897097,558.869076089257,1541.66756140961,712.815164659279,6108.86529272823,157.465070711508,552.624151212058,3170.43801760801,14775.5216678129,872.331162123822,4341.44309861352,265.905348381373,3392.08850169963,1056.87779601872,8243.71899619249,1370.2472431617,10109.4054112487,111.077860275931,997.96982884423,1234.76406993722,1331.9853452762,584.873051524063,1754.64811124336,360.830879291939,763.889057782553,856.915849168782,2522.47977216355,972.705001793478,1826.99984649346,362.679028975287,1567.07638386708,8324.62049870796,2779.91665040881,71059.5289652705,27601.8236275883,1848.21968546806,12537.6323416952 -2434,517.546945742128,1722.56744794215,535.007702544158,1550.36327736323,676.174935575012,6143.3221099528,151.110106688899,555.741206255793,3006.49153171551,14858.8624234376,827.42831729925,4365.93083965405,251.366066463222,3411.22144503884,1007.37060955319,8290.21737274707,1306.371732835,10166.4271195059,105.445708335961,1003.59883887152,1192.08115803215,1339.49835684033,555.373886447979,1764.54513570951,344.165383521287,768.197744319674,818.28112313657,2536.70772126657,921.358900083642,1837.30496810989,345.109761281083,1575.91541729611,7850.88428199838,2630.53817458291,67649.7958669741,26362.1387065045,1742.111787602,11981.1055573793 -2435,486.41475185787,1686.64025095796,498.413402662521,1518.02770354903,605.169413095745,6015.19223971447,141.487066017561,544.150238474975,2686.22441772009,14548.954513657,740.245900356651,4274.87161437786,221.817186034776,3340.07437619168,928.890660866368,8117.31019692168,1212.24059523335,9954.38826425863,96.4629055701063,982.667006437139,1163.56965485499,1311.56074465354,503.188982954811,1727.74241965107,320.210409567955,752.175618906847,762.136554916163,2483.80018600452,822.288612907505,1798.98471679656,316.635063061977,1543.04690831827,6774.29918409518,2329.56604793846,61893.9249708353,24609.2516245768,1501.77773069939,11250.6018136658 -2436,477.710088341978,1621.78616086302,490.026781548311,1459.6570430619,593.673395749526,5783.89821051572,139.141440145656,523.226767348753,2634.94234018154,13989.5232974981,726.167566209744,4110.49577390701,223.345177113213,3211.64302611906,911.636250232182,7805.18627687366,1191.71454967808,9571.62567279099,95.807789832833,944.881844762853,1146.84939346542,1261.12907811976,494.001142477217,1661.30788360744,314.834819530425,723.253229957514,748.253297112369,2388.29398606088,806.571946464966,1729.81079732186,311.075723367982,1483.71421828199,6693.62862950107,2285.89791971917,60859.984629129,24192.3082557558,1479.00691573415,11059.3450616406 -2437,481.393342845681,1570.87483190623,493.632557942341,1413.83529314398,601.573581468245,5602.32930115258,140.063104535418,506.801562402306,2670.68363222764,13550.3623034442,735.874575667049,3981.45853856058,214.790395845545,3110.82269694108,920.868541071216,7560.16482108602,1202.61344044818,9271.15191426578,92.2045061542043,915.219987000781,1147.73165189659,1221.53954473827,500.066153579075,1609.15588342276,317.606841559247,700.548767434644,754.87537668611,2313.32034051864,818.10402898115,1675.50834447037,314.379409897036,1437.13726228885,6731.39027662927,2316.32172602026,61291.5389637611,24315.0105167215,1494.51531885012,11109.3724496472 -2438,494.000998321244,1532.72026270186,507.315134690164,1379.49501635032,617.3828227905,5466.25578550072,143.964358230861,494.491991395876,2740.87324635093,13221.2410865591,755.213515298175,3884.75393023765,207.414714449091,3035.26473556682,945.011572227018,7376.5379489739,1234.08626723172,9045.96732276791,90.5801407263224,892.990447369752,1177.79729215668,1191.86988923871,513.17688890692,1570.07151573945,325.917074374174,683.53332108257,774.655397186765,2257.13270593983,839.578097839885,1634.81235916133,322.613896270099,1402.23101004236,6802.03722868496,2372.37112663678,62694.7967546112,24900.677564728,1518.56277757805,11379.6610571629 -2439,516.651471821187,1515.04593232716,530.559400878347,1363.58757957758,640.794932979034,5403.22248906915,150.928917414048,488.789832276398,2843.88357923056,13068.7823577135,783.792539150643,3839.9574816891,209.285558456405,3000.26404234409,985.198842973123,7291.47652458727,1286.47490925401,8941.655127704,92.1701471314672,882.693063970877,1242.15759934017,1178.12602305603,532.997835766479,1551.96647507654,339.888941854522,675.651260648637,808.957774147526,2231.10492375732,869.943687638634,1615.96076931836,335.726920903206,1386.06139661958,6976.50734759015,2454.01017394747,65206.6488015125,25983.2664179412,1559.89509749117,11880.2590593121 -2440,540.551563712106,1522.76941140442,555.348999806829,1370.53894647423,667.181631435739,5430.76731457817,158.073093097961,491.281610223331,2960.47246092993,13135.4050685841,816.034275071245,3859.53301444,223.961650707022,3015.5589426919,1028.85233020013,7328.64738863722,1344.48393627402,8987.23835711066,98.042517983346,887.192902071989,1304.27735627327,1184.13193449098,555.683531829831,1559.87816959556,355.308532288939,679.095630395981,845.636099831145,2242.47876519019,905.550085994207,1624.19869724199,350.465658008857,1393.12733169664,7291.95257801199,2554.69346903898,68145.6595278322,27189.1727322168,1625.77469043876,12436.078767573 -2441,550.003975713414,1549.55571343169,561.326337881059,1394.64743583936,657.759381915554,5526.29732223306,160.27408210481,499.923508000716,2915.30018231077,13366.4636417223,804.292956568071,3927.42419759271,234.265850597083,3068.60418513965,1034.39934235727,7457.56208900695,1358.26153222113,9145.32853098839,103.86493882463,902.799084369433,1357.25264671227,1204.96142804389,552.638092622692,1587.31723388435,359.555807598012,691.041273987815,855.606556937753,2281.92512722259,891.354404990129,1652.76919289997,351.465632316234,1417.63316244803,7129.41978716163,2506.50732188572,68443.0352197247,27630.5201479236,1578.5770380163,12682.7272974451 -2442,563.664447572265,1554.21294064389,574.885493157499,1398.83908247286,671.416446192198,5542.90674262933,164.211101822985,501.426040207398,2975.38954315722,13406.636871806,820.964053815344,3939.22816610339,233.932344337405,3077.82694931046,1058.50951418293,7479.9759724166,1390.75999668062,9172.81503730104,106.386658850625,905.512468874702,1394.79615923597,1208.58296878856,564.74228986772,1592.0879542605,368.236312050886,693.118215267225,876.245226376766,2288.78350843895,909.677077641253,1657.73663072356,359.543333937403,1421.89389323934,7179.86466055928,2554.29825914702,69956.1093750443,28337.7795312923,1595.18945612692,13022.7975094844 -2443,553.929903121365,1566.27545691455,563.088940370283,1409.69571527465,651.714056390004,5585.92620349037,160.812145219924,505.317694697183,2886.73857025173,13510.6881064676,796.786864258655,3969.80119931196,244.327199717301,3101.71449823215,1035.44521675042,7538.02936362957,1364.66145658579,9244.00684618498,110.332081411282,912.540308241789,1382.30492450972,1217.96299088478,550.547583934729,1604.44442508273,361.575619807862,698.497625984068,859.260702973234,2306.54715432594,882.944922541901,1670.60261231312,351.729741920877,1432.92945842725,7037.145371961,2479.45072860557,68615.2756645387,27902.6130511176,1551.85585618574,12841.3190077994 -2444,506.831596928384,1508.10347786834,514.612387589828,1357.33915867506,597.09466916824,5378.46309051837,146.691226216225,486.550031437291,2645.08815689699,13008.8967632146,730.027395986076,3822.36149375791,221.986420457756,2986.51581462771,948.116336076294,7258.06450543368,1250.98866666484,8900.68143034872,102.221805361869,878.648264887909,1260.43199781266,1172.72744992547,504.969719199723,1544.85483816512,331.437785345663,672.555197349823,786.476484231569,2220.88124406845,810.153548112985,1608.55588883992,322.514976471808,1379.70999306288,6414.40798623981,2273.74977528248,62828.9319842041,25574.6266683849,1418.26801903054,11779.9403701792 -2445,427.89601358668,1437.4350824798,437.936304207884,1293.73544596619,506.237388588675,5126.43306615912,125.665095938206,463.750727210158,2242.52337539013,12399.3113643857,618.93759701455,3643.24901419476,186.990934039491,2846.57032446774,801.02400992456,6917.95802086372,1052.13478149495,8483.60336920904,85.3181325970747,837.475584165549,1070.19369681938,1117.77447864033,425.660106802798,1472.46430653153,278.686775819502,641.039855528508,664.208881222896,2116.81271285025,683.949696536743,1533.18038230122,271.533206502441,1315.05800283665,5437.73034174142,1923.16591460486,53141.4929720675,21594.4898535865,1202.10185643311,9928.60096991388 -2446,345.644638632768,1333.73217689283,363.358385839453,1200.39966583753,458.957613176248,4756.58957845136,103.38479570336,430.293704722021,2041.22841170408,11504.7703646308,561.657510884899,3380.40896447434,180.151493108274,2641.20618858225,676.23488767348,6418.86602273702,869.075169202264,7871.55881153994,74.8807395680931,777.056402461505,797.348804457004,1037.13329863936,372.752697418641,1366.23423825116,228.731121408316,594.792413521823,547.830031449832,1964.09650911929,621.766642235956,1422.5699885718,230.561415918529,1220.1839194281,5448.86774602249,1786.9887306738,45741.8698298028,17687.564080513,1202.30860639437,8000.19251614789 -2447,320.075313267439,1229.94249016916,343.537788743362,1106.98578003722,507.753573423769,4386.43659663558,92.9719676716652,396.808684576291,2499.17864710433,10609.4807910114,664.265471979874,3117.34896374912,169.648260857404,2435.67019894736,563.14125135196,5919.35637217649,819.622329020352,7259.00207996286,63.1708567036408,716.586660503274,629.907500580413,956.42463611969,404.889132434586,1259.91527404233,218.176506199589,548.506270520562,560.681984058958,1811.25250872076,724.19887982718,1311.86703335006,248.966091620285,1125.23044305795,6532.58923631147,2121.93865336044,47231.7524023316,16853.5324802187,1432.49382437451,7346.8721626979 -2448,323.156540192933,1165.66693911491,342.323421897329,1049.13582234422,480.189216887027,4157.20585481895,93.6056016970008,376.071863897183,2357.1174312826,10055.0400511457,627.56426466707,2954.43945856908,176.878048715998,2308.38453683301,577.264049165629,5610.01679268462,811.845221252067,6879.65397017491,64.3437510498361,679.138566100391,682.526485895252,906.442851589262,388.164701637979,1194.0733756056,216.88741593045,519.841887367517,557.630295771066,1716.59828380623,682.226619989732,1243.31018849556,242.397074774648,1066.42703772099,6156.89428478132,1995.20424436429,46230.0814373608,16818.1940547098,1350.0127844382,7415.84444266219 -2449,336.778890014594,1131.475353641,358.701800781862,1018.36235186159,534.533810358854,4035.26582671312,96.7519047493733,365.040845647203,2631.5361256904,9760.10352183701,699.355107827544,2867.7792249419,213.065659010232,2240.67452074752,660.375010293788,5445.4626115196,864.630439932881,6677.8585268463,73.0344069409042,659.217932210674,655.733535617651,879.854881048665,427.229245257445,1159.0485666193,230.150835409689,504.593776840899,590.235641981917,1666.24666536734,764.256726207871,1206.84115505723,262.672349141821,1035.14637770706,7236.01101460233,2263.20327591268,50511.8703158381,17855.3574868388,1591.54249909457,7801.05643572457 -2450,387.915136688159,1122.7105037293,413.875474407681,1010.47371943043,636.030846844638,4004.00708191491,110.655404266404,362.213096714413,3135.42828291322,9684.49794879804,832.57102037282,2845.5642872452,276.334763556113,2223.31738096351,831.342632074592,5403.27993176778,1008.33694196946,6626.12922710416,91.1945002870743,654.111372694083,722.935422973761,873.0391815713,505.982473660245,1150.07012383299,267.933593981903,500.684996409974,685.256467121448,1653.33926805567,912.383805994127,1197.49249221867,308.859130336206,1027.12772965782,8944.11797877485,2726.64632445478,59985.7958475708,20903.3129416314,1971.29768764632,9097.82811952189 -2451,497.283009410349,1129.24798142081,528.867850099489,1016.35764888214,790.916447664988,4027.32218129959,142.48923504097,364.322242421591,3894.04010522636,9740.89021473254,1034.82431720955,2862.13384189516,334.495324768734,2236.26362822041,1048.46644841571,5434.74291523288,1279.7431997407,6664.71279059571,115.984667581683,657.920225014024,965.903741788326,878.122837735894,632.535839303823,1156.76691499444,340.635590251666,503.600455901653,871.958527198067,1662.96656605058,1131.70280548838,1204.46542106153,388.845163141631,1033.10863443841,10845.9197794688,3364.75436546671,75432.4316527304,26768.5596989627,2386.91973708028,11698.9624168513 -2452,585.227577134373,1144.78172351793,601.432253821265,1030.33849087249,760.228476916179,4082.72133643256,166.287170556312,369.333796878302,3709.12694964974,9874.88423454177,991.282693616157,2901.50486551347,289.215297414837,2267.025288222,1063.84605429611,5509.50230927064,1426.75810812255,6756.39143987719,119.152326363585,666.970463105209,1388.03779853599,890.202145306423,636.483721383476,1172.67920283523,383.933787538104,510.527897642241,981.538027420336,1685.84204971597,1074.48132623658,1221.03384139391,411.076356984923,1047.31990012116,9022.14740276913,3086.25870487776,78346.5353375671,30379.5097787444,1968.15495852204,13671.4707752992 -2453,592.164740305055,1150.01748977083,605.131607468723,1035.05084030012,759.13182018421,4101.39404421094,167.298433642354,371.022979532099,3701.58748524325,9920.04794091857,989.633345330421,2914.77516931496,327.260709041605,2277.39374035108,1211.41924218701,5534.70053323643,1442.66587329076,6787.29242786953,134.848386619258,670.02091488188,1415.78065335986,894.273568054448,638.938884795378,1178.04256081828,388.495911280912,512.862844717937,990.647697555588,1693.55240596143,1073.81522250354,1226.6183538377,414.144101276241,1052.10991561179,9203.61126460437,3103.94255145782,80155.880293656,31407.5454761489,2009.89275758092,14164.0778310472 -2454,567.280489490889,1203.41653155198,575.62843788908,1083.11160768706,716.602234606564,4291.83507130471,158.932282108654,388.250779771683,3492.08221807493,10380.6679394663,933.976904392183,3050.11763361079,287.467468243804,2383.1405177478,1079.58152010157,5791.69462910824,1380.85089422989,7102.44842780905,118.64938677496,701.132158968393,1365.37498516925,935.797590122868,606.873309272299,1232.74289753893,372.134014687751,536.676729912455,946.455050799599,1772.18953669108,1015.03015538159,1283.57422216902,394.867987123876,1100.96279119136,8458.74724342197,2909.08174212138,75392.6069655376,29642.8834819957,1844.35063959873,13406.1202548744 -2455,551.509838267805,1320.22331863224,559.31462619054,1188.24128110122,694.833698859978,4708.41191914887,154.465870471676,425.935425924956,3385.55405145645,11388.2429876438,905.56021532866,3346.17010726216,258.162415445957,2614.45443087803,987.699818379584,6353.85180714173,1343.28719638103,7791.83083157717,108.981025255637,769.185898185457,1329.98186189295,1026.62857589862,589.334884899901,1352.39617916025,362.073162156086,588.767990816913,919.665179249983,1944.20293392369,984.613039409818,1408.16132641733,383.790113904131,1207.82514762595,8018.86002642637,2804.61820067122,72553.4297701584,28557.5573596976,1745.95588244052,12921.9318636153 -2456,519.221961520919,1417.21518425431,525.316409161414,1275.53692043485,650.493211473299,5054.32131925594,144.924922800818,457.227307390731,3168.84946720215,12224.8945737356,847.706461366557,3592.00070032304,247.089334558504,2806.52861200783,937.364808703933,6820.64551693569,1263.42163438591,8364.26747793878,103.131600544373,825.695107061184,1254.03815065566,1102.05113469761,552.874485343544,1451.75166442224,340.632166883864,632.022571342769,864.980969172071,2087.03624632459,922.199984978899,1511.61366831928,360.507639348325,1296.5595403307,7540.59275859203,2628.10851441936,68203.4862565749,26862.5190237533,1642.33643243028,12167.5880540903 -2457,502.486741532889,1485.82976969605,508.72972789553,1337.2921415076,632.633288085959,5299.02668641767,140.258080606997,479.364003707437,3082.62964355088,12816.7638131886,824.510436011471,3765.90769884903,234.364697678594,2942.40691713948,889.218089917866,7150.86761008657,1224.16467026108,8769.22415064381,98.019683727515,865.671201095269,1208.95329895191,1155.40702770737,537.031549993928,1522.03833628789,329.967061236073,662.621994213989,837.917163316652,2188.08027156118,897.185440202271,1584.7985638469,349.742206186213,1359.33257321148,7313.78481266412,2554.48834038001,65972.4656946885,25921.1478660339,1592.71193868206,11733.6831707776 -2458,481.645947594564,1559.56441694965,488.27497460552,1403.65557447963,602.339714641099,5561.99211588967,134.937106208716,503.15255367482,2933.80644291239,13452.7986928044,784.90738958292,3952.79174265241,222.616895891946,3088.42454347645,844.134094522531,7505.73107529683,1170.01888000891,9204.39893487749,93.3619093197968,908.630335413472,1167.53022967221,1212.7443696828,511.58523774339,1597.56984206436,315.47500223141,695.504764503238,802.012383778504,2296.66426299589,852.889434607809,1663.44456048564,333.720004420517,1426.78976772346,6930.15882929723,2426.29143660613,62967.2245556545,24782.8341688845,1508.73833649593,11225.924707907 -2459,467.990785124728,1538.10066231198,473.412992829695,1384.33754021378,578.167363311273,5485.44431012117,130.995913655352,496.227836208825,2814.31502783576,13267.6523999073,753.232507804199,3898.39081430598,209.50676197315,3045.91960690717,805.386470334559,7402.43225132672,1132.23040641503,9077.72192290007,89.0982212855944,896.125165146888,1144.53220735409,1196.05378139661,492.229238548913,1575.58303168708,305.457788789682,685.932768981675,777.429700235157,2265.05605387653,817.623987517461,1640.55113876378,322.016603115894,1407.1533454243,6559.44027879119,2319.09023602799,60650.6921242777,23987.6732318716,1426.69700682598,10880.5186160199 -2460,468.021258958304,1472.75481711894,475.718837945102,1325.52428512958,590.097270411031,5252.39649765523,131.366709989683,475.145713198335,2875.14287178866,12703.9793055234,769.051060283259,3732.76859666082,209.757314832196,2916.51442818226,797.037578592527,7087.9416566604,1138.88363545815,8692.05704022092,88.1392716146886,858.05349809016,1130.68013574905,1145.2397175601,499.865795235123,1508.6447568393,306.965074508505,656.791076481957,780.472658767583,2168.82567970343,835.354591762039,1570.85270915399,325.457979537143,1347.37076621733,6755.28887085413,2373.58307602325,61194.6944076062,24006.1018899482,1470.26776757842,10861.4317444199 -2461,462.702647945258,1420.42606947658,468.313884854859,1278.42681513383,573.550937972245,5065.77254121076,129.535504072607,458.263215290134,2792.32833678295,12252.5916614939,747.266814147608,3600.13884483011,203.876968771995,2812.88716739611,772.412752218224,6836.09857596303,1121.85199156477,8383.21781317261,85.3975288756408,827.565826657492,1128.81053292324,1104.54797479776,488.322757712824,1455.0407965297,302.621146215381,633.454500634112,769.145324919502,2091.76469823234,811.779039902205,1515.03842557797,319.262594821436,1299.49706450777,6514.14641587309,2299.93666624595,59855.8096417502,23572.4149381085,1417.12704165464,10693.7829036573 -2462,481.832298817918,1393.03230510426,489.866362209571,1253.77159111789,607.753123776352,4968.07609481364,135.264172310947,449.425335720108,2961.45988038865,12016.2931197128,792.090524284594,3530.70801886727,205.830638958518,2758.63895981572,778.53819899969,6704.26033556458,1172.72512677517,8221.54245505946,86.3058136939205,811.60572585028,1160.5418737755,1083.24610797784,515.00337538229,1426.97946649024,316.069188700952,621.237952582899,803.671703173165,2051.42376779108,860.951342529355,1485.82000545943,335.221660605992,1274.43548815923,6903.63991172189,2438.93436279116,62578.0552897271,24469.7129190257,1501.954874179,11073.2667799296 -2463,507.494767173677,1376.48612108888,516.68042012046,1238.87952050051,640.558979912744,4909.06619176543,142.895563902358,444.087143433573,3121.17924160483,11873.5657784924,834.832978895192,3488.7709120459,208.079978172229,2725.87234866544,790.89455477557,6624.62835230558,1233.52712534576,8123.88847111862,87.9234592662578,801.965620851527,1225.04889394792,1070.37950799242,541.955324243687,1410.0300642745,332.441151940698,613.859001324472,846.478964840297,2027.0573298908,906.271930534615,1468.17170603809,352.68367851525,1259.29797553619,7206.56816179776,2562.24567697597,65633.1225634655,25640.1496063847,1566.94615064709,11598.1466392492 -2464,525.879013152921,1412.41332087898,534.608534323057,1271.21509684012,653.107529175841,5037.19607201068,148.126800260977,455.678112119644,3179.69703530548,12183.4737124767,850.92415022548,3579.8301444338,220.798169885262,2797.01942306917,836.958444885002,6797.535541635,1273.57527349113,8335.92734292611,93.0297466550463,822.897454920678,1284.73365838703,1098.31712236113,554.963391357554,1446.83278320723,343.512448548102,629.881127988625,874.368065515313,2079.96486928492,923.196601475581,1506.49196034423,362.636119557906,1292.16648708105,7342.45534495082,2609.36886005866,67683.5314774926,26591.8647917477,1596.38577548224,12056.9381633861 -2465,541.961419155562,1455.71687800546,548.808134182864,1310.18961991514,662.646484886924,5191.63281133984,152.303043301452,469.648869027531,3223.52463998802,12557.010086078,863.09037956929,3689.58511266514,235.907090158722,2882.77398837968,896.411316590886,7005.9429987831,1307.98317308366,8591.50076506856,99.8700299324918,848.126887708964,1339.01167776468,1131.99072027195,565.448528446893,1491.19161581941,353.066392790098,649.192821673144,898.3906587894,2143.73506757369,935.855147288661,1552.67989959756,370.96128042242,1331.7833644236,7458.39909269214,2646.8392437322,69591.1029237801,27530.591684105,1621.5794388207,12508.7382737363 -2466,560.0960274297,1473.59369676381,567.781896854825,1326.27930241329,689.229083897274,5255.38825735446,157.460484648618,475.416355712973,3353.96080811669,12711.2154792058,897.826388853182,3734.8947778543,241.832552387065,2918.17567183215,935.615943701635,7091.97894101399,1353.66859050658,8697.00802706433,103.931032147544,858.542244489353,1377.48209413688,1145.89204493761,587.110445660639,1509.50407935731,365.282423246649,657.165184010645,929.600144204833,2170.06104060318,973.751965191294,1571.74746525832,384.542561920903,1348.13822723443,7732.07910150192,2754.43033445446,72184.7250084013,28581.316111817,1680.55008590054,12970.3043488832 -2467,549.427162162731,1512.64500063949,554.97580552707,1361.42666778022,666.663564354463,5394.65986544652,153.924708359854,488.015234640854,3241.76589507476,13048.0719270841,868.192258744576,3833.87220374448,244.923782514199,2995.50944787476,952.085225724311,7279.92153693692,1325.35644950753,8927.48506019767,105.775748924451,881.294237900624,1364.79900118814,1176.25901688779,570.521548089284,1549.50703446903,357.903790222709,674.580538971566,909.43532857621,2227.56923523748,941.644163075687,1613.39991533084,375.092616848914,1383.86486999476,7481.75037451054,2664.29776226064,70705.8929662517,28189.2014971835,1626.01610854956,12818.4918830404 -2468,506.469250741579,1512.50036447636,511.795860322302,1361.29649081898,621.00948601923,5394.14403859753,141.548124412252,487.968571576449,3021.6560221749,13046.824295909,808.926725563038,3833.50561636592,224.268856208989,2995.2230231069,886.73540869835,7279.22544504587,1226.42434481257,8926.63143149765,98.4494143425895,881.209970265387,1245.64004107291,1176.14654529599,530.683617913318,1549.35887363016,331.021144401749,674.516036896831,840.11911346964,2227.35623941417,878.844664052888,1613.24564517939,347.991245924246,1383.73254753641,6965.09545869976,2487.1045706589,65542.5663080636,26117.8048920367,1513.49021547406,11859.2296522479 -2469,428.517276909354,1492.71437193435,436.563191550475,1343.48849364594,528.910777649821,5323.57976223439,121.494141065679,481.585140044984,2573.75103454561,12876.1503745805,688.981152944852,3783.35705751817,187.881445741556,2956.04057939398,739.0567585945,7184.00120328696,1034.42813899581,8809.85640976726,81.9051253042613,869.682294431961,1057.89964618226,1160.76061394674,449.217342332642,1529.09071116319,279.10218455156,665.69225768397,711.423394162444,2198.21875622637,745.654100419972,1592.141738659,294.039752060243,1365.63104983847,5924.64590231404,2113.14168291858,55535.9638513306,22058.3044706549,1287.42659436018,9997.3278259455 -2470,344.061790020308,1390.11068659643,359.2579632259,1251.14204529057,470.586818748633,4957.65650654295,99.1894137862855,448.48275213901,2301.22744663778,11991.0912458973,614.137363386228,3523.30303489389,162.001154450123,2752.85324285,592.793009818612,6690.19943331129,846.822508395408,8204.29934410528,66.8978021721552,809.903538254901,787.84187975249,1080.97420669744,387.866475594137,1423.98665031194,227.263808738257,619.935024938374,583.02256057417,2047.12129926581,665.240939014796,1482.70378251804,247.282155157141,1271.7626037648,5607.28619322685,1914.84013773161,46891.5287705821,17834.7539031959,1223.63786108713,7957.80879250131 -2471,325.059527524498,1296.53219458029,364.167440629061,1166.91854638132,555.087868806671,4623.92047797376,103.941161074736,418.292106138602,2841.75364132333,11183.883411846,788.366406664426,3286.1238029807,237.651947468557,2567.53860733822,758.90558313934,6239.83330038892,928.34043713597,7652.00809990937,89.6382110865088,755.383022356995,716.114906319312,1008.20594648158,443.929879032284,1328.12772003239,229.077400241857,578.20267560743,644.15263461375,1909.31462961963,819.348021309847,1382.89217369257,289.745131699503,1186.15098462516,7725.95177904584,2413.72789684123,54559.7863307241,19642.9186649821,1673.50493098721,8594.24552033069 -2472,347.693717849846,1250.24916953135,387.55922614266,1125.26241124021,581.237842680598,4458.85783764678,111.074582356691,403.36010205331,2972.80351497703,10784.646155526,825.062840094087,3168.81722862564,248.625094236046,2475.88376515667,804.054793846914,6017.08652853835,985.409727967406,7378.85014514109,94.9501357260709,728.417697861826,782.673886933802,972.215462581104,466.613830243583,1280.71681208009,243.513259137448,557.562255700877,685.24061239454,1841.15677191399,856.576146186141,1333.52630882431,305.895262061401,1143.80829852549,8005.7970713065,2517.6789299959,57604.2957027232,20918.5752782889,1733.07954018093,9179.91762321664 -2473,353.904463135285,1234.86006359736,395.498139672982,1111.41174621109,620.592279079763,4403.9745093628,112.168045600904,398.395210661003,3181.49646414376,10651.8997668919,882.089161940793,3129.81279238589,266.469869686234,2445.40852992294,836.91656055491,5943.02322639163,1021.18802560709,7288.02512455963,98.1269155974548,719.451727405879,749.537327193521,960.248626602373,494.721660418882,1264.95268507816,251.498024562032,550.699316035024,706.533093107076,1818.49428407191,919.530345667918,1317.11215864339,321.029964084531,1129.72935530109,8768.58819860884,2716.0039820289,60332.3947856135,21464.2186415201,1900.97162063595,9358.2798761516 -2474,397.016179968908,1254.27000548233,442.822880902092,1128.88128631541,706.664238052904,4473.19764792687,124.809900941241,404.657319311319,3625.38345634997,10819.3298762094,1004.84249394468,3179.00823258345,303.830004832361,2483.84627590733,945.629599030696,6036.43764543865,1154.74535584056,7402.5807315422,110.372534365513,730.760309349415,822.868137846543,975.342134431253,562.935325230701,1284.83563281321,284.121125840839,559.355391355166,795.909994431092,1847.07798307758,1049.80786593171,1337.81496636136,364.282848874846,1147.48681768777,10063.213064402,3103.64322890118,68309.6007168958,24150.2397258688,2182.59704591535,10513.5660277851 -2475,496.196807792659,1319.09516946701,549.064434350648,1187.22591242045,838.029225779243,4704.38851575859,156.271942397263,425.57145818676,4289.06780181016,11378.5115758148,1190.02785041465,3343.31075842328,359.228462560147,2612.22034324901,1153.56492671338,6348.42235251007,1418.88409496325,7785.17260389392,135.105090836669,768.528618150563,1095.0198837746,1025.75130751944,674.313275368373,1351.24053783878,350.445745543015,588.264880390082,980.893589194053,1942.54158550939,1240.33685965645,1406.95803300289,441.336377576123,1206.79304425919,11628.5157405187,3644.92692941356,82717.4618797213,29903.3284238165,2518.38120682541,13121.9225642157 -2476,661.699699190968,1452.50599278318,721.753110550976,1307.29972521616,1020.1817933817,5180.18158938502,207.715880880382,468.612961128128,5198.2502080506,12529.3129983197,1445.0677752926,3681.44696815807,434.99447731283,2876.4154329914,1477.52939201629,6990.48993975577,1839.28186215426,8572.55042983473,173.85616807162,846.256168112657,1601.30646397686,1129.49388017179,836.210482803509,1487.90248371195,457.18589551563,647.760892381801,1278.31280679044,2139.00661566594,1499.73340614361,1549.25514233888,558.428433475698,1328.84584024653,13468.6495644362,4357.34959263207,104555.736561309,39256.5710156756,2908.32410336612,17452.3127972172 -2477,686.531206163351,1687.79732623345,748.385233208197,1519.06910661188,1071.9868438584,6019.31880447178,214.780585144335,544.523538463951,5465.9747458931,14558.9354420396,1519.03813376882,4277.80427784777,457.599421045295,3342.36574655165,1541.64515678498,8122.87886452994,1918.9314436978,9961.21721105781,180.885332916501,983.341139345172,1638.96286882121,1312.46050647831,877.460707877326,1728.92769199059,476.597626999032,752.691629248095,1330.52575184755,2485.50413193065,1579.05204813327,1800.21886304416,584.428659834727,1544.10547514989,14264.4694161505,4593.3720637992,109286.560341581,40819.6077808574,3081.63205738421,18123.0307113202 -2478,667.188687995039,1874.63611744102,724.638118253114,1687.22972117662,1043.28385153039,6685.65606655901,207.391446656629,604.802173895682,5320.60125387845,16170.6063796457,1478.51903541599,4751.35626650943,445.783660449662,3712.3648964217,1499.69653889534,9022.07976062404,1869.64109098425,11063.9217560541,175.349968005618,1092.19678626692,1583.67968811419,1457.74959464468,855.276562673501,1920.31960560247,464.328362811068,836.014426348749,1293.76635830886,2760.64889032869,1539.50359765571,1999.50269354463,569.544751453525,1715.03761018166,13911.7986056318,4476.76322279905,106286.387579283,39666.2986096276,3005.8098275013,17617.1214936053 -2479,639.647602365894,1987.27743240717,692.512015985697,1788.61034255435,984.716995206447,7087.37727727408,198.514285630551,641.142939726541,5018.07257028865,17142.2500759646,1394.91579129993,5036.85114882443,420.442684690764,3935.42987403343,1428.21272077723,9564.18972986619,1786.91324545646,11728.7199447211,167.001827425175,1157.82364636115,1539.47696709143,1545.34143697848,810.840141243567,2035.70590565179,444.288560922706,886.248049524184,1235.67406163478,2926.52808057439,1452.57800380167,2119.64687010444,541.96535839444,1818.08912499563,13016.336814111,4213.48186304106,101001.900278153,37941.1818288383,2810.83837923094,16893.4461202857 -2480,602.985303949937,2031.47772139905,651.572303317056,1828.39195167724,925.127997305608,7245.01209903652,186.570395538665,655.403003650626,4713.93869678394,17523.5216563554,1310.43016223935,5148.87892751131,395.150162754561,4022.96024845572,1344.70443860854,9776.91289732108,1683.42016038947,11989.5857919388,157.062654764965,1183.57553129491,1451.79253866494,1579.71234915799,762.760299338969,2080.9833228181,418.642389867026,905.959650566225,1164.0431211225,2991.61883478658,1365.25871674634,2166.79127112844,510.172811840028,1858.52639028498,12214.6860863737,3958.09271118395,95008.630622427,35730.0935881341,2637.53042521285,15918.2819559897 -2481,570.368481375316,2069.31409497282,613.952221439442,1862.44584269175,858.883576613943,7379.95080963029,176.113119932746,667.609917182719,4372.32241619246,17849.8981185403,1215.95694182647,5244.77705355781,366.535639328482,4097.8880831199,1261.97406366101,9959.00838617853,1584.77524128787,12212.8924234809,147.395538448961,1205.6196844171,1395.15785163057,1609.13457021029,711.460195567113,2119.74174067989,394.617511650169,922.833194105738,1096.18787374042,3047.33788433901,1266.41813137717,2207.14786629421,477.895310437218,1893.14153671696,11218.810058434,3661.48910137111,88913.3452512336,33693.2134381885,2420.89548269023,15051.9149744385 -2482,551.025963207004,2106.68763955875,594.723292803755,1896.08317349127,831.554222066656,7513.23889832392,170.815061085582,679.667511081322,4233.37410105938,18172.2822190538,1177.29347945911,5339.50211706103,354.71987873285,4171.89937186273,1220.02544577138,10138.8764133943,1529.98254160737,12433.4674829274,142.779123374497,1227.39418502999,1348.70314567334,1638.19688740545,687.6999849408,2158.02605075559,380.909530637833,939.500334009283,1059.42848020173,3102.37535717382,1225.02337819215,2247.01080415806,461.674712780159,1927.33325744309,10867.0824924808,3544.07072174989,86008.5549699676,32568.1162221804,2345.07325280732,14540.1047864631 -2483,533.671267214086,2084.3850052762,574.428375843615,1876.01012194172,794.276415855881,7433.69933285619,165.21453498573,672.472151100689,4040.74630270754,17979.8997524743,1124.06929567978,5282.97500752112,338.584557850296,4127.73319164356,1174.75026140222,10031.5403050706,1474.68315275708,12301.8394841066,137.492387486069,1214.40026836421,1321.36171485553,1620.85397174175,658.609575506125,2135.17991786031,367.466894176103,929.554230959032,1022.70950908589,3069.53178715471,1168.66700313764,2223.22262633186,443.460460869807,1906.92937412684,10295.0403653721,3375.26965506053,82628.1859842985,31459.7792674268,2220.50816085681,14069.6654912442 -2484,524.788727559502,2047.58999973097,565.566942579004,1842.89349393632,781.298557472603,7302.47453154468,162.68167665329,660.6012076492,3974.48473358178,17662.506128254,1105.66538248884,5189.71627930872,332.855849432729,4054.867590859,1155.06878695073,9854.45661841097,1451.87209205595,12084.6789063397,135.337338254906,1192.96283502272,1302.54859925181,1592.24153654994,648.042858045042,2097.48824539151,361.811834356912,913.145096851774,1005.62434534689,3015.34628934901,1149.50821213468,2183.97676308822,436.464069771159,1873.26693810003,10119.6979009822,3318.95253773996,81302.2541244911,30965.1998331598,2182.59704591535,13850.644797366 -2485,523.656587761883,2016.0596893548,563.085087181738,1814.51525226603,775.452510145851,7190.02560938551,162.030930802578,650.42878000754,3943.96403908885,17390.5257511678,1097.26958750599,5109.80117664053,330.478161166794,3992.42773049104,1150.28640258798,9702.71038219777,1446.95971241605,11898.5900522414,134.630995743625,1174.59270796582,1301.88793290659,1567.72301973366,644.331306548095,2065.18956479811,360.70419167716,899.083810985955,1002.33405979061,2968.91374943267,1141.28582603448,2150.34626811435,434.439339979149,1844.42098359572,10020.7439301214,3292.5548446021,80863.5281310961,30855.645399888,2160.93355166309,13812.9442590556 -2486,538.095079168741,1982.35985897898,579.567026012327,1784.18437638047,798.027323988787,7069.83936454687,166.771274542103,639.556413641829,4059.08510446671,17099.8311000842,1129.26097106795,5024.38732018766,340.119632288088,3925.69154305785,1182.7332385829,9540.52287565105,1487.37447051487,11699.6969001243,138.587922950308,1154.95857945855,1336.24100602482,1541.5174464958,662.820933010544,2030.66849461596,370.741131563482,884.055004009723,1030.32837888427,2919.28630522324,1174.56906363657,2114.4017448111,446.751412642512,1813.59021275249,10321.5935340856,3389.38226259023,83166.8413057052,31715.7473027841,2225.92403441988,14194.3692888712 -2487,557.196055662483,1934.94868476482,598.880698988542,1741.51287255859,811.939449898009,6900.75332082961,172.905202024522,624.26044181834,4125.74686676571,16690.8624319351,1148.30395644318,4904.22139699372,345.519015606912,3831.80261324728,1215.50604135762,9312.34664916882,1531.09826258696,11419.8807176727,142.616893551627,1127.33597492849,1407.19913719575,1504.64969421614,676.497199427676,1982.10194534219,382.085329086145,862.911473676339,1062.3950478755,2849.4670991033,1192.52752699264,2063.83258652841,457.788947107449,1770.21542328606,10379.3427813602,3433.3211795341,85270.5357987686,32754.6427924934,2236.75578154601,14690.8767432973 -2488,580.138750610605,1921.49768153066,623.158082759289,1729.40655911186,837.085791200492,6852.7819942681,180.108279026081,619.920828428088,4251.30829242338,16574.8341122589,1183.51998645562,4870.12917615531,356.032119218104,3805.16542656152,1260.42928184451,9247.61087303076,1590.14916090581,11340.494192502,148.058549175508,1119.49917803349,1476.53577614053,1494.1899605485,699.172634261189,1968.32315116168,397.083528792683,856.912852051588,1103.63135403998,2829.65872306344,1228.77706525657,2049.48563303309,474.212630432262,1757.90958098065,10634.855003602,3532.37154332404,88296.1060100666,34051.9526241632,2290.91451717666,15293.1624880494 -2489,595.741429018013,1909.69550867008,636.977776125308,1718.78424332504,843.77823200223,6810.69101573109,184.429749746375,616.113166911081,4281.02418334789,16473.0285991904,1192.31154086252,4840.21599596112,358.516298630245,3781.79343888802,1284.54119677647,9190.81043911925,1625.29234202669,11270.838905342,150.768544041265,1112.62301942896,1538.00476621645,1485.01238600837,708.086638899716,1956.23336812484,406.360939086014,851.649544318471,1128.5241383839,2812.27846717916,1237.28227404079,2036.89733592046,482.334308921285,1747.11219467755,10592.5981923011,3546.52181803157,89734.5006545712,34865.1712436966,2280.08277005053,15698.8326297999 -2490,604.862641804824,1908.19131165372,645.038355473298,1717.43042010095,844.342494318888,6805.32648454866,187.031794447619,615.627877196989,4280.4876476356,16460.0533995542,1192.57538047856,4836.40353558374,358.467844807549,3778.81465908704,1296.56566082705,9183.57117527972,1644.22346591025,11261.9612794711,152.206417814962,1111.74664713895,1578.54364870359,1483.84269629075,711.20470423355,1954.69251494575,411.487735978541,850.978731250246,1142.0627822221,2810.06333871481,1237.06053300626,2035.29294669642,486.101899324659,1745.73605856656,10498.4553979811,3537.6967942325,90379.7763581059,35320.0914309942,2258.41927579827,15934.9672394285 -2491,588.741964303002,1898.24046035628,624.520676275589,1708.47435022485,803.050157822334,6769.83801362611,181.24520686162,612.417496024444,4065.90605729959,16374.2173815792,1133.42958303034,4811.1826197861,340.492351299808,3759.10886621212,1250.38659557514,9135.68061494304,1593.18227569831,11203.2323138139,146.672814333462,1105.94910184119,1562.31285120695,1476.10474154302,681.029519006074,1944.49916880186,399.335318211012,846.541040563657,1105.93712464102,2795.40939796517,1175.55894303066,2024.67928477708,468.09073308206,1736.63238022085,9828.81975374891,3347.99969239466,86876.0870697973,34268.4966074635,2112.1906895955,15512.3849467222 -2492,528.586924641579,1837.89896411631,557.749694866348,1654.16516193539,704.985464031904,6554.63758798156,161.935083954695,592.949894945753,3565.1292020448,15853.7117885325,994.350759725428,4658.24416755908,298.730391631901,3639.61386109903,1113.00522802533,8845.27449991764,1424.92423983924,10847.1026165191,130.421652285836,1070.79305867171,1421.13190088589,1429.18214634404,602.300234999886,1882.68719516979,357.683112247339,819.631092070325,988.228825033118,2706.54858754666,1031.99415143808,1960.31853596732,416.200139415608,1681.42810108456,8501.56266293529,2926.78695972909,77054.8523184268,30660.8948843154,1825.14939075304,13925.1367011848 -2493,450.841384397354,1723.81130435433,480.484101575239,1551.48278609775,611.550418883954,6147.75816881812,140.232352856142,556.142503902361,3094.74111596584,14869.5919256845,862.896739411062,4369.08345412876,258.803812838775,3413.6846691482,954.838512023076,8296.20369278916,1214.69324940648,10173.7682402131,112.590291104626,1004.32353203374,1208.19716009928,1340.4656011838,517.885724600215,1765.8193039775,304.569862340568,768.752455655498,845.587318658437,2538.53946386027,892.424035987482,1838.63167584981,356.399269145617,1577.05337708933,7437.66923813152,2541.340795454,66340.2787520242,26235.6583215701,1597.68270110429,11875.5323335478 -2494,362.743481417566,1587.97062324024,396.849831803034,1429.22202712259,547.854345670055,5663.29931020203,114.976241356151,512.31707107467,2788.06974088263,13697.8305559966,775.479589045077,4024.78865181832,232.959400010604,3144.67770220553,802.384038368818,7642.44190491652,999.890012189095,9372.04962764999,95.0257019794723,925.180303128253,900.326536323861,1234.83352891761,450.0212312776,1626.66828647876,248.890787812986,708.17282207229,697.053099359059,2338.49614767205,802.268566830602,1693.74285969313,301.9307128758,1452.7775910123,7129.33639639082,2325.77141419675,56663.2427070005,21466.2740160889,1538.10809191057,9564.21341941789 -2495,367.007638238841,1480.10224553915,401.990137457287,1332.13719495751,629.410586317448,5278.60018536518,114.676459406929,477.516168264118,3480.45089432006,12767.358204383,1001.60455486282,3751.39101076152,322.873091563412,2931.06463080153,1052.54945841509,7123.30269799846,1298.08786325922,8735.42085487975,117.675049604994,862.334242301383,813.89606448735,1150.95320547469,518.266040068753,1516.1712366264,256.80668847259,660.067742336582,786.433922705646,2179.64573695419,937.866239792021,1578.68953827521,357.787516209442,1354.09266598313,9528.14022731138,2972.80198564033,67384.9576347993,24544.5008493688,2205.30622750312,10857.1032482008 -2496,393.063362359833,1415.62420610125,428.535403587881,1274.1049915391,660.953934489807,5048.6472939655,122.732299970648,456.714020019046,3650.96854767623,12211.1708002351,1050.96291873571,3587.96828894087,338.623832252269,2803.37797845745,1116.31256876094,6812.98860066234,1356.80531973534,8354.87767815993,124.809047016274,824.768174516986,889.650773305092,1100.81396246129,546.058165908039,1450.12191531469,273.44073636115,631.313057279968,822.560695527229,2084.69332119267,983.379446702945,1509.91671760292,372.744530146895,1295.10401125811,9909.85292273609,3102.22556282835,71074.8625079944,26055.7996619237,2284.85640335525,11529.0234368709 -2497,400.286050870851,1395.83821355924,437.381116345254,1256.29699436606,705.335798267126,4978.08301760236,123.970838178774,450.330588487581,3906.97998000816,12040.4968789066,1123.86049446017,3537.81973009311,363.101784080612,2764.19553474452,1164.73102596504,6717.76435890342,1423.50545398159,8238.10265642954,129.253268868858,813.24049868356,852.251801328435,1085.42803111204,578.930740203081,1429.85375284772,282.464669468167,622.489278067107,860.480627742428,2055.55583800488,1054.99685997509,1488.81281108253,392.671342632239,1277.00251356017,10837.0907655921,3343.26109904559,74542.1342325106,26881.6190090222,2484.82746575569,11838.3881446382 -2498,449.719911310568,1408.79745888939,490.510868241546,1267.96071069033,804.843093956234,5024.30055088976,138.160194338393,454.511549088312,4462.25160419436,12152.283296154,1283.28775030785,3570.6655666455,415.026401424474,2789.85888722141,1319.39802862871,6780.13344691917,1551.24564622326,8314.58687382854,145.756236704934,820.790788561344,935.949345006187,1095.50536529502,660.076930059346,1443.12880534979,319.601831187712,628.268594890146,936.002141167643,2074.64003568321,1206.96986448599,1502.63525144996,428.064983321887,1288.85846412787,12460.0632949077,3799.95568517301,83932.2844166369,30031.8999559164,2814.20617566652,13134.3158078447 -2499,564.068083080292,1451.95638265866,611.037817250636,1306.80505932952,962.107270478996,5178.22147337685,173.714476090654,468.435643837046,5319.96566186103,12524.5720627838,1530.99482974629,3680.05395461,494.206025266285,2875.32703332065,1614.60047620062,6987.84482568025,1884.45924499951,8569.30668383117,179.063023582062,845.935955349165,1245.87754043506,1129.06649379596,795.9690595959,1487.33947999739,395.999764192517,647.515787751257,1140.37401690803,2138.19724228075,1437.75234454246,1548.66892354464,519.362230950885,1328.3430215791,14553.6289294206,4504.93501347988,102127.614990425,37101.2322508035,3316.37388629042,16316.3704686303 -2500,754.738385623797,1555.25431147832,807.178742310969,1399.77634800737,1183.21241724487,5546.62066191852,231.902211167178,501.762011193254,6510.17204143026,13415.6197339744,1875.89320347391,3941.86757104919,603.575287403309,3079.88918874666,2072.19990114421,7484.98778811846,2444.4903922863,9178.96110763653,231.086596882473,906.119190290182,1822.05740126581,1209.39275683097,994.940598150052,1593.15470252778,519.070771126509,693.582625950806,1481.33690947105,2290.31706431775,1756.94297422698,1658.84736563849,657.918140072798,1422.84660621152,17109.7559485934,5434.92749734263,129667.149005772,48873.3119220223,3864.23835629322,21719.8533422221 -2501,783.269169891874,1743.97334755339,837.156116598279,1569.62924033951,1243.16065721693,6219.66358298032,239.853490199792,562.647258314975,6845.52094914786,15043.5096590239,1972.11716519397,4420.18513162671,635.042686891109,3453.61181058966,2163.75756604389,8393.23775725997,2506.69030538141,10292.7626766913,240.609518647474,1016.07030175705,1865.09759833369,1356.14395605341,1044.05252570956,1786.47268117638,541.191324230896,777.743938761078,1516.14201671178,2568.23073123019,1849.51550374201,1860.13668117261,677.316803416913,1595.49891009853,18108.5663061534,5713.37389533199,135186.958074326,50610.1900352902,4078.5634041058,22418.0355050252 -2502,772.603868492226,1900.93066156429,824.956734954397,1710.89561341928,1244.22911523026,6779.4322809398,235.382274679782,613.285418883545,6858.15921213924,16397.4230503551,1975.26029294254,4818.00106537612,636.82305273353,3764.43630466059,2150.2343999466,9148.62777287145,2445.4327745548,11219.1096221601,238.246318468198,1107.51646154715,1806.25750308654,1478.19668871293,1043.36501728891,1947.25492821282,536.536818548308,847.740765138872,1478.78824779817,2799.37107399956,1855.47442755314,2027.5486760747,661.112756123893,1739.09354919533,18283.8021375274,5718.69450733585,134029.938446188,49865.5532122216,4082.18294061783,22002.3980855074 -2503,733.070284365795,1998.61677347401,778.990120392686,1798.81609560078,1152.68308397408,7127.81762390402,222.831548418161,644.801280704806,6344.66270281111,17240.0632031579,1828.02008471742,5065.59125936363,588.953251251861,3957.88531022899,2016.84507251507,9618.76268863198,2369.36974328761,11795.6436432253,223.570005994746,1164.4301508216,1752.97286138986,1554.15910547955,972.505702599035,2047.32157802824,507.201774937615,891.304952370006,1435.05168612804,2943.22675560897,1717.60034351193,2131.74150692234,638.900946874903,1828.46308302587,16728.2594038528,5305.32744574015,126076.333307643,47398.0968271987,3780.3056893606,21065.8093312435 -2504,688.001539746831,2033.99436033368,729.166689889323,1830.65700352835,1073.92112521111,7253.98737813419,208.442146413606,656.214931194543,5909.03002420438,17545.2301774027,1702.6612057117,5155.25747109175,548.707517789705,4027.94397940539,1886.6792270691,9789.02475038186,2279.15363007342,12004.438752469,208.94971161832,1185.04177049249,1652.04480308773,1581.66933129051,908.009592595366,2083.56129037213,475.440572416818,907.081973152289,1382.71408642373,2995.32491748583,1600.55716159814,2169.47553944144,612.893032936083,1860.82877333627,15536.8045264002,4960.13629806868,118334.848161671,44710.3425421571,3531.68366747257,19957.3701365796 -2505,654.520617322112,2083.71968790472,691.910196412424,1875.41131600134,1009.2317418464,7431.32656137299,198.022466380885,672.257503901235,5549.03732300499,17974.1607265206,1599.22978634306,5281.28872833723,515.212710370808,4126.41565549247,1784.48272455336,10028.3383255846,2179.50212889456,12297.9128450791,197.652626850004,1214.01264247339,1588.79552832297,1620.33660940163,855.837594786993,2134.49838719923,451.272035918987,929.257525419495,1323.16765297487,3068.5520195901,1503.33484036887,2222.51299321215,584.354382537377,1906.32069903295,14503.5829139222,4657.64635839735,111939.920296825,42534.0946070837,3303.60789033319,19038.1802913593 -2506,628.104887700176,2115.36570552784,664.881393044238,1903.89369772537,964.246458950365,7544.1881390072,190.65317044853,682.467261451267,5299.86027852087,18247.1391940246,1527.55255738388,5361.49709664123,491.829381189961,4189.08465234077,1708.50399327394,10180.6414272083,2089.72096134276,12484.6845922014,189.611112369197,1232.45018265762,1534.40070208651,1644.9451021822,817.683191992501,2166.91559473915,432.15946051694,943.370412194307,1270.33442867773,3115.15495368584,1434.63478194456,2256.2669025115,559.820906775986,1935.27250996371,13812.7971553503,4444.82059243521,107180.832294059,40806.4762413876,3147.90529633986,18273.9758460578 -2507,612.084446420942,2087.33554708839,647.016833272128,1878.66569962572,933.004820337362,7444.22207248698,185.662708746925,673.424066027314,5125.9254312408,18005.3511186396,1477.58402012835,5290.45329901382,475.644199631098,4133.57618578365,1659.36184813742,10045.7404067964,2051.68944570916,12319.2532976165,184.180112902916,1216.11930719795,1504.54289237533,1623.14836428582,791.936732593132,2138.20236218237,420.040283587043,930.870057266648,1247.72874364845,3073.87684905974,1386.9772780324,2226.36969911362,548.715002151491,1909.62871941911,13312.4438835678,4301.92374234427,104187.662142092,39808.526447533,3041.83839520369,17862.4604319412 -2508,602.566682650838,2055.57382221831,637.852589676053,1850.07917784795,919.768183505122,7330.94783937773,183.03016896985,663.17697856891,5053.18739140525,17731.3745607176,1456.61795098291,5209.951665074,468.671792916596,4070.67805245501,1634.20691833786,9892.8804397624,2030.27859542933,12131.7986574703,181.569597888391,1197.6143538864,1483.34096032094,1598.44989554098,780.719284817624,2105.66662769593,414.105785492596,916.705569582845,1236.50850523262,3027.1035207846,1367.30596267488,2192.49237548878,542.406495876153,1880.57105206189,13123.0210743219,4242.24755588063,102746.977988353,39281.4273458153,2996.58519342701,17633.5361791883 -2509,599.506600167863,2020.716916567,632.912717404211,1818.70689889953,907.874492689691,7206.63502978178,181.734811387534,651.931312214223,4985.85544650999,17430.6989812514,1437.35589488732,5121.60514515121,462.606610068262,4001.65049466185,1620.27468338566,9725.12426560742,2042.10907585703,11926.076558554,179.863074205674,1177.30609247109,1481.95096422044,1571.34456047834,772.394244891325,2069.96028517426,411.417805893221,901.160752265364,1242.15992648994,2975.77213064904,1349.84105137632,2155.31370593794,545.692786299129,1848.68171438704,12907.5540463411,4196.18581856965,102019.632200885,39120.5553541924,2968.25869988696,17611.3413416629 -2510,608.596855172787,1994.76949699052,642.06715609151,1795.3534293435,911.752475960439,7114.09679183302,184.594226860239,643.56005785673,5003.78232829282,17206.8766059994,1442.77302072818,5055.84015030369,464.191056656873,3950.26650142056,1636.54234726306,9600.2468630953,2060.97985178637,11772.9373880799,181.914845966821,1162.18865820761,1518.43832252881,1551.16739648487,777.667643979767,2043.38054627776,416.782125143701,889.589217453543,1255.10278559062,2937.56113364846,1354.78993374457,2127.63796937711,550.7542592189,1824.94334721977,12882.0387938573,4207.12992133426,102927.108573792,39592.5071152714,2972.03793488211,17846.3257499038 -2511,632.717527398111,1947.85007787445,666.72729781562,1753.12452011869,935.81434559478,6946.76453138295,192.232223100666,628.422737917511,5131.21405003224,16802.1498160754,1479.85801822064,4936.92060428405,475.674021284771,3857.35140026228,1690.83433445544,9374.43731123136,2093.13381833794,11496.0234968399,188.212491366893,1134.85255905999,1599.87034593084,1514.68204150794,799.683383531642,1995.31773580815,431.647459086666,868.664990670545,1274.68831513426,2868.46610175797,1388.02409532148,2077.5933212295,556.662960473643,1782.01844692404,13106.755789672,4285.00603920142,105797.544003524,40898.6205709752,2995.98193734168,18414.5013077688 -2512,647.837954924984,1930.63857929349,680.096302918375,1737.63364608633,932.183628771634,6885.38186685846,196.65569646376,622.869899336775,5102.24002607114,16653.6834731051,1472.17283636497,4893.2972253905,472.777731613659,3823.26725851749,1709.43742725803,9291.60336199045,2106.34451801645,11394.4428904318,190.609511206468,1124.8248298052,1674.79015091798,1501.29808136431,801.905141782226,1977.68680580562,439.688117988252,860.989335123906,1284.36320645289,2843.11990042516,1380.45694875943,2059.23539168126,557.264449112377,1766.27226177413,12835.6678132259,4237.85826694455,106465.436655393,41572.5692924722,2929.19775744679,18763.5606285898 -2513,666.828486243193,1915.94371684124,697.235556834099,1724.40782137968,944.529883926099,6832.97447142471,201.914858473437,618.128987394702,5164.44618008054,16526.9256269783,1490.5196323866,4856.05238296567,478.416994064464,3794.16684216579,1746.98276636755,9220.88125230627,2108.01470104218,11307.7152279937,194.679235068462,1116.2633381132,1745.02549567832,1489.87110117129,815.679672607631,1962.63384048283,451.266204781028,854.436000912007,1288.05626011899,2821.47977765952,1397.44789286541,2043.56172745322,555.562606113086,1752.82845710848,12872.7654715328,4260.125229542,108133.790477741,42429.806855728,2914.46229475041,19136.1472518898 -2514,677.426284378604,1903.36051936222,706.621959231418,1713.08255959873,946.530692173374,6788.09806592945,204.911582872415,614.069348769868,5170.64783542739,16418.3829975381,1492.66118130333,4824.15965795177,478.881256588145,3769.24818186086,1763.83428747624,9160.3219734984,2096.03923872701,11233.4504087823,196.626022110992,1108.93214049054,1791.12096565638,1480.08618832676,820.190161486608,1949.74399983839,457.299608944284,848.824386730361,1279.62043028241,2802.94936003123,1399.26776800108,2030.1403828954,551.784836297634,1741.31653928502,12784.3897486193,4245.02648979387,108700.138922653,42801.1283570239,2888.54882555171,19300.2736470596 -2515,659.853303746883,1895.37669687487,684.871168791329,1705.89687568711,902.025195172254,6759.62475809641,198.763072514767,611.493577850158,4920.15997418459,16349.5145650745,1420.89763358628,4803.92427218649,455.510708116016,3753.43772026486,1701.34376461883,9121.89815214697,2008.21821797586,11186.3306576518,189.574810981601,1104.28062162686,1772.81635598529,1473.87782933572,786.546247571092,1941.56561753397,444.220437705493,845.263913999291,1227.20022647929,2791.19212859564,1332.38758471244,2021.62477049483,526.532476321905,1734.01242532316,12004.12084152,4019.05111978064,104411.139031913,41428.2576884537,2706.93276235967,18714.9685475887 -2516,588.616335520692,1841.57268113233,606.965293315917,1657.47161937476,780.662135987511,6567.73944184346,176.359654558935,594.135123383897,4249.57963489823,15885.4012621661,1227.87972510371,4667.55538172114,393.453311352907,3646.88896796524,1497.97864334883,8862.95503409069,1805.1399039043,10868.7845404087,166.826690104761,1072.93343241209,1611.2204442479,1432.03889248326,687.039636221626,1886.45043793763,394.79537562528,821.269426248962,1102.69168523062,2711.9586203041,1152.51582991618,1964.23695352074,471.384423345646,1684.78905353449,10183.1912767786,3469.8725269299,91872.0624012335,36878.9944792966,2316.96213189045,16758.2971613655 -2517,504.869006443184,1733.73322954151,526.39183517528,1560.41282159176,685.7031603552,6183.14347837364,153.645711682588,559.343552824126,3737.62889462646,14955.178427106,1079.58586555159,4394.23105529538,345.519606327654,3433.33317929218,1297.14827380725,8343.95504014924,1589.35832676036,10232.3264867544,145.285893492004,1010.10422445836,1370.81455078258,1348.18106248593,597.199363995711,1775.98301910333,338.470012331416,773.177246427671,972.354449136988,2553.15080709808,1009.65608766052,1849.21448493598,417.355059604321,1586.13059197018,9066.5426963,3070.26011802112,80207.7919551273,31960.1872969638,2078.91486041941,14504.4430613942 -2518,411.603895733098,1592.7435605053,441.169297925474,1433.51781633523,629.576188097419,5680.32139608026,127.651349337444,513.856934094977,3457.95882976024,13739.0019007019,996.849674899766,4036.88589307653,320.019404254691,3154.12960841326,1116.11324595771,7665.41266724061,1359.56575823695,9400.21904354674,125.286047998184,927.961102395621,1023.56862406627,1238.5450478085,530.959194707399,1631.55753667572,280.899576470499,710.301365512017,827.658018872986,2345.52492719989,931.108926922765,1698.83371483501,367.37492657841,1457.1441807971,8962.87784871814,2898.23529990882,70233.1389076751,26696.4636914479,2073.32585716825,11948.8919044523 -2519,387.255248284121,1484.64376831031,456.32483421433,1336.22470406266,731.130960862045,5294.79696029333,124.819027950179,478.981371467681,3763.31178139797,12806.5333682526,1098.04868889378,3762.90172074809,334.407236546125,2940.05826404858,1232.20987011617,7145.15972950171,1452.00698439259,8762.22448472871,128.257756398131,864.980215314098,874.935442112841,1154.48477243701,574.108469421802,1520.82343293031,273.36335452564,662.093083958324,874.656427962152,2186.33372812321,1148.84607458061,1583.53356476612,396.297053267397,1358.24754291501,10523.8016147918,3302.77461182211,74907.3481475509,27183.0970464131,2453.30174826836,12121.2815730163 -2520,414.671647511245,1428.00491519662,476.590375887145,1285.24800759465,756.449733772107,5092.80154987771,133.54070094688,460.708331077915,3891.55924016763,12317.966765393,1135.63309380477,3619.34779731416,350.706782537847,2827.89564853264,1284.41720448089,6872.57336162596,1517.17847237184,8427.94743043944,135.992240817941,831.98139875814,956.285363358209,1110.44141682284,604.717285834878,1462.80433308414,291.007499533179,636.834369558046,914.547976699927,2102.92554797398,1188.71933157388,1523.12208634295,412.755159142738,1306.43067969351,10879.0859963888,3419.46402842561,78137.2244104563,28523.1440181665,2529.00139765482,12747.2069716661 -2521,422.486905231392,1404.8634012692,497.153442154304,1264.41993876139,801.735746404482,5010.27022471076,135.023112077287,453.242328582642,4128.18762236936,12118.3481251311,1204.39558041889,3560.69450658077,376.094212273833,2782.06822466358,1349.93059062456,6761.19996894867,1592.42646317232,8291.3684447752,140.955838501019,818.498735693169,916.31508387793,1092.44617378164,641.583220077578,1439.09887767085,300.771372594588,626.514158979107,957.121173792385,2068.84661705512,1262.95280848667,1498.43915241242,434.963467811293,1285.25933536016,11759.4142128891,3643.7792047404,82222.7653123461,29695.3591189982,2721.26938240932,13231.7217545176 -2522,474.738344026491,1426.29822979661,538.865823245442,1283.71193864515,873.439636747172,5086.71486911224,150.540366277623,460.157713797858,4498.22092316395,12303.2449014746,1312.28699353786,3615.02212029617,429.890065875333,2824.51587850192,1469.49211900974,6864.35957994218,1735.38994290041,8417.87473763669,159.00426803059,830.987053086616,1006.40043784995,1109.11426862224,731.663651393763,1461.05605703006,340.369687071307,636.073254586254,1041.19539807785,2100.41222866265,1377.83038950924,1521.30172130111,474.183014420562,1304.86929419446,13150.9367575167,4007.19500675864,90210.5254916657,32463.8553651004,3007.03713838028,14467.9856361809 -2523,595.165669601842,1475.27145605356,659.601580820401,1327.78933698069,1059.59492468278,5261.3717767529,189.098814578721,475.957640742251,5454.61201928082,12725.6878265707,1591.48275542439,3739.14714024126,511.856851208145,2921.49815913193,1787.03696296292,7100.05350972117,2107.88804076959,8706.91000075115,195.178917848691,859.519737287739,1339.3096717142,1147.19669969263,881.634921445929,1511.22272439333,421.495818766642,657.913399068021,1268.31886175399,2172.53176240268,1667.36030486681,1573.53697746699,575.258472864759,1349.67314926862,15631.3734015479,4837.07253699447,109677.977805392,39753.3756935223,3601.49802601894,17757.6180894172 -2524,795.730012631984,1579.4950456548,856.613073300618,1421.5937486139,1279.28586067644,5633.0722191018,252.062334253154,509.58264827069,6556.82719763954,13624.720245308,1915.35395592683,4003.30688887873,625.020305517164,3127.89341195723,2266.37407470404,7601.65140894679,2727.77755302487,9322.0275853079,251.53301843624,920.242278882136,1957.98603534017,1228.24277262384,1100.52443665782,1617.9861653702,551.968480727817,704.393045790834,1643.93651431949,2326.014742007,2007.2529187651,1684.70273715748,727.326668532196,1445.02358787974,18169.8384863606,5763.573601734,137906.208335461,52008.4431089097,4154.46413587572,23511.7435014603 -2525,825.903018405967,1747.06852552871,871.663497559648,1572.41499498475,1325.06911155432,6230.70214946011,260.772104670239,563.645836306006,6797.88686928188,15070.2086563643,1985.26076508311,4428.03001049797,657.624140615974,3459.7412294976,2329.58076452632,8408.13395087688,2798.28675621094,10311.0301189012,261.960598833826,1017.87360822604,2004.33902723518,1358.55082018928,1155.06572782147,1789.64328633732,575.563394939589,779.124267143429,1683.21399613637,2572.78878895854,2084.52294124061,1863.43802410582,749.013114012443,1598.33057784913,19116.7336953286,6011.37644711884,142308.697552048,53288.9116522196,4362.36759014966,24063.326720341 -2526,814.768869695485,1905.44325541927,849.945414236216,1714.95708561695,1295.15761447511,6795.52588449399,255.994963442347,614.741288931075,6644.94136697014,16436.3486734674,1940.55405078034,4829.43845361995,659.489690103204,3773.37264962011,2273.47024313651,9170.34557789408,2730.04744585987,11245.7425163329,259.462826552875,1110.14558005195,1941.23446733996,1481.70576004773,1154.57217478647,1951.87749062438,570.70271961072,849.753205594872,1641.82810649104,2806.01646352468,2037.01147743726,2032.36184673965,731.125274658066,1743.22196009533,18985.915945137,5903.84117927045,139513.105802027,52093.4287309252,4300.59499232706,23515.0004292185 -2527,772.914048279683,1994.16203183956,829.487349519627,1794.80669216729,1246.87522071936,7111.93034308388,242.249559438394,643.364075158836,6393.20369049014,17201.6366131528,1867.35809891047,5054.30050038185,609.884504619632,3949.06353073134,2199.90616576957,9597.32330956256,2644.44884412482,11769.3521872843,243.387887920246,1161.83473806307,1883.79332240638,1550.69502103593,1075.71895294571,2042.7582776528,539.350651250634,889.31831174284,1592.85537476021,2936.66656110752,1957.4054921606,2126.99004192373,706.412237256794,1824.38759905559,17776.2165055503,5628.19119966262,134035.92135734,50389.7486971709,4066.68904133583,22777.8616832178 -2528,725.352494992279,2016.40681109567,799.622784791941,1814.82767242727,1190.15323599358,7191.26357581063,226.58758570507,650.540769732657,6098.71686108692,17393.5200224214,1781.63401207027,5110.68097354799,568.199900449608,3993.11513993206,2113.23486199358,9704.38097842904,2543.06241527618,11900.6387313131,227.450480928018,1174.7949473478,1775.29374495395,1567.99294762652,1004.26121671414,2065.54514563768,505.53746577666,899.238613712932,1534.34090984566,2969.42493197089,1866.30706449136,2150.71651109079,677.503806049615,1844.7385528751,16694.6942548885,5336.34012086781,127926.430252374,48332.0413687112,3836.03006881046,21865.7706676399 -2529,689.981180528648,2047.79248811462,765.549357409572,1843.07573966173,1127.98804142116,7303.19668112773,215.218849735447,660.666535215164,5776.59017303874,17664.2527925362,1687.81525551549,5190.22949594933,533.500731291833,4055.26858108874,2015.98459940142,9855.43113625521,2431.15076835181,12085.8739732716,215.112201365547,1193.08080840424,1707.25074230604,1592.39899503292,946.363172418701,2097.6956682665,479.774106768377,913.235398755342,1467.85581102007,3015.64448019598,1767.54700856039,2184.19273890601,645.798445638498,1873.45218748808,15653.7589790997,5037.92074728806,121667.702188694,46214.8228750893,3602.19571204665,20936.9773224586 -2530,662.106565003058,2074.14488726432,736.822329680792,1866.79370319396,1079.90195263354,7397.1792282495,207.185066664841,669.168445609839,5528.92070080806,17891.5685205564,1615.56352666191,5257.02093118979,509.281789765405,4107.45456034608,1933.43805392201,9982.25758795985,2330.8119823501,12241.4032941697,206.339153528988,1208.43419106552,1648.76719196954,1612.89107817427,904.110526002611,2124.69025578725,459.433816910408,924.987538625624,1409.1110710102,3054.45186302259,1690.18330027829,2212.30043009523,618.643217258644,1897.5610559985,14927.0227597241,4814.68839361395,116624.213409324,44378.685239174,3436.24326990959,20108.138501783 -2531,645.179888166138,2043.85843049442,723.941977869004,1839.53496773279,1054.93642715547,7289.16635494872,201.73907963824,659.397314709495,5399.18376770067,17630.3176215134,1577.80715953157,5180.2584358846,492.514374178324,4047.47791853091,1895.73561130014,9836.49765828471,2288.01268148257,12062.6555442183,200.406732661873,1190.78875553606,1616.64418563256,1589.33980351954,875.550250931678,2093.66574058755,446.519400797776,911.480962844303,1383.81996591717,3009.85106156789,1650.38030763996,2179.99663986847,606.286698558008,1869.85305872038,14460.5135604229,4688.60091026891,114051.057452503,43535.7971376321,3335.31040406098,19738.1278998399 -2532,635.152036452434,2016.34895606924,717.606803513681,1814.77560113769,1041.10594049343,7191.05724306965,198.878508139721,650.522104325844,5326.94219660348,17393.0209651106,1556.81229310145,5110.53433717423,485.295597257815,3993.0005689136,1876.19693027311,9704.10253897182,2263.8944229593,11900.297276521,197.566105692428,1174.76123996675,1593.86224578883,1567.94795855341,863.147509075627,2065.48588072727,440.210486059184,899.212812632773,1371.21279255321,2969.33973281515,1627.41884430644,2150.65480243164,599.263106671095,1844.68562337836,14240.2141071272,4620.69255709712,112717.651187526,43094.420213204,3282.36627292596,19542.0775847163 -2533,631.887006723622,1970.18163826726,722.594437768957,1773.22360605033,1047.89687426307,7026.40725821771,197.450602906384,635.627430148924,5361.95515979192,16994.7817992084,1567.02364568097,4993.52102845499,479.007223523239,3901.57486321239,1885.62254092858,9481.91263253167,2277.13824912454,11627.8222147766,195.689302231388,1147.86332859891,1592.33354506166,1532.04745061722,853.836161533322,2018.19349972149,437.317921557812,878.623993635213,1377.53556882647,2901.35226928892,1638.14043958252,2101.41235188887,602.905368411629,1802.44879370515,14187.2505940912,4635.84950456159,113058.566162626,43250.0867386143,3288.0193553751,19614.3869147252 -2534,641.410089633407,1933.64697613211,729.244616775991,1740.34129505991,1057.6841891561,6896.11093923023,200.519921898655,623.840479670213,5412.07741725863,16679.6338965812,1581.66846351625,4900.92215325696,480.635873765686,3829.22482367603,1904.93965068411,9306.08190317354,2298.18868527599,11412.1981587337,197.885064028344,1126.57757601999,1631.47980495718,1503.63746298149,859.50681482528,1980.76851503809,442.968189808523,862.330962511682,1391.86735819332,2847.55016148593,1653.46369610597,2062.44417312216,608.499226819505,1769.02453656313,14246.5324716022,4675.64468871963,114100.717243956,43698.0274625648,3310.39023349897,19826.0637626868 -2535,666.75720676137,1878.71480841844,742.142448645147,1690.90066754139,1058.63930314284,6700.20220958008,208.76721349486,606.118056560503,5411.31411330349,16205.78915764,1581.89670034861,4761.69390684101,492.510223952378,3720.44197819081,1925.43285450194,9041.70931698157,2332.93166284719,11087.9937972472,204.689620643595,1094.57310513556,1718.8950054233,1460.92125556793,883.648901492296,1924.497691246,458.705782887474,837.833363083197,1412.9824740241,2766.65530064803,1652.8099562477,2003.85305974082,614.782073378639,1718.76905884068,14272.3768079841,4680.14520516747,115624.175834715,44603.9941833631,3292.66170589639,20282.5433038189 -2536,682.538342852128,1859.5941332479,748.495103057837,1673.69147630873,1048.45937831355,6632.01070470014,213.477946246066,599.949272228492,5353.05544733814,16040.8542622653,1565.36343648075,4713.23162717714,489.479150702695,3682.57707062898,1929.60310460172,8949.6870547086,2346.44959712578,10975.1454145443,207.204340776468,1083.43305519295,1799.23742864297,1446.0526865588,885.678860533907,1904.91105944011,467.113754887524,829.306289409872,1423.02313658104,2738.49758502483,1634.54383996813,1983.45878634014,615.178861058677,1701.27623623664,13959.5025693625,4618.7105517666,115749.158415063,45078.6797193513,3216.26437048222,20557.8900187312 -2537,702.458043141209,1854.01124244822,750.323890164135,1668.66670419447,1036.87941540664,6612.10002048972,219.137441798266,598.148098944326,5289.27623635832,15992.6962604311,1547.08555149316,4699.08151935648,495.29846906307,3671.52120350231,1927.09758291043,8922.81822100752,2347.42213380375,10942.1957309201,211.578916518459,1080.18036239952,1874.60650173272,1441.711333736,900.642279067636,1899.1921177432,479.334830744749,826.816538355874,1426.58750613451,2730.27604210908,1614.7126080039,1977.5040279271,613.102188883064,1696.1686488996,13816.7667226248,4572.33060780379,115802.9688642,45385.9048101009,3163.70487947477,20744.3600893523 -2538,713.545639346238,1857.01963928685,744.662485858835,1671.37435316805,1026.84348139086,6622.82909286149,222.344338775756,599.118679277764,5236.9383341713,16018.6466839072,1531.86857238681,4706.70644722294,495.762188432484,3677.47876866086,1912.61543706918,8937.29676219061,2333.82909335621,10959.950999222,213.649094851302,1081.93310861432,1924.05180245927,1444.05071535317,905.402758797006,1902.27382697567,485.674524932794,828.158165743649,1417.1225313159,2734.70630316985,1599.4127729321,1980.712809368,608.875526200089,1698.92092368861,13680.3934929446,4534.56866671752,115233.195953826,45275.6323654462,3128.17623004219,20720.5532640586 -2539,694.918446075748,1867.02834561072,714.692919580578,1680.38249433372,971.46922058809,6658.52389652503,215.608024501037,602.347725857121,4949.82460931156,16104.981759193,1448.26116841155,4732.07399939435,471.541468237794,3697.29913255423,1826.63159300929,8985.46576198451,2235.16127259708,11019.0214196713,205.919610107126,1087.76436129313,1904.27774038196,1451.83365917401,867.910592110287,1912.52643802997,471.673929262871,832.621657510398,1358.5696872188,2749.44544307523,1511.37431227722,1991.38817994648,580.812427529506,1708.07753153106,12818.8829566188,4280.10013751096,110025.413503802,43549.5749738762,2926.69513847254,19979.166777524 -2540,619.757937917441,1836.36584098969,641.750953604338,1652.78530432922,861.66286131893,6549.1698954321,191.229138802858,592.45527298088,4386.31229800233,15840.4870723428,1283.70706729056,4654.35839255068,407.268351452051,3636.5777985671,1634.85816078776,8837.8960231015,2008.34526254548,10838.0542715323,181.12941569436,1069.89983350856,1730.57417591778,1427.98996318083,757.689642003419,1881.11671097264,419.064946007084,818.947379087683,1220.31050401126,2704.29086157047,1339.78194495657,1958.68329391011,519.801848231172,1680.02550150871,11071.9359410986,3766.53826179589,97951.3774449388,39098.526680383,2545.71919332954,17980.6172473484 -2541,531.666005226142,1729.01814730288,569.675280721896,1556.16910366869,774.218256340716,6166.32772523639,166.631983547234,557.822355210631,3945.56403402084,14914.5061397115,1154.36431407675,4382.28045041093,357.672059309791,3423.99584410291,1449.24912010951,8321.26271728237,1769.23356820337,10204.4985256497,157.783431118894,1007.35713257204,1472.42838137668,1344.51453266815,658.902909983128,1771.15303381678,359.36528372701,771.074504068103,1076.57043933458,2546.20722672598,1202.47953320052,1844.18533845324,460.439884551347,1581.81693168212,9979.92831554499,3380.69874747712,86748.0912929261,34324.5514139648,2308.32481219973,15722.3116954073 -2542,433.86112522521,1582.24309908334,481.971735655469,1424.0670805725,722.508016574248,5642.87280914955,138.673689717437,510.469235631351,3705.01598186005,13648.424947191,1082.14386091001,4010.27196373081,331.370234402234,3133.33541586758,1270.22486761594,7614.87699282841,1517.72668859855,9338.24633188593,136.304250653202,921.843344334366,1099.81677753822,1230.37970668493,587.063114519743,1620.80118681727,298.621964293314,705.618570194883,918.764792356834,2330.06161306505,1130.74390846256,1687.63383412144,406.264211021747,1447.53768378395,9942.06365843732,3223.30429146039,76763.3076533978,28920.7542088389,2316.84023298716,13053.0030150664 -2543,372.07952210008,1480.73863680038,420.398655053593,1332.7099665158,663.489237933768,5280.86979548136,117.58835157727,477.721483212792,3331.46180137483,12772.8477137832,1068.3716832301,3753.00397531439,319.697054565441,2932.32488422169,1219.70934166268,7126.36546450781,1452.12212290897,8739.17677479129,122.012412523371,862.705015319062,885.658001810076,1151.44807436922,609.236223688511,1516.82313626943,271.510676924775,660.351547961702,867.460768342451,2180.58290700696,1127.24029102821,1579.36831856175,386.745294070951,1354.67487761217,9746.02950400589,3103.43505758128,71032.0095428457,25994.2827224184,2350.89439641565,11846.965083854 -2544,398.465542174661,1422.45095331311,448.057676944966,1280.24927238787,696.636145353891,5072.99403704124,125.831721258541,458.916490949781,3495.08047648383,12270.0583043161,1104.95413010719,3605.27101123624,335.301391001429,2816.89706969348,1271.34767626141,6845.8437544055,1517.19132834115,8395.16848249133,129.387947097155,828.745560472629,967.950273215875,1106.12255962755,632.634631543161,1457.11502527958,289.016717516923,634.35751966979,906.98637567913,2094.74660670213,1166.36252270007,1517.19818375588,402.812592862924,1301.34955838836,10122.4376115116,3227.94335321478,74593.8472598159,27440.5602385108,2429.73605459626,12489.4162804042 -2545,405.863310322851,1392.97445007783,457.605184692542,1253.71951982831,743.703802793864,4967.86976207266,127.150719874372,449.406670313296,3739.0471561572,12015.7940624019,1171.83462444334,3530.5613824935,359.516995080071,2758.52438879726,1336.25104540937,6703.98189610736,1592.58035519218,8221.20100026741,134.058365514687,811.57201846923,927.638202471886,1083.20111890474,669.168100842289,1426.92020157983,298.761425960284,621.21215150274,949.261704912643,2051.33856863534,1239.20137089074,1485.75829680028,424.47824038847,1274.38255866249,11039.5415926859,3467.49212780293,78352.8323790255,28472.9158206533,2628.84656510268,12926.9621805785 -2546,456.01535588693,1408.16106762817,513.319943280521,1267.38793913203,848.732977867958,5022.03094077359,141.726980578672,454.306234139638,4270.03395524812,12146.7937867538,1276.80367778959,3569.05260209264,410.920804325624,2788.59863380126,1454.61067497967,6777.07068040983,1735.57137534933,8310.830953917,151.20157499239,820.420015543664,1018.89782544178,1095.01049640049,729.748158048589,1442.47690570677,338.111245104427,627.984789265026,1032.65484330706,2073.70286563044,1351.91867891035,1501.95647116342,462.751610992321,1288.27625249883,12613.5357825903,3892.44472705949,87322.2855648214,31510.1543483869,2942.40463978333,14172.6957089646 -2547,571.854825277994,1457.82854017278,639.050257162976,1312.09018031544,1014.19409286201,5199.16379127141,178.132826808704,470.330141439517,5092.25195865391,12575.2252785608,1548.46558534376,3694.93722296436,489.347036217897,2886.95573886988,1768.91017127462,7016.10581615538,2108.05126314317,8603.96359173505,185.669572883561,849.357180143516,1355.72049499321,1133.63278543851,884.28805843041,1493.35473762346,418.62892036848,650.134540452073,1257.88685714398,2146.84476857898,1636.00303704131,1554.93221627498,561.39350637176,1333.71524869876,14791.8134412957,4637.24387217083,106154.419245013,38670.0215872253,3494.40929801602,17439.8454539401 -2548,764.917698291459,1565.61013673716,843.310418765744,1409.09690680887,1246.40472620725,5583.55342200025,237.662850885768,505.103046592476,6234.8329325097,13504.9490563101,1863.77419185114,3968.11491301635,597.709904107604,3100.39695652448,2242.89305677595,7534.82737063961,2726.60607431349,9240.08019059732,239.42927604776,912.152680716199,1981.52551981884,1217.44562636274,1093.55705151974,1603.76289154736,548.058931468183,698.200919193206,1629.94297447138,2305.56738262927,1969.48866510021,1669.8929762006,709.872136481777,1432.32078076633,17344.872508098,5576.98374151422,134296.449624194,50835.9419745883,4052.12219343187,23133.6202414649 -2549,793.869208968338,1732.74971373351,874.780158094416,1559.52762734682,1309.70165389239,6179.63589182542,245.836185275307,559.026247245082,6555.43155065244,14946.6946222484,1931.75559553928,4391.73828672334,628.860189242027,3431.38551087443,2305.53617183413,8339.2216639046,2797.31830510195,10226.521871211,249.328347842031,1009.53121042393,2028.50043403841,1347.41626351663,1130.39280661195,1774.97553574645,571.508267233352,772.738636824248,1668.97180266336,2551.70245037502,2045.30761869779,1848.16545868019,731.025089131026,1585.23080849474,18333.5723886179,5841.61139951771,139472.767017868,52375.4334044395,4266.37934535663,23728.0026555579 -2550,783.102876353612,1889.53346547102,862.215362520009,1700.63778908327,1311.00762639363,6738.78560156888,241.284101563243,609.608412498467,6566.83912004702,16299.110865851,1888.25039216867,4789.11431846316,630.609760500841,3741.86629744656,2250.01651507564,9093.77637464844,2729.13314226789,11151.8444688638,246.918672864284,1100.87624970565,1964.71657373401,1469.33403113876,1103.94824985758,1935.57999092596,566.708448026878,842.658061212891,1627.94713959209,2782.58719980924,1998.69031628723,2015.39233059766,713.565135508169,1728.66666166835,18442.8456790338,5807.03206146132,137651.214459046,51438.1834221099,4239.5901276351,23190.0181027443 -2551,742.968593522807,1972.38008157127,813.948538389204,1775.20227212229,1214.31074852566,7034.24773225729,228.383807347458,636.336700218504,6076.06955175656,17013.7455655556,1817.05416282401,4999.09308975899,583.226418960352,3905.92846745199,2177.15364385452,9492.49310233777,2643.41857407847,11640.7972153511,231.660358102065,1149.14418128765,1906.46979986183,1533.75699830248,1064.0227373993,2020.44551745401,535.531484979013,879.604413408717,1579.33405175823,2904.58976696177,1920.5802746077,2103.7572300586,689.453713989108,1804.46007094192,16960.554298587,5441.69155898897,130504.783773687,49250.6928050687,3965.25507503165,22395.8314012681 -2552,697.274540563894,1994.13310572929,761.837854174177,1794.7806577852,1131.28157791484,7111.82718171685,213.629062706815,643.354742908056,5659.09571299174,17201.3870965992,1733.66378452032,5054.22718575083,543.377284576945,3949.0062480004,2091.31982135558,9597.18409658596,2541.92410911751,11769.1814681684,216.499985533254,1161.81788518994,1796.63909559302,1550.67252759034,1017.81017577868,2042.72864663474,501.946186111387,889.305411828423,1521.26089906866,2936.62396359569,1831.19402140408,2126.95918909056,661.2475162075,1824.36113559073,15791.5454110923,5118.59054994694,123291.277947419,46836.3289291407,3721.6089192911,21429.5297164296 -2553,663.314148520379,2030.49420839696,722.812716025291,1827.50675995771,1063.02880432273,7241.50452249523,202.93477505533,655.085698976836,5314.74700868187,17515.0378757015,1642.39499226611,5146.38616605098,510.21676558999,4021.01258559455,1995.02077218115,9772.17953458047,2429.90971297551,11983.7811929555,204.773353794439,1183.00251889525,1727.73034323802,1578.9475523706,967.40624804985,2079.9758423355,476.346542227015,905.521042214128,1455.28883465107,2990.1704821956,1734.29029385105,2165.74224786546,630.311467584193,1857.62660937657,14756.0365545622,4817.74191433629,116872.879733959,44667.0253092023,3487.74025632774,20500.7272107808 -2554,636.532766205834,2057.77226552232,694.525479279144,1852.05784391991,1015.596584074,7338.78831341731,195.373719180574,663.886248638489,5076.2798328229,17750.3383270648,1572.09707088294,5215.523726378,487.063625062531,4075.0316566946,1913.31374235451,9903.4609095685,2329.58158707043,12144.7736580448,196.431088139346,1198.89520657514,1668.52416401193,1600.15944322624,925.989624123626,2107.91864542845,456.145442609633,917.685989356349,1397.02938978224,3030.34101845745,1658.38172581066,2194.83725365851,603.809730891688,1882.58232929865,14057.2121581189,4600.33738486875,111947.864166798,42869.5197911173,3325.13993083582,19685.5683339396 -2555,620.282244745023,2032.89514008463,675.810607265766,1829.66767175507,982.631958058257,7250.06714611786,190.251378128766,655.860296612379,4909.9114058067,17535.7483063309,1535.36937211085,5152.4714439956,471.040141979825,4025.76718006388,1875.97334383214,9783.73452223082,2286.72430297572,11997.9512604619,190.793131341365,1184.40134496551,1635.99101759117,1580.81455853884,906.026867894484,2082.43528294301,443.314420481943,906.5917638912,1371.9267449532,2993.70617071543,1619.3267049709,2168.30310185298,591.754020132158,1859.8231360014,13563.7765387397,4464.33187395637,109085.395826061,41935.6467195298,3220.01771992835,19307.7480652745 -2556,610.638766952476,1993.78598118251,666.238242532998,1794.46823509857,968.690828694544,7110.58920528481,187.553744841559,643.242752277686,4840.24030414185,17198.3928011418,1514.94895591581,5053.34738173165,464.13465479282,3948.31883300281,1856.61534579224,9595.51348685066,2262.56848321178,11767.1327725365,188.088822484253,1161.61564417318,1612.93626051022,1550.40259751556,894.597986778326,2042.37306292088,437.050697237357,889.150607850121,1359.40647123522,2936.1127769254,1596.7966855334,2126.58894312132,584.901663617876,1824.04356374433,13367.4408286085,4402.84504833324,107673.858753306,41457.4982487768,3170.56506556352,19100.2424529041 -2557,607.522387588707,1943.65567965008,661.030488376187,1749.34943370018,956.111431855099,6931.80573288684,186.218935256301,627.069525344317,4775.95088244501,16765.9689476633,1524.88393667533,4926.28969831665,458.133147104,3849.04518201283,1865.95044542283,9354.25088946341,2275.81559210939,11471.2685626228,186.310637285983,1132.40882706403,1611.3669739865,1511.4204046204,900.236855888134,1991.02112321809,434.168437099098,866.794453027105,1365.68213244248,2862.28929725923,1607.31666890042,2073.11954070783,588.456015594091,1778.18114183856,13186.7201201919,4378.21294190128,107325.521103826,41416.2282344898,3157.67912169742,19148.6712463496 -2558,616.711635201043,1894.33532884635,670.503674407647,1704.959612678,960.105488725715,6755.91084881413,189.13526974381,611.157607769554,4793.47079830267,16340.5317271098,1539.13465244337,4801.2848743524,459.709637375426,3751.37548638523,1885.0629729502,9116.88634994913,2296.85545447146,11180.1846038765,188.41691106056,1103.67390184615,1650.94382316568,1473.06804347523,908.619588104575,1940.49887214097,439.762608695636,844.799504567035,1379.88775407431,2789.65857684892,1622.35161759922,2020.51403857271,593.915717277488,1733.059714918,13179.6486043884,4397.48080350546,108290.044532903,41862.879244633,3170.16945153729,19368.519392065 -2559,641.125208033271,1844.3785895873,696.145730386465,1659.99702262293,985.320042427632,6577.74636463218,196.943040935559,595.04037615137,4916.02375226979,15909.6050213599,1539.39460332939,4674.66709294698,471.091231250185,3652.44554289404,1905.25701476357,8876.45905742953,2331.34253549331,10885.3447417788,194.915696721777,1074.56820524537,1739.35172707475,1434.22081561746,913.697494094567,1889.32472429511,455.367942652614,822.52075173317,1400.74162127193,2716.0906905179,1621.70740749564,1967.22975914384,600.061273045226,1687.35607893543,13361.75502047,4449.97329423018,110676.284703986,43012.4824416249,3175.02993518378,19851.2075546389 -2560,656.387323894174,1820.65853661918,709.884348292573,1638.64825099554,981.25522419869,6493.15175208312,201.440900325319,587.387723208984,4889.20180946621,15704.9959048049,1523.34727163837,4614.54746692278,468.242704104217,3605.47243106671,1909.28658191808,8762.3013241961,2344.59536431046,10745.3512744349,197.350059072661,1060.748474909,1820.55441463378,1415.77569057291,909.593344919054,1865.02663127491,463.674025707431,811.942535357944,1410.6053191827,2681.15978456994,1603.78196783273,1941.92975059311,600.463050281382,1665.65544990277,13081.6419229842,4396.59858080035,111124.283431986,43589.5399027603,3102.85731869144,20140.9187536057 -2561,675.594334239783,1809.89773459304,727.65689802379,1628.96320074323,994.108043144701,6454.77469283529,206.809956694121,583.916032677833,4949.36660330225,15612.1732539047,1505.59122642385,4587.2736916744,473.839662080708,3584.16268282942,1906.73224455686,8710.51270598645,2345.37864360058,10681.8420576103,201.537919248679,1054.47903771996,1896.76238863506,1407.40790407519,903.047618429992,1854.00359650536,475.781522032588,807.143638308409,1414.06916110004,2665.31308456446,1584.32166824495,1930.45218839541,598.446782934059,1655.81077657184,13080.3421571888,4392.54120367822,112184.101309886,44202.1052530742,3070.30333830253,20367.7853790557 -2562,686.301798914261,1802.34781498326,737.345012781328,1622.1680426645,996.087381240428,6427.84884553537,209.862753942932,581.480249140832,4955.8010544946,15547.0476665591,1490.79005597981,4568.13805382137,474.309897997786,3569.21148442383,1892.38569572162,8674.17713330011,2331.74275501767,10637.2831594594,203.529523481377,1050.08031849245,1946.74569740921,1401.5369554957,895.810103422054,1846.26969096898,482.053671493696,803.776669298891,1404.67119363742,2654.19483233466,1569.30912315685,1922.3993804636,594.324277261476,1648.90362485096,12982.0819400242,4365.64983498265,112310.904788218,44330.257440278,3039.5579159554,20391.2022509361 -2563,668.453115151823,1800.03366443229,714.488744579801,1620.0852365388,949.055104479617,6419.59571602076,203.54206606717,580.73364916288,4716.48538829419,15527.085809794,1409.45624448512,4562.27272688155,451.17865287191,3564.6287437039,1807.23967200139,8663.03979808359,2232.97546777329,10623.6252658611,196.195403629201,1048.73205267638,1926.66799978409,1399.73743184615,851.045044803028,1843.89914628993,468.124721337422,802.744648616395,1346.56699225131,2650.7869404824,1482.92537897084,1919.93108796838,566.942580614384,1646.78649118773,12184.1569089166,4126.85436918211,107604.204687408,42767.1796951434,2846.21216811636,19681.4739517688 -2564,596.234228938596,1735.49776996796,633.024465649965,1562.00096183082,821.134897264226,6189.43649188009,180.571965861949,559.912835510996,4074.55748551363,14970.3993483352,1249.33829348523,4398.70336868713,389.730972830888,3436.82752034136,1617.44138152629,8352.44726129024,2006.21377785318,10242.7406343492,172.610743261221,1011.13227751094,1750.84293241862,1349.55319975964,758.532704629094,1777.79056006781,415.873053478057,773.964162479622,1209.47367358493,2555.74932556514,1314.5608378771,1851.09655863696,507.398556973313,1587.74490696597,10378.2351964212,3588.45902304528,95091.4378408005,38199.6015771787,2455.11232830223,17689.908229868 -2565,511.43645334726,1630.92705862585,549.088506370224,1467.88413003638,721.385372218127,5816.49808310607,157.327136223041,526.17583825744,3583.17507457447,14068.3726583443,1123.42892217188,4133.6638231422,342.238154282486,3229.74485807503,1433.88189281852,7849.17876583335,1767.55998801446,9625.57437072075,150.344782624854,950.207496534561,1489.71719909277,1268.23719893557,675.719774274129,1670.67153825137,356.65440585997,727.329713029833,1067.07592160464,2401.7551634226,1179.84570247006,1739.56055597003,449.441294033372,1492.07689907547,9266.31281679583,3194.05883957386,83511.2446303988,33314.4958679361,2214.12248414015,15440.9981142919 -2566,417.117299801337,1495.66491374654,460.754793867604,1346.14407132995,663.038912431387,5334.10250186518,130.794997165595,482.53705497161,3312.33136187083,12901.6017407458,1052.98950520611,3790.83534901086,316.921512091415,2961.88357353406,1257.10075966203,7198.20130501282,1517.20276818022,8827.27022327716,129.774177743541,871.401333265706,1112.96815617806,1163.05500649081,613.148594972518,1532.11315548526,296.482900243712,667.008083991586,910.978045437712,2202.56381813141,1109.4716766402,1595.28881144075,396.507443382806,1368.33039513074,9177.35799273377,3024.15911067579,73504.0042041321,27944.2223843268,2215.02676316105,12820.6274162704 -2567,377.368402478809,1384.64350584961,433.61411288076,1246.22141575545,687.450509376405,4938.15848781449,119.758671935739,446.718909668468,3493.15130597101,11943.9313586847,1030.11521311951,3509.44619982076,321.168037055192,2742.02651776024,1169.66237251499,6663.88747852466,1345.42528520675,8172.03257006514,119.538167163969,806.718260223577,846.330021854434,1076.72283202084,598.148863158012,1418.38623843584,270.798068073297,617.496876044694,808.344011570679,2039.07015466153,1063.77444444747,1476.87244142328,345.248710399193,1266.76087542125,10147.9099314098,3120.06766218991,70048.1795860683,25225.4981525285,2323.35107267375,11215.259753614 -2568,379.890472834823,1311.60310488367,430.388784980193,1180.4828256313,648.306621928026,4677.66900119965,120.061961211311,423.154340056572,3285.14621243213,11313.88504578,969.449551370302,3324.32175694402,301.77532594047,2597.38371586188,1138.50605712517,6312.36521928096,1372.44358138752,7740.95516053506,116.730509751284,764.163606304103,915.535070570862,1019.92534801305,570.765431760349,1343.56589721281,268.215921891453,584.923712460723,826.027770440526,1931.50853243533,998.908498470582,1398.96693373022,349.91010106371,1199.93882203505,9283.48424990757,2937.6050395126,68302.7260934141,25250.4423783152,2172.29120641848,11378.2343293399 -2569,397.100505969427,1267.6342303857,452.984803013393,1140.90949661589,723.863868153336,4520.85949038729,124.708862497083,408.968935949231,3678.95457000982,10934.609646225,1084.85035297933,3212.88050952878,338.710184422086,2510.31161440027,1232.17719334054,6100.75578264692,1490.8466857373,7481.45509936515,125.139686273669,738.546547624999,881.156502208981,985.734387762115,631.174342116304,1298.52553393955,285.668569475044,565.315313236667,893.321265801403,1866.75856658195,1122.64186577842,1352.06936135718,383.381657362458,1159.71326959861,10715.425842594,3322.51837639469,74440.6372942465,26846.1767659819,2498.80485365288,12023.7569783671 -2570,458.105791754931,1248.13750455812,523.870150690074,1123.36184831451,862.515104519138,4451.32684770828,143.014247092136,402.67882873607,4389.64113013675,10766.4309388394,1293.97282274668,3163.46511121472,404.509655679159,2471.7020091099,1446.37849392128,6006.92369766205,1731.15531976819,7366.3873019144,146.092494891935,727.187403792502,972.456997742547,970.573395232617,749.130330632537,1278.55368740174,333.155910854916,556.620535670623,1033.04502267314,1838.04706677663,1342.16158588914,1331.27398915409,448.940753669162,1141.8764116833,12960.7885486247,3979.4620917937,87562.7769663061,31102.6003814127,3026.52497819528,13871.2151637784 -2571,586.408910379699,1249.81526384787,668.023379564268,1124.87188288192,1071.14765806412,4457.31036710673,183.710980320401,403.220113765348,5444.4397769534,10780.9032862042,1605.4230196981,3167.71747360167,501.265229935503,2475.02449640968,1821.54829489294,6014.99826636923,2081.77989988938,7376.28927560122,184.709865244708,728.164896590888,1298.03014507107,971.878049987632,934.527384747832,1280.27233243776,422.819455754578,557.368750727999,1246.15812066777,1840.51778857613,1662.4433790863,1333.06350136276,538.605891719894,1143.41133371749,15866.8732978712,4879.44850707364,109041.009434841,39032.0359603075,3669.06462209937,17359.1545324033 -2572,684.248969078582,1241.10827176852,750.588979098617,1117.03532426574,1019.92817955298,4426.25796505642,211.687417207804,400.411031144624,5135.92390727405,10705.7967946798,1518.01664529091,3145.64917939045,471.156022183059,2457.7819332007,1919.65644166916,5973.09403957866,2350.74227081973,7324.90144721134,197.241236467273,723.092046090118,1857.28760810773,965.107341765293,926.093024815573,1271.35315743615,471.324881581903,553.485772628559,1417.67548715749,1827.69559455227,1561.26259711428,1323.77655017614,582.660986148494,1135.44561773202,13566.999487016,4505.93411294069,113358.873237363,44269.4007008936,3159.89874914368,20258.6022858237 -2573,692.027947499931,1206.94561240487,754.773460491222,1086.28788816519,1017.83182492164,4304.42109831762,212.858679572273,389.389345145423,5122.22011278801,10411.1097819247,1514.20145127477,3059.0622603943,470.020860770589,2390.12919984616,1929.73432037392,5808.67907139024,2339.28196597598,7123.27672299864,197.845231868532,703.18826507354,1894.0619071531,938.541864670287,928.597638045367,1236.35797946791,476.575406375274,538.250562016358,1409.69167056785,1777.38657362522,1558.93658103224,1287.33836957098,579.124000691618,1104.19142118295,13437.6505049634,4479.62062980417,113529.329229693,44495.6987781867,3126.01474790686,20373.499641211 -2574,662.610252500239,1254.38571272929,717.559236721523,1128.98542636915,960.201271796336,4473.61030340191,202.111151370969,404.694649219691,4829.13423886985,10820.3279666273,1427.78998621468,3179.30149821927,443.448486305318,2484.07541238767,1835.77461091536,6036.99451084908,2289.34306010772,7403.2636245661,187.614104577414,730.827722476741,1826.29744617196,975.432110395538,880.908985758041,1284.95415975973,456.150625316795,559.406992264158,1379.08239593887,1847.24837725699,1472.20588697343,1337.93838068684,567.388639113348,1147.59267411423,12583.9538231854,4247.70180932272,108398.690785993,42711.8619351011,2975.01958553754,19663.9013220405 -2575,644.126555351356,1354.76202584703,697.125616630075,1219.32717174508,930.904983464565,4831.58991367981,196.403442954068,437.078433900054,4681.1500827472,11686.1737882061,1384.08496667291,3433.7101377968,429.848392910066,2682.85185640454,1782.33962067961,6520.07658453802,2216.88038532659,7995.67495397748,182.159751678523,789.308771457151,1778.88822968716,1053.48647433207,855.210648268538,1387.77656898612,443.740814120201,604.170904070508,1337.83035470805,1995.06573490079,1427.78009431397,1445.0006028321,547.893597315698,1239.42337691925,12177.6890185608,4110.10711531034,105105.504517978,41495.4392608794,2862.87993126236,19101.8245039447 -2576,606.305678759447,1452.27457828927,654.609023233715,1307.09144510867,871.312092695033,5179.35627843494,184.240337295108,468.538301311383,4380.53512821213,12527.3168174839,1295.27234335053,3680.86043688643,402.440152871443,2875.95716003072,1673.76211722139,6989.37620893492,2141.80817695701,8571.18464378694,170.887728925609,846.121341858005,1677.21187873402,1129.31392824322,801.968852335151,1487.6654298189,417.356670306085,647.657690563817,1294.67640954355,2138.66582730713,1336.84807874986,1549.00831368792,528.239725871175,1328.63412739361,11370.0740223932,3865.23295569258,99112.2785965725,39302.1650777824,2691.03887553554,18161.5785381544 -2577,586.870861542347,1522.88511865137,634.114304783319,1370.64308652797,847.613258365565,5431.17997005321,178.358284947285,491.318940131703,4262.51801458969,13136.403159002,1260.29156266084,3859.82628007582,391.639646873616,3015.78807917224,1623.90943217476,7329.20425404765,2096.59228729737,8987.92125013456,165.737673013292,887.260315199315,1617.03107614616,1184.22191045527,779.301264479002,1559.99669654208,404.389898578905,679.147231304973,1266.91882972293,2242.6491593696,1300.989592908,1624.32211156747,517.679160218686,1393.2331881231,11098.0931740279,3771.70386425438,96395.9882509854,38171.4375284137,2635.85605373954,17650.1263472136 -2578,562.378784759351,1597.22722825002,608.323356789969,1437.55325415081,806.679340827811,5696.31183826743,171.49897222671,515.303471891728,4054.92275826564,13777.6780072607,1199.04278861855,4048.24996668933,372.330873188145,3163.00867064184,1550.77451698832,7686.99125928663,2004.7414967135,9426.68121860365,158.658358381257,930.573368027287,1561.44199186826,1242.03162569771,741.979393685275,1636.15046806923,386.501746441419,712.300906053601,1213.3078961997,2352.12771921318,1236.24784972316,1703.61603266679,494.342071349949,1461.24612823223,10506.2347687797,3582.88182771585,92036.4880422198,36552.8715163247,2495.99558079446,16910.6159444114 -2579,546.192251794496,1585.97466831988,589.423033277795,1427.42560677604,773.805371989587,5656.1809857455,166.379352249643,511.673128571055,3887.1469462036,13680.6134539317,1149.62070381007,4019.72980715492,356.865605721569,3140.72508819568,1497.5472239774,7632.83595295466,1969.66611082667,9360.2696940074,153.287553152727,924.017423821027,1530.42217045107,1233.28143971533,713.241416170962,1624.62369162123,374.015996528985,707.282704202354,1192.58666427839,2335.55684084617,1184.27473486122,1691.61395734119,484.931106264171,1450.95156316359,9998.86184852056,3440.5506171436,89049.8388819277,35564.0829540356,2391.98723142723,16502.7392808916 -2580,546.621179417211,1517.47579012509,592.892754614151,1365.77452575703,790.559443428752,5411.88827405881,167.022668306147,489.573762162722,3975.28386974163,13089.7423048965,1175.38941015094,3846.11607426475,364.851913998477,3005.07591954436,1512.66679562401,7303.17072521421,1987.96291449921,8955.99591432627,154.878022619114,884.108742914269,1512.30346614686,1180.01552266985,725.426647444574,1554.45554670211,376.218449131626,676.734882240126,1204.37196655105,2234.68320978899,1211.40406982574,1618.55247613906,490.658853925736,1388.28438670927,10342.2132064053,3527.02126166184,90203.9626014912,35773.2043987224,2468.3394660105,16568.032785451 -2581,540.086234386308,1468.06866099057,583.179930410214,1321.3066015886,767.765196785908,5235.68390588502,164.554944798273,473.633847835619,3857.50288850242,12663.5565346825,1140.80118816164,3720.89130640741,354.164566076894,2907.23437572393,1483.13712720257,7065.38854677013,2013.5922679688,8664.39979823214,151.785229928591,855.32325907698,1509.47071655492,1141.59568118791,707.723834090729,1503.8444025708,370.588230759054,654.701234036806,1217.86875014559,2161.92469684317,1175.99347489542,1565.85441550442,497.720227159953,1343.08356939414,9948.06848989167,3445.39072553563,88890.4009095331,35472.6904929939,2423.32077534945,16524.6515938489 -2582,562.773708806945,1430.02979903315,610.55913325808,1287.07046484869,814.296568325965,5100.02304570819,171.987602413086,461.361606737562,4095.06518732668,12335.4334082153,1210.77420105601,3624.47996372029,376.064873911669,2831.90555083001,1558.14682459139,6882.31854006844,2009.36530272846,8439.89809975816,159.532158502333,833.161132573277,1552.28821472976,1112.01600165263,747.461414199682,1464.87856183402,387.397915225644,637.737388593725,1217.49022710632,2105.90745644376,1248.60904814946,1525.28184452086,495.688294602137,1308.2831735741,10664.1076216838,3620.26421791941,92514.600344395,36637.2573241562,2525.74922569135,16929.8377938658 -2583,592.74759982726,1409.11565452,643.949325705151,1268.24709646948,858.212282897813,5025.43535594785,181.673155533776,454.614206562649,4315.7182685387,12155.0280508541,1276.02872270713,3571.47204892194,396.103660255993,2790.48901393149,1641.15192125776,6781.66483017384,2117.597834752,8316.46483378431,168.221871730667,820.976175070183,1638.54907996069,1095.75279974228,786.637296339248,1443.4547551713,407.483488030484,628.410497702706,1280.79645854107,2075.1086207096,1314.41123696436,1502.97464159323,523.394310200716,1289.14956994238,11233.9607359652,3816.51638364651,97541.030661339,38593.8589927782,2671.8375850893,17832.3929580298 -2584,613.855378057523,1433.76136546378,665.684129107498,1290.42898852682,874.274744445254,5113.33121229723,188.148210836631,462.565498772014,4392.7108511188,12367.6218907522,1299.07608585167,3633.9378000327,403.067965196675,2839.29521760153,1686.67238823432,6900.27748669067,2167.73516100757,8461.92144531942,173.200233730373,835.335210425165,1717.98168668954,1114.91773250111,804.446794390575,1468.70106376369,420.708497360176,639.40152134987,1311.78657839365,2111.4026800928,1337.58201651319,1529.26196474781,534.786817126171,1311.69705038672,11323.1301556481,3872.55032604613,99985.1936430038,39775.3547457356,2695.10452798952,18398.0618854197 -2585,632.271068056163,1461.96508617662,682.825182855726,1315.81319796978,886.297659000993,5213.91626703346,193.29731790489,471.664689511151,4449.35266057724,12610.9071138659,1316.10910182545,3705.4214996697,408.163443485159,2895.14739165745,1724.61285038298,7036.01381197013,2171.0391659516,8628.37708772026,177.039589461075,851.767206393204,1790.17867548927,1136.84943543487,818.58383131605,1497.5920881774,432.070262340864,651.97927826668,1316.54249932002,2152.93637805405,1354.5519663414,1559.34429113032,533.745655488193,1337.49962685452,11355.4169206743,3894.2003249428,101594.580900569,40612.2282342592,2680.48652108488,18767.1394350986 -2586,653.578494785866,1458.26244305035,706.673566008289,1312.48070614833,922.172570157184,5200.71125180453,199.912315532276,470.470128822227,4631.06839950856,12578.9681236788,1369.73893935046,3696.03697087661,424.87703044045,2887.81500206029,1788.08528131431,7018.19406482048,2171.0391659516,8606.52444471472,183.500345555005,849.609979779682,1841.77225085702,1133.97019585006,850.397010421,1493.7992143915,447.163547954845,650.328044173625,1315.02144060995,2147.48374778477,1409.99246494531,1555.39502074374,533.745655488193,1334.11221093974,11862.4716955075,4026.04597498789,104658.264014294,41654.9100592489,2761.42203920975,19156.7254579099 -2587,640.805890997577,1476.97814145357,690.247272316311,1329.32540593018,891.299229530938,5267.45845751837,195.291154771983,476.508258022308,4472.58587202604,12740.4096904891,1323.12202301966,3743.47281725925,410.243975966351,2924.87792916265,1741.68808025033,7108.26729140495,2116.77408464935,8716.9826935539,178.674515759175,860.514082959263,1824.46826540686,1148.52384789323,825.349274815452,1512.97100044741,437.806840884267,658.674514039814,1282.32216161983,2175.04508171401,1362.18021057375,1575.35734250883,520.149788678514,1351.23453476767,11356.230140293,3882.97282217399,101826.506159864,40708.5007205721,2655.31615972959,18754.8998400847 -2588,590.938624513612,1467.40334081317,636.948784673492,1320.70779312281,830.801751074782,5233.31112439489,179.713720273073,473.419199730913,4171.73478510774,12657.817484525,1233.91684099689,3719.2050201118,382.930631099602,2905.91683401626,1614.49508315366,7062.18655378017,1902.42250322243,8660.47314264448,165.345229784468,854.93563155139,1665.44386145781,1141.07831666587,768.372785016016,1503.16286903544,405.129157996162,654.404527245943,1152.09631349478,2160.94492514649,1272.18725759489,1565.14477939191,465.753723760265,1342.47489173322,10667.2630630556,3600.17164306095,93811.8586615143,37365.3705868922,2441.8480211737,17133.8984835007 -2589,500.065831384447,1423.6080285886,543.314521827185,1281.29067545073,707.653003679509,5077.12060179855,154.221161105881,459.289790938757,3553.68251084117,12280.0392326987,1051.08526761214,3608.20367470615,325.613859464053,2819.18844005345,1369.06209834366,6851.41242201376,1715.8438264387,8401.99742929051,141.033654906574,829.419693380661,1414.46343361251,1107.02232145233,650.800686640033,1458.3002976191,341.707943349508,634.873530011038,1039.35219070606,2096.45055262826,1079.88061422582,1518.43233000349,424.0509384886,1302.40812521997,9104.88896532378,3113.36645800308,80834.0551946617,32149.7330642185,2163.31875099314,14835.2856855704 -2590,403.061763174551,1326.4715268034,449.484683736622,1193.86485915586,632.842423525243,4730.69537484249,126.581247150953,427.951246408577,3194.27613053438,11442.1400154317,943.562665203085,3362.00649426672,292.872867241834,2626.8278341558,1158.53499332824,6383.92262032876,1426.08333297442,7828.70715422888,119.411697504248,772.826216869697,1055.01894887763,1031.48729106154,566.67351892842,1358.79665151824,279.754953823526,591.554447410448,860.633597733009,1953.40424440404,969.574530468825,1414.82571795008,359.918591698373,1213.54141005687,8664.13846740243,2836.14675107336,69171.4455933609,26393.5976187865,2057.47168705678,12030.0294843602 -2591,311.456971478897,1233.7608405424,348.331575699782,1110.42241191241,517.582726812915,4400.05426733955,98.7013250253406,398.040575173587,2554.49389100379,10642.4178716164,789.331055017452,3127.02675817803,236.423554974224,2443.23172502485,927.783088581102,5937.73298473657,1116.05294611272,7281.5376159923,93.1047562900149,718.811300244122,690.608170477917,959.393851668782,402.477389886611,1263.82667477475,214.410407894188,550.209105522609,624.938319546609,1816.87553316945,762.218577287789,1315.93971806212,291.980384068457,1128.72371539919,7130.71639133262,2275.40224104987,54201.211095505,20324.2309903955,1703.27551133616,9182.18771437776 -2592,328.906861757995,1179.14686845933,365.072169947448,1061.26817017304,527.804506290322,4205.28034274748,104.048850649998,380.420809538215,2601.1140829051,10171.3178873754,803.879766030453,2988.60499403852,240.622852078811,2335.07900624971,962.895981469738,5674.89178179928,1162.82989658811,6959.21121446155,96.7674759243337,686.992215868528,753.569823438014,916.925078702486,413.371888571647,1207.88180080418,224.417997368178,525.853408906684,654.100246754666,1736.44925735793,775.331049158381,1257.68799482405,301.923870143221,1078.75934349126,7138.44356906727,2305.32702891019,56038.8119001998,21315.5647860816,1703.27551133616,9665.03260199636 -2593,337.670199149747,1152.96803158302,376.413319042872,1037.70641798412,575.696020603821,4111.91678384173,105.97784382306,371.974894458725,2844.8830915076,9945.49930708383,878.926736982342,2922.25346080765,263.839161090423,2283.23673449117,1019.88463271841,5548.90063496229,1224.03148901014,6804.70624137944,101.456987297377,671.739953715625,722.093351629639,896.567960598519,446.259285055158,1181.06500514035,234.327186084442,514.178671025553,682.397306534005,1697.89746786646,851.22789123421,1229.76542661946,322.088981507008,1054.80926090405,8055.63696005966,2547.4758838163,59656.7814426369,22115.1720169726,1925.92590497488,9969.72560651352 -2594,380.396861803534,1156.00535733782,423.489307965299,1040.44010386518,661.422119505982,4122.74902758745,118.396980835376,372.954807948195,3271.34750875259,9971.69927131721,1010.57695916602,2929.95171041684,303.671675925597,2289.25158793723,1160.95670296307,5563.51840262601,1393.46673449025,6822.63224535752,114.84828071996,673.50955443833,793.07440241591,898.929837843208,511.807980634804,1184.17634826517,266.118400964451,515.533199579071,772.914008624596,1702.37033057114,980.961038822955,1233.00506388633,368.123712483507,1057.58800172494,9353.8069549005,2939.91888188964,68031.1044523365,25013.5674656713,2237.63645606908,11260.6358068587 -2595,482.112538539547,1176.16740053688,533.501780056259,1058.58655810695,801.199137291334,4194.65444174966,150.520842940279,379.45956236081,3955.10145545559,10145.6170046566,1222.08329246869,2981.0533879148,366.670486898074,2329.17872937869,1437.45307780732,5660.55246709681,1735.53612175177,6941.62668183573,142.948080661136,685.256324161645,1058.23676545322,914.608192712824,625.482885241015,1204.82972546405,333.490048531037,524.524682684651,967.814110131469,1732.06159794106,1184.05169957401,1254.51006920913,453.896709640633,1076.03353473414,11067.2693900172,3530.60375029749,83893.3374514775,31444.2331560598,2643.97342445973,14223.5848147824 -2596,654.877356412202,1201.79662448275,716.335615400209,1081.65364188383,1005.99575571166,4286.05787464033,204.10008691965,387.728159243966,4948.7058575808,10366.6946252085,1529.74579109796,3046.01190048589,457.848592598774,2379.9325959099,1877.57679463646,5783.89848635426,2289.5491701361,7092.88789235407,188.139941703422,700.188371916283,1552.49597466841,934.537922259034,798.302644732001,1231.08351453903,444.533670663561,535.954314683912,1288.61746128863,1769.80400991525,1477.39316868885,1281.84641562669,588.479624234479,1099.48079608689,13292.4196032503,4363.54563410126,108762.999250903,42121.6662388669,3167.20184951071,19206.7997084042 -2597,672.265205521704,1220.94622856946,733.423876102275,1098.88887002397,1035.37589097975,4354.35255089421,208.606776283436,393.906276732009,5094.10874024907,10531.8790613405,1574.65991805217,3094.54750189249,471.531299195943,2417.85479175925,1930.27457562847,5876.05997510785,2357.29578939652,7205.90701073313,192.872396104951,711.345276366803,1586.55446473545,949.428986895677,822.466054162196,1250.69978023726,457.594567014715,544.494289522979,1323.81907756099,1798.00432718235,1522.81722939745,1302.27154485334,606.100587379111,1117.00008472282,13711.090568097,4496.71722740452,111834.178401785,43266.4392135418,3267.39452664813,19733.3600321801 -2598,653.016270278578,1309.46251380018,709.671957573471,1178.55622832351,1006.78824558738,4670.03484989413,201.286184730509,422.463734488552,4954.22095794393,11295.4203125398,1531.38995101693,3318.89632490207,458.983780851596,2593.14467708417,1876.78351462004,6302.06317542806,2295.64283440446,7728.32159819244,186.847593402359,762.91645936164,1532.89233205167,1018.26078721897,801.119379783141,1341.37314151641,445.598532336088,583.969092516052,1286.5311444591,1928.35622978614,1483.50690415466,1396.68376122683,590.311619639166,1197.980471728,13359.1763385312,4378.77371802643,108696.322437421,42026.0544061944,3183.90062903361,19176.3006999502 -2599,623.467860692862,1432.95141473508,674.749078554587,1289.70000815061,941.42328076375,5110.44262397195,191.794006922678,462.304189413408,4628.22362853091,12360.635257827,1430.78465521281,3631.88494058196,428.654824696771,2837.69126223916,1774.03537954175,6896.3794288177,2179.53940581589,8457.14119415214,176.777756836902,834.863318533883,1489.38676350403,1114.28790075112,753.581837879741,1467.87137513803,424.261938582465,639.040314986924,1222.13327084172,2110.20992083696,1386.34594292049,1528.39806446945,557.760361661032,1310.95605540151,12340.747764338,4078.83900303947,102551.8446717,39996.5987576773,2938.98519603103,18295.1817249183 -2600,585.001010791406,1522.36443463711,631.256556831695,1370.17445502342,875.830377933382,5429.32301541207,179.317000303127,491.150955091402,4304.35446761684,13131.9117400197,1330.71527578681,3858.50658115878,398.818083261787,3014.75696223242,1658.26081347321,7326.69835294873,2040.17997685883,8984.84822324692,165.108963956692,886.956955308962,1403.66881287393,1183.81701752502,702.957069619881,1559.46332384559,397.551836087345,678.915026588845,1144.53756010578,2241.88238349623,1290.00848945987,1623.76674560641,521.159939303973,1392.75683292052,11432.2594992236,3790.58823316458,95736.1888294955,37459.4573123295,2721.90106223328,17152.160896956 -2601,562.335656337716,1568.79209584918,606.374168015202,1411.96076712576,839.617610371103,5594.90148258804,172.276687503824,506.129622241099,4125.88818937104,13532.3966275149,1275.56002331504,3976.1797428924,382.282294141737,3106.69822918182,1591.99194722499,7550.14121669035,1959.65727183355,9258.85980671522,158.505599990222,914.006547439368,1352.00935231085,1219.9199730173,674.420568183542,1607.02239263676,381.996422424524,699.619948570132,1099.49238135056,2310.25323702519,1236.59748301822,1673.28688062612,500.286482743973,1435.23184147854,10942.3690445636,3632.13226803147,91883.5849005429,35991.5446047626,2605.00960557296,16485.189547592 -2602,537.840236335199,1591.4418518726,580.36130891102,1432.34623883655,796.244346978793,5675.67901448088,165.28415234403,513.43697194685,3910.96251481645,13727.773365348,1209.18079045278,4033.58664933977,362.139988528219,3151.55181884201,1516.13735690867,7659.14792124532,1866.94723827155,9392.53648460774,151.323674759875,927.202703487124,1305.21445718486,1237.53281657385,640.250596644924,1630.22410637162,364.311285416649,709.72085434736,1049.34104123365,2343.60798958252,1170.95900564494,1697.44530142876,475.749035374598,1455.95329407416,10314.8916106496,3436.24156483655,87454.6591323824,34379.5331830296,2454.72058986682,15755.9551279517 -2603,505.262397891303,1574.02786210208,540.1410341518,1416.67311655339,711.629851161785,5613.57419036642,154.601875261567,507.818804894896,3487.03376203605,13577.5603338917,1078.4244452587,3989.45004669389,322.639035053419,3117.0666813109,1391.55138568242,7575.33944065613,1725.02668841488,9289.76079470756,139.211546389095,917.05699921604,1273.7270986973,1223.99139576532,579.246824757119,1612.38575061981,338.725085048692,701.954895645828,974.419668992038,2317.96359327065,1043.06466552699,1678.87139306992,434.847633248813,1440.02185696917,8929.48132798768,3039.23398432391,79850.4815458031,32024.4177423331,2120.74499940875,14749.0353587555 -2604,496.212503568966,1535.12119438952,531.024379413216,1381.65592814769,698.055761776099,5474.81840912335,152.030566154268,495.26658903142,3420.0557034814,13241.9515171885,1057.72782767233,3890.83920818226,316.239703552814,3040.01933003615,1365.47008204289,7388.09293662425,1695.41207403961,9060.13739027424,136.775258809537,894.389273440005,1255.41011053821,1193.73689540695,568.622817377404,1572.53095634696,333.026142643672,684.604042759642,956.565269294619,2260.66839445966,1023.01495041704,1637.37321314885,427.121316148286,1404.42753666718,8743.00710009536,2979.10899230831,78403.4845085841,31474.1548550885,2076.21492068101,14499.7638874361 -2605,500.066129842812,1494.85496021193,535.006537773102,1345.41508842833,707.493801704193,5331.21390353299,153.059830774048,482.275744707751,3467.53623164936,12894.6150836169,1072.36551656866,3788.78248244841,320.860873267616,2960.27961261511,1380.11151472501,7194.30323363584,1711.85809783128,8822.48995554967,138.032952347097,870.929439739651,1256.41253526648,1162.4251725589,575.713984815064,1531.28346398531,335.987371759281,666.646876377315,965.394465532529,2201.3710547435,1037.90473659301,1594.42490816959,431.869471429449,1367.5893975785,8904.35423294882,3025.12029923406,79248.5878329657,31730.9868054035,2115.17873956778,14610.8663765574 -2606,513.163145615186,1467.9529509377,549.826568656083,1321.20245900945,726.087605625889,5235.27124040305,157.320222171691,473.596517021994,3558.67565355425,12662.5584200608,1100.55085621278,3720.59803365988,329.289511210886,2907.00523368702,1416.30423559257,7064.83166785568,1756.67252421293,8663.71688864804,141.827504474018,855.255844314881,1289.32539707263,1141.50570304171,590.809743820548,1503.72587274999,344.778981344555,654.649631876488,990.694934982399,2161.75429853169,1065.15229245889,1565.73099818614,443.184615484236,1342.97771040065,9138.70354579877,3104.62859193338,81331.4810672693,32564.2164380568,2170.84133797746,14993.7522044636 -2607,536.652697484542,1440.26991704503,574.91559229646,1296.28688359644,753.418134802651,5136.54315031488,164.897203658487,464.665312228411,3690.92923586439,12423.7646401331,1141.51535828302,3650.43404005163,341.274472725762,2852.18418212749,1475.37669837495,6931.60125717917,1830.05160559393,8500.33428969505,147.979244684935,839.127209871968,1359.72927905679,1119.97889522011,613.489968361811,1475.36822390708,359.522569388366,642.304080927132,1034.04581135129,2120.98738057588,1103.34410961514,1536.2040407575,460.929582514642,1317.65149170245,9423.59876923024,3213.31652327862,84680.8171335407,34015.8947332574,2237.63645606908,15669.2981895469 -2608,561.453870543745,1458.55171257069,601.711255233931,1312.7410575454,784.328911894428,5201.74289549559,172.682797439645,470.563454045784,3841.41251632892,12581.4633618254,1188.0918505485,3696.77013852202,355.158131057932,2888.38784603943,1540.04004348431,7019.58623509855,1911.75182507545,8608.23168555456,154.669996411948,849.778513415383,1427.7008783224,1134.19513685174,639.505713605882,1494.09553319495,375.807570984418,650.457047071769,1080.61253947393,2147.90973529932,1148.27406565962,1555.70355805384,480.98004428663,1334.3768532894,9777.39322193065,3341.60085576597,88351.8798079035,35561.7097862952,2321.1303536836,16389.0685555367 -2609,571.115270979454,1480.3915150595,607.827901026093,1332.39754635457,772.513402339167,5279.63182905624,174.980214876746,477.609493487675,3777.38668707159,12769.8534425296,1168.52168189526,3752.12417840693,349.040167995839,2931.63747478067,1543.7388567099,7124.69486827653,1926.02923278625,8737.1280957196,155.125013448207,862.502775937084,1485.50938144437,1151.17814647637,635.377625351507,1516.46755542986,380.135898204934,660.196745234725,1091.29771518282,2180.07172446874,1128.77994837921,1578.99807558531,481.152888203063,1354.35730833279,9416.07356634501,3268.02592165978,88277.6035501798,35991.8655861095,2232.07019622811,16640.9808080153 -2610,585.280196054584,1470.75885939267,622.463164816313,1323.72786225762,788.456211025611,5245.27816319178,179.264495094144,474.501769789467,3854.53461008584,12686.7621792547,1192.41764143623,3727.70974488572,356.142740545168,2912.56180861583,1579.12881700803,7078.33569119453,1971.43241639603,8680.27709001812,158.713528571242,856.890617148161,1526.57831260179,1143.6876261759,649.213006260857,1506.60015910748,389.292301756823,655.900957360696,1117.3589593164,2165.88636874549,1151.7869790465,1568.72380380924,492.056534863842,1345.5447358016,9582.30928993226,3332.4222718081,90264.8257478787,36861.6453853503,2271.03401511489,17049.917293379 -2611,575.112175718592,1462.3122079175,609.55640805431,1316.12561813102,765.025042973296,5215.15423345858,175.51688356424,471.776679236268,3737.53129003156,12613.9013851196,1156.31484663186,3706.30129657716,345.252848955135,2895.83480109847,1542.92661558745,7037.6844082014,1932.25045213495,8630.42576679196,155.006364204865,851.969445775182,1512.83948281456,1137.11936332772,632.634062366441,1497.94766901697,382.183383864206,652.134080993656,1094.90558137977,2153.44756059227,1117.30717962827,1559.71453410676,480.86539469483,1337.8171961339,9212.20445067977,3224.75457960416,88099.8611657629,36163.4961866598,2181.9738576594,16751.8040854317 -2612,526.221769135356,1446.72061359985,557.110130954472,1302.09270737649,700.971532293025,5159.54875559155,160.116622624504,466.746460277997,3425.11796354353,12479.4083322033,1059.64097031942,3666.7836436968,316.601488694836,2864.95857563499,1413.06475165579,6962.64658821044,1771.46999182281,8538.40567927862,141.764981508422,842.885501937721,1379.47177053447,1124.99506886601,580.281105465879,1481.97611914005,350.33312852956,645.180839424235,1002.27930825696,2130.48688190321,1025.24465416266,1543.08440810804,440.963638891745,1323.55300352144,8459.05072123634,2958.47422124359,80675.63501653,33094.2170352894,2003.85354274843,15333.3451032791 -2613,444.273472001449,1398.29699746743,474.078088893745,1258.50997492759,594.291660494819,4986.85196395905,137.149472165698,451.123850624685,2903.71969656382,12061.7063426431,898.33920433933,3544.05163729979,267.858015742881,2769.06469467574,1194.05427956109,6729.59777250697,1490.46480232524,8252.61416216773,120.561970298146,814.673030500089,1171.26304409514,1087.34002417146,489.213253334857,1432.37245549135,294.592721674987,623.585799573012,846.557449459913,2059.17672154838,865.704843852992,1491.43537073639,371.391106868571,1279.25196711472,7166.86618931814,2502.99599475955,68271.859646029,27971.9284754189,1697.7092514952,12940.0268205249 -2614,359.241076507173,1293.89984839871,394.187087409956,1164.54935447647,540.577355473878,4614.53254340105,113.078708428724,417.442848686314,2656.20160446685,11161.1768003809,821.199085895553,3279.45199376444,245.284320169144,2562.32573990821,1019.01550827785,6227.16458191772,1244.0002165928,7636.47224635524,102.861588153933,753.84937003209,873.053325062421,1006.15898838478,429.947541871486,1325.43122553184,242.181854982235,577.028752112373,703.087721810396,1905.43815274098,790.742030367465,1380.08449105409,318.284017281378,1183.74274514742,7037.9937657134,2330.50896884366,58967.261596088,23042.2099188721,1675.44421213132,10521.7230309181 -2615,299.755669094808,1184.78761428545,339.42073460031,1066.34501357687,518.391028383718,4225.39735969888,97.331646082218,382.240648229194,2494.20848236508,10219.9749465204,732.482694681694,3002.90173823295,230.885496100289,2346.24944439484,863.716691904733,5702.03905495759,973.650832487373,6992.50235287784,91.8603914645401,690.278616042999,605.087207776761,921.311420598392,386.11500469652,1213.66000741149,216.792939276742,528.368961040841,545.638267817028,1744.75599942942,724.54243397351,1263.70446189624,258.874746986669,1083.91986032504,7317.19341400728,2211.41283256268,51110.7182228202,18597.5199136627,1661.38398996962,8248.04566740989 -2616,302.980126622879,1112.70180021134,338.287231553808,1001.46558079016,490.156048068072,3968.3122882583,97.9227661628502,358.984051040309,2352.4691970037,9598.16289771594,691.428049089648,2820.1967421855,217.542549607194,2203.49702262671,844.608635989325,5355.1109454779,961.806427160366,6567.05882321507,90.0518081582366,648.280121650044,655.756289197542,865.256239932391,370.370298321752,1139.81751565299,215.534585828192,496.221505894551,542.909762492555,1638.60013228237,682.547597700772,1186.817124633,251.900764246957,1017.97112438239,6691.04629778543,2066.54839051628,49627.9482311622,18571.3999045433,1516.34253052783,8303.58400205377 -2617,315.387059035786,1074.31581651305,354.393980752115,966.917023889019,545.740248878676,3831.41346165636,101.30026701828,346.599820217134,2626.29938116315,9267.04549999514,771.225677370873,2722.90560259093,243.475627438968,2127.48078829177,909.744147300151,5170.37034254494,1027.13865624675,6340.50844566939,96.117382391048,625.915755764363,629.885099578018,835.406632504257,407.417552648184,1100.49609407663,228.691147001398,479.102857724493,574.390580960408,1582.07170934474,764.619305475488,1145.874310673,273.127687569285,982.853159282984,7722.65541222429,2332.55190906295,53774.1954709189,19548.5096877919,1753.68310052349,8675.41565864189 -2618,363.058632134272,1058.05890201801,408.857660204552,952.285304668705,649.426649098469,3773.4352022992,115.911508360911,341.354953154156,3129.16278485549,9126.81339692136,918.517513004614,2681.70166341496,290.392853867321,2095.28702112063,1065.40503078445,5092.13052956401,1199.42159947969,6244.5617025684,111.962079705826,616.444184401311,694.355539049332,822.764973520504,482.396035116371,1083.84301066435,266.220710340447,471.85290936421,666.706400612389,1558.13125895901,912.818261554764,1128.53454856176,321.239153317998,967.980289009602,9340.14071548712,2793.4226585241,63178.5307624375,22644.2866343052,2122.87954273896,10014.0331094382 -2619,465.679093778992,1073.07196010087,522.5107359229,965.797515154507,807.502579462867,3826.97740279104,149.194600505686,346.198522570566,3886.289011924,9256.31599774826,1141.19926522009,2719.75298811622,360.29533724039,2125.01756418241,1344.6943005828,5164.38402250285,1520.31114197766,6333.16732496224,141.842224040261,625.191062602142,927.822423337237,834.439388160791,603.200521183997,1099.22192580865,338.47483676318,478.548146388669,848.538400470441,1580.23996675104,1132.23974851754,1144.54760293308,404.324788705423,981.71519948977,11438.168831247,3453.31849654474,79519.815576034,28888.9139645883,2597.56068273028,12822.48949854 -2620,549.824179179093,1082.44427235761,594.559100529551,974.232882236474,775.677908723062,3860.40258633147,173.731357067633,349.222253295997,3701.95251226718,9337.16153943015,1090.08829704543,2743.50756862305,341.799587204606,2143.57766909906,1437.66299552773,5209.49024228339,1681.06267969788,6388.48180893979,153.333048081064,630.651540628502,1333.97748719741,841.727460905171,608.054125701631,1108.82263434563,381.618736137261,482.727831278972,956.447935004893,1594.04193247157,1074.97691610544,1154.54419023221,426.675642900088,990.289593136163,9782.48445973813,3188.24818867073,83272.0757070288,32975.3372045485,2206.38826181151,14994.3661331385 -2621,556.442950069079,1068.32794894606,598.233115461688,961.527760323949,774.527049985389,3810.05847827984,174.771542523489,344.667991801038,3694.44125355331,9215.3941695965,1088.07366257501,2707.72906148904,341.198972646402,2115.62294070563,1446.50866713629,5141.55247315536,1698.86702091214,6305.16862818141,153.89716733452,622.427116207913,1360.66857164781,830.750362715496,610.481107257278,1094.36230662975,386.161392095344,476.432502863359,965.400068852642,1573.25378473503,1074.30937857337,1139.48760062437,429.805284355447,977.375073169832,9689.96394256117,3177.3276218102,83659.5673840504,33310.4237687053,2184.4122831082,15177.6109127932 -2622,533.162609357762,1136.5375576205,569.082551025978,1022.91848994589,731.103940665169,4053.31954627548,166.017172141268,366.674032985815,3485.35370288483,9803.77008048512,1026.68568704501,2880.60962673381,322.138937551684,2250.69926537781,1377.40375326744,5469.82553061774,1625.12605481589,6707.73516702269,146.029846561473,662.16726347897,1312.25239129747,883.791338759301,579.926611497521,1164.23413274542,369.905932871772,506.851321927444,922.410364758296,1673.70142827766,1015.49610790695,1212.24054451641,409.744958110214,1039.77760727449,9070.91881102716,2994.04802437652,79496.9407431587,31837.2773793637,2043.76601940707,14539.2185719148 -2623,518.359619808387,1253.46005194772,552.958070048477,1128.15230341379,708.888352954873,4470.30904959468,161.347733698878,404.39600904746,3379.03358324337,10812.3432190805,995.40718537257,3176.955366021,312.30272971556,2482.24231498838,1337.55991253258,6032.53957406166,1580.70903509143,7397.80046381472,141.80587236557,730.288415823361,1278.24193923789,974.712300499336,563.185282065442,1284.00594131326,359.907098649628,558.994183740895,896.315422817954,1845.88521968967,985.064772869595,1336.9510630902,398.23753398001,1146.74582013553,8779.35418967419,2901.99214701591,77191.3976634258,30952.024500691,1977.83808329717,14142.3161908616 -2624,488.046308011283,1337.40589110294,519.351781804782,1203.70612075149,663.641394425705,4769.69142230633,151.377235613291,431.478932254912,3162.75045946047,11536.4598140606,931.753025581543,3389.72017152469,292.466347427769,2648.48128989189,1256.51751972489,6436.54654340605,1486.43999323322,7893.24071886936,133.062107375952,779.196774567117,1205.26087401391,1039.99004259665,528.368052418005,1369.99747814472,338.596830088873,596.430746449135,843.04489927434,1969.50653774467,922.622729325925,1426.4884031324,374.061777469809,1223.544869311,8195.60556444328,2715.33897517172,72435.9231230099,29103.7289686575,1845.98221107736,13307.5980454795 -2625,472.283209158753,1394.62328325732,502.946601616883,1255.20352001363,645.431906333103,4973.75012010407,146.509773316121,449.938623091793,3076.69169428286,12030.0168932133,906.329205940999,3534.74043024943,284.542487074176,2761.7895933661,1218.66569808524,6711.91725183794,1440.52363952237,8230.93225483831,129.013555421127,812.532658394478,1161.91990137079,1084.48328021416,513.203453780116,1428.60921559779,327.993140258044,621.9474666457,816.642940789691,2053.766692923,897.597052227495,1487.51695617578,362.907436633627,1275.89101723182,7998.67877582492,2643.82469200256,70288.6130185981,28183.9540613654,1802.03025367075,12880.3380775712 -2626,452.741311427954,1444.17504855497,482.735922781245,1299.8016211433,614.507803345444,5150.47031512685,140.938542028916,465.9252004833,2928.16271729204,12457.4502946025,862.684954928565,3660.33178548533,270.618879868853,2859.91756195438,1164.38251311055,6950.39552217307,1376.46567774169,8523.38199963246,123.56779531493,841.402409867004,1122.12356592987,1123.0155932879,488.916418103055,1479.36852056796,313.590703422192,644.045616923754,781.684320910176,2126.73820169214,853.280302199826,1540.36928696187,346.26206289262,1321.22415700529,7572.21945367705,2511.36625293822,67130.9306370532,26995.2707529646,1705.33594737622,12342.0015831155 -2627,439.97960817814,1400.72685807126,468.05759483189,1260.69692363245,589.821540738714,4995.51775895563,136.806495390835,451.907781416262,2808.9121101295,12082.6663140298,827.710148432127,3550.21023698714,259.547933954676,2773.87657743258,1125.38353750788,6741.29198663794,1331.43645773657,8266.95496535019,119.469718264198,816.088711078253,1100.04167533145,1089.22952596721,470.468847107865,1434.8615299912,303.63822031484,624.669422415826,757.780143598554,2062.75501171212,817.99798298834,1494.02708054989,334.085202710602,1281.47495977143,7205.41793572574,2403.46918841107,64783.0283068029,26176.2417478957,1621.82722830368,11980.5755374224 -2628,439.888255164338,1330.7237800542,470.313894719985,1197.69201686395,602.032122583586,4745.86050607958,137.218011129592,429.323124388583,2869.60597763548,11478.8199411547,845.346065896574,3372.78403660788,265.0775239021,2635.24862342371,1135.16880570451,6404.38748155393,1340.21986166031,7853.80354323799,120.57661260619,775.303656246711,1086.69467624484,1034.79391702218,477.682345667076,1363.15252901869,305.128329337349,593.450786134048,760.656075437321,1959.66624805852,835.737898390444,1419.3612071309,337.712005191241,1217.43164463909,7452.86725489822,2463.10235180313,65536.3759305743,26274.4880372827,1678.96477293226,12000.8454239009 -2629,434.987923391914,1275.58912395688,463.012034619006,1148.06914362003,585.119125079043,4549.22962684638,135.285597890701,411.535373712909,2786.96460724398,11003.2285379313,821.199081124037,3233.04257355132,257.536848683551,2526.06478770875,1114.29092370123,6139.04037751772,1319.35451904278,7528.4041148196,118.275446296075,743.181211980763,1084.92527136657,991.92025112564,466.724156295872,1306.67428235162,300.817428953225,568.862884801995,749.690088778005,1878.47319637364,812.150515051879,1360.55411793177,331.235183476809,1166.99091752858,7165.26866609371,2386.65758907799,64182.6874098229,25902.8215939234,1613.03683682236,11854.1989540918 -2630,452.862379121204,1234.36830569336,484.299340532941,1110.96914908862,620.049327684396,4402.22071608869,141.290426523934,398.236557871481,2955.75493869865,10647.6578644631,870.69801416837,3128.56640809987,273.208836755866,2444.43469571407,1169.21141643314,5940.65653826931,1380.10147936731,7285.12281678792,124.192445241163,719.165220388663,1115.39108622395,959.86622711772,492.143065839362,1264.44894339972,314.177476808238,550.480011233313,783.261052450284,1817.77010571038,861.346465195492,1316.58764551549,347.846671095238,1129.27946356337,7686.4024044662,2538.79627514381,67472.6276586877,27038.1582441888,1731.70712182019,12349.5022871808 -2631,476.981761442426,1218.80563748597,510.809860138659,1096.96227271618,653.516921493683,4346.71839958869,149.25931506511,393.21567116399,3115.16747124667,10513.4143281003,917.669670203596,3089.12206985054,287.766567481038,2413.61575298153,1231.4954078842,5865.75793125495,1451.70597782433,7193.27344839051,130.963877249086,710.09812942434,1177.39018631133,947.764426101599,517.894183068623,1248.50702454086,330.451018254448,543.539669578308,824.981041548829,1794.85202453316,906.687914927313,1299.98837234995,365.969305843832,1115.04173441577,8096.32509802785,2673.80734303392,71092.2839872538,28484.5261345957,1824.00623237405,13004.765739728 -2632,494.371946398717,1245.50515837654,528.558147623201,1120.99265640966,666.281026743229,4441.93891313558,154.698767319348,401.829571283782,3173.58891707489,10743.7243273742,935.116366288709,3156.79330199846,293.078728005301,2466.48914167989,1267.10028732576,5994.25497919086,1497.90973164635,7350.85144836027,134.973909684871,725.653751467597,1234.78591999238,968.52643713581,530.406501666887,1275.85719290119,341.463972565279,555.446612175567,852.245079060677,1834.17058989799,923.619213088258,1328.46630651561,376.242360651788,1139.46817220556,8160.88250397448,2716.28807511478,73027.1362979459,29454.0309393037,1837.19181959603,13470.8942940408 -2633,509.599777362196,1281.02738139934,542.618201183556,1152.96374129846,675.97428255026,4568.62449421474,159.038402873991,413.289884837923,3217.34862901759,11050.1389327941,948.24630795801,3246.82610110513,297.035669720603,2536.83423562414,1297.03139831254,6165.21313283178,1537.46654918388,7560.50018630401,138.085486750347,746.349638773721,1286.98557191817,996.149134538567,540.508700236437,1312.24506608394,350.968735630962,571.288135032584,875.741620403699,1886.48174759815,936.282416781697,1366.35460918616,384.826304475744,1171.9661849743,8186.40233092983,2746.0781948073,74627.3931582204,30290.8557768366,1841.58701533669,13877.5725330348 -2634,526.605476802132,1290.68896317643,561.368507998998,1161.65945977749,703.107894482722,4603.08132144623,164.433691913688,416.406940786911,3347.52788968011,11133.4797126225,986.512583792866,3271.31384925737,309.090415328027,2555.96718451993,1344.15864194304,6211.71152289039,1591.55410653781,7617.52191112141,143.071013594521,751.978650435782,1323.94794583103,1003.66214828462,561.180555870425,1322.14209342438,363.108885599092,575.59682282103,906.129635692904,1900.70970083323,974.197025108103,1376.6597337954,398.938011740751,1180.80522097035,8555.00115216977,2860.4749017896,77390.7719301405,31330.8184197339,1925.09573440924,14344.07557549 -2635,516.673104345733,1325.31445152791,548.726169482686,1192.82345609301,680.053198093146,4726.56881008518,160.722726076145,427.577946419601,3235.56305151755,11432.1590870492,953.732090188707,3359.0738307968,298.675335876014,2624.53646379583,1310.57851169224,6378.3539527205,1557.39489135128,7821.87820742969,139.416661440508,772.152083961664,1311.78637744225,1030.58752923677,545.402126441792,1357.61137917871,355.781602724672,591.0384370692,886.548017033003,1951.70029847791,942.073452834523,1413.59157170248,389.08296805832,1212.48284322526,8189.42917132287,2758.34122412576,75359.0693349669,30686.8690015313,1841.58701533669,14074.1713707623 -2636,476.204358166875,1347.15425401672,506.016561152071,1212.47994490218,633.50974897592,4804.45774364583,147.817178932279,434.623985861493,3015.86253294854,11620.5491677534,888.801095529673,3414.42787068172,278.619735068722,2667.78609253707,1213.91689058615,6483.46258589849,1441.69817333928,7950.77461759473,128.925510806179,784.876346483366,1197.23374445342,1047.5705388614,507.268201383189,1379.98340141362,329.053611461523,600.778135232157,818.922161326987,1983.86228764733,879.246031176955,1436.88608923395,361.003631259564,1232.46329826865,7696.41983360807,2578.05656751688,69858.9344260698,28323.5169695408,1731.70712182019,12980.0732899969 -2637,402.886101900052,1308.91290367566,431.633608279303,1178.06156243687,539.560416491483,4668.07473388596,126.870595458008,422.286417197471,2568.8149432683,11290.679377004,757.032278794313,3317.50331135399,236.858890375738,2592.05627741341,1029.05693532818,6299.41806135255,1216.32700663303,7725.07785218888,109.969903414742,762.596246598149,1016.78640692219,1017.83340084314,429.367295850798,1340.81013780185,277.44046465343,583.723987885508,693.455177487047,1927.54685640094,745.995050805503,1396.0975424326,305.053963224815,1197.47765306056,6562.81240571983,2192.57119223062,59324.8782659149,23999.6024255942,1476.78576886188,10978.3571046374 -2638,323.008504102137,1213.39630895968,355.108107454849,1092.09371194524,480.226697340924,4327.42670359429,103.673601791931,391.470493195008,2296.74357887715,10466.7534739948,675.83315882252,3075.41186403946,211.937753909833,2402.90359335366,864.579651500093,5839.72440242152,999.801577281011,7161.34811258222,92.5820906161373,706.946557139294,757.088624593452,943.558038316187,370.364558281555,1242.96587470088,225.875960076518,541.127320513461,567.941386557107,1786.88607495255,665.550222584646,1294.21873692153,256.784444517819,1110.09293300193,6243.54696582611,1991.20934404754,50398.2792127873,19543.6015016887,1410.85783275198,8827.35944393835 -2639,276.323725573953,1118.40039825797,284.179687898656,1006.59449295817,432.868358479315,3988.63562794376,79.2494405972489,360.822554232847,1866.30772082753,9647.31898996802,602.641090523855,2834.64011564198,168.003595250713,2214.78202623372,634.70744132159,5382.53664458941,796.860907703165,6600.6913998632,72.9002732602589,651.600227570792,523.260042444688,869.687568719477,294.844562836484,1145.65498429642,191.594589739785,498.762857857542,452.577625031949,1646.99206937752,543.133024428334,1192.89529737152,216.262029366186,1023.18456814589,5516.32300426949,1690.28423024601,40662.8561174123,15012.2803800669,1266.52227532573,6691.97561676662 -2640,279.671545769434,1065.81131001144,284.014753518128,959.26270847284,409.956153754054,3801.08319918217,79.9820965625431,343.856064257122,1943.29456992976,9193.68564854921,569.810945375672,2701.3505179086,175.157777305412,2110.63920975595,651.058294092866,5129.44062009459,789.6354411552,6290.31566765117,74.3192421742083,620.960877010334,511.969312054647,828.793380582974,305.749827779756,1091.78433907572,190.861138397204,475.310180277295,451.629269074261,1569.54770203579,567.170687403604,1136.80333231137,210.979465993204,975.072690118545,5594.24955848332,1716.83711921668,40783.4303821727,15182.5319807243,1245.75732570343,6769.47524705352 -2641,290.720158205209,1033.78924173127,296.609176765213,930.441869680085,455.648952319593,3686.8804837489,82.4409843055514,333.524983825941,2334.28259399618,8917.4633690342,634.435708425894,2620.1890309544,210.973891932017,2047.22551517912,746.355077274058,4975.32769575908,840.616344582921,6101.3245057811,84.5692562945535,602.304242936219,501.071827217728,803.892464282045,360.375999396361,1058.98191680388,202.106715426457,461.029589609765,476.380422523944,1522.39098375792,683.951155552087,1102.6483242096,228.164343409982,945.776843876525,6852.06084396245,2041.78178837269,45703.8094470439,16422.039785267,1504.4918807123,7223.00303574888 -2642,334.42332325185,1030.05767249473,341.632072945952,927.083343476549,541.779962509453,3673.57230715294,94.1436638291124,332.321090886237,3020.44896692189,8885.27486229357,754.977749471236,2610.73118753028,273.607818525617,2039.83584285102,940.763157227529,4957.36873563282,980.129757276297,6079.30114365963,105.768741554379,600.130163449558,563.697803701956,800.990731251647,461.859938755208,1055.15941199992,235.045963217688,459.365455602294,552.104201965121,1516.89575597681,887.775387174051,1098.66820098985,268.028822703335,942.362964496883,8871.06776646266,2599.71644629223,55936.2744606483,19680.0942327723,1915.49378262348,8568.63632334227 -2643,429.238748248277,1051.69498659989,437.24680872242,946.557586560316,674.166059261547,3750.73909113054,121.394840817758,339.301802762164,3664.54067353984,9071.91827871555,938.740812337656,2665.57201077458,331.217977905813,2082.68448136253,1184.42430710451,5061.50285096656,1244.19483181404,6207.00248689279,134.232839798825,612.736452589745,822.236661458547,817.816282393299,568.984478965444,1077.32401135983,299.122846420673,469.014851861682,703.683421147737,1548.75955429925,1074.16561542078,1121.74674270353,337.755167649585,962.158170152214,10541.851803164,3139.12744858371,70132.7364704281,25244.3581486187,2290.72546879255,11069.3828170443 -2644,508.782336169303,1077.15065107828,501.750305812044,969.468461519277,651.115038517913,3841.52354581211,142.685585357984,347.514405235388,3186.01029224817,9291.49877574253,901.71024771345,2730.0906284478,286.469460820145,2133.09464595152,1194.48973064694,5184.01357886038,1388.91647241265,6357.2393661554,136.93696346676,627.567381470781,1214.07042592126,837.611049084043,530.189735782878,1103.40001145217,339.270553924487,480.367083123117,800.109406385005,1586.24637707037,928.475989299665,1148.89796912927,359.324020917992,985.446648148789,8243.68029279618,2694.38300633926,71013.7236938442,28238.9576091146,1820.65786481946,12799.6678228178 -2645,515.018894390578,1065.17491875022,505.050982748275,958.689936914542,650.37685898882,3798.813589066,143.596900914027,343.650749308448,3599.83833211108,9188.196139149,900.370219081457,2699.73755335573,324.157925957952,2109.3789563358,1359.88340782764,5126.37785358525,1404.52325354537,6286.55974773963,154.956231111634,620.590103992655,1389.69351565632,828.298511688446,603.368925736255,1091.13243943269,343.444015208678,475.026374652175,808.0081394804,1568.61053198302,1052.46656839419,1136.12455202483,362.166432721575,974.49047848951,8980.18515623059,2923.38818877989,76338.2453693965,30398.4549116508,1931.90276236584,13713.4389645358 -2646,493.585149083208,1116.28873609066,480.63324007093,1004.69393255787,614.135604206992,3981.10464801219,136.454677694985,360.141281820861,3152.45454519972,9629.10379748518,849.889717140074,2829.28800534277,284.750605350852,2210.60027574353,1211.28006807988,5372.37382721713,1344.46476201495,6588.22857319671,136.298673008867,650.36993513624,1254.43238118458,868.045503552913,536.946808856743,1143.49186249236,329.122914671619,497.821139078613,772.444236201054,1643.88236837224,928.22559596779,1190.6429806941,345.472699353317,1021.25268387072,7927.53678507431,2618.69348634162,69787.1742726627,28044.2297233644,1731.30473997033,12755.5300686102 -2647,479.902170964135,1224.186039902,467.059974452189,1101.80479910504,595.520865771306,4365.90693421606,132.630403286945,394.951516882192,2834.72123668926,10559.8256656523,824.064216537704,3102.75896103059,255.732665683774,2424.27062987847,1107.48498377092,5891.65224711179,1307.91771060509,7225.02806508287,125.094385005097,713.232848836249,1186.90362617612,951.948320441422,486.274429830778,1254.01854336278,320.256352107034,545.939118728738,750.669810924697,1802.77537660193,833.153236346548,1305.7271549452,335.816545563252,1119.96407236474,7162.70201794591,2399.37034990687,65493.3333739911,26525.5558467068,1593.41007984804,12123.1855455415 -2648,451.875140179398,1323.37634882808,438.739678393335,1191.07910451063,557.578336732614,4719.65680836271,124.450106816042,426.952668417546,2710.78542790714,11415.4410180913,771.465153823992,3354.16161539547,244.759349553898,2620.69841524786,1051.34889195434,6369.02642671185,1230.19208585159,7810.43971201895,118.424289956493,771.022910400715,1108.48138728973,1029.08042692567,463.820189614354,1355.6260463573,301.33506328802,590.174119028098,706.192988442138,1948.8461866757,797.833272891511,1411.52437501688,315.49404969419,1210.70974230627,6851.83837968263,2286.45288409184,61893.0912331055,25023.8142603152,1514.13298992073,11428.8015562987 -2649,437.244200211767,1389.0693185679,424.800147891793,1250.20478228146,542.197460411648,4953.94259726068,120.423513725059,448.146782058407,2572.45580711799,11982.1084079326,750.297897135023,3520.6636370598,232.154772796089,2750.79100897037,997.342675870579,6685.18763111346,1191.93281911035,8198.15329033,112.549852929963,809.296818474194,1053.53691443505,1080.16442083695,440.047136114096,1422.91990491894,291.85953050877,619.470615506118,683.943605509169,2045.58774751909,756.843213466667,1481.59305059591,306.026048967345,1270.80989335964,6548.55663545025,2187.27040552032,59345.7841208334,23984.4444242434,1455.8910274174,10963.7523204355 -2650,419.203127580001,1454.15482596267,407.866229198447,1308.78372540148,516.345716779531,5186.06194741643,115.889889850801,469.144913906625,2444.82325490219,12543.535829131,714.348221319794,3685.626015914,220.517460693849,2879.68063756024,946.796295930454,6998.42529548635,1139.25678142931,8582.28168440563,107.197532603695,847.216808037904,1000.98992400955,1130.77604148122,417.154173890016,1489.59149772991,279.092871485346,648.496207524761,654.85356235538,2141.43473995361,718.067277815754,1551.01380171438,292.065727733037,1330.35429881586,6217.32331021587,2079.68341054833,56526.4521129398,22877.9871149692,1380.91058934828,10459.4765556136 -2651,407.468453123635,1445.47675718767,395.642363825181,1300.97319864198,495.785635602659,5155.11269672623,112.546518982011,466.345162631428,2301.4217922547,12468.6788299564,685.64938094478,3663.63102922209,207.537088529178,2862.49535152563,902.91516663498,6956.66026816835,1102.53566163996,8531.06455857147,102.248658625722,842.160808775501,976.216605734588,1124.02782452255,395.046750563594,1480.70195087207,270.317430529211,644.626128088411,635.129452678039,2128.65513930951,675.517671430998,1541.75770036812,281.922322062753,1322.41504372822,5809.6231294034,1962.59065563612,54140.4010989488,22059.3390979159,1296.0781822908,10109.2021445779 -2652,407.251405775792,1384.26745519257,397.272357736915,1245.88295868673,505.76239186904,4936.81735001543,112.800386966767,446.597586787319,2305.11853568839,11940.6875466738,699.846550439363,3508.49308117056,207.780084741567,2741.2818200317,893.90802222199,6662.07765581276,1108.89078629051,8169.81315531732,101.193190550685,806.499166333688,950.341357273701,1076.43040850048,393.136797660868,1418.00102370393,271.506489914048,617.329172151975,637.049667332329,2038.51637047941,676.20119397494,1476.47134262086,284.768626034636,1266.41684010999,5920.08612820131,1984.38024290855,54212.0989791697,21938.7309090934,1327.62427035,10043.0007015442 -2653,402.823471308975,1348.34025540247,391.32856345709,1213.54738234712,491.782492520948,4808.68746977017,111.2803523963,435.006618101248,2240.29329648794,11630.7796126895,680.183449645321,3417.43384878266,201.953894631595,2670.13474562798,866.377745697792,6489.17046648335,1092.41366326037,7957.77428350983,98.0567454576091,785.567332264536,916.475167542068,1048.49279413176,381.54319345932,1381.1983047712,267.788636672112,601.307045487822,628.266849073841,1985.60883108529,657.227175623465,1438.15108831472,279.489954829952,1233.54832856512,5748.43378687946,1932.5763664697,52857.8200911212,21454.6123151656,1285.17840781039,9834.77490926602 -2654,419.255507545594,1317.27277682005,409.069982089005,1185.58570341722,520.868098267785,4697.88917951808,116.143405242438,424.983510998331,2261.68743363461,11362.7916214785,720.79136937395,3338.69181576947,203.888423942734,2608.61143673795,873.297417985056,6339.65170541587,1141.83364496542,7774.41701806727,99.1009788581327,767.466859351713,921.270132400415,1024.33418335455,384.869159285265,1349.37373483818,279.55027091759,587.452164509297,655.953962641171,1939.85787201865,663.503722939283,1405.01425363558,293.301699697834,1205.12580233368,5911.2155996021,1985.27385732828,54363.5145761249,21996.5097437816,1338.74811076388,10094.1046414519 -2655,441.584834735928,1297.80497710273,431.476471937221,1168.06408949792,548.996583362979,4628.4596982061,122.702684097962,418.70273603595,2289.86762000079,11194.8624306464,759.69644859329,3289.34973208643,206.118687878226,2570.05911417852,887.009551738277,6245.9588334076,1201.02748829111,7659.51993973245,100.93462879489,756.124568392353,947.844063096624,1009.19568427064,389.663708745416,1329.43151931844,294.02294223707,578.77028685767,690.892423291338,1911.18896972517,670.338596133104,1384.24973426565,308.571308038077,1187.31540788324,6027.81645010157,2034.89507657014,56237.0750042517,22803.2366842035,1378.33394078256,10483.4212124819 -2656,457.807351110175,1335.0628144417,446.750408649646,1201.5972802437,559.9926631568,4761.33513142469,127.260672250652,430.723000026181,2427.98296486978,11516.248440742,774.531776105294,3383.78152995384,218.715730577183,2643.84126644101,938.758681267898,6425.26999521293,1240.14001585171,7879.41210615507,106.807817524251,777.831655877913,996.294770899104,1038.16802550152,412.506747519372,1367.59730244761,303.954978753571,595.385825852222,714.177935715503,1966.05604838057,710.818455147951,1423.98925780402,317.43916504677,1221.40127218291,6312.30863128393,2130.33844641046,58668.8551678327,23839.8367614419,1426.49986836406,10950.0280976284 -2657,472.029183856121,1382.32935529864,458.88430981535,1244.13860962975,568.411704203554,4929.90535829988,130.906992254179,445.972309690517,2597.45724479456,11923.9695019196,785.797295335785,3503.58087288094,233.683370464957,2737.4437770403,1005.35908872958,6652.75014330814,1273.76206696649,8158.37467646678,114.64580951402,805.369994407512,1075.71512726453,1074.9233083713,441.318673208671,1416.0156937568,312.546385102815,616.464855362197,734.312732254862,2035.66226280927,759.519412182587,1474.40414892807,324.884843111598,1264.64374175802,6614.358496166,2233.6581304316,61459.7980283202,25044.0229473063,1474.995291769,11483.0755136918 -2658,487.730305592026,1404.83447515894,474.629469652731,1264.3939043793,591.110941882392,5010.16706334373,135.313858432618,453.232996331863,2660.60366674643,12118.0986085776,817.340320237719,3560.62119194975,239.562298986894,2782.01094193264,1048.68897113273,6761.06075597207,1318.2023899788,8291.19772565928,119.233679247418,818.481882820031,1150.64195449481,1092.42368033605,457.073705583946,1439.06924665279,323.302098875353,626.501259064691,759.604673511289,2068.80401954329,779.292383752102,1498.40829957925,336.711895930105,1285.23287189531,6727.07528906166,2287.22225955447,63744.7479873839,26065.0914852148,1511.16752750982,11966.4012954396 -2659,478.639929322018,1432.31502347386,464.166251511523,1289.12723659231,571.976965040164,5108.17301385578,132.324986000378,462.098874464734,2694.92707457168,12355.1457484268,790.537602880653,3630.27197602909,242.627028383483,2836.431008819,1066.97888340488,6893.31666230836,1290.74431405701,8453.3852742406,121.328387534306,834.492545516203,1179.51355587229,1113.79303185659,464.069806864973,1467.21947549501,316.902985298903,638.756509361804,743.592451553339,2109.27275078419,789.313656071839,1527.7192841829,328.588866837689,1310.37384377247,6683.21665441057,2276.43865154313,63507.9925313675,26055.2022721385,1484.3530170222,11948.8577865788 -2660,441.070967583057,1439.60459967355,427.850219230952,1295.68807765606,532.633459028598,5134.17037883167,121.638131008958,464.450665028957,2468.69926018682,12418.0256141794,736.434384272013,3648.74776086774,222.174137363204,2850.8666459764,993.183180209761,6928.39927769322,1194.3242268816,8496.40765066758,112.855849978149,838.73958398115,1126.96856592628,1119.46153287999,429.147165692553,1474.68669324599,293.016126069136,642.007375387595,686.577036326146,2120.00761301127,723.409909255755,1535.49440763778,304.750500305754,1317.04281660856,6083.8047879987,2084.66924896732,58868.588292228,24211.3179167318,1363.07819642221,11112.5088606267 -2661,373.135024163498,1406.02047935059,364.959544088991,1265.46134434964,453.621022359704,5014.39679947499,104.416714033564,453.615629476871,2066.30055956147,12128.3290777174,627.221575054313,3563.6271771624,186.124466912182,2784.35960058012,827.916713850371,6766.76865006095,1007.31127835018,8298.19740813459,93.9110192847194,819.172870235975,929.965757344973,1093.34593778834,358.216803749312,1440.28415288465,247.008869079628,627.030170571681,581.28669671903,2070.55056711332,605.599626541034,1499.67330165283,257.446181200022,1286.3179047588,5142.38162393563,1757.61606727287,49497.5037017364,20307.7907409549,1155.5343494275,9320.34035486508 -2662,298.633187758165,1303.70606353302,299.153743919212,1173.37524739133,402.562410310868,4649.50518747461,84.9945084173391,420.606566794454,1787.89172050944,11245.7651871807,558.259275793649,3304.30632218353,160.461363536315,2581.74510801527,665.713002580056,6274.35905036336,824.099365703945,7694.34758331246,76.8873014508097,759.562647694615,675.115933301807,1013.78447154071,295.543491138216,1335.47641083686,200.517123003369,581.401940724229,474.138853896682,1919.87909766731,519.278097333255,1390.54388282197,215.800731593712,1192.71410103479,4805.22140769463,1561.08551808606,41143.7210366483,16186.6652688587,1090.62994628019,7335.63284115649 -2663,218.229176532252,1205.64390096625,209.723846036743,1085.11630814111,286.419551022399,4299.77870671132,56.6709884344329,388.969382092042,1453.70645248733,10399.881222367,422.35297511928,3055.76300954582,130.165240013518,2387.55140471833,492.753252613298,5802.41431189094,582.447251097852,7115.59414749944,52.9419997952861,702.42986453027,424.940018713925,937.529631253717,223.5976481304,1235.02454628951,142.952897485153,537.670049600375,314.619028765366,1775.46963187577,377.233395009119,1285.94995317192,144.207188222055,1103.00053189299,3900.51109763601,1232.01552437316,30123.0374927338,11412.8177695257,900.141579520009,5053.9150717784 -2664,221.818394236289,1168.7042620638,212.896625840468,1051.86950569988,300.533791273773,4168.03808855775,56.9839545002486,377.051776481401,1527.93486805975,10081.2399911753,443.67406892827,2962.13770106657,137.009201718289,2314.3993847225,508.534127804384,5624.6345468443,600.238230893347,6897.57995759279,54.2622841665387,680.908165188323,415.932501350881,908.804726652028,233.696036954666,1197.18471585613,146.972850170332,521.196414669709,321.841243868115,1721.07114237883,397.602160953584,1246.54982276963,149.612692940638,1069.20577597486,4172.49456968659,1303.01296546782,31189.4576718297,11656.6900222103,964.002975364334,5145.75482417489 -2665,226.102183222693,1144.3188917242,217.11466910778,1029.92192813211,318.315003335327,4081.07070452548,57.5064459065134,369.18447633956,1621.66821920223,9870.8918486665,470.577640596153,2900.33179585847,145.74206096034,2266.10873674407,528.290214228049,5507.27483412492,621.633287996534,6753.6598512214,55.9886635146938,666.700808961132,402.044334637254,889.842239267361,246.317323192382,1172.20509217485,151.75656385472,510.321492754946,330.706840059966,1685.16046886627,423.388653288164,1220.54018109918,156.259326298154,1046.89647184829,4521.95935036133,1393.47681947733,32508.1526831338,11943.1058138133,1046.11048430704,5250.19082515062 -2666,261.578191898304,1162.34034664568,249.681727298623,1046.14178759149,375.800901468842,4145.34197738909,65.4393267054958,374.998626089408,1916.90724462358,10026.3448729695,556.026965877025,2946.00804842619,172.698450778375,2301.79684496439,617.854596600498,5594.00686824685,726.75697028098,6860.02074191719,64.9024566302504,677.200433376757,447.216153193695,903.856035524823,290.657571686569,1190.66571655162,177.135154262714,518.358357167181,384.375913169332,1711.69943771907,502.256370149502,1239.7620169114,183.5064190282,1063.38365711747,5411.73869691115,1655.9090181209,38045.0501498336,13841.2862109855,1252.89976608866,6074.29055111385 -2667,355.851220483721,1221.40905755729,339.289279953847,1099.30543023895,482.522341627549,4356.00317279437,90.1953745279038,394.055596365499,2454.00210931718,10535.871423012,712.503064263289,3095.72056443577,220.511913330064,2418.7713376806,816.981547147706,5878.28743674955,968.70324581256,7208.63858282872,86.6591828871549,711.614928876107,658.273827053332,949.788890752816,376.991116679369,1251.17388802336,237.211529624629,544.700693158948,516.623963438134,1798.68590389998,641.235861748382,1302.76520215526,241.404837072386,1117.42351042865,6724.67484249349,2098.67089300079,50056.1205298327,18691.0644778484,1553.96063221191,8261.32583258008 -2668,500.466455827486,1361.06808904462,473.75927968968,1225.0028210893,631.099869271469,4854.07970211442,127.606224654533,439.112919790487,3197.3687341635,11740.5698733048,929.490871179756,3449.69316117512,286.608257576754,2695.33983070076,1110.61000911398,6550.42583718227,1328.84577097707,8032.89273142124,118.630641647209,792.982797522441,1002.66707431415,1058.39017856809,499.934703863196,1394.23630625451,327.22674458005,606.983161744202,716.336631285592,2004.35224453689,833.046413257789,1451.726703024,325.883964043703,1245.19256884692,8417.83068829499,2699.64953670521,67540.6043743307,26021.8177665832,1940.17002612759,11600.2115843122 -2669,552.353552951981,1582.96627148125,515.746455587035,1424.71795780246,666.559928425106,5645.45191337373,139.024364736965,510.702548237617,3369.80757034896,13654.6630304556,980.302356322278,4012.10487928847,302.286224132958,3134.76752303713,1202.84398552521,7618.35741177158,1454.83978301337,9342.51442570545,127.932770410407,922.264677606234,1142.34267321874,1230.94205809816,535.721911370971,1621.54198238876,359.484087009383,705.941076814579,784.493170061154,2331.1265797854,880.599192062295,1688.4051759003,353.226937192135,1448.19928837458,8668.93785379916,2830.44629507831,72738.1198372785,28537.9865032465,1994.90836542272,12804.469169424 -2670,506.761479466562,1779.75591398627,466.702954652074,1601.83464224329,610.889179643001,6347.27764638351,124.550591610848,574.191564841894,3089.49016196746,15352.1699860368,898.649017225079,4510.87778374777,277.961084396702,3524.4724657821,1104.58126237671,8565.44886820236,1345.52241563324,10503.9479363589,116.093657999647,1036.91786982574,1033.91286746255,1383.96910101225,494.727394973485,1823.12724214453,332.550754764773,793.701564601822,720.012506516869,2620.92527893307,812.427482697094,1898.3026683201,326.458708879719,1628.23510175207,7979.75254112045,2605.02496102775,66690.2199286091,26160.8018769978,1836.77538523678,11763.2187696626 -2671,474.874688494988,1895.08743016043,438.279960902621,1705.63652681545,567.517521760859,6758.59312441227,117.351049503438,611.400253531854,2868.47955211852,16347.0193511317,834.520785753196,4803.19111165279,257.848656283437,3752.8648818423,1030.79775519534,9120.50599537293,1255.60135853501,11184.6234333721,108.702245351156,1104.11208962593,979.733531543069,1473.65289051597,459.851411364969,1941.2693016048,310.518722447986,845.134912352473,673.565648510251,2790.76614521316,753.225169990689,2021.31623617753,304.086343627095,1733.74778554052,7361.97311126902,2412.84409939506,62201.4717696991,24492.9082092229,1693.84749929948,11019.737384397 -2672,438.509873344099,1945.99875631131,402.647904513382,1751.45827420797,516.881439296773,6940.16202376849,107.898614175778,627.825457573049,2610.80385492439,16786.1803209818,759.720680405923,4932.22833988751,234.795250016435,3853.68520546371,946.462321298621,9365.52743765654,1157.16162022898,11485.0971753371,99.590795972102,1133.77394575323,912.407190683276,1513.24242171553,420.975174209771,1993.4212989152,286.473311308836,867.839373624018,620.545305145197,2865.73978662333,686.529906846598,2075.61868603621,279.381366227117,1780.32473896665,6651.63579614867,2192.99902199664,57005.4887075766,22572.3593978614,1529.63248141407,10176.7056799177 -2673,411.371417410028,1991.03792775398,377.698385821678,1791.99490313997,479.167613760413,7100.78861523707,101.469094243159,642.356164917026,2418.5710667656,17174.6880992588,703.947582152944,5046.38230687958,217.386590575458,3942.87682909246,883.190750919539,9582.28790296905,1082.49223618023,11750.9140259584,93.1107185400436,1160.01457872095,865.907935979421,1548.26566345447,391.475645738377,2039.5580414738,268.235315664129,887.925083446072,580.888162745797,2932.06590586734,635.9104485832,2123.65784615736,260.638627198647,1821.52946784013,6112.84886725996,2026.83521394145,53147.0784477755,21153.6171735535,1404.95070857515,9550.65279107139 -2674,386.047263582581,2027.74615216251,355.064517168474,1825.03342547371,444.751662041335,7231.70392244056,95.6463385661242,654.199110710922,2243.31566303831,17491.3331496147,653.08441667447,5139.42108408719,201.508819871003,4015.57057612762,824.748229885413,9758.95393719483,1010.65696277148,11967.5624298173,87.2381979189405,1181.40145180825,821.538085284508,1576.81061612759,363.76373619905,2077.16081801414,250.618726451224,904.295516558754,544.042052578502,2986.12360700547,589.020034878135,2162.81114790869,242.811770136325,1855.11251090534,5626.3232254426,1874.95149657838,49573.1959937842,19820.1193031701,1292.43301113515,8955.47905266014 -2675,373.15381276102,2017.12998349359,342.477992925349,1815.47854965723,424.580150838204,7193.84268003481,92.3676304093917,650.774082338923,2140.06573598425,17399.758105686,623.168905323919,5112.51388910565,192.211466446887,3994.54724710161,793.012469913179,9707.86139737221,972.683356738655,11904.9068251326,83.896318327806,1175.21628061967,801.667854389323,1568.55529903974,348.174139353946,2066.28594120917,241.405959743856,899.561120332628,524.75405700075,2970.48989869123,561.687373680399,2151.48785286964,233.100189436255,1845.40015746574,5324.8156356294,1784.57120192905,47586.8736341019,19119.9604864094,1222.48957759136,8649.94588320447 -2676,357.596639866769,1991.41397560511,327.4262676751,1792.33335768329,401.579723462182,7102.12974302921,88.5637869566782,642.477486892922,2022.42689808512,17177.931887066,589.075827363916,5047.33541841806,181.504023605555,3943.62152126442,755.553832570541,9584.09771217692,929.025180138057,11753.1334241461,79.9471990565957,1160.23367097607,777.957582886322,1548.55808479291,330.371907894227,2039.94325333143,230.801220645927,888.092786087466,501.703608296668,2932.6196859174,530.590806603308,2124.05894196696,221.971878554979,1821.87350058436,4983.79409454584,1681.62160086432,45293.9493878698,18301.7930797964,1143.42308749839,8292.37413164323 -2677,346.439617251126,1955.86282647206,317.452902090944,1760.3362384124,391.286663404359,6975.34100058302,85.8088921510687,631.007841088001,1971.2510549991,16871.2677650925,574.106744717745,4957.22930468036,176.928914024641,3873.21914458923,733.756100679755,9413.0003455594,901.355944679109,11543.3139670864,77.6205569077174,1139.52093079681,750.371703816899,1520.91289394457,321.406616552048,2003.52574913062,223.834553733571,872.238363316032,486.524065441673,2880.2659307054,517.154142275625,2086.13978646324,215.62850807282,1789.34902435076,4876.41389502956,1640.76468465697,44014.8415015552,17743.292370038,1119.09493670055,8034.02425633225 -2678,344.818651219699,1916.20406025133,316.370649214395,1724.64213839466,385.075184069231,6833.90295374874,85.6347283489805,618.212980367479,1938.68190660112,16529.1713485713,564.742793872258,4856.71223598005,173.979157556576,3794.68240341398,726.859465892357,9222.13420960775,894.655651412927,11309.2517497176,77.1124624902698,1116.41501887577,753.206702640554,1490.07354872738,317.305208462574,1962.90052826822,222.35221493777,854.552103895733,483.323803162574,2821.86316766223,508.675871795687,2043.83941193015,213.501426493841,1753.06663599328,4759.78379996341,1610.47351847801,43550.0333367057,17637.4233058716,1091.72576705298,7996.08121115734 -2679,350.609742298466,1857.62710443781,322.198357040384,1671.92109034426,388.488087844547,6624.99554161064,87.456343060592,599.314661975658,1954.57828280698,16023.8866767539,569.495917346562,4708.24609714478,175.143259178014,3678.68173935007,736.197645277647,8940.22031572335,906.303247154714,10963.5362000176,78.3250390651433,1082.28702875886,774.739383611206,1444.52309080211,320.158766186246,1902.89609560064,225.382490610639,828.429071454353,490.675709617022,2735.60087571079,511.84099984858,1981.36073682137,215.889924079063,1699.47667185278,4762.32558068383,1618.78239780359,44109.2682815203,17929.3992010853,1091.72576705298,8132.29512903842 -2680,365.820528669246,1839.5477972958,335.571218856367,1655.64916212071,400.487599790028,6560.51794601297,91.3322315348855,593.48184772425,2013.70231399592,15867.9346193438,586.841561729885,4662.42321531501,180.533239893934,3642.87906566787,764.532102738135,8853.20985564822,941.73754644152,10856.83387109,81.3590175493645,1071.75369859696,813.091603165955,1430.46430765347,331.026429344207,1884.37620918775,234.369341304907,820.366407213284,511.001586990131,2708.97671183432,527.387749544858,1962.07719534282,223.825626284703,1682.93655965389,4871.05266668696,1664.87184137448,45711.3176406618,18662.2741569237,1116.05391785082,8474.53170687632 -2681,393.577480220404,1835.295544045,361.979257821345,1651.82200441262,431.536158653408,6545.35281477588,98.6623139128578,592.109969744244,2169.63554949677,15831.2546936209,632.301712591459,4651.64567297385,194.276125265329,3634.45827639996,822.614714554567,8832.74499442305,1013.3434131073,10831.7374820809,87.7339242320812,1069.27625921994,878.240353493399,1427.15768169283,356.222240640546,1880.02033168729,252.187078206938,818.470068489685,549.79376939644,2702.71470817984,567.558297243815,1957.54170616201,240.852344870948,1679.04632507167,5243.00575964334,1792.10250870733,49242.6383325381,20103.4298313646,1201.20244564326,9126.22450642697 -2682,412.881416855531,1823.92727686789,376.32499759177,1641.5902169841,437.439221221796,6504.80930677892,102.738143789577,588.442296515199,2195.10942406208,15733.192049874,640.126596829095,4622.83224780362,196.69879288453,3611.94555747345,851.36312108358,8778.03282268065,1056.06761344828,10764.6430644607,90.5616839190545,1062.65290188636,938.830848833514,1418.31751974617,365.322682377827,1868.37502829278,263.447248534414,813.400265729446,573.665830649126,2685.97343563343,575.46958353378,1945.41621651094,249.195135599004,1668.64590357657,5185.40932127026,1804.16541404905,50728.1570947177,20988.3493161799,1185.99735139461,9568.92767954467 -2683,418.865844009494,1809.14563608486,380.957890985548,1628.28628913119,437.36970218338,6452.09242724408,104.011489494586,583.673387820787,2192.76464026714,15605.6856540866,639.6335149867,4585.36746148571,196.444026774425,3582.67329292893,858.633715026426,8706.89307406668,1067.73155847782,10677.4032446749,91.3684826479052,1054.04085157495,961.739152474986,1406.82305921637,366.813636851983,1853.23316991581,266.62668373424,806.808231774296,580.628507056582,2664.20552033229,574.940528349364,1929.64999378339,251.168599433136,1655.12270851635,5123.17967449316,1797.18196461911,51078.1193321954,21256.0698028927,1170.79225714596,9706.67214672795 -2684,391.303127651246,1778.56990979462,353.655732842383,1600.76720227295,394.951129896562,6343.04791025225,96.7303184275727,573.808931696885,1975.78904691755,15341.939516897,576.753385464058,4507.87179853512,176.909260314716,3522.12380713462,791.346943501689,8559.74097411347,991.014379744492,10496.9482538836,84.1788489643462,1036.2268824098,918.242403558813,1383.04684355997,334.899164680392,1821.91233591266,248.058795752096,793.172653094832,539.544213816858,2619.17873136304,518.58652412211,1897.03766624652,231.420191360212,1627.15006888857,4493.73015493014,1608.79961450062,46907.4089420616,19786.8334547701,1024.82335235893,9071.54240294818 -2685,319.883866895784,1658.52331138182,287.878456589352,1492.72159977772,317.471937062083,5914.91667908624,78.8254851083983,535.07904539343,1586.61830717399,14306.4178644076,463.301055121552,4203.60786574565,142.144611318723,3284.39405588517,642.872051175758,7981.99152407604,806.175915209142,9788.44479576576,68.2921062815074,966.285570723287,756.267722780645,1289.69652423847,270.482857577709,1698.94029116583,201.999315660584,739.636562984613,439.990590542028,2442.39428471085,416.577590848271,1768.99495190636,187.65914610199,1517.32372481207,3563.82100333488,1288.23943485128,38001.501251146,16127.8705215731,811.952032877846,7406.23402345669 -2686,250.429261342079,1511.19865584366,235.615626537039,1360.1249133203,286.27167513331,5389.50165699815,64.4158253347127,487.548609428321,1442.10437840842,13035.595760555,420.007208068632,3830.20637262916,128.766220986521,2992.64523353565,531.82769631696,7272.96069905059,645.173718796456,8918.94887255864,57.480599417311,880.45157135689,550.080370442588,1175.13431406134,231.585389896982,1548.02544332606,160.054508104816,673.935525732174,352.070443236537,2225.4393017968,374.306160834321,1611.85723177313,154.810815202252,1382.54166081348,3564.64308626666,1194.35683435058,32035.4486088705,12866.8096693854,818.034070577306,5799.35218143 -2687,220.448644644974,1407.2354068466,183.734222814343,1266.55481617667,228.764198518854,5018.72968696636,44.9789363344853,454.007593967406,1149.11942322434,12138.809039207,327.00389677098,3566.70646989436,109.724666441423,2786.76553640197,414.473733253364,6772.61574362241,498.665940480669,8305.36779316561,47.4612997430907,819.880708890283,351.145899244995,1094.29068650429,185.042461276971,1441.5286872603,141.345686229572,627.571980741762,263.764499817639,2072.33970806312,327.779501165504,1500.96915356677,120.564579410554,1287.42939852013,3165.96259883637,1009.48570901127,25074.5049490779,9595.0627358516,747.232147559997,4295.71850319575 -2688,224.048701854724,1341.74492549044,186.310076195064,1207.61138413124,239.818393177216,4785.16604765143,45.1631084828611,432.878807892511,1206.74022188513,11573.8883136479,343.174656917985,3400.71766487064,115.421665612315,2657.0739329092,427.290362584853,6457.42905706505,513.360138247685,7918.84928178644,48.6079989531173,781.724774198319,343.607469892666,1043.36415107599,193.236494579759,1374.44225157364,145.285118386123,598.36578616731,269.517514169367,1975.89633806672,345.312847578094,1431.11645380553,124.950846703505,1227.51449685482,3386.56330134678,1066.83033673954,25937.0441008776,9788.98840018941,800.245239109861,4370.67923368817 -2689,228.342347698466,1315.39252634074,189.745862700216,1183.893420599,253.725971323658,4691.18350052966,45.4973085163746,424.376897497836,1279.41562240253,11346.5725856277,363.551487180243,3333.92622963019,122.688295384034,2604.88795365185,443.307322679097,6330.60260536042,530.952576899016,7763.31996088837,50.1086460334804,766.37139153704,332.003166098799,1022.87206793463,203.461554899527,1347.44766405288,149.967411608481,586.613646297028,276.553646033282,1937.08895524011,367.496110349295,1403.00876261631,130.32839744791,1203.40562834441,3670.00292871779,1139.84754249955,27001.4692626611,10015.1340218697,868.404928245401,4455.34682487321 -2690,264.147530497174,1327.31040644827,218.005373781361,1194.61987643957,299.346925789605,4733.68713454171,51.7054166038377,428.221888923215,1511.3817236904,11449.3761891141,429.258687518166,3364.1326754602,145.322569814065,2628.48907780569,518.079812597781,6387.95990468235,620.299544097495,7833.65814107229,58.0504375730673,773.31496326889,369.20311060829,1032.13961843905,239.957392155349,1359.65597403625,175.017615813232,591.928554939137,321.175767412688,1954.63960530379,435.823265285229,1415.72047405442,152.946235457442,1214.30887107397,4392.00576098774,1353.85858825511,31579.7251770683,11597.6786377253,1040.06636754972,5152.23948038604 -2691,359.425277798422,1375.53153419705,296.847240997787,1238.02036316306,384.97103626262,4905.66177659117,71.4544328219844,443.779171010562,1937.79931575338,11865.3315143921,551.00243238392,3486.3514652166,185.756857589695,2723.98196853521,686.391494005645,6620.03420254157,828.520520873592,8118.25459125131,77.6162095201102,801.409461325008,543.776475405507,1069.63720465062,311.731053638955,1409.05221480997,234.4893229234,613.433292886792,432.587575087639,2025.65157481165,556.913915502429,1467.15353560828,201.61873865987,1258.42465809263,5457.97464328393,1718.23579687306,41625.0720847032,15696.2126400259,1289.98522771337,7017.37246792498 -2692,505.621316349794,1490.31344024668,415.427596472383,1341.32758184858,504.546417048299,5315.01713861176,101.37373054872,480.81054240944,2529.7790982917,12855.4399439511,720.398456164187,3777.27177957355,241.78329893451,2951.28598492465,935.333899888348,7172.44621563661,1139.37773410144,8795.68634226092,106.418147871818,868.283468361708,828.756962541308,1158.8936077785,414.239349925937,1526.63127055569,323.657992520861,664.621536006898,601.312788888516,2194.68306770654,724.352525559877,1589.58088467148,272.87074588766,1363.43452321365,6832.94093391397,2214.4052630471,56291.1444636561,21909.5349033075,1610.58820994351,9870.01195916922 -2693,558.119452855069,1675.50339827477,452.720400228664,1508.004196228,533.504858780811,5975.47404266758,110.574234077356,540.557225062674,2669.15479852543,14452.8880507459,760.718503832475,4246.64472047928,255.233749660985,3318.01993022586,1014.40017363625,8063.71175600014,1249.31784820442,9888.65963268627,114.849458374903,976.178475358206,944.453402017332,1302.90053463545,444.48344301664,1716.3341701496,355.688635701732,747.209017964592,659.432572965307,2467.39970181692,766.306995888973,1787.10605579644,296.242844728236,1532.85819967609,7037.2353091005,2324.54843368664,60705.7995931931,24065.2768858721,1656.02800270053,10905.9825916229 -2694,512.048037509007,1836.97330333474,409.542179472771,1653.33203898003,488.851622815886,6551.33633417433,99.0083483124687,592.651254773522,2446.6606620654,15845.7270409857,697.208287619364,4655.8980353608,234.684472130492,3637.78076369974,931.468691912438,8840.81956313023,1155.56524423902,10841.6394557677,104.197500488893,1070.25375201833,854.771198240274,1428.46233644784,410.509174490469,1881.73897672331,329.047611869209,819.218283547061,605.190366674623,2705.18542997934,707.023246822803,1959.33121837068,273.823695354945,1680.58124710587,6477.70515900329,2139.47956269181,55659.7421321515,22062.3964000732,1524.75749029134,10020.4033802053 -2695,479.842911920049,1934.60156302394,384.726346881922,1741.20045239736,454.284863008301,6899.51535440449,93.3253378229875,624.148452093224,2272.31535943833,16687.8681606815,647.671847428447,4903.34160008625,217.747196871354,3831.11520380626,869.512831325244,9310.67605293755,1078.6372974716,11417.8320386011,97.5866448316342,1127.13373554651,810.032824378455,1504.37976632328,381.664651165755,1981.74636450262,307.267130607898,862.756670949362,566.321259646945,2848.95591656508,655.600118720735,2063.46234355197,255.133737031933,1769.89785400669,5976.31901355093,1982.14796752511,51927.7312710281,20661.7516238577,1406.10914253689,9388.63369228722 -2696,443.11569245398,1965.09050537158,353.555670803526,1768.64143105854,413.898666747761,7008.25036728139,85.8384287638389,633.98490965428,2068.90373959903,16950.865699803,589.846124367953,4980.61730492034,198.334927695918,3891.4928302946,798.707591252305,9457.41048695291,994.536107445883,11597.7748389241,89.4267238464549,1144.8971428227,754.422997914632,1528.08849727907,349.546064035098,2012.97829970302,283.503796081291,876.353547382926,521.958522501312,2893.85490473469,597.703222235745,2095.98210660372,234.523302004839,1797.79109810583,5399.79556991635,1802.27142127481,47610.3116535594,19050.6152366465,1269.7897642658,8673.14545015493 -2697,415.707894966725,2002.60868331473,331.769334111044,1802.40893629389,383.845616461719,7142.05427281708,80.7600134256368,646.089165712035,1917.28144885935,17274.4974072879,546.770555004587,5075.70894869041,183.678805275606,3965.7905382487,745.606212244347,9637.97459255568,930.744699574579,11819.2035105105,83.6304077402877,1166.75590943605,716.02873146714,1557.26328388411,325.174804899923,2051.41076774331,265.479867344787,893.085188109879,488.789893692585,2949.10536926074,553.76194859655,2135.99931162622,218.887371362224,1832.11513872329,4962.52447359021,1666.3369742068,44405.0197144418,17860.5806128431,1166.28801409702,8141.70434858963 -2698,390.130403058034,2043.56916097408,312.002661350808,1839.27461633572,356.406390134453,7288.13471125767,76.1604227326444,659.303989485938,1778.98202079917,17627.8223833668,507.465375547137,5179.52526823919,170.306277335178,4046.90507455177,696.523104017052,9835.10548800664,869.264648515479,12060.9483033784,78.3771180015146,1190.62022190036,679.385302853994,1589.11486251787,302.248017004682,2093.3694217841,248.062797521007,911.35195994616,457.949130127569,3009.42507405334,513.025505792884,2179.68810255836,203.988694288317,1869.58841637072,4567.65786662858,1541.96553176785,41432.9271368457,16740.4555464749,1072.88399565202,7635.87736316755 -2699,377.114589875888,2027.5147376686,301.04046257258,1824.82514536622,340.368847279747,7230.87861149049,73.5776437474919,654.124450894178,1697.71974001618,17489.336968779,484.416647441369,5138.83455281555,162.493613431344,4015.11230316694,669.985169746802,9757.84020637398,836.919736656682,11966.1966437695,75.3928938932248,1181.2666255536,662.997639179732,1576.63066419902,289.397032637247,2076.92376412109,238.964544113039,904.192314740769,441.88193597569,2985.78281864666,489.327177016773,2162.56431925773,195.910490064381,1854.90079805243,4322.98342521731,1468.17642882514,39787.7172867755,16155.4047266027,1014.82203824027,7377.15657695626 -2700,361.406988395197,2000.23667773733,287.912647012986,1800.27405887861,322.074449664269,7133.59481056148,70.5789253701644,645.323900327271,1605.09595328949,17254.036493212,458.137483921825,5069.69698537682,153.489550091097,3961.09322651031,638.616126771472,9626.55881788194,799.712938351793,11805.20416212,71.8632225051629,1165.37393623894,643.437921798307,1555.41877116146,274.716455703802,2048.98095815386,228.490296352501,892.027366347224,422.648976949568,2945.61227825273,462.35991069327,2133.46931047186,186.64906270507,1829.94507556332,4046.23460062046,1384.08223904641,37886.7028601997,15470.8330201864,949.186782035671,7074.11708761027 -2701,350.125146798033,1966.39221681019,279.100281045835,1769.81301108262,313.763339113141,7012.89275888769,68.3712160978562,634.40487270766,1564.20889501617,16962.0942593607,446.409217072867,4983.91655576882,149.60096268933,3894.07062542242,620.079019408106,9463.67524645222,775.751217371761,11605.4574144233,69.7638680727142,1145.65554336597,620.603422683007,1529.10073069564,267.214398564655,2014.31173288141,221.584050215608,876.934059798908,409.789576578155,2895.77184648413,450.601032603051,2097.37052300278,181.278260912984,1798.98198739579,3959.00935678639,1350.20812098288,36810.1493676883,14995.9307737906,928.991318588104,6852.91660157853 -2702,348.498515351657,1920.02241062456,278.244293913976,1728.07877026985,308.890290297642,6847.5206244527,68.259816086685,619.444870964776,1538.88827436312,16562.1084291763,439.29482593131,4866.39003040896,147.14487075409,3802.24392949147,614.470787433049,9240.51082216782,770.26626737731,11331.7872857471,69.3250646033605,1118.63965861662,622.984383682506,1493.04276427647,263.896498353346,1966.81192900064,220.13490401034,856.25493889778,407.233848780338,2827.48619211092,443.311498275771,2047.91209664221,179.562141932588,1756.55990833452,3864.41363201482,1325.76107089136,36434.4986512646,14912.0019724178,906.27142220959,6822.15191068258 -2703,354.361000305528,1868.04078472308,283.451244571424,1681.29372043534,311.736563497866,6662.13463443334,69.7371597016447,602.674362781692,1552.03412013017,16113.7150564004,443.160198580965,4734.64007548571,148.161331094089,3699.30407814634,622.54814574231,8990.33833770173,780.504565389112,11024.9967377705,70.4304846371719,1088.35422656593,640.830066863991,1452.62094940698,266.338735525906,1913.56354953062,223.148595469341,833.073165776911,413.544364075713,2750.93639317805,446.143436380033,1992.46805604263,181.624886161531,1709.00377590433,3866.56025560064,1332.97898649676,36912.1610127245,15162.7118437463,906.27142220959,6939.33245587827 -2704,369.746581370402,1859.16023037034,295.300998422086,1673.30095047584,321.470810649106,6630.46324416702,72.8540035062359,599.809284845783,1599.49410128702,16037.1114171473,456.821151754751,4712.13187926489,152.761440733857,3681.71780743857,646.739403922158,8947.59880604351,811.291818377011,10972.5845615646,73.1746674226772,1083.18025555678,672.587407570032,1445.71527614725,275.468950780093,1904.46658267208,232.063969245567,829.11278568832,430.821125153889,2737.85860581904,459.790273206428,1982.99598187139,188.370850772912,1700.87927399566,3954.92707291422,1371.41476040157,38266.0992188839,15788.1201392757,926.466885657158,7232.99110953145 -2705,397.801181300426,1846.2588372607,318.550809598337,1661.68930291574,346.408882494393,6584.45203361368,78.7058959864814,595.646988746613,1723.42778016669,15925.824033007,492.233083945356,4679.43267197456,164.389398977045,3656.16902042356,695.868430990879,8885.50814398096,872.97486278155,10896.4417823975,78.9103370536061,1075.66367142527,726.483199833914,1435.68292885545,296.434636893226,1891.25079220612,249.706165896857,823.359268694114,463.52352162785,2718.85960316437,494.810480629626,1969.2352471703,202.699377882502,1689.07625035768,4256.93304296138,1476.21314550543,41221.5963916563,17006.8477119878,997.151007723644,7788.97729685313 -2706,417.351055780391,1840.27096969372,331.430125377981,1656.30003935067,351.502530071582,6563.09705023716,82.0280078504393,593.715160330517,1745.39012375803,15874.1727026084,498.874628721325,4664.25613087267,166.571220643688,3644.31117283742,720.933752217047,8856.69027459138,910.754461646509,10861.1019649095,81.5017550277222,1072.17503186882,776.716346886594,1431.02665906669,304.330156612092,1885.11700475924,260.918644440315,820.68891383298,484.120359548484,2710.04167855466,502.053529554925,1962.84853712168,209.971489386586,1683.59816424453,4210.4678456905,1487.83779747631,42510.0909518164,17774.5116458545,984.528843068914,8172.47646087755 -2707,423.417214866452,1821.69990464771,335.631190061879,1639.58551400465,351.615199548379,6496.86566136539,83.07728338369,587.723693289587,1744.34723725703,15713.9787427695,498.751771360396,4617.18686475688,166.415183528332,3607.53466494634,727.421149331914,8767.31312639393,921.231932479997,10751.4973282101,82.2508062788192,1061.35519468971,795.719548371675,1416.5854764334,305.713043870796,1866.09337666791,264.094612426438,812.4069447902,490.203012289755,2682.69333631667,501.744743535523,1943.04048251523,211.742949613488,1666.60816030792,4160.08219733165,1482.83711279246,42822.9438837503,18009.3083207183,971.906678414184,8292.44047481984 -2708,395.591062969796,1790.42993768163,311.829135429724,1611.44158934934,317.87741770955,6385.34522153024,77.3313876411741,577.635258620705,1573.51801363042,15444.2440872764,450.285948614695,4537.93161510307,149.995589429722,3545.61036582657,671.124541654694,8616.81984748221,855.955224690289,10566.9449958357,75.8266082062406,1043.13674839537,759.838091708293,1392.2694071732,279.42451935888,1834.0613838599,245.762103457418,798.461761908107,455.958114069834,2636.64418640305,452.903000460219,1909.68767201829,195.33251128287,1638.00038468842,3649.27465216271,1329.07270691911,39368.7424592178,16781.9381572302,850.733897728779,7754.91201099771 -2709,323.402693410882,1676.13978953599,253.921563766492,1508.57696778629,255.650832813009,5977.74365278375,63.0425818901662,540.762540011348,1264.23156000488,14458.3775601462,361.917175331917,4248.25768503214,120.569932702752,3319.28018364601,545.474898574651,8066.77452250948,696.628464673041,9892.41555259781,61.5334932969939,976.549248375885,625.84218118115,1303.39540352998,225.789185489768,1716.98606979262,200.149766099692,747.492823589713,371.99344253155,2468.33687186969,363.936512850091,1787.78483608299,158.479821394423,1533.44041130512,2894.23149075342,1064.87092865662,31909.945384943,13685.0774627842,674.023592562564,6333.15789524092 -2710,253.088654010623,1528.64156891854,207.201014706006,1375.82406746015,229.562365240238,5451.70963247272,51.3496034765581,493.176107825802,1144.36422583672,13186.0582843611,326.598158531942,3874.41628279436,108.8617368117,3027.18764824113,449.344130507463,7356.90837911235,555.016765247907,9021.89526501454,51.6719895040865,890.61412686634,454.952899476533,1188.69822613353,192.455780536808,1565.89342722163,158.428942433328,681.714383096797,296.484614314591,2251.12629148843,326.049124702863,1630.46198997233,130.084625875182,1398.49955881631,2894.02602383005,982.518736803458,26782.4267119545,10869.7203279524,679.072458424456,4944.78047422448 -2711,221.149539294362,1413.07863825046,176.819620902555,1271.8139027805,216.886223852978,5039.56884349388,43.550042753312,455.892759319098,1080.28195760019,12189.2127384305,307.495088545233,3581.51642361769,108.079047630173,2798.33695922026,397.383968741289,6800.73752112094,448.742204799762,8339.85398195357,45.2068739060691,823.285080811496,313.424474191693,1098.83448470125,170.34618925565,1447.51431386831,133.784293876696,630.177833528162,251.573180211241,2080.94463684952,302.67940949159,1507.20159346394,106.226200143395,1292.77516217494,2997.47573816961,947.122352517773,23608.0994771628,9009.38801428691,702.444049358904,4004.46714178959 -2712,224.808775048388,1353.43138829815,179.299364186314,1218.12955733891,227.364410049458,4826.84436070649,43.7346451463724,436.649138595893,1134.42549154575,11674.6957120948,322.693066995606,3430.3375723173,113.699723970551,2680.21677854578,409.676210394361,6513.67261206211,461.810165362364,7987.82165936235,46.3002412096918,788.533518040744,306.685612177213,1052.45174746991,177.872739519434,1386.41350478967,137.489333289325,603.577491740109,257.060209472032,1993.10619563952,318.848913277144,1443.58133359987,110.051051952575,1238.20602416444,3206.35032354605,1000.92751657054,24417.9174553409,9190.35675103463,752.279606914772,4072.96124069877 -2713,229.178770610876,1325.71942829522,182.606905101731,1193.18794754382,240.547119303583,4728.01310925128,44.066100440019,427.70860155153,1202.71299417186,11435.6524156136,341.843411545964,3360.10026407803,120.869349238911,2625.33844425531,425.038102477743,6380.30298840899,477.432135791233,7824.26834129344,47.731055038152,772.388030724692,296.31411854059,1030.90244620273,187.263187916388,1358.02622492869,141.889250235408,591.219040876336,263.771025475468,1952.29668017187,339.304868804412,1414.02352333806,114.735434269109,1212.85334200138,3474.72491990485,1069.44229008055,25417.3186297455,9401.37241115515,816.353895200889,4150.11093653561 -2714,265.156619888518,1328.03357884619,209.804011147746,1195.27075366953,283.796582335637,4736.2662387659,50.0856053488833,428.455201529482,1420.74909245474,11455.6142723787,403.61979126217,3365.96559101786,143.175400125935,2629.92118497524,496.732560024384,6391.44032362552,557.645079156392,7837.9262348918,55.2971250741329,773.736296540757,329.504187962712,1032.70196985227,220.840126163606,1360.39676960773,165.570548846664,592.251061558832,306.330595158734,1955.70457202413,402.373945272501,1416.49181583327,134.614926684341,1214.97047566461,4158.32218906014,1270.23394993226,29724.864039308,10885.8556018931,977.726176810366,4797.92952114566 -2715,360.651871073357,1373.94055604399,285.677387699703,1236.58843426731,364.978494540562,4899.98775130073,69.1974046641231,443.265883638877,1821.66725992723,11851.6077408916,518.1145605383,3482.31905383443,182.986946547329,2720.83133498483,658.097050133867,6612.37728626821,745.330884530865,8108.86479147246,73.9316271968961,800.48252878081,485.342245695088,1068.4000324143,286.946909979405,1407.42246570241,221.908151753902,612.723778823991,412.593036212259,2023.30864967972,514.234423817667,1465.45658489192,177.578629984458,1256.96912902004,5167.53539100587,1612.06949862054,39185.6059125987,14735.410520453,1212.66523385946,6538.66505044773 -2716,507.108109290303,1487.36289562858,399.791973692711,1338.67200163917,478.353720579084,5304.49438897405,98.1440385985277,479.858626577562,2378.29039013982,12829.9885535821,677.437848889196,3769.79348096915,238.134028392,2945.44298522798,896.757491562152,7158.24610040673,1025.79353738185,8778.27251219081,101.361145344622,866.564427893191,739.751430009064,1156.59921305251,381.392143204713,1523.60882335933,306.417474042396,663.305708447956,573.520025633961,2190.33800166943,668.950579827991,1586.43380889692,240.543170057103,1360.73517535436,6469.26583523185,2077.52417190866,53001.2587429011,20572.6597734874,1514.05170098304,9202.95598819333 -2717,559.618174965259,1673.97027234224,435.679240751228,1506.62433609642,505.814528095555,5970.0063401112,107.038754781067,540.062602192549,2509.39103984265,14439.6633103525,715.375825108337,4242.75893835916,251.353144151008,3314.98386213736,972.550444173396,8056.33326567998,1125.32417116303,9879.61127113927,109.389127583803,975.285248560284,843.049087369119,1301.70834929031,409.298513852774,1714.76368307816,336.825645655997,746.525303730625,628.953739307985,2465.14197170866,707.77396489578,1785.47081074642,261.288776073214,1531.45559753322,6662.63985182901,2180.77804964639,57161.3909413191,22598.018512579,1556.76789317379,10171.7675035786 -2718,513.42939545796,1845.68029822001,394.126840783545,1661.16860012161,463.478025694523,6582.38874623156,95.847948788577,595.460338299498,2300.20329808949,15920.8335567139,655.647639700576,4677.96633668374,231.117621116687,3655.02333246529,893.04091458875,8882.72380342482,1040.91145135946,10893.0273007178,99.2443254594905,1075.32660415387,762.992053051426,1435.2330468521,378.017552500176,1890.65815459922,311.60277234585,823.101262897827,577.218585769221,2718.00762813527,653.023632566775,1968.6181725501,241.524044921752,1688.54696565836,6132.89464554828,2007.1050522499,52407.0749037305,20715.434743371,1433.3655601783,9344.58731316554 -2719,481.110781934344,1939.40342639927,370.244574875378,1745.52227599209,430.706748858949,6916.64060164975,90.3424290317645,625.697647364311,2136.31073375217,16729.2890219403,609.069238434742,4915.51215597549,214.432246570043,3840.62439274492,833.638698695181,9333.78602823824,971.702005541569,11446.1721736137,92.9470137937489,1129.93138768701,723.063121614823,1508.11377865976,351.465711117898,1986.66524571764,290.990029124453,864.898114303506,540.146045346747,2856.02729360476,605.540598539462,2068.58405152702,225.06115679898,1774.29090725634,5658.18837586005,1859.50777633249,48894.6383109783,19401.052805445,1321.82883612469,8756.29623360674 -2720,444.252956623562,1978.62828974244,340.246781130064,1780.82585017693,392.418032301775,7056.53118795091,83.0918632646423,638.352520702124,1945.09103763899,17067.6425933435,554.695450151273,5014.92947676355,195.308473814682,3918.30187072975,765.7517510008,9522.5639155248,896.072109854143,11677.6735380028,85.1744362715606,1152.78449997189,673.429780190354,1538.6157134654,321.903566248848,2026.845989812,268.505788742745,882.390870002252,497.833797462987,2913.79107744213,552.084268572186,2110.42162159135,206.915070556427,1810.17633337284,5112.34226904557,1690.73733643566,44830.1100031429,17888.4119787682,1193.68025955246,8089.61490342323 -2721,416.745620393838,2020.51443098926,319.280054988777,1818.52465569953,363.926053737856,7205.91289020565,78.1723734204046,651.865985553511,1802.55966530346,17428.952341173,514.192277141637,5121.09193562231,180.86979101957,4001.24950998869,714.838813551986,9724.14976126719,838.706757471523,11924.8815081824,79.6530487971983,1177.18812072435,639.163203940742,1571.18710417728,299.472163294537,2069.75286517355,251.452101157265,901.070451613122,466.198258598536,2975.47394393413,511.51326233809,2155.09773311295,193.14882676625,1848.496467566,4698.33793109794,1563.2007642813,41812.9660819851,16771.3586867777,1096.3822662291,7594.62516934062 -2722,391.078963198232,2064.62793884444,300.257022025409,1858.22815915076,337.911994208847,7363.23821786008,73.716766353215,666.098051820004,1672.55070113075,17809.4753476994,477.233812932274,5232.89976330439,167.696321784297,4088.60803066158,667.77885239486,9936.45527628826,783.388155502303,12185.2351814921,74.6489441170887,1202.88944540392,606.458439051712,1605.4905338381,278.366934662147,2114.9413864114,234.967745931217,920.743351660587,436.782982500975,3040.43690147875,473.897134155934,2202.14957264464,180.023644567096,1888.85433989376,4324.48389784928,1446.52732453878,39015.8051448468,15720.2786819773,1008.57676005924,7123.60065408087 -2723,378.005458850185,2039.20120047631,289.707108892937,1835.34331857389,322.707846235321,7272.55692454554,71.2141317646848,657.89478159756,1596.1649686067,17590.1443672259,455.562856735866,5168.45446026221,159.997714243785,4038.25514880353,642.33375028031,9814.08376137104,754.329462871826,12035.1690213454,71.8061113500976,1188.07536939602,591.834638879967,1585.71826059294,266.541760095786,2088.89501733712,226.363531173794,909.404020313569,421.458448310595,3002.99267621946,452.020096594765,2175.02919905207,172.918467466183,1865.59232536205,4092.82612484615,1377.29929274116,37467.7254427942,15171.4230447806,953.99495892662,6882.94544384062 -2724,362.23342174909,2013.80339102435,277.073103236459,1812.4845149045,305.364049125969,7181.97880260495,68.30868796687,649.700844531148,1509.09864008176,17371.0629275098,430.854286411359,5104.08247896276,151.125922054395,3987.95955523299,612.256892656637,9691.85147293445,720.897070785215,11885.2735968749,68.4437731874542,1173.27814789604,574.379661114726,1565.9684829753,253.032456364573,2062.87828215518,216.45715161549,898.077590132292,403.114469425819,2965.59105260408,427.124641145571,2147.93968128547,164.771153836513,1842.35677686221,3830.80032862008,1298.39751065879,35678.4951673256,14528.9164991668,892.293792428878,6600.87983212995 -2725,350.936816922197,1971.07837293857,268.592684183133,1774.03069462361,297.483628515846,7029.60535065791,66.1731856298053,635.916738070376,1470.65040901666,17002.5170302017,419.822410520706,4995.79384602223,147.299686833837,3903.35067788074,594.485916617864,9486.22835634249,699.255634328073,11633.1146564121,66.4445567325566,1148.38578237915,553.993920033747,1532.74476706783,246.117753830559,2019.11208714991,209.908372703088,879.02390224406,390.84940209205,2902.6728293444,416.255463611075,2102.36881665234,160.018926762346,1803.26918421898,3748.22358256421,1266.62543060778,34664.290797598,14082.7663137768,873.308818121881,6394.21179552157 -2726,349.2848889973,1927.80374192235,267.76853616269,1735.08220593067,292.864424210089,6875.27177269578,66.0627005319231,621.955313413269,1446.85687623826,16629.2301731539,413.135696314937,4886.11219242192,144.876585895643,3817.65339530117,589.107208398906,9277.96011217098,694.392388021005,11377.7119533856,66.0260824786088,1123.173202464,556.12322932084,1499.0936626026,243.071179931382,1974.78288555579,208.547814391522,859.725108473957,388.411834147315,2838.94522856746,409.534055326116,2056.21173023218,158.525507242954,1763.6787703413,3658.65623193232,1243.68196686194,34311.3519811331,14004.2806573317,851.950722026509,6366.01979709151 -2727,355.142771119343,1878.16519829391,272.779117287221,1690.40600165475,295.564038862675,6698.24209357191,67.4900258208861,605.940739269422,1459.22925907471,16201.0482221041,416.77488858273,4760.30089329294,145.87336135786,3719.35357852006,596.849534133826,9039.06420290605,703.68247159001,11084.7500512437,67.0784288783091,1094.25289237206,572.05749242221,1460.4938691921,245.327720226179,1923.93468753144,211.411992493984,837.588258452652,394.430712455001,2765.84592726283,412.159631377619,2003.26684094659,160.362621068195,1718.26624017325,3660.68091650059,1250.45163575143,34762.1508667397,14240.2022756745,851.950722026509,6475.96666167215 -2728,370.539893431665,1854.70548873588,284.182375329858,1669.29154704234,304.79426679909,6614.57596334688,70.5038821819279,598.372079299812,1503.86368155803,15998.6848271421,429.62636060728,4700.84112028311,150.39733940197,3672.89602794092,620.040138187043,8926.15942697409,731.517297093156,10946.2931056236,69.6915140663652,1080.58484279825,600.410365053873,1442.25119170363,253.746782956724,1899.90328229663,219.870223474695,827.126145061153,410.908994604149,2731.29841131759,424.779192946451,1978.24451687279,166.339590692523,1696.80379002538,3744.33462361771,1286.50347473324,36038.3159888529,14828.0782050822,870.935696333506,6750.61472561588 -2729,398.655140187804,1843.56863605269,306.556744543226,1659.26803972131,328.438800899497,6574.85776629999,76.1665351872011,594.779065887512,1620.38943198271,15902.618364231,462.930770834035,4672.61422638453,161.845450522601,3650.8415819751,667.141019139655,8872.56098605254,787.133810293644,10880.5644740513,75.1540998256105,1074.09631171932,648.522991814472,1433.59098168554,273.059071187046,1888.49503279516,236.585230446101,822.159544118899,442.099917572355,2714.89792712998,457.132566205595,1966.36585587268,178.991972164087,1686.6150813832,4030.2584708779,1384.81353101354,38821.7688987705,15972.6995572079,937.383106407997,7269.57531413892 -2730,418.174902299766,1834.19632379594,318.950097230898,1650.83267263934,333.271520147831,6541.43258275956,79.3745834442928,591.755335162081,1641.08029636127,15821.7728225491,469.190012120337,4648.8596458777,163.976922169561,3632.28147705845,691.164962137622,8827.45476627201,821.477648675996,10825.2499900737,77.6206877652412,1068.63583369296,693.377625474016,1426.30290894116,280.364832788978,1878.89432425818,247.250716903815,817.979859228596,461.74491080987,2701.09596140945,463.868340178589,1956.36926857355,185.488069536682,1678.0406877368,3986.23805102593,1395.67647940321,40037.422853935,16694.4456849376,925.517497466124,7629.01404292724 -2731,424.22153553103,1814.14998784384,322.992481377685,1632.79035845132,333.379913754139,6469.93982407239,80.3867466414415,585.287910657839,1640.11949077604,15648.8531796277,469.080666938002,4598.05123401556,163.815810253422,3592.58347209733,697.381555945272,8730.97756721162,831.047930874335,10706.9384466194,78.3333650387047,1056.95647709697,710.347298706165,1410.71453003583,281.653153604784,1858.35947400582,250.278395088296,809.039977032008,467.54648393971,2671.57508821894,463.60257801424,1934.98767757622,187.085196708634,1659.70101115406,3938.52190146545,1390.96970174855,40333.2011478861,16915.4129718891,913.65188852425,7741.74388141485 -2732,396.27550499957,1787.71080755744,300.085711669693,1608.99428924743,301.39520645806,6375.64778284261,74.8201533168656,576.758002605571,1479.540273792,15420.7888777431,423.511501111575,4531.03984777031,147.636472073146,3540.22563909059,643.40351471009,8603.73346307317,772.423286160516,10550.8969518134,72.2136670409792,1041.5525341815,678.327009794714,1390.15496437578,257.465080660811,1831.2759905566,232.944420399428,797.24913616715,434.884452429353,2632.63990872476,418.516929202128,1906.78742489469,172.656373590477,1635.51274968205,3454.88846910445,1246.69072622871,37081.9368568815,15763.3203110681,799.742042682266,7241.38506450026 -2733,323.937129366509,1669.19733507718,244.358562849796,1502.32854688378,242.3963551509,5952.98425423297,60.9929035626739,538.522739172241,1188.74141368181,14398.4919656472,340.402108555845,4230.66169710095,118.667322859792,3305.53195592963,522.941498321339,8033.36250335589,628.736961374792,9851.44185524252,58.6010504095202,972.504449292916,558.709370522442,1297.99683039942,208.056089937608,1709.87443288121,189.724813919682,744.396760290898,354.800537601148,2458.11319218082,336.320708028517,1780.37995560455,140.106862998948,1527.08900774842,2740.05306039822,998.856808629887,30057.5227706037,12854.931494004,633.623517496038,5914.423590518 -2734,253.684201100745,1527.02166465522,199.400082463884,1374.36610418232,217.651523637214,5445.93244581526,49.6964483864972,492.653488203337,1075.9184329624,13172.0849943071,307.147237378473,3870.31055678117,107.189107773778,3023.9797319598,430.798728787904,7349.1122498624,500.21528236926,9012.33474611977,49.2131831427272,889.670341449004,406.122993852056,1187.43856045162,177.25297632112,1564.23404709602,150.070107670618,680.99196911958,282.78129754622,2248.74076884467,301.185947669627,1628.73418642281,114.809862120267,1397.01756627886,2739.94648732186,921.740970992348,25222.840615376,10208.9972419474,638.369761072788,4614.41258201801 -2735,209.34842788889,1414.46713082577,158.226151501071,1273.06358847625,202.434205630803,5044.52072920819,39.8252704499877,456.340720030071,951.141837121758,12201.1898718525,279.443631711171,3585.03562547096,94.3579201393432,2801.08660809748,397.559577143707,6807.41993305408,460.847202371653,8348.04873136075,40.4390560271679,824.094041608953,318.796960868706,1099.91420063651,177.666976187365,1448.93664297516,120.411743410023,630.79704693872,296.65079351297,2082.98937526654,299.437110356795,1508.68257135531,113.47293265437,1294.0454444265,2727.61901395055,899.560112284176,22408.232845718,8630.63082561272,670.819545287472,3942.61495631575 -2736,207.711263684685,1356.70012854686,156.174217207383,1221.07152332747,203.216496142385,4838.50191540229,39.0379461402972,437.703711902108,955.487996598264,11702.891857164,280.646242625903,3438.62235319814,94.9054665039831,2686.68990495251,396.708101466381,6529.40411054667,460.783868765508,8007.11344938823,40.1056686887996,790.437945018101,310.9309630856,1054.99357664317,178.497367393111,1389.76190180753,120.311073901186,605.035222111611,295.068534720924,1997.919846703,301.704698715478,1447.0677995177,113.712341586623,1241.19647783825,2762.11291809127,906.533003691731,22385.9794506929,8577.22605359269,679.646118251781,3917.53909944515 -2737,210.417036515739,1322.07464019538,157.920785056483,1189.90752701194,213.084317883156,4715.01442676333,39.082018122061,426.532706269418,1003.79396554861,11404.2124827373,294.623335880288,3350.86237165871,99.9690344316827,2618.12062567661,408.597442027093,6362.76168071656,473.325451245953,7802.75715307995,41.0245642773179,770.264511492219,300.125078492257,1028.06819569102,186.447063083497,1354.2926160532,123.281471215192,589.593607863441,301.108490810498,1946.92924905833,318.265910601295,1410.13596161062,117.72956219841,1209.51885558334,2964.4608067932,959.011091975297,23123.3644505658,8717.85388850689,730.398912796556,3970.89773302387 -2738,241.006800750637,1326.81864854427,179.338455718611,1194.1772793171,247.380157423056,4731.93334126761,43.9412498188548,428.063236133693,1166.47583339668,11445.1342866853,342.248126454474,3362.88629117418,116.493729926982,2627.51524359682,471.49560821254,6385.59321656003,546.681026239489,7830.75583330057,46.9037450554919,773.028456251675,333.212137691623,1031.75721895439,216.759875251934,1359.15223235781,142.248041931524,591.709250137425,346.025487936141,1953.91542694226,371.418742377608,1415.19596092652,136.398024958435,1213.85897933625,3481.69801059903,1119.62135043115,26682.1705467161,9987.9508314416,858.384220779035,4548.16658704294 -2739,327.002440412552,1373.44879813999,243.583388706777,1236.14583714485,315.158447124041,4898.23395802663,60.5693019664358,443.107230849355,1481.18742192295,11847.3658384628,435.124789737341,3481.07266954841,147.417740076939,2719.85750077595,621.042138203375,6610.01059814589,727.053394398934,8105.96248370074,62.4228995536632,800.196021763595,490.779924319662,1068.01763292965,279.321713064585,1406.91872402397,190.062839797145,612.50447402228,463.386365345534,2022.58447131819,469.775553071669,1464.93207176403,178.729547275724,1256.51923728232,4261.18876273067,1406.79913753179,34955.2620644543,13476.2193073759,1048.15553951167,6174.43195378884 -2740,470.925957542955,1480.82541793707,350.145630071889,1332.78807218746,430.01761683937,5281.17928958937,88.0004595909314,477.749480870385,2015.04415392065,12773.5962876476,592.614681497221,3753.22392631918,199.992804464446,2932.49673797108,872.765792572554,7126.78311694163,1028.12688412618,8739.68894869927,88.2930763758712,862.75557557325,750.515648896995,1151.51555688792,384.689822135532,1516.91203219789,269.781589036946,660.390248956277,660.273847547356,2180.71070367453,636.492869374387,1579.46088005406,249.669175269773,1354.75427057377,5601.26171655535,1895.37977409703,48862.4653701119,19300.5528598674,1374.7387391911,8884.93450610256 -2741,524.407438724565,1659.30433880617,385.413857216413,1493.42454829726,462.086326556996,5917.7021160514,96.8178441958602,535.331023406509,2161.64730818176,14313.155004983,636.137541227269,4205.58741767707,214.692711287353,3285.94073407317,957.810875728837,7985.75038247643,1139.57368243785,9793.05434437733,96.4226216880315,966.740611376203,856.272398566167,1290.3038647248,418.663153150889,1699.74035164772,299.785685459239,739.984870684468,730.661036947196,2443.54445058692,684.61965874477,1769.82800234435,274.427924735872,1518.03825889945,5888.03482283745,2026.83045797983,53384.628356074,21410.8536385022,1443.1446796645,9902.75320612189 -2742,483.925716430026,1830.98543857367,350.897130754768,1647.94277794036,428.392754334399,6529.98136080473,87.2018649702005,590.719427262678,2005.37805378775,15794.0757347908,589.999862314518,4640.72150137063,199.829876745505,3625.92292167017,886.876372156754,8812.00170724467,1061.75065033703,10806.2996548399,88.1858263843349,1066.76511409665,775.522005806371,1423.80606884101,390.635188660185,1875.60519215072,279.257498914964,816.547929937253,675.239020061966,2696.3675095017,639.386950583311,1952.94451131486,255.854854684017,1675.10316355974,5507.03473030185,1889.80648630834,49396.0822622653,19758.6613636638,1350.46566353925,9153.38847235178 -2743,452.847708155738,1931.56424007506,329.138144293543,1738.4667690417,396.924943182174,6888.68312066569,82.0740380147355,623.168539509006,1856.87451711868,16661.6682206519,546.441959568544,4895.64335758877,184.840544400409,3825.10035591678,826.133950181101,9296.05829877786,989.321938801879,11399.9060511832,82.427613369462,1125.36413645858,734.802622254797,1502.01789126052,362.242338189555,1978.63502425209,260.379323629106,861.40214364717,630.637492511735,2844.48305799248,591.056852979335,2060.22270927791,237.880770543709,1767.11911575282,5059.73066105277,1745.44806161179,45980.1803489569,18475.4764351318,1240.13350148539,8563.43255458255 -2744,418.104682180217,1967.23109645507,302.418970122869,1770.56802836633,361.425937759568,7015.88451858691,75.4689581896615,634.675515222299,1689.68041822452,16969.3304330431,497.365100348849,4986.0427369623,168.26422473662,3895.73186907231,758.545546894993,9467.71253080581,911.9681235887,11610.4084012667,75.5106496474739,1146.14428976517,684.341530498264,1529.75305807315,331.580397101753,2015.17105539942,240.250746600589,877.308167327596,580.879814774579,2897.00720738388,538.526372015896,2098.26527910711,218.583511650833,1799.74944841288,4567.09292618999,1586.50256114341,42143.5997388634,17033.0477509292,1118.76812322615,7909.17651184791 -2745,390.099988316151,2013.51412150401,282.028276482362,1812.22416350744,331.311859319374,7180.94715891389,70.5963955508657,649.607519307591,1547.29226596506,17368.5676893632,455.631044163743,5103.34931131736,153.96211700884,3987.38671125385,702.413625455564,9690.45930265638,847.688441349749,11883.566356035,70.0629610180279,1173.10961426033,649.080346113751,1565.74354197363,305.40378390149,2062.58196335173,223.592845910673,897.948587234149,540.232706475715,2965.16506508953,492.99174177761,2147.63114397537,202.339875596471,1842.09213451255,4129.31080365176,1448.49079887584,38967.2765931656,15873.6844430024,1010.64260441336,7383.81612202298 -2746,373.280022850419,2046.20150996156,271.252591816167,1841.64381076598,320.331430793798,7297.5226558373,67.9350863233614,660.153247843479,1496.76603732465,17650.5290190357,440.668493761442,5186.19708456716,148.885368631712,4052.11794753836,674.870227084874,9847.77421998186,811.004868694534,12076.4841734928,67.5182820529625,1192.15387586004,617.330586167376,1591.1618227966,293.841335263274,2096.06591915894,213.754148751986,912.525884692542,517.835583007729,3013.30155506406,476.124465777601,2182.49578818965,194.077022367337,1871.99665841549,4019.38467929441,1402.05257784633,37482.2163683843,15200.4236997576,984.162885520436,7059.16564347608 -2747,357.080342587851,2018.72096164664,258.627540611232,1816.91047855297,299.302609832412,7199.51670532524,64.9201077670179,651.287369710608,1396.67509536663,17413.4818791865,411.404488980516,5116.54630048782,138.867522523396,3997.69788065199,639.336052000134,9715.51831364556,770.766391062691,11914.2966249114,63.9850784365516,1176.14321316387,601.669654908231,1569.79247127606,276.117019265464,2067.91569031672,203.458131842975,900.270634395428,493.321621289745,2972.83282382316,444.006422079681,2153.184803586,183.509510479581,1846.85568653833,3690.08380502496,1303.43186248121,35408.6383870203,14502.2821999883,902.517085600579,6749.31823477942 -2748,341.219621992297,1965.06157926132,246.55041245945,1768.61539667645,281.432681032687,7008.14720591436,62.0845291372545,633.9755774035,1311.96178314598,16950.6161832495,386.599080131929,4980.54399028932,130.314193537263,3891.43554756365,606.749294379186,9457.27127397631,733.84105429979,11597.6041198082,60.7349636620377,1144.88028994956,583.71776174849,1528.06600383348,260.688220558231,2012.94866868496,193.927580249981,876.340647468509,470.040691919109,2893.81230722286,416.791219738111,2095.95125377055,174.061536677702,1797.76463464097,3422.43606847887,1220.54204401008,33560.519615082,13844.1907679441,836.317788368263,6453.01324859341 -2749,329.414608390799,1917.0429398962,238.032259466223,1725.39715567836,272.136848993126,6836.89471344796,59.9255481254077,618.483622882118,1268.75023747354,16536.4075222538,373.852084394624,4858.83841717353,126.029931917799,3796.34364706387,586.151548024496,9226.17149396134,708.746319022007,11314.2027365611,58.6629301609951,1116.90376527496,562.767563420787,1490.72587610488,251.976744069464,1963.75985078623,187.275962020928,854.926211424422,453.907545338229,2823.09852856198,403.087075742775,2044.73416803448,168.169851755886,1753.83409701037,3313.7853501427,1180.68272954149,32426.4680355332,13367.1049913787,809.838069475336,6229.74774856699 -2750,328.231201808778,1877.61558536348,237.621064707663,1689.91133324271,268.466522362443,6696.28196755683,59.8927464546844,605.763421073087,1250.91456481055,16196.3072623645,368.677419233915,4758.90787263315,124.23040651504,3718.26517329273,581.680586476036,9036.41907532651,704.658863551594,11081.5062886799,58.3844139096863,1093.9326779738,565.00010696366,1460.06648063434,249.279244512716,1923.37168094259,186.318363246008,837.343152570782,451.504083467116,2765.03654974556,397.401669205527,2002.68061915955,166.828790870537,1717.76341893878,3243.28690865216,1162.26811252613,32147.6901075851,13308.5362937363,792.184923546718,6207.99551159152 -2751,334.95229071163,1835.52695853891,243.094235990535,1652.03028452011,273.03915496756,6546.17812572596,61.4161319370188,592.184629560989,1271.71876096501,15833.2508744566,374.865028144888,4652.23220424549,126.098764142453,3634.91654936064,592.405197492044,8833.85872524389,717.237897993558,10833.1032681287,59.6265114513937,1069.4110854746,581.433122822565,1427.3376336214,253.219787154226,1880.25738558034,189.694507114953,818.57327030767,460.361786153579,2703.05549653866,403.119947023853,1957.78853481297,169.654928865318,1679.25803792459,3280.54476418085,1178.91692714758,32754.1907195901,13585.8209699456,801.011496511027,6336.46256642134 -2752,349.50890226494,1815.53847761324,253.288067998622,1634.04004162167,281.552696495539,6474.89169977977,64.1615059722929,585.735870463559,1310.58414716094,15660.830288846,386.40941296746,4601.57042875711,130.011587565647,3595.33311541797,615.397897749837,8737.65996564073,745.556558889512,10715.1331794664,61.9531580468009,1057.76543625966,610.249318933373,1411.79424378917,261.878410296187,1859.78180023838,197.315998197289,809.65918919124,479.469186390307,2673.61982250388,415.419175025416,1936.46865247479,175.953887120514,1660.97129083859,3354.74448365214,1213.18218037519,33957.1006031681,14147.7877766854,818.664642439645,6604.65548555047 -2753,378.237340583791,1796.41780244271,275.079974190023,1616.83085038901,307.3344470067,6406.70019489984,69.7342582196496,579.567086131548,1431.07543046827,15495.8953934713,421.880956848129,4553.10814909325,141.807723413822,3557.46820785615,667.930267459241,8645.63770336776,808.198396674751,10602.2847967635,67.381516109891,1046.62538631705,659.600461893141,1396.92567478004,284.902688326724,1840.1951684325,213.794039506666,801.132115517916,519.51665695014,2645.46210688069,453.080917551782,1916.07437907411,191.042212823434,1643.47846823455,3679.06993820567,1324.90454523546,36925.3533760526,15338.2685410203,898.103799118424,7153.46328028797 -2754,394.850387546284,1780.01625459045,284.62207458054,1602.06895673287,308.356768443985,6348.20611870062,72.297162434984,574.275556909418,1432.66631797471,15354.4156834261,422.704233433924,4511.53762965044,142.014220087783,3524.98802147372,686.691215861884,8566.70181199981,837.887256272106,10505.4844415227,69.0906463210302,1037.06954895353,704.797578479802,1384.17154638641,289.668534726264,1823.39392705563,222.208612581337,793.817666334223,538.879379396191,2621.30866480372,454.329761214897,1898.58034980423,196.359687172574,1628.47327806985,3578.19485306106,1319.66994383623,37774.2229589476,15946.0707681158,871.624080225498,7468.10183711947 -2755,401.806976864529,1754.90771465884,289.273866221069,1579.47050446054,310.582803264737,6258.65964045109,73.448417122156,566.174945066564,1442.09463487206,15137.8294818565,425.588440536172,4447.8988159964,142.911968985795,3475.26527188232,695.97201935766,8445.86169384128,850.808840389419,10357.296257892,70.0405098396639,1022.44086108925,722.288447752418,1364.64670977045,292.635883182169,1797.67351067715,225.783026948365,782.62023905109,547.452913919034,2584.33302870289,457.285442948611,1871.79936934774,198.940454190842,1605.50237191968,3571.38942676906,1326.01558724309,38242.3683134742,16212.520402203,869.417436984421,7600.14933140394 -2756,374.899473539468,1725.46013753382,268.404118612095,1552.96678628307,279.867005008001,6153.63852684953,68.2662571362848,556.674456680858,1296.61906750335,14883.8147564958,382.976134560575,4373.26250188469,128.380115117787,3416.94987371704,640.651705313338,8304.13904851974,789.19465163023,10183.499494784,64.444417903387,1005.28417195899,689.610317057124,1341.74776249322,266.692022594817,1767.50831799546,209.899797133239,769.487770798457,507.944933732143,2540.96758814794,411.335912168409,1840.39033522531,183.11601555838,1578.56183565866,3116.20678291437,1185.24728305026,35079.8763802107,15087.9947850237,756.878631689483,7097.25551168913 -2757,306.011029384488,1623.8399680039,218.184439504982,1461.50553217263,224.212301983871,5791.22285770631,55.5594349641926,523.889374353928,1037.63475665611,14007.2394326702,306.608923907751,4115.70124783245,102.779807541349,3215.7102055908,519.400378664973,7815.07065478871,641.012517374092,9583.74704466543,52.1743379757269,946.078429816355,567.900544340186,1262.72615421322,214.798719254986,1663.41174050109,170.667157644464,724.169147656284,413.4556118826,2391.31848791043,329.191155380404,1732.00140534013,148.191065493643,1485.59317306042,2455.92810687893,945.872975819553,28359.2096519453,12283.6221553962,595.793675090847,5786.9260450507 -2758,239.449477777844,1498.44189609125,177.891195065434,1348.64344019603,201.530530904466,5344.00626328688,45.2740071697337,483.432975488303,939.860317768271,12925.5559833861,276.908533283546,3797.87374560567,92.8661259441591,2967.38286573193,428.275360920757,7211.56611537507,510.590596673365,8843.65970553131,43.8105503395605,873.019253225848,412.832101144957,1165.21443617942,183.348075977988,1534.95781082468,134.737017554455,668.246509561377,330.66321889822,2206.65329083337,295.306611596853,1598.25076423069,121.694978735509,1370.87095706682,2464.25424343533,870.525273483219,23797.0193372605,9745.2304978695,602.413604814078,4518.64871694464 -2759,194.812127198679,1385.01955370075,153.653968463816,1246.55987029877,212.879593248753,4939.49961560664,43.5678420885778,446.840231644365,915.757502040511,11947.1751464919,278.105820516599,3510.39931135925,88.6385949255943,2742.7712099322,370.458692332671,6665.69728773253,448.940481617619,8174.25196825276,38.4012465010396,806.937352478693,346.924756512365,1077.01525335929,171.791755948714,1418.77145029347,112.337186460271,617.664578686087,285.165388527187,2039.62393471159,312.960532418275,1477.27353723289,114.493733546782,1267.10490816548,2633.53304627165,871.681765022748,22021.7114458667,8508.00494375571,632.079333825228,3895.9066258908 -2760,194.390727359939,1316.66531166909,152.62767940892,1185.038966241,216.212029746714,4695.72273076893,42.9528500635879,424.787528300437,930.899470825732,11357.5516286318,282.608846529823,3337.15216584763,90.2318344365114,2607.40846604874,372.730517602944,6336.72815188312,452.234775081898,7770.83181727165,38.3853784018307,767.112939207172,338.618451241751,1023.86180790561,174.38427952028,1348.75146621322,113.022921950055,587.181258798593,285.608717016573,1938.96329947772,319.205479862565,1404.3663261822,115.756397242295,1204.5700541695,2708.49722840872,889.797970994081,22198.365465977,8509.94692368396,650.549184488952,3893.67076724331 -2761,196.161541231476,1273.27497340591,153.721085989497,1145.98633749432,225.665546397046,4540.97649733177,42.8498447412214,410.788773734957,973.172796101217,10983.2666811662,295.256740323825,3227.1772466115,94.5830922863089,2521.48204698882,382.202254422803,6127.9030423012,462.764773565683,7514.74622122123,39.0897023792162,741.832946164698,326.664456615126,990.120727476097,181.333652906268,1304.30373767257,115.353994320523,567.830864119498,290.30667946196,1875.06530452137,335.202182603866,1358.08582543656,119.368148531432,1164.87378386536,2892.67587527749,936.851389723368,22830.0210093991,8617.20882969484,695.697708333611,3932.38358775979 -2762,227.401491798541,1264.10514953282,176.954813145329,1137.73321613776,267.953158212676,4508.27346337438,48.788118218322,407.830370575491,1156.97914955414,10904.1678037666,350.852573943573,3203.93588274528,112.787513242741,2503.32293230191,448.47898415773,6083.77134036491,542.545478851629,7460.62680417555,45.4278727184561,736.490441519852,363.305401161888,982.990113214696,215.076957410775,1294.91045201057,134.982852469512,563.741481132763,338.405685630846,1861.56152964781,400.347007623009,1348.30521395522,140.734374284087,1156.48463960702,3495.12652183189,1120.61926391933,26820.6478509416,10005.0844062775,841.404308014102,4558.89018829973 -2763,302.472574973419,1270.15086932033,234.829874803526,1143.174548467,327.569947827557,4529.83476948495,65.8070547365952,409.780863493147,1409.14033172291,10956.3181672723,427.939506353493,3219.25905310922,136.845744432622,2515.29534534994,573.848779027306,6112.86763570768,703.283719586328,7496.30805989538,58.760187619465,740.012786822578,533.626190705354,987.691369894637,267.440151332143,1301.10350149358,176.155488601324,566.437635822731,442.296423841456,1870.46464928119,485.28908767389,1354.75362967018,178.826620829586,1162.01565264989,4053.0192743782,1346.26448082395,34037.724418685,13195.3471353363,972.745468289474,6064.70973082944 -2764,429.973391891007,1292.27994132948,332.381055313445,1163.09138867323,432.856773749535,4608.75534673666,94.2710562653965,416.920228158596,1855.62495760058,11147.2034861231,564.293370545709,3275.34626063954,179.608707502657,2559.11781807031,790.052385121579,6219.36843916375,976.874847311607,7626.91171090026,81.4745376958968,752.905582979981,814.789228819016,1004.89932052094,358.556331804425,1323.77184253193,246.028084257222,576.306336883831,619.874513998699,1903.05262596516,635.765338536704,1378.35668451175,244.294129623129,1182.26075004294,5086.45104781366,1749.60934002594,46498.4165356934,18610.922683547,1216.95793817649,8610.85791626 -2765,484.182408358829,1332.1122698236,370.223657729088,1198.9417000343,474.208780123062,4750.81238178697,104.811595912464,429.771084194303,2030.64887446553,11490.797050373,617.784941562717,3376.30323134943,196.75693479852,2637.99826674435,880.196084248145,6411.06987998304,1097.39212195263,7861.99827608496,90.2607041023351,776.112615409396,930.931149163678,1035.87363077552,397.226878526332,1364.57485525126,276.959624314676,594.06999829328,694.761064964982,1961.71098234347,697.703653279022,1420.84218202946,272.667529505225,1218.70192432362,5478.41439010414,1910.71263350509,51605.2736196942,20890.5018796319,1309.30719149512,9702.9207687244 -2766,448.038800399003,1435.64161594309,337.984225055676,1292.12127134504,442.481962088017,5120.03689128564,94.6129576713356,463.172112272509,1896.27236928185,12383.840926603,576.727218618196,3638.70338617198,184.400784471969,2843.01870068762,818.504680007159,6909.32658674612,1026.5418228781,8473.01850249832,82.8480825089587,836.430678239837,843.381980166492,1116.37984792103,372.804365089147,1470.62713454899,258.951142304067,640.24003956214,644.282806552534,2114.17159687135,656.285002628023,1531.26745576707,255.451547048719,1313.417224376,5174.05376541007,1795.010744662,47970.5857695118,19337.7830319703,1237.47999446952,8993.80794845983 -2767,416.628596125727,1556.26675059068,314.699187682847,1400.68757410898,404.050888170747,5550.23139982684,88.4539616426526,502.088648117825,1729.90920486093,13424.3530311817,526.327746867456,3944.43364714055,168.015211806722,3081.89413433878,755.16905016394,7489.86036383567,948.651957144535,9184.93642573569,76.7169429166646,906.709055562977,798.494196617268,1210.18004706395,341.504432656265,1594.19181402844,239.616476718412,694.03413421732,597.060884464549,2291.80801442057,597.556668348778,1659.92724173464,235.113109505287,1423.7728505848,4655.01202876001,1631.07257783793,44183.8379870914,17952.5802274676,1112.29545108206,8360.75127879719 -2768,392.114280598295,1642.41103304991,295.602231363967,1478.22005751864,382.872242544603,5857.45424657808,82.9856916761298,529.880841394857,1639.89278698239,14167.433392509,498.861869787978,4162.77051394824,159.401763621909,3252.48671348188,712.925989634227,7904.44780298616,895.617876293758,9693.35168136479,72.2332182245051,956.898266995472,745.432113423547,1277.16733684652,323.460178361738,1682.43536859241,226.111809098973,732.451116699064,562.685786203724,2418.66683014842,567.255566221484,1751.80945994658,222.301458330126,1502.58317699703,4438.55349719943,1549.21539796193,41732.8912554477,16905.3711171857,1060.99031034949,7870.64524098559 -2769,366.14839881434,1689.01225653536,275.879619926348,1520.16258096431,351.129268102141,6023.65170197007,77.6753913182977,544.915503859739,1502.55572089996,14569.4154277329,457.247090243423,4280.88357769145,145.935127051092,3344.77168793007,660.704026949405,8128.72597159543,833.079082960619,9968.38761264904,67.0763814561657,984.048979634254,707.09279327999,1313.40525737618,298.127027766838,1730.17222924052,210.608773522849,753.233440669502,523.695647456667,2487.29327701252,519.502919909301,1801.51471795091,205.907373710274,1545.21697147824,4012.96921116291,1414.98617974639,38613.524894596,15765.4202975488,958.380028884356,7353.1341016079 -2770,346.746367217381,1712.21162268331,262.216095390025,1541.04271856173,332.195473286857,6106.38934987107,73.9508229169484,552.400170856571,1421.37610964629,14769.5331011019,432.561870685831,4339.68349768689,137.970549108991,3390.71367726102,625.294984443515,8240.37779022592,786.756915578866,10105.3080365451,63.6918071927832,997.565348445501,671.654247186087,1331.44548730857,281.543553995928,1753.93694668993,198.898856105806,763.579451077274,495.807737272837,2521.45740295505,490.597293747667,1826.25935754778,194.456112378778,1566.44124274131,3789.96625647853,1337.03716058854,36541.2911427062,14925.0551353694,905.022682522486,6957.74767790984 -2771,324.807292407464,1676.19764175652,243.857262423692,1508.62903655047,295.29732068448,5977.94997551781,69.0836984748515,540.781204512908,1260.21388429892,14458.8765932532,383.906709722674,4248.4043142942,122.205890588364,3319.39474910789,573.619566783642,8067.05294846268,727.562930430467,9892.75699082966,58.4681310843169,976.582954122161,652.993637348056,1303.44039042116,253.874962914841,1717.04533182874,184.608961159483,747.518623418546,460.258924564294,2468.42206689335,434.458685365168,1787.84654174932,177.768183853019,1533.49333823484,3231.66065264423,1175.18510822584,33311.4677255235,13902.6895720634,769.577110988508,6513.08122612809 -2772,319.844002385793,1618.25708001013,240.725098539051,1456.48076258377,296.721179676413,5771.31218350281,68.1869617679583,522.088201975014,1267.48561940154,13959.0814550397,385.979403191279,4101.5511471235,122.87393810063,3204.65434402071,569.219483316277,7788.20183459165,719.520374869549,9550.79737760139,57.99606132573,942.825738657706,635.786364125305,1258.38480357234,253.468728329522,1657.69280167847,182.318542113448,721.679397853611,454.731742527356,2383.09694912675,436.771243286803,1726.0466499199,176.564488577123,1480.48558829041,3297.16871117189,1185.10402876185,33148.3996556154,13724.0028314932,785.99475602293,6416.47060382495 -2773,308.031665303355,1565.5812106269,231.754895929782,1409.07087242678,285.398468406356,5583.45026063322,65.6486634119728,505.093714341696,1219.04478211024,13504.6995397566,371.236873632427,3968.04159838533,118.178087862151,3100.33967379354,547.925425026888,7534.68815766301,692.796047533921,9239.90947148139,55.8190926995254,912.13582784306,612.790615893057,1217.42313291715,243.901339615535,1603.7332605293,175.562820526692,698.188019278789,437.843993151857,2305.52478511744,420.094920501245,1669.86212336743,169.957991655106,1432.29431730147,3168.24395572202,1139.61460586906,31903.2747448872,13215.4061480226,755.21167158339,6179.55774174922 -2774,304.583720930433,1538.07173620172,229.283890072193,1384.31150583169,276.426135234385,5485.34114875414,65.0782507978842,496.218503958045,1179.47915548009,13267.4028833538,359.335827124588,3898.31749967496,114.292025621934,3045.86232417623,537.379140370134,7402.29303835012,681.960692959664,9077.55120378415,54.9176176450504,896.108312273749,614.66739029431,1196.03128795102,237.666989253462,1575.55340066902,173.068783726368,685.919869067259,431.420581238277,2265.0134563647,406.35141020365,1640.52028593061,166.532252778182,1407.12688195945,3016.78219265042,1098.83853213864,31218.8164391045,13043.0496779204,718.271970255941,6110.67515466147 -2775,310.198297125964,1516.60798436995,234.028522216244,1364.99347409124,279.719188846043,5408.79335299255,66.5977681863345,489.293787397303,1192.91840259852,13082.2566146605,363.503156358042,3843.91657844024,115.39211342518,3003.35739316353,545.551707636825,7298.99422788402,692.235850073437,8950.87420836693,55.9181925352825,883.603143641937,632.409859930432,1179.34070184676,240.403421605611,1553.56659316604,175.764296806998,676.347874797021,438.775280498302,2233.40525137741,409.970395874051,1617.62686720155,168.773508878115,1387.49046222732,3027.07638497823,1108.05492716986,31697.2884443277,13284.810192873,720.324175885244,6224.70814696677 -2776,328.778788842852,1539.11310423024,248.290060259851,1385.2487688408,298.715593026516,5489.05505803641,70.7166060610913,496.554474038649,1274.54289628703,13276.3857213185,388.302712875141,3900.95689750905,123.407404342953,3047.92455805586,580.129366235097,7407.30484054795,733.969487809017,9083.69725755943,59.447898040412,896.715032054456,664.960705064493,1196.84107381151,256.050766462373,1576.62014606202,186.240746932023,686.384278499515,465.712757539947,2266.54700811142,438.107353774533,1641.63101785273,179.314586108897,1408.0795923646,3258.20843555556,1186.02395243239,33708.6247385781,14076.6664088549,775.733727876416,6589.58964939421 -2777,349.743007773636,1561.35788348636,264.357473128083,1405.26974910078,313.605021847872,5568.38829076316,75.504534840877,503.73116861247,1336.94467120418,13468.2691305871,407.448559685207,3957.33737067519,129.22609926226,3091.97616725657,613.590802043081,7514.36250941444,778.36440972839,9214.98380158821,63.045491480093,909.675241339184,717.309193040385,1214.1390004021,269.589019442538,1599.4070140469,197.708534744328,696.304580469607,494.190694335733,2299.30537897479,458.828243900426,1665.35748701979,189.542274204142,1428.43054618411,3373.42170236892,1239.54260050572,35636.356573811,14971.8622848037,802.412401057351,7016.29625340922 -2778,365.786456277565,1549.58463954195,273.923702741679,1394.67347022145,314.637068241252,5526.40048360009,78.3682918833819,499.932840251496,1338.586550799,13366.7131582758,408.278174796742,3927.49751222374,129.441309601507,3068.66146787059,631.90208548737,7457.70130198355,808.287921608751,9145.49925010432,64.7360951401387,902.815937242572,766.637974430318,1204.98392148948,274.413572793857,1587.34686490241,205.885648795263,691.054173902232,513.467268852665,2281.96772473442,460.045623432297,1652.80004573313,195.071787112136,1417.65962591289,3269.2666613861,1233.93090656376,36499.1515959895,15588.08366829,775.733727876416,7336.67961507372 -2779,377.781838010048,1526.18278501035,283.245215573064,1373.61108689861,328.118794478094,5442.94068611604,80.8524913593284,492.382845688698,1396.67715151228,13164.8488206246,425.908384738237,3868.18437558769,135.090307936728,3022.31848830991,655.041858354875,7345.07496550881,836.48851467628,9007.38375927636,67.0943467442239,889.181595049811,786.983886775333,1186.78623307412,285.333810446024,1563.37472457801,212.92878739128,680.617861590892,531.139607452041,2247.50540794492,480.086893513932,1627.83943031847,202.304729574502,1396.25010526177,3440.04397145624,1289.75400241528,37876.5132677461,16113.3047822451,816.77784046247,7577.24041217173 -2780,354.680715907638,1497.51623530968,264.627845018792,1347.81031724067,299.457819072836,5340.70500947965,75.6006169129616,483.134335316072,1272.7025244757,12917.5712358394,388.339283368882,3795.5276134074,123.014058974141,2965.54976833264,608.417256570799,7207.11117858765,781.796138543592,8838.19654477993,62.2743281625806,872.479946572467,751.889065200532,1164.49462628322,262.927463617717,1534.00959237821,199.397017555552,667.833701038113,496.394529763115,2205.29013326605,437.579617611347,1597.26344663404,187.887707723847,1370.02410308813,3056.95241751357,1169.46362582328,35076.1208519205,15094.9988734941,724.428587143849,7118.64421929834 -2781,295.244472341784,1433.00926695561,220.116307891797,1289.75207691478,251.605541320069,5110.64894670601,62.8061198106675,462.322853914967,1069.98715657678,12361.1342909341,326.406031024207,3632.03156984401,103.536274022351,2837.80582770104,508.417384885609,6896.6578547709,651.272656969268,8457.48263238399,51.9382738001278,834.897024280159,620.535578570676,1114.3328876423,220.203612800626,1467.93063717415,165.984991805918,639.066114815758,413.8853678636,2110.29511586063,368.00087945908,1528.45977013579,156.891254302575,1311.00898233123,2595.97572791073,985.500245796111,29315.5470472996,12562.4190892428,615.661688790807,5918.60537137246 -2782,236.625621892686,1331.79407419299,184.553291271485,1198.65531425515,238.17228430548,4749.67757672888,52.5209189665921,429.668426719966,1020.77823855973,11488.0522956729,310.446990882812,3375.496749073,98.5952973509921,2637.36814003428,434.35940941384,6409.53849672837,535.497723903509,7860.12031612919,45.1456958531642,775.927228900556,452.560119664776,1035.62619632826,196.538064142212,1364.24890542975,134.867668050285,593.92809548072,340.985839262522,1961.24239731708,348.470769078024,1420.50279188619,133.911548913235,1218.41081850911,2788.30210125043,959.948493298252,25592.0129072544,10250.4591888987,666.966829523374,4737.86359756226 -2783,186.840988139795,1236.01713887284,142.17118141643,1112.45314927394,206.257013341622,4408.10107412011,38.3699754106021,398.768510649979,1164.86291869189,10661.8806952744,349.286047516022,3132.74545585581,118.845790273851,2447.69990028291,495.914742124475,5948.5918939999,545.922583510922,7294.85407135882,49.8219822612995,720.125860313911,352.978814818667,961.148388427144,171.613783909684,1266.13795741768,106.830833371173,551.215326376272,254.13501905174,1820.19822999804,295.008742053772,1318.34630489099,111.072097856782,1130.7879221327,3154.20240989073,999.54672078366,25072.4190114276,9794.41932888487,785.775259561802,4390.58658506116 -2784,188.742774876672,1172.89866028817,143.20968555828,1055.64459211839,214.088062849538,4182.99688705386,38.3256897123076,378.404989054595,1211.19484996768,10117.4208595874,363.021078705281,2972.76860703397,123.782908377084,2322.70560297195,508.024315813645,5644.82096861225,558.685390507093,6922.33489180985,50.6869596681679,683.351897184288,345.185248768326,912.066363539565,177.641688982582,1201.48132844619,108.996465931176,523.066952313149,258.136017792591,1727.24794687757,307.614275548623,1251.0236032913,114.230429849492,1073.04308106033,3331.31678800023,1045.15607128217,25737.5804994196,9935.78716234259,830.744325621061,4446.03343701932 -2785,205.884480075879,1133.93413754919,157.364096467754,1020.57533242312,254.815837991019,4044.0347730698,41.4714037911671,365.834107784306,1448.92721313481,9781.31298557348,433.727495859727,2874.01113214858,148.655459139405,2245.54368067874,579.987165765898,5457.29602512315,629.441093001483,6692.37003258448,57.3384072621072,660.650464027204,337.184803916767,881.766874108084,208.12990970006,1161.56726926293,121.484907481404,505.690298346804,286.751704697901,1669.86754891084,369.200936982374,1209.46371471109,130.923599164471,1037.39583126161,4164.44713080961,1268.31907244377,29568.6234988375,10974.0304472334,1041.38889821444,4868.71019066083 -2786,251.600714607583,1114.2060000336,192.302264917367,1002.81940653965,327.975301978182,3973.67682944764,50.0173785646323,359.469341659654,1870.41310407498,9611.13812155587,559.488410680464,2824.00920967459,192.473383518035,2206.47580798427,729.250969361799,5362.35022282146,785.588997278535,6575.93646564614,71.438462160797,649.156495574827,378.731785191608,866.42593183194,265.832792831288,1141.35837170637,150.622521540862,496.892320214102,354.525568413712,1640.81526487879,477.983388340779,1188.42151684985,165.093868591448,1019.34726306041,5509.66790374195,1651.53511192163,37288.3866195169,13506.5768472106,1379.84029013413,5962.0409752116 -2787,330.421437792789,1122.85513989243,251.623203540854,1010.60389639166,400.763630534548,4004.5229087639,66.398531764162,362.259759778818,2276.5030330728,9685.7455799732,681.629010203879,2845.93087462376,233.528330395196,2223.60380573137,921.252404761874,5403.97602365883,1004.52396278159,6626.98285580418,91.1225005327929,654.19564032932,553.555917580152,873.151653163098,329.069823668197,1150.21828467186,194.385384349537,500.749498484709,458.289335015976,1653.55226387898,580.472560584363,1197.64676237013,208.081408210679,1027.26005211616,6486.80887240265,1988.24666988839,46882.5165482725,17557.8136854521,1621.25317108384,7809.23751114191 -2788,382.227693602033,1134.28126209597,282.035597429967,1020.88775510976,358.713875434669,4045.27274950184,76.7580063989079,365.946098414676,2005.34111988974,9784.30728103087,602.843401770963,2874.89093616775,203.949304417026,2246.23109567633,940.286477673482,5458.96663485844,1072.32574506388,6694.41872821638,94.4942557297695,660.852705043955,820.71133902231,882.036804182862,312.494384165744,1161.92285297678,213.891789588392,505.845102325106,505.028829715833,1670.37873558113,509.812557076907,1209.83396068034,211.3197243053,1037.71340310801,4926.13458538551,1677.96349371192,46872.3610304429,19621.8055682781,1218.89836950099,8948.95959911445 -2789,437.189281877216,1135.03336060415,319.66764569694,1021.5646667218,405.676227754236,4047.95501509305,86.6835019376772,366.188743271722,2266.75091967423,9790.79488084895,681.513390143573,2876.79716635644,230.876815947163,2247.72048557682,1070.94798482897,5462.58626677821,1228.16228107018,6698.85754115182,106.960059835411,661.29089118896,939.50357193458,882.621649041675,355.962977493653,1162.69327956633,245.29599285824,506.180508859219,576.73814200753,1671.48629981331,578.39370493437,1210.63615529236,241.488049016814,1038.4014711635,5540.42798254526,1897.31297238351,53291.4888625565,22406.0813553183,1370.37311833218,10239.7991642797 -2790,393.519436336499,1194.50704828306,282.320384797584,1075.09280082007,356.03068324266,4260.06050966443,75.8890336532177,385.376368679742,1987.00060239847,10303.8147594559,597.58266827397,3027.53611564724,203.003255270708,2365.49695875251,954.857180740232,5748.8158709694,1108.72340770536,7049.86551592709,94.1507410594677,695.941333451337,848.206676887054,928.869421235627,317.454580507244,1223.61629678804,222.081576789874,532.703448658121,517.30339871558,1759.06914768817,511.125993195517,1274.07129217181,216.919241244814,1092.81182325081,4798.47999318187,1663.90489742105,47340.086635449,20099.8877583919,1185.76326819416,9227.09326125964 -2791,364.555453944317,1308.33436744087,261.706984114681,1177.54086216814,321.360068041014,4666.01145651077,70.6800396628778,422.099767655609,1789.8136814154,11285.6889249146,538.559226026222,3316.03698317489,182.543562244332,2590.91059501171,874.122896256492,6296.63373430043,1018.15261037029,7721.66338706939,86.568431111417,762.259180961518,802.769499319441,1017.38352102172,288.100669135776,1340.21750306923,204.503200960271,583.465983340547,477.134932374586,1926.69488550391,459.683727102478,1395.4804708052,198.246053412536,1196.94837092827,4230.62914359964,1489.42172925001,43262.0546498974,18568.3212232148,1043.75569116492,8539.2209225115 -2792,344.027648894744,1401.42110155301,246.578624958645,1261.32176395492,306.763485861705,4997.99369180586,66.4906312870504,452.131760866495,1710.1741289503,12088.6548565371,514.469712013783,3551.96983080206,174.610894557118,2775.25139631462,829.346807811668,6744.63317910048,965.209253371672,8271.05232349358,81.8814011441935,816.49318984221,749.632436507647,1089.76938175292,274.542330516131,1435.57269167034,193.634901826401,624.97902786978,451.158063140216,2063.77737678856,439.809485259528,1494.76756650277,188.333763775194,1282.11009833018,4083.60161087135,1427.73912306668,41071.9537261265,17543.3921517334,1008.25379690761,8062.86709133562 -2793,326.388075514917,1489.76382731625,234.466814617778,1340.83291343654,291.142928749547,5313.05701259668,63.3103164774992,480.633224213106,1622.98982607274,12850.6989842115,488.249848401982,3775.87875891376,165.620387414919,2950.19757969732,786.751963531109,7169.80108805707,915.920412014667,8792.44257969715,77.826930658151,867.963253963444,712.481137365005,1158.46621922075,260.478556894382,1526.06826396684,183.754117808567,664.376430125028,428.011265591749,2193.87369018927,417.225397322431,1588.99466288444,178.704116121559,1362.93170197918,3872.90352892069,1354.38211878219,38983.2972380096,16653.3596582235,956.184351996891,7653.16711988112 -2794,309.713968214829,1570.00702334519,223.425338317189,1413.05423895279,276.692175306917,5599.23437007941,60.4191211960889,506.521586731634,1542.45066537609,13542.8765890045,464.019655849511,3979.25903562436,157.311870040265,3109.10416500367,746.848262066676,7555.98831025181,867.145742868536,9266.03019174625,74.1324460792211,914.714386093677,676.943881685139,1220.86472173325,246.879071827469,1608.2669270124,173.924120023799,700.161758740214,406.203416921315,2312.04237797499,395.776254428674,1674.58273254006,169.263404667513,1436.34333523987,3681.13720234868,1286.20976421006,37013.1873059567,15801.2344164406,908.848492987144,7256.34791339775 -2795,298.202999242104,1557.9734387966,214.527107913822,1402.22364558388,261.161913701932,5556.31809059924,58.10374372906,502.639266303135,1453.75336373182,13439.0749193039,437.497640083236,3948.75933127025,148.189333208679,3085.27390992607,712.884340727555,7498.07415902348,829.64667425144,9195.00913509864,70.7959025201121,907.703402869274,660.31552583767,1211.50719744647,234.159171282997,1595.9400929568,166.739407584415,694.795250440438,389.863378311738,2294.32133786397,372.873348502221,1661.74760976928,161.374305193988,1425.33423865087,3416.69847228594,1207.36241580204,35260.1261428265,15172.2784576762,842.578290373498,6978.11825844569 -2796,292.845134384898,1488.23070418963,211.116496853989,1339.45305583036,261.016084965253,5307.58932004722,57.1904852850752,480.138602248234,1454.65297196337,12837.4742680218,437.638318623268,3771.99298390536,148.246192960577,2947.16151716539,705.227895182196,7162.42261124094,818.20582855939,8783.39423471035,69.992608147426,867.070028800295,642.715718705741,1157.27403605753,232.707551143838,1524.49777976969,164.147416992961,663.692717142386,383.890423485636,2191.61596421309,372.764967476301,1587.35942082723,159.644168767668,1361.52910240334,3461.36007584162,1211.34046516849,34951.4866354732,14936.9713770008,854.412255125935,6858.90107542485 -2797,283.235952149051,1440.50133153895,204.271178285895,1296.49516370393,253.528620310289,5137.36846126495,55.3120154327921,464.739972045156,1413.37127381702,12425.7608209689,425.18467881234,3651.02057132327,144.060774232224,2852.64245508817,683.373547532244,6932.71498800001,792.257540631871,8501.70007574284,67.8049185185967,839.262036126619,619.785859965785,1120.15884714868,225.766761241192,1475.60527780012,158.869388906521,642.407282745117,371.55138361691,2121.32816893469,362.187048031912,1536.45086940846,154.703641579683,1317.86320455537,3374.22394245959,1177.96856431789,33880.048724263,14453.8232021513,833.111118571549,6634.6395065289 -2798,285.166884308529,1409.34707181983,206.411846366451,1268.45537910237,255.868227649346,5026.26067690485,55.8902544890742,454.688867284646,1426.66155817884,12157.0242558936,429.164020931002,3572.05858730529,145.424753767316,2790.94729244874,688.755833164494,6782.77857449871,798.133990279996,8317.83063639231,68.5248903328219,821.111002959608,623.013946891339,1095.93275385278,227.690516075147,1443.69181193864,160.006754200887,628.513700772016,374.229281372976,2075.44941320048,365.579126169742,1503.221473237,155.920552807545,1289.36128536233,3412.15071460711,1189.599612905,34156.9231802514,14557.9826073138,842.578290373498,6680.53045567348 -2799,290.644851711429,1403.24349700588,210.863539384801,1262.96197548356,259.367253182012,5004.49303805329,57.237999305904,452.719708960178,1445.22709480306,12104.3748350771,434.820484417316,3556.58878056758,147.063713341487,2778.86030838225,699.799151675524,6753.40383969871,810.768425556811,8281.80792588043,69.8311313179721,817.554950275832,641.040685090502,1091.18650809973,230.642748940694,1437.43949754523,162.64702250454,625.79174500189,380.980033037504,2066.46109441136,369.519541340959,1496.71134886289,158.207086078844,1283.77734282272,3433.02244637836,1201.62220751552,34719.5456297595,14837.9600806003,847.311876274473,6809.11492460249 -2800,307.012296505453,1447.96447001203,222.834244950193,1303.21221611101,274.831596081573,5163.98481445687,60.5628738795258,467.147757924565,1531.94111599366,12490.1378344502,460.86847687747,3669.9362581715,156.023060442661,2867.42179974436,740.491499038348,6968.63290825252,856.072260946175,8545.74679998578,73.8763437419634,843.610195099941,673.776784912047,1125.96231320948,244.067886331111,1483.25028740804,171.646880914201,645.735550760059,402.691715052462,2132.31862449692,391.689187254969,1544.41111584796,167.197042857176,1324.69096331465,3652.58611363908,1275.17314097663,36718.8717840543,15664.2894708291,901.748114135682,7184.92954062374 -2801,329.359097738283,1494.13178781401,239.594779431741,1344.76421119837,294.218459398006,5328.63479930881,65.2354932699775,482.042432101484,1639.38801825272,12888.3770003523,493.239622356117,3786.94956689075,166.72769709652,2958.84750544556,793.155184433859,7190.82281469267,917.646610532135,8818.22186173016,79.3224226589087,870.508106467784,727.523749248461,1161.86282114567,261.191639880289,1530.54266841382,184.063852248691,666.324369757619,431.755460152668,2200.30608802315,418.640889378559,1593.65356639073,179.102812028319,1366.92779298786,3893.3667560635,1362.21835677578,39364.5464767695,16817.5391319313,960.917937897866,7714.13883994069 -2802,347.873180074757,1497.80550483003,251.14732630404,1348.07066863774,302.375928656949,5341.73665317071,68.411772676361,483.227660539629,1681.79434376357,12920.0664739859,506.229670696396,3796.26078105281,171.131236112055,2966.12261231178,828.32701050795,7208.50334886572,964.217782393581,8839.90378561978,82.6157993079378,872.648480208168,778.375876920396,1164.71956728489,271.110116815827,1534.30591118166,193.95467034999,667.962703936257,454.140308755958,2205.7161207806,430.436620907829,1597.57198394415,187.262617100402,1370.28874543779,3918.35028345387,1392.1498774664,40982.4820902797,17696.8500966987,965.651523798841,8140.48110729657 -2803,355.087353107294,1503.82229850727,256.134186342529,1353.48596658489,306.565729745432,5363.19479791425,69.7115999320452,485.168821206505,1704.2242875893,12971.9673209381,513.047642095419,3811.51063678572,173.377015516284,2978.03774262886,843.035949231184,7237.4604312319,982.563422155506,8875.41432222368,84.1020332466443,876.153972637756,797.955668429874,1169.39833051924,275.414068898611,1540.4693296466,197.78559870194,670.645958711808,463.063813411306,2214.57664290214,436.20697015826,1603.98954682594,190.587537153764,1375.7932950158,3948.85033693849,1408.79090863804,41686.1476889351,18050.0373896698,972.751902650303,8307.84936130964 -2804,334.31117639686,1508.42167349895,240.081753555022,1357.62554445421,281.788105243231,5379.59789557646,65.3723857680291,486.652688911628,1563.59262956807,13011.6415179147,470.931205083381,3823.16797603435,158.948900419307,2987.14594133779,785.593930570909,7259.59588868835,920.860700850189,8902.55939030448,78.3402138455508,878.833651396749,762.568692553697,1172.97488437274,255.214643142083,1545.18078798663,185.8432631111,672.697100162383,434.34457555189,2221.34982909484,400.590149711035,1608.8952789832,177.809969261209,1380.00109887739,3550.93485086702,1286.46988276791,38775.8460771956,16955.1488210239,873.346598729834,7821.91533277816 -2805,277.733485037735,1476.39960521878,199.236125350549,1328.80470566146,235.582447184904,5265.39518014318,54.1969982363051,476.321608480447,1308.03051743876,12735.4192383997,393.896747929603,3742.00648908015,133.110388385182,2923.73224676095,654.65367616889,7105.48296435283,765.35465516992,8713.56822843441,65.156482812976,860.177017322633,629.221768977668,1148.07396807181,212.890121047609,1512.37836571479,154.332470333389,658.416509494853,361.240307107798,2174.19311081698,335.133289970804,1574.74027088143,147.998693441293,1350.70525263537,2991.15877342459,1078.28749029462,32301.2500913975,14081.1408800721,736.072607601567,6491.83763727522 -2806,212.192602732779,1367.69234787283,158.241658920601,1230.96485621267,201.171900955043,4877.70429560711,43.1734341943537,441.250063155257,1125.01277732774,11797.7107131037,338.170673750293,3466.48266682988,114.200033200158,2708.45793170706,523.850519456571,6582.30647308119,594.514256105657,8071.98846882076,53.0495861015629,796.84221009657,456.353712622842,1063.54131725138,174.054651380629,1401.02199334442,118.452784622682,609.937322230456,280.736431898712,2014.10733919937,284.921699770221,1458.79219335917,117.382663316778,1251.25286658911,2773.20394277706,940.548883463075,26167.7658421642,10914.8538421234,686.369955641333,4968.28642032001 -2807,168.259511141094,1278.36610630159,122.326515559374,1150.56851248611,178.55983261943,4559.13338826808,31.6651450693117,412.431294229602,1362.82781464511,11027.1827805716,420.707177125754,3240.08097014614,134.447120124001,2531.56407990662,592.499864570826,6152.40518787996,624.609344202518,7544.79359707375,56.1739010413509,744.799131940905,276.209148826868,994.079680814246,147.815499611052,1309.51893769104,100.414165185192,570.101310371786,230.994913861061,1882.5626690756,258.679350960093,1363.51607072171,114.158978402203,1169.53147946467,3378.42211964145,1070.19272044757,26754.4799625417,10663.4511996398,876.478728343963,4731.79209671529 -2808,170.715103266691,1237.86845763007,123.866473726333,1114.11939265927,187.001775480274,4414.70357172765,30.9824536722299,399.365790089188,1431.11360045107,10677.8501661642,441.637344602028,3137.43771314064,141.430035376201,2451.36608952491,611.927650962836,5957.5017540707,643.758874380002,7305.78037630138,57.5772548785342,721.2044719859,272.566352734932,962.588006037625,147.252662219363,1268.03439143634,103.015157241269,552.040942171474,235.914089522552,1822.92454100061,257.162738076427,1320.32093709148,118.257607625634,1132.48162752307,3572.149857389,1121.48191613334,27574.2934300087,10871.4466058058,935.274733297683,4811.09167236086 -2809,175.192206859756,1226.09521368566,127.226043786237,1103.52311377994,200.802735793147,4372.71576456459,31.3942103597053,395.567461728214,1542.55934539618,10576.2941938529,475.803311801168,3107.59785468919,152.86517187147,2428.05139013893,644.565452451696,5900.84054663982,674.568249302343,7236.2958248175,60.1609429384458,714.345167889287,259.116210661058,953.432927125007,154.945131798222,1255.97424229185,107.191193696494,546.790535604099,244.483186526653,1805.58688676024,275.567401574214,1307.76349580483,124.862681977262,1121.71070725185,3944.29086619519,1218.88322672096,29069.4523589772,11235.8652974551,1034.11726003715,4946.95803416933 -2810,200.418504157895,1238.9098256586,144.386424092955,1115.05665566837,232.669085696128,4418.41748100992,35.8760016905518,399.701760169792,1789.92018701084,10686.8330041289,552.002886745226,3140.07711097473,177.820846393793,2453.42832340454,743.699887806345,5962.51355626854,778.849654404502,7311.92643007667,68.8006575905964,721.811191766606,280.782385049726,963.397791898112,186.887830296568,1269.10113682934,123.519841417299,552.505351603729,280.594629730096,1824.45809274734,336.304171690872,1321.43166901361,144.468607488749,1133.43433792823,4656.38221912672,1430.68721445394,33613.1328565897,12882.5692718472,1213.7458619147,5675.08764889184 -2811,272.464007050046,1293.03203983766,196.194611531152,1163.76830028528,297.419009664961,4611.43761232788,53.6927658622988,417.162873015642,2276.62644302938,11153.6910859411,702.540828539865,3277.25249082823,225.447312876078,2560.6072079708,976.050870083338,6222.98807108351,1032.21198620703,7631.3505238357,91.318227371404,753.343769124986,460.387967780264,1005.48416537975,257.575497070388,1324.54226912148,165.309787175026,576.641743417943,376.437135075375,1904.16019019733,453.094819149436,1379.15887912378,189.448105129458,1182.94881809844,5781.21885881117,1814.59501038091,44251.2586064103,17407.4280707188,1495.70528989701,7736.33473811138 -2812,382.21450751016,1427.02140219453,273.310239073294,1284.36281587511,385.326518816664,5089.29397333642,74.8252545776287,460.391026404124,2929.80983079569,12309.4829847392,904.869587284244,3616.85503585383,289.158589505757,2825.94798567147,1311.02008367426,6867.83999888535,1402.81551215364,8422.14283145621,123.787811026604,831.408386358483,677.077333658566,1109.67662003546,341.523382167235,1461.79685260155,227.387869313587,636.395761205949,519.713075814607,2101.47719538299,590.901723756401,1522.07306307997,254.050205092345,1305.5308987851,7150.84026285357,2306.29900311321,59231.9846385105,24074.6452144629,1838.67765936304,10764.2029503884 -2813,423.129922439008,1673.99919845251,298.540879757272,1506.65037047851,408.31876299602,5970.10950147823,79.4604009879262,540.071934443329,3094.0450232731,14439.912826906,956.006395976501,4242.83225299019,305.467722748143,3315.0411448683,1419.91673873173,8056.47247865658,1536.91706798876,9879.7819902552,133.631300490979,975.302101433422,738.141818739223,1301.7308427359,365.845816694,1714.79331409622,250.797272036653,746.538203645042,570.832163642612,2465.1845692205,628.671068159112,1785.50166357959,276.239409031101,1531.48206099807,7399.25222784358,2423.47510145441,63914.9481149062,26428.0366128523,1895.4128813701,11862.448713986 -2814,383.516006587226,1863.73067925175,266.14010464299,1677.41449396308,364.739148274005,6646.76318046219,67.8894429549896,601.283820300126,2762.26366675214,16076.5360975704,853.552589926916,4723.71590388249,273.471375343554,3690.76872341655,1279.68595676477,8969.59505052335,1398.66591956368,10999.5589105295,119.064981437084,1085.84308144264,686.415303552319,1449.26933655516,314.773924603483,1909.14840999405,228.789694445314,831.151027224479,516.342481796934,2744.5891944999,527.120713543304,1987.87086119548,250.697993824908,1705.0606143924,6475.46777347949,2141.60243269773,57222.5256256052,23876.6767454466,1678.56964901173,10755.645182068 -2815,360.971230679299,1969.89236874691,251.291646470529,1772.96325465327,341.769959640512,7025.37561452665,62.6446595460199,635.534104925367,2586.7954374379,16992.2865610618,799.391468853023,4992.78786080958,255.859280234777,3901.00201923326,1201.16167748475,9480.5204622536,1311.91578490229,11626.1149739368,112.146730359138,1147.69479496321,625.803570468952,1531.82250961555,285.823237888463,2017.89718091804,214.729679520911,878.494990737069,485.515921011071,2900.92628177437,479.977946646864,2101.10381457876,234.985450415976,1802.18415135549,6025.00254479334,1994.47562311409,53603.2358774323,22419.4302139967,1564.21339634146,10077.1203457425 -2816,334.110094915547,1997.17042867818,231.472693092905,1797.51434114087,312.489450837842,7122.65941545565,60.2612782250931,644.334655492274,2362.95161767702,17227.5870366288,730.304709518293,5061.92542824831,233.80705364236,3955.02109588989,1105.30975014154,9611.80185074565,1211.63167024436,11787.1074555863,102.995740327624,1163.58748427787,612.493263000244,1553.0344026531,272.983597097219,2045.83998688527,198.675556460298,890.659939130615,448.458052935106,2941.09682216829,455.669551340614,2130.19882336463,216.571578374577,1827.1398738446,5492.13574581455,1829.04205286754,49419.7853382616,20756.282498143,1420.35359677299,9361.64012391782 -2817,313.628312174327,2038.94085987214,217.319399467775,1835.10900408431,289.810139609479,7271.62845222843,55.8486901694091,657.810789530035,2188.84827558689,17587.8986698367,676.597866580811,5167.79461435954,216.425326508289,4037.7395931119,1031.00507812188,9812.83081757359,1133.31171642848,12033.6325161817,96.2870745766817,1187.92369026823,571.711760180043,1585.51581521878,249.939601970968,2088.62833242601,186.176174707012,909.287918581167,420.026451609547,3002.60929034881,415.592024081465,2174.75151756794,202.142335773934,1865.35414904427,5034.66947940313,1685.88986195579,46028.6610548712,19439.6769944698,1303.28015309568,8769.28646446023 -2818,294.959889507063,2072.9299569624,204.863632617172,1865.70022884154,270.048412786418,7392.84633075121,54.2384864047589,668.776480214051,2037.6288208932,17881.0885348631,629.931383139255,5253.94163134611,201.325790769501,4105.04861896766,964.875019586535,9976.41048089436,1060.26843063162,12234.2328925784,90.4316771198137,1207.72635077643,546.872165787624,1611.9463272764,241.718784288072,2123.44571853733,174.384840000849,924.445727204217,394.341224063806,3052.66271794072,403.840073197309,2211.00457518848,188.853328560345,1896.44955967014,4694.63979400482,1576.43155390181,43182.3360832298,18274.0873829157,1206.84733997579,8252.95615570976 -2819,284.959742293653,2053.25967166734,197.486674113212,1847.99637172224,257.260431444551,7322.69470986311,51.6857539392993,662.430378590959,1938.63570072955,17711.4127039525,599.426098360098,5204.08633813417,191.48778662511,4066.09531173507,925.694193317723,9881.74310454587,1018.72599522913,12118.1407638719,86.8075259179077,1196.26608807033,540.589456691167,1596.65037189144,222.892968575524,2103.29608301688,167.86783007803,915.673548900348,380.042929484864,3023.69562893233,366.277946924457,2190.02408299357,181.058225949889,1878.45391839866,4379.77185511206,1483.85947818117,41265.1734992645,17597.3664073435,1134.02006076923,7952.04078990271 -2820,274.715887944527,2034.68860662133,190.155001307704,1831.28184637622,246.375994239012,7256.46332099134,48.2616555118738,656.438911550029,1855.19085617896,17551.2187441137,573.680963285249,5157.01707201838,183.098484005815,4029.318803844,889.184029296215,9792.36595634842,979.991334917105,12008.5361271726,83.4019162346397,1185.44625089122,494.806901787162,1582.20918925814,211.455168884886,2084.27245492555,161.654262115144,907.391579857568,365.916768956535,2996.34728669434,350.83616366001,2170.21602838713,173.961773634916,1861.46391446205,4184.25669398747,1418.39923009359,39612.4487112757,16925.5204420238,1079.79094092652,7638.5777197425 -2821,268.526908444405,1995.89764615574,186.308953448156,1796.36879802427,244.947540163291,7118.1201952233,46.3514641029754,643.924025594925,1847.36740921771,17216.6080178284,571.146205478291,5058.69949914258,182.407380081696,3952.50058904958,876.525207515126,9605.67631772696,962.875097711123,11779.5956157632,82.139926176796,1162.84593824251,486.15058554325,1552.04466486405,199.687855429555,2044.53618759922,158.446291295526,890.092327880375,358.731890575623,2939.22248206275,327.757712480523,2128.84126279154,171.405535634945,1825.97545058652,4158.89351298064,1403.14564221838,38947.6733428921,16572.7981894797,1085.05085760413,7465.81443887454 -2822,265.149821389245,1962.40030416357,183.965517592386,1766.22016786411,236.67093830596,6998.65609996771,44.4011223535562,633.116986795179,1781.32356268212,16927.660031027,550.870046259499,4973.79885933032,175.791173870555,3886.16539184613,856.220974322564,9444.46332902449,944.576200725477,11581.8975305779,80.5284797112138,1143.32978311675,464.496879222754,1525.99655010916,190.555828430463,2010.22254029206,155.917545066965,875.15382280771,352.887728696475,2889.8932287003,313.218524654389,2093.11271530609,167.543244382211,1795.32992913135,3957.08007204775,1345.99336867155,37953.3155088409,16285.4806533538,1030.24340649273,7335.9050644268 -2823,272.212888162657,1907.67062763946,189.5228642034,1716.9617885964,243.913628242353,6803.46952990753,45.6416792349329,615.459892156687,1835.91379527698,16455.5619805719,567.748890183214,4835.0838366667,180.940543917457,3777.78354214722,880.030994717333,9181.0652741808,969.009254496081,11258.8882525835,82.9722966903915,1111.4432872486,472.18861186886,1483.4378033605,196.256407954631,1954.15914224925,159.876891461481,850.746526534119,362.43183544625,2809.29656284145,323.821891274881,2034.73758073535,171.969458914538,1745.25970336398,4085.51798826155,1387.2048611201,39058.4609472074,16734.6202828151,1062.54222118963,7532.15930042523 -2824,284.543439506628,1894.50889111974,197.829355282226,1705.11582402132,252.377565351095,6756.52983703015,47.9510264256094,611.213603084739,1898.08355724416,16342.0288748385,587.035217906217,4801.72477636198,187.147726929537,3751.71919388402,915.62339009264,9117.72165481678,1008.68441022099,11181.2089516924,86.364472086209,1103.77502235453,495.056583553334,1473.20300851262,205.075627994193,1940.6766639979,166.625144938555,844.876906556186,378.23583435928,2789.91417018406,338.292642803082,2020.69916155733,178.757027942567,1733.2185008412,4207.92461924219,1434.1781489827,40605.4390063718,17453.3174431221,1092.1238448795,7861.15707744262 -2825,306.654134756427,1886.49614252213,213.837744289452,1697.90410572761,273.008924389547,6727.95336783008,52.1918479092166,608.628499914249,2053.39767361016,16272.9109258214,635.064535757004,4781.41607596568,202.229128029182,3735.85144955708,987.929898077499,9079.15862048875,1087.94485944976,11133.9184814459,93.3763205881157,1099.10665061772,537.505103734803,1466.97215607599,223.607494907024,1932.46865067543,179.659212206031,841.303533910699,407.793140826261,2778.11434123664,369.420288921271,2012.15269632359,192.877387256266,1725.88792341448,4561.92840280368,1553.14464518993,43896.8992434511,18844.3310700247,1182.62202150831,8487.38830195165 -2826,323.586234791179,1875.90889996347,223.891017608893,1688.37526429322,280.252675623907,6690.19528679135,55.6464349669872,605.21280379303,2102.87089320696,16181.5853984461,650.562907052355,4754.58219561517,207.205887731444,3714.88540326201,1029.18887143221,9028.20529364273,1140.56609306842,11071.4335958771,97.0731714335035,1092.93833230228,573.679226865263,1458.73933243373,238.091729505778,1921.62340488851,189.066339760502,836.582037598989,428.401351096475,2762.52323043423,393.292219309586,2000.86025411772,201.306933251301,1716.20203343974,4626.34758425936,1592.95241358115,45714.422965509,19806.0921131459,1190.6588942315,8945.73144110184 -2827,327.504069731081,1836.53940045718,226.039538693914,1652.94151314713,278.577271340883,6549.7888736412,56.8613340731065,592.511267390812,2086.56752434211,15841.9841958677,645.666664230811,4654.79828744855,205.49659383307,3636.92150050932,1032.59268434039,8838.73131446513,1148.31850959009,10839.078602788,97.4818931972732,1070.00095238216,602.864051113079,1428.12492603629,236.725453370148,1881.29449995528,190.829299186132,819.024779825509,432.287722454291,2704.54645077355,385.627795028161,1958.86841390193,202.07610365177,1680.18428486489,4511.13822114591,1571.01473779016,45798.69201206,20003.4534780569,1163.31251882475,9052.73505820231 -2828,306.362277067118,1789.76461750424,210.220232015771,1610.84278088356,252.17354234162,6382.97244004012,54.3037707525591,577.420610515998,1882.48860066106,15438.5050371189,582.766526013454,4536.24532880747,185.223508528522,3544.29282411891,950.887871342956,8613.61785449224,1065.48951430006,10563.018340248,89.8099420436353,1042.74912086978,591.677669025652,1391.75204265116,223.850247613927,1833.37985032453,177.881983817881,798.165055117245,402.221160053761,2635.66441470638,360.117211961532,1908.97803590578,186.475534814252,1637.3917070275,3984.15695056804,1414.15158276464,42199.4790834376,18661.6813296702,1021.88074462896,8484.12821886451 -2829,250.951833460693,1669.7469452017,171.549203998569,1502.82321277042,203.64720137839,5954.94437024114,45.1394363882627,538.700056463323,1518.26914617492,14403.2329011831,470.092413513071,4232.05471064903,149.450600332918,3306.62035560039,774.025620457742,8036.00761743141,868.399968824416,9854.68560124609,73.0287964194402,972.824662056408,500.81083695838,1298.42421677526,184.722418126296,1710.43743659576,145.224546110758,744.641864921443,328.772521449416,2458.92256556602,294.623385064019,1780.96617439878,151.673221512915,1527.59182641585,3182.58622290119,1139.67297914334,34332.7105853388,15259.7901658757,815.273009770673,6953.71121341408 -2830,193.074688711923,1521.20735936163,137.529564203757,1369.13305196057,177.21829423733,5425.19645065476,36.7328072831391,490.777655102426,1335.65728532682,13121.9308116371,412.977532934079,3855.57391768886,131.180316865672,3012.46559187246,630.291711928775,7321.12968534047,684.567961108073,8978.01927644773,60.3476951981732,886.282822400929,372.923457369296,1182.91725570025,151.186321913255,1558.27805150606,112.52359018851,678.399016247597,257.941624695701,2240.1784375701,250.060636979698,1622.53259935881,122.020550695123,1391.69826608891,3022.42327667668,1018.10303679079,28223.5882654202,11969.5331951164,782.299475260294,5385.16922847303 -2831,150.277275603053,1411.97941800141,116.008560310432,1270.82457100722,174.993453352619,5035.64861147755,31.988305908204,455.538124736934,1279.15982351641,12179.7308673588,382.369056456444,3578.73039652155,135.936471608883,2796.16015987875,579.855371381748,6795.4472929699,566.847929816223,8333.36648994644,56.6302637734597,822.644655284513,225.258261692368,1097.97971194958,124.619192387313,1446.38830643919,91.4561176840023,629.687624267073,204.500690785383,2079.32589007913,233.720687533443,1506.02915587548,106.413001654053,1291.76952484007,3233.75218635173,992.0516679565,25148.951683895,10041.9212929048,816.809194996537,4432.73516783596 -2832,152.402405593355,1353.22890272041,115.312422833187,1217.94731413891,183.372065991856,4826.12222113036,31.5989170931429,436.583811935181,1343.89539922167,11672.9490720164,401.527205313055,3429.8243627884,143.104447028423,2679.81579387261,599.01544062701,6512.69810772189,584.068070395749,7986.62660899068,58.0646288012097,788.415546294003,222.572870715055,1052.29429116885,126.139211313202,1386.20608478897,93.812534926498,603.487191087866,208.82993869922,1992.80800892461,236.683987121759,1443.36536077489,110.245308693664,1238.0207773434,3433.95914724788,1043.31252975391,25946.8742063473,10241.2968034495,873.275512388715,4510.04022606274 -2833,154.897196786861,1323.66561834843,117.676786794145,1191.33945590769,193.906735063113,4720.68845205377,32.064450205856,427.045993641103,1425.59398410558,11417.9362562378,425.689545968782,3354.89478304087,152.251518268056,2621.27125922699,623.038287882616,6370.41859698992,604.762873444916,7812.1469528588,59.939432630202,771.191444036417,211.632157040197,1029.30536792734,133.077783158543,1355.92236516075,96.5824958186604,590.303121926241,214.112885944255,1949.27217419025,254.489694936195,1411.83291232698,114.938911899499,1210.97438465593,3733.87482886739,1118.47846239437,27035.2617044457,10480.0880870458,948.413584811988,4596.29968336924 -2834,178.899716491414,1337.34803888241,136.184029842156,1203.65405198732,228.700985097399,4769.48509957227,36.7153154215233,431.460267753353,1684.60640823643,11535.9607809535,502.855884879527,3389.57354226263,180.428442068826,2648.36672443001,729.161356648977,6436.26811745285,706.956087136852,7892.89928063751,69.5036921791415,779.16306882084,229.40203062222,1039.94505570547,161.072762804731,1369.9382161086,112.556253500774,596.404946620302,248.547467766894,1969.421342721,311.874326527979,1426.42669746607,134.854251634751,1223.49194238128,4495.51430445586,1336.13507668568,31696.5513903671,12145.7253951351,1137.50685547334,5323.14514514474 -2835,244.438204549001,1380.70944822942,199.75740981533,1242.68064382651,294.335351373364,4924.12816163549,54.6879179806245,445.449689162799,2158.23374451584,11909.9961876618,644.772850332035,3499.47513975603,230.325036619531,2734.23585520241,962.431947767024,6644.95400055416,942.611491122389,8148.81414101181,92.7393781127828,804.426207355403,375.874803304516,1073.66364050747,220.194591128345,1414.3563107569,151.422483740625,615.742440133655,335.161474938857,2033.27673603344,416.101781617546,1472.67634238574,177.892047015939,1263.16174665355,5609.53617772156,1702.18430454592,41951.4384720094,16490.3780777553,1412.16275821583,7284.05824817571 -2836,345.508619904411,1494.76817907523,279.712198411454,1345.33698275667,386.124673457283,5330.90440942498,77.1905060470701,482.247747050159,2814.74596617469,12893.8665097526,841.816610334697,3788.56253144361,299.263773665587,2960.10775886572,1305.43624876821,7193.88558120201,1293.5505828754,8821.9777816417,126.854172392146,870.878879485463,553.701795387397,1162.3576900402,298.005491952889,1531.19456805684,210.020117690226,666.608175382739,466.538956012022,2201.24325807592,555.627290789202,1594.33234667728,240.963895972005,1367.5100046169,7064.67293118564,2197.2412867913,56790.8864443331,22995.1193664121,1765.59650395244,10218.9412135141 -2837,382.364182014762,1719.79046840335,298.285871356487,1547.86391102255,408.501220739165,6133.41835853802,81.8696418042219,554.845286644352,2968.16693768305,14834.9082050011,888.237867984168,4358.89245017095,315.570083242298,3405.72215839755,1412.05946978856,8276.85257588886,1416.53335835557,10150.037653812,136.749150923735,1001.98092054615,603.529325362744,1337.33892933365,318.577252925992,1761.70048324437,231.486320566966,766.959320001209,512.025964955403,2532.61825269668,589.715101273266,1834.34301831276,261.74317715739,1573.37485792705,7294.46391028852,2304.24961074677,61197.0787781832,25217.6664187826,1816.50959218864,11253.9382684105 -2838,350.757162468188,1899.02148497472,262.285674646885,1709.17729621898,374.27698262124,6772.62344058435,71.1793028625592,612.66947313227,2721.00671130893,16380.9544979508,814.189957944018,4813.16216460581,290.178967786505,3760.65553884355,1296.78689822289,9139.4394598394,1310.11571942058,11207.8418458653,124.108287373043,1106.40414085933,562.345773213697,1476.71207984742,282.036375597491,1945.29922640946,214.191307367529,846.889347012186,469.891145384613,2796.55955970918,511.725541965946,2025.51233222227,241.943905977854,1737.3469117412,6620.1337644161,2098.41743810714,55869.7192732632,23108.0902134566,1666.91534599619,10338.3241706899 -2839,328.879772753936,1985.80215869517,240.455171107706,1787.28255118694,347.86134522619,7082.11589745176,65.6054588919898,640.666981357976,2526.72986288334,17129.5243686782,756.181767889884,5033.11199596638,269.170019405275,3932.50837140681,1209.82389870179,9557.08966549924,1222.61323534027,11720.0130214059,116.19273440505,1156.96412530951,512.633875336731,1544.19423852452,255.733766565169,2034.19468061647,200.11945969358,885.590135119051,439.78581147581,2924.35554548981,465.128214379755,2118.07333072075,225.451988053299,1816.73944978247,6099.97440127226,1938.38277327668,52021.10943778,21601.4152499809,1536.75151258906,9650.73929355737 -2840,303.938611668838,2006.45595979823,231.707045217378,1805.87160255117,316.988006697065,7155.77510488808,63.1996449658164,647.330388560112,2300.14440206276,17307.6840044464,688.500573097471,5085.46005775035,245.088515744743,3973.40934705714,1110.40989517329,9656.49041809236,1126.84129343224,11841.9097656558,106.441563257563,1168.99740205004,501.789504955359,1560.25499287879,244.882087757218,2055.35179949379,184.807632371134,894.800923026342,405.428710874232,2954.77099122125,443.036704260845,2140.10284917145,207.273749219958,1835.63487452939,5543.43407817437,1772.68198890798,47875.2434000717,19966.7205883488,1389.64223613657,8951.10685544302 -2841,285.340488384594,2039.49046999666,213.276126423582,1835.60366997095,294.023293709626,7273.58856823659,58.3034954171552,657.988106821117,2131.17618616242,17592.6396053725,638.053095490881,5169.18762790762,226.902653355874,4038.82799278266,1035.80088539422,9815.47593164911,1054.19582117709,12036.8762621853,99.5023029738032,1188.24390303172,468.116079677504,1585.94320159461,222.579892598589,2089.19133614057,173.194610901342,909.533023211712,379.746627187889,3003.41866373401,400.561099291911,2175.33773636217,193.483110991743,1865.8569677117,5075.59168871645,1631.96418531768,44557.8065474867,18695.2972112062,1275.24719506599,8382.24299221506 -2842,267.958674311422,2069.14053269943,207.234745920457,1862.28963134843,273.050895094978,7379.33182141428,56.8255127281983,667.553921867534,1977.09333876781,17848.4009708116,592.037397456839,5244.33715154823,210.317518237821,4097.54437562111,966.930798199282,9958.17308131088,984.288359063024,12211.8680756649,93.213904479533,1205.51856390872,447.982060160784,1608.9996051729,216.573681904169,2119.56394882296,161.933036403716,922.755792116587,355.856860019431,3047.08229100387,392.061045688909,2206.96274330959,180.33481774583,1892.98275079376,4720.90659361526,1522.91077701946,41745.0854732841,17548.9956607038,1176.02701624435,7879.53262576887 -2843,259.198350317204,2046.02794768817,195.706848507776,1841.48759942266,260.808917609111,7296.90366762128,53.8895371358192,660.097252528294,1886.43548425652,17649.031871307,565.002491663863,5185.75718255758,200.600913826031,4051.77424003956,929.383757646316,9846.93891511421,947.360983895734,12075.4598256768,89.6322053548678,1192.05275535166,442.540586165201,1591.02685775921,198.247278949522,2095.88812730201,156.105718226235,912.448482703391,343.444527000466,3013.04596172892,352.58944842048,2182.31066520503,173.216920305434,1871.83787249229,4413.01219011524,1435.15219515897,39921.454187084,16916.505997835,1109.1142893164,7597.91772055451 -2844,248.590564163211,2024.01458292597,179.878823210834,1821.67489927017,246.841477919438,7218.39574584461,49.5600039080849,652.995217771218,1783.12331348261,17459.1446428741,534.187229647115,5129.96324066308,189.412481405756,4008.18090379953,885.124635670071,9740.99497706857,904.902161041783,11945.5390676958,85.4016037231884,1179.22737232159,404.373314438532,1573.90888309719,183.133265534628,2073.33831321018,149.389867372425,902.631382551283,328.57274380661,2980.62837922436,326.868454745959,2158.83102468894,165.055046938555,1851.6986315257,4129.90423312457,1348.96328338087,37926.3202439022,16158.9058595772,1037.35208176448,7252.10234336934 -2845,240.754393177004,1986.26499048891,173.241859001749,1787.69911392732,240.452094362047,7083.76652935884,47.8202720169475,640.816301896718,1737.85356168461,17133.5167545535,520.575846440654,5034.28506562137,184.643616544195,3933.42492288474,859.734540142968,9559.31714064495,877.926147532539,11722.7446100617,82.9210016016292,1157.23377945359,397.499214473939,1544.55414456358,174.362379623632,2034.66879127685,144.823661936277,885.796540006345,318.544659115638,2925.0371263395,308.4323384672,2118.56699101548,160.294832528175,1817.16287805533,4011.08865636619,1309.3901119781,36779.5911743534,15661.9842342444,1013.5120311877,7026.91432008742 -2846,239.784243482654,1958.92907833711,164.755011896826,1763.09595867555,236.755556865591,6986.27640569578,45.5005972811935,631.997086828252,1709.42846814998,16897.7172458794,512.156515653255,4965.00086892058,181.554402789448,3879.29128076623,851.370200022923,9427.75732619971,871.449448344132,11561.4106901804,82.3675141763639,1141.30738439265,379.507721097601,1523.29726463485,164.419571363986,2006.6667232735,143.976092844611,873.605791783966,316.618459991519,2884.78139092191,290.452685747117,2089.41027656328,158.798445664382,1792.1542286365,3896.45146169184,1277.4311005364,36270.6681643963,15532.3255937997,987.615644237096,6960.27302076558 -2847,243.940822378089,1907.98882327007,168.665779588265,1717.24817437554,238.975330538032,6804.60433496561,46.6422073217099,615.562549631024,1723.73525102985,16458.306735272,516.539122479132,4835.89031894313,182.760103035545,3778.4136688573,862.071931068193,9182.59665743547,882.831797699652,11260.7662125393,83.6535634955432,1111.62867375744,385.671920890821,1483.68523780777,168.506161081668,1954.48509207076,146.021375399102,850.888429346679,321.57496126475,2809.76514786783,298.486410573013,2035.07697087862,160.6384291945,1745.5508091785,3915.00589102882,1287.9053582625,36788.1158476802,15793.3854152546,988.583298468613,7080.60775692419 -2848,254.6865985911,1888.75244085257,176.756670262235,1699.93484308914,246.474600931643,6736.00017461064,48.9734944443361,609.356435390641,1776.15839426778,16292.3737494794,532.341809098532,4787.13477364345,188.372958069374,3740.31962481513,894.953238326984,9090.01752975208,917.396044112576,11147.2349368124,86.8843610532903,1100.42121068751,404.321911202473,1468.72669283435,175.88239854952,1934.77993331835,151.951102538243,842.309754764362,335.072596846984,2781.43703806523,311.395638055516,2014.55928315247,166.625299291624,1727.95213014799,4014.3158320908,1326.81532283551,38165.0338281089,16447.2187220019,1011.19178911437,7380.32423848068 -2849,274.007868196727,1878.30983165113,192.242314132932,1690.53617609058,265.600273443535,6698.75791041398,53.2466798745274,605.987401428574,1913.73846719431,16202.2958290756,573.590348700074,4760.66747355978,202.712869604946,3719.63999773134,962.950197133569,9039.76028129308,987.150334457971,11085.6036633835,93.690979888278,1094.33715837253,438.936500848465,1460.60633860197,191.407193783025,1924.08284549602,163.501376030032,837.652759276061,360.505715782584,2766.05891895407,339.254600273059,2003.42110810524,179.299418746033,1718.39856006456,4329.09096816799,1430.76593434488,41147.5286768989,17723.2297100123,1088.82604074398,7953.92884556547 -2850,287.970738068383,1872.58230749423,203.49426001639,1685.38122954049,269.63046564034,6678.33140936149,56.3981484070241,604.139565985255,1937.15793127175,16152.89022027,580.924531785406,4746.15078547227,205.203193933137,3708.29771139339,995.64049204704,9012.19536920497,1028.94104283272,11051.8003676194,96.6819652206552,1091.00019957864,468.12890530377,1456.15251636929,201.412687284043,1918.21574583453,171.186384128495,835.098507398654,376.728287378013,2757.62438434708,355.952458389173,1997.31208253355,185.805310985011,1713.15865283621,4312.90400800232,1447.23438640475,42517.9785154226,18530.0778135052,1076.87295611129,8343.29345817757 -2851,292.373476480539,1839.83706681615,208.06704131081,1655.90951351778,269.776053910375,6561.54958970403,57.8297781912053,593.575172947807,1935.54052530941,15870.4298574904,580.589152925451,4663.15638296041,204.920407695304,3643.451909647,1003.71680555639,8854.60202592629,1040.37881959275,10858.5411119298,97.529535021067,1071.92223223266,492.140033167601,1430.68924865514,201.401507516282,1884.6725279912,173.417305414983,820.495410111428,381.550906045011,2709.40269934887,351.317519034942,1962.38573265293,187.40458047701,1683.20120200355,4243.7914752044,1437.88039780998,42809.1187191234,18783.062687994,1062.01690878406,8470.88372797171 -2852,273.621187052253,1806.33972762989,199.069011259832,1625.76088588302,244.018470043191,6442.08550445536,55.2897580330193,582.768135053313,1744.99378417398,15581.4818948928,523.755625699992,4578.25575025987,184.5059801994,3577.11671800012,924.148003501607,8693.38905072784,965.787416929603,10660.8430433048,89.8263643237956,1052.40607874167,483.072003826569,1404.64113608218,190.811749441581,1850.35888355833,161.700572382522,805.556906290089,355.086606557153,2660.07345011849,328.733769854384,1926.65718816028,172.949834412297,1652.5556831154,3741.07065741172,1293.01079555184,39455.5061103799,17528.2453896194,930.676424668114,7940.62172038241 -2853,223.863210424783,1689.15688989258,164.821441793848,1520.29275540014,196.296779333143,6024.16751881213,45.7724380188541,544.962166018891,1401.63971781098,14570.6630347043,420.816885313882,4281.2501579583,148.234206274333,3345.05810714136,750.410000619302,8129.42204998245,785.710516388356,9969.24122478886,72.8634026246256,984.133245634718,408.712951179171,1313.51772678606,156.248654062812,1730.3203872051,131.802247375805,753.297941492911,289.769033772522,2487.50626870376,266.233072303617,1801.66898510956,140.344544011217,1545.34929136956,2964.61816243619,1035.84500185001,32007.3199180071,14308.5954719453,737.206575559597,6496.90118783085 -2854,173.968931450786,1536.56753918536,131.765039739785,1382.9576826076,175.927614922302,5479.97661757171,36.940996539834,495.733214243953,1271.37961684513,13254.4276837177,380.850184401084,3894.50503929758,134.385311919662,3042.88354437525,623.25342971134,7395.05377451058,628.358983223589,9068.67357791327,61.4000480935603,895.231939983739,304.030824345177,1194.86159823339,125.906436518041,1574.01254748993,103.457641907604,685.249055999034,230.443701561705,2262.79832790035,221.989613516745,1638.91589670656,115.008168387954,1405.75074584846,2923.73283535516,952.327818992167,26769.7801365419,11363.3921894728,740.351594075742,5081.73367356635 -2855,138.889080025736,1418.97972468075,108.735752869582,1277.12506067391,176.445829442961,5060.61433276239,34.123435976036,457.796590077601,1154.13894676871,12240.1154949648,321.237284670382,3596.47301371479,124.796375876884,2810.02295305701,511.132325857468,6829.1377380767,488.469421925309,8374.68162553358,52.4960740534851,826.723160113758,211.521602734765,1103.42327197132,119.356396329336,1453.55920538673,85.3094030274035,632.80948739472,203.930685566871,2089.63476479166,225.682883458079,1513.49574202026,98.5189045803985,1298.1738553265,3002.42432522698,905.416232443095,22962.373585077,9091.83680235048,723.33503644189,4010.28568922287 -2856,140.777120558351,1358.86964574061,108.07416029355,1223.02415501734,184.866998831803,4846.23922807484,33.7035140517338,438.403649720907,1212.02578270906,11721.6061069576,337.106309004101,3444.12109987112,131.325522338225,2690.98622646117,527.516612552289,6539.84536737617,502.809652268122,8019.91773084677,53.7910248409391,791.701944833702,208.999304578412,1056.68063088284,120.811173915645,1391.98428852199,87.4711159068914,606.002741970698,208.202116898767,2001.11474686403,228.542518956092,1449.38182485427,102.021474960414,1243.18129161016,3186.06476575974,951.396356773277,23673.616472466,9265.7426943751,773.227828867759,4076.01476870265 -2857,142.982966041592,1323.98381397904,110.246094115387,1191.62584168684,195.452819972403,4721.82325711186,34.1823062010855,427.14865111544,1285.03792368742,11420.681010938,357.101520283286,3355.70126531731,139.655457851185,2621.90138593707,548.029022709856,6371.94998024459,519.970210741167,7814.02491281457,55.4847577283239,771.376830545256,198.72148333228,1029.55280237461,127.41203268133,1356.24831498226,90.0059145703374,590.445024738801,213.410245038,1949.74075921664,245.661165916278,1412.17230247025,106.30560764496,1211.26549047045,3465.4829004397,1019.6543142188,24649.8252754331,9473.48552720693,839.814793875052,4148.33100507955 -2858,165.072825211293,1329.59563088898,127.534532891152,1196.67664818319,230.499704810248,4741.8371026893,39.1188770581677,428.959156650387,1518.03649749834,11469.0885293257,421.627799304585,3369.924687769,165.459904375592,2633.01453579468,640.952289330073,6398.95802692227,607.425029647385,7847.14531555473,64.3045148524966,774.646376211817,215.402311685952,1033.916648643,154.17924433518,1361.99688769723,104.86180201433,592.947675707216,247.692463586102,1958.00489964422,300.99621917982,1418.15791371646,124.688167497132,1216.39954127234,4174.8315030702,1218.26360890553,28890.6317064757,10973.3934322402,1007.37755733647,4800.91946268072 -2859,225.780816084442,1375.70509647044,187.195149934199,1238.17657450638,296.726312464179,4906.28076480718,58.3211790624765,443.835166325747,1946.29149727927,11866.8286621208,541.253801459455,3486.79136722618,211.359435545477,2724.32567603401,847.479928592658,6620.86950740922,811.495580312976,8119.27893906726,85.9016172846035,801.510581833383,352.949679910336,1069.77216968801,210.866347886292,1409.23000666689,141.188637855774,613.510694875943,334.146925102037,2025.90716814679,401.742959084142,1467.3386585929,164.624302096053,1258.58344401583,5211.38793620921,1553.67034845493,38288.3308567091,14921.1569029936,1250.71270778676,6584.81766441611 -2860,319.517973747757,1486.35045371032,262.20469285068,1337.76077301215,389.389134608326,5300.88364105881,82.3538132576277,479.531988747739,2540.79777451274,12821.255232171,707.731163168598,3767.22739776608,274.868963370315,2943.4380340793,1151.99689673979,7153.37351118549,1116.24718254007,8772.29717753145,117.657796479391,865.974560985623,519.938867644994,1155.81192063761,285.450961192842,1522.57170898439,196.018163136876,662.854198930117,465.35433363858,2188.84704743454,536.569978515169,1585.35392980796,223.230147768435,1359.80892841406,6566.93286343608,2007.98373528434,51901.0215615709,20836.4410467872,1563.92432266455,9257.44488595839 -2861,353.827486432869,1702.08720911248,279.637731285048,1531.93043734232,412.029843232792,6070.2818907325,87.3518644560778,549.133794368841,2680.74059505587,14682.1999353982,747.388351141632,4314.02267987966,290.005876094141,3370.6641768873,1247.62301386191,8191.65192502159,1224.14523891653,10045.5547230719,126.917067763478,991.666682639363,566.730760891364,1323.57256752345,305.195862580433,1743.56580868912,216.181476631631,759.064358401534,510.863101828148,2506.54786887027,569.5555457737,1815.46057264382,242.642861172109,1557.17877847239,6782.15233450043,2107.12125426493,55962.0589877808,22864.4800407233,1609.10451295013,10205.0153453479 -2862,324.569300675455,1877.9337838,245.941434728467,1690.19772154726,377.498280574006,6697.41678262184,75.9616088164677,605.866079452677,2457.28694298953,16199.0520412684,684.983823821893,4759.71436202129,266.66422430709,3718.89530555938,1145.70424586522,9037.95047208521,1132.29374332559,11083.3842651959,115.162862601074,1094.11806611741,528.06463536752,1460.31391726353,270.286337821326,1923.69763363839,200.038050916499,837.485056634668,468.817818868642,2765.50513890402,494.395536522327,2003.02001229563,224.298861294254,1718.05452732033,6146.82245880855,1917.32318878509,51072.4556533133,20947.9262990861,1476.17036523456,9373.69891403863 -2863,304.367482038369,1964.9169459041,225.474281301899,1768.48522224062,350.872565125003,7007.6313890723,70.0161887942122,633.928915244348,2282.17520511896,16949.3685762781,636.326569134312,4980.17741002247,247.388924244024,3891.14912835237,1069.16526593982,9456.57519558928,1056.94461381869,11596.7505076684,107.839629388963,1144.7960239491,481.383114250105,1527.95353442361,245.069033101545,2012.80051072038,186.915920034177,876.2761466451,438.807031652437,2893.59931553162,449.35812139027,2095.7969866119,209.035320665017,1797.63231474966,5663.15800406657,1771.03001245641,47557.518888481,19583.8852030762,1360.86703504114,8750.58454735229 -2864,281.33843414171,1980.36390405862,217.29010643139,1782.38795603391,319.750016697673,7062.72104009033,67.4557203520151,638.912471138214,2077.87131865361,17082.6139980192,579.524899619643,5019.32847552427,225.295818481936,3921.73892904799,981.679935819728,9530.9169236892,974.580866587345,11687.9169664817,98.8081161251872,1153.79570015132,471.201639915533,1539.96535729352,234.691851630619,2028.62389975843,172.645261874207,883.164886139787,404.558955224636,2916.34699839736,428.053468137744,2112.27284245916,192.220705418694,1811.76418490378,5149.31930261865,1620.65333112744,43785.6912344682,18108.3336834852,1230.73592896644,8121.18002800395 -2865,264.169451674234,2015.16295468349,200.027743194834,1813.70816369276,296.603223623502,7186.82751694531,62.2387602762791,650.139472086089,1925.5821920769,17382.7905201745,537.214185249115,5107.52835907329,208.613654202847,3990.65191582269,916.0445703703,9698.39465838696,912.107499456423,11893.2976106059,92.3875978245251,1174.07025418558,439.582663853163,1567.02570328305,213.337546369342,2064.27097736969,161.822020206022,898.683902377108,378.960338587544,2967.59318937719,387.04873282766,2149.38980335087,179.464707300849,1843.60059308189,4713.03892425728,1491.86996513011,40755.7312424399,16957.8432335515,1129.33751607622,7606.506898354 -2866,248.11734958017,2028.0064955726,194.347257898506,1825.26774248868,275.462790555629,7232.63240476459,60.6563820793734,654.283103683699,1786.67544773043,17493.5788712078,498.605842191958,5140.08093710157,193.396131535623,4016.08613737582,855.419784233778,9760.2068944963,851.886774569572,11969.0989515412,86.5688894648291,1181.55313257081,420.674472890414,1577.01306368367,207.559205744572,2077.42750579953,151.318828446778,904.411619542481,355.144677745935,2986.50699700819,378.797906249953,2163.08883238562,167.293675912205,1855.35068979014,4388.09273315024,1393.30283227532,38199.4211646934,15923.0097302794,1041.6887610774,7153.60560093986 -2867,240.046875621525,2013.05129251618,183.593809874809,1811.80760329246,263.12827049826,7179.29653701374,57.5454256715586,649.458199674102,1705.05338539413,17364.5753276917,475.969135450182,5102.17624877408,184.493374608465,3986.4701653325,822.495262212258,9688.23184101468,820.219801264347,11880.8347839394,83.2596621477294,1172.83996175103,415.569710505735,1565.38363811649,190.054310034976,2062.10785556564,145.894407308642,897.74218359818,342.782572846185,2964.4834883719,340.76327895706,2147.13748667345,160.717876278755,1841.66870880672,4097.00618432718,1312.2926347439,36530.4821238581,15351.5640193499,982.174145871216,6899.38349450254 -2868,230.266052776718,1992.13714800303,168.735801379596,1792.98423491325,249.054289253475,7104.70884725339,52.9186416472591,642.710799499189,1612.02001741091,17184.1699703305,450.15915854988,5049.16833397572,174.23745359415,3945.05362843397,783.634969308952,9587.57813112008,783.790852478756,11757.4015179656,79.3478975314495,1160.65500424794,379.727831294218,1549.12043620614,175.554098845759,2040.68404890292,139.641508801801,888.415292707161,327.966134530322,2933.68465263774,315.885925293666,2124.83028374582,153.17596875742,1822.535105175,3834.11920520742,1233.5745255317,34708.264361745,14665.4163313318,918.623111622485,6585.85974418203 -2869,222.990091194638,1948.80466476628,162.532566379872,1753.98367745614,242.600780940883,6950.16894655721,51.0699861318773,628.730710340522,1570.96025561814,16810.3840801757,438.630902518763,4939.34005111335,169.836669296041,3859.24178039251,761.030755944299,9379.03146099538,760.291969970862,11501.6573767072,77.0356254641767,1135.40871858651,373.274618129698,1515.42434484973,167.172140340949,1996.29558527268,135.363780282468,869.090699108225,317.945771648911,2869.87185683713,298.114806424114,2078.61149165932,148.745850463835,1782.89176436759,3721.13403788403,1196.80158011087,33652.4692193583,14213.0609374671,897.378489493881,6380.51149088238 -2870,222.125522165987,1911.48897520678,154.576974571558,1720.39841794619,238.884420947863,6817.08719060457,48.595287907728,616.691781848731,1545.52326011262,16488.4990369731,431.64863875357,4844.7616239839,167.022293328275,3785.34506266814,753.870643462576,9199.44187323685,754.944207303764,11281.4237720527,76.5382388765843,1113.66792535468,356.380058126813,1486.40701672767,157.642999183497,1958.07054010738,134.590173447623,852.44936028484,316.044230184796,2814.91958315806,280.743073962179,2038.81026245461,147.3817314285,1748.7529731382,3613.08368752932,1167.32066980477,33186.2952702358,14095.9167874399,874.365779915,6319.85276363011 -2871,226.004138193107,1859.73876660512,158.240849814614,1673.82165074456,241.137456301704,6632.52652154221,49.8127929768933,599.995934387644,1558.71864226551,16042.1018692367,435.454958819147,4713.59820744399,168.154217231643,3682.86348984026,763.549916338608,8950.38313309562,764.999641549515,10975.9990266841,77.7476776242285,1083.51732119341,362.16809111131,1446.16515596868,161.553563315881,1905.05921740469,136.515976877802,829.370790233281,321.009192715908,2738.71057671607,288.494755100888,1983.61305349879,149.107711635363,1701.40855612795,3631.77518839458,1177.34309973834,33667.9701858747,14335.6066238723,875.295531674409,6430.86864410052 -2872,235.995130994172,1838.0725263897,165.834772474065,1654.32137327871,248.717482291216,6555.25657619758,52.3041382207469,593.005890260938,1606.37609513473,15855.2089362612,448.886374883054,4658.68406956866,173.347348262111,3639.95756859782,792.929620716483,8846.10980478528,795.202146887909,10848.126964335,80.7654556276271,1070.89417918009,379.681690439637,1429.31711138143,168.626917927259,1882.86498702672,142.077574350587,819.708494059476,334.505029369098,2706.8041808818,300.974441922126,1960.50365895195,154.688483400189,1681.58688700776,3724.78549313187,1213.28916160824,34935.8049379071,14931.9307683286,895.356833381947,6704.93662627263 -2873,253.897695278569,1812.7904241847,180.361025216934,1631.56670966307,268.019084827602,6465.09110973203,56.8669067841518,584.849283102898,1730.84199576976,15637.1255869629,483.684387562999,4594.60535390504,186.542841693927,3589.89111150763,853.169785384505,8724.43438175911,855.661461466413,10698.9144328884,87.0946430227674,1056.16437080742,412.18659093994,1409.65730972808,183.507810896582,1856.96677879131,152.877050069529,808.433664787192,359.89462251837,2669.57295144583,327.894919216001,1933.53755551083,166.4542736462,1658.45719493439,4017.60022603424,1308.51332735339,37668.4505951253,16091.1048083973,964.134500275611,7226.54269629502 -2874,266.949439512827,1793.95901572861,190.92731714689,1614.61786730207,272.129426171637,6397.93123853623,60.2364976534672,578.773823089192,1752.87545305611,15474.685905531,490.237488613919,4546.87623477487,188.928456219143,3552.59904236836,882.961852706594,8633.80427626019,892.788078026389,10587.7732744651,89.9203035583406,1045.19285286574,439.600754272956,1395.0136795387,193.110038900474,1837.67646291459,160.12670686434,800.035592760685,376.160413202408,2641.84121920512,344.050753402785,1913.45181642745,172.579042167515,1641.22901211298,4005.35858470971,1324.7986430049,38947.5311385913,16832.4552555539,953.688128167068,7586.280168335 -2875,271.080366884708,1751.23399764282,195.258541751946,1576.16404702118,272.29695564645,6245.55778658919,61.7817603824766,564.989716628419,1751.8169915749,15106.1400082229,490.129529550079,4438.58760183433,188.710645766611,3467.99016501611,890.491592413808,8428.18115966823,903.100203264363,10335.6143340023,90.73023284784,1020.30048734886,462.151937305292,1361.78996363123,193.142356026445,1793.91026790931,162.240887845342,780.981904872453,381.006790064888,2578.92299594544,339.647139713289,1867.88095179432,174.101196803863,1602.14141946975,3939.58751774018,1316.30961659779,39223.1687928413,17066.7682030381,940.4525007803,7705.36245126138 -2876,253.799186376643,1712.55874442419,186.843864890586,1541.35513872297,246.343106109331,6107.62731629619,59.0791866167087,552.512160581688,1580.23225301808,14772.5273723555,442.529140401644,4340.56329459435,170.003022520857,3391.40108670203,820.685367782911,8242.04838645719,839.198570767753,10107.3567156168,83.6093001185501,997.767587827479,453.638952326327,1331.71541520142,183.025204815305,1754.2925275295,151.339009694053,763.734253804251,354.646357987979,2521.96858549327,317.882507049657,1826.62960052422,160.753001961634,1566.75881202068,3474.52155988956,1184.79887050122,36175.8800065788,15936.3094096128,824.226312008795,7229.95219863157 -2877,207.685260056158,1599.59923382743,154.721574230161,1439.68813156609,198.182976241442,5704.77130052303,48.9179378301231,516.068737276492,1269.61730902021,13798.1389213365,355.69270537118,4054.26193000292,136.618115575139,3167.70598238023,666.697210606245,7698.40703396038,683.02256719862,9440.68056699406,67.8367249118511,931.955341224401,383.812311879623,1243.87613842035,149.900095077494,1638.58027765867,123.377418681609,713.358727816256,289.434638228909,2355.62081022118,257.495056110551,1706.14603382114,130.475536243175,1463.4161913922,2753.15822560367,949.446815021545,29355.7526271399,13012.9205888846,652.873804985169,5918.23530951448 -2878,161.118515513353,1461.79152390323,123.644782976528,1315.65698662647,177.500690963873,5213.29727881744,39.4633567345079,471.608694195966,1149.30294691367,12609.4099661372,320.908060396682,3704.98159766011,123.597560955145,2894.80368415865,551.599334818905,7035.17850710248,543.93144411602,8627.35273990431,57.0511080289288,851.666085884829,285.503967649945,1136.71447039748,120.721181880211,1497.41429632047,96.683184693028,651.901876277529,230.001821373642,2152.68078471891,214.57575902356,1559.1591681457,106.700184500971,1337.34084093132,2711.61895367406,870.258420365349,24495.7276519519,10313.7969905188,655.480228126314,4614.60237575483 -2879,164.858454451553,1359.56388922236,133.055328589256,1223.64899533981,212.034209174187,4848.71516092507,42.3910308202759,438.627629171141,1241.99996037125,11727.5946494649,339.713945272457,3445.88069368604,126.943775184131,2692.3610453432,506.166519428253,6543.18655983871,472.038078152167,8024.01508899016,51.9872933348379,792.106423597657,216.096913861963,1057.22048666854,131.304495280262,1392.69545020113,100.208885351859,606.312347424652,213.658188424296,2002.13711194047,248.675647512313,1450.12231080715,104.148965913245,1243.81643016891,3266.38120274507,977.006240789757,24409.5285762919,9451.41650365336,757.373505563514,4114.95002943732 -2880,166.43190242796,1286.14744040528,134.006433927657,1157.57195067233,220.096593721169,4586.88454651808,42.3494255948197,414.941737583348,1291.59712701483,11094.304548753,353.048046300571,3259.8031392708,132.239516990436,2546.97355127288,518.577584096201,6189.85449138714,482.765799668521,7590.71828127246,52.8995096447293,749.332677423067,215.383057323139,1000.13058132231,146.44508077746,1317.48989712047,102.215737143574,573.571481199288,216.918423890848,1894.02170966421,281.548697434553,1371.81570730448,107.088736907821,1176.65034403847,3469.44101596435,1033.3192086111,25187.0029521252,9613.66862009938,803.680220647717,4188.26377943942 -2881,181.164870198827,1236.19069834032,147.183034931931,1112.60935809186,262.009094774399,4408.7200523292,45.8481370970952,398.824505059911,1545.79479693311,10663.3778187994,421.726864587758,3133.18535075368,158.890103721579,2448.04360222513,592.219798456773,5949.42718536352,542.686532809533,7295.87840261456,59.872594933632,720.226979187514,206.376502042283,961.28335128261,164.228538336198,1266.31574640032,113.829684492404,551.292727114098,240.588479120397,1820.45381920112,323.339793175087,1318.53142488281,122.652648474545,1130.94670548888,4325.20303094481,1249.25837687826,28836.8608271775,10604.7133631112,1005.65214374743,4558.86029170728 -2882,221.088871722675,1215.76831453709,179.803900438153,1094.22858936052,337.265054799093,4335.88616584989,55.3157874543265,392.235758579772,1995.96951058958,10487.2143880707,543.944534830788,3081.42382735305,205.781562512995,2407.60090509205,744.771530733318,5851.14017709526,676.385921942328,7175.34746097263,74.6211919174175,708.328530336408,225.192984795386,945.402551038834,206.087278506542,1245.39568429033,141.05628051583,542.185142276116,297.158498697538,1790.37916596055,411.38738840319,1296.74873807588,154.600315537149,1112.2629961619,5716.49306422985,1624.91094775504,36308.0562648166,13043.4401686166,1331.59798319806,5565.90541865767 -2883,290.89085460751,1207.23488192521,235.367111308063,1086.54823956226,412.063732492568,4305.45274200868,73.3986245808086,389.48267036898,2428.48319486291,10413.6050200713,662.796052381192,3059.7954280397,249.579811126932,2390.70204382529,940.617473250519,5810.07124166832,866.543431000289,7124.98396383849,95.1394596436188,703.356798709241,365.020319576125,938.766805671961,264.057931597727,1236.65429827136,182.174501520473,538.379564914501,384.64769823654,1777.81256113977,512.995848092801,1287.64690688108,194.968579881583,1104.45606353261,6735.67477409402,1959.6145735652,45776.1236660286,16993.2987079667,1565.36661849398,7343.52680883355 -2884,338.356472288586,1175.21281364505,264.132117090787,1057.7274007695,368.644344652234,4191.2500265754,84.7456696302142,379.151589937799,2136.21077205678,10137.3827405563,586.561934826378,2978.6339410855,217.612622555783,2327.28834924846,959.18682105762,5655.9583173328,930.95400014611,6935.99280196842,98.5174873403099,684.700164635126,522.498927733691,913.865889371032,250.699863077507,1203.85187599952,200.933103463955,524.098974246971,425.679397456591,1730.6558428619,452.327397788695,1253.49189877932,198.412955275223,1075.16021729059,5118.86814319191,1643.28288312755,45798.1389034183,18948.2316314608,1177.51652223839,8432.81249646955 -2885,387.077005663401,1130.57861896969,299.381223510166,1017.55526328831,416.900362960181,4032.06773427291,95.7030614894803,364.751537725751,2414.57370688844,9752.36829084376,663.120449533196,2865.50640737466,246.327063566007,2238.89870607918,1092.43918328975,5441.14688770879,1066.54253037814,6672.56608521084,111.511170345749,658.695478430432,571.286412112409,879.157564598054,279.837503846843,1158.12997919089,230.457906378666,504.193868232052,486.190421852448,1664.92610531185,505.115605547347,1205.88469029376,226.760307056281,1034.32598719322,5755.04200776474,1853.50124676768,51990.9759521441,21599.8657127317,1323.55110822615,9617.70700459406 -2886,348.547774123095,1190.54406455261,264.417057379234,1071.52599450905,365.867845962751,4245.9270221184,83.783183141675,384.097815923293,2116.35729759441,10269.6300718795,581.482498343051,3017.49174095148,216.553665224454,2357.64901346374,973.947178547753,5729.74318002229,963.41526935059,7026.47636775783,98.1505085112045,693.632427710024,531.285571475235,925.787736276659,238.209973288412,1219.55673809104,208.694158367289,530.936112832665,436.224692014172,1753.23313154825,415.559445231309,1269.8443403011,203.733232797546,1089.18623101825,4948.95364636386,1608.34733674841,46012.8426971445,19358.8631095129,1139.88315291299,8666.68130150185 -2887,323.048646836061,1291.41213557435,245.140259635816,1162.31033700745,330.218256450269,4605.66042567041,78.0226637001254,416.640253393177,1905.98343449864,11139.7177958871,524.092659238564,3273.14676481503,194.68774126736,2557.39929168948,891.515971272946,6215.19194183355,885.236953178297,7621.79000494093,90.2317599587765,752.399983707649,484.507548898362,1004.22449969784,217.121638879917,1322.88288899586,192.2161288873,575.919329440726,402.510523879355,1901.77466755358,380.442675888837,1377.43107557425,186.233446613505,1181.46682556099,4374.71760017479,1441.85674581281,42075.4898939978,17868.4886976786,1005.12079534714,8005.22491762207 -2888,304.792223282654,1382.32935529864,230.95639009091,1244.13860962975,315.228756402069,4929.90535829988,73.4022445523284,445.972309690517,1821.33205930123,11923.9695019196,500.630732336483,3503.58087288094,186.245095633981,2737.4437770403,845.884583200418,6652.75014330814,838.987909785848,8158.37467646678,85.3528575279303,805.369994407512,475.115292459769,1074.9233083713,213.24929992324,1416.0156937568,181.983948528188,616.464855362197,380.528752806497,2035.66226280927,373.590934594593,1474.40414892807,176.905781862474,1264.64374175802,4226.5330068573,1387.37441789591,40020.4440652405,16913.4907096528,971.492231983559,7587.47045368714 -2889,289.165449532386,1440.55918656538,219.613285467412,1296.54723499351,299.17656608074,5137.57479400593,69.8907268039666,464.758637451968,1728.47133487746,12426.2598782797,475.117362217344,3651.16720769704,176.65527678616,2852.75702610663,802.439799367445,6932.99342745724,796.151358107938,8502.04153053489,81.1258328007783,839.295743507669,443.365816594106,1120.20383622179,193.927052833939,1475.66454271053,172.698212585969,642.433083825275,361.006694683549,2121.41336809043,337.585956622482,1536.5125780676,167.860951134195,1317.91613405211,3994.73030772785,1307.74998042818,37878.6111951865,16031.4485181715,919.253737383562,7179.24439921589 -2890,274.388646691687,1495.43349925262,209.272513405652,1345.93579122246,284.327164701898,5333.27719091511,66.6984379418196,482.462395154865,1642.69940091266,12899.60555991,451.538687847225,3790.24881773922,167.794322070243,2961.42530057339,761.742722443632,7197.08757419198,753.713181249556,8825.90443722936,77.2741486411401,871.266507011054,424.001266920604,1162.87505456224,187.063071486212,1531.87610159221,163.456429992649,666.904882173602,342.608442165095,2202.2230297726,327.282254255207,1595.04198278979,158.990021907101,1368.11868227782,3803.3793165808,1245.56650548324,36010.4186153215,15221.1447377922,874.718891257337,6814.64410526425 -2891,264.282509313458,1481.78000763481,200.953893540056,1333.64723205031,268.356277031367,5284.58371477055,64.1374071072594,478.057454198649,1548.03603583339,12781.8305759517,425.755014093213,3755.6433802602,158.039456622709,2934.38712365789,727.051970810306,7131.37728020967,721.431469426788,8745.32284512678,73.7883934169396,863.311736734542,420.611819986814,1152.25786241163,181.658201916223,1517.88988453671,156.728410118941,660.815958645283,328.920934123185,2182.11646288575,315.966271966634,1580.47905347668,151.602682685472,1355.62759058435,3535.18743135052,1172.10214812255,34360.6451782422,14628.7280582353,811.691955442419,6569.672847162 -2892,259.457797083961,1426.29822979661,197.745688945659,1283.71193864515,268.21617836201,5086.71486911224,63.1333153932641,460.157713797858,1549.15659460079,12303.2449014746,425.87176156125,3615.02212029617,158.120841405914,2824.51587850192,719.284800840403,6864.35957994218,711.21153144887,8417.87473763669,72.9577321147308,830.987053086616,384.612432955662,1109.11426862224,170.039620316879,1461.05605703006,154.270970835762,636.073254586254,323.803087753028,2100.41222866265,297.97363777459,1521.30172130111,149.957294792329,1304.86929419446,3570.87601295624,1167.9612738789,33928.171594392,14361.781351941,821.5231203884,6415.29685369047 -2893,250.925107682139,1379.4945179275,191.330513751588,1241.58716947409,260.524714619536,4919.7952641372,61.060727547816,445.057723767011,1505.23532150166,11899.5162019685,413.747705518422,3496.39583991235,153.661717764686,2731.82991382398,697.005113875024,6639.10689348867,688.589362568481,8141.64373942058,70.6790286539207,803.718367066321,378.603229475675,1072.71888960959,165.247919465146,1413.11177350697,149.305295834205,615.200628712248,313.375815177669,2031.48759095157,288.18709291468,1471.38048747899,145.311617837074,1262.05025032519,3477.47896835624,1135.21597186324,32888.4235464355,13904.7585583443,800.502428391022,6213.99237178207 -2894,252.625049501275,1357.74149657539,193.335178875065,1222.00878633658,262.930292504511,4842.21582468456,61.6991853202454,438.039681982712,1519.41290241959,11711.8746951286,417.617097016463,3441.26175103223,155.119446028492,2688.75213883214,702.500527693344,6534.41591274451,693.658826503437,8013.25950316351,71.4297097889484,791.044664798807,362.041695964463,1055.80336250365,159.879368130616,1390.82864720053,150.371230210262,605.499631543867,315.623426386657,1999.45339844973,280.250018506593,1448.17853143983,146.45185575225,1242.1491882434,3511.67636482376,1141.40300945116,33074.3227563167,13975.750813208,808.880108844986,6226.19050258652 -2895,257.510294961214,1344.86902957602,197.51197588055,1210.42317315856,266.520514638816,4796.30777549825,63.1845202785103,433.886718134321,1539.09587158062,11600.8368275419,423.132476279254,3408.63585837292,156.859083058393,2663.26063454808,713.746811066068,6472.46446365856,704.738987062715,7937.28744311229,72.7878352014586,783.544933540439,368.527374446293,1045.79350865745,168.350863656542,1377.64248775263,152.860252754807,599.759014464077,321.35021543841,1980.49699330689,297.931893093136,1434.44864957191,148.606844535445,1230.37262807028,3547.47919868009,1159.99087804271,33706.4604116578,14255.6081766073,815.591340872606,6356.98045078899 -2896,271.99278073001,1370.96108531563,208.721353896168,1233.90681967582,282.414461597629,4889.36184029599,66.8556524699794,442.304635556219,1631.49375255594,11825.906833969,448.473885882159,3474.767440599,166.420255622944,2714.93105255722,755.260446395569,6598.03795806172,744.036101141476,8091.28024228643,77.0059732433682,798.746635439154,386.182071678883,1066.08314424272,174.485680297728,1404.370387488,161.312191153001,611.395051350633,339.644127245227,2018.92098613078,308.101087998388,1462.27865628419,157.045245465615,1254.24331769589,3767.59679785637,1227.38483548263,35600.1649842024,15041.5372576824,866.967681590264,6699.31522230914 -2897,291.808875797675,1416.8969886237,224.424975361646,1275.2505346557,302.332709452896,5053.18651419785,72.0121196197134,457.124649916394,1745.8644533654,12222.1498190355,479.981708113994,3591.1942180466,177.833373317174,2805.89848529775,808.964651371522,6819.11413368102,797.617911501441,8362.38951798302,82.6805151822877,825.509720552345,418.285278826366,1101.80370025034,182.883756988079,1451.42571460073,172.986672854433,631.880668530209,364.176270709047,2086.56766129821,320.306441669304,1511.27427817601,168.232961363582,1296.26843451619,4006.95430247862,1306.47963521321,38116.9162661113,16142.3764822088,922.491511849648,7188.47997191956 -2898,308.351581069796,1426.96354716809,235.268147698998,1284.31074458554,310.697797970833,5089.08764059544,75.5116377933377,460.372360997312,1790.73577993059,12308.9839274284,492.658454404324,3616.70839948007,182.493020941292,2825.83341465301,844.762377861208,6867.56155942813,838.607072132021,8421.80137666416,86.1024887692902,831.374678977433,447.158434683302,1109.63163096236,199.982191722299,1461.73758769114,182.321889146786,636.36996012579,383.200567497328,2101.39199622725,352.52898937486,1522.01135442082,175.9349945364,1305.47796928836,4055.15238329048,1345.39190856659,39818.8912156819,17002.2623878271,930.443264434958,7601.76421792992 -2899,314.782721581844,1429.30662663524,239.946110985353,1286.41958761873,314.997934266919,5097.44394148401,76.9445679088826,461.128294131296,1814.53560698938,12329.1953249507,499.30393988316,3622.64704816263,184.877860286589,2830.47344366046,859.743230372835,6878.83812112527,854.693223683951,8435.63000593865,87.6482844655573,832.73979930141,471.988802963693,1111.45365023941,213.553928370727,1464.13776626253,185.933169503822,637.414881974029,390.767865864457,2104.84248972342,377.558890422285,1524.51050274201,179.068423347091,1307.62156898347,4102.65154923348,1371.15340876354,40636.296317883,17373.144549081,939.68309877126,7789.05365582089 -2900,296.48496864199,1435.72839427388,224.928609631962,1292.19937449129,289.522327093603,5120.34637538673,72.1489348708195,463.200109024848,1664.52608201462,12384.5894762636,458.349812470652,3638.92333006506,169.459405416846,2843.19054888045,801.097099006741,6909.74422567592,801.463852366911,8473.53065984609,81.6334237532595,836.481236859252,462.180587419328,1116.4473282578,194.465237987308,1470.71602760317,174.74085855522,640.27873930539,366.656505564833,2114.29938940685,336.201462826206,1531.36001426658,167.095925237744,1313.49661477057,3676.11734354496,1245.51686798792,37751.1554135976,16318.6551413499,841.669237487348,7341.07884377386 -2901,246.279073445507,1386.92873029032,186.65501845468,1248.27818749907,242.053163659154,4946.30845596208,59.8170175260972,447.45617739564,1392.54548918467,11963.6436988962,383.363668130987,3515.23821212956,141.920783904333,2746.55197574923,667.589281038524,6674.88560076458,666.002268019493,8185.51974454758,67.8984712448684,808.049673166504,391.885271822753,1078.4998622248,165.441246112287,1420.72715209683,145.103408767643,618.515996812773,304.913914535199,2042.43544900196,285.862209636947,1479.30988108532,139.072169232044,1268.85154561962,3097.96353287243,1046.47082852181,31485.4501529593,13568.9061136687,709.565744793992,6109.02748403894 -2902,187.810174693268,1277.06439766888,148.195239451457,1149.39693498743,206.743264440776,4554.4910066687,47.6663138590097,412.011332081474,1198.46849169585,11015.9542452177,329.032869385456,3236.78172640938,121.857665493926,2528.98629033537,534.394725245254,6146.14044188468,516.012957066856,7537.11103813475,55.3088886500052,744.040733032408,291.606166650197,993.067449579599,133.613461940763,1308.18550738693,111.266704083633,569.520799207128,236.599547807771,1880.64573145822,238.715176014333,1362.12765731545,110.204362070174,1168.34059274174,2867.61351601431,914.320326744789,25491.2112516054,10531.3699705491,660.930970319343,4674.57506298195 -2903,229.946128438329,1184.67190703849,203.770165903563,1066.24087352313,292.986436081828,4224.98470422384,57.989855628556,382.203318320822,1488.23960650393,10218.9768561025,411.567851653446,3002.60847259713,143.715651833509,2346.0203079145,532.821586908818,5701.48218954716,511.02205065551,6991.81945985394,57.5641240407649,690.211202915673,355.513928714632,921.221444634107,197.365044596422,1213.54148046497,144.809913330804,528.317360131849,289.17630383353,1744.58560525001,374.886053650983,1263.58104757076,147.612171726865,1083.81400389858,4031.73838005774,1232.40696089236,30084.7214525457,11312.6674950622,898.030809256921,4929.13061498128 -2904,246.3988021599,1132.25637825944,201.263411297439,1019.06529785571,294.264970039579,4038.05125367136,56.8906727122295,365.292822755029,1495.81466032161,9766.84063820862,413.533327476657,2869.75876976162,144.617619364404,2242.22119337896,531.997699423895,5449.22145641597,511.038449164383,6682.46805889766,57.1314546144582,659.672971228818,346.754227604194,880.462219353069,198.309759588982,1159.84862422691,144.741537141595,504.942083289428,287.618526627476,1667.39682711135,377.793411304863,1207.67420250243,147.986401945732,1035.86090922741,4082.95727384283,1244.10620140581,30145.7127417708,11283.4618145651,911.280338240683,4907.61042126241 -2905,247.128134962904,1107.61066731566,203.848622102506,996.883405798371,308.970524552854,3950.15539732198,57.0618154552031,357.341530545664,1573.64169940094,9554.24679831055,434.681482196173,2807.29301865086,152.533253366231,2193.41498970891,548.8809733102,5330.60879989914,525.261141288974,6537.01144736255,58.5431168094132,645.313935873837,334.739268655483,861.297286594242,207.221943507134,1134.60231563452,148.505794122546,493.951059642264,293.46028987962,1631.10276772814,398.776790623411,1181.38687934785,153.441032875908,1013.31342878308,4382.32659174792,1318.72801989646,31163.4678607308,11481.7310502213,979.348062778394,4974.35471283957 -2906,275.697705667086,1110.82155253793,231.719312854765,999.773300497353,358.943944741289,3961.6066192768,64.2360590128618,358.377438445066,1829.96948091085,9581.94388606886,505.270563680959,2815.43116315793,177.846668457089,2199.77354509719,633.854656509848,5346.06185892647,606.80930736146,6555.96178259637,67.0008976247923,647.184655470144,371.665255321089,863.794126694396,240.948484460137,1137.89144774198,171.4407161021,495.382988933607,337.212785367844,1635.83121963589,465.485160932511,1184.81163660654,177.875363343719,1016.25095296014,5146.96767873168,1539.27480789133,35929.9332568917,13146.0848223426,1148.17377957126,5692.77483356021 -2907,348.54499814635,1156.49711243591,313.816487145336,1040.88269846225,456.223177382047,4124.50281085464,88.2551091021343,373.113459832464,2318.06670935944,9975.94114954225,640.975110904498,2931.19808759115,224.532177363141,2290.22541658953,832.347344830161,5565.8850772443,806.11282391479,6825.53453656903,88.8945961289488,673.796059820772,547.312231626518,899.312235145938,310.264962321497,1184.68008706932,228.513890228891,515.752503129456,451.710397307245,1703.0945048006,588.066620654795,1233.52957402142,232.430230365063,1058.03789089563,6298.28587816885,1923.62366013133,46838.2687236272,17629.8182782348,1397.04122462954,7707.71385402324 -2908,482.45772131507,1266.70856960413,450.081543060016,1140.07637366053,621.192681918161,4517.55823658006,127.908050212828,408.670295777,3146.6713746563,10926.6248986782,871.244416140151,3210.53437733051,303.95834136715,2508.47851700098,1166.68052312176,6096.3008458595,1138.88115251363,7475.99193861376,125.420911443549,738.007240971619,836.856449521211,985.014577865913,427.036636699203,1297.57731549307,323.72576550119,564.902504713403,643.78420218269,1865.39540901463,795.935096208893,1351.08204376053,323.926419111968,1158.86641561991,8277.75825073728,2578.72979857594,65235.4726395093,25145.7319112506,1825.1605877709,11074.1354956527 -2909,501.841419123059,1447.61734827116,494.872827403612,1302.89979594977,666.717675213934,5162.74684803175,140.575745468658,467.035768199448,3371.35467837145,12487.1435631965,934.165621962292,3669.05646126404,325.850053319069,2866.73439030334,1278.33904786294,6966.96231202125,1261.55049191441,8543.69812091409,136.799210886499,843.407955717963,954.719170655858,1125.69238531662,464.542482016998,1482.89470656847,359.255105734509,645.580748033082,712.510469511684,2131.8074419587,855.468769938988,1544.04087287152,355.473500205546,1324.37339403528,8700.8125100443,2750.9084899352,71032.6279061334,27771.0169912181,1918.55098373716,12310.5388314338 -2910,494.440903615212,1606.51276217598,450.836572469256,1445.91051808652,618.397692382993,5729.42753770678,126.722064483284,518.299205864819,3129.19982760157,13857.774999282,866.804717306326,4071.78460330308,303.391592296845,3181.39692736567,1184.10550384784,7731.67984013737,1175.45456454727,9481.48354523343,125.202595472813,935.983287434232,864.705757225533,1249.25221810532,433.458450761273,1645.66228355203,334.689154077659,716.441891200653,658.444387354563,2365.80189239821,798.996826879289,1713.52006146641,331.457622965299,1469.74113148405,8138.45362365739,2571.84394893661,65896.6734477887,25687.421828745,1805.78198788068,11389.2073547846 -2911,470.936442452996,1722.56744794215,422.674330779827,1550.36327736323,572.711689346815,6143.3221099528,119.204153524929,555.741206255793,2896.08579599235,14858.8624234376,802.463450699974,4365.93083965405,280.509542313566,3411.22144503884,1102.45430474148,8290.21737274707,1095.09253432506,10166.4271195059,116.962673414881,1003.59883887152,819.284679500536,1339.49835684033,401.905427361627,1764.54513570951,311.956860949801,768.197744319674,614.978402324794,2536.70772126657,738.451422719479,1837.30496810989,308.041369847196,1575.91541729611,7477.2638393278,2373.88284092241,61352.1581372812,24026.1333552853,1658.04395097606,10659.7283383038 -2912,442.515776278949,1785.91734102074,388.201615797898,1607.38011462628,521.245841541291,6369.25160796912,109.564828013294,576.179387667922,2634.01581163647,15405.3184399604,730.066253170579,4526.49421974753,255.213801322801,3536.67401531047,1011.64393391185,8595.10202895556,1009.23164651222,10540.3120851027,107.097192919711,1040.50762825579,763.00447619,1388.76033365648,367.822094272145,1829.43881857405,287.697977215411,796.449320200782,566.485405817936,2629.99879274586,672.617629995053,1904.87449836055,282.876648623627,1633.8719712214,6749.18928498039,2157.50370528673,56246.8839966531,22149.6685205891,1499.27301957492,9845.69035989631 -2913,421.399137062815,1832.28714720637,361.773664594477,1649.11435543904,477.465625461576,6534.62374240411,102.414132321536,591.139389410806,2410.18721555822,15805.3042701448,668.340146816042,4644.02074510739,233.341530779482,3628.50071124141,935.999586763166,8818.26645323995,937.812091869393,10813.9822137789,99.2907023102333,1067.52351300515,723.665758418753,1424.81830007565,338.706928274496,1876.93862245482,267.57879457364,817.12844110191,526.882557574859,2698.28444711907,615.498009270567,1954.33292472111,261.643484128049,1676.29405028267,6102.11850961434,1969.08342038974,52021.3194252699,20641.8951477121,1357.78833126367,9193.49067843333 -2914,403.763570510636,1867.2019050782,348.045116174999,1680.53870315163,461.805970470498,6659.14287473412,98.5782255629865,602.403720267053,2332.36049862539,16106.478882718,646.611820594324,4732.51389429222,225.741673829645,3697.64283449645,899.70322852552,8986.30105334813,897.396037203993,11020.0457509271,95.7143213438799,1087.86548016673,688.278735479927,1451.96862202947,325.929718408431,1912.70422701261,255.905580087252,832.699058248223,505.019783202617,2749.7010322783,594.58715685539,1991.5732999383,251.084201552318,1708.23631488724,5939.72507100526,1906.0761838078,50051.7929259045,19779.0774440114,1319.21613085136,8792.96706534866 -2915,393.186637836302,1854.93690322979,331.568146770994,1669.49982714983,431.089885526728,6615.40127429695,94.1220837485728,598.446739116557,2174.26315608196,16000.6810079779,603.138745613486,4701.42765155476,210.339886153743,3673.3543009016,851.408773300848,8927.27315779493,852.552471236127,10947.6588916714,90.6176536127065,1080.71966905291,670.79057390528,1442.4311436322,306.182711457972,1900.14033618968,243.387037170493,827.229346879138,481.155992564766,2731.6391996764,554.199378447726,1978.49134552375,237.174916688767,1697.0155028783,5452.95788025695,1771.27367301499,47289.2535943664,18865.1837127391,1214.18614718227,8407.55269241277 -2916,387.05031386133,1816.31950503759,315.898510908857,1634.7429901412,405.062563094425,6477.67713674494,89.9537430379216,585.987848476638,2040.8456509287,15667.5674294213,566.387476235285,4603.54998068854,197.238086209565,3596.87979360598,807.388312900159,8741.41882404112,811.485953864532,10719.742728078,85.9553317565632,1058.22047691257,650.757376199468,1412.4015842755,289.01224034127,1860.58186072028,231.85182492049,810.007496891095,458.478466417469,2674.76998837996,520.031291169323,1937.30170291279,224.796789672152,1661.68582492597,5057.46942397673,1659.65827863797,44865.8426905695,18019.132170113,1131.0488140419,8042.26518833056 -2917,385.094015657984,1770.44145395005,305.003137454426,1593.45134392549,391.710040419021,6314.05878557713,86.8311818301252,571.186498618023,1973.77045701632,15271.823477462,547.748300989583,4487.26983250299,190.767603342147,3506.02692632734,780.038420976148,8520.62107437502,783.756626357035,10448.9748906132,83.0288693562463,1031.49109754566,627.402768142621,1376.72601515905,279.359993725841,1813.58579564366,223.911803965364,789.547679540353,442.739408812244,2607.20850823621,502.951198010972,1888.36778668731,217.203293128148,1619.7136350354,4897.03143110383,1606.64858921061,43405.1466090613,17422.3485412507,1096.4763278621,7770.57173937221 -2918,390.121899067416,1744.08905760626,304.35029673658,1569.73338291866,386.269057108927,6220.07624846228,86.7468419003691,562.6845891286,1945.18094560541,15044.5077736455,539.955910623141,4420.47840437425,187.959780207095,3453.84095262657,773.733781444987,8393.79463617441,779.110474009143,10293.4455862754,82.5943710767868,1016.13771651915,629.881651761024,1356.23393419962,276.334213467764,1786.59121099719,222.691031423324,777.795540921396,440.411659431449,2568.40112954167,495.743479337093,1860.2600984909,215.376365042515,1595.60476909201,4792.78219083214,1581.00276517737,43045.6949216256,17350.9805173605,1073.5064295115,7745.80245049833 -2919,405.577810621049,1724.36091728477,311.287458680612,1551.97745450979,392.738638776943,6149.7182948332,88.9290485175059,556.319822098695,1976.94692621909,14874.3328854241,548.871976142389,4370.47647478854,190.744037875357,3414.77307437553,787.820671149454,8298.8488203687,792.966938508455,10177.0120027768,84.3280968706018,1004.643746432,648.194884135037,1340.89298974155,280.687979279199,1766.38231056634,226.695229995491,768.997561537368,449.060076837089,2539.34884137754,502.829847089329,1839.21789763685,218.985998205084,1577.55619832379,4847.81438720422,1603.40539520838,43885.5211913909,17726.0710548115,1085.57957195629,7911.31670834688 -2920,420.074186139275,1724.91052740929,324.217390913659,1552.47212039643,404.812627494596,6151.67841084137,92.8654544213277,556.497139389777,2036.44706631379,14879.07382096,565.545675564879,4371.86948833662,196.563525230195,3415.86147404628,817.982554183642,8301.49393444422,824.139884004689,10180.2557487804,87.5789089362194,1004.96395919549,680.309193302322,1341.32037611739,290.247773606787,1766.9453142809,235.721770830171,769.242666167913,467.717737596595,2540.15821476274,518.047335118389,1839.80411643108,227.014115266147,1578.05901699122,4957.25254925696,1647.70129423197,45457.8913062084,18444.012443569,1107.8436383835,8243.35347584159 -2921,432.40609650662,1726.81970119296,352.181553001874,1554.19043507132,441.986280126218,6158.48724118989,100.949116053362,557.113084235799,2224.23324427536,14895.5423491606,617.601762581963,4376.70838199521,214.469141722554,3419.64223430674,888.103608204162,8310.68223397225,893.487800536741,10191.523508515,95.2750985271094,1006.07627824853,735.33249887039,1342.80498280097,315.795462634199,1768.90101320997,255.469258934171,770.094083043273,506.769954722917,2542.96972492105,565.108604495088,1841.84045729071,246.559201954454,1579.80565187833,5436.18205113331,1795.18227658517,49313.2736765849,19958.2079813158,1205.67916422803,8918.93277772835 -2922,438.921528244129,1714.03401533028,363.951579267816,1542.68292756497,442.764942884312,6112.88868611159,104.532003022642,552.988118045001,2223.01112886322,14785.2530554382,617.883637064363,4344.3024403407,214.398445322182,3394.32258377208,911.450358724082,8249.14843732013,925.73209232115,10116.0636223718,97.5479846550845,998.627107244351,785.67643196566,1332.86261147346,320.91576956723,1755.80374969054,265.177061945012,764.392166958059,525.731958797453,2524.14111644578,566.137555096278,1828.20313691509,252.985784833161,1568.10848466681,5286.53134602893,1782.64981805319,50322.5179808375,20686.0598425207,1171.57723266382,9296.70609191255 -2923,429.475072420202,1673.50744054851,369.772422021933,1506.20777335604,445.761812098654,5968.35570820412,106.162155298155,539.913281653807,2236.57267975069,14435.6709244772,621.832922636584,4241.58586870417,215.647414047062,3314.06731065943,923.336439393669,8054.10579053426,939.856393392505,9876.87968248348,98.8476693827281,975.015594416207,805.162953636114,1301.34844325124,324.159663530025,1714.28957241778,269.35157606122,746.318898843331,534.116255544794,2464.46039085897,569.676788491547,1784.9771504517,256.195034450141,1531.03216926035,5276.06372075422,1786.72499147823,50832.6541481292,20987.1707659746,1163.67694291588,9450.50522491202 -2924,384.735447207051,1635.12145685022,342.709064811543,1471.65921645489,401.053937500604,5831.45688160218,98.5623672935055,527.529050830633,2007.61261638604,14104.5535267564,558.737934498439,4144.2947291096,193.386902742874,3238.05107632448,848.601061893761,7869.3651876013,871.311986576584,9650.3293049378,90.8242344423791,952.651228530526,768.700034559838,1271.49883582311,295.282358956696,1674.96815084143,250.115034589341,729.200250673273,495.632502391801,2407.93196792134,511.974116043945,1744.0343364917,235.448797125067,1495.91420416095,4602.93973546966,1590.71333155968,46489.5146799443,19468.6384826158,1011.33249857245,8811.09299188857 -2925,329.241102067364,1555.83284771311,278.435708563995,1400.29704827609,321.051755267929,5548.68393929372,80.1731303308841,501.948660735116,1605.2836000237,13420.6101860638,446.990729876431,3943.3338992283,154.68360018083,3081.03487114836,687.441324705646,7487.77211517058,707.52693427759,9182.37557275602,73.4819471580602,906.456255926812,633.018389286737,1209.8426366524,237.771897544522,1593.7473372604,203.255610673647,693.840630495767,403.458736740771,2291.16903521478,409.550282073808,1659.46443726589,190.400898358275,1423.37588834382,3627.74627265083,1271.65840418314,37654.080718837,15869.5829499304,803.996720210734,7189.97634056119 -2926,262.46402470847,1428.81486873123,227.919472376102,1285.97699049626,290.143390626007,5095.6901482099,65.5811740141082,460.969641341774,1462.45947866704,12324.9534225219,405.795938887611,3621.40066387661,140.646841255254,2829.49960945159,570.270834061543,6876.47143300295,564.813552632836,8432.72769816693,62.0005097047034,832.453292284195,460.250882896584,1111.07125075476,203.324597219289,1463.63402458409,161.205901305041,637.195577172318,322.511982621483,2104.11831136189,368.634758674924,1523.98598961411,157.316478165494,1307.17167724575,3641.43893811806,1182.69834629191,31790.2132114554,12684.7744052231,809.581236754351,5634.38760629418 -2927,266.971171631288,1317.04135952022,255.475352504675,1185.37742078432,378.911886817353,4697.06385856108,74.2909245839173,424.908850276333,1938.02843266958,11360.795416439,545.953713099917,3338.10527738612,168.14694419557,2608.15315822069,681.230106968504,6338.537961091,714.510042743921,7773.05121545927,64.6946426873389,767.332031462288,526.134100959063,1024.15422924405,288.584801160271,1349.13667807085,174.597055389809,587.348961439987,457.682469607347,1939.51707952777,535.849468448184,1404.76742199181,204.924549518496,1204.91408691374,5082.91259951343,1643.80568591349,39536.0590185678,14911.1927732795,1164.98190950529,6607.90504496565 -2928,282.30719806342,1251.63765930075,268.434559334054,1126.51209441056,387.021220986585,4463.80971335416,78.4984374670746,403.80806185903,1976.03176064641,10796.6232647442,557.039430891151,3172.33642336719,171.407701596772,2478.63340847732,708.769481141761,6023.76892696746,747.23539285783,7387.04487798807,64.7742316072493,729.226657024511,513.709630510028,973.295176334445,293.281531454871,1282.13913831265,183.060592782646,558.18146786011,480.341662830839,1843.20150619894,545.960537938685,1335.00728372288,212.492658406168,1145.07857821003,5133.27073951833,1665.52382271328,40924.7788816518,15622.3083856104,1165.53249508596,6940.15806949581 -2929,289.125791235297,1218.66100412875,275.361062052436,1096.83209828035,420.870767656847,4346.20258274662,79.5758386547195,393.169009004838,2155.87990341925,10512.1667211289,606.968930790386,3088.75548958369,187.417388935585,2413.32933377025,747.395768734263,5865.06185286793,781.387542356691,7192.41983625069,66.1512762512403,710.013863423876,495.924352959114,947.651956691724,305.704496965407,1248.35886657628,190.56086239036,543.475168754899,498.681436684331,1794.63903284192,597.700558331463,1299.8341051913,225.578441598879,1114.90941452445,5694.31617939201,1833.57532413337,43286.784984418,16127.9375342173,1316.700547082,7117.30781520174 -2930,325.4401587211,1226.50019045297,309.209414949287,1103.88760523074,483.078098158993,4374.16006373068,88.7308976442041,395.698116860143,2477.1097480589,10579.7875224174,697.126860431478,3108.62428797041,215.522455037475,2428.8533705984,849.54129719345,5902.78958232831,887.794511859047,7238.68595868124,77.0640917838957,714.581114652314,551.89821810608,953.747844090965,363.212840928685,1256.38908804183,216.215002030239,546.971139411235,563.907711887496,1806.1832684542,688.240216064343,1308.19544744041,257.449056838982,1122.08120602797,6692.57544682178,2119.84118467712,49401.8756058902,18240.8670349282,1530.7951021368,8041.57303196642 -2931,413.222321107623,1247.35647993968,390.990596119352,1122.65890232038,586.404643297072,4448.54142075004,113.202775352979,402.426851628244,3000.05647890065,10759.6938224677,845.049904021072,3161.485566395,260.758605164212,2470.15533647847,1055.32144767589,6003.16485276568,1111.29453400547,7361.77776986304,99.0249479896641,726.732364774358,809.281642931818,969.966056928213,448.829363786867,1277.75362979414,271.585915724041,556.272229222094,708.691085880521,1836.89690503262,832.462770521878,1330.4409417089,318.603547437464,1141.16188016295,7868.3247410168,2550.41130361231,61172.0523667856,23065.0038569805,1808.13584881836,10242.5562693854 -2932,562.983136470829,1263.75802779194,528.171386677102,1137.42079597653,739.137818849509,4507.03549694926,154.324878696208,407.718380850374,3765.67964940779,10901.1735325129,1062.43283185016,3203.05608583782,326.816657111358,2502.63552286089,1386.24908420642,6082.10074413364,1478.52223882666,7458.57812510386,136.555853766728,736.288202137874,1234.3070965942,982.720185321841,598.40843298139,1294.554871171,363.42871172555,563.586678405787,949.388018978357,1861.0503471096,1042.71626828661,1347.93497097878,415.720245162468,1156.16707032765,9580.44122502234,3168.24800073988,79971.4610102636,31136.211454251,2167.49792762899,13967.1734189993 -2933,577.867214672021,1292.59813696009,540.565926880497,1163.37777445238,760.581127612562,4609.89015179475,157.672647344623,417.022885632933,3875.71840803783,11149.9482408232,1093.39175884037,3276.15274291597,336.533281775204,2559.74794478039,1424.8487496338,6220.89982241842,1522.01892369906,7628.78967085603,151.061226198832,753.09096948882,1409.8314336725,1005.14675496821,661.458992317951,1324.09779235345,374.07844495096,576.448239696391,975.0987956278,1903.52121099154,1074.68998243019,1378.69607465503,428.113817381211,1182.55185585746,10015.9584074176,3281.64036203523,82627.0774283535,32157.2632810233,2237.67083479184,14477.1893077557 -2934,561.281263507719,1392.45376606357,522.873957679157,1253.25088832376,739.455683105705,4966.01280743152,152.077831548839,449.238685272994,3768.76053052209,12011.3026434196,1063.14156935659,3529.24168357646,327.546797082277,2757.49327185745,1385.17162336676,6701.47599500844,1482.13553629274,8218.12797337977,138.85802457544,811.268658578877,1277.50772157162,1082.79622597449,621.122593701908,1426.38682888333,364.26327421947,620.979946786613,947.493368449888,2050.57179276198,1046.92176847826,1485.20293083922,416.944939544739,1273.90620345991,9663.58449234146,3186.22098750977,80054.1089971149,31123.7911902002,2179.34635259521,14007.1842342022 -2935,536.283799043813,1516.95510611082,497.877686440451,1365.30589425248,692.158235276597,5410.03131941767,145.093639877382,489.40577712242,3523.76889830071,13085.2508859142,994.462751481038,3844.7963753477,306.215913247303,3004.04480260455,1311.26278466279,7300.66482411529,1410.4403067252,8952.92288743863,128.391139347214,883.805383023915,1209.20955399005,1179.61062973961,568.159932358533,1553.92217400561,347.186717227026,676.502677523998,901.467537669699,2233.91643391563,979.463345006111,1617.99711017799,394.658121621328,1387.80803150669,8853.84047508721,2963.80755974657,75492.3104432947,29611.2143821066,2010.81021213636,13348.2680335858 -2936,503.33787083068,1605.23997965354,466.015883058105,1444.76497496993,644.161874212476,5724.88831747443,135.705895473781,517.888575967471,3278.15398794002,13846.7959804815,925.285508572083,4068.55867419735,285.015010230127,3178.87642052536,1226.37838650164,7725.55430711868,1321.39198951976,9473.97170541035,120.965095871578,935.241741398873,1128.97045525252,1248.26248031626,538.425375729264,1644.35848426599,325.455713872421,715.874279950413,844.730891600898,2363.92755229267,911.791896026835,1712.16250089333,369.006668939079,1468.57670822598,8277.55121358445,2758.1361433869,70578.9311407282,27750.22507852,1863.20418601673,12522.5706262922 -2937,483.881836597635,1650.56841781064,447.726729590918,1485.56195277359,617.608821911409,5886.54654262714,130.397661089578,532.512607629752,3142.57783620936,14237.7989727013,887.067192653342,4183.44580172311,273.234299385779,3268.64088257668,1177.59007429758,7943.70692920524,1269.60695716502,9741.49578031132,112.176727900965,961.650906367523,1070.65812421558,1283.51066087495,495.509764740176,1690.79154275376,312.762341382686,736.088991419285,811.64509552486,2430.67965491916,874.168243192954,1760.51019533177,354.307243925541,1510.04607688209,7783.22143454928,2635.06032076232,67563.9367200749,26621.4557425464,1781.48873476582,12010.9158425549 -2938,462.94990351695,1675.79266498921,428.840391857884,1508.26454509966,585.996767914732,5976.50567635171,125.19307277421,540.650549380979,2980.11083426273,14455.3832646888,841.384646562877,4247.37788101297,258.955794881028,3318.59276864842,1122.1941556268,8065.10391277419,1210.59532987812,9890.36685696592,106.488082278998,976.347007359134,1016.97082262139,1303.1254734552,467.944975574561,1716.63048607877,298.399843905111,747.33801961141,775.138857207376,2467.8256851994,828.133589975767,1787.41459011374,337.158430147459,1533.12283945872,7341.73646176104,2492.68984682554,64325.9631386424,25428.7406552864,1678.76818531021,11474.7583182478 -2939,435.643257050624,1642.03498519877,400.484464675944,1477.88160297532,525.085780197798,5856.11311878593,117.448637010752,529.75951941896,2662.83446013242,14164.1896047018,752.633249474983,4161.81740240976,231.309965857834,3251.74202130992,1033.58587572692,7902.63799377829,1124.30423050779,9691.13228317717,97.4069736689362,956.679174740356,988.149762704334,1276.87491550807,420.178736140376,1682.05015673479,278.081363715501,732.28341405767,722.395094882794,2418.11305009837,739.690270646778,1751.40836413697,309.421067264459,1502.2391442528,6327.04376403003,2206.68386659442,58899.4293571334,23749.9392826975,1449.99729352035,10776.7022175312 -2940,427.866290999176,1581.80919620577,393.79767042934,1423.67655473961,515.145858415773,5641.32534861642,115.513564551411,510.329248248642,2612.00898518691,13644.6821020731,738.31384163129,4009.17221581855,226.744438931387,3132.47615267717,1014.34415264506,7612.78874416331,1105.3186705657,9335.68547890626,96.7489731034713,921.590544698201,962.299141661986,1230.04229627338,420.181586616176,1620.35671004924,273.437710190904,705.42506647333,709.251477491363,2329.42263385926,725.586726471751,1687.17102965269,303.992898753353,1447.14072154297,6274.44277700063,2166.14814072395,57907.9391057688,23348.0308466143,1420.52226769896,10593.4127674065 -2941,431.098539227617,1536.24934355475,396.556077401744,1382.67129682845,521.908107957387,5478.84181251363,116.246342403918,495.630556769616,2647.41229976976,13251.6829290176,748.197868112522,3893.69855702115,229.979666733793,3042.25341766517,1024.76523794905,7393.52239125591,1115.30804799197,9066.7956179575,93.1100928399744,895.046553474899,927.481664998352,1194.61416378613,404.278823636014,1573.68659766842,275.788048266852,685.107153186474,715.47358065112,2262.32974287396,735.881039751822,1638.57650656329,307.210905116161,1405.45964003394,6278.14513784895,2191.14115697862,58313.6042421072,23468.3976290731,1445.82350588763,10629.8398696034 -2942,442.388204040669,1511.05401968053,407.565317061464,1359.99473635907,535.623131530024,5388.98583014916,119.488392020452,487.501946363916,2716.99012744797,13034.3481293799,767.860764838471,3829.83978525061,236.020061944248,2992.3588087678,1051.63391870546,7272.26460715954,1144.49422293856,8918.09524385862,91.4659225967271,880.367303721653,930.120634931611,1175.02184246954,393.270387215647,1547.87728248719,283.00320473807,673.87102365744,734.220519879176,2225.22630597349,755.195648219023,1611.70296162168,315.257467236322,1382.40933835514,6304.17300161566,2240.50832870447,59652.8197452736,24034.412992873,1482.17787875932,10878.7424386635 -2943,462.767304499735,1491.81763726304,426.431331269583,1342.68140507267,556.062105682083,5320.38166979419,125.317966193399,481.295832123533,2819.13969985045,12868.4151435873,796.898320552578,3781.08423995092,244.721055402783,2954.26476472563,1096.14387501761,7179.68547947615,1193.2311129222,8804.56396813179,93.0697576507679,869.159840651719,956.872768103811,1160.06329749613,397.560523076656,1528.17212373478,295.208017696722,665.292349075123,766.810487570579,2196.89819617089,782.610197975684,1591.18527389552,328.084739790588,1364.81065932464,6451.69307931442,2315.42281493897,62050.4814736759,25084.3754464635,1527.1857077746,11351.68435629 -2944,484.232900437897,1515.56661634142,446.479519894448,1364.05621108214,579.030580681948,5405.07944371028,131.278652674675,488.9578173167,2934.73469736091,13073.2737766959,829.667991352547,3841.27718060615,254.745053814274,3001.2951592839,1144.58352943069,7293.98242568619,1247.13965037733,8944.72815459165,99.0009952903011,882.996423861231,1006.21824351947,1178.53091598627,423.7630326942,1552.49984777304,308.650418739428,675.883465364765,801.625658046875,2231.87169963068,814.711727423545,1616.51613527943,342.497092864633,1386.53775182216,6763.9162044913,2411.74196476013,64844.9557029787,26247.984292573,1585.02078056619,11885.2880666251 -2945,493.0771922043,1537.23285655684,451.955686789428,1383.55648854799,571.314738371746,5482.34938905491,133.262438723864,495.947861443407,2890.08873943514,13260.1667096714,817.657752352012,3896.19131848148,250.801568554201,3044.20108052634,1149.91272399714,7398.25575399653,1260.59408067217,9072.60021694073,104.877177591614,895.619565874556,1085.25532608386,1195.37896057351,445.620306432835,1574.69407815101,312.662956164694,685.545761538571,811.387139755931,2263.77809546495,802.393462558563,1639.62552982627,343.533498380191,1406.35942094235,6653.90083713916,2370.21855639377,65159.5562734352,26683.3849963964,1525.88720039652,12135.2328029445 -2946,505.37163786991,1524.93892859817,462.960861744164,1372.4915781641,583.23747329378,5438.50462725072,136.556311374814,491.98154804213,2949.67599000326,13154.1193183778,834.596326518575,3865.03176111298,255.963607548227,3019.85526420055,1176.60707585806,7339.08864546672,1290.84200816895,9000.0426385692,107.415952243052,888.45690188759,1159.46704317665,1185.81898873065,452.0251097396,1562.10055631002,320.252626912398,680.063150255068,830.998766184115,2245.67366535122,818.947009332754,1626.51272257856,351.436524530605,1395.11214546855,6672.72198185569,2415.85132618575,66618.6968485954,27361.7673470992,1551.31079093645,12466.113824317 -2947,496.788626872527,1486.78435939379,453.710657242122,1338.15130137045,566.306478518542,5302.43111159886,133.783778512608,479.671977035701,2861.84443210381,12824.9981014927,809.988680937092,3768.32715279004,248.314716150425,2944.29730282629,1150.64152704582,7155.46177335461,1266.89603833361,8774.85804707132,111.401547025715,866.227362256561,1190.34336571946,1156.14933323109,470.402586008609,1523.01618862671,314.592550174421,663.047703902995,815.011164684658,2189.4860307724,795.073236478628,1585.81673726952,343.823662745967,1360.20589322206,6590.93527428966,2350.14603171903,65348.943459656,26942.0312135824,1492.60544399619,12306.135974892 -2948,454.527288897909,1483.71810752874,414.593328282206,1335.3915811073,518.806063319811,5291.4957064861,122.018911134832,478.68273129545,2622.26662834386,12798.5486207058,742.129228034325,3760.55558854982,227.68114851649,2938.22516664929,1053.645998956,7140.70479271429,1161.34514846222,8756.76132397732,103.207392308174,864.440908660718,1136.97386894762,1153.76496254081,432.384152055117,1519.87521448384,288.360449863467,661.680275435061,745.957281865484,2184.97057055589,729.510949287114,1582.54624716948,315.263652088887,1357.40068893632,5989.97209442466,2156.28455243529,59849.3804507597,24691.1691967918,1369.99477518709,11293.8955631924 -2949,383.720481044232,1441.7741168673,352.864400441987,1297.64070934593,439.871675733597,5141.90769150423,104.553508929391,465.150602847757,2223.17804812372,12436.7398639731,629.196281540848,3654.24650754071,192.606271790127,2855.16296748505,890.220883106392,6938.84053452272,976.666761171924,8509.21193212612,86.1425369007761,840.003583796751,938.4382167891,1121.14858711966,362.467094960302,1476.90907996045,242.43019262467,642.974895246683,629.974574506924,2123.2025131723,615.81767047452,1537.80843297435,265.421575296623,1319.02763038047,5079.21707336101,1823.24278002411,50616.3836642578,20845.7762681048,1160.74694569694,9519.43353960198 -2950,309.077148797536,1340.61677632521,291.204572586477,1206.59601545047,397.672498883836,4781.14264426115,85.6583091106148,432.514840154315,2023.2954867573,11564.1569018189,571.143055031976,3397.85831603176,175.279559407722,2654.83984528017,753.543363447938,6451.99960243339,805.105580636764,7912.19105410318,75.6249221683405,781.067494163424,685.527751054487,1042.4868826968,328.006362300733,1373.28661025218,198.193704488319,597.862675740478,518.861487984645,1974.23498965242,558.692030434051,1429.91316039109,225.227332740218,1226.48239348806,5129.69376456813,1695.40732570607,43477.3712796023,17061.8639595728,1147.29413247448,7663.70451451365 -2951,296.667017807638,1242.95959052575,312.53884925269,1118.70156765106,511.317827407226,4432.86046266396,91.7852916586815,401.008310583833,2683.33796140405,10721.7662655696,755.08559203161,3150.34143667528,231.832129546449,2461.44812244271,904.87233499517,5982.00389964946,936.227533535455,7335.8277521539,84.6644691528652,724.170657762107,612.370605231994,966.546959375774,396.565151680803,1273.24959145481,202.382324491547,554.311388423761,607.1664373281,1830.42190555484,746.675206426666,1325.75118237663,270.94042916454,1137.13932312239,7320.76629720011,2303.32656264599,52180.3217517382,18950.0228272443,1685.59740512858,8338.06831480441 -2952,299.910391168583,1172.86973417791,311.905017278165,1055.61855773631,483.529015500778,4182.89372568683,92.4296317239453,378.395656803815,2529.28415971298,10117.1713430339,712.57447112216,2972.69529240294,218.427150558592,2322.64832024101,884.239746524012,5644.68175563565,925.421003093683,6922.16417269393,83.0909596736869,683.33504431115,663.612989560146,912.043870093975,380.27664096961,1201.45169742813,201.432550129339,523.054052398732,603.061906773929,1727.20534936574,703.222860222006,1250.99275045813,263.464827327495,1073.01661759547,6694.67043973943,2151.6078885398,50658.1600775954,18912.0388280571,1538.44207610942,8393.90290289885 -2953,312.135531166195,1127.94627278811,326.270368253068,1015.18607138345,538.288690485986,4022.67979970021,95.514007306839,363.902280273463,2825.57847250957,9729.6616793786,795.040258625644,2858.8345981584,244.474135238019,2233.68583864917,953.114318040514,5428.4781692376,987.654686863865,6657.0302316567,88.5752596856188,657.161826105527,637.470105982219,877.110606501247,418.445221407378,1155.43348469033,213.487780280925,503.019944736996,639.198101733388,1661.0496284332,787.9777577501,1203.07700765527,285.859131014788,1031.91774771548,7726.40149976849,2429.52049453813,54899.555278087,19919.1511048004,1779.2417054135,8769.8827203341 -2954,359.28230289175,1127.45451488411,376.119045633544,1014.74347426099,640.519141428308,4020.9260064261,109.225532826696,363.743627483941,3367.63235035249,9725.4197769498,947.005451458875,2857.58821387238,291.588443809618,2232.71200444029,1116.58804084657,5426.11148111527,1152.96466795183,6654.12792388498,103.110053695212,656.875319088312,702.741323292631,876.728207016594,495.523896670949,1154.92974301189,248.387142354575,502.800639935284,742.612219404872,1660.32545007167,940.809046391944,1202.55249452738,336.319387618832,1031.46785597776,9344.44144908395,2910.05766349408,64505.7237732325,23080.4621761962,2153.81890655318,10123.0184878803 -2955,460.875487075276,1139.5748833753,481.010726898932,1025.65217582696,796.473859817458,4064.1517900212,140.664362520717,367.653946475285,4181.25234427442,9829.97004471849,1176.44770199685,2888.307876343,361.773297045384,2256.71411882387,1408.83066155984,5484.44329828145,1461.86057391374,6725.66117100077,130.704175540396,663.936864201675,938.99701002293,886.15321600399,619.52924808938,1167.34547587024,315.969707605806,508.205850480961,944.331247155377,1678.17429098234,1166.83128703287,1215.48018178328,423.174422544704,1042.55634809538,11443.7029246286,3596.89250633965,81184.026871351,29436.7759716247,2635.41816516135,12961.9220097299 -2956,544.428007170726,1140.00878625287,549.538648861705,1026.04270165985,765.406334464912,4065.69925055433,164.256674180023,367.793933857995,3974.63253571548,9833.71288983647,1122.75441081002,2889.40762425526,343.1631502012,2257.57338201428,1502.99705282759,5486.53154694655,1619.53940302809,6728.22202398044,141.79289383682,664.189663837841,1349.84693287784,886.490626415539,623.88688624507,1167.78995263828,357.444872671567,508.399354202514,1058.78546507324,1678.81327018813,1106.88799950614,1215.94298625203,445.625695715793,1042.95331033636,9789.09870936463,3316.35099646091,84969.6284095737,33539.6317318532,2238.54470204906,15155.4832625251 -2957,550.997353161462,1127.80163662498,553.039104403952,1015.05589442222,764.291599646396,4022.16397285122,165.2598429972,363.855617209058,3966.02647516602,9728.41404820344,1120.61404358642,2858.46801077984,342.557435144858,2233.39941388131,1512.04311645223,5427.78207734655,1636.90377813186,6656.17660295668,142.339577395679,657.07755847029,1376.84702742906,876.998134909448,626.330198193248,1155.28532385146,361.779911611336,502.955442662261,1068.3623925154,1660.83663260989,1106.12680508083,1202.92273750382,448.827145548797,1031.78542525714,9696.65775874832,3304.63294426593,85361.4127969395,33876.1523199779,2216.24844007646,15340.2159895171 -2958,527.96060833241,1189.12664586704,526.191253250258,1070.25027443122,721.462630997319,4240.87197503706,156.999411139303,383.64052296154,3741.04183582114,10257.4034219039,1057.32661755584,3013.89922446719,323.418731295378,2354.84208185557,1439.60160793416,5722.92155511256,1566.06628755339,7018.11089923472,135.087181394586,692.806614039428,1327.84707148265,924.685526895804,594.934779992598,1218.10477796612,346.631683943769,530.30399950769,1020.44883732003,1751.1457956194,1045.49621444858,1268.33250957656,427.810882629424,1087.88948530183,9077.32457750742,3113.64693604938,81110.3727038761,32373.6052561949,2073.55236345182,14694.4723152792 -2959,513.304988984377,1292.71384420705,511.305626771806,1163.48191450613,699.544279174277,4610.30280726979,152.588338975401,417.060215541305,3626.81110684127,11150.946331241,1025.10124567262,3276.44600855179,313.542919672089,2559.97708126073,1397.91997693231,6221.45668782884,1523.31045024791,7629.47256387993,131.185391464055,753.158382616146,1293.43077358185,1005.23673093249,577.749646415073,1324.21631929997,337.279718218359,576.499840605383,991.51702643062,1903.69160517095,1014.14908772908,1378.81948898051,415.781069387776,1182.65771228392,8785.58264222285,3017.82896896542,78756.9623731181,31472.3305981787,2006.66357753402,14293.1403240214 -2960,483.292451159326,1382.79218428647,480.265024159642,1244.55516984473,654.900003903521,4931.55598020003,143.164526111211,446.121629324006,3394.5056250845,11927.9618635912,959.528577114324,3504.75393542422,293.626833844812,2738.36032296166,1313.15222876787,6654.97760494983,1432.52938882489,8161.10624856237,123.104719572638,805.639646916816,1219.58006553876,1075.28321222844,542.017430958796,1416.48980154289,317.333726626164,616.671258998166,932.47661703515,2036.34383952689,949.840192987644,1474.89780622999,390.519544974444,1265.06716746386,8201.4623359927,2823.61567732691,73903.8963466438,29591.654445307,1872.88600569842,13449.4093991726 -2961,467.677878852432,1456.0929258566,465.052316277092,1310.52807445846,636.922887585353,5192.97393913198,138.552509845314,469.770191003427,3302.33503994366,12560.2538738852,933.370309226159,3690.53822420363,285.672437923459,2883.51868055164,1273.66042342721,7007.75280799098,1388.21733685177,8593.72016325618,119.348976159136,848.345979964081,1175.72706593198,1132.28314161039,526.474830336769,1491.57682767704,307.372902385104,649.360524314538,903.382179636787,2144.28884762375,924.09818460071,1553.08099540717,378.893975689902,1332.12739716783,8004.34475220644,2749.3582359805,71714.0202091071,28657.6146788611,1828.29348175322,13017.629739348 -2962,448.333621137536,1523.81077943294,446.43574990202,1371.47620948334,606.418033881728,5434.48122386044,133.299644822951,491.617580303935,3142.61281916046,13144.3879065488,888.387677540844,3862.17241227409,271.692266123446,3017.62117657152,1216.8344555174,7333.65919083506,1326.5626528328,8993.38441088594,114.328317404591,887.799621852696,1135.45332390186,1184.94172035147,501.542357416643,1560.94491498856,293.90509801611,679.560039828237,864.557672356715,2244.01231693692,878.445327005919,1625.30942916412,361.490629188159,1394.0800421018,7577.65834426383,2611.4721448661,68491.2707011578,27447.6189369754,1730.18992907378,12473.6638851563 -2963,435.707502588763,1507.11996206034,432.95420323658,1356.45396443013,582.073508116994,5374.95550397016,129.410329062477,486.232725858247,3014.19359652668,13000.412958357,852.318354774231,3819.86872518588,260.575354583866,2984.56814620997,1175.92903907589,7253.33112918904,1283.29532499074,8894.87681480528,110.559073087756,878.075250853479,1113.10268838319,1171.96265095617,482.589214707643,1543.84735480824,284.626199056095,672.116587746401,837.87418038444,2219.4328873454,842.075891852881,1607.50686258414,348.736788137481,1378.81020958744,7210.70622298916,2499.04658215274,66094.0765354297,26612.6020261395,1645.4641335779,12108.4337174843 -2964,435.598641934274,1450.33647558943,434.896360827497,1305.34709352628,594.097378003947,5172.44427671247,129.77032158399,467.913023309329,3080.00682286162,12510.598748526,870.561059703442,3675.9482214851,266.130208183278,2872.11911148275,1186.3978387415,6980.04868292627,1291.54440274966,8559.74614837619,111.548396498815,844.992168297056,1099.60711087895,1127.80682593213,490.037679761465,1485.68009699749,285.941307245277,646.793372522714,841.452429357774,2135.81171550492,860.416695889884,1546.94111700231,352.592250929375,1326.86102647462,7458.15833098033,2561.43371255059,66865.9324911113,26716.481430362,1703.43441470666,12128.9718085557 -2965,430.761210392025,1396.79280045107,428.261507108233,1257.15615170351,577.428241741285,4981.48743277662,127.966479744429,450.638560910593,2990.76224856239,12048.7311430069,845.628198967201,3540.23917692241,258.556872689778,2766.08591487475,1164.37901398986,6722.35850866744,1271.62257496303,8243.73653629685,109.447704765594,813.796658210079,1097.80854254789,1086.17033445383,478.754322155917,1430.83160231225,281.971602132484,622.914986504787,828.995645101475,2056.96159308403,836.066348147537,1489.83098151235,345.77066205122,1277.87583100373,7170.49604615004,2481.6138393956,65481.6868953119,26334.937789512,1636.54562878886,11980.576177054 -2966,448.445216019076,1362.19623820985,447.820341734466,1226.01818977007,611.874330949783,4858.1031055047,133.620069201184,439.476887528682,3172.54461318462,11750.3012851338,896.677934647575,3452.55251001401,274.293997611028,2697.57391832979,1221.99032140015,6555.85529181393,1329.96458204368,8039.5509591045,114.891502067524,793.640077557335,1128.64558287203,1059.26744694728,504.875345264466,1395.39194757598,294.416527938704,607.486272171034,866.480738255942,2006.01359295119,886.786110307426,1452.92999643843,363.177619866723,1246.22467221368,7691.83823896988,2640.17545102943,68841.274395756,27493.0636956905,1756.9454434409,12481.3047439121 -2967,472.329318925449,1356.32407788982,472.341332804552,1220.73306625874,644.901981213595,4837.16077760322,141.159352246456,437.582389020959,3343.6153027678,11699.6480451531,945.047037180437,3437.66923454794,288.909554270989,2685.94520722398,1287.08613837426,6527.59428783478,1398.9563580789,8004.89403464041,121.157574858298,790.218851128212,1191.3809254335,1054.7011531228,531.295242661793,1389.37668707562,309.662184199326,604.867518218892,912.633854061039,1997.36606252088,933.470799305598,1446.66670071529,382.102648150427,1240.85244252699,8102.05948412242,2780.59526749267,72534.9934042345,28964.2635932528,1850.58974372582,13143.776658246 -2968,489.56694502634,1391.38347192478,488.900499411521,1252.28759093257,657.522882149874,4962.19573678222,146.33346890546,448.893382941611,3405.6704912934,12002.0702889014,962.935744433887,3526.52897111134,294.23975324191,2755.37375524688,1324.07398225351,6696.324979834,1443.69064831604,8211.81120048856,124.902817569207,810.645085925032,1249.44892987694,1081.96394666842,544.084314379048,1425.29045247227,320.06139031517,620.50263743994,942.426683618598,2048.99564350342,950.827428259457,1484.06134608393,392.761643251675,1272.9270295899,8166.82769474058,2824.40199536277,74505.5805331809,29945.9827566181,1863.96750090938,13614.717806205 -2969,504.663475446432,1449.58437708125,502.036319545402,1304.67018191424,667.113659959792,5169.76201112125,150.464848604007,467.670378452282,3451.98237944874,12504.111148708,976.378145463995,3674.04199129641,298.20932064154,2870.62972158226,1355.12974568966,6976.4290510065,1482.0215753375,8555.30733544075,127.813783988308,844.553982152051,1302.25901296807,1127.22198107331,554.400441845801,1484.90967040794,329.048059648777,646.457965988602,968.048128359794,2134.70415127274,963.789154810393,1546.13892239029,401.656410196699,1326.17295841913,8192.53730821522,2855.01079492891,76135.2114300743,30792.9692633851,1868.4267533039,14025.602083655 -2970,521.497388769112,1464.22138450707,519.325915176621,1317.84393533132,693.880900598547,5221.96307381402,155.557501437254,472.392624987543,3591.93367347359,12630.3699375239,1015.81324260614,3711.14019734747,310.313007665315,2899.6155669155,1404.46207909555,7046.87272123345,1534.07121453296,8641.69354308678,132.414304396209,853.081766462993,1339.66398521124,1138.60397219323,575.623498390177,1499.90337082032,340.397058844414,652.985499120342,1001.79234603197,2156.25907488265,1002.8496588008,1561.75087795919,416.413414464105,1339.56383358804,8561.33911881816,2974.10424312614,78955.8122057463,31851.8345327228,1953.15254879978,14497.1453143361 -2971,511.676466736277,1462.42791516445,507.748392994071,1316.22975818476,671.15151808316,5215.56688893361,152.069298034371,471.81400914464,3471.20249843385,12614.8994755374,981.987769423213,3706.59456221298,299.853946448532,2896.0639375788,1369.17460729696,7038.24127361182,1501.34266031499,8631.10865981585,129.060698124907,852.036858902508,1327.34957417557,1137.20933929201,559.394252283629,1498.06619596349,333.602280167145,652.185681902649,979.816004526302,2153.61795477168,969.709506252603,1559.83794843224,406.0633692735,1337.92305256036,8195.65370373392,2867.55714817827,76879.8554795277,31193.3383196732,1868.4267533039,14224.079774493 -2972,471.588087275567,1490.5448547406,468.129936218621,1341.53586195607,625.199262756898,5315.84244956184,139.837310743845,480.885202226185,3235.97100583548,12857.4361247869,915.189693712996,3777.85831084519,279.721262774101,2951.74425788532,1268.33836470424,7173.55994645746,1389.68429924685,8797.05212830871,119.32497455321,868.41829461636,1211.44443485676,1159.07355970707,520.310759345023,1526.86832444873,308.493209540933,664.724737824882,905.314729605418,2195.02385606535,905.085378401532,1589.82771332244,376.799129740472,1363.64623606656,7702.14571468484,2680.36666101659,71270.2774271712,28793.0850251436,1756.9454434409,13118.2128625463 -2973,398.976825597589,1465.95699601734,399.317280225304,1319.4060386629,532.480262344357,5228.15291594652,120.026860187966,472.95257451838,2756.35115231603,12645.3413179959,779.515264485002,3715.53918899648,237.796008496155,2903.05261967716,1075.24073944314,7055.22571589383,1172.37044512013,8651.93695500545,101.781170819339,854.092965007655,1028.85604219089,1139.95361383943,440.423686273164,1501.68127789246,260.077282007797,653.759514006552,766.692755681173,2158.81499170581,767.94536090222,1563.6020958342,318.425125629739,1341.15168255194,6567.6756567958,2279.70685495184,60525.3061682322,24399.4199051545,1498.30880455874,11095.7547151306 -2974,319.801686382976,1357.71257046513,327.945594087796,1221.98275195449,473.817401598664,4842.11266331753,97.9668442900598,438.030349731932,2467.21734057167,11711.6251785751,696.242314572891,3441.1884364012,212.78963944854,2688.6948561012,904.346381654142,6534.27669976791,962.750692099922,8013.08878404759,85.548785537995,791.027811925669,766.115637301916,1055.78086905806,380.110189823496,1390.79901618247,211.39341180557,605.48673162945,629.496484059892,1999.4108009379,685.467926272713,1448.14767860666,268.335211270262,1242.12272477854,6247.43475585789,2071.99495717005,51433.0225520649,19887.0161268884,1431.42001864093,8922.79331022935 -2975,271.844273378803,1271.22116345911,280.265910908129,1144.13784585819,388.152906284181,4533.65184013425,69.8955318494394,410.12616582453,2054.95286512888,10965.5505217904,606.176186486033,3221.97176557434,188.749342176906,2517.41486196051,751.863511796215,6118.01865088212,824.017448620234,7502.62483278659,70.2075709136119,740.636359476423,569.496957816287,988.523649200714,336.4865149606,1302.19987790463,173.043752807116,566.914945169403,516.73888325399,1872.04079853975,598.420206001541,1355.89521442548,219.652788648518,1162.99482651991,5508.28626228888,1803.38920132994,42608.181221041,15941.8030417481,1332.3165827221,7146.53513884662 -2976,291.05699658808,1225.25633404079,298.664416600429,1102.76809649623,406.869122249122,4369.72400486536,70.3819939189239,395.296819213575,2151.64161515255,10569.0580201705,634.867310155188,3105.47167349571,197.586915823367,2426.39014648904,796.628647080144,5896.80326228623,875.188258583713,7231.34483797408,72.0655321294379,713.856421490094,622.639858800425,952.780599747499,354.041731849058,1255.11491977384,184.207467632826,546.416428075411,550.356901098568,1804.35152586049,626.124337058613,1306.86873970049,232.191142234833,1120.94324623476,5774.29926031698,1884.64456886721,45025.7546845704,16978.7195561432,1379.74532838535,7636.06800979786 -2977,295.573322238664,1208.3919572007,303.688291511796,1087.58964262511,433.287790872246,4309.57930676599,71.8721132543493,389.855970357956,2297.63790973057,10423.5859484538,677.500217772508,3062.72809150961,211.467556696167,2392.99341418526,829.102252463321,5815.63990927658,905.716934093494,7131.81291063767,75.4502118952952,704.030931617274,595.747649303738,939.666567496732,374.483744556564,1237.83957061088,189.620820300111,538.895575255749,565.869167985157,1779.5165070659,670.87603858979,1288.88105312869,242.959978602965,1105.51463036422,6341.93801528653,2030.19445743053,47050.5064159849,17373.1125800771,1513.40815707268,7774.05790176479 -2978,331.329730057582,1226.47126434271,339.57963553461,1103.86157084866,492.980227694606,4374.05690236365,81.0048415081175,395.688784609363,2616.41606759908,10579.5380058638,771.339525182854,3108.55097333939,241.01168266549,2428.79608786746,936.769975048948,5902.65036935171,1023.77992699495,7238.51523956531,86.3618128466304,714.564261779176,653.821936055796,953.725350645375,425.846756522412,1256.35945702377,214.01976251015,546.958239496818,636.878610981713,1806.14067094237,765.540538663006,1308.16459460724,275.471062363702,1122.05474256311,7331.79690405854,2320.74278024521,53260.9769306878,19534.1744064246,1737.61677293529,8731.64201621972 -2979,415.145235787674,1284.84572896666,422.60368558444,1156.40037064825,586.185679009655,4582.24215491178,110.842261326933,414.521774529967,3102.36027032261,11083.0759891953,915.215313441284,3256.50388842233,285.386352553484,2544.39575614506,1142.88287548473,6183.58973188783,1259.90443297095,7583.03570577325,114.314589740109,748.574276879797,870.913986179708,999.118347905736,511.439723663774,1316.15646394208,264.960427080681,572.990968783305,787.289941663036,1892.10476791476,906.362250155038,1370.42729090542,334.841181657649,1175.45945474852,8681.59421204688,2738.50033524731,64837.8525673776,24309.0649306279,2004.94243030996,10925.4363671426 -2980,555.857813134177,1409.54955739757,558.841800013544,1268.63762230237,717.116469763703,5026.98281648097,155.248357274807,454.754193945358,3775.70894714301,12158.7708959721,1115.24340581984,3572.57179683419,346.554966776976,2791.3482771219,1464.12417164069,6783.75307883894,1637.432739349,8319.02568676398,154.456216451644,821.228974706349,1275.28917036597,1096.09021015383,637.223838210829,1443.89923193934,347.791341909834,628.604001424259,1031.21250875464,2075.74759991539,1100.18361418984,1503.43744606198,426.114662692497,1289.54653218336,10302.6148549997,3294.34185101853,82516.0666255853,32122.1571004216,2315.38512919666,14578.0794749834 -2981,576.397476740218,1646.25830953341,578.917254726451,1481.68272377592,752.959208300359,5871.17507864907,169.108105175624,531.122064242934,3967.59891503017,14200.6199896675,1171.69694007251,4172.52162300818,364.410670263002,3260.10552229031,1527.6171482593,7922.96362852284,1707.77831095927,9716.05793651016,166.498484685954,959.139759609459,1305.04797995194,1280.1590458412,668.242277112102,1686.3764003429,362.277100290923,734.166851615527,1072.57298394592,2424.33245210894,1157.76196621165,1755.91299749181,445.622594063179,1506.10291280313,10792.2943119347,3467.35536666516,86225.1563353647,33421.9023997862,2453.35966203519,15139.5186097693 -2982,560.103049502476,1834.28310212673,560.36606143624,1650.9107757856,732.648840588117,6541.74206686064,149.454278150419,591.783331914421,3861.40586361065,15822.5213722097,1140.27748388696,4649.07958977078,354.97521887395,3632.45332525127,1486.0432331346,8827.87240520181,1663.87208675804,10825.7621474215,148.339822376944,1068.68639231238,1260.966036093,1426.37038927793,651.318539463319,1878.98321731235,352.931034056499,818.018558971846,1042.81042998826,2701.22375394495,1128.72256406988,1956.46182707305,434.25044059668,1678.12007813138,10159.5504511952,3365.4154784321,83591.7956525579,32420.1070054212,2392.99580391833,14702.9934404635 -2983,537.335850011266,1931.82458067923,536.032784357945,1738.70108353127,692.106367810092,6889.61159298279,141.413944188462,623.25253157653,3644.47556488126,16663.9139180411,1076.44872539062,4896.30320349144,334.963067852818,3825.61591160839,1415.25529666444,9297.31124257531,1590.9857170878,11401.4425563469,139.678328019796,1125.51581558637,1226.01522058532,1502.22033663468,618.019543618184,1978.9017091632,338.067197279059,861.518245379571,996.822562656732,2844.86644386312,1065.77971477498,2060.50039076203,413.655176610294,1767.3572920706,9495.57242877779,3169.11501592291,79484.860723089,31031.1575839836,2237.77445447498,14104.0016511317 -2984,506.598524437645,1956.93312341675,504.402748775747,1761.299538329,650.29616893283,6979.15808123925,130.228909295798,631.353144324637,3423.91448890152,16880.5001438145,1011.33110816923,4959.94202425719,314.841902347375,3875.33866675637,1332.51245327273,9418.15137423786,1498.96516438769,11549.6307565378,128.233736515815,1140.14450508542,1156.21380252114,1521.74517543257,581.465711931744,2004.62212841597,318.614948706852,872.71567391403,939.182069705243,2881.84208409603,1001.84766742379,2087.28137421134,389.463228046756,1790.3282007878,8801.13456487223,2973.34692598182,74714.301671558,29217.5077020117,2099.79992163645,13287.9847497088 -2985,479.564256667751,1996.0133534027,475.811649332064,1796.47293807801,604.351907755718,7118.53285069834,122.42087013887,643.961355503298,3178.57078778958,17217.6061082463,939.10782155055,5058.9927647784,292.220211387253,3952.72972552992,1250.57958359639,9606.23318313739,1411.8668529937,11780.2785087871,119.817805953283,1162.91335136983,1111.36008597667,1552.13464082833,542.905563027658,2044.65471454575,300.698769583996,890.143928789367,885.31080668144,2939.39287624216,930.119100293812,2128.96467711702,365.258468340821,1826.08130701298,8084.57638950519,2752.73550730946,69988.1624193744,27579.2739533135,1927.33175558828,12571.0018788184 -2986,463.269829430009,2028.29576228704,460.909271053208,1825.52809136034,585.094621280054,7233.66403844873,115.566097828369,654.376428002004,3077.43734368052,17496.0740851506,909.217321183011,5140.81409763527,282.784759998201,4016.65897579838,1209.00566847169,9761.59905127035,1362.95871007944,11970.8061758209,112.479329314967,1181.72166457174,1074.34448479036,1577.23800250342,524.704427043837,2077.7238217287,290.206590228546,904.540621189299,855.548252723774,2986.93298039067,899.613460768341,2163.39736670292,352.805387829816,1855.61532957278,7700.94736433803,2659.45998343664,67616.5888326674,26642.1922570467,1866.96789747142,12138.6918408047 -2987,448.93184879515,2013.31163312035,445.548829980616,1812.04191778203,559.299744168189,7180.22500933084,111.417739631719,649.542191741627,2939.35831653318,17366.821025081,868.593563569596,5102.83609467675,270.045367368428,3986.98572102412,1164.17216930928,9689.48478481213,1314.16934336209,11882.3712891031,107.91442994891,1172.99164087882,1052.73451719192,1565.58608349065,502.862335993872,2062.37454047674,280.200866455836,897.858285330581,826.498745253378,2964.86687424255,858.748312659396,2147.41516815758,339.166890485401,1841.90688512449,7282.93032295918,2533.83704583804,65000.0741715836,25754.1233714311,1767.79870199372,11749.9408194383 -2988,441.464479307451,1991.00900164371,438.705776676413,1791.96886875788,550.197641548646,7100.68545387004,107.449070653698,642.346832666246,2891.32139813388,17174.4385827053,854.412791294832,5046.30899224855,265.478672475197,3942.81954636152,1144.66853619847,9582.14868999245,1293.88353749916,11750.7433068425,103.652213624922,1159.99772584782,1037.75988793508,1548.24317000888,494.826266614494,2039.52841045574,275.909871045633,887.912183531655,812.702802791891,2932.02330835551,844.717357383081,2123.62699332419,333.841122766986,1821.50300437527,7078.41875564684,2488.66731606194,63907.7812578103,25340.1794672091,1737.61677293529,11564.3424076546 -2989,440.596631684626,1951.35023261707,436.880497651929,1756.27476621474,546.199961464995,6959.24739702883,105.243377589374,629.551971040471,2869.65413883194,16832.3421419803,848.056870929837,4945.79191643653,263.62428654268,3864.2827996297,1139.94022525,9391.28254053677,1289.6754332015,11516.6810729136,102.150271233504,1136.891812292,1037.27877712845,1517.40382260976,492.11991022562,1998.90318671906,275.149754942272,870.225922860032,810.246079686348,2873.62054118027,838.864114315418,2081.32661579829,332.393481136447,1785.22061345076,7052.41132528135,2470.82398107564,63580.5780467457,25248.448810344,1720.36995633048,11533.688696451 -2990,452.717992389509,1910.12941154765,449.653964748092,1719.17476915793,562.054299583397,6812.23847626421,103.957035098891,616.253154293791,2953.20781020942,16476.7714443083,872.730803357531,4841.31574387337,271.301875558354,3782.65270207844,1172.09170041699,9192.89868778434,1325.64203342201,11273.3997583217,100.056266097638,1112.87581906513,1064.63203268129,1485.34979641992,506.200171622421,1956.67784489287,282.778631150483,851.843048040024,832.810932245834,2812.91744638495,863.266284642364,2037.36014038921,341.780732235755,1747.50915691852,7067.04797210446,2536.10367193872,65272.3538796601,25933.3159694627,1772.11040614493,11846.2575800711 -2991,469.128253283465,1852.99880333587,465.161864305753,1667.75547809285,572.477789517842,6608.4892825814,107.26938143507,597.821462019755,3004.51829834404,15983.9629632237,888.140410084123,4696.51544326513,275.778292355033,3669.5162579102,1204.61398050242,8917.9456452903,1365.26047591865,10936.2204128209,103.094446913663,1079.59049712673,1121.4033294656,1440.92404350302,517.133837329647,1898.15500624255,291.75453760987,826.36503008936,859.544654956256,2728.78509200626,877.189686553983,1976.42415183095,350.611505884814,1695.24240452633,7167.46693425377,2573.25661153734,67009.5235269559,26805.162086531,1780.73381444734,12266.4976969351 -2992,488.633897685414,1832.48963559002,484.320321912383,1649.29660116445,590.545612540729,6535.34589198716,112.155185820047,591.204716976771,3097.47676931238,15807.050934427,915.752205601366,4644.533961748,284.265542619335,3628.90170147115,1249.15953138788,8819.2409710842,1418.29704572365,10815.1772807108,107.270984366472,1067.64148638666,1176.78140030562,1424.97575855863,534.757614149659,1877.14604532981,303.396789397005,817.218743005478,893.362492912458,2698.58263796605,904.285811984634,1954.5489005389,363.418489839455,1676.47929967073,7351.75751528468,2649.02351454313,69431.5346264418,27883.4276110224,1823.85085595938,12773.1400566846 -2993,502.136778563028,1822.91483494963,495.570399104656,1640.67898835708,595.918341154946,6501.19855886368,121.383296600344,588.115658685376,3122.06039083461,15724.4587284629,923.276936144952,4620.26616460056,286.434481079613,3609.94060632477,1273.10352717022,8773.16023345942,1450.37277144727,10758.6677298014,115.983861561611,1062.06303497879,1226.00524361068,1417.53022733127,542.133324577986,1867.33791391784,310.848504339013,812.948756211607,914.383488965295,2684.48248139854,911.378479239454,1944.33633742198,370.081003828305,1667.71965663628,7537.15558728884,2669.96753213161,70775.8657752647,28605.1689792838,1815.22744765697,13125.8319583817 -2994,510.106904645439,1816.23272390089,502.259021773333,1634.66488446954,596.835040175323,6477.36764263693,126.953941587248,585.959850819046,3124.0046323148,15666.818855557,924.05614293068,4603.33002968375,286.543495563924,3596.70793985658,1285.05843409177,8741.00117160729,1467.83964823945,10719.23055417,120.466865521602,1058.16991665838,1258.50039860964,1412.3341017568,544.962360974279,1860.49296479181,315.054878426771,809.968795896519,926.03611458526,2674.64219171239,911.87893150118,1937.20914142047,373.317379390623,1661.60643196437,7509.47586821555,2666.80150760224,71392.3765362215,29020.0302109869,1797.98063105215,13332.0310253809 -2995,496.940608781271,1779.55342560262,486.897709181934,1601.65239651789,568.446591295244,6346.55549680046,128.038722399674,574.126237275929,2971.00448894613,15350.4233217546,879.115072709619,4510.36456710716,272.402809405519,3524.07147555237,1239.3465973355,8564.47435035811,1423.17870841285,10502.7528694271,120.891353988804,1036.79989644423,1245.83111043475,1383.81164252927,522.542910760505,1822.91981926954,306.199227085746,793.611262698254,897.78588756136,2620.62708808609,867.604269297414,1898.08669250231,360.032785489844,1628.04985236401,7145.63445400195,2531.07533409482,68802.7232121946,28213.994655275,1681.56461896964,12991.6610042737 -2996,446.520551269242,1772.37955664988,435.346649522355,1595.19569550788,499.681111638211,6320.97078729961,118.968428378577,571.811776620077,2608.01919353864,15288.5415464199,771.964790603267,4492.18204790433,239.185682425558,3509.86497487531,1103.22615241753,8529.94860038367,1273.63535059931,10460.413386024,111.241868043733,1032.62027110661,1133.46125215757,1378.23311747015,462.732469825954,1815.57112846507,274.63806769695,790.411997581456,803.098905294799,2610.06262003842,762.55684770641,1890.43498337291,320.584151800732,1621.48673595439,6216.89328175264,2216.6322236165,61154.0097281592,25296.0107530068,1453.04429895582,11673.3305471586 -2997,380.641166276715,1658.08940850425,374.827982969914,1492.33107394483,433.133575239739,5913.36921855312,97.0705616826899,534.939058010721,2262.45546695767,14302.6750192896,669.551991017218,4202.5081178334,207.10355822604,3283.53479269475,946.421295754926,7979.90327541095,1085.22826591451,9785.88394278609,90.4143470827952,966.032771087121,963.528259660085,1289.35911382692,397.484075749167,1698.49581439779,233.610586955368,739.443059263061,686.677880488131,2441.75530550505,658.821284265786,1768.53214743761,274.21718489684,1516.92676257109,5260.79741789901,1916.60265199598,52486.0815818837,21601.9106235416,1271.95272460524,9944.0466530325 -2998,305.00138018016,1509.92587051531,307.778610459552,1358.9793676783,385.633138808349,5384.96242675888,78.5024834486383,487.137978625721,2027.47078378153,13024.6167175509,599.069408322406,3826.98043641172,185.730428072137,2990.12472113877,795.140230993155,7266.83515252788,890.669119510523,8911.43701617536,75.0046083110131,879.710023686759,717.238658957536,1174.14457409036,343.310106589604,1546.72164116572,189.591629326871,673.367913230608,562.97709770377,2223.56495755919,589.085014875835,1610.49966820724,230.692256034707,1381.37723498838,5035.92885195435,1744.75234973976,44545.5738793178,17560.4456712891,1224.52397894199,7983.32994516839 -2999,183.700117539446,1401.45003046918,181.012538861038,1261.34780086241,265.453801179848,4998.09686317981,50.0208954140213,452.141094022528,1528.76565806272,12088.9043972943,447.230771878898,3552.0431525448,141.435484587707,2775.30868460213,549.24406344109,6744.77240558111,597.19303330689,8271.22305916971,54.9835752302978,816.510044350121,421.709984333011,1089.79187738043,226.147158738482,1435.60232556269,117.397577217843,624.991929035522,358.32812615333,2063.81997843246,394.466304274546,1494.79842232874,156.067578156142,1282.13656436207,3942.81927319694,1274.89471999794,30751.9759277331,11730.298237731,932.259862081002,5224.94153312885 -3000,186.503025179565,1348.5716727023,183.575717128129,1213.75566498001,278.45555658541,4809.51279072717,50.2615273218316,435.081278823246,1607.12365288833,11632.775817729,469.911676909871,3418.02038716601,148.913660165124,2670.59302414523,567.198173621533,6490.28421080822,615.527922973242,7959.14008611783,56.3665739267706,785.702160153961,412.766379199519,1048.67274824225,236.37174682771,1381.43536153853,120.558300624708,601.410248557132,366.853395708438,1985.94962357617,415.819693092629,1438.39791995849,161.989235601177,1233.76004398507,4217.66960076422,1348.44923305108,31844.8713971912,11982.7253433234,998.399919863776,5321.3771100675 -3001,189.822126363291,1319.61585348128,186.993068565096,1187.69454392501,294.82852346348,4706.24547039972,50.6780772355853,425.739443227062,1706.09601893459,11383.0029947971,498.539704368188,3344.63045734032,158.457336126734,2613.25146018882,589.697374317297,6350.92825360899,637.59072423653,7788.24563078156,58.1745594353373,768.831978040916,398.977653365587,1026.15620044968,249.151852465371,1351.77391053528,124.297243143064,588.49708510621,377.344321828472,1943.30836138275,442.8571707476,1407.51339896396,169.279047541036,1207.26939946177,4570.81303991856,1442.1850109878,33196.5825905987,12279.4970337005,1083.43713701306,5431.42132616376 -3002,219.415807184378,1334.62891156414,214.867951795885,1201.20675441081,348.000221063013,4759.78767089156,57.6312204636055,430.583012643472,2016.97688187711,11512.505595624,589.161466539209,3382.68178204158,187.799034694652,2642.9820032506,689.978392305194,6423.18174654784,745.489777542157,7876.8512531754,67.4478295289102,777.578856241748,443.800012051877,1037.83061508997,294.011153329865,1367.15282567958,144.967603154954,595.19232213067,438.838835503335,1965.41706917478,525.393728020416,1423.52645333527,198.854331004027,1221.00430994194,5470.13269030384,1713.86576258591,38855.1974973552,14233.1515221713,1297.6049431668,6285.50024066656 -3003,299.163462634501,1380.24661643568,292.499555392371,1242.26408108613,447.049372229442,4922.47752972841,79.5379772865622,445.300368624057,2581.28079088935,11906.0038017866,754.671472586197,3498.30207010104,239.677873675043,2733.31930372447,911.282362250779,6642.72652540844,993.374086358501,8146.08255235601,90.0239286609556,804.156553211326,653.261423646393,1073.3037344684,381.30694548634,1413.88220009652,194.585935706227,615.53603524636,588.923386641694,2032.59515518375,670.61368941537,1472.18268209101,261.371244307285,1262.73831838069,6797.45729976785,2171.83914619536,51109.9836068712,19214.6646574976,1609.40807271416,8543.66579319173 -3004,421.83338427942,1482.87922788386,409.226524910256,1334.63656382359,585.079471802106,5288.50394678688,112.684604609235,478.412088780812,3361.80054629639,12791.3124470234,984.010262975984,3758.42940735634,311.3186332466,2936.5639229994,1237.01268525864,7136.6675083607,1362.1962978866,8751.81033713391,123.18343992489,863.952162261525,995.055740121141,1153.1126351633,505.600570984017,1519.01589196583,269.16802256205,661.306167906372,815.096845916057,2183.73520965615,870.933007374856,1581.65149106514,352.463080885648,1356.63322791922,8509.32499520038,2793.2958345413,68944.0705468359,26742.5266308814,2009.39794597189,11989.0267031023 -3005,466.219865122348,1686.14849305396,445.903270617757,1517.58510642656,618.174508809321,6013.43844644036,122.839440527174,543.991585685453,3542.2796194227,14544.7126112282,1037.51251515426,4273.62523009184,328.218876407182,3339.10054198281,1338.63857200796,8114.94350879936,1491.02021214233,9951.48595648691,132.814812029627,982.380499419924,1133.68288676476,1311.17834516888,541.753279530394,1727.23867797263,296.199962391826,751.956314105136,891.749093458859,2483.07600764299,920.449756915168,1798.46020366866,381.779391237791,1542.59701658055,8763.40120534988,2928.27111357869,74240.71510871,29324.4182027524,2066.08942407141,13229.2840780644 -3006,427.70832129681,1856.58573640928,403.391212016857,1670.98382733515,566.510391347581,6621.28163232837,110.020708740039,598.978691895054,3247.74475184759,16014.9038387892,951.139225458931,4705.60669931069,301.812961792085,3676.61950547044,1229.33276383375,8935.20851352551,1378.96305888967,10957.3901462423,120.531452649362,1081.68030897815,1026.07334289832,1443.71330494162,500.294621009159,1901.82935020764,274.039635966201,827.964662022097,818.49312431924,2734.06732396406,849.17989550346,1980.25000489925,352.830875192585,1698.52396144763,8066.67059582296,2695.01559314833,68071.8032173486,26883.24235581,1902.31404289502,12153.9378699727 -3007,400.917548115842,1942.8168000052,378.932362708105,1748.59441641647,526.340449153609,6928.81397318762,103.68327853282,626.798882829679,3015.22188373068,16758.7327739808,883.198368318884,4924.16351712318,279.949438801584,3847.38393836294,1147.0058560263,9350.21360510983,1286.75529571186,11466.3175757794,112.850091543973,1131.92008066484,972.307379078543,1510.76807724289,465.019769899038,1990.16180070008,255.961521102855,866.420345498417,765.523880199483,2861.05393635949,787.26718810424,2072.2247846035,328.610690818052,1777.41368082146,7442.21765551474,2496.14140238359,63487.2039554478,25168.077896956,1754.28629452405,11384.8392274846 -3008,370.36982004861,1964.94587201436,348.217701495661,1768.51125662271,479.431557987544,7007.73455043932,95.3485564454873,633.938247495127,2744.16429289849,16949.6180928316,803.965256431308,4980.2507246535,254.887905292501,3891.20641108331,1052.89641359103,9456.71440856588,1185.79230310672,11596.9212267843,103.384632358922,1144.81287682224,905.493982333826,1527.9760278692,425.696584424318,2012.83014173844,236.261353512233,876.289046559517,705.050710090752,2893.64191304345,717.507145487839,2095.82783944507,301.850062271931,1797.65877821452,6724.19737775062,2268.61370532099,58181.8092873114,23193.7052692871,1584.21186022549,10512.8676491655 -3009,347.582046242467,1995.55052160896,326.745164494152,1796.05637533763,444.503406546635,7116.88221879126,89.6871523948671,643.812034964556,2541.91221130746,17213.613722371,744.874151884579,5057.81969512341,235.961117500798,3951.81317405199,982.27662311778,9604.00570799167,1109.20864944927,11777.5469201313,96.6505337949052,1162.64369722576,859.349613641681,1551.77473478927,395.857873369481,2044.18060388537,221.319609922825,889.937523902072,659.806273058437,2938.71129539247,664.561452175697,2128.4710168223,281.547544996818,1825.65787874012,6179.59230089909,2096.63851837526,54241.0505703926,21734.6975335871,1455.08127122102,9865.09773808682 -3010,326.300670075802,2039.34583663944,307.263502364139,1835.47349553512,412.624406255256,7273.07275139453,84.5597838070882,657.941444661965,2357.54150756577,17591.3919984011,690.991779979591,5168.82104764077,218.70174157009,4038.54157357138,917.074235261031,9814.77985326209,1035.55087011286,12036.0226500454,90.5479435918036,1188.15963703126,815.318042694608,1585.83073218474,367.829530402741,2089.04317817599,206.858092117465,909.468522388303,617.791990576911,3003.20567204277,615.526741245561,2175.18346920352,262.251557111017,1865.72464782039,5687.80742289635,1939.47513713862,50591.1562821301,20363.5880174033,1338.5487884609,9249.55051380476 -3011,315.521894394136,2029.68425486235,296.455613594252,1826.77777705609,393.956078296555,7238.61592416304,81.6766204522457,654.824388712977,2248.86076135388,17508.0512185726,659.279256117377,5144.33329948853,208.585159374778,4019.4086246756,881.575796790373,9768.28146320348,996.586946631585,11979.000925228,87.0734532353267,1182.5306253692,795.600378193393,1578.31771843869,352.058755341761,2079.14615083555,199.335788445746,905.159834599857,595.721974806917,2988.97771880768,586.928703888948,2164.87834459429,251.719086886143,1856.88561182434,5383.05737280504,1845.92831241217,48562.1599081696,19643.4784435174,1266.10967755596,8933.23479167239 -3012,302.492561465685,2017.39032409777,283.514926929534,1815.7128641468,372.666854961322,7194.77115235192,78.3304169814402,650.858074406448,2125.04462187906,17402.0038030753,623.141855958505,5113.17373500832,196.937978521882,3995.06280279323,839.712226308409,9709.11434116966,951.793668044038,11906.4433302963,82.9686488893802,1175.36795974746,772.071916128361,1568.7577444139,334.05001400428,2066.55262612027,190.6716578308,899.677222065029,569.378187598739,2970.87328456188,554.394313697161,2151.76553435377,239.652701878992,1845.63833378351,5038.3655974676,1739.36186845613,46219.9029250314,18801.8721548196,1184.22198696776,8562.98346208787 -3013,293.004269643039,1981.95488221167,274.842471084336,1783.81988492966,363.094619712659,7068.39506538077,75.887048641456,639.425758509899,2071.34852347064,17096.3377715197,607.333791795356,5023.36088690644,191.985147287051,3924.88956259837,815.576514126051,9538.57383996256,923.471323324375,11697.3067662605,80.556625563138,1154.72263269552,744.693848386073,1541.20252952984,324.98810198181,2030.25364886598,184.879141066972,883.874400202587,552.222313241064,2918.68992352929,540.371267905013,2113.96979317552,232.823897069464,1813.21971397637,4929.78610041309,1697.13176310343,44915.538227823,18228.4857177472,1159.02577447908,8296.5547996562 -3014,291.731864208881,1944.92846217252,273.987639156996,1750.49497681677,357.369738475128,6936.34495311919,75.7481986702048,627.480155241665,2036.97824688781,16776.9479664637,597.376454523636,4929.51562742239,188.76243459439,3851.56568885314,807.735731664659,9360.3764224821,916.557656159701,11478.7804024459,80.0236004908529,1133.15037309939,747.509130926706,1512.41014240946,320.834756491732,1992.32492250414,183.727573270573,867.362064277345,548.451092604742,2864.16363736477,531.480365177437,2074.47710128092,230.488386148941,1779.34556509663,4811.92465305322,1665.74087248084,44439.1526941178,18118.8607302039,1130.68003542932,8256.67602429319 -3015,296.713015396335,1892.80220571973,279.104773086678,1703.57975507183,360.576445813224,6750.44315626468,77.3735501598337,610.662985804682,2053.53210169679,16327.3070109201,602.352391951018,4797.399099344,190.007055758112,3748.3394238533,817.967198548771,9109.507873133,928.453854083121,11171.1362588897,81.2770622411211,1102.78067668301,768.880643774838,1471.87586031201,323.715378998583,1938.92838794382,186.285725433019,844.115791584393,556.678450494047,2787.40085087273,534.763290427626,2018.87879651549,233.037898753537,1731.65711534215,4814.53949818131,1674.28906381011,45007.7307034378,18417.8909807548,1130.68003542932,8396.60862224656 -3016,309.688113050199,1882.82242831202,290.762223724189,1694.59765081365,371.752034730935,6714.8515239751,80.8171348011281,607.443272381357,2115.5051275097,16241.2214763916,620.648424827858,4772.10486891532,195.831121807548,3728.57634824744,849.264937550008,9061.47809981972,964.706997418396,11112.2365741165,84.4202715883531,1096.96627851211,806.944467941191,1464.1154121187,334.697706025619,1928.70541078187,193.783676971811,839.665200983387,579.593475374235,2772.70431261126,550.974953053234,2008.23428176299,241.566378632795,1722.52697353158,4924.50372704807,1721.91392392274,46640.8203233603,19170.1872345338,1155.876247918,8749.43909620534 -3017,333.183889613925,1873.56582049633,313.653332201597,1686.26642126002,400.578409899864,6681.83898590279,87.3059778696207,604.456870659046,2279.30043367604,16161.3740009238,668.720073983944,4748.6435469326,210.7390198602,3710.24537425456,913.788569764243,9016.92873194559,1038.06010843648,11057.6049666027,91.0343881777264,1091.5732119783,871.600915469007,1456.91731315668,360.17304933942,1919.22322631712,208.514822626576,835.537115750751,623.595687741952,2759.07273693806,592.942608617009,1998.36110579653,259.943251489516,1714.05843374462,5300.54443108729,1853.49425251593,50243.2334441189,20650.1645965947,1244.06299162836,9422.05673803423 -3018,349.855680737843,1864.30921548654,326.302926487535,1677.9351942318,406.186673768612,6648.82645783739,90.9518663404688,601.470469841988,2305.57565986576,16081.5265496598,676.825974374705,4725.18223206159,213.290968868817,3691.91440581825,945.129030636927,8972.37937757547,1081.65710728653,11002.973375649,93.9531604044596,1086.18014707926,931.738737279052,1449.71921637658,369.352561964842,1909.74104472666,218.07608926401,831.40903176944,650.204902691125,2745.44116539693,601.094389272196,1988.48793282288,268.812320376689,1705.58989652469,5242.46917788192,1865.76708517862,51754.0254924509,21557.1615145609,1228.31535882294,9876.98828093736 -3019,355.070824130618,1806.83148272798,330.423964224004,1626.20348048008,406.18319979569,6443.83928772254,92.0972140580416,582.926786937582,2302.88164013976,15585.7237731178,676.223984267544,4579.50212743418,212.980289200875,3578.09054665242,952.937117676153,8695.75572534614,1093.53091167413,10663.7453345163,94.7828297140791,1052.69258412411,954.476411604868,1405.02353338491,370.850414571996,1850.86262236248,220.815616801588,805.776209840474,657.891194494897,2660.79762434795,600.491702593545,1927.18169829537,270.882688984938,1653.0055722861,5179.62900694778,1858.45378200468,52108.5780321222,21831.1110918959,1212.56772601752,10018.1674485994 -3020,332.012901269429,1776.77644325791,306.959893593536,1599.1530276518,366.921129886261,6336.65173537877,85.6887885039445,573.230316759236,2074.51022694019,15326.4690791142,609.572578043824,4503.32617051234,191.726725705195,3518.5721833545,877.696819393966,8551.10953999587,1014.80102743569,10486.3633871729,87.3091845289566,1035.18197648409,911.313244623886,1381.65221284067,338.5637149897,1820.07516393011,205.673016130707,792.372837128463,610.90198199612,2616.53761538413,541.522521425438,1895.12473971237,249.456123429679,1625.50929042792,4543.40627957545,1663.43859773181,47848.3789431288,20319.8871980213,1061.39045108547,9360.46355732161 -3021,271.530056944506,1656.99018544929,249.945336313754,1491.34173964615,294.988804769693,5909.44897652986,69.8417619457039,534.584422523305,1665.7117054747,14293.1931240142,489.600785879749,4199.72208362554,154.021363166262,3281.35798779666,712.806725448939,7974.61303375589,825.470150928781,9779.39643421876,70.8261206284513,965.392343925365,750.562605506353,1288.50433889333,273.435045451773,1697.36980409439,167.566075912572,738.952848750646,498.016875815569,2440.13655460259,434.961919890904,1767.35970685634,202.23918498558,1515.9211226692,3603.27851761235,1331.92862955475,38762.1873256747,16561.7947733163,840.923591809553,7641.48526635102 -3022,211.76226883668,1509.54982266417,204.033712727424,1358.64091313498,265.648822215278,5383.62129896674,56.9809407224296,487.016656649824,1515.32154186289,13021.3729297437,444.31175446206,3826.02732487323,139.732921957543,2989.38002896682,591.203104115232,7265.02534332001,661.047217046073,8909.21761798774,59.6518087647835,879.490931431643,545.918193215623,1173.85215275192,234.171548983629,1546.33642930809,132.134178094931,673.200210589215,399.669554735914,2223.01117750914,391.138842315384,1610.09857239763,167.190912805034,1381.03320224415,3603.6590920843,1235.4510829304,32688.7706552576,13217.7777532674,847.222644931722,5988.86664407914 -3023,170.329061795553,1400.09046400413,172.727819408296,1260.12414954875,245.539131055758,4993.24813883253,49.0437383965613,451.702465562335,1451.42852331878,12077.1767804258,389.622867608847,3548.59726532256,130.654255580052,2772.61631845586,525.808862151046,6738.22920662457,549.052956837031,8263.19902887845,54.1750060666155,815.717936425801,360.758915238884,1088.73465489076,187.46777350109,1434.20962747389,107.448625902085,624.38561553938,302.683713739118,2061.81783752728,330.67289012103,1493.34829727054,136.019604583304,1280.89274557537,3716.52801879531,1163.13252246376,28340.8295802677,10872.5641687147,853.184045142784,4786.84598379536 -3024,172.816487141962,1341.54243710678,175.08741253409,1207.42913840584,257.461451726637,4784.44389806839,49.2626317566101,432.813480326546,1525.34990684591,11572.1416493657,409.119964029888,3400.20444823003,137.510286581906,2656.67294267946,542.754968155193,6456.4545392208,565.53064783895,7917.65421485457,55.5209746537595,781.606800816805,353.02309450516,1043.20669259301,195.777547819147,1374.23482869865,110.272054472667,598.275484263742,309.502467226326,1975.59814721974,348.368462698276,1430.90047798774,141.05172754995,1227.32924746676,3975.51367968565,1230.28316702534,29328.8362693704,11099.9918453888,913.713994291427,4871.96662002219 -3025,175.747584797749,1315.59501472439,178.238457921167,1184.07566632441,272.466220032579,4691.90565011271,49.6496905555602,424.442225063801,1618.67993406427,11348.3192499099,433.707743096508,3334.4394462708,146.258033988196,2605.28894388159,563.976377942542,6331.57712320466,585.303559456905,7764.51502782025,57.2811089950281,766.489364918554,341.113186812972,1023.02952641761,206.147877703285,1347.65508692787,113.600496974271,586.703948200595,317.861661506715,1937.38714608709,370.757596180763,1403.2247384341,147.231340701551,1203.59087773247,4308.27016413702,1315.86143270921,30549.1250805829,11366.4816461546,991.538214625397,4968.52237688017 -3026,203.049843252832,1325.28552541765,204.722481200026,1192.79742171093,321.509564584825,4726.46564871816,56.4436316916173,427.568614168821,1913.20085457271,11431.9095704956,512.305168867454,3359.00051616578,173.298882045875,2624.47918106489,659.680423335488,6378.2147397439,684.042593773876,7821.70748831377,66.3957471062376,772.135231088526,379.343553010472,1030.56503579118,243.13222792547,1357.58174816065,132.434495858241,591.025537154784,369.335179110022,1951.65770096608,439.696978267358,1413.56071886931,172.850412012388,1212.4563797604,5155.85292398622,1563.76486319253,35738.6081413229,13168.8580742264,1187.53995472577,5746.77699067812 -3027,277.192353203966,1369.16761877893,278.944422026751,1232.29264505467,413.311065357989,4882.9656654225,77.9491023561785,441.726020618569,2449.78985853616,11810.4363961863,656.957524463026,3470.22181257622,221.316389141266,2711.37942877711,871.974743308276,6589.40652394412,912.704498252564,8080.69537557571,88.66760334082,797.701729513442,558.680248950546,1064.68851352342,315.829896512055,1402.53321550545,177.986989093253,610.595235384264,496.798018039268,2016.27987015188,561.841589867613,1460.36572975004,227.594733069578,1252.60253923524,6407.15019210992,1981.47981849506,47065.5995665005,17797.4655703404,1472.89542928366,7821.12694841685 -3028,391.411272651361,1478.07736450853,390.65679934202,1330.31474022886,541.416564759184,5271.37869954162,110.508391627438,476.862893509724,3192.78105814206,12749.8915857646,857.840737527211,3746.25885146711,287.719531967882,2927.05473406073,1184.84388662875,7113.55753306001,1253.57230133613,8723.47020212123,121.402917566702,861.154510121019,851.42522242186,1149.37862282682,419.642658710489,1514.09701075081,246.573860324784,659.164724552229,689.48948292035,2176.66383261647,730.723294949979,1576.5297830901,307.588859992908,1352.24017466956,8021.12335873729,2548.19385656539,63579.232211876,24801.7279563554,1838.95750270641,10990.74158072 -3029,432.928896913692,1711.4884502854,425.870339221471,1540.39184133178,572.331205340298,6103.81024564689,120.501486964189,552.166858250305,3365.50415194182,14763.2950178373,905.213855661746,4337.85058212923,303.500695393135,3389.28157009147,1282.91913678462,8236.89737128276,1373.47128250306,10101.0399427256,130.934339012446,997.144015173634,970.262870745895,1330.88313589534,450.25103927693,1753.19615111845,271.582227934943,763.256944457579,755.480865876055,2520.39243623471,773.019412013758,1825.48801576892,333.635268402265,1565.77963815067,8260.85396104356,2671.06874109323,68514.6210711518,27214.0235818075,1890.84031626239,12136.2071804461 -3030,397.152517893228,1890.74839577293,385.214093687796,1701.7312634357,524.453252137454,6743.11849906717,107.912406690972,610.000377894255,3085.46146860622,16309.5908515443,829.740072385156,4792.19361830684,279.07584735527,3744.27223882499,1178.1296262632,9099.62348171393,1270.33438624008,11159.014870455,118.814218004648,1101.58408999473,878.133263462445,1470.27878203663,415.833957666234,1936.82452817588,251.279253368355,843.199872634298,693.367346373473,2784.37634489111,713.214567250738,2016.68818550441,308.367084733167,1729.7781579967,7604.02019888796,2458.21461911342,62812.2149218679,24946.0898028661,1740.95663265622,11148.237888047 -3031,372.337684784554,1987.8270425317,361.910643112122,1789.10500844099,487.332228256087,7089.33739328225,101.70704459107,641.320257017623,2864.8619316249,17146.9910115005,770.63974303525,5038.24416237251,258.891030299445,3936.51827370418,1099.3716868744,9566.83484394171,1185.60083350214,11731.9636907246,111.252771585166,1158.14385912465,832.167076531222,1545.76882335431,386.610466843721,2036.26890936634,234.740743148965,886.493154154729,648.712582257374,2927.33745395959,661.336703036939,2120.23308889867,287.272182729324,1818.59194366306,7015.4426737067,2276.79436371379,58593.832254714,23358.3937997464,1605.4848417045,10444.7161350397 -3032,344.045755146917,2016.26217773845,332.621124171046,1814.69749799144,443.96958958811,7190.74775896856,93.5392134710549,650.494107573505,2607.63967225237,17392.27241545,701.680967221973,5110.31439328115,235.754969415083,3992.82872072078,1009.34784098924,9703.68490004202,1092.90250767399,11899.7851191733,101.93025597427,1174.71068134734,775.032529269439,1567.88047821664,354.068136330135,2065.3969876731,216.733150166712,899.174112889523,597.741136630832,2969.21194027965,602.926259926274,2150.56224393214,263.991952743615,1844.60623298378,6338.65333122072,2069.19033642662,53709.3228316668,21530.1256204629,1449.83640103655,9646.68958100712 -3033,322.945597270172,2048.02390260853,312.16157480013,1843.28401976922,411.694630594498,7304.02199207781,87.9949310448613,660.741195031909,2415.76831546325,17666.248973372,650.284198324444,5190.81602722097,218.284451315829,4055.72685404942,941.804105053915,9856.54486707606,1022.5891179551,12087.2397593194,95.3010330703742,1193.21563465889,735.584341012263,1592.57894696149,329.375318206442,2097.93272215954,203.075383455354,913.338600573327,559.622050796672,3015.9852685548,558.595202787745,2184.43956755697,246.330332393159,1873.663900341,5825.33511556437,1912.28804420286,50083.5785670811,20179.7403570794,1331.65888127016,9054.20046349804 -3034,303.231555240529,2083.57505174159,293.597959565719,1875.2811390401,382.230472656367,7430.81073452399,82.9735207736084,672.21084083683,2240.83014154014,17972.9130953454,603.401022631644,5280.92214095867,202.349271670244,4126.12923072461,879.423538197489,10027.6422336936,954.884576884061,12297.0592163791,89.2932925102017,1213.92837483815,697.935750530044,1620.22413780984,306.147689613201,2134.35022636036,189.842282682344,929.193023344761,524.195004654219,3068.33902376679,517.498862036786,2222.3587230607,229.518364442616,1906.18837657461,5361.80052224667,1768.9189355354,46724.5027321779,18910.3353567477,1225.01087562731,8491.03596188552 -3035,293.275423059571,2057.97475390597,283.312072963856,1852.24008964531,364.997598969644,7339.51046300036,80.151848720753,663.951576204454,2137.80605004219,17752.084991347,575.861471607473,5216.03694301861,193.021650440706,4075.43264692434,845.522412622608,9904.43542741274,919.178943242235,12145.9687249766,85.8751863622299,1199.01317995665,681.0964399043,1600.31690170922,293.125687371616,2108.12606830343,182.978956824073,917.776291259916,505.682953665874,3030.63920930443,493.589034658487,2195.05322947631,220.37875124354,1882.76757868671,5074.5711882603,1683.56042815294,44861.0629408835,18245.0861396869,1158.71616941689,8202.35424373517 -3036,281.228310196752,2032.60587056428,270.988501076572,1829.40732035801,345.341692839044,7249.0355024268,76.8764082723413,655.766971388822,2020.41786844814,17533.2530681844,544.470140357114,5151.73827635019,182.2781238363,4025.19433608474,805.518549630253,9782.34235195275,878.117385158049,11996.244019622,81.8355511280272,1184.2328113298,660.998129941531,1580.58961753717,278.25003496941,2082.13896413956,175.071214141288,906.462760993057,483.546260858793,2993.28018320088,466.381344770893,2167.99456454288,209.90346246251,1859.55849365174,4749.69224674712,1586.32530995201,42708.8374424276,17467.0749153916,1083.77432761381,7864.19384216566 -3037,272.381358789238,1987.53777301135,262.681245127916,1788.84465704392,336.444801544512,7088.30574959119,74.4751498167392,641.226931794066,1969.24379207151,17144.4957733539,530.590466592177,5037.5109947271,177.679793617853,3935.94542972505,782.305683513379,9565.44267366364,851.885907767763,11730.2564498848,79.4528593653669,1157.97532548894,637.542203931238,1545.54388235264,270.653879102222,2035.97259056289,169.734393063573,886.364151256586,468.885311853401,2926.91146644504,454.522447007923,2119.92455158856,203.886551555648,1818.3273013134,4647.31006399849,1547.82946125929,41499.054512232,16932.9235814484,1060.7152993667,7618.80295642298 -3038,271.248564193378,1952.85442963343,261.904556524687,1757.62858943882,331.191266787385,6964.61192821125,74.3461302170892,630.037260754563,1936.80242064144,16845.3173416165,522.021271978524,4949.6043768139,174.724707218036,3867.26157943068,774.901456457107,9398.52180437631,845.70697213226,11525.5586987844,78.9352222864721,1137.76818458201,639.984732357323,1518.57351232739,267.288588293907,2000.44403989815,168.712902214039,870.896735928256,465.861045308093,2875.83566964463,447.165078297836,2082.93100502234,201.91133944839,1786.59674956175,4536.24987895809,1519.16458798217,41067.7997235475,16834.0385786444,1034.77389258871,7583.56408813828 -3039,275.921425511308,1913.65849240053,266.830433989028,1722.35104963606,334.214610649142,6824.82450327712,75.948101480214,617.39171966753,1952.77876892879,16507.2132867667,526.50049107589,4850.26037065687,175.899825149657,3789.6413841768,784.814170271788,9209.88313006635,856.831914535287,11294.2280535113,80.1785609139776,1114.93192517028,658.314022013057,1488.09407096734,269.758705426646,1960.29292682185,171.088631791048,853.416880143927,472.99709886346,2818.11448331909,450.018324467864,2041.12428779117,204.197130916822,1750.73778691011,4538.76328020671,1526.947914057,41602.0111603236,17114.5239509441,1034.77389258871,7713.44845284234 -3040,288.039379841373,1896.33128657261,278.011118458549,1706.75603554996,344.623173874553,6763.02918327759,79.3351884054313,611.801551178422,2011.9410194491,16357.7488533785,542.619774389511,4806.3437261275,181.320737920239,3755.32810595166,814.965936058939,9126.49231541501,890.480020194257,11191.9645540793,83.2865335426827,1104.83678278815,690.934592851217,1474.62013485943,279.001606048994,1942.54346987279,178.009272586769,845.689623688296,492.653285357609,2792.59788780687,463.779386344185,2022.64294391745,211.737902802638,1734.88574533374,4642.47534216805,1570.34380570536,43120.2900660974,17816.5446185217,1057.83292083582,8038.97251634909 -3041,309.891630197707,1881.49179076315,299.902942976682,1693.40003640748,371.353250273687,6710.10597100177,85.7063217814572,607.013977077197,2167.75144551493,16229.7434002803,584.666438049797,4768.73230343583,195.12341371814,3725.94127038868,876.881175529369,9055.07412734381,958.186149187034,11104.3832795014,89.8127525468817,1096.1910250957,746.300119805966,1463.08068525654,300.236231129886,1927.34234658542,191.54073227525,839.071788652988,530.051302443511,2770.74477334998,499.103495146184,2006.81501253076,227.844542795051,1721.30962077677,4996.98790112991,1690.35381789373,46451.9136534565,19192.1869979137,1138.53951970067,8657.10580356939 -3042,325.565393798118,1860.72228241313,312.105412804724,1674.7068449895,376.720821548247,6636.03410809042,89.3041168629973,600.313239966688,2193.51549002652,16050.5856740943,592.182152642402,4716.09097601603,197.581554946342,3684.81115825801,907.352073140438,8955.11650934026,999.115831811477,10981.8036422276,92.7141097235977,1084.09033522784,797.892910950987,1446.92995493798,308.216598382979,1906.06670076157,200.446825672102,829.809399836704,553.268052322621,2740.15893343913,506.393827503778,1984.66207975458,235.862148961432,1702.30833960339,4942.38876781545,1701.39909796527,47876.6912598498,20044.3832964205,1124.12762704624,9079.42580145471 -3043,330.49157636729,1807.58358404207,316.098086858866,1626.88039461753,376.797541064732,6446.52156332068,90.4373407704992,583.169432699881,2191.32092503525,15592.2113971396,591.859233814615,4581.40836473457,197.336924931816,3579.57994210949,915.023728977741,8699.37537076993,1010.37900136118,10668.184164012,93.5432358544712,1053.13077190389,817.409445198475,1405.60838042564,309.609986615435,1851.63305182631,203.017640196928,806.111617625913,560.071879024387,2661.9051927122,506.075503407964,1927.9838959002,237.784311211994,1653.69364290862,4883.22030480665,1694.67155456985,48217.8227042297,20303.3057217698,1109.7157343918,9211.2027154417 -3044,309.185324884133,1786.17768443083,293.757367009498,1607.61443164125,340.548475180827,6370.18009029315,84.1628749112126,576.263380640699,1974.80910707043,15407.5641615534,533.963432776739,4527.15407276191,177.73774555616,3537.18957655867,843.152986216329,8596.35498625704,938.281362109336,10541.8486068266,86.1890592820816,1040.65930901836,780.53986385254,1388.96278121256,282.970616096635,1829.70550635944,189.210640487713,796.565423184509,520.63134916854,2630.38218274857,456.797004133696,1905.15218283748,219.2072470288,1634.1101501062,4283.56714261116,1516.70879934369,44303.6657686204,18906.6971681968,971.361564909183,8610.65701483721 -3045,252.919197532023,1672.37929418919,239.233050608514,1505.19240720067,273.849256843897,5964.33231482077,68.6047271472537,539.549314820864,1585.94872308448,14425.939536852,429.033407755082,4238.726526977,142.819764785338,3311.83322858698,684.895437705116,8048.67634940663,763.453568425879,9870.22147136043,69.9253175477302,974.358316016086,642.889766867991,1300.47117705399,228.648994828035,1713.13393397061,154.194126478006,745.815789667825,424.638687709407,2462.79904657674,367.060109043684,1783.77386003007,177.79775131355,1530.00006846062,3397.26669045036,1214.39054460623,35900.8710545386,15413.2778969926,769.595067747038,7030.94201074743 -3046,196.836990442725,1521.64126223919,195.027140920312,1369.52357779346,246.154972702227,5426.74391118789,55.9271645610237,490.917642485135,1440.64296225173,13125.6736567551,388.17772054529,3856.67366560112,129.309751142976,3013.32485506287,567.037549396187,7323.21793400556,609.626851463154,8980.5801294274,58.8387879674585,886.535622037095,467.37015281903,1183.2546661118,194.937178464511,1558.7225282741,121.278230345549,678.592519969149,339.281656857544,2240.81741677589,328.890534533189,1622.99540382756,146.348485370376,1392.09522832989,3397.18991590952,1126.85539550116,30204.2398005431,12278.4824341655,775.359824808814,5499.94531525141 -3047,185.672996377084,1409.43385015061,197.578945886557,1268.53348224863,280.935255534882,5026.57016100594,56.179262772654,454.716864036986,1612.84092668416,12157.7728055542,440.719346461386,3572.27853119837,141.557813607572,2791.11914064156,531.208867505563,6783.19621342851,563.807003040019,8318.34279374008,57.1904212446617,821.161561579023,394.16924565936,1096.00023418955,207.657554352994,1443.78070499282,118.639487136708,628.552400515266,324.789372366776,2075.57720573598,379.661520287184,1503.3140317365,152.730567338926,1289.4406757569,4132.3215403172,1287.99317240194,30920.1967839653,11684.7551516911,923.793045404562,5102.96973471508 -3048,188.518632653525,1354.73309973676,200.486041756529,1219.301137363,294.757302969861,4831.48675231279,56.4864108036016,437.069101649274,1695.85469002415,11685.9242716525,463.043369958379,3433.63682316577,149.042905413873,2682.7945736736,548.461495783811,6519.93737156142,580.916422606277,7995.50423486156,58.6424138199258,789.291918584013,385.774828022196,1053.46398088648,216.972725224746,1387.74693796806,121.840568251931,604.158004156091,332.308125391154,1995.02313738896,400.168736510875,1444.96974999893,158.506067712341,1239.39691345439,4420.45176159224,1362.90399233626,32018.1368647277,11937.3134254551,989.332416869075,5195.1347262934 -3049,191.889965061958,1332.34368712343,204.355427606212,1199.14998266719,312.168547755949,4751.63770274397,57.0004802369122,429.8457449163,1800.73591460805,11492.7932554125,491.218741024631,3376.88976973279,158.595424629209,2638.45654526161,570.074874693456,6412.18362430791,601.475471127076,7863.36407869296,60.5401437490138,776.247443298821,372.839685304813,1036.05358488601,228.608869573074,1364.8119120186,125.628397877166,594.17320136259,341.543159184749,1962.05177483435,426.131110881862,1421.08901367323,165.613657473416,1218.91363974357,4790.66149570895,1458.40185727569,33376.0539553156,12234.4742263758,1073.59732303773,5299.91628184517 -3050,221.817033469472,1344.86902957602,234.927260561123,1210.42317315856,368.524334522133,4796.30777549825,64.8602726194125,433.886718134321,2129.17788498006,11600.8368275419,580.485389533284,3408.63585837292,187.963053611502,2663.26063454808,666.925073978362,6472.46446365856,703.098100576817,7937.28744311229,70.2035953854633,783.544933540439,414.688073960472,1045.79350865745,269.71096829564,1377.64248775263,146.525859173761,599.759014464077,397.024867484782,1980.49699330689,505.515423510779,1434.44864957191,194.532748864704,1230.37262807028,5733.29298032211,1733.60191152675,39062.3342220008,14181.000163439,1285.82004968473,6131.03420104501 -3051,302.398556382173,1393.9001108594,319.481985020315,1254.55264278368,473.240916313255,4971.17101587989,89.4063708761154,449.705310485527,2723.90609778899,12023.7788099487,743.632599591594,3532.90751469178,239.885960900281,2760.35748619655,881.162535783602,6708.43683289477,937.526045770845,8226.6641610188,93.663398028408,812.111325122611,610.531559766868,1083.92092880094,350.016701215782,1427.86842002631,196.65522147798,621.624960026004,533.435078923603,2052.70172620266,645.374768403531,1486.74561439693,255.752083721298,1275.22941264118,7124.2815480542,2195.13227183155,51382.7326015314,19139.5431208141,1594.79137230315,8339.40808211004 -3052,426.331787032753,1490.02417072633,446.476398577456,1341.06723045151,619.064315394023,5313.98549492071,126.503571158381,480.717217185883,3545.91701013872,12852.9447058045,969.742700395068,3776.53861192814,311.586761668259,2950.71314094551,1196.67687731501,7171.05404535854,1286.66840799945,8793.97910142107,128.102567086061,868.114934726007,930.148651308511,1158.66866677683,464.492349558076,1526.33495175223,271.993861211717,664.492533108754,739.333260791748,2194.25708019199,838.385537684978,1589.27234736137,344.987757920414,1363.16988086399,8918.11890610107,2820.25359918498,69310.2442327644,26629.3450510128,1991.14852354091,11711.2325479072 -3053,471.153967451084,1702.49218587979,486.236793238173,1532.29492879313,653.909168941576,6071.7261898986,137.829308550101,549.264449500771,3735.31446338718,14685.6932639626,1022.54349919045,4315.04911316089,328.500166506658,3371.46615734678,1295.32917514834,8193.60096071009,1409.06202537744,10047.9448569357,138.086832197116,991.90262940239,1059.82388325665,1323.88748448941,497.972012395891,1743.98065443909,299.285121338377,759.244962208669,809.488227380664,2507.14425056422,886.21613238325,1815.8925242794,373.75244832777,1557.54927724851,9184.17043526738,2954.43824614924,74624.8888353908,29190.7459780166,2047.32512765335,12925.9068560297 -3054,432.23652397932,1886.4382874957,439.947944221376,1697.85203443803,599.285466718218,6727.7470350891,123.477341534665,608.609834507437,3424.88035152833,16272.4118685106,937.4047561713,4781.26943959191,302.071686576749,3735.73687853862,1189.54429984086,9078.88018103153,1303.20982453883,11133.5770266539,125.324516367112,1099.07294323667,959.211924604681,1466.92716700289,459.881139734238,1932.40938576502,276.892425854651,841.27773283054,742.961641033274,2778.0291420809,817.607807592053,2012.09098766445,345.417095259308,1725.83499391774,8453.99249109045,2719.02948648505,68413.1066579057,26755.6316732137,1885.03716021742,11872.4278467477 -3055,405.155091848248,1974.72316103841,413.205045254476,1777.31111515548,556.751727387013,7042.60403314586,116.341774060435,637.092633352488,3179.45214449631,17033.956963078,870.46213115964,5005.03173844156,280.189149400758,3910.56849645944,1109.94672883421,9503.76966403492,1216.17875554267,11654.6258446256,117.329233632166,1150.50930161163,908.969118311859,1535.57901757953,427.498330031556,2022.8456960254,258.622315008188,880.649335256955,694.998685757619,2908.04026045794,758.02362983275,2106.25637837978,321.716910483134,1806.60367063703,7799.51154180095,2518.02165289362,63807.1774008429,25048.550780547,1738.35380503494,11122.5798243828 -3056,374.27563148402,1996.41833017,379.654806250002,1796.83742952882,507.090925498628,7119.97714986444,106.972097647349,644.092010635227,2893.39738504494,17221.0994368108,792.389550973149,5060.01919805962,255.105809977735,3953.5317059894,1018.95994537447,9608.18221882588,1120.9266875784,11782.6686426508,107.480836639282,1163.14929813286,846.528210944224,1552.44955779429,391.414581519757,2045.06956029572,238.711446458224,890.324532596503,640.24613019949,2939.98925793612,690.896631978142,2129.39662875261,295.534965157522,1826.4518057891,7046.96057314482,2287.96590603481,58471.9844302213,23081.0064216161,1569.82399269762,10271.2979789139 -3057,351.239844835596,2034.86216889472,356.178792557913,1831.43805771954,470.1061606169,7257.08230920736,100.59955407858,656.494906865214,2679.91298212446,17552.7158918424,734.167195537879,5157.45697402797,236.162535772162,4029.66251134279,950.68812873844,9793.20126121607,1048.67561354385,12009.5604749885,100.471732073759,1185.54737139959,803.408422016783,1582.34415429553,364.034213627054,2084.45024678248,223.609872114689,907.468981846719,599.29065185548,2996.60288002948,639.949478459479,2170.40115137175,275.671541681361,1861.62270038525,6476.16085465875,2114.07380741006,54511.1478391809,21627.9031752406,1441.86617221928,9639.45646217242 -3058,329.727838725384,2078.91782172348,334.880702382364,1871.0894898812,436.354098439974,7414.20130412081,94.828376863968,670.708307724894,2485.32531935748,17932.739841058,681.075276485171,5269.11816533629,218.88815835974,4116.90646099723,887.645147103088,10005.2283367799,979.1439353311,12269.5726935062,94.1200796211846,1211.21498869811,762.260229798263,1616.60259488324,338.30047502738,2129.57950310992,208.99508522201,927.116080814026,561.243092745089,3061.48063841836,592.75694393136,2217.3912822443,256.788943423358,1901.92764321627,5960.73019379458,1955.2425631685,50844.0503341481,20263.2345162394,1326.39204154371,9039.21230445677 -3059,318.828988524904,2050.01985752889,323.049020750786,1845.08044011577,416.576193220496,7311.14031653434,91.579058766228,661.385137535523,2370.55128387667,17683.4660754369,649.833421781109,5195.87487188436,208.762673065424,4059.67946805928,853.350593578952,9866.15081903791,942.420339286992,12099.019692962,90.5018622164097,1194.37851396612,743.841990808566,1594.13103616377,323.841846083078,2099.97731701708,201.391063059436,914.228718443263,541.310045196013,3018.92457538068,565.246078395346,2186.56846990891,246.487725693186,1875.48992818971,5641.31044674522,1860.53922774503,48804.3943501294,19545.6403100209,1254.61082517782,8731.01759260095 -3060,305.655890629481,2025.80804946268,308.892517893273,1823.28907389132,394.02380077628,7224.79192071809,87.8092030899833,653.573832708867,2239.80534634009,17474.6150806568,614.231432288851,5134.50886868585,197.105282317228,4011.73252757965,812.895662602412,9749.62641118618,900.19514009659,11956.1239344065,86.2284234822437,1180.2722782473,721.86224313618,1575.30351381649,307.328907622686,2075.17548519272,192.633070644217,903.431198517651,517.495316598084,2983.26949520326,533.94701175457,2160.74395122308,234.685572631733,1853.33940998635,5280.02942040814,1752.69314088452,46450.1170014164,18707.1386707111,1173.46684145985,8370.17752738099 -3061,296.071280758977,1993.87276231921,299.466561210974,1794.54634077023,383.918809326851,7110.89869939282,85.0771884981511,643.270749935279,2183.29865785034,17199.1413750062,598.642561510485,5053.56733273645,192.148365545497,3948.49068675221,789.502985656771,9595.93113928449,873.354545995175,11767.6449464445,83.7245494620287,1161.66620442737,696.257813747937,1550.47008003425,298.970653295758,2042.46195884935,186.782785089217,889.189308844696,501.852970972047,2936.24057359297,520.427582263837,2126.68150461363,227.992875249863,1824.12295670593,5166.26334346097,1710.3187474153,45139.606554085,18137.163404322,1148.49946185432,8109.39189011142 -3062,294.779886653754,1968.79314849786,298.484045300426,1771.97392287999,377.835092907912,7021.45538251032,84.9058320203809,635.179470343204,2146.89877210318,16982.8046899901,588.840925154048,4990.00183371343,188.922676494605,3898.82521989175,781.966859175497,9475.23023410256,866.921173007022,11619.6274819297,83.1640315944126,1147.05436943623,698.903279066265,1530.96773686388,295.19125215496,2016.77117348892,185.615796991654,878.00478147598,498.522664652162,2899.30753500397,511.891304365854,2099.9313769903,225.716444289222,1801.17851402062,5042.70643588359,1678.33606637997,44660.3155913855,18027.1461323137,1120.4111597981,8071.10264211252 -3063,299.808385726121,1933.03951098115,304.015074008664,1739.7945578837,381.194710790827,6893.94449048109,86.7131651554484,623.644496972319,2164.17250273343,16674.3939037345,593.759077166272,4899.38250333512,190.168155868012,3828.02185298682,791.916864517257,9303.15834964079,878.251539014092,11408.6129579381,84.4610895518501,1126.22365587545,718.898266115865,1503.16508753255,297.872720488362,1980.14624641312,188.197584984571,862.060056800978,506.081516312774,2846.655588945,515.073170459196,2061.79624566878,228.221116201574,1768.46878839895,5045.41144152049,1686.68088687972,45233.3522590421,18324.8280517626,1120.4111597981,8209.01414143546 -3064,312.912944947282,1914.96020383915,316.6674641041,1723.52262966015,392.979511181713,6829.46689488342,90.557384753476,617.811682720911,2229.31605653831,16518.4418463244,611.80702395075,4853.55962150535,195.996908201127,3792.21917930462,822.274545202129,9216.14788956566,912.645710453554,11301.9106290105,87.7215807139036,1115.69032571355,754.500189028907,1489.10630438391,308.018620370891,1961.62636000024,195.76906253485,853.99739255991,527.01505810124,2820.03142506853,530.713844012157,2042.51270419023,236.583594858345,1751.92867620006,5160.60682202135,1734.29980957764,46873.6723627173,19072.2246553426,1145.37853940363,8554.59524347361 -3065,336.653506302928,1903.96798451318,341.592228959299,1713.62929677495,423.447538508796,6790.2645146786,97.8255129996107,614.265331467763,2401.89860908334,16423.6229903848,659.195766657207,4825.69930787361,210.917432124041,3770.45115255007,884.746404095438,9163.24552703114,982.038663459854,11237.035609578,94.5935969300596,1109.28606063508,814.956335773754,1480.55856377569,331.462662459435,1950.36626846335,210.651187992697,849.095292441064,567.023507054174,2803.84393257217,571.137804027484,2030.78831034877,254.581246551457,1741.8722874492,5554.6753536621,1866.84075838198,50495.7603112362,20545.3709439896,1232.76436802298,9212.6273093796 -3066,353.47993967473,1892.45508117294,355.232451158825,1703.26733238519,429.275537658855,6749.20517983264,101.870189146132,610.550995174312,2429.01926761782,16324.3127154627,667.22979271491,4796.51929532482,213.470721798541,3747.65200885571,915.274130242648,9107.83726339771,1023.64615032179,11169.0875632578,97.6089115796265,1102.57843566626,871.227114345802,1471.60593023724,340.055763945273,1938.57280422996,220.29813931766,843.960987606091,591.54533044793,2786.88966420244,579.083609493412,2018.50855054625,263.304328458382,1731.33954349575,5493.66986396379,1877.96290081864,52009.0403678649,21443.0268503532,1217.15975576952,9659.09852767457 -3067,358.740825180087,1841.97765789964,359.654292177956,1657.83611082556,429.224205513814,6569.18374100955,103.134352777165,594.265778515827,2425.91089754937,15888.8945907305,666.657052751222,4668.58181500236,213.159408914206,3647.69094842471,922.91684410381,8864.90406977919,1035.03932783154,10871.1746742724,98.4624629667975,1073.16937917512,892.50666558105,1432.35380944922,341.498283208707,1886.8652836876,223.06032266151,821.450030056098,598.681795022278,2712.55500199806,578.544438710429,1964.66890515632,265.348285265701,1685.15955231061,5427.75077078012,1870.04879445047,52364.1034880448,21713.9321555106,1201.55514351607,9798.14637744405 -3068,335.426959649164,1798.61624574672,333.98012903849,1618.80951646097,387.632091487093,6414.54066893942,95.9179565272839,580.276356201127,2184.75524018222,15514.8591598184,600.993356150288,4558.68021039726,191.887168022987,3561.82181209574,850.220818753934,8656.21817317386,960.861902610589,10615.2597973379,90.6811257745338,1047.90623900579,852.185015865997,1398.6352224653,311.906681136554,1842.44718616502,207.752317277206,802.11253529142,556.227912558223,2648.69960455355,521.822168481649,1918.41925724384,244.394585635853,1645.48974547132,4760.90103218263,1672.60178906883,48079.7734307272,20207.0826112402,1051.7508658829,9156.82646485551 -3069,274.315581584722,1682.1855093235,271.898676430004,1514.01830011553,311.602007247841,5999.30495889433,78.1647127892702,542.713032929004,1754.0185975959,14510.5279236519,482.726422384654,4263.58085539608,154.149940435009,3331.25259669404,690.558669651045,8095.87081785226,781.714337091305,9928.09680831765,73.5551293157037,980.071593678611,701.877773464279,1308.09666020992,251.955841748494,1723.17911927562,169.256109636128,750.18897827968,453.561192094674,2477.23999150306,419.171335396662,1794.23325179795,198.148120446895,1538.97142434799,3775.71228647179,1338.80571211347,38948.2345608735,16468.4547749415,833.286294334521,7475.93929565973 -3070,213.981208124565,1535.06333936309,222.286541696099,1381.60385685811,280.882036477187,5474.61207638236,63.8677052600343,495.247923624607,1597.20731035653,13241.4524598777,437.954427458286,3890.6925718085,139.851814444697,3039.90475901769,572.280522249003,7387.81449716703,625.078375681395,9059.79593548219,61.9941574290008,894.355566058955,510.411821466341,1193.69190633384,215.387570190347,1572.47169143655,133.497904126987,684.578241679483,363.175104035041,2260.58319530393,376.679289923666,1637.31150448971,163.712274722617,1404.37460717044,3776.54311891231,1245.31635237499,32861.1089240449,13156.2862225697,839.528139235903,5855.56316157238 -3071,192.107370237566,1424.9097372213,202.074309576317,1282.46225294941,289.475987509205,5081.76298339793,58.9090944595981,459.709753086885,1559.15787919307,12291.2677680526,433.427417175272,3611.50291844291,139.663225943669,2821.7662296247,507.886608651929,6857.67716800905,550.649068982963,8409.67998822951,58.4358100132443,830.178092289158,404.954282473836,1108.03455268697,210.872680780604,1459.63372792321,123.654921367729,635.454041175695,314.611580353829,2098.36749024563,383.000461789321,1519.82074340974,150.50336696296,1303.59901194291,4148.02788132669,1268.15615327136,30575.6899295367,11499.2451081512,908.050336426646,5024.6319663832 -3072,190.561276010421,1369.10976375249,199.583105442086,1232.2405737651,290.733351937005,4882.75933268152,57.7955366710284,441.707355211757,1567.2095004782,11809.9373388755,435.533428711174,3470.07517620246,140.534188859007,2711.26485775865,507.044505752964,6589.1280844869,550.741361097031,8080.35392078366,57.9990775730069,797.668022132393,395.000459521284,1064.64352445031,211.899125682779,1402.47395059505,123.557559530981,610.569434304106,312.97434493323,2016.19467099615,385.978586161765,1460.3040210909,150.890294024789,1252.5496097385,4200.58610062714,1278.89504142781,30556.6638936881,11433.2567495295,919.998367169101,4992.5555931839 -3073,192.913352835616,1339.48862715999,202.133663294214,1205.58064676971,305.245767971831,4777.11924087087,57.9762957484317,432.150872416119,1649.079936813,11554.4254899899,457.909488093261,3394.99896719287,148.20996095646,2652.60575765114,522.967906287868,6446.57014780173,566.338844229943,7905.53282641992,59.438272169745,780.41021412853,381.384303148129,1041.60961431762,221.483469245029,1372.13096893071,126.629893351509,597.359565313647,319.50206434149,1972.57364123812,407.44470597792,1428.70986697666,156.471317279025,1225.45029012131,4508.61146738893,1355.88168662462,31605.0558237502,11640.9324259058,988.699543938222,5062.38669699447 -3074,220.890690751206,1351.11723774718,229.761133927255,1216.04675121321,354.606971495415,4818.59123119187,65.2706320030067,435.902538617942,1917.8882070174,11654.7338553298,532.330880560737,3424.47224537748,172.797736796228,2675.63403782584,603.844103443015,6502.53527684559,654.38807132312,7974.16376576399,68.0294082702487,787.185252224678,423.500830761145,1050.65222382037,257.558848401632,1384.04296011062,146.121623365092,602.545471057612,367.225495569411,1989.69830378725,475.615613832186,1441.11304110466,181.396990837557,1236.08889050121,5295.42568501857,1584.33941935287,36485.1180888039,13344.3594916475,1161.94598970383,5797.77941938948 -3075,300.07085118041,1394.71006439401,311.200098032937,1255.28162568529,450.753329404645,4974.05961421208,89.6579585553702,449.966620749386,2428.59863620672,12030.7654670776,675.04116067115,3534.96038125423,218.200792818584,2761.9614471155,793.393813154812,6712.33490427176,868.537543594882,8231.44442874628,90.242909829972,812.583218648666,623.440099876277,1084.55076273286,331.480003769302,1428.69811152626,195.17514843541,621.986167640275,491.443164793575,2053.89448959058,600.786394482079,1487.6095176681,236.976594659033,1275.97041019342,6480.20823425458,1982.72961025401,47674.8651805863,17943.602325652,1418.82865066663,7863.33265653351 -3076,432.559964209634,1500.5246321483,446.369047500243,1350.51796621425,613.79694243285,5351.43408185142,129.920766787641,484.10491564951,3295.68644688085,12943.5216593154,917.227476309921,3803.15254127386,295.440621498643,2971.50733349118,1112.62385135753,7221.58971977074,1226.17597641806,8855.95181308188,127.304558767026,874.232692787261,953.041860296151,1166.83400790039,456.029745796857,1537.09130161068,276.965686350489,669.175328425889,699.860813732584,2209.72039432682,813.05606126538,1600.47222807494,330.197670055344,1372.77637787713,8517.15714288837,2661.4938089057,66497.5715589607,25628.6957670354,1860.9057881375,11306.9992445222 -3077,481.957117280976,1723.37740147676,490.812146039342,1551.09226026485,658.812005611415,6146.21070828499,142.778207765992,556.002516519652,3530.37440683041,14865.8490805665,983.271100683955,4367.9837062165,316.755805745075,3412.82540595778,1219.47236764778,8294.11544412406,1357.57269903136,10171.2073872334,138.843638839132,1004.07073239757,1087.14927014314,1340.12819077225,495.922883263549,1765.37482720946,307.714598692746,768.558951933945,774.210928434833,2537.90048465448,873.795902431527,1838.16887138106,362.306188982583,1576.65641484835,8952.53386682053,2838.71558810948,72532.1026712568,28372.6411685689,1953.50302639153,12591.0472052848 -3078,444.694128351622,1904.72008302136,447.126115505172,1714.30620838699,611.05316776375,6792.94678026981,128.714487350833,614.507976324809,3277.03209755703,16430.1105902028,912.442463512724,4827.60553806229,294.915954577898,3771.94054245056,1129.4993472543,9166.86515895091,1264.97286783053,11241.4744225134,127.079037431419,1109.72424678008,984.691179847436,1481.14340863451,462.750904817769,1951.1366950529,286.647408472803,849.430698975177,715.540811227495,2804.95149680434,816.11972727533,2031.59050496079,337.83232403097,1742.56035550469,8373.40490998623,2647.78214529723,67109.9058450446,26179.6062253396,1828.04870359575,11633.0979258618 -3079,416.208997069392,1994.10417681312,419.203731499213,1794.75462087772,565.920239113408,7111.7240103429,121.074097336741,643.345409752023,3032.69733202767,17201.1375558419,844.648739540735,5054.15386400809,272.683377059439,3948.94895971289,1051.71262066995,9597.04487010534,1178.33816810647,11769.0107324922,118.711771486025,1161.80103068202,932.930141765554,1550.65003196282,429.029010189985,2042.69901274239,267.257458000569,889.292510662681,668.207696072562,2936.58136195178,754.259509363878,2126.92833326459,313.954479506196,1824.33466955885,7693.0843455722,2443.679421639,62445.7454288106,24468.9703577769,1678.69831931505,10882.7856138827 -3080,384.358473641409,2009.8404072939,385.020362869955,1808.91770859348,515.074535385683,7167.84531505892,111.280576517457,648.422291774699,2758.06990647204,17336.8782399334,768.38469137497,5094.03810426701,248.104887291008,3980.11160994422,965.192486153416,9672.77878198735,1085.74587332017,11861.8844487056,108.695751019759,1170.96924215472,868.808805070118,1562.88679801633,392.596234493255,2058.81872345818,246.580819553765,896.310254306837,615.408312019298,2959.75503646415,686.99304029672,2143.71272941476,288.291595331163,1838.73118462965,6943.83462290138,2218.83584838403,57198.1273937695,22540.8346407855,1514.41289660628,10047.8380394359 -3081,358.717312661956,2034.16792260707,358.81892527821,1830.81321487167,471.826698358461,7254.6063663502,104.012933839246,656.270926509728,2523.42078652667,17546.7273251314,703.331811925331,5155.69737310133,226.856641114677,4028.28768690418,893.16232930523,9789.8600552495,1008.66630596723,12005.4631002849,100.767969482097,1185.14289100086,823.967185399986,1581.8042963279,361.46056020565,2083.73908222906,229.464428537376,907.15937514144,572.246871651946,2995.58051082097,628.62427276231,2169.66066242606,266.633788125116,1860.98755925947,6277.93674083485,2022.94489716685,52846.296359421,20987.6077878425,1368.0495200112,9377.70616533602 -3082,343.197313659712,2063.41300854253,345.198810650958,1857.13468479834,456.345373954513,7358.90532036179,100.118754060253,665.706086424215,2442.06913162203,17798.995362006,680.506866922463,5229.82046346072,219.460226941716,4086.20208928315,858.453962326068,9930.60816922278,965.341419690674,12178.0647799009,97.1401591426803,1202.18160511484,783.69722877667,1604.54578294022,347.860410142709,2113.69684916147,219.37890152812,920.20154023918,548.573239983101,3038.64775639687,607.284457717546,2200.85371773789,255.88388508615,1887.74284356541,6110.96341864753,1959.72856393414,50858.830376763,20110.1823689915,1332.20542778383,8968.15397441925 -3083,328.424240524732,2038.85407873544,328.86749177003,1835.03089841265,426.008542304779,7271.31895812042,95.5877146578827,657.782791872443,2276.21627342415,17587.1500959723,634.65546434017,5167.57466335475,204.504504455205,4037.56773936251,812.539554993338,9812.41316513977,916.827420922515,12033.1203422737,91.9623199159684,1187.87313001404,763.730862575493,1585.44833270009,326.717749224417,2088.53943649755,208.789998942873,909.249217586592,522.488814839061,3002.48149368124,566.002210852781,2174.65895607563,241.688281997877,1865.27475608267,5609.96962112808,1818.5640408496,47997.5049198158,19164.5276396899,1221.68614341611,8571.39880360457 -3084,313.917556843045,1998.84818796793,313.332810039295,1799.02437570827,400.299621928686,7128.6429348541,91.3507536003733,644.875940521551,2136.31162379035,17242.0593839937,595.911746295922,5066.17779063527,191.778230434764,3958.34358318967,770.641195411452,9619.87641945283,872.472248562164,11797.0094292731,87.2272674579838,1164.56497707625,740.884748075357,1554.33905740812,308.348299739455,2047.55863192129,198.994348591558,891.408154187991,497.753732660286,2943.56754396779,531.083615533055,2131.9883355733,229.060219725629,1828.67479587879,5202.83184988445,1700.58621218105,45460.6583432995,18280.3796387187,1132.07591284769,8193.18980995093 -3085,303.049468998574,1955.54463084145,302.525192349369,1760.04985263325,387.103025548259,6974.20619552494,88.1800591358502,630.905183613664,2066.12031835873,16868.5230103924,576.307661857964,4956.42282240393,185.485706744945,3872.58901787915,744.525445895996,9411.46896230472,842.676736836405,11541.4360071306,84.2578581399173,1139.33554428797,714.298972033695,1520.6654594973,298.054691645673,2003.19979930911,192.170356945572,872.096460503472,480.676717436973,2879.79734567901,513.642653665484,2085.80039631997,221.324040697755,1789.05791853624,5037.68272008203,1645.2710762842,43927.5212072477,17651.7915556447,1096.23182062033,7909.90273941201 -3086,302.006625312623,1914.46844593514,301.882606743179,1723.08003253768,381.732386663257,6827.71310160931,88.0920217066849,617.653029931389,2036.06663894718,16514.1999438956,568.069563080022,4852.31323721933,182.762544929254,3791.24534509574,738.571769503966,9213.78120144334,837.572380044344,11299.0083212388,83.814520977691,1115.40381869633,717.101392211732,1488.72390489926,294.799422943447,1961.1226183218,191.179067759695,853.778087758199,478.087529215475,2819.307246707,506.268640128889,2041.98819106234,219.454286933699,1751.47878446234,4930.36609681853,1618.26874458177,43530.8563277967,17565.8151536337,1072.33575913541,7880.98550349153 -3087,308.213716348432,1883.95057467134,308.766392400035,1695.61301696901,388.130389143981,6718.87491735846,90.3064963646783,607.8072392143,2069.22904654661,16250.9528640168,577.422510886971,4774.9642106425,185.473325316495,3730.81043031989,752.050695711177,9066.90754094736,852.42398985019,11118.8947852396,85.5724586086222,1097.62355691223,737.9369755679,1464.99267831595,299.433004539251,1929.86104922905,194.639744501062,840.168310158893,487.444654537431,2774.36565689349,513.500058876453,2009.43757218462,223.128912916721,1723.55907433131,4986.93097076311,1640.85322740139,44348.2138885871,17930.4728599942,1084.28378987787,8044.84733261273 -3088,321.66165645511,1870.12352078013,321.596464734637,1683.16824645355,400.069621096607,6669.56245299789,94.3013544919831,603.346302942899,2131.36873069309,16131.6807323297,594.920583789027,4739.91887115389,191.14019508723,3703.4285459056,780.918018673088,9000.3619420974,885.817038884825,11037.288845321,88.8688668633677,1089.56766612734,774.476574562114,1454.24052112795,309.601951904265,1915.69704031662,202.450607628323,834.001984641423,507.624819947016,2754.0034966715,529.02621996536,1994.68951988688,231.300089613064,1710.90919671464,5099.56815145921,1687.01913775928,45954.4331967754,18662.0085677682,1108.17985136278,8383.75071817527 -3089,348.06337177816,1855.57329449101,349.331822908872,1670.07259870813,436.803500208486,6617.67088441313,102.511164319506,598.652054065231,2327.99221014668,16006.1705173781,649.706761396766,4703.04061610762,208.545912179166,3674.61455432175,847.808443934515,8930.33592430428,960.444256370324,10951.414811583,96.6797597819829,1081.09044207058,837.128676960034,1442.92601252673,336.875639491981,1900.7922358327,219.364543988166,827.513152504258,550.06037702291,2732.57636972917,577.095811192955,1979.17012581029,251.220927775492,1697.59771450733,5592.6871490255,1843.5243901445,49990.9870901869,20241.4557521564,1215.71212804488,9082.42033833275 -3090,363.556113827734,1823.8404957312,361.024180717554,1641.51211131244,437.600862972128,6504.49981267091,106.141231811003,588.414298857607,2326.1580452373,15732.4434760097,649.830447918879,4622.61229679883,208.508767893815,3611.77370372405,870.384193380058,8777.61517024683,994.605787975602,10764.1308905528,98.9775586347212,1062.60234163217,894.358506980996,1418.25003722747,342.212957070591,1868.28613236431,227.958719514006,813.361564734871,570.364188324283,2685.84563896586,578.085791617569,1945.32365501863,257.731444072787,1668.56651061497,5438.71419655884,1830.02783991965,51048.9046758298,21001.5815351781,1179.86803581752,9474.53586317804 -3091,370.015965840501,1753.17210034266,366.803226136209,1577.90839860356,440.570818398991,6252.46978831166,107.794243355639,565.614994630474,2340.18814228349,15122.8580771808,653.933932096961,4443.49981723567,209.732217517971,3471.82821356408,881.812858571303,8437.50868567688,1009.64951842411,10347.0528294131,100.293810283923,1021.42966090981,916.51797230526,1363.29706594233,345.638631219794,1795.89560073072,231.615224355018,781.846222913555,579.385746427767,2581.77710774765,581.683165199059,1869.94814847992,260.990904956048,1603.91452038874,5428.18852304567,1837.11575523687,51658.2774077364,21342.1061895104,1176.8810281319,9640.49346226817 -3092,345.406291483387,1719.5879800197,339.972392653362,1547.68166529715,396.408708154929,6132.69620895498,100.070500131455,554.779959078387,2100.11816801142,14833.1615407188,587.425439308758,4358.37923353033,188.109817133035,3405.32116816781,810.681120809472,8275.87805804461,935.598662866592,10148.8425868801,92.1454609521468,1001.86294716464,874.942741538697,1337.18147085067,314.741221292274,1761.49306036939,215.288772294109,766.869018097641,537.409402462133,2532.3200618497,522.711438473245,1834.12704249497,239.824571494335,1573.18960853899,4735.77713978668,1636.66088607585,47312.357911028,19828.6621037207,1024.54363616559,8997.31109757641 -3093,282.005705271553,1630.11710509123,276.218237036917,1467.15514713476,317.343175269828,5813.60948477388,81.3970713229056,525.914527993581,1679.04999562659,14061.3860012154,469.87834115295,4131.61095657975,150.474234135133,3228.14089715608,656.822671444276,7845.28069445636,759.569891550731,9620.79410299326,74.5479216573657,949.735603008506,720.482324885922,1267.60736500366,253.399299634096,1669.84184675142,175.036295110779,726.968505415561,437.37225278021,2400.56240003469,418.11862887004,1738.69665269886,193.927209109361,1491.33590152323,3732.09593555331,1303.89494987897,38217.6902184639,16129.7916567376,806.49207511577,7334.07141451079 -3094,220.242069795767,1499.97502202378,226.068636512149,1350.02330032761,286.728392765788,5349.47396584326,66.5986364122023,483.927598358428,1530.93638449436,12938.7807237796,426.969713252064,3801.75952772579,136.746216416263,2970.41893382043,544.248383423444,7218.94460569522,607.433646939823,8852.70806707832,62.917821460669,873.912480023769,524.004213387427,1166.40662152456,216.970536157679,1536.52829789612,138.271000896421,668.930223795344,350.205073077126,2208.91102094162,376.490123905951,1599.88600928071,160.313009280931,1372.2735592097,3746.32140423578,1214.75685675614,32275.9540978202,12888.5348261549,815.453098172612,5743.90646428628 -3095,188.621202803171,1383.60213782109,202.204275583904,1245.28415274635,284.752048724794,4934.44457853222,59.1029738517081,446.382939587865,1576.94893866568,11934.9485207201,452.521765308864,3506.80680198667,149.913792834779,2739.96428388061,518.720853101394,6658.87567632682,540.524512160469,8165.88651628986,65.3010644719517,806.111540442871,419.944877050729,1075.91304616036,214.814301851444,1417.31949304285,124.519056325848,617.032466612438,330.119529403738,2037.53660291481,376.044723670511,1475.76170950115,153.106566451367,1265.80816501609,4236.16032577134,1271.45513717779,31046.394155434,11751.3944097413,901.662158871003,5130.24902414989 -3096,188.190403070903,1311.83451937759,201.052287394163,1180.69110573879,289.388632465136,4678.49431214972,58.3301089913378,423.228999873316,1604.62116974591,11315.8812266157,460.298283706523,3324.90828821566,152.748957400559,2597.84198882256,522.415764786484,6313.47895010181,544.769958187696,7742.32094658285,65.3841291434146,764.298432558755,409.939722728735,1020.10529994162,218.150201029728,1343.80295110585,125.316623065291,585.026914278708,330.794462520905,1931.84932079414,383.652497404277,1399.21376238118,154.918981748866,1200.15053488797,4356.93629597108,1299.32051445039,31318.5100810348,11764.3821225664,928.009429747104,5128.11527909884 -3097,189.859670857549,1278.01898456071,202.846921309459,1150.25609232488,302.390459817487,4557.89542184296,58.2949546376481,412.319304504485,1680.5982867643,11024.188509318,481.773437607427,3239.20117323868,160.387347017471,2530.8766704656,536.698930319831,6150.73459164869,558.059979778392,7542.74491800206,66.778971766441,744.596892558927,395.568156929854,993.809752921392,227.046270645446,1309.16335685147,127.982622072617,569.946507644809,336.554246468812,1882.05148653738,403.101728802751,1363.14582774527,160.020458476674,1169.2139101853,4653.58872543712,1370.98195631254,32258.6796824756,11935.5759136424,992.413869666462,5181.90674240925 -3098,220.055897154122,1273.4485356793,233.860556040213,1146.14254883764,359.375885846164,4541.59548554779,66.4841877767547,410.844769050142,2000.86898316403,10984.7638288949,573.292376305309,3227.61714862108,191.490510367222,2521.82575448762,630.649217023072,6128.73834716884,654.789578136442,7515.77056903718,77.8001102529678,741.934066673073,440.037397029817,990.255692513486,269.467195625269,1304.4815295295,149.830465482608,567.90826610865,392.59721915204,1875.32089785652,481.628978534188,1358.27094842118,188.891471360191,1165.03256978856,5623.10869929972,1642.39653404858,37938.1289562113,13876.8941800125,1200.26456213348,6009.223226506 -3099,292.870246784974,1287.65163742164,309.088424340873,1158.92577389642,438.166880115096,4592.2490777005,89.312503116497,415.42702729744,2426.5860297351,11107.2797483892,696.331421041228,3263.61559964818,231.384944909779,2549.95233107387,803.286241190034,6197.09375522668,846.402084906269,7599.59590714333,99.9539787427265,750.209049713077,645.943648985005,1001.30027103993,334.297712198751,1319.03075029956,195.210604291687,574.242294267513,511.950597699316,1896.23683812856,582.978852895642,1373.42009652853,238.979436555954,1178.02648014946,6519.38290663575,1962.40792516355,47954.4271159804,18207.3279574787,1387.62293280797,7978.90741805525 -3100,416.513933435174,1287.24666346024,436.088384992269,1158.56128497102,577.572406899933,4590.80478854133,127.54766762089,415.296373070764,3182.69635076901,11103.7864440285,914.615794143986,3262.58917347866,302.509051503202,2549.15035617097,1101.62710959822,6195.1447330422,1172.96088898415,7597.20578983979,137.817788229994,749.973104584823,985.890955587542,1000.9853562559,447.273156928987,1318.61590742387,272.278269574001,574.061691711702,716.140939570326,1895.64046056667,762.726706997957,1372.98814788575,325.262643639398,1177.65598394037,8180.03020815073,2537.10667367731,65285.1130760168,25574.1705270404,1735.99240328086,11312.4211293377 -3101,469.096220729556,1317.35955515083,485.334034473402,1185.66380656347,632.250259239845,4698.19866361916,141.710871597055,425.01150775067,3478.42087334398,11363.5401711391,1000.06012923972,3338.91175966255,330.919939034908,2608.78328493077,1225.6834858206,6340.06934434567,1316.50323380089,7774.92917541504,152.451510833773,767.517417971127,1126.30274102958,1024.40166369132,495.10192771011,1349.46262789236,306.354542996148,587.490864252547,802.15178239266,1939.98566455416,836.568524402717,1405.10681213508,362.512105484925,1205.20519272826,8809.70106412195,2764.92734193358,72351.967087241,28656.8309707757,1867.72875766136,12735.8212536117 -3102,434.049007735013,1420.42606947658,443.439879653964,1278.42681513383,590.27902608227,5065.77254121076,128.046373624332,458.263215290134,3251.19087317088,12252.5916614939,934.425386400801,3600.13884483011,310.344001679543,2812.88716739611,1140.47959912646,6836.09857596303,1231.76296589131,8383.21781317261,140.1412346278,827.565826657492,1020.45540060777,1104.54797479776,464.753200468332,1455.0407965297,286.468866963319,633.454500634112,744.086474907444,2091.76469823234,787.011024759979,1515.03842557797,339.740248266587,1299.49706450777,8320.57889196348,2599.24879023402,67270.9143718017,26529.8822456697,1765.26714869875,11800.7976439027 -3103,403.663725047855,1550.91527709082,412.540161896769,1395.87108462762,538.64158988121,5531.14603657342,119.610907303627,500.362135555656,2962.64755730996,13378.1912343871,851.837128018745,3930.87007770324,282.466338983319,3071.29654572936,1051.1934038077,7464.10527445946,1137.67034076056,9153.35254471944,129.572700532965,903.59119065898,966.055849207474,1206.01864835164,425.509080558093,1588.70992909886,264.995500660788,691.647586232631,689.230656360944,2283.9272639957,716.327963268964,1654.21931496536,312.403652856062,1418.8769786677,7485.44194897825,2358.47365156745,61907.8983145461,24606.1081158599,1586.69120164962,10967.0802000869 -3104,379.896010815354,1635.84462924813,387.647605323208,1472.31009368485,510.554356602728,5834.03598582637,112.255640977675,527.7623634369,2809.79482223682,14110.791610021,807.752603347201,4146.12764466726,268.098487266831,3239.48318349404,992.7755131793,7872.84560654447,1074.2887473049,9654.59739875732,122.080326732948,953.072561802393,901.892114817184,1272.06118723633,403.104904542486,1675.70894641291,250.089675162704,729.522757292969,649.666749671531,2408.99693464168,680.094695040514,1744.80567827055,295.480608828783,1496.57580875158,7137.5394131359,2241.33837212964,58491.4406324178,23178.2457813876,1513.5043381049,10324.7524548921 -3105,354.776394694125,1689.59079277015,361.505245957335,1520.68328123303,467.919768058448,6025.71497934526,104.994500176192,545.1021534016,2571.74089311854,14574.4058798223,739.600751975533,4282.34990587055,245.192381759766,3345.91737033177,919.178000163149,8131.51029864754,998.698210413021,9971.80207776853,113.206996352887,984.386045270884,855.434997666439,1313.85513719761,371.328392005945,1730.76486397314,232.866044867785,753.491445214463,604.380418399082,2488.14524790955,622.606943258852,1802.13178957831,273.427202403604,1545.74625361054,6452.77698830857,2044.11159469054,54070.5517977912,21593.0231738727,1367.13061101545,9642.03681059619 -3106,335.979916734772,1717.0424121689,343.54937226703,1545.39057653855,442.653270782956,6123.61775848336,99.9433710746283,553.958698378439,2432.48123668106,14811.2034789142,699.583943117498,4351.92736820716,231.789914403418,3400.28014893062,869.846341054121,8263.62697850322,943.165656832838,10133.8188906737,107.465370439571,1000.37985345915,812.553903288359,1335.20199309063,350.672558817901,1758.88545892301,219.918433477445,765.733794345835,572.174402807871,2528.57137750656,587.963941581702,1831.41191835599,258.220288106853,1570.86075945582,6094.16481859304,1931.40933868084,51169.5645863228,20443.1600630956,1291.01627292894,9124.67897234055 -3107,314.81187656886,1686.524543711,318.865263352775,1517.92356349528,392.75701728092,6014.77958423943,93.1953936333105,544.112908566603,2150.13451566857,14547.9564232392,619.057691742122,4274.57834874204,204.672012164231,3339.84523971134,795.825069675939,8116.75333151126,870.844643267936,9953.70537123473,98.2919305541886,982.599593309813,789.816361330567,1311.47076868925,315.720256632661,1727.62389270455,203.937789181504,752.124017997854,530.49770339909,2483.62979182511,520.117505884912,1798.86130247108,235.437572012114,1542.94105189181,5195.47510257611,1690.23927813993,46528.3016679476,18989.271712951,1097.80295317086,8532.33224267958 -3108,309.968949803045,1626.58802423835,314.999854462106,1463.97886665663,394.916123888854,5801.02345776097,92.0448849311773,524.775962619841,2164.92748324306,14030.944158757,623.069109355778,4122.66632979624,206.032264283955,3221.15221505773,790.506472686639,7828.29625217435,861.721201113798,9599.96580780366,97.6312871041999,947.679496903359,769.057622469978,1264.86309045624,315.401052994376,1666.22676482245,201.474146811101,725.394673311658,524.364325802487,2395.36536310056,523.104830572929,1734.9325052969,234.076468559668,1488.10727153165,5301.16320483916,1707.36025816492,46346.2770824835,18765.6313183558,1121.22274950518,8409.60778026185 -3109,298.523330255553,1581.75134117933,303.24885470075,1423.62448345003,379.829854966898,5641.11901587544,88.6150448598617,510.310582841829,2082.03995624631,13644.1830447622,599.229333418689,4009.02557944479,198.14364229592,3132.36158165871,760.885660367728,7612.51030470609,829.683189432923,9335.34402411421,93.9590333068802,921.556837317151,741.238123352739,1229.99730720028,303.48422615512,1620.29744513883,194.004371008982,705.399265393172,504.875842332431,2329.33743470353,503.118483451497,1687.10932099355,225.303248773081,1447.08779204623,5093.85630055627,1641.64763181118,44602.5483113696,18068.8925112034,1077.31063137834,8098.84844210871 -3110,295.214546028224,1559.59334305991,299.762768929724,1403.68160886171,367.613235744326,5562.0952772567,87.7769691884679,503.1618859256,2011.98863734064,13453.0482093579,579.324731846974,3952.86505728344,191.388736806053,3088.4818262074,745.451508022544,7505.87028827343,816.199843718036,9204.56965399341,92.2962303590633,908.647188286611,743.450529468502,1212.76686312839,295.541028823462,1597.59947308242,191.181137949487,695.517664417655,497.229886403887,2296.70686050773,486.4415911376,1663.47541331881,220.527912653265,1426.81623118832,4849.96605035897,1580.08514400069,43601.0493290143,17813.3893055242,1024.61608962614,8005.08716511185 -3111,300.669268984738,1546.25804707271,305.853725885114,1391.67943546872,371.856783921866,5514.53660617023,89.7934792373232,498.859602443721,2033.6920148935,13338.0179800996,585.700771496815,3919.06610208085,193.134793341686,3062.07377600197,756.476098940685,7441.69137754579,828.320618484293,9125.86602184659,93.912998083368,900.877804518938,764.882855524032,1202.39710542504,298.878281896259,1583.93920584843,194.135322164181,689.570643701897,505.61221954121,2277.06887864727,490.696703971758,1649.25187414897,223.413805022006,1414.61624530937,4866.35660644629,1592.28586774541,44256.456197793,18138.5318176488,1027.54356416793,8154.4946906264 -3112,318.664894362807,1561.06861396601,324.59299955951,1405.00939770371,397.245996936255,5567.3566470721,95.3712400176577,503.637843388913,2174.06544944053,13465.7738924406,626.001429317738,3956.60420302978,206.656452696204,3091.40332327744,804.765855505348,7512.97033913636,878.500359019219,9213.27656074836,99.8994409165057,909.506707703483,804.279212418127,1213.91405940042,318.421471744285,1599.11069524345,205.73876923708,696.175577571463,536.75643372843,2298.87939146024,524.480111520789,1665.04894970968,237.479842350636,1428.16590383445,5238.10809325261,1705.66457982697,47084.6432673371,19228.7323022232,1106.58537679623,8634.18564654721 -3113,339.010390533628,1581.75134117933,345.392313295286,1423.62448345003,416.796357167438,5641.11901587544,101.770488330658,510.310582841829,2278.25639101054,13644.1830447622,656.236010971286,4009.02557944479,216.20469931494,3132.36158165871,850.548048619248,7612.51030470609,931.228904111475,9335.34402411421,105.82596248315,921.556837317151,867.544830548497,1229.99730720028,335.106383213757,1620.29744513883,218.353072835298,705.399265393172,569.386676971335,2329.33743470353,549.108336591187,1687.10932099355,250.835827123099,1447.08779204623,5423.01024122205,1780.31771084467,49743.9946411582,20437.0691020558,1144.64254583949,9191.24210961419 -3114,354.634453705138,1566.62257865543,357.40335174573,1410.00813543589,417.555813955282,5587.16416991549,105.502412934229,505.4296844223,2275.54276098255,13513.6823777212,656.027226274868,3970.68099621942,216.010923786621,3102.40190767317,874.148192914758,7539.69995986085,965.868298076791,9246.05552525668,108.380591344221,912.742547623767,927.08473986288,1218.23291877763,340.670953808359,1604.8000059223,227.230511897748,698.652428711045,591.060207340985,2307.05833686416,550.053646332169,1670.97285528956,257.613689034944,1433.24702770663,5254.70257300277,1765.61175573946,50842.552074476,21230.7283962683,1106.58537679623,9601.62880763904 -3115,366.246194038079,1517.73613072926,369.693815173074,1366.00884024661,435.610422965236,5412.81674637591,108.88363033325,489.657754230246,2375.76466392324,13091.9880022858,684.76749884751,3846.77592016741,225.580082123813,3005.59147523598,906.603821486845,7304.42366901166,999.848853078867,8957.53241948999,112.403870137795,884.260422042059,951.718873582774,1180.21796804401,354.335108054293,1554.72223161321,235.041038701173,676.850983972527,611.535773485293,2235.06659565963,574.144755679607,1618.83015762318,267.297930748628,1388.52256302705,5529.42689146065,1847.18302212807,52786.5280630285,21957.0698402855,1165.13486763201,9918.38109117302 -3116,343.899188509714,1487.85465353258,345.055929831607,1339.11459876164,397.121555205708,5306.24818224815,101.722854696479,480.017279367084,2160.92785344697,12834.2304560109,623.256770021953,3771.03986525516,205.03237318985,2946.41681943686,840.868830333247,7160.61278852904,933.689539998838,8781.17481996253,104.131010354802,866.850934910406,909.195552045974,1156.98161253716,326.213021387065,1524.11256503777,220.000308778474,663.525013249667,571.171580945977,2191.06218003096,522.953783393497,1586.95832202481,247.881304537774,1361.18506709208,4913.02856931757,1670.27414929508,48813.3876663145,20538.3691629388,1033.39851325151,9312.2602418446 -3117,286.25516671297,1432.98034084534,287.130554581706,1289.72604253269,333.809002425709,5110.54578533898,84.5384999862117,462.313521664187,1818.05527845802,12360.8847743806,524.227574804494,3631.95825521298,172.685364687436,2837.7485449701,703.025769784535,6896.5186417943,778.052709279401,8457.31191326806,86.9151383904145,834.880171407021,750.387119902432,1114.31039419671,273.300008600095,1467.90100615609,183.168254509139,639.053214901341,476.340902696499,2110.25251834879,439.913925703671,1528.42891730262,207.103297664218,1310.98251886637,4172.37165625782,1408.99621990307,40817.5752730148,17101.5862368772,878.242362536692,7744.05043054656 -3118,229.221696915596,1325.51693991157,242.059860169943,1193.00570181842,317.744459575873,4727.29095966823,71.0354691309865,427.643273985566,1750.30516235286,11433.9057513314,503.038627830101,3359.58704743742,166.039549461683,2624.93745402557,605.584786522229,6379.32847056474,642.98426973286,7823.07327436157,76.3227061313312,772.270057343178,547.582316369348,1030.74498771975,245.166075355876,1357.8188020537,149.257121677993,591.128738972768,393.918071560605,1951.99848932489,418.058736289131,1413.80754752027,178.293747079998,1212.66809261332,4484.10825980646,1391.91642095909,35934.0260535661,14087.5779314802,951.429226081416,6225.91975052591 -3119,207.373367410248,1233.44264491179,237.370137922217,1110.13602613326,348.689858837188,4398.91946228146,69.9136001623066,397.93791769925,2168.74972034777,10639.6731169163,630.278984093167,3126.2202759016,216.636132541796,2442.60159831478,710.710124269521,5936.2016014819,652.011710398923,7279.65965603653,90.0003739719827,718.625913735283,458.338731228813,959.146417221518,246.279463141808,1263.50072495324,142.722151878469,550.067202710049,362.898014494927,1816.40694814306,450.29455817463,1315.60032791885,200.691190141423,1128.43260958468,5950.58065717144,1693.47687772127,39489.1525829825,14612.9906003274,1245.50787782292,6243.51716828726 -3120,209.608737317545,1165.75372025161,239.721775782807,1049.21392801587,362.495744355038,4157.51534892696,70.0214286675119,376.099861554776,2047.86933319825,10055.78862501,595.720554853745,2954.65940957388,204.222457249121,2308.55639058241,696.928172293014,5610.43444511844,667.85957188053,6880.16614408289,88.2536845818037,679.189126354578,448.352120734782,906.510334107957,255.208346362661,1194.16227153407,145.813580545813,519.880588362092,369.228822153055,1716.7260804738,469.972496728134,1243.40274998788,195.990431631407,1066.50643068259,5668.98093501954,1636.48429960093,39412.860613395,14700.1767593842,1205.43968192107,6333.71000800536 -3121,229.101107212696,1127.68592937802,265.439208612491,1014.95175436848,433.427164255185,4021.75131737618,76.3540936581518,363.818287300686,2283.40321838714,9727.41595778555,663.550714651332,2858.17474514402,228.445572066674,2233.17027740097,748.516388485304,5427.22521193612,754.83938895417,6655.49370993278,94.1677240830859,657.010145342964,438.452090040428,876.908158945163,300.099994650168,1155.16679690494,163.308509844333,502.903841753269,412.40538109215,1660.66623843049,565.765080626773,1202.79932317834,211.734876050794,1031.67956883068,6704.43415703799,1899.25135564355,43852.8788837061,15791.3377836711,1442.85924799289,6783.63168147791 -3122,280.333853540551,1112.32574955429,326.061067041501,1001.12712372144,559.345603062795,3966.97115045923,92.5972711283689,358.862728159159,2719.05135774851,9594.91908570502,789.771548186387,2819.2436235353,272.39907466719,2202.75232489818,875.351263190986,5353.30112276601,943.917037696721,6564.83940846725,109.673002432577,648.061027760155,492.926227470547,864.963816412022,384.098103976993,1139.43230092107,203.082630858456,496.053802001832,511.626277349853,1638.04634810024,733.67671796799,1186.41602583058,248.607718559394,1017.62708907113,8347.8803115026,2349.79128345797,53267.3437927379,18779.7156525261,1818.69769955778,8092.88416152442 -3123,367.512815787822,1126.41314685558,423.742421936342,1013.80621125188,681.054126330278,4017.21209714383,122.058721347838,363.407657403338,3378.76720466552,9716.43693898515,981.831882083317,2854.94881603829,338.048547392269,2230.64977056067,1106.28579259079,5421.09967891744,1203.72142573637,6647.9818701097,138.962912858976,656.268599307605,719.617316964388,875.918421156107,474.076887119282,1153.86299761889,260.998923387879,502.336230503029,658.293744018681,1658.79189832495,888.902408633184,1201.44176260525,313.431373421326,1030.5151455726,10089.5578046217,2880.238653671,66861.3966870113,24137.2347180547,2184.77872023865,10480.6911198276 -3124,422.922011678351,1125.11143541697,465.536438321467,1012.63463122779,600.89425197431,4012.56970553753,138.409404056743,362.987694349957,3231.0152257444,9705.20837942745,941.922772207327,2851.64956518982,321.25117399321,2228.07197543284,1193.00292527498,5414.83491941813,1273.33037021723,6640.2992946105,150.355833483403,655.510198764336,1064.38359491676,874.906187739537,445.057851793087,1152.5295644405,283.333062104504,501.755718087046,714.677411903229,1656.87495657551,772.832197004884,1200.05334620619,334.521255229462,1029.32425628265,8312.81585325101,2567.20524869157,68295.6922098748,27241.4933762647,1760.11195434162,12116.9019328621 -3125,483.654964077892,1127.77271051472,527.477244809411,1015.02986004014,679.259015179435,4022.06081148419,156.281745521988,363.846284958278,3225.27655400618,9728.1645316499,940.446647518441,2858.39469614882,320.725721131712,2233.34213115037,1200.98054019489,5427.64286436995,1457.79448629005,6656.00588384076,150.915770059704,657.060705597152,1218.39233504812,876.975641463858,506.676589220358,1155.2556928334,324.745208557217,502.942542747844,815.745732708436,1660.79403509806,876.31596726552,1202.89188467065,337.243510136391,1031.75896179228,8565.41256724857,2695.75072138979,72594.9752859621,29071.9680010951,1841.50716820833,13150.7984211109 -3126,435.182929754473,1204.42897347024,465.465357691392,1084.02283631408,595.499740891403,4295.44581921995,136.763020815757,388.577417601507,3043.53609865488,10389.4012608774,887.645003733263,3052.68371681386,302.849541374946,2385.14546889649,1144.2558992913,5796.56721832947,1314.85637072924,7108.42376246841,143.20737982728,701.722025875961,1099.8842475912,936.584882537764,451.281113593408,1233.78001191387,293.636975984208,537.128239430294,730.858595988401,1773.68049092597,773.431439374014,1284.65410125798,321.775639064554,1101.88903813166,7823.62502780083,2466.10603999433,66873.5135218907,27016.2983437375,1664.66739025466,12175.9895654279 -3127,402.967965667182,1321.90107792199,430.606915449339,1189.75131566863,536.515218409837,4714.39543854731,127.126561572178,426.476710954234,2950.86085282452,11402.7153350086,860.656623945902,3350.42246964912,293.609919959463,2617.77691817781,1111.27831901697,6361.92637584891,1206.42016195057,7801.732805264,139.066579081569,770.163390983843,1040.79726236107,1027.93323065363,409.034052713686,1354.11482419627,270.066122249109,589.516205874289,673.161767099304,1946.67365572318,694.719779224631,1409.950838626,312.798809830574,1209.36006966014,7363.38981179972,2318.72271731238,63116.0177497904,25663.3533266042,1548.23403068876,11504.8040791847 -3128,380.355608248406,1416.34737849917,406.106105850402,1274.75586876906,512.592094190562,5051.22639818968,119.699747462542,456.947332625313,2762.22952505008,12217.4088834996,805.698994557236,3589.80120449853,274.974284009497,2804.810085627,1044.16172122273,6816.4690196055,1144.11389281751,8359.14577197945,130.493947066418,825.189507788853,971.976433349055,1101.37631387451,390.002707434631,1450.86271088617,255.849788862091,631.635563899664,636.916445889401,2085.75828791301,665.05311959249,1510.68805938177,293.892729476238,1295.76561584875,6942.01708585392,2187.12677941158,59577.7956135252,24185.8992421336,1465.62522870947,10852.8364608542 -3129,360.852110238135,1479.61049044106,386.118321761058,1331.69460036044,486.463339086917,5276.846402098,113.958591381784,477.357516379849,2686.77587735598,12763.116326158,783.619783807563,3750.14463358722,267.51126040751,2930.09080214923,1012.49802399324,7120.93602338017,1085.67595981003,8732.51856366823,126.520786053734,862.047736918941,923.801417247712,1150.57080817196,370.017594627358,1515.66749782225,242.790074837366,659.848438786196,604.232806271821,2178.92156272473,630.891483739411,1578.16502814012,285.050910994456,1353.64277681244,6718.55509366079,2108.54865476517,57241.8262516974,23219.2816624485,1413.76148908216,10389.7329481568 -3130,342.422444364107,1560.25866323731,367.898961189733,1404.2804173275,462.322584717416,5564.46805874683,108.739358581095,503.376534030307,2557.5232169027,13458.7872595154,746.031262074452,3954.55134357904,254.439421229735,3089.79936791506,967.692647144052,7509.0722812634,1027.94293049493,9208.49630958107,121.184888953476,909.034815812201,877.724655612861,1213.28422765043,350.740565231188,1598.28100661779,229.82797002101,695.814371208517,573.472394283878,2297.6866322044,598.527833671475,1664.18504943132,272.075379161894,1427.42490884924,6368.1276695349,2000.77079523404,54547.7913998986,22148.5267251836,1340.30245092237,9899.64594726385 -3131,329.586321460018,1544.20423712592,352.773288977859,1389.83094383259,435.801573524944,5507.21194897272,104.443052239374,498.196994533294,2454.02344506568,13320.3018207239,715.998329889489,3913.86062104369,244.060029177654,3058.00659097366,935.754547475929,7431.80698612672,982.877061863191,9113.74463341195,117.171903892703,899.681217830663,856.070390611196,1200.80002714965,332.35781741662,1581.83534608049,220.137821150608,688.654724751802,549.840960523703,2274.04437266565,563.367288084677,1647.06126313788,262.673067364029,1412.73728796392,6016.11263514542,1901.06320927503,52328.179702905,21385.0661177089,1261.50952902767,9560.60446123796 -3132,323.755484662786,1490.0530968366,347.562090732512,1341.0932648336,436.01920367517,5314.08865628773,102.904497503593,480.726549436663,2506.01743967016,12853.1942223581,730.920082978156,3776.61192655917,249.210920097344,2950.77042367645,943.119530027511,7171.19325833514,969.856489980019,8794.149820537,118.248034350778,868.131787599145,833.32632323403,1158.69116022242,330.570802319546,1526.36458277029,216.885923791167,664.505433023171,541.885736510691,2194.29967770382,563.66697981772,1589.30320019454,265.246413054624,1363.19634432884,6186.2944923521,1933.29475983435,52472.2479612433,21288.6738856527,1295.16013487842,9474.98259564716 -3133,313.154731665994,1440.09635477164,336.393432554628,1296.13067225313,423.631827771937,5135.92416209886,99.5523028835348,464.609316913227,2434.66762857902,12422.2674924044,710.307356981428,3649.99413804204,242.160802347857,2851.84047462869,926.402071191489,6930.76595231152,939.230594152355,8499.3099418791,115.998932009316,839.026089363592,803.615772120637,1119.84393018272,320.778154523465,1475.19043205015,209.954258789978,642.226678937981,524.585110408643,2120.73178724073,547.784823000636,1536.01891777287,260.396745328273,1317.49270577925,5971.7623317188,1871.54054422876,51202.6102474746,20822.3459677682,1251.70919221517,9259.26097451667 -3134,315.30239593848,1404.22701000798,339.930279590666,1263.84716720309,427.607829240226,5008.00061459458,100.596149443673,453.037013633969,2581.14188716856,12112.8586157309,752.805047752228,3559.08154202791,256.85284622013,2780.80797124342,971.359893839918,6758.13720243933,946.271956247261,8287.61252486366,121.79349936633,818.12796267549,807.81228105362,1091.95130488711,323.549454155131,1438.44697802782,211.481256399234,626.230353353987,528.431565667916,2067.90944700235,552.97899370609,1497.76037212588,273.189813950908,1284.67712373113,6301.5021288429,1955.11308941661,52865.0243443254,21418.2337855241,1312.46235006368,9468.9039510178 -3135,321.320663832178,1376.83324563566,347.049957020016,1239.19194318715,433.201077459647,4910.30416819747,102.957895799947,444.199134063943,2720.40165606087,11876.5600739498,793.43330191497,3489.65071606507,270.539003173005,2726.55976366303,1023.10340500282,6626.29896204088,961.055746715,8125.93716675051,128.434608929143,802.167861868277,831.144103725445,1070.64943806719,327.645369589884,1410.38564798836,214.9083135889,614.013805302774,537.76573767071,2027.56851656109,558.772477329151,1468.54195200734,287.408239481532,1259.61554738259,6556.53837287571,2028.58325484922,54873.6281401942,22264.1472657536,1358.12477529874,9801.67973153693 -3136,339.438241782672,1410.73556158923,366.851702086103,1269.70506227271,459.176708730505,5031.21255261224,108.960013520739,455.136827090366,2772.40123358695,12169.0013651119,808.835849974667,3575.57778204684,275.577347083696,2793.69693576938,1053.39224086778,6789.46097292782,1014.9185211973,8326.02536923929,132.376795682203,821.919962122293,873.612111721972,1097.01246760612,346.798782894431,1445.11413817121,226.851525424355,629.132912931249,568.528957180213,2077.49414748542,592.43468183153,1504.70244813556,295.74356894811,1290.63156504686,6706.12207269325,2089.7361346494,57086.5597512498,23212.9224621415,1397.15275281837,10256.3614349259 -3137,364.123469377692,1452.88204063432,394.308249972673,1307.63817975948,491.40108776356,5181.52271717716,117.323877597806,468.734283104025,2811.60666685381,12532.5567861269,820.50916475419,3682.40007969656,279.34203664059,2877.16012516336,1078.97434943067,6992.29974896364,1087.78875217995,8574.76982802235,135.437041075606,846.475260367773,943.272591154931,1129.78630151024,371.064461240826,1488.28769556958,243.220628843864,647.928595023195,609.449786956194,2139.560395716,633.089019308345,1549.65623814848,302.754998265307,1329.18987299077,6842.39907070991,2154.63032429607,59532.9878657841,24294.1549519904,1434.96656021993,10801.7319720103 -3138,384.425662792929,1460.75015587471,412.665560615816,1314.71972361736,504.204830953532,5209.58336953517,122.863500176616,471.272724115363,2924.94894703201,12600.4271281726,853.484706380984,3702.34219982602,290.659787406669,2892.74145027902,1117.88107257235,7030.16670490464,1141.99342561869,8621.20668612903,140.323117707571,851.059366104122,1009.07155023742,1135.90468453699,384.646306341797,1496.34755092747,255.970140381164,651.437466845273,640.193353814775,2151.14723297218,650.069896877579,1558.04843622357,313.744679873798,1336.38813052617,7073.40857529084,2235.12254308613,61766.2685692088,25312.2964038389,1476.55275977211,11283.9491384057 -3139,392.354301131821,1453.51843470145,420.669449804175,1308.21095384318,510.955954425719,5183.79233730026,125.151694886341,468.939598957951,2828.01084742244,12538.0463197308,825.413513823908,3684.01305136114,280.905967830588,2878.42038414009,1090.5887218866,6995.36252897701,1163.46516698153,8578.52576449409,136.746678432394,846.846035020225,1034.41766233364,1130.28117258669,390.620787892744,1488.93959808689,260.944253766599,648.21240189964,652.547735291597,2140.49756990084,658.560347420275,1550.33502142783,306.247211848686,1329.77208718683,6870.43363091501,2194.4006352616,61286.4328547035,25216.3391351317,1442.12169913196,11310.8326078368 -3140,369.254444519889,1485.48264795518,393.6999383573,1336.97972134636,468.88018923729,5297.78871999256,117.201925584138,479.25201398232,2635.27568304504,12813.769541935,768.989399682297,3765.02790194157,262.013819147122,2941.71950769847,1009.68732294449,7149.1970138553,1089.53086498501,8767.17547157212,126.44998774602,865.468961713291,988.423994155026,1155.13709981452,361.522141760249,1521.68275544832,244.910778869412,662.467191487012,611.336516805545,2187.56908902296,604.021555013016,1584.42832087046,283.98392866317,1359.01500393211,6374.61108894156,2039.61481207889,56803.9542435838,23444.8701924013,1331.06571123494,10539.5518335327 -3141,306.798552771621,1477.64346163096,326.897019991886,1329.92421439597,392.218681206547,5269.8312390085,97.2157078066898,476.722906127015,2244.56048284556,12746.1487406466,654.956415673591,3745.15910355485,222.731946101993,2926.19547087032,855.770672500622,7111.46928439492,905.773571311801,8720.90934914157,107.858420885528,860.901710484853,815.615800453205,1149.04121241527,301.688871363923,1513.65253398278,203.458515243674,658.971220830676,508.626934516091,2176.02485341068,505.532192324016,1576.06697862135,239.87629301287,1351.84321242859,5417.79981385777,1724.79432628518,47876.3891981588,19711.6116595238,1129.85555505191,8831.19779789766 -3142,234.81663187453,1365.98565966691,261.237538632979,1229.42878473778,337.094822387908,4871.61760483471,77.8532119727829,440.699444969946,2002.60719384067,11782.9888249815,583.338459351796,3462.15698270018,199.104157738533,2705.07815611976,715.940865631743,6574.09267789338,706.195278058163,8061.91575945781,90.7667618338074,795.847862790273,591.865230604378,1062.21416686885,248.010088424524,1399.27371441605,156.986653611092,609.176206007338,397.443116267813,2011.59401575597,432.114796092428,1456.97182532452,200.739437376984,1249.69147852304,5118.24775320279,1544.78703740945,39860.8563094495,15719.2547286456,1069.2322789998,6899.49838968369 -3143,218.100548367453,1276.54371365462,257.208959120464,1148.92830348288,381.090414077097,4552.63405202757,72.6632965405183,411.843347041173,2229.27239765683,11011.4628262354,668.978109255899,3235.46202749233,228.841472999186,2527.95517339556,828.316827056856,6143.63454078576,860.384246720947,7534.03801124711,96.7213470704498,743.737373142055,520.925717456941,992.662556649356,282.107322727635,1307.65213469044,150.818931298832,569.288594491001,455.011900170584,1879.87895558486,523.00043277494,1361.57229135439,222.732022771046,1167.86423753916,6244.9093717182,1839.98910595173,43946.9355820587,16549.0387230363,1411.55921979301,7290.7642770285 -3144,221.65022817981,1224.50423553261,274.202922847684,1102.09118488419,399.486748069084,4367.04173927415,73.1925461288926,395.054174356529,2333.65107934031,10562.5704203524,700.44764265242,3103.56544330702,239.432579618914,2424.90075658855,877.228853671881,5893.18363036646,913.621122085958,7226.90602503864,102.417192856669,713.418235345089,510.075146622388,952.195754888686,294.986383115385,1254.34449318429,155.069907168619,546.081021541299,484.928195982746,1803.24396162832,551.406126928737,1306.06654508847,235.431468015179,1120.25517817926,6507.43378002344,1923.70102296774,46354.4341011486,17562.5858074851,1466.19129060403,7745.63160101722 -3145,228.027424093949,1211.37142512315,278.514401697843,1090.2712546912,425.37190623697,4320.20520776381,74.775994538163,390.817217535361,2493.34113496876,10449.2868311726,747.993624448865,3070.27969763333,256.556688306155,2398.89369105629,913.971198122147,5829.97922397904,945.956248942545,7149.3974432635,105.943233172905,705.766823324157,494.071241753143,941.983453486394,315.78399425058,1240.891645951,161.902473838752,540.224301477783,497.837819483389,1783.90416648277,597.331900333623,1292.05897874361,246.386317949508,1108.24043912134,7136.93346267922,2078.23263951203,48525.7926983746,17999.3806250907,1609.42432618793,7903.62515583481 -3146,261.0766192398,1231.44668999143,311.307029414082,1108.33960578671,483.954493180671,4391.80113782493,84.2973314812793,397.293975195636,2839.74923182092,10622.4560148514,851.7779904281,3121.16143123821,292.505820120205,2438.64898430492,1033.01152577531,5926.59564952005,1069.41122856993,7267.87972239394,119.204443743045,717.463034428057,548.868384465168,957.594328019239,366.744828524468,1261.45613009571,186.741969222217,549.177084840113,560.035720676044,1813.46764131718,695.943199143511,1313.47142556691,279.367015062579,1126.60658173597,8219.81571667315,2384.83154342004,55061.0953180172,20277.4381571558,1851.37686297701,8905.05900942608 -3147,353.737022210482,1296.67682793751,387.847806456844,1167.04872081715,575.528695091061,4624.43629481582,115.275839291473,418.338768297754,3365.31368226765,11185.1310188174,1009.95264442837,3286.49038324755,345.926518268921,2567.8250265495,1258.83964428035,6240.52937877594,1315.33342600811,7652.86171204919,145.777389909525,755.467288357459,806.686443665362,1008.31841589146,471.799717983944,1328.27587799697,248.745770054843,578.267176430839,693.443914481432,1909.52762131087,880.664967036176,1383.04644085122,339.521838391907,1186.28330451648,9612.338276081,2845.48320408458,67509.3391928651,25391.7535920378,2149.77384571205,11259.178574435 -3148,494.245541707015,1406.57008947512,513.796551104666,1265.95601023628,704.247960897666,5016.35691548315,161.347984980452,453.792946767953,4091.54937387661,12133.0700132533,1229.10012805742,3565.02019071047,419.084621389258,2785.44800025087,1609.45977713596,6769.41376413647,1707.88976708708,8301.44115413815,187.288810466846,819.493082999466,1226.59760426646,1093.77332416417,617.050932096663,1440.84715659921,340.183254756849,627.275275202225,910.777458249129,2071.35994049852,1126.24906251873,1500.25952044706,431.950137732249,1286.82072342624,11268.0332093294,3451.24092445798,86289.681688816,33657.9632065838,2498.64981860942,15103.927613151 -3149,546.084074008765,1656.20916083085,532.104535960989,1490.63879365202,739.42016943562,5906.66354957162,175.705932292938,534.332445415479,4300.17236110786,14286.4560076426,1291.57496947377,4197.74253880583,440.831758826101,3279.81131516523,1679.73241511208,7970.85418885952,1781.47192672075,9774.7869021674,194.911480293367,964.937304907222,1397.22978619348,1287.89700058893,661.223968001642,1696.56974648679,374.008790067125,738.604542302117,946.946453031661,2438.98639285858,1190.58830179609,1766.52665941115,451.74162004191,1515.20659114884,11868.9715232134,3638.73604352289,90511.577953328,35214.1901537385,2639.64437507383,15836.067604305 -3150,494.710859527183,1855.37080610736,515.003709476447,1669.89035298273,719.467860887089,6616.94873483008,155.289567027188,598.586726499266,4185.255839211,16004.4238530959,1257.00828739979,4702.52739946701,429.44371194,3674.21356409202,1634.10002810436,8929.36140646003,1735.68583610164,10950.2197446511,188.963613055597,1080.97246868907,1262.42628270851,1442.76855404375,596.850245936045,1900.58481295771,340.796813109108,827.42285060069,920.608143467539,2732.27817888219,1069.17686574565,1978.9541499925,440.214462271883,1697.41246511927,11376.4381800618,3477.39529738032,86979.9264957559,33924.5736314939,2550.82175910496,15219.6131720542 -3151,465.517353797349,1961.09859553086,492.780028758004,1765.04859036543,679.682800816811,6994.01371836833,146.925403317924,632.697024647051,3949.43441151503,16916.4314956731,1186.38125009766,4970.49961559356,405.065329963435,3883.58760227488,1555.73578051578,9438.19858302921,1659.37919021823,11574.2149716389,179.920422097342,1142.57138420825,1196.88734971496,1524.98431887451,558.677148664699,2008.88910998796,319.76116704162,874.573311643053,880.407065004482,2887.97629108293,999.48673812333,2091.72430189984,419.314941939966,1794.13904240841,10638.6208193492,3267.11565207883,82551.9420755268,32406.0773435282,2384.6928003549,14548.5592214055 -3152,430.65652493564,1997.34399095157,463.71838917246,1797.67055248419,638.626539628696,7123.27840367167,135.295176581004,644.390650807458,3710.33200022963,17229.0841843575,1114.58114140369,5062.3653302579,380.703763330106,3955.36480338868,1464.68903850268,9612.63715561329,1563.35631374242,11788.1318034022,169.20694856127,1163.68860478624,1114.82770778174,1553.16936769049,512.78226032362,2046.0177787422,295.599436899496,890.737341119766,829.566850203209,2941.35241550344,913.758271892973,2130.38394634925,394.788349106603,1827.2986597678,9923.72824893717,3049.83535243922,77392.8242777125,30455.1338343816,2230.4890203696,13667.9195121025 -3153,404.033531466658,2040.18471628432,437.579012591896,1836.22851281882,593.53638653784,7276.06451109375,127.170017100691,658.212087176603,3443.72631747433,17598.6281720835,1034.70481794782,5170.94722883425,353.171250974521,4040.20281722127,1374.07836049426,9818.81713761568,1472.24171869427,12040.9736368889,158.743236471281,1188.64838343045,1057.93663586733,1586.48305956225,476.597518678142,2089.902500694,276.759716552456,909.842629916991,782.399444055878,3004.44103294252,845.806600114389,2176.07822530786,370.231115855053,1866.49210883748,9115.16349104571,2820.67815424929,72436.8874901345,28720.6102528191,2047.32163504023,12911.5542768223 -3154,379.821899992542,2075.53337703372,423.874077074477,1868.04338636431,574.62244022169,7402.13110395689,120.038230295073,669.61640541556,3334.18851746939,17903.5456297747,1001.78377127577,5260.54012593134,341.78320408842,4110.20420366673,1328.44597348654,9988.93998638896,1421.27700111159,12249.5980270166,153.771412510212,1209.2431502282,1003.88740767918,1613.97079192762,444.03830765086,2126.11258201982,259.084595049165,925.606750784857,756.061134491756,3056.49659730754,785.906442868961,2213.78140499379,357.611240271863,1898.83133568303,8758.47462267338,2706.1168584239,69723.6999329013,27670.0149068978,1974.69097048406,12414.0174349249 -3155,366.724625775665,2054.44567305309,409.848553285093,1849.06380916718,549.309966515273,7326.92443598745,115.71796844652,662.813010830714,3184.07266033781,17721.6431488886,956.828552901451,5207.09231623511,326.261383605543,4068.44396482598,1278.8031026094,9887.45098513073,1370.22392092449,12125.1404297871,148.043524194493,1196.95707385151,979.385070325928,1597.5726271618,423.8450884561,2104.51098637446,249.179802174252,916.202459156013,730.675970325925,3025.4421723703,746.938586103816,2191.28908207435,343.773116587289,1879.53894869513,8290.54819648857,2575.49247288057,66987.7121179032,26735.1796115621,1868.94361993513,12008.5606875046 -3156,353.431486458384,2031.59342864601,403.562067354237,1828.49609173099,540.372174473389,7245.42475451156,111.589770052299,655.440333558999,3131.99312128129,17524.5197467733,941.190847266392,5149.17219314713,320.741655442258,4023.18938493606,1257.37184937467,9777.46976273151,1349.0570846028,11990.2686849627,145.720286093408,1183.64294442224,951.048314921761,1579.80232512227,406.23050392035,2081.10184976462,239.837455196914,906.011251475217,718.484896878447,2991.78922896599,714.15440711155,2166.91468545392,338.373776973329,1858.63224671144,8105.52029432103,2517.23846399738,65690.2760249381,26254.4868770928,1831.77607968796,11781.2952449051 -3157,345.719949675827,2002.75331947786,401.910298803532,1802.53911325513,536.45156442932,7142.57009966607,109.312287191473,646.13582877644,3108.38049541117,17275.745038463,934.135741648566,5076.07553606897,318.459001462067,3966.07696301656,1252.05012030049,9638.67068444673,1344.60638936519,11820.0571392105,144.950460479474,1166.84017707129,918.537250460205,1557.37575547591,402.541875731536,2051.55892858218,235.348237035537,893.149690184614,716.408975867087,2949.31836508405,711.643759033359,2136.15358177767,336.90149968002,1832.24746118163,8049.79121050868,2499.82451370512,65300.5401610769,26120.8219811601,1816.44206904683,11719.5260820316 -3158,341.056375952083,1984.58723119916,413.657386389892,1786.18907935992,552.020722746926,7077.7830099604,107.958257995425,640.27501686744,3198.94035329185,17119.0444071886,961.335054975793,5030.03270323441,327.747097319361,3930.10243558496,1287.40447129089,9551.24257193777,1382.125400908,11712.8426363749,149.212023874676,1156.2562866552,920.848740768651,1543.24948980857,390.618387917763,2032.95014624083,231.252287558115,885.048324948969,736.329877585324,2922.56640454001,685.621378673613,2116.77747880681,346.417681354704,1815.62795602114,8184.10371217644,2538.17490174572,66672.2467338489,26727.9895469261,1858.18306112476,11966.2895564858 -3159,350.175525321374,1921.55553375118,428.066834533733,1729.45862787603,562.287925628011,6852.98831700216,111.397706597967,619.939492929648,3253.77644136217,16575.333145366,978.02769100016,4870.27580541736,332.984363383952,3805.2799920234,1322.61143215258,9247.88929898396,1423.19045075359,11340.8356307339,153.501109788445,1119.53288377976,948.315251748548,1494.23494743968,401.375430572549,1968.3824131978,237.176450299372,856.938651880422,760.352749453699,2829.7439180871,705.266009885664,2049.54733869943,355.349203600074,1757.96250791037,8263.05088220495,2578.83023767201,68450.9313412683,27608.6581379608,1871.17636625213,12376.7213218676 -3160,365.892317561834,1900.7570992909,445.779819778985,1710.73940207596,580.050227853109,6778.81329272378,116.463244028548,613.22942356836,3354.04487387543,16395.9259026264,1008.2819931262,4817.56116336654,343.135527968456,3764.09259716179,1371.23173170091,9147.79246800381,1478.33551803795,11218.0852743441,159.329846930082,1107.41534103877,995.375425847806,1478.06172367554,416.017861093864,1947.07713635589,247.045337927716,847.663363149721,790.483626013957,2799.11548066442,728.903029818954,2027.36355309008,368.317998245224,1738.93476327213,8470.74925333534,2655.12343175444,70934.5027355955,28721.7468985835,1916.96821258447,12889.9604354879 -3161,394.363659581091,1884.70267598542,456.273572060706,1696.28993110646,585.358458457743,6721.55719295659,126.045899269877,608.049884976599,3379.88961418373,16257.4404880386,1016.27388813081,4776.8704479429,345.567254213559,3732.29982577696,1396.96214268102,9070.52718637115,1511.49745467022,11123.3336147352,162.198411712116,1098.06174469201,1075.36823727339,1465.57752535669,449.230448724906,1930.63147869288,266.411598925762,840.503717944331,809.496332867224,2775.47322525773,787.707542538562,2010.23976978945,375.048764655177,1724.24714495383,8553.93007950273,2706.45631315813,72730.1350875818,29588.0549419875,1921.87127480797,13333.6412395473 -3162,415.686636212903,1866.21839207611,462.545549099953,1679.6535114321,586.283538831453,6655.63529819283,131.809771507865,602.086415593262,3381.37769047586,16097.9951020641,1016.89841438867,4730.0211328319,345.550438870323,3695.69517163528,1409.64463710555,8981.56769060752,1529.48747627476,11014.2411519438,163.706020410484,1087.29246776708,1150.01725225294,1451.20382524209,464.603466327893,1911.69674653002,279.857498984579,832.260449896126,820.13546920544,2748.25267968731,807.220746201664,1990.52427667531,378.31159788557,1707.33653397882,8499.36088363439,2714.10806011494,73585.764686191,30106.5953786707,1906.11116018231,13612.7108700807 -3163,420.411506627691,1806.80255661772,448.566202243426,1626.177446098,558.434938057475,6443.73612635551,132.92049611911,582.917454686803,3214.82083666337,15585.4742565643,967.082270932434,4579.42881280315,328.268850246552,3578.03326392148,1358.83485796162,8695.61651236954,1482.61474578935,10663.5746154004,157.696328119181,1052.67573125098,1177.49731258021,1405.00103993932,463.528344554116,1850.83299134442,282.132838802223,805.763309926058,795.608628031997,2660.75502683612,800.327520020195,1927.1508454622,364.822393262956,1652.97910882124,8019.90943989947,2593.86566689372,71197.3373593624,29362.7887771047,1790.14304680679,13332.9121895196 -3164,392.760339844473,1776.8632243946,401.211086693167,1599.23113332346,490.911421487834,6336.96122948678,123.47866320164,573.258314416828,2821.27271550572,15327.2176529786,848.917590467266,4503.54612151713,288.045280242432,3518.7440371039,1209.03411732085,8551.5271924297,1326.54377832417,10486.8755610809,140.175814159305,1035.23253673827,1124.00553650459,1381.71969535936,422.853823101674,1820.16405985858,262.420619772877,792.411538123039,712.10751822662,2616.66541205171,721.42554288063,1895.21730120469,324.826260129822,1625.58868338953,6956.60983398929,2281.62806958098,63492.0513165732,26413.062479085,1549.15067718355,12045.2042177942 -3165,321.557481914963,1675.70588665843,345.380752616712,1508.1864419534,425.516563936207,5976.19619225063,100.742666808308,540.622552628639,2447.83663305831,14454.6347150282,736.440822101688,4247.15793711989,249.523757589986,3318.42092045559,1037.51344956939,8064.68627384439,1130.49440087971,9889.85469961814,121.030821410395,976.296448739719,925.825161739379,1303.05799311843,342.453706829331,1716.54159302459,214.071603261288,747.29931986816,608.640556169685,2467.6978926639,581.5965476929,1787.32203161424,277.860651603903,1533.04344906415,5989.17668565485,1948.87253378223,54177.4991911895,22467.980574039,1344.46790703592,10202.3857347793 -3166,248.579547153494,1524.18683008999,283.108242661195,1371.81466655206,378.738328925797,5435.8223616595,81.5251308911539,491.738903185084,2196.43955299599,13147.6317185597,659.990587719033,3863.12553092429,224.4661427497,3018.36587430006,873.651380616423,7335.46901354696,928.803552558978,8995.60382563376,102.321065268169,888.018715742585,672.87512873097,1185.23414387184,287.306109743118,1561.33012972048,167.225540020691,679.727743720956,497.543509587156,2244.56610111904,509.209887147193,1625.71052796653,233.836629049125,1394.42407741306,5737.05469327648,1772.25099711563,45889.459116569,18224.8839831406,1294.09687607034,8151.73017226427 -3167,248.505634685421,1417.90943054196,281.606417013593,1276.16176328272,404.215539429378,5056.79726211309,76.5003693547505,457.451287746218,2263.44734422028,12230.8831404466,679.026093105383,3593.76030124967,231.646623317359,2807.90343644644,872.019510958706,6823.98672290226,912.682258734923,8368.36485264237,95.6905051301891,826.099587459913,595.243292049043,1102.59099266524,333.691262803076,1452.46282897567,174.889294737281,632.332178048048,469.949158124769,2088.0586155331,581.670144796638,1512.35415726496,226.843581359709,1297.19468145648,6408.76632549072,1925.62422838763,46096.8842703126,17359.6538231847,1476.99622663748,7720.79016425079 -3168,266.680515944019,1363.32438737507,300.718746878147,1227.03355845084,425.004914822205,4862.12650889498,82.0391395831048,439.840855266878,2377.03581028374,11760.0326969628,713.241547669316,3455.41185885289,243.157094180938,2699.80800595881,925.661997970562,6561.28474644559,971.111324309672,8046.20918678775,101.585866234211,794.297357592229,650.948715533657,1060.14471532646,352.127978451931,1396.54758889744,186.559378544008,607.989382597865,501.858896718082,2007.67494136548,610.61785616841,1454.13328985287,240.381725388747,1247.25677558043,6666.5472596048,2016.32661671498,48838.4016775143,18544.4872886949,1535.49112670233,8265.12545153398 -3169,270.226112067238,1331.47587856238,305.410463286398,1198.368928476,452.065755828442,4748.5427716708,82.3911641421705,429.565769245629,2536.2210063256,11485.3075409728,760.618845216911,3374.69026679657,260.188105260825,2636.7380133242,963.714167590749,6408.0071134737,1004.92745526296,7858.24235617342,104.925446965948,775.741842391716,622.77777268602,1035.37876188099,371.916759785499,1363.92295560824,191.836811045323,593.78619266816,514.782760759369,1960.7738122907,653.207853522584,1420.16340174292,251.284132807747,1218.11971269459,7290.30212266922,2169.72547682081,50986.8801821833,18961.978162084,1681.72837686446,8411.61837512368 -3170,303.072422147169,1345.24508023306,341.858471436569,1210.76163022729,515.286522507737,4797.64891329731,91.5994335751245,434.008041015471,2893.86458865111,11604.0806395528,867.731429946443,3409.58897702312,297.194584865848,2664.00533227661,1090.893589105,6474.27428637046,1137.64964711261,7939.50685786011,118.204708043378,783.764027430328,683.601321790829,1046.08593217781,423.581576149308,1378.02770248455,216.760779361902,599.926718356796,579.792866936892,1981.05077748902,746.689683272347,1434.84974837432,285.327718313461,1230.71666338154,8385.02910295463,2483.42557200423,57777.0542061528,21342.3448009032,1935.20627714548,9457.4493894669 -3171,382.088465557821,1392.10664432269,427.893966322374,1252.93846816252,617.904511885542,4964.77484100641,115.81335325513,449.126695547877,3459.87834300401,12008.308372166,1037.95815293644,3528.361886669,354.629591576002,2756.80586241643,1337.90024371548,6699.80539877717,1406.98818761061,8216.07929430808,145.581144360102,811.066419196899,911.188444340123,1082.52629808164,512.794313486722,1426.03124804376,269.871660706352,620.825144059636,721.871187979116,2050.06061022376,892.101941172464,1484.83268786278,349.155410462969,1273.58863418053,9793.14675027124,2947.35309258071,70619.3020803769,26646.6617521331,2256.92822750216,11873.7470473163 -3172,515.525619440141,1493.46647044253,569.672534837119,1344.16540525799,764.316064692883,5326.2620278256,155.93862123667,481.827784902031,4256.28332275785,12882.6379743986,1278.03336810375,3785.26328770685,434.806567194739,2957.52996929447,1723.65386813164,7187.62083520673,1838.49740946865,8814.29522270269,188.683159063023,870.120480576967,1335.08640531493,1161.34545880555,645.542648367499,1529.86113775274,356.609599439924,666.027664218082,954.18524315492,2199.32632045855,1096.22365055714,1592.94393327102,447.989995226197,1366.31911789397,11518.3103224945,3576.50204930692,90405.2442851676,35368.98372743,2646.8942279345,15906.3650781012 -3173,534.371641264794,1711.43059525896,590.065999572515,1540.3397700422,802.291156725502,6103.60391290591,161.047895931113,552.148192843492,4471.71338135991,14762.7959605265,1342.52422999336,4337.70394575547,457.196493280099,3389.16699907301,1798.78349659091,8236.61893182553,1917.64525286618,10100.6984879336,196.316386377466,997.110307792585,1366.26589871037,1330.83814682224,676.744193721845,1753.13688620804,371.409389840772,763.23114337742,992.009861515475,2520.30723707897,1153.08047754592,1825.42630710978,468.423354727193,1565.72670865393,12191.214826214,3767.37896366945,94426.2069562786,36751.4531541269,2802.88062810743,16513.3530476114 -3174,526.321606293662,1892.74435069329,580.539845135546,1703.52768378225,802.061354321928,6750.2368235237,157.749104080244,610.64432039787,4475.29006873889,16326.8079536093,1343.3572686429,4797.25246297023,458.146888043181,3748.22485283485,1786.3099023157,9109.22943367578,1902.13970340806,11170.7948040976,194.216017174079,1102.74696930196,1322.71272008185,1471.83087123891,675.4841175492,1938.86912303342,367.724179111944,844.089990504234,980.61680617677,2787.31565171699,1155.69104239695,2018.81708785635,466.052551294345,1731.60418584541,12311.2921952374,3782.71796980353,93833.3747434716,36288.8480622551,2832.12807813986,16287.1071402878 -3175,500.524344774216,1977.41336224643,549.329087593903,1779.73237834991,744.259412755228,7052.19830045954,149.675292564729,637.960556211589,4146.36503225665,17057.1626318539,1244.9403058593,5011.85018403158,424.18588164018,3915.89593490791,1677.2882029311,9516.71682196334,1796.49612920857,11670.5031529718,182.46211732962,1152.07666131758,1284.30552599383,1537.67096474945,630.955153370629,2025.60145543636,348.436751294003,881.84905983217,927.339935049637,2912.00193649233,1071.63388275736,2109.12576967741,437.809356463538,1809.06483961151,11261.1989893603,3492.6719496313,87954.4887358288,34366.1815667191,2588.39932786965,15470.0753250664 -3176,470.051997046126,2000.90199791472,514.454988411584,1800.8728673444,693.691462660682,7135.96759205161,140.075806452588,645.538548431978,3863.13021393607,17259.7755433695,1159.97453972929,5071.38327167243,395.328891875815,3962.41076821798,1569.51587351684,9629.7608108719,1683.57047932515,11809.1308177077,170.578486945644,1165.76156376453,1210.49968836557,1555.9361356835,589.466022232971,2049.66249168923,326.830464639567,892.324073138086,869.508903002001,2946.59204994941,999.092660201582,2134.17894658438,409.674284596251,1830.55375322424,10457.6042292717,3252.08666338927,82218.7707149342,32216.6580779894,2403.16547766429,14516.1542323667 -3177,447.681450941232,2036.5109992683,488.672884269936,1832.92205537946,652.457415480388,7262.96265723185,133.221895328596,657.026858738459,3630.58825074068,17566.93869845,1090.29407262711,5161.63601467219,371.416229189445,4032.92771035506,1485.30738399274,9801.13660344263,1597.27191028046,12019.2917129992,161.44979759861,1186.50800969007,1164.41860933912,1583.62631342303,556.193469928444,2086.13925792616,310.572440079714,908.204295738353,825.817667116251,2999.03100018507,939.218253991268,2172.15980775444,387.646426250282,1863.13115638756,9761.94907311237,3050.73341893686,77729.9216940231,30614.2575539693,2242.30450248595,13813.6291196163 -3178,429.805720718141,2070.066193481,469.843325003956,1863.12275430379,623.624724359044,7382.63307522151,128.35072189444,667.852562039765,3468.83162007961,17856.3857183584,1041.78270863995,5246.6832837465,354.64398777678,4099.37747302039,1422.37669061944,9962.6280180983,1529.39611053402,12217.3312364163,154.929763861413,1206.0578705621,1124.66955902172,1609.7194150691,531.58818501862,2120.51216726944,297.531793845971,923.168600639851,791.963374736923,3048.44544857119,896.558092787214,2207.95006090623,370.847202555619,1893.82960477245,9297.03225935237,2910.96169747943,74431.8454030524,29372.3516869574,2135.06385236705,13255.5583797202 -3179,419.113267168746,2051.98688633899,457.492137223601,1846.85082608024,603.72127402377,7318.15547962384,125.071526103631,662.019747788358,3356.52887132576,17700.4336609484,1008.1342872958,5200.86040191673,343.093110610492,4063.57479933819,1381.90114766527,9875.61755802317,1486.17156987644,12110.6289074887,150.543209102776,1195.5245404002,1102.92413211962,1595.66063192046,515.132029974339,2101.99228085655,289.354735165368,915.105936398782,771.025293361433,3021.82128469472,867.161247387939,2188.66651942768,359.884410523703,1877.28949257356,8959.79360467248,2813.09355350105,72256.8959068443,28593.8706093396,2057.07065228059,12911.5024250636 -3180,412.564711813585,2038.18876136396,451.013765737977,1834.43209247227,595.158394965285,7268.94618663722,123.298408849387,657.568144672989,3308.91007719967,17581.4110700186,993.832540812526,5165.88838417086,338.049703425918,4036.25020321141,1360.9013616084,9809.21118565383,1465.1709297464,12029.1937032463,148.409730124216,1187.48550412323,1087.38278078608,1584.93097035997,507.838282475905,2087.85790583647,285.268311092407,908.952512047055,759.121968455201,3001.50172611664,854.866363488047,2173.94932295592,354.794091142374,1864.66608098877,8832.40525325412,2772.82800006705,71216.9950355041,28178.4722789247,2027.82320224816,12724.0159613147 -3181,410.743009319129,2008.48084363476,447.764576496728,1807.69405980522,587.732901490153,7162.99660071856,122.497749329047,647.983664219759,3266.20043185381,17325.1506472686,981.075543033547,5090.59222415648,333.797001443785,3977.41924935451,1349.74245119614,9666.23559653483,1455.27265876329,11853.8604349745,147.060553518728,1170.17713586518,1086.48710880255,1561.82957770858,502.750439862829,2057.42602824367,283.609470261335,895.703942062021,754.519545292651,2957.75289969104,844.396059891052,2142.26260734936,351.839834323161,1837.48736840998,8685.98642749352,2735.08381614801,70553.8585913826,28000.5760696286,1993.70117721033,12655.8168147259 -3182,417.374026135439,1979.38039105652,454.687110877087,1781.50276431438,590.702095711435,7059.21346354904,124.557044728333,638.595166464423,3280.28501953968,17074.1302173654,985.426272536533,5016.83571406394,335.121577831638,3919.79126618682,1363.94941992755,9526.18356094859,1473.67626582784,11682.1123674985,148.821897779941,1153.22268775167,1113.44414856132,1539.20056050614,506.667109482405,2027.61641927583,287.591380463582,882.72627778769,764.859105329152,2914.89864580638,848.157504003721,2111.22381919618,355.468121448112,1810.86440399536,8668.47172237941,2742.10083408304,71238.9448248457,28399.5559445646,1988.82660220493,12850.8412878413 -3183,434.429040274721,1927.28305790808,472.709708662268,1734.61357442612,606.920270648625,6873.41481805465,129.886194521095,621.787328372967,3367.03677163265,16624.7387541716,1011.65197814924,4884.79249350487,343.645249297066,3816.62227836135,1410.03707503415,9275.45421107206,1525.55665483734,11374.6389264979,154.079241937996,1122.86984257365,1173.43435050691,1498.68876967236,521.591849317222,1974.24951285929,298.187601316712,859.492903757829,793.770794834246,2838.1784526941,869.764774506909,2055.65636427112,367.00266950363,1763.20241513872,8822.20989161256,2806.6378994508,73592.7418882671,29496.579224201,2022.94862724276,13361.4548485876 -3184,445.869371412885,1909.72443478034,483.305588181738,1718.81027770712,605.799527343641,6810.79417709812,133.204125799327,616.122499161861,3354.33138943966,16473.2781157439,1008.15763553598,4840.28931059214,342.041700090638,3781.85072161896,1427.29210208471,9190.94965209585,1552.46559798333,11271.0096244579,156.252753854935,1112.6398723021,1228.91503012268,1485.03487945396,524.337345943297,1956.2629991429,304.492580890133,851.662444232888,809.847491744698,2812.32106469099,866.817359135254,2036.92818875363,371.30498693432,1747.13865814241,8640.98516341362,2783.18587157278,74335.2979865926,30131.6756355971,1979.07745219412,13688.7063955146 -3185,459.549436789679,1890.83517690963,496.080931859956,1701.80936910736,614.553908405103,6743.42799317518,136.941297948743,610.028375551847,3398.96961074993,16310.3394254087,1021.76518314463,4792.41356931163,346.411749680512,3744.44409257439,1459.65679294576,9100.04113414775,1592.47189425983,11159.527044363,159.70229966381,1101.63465024892,1280.75069697998,1470.34626455533,534.10679419745,1936.91342410435,312.94528637075,843.238573628874,831.920286831589,2784.50414155869,878.550825500766,2016.78074699672,379.614496312053,1729.8575509583,8668.29298055632,2812.58072995583,75924.3349235204,30972.458160381,1983.95202719952,14094.2048900857 -3186,467.382782186452,1867.83829633943,503.306243835763,1681.11147470993,616.500618244818,6661.4124848503,139.134112706868,602.609035215727,3406.35670596608,16111.9683921182,1024.15464461855,4734.12685884509,347.004294669795,3698.90308791661,1474.62577625696,8989.36381985748,1613.00183534475,11023.8016708386,161.403845524265,1088.23625318441,1314.838646703,1452.463490924,537.73067056865,1913.35612665563,317.50796391579,832.982863873344,843.694131086577,2750.63820233107,880.635054742355,1992.25208022484,383.411291013439,1708.81852651627,8609.80905203299,2811.96461355786,76621.0164390536,31429.0563239703,1969.32830218331,14322.070298797 -3187,456.070954723065,1807.49680290537,488.624203098936,1626.80228894587,588.515551780433,6446.21206921267,135.187776754559,583.141435042289,3246.48190717778,15591.4628232753,976.3491536261,4581.18841372978,330.468684122804,3579.40808836009,1423.75333747032,8698.9577183361,1565.65597668323,10667.671990104,155.771156074071,1053.0802116497,1301.79072986337,1405.54089790695,516.749262030027,1851.54415589785,309.029995227088,806.072916631337,819.587910767026,2661.77739604462,840.059122779889,1927.89133440789,370.408862020163,1653.61424994702,8085.49856064173,2670.02734620213,73863.5158544957,30568.3875222592,1847.4639270482,13964.2386594904 -3188,407.78999082849,1786.75622066561,434.002208365861,1608.13513190998,510.503756673695,6372.24336766835,120.221318627629,576.45003018256,2810.02303844699,15412.5546136428,845.394487697735,4528.62040094101,285.927398467952,3538.33525896036,1255.1990288275,8599.13931330915,1390.02943095064,10545.2630719461,137.264450038967,1040.99637465499,1183.56720403523,1389.41266103399,452.658403965136,1830.29814109206,275.356621956474,796.82342772947,728.494074316786,2631.2341536456,728.471817700916,1905.76925446488,326.798283444613,1634.6394322385,6858.27060603074,2300.30767811941,64947.1201447875,27199.2061009092,1564.73857673476,12466.8542771238 -3189,349.173215510525,1693.11987362304,375.898271285142,1523.85956171116,447.730968367033,6038.30100635817,104.625085928527,546.24071877534,2468.01866703864,14604.8477222807,742.32576762112,4291.29453265406,250.783237736578,3352.90605243013,1085.88605650958,8148.49474092955,1192.68800820302,9992.63037295812,119.445425612589,986.442151376031,1006.72979839488,1316.59941174503,392.576205031886,1734.37994590211,235.587296853867,755.065277318367,626.47684289077,2493.34228484369,636.898807568043,1805.89593698027,281.809451951128,1548.97488360212,6104.43453964338,2023.51057303854,56356.184163543,23390.3484593095,1394.12845154561,10683.5320054587 -3190,281.825641689264,1544.11745598923,312.182945190214,1389.75283816093,407.507779133793,5506.90245486471,86.1012253649849,498.168996875701,2264.96678198808,13319.5532468595,680.316510500006,3913.6406700389,230.83184366318,3057.83473722426,929.468719964806,7431.38933369289,994.030299488507,9113.23245950398,102.450234484042,899.630657576475,750.397595611611,1200.73254463096,345.237381592573,1581.74645015203,193.424072786819,688.616023757226,518.51942856781,2273.91657599808,581.957837928212,1646.96870164557,240.941784049585,1412.65789500232,6030.75295444909,1892.27476599787,48708.5247436116,19262.7984213076,1384.3793015348,8679.90805762512 -3191,287.180014585656,1435.61268702692,330.496719093475,1292.09523443755,498.171868870769,5119.93371991169,94.3866436081324,463.162779116476,2555.35418781076,12383.5913858457,706.191086304555,3638.63006442924,232.206567700767,2842.96141240011,868.02957823632,6909.1873602655,948.903340796054,8472.8477668222,92.3743907941244,836.413823731926,702.45337056433,1116.35735229351,413.881959990285,1470.59750065664,206.878026256599,640.227138396397,533.92986872879,2114.12899522744,702.723872664069,1531.2365999411,240.894867668212,1313.39075834411,7144.23645474824,2179.4089611315,51062.7593979689,18851.9223208271,1592.13374833136,8331.03808359588 -3192,308.000261654976,1374.77943568887,352.700642696506,1237.34345155102,523.520130803752,4902.97951099995,101.13134942031,443.536526153516,2682.89266671034,11858.843914574,741.740675995594,3484.44523502791,243.757163057438,2722.49257863472,921.536498140507,6616.4145706218,1009.565650568,8113.81577831587,98.0901062999603,800.971275180003,768.040780455403,1069.05235979181,436.458369282716,1408.28178822042,220.533792331639,613.09788635268,569.891721297422,2024.54401057947,737.396371072121,1466.35134099625,255.229198223716,1257.73659003714,7431.4878731742,2281.60757114666,54080.3938716563,20129.895331245,1655.18855024547,8917.19878030714 -3193,312.560499906349,1342.52595291479,358.866915312618,1208.31433265077,557.612246468622,4787.9514846166,101.822049555825,433.13078590559,2864.50219173033,11580.6254542233,791.107361510583,3402.69721680207,260.798255691526,2658.6206110972,959.136890339192,6461.18791546544,1044.94103950507,7923.458830398,101.242121554669,782.179814851235,735.205804167614,1043.97149156231,461.740913874438,1375.24231205553,227.154313345689,598.714093867164,585.313529281521,1977.0465039428,789.610341190992,1431.94950424353,266.91453248017,1228.2290309422,8127.13895675794,2456.40046311907,56508.8081131865,20604.7340136148,1812.82555503075,9077.99736538427 -3194,350.734033496847,1359.18784137122,401.980873666365,1223.31054079649,635.879819664152,4847.37403313293,113.322437933169,438.506307195244,3269.16860083257,11724.3508616577,902.549683913057,3444.92758214755,297.879720017922,2691.61635317124,1085.60516476791,6541.37675063084,1183.02234213433,8021.79569080254,114.024394397895,791.887331342541,807.17884397303,1056.9280653301,526.133653488022,1392.3102383435,256.796827874858,606.144644783258,659.518058665121,2001.58333189041,902.868562593637,1449.72121499754,303.112363574635,1243.47239742467,9347.65207974215,2811.98365822497,64052.3717678905,23199.2222252455,2086.06302999191,10207.7641654448 -3195,441.500202667145,1412.78937153602,502.250315938241,1271.55355390884,761.517124216696,5038.53720980975,142.929706187056,455.799435000793,3906.04827137837,12186.7175244877,1079.48076193725,3580.783263084,355.490296600815,2797.7641207977,1331.80977046005,6799.3453643469,1462.7790135785,8338.14675767393,140.528608554188,823.116548810568,1075.29618613136,1098.6095458815,635.864609617179,1447.21799793914,319.150883012029,630.048831881344,820.066836073856,2080.51865346704,1077.59466378612,1506.89305914665,370.759490153961,1292.51052239231,10917.0198032415,3335.6600093894,78219.7266186271,28933.005659023,2432.86444051953,12811.6193717623 -3196,594.213173060956,1513.80207591498,666.724318755599,1362.46807084307,939.690961155829,5398.78643020383,191.729160652716,488.38853462983,4799.35943964341,13058.0528554667,1328.87247006186,3836.8048672144,435.961199756092,2997.80081823472,1716.69267405657,7285.49020454518,1910.68138549447,8934.31400699685,182.345803096388,881.968370808657,1574.28786023356,1177.15877871256,798.026769269242,1550.69230680855,420.480942471506,675.096549312814,1081.63072066965,2229.27318116361,1321.63485391669,1614.63406157845,475.353585223876,1384.92343682637,12839.2208646752,4043.93624555967,99978.2199847469,38333.0305903209,2853.22978661362,17153.5982058683 -3197,616.154775755558,1727.39824023365,690.924367781165,1554.71113786545,986.762644442976,6160.550528572,198.138441909402,557.299734682913,5043.26183372493,14900.5328254537,1395.97754116981,4378.17471728603,458.3943257271,3420.78792226501,1791.38099047455,8313.46657452839,1993.03654991564,10194.9379901947,189.68555038351,1006.41334551993,1611.23222462342,1343.25486480432,836.951566360392,1769.49365081687,438.1029275287,770.35208883956,1124.86437155344,2543.82169995015,1390.55622222673,1842.45753191091,497.085447688036,1580.33493657765,13589.4684545272,4260.37452692326,104448.7307372,39841.350584032,3021.37592505125,17809.5131226185 -3198,607.13701679943,1897.69085023175,680.174192037889,1707.97968433821,986.950339587996,6767.87789761795,194.239242369449,612.240178733362,5048.50366884179,16369.4764460433,1396.90363935849,4809.78960623803,459.327870595513,3758.02046654136,1778.79344278774,9133.03550086752,1977.04462440204,11199.9885678103,187.611187010624,1105.6288890777,1560.09502472412,1475.67735516718,835.827043743775,1943.9361650873,433.967999066189,846.295935933112,1112.37505188606,2794.60002457998,1394.16160542131,2024.09306598285,494.631685205763,1736.12956155341,13723.5272699444,4278.4588797402,103821.518212255,39351.7975870697,3052.90332600831,17566.9936494651 -3199,576.990682008448,1977.78941009756,643.110579827098,1780.07083289323,915.203832727775,7053.53942825169,184.116209772355,638.081878187485,4675.85733345646,17060.4064196611,1294.4848594506,5012.80329557007,425.307225290148,3916.64062707986,1670.47112593736,9518.52663117121,1867.03571750196,11672.7225511594,176.311879775984,1152.2957535727,1514.48878860765,1537.96338608789,780.010137338667,2025.98666729399,410.852331641376,882.016762473564,1051.31150624022,2912.55571654238,1292.00634710394,2109.52686548702,464.553473029198,1809.40887235575,12552.712645057,3949.32488715943,97273.1796355008,37247.3223031689,2790.17498469951,16683.3087682401 -3200,541.760750965736,2002.1458543269,602.169307698135,1801.99237607891,852.874617959349,7140.40365091693,172.272493572644,645.939846078546,4356.0765817873,17270.5050456164,1206.11905625779,5074.53588614713,396.381504928224,3964.87399232735,1563.2010521393,9635.74713091399,1749.62255325609,11816.4719384149,164.841443477671,1166.48625692675,1427.38570447677,1556.90338002697,728.530530778563,2050.93665995721,385.283809311964,892.87878447391,985.582818560756,2948.42379254311,1204.3476208134,2135.5056543243,434.672717964834,1831.69171301745,11656.8914353718,3676.99956374669,90917.9268089346,34912.1106923568,2590.50144530481,15653.7777428484 -3201,515.805548871375,2044.06091887808,571.772001118783,1839.71721345819,801.896551375852,7289.88850453177,163.763636190035,659.46264227546,4093.13687131287,17632.0642857956,1133.6307295927,5180.77165252521,372.4179694467,4047.87890876064,1479.43975693214,9837.47217612896,1659.84877388456,12063.8506111501,156.044245803477,1190.90672891758,1372.91668454357,1589.49726200252,687.091063835008,2093.87316346254,365.964516631168,911.571264747871,935.778675808085,3010.14925241487,1131.83632324778,2180.21261568626,411.255464293157,1870.03830810844,10881.3356521615,3448.8462919921,85934.5474850455,33167.0208910708,2417.100740041,14895.0884883602 -3202,495.144175192776,2083.83539515167,549.627376298587,1875.51545605508,766.332428894484,7431.73921684802,157.729295823218,672.294833809607,3910.44371435679,17975.1588169384,1083.17488350304,5281.58199397305,355.605432961006,4126.6447919728,1416.79921312805,10028.8951909951,1589.28540577575,12298.595738103,149.755170267924,1214.08005560072,1325.99205110197,1620.42658536592,656.593781607765,2134.61691414575,350.549371911991,929.309126328487,897.309451709715,3068.72241376951,1080.31961164403,2222.63640753763,393.418713247816,1906.42655545941,10363.0488043127,3290.64601332006,82281.4191742101,31818.8406125487,2301.50026986513,14293.0010558065 -3203,482.73427143875,2061.30134637521,535.060174966231,1855.23412439804,741.720170369749,7351.37434043022,153.656410126692,665.024814012229,3783.44705142526,17780.7801695232,1048.16987409934,5224.4683531615,344.030221619211,4082.02033879296,1376.54090620506,9920.4453518505,1544.32634761418,12165.6019532344,145.528432948868,1200.95131268029,1300.28444607559,1602.90371777366,636.118099203999,2111.53372735742,340.843455995636,919.259821460252,873.435571012139,3035.53805539159,1044.73804046783,2198.60140106047,381.767400157775,1885.81095929024,9987.07417273061,3179.75271132061,79866.9104868714,30971.1773949792,2217.42720064631,13921.3963186701 -3204,475.20235271754,2035.78782687038,527.482751478392,1832.2711781495,731.19887316558,7260.38355300767,151.477894189356,656.793546132192,3729.76874375701,17560.7006151854,1033.30002695327,5159.80309911453,338.972220653457,4031.49560318551,1355.61574368096,9797.65618449946,1522.50351361792,12015.0236191797,143.46609473237,1186.0866764182,1281.96158679296,1583.06396200981,627.109783238712,2085.39846235467,336.02915058057,907.881789118657,859.968755239185,2997.96603346473,1029.92378706146,2171.38846597559,376.367344060436,1862.46955179692,9845.08101773636,3134.25603961696,78718.498737297,30521.825612222,2185.89979968925,13719.4855889448 -3205,473.011000240285,2001.88551091682,523.576777715059,1801.75805906394,721.937993694635,7139.4751685929,150.455721131787,645.855853105769,3681.27135597155,17268.2593240233,1020.01879872877,5073.87603313275,334.715024493075,3964.35843107915,1344.55956900863,9634.49417361252,1512.16944442623,11814.9354166909,142.173760830778,1166.33457616419,1280.84410155795,1556.70093247088,620.653216711972,2050.66997217182,333.992154480692,892.762681490183,854.602306759279,2948.04040254039,1017.12403950541,2135.22796984736,373.208806045384,1831.45353413265,9681.81211745529,3091.32403957954,77974.6295420144,30324.1562746683,2149.11783190602,13645.2129594593 -3206,480.510220094328,1965.90045890619,531.477673415977,1769.37041396015,725.351245190181,7011.13896561359,152.914431613829,634.246219918139,3696.54320763586,16957.8523569319,1024.51236534979,4982.6701714828,336.053801832884,3893.09679121355,1358.79977993141,9461.3085583299,1531.22116113277,11602.5551066516,143.898388589387,1145.36903634876,1312.52032126847,1528.71833121099,625.2315338669,2013.80799120298,338.559310571394,876.714754997197,866.088256935847,2895.04766812261,1021.38031939809,2096.84600987488,377.021087843595,1798.53209565807,9662.18065128506,3098.84662951266,78715.9256257846,30749.3682683722,2143.86326507985,13854.5960921998 -3207,499.970801452284,1917.07186600646,552.301431084954,1725.42319006045,744.945726720275,6836.99787481499,159.363136347549,618.492955132898,3793.47706797272,16536.6570388073,1051.73734253168,4858.91173180456,344.614778268752,3796.40092979481,1404.82573917165,9226.31070693794,1585.04220376079,11314.373455677,149.009216265796,1116.9206181481,1383.09786568542,1490.74836955047,643.34086476283,1963.78948180429,350.887925630486,854.939111338838,898.539368483929,2823.14112607382,1047.0702676977,2044.76502086765,389.2115172252,1753.86056047523,9833.40102012271,3171.25809461677,81297.1236981775,31929.059773213,2180.64523286308,14404.0934668019 -3208,512.777888683114,1904.14154678657,564.197248723457,1713.78550811826,742.941916992887,6790.88350289462,163.258384254063,614.321326782947,3777.5415698722,16425.1201381135,1048.02423708911,4826.13920988319,343.035136787987,3770.79486004887,1422.24998634488,9164.08083189879,1612.81156798217,11238.0599573939,151.166137881422,1109.38718114345,1448.22698900404,1480.69352881308,646.040932545945,1950.54406032028,357.985241712011,849.172694430215,916.144820357159,2804.09952590731,1042.78307992701,2030.97343333339,393.67754280657,1742.0310733724,9631.11609810219,3143.65858703878,82075.2715452024,32598.4408262465,2133.35413142749,14754.5665933429 -3209,528.304307336672,1892.10795943207,578.853398230066,1702.95491222395,753.306801576206,6747.96721340753,167.745634317494,610.439005449196,3826.85168160973,16321.3184442091,1062.12233574461,4795.63949841736,347.434733148827,3746.96459941469,1454.636154846,9106.16666716644,1654.2634664914,11167.0388841861,154.532835155901,1102.37619628428,1509.16418153609,1471.33600234438,657.675157122064,1938.21722339039,367.736859825432,843.806184879114,940.77175427149,2786.37848166422,1056.46099237319,2018.13830756981,402.431370735738,1731.02197421638,9661.3870964603,3176.20799446926,83805.1419443503,33497.6376967932,2138.60869825367,15190.3253451928 -3210,537.130494034912,1865.78448919854,587.048116752645,1679.26298559921,755.365787766018,6654.08783765971,170.346417888608,601.946428210553,3834.32169583284,16094.2522569462,1064.56423434974,4728.92138491965,348.043905783492,3694.83590844487,1469.67237483139,8979.47944194243,1675.49459507664,11011.6802989642,156.206432471481,1087.03966813091,1549.20362714864,1450.86641483054,661.783911934039,1911.25226976198,372.936555913839,832.066946174574,953.787579872224,2747.61370048152,1058.58140535003,1990.06147220656,406.407088479739,1706.93957173785,9596.05066163472,3174.93358211992,84552.5889051871,33982.3849756162,2122.84499777514,15434.7605898557 -3211,523.856204647827,1808.85636656451,569.573672141352,1628.02593773413,720.568951217069,6451.06078355302,165.393432223584,583.580062597229,3653.04399403094,15603.19041594,1014.80731824552,4584.63429384031,331.481893576173,3582.10044894979,1419.1539022987,8705.50090378861,1626.16235555308,10675.696003835,150.795434715087,1053.87231793925,1533.63593192185,1406.5981182147,635.395384518771,1852.93685111236,362.721107283069,806.679228876153,926.077126118907,2663.77953281773,1009.18510672311,1929.34145647328,392.546055178398,1654.85806616669,9011.44704468795,3013.76671086808,81475.9405541545,33037.5980413838,1991.48082712074,15047.4097207021 -3212,468.077035489044,1782.15684567394,505.489044707798,1603.99555404065,624.460446025474,6355.84027000614,146.939180033892,574.966162477437,3160.39010920322,15372.8804166662,878.618326518834,4516.96306169239,286.831889789989,3529.22706025144,1251.36142434792,8577.00385585271,1443.56936322166,10518.1180038653,132.927849416966,1038.31669589599,1394.13915757993,1385.83610718049,555.914625790757,1825.58668275203,322.89474701229,794.772286278894,822.606394172584,2624.46096745291,874.38730978702,1900.86352230763,346.235876838826,1630.4316283769,7643.39357016973,2595.35750716337,71600.3370948684,29379.1760315059,1686.71595120253,13431.6943769657 -3213,400.995279240491,1694.04553440461,438.02545482514,1524.69268466652,548.016375998229,6041.6022601654,127.936393655101,546.539358947571,2776.63012533434,14612.8324698275,771.542917603936,4293.64066485233,251.558623092751,3354.73914982942,1082.42875114057,8152.94967771697,1238.74924124829,9998.09353370951,115.647114213689,986.981458029411,1185.95989212425,1317.31922164123,482.593796900346,1735.32816434858,276.465369308711,755.47808584163,707.748996801483,2494.70544241101,764.992647649006,1806.88325457692,298.635221516141,1549.82173758081,6803.4220061486,2283.76427098442,62156.4042425653,25277.1183080699,1502.80611228636,11511.9538423298 -3214,324.610716121534,1541.54296483408,365.00888072234,1387.43571754565,500.59146817879,5497.72085303299,105.721156238434,497.338404830225,2552.8823477682,13297.3456927052,707.325368819668,3907.11549719641,231.462007147918,3052.73644081271,925.860729647536,7418.99905467892,1032.94747582281,9098.03806074189,99.0492774131215,898.13071263262,884.647020840167,1198.73057560726,426.393622356921,1579.10922056188,227.877122979745,687.467901342329,587.397888418863,2270.12529827517,701.207994568311,1644.22272766623,255.602655274066,1410.30258502131,6722.16557745332,2138.9258592421,53840.9496535304,20866.5510454969,1492.29697863401,9359.23862194261 -3215,242.476941174387,1432.25716844743,278.229913624867,1289.07516530273,440.298635779702,5107.9666811148,77.2079941331981,462.080209057921,2553.96211876262,12354.646691116,769.912582180811,3630.12533965532,253.387643712736,2836.31643780055,991.069992263395,6893.03822285114,1048.17572179649,8453.04381944855,102.727040779164,834.458838135154,641.371577612227,1113.74804278348,384.799877562491,1467.1602105846,187.588122721181,638.730708281645,582.010180231078,2109.18755162845,682.181031879081,1527.65757552376,262.174458977201,1310.32091427573,7087.35501665278,2189.13533184841,51552.3109419245,19376.4583747186,1678.22174186301,8697.87229656527 -3216,260.240523058897,1371.27928094624,297.129089071866,1234.19320545497,462.834736131463,4890.49664535408,82.7946365878682,442.407293030556,2681.28149701892,11828.6515886691,808.431655912725,3475.57392287543,265.916307180528,2715.5611792673,1051.40727364718,6599.5693413164,1114.54421768448,8093.1582022422,109.021744450806,798.932021947994,701.3249462606,1066.33057868998,405.862868930141,1404.69633730951,200.042087936755,611.536954163193,620.87279467202,2019.38957115717,715.853544776934,1462.61804642746,277.648532826146,1254.53442351041,7372.35280823397,2291.89206537683,54592.2692629856,20687.2759644838,1744.68596926353,9304.84025885646 -3217,263.625251245206,1344.08800495758,301.71792003598,1209.72022716443,492.606923062598,4793.52234854,83.1595923324977,433.634741026495,2863.19770171822,11594.0997111702,862.898705919594,3406.65631355321,284.702722459256,2661.71396191664,1096.24305648314,6468.70561876219,1155.24511300356,7932.67791106093,112.706448851701,783.089894522295,671.15778611636,1045.18617035304,429.183769085045,1376.84243014503,205.863840596834,599.410708015548,638.536494965691,1979.34683156289,766.506619379424,1433.61560212671,290.687089058948,1229.65809654993,8062.37087942256,2467.22822751197,57064.849355823,21184.436957481,1910.84653776482,9486.32254897286 -3218,295.639878017893,1358.78286460392,337.705021593619,1222.94604934568,561.61152425053,4845.92973396683,92.4582897432215,438.375652063315,3267.83612020573,11720.8575330933,984.703223703762,3443.90114886632,325.255477204569,2690.81437271177,1241.52475927094,6539.42771494235,1308.45911989283,8019.4055569388,127.013191524647,791.651384579514,736.78352090471,1056.61314836414,488.973574516592,1391.89539259353,232.665680352055,605.964040976123,719.820221328539,2000.98695019646,876.439350808634,1449.28926336195,330.218198116391,1243.10189864856,9273.11914444936,2824.28558151572,64691.9792518172,23856.2178279943,2198.85818983371,10672.1522100319 -3219,372.827465120214,1404.74769402224,422.7585960199,1264.31579870764,673.057457856619,5009.85756923572,116.886072391215,453.20499867427,3903.91282252527,12117.3500347132,1176.87312484203,3560.40124094495,387.895504582047,2781.83908818324,1520.37609657,6760.64310353824,1615.45690718854,8290.68555175131,156.296723174042,818.431322565843,981.797362934207,1092.35619781736,591.225027355247,1438.98035072432,289.432000081659,626.462558070115,893.818182849378,2068.67622287571,1046.10070966876,1498.31573808694,403.44058137335,1285.15347893371,10830.0955537361,3350.58758971449,78974.9787273125,29741.3680198695,2564.41144053655,13375.1599966603 -3220,503.268542019209,1499.02043232604,562.97280155102,1349.16414046476,831.633205754089,5346.06954066207,157.355802718896,483.619625030165,4795.49526296065,12930.5464354755,1446.79028597963,3799.34007378478,475.091867683808,2968.52854813363,1953.67731789706,7214.35044242719,2104.74391914454,8847.07417065081,202.278765911058,873.356318862478,1437.97294428106,1165.66431600084,742.616373059531,1535.5504455573,381.925145237743,668.504514106338,1176.18805930871,2207.5052617304,1283.12313347184,1598.86783585809,516.192495698994,1371.40023919912,12737.2752570049,4062.81754674454,100887.429271441,39380.657289934,3007.50628987332,17866.218170561 -3221,521.631064855199,1716.05889916681,583.102950169902,1544.50538481901,873.10578147348,6120.11018194207,162.516316545545,553.641393704648,5039.41232823908,14802.7196982604,1520.18536147955,4349.43460674683,499.63833352365,3398.33248606945,2039.62199306548,8258.8936157626,2196.21024208426,10128.0142916905,210.513422549945,999.806841059488,1471.63666659623,1334.43719630325,778.749613664366,1757.87797844041,397.848682789649,765.295185993738,1223.61464219559,2527.12302491557,1350.01918866335,1830.36289509301,539.941922022008,1569.96097854741,13481.5126767235,4280.1361308607,105409.745541616,40935.0991193221,3184.74422960803,18555.810148279 -3222,513.730217673604,1895.1163562707,573.660647361189,1705.66256119753,873.043333789071,6758.6962857793,159.193459408672,611.409585782634,5044.90900284809,16347.2688676852,1521.60536311956,4803.26442628382,500.774611143148,3752.92216457324,2026.42396168412,9120.64520834952,2179.509962584,11184.794152488,208.32343584113,1104.12894249907,1424.82707340292,1473.67538396156,777.594179795778,1941.29893262286,393.991560856266,845.147812266889,1210.52615294887,2790.808742725,1353.49867946622,2021.3470890107,537.462009425436,1733.77424900538,13614.4438193238,4298.15841053592,104790.915491751,40438.4160376818,3217.97634330828,18311.1845762262 -3223,488.61285608356,1969.25597748569,542.854794456782,1772.39048309497,809.878519047865,7023.10600441047,151.038870310291,635.328789976693,4672.18712708499,16986.7970516616,1409.50152502192,4991.17489625671,463.512843866831,3899.74176581311,1901.37090171203,9477.45769574426,2056.70035170546,11622.3590540253,195.639717817182,1147.32402194553,1383.31518097872,1531.32764072102,725.846539486646,2017.24528127502,373.175544955659,878.211185111949,1143.34762939873,2899.9891117216,1254.35718754601,2100.42503429222,504.471586980229,1801.60193972645,12453.0156820579,3967.72773918928,98167.8497184069,38270.6993938136,2941.0420624728,17379.0053578243 -3224,458.882225546226,1992.25285805589,508.399731525442,1793.08837749239,754.793652215982,7105.12151273536,141.35059661571,642.748130312814,4352.57664553652,17185.1680849521,1313.15597433343,5049.46160672325,431.942334572441,3945.28277047089,1778.83289369271,9588.13501003453,1926.95952291928,11758.0844275497,182.880331653536,1160.72241901004,1303.78795830126,1549.21041435234,677.989259366108,2040.80257872373,349.996034536663,888.466894867479,1071.67199166661,2933.85505094921,1169.26194063557,2124.9537010641,471.942577863247,1822.64096416848,11564.3295169075,3694.20295051627,91752.195094678,35870.8789991717,2730.57200903784,16304.0339036427 -3225,437.071070118915,2037.63914843352,482.936587373655,1833.93742406023,709.815123039074,7266.98606062213,134.431307457745,657.390826476655,4089.69287711041,17576.670110279,1233.98782440959,5164.49536351107,405.7503749981,4035.16179798408,1682.77389711644,9806.56605807429,1827.41736303766,12025.9499406825,173.059387740123,1187.16528972496,1254.09561079448,1584.50358180221,639.504497564696,2087.29489924762,332.520171420474,908.707406165185,1017.19280737338,3000.69234859937,1098.87837506756,2173.36310116888,446.382372451407,1864.16325975431,10794.9689301973,3465.08546867566,86716.9726420112,34075.5451518976,2547.79538368642,15508.9819445684 -3226,419.629596948438,2072.49605408483,464.336049076145,1865.30970300864,678.396845237651,7391.29887021809,129.514160538295,668.636492831342,3907.08308712852,17877.3456897451,1178.95348437432,5252.84188343385,387.402738274446,4104.18935577724,1611.23909188008,9974.32223222927,1749.5180052043,12231.6720395988,166.052965901535,1207.47355114027,1211.25876932224,1611.60891686485,611.14489034483,2123.00124176929,318.537218088594,924.252223482665,975.252645615662,3052.02373873493,1048.86667807688,2210.54177071973,426.979131539327,1896.05259742916,10280.8133477873,3306.17598360503,83026.0969558109,32688.3199868171,2425.94430011881,14879.9556155437 -3227,409.205177150898,2036.04817028047,452.138019384034,1832.50549516448,656.683790321034,7261.3120353317,126.203613671035,656.877539104969,3780.11050151352,17562.9463367784,1140.71805565661,5160.4629521289,374.749649494199,4032.0111644337,1565.05440821637,9798.90914180093,1699.71263741246,12016.5601409036,161.333034843181,1186.23835718076,1187.80740148211,1583.26640956589,592.12423497691,2085.66515014006,309.752257105199,907.997892102384,949.130480359839,2998.34942346745,1014.32830226512,2171.66615045252,414.270381682224,1862.70773068172,9907.84216632073,3194.82024583408,80586.0201037085,31815.9247070426,2337.32533025146,14490.5738720137 -3228,402.809702967732,2021.15082225048,445.735510778634,1819.09742725783,647.369274258996,7208.18250032182,124.414441130361,652.071300502185,3726.47891833694,17434.4418505732,1124.53430072616,5122.70490017518,369.245029480955,4002.50976340884,1541.31045968348,9727.21252777653,1675.69085369292,11928.6374280939,159.046544062946,1177.55889374203,1171.06973052301,1571.68197307181,583.739318190467,2070.40476481658,305.377456964157,901.354257238242,934.516920764137,2976.4111139869,999.945329302206,2155.77651339949,408.409927322841,1849.07867919504,9766.97489984883,3149.08833274959,79426.5839987165,31353.9330448516,2304.0932165512,14280.2620784614 -3229,401.046125660283,1987.85596864196,442.531828171005,1789.13104282307,639.237286612667,7089.44055464928,123.605080585629,641.329589268403,3677.94808629648,17147.240528054,1109.95934801701,5038.31747700353,364.56397882533,3936.57555643512,1528.33243925948,9566.97405691831,1663.95426464138,11732.1344098405,157.584176963827,1158.16071199778,1170.07706644851,1545.7913167999,577.773055534963,2036.2985403844,303.566292296045,886.506054069146,928.508439542579,2927.38005147143,987.526587042823,2120.26394173184,404.90887735261,1818.61840712792,9605.02089162311,3106.01890793501,78673.9932402424,31150.3861138002,2265.32241723423,14200.678792867 -3230,407.542760105318,1952.50730789256,449.387149110495,1757.31616927759,642.373349142217,6963.37396178614,125.680327512473,629.925271029446,3693.07694338417,16842.3230703628,1114.64393217383,4948.72457990644,365.957331973438,3866.57416998967,1543.91688648763,9396.85120814503,1684.38387195334,11523.5100197127,159.441333911646,1137.56594520004,1199.0610866982,1518.30358443454,582.099779796908,2000.08845905858,307.77631218386,870.74193320128,940.726828635301,2875.32448710641,991.671514178365,2082.5607620459,408.936355132952,1786.27918028238,9585.57892135804,3113.66224793077,79416.4820791808,31585.1041609592,2259.78373161752,14414.6812885404 -3231,424.224237967299,1905.73252493962,467.216811484998,1715.21743701401,659.882300534994,6796.55752818505,131.054000269301,614.834614154632,3789.7426839922,16438.843911614,1143.98263817341,4830.17162126536,375.196652952973,3773.94549359925,1595.44305986562,9171.73774817215,1742.95083370765,11247.4497571728,165.03583407758,1110.31411368765,1263.60101492511,1481.9307010494,599.037445705698,1952.17380942783,319.05418723756,849.882208493016,975.641795605471,2806.44245103923,1016.6292609218,2032.67038404975,422.028827102531,1743.48660244499,9755.48328349358,3186.52519546968,82012.0076457875,32793.1236420783,2298.55453093449,14981.1357824933 -3232,435.453929549919,1893.46752309121,477.72377075635,1704.17856101221,658.413144770534,6752.81592774788,134.395133578257,610.877633004136,3773.47518731743,16333.0460368739,1139.39201016499,4799.08537852789,373.302308593564,3749.6569600044,1613.63393389791,9112.70985261894,1772.07345928002,11175.0628979171,167.287780874099,1103.16830257382,1323.22419402301,1472.39322265213,601.724631574083,1939.6099186049,325.663062345078,844.41249712393,994.070092569356,2788.38061843733,1012.5003729335,2019.5884296352,426.582732692984,1732.26579043605,9554.88915862754,3159.02264482773,82782.9852442198,33475.3497312075,2248.7063603841,15335.416713979 -3233,448.847829177595,1884.18199197116,490.369756172692,1695.8212996019,667.779700569579,6719.70023831546,138.162206282896,607.881899936298,3822.52620831983,16252.9490690563,1154.39243039544,4775.55074902585,377.986649210669,3731.26870883715,1649.44702394177,9068.02128527223,1816.79915311974,11120.2605878476,170.940134682034,1097.75838480165,1378.96985930987,1465.17263242645,612.662468360188,1930.09810599638,334.624117776343,840.271513228203,1020.39368447478,2774.70644938437,1025.80101725404,2009.68440382838,435.899842042168,1723.77078975126,9584.96954043247,3191.86805452704,84520.0097096201,34395.8458893543,2254.24504600081,15782.4430336079 -3234,456.527727907026,1866.99941669455,497.528570871528,1680.35645742623,669.764458525627,6658.42072515107,140.371352316784,602.338392701089,3829.80597696691,16104.7322184358,1156.75821151094,4732.00067765161,378.558077981897,3697.24184426672,1665.68307787095,8985.32653550389,1839.4020149968,11018.8506839952,172.72381688091,1087.74750678522,1415.61366927161,1451.81116354649,616.579308023743,1912.49680413762,339.433851469083,832.608756344655,1034.1645505353,2749.40284143132,1027.87749060862,1991.3573241205,440.058926775038,1708.05106549918,9520.195760883,3190.70844310363,85266.7985066558,34890.9906222933,2237.62898915068,16031.2903765804 -3235,445.522995086434,1808.56709704416,483.039768154754,1627.76558633706,639.158818211946,6450.02913986197,136.385344011835,583.486737373672,3648.45909206115,15600.6951777935,1102.24418342987,4583.9011261949,360.402014169146,3581.52760497066,1607.17198048428,8704.10873351054,1784.1055190405,10673.9887629952,166.640216185612,1053.70378430355,1401.47722974206,1406.37317721303,592.136540467432,1852.64053230891,330.260631829943,806.55022597801,1003.58638102571,2663.35354530318,979.94226697252,1929.03291916318,424.814770595827,1654.59342381703,8940.28327190016,3028.92524838722,82154.0850018552,33917.3976101433,2099.16184873294,15621.064385113 -3236,398.410785473771,1782.35933405759,429.071257342938,1604.17779976606,554.197684974911,6356.56241958919,121.280879313793,575.031490043402,3156.09353016171,15374.6270809484,953.798252134529,4517.476278333,311.685648388308,3529.62805048117,1415.65990660708,8577.97837369695,1582.43649049981,10519.3130707972,146.775710721203,1038.43466927751,1274.10117855332,1385.99356566347,518.237607856424,1825.79410562702,294.144838689027,794.862588182462,890.826978380467,2624.75915829989,849.084473284365,1901.07949812542,374.418987005429,1630.61687776496,7583.12001402298,2608.64308880578,72185.4081778647,30158.0736147931,1777.91808296378,13934.8127478394 -3237,341.109722134296,1695.40509806375,371.612568298649,1525.91633345478,486.188269149458,6046.45097450575,105.549437327164,546.977986502511,2773.04588663734,14624.5600624923,837.862541491688,4297.08654496285,273.466016557476,3357.43151041912,1225.48830738658,8159.49286316947,1358.82918920192,10006.1175474406,127.756164869631,987.773564318958,1083.79167106963,1318.37644194898,449.767874426026,1736.72085956309,251.749730947046,756.084398086446,766.838493589688,2496.70757918412,742.831659239257,1808.33337664231,323.135250982658,1551.06555380049,6749.72178397063,2295.29402701011,62666.3288424314,25946.6477308917,1584.06408637895,11948.0681923539 -3238,275.162433923294,1546.46053545637,308.536816401539,1391.86168119412,443.231334539712,5515.25875575328,86.8783701203728,498.924930009685,2550.59533083298,13339.7646443819,769.722005030499,3919.57931872146,252.131875723004,3062.47476623171,1052.67322579462,7442.66589539004,1137.03109605814,9127.06108877847,109.77678016449,900.995777900452,808.136574768839,1202.55456390802,396.886061224965,1584.14662872342,207.073873342636,689.660945605464,638.311784688722,2277.36706949424,680.794053578037,1649.46784996676,277.394839677438,1414.80149469743,6668.84732669581,2149.03940824274,54317.9097676467,21431.2294361565,1572.98671514553,9740.88885738638 -3239,201.270904644998,1432.40180180465,220.962161604193,1289.20533973856,352.818465416102,5108.48249795687,63.6612892362883,462.126871217073,1975.65202054246,12355.8942980874,607.36291453929,3630.49191992217,202.978742687218,2836.60285701183,865.51346648439,6893.73430123816,935.391337243335,8453.89743158837,85.4176852470742,834.543104135618,532.897502889535,1113.86051219336,310.474019875176,1467.30836854918,155.892303089518,638.795209105054,475.382499758823,2109.40054331969,548.214319711825,1527.81184268241,213.549484708249,1310.45323416705,5544.07429084833,1737.86765546334,42281.8143644415,16282.9006884791,1361.66474981932,7431.76909386417 -3240,199.675462191694,1369.13869266866,218.30310807601,1232.26661067259,354.47602824358,4882.86250405548,62.4752640136813,441.716688367789,2066.60146979237,11810.1868796328,635.425713593359,3470.1484979452,212.204160137065,2711.32214604616,915.979133723641,6589.26731096752,992.503347946907,8080.52465645979,90.46026819615,797.684876640304,519.899614636384,1064.66602007783,326.517523793656,1402.50358448739,165.996311392852,610.582335469848,506.420842853438,2016.23727264005,552.693753140391,1460.33487691687,225.647701944848,1252.57607577039,5709.71259049341,1801.00051221105,44130.0766410119,17158.6733127716,1403.84773023577,7854.03499343169 -3241,202.212700725163,1335.32315504588,221.252841631304,1201.83159473328,372.52618108252,4762.26360374179,62.7099172498466,430.806992093706,2167.81897665012,11518.4941381313,666.324617902245,3384.4413758565,223.234927716261,2644.35682213263,941.197075704808,6426.52293901038,1015.33255008217,7880.94861131879,92.112014211976,777.983335005704,502.273382745257,1038.37047087568,339.736143760452,1367.86398735872,168.666764237925,595.501927584623,513.762205065331,1966.43943425122,584.209031314997,1424.26693928815,232.680767131386,1221.63944850069,6128.42640981255,1905.09907670272,45491.1492876883,17372.614640345,1508.97796529091,7928.21352897572 -3242,231.576517676245,1351.05938552666,251.600554988183,1215.99468244904,432.976103152421,4818.38490845781,70.6289541400049,435.883874116382,2451.73793483133,11654.2348222227,753.515282003392,3424.32561611542,252.738770747954,2675.51947236396,1058.00291372737,6502.25685089239,1142.43462218458,7973.82232753214,102.996447377049,787.151546478402,557.928206467884,1050.60723692918,383.944795194314,1383.98369807451,189.443218773824,602.519671228779,575.232384209207,1989.61310876358,682.301778086731,1441.05133543832,262.350595264994,1236.03596357149,7026.02446720215,2172.92572145573,51488.2515908519,19512.5022972434,1726.2900702684,8895.77824085649 -3243,314.384831329879,1402.4913984977,340.345234871024,1262.28506387151,549.462265221135,5001.81077246208,96.9126123132046,452.477064103131,2935.15912502092,12097.887235259,902.429191348786,3554.68255037889,301.931743357719,2777.37091848176,1299.50547779928,6749.78420777894,1414.70661295748,8277.36911294499,127.225348289504,817.116764130827,820.474133990117,1090.60166324092,465.560450260712,1436.66907095568,236.580728158297,625.456338467778,717.347604541326,2065.35353017919,859.699184813997,1495.90915425087,321.683269032955,1283.08927476722,8283.88316885688,2607.11420972426,63963.6793970855,24708.5795118924,2023.7878866732,11299.6270918883 -3244,452.960310160752,1495.08637751175,487.684040468206,1345.62337106122,747.098755132856,5332.03922448999,140.316930150272,482.350405429748,3788.54092917076,12896.6112886564,1165.40289929033,3789.36902083176,388.607321901964,2960.73789113237,1735.3290858054,7195.41697796071,1907.20921472277,8823.85575815767,171.094417957064,871.064267629076,1253.3382776554,1162.60512666939,610.989588879946,1531.52052075264,322.288827540921,666.750079446625,976.484775628915,2201.71184723438,1160.8225773102,1594.67173981335,428.296920891423,1367.80111299844,10442.0064881383,3362.70585640854,86023.6978353058,34022.1903747901,2532.9818659191,15622.0492339541 -3245,504.535177170454,1704.63277696327,535.980365140321,1534.22152610092,801.204360094674,6079.36034120412,154.148603741531,549.95505506879,4010.90437031606,14704.1579972027,1233.63484177719,4320.47454520284,411.822369461863,3375.70519612449,1821.49664996539,8203.90300456299,1999.6071032257,10060.5784192783,178.945468992488,993.149776344853,1429.20408515288,1325.55204528349,644.760511288363,1746.17341013549,337.064079697067,760.19958215334,1019.98644032271,2510.29655321341,1245.48467175197,1818.1756967828,450.392860049964,1559.50762755556,11117.4080104365,3572.86621418385,91083.2641140486,35879.1328117909,2702.56184407678,16460.8660295198 -3246,465.558960712372,1879.40905470609,488.410026908195,1691.52551038926,743.375669767186,6702.67815243723,139.004833603615,606.34203691599,4017.86974010029,16211.777724351,1235.60960584119,4763.45350776764,413.087084627387,3721.81680262942,1810.51113797751,9045.05052294814,1985.22659753738,11092.0911719508,177.107970734379,1094.97758553428,1294.68164932847,1461.46111353556,644.129580076468,1925.20885579942,333.834554070492,838.142969788476,1009.06603430648,2767.67766985653,1163.42932042173,2004.59354868651,448.447051052158,1719.40419996646,11048.6299342738,3537.3852377057,88953.2404593513,35001.6642360142,2705.76382686402,16080.297236933 -3247,435.696450266169,1968.30139059386,457.810676312269,1771.53132575752,688.245383135993,7019.70158923621,130.729260058573,635.020817553682,3733.14822909546,16978.5627875613,1148.25278005592,4988.75544942741,383.561001042891,3897.85138568288,1703.04873839206,9472.86354598024,1877.54587080891,11616.7251741579,166.772778672874,1146.76786241901,1226.46907864413,1530.58533737923,603.084348210206,2016.26743181048,316.954945711571,877.785476674269,955.543724419852,2898.58335664244,1074.76552507532,2099.40686386241,422.151277905204,1800.7286222829,10141.0210781178,3274.23265512969,83390.3006846512,33121.7923321709,2481.20308115979,15250.7804632243 -3248,402.309250493048,1987.21957738074,420.402202991934,1788.55827126477,626.198910993054,7087.1709445331,120.137749744629,641.124274319729,3481.92589095189,17141.7510186538,1071.02753458536,5036.70451245067,357.865184191891,3935.31530301497,1594.75785621199,9563.91129040897,1760.52547807774,11728.378489929,156.04097000675,1157.78993898011,1142.02863021014,1545.29644790538,563.940673487755,2035.64664074138,297.513132276476,886.222248444025,896.446241486026,2926.44288141866,978.269536244291,2119.58516144529,395.337941749293,1818.03619549888,9368.95068100382,3036.66810200476,77600.8837027055,30971.2759050596,2297.51983326767,14281.3510170926 -3249,375.413118697877,2017.12998349359,391.671323922621,1815.47854965723,573.320482370501,7193.84268003481,112.263347744434,650.774082338923,3270.8180132963,17399.758105686,1006.1912479461,5112.51388910565,336.057995864119,3994.54724710161,1508.42310636923,9707.86139737221,1669.38035168687,11904.9068251326,147.659755930127,1175.21628061967,1082.88478121172,1568.55529903974,531.875662155961,2066.28594120917,282.687268166278,899.561120332628,851.011761249249,2970.48989869123,894.368754658509,2151.48785286964,373.944495195391,1845.40015746574,8681.20420381425,2832.13091565192,72928.4219017019,29323.6157982327,2133.29537699345,13546.123407305 -3250,359.200353048193,2041.4285726965,376.849370329236,1837.34802155334,554.650310365773,7280.50056995907,108.069447295601,658.613384823171,3111.34767722626,17609.3576743304,957.194963213736,5174.09984330895,319.444452396362,4042.66604133064,1439.7795651233,9824.80345765777,1593.83870185891,12048.314757596,141.269670286842,1189.37307659267,1030.05191074983,1587.45030390571,506.438649063472,2091.17666896198,270.170549361994,910.397341252815,813.965030936788,3006.27277553622,864.477494486096,2177.40493304778,356.581074673635,1867.6300686307,8268.40754733999,2699.99101684297,69768.5922041079,28070.6347279384,2026.66265347445,12963.8595236078 -3251,343.67104236203,2014.61334455897,358.887268999453,1813.21349780612,517.435289072323,7184.86740093714,103.148629565574,649.962154795007,3001.28226534967,17378.0495846387,923.398888109634,5106.13534552522,308.064854959889,3989.56351615194,1395.54782072161,9695.74954431144,1545.58539965198,11890.0538646024,136.984175774828,1173.75004142209,1003.58388789641,1566.59831690722,489.463054828993,2063.70797365513,262.321562480125,898.438797746564,790.951203792143,2966.78381599199,804.826958254424,2148.80358455664,345.255132380393,1843.09777441445,7861.48589157438,2582.13643485069,67128.3083689043,27189.2230522188,1933.22172880458,12575.0145233304 -3252,328.445727505795,1968.53280508777,341.844940794401,1771.73960586501,485.960724920607,7020.52690018629,98.5553802921483,635.095477370427,2958.93518746957,16980.5589683971,910.370136999699,4989.34198069906,303.554989130303,3898.30965864356,1374.41272515969,9473.97727680109,1523.81884922264,11618.0909602057,135.050281528595,1146.90268867366,973.406769121473,1530.7652893078,482.564657498877,2016.50448570353,258.628334762821,877.888678492253,778.774469474586,2898.92414500126,754.543205369368,2099.65369251337,340.391188206329,1800.94033513582,7655.82008258549,2521.04420122719,65542.6671229936,26653.4406297355,1891.69318036011,12341.6659434349 -3253,317.078906396787,1919.03889481656,330.062869091407,1727.19357602492,469.963232627545,6844.01303790449,95.1366774549805,619.127565385732,2916.05307437373,16553.6246243187,897.230611433682,4863.89726183692,299.25080909139,3800.29626107373,1361.47310571318,9235.77744592319,1511.84313106461,11325.9826702036,133.684706448299,1118.06664458219,938.491271385701,1492.27796530716,477.086392147925,1965.80444564377,256.934727409791,855.816329294358,773.282609616531,2826.03783538786,729.822875447065,2046.86307038642,337.171819536526,1755.66012485908,7492.94844758181,2475.12382356394,64539.4886892933,26348.9357134403,1852.77559712432,12215.4476670454 -3254,315.962285045016,1876.45851008799,329.301212366991,1688.86993017985,463.307257333004,6692.15540279952,95.0280955428651,605.390121084112,2907.92515762888,16186.326333982,894.837604003194,4755.97520916324,298.276561993413,3715.97380293276,1368.68780518966,9030.85040771825,1524.00895962876,11074.6773418807,134.650647895135,1093.25854506577,942.09033198436,1459.16671880957,477.95034593882,1922.18640860307,259.600497681,836.827142229534,780.637304821267,2763.33260381943,718.983670317165,2001.44647291195,338.924559798493,1716.70485210717,7392.37328494228,2457.72618850525,64636.5061384026,26559.5634392218,1828.15828948249,12330.9639104147 -3255,322.443416826172,1831.82431821854,336.775098473445,1648.69779522407,470.978349511734,6532.97312050396,97.407979333919,590.990069777317,2975.46845054663,15801.3119084733,915.746235223643,4642.84768256411,304.873886151216,3627.58416532006,1411.61929322535,8816.03899159826,1574.34641102861,10811.2506416833,139.142984064362,1067.25386049585,969.406532364968,1424.45839621851,490.724917252782,1876.46451466873,268.780613733275,816.922037465941,808.633130960598,2697.60287040145,729.104118564034,1953.83926741919,349.146750376005,1675.87062457683,7486.68622673485,2504.55348535373,66466.5318924216,27474.571653018,1850.42505216858,12768.6136366111 -3256,336.482556953079,1812.41437352766,350.70957672289,1631.22825259434,485.318278977317,6463.74997193296,101.702628349028,584.727960221749,3025.23336887707,15633.881774952,931.198526534265,4593.65223525484,309.79512356215,3589.14641377909,1449.14534101809,8722.62455904722,1621.37674236094,10696.6950181406,143.123229578478,1055.94527691754,1017.31991835389,1409.36488620771,501.703444459852,1856.58156405939,277.549980935805,808.265960894473,834.179614197158,2669.0191672637,750.755268762346,1933.13645670841,358.388475634906,1658.11315962313,7553.34515912706,2545.34698891461,68311.5928750117,28403.5195486701,1863.0926291722,13215.1050666006 -3257,364.121760892535,1802.26103384656,380.989322014552,1622.08993699285,529.969906216919,6427.53935142736,110.563381159533,581.452251483239,3055.52233044383,15546.2990926947,940.66546011249,4567.91810281658,312.709504987399,3569.03963067444,1478.31617283189,8673.75948086629,1659.41783726539,10636.7709855514,145.98490914681,1050.02975823826,1099.66969565356,1401.469472977,509.646061641404,1846.18079504051,284.831700531911,803.737968304315,855.197312098943,2654.06703566709,819.275243710952,1922.30681897128,365.561105498881,1648.82423188936,7685.63609439946,2601.26718658267,70649.87237235,29404.7286935871,1880.26429022779,13676.7821884922 -3258,380.215292180691,1784.03709334734,393.526305434689,1605.68783433346,530.342577157817,6362.54593898763,114.43153587202,575.57277507268,3047.12689609111,15389.0994283133,938.217065453961,4521.72864071996,311.672716165353,3532.95053778095,1488.15372249807,8586.05294240413,1675.53206257181,10529.215044484,147.083391353945,1039.41216207589,1174.49810586525,1387.29822041848,511.01343710211,1827.51275066304,288.317797859143,795.610803239838,864.854723317427,2627.22988009938,818.999311334625,1902.86901033409,367.954695166926,1632.15179979915,7556.67326712093,2585.10544617615,71214.12520253,29875.1721450504,1849.31319408414,13917.0628014401 -3259,386.940802611011,1716.40602090768,399.764185615785,1544.81780498025,533.770163536469,6121.34814836718,116.200917639836,553.753383429765,2922.41075637207,14805.713969514,899.967298857132,4350.31440365429,298.719874877347,3399.01989551047,1442.61427591114,8260.56421199387,1631.70811461319,10130.0629707622,142.569965769788,1000.00908044147,1203.50380122232,1334.7071241961,493.571797709632,1758.23355927999,281.596321688006,765.449988720715,842.733990499762,2527.63420745379,823.637988937833,1830.73313806945,357.014890345362,1570.27854782678,7234.02820284738,2494.33100111787,69665.1004990921,29348.530449436,1761.09419983164,13680.9127283346 -3260,361.11161118364,1690.60323468842,370.336245383636,1521.59450986005,479.728868536218,6029.3257272605,107.834251594613,545.428791231424,2540.48450262761,14583.1392012334,782.542377183593,4284.91598907362,259.597303432924,3347.92232148046,1275.01584510302,8136.38288786878,1451.44242854947,9977.77741242789,126.017396302597,984.975912178452,1148.61922475971,1314.64242961251,433.823064027102,1731.80197834808,251.536185904797,753.942954732303,750.448741843016,2489.63620214445,738.672702058248,1803.21166866727,315.887694381232,1546.67250055083,6198.88409033088,2170.90557464674,61949.2488525901,26354.8303877132,1504.07986951991,12310.0479097913 -3261,294.790250419236,1622.5382593712,300.815225529453,1460.33395467394,383.830651516915,5786.58047610693,87.6960606384246,523.4694122058,2228.68424135051,13996.0108973162,686.383264556592,4112.40200409569,227.411185253798,3213.13241601956,1102.48374782335,7808.80590879343,1245.0815745019,9576.06448572643,109.56222849981,945.320030907859,945.735217794513,1261.71392297858,375.901134464758,1662.07831019698,215.018169511903,723.588636491627,645.156978241613,2389.40155029306,590.288554445721,1730.61299193388,272.188961652633,1484.40228633749,5373.13852499122,1871.57127247666,52761.4638738517,22424.4507129506,1317.78565641911,10467.2825698688 -3262,230.461779979896,1488.60675204076,246.636296264932,1339.79151037368,348.157435120124,5308.93044783937,71.8452278163271,480.25992422413,1993.17278950139,12840.718055829,613.298563356004,3772.94609544385,203.900148810908,2947.90620933735,927.800574125369,7164.23242044881,1023.34850851645,8785.61363289797,92.2194428522233,867.289121055411,688.503090825184,1157.56645739598,323.578363296929,1524.88299162732,173.786491816408,663.86041978378,527.005326584576,2192.16974426314,535.475164203405,1587.76051663683,228.43556822473,1361.87313514757,5195.76992103432,1710.2901403285,44808.8376618264,18179.8315449045,1275.73288612913,8392.01344879371 -3263,155.055004169221,1375.56046030731,167.59722394236,1238.04639754515,270.708543756268,4905.7649379582,50.3977535841151,443.788503261342,1591.67706886121,11865.5810309456,462.648518395115,3486.42477984762,154.63947290001,2724.03925126615,720.239810148416,6620.17341551817,811.805825229036,8118.42531036723,66.1778888768666,801.426314198146,437.108110250623,1069.65969809621,249.091703841684,1409.08184582802,122.292666903722,613.446192801209,438.243208982782,2025.69417232348,410.025875356815,1467.18438844145,170.060874816397,1258.45112155749,4250.01489345419,1382.85370484109,34213.1152893742,13498.5151735737,1072.65648727042,6220.21563325891 -3264,154.601024477194,1305.58631120642,166.521794281306,1175.06752768414,275.082785658197,4656.2108564561,49.7071146448573,421.213179389696,1619.64454387816,11261.9841988278,470.625539398358,3309.0719012111,157.574963205005,2585.46858554479,749.033907691201,6283.40813691478,848.126172758646,7705.44462393115,66.2660612675755,760.658113874515,426.707920522026,1015.2465847787,253.048431180064,1337.40247874786,123.069237332724,582.240457685172,460.102101883154,1922.64801031378,418.382312172829,1392.54937084843,176.582374831664,1194.43427245704,4368.09091060099,1416.82569447026,34830.8716554129,13836.9938642175,1088.64495515795,6376.53983792609 -3265,155.774915341267,1267.6342303857,167.79322587121,1140.90949661589,287.376317449267,4520.85949038729,49.6233154451576,408.968935949231,1696.40454483589,10934.609646225,492.634006765686,3212.88050952878,165.475893029367,2510.31161440027,790.462158822847,6100.75578264692,888.488135104259,7481.45509936515,67.6867851029413,738.546547624999,411.776625291574,985.734387762115,263.55810072072,1298.52553393955,125.672801559173,565.315313236667,477.366111095107,1866.75856658195,439.723210632109,1352.06936135718,187.005655825775,1159.71326959861,4672.71529032249,1507.85531491105,36223.4965390765,14141.4493837038,1196.42011015499,6533.98735032128 -3266,180.374350207526,1265.32007983473,193.232469353298,1138.82669049019,341.472203366174,4512.60636087267,56.5376425004189,408.22233597128,2019.75290078865,10914.6477894599,586.263203835705,3207.01518258895,197.58399832299,2505.72887368033,898.720498845467,6089.61844743039,1010.0255998697,7467.79720576678,78.8647290510631,737.198281808934,458.095935907523,983.934864112571,312.961675312012,1296.1549892605,147.113751565759,564.28329255417,539.689427963399,1863.35067472969,525.49421820518,1349.60106886197,213.274839721057,1157.59613593538,5639.44976701255,1788.11749587463,42138.0831920547,16216.8140282303,1418.72048371514,7450.29708144621 -3267,240.795856349392,1276.89083539549,256.152458097175,1149.24072364411,416.556700142345,4553.87201845268,76.1369551579264,411.955336766289,2449.2500152962,11014.457097489,711.914664025841,3236.34182439979,238.674038220625,2528.64258283658,1115.77806133965,6145.30513701703,1262.56389273378,7536.0866903188,101.297287384628,743.939612524033,672.343707105626,992.932484542211,387.529220124051,1308.00771553001,191.728745994261,569.443397217977,678.578056148288,1880.39013812308,635.582415854153,1361.94253433083,264.415715110499,1168.18180681854,6542.26216690111,2135.87768991542,52853.6872030178,20878.3324997659,1657.77958148668,9652.84236014402 -3268,343.289432302739,1282.01089440143,362.251363159145,1153.84893301799,549.355582052531,4572.13207075603,108.935214834962,413.607189511714,3212.12861871887,11058.6227134479,934.87271566185,3249.31886256546,311.946584870413,2538.78189848532,1464.23207029826,6169.94649557239,1675.90936127348,7566.30478528725,139.641873311542,746.922651173378,1026.07403178075,996.91393132595,517.629533566634,1313.25254656653,267.487107222247,571.726743384681,909.767959748027,1887.93010018914,830.949421973657,1367.40363244915,346.097769628154,1172.86596588271,8198.8696513048,2734.84441545265,70940.2430847224,28798.684614732,2030.60940559979,13326.9222762673 -3269,386.934852036868,1326.09547614636,403.405219518571,1193.52640208714,601.456314653569,4729.35423704343,121.082230208595,427.829923527427,3510.48451796828,11438.8962034208,1022.13520564087,3361.05337561652,341.206931703556,2626.08313642727,1505.0593266416,6382.11279761686,1725.29044780088,7826.48773948106,154.460948046336,772.607122979808,1172.17522655332,1031.19486754117,572.595284225801,1358.41143678632,300.991759500623,591.38674351773,934.378047287102,1952.85046022192,911.121828232725,1414.42461914767,356.393630612436,1213.19737474561,8818.87649042893,2929.16381736469,76733.2261234262,31018.2580725252,2141.46325010982,14302.7764240719 -3270,357.89576593426,1433.55887708013,368.358090193662,1290.24674280142,561.467169455621,5112.60906271418,109.342509701106,462.500171206049,3281.22828367232,12365.8752264699,955.100740999211,3633.42458339208,320.007479326588,2838.89422737179,1463.18367732866,6899.30296884642,1680.10394819142,8460.72637838755,141.996072905293,835.217237043651,1062.03809421003,1114.76027401813,537.582614336302,1468.4936408887,281.448038143376,639.311219446302,907.908124758984,2111.10448924583,857.209620079669,1529.04598893002,347.08913534606,1311.51180099866,8336.54467515349,2780.86145118292,72285.5450992616,29286.6956292189,2053.52628743133,13571.8631870367 -3271,333.034847379477,1556.75850849468,342.903073132315,1401.13017123145,512.419898256898,5551.98519310095,102.190840732241,502.247300907347,2989.94255431678,13428.5949336105,870.630086798608,3945.68003142657,291.238188103637,3082.86796854765,1384.76115343276,7492.22705195799,1597.82885575894,9187.8387335074,131.280458448127,906.995562580192,1005.39729849636,1210.5624465486,491.977068182768,1594.69555570688,260.366172057902,694.253439019031,863.978704998594,2292.5321927821,780.070647367152,1660.45175486253,328.822533379473,1424.22274232251,7505.72112410881,2542.77176310696,67103.5973721914,27513.0376218907,1869.59854823892,12804.8393929457 -3272,313.354629971903,1651.6676380597,322.126004993624,1486.55128454687,485.672416091625,5890.46677464347,95.886581972938,532.867242211916,2835.71191111127,14247.280843773,825.594764689178,4186.23182881926,276.433013576196,3270.81768191819,1294.99327540661,7948.99715735628,1496.60163614474,9747.98327231845,123.692276371231,962.291331894506,938.629916186657,1284.36543362661,466.147444174997,1691.91755018288,245.715483621772,736.579200680375,809.663262623007,2432.29840168955,740.666528489804,1761.68263292023,307.549993312778,1511.05171421696,7151.12036775072,2405.80168358796,63182.0498493224,25869.3127104728,1758.21120978339,12013.7507741675 -3273,292.797611179168,1699.68627742481,300.572037387909,1529.76952554496,445.173321501306,6061.71926710988,89.724432251821,548.359196733298,2595.39877527571,14661.4895047688,755.89196821134,4307.93740193504,252.794707361802,3365.90958241797,1243.43500849264,8180.09693737125,1437.83734162373,10031.3846555656,114.696021219906,990.26785656911,890.260559016942,1321.70556135521,429.207243839639,1741.10636808161,228.806900682859,757.993636724462,777.970735704642,2503.01218035043,677.919506136524,1812.8997186563,295.331123751266,1554.98225184757,6475.72739896146,2220.70109235069,59108.8649878825,24427.1069948189,1633.32296560156,11415.2357308091 -3274,277.297785215166,1718.48875696474,285.674147196369,1546.69233099846,421.141693408532,6128.77596693173,85.4164962299101,554.425323590972,2454.85075890092,14823.6796454434,714.988475820352,4355.59319932248,238.97505624089,3403.14436326972,1184.81176920879,8270.58781638955,1370.68387326683,10142.3550783128,108.877801492599,1001.22252000288,845.631534889327,1336.32669591708,405.331324547146,1760.36705006598,216.085015087953,766.378807585226,743.042776477883,2530.70131094724,640.198474019686,1832.9546019137,281.129522753942,1572.18396863709,6115.62239697123,2100.97687824984,56060.2364251924,23234.1110618703,1540.76680076235,10857.5751827772 -3275,260.220161537022,1673.50744054851,265.533184123256,1506.20777335604,373.80789846166,5968.35570820412,79.7372354553195,539.913281653807,2169.75593926051,14435.6709244772,632.580239665809,4241.58586870417,210.966840533965,3314.06731065943,1090.60323842958,8054.10579053426,1271.22627168098,9876.87968248348,99.5706430457116,975.015594416207,821.922810240719,1301.34844325124,364.468285688963,1714.28957241778,200.415477475263,746.318898843331,692.803904657267,2464.46039085897,565.990617655581,1784.9771504517,258.507279817846,1531.03216926035,5216.45505205876,1846.22302840652,51087.2296971151,21641.1299363458,1320.47968601252,10166.5072528129 -3276,256.075375883836,1611.31462555131,262.173598257652,1450.23234168125,375.812654102955,5746.55278495203,78.7222268463576,519.848401135907,2184.73937349169,13899.1958605408,636.719063010572,4083.95515919232,212.387929335517,3190.90611630433,1070.27642013991,7754.78981543806,1249.66346441514,9509.8236802461,98.9062843156144,938.780939574738,800.335384474765,1252.98623044179,364.275697972787,1650.58116476705,197.98237521215,718.583334554797,680.210111238357,2372.87326943788,569.370612894932,1718.64176944146,254.000352184782,1474.1341847337,5316.19378547707,1853.22906124281,50673.4521400995,21353.5142517395,1320.95321076926,9991.63590139039 -3277,246.628604660711,1548.91932217046,252.401257644499,1394.07466428106,361.459278248169,5524.02771211689,75.7905921400444,499.718193052042,2101.08987677388,13360.9741323221,612.354545537222,3925.81123303985,204.254802092043,3067.3439317195,1081.35467023852,7454.49932249761,1261.1803742489,9141.57261107685,95.185797914707,902.428311351754,771.383486495426,1204.46655914936,350.501129150195,1586.66533424133,190.642825830473,690.757468362695,686.137552020157,2280.98795716982,547.608478981372,1652.09041261342,256.624086479671,1417.050950819,5117.20196679804,1808.18027975088,49565.3546865978,20997.3773506507,1306.32690515153,9876.84190963283 -3278,244.038254087106,1520.0792101964,249.654116475586,1368.1176832798,349.885605370349,5421.17304726448,75.1090323233636,490.41368736423,2030.34011139749,13112.1993998081,591.972710543558,3852.71456884998,197.272743744289,3010.23150424343,1109.70804398567,7315.70023070881,1294.18727458613,8971.36104876448,93.4959570510523,885.625542366035,773.669646941821,1182.03998732107,341.151669821711,1557.1224101846,187.880631905802,677.895905820766,704.115362385878,2238.5170891558,529.328657505303,1621.32930594437,263.344662690212,1390.66616272216,4883.83898649638,1770.27755129286,49249.6040553585,21081.5765499276,1291.52302775003,9987.92038156857 -3279,248.60363753768,1496.7641368015,254.795439633232,1347.13340562863,353.95020507536,5338.02274388844,76.8516029085152,482.891690459026,2052.21304138875,12911.0836360213,598.467583994344,3793.62138321872,199.064914682173,2964.06037843215,1156.55855411495,7203.49154666789,1349.01551014607,8833.75773184449,95.1313608864966,872.041760427462,795.965414385657,1163.9097814244,344.941983713334,1533.23916578866,190.78804133125,667.498294504001,735.425878025817,2204.18256903387,533.913362120955,1596.46125202202,274.142173196878,1369.33603503263,4904.95328774025,1799.35118488688,50453.3274786946,21741.2938466758,1313.90719423023,10326.9746674134 -3280,263.421382015769,1517.215446715,270.344819198983,1365.54020874205,378.091168169599,5410.95979173478,81.6128359560799,489.489769189945,2193.89324627531,13087.4965833034,639.667039654068,3845.45622125037,213.010120134321,3004.56035829617,1207.59596173695,7301.91776791274,1409.7678729825,8954.45939260235,101.197613040531,883.957062151706,836.970299341987,1179.81307511377,367.582200616412,1554.18885891671,202.185650618265,676.618779256399,768.850902840417,2234.29981978627,570.734781399303,1618.27479166212,286.241597041225,1388.04620782447,5273.26147663649,1912.88686923186,53323.9182558952,22906.4247153439,1387.63218545314,10846.5669754151 -3281,280.354358636622,1531.79460192029,287.793848630587,1378.66189339496,396.746176539797,5462.95453169348,87.1189152217295,494.193351223645,2298.98207051757,13213.2563390124,670.524099369431,3882.40779803937,222.836524756411,3033.43163816753,1212.75111670294,7372.08301218649,1423.71709028308,9040.50416201652,107.196777405419,892.451140716371,902.793226081176,1191.15007934251,386.700183521286,1569.12329729298,214.591858749059,683.120512559307,778.438827435007,2255.76954837251,597.430036677926,1633.82504156469,287.475813227659,1401.38415606366,5447.1735594342,1964.01832997706,55333.9670277707,23837.5526528494,1383.24974567078,11232.7891880952 -3282,293.594305400568,1515.07485843742,298.100155314766,1363.61361395967,397.584972779938,5403.32565043618,90.3798961606647,488.799164527178,2296.11547213851,13069.0318742671,670.218811265598,3840.03079632013,222.593165622546,3000.32132507503,1240.84406080411,7291.61573756387,1457.71802477802,8941.82584681993,109.774090839873,882.709916844016,964.718410516511,1178.14851650162,392.712282021605,1551.9961060946,223.344079284957,675.664160563054,797.282886748845,2231.14752126915,598.156368670017,1615.99162215153,294.136666579618,1386.08786008444,5286.0084087554,1956.68229356913,56509.3681433295,24557.3018129156,1372.17643291694,11630.7545790549 -3283,303.128979151784,1457.10536777486,308.272775845875,1311.43930308548,414.745174901213,5196.58468704722,93.2573235881508,470.096828833251,2397.27776368919,12568.9871952963,699.605379472374,3693.1043074067,232.465142259966,2885.52363170033,1213.27865038057,7012.62539721221,1430.15827347333,8599.69549791554,113.851866659779,848.935846871649,990.360987848069,1133.07043402529,408.565365644543,1492.61394205198,231.014302260523,649.812033832377,782.031160320285,2145.77980185864,624.430388494359,1554.16087449613,287.917739891461,1333.05364410813,5547.05764047577,2006.33981212497,57520.9972348417,24821.11012018,1380.22946815822,11672.3695295229 -3284,284.846306610676,1443.88577903462,287.935421573286,1299.54126974624,378.182982206967,5149.43867143579,87.1698939441564,465.831875259743,2180.40334882348,12454.9550564559,636.695750922833,3659.59861783993,211.260109025622,2859.34471797525,1111.03021537257,6949.003351895,1311.04577759748,8521.67475879262,105.465150274491,841.233876231302,946.087997634894,1122.79065228623,375.857687087118,1479.07220176451,216.249972515502,643.916614025611,715.758609989831,2126.31221417759,568.545673817922,1540.06074965177,263.989624583486,1320.95951465563,4933.31706782748,1815.60204295161,53001.0243514138,22969.8289296238,1245.33334192522,10834.3885986144 -3285,237.037186380295,1420.59963174997,239.528816682253,1278.58302647715,317.862078001917,5066.39152942678,72.4279212128907,458.319210605319,1834.47142158941,12254.0888092226,535.553293027255,3600.57874683969,177.939863763735,2813.23087489491,938.726377068468,6836.93388083068,1102.69995018516,8384.24216098855,88.0311927582799,827.666947165867,780.842946804507,1104.68293983515,314.981504374293,1455.21858838663,180.0399469669,633.531902623263,604.460827466794,2092.02029156749,478.333743982329,1515.22354856259,222.212967319002,1299.65585043097,4189.3106814771,1533.8507407656,44448.2207016813,19227.8826350398,1056.72720997749,9064.15649543745 -3286,188.937648358246,1320.10761138528,201.121712221111,1188.13714104747,302.231724057756,4707.99926367383,60.6823501392248,425.898096016584,1766.47983465753,11387.2448972259,514.171720329009,3345.87684162634,171.217907121975,2614.22529439769,795.717472442147,6353.29494173131,912.04634926274,7791.14793855328,77.3312971748139,769.118485058131,569.897043952197,1026.53859993433,283.729943475983,1352.27765221372,146.630776002974,588.716389907921,497.314947603352,1944.03253974428,455.451686059057,1408.03791209185,187.662551045912,1207.71929119949,4490.23006695557,1493.13067381705,38886.3225110484,15837.2862605511,1094.27039742676,7306.381774526 -3287,148.727027745952,1215.47904501674,167.298644611728,1093.96823796346,257.738013177612,4334.85452215883,46.4602922984103,392.142433356215,1399.21596395273,10484.7191499241,420.649833235686,3080.69065970765,130.86991964709,2407.02806111291,621.875296291005,5849.74800681719,813.785305711807,7173.64022013279,55.1195039529632,708.159996700707,502.839398733672,945.17761003716,286.983795193283,1245.09936548688,126.975518646445,542.056139377972,511.618238222333,1789.953178446,456.191917121668,1296.44020076578,174.314016489889,1111.99835381224,3891.9238110645,1346.62366160781,32512.9125137562,12606.0283896414,1044.79116829568,5973.68815460507 -3288,150.080807285135,1150.30675929118,168.61825962513,1035.31119169718,267.669338283073,4102.425687902,46.4272380029235,371.116304755657,1455.56299763433,9922.54317906514,437.425688986842,2915.50833696036,136.340604197478,2277.96658433022,637.820806298649,5536.0927035145,806.150983464074,6788.99966870938,56.1020243977603,670.189448517582,491.955159733249,894.498509056121,297.565364742976,1178.33887962173,129.648371671009,512.99184761608,509.586170607374,1693.97839347598,476.144414455794,1226.92689114781,179.620066499238,1052.37455796145,4105.8899514714,1389.29105452016,33001.6399683594,12766.4648555629,1049.49776349636,6013.82910951016 -3289,163.125908350935,1116.54907669483,185.603651567675,1004.92824704744,319.096647251877,3982.03312032929,50.3017877046725,360.225273888385,1743.66701256999,9631.34949487446,523.438300247432,2829.94785124544,163.857250546318,2211.11583143515,730.910720962721,5373.62677101458,858.472165347813,6589.76507836043,63.5470250415267,650.521614264031,481.357809302309,868.247948927074,350.60036906324,1143.75854740347,144.89607691277,497.937240811014,538.559577377616,1644.26575424289,573.260459407461,1190.92066217823,207.247305205254,1021.49086018849,5130.21689803662,1665.02524738805,37545.8151042295,13941.6762732226,1281.85341665213,6482.05506146457 -3290,198.883528462783,1106.45359204017,227.078312731306,995.842002735519,411.091402835823,3946.02883256467,60.7229628516407,356.968230556688,2252.68794579616,9544.26586992802,675.819677812197,2804.36035518095,212.243086429553,2191.12361934895,921.092718288309,5325.04013229088,1001.10258021433,6530.18250056336,79.2410678639433,644.639802965804,541.405017033691,860.39752476947,449.237812166424,1133.417043295,179.950626954346,493.435049301016,624.780441615217,1629.39882180201,743.443178341564,1180.15273310024,262.367043181504,1012.25486195146,6783.58429197605,2141.45249640101,46764.9252935279,16910.9899444444,1652.40193345709,7772.34198367001 -3291,262.015459525277,1118.42932436823,296.668678544418,1006.62052734025,501.702015542416,3988.73878931078,80.5159146229628,360.831886483627,2738.83197486476,9647.56850652154,822.359010040913,2834.71343027301,257.368759473504,2214.83930896466,1160.0098368982,5382.67585756601,1270.62700859652,6600.86211897913,100.96173839727,651.61708044393,789.935136016263,869.710062165068,553.597656382678,1145.68461531448,231.691735358088,498.775757771958,795.579358117064,1647.03466688936,900.655131713704,1192.92615020469,328.862337798652,1023.21103161074,7987.80373638081,2584.18712521526,58721.8244887505,21827.6531709544,1965.19200716245,10099.413628834 -3292,305.938857780222,1106.0196891626,331.037473192225,995.451476902625,446.82605511025,3944.48137203155,92.7841655808545,356.828243173979,2402.01560989469,9540.52302481004,723.723329334981,2803.26060726869,224.225746478494,2190.26435615853,1171.12612936349,5322.95188362578,1417.06086296666,6527.6216475837,104.320176693183,644.387003329638,1167.02347695005,860.060114357921,516.456588514343,1132.97256652696,253.018330879472,493.241545579464,899.53127560289,1628.75984259622,782.748204252232,1179.68992863149,327.376574652882,1011.85789971049,6068.38678642894,2214.58227690199,58913.2384333486,24418.5451922393,1535.63000185134,11613.30635362 -3293,350.033673192185,1106.88749491774,375.180085565697,996.232528568413,505.245959950222,3947.5762930978,104.7792337816,357.108217939397,2714.75941806423,9548.008715046,818.041402676488,2805.4601030932,253.804235595585,2191.98288253936,1333.3371012995,5327.12838095597,1432.89199655609,6532.74335354303,118.074618265291,644.89260260197,1335.85462099466,860.734935181019,587.774996206595,1133.86152006303,290.073635021138,493.628553022568,908.114764379397,1630.0378010078,887.54114939985,1180.615537569,373.765283076634,1012.65182419244,6818.16669502008,2451.5770525284,65446.0206824711,27015.2357259288,1658.52219975521,12744.7107894771 -3294,315.276226423996,1181.77921744682,331.286271277954,1063.6373646033,443.252613772266,4214.66828732711,91.725092116882,381.270067895756,2378.93490583263,10194.0245230443,717.032638063971,2995.27681036649,223.109711719455,2340.2918792363,1187.74006399309,5687.5605137745,1371.52761444196,6974.74708457589,103.917511988147,688.525869828205,1205.86195619603,918.972038981216,523.139468592965,1210.57829817902,262.434582669348,527.027333653066,867.842954778005,1740.32573836865,783.301137852217,1260.49568045534,335.040777317357,1081.16758553603,5908.31247682164,2175.35238205308,58781.9013571954,24572.6284691362,1470.33762135617,11703.8158043708 -3295,292.308088118966,1302.60684047806,306.959808436991,1172.38591309265,399.832828977736,4645.58494545136,85.4019387136233,420.251931307038,2141.62202649381,11236.2832919052,645.796123995267,3301.52028797567,200.561419851528,2579.56830311719,1086.08429529399,6269.0688087083,1334.22452483699,7687.86007474512,95.5106804730326,758.922220532859,1140.99094775283,1012.92969660711,473.832477535196,1334.35040053345,241.498243081077,580.911730211814,843.322938879284,1918.26034676485,703.55124358428,1389.3714422407,305.582529230681,1191.70846113289,5212.61052792229,1971.90919474595,54325.4888055613,22998.6538367076,1335.27539116311,11025.3863059014 -3296,275.747722313649,1401.82607832031,289.277305818498,1261.68625540573,381.786515813278,4999.43799097196,80.3517420562425,452.262415998425,2046.88188376318,12092.1481851015,617.096426170235,3552.99626408329,191.872994562265,2776.05337677409,1030.9803317079,6746.58221478898,1254.90742949519,8273.44245735732,90.3566441785138,816.729136605237,1065.58384809439,1090.08429871888,451.926457654128,1435.98753742032,228.731820915501,625.159631676915,793.256978873103,2064.37375848251,673.521823600949,1495.19951813835,290.56112351974,1282.4805971063,5030.34148524915,1884.5350723699,51472.7227619597,21711.9490574779,1275.04210740393,10394.297953609 -3297,261.610726801547,1471.51096070676,275.061830674061,1324.40477639507,362.338733781569,5247.96043878991,76.5067128201585,474.744415551767,1942.49845629952,12693.2498032765,585.634806065476,3729.61598218612,181.993252354896,2914.05120407289,978.021255521055,7081.95533661832,1215.90595469633,8684.71591951376,85.8807599902496,857.328804927939,1012.76684596328,1144.27247321664,428.76382719639,1507.37058857131,217.05800275598,656.236365146134,768.360899867792,2166.99393710973,638.924736137764,1569.52600141407,275.696534170185,1346.23280642412,4771.92306556136,1795.46176461918,49068.5182455897,20719.4818334101,1220.98196517318,9935.90919686574 -3298,248.239335899613,1539.08417811998,262.102921415149,1385.22273445871,344.355400211978,5488.95189666938,73.0112316964459,496.545141787869,1846.10977224929,13276.1362047649,556.573666356598,3900.88358287802,172.865119876457,3047.86727532492,928.450704957514,7407.16562757135,1162.1369398354,9083.5265384435,81.802368113659,896.698179181318,962.253137798242,1196.81858036591,406.452876612269,1576.59051504396,205.459389368538,686.371378585098,735.544389723137,2266.50441059959,606.151710913093,1641.60016501957,261.18092067854,1408.05312889974,4535.55803037083,1706.51163194204,46646.649436663,19717.7776283499,1158.82021813414,9454.22458627736 -3299,239.153827014482,1519.52960007188,251.589506283861,1367.62301739316,324.880459880311,5419.21293125632,70.1992031071877,490.236370073149,1739.2422105893,13107.4584642723,524.522736429683,3851.3215553019,162.803165154033,3009.14310457267,885.492858897124,7313.05511663329,1124.62225300826,8968.11730276091,78.0999134276308,885.305329602543,938.462643351394,1181.61260094524,384.950086264993,1556.55940647004,196.874185290923,677.650801190221,713.17189508542,2237.70771577061,570.52289315756,1620.74308715014,248.638414978537,1390.16334405472,4210.38220148084,1607.31758666939,44530.8124981569,18974.9996571267,1083.69164539524,9119.84098932008 -3300,234.740135368187,1449.90257271186,247.65241373162,1304.95656769339,324.817480285445,5170.89681617934,69.1070753477285,467.773035926619,1740.89075190891,12506.8559034081,524.884178313529,3674.84847357284,162.897436231252,2871.25984829233,876.59831137518,6977.96043426117,1131.19858914513,8557.18529539652,77.2312065294138,844.73936866089,913.569251857989,1127.46941552058,383.055991660055,1485.23562022945,193.898615568348,646.599868801162,715.682286918,2135.17273629913,570.844431258978,1546.47831253356,246.294980273815,1326.46406423364,4266.39479785667,1618.01228594225,44340.3458567043,18785.1420339021,1106.79428964383,9030.06189541427 -3301,227.00840602224,1403.53276652623,239.638364824743,1263.22232688062,315.530699593733,5005.52468174435,66.8402271807446,452.813034183735,1691.63493546252,12106.8700732237,509.998053041622,3557.32194821299,158.306166059216,2779.43315236139,849.585975322435,6754.79600997678,1114.30946944483,8283.51516672027,74.8216785677494,817.723483911534,881.008423680276,1091.4114491014,371.751599977806,1437.73581634868,187.684971024556,625.920747900033,705.525265941635,2066.88708192591,554.764432980918,1497.01988617299,238.752250835591,1284.04198517238,4158.69704096055,1575.59533247841,43084.3723780564,18289.2124907895,1073.67920238386,8798.40960390077 -3302,228.539615242575,1383.02359878039,242.151496595792,1244.76344995222,318.459596517967,4932.38129115011,67.5393234054871,446.196289140751,1707.62442228937,11929.9580444269,514.799013833383,3505.34046669586,159.809385517078,2738.81859592234,856.363026569042,6656.09133577068,1164.80979373459,8162.47203461017,75.6166631910964,805.774473171468,885.615011612431,1075.46316415701,374.987643263702,1416.72685543594,189.040554531676,616.774460816151,736.93978477096,2036.68462788571,560.02726888456,1475.14463488095,240.675297541693,1265.27888031677,4207.64557747345,1604.86091019061,43815.3370880584,18599.4858205562,1108.89900369135,8975.53014154519 -3303,232.97937008148,1373.13060250938,247.340566518011,1235.8594513657,322.749224859516,4897.09915296854,69.1609878969326,443.004573375018,1729.53099255477,11844.6210837627,521.477932171635,3480.26618727198,161.597303581878,2719.22737406588,869.834955690528,6608.47921489122,1225.19970714342,8104.08452374497,77.0488431013259,800.010635254755,911.171263543652,1067.77019848239,379.67103198397,1406.59277420246,192.128694211158,612.36257120972,776.192262431119,2022.11588629181,565.888109689612,1464.59268162075,244.087010875312,1256.2281314678,4235.12967530656,1634.06531897419,44875.1068409136,19136.5939528194,1134.07111183392,9262.14707532687 -3304,246.070331698601,1409.08672840974,261.397823797871,1268.22106208739,342.030310251555,5025.33219458082,73.1807911892022,454.604874311869,1833.48530136315,12154.7785343006,552.778471310852,3571.39873429091,171.44984185643,2790.43173120054,920.566971106397,6781.52561719724,1265.00861583645,8316.29411466839,81.5165359257156,820.959322197045,957.741244214347,1095.73030629669,401.918404282189,1443.42512415324,202.785587539127,628.39759778829,802.025201069152,2075.06602319776,599.984355773765,1502.94378876006,258.054130037323,1289.12310647753,4503.86863279771,1722.24498003253,47170.8526594453,20096.5649920861,1183.07215732869,9700.38747105058 -3305,264.009287068931,1444.40646304888,281.03740140362,1300.00990125079,366.11469305413,5151.29562607693,78.8222589729172,465.999860300045,1961.87560350093,12459.4464754382,591.535826596025,3660.91831675697,183.205443566435,2860.37583491506,985.891293810217,6951.50925299392,1299.21565709789,8524.74778568026,87.5198774201903,841.537236121656,1034.09528735538,1123.19554521647,429.998677954672,1479.60557446101,217.4345010188,644.148818741739,824.315223398359,2127.07899005095,641.152476232931,1540.61611561283,276.351783775665,1321.43586985821,4798.12354974749,1822.46399544885,50073.75081566,21325.9217945806,1234.05454133362,10254.3512004081 -3306,279.063253679743,1456.46897651364,294.484729802901,1310.86653152718,376.054681154541,5194.31507693105,82.6412153918546,469.891513884577,2011.60582747026,12563.4976858961,606.771620819021,3691.49134285383,187.98714126819,2884.26337828017,1028.49305525979,7009.56263070287,1344.58187081145,8595.939578004,91.1249012873875,848.56507385397,1106.15745521689,1132.57556513076,445.410851445562,1491.96204240895,228.95885843901,649.528228207257,852.843287288514,2144.84263180587,658.316297024291,1553.48209420959,288.339162041269,1332.47143247909,4829.91891219814,1864.36893931998,52042.4198118523,22293.7827110737,1257.21006081251,10740.2199495908 -3307,284.906408109491,1437.31937523284,300.302082667883,1293.63130591244,381.204950994395,5126.02041068408,84.2063600523813,463.713397301786,2038.14212520837,12398.3132739679,614.845253807139,3642.95574855894,190.438727624086,2846.3411879874,1046.46019260908,6917.4011554533,1316.489016248,8482.92047618514,92.7558273534537,837.408171038223,1133.92230676593,1117.68450267604,452.244349083632,1472.34577958501,233.440421212863,640.988254619516,834.574505485755,2116.64231867084,666.905719303542,1533.05696797574,293.303595167911,1314.95214641019,4865.21781810081,1870.9052256254,52474.2494283281,22496.1886081144,1244.04935926824,10806.6839028584 -3308,268.420472381666,1454.6176549505,281.385956741594,1309.20028561646,350.194698755438,5187.71256931659,78.9474946765243,469.294233540115,1868.9878019944,12547.5281908025,564.046216589802,3686.79907845729,174.539777945885,2880.5971834816,974.180776353247,7000.65275712804,1218.20017656221,8585.01325650122,86.3743952455666,847.486460547208,1083.43922820875,1131.13594533836,418.265894581725,1490.065605516,219.206794388109,648.70261116073,770.795415659369,2142.11631667123,611.645942315302,1551.5074590163,273.111604753837,1330.7777245217,4376.06034752381,1710.76681305956,48752.9218097546,21007.8091004438,1134.88553032135,10108.5115107323 -3309,222.948320571469,1452.12994212614,233.541284354973,1306.96126814743,292.8292903534,5178.84045158595,65.4568380547437,468.491638246978,1563.78697414918,12526.0691863088,471.873248685859,3680.49384950787,146.179809679718,2875.67073526287,812.051977788958,6988.68011704387,1027.4805242554,8570.33101508691,71.8465241712226,846.037074222768,894.037197558109,1129.20145665143,349.119355625661,1487.51726898003,182.075811071941,647.593188489082,652.6619195723,2138.45283148382,511.921506026569,1548.85404353646,227.463550156243,1328.50180493527,3686.72605944405,1437.96377232017,40743.3196565769,17521.4391999176,960.464571032831,8436.30556407578 -3310,169.799072134105,1342.09204723131,185.741307034047,1207.92380429248,250.613372646573,4786.40401407655,52.1878865600125,432.990797617628,1347.6798132145,11576.8825849015,406.023044076583,3401.59746177811,125.564344068885,2657.76134235021,652.670671349921,6459.09965329632,840.998423808546,7920.89796085813,58.5676040313581,781.927013580297,648.949510245432,1043.63407896884,287.873891195895,1374.79783241321,140.159599479059,598.520588894287,533.756508469531,1976.40752060493,437.666825088928,1431.48669678197,181.992937104767,1227.8320661342,3419.84063769671,1261.18199708977,33422.7934657827,13799.3648473632,903.361920729777,6593.07809423372 -3311,148.592889962955,1250.68307240892,153.529403115548,1125.65293707311,217.652160259863,4460.4052981799,41.1567180878142,403.500089436019,1022.65249047025,10788.3890006439,312.981129536328,3169.91697653789,99.8531899270384,2476.74302834709,442.165585928263,6019.17477720344,537.729710934951,7381.41099812076,41.934383255046,728.670497497992,422.790705127394,972.552872992653,229.361026102135,1281.16128884812,110.743071260382,557.75575942243,334.985535378629,1841.79575111978,362.172162665542,1333.98911329307,130.196081563708,1144.20526076647,2962.80581929535,992.426665257509,24395.8317988486,9419.34735534099,730.546438428955,4404.50930816202 -3312,150.668025946883,1207.52414863965,155.554296351671,1086.80858843392,228.027110389214,4306.48437569281,41.3227748732892,389.575994687284,1073.08350445504,10416.1002340141,328.252664278539,3060.5285885734,104.954605082256,2391.27488224785,455.90895317233,5811.46339844236,553.730328016126,7126.69118811813,42.9269304006951,703.52533071017,413.833931149575,938.991744491711,239.612570993145,1236.95061420052,113.662138034674,538.508566561319,342.723735458964,1778.23854452225,381.410944596667,1287.95544119838,134.949764012974,1104.72070331524,3165.93128478883,1047.15348659859,25234.1454002094,9608.114669412,781.514794598417,4484.1815024197 -3313,154.475596478275,1189.2423559199,159.908565010944,1070.35441701037,244.984021189808,4241.28464051902,42.0245566830697,383.677853775165,1155.42675492114,10258.4015365256,353.195503078837,3014.19249721472,113.314769293612,2355.07122389249,479.083952477528,5723.47843402701,579.464667363354,7018.79380881882,44.7733384202543,692.874028801527,400.606577099825,924.775505042012,256.1644947674,1218.22330778693,118.349945359351,530.355601668008,356.096555360855,1751.31619393087,412.511412940045,1268.45592689485,142.611705340064,1087.99534429532,3494.95653963336,1136.09466792793,26620.397437486,9928.53495105804,864.034990301355,4618.26156746302 -3314,176.664069938218,1203.12726203163,181.54668868872,1082.85125629,283.918142864669,4290.80342761365,47.2642001044961,388.157454548126,1340.17250476506,10378.1727013197,409.561500812148,3049.38446596539,131.76821025937,2382.56767376866,552.343493896654,5790.30245883017,668.798060648542,7100.7411869692,51.1628975149689,700.963625332692,444.919023502403,935.572649121194,297.396685105479,1232.44657873548,136.404335843365,536.547727014311,409.042599534009,1771.76354917653,480.404427684126,1283.26568485892,165.044252051258,1100.6981488417,4091.60420759596,1323.21298830296,30690.0405083015,11370.6256683824,1012.08592965074,5289.26186670867 -3315,240.47371435088,1258.84045436375,246.401533113995,1132.99482980265,362.679119012898,4489.49758422205,65.0403377082666,406.131854765662,1706.96542557234,10858.7545566325,522.13410916121,3190.59225720105,167.307970470784,2492.89719188531,727.235310447777,6058.4338899185,887.994977155966,7429.55508050708,68.0732215860028,733.423135235269,654.459773296068,978.896194839158,383.295758598347,1289.51746013518,182.380910839456,561.393632891325,546.835154831429,1853.80857175845,609.279591802924,1342.68984568545,216.166751153319,1151.66815808451,5043.54597752119,1669.83340290012,40203.1115637834,15323.0893667418,1245.08412928257,7164.88463683748 -3316,337.842648805561,1372.23386783807,342.798287180919,1235.05236279242,469.441643340296,4893.90106052834,91.6607699740606,442.715265453567,2200.83929103876,11836.8858527694,674.033402393606,3477.99336970473,215.030913376659,2717.45155939753,980.819991266272,6604.16349108041,1209.58901798014,8098.79208210951,92.5448863857885,799.488181474512,995.95805150441,1067.07288203177,502.537425822034,1405.67418677404,250.580148795356,611.962662600873,751.724256776242,2020.79532623632,781.603548588249,1463.63621685728,289.429382451515,1255.40774095397,6211.73883071196,2127.17836416544,53801.8303983956,21238.9773201579,1529.05068508386,9995.95570132106 -3317,374.280680591337,1627.97651400775,374.234113564353,1465.22854982697,497.220089011418,5805.97533346836,100.080919917426,525.223922425561,2326.44386125482,14042.9212679752,712.94964021298,4126.1855245378,227.420219347123,3223.90185837837,1064.55029645764,7834.97865060346,1326.91875157214,9608.16054065064,100.031007438068,948.488456066044,1134.88423577246,1265.94280420958,539.301976961292,1667.64909105502,276.201680859617,726.013885470891,823.883843587657,2397.4100973855,827.831506925222,1736.41348019547,314.428487699503,1489.37755121618,6409.36809570466,2239.84993585146,58097.2261254972,23363.5012294801,1575.16491209432,11051.7386354874 -3318,339.303328487424,1824.44796088215,333.609947664181,1642.05884848865,444.11785687281,6506.66626142005,88.4276424942872,588.610281555501,2077.30341932706,15737.6834688563,636.66544048631,4624.15194672067,203.662485909161,3612.97667441327,959.951682826554,8780.53872377957,1208.11922078813,10767.7160913484,89.13238116045,1062.95626177671,1025.44332645252,1418.72241267641,487.064614284874,1868.90840098928,251.90725871046,813.632470445574,744.822387073844,2686.74021150679,743.952639502031,1945.971582472,285.262795183804,1669.12225877915,5700.02871690108,2004.92779478263,52251.2536484931,21130.5563050346,1400.41626237045,10031.4950082658 -3319,319.386160610082,1928.93189108757,314.960777876497,1736.09757461144,416.116479569928,6879.29517608606,83.7210967511748,622.319281151465,1945.6673752635,16638.9615849829,596.385192170003,4888.9715412608,190.575282488633,3819.88748293019,901.290788034866,9283.38956680264,1133.31989739341,11384.3701810688,83.9757195923091,1123.8304824989,972.257228838918,1499.97093098179,455.976535191907,1975.93852687725,236.413027961396,860.228218900788,700.166573370029,2840.60657698176,695.590074599365,2057.41502364662,267.361836739481,1764.71087370805,5316.23340812124,1874.5974374492,49052.3341159984,19878.6818263033,1305.76074377003,9435.74844773405 -3320,295.675586676795,1961.82176792878,290.079832214484,1765.69946759539,380.417515138042,6996.59282259251,77.1466606559708,632.930337253317,1777.77395543959,16922.6695789377,545.017113431128,4972.33253115122,174.20714874997,3885.01970944443,829.847820180738,9441.67900197237,1047.05370884062,11578.4830654585,77.1483584389018,1142.99271748012,905.670703363422,1525.54667028774,418.69391893556,2009.62990555945,218.700348085838,874.895818262749,646.354874916143,2889.04125780327,636.285409254132,2092.49564367869,246.34990952125,1794.80064699905,4824.41973147878,1711.52413166679,45094.9037911091,18367.3130365289,1184.40751479512,8731.62433060648 -3321,277.606674788969,2003.93932086361,272.288639822553,1803.60655070007,352.750829569739,7146.79982579041,72.5896357983854,646.518461016196,1647.34022872853,17285.9754833991,505.140632725654,5079.08151416991,161.314977974446,3968.42561610747,774.549145812387,9644.37856503159,979.720690083518,11827.0568051256,72.156827575213,1167.53116285246,859.536384369987,1558.29801074627,389.316818546812,2052.77383193976,204.905551888999,893.678600440278,605.001468912093,2951.06490852201,589.312427186689,2137.41858085845,229.878437602855,1833.3324914781,4431.61484626932,1582.71660977067,42055.0356831264,17221.7519996832,1087.32493161519,8195.46708880825 -3322,261.123665610813,2038.56480921509,256.637735254993,1834.77054701559,328.654030951497,7270.28731442936,68.5818586070626,657.689466648886,1533.94890507788,17584.6548578257,470.453935640345,5166.84149570934,150.103712545992,4036.99489538337,725.225647705599,9811.0209948617,916.787854565414,12031.4131014339,67.7964368263183,1187.70459637834,815.684527324042,1585.22339169841,362.822915410972,2088.2431176941,191.906473984447,909.120214688448,567.731132859828,3002.05550616669,547.788204221124,2174.35041876553,214.730663745862,1865.01011373301,4097.28077327215,1470.49661552906,39338.6818392738,16171.7836816852,1004.80473591225,7697.4637601092 -3323,252.326744066305,2025.6344899952,247.347768737624,1823.13286507341,313.035754185442,7224.17294250899,66.1782432306656,653.517838298936,1459.95777911412,17473.1179571319,447.86782773125,5134.06897378798,142.828265115694,4011.38882563743,696.263942891297,9748.79111982256,881.187849268688,11955.0996031508,65.1096839329914,1180.1711593737,795.852327453639,1575.16855096102,346.479491224379,2074.99769621008,184.702018276651,903.353797779826,546.773527346168,2983.01390600019,520.94941557707,2160.55883123127,205.813694469651,1853.18062663018,3862.31993839783,1396.48670029414,37701.3600910116,15587.3223053521,946.555186004294,7426.58759171649 -3324,243.284015162245,2008.59655088172,238.140806560822,1807.79819985896,299.760205643917,7163.4092561936,63.8535222720191,648.020994128131,1397.41960755416,17326.1487376865,428.743802053306,5090.8854897923,136.601016614441,3977.64838583485,669.048135109821,9666.79246194526,847.85471993351,11854.5433279984,62.5704321223078,1170.2445489925,772.868290723713,1561.91955367287,332.164570901602,2057.54455519019,177.847871392754,895.755542971013,526.263410924271,2957.92329387045,498.258967677294,2142.38602167484,197.718082031118,1837.59322483644,3675.59193178414,1334.53349556974,36219.0753884437,15020.8411572838,900.440958993828,7160.30631712055 -3325,237.739247193698,1971.30978743248,233.380428713891,1774.2389747311,298.086765957275,7030.43066160799,62.4751484143793,635.99139788712,1390.9018986356,17004.5132110374,426.619012506585,4996.38037729387,136.015918679427,3903.80895084142,658.961473839807,9487.34208716333,832.655514956954,11634.4804424599,61.5884627064994,1148.5206086338,746.361778822981,1532.9247189964,328.955888858928,2019.34914104295,174.358200751536,879.127104062044,516.356187824976,2903.01361770321,496.107720066242,2102.61564530331,194.878493265576,1803.4808970719,3702.23970958948,1331.61505383903,35735.806860007,14715.1011609685,907.722152732323,7004.31517174708 -3326,234.829795054201,1935.2090281749,230.368395906149,1741.74718957357,287.934918335971,6901.68180315363,61.8034251465039,624.344434791118,1341.94725909388,16693.1081535281,411.757924828334,4904.88125000809,131.168235283222,3832.31817449547,644.398165478455,9313.59960647029,817.321657962522,11421.4172393967,60.4278465860967,1127.48765569105,748.349896947421,1504.85214177222,319.451603711111,1982.36863312758,171.525636406288,863.027576660065,507.409385669389,2849.85048910602,478.461024403008,2064.11027100535,190.40505785764,1770.45360217086,3517.94543754965,1280.72281795726,34870.1026553598,14490.30381565,861.607925721857,6909.83764730402 -3327,241.076511815971,1882.41745154472,237.328987000367,1694.23315936284,296.748112936482,6713.40722480901,63.7746278542686,607.312617249428,1383.05589628931,16237.7281478271,424.368233107935,4771.0784356341,135.000991643376,3727.77436778797,662.241238308944,9059.52906413122,838.388135035663,11109.8464402528,62.2607386055137,1096.73033174908,770.668951543015,1463.80049515274,328.211812967803,1928.2905650319,175.888929553394,839.484597176251,521.190596125984,2772.1079309173,492.093126038398,2007.8023301274,195.447854381201,1722.15647475546,3626.79868178808,1318.47604258431,35877.0192010292,14892.2030139885,888.305636096337,7095.43096299582 -3328,252.033680390719,1860.78013463365,247.698408759952,1674.75891375367,307.01160674308,6636.24043082448,66.7218502929458,600.331904468248,1430.21811227233,16051.0847072014,438.904786855402,4716.23760527808,139.672577697557,3684.92572371989,689.351031292163,8955.39493529346,872.920674193338,10982.1450804594,64.8264348489102,1084.12404097412,808.95841149248,1446.97494182916,340.286545987034,1906.12596279769,183.292184765609,829.835199665537,543.670427606622,2740.2441284628,508.796061254526,1984.72378542092,203.12752977422,1702.36126653311,3727.53964961843,1361.96810353832,37278.3192173286,15531.7437166962,912.576281891319,7405.17842405792 -3329,271.608146831596,1839.60565232223,267.745283564499,1655.70123341029,332.11248056506,6560.72427875395,72.2113136975816,593.500513131063,1547.21638798048,15868.4336766546,474.802786773213,4662.56985168877,150.917115019006,3642.99363668632,743.700190900914,8853.48829510544,941.453102772933,10857.175325882,70.087698796538,1071.78740597801,873.965604398935,1430.50929672657,367.423459072236,1884.43547409816,197.636089290766,820.392208293443,586.222661051659,2709.06191099006,549.78153063832,1962.13890400197,219.183064647103,1682.98948915064,4034.65161042961,1472.39941721736,40271.1485684226,16762.9757675514,987.815283855763,7988.14661123523 -3330,286.720350263893,1821.58419740075,280.241225560837,1639.48137395091,340.814199856564,6496.45300589035,75.6315167307626,587.686363381215,1585.56234933019,15712.9806523517,486.784065550623,4616.89359912106,154.757716051142,3607.305528466,775.776748275953,8766.75626098351,987.718019456233,10750.8144351862,72.9201898535721,1061.28778156238,934.778511721694,1416.49550046911,380.357661258662,1865.97484972139,207.910600817722,812.355343881208,615.078676068814,2682.52294213726,564.151122572118,1942.91706818975,228.639493499281,1666.50230388146,4059.83139620183,1504.81443007961,41858.5523074128,17616.6970751152,992.669413014759,8418.6698385388 -3331,290.270330405131,1758.03181874442,282.861315583399,1582.28229348786,338.694631098843,6269.8013682979,76.3573305664666,567.182855308374,1574.06740290131,15164.7779957504,483.414575905773,4455.81700949867,153.569937632082,3481.4519735212,779.044733323061,8460.8971004348,994.917186725646,10375.7344192178,73.2710191545864,1024.26102043137,957.218836328195,1367.07606735191,379.721019013436,1800.87374685614,209.800236658923,784.013467347858,620.131941598571,2588.93368394306,559.844860633983,1875.13156511411,229.4309487973,1608.36050313514,3974.5314975989,1489.69158340671,41955.8044279627,17789.6248625798,970.825831799275,8514.11457109291 -3332,271.662547482167,1730.81161383958,262.952914284748,1557.78327828984,306.454040335502,6172.72390010987,71.0797465651604,558.40097014828,1421.46595460418,14929.9765774943,436.819154269977,4386.82607843371,138.570278367468,3427.54746788303,718.579044388403,8329.89415139997,923.983771833512,10215.0833923604,67.5760667699326,1008.40203849776,913.903863127117,1345.90916338745,346.820895274486,1772.99020579932,195.482126780095,771.874320034471,576.122924946738,2548.84834270488,505.53936528648,1846.09826498739,211.577625958566,1583.45771014277,3494.58697672173,1338.48399652295,38576.4361200894,16580.7951522681,851.899667403864,7959.03937606916 -3333,222.570385859612,1650.91553955152,214.547026399872,1485.87437293482,247.439079104779,5887.78450905226,58.0371999884165,532.624597354869,1146.8668881485,14240.7932439549,352.518797647308,4184.32559863057,111.858382074407,3269.3282920177,585.313211493735,7945.37752543651,753.319731304709,9743.54445938301,54.971481663431,961.853145749501,752.818041518494,1283.7805887678,281.006320462279,1691.14712359333,159.568366483378,736.243794146262,470.632432200539,2431.19083745738,407.829659511261,1760.88043830821,172.047743574799,1510.36364616147,2789.94431144988,1077.98713927317,31348.4807607449,13544.8235881041,679.578082259493,6508.41458628215 -3334,170.937421040074,1497.6608686669,172.238897141012,1347.9404916765,215.644370591214,5341.22082632171,46.664572914391,483.180997475224,1005.82226539032,12918.8188428108,308.545445512826,3795.89419367425,97.8168439369033,2965.83618754392,473.841642954327,7207.80725697468,591.858929973749,8839.05015691975,45.2722565877059,872.564212572931,546.775276208634,1164.60709569309,234.723156840898,1534.15775034279,123.836729534807,667.898201861522,371.28269617325,2205.50312495729,354.856290430842,1597.41771379269,138.751966212577,1370.15642297945,2663.65966323976,956.565043056643,25770.3734240709,10597.5507722819,652.880371885013,5023.94807970611 -3335,117.672812860958,1393.35050073488,110.736236412168,1254.05797689704,150.830890045492,4969.21089987173,29.3241366483784,449.527993194445,713.954445155095,12019.0378744129,218.765901888343,3531.5145011437,70.7610256619046,2759.26908652579,306.684323824535,6705.79171881925,365.521127640442,8223.42041501523,30.5411751671592,811.791112359119,264.942694472044,1083.49354242511,143.891946055883,1427.30541631175,81.2979331211983,621.379855395459,209.996451616738,2051.89235281747,236.346809474446,1486.1593956027,85.8733587160003,1274.72659397375,2042.42052899544,671.237566832846,16816.4399969019,6559.06762334113,493.33960918286,3038.79336073525 -3336,119.234262588945,1336.4513042111,110.071710878626,1202.84696341404,151.91204823376,4766.28700713207,28.9697695341032,431.170959831901,719.460345569314,11528.2255499603,220.405686558806,3387.30072469539,71.4537533797563,2646.59090976166,315.927500138193,6431.95239364204,375.879235707874,7887.60683900205,30.4702711320775,778.640615040598,261.781530674714,1039.24773925486,145.647827791648,1369.01962868018,83.3626355099097,596.005038011455,214.453703998142,1968.10078266551,239.343487672458,1425.47023270259,88.9097707469584,1222.67155186744,2072.61361120252,685.526993215244,17057.4299146949,6618.57323757187,514.759325575798,3082.02540119208 -3337,121.052999605502,1306.85909372886,112.328493990054,1176.21307080074,163.108804060355,4660.75007668845,29.4066920084624,421.623809287044,774.957652203505,11272.9632176282,237.106559536965,3312.29783031683,77.0376632649738,2587.9890923851,327.463369685596,6289.53366993347,388.217890722748,7712.95646375423,31.6387074745161,761.399659909874,248.896121906287,1016.23632256776,153.692990208391,1338.70627803391,85.7844971863049,582.808068935413,219.893941347395,1924.52235041932,257.352777261967,1393.90693142151,92.6216469846971,1195.59869571511,2302.86647515812,741.556994297912,17829.7959682763,6764.6334646461,565.545996139611,3124.44169147252 -3338,139.721426071502,1312.78910626942,129.994458371812,1181.55026307623,198.336252066196,4681.89872732399,33.6843113273996,423.536972296327,944.85179632928,11324.115490716,288.781306079061,3327.32773504496,94.222001549714,2599.73236895279,382.494101228637,6318.07309986582,453.205995206795,7747.95482645016,37.2342053003332,764.854592085274,269.774859257769,1020.84760328341,186.05161668812,1344.78080057039,99.947476395965,585.452622716388,255.268290005061,1933.25507587329,315.38577014005,1400.231932811,108.624475392932,1201.02385233152,2877.60524731335,904.651385333337,21129.2483153764,7870.01484827163,692.140352579378,3609.76521672374 -3339,191.224177919538,1351.05938552666,190.678780846231,1215.99468244904,267.189619258165,4818.38490845781,50.142895033752,435.883874116382,1266.82685483094,11654.2348222227,387.919191069929,3424.32561611542,125.81873011109,2675.51947236396,507.464164267219,6502.25685089239,606.658349575929,7973.82232753214,53.0720251645666,787.151546478402,442.079379721671,1050.60723692918,254.270284335827,1383.98369807451,134.556836726843,602.519671228779,344.189099040702,1989.61310876358,420.779461933566,1441.05133543832,143.467762384525,1236.03596357149,3680.37477501859,1180.21668725502,28928.8014444281,11065.7122916684,870.570771468646,5094.51279729507 -3340,270.806001979359,1446.40241796924,266.999998700119,1301.80632159734,358.601816220466,5158.41395053346,70.7553317860218,466.64380280366,1695.79454611961,12476.6635775032,519.815456589902,3665.97716142037,168.065456392306,2864.32844892492,692.695962215622,6961.11520495577,836.449550664426,8536.52771932285,73.2904510834399,842.700115428881,651.260432041614,1124.74763441875,344.070076975466,1481.65016931854,186.786402669189,645.038936611675,479.047241012869,2130.01829687683,561.868003401454,1542.74501796477,194.6288421076,1323.26189770692,4792.62213280179,1560.26587591571,39476.671571722,15479.0482194057,1109.51589525612,7140.74474847564 -3341,299.998465218851,1681.31770356837,284.72960841829,1513.23724844975,379.292549084504,5996.21003782807,75.0409996629388,542.433058163586,1792.02466811334,14503.0422334159,549.509953628971,4261.38135957158,178.002371818211,3329.53407031321,751.980291725484,8091.69432052207,918.624002475082,9922.97510235831,77.8864857551409,979.56599440628,709.87802271626,1307.42183938682,367.791895085845,1722.29016573955,205.983729152698,749.801970836575,525.718810655488,2475.96203309148,596.335534585916,1793.30764286045,211.613627313718,1538.17749986604,5015.85909501203,1650.64378103825,42332.9744221225,16849.6362300381,1150.89251870046,7802.37403807812 -3342,275.186381269755,1867.46224848829,250.365672171218,1680.77302016661,325.916328258342,6660.07135705815,65.2332363703665,602.487713239831,1535.89050351592,16108.724604311,471.450623571431,4733.1737473066,153.379145548464,3698.15839574465,690.469658851753,8987.55401064961,849.780839847186,11021.582272651,67.8286117923385,1088.0171609293,661.463047444025,1452.17106958555,325.533707986201,1912.970914798,190.600788358679,832.81516123195,482.458770308123,2750.08442228102,517.462737603128,1991.85098441523,195.619270637629,1708.47449377204,4194.55559746406,1434.95602982829,37765.5517772227,15276.014763393,1008.35597158434,7183.98739699331 -3343,258.079404531743,1966.07402117958,229.527300171033,1769.52662530347,297.572063879489,7011.7579538296,60.12335023473,634.302215233323,1402.39006796417,16959.3495046606,430.462975507315,4983.11007349238,139.708124229726,3893.44049871234,644.682103622369,9462.14386319755,793.437746554879,11603.5794544676,62.1461855884123,1145.47015685713,602.988654226084,1528.85329624838,295.182428802394,2013.9857830599,178.095189096821,876.792156986348,451.54167403186,2895.30326145775,470.343838895354,2097.03113285951,182.316710606739,1798.69088158127,3833.26750778311,1316.85872306626,34719.2969338833,14104.606226427,925.737860742898,6630.2638401377 -3344,238.579269266749,1989.18660619084,221.176800796207,1790.32865722924,283.463999837765,7094.1861076226,57.9145254218891,641.758884572563,1334.68660818216,17158.7186041652,409.830145224114,5041.69004248303,132.949199620825,3939.21063429389,592.360364634377,9573.37802939422,731.928853697735,11739.9877044557,59.6514804903441,1158.93596541419,590.240169460569,1546.82604366206,282.640338240053,2037.66160458085,164.494033264484,887.099466399545,416.257879478988,2929.3395907327,448.002829737981,2121.68321096406,167.665869578584,1819.83575988273,3608.36639934362,1234.21101806286,32788.8051671574,13328.6898212501,853.165771450763,6255.07732659024 -3345,224.042884580289,2025.08487706476,203.583562403872,1822.63819666136,256.677022064764,7222.21281649391,53.4227362131862,653.340520102601,1207.31938799347,17468.3769973923,370.87264852664,5132.6759531282,120.19549006394,4010.3004204101,553.131127623162,9746.14599224301,685.275243293488,11951.855840587,54.6376216878644,1179.85094497543,550.638339631105,1574.74116240327,256.884503669249,2074.43468962124,154.178544274401,903.108691897956,389.882585649336,2982.20452848292,405.049486915254,2159.97260944423,156.551420195733,1852.67780539571,3230.11320993743,1121.50343939598,30149.6807649967,12365.992992772,773.33013393099,5822.9631413909 -3346,210.449126340536,2068.27272694429,197.816697987692,1861.50857968264,251.742594321969,7376.23690034802,52.0711250962559,667.273947102116,1185.11495360166,17840.9152805757,363.92847356006,5242.13765572372,117.879958524639,4095.82584924027,516.852227762584,9953.99658398069,640.227513666818,12206.7463697056,53.2676140153123,1205.01296463639,526.949295091383,1608.3247843498,249.968747680545,2118.67499528689,144.169048549592,922.368784673483,365.348887624504,3045.80433259229,396.455952397047,2206.03713437208,145.943304226337,1892.1888263118,3194.00705101625,1085.75864408735,28939.7149772519,11794.8867052725,738.045766050143,5515.07616616606 -3347,203.624517808731,2043.7137971372,186.812864549134,1839.40479329696,227.037273947603,7288.65053810666,49.3677025610773,659.350652550343,1065.33277085248,17629.0700145419,327.571506182148,5179.89185561775,105.891767618904,4047.19149931963,497.297945405874,9835.80157989769,616.646512861824,12061.8019320784,49.5936065275417,1190.7044895356,520.568779254834,1589.22733410967,228.772434071294,2093.51758262297,138.998261831652,911.416462020894,352.599001134684,3009.63806987665,356.537106034754,2179.84237270982,140.216683999957,1869.72073882907,2775.8313646728,983.074482324321,27080.8565470101,11241.9378096241,668.168729152925,5309.30966698132 -3348,195.349377196651,2024.21707130963,171.704123377369,1821.85714499557,210.617401184703,7219.11789542765,45.4034731283503,653.060545337183,988.841741589673,17460.8913071563,303.983454477355,5130.47645730369,98.2448550488101,4008.58189402926,474.159816441193,9741.96949491282,589.505593269571,11946.7341346277,45.7017286387622,1179.3453457031,475.668961115915,1574.06634158017,211.339349493729,2073.54573608517,133.037911808506,902.721684454851,337.324012173076,2980.92657007134,330.529032040782,2159.04700050673,133.648116189768,1851.88388091376,2593.20152444192,920.59647166603,25301.6569829402,10554.2444226459,624.693321937215,4984.70722789366 -3349,189.16798688627,1994.01739848234,165.368844281385,1794.67651773146,198.714365617985,7111.41452624181,43.8045297666981,643.317412999684,931.514587965348,17200.3890061813,286.537522700984,5053.93392011501,92.5843591131237,3948.77711152006,460.337267168846,9596.62723117554,571.732508271028,11768.4985751445,43.7364993837931,1161.75047206261,467.590623318044,1550.58255162605,201.19812494877,2042.61011968822,128.96368453023,889.253810919431,327.031588102879,2936.45356941628,311.884308121445,2126.83577476508,129.778228307146,1824.25527916427,2404.17022046633,871.575423330973,24288.7671491184,10192.2120386972,595.204466987877,4839.50729962862 -3350,188.451583844418,1957.01990455345,157.267702693917,1761.37764400066,187.619624818525,6979.46757534726,41.6781601632822,631.38114198223,879.126297384708,16881.2487176788,270.46935432714,4960.16197526198,87.3078305664797,3875.51052050577,456.288852320453,9418.56902667168,567.905139412019,11550.1429304458,41.5121025948402,1140.19506533961,446.428627780048,1521.81265795126,189.722300850346,2004.71102434443,128.22428437825,872.754374908605,325.048708154139,2881.9698807636,293.703122941797,2087.37393570365,128.596960170169,1790.4075937494,2260.51781840661,833.37220852797,23386.1691668348,9905.26622429303,570.48820362189,4716.89143883075 -3351,191.756304934393,1906.54247847423,161.000730037375,1715.94641991563,192.880688634262,6799.44612651725,42.7248639381711,615.095924418491,904.182278073006,16445.8305687429,278.128243909232,4832.22448782781,89.7368621912482,3775.5494545182,462.3826022982,9175.63581954913,575.614075352637,11252.2300249002,42.5629047455906,1110.78600721371,453.677738537515,1482.56053498132,194.443478243428,1953.00350092779,130.057235362341,850.243416107287,330.132733123799,2807.63521442715,301.827386812993,2033.53428732092,130.109606611427,1744.22759999722,2334.65011449952,853.014934651921,23858.0028116606,10093.7822269638,579.349697238291,4794.11461377859 -3352,200.251000007757,1884.03735580803,168.72393746642,1695.69112264067,201.401052787305,6719.18441146647,44.8594490173318,607.835236871893,943.978210870231,16251.7014378812,290.387469994829,4775.18416164729,93.6827877863377,3730.98228406929,480.47077655497,9067.32519338118,598.526450978258,11119.4069591475,44.5661651659825,1097.67411716641,475.617046327819,1465.06016083465,202.954006684535,1929.94994515751,135.353429963345,840.207011153468,343.983974672757,2774.49345356106,314.880986319458,2009.53013367693,134.987925454888,1723.63846729291,2431.82624662564,887.2091585659,24874.09685734,10542.5368106512,597.560287584937,5001.86482170005 -3353,215.441659968641,1861.12725918043,183.505826790969,1675.07133644031,219.52293928166,6637.47840725652,48.7742520613781,600.443895098618,1029.0759768789,16054.0790026588,316.545706836486,4717.11740929726,102.064516216687,3685.61313871748,516.966886551578,8957.06554502876,644.029553935151,10984.1937760913,48.5017819716846,1084.32628199087,516.334498111097,1447.24487190394,220.870966260355,1906.48154651155,145.641831638447,829.990003643839,370.093610227612,2740.75531513309,343.0520541437,1985.09403139016,145.255132421338,1702.67883837951,2654.60678406399,963.465853127555,26961.504172298,11404.0831763178,647.602318209218,5403.48812926105 -3354,226.573462970414,1833.18388187768,194.246453718723,1649.92144401232,230.590793755153,6537.82183484431,51.6588156655782,591.428697332257,1080.32201299656,15813.039501138,332.387528536542,4646.29356267463,107.066782342587,3630.27652590976,535.978183780389,8822.58217705077,672.643809616189,10819.2746554144,51.2200652222617,1068.04596678539,550.677707511617,1425.51561652626,232.409383174735,1877.85720988324,152.540228688106,817.528349710757,386.729608483568,2699.60500717456,359.936016215919,1955.28938948459,150.630783462849,1677.11444079651,2764.07020206848,1001.23495793292,28248.9647095223,12023.0619829625,656.159059879464,5685.82420500258 -3355,230.104407465244,1769.11081640117,198.611541078397,1592.25372951932,228.123197354908,6309.31323260381,52.9609002431687,570.757203313862,1066.14091853626,15260.3454013507,328.346909163058,4483.89726702349,105.660972330799,3503.39184846857,540.973856060382,8514.21710189911,680.700902788913,10441.1215959981,51.866625801313,1030.71584412925,578.936206169687,1375.69128829689,232.364205036338,1812.22273144721,154.550756446855,788.954267209953,391.672349309308,2605.24896897493,355.245614834648,1886.94851745508,151.972710661005,1618.49628228058,2652.76544559447,984.632139766631,28441.2728493266,12232.5071284161,638.13132070051,5809.81061928706 -3356,215.488169014784,1743.82871419617,190.022505755322,1569.49906590368,213.164126447457,6219.14776613826,50.6284426915199,562.600596155823,994.134090381322,15042.2620520525,306.428986311426,4419.81855135987,98.6022566176647,3453.32539137838,499.476060274981,8392.54167887294,633.164235009061,10291.9090645515,49.2599942630563,1015.98603575659,568.278904581992,1356.03148664354,220.117663876218,1786.3245232118,144.158016988565,777.679437937669,364.489174681809,2568.01773953895,332.406114628827,1859.98241401396,140.350339414921,1595.36659020721,2409.33795668512,904.871458358805,26697.3952633321,11588.0991543881,568.341704730051,5511.99675213695 -3357,176.354866731083,1652.47759159431,157.331348030331,1487.28026744848,172.601250982407,5893.35537297567,41.9087276209844,533.128552475774,803.374958505464,14254.2675009019,247.826056037098,4188.28469538171,79.722323578176,3272.42164283714,406.10297279125,7952.89522873327,515.552009646519,9752.76354004593,40.5126394407241,962.763225420561,480.811205061081,1284.99526755853,180.225513438838,1692.74724168283,117.520537308765,736.940408294646,297.435677055293,2433.49116507747,269.204851861477,1762.54653619139,113.925998778167,1511.7927117692,1900.36027823527,725.967403953122,21821.2473962135,9538.30019388968,448.875760470695,4549.30245798165 -3358,136.673818711242,1501.59492628709,125.777019664945,1351.48126360544,145.333379572786,5355.25115250072,33.8320229730409,484.450217980893,680.078176098366,12952.7540138336,209.342574332997,3805.86525373898,67.1266183760959,2973.62685010175,333.53907913694,7226.74073494518,408.858121085584,8862.26858597309,32.9557277832259,874.856265441106,357.647057333626,1167.66628720647,145.279336790193,1538.18767802174,92.1140507743515,669.652637772561,236.58557157634,2211.29654358538,224.473551469663,1601.61381283024,93.0861512206823,1373.75555174715,1720.71150400238,628.635835199595,17778.3862985743,7459.53403320571,430.469083687592,3533.00635546359 -3359,83.552985766029,1392.48269217383,76.5235188371123,1253.27692270584,107.181387121103,4966.11596879855,20.4628039613642,449.248017523774,532.218000154869,12011.5521599731,161.051678430152,3529.31499820748,53.2837923392577,2757.55055458839,224.730342084484,6701.61520798504,266.071558325318,8218.2986924957,22.7392727679774,811.285511452015,173.356436103885,1082.81871942009,98.7585519547967,1426.41645990139,58.7436839409613,620.992846701029,144.62186367502,2050.61439027381,166.182508784078,1485.23378367239,59.7011933178416,1273.93266692477,1513.5456433226,487.470016411597,12134.6513634905,4743.29224986824,358.717906935974,2181.88351438976 -3360,83.7490362484838,1339.34399380277,76.0952651274368,1205.45047233388,107.972479438169,4776.60342402881,20.2357290239725,432.104210256967,536.446238569374,11553.1778830185,162.282701345794,3394.63238692603,53.8095816709752,2652.31933843986,225.997904856369,6445.8740694147,269.099008518871,7904.6792142801,22.6953616537635,780.325948128066,171.299627167858,1041.49714490775,99.9640799726761,1371.98281096613,59.4037306500191,597.295064490238,145.187249640248,1972.36064954688,168.291554964823,1428.55559981801,60.4032126033868,1225.31797022999,1533.64858045037,493.002768376648,12205.8977430938,4761.11805328854,363.598422676599,2192.80782580383 -3361,84.3553469886164,1308.50792690835,77.805242787804,1177.69707098606,116.07573212583,4666.63043471987,20.6198663380905,422.155762065541,578.613556338129,11287.1860484395,174.730971329271,3316.47687807277,58.0543540431769,2591.25429695394,234.7550158362,6297.46902566405,274.633392973139,7722.68771832513,23.6084628085534,762.360299835121,162.943069909655,1017.51848387718,105.502781682601,1340.39529205187,60.2696635261851,583.543384078372,148.412802138424,1926.95047470698,181.039263965255,1395.66559079701,62.6125674498153,1197.10715428444,1705.32116280903,534.897322802777,12765.748350622,4841.79604509592,405.082806471916,2212.00518926568 -3362,97.6600995798554,1312.87588740611,90.2124516550548,1181.62836874789,141.293431058024,4682.208221432,23.7148482775469,423.56496995392,706.264860414436,11324.8640645804,212.966201808994,3327.54768604975,71.041050220021,2599.90422270218,278.855996416096,6318.49075229965,324.954291224949,7748.46700035814,27.8317119124938,764.905152339461,176.69831092878,1020.91508580211,127.729057080472,1344.86969649885,71.0170898174192,585.491323710964,173.981218529167,1933.38287254087,221.930394565471,1400.32449430331,74.8889102370509,1201.10324529312,2133.59927469519,658.039395900479,15239.2620824281,5655.56154329081,507.573637025051,2573.67712418306 -3363,143.99331690969,1346.5178627555,131.900240751015,1211.90717334388,189.989512794345,4802.18813352966,35.0660790058088,434.418670912819,945.024336071118,11615.0596583532,285.707815907473,3412.81490612885,94.7733785430937,2666.52583911692,392.735440196801,6480.39981938914,464.068882125581,7947.01869768319,39.5526372101938,784.505573465686,289.322371914889,1047.07566996687,174.526538577909,1379.3315017706,102.225254341675,600.494329607037,250.899270058819,1982.92511759456,295.918054815403,1436.20730894741,104.760066232669,1231.88108663962,2730.89016367988,869.924394179485,21263.5142094839,8212.13212965943,647.888464568034,3770.09158473613 -3364,202.485435665137,1437.84005924711,184.412517108466,1294.09993741699,254.72843729931,5127.87736532522,49.3249016872045,463.881382342088,1263.60886254249,12402.8046929502,382.578537345614,3644.27544747599,126.528050409663,2847.37230492722,539.813974395716,6919.90705655222,642.607631723147,8485.99350307279,54.5404882427738,837.711530928576,426.081663226479,1118.08939560629,236.136848862658,1472.87915228151,142.119192632894,641.220459335644,349.014500744985,2117.40909454421,395.008205225445,1533.6123339368,143.527107227732,1315.42850161277,3559.55863918412,1155.49114084431,29082.9659233418,11461.61272602,843.109094193054,5285.20101643528 -3365,219.366660290922,1676.42905905634,196.583488806126,1508.83731918336,269.330983791419,5978.77529647481,52.2861587701564,540.855865234906,1334.79851733133,14460.8727982927,404.334171873866,4248.99085267755,133.976232081363,3319.85302762515,579.09141385465,8068.16669278755,695.231995727564,9894.12279343766,57.9392238647337,976.717782011586,464.385103926431,1303.62034453165,252.402100814824,1717.28238859607,154.071469017453,747.621826487856,376.36310700173,2468.76285938424,419.163801518773,1788.09337339309,154.427680531836,1533.70505365478,3726.65577082848,1220.99294939582,31066.160780063,12357.4640290075,882.153220118058,5720.36018996052 -3366,200.65581740338,1869.83425406569,172.676645739139,1682.90789758189,231.197070876419,6668.53081931375,45.3815109482122,603.252978624594,1142.75320546426,16129.1855183869,346.654604110346,4739.18571062019,115.365392708841,3702.85570748304,516.429503887453,8998.96978532335,635.528083017655,11035.5816210414,50.4048317339468,1089.39913412641,432.602491651564,1454.0155823082,223.365142815333,1915.40072438745,141.592413556477,833.872982994605,340.209652622511,2753.57751328902,363.538553568824,1994.38098556958,139.121889599582,1710.64455693201,3108.5375380203,1046.06760115494,27429.8125056758,11184.7138472143,734.517618964137,5230.575957235 -3367,181.852012933558,1968.15675723664,158.294291043327,1771.40115132169,211.094618647271,7019.18577239415,41.8137016733335,634.97415539453,1043.44779240798,16977.3151805899,316.521130779303,4988.38886916057,105.088764869756,3897.5649664716,469.021208274704,9472.16746759322,574.07863748014,11615.8715620181,46.1791332079854,1146.68359641855,394.361618689956,1530.47286796935,202.543590286912,2016.1192738459,127.822548673761,877.72097585086,308.629469245169,2898.3703649512,330.456221226739,2099.25259670376,125.885535205473,1800.59630239158,2839.86499424171,953.085568776377,24961.8212534171,10153.6353456331,671.070914336005,4738.71957605496 -3368,176.043135630987,1994.39344633347,152.470936184356,1795.01497227478,201.015087170878,7112.75565403396,40.24598609349,643.43873497558,992.683652904274,17203.6327939885,301.274902908754,5054.88703165349,99.9847024264265,3949.52180369202,450.812015774864,9598.43704038341,554.277554535984,11770.7179733321,44.3065703621708,1161.96956431773,385.992503319537,1550.8749729645,193.929303803075,2042.99533154585,123.580026534292,889.421513560824,297.785468698289,2937.00734946633,314.716798179255,2127.23687057469,121.091401657516,1824.59931190851,2676.35662056733,905.298630894042,23949.2126924539,9808.01451220174,632.026788411002,4586.2092289646 -3369,162.098407780564,2041.71784221684,140.268716702131,1837.6083729504,181.946497935193,7281.53221365013,37.0848873837895,658.706710046729,897.555264706766,17611.852912477,272.559961127592,5174.83301095436,90.3735737290399,4043.23888530977,411.978585272154,9826.19562793584,507.915987298634,12050.0219984359,40.5607557705981,1189.54161022837,360.063293123623,1587.67524490739,176.24978892238,2091.47298776544,113.392400499398,910.526344150958,273.243434598827,3006.69876305077,284.503542052779,2177.71347035788,110.55789997798,1867.89471098036,2393.96935326662,816.581337223548,21845.4876355264,9008.95717301677,564.919696977401,4218.69101567053 -3370,156.248392707532,2081.86836634158,136.344318865277,1873.74507009061,178.507787072342,7424.72405375852,36.1672675150565,671.660223556773,881.370627100967,17958.191231427,267.518553826953,5276.59646394069,88.6507873445371,4122.74946069389,399.952768733923,10019.4284520098,489.739330461884,12286.9865235763,39.558148409741,1212.93402916663,344.597570159436,1618.89698960923,171.513046072964,2132.60195030628,109.174005677222,928.431908372968,264.250164866859,3065.82570445546,278.510108220105,2220.53835801886,107.037523881906,1904.62699107556,2371.79925909814,802.203327248081,21256.4710746938,8704.20071378587,560.039181236776,4065.32770213219 -3371,148.851345857579,2062.14022602008,128.564093117369,1855.98914168174,160.785142907132,7354.36610012944,34.1874170412901,665.295456526868,791.172858344099,17788.0163432056,240.578780840445,5226.59453435498,79.5783674747269,4083.68158244285,372.012725158148,9924.48263620409,460.48792687888,12170.5529400778,36.7721782313838,1201.44005907948,340.337886623666,1603.55604515116,156.947112432627,2112.39304987543,103.094687818798,919.63392898894,248.990188668961,3036.77341629134,250.351678012468,2199.49615716481,99.4443079015727,1886.57842030733,2056.42847529597,715.322028055954,19640.2051491404,8224.35508627308,484.39118725708,3861.90610655581 -3372,136.622461327379,2035.32499788255,118.199107350119,1831.85461793452,149.18947264085,7258.73293110751,31.457894955313,656.644226498703,734.545585621037,17556.7082535139,223.289319950343,5158.63003657125,73.8415550287915,4030.57905726415,342.9294504686,9795.42872285777,423.135426203724,12012.2920470841,33.8962425803305,1185.8170239089,310.99597320107,1582.70405815267,144.991429679619,2084.92435456858,94.6529780779511,907.675385482689,228.986155096921,2997.2844567471,232.111092243707,2170.89480867367,91.5930995999117,1862.04612609109,1920.88706802731,664.503101713483,18130.7265099143,7560.22084767859,452.667834943015,3545.44854897403 -3373,132.423125654907,2004.72034828796,113.761103592526,1804.3094992196,140.673255557377,7149.58526275557,30.3101058502351,646.770439029275,691.496967629297,17292.7126239745,210.385477107727,5081.06106610134,69.5625311803762,3969.97229429548,328.677384182233,9648.13742343198,408.25544428352,11831.6663537372,32.4158179849149,1167.98620350538,305.68078736552,1558.90535123259,138.024073067604,2053.57389242165,91.5152961616796,894.026908140133,220.814511456954,2952.21507439809,218.966263833459,2138.25163129644,87.853279938816,1834.04702556548,1778.07867589744,624.0207715765,17316.4148566145,7298.88275622969,418.504224758636,3433.05436033434 -3374,125.681000566957,1959.62332462477,108.165594760514,1763.72080152343,132.796807312768,6988.75234855293,28.8271472789677,632.221067183738,652.485029590389,16903.7058125905,198.564253759204,4966.76046984721,65.5926714167741,3880.66610520484,311.152360720091,9431.09853216627,385.73355286097,11565.508064884,30.760437832587,1141.71186479138,291.837973794986,1523.83712260248,130.150144484941,2007.37788782693,86.493273639637,873.915398489245,209.330560916863,2885.80376013042,206.194351786828,2090.15076550896,82.9346475850973,1792.78936976228,1669.77310609297,587.69052485667,16381.2800965227,6918.64912921065,392.881517120352,3253.58812916519 -3375,128.045898792748,1909.92692316399,110.751127041843,1718.99252343253,136.544334696261,6811.51632668116,29.5589056997012,616.187826727826,671.211797250108,16475.0247800261,204.211982505812,4840.80252723276,67.4251223772926,3782.2517118487,318.112177788157,9191.9241699401,393.743432421507,11272.2046913898,31.5444847000706,1112.75784568362,296.585752536664,1485.19233793694,133.391779558452,1956.47042201789,88.2342698371892,851.752746136456,213.60687645425,2812.61925553797,211.913304041129,2037.14416457142,84.8064848534605,1747.32390753046,1726.19665892443,604.834762085215,16776.3792967995,7062.38036061944,406.302935407072,3317.86732325396 -3376,134.032667285006,1895.26098962792,116.053257099431,1705.79273563336,142.56752226852,6759.21210262137,31.0286483613812,611.456247941786,700.707039040175,16348.5164746566,213.204160183784,4803.63100655067,70.3875697752901,3753.20858378452,332.634510395704,9121.34128673655,411.282894477073,11185.6477646279,33.0259809176204,1104.21320849954,310.925033387915,1473.78785337143,139.229601085484,1941.44709058745,92.1753428707374,845.212313090298,223.486868363867,2791.02173441624,221.075310014205,2021.50135616935,88.5552992243612,1733.9065688967,1798.99269283479,631.035047757079,17532.5724702851,7386.61849517643,423.384740499262,3469.88748113809 -3377,145.495509178155,1875.44607097564,126.229263504932,1687.95870407824,155.404989730106,6688.5446648912,33.7410587473495,605.063484159541,763.925761034813,16177.5930367746,232.419538455371,4753.40913307188,76.6886292714045,3713.96885734065,361.601956661889,9025.97783200103,446.864401007893,11068.7020237816,35.9450622385061,1092.66867979297,337.546786154391,1458.37942857659,151.522236352171,1921.14929710242,100.124477628038,836.37563396302,242.758752677486,2761.84165371661,240.860970199114,2000.36659681579,96.2852211166194,1715.7786077339,1964.63820001568,687.917570366284,19078.3592939814,8027.19082473751,462.428866424266,3769.11202551148 -3378,154.053912420018,1848.31264440159,133.5842727215,1663.53779202647,163.202691453495,6591.77668080426,35.7193806827928,596.309595751787,801.762413277597,15943.540168179,244.011802791683,4684.6381459,80.4376575458543,3660.2361998953,381.464806678155,8895.39252189601,472.229757594902,10908.5631542719,37.9496646047151,1076.86025647878,359.983981235657,1437.28000494891,159.434161401282,1893.35464909977,105.878219063248,824.275186392883,256.608636717665,2721.88410501392,252.695994117532,1971.42585518858,101.559360468013,1690.95520513611,2048.53080534854,720.820456241437,20115.6383150509,8493.29728734121,481.950929386768,3990.7449991537 -3379,158.580185137736,1778.28064308018,136.447173753977,1600.50685340129,161.302255178114,6342.01627656811,36.5475834833667,573.715607378581,790.393328736147,15339.4443029541,240.883605112754,4507.13863800142,79.3377063423409,3521.55096871206,386.275592946994,8558.34881733943,481.140078821899,10495.241029604,38.3870152247766,1036.05835040887,378.399317033683,1382.82190474022,159.386788645629,1821.61601998349,108.188145962361,793.043651448014,262.194677852668,2618.75274798056,249.316355099011,1896.72913192923,102.627166419582,1626.88542910594,1964.38149835878,707.001410890905,20257.35135726,8686.31182470906,461.208737489109,4095.80555285759 -3380,153.389911011631,1752.27536567135,130.446267854222,1577.10131003029,150.60182510407,6249.27169587146,34.8888850747341,565.325686709023,736.333464596654,15115.1228461876,224.674418551464,4441.22699966843,74.0013952511216,3470.05239889574,368.572575232434,8433.19296186607,463.802535308577,10341.7603877776,36.4274721393539,1020.90720712957,371.390281991324,1362.59974949172,150.971860783239,1794.97701330231,104.562572576448,781.446314304709,252.067913758612,2580.45654769217,233.209018557196,1868.99168371645,98.1872549107562,1603.0941298749,1785.83080818808,656.732945745182,19244.2399996054,8364.82797984408,418.504224758636,3960.25869140346 -3381,128.0795633118,1669.16840896691,107.929357590923,1502.30251250169,121.850702554459,5952.88109286595,28.8427304406534,538.513406921462,594.528830404005,14398.2424490937,181.608359759608,4230.58838246993,59.8047825256335,3305.47467319869,304.087516731141,8033.22329037929,385.51215083971,9851.2711361266,29.9359243506065,972.487596419778,314.195856988287,1297.97433695383,123.60058523398,1709.84480186315,87.1050657141094,744.383860376482,209.354941664794,2458.07059466899,188.811419537952,1780.34910277138,81.089151966877,1527.06254428356,1408.34921686156,528.554251491713,15813.012769311,6955.37913578252,329.434812492221,3303.51895754935 -3382,98.0543656632042,1525.11248806565,86.4396591691014,1372.64778698202,102.813322688461,5439.12360545981,23.3564529580558,492.037542452063,504.459423784687,13155.6164419027,153.63210798754,3865.47165601085,50.421395464774,3020.19896614277,241.365394284533,7339.92393683035,296.209897933485,9001.06696982495,24.4000110309762,888.558020761193,233.779935744608,1185.95395158612,99.6605995507196,1562.27834529266,66.4482815069679,680.140550992894,162.89174644529,2245.92925455429,157.583663275378,1626.69784257037,63.6079154166364,1395.27092882473,1271.80901019916,450.368823926414,12722.5670593019,5394.55468618878,298.931589113312,2529.9371759933 -3383,68.4197000600613,1428.12062244358,66.6204968897716,1285.35214764839,96.4122236801719,5093.21420535275,18.5662262065951,460.745660986287,490.602908461644,12318.9648558109,144.820389715952,3619.64106294998,49.7974985228056,2828.12478501298,198.556952677963,6873.13022703639,222.592308854985,8428.63032346334,21.3926293044642,832.048811885466,146.888863141054,1110.53139278713,83.4095806653303,1462.92286003067,44.5571318357199,636.885970467039,116.467134548542,2103.09594215338,143.666921996688,1523.24550066843,50.3720110496854,1306.53653611997,1392.9715816156,432.654277223742,10690.3965293527,4138.0980784966,319.084770348894,1881.12050119527 -3384,68.5948867170213,1372.23386783807,68.3069629273693,1235.05236279242,99.2420500289485,4893.90106052834,18.9901279823393,442.715265453567,494.612915520941,11836.8858527694,145.962283466241,3477.99336970473,50.2939079154046,2717.45155939753,199.707210995048,6604.16349108041,225.132148521076,8098.79208210951,21.3577621513407,799.488181474512,152.143345009987,1067.07288203177,86.3073218765993,1405.67418677404,45.0608387167638,611.962662600873,116.956699824558,2020.79532623632,148.286419939724,1463.63621685728,50.9668835785315,1255.40774095397,1417.40858626185,439.629174583116,10823.1957382435,4176.70655122875,323.912181585268,1904.50475252232 -3385,69.2323696777382,1333.26934509909,68.525661139831,1199.98310309715,100.85612798655,4754.93894654428,19.0744178759637,430.144384183279,534.20605734733,11500.7779787555,157.380731273666,3379.23589481935,54.3092946119491,2640.28963710432,207.736337359176,6416.6385475913,230.064974252215,7868.82722288414,22.2480970915909,776.786748317428,148.490848080384,1036.77339260029,86.8819509969653,1365.76012759078,45.8480046762487,594.586008634528,119.884006747611,1963.4149282696,150.447012332904,1422.07632827707,52.9397614397525,1219.76049115524,1539.20839341873,470.769464331885,11208.6348509352,4237.4792378561,357.77487989733,1918.7060372651 -3386,80.291854210412,1336.01740133354,77.4496836060439,1202.45643758115,125.821243230971,4764.73954659895,21.3627649894241,431.030972449192,652.786636164126,11524.4827048423,192.045569832743,3386.20097678314,66.5026990746008,2645.73164657124,247.041696220737,6429.86414497694,272.471230988771,7885.04598602238,26.2627098431964,778.387815404432,144.756555579565,1038.91032884331,105.812413222649,1368.57515191215,54.1326868932596,595.811534289902,140.859526210709,1967.46180345972,189.31068908137,1425.00742823384,63.4085123169769,1222.27458962647,1962.35554699355,584.224718564468,13409.839979365,4930.63143460916,451.372566359235,2206.82832151086 -3387,118.02058747577,1364.51038876081,122.578430027306,1228.10099589577,196.753759640465,4866.35623501932,33.8864549884325,440.223487506634,871.736439015833,11770.2631418989,257.101459655576,3458.41783695383,88.6093780072603,2702.15665904972,347.218062158233,6566.99262703045,388.432385233486,8053.20885270286,37.2379617204162,794.9883433734,232.297011360588,1061.06697059682,165.354448093407,1397.76249225502,77.6231115568506,608.51829285353,202.306337054684,2009.42148480345,295.246391076047,1455.39828893365,88.4608455620069,1248.34180587691,2679.06380132522,803.421659461252,19316.5773688131,7250.26453072917,590.16063940501,3268.94802172588 -3388,165.715782429817,1447.64627438142,154.541708663778,1302.92583033186,235.673733301371,5162.85000939878,43.1223242034662,467.045100450228,1164.33068512449,12487.3930797501,343.873631986401,3669.12977589507,118.216870426238,2866.79167303428,476.747262882615,6967.10152499785,537.390935632986,8543.86884003001,51.2905638955127,843.424808591102,315.096948780595,1125.71487876221,199.748997744711,1482.92433758653,107.708423366554,645.593647947499,280.846626642826,2131.85003947053,351.427672147331,1544.07172570469,121.024559706204,1324.39985750013,3358.08396074765,1034.38242331968,25617.0756239428,9921.83304051812,756.8849788299,4480.83793210026 -3389,179.418216913018,1677.55720541566,140.242042579378,1509.85268533872,228.702829444711,5982.79868985817,38.3375528574923,541.219832067849,1229.45923253305,14470.604185918,363.28288756853,4251.85019440472,125.136157597151,3322.0871096976,511.199219757269,8073.59613391519,581.131887786041,9900.78100456072,54.4711756127204,977.375060411708,266.624236638159,1304.49761072891,194.341707306145,1718.43802704325,116.651997596858,748.124935663362,302.587563295546,2470.42420366647,345.985056541652,1789.29666381472,130.119766140993,1534.73715445451,3469.82012053982,1073.28728697041,26635.9314519229,10443.339427528,788.212441062806,4692.93869921713 -3390,163.852265746238,1864.80097339054,135.750501016018,1678.37779135427,194.332045769741,6650.5802511115,36.9789751240892,601.62912263151,1051.42327621896,16085.7684520886,311.103387043604,4726.42861634761,107.659317276661,3692.88824002712,455.329958729534,8974.74606569779,530.586690300759,11005.8756834207,47.3497055702725,1086.46665409648,322.447219187701,1450.10161586123,175.536980573907,1910.2447864051,106.92937374947,831.628336571152,272.901683178835,2746.16534375846,295.00887379962,1989.01244595077,116.991081550135,1706.03978826241,2820.5777694343,912.029937436687,23647.4072485482,9579.36393933985,650.082731125402,4405.90395839054 -3391,148.51691697962,1958.90015222685,125.239780410014,1763.06992429347,179.767679261901,6986.17324432875,34.3841903274076,631.987754577472,960.075641872855,16897.4677293259,284.066829668465,4964.92755428956,98.076567017822,3879.23399803529,413.572870864044,9427.61811322311,479.351480889322,11561.2399710645,43.37797409993,1141.29053151951,290.647179761723,1523.27477118925,160.172938910066,2006.63709225544,96.5592471543814,873.592891869549,247.616033103289,2884.73879341007,271.257373502185,2089.37942373011,105.88511829423,1792.12776517165,2593.71856128056,833.783386404757,21565.8996716677,8699.92719171643,595.347395476432,3987.66580645821 -3392,143.709009230165,1986.00464707882,125.514127476307,1787.46479691235,178.74649754954,7082.83804703481,34.4772576239171,640.73230892394,913.013602841646,17131.2710329605,270.274085136636,5033.62521260699,93.2889193148425,3932.90936163655,397.378527003005,9558.06418334348,462.676222311046,11721.2080883378,41.6053183475693,1157.08209869102,294.915210367891,1544.3516970075,159.751398338834,2034.40210349145,93.2939795343338,885.680437022618,238.76351920281,2924.65373633679,269.60562521333,2118.28930653854,101.800662139643,1816.92469917053,2479.7390050451,799.914647413874,20893.708620321,8454.01820947124,563.655341860622,3888.17621548928 -3393,132.263732025978,2033.21333571524,118.471180237371,1829.95405753422,166.772603536326,7251.20195117594,32.6707699711701,655.962954086716,825.157999751461,17538.4930610311,244.401681546145,5153.27792627203,84.2976351752479,4026.39730677395,363.013517240964,9785.26590548549,423.849721098241,11999.8292204176,38.0720672032031,1184.58673147435,280.399191228466,1581.0619929861,148.881586429892,2082.76123276452,85.5490233896549,906.73366670376,218.937907584828,2994.17475574182,250.767945915197,2168.64249199625,92.8984605006724,1860.11424181592,2243.20692631366,726.54185053921,19181.105968011,7792.92787964028,505.907100089211,3590.47612454557 -3394,127.546659377318,2074.11595834815,114.347312232918,1866.76766628648,159.064952348207,7397.07605687555,31.6296031463624,669.159112453807,810.572475593222,17891.3189797991,239.972074010314,5256.94760944705,82.7127290330655,4107.39727205857,352.540222491395,9982.11836147922,408.818022859175,12241.2325584935,37.1414788375744,1208.41733655761,272.397253433119,1612.86858254676,141.977853209474,2124.66062189491,82.4245596115698,924.974637459882,211.867020052349,3054.40926137869,238.597111278635,2212.26957426925,89.9909339963484,1897.53458996661,2190.94293884588,708.659725503357,18579.2018791287,7523.15966076978,498.892140555409,3461.61086662874 -3395,121.330229075835,2043.3088203699,105.392921137458,1839.04030184615,137.761913551952,7287.20623894056,29.2110135072868,659.219997418414,726.605362157553,17625.5766859775,215.491811198157,5178.86542233653,74.1793338699773,4046.38951886015,327.524711326545,9833.85254420919,384.02434303657,12059.4117982147,34.4838483051214,1190.46854277257,269.972023061816,1588.91241714371,126.101503110876,2093.10273687299,77.6746526686041,911.235858213759,199.205655701403,3009.0416881827,206.376338589278,2179.41042107424,83.4685061039585,1869.35024005295,1867.12787151304,624.467798950579,17015.4057086497,7077.36380364748,428.806954369359,3279.79822979481 -3396,111.391611696676,2025.80804946268,97.1148164993054,1823.28907389132,126.191984171008,7224.79192071809,26.9576477628001,653.573832708867,674.762493343452,17474.6150806568,200.055699469021,5134.50886868585,68.8437103657661,4011.73252757965,301.984649177558,9749.62641118618,352.941550205175,11956.1239344065,31.7940045875267,1180.2722782473,248.925563464069,1575.30351381649,115.23387944639,2075.17548519272,71.343008228604,903.431198517651,183.272169535399,2983.26949520326,188.548367298976,2160.74395122308,76.9037383617348,1853.33940998635,1732.31959214199,578.184479371647,15678.7436683933,6505.10037690691,399.737860091319,3011.56132638294 -3397,107.894362102105,1998.15394168028,97.4169879925132,1798.3995328604,123.532403666194,7126.16699199694,27.1978672531478,644.651960166064,634.794987192064,17236.0708172827,188.363765208265,5064.41818970864,64.8245962427815,3956.96875875106,289.271322741725,9616.53521348626,340.367613614611,11792.9120545695,30.3887548148559,1164.16049667752,255.199214824253,1553.79919944049,113.285829872729,2046.84746736786,68.9090421017306,891.098547482712,176.554551475052,2942.54517475928,183.827593982525,2131.24784662761,73.7032364829281,1828.03965475301,1619.90428305864,546.912393881349,15101.364259937,6316.55892495095,370.928730336392,2937.18119448269 -3398,102.385434848951,1965.58226327558,87.1527900258863,1769.08402818101,110.318440426952,7010.0041605555,24.1818914358345,634.143562443802,598.870629210368,16955.1076022318,177.74547550833,4981.86368920636,61.1186116742453,3892.46666450347,273.812315181709,9459.77717507523,321.568267241958,11600.6771466958,28.8319760693361,1145.18364983992,230.129340710704,1528.47089676372,101.997759759238,2013.48204138146,65.1179998337946,876.572852184637,167.334456079331,2894.57908309622,164.852728407285,2096.50661973161,69.5683695922146,1798.24098984355,1496.77395084923,508.735403200874,14100.1205036458,5933.90186160503,346.192473650266,2755.21880965745 -3399,104.333848840411,1922.45226842249,88.0326712803957,1730.2657164493,113.368934860871,6856.18640944236,24.4444421046303,620.228800851099,616.177361900931,16583.0683763592,182.83776338179,4872.54862298461,62.8352312459455,3807.05580669175,279.986089401681,9252.20502279477,328.292579270104,11346.1280723693,29.5708081488344,1120.05533756001,227.736443256246,1494.9322638903,103.869265058332,1969.30100062621,66.4485946546436,857.338560489269,170.805979233692,2831.06447814259,169.319079671573,2050.5038034629,71.1560887553855,1758.78289842421,1552.97002764371,523.889353260831,14421.0437463727,6044.49521625341,358.495610862551,2798.42865360606 -3400,109.20502025699,1918.95211367986,92.8620031696006,1727.11547035326,117.940078407352,6843.70354379648,25.8472935425158,619.09956772814,643.211459709254,16552.8760504544,190.875539702529,4863.67731083213,65.5931298227763,3800.12440732433,292.75234016693,9235.35979348936,342.907453280702,11325.4704962957,30.9572973609526,1118.016084328,243.601844343334,1492.21048278847,108.366777179914,1965.7155497153,69.4127489827745,855.777628299782,178.689447315184,2825.91003872029,175.747462682622,2046.77050889411,74.2981090117741,1755.58073189748,1611.26772544896,545.750479346224,15073.792645937,6329.81863313428,372.960940970498,2933.75389092715 -3401,118.554813998146,1898.3850937135,101.602784457261,1708.60452466068,133.490035661014,6770.35383046818,28.2293530900329,612.464158183596,701.289662385194,16375.4649885506,208.092986094297,4811.54920005295,71.4692742753392,3759.3952854234,318.269720460453,9136.37669333006,372.595064539161,11204.0859259537,33.6954086320654,1106.03336784166,257.42890644792,1476.21721095289,121.184638662517,1944.64732676644,75.4079717039065,846.605541387066,194.123283472127,2795.62238965641,199.305915297206,2024.83355193573,80.7915797241512,1736.76470011216,1795.55598184298,601.196157284989,16500.7296466191,6885.58170503472,410.364926251815,3183.40312340402 -3402,125.500653864573,1866.01590369246,105.429569373169,1679.47126570669,139.443318948265,6654.91314860978,29.2412185035825,602.021088027298,735.836845545531,16096.2484377819,218.41406022015,4729.50791619128,74.9515948764123,3695.29418140555,335.689928823456,8980.59317276327,393.684799454877,11013.0460850119,35.5673056836387,1087.17449438556,265.231119389159,1451.04636675911,126.409868453599,1911.48932365503,79.7159615129931,832.170147992559,205.130862678829,2747.95448884033,208.403734805761,1990.30830085752,85.1946420680787,1707.15128459076,1876.90513829743,629.445074894963,17349.3992967169,7261.39200884902,428.094675204727,3353.8182147836 -3403,129.061440002125,1799.16585867715,107.308262196842,1619.30418487301,133.927810688346,6416.5007949545,29.896303919299,580.453674397462,724.632882275227,15519.6001195581,215.37610376719,4560.07323105704,73.8736591684091,3562.91021732307,339.638792594139,8658.8633007534,400.847527572642,10618.5035599017,35.9467981357811,1048.22645340405,287.072677608505,1399.06261102306,124.149077048305,1843.01019275386,81.3425453080532,802.35764117329,209.288755311365,2649.50898207082,199.636149257165,1919.00547903088,85.9908739102324,1645.99256670578,1770.34454078158,611.656155031701,17386.8889208154,7420.06542680838,407.213586067229,3448.22375438121 -3404,124.737189321325,1757.51113473016,103.77856036948,1581.81366198331,129.545598754836,6267.94441365676,28.8729503477517,567.014870268072,674.453176313098,15160.2865767681,200.692691904045,4454.49731058163,68.8611050224865,3480.42085658139,323.844249512185,8458.39119933588,386.171095048853,10372.6613923302,34.0896676367393,1023.95766054101,278.353250656304,1366.67117442166,120.259542634348,1800.34037415965,78.5184840575481,783.78126263173,200.960288176104,2588.1669080697,193.223726647757,1874.57619915305,82.1829677263472,1607.88414793256,1639.36062844145,572.61388258223,16597.2753090696,7150.47865846517,372.022504485106,3331.24891519678 -3405,104.082158551208,1654.70496100858,89.160428174812,1489.28496790253,105.62213156326,5901.29900838228,24.8245851085158,533.847154796133,544.096658164774,14273.4807838026,162.078928308189,4193.93007131674,55.6177242263439,3276.83252980767,267.016613938033,7963.61491151596,320.820986229628,9765.90925973632,27.9979750349381,964.060930982438,250.968088553042,1286.72730868938,100.271684153685,1695.02889043341,65.3400990309135,737.933727982566,166.728764465522,2436.77126026216,157.361243219913,1764.92226719429,67.8093828205337,1513.83045247083,1283.61599406504,460.52445143971,13694.3105467805,5977.70765684703,292.064790306136,2805.78618543896 -3406,79.8520101749863,1513.02104849063,72.1793816865111,1361.76512232354,89.2995426601841,5396.00099323866,20.3570944662136,488.136556616751,462.74151781959,13051.3157148913,137.441865864595,3834.82531528297,46.9706352044099,2996.25414004671,212.33828262829,7281.73134614479,246.911895362947,8929.70445838529,22.8556052472211,881.51333015574,190.470024099456,1176.55143822623,81.25539975518,1549.89224632666,50.0163312735522,674.748241612959,130.145371246559,2228.12301528753,131.494564496968,1613.80101114045,53.3472245875044,1384.20890273899,1156.90721271933,393.854580926602,11058.5833436179,4655.2445177015,264.810201142031,2158.51673170707 -3407,76.4748930695813,1413.39683388107,71.0984234801102,1272.10028855965,103.635735347122,5040.70364855197,20.3596644144636,455.995416793435,541.246316366313,12191.9574931306,169.800754350004,3582.32290589413,55.8705692052006,2798.96708593034,240.611241119837,6802.26890437561,258.479581162502,8341.73194190934,24.0889100662896,823.470467320336,133.719150765641,1099.08191914851,78.9199936655937,1447.84026368982,44.2149927733686,630.319736340722,116.494792172464,2081.41322187591,146.263012741676,1507.54098360721,55.0152005051663,1293.06626798946,1506.61036097963,466.726648811836,11863.5111470698,4682.91246762452,355.007588025954,2113.36236040252 -3408,76.1605508327089,1358.60930233052,70.1494900764445,1222.78983800236,103.044436378971,4845.31074575081,19.9815895131507,438.31965674813,538.254297165935,11719.3603853646,168.841122879,3443.46124685674,55.6671282100827,2690.47066521297,239.670866762633,6538.5924100747,259.284487846661,8018.38120912285,23.808695339374,791.550264071138,138.444300660837,1056.47818332675,81.2814169044388,1391.7176007366,45.8399523185141,605.886638986971,116.028744592535,2000.73135686131,150.177650177477,1449.10414037733,55.1235400110769,1242.94311272535,1503.93629221614,467.58390606162,11843.9888376626,4676.30024267992,354.18164561148,2118.51853322103 -3409,76.228469864461,1326.50045291366,71.222259622346,1193.89089353795,109.522477080086,4730.79853620952,20.2055748935849,427.960578659356,573.593168787715,11442.3895319852,179.598870473504,3362.07980889775,59.3300859725933,2626.88511688674,246.58941993611,6384.06183330536,262.422607303472,7828.8778733448,24.519071611384,772.843069742835,134.947159788102,1031.50978450713,80.5711315243317,1358.8262825363,44.9531912299232,591.567347324865,117.895823792667,1953.44684191588,149.6088347745,1414.85657078325,56.6275670454456,1213.56787352173,1639.40167565558,496.717666212436,12202.2699868269,4709.31086440747,387.713680239682,2114.66979583549 -3410,87.8214417154424,1328.23606722984,82.1361867318639,1195.45299939493,132.277308264029,4736.98838834895,23.0935657360961,428.520529095446,694.33965585289,11457.3609366609,217.063397720312,3366.47880765847,72.0030105976338,2630.32217520498,290.863900961684,6392.41484146976,308.640656954033,7839.12130182367,28.6810370524434,773.854269922271,131.236506543509,1032.85942833525,95.7045294594642,1360.60419248272,50.0792539393242,592.3413634624,137.60710557311,1956.00276287111,182.782586312211,1416.70779165106,67.3007941640087,1215.15572505267,2038.91784986721,606.856140934195,14440.7816473483,5448.59105278914,482.45477644882,2428.48509130224 -3411,130.020404504982,1356.84476190408,120.571807200986,1221.2016977633,178.821795852073,4839.01773224435,34.3413156141484,437.75037406126,934.721423636157,11704.1394641354,293.065780320987,3438.98893346499,96.6428374262676,2686.97632416379,412.148141391186,6530.10018893369,443.077626454661,8007.96706152805,41.0547019387735,790.522211018565,210.763257628834,1055.10604605304,150.60007116395,1389.91005977211,79.01320757248,605.09972293502,198.868037322967,1998.13283839424,287.306264546123,1447.22206667635,94.6023697708559,1241.32879772956,2663.9688128782,826.856048134724,20553.4604150497,8006.36018512579,624.882255402708,3617.91660694685 -3412,181.073754899477,1442.75762986939,166.493431330297,1298.52590106547,234.640490458092,5145.41526804551,47.7907736396509,465.467907521548,1222.92722401153,12445.2236446269,384.205007511132,3656.73926900104,126.237687096618,2857.11063034622,558.481825504629,6943.57389726334,605.993416283012,8515.01653110936,55.8382296483646,840.576596196408,285.324509730941,1121.91338390705,178.051374434064,1477.91656044305,97.2493478907247,643.413503598779,272.878080249359,2124.65086576329,333.813459594153,1538.85745623733,127.623742594954,1319.92741128888,3340.03139023283,1048.78580465576,27345.9121327807,10967.3485230587,784.6095852379,4949.73991244861 -3413,201.464100562572,1669.7469452017,183.379053377802,1502.82321277042,262.321228564701,5954.94437024114,52.2407871742547,538.700056463323,1367.98491232362,14403.2329011831,429.605236257461,4232.05471064903,141.588401615387,3306.62035560039,623.478056613552,8036.00761743141,678.551370319637,9854.68560124609,61.7312189370296,972.824662056408,242.691445426377,1298.42421677526,182.336125212294,1710.43743659576,95.4787249165486,744.641864921443,304.160469531019,2458.92256556602,348.133411732451,1780.96617439878,143.049702152136,1527.59182641585,3748.96734012104,1162.29909785806,30230.701766296,12091.1775834301,882.164579846548,5420.88782880262 -3414,185.907891234809,1866.33409932307,162.912561833859,1679.75765148584,229.789710278336,6656.04795366787,45.85739071982,602.123745501635,1196.28312425796,16098.993192482,376.132167031022,4730.31439846772,124.540985670117,3695.92430811562,563.989619536189,8982.12455601795,627.585387843947,11014.9240449677,54.5092892719078,1087.3598808944,293.813693887847,1451.29380120637,168.321972549242,1911.81527347654,98.4288854388797,832.312050805119,277.6900534014,2748.42307386672,305.641887321059,1990.64769100079,130.655768987383,1707.44239040528,3196.76221237808,1016.30093800156,27168.9409243023,11132.362176551,752.658536427659,5067.84650541045 -3415,167.909071864133,1973.07432785893,148.658875879126,1775.82711497016,208.182290377127,7036.72367511444,42.0676696405975,636.56068057399,1083.62056298122,17019.7341322666,340.747313354783,5000.85269068562,112.547557495988,3907.3032918906,509.505472693035,9495.83430830434,564.415723618302,11644.8945900547,49.6650256327839,1149.54866168638,264.822093648577,1534.29685627011,153.362129778344,2021.15668200744,88.4473207118166,879.914020113996,250.836560569272,2905.61213617028,280.364053416706,2104.49771900428,117.600256557241,1805.09521206769,2896.07485432124,920.686464011718,24609.660994235,10067.0754431185,681.275505491091,4575.00785522841 -3416,161.402589595951,1997.48862430879,141.888568931281,1797.80072692002,195.182083616309,7123.79422051374,40.1504076877437,644.437312966611,1014.71593409539,17230.3317913289,319.350838009436,5062.73191052474,105.406921740822,3955.65122259996,484.604674983317,9613.33323400032,540.096731910837,11788.985415542,47.1451524522024,1163.77287078671,268.185741040391,1553.28183710037,149.546837713586,2046.16593670678,87.5276047936884,890.801841943175,239.760043743007,2941.56540719468,271.430744020709,2130.5382135079,111.886970341487,1827.43097965911,2679.5238466224,863.829400675229,23407.9345561607,9666.1867675527,629.149298706212,4413.18251944912 -3417,147.450807169286,2036.82919489891,129.194049523418,1833.20844115861,173.490030100642,7264.09746228994,36.6478244229456,657.129516212796,900.652518787889,17569.6834531501,283.73575876072,5162.44249694862,93.5338852147088,4033.55783706513,437.590688410634,9802.6679866973,489.951297254979,12021.169672955,42.6392381906096,1186.69339619891,254.731057900266,1583.87374787029,137.714747970087,2086.46520774767,81.2618814211104,908.346198550913,217.687092087479,2999.49958521146,248.946775976023,2172.49919789772,100.886357068284,1863.42226220208,2345.05547947593,767.45459881411,21128.5567573242,8811.97998053869,549.317594017108,4037.54244762541 -3418,142.001379197402,2070.78936587891,125.453672346624,1863.77363153375,169.893357497373,7385.21217944569,35.7021885663586,668.085874646032,882.606641674649,17862.623801623,277.913307501825,5248.51619930416,91.5580383408731,4100.80958018994,424.166400973711,9966.10843704146,471.806182333749,12221.5993302358,41.5197791436978,1206.47920383397,247.443104532698,1610.28176648232,131.225480084397,2121.25296284092,77.7914257345785,923.491107259547,210.364725351634,3049.51041529153,236.667583458162,2208.72140268509,97.5384867511407,1894.49120936309,2310.20587109867,749.459807520156,20490.1146392491,8500.93027471459,542.139794114776,3885.20406947133 -3419,137.002897902146,2050.01985752889,120.18980016108,1845.08044011577,157.640024792822,7311.14031653434,34.2821574819141,661.385137535523,817.302090752062,17683.4660754369,257.711841711,5195.87487188436,84.7902077683583,4059.67946805928,402.6576537949,9866.15081903791,451.182132016622,12099.019692962,39.4223278446155,1194.37851396612,245.814626764082,1594.13103616377,120.5875562608,2099.97731701708,74.0247025342846,914.228718443263,201.229591961669,3018.92457538068,213.59818513684,2186.56846990891,92.4734618431693,1875.48992818971,2081.32817535022,686.747870351738,19322.1297114033,8152.26243053029,488.108532436172,3738.83579132926 -3420,123.83572726852,2006.4848887144,108.341375241045,1805.89763945866,141.003205339393,7155.87827626203,30.9623455975025,647.339721716145,730.584595871964,17307.9335452037,230.469643458787,5085.53337949309,75.7514692923511,3973.46663534465,362.307905247148,9656.62964457298,406.303305335451,11842.080501332,35.4502456825932,1169.01425655795,226.059743763696,1560.2774885063,106.248656395864,2055.38143338614,66.2045439792628,894.813824192084,181.455446230344,2954.81359286516,186.697712460333,2140.13370499742,83.0872867925402,1835.66134056127,1841.71570383866,610.238878949906,17341.0327413108,7354.66926659287,432.044374949874,3374.11321814802 -3421,121.175967293157,1947.12690547653,105.544682161317,1752.47364288873,136.02366618659,6944.18542715876,30.1837943816342,628.189425311244,704.312756445372,16795.9117328109,222.285597249861,4935.08768872639,73.08225008606,3855.91929309273,352.592280651879,9370.9568922882,397.012163939969,11491.7554030204,34.4400566331597,1134.43122578813,231.932801914156,1514.11969009471,105.667108865499,1994.57694023666,66.4866414300697,868.342484050849,177.049430351384,2867.40113503763,184.690243676255,2076.82197945065,80.9311510404136,1781.3568423334,1763.34205359387,589.932306511438,16882.559182566,7197.34620286331,413.16856177693,3312.05760748651 -3422,114.115416001579,1899.33968060533,99.3384382053569,1709.46368199813,125.966830292253,6773.75824564244,28.4381031025457,612.772130606607,651.581553770244,16383.6992526509,205.788179966263,4813.96864688225,67.5648569481185,3761.28566555363,329.711415055754,9140.97084309408,371.27765569518,11209.719805821,32.2760715189584,1106.58952736817,208.974437966523,1476.95951429469,93.9845682628028,1945.62517623098,59.8405479692651,847.031249824746,166.118748353421,2797.02814473557,163.193272971869,2025.85172236554,75.4298085626651,1737.63801755572,1605.27957020686,539.468327890446,15691.7979762589,6739.32126537319,376.25236816268,3097.88020360575 -3423,117.170830082761,1858.63954635607,102.750613734889,1672.83231897128,132.031209792629,6628.60628952588,29.4361536658016,599.641299805481,683.649907775645,16032.619998165,215.762164251452,4710.81218034785,70.8348086019375,3680.68669049876,341.250222490749,8945.09290494459,382.891582439533,10969.511534677,33.5153399484448,1082.87689566643,207.212536896637,1445.31038321701,98.4457767827967,1903.93320997558,61.0625957062852,828.880580972192,171.279592588496,2737.09182994568,173.414724461393,1982.44061591033,78.1249782528234,1700.40291879308,1710.16263647793,568.74787336621,16299.9140029738,6939.47618062563,400.881307285454,3181.12384645342 -3424,124.132467847884,1839.66350454276,109.346977409229,1655.75330217446,141.923531893825,6560.93060148801,31.3507239988273,593.519177632622,735.446278657964,15868.9327097617,231.982812666629,4662.71648095083,76.2020186279971,3643.1082021482,363.675292376943,8853.76672105864,406.351879543199,10857.5167641139,35.7745964526187,1071.82111172428,221.895205666005,1430.55428361775,104.460456170959,1884.49473613427,64.9171784343602,820.418008122276,182.021567497431,2709.14710601373,183.82028352005,1962.2006096683,83.1944424799969,1683.04241608035,1854.36186262189,611.969003645837,17386.3095578759,7364.60252991893,435.284224150787,3371.24349495758 -3425,135.413585060275,1816.46413839481,119.686342913663,1634.87316457703,156.506305650885,6478.19295358701,34.2915637753167,586.03451063579,811.411814262278,15668.8150363927,255.857241201865,4603.91656095539,84.020111133297,3597.16621281726,398.382794781471,8742.11490242815,444.359498593255,10720.5963402178,39.2387843684231,1058.30474291304,234.869377775821,1412.51405368537,119.029923134419,1860.73001868486,71.7020132687547,810.071997714504,198.999427749182,2674.9829800712,212.928947423427,1937.45597007144,91.1778270914443,1661.81814481729,2069.86073379525,681.264274524367,19141.1018678633,8055.99836078437,485.086403794542,3685.31500866314 -3426,141.759931188846,1776.77644325791,124.819817323722,1599.1530276518,159.978404550355,6336.65173537877,35.813269673971,573.230316759236,828.289848463736,15326.4690791142,261.426195240312,4503.32617051234,85.7147728590202,3518.5721833545,412.891371262302,8551.10953999587,462.645122425839,10486.3633871729,40.6923932106143,1035.18197648409,241.570011292412,1381.65221284067,121.245959490673,1820.07516393011,73.397497176602,792.372837128463,207.231009074313,2616.53761538413,216.341717663208,1895.12473971237,94.4188376757443,1625.50929042792,2078.58110292376,691.526148878793,19771.4021610993,8399.33579204096,486.456647607224,3846.43429704083 -3427,146.884111684946,1702.11613802865,128.554945193916,1531.95647424981,160.854037579671,6070.38506210646,36.9456999646911,549.143127524874,831.517666100005,14682.4494761555,262.73241052365,4314.0960016224,86.1014539232158,3370.72146517482,422.784424769134,8191.79115150222,475.669351995626,10045.7254587481,41.6409075280888,991.683537147274,261.698584805832,1323.59506315096,121.246927016516,1743.59544258146,76.0135547528881,759.077259567276,213.398252705414,2506.59047051417,212.343578235831,1815.49142846979,96.4737368326838,1557.20524450428,2038.90717145744,688.42323094961,20134.3764883349,8663.57431764553,477.028231337915,3979.804315582 -3428,140.744776626162,1659.27540989,121.391893874391,1493.39851138977,146.711172971893,5917.59894467745,34.8783715447052,535.321690250476,756.395987694446,14312.9054642257,239.439943884267,4205.51409593434,78.4229341415835,3285.88344578566,397.542963098848,7985.61115599581,452.911599448732,9792.8836087012,38.9402905928159,966.723756868292,253.182622415803,1290.28136909729,113.641316436274,1699.71071775538,72.3150485634824,739.971969518725,202.487562397605,2443.50184894302,197.387740309519,1769.79714651838,90.8699739412943,1518.01179286756,1796.08528723678,623.463183013618,18830.0623695722,8250.05925298828,418.703967167477,3807.81063031554 -3429,116.988883465328,1596.35942249489,99.8208982263762,1436.77220248502,117.283354075902,5693.21691720118,28.6786436772664,515.023497126309,603.34256087106,13770.1923170247,191.28499307963,4046.05047086482,62.6173849434503,3161.29014426101,325.676282116089,7682.81476195644,374.243983969293,9421.55951264431,31.7758360774015,930.067768754955,228.16866238297,1241.35680487461,94.31057514537,1635.26151453316,62.4528485922347,711.913898610496,167.05650603773,2350.8497608016,160.081769663396,1702.69042372928,74.4707345585975,1460.45220375028,1389.26797810621,495.681202822255,15381.4744098388,6842.76284411436,323.191358683685,3178.56453994012 -3430,90.5154501600398,1474.31686916173,81.0675928844865,1326.93017964324,101.585306753477,5257.96736157864,23.5047510259819,475.64966831924,525.547274344313,12717.4535624704,165.964719373227,3736.72769341196,54.1867238098556,2919.6077790017,262.628223383518,7095.45935995716,291.480755213016,8701.27612088384,26.3053495291699,858.96357776122,173.655953206738,1146.45439635083,79.5377418391865,1510.24487492879,49.302302247221,657.487690630341,132.054402757891,2171.12600732352,140.157104397865,1572.51880703718,59.4571202475006,1348.79983182506,1306.0770226873,438.459484431116,12630.788682036,5380.71841913236,305.413638624319,2468.62337339652 -3431,78.2181160335304,1365.6674640363,69.7733108995738,1229.14239895863,108.086603855797,4870.48279977663,22.1794147369616,440.59678749561,627.901247333951,11780.2440702814,190.749617716222,3461.35050042375,66.6796791109345,2704.44802940969,287.770235944936,6572.56129463871,280.351233344444,8060.03779950204,29.7548582132652,795.662476281433,149.003785822538,1061.96673242159,79.291384992038,1398.94776459454,46.1488340510278,609.034303194778,126.782652515083,2011.12543072958,141.420071310094,1456.63243518125,58.7846853472264,1249.40037270852,1669.51785267692,508.826062725297,13302.9344357971,5343.9526349604,386.176333634074,2376.62146527444 -3432,76.8485001002661,1299.74307980256,67.6709051658721,1169.80844108031,104.447545385367,4635.37169992858,21.4184405517917,419.328014038005,606.490280165529,11211.5804996043,184.291199502265,3294.26194748777,64.5257537213737,2573.8971627265,280.899045737513,6255.28635941625,276.446175234758,7670.95843514319,28.8117565678487,757.253741953302,153.091519897575,1010.70278658174,77.3857322558858,1331.41685213985,45.5624657309452,579.634604898773,124.161774513096,1914.04308152738,137.246441402466,1386.31693095126,57.7115336404407,1189.08850880223,1602.74497814809,491.596138964581,12944.573688152,5239.58891144534,370.573249446838,2337.55161783044 -3433,77.5159187131206,1255.16674015364,69.4223569990938,1129.68837488869,113.263732037328,4476.39574036707,21.8257550573238,404.94662723277,659.570168865987,10827.0651072027,200.099553301879,3181.2810501507,70.2394816079725,2485.62209057568,292.911589378825,6040.75336924946,282.815673845911,7407.87317317767,30.0245200906718,731.282763129658,149.877555273049,976.039450881864,82.371600604512,1285.75422024162,46.3866036141527,559.755299964013,127.33459375098,1848.39854313307,149.218502954268,1338.77143112484,60.0579594994852,1148.30720820161,1811.79879431517,540.773589630357,13590.1578523096,5336.59726743457,419.98301603975,2360.39484505889 -3434,89.0288263734755,1245.44730335011,79.7699511476369,1120.94058512008,136.376112394248,4441.7325803946,24.8076110726163,401.81090587697,795.797153994157,10743.2252700634,241.150610917013,3156.64666562469,85.0274757477846,2466.37457066144,344.507207676262,5993.97653973363,331.723355831602,7350.50999356822,34.9551095289049,725.620044086547,144.842633966963,968.481448062706,98.8724688593966,1275.79792799078,54.2493401292863,555.420811095408,148.017077217716,1834.08539074225,181.229104349233,1328.40459785646,71.1600826577938,1139.41524270881,2245.5260187741,659.368152272891,16029.2378650397,6161.33901707994,521.40306325678,2720.20364845662 -3435,128.000058966253,1245.79442789689,112.857923951994,1121.25300780672,172.335091840877,4442.97055682664,35.7974590766504,401.922896507339,1000.25079438077,10746.2195655208,304.015811708168,3157.52646964386,106.358052904447,2467.06198565903,465.794766857314,5995.64714946893,457.678982646124,7352.55868920011,47.9240026303476,725.822285103298,228.778725354827,968.751378137484,127.625116142181,1276.15351170464,75.4670925845674,555.57561507371,206.351779172443,1834.59657741254,225.865923438332,1328.77484382571,95.3895404773048,1139.73281455522,2627.32316504209,808.40591175383,21416.8816958325,8692.40379768393,607.220026286574,3886.05814357588 -3436,184.767744933367,1242.61246878488,162.836718100391,1118.38914748982,242.892788367934,4431.62249623885,51.9649455782259,400.896320858716,1408.12367094405,10718.771994316,428.265298932493,3149.46163976782,149.449377398936,2460.76071300169,664.797747048408,5980.33330341819,654.887222726596,7333.77907308221,68.7228631163866,723.968418380129,315.553602513226,966.277031482919,180.352677256568,1272.89401061524,108.144477053687,554.156585696784,296.210727975875,1829.91072301662,316.959914802787,1325.38093940019,135.772865507265,1136.82175384301,3638.40858659172,1130.91197663676,30526.2446081998,12504.0139340235,839.9660320795,5603.34819713277 -3437,201.705454529038,1304.25567365755,175.044585806026,1173.86991327797,260.502990322366,4651.46530348277,55.5109459775906,420.783884085535,1509.56076923271,11250.5061227166,459.22770966159,3305.6993357316,160.651606024155,2582.83350768603,721.099885320613,6277.00416443888,715.60453465596,7697.59132931602,73.7769384047679,759.882860458107,267.834871607098,1014.21185791654,195.250712772892,1336.03941455141,118.29945104317,581.647045354773,322.34923926798,1920.68847105251,341.331633470252,1391.1301016162,147.782170609418,1193.21691970222,3876.65529442503,1212.04799179293,32955.9541606489,13558.5986180971,894.576826734824,6110.91170086043 -3438,189.116252974751,1432.08360617404,158.373811778045,1288.91895395942,235.442459495074,5107.34769289878,49.544853870957,462.024213742736,1363.14715704527,12353.1495433873,414.889991395477,3629.68543764574,145.974115455827,2835.97273030175,667.454193950473,6892.20291798349,675.630036289938,8452.0194716326,66.6060862705451,834.357717626779,326.670858096966,1113.61307774609,180.617800140392,1466.98241872767,111.953613607994,638.653306292494,300.34003157684,2108.93195829331,312.015706624163,1527.47245253914,138.344109678933,1310.16212835253,3457.18691947872,1097.21277444062,30305.5152227257,12667.0223133912,797.057550564603,5733.18998751186 -3439,170.405942561857,1570.12273339805,144.145755598691,1413.15838153193,212.215988135277,5599.64703556137,45.3646800477426,506.558917545259,1228.33017380434,13543.8747036261,373.915155424711,3979.5523083719,131.190827620275,3109.33330704059,600.785335890085,7556.54518916625,605.657201640547,9266.71310133035,60.501368731172,914.781800855776,293.088209946754,1220.95469987946,161.961359419784,1608.38545683321,100.355445101864,700.213360900531,270.487039020214,2312.21277628646,279.837576074707,1674.70614985835,124.031988215649,1436.44919423335,3102.7159614942,985.416956293397,27302.9833256742,11418.3798181848,715.141358581618,5164.06862194338 -3440,167.659932511216,1662.65985738566,141.752528363942,1496.44461743207,209.646797687552,5929.66915484829,44.5303903098979,536.413593465064,1213.68390685471,14342.0996997127,369.418418549706,4214.09214245099,129.637126118236,3292.58570867273,592.144938346001,8001.89951989079,597.226351682633,9812.85829175097,59.5598878126919,968.695596972975,298.530432095502,1292.91317423483,159.977467825192,1703.17764171976,98.9394131859416,741.48130079922,266.356026141205,2448.48589418592,276.686610609628,1773.40702676169,122.391353500626,1521.10810296783,3073.92374640857,974.757118236267,26950.0312882035,11254.097854859,708.640073503603,5084.9303301935 -3441,151.943846148653,1705.47165660815,127.71631245788,1534.97654338462,182.729389192188,6082.35210090334,40.2854564507501,550.225697583429,1055.95566609821,14711.3941708852,321.733062317121,4322.60072639632,112.710784399396,3377.36643977438,527.769405795948,8207.94028891658,535.987550521776,10065.5294061217,53.204242193643,993.638522744046,281.165288664352,1326.20437266099,140.708717847866,1747.0327326535,88.9961355543269,760.573689682028,239.447883235722,2511.53191411316,240.435367645239,1819.07045288713,108.932079313541,1560.27508857266,2605.04465775515,841.463870527405,23897.6053755543,10142.456730374,599.418484192956,4600.44101707849 -3442,145.485194998065,1723.08813476232,123.127419799172,1550.83191139319,176.651160362415,6145.17907460086,38.9818114819866,555.909192201347,1021.14681810315,14863.3538666237,311.073391748313,4367.25054568281,108.876589826528,3412.25256753522,507.112950081119,8292.72328735002,512.268385010343,10169.5001629538,51.3469499628745,1003.90220039664,274.083843306403,1339.9032519525,135.23599010717,1765.0785112803,85.0046440338117,768.429950287128,229.658582738251,2537.474501272,231.869527489329,1837.86033706376,104.350862690749,1576.39177506571,2530.72264669217,813.879989194922,23007.687752985,9727.72351440711,582.515142990118,4402.68732778804 -3443,138.995879963055,1669.28411621387,116.424678331767,1502.40665255544,159.626695656788,5953.29374834098,37.0258060017923,538.550736829834,920.322777878238,14399.2405395115,280.771120160898,4230.88164810575,98.0701283548962,3305.70380967903,473.440356734907,8033.78015578971,483.307577180488,9851.9540291505,47.9933607149548,972.555009547104,272.967480547627,1298.06431291812,123.955706776231,1709.96332880967,80.4550361894058,744.435461285474,216.996434136448,2458.2409888484,208.762994318519,1780.47251709686,97.2976144161962,1527.16840071002,2192.52257281558,725.417187674768,21359.3574793935,9229.35074417354,503.199465038338,4197.29159736344 -3444,132.011024715657,1615.39331652872,111.913082684984,1453.90328804602,160.943472477205,5761.0989279731,35.4694659472373,521.164283800728,930.460347628651,13934.378638535,283.428130327941,4094.29279952389,99.154393655693,3198.98319807344,460.8179247348,7774.41937179559,464.635692748777,9533.89572143926,46.697820391318,941.157258443376,253.708808689738,1256.15789136504,122.931932354978,1654.75925041058,77.0815119068627,720.402271289245,208.535567141424,2378.87967975722,211.054014016984,1722.99213563765,94.7338498865719,1477.86563339272,2310.09428806537,741.693230501831,20941.8427763323,8838.93396326631,531.805119381603,3995.18013208393 -3445,128.400380489232,1565.37872224325,108.180291206366,1408.88862670138,153.119012424702,5582.72811105017,34.3426508182927,505.028386775731,884.397063371133,13502.9528754743,269.538075394988,3967.52838174471,94.2935387199006,3099.9386835638,444.222244602251,7533.71363981876,450.408850110944,9238.71440454952,44.9517631207126,912.017854461547,259.704321206864,1217.26567443417,117.794654007556,1603.52583765431,74.8180711264395,698.097717375221,201.95851698183,2305.22659427046,200.814578875118,1669.64614754964,91.3972572022124,1432.10906791341,2165.44546987376,702.723103130482,20136.3268962868,8576.18212243407,497.998436975927,3883.52822807458 -3446,122.564039911857,1536.30719577527,103.618804300985,1382.72336559262,146.582268728055,5479.04813524768,32.8914683073304,495.649221271176,846.689058139445,13252.1819621246,258.037684252343,3893.8451862832,90.2118876872584,3042.36798312705,424.410143360267,7393.80081720911,428.826997108187,9067.13705618935,43.058624021419,895.080259221176,234.713378036047,1194.65915067731,112.390029689132,1573.74585970454,71.2161946128355,685.132953015307,192.861718716794,2262.41493789763,191.851479226984,1638.63821222963,87.0939252053381,1405.51256696365,2074.84004842283,672.212571024512,19234.8773789905,8178.57031624924,477.194324726279,3703.61074958252 -3447,122.080280493708,1512.5582195028,103.03676065417,1361.34856210856,142.660351880284,5394.35037133851,32.8336205316899,487.987236983262,823.063319102492,13047.3233532198,251.003541326955,3833.65225273969,87.5998839019776,2995.33759412536,418.544304407632,7279.5038845031,424.793961136845,8926.97288628969,42.5889203760046,881.243677646437,230.867391233917,1176.19153436909,109.95252964188,1549.41813854057,70.643679941982,674.54183797699,191.183603771543,2227.44143856991,186.249945146766,1613.30735383853,85.836598923836,1383.78547703316,1981.32893509111,649.781023168697,18920.24677423,8120.74494425251,455.08995546103,3687.22419092103 -3448,126.202684661725,1516.78154383743,106.231277562354,1365.14968290916,144.400340839027,5409.41233120165,33.9689911773761,489.349781807235,832.253464262917,13083.7537381855,253.95133498549,3844.35647333811,88.553361516496,3003.70109510575,428.953909288376,7299.82951924765,436.366790926944,8951.89853962268,43.7133299916981,883.70426251554,246.345404118911,1179.47566470222,111.77265271433,1553.74438214868,72.6510611928862,676.425275534847,196.824751527574,2233.66084058048,188.091069287214,1617.81198719337,87.8019732903784,1387.64924558349,1972.32880799616,654.010348115595,19338.8546057671,8370.0314136119,452.489441429824,3805.93184139491 -3449,136.110430970357,1519.32711168823,114.585688345786,1367.44077166776,154.894950963076,5418.49078167327,36.656508927871,490.171042507184,892.42911086847,13105.71179999,272.366264936864,3850.80833866129,94.8786710961386,3008.74211434294,461.465426392006,7312.08059878904,470.028596273989,8966.92223582904,47.084485211127,885.18735622103,259.980966391053,1181.45514246226,120.003126741299,1556.35198359505,78.2830452409537,677.560499286653,212.022078819206,2237.40952492363,201.522955962874,1620.52711133235,94.4507425596284,1389.97809466666,2103.53022999735,699.910355698462,20811.5291398502,9024.39388754426,482.395352788691,4105.92931317147 -3450,141.836220916111,1494.73925296497,118.751650984867,1345.31094837458,156.046404966563,5330.80124805795,38.0929604813987,482.238414799379,897.47171266928,12893.616993199,274.177853501409,3788.48921681259,95.3004012672809,2960.05047613478,474.24709790934,7193.74636822541,486.127217912316,8821.80706252577,48.4533399987505,870.862026612325,267.192221372115,1162.33519659461,121.901488672189,1531.16493703878,81.1200900876979,666.595275468323,219.490472448242,2201.20066056409,202.341415660772,1594.30149384411,96.9835999344081,1367.48354115204,2056.93347626035,698.03934472976,21317.6460368049,9363.96706240525,470.693039648265,4274.89700924633 -3451,149.964588223407,1436.48049558797,125.536209067534,1292.87628862874,164.911672577211,5123.02865098486,40.2645500526225,463.442754787147,948.517406421008,12391.0771002854,289.762243396578,3640.82956736546,100.798800913673,2844.67994433751,501.493878095548,6913.36387109971,513.372296840901,8477.96948934173,51.2264435418076,836.91942463903,290.997851996948,1117.03217529853,128.805989824041,1471.486457067,85.6613699955073,640.614147090828,232.084061600318,2115.4069577711,213.881127009821,1532.16221187141,102.44207993287,1314.18468539309,2176.11171230987,738.201301249038,22529.489997448,9896.62008208586,497.998436975927,4515.41183082695 -3452,144.889109374309,1414.55391196246,119.766865792144,1273.14169414791,153.29531576532,5044.8302233162,38.4035033428306,456.368717687663,880.076769249525,12201.9384457169,269.13353005839,3585.25557647575,93.6102331762016,2801.25846184688,477.504646846618,6807.8375854879,494.107750908217,8348.56090526873,48.5458411611829,824.144601863141,281.407035937258,1099.98168315521,121.463083373781,1449.02553890363,82.6236802161604,630.835747933296,222.694152854902,2083.11717193411,198.952739620145,1508.77513284763,97.801305941407,1294.1248373881,1959.23637271195,680.32319442979,21350.3309579342,9515.49826836207,447.288413367412,4360.64888007957 -3453,121.99773038553,1387.97009831885,100.159669710922,1249.21545050818,126.787341178144,4950.02236524435,32.0863012498568,447.792147476243,727.281880678389,11972.6265368609,222.512858304086,3517.87760996365,77.4205819339229,2748.61420962886,399.461960478542,6679.89740296242,415.391304985424,8191.66579832287,40.4811529662752,808.656392947211,253.958645913946,1079.30964808528,101.175626693286,1421.79389748983,69.526902596467,618.980406245029,186.941181786728,2043.96900074869,164.679813879058,1480.42061300745,81.9230664158577,1269.80425602477,1596.56256742851,560.773444640681,17821.118394537,8001.05113394886,364.071964368824,3670.57595226264 -3454,96.809322056705,1297.60248871908,84.0553772961431,1167.88184377252,116.949073759994,4627.73754862306,27.0392588782801,418.637408469985,675.412455789813,11193.1157663642,205.857941659084,3288.83651544582,71.5627633585221,2569.65812394879,335.79861259422,6244.98431556336,334.883830116487,7658.32487280058,34.8419918170137,756.00659501084,194.438713397227,1009.03822578766,88.3188292139308,1329.22409644345,55.576101004173,578.679984954102,152.460073258578,1910.89077887819,151.33565397972,1384.03375844786,68.1888733628609,1187.13015849518,1651.08729589983,533.310882955075,15284.8630985466,6480.35823754261,379.675048556059,2921.38485770259 -3455,92.1237501447109,1200.06101297248,78.8678134453915,1080.09153855225,124.397247803311,4279.86803250782,23.9907585090975,387.168209713129,722.620694089013,10351.7232447366,214.378022999047,3041.61290883687,78.4452282105529,2376.49554314824,323.611884968242,5775.54549169388,297.919190796405,7082.6444804354,33.1217463961334,699.177173371621,157.123824948614,933.188280612838,89.6644043135353,1229.30560746689,53.1551836132115,535.180299797702,140.060629742238,1767.24809309209,161.8375500311,1279.99519775168,66.1215852265605,1097.89294712298,1966.58413591837,589.498205657798,14923.1115595832,5855.23131682844,455.826213329342,2580.7194995185 -3456,97.7631169994356,1137.66570678573,84.0548778550793,1023.93385862666,139.80007467333,4057.34294966576,25.2923511795562,367.038000724011,814.127908726202,9813.50149231412,241.228325895481,2883.46897557269,88.6278978492055,2252.93335300683,331.027699912956,5475.2549852494,323.737129056584,6714.39339470595,35.8523193925229,662.824543513865,163.76823199357,884.668607138482,100.163287066053,1165.38977406689,57.5225665643805,507.354432354275,150.774477293179,1675.36277669196,183.407809924099,1213.44383793085,72.7287185444165,1040.80971064125,2280.97664904899,668.882170056935,16258.5607490633,6219.81129251169,523.925646264486,2722.19043807091 -3457,102.69398668814,1104.66012550347,90.2193090786945,994.227828114368,160.253282998748,3939.63265769119,26.9274199678593,356.389615619038,936.235371530563,9528.79543214528,276.97227563958,2799.81472715817,102.040997516015,2187.57199556883,376.164774492757,5316.40869817327,347.597628709663,6519.59763385264,39.2923059287991,643.594897040092,162.543388074039,859.00289405017,112.615816231827,1131.57987131245,61.3178821590401,492.635233334648,161.935933008638,1626.75770582311,210.946450158018,1178.2398065661,79.7186966289843,1010.61408349081,2727.10887661185,780.210686389782,18075.3049989474,6668.49569620395,631.105543258097,2885.38416343825 -3458,122.406068643366,1086.32047495137,108.239455137851,977.721582875839,202.604610886129,3874.2265797695,31.9571861374645,350.472808394854,1186.30447020015,9370.59765314219,350.567845420383,2753.33199231402,129.639426738055,2151.25376063843,471.644581346336,5228.14528079667,424.739946778968,6411.35878320108,47.9397695356344,632.909886115627,158.911610179283,844.741663345445,141.533867785122,1112.79329711417,74.5821953966552,484.456466109852,196.205946883706,1599.75015194392,268.616498162574,1158.67858061061,98.6722928234797,993.835792407122,3546.27758088973,999.384441483042,22371.7653344381,8048.33687455043,823.57986542101,3467.09078884683 -3459,171.636470028453,1086.40725608807,149.276425823213,977.799688547499,254.696216001122,3874.53607387751,44.8069278953892,350.500806052446,1485.25302075323,9371.34622700654,439.789372764946,2753.55194331881,161.729141230199,2151.42561438783,598.121099705982,5228.56293323049,572.90171961681,6411.87095710905,64.1972256460658,632.960446369815,246.900923612872,844.809145864139,180.809173455727,1112.88219304264,101.483337059289,484.495167104428,267.143510554897,1599.8779486115,334.399019708479,1158.77114210292,129.847116933801,993.915185368723,4233.7495409771,1227.97973988832,29167.2517256914,10950.8435937334,978.958749019508,4786.1522851727 -3460,197.920690895114,1076.83245544767,163.850424022359,969.182075740128,228.063060239478,3840.38874075402,50.5103352178018,347.411747761051,1315.4667232048,9288.75402104243,391.621390263955,2729.28414617136,142.370195961339,2132.46451924144,618.701035006807,5182.48219560571,614.493651427483,6355.36140619963,66.4000185763743,627.381994961942,327.341977589165,837.363614636779,170.341313255293,1103.07406163066,110.918425487982,480.225180310557,290.503528966791,1585.77779204398,293.428782575389,1148.558578986,131.690246749624,985.155542334271,3257.56467157018,1039.18425059215,29148.7063855631,12164.3732520308,745.009834169481,5463.00632254819 -3461,219.453078220781,1103.87909807912,179.475273785628,993.524879594836,253.151210750783,3936.84722072603,54.8719465735135,356.137637605959,1460.81804517915,9522.05829156991,434.798655118262,2797.83517522674,158.630656705724,2186.02531738082,705.012989254372,5312.64983977288,685.473461877488,6514.98808524108,72.9389948615021,643.139856387176,278.660276367537,858.395553563844,190.147499580788,1130.77981083056,123.719143880478,492.286925634793,322.415158735058,1625.60753994703,327.682510214512,1177.4067561281,146.943546909121,1009.89954940344,3640.09415144218,1159.31044921027,32402.9552804888,13509.1211761018,833.374425852412,6084.87140605172 -3462,197.457506006041,1186.08932291815,153.545075556493,1067.51659107556,205.888234670249,4230.03974129826,46.4660748079339,382.660610377322,1183.1534165756,10231.2034818743,352.879646035293,3006.20098196971,129.291158953183,2348.82723396609,629.269831048986,5708.30380095287,612.812513474983,7000.18491181685,61.4151003402821,691.037014951496,338.320502614066,922.323651833039,161.313263603341,1214.99343771559,111.365247186962,528.949472205498,284.754318653782,1746.67293704679,268.948840693928,1265.09287530249,128.577996156405,1085.11074704797,2785.87542650166,934.399088845628,27754.6074319541,12013.0567958433,645.02581741133,5482.43712773235 -3463,179.396059742469,1298.18102775977,141.431288455294,1168.40254656664,189.534391888516,4629.80083600517,43.0377401336723,418.8240589171,1089.51343164451,11198.1062426573,324.901180230036,3290.30285073663,118.69714530844,2570.80381190706,576.851924942379,6247.7686561195,555.162327331683,7661.73935448027,56.6033372350855,756.343662282243,304.326427917071,1009.48810779101,147.096095652288,1329.81673405035,100.804611801316,578.937990750389,259.19792880789,1911.7427539073,246.297702805453,1384.65083306807,116.790077690584,1187.6594431945,2574.60388549579,858.175019642553,25404.3938234168,10980.1062985021,592.598841300964,4991.26062212173 -3464,175.983236318124,1382.79218428647,138.531772957169,1244.55516984473,185.976687124868,4931.55598020003,42.0870127881813,446.121629324006,1069.08446068749,11927.9618635912,318.805854654891,3504.75393542422,116.479051812981,2738.36032296166,546.964379493219,6654.97760494983,545.396439209415,8161.10624856237,55.4579323754847,805.639646916816,309.163728426121,1075.28321222844,144.470119955259,1416.48980154289,99.0347178590699,616.671258998166,254.282865374824,2036.34383952689,241.8588747963,1474.89780622999,114.723274948082,1265.06716746386,2526.21514212869,841.117418481847,24834.9107090033,10704.7772086467,580.371562196526,4869.3236043575 -3465,162.257470831196,1439.08391565929,127.647462271015,1295.21944615151,168.325375534416,5132.31342419054,38.8702454111488,464.282679988656,966.628792730691,12413.5341951971,288.398852526582,3647.42806195069,105.245622029383,2849.83552903658,518.877953609535,6925.8933765943,500.358221415931,8493.33462377994,50.8740415791214,838.436224090797,293.60095149463,1119.05663994975,131.297882512942,1474.15332054949,90.9653826393017,641.775170671467,233.595556385086,2119.24083713791,218.451690559435,1534.93904167672,104.850339904296,1316.56646140598,2252.91947317943,759.481649534554,22783.9066238945,9902.76997911123,521.083824456856,4511.58935947684 -3466,155.629830016986,1494.21856895071,123.395606600863,1344.84231687003,163.666170362311,5328.94429341682,37.7166761004492,482.070429759077,940.397498634843,12889.1255742167,280.495066476895,3787.16951789554,102.269653234728,2959.01935919496,492.538791262737,7191.24046712649,479.304157671868,8818.73403563813,49.2736628603003,870.558666721972,285.97947968572,1161.93030366437,126.71324036706,1530.63156434229,87.055363235752,666.363070752195,224.580176338397,2200.43388469073,211.859430065748,1593.74612788304,100.740614742933,1367.00718594946,2208.48149245542,738.500035034062,21969.8498586824,9498.7004977818,509.08039194191,4315.59891390226 -3467,152.933973536713,1483.97845093882,121.032895248633,1335.62589812227,158.122654099311,5292.42418881013,37.0397344976173,478.766724268228,907.733613403153,12800.7943422988,270.87220314449,3761.2154415642,98.6954461141212,2938.74072789748,470.610395168586,7141.95775001577,469.235942541018,8758.29784570124,48.1480112986521,864.592589423281,285.090277420508,1153.96741009689,122.981305743335,1520.14190226923,85.3204672737248,661.796378418787,219.97297772514,2185.35396055861,204.449608190143,1582.82393164641,98.2804854075532,1357.63886782112,2102.68841551546,709.242597037969,21341.7948172692,9280.0646464359,482.660103261177,4223.30486965528 -3468,141.211921515834,1423.5212474519,112.163364258345,1281.21256977907,149.182908286671,5076.81110769054,34.3231812973516,459.261793281164,857.31737896863,12279.2906588343,255.694110923835,3607.98372370136,93.179355676866,2819.01658630405,465.162041999525,6850.99476957994,434.719430391257,8401.48525538254,44.8196486414535,829.369133126474,263.039497136308,1106.95483893363,115.199941314787,1458.21140169064,78.9335310456561,634.834829016463,203.927354281343,2096.32275596069,192.90873662856,1518.33976851117,91.4576695884636,1302.32873225837,2019.31843500775,674.784097981939,20067.2524488893,8690.48383564702,467.192198003696,3942.70663396189 -3469,138.326528779132,1377.67212528053,109.401828889858,1239.94696047085,144.121536114006,4913.29592789669,33.5056161747411,444.469776578582,827.710061892189,11883.7962476322,246.940664954993,3491.77689725855,90.0192467630042,2728.22100731292,450.649460850087,6630.33624639447,425.294030842135,8130.88815359393,43.6051276977079,802.656608267471,270.308920661476,1071.3017654447,111.900733995487,1411.24497050637,77.2923613316747,614.387912831463,199.260881832969,2028.80387746084,186.509751052948,1469.43670811167,89.2171116493938,1260.38300839968,1932.3587418667,650.66388845027,19518.1588608908,8484.92464972841,447.895107586149,3855.42427353635 -3470,132.935401222894,1342.178828368,105.737669725493,1208.00190996413,140.414867888074,4786.71350818456,32.3557775124906,433.01879527522,806.927069495126,11577.6311587659,240.665623612212,3401.8174127829,87.7067631302279,2657.93319609961,454.143987923861,6459.51730573014,408.579342963231,7921.41013476611,42.2432482364533,781.977573834484,244.123179953415,1043.70156148753,108.319565739665,1374.88672834167,74.1830910584441,598.559289888862,191.970551806942,1976.53531727251,181.438109917997,1431.57925827428,85.9732457995651,1227.9114590958,1902.41258564868,636.669299135845,18971.5904251315,8228.66068071362,442.791026744897,3732.47000468458 -3471,137.214135170404,1326.90542968097,110.124314481705,1194.25538498876,149.20641075566,4732.24283537562,33.6947381243579,428.091233791286,858.647048192053,11445.8828605497,255.914290964273,3363.10624217897,93.2908546040642,2627.68709734621,461.591161660845,6386.01086899385,424.471059894201,7831.26800720854,44.2423830370433,773.079016505863,241.689300455002,1031.82470147309,114.166855554244,1359.24112828627,76.9252454613661,591.747951132001,199.247590574764,1954.04322360983,193.014307060629,1415.28852241884,89.842435912286,1213.93837229785,2062.47959957108,678.700213861008,19812.0043672696,8505.46609661983,476.003893199169,3844.39160701884 -3472,143.141163192337,1357.30759369782,114.891895260557,1221.61826050368,154.473981528624,4840.66836415143,35.2340740881071,437.899694600002,888.617028362205,11708.1318500107,264.897321003761,3440.16200311998,96.5356392214462,2687.89287564173,488.334587568491,6532.32766407941,441.336911277396,8010.69865018384,46.072905422658,790.791865162642,259.010562322905,1055.46595209211,118.301003273413,1390.3841704325,80.0170167444875,605.306127822314,207.54198456981,1998.81441924394,199.571445128805,1447.71572697108,93.2829650585537,1241.75222600242,2124.06853024197,702.317776069307,20637.1221349935,8886.96994540999,492.094449391556,4017.7606647658 -3473,152.579724953703,1405.00803743233,122.07030813057,1264.55011572262,160.900287848058,5010.78605155975,37.4989115414442,453.288991647047,924.397973324854,12119.5957563063,275.738679820802,3561.06109395933,100.3106611282,2782.35464943143,523.158510568687,6761.89606083971,467.912149812997,8292.22207347523,48.69412589793,818.583003328406,272.899203852136,1092.55864537344,123.895041683453,1439.24703850972,84.9692925691505,626.578661053842,220.196781807399,2069.05961287843,207.359087023067,1498.59342256387,98.4084244043801,1285.39165781851,2170.60896452884,727.804176382888,21789.9446672013,9460.82054068206,505.046655214548,4289.57525204995 -3474,164.599078728458,1422.10382876633,132.327955280122,1279.93684970123,177.025190077733,5071.7560606092,40.5912420276167,458.804500319411,1018.00339164125,12267.0640088587,303.517672414017,3604.39120721707,110.435044164068,2816.20965469589,547.072091550396,6844.17314467021,507.032203271933,8393.11978685943,52.9924260084947,828.543319455878,280.978749555246,1105.85262955278,135.565029477726,1456.75944156572,91.9582577388371,634.202715691488,238.426559080603,2094.23542003184,228.322723242748,1516.82793778663,107.057507917329,1301.03198654196,2418.64806678682,800.604375241142,23615.9868424364,10186.41364131,555.848820131884,4606.49467216262 -3475,174.928374942838,1414.17786130542,140.81655024777,1272.80323707918,189.488907984997,5043.48908551713,43.1659076729814,456.247394806513,1090.16962460255,12198.694633706,324.961401947244,3584.30245782555,118.363082649787,2800.51376411834,556.976205444739,6806.027762776,539.194287271584,8346.34149052091,56.4894010806688,823.925507973252,306.433448172637,1099.68925963484,144.807186935644,1448.64032417171,97.7350129814281,630.668044040577,253.78568340544,2082.56338775199,244.583808528642,1508.37403404521,114.055051156756,1293.78080207684,2603.77787463883,856.279067868999,25048.9339671741,10751.2165741279,593.941920837916,4855.05429700274 -3476,165.999718908703,1429.01735711489,131.332700472577,1286.15923622167,168.680537596997,5096.41229779295,40.3175177418753,461.034968907739,967.345477264439,12326.7000868042,288.808152364863,3621.91388051723,105.061481910176,2829.90059968132,519.650347814547,6877.4459508472,506.465710819334,8433.9227650988,52.0255306715352,832.571265665708,296.006128987561,1111.22870923774,131.573921075367,1463.84144745908,92.1919759077568,637.285879075885,237.944463983402,2104.41650220887,217.449584076935,1524.20196543191,105.703772942126,1307.35692663381,2205.95781372129,752.357734857571,23030.1156132921,10106.5308802526,505.061452120235,4601.64634092816 -3477,141.087801866591,1445.0428543101,111.219001810692,1300.58267280909,143.145496698842,5153.5652361931,34.0718409023048,466.205175248719,820.932090969981,12464.9359848384,245.091740207649,3662.53128130984,89.2442626739278,2861.63608833521,432.880273977546,6954.57201950326,431.203025474033,8528.5037055918,44.0714992641078,841.908009139335,267.68817898304,1123.690414111,111.930345865968,1480.25747410403,78.4998977856457,644.432624366859,202.215595518887,2128.01616010372,184.883561262144,1541.29489589937,89.9664860140368,1322.01808148725,1872.62317349125,638.682567129384,19517.8970543848,8559.17041727411,428.388967484797,3898.131809205 -3478,108.229959993316,1340.84819081913,89.2340468245023,1206.80429555796,120.77926583273,4781.96795521123,27.5822235076679,432.58949997106,695.552018668548,11566.1530826546,207.231665524726,3398.4448473034,75.2240784932517,2655.29811824085,344.551776050154,6453.11333325424,332.295191898491,7913.55684015098,35.9002224965803,781.202320418076,203.504617805475,1042.66683462537,90.6956853970807,1373.52366414522,60.1048402515402,597.965877558463,157.811903146196,1974.57577801123,154.752559802581,1430.15998904205,70.7572244611807,1226.69410634098,1687.29905325376,547.667432075235,15735.6943354651,6647.80438339168,389.225522664876,2992.41162984235 -3479,96.0168419097714,1262.16704683298,84.7553594944283,1135.98886455537,126.481098206931,4501.36146165191,24.8165577819972,407.205092573437,725.771675794302,10887.4497348087,195.672037251883,3199.02366734394,76.52589158895,2499.48488375393,310.19462769406,6074.44381435626,281.277253765224,7449.18830876481,34.8468280571043,735.361267958903,163.21788926043,981.483010903597,94.4057622032541,1292.92511918916,59.9629056448715,562.877163091661,141.922744884582,1858.7074178456,167.700612841425,1346.23801726962,62.7489159724987,1154.71153868803,2015.43654423741,590.559429077025,14790.7208916019,5740.83046953647,446.025963704005,2522.00853664572 -3480,95.3845008582509,1220.10734892459,83.378413777564,1098.13385274027,125.141155212003,4351.36079119499,24.2870073410551,393.635634217371,718.125559116155,10524.642887658,193.606099954618,3092.42132069901,75.8593317063384,2416.19354810936,307.856508003313,5872.02269075426,281.20178750601,7200.95602388972,34.3206245315726,710.85652996761,168.892486376798,948.77665951817,94.0335643771333,1249.84045771925,59.9839608494267,544.120181994291,140.920988333282,1796.7689662826,166.701202744735,1301.37678874901,62.6283744189271,1116.23262370572,1995.67119637064,585.63771120108,14669.9756366394,5704.88217271947,441.667403798103,2509.33334870449 -3481,95.9546327368745,1194.82524391367,85.0641522113726,1075.37918659922,133.983807586666,4261.19531472252,24.6536946194353,385.479026154079,770.819314587114,10306.559514156,207.606810340091,3028.34259792367,81.4955952895066,2366.12708546258,319.109118333693,5750.34725422407,286.583933265457,7051.74347588286,35.5539022368038,696.126719960177,164.791705551879,929.116855682891,99.0648782441248,1223.94224660956,60.7860054639246,532.845351470681,143.902079911148,1759.53773271456,178.783446432637,1274.41068231508,64.7932248812711,1093.10292906532,2208.06302366689,634.266209397555,15284.5100135697,5791.59104028938,489.611562763028,2527.18487583961 -3482,110.877416121235,1200.89989261736,98.3497982512911,1080.84655583595,162.338672502955,4282.85979220705,28.2261255986607,387.438852227767,935.924486815219,10358.959418419,251.867174285982,3043.73909003035,99.2540165050765,2378.15678679813,377.97022864204,5779.58277604747,338.310493672959,7087.59546727882,41.7167813234152,699.665919770814,160.373703467603,933.840607990346,119.581615792649,1230.1649299849,71.4752056138276,535.55440732639,168.379723884523,1768.48345399184,218.306162487139,1280.88995385602,77.2761403600807,1098.66040814008,2747.79077806222,777.603541059621,18171.6389178439,6736.96182787112,610.198386826326,2930.90652215133 -3483,164.208350395017,1242.17856590731,144.709074303953,1117.99862165693,220.609264312571,4430.07503570572,42.1140334907784,400.756333476007,1267.17074296065,10715.029149198,341.501899060745,3148.36189185557,133.861188272675,2459.90144981127,535.919417028817,5978.2450547531,485.768575100397,7331.21822010254,59.8749050635019,723.715618743963,257.508794116314,965.93962107137,164.562381961487,1272.44953384721,103.393472790249,553.963081975232,243.949148325439,1829.27174381083,293.810353965361,1324.91813493144,108.823248173446,1136.42479160203,3562.03514755935,1036.33646733485,25637.4624947887,9851.69610678922,788.899342968322,4320.465012559 -3484,228.229200529373,1343.27805142296,199.588151976313,1208.99124426282,289.222894775295,4790.63375020781,58.5821173747946,433.373430762636,1656.90304089971,11587.1130540413,446.995856514287,3404.60344699076,174.631541815543,2660.1100009977,724.123702764355,6464.80754738521,662.559205340546,7927.89764333344,81.3177699014657,782.61800099624,348.771663748591,1044.55633642112,217.959672908996,1376.01273864508,141.717833745467,599.049500401277,334.346822351545,1978.15406817497,382.872586042166,1432.75169885555,146.486957706645,1228.91709899769,4509.43657442952,1339.74545134729,34387.6854319656,13540.261930017,996.657365149666,5985.35581293711 -3485,247.546147686468,1607.61198242503,213.082059990705,1446.8998498598,306.588138203658,5733.3477697231,62.1981802480868,518.653840446982,1755.16837721887,13867.2568703537,473.634121202916,4074.57063039923,185.412798710163,3183.57372670718,778.149319796906,7736.9700682884,717.8219297989,9487.97103724056,86.5669061593556,936.623712961215,295.128043189419,1250.10699085698,233.378942685766,1646.78829098115,153.833808951738,716.932100461743,360.995029608522,2367.4206391686,407.212180885729,1714.69249905487,157.879868486987,1470.74676881892,4735.67784081641,1417.32398857868,36740.3146070754,14564.0436114432,1046.05437741656,6482.35237677191 -3486,223.091032148896,1813.62930382958,183.687189134184,1632.32172694677,254.585137323078,6468.08286943125,53.0754960061934,585.119925617537,1453.07926049012,15644.3617606453,392.577721507865,4596.73153509852,154.319289356082,3591.55235515752,678.072493891653,8728.4716661127,643.434284247223,10703.8654197318,73.6472247241086,1056.65311720662,356.276015272172,1410.30963710558,200.469234874753,1857.82610130932,138.826317716404,808.80777231588,320.05983859118,2670.80831234557,341.006671566832,1934.43231161516,138.910330910009,1659.22465595148,3772.14855230354,1166.87762335791,31632.284546253,12974.0685215684,831.032088725378,5830.81783830123 -3487,202.330875844396,1916.29084138802,168.584340838024,1724.72024406632,232.889670249033,6834.21244785675,48.969383008706,618.240978025072,1329.37558807505,16529.9199224357,359.143394321853,4856.93218698484,140.827839358365,3794.85425716338,616.551401726633,9222.55186204157,581.750028035075,11309.7639236256,67.5724335751104,1116.46557912996,321.153955098044,1490.14103124607,182.063524869868,1962.98942419669,125.43039764525,854.590804890309,290.634682959656,2821.99096432981,310.551519439632,2043.93197342246,125.836368382258,1753.14602895488,3455.26704165714,1065.68985141994,28836.3610447573,11791.9883491047,761.295130230941,5288.82471536937 -3488,195.641191764674,1952.30481950891,162.147779656557,1757.13392355218,221.098657589598,6962.65181220309,47.0864825158861,629.859943463481,1260.97506860976,16840.5764060806,340.780383994155,4948.21136326583,133.566342946536,3866.17317975993,591.434864556241,9395.87669030079,560.760967162149,11522.3149527809,64.731522549073,1137.44797181852,325.905427017543,1518.14612595156,173.819167186889,1999.88103618359,121.084403780678,870.651631297712,279.950287165624,2875.02629625943,294.736478182656,2082.34478622811,120.795312069435,1786.09393089432,3240.22221388655,1007.91064211901,27628.7413240046,11383.1954229004,713.350971266015,5112.87171409525 -3489,180.856611362441,2010.62143191234,149.94530828912,1809.6206545876,201.900871422109,7170.63074201716,43.6218583844743,648.674268882526,1150.74654627187,17343.615356305,311.069346011968,5096.01764908672,121.828096009153,3981.65828257565,543.753366557714,9676.53762688371,516.442883162493,11866.493980757,59.6582774762219,1171.42428117287,309.895324822078,1563.49413632074,159.107571808475,2059.61878106578,111.619186696977,896.658560755366,258.115786240342,2960.90519820816,268.762015608879,2144.54577685995,110.957314337851,1839.44571615001,2931.82388533762,917.353355579975,25382.2039863369,10510.1005815809,645.066866073545,4723.88201457858 -3490,173.760329655966,2057.16480037136,145.151731006507,1851.51110674369,196.661225593517,7336.62186466817,42.3714532848355,663.690265940595,1121.4791656261,17745.0983342181,303.094532092493,5213.98407645616,118.613802951924,4073.82868600539,525.261865683247,9900.53735603575,495.865945073103,12141.1884572492,57.8754879851692,1198.5412864306,301.224447401859,1599.6870677773,153.920237067947,2107.29637680348,107.048511277083,917.415083645645,248.634267941423,3029.44644591652,261.223547413637,2194.18932620514,106.880823667979,1882.02658113448,2877.54898155521,894.836157413271,24561.3440751991,10118.6904038187,633.444039657806,4537.2801055827 -3491,166.247111845488,2039.66403227005,137.657327851775,1835.75988131427,178.761462054974,7274.20755645262,40.3249593111989,658.044102136302,1016.8113045429,17594.1367531012,275.08160614968,5169.6275299172,107.477026989819,4039.17170028146,491.63895591289,9816.31123651676,468.687634508299,12037.9006100012,54.2347200628778,1188.3450235401,298.833081392888,1586.078166632,141.786162837642,2089.3691279975,101.5771627945,909.610425200863,235.404267311701,3003.67425706915,236.731544103214,2175.5228593468,99.9171660718469,1866.01575363491,2520.73195843987,803.438349757301,22850.1097541687,9607.85407381731,553.537108049596,4331.29305990622 -3492,154.627682859941,2027.22546814825,128.70678066496,1824.56479396915,171.214403829604,7229.84696779943,37.6796380542756,654.03112567062,975.251673814621,17486.8417306324,263.692818362377,5138.10138517015,103.061474885318,4014.53945918781,462.90020476537,9756.44803609591,438.356374472985,11964.4894029297,51.0452514161197,1181.0980919179,276.043881559985,1576.40572319734,134.590675712122,2076.62744531764,94.7915190933104,904.063311842626,220.229002418225,2985.35683113211,226.8600774273,2162.25578194762,94.0430467454259,1854.63615570277,2464.38210694955,774.391203364182,21584.524106426,8974.67773374397,541.914281633856,4032.87772755162 -3493,149.26833621524,1991.47183063154,123.259974222589,1792.38542897286,159.936149480563,7102.33607577019,36.1606287329212,642.496152299735,909.582765478783,17178.4309443768,246.088468894196,5047.48205479183,96.1532899579806,3943.73609228288,440.797564734111,9584.37615163414,420.6187542487,11753.4748789381,48.5392639985836,1160.26737835712,283.095413299711,1548.60307386602,127.015702157473,2040.00251824184,91.1838479891706,888.118587167625,211.219237975533,2932.70488507313,211.822702330548,2124.12065062611,89.6011999847862,1821.9264300811,2249.82593294986,718.496974939514,20490.4710172156,8630.77748782865,493.970122668931,3888.79394702119 -3494,142.50377732775,1957.45380743102,118.087916880077,1761.76816983355,153.170323860504,6981.01503588038,34.6395536229069,631.521129364939,871.169276517983,16884.9915627968,235.688767314105,4961.26172317424,92.0298509169177,3876.36978369619,421.24650104511,9420.65727533677,400.541171770612,11552.7037834254,46.5078841168707,1140.44786497578,255.569753069883,1522.15006836281,121.21784859037,2005.15550111246,86.8029475304735,872.947878630158,201.743764195624,2882.60885996939,202.440947173971,2087.8367401724,85.4034681182079,1790.80455599037,2157.01005193094,687.593050780569,19574.2538568161,8230.94042891873,473.630176441387,3709.22919262776 -3495,145.54339139718,1920.05133673482,121.280464744398,1728.10480465194,158.397874549378,6847.62378581973,35.6147919757229,619.454203215556,901.387932090438,16562.3579457298,243.812486315644,4866.46334503999,95.1640178014044,3802.30121222242,432.358652744539,9240.65003514442,410.214144173048,11331.958004863,47.8694167815811,1118.65651148975,252.861165801555,1493.06525772206,124.873672946815,1966.8415600187,88.821215155788,856.267838812197,206.53027019178,2827.52878962275,209.334170617832,2047.94294947538,87.6837294178003,1756.58637179938,2248.440379848,712.57148431643,20127.3182823674,8423.05740746045,493.970122668931,3792.24012065652 -3496,152.430041472843,1907.23672195598,127.175438589624,1716.5712602381,165.610347834413,6801.92205936748,37.4134647803472,615.319903868725,942.350126610621,16451.8191112501,254.900833661491,4833.98408164273,99.4860893710384,3776.92427340023,452.488163187847,9178.97701201168,428.799543101508,11256.3273830436,50.1655108007383,1111.19048597766,270.414566422002,1483.10039076703,130.483213196071,1953.71466260693,92.8505465914316,850.553021561241,216.228020732033,2808.65757950359,218.686151598534,2034.2747732738,91.6420106778836,1744.86273855598,2347.84449882269,744.579159582758,21054.7978137774,8818.18832005945,515.762922198442,3968.78572967391 -3497,165.627436428839,1891.1822986505,138.491886178006,1702.12178926859,180.924558021195,6744.6659596003,40.7262850107514,610.140365276964,1029.68901841198,16313.3336966623,278.504454912049,4793.29336621909,108.642113436998,3745.1315020154,492.649853380385,9101.71173037902,466.504488057198,11161.5757234347,54.6778151199253,1101.8368896309,285.758966000311,1470.61619244818,142.287808679855,1937.26900494392,100.97957889137,843.39337635585,235.172923772844,2785.0153240969,238.826349176889,2017.15098997316,99.7991898764369,1730.17512023768,2572.20501554377,813.861442605677,22958.4393537482,9592.79008497585,565.159934465336,4315.53919651307 -3498,176.395673256265,1864.74312117002,147.657006093985,1678.3257225901,192.731697533589,6650.37392837744,43.4208303755707,601.61045812995,1096.82117130835,16085.2694189815,296.668925130328,4726.28198708555,115.657133261325,3692.77367456524,524.591625645028,8974.46763974459,496.829864808237,11005.5342451889,58.2813560795198,1086.4329483502,294.793088890247,1450.05662897005,151.503165602949,1910.18552436898,107.547466732023,831.602536742318,250.442704619218,2746.0801487348,254.257450912682,1988.95074028444,106.276483399473,1705.98686133269,2737.65916536712,866.359317960763,24457.739172812,10216.7814163093,601.481267014522,4597.92735100471 -3499,181.015580453767,1790.40100876546,150.291344840719,1611.41555244185,189.377006716237,6385.24205015629,44.3232654608727,577.625925464672,1075.39478533234,15443.9945465191,291.121629148798,4537.85829336034,113.393732177586,3545.55307753906,528.719288355904,8616.68062100158,504.105058550481,10566.7742601596,58.750984146214,1043.11989388746,319.019516847468,1392.24691154569,150.504302728098,1834.03174996756,109.466827788946,798.448860742365,254.817901949234,2636.60158475915,249.127979020391,1909.65681619232,106.870795449711,1637.97391865654,2604.53865328604,842.422004052085,24512.6326825473,10414.7097492122,570.971347673205,4705.08791714775 -3500,174.901801569374,1737.08874812101,143.536479970046,1563.43289072657,176.56854086249,6195.11051717053,42.3003506468541,560.426122882681,1000.89686032369,14984.1231218357,271.142027047355,4402.73578006929,105.620354839066,3439.97815389174,503.70008187959,8360.1041775636,485.183003097698,10252.130434128,55.722017952503,1012.05921005513,309.289420884566,1350.79037199596,142.209937362511,1779.42030917537,105.641122704069,774.673676542423,244.584104194898,2558.09225069707,232.498835074644,1852.79350935331,102.068490100248,1589.20043603856,2363.82552791587,779.662185816041,23262.9953131428,10015.2949651626,517.21577550041,4543.7508647313 -3501,146.544333170839,1647.01040804159,119.3286881286,1482.35963538797,144.343798338799,5873.85734424029,35.1451597451037,531.36470909998,817.207154478106,14207.1075894856,221.489516819212,4174.42785319687,86.288435340045,3261.5949121908,418.024684664634,7926.58326044261,405.145630019006,9720.49674944559,46.1042210668969,959.577945754464,278.91858521928,1280.74389070001,117.291410789159,1687.14682693244,88.3704614441432,734.50225814964,204.017910210637,2425.44001634112,190.130297196931,1756.71519210383,84.7946967765133,1506.79098085863,1895.06543670641,634.127658634604,19250.0025711716,8370.57613927554,414.063191060721,3804.48518282405 -3502,113.11658972673,1503.07019719319,96.4273546066704,1352.80905244744,123.683514545609,5360.51252231611,28.6484743439397,484.926175444206,703.588892883213,12965.4796969163,190.337416828966,3809.60439948533,73.9203257998498,2976.5483471718,335.954889196302,7233.84078580811,314.877604302005,8870.97549272804,37.9328200342576,875.715784857978,211.746545019726,1168.8134834785,96.2110240643846,1539.69890018277,68.1401396881044,670.31055092637,160.498650892313,2213.4690745379,161.670840497925,1603.18734922111,67.4127222612587,1375.10522439328,1746.43948831683,553.048481629343,15690.2658667606,6562.39665753727,383.553271719405,2941.65427452361 -3503,114.801680505214,1400.72685807126,104.912028947553,1260.69692363245,152.42397959354,4995.51775895563,31.7246299153971,451.907781416262,782.418048372482,12082.6663140298,228.648607039177,3550.21023698714,97.389418403541,2773.87657743258,397.798650018701,6741.29198663794,352.187542389046,8266.95496535019,47.0380801247697,816.088711078253,197.402376106573,1089.22952596721,117.154906452113,1434.8615299912,81.1834405022802,624.669422415826,167.189387983174,2062.75501171212,213.539972877754,1494.02708054989,74.9277743535923,1281.47495977143,2419.67798410297,686.638434585268,17738.6584883769,6963.26354462707,536.962132465285,3131.15618396207 -3504,116.31894759924,1343.85658765775,104.284046380899,1209.51194453154,153.516441995099,4792.697027583,31.3386381413534,433.560080304498,788.438924723128,11592.1035061307,230.362405715991,3406.06977516986,102.429323595372,2661.25568339939,410.105496826247,6467.59187443733,362.131715488051,7931.31210845293,48.1835330587963,782.95506663287,195.054342319982,1045.00621624255,118.584041412976,1376.6053733777,83.2449416565093,599.307504946238,167.840908779028,1979.006039072,216.247223877854,1433.36877048295,75.8088081489045,1229.44638112999,2503.90236406885,701.005968592904,18027.9684921325,7026.10905196336,564.369231503899,3171.86022502883 -3505,118.085316669767,1309.98319781445,106.429868878535,1179.02485982806,164.830718670415,4671.89180453526,31.8010686471176,422.631719528854,849.174406228929,11299.9117315222,247.81733238492,3320.21602381911,108.857185075208,2594.17579402398,425.485754756505,6304.56907652698,373.971609084342,7731.39462508008,49.6822366604944,763.219819251993,185.500522496753,1018.66568014922,125.113839616288,1341.9065142129,85.6629968042871,584.20129723218,171.549664359143,1929.1230056595,232.507773612741,1397.23912718789,78.5802433403513,1198.45682693057,2756.36888968252,759.14013926794,18829.2938000056,7182.24775172327,617.902610204875,3217.24085270534 -3506,136.290748271257,1313.22301195289,123.176932235567,1181.94079143453,200.429309778427,4683.44619786403,36.4146171438436,423.676960584289,1035.25493255043,11327.8583600378,301.825965193922,3328.42749006892,128.926409720094,2600.59163769978,497.257218574289,6320.16136203494,436.54507075499,7750.51569599003,57.5651854145903,765.107393356212,201.115689322185,1021.18501587688,151.438960411771,1345.22528021271,99.8056724265467,585.646127689266,201.084418005744,1933.89405921116,284.929645893435,1400.69474027255,93.986190746818,1201.42081713952,3390.39256828888,927.404460007972,22278.9709171557,8357.48194241828,751.694216441764,3720.42040624091 -3507,186.547758486952,1348.60059881256,180.656807242569,1213.7816993621,270.011080475269,4809.6159520942,54.2378329994426,435.090611074026,1388.23729975782,11633.0253342825,405.443022731651,3418.09370179704,164.84484861465,2670.65030687617,658.786915380205,6490.42342378482,584.472044347416,7959.31080523376,76.9415574519274,785.719013027099,329.421793725509,1048.69524168784,207.01010739696,1381.46499255659,134.366880052606,601.423148471548,290.035490252924,1985.99222108801,380.168249980459,1438.42877279166,131.477835664177,1233.78650744993,4292.31068812175,1211.68339462207,30445.4840321915,11713.7213054934,941.854520808675,5242.75604531651 -3508,264.213925094702,1440.06742866138,252.952112598406,1296.10463787104,362.389886827135,5135.82100073183,76.5537774017519,464.599984662447,1858.46513439108,12422.0179758509,543.298279788473,3649.92082341102,214.644116328198,2851.78319189775,897.688784466485,6930.62673933492,806.049927697845,8499.13922276318,105.452541770897,839.009236490454,485.207658968964,1119.82143673713,280.151263822928,1475.16080103209,186.524265611062,642.213779023564,403.490056464923,2120.6891897289,507.656684443949,1535.9880649397,180.134157422047,1317.46624231439,5512.3138161877,1599.34380273611,41492.6060093391,16397.5759534722,1193.70663608443,7356.84965664188 -3509,292.713868603887,1671.77182903823,269.7450653201,1504.64567002446,383.299663611983,5962.16586607162,81.1940715141988,539.35333212297,1963.98034034811,14420.6995440053,574.334496699051,4237.18687705516,226.636487096073,3310.63025789776,973.555056591135,8045.75279587388,885.365706916376,9866.63627056481,113.786245999821,974.004395871545,528.85019285301,1299.99880160505,299.484443615492,1712.51166534564,205.695686025701,745.544883957121,435.123584387843,2461.9044740358,538.808403990645,1783.12593257669,193.816204131163,1529.44432029645,5736.47967634677,1688.67247809497,44476.0618077547,17869.2939884142,1235.31296985151,8043.52546129091 -3510,268.503470451594,1857.27998269693,237.180290355983,1671.60867018303,329.360709465575,6623.75757518552,70.5912895191,599.202672250541,1683.40109573038,16020.8924055002,492.749416190516,4707.36630023732,208.387211319826,3677.99432990905,893.963641027307,8938.54971949208,819.023096282487,10961.4875209459,103.238631047502,1082.08478937688,492.712201060595,1444.25316290926,265.118778945735,1902.54051476107,190.334321914748,828.274268727376,393.363405476042,2735.08969317257,467.568115305772,1980.99049384493,174.609503056398,1699.15910257341,4962.17878419864,1465.49117658033,39793.3231072186,16191.9224548922,1097.01242356357,7387.63159698621 -3511,251.815305944131,1959.9993724759,217.438837466182,1764.05925606675,300.716872859421,6990.09347634508,65.0633710407482,632.342389159635,1537.07651159178,16906.9496003976,449.910051429937,4967.7135813857,193.357891866771,3881.4107973768,834.499024017069,9432.90834137414,764.739232031593,11567.7274630716,96.6829840330808,1141.9309570465,449.156832663173,1524.12954394092,240.395502150113,2007.76309968456,177.846366358314,874.083101130639,356.846343631936,2886.35754018047,424.989854435439,2090.55186131857,157.996459892192,1793.13340250652,4549.96429794946,1342.20323497908,36603.4817864812,14970.9650054036,1008.3801602646,6824.02913789321 -3512,232.792723572556,1995.29018100478,209.524820371491,1795.82206084806,286.460071814138,7115.95374647416,62.6771435172004,643.728042897031,1462.91165231777,17211.3680249818,428.345286883875,5057.15984922074,176.132772495643,3951.29761836037,766.540719083149,9602.75276419422,705.486067735113,11776.0104149676,88.5938102715479,1162.49201809797,439.640951729097,1551.57228941511,230.191326924089,2043.91391897426,164.264462662065,889.821422169671,344.31749252649,2938.32790952182,404.80864600844,2128.19333533817,151.980110294724,1825.41970242235,4220.67306018509,1260.81448263176,34506.8740207183,14120.1312958464,924.137716447479,6433.73042935222 -3513,218.612596658545,2044.49482175565,192.854614126017,1840.10773929108,259.390336996048,7291.4359650649,57.8211051657124,659.602629658169,1323.34988929605,17635.8071309136,387.627985856578,5181.87140043746,163.128612973931,4048.73817195106,715.574190768826,9839.56042479405,660.543514538135,12066.4114641298,82.8460359389171,1191.15952855374,410.123880159718,1589.83467241407,209.224037861279,2094.31764023057,153.963575996998,911.764768469423,315.949542901903,3010.78823162066,366.00165949941,2180.67542015501,138.760266218079,1870.43527034942,3813.73253107567,1143.6509637545,31757.5353519406,13109.0712357113,840.709445358118,5989.10924146397 -3514,205.351516267851,2086.23632683934,187.394183691297,1877.67636785244,254.403449771329,7440.30184047065,56.3555422417319,673.069431445151,1298.97759049681,17995.8692475678,380.369922381023,5287.66727191767,151.262158858669,4131.39938644214,668.464829060713,10040.4501786454,617.140537619223,12312.7658056093,77.6368433941469,1215.47888167097,392.495336609741,1622.29359153416,203.581516177397,2137.07635475326,143.968188842365,930.379848005559,305.542442454573,3072.25810228935,358.231095674834,2225.19726152515,134.341218371237,1908.62308208423,3676.8661809304,1109.46371098082,30412.5864813143,12495.5905780661,794.352964075042,5677.04165336683 -3515,198.695502134197,2062.16915213035,176.960045407374,1856.01517606383,229.438031349395,7354.46926149647,53.4429019510761,665.304788777647,1167.80419826157,17788.2658597592,342.370996743003,5226.66784898601,144.333479130986,4083.73886517379,642.992566834137,9924.62184918069,594.430902706615,12170.7236591937,74.6763847181843,1201.45691195262,387.688169545232,1603.57853859675,186.345542127541,2112.42268089349,138.804775041988,919.646828903356,287.923944137476,3036.81601380317,322.175903468498,2199.52700999798,124.812877604017,1886.60488377219,3293.60250268534,1001.96602663299,28531.6739701262,11911.2797378175,727.804687035873,5458.36390303902 -3516,190.624116659748,2045.1022869066,162.649851148973,1840.6544764673,212.844365232808,7293.60241381404,49.1493975265758,659.798612356063,1083.93690976392,17641.0471237602,317.717159896781,5183.4110503593,136.346704891679,4049.94114264027,612.883783290089,9842.4839783268,568.291544026488,12069.9966649254,71.1756030970904,1191.51344869828,354.257481900189,1590.30704786301,172.14054703841,2094.93990885554,132.85291261223,912.035674180127,264.787623389685,3011.6828041616,298.671573672623,2181.32334760838,114.95847487437,1870.9910185136,3078.43255249828,935.798584215434,26668.6657837648,11205.2668491995,680.527714410693,5131.01885965532 -3517,184.590857467347,2011.31567819999,156.6446902382,1810.24549743548,200.815900495839,7173.10668487431,47.4237091452588,648.898249238012,1021.14542505473,17349.603923016,299.483271260499,5097.77725001335,132.887915884011,3983.03310701426,595.095048870291,9679.87883285028,551.148498196721,11870.5913554606,69.0982710903067,1171.82876157159,348.220068902688,1564.03399428837,163.892180113626,2060.32994561921,128.784274339926,896.968167460645,255.349187992963,2961.92756741667,281.830530348784,2145.28626580564,110.265410828655,1840.08085727578,2911.87423542924,885.316113535859,25639.9702179106,10817.1862935145,653.300779389153,4976.45230203959 -3518,183.894499414459,1980.76888082592,148.969771116905,1782.75244748472,189.603937980085,7064.16533925643,45.1231631320841,639.043126270144,963.729136395508,17086.1073265837,282.689205833996,5020.3549088055,130.714952360097,3922.54090950747,589.709978247195,9532.8659593777,547.477629611166,11690.3071003454,68.6593194916232,1154.03164691435,332.455184402743,1540.28027425948,154.545864877774,2029.0387455084,128.046052805401,883.345489946922,242.071503541879,2916.94338009132,265.402263237549,2112.70479409475,104.092102255722,1812.1346836799,2776.83043858274,843.461918371885,24722.9381631645,10533.6605442347,629.327568952161,4853.88432337427 -3519,187.121550295817,1942.52753048486,152.506759466046,1748.33406501941,194.920524323123,6927.78232949656,46.2553755587316,626.705557606122,991.182703438637,16756.2375358343,290.694059419487,4923.43034947777,131.62524327915,3846.81109438381,597.459517637488,9348.82143483176,554.923220167796,11464.6103349396,69.7504123255097,1131.75154702913,337.859184283205,1510.54313624122,158.388207130085,1989.86548189663,129.876567703221,866.291342600274,247.013424992936,2860.62794884494,272.741717803982,2071.91624729339,106.441236566757,1777.14903847181,2833.14031318897,863.6745088273,25199.8733443853,10736.4807756892,636.301664769747,4936.55793023314 -3520,195.413745105169,1935.2090281749,159.821965797405,1741.74718957357,203.531039907048,6901.68180315363,48.5672625565395,624.344434791118,1034.81272742563,16693.1081535281,303.507180270122,4904.88125000809,135.721235930156,3832.31817449547,620.672929630492,9313.59960647029,577.029993035315,11421.4172393967,72.4642151520605,1127.48765569105,354.195609006334,1504.85214177222,165.321315074489,1982.36863312758,135.165549240737,863.027576660065,258.439603701686,2849.85048910602,284.537781348885,2064.11027100535,111.146444623967,1770.45360217086,2930.83587787226,898.318639203729,26258.3314789995,11214.1872972246,654.652477841632,5152.12701244063 -3521,210.237403059926,1920.45631350213,173.824395893469,1728.46929610275,221.844533476456,6849.06808498583,52.8050447781114,619.584858347485,1128.09365175026,16565.8512742943,330.847220648206,4867.48977832121,146.051930164841,3803.10319268189,667.821898288715,9242.59907083292,620.898540566799,11334.3481387267,78.1437001263859,1118.89245825278,384.520424666001,1493.38017468802,179.914434803657,1967.25640576868,145.439667581856,856.448442619332,280.724034458608,2828.12517131671,309.993273968045,2048.37490111096,120.848225525112,1756.9568705755,3182.63871077099,976.254950913022,28448.9745313993,12126.8863774999,708.102175511508,5565.90053822682 -3522,221.109359438838,1889.41775822406,183.996659379716,1700.53364902953,233.029626523223,6738.37294609384,55.9302156160845,609.571082590095,1184.29214643788,16298.1127754331,347.404878753259,4788.82105282734,148.020632080252,3741.63716096623,691.867474259794,9093.21950923802,648.549610485829,11151.1615758399,80.6982891918076,1100.80883657832,410.087299858631,1469.24405517447,189.317688029751,1935.46146397943,152.329005149042,842.606460303899,296.744039662807,2782.41680562984,325.252676689863,2015.26891627218,127.468123001449,1728.56080524189,3251.93917336881,1014.41249113856,29756.8019869483,12782.5649489506,712.324632931147,5859.77679081013 -3523,224.559098790627,1820.54282937222,188.124267569571,1638.5441109418,230.536708354383,6492.73909660808,57.3492991157892,587.350393300612,1168.83493642446,15703.997814387,343.182130567772,4614.25420128696,147.895664881841,3605.24329458638,698.0891096332,8761.74445878567,656.345772253847,10744.668381411,81.4343902007518,1060.68106178168,431.095178856207,1415.68571460862,189.300607860422,1864.90810432839,154.336969655376,811.890934448952,303.222552825052,2680.98939039053,321.02537212462,1941.80633626763,128.809624570447,1665.54959347631,3154.12478110181,997.016912782571,29975.0639407672,12994.6774109634,695.62480289803,5981.78665219516 -3524,210.303489629455,1761.82124020148,179.983606743462,1585.69288845557,215.419993582689,6283.31586762791,54.8299279373557,568.405412749638,1089.96325923696,15197.4655355981,320.27426425578,4465.42148218485,133.332909085393,3488.95621131118,644.053570968401,8479.13448651425,610.570358209411,10398.0992195711,75.0623331492485,1026.4688056643,423.132233914819,1370.02278727349,179.341264764693,1804.75551369622,143.959087571506,785.703401184162,291.526129200519,2594.51410674785,300.396010705195,1879.1733940002,123.238129017598,1611.8273094445,2828.85513643043,917.129316540051,28099.8545849304,12294.4505098741,616.586351290508,5672.20675109384 -3525,172.114876934088,1658.46545916129,149.015660481567,1492.66953101355,174.428320554026,5914.71035635218,45.3914158823297,535.06038089187,880.869888224961,14305.9188313006,259.023756835731,4203.4612364836,107.187571677011,3284.27949042328,523.468810536241,7981.71309812284,497.176194102386,9788.10335753392,60.9090829148469,966.25186497701,357.985479294286,1289.65153734729,146.851692754352,1698.88102912971,117.358534269799,739.61076315578,242.137865390807,2442.30908968718,243.288225032804,1768.93324624002,101.778532549783,1517.27079788235,2235.77460453834,736.104067567661,22965.8704924801,10110.7862402225,487.400168090647,4678.49463820653 -3526,133.365731987244,1518.80642767396,119.137175171777,1366.9721401632,146.870731746002,5416.63382703213,36.6341594983266,490.003057466882,745.556318624762,13101.2203810077,218.80085560401,3849.48863974424,96.6963897137393,3007.71099740312,431.240490247288,7309.57469769012,394.121358368415,8963.8492089414,51.1766894981516,884.883996330676,266.327034012706,1181.05024953201,118.344906764935,1555.81861089856,91.9857707276433,677.328294570525,188.373376567009,2236.64274905027,202.844598785133,1619.97174537128,79.8350477146824,1389.50173946408,2101.1663035465,639.360097786383,18778.9231077829,7909.32015091473,473.918623103965,3631.71134944193 -3527,171.834750957782,1418.60367682961,171.668442630734,1276.78660613059,249.847078040893,5059.27320497025,52.0169088336016,457.675268101704,1169.4752016166,12236.8717071576,326.92512047557,3595.5199021763,114.210404600374,2809.27826088505,441.800467011785,6827.32792886883,458.148091566212,8372.46222734596,49.0596190943765,826.504067858642,348.924925605896,1103.13085063287,192.009731204273,1453.1739935291,122.456880694862,632.641784753327,265.172491204547,2089.08098474161,365.028349270428,1513.09464621065,119.372338270992,1297.82982258226,3333.81356684638,1025.79382774518,25265.2529844264,9563.62125040512,732.761163066144,4278.50167413354 -3528,174.352973145814,1357.36544591834,174.007781307652,1221.67032926785,261.993911911616,4840.87468688549,52.2648333165211,437.918359101562,1228.17595050197,11708.6308831177,343.091752962571,3440.30863238203,120.153637035892,2688.00744110361,455.600582922032,6532.60609003261,471.4505820521,8011.04008841569,50.2525782204435,790.825570908918,341.432239833223,1055.51093898329,200.537034301671,1390.44343246861,125.760957429798,605.331927651148,270.962787043619,1998.89961426761,384.662316648383,1447.77743263741,123.709615590361,1241.80515293214,3566.25973169725,1084.28549373874,26136.1374380354,9756.27837266538,784.747596932323,4351.58316256398 -3529,177.321551392226,1327.74430932584,177.132134480782,1195.01040227246,277.282560473332,4735.23459507484,52.6951105232808,428.361876305925,1302.21839881064,11453.1190342321,363.463362328844,3365.23242337245,127.734848771771,2629.3483409961,472.855447198916,6390.04815334744,487.34688858294,7836.21899405196,51.8134980818854,773.567762905056,329.898728619874,1032.47702885059,211.180462828614,1360.10045080428,129.670660849622,592.122058660689,278.045110185671,1955.27858450958,409.512308258698,1416.18327852317,129.026416531551,1214.70583331495,3864.92610011206,1158.77780345061,27211.0650077968,9980.94458401683,851.587297617411,4433.83825057995 -3530,204.876014332054,1330.26095106637,203.44601332389,1197.27545664897,327.206908599214,4744.20988417943,59.922540950366,429.173804755094,1538.37295907735,11474.8275794832,429.154422723839,3371.6109740646,151.310880583948,2634.33207750235,552.72843163135,6402.16001991224,569.193138338602,7851.07197114239,60.0329335199558,775.034003737407,366.860792092852,1034.43401316504,249.080613530477,1362.6784212326,151.240523056408,593.244382498079,322.913526260397,1958.9846713409,485.735958070457,1418.86754982898,151.413746896099,1217.00821893326,4625.40437873235,1376.51122490338,31825.0257644818,11556.7925084008,1019.92432156504,5125.66627533389 -3531,279.658172129879,1364.97322055455,277.222349425885,1228.51755863616,420.592050665067,4868.00686692639,82.7070701201535,440.372808045376,1972.2399210871,11774.2555277742,550.869247687662,3459.59090660882,193.374338264166,2703.07321052765,731.889288512495,6569.22010217617,760.891838161807,8055.94044135865,80.2448993677645,795.257997517477,540.333401505107,1061.42687663588,323.507142431038,1398.2366029154,202.982876015575,608.724697740824,434.908296682422,2010.10306565315,620.370718310057,1455.89194922837,199.616185321898,1248.76523414977,5747.62177228664,1746.33787315233,41941.2794140292,15641.3894762418,1265.00322407703,6985.56491816789 -3532,394.849014870611,1457.04751555434,388.271546102774,1311.38723432131,550.881655365657,5196.37836431317,117.184524515682,470.078164331691,2574.46096454523,12568.4881621892,720.225424005979,3692.95767814464,251.634097972457,2885.40906623845,996.651167269922,7012.34697125901,1047.41764346228,8599.35405968369,109.987732511726,848.902141125372,823.519422074968,1133.02544713411,429.759178510065,1492.55468001586,280.745660536729,649.786234003544,604.506005849766,2145.69460683497,806.330458526044,1554.09916882979,270.189899908286,1333.00071717841,7194.86041768498,2249.49404006345,56705.6288684384,21833.3253790564,1579.39737174392,9832.18355553735 -3533,436.70505034485,1693.17772864947,423.28355437771,1523.91163300074,582.294097414907,6038.50733909915,127.749540650588,546.259384182153,2716.13336897615,14605.3467795915,760.536433137341,4291.44116902782,265.591145896524,3353.02062344859,1080.48076733151,8148.77318038678,1149.18608040744,9992.97182775018,118.683890537513,986.47585875708,938.489719351546,1316.64440081813,461.046780889921,1734.43921081251,308.915069858119,755.091078398526,662.914699740282,2493.42748399943,852.636418287699,1805.95764563941,293.35248908051,1549.02781309886,7409.53735827121,2360.57062005679,61138.5092527401,23977.8173187246,1623.95717220064,10866.765614031 -3534,400.617785062471,1879.95866483062,382.870635817965,1692.0201762759,533.589364317694,6704.6382684454,114.416481078269,606.519354207071,2489.74902377036,16216.5186598869,697.041316538787,4764.84652131571,244.209908414669,3722.90520230018,992.165980064283,9047.69563702365,1062.99231522884,11095.3349179544,107.68118029986,1095.29779829778,849.373078803109,1461.8884999114,425.800660416215,1925.77185951398,285.801856576818,838.38807441902,608.386953594209,2768.48704324173,786.647812923029,2005.17976748074,271.153369326146,1719.90701863389,6820.4616112802,2172.57646184585,56049.4112065752,21977.4492234497,1495.22885977011,9982.3385057053 -3535,375.581544310674,1976.57448260155,359.712519771432,1778.97736106621,495.811850062535,7049.20654076032,107.827285184625,637.68991369695,2312.29521238903,17049.9264581715,647.516888630792,5009.7240028381,226.57710903801,3914.23469125802,926.093111542096,9512.67953760974,992.336488794792,11665.5521661284,100.844510883348,1151.58791491839,804.918329557458,1537.01863737194,395.867380764756,2024.74213291835,266.943879436053,881.474952303482,569.308833358555,2910.76657559258,729.369189206876,2108.23101357308,252.648843959467,1808.29737859442,6292.44650275898,2012.6799045798,52290.9459855446,20583.0342132864,1378.87826968866,9354.05475277868 -3536,347.036964209051,2001.68302253316,330.603938074763,1801.57581333853,451.684426279308,7138.75301900985,99.1605297606753,645.790525539804,2105.26488290503,17266.5126597411,589.705156408039,5073.36281649214,206.367368344121,3963.95744084942,850.579463939949,9633.51965576827,915.134431701169,11813.7403497591,92.408078086701,1166.21660278267,749.660735696643,1556.54347398791,362.531234700505,2050.46254929683,246.392351714728,892.672379586615,524.70738038706,2947.74221169342,664.85696841572,2135.01199402957,232.244087164831,1831.26828474459,5685.31734582051,1829.82435111928,47939.4998883972,18976.9099984808,1245.19886831848,8641.7107994851 -3537,325.747995458585,2036.45314704778,310.271896823587,1832.86998661529,418.838366085304,7262.75633449779,93.2740999915667,657.008194236899,1950.93801679731,17566.4396653429,546.640037349722,5161.48938541013,191.108615362717,4032.81314489318,793.941081978955,9800.85817748942,856.576723551315,12018.9502747674,86.4138866442931,1186.47430394379,711.509921652063,1583.58132653185,337.236024690064,2086.07999589004,230.804863768969,908.17849590952,491.359988429631,2998.9458051614,615.8946047025,2172.09810208811,216.764210866723,1863.07822945784,5224.81720262366,1691.63985187346,44710.0941713091,17791.3335668624,1143.70154505594,8112.97624800491 -3538,305.858236061356,2076.2854755419,291.823905435982,1868.72029797635,388.853837320126,7404.8133695481,87.942916538931,669.859050272606,1810.17548424099,17910.0332295928,507.34437848395,5262.44635612003,177.187204279852,4111.69359356722,741.599111660571,9992.55961830872,800.100237292143,12254.0368399521,80.9813471846211,1209.68133637321,675.098692826828,1614.55563678643,313.444970307152,2126.88300860937,215.719825557955,925.942157318969,460.353514999269,3057.60416153971,570.524414024578,2214.58359960582,202.013095703412,1899.51940373852,4808.98470512696,1565.24884505416,41716.8723621383,16676.1744977302,1052.10639967267,7609.88964909097 -3539,295.811083314881,2046.80897511252,281.602936810191,1842.19054794219,371.313464843918,7299.68910458644,84.9454052444722,660.349230541373,1727.45380991138,17655.7690118824,484.301280823352,5187.736734489,169.050590484212,4053.32091822757,713.264189383155,9850.6977735146,770.44464891991,12080.0693742884,77.894203455508,1192.50779600458,658.815330283103,1591.63419824554,300.102457055286,2096.6881877839,207.871134356011,912.796790403245,444.198307876514,3014.196127605,544.099535831935,2183.14371564303,194.016513485766,1872.55240657967,4551.28872988302,1490.19801292982,40058.6875690838,16093.4072336123,995.168876866858,7352.80241125703 -3540,283.654800571816,2021.67150626474,269.356612696979,1819.56605876238,351.307365337132,7210.03945496296,81.4664075375718,652.239285542486,1633.16866294496,17438.9332695555,458.028528737916,5124.02459909222,159.674377269881,4003.54088034865,679.784899668388,9729.71842887545,736.324051778787,11931.7104549815,74.2434655677243,1177.86225363238,639.380000138841,1572.08686600206,284.861233018156,2070.93813751307,198.83134230825,901.58646195437,424.860686544986,2977.17788986026,514.033233599588,2156.33187936056,184.848460974961,1849.55503439762,4259.81776994707,1404.6770988925,38143.0115662658,15411.4163915455,930.804720651589,7051.53973103621 -3541,274.733537971292,1982.04166334837,261.09818031172,1783.89799060132,342.260686506322,7068.70455948878,78.9247780527136,639.453756167491,1591.58168212018,17097.0863453841,446.302991836358,5023.58083791123,155.632711725144,3925.06141634777,660.086848307566,9538.99149239638,714.209037101076,11697.8189401685,72.0762236770489,1154.77319294971,616.689131365477,1541.27001204853,277.08924936365,2030.34254479445,192.792813652982,883.913101197163,411.935547679681,2918.81772019686,500.992886629017,2114.06235466783,179.527923972615,1813.29910693797,4168.03090811128,1370.36701407829,37060.0262571633,14938.4287721116,911.000364893044,6830.76635353177 -3542,273.587015891871,1948.45754302541,260.32887062723,1753.6712572949,336.908807551917,6948.93098013209,78.7813523171271,628.618720615405,1565.78868803867,16807.3898089221,439.190407956591,4938.46025420589,153.070590332475,3858.5543709515,654.050477444102,9377.36086476411,709.262279451508,11499.6086976355,71.6191860217321,1135.20647920453,619.055812154439,1515.15441695687,273.634845195835,1995.94000443311,191.588277791194,868.935896381248,409.36340658589,2869.36067429891,492.824379639304,2078.24124868288,177.831402379135,1782.57419508822,4068.35720826632,1345.4225188178,36680.1748878698,14854.6431148339,888.720464664682,6800.6324524663 -3543,278.296895810371,1894.19069548913,265.227415345174,1704.82943824217,339.976760757909,6755.39503197207,80.4726958693869,611.110945610402,1579.13482378206,16339.2841201384,443.054977048713,4800.91829408555,154.122114753752,3751.08906717395,662.59296057918,9116.19027156211,718.766581690752,11179.3309917367,72.7580273946814,1103.58963584569,636.789687540292,1472.95557406536,276.156789407306,1940.35071417639,194.253140301312,844.735003743626,415.704407979096,2789.44558515768,495.92461540988,2020.35977141406,179.876527825886,1732.92739502668,4070.53829325182,1352.65034975496,37161.1449715085,15105.1225593669,888.720464664682,6918.26304544473 -3544,290.515074353844,1870.52849754744,276.343332149233,1683.53273790436,350.557416191715,6671.00675216398,84.0551521556357,603.476958074828,1627.39487247854,16135.1740608942,456.712798496331,4740.94530443511,158.899847393384,3704.23052636507,688.270750134558,9002.31097778589,747.217797861292,11039.6789791848,75.5895934195772,1089.80361289037,668.347494006582,1454.55543809391,285.610069202793,1916.11188606659,202.068243963326,834.182588448559,433.068247819646,2754.59987836546,511.031786227501,1995.12147152246,186.560481792734,1711.27969549076,4163.48375475046,1391.52016567936,38522.4382365802,15728.0398721049,908.524820423226,7211.58802095283 -3545,312.555227614602,1848.60191392193,298.104134450634,1663.79814342353,377.746693674147,6592.80832449532,90.8041500747709,596.402920975344,1753.48619073952,15946.0354063256,492.11634772577,4685.37131354541,170.995204178475,3660.80904387444,740.556087784033,8896.78469217408,804.027694381588,10910.2703951118,81.5141297013902,1077.02879011448,721.903633108989,1437.50494595059,307.347799535373,1893.65096790322,217.429225484839,824.404189291027,465.94128113146,2722.31009252847,549.955823121585,1971.73439249868,200.751256166316,1691.21984748577,4481.40691154244,1497.86123464899,41498.8017283417,16942.6637207771,977.840065578132,7766.15194792826 -3546,328.350518619468,1821.46849015379,310.24060024509,1639.37723389716,383.181891930713,6496.04035041531,94.598657760177,587.649033472843,1775.7350475465,15711.9825619338,498.756694193198,4616.60033348524,173.24045527456,3607.07639198566,767.006322908939,8766.19939557309,839.179367579676,10750.1315421623,84.1811371179452,1061.22036843506,771.822410530748,1416.40552450483,315.485327840973,1865.85632277486,227.386589398269,812.303742972216,486.635363162319,2682.35254795785,557.780432249471,1942.79365386427,207.963997494639,1666.396447455,4432.21133508457,1509.18123953056,42788.5309017502,17705.7317784706,965.462343229041,8149.89675462754 -3547,333.313085811783,1740.27070723302,314.212824842971,1566.29675104346,383.248172076795,6206.45857775832,95.7910984421064,561.452698531303,1774.62816680254,15011.5706930405,498.634044749411,4410.80060994534,173.067200201707,3446.27942654908,773.808846823164,8375.41802361434,848.986234806448,10270.9100502459,84.9500755795847,1013.9130767783,790.706906027265,1353.26471865053,316.897671582649,1782.67981026477,230.237653284715,776.092705919349,492.745141988802,2562.77810509298,557.337745989156,1856.18741377883,209.723070964958,1592.11149675077,4379.0375117214,1503.89899276471,43100.7679415951,17939.2753640671,953.084620879951,8270.30082176767 -3548,311.81269365444,1675.70588665843,292.012438539946,1508.1864419534,346.353167259216,5976.19619225063,89.1281426444308,540.622552628639,1600.73438439971,14454.6347150282,450.180048195427,4247.15793711989,155.967572997967,3318.42092045559,713.709423976765,8064.68627384439,789.162463907712,9889.85469961814,78.3051552344991,976.296448739719,755.05365390691,1303.05799311843,289.600675276899,1716.54159302459,214.437093930684,747.29931986816,458.313118270776,2467.6978926639,502.86413840681,1787.32203161424,193.479144042644,1533.04344906415,3841.05071546423,1347.48649110107,39618.060636408,16715.6064682612,834.258486328684,7735.71298800543 -3549,255.06385253107,1595.11556608271,237.814538816358,1435.65269375051,278.507804936718,5688.78085833586,72.6459578971145,514.622199479741,1286.06217773658,13759.4628147778,361.832198834001,4042.89785639012,125.361147487793,3158.82692015165,580.0062107558,7676.82844191435,642.38557148735,9414.21839193716,63.5412662538397,929.343075592735,621.902217625304,1240.38956053114,233.995377339713,1633.98734626517,174.70220887184,711.359187274672,373.911184503617,2349.01801820789,404.003928286311,1701.36371598937,156.979645385312,1459.31424395706,3046.21742268878,1079.452433221,32109.7314912144,13630.7331585112,660.970373441421,6318.08426187476 -3550,198.538416197917,1465.00240912551,193.853237166984,1318.54688132545,250.409521043465,5224.74850077226,59.2627292870982,472.644602095369,1164.38778798212,12637.1070538956,326.520451418596,3713.11974216718,113.253796718542,2901.16223954693,478.363246485897,7050.63156612982,510.893967874351,8646.30307513814,53.3827129931725,853.536805481136,452.083459646148,1139.21131049763,199.580344204624,1500.70342842793,137.793406514782,653.333805568872,298.038476839694,2157.40923662666,362.568949336491,1562.58392540438,128.825887778564,1340.27836510839,3046.82384931724,997.312046536299,26970.8571709146,10831.8843845586,665.921462381057,4930.05556747361 -3551,211.554367098034,1360.95238179766,233.972996891235,1224.89868103556,357.905091687192,4853.66704663938,72.1640777087587,439.075589882114,1605.17911067907,11739.5717828869,446.09043465979,3449.3998955393,119.264970947004,2695.11069422042,444.394540323383,6549.86897177184,544.947529846782,8032.20983839734,44.5324501006096,792.915384395115,502.450154620683,1058.30020260381,282.574140325408,1394.11777930799,153.76563793575,606.93156083521,401.144734644878,2004.18185035748,546.286258088323,1451.60328869852,197.661315951302,1245.08671242046,4305.62728229756,1421.05927898429,32934.4755893116,12002.4519284376,933.775172059671,5356.2203120306 -3552,213.860583275994,1286.66812441954,236.267595261034,1158.04058217689,372.112452381065,4588.74150115921,72.2922234642691,415.10972262365,1670.53199624121,11098.7959677353,463.969504482886,3261.12283818785,124.220576052927,2548.0046682127,455.022264681439,6192.36039248606,557.682825450538,7593.7913081601,45.2871559343347,749.63603731342,491.5736965501,1000.53547425255,292.974729148134,1318.02326981697,157.160672933309,573.803685915416,408.38700193935,1894.78848553757,570.473282420481,1372.37107326554,193.071192772335,1177.12669924105,4546.1835928891,1480.80292082568,33816.2578978747,12183.0011755895,981.561319238192,5410.53467960357 -3553,233.842556898531,1247.81930892751,261.538041785645,1123.07546253536,445.052672276243,4450.1920426502,78.8824286522775,402.576171261734,2003.65338956085,10763.6861841393,555.508979068197,3162.65862893828,149.184877087315,2471.07188239983,518.670246720932,6005.39231440738,628.292862176145,7364.50934195863,51.1701928520034,727.002017283662,480.982186851195,970.325960785353,345.119601589727,1278.22773758023,176.272740176376,556.478632858063,457.029368927516,1837.57848175025,687.971852592913,1330.93459901082,208.537945731949,1141.58530586878,5683.40496767433,1794.42705918831,38949.1357736612,13506.6405429524,1226.98322483064,5908.07319711557 -3554,286.210169785452,1238.33128942381,321.205665801835,1114.53595539965,574.443402674661,4416.35420363472,95.7084815979511,399.51511062793,2590.41037090165,10681.8425520395,717.456053434342,3138.61078279563,193.161595546336,2452.28264100284,651.542233412945,5959.72922921642,784.141716263411,7308.51196495718,63.7049486686119,721.474126129976,540.9803688436,962.947912076687,442.162821884607,1268.50850209672,219.399764714633,552.247347058768,567.673158747867,1823.60612185031,893.021336515955,1320.81459738621,244.830208572493,1132.90505579593,7518.83408319231,2331.1859149279,49155.2016911593,16648.4584455814,1621.02680949432,7206.90970319038 -3555,375.084005315268,1236.30640558728,417.540578823524,1112.71349814561,699.281648061793,4409.13270780424,126.083740088134,398.861834968283,3146.42691394398,10664.3759092172,872.647841512561,3133.4786163895,234.358732266833,2448.27273870547,824.142030354165,5949.98405077394,1002.69871915737,7296.56129563846,81.3397925643633,720.29439231484,789.319630731702,961.373327246895,544.970084405766,1266.43427334685,281.619010725447,551.34432802309,729.203218068685,1820.62421338052,1080.46650033278,1318.65483920829,308.698362735828,1131.05256191534,8851.52966504714,2804.07614939513,61592.8744698877,21541.4715617562,1907.06807532304,9434.65829635807 -3556,431.177898933057,1195.69305247472,459.076487342054,1076.16024079042,616.417531675333,4264.29024579569,142.735086468273,385.75900182475,2748.64572970137,10314.0452285957,766.628816954092,3030.54210085989,204.65737222835,2367.84561739999,844.953088024973,5754.52376505828,1070.46804703748,7056.8651984024,84.6216861497308,696.632320867281,1166.12638188709,929.791678687912,508.745350980029,1224.83120301991,304.470878608288,533.232360165111,787.431889702333,1760.81569525821,933.746715913011,1275.33629424539,329.68131056537,1093.8968561143,6718.26202713907,2360.03277870625,60904.6778247175,23749.286163669,1439.74834480874,10821.5752471107 -3557,493.079781723652,1185.27936938354,520.16451150687,1066.78760817394,696.786962946968,4227.15114296607,161.163710561395,382.399300113463,3106.13505923364,10224.2168247454,866.490524511361,3004.14811540726,231.677546784919,2347.22327304714,962.522539982982,5704.40572957588,1226.03916185986,6995.40464408936,95.7905759075682,690.565121425442,1334.82800335401,921.693817901121,579.018265470875,1214.16374621564,348.911065973396,528.588264591227,898.625724233293,1745.48017365888,1058.43028630308,1264.22897203133,332.379104145223,1084.36974949573,7553.78792769488,2651.9302892014,69001.8436291165,27021.758307473,1611.6962993188,12303.2376316484 -3558,443.629804518202,1259.70826292479,459.027113438825,1133.77588399384,610.825028714042,4492.59251529522,141.030074244619,406.411830436333,2721.09024773109,10866.2402710722,759.399313336972,3192.79176013727,203.705645688395,2494.61572382272,858.498087319662,6062.61040075271,1106.81586512978,7434.67680302662,84.3309555406315,733.928736142373,1204.93577222833,979.571017844179,515.384673199498,1290.40641654553,315.365018951551,561.780641585755,804.785828257248,1855.0865343021,933.463334893101,1343.61545761576,317.149463455425,1152.46208513349,6542.82397750241,2331.18786083517,61295.2306577916,24229.5278560648,1398.19319350334,11113.3792288648 -3559,410.751249833233,1361.47306581193,424.684287259944,1225.36731254011,550.257649863704,4855.52400128051,131.070448261539,439.243574922416,2448.3785843242,11744.0632018693,683.796361197936,3450.71959445635,183.173202987703,2696.14181116024,786.273484409516,6552.37487287076,1016.40889780912,8035.28286528498,77.5668460419065,793.218744285468,1140.11540248015,1058.70509553405,466.843360001634,1394.65115200449,289.942118863056,607.163765551338,740.8747598605,2004.94862623084,837.834726182381,1452.15865465958,308.305025098013,1245.56306762304,5769.01961447969,2092.35129884667,56026.0435979103,22385.7210260331,1234.9549329578,10315.3716791824 -3560,387.718428908054,1439.02606063285,400.5054442073,1295.16737486193,525.7509177266,5132.10709144956,123.423037551339,464.264014581843,2340.63816041411,12413.0351378863,653.478657652902,3647.28142557692,175.214031644276,2849.72095801813,745.841464905026,6925.61493713708,963.552884314388,8492.99316898789,73.3548186175929,838.402516709747,1064.76581871507,1119.01165087665,445.245797520829,1474.09405563909,274.72430621949,641.749369591308,701.145248003208,2119.15563798217,802.324715325318,1534.87733301758,289.675158433357,1316.51353190924,5568.4400358326,2004.72395714122,53207.1562089587,21157.022778145,1191.42929689828,9735.24417196758 -3561,367.837126722744,1501.73956245022,380.794851840918,1351.61144056667,498.949624506592,5355.76697934971,117.501872836527,484.496881045298,2221.23941559343,12954.0016450088,620.157825451644,3806.23184111754,166.19245613746,2973.91327486961,707.537896811154,7227.43682683623,914.348729466815,8863.12221467311,69.7238157335389,874.940533076343,1011.98938501318,1167.77875879827,422.426023742715,1538.33583886061,260.699761689263,669.717139847296,665.163098020748,2211.50953940869,761.103641792194,1601.76808298169,280.955896345587,1373.88787420549,5281.45597725701,1904.02940332485,50529.1928508637,20094.483520584,1131.10965587333,9251.28505724503 -3562,349.051776360266,1559.30407353957,362.828078698882,1403.42125746465,474.18954126594,5561.06363356564,112.118995823062,503.068560702043,2111.02525600074,13450.5529712114,589.384274906235,3952.13188963803,157.855295387334,3087.90898222826,671.641815480953,7504.47811799536,865.657120405659,9202.86241315356,66.4151351454171,908.47865465091,961.514450520335,1212.54192212671,400.442082378873,1597.30315427897,246.790047918614,695.388661519512,631.311316984846,2296.28087299318,722.111018898599,1663.1668760087,268.172251411349,1426.55158883866,5019.89356432649,1808.6981070577,47991.8756784764,19074.0031142727,1074.93792309364,8776.00914213066 -3563,335.944402878944,1542.06364884834,347.929065732361,1387.9043490502,446.95044261561,5499.57780767412,107.677470532868,497.506389870527,1988.09284967439,13301.8371116875,555.353326797239,3908.43519611345,148.700063988886,3053.76755775252,641.314490416262,7421.50495577784,828.227207731242,9101.11108762953,63.4408603207877,898.434072522973,937.742674640448,1199.1354685375,379.278194397734,1579.64259325838,236.320329663089,687.700106058457,605.071320753122,2270.89207414853,679.309851265819,1644.77809362729,258.914008721612,1410.77894022389,4659.13070531067,1698.25822723934,45689.3396845852,18301.8976493193,997.518435750376,8443.76780712063 -3564,330.019968287495,1480.8832729635,342.7741576189,1332.84014347704,447.203793719158,5281.38562233035,106.100604064725,477.768146277197,1990.56658535699,12774.0953449584,555.809173797613,3753.37056269295,148.758121999179,2932.61130898954,634.24543502194,7127.06155639885,816.801778098168,8740.03040349132,62.7084287421982,862.789282954299,912.868025368205,1151.56054596102,377.39363707725,1516.9712971083,232.885329761027,660.416050036436,596.504713166663,2180.79590283027,680.007777219299,1579.5225887132,261.435110238956,1354.80720007051,4720.63541738405,1706.56733272175,45351.3454198712,18043.5776393837,1012.33738920905,8309.9991249145 -3565,319.218810984134,1434.54239288813,331.7554857179,1291.13193704635,434.506516027864,5116.11664926239,102.64680856578,462.817476785093,1934.40001130916,12374.3590313275,540.065044279937,3635.91735196412,144.558495706654,2840.84189578954,614.545834315304,6904.03634509106,790.896990160925,8466.53099393099,60.7452326376972,835.790251078081,880.33209467945,1115.52507298744,366.251848551584,1469.50112424558,225.456162998204,639.749829049725,577.506984229412,2112.55284596888,660.929519571502,1530.0950151858,256.668294997481,1312.4115844741,4601.7390418833,1660.34803479852,43989.2127524322,17471.3997621002,986.53241567884,8045.12870798582 -3566,321.410714629798,1396.50353093072,335.243124166592,1256.89580030644,438.588935986575,4980.45578908557,103.723383968473,450.545235687035,1952.76918176513,12046.2359048604,545.159607591636,3539.50600927701,145.927325220033,2765.51307089562,619.360807842647,6720.96633838937,796.762765200091,8242.02929545701,61.3898772295614,813.628124574378,884.935093097557,1085.94539345216,369.437470849141,1430.5352835088,227.103758536789,622.785983606644,581.767722122528,2056.53560556948,667.24287823926,1489.52244420224,269.263452884751,1277.61118865407,4654.17500890991,1681.03272130782,44399.8689461627,17616.4423498216,1000.10516996289,8118.60239039478 -3567,327.537558538873,1384.325310219,342.272752376676,1245.9350299763,444.309208882706,4937.02368275641,106.152756548443,446.616252194131,1977.49618087319,11941.1866039846,552.192125697951,3508.63971754433,147.571534165941,2741.39639105016,629.367646266416,6662.35609526999,809.377019652336,8170.15461010937,62.5667758135044,806.532873714738,910.471928185483,1076.47539757358,374.058196935948,1418.06028861433,230.763424344944,617.354973232133,591.964721364292,2038.60156963515,674.112472350542,1476.53305128001,283.276715831503,1266.46976960673,4683.02803118286,1701.50048426754,45164.6260159705,17968.7767668655,1007.66756736867,8292.51941708824 -3568,346.010378602061,1406.85935899547,361.798092558084,1266.21636163335,470.960496164326,5017.38855917421,112.343065113928,453.88627199151,2096.54190480057,12135.5652513998,585.359478038349,3565.75335835588,156.562063755295,2786.02084423001,665.919654318753,6770.80593441454,854.601849360079,8303.148394978,66.1880245879222,819.661616635167,957.006050075898,1093.99826516584,395.97117413581,1441.14347540267,243.604691987957,627.404278100369,625.875032927451,2071.78592801307,714.823370988316,1500.56805775716,291.507067825163,1287.0853657759,4981.93611453149,1802.33920552224,47742.0799815766,18961.2836732972,1069.95769314775,8737.28767457123 -3569,371.169030583906,1430.02979903315,388.881641848148,1287.07046484869,504.0009768724,5100.02304570819,120.962746259384,461.361606737562,2243.14052126875,12335.4334082153,626.37484602151,3624.47996372029,167.303446089358,2831.90555083001,713.322873201535,6882.31854006844,916.071446119815,8439.89809975816,71.0716295750842,833.161132573277,1033.30161357767,1112.01600165263,423.64034552424,1464.87856183402,261.169075953698,637.737388593725,670.878635987398,2105.90745644376,763.796206778898,1525.28184452086,298.432696044523,1308.2831735741,5309.44267760713,1919.89269506213,51115.1665724112,20333.3748216257,1137.4304208571,9358.07762650064 -3570,391.829562742127,1433.81922049022,407.011468928279,1290.4810598164,517.079375602082,5113.53754503821,126.65853817516,462.584164178826,2298.95234813695,12368.120948063,642.377837028756,3634.08443640646,171.720393804119,2839.40978861999,745.283394198919,6900.55592614789,962.570484836377,8462.26290011147,74.0431383638503,835.368917806214,1105.30912042334,1114.96272157421,438.858773894148,1468.7603286741,274.754279897868,639.427322430029,704.379233859755,2111.48787924854,783.66100261109,1529.32367340695,309.259255317313,1311.74997988346,5343.37452336474,1960.89316698331,53125.9929657018,21356.5214777911,1144.78587952588,9866.00177592352 -3571,399.901852586574,1420.57070563971,414.913006750536,1278.55699209506,523.987483620472,5066.28836805975,129.013220991508,458.309878354539,2328.97811321719,12253.839292669,650.887870347108,3600.50543220867,173.973419625377,2813.17359216396,758.604907021217,6836.79466785408,980.886781081453,8384.07144187263,75.3811980957594,827.650094292729,1133.05285674665,1104.66044638956,445.600618340732,1455.18895736857,280.06653685767,633.519002708846,717.882148212355,2091.97769405565,793.733336604425,1515.19269572942,301.882992527239,1299.62938696611,5384.11754328276,1979.16236104853,53962.7314761913,21753.7636912272,1150.90427252527,10046.3896274717 -3572,376.327876297514,1408.76853277913,388.335840112165,1267.93467630824,480.787613788848,5024.19738952273,120.803681791889,454.502216837532,2134.68887671308,12152.0337796005,596.987206806044,3570.59225201448,159.494065936091,2789.80160449047,707.203312577438,6779.99423394257,919.296143170206,8314.41615471262,70.2361248284066,820.773935688205,1082.60907009481,1095.48287184943,412.151584216382,1443.09917433173,262.766783702525,628.25569497573,672.248108079609,2074.59743817138,727.443070592967,1502.60439861679,279.92800564951,1288.83200066301,4841.48769006767,1806.51511064615,50121.156216177,20402.8062666959,1035.13718430013,9452.87436228771 -3573,312.682956889173,1396.90850769802,322.436236547487,1257.26029175725,402.19382900818,4981.90008825166,100.207751045558,450.675890818965,1786.38499555196,12049.7292334248,499.46661022941,3540.53244255823,133.567341460372,2766.31505135509,589.256969250346,6722.91537407786,764.052494840494,8244.41942932075,58.4105070111445,813.864071337405,893.352003852748,1086.26031041811,344.007677601097,1430.95012925878,218.316605111291,622.966587413779,559.378750093119,2057.13198726343,608.980737774306,1489.95439583783,236.445076495844,1277.98168743019,4078.56077210465,1515.70451590391,41781.7613038211,16955.6249017536,872.839281576334,7851.30995662926 -3574,239.407287690566,1298.26780889647,257.611015617366,1168.4806522383,345.81002651558,4630.11033011318,80.2866351881652,418.852056574692,1542.29391879739,11198.8548165217,430.11040656357,3290.52280174143,114.596846747505,2570.97566565646,470.675207293932,6248.18630855332,593.482440794564,7662.25152838824,47.5058515693611,756.39422253643,648.450571308399,1009.5555903097,283.567638621134,1329.90562997882,168.723883722655,578.976691744965,437.969581974233,1911.87055057487,522.230397669823,1384.74339456038,197.80262306043,1187.7388361561,3783.29916623561,1329.31852878821,34080.3005169152,13242.5209447932,814.697064042514,6033.33197706131 -3575,193.939079580836,1212.99133219238,212.674183264573,1091.72922049443,335.427069482856,4325.9824044282,67.4813582258321,391.339838063079,1569.60731594214,10463.2601454304,511.461558070641,3074.38543075824,127.432715461435,2402.10161289419,507.703353779731,5837.77536673302,638.16965070537,7158.95797871848,48.4435107253394,706.710610376266,504.037362543055,943.243121350228,284.398085822518,1242.55102895091,139.72706340202,540.946716706325,448.444498866272,1786.28969325859,512.089279581621,1293.78678528594,196.094918224973,1109.72243422582,4255.62637967854,1420.26467649753,33624.8597634513,12550.6480018246,981.726386536492,5688.88596871519 -3576,192.382944822048,1162.68746838655,210.087359050961,1046.45420775272,336.971163368159,4146.5799438142,66.2392025045331,375.110615814525,1577.72993362687,10029.3391442231,514.093845171175,2946.88784533365,128.211892008622,2302.48425440541,506.861136878547,5595.67746447813,638.464999321481,6862.06942098889,48.0587153130078,677.402672758735,491.720562993106,904.125963417677,285.907209511356,1191.02129739119,139.650615609044,518.513159894158,477.87016354486,1712.21062025729,516.232013645244,1240.13225988784,207.286652324851,1063.70122639685,4310.38294521891,1441.64402631001,33755.0956010064,12534.807548028,995.554550507873,5698.16695411848 -3577,194.771506748934,1137.34751115512,212.858415207085,1023.64747284751,354.039594699219,4056.20814460767,66.5219848122324,366.935343249674,1660.19839250631,9810.75673761402,540.924484703174,2882.66249329626,135.169089924207,2252.30322629676,522.77754242189,5473.72360199473,657.227979338196,6712.51543475018,49.1955628109652,662.639157005025,474.982780415432,884.421172691218,299.288024561578,1165.06382424537,143.244591527793,507.212529541715,484.508994558505,1674.89419166557,545.519269039675,1213.10444778757,213.585354983542,1040.51860482673,4626.56117665697,1525.95272684557,34918.8544493448,12763.5770238451,1069.90907304644,5778.8034284423 -3578,223.025614218546,1138.9963443346,242.009468895192,1025.13147303283,411.436727505599,4062.08850263909,74.9476232981731,367.467296028171,1930.8473835997,9824.97956842535,629.082991532607,2886.84154105219,157.570641582683,2255.56843086559,603.623668191611,5481.65895772531,759.719770673629,6722.24668932108,56.2693980034212,663.599796930273,527.570983684868,885.703334000642,348.238599329577,1166.75283826334,165.349594558166,507.947844684674,542.377710134818,1677.32231595323,637.049376983955,1214.86310716307,240.772957301869,1042.02706339606,5432.52811115208,1776.43484232709,40242.4104183401,14610.5598586618,1255.61789673609,6602.16622865404 -3579,302.932084803763,1167.57611289858,327.555111377665,1050.85413701911,522.358422146179,4164.01468516747,102.746975367747,376.687808743205,2444.88541050831,10071.5085793463,796.664900129392,2959.27835222768,199.092265039792,2312.16529709347,793.107532067682,5619.20509221264,1006.36896137128,6890.92172990953,74.7916655892041,680.250885153429,776.025800810277,907.927458272847,446.915659643487,1196.02907453467,220.504946653444,520.693304242877,676.856675769336,1719.40979396453,803.095890468894,1245.34652935519,295.503650338765,1068.1736726081,6645.07055249504,2209.7501620421,52290.1848792736,19544.8263924936,1530.05138428248,8871.91259566568 -3580,436.639494218223,1233.84762167909,469.563956069295,1110.50051758407,710.528159751475,4400.36376144756,148.663588361221,398.06857283118,3317.63677991878,10643.1664454808,1081.17934211198,3127.24670918283,269.716478955504,2443.40357877425,1112.22638259197,5938.1506371704,1418.49203865994,7282.04978990027,105.678380962075,718.86186049831,1185.64525481472,959.461334187476,613.330044763079,1263.91557070322,312.505979110708,550.247806517185,922.179414729159,1817.00332983702,1084.89639320966,1316.03227955443,393.913340140344,1128.80310836079,8729.70342849523,2953.41273357285,72644.2437351761,27824.0980143697,2002.22797416924,12684.6819886398 -3581,486.473242656121,1401.79715221005,516.176073199279,1261.66022102364,762.159655954147,4999.33482960493,163.270703262199,452.253083747645,3553.79415671027,12091.898668548,1158.22000262876,3552.92294945226,289.278580706524,2775.99609404315,1219.03940326811,6746.44300181238,1568.79136444464,8273.2717382414,115.349585187769,816.712283732099,1352.12539681498,1090.06180527328,665.820148897453,1435.95790640226,346.898387481536,625.146731762499,963.047619749792,2064.33116097068,1164.41640209368,1495.16866530518,414.115535239362,1282.45413364144,9177.16406091576,3137.75940634538,78975.3391048452,30696.6352778721,2103.49137243364,14034.7237077364 -3582,448.867330830002,1566.70935979212,470.305810434585,1410.08624110755,707.084832105183,5587.4736640235,147.265390390343,505.457682079892,3298.80579767715,13514.4309515856,1075.0871201055,3970.90094722421,269.310443438381,3102.57376142257,1129.09774707292,7540.11761229467,1461.90881231681,9246.56769916465,105.527055164175,912.793107877955,1224.81878836479,1218.30040129633,621.370279876017,1604.88890185076,323.170515490408,698.69112970562,952.530938770597,2307.18613353174,1087.67223953741,1671.06541678187,412.211640878412,1433.32642066823,8589.26589260157,2950.77423551272,73428.0176151372,28437.7850192563,1975.03858039355,13055.4796715719 -3583,420.107008277278,1678.04896331966,440.882579259364,1510.29528246119,654.702920361307,5984.55248313227,138.476919806139,541.37848485737,3052.81696129257,14474.8460883468,994.944949525118,4253.09657869074,249.036654706292,3323.06094390647,1051.3394065181,8075.96282203751,1361.40075702781,9903.68331233243,98.614023902296,977.661567428923,1160.32258948593,1304.88001021356,575.821899737889,1718.94176872169,301.241886321296,748.344240465073,902.283667988791,2471.14838202799,1004.87384743699,1789.82117694262,388.215141635197,1535.18704619223,7891.24070472149,2727.61327935409,68368.8335160168,26599.2736092287,1813.54780444875,12230.3357162255 -3584,387.949442582388,1729.27848790705,404.88993647094,1556.40341815826,595.733894138715,6167.2561975535,127.242971263082,557.906347278155,2776.33879773201,14916.7518371008,904.862328453112,4382.9402963136,226.621605134593,3424.51139979453,964.850788104354,8322.51566107982,1253.90658160117,10206.0350308134,90.3211973953513,1007.50881169983,1080.46884827585,1344.71697804231,526.563365540781,1771.41971872788,277.844787019142,771.190605800504,846.551778451817,2546.59061259662,914.777361103103,1844.46301993737,363.601956745195,1582.0551079999,7124.53789207607,2484.05723990421,62703.9931074879,24527.8856234847,1638.28484895932,11310.6055311435 -3585,362.057654383046,1769.22652364813,377.27073471237,1592.35786957307,545.504453050406,6309.72588807884,118.87831998313,570.794533222234,2540.09429182968,15261.3434917686,827.900678191848,4484.19053265931,207.254372829318,3503.62098494891,892.847167095841,8514.77396730954,1164.26841427633,10441.804489022,83.7771646580092,1030.78325725658,1024.55858604245,1375.78126426118,484.367857529386,1812.34125839373,258.448884117688,789.005868118946,803.779249547586,2605.41936315434,836.473072322405,1887.07193178056,344.008356546343,1618.60213870704,6443.07805321303,2272.7146458062,58012.7993603492,22862.7906901488,1482.11974454971,10575.4927112793 -3586,346.398834070595,1802.95528013422,362.974588122717,1622.71477984072,527.704110566525,6430.01529428452,114.445251207281,581.676231838726,2458.22448995664,15552.2876594058,801.200109562364,4569.67770374321,200.475446498052,3570.41445511305,858.150509464636,8677.10068683286,1114.62600993064,10640.868360255,80.744774496424,1050.43423863699,974.550694174024,1402.00933094463,466.402332635994,1846.89195959394,247.153796844158,804.047575009595,768.860667593602,2655.0894048756,808.426200049816,1923.04730791697,328.074416495104,1649.45937301514,6270.12514049607,2198.7055789931,55809.5129596444,21904.9563753591,1441.38270485251,10113.7262421728 -3587,331.47496820167,1789.33071462667,345.730356201713,1610.45225505066,492.384462024248,6381.42497950699,109.208142952818,577.280623133289,2291.22740691834,15434.7621920009,746.811384858611,4535.14558089522,186.862202826419,3543.43356092849,812.253551856229,8611.52960582715,1057.91378118097,10560.4574872684,76.4888161164752,1042.49632123361,949.559918573326,1391.41463223961,437.564982491632,1832.9353735565,235.101747849677,797.971551395693,747.207299886569,2635.02543550059,752.813810942259,1908.51523143702,317.701334036888,1636.99474478652,5758.37282486874,2048.72067859343,52746.6089606816,20896.1934926825,1324.60922614961,9681.97182109061 -3588,316.824829104498,1747.18423277567,329.350799941009,1572.51913503849,462.496941611442,6231.11480493514,104.326718327403,563.683166214378,2150.36604055907,15071.2067467822,700.927492148769,4428.32327613378,175.26733941918,3459.97036597794,770.370766540618,8408.6908162873,1006.24578865567,10311.7130119251,72.5828999957101,1017.94102135336,921.042682038396,1358.64079615357,412.616427372374,1789.76181328384,223.986040920932,779.175868052421,735.695557346171,2572.95918313794,705.901511525058,1863.5614384313,313.225719163153,1598.43643427559,5343.59559053066,1927.50475551044,50092.2084658068,19971.7942935074,1231.212836958,9284.85879276673 -3589,305.856906774082,1702.98394378379,317.995535915421,1532.7375259156,447.265976850092,6073.47998317271,100.709603145528,549.423102290293,2079.71613113849,14689.9351663914,677.895939583262,4316.29549744691,169.513350785538,3372.43999155565,744.264103140511,8195.96764883241,971.926811266289,10050.8471647074,70.1087466872688,992.189136419606,888.00226149061,1324.26988397406,398.874322253144,1744.48439611753,216.312917566745,759.464267010381,730.585994403563,2507.86842892575,682.763364135296,1816.41703740729,310.311994827828,1557.99916898623,5174.66357304042,1871.25772823074,48499.9401780597,19320.3748367496,1193.01713479838,8992.6152057555 -3590,304.799489196516,1667.83777141804,317.287419214514,1501.10489809552,440.966066926322,5948.13553989262,100.582863087408,538.084111617301,2049.44603020344,14386.7643729824,668.045095302222,4227.21581699043,167.043941959942,3302.83959533993,738.312986515237,8026.81931790338,965.763958777226,9843.41784151147,69.761863805644,971.71234300337,891.426521439711,1296.93961009167,394.320285866683,1708.4817376667,215.148735363845,743.790448046082,737.673232688236,2456.11105540771,672.692905141569,1778.92983353915,312.011226278362,1525.84519152875,5064.89243990597,1844.95278163874,48108.9347860313,19243.3198685117,1167.60316350644,8973.62491307814 -3591,311.061517741118,1637.43560740119,324.503536881119,1473.7420225806,448.29126068732,5839.7100111168,103.094093898392,528.275650808584,2082.8134059062,14124.5153835215,678.932668546703,4150.16005604942,169.531348003169,3242.63381704442,751.787426665882,7880.50252281782,982.77577316386,9663.98719853617,71.2378579037924,953.999494346591,917.286532361198,1273.29835947265,400.436776581879,1677.33869552047,219.023520937426,730.232271355769,764.277012640603,2411.33985977361,682.190611804639,1746.50262898691,321.509122758787,1498.03133782417,5123.03658534474,1874.54061561025,49058.7966177967,19661.8393242706,1180.68387526088,9176.09494071232 -3592,324.627996604108,1640.76219987042,337.955478026308,1476.73605733332,461.978131563366,5851.57388854666,107.626983363975,529.348888616359,2145.34069764205,14153.2105616977,699.331934011676,4158.59146619231,174.73392402243,3249.22150891304,780.645194574084,7896.51244725558,1020.97851837976,9683.62042679389,74.0037671490412,955.937627070225,962.643752458935,1275.88517553709,413.821599768861,1680.74635457445,227.760900426228,731.715801556105,788.593114376583,2416.23870586076,702.52476828064,1750.05080057108,330.126439430339,1501.0747184277,5237.81083142362,1925.05776483651,50786.6177978255,20449.2428445585,1205.64937522266,9551.40248518764 -3593,351.277232952645,1642.32425191321,367.119799162963,1478.14195184698,504.459303694252,5857.14475247007,117.009612440444,529.852843737265,2343.26556033825,14166.6848186447,763.840321628227,4162.55056294345,190.629306326524,3252.31485973248,847.511859132941,7904.03015055234,1107.21898477737,9692.83950745682,80.4958323191249,956.847706741285,1040.5556749515,1277.09985432782,450.440548100191,1682.34647266395,246.82903712223,732.412415704488,808.639713293998,2418.53903348085,766.58423785048,1751.71689845427,336.845255572022,1502.50378403543,5739.10782557683,2083.63065524334,54984.1568638343,22099.9742454113,1316.49922061682,10285.4923989834 -3594,366.891065853754,1617.73639599587,379.291595649896,1456.01213107922,504.965777483404,5769.45522886167,121.062461041931,521.920216934712,2341.33749218894,13954.5900360574,763.281492454576,4100.23144820646,190.683297979419,3203.62322708089,870.081829709056,7785.69593349273,1145.33802572693,9547.72435071375,82.4875738358356,942.522378767353,1111.44101624262,1257.9799106421,456.663700095183,1657.15942898197,256.277925023125,721.447193137483,817.937129076477,2382.33017325338,766.65097172499,1725.49128395883,339.155778838262,1480.00923308783,5581.72693133687,2066.24775206514,56041.3032021645,22886.7810803853,1278.60249934398,10692.6321802068 -3595,373.40432746444,1553.66333051936,385.329919737418,1398.34441658622,508.273234488217,5540.94662662116,122.923311800807,501.248722916317,2355.43543316816,13401.8959362701,767.897631271408,3937.83515255532,191.826616947854,3076.73854963971,881.507098624952,7477.33085834108,1162.32891404697,9169.57129129748,83.6072069196825,905.192256111211,1138.91095615353,1208.15558241273,460.989773012381,1591.52495054594,260.33058769973,692.87311063668,797.197172951953,2287.97413505376,771.081822737687,1657.15041192933,329.192022200876,1421.39107457191,5568.21349244711,2062.2439131195,56523.1904590727,23197.285191394,1272.23039470507,10831.9934956091 -3596,348.551212087938,1512.76070788645,357.04354170961,1361.53080783396,456.950574241939,5395.07252092156,114.03740334994,488.052564549226,2113.72713186691,13049.070017502,689.16121045188,3834.1654693803,172.126737352187,2995.7385843551,810.401807968759,7280.47840234734,1076.0256694496,8928.16795322157,76.8834139864102,881.36165102795,1087.03815978002,1176.34899285207,418.999571287059,1549.62556141555,241.796082312797,674.632139880558,710.131145592679,2227.73962941689,691.821786216728,1613.52332965632,291.423977598377,1383.97072642121,4856.87013851333,1829.74909712958,51603.9023024068,21495.3172848222,1106.46038032879,10062.7218505542 -3597,284.56604173409,1491.55729665886,290.048810703495,1342.44709058309,365.66052052549,5319.45319747708,92.7268465484166,481.211840056009,1689.90075075704,12866.169446198,551.0017637957,3780.42439404825,137.721186821145,2953.74920903401,656.597102252916,7178.4325356787,873.172305291272,8803.02746296807,62.2277324643697,869.008161523929,895.056237253407,1159.86085212197,337.033540966915,1527.90543882367,196.51731039215,665.176247342722,610.342409016517,2196.51481030024,552.961275724646,1590.90759241139,250.998012076018,1364.57248300686,3831.72467861567,1472.62492089063,41865.5750877947,17538.7094241351,875.996737807375,8243.03330872353 -3598,222.286964176836,1376.25470659496,237.623541860171,1238.67124039302,331.329061147008,4908.24088081535,76.0473253937327,444.012483616829,1541.01794952106,11871.5695976567,502.297694737425,3488.18438077426,124.952908670819,2725.41407570476,544.056903621889,6623.51462148474,701.005263494838,8122.52268507082,52.3560699261491,801.830794596875,651.455439974621,1070.19955606385,290.651911274218,1409.79301038145,155.712880454797,613.755799506488,497.908463942048,2026.71654153199,500.845171340561,1467.92487738713,210.219255068958,1259.08626268327,3844.87459822892,1367.19091240853,35441.13542756,14044.5287743695,883.60228758324,6482.39311498011 -3599,188.674937940158,1272.78321550191,216.869628189635,1145.54374037185,328.160445651696,4539.22270405766,68.461080990851,410.630120945435,1397.68498439772,10979.0247787374,429.611239455172,3225.93086232548,118.852215127638,2520.50821277995,506.828449728849,6125.53635417888,607.632700126835,7511.84391344952,46.0657663120891,741.546439147483,411.323846787244,989.738327991444,222.655290474247,1303.79999599413,116.347270308795,567.611559317787,368.942864681323,1874.34112615984,444.269926618848,1357.56131230866,160.125291716853,1164.42389212764,3837.87663663056,1250.19799389373,30812.874427833,11675.1989385403,888.161818890535,5273.67631274009 -3600,188.244213360059,1204.42897347024,215.702401847722,1084.02283631408,333.626583290038,4295.44581921995,67.6149932302478,388.577417601507,1421.80992901081,10389.4012608774,436.937595144365,3052.68371681386,121.042105577428,2385.14546889649,510.397416288209,5796.56721832947,612.633915517892,7108.42376246841,46.0647718355325,701.722025875961,401.517719180534,936.584882537764,226.131215063357,1233.78001191387,117.068978621131,537.128239430294,369.853926286955,1773.68049092597,453.38948076875,1284.65410125798,162.043524490218,1101.88903813166,3947.27586366176,1277.25243171439,31085.5804478126,11689.0240939341,914.114599312661,5273.94304914627 -3601,189.914349749001,1171.19197488816,217.749573478452,1054.1085231689,348.854906899747,4176.91020628839,67.6579631949667,377.854371774537,1488.35033340604,10102.698995669,457.21306393654,2968.44293001598,126.982962913752,2319.32583294123,524.271215753384,5636.60718692847,628.075277084906,6912.2621990071,46.9419909389543,682.357551512764,387.428502169336,910.73921533896,235.392035390627,1199.73305239211,119.50846150252,522.305837341356,376.602447585075,1724.73462756624,476.655671220535,1249.20323824946,167.428699751285,1071.48169556128,4215.97626042975,1346.97368681108,32022.2813711163,11859.3564488809,977.554729233414,5333.44628005234 -3602,220.119620833049,1160.1129744255,251.163465024806,1044.13708461204,414.815717970337,4137.39833197556,77.2507013561445,374.280022863797,1771.26993227114,10007.131565865,543.965908786617,2940.36266537945,151.512366193282,2297.38595243728,615.975379628959,5583.28717196013,737.366108915617,6846.8750056666,54.585055327321,675.902726180107,430.969872509482,902.123992212051,279.405446541559,1188.38406492675,139.86574747903,517.365036227935,439.586721027905,1708.41933840231,569.747383494649,1237.38628291569,197.678081519036,1061.34591384882,5094.28210805887,1613.03544540479,37664.3034222839,13789.3087739889,1182.2933303413,6189.05862175756 -3603,292.953594561531,1172.66724579425,331.526087592286,1055.4363120109,504.964108727167,4182.17157610378,103.486190347541,378.33032923785,2150.73122937755,10115.4246787517,661.076313836213,2972.18207576232,183.468053439816,2322.24733001127,784.887745738237,5643.70723779141,951.197926521031,6920.96910576205,70.4935122353774,683.217070929636,632.683003863543,911.886411610996,346.476978384478,1201.24427455314,182.429198139961,522.963750495164,572.089661785028,1726.90715851876,688.582035767999,1250.77677464034,249.906102799459,1072.83136820742,5906.48967016561,1929.9848842818,47602.8020152633,18096.7595568535,1366.8464355653,8204.38776251824 -3604,416.630814783819,1174.46071233096,467.264143555998,1057.05048663205,664.64191565313,4188.56775097727,147.47257463678,378.9089441755,2824.0919481699,10130.8951165344,868.759550158025,2976.7277037851,240.349634852113,2325.79895379139,1076.74100016619,5652.33867190901,1315.96931534107,6931.55397247278,97.6165441191272,684.261976855348,965.702349171424,913.281042330296,463.390033511191,1203.08144653568,254.678865027258,523.763566461533,798.954408003331,1729.54827449766,899.60074062838,1252.68970117449,339.91299991581,1074.47214666807,7411.30907384878,2498.49107591092,64798.3872297421,25422.7670293373,1709.99986559119,11616.5658819675 -3605,469.227248640333,1235.90143162588,519.890822993497,1112.3490092202,727.21942022704,4407.68841864507,163.769635032912,398.731180741607,3087.62431463509,10660.8826048565,950.078292417814,3132.45219021998,263.117453990671,2447.47076380257,1198.12684876021,5948.03502858947,1476.05446462906,7294.17117833492,108.106001356282,720.058447186585,1103.25422887143,961.05841246286,512.862519053439,1266.01943047116,286.650300874135,551.16372546728,894.420361089227,1820.02783581864,986.104284296196,1318.22289056551,378.74296001527,1130.68206570625,7981.9671856854,2724.35276103482,71817.4375683954,28494.6955546505,1839.76376770182,13075.1738585557 -3606,434.170504564058,1343.04663692905,475.141214282018,1208.78296415533,679.17024572303,4789.80843925773,148.078165769929,433.298770945892,2885.17746879435,11585.1168732056,887.619248214546,3404.01691571912,246.672277259465,2659.65172803702,1114.78192164795,6463.69381656436,1381.25506283879,7926.53185728564,99.2622258594151,782.483174741588,999.563205928715,1044.37638449256,481.442893499899,1375.77568475203,268.022178992469,598.946298583292,829.885440065627,1977.81327981616,927.821165237272,1432.50487020459,354.973089086587,1228.70538614477,7538.80100163368,2560.73822153423,66785.3970225953,26387.0214380705,1738.83628828244,12121.1516255935 -3607,403.776333453218,1470.03568699476,441.911918310754,1323.07698502767,619.502527249864,5242.69905896759,138.242774973342,474.268457183201,2629.95375424536,12680.5240959901,809.285222025237,3725.87682932806,224.638616632556,2911.12970144627,1027.59111223408,7074.85527225136,1275.22387386323,8676.00899619861,91.883997208713,856.469283876294,946.288646146431,1143.12527476268,440.745823798374,1505.85936353599,247.984428993069,655.578450741,768.394465999731,2164.82140202514,844.166614497319,1567.95246203039,326.357818627689,1344.88313121096,6782.20497865816,2324.37513894519,61458.2564328716,24473.7418944691,1562.93410986581,11260.8340658942 -3608,380.002129813524,1562.65959492497,415.296013859868,1406.44132912486,587.299320811352,5573.03068236945,129.773198238276,504.151131665851,2493.93477083841,13479.4976901448,767.356416581811,3960.63662152366,213.165411807033,3094.5539623844,970.453847655324,7520.62726891374,1204.35948314231,9222.66637708741,86.5270314556321,910.433641882454,883.433527352917,1215.15123381867,417.554712540675,1600.74044722529,234.01710241788,696.885092885589,724.400789031828,2301.22232072424,801.581744664133,1666.74590341885,308.697384961833,1429.62143547407,6466.96344560323,2208.6332244674,58068.6247646205,23054.2020815806,1490.84305313768,10603.0553103092 -3609,354.875174348912,1611.74852842888,387.192957117798,1450.62286751415,538.045744883682,5748.10024548516,121.316482453744,519.988388518616,2283.33373483186,13902.9387056588,702.710023783146,4085.05490710457,195.058904786969,3191.76537949475,898.581829729057,7756.87806410315,1119.14337481925,9512.38453322577,80.32386355804,939.033739210903,837.936334772839,1253.32364085334,384.599095805526,1651.02564153508,217.948558101106,718.776838276349,673.643508786334,2373.51224864367,733.525644688071,1719.10457391021,285.609075237652,1474.53114697468,5846.60699335727,2015.0542853426,53679.2431463657,21479.0713620545,1346.66093968143,9899.24801940323 -3610,336.073437275627,1626.73265759557,367.943369254296,1464.10904109246,508.968497472876,5801.53927460304,115.466796914012,524.822624778993,2159.77083714991,14032.1917657284,664.700377478107,4123.03291006309,184.405406510005,3221.43863426901,850.361226371498,7828.99233056138,1056.91234603895,9600.81941994349,76.2660263937111,947.763762903823,795.933419990479,1264.97555986611,363.20495863634,1666.37492278704,205.830490304266,725.459174135067,637.725750719294,2395.5783547918,692.710196701152,1735.08677245555,269.7245383543,1488.23959142297,5521.67473027972,1903.96280685248,50797.0321819981,20333.654386404,1271.68624068418,9367.11332705437 -3611,314.898725637684,1599.83064832134,341.288587292959,1439.89641167358,451.095375184484,5705.5966114731,107.534044349105,516.143397093237,1910.73296222787,13800.1351021723,588.421469595866,4054.84846127456,163.093602371721,3168.16425534091,778.170575692982,7699.52076478122,974.750956433319,9442.04635304186,69.9521130764502,932.090167479053,773.68188264892,1244.05609034892,326.908064720713,1638.81733155172,190.987192155863,713.46192963424,590.639901141221,2355.96159857999,612.059073347064,1706.3928624721,245.811780917544,1463.62790424512,4707.59163846445,1668.0946836057,46188.0938527195,18891.1594846081,1081.36585092192,8752.41598261217 -3612,310.054743608506,1542.96038071374,337.231044003857,1388.71143509808,453.758100870351,5502.7758901074,106.254170217021,497.795696886725,1923.27345442395,13309.572318477,592.149551258503,3910.70800656899,164.077193617566,3055.5433668643,772.906315051157,7425.82066608463,964.953449788929,9106.40351270479,69.4091191851478,898.956524668443,753.340245789774,1199.83278280619,326.613834172379,1580.5611778125,188.638065339931,688.100013415978,584.042199637819,2272.21263007194,615.852149959447,1645.73455539797,244.433874392242,1411.5993281707,4803.28523929196,1684.25847425005,46007.1761001519,18666.9175498837,1104.43498907492,8628.7060928543 -3613,298.605938629336,1499.88824088708,324.646190399734,1349.94519465595,436.412634000637,5349.16447173525,102.292105950481,483.899600700836,1849.67557709378,12938.0321499152,569.498079047428,3801.53957672099,157.801072448003,2970.24708007103,743.948922830617,7218.5269532614,929.050933184915,8852.19589317034,66.8025119744536,873.861919769582,726.089745601529,1166.33913900586,314.271062728618,1536.43940196766,181.646872380215,668.891522800768,562.321398060047,2208.78322427405,592.30477612084,1599.7934477884,235.269718498,1372.1941662481,4615.45318585911,1619.4806253819,44276.2455803272,17973.9846627511,1061.18035503804,8309.72785404286 -3614,295.295954893763,1462.37006294393,320.826662962816,1316.17768942059,422.186263734962,5215.36056619956,101.269901412295,471.79534464308,1788.06983334426,12614.4004424304,550.669015910741,3706.44793295093,152.520844547311,2895.94937211692,728.922150413062,7037.96284765863,913.535070879017,8630.76722158401,65.699824125468,852.003153156232,728.264382335178,1137.16435240083,306.009300791349,1498.00693392737,179.045786601046,652.159882073815,553.572749511051,2153.53275974801,572.396044436614,1559.7762427659,230.239832696877,1337.87012563064,4394.53241819683,1559.46854113001,43281.7580819808,17721.1913868603,1009.27479419379,8211.14622332994 -3615,300.752070566785,1446.28671072228,327.306801647106,1301.7021815436,426.966132680833,5158.00129505842,103.569824074608,466.606472895287,1807.66779847527,12475.6654870853,556.773100992278,3665.68389578455,153.952255501534,2864.09931244458,739.727587438955,6960.55833954534,926.955435033518,8535.84482629896,66.8862183414381,842.632702301555,749.262462675476,1124.65765845446,309.451977739031,1481.53164237202,181.827204440689,644.987335702683,562.813143954518,2129.84790269742,577.305116128029,1542.62160363929,233.237616931946,1323.15604128046,4409.40840213809,1571.76673202909,43930.0742757316,18043.7799773069,1012.15843646292,8362.8416487043 -3616,318.752773969433,1460.75015587471,347.395379750884,1314.71972361736,456.211516052922,5209.58336953517,110.022944739533,471.272724115363,1932.13046495557,12600.4271281726,595.039939917232,3702.34219982602,164.686494231051,2892.74145027902,786.920368874153,7030.16670490464,983.309817635068,8621.20668612903,71.1178293198133,851.059366104122,787.850791926455,1135.90468453699,329.704097199227,1496.34755092747,192.674848036431,651.437466845273,597.581508458425,2151.14723297218,617.185953960891,1558.04843622357,247.942967159991,1336.38813052617,4746.21340807142,1683.33879665585,46737.3661148471,19127.2375920594,1090.01677772929,8855.59634806157 -3617,339.103653857478,1472.2919853252,369.584549762487,1325.1077223892,478.491262982453,5250.74586574816,117.35865510591,474.996392659593,2025.29817192639,12699.9869196481,623.859189701759,3731.59552700583,172.376916747455,2915.59787670433,831.738873712379,7085.71418151468,1041.99248964413,8689.32545156513,75.4021297062625,857.783843946083,849.830652745098,1144.87981152104,346.950729579065,1508.17064617892,204.52222770734,656.584671594663,633.722516503492,2168.14409885374,645.941794876453,1570.35904885926,261.852336873633,1346.94733794447,4913.81035137173,1757.60058877843,49375.7003663865,20329.7476933423,1127.50412722792,9424.7913830988 -3618,354.731382695468,1453.63414194841,382.267933768432,1308.31509389693,478.940771476957,5184.2049927753,121.559059991947,468.976928866324,2024.2858611666,12539.0444101487,623.856767049511,3684.30631699696,172.452849615651,2878.64952062043,854.961607826618,6995.91939438743,1079.79486930128,8579.20865751799,77.3776645317057,846.913448147551,908.170359436878,1130.37114855098,352.627570482583,1489.05812503341,212.934058240144,648.264002808633,657.322789496366,2140.66796408024,646.404363188251,1550.45843575331,268.827821611872,1329.87794361329,4761.4845282965,1744.8001964457,50467.6716536329,21124.2702986286,1090.01677772929,9841.13704316346 -3619,366.346452217228,1397.68953231647,395.457916836828,1257.96323775138,499.762194144281,4984.6855152099,125.484622317638,450.927867926791,2113.06726610716,12056.4663497964,651.1352837668,3542.51198737795,180.033120049094,2767.86172398652,886.668729734188,6726.67421897423,1118.01638627335,8249.02896137211,80.2087460114071,814.319110355548,932.298026752032,1086.86764872252,366.792251745928,1431.75018686638,220.229727832727,623.314893862308,680.223148596214,2058.28214900744,674.879020716991,1490.78744328302,278.958210692339,1278.69621895054,5010.37751707869,1824.9735710865,52397.3796233109,21846.0909185763,1147.6896231118,10167.0614736727 -3620,343.992906855063,1374.17197053791,368.98565291249,1236.7967143748,455.302212009819,4900.81306225081,117.161053345969,443.340543455622,1922.99209952033,11853.6039217273,592.786476177669,3482.90558510607,163.793541668606,2721.28960794551,822.476966056726,6613.49101708906,1043.38942560401,8110.23057752026,74.414165183172,800.617355035461,890.653048690771,1068.57998434287,337.623413968938,1407.65951959546,206.202163880567,612.826980641976,634.974504208877,2023.64943803853,614.254639507693,1465.70341354288,258.626264535974,1257.18084187296,4451.96844226232,1651.38890655842,48453.9366842465,20437.6467823547,1017.92572100117,9542.64826484128 -3621,286.333301900268,1367.75020009335,307.082893169149,1231.01692497684,382.814972774264,4877.91061834117,97.393701977986,441.268727656816,1617.53636090773,11798.2097462107,498.55167838698,3466.62929609193,137.90356965656,2708.57249716894,687.619384769787,6582.58489903439,869.66969898433,8072.32990705261,62.0742354327728,796.875915842846,735.080045194414,1063.58630414256,282.878029749067,1401.08125538054,171.659760943006,609.96312205929,529.655754949268,2014.19253422303,516.862119843707,1458.8538990255,216.102174880645,1251.30579351883,3780.77858786973,1392.68623235194,40516.9996747905,17016.8177742265,865.092680737535,7936.55500045697 -3622,229.285993184375,1280.62240463203,259.338204494383,1152.59924984765,365.60675437792,4567.18019504864,82.1124531933762,413.159229705994,1553.2175264646,11046.6456042296,477.835207455885,3245.79966782391,131.930613835517,2536.03225516467,591.910387933585,6163.26409714328,721.375186634851,7558.11005244027,54.0830231604948,746.113692010694,536.370886791355,995.834217572608,254.000108834574,1311.83022033396,139.609738626903,571.107531225448,439.448003498608,1885.88536590419,493.079460146175,1365.92265755058,186.32415343437,1171.59568619818,4062.70231955925,1370.73639207122,35663.0917920055,14002.0837320788,937.183737465662,6392.10565073646 -3623,180.974287274903,1187.21747208337,217.35452581459,1068.53195975632,333.017751138655,4234.06314468854,67.0313403209803,383.024578115518,1429.68530903063,10240.9348937033,489.021812792731,3009.06033080859,138.000799501905,2351.06132159511,513.701066860699,5713.73325558453,588.796673288925,7006.8431395001,48.0979949718346,691.694294986391,411.133854767933,923.20092021222,236.584266181097,1216.14907903706,108.516759026736,529.45258263233,451.593465933163,1748.33428546109,479.298819995927,1266.29616871693,198.250590840173,1086.14285041472,4036.99783552263,1331.6154365591,31957.7881078006,11897.3243412434,945.392359915385,5393.68321089163 -3624,182.785385439255,1117.85078813345,219.379447717839,1006.09982707153,346.1441853642,3986.67551193559,67.1146831060329,360.645236941766,1487.35375904653,9642.57805443216,508.781892652183,2833.24710209391,143.790882103153,2213.69362656297,526.335030678882,5379.89153051389,602.785032535109,6597.44765385964,48.9262056758811,651.2800148073,402.117685168462,869.260182343644,245.125936217159,1145.09198058186,110.72348588349,498.517753226997,450.661711474028,1646.18269599233,500.330410958822,1192.30907857729,193.639018894987,1022.68174947845,4258.21614863404,1382.64849623914,32718.7634274455,12061.7487669373,992.655530788089,5452.01727061688 -3625,199.272773187939,1081.05578258821,242.494858882331,972.983199066131,413.671488174227,3855.45071062409,73.1224013738774,348.774293490277,1782.07760288844,9325.18443021186,609.718855508875,2739.9883738815,172.886724980806,2140.82802577841,601.216434828376,5202.80784385428,680.010633949014,6380.28707609281,55.324419733362,629.842581465817,393.024308459009,840.64774715183,288.104267617761,1107.40030811306,123.437308255782,482.10861911974,475.343997339424,1591.99719818663,602.645606438273,1153.06321533364,209.159710507253,989.019313451632,5320.71518336499,1665.82616697936,37537.153243078,13319.3296956602,1240.16260926633,5937.23918330946 -3626,243.431070440303,1067.08409253388,297.529125750638,960.408251589437,533.697822399295,3805.62241941452,88.6245407554438,344.26669415447,2302.5555765542,9204.66466734962,787.884435291849,2704.57644701433,223.993284444849,2113.15971659626,756.189843996448,5135.56615311328,849.375822334454,6297.82750747425,68.9112432268706,621.702423045693,441.658803415,829.78311837203,368.642994402214,1093.08813836176,153.064321833345,475.877791527536,550.893741694091,1571.42204214133,781.741033876294,1138.16089288445,245.564847983473,976.237113376618,7035.36758903385,2152.80345106513,47191.8713266395,16359.4897642261,1637.49643228545,7220.93882019808 -3627,319.852330146181,1069.16682859094,387.25676491981,962.282777607652,650.075819169282,3813.05023797906,116.912499413151,344.938634315677,2799.06204001232,9222.63034327892,957.631553925826,2709.85524268252,271.525860849944,2117.28418435552,954.858096696731,5145.58975750895,1084.88626328859,6310.11961502482,87.9292206730169,622.915862607106,645.140442568785,831.402690093004,455.17858357431,1095.22162914776,197.498646890339,476.806610392047,702.151739126854,1574.48914563478,946.726308377069,1140.38235672871,309.618875780646,978.142534186927,8284.2918733872,2591.24286651684,59190.188855221,21193.7849317902,1926.93001743144,9442.52383207673 -3628,370.551516037161,1050.97181420197,427.394002867994,945.906709330358,574.461746055829,3748.15998690636,132.857547895795,339.068490155897,2453.40074629232,9065.680195451,838.84390878347,2663.73909521693,236.219445931322,2081.25237419297,973.063779512717,5058.0224320234,1153.81721089316,6202.73439307328,91.2837063173698,612.315119317878,955.328274565759,817.253930980076,427.97318205388,1076.58321578835,217.182861320266,468.692345241986,798.444571720795,1547.69458757891,821.560335021634,1120.97540092467,330.622986205527,961.496565561578,6292.51097606268,2197.72581529929,58859.2951489967,23524.8642389445,1455.93493489337,10849.8156201084 -3629,423.854088312062,1070.78673566016,484.296824593315,963.740743410888,649.411190762563,3818.82743464345,150.015706985033,345.461254843395,2772.78373364182,9236.60365753673,948.025553743375,2713.96097580742,267.363695189774,2120.49210619341,1108.21745085585,5153.38590026293,1321.28118874697,6319.6801504798,103.328005196312,623.859649659215,1093.5807736625,832.662357956838,487.263980191877,1096.88101214766,249.063721155053,477.52902562059,806.331363676233,1576.87467241061,931.473760906084,1142.11016327104,333.325565957681,979.624529291402,7069.75896846411,2446.0914226434,66340.5856158019,26665.2781856797,1628.42936004225,12265.7795366562 -3630,381.556249258421,1143.97176998332,427.442539037836,1029.60950797087,569.398917723596,4079.83273810036,131.285739364,369.072486614444,2429.6745216899,9867.89757741287,830.675902533504,2899.45199895101,234.996129666105,2265.42132730305,987.960648856813,5505.60423789365,1192.35562976526,6751.6111721497,90.9581265357924,666.498569579154,987.260616369216,889.572311374506,434.066283913043,1171.84951133528,225.479650466981,510.166690027969,770.845833053373,1684.64928632805,821.921136729459,1220.16993812274,318.049600393121,1046.57890256892,6126.35540032276,2161.84373550029,59117.2574920001,23974.5583656644,1413.43201237934,11111.7632714594 -3631,353.51864024076,1248.10857844786,395.615358868971,1123.33581393242,513.104136636293,4451.22368634126,122.06198785836,402.669496485291,2187.13201959964,10766.1814222858,747.691856433469,3163.39179658369,211.20757817347,2471.64472637896,904.2815674085,6006.78448468545,1094.57412390962,7366.21658279848,83.6430796001702,727.170550919363,934.297161270684,970.550901787027,393.497982342396,1278.52405638368,207.620837186137,556.607635756207,749.117319288809,1838.0044692648,738.101801342149,1331.24313632092,309.17940815508,1141.84994821844,5405.05254095113,1950.75447116089,54199.8892467714,22200.2941605623,1249.25339182276,10337.2288476919 -3632,333.592812631088,1337.72408673355,373.023016890515,1203.99250653064,490.177959257372,4770.82622736442,114.919382041495,431.581589729249,2090.45422469893,11539.2045687607,714.669411767945,3390.52665380112,202.075033012315,2649.11141660197,858.023388956404,6438.07792666072,1037.81443727801,7895.11867882513,79.109850862924,779.382161075956,872.487101263393,1040.23747704391,375.161188432012,1370.32342796623,196.591608455684,596.572649261695,704.733987889663,1969.97512277105,706.656107261018,1426.82779327568,290.495805262635,1223.83597512552,5215.95487070594,1867.16077137823,51439.6209875341,20973.9054418325,1204.92194071095,9755.39897959708 -3633,316.488584105483,1399.88797562048,354.671964995558,1259.94190382334,465.194607825215,4992.52598924948,109.40920592896,451.63713799637,1983.8441479994,12075.4301161436,678.220630038537,3548.08404868195,191.669707451231,2772.21532822612,813.95473028975,6737.25468878033,984.813091201952,8262.00396194658,75.1930854392414,815.599963044288,829.24513338458,1088.57719640778,355.937480562704,1434.0022045989,186.559802101673,624.295313635812,682.529113129804,2061.5196466803,670.355201121334,1493.13232145275,281.752688521524,1280.70749618731,4948.06360940978,1776.67281082937,48900.3306632104,19934.6302409199,1144.15966243537,9279.03792647595 -3634,300.318942547133,1470.78778830884,337.944088706039,1323.75389916511,442.108826434317,5245.38133456573,104.399954917565,474.5111029455,1885.40463605855,12687.011720012,644.567212781845,3727.78306662846,182.057333606568,2912.61909690334,772.675374338039,7078.47491767515,932.399812347217,8680.44782569425,71.62405534066,856.907471656073,787.884254952462,1143.71012180342,337.388619348286,1506.62979299982,176.580622089777,655.913858526438,653.501291476498,2165.92897038939,635.981028381858,1568.75465963522,268.931716922335,1345.57120183348,4702.88094115149,1688.76463220696,46456.6409711266,18927.1550026089,1087.30486390564,8807.31975849454 -3635,289.184374115785,1461.15513264201,324.149794462173,1315.08421506817,416.807486157687,5211.02766870127,100.289004265884,471.403379247292,1776.16561077689,12603.920456737,607.185886326742,3703.36863310725,171.436825771087,2893.5434307385,737.449801700905,7032.11574059314,891.852561080973,8623.59681999277,68.4059440455208,851.295312867149,768.487459303391,1136.21960150295,319.746047662105,1496.76239667745,169.279327889927,651.618070652408,633.821213474202,2151.74361466614,598.515900544643,1558.48038785915,259.645458147962,1336.75862930229,4365.64823348582,1588.14651485705,44266.8332437332,18174.8160810157,1009.18563901078,8478.28245557252 -3636,283.965951231792,1402.75173910188,319.277569243489,1262.51937836109,416.967090169663,5002.73924477919,98.8005385191418,452.561056170656,1777.92732781703,12100.1329326483,607.81685891791,3555.34239628156,171.556042308783,2777.88647417338,729.602480171462,6751.03715157639,879.750718863849,8278.90561810871,67.6250991019978,817.268443258617,748.038277728217,1090.80410861508,317.991382521887,1436.93575586679,166.653793072913,625.572440200179,635.732108044497,2065.73691604983,598.926572746755,1496.186835735,262.17669741149,1283.327451085,4423.8833036136,1597.89140806277,43969.0539503442,17923.7481059663,1024.33842320683,8350.63687739735 -3637,274.642480964796,1353.57602446128,308.996557608252,1218.25973430015,405.108344193831,4827.36018755548,95.5790419759229,436.695801660298,1727.64397288621,11675.94334327,590.634056362991,3430.70415969586,166.725617074549,2680.50320331363,707.01087135251,6514.36870395316,851.899254437081,7988.67528806238,65.5102290536177,788.617785675981,721.35992663084,1052.56421906171,308.562692131059,1386.56166562854,161.296644713408,603.641993814843,626.971848460183,1993.31919146283,582.073401463063,1443.73560375133,257.39378497768,1238.33834662278,4312.02625008155,1556.50591943257,42670.3597954096,17366.1369265791,998.115186365192,8094.73129822972 -3638,276.511654899307,1328.52533675019,312.24290881913,1195.71335079199,408.903484276352,4738.02003204,96.5808921782019,428.613854319004,1743.98510240355,11459.8561748075,596.224785308425,3367.21197530388,168.311520507392,2630.89501918411,712.589476782398,6393.80701174783,858.245678506563,7840.82854266352,66.2056997038199,774.022803557972,725.122105524231,1033.08436933692,311.223540403675,1360.90051128617,162.452221463276,592.470366360544,654.597005248177,1956.42875038566,587.605405900968,1417.01632896117,270.027425935012,1215.42036740233,4362.97077740037,1581.36883814107,43154.3259480979,17533.168776703,1012.31592088951,8182.20404283046 -3639,281.832952364574,1321.61180840164,318.827286775837,1189.49096427156,414.278815145399,4713.36379485626,98.8552621908416,426.383385730676,1766.31509084649,11400.2200968621,603.843034229201,3349.68930200372,170.186308661246,2617.20407419868,723.984276584517,6360.53420557084,871.759469794968,7800.02556442415,67.4702035046296,769.994857348142,746.083950633757,1027.70828965196,315.176274465653,1353.81850539281,165.130657969488,589.387202976146,689.463183094653,1946.24766820863,593.728483394897,1409.6423013159,284.080606989963,1209.09542731048,4391.50572260023,1606.3565376749,43981.7504815762,17908.7414053993,1020.35537271528,8372.09562066367 -3640,297.698531402358,1352.56358254301,336.997686003261,1217.34850567312,439.1043913348,4823.74943964024,104.615900853946,436.369163830474,1872.50517875308,11667.2100218589,640.154944052403,3428.1380764928,180.567395910428,2678.49825216495,766.101004408075,6509.49611473192,920.530846058211,7982.69995340302,71.377482895721,788.027918768412,784.195313706836,1051.77692664681,333.590145069925,1385.5245512536,174.269743937122,603.190484297004,712.705484795931,1991.82823722793,629.524035801882,1442.65572466237,292.331411896585,1237.41209968248,4669.9374140195,1697.15389631124,46421.0620312683,18880.5756001697,1082.94617958865,8813.42027979924 -3641,319.372820182965,1395.8671396695,362.248583422518,1256.32302874815,469.937618543756,4978.18617896939,112.650909529691,450.339920738361,2003.59969577248,12040.7463954602,684.961990877847,3537.89304472414,192.943475362067,2764.25281747546,820.568698376772,6717.90357188002,986.693730829985,8238.27337554547,76.640942935193,813.257351556698,846.737750191773,1085.45052455763,356.940115958303,1429.88338386578,186.875009460198,622.502177981523,732.803636963263,2055.59843551671,672.701568930914,1488.8436639157,299.273762049287,1277.02897702503,4974.84292486686,1800.71181473208,49588.7887053127,20214.8987408149,1150.69657895935,9420.05371706064 -3642,337.366836864711,1410.88019494645,379.251486316888,1269.83523670854,482.268471068379,5031.7283694543,117.988502571285,455.183489249518,2054.24853158396,12170.2489720833,702.226008694743,3575.94436231369,197.943568779616,2793.98335498066,856.823823097398,6790.15705131484,1036.39954950622,8326.87898137911,79.8306605349911,822.004228122757,905.861106626958,1097.12493701599,370.070934760129,1445.26229613579,196.90571442588,629.197413754658,758.041538185667,2077.70713917666,690.574409887263,1504.85671529421,310.132051517595,1290.76388493818,5007.99297783028,1838.77810445919,51545.0421774525,21230.8636305573,1158.48560823483,9919.23347475482 -3643,344.373958507498,1399.56977998987,386.647452076314,1259.65551804419,488.750666995683,4991.3911841914,120.190890605131,451.534480522033,2081.30741257371,12072.6853614435,711.461161872244,3547.27756640552,200.51534291319,2771.58520151604,872.003690114538,6735.72330552566,1056.02395023547,8260.12600199081,81.2690319983514,815.414576535448,928.630803535415,1088.32976196051,375.836141482743,1433.67625477739,200.792078676992,624.153410823252,742.066675663442,2061.05106165392,699.549208923471,1492.79293130948,302.732229575944,1280.41639037279,5044.42539897672,1849.19040900336,52254.7987256997,21596.866084662,1164.22161657847,10081.0231733175 -3644,324.260219917579,1400.26402627752,361.9870488295,1260.28036089206,448.585536053963,4993.86712704855,112.573464245474,451.75846087752,1908.43833230668,12078.6739281545,652.320063904461,3549.03716733215,183.743152819742,2772.96002595465,812.472166757699,6739.06451149222,989.386497505919,8264.2233766944,75.7084502750756,815.819056934177,887.393311003643,1088.86961992815,347.897234620282,1434.38741933082,188.658522803375,624.463017528531,685.165032958768,2062.07343086243,641.463162325475,1493.53342025516,280.717234653772,1281.05153149857,4537.45433716127,1687.55318451277,48541.6103827713,20253.719049905,1047.4810186992,9474.18071216062 -3645,269.374698046432,1422.45095331311,300.527469453088,1280.24927238787,375.218720492717,5072.99403704124,93.3711906366538,458.916490949781,1596.83317487906,12270.0583043161,545.824739833181,3605.27101123624,153.89592227312,2816.89706969348,677.080906472218,6845.8437544055,822.394148909372,8395.16848249133,62.9654972675896,828.745560472629,732.234096281825,1106.12255962755,290.303187706246,1457.11502527958,156.672960978523,634.35751966979,580.090138424045,2094.74660670213,536.910302232277,1517.19818375588,237.112736291914,1301.34955838836,3822.74463369721,1417.84045227911,40493.6293118283,16840.372300966,883.328328358853,7876.2565271815 -3646,205.702478220216,1317.47526239779,239.82554490482,1185.76794661722,322.255507195502,4698.6113190942,74.7300291060968,425.048837659043,1376.52771991244,11364.538261557,470.656010613089,3339.20502529837,132.287381879994,2609.01242141111,542.136847061654,6340.62620975609,639.78330956981,7775.61206843894,51.2467137677917,767.584831098454,531.215478294635,1024.4916396556,238.474134723142,1349.58115483888,120.278075646398,587.542465161539,473.141668617833,1940.15605873356,459.399504650796,1405.23022646056,198.373960869101,1205.31104915472,3546.57390693351,1245.22949867967,33052.2259124361,13143.7764165356,824.645001231347,6064.10734496571 -3647,144.700651549385,1231.93844508952,162.237608338574,1108.78220038377,259.624007667959,4393.55492109211,52.8034829882455,397.452627079905,1221.26583710219,10626.6978930764,405.21120072238,3122.40780841252,128.235179111713,2439.62281295722,500.477664575856,5928.96232413835,558.086498094328,7270.78201360545,50.2678660437611,717.749539810499,330.874428219248,957.976725321969,192.042502796667,1261.95986889986,90.0561046874595,549.396388390499,357.296883918336,1814.19181554664,378.462482340046,1313.995935702,148.441797605849,1127.05647090666,3488.17091767037,1110.77256023234,27325.7072637109,10442.9713788422,827.507084384783,4762.46798752678 -3648,146.704475439048,1184.15122302422,164.416516339698,1065.77224201857,272.142636961105,4223.12774958271,53.0686907968918,382.03533328052,1282.03043791367,10214.4854371202,425.313186404238,3001.28877368008,134.87528079501,2344.98919097469,516.365475737914,5698.97628844824,574.811872640121,6988.7464329663,51.4936613838182,689.90784302532,323.778290703602,920.816551703863,200.494739823115,1213.00810776847,92.3508623779152,528.085155415721,365.699846335683,1743.81882937665,398.61374524625,1263.0256816097,153.965146910412,1083.337648696,3727.41871087813,1173.06520477572,28272.1315327203,10656.6582095219,885.240136783722,4847.29232080941 -3649,150.385773703071,1159.6212193274,169.076315190297,1043.69449001498,292.596262199321,4135.64454870837,54.0451683790281,374.121370979527,1381.22099031118,10002.88968764,458.129907418698,2939.11628820514,145.750493852039,2296.41212378498,543.116335226181,5580.92049734184,601.714087647035,6843.97271445508,53.7608307361312,675.616220797665,313.289273173901,901.741594909321,214.13990673452,1187.8803261226,96.0344086009706,517.145732677549,380.197115061606,1707.69516417285,431.189778622634,1236.8617727806,162.869205619056,1060.89602467812,4114.95336627994,1274.29724940448,29837.7234261001,11019.4855198711,978.712697810574,4990.58326219277 -3650,171.976836835163,1170.26631410659,191.984477043429,1053.27540021354,339.192229134831,4173.60895248115,60.8273455676545,377.555731602306,1602.42699915469,10094.7142481223,531.461212125614,2966.09679781771,169.533841146121,2317.49273554194,626.354531805048,5632.15225014106,694.538025752995,6906.79903825572,61.4594401430109,681.818244859383,347.874862720643,910.019405442758,248.543473332038,1198.78483394563,110.644071312935,521.893028818093,436.812333999192,1723.37146999892,502.179612621874,1248.21592065282,188.539928284976,1070.63484158259,4817.4991624606,1484.67541494677,34399.8189716035,12621.1294179288,1146.41346906463,5713.66396143181 -3651,234.14862620153,1223.54964864078,260.446262201623,1101.23202754674,432.863654065129,4363.63732409989,83.5442292865849,394.746201933518,2039.40883925111,10554.3361562521,676.565588980366,3101.14599647772,214.999745598505,2423.01037645832,823.653450294893,5888.58948060244,921.769211238124,7221.27214517133,81.6644442909275,712.86207581857,512.028892956933,951.453451546894,320.757309419468,1253.36664371976,148.20733286056,545.655313103618,583.48666269449,1801.83820654917,636.747038127033,1305.04837465866,246.597346035718,1119.38186073571,5938.02079604006,1870.34685958788,45034.1473240297,16991.1726268003,1410.33599431692,7742.10621808806 -3652,329.048080752551,1331.36017131543,362.145103905683,1198.26478842225,559.555440875941,4748.13011619576,117.493058920918,429.528439337257,2626.71585668182,11484.3094505549,871.705726284973,3374.39700116075,275.863721575252,2636.50887684386,1109.09453517552,6407.45024806328,1254.9150371505,7857.55946314953,110.847093807404,775.674429264391,779.683138027751,1035.28878591671,421.284672767065,1363.80442866172,204.080331090652,593.734591759168,801.308646033397,1960.60341811129,816.575436302138,1420.03998741744,329.585556457997,1218.01385626813,7312.84060866825,2376.82351805892,60215.7190384248,23521.8515338611,1731.99157196815,10804.5737068224 -3653,364.586987771218,1596.44620363158,395.26593919731,1436.85030815668,592.273320127144,5693.52641130919,128.183738297367,515.051494783902,2775.14082580719,13770.940890889,921.126126906958,4046.27042186961,291.485159565701,3161.46199801041,1202.78368066784,7683.23241439026,1376.22521636033,9422.07168655228,119.730782917911,930.118329009143,888.659017176134,1241.4242873933,452.576327973994,1635.35041046162,225.221991610601,711.952599605071,877.786916112674,2350.97755746917,864.700042936015,1702.78298522159,357.686971741855,1460.53159671188,7545.14973560811,2498.94126407206,64980.8209430678,25852.7073280641,1784.22623842433,11942.9622536223 -3654,330.526989912574,1798.35590514254,352.355146846989,1618.57520197139,528.961793792864,6413.61219662231,113.267617106202,580.192364133603,2477.7303371524,15512.6134624292,822.433647747463,4558.02036449459,260.968537070485,3561.30625640412,1084.36809166676,8654.96522937641,1252.87393979503,10613.7232921742,106.682470555456,1047.754559878,802.992259376982,1398.43277709114,408.898298531773,1842.18050125391,205.501895473443,801.996433559019,793.449452774671,2648.3162186829,777.026820626899,1918.14157575972,324.386725761367,1645.25156915354,6710.009498942,2235.55158793366,58417.1494338815,23369.9308033781,1586.28434448512,10834.6759817171 -3655,311.130173456775,1906.3978423111,332.642588453728,1715.81624295439,495.554728669899,6798.93029966825,107.217115604748,615.049261354086,2320.50638959249,16444.5829375677,770.269825719074,4831.85790044925,244.16856769892,3775.26302975034,1017.99768969807,9174.93972765809,1175.27130586312,11251.3763962002,100.495889248169,1110.70173957847,761.372607812102,1482.44806338952,382.837161253552,1952.85534008892,192.883179852083,850.178914032553,745.831353067832,2807.42221860384,726.5001623966,2033.38001716946,304.001780216555,1744.09527753888,6258.17321481774,2089.91883117845,54840.9130332859,21985.2075680854,1479.06581860137,10192.5721475435 -3656,288.042662644422,1936.1057600403,306.347587206067,1742.55427562145,452.958056616945,6904.87988558692,98.7771519661992,624.633741807316,2119.95462955244,16700.8433603176,703.73317693775,4907.15406046363,223.137600223669,3834.09398360725,937.093996801096,9317.91531677708,1085.7224305305,11426.7096644719,92.3091698124366,1128.01010783652,709.270448984116,1505.54945604091,351.639329929321,1983.28721768171,178.490484762198,863.427484017587,688.418063882364,2851.17104502944,664.521305390538,2065.06673277602,280.030528725295,1771.27399011768,5679.13818647475,1907.25265580249,50406.3435913708,20308.6252151294,1341.60617003247,9431.01428223488 -3657,270.450478031539,1982.35985897898,287.535503017314,1784.18437638047,419.918781384068,7069.83936454687,92.9129646163832,639.556413641829,1964.04793425574,17099.8311000842,652.01949207816,5024.38732018766,206.563053953213,3925.69154305785,874.435452632905,9540.52287565105,1015.81756598988,11699.6969001243,86.3148650066327,1154.95857945855,673.188537230597,1541.5174464958,327.06725662448,2030.66849461596,167.28773105958,884.055004009723,644.280138026169,2919.28630522324,615.426464142206,2114.4017448111,261.230894486645,1813.59021275249,5216.65865389551,1762.88853393696,47001.3881343144,19038.2660649105,1231.63845117735,8852.05488156613 -3658,254.399841064338,2022.27896860979,270.98925225453,1820.11279341319,391.160656869956,7212.20589370518,87.7586820411969,652.435267335128,1828.57967997558,17444.1732381984,607.077697739954,5125.56424190235,192.161904986145,4004.74384548129,818.595177403202,9732.64196890417,950.514417061779,11935.295639217,81.0809382360039,1178.21617214215,638.87903228934,1572.55923926907,304.870700862447,2071.56040326375,156.708846659409,901.857366413748,604.522019183179,2978.07245826912,572.039305728654,2156.97980382112,243.970853217221,1850.11077999477,4823.04244728491,1637.38246052533,43963.1756999053,17876.2221551696,1138.1658901505,8315.23524815238 -3659,245.839584926153,2007.81552345737,261.159050685353,1807.09525133943,372.478960380666,7160.62381922843,84.6579501306124,647.769016115052,1740.02384680643,17319.4115971111,577.716684406215,5088.90593786088,182.7858765642,3976.10170764684,785.691892150906,9663.03360354487,913.526457553042,11849.9337793869,77.8480223908957,1169.78950833959,623.389682076986,1561.31221318654,291.230861892527,2056.7444947083,150.876915492949,895.407235271158,582.113594333505,2956.77312799437,543.977384855418,2141.55297123685,233.769263972196,1836.87869074906,4546.38220625018,1554.19144573368,42126.9726419713,17226.9017133694,1072.18525883743,8023.02352078458 -3660,237.034409943386,1990.57509596024,251.427685285445,1791.57834039958,356.629595283626,7099.13798332999,81.6700987100989,642.206844378284,1665.28795963019,17170.6957133835,552.925338973089,5045.20923722458,174.785009734159,3941.96027761453,754.873419390077,9580.06042782333,878.928064616849,11748.1824373027,74.8021462648161,1159.74492457688,605.410801697734,1547.90575741541,279.248794412826,2039.08393081342,145.305373437455,887.718678558777,560.231355152402,2931.38432501765,520.264996047402,2123.16418586263,224.536196406229,1821.10603956727,4326.53877411158,1484.82274645906,40467.7358362389,16599.1979133012,1019.95059238124,7735.63471962066 -3661,231.620514414639,1951.49486597429,246.425659076011,1756.40494065057,354.747678806247,6959.7632138709,79.9361486008888,629.598633199623,1657.93516828905,16833.5897489517,550.438201842592,4946.15849670338,174.108740430833,3864.56921884098,743.737845988603,9391.9786189238,863.26719526643,11517.5346850534,73.651105647144,1136.97607829247,584.597720781995,1517.51629201964,276.436710012161,1999.05134468364,142.392069263899,870.290423683441,549.790833600472,2873.83353287152,518.06202091515,2081.48088295694,221.397549434993,1785.35293334208,4358.00455039287,1482.5419971186,39936.3616863388,16265.6789048768,1028.19817129538,7567.08733981533 -3662,228.800503320506,1910.30297382104,243.212670531172,1719.33098050125,342.531532142412,6812.85746448023,79.0371996769003,616.309149608975,1599.07077568648,16478.268592037,530.951575988605,4841.75564588296,167.813971621779,3782.99640957723,726.994896973629,9193.73399265199,847.249899388873,11274.4241061376,72.2321610085278,1112.97693957351,586.218193983787,1485.48476145731,268.592411331151,1956.8556367498,140.156981165074,851.920450029175,540.131586411498,2813.1730397201,499.580821641246,2037.54526337384,216.207699237145,1747.66794284172,4140.94564569071,1424.68866038558,38958.2169622307,16011.7637280131,975.963504839196,7465.03111228973 -3663,234.885263232514,1860.14374337243,250.561981250874,1674.18614219537,353.01871708426,6633.97082070831,81.5572182200278,600.126589519574,1648.06697908577,16045.5951978012,547.218945448375,4714.62464072522,172.72740893386,3683.66547029974,747.158397400268,8952.33216878412,869.106059220851,10978.3891605479,74.4237028413801,1083.75326795644,603.700470382979,1446.48007293463,275.935915403131,1905.47406315467,143.710402743822,829.551394040417,554.815972686979,2739.30695841003,513.822988168537,1984.04500513438,221.950387779924,1701.77905490407,4269.09034659669,1466.87667453081,40087.6108888482,16457.8287596361,1006.20462752435,7666.65765033296 -3664,245.567731468801,1844.55214905478,261.495803703643,1660.15323144084,365.171269928055,6578.36534284128,85.308002163056,595.096370561303,1704.04882566744,15911.1021448849,565.830994783778,4675.10698784486,178.662448423511,3652.78924483627,777.602333375465,8877.29434879316,904.853687463665,10886.3690730345,77.4774341411418,1074.66932411898,633.720255729619,1434.35577847292,286.147739714721,1889.50251327775,149.791937560201,822.598152470996,578.684595742763,2716.34627972097,531.240701522498,1967.41487913566,230.62612675157,1687.51486229161,4387.61913956698,1514.74883811069,41648.7846885225,17162.4084395453,1033.69655723813,8001.47182393382 -3665,264.638198409295,1834.3988121796,282.660646743209,1651.01491836475,395.032764112431,6542.1547323426,92.3267912534851,591.820662728046,1843.46883673724,15823.5194868314,612.12320062838,4649.37286251831,193.057427485511,3632.68246728819,838.947972508298,8828.42928411625,975.907787310909,10826.4450570056,83.766699677239,1068.75380707447,684.642980104962,1426.46036742414,308.94956985145,1879.10174713316,161.504684023705,818.070161132164,623.994039340832,2701.39415225643,574.040867316775,1956.58524439134,248.868432395899,1678.22593712486,4749.12804309695,1637.72561208787,44995.6820594666,18524.2524553542,1118.92153935085,8631.99180229588 -3666,279.383437315276,1813.91857334992,295.813621707585,1632.58207834383,405.196839631868,6469.11451312231,96.6541935673897,585.213250841094,1888.4488159318,15646.8569987919,627.137085028199,4597.46470274392,197.83861521432,3592.12519913665,874.689196394608,8729.86383639077,1023.68797852769,10705.5726605716,87.1145189102181,1056.82165084232,732.365561225369,1410.53457810726,320.03985582024,1858.12242011277,170.016703638897,808.936775214023,654.51753374874,2671.23429986012,588.963277768827,1934.74084892526,259.444748835183,1659.48929830114,4778.58539791338,1671.95909039003,46750.3242679836,19458.333608137,1124.41992529361,9096.05536508795 -3667,282.856774272431,1743.62622581252,298.54981449105,1569.31682017828,402.538089788111,6218.42561655521,97.5476824959373,562.535268589858,1874.22948807257,15040.5153877702,622.473423095945,4419.30533471925,196.227747346192,3452.92440114864,878.068132607869,8391.56716102869,1031.03091285386,10290.7139976196,87.5051814927151,1015.86806237508,750.006281501627,1355.87402816056,319.64886891836,1786.11710033681,171.638847718671,777.589136034101,659.763382154656,2567.71954869197,584.412332159476,1859.76643819617,260.235159363568,1595.18134081915,4678.05471605886,1653.91634139817,46848.0809172974,19643.9238133432,1099.67718855121,9199.18506249416 -3668,264.747817357614,1690.77679696181,277.489281961298,1521.75072120337,363.985393085388,6029.94471547652,90.7491943902095,545.484786546609,1691.63300489447,14584.6363489621,561.928082349064,4285.3558910832,176.904934526951,3348.26602897925,809.404842155703,8137.21819273643,957.32032440422,9978.80176024384,80.6574151907596,985.077032686827,716.165597924975,1314.77739464989,292.203147432424,1731.979770205,160.056365721826,754.020356721454,612.72264337629,2489.89179547959,527.627831581325,1803.39679165189,239.800005232432,1546.83128647403,4112.93117731459,1483.88405525619,43055.1832908752,18299.425979401,964.966732953684,8598.99338142617 -3669,216.912859878786,1629.53856605054,226.392770686096,1466.63444434063,293.818186801726,5811.54619739176,74.0800821750129,525.727877546467,1364.56330938064,14056.3955249222,453.312752486593,4130.14462128894,142.750692888653,3226.99520919781,659.126347862413,7842.49635390022,780.437905702991,9617.37962131357,65.5984911349501,949.398535737104,589.962254634026,1267.15748300031,236.829557646717,1669.24920914452,130.690387906144,726.710499619275,500.459022203386,2399.71042500559,425.61919143943,1738.07957807866,194.941178437755,1490.80661682391,3283.53406459288,1194.4124199557,34982.1078969271,14945.9882080006,769.774031985845,7031.78058213313 -3670,166.537887190884,1485.88762472249,181.850368499235,1337.34421279717,256.600894815589,5299.23301915865,59.6794306828997,479.38266911425,1198.79825304656,12817.2628704995,398.017803266017,3766.0543352228,125.212130221269,2942.52148815794,534.80397171644,7151.14604954379,613.649188813649,8769.56560543586,54.1238696383356,865.704908476319,428.284734031442,1155.45201678047,197.211456944944,1522.0976011983,101.112625465378,662.647795294148,395.324495186152,2188.16547071692,370.573746546058,1584.86027250604,157.661394423645,1359.38550270823,3135.47517826321,1065.30038352503,28812.807836817,11720.2174660968,739.532909300687,5432.10648494259 -3671,113.191626924212,1376.68860947253,114.412050935237,1239.06176622591,190.753732359704,4909.78834134848,38.1895160155735,444.152470999538,1104.04316042127,11875.3124427746,323.828636660726,3489.28412868651,113.688938141018,2726.27333889518,423.12709195175,6625.60287014983,474.120154197828,8125.08353805049,44.1936592563876,802.08359423304,308.388443018127,1070.5369664754,170.709910473809,1410.23748714949,87.3596540224899,613.94930322804,273.794961194322,2027.35552073778,270.599694450501,1468.38768185588,114.876555205515,1259.48322492424,2914.63114108581,926.07609385972,22804.8807203417,8858.90391552828,687.517318697998,4001.26304457019 -3672,114.684546733353,1320.36795198946,113.725343722704,1188.37145553705,199.912155200104,4708.92773599094,38.3400099660922,425.982088084108,1159.43767082112,11389.4905946152,339.878994964304,3346.53668752901,119.617575522726,2614.74085008931,436.33600842008,6354.54788552876,488.052824656833,7792.684443717,45.2586783159604,769.270164185921,301.75517831757,1026.74104530849,178.253551769279,1352.54433712483,89.5966552202005,588.832491640322,279.871938442485,1944.41592561493,284.999168651854,1408.31559357598,119.050314057146,1207.95746751726,3117.66204238978,978.607414434374,23573.7383155643,9035.2432228501,736.293885227247,4069.93026602003 -3673,116.422112970054,1296.01151056602,116.056440587737,1166.44991487677,211.429503333741,4622.06352333262,38.6163965731622,418.1241210983,1229.30795375832,11179.3919928637,360.107201912243,3284.80410406366,127.180645474239,2566.50749039841,452.851170929736,6237.32739929,504.727748196542,7648.93507302173,46.6525283773473,755.079662466641,291.54672625288,1007.80105355134,187.665426661726,1327.59434733589,92.2238426963143,577.970470891302,287.313807794723,1908.54785374627,303.211169968578,1382.33680773151,124.166647096947,1185.67462942259,3378.52512147141,1045.60534110167,24539.0696002118,9241.5487135484,799.006613621997,4147.28549474965 -3674,134.368438434691,1302.92503610867,134.308021810789,1172.6722988718,249.391172565523,4646.71975050945,43.8793479409512,420.354588781375,1452.22030141988,11239.0280466053,425.22542670515,3302.3267702521,150.664488664852,2580.19842982726,529.338444612742,6270.60019196297,589.630192844926,7689.73803470089,54.0438961270393,759.107607041699,324.19991393465,1013.17713105438,221.315301777591,1334.67635035496,107.465206707522,581.053633024374,333.762459707263,1918.72893179123,359.527207720754,1389.71083238397,145.710623709759,1191.99956694741,4043.13251660876,1241.9651987328,28705.4185499973,10700.5474541916,956.949781430997,4795.0026460323 -3675,183.926102346316,1335.90169408658,197.007704978667,1202.3522975274,320.892317912025,4764.32689112391,60.6565143761884,430.99364254082,1861.85106147766,11523.4846144244,545.722553304065,3385.90771114732,192.513448265108,2645.5025100909,700.940959938568,6429.30727956652,787.678528524679,7884.36309299848,72.2671352266759,778.320402277106,477.538722317498,1038.82035287902,287.561191765991,1368.45662496563,144.618340422493,595.75993338091,449.222803623582,1967.29140928032,459.644837863182,1424.88401390836,192.098006869152,1222.16873320001,5024.66856113035,1576.31635123319,37879.2613587187,14496.8165954439,1186.89645221175,6535.11137576306 -3676,260.516180302362,1416.69450024004,275.863265219009,1275.06828893029,420.844011365658,5052.4643646148,86.080356192295,457.05932235043,2430.46868607999,12220.4031547532,713.322142510771,3590.68100140599,250.453444278364,2805.49749506801,954.546206620709,6818.13961583677,1083.41357849669,8361.19445105114,99.096483452713,825.391747170831,727.871217096567,1101.64624176736,382.203302783772,1451.21829172574,200.656265726299,631.790366626641,623.91340930432,2086.26947045123,598.227001621122,1511.05830235821,260.014574603668,1296.08318512813,6290.71418834031,2031.56489175412,51260.8642837967,20244.0186193553,1481.87854503149,9197.17297038124 -3677,288.626384030446,1650.94446566178,294.181719476513,1485.90040731691,445.162531914266,5887.88767041929,93.9047130788231,532.633929605649,2564.27830605805,14241.0427605085,753.144215589447,4184.3989132616,264.306047645604,3269.38557474864,1034.85832366343,7945.51673841311,1188.08929679188,9743.71517849893,106.954132200278,961.869998622639,829.516906638808,1283.80308221339,410.165331034326,1691.17675461139,221.21434477993,736.256694060679,683.901845624389,2431.23343496921,633.15233483783,1760.91129114137,282.305466713276,1510.39010962633,6478.8906395912,2132.50355527752,55288.8335025308,22237.2974088793,1523.68703062799,10165.4472137001 -3678,264.753656808234,1835.35339907143,258.677731778697,1651.8740757022,407.877738843568,6545.55914751686,84.0774962611237,592.128635151057,2350.5412223769,15831.7537509317,690.282283769757,4651.79230934761,243.030082971427,3634.57284741842,950.271467745809,8833.02343388027,1098.94010122126,10832.0789368729,97.0326990666211,1069.30996660099,750.743897081719,1427.20267076593,378.817882294264,1880.0795965977,204.68987958233,818.495869569844,627.661072189046,2702.79990733558,584.18802459983,1957.60341482115,260.942356754148,1679.09925456842,5963.71695440147,1962.37831389903,50651.6148984793,20384.0515141433,1402.90696112699,9339.94388633795 -3679,248.300251152738,1931.04355606079,237.147573037503,1737.99813753714,379.074492452185,6886.82616602455,79.2551691912642,623.000554468704,2183.02338511519,16657.1768016695,641.214417280428,4894.32365867173,225.474877162522,3824.06923897696,886.993110531133,9293.55239767894,1025.80293469361,11396.8330242955,90.878129270055,1125.06077656822,711.457444699392,1501.61299833027,352.209236620843,1978.10165155559,191.249842157183,861.169938931042,587.289397524669,2843.71628211912,541.743646400229,2059.66734331684,243.134764396448,1766.64276055024,5502.10652165672,1818.03891284312,47246.2610423251,19086.9596066674,1293.74035984725,8751.29817901709 -3680,229.545343174924,1959.91259133921,228.520094576763,1763.98115039509,345.414069819196,6989.78398223707,72.8997890289105,632.314391502043,1987.58209801522,16906.2010265333,583.940655259941,4967.49363038091,205.353775962106,3881.2389436274,814.673457743221,9432.49068894032,945.854152341352,11567.2152891636,83.2806201277951,1141.88039679231,662.622298402773,1524.06206142223,322.583631995907,2007.67420375609,176.628463054482,874.044400136063,541.209141606513,2886.2297435129,493.971628818067,2090.45929982626,223.498544491686,1793.05400954492,4971.43508898713,1653.13413249116,43348.1405323397,17606.7640323258,1168.31490305775,8085.79251174737 -3681,215.56488454138,1998.93496910462,210.343037728307,1799.10248137993,320.373146542937,7128.95242896211,68.5901950788165,644.903938179143,1841.89673232065,17242.807957858,541.271796601241,5066.39774164006,190.161434578875,3958.51543693907,760.431040202791,9620.29407188665,885.212504416628,11797.521603181,77.8843285669258,1164.61553733044,628.907155882389,1554.40653992681,300.104073258077,2047.64752784975,165.539147660163,891.446855182567,506.751851139872,2943.69534063536,457.714943653335,2132.08089706561,208.601712006491,1828.75418884039,4568.86719161649,1528.37092586482,40420.2845977459,16505.6374144392,1073.0844636435,7590.80989046048 -3682,202.490290391008,2039.20120047631,204.384504394487,1835.34331857389,297.506296338217,7272.55692454554,64.6868966191018,657.89478159756,1709.01475266374,17590.1443672259,502.340095737659,5168.45446026221,176.30152552747,4038.25514880353,710.302684567552,9814.08376137104,826.760257268751,12035.1690213454,72.9935558298543,1188.07536939602,596.728482501855,1585.71826059294,278.953738893735,2088.89501733712,154.78256888672,909.404020313569,474.720986107169,3002.99267621946,424.087912340315,2175.02919905207,194.406158079497,1865.59232536205,4205.38466108575,1414.44161066612,37742.7663689243,15474.7768546306,987.144798806247,7120.01263031752 -3683,195.928672823323,2020.34086871587,193.016106878947,1818.36844435621,284.153313213584,7205.29390198963,62.4957627231257,651.809990238326,1630.92871567908,17427.4551934443,479.502877481212,5120.65203361272,168.197777421262,4000.90580248989,683.168086049862,9723.31445639954,796.019291968853,11923.8571603664,70.2156567631814,1177.08700021598,582.340554489035,1571.0521391399,267.102999477088,2069.57507331663,149.220558444109,900.993049623971,458.006848233738,2975.21835059898,404.54695500947,2154.91261012833,186.710794124002,1848.3376816428,3980.14545240633,1346.62200447555,36223.2334613539,14933.4029644766,933.722844988496,6879.429611635 -3684,187.971417416491,2003.47649187578,177.405539609968,1803.18999048509,268.919168531389,7145.14920389025,59.9515521514633,646.369141382707,1541.92644291086,17281.9831217276,453.46615530945,5077.90845162663,158.860566255369,3967.50907018611,651.106253864125,9642.1511033899,760.656111621196,11824.32523303,66.9297844084954,1167.26151034316,565.166971545244,1557.93810688913,253.564525482414,2052.29972415366,142.809942944822,893.472196804309,438.010554540462,2950.38333180439,382.308012147774,2136.92492355653,177.888081179644,1832.90906577227,3725.32582724824,1269.44151899058,34483.8982591868,14296.8400005023,873.332810237997,6596.94683901077 -3685,182.021415917705,1962.31352302687,170.860204164343,1766.14206219245,261.964712147666,6998.3466058597,58.0751498968654,633.088989137586,1502.6572297802,16926.9114571627,441.866829801857,4973.57890832553,154.842899573673,3885.99353809673,632.237270449748,9444.04567659067,737.854475192192,11581.38535667,64.9739628463578,1143.27922286256,545.107681274265,1525.92906759047,246.635575984722,2010.1336443636,138.441235504043,875.115121813135,424.708646927216,2889.76543203273,372.562279929746,2093.02015381378,172.767839992833,1795.25053616974,3645.01071066374,1238.31214378158,33492.1347702617,13857.4285160331,854.751261083997,6390.49009996037 -3686,181.336117620024,1929.04759833453,162.490139795565,1736.20171466518,257.925110699993,6879.7078315611,57.983021027842,622.356611059837,1478.31617846355,16639.9596754008,434.806785697363,4889.26480689662,152.287189025271,3820.11661941053,626.459373725914,9283.94643221307,732.657399402001,11385.0530740927,64.5666057904132,1123.89789562622,547.203856168293,1500.06090694607,243.582019662744,1976.05705382377,137.638118780614,860.279819809781,422.011381329153,2840.77697116117,366.579581932301,2057.5384379721,171.135291412319,1764.81673013451,3557.88956661566,1215.80263540487,33133.7997393283,13775.5339976728,833.847018285747,6361.83012226899 -3687,184.519404183443,1887.36394827727,166.347059183469,1698.6851573934,260.330935537514,6731.04828889633,59.2402525332883,608.908474679668,1490.92766251462,16280.3966160573,438.614487159539,4783.61557179018,153.327805962227,3737.56997593791,634.644650344373,9083.33511781894,742.410664924223,11139.0401874053,65.5972791517316,1099.61224989005,562.883565698708,1467.64697689909,245.842873001358,1933.35760421149,139.598654533038,841.690541353804,428.51065574867,2779.39229964822,368.954747851799,2013.0783052611,173.103477096655,1726.68184789644,3559.89259493615,1222.46656967362,33576.8308326377,14007.98660807,833.847018285747,6471.44407929371 -3688,192.697706276623,1877.15275637565,174.326772293281,1689.49477302773,268.488304339998,6694.63134565667,61.8903357143148,605.614101439598,1536.50261767082,16192.314900693,452.11766339822,4757.73481008987,158.073904499792,3717.34862737137,659.243327391671,9034.19161368482,771.714478368041,11078.7747165843,68.1543268413049,1093.6630254645,590.782710734895,1459.7065767772,254.279058058126,1922.8975731565,145.274385808767,837.136748934813,446.362055455578,2764.35497302794,380.283924016159,2002.18696185763,179.535842073024,1717.33999323295,3641.27898462246,1257.74184030244,34814.9860760211,14587.0715426479,852.428567439747,6745.90942423227 -3689,207.315302723709,1859.6809143846,189.599491300373,1673.76958198039,289.320407128313,6632.32019880815,66.8620266946488,599.977269886085,1655.55311605363,16041.6028361297,487.162404709121,4713.45157818194,170.106534858664,3682.74892437838,709.323479935997,8950.10470714243,830.388130571406,10975.6575884523,73.4966369901972,1083.48361544713,638.123983618137,1446.12016907749,273.631865733052,1904.99995536858,156.317034387904,829.344990404448,480.24514698388,2738.62538169241,409.247793953679,1983.55134783246,193.192283910802,1701.35562919824,3919.34792186636,1353.8787919177,37509.2843279048,15713.9018829383,917.463989478747,7264.43104677809 -3690,218.040714568483,1839.11389441823,200.696913588477,1655.25863628782,293.669926249107,6558.97048547985,69.6906563268975,593.341860341541,1676.59511790659,15864.1917742258,493.676080510365,4661.32346740275,172.317292534043,3642.01980247745,734.671057958267,8851.12160698312,866.39351764695,10854.2730181103,75.9138138210169,1071.50089896079,682.262543938918,1430.12689724192,280.950947139018,1883.93173241972,163.68879729505,820.172903491732,501.42191240416,2708.33773262853,415.395413485937,1961.61439087407,200.133756625832,1682.53959741292,3876.66939975943,1364.5632202286,38704.0022175573,16428.026858846,905.850521257497,7623.95734446299 -3691,221.444567317392,1770.06540609892,205.207508122637,1593.11288938217,293.80925190424,6312.71765778499,70.5850836430749,571.065176642126,1675.56702267016,15268.5796896548,493.526278752802,4486.3167209645,172.134631254423,3505.28223415538,741.192499758083,8518.81126516715,876.390196663236,10446.7554924256,76.6132017163058,1031.27200529054,698.961612581474,1376.43359382061,282.24108630868,1813.20058378603,165.832464862397,789.379976898959,507.650346659551,2606.65472818615,415.209257232867,1887.9666908777,201.826734182632,1619.36960229116,3830.34866397163,1359.9313079331,38989.9956404777,16648.1265135846,894.237053036247,7736.86336672982 -3692,207.390906955924,1707.81473607529,196.333626258694,1537.08538641781,265.715521014515,6090.70840179191,65.7095377585223,550.981630717413,1511.41682017563,14731.6055684075,445.507300659576,4328.53937507888,155.104826335551,3382.00646878183,683.638480277338,8219.21685061372,814.355413759584,10079.3580353962,70.6328652775081,995.003643068022,667.457558294609,1328.02639193805,258.000598251898,1749.43291122489,154.650994319649,761.618611530266,472.033967032792,2514.98240760933,374.944469307517,1821.56960120831,186.194710641673,1562.41868826777,3360.16491437033,1218.92199139774,35867.0208254137,15519.9437618445,782.747758112247,7237.23470415208 -3693,169.732765541014,1634.31150331561,162.557012830017,1470.93023355327,213.73550674529,5828.56828326999,53.5704406550979,527.267740566774,1214.31605272072,14097.5668696275,358.054101609915,4142.24186254714,124.659034510438,3236.44711540554,555.573252100061,7865.46711622431,662.794650490062,9645.54903721032,57.3200346286658,952.179335004471,549.757697316938,1270.86900189119,208.488152395274,1674.13845934148,126.064104995592,728.839043059002,385.051492165206,2406.73920453343,301.34721150397,1743.17043322053,151.069513205058,1495.17320660871,2665.00030813583,976.620085800801,29077.8114186936,12658.9793908642,620.159203014748,5911.26313384579 -3694,131.508766037054,1492.25154014061,129.95400362495,1343.07193090556,191.666479219924,5321.92913032731,43.6190262409136,481.435819506242,1099.33221174796,12872.1579887053,323.27355393403,3782.18398786317,112.681754892331,2955.12402791605,458.179172138384,7181.77372814124,527.885481651945,8807.12482111146,48.1249548951458,869.412640287884,399.608727656624,1160.40070790768,177.626420804683,1528.61660050281,98.8918914249985,665.485852796675,307.298520685042,2197.53717537668,269.541669219042,1591.64807836427,123.974896552584,1365.20762156561,2664.52593843803,901.18351550826,24369.7941366172,10045.6285030411,624.804590303248,4611.0477594791 -3695,98.2637343441345,1385.2220420844,96.9175926612671,1246.74211602418,158.580736189606,4940.22176518969,31.8933607977711,446.90555921033,977.123642683161,11948.9218107741,265.022805412792,3510.91252799986,102.513555713218,2743.17220016193,363.267952138496,6666.67180557678,380.094668961267,8175.44703518463,41.0236704813988,807.055325860207,238.345160572487,1077.17271184227,133.146650359434,1418.97887316846,72.3199882255473,617.754880589655,210.197447941505,2039.92212555856,217.274161556812,1477.48951305068,90.2182751446392,1267.29015755354,2532.62550505126,778.859424616532,19291.9212133073,7500.93227721461,574.648925817269,3334.58143741653 -3696,98.490754095186,1331.88085532969,96.3340541322399,1198.73341992681,159.709855050337,4749.98707083689,31.5018104854087,429.696424377558,1025.74465459277,11488.8008695372,278.000023931073,3375.71670007779,107.817545943894,2637.53999378367,374.303476378188,6409.95614916219,390.839441243279,7860.63249003717,41.9924369243294,775.977789154744,235.499048820213,1035.69367884695,134.769626514964,1364.33780135821,73.132579710675,593.966796475296,214.613732611529,1961.37019398465,220.027174100769,1420.5953533785,93.4018504928512,1218.49021147071,2669.23372470652,815.204132904234,19783.6877656941,7620.33877357123,610.590774116449,3381.9031623265 -3697,99.1696552946662,1298.817419021,98.299797624712,1168.97531812494,171.433082462332,4632.07044612135,31.9529527997496,419.029373865774,1087.03760243029,11203.5957520576,294.341799296475,3291.9158152895,114.582178173436,2572.06406532721,388.081967187249,6250.83142262884,403.634551828148,7665.49527439181,43.2610087845514,756.714435299922,223.892430038506,1009.98297668554,142.13807030516,1330.46863369338,74.1986732734334,579.221796375509,219.999760529747,1912.67992396006,236.504771065955,1385.32961335461,97.2928113389775,1188.24165482353,2912.61683328078,873.803658077223,20605.8242815254,7783.69462990754,665.06469787621,3431.68830320202 -3698,114.777047998714,1309.40466157966,113.748772471954,1178.50415955934,208.409053215342,4669.82852716007,36.5719565663448,422.445069986993,1283.78114851735,11294.9212794328,347.422575783439,3318.74969564001,135.706001252916,2593.03011162228,453.373121357931,6301.78474947486,471.181689683802,7727.98015996059,50.0957109310119,762.882753615364,242.656549383483,1018.21580032779,172.002946941042,1341.31387948029,87.4299814836979,583.943292687219,255.352219358044,1928.27103476247,289.774809400687,1396.62205556049,114.097446125449,1197.92754479828,3528.70635639602,1046.35304149411,24223.5033967294,9023.72262691288,801.791654270149,3966.84606530878 -3699,169.319409117014,1342.2656095047,166.875877034805,1208.08001563579,280.877216203903,4787.02300229257,54.5131796883897,433.046792932813,1647.03495273112,11578.3797326302,446.316942076731,3402.03736378769,173.516235511191,2658.10504984901,601.244668906026,6459.93495816397,630.805006506732,7921.92230867408,67.0448254371745,782.028134088672,397.68676804503,1043.76904400623,235.232743174235,1374.97562427014,125.850644806691,598.597990883438,344.439088999553,1976.66311394008,386.772304315106,1431.67181976659,150.716652060338,1227.9908520574,4421.6189173365,1341.97310939161,32469.5813159509,12403.2718393244,998.761414133258,5512.41316271447 -3700,238.159051860939,1426.3850081274,233.687395529788,1283.79004179141,377.059180931819,5087.02435321332,76.9694696811744,460.185710550197,2151.96302373926,12303.9934511352,584.137118354895,3615.24206418926,225.940357306327,2824.68772669474,820.279137818534,6864.77721887198,869.881421423982,8418.38689498447,92.0251891722427,831.03761170603,585.890244656847,1109.18174895901,318.428154126529,1461.14495008424,174.964460447278,636.111954329504,479.620214720746,2100.54002119815,516.580114789558,1521.39427980062,204.496626551775,1304.94868458904,5601.89827508073,1740.68346842077,44142.4593469177,17341.4071961841,1255.01182150329,7760.76656621552 -3701,258.041839755961,1661.32921983679,249.209616283045,1495.2470030259,398.846434392336,5924.92360187497,81.639534215919,535.984298160903,2271.56867817334,14330.6216236015,617.188384804931,4210.7195769715,238.567242392578,3289.95063081397,890.219111143439,7995.49554741488,955.433524272226,9805.00499713584,99.3688068312867,967.920343556567,638.633337314347,1291.87844737267,340.449726149879,1701.81457752331,189.679005851338,740.887888468821,526.483326423251,2446.52635492464,548.339697473394,1771.98775752946,222.365688893164,1519.89075021302,5798.61293113596,1828.22599578227,47526.5997085013,18987.3438252935,1294.00028434894,8537.00917658248 -3702,236.095805035136,1843.36614766904,219.143924038471,1659.08579399591,342.795702768703,6574.13561671694,70.9908816694552,594.713738321547,2082.05282510865,15900.8716999488,565.605193800486,4672.10100974392,219.357117885431,3650.44059174536,817.412741606416,8871.5864682083,883.837719965507,10879.3694071194,90.1383359332152,1073.97833833781,595.099307360682,1433.43352320256,301.497075674982,1888.28760992017,174.315837490967,822.069242215331,483.154288809549,2714.59973628301,475.986442635942,1966.14988005489,205.560145819765,1686.42983199514,5187.65199232202,1654.74189643114,43075.305199702,17344.5117235799,1173.19032802707,7844.16682800867 -3703,213.966125776449,1939.37450028901,200.904829701846,1745.49624161,312.982051857259,6916.53744028272,65.4339192571732,625.688315113531,1933.9302909312,16729.0395053868,525.501635831804,4915.43884134447,203.537285036627,3840.56711001398,763.157111675427,9333.64681526164,825.25106028086,11446.0014544978,84.4335052648645,1129.91453481388,542.49120261842,1508.09128521417,273.369014602671,1986.63561469958,157.363626555277,864.885214389089,452.218114651275,2855.98469609292,432.625237750588,2068.55319869385,191.58522332875,1774.26444379148,4773.64842983449,1525.61138207309,39942.3886755237,16153.2493705373,1080.42276094974,7292.28261285427 -3704,207.146901030207,1961.90854906548,193.599684698491,1765.77757326704,298.167150470893,6996.90231670052,63.039574273908,632.95833491091,1761.06228046001,16923.418152802,478.669799250306,4972.55248215601,185.406182946109,3885.19156319383,701.15674013165,9442.0966544062,761.298515724539,11578.9952393664,77.3854205594018,1143.04327773431,531.027996010294,1525.61415280643,261.791079568514,2009.71880148791,152.140599000061,874.934519257325,416.91365958251,2889.16905447085,412.115545761721,2092.58820517101,176.195246002242,1794.88003996065,4363.98148122529,1402.62442103137,37080.8527563867,15035.1031411638,981.783180452619,6813.59711567094 -3705,190.753355190392,2008.65440310224,178.204673585394,1807.85026862313,270.015006586918,7163.61557892765,58.1623341626667,648.039658629691,1632.25271624015,17326.6477707936,443.799439656194,5091.03211905435,171.718093417422,3977.76295129673,654.667071134187,9667.07088789846,712.791517842267,11854.8847662303,72.3831578962906,1170.27825473878,495.405165795121,1561.96454056405,237.968863633456,2057.60381722631,139.598497159048,895.781342799846,390.524870227144,2958.00848889411,372.639042893623,2142.44772734118,164.520092746543,1837.64615176616,3980.38325423931,1288.52627786127,34384.214523094,14041.5723356243,898.098444065329,6368.15744841355 -3706,183.8555797889,2044.17662612504,173.153645885917,1839.82135351193,264.804510902294,7290.30116000681,56.6845434148853,659.499972183832,1514.73726674685,17633.0623762135,411.972964329069,5181.06491816103,159.22746566173,4048.10804524098,611.680377971023,9838.02904153938,665.948794513735,12064.533504174,67.8492739033392,1190.9741420449,474.087441811175,1589.58723796681,231.525747329067,2093.99169040906,134.4052051283,911.622865656863,365.97512355548,3010.31964659428,364.693773105834,2180.33603001174,153.375506998247,1870.1441645349,3741.85220221493,1209.82355926002,32475.5495955923,13247.6487817332,835.64498792105,6009.13462514763 -3707,175.19473283372,2028.99000857469,163.533992453917,1826.15293420822,238.885328861678,7236.13998130588,53.7726085979852,654.60040835749,1445.76405069395,17502.0626518616,393.33609743794,5142.5736985619,151.934606093395,4018.03380023699,588.48859177414,9764.94025723692,641.435752650077,11974.9035505245,65.2769253263053,1182.12614497047,468.364262765456,1577.77786047105,211.993113758685,2078.43498628212,126.920854412044,904.850227894578,353.228488608839,2987.95534959918,328.079712125647,2164.1378556486,147.361140763852,1856.25047069856,3453.90816091719,1133.91319301086,30851.3596253555,12730.8918852554,779.78142510514,5791.00406355141 -3708,160.794515379156,2010.04289567755,150.305907410654,1809.09995431888,221.597700258685,7168.56746464196,49.449889124769,648.487619340664,1367.13434966226,17338.6249042156,372.082631359525,5094.55132090762,143.52793905634,3980.51260017395,561.055039798768,9673.75329983159,613.221100468483,11863.0795156375,62.2324639702671,1171.08721553624,427.964639548197,1563.04425649931,195.820271907404,2059.02614633317,116.52819245549,896.400556210404,337.952615435407,2960.05322731113,304.127497138794,2143.92870523255,140.462287201366,1838.91643401771,3231.67966550567,1063.79621238845,29154.3982042618,12098.6216896021,729.255202840676,5495.23424048721 -3709,155.869999296575,1978.13653464434,144.764959806816,1780.38325557987,209.102319306686,7054.77740468372,47.7205779066139,638.193868817855,1332.21277129687,17063.4007151185,362.524528560286,5013.68309958924,139.886684485172,3917.32804207746,544.720670025306,9520.1972409065,594.726051417472,11674.7712467913,60.4096289364619,1152.49799458945,420.703106610862,1538.23331616267,186.467830547384,2026.34225100785,112.665343953604,882.171566451866,327.63033860925,2913.06690321267,287.019849849362,2109.89711145626,136.393316238134,1809.72644420215,3114.69552218848,1029.22232485402,28183.7936673717,11714.3001749334,707.981857900703,5326.18847178559 -3710,147.937902915089,1953.8668715517,137.674579193258,1758.53981806585,197.435009129247,6968.22267612649,45.4076482646587,630.363898584387,1310.83306953726,16854.0506630276,356.810321315516,4952.17046001697,137.59984986955,3869.26653057937,539.888649547802,9403.39439359754,590.758396907683,11531.5340334438,60.0404733281143,1138.35805148958,401.664799306237,1519.36080474229,175.838394415725,2001.48115427309,106.482682167975,871.348245446096,325.664632086286,2877.32662387952,270.294921449414,2084.0108841113,135.155306464885,1787.52299650205,3010.24877024095,999.897059527444,27584.5881930174,11547.755349891,687.055922724768,5244.18124906421 -3711,150.716305409269,1909.95585208016,140.941400290161,1719.01856034001,202.963403485445,6811.61949805512,46.5456476834412,616.197159883859,1322.21769930243,16475.2743207834,360.013706791145,4840.8758489755,138.558566042765,3782.30900013622,547.064355782314,9192.06339642072,598.7877204072,11272.3754270659,61.0071035391897,1112.77470019153,408.185269455867,1485.21483356445,180.201159256998,1956.50005591023,108.626044157375,851.765647302198,330.775548593022,2812.66185718188,277.757533919381,2037.1750203974,136.747690202288,1747.35037356235,3037.91411929787,1010.33713197804,28037.0037848336,11752.9370195058,690.205670981612,5336.56779419754 -3712,157.764707960237,1898.41402262967,147.703025170604,1708.63056156817,211.93201184404,6770.45700184213,48.8732658613269,612.473491339629,1362.83159255041,16375.7145293078,371.173502328199,4811.62252179569,142.870921935185,3759.45257371092,568.421719919933,9136.51591981069,622.635651791223,11204.2566616298,63.3938061961223,1106.05022234957,427.92525974868,1476.23970658041,188.090806702914,1944.67696065879,113.477935438732,846.618442552808,344.675466973894,2795.66499130032,289.772862393318,2024.8644077617,141.878250323787,1736.79116614405,3122.94263872121,1042.53147922124,29136.1114913054,12251.6175449453,707.470245412873,5567.32904455072 -3713,171.254688356921,1891.96332607485,160.642736402462,1702.82473778812,230.998347421961,6747.45139656546,53.1369519047359,610.392343290043,1468.45453175507,16320.0708372377,399.955258306912,4795.27291815052,153.745816396507,3746.67818020341,611.599386969752,9105.47058877941,669.971455887475,11166.1852720463,68.3640597566223,1102.29193028381,464.559128582034,1471.22353293451,204.689721058799,1938.06906542581,123.264192728969,843.741684055705,370.83714867731,2786.16548997298,315.691155677844,2017.98404041116,152.669483930724,1730.88965432506,3374.51510977862,1125.60450026994,31469.4935111217,13218.7636417723,763.028463161708,6006.32094340476 -3714,181.335056380483,1863.18106912722,170.047261929071,1676.91982807644,242.657232306699,6644.80306445403,56.2847411547794,601.106503009044,1487.77923828205,16071.7951620345,405.560347807838,4722.32289033441,155.82020692549,3689.6803237458,633.950172900434,8966.94993644783,699.785369929494,10996.3151645259,70.6382007933541,1085.52286867914,495.461394111326,1448.84195017932,215.399248311171,1908.58540627949,130.347671646898,830.905922593934,387.576509310274,2743.77982111471,331.246430942022,1987.28464240125,158.331576614487,1704.55779572496,3386.96268404685,1143.91695966992,32675.0540931098,13859.098453644,759.325037720071,6316.77560882075 -3715,186.693542898827,1786.20661054109,173.877248836349,1607.64046602334,240.111737270115,6370.28325166018,57.7253218120849,576.272712891479,1487.18084271998,15407.8136781069,405.559512726414,4527.22738739294,155.689550256079,3537.24685928961,639.79683449174,8596.49419923363,708.187754639467,10542.0193259425,71.3012914782936,1040.67616189149,520.897820037857,1388.98527465815,215.430551114151,1829.7351373775,133.191414869434,796.578323098925,392.560761977746,2630.42478026041,327.009997418216,1905.18303567065,159.747312665176,1634.13661357106,3318.59959229218,1136.10517922226,32914.0141399324,14068.9960842352,746.1723675079,6431.66954320346 -3716,180.607384833627,1728.43960826218,166.364130349416,1555.64840087456,224.407482396285,6164.26443785428,55.1979421471891,557.635704763517,1342.16427453025,14909.5156634184,366.363413626208,4380.81411512012,140.361292806929,3422.85015614464,590.585418245648,8318.47837672623,658.775607163031,10201.08404397,65.7612999539666,1007.02006530064,511.317490621684,1344.06465066481,204.141677759864,1770.56039620987,128.727912620879,770.816498271816,365.381333266604,2545.35525169687,306.058126410079,1843.56826383304,147.541762205874,1581.28764698281,2940.25465705311,1027.1993383354,30542.8282258933,13198.4147345518,656.615617700825,6066.0034758886 -3717,150.823557345555,1645.33264875184,137.747825099272,1480.84960082056,181.736119733766,5867.87382484184,45.7025361276094,530.823424070702,1078.58128609214,14192.6352421207,294.542498074244,4170.17549080991,112.838505993,3258.27242489102,480.129753439023,7918.50869173543,536.421435172641,9710.59477575877,53.3759423115114,958.600452956079,432.623293151733,1279.439235945,167.191733111717,1685.42818189642,107.235802604167,733.754043092264,298.188308230706,2422.96929454162,247.919089591214,1754.92567989516,119.76748631983,1505.25605882443,2328.06815108695,824.383839631541,24850.1761224285,10805.3869231881,519.724458583093,4982.81108392524 -3718,115.42552230705,1499.91716699734,110.11135965785,1349.97122903804,152.954298135348,5349.26763310227,36.8727224453112,483.908932951616,974.651281965677,12938.2816664688,265.231855004808,3801.61289135202,101.788835374932,2970.30436280197,394.696410606858,7218.666166238,425.289116984022,8852.36661228627,44.7493547117332,873.87877264272,321.789407632523,1166.36163245145,134.654564364749,1536.46903298572,81.8051012039234,668.904422715185,237.010194015721,2208.82582178589,206.59039941285,1599.82430062157,97.8278635130861,1372.22062971296,2263.57132597607,748.269749150795,20557.5975225554,8525.44974421154,515.879890798174,3865.44808733063 -3719,106.740977045866,1399.45407274291,111.110856895306,1259.55137799045,175.015712777361,4990.97852871636,35.9672159194726,451.497150613661,1123.68203870739,12071.6872710256,294.521204592111,3546.9843007697,118.141304183546,2771.3560650357,362.940264969862,6735.16644011523,379.871571840893,8259.44310896691,51.5974738495691,815.347163408122,225.705116337111,1088.23978599623,126.767963148003,1433.55772783087,70.0176726970718,624.10180991426,193.571964199369,2060.88066747451,222.759342787408,1492.669516984,91.4416579848959,1280.31053394633,2957.15326715375,846.096413812061,20817.5171379663,7972.87919755175,620.464710372884,3449.77486558512 -3720,106.992994327702,1342.12097614748,110.444040227206,1207.94984119996,183.395417145537,4786.5071854505,35.5282650031901,433.00013077366,1180.11368409691,11577.1321256588,309.047393822981,3401.67078352084,124.315764274757,2657.81863063773,374.039065464668,6459.23887977694,390.681892878687,7921.06869653426,52.87706625916,781.943868088208,223.014337279745,1043.65657459635,128.314197227261,1374.82746630556,70.8049844004909,598.533490060029,194.327504757207,1976.45012224884,225.583463731174,1431.51755260794,94.6887423186623,1227.85853216608,3135.47969738728,886.850523763772,21415.8093688593,8114.77607585624,661.157779294852,3497.26946842627 -3721,107.78256990904,1313.10730190003,112.708248874165,1181.83664885538,193.931461145014,4683.03353238207,36.0472827296985,423.639629770664,1251.2964407408,11326.8602454161,327.348660419378,3328.13421732139,132.19294278736,2600.36249566286,387.901318922701,6319.60448312049,403.566395362546,7749.83278640593,54.5504790487702,765.039978594113,212.05152792019,1021.09503773068,135.372661302122,1345.1067503919,71.8622295336902,585.594525528948,198.63314703071,1933.72366089968,242.545498862467,1400.57132295427,98.6598939914308,1201.31495814604,3411.94443956598,951.169333001147,22298.4037254637,8291.48063899238,719.171436601037,3549.55557290911 -3722,124.7972175513,1315.07433071012,130.433700147301,1183.60703481985,228.730171829293,4690.04869547157,41.2705152373513,424.274240023499,1478.24333183626,11343.8278309276,386.477633514382,3333.11974735375,156.613288752504,2604.25782694178,453.223829616239,6329.07122210575,471.16146929366,7761.4420009326,63.2283439626667,766.186005028201,229.85615851455,1022.62463348737,163.850607042316,1347.12171423137,84.6978693285188,586.471743484467,232.842086802316,1936.62037021372,297.230074597019,1402.66937247304,115.717194536927,1203.11452252989,4113.31436479173,1138.9601268357,26168.8020820269,9607.49496487309,864.958353652845,4105.15704292886 -3723,183.966424302006,1343.30697753323,191.323661939754,1209.0172786449,294.372841196053,4790.73691157484,61.486130372321,433.382763013416,1895.069523061,11587.3625705949,496.195409684155,3404.67676162178,200.076754273572,2660.16728372864,600.830934840366,6464.94676036181,630.547143827736,7928.06836244936,84.4444393840307,782.634853869379,376.620114275201,1044.57882986672,223.991504380505,1376.04236966314,121.860568568496,599.062400315693,335.812136477309,1978.19666568681,396.581267776671,1432.78255168872,152.792220446364,1228.94356246255,5136.74979026908,1459.68323458082,34859.6286769643,13136.1968119567,1075.76770198588,5682.72909522091 -3724,258.669967257374,1430.14550628011,267.903392677134,1287.17460490243,386.173731575607,5100.43570118323,86.7946989144098,461.398936645934,2473.58751612452,12336.4314986332,648.922970289301,3624.77322935611,260.227360825507,2832.13468731035,819.353902248909,6882.87540547886,869.146598817895,8440.58099278206,115.631161031409,833.228545700603,554.800455053791,1112.10597761692,303.143737222544,1464.99708878054,169.377295938809,637.788989502717,467.153154489741,2106.07785062317,529.574616560287,1525.40525884634,207.206179946645,1308.38903000056,6476.72479794031,1888.28987287847,47294.5762544877,18342.9424461515,1348.66137277697,8011.77173005363 -3725,280.223246718225,1661.73419660409,285.693094180456,1495.61149447671,408.553049723205,5926.36790104106,92.0574926471889,536.114953292833,2609.62685342842,14334.1149521659,685.349088348458,4211.74601025272,274.578177592174,3290.75261127345,888.993011449465,7997.44458310338,954.371906134719,9807.39513099959,124.714935809612,968.156290319594,604.727098363169,1292.19336433863,324.069973979978,1702.22942327329,183.599873802532,741.068492275956,503.768459047466,2447.1227366186,562.071792862986,1772.41970916505,225.23926436518,1520.26124898913,6690.53374780999,1979.40090716214,50938.4307074916,20091.6956932359,1389.17876719178,8829.01372725496 -3726,256.293725320609,1842.29585353025,251.213127077915,1658.12249660471,374.324480624291,6570.31854606764,80.040804800192,594.368435990164,2392.13244390497,15891.6393454306,628.114606752001,4669.3882972788,252.477309381927,3648.32107513479,816.296985714945,8866.43545303386,882.83948678893,10873.0526342282,113.16902806352,1073.35476568396,563.462394779555,1432.60124389648,286.89853504307,1887.19123350912,168.676278194919,821.591932868658,455.398346862798,2713.02358702445,487.756857469729,1965.00829529959,208.211880330996,1685.45065812512,6053.96938566064,1793.78271931839,46349.9750629647,18381.4733059321,1266.49402761867,8102.65317523862 -3727,232.27807383789,1937.40747147891,230.304234073757,1743.72585564553,347.905474308188,6909.52227719321,73.7737652612591,625.053704860697,2221.61719819904,16712.0719198753,583.511822887868,4910.4533113121,234.231423507992,3836.67177873507,762.073275516213,9324.18007627639,824.279390907326,11434.3922399711,105.968313400168,1128.76850837979,513.651776613587,1506.56168945748,260.142542138979,1984.6206508601,152.278049422183,864.00799643357,413.124048433114,2853.08798677888,443.340011726549,2066.45514917508,194.045239795636,1772.46487940763,5576.67546689356,1652.30615853423,43062.5411886984,17143.8956236136,1166.9250481209,7544.70464353366 -3728,224.851650326108,1965.3219198655,221.925558380718,1768.84971116603,317.028201885445,7009.07567823147,71.070171838533,634.059569471024,2022.68589203147,16952.8618806388,531.440139043717,4981.20383619198,213.3183716907,3891.95110325527,700.107605635938,9458.52421777376,760.340511691507,11599.1406249719,97.0898682742463,1145.03196907735,502.786038724214,1528.26844920764,249.103659479656,2013.21535359607,147.212191120488,876.45674920091,398.613914097944,2894.1956930935,422.287698871266,2096.22893525468,178.439813492057,1798.00281095875,5074.02030556097,1519.04721123849,39797.9713878143,15906.6244013053,1058.00113603546,7033.50657878502 -3729,207.034128199409,2009.00152764902,204.272864007789,1808.16269130977,294.060559558501,7164.85355535969,65.5664955394102,648.151649260061,1874.39271135648,17329.642066251,492.655527914157,5091.91192307353,197.527513895337,3978.45036629433,653.640851332714,9668.74149763376,711.843640703244,11856.9334618622,90.7768685932977,1170.48049575553,469.04590375237,1562.23447063883,226.416880202622,2057.95940094017,135.065974492413,895.936146778149,365.767319127101,2958.5196755644,381.805334435722,2142.81797331043,166.601149752033,1837.96372361256,4642.01604466761,1394.7972258681,36974.5559643234,14872.2503100012,969.241292605544,6579.00546624977 -3730,199.568397241453,2055.86309173866,198.486405834553,1850.33952924501,273.085487424839,7331.97948306879,63.9032462010063,663.270303792467,1739.13544218389,17733.8697988642,457.263247329301,5210.6848327194,183.122571599962,4071.25089643414,610.680899982403,9894.27261004047,665.025447843739,12133.5058983102,85.0556789006181,1197.7828875221,448.871762563879,1598.67483654265,220.307251924236,2105.96294649938,130.052484529597,916.834572480988,353.724032072639,3027.52950829915,373.698968823918,2192.80091279889,155.304601625282,1880.83569441155,4327.12211612407,1308.67197375301,34775.7669592657,13998.8321381169,898.145326941078,6205.44345331238 -3731,190.101558414312,2030.95703738479,187.445591278177,1827.92332017269,260.841944024763,7243.15514439538,60.6072841797826,655.235018610325,1659.64301482361,17519.030237373,436.516895937474,5147.55922859426,174.696798040315,4021.9291315159,587.485013365703,9774.40699622217,640.504551076509,11986.5127650511,81.8009398487869,1183.27217140456,443.419939945963,1579.30745622774,201.66458359471,2080.4499501216,122.779694429231,905.727445850097,333.312182168341,2990.85205891322,336.087712974923,2166.23590516738,149.202383138563,1858.05003508241,4034.22674921745,1226.9376267726,33154.7469700553,13473.3695115764,842.207525188455,5977.68743881762 -3732,174.486875834892,2010.10074789808,172.285631870957,1809.15202308305,246.872718630106,7168.77378737602,55.7371641999231,648.506283842224,1569.03955494786,17339.1239373227,412.86145817836,5094.69795016967,164.989774037297,3980.62716563584,560.053970020372,9674.03172578479,612.283549103821,11863.4209538693,77.9541749250388,1171.12092128251,405.176760719563,1563.08924339049,186.290102180546,2059.08540836928,112.731627054376,896.426356039238,306.531159705186,2960.1384223348,311.568308061067,2143.99041089889,142.203494496898,1838.96936094743,3775.18295820781,1149.40768580961,31412.7285346514,12830.9147743298,787.67258282355,5687.74606523456 -3733,169.115898023977,1972.58256995493,165.929004027041,1775.38451784769,240.482533007517,7034.96988184033,53.7828200048677,636.402027784468,1529.09310350085,17015.4922298378,402.282477117864,4999.6063063996,160.820796531131,3906.32945768173,543.766715811742,9493.46762018202,593.835777445894,11641.992282283,75.6839868232561,1149.26215466916,398.289178844532,1533.91445678546,177.367877875372,2020.652940329,108.981352738525,879.694715312284,295.59850255201,2904.88795780875,294.000396733054,2103.97320587639,138.089656519498,1804.64532032997,3660.80620217472,1113.0267436327,30421.9136323531,12431.8621463677,766.946265820239,5508.78033962067 -3734,160.503950767422,1936.45288458708,157.800452497574,1742.86669830808,236.78551486133,6906.11786201896,51.1745617201597,624.745732437686,1504.29823884195,16703.837655775,395.890184152058,4908.0338644828,158.159246090874,3834.78139860484,538.908178805146,9319.58592651238,589.836833782655,11428.7583601038,75.1920351737038,1128.21234885327,380.261974799965,1505.81938611569,167.253663997146,1983.64280139557,102.999013307088,863.582287995889,280.226587434065,2851.68223169973,276.862779736016,2065.43697874526,136.82534334918,1771.59156196408,3552.39052733272,1080.14927042429,29886.4757794051,12285.3266826639,745.700984928536,5436.03159918763 -3735,163.526426667053,1892.39722895242,161.546100533538,1703.21526362102,239.00555661766,6748.99885709858,52.4580970021309,610.532330672753,1517.10558817322,16323.8136823557,399.392633356139,4796.37266606277,159.233974172559,3747.53744339383,546.041754422689,9107.55883744451,597.825877229932,11168.7461250259,76.3773822194256,1102.54472991998,386.438378788187,1471.56094334606,171.410737002625,1938.51354219384,105.076075111087,843.935187777257,285.949325440987,2786.80446917877,284.519065567455,2018.44684487991,138.429252805515,1731.28661656603,3572.47122636087,1090.71595812047,30347.5150946568,12499.7974839704,747.871469033989,5535.41456568145 -3736,171.171343724843,1872.64016252066,169.295484134776,1685.43330083006,246.505763118415,6678.53774210248,55.0804692989783,604.158231392068,1563.45571428586,16153.3892775808,411.722839018675,4746.29742184604,164.155261335904,3708.41228241185,567.3225115636,9012.4738086622,621.59967785271,11052.1418224115,79.339022764546,1091.03390695969,405.125449889607,1456.1975054424,178.914111954631,1918.27501074494,109.768664441944,835.124308478813,299.175979734004,2757.70958350281,296.82451767682,1997.37379119269,143.612363753804,1713.21158233295,3664.94760668559,1124.77646740252,31506.1884457346,13022.5802873369,765.83535172127,5774.73548875236 -3737,185.811480912745,1851.14748177273,184.127434669152,1666.08923218213,265.633851902831,6601.88677496694,59.8862629763908,597.224181675293,1684.59090990895,15967.9934681302,443.641534307793,4691.82317886858,176.650962848201,3665.85006311162,610.417428839596,8909.03577171548,668.857284519686,10925.2940913181,85.5560500124416,1078.51188381997,439.808813035081,1439.48442371062,194.706530238046,1896.2585693496,119.236791763845,825.539413042833,324.973860565798,2726.05877687162,323.379168727976,1974.44951663766,154.535659519312,1693.54869656894,3953.94265565331,1214.50174597964,34002.3137799056,14044.7981761283,825.354556600143,6229.32204872764 -3738,196.738406344757,1818.1129715743,194.904490582869,1636.35716476235,269.664511820446,6484.07331161842,63.4316599535136,586.566463414288,1705.91760919157,15683.0378672041,449.689565663901,4608.09560871132,178.921930577492,3600.4314173861,632.606494323805,8750.05025815872,698.493192774313,10730.3275947887,88.3229392040322,1059.26538283828,469.059307235868,1413.7962149948,204.884436479317,1862.41903270282,126.083944554494,810.807312857463,343.516674230007,2677.41110435886,339.297616587574,1939.21462944693,160.229099787604,1663.32660338662,3944.97509000384,1231.97386499991,35205.7047299269,14699.9707468607,819.010719157862,6550.55578224433 -3739,202.505332319108,1750.27941075099,199.284558519698,1575.30488968373,269.810098664484,6242.15337141493,65.0458513172625,564.681744205408,1704.83144714445,15097.9057441226,449.608310912867,4436.16815500504,178.721023718908,3466.09978488588,638.388335887664,8423.58700990422,706.824985169534,10329.980454135,89.1142499860866,1019.74432782234,493.118459615405,1361.04766028944,204.872820803715,1792.93241844478,128.813001062846,780.556196434772,351.005469892455,2577.51724086629,334.888329286873,1866.86278136451,161.645448172338,1601.2681020262,3878.23987139344,1223.6534630014,35460.6346199581,14914.8566798621,806.155429399222,6662.85736955372 -3740,195.866752906257,1693.84304602096,190.666557585497,1524.51043894112,244.049221548148,6040.88011058235,62.1916210236133,546.474031381606,1537.72771800629,14611.0858055453,405.981636706349,4293.12744821172,161.015309637367,3354.33815959968,589.173124835178,8151.97515987272,657.387688317766,9996.89846677764,82.1113090473362,986.863484647898,484.032629766494,1317.16176315825,194.100323272175,1735.12074147359,124.477339689648,755.387783938062,337.457229143658,2494.40725156403,313.368627182527,1806.66727875912,149.25905947317,1549.63648819276,3422.15062468239,1105.26852204611,32797.1395061652,13960.1808849454,708.040653381647,6276.31840490593 -3741,163.539725570154,1638.76624495006,157.86470272776,1474.93963698677,196.321501326954,5844.45556409013,51.4883229785059,528.704946112745,1235.42336850404,14135.9934596327,326.330833867058,4153.53262152892,129.399901028034,3245.26889490318,478.939080179047,7886.90649529373,535.249149926688,9671.8404931513,66.6181303878357,954.774747762999,409.525872484251,1274.33308633481,158.941389314531,1678.70175971692,103.68158833275,730.825683686168,280.281338366721,2413.29939903488,253.795006192824,1747.92189821914,121.148865331234,1499.24869057899,2711.32408149801,886.95595426468,26646.8191073606,11415.0348148517,560.62385834248,5148.90644491019 -3742,125.219763520938,1498.47082220151,126.203187211382,1348.66947457812,175.949884518922,5344.10942465391,41.550014668848,483.442307739083,1118.67058694174,12925.8054999397,294.315925550132,3797.9470602367,117.034912585558,2967.44014846287,394.019537902352,7211.70532835167,424.685716476258,8843.83042464724,56.048354129521,873.036106098986,304.635176534111,1165.23692962501,128.076657435715,1534.98744184274,79.1267703562634,668.259409475794,218.062251163057,2206.6958883452,211.603821940693,1598.28161706386,99.0542968300976,1370.89742053168,2666.79271042336,810.183005956759,22178.1674569023,9042.73271378376,559.491302013808,3992.52126907501 -3743,121.677755156821,1387.47834041485,131.620266714023,1248.77285338571,191.335190414705,4948.26857197025,39.8894182309736,447.633494686721,1071.33842164416,11968.3846344321,287.616904572044,3516.63122567763,108.042133390156,2747.64037541999,326.316234745292,6677.5307148401,323.907943529121,8188.76349055115,47.0565181229079,808.369885929996,264.202341993872,1078.92724860063,141.441423123283,1421.29015581139,79.7680835919726,618.761101443318,189.60074682608,2043.24482238716,238.774391642305,1479.89609987955,91.860294707674,1269.35436428705,2891.06259976689,829.378712000062,20336.9518738196,7651.25208237004,579.603140276272,3292.92105997889 -3744,120.596351634204,1329.7402642462,129.875803594579,1196.80682261902,192.065467153842,4742.35291953137,39.1008857988048,429.005818809539,1076.33592841362,11470.3361362971,288.861361826803,3370.29126803584,108.682142875041,2633.30095500596,325.534652577112,6399.65410530929,324.912220536765,7847.99892769455,46.679942573471,774.730642212281,260.804174306441,1034.02911805287,141.546084748574,1362.14504566181,79.6579100967229,593.012176530625,188.83880535281,1958.21789133546,238.61582404472,1418.31218087511,92.0321109562404,1216.53186116366,2924.32197190947,834.824363552691,20297.6933180776,7612.6256062624,584.645774603431,3276.25714131564 -3745,121.780704079568,1301.44976520258,131.235776222451,1171.3445100298,201.365841224393,4641.45838069405,39.1451647170085,419.878631318062,1131.04208075144,11226.3023635227,303.266582951629,3298.58762450576,114.519093444384,2577.27693275722,335.04612010125,6263.50014110003,328.902753860349,7681.03112794594,47.7773222129323,758.248087624827,247.670344519926,1012.02993478234,147.72123774105,1333.16512819393,81.4672417933338,580.395719870566,191.405081790539,1916.55640083871,253.491258593533,1388.13729599309,95.2040536677454,1190.64989430128,3143.34223474023,886.008860999844,20947.464672583,7703.19902243189,632.083116218578,3289.83849450114 -3746,139.283627175882,1308.36329355113,148.972350901508,1177.56689655023,233.760337370734,4666.1146178778,44.0123487431818,422.109099906389,1314.5170362444,11285.9384414681,352.299664839198,3316.11029780592,133.46807525325,2590.96787774266,386.496745864443,6296.77294727703,386.877944438788,7721.83410618531,54.6426909301635,762.276033834657,268.146707078335,1017.40601446731,177.469961254074,1340.24713408729,93.9284579691859,583.478883254963,222.936479152607,1926.73748301574,308.16242508273,1395.51132363837,110.264527998366,1196.97483439313,3706.56945830186,1044.94767960787,24314.5132369511,8845.65517827284,754.292046815432,3782.93695142431 -3747,190.057678443736,1342.46809788835,202.591478350862,1208.2622613612,297.873461480367,4787.74515187562,60.666938696833,433.112120498777,1668.42845908378,11580.1263969124,447.855544530666,3402.5505804283,168.797239490814,2658.50604007875,509.748379160284,6460.90947600822,555.253511309071,7923.11737560595,72.6478290070573,782.146107470186,439.946339586218,1043.92650248921,244.038185644605,1375.18304714513,125.95875257774,598.688292787006,323.45088503454,1976.96130478706,413.554344170209,1431.88779558438,144.712852949711,1228.17610144546,4553.59457661103,1330.98046116158,32358.3155863017,12187.3617516055,934.089263970811,5328.69893784849 -3748,274.950995511559,1420.42606947658,291.503516511083,1278.42681513383,406.514225956621,5065.77254121076,88.1419122667455,458.263215290134,2268.86402416853,12252.5916614939,609.893933516142,3600.13884483011,228.872111970414,2812.88716739611,717.153625225431,6836.09857596303,759.292948915705,8383.21781317261,102.670205584304,827.565826657492,647.417418764878,1104.54797479776,324.368401009966,1455.0407965297,179.313748499007,633.454500634112,444.913008961372,2091.76469823234,540.35970543742,1515.03842557797,202.416322986462,1299.49706450777,5968.21363082261,1770.343439765,44881.4130109649,17294.0406685529,1211.94896165109,7576.72991030114 -3749,306.985644449159,1647.8203615762,321.015217246386,1483.08861828959,436.880083560743,5876.74594257248,96.9732815190065,531.626019363839,2433.37334159489,14214.0942466145,654.649245902497,4176.48071975932,245.608341970749,3263.19887310975,787.563528603716,7930.4813318196,850.216129002458,9725.27701717308,112.077459260235,960.049839280519,708.289818326296,1281.37372463193,363.979787929808,1687.97651843239,199.647709014416,734.863465763911,495.767194122446,2426.63277972903,607.137113537986,1757.579095375,222.69074983031,1507.53197841086,6307.61538072004,1909.26842252236,49305.3858605657,19171.8820644817,1298.66065631967,8462.12082739551 -3750,283.115059620884,1834.57237164708,292.187505024532,1651.17112718266,405.00609069071,6542.7737105517,87.3420019080966,591.876657137978,2257.66700686756,15825.0166103563,607.182420370453,4649.81275741619,228.624392299698,3633.02616923041,729.122970032309,8829.26457547988,786.241851085148,10827.4693882614,102.527595077661,1068.85492594808,660.837729986017,1426.5953302796,327.846588173727,1879.27953611581,185.948140312488,818.147561869989,453.428390125635,2701.6497414595,537.907647695146,1956.77036438315,207.60439787118,1678.38472048104,5859.79724239306,1757.6005118195,45281.399493874,17687.7952695877,1184.41591864636,7815.8347750938 -3751,265.151035847247,1928.29549982635,274.12606954122,1735.52480305314,375.272449862764,6877.02556596989,82.2058502756355,622.113966202791,2090.29776806961,16633.4720755827,562.344039324158,4887.35857670793,211.451267628705,3818.62722951004,679.328850045668,9280.3268002933,707.109249574213,11380.6142611573,95.8153777750907,1123.45970948122,602.132569278773,1499.47606208726,295.357179579811,1975.28662723423,173.465991782406,859.944413275668,409.571904232952,2839.66940692899,485.134700360734,2056.73624336007,193.065841693386,1764.12866207901,5377.37938114393,1610.85813491185,41880.5457227501,16379.406983217,1082.9064692126,7203.22381802525 -3752,245.050268422664,1956.55707275971,251.917082087948,1760.96108126027,341.725233663939,6977.81694344018,75.5901039662915,631.231821443488,1901.9141131826,16877.2563318036,511.827769741005,4958.98890560699,192.461662856993,3874.59396902784,623.911384037782,9416.34155152596,676.597136634035,11547.41134179,87.7612748822476,1139.92541119554,588.863636152665,1521.4527519122,279.185477320213,2004.23691368405,160.174340599107,872.547970021311,391.8565006891,2881.28829991391,454.974784224484,2086.88027540892,177.465658340338,1789.98416547654,4861.80665151149,1475.2204510018,38665.623953007,15253.2979121136,982.921708595095,6763.43673982086 -3753,228.943026728261,1996.33154903331,235.001563542091,1796.75932385716,313.274438707553,7119.66765575643,70.7096221228054,644.064012977635,1741.39572897011,17220.3508629464,468.864140479176,5059.79924705483,176.068338267352,3953.35985224,577.946456150238,9607.76456639206,613.73574856133,11782.1564687428,81.4080649490848,1163.09873787867,548.80996486777,1552.3820752756,249.999027580324,2044.98066436726,149.210112126298,890.285831601927,356.151442634149,2939.86146126854,403.959856512231,2129.30406726029,164.351770056312,1826.3724128275,4384.1864549471,1334.43278299215,35537.9521268711,14125.9701723298,879.090621021407,6256.66873225434 -3754,218.913927626408,2029.42391145226,225.996658444579,1826.54346004111,302.881545915987,7237.68744183901,68.0440761191202,654.740395740199,1684.64673709505,17505.8054969796,453.474562114568,5143.67344647415,170.280772101484,4018.8930634274,555.177775774058,9767.02850590201,591.033310445381,11977.4644035041,78.4594302864912,1182.37894460663,525.118284867293,1578.1152708826,242.811353275791,2078.87946305016,142.561120342628,905.04373161613,343.971724001893,2988.59432880497,394.563040108534,2164.60066011736,157.596323361333,1856.64743293953,4272.25869499855,1296.41128654791,34256.9865563618,13552.9137325757,859.717033036423,5995.68252142114 -3755,209.772713571619,1998.7903329415,215.554792648528,1798.9723044187,283.023190990988,7128.43660211312,65.0241573512887,644.857275114738,1571.71129002346,17241.5603266829,423.341831719714,5066.0311542615,158.782504975124,3958.22901217121,526.186122059451,9619.5979799956,565.141834697564,11796.667974481,74.3298130050946,1164.5312696952,519.667000231727,1554.29406833501,227.924814754691,2047.49936701089,135.85290801826,891.382353107832,329.511324839227,2943.48234481205,365.837120374913,2131.92662691415,149.098453903962,1828.62186638204,3917.64801684276,1202.12032172534,32365.2846144949,12955.9453637984,784.81232470561,5756.00471281949 -3756,200.696005675347,1958.46624654337,205.540588371545,1762.67939593517,266.143247966316,6984.6257737887,62.1839612502212,631.84776628951,1476.17830926957,16893.7248600042,397.803432157342,4963.82779926559,148.974468340633,3878.3747292883,499.52932018038,9425.52985105399,508.914452618506,11558.6791015246,70.5381212770711,1141.03773024857,473.915172404693,1522.93735859578,204.251453314689,2006.19261261312,129.599989645079,873.399386896671,297.252020824095,2884.09981007221,326.756090627723,2088.91661626855,141.480691262586,1791.73080036364,3621.96135642694,1108.89399641989,30331.8167070386,12183.5643757827,718.599548790965,5379.8384631743 -3757,193.729978035734,1910.30297382104,198.434122534812,1719.33098050125,257.350757628243,6812.85746448023,60.0215295765552,616.309149608975,1427.57692160265,16478.268592037,384.688235568408,4841.75564588296,144.079410877352,3782.99640957723,482.556046007443,9193.73399265199,497.25906158664,11274.4241061376,68.1332681225981,1112.97693957351,466.450380349042,1485.48476145731,198.21505688835,1956.8556367498,125.144558860369,851.920450029175,290.17596413649,2813.1730397201,315.615030650587,2037.54526337384,136.686386780238,1747.66794284172,3503.90785426792,1073.0305552958,29340.0533370346,11806.4402284255,693.388143926159,5222.35831202752 -3758,193.17005489231,1868.09863974951,198.126170252142,1681.34579172491,253.889701083101,6662.34096717433,59.9886285848314,602.693028188505,1407.39740280356,16114.2141137112,379.356343839297,4734.78671185947,142.006050838615,3699.4186491648,478.967738163141,8990.61677715895,465.008769719078,11025.3381925625,67.7988562052308,1088.38793394698,444.915448485961,1452.66593848008,184.005195177346,1913.62281444103,124.567247305792,833.09896685707,272.4327268231,2751.02159233379,291.499051287542,1992.52976470177,135.62961166033,1709.05670540107,3413.60153819358,1037.85187262431,28716.0575286769,11577.4494855227,666.320135257813,5082.10664677711 -3759,197.193770473426,1825.98108681468,202.709838001961,1643.43870862023,258.220883342599,6512.13396397643,61.5144220707508,589.104904425626,1430.72701904132,15750.9082092498,385.718160089323,4628.03772884078,144.133574827813,3616.01274250177,487.8451663337,8787.91721409973,479.578008508911,10776.7644528954,69.2348856828624,1063.84948857463,452.571228164694,1419.91459802155,191.550690710269,1870.47888806071,126.850049445772,814.316184679541,280.696546900252,2688.99794161505,305.425376258963,1947.60682752202,137.940855777221,1670.52486092202,3464.15475884668,1060.23464347435,29393.5299582812,11845.7710447424,682.507692719178,5209.37535018409 -3760,205.921884182821,1807.17860727476,211.244360414675,1626.51590316672,266.283096941535,6445.07726415458,64.2641404445781,583.038777567952,1474.33089993879,15588.7180685752,397.588899423498,4580.38193145335,148.58695807345,3578.77796165001,506.887890719982,8697.42633508143,508.982046390482,10665.7940301482,71.9256841354189,1052.89482514086,475.175220049225,1405.29346345969,204.794244264482,1851.21820607634,132.013897634539,805.931013818777,298.142843366255,2661.30881101824,328.187791022232,1927.55194426462,143.098200978084,1653.3231441325,3557.37858540872,1101.3174160794,30664.7947259757,12383.4396565882,709.044990762086,5468.30297344156 -3761,222.735871818676,1776.97893164156,229.399692490241,1599.3352733772,290.660064888887,6337.37388496181,69.8458296715418,573.2956443252,1609.95055767939,15328.2157433965,434.091511970707,4503.83938715295,162.082118859843,3518.97317358424,550.080504967804,8552.08405784012,556.603072739593,10487.5584541048,78.2339410853035,1035.2999498656,516.173338732754,1381.80967132365,225.025890284318,1820.2825868051,142.987214353438,792.463139032031,325.830498541765,2616.83580623111,361.776426575586,1895.34071553017,155.341686556806,1625.69453981598,3904.71010569883,1206.81461699043,33417.4998418851,13457.0079281452,780.433520352996,5942.30676945053 -3762,233.127249131753,1742.61378389425,237.480740739741,1568.40559155125,291.670039578462,6214.81486863997,72.4126727000559,562.208630760035,1611.25324578728,15031.7820663591,434.906903757779,4416.73925151619,162.244610711225,3450.91944999995,565.947865946576,8386.69457180746,579.472087892482,10284.7386629602,80.179339995795,1015.27819546751,549.72529345513,1355.08673574566,231.561241307932,1785.07998596187,148.901344654723,777.137626516262,339.612457539775,2566.22859445708,369.343975586751,1858.68655910721,159.818236170531,1594.25509387885,3806.30471390989,1203.7128683178,34256.4559599676,13985.1342255783,764.244196120643,6213.93810711467 -3763,237.396609976998,1667.98240477526,241.397328497697,1501.23507253135,293.788048920575,5948.65135673468,73.5657230351346,538.130773776453,1621.7160501441,14388.0119799539,437.865213246621,4227.58239725728,163.249828035048,3303.12601455121,573.709486253965,8027.5153962904,595.743301330711,9844.27145365129,81.2704166480419,971.796609003834,578.42804522246,1297.05207950155,234.86420016196,1708.62989563128,151.371717322832,743.854948869491,350.088888506925,2456.32404709895,371.10199520891,1779.0841006978,161.959281390637,1525.97751142006,3795.06418857447,1208.93363196633,34726.0275676532,14273.9809203298,759.135885504425,6363.77961038143 -3764,222.000240680694,1613.57092388176,224.088415337709,1452.26307904279,264.772065287934,5754.59959173259,68.3751473457061,520.576336612298,1457.68046202086,13918.6586841988,393.995057635454,4089.67385687009,146.586082519776,3195.37429156238,528.457316461802,7765.64872470138,567.172148633844,9523.14013561262,74.7429734841839,940.095499644526,567.15399142194,1254.74076720015,218.359030203149,1652.89244740997,140.96111218832,719.58955540846,332.748783229674,2376.19596626648,339.193243482981,1721.04835627033,149.205199121562,1476.19839146722,3313.01264731127,1082.91351391203,31994.9687148192,13371.1032090966,662.07091671233,6014.08289318336 -3765,181.410364226017,1577.23874732435,182.202142640638,1419.56301125237,212.134629534742,5625.02541232124,55.6480018447536,508.854712794298,1166.35043511598,13605.25742165,315.4192103711,3997.58819120096,117.328446361327,3123.42523669918,428.583885528325,7590.79249968347,468.615500331799,9308.71112994138,60.4986286960587,918.927718812347,479.62146632455,1226.48823586548,177.148494668938,1615.67488272727,114.70475378548,703.386824937171,274.880409970739,2322.6920451784,271.457541772544,1682.29615032861,120.79756089064,1442.95938114623,2607.60149310163,863.641674395547,25914.228984869,10940.3424139012,518.431231917798,4944.89824043889 -3766,140.694297256545,1459.73771395644,148.303921324346,1313.80849499034,190.576778200215,5205.97262161993,45.346495951257,470.946086285539,1057.55978206825,12591.6938067615,284.937655035666,3699.77611662296,106.181048432947,2890.73649913034,352.496434754388,7025.29411568341,365.083300842518,8615.23135146967,50.8812811445781,850.469499196554,357.173307670993,1135.1173921221,145.732549760191,1495.31043655253,89.9445624257392,650.985957327433,216.486224657445,2149.65627873729,232.273120141303,1556.96855713461,98.8635731849659,1335.46188358587,2604.35217454484,794.001607285938,21617.3043262329,8674.93017522778,514.65058125067,3826.52646381817 -3767,102.716832261235,1349.32377121047,109.052412067078,1214.43257659206,150.419236883242,4812.19505631838,32.8066918202932,435.323923680292,712.646449328018,11639.263417547,199.329215531075,3419.9266173547,67.1429984608965,2672.08241404572,208.983623492928,6493.90384272798,229.976529409143,7963.57889905327,28.2203170084512,786.140346298966,225.360499429818,1049.25759310107,119.61197112318,1382.20578812808,69.0017986514855,601.745655091244,151.871384501268,1987.05718780835,202.587669272889,1439.20011457051,69.3401830151517,1234.44811204056,1913.35190258041,587.129366709952,14711.9275730251,5542.61619691716,388.431747168723,2446.30675174421 -3768,100.927555005474,1275.93624850366,105.803488466543,1148.38156630666,145.379790181731,4550.46760327842,31.6864463546366,411.647364343278,688.375935519857,11006.2228333887,192.582324393729,3233.92237757049,64.9741226621569,2526.75220270635,203.973566992038,6140.71098725302,226.748462422923,7530.45281045149,27.3253914863742,743.383452997514,222.038353533538,992.190181200418,116.825231889421,1307.02986606547,68.1521465962853,569.017688780297,148.768055564755,1878.98438304392,196.709126291231,1360.92436390102,68.0803580506279,1167.30848937499,1836.81346851466,567.331588077278,14321.1508211471,5429.01844817792,372.737535161906,2406.75265662339 -3769,101.755421793341,1237.40562864224,108.17010199292,1113.70283244429,157.477664460707,4413.05294982749,32.1927269503308,399.216470455699,748.411843160263,10673.8578044927,209.087831265731,3136.26465059736,70.7274685584368,2450.44954360355,212.802025182286,5955.274292429,232.071580184366,7303.04880420579,28.4802375927614,720.934819476596,211.05202984329,962.228102180486,123.996868399238,1267.56028365025,69.2767407316418,551.834538535505,152.379978031624,1822.24296428299,213.460812472133,1319.82727978956,70.8241698811959,1132.05820181724,2076.49967841052,623.546730609286,15040.1846465097,5536.51684087967,422.435873183493,2424.17197126185 -3770,116.827314388992,1220.80159240633,123.930692613671,1098.75869306274,189.461993298699,4353.83672404522,36.490811484543,393.859613667604,902.806039029555,10530.6314301653,251.970693979226,3094.18091451393,85.6181354273717,2417.56836699139,250.372894812477,5875.3638832168,272.27353962872,7205.0533820331,33.1616875239369,711.261008731566,228.344687696752,949.316515303879,148.595667591854,1250.55161939839,80.942902629801,544.429787448244,176.972798824256,1797.79133135904,258.982780030737,1302.11727470189,83.8997497207266,1116.86776226448,2573.67925373054,760.191866751399,17749.9634764071,6405.01214081254,524.448251227804,2788.10720729048 -3771,168.117058860797,1217.15680430649,176.554270725094,1095.47827253086,239.912261410846,4340.83804155728,52.9863517952299,392.683718385492,1135.34921266275,10499.191497289,317.696524679265,3084.94302209461,107.097119584099,2410.3505484127,338.211864598266,5857.82257552437,375.385205968295,7183.54219381961,45.4503981124945,709.137489499093,373.265598479126,946.482264792175,192.723736911369,1246.8180105229,112.900017005257,542.804354435349,247.287525773679,1792.4239002455,323.786153631381,1298.22971297445,112.531562116459,1113.53327584643,3010.99811496455,933.34703476644,23721.6003550377,9024.86491896968,610.766417265298,4003.22120366769 -3772,242.715047651888,1202.1726751398,255.078419491732,1081.99209895255,338.289142736672,4287.39901243939,77.0113265068379,387.849482125115,1598.49559036287,10369.9384372194,447.549537282185,3046.96501913609,150.487947308493,2380.67729363843,482.6232513252,5785.70830906615,537.064295673909,7095.10730710189,65.1714906054113,700.407465806172,552.098616184582,934.830345779402,272.598567632023,1231.46872927095,161.862353127318,536.122018576631,355.122993836658,1770.35779409738,454.662081560139,1282.2475144291,160.189121131398,1099.82483139815,4169.64680202108,1306.28022747865,33804.4131972978,12988.6879732405,844.871746366987,5778.17996382471 -3773,264.988395279787,1275.56019784661,274.279716929903,1148.04310923794,362.875878688416,4549.12646547936,82.2726036187984,411.526041462129,1713.71968364522,11002.9790213778,479.911023376161,3232.96925892029,161.768066384629,2526.00750497781,523.444916646205,6138.90116454112,586.801578193525,7528.23339570367,69.9634032622328,743.164359107625,602.437741072806,991.89775768005,295.322143296544,1306.64465133356,177.122982399235,568.849984887578,386.552755960845,1878.4305988618,489.859858351596,1360.5232650986,174.371943647482,1166.96445406373,4442.64813471242,1401.13651763973,36517.6747073446,14113.6062819033,899.801488390846,6303.78485266522 -3774,248.493392414814,1396.59031206741,248.273107747498,1256.9739059781,328.076572716151,4980.76528319358,73.4333996441898,450.573233344628,1547.63791239704,12046.9844787247,433.585254584284,3539.7259602818,146.988654238679,2765.68492464501,484.406179416015,6721.38399082319,553.90735686014,8242.54146936498,63.1617600970339,813.678684828565,563.274364422623,1086.01287597085,273.613482823886,1430.62417943727,167.7471561826,622.824684601219,360.332950714679,2056.66340223705,448.280512980907,1489.61500569456,163.264180403684,1277.69058161567,3961.87729023555,1268.23225276423,33527.768342509,13119.4241848311,801.71266334824,5914.11518719706 -3775,223.911798605969,1530.11684263054,226.064900399754,1377.15185882755,295.743131039302,5456.97101229504,67.2710555661363,493.652066194368,1394.61284201118,13198.7839916475,390.766611332247,3878.15543565242,132.102626774497,3030.10915086775,436.013883177549,7364.00844347931,496.542476699382,9030.6021883297,57.3715107577401,891.473647917985,513.095498760853,1189.84542458749,245.345540570694,1567.40465225695,150.367224567384,682.372297501931,324.529602294167,2253.29882657301,402.042637923831,1632.03552935602,146.373619743934,1399.84923402947,3555.63941688516,1139.08302947918,30232.4423695339,11838.1525166461,719.31805031245,5329.22568175057 -3776,220.298274388398,1621.12084068562,222.261425105718,1459.05823459611,292.142105176784,5781.52542902559,66.0187728583723,523.012119244047,1377.95873703937,13983.7842473406,386.065543426475,4108.8094876114,130.538116710749,3210.3254844114,429.75510765684,7801.98428388369,489.638860955116,9567.69901720332,56.4793706023073,944.494217237263,503.347650941147,1260.61171359772,242.308837183012,1660.62635007207,148.236428422707,722.956523166652,319.552229649538,2387.31421436421,397.478662404553,1729.10116120934,144.435377299709,1483.10554062107,3522.65853984206,1126.5589093192,29814.423360689,11657.472839948,712.778795309609,5246.42579709442 -3777,199.693077798373,1673.01568545041,200.617916370222,1505.76517875897,254.807112341331,5966.60192493694,59.8201476091692,539.754629769538,1199.09409002557,14431.4290462522,336.24549298705,4240.33949152986,113.49422066023,3313.09348200713,382.932663097655,8051.73911591597,439.34366623798,9873.97739127196,50.4478285554247,974.729089033765,468.622521740891,1300.96604594852,213.455641532407,1713.78583361363,133.435106582525,746.099595292945,287.448759003247,2463.73621662951,345.791788864903,1784.45264031661,128.573980167567,1530.58228008966,2985.22317252561,973.031022924371,26465.7141511417,10504.7115989818,602.91931126189,4752.62375938737 -3778,191.195721032655,1684.61536712143,193.366376129535,1516.20524629498,246.302305900816,6007.97074388398,57.8786869772971,543.496962815328,1159.53135474747,14531.4878708348,325.102638297877,4269.73944797173,109.633357323303,3336.06447389431,367.965629971916,8107.5650184792,419.924536994413,9942.43759493991,48.6873120096747,981.487272622002,448.05732904561,1309.98615982374,205.064301405306,1725.66819090119,127.425245394531,751.272599871168,275.660942137288,2480.81827753474,333.366342536476,1796.82495861864,123.160859645454,1541.19441443768,2900.07138930167,940.909624577881,25469.8710873039,10074.2443686761,585.917248254505,4547.48059008692 -3779,182.723704843625,1647.18397031498,183.28448881804,1482.51584673129,222.786877466446,5874.4763324563,55.0883448215618,531.420704415165,1045.31419012843,14208.6047372143,293.451750254333,4174.86775520645,98.7518934219426,3261.9386196896,343.404636667465,7927.41856531025,396.072341585636,9721.52109726154,45.5017569964384,959.67906626284,442.878822580944,1280.8788557374,188.387031184279,1687.32461878937,120.727109900159,734.579660138791,260.686625605903,2425.69560967626,300.652358771634,1756.90031508845,114.864344075596,1506.94976678183,2512.37108842468,839.254126386608,23633.7476204848,9546.77358399491,506.138337219851,4342.1134913274 -3780,173.484637801876,1587.82598988302,175.732842163421,1429.09185268676,224.390901947802,5662.78349335996,52.6596551381413,512.270408915517,1056.54248703738,13696.5829490252,296.209746066865,4024.42207155147,99.8435784955908,3144.39128299425,334.381318571619,7641.74582652949,380.886673297635,9371.19601551017,44.2792746511362,925.096037127789,406.434439830783,1234.72105950774,186.375275197186,1626.52012851418,115.539085369908,708.108321248881,250.293208960087,2338.28315598081,303.401441729021,1693.58859253449,111.808215649242,1452.64527112098,2647.25096099347,857.315418215362,23161.9695955926,9148.46712136461,534.911059232349,4126.03777900575 -3781,168.759942336648,1537.81139559754,170.021413428066,1384.07719134211,213.557886841398,5484.41267643703,51.0251769412504,496.134511890521,1004.33016755123,13265.1571859645,281.699474122533,3897.65765377229,94.9489771488844,3045.34676848461,322.29295643759,7401.04009455267,369.181860505451,9076.01469862042,42.6217344208875,895.956633145959,399.714378219105,1195.82884257686,178.747880834536,1575.28671575792,112.192431520072,685.803767334857,242.480052699236,2264.63007049405,288.872579440863,1640.24260444648,107.880869998135,1406.88870564167,2481.44143453687,812.403721258736,22264.977861936,8866.76393974696,500.906933217579,4012.76110552164 -3782,161.087158373608,1517.27330174143,162.8505444177,1365.59228003163,204.436614327028,5411.16612447576,48.8685138775849,489.508434596757,961.503257057556,13087.9956406143,269.6798380484,3845.60285762413,90.8389505364279,3004.67492931462,307.923268759779,7302.19620736996,351.499475049231,8954.8008473944,40.8267474883391,883.990769532755,381.903057776721,1179.85806418687,170.518163951328,1554.24812382712,106.783257492605,676.644580336558,231.55031894676,2234.38501894201,275.945187714087,1618.33650032126,102.799564677996,1388.09913732121,2377.61689607529,777.236853088609,21281.62304409,8466.02120940833,479.981317208489,3827.1749484046 -3783,160.472656633431,1499.74360472395,162.117145215579,1349.81501769472,199.056012810719,5348.64864488625,48.830907350512,483.852937636431,934.782801342323,12936.7845187401,262.335582095456,3801.17298934244,88.2088330942914,2969.96065530318,303.618613954745,7217.83086137035,348.151153742482,8851.34226447032,40.3790673048537,873.777652134345,386.994068277367,1166.22666741407,166.983542802774,1536.29124112879,105.971076424266,668.827020726034,229.620828086034,2208.57022845074,268.083176805325,1599.63917763694,101.326221117527,1372.06184378975,2270.40292959896,751.654235783019,20949.6812670777,8410.34053657611,457.747850198832,3813.4996288887 -3784,165.910427812813,1500.611413285,167.299389554304,1350.59607188591,201.561762155057,5351.74357595943,50.5611416183609,484.132913307102,945.31567253723,12944.2702331798,265.42279551599,3803.37249227865,89.1689774230462,2971.67918724058,311.126108495274,7222.00737220457,357.599758007504,8856.46398698986,41.4431245493846,874.283253041449,405.079302674882,1166.90149041909,169.8887400989,1537.18019753914,109.021638803164,669.214029420464,236.472244438781,2209.84819099439,270.902500263527,1600.56478956725,103.65542706674,1372.85577083873,2260.03691607746,756.720811541056,21417.0450475242,8664.93361794885,455.132148197696,3938.58777239367 -3785,178.941414413774,1496.33023392393,180.509445680683,1346.74287979573,216.239187358171,5336.47528335531,54.5747747682891,482.751703076316,1013.70109258061,12907.3407909033,284.671879777706,3792.52163530646,95.5382724010208,2963.20111524173,334.693342978114,7201.40329800279,385.173317553154,8831.19687886482,44.6385164945157,871.788960791296,439.405137046428,1163.57237101285,182.44613577396,1532.79468902063,117.48620300423,667.304790782449,254.754750563765,2203.54358982808,290.305474637032,1595.99844755327,111.507762603736,1368.93907279166,2410.36003326304,809.969643822785,23041.0186093261,9343.94645729171,485.212721210762,4250.09122973168 -3786,186.502701288288,1470.75885939267,187.34519818116,1323.72786225762,217.992804505141,5245.27816319178,56.7829605962228,474.501769789467,1019.60790505806,12686.7621792547,286.577207459335,3727.70974488572,95.9630052710552,2912.56180861583,343.884817614497,7078.33569119453,398.29747057622,8680.27709001812,45.9327249800589,856.890617148161,467.739442676133,1143.6876261759,185.601297224009,1506.60015910748,121.817909472605,655.900957360696,263.864661294655,2165.88636874549,291.810230632854,1568.72380380924,114.515386032651,1345.5447358016,2356.87146665099,808.344616581569,23605.7601994464,9696.63282607124,473.442062205649,4429.66770585684 -3787,197.190472002255,1408.27677487513,198.044803368498,1267.49207918577,230.371958561216,5022.44359624863,60.0189492086636,454.34356404801,1077.59374546409,12147.7918771717,302.865942692907,3569.34586772846,101.499633394715,2788.8277702816,363.642758660947,6777.62754582025,420.622351302127,8311.5138469409,48.5616179161261,820.48742867099,493.386926283841,1095.10047236477,196.104777003936,1442.59543265329,128.635123934236,628.036390174018,279.002866351709,2073.87325980985,308.441428681517,1502.0798854889,120.960025847588,1288.38210892529,2493.42764592812,854.721668109535,24940.7221177202,10242.3029754098,500.906933217579,4678.27401867369 -3788,190.552331904396,1373.68021263391,189.202921148401,1236.35411725234,214.294008062017,4899.0592689767,57.3077961748441,443.1818906661,1000.02285376458,11849.3620192985,281.316519149576,3481.65920082005,94.2611627890634,2720.31577373663,346.163107073957,6611.12432896674,404.760972469785,8107.32826974854,46.0170734188389,800.330848018246,484.262676193514,1068.19758485822,185.235890828184,1407.15577791702,124.157209942368,612.607675840265,267.859807965472,2022.92525967701,287.293262147325,1465.17890041498,115.500188332998,1256.73095013524,2244.82736718241,788.272204221968,23634.4651571192,9842.12134452359,449.900744195423,4521.89977727301 -3789,160.459733518882,1370.06435345023,158.321532170434,1233.09973362795,177.294201523319,4886.16375786271,47.902836704733,442.015328540021,826.47244920073,11818.1716271795,232.590021733542,3472.49463014347,77.958964891781,2713.15524344545,289.554878514784,6593.72224775493,340.249511949996,8085.98781721117,38.3712524733325,798.224183293684,410.149867442406,1065.38582997403,154.4151096455,1403.45180293387,104.50809203641,610.995143993111,224.909774295617,2017.60043020737,237.949160533045,1461.32219451352,96.7559639133655,1253.42292974908,1829.24825063934,649.787931805835,19722.1357606915,8264.43876369315,366.198280159065,3807.36779791124 -3790,127.234568975948,1282.67621457882,132.173370245222,1154.44774148378,163.117566259323,4574.50485224615,40.202267061965,413.821837616421,767.013159679902,11064.3617636054,215.146663076174,3251.00514886107,72.0601903667081,2540.09944019298,243.63938911954,6173.14848856236,274.513404461553,7570.23144087491,33.0351237406004,747.310278698969,306.417672693274,997.431295847992,133.932163904898,1313.9340801019,83.3136949209723,572.023450175543,183.032374839085,1888.90987188581,217.592542994265,1368.11326856166,80.4810964203802,1173.47464354363,1892.01427439264,616.448553562227,16914.3515814497,6712.66544029348,381.892492165882,3020.05300783005 -3791,94.1261906295741,1180.0725292409,91.1258014040637,1062.1012931284,129.156354103675,4208.58159655471,26.8223581825824,380.719449710446,638.611090421023,10179.3026349221,164.333839000849,2990.95112623679,57.5976043131502,2336.912103649,186.35718668855,5679.34671858669,189.283185636837,6964.67437521294,22.7718370834564,687.531522521908,158.655579766663,917.644888598688,96.6628149487548,1208.83001925065,56.8138386466792,526.266217429948,117.474766726122,1737.81241492525,168.18484817006,1258.6753124207,54.523412342213,1079.60619746996,1717.63556722177,516.253888879797,12465.6548337682,4584.26143871986,354.302848023937,1981.87561426385 -3792,99.8844572543577,1113.1357030889,96.9739930818447,1001.85610662306,145.120113375706,3969.85974879142,28.2395217528607,359.124038423018,719.811545358629,9601.90574283392,185.139270731365,2821.29649009775,65.1143302191966,2204.35628581713,204.113666412962,5357.199194143,206.211721813547,6569.61967619473,24.7178724746468,648.532921286209,158.247271272764,865.59365034394,107.91025450058,1140.26199242102,61.4612057394928,496.415009616104,126.707849568903,1639.23911148816,190.553196239475,1187.27992910175,60.0324000532781,1018.36808662337,1995.20986931147,588.546375061606,13698.1179086349,4930.84543176567,411.338921290575,2113.72805395546 -3793,104.916204592765,1064.36496521561,103.87291769588,957.960954012924,166.309863181899,3795.92499073381,30.0115987027369,343.389439044589,828.260750630924,9181.2094820201,212.90078394697,2697.68468679328,75.0316126170628,2107.77499541685,234.400157745153,5122.47978220826,222.385947437146,6281.77948001215,27.1888450542339,620.1182104666,151.822506619798,827.668677756528,121.197756957231,1090.30274793274,65.4779123491239,474.665167037904,136.492296530364,1567.4177685951,219.079364640977,1135.26064875366,65.913731558676,973.749480937272,2385.46002557574,686.898081055606,15236.7125392374,5301.40788710845,495.51851353762,2239.4959712573 -3794,125.049361372451,1042.38052656367,124.410197280427,938.17428824252,210.224956046985,3717.52023032417,35.5618933853679,336.296736538293,1049.9185009899,8991.57177014072,269.760828405045,2641.96405952981,95.3762745286247,2064.23894190776,271.070445297893,5016.67505713922,272.495444926503,6152.02944114709,33.2684912227785,607.309680309662,165.868127502299,810.573196540099,152.22477918681,1067.78256485897,79.6121198263173,464.860966800213,165.732240350898,1535.04278360238,278.911162373916,1111.81186107074,81.6697476296491,953.636703435538,3099.51556354747,877.989547244241,18757.564069166,6339.15451889479,642.457583078414,2653.72739116796 -3795,175.356578918424,1029.1030856029,172.081900941631,926.224186139102,264.36034141049,3670.16789197868,49.9938222618589,332.013118463226,1313.51673426231,8877.04059819326,337.754014134221,2608.31174070098,118.864359424089,2037.9454627208,335.443041932417,4952.77458586881,365.60694234772,6073.66726379232,44.3242705966774,599.574003923039,268.319598310112,800.248427909855,194.703711610291,1054.18156253538,108.405042238269,458.939747164613,224.779412302898,1515.49000089766,347.36702775355,1097.65003056004,107.257840030286,941.489647053328,3697.49234498483,1076.48818755661,24435.6031111145,8619.21992981406,759.102531433153,3669.67230470419 -3796,202.240671404279,1006.68474407339,189.950328739545,906.046994535803,236.918452147642,3590.21567103591,56.6304384482578,324.78042857422,1161.01001095553,8683.6600411959,299.176118308366,2551.49136552526,104.338359347326,1993.55014602129,327.124445008024,4844.88161213468,387.60886972092,5941.3563719476,45.3512045382119,586.512674129935,383.07954370339,782.815536281876,184.016051840411,1031.21690269357,118.663267646158,448.94204320537,242.456905944485,1482.47603669914,305.193468269029,1073.73843840836,108.265554076172,920.979907310618,2844.53720066441,907.576628258181,24197.6553648418,9392.2479337339,578.675138453203,4163.28458847246 -3797,224.24251471339,1039.77710649235,208.009683640615,935.831130719751,262.971778237634,3708.23545711849,61.502612944969,335.456811336784,1289.40041414845,8969.11467522909,332.231863290204,2635.36556494458,116.261932574715,2059.08335720869,339.00423538778,5004.14555164463,432.406397359523,6136.66430670888,49.8440243758809,605.792880857895,418.876745823247,808.548731888882,205.408576575095,1065.11570137647,132.356819570958,463.699943219573,269.127321810383,1531.20890423557,340.817959744902,1109.03503126542,120.808643138739,951.254927422652,3180.95386774384,1012.43445897101,26687.3912219956,10252.9432336073,651.909389695358,4568.05656755794 -3798,201.776093685332,1128.09090614533,178.215890745594,1015.31624581928,213.944078939162,4023.19561654228,52.1362517939493,363.948942432615,1043.50801686045,9730.90928635,269.094116586357,2859.20117842525,94.6404285660335,2233.97225786045,318.921434882612,5429.17424762462,384.900708023497,6657.88384379653,41.8422167623576,657.246092105991,389.331172610015,877.223075911122,174.504778172675,1155.58164265491,119.205252534526,503.084445560405,237.052681773476,1661.26262012444,279.90303231531,1203.23127481392,105.509342777438,1032.0500676068,2426.36243320502,810.631120613325,22839.4948122404,9185.99015504971,492.026311123302,4150.42671119411 -3799,183.318783275922,1250.10453336822,164.146917564665,1125.13223427898,196.945632721362,4458.34201079779,48.2899729389116,403.313438988905,960.976038649718,10783.3985243508,247.79605177371,3168.45064124708,86.8976421635734,2475.59734038882,284.390743976313,6016.3904366473,348.875698073286,7377.99651644107,38.5683337394477,728.333430226589,355.064777944764,972.102990989306,159.096521002568,1280.56865124122,107.894047482397,557.497753626143,215.837080477882,1840.94377609068,256.308496646717,1333.37203867286,95.8589241544042,1143.67597606715,2243.66750147708,744.866402849754,20873.8737907316,8355.48707884571,453.922917788856,3763.14662107376 -3800,179.831306763023,1331.99656257665,160.777754202493,1198.83755998055,193.248506244087,4750.39972631193,47.2215805858731,429.733754285931,942.96084487044,11489.7989599551,243.14969072678,3376.00996571361,85.2741705901014,2637.76913026401,287.834671269776,6410.51301457262,342.731218157084,7861.31538306107,37.7898417903922,776.04520228207,348.18264305399,1035.78365481124,156.257445743223,1364.45632830474,105.999964764885,594.018397384288,211.74618235861,1961.54058816406,251.690077529133,1420.71876770398,94.161631796886,1218.59606789717,2202.94553562618,731.925932062209,20530.7019470791,8231.44646862493,446.660546031798,3707.10077632531 -3801,165.806881553464,1387.53619544128,148.205133297166,1248.82492467529,174.920781854562,4948.47490471123,43.6272936257706,447.652160093534,852.429463773899,11968.8836917429,219.849688733258,3516.7778620514,77.0295348629635,2747.75494643844,264.697784185137,6677.80915429732,314.189833188745,8189.1049453432,34.6367287649691,808.403593311045,324.877165185332,1078.97223767373,142.047152098607,1421.34942072179,97.3723260382953,618.786902523477,194.4157126498,2043.3300215429,227.358137699856,1479.9578085387,86.0290064330067,1269.40729378379,1961.97934636854,658.635404084408,18752.6827243011,7575.65342959962,397.197544738037,3418.54254322824 -3802,159.03335515708,1437.86898535737,143.24376576955,1294.12597179908,170.071701142687,5127.98052669225,42.3281577334793,463.890714592868,829.383778581311,12403.0542095037,213.882461761831,3644.34876210701,74.8643931278971,2847.42958765816,261.166327110978,6920.04626952882,301.150280337558,8486.16422218871,33.5594905469215,837.728383801714,310.707470300398,1118.11188905188,137.059152448884,1472.90878329957,93.1799400267319,641.23335925006,186.976553216757,2117.45169205604,220.476569849263,1533.64318676997,82.6791885621479,1315.45496507762,1925.22812502569,642.08070342976,18150.4281707779,7303.32973278077,390.985373716196,3286.3538654286 -3803,156.279774878717,1413.85966567481,140.548876532666,1272.51685130004,164.322542353558,5042.35428045905,41.5801503181542,456.144737332176,800.441969508265,12195.9498790059,206.455283331102,3583.49597554912,72.2305140252293,2799.88363740827,251.767636437035,6804.49637952133,294.618389102535,8344.46353056514,32.7689838321808,823.740121464413,308.192676892678,1099.44182518758,133.054168384985,1448.3143743502,91.3309351637521,630.526141228017,183.053622608692,2082.0948027256,212.788452730792,1508.03464390194,80.634948440547,1293.48969626232,1832.98471917289,616.759989019411,17659.6167001837,7153.47080641146,370.528259403209,3224.35563829338 -3804,144.299873432307,1359.82423263244,130.19662689915,1223.88331235479,155.019669512077,4849.6436432491,38.5182334274485,438.711622143919,756.134041727756,11729.8403710579,194.986542299766,3446.54054670042,68.2137480743715,2692.8766065914,232.128581854373,6544.43951714018,273.190012347451,8025.55161071408,30.5300150733926,792.25810436022,281.848673291506,1057.42293422463,124.597722011098,1392.96213798653,84.4846845183437,606.428450408378,169.800408407314,2002.52050194318,200.749177021317,1450.39999528408,75.0669848443927,1244.05460905371,1757.79628151235,584.435689051375,16482.4314260974,6626.18034178398,354.78978172412,2976.15551928511 -3805,141.352243472689,1325.71942829522,127.020270948793,1193.18794754382,149.767533841824,4728.01310925128,37.607875515649,427.70860155153,729.935184461441,11435.6524156136,188.253895210722,3360.10026407803,65.8882165224504,2625.33844425531,236.813478841472,6380.30298840899,267.112579340605,7824.26834129344,29.6881927786069,772.388030724692,277.425061588261,1030.90244620273,121.053023528606,1358.02622492869,82.7340487628384,591.219040876336,165.854172623631,1952.29668017187,194.107340938873,1414.02352333806,73.2091324807848,1212.85334200138,1682.60979401392,564.218497664706,16083.256544875,6509.2928589721,341.108105468008,2929.95630813645 -3806,135.842374041119,1300.95801010448,122.740126294863,1170.90191543273,145.908616179647,4639.70459742687,36.3108976509755,419.719979433793,711.690538147784,11222.0604852977,183.525877319613,3297.34124733145,64.2073220605708,2576.30310410492,217.161920004425,6261.13346648174,256.771828705291,7678.12883673443,28.7738929268133,757.961582242384,265.30846478747,1011.64753747961,117.154680925109,1332.66138938978,79.3998137750825,580.17641632018,159.844013886584,1915.83222660926,188.811342865603,1387.61278585801,70.5665557356964,1190.20000513058,1654.43904301005,549.901479598976,15503.8980799938,6228.59344571487,333.992900497011,2797.33398358325 -3807,140.212785104482,1290.39969365608,127.767343454462,1161.39910838042,155.027435888188,4602.04967775517,37.7982803711545,416.313615563354,757.503771196818,11130.984474476,195.286249505866,3270.58068161197,68.321884971347,2555.39434054079,221.659253175748,6210.31935261232,267.073479584436,7615.81467028157,30.167860666091,751.810116800081,270.107203941121,1003.43720728295,123.430703193969,1321.84577462093,82.3226654218708,575.467819922887,166.036633980503,1900.28371331868,200.82287434257,1376.35119648529,73.7807779090624,1180.54057862069,1796.15432073925,588.038987005321,16234.6384535925,6446.85370411166,362.569987174209,2884.097122853 -3808,146.269878037492,1307.3219255226,133.32103071432,1176.62963354112,160.505302579695,4662.40070859553,39.5311809034155,421.773129825786,783.886889064358,11276.9556035035,202.10324545615,3313.47089997183,70.6908684174017,2588.90564386303,237.487868896805,6291.76114507919,277.607935879161,7715.68805241003,31.4050141108264,761.66931405395,283.033209253429,1016.59622860682,127.912000199742,1339.18038869429,85.6343614823606,583.014473822707,172.910786683026,1925.20393126902,207.653721416283,1394.40059171624,76.5968285361921,1196.02212398797,1849.49331943585,608.214794857341,16900.8264145447,6735.12723948491,374.625495605467,3015.6862274549 -3809,155.916515235529,1335.38101007231,141.718514868222,1201.88366602285,167.199063342151,4762.46993648277,42.0887820837555,430.825657500518,815.255306412054,11518.9931954421,210.243799347992,3384.58801223027,73.4307922711393,2644.47139315109,253.570457896539,6426.8013784676,294.029837055649,7881.29006611084,33.1581909104189,778.017042386753,306.514706258942,1038.41545994878,134.005129249872,1367.92325226913,90.9456721322646,595.527728664782,183.329304668031,1966.52463340695,215.789005624485,1424.3286479473,80.7696806947333,1221.69237799743,1889.61775657193,629.735474848135,17811.9082331553,7153.19299206045,384.358935739928,3216.2126751836 -3810,168.197202188639,1331.76514808273,153.572961893607,1198.62927987306,183.941750214551,4749.57441536185,45.5462829583015,429.659094469186,897.9680523554,11487.8027791193,231.531096092394,3375.42343444197,80.8636922115412,2637.31085730334,261.953255455777,6409.39928375177,318.864791754893,7859.94959701327,36.1121656873738,775.910376027418,327.709374128011,1035.60370288267,146.58867350224,1364.21927441169,98.4164711304098,593.915195566303,198.614325317205,1961.19979980525,237.576664077917,1420.47193905302,87.899340950913,1218.38435504425,2108.14358463164,694.572850701723,19350.2926397138,7704.8647999752,426.410565196025,3454.13418779616 -3811,178.751613656461,1306.71446037164,163.398741426864,1176.08289636491,196.885576073067,4660.23425984638,48.4289170520858,421.577147127892,961.706095317403,11271.7156106568,247.943213359699,3311.93125004999,86.6782905469997,2587.70267317382,287.089143879107,6288.83759154645,339.214776013073,7712.10285161441,38.5079487407043,761.315393909409,345.926111570526,1016.12385315788,156.56356278911,1338.55812006933,104.594146202532,582.743568112004,211.45685768743,1924.30935872808,254.483195101244,1393.75266426287,93.6597175213829,1195.46637582379,2273.04656398901,746.125287451213,20678.6675727645,8219.88721219338,460.845522631791,3679.64042292467 -3812,169.632777990229,1298.06532051282,152.56723234414,1168.2984065129,175.308304060718,4629.38818053013,45.274536894311,418.786729008727,852.843176909504,11197.1081522395,220.015694438676,3290.00958510081,76.8691450461089,2570.57467542672,265.634763582556,6247.21179070907,317.769604707784,7661.05646145637,35.3790986243897,756.276249154917,338.614020704412,1009.39813182672,142.385323865431,1329.69820710383,98.6951516560127,578.886389841397,197.908636299159,1911.57235972789,226.344153110397,1384.52741874259,86.6979376525753,1187.55358676804,1924.01224538692,653.918922936608,18963.0712711812,7710.41254982598,389.728039503767,3486.62315307229 -3813,144.1756748357,1314.40901333864,129.197846098081,1183.00822887947,148.769604416017,4687.67592398837,38.2594355291647,424.059592824045,723.764416113449,11338.0888049738,186.714978924303,3331.43346816986,65.2958323522882,2602.94029079068,234.077566175523,6325.8692426198,270.530309887747,7757.51536190514,29.9719011423476,765.798379137383,287.113432854504,1022.10727114725,121.13038529951,1346.44018357029,84.0379168355037,586.175037944931,168.188946354447,1935.64060264912,192.448073840295,1401.95973935333,73.7880982903448,1202.50584743599,1633.49393530406,555.853530083375,16148.5952107226,6588.39494985081,330.709664854454,2977.73967148915 -3814,110.594074464164,1235.95928384641,103.516978174503,1112.40107798437,125.484335582194,4407.89474137913,30.9412134472472,398.749845243166,613.702057363283,10661.3816379636,158.191633940481,3132.59881948204,55.1059597412518,2447.58532926445,191.296896635786,5948.31345454267,209.331393157188,7294.51261656677,24.486102031586,720.092152932862,213.748723326858,961.10339935404,98.0166120286292,1266.07869250727,64.3122380685539,551.189525296113,131.586292377261,1820.11303084231,160.985514490082,1318.28459623185,58.1383963917349,1130.73499263596,1471.81091082,477.400289809587,13075.1164608612,5161.9685204405,300.13574344543,2294.27336785583 -3815,86.3279723973458,1151.14563893606,81.5884610565273,1036.06620898088,114.503642212413,4105.41744760122,23.791689129455,371.386947270295,534.566087526994,9929.77935274757,149.884444484586,2917.63451815384,50.4301681704031,2279.62782798011,168.375135984679,5540.12998786809,186.630407717706,6793.95065555279,19.775434086951,670.678194916775,147.450011395201,895.150836433629,91.2688756515125,1179.19820213975,52.8585940788154,513.365955144768,112.633981581057,1695.21375437573,160.373784010723,1227.82164725214,51.4342512600307,1053.14201897854,1517.07177608572,461.811419762711,11117.0413090589,4101.64944237828,323.875893155584,1814.11771238923 -3816,91.6296959182691,1094.76712642655,86.9171212674114,985.323827002444,128.756447596917,3904.3505095027,25.08555829662,353.197898948053,603.407099000402,9443.45844727731,166.942333992529,2774.74044062258,56.2725833606227,2167.98076815579,184.6366721123,5268.79656378979,204.120382653089,6461.21010642725,21.5438837918589,637.831057488606,153.710328409225,851.309926193623,101.143173523332,1121.44578720468,57.2035823337079,488.223342476891,122.465574325375,1612.18896009714,179.149716021243,1167.6878503131,56.5769589721407,1001.56333207482,1746.13561172236,523.947634062713,12216.3463133862,4439.71031503868,370.799340493994,1952.4326439127 -3817,96.2797124834926,1060.77802933628,93.2366486491931,954.732602245219,147.70455955869,3783.13263097992,26.7115855550415,342.232208264037,695.59789708648,9150.26858225087,202.290833027,2688.59342363601,68.2778778599245,2100.67174230004,212.802872692192,5105.21690046903,229.905583387373,6260.6097300305,24.9736802542035,618.028396980403,152.646037065037,824.879414136006,119.219012936188,1086.62840109337,60.9815347898228,473.065533853842,137.464096465048,1562.13553250523,216.808715869462,1131.43479269256,65.0178520544572,970.467921448947,2131.19081468657,623.253687714956,13874.9764497491,4863.88655301667,460.372561115633,2124.64005920328 -3818,114.786106337073,1046.63277981447,111.805418817422,942.001445950609,186.837077659113,3732.68536156126,31.7055285811515,337.668614518299,882.876463762349,9028.25169586369,243.998835525121,2652.74160187097,82.6651226324226,2072.65973117567,246.874679349546,5037.1399183644,262.127137917459,6177.1258301562,28.8428450298941,609.787119686676,149.34318295833,813.87982250074,141.235585255948,1072.13844235943,74.1759614221729,466.757305523812,155.752934424698,1541.30478725686,262.247862740515,1116.34735025155,75.4262273636331,957.526938017758,2730.10816313354,780.015158179518,16686.9380485447,5628.95357310222,584.635164231775,2401.54860563444 -3819,160.887950148066,1043.36404237167,154.324053888792,939.059482487456,234.651016102946,3721.02781687238,44.4433466623684,336.614042117336,1101.96568253706,9000.05557499832,283.825823962677,2644.45682810184,95.7226559832597,2066.1866103255,304.117266900903,5021.40843338386,331.243233063051,6157.83405669052,35.7033317865269,607.882694344092,231.812321579611,811.337995509405,168.874998875257,1068.79004821585,100.923156528392,465.299576403635,198.446119182919,1536.49114032544,304.168138309828,1112.86088732652,92.9699162712457,954.536486910977,3169.72231801225,931.400422374829,21121.2984290321,7453.69952434456,663.470400077066,3199.63326572447 -3820,185.385542719537,1037.37617480468,169.665720800822,933.670218922387,209.579791185987,3699.67283349586,50.0784034795293,334.68221370124,967.853013378276,8948.40424459968,245.000565307021,2629.28028699996,81.892218084635,2054.32876273936,294.163188529893,4992.59056399428,333.441112107588,6122.49423920254,34.7971938871517,604.394054787642,307.03133873528,806.681725720645,153.917440680029,1062.65626076896,110.288970787722,462.629221542501,203.469160131784,1527.67321571573,260.588948618268,1106.4741772779,89.6609555194343,949.058400797824,2435.45767865654,776.377142467243,20512.2219838241,7891.32867513292,505.364280720476,3485.67208197194 -3821,205.556652280347,1072.78269058052,185.831119801312,965.537163757443,232.658409800723,3825.94575909998,54.4041654682443,346.105197347009,1075.1606838181,9253.82075960168,271.802068635017,2719.01982047081,91.8838813758141,2124.44472020327,306.323617164373,5162.99185222478,343.853668990293,6331.46008412239,35.2749399247049,625.022528966441,261.517640605999,834.214447159117,167.564674082479,1098.92560700519,123.017139031624,478.419143490526,204.767009699802,1579.81397923648,293.798903181322,1144.23906562298,94.619528232069,981.450557140111,2795.85080395273,863.968374822226,22238.3446899305,8197.16982364623,592.967946194639,3568.88027492171 -3822,184.911077353742,1159.47658316427,159.049304177959,1043.56431305374,189.039421363305,4135.12872185938,46.0654849528734,374.074707915122,867.996586099272,10001.6420564648,221.802805296474,2938.74970082658,74.9949655850397,2296.12569901713,285.766819199942,5580.22440545079,341.111206840172,6843.11908575506,32.0414613869884,675.531953162428,317.255432351875,901.629123317523,149.133179795137,1187.73216528373,110.727133966991,517.081230602815,202.57125434955,1707.48216834954,242.974118136799,1236.70750262915,89.6907189730152,1060.76370221978,2082.38788579032,697.672138446426,19466.953216115,7793.75639619886,431.374020230555,3530.82324901453 -3823,168.001180138115,1272.55180100799,146.498999738734,1145.33546026436,174.036389277714,4538.39739310758,42.6666732535099,410.555461128691,799.49281366689,10977.0285979017,199.066273324816,3225.34433105384,67.0433760533776,2520.04993981927,254.861340934329,6124.42262335803,301.555046037927,7510.47812740172,29.014363465417,741.411612892831,285.376903647431,989.558376062874,132.373628905161,1303.56294210108,100.227690812025,567.508357499803,180.492045993799,1874.00033780103,216.31354899569,1357.3144836577,79.4204138965549,1164.21217927472,1905.36516668101,634.056786929311,17625.817751684,7021.283241002,391.541840139192,3157.67100685409 -3824,164.805259896905,1361.03916293436,143.494573377215,1224.97678670722,170.770406550444,4853.97654074739,41.7242756011468,439.103587539707,784.514454314925,11740.3203567513,201.050541491321,3449.61984654409,67.7020206021651,2695.28254796982,257.915405305846,6550.28662420567,305.35969231096,8032.72201230531,29.3333551828587,792.965944649302,289.910248448796,1058.3676851225,133.836841748957,1394.20667523645,98.4678989583494,606.970261829785,182.810787807004,2004.30964702505,218.455919647987,1451.69585019083,80.3719192453675,1245.16610538207,1887.12919402058,630.418646773244,17536.004398315,7015.01225371788,390.419237140937,3171.31374424769 -3825,151.944470722096,1423.6080285886,132.235663705778,1281.29067545073,154.525911561338,5077.12060179855,38.5340262098227,459.289790938757,708.767208224395,12280.0392326987,182.14092074521,3608.20367470615,61.1830777929922,2819.18844005345,236.956755662265,6851.41242201376,281.137660670433,8401.99742929051,27.0929123967019,829.419693380661,275.296166753114,1107.02232145233,121.861958210581,1458.3002976191,90.4438651284328,634.873530011038,169.050714583546,2096.45055262826,197.27450512305,1518.43233000349,73.6648597949812,1302.40812521997,1678.03499423172,567.542555707093,16035.6138451818,6476.72151468175,346.332296701345,2936.26982797686 -3826,145.74229497759,1475.01111264348,127.824607962174,1327.55501996571,150.268035673554,5260.44329442887,37.390789930926,475.873647769474,689.833181267051,12723.4421049776,181.864991235885,3738.48728722688,61.0398464725639,2920.98259788373,233.937121084507,7098.8005524197,275.86310187657,8705.37347902723,26.9098880485701,859.368056525175,268.160242212762,1146.99425213654,120.58423070001,1510.95603660794,86.5569299137239,657.797296084295,166.211135101277,2172.14837239996,196.43368360951,1573.25929299006,72.5290670327139,1349.43497038382,1663.15245563032,559.22382574989,15669.6868087401,6306.23551334486,346.135558365631,2861.66285610674 -3827,143.211968322741,1461.70474276654,125.389411945608,1315.57888095481,145.148370417013,5212.98778470943,36.7187512725591,471.580696538374,665.409037559852,12608.6613922729,170.901531334918,3704.76164665532,57.3763732421237,2894.63183040925,225.209484552893,7034.76085466866,268.04627954921,8626.84056599634,25.7924107683727,851.615525630641,267.302202196805,1136.64698787879,115.108516954732,1497.325400392,84.831206472598,651.863175282953,161.502812986755,2152.55298805133,185.028656923788,1559.06660665338,69.9711753170611,1337.26144796972,1561.02560711033,532.245598031191,15150.3757324223,6163.76013101514,320.90047493708,2801.68350927492 -3828,132.241614953076,1415.79776837464,116.187101487246,1274.26120288242,136.975510315264,5049.26628218152,34.0267390181196,456.770015334231,628.968239773581,12212.6679479638,158.483950980794,3588.40819095046,53.1021104091074,2803.72168595624,207.684489457163,6813.82390552998,246.585184971801,8355.90202597588,23.9327335480046,824.869295025362,246.62913785831,1100.94892749867,106.203595093105,1450.29970717162,78.4817934649827,631.390459269119,148.730055656318,2084.94891452781,171.097001724629,1510.10184058754,64.4449348442618,1295.26279718131,1481.34168202329,500.648288931701,14078.6237580583,5701.17903794459,302.225356659632,2580.4251175756 -3829,129.535510190974,1379.52344684367,113.334007035945,1241.61320638158,132.309082315359,4919.89843551115,33.2156584191758,445.067056923044,606.949654534427,11899.7657427258,161.626466259354,3496.46916165509,54.0671988494488,2731.8872021115,211.853594092838,6639.24611996929,250.931578625333,8141.8144750967,24.5063413509628,803.735221574232,253.44215566666,1072.7413852371,108.019887413044,1413.14140739932,76.8494464034955,615.21352987799,151.824335054966,2031.53019259548,173.954883918631,1471.41134330496,65.5672654661269,1262.07671635707,1446.89898292702,493.48707719997,13988.4637937751,5705.32292584672,299.763412725287,2602.83543550618 -3830,124.490814036607,1367.72127398309,109.531483268538,1230.99089059476,128.924850721696,4877.80745697414,32.0762845838578,441.259395406036,591.998093436477,11797.9602296572,148.676970718357,3466.5559814609,49.8665664776266,2708.515214438,194.333517539073,6582.44568605779,230.86336718903,8072.15918793668,22.3334452975207,796.859062969708,228.896669022663,1063.56381069697,99.6416029005819,1401.05162436248,73.7585735076562,609.950222144873,138.977172343234,2014.1499367112,160.781898242727,1458.82304619233,60.3871629195666,1251.27933005397,1395.22342405364,470.630987642677,13220.7423356575,5342.22567281401,284.850666009198,2415.97412747441 -3831,128.506544284113,1364.39468151386,114.058841738214,1227.99685584203,137.041170753568,4865.94357954428,33.4049121262766,440.186157598262,630.625541926972,11769.265051481,154.704248124401,3458.12457131801,51.9361118358806,2701.92752256938,198.576400304231,6566.43576162003,233.66281894201,8052.52595967896,22.8657690060245,794.920930246075,226.632105047538,1060.97699463253,102.355503236136,1397.6439653085,76.4861975702704,608.466691944538,140.955371022458,2009.25109062404,167.001548237499,1455.27487460817,61.4870566407615,1248.23594945045,1505.21413842203,498.558135369068,13719.8520584451,5466.33069214856,306.204466158827,2451.02402242616 -3832,134.054942548251,1395.7803585328,119.002496474964,1256.24492307649,141.866581122593,4977.87668486138,34.9305146459985,450.311923080769,652.440879395167,12039.9978215958,166.466464542441,3537.67309371935,55.8064562225947,2764.08096372606,212.790704401249,6717.4859194462,250.158743105667,8237.76120163749,24.5695584204017,813.206791302511,242.875829435087,1085.38304203893,109.803175984069,1429.79448793731,79.5600362598349,622.463476986948,150.880677927503,2055.47063884914,179.420028362964,1488.75110242339,65.8819917314276,1276.94958406343,1573.85940577241,523.362679036911,14463.4034144692,5779.5657593514,324.032632287054,2605.01774754649 -3833,142.886114844892,1427.97598908636,126.455143987785,1285.22197321256,147.724618154859,5092.69838851068,37.1745015300773,460.698998827135,678.035434951799,12317.7172488395,179.149118753238,3619.27448268313,60.0847486575711,2827.8383658017,227.305902003152,6872.43414864936,266.513023119425,8427.77671132352,26.2490977348218,831.964545885002,255.908054012996,1110.41892337725,117.666750607571,1462.77470206608,84.4829405085817,636.821469643629,160.66504501308,2102.88295046214,193.092735672819,1523.09123350978,70.3563562851078,1306.40421622865,1642.7887966805,548.731373543109,15341.561290243,6130.24593578699,343.653614829165,2772.52383268922 -3834,154.148943899095,1429.36447885576,137.067288163553,1286.4716563829,162.564716229543,5097.65026421807,40.2411575494879,461.146958632855,747.245005451959,12329.6943580578,185.07289124185,3622.79367742469,62.1164296949622,2830.58800912234,234.829964515228,6879.11654707847,275.270425196664,8435.97144417049,27.0859809498481,832.773505047686,263.485999167629,1111.49863713059,121.595556054271,1464.19702829865,91.4328342177783,637.440681802862,165.937126405467,2104.92768474709,199.614491538445,1524.57220840835,72.6834385786082,1307.67449591318,1785.67694054848,590.309664470203,16323.2980774484,6472.417322662,366.326756312762,2897.70321004294 -3835,163.825628938687,1410.82234272592,145.85330235484,1269.78316794437,174.028485994139,5031.52204672025,42.7941290690022,455.164824747959,800.497914260529,12169.7499389762,203.42333226371,3575.79773305163,68.28510326833,2793.86878951878,257.407070593424,6789.87862536164,301.813505118629,8326.53754314726,29.6610062268518,821.97052237648,287.35967113502,1097.07995012481,133.558512132443,1445.20303409967,97.1770403399339,629.171613925825,181.678965201333,2077.621944153,219.537514906176,1504.79500962787,79.7500980956356,1290.71095800846,1940.06320938507,640.994769863535,17632.9308514181,6998.43223824009,400.524835915563,3145.25485174068 -3836,155.440541704501,1392.07771540652,136.074818824995,1252.91243125504,154.803142796851,4964.67166963245,39.9669324949577,449.117362391844,708.537162199424,12008.0588314087,182.96694179966,3528.28856492626,61.3760954810605,2756.74857412891,237.7905765894,6699.66617229655,281.408534360682,8215.90855863195,27.31461905571,811.049564688988,277.549838547494,1082.50380245413,122.038497948653,1426.00161415141,91.6624842476164,620.812242893893,169.669570463276,2050.01800857986,197.632260893903,1484.80183203681,73.7502724315074,1273.56216814865,1658.49856948525,564.105868086825,16176.3248663233,6540.39793171189,344.067091102715,2963.65493129366 -3837,132.113101269797,1402.92530137527,115.233933779932,1262.67558970441,131.369777582934,5003.35823299521,33.775688625062,452.617051485841,601.309886521643,12101.630080377,158.142636744064,3555.78229829115,53.0463630180789,2778.23018167218,209.322620059639,6751.87245644404,249.615724863949,8279.92996592466,23.9898930744701,817.369563766993,250.980474171442,1090.93907365247,106.78112738149,1437.11354772372,78.0489799793382,625.64984218933,150.414199703547,2065.99250938498,171.135995733364,1496.37195871962,65.0592770271036,1283.4862370082,1405.70000013812,483.975852426624,13945.4222065495,5707.41953604002,291.07606740007,2605.82548677966 -3838,101.366924970481,1307.87153564713,92.4187911754901,1177.12429942776,110.95009079635,4664.36082460369,27.3449853098002,421.950447116867,511.124767891133,11281.6965390393,137.95687336876,3314.8639135199,46.0879023813753,2589.99404353378,171.642422550685,6294.40625915471,197.924989883565,7718.93179841359,20.1521745761328,761.989526817442,190.844260644243,1017.02361498265,88.7197908271808,1339.74339240885,59.7627348628119,583.259578453252,120.548868877628,1926.01330465421,147.185660696948,1394.98681051047,52.5758747818307,1196.52494265541,1280.3743485965,420.228116721286,11420.4067422898,4521.64933948682,268.441839225548,2038.66687983472 -3839,68.3570063480776,1224.99599343661,66.9077952090399,1102.53378200666,93.9704655922153,4368.79553254826,19.1723719445769,395.212827146051,449.464655758869,10566.8123227812,122.881873204131,3104.81182759304,41.5268660115506,2425.87459079742,148.086582674151,5895.55031848878,165.597486699633,7229.80833281036,16.5484861552368,713.704742362304,138.343252228174,952.578154373339,80.2690681626546,1254.84823486273,47.3962711902372,546.30032634301,98.9333554718946,1803.96813998985,134.508731998677,1306.59105821636,43.018349887229,1120.70506991698,1256.63147417473,388.279488028147,9414.55567390917,3520.42820277542,270.256405007384,1572.89476160353 -3840,68.532111462498,1174.20037172678,68.6013963769656,1056.81617214248,96.7261834162458,4187.63927866016,19.6093442886139,378.824952107975,462.53293538016,10128.6494191451,126.456849037153,2976.06785788244,42.7697019634993,2325.28339809977,152.962486122994,5651.08572811156,171.993759995126,6930.01746730906,16.9753494496467,684.110297727558,143.28992675612,913.078596956136,83.0497872634348,1202.81476162458,47.9311261884651,523.647464729131,102.327854249937,1729.16488862701,138.812943098833,1252.41201969036,44.5995755895735,1074.23397035029,1290.92419697438,399.411636683479,9701.24994466001,3635.76198748453,277.342447826984,1628.65289256951 -3841,69.1697706523734,1153.17051996668,68.8190534022255,1037.88866370952,98.3151929646488,4112.63893342478,19.6918082282262,372.040222024689,470.861845143945,9947.24597136606,128.719946175072,2922.76667744826,43.4878604802358,2283.63772472091,153.348014355697,5549.87515280654,171.108178406126,6805.90130831131,17.1441920094988,671.857927097138,139.863630427375,896.725419081498,83.6277228281049,1181.27242801534,48.7280933508569,514.268972929121,101.913927633708,1698.19565871344,140.901373114213,1229.98140243725,44.6227375500705,1054.99451029211,1328.65004836593,408.244793399824,9780.10900620537,3626.73259452903,287.289809100525,1617.0753153533 -3842,80.2200085052491,1157.85667890096,77.7656021794941,1042.10634977591,122.756090080348,4129.35153520192,22.0143951062221,373.552088292658,592.743365154357,9987.66876641077,161.946232764898,2934.64397481339,54.9768543662059,2292.91778273581,181.728291167592,5572.42827620083,197.861952370324,6833.55856686029,20.2818865969408,674.588167745091,136.440275654106,900.369457635612,101.978720436628,1186.07278515812,57.499569976972,516.358816625598,116.988063794074,1705.09664570578,177.638056758524,1234.97969907962,52.9260086779512,1059.28170968233,1766.94953244568,522.245697193579,11693.8388708128,4132.61690378779,381.551349458635,1809.5104998317 -3843,117.91302439729,1194.62275553002,123.081347180043,1075.19694087382,191.945259029951,4260.47316513947,34.9280328093691,385.413698588114,926.125430709891,10304.8128498738,253.044575456612,3027.82938128306,85.7550689942196,2365.72609523285,284.763364002402,5749.37273637982,310.225919332457,7050.54840895099,31.9314490185069,696.008746578663,218.93390039721,928.959397199912,159.35087662103,1223.73482373457,82.5428160700854,532.755049567113,183.748850977597,1759.23954186758,277.010000175787,1274.19470649729,82.8462847877925,1092.91767967727,2746.2263069819,809.094178913195,18235.1770399481,6472.5968242795,585.275080522127,2836.46281592138 -3844,165.563422480779,1292.01960072531,155.191864575477,1162.85707418366,229.818735808416,4607.82687441956,44.4912633108613,416.836236091072,1104.4738399129,11144.9577887338,301.858147673979,3274.68641473687,102.033631920791,2558.60226237869,349.61834292922,6218.1154953663,383.808771174314,7625.37520573654,39.3287112000984,752.75390385219,296.864037298329,1004.69687514678,192.385208562531,1323.50515762083,114.599088791438,576.190235151429,229.177471454404,1902.66924009451,329.43854402462,1378.07900302763,101.299426031294,1182.02257372517,3190.34686063946,961.308316216333,22426.177421778,8154.38922658274,683.773935943519,3595.72249983838 -3845,179.252647479555,1560.92398060879,140.813959236241,1404.87922326788,223.12229808789,5566.84083023003,39.502641061051,503.591181229761,1076.95713066483,13464.5262854692,294.248515199712,3956.23762276294,100.102831298265,3091.11690406616,332.916067533111,7512.27426074934,366.373574086496,9212.42294860854,36.7331099524906,909.422441703019,251.296240354969,1213.80158999055,187.263976392817,1598.96253727887,124.150382355841,696.111076748054,214.988890307324,2298.666399769,324.559651773091,1664.89468255104,97.6073572961495,1428.03358394313,3202.32529915273,953.870554759651,21541.1701363024,7676.66117388041,689.326004575175,3364.06169280994 -3846,163.699643360259,1783.68997160646,136.341865337913,1605.37541417223,189.342124836698,6361.30797256251,38.192568303861,575.460785347563,902.487213073427,15386.1051570596,246.796849434089,4520.8488438125,84.0648831869039,3532.26312833994,310.97884194956,8584.38234617286,361.207974526239,10527.1663654123,33.3772058616271,1039.20992269392,303.628929567709,1387.02829252563,168.77133490508,1827.15716982347,113.887883230964,795.456000512861,211.215074191091,2626.71869756116,275.792158321078,1902.49876735765,92.2457927813508,1631.83423051977,2461.99539439922,784.660342593706,19647.9450958734,7556.07439038133,530.370839367853,3428.50102574578 -3847,148.378684538094,1910.27404771077,125.783747019927,1719.30494611916,175.171480104263,6812.7543031132,35.511224812452,616.299817358196,835.854164643123,16478.0190754835,228.557629803334,4841.68233125193,77.6408941483482,3782.93912684629,283.914701615338,9193.59477967539,326.011231834348,11274.2533870217,30.8858497824328,1112.96008670037,273.700489013082,1485.46226801172,154.043547775016,1956.82600573174,102.833971026218,851.907550114758,191.851331662368,2813.13044220826,253.706589441627,2037.51441054067,83.6890116584073,1747.64147937687,2298.01052899616,725.726818866426,18003.7510382457,6866.92574191066,494.502184030713,3099.03268661807 -3848,143.57490649194,1967.89641382655,126.06130493723,1771.16683430671,174.161095413062,7018.25729007012,35.6123912220179,634.890162421753,830.327149251072,16975.0694589969,227.059900662047,4987.72901614619,77.1159082367732,3897.0494052234,283.866691416927,9470.91451029175,326.776437269258,11614.3350402942,30.8369732013473,1146.53191565598,277.707154326171,1530.27042041327,153.618159342199,2015.85258606051,99.3752904859515,877.604872867133,192.382298672104,2897.98697494849,252.108295717818,2098.97491222682,83.6875993246367,1800.35812350678,2268.74832451952,718.26667937129,17937.9275191047,6872.50563505697,486.3933017028,3108.34274724103 -3849,132.139975168922,2028.96108246443,118.989940978181,1826.12689982613,162.480814141916,7236.03681993885,33.7531332178101,654.59107610671,774.01557708134,17501.8131353081,211.673071265866,5142.50038393087,71.7874876357258,4017.97651750605,265.574292891597,9764.80104426032,305.395438478123,11974.7328314085,28.9746422013086,1182.10929209733,264.027280399929,1577.75536702546,143.155159792945,2078.40535526406,91.1422919972216,904.837327980161,180.380390999676,2987.91275208734,234.464990560318,2164.10700281544,78.1083977792075,1856.2240072337,2102.45518364472,666.904318079714,16760.381090965,6442.0377172395,449.471470411389,2914.83587591251 -3850,127.42762054678,2078.80211447652,114.850215543464,1870.98534982746,154.958690998285,7413.78864864577,32.6836559117721,670.670977816522,737.590950248799,17931.7417506401,201.72328730964,5268.82489970046,68.335952706021,4116.67732451689,254.13489582245,10004.6714713695,292.173105970811,12268.8898004823,27.8390894425966,1211.14757557079,256.482483603439,1616.51261891895,136.505406346114,2129.4609761634,87.7954617570848,927.064479905034,173.006191476061,3061.31024423895,223.054337012065,2217.26786791882,74.6130641615705,1901.82178678981,1992.00531881328,634.726521046494,16048.2118147116,6187.37934645223,427.044545414246,2801.07196462739 -3851,121.216028111062,2060.37568559364,105.868441782185,1854.40100144267,134.117490926559,7348.07308662299,30.2139955161011,664.726173839998,634.32640759213,17772.7954219764,173.559930147916,5222.12222096323,58.7660531282462,4080.18724139367,229.590653070555,9915.99041506309,269.090203081052,12160.138792483,24.9665614126001,1200.41200602691,254.130989788561,1602.18390787745,121.122977891552,2110.58550891094,82.7858470667798,918.847012936988,159.566499269005,3034.17489782427,192.614514291397,2197.61408346383,67.5623735243981,1884.96410531154,1633.27639879625,540.976349672716,14400.3271058108,5731.87999769375,350.449459761793,2624.58594945298 -3852,111.286923946118,2046.25936218209,97.5537659287413,1841.69587953015,122.849429041358,7297.72897857135,27.8854603788248,660.171912345039,580.838412134534,17651.0280521428,158.928693202162,5186.34371382922,53.7149139297031,4052.23251300024,210.044202804879,9848.05264593506,245.972520245274,12076.8256117246,22.9606224526214,1192.18758160632,234.31662704366,1591.20680968778,110.683513623183,2096.12518119506,76.0286517960715,912.551684521375,146.034496003083,3013.38675008773,175.972884821839,2182.55749385599,61.7495754200605,1872.04958534521,1491.74431118801,494.753895106636,13198.7731220559,5255.71833005793,320.583334844023,2405.26428680904 -3853,107.792563391315,2021.41116285466,97.8612742920653,1819.3317417474,120.230494353701,7209.11097263893,28.1447525497056,652.155292569709,567.080942670516,17436.6875479625,155.191098228729,5123.36474607784,52.3500739501531,4003.02531910046,208.142430281919,9728.46547157398,244.468119131803,11930.1739332576,22.8028863010672,1177.71057286982,240.202134164272,1571.88441844597,108.779724433607,2070.67144972768,73.4563231592717,901.470358970643,145.679253266792,2976.79449985754,171.476579558195,2156.05419488362,61.0634737012086,1849.31685551281,1429.02291075228,479.380483928967,13031.4804238007,5241.49834855398,305.924155622339,2406.02085491911 -3854,102.288749017181,1989.07089894388,87.5507634453605,1790.2245171755,107.363964358874,7093.77345214756,25.0238866388216,641.721554664191,506.128456335097,17157.7205137474,138.515621443219,5041.39677684721,46.8118440702934,3938.98149781355,187.165408666586,9572.82116398379,221.247299708614,11739.3048114318,20.3715132112562,1158.86855228687,216.601834860116,1546.73606769778,97.9266393728642,2037.54307763433,69.4180952502402,887.047865490553,131.286096955854,2929.1691965533,153.7374942088,2121.55979663858,55.1324649836462,1819.72990345628,1270.30273124442,429.471079675225,11730.4573616703,4736.35120694224,272.983786979869,2178.07230324758 -3855,104.235441568705,1938.18849609736,88.4319406223777,1744.42880163966,110.355414210761,6912.30770415146,25.289130902466,625.305681968523,521.276031814781,16718.8090362469,142.640788188071,4912.43285613181,48.2312159537528,3838.2184513665,190.031725094011,9327.93892117276,222.81188889913,11439.0017720225,20.7342694767114,1129.22354739793,214.363941133179,1507.16902776188,99.754154996514,1985.42070846771,70.8303636778271,864.356302882099,132.523427882398,2854.23814852289,157.988731326658,2067.28819662027,55.8076918891348,1773.17941092799,1329.09399210497,443.852485924114,11936.5685631469,4775.52559240234,285.652234877082,2187.40427457759 -3856,109.101980882666,1915.50981396367,93.2853864158728,1724.01729554679,114.787761936631,6831.42701089158,26.7462714271063,617.989000011992,541.414979546623,16523.1827818603,148.167078637757,4854.95263505342,50.0113610843332,3793.30757897537,198.937150041914,9218.79300364118,234.022606732921,11305.154375014,21.7441395983465,1116.01053847704,229.286370305271,1489.53369075974,104.054245498652,1962.18936371479,73.9911781574996,854.242497190454,139.262312036462,2820.84079845373,163.933508580522,2043.09892298446,58.4348766282864,1752.4314948675,1364.6180469206,459.395676657101,12493.1447119888,5027.24576116207,293.407960103967,2306.8070054736 -3857,118.443008436542,1887.39287719344,102.060052227869,1698.71119430089,129.969414685875,6731.15146027028,29.1963774109359,608.9178078357,615.205425449083,16280.6461568146,168.318510700352,4783.68889353292,56.8725307832529,3737.62726422543,220.390546558661,9083.47434429957,256.908006637527,11139.2109230814,24.1352110945374,1099.62910439796,242.331134292031,1467.6694725266,116.421034237482,1933.38723810384,80.3789995747543,841.703442519546,152.664582875188,2779.43490129212,186.073119001666,2013.10916108707,64.7001798925674,1726.70831392832,1593.84621022562,524.609390984734,13878.1756282838,5496.82438704989,341.573590339908,2508.33190930159 -3858,125.38214696734,1847.1555691261,105.90281837524,1662.49638896361,135.775203705953,6587.65011604695,30.2395001039645,595.936295762811,643.125913474604,15933.5592397965,175.948959360907,4681.70548243009,59.4968433884023,3657.94482953534,229.515327586176,8889.82385428775,267.112766728228,10901.7342074727,25.1158860308503,1076.18612357074,249.682278656707,1436.38024312414,121.451607436143,1892.16937676025,84.9788979043361,823.759176051635,158.688532634525,2720.18015908779,194.596462562483,1970.19170894097,67.3722762189425,1689.8966383045,1674.8800496286,549.557796675759,14466.9214505737,5714.61017620753,358.838235601193,2604.46593427555 -3859,128.938884660248,1767.49091213786,107.800798127326,1590.79576624149,130.321142750836,6303.53604594634,30.9442648703424,570.234583691397,613.433222996358,15246.3721112967,167.900347196438,4479.7915410103,56.6787412253656,3500.18393218725,228.93775855983,8506.42097264916,271.059170056866,10431.5610771033,24.9370393189553,1029.77205871191,270.185315674037,1374.43162261498,119.172118140205,1810.56335132159,86.7479785721117,788.231853232736,161.226327289696,2602.86344633117,186.114857651869,1885.22071390555,67.3434649233632,1617.01428974313,1521.30691577635,518.86542408377,14347.831459739,5829.71279346696,326.165739921637,2683.22310254295 -3860,124.618196982449,1700.32266868604,104.254991267302,1530.34229710325,126.055200496224,6063.98887722605,29.8849897827981,548.564511681972,593.272592924115,14666.979014169,162.383832292958,4309.55036648791,54.848069121107,3367.16983583812,221.875748480255,8183.15970388059,262.840315695998,10035.1405754771,24.1112422050415,990.63862958679,261.977744304948,1322.20043024974,115.435145603708,1741.75826772463,83.766899046271,758.277442349582,156.343603208633,2503.9493504032,180.127274188408,1813.57849894284,65.2704718089342,1555.5644634766,1469.56621374279,501.17517739695,13881.9861344792,5647.58055360472,313.59459671111,2600.36185040183 -3861,103.982475848972,1635.46857859109,89.5773972755984,1471.97163661613,102.714178401985,5832.6948480273,25.7133490358297,527.64104055575,480.550992892834,14107.5477980101,131.586942194823,4145.17452601706,44.4136689412441,3238.7384857655,187.514720802515,7871.03578383257,225.640728520257,9652.3779840095,20.273596594924,952.853467912504,236.165450973686,1271.76876371597,96.1692973979687,1675.323731681,69.7292496482091,729.35505340025,134.266996484037,2408.44315045956,146.470528474717,1744.40457946814,55.2965756610635,1496.23177344032,1133.24127084999,401.392900578324,11635.8249322039,4852.12714310051,241.376487803157,2255.18599617362 -3862,79.7764542038876,1506.16537516851,72.5110347362791,1355.59480709268,86.8971494282029,5371.5510887959,21.0732830976805,485.924753435236,409.145165934408,12992.1786942567,111.983285924573,3817.44927835658,37.6039516450914,2982.67776607974,150.890814364248,7248.73697942502,175.966173080113,8889.24293493797,16.7530159066538,877.51909132696,179.266920674581,1171.22034761437,78.0157319122861,1542.86950534371,53.3224375979164,671.69087930872,105.990388360289,2218.02713226624,122.63844547696,1606.48869215432,43.8818379076011,1377.93689214388,1016.78836587661,343.415367782436,9463.39028478559,3824.30373984585,217.543229750715,1752.50880393685 -3863,65.5539634389612,1420.16572887241,63.4817739293838,1278.19250064425,94.3099809238844,5064.84406889365,19.2289211480002,458.17922322261,472.28539096979,12250.3459641046,125.654433451618,3599.47899892744,43.5879422355769,2812.37161170449,157.612563549347,6834.84563216558,168.528253271687,8381.68130800889,17.2866444303861,827.414147529702,125.758391507316,1104.3455294236,75.6674472798809,1454.7741116186,44.5880760772532,633.338398901711,95.654732892913,2091.3813123617,132.845137934682,1514.76074409384,43.8091166680161,1299.25888818999,1276.87783231776,393.413720351363,9623.43163657912,3623.24122795334,274.627713979402,1605.98304910235 -3864,65.722483759058,1360.34491664671,65.0896607547259,1224.35194385934,97.0782410597053,4851.50059789024,19.6666629798968,438.87960718422,486.055515286774,11734.3317900403,129.317239380932,3447.86024561746,44.8977744157326,2693.90772353121,162.833767769207,6546.9454182391,175.061118651674,8028.62463760172,17.7317319571699,792.561464250574,130.252159779165,1057.82782715487,78.2803478370907,1393.49551068303,45.0915775443737,606.660655124506,98.9329391378523,2003.28727781655,137.099330583043,1450.95536124514,45.4254606858796,1244.53096425629,1311.73240703771,404.702622216346,9918.06151834333,3742.66458316214,281.843359983487,1663.06374113617 -3865,66.3397284914539,1326.81864854427,65.3106806977825,1194.1772793171,98.6562341169565,4731.93334126761,19.7462778657175,428.063236133693,494.558937103992,11445.1342866853,131.584943227023,3362.88629117418,45.625546911532,2627.51524359682,163.088994957904,6385.59321656003,174.086176798681,7830.75583330057,17.8963411356408,773.028456251675,127.156440368702,1031.75721895439,78.8516370399761,1359.15223235781,45.8556445974411,591.709250137425,98.5513521850747,1953.91542694226,139.1518003596,1415.19596092652,45.4299820588027,1213.85897933625,1350.00356661789,413.645472865419,9993.27286204668,3731.3646751729,291.857936827969,1650.53255032299 -3866,76.943531113187,1331.56265969908,73.9157967526554,1198.44703414766,123.070906520549,4748.85226577881,22.0483783733626,429.593766903221,620.931261132448,11486.0561148371,165.243410711263,3374.91021780136,57.5341242532732,2636.9098670736,192.397280401186,6408.42476590752,200.919634121555,7858.7545300814,21.0793810847969,775.792402645904,124.173622098251,1035.44624439969,96.2921645589377,1364.0118515367,54.1220002892665,593.824893662736,113.233708036522,1960.90160895827,175.379985627986,1420.25596323523,53.7839876469253,1218.19910565619,1795.01281874673,529.347344998512,11920.0018717753,4241.06720570203,387.719070571804,1842.98175802637 -3867,113.08226753836,1348.51381767586,116.966837510334,1213.70359369044,192.453767673955,4809.30645798619,34.987322904727,435.062613416433,970.405905203086,11632.2767604181,258.241146360129,3417.87375079225,89.7595113209377,2670.47845312677,301.581096048076,6490.00577135099,315.059581696627,7958.79863132578,33.2034189015082,785.668452772912,199.226394718079,1048.62775916915,150.451754464381,1381.37609662813,77.6615697171146,601.384447476973,177.839598106709,1985.86442442044,273.493668260163,1438.33621129935,84.1992375387122,1233.70711448832,2789.94218315764,820.364253080872,18598.682856661,6646.30293558013,595.168893189262,2890.51696442564 -3868,158.77047312263,1426.7899848947,147.364417303104,1284.15453324222,230.528525771072,5088.46865237942,44.5962087854804,460.316365682127,1158.76478910213,12307.4867796997,308.33474177226,3616.26849747048,106.927440483983,2825.48970715421,371.093170865626,6866.72625456048,390.137347172909,8420.77702884821,40.9863633830864,831.273558469058,269.99469984174,1109.49666592497,181.523074242228,1461.55979583422,107.799387245331,636.292558136639,221.704476057032,2101.13640289211,325.300263616416,1521.8262314362,103.041429577092,1305.31918336516,3241.39208453164,974.25656893875,22891.0079842705,8379.52014606619,695.047345568221,3667.01303941249 -3869,171.893428849572,1657.59765060025,133.843901995942,1491.88847682236,223.704106175182,5911.61542527901,39.560692927901,534.780405221199,1128.31267896256,14298.4331168608,300.265696069384,4201.26173354738,104.783347106281,3282.56095848588,352.616578187556,7977.53658728863,372.149953295723,9782.98163501438,38.1767271761764,965.746264069906,228.689140325651,1288.97671434227,176.782995353236,1697.99207271935,116.771345663095,739.223754461349,208.070135112666,2441.03112714353,320.448218784389,1768.00763430971,99.2184552528148,1516.47687083337,3253.21006495843,966.497990131662,21948.3676283488,7873.09978615492,700.584295780317,3424.83669149067 -3870,156.968265639496,1852.53597154213,129.316994578472,1667.33891535247,190.098529524335,6606.83865067433,38.309481830618,597.672141481013,949.381096092327,15979.9705773485,252.565740519185,4695.34237361014,88.3712309213898,3668.59970643227,331.781714052171,8915.71817014459,368.062677328289,10933.4888241651,34.901272704358,1079.32084298265,275.926776330424,1440.56413746396,158.930050774173,1897.68089558217,107.088633113373,826.158625202066,204.119595467166,2728.10351115656,272.444697580018,1975.93049153622,94.0610025428707,1694.81897625347,2501.85899064891,794.504267852185,20093.3777019889,7780.21997464652,538.848240129035,3501.17520789 -3871,142.278105655692,1960.28864199625,119.314645105295,1764.31960746381,175.850335044415,6991.12512003614,35.6189835452502,632.435714383192,878.974313120517,16909.4448385442,233.841942451364,4968.44674903111,81.5786774505112,3881.98364135593,302.680316123443,9434.30051165221,332.072340574341,11569.4347039115,32.2865112023212,1142.0994906822,248.750585402674,1524.3544849426,145.107916321655,2008.05941848801,96.6978221779615,874.212104028782,185.433137079547,2886.78352769502,250.608816230524,2090.86039862867,85.3027676469369,1793.39804485618,2335.16040548737,734.945151277047,18407.3701325974,7068.68078972419,502.45188167857,3164.32225938913 -3872,137.669231141209,1997.22828089871,119.563165070082,1797.56640990504,174.85226836451,7122.86573818971,35.7238667855969,644.353319993833,873.403351722737,17228.0860697359,232.354688056625,5062.07205751037,81.0494612479449,3955.13566135177,302.759269177105,9612.08027669885,332.9093465584,11787.4488938181,32.2474766412552,1163.62119002414,252.374768142683,1553.07938954428,144.685974827438,2045.89924892139,93.4388688135659,890.685738959448,185.930893301008,2941.18201719196,249.038299519706,2130.26052903097,85.316403417379,1827.19280077431,2305.48895079884,727.451192356375,18347.1099308113,7077.20089976159,494.305520575445,3174.78840084607 -3873,126.702132529348,2051.92903411846,112.839592121432,1846.79875731607,163.14000484247,7317.94915688978,33.8633179320911,662.001083286798,814.384119168409,17699.9346278413,216.649016443754,5200.71377265467,75.4650616844785,4063.46023387631,283.340720797907,9875.33913206996,311.157195450373,12110.2874692568,30.3136700873824,1195.49083465393,239.927809758229,1595.61564502928,134.82018596565,2101.93301882043,85.6917325271917,915.080136569949,174.320656389214,3021.73608967105,231.614202408148,2188.60481376134,79.6365208385683,1877.23656564384,2136.55813347536,675.475898505115,17147.9619288356,6635.8118970683,456.846445773632,2977.93600695869 -3874,122.185996270974,2097.08391000218,108.897755767735,1887.43952377641,155.600961936973,7478.98839382648,32.794523842767,676.569119633894,776.262133715733,18089.4404723324,206.503173576186,5315.16099817085,71.852615858001,4152.88098842883,271.227411146389,10092.6564492889,297.718452706714,12376.7871963418,29.1388876038056,1221.7988791142,233.057786474124,1630.72886055057,128.545319849504,2148.18828545127,82.5514594969782,935.21744604967,167.183397555919,3088.2325989624,220.347094724919,2236.76738521516,76.081489769355,1918.54714837676,2024.35301143366,642.836953867999,16421.983728322,6374.46688558912,433.97433442337,2862.11196684122 -3875,116.222644023718,2075.64908428068,100.293767537811,1868.14752641805,134.766805224487,7402.54375943193,30.3364191139408,669.653735323932,668.9749683232,17904.5437201926,177.932640946976,5260.83339156716,61.9223959818368,4110.43334014707,245.787495728813,9989.49685179938,274.533830827967,12250.2809200405,26.2048259632041,1209.31056335553,230.82737207452,1614.0607678919,113.934452368674,2126.23110896635,77.8234202468847,925.658351693849,154.107065680214,3056.66699148694,190.32592985084,2213.90481931927,68.9805778542835,1898.93719210949,1660.0916551161,547.634075902546,14756.9440103909,5912.87950921278,356.054162943427,2684.52516976177 -3876,106.703756062677,2048.42887937584,92.4112226553648,1843.64851122002,123.448656955174,7305.4662912439,27.9999337608582,660.871850163838,612.632269109468,17669.7423019364,162.945293316433,5191.8424605022,56.6022036505699,4056.52883450889,224.874320272852,9858.49390276456,250.950950341991,12089.6298931831,24.1042393046051,1193.45158142192,212.82605881772,1592.89386392745,104.113604688386,2098.34756790952,71.4744272203259,913.519204380462,141.036639250765,3016.58165024875,173.882415859419,2184.87151919255,63.0464236166878,1874.03439911712,1516.24827162627,500.832051784593,13526.3672538728,5421.86564728328,325.678732893391,2460.31610426848 -3877,103.350305852861,2014.9893924101,92.6734926310178,1813.55195234944,120.848572168184,7186.20852872929,28.2675765148544,650.083476770904,598.595918256722,17381.2933724458,159.201854114542,5107.0884570637,55.2051041311818,3990.3082083239,223.061626178444,9697.55935351931,249.505856259498,11892.27326279,23.9633828737707,1173.96913367721,218.144252165403,1566.89073824566,102.28806847048,2064.09318551276,69.0485717684374,898.606500387957,140.667785658892,2967.33759604204,169.453534731482,2149.20468036625,62.3699446359081,1843.44180715868,1452.61239446714,485.273577419355,13364.4478912714,5410.6464392871,310.831159708861,2462.38250119061 -3878,98.0726705680523,1978.36794913826,82.9059131117623,1780.59153568736,107.922016517742,7055.6027156338,25.1331653769042,638.2685286346,534.348015564878,17065.3968959542,142.112599457387,5014.26963086088,49.3773119976149,3917.78631503813,200.647700969816,9521.31097172735,225.844617068605,11676.1370328391,21.4114086804363,1152.6328208441,196.706097295848,1538.41326809124,92.0677498867272,2026.57930490089,65.2516015072013,882.274768269851,126.762121584176,2913.40769157148,151.929795589312,2110.14394010722,56.3222903393618,1809.93815705507,1291.28342751838,434.644220269366,12028.7579964828,4888.51844391919,277.298036339128,2228.78077108436 -3879,99.9400190950538,1923.69612483467,83.7602372123601,1731.38522518382,110.904970055715,6860.62246830768,25.395221381997,620.630098497668,549.978560166763,16593.7978786061,146.277326119466,4875.70123745931,50.8408641941366,3809.51903080111,203.541888844965,9258.19134283686,227.358679085565,11353.4691930765,21.7755325167477,1120.78003072223,194.693544713885,1495.89950823376,93.818612250299,1970.5751688942,66.5812978008851,857.893271825092,127.977239203559,2832.8962207363,156.11770018438,2051.83051120282,56.989690748459,1759.92085821742,1350.96272925516,449.246216834441,12234.1398675197,4926.79373957728,290.182633807618,2237.64689921875 -3880,104.605730157527,1889.35990319763,88.3411249040828,1700.48157773995,115.377737771997,6738.16661335286,26.8623940919724,609.552417183282,571.501758512852,16297.6137181223,151.995962919634,4788.67441645357,52.7399615254038,3741.52258994777,213.202502493878,9092.94106978079,238.850770664561,11150.8201210479,22.8499404147262,1100.77512919727,208.230989809649,1469.19906610137,97.8423696132813,1935.40219906903,69.552073235558,842.58065922374,134.470907357306,2782.3316064741,162.000359102522,2015.20720761304,59.6866355774046,1728.50787574515,1387.13297516666,464.949256633959,12809.0976768571,5188.05752417176,298.041322215055,2360.3647548574 -3881,113.562220610287,1864.25136326601,96.6943375193218,1677.88312546763,130.5871953339,6648.62013510333,29.3131592565478,601.451805340428,648.637907198402,16081.0275165527,172.527089982214,4725.03560279953,59.9056059679808,3691.79984035637,235.821060414063,8972.10095162227,262.04801585508,11002.6319374172,25.3250799992846,1086.14644133299,220.119584753744,1449.6742294854,109.533694692977,1909.68178269054,75.5576636448422,831.383231940607,147.454829707476,2745.35597037327,183.853337342018,1988.42622715654,66.042997136995,1705.53696959497,1619.97836956406,531.100144757491,14218.4094166756,5668.85668442536,347.068453944307,2565.24340183709 -3882,120.214273805805,1829.71265605122,100.344148225738,1646.79723482376,136.410484157192,6525.44214057239,30.3581577264587,590.30879736533,677.924479030517,15783.0967159904,180.320065456788,4637.49557226489,62.6573739443918,3623.40241482986,245.516155315401,8805.87617422598,272.427229712148,10798.7878150168,26.3464060361236,1066.02356806129,226.805926852,1422.81633105195,114.278088967514,1874.30139286467,79.8788446310307,815.980318687012,153.281147438527,2694.49316939616,192.270419102457,1951.58695074177,68.7626204822288,1673.93874030167,1702.30687932127,556.353953673166,14818.2292739056,5892.13974726009,364.623590766188,2663.12201632034 -3883,123.619240053552,1747.50242840628,102.063162962953,1572.80552081764,131.019646230895,6232.24960999323,31.0841123813043,563.785823688715,647.953324677872,15073.9515014823,172.319747281303,4429.12975841022,59.8127366383274,3460.60049268802,245.576740341352,8410.22219954197,276.750195501375,10313.5909718809,26.2258969133143,1018.1264078622,245.350343203965,1358.88823060083,112.019033787764,1790.08776310535,81.5293225177145,779.317770864982,155.653759277148,2573.42776816433,183.935882482627,1863.90082857457,68.8126421910739,1598.72754009011,1546.50996946658,525.063630644158,14716.6304158516,6018.09036466365,331.347684357796,2746.22284957656 -3884,119.472714957305,1684.41287873778,98.7053779038183,1516.02300056958,126.732689639233,6007.24859430094,30.0200165775533,543.431635249363,626.686053410624,14529.7412065526,166.663235950158,4269.22623133112,57.8848174400384,3335.66348366457,238.022397100878,8106.59050063496,268.367819202539,9941.24252800803,25.3580273232131,981.369299240489,237.895716310094,1309.82870134077,108.502784896456,1725.4607680262,78.716734166445,751.182297967601,150.937416279039,2480.52008668776,178.019869587167,1796.60898280085,66.6968692531592,1541.00916504962,1493.9277695977,507.18808404678,14240.0038468477,5830.43659332562,318.659392381949,2661.57251977534 -3885,99.6860703527863,1635.69999589091,84.7531892465617,1472.17991924902,103.332187644987,5833.5201689843,25.842079704805,527.715701277747,508.609555939716,14109.5440030496,135.240373685478,4145.76106440041,46.9666163499615,3239.19676428276,201.654109569803,7872.14952815744,230.600172005535,9653.7437866175,21.3704159639292,952.988295801929,214.403508343976,1271.94871782646,90.3089410965692,1675.56078844833,65.5177423059576,729.45825646956,129.568038329464,2408.78394295044,144.791803139502,1744.6514111119,56.5629978793776,1496.44348886027,1152.26200828707,406.090983521181,11952.5609176961,5015.27362803652,245.250696040379,2310.30086135445 -3886,76.4871496665827,1506.71498529303,68.6490766213074,1356.08947297932,87.3603177624706,5373.51120480406,21.1702775422049,486.102070726318,432.130256869365,12996.9196297925,114.923578088422,3818.84229190465,39.6712633290365,2983.76616575049,161.794490986706,7251.38209350054,179.613002326525,8892.48668094153,17.6211410527377,877.839304090451,162.791083931027,1171.64773399021,73.3518734510019,1543.43250905827,50.1208569162514,671.935983939265,102.334142566123,2218.83650565144,121.19487941364,1607.07491094855,44.826274954829,1378.43971081132,1033.63202523379,347.633342167525,9708.99475020814,3948.85090209191,221.02819564308,1794.21472356413 -3887,86.1572400875904,1410.33058482192,84.2364530110328,1269.3405708219,122.33311613713,5029.76825344614,25.824456715783,455.006171958437,576.358086029784,12165.5080365474,142.804105915388,3574.55134876562,48.0421084546241,2792.89495530991,172.196454766739,6787.51193723933,183.152287279072,8323.63523537554,19.2872959932086,821.684015359265,147.043485001167,1096.69755064016,83.9981776022588,1444.69929242123,55.8756302139851,628.952309124113,109.192096318189,2076.89776579147,154.896249843142,1504.27049649998,49.1539532390229,1290.26106627074,1528.70490614082,467.350452189403,11380.6753961555,4227.91952558289,316.082017963024,1831.38303005539 -3888,86.3619997740611,1350.53870151239,83.7539635184457,1215.52605094448,123.222328891328,4816.52795381667,25.5186563091007,435.71588907608,580.899147973675,11649.7434032404,143.934477652475,3423.00591719838,48.5230891732438,2674.48835542415,177.922858765895,6499.75094979347,190.286845463533,7970.7493006445,19.7827780511764,786.848186588049,152.303534999185,1050.20234399894,85.0281264993115,1383.45032537801,56.5043367643983,602.287466512651,112.961248681177,1988.84633289022,156.865636340266,1440.49596947726,49.7348614472233,1235.55960836892,1554.27512995737,474.466816707871,11515.5723666058,4291.05762918816,321.82813162807,1862.13307317387 -3889,87.0122243523536,1309.75178332053,85.5824975520725,1178.81657972057,132.382886421906,4671.06649358519,25.9280421720899,422.557059712109,626.320166430204,11297.9155506864,155.222102638178,3319.62949254747,52.4168593007195,2593.7175210633,178.093483774299,6303.45534570613,189.117658762652,7730.02883903229,19.9503374659594,763.084992997342,148.646953358191,1018.48572822065,89.9348388285458,1341.66946031986,57.3656995403671,584.098095414196,112.393317367371,1928.78221730069,168.899871511583,1396.99229853693,51.6779377682101,1198.24511407766,1695.54830078387,512.261962035596,11929.4745980555,4346.67137308787,349.346346595068,1857.4965494507 -3890,100.760861659713,1312.58661788576,99.1689970902117,1181.36801735083,161.054388768224,4681.17657774094,29.7293070194309,423.471644730363,764.251696916695,11322.3688264338,189.439772092669,3326.81451840434,64.2036928919273,2599.33137872305,209.487375309009,6317.09858202158,217.693612863725,7746.75975951829,23.3722792034388,764.73661870376,144.907090184945,1020.69014480043,109.038611941341,1344.5733776954,67.6268026942512,585.36232081282,128.387673227878,1932.95688502632,207.168970728106,1400.01595699321,61.9117753771979,1200.83860294346,2153.44950834142,632.641981527887,14226.760419665,5002.94892490595,446.883884817008,2128.69849189918 -3891,148.500526806059,1331.41802634186,145.147139536425,1198.31685971183,216.773583887904,4748.33644893674,44.1820966850382,429.547104744069,1023.19711599126,11484.8085078657,253.545494982937,3374.54363753451,85.5010603704112,2636.62344786232,328.439614982484,6407.7286875205,341.421630924542,7857.90091794158,36.8376725691505,775.70813664544,232.538889096757,1035.33377498981,148.569889509619,1363.86369357212,97.2589297517535,593.760392839327,201.727910378855,1960.68861726703,275.920328754046,1420.10169607658,86.333451504181,1218.06678576487,2904.56520699691,852.267350262271,20464.1326899712,7432.7406871809,612.084652687065,3244.55131818597 -3892,208.779812640964,1408.47926325878,203.034094501312,1267.67432491118,290.796072933384,5023.16574583168,62.2957856001323,454.408891613975,1368.56740014992,12149.5385414539,339.067529757406,3569.85908436907,114.036219308577,2789.22876051133,404.722154412238,6778.6020636645,423.300901643551,8312.70891387277,45.5976257127963,820.605402052504,315.426908163299,1095.25793084775,200.710178201415,1442.80285552828,135.154707522393,628.126692077586,252.214654642836,2074.17145065683,368.077196605798,1502.29586130669,118.085797139484,1288.56735831335,3667.56516578454,1108.30119850188,27185.4382861071,9973.53860752122,763.501165266209,4346.02245525241 -3893,226.16569661852,1626.99300100565,216.460746220719,1464.34335810744,307.523269686359,5802.46775692707,66.060869974625,524.90661775177,1445.8278473018,14034.4374873214,358.187294976848,4123.69276307747,120.694462557858,3221.9541955172,384.047576595073,7830.24528786285,403.39014331008,9602.35594166741,42.3283507889585,947.915443666386,266.901685464675,1265.1780074222,214.360813074934,1666.64161057243,146.488076507402,725.575277118794,236.053536657183,2395.96174479451,390.449468346579,1735.36445693248,126.944280154844,1488.47777030777,3798.58627015608,1152.08157383355,28251.4687830216,10193.5403407222,787.784903889059,4450.95110456811 -3894,206.828354535794,1807.67036237285,190.20146177943,1626.95849776379,264.121417936923,6446.83104742176,57.404778099312,583.197429452221,1238.19420658447,15592.9599468002,306.695058159241,4581.62830862766,103.799194828958,3579.75179030231,363.038616567234,8699.79300969973,400.688740800394,10668.6963213597,38.9887764371837,1053.18133052331,322.787677038119,1405.67586076242,189.277252421388,1851.72194488049,134.543874187978,806.150317369163,233.688581870011,2662.0329852477,338.301472987908,1928.0764543997,114.097728549288,1653.77303330319,3104.0201327633,985.433255844799,25145.1471349248,9564.8267142025,637.457233777073,4219.5990237511 -3895,187.449576342143,1907.09208859876,174.363099106185,1716.44108580227,241.153638398673,6801.40624252541,52.9040908938736,615.273241709573,1130.58781874766,16450.5715042787,280.042433207449,4833.61750137589,94.5631004480966,3776.63785418895,331.037729319149,9178.28093362465,361.321380691542,11255.4737709038,36.0545972356635,1111.1062199772,290.953786167249,1482.98792135715,171.679327217515,1953.56650464234,121.467798357948,850.488520737832,212.104736309098,2808.44458781235,307.552753153455,2034.12050611515,103.27053057065,1744.73041866466,2850.7051124497,899.484852213078,22924.1585244581,8679.9794122756,586.611443898748,3822.94659278207 -3896,181.450567823543,1940.12659879719,167.971678411239,1746.17315322204,229.681818758968,6919.21970587393,50.9506904108667,625.930959970578,1075.70350513753,16735.5271052048,266.431313911105,4917.34507153315,89.9369907759725,3842.05649991447,331.214728608446,9337.26644718141,362.31770381973,11450.4402674332,36.0274980332631,1130.35272095888,295.226538126086,1508.67613007298,164.281453949531,1987.40604128912,117.418724089573,865.220620923201,212.783904008585,2857.0922603251,292.827000250822,2069.35539330587,99.2783431594533,1774.95251184698,2717.97883306822,859.373030511042,22206.4831475636,8491.76393536323,561.243446741022,3758.4369449596 -3897,167.066541216163,1997.66218658218,154.555500514598,1797.95693826334,207.937783616551,7124.41320872976,46.9866927420314,644.493308281795,972.741271324282,17231.8289390576,240.912679116636,5063.17181253433,81.2589446543294,3955.99493009876,310.034650046962,9614.16853886797,338.688800447692,11790.009763358,33.8857530158663,1163.87399129508,280.695385074168,1553.41680213776,149.217815998873,2046.34372856371,107.723389591107,890.879243932326,199.573678977643,2941.82100052982,264.645072621392,2130.72333649252,90.5889857384052,1827.58976558231,2453.51368085379,777.935229643629,20378.4379586648,7851.92670094484,507.895169172038,3487.73520906011 -3898,161.047206827247,2038.79622370901,150.213831590412,1834.97882712308,203.972252552147,7271.11262537944,45.8043242378504,657.76412646563,955.101984868149,17586.6510386615,236.557734156271,5167.42802698098,79.740278704821,4037.45316834405,296.843720560143,9812.13472568255,324.110100070951,12032.7788874817,32.5906405873937,1187.83942263299,272.68517094221,1585.40334362698,145.301977130035,2088.48017158714,103.732700863786,909.223416506433,191.479192323263,3002.3962945255,259.146523583583,2174.59724741649,87.7620949436675,1865.22182658593,2402.92810455784,762.131893213865,19757.1774558503,7586.81288870111,495.643504297738,3352.59246354974 -3899,153.391363687149,2028.0064955726,141.712393969951,1825.26774248868,183.844548347285,7232.63240476459,43.39454946967,654.283103683699,857.700436681344,17493.5788712078,212.386289958403,5140.08093710157,71.485195200739,4016.08613737582,269.52652892652,9760.2068944963,299.370150761955,11969.0989515412,29.4081508067651,1181.55313257081,270.258566610383,1577.01306368367,132.704640859467,2077.42750579953,97.9100618721063,904.411619542481,177.135190487487,2986.50699700819,232.738389175613,2163.08883238562,81.3783307341884,1855.35068979014,2054.88000081703,673.621324782336,18124.9988645396,7123.03587533896,420.674103442918,3165.6799372392 -3900,140.7946872391,2004.54678601457,130.275597121098,1804.15328787628,170.566139563874,7148.96627453955,39.9148489405855,646.71444371409,796.256611797464,17291.2154762458,197.178976435596,5080.62116409175,66.3483053948641,3969.62858679668,246.601954595633,9647.30211856433,273.657454176791,11830.6420059212,27.0573779066707,1167.885082997,249.189818332054,1558.77038619521,122.643101394875,2053.39610056472,89.9011567546942,893.949506150982,162.121684514847,2951.95948106295,215.820020646837,2138.06650831182,74.9821143632591,1833.88823964228,1909.05990931164,625.019115043538,16701.3396646255,6545.88753721714,390.191335341001,2901.21895482017 -3901,136.454082082583,1980.07463453827,125.411752940554,1782.12760463685,160.880792185509,7061.68939639928,38.4967870005146,638.819145914657,749.733675613957,17080.1187598726,185.638729399795,5018.59530787887,62.4625977490819,3921.16608506886,244.769041435788,9529.52475341113,272.214826605658,11686.2097256418,26.9329493956786,1153.62716651562,255.470478982154,1539.74041629184,116.635913270416,2028.32758095498,86.9010368088463,883.035883241644,161.881019983001,2915.92101088281,203.504799558914,2111.96430514906,71.8515829835803,1811.49954255412,1781.77519278271,589.322796366674,16078.5234878296,6391.21666098432,364.786739662318,2847.31252465651 -3902,129.503950539682,1952.36267453534,119.251287296409,1757.18599484176,151.886352602244,6962.85814494407,36.6244530939053,629.878608870294,707.473722188191,16841.0754633914,175.169721684852,4948.35799963959,58.8889545242847,3866.28775077839,220.220095621994,9396.15512975801,246.456556542119,11522.6564075729,24.0690003003496,1137.48167919957,230.374021341492,1518.19111502466,109.966104698233,1999.940301094,82.1294602167795,870.677432377871,145.932711206086,2875.11149541517,191.62151183746,2082.40649488725,67.8191975089182,1786.14686039106,1651.52809166985,550.121094163268,15030.4011282489,5955.83065544289,336.426740478955,2649.59310929547 -3903,131.944662758474,1901.56705282551,122.095328156297,1711.46838497758,156.158251672973,6781.70189105597,37.5466586199214,613.490733832219,727.738713338034,16402.9125597553,180.192834313163,4819.61402992899,60.5467373562967,3765.69655808074,223.272880964243,9151.6905393808,247.985615899598,11222.8655420716,24.4549926629638,1107.88723456482,227.97832862244,1478.69155760746,112.738341457383,1947.90682785584,83.7883619350637,848.024570763992,147.186252594462,2800.30824405233,196.963800484956,2028.22745636125,69.369903777583,1739.67576082437,1712.23615156194,566.145547229696,15367.0391836918,6046.31653043819,349.337196964828,2686.7721647284 -3904,138.112485444665,1877.3552447593,127.94436245845,1689.67701875313,163.051804235626,6695.35349523972,39.4203435201977,605.679429005563,759.732331104616,16194.0615649752,188.112673313248,4758.24802673048,63.2029997754238,3717.74961760111,233.95460703008,9035.16613152906,260.598382816722,11079.9697835162,25.680421428121,1093.78099884601,243.860779781716,1459.86403526018,117.665862167469,1923.10499603149,87.5297433592596,837.227050838381,154.754498466323,2764.65316387491,205.474186056039,2002.40293767542,72.4324911917807,1717.52524262101,1778.11599744098,590.404606859469,16065.7715755974,6343.23890431078,362.220204559983,2817.2993017287 -3905,149.92606866571,1850.33752823812,139.159941570169,1665.36024928051,177.72812211513,6598.99817663475,42.8619129140679,596.962871411434,828.26062858167,15961.0068110013,205.082723050506,4689.77031230613,68.8667946784366,3664.24610219268,258.516136897248,8905.13770033849,285.669913759893,10920.5138235906,28.4111064974487,1078.03999029391,257.702009636827,1438.8545897787,128.06987082273,1895.42887784965,95.0808823952466,825.178205428562,169.392604750633,2724.8660134837,223.876149938551,1973.58561336649,78.7642437972867,1692.8076990167,1973.55316763202,646.951772702422,17570.3582126501,6895.3444905561,404.574918764094,3068.2447748883 -3906,158.740147627456,1820.65853661918,147.280313634765,1638.64825099554,186.668530174781,6493.15175208312,45.3914850625592,587.387723208984,869.346769253657,15704.9959048049,215.247213139591,4614.54746692278,72.2175347453873,3605.47243106671,269.096697010856,8762.3013241961,296.940630403443,10745.3512744349,29.5464021403954,1060.748474909,265.512385764987,1415.77569057291,134.714820136253,1865.02663127491,100.537443001694,811.942535357944,176.029269005759,2681.15978456994,234.841713150148,1941.92975059311,83.0531113933084,1665.65544990277,2061.93564327361,676.623047197515,18473.0756791051,7241.37033351265,422.860919773148,3226.73215549318 -3907,163.381651229982,1747.15530666541,150.486681932278,1572.49310065641,184.587760036535,6231.01164356812,46.5132035516167,563.673833963598,857.278567441589,15070.9572302286,212.223366390653,4428.24996150276,71.1570058163669,3459.913083247,269.634069159643,8408.5516033107,302.095109617076,10311.5422928092,29.50270168648,1017.92416848022,287.378122731988,1358.61830270798,134.486004158221,1789.73218226578,102.698289541743,779.162968138005,179.313871117514,2572.91658562611,231.544991689601,1863.53058559813,83.8128514766042,1598.40997081073,1951.37219496382,659.438027602745,18536.5301374107,7409.50656008625,397.355678161829,3313.2882231612 -3908,158.016463270819,1686.69810317849,143.904360204851,1518.0797723132,172.416985848783,6015.39856244852,44.449462643968,544.168902976535,798.852017534867,14549.4535467641,197.730878987084,4275.01824363992,66.3106804802942,3340.18894165357,261.354170790078,8117.58862287488,292.958474835431,9954.72970249047,28.527222829059,982.700712183416,278.649437116967,1311.60573154472,127.21750983363,1727.80168168719,99.2283047908421,752.20141873568,173.897585917337,2483.88538102819,216.445062208088,1799.04642246289,80.0868524675505,1543.09983524799,1800.57148015969,613.710549666076,17674.2243942377,7128.47629447127,368.039515266944,3211.04420120044 -3909,131.929827480202,1644.75411251705,119.091439477677,1480.32890055184,139.557507220125,5865.81054746665,36.7823816094305,530.636774528841,645.165360789552,14187.6447900314,159.668745796892,4168.70916263081,53.5441797592563,3257.12674248933,221.762423995352,7915.72436468331,252.047909857889,9707.18031063928,24.1071438965114,958.263387319449,251.235803962861,1278.98935612358,104.031984796994,1684.8355471638,82.6413956850859,733.496038547302,149.677229433507,2422.11732364459,175.136490604936,1754.30860826776,66.0695124842013,1504.72677669214,1412.02952215771,494.139012725276,14601.4094242774,6012.68818262008,287.388048158755,2718.50236481564 -3910,101.032089549177,1534.86085097944,95.3228692632206,1381.42161113271,117.624941501022,5473.88992679932,29.7160934389216,495.182596058643,547.062966080279,13239.7057955955,135.439787887026,3890.17935516789,45.2523411230439,3039.50376878795,177.600731591766,7386.83997932278,195.99134336241,9058.60086855032,19.8258858477187,894.237592677442,190.672657769948,1193.53444785086,84.1874403631608,1572.26426856156,63.0927708814516,684.487939775916,117.83840834867,2260.28500445695,146.431924027646,1637.09552867192,52.0043754163276,1404.18935778238,1272.92494904914,424.312136137268,11798.6659454645,4708.97168746783,260.148906031227,2093.93820174893 -3911,98.3861580497764,1423.26090404182,105.764285195368,1280.97825276409,154.884459625943,5075.88262536651,33.5325279955908,459.177800308387,691.570518491018,12277.0449372413,188.649691741775,3607.32387068698,60.3998174949364,2818.50102505586,186.464608791016,6849.74181227847,208.277925136282,8399.94873365861,22.8220462049468,829.217452363911,186.424560853302,1106.75239137755,107.103996609573,1457.94471390525,64.0526189545998,634.718726032736,151.696019828578,2095.93936595797,199.964674714302,1518.06208403424,68.8546638297049,1302.09055337357,1846.7720018309,572.063797314308,13978.1328535553,5145.21614811967,375.890413470476,2253.22353859273 -3912,97.9812045423446,1347.38566851064,104.314294850914,1212.68822500967,153.983058139982,4805.28305459591,32.88506851947,434.698645678237,687.688170353487,11622.5453485891,187.577770728815,3415.01440195336,60.1797361113064,2668.24436549775,185.738293313988,6484.57631671933,208.906316649086,7952.14040364252,22.5582043643926,785.011172738017,184.030411908921,1047.75049078997,107.182757670009,1380.22045530667,64.2795200970221,600.881337050141,151.086633022462,1984.20307600614,199.832449910041,1437.13291788491,68.9952077261194,1232.67501112157,1840.27257604721,570.355927641064,13907.1948346849,5120.72259074028,374.611874649148,2247.05001294699 -3913,97.9931363703357,1312.70232793863,105.587690830654,1181.47215992998,163.38698736559,4681.5892432229,33.1108782532994,423.508975543988,731.911549937145,11323.3669410554,199.439302890596,3327.10779115187,64.1192233950173,2599.56052075996,191.436172673194,6317.65546093602,211.702958158028,7747.44266910239,23.2449656655518,764.804033465859,174.820119017143,1020.78012294664,111.865315251,1344.69190751621,64.6928532075098,585.413922973138,153.171344330653,1933.12728333779,212.282510324715,1400.13937431149,70.8118557290409,1200.94446193695,2018.56467847182,612.257326435147,14396.0915581866,5175.20356375035,411.689500467664,2246.04190422349 -3914,112.819910110686,1313.77262207742,121.391531675572,1182.43545732117,197.042899901243,4685.4063138722,37.6658397776876,423.854277875371,885.015975738195,11332.5992955736,240.948193802694,3329.82050361699,77.795752973071,2601.68003737053,226.138394917663,6322.80647611046,249.212587189684,7753.7594419936,27.2064404171202,765.427606119704,189.340795788226,1021.61240225272,134.398538933587,1345.78828392727,75.7816228104308,585.89123231981,178.435649394593,1934.70343259635,258.060016525105,1401.28095906678,84.1042810369131,1201.92363580696,2503.69125909047,747.850807187089,17042.5268623263,6008.70343394213,511.41552853126,2591.05551729678 -3915,167.238783034134,1337.05876936206,179.170382574348,1203.39370059026,267.101511467034,4768.45345588122,56.465445571768,431.366942529796,1193.82835411025,11533.4655428069,325.549331560485,3388.84037461723,104.468022134881,2647.79388045087,319.553076053106,6434.87594717478,357.118725525969,7891.19203979766,38.9036569896851,778.994535185139,310.46246317349,1039.72011470379,184.795887246434,1369.64189730515,109.667576137846,596.275943722158,258.80142248912,1968.99535520645,346.333699391341,1426.11816015596,118.376915756326,1223.22730003162,3220.39656610676,991.939024311639,23957.7698422171,8764.16951925462,655.89041534134,3832.63772511666 -3916,233.080573096981,1408.59497050574,248.202781046339,1267.77846496492,351.133105870424,5023.57840130671,78.9456720902198,454.446221522347,1564.12474076633,12150.5366318718,427.004269578481,3570.15235000489,136.505554488312,2789.45789699167,432.239255427728,6779.15892907492,487.863033220553,8313.39180689667,52.8789879405621,820.67281517983,456.731193037543,1095.34790681204,245.611588160451,1442.9213824748,150.75961056581,628.178292986578,355.913885190162,2074.34184483623,452.543434505569,1502.41927563217,159.835063241147,1288.67321473981,4076.85226038584,1284.79528657541,32281.6840864439,12089.7000232387,828.49315622064,5334.30808706594 -3917,259.303594106668,1629.76998335036,273.161597269848,1466.84272697353,392.411435678063,5812.37151834876,86.1763535333214,525.802538268464,1749.16609105465,14058.3917299617,477.414647073797,4130.73115967229,153.09813696885,3227.45348771507,482.651130809151,7843.61009822509,546.323277090586,9618.74542392156,58.4688710478525,949.533363626528,499.702212533065,1267.3374371108,275.606468996981,1669.48626591185,168.747435588699,726.813702688585,396.605325869539,2400.05121749647,508.467188117723,1738.32640972242,179.142899194738,1491.01833224386,4590.74138811301,1442.74856672353,35981.9151884259,13437.6545069415,933.333339569549,5932.28351093605 -3918,239.408935609424,1808.36460866051,242.9835051304,1627.58334061166,344.124977064475,6449.30699027892,75.7340580747172,583.421409807708,1530.889801055,15598.9485135113,418.113911595929,4583.38790955429,134.700846453566,3581.12661474092,436.021025422228,8703.13421566629,504.76022352438,10672.7936960633,51.615353937977,1053.58581092204,466.151069385418,1406.21571873005,248.233165612532,1852.43310943392,156.791530590446,806.459924074442,362.681330075055,2663.05535445621,450.504071111181,1928.81694334539,163.752738091115,1654.40817442897,3935.92238647318,1261.71620047734,32226.5288144675,12255.7886278306,799.086763330093,5474.34015724325 -3919,216.229031819471,1907.75740597024,221.793974478375,1717.03989174265,311.798615934257,6803.77901400861,69.5216549148577,615.487888909027,1386.82304412929,16456.3105302324,378.790081196596,4835.30378055978,121.728617992108,3777.95539034005,393.905455798119,9181.4829131106,453.984198854784,11259.4004099313,47.0252629927177,1111.49384586802,424.73492868504,1483.50528369727,223.634184392455,1954.24803530343,140.967985424785,850.785226277369,327.602646095643,2809.42435537695,406.305165704596,2034.83013923486,147.382390461834,1745.33909375855,3558.48820494674,1140.08549104105,29173.4157824822,11090.0631895376,722.374434050404,4945.24096139179 -3920,207.908184068092,1952.4783817823,211.932701334869,1757.2901348955,292.555741470033,6963.27080041911,66.4545141776137,629.915938778666,1299.4046800917,16842.0735538093,355.079052827504,4948.65126527541,114.022600841271,3866.51688725873,374.386126288326,9396.71199516843,434.216226537112,11523.3393005968,44.6289579808442,1137.5490923269,415.333922112447,1518.28109098895,211.384253647856,2000.05882804052,135.175676962268,870.729033286863,313.408083920634,2875.28188959457,381.052216506948,2082.52990921273,140.274116394831,1786.25271681752,3284.67795115472,1063.9751179399,27670.030671452,10618.8627589804,666.118725911966,4754.54811501832 -3921,189.994078981793,2002.89795283508,193.23906027459,1802.66928769096,260.279521207647,7143.08591650814,60.7769335244769,646.182490935592,1154.14007843707,17276.9926454344,315.556962678796,5076.44211633582,101.196548227859,3966.36338222784,337.79570105749,9639.36676283375,393.704987679543,11820.9107513503,40.3518978964568,1166.92444307175,387.042171467355,1557.48822488578,189.280775199754,2051.70708654676,122.892104790977,893.214191008022,284.826494108075,2949.53135677529,338.332074519215,2136.30784893632,126.531972598295,1832.37978107295,2865.79267310054,940.059274686054,24913.938098999,9660.55688204935,580.45662488298,4342.11879233462 -3922,182.941431492835,2036.01924417021,187.537576552678,1832.47946078239,254.768310945807,7261.20887396467,59.1713944142422,656.86820685419,1130.62645476512,17562.6968202249,309.043906981149,5160.38963749788,99.0491958061851,4031.95388170276,327.57900818323,9798.76992882433,379.248809576369,12016.3894217877,39.297169152227,1186.22150430763,370.352990008722,1583.2439161203,183.842054455168,2085.635519122,118.171615510846,907.984992187968,275.099200333566,2998.30682595561,330.45793935187,2171.63529761936,122.301502406835,1862.68126721686,2832.4656703723,922.113085316578,24208.7787995155,9330.18494750361,574.063930776339,4179.54463070191 -3923,176.575870389378,2008.56762477146,179.999005409709,1807.77216547688,236.697006452292,7163.30609482657,56.963073819298,648.011661877351,1047.99362087587,17325.899221133,286.678571017042,5090.81217516127,91.7503241289402,3977.59110310391,310.620556919206,9666.65324896866,362.413859869895,11854.3726088825,37.297584828165,1170.22769611936,366.456826295647,1561.89706022728,172.564211385029,2057.51492417213,113.355139547036,895.742643056596,263.502555836751,2957.88069635861,306.407158678561,2142.35516884167,116.015426618753,1837.56676137158,2559.44061093794,848.687707463097,22879.4023779187,8946.63798571081,517.8082226379,4030.50006199369 -3924,159.623969031448,1974.43389151806,162.334269576162,1777.05076375842,211.801884826676,7041.5723894548,51.4845479448226,636.999308128931,937.086675790117,17031.4617249314,256.402139862794,5004.29857079615,81.9755623164709,3909.9956524803,279.405083472283,9502.37749375684,326.304534910636,11652.9186037858,33.536074683137,1150.34076797592,334.180181010165,1535.35407657786,154.639276714536,2022.54937722195,102.16163837712,880.520332358812,237.697549336731,2907.61427294339,273.676748726351,2105.94784106968,104.255050671046,1806.33902828737,2270.01516017467,756.76529880515,20567.62334282,8074.80022944953,458.995436856806,3642.280689187 -3925,156.217306216416,1926.01027538564,158.232196069313,1733.46803130952,204.40888087555,6868.8755978223,50.2286898352666,621.376698475619,903.682286479608,16613.7597353712,247.325558085337,4881.56656439914,79.0940602083235,3814.10177152105,271.808273083183,9269.32867805338,318.760663448306,11367.1270866749,32.5765308896087,1122.12829653829,328.902855057177,1497.6990318833,150.066927634747,1972.94571357324,99.9370616636342,858.925292507588,232.029802504612,2836.30411258856,264.348140712134,2054.29880369803,101.570563340145,1762.03799188065,2170.21103753035,728.549049483379,19975.5385175028,7882.08750771745,438.538815715555,3563.81036719104 -3926,147.14129429734,1883.54560070994,149.056859743629,1695.24852804361,189.41727028115,6717.43062819929,47.3801342980268,607.676584987624,836.434438165083,16247.4595596561,229.009335290655,4773.93778447298,73.1314187293568,3730.00845541699,254.043046015688,9064.95851876289,298.016603581241,11116.504667936,30.5239258373083,1097.38761178397,313.699627566506,1464.67776353192,139.306575842605,1929.44620635336,93.5703572037569,839.987707603083,217.830640386871,2773.7692793316,244.152121505713,2009.00562354184,94.6872034671312,1723.18857812222,1982.27650046578,671.287679042869,18646.4006611653,7402.90628080792,400.182651075711,3352.66842544391 -3927,151.050464486143,1851.63923687082,154.05541262716,1666.53182677919,198.407474512048,6603.64055823412,48.9928979420868,597.382833559562,877.164454057147,15972.2353463552,240.066699854265,4693.06955604289,76.6605918156852,3666.82389176392,263.081759315319,8911.40244633377,307.446442909152,10928.1963825296,31.7013155410068,1078.79838920241,319.116675823558,1439.86682101335,145.022012192341,1896.76230815376,96.3510780956144,825.758716593219,224.451410055913,2726.78295110108,255.812881523484,1974.97402677275,98.0428126307572,1693.99858573963,2106.89284897981,706.261485589365,19359.1177089277,7630.91050257382,425.753427502274,3445.57924177843 -3928,160.000849561777,1836.59725548361,163.845382608868,1652.99358443671,213.167152175178,6549.99520638218,52.1386961597355,592.529932797625,943.264542890331,15842.4832531786,258.079968724549,4654.94492382232,82.4613155501066,3637.03607152778,280.486510655181,8839.00975392235,326.374708779689,10839.4200575801,33.842719364141,1070.03465976321,335.071378861001,1428.1699151094,155.051051982868,1881.35376486568,102.131489948991,819.050580905668,238.412316464424,2704.63164992929,274.874868822027,1958.93012256107,104.381551167751,1680.23721436163,2288.72439128095,761.435098292077,20661.7598396733,8099.75545258895,462.83105332079,3648.49514350966 -3929,174.523029875116,1813.86071832349,179.262126377182,1632.53000705426,234.997004826444,6468.90818038133,56.995981718225,585.194585434282,1040.44845944756,15646.3579414811,284.616258611005,4597.31806637015,90.9155890607963,3592.01062811819,307.344091239935,8729.58539693355,356.96647788031,10705.2312057796,37.1231803764314,1056.78794346127,363.992816199234,1410.48958903415,170.370275380185,1858.06315520236,111.596261727535,808.910974133864,260.561002127749,2671.14910070439,303.005062954928,1934.67914026612,114.381562610691,1659.4363688044,2540.47541535174,841.075473483757,22674.8729661644,8856.21759665585,513.972606173916,3982.98268617479 -3930,182.749129974235,1762.02372858514,187.164066723127,1585.87513418098,240.417319056565,6284.03801721096,59.6187275216354,568.470740315603,1062.78928101438,15199.2121998804,290.878707471765,4465.93469882546,92.7642523387979,3489.35720154092,318.313919700037,8480.1090043585,371.492036525368,10399.294286503,38.4890241275727,1026.58677904582,387.619930458896,1370.18024575646,175.313967304465,1804.96293657121,116.411161828433,785.79370308773,271.562059646644,2594.81229759483,309.348491801612,1879.38936981799,118.489043155375,1612.01255883256,2549.95887334743,854.672929908404,23449.6790752564,9242.24815397266,515.251144995244,4170.57576111053 -3931,189.411561997833,1686.1195669437,193.014970315647,1517.55907204447,241.973764172451,6013.33528507333,61.6135442702678,543.982253434673,1067.74426076189,14544.4630946747,292.410623671655,4273.55191546081,93.2012463822682,3339.04325925187,325.668262840286,8114.80429582276,381.756822337394,9951.31523737098,39.3750959819499,982.363646546786,407.821975619275,1311.15585172329,177.809470076439,1727.20904695457,119.951134822803,751.943414190719,279.914809297922,2483.03341013116,310.827255220465,1798.42935083549,121.117246988121,1542.5705531157,2509.4493507691,853.934973235873,23912.3109528459,9524.68813662323,506.301373245947,4315.07627055963 -3932,181.579886685195,1616.43468455725,182.613773451422,1454.84055105513,221.069123635856,5764.81283725537,58.3149766504687,521.500253881331,972.536157825454,13943.3614764997,266.608100364153,4096.93219735799,84.9182950650431,3201.04543195307,305.809913689911,7779.43117399342,363.175459176276,9540.04177521455,36.8056637543164,941.763978224083,399.819128412178,1256.96767722553,165.30528618438,1655.82599580358,114.642777073259,720.866680721501,266.013492964298,2380.41323150394,284.111736318617,1724.10286755977,114.163560217242,1478.81834379788,2204.90133809068,771.41509879076,22346.4079294354,9059.07999918118,443.652971000868,4135.36880677376 -3933,150.985192918026,1570.46985513893,150.391418258591,1413.47080169317,176.971882709904,5600.88500198648,48.0455168103909,506.670907270376,776.581495536155,13546.8689748797,213.069507427075,3980.43210527936,67.8226839537008,3110.0207164816,250.260189751664,7558.21578539753,299.897018156632,9268.76178040204,30.0237027296316,914.984040237754,338.079153697788,1221.22462777232,134.10203449208,1608.74103767278,94.9984161243962,700.368163627508,219.72759076557,2312.72395882468,227.382488594906,1675.07639283479,93.6118942954846,1436.76676351273,1707.0306610992,611.608121801885,18215.7630238238,7485.8540598011,342.648404115944,3436.24754782219 -3934,116.698897243677,1469.65963914362,121.673457090173,1322.73853048435,152.739363545444,5241.35793117545,39.1924448108778,474.147135207304,674.592854974125,12677.280308183,184.687218815664,3724.92371778957,58.6469356516965,2910.38500927432,202.415642907297,7073.04546304349,234.041977161249,8673.78959801099,24.8759130578853,856.250191621178,251.836927673635,1142.83285342424,110.333200087453,1505.47415167836,73.3555657939142,655.410748099606,173.102547888449,2164.26762197509,194.543457739599,1567.55136622078,74.6169635826998,1344.53909846673,1601.99877264344,538.854560730082,14934.8884360168,5901.51944746776,323.470321796022,2657.60287399131 -3935,99.0612481408296,1371.91567220746,107.179573939273,1234.76597701327,168.626953304603,4892.76625547025,34.4822655121428,442.61260797923,840.177300783581,11834.1410980693,224.075563831974,3477.1868874283,69.4103307558386,2716.82143268745,238.563580112716,6602.63210782574,273.093852203944,8096.91412215374,27.2949598050535,799.302794965673,215.849999490614,1066.82544758451,118.399692704032,1405.34823695253,69.1874873438014,611.820759788313,187.655675768762,2020.32674120994,219.585900405187,1463.29682671401,84.2406927728069,1255.11663513945,2086.31979091134,667.968443563247,16446.6133279511,6228.33394230619,437.949573053852,2743.87142706521 -3936,97.3367451845191,1299.48273639248,103.986414591427,1169.57412406533,171.216444487043,4634.44321760455,33.3048323954486,419.244021065228,854.012241361833,11209.3347780113,216.490182558846,3293.60209447339,67.1681115260324,2573.38160147831,232.872166718309,6254.03340211478,269.291166022861,7669.42191341927,26.4289634434267,757.102061190739,212.666741443407,1010.50033902565,115.641292552375,1331.15016435446,68.3354163842053,579.518501915046,183.822941375846,1913.65969152467,213.210775556549,1386.03924647432,85.1226164187508,1188.85032991743,2078.68170739253,667.494209636384,16277.0982649995,6172.62235841651,431.047632988259,2709.28016597482 -3937,98.1294334003748,1247.5011132969,106.312704158795,1122.78907675621,178.604794141338,4449.05723759211,33.8364686709227,402.473513787396,892.682466031037,10760.9414294392,235.05085048193,3161.85214666185,73.116279277133,2470.44175568975,242.805341516082,6003.86093115271,275.490680926139,7362.63138200286,27.5501051994829,726.816630774822,202.153080873361,970.078526338089,122.73986539582,1277.90178775872,69.4635632384458,556.336730045503,188.276482099993,1837.10989672387,231.381294174303,1330.59520886755,87.6767615022899,1141.29420005426,2278.57025700831,714.389293708877,16898.9369153726,6249.79941767756,478.320434277276,2727.56525449447 -3938,112.659407864432,1229.56644231803,121.802981775313,1106.6473254939,211.983844855069,4385.09546884344,38.3534867779192,396.687362600394,1061.18407238802,10606.2370032043,283.263887535565,3116.39585221064,88.5103055789836,2434.9255067754,285.554010699641,5917.54656296862,323.128030193774,7256.78268177524,32.0826765412466,716.367568248158,218.725462636301,956.132214781245,147.089036341357,1259.5300621847,81.1615606610902,548.338567879169,218.654803642456,1810.69872867071,280.733929809651,1311.46593754045,103.28364807815,1124.88641031372,2786.23818742967,860.784158906253,19896.3178364322,7228.07321451167,588.360414572194,3145.15951363579 -3939,162.137015589656,1221.52476480425,173.522032818027,1099.4095702927,259.475136326376,4356.41582826941,55.6927749952801,394.092926273871,1292.83890985758,10536.8695134299,357.135087176648,3096.01383007159,110.713361879726,2419.00047416094,386.160764682623,5878.84430215997,445.834076327367,7209.32147585262,43.9582326129867,711.682342003433,357.509028466534,949.878866717101,190.770680232074,1251.29241496988,113.203538114626,544.75229406794,305.559051186892,1798.85629807938,350.946026535956,1302.88861648074,131.634063686472,1117.52936685511,3243.85981471406,1047.30738438488,25974.3165732292,9959.11688379758,683.445652346715,4424.58391257759 -3940,234.086030930588,1212.29708590472,250.69727490074,1091.10437764656,343.275842199314,4323.50646157104,80.9453832584076,391.115857707592,1702.93103347609,10457.2715787194,503.102591219614,3072.62582983161,155.568886498828,2400.72678845557,551.161740224224,5834.43416076646,637.942117519531,7154.86060401489,63.0280620011305,706.306129977538,528.785315962578,942.703263382596,269.836334462512,1241.83986439748,162.297131415121,540.637110001046,438.812684764794,1785.26732405009,492.790465153803,1293.04629634026,180.283000175,1109.08729310004,4271.55305750315,1401.58327559318,36357.8123302651,14166.9579338973,913.860355513409,6374.16641053425 -3941,255.570289605509,1281.4612842769,269.568709906283,1153.35426713135,376.209934849216,4570.17195474786,86.4754602059247,413.429872220632,1863.71311352888,11053.8817779121,539.478896670843,3247.92584901739,167.229581627837,2537.69349881456,597.852538705986,6167.30138149687,697.091297334509,7563.06103928368,67.6614873566233,746.602438409887,576.995879022966,996.486544950116,292.329874912842,1312.68954285198,177.598452144247,571.481638754136,477.653934912647,1887.12072680394,530.932050362434,1366.81741365492,201.422550929788,1172.36314721528,4577.13291645142,1514.09591092882,39783.6721025142,15568.598219323,976.519607480012,7018.66378303822 -3942,239.666709767465,1393.37942684514,244.008689290047,1254.08401127912,350.947356894662,4969.31406123875,77.1847259955788,449.537325445225,1740.27754494342,12019.2873909664,487.399181820974,3531.58781577473,151.9506746399,2759.32636925673,553.399286936294,6705.93093179585,658.156935039847,8223.59113413116,61.0823227152866,811.807965232258,539.481224178986,1083.5160358707,270.841629138669,1427.33504732981,168.196844994755,621.392755309876,445.263390452917,2051.9349503293,485.850099685446,1486.19024843587,188.660504548925,1274.7530574386,4202.70580002177,1404.2934773339,36760.9881629587,14520.2705240929,887.456343070006,6567.40446422766 -3943,215.958652608748,1515.8269569456,222.181854498014,1364.29052557171,320.570045937564,5406.00791602739,70.7077538505446,489.041809384224,1587.71885725902,13075.5194740852,439.265044171907,3841.93702650881,136.562087475887,3001.81071497552,498.124586825603,7295.23536948363,589.993654060412,8946.26465975537,55.481606231352,883.148102989021,491.420508902523,1178.73336136043,242.860050338846,1552.76653268414,150.770330184911,675.999567097167,401.021833984281,2232.25508550133,435.737336155898,1616.79381676356,173.749010473233,1386.77592813994,3777.36996091763,1265.3750740195,33461.5146577741,13211.1989248233,796.738916117366,5963.86354128853 -3944,212.47285533692,1609.17403446782,218.443753395988,1448.30574437346,303.726146668552,5738.91863364651,69.3914166472957,519.157795567887,1505.05437498806,13880.7311273006,433.981249599247,4078.52972715036,134.944828373376,3186.66707752662,490.957762811339,7744.48777158516,581.780410032289,9497.19011790348,54.619426824509,937.533792632275,482.085382269701,1251.32166964771,239.854076610821,1648.38840907065,148.633866133457,717.628714610126,394.870237996805,2369.72096678869,430.792087454099,1716.35859693806,164.243060550458,1472.17583442665,3668.46627100802,1226.87047979837,32344.5312106265,12799.5606805093,779.393228345727,5802.10121363188 -3945,192.604896234306,1666.07323099159,197.171690913782,1499.51675785645,278.630734017765,5941.84252638616,62.8766209428649,537.514828930431,1379.10802118847,14371.5434517532,377.971737429489,4222.74350359868,117.325012432647,3299.34525429075,437.607345812431,8018.32709676238,522.130001898851,9833.00369391667,48.7823558846727,970.684289950797,448.819121155499,1295.56747281796,211.293542371913,1706.67419670221,133.792390796336,743.003531994131,355.208941099454,2453.51253694064,374.760275812433,1777.04775983817,152.230418189884,1524.23087653295,3215.14953538949,1092.35096749362,29264.9915021389,11697.8477417064,674.206730549529,5295.53362429524 -3946,184.408094261822,1675.53232438504,190.044755135027,1508.03023061008,263.616078145144,5975.57720403461,60.8359331043612,540.566557313454,1304.60928536466,14453.1375672995,365.447139564681,4246.7180351103,113.333947803016,3318.0772129568,420.474772624017,8063.85096897674,499.022870024686,9888.8303518022,47.0804580466025,976.195328231344,429.124231403392,1302.92302808104,202.987102388008,1716.36380116766,127.766560907212,747.221917879009,340.640586659455,2467.44229932875,361.297416166876,1787.13690862961,143.764567398856,1532.88466314095,3077.62099542276,1042.56268613126,27942.3945866678,11153.413014901,648.736648326852,5052.16125048501 -3947,176.243447938266,1634.54291780952,180.135671777488,1471.13851366076,234.539762272959,5829.39359422007,57.9036136791872,527.342400383519,1156.92129402081,14099.5630504633,329.860624752013,4142.82839381878,102.084478549347,3236.90538836621,392.58589984736,7866.58084704516,470.81670920145,9646.91482325811,43.9949329838702,952.314161259123,424.154946421835,1271.04895381976,186.479225015018,1674.37551323452,121.049889614381,728.942244876986,322.147655667301,2407.07999289224,325.825670708766,1743.41726187149,131.66357862118,1495.38491946163,2644.50647044994,922.48869558167,25736.0795485711,10506.6357253784,557.407994181488,4801.76981637538 -3948,167.325369774721,1572.03190718172,172.714146371436,1414.87669620683,235.596258895915,5606.45586590989,55.3502197355345,507.174862391281,1163.51139423399,13560.3432318267,332.969071671514,3984.39120203049,103.213765567243,3113.11406730104,382.087186547275,7565.73348869428,452.621363492784,9277.98086106496,42.8181530007076,915.894119908814,389.260608018635,1222.43930656305,184.48735239606,1610.34115576228,115.848607425109,701.064777775892,309.292414443922,2315.02428644477,328.823161349404,1676.74249071798,130.683470246564,1438.19582912046,2741.6596856439,931.776679436181,25394.8397279979,10143.736639122,582.392404727326,4608.48333707132 -3949,162.770801931459,1520.71560145763,167.100698435632,1368.6904548381,226.6106653198,5423.44265738066,53.6324303176408,490.619002312904,1119.04956714215,13117.6889092083,316.655405715481,3854.32753340285,98.1536931455918,3011.49175766358,368.338019902313,7318.76299721815,438.764590225291,8975.11696867602,41.2135860569735,885.996315383714,382.821192865676,1182.5348562156,176.93739472439,1557.77430982762,112.49276343783,678.179711445886,299.641572305581,2239.45425920857,313.070605520688,1622.00808623091,125.799325559433,1391.24837435119,2602.41466182913,891.821951524389,24431.3507548268,9827.6416566297,550.074345958705,4470.25473405474 -3950,155.370091376782,1489.35885054894,160.053015843995,1340.46842198573,219.563772979434,5311.61271343058,51.3655645728225,480.502569081177,1082.81824886775,12847.2056556471,303.144413550473,3774.85232563254,93.9049698441154,2949.39559923784,351.909249800918,7167.85205236858,417.740301538434,8790.05244583341,39.4779232966317,867.727307200416,365.762818221689,1158.15130225479,168.791003667834,1525.65341821686,107.06914853921,664.195826317892,286.134910697891,2193.27730849531,299.061448737571,1588.56271124886,123.352623878767,1362.56120320307,2486.2611100091,853.286594312501,23603.4472433731,9475.06159761567,525.772754601825,4304.91132425723 -3951,154.779902798088,1481.23039470438,159.332059872226,1333.15256363827,222.217513524209,5282.62358875546,51.3262876758052,477.880136002314,1095.19995150356,12777.089616212,294.885656196297,3754.25035960041,91.1858063752559,2933.29871843056,347.05724838517,7128.73215263012,413.813743949437,8742.07908256301,39.0429431795789,862.991522336277,370.634903615934,1151.83047385387,165.292360362187,1517.32687794787,106.254567475903,660.570852763413,283.754820997171,2181.30708536848,290.534366052733,1579.89283168964,125.043942302132,1355.12476934989,2436.1431221456,844.386914671794,23585.6350482545,9516.59991427776,510.081229372823,4315.74744796106 -3952,160.026994385435,1496.24345278723,164.425142442968,1346.66477412407,237.270835975925,5336.1657892473,53.145157620857,482.723705418724,1170.09437799813,12906.5922170389,298.353171278133,3792.30168430167,92.1781053504722,2963.02926149233,355.699483019292,7200.98564556897,425.089317054565,8830.68470495685,40.0699833253014,871.738400537108,387.952474631663,1163.50488849416,168.16828590424,1532.70579309216,109.313098961257,667.266089787873,292.225278579207,2203.41579316051,293.584190130093,1595.90588606096,132.811121155801,1368.85967983006,2528.29647947854,880.983082761078,24559.4750437586,9930.41881804832,521.7650599409,4483.02004679881 -3953,172.596578098763,1497.80550483003,177.408200996705,1348.07066863774,249.167752354628,5341.73665317071,57.3639840467982,483.227660539629,1227.4631231371,12920.0664739859,319.98943665933,3796.26078105281,98.7622610744305,2966.12261231178,382.662196490215,7208.50334886572,457.881793134802,8839.90378561978,43.1588845897314,872.648480208168,420.825890257539,1164.71956728489,180.598564532497,1534.30591118166,117.800228663504,667.962703936257,314.819439611844,2205.7161207806,314.609804791248,1597.57198394415,140.458318495207,1370.28874543779,2653.7456483496,929.854832396125,26213.1446302444,10646.7204634751,550.218608041065,4822.75950544577 -3954,179.893720979719,1466.88265679891,184.126278274341,1320.23916161826,250.159414806779,5231.45416975375,59.6853867336529,473.251214690611,1229.16829411164,12653.3260655426,322.125979459985,3717.88532119476,99.200869601318,2904.88571707645,393.280231493752,7059.68065268125,473.56792408697,8657.40011575683,44.407011372221,854.632271661036,447.956481453467,1140.67342373563,183.722063650917,1502.62949633894,122.143153240716,654.172322529815,326.084023830921,2160.17814927313,316.229752721769,1564.58941343084,144.761072959422,1341.99853653064,2582.91734978573,924.439896602342,26844.8591801235,11045.1824542291,535.101974961723,5029.29327721182 -3955,190.202714850044,1403.9666694038,194.642048729826,1263.61285271351,260.832669258759,5007.07214227748,63.086775354096,452.953021566444,1282.45772425156,12110.6129183416,340.43545898801,3558.42169612524,104.924312647373,2780.2924155518,415.875046110296,6756.88425864188,500.10899926188,8286.07601969994,46.9486276415182,817.976283547699,472.519406932983,1091.74885951295,194.119184910819,1438.18029311672,128.978580874876,626.114251621586,344.791751341128,2067.5260611317,334.253061251485,1497.48269064175,150.078270695235,1284.43894741335,2724.19227703058,973.441111573145,28122.1584267143,11583.4897970245,565.173350561461,5278.52116895796 -3956,183.803998552286,1359.04320520809,185.951863587942,1223.18036383526,238.172081474031,4846.85820628394,60.2373697358193,438.45964413084,1168.76354834722,11723.1032304826,316.207613658781,3444.56099476899,97.4411085333465,2691.32992840339,396.00188076719,6540.68065873979,481.346182515694,8020.94206210252,44.4855513280294,791.803063707304,463.775572102191,1056.8155937383,183.360681046822,1392.16207750463,124.488303380892,606.080142708524,331.028385697335,2001.3703360671,311.322550224811,1449.56694484608,139.52296296651,1243.34007496633,2435.54055242899,890.61885121551,26383.3591046782,11039.0943705756,505.372008956463,5066.86899402885 -3957,154.778670289759,1352.15860577571,155.601027315967,1216.98401422232,200.072090255104,4822.30514047414,50.3517422822376,436.238508698545,982.556206421865,11663.7166932944,261.435684184283,3427.11164321157,80.5887546853731,2677.69627170547,331.287579860723,6507.54707904343,404.664286003456,7980.30981953928,37.0930931035607,787.791972005385,392.796209830306,1051.46200968085,152.852036513464,1385.10970550362,104.786634905177,603.009880489868,277.952269351533,1991.23185553398,257.846439719143,1442.22377302679,116.461389434031,1237.04160090637,2028.51196674461,745.74059128496,22031.9357201001,9261.19166669212,417.728346444022,4250.54916482698 -3958,122.718606809496,1277.06439766888,129.902770178727,1149.39693498743,188.897339891825,4554.4910066687,42.2566446901009,412.011332081474,936.799131924325,11015.9542452177,241.843861717378,3236.78172640938,74.4924214761429,2528.98629033537,278.433392556877,6146.14044188468,326.22501721241,7537.11103813475,31.9429183912043,744.040733032408,293.467223229161,993.067449579599,132.575509162437,1308.18550738693,83.5368407293931,569.520799207128,226.178993774353,1880.64573145822,235.823107434185,1362.12765731545,98.8238774028684,1168.34059274174,2140.57570617943,721.961527470194,19015.6744725184,7552.3707171917,441.742491726072,3371.66378298473 -3959,104.521485541879,1198.12291027265,105.239885849286,1078.34718696986,166.433650442442,4272.95603078535,32.5508012669976,386.542931711074,912.378968896194,10335.0051757787,280.194327172,3036.70069343554,93.1747681806527,2372.65749460026,305.203946109513,5766.21796568523,354.923887526544,7071.20598502466,35.8992795768828,698.047999810672,248.618643479117,931.68117830174,149.290547384825,1227.32027464548,76.274240443292,534.3159817566,247.802470385578,1764.39398128988,264.721561049472,1277.92800106608,104.097290592197,1096.11984620399,2440.10689185983,784.056688243731,18934.1332572081,7202.53964075778,552.694399855039,3257.17207336275 -3960,110.914045823921,1134.28126209597,111.913714500045,1020.88775510976,186.920881429111,4045.27274950184,34.2297644730211,365.946098414676,948.291152368043,9784.30728103087,291.080952870949,2874.89093616775,96.9984293131009,2246.23109567633,333.233834085822,5458.96663485844,362.668711804434,6694.41872821638,38.8590435763496,660.852705043955,247.77059661509,882.036804182862,154.496199217609,1161.92285297678,82.5049505486875,505.845102325106,251.682267426071,1670.37873558113,275.994515635907,1209.83396068034,107.035445847636,1037.71340310801,2708.67859207112,830.635969265565,19868.0093279684,7431.60710565143,597.491913987618,3339.81400030955 -3961,116.498674969911,1087.18828351242,119.757618632055,978.502637067031,214.090244595404,3877.32151084267,36.3201942943813,350.752784065525,1133.11187403909,9378.08336758191,347.318974800458,2755.53149525023,116.322204485188,2152.97229257584,365.576121728576,5232.32179163088,406.408585402333,6416.48050572062,42.587824915213,633.415487022731,237.365209759745,845.416486350466,180.862497321086,1113.68225352453,87.8810439794252,484.843474804282,279.504315733692,1601.02811448758,331.101174301896,1159.60419254092,122.590992410451,994.629719456101,3305.94640725496,999.374431806346,22515.790034443,8108.24762259192,740.94823578038,3608.51841108555 -3962,138.852022906872,1058.95563668932,143.319092961744,953.092393241982,270.512725910758,3776.63329473941,42.9773370019818,341.644261075608,1461.75155857384,9134.54862791461,447.684307001472,2683.9744809822,150.489389233606,2097.06283578898,449.66559206053,5096.44625337482,505.563229767207,6249.85414420386,51.9608602888572,616.966638181553,258.960165887342,823.462289971116,230.89639498886,1084.76159809276,106.838838206496,472.252817973056,345.504354943427,1559.4518190145,428.551174667341,1129.49101332524,154.522136455301,968.800679523439,4334.1651501281,1296.35676834326,28181.3435111932,9898.73749143913,977.796447188646,4379.48018154561 -3963,194.71818199063,1051.37679096928,198.51624857192,946.271200781166,340.423626547743,3749.60428607246,60.5618751644903,339.199145287827,1780.71617974986,9069.17352401545,545.976277958943,2664.76552849815,182.790924208578,2082.05435465245,595.68729339662,5059.97146771189,649.432477459295,6205.12452693702,69.5812678650934,612.551066080905,419.879016224688,817.568847946035,286.01338962006,1076.99806153832,145.510773629176,468.872949049122,446.734923810328,1548.29096927286,520.624749147022,1121.40735256026,194.870806801628,961.867064337696,5139.31430646728,1569.62101743526,35980.4218393716,13138.8020252052,1152.40661383597,5852.84941723058 -3964,224.584147026426,1030.9833332763,219.721009779336,927.916466431912,305.684512986873,3676.87356096017,68.8951099398912,332.619731058468,1574.36535275253,8893.25960984034,484.879095120901,2613.07731972855,160.38996066057,2041.66894025031,610.258243049898,4961.82367242023,703.901914444209,6084.76430441102,71.9672946643702,600.669470102938,601.255986272427,801.710541147849,272.311175813375,1056.10763044639,159.354484588892,459.778264125557,492.670526382612,1518.25891354413,457.941347823899,1099.6555185865,198.316426405753,943.209818475579,3930.64759544041,1332.91509487124,36091.695289454,14680.9285483489,869.229971793535,6768.16823565637 -3965,249.016509485744,1059.44739459332,240.58082794295,953.534990364451,339.273307965184,3778.38708801351,74.8032883940454,341.80291386513,1779.79858116595,9138.7905303434,548.225883512964,2685.22086526822,181.602392924266,2098.03666999785,677.990395418537,5098.81294149714,806.730261449918,6252.75645197557,79.0546096437803,617.253145198768,657.390864228826,823.844689455768,310.229912265642,1085.2653397712,177.743336890909,472.472122774768,562.63932408636,1560.17599737602,519.586802373193,1130.01552645313,226.650143358977,969.250571261158,4406.63231494963,1503.1755246597,40692.2303721711,16583.2913968157,975.928446417102,7682.02438078057 -3966,224.072149301493,1132.7770622737,206.264460165783,1019.53392936027,276.22391949007,4039.90820831249,63.4705375517423,365.46080779533,1560.57133834327,9771.33205719095,480.858056155668,2871.07846867866,159.750810871805,2243.25231031877,586.689048730328,5451.72735751489,729.342568592198,6685.5410857853,66.5641000409613,659.976331119171,611.411064640164,880.867112283312,276.748833615019,1160.38199692341,160.108714333477,505.174288005556,504.686132742935,1668.16360298471,459.243495588558,1208.22956846349,203.634569374477,1036.33726442999,3578.89640431171,1302.48875286977,35654.3642807698,14819.6465255052,820.61159621787,6908.62601039036 -3967,203.574946989988,1239.80656032991,189.976392404723,1115.86374424165,254.263180734201,4421.61557345012,58.7885260740856,399.991068091243,1406.3720451093,10694.5682351221,433.596165131117,3142.34992854198,143.736158626769,2455.20413807288,535.165145946802,5966.82928007935,670.701210636701,7317.21887171213,61.3489354048358,722.333645546849,557.575242899724,964.095108348723,251.229932824681,1270.01972425776,144.913309583321,552.905260212576,465.530334113108,1825.77865280283,413.099390991457,1322.38813377708,186.143534796701,1134.25472844206,3232.70412213055,1170.49328872628,32619.4917179911,13627.9796223192,730.114175135587,6375.7574300031 -3968,199.702102753243,1329.19065412168,186.074898823736,1196.31215673238,249.489161261275,4740.39280352321,57.4861032121634,428.828501518457,1343.49312340644,11465.5952007612,414.097065860597,3368.89825448777,137.452316019783,2632.21255533521,525.053663836085,6397.00899123378,635.435022655409,7844.75518169098,60.1075063141512,774.41042944879,546.766360470368,1033.60173167704,239.376857213092,1361.58204194725,142.369470398068,592.76707190008,440.171192138717,1957.40851795027,395.206743263539,1417.72596208088,176.820257698848,1216.02904249622,3145.89081298618,1126.60259470188,31296.3874038914,13040.0701358599,707.765455495204,6077.37201561586 -3969,184.128681001122,1400.98719867544,171.556825251382,1260.93123812202,225.868339532536,4996.44623127274,53.1264957785101,451.991773483786,1275.0205390558,12084.9120114191,392.999069956446,3550.87008288981,130.375653707036,2774.3921331242,480.369740851219,6742.54493043539,602.998354471751,8268.49147051391,55.1392133656478,816.240390206044,510.237655979374,1089.43197134137,227.115402303603,1435.12821490231,130.785418011281,624.785524148227,417.588303995689,2063.13839758277,374.913991060203,1494.30476203402,167.779803227722,1281.71313608921,2891.59253397627,1060.22704803614,29336.8794886439,12255.4289646923,662.026333500945,5724.19288062315 -3970,176.606268820142,1464.04782223368,165.800118400748,1317.687723988,219.585241512559,5221.344085598,51.5397968152968,472.336629672358,1211.74585757104,12628.8727897952,373.494764768624,3710.70029533788,123.832813135791,2899.2718594167,463.04644691657,7046.0374163658,570.812981411236,8640.66919527083,53.4047000044394,852.980645954618,487.947840074153,1138.46900715584,215.252113786235,1499.72557896339,125.151548865067,652.908097131191,396.310609140322,2156.0034815475,355.633894959602,1561.56575497457,158.913140383706,1339.40504766483,2791.65420495061,1010.55332301638,28010.4943655923,11676.4463560768,633.575592616905,5444.31703020604 -3971,173.548975093757,1450.59681619361,162.707195097437,1305.58140801586,212.195836811355,5173.37274902957,50.6415224624779,467.997015376853,1142.45080293361,12512.8444459153,352.280755670647,3676.60806738776,116.703486799412,2872.63466717437,451.894002919141,6981.30162672372,546.689001194812,8561.28265353991,52.1846025377109,845.143847424846,484.054373277566,1128.00927130629,204.204433882547,1485.94678190859,122.671395943475,646.909474255115,380.388120821286,2136.19510137557,335.100087942662,1547.21879848644,151.529539150747,1327.0992027924,2624.96876375201,952.89099731424,26886.7296721779,11290.9690785525,590.730939155868,5267.16888070086 -3972,160.244644826042,1391.18098354113,150.693962736486,1252.10534520716,200.145354481075,4961.47358719917,46.8991149518296,448.828055375646,1142.84656271552,12000.3236246192,352.28596158795,3526.01575447072,116.704351230193,2754.97276501714,420.816150665748,6695.35046198976,538.662782635855,8210.61613355669,48.5772797284976,810.527112543518,442.617282800887,1081.80648818544,202.901042688966,1425.08302959729,113.471967082787,620.412335536372,374.544010421099,2048.69745265644,334.961947136471,1483.84537026614,149.884800468092,1272.74178020184,2588.74443416732,946.559719496272,26135.9487680742,10892.4967859995,592.055276142945,5093.91642396651 -3973,156.971694181453,1340.81926470887,147.033586221077,1206.77826117588,193.385851235452,4781.8647938442,45.7983089628194,432.58016772028,1110.33258792117,11565.9035661011,342.232993421577,3398.37153267237,113.398686026262,2655.24083550991,410.035474161263,6452.97412027764,521.459392757624,7913.38612103505,47.2608903181644,781.185467544938,435.70642891434,1042.64434117978,196.840080601501,1373.49403312716,111.123130786223,597.952977644046,362.501319142556,1974.5331804994,325.44682984282,1430.12913620888,145.241333752435,1226.66764287612,2499.88932278531,919.574381488606,25357.6248568965,10576.6886216595,574.897399788167,4939.91242572649 -3974,150.852616583221,1316.78101891604,142.064820768308,1185.14310629475,188.382210368652,4696.13538624397,44.2120673812457,424.824858208809,1120.72839365293,11358.5497190497,345.420374854235,3337.44543148345,114.466329509265,2607.63760252907,396.13223465827,6337.28501729355,525.258918762697,7771.51471029555,45.7848731970785,767.180352334498,416.642590505418,1023.95178386989,198.512149451983,1348.86999315974,106.642298794257,587.232859707586,365.111705717878,1939.13369365712,328.489201500874,1404.48974050768,146.380999959202,1204.67591059596,2495.40766000464,923.387764081727,25239.9609876971,10498.9504001707,578.235457254044,4918.235916796 -3975,155.705100940611,1316.20247987535,147.847904411734,1184.62240350062,200.106045997046,4694.07209886186,46.0067865603252,424.638207761695,1135.48415660231,11353.5592427566,350.032633129785,3335.97909619264,115.774551851202,2606.4919145708,413.678743966266,6334.50067673741,533.752553282808,7768.10022861586,47.9517116474274,766.843285063095,424.095779448448,1023.50190186655,201.099656009705,1348.27735555284,110.562990493452,586.974853911299,371.704888849026,1938.28171862802,332.044506235066,1403.87266588748,148.534998967676,1204.14662589664,2606.76190755382,940.229127414339,25908.5366483368,10753.5784907052,591.113668281265,5032.58222010908 -3976,162.431691505306,1346.31537437185,154.286704699481,1211.72492761848,207.190950042496,4801.46598394661,48.1225376384895,434.353343346854,1203.5145550866,11613.312994071,370.967021077803,3412.30168948824,122.81696924564,2666.12484888718,430.184226855226,6479.4253015449,563.430050239099,7945.82363075132,49.9356732820227,784.387600084173,444.415722041631,1046.91821148389,212.793925057293,1379.12407889561,115.011979353587,600.404027703469,392.883933141195,1982.62692674758,351.95365946876,1435.99133312962,156.969276668881,1231.69583725156,2728.08194559975,993.792139497363,27244.0597478907,11305.9934543512,624.548672936398,5292.88618816579 -3977,173.145009525731,1390.19746773312,164.041960827589,1251.22015096223,215.88071204095,4957.96600065096,51.2536911874474,448.510749796602,1288.03850926272,11991.8398197616,397.062497766684,3523.52298589869,131.253653493176,2753.02509659939,454.050202752363,6690.61708574512,604.073883534591,8204.81151801326,52.7765553376043,809.954098509088,481.37073083775,1081.04168921613,227.732502712284,1424.07554624041,122.150073541067,619.97372593295,421.243714991566,2047.24909593338,376.180912026084,1482.79634401035,168.151615592969,1271.8419967264,2847.50104624427,1057.0907980647,29051.2359454057,12106.3273924885,659.468949237678,5671.91746507198 -3978,186.78200915948,1390.57351839017,177.73387959374,1251.55860803095,237.458333173009,4959.30713845003,55.449809690901,448.632072677752,1321.9099923791,11995.0836317725,407.711891160676,3524.47610454888,134.79903312526,2753.76979432793,493.67838468187,6692.42690845701,635.64606836621,8207.03093276108,57.4352999360579,810.173192398977,514.590021669908,1081.3341127365,236.45016173369,1424.46076097232,132.18016413999,620.141429825669,443.113313226123,2047.80288011551,386.855632928356,1483.19744281276,175.85019526926,1272.18603203766,3017.16215800187,1093.04758765221,30699.1126990671,12847.1210163431,677.859872868646,6029.30899270974 -3979,198.502315568932,1376.19685437444,189.09139531037,1238.61917162885,254.147747086234,4908.03455808129,58.9524723859248,443.993819115269,1339.69915494704,11871.0705645496,413.258202410719,3488.0377515122,136.589277615846,2725.29951024288,526.392052623618,6623.23619553153,647.974403176527,8122.18124683898,61.2254995610248,801.797088850598,543.160358496434,1070.15456917267,240.221954561993,1409.73374834533,140.475239579422,613.729999677654,451.827979068737,2026.63134650832,392.061457598072,1467.86317172079,178.982183412903,1259.03333575355,3147.53983700912,1116.71560379659,31712.1521453631,13279.5552110726,693.502047673647,6217.85442887665 -3980,188.378142537512,1368.32873913405,176.652067544713,1231.53762777097,226.423361726238,4879.97390572328,55.1568433384579,441.455378103931,1229.67429839231,11803.2002225039,379.516282135158,3468.09563138274,125.292976533162,2709.71818512721,486.912358281383,6585.36923959053,608.079380123255,8075.7443887323,56.3871138373029,797.212983114249,531.901700665577,1064.03618614591,222.665231631941,1401.67389298744,132.566225819666,610.221127855576,423.831365600804,2015.04450925214,360.116555188505,1459.47097364571,167.015688241851,1251.83507821815,2742.46757978424,1014.84809588871,29379.2824903237,12488.8990067033,613.799472191603,5864.18220313067 -3981,160.107903484137,1402.17320006119,149.591521807648,1261.99867556696,192.145702566304,5000.67595739707,46.6088928892239,452.374405723542,1028.53912575058,12095.1424563551,317.383167867546,3553.87606099075,104.907608893534,2776.74078621511,413.752826429089,6748.25281102025,505.18068454728,8275.49113642902,47.7662582459089,816.931375987215,451.001954770479,1090.35422661173,185.722060339474,1436.34311825989,112.879070221309,625.314434403892,352.490157916551,2064.88494102073,301.254804084273,1495.56976111479,139.005325431823,1282.79816638568,2318.96505341402,852.596222786105,24620.1501542824,10448.0405206908,518.172067630971,4893.52727660689 -3982,122.813273196662,1309.17324708574,119.778929091036,1178.29587945185,161.951952795612,4669.00321620999,37.6604529840034,422.370410170248,883.161474865593,11292.925098597,271.973023533492,3318.16316436837,89.7945621246444,2592.57183866161,329.143810872497,6300.67101865402,390.034152985673,7726.6143739128,38.9101555193932,762.747927360712,335.571410539026,1018.03584839922,151.656819961748,1341.07682558724,86.3701345298296,583.840090869235,273.860864206628,1927.93024640366,255.914761186163,1396.37522690953,110.150682591551,1197.71583194536,2118.04009982123,739.66008719584,19889.9659769694,8110.30772132207,479.974593671073,3736.51408217507 -3983,116.06856383515,1228.06224249576,119.882500135079,1105.2934997444,178.772446320587,4379.73092765409,37.7807530815724,396.202071981048,1009.37723151589,10593.2617793643,266.717232112159,3112.58338472155,93.8753499491025,2431.94672141784,321.568577765545,5910.30728562507,387.698794697292,7247.90503934416,36.6759061522258,715.491194323374,214.156005887352,954.962522881695,137.727909933793,1257.98920613132,71.8549533780594,547.667753559618,227.594143749132,1808.48359607429,249.39951299057,1309.8615453236,99.6192861139363,1123.5102716357,2595.08155244075,817.53330935755,19806.2688624445,7547.70498569023,584.159775538434,3361.09548339493 -3984,117.593728733449,1181.60565517343,117.922564611521,1063.48115325998,187.224698587045,4214.04929911109,37.9278533139593,381.214072580571,1059.1282538161,10192.5273753156,279.646236286723,2994.8369083569,98.6596641364771,2339.9481717375,331.191650325196,5686.72520890685,398.654775333484,6973.72273675994,37.5337784687387,688.42474931983,211.332128027256,918.837073943828,137.205849494999,1210.40050632209,71.8808514112961,526.949931663915,232.430398029861,1740.0701450335,247.939172646464,1260.31055747072,103.144674328114,1081.00879961283,2757.45798420773,855.863473040616,20358.5108232456,7679.08995537538,622.671908589365,3404.46245547587 -3985,120.418020548925,1154.32759804807,120.14039360539,1038.93006929778,201.04250021579,4116.76550818901,38.564285557505,372.413522918918,1140.36240837986,9957.22692395235,300.767077778807,2925.69934802989,106.501028238839,2285.92910063745,347.4638143899,5555.44383391883,416.264812313716,6812.73027167069,39.1333827046954,672.532061639944,200.927819316313,897.625183088193,144.351349682783,1182.45770322915,72.835758223477,514.784984521694,240.856905639631,1699.89960877164,265.666243193372,1231.21555167766,108.825159051173,1056.05307969075,3044.24198041521,928.673346313415,21417.8417241066,7918.11019163417,688.502609098723,3483.25068913939 -3986,137.658308884418,1163.55527414169,138.716307680002,1047.23525941851,232.947070816128,4149.67486488045,43.3680205016177,375.390590579944,1322.68267874092,10036.8248344591,348.70963384777,2949.08734115816,123.83854944246,2304.20278078624,400.386967217293,5599.85396180832,480.143673276749,6867.19112694822,44.7105658973877,677.908272031066,217.756114785585,904.800784240775,174.092607426551,1191.91025092726,85.6388081473948,518.900167337263,276.426670840409,1713.48857866887,324.20717502025,1241.05786882534,125.887240266052,1064.4951508788,3579.6914897653,1089.91412115319,24781.170671171,9077.55620553075,808.796462611701,3994.65450877914 -3987,187.690771227017,1199.56925506848,204.567567821936,1079.64894142978,297.773593297358,4278.11423923372,59.6952037115915,387.009556923607,1684.76340298907,10347.4813423078,444.807494824557,3040.36652455086,157.273838611756,2375.52170893937,528.314863188775,5773.17880357156,639.469366609132,7079.74217266368,59.5190518945746,698.890666354406,356.972956929375,932.805881128185,239.98700686745,1228.80186578845,123.895890137307,534.960994995991,370.878946696108,1766.52391473056,436.832349286695,1279.47068462379,165.251544641224,1097.44305538526,4429.91640381422,1386.67728626316,32774.4403752687,12324.1416031368,997.411101918267,5494.53631631577 -3988,264.204840288614,1293.72628612532,282.536953916745,1164.39314313315,385.784589003862,4613.91355518503,84.1529895848356,417.386853371129,2172.34291773101,11159.6796526522,574.645748141587,3279.01209175486,202.19566853247,2561.98203240941,714.513020044262,6226.32927705008,874.372601673641,7635.44789853929,80.9651915903001,753.748249523715,524.931664884505,1006.02402334739,318.246433186939,1325.25343367491,169.832291364948,576.951350123222,512.095698486843,1905.18255940584,569.727528671545,1379.89936806946,221.893719577548,1183.58395922422,5468.76166611584,1765.55088731058,43987.4900053612,17085.1539615411,1226.65075515651,7689.38367626151 -3989,292.979732359087,1552.21698572353,301.715601730363,1397.0426621263,408.803458884309,5535.7884181728,91.8939417147702,500.782097703784,2296.39094136917,13389.419769741,608.058013470588,3934.16932144,213.881447015652,3073.8743353006,776.620202747105,7470.37002045474,961.215585458686,9161.03510365845,87.5381325267194,904.349589567476,572.260361963949,1207.03087958628,340.93034080864,1590.04335940297,184.357165065603,692.228097397288,562.496461287772,2285.84420161307,606.158767676042,1655.60772837162,241.455359327249,1420.06786539064,5651.33313897684,1856.37691690917,47505.4780329423,18763.5440171859,1264.86780133106,8491.80161764973 -3990,265.664839074242,1746.77925600836,260.395124092266,1572.15464358768,365.172008930326,6229.67050576905,81.1929818608834,563.552511082449,2050.47916779292,15067.7134182177,543.031511832073,4427.29684285256,191.546800096697,3459.16838551846,700.57540326482,8406.74178059881,875.827139371141,10309.3228780614,78.0015851943177,1017.70507459033,532.109188306154,1358.32587918761,293.398010223305,1789.34696753387,166.388612421569,778.995264245286,508.809708709123,2572.36280144399,508.294142875012,1863.12948679572,219.190385617884,1598.06593549947,4983.16642080951,1641.51753812552,42460.1041811629,16938.6399233113,1118.28538232499,7698.45022375326 -3991,250.099511497452,1858.2056434785,238.991319859223,1672.44179313839,342.17545988807,6627.05882899276,76.8737349592341,599.501312422772,1920.55296817744,16028.877153047,508.708894029769,4709.71243243559,179.242141828286,3679.82742730834,657.883988753859,8943.00465627949,821.759146427279,10966.9506816973,73.4930190134579,1082.62409603026,485.124231015391,1444.97297280546,266.407373405835,1903.48873320754,150.331549305638,828.68707725064,478.436143792715,2736.45285073989,462.830213249032,1981.97781144158,205.466841519225,1700.0059565521,4641.6177023707,1527.35475716298,39738.4466540005,15891.1867641231,1041.84154311687,7203.25036967218 -3992,231.589990920082,1904.25725403352,229.947092595258,1713.88964817201,312.860061970721,6791.29615836966,70.839097754464,614.35865669132,1754.84140810138,16426.1182285313,464.941954161771,4826.43247551901,163.855279719981,3771.02399652921,605.970124252106,9164.63769730921,759.644393587225,11238.7428504178,67.5225250925296,1109.45459427078,474.795057140331,1480.78350477737,254.452151980177,1950.6625872668,145.125950455336,849.224295339208,441.925083399667,2804.26992008672,439.400308090438,2031.09684765887,189.405505415033,1742.13692979886,4222.42161412007,1402.70591231244,36700.8025257948,14735.4135132447,946.458289305197,6709.89608071046 -3993,217.495415653063,1963.87557506966,212.704610425534,1767.54795670611,290.153678875262,7003.9174697831,66.657671520767,633.592944258491,1626.10749007564,16940.3857141097,430.982143440318,4977.53800507667,151.73728222088,3889.08688891617,565.828952317115,9451.56337988743,711.209121669824,11590.6044373329,63.1599908448703,1144.18930253362,443.174684703341,1527.1437463812,232.979670017721,2011.7337624531,133.783245815128,875.811735961519,413.914184275351,2892.06575965282,400.759641481033,2094.68625169697,176.823845910649,1796.67960177748,3874.42724913285,1292.84584799569,34176.2699623238,13798.8565846278,868.259279901801,6285.93420821102 -3994,204.6237251825,2003.99717589004,205.866327215607,1803.65862198964,270.368395339149,7147.00615853139,62.979905017837,646.537126423008,1514.19069523094,17286.4745407099,401.431372564668,5079.22815054368,141.197619112215,3968.54018712592,529.971556589359,9644.65700448882,665.775912551065,11827.3982599176,59.348371512089,1167.56487023351,423.925418803169,1558.34299981937,225.308150564823,2052.83309685016,128.302792631768,893.704401520437,388.607483532029,2951.15010767775,389.420033153715,2137.48028951759,165.22215351042,1833.38542097484,3598.45070879571,1209.74561735527,32114.986850656,12986.52950575,804.725189045426,5926.54691268848 -3995,197.787528192464,1980.07463453827,195.438358376146,1782.12760463685,257.565094244137,7061.68939639928,60.7751827035573,638.819145914657,1441.16920745413,17080.1187598726,382.214601422037,5018.59530787887,134.362030129901,3921.16608506886,509.045761761114,9529.52475341113,640.304836128176,11686.2097256418,57.0020012011687,1153.62716651562,419.030024461057,1539.74041629184,207.787642140998,2028.32758095498,121.752140566992,883.035883241644,374.523555853174,2915.92101088281,353.221608528569,2111.96430514906,158.437184604844,1811.49954255412,3373.53511414662,1139.10467532403,30664.7694450889,12503.0064759362,755.343817855392,5710.92971286298 -3996,190.727981602341,1961.73498679208,182.626976679885,1765.62136192373,246.667671988031,6996.2833284845,58.6416906143622,632.902339595725,1379.44529688664,16921.9210050733,365.925630153405,4972.11258014643,128.508059176471,3884.84785569503,489.267950717125,9441.26134953855,616.288370075287,11577.9708915505,54.7817351326947,1142.94215722593,383.554554797926,1525.47918776904,197.110046914429,2009.54100963098,113.615004859806,874.857117268173,360.605791115084,2888.9134611357,338.317728568947,2092.40308218638,152.24601380359,1794.72125403745,3216.9425559564,1087.8568688678,29429.1433126723,12017.9146322336,719.515245719937,5481.31933795913 -3997,186.315724673026,1926.96486227747,175.004915722189,1734.32718864697,245.237722718823,6872.28001299656,57.3728533500537,621.68467089863,1372.99195459107,16621.9939994715,364.046903031141,4883.98601122844,127.948076868537,3815.99215165128,481.617222989217,9273.92282781739,604.775337087233,11372.7609665422,53.9155073788694,1122.68445606481,376.831203981302,1498.4413352251,186.156850746661,1973.92356303778,109.294966850779,859.351000945269,353.517793738805,2837.70986766771,316.075913954454,2055.31697412785,149.966400216347,1762.9113093242,3217.49871195459,1075.53110763673,28876.8712479464,11753.7887922397,722.024824722186,5346.23045718965 -3998,184.117822593428,1898.50080096045,167.659960600193,1708.70866471443,236.95107379719,6770.76648594322,56.7600283905508,612.501488091968,1324.6916991465,16376.4630789684,351.446025867819,4811.84246568877,123.399734466543,3759.62442190374,471.316136943478,9136.93355874048,594.221696262663,11204.7688189776,52.9082818473637,1106.10078096898,360.047284242416,1476.30718691718,177.641615467753,1944.76585371296,104.043421902148,846.657142296058,347.767864387918,2795.79278383582,302.053243047745,2024.95696626121,146.640329904046,1736.87055653862,3059.40028718179,1031.2725310787,28138.1840632263,11546.155309832,685.645066270016,5253.29269393175 -3999,189.006673398218,1850.13503985446,172.16058310965,1665.17800355511,244.202341720309,6598.2760270517,58.5704603892775,596.897543845469,1365.27122215098,15959.2601467191,362.207524399696,4689.25709566552,127.004189727012,3663.84511196294,484.329276933569,8904.16318249424,609.44862961396,10919.3187566588,54.5129202388403,1077.9220169124,366.013734805996,1438.69713129573,182.950369921412,1895.22145497466,106.461172158699,825.087903524994,357.172494019438,2724.56782263673,312.27402421333,1973.3696375487,150.506175503686,1692.62244962864,3156.49841321088,1062.65231948208,28960.4125772271,11864.9610268479,707.248548071028,5393.12174045044 -4000,197.635043951025,1832.31607612254,180.538094421171,1649.14039234653,252.676194638253,6534.72691377806,61.2790466208024,591.148722566839,1411.83718928911,15805.5538109021,374.649006478606,4644.09406685013,131.404599080795,3628.55799952893,504.31513116548,8818.40567972058,634.795892401158,10814.1529494551,56.7630778434455,1067.54036751306,383.738947164914,1424.84079570317,191.17201355957,1876.96825634717,111.290822703656,817.141342267652,372.75144595708,2698.32704876298,326.229032980827,1954.36378054709,156.468939193919,1676.32051631455,3247.84062186605,1098.93175467092,30121.9357827144,12378.4246971605,727.096859676764,5632.53368732675 -4001,212.974333546692,1766.3049079462,196.587976360994,1589.72832627115,273.331976014759,6299.30630981508,66.3206920836467,569.851950546389,1527.33082890304,15236.1416421569,405.28819859681,4476.78555579765,141.98199307682,3497.83527353977,544.032564621843,8500.71307856027,684.561961052867,10424.561394628,61.369569604348,1029.08107129597,416.644352010617,1373.5093651627,208.444984788663,1809.34844508973,121.033667861425,787.702941725746,401.8790099218,2601.11689876114,356.244583047177,1883.95571183197,168.822191587283,1615.92925687964,3518.43844725221,1190.26162770459,32575.4152286121,13369.1910043324,787.478320828057,6083.19830811414 -4002,224.941872092761,1699.42593682064,209.602384342683,1529.53521105538,280.583964124584,6060.79079479277,69.4665517895494,548.275204665773,1565.2172310923,14659.2438073795,415.626866751038,4307.27755603238,145.612599095937,3365.39402672635,567.994036131207,8178.8439935738,719.070124776231,10029.8481504019,63.8603634404041,990.11617744132,444.683946334466,1321.50311598105,221.947319134014,1740.8396831705,128.905973268099,757.877534992061,422.201706858369,2502.62879447978,379.265312884186,1812.62203717217,176.279764061173,1554.74407552979,3555.15226290058,1221.83202246758,33976.7399918562,14065.4303882443,793.468999643828,6425.66473394435 -4003,227.807134591585,1658.8704359286,213.517697875523,1493.03402246436,278.906330024843,5916.15465551828,70.1366876274851,535.1910360238,1553.89461769805,14309.412159865,412.833118734261,4204.48766976482,144.507205110007,3285.08147088276,570.729205985328,7983.66213381134,724.888529919979,9790.49349139766,64.1756762793513,966.487811740038,467.285222250404,1289.96645431325,220.697756681391,1699.29587487969,131.212605519817,739.791366962915,426.040983494508,2442.90547138113,371.894347781287,1769.3651978756,177.00639044647,1517.64129665847,3473.24802683889,1206.18808367056,34053.9876528636,14214.6710310766,774.916536302771,6511.71745700488 -4004,213.33672548304,1620.9762073284,204.04087824976,1458.92806016028,252.470990923985,5781.00961218352,65.2948134932432,522.965457084895,1403.29092868149,13982.5366403692,373.181771770431,4108.44290734455,130.413394590686,3210.03906520012,527.005387238958,7801.28820549667,674.193968009334,9566.8454050635,59.2008356364869,944.409951236799,458.599612482869,1260.49924418785,208.714471509268,1660.47819210749,126.631911274681,722.892022343243,396.424137414863,2387.10122267297,347.30938252662,1728.94689405069,163.432297034011,1482.97322072976,3061.31210374857,1088.04150301776,31444.3122395529,13284.8055842156,681.012859528015,6123.98443820308 -4005,174.827790867372,1572.37902892259,169.696745585301,1415.18911636806,203.887279783073,5607.693832335,53.3155326241351,507.286852116398,1132.21606079601,13563.3375030804,301.206580720154,3985.27099893796,105.280829799546,3113.80147674206,429.456895184202,7567.40408492555,549.964498665474,9280.02954013666,48.1625051825084,916.096359290792,388.162013402148,1222.7092344559,172.243633251241,1610.69673660185,105.932333814594,701.219580502869,324.039048269716,2315.53546898299,284.154615288073,1677.11273369442,132.958190857621,1438.51339839984,2444.88160224478,877.995225317166,25608.1473157571,10873.3813610231,543.35103283452,5028.04881038326 -4006,133.96277068469,1445.33212383045,136.920168416376,1300.84302420615,177.428179470613,5154.59687988416,42.8563063252847,466.298500472276,992.876789387225,12467.431222985,263.311246984924,3663.26444895525,92.0147232584439,2862.20893231435,346.315990207055,6955.96418978133,429.727528533287,8530.21094643165,39.6364001977418,842.076542775036,289.066761095896,1123.91535511267,140.933313061906,1480.55379290748,81.6721408280553,644.561627265002,254.192436772896,2128.44214761827,241.140933862133,1541.60343320948,106.744561444147,1322.28272383691,2327.36186635975,781.274528594651,20980.5605760501,8509.03545607943,521.104500330673,3866.32794055689 -4007,106.029166068361,1356.43978513677,103.884203093947,1220.83720631249,157.319200723257,4837.57343307826,33.058908393998,437.619718929331,839.872234347259,11700.6461355709,232.749989157306,3437.96250018376,82.7295707840131,2686.17434370432,300.925839296578,6528.1511532452,361.209298509663,8005.57692766431,33.9361805553462,790.286264255538,191.78349711337,1054.79112908708,118.31984968417,1389.49521402214,66.7985676697722,604.919119127884,186.085931593601,1997.53645670029,210.163252942163,1446.79011504077,82.2142983666592,1240.95829895344,2235.66276195724,695.345393026171,17342.3843710651,6713.37853151508,512.54607467236,3012.48007173649 -4008,106.279356448677,1304.16889252085,103.262854657375,1173.79180760631,158.446721049088,4651.15580937477,32.6558753032581,420.755886427943,846.339055489416,11249.7575488522,234.494877105945,3305.47938472681,86.9883104748729,2582.66165393663,302.62644930777,6276.58651200505,371.432876523391,7697.07915540805,33.8564844256562,759.832300203919,189.503879177467,1014.14437539785,119.763149485794,1335.95051862295,67.5495853822133,581.608344360198,186.810855473965,1920.56067438494,212.827745560482,1391.03754012389,83.1814549849049,1193.13752674062,2265.60084662043,706.49317593685,17528.3738595899,6752.77831937151,532.638352951271,3038.17391085886 -4009,107.062258228147,1268.87808679788,105.389995362752,1142.0290053504,170.124188722326,4525.29554925261,33.1345891239945,409.370233595799,911.559028459812,10945.3391484719,252.265140218656,3216.03312400348,92.4190197333214,2512.77483850963,314.384225491032,6106.742102689,383.609336214846,7488.7962200723,35.1503829565124,739.271240787219,180.232172149799,986.701632105581,126.355921618785,1299.79970220753,68.5540981731611,565.870024572491,190.936530880435,1868.59030917565,228.833360992057,1353.3960690971,86.2413415788476,1160.85122939182,2518.80177272581,766.634824784727,18315.3284344421,6896.77206421259,586.323069911288,3077.8665427177 -4010,123.961798809295,1270.9897489652,121.976087859687,1143.9295657507,206.865835763709,4532.82652918418,37.9377807677051,410.051506007786,1111.33471040034,10963.5543409547,307.245372167575,3221.3852343027,109.439509368474,2516.95658899983,373.474579628903,6116.90492006128,447.815772655018,7501.25904673879,41.3620267659064,740.501533221771,195.415678963493,988.343697272145,152.94081745922,1301.96282401159,80.7954109762728,566.811743351419,223.806804698875,1871.70001018094,280.428518217154,1355.64838577452,103.164760628131,1162.78311366699,3150.73834922058,940.501002348916,21747.7697092989,8039.36386679867,719.9561688364,3566.49953918393 -4011,182.738553863962,1299.77200591283,178.888976899234,1169.83447546239,278.682560218511,4635.47486129561,56.5159527811965,419.337346288785,1490.19833142925,11211.8300161579,412.717527328362,3294.3352621188,139.991510841133,2573.95444545744,525.917648456224,6255.42557239285,599.482668331953,7671.12915425912,58.967686081099,757.270594826441,320.053618252015,1010.72528002733,209.067258159528,1331.44648315791,116.255259758832,579.64750481319,322.814961006616,1914.08567903922,374.158061477884,1386.34778378443,144.276073857214,1189.11497226709,4032.94846066486,1234.9305218209,30089.2529932342,11462.8430523401,907.470241729256,5106.96660516449 -4012,256.945955174575,1377.67212528053,250.4724403799,1239.94696047085,374.028450939947,4913.29592789669,79.7754506174085,444.469776578582,1994.91901540487,11883.7962476322,553.042218456601,3491.77689725855,182.391115937403,2728.22100731292,722.818252470869,6630.33624639447,826.620982946306,8130.88815359393,81.4403562547471,802.656608267471,471.389991076128,1071.3017654447,282.938316863623,1411.24497050637,161.592891275129,614.387912831463,449.095955993476,2028.80387746084,499.627579835477,1469.43670811167,197.638774967179,1260.38300839968,5256.81299225364,1634.01193580698,41095.9765585074,16019.2089284654,1160.05873713093,7172.87968456851 -4013,278.356715874631,1609.08725613704,267.099612473639,1448.22764122721,395.609882968644,5738.60914954542,84.6120789847038,519.129798815548,2108.16554411446,13879.9825776401,584.633615341382,4078.30978325728,192.651411425068,3186.4952293338,775.385705731815,7744.07013265536,907.873578132011,9496.67796055571,86.5496734700066,937.48323401286,513.783320153962,1251.25418931094,302.465572405867,1648.29951601647,175.16544545641,717.590014866876,484.306800921035,2369.59317425319,530.284637409704,1716.26603843856,212.633606342881,1472.09644403208,5503.68067492827,1725.07542004087,43958.8111832722,17359.70053187,1204.856717411,7816.2994640405 -4014,254.58920851745,1790.45886379189,234.851387727397,1611.46762373143,339.938880604405,6385.44838289727,73.5657866093037,577.644590871485,1806.94867396503,15444.4936038299,501.581984737482,4538.0049297341,177.135429859051,3545.66764855752,691.423489900205,8616.95906045881,839.838847121278,10567.1157149516,75.3784508015305,1043.15360126851,478.659794811682,1392.29190061879,267.762048629598,1834.09101487796,160.936111440144,798.474661822524,437.83060164398,2636.68678391488,460.166544365532,1909.71852485146,191.521734434319,1638.02684815328,4592.17302038767,1485.40599094261,39061.9300406586,15691.701370123,1047.87962248091,7151.5879731761 -4015,230.733081290737,1890.08307559554,215.303620257545,1701.13245496991,310.375076654437,6740.74571757704,67.8054564221403,609.785729789548,1649.88580709115,16303.8518013869,457.974786694314,4790.50733201123,164.373679914758,3742.95469711732,627.955289772753,9096.42148872396,784.161742623991,11155.0882148674,69.0638320246429,1101.19646246914,436.346904534553,1469.76141751459,242.79181788574,1936.14299464051,145.289449248159,842.903165843436,397.185201690929,2783.39657319444,418.262827394755,2015.97854939189,173.303915173995,1729.16948033578,4195.55103232883,1356.90243716471,35737.3813184796,14390.2232792278,961.363308754897,6562.80323273386 -4016,223.356692435356,1914.78664156576,207.466315437305,1723.36641831683,295.660471909793,6828.8479066674,65.3199218736994,617.755687405726,1570.2658162811,16516.9446985957,436.022376811164,4853.11971949576,149.747952494662,3791.87547180582,603.560774035751,9215.31258469801,723.382532717951,11300.8862811945,66.293363865747,1115.58920520517,427.098124458951,1488.97133934652,232.486886137305,1961.44856814331,140.457993934681,853.919990570759,383.241100341496,2819.77583173338,398.399949034738,2042.32758120561,166.695618872655,1751.76989027686,3953.55876546356,1281.6969395938,34007.6561834647,13729.2748996507,888.739669446533,6250.67739977702 -4017,205.658250119137,1963.75986782271,190.958734710693,1767.44381665237,267.721410701788,7003.50481430806,60.2607127774322,633.555614350119,1420.45018559982,16939.3876236918,394.574197154664,4977.24473944084,138.707133833008,3888.85775243583,551.554880705944,9451.006514477,677.282417217184,11589.921544309,60.7234658383476,1144.12188940629,398.418901238211,1527.05377041691,211.311371010109,2011.61523550657,128.87076497499,875.760135052526,351.66729047892,2891.89536547341,360.206322761583,2094.56283737149,152.18761896682,1796.57374535102,3536.86298991227,1158.82470915148,31160.6230614322,12680.8377999639,803.965482674262,5793.44233411558 -4018,198.241571988349,2010.53465077564,185.552745588294,1809.54254891594,262.574284160902,7170.32124790915,58.7324902312561,648.646271224933,1394.29953739452,17342.8667824407,387.186975351411,5095.79769808193,128.630615454763,3981.48642882625,535.468089831462,9676.11997444989,632.766597180043,11865.981806849,59.1993797579597,1171.37372091868,381.296831953295,1563.42665380204,205.611614072882,2059.52988513732,124.085393938948,896.61985976079,340.082752856533,2960.77740154059,352.559901275168,2144.45321536764,147.349753852715,1839.36632318841,3503.34155867941,1131.96051017749,30086.4002674468,12172.8646615581,771.506244827222,5530.85886232498 -4019,188.839453452466,1986.12035713169,175.218090691063,1787.56893949149,236.807281291969,7083.25071251677,55.7010793168895,640.769639737565,1253.46591637334,17132.2691475821,348.503898572362,5033.91848535452,122.752590641023,3933.13850367346,498.019286909205,9558.62106225793,609.467587420888,11721.8909979219,55.1221411972709,1157.14951345312,376.614930066856,1544.44167515371,188.206333805926,2034.52063331226,117.151364940313,885.732039182936,320.475480451408,2924.82413464826,317.072516037349,2118.41272385683,136.874652848408,1817.03055816401,3038.5681479837,1014.51073189461,28022.2902914207,11546.7589646458,693.888760839049,5289.64988355516 -4020,173.328145963873,1968.21460945716,161.049273319388,1771.45322008586,219.680609024869,7019.3920951282,51.2255291319423,634.99281989609,1163.4522504829,16977.814213697,323.408938135587,4988.53549842262,115.97488863489,3897.67953193348,459.092096413834,9472.44589354642,582.650767716606,11616.21300025,50.7954072806453,1146.71730216482,344.140834049479,1530.51785486053,173.85901843717,2016.17853588202,107.563004265245,877.746775679693,294.722973603872,2898.45555997487,293.941063672168,2099.3143023701,126.072308251308,1800.6492293213,2838.40074333123,944.961993785869,26017.5586560474,10745.8334429184,648.698266543522,4931.57371201151 -4021,167.993569426427,1926.35739712651,155.102010712148,1733.78045147076,207.265909752114,6870.11356424742,49.4285407658009,621.488688200736,1096.04019704176,16616.7540066248,304.847096908672,4882.4463613066,113.026787740122,3814.78918096206,439.994735903847,9270.99927428465,565.081085187188,11369.1757657466,48.6134855795919,1122.33053592027,338.27126147738,1497.96895977616,165.529443632309,1973.30129441281,103.986860829657,859.080095234565,284.218699570309,2836.81529512678,277.365419038981,2054.66904667447,120.915007130196,1762.35556116002,2627.89703095421,890.138121199529,24936.7954116649,10368.5398743136,615.49027983927,4776.33292768036 -4022,159.438931265229,1898.00904586236,147.502325444754,1708.26607011736,195.693856801579,6769.01270267603,47.0312040363492,612.342836207699,1034.40900423788,16372.2212007434,287.751903195265,4810.59608851446,111.190410286589,3758.65059325144,416.530496431141,9134.56688412219,561.304639635177,11201.8665277661,46.1417410693863,1105.81427558654,322.955632986595,1475.92478961445,156.08991967696,1944.26211490881,98.2789882602663,846.437838745672,269.440114479894,2795.06860960636,261.197238913019,2024.43245612612,114.143999917467,1736.42066736793,2468.29455471581,842.889093430906,23813.1355642614,9972.11746236221,588.265484892056,4611.89190823372 -4023,162.441133147187,1854.87905100927,151.004752842042,1669.44775838566,201.181178887804,6615.1949515629,48.210981128378,598.428074614997,1063.88003469756,16000.1819748708,295.9004807802,4701.2810222927,111.974641308089,3673.23973543972,425.852711532355,8926.99473184173,568.928746953972,10947.3174534396,47.3091800818687,1080.68596330663,328.206435450223,1442.38615674102,159.970317941099,1900.08107415356,100.260237941904,827.203547050304,274.940405421758,2731.55400465273,268.420803428642,1978.42963985741,116.723040857313,1696.96257594858,2551.43263210918,865.437038079724,24325.7698922371,10171.1757726453,598.882255467844,4696.24213649788 -4024,170.035381744361,1840.44453196711,158.247748249933,1656.45625069399,210.068266000885,6563.71603845318,50.6208927664264,593.771155645702,1110.70861279356,15875.6698503371,308.942957296733,4664.69603288225,115.471703917907,3644.65488033621,445.291891130861,8857.52557945903,591.581167695919,10862.1263127254,49.5361533312006,1072.2761523772,344.075679883485,1431.16162410408,166.972743433933,1885.29479661617,104.737878542098,820.766315822131,287.658526886179,2710.29727188981,280.0299116573,1963.0336601063,121.882163748442,1683.75695016773,2658.92593601539,901.52705813927,25385.3807212483,10631.2320915028,618.577988712003,4906.48304214745 -4025,184.578258350214,1825.05542603311,172.112390629143,1642.60558566487,228.969960552878,6508.8327101692,55.0376829517834,588.806264253395,1210.83259012772,15742.923461703,336.772798278439,4625.69159664251,124.260806557669,3614.17964510248,484.072587731153,8783.46227731232,636.556157358158,10771.301292144,53.9104037001744,1063.31018192125,373.534550814107,1419.19478812535,181.711484698622,1869.53066961424,113.771785234328,813.903376156278,312.462241977634,2687.63478404773,305.082299254917,1946.61950992538,132.522448066303,1669.67800694333,2903.59556733362,981.392264532737,27565.0106094825,11523.9596447129,671.105318722158,5311.6547964769 -4026,195.432940528377,1794.94253153661,182.183950130713,1615.50306154701,240.51435273255,6401.43882508444,58.2956734993076,579.091128668235,1271.14657205685,15483.1697103886,353.626434318569,4549.3690033469,125.976691758495,3554.5467107861,510.656026462944,8638.53765250483,664.860436544951,10593.5778900085,56.9328321190769,1045.76586690017,398.369031706928,1395.778478508,191.209083898768,1838.68394627147,120.305915242243,800.474202364108,330.293906394372,2643.28957592817,320.099457487775,1914.50084268324,139.777944473163,1642.12879558842,3027.29016936402,1023.95018314679,28952.9007780591,12173.252692042,682.683219240082,5609.63132159878 -4027,201.16286459217,1729.10492563366,186.268730609645,1556.24720681494,237.941548945663,6166.63720933748,59.7776531348863,557.85035196297,1254.52969506046,14915.2546893721,349.325699019087,4382.50039430401,125.888845609871,3424.16769229574,517.065334525374,8321.68035621217,672.833762881624,10205.0106829975,57.6557801580903,1007.40769119146,418.768756087678,1344.58201300492,191.193716874301,1771.24192687095,122.913472867045,771.113203811353,337.506988762448,2546.33501926148,315.936886607811,1844.27789695275,141.231672308417,1581.8963220767,2903.44346981241,1004.57181858069,29178.4078554777,12408.6603980291,662.410808030642,5737.4405523734 -4028,194.56929483443,1656.58521148789,178.206804688202,1490.97725072074,222.339433058573,5908.00468737069,57.1535633134651,534.453768296628,1169.85454852855,14289.6998196535,326.005848863472,4198.69565745602,113.533011187463,3280.55601289376,493.34348993855,7972.66401157141,625.867157149214,9777.00631691522,54.7613173848904,965.156398797111,411.027588555454,1288.1894241093,181.136453129525,1696.9549612187,118.779489682861,738.772246194836,324.489767196974,2439.5401770407,295.632491555336,1766.92775821356,135.107604948348,1515.5506264601,2639.47486875302,928.026405289129,27545.7667682463,11833.3028293053,591.52929567602,5480.46890182444 -4029,162.457133102789,1602.83904515997,147.543405041557,1442.60406064716,180.031191012012,5716.32568384488,47.3165436690969,517.113977426675,945.419372624045,13826.0855256484,263.657776399301,4062.47338914102,91.2857737305322,3174.12182049946,407.010474541029,7713.99930596431,509.617629334219,9459.80162134381,45.0394144752517,933.842913693847,347.740244348133,1246.3954719661,148.322869856169,1641.89904078419,98.9378374178349,714.803557022016,269.518266059425,2360.39185964076,239.428817784132,1709.601643913,111.570294161243,1466.38017903412,2081.72348669408,745.387551242568,22580.3232501522,9777.15936827671,466.96709738068,4537.55638783912 -4030,124.389146246845,1473.21764610677,117.962552364594,1325.94084534456,151.588160060011,5254.04711955539,38.1849909374345,475.295032831824,800.226369347359,12707.9716671949,222.718553806687,3733.9416592041,82.2395169610136,2917.43097410361,323.102053198694,7090.16911830209,404.095836120615,8694.78861231651,36.6331828069441,858.323150599463,258.714292178375,1145.59962141724,119.527455653529,1509.11886462539,75.5010435658485,656.997480117926,209.671334308722,2169.50725642106,199.630527719945,1571.34636645591,87.542898743526,1347.79419192317,1879.89604074767,642.614068356161,18314.8076717795,7625.80252825808,444.383943290814,3499.36883404964 -4031,106.363230694868,1368.82049703805,114.220299133027,1231.98022489344,168.439318970907,4881.72769899739,35.3309669664192,441.614030893452,879.34647954852,11807.4421249327,213.024241308559,3469.34201566876,72.0265686528778,2710.69201933609,263.877424506073,6587.73592771285,303.114796202198,8078.64669650402,28.7442566933467,797.499490131464,184.164763508105,1064.41858563056,111.02779656248,1402.17763466588,64.8936153129705,610.440432657288,161.710773704228,2015.76868761367,202.54479650486,1459.9954867736,73.0401214083767,1252.28496995587,2198.29302515773,680.001837139208,16723.9340592569,6338.29774535125,470.939633646437,2759.65075979703 -4032,106.609925035271,1310.35924847149,113.524974009596,1179.36331689678,176.469745071991,4673.23294233433,34.8960912807788,422.753042410004,922.967677390482,11303.1555435331,214.611559525763,3321.16914246931,72.7295196112368,2594.92049175251,265.353000187878,6306.37889923888,306.563976703362,7733.6140398279,28.6762549965711,763.438913141882,181.975519565439,1018.95810366958,112.381468146114,1342.29172894482,65.6225218490296,584.369001124899,162.334823148724,1929.67678984162,205.111415976888,1397.64022599031,73.8981668255607,1198.80086224183,2292.51739818829,705.951106470623,17028.912523588,6416.12217732269,485.783188135668,2775.82924908056 -4033,107.354048785466,1275.87839347723,115.804697905108,1148.32949501709,186.563627882907,4550.26127053744,35.3914581853015,411.628698936466,977.946427709359,11005.7237760779,230.81344807121,3233.77574119673,78.3924442242015,2526.63763168789,275.512423283835,6140.43254779579,312.879098793198,7530.11135565944,29.7697775202211,743.349745616465,173.070944739335,992.145192127314,118.539068994061,1306.97060115507,66.5688430982274,568.991887700138,165.863113519267,1878.89918388819,220.482109171064,1360.86265524187,76.5660302071131,1167.25555987824,2513.9905433996,758.939900489396,17727.3898940184,6517.67400937512,536.651328645815,2797.83613199341 -4034,124.258707175276,1277.81649617706,133.962820091755,1150.07384659948,220.008658712953,4557.17327225992,40.5022089315767,412.25397693852,1154.82242104205,11022.4418450358,281.05555691559,3238.68795659806,95.8597883031507,2530.47568023586,327.151920996436,6149.76007380444,370.216228206034,7541.54985107019,35.0278896729038,744.478919177414,187.649773747477,993.652294438412,143.456148504377,1308.95593397648,78.4309719038001,569.856205741241,194.361277720181,1881.7532956904,270.15121124992,1362.92985192748,91.5494847193912,1169.02866079724,3072.35751660767,915.453416670517,20944.0935939743,7567.1324089452,662.968790755825,3248.61488361049 -4035,183.282819293713,1304.74743156155,196.635570645716,1174.31251040044,283.245302805111,4653.21909675688,60.3846475073391,420.942536875057,1481.96352092741,11254.7480251454,377.687202879422,3306.94572001762,128.053047598326,2583.8073418949,461.05430005816,6279.37085256119,528.684550552906,7700.49363708774,49.9440315937817,760.169367475322,307.338265676883,1014.59425740119,196.163585535957,1336.54315622985,112.920603732769,581.866350156484,280.486352927326,1921.41264941404,360.559012203218,1391.65461474409,128.143466082875,1193.66681143994,3872.19213195775,1186.78008780951,28553.2897901123,10742.3492732144,838.83833433945,4698.66320649977 -4036,257.783326419807,1381.23013224368,275.431215835761,1243.14927533107,371.739078798872,4925.98511627662,85.2683082328332,445.617674203101,1936.92197304502,11914.4876066442,506.212340348731,3500.79483867308,171.085326957903,2735.26697214222,633.930347967775,6647.45990165308,732.066302083039,8151.88716789945,68.9822751585924,804.729567245756,452.664476447674,1074.06853343771,265.520551780603,1414.8896834534,157.004801799032,615.974644849783,390.307870740424,2034.04351190681,481.553387363814,1473.2317083468,175.61911284744,1263.63810185612,4945.70668071147,1545.93922069608,38936.6669328223,14968.8386920702,1078.18858124698,6616.05981526835 -4037,279.297009878603,1599.22318597629,293.744510449736,1439.34967702277,393.377487824828,5703.43017273088,90.4433625824788,515.947415300595,2044.95012355513,13794.8951335294,535.16898828165,4053.30881846443,181.217891213794,3166.96129020828,680.155634080038,7696.5972247525,792.007591331485,9438.46116880644,73.3112167497048,931.736248969285,493.374517025705,1243.58371708191,283.871403905369,1638.19506580104,170.218000769652,713.191025174862,420.955476073888,2355.06703017113,511.150429212309,1705.74493801153,188.988117431881,1463.07215864797,5136.57012274138,1622.21654361369,41798.5603539248,16215.6248362847,1122.38050958824,7204.92084068113 -4038,255.526014021334,1784.47099622491,258.350470073183,1606.07836016636,360.405414161685,6364.09339952076,78.6503202056815,575.712762455389,1874.28240419705,15392.8422734313,459.242870109322,4522.82838863221,156.190380185678,3533.80980097137,606.79144007948,8588.14119106923,723.971351939655,10531.7758974636,63.8516618289024,1039.66496171206,459.647959819792,1387.63563083003,251.363609889619,1827.95722743108,156.452762663829,795.80430696139,380.665747602051,2627.86885930517,443.682108997907,1903.33181480284,170.331896516998,1632.54876204013,4506.33130682051,1448.15814508747,37559.2065533375,14818.8931401077,963.26353990042,6590.64435593561 -4039,231.57638939987,1886.81433815274,236.850760443407,1698.19049150676,334.990809432722,6729.08817288816,72.4945183028118,608.731157388586,1741.02760870632,16275.6556805215,419.314785347263,4782.22255824211,142.26558688636,3736.48157626716,551.070079825403,9080.69000374342,653.972570238533,11135.7964414017,58.5028342569283,1099.29203712656,419.015660426145,1467.21959052325,227.915839725728,1932.79460049694,141.235463608946,841.445436723259,345.319112905953,2778.58292626302,403.266211138667,2012.49208646687,154.118140679296,1726.179029229,4138.91543428549,1327.40815478529,34549.1831795168,13580.0840270644,882.62913628312,6013.46853144862 -4040,224.191722103717,1917.1297210329,228.254400085824,1725.47526135002,305.282740770048,6837.20420755597,69.8435647383071,618.51162053971,1585.49288558942,16537.1560961181,399.245899947769,4859.05836817832,135.393345087145,3796.51550081327,529.733593573411,9226.58914639516,631.411013266424,11314.714910469,56.1570720935613,1116.95432552915,410.134735540033,1490.79335862358,218.256474971988,1963.8487467147,136.552514137696,854.964912418997,333.222197719294,2823.22632522955,384.143224307021,2044.8267295268,148.265610424686,1753.91348997197,3815.04499955574,1234.11218674936,32491.7173846542,12905.3464805883,820.54364612444,5764.48237069437 -4041,206.445195736658,1968.70636736116,210.12185790228,1771.89581720833,283.188991265745,7021.14588840231,64.4421152685755,635.151472685612,1469.61527573323,16982.0561161258,361.32475328788,4989.78188270864,122.415420530853,3898.65336614235,484.158466388421,9474.81258166874,578.593473835569,11619.1153080217,51.4400340551515,1147.00380918204,382.595087553527,1530.90025434518,198.389910787742,2016.68227756046,125.299724819858,877.966080481404,305.79480605939,2899.1797383364,347.341525554593,2099.83881549799,135.383379063911,1801.09912105902,3461.31627522204,1126.48041759528,29940.0788876287,11942.6238451433,739.587270238242,5326.53107784718 -4042,198.983684632351,2006.39810757771,204.154142392755,1805.819533787,263.00976464578,7155.56878215402,62.8036224521359,647.311724058552,1363.88921031015,17307.1849713393,354.534842368184,5085.3134284883,120.047624062702,3973.29478159526,469.973716309882,9656.21199213916,557.892109206865,11841.568327424,50.1481412871874,1168.96369630376,366.152654017998,1560.21000598761,193.024783494403,2055.29253745767,120.633780053321,894.775123197509,295.698063773972,2954.68579619759,339.94072684402,2140.04114350511,131.056191648344,1835.58194759967,3301.64550640741,1071.60197235941,28599.0797858045,11392.5732778916,716.791021607934,5108.14347203593 -4043,189.598501100593,1979.69858668713,192.860359709271,1781.78915009353,251.237837533979,7060.34826860713,59.5830121239167,638.69782393876,1301.86305254547,17076.8749720655,319.201062552634,5017.64219634038,107.868565794341,3920.4213928969,437.305637977753,9527.71494420326,524.557359587628,11683.9903274542,46.6975171727589,1153.40807426051,361.658100330548,1539.4479949534,176.722905609403,2027.94236909735,113.928940013296,882.86818060025,278.723429986074,2915.36723083276,305.798000805892,2111.56320933945,121.803820013439,1811.15550980988,2995.27006952179,990.403759552044,26899.1281428956,10881.1178837028,637.071550629578,4868.59665174729 -4044,174.01628040791,1959.79688409225,177.252037766186,1763.87701034134,237.805482809847,6989.37132676203,54.7923284968506,632.27706159367,1231.14830196351,16905.2029361154,296.202174428484,4967.20036474509,100.073746389786,3881.00980714706,403.090370652347,9431.9338235299,482.010138181267,11566.5323961397,43.0315136728993,1141.81298366498,330.473472104777,1523.97208545794,163.244008654461,2007.55567680957,104.59783626002,873.992799227071,256.313766217564,2886.05934933349,283.475098459409,2090.33588550078,112.179192470296,1792.94815311846,2801.67256068533,923.229570912899,25178.3331642509,10126.4276753716,595.511740361384,4514.80204712333 -4045,168.682011643136,1924.01432046528,170.736619215571,1731.67161096296,231.641268370776,6861.75727336577,52.8784031826637,620.732755972005,1199.66589437598,16596.5426333062,279.238030117753,4876.50771973574,94.3206669263774,3810.14915751119,386.406753681344,9259.72272609153,465.054284726265,11355.3471530323,41.1843725063981,1120.96541723107,324.837542540471,1496.14694268103,155.439747448069,1970.90111871571,101.135923103639,858.035174637652,247.209073685631,2833.36480576268,267.523003504608,2052.16990134609,107.618350382668,1760.21196403194,2671.29319867823,887.031197822922,24246.5307112901,9817.00302401075,560.695889287368,4370.31344682641 -4046,160.096895250825,1888.23175683831,162.379721639612,1699.46621158459,228.097012407876,6734.1432199695,50.3161284893715,609.188450350339,1180.47969667574,16287.8823304971,263.588463489554,4785.8150747264,88.9479867444742,3739.28850787532,365.818419721833,9087.51162865316,439.398256539357,11144.1619099248,39.0907382644704,1100.11785079715,310.130276785757,1468.32179990411,146.577959760996,1934.24656062185,95.5867095634945,842.077550048234,234.361447377346,2780.67026219187,251.933297859599,2014.00391719141,101.595862318159,1727.47577494542,2562.83574084752,851.594868031994,23415.0092811155,9458.087477607,533.092870830404,4187.21540211828 -4047,163.105089266944,1842.67190138138,166.228331430753,1658.46095114803,230.252552719011,6571.65967385979,51.5767112965421,594.489757966061,1190.7990678031,15894.8831332378,271.042628003969,4670.34140881729,91.4187082424982,3649.06576730675,373.980257079076,8868.24526224173,448.5240824149,10875.2720324158,40.0794756876437,1073.57385793908,315.172414446103,1432.89366523493,150.216984622037,1887.57644536675,97.5091809078554,821.759635510052,239.136473746257,2713.5773670745,258.890789340205,1965.4093911092,103.883213423782,1685.79469086936,2602.70315002031,864.186192406131,23872.8189299002,9632.90548150871,545.208390260342,4272.57926264223 -4048,170.732410174515,1828.81592137992,174.205694487737,1645.99014625049,237.494537313649,6522.24404813218,54.1563101726547,590.019489443879,1227.4411609543,15775.3614849972,282.993095294329,4635.22275469765,95.4398292621844,3621.62660016151,391.059622962332,8801.56045041517,468.503465227428,10793.4953733814,41.9663048500848,1065.50111428105,330.411497547053,1422.11901460134,156.793419031703,1873.38280543626,101.864829639698,815.580410078166,250.201296340357,2693.17260934067,270.089622976636,1950.63048597829,108.476395799852,1673.11834978783,2685.2448763889,893.884871858189,24854.7300279553,10049.4972048877,564.604489332619,4466.23472360031 -4049,185.331894234571,1807.93070578294,189.465095478274,1627.19281477876,255.925791563326,6447.75952974579,58.8806322392394,583.281422424998,1322.5805046166,15595.2056683933,308.481348092254,4582.28816164203,103.976916571192,3580.26735155051,425.105283611058,8701.0459670012,509.036047332392,10670.2328430837,45.6719614781915,1053.33301128587,358.700419806287,1405.8783083185,170.631383483051,1851.98863266589,110.64886060103,806.266420352889,271.770904367939,2662.41637525041,294.248213181767,1928.35413887664,117.942615636111,1654.01121218799,2909.704243324,968.13200190472,26928.2107872431,10887.1614805532,613.766851512049,4843.93607558206 -4050,196.23904464655,1767.28842375421,200.565129636541,1590.61352051609,259.864537621861,6302.81389636329,62.3696239801839,570.169256125433,1340.20422676181,15244.6254470145,323.935158190431,4479.27832436969,109.077882980591,3499.78294195751,448.482701133788,8505.44645480491,537.928430448644,10430.3660101715,48.2330681592967,1029.6540853304,382.548879622464,1374.274164132,179.556093563578,1810.35592844661,117.009395196935,788.141551329168,287.29205480219,2602.56525548419,308.744597903605,1885.00473808776,124.410296553433,1616.82904035507,2950.8132374229,990.578955739591,28101.3195204224,11438.3036695316,628.904208309236,5121.57190917942 -4051,202.029638757287,1691.03713756599,205.116614896101,1521.98503569295,260.031088135911,6030.87318779363,63.9699428884722,545.568778614133,1339.76904943415,14586.8820463514,320.061320488482,4286.01573698587,107.668476213723,3348.78158467087,454.258742716353,8138.47113653388,548.069428002038,9980.33826540756,48.8478834194368,985.228711814617,402.13940498655,1314.97984002405,179.569456915835,1732.24645511611,119.571034874997,754.136458453855,293.619168085206,2490.27518135024,304.785597802896,1803.67447313602,125.750495153078,1547.06946279181,2874.36161747744,981.295935278635,28324.6879293797,11681.5020079414,607.69500681661,5244.05668948226 -4052,195.43695714261,1617.38927144908,196.278274975232,1455.69970839258,235.260529931247,5768.21725242963,61.1718771909839,521.808226304342,1209.3510402973,13951.5957406,298.7477527521,4099.35164418729,100.494469025189,3202.9358120833,433.536608735899,7784.02532375744,528.312293193914,9545.67565508186,46.3973012879,942.320137750602,394.706333083705,1257.70998056732,170.148418383653,1656.80384526811,115.571729948727,721.292389159181,282.33697630405,2381.8189865831,285.248327379274,1725.12103798959,120.338537710074,1479.69166124143,2564.58147559413,894.889358905991,26547.2235549101,11125.25266523,545.287544389032,5041.0063885932 -4053,163.202833493999,1570.09380448188,162.53489406694,1413.13234462445,189.272208486684,5599.54386418742,50.6508714625784,506.549584389227,971.932654938525,13543.6251628688,241.652678490281,3979.47898662916,81.2663641068763,3109.27601875307,357.756463455508,7556.40596268563,439.127052353711,9266.54236565422,38.1615677029001,914.764946347865,333.932528670871,1220.93220425195,139.343156423828,1608.35582294086,96.2816066901288,700.200459734789,234.537410834705,2312.17017464256,231.055541089479,1674.67529403238,99.403222057258,1436.42272820147,2028.31969021616,719.7942020266,21697.1139397137,9200.87709222279,430.091514941326,4187.71941558945 -4054,124.910520975347,1457.53927065243,129.886919240831,1311.82982891838,169.482394434185,5198.13214758035,40.8610236428916,470.23681621596,877.684480054303,12572.7300404143,204.038972226782,3694.20405531895,68.3926138016302,2886.38289489074,283.796758360862,7014.71364587731,337.418902128907,8602.25635089521,31.0363309149744,849.188646507815,248.44043673589,1133.40784443684,112.246154374781,1493.05841882001,73.4351173939946,650.005537553929,182.385572648159,2146.41878106443,192.555378343564,1554.62367896488,77.9233826657004,1333.4506063491,1933.14576907767,645.158863670915,17750.9956876934,7226.28512956284,403.550330277283,3206.91166906707 -4055,116.48566410986,1345.1293729861,124.668830969142,1210.65749017354,182.395376515243,4797.23625782227,37.6371280639716,433.970711107098,967.364626846213,11603.0825491349,260.491779036189,3409.2957113873,86.0637919510362,2663.77619579627,268.623374351168,6473.71742096003,296.294109865587,7938.82396483621,33.063596254901,783.696614303002,235.072178344359,1045.99595621353,132.306737771761,1377.90917553803,73.8802718599754,599.875117447804,196.57490895011,1980.88038330961,243.438790734456,1434.72633404884,88.9732101893683,1230.61080695508,2454.73528005609,762.605788070714,18461.2463714414,6898.93831332825,514.3717508935,2996.85021606405 -4056,118.028727639766,1281.20094086682,126.254518804977,1153.11995011637,191.138566436277,4569.24347242383,37.7848095837179,413.345879247855,1015.62588141922,11051.636056319,273.280807303143,3247.26599600301,90.4984272099807,2537.17793756637,270.137115210929,6166.0484241954,299.668484576048,7561.52451755976,32.9859701550041,746.450757647324,232.268618776331,996.284097394033,133.920644861939,1312.42285506658,74.7112633872886,571.36553577041,197.34295951655,1886.73733680122,246.525671937408,1366.53972917798,92.1263932896833,1172.12496833048,2579.02235103787,797.020659948434,18903.8711141813,7001.040720089,539.539864454444,3017.45385436826 -4057,119.825657121091,1233.12444928118,128.379302228342,1109.84964035411,202.132517403652,4397.78465722337,38.0564017827707,397.835260224913,1076.47588158051,10636.9283622162,289.388476054425,3125.41379362517,96.1536002712177,2441.9714716047,280.591185448316,5934.67021822723,305.961072561402,7277.78169608076,34.2467005823221,718.440527226443,220.843700091352,958.898982774254,141.292389438639,1263.17477513173,75.837348945121,549.925299897489,201.722992856241,1815.93836311668,265.087398189174,1315.26093777558,95.9819202123034,1128.14150377016,2818.36525929173,854.55776081789,19671.565559788,7124.33150724785,591.283726500715,3048.02734219249 -4058,138.302500585655,1222.27686331243,147.337978962758,1100.08648190474,238.412136038898,4359.09809386062,43.242355823947,394.335571130917,1271.42302508909,10543.3571132479,341.606856659345,3097.92006026028,113.865307360814,2420.48986406144,333.290044781624,5882.46393407974,362.129768414675,7213.76028878805,40.298761590254,712.120528148438,239.378256056718,950.463711575914,171.01957022344,1252.06284155943,89.3917900527307,545.087700602052,236.471490868525,1799.96386231156,324.874027093671,1303.69081109276,112.57114841633,1118.21743491061,3423.44646342767,1024.93912148587,23159.7612725802,8267.10304016607,720.506893447445,3539.72334679105 -4059,189.290376829496,1223.17359798373,201.10391751523,1100.89357047802,306.804808206206,4362.29618630082,59.7778454957021,394.624879052368,1630.82728613616,10551.0923442412,438.751161966177,3100.19287782752,145.641017089487,2422.26567872978,469.432005931349,5886.77965789055,516.866221244124,7219.05273042352,57.4515685168797,712.642981928681,392.24437292212,951.161028026526,233.781380922617,1252.98142898784,128.590007400707,545.487609210899,341.027498223433,1801.28442236704,433.413518797272,1304.64727585624,148.657856693575,1119.03782542445,4297.38008056048,1320.38833596068,31156.7087932138,11541.0950637528,903.740779768943,5037.28762451453 -4060,268.080623977355,1218.74778245954,282.180048799396,1096.91020142661,402.434539594082,4346.51206684771,84.836192166062,393.197005757177,2130.19149686671,10512.9152707895,574.075663254904,3088.97543347677,189.731189899642,2413.50118196308,645.256378138246,5865.47949179773,715.511626283606,7192.93199359846,79.3462558482449,710.064422043291,577.830093639307,947.719437028496,316.385426335157,1248.44775963046,178.713986012419,543.513868498149,474.395130244262,1794.76682537742,578.719564464498,1299.9266636908,201.632189035583,1114.98880491903,5457.65601389537,1712.63347885056,42385.779504825,16098.3464615969,1147.17833476703,7112.83597816084 -4061,296.987127928855,1292.71384420705,307.88907320398,1163.48191450613,425.727991235452,4610.30280726979,92.5487412215227,417.060215541305,2248.23672723328,11150.946331241,606.463950302519,3276.44600855179,200.391180196119,2559.97708126073,692.216807146893,6221.45668782884,773.991994823859,7629.47256387993,84.3241452108997,753.158382616146,629.83364295466,1005.23673093249,338.221400432885,1324.21631929997,193.711306015137,576.499840605383,511.571928304202,1903.69160517095,614.210063425604,1378.81948898051,219.202519322497,1182.65771228392,5654.81238380642,1795.98980981525,45604.9414690465,17524.3501744116,1187.94393313404,7790.99974662557 -4062,272.423755768741,1400.72685807126,278.422498122161,1260.69692363245,390.064905335418,4995.51775895563,82.8628945040974,451.907781416262,2060.72222520605,12082.6663140298,555.791716764526,3550.21023698714,184.252460086453,2773.87657743258,617.339380899399,6741.29198663794,707.250742682577,8266.95496535019,73.4400550654326,816.088711078253,586.866342161907,1089.22952596721,299.416227121734,1434.8615299912,177.943680827309,624.669422415826,462.438285609145,2062.75501171212,532.946800181711,1494.02708054989,202.632928718625,1281.47495977143,5029.20235159874,1621.93610328242,41269.9914919177,16027.7298487958,1050.99438210088,7117.35119135665 -4063,255.489975834083,1492.36724738757,261.65180266463,1343.1760709593,362.528476621207,5322.34178580235,78.1106278404937,481.473149414615,1914.03633627049,12873.1560791231,516.362364426561,3782.47725349899,170.975388255801,2955.35316439638,560.665601306992,7182.33059355167,638.895249669259,8807.80771413536,67.2878129943097,869.48005341521,534.986612526241,1160.49068387196,271.493988101182,1528.73512744934,160.646822695628,665.537453705667,419.511548961412,2197.70756955609,484.42088394751,1591.77149268975,188.849393753791,1365.31347799207,4625.07911325359,1490.96100329522,38169.8397680023,14793.9337704257,965.748399723565,6543.78513914077 -4064,236.187332072972,1561.90749641679,240.538019468506,1405.76441751282,330.346598748963,5570.34841677824,71.8473262858624,503.908486808804,1742.86207244916,13473.0100903268,470.322429522654,3958.73039133498,155.758971311224,3093.0645724839,538.904766146598,7517.00763699398,616.797976341041,9218.22756415197,64.5885449765857,909.995455737449,523.672570680792,1214.56638895985,259.971020749404,1599.97002063575,155.297684132445,696.549686351477,404.773558529717,2300.11475649206,461.405126443059,1665.94370880682,173.667307894394,1428.93336741857,4238.80726934262,1376.46153799373,35544.7454414724,13912.8594029315,886.443766927628,6210.76680708298 -4065,221.79828253951,1616.29005120003,225.81215320113,1454.7103766193,306.407305261516,5764.29702041331,67.6003114453335,521.453591722179,1615.29926579039,13942.1138695283,436.037607891834,4096.56561709114,144.272072611088,3200.75901274179,492.489114298209,7778.7350956064,565.152762262781,9539.18816307472,59.1618330171152,941.679712223619,488.533809140198,1256.85520781566,236.292345363403,1655.67783783899,142.479986001188,720.802179898092,371.415989533755,2380.2002398127,417.161268346221,1723.94860040112,162.14982112692,1478.68602390656,3859.96808367324,1261.63304608633,32902.2737177592,12929.8887498885,805.605699347085,5762.6236457166 -4066,208.342098456919,1675.73481276869,212.449506393858,1508.21247633549,284.545536644191,5976.29935361765,63.7536880108159,540.631884879419,1498.92938619982,14454.8842315817,404.747737631774,4247.23125175092,133.788744221887,3318.47820318654,478.107495728702,8064.82548682098,544.986189762151,9890.02541873407,57.6769759090595,976.313301612857,467.51912043316,1303.08048656402,229.918589005863,1716.57122404265,137.195987655628,747.312219782577,359.189824433743,2467.74049017573,408.316814163274,1787.3528844474,151.158478551171,1533.06991252901,3644.68784030476,1188.67659412722,31161.8695766366,12264.0914977146,763.309126039949,5501.70453439445 -4067,201.587240127042,1667.20138015682,205.062714579049,1500.53212653722,271.7823271743,5945.86592977644,61.5944403551641,537.878796668627,1430.602779711,14381.2748635822,386.418191043197,4225.60285243756,127.672364913298,3301.57934191978,444.725523334485,8023.75655139404,512.274279171877,9839.66192159993,53.7044548311186,971.341569985691,461.849156670278,1296.44474119714,210.45618658669,1707.82983802367,129.510793603562,743.506642420962,338.452744034303,2455.17388535494,367.187323994179,1778.25105325261,145.222921861848,1525.26297989971,3346.67629762566,1110.44199871256,29522.9704783161,11749.2540246416,697.038307921755,5253.16344557117 -4068,193.396383421584,1623.72426075694,196.201788088375,1461.40139211888,257.220550091027,5790.81020223127,59.0872315020328,523.852044445555,1352.71463208377,14006.2413422523,365.516379101047,4115.40798219663,120.620210801721,3215.48106911046,409.954694683408,7814.51378937829,470.749946132019,9583.06415164153,49.4890231230917,946.011016689029,422.01531369199,1262.63617824894,194.412633021943,1663.29321355456,118.914174054739,724.117546747292,311.26031844365,2391.14809373102,340.40542769833,1731.87799101465,138.414958469687,1485.48731663396,3130.87042353545,1037.90476409133,27830.0298664545,11043.6370556155,651.738994897756,4922.76562547694 -4069,187.276189970258,1587.76813485658,190.162735242394,1429.03978139719,250.565091158566,5662.57716061898,57.2377605446472,512.251743508705,1318.1935812401,13696.0838917144,356.135537374293,4024.2754351777,117.555175998862,3144.2767119758,392.924569810211,7641.46738707227,454.126072238033,9370.85456071812,47.3631636754511,925.062329746739,414.84470135874,1234.67607043463,185.098553918763,1626.46086360378,114.952652871149,708.082520168722,300.154907211788,2338.19795682507,321.196248019331,1693.52688387534,134.409006266689,1452.59234162424,3007.8706003297,1003.17756142081,26881.4580875265,10703.8168258673,624.365694016188,4759.41456063571 -4070,186.56812469316,1563.49847456985,189.655238581622,1407.19634640857,246.708101667475,5576.02244206868,57.1472298116296,504.421774180489,1296.97677118322,13486.7338638273,350.505472996796,3962.76280271714,115.642992819963,3096.21520603429,371.975512193913,7524.66455326733,429.064018474916,9227.61736393082,44.9549757522452,910.922388281647,396.068977454078,1215.80356119617,174.543107640857,1601.5997697433,108.641756869772,697.259200414277,284.545171844684,2302.45768162399,302.471183525085,1667.64065952318,133.181745602669,1430.38889649116,2900.49905895434,969.800362911583,26212.3438969421,10424.4382610904,600.624132152602,4610.17760628128 -4071,189.840788192839,1550.97312931135,193.26899922792,1395.92315339179,249.016171691059,5531.35235930748,58.3865885288768,500.380800057216,1308.17849122067,13378.6902674941,353.635570521629,3931.01670696529,116.456757574568,3071.41111119124,380.29355173536,7464.38370041266,437.99371147472,9153.69398295129,46.0924009177378,903.624896405256,402.50127355532,1206.06363524282,178.882188612444,1588.76919113498,110.834212594503,691.673386061465,290.357327053858,2284.01245901937,310.84015739612,1654.2810206317,134.745449977725,1418.92990559742,2932.60236195218,980.637136706429,26671.0895733831,10615.9169446331,608.013410048787,4706.1642177596 -4072,198.251846093941,1571.65585652467,201.416079117576,1414.53823913811,256.825665635312,5605.11472811082,60.9987417737992,507.053539510132,1348.30040208307,13557.0994198158,364.5814610108,3983.4380833803,120.091427705649,3112.36936957251,397.655280097408,7563.92366598239,457.500446948493,9275.76144631714,48.2620895805245,915.675026018925,421.965411905322,1222.14688304268,186.712461008941,1609.95594103036,115.783644398463,700.897073883173,303.78748641162,2314.47050226265,324.283129222283,1676.34139191556,139.793871764094,1437.8517938092,3017.90816554692,1012.21746890597,27723.9758828656,11067.3396587424,625.982175426119,4918.04675556362 -4073,213.290829349209,1583.77622501586,217.282696469324,1425.44694070408,276.753836447865,5648.34051170592,65.8988579066044,510.963858501476,1452.78823831462,13661.6496875845,392.849681497391,4014.15774585092,129.232208244174,3136.37148395608,432.283992967548,7622.25548314857,497.089592974805,9347.29469343293,52.5238408062011,922.736571132288,458.090129037298,1231.57189203007,203.193604680888,1622.37167388871,125.771331730653,706.30228442885,329.983591376887,2332.31934317331,353.296358580895,1689.26907917146,150.426678328634,1448.94028592682,3263.77372207025,1094.0408895918,29974.001684345,11968.1915170306,677.453061134493,5324.6947032945 -4074,224.315419071924,1569.86238998797,226.269380722828,1412.92406451696,280.936886054489,5598.71855323734,68.6874360140925,506.474924572482,1471.70213208937,13541.6289820331,398.300653763139,3978.89245535752,131.009019066406,3108.81774579239,456.032288257491,7555.29223186478,525.280264883046,9265.17657960643,55.4685097565147,914.630120093213,488.55782524655,1220.75225232338,213.814101150542,1608.11876904782,132.991678805872,700.097257916805,348.810701126306,2311.82938628375,370.681759750198,1674.42846538142,155.980379356562,1436.21101534855,3285.92579322016,1112.85504124714,31140.3661985817,12548.1536777173,682.848458040077,5624.94995471654 -4075,227.812882745377,1523.69507218599,229.233130565834,1371.37206942959,281.080813119841,5434.0685683854,69.5693084027388,491.580250395562,1471.01301579858,13143.3898161309,398.273955360429,3861.87914663827,130.914170953048,3017.39204009118,461.796565349206,7333.10232542464,535.077956686958,8992.70151786204,56.1727656163152,887.73220872537,513.622611312531,1184.85174438718,213.797279339116,1560.82638804204,135.861162116021,679.508438919244,356.407823953887,2243.84192275751,365.839025796394,1625.18601483864,157.364202051008,1393.97418567534,3213.9735673287,1105.37596607465,31368.1854195118,12775.5737475202,666.076021257106,5739.59152489752 -4076,213.345833835237,1483.16849740421,213.175643765114,1334.89691522066,254.227122992049,5289.53559047794,64.7646115306033,478.505414004369,1327.36312428213,12793.8076851699,359.726124307291,3759.16257500175,118.05756246721,2937.13676697853,440.64294965052,7138.05967863877,515.697464135323,8753.51757797375,53.3526826392692,864.120695897226,504.163132390238,1153.33757616497,202.551334565755,1519.31221076928,131.280344538055,661.435170804516,342.645415273783,2184.1611971707,342.307348945978,1581.96002837525,145.316889041781,1356.89787026888,2853.58917111198,1002.51548634601,29187.7937713082,12078.4636212558,591.179303257941,5479.68723580684 -4077,174.602943472178,1460.46088635436,173.659673746005,1314.45937222029,204.50286554498,5208.55172584411,52.8003270564168,471.179398891806,1066.61027203814,12597.931890026,289.185993821015,3701.60903218061,94.9207934567873,2892.16860629989,363.556274013054,7028.77453462657,428.576991530201,8619.49944528918,43.8808041069682,850.890832468421,426.560689769682,1135.67974353532,165.858592742557,1496.05123212402,109.34246796184,651.308463947129,284.586364697845,2150.72124545763,277.215458085029,1557.73989891347,117.953020442906,1336.12348817651,2258.71747834029,805.847531872803,23776.987379703,9941.5727709207,467.204356739123,4529.90015854852 -4078,135.306514676513,1354.7041736265,141.21514421832,1219.27510298091,183.32645400305,4831.38359094576,42.9903177355024,437.059769398494,964.390180211764,11685.674755099,260.556280829877,3433.56350853475,85.5353368438086,2682.73729094266,288.549641555531,6519.79815858482,329.473397356325,7995.33351574564,35.6909302538371,789.275065710875,317.300386355706,1053.44148744089,133.658207040994,1387.71730695,83.4608434063603,604.145104241675,221.421277752217,1994.98053987712,231.17372609702,1444.93889716576,96.411103753264,1239.37044998954,2183.2653685586,730.391824362905,19625.6592091546,7837.67795015404,452.551600806976,3471.78944680044 -4079,124.342424196359,1263.41090324516,130.232271464667,1137.10837328989,194.646150646661,4505.79752051723,38.9779994440256,407.606390220005,1057.11424612136,10898.1792370555,297.423675055422,3202.17628181864,98.629473498898,2501.9481078633,318.983706446949,6080.43013439834,353.868738012194,7456.52942947196,36.9703240735414,736.085961121123,263.351098106114,982.450255247064,143.366631914824,1294.19928745715,77.7907280678549,563.431874427485,233.476107239231,1860.53916043931,274.520443354063,1347.56472500953,106.867325650124,1155.84949848125,2690.15859801382,852.372385269621,20614.0435701657,7765.92506719592,590.358189371785,3414.08974619684 -4080,123.240185466924,1210.96645116176,128.504855764671,1089.90676576579,195.391691285562,4318.76091860464,38.2067145529665,390.686563308685,1062.03207594577,10445.7935268119,298.719457121164,3069.25327146382,99.2052947790418,2398.09171615339,318.213497688662,5828.03020179457,353.707943450851,7147.00732595996,36.6625211562109,705.530878195902,259.963876884355,941.668538702359,143.472282975472,1240.47680307532,77.6819013474334,540.043698921972,232.133961844524,1783.30778892088,276.585375854609,1291.62703010084,107.084376947099,1107.86994291225,2721.28675028634,859.147079774779,20585.2766986996,7717.18333737315,597.977131243461,3392.59574894537 -4081,124.458987807775,1178.59725833481,129.847150972232,1060.7735042864,204.860610464839,4203.32022673932,38.2482398648458,380.243492247133,1115.97330741607,10166.5769518395,313.641600273856,2987.21198049045,104.508518346085,2333.99060657896,327.492728368026,5672.24666772376,362.929509965795,6955.96746845799,37.4951459366071,686.672003105036,246.87232862373,916.497692326652,149.737265252814,1207.31879708962,79.4413379664204,525.608304276139,236.598047644497,1735.63988397273,291.717613916187,1257.10177602982,110.837059872422,1078.25652482383,2924.623236797,910.038496386712,21249.4597327218,7839.16965069281,642.84907835039,3424.81362309737 -4082,142.351276388326,1179.52291911638,147.393824034092,1061.60662724176,237.821718164589,4206.62148054655,43.0026084290168,380.542132419365,1296.98161978431,10174.5616993863,364.366996852202,2989.55811268872,121.788708177414,2335.82370397825,377.77404741207,5676.70160451117,418.990032467803,6961.43062920937,42.8636383988236,687.211309758417,267.282673436239,917.217502222854,179.896686182628,1208.26701553609,91.5903638614898,526.021112799403,271.74331309504,1737.00304154005,340.414300148168,1258.08909362647,128.398750758066,1079.10337880252,3447.43671180109,1064.85595627597,24538.3257332256,8981.02542466004,756.153387270794,3918.13912692835 -4083,194.219894056508,1207.92912540696,200.453870344457,1087.17307988473,303.029612189361,4307.92867485891,59.2798093689769,389.706649819214,1646.2686008189,10419.5935625785,463.131326891997,3061.55502185462,154.091377762664,2392.07686270733,498.293869504052,5813.41243413086,558.407098734477,7129.08132198188,57.0658081165887,703.761277473197,438.52884048086,939.306661457669,247.361927288096,1237.3654599505,122.837962441276,538.689170368455,364.701405304234,1778.8349262162,430.700646186867,1288.38739283396,168.334745433308,1105.09120209136,4234.08230133547,1340.15896251746,32278.6508620081,12162.847678037,924.075104155701,5372.5542938245 -4084,280.945094993067,1288.34588370929,288.437925806535,1159.55061674429,413.527583918233,4594.72502055766,86.1317357441686,415.651007652927,2238.84766400135,11113.2683151002,630.617603719274,3265.37520057481,209.013141802984,2551.32715551248,701.097786436036,6200.43496119324,790.995410159789,7603.69328184692,80.7384447364014,750.613530111806,645.3315371121,1001.84012900756,328.774117796745,1319.74191485299,174.887683604976,574.551900972792,520.586016861958,1897.25920733707,583.71999285643,1374.16058547421,235.25019319298,1178.66162127524,5551.41342198299,1797.78568830042,45070.3760651575,17391.9257183805,1211.23757617906,7731.01377133385 -4085,313.660453364938,1483.86274369187,317.644654843363,1335.52175806853,444.402954161523,5292.01153333509,94.764110699278,478.729394359855,2401.25371504346,12799.796251881,676.844912372797,3760.92217592838,224.352990321254,2938.51159141714,769.970820786552,7141.40088460534,877.7514457407,8757.61495267734,88.1846068905983,864.525176295955,706.007798097631,1153.8774341326,368.924549035923,1520.02337532271,194.73215123803,661.744777509795,576.692152860811,2185.1835663792,627.988982551178,1582.70051732093,258.656241484925,1357.53301139466,5864.93851833516,1923.00796594762,49292.4476390898,19281.3335008482,1273.02990268297,8617.01620702245 -4086,289.274609856961,1652.99827560857,289.116814501718,1487.74889895304,411.985392308862,5895.2123276168,85.3504791649912,533.296537516076,2227.83968198227,14258.7589198842,627.786692869335,4189.60439429876,208.826499070855,3273.45275977695,712.827168491562,7955.40112983218,817.734721240609,9755.83656693357,80.6451141419601,963.066585310914,658.708639238784,1285.40016048877,332.288843707472,1693.28061437933,181.368980824895,737.172613010774,532.817913605357,2434.25794095083,586.487903485975,1763.10190215246,241.144914818132,1512.26906697178,5451.37669139931,1789.36602228512,45522.2106553374,17778.2437185422,1189.49777215775,7971.13210865956 -4087,270.915010492276,1765.40817608081,271.247236562793,1588.92124022328,381.734674241172,6296.1082273818,80.3325160859789,569.56264353019,2062.70554925812,15228.4064353674,581.410836016514,4474.51274534212,193.155940582851,3496.059464428,664.156680445774,8496.39736825348,762.18086555409,10419.2689695528,75.3839301659288,1028.5586191505,600.192618732385,1372.81205089401,299.359902473337,1808.4298605356,169.197010898077,787.303034368225,497.788684220465,2599.79634283772,542.187112963938,1882.9992500613,224.221786768701,1615.10886893282,5003.36526974627,1648.98676188141,42322.8158015899,16600.7194926834,1092.04316358202,7436.59669537933 -4088,250.372017856174,1818.98077732943,249.273075203011,1637.13821642814,347.605368518733,6487.16823268467,73.8682826555378,586.846438179706,1876.83103926486,15690.52355744,529.166810562582,4610.29510453583,175.82672848944,3602.14994376693,609.988893892442,8754.22675548892,702.89378736291,10735.449300748,69.0616711948684,1059.77098211062,586.966460678792,1414.47103581789,282.96436973476,1863.30798623889,156.236204678586,811.194320300568,458.696466526071,2678.68906277045,494.041510949172,1940.14023838444,206.056158447304,1664.12052786858,4522.98383982675,1500.95805185245,38853.7461434535,15328.7125240878,985.516092410165,6894.08647525617 -4089,233.908317152551,1864.07780099262,232.537606600551,1677.72691412431,318.658734935505,6648.00114688731,69.1002205616642,601.395810025243,1718.46167399249,16079.530368824,484.726376854069,4724.59570078995,160.872611300271,3691.45613285757,565.064914300623,8971.26564675462,653.718716556929,11001.6075896012,64.0849936499277,1086.04532082461,547.041857822899,1449.53926444801,253.378389563147,1909.50399083362,145.546025992147,831.305829951456,426.832109361335,2745.10037703812,452.318691545874,1988.24110417192,190.77186009965,1705.37818367177,4079.7679534068,1366.81273219588,35885.183045756,14269.925025795,889.759731199406,6429.64894287733 -4090,223.665133277911,1899.25290227454,223.62618434737,1709.38557885188,308.09017259804,6773.44876154135,66.4949395914687,612.744133854267,1662.44496455149,16382.9507029903,468.826197430892,4813.74870298916,155.572834952142,3761.11381736081,542.795802159801,9140.55320416427,625.212142404759,11209.2076484733,61.7552879581112,1106.53896874876,523.42649389261,1476.89203395791,246.096433952419,1945.5362831768,139.057676835095,846.992550081496,409.015996075937,2796.90035220007,436.812819234419,2025.75916386604,182.964597729539,1737.55862716114,3975.14757262941,1324.46651661291,34534.0546536027,13672.1175698468,866.65817894385,6147.64222158016 -4091,214.317716434402,1874.78075079824,213.296596779749,1687.35989561245,287.88313882089,6686.17188340107,63.5450967648511,604.848836054834,1551.0345287272,16171.8539866171,437.648979754492,4751.72284677628,145.094114301633,3712.65131563298,514.468687382107,9022.77583901107,594.604574492822,11064.7753681939,58.52998464831,1092.28105226738,517.992803297429,1457.86206405455,231.002603032837,1920.46776356705,132.519334396571,836.078927172158,389.92716385748,2760.86188201993,407.403503636354,1999.65696070328,173.034038844847,1715.16993007298,3645.68319043866,1229.92244349347,32630.8550773341,13047.2641931724,794.554004929834,5888.80063114233 -4092,205.039123490327,1830.49368066967,203.389150912355,1647.50018081789,270.708154663682,6528.22756753063,60.7704374283256,590.560774473157,1456.78486508894,15789.833832362,411.229846118034,4639.47511708461,136.149767991869,3624.94908746129,488.417643069466,8809.63501912235,566.40744789761,10803.3973470682,55.5612319861113,1066.47860707944,472.388381151246,1423.42366935635,207.008161501589,1875.10145047228,126.423350776868,816.328625135541,371.709953081611,2695.64333114017,382.472419718014,1952.41999818696,164.147815517216,1674.65327182202,3371.73631042873,1146.97436252531,30857.0348739906,12423.9927020769,735.775331483735,5607.38033994861 -4093,197.922839630213,1780.50801249445,196.35688457293,1602.51155385533,261.765336798561,6349.95991197472,58.6570700224673,574.43420969894,1408.81951564165,15358.6575858549,397.673634153579,4512.78401393646,131.674371453209,3525.9618556826,471.82077825534,8569.06850012213,547.011689065389,10508.3867492944,53.6652748868026,1037.35605597075,464.947646353592,1384.55394587107,200.888367557986,1823.89766873407,122.076805119858,794.036971135935,358.934428135333,2622.03284316525,369.892885203929,1899.10486293213,158.589615811991,1628.92316980757,3262.004551877,1109.90718367053,29822.1432437023,12002.310064195,712.337280097454,5420.97729746638 -4094,197.347850409505,1749.2091166122,196.05340414541,1574.34159229254,258.242074930329,6238.33630076563,58.6255163987063,564.336441874025,1388.91965600069,15088.6733896044,392.152110698693,4433.45544253991,129.78994684006,3463.98026827531,468.319198148185,8418.43599472978,544.020254435367,10323.6636812438,53.4133835364481,1019.1207551685,443.482103558806,1360.21538098336,186.484924820993,1791.83604203372,121.515620924322,780.0788870881,357.138195956641,2575.94109160773,364.698897367429,1865.72119660921,157.337672248991,1600.28892815618,3179.40130196449,1087.89201559047,29487.7472228075,11920.2823579268,696.120489791991,5379.31857367607 -4095,201.45711170428,1716.86885270142,200.589841491266,1545.23436772063,262.645540632004,6122.99878027426,60.1170339035987,553.902703968507,1411.95304581096,14809.7063553893,398.721819546559,4351.48747330928,131.739734469318,3399.9364469884,477.002734934391,8262.79168713959,553.79853113215,10132.794559418,54.55140926081,1000.27873458554,451.1132076005,1335.06703023517,194.134667250496,1758.70766994037,123.743307113038,765.656393608009,364.197031127134,2528.31578830348,369.956198374198,1831.22679836417,160.008246453116,1570.70197609964,3225.64558613067,1104.76553442099,30075.6948642897,12174.2086161629,704.381839095052,5493.76474485554 -4096,210.370500963724,1718.80695259535,209.036330878394,1546.97871677761,270.842817858224,6129.91077198981,62.8049207747812,554.527981065308,1455.00056543384,14826.4244001435,410.982249445272,4356.39968159891,135.82250524105,3403.7744899798,495.630307912737,8272.11919964422,575.839852340246,10144.2330382685,56.6828778453645,1001.40790651172,473.644367721192,1336.57413036434,207.559009532308,1760.69299988749,128.782807717754,766.520710397786,379.434832210146,2531.16989597362,381.268892514292,1833.29399205697,165.962775588153,1572.47507445161,3311.35334277529,1138.47497892749,31220.5674087468,12685.3917253132,720.568038570449,5731.97443608467 -4097,227.550152524696,1709.11644470799,227.001203373743,1538.2569639165,295.639090863158,6095.35078339129,68.2595785765488,551.401592865541,1588.83241378357,14742.8341037615,448.720926015232,4331.83861881564,148.149521777739,3384.58425835308,537.857905919518,8225.48159660901,624.088057578784,10087.0405943352,61.6478348224445,995.762041976519,514.510397453651,1329.0386231727,228.065301667294,1750.766341529,139.485931779647,762.199122694924,411.040622596821,2516.8993452267,415.815127550323,1822.95801461457,180.183851796678,1563.6095749907,3634.31788991873,1244.56831267398,33966.5478004865,13759.744922786,790.637466088765,6211.34454315095 -4098,238.152968746896,1667.77991639161,235.002184344361,1501.05282680595,296.653957891142,5947.92920715164,70.7701986754612,538.065446210488,1590.18164429777,14386.2653156716,449.521514735451,4227.06918061666,148.345610826068,3302.72502432147,553.403775956671,8026.54087844616,647.761607531775,9843.07638671942,63.2218664631973,971.678635622321,547.954278872147,1296.89462101857,234.685110004784,1708.42247275629,145.264275395566,743.764646965924,426.828431572223,2456.02585625197,417.069189896537,1778.86812488001,185.257584689101,1525.792262032,3542.4197420308,1237.98133179093,34765.9972062753,14301.6612998432,767.719458813605,6489.57011147881 -4099,242.510870114886,1597.69006004376,238.879157444579,1437.9698168912,298.80458041041,5697.96247017451,71.8976556704668,515.45279243047,1600.52601683264,13781.6703931359,452.567022440929,4049.42303634432,149.277929146171,3163.92522211977,561.001762156097,7689.21873443235,657.947941414781,9429.41280725944,64.0940229454607,930.843022171364,576.564583254899,1242.39153173677,238.028071067308,1636.62457872961,147.676672337082,712.507310940895,433.744736030307,2352.80930006287,419.811832954836,1704.10969296151,187.707959832573,1461.66955650509,3532.29241007669,1243.60833287169,35210.6071301786,14549.4504980245,765.592939827708,6616.72263305688 -4100,226.772005443454,1532.1127975509,221.754626082945,1378.94827917411,269.281958448688,5464.08933675157,66.8265570320506,494.296008697982,1438.69131664885,13216.0010937125,407.185701767204,3883.21428031581,134.081700195234,3034.0617648776,516.778011794904,7373.61439544116,610.923907734915,9042.38212197229,58.9820811308468,892.636527225211,565.326882920088,1191.39751378977,221.292992419307,1569.44924711449,137.527680533591,683.262415371867,402.831484248432,2256.23813339889,377.721624073395,1634.16443170796,172.826286442088,1401.67526187818,3083.69773260884,1110.84179472826,32335.7687729058,13551.254371407,666.562447207265,6200.51889112515 -4101,185.305303636236,1495.52028038932,180.306074623687,1346.01389689412,215.7434931868,5333.58668502312,54.3883651760995,482.490392812458,1151.17939250784,12900.3541337744,325.963978362552,3790.46876874401,107.337259473907,2961.59715432278,419.122561782879,7197.5052266258,496.453129242822,8826.41661113734,47.7555806964117,871.317067265242,478.076367581598,1162.94253708094,179.523906179191,1531.96499752068,111.913709442099,666.943583168177,328.054050689726,2202.35082644017,302.326752958667,1595.1345442821,139.882860931586,1368.19807523942,2427.42699883559,886.062899824264,26154.6113595067,11039.7694066399,524.541799825263,5068.69709720335 -4102,143.742066066587,1385.94521448232,146.751669662555,1247.39299325414,193.847053141729,4942.80086941387,44.3159697160954,447.138871816596,1043.65835496296,11955.1598940387,294.559764388259,3512.74544355752,97.0292884717714,2744.60430733149,344.648127541371,6670.15222451994,393.83586097239,8179.71512900415,40.0787110036984,807.476659132074,356.022632492587,1077.73506325549,147.698325401382,1419.71966873995,87.7368000263035,618.077387209351,261.379776892381,2040.98709227891,270.954152113655,1478.26085482953,114.743694424337,1267.95176214418,2424.52601680953,819.72870355301,21918.2163373554,8770.79236405735,529.82008690058,3943.04588993128 -4103,129.9126201463,1286.06065926858,133.575241955804,1157.49384500068,190.521232136143,4586.57505241007,38.8662770212778,414.913739925755,1010.98188282918,11093.5559748887,283.448365800988,3259.58318826601,95.988917493485,2546.80169752349,305.437826229663,6189.43683895332,358.151464430452,7590.20610736448,37.6420204179428,749.282117168879,284.501963464869,1000.06309880361,150.151058742516,1317.401001192,83.2141587903649,573.532780204712,238.378550978264,1893.89391299663,272.404033403415,1371.72314581217,104.74803882214,1176.57095107687,2598.24723665331,827.664486418344,20354.687505449,7736.89936875389,567.686546352039,3431.32208449607 -4104,129.476390184972,1220.71481126964,132.641217455456,1098.68058739108,193.471180190121,4353.52722993721,38.30992840838,393.831616010012,1027.81790441799,10529.882856301,288.045181840096,3093.96096350914,97.7237331238796,2417.39651324199,307.209789194239,5874.94623078298,360.615014542376,7204.54120812513,37.6254148283338,711.210448477378,277.672587950845,949.249032785184,152.38885649602,1250.46272346993,83.6672831086077,544.391086453669,238.636980625696,1797.66353469147,277.795711486725,1302.02471320958,105.882331741863,1116.78836930288,2672.12233244628,845.269605220564,20511.4556103373,7737.35136253107,584.274789589599,3426.28308509191 -4105,130.348969335237,1177.84515982663,133.516779246533,1060.09659267436,201.867103406046,4200.63796114811,38.2048887862597,380.000847390087,1074.72505092464,10160.0893520214,300.950556730919,2985.30575030176,102.454602770295,2332.50121667847,314.818233383288,5668.62703580399,368.654818701094,6951.52865552255,38.3139305206878,686.233816960031,267.834366145407,915.912847467839,158.401113547769,1206.54837050007,85.2738157664948,525.272897742027,242.341361217313,1734.53231974055,291.622970913389,1256.2995814178,109.140847874388,1077.56845676833,2853.66714134506,890.804793308628,21083.6635481813,7833.2745643608,624.823828614745,3454.60448436387 -4106,150.834685859986,1166.62152600674,153.621993143355,1049.99497968166,239.636994035836,4160.61026999321,43.4855513355714,376.379836320194,1277.92519162898,10063.274315246,357.63152771043,2956.85890539838,122.189760853232,2310.27491696324,369.23636967556,5614.61094244863,431.904420613411,6885.28785004223,44.5244673338416,679.69472562691,297.840999393545,907.185154931055,187.82583485836,1195.05122507014,99.6816211943123,520.267595805197,282.298061265757,1718.00403888538,348.219532698991,1244.32835892538,128.637960998862,1067.30035516455,3447.84534063644,1066.2340295892,24756.3630473283,9092.19873809373,755.686636377715,3999.32777974761 -4107,201.774818113891,1167.2289911577,204.131067004152,1050.54171685788,293.165376079531,4162.77671874235,58.7004942804302,376.575819018088,1555.67056713672,10068.5143080927,436.160537716195,2958.39855532022,148.189505722017,2311.47788765245,473.174074042552,5617.53449598137,561.266370089518,6888.87305083784,57.5981354656434,680.048645771451,437.609608697879,907.657530379992,233.786047467388,1195.6734936951,130.556899851369,520.538501515901,369.778111184566,1718.89861142631,422.456002224381,1244.97628637875,163.631249888627,1067.85610332872,3998.68266093313,1277.83982212417,31448.0613329011,11991.4560187847,873.647477178138,5339.50529909517 -4108,288.126170570942,1169.83241122902,289.224421185452,1052.88487438065,387.653274843011,4172.06149194803,84.1404144200384,377.415744219597,2047.62912389903,10090.9714030043,575.075714762668,2964.99704990545,194.417776280054,2316.63347235152,652.294733925311,5630.06400147597,781.206448997577,6904.23818527605,79.8706799429044,681.565445223217,668.323179433504,909.681995031209,313.711149154624,1198.3403571776,182.874215007951,521.69952509654,519.179337917618,1722.73249079313,553.880429177539,1247.75311618407,223.73913283081,1070.23787934161,5018.89764419469,1656.86524229003,42996.9863607888,16913.5748486096,1092.98091554143,7603.02586096563 -4109,324.929669863587,1236.16177223006,322.238715480446,1112.58332370977,424.777453110358,4408.61689096217,93.5605629541653,398.815172809131,2240.4285899971,10663.1283022458,629.569031503346,3133.11203612265,212.948188679928,2447.98631949419,727.042746843502,5949.28797238692,878.271496065735,7295.70768349864,88.4860696587513,720.210126314375,763.63007365504,961.26085783702,347.667698069211,1266.28611538226,206.093444890836,551.279827199681,582.251638782665,1820.41122168928,608.03809896082,1318.50057204964,249.814201903884,1130.92024202402,5405.86405035245,1807.69574721613,47720.24967789,18978.6582977368,1175.92213172922,8572.59375050647 -4110,300.471339259284,1346.77820335968,294.100057807165,1212.14148783346,396.298071930414,4803.11660584677,84.4410326840238,434.502662980343,2092.39092538771,11617.3053557425,587.741578525671,3413.47475203152,199.58907401869,2667.04139480854,675.947422518375,6481.65276318659,821.417021274237,7948.55520284691,81.2171856658403,784.657252593476,691.787758336793,1047.27811534103,326.264879603366,1379.5981866817,192.642887417962,600.610431339438,539.79836288807,1983.3085034652,571.898074840429,1436.48499043153,234.021460275671,1232.11926295739,5105.34431873459,1698.65819439579,44336.7633148476,17559.171141925,1111.41229691649,7939.1608559171 -4111,279.707190762156,1471.53988681702,273.912004637749,1324.43081077716,361.945305958716,5248.06360015694,78.9567780020605,474.753747802546,1908.57423146317,12693.4993198301,536.364500153757,3729.68929681714,181.83363877507,2914.10848680383,623.846748769259,7082.09454959491,759.463416711193,8684.88663862969,75.2086259356368,857.345657801078,654.999495629409,1144.29496666223,298.93939683725,1507.40021958937,178.382199572348,656.24926506055,500.455686006761,2167.03653462156,520.829693702382,1569.55685424724,215.43767254146,1346.25926988898,4593.37159059356,1542.54939787557,40847.3099977176,16302.4739968899,998.980870528589,7385.80343212071 -4112,263.138640377705,1571.33766089406,257.260284778591,1414.25185335896,342.947149454864,5603.97992305273,74.0707070896734,506.950882035795,1809.3589050959,13554.3546651157,508.380826323951,3982.63160110386,172.519383652709,3111.73924286243,588.874033254877,7562.39228272772,716.876464244764,9273.88348636138,70.8122858523095,915.489639510085,611.461152552455,1221.89944859541,283.120647550636,1609.62999120885,168.285944624279,700.755171070613,471.560846210858,2314.00191723626,494.381005234657,1676.00200177229,203.681256988375,1437.56068799468,4379.70582174618,1465.4796807692,38576.1076767796,15350.3529179644,952.902417090923,6950.53240735262 -4113,245.966681620889,1635.23716409718,240.154532981678,1471.76335650864,314.569753717095,5831.86953707722,69.3406692312692,527.566380739005,1657.62442502571,14105.5516171743,465.959505590286,4144.58799474542,157.927276957127,3238.28021280482,545.911388112763,7869.92205301172,667.158060912415,9651.0121979617,65.7583992429421,952.718641657852,580.037489785614,1271.5888117874,261.008352712407,1675.08667778795,156.859740237923,729.251851582265,439.071610076188,2408.10236210075,452.862918646513,1744.15775081718,188.704627754175,1496.02006058741,3959.90579913933,1337.62445073563,35699.0788627579,14314.7943786209,860.745510215592,6497.5913140269 -4114,232.95315697123,1672.46607251998,228.271233908314,1505.27051034693,297.6137033752,5964.64179892185,66.0178413458564,539.577311573204,1568.04328372771,14426.6880865126,440.802501346586,4238.94647087008,149.306813125645,3312.0050767798,516.668239505069,8049.09398833643,630.062502867237,9870.7336287082,62.4406089457062,974.408874635501,550.969580667902,1300.53865739076,246.489772846406,1713.22282702478,148.138553673429,745.854489411075,415.70500082038,2462.92683911224,427.665445949581,1783.86641852957,178.21017995884,1530.0794588552,3739.87384005201,1263.92284678213,33786.5433200853,13553.3084780186,812.82391864042,6149.14708315169 -4115,218.825665976839,1633.15442804012,212.421946150262,1469.88883049042,264.688978532044,5824.44171851268,61.6942245631567,526.894440577799,1389.7618792386,14087.585941245,391.190659364117,4139.30919907723,132.204238837017,3234.15574504557,474.390200833593,7859.89844861605,583.459113766371,9638.72009041113,57.3229854953486,951.505202096439,535.719857707662,1269.96924006642,222.412628590917,1672.95318700195,137.759835132589,728.323032717753,386.352004460152,2405.0352586073,378.967532327394,1741.93628697293,163.021430374166,1494.1146397771,3189.28866394528,1108.77175806243,30813.7350467952,12623.032714255,691.176801564983,5765.60013867755 -4116,215.261379047569,1573.97000988155,209.645041243298,1416.62104778921,265.917108598875,5613.36786763236,60.88596154934,507.800140393336,1397.95967050628,13577.0613007846,393.313525757438,3989.30341743183,132.94318845865,3116.95211584902,470.596611031377,7575.06101470293,576.712996660311,9289.41935647571,56.8588915051832,917.023293469763,521.583646131854,1223.94640887414,222.001121045645,1612.32648858369,135.95321823279,701.929095816995,381.547781340041,2317.87839824698,380.892183842371,1678.80968740358,161.878290275456,1439.96893003945,3253.8127092234,1118.97152866591,30659.7608862001,12462.3486909848,705.921906665036,5677.03525238511 -4117,207.325173627719,1524.15790117382,201.835738721298,1371.78862964457,255.772856079599,5435.71919028555,58.6198767254685,491.729570029051,1344.52127981605,13147.3821778024,378.290194536851,3863.05220918155,127.861532575125,3018.30858601254,453.001517624792,7335.32978706633,555.311713172709,8995.43308995764,54.7246800567806,888.001861234674,502.719730292691,1185.21164824432,213.625017276798,1561.30049582813,130.921764445582,679.714842555213,367.388142454791,2244.52349947514,366.355180363372,1625.67967214056,155.823801162763,1394.39761138117,3126.59097275347,1075.96850635333,29508.3212731792,12000.4077408464,678.274834602437,5467.61349354031 -4118,205.227374571381,1493.29290816914,199.737007006549,1344.00919391467,247.781890999917,5325.64303960958,58.1191006820257,481.771789586846,1300.69789475489,12881.1408266699,366.151773996473,3784.82338569727,123.640942514496,2957.18626179567,444.437538507425,7186.78553033908,546.92553962198,8813.27087488674,53.84226832401,870.019360068591,504.279997975723,1161.21049376817,208.220133600523,1529.68334589581,129.160266491069,665.950262228931,362.164223912088,2199.07072712341,354.461649528722,1592.7588102864,152.722415140686,1366.16033197077,2977.25171391619,1036.64475136557,28880.0397429898,11843.1006467933,645.098348127318,5410.07298662208 -4119,209.097996284071,1480.44937008594,203.893842830508,1332.44961764414,250.758350370099,5279.83816179722,59.480277955546,477.628158894488,1315.42693020614,12770.3524998404,370.392596719558,3752.2708147807,124.824548223217,2931.75204579912,451.258104571271,7124.97330773376,555.270438508245,8737.46955051165,54.8238700898931,862.536483318134,518.845924044516,1151.22313554947,210.637116856982,1516.52682034026,131.206195379604,660.222546314884,368.403641491591,2180.15692362447,357.651132430048,1579.05978424445,154.791648113461,1354.41023782953,2987.48655122563,1045.0518847138,29328.9550394466,12064.4397272299,646.941486264824,5513.24612134009 -4120,221.526754177931,1496.01203548741,216.297762072005,1346.45649149118,267.763363521761,5335.3404682903,63.155862321205,482.649044696727,1405.52522831843,12904.5960119994,395.667719839315,3791.71514591832,133.502179563662,2962.57098297508,479.791739460491,7199.8719012441,588.604138795611,8829.31890234885,58.2839411503558,871.603572647684,545.541882548002,1163.32493438367,224.320171387004,1532.46873632483,138.979938219538,667.162886718563,390.949079455142,2203.07500066963,382.152476690202,1595.65905441719,164.440528242362,1368.64796441011,3215.52682228574,1118.97381837405,31186.7663475019,12783.5919736343,696.706215977503,5834.80285599565 -4121,235.830446322618,1506.80176642973,230.338255569389,1356.16757865098,281.155400776262,5373.82069891207,67.4391703264239,486.13006838391,1474.17145239378,12997.6682036569,415.166474847248,3819.06224290944,139.783678328983,2983.93801949989,507.590953383399,7251.79974593437,624.447284452595,8892.99885484951,61.8122330776173,877.889864344639,588.507272967642,1171.7152165089,236.225902166344,1543.52140498673,147.616778091922,671.974684933841,414.988414608623,2218.96430231901,400.302086378817,1607.16747244086,173.851753053185,1378.51910377292,3329.3601758114,1168.80628298896,32977.694936124,13597.466800517,720.667011765089,6216.01597536816 -4122,247.145237871746,1471.04812891302,238.776186126198,1323.98821365469,282.191739426662,5246.30980688284,70.0131237154685,474.595095013025,1475.56948731495,12689.2574174013,415.986760228237,3728.44291253113,139.979199212283,2913.13465259496,523.089698208836,7079.7278614726,649.137922015993,8681.98433085797,63.4724709849582,857.059150783863,629.0214176286,1143.91256717758,240.582714349195,1506.89647791093,153.946801285017,656.029960258839,431.547465467754,2166.31235626004,401.580533380723,1569.03234111935,179.014531438404,1345.80937815126,3226.86048037442,1161.5551295584,33782.8207458018,14153.0911520818,696.706215977503,6506.51178542016 -4123,255.127868491594,1395.63572517558,246.874634071521,1256.11474864066,294.253661172156,4977.36086801932,72.2278335126779,450.265260921617,1539.71473558344,12038.7502146244,433.956516598838,3537.3065134525,146.097651440455,2763.79454451478,542.157276211262,6716.78984105918,671.619588344092,8236.90758949767,65.7839728841683,813.122525302046,645.704367072642,1085.27057262906,250.124598411438,1429.64632997273,159.15872002808,622.398976163539,446.308307139562,2055.2576471579,419.020399017003,1488.59683526474,185.629783269058,1276.81726417211,3395.33899425823,1214.59882005719,35054.9118877292,14630.4106488702,733.568978727635,6717.99113531778 -4124,239.858746796648,1329.27743525837,230.719157817172,1196.39026240404,268.630362249295,4740.70229763122,67.547262706939,428.85649917605,1402.74764984492,11466.3437746256,395.659536400053,3369.11820549256,133.011690339422,2632.38440908461,503.804648907622,6397.4266436676,628.170177842558,7845.26735559896,61.0599805442731,774.460989702977,616.939131248684,1033.66921419573,230.572016120507,1361.67093787572,149.19585457462,592.805772894656,417.362185821348,1957.53631461784,382.070436588184,1417.81852357319,172.463117026764,1216.10843545782,3017.44724255282,1099.96217094273,32469.8870043044,13704.0725393168,650.627762539837,6316.25164110581 -4125,199.565169358163,1325.63264715853,191.88707687901,1193.10984187216,225.677702177322,4727.70361514327,56.1117989654615,427.680603893938,1179.41744033536,11434.9038417493,332.564818649296,3359.88031307324,111.958801168294,2625.16659050591,420.92759946964,6379.88533597517,523.150186241224,7823.75616738546,50.9248351759494,772.337470470504,509.151785243925,1030.83496368403,193.077500031804,1357.93732900023,124.148431989918,591.18033988176,347.914842362794,1952.1688835043,321.269872950801,1413.93096184575,143.991787276218,1212.77394903978,2562.34983201873,927.355725110338,27133.9924560575,11404.8489933319,552.941441251986,5249.80426645428 -4126,158.584952024626,1284.49860722579,160.606863093197,1156.08795048701,213.309824105303,4581.00418848666,46.879978772012,414.40978480485,1126.36263844931,11080.0817179417,316.376665546664,3255.62409151487,106.723229543754,2543.70834670404,358.636784462377,6181.91913565656,428.238973964214,7580.98702670156,44.2573984060804,748.372037497819,371.212878145664,998.848420012882,171.957044590011,1315.80088310251,100.248526546397,572.836166056328,285.610409231815,1891.59358537655,303.589118364342,1370.05704792898,122.64439556972,1175.14188546914,2751.30615609957,909.056930688813,23670.6155665037,9318.22563672252,599.019894689652,4184.76568710875 -4127,148.103732079979,1188.69274298947,149.652515087667,1069.85974859832,213.969105803937,4239.32451450394,43.4044764842433,383.500535578831,1080.49271023371,10253.6605767859,304.275063698787,3012.79947655494,97.1482942248638,2353.98281866516,309.697750297131,5720.83330644747,355.500271520539,7015.55004625505,37.2226818041858,692.553814403263,310.831755050358,924.348116484256,170.25176441417,1217.66030119809,94.9219564171665,530.110495786138,256.713224963129,1750.50681641361,307.993897666051,1267.86970510781,113.108331305284,1087.49252306086,2845.73488751407,904.108411213978,21663.263249015,8052.49492570137,612.188771147511,3548.26655745675 -4128,149.449416090995,1120.71454880894,150.768810078106,1008.67729908387,222.109241364971,3996.88875745837,43.3644746594333,361.569154210799,1123.29342338461,9667.28084673308,316.141723951925,2840.50544258181,101.141613254579,2219.36476695366,338.152233710353,5393.67397980593,363.258903559755,6614.34929346157,37.8387914424911,652.948493386857,303.943878653911,871.48709236902,176.228777912272,1148.02552897546,96.8052062823063,499.794878540038,260.764094552656,1650.39996122979,321.176585845209,1195.36358986673,116.331708938973,1025.30170180911,3009.34699643756,948.255764022415,22341.4220640626,8219.94316112471,653.672570662871,3615.0275318175 -4129,162.430770000849,1075.58859903549,165.746169804877,968.062567005616,264.419528881914,3835.9526818887,46.955111109207,347.010450114482,1343.16389033206,9278.02451879555,377.375796034614,2726.13153169666,121.314181959507,2130.00129513208,370.991080481159,5176.49587556362,407.074842260966,6348.02028549247,42.7064893795897,626.657301799721,296.807463430026,836.396370293313,206.462548155441,1101.79989336268,107.733919876012,479.670468974734,289.704868695247,1583.94604945028,385.565304106017,1147.23187124608,133.360134515361,984.017582541057,3759.60294133686,1148.67156509414,25561.0609693589,9036.58842498949,815.478727101582,3918.92920475215 -4130,198.028957607226,1046.60385370421,202.608601422288,941.975411568523,340.37872165344,3732.58220019423,56.6583612432923,337.659282267519,1733.42945961655,9028.00217931016,486.542086547225,2652.66828723994,156.964533142214,2072.60244844473,456.342563881438,5037.0007053878,506.395769925307,6176.95511104027,53.1292091442991,609.770266813538,333.295323156726,813.85732905515,263.694428864659,1072.10881134137,133.448310142086,466.744405609395,358.202996688419,1541.26218974502,499.231297472679,1116.31649741838,168.187375393934,957.5004745529,4972.87332040731,1494.55347344871,32158.1467637756,11087.6604440221,1078.56987248205,4768.14395036827 -4131,260.902211818482,1039.02500798417,265.000126332833,935.154219107708,415.850059055366,3705.55319152728,75.1681795995411,335.214166479738,2110.52254908453,8962.62707541101,593.176270012646,2633.45933475589,190.627531682882,2057.5939673082,604.492564544031,5000.52591972486,650.495246416677,6132.22549377344,67.9018145716988,605.35469471289,487.303791058388,807.963887030069,326.438031222867,1064.34527478693,172.446284089833,463.364536685461,462.996838362611,1530.10134000339,606.169831830505,1108.2328366534,211.943184120222,950.566859367157,5855.97957897842,1801.35421667139,40617.6487350173,14527.5840409534,1269.00598950804,6318.22549593683 -4132,304.682164894047,1021.61102101956,296.676358133587,919.481099349945,371.967596654877,3643.44837741974,86.7516985101948,329.596000333037,1861.80750645851,8812.41406815845,526.11773990998,2589.32273922172,167.160631633177,2023.10883533366,619.185856952747,4916.7174526397,705.030012894148,6029.44982043347,70.8589798147119,595.208992076579,722.958080610366,794.422468403468,310.051486697044,1046.50692190941,190.548302361131,455.598579235254,510.054813248061,1504.4569478236,531.980362435685,1089.65893128736,215.106563739794,934.635424829186,4447.90253563131,1521.4598184113,40714.9663568027,16213.4494743993,955.452344174326,7330.39671816618 -4133,348.597403992652,1050.56683743467,336.255339656637,945.542217879549,420.656395445161,3746.71568774026,97.9681166839528,338.937835023968,2104.60159586318,9062.18686688655,594.828241607399,2662.7126619357,189.263477787619,2080.4503937335,687.91071042958,5056.0733963349,808.02198054652,6200.34425920954,80.215754521534,612.079172554851,827.611179317492,816.939014014118,353.183443268554,1076.16837003837,218.563928155507,468.511741434851,582.471618917385,1547.09820588495,603.51911131125,1120.54344928909,245.808385959493,961.126066785459,5002.07578753938,1719.28375694365,46188.8764632818,18432.7546470531,1073.5405387102,8360.95218884375 -4134,313.985683584072,1117.27224909275,296.955655519026,1005.5791242774,369.159435468032,3984.61222455348,85.7653330729683,360.458586494652,1845.06095897444,9637.58757813901,521.683896027731,2831.7807668031,166.479844441794,2212.5479386047,595.241612662923,5377.10718995775,730.508025513957,6594.03317217994,70.628990748369,650.942947535898,747.208051804369,868.810300340296,314.982125802986,1144.49934297495,197.956874052658,498.25974743071,522.433669567905,1645.33072096323,533.279885493813,1191.69200395708,220.785759218117,1022.15246477913,4325.42677280866,1503.51602931674,40925.2669896856,16516.6155595592,917.240303703356,7519.97365203821 -4135,291.115124906077,1228.20687585298,275.24097204827,1105.42367418024,333.181789616631,4380.24674449616,79.8650954557203,396.248734140201,1662.27116766978,10594.5093863358,470.33106294166,3112.9499649884,149.778629789651,2432.23314062912,542.969645986177,5911.00336401209,671.770897391262,7248.75865148399,64.9857066397245,715.575460323838,707.212572866846,955.074992291571,285.862518479762,1258.13736409591,182.355968608589,547.732254383027,481.852623181955,1808.69658776553,479.563562229123,1310.01581248225,201.767116407999,1123.64259152702,3815.7257668459,1346.94605522648,37398.7282945001,15222.5536481799,811.201229127195,6959.94677846322 -4136,274.620831539043,1328.17821220341,259.344911085836,1195.40092810536,318.061055451529,4736.78205560797,75.137063772536,428.501863688634,1588.16680181607,11456.8618793501,449.215143934136,3366.3321712847,143.235872885112,2630.20760418652,532.710802718081,6392.13640201254,636.44932119884,7838.77984703162,61.4470142746835,773.820562541221,660.387215306464,1032.81443926214,272.407117624363,1360.54492757232,172.636509648304,592.315562382241,455.624977438365,1955.91756371537,458.848667603317,1416.64608299192,191.684043415783,1215.10279555592,3683.92444900764,1292.38579866174,35595.6677562589,14452.9000713501,784.826456371383,6595.74178627294 -4137,260.541633542061,1404.71876791198,246.60452647054,1264.28976432556,301.864436552054,5009.75440786869,71.5423355101746,453.19566642349,1507.21096140037,12117.1005181597,426.325751774917,3560.32792631393,135.861364164948,2781.7818054523,487.369959956865,6760.50389056164,603.960850118684,8290.51483263538,58.4064428467078,818.414469692705,627.659690905191,1092.33370437177,258.45279679013,1438.95071970626,163.828104886134,626.449658155698,432.248906541149,2068.63362536388,435.286343877952,1498.28488525377,181.88293026368,1285.12701546885,3491.16240736429,1223.76538380195,33690.1442970218,13668.8982578929,739.795649674179,6236.08719317963 -4138,247.224787501012,1474.6639909026,234.990101658192,1327.24259980448,286.881658996917,5259.20532800375,68.2744007262096,475.761658044357,1432.41574954728,12720.447833724,405.167829553652,3737.60749031942,129.043562599855,2920.29518844272,469.797491268852,7097.12995618843,571.724266991914,8703.32479995554,55.635729618385,859.165817143198,596.35303124904,1146.72432424369,244.958621613972,1510.60045576836,155.058673743894,657.642493357318,410.22553719013,2171.63718986174,412.912270319814,1572.88905001362,172.275289789299,1349.11740110444,3319.5522540214,1163.14405689185,32028.6621343708,12989.9772553224,705.289265897767,5922.55332325765 -4139,238.178524827009,1461.76259779297,225.613546508634,1315.63095224438,270.763069133653,5213.19411745041,65.6510753959821,471.599361945186,1350.22508081764,12609.1604495837,382.109780527429,3704.90828302909,121.607013861534,2894.74640142771,458.478015049275,7035.03929412588,547.560541482771,8627.18202078839,53.1560769955083,851.649233011691,581.721851649615,1136.69197695189,232.341083376337,1497.38466530241,148.693810465613,651.888976363112,393.715245225935,2152.63818720707,388.990954169008,1559.12831531253,164.238260011488,1337.31437746647,3082.09313164425,1092.88499918655,30571.3011185212,12505.521041623,655.504373566162,5714.68141962082 -4140,233.781078969227,1412.50010201567,222.041563924294,1271.29320251178,270.625112523689,5037.50556611869,64.6247081339457,455.706109777236,1350.91592681703,12184.2222863411,382.15178374117,3580.05009543859,121.614044947579,2797.19127681856,426.952438022061,6797.95319406882,539.5225978183,8336.43951683408,52.5323603223752,822.948015174866,566.203153745385,1098.38460487983,230.897737931193,1446.92167913569,146.347166823744,629.919828983201,387.690321571428,2080.09266595249,388.901537787029,1506.58452183654,162.484008544128,1292.24588004265,3120.26286486742,1094.08491137014,30156.0932310732,12216.8406797168,661.296055857476,5573.51656218811 -4141,226.08050030624,1373.18845753581,214.845784113794,1235.91152265527,262.865455460824,4897.30548570952,62.503543025387,443.023238781831,1312.54050402499,11845.1201410735,371.256027494371,3480.41282364574,118.170815238974,2719.34194508433,416.011474360408,6608.75765434845,522.292012581903,8104.42597853702,50.8852110331814,800.044342635804,545.999329457585,1067.81518755549,224.010193230676,1406.65203911286,141.632784106633,612.388372289879,375.230899196759,2022.20108544755,377.871477262995,1464.6543902799,157.457219908418,1256.28106096455,3041.05770089885,1063.7156883656,29244.01799821,11840.1264143343,643.635248124088,5395.44675354364 -4142,227.605204218107,1346.37322939828,217.097703719689,1211.77699890805,265.2931381495,4801.67231668759,63.15712998218,434.372008753667,1324.8617611502,11613.8120513818,374.718967370281,3412.44832586201,119.284229549116,2666.23941990564,401.908556576622,6479.70374100212,526.097755554553,7946.16508554337,51.4249274324874,784.421307465222,548.841058947829,1046.96320055699,225.91856439076,1379.18334380601,142.641808562374,600.429828783628,377.936302289156,1982.71212590332,381.413707806989,1436.05304178876,158.696711230215,1231.7487667483,3074.22886396581,1072.86160203616,29387.4533670183,11857.7757382723,649.384559966491,5405.12058746992 -4143,232.027551769429,1336.85628097841,221.771931351364,1203.21145486485,268.913749126865,4767.73130629817,64.6766799628297,431.301614963831,1342.18225036647,11531.7188785247,379.702395097381,3388.32715797662,120.644977427717,2647.39289022113,419.717706270899,6433.90142933053,534.604561172638,7889.99697286579,52.4160979500658,778.876561803625,564.729472481737,1039.56265622082,228.848909658671,1369.43447443016,145.008475222011,596.185641818591,384.750945621162,1968.69716435947,385.516283498069,1425.90218433817,161.021548823812,1223.04205064356,3095.80670708567,1085.67173447709,29937.9149663356,12108.1546602456,657.749048675633,5525.38002495552 -4144,245.064594123949,1365.00214666482,234.365642302388,1228.54359301824,284.951498360727,4868.11002829342,68.4348049643894,440.382140296156,1422.66754031003,11774.5050443277,402.422808383577,3459.66422123985,127.985157221823,2703.13049325859,436.462234067232,6569.35931515277,564.329755046842,8056.11116047458,55.447336014283,795.274850390616,593.564118277321,1061.44937008147,242.168733458498,1398.26623393346,153.021674230248,608.737597655241,406.679278819219,2010.14566316498,408.652718373699,1455.92280206154,170.173420594221,1248.79169761462,3292.47928635769,1151.07450903024,31618.5057409406,12762.2207039085,697.7823793279,5818.69330193688 -4145,262.930650207056,1407.98750535478,251.98840766796,1267.23172778871,305.047453050687,5021.41195255757,73.7124799465987,454.250238824453,1522.50238504326,12145.2966390251,430.717914449445,3568.61270008305,136.775422752699,2788.25492630246,460.670196728067,6776.23537554218,605.03822983854,8309.80660610105,59.5418758278712,820.318895035289,640.917641022957,1094.8755313631,259.159962409188,1442.29911384984,164.099847810034,627.907387275875,436.029137769928,2073.4472722953,436.766026597564,1501.7713481788,182.28953943299,1288.11746657563,3507.78768574708,1228.46275543357,33865.4892623033,13692.4300078384,740.600368642551,6241.04884351361 -4146,277.926318367281,1413.13649327689,264.113997739962,1271.86597407008,313.481603294107,5039.77517623486,77.2922457038676,455.91142472591,1562.14259556689,12189.7117957413,442.205257754836,3581.66305999146,140.458954943717,2798.45153023872,500.881617855235,6801.01596057817,636.658804917781,8340.19543674562,62.0478022130928,823.318788192545,685.741152134437,1098.87947377435,269.006866584644,1447.57357877871,172.984054980851,630.203634608321,458.622724038714,2081.02983600526,449.028713755433,1507.26330212309,190.582198791037,1292.82809167169,3534.65332973552,1258.66110809017,35364.1322514796,14442.1712457232,751.664775116254,6616.58356267905 -4147,283.746507339734,1393.72654858601,269.35120527311,1254.39643144036,317.818533563324,4970.55202766387,78.758327605124,449.649315170342,1583.05066545782,12022.28166222,448.202236714056,3532.46761268219,142.321401045279,2760.01377869775,534.075043505194,6707.60152802713,649.006267461673,8225.63981320285,63.1739018304977,812.010204614236,702.997613894942,1083.78596376355,273.27887450602,1427.69062816938,176.41767031832,621.547558036853,467.630924195433,2052.44613286752,455.03686101586,1486.56049141231,193.962886935639,1275.07062671798,3565.30316633421,1276.47671721065,36104.6291009718,14805.1724735771,762.411563003593,6789.04884253861 -4148,267.330450087872,1375.41582695009,252.447758285792,1237.91622310932,292.109068092865,4905.24912111613,73.8474479261211,443.74184110219,1452.66293285648,11864.3334239742,411.54573549072,3486.05819958078,130.541212930608,2723.75283205487,494.001464983225,6619.47733713115,609.045966248844,8117.57169822741,58.8773730418424,801.342048197682,671.844222539304,1069.54722868634,253.24097732514,1408.93368786344,165.822913533031,613.3816919778,438.617309304623,2025.48118063224,417.843440303916,1467.0301212828,180.948228056779,1258.31880166617,3203.5406126901,1164.25866229052,33571.6517634983,13917.1459477611,680.174454765416,6396.51760528396 -4149,222.042271261677,1411.28517171375,209.504947297003,1270.19972815935,244.217429223835,5033.1726686204,61.2258971830462,455.314144381448,1215.16180291254,12173.7423006477,344.186420765448,3576.97079559491,109.304447517852,2794.78533544014,419.776655207343,6792.10608700334,505.984170690159,8329.26911524285,48.9596795299211,822.240174885784,554.355705862616,1097.43985398195,211.24243776687,1445.67714188577,137.691439294473,629.378017561794,364.796666488085,2078.30352087062,349.578009377646,1505.28866692979,150.613687378662,1291.13438371429,2698.8169005088,976.37072255966,28007.6830644394,11591.8418152837,573.680137534165,5320.03512559714 -4150,169.100963136542,1326.81864854427,166.457612473256,1194.1772793171,208.607783594528,4731.93334126761,48.7946756883362,428.063236133693,1044.45652679528,11445.1342866853,295.112387420043,3362.88629117418,93.587189061826,2627.51524359682,333.952695055024,6385.59321656003,390.65972105647,7830.75583330057,39.7786200358213,773.028456251675,401.994912545366,1031.75721895439,172.69268368281,1359.15223235781,105.509206293212,591.709250137425,283.532792771691,1953.91542694226,297.32083922117,1415.19596092652,119.489093160881,1213.85897933625,2501.25422664411,850.915829427238,22675.9913567876,9003.67454975343,533.371558744444,4056.36985582694 -4151,145.578340292743,1249.32350874978,149.590860646818,1124.42928828485,207.619542574778,4455.55658383955,42.5994291982405,403.061461881079,926.615858020671,10776.6614079792,259.376817515687,3166.47109642737,83.8084548190468,2474.05066775739,283.698079650527,6012.63159175093,334.881516406982,7373.38698438971,32.6657515967221,727.878391208445,278.033146353606,971.495652684902,160.431763178453,1279.76859363361,93.5557885949371,557.149447177614,240.281863640611,1839.79361434667,301.133234581845,1332.53899122767,104.216970220055,1142.9614445468,2557.96287768544,817.611172899366,19791.5484007346,7348.50683025321,554.909935678876,3289.66144111941 -4152,147.598123895435,1202.86692142745,151.548585173467,1082.61694180042,217.491787604479,4289.87495529655,42.7750409532964,388.073462480602,972.162893954398,10375.9270039304,271.940475828175,3048.72462006272,88.0657179869383,2382.05211807704,281.561048122051,5789.04951503272,334.781560189338,7099.20468180548,32.1725698206355,700.811946204901,274.366306258733,935.370203747034,167.410656346352,1232.17989382438,95.9524879388044,536.43162528191,245.430920080079,1771.38016330588,316.9959143791,1282.98800337479,107.921277577437,1100.45997252393,2683.47590278232,857.989701589114,20273.4935741429,7444.42103788316,578.538768842437,3307.84854017714 -4153,151.307706887449,1173.01436753513,155.768390341688,1055.74873217214,233.628259593889,4183.4095425289,43.5068710665402,378.442318962967,1046.53857351431,10118.4189500053,292.464941840897,2973.06187266979,95.0442942490134,2322.93473945229,291.808866796399,5645.37783402268,341.28338122433,6923.01778483375,33.3298261944244,683.419310311614,260.827886165797,912.15633950385,178.67624197129,1201.59985539271,99.7999494123479,523.118553222141,254.394782961791,1727.41834105698,342.637343246238,1251.14701761678,113.890310742994,1073.14893748679,2963.92660038182,930.904670039161,21299.8048007833,7630.77872788228,640.183117089009,3367.94474695052 -4154,173.033368745425,1176.19632664714,176.834817008919,1058.61259248903,270.741393174451,4194.75760311669,48.9344656163536,379.46889461159,1213.77571148541,10145.8665212101,339.077810323324,2981.12670254583,110.509217384873,2329.23601210963,345.592762472738,5660.69168007341,402.959660615746,6941.79740095165,39.1084855811067,685.273177034783,282.637803632254,914.630686158414,207.341950517164,1204.85935648211,114.989013543057,524.537582599068,291.988744640946,1732.10419545289,398.965923809042,1254.5409220423,131.75465204647,1076.059998199,3521.29714280872,1089.62760783734,24710.9638781337,8770.08704212463,765.480335571496,3882.17120532416 -4155,235.574729295001,1214.55338423517,240.05376346532,1093.13511500809,345.919445640721,4331.5532683516,67.327311740557,391.843793183984,1546.41090602361,10476.7344023774,432.549427186454,3078.34452750938,140.386724969736,2405.19496371363,490.116530069642,5845.29307002978,578.388035008045,7168.1770593814,56.1281310282838,707.620690047326,463.428577729654,944.457800140958,267.851142442933,1244.1511470404,153.983729996389,541.643330854709,391.620937208098,1788.59002087868,506.417368407309,1295.45288316913,172.899777608586,1111.15149983355,4395.30448484697,1383.05714784316,32927.2592893262,12163.6101158737,957.959941845783,5440.90130944313 -4156,331.031622414137,1311.68988602037,334.041970654087,1180.56093130296,447.873535180195,4677.97849530766,94.8662372030265,423.182337714164,1994.58739462285,11314.6336196443,558.858228212876,3324.54170794881,180.558141037067,2597.55556961128,662.330862774981,6312.78287171479,788.697367577074,7741.46733444303,76.2264518864712,764.214166558291,681.547784470452,1019.99283053175,352.260897573863,1343.65479314127,211.96122772341,584.962413455299,540.503774093047,1931.6363291029,650.398058324724,1399.05949522253,232.071298711063,1200.01821499665,5452.28372155605,1762.04586073051,44171.3610277042,16808.7667344284,1188.27778086752,7609.63614089411 -4157,366.773674255157,1580.47855865689,364.70947142626,1422.47894033343,474.442976902246,5636.57979564309,103.573511788313,509.899952944481,2108.82860122618,13633.2040259618,591.378737178992,4005.79965033906,191.036447436572,3129.8410748184,711.780488917535,7606.38477168741,854.400583894597,9327.83218429113,81.1463954408386,920.815291281793,743.015136835269,1229.00756941122,378.719979532036,1618.99364585279,233.87500561765,704.831654142931,593.573278146835,2327.46309459799,689.353060905446,1685.75176042046,252.472919871289,1445.92336878816,5652.29200212337,1854.08415422606,47629.6361414613,18345.3418429323,1232.33833401794,8375.07603048188 -4158,332.506823874875,1771.97457988258,325.120617096624,1594.83120405707,423.783189921704,6319.52648813351,91.5142355073887,571.681121488148,1883.05279272641,15285.0482178554,528.139794360873,4491.1556146231,171.097853467524,3509.06299441584,620.349768770436,8527.99956469518,765.605093303357,10458.0232521602,69.0335553072706,1032.38432434358,690.946012263984,1377.91820050419,342.268966996264,1815.1562827151,213.382733740613,790.23139377432,536.890692398969,2609.46623834446,619.671831482189,1890.00303173733,229.172955574052,1621.11623717827,4887.94101585624,1645.97566235424,42433.126834092,16555.4404412252,1053.53628032084,7554.81536693192 -4159,312.992659956167,1879.8140314734,306.952039880758,1691.89000184007,397.073543148787,6704.12245160333,86.6418420102498,606.472692047919,1763.78474095276,16215.2710529155,494.76217560853,4764.47994104887,160.111586505431,3722.6187830889,564.058050750009,9046.99955863663,692.232344448948,11094.4813058146,63.3392794003371,1095.21353229731,629.934237653124,1461.77603050152,320.478008216593,1925.6237015494,200.276681888623,838.323573595612,504.827348869382,2768.27405155049,579.428230247094,2005.02550032209,214.819898275177,1719.77469874258,4539.30121159873,1534.25567752696,39568.4116426727,15371.291989279,976.557733986297,7012.48054103356 -4160,289.764664362829,1924.6507117265,282.71046422718,1732.24438252126,363.022432460212,6864.02688348194,79.8365831351098,620.938070920679,1611.67211340605,16602.0321427064,452.200662896106,4878.12068428861,146.376404514315,3811.40941093134,541.103184275894,9262.78549260087,667.208342930831,11359.1030729438,60.675760733667,1121.33619024875,616.535827177791,1496.64181157555,294.427093371455,1971.55301835873,185.322856025685,858.318980262773,466.275834950606,2834.30197581545,530.137514635275,2052.84868163264,198.014986353995,1760.79417566097,4152.02378905596,1406.33727751829,36704.3588356205,14419.1662359215,895.498350989793,6595.23822563313 -4161,272.065003572927,1978.42580416469,265.380251975839,1780.64360697693,336.637432114087,7055.80904837478,75.1185567441149,638.287194041412,1493.52602443841,17065.8959532651,419.177960364183,5014.41626723465,135.560734501839,3917.90088605659,497.494217445899,9521.58941118457,614.449113352442,11676.4784876311,55.9199302081597,1152.66652822515,575.484997341699,1538.45825716434,273.91539396829,2026.6385698113,173.682302483969,882.300569350009,436.694669183537,2913.49289072722,491.106792030967,2110.20564876637,184.849541865052,1809.99108655181,3800.04336417791,1297.8083522747,34118.7011948914,13442.9751644969,817.924164965283,6156.41267211756 -4162,255.916872295551,2024.10136406267,250.133809494318,1821.75300494183,313.653854486803,7218.70523995262,70.969405646791,653.02321542881,1390.79824032059,17459.8932167385,390.441433247338,5130.18319166787,126.151820515714,4008.35275754893,480.56169980785,9741.4126295024,590.000827807979,11946.0512416038,54.2491335416652,1179.27793257578,550.4815919849,1573.97636561588,255.364089299531,2073.42720913864,162.693611290641,902.670083545859,409.975621571589,2980.75617589193,456.567258564125,2158.92358618125,172.714054065157,1851.7780244873,3565.94691260591,1211.61650165408,32162.7998402665,12718.5392149928,771.724816266414,5840.21834173939 -4163,247.30329328699,2010.27431017147,241.087334459337,1809.30823442637,298.764331304335,7169.39277559204,68.4803219106021,648.562279157409,1323.80900131672,17340.6210850514,371.75697013,5095.13785217926,120.05440846372,3980.97087313463,449.854153652302,9674.86703065244,557.555248852679,11864.4453016853,50.8350309354258,1171.22204179089,544.15685066078,1563.22420842788,243.99716243748,2059.26320022621,156.630728161713,896.503758028389,395.090661583966,2960.39401566994,434.296967530535,2144.17553388351,165.610458937512,1839.12814687063,3300.92764088567,1144.19079447751,30630.0925294745,12218.7589112481,708.62326513657,5603.69560806698 -4164,238.444555482076,1995.81086501904,232.117410335914,1796.29069235261,286.103072909215,7117.81070111529,66.0737328897131,643.896027937333,1267.15800709664,17215.8594439641,355.917210281635,5058.47954813778,114.828767467808,3952.32873530018,423.529470249209,9605.25866529314,521.530600506263,11779.0834418552,47.8462547626602,1162.79537798832,498.072447467944,1551.97718234535,233.989704126645,2044.44729167076,150.842307699245,890.053626885799,380.39526646327,2939.09468539518,415.434459207209,2128.74870129923,159.133090177405,1825.89605762492,3162.35936709699,1093.11141152081,29320.3900496898,11624.1384108073,680.625511515762,5345.6469621763 -4165,233.001046095658,1964.51196913679,227.468127575251,1768.12073078981,284.487217475291,7006.1870899062,64.6495100445086,633.798260112418,1261.13410887631,16945.8752477136,354.082580891864,4979.15097674124,114.316976618958,3890.3471478929,403.337005470695,9454.62615990079,500.365386588797,11594.3603738046,45.4965407403404,1144.56007718607,489.358703178397,1527.63861745765,231.562065166899,2012.38566497041,147.827986262572,876.095542837964,372.948733175712,2893.00293383766,413.518037108338,2095.36503497632,156.76375909619,1797.26181597354,3111.87530252011,1083.88193575771,28681.3286709399,11342.0395812431,663.878431128406,5185.16107336955 -4166,230.160960686886,1934.2255123669,224.545069075251,1740.86199532863,274.821567796741,6898.17421660542,63.9515815156596,624.027129212074,1216.88716040031,16684.6243486705,341.835597776552,4902.38848143606,110.267305489522,3830.37050607773,385.445306810416,9308.86623022565,476.488946129176,11415.6126238532,43.5925116681133,1126.91464165662,467.56211654987,1504.08734280291,225.079954780494,1981.3611497707,145.494999535483,862.588967056643,366.844556472871,2848.40213238296,398.96106326874,2063.06124474956,153.270158707537,1769.55381869543,2963.29752984436,1040.65249633537,27868.0043264141,11032.37474983,632.173877616149,5063.22673290095 -4167,236.282253319973,1881.26037626923,231.329463468659,1693.19175629999,283.232891968317,6709.2806600517,65.9912381744131,606.939317260452,1254.16175251055,16227.7472194446,352.302626284152,4768.14577216419,113.486608465136,3725.482997428,395.602280723011,9053.96039652297,488.017266266714,11103.0174934536,44.8689314516399,1096.05619884105,475.304704621039,1462.90073332797,231.220096405658,1927.10529269237,149.185671538633,838.968586835003,376.769214229202,2770.40398499117,410.304462703453,2006.5681838798,157.313356461285,1721.09790792385,3062.86412316607,1071.92592226932,28679.0923919068,11324.8164918889,654.17091375344,5195.79343074493 -4168,247.026753533398,1858.03208120511,241.44210867153,1672.28558179507,293.038722822602,6626.43984077674,69.0395921853307,599.445317107587,1296.98832376398,16027.3800053183,364.40770555969,4709.27253042601,117.425294328055,3679.48371980954,414.022163113075,8942.16935141185,510.126257918578,10965.9263338814,47.0210356877225,1082.52297552189,498.32357128119,1444.83800776807,239.814613382138,1903.31094135061,155.493653097186,828.609675261489,393.185285009718,2736.19725740474,424.295918930196,1981.79268845696,163.538756482118,1699.8471706289,3159.61489736492,1108.18458156075,29841.9043935873,11818.1399311898,675.572310200769,5431.19659245115 -4169,266.210933238736,1846.08527498731,260.982135935866,1661.53309157242,316.996239730259,6583.83304539766,74.7197574086116,595.590993431428,1403.08199629982,15924.3268852783,394.208981337794,4678.99276996497,126.875611216439,3655.82531292477,450.764741455862,8884.67283911331,554.992021192585,10895.4174345815,51.2506090245193,1075.5625509169,541.052258902863,1435.54796381806,258.913371450947,1891.07300034919,167.653767734985,823.281866704963,423.914378542082,2718.60400982923,458.45558943792,1969.05012418568,176.452232231786,1688.91746443448,3429.66081839823,1199.49401510295,32304.2543599811,12792.0717635881,734.194139413637,5877.20936156229 -4170,281.039127662629,1816.26165001116,273.177627142904,1634.69091885162,325.333773026386,6477.47080400396,78.2555093034137,585.969183069826,1438.05020792005,15667.0683721105,404.277479096117,4603.40334431477,130.140724907732,3596.76522258753,479.991264534981,8741.1403845839,591.068583092229,10719.4012732859,54.6282463217568,1058.18676953152,577.465092425703,1412.35659520239,268.341035640996,1860.52259580987,176.471245814726,809.981695810936,445.296426165136,2674.68478922422,470.66864942102,1937.23999425364,184.221819074865,1661.63289542923,3498.25477583641,1229.81457357732,33751.9758840713,13479.0827540179,752.066018305082,6229.50953110192 -4171,284.529864043445,1746.51891540419,275.743140133746,1571.92032909811,323.334233690286,6228.74203345194,79.0040655741947,563.468519014924,1427.76979802313,15065.4677208284,401.569306161305,4426.63699694989,129.167361739133,3458.65282982684,483.81637536574,8405.48883680136,599.629979810285,10307.7863728976,55.0671514790939,1017.55339546254,606.842039444578,1358.12343381345,268.10321028145,1789.08028262276,178.142618155936,778.879162512884,449.308093403051,2571.97941557334,467.232775485679,1862.85180531159,184.964439792741,1597.8277591817,3400.80648516933,1215.39566181936,33840.513826649,13669.0586781996,728.171261638175,6322.97860651859 -4172,266.308504703597,1679.87135877254,256.354367161218,1511.93549398983,292.59600144504,5991.05182937971,73.5395175234459,541.966432951053,1289.59726321679,14490.5660668868,363.015534690027,4257.71552845626,116.594348647073,3326.66985597411,460.958695328965,8084.73348263574,577.04522840241,9914.43891471928,52.2272242323121,978.723327862546,595.581508121427,1306.29713656037,245.238476764083,1720.80857459658,166.100176714204,749.156957597184,418.011115928659,2473.8320996508,422.182858255794,1791.76495930274,170.751354998802,1536.85429068477,3013.3167933383,1095.07648274335,31351.1045177431,12885.6897712167,645.85411838591,5990.42499032152 -4173,218.189846402224,1624.53421429155,209.168886287938,1462.1303750205,236.262266758117,5793.69880056346,60.0443787673474,524.113354709414,1040.54941022515,14013.2279993812,293.006002913892,4117.46084875909,94.1332179954572,3217.08503002941,382.574105419313,7818.41186075528,481.811442995841,9587.84441936902,43.2121348537619,946.482910215084,504.114959690314,1263.26601218085,198.812346638212,1664.12290505452,135.619003312955,724.478754361563,341.663915582561,2392.34085711894,340.668431808555,1732.74189428582,138.903815908713,1486.2283141862,2408.06555191078,883.075299443897,25586.9605050431,10617.0000163146,515.836102967613,4941.8975494443 -4174,167.530526037679,1493.64003271592,167.881788043238,1344.32161660131,205.811821314635,5326.88101604162,48.2867155601162,481.883780217216,912.016481569153,12884.1351221273,256.106402727396,3785.70318971644,82.2117380079215,2957.87367679327,307.394527755868,7188.45614007437,374.609211694366,8815.31957051864,35.5548801868625,870.221601085342,375.384422938912,1161.48042384294,165.174491202498,1530.03892960967,104.975948173843,666.105066207233,268.164241534094,2199.5819137937,295.741863400766,1593.12905625564,111.587224857624,1366.47790381717,2279.01594130042,784.409365840452,20967.3037951837,8325.07290891541,489.514466956964,3796.7115206747 -4175,140.752149605909,1389.47429533521,143.153306890806,1250.56927373227,196.764662327094,4955.38689642678,40.2956062295887,448.277437190336,861.209454674449,11985.6017364971,234.579832543142,3521.69007034103,73.0840952807425,2751.59298942984,238.600729982035,6687.13666680195,287.960607804442,8200.54342419374,28.2992405378552,809.532765237221,247.757196217184,1080.47933780291,150.224408321907,1423.33475066892,92.5828451978269,619.651219313254,223.367080166978,2046.18412921304,292.112477875483,1482.02500223149,92.9641959981077,1271.18039213576,2329.2444996622,753.397210699083,18157.188498611,6687.2521756605,492.604939352187,2984.66088331853 -4176,142.701632302147,1325.69050218496,145.022588347842,1193.16191316173,206.223879370353,4727.90994788425,40.4580621993189,427.69926930075,867.844734861707,11435.4028990601,236.338658653636,3360.026949447,73.7995264715965,2625.28116152437,239.950696869203,6380.16377543239,291.239890787858,7824.09762217752,28.2353184555639,772.371177851553,244.80140131033,1030.87995275714,156.817911723385,1357.99659391063,94.9725077514482,591.206140961919,228.144073415232,1952.25408266003,307.696111138414,1413.99267050489,96.2695882541247,1212.82687853652,2410.35267850354,774.610933458867,18469.1668913421,6745.67674738423,506.910151483971,3010.43983679101 -4177,144.984506711457,1291.64355006826,147.524174753497,1162.51861711494,218.120559063474,4606.48573662049,40.7542813912244,416.714913209922,934.748451124682,11141.7139767228,254.250044862286,3273.73329608667,79.566383033759,2557.85756465016,249.28844185992,6216.3056726544,297.347624078078,7623.15579098872,29.3266182889091,752.534809962301,232.753863439838,1004.40445162641,165.039810996555,1323.11994288891,97.7822778238071,576.02253125871,233.977908935104,1902.11545591239,327.409100873336,1377.67790422521,100.312582733912,1181.67853841391,2653.06953031226,837.074096674066,19270.8177205139,6875.67463116324,560.638751134322,3046.0123649612 -4178,167.415191654594,1296.96609745786,169.358494331337,1167.30907221422,257.294796884011,4625.46793850688,46.3125003134492,418.432093521311,1139.63326340593,11187.626256964,309.664306224057,3287.22355089296,97.3144455625313,2568.39787052863,296.158183925657,6241.92154905401,351.92851630965,7654.56895288904,34.5228046920758,755.63582199316,252.280895943564,1008.54335689313,194.596927520131,1328.57219680043,113.957967158493,578.396179328982,271.648867605996,1909.95360882542,388.25030389207,1383.35497816132,117.659065140826,1186.54794686614,3262.96437209393,1016.73134660462,22785.596097411,8004.54162776282,693.959708250036,3528.52381157853 -4179,228.872891505259,1328.95923962776,231.01561958974,1196.10387662489,331.027572255677,4739.56749257313,64.0091690787737,428.753841701713,1528.07973730324,11463.5990199255,415.963432451916,3368.31172321613,129.949048689962,2631.75428237453,417.005772109459,6395.89526041293,502.323814447767,7843.38939564319,49.1838016193333,774.275603194138,413.405640898263,1033.42177974847,252.983113635136,1361.34498805421,153.294581108564,592.663870082096,366.167003865351,1957.06772959145,496.248403466519,1417.47913342992,155.342904499944,1215.8173296433,4131.97051640034,1317.10387227102,31126.2384011457,11381.5478068041,879.127535082469,5033.30750874726 -4180,323.712628503492,1411.74800350749,323.928537339303,1270.61629089974,434.078396855669,5034.82330052748,90.822158099903,455.46346492019,2045.58297690447,12177.734686523,557.38921933861,3578.14386524991,173.583260862075,2795.70188691807,573.104294995373,6794.33356214906,695.39268560509,8332.00070389865,67.9049119752475,822.509829029861,609.015096730481,1097.79976002101,336.478288391419,1446.15125254615,212.594385641022,629.584422449088,509.457579494234,2078.98510172032,645.663343125042,1505.78232722452,210.643000162715,1291.55781198715,5306.67295264314,1731.37950070842,42400.3418658374,15875.6499966028,1131.9416535289,7084.08824155832 -4181,358.365106763749,1645.53513713549,353.328321235465,1481.03184654597,459.127764385616,5868.59597442489,99.0701406687726,530.888751636667,2161.68822643026,14194.381906403,589.228013839297,4170.68870745052,183.846722923637,3258.67341512076,614.771425818052,7919.48320957968,752.235628944186,9711.78984269064,72.1589193109032,958.718426337592,663.829050502244,1279.59669442798,361.257598181359,1685.63560477141,234.308826993618,733.844344995832,558.98405410544,2423.2674853886,683.213617385047,1755.14165571295,228.960011354271,1505.44130821249,5522.3695720552,1828.30603075945,45441.7513500233,17190.9068135888,1179.18958477148,7738.3909151365 -4182,328.736478817078,1833.09710074098,319.54330894983,1649.84333834066,420.678596403665,6537.5123407363,88.7054318058716,591.400699674665,1852.78150365145,15812.2909272737,505.521472021468,4646.07361166984,158.415765092471,3630.10467216036,548.172524125833,8822.16452461694,687.387058991956,10818.7624815064,62.8301867562878,1067.9954065312,618.551642405588,1425.44813400757,333.658556380813,1877.76831395477,216.80199440746,817.489648716181,512.991540083771,2699.47721050699,630.368336662371,1955.19682799228,211.650376283225,1677.03504783491,4777.70110313448,1604.00294359689,40723.4934782445,15603.4586023025,1007.72867718282,7083.40825869511 -4183,308.25527657018,1926.1259826326,300.265842555283,1733.57217136327,390.963575626387,6869.28825329734,83.6153841612605,621.414028383991,1691.73555835753,16614.7578257891,461.571818986523,4881.85983003496,144.295761689886,3814.33090800138,497.856026822675,9269.8855434638,620.949629507285,11367.8099796988,57.5659152291155,1122.19570966562,563.870738069798,1497.78900784759,310.247884333437,1973.06424051977,202.556324507375,858.976893416581,480.097574661133,2836.47450676797,584.545324101084,2054.42221802351,197.247393895917,1762.14384830711,4380.60072711713,1475.20724829308,37443.8309747849,14303.3056687019,922.999526625919,6512.00193324119 -4184,284.906846939815,1951.23452537012,276.010661408759,1756.17062616099,356.239286963877,6958.83474155379,76.9086396197791,629.514641132098,1610.08288655356,16831.3440515624,439.446299289653,4945.49865080071,137.315077922667,3864.05366314936,478.508397524466,9390.72567512635,599.476715780012,11515.9981798897,55.2513083561283,1136.82439916468,551.948422085906,1517.31384664548,284.192318893624,1998.78465977253,187.05445730373,870.174321951039,442.556816479239,2873.45014700087,532.962324313336,2081.20320147281,181.380721853528,1785.1147570243,4063.94916429778,1373.82283303682,35282.2403847688,13622.017956995,859.625091588535,6184.86810852885 -4185,267.4981773577,1998.64569958428,259.084429278475,1798.84212998287,330.405436476724,7127.92078527105,72.3599756078547,644.810612955586,1456.45500603132,17240.3127197115,397.671936509797,5065.66457399466,124.142735994066,3957.94259295993,437.27068904306,9618.90190160858,549.285128179416,11795.8143623412,50.6029456690273,1164.44700369474,514.91489215882,1554.18159892514,264.421807881691,2047.3512090463,175.297288957973,891.317852284423,414.492851869783,2943.26935312081,493.813160848717,2131.77235975551,169.343856753836,1828.48954649073,3672.21182490364,1252.12114779901,32477.6361472567,12588.3409391102,773.91012797549,5739.86684004671 -4186,251.224815901538,2039.51939610692,243.7256866577,1835.62970435304,306.815292935305,7273.69172960362,68.2401707528067,657.997439071897,1429.65236327519,17592.889121926,390.227291001947,5169.26094253864,121.750992482696,4038.8852755136,424.523529888077,9815.61514462571,529.68121614439,12037.0469813012,49.3369931483458,1188.26075590486,492.763386897163,1585.96569504021,245.811403938432,2089.22096715863,163.896799477877,909.545923126129,388.391168288593,3003.46126124584,457.511142166338,2175.36858919534,157.859041842726,1865.88343117656,3540.28355590911,1202.39155341608,31076.6796562721,12053.7493592564,752.437580823792,5472.47886972995 -4187,243.033744313775,2025.86590448911,235.228300772719,1823.3411451809,293.037441215742,7224.99825345907,65.9270882547094,653.59249811568,1285.21033507439,17475.1141379677,351.238483782251,5134.65550505962,109.369651610728,4011.8470985981,394.813707430525,9749.9048506434,497.897730461657,11956.4653891986,45.9225758015127,1180.30598562835,486.794401355847,1575.34850288959,235.396669794353,2075.23475010313,157.996384878531,903.45699959781,374.817206118681,2983.354694359,436.404476172527,2160.80565988223,151.653905778446,1853.39233948309,3171.80119746451,1097.57336619393,29178.8299325215,11461.9163434971,666.214220501393,5237.88594796275 -4188,233.110753468499,2003.91039475335,225.039618960914,1803.58051631798,277.319004351117,7146.69666442338,63.2414088376409,646.509128765416,1192.92306759559,17285.7259668456,325.946929282987,5079.00819953889,101.471493749178,3968.36833337653,363.956862645039,9644.23935205499,457.536990509242,11826.8860860097,42.3207398065923,1167.51430997932,444.808024089654,1558.27551730068,223.497149326511,2052.7442009217,151.196451841286,893.665700525862,358.558732217782,2951.02231101018,412.384967734496,2137.38772802528,144.537130247666,1833.30602801324,2964.25895622468,1029.69262913648,27269.5792146464,10665.2729385387,622.72974912608,4898.54323449732 -4189,225.753161163414,1977.70263176677,218.12299544748,1779.99272974697,270.150419127732,7053.2299441506,61.262734394982,638.053881435146,1123.7878233948,17059.6578700005,307.238599687506,5012.58335167699,95.6253192529418,3916.46877888704,348.808498300952,9518.10899224141,441.383938396836,11672.2103938116,40.4963252692192,1152.24519495328,437.252875748058,1537.89590575112,217.3769343243,2025.89777423981,146.576127598294,881.978062730314,347.626875726916,2912.42792400688,401.884414323401,2109.43430698751,140.356945861017,1809.32948196117,2804.16167971039,979.895448831703,26237.0292525294,10310.2011553702,584.859487189097,4743.53033880466 -4190,224.861767743563,1943.77138689704,217.518323887681,1749.45357375392,265.978615281417,6932.21838836188,61.1639946643468,627.10685525269,1060.59224879922,16766.9670380811,290.009079079883,4926.58296395248,90.1755315937705,3849.27431849317,330.205259122713,9354.80775487384,417.025677523823,11471.9514556467,38.4353713438077,1132.47624019135,417.463658147073,1511.51038058468,214.710811054123,1991.13965016462,145.716144760677,866.846053936097,345.502589670694,2862.45969143864,395.407658212675,2073.24295503331,139.069596407156,1778.28699826502,2673.93485036333,942.142928947537,25298.4090016299,9920.7199617586,555.112915420126,4593.61135226247 -4191,228.774826246009,1901.68276007247,221.643754245227,1711.57252503133,268.453542664722,6782.11454653101,62.4887609985087,613.528063740591,1090.81364083945,16403.9106501732,298.221806150921,4819.90729556481,92.6842765554523,3765.92569456108,337.598011398908,9152.24740479122,425.703609289642,11223.5484350955,39.4093730346604,1107.95464769215,424.242681628278,1478.78153357174,216.722576217874,1948.02535480236,147.784538796267,848.076171672985,350.892816158642,2800.47863823174,397.952150837352,2028.35087068673,140.698111471001,1739.78161725083,2728.05573971099,961.066279039875,25784.8685030704,10113.3197661776,568.582648945029,4680.29796571442 -4192,238.871559502807,1884.0662847242,230.966878800563,1695.71715954816,276.85959157976,6719.28758284042,65.2826762621903,607.844570027925,1138.82617131909,16251.9509786384,311.366517213565,4775.25748339003,96.7598285239247,3731.03957235681,353.007763255074,9067.46441986181,444.663221380252,11119.5776948237,41.2635748137859,1097.69097167433,444.758455911416,1465.08265646216,224.183967995917,1929.97957904986,153.783792396319,840.219912319211,365.597831191071,2774.53605520497,410.149032664899,2009.5609895029,145.96397256688,1723.6649333248,2822.11948534048,997.366825531399,26856.656125549,10561.6231096373,589.309613668499,4889.1914918208 -4193,256.992668490831,1868.93751939439,249.158808492828,1682.10080900861,298.340370760951,6665.33272687355,70.5266026181373,602.963670703143,1241.48651246563,16121.4502873937,339.414765449348,4736.91289305295,105.416824611659,3701.07989281469,383.752584821098,8994.65406151254,483.140957036286,11030.2891794059,44.9080562897458,1088.87668034617,482.834209570839,1453.31826585759,241.245895982194,1914.48213695904,165.473406836348,833.473074385758,393.348387257602,2752.25695323353,441.387902250261,1993.42452080611,157.066168615153,1709.82416641817,3064.58728407468,1081.2689374998,29101.5245736849,11446.784773679,641.037129298521,5291.36483708344 -4194,270.149676255006,1834.51451942655,259.403844747016,1651.11905841849,302.805836267243,6542.56738781764,73.5062547127022,591.857992636418,1303.3205177102,15824.5175772492,356.400253836695,4649.66612815413,110.583478815784,3632.91160376852,404.823591738017,8828.98614952668,510.542139390109,10827.1279500295,47.4229400501074,1068.8212202018,514.948805238315,1426.55034338842,247.786940435693,1879.22027407969,173.243679006751,818.121762041156,410.974129639874,2701.56454643583,447.936261420487,1956.70865871682,162.844929605254,1678.33179355132,3131.3615204691,1116.72581110449,30404.7664555419,12059.8584030457,658.389676777384,5585.92738521167 -4195,274.306649463553,1762.25514307905,262.773163738627,1586.08341428847,302.94017885275,6284.86332816104,74.4478047547104,568.545400132347,1286.25464166592,15201.2083807161,352.064288992722,4466.5212300971,109.13190064181,3489.8154745016,409.889820971417,8481.22273517935,520.071840972282,10400.6600725508,48.0132246901407,1026.72160530047,541.372255560476,1370.36019768503,248.963277785857,1805.19999046426,175.498233748915,785.896904905715,416.202351099866,2595.15308595364,447.699306924904,1879.63619846895,164.280983758435,1612.22427168548,3037.65150859493,1099.88097530036,30638.2698657854,12297.698340049,635.333023681538,5708.61561703749 -4196,256.769893449686,1698.61598328602,244.307075487654,1528.80622815376,273.953256017843,6057.90219646058,69.3014948721942,548.013894401914,1199.41543302809,14652.2571502506,328.560422427593,4305.22468946992,101.841644108187,3363.7900658074,391.073086294098,8174.94592219681,501.240911586076,10025.0678826744,45.594177913948,989.644283915265,531.40525137997,1320.87328204913,227.665520694681,1740.00999167055,163.633975897147,757.516327377789,387.264752272718,2501.43603109187,404.203763247534,1811.758133901,151.685159594686,1554.00307797755,2724.79787651557,1004.71151633052,28721.7249258727,11717.4629844173,570.972775588013,5446.26691364784 -4197,210.097550503769,1630.29066736463,198.999144188556,1467.31135847808,220.35443003917,5814.2284729899,56.4973942902104,525.970523308766,969.29176572266,14062.8831489441,265.722884794129,4132.05085858933,82.3416993931194,3228.48460465488,322.628232823861,7846.11599932401,416.566957122746,9621.81845080921,37.4931922762968,949.836723516882,449.612166894046,1267.74233004105,184.004818147114,1670.01963860835,133.375742779279,727.045907404712,316.001782835609,2400.81799336984,324.834342971789,1738.88177568348,123.115411942079,1491.49468744643,2153.85521700158,804.95085125518,23477.2727830422,9684.43713539531,450.225635119713,4504.47839069466 -4198,163.121543762015,1501.62385239735,161.966443999139,1351.50729798753,197.655107447719,5355.35431386775,46.0117880927256,484.459550231673,820.472074211726,12953.0035303872,224.4650787697,3805.93856837001,69.3315385676555,2973.68413283269,256.136491664876,7226.87994792178,320.229932674122,8862.43930508901,30.5091306720289,874.873118314244,334.441818539919,1167.68878065206,156.531924120267,1538.2173090398,104.711476493614,669.665537686978,251.491671521177,2211.33914109721,290.77637931879,1601.6446656634,100.682699201644,1373.78201521201,2023.70193251762,707.763963510222,19228.1486673903,7588.54950194058,420.508521258786,3469.22985408467 -4199,122.92764500837,1401.07397981213,126.205709650156,1261.00934379368,193.908554315015,4996.75572538074,39.2248322720827,452.019771141378,862.576091019936,12085.6605852834,246.982980003327,3551.0900338946,75.6060937230335,2774.5639868736,259.845640341826,6742.96258286921,306.442423348796,8269.00364442189,30.9226929981594,816.290950460231,257.966589659215,1089.49945386006,151.753203663949,1435.21711083077,92.047083067891,624.824225142803,256.210528746437,2063.26619425034,284.890505846586,1494.39732352633,101.259548564524,1281.79252905081,2363.97526127661,764.453852390176,18459.5249665517,6875.35819461705,501.688295434265,3099.50493356933 -4200,124.547081922735,1339.05472428242,127.781959085089,1205.19012093681,203.194314934247,4775.57178033775,39.3706655074639,432.01088503341,905.349729869213,11550.6826448719,259.05438664981,3393.89921928062,76.3441507822064,2651.74649446073,261.298948668334,6444.48189913663,309.929645738022,7902.97197344025,30.8479662732828,780.157414492364,254.885205985659,1041.27220390607,158.39130982092,1371.68649216268,94.4034918944781,597.166061592094,261.765268228518,1971.93466203233,300.040422937707,1428.2470625079,104.869232862711,1225.05332788033,2495.25000769205,803.142551035738,18939.4091282402,6982.88853124715,523.163728248078,3130.22096600817 -4201,126.431614250603,1303.67713742276,129.896011695042,1173.34921300925,214.869698122282,4649.40202610758,39.6435901779695,420.597234543674,959.258926176448,11245.5156706272,274.253585637983,3304.2330075525,82.2901569114716,2581.68782528433,271.305821905164,6274.21983738676,316.321608688465,7694.17686419653,32.0167280953066,759.545794821477,242.316849981623,1013.76197809512,166.666541630538,1335.4467798188,97.1708061400633,581.389040809812,268.555870041229,1919.83650015548,319.200721359677,1390.5130299888,109.285594711595,1192.68763756993,2721.00027894121,858.788625783991,19709.4110204317,7104.77389630073,574.94054926431,3169.22083848232 -4202,145.91923298636,1307.43763276956,149.049745924275,1176.73377359487,253.426880833484,4662.81336407057,45.0372295225923,421.810459734158,1132.74069154435,11277.9536939214,323.69111511751,3313.76416560765,100.627505392873,2589.13478034337,322.159442095377,6292.31801048961,374.295842158545,7716.37094543393,37.6632228067981,761.736727181276,262.617841417182,1016.6862045711,196.497031488329,1339.29891564081,113.229212484871,583.0660747317,311.858751364707,1925.37432544842,378.478691654265,1394.52400604172,128.191325097948,1196.12798041443,3292.60774262774,1023.87974886913,23166.1931481257,8235.2068334749,703.976747284156,3673.08379587781 -4203,199.742919457341,1342.23668339444,203.526688279438,1208.05398125371,326.153045356068,4786.91984092554,62.2829021048783,433.037460682033,1453.67028044372,11578.1302160767,415.893396692478,3401.96404915666,134.418195940187,2658.04776711807,454.01189254326,6459.79574518737,534.493415756105,7921.75158955816,53.7223831048907,782.011281215534,430.420547065279,1043.74655056064,255.522469394975,1374.94599325208,152.37710696664,598.585090969021,420.139804549143,1976.62051642825,483.90376438188,1431.64096693342,169.219033378319,1227.96438859254,4122.53925514078,1309.17945124248,31053.3278468153,11486.7232415129,885.730030446166,5173.93341321679 -4204,282.928905187043,1423.37661409468,285.712456909824,1281.08239534324,427.857693349153,5076.29529084847,88.4268565942438,459.215131122012,1900.01676724441,12278.0430518629,544.425289239593,3607.61714343451,179.586691161865,2818.73016709277,624.242719109034,6850.29869119292,740.097870374427,8400.63164324271,74.2150961320105,829.284867126009,634.126925431645,1106.84236952376,339.972751812849,1458.06324372606,211.424757330566,634.770328193054,584.176549155048,2096.10976426945,629.851605969352,1518.18550135253,229.409863947427,1302.19641236706,5216.47396719642,1695.9389409289,42206.3078798688,16021.0618731655,1129.33488634166,7297.40343940336 -4205,313.463119013178,1659.04399539608,311.810800645539,1493.19023128228,452.648565509777,5916.77363372738,96.482125113502,535.247030433732,2006.03013877215,14310.9092833899,575.29210554213,4204.9275646627,190.221398033199,3285.42517282498,669.759427943678,7984.49742517496,800.690156710401,9791.51782265341,78.8762230983827,966.58893061364,691.216287370349,1290.10141716872,365.090830563556,1699.47366386233,233.088310474643,739.868767700741,640.740653116862,2443.16106058421,666.659959099536,1769.55031786742,249.325357973666,1517.80008001465,5396.58388323647,1782.53118079257,45443.1184825221,17449.4292237574,1171.66868756386,8010.56330652432 -4206,287.535857386648,1842.35370575077,281.950761670239,1658.17456536888,414.726312849673,6570.5248688017,86.3778416282993,594.387100491723,1838.60380286994,15892.1383785377,527.200747503596,4669.53492654085,163.947232238006,3648.43564059667,597.511533519508,8866.71387898706,731.892181985617,10873.3940724601,68.7078726821269,1073.38847143024,644.107069717144,1432.64623078766,337.204232118932,1887.25049554523,215.677012286914,821.617732697492,588.031450984612,2713.10878204811,615.10678586547,1965.07000096593,230.473933400508,1685.50358505484,4841.43366230346,1626.22128656424,41240.6891200687,15985.1364532662,1025.45804458868,7335.69731777064 -4207,269.667675565257,1943.04821449912,264.985400231206,1748.80269652396,385.454890757702,6929.63928413769,81.4290223066117,626.873542646423,1707.89567635132,16760.7289548166,489.834624670552,4924.75004839481,149.331147738625,3847.84221132362,542.642729684782,9351.32733593067,661.129229752879,11467.6833618272,62.9527679637513,1132.05490691949,587.166412298486,1510.94802917146,313.557765231757,1990.39885459313,201.515894838646,866.523547316401,550.283309143215,2861.3947247183,570.421941445427,2072.47161325446,214.784730876968,1777.62539367438,4455.99282271197,1502.75445638851,38213.2499576026,14765.8660141195,941.345041016804,6777.06344881472 -4208,249.300139698939,1974.37603929754,243.617841063841,1776.99869499425,351.244051869152,7041.36606672074,74.9034372145212,636.980643627371,1555.33129472342,17030.9626918243,446.196432720884,5004.15194153409,142.116775770425,3909.88108701842,521.631272918773,9502.09906780365,638.317262873626,11652.5771655539,60.4319075879429,1150.30706222965,574.761819485293,1535.30908968668,287.244513105904,2022.49011518583,186.11018785147,880.494532529978,507.200793720626,2907.52907791972,520.130333445101,2105.88613540334,197.499143818657,1806.28610135765,4069.07369227233,1375.41609681398,35477.4771770245,13871.3138538999,867.938521085405,6388.79043934704 -4209,234.117663675926,2017.30354576698,228.720591187993,1815.63476100055,325.796601545746,7194.46166825083,70.4803583780299,650.830077654108,1441.6685732683,17401.2552534147,413.706754263743,5112.95379111524,128.49357649138,3994.89095460041,476.751990104241,9708.69670223986,584.918870484735,11905.9311729485,55.3596402718899,1175.31740112804,536.207817982809,1568.69026407713,267.27854620997,2066.46373306609,174.426015507411,899.638522321779,474.990788846945,2970.74549202638,481.961430830499,2151.67297585426,184.385822804997,1845.55894338894,3714.01989558527,1267.66524821208,32895.0352871217,12901.9821682648,786.492043789978,5946.9528781334 -4210,219.918788056874,2057.68548438563,215.202082354268,1851.97973824825,302.556954020489,7338.4788193093,66.4742147066815,663.858250980897,1337.9623486161,17749.5897532004,384.051693001439,5215.30377537321,126.008965439117,4074.8598029452,462.785361572472,9903.04325713467,563.994577577021,12144.2614841368,53.96675562038,1198.84464632095,513.132263631676,1600.09196070754,248.479676946859,2107.82974949998,163.092300097692,917.647288361773,445.038783739379,3030.21322178988,446.558914305892,2194.7446921662,171.875812897697,1882.50293633705,3484.28824997504,1182.6719499183,31059.7542946236,12220.93408236,751.20651377208,5649.64889950803 -4211,212.793429428998,2037.43666004987,207.733413878509,1833.75517833482,288.991233059854,7266.26391103908,64.226330900887,657.32549891069,1277.12437023879,17574.9234459967,366.690962538925,5163.98214687046,113.222778985597,4034.76080775435,430.613398186713,9805.59154023004,530.285879482246,12024.7548737506,50.2635571716872,1187.04731634345,506.945025895876,1584.34612331923,237.965918872407,2087.08747637263,157.232043311096,908.617104261617,429.443189768845,3000.39415775239,425.989067849596,2173.14712535109,165.114088889868,1863.97801036625,3223.9880071646,1117.07590938564,29513.7305849421,11726.040498504,679.434455422707,5414.82507942034 -4212,204.152317160156,2008.45191471859,198.771597104706,1807.66802289773,273.513526214937,7162.89342934461,61.6159145899764,647.974331063726,1207.76368932973,17324.9011065113,346.892009888459,5090.51890241374,105.041459739362,3977.361961067,396.922336166719,9666.09637005421,487.275685014039,11853.6896992984,46.3158715172175,1170.16028135727,463.216483338812,1561.80708208107,225.952473192101,2057.39639435132,150.47765391993,895.691040896278,410.771221983232,2957.71029804713,402.578843903012,2142.23175152339,157.359291453629,1837.4609023781,3016.38999620273,1050.44031909984,27879.1728983146,11030.4636505991,635.220125948634,5102.91528287775 -4213,197.689697066036,1967.02860807142,192.647436566494,1770.38578264092,266.434129247656,7015.16236900387,59.6857593719928,634.610187656334,1176.87526445645,16967.5837687609,337.975278863819,4985.52952032168,99.0017833286072,3895.33087884257,380.492517778534,9466.73801296156,470.130574338823,11609.2133343349,44.3317891566935,1146.02631638365,455.35961377593,1529.59559959017,219.758570842443,2014.96363252444,145.874220645853,877.217865424028,398.26528383927,2896.7090165369,392.313346382125,2098.04930328932,152.810839540229,1799.56419902482,2911.62162395858,1020.18344079734,26962.7063093266,10697.8798873567,604.867315712429,4938.2983040364 -4214,196.946252462229,1933.09736320168,192.146793481599,1739.84662664787,262.337427823107,6894.15081321514,59.5947844818243,623.663161473878,1158.06126841038,16674.8929368415,332.659071767636,4899.52913259717,93.3622365040985,3828.1364184487,360.218981773636,9303.43677559399,444.193938443546,11408.95439617,42.0793464610992,1126.25736162173,434.753683964881,1503.21007442373,217.075840770296,1980.20550844924,145.028302552332,862.085856629812,395.796879680886,2846.74078396866,386.019378777564,2061.85795133512,151.404244996496,1768.52171532867,2816.54680975226,996.142168889919,26376.8618082163,10433.3226982605,579.513314809511,4818.48750106008 -4215,200.404267297767,1888.05819456492,195.819533613198,1699.31000024127,264.796312165555,6733.52423175348,60.8903938945582,609.132455035154,1168.19243573418,16286.3851827684,335.656760969143,4785.37517271681,95.9558848104258,3738.94480037652,368.256339321148,9086.67632378551,453.42052771145,11143.1375621089,43.1427203035227,1100.01673028878,441.810560814761,1468.18683486672,219.11921510889,1934.06876876492,147.094342237543,842.000148059083,401.942986305296,2780.41466885673,388.524939252157,2013.81879420678,153.17344895568,1727.31698902222,2839.91545504236,1004.39551643042,26811.5992677558,10619.2156523657,588.724935451503,4912.23073951395 -4216,209.287497776764,1869.51605843508,204.086125894842,1682.62151180274,273.105151304061,6667.39601425566,63.6178472126857,603.150321150257,1204.14644426936,16126.4407636868,346.072336594536,4738.37922834376,100.176478886053,3702.22558077296,385.074156156357,8997.43840206868,473.61779672805,11033.7036610856,45.1743195420585,1089.21374761757,463.176954279327,1453.76814786094,226.675367017612,1915.07477456594,153.075135301761,833.731080182045,418.751199086346,2753.10892826263,400.460810422772,1994.04159542631,158.901370175203,1710.35345111749,2917.89072510591,1035.28554688817,27855.7557654178,11068.5975271539,607.353864870626,5129.37492608972 -4217,225.163539176886,1855.16831772371,220.164608420003,1669.70810725732,294.297167690142,6616.22658524703,68.7289631440815,598.521398933301,1297.481312312,16002.6771888136,372.909265095245,4702.0141828264,109.137404847343,3673.81257386228,418.598933127626,8928.38688861578,514.593378730727,10949.0246777192,49.1627912942535,1080.85449530756,502.828357534905,1442.61109556077,243.926714174462,1900.37739008273,164.710732443076,827.332548697122,450.537074672615,2731.97998803521,430.961337384259,1978.73817417471,170.987676627206,1697.22721573122,3151.74707755288,1116.24388738232,30092.5795960095,11965.2409595981,658.318976845387,5545.25060111827 -4218,236.815143934315,1823.7537145945,229.306371673328,1641.43400564078,298.760386948399,6504.1903185629,71.6461422445235,588.386301200014,1314.79599532199,15731.6949021453,378.171705631125,4622.39234579404,114.491144824532,3611.60184997466,441.617981715891,8777.19751781301,543.799704991308,10763.6187166448,51.9214080955523,1062.55178137798,536.277464383887,1418.18255470878,250.584579089516,1868.19723643585,172.479430024737,813.322863740295,470.6088221409,2685.71784229829,437.455997768064,1945.23109352631,177.261209026568,1668.48711765337,3158.65811924472,1131.15396236324,31223.0533997376,12540.2647788941,667.402042402918,5847.0767488007 -4219,240.513314570006,1744.49403156766,232.326901373989,1570.09787184406,298.920558607372,6221.52053762146,72.5700760946058,562.815243355277,1314.38113551535,15048.0010780062,378.188190064367,4421.50483054376,113.009989962331,3454.64292752947,447.303006106136,8395.74365835889,554.044798707421,10295.8357035789,52.5906119018705,1016.37366164741,563.814154530964,1356.54884898366,251.793445768319,1787.00605387288,174.738688445837,777.976143477206,476.544524373041,2568.99750710356,437.269163552955,1860.69204713367,178.816864201441,1595.9752653011,3097.46739461299,1126.06016216637,31459.5207892227,12772.3699532367,648.850246034472,5961.11314970289 -4220,225.252094886944,1675.18520264416,216.088070546141,1507.71781044885,270.377854744223,5974.33923760949,67.5668541128915,540.454567588338,1186.4605344438,14450.1432960458,341.674709391732,4245.83823820284,105.478587719648,3317.38980351578,426.896080206376,8062.18037274547,534.066499573275,9886.78167273051,49.9576327661753,975.993088849366,553.448131368514,1302.65310018818,230.295901599593,1716.00822032809,162.957726387987,747.067115152032,443.302420555254,2466.93111679053,394.885475399511,1786.76666565317,165.090049741446,1532.56709386157,2741.6005983866,1015.39623209142,29205.9267759513,12066.9289181959,578.110252379515,5661.55539213748 -4221,184.351686194201,1618.37278725709,176.044895072054,1456.58490263751,217.500267293287,5771.72483897785,55.088051071956,522.125531883386,953.545496309041,13960.0795454576,274.707291856688,4101.84441275932,85.2957294788044,3204.88348050105,352.275128708637,7788.75870000207,443.905812889693,9551.48027062529,41.0939787159799,942.893151785032,468.27243721494,1258.47477953663,186.145846538171,1657.81132862499,132.835713692093,721.730998762603,361.686594271037,2383.26734330615,317.381377758497,1726.17006424538,133.989681631846,1480.59144471687,2171.14291826744,814.865685811534,23769.475903054,9929.74647079962,456.559412851152,4666.48373692635 -4222,142.828606144393,1489.64812006929,143.067481053463,1340.72877338279,194.937406896296,5312.64435712164,44.8319810901385,480.595894304734,861.011259218975,12849.7008937936,247.271841889605,3775.58549327794,71.7863634566732,2949.96844321698,279.452226872416,7169.24422264665,341.100949506557,8791.75968667325,33.4127200838127,867.895840836118,348.299883814081,1158.37624325646,158.235675410848,1525.94973702032,104.201166548827,664.324829216035,288.140398667511,2193.70329600986,283.825921963341,1588.87124855896,109.6207708653,1362.82584555273,2117.31519497257,742.009273812636,19670.1207935639,7830.60155258742,437.350173542589,3593.42506081114 -4223,114.383113459465,1387.56512155154,114.790851123867,1248.85095905737,171.962206052822,4948.57806607826,34.3253163785099,447.661492344314,811.200159028988,11969.1332082964,252.445605281073,3516.85117668243,75.8507471397773,2747.81222916938,283.753855050021,6677.94836727392,329.360831703813,8189.27566445912,31.0059849207114,808.420446184183,264.993008701381,1078.99473111932,156.650035092314,1421.37905173985,89.0394976303594,618.799802437893,240.257410120573,2043.37261905473,270.323560840633,1479.98866137186,100.030012999875,1269.43375724865,2247.26522676601,736.602400908603,17949.4350671534,6811.97341536493,503.544038608789,3114.90263496463 -4224,115.894020992845,1324.70698637696,114.101895404424,1192.2767189168,180.192419878098,4724.40236133604,33.906442351199,427.381963721707,817.442985340382,11426.9190942025,264.829764839129,3357.53418087497,76.593399028435,2623.33349310662,285.353865144386,6375.43039918775,338.611175042022,7818.29300663408,30.9337560152223,771.798163817123,261.831245092513,1030.11515378783,163.538712444788,1356.98911055375,91.3251876832152,590.767531358497,245.454094032077,1950.80572593698,284.707915293164,1412.9436442491,103.609685440943,1211.92709506108,2307.75131895079,757.962620335895,18303.7024628152,6884.76147823867,525.72165464716,3152.34094715076 -4225,117.652862791253,1291.75925731522,116.440831985359,1162.62275716868,190.540217913257,4606.89839209553,34.401919238872,416.752243118294,880.415682360166,11142.7120671407,280.426667520523,3274.02656172249,82.5798881230627,2558.0867011305,296.406458581878,6216.86253806483,349.617182471942,7623.83868401262,32.1187807291239,752.602223089627,248.943392604793,1004.4944275907,172.130020393886,1323.23846983543,94.0105445134826,576.074132167703,251.805867697469,1902.28585009179,302.900757945765,1377.80131855069,107.991057099299,1181.78439484037,2549.53177312801,818.3307306827,19104.7598110941,7035.82366091507,577.424675829394,3204.40631224955 -4226,135.790897399333,1297.05287859455,134.753002661853,1167.38717788588,224.727387642663,4625.77743261489,39.3869230939646,418.460091178904,1073.34515674655,11188.3748308283,331.018930268755,3287.44350189775,101.001361429215,2568.56972427803,352.084937723524,6242.33920148784,408.074903308489,7655.08112679701,37.7978553560879,755.686382247348,269.826099109561,1008.61083941183,202.967422937254,1328.66109272889,109.551900778763,578.434880323558,292.397447828953,1910.081405493,359.158808970799,1383.44753965363,126.684069220501,1186.62733982774,3155.31544395052,992.474104176032,22546.1588322416,8178.906647466,706.330158848506,3707.92536826839 -4227,185.866151585574,1324.21522847295,197.660073979328,1191.83412179433,289.230577602644,4722.64856806193,58.6794404763861,427.223310932185,1439.30764607774,11422.6771917737,425.179919978353,3356.28779658895,134.869375652736,2622.35965889775,495.880629266929,6373.06371106544,546.512906178743,7815.39069886236,53.8786790603561,771.511656799908,442.163336046363,1029.73275430318,263.824654597864,1356.48536887531,147.408088306073,590.548226556786,393.958117530375,1950.08154757545,459.17512704011,1412.41913112121,167.185918920443,1211.47720332336,4011.21349921363,1283.90457877243,30584.8553542499,11453.6396910418,888.139989793961,5175.77743540369 -4228,263.252694977002,1407.46682134052,276.776527077548,1266.76309628416,379.443429628629,5019.55499791643,82.8324357322006,454.082253784151,1926.82885948391,12140.8052200428,556.365177706704,3567.293001166,180.153489238359,2787.22380936265,681.594557128584,6773.72947444326,753.960422230883,8306.73357921341,74.4066292019632,820.015535144936,651.384108195478,1094.47063843286,350.829621718452,1441.76574115334,204.49699062798,627.675182559747,547.833243514501,2072.68049642194,597.617869358726,1501.21598221773,226.581149753666,1287.64111137305,5180.24670541322,1688.77418414101,41642.7298258803,16007.6453799087,1131.39520626204,7288.12923842969 -4229,291.651414820629,1631.27418036672,295.155565283803,1468.19655019761,401.441858213564,5817.73604953119,87.8549271159139,526.287827982556,2036.22351021266,14071.3669295979,587.781638602923,4134.54362004966,190.804343754856,3230.43226751605,731.191749816798,7850.84936206462,828.325212639171,9627.62304979244,79.0732540701877,950.409735916539,710.012828450492,1268.50712682843,376.618226888839,1671.02711909094,225.428544345334,727.484515756809,600.914913010822,2402.26634596082,632.509201947351,1739.93079894647,246.201632672956,1492.39446835485,5403.27900591038,1785.42931269067,44716.9515977027,17433.6801468414,1173.3639413572,8010.36115841101 -4230,267.528782992898,1815.07564862541,259.533900038396,1633.62348140669,367.807638701816,6473.24107787962,76.3866832451001,585.58655083007,1745.31867855177,15656.8379271744,538.666103841728,4600.39736621383,164.408386617692,3594.41656949662,652.08000873331,8735.43250399904,766.267878667933,10712.4016073708,68.8635772427222,1057.49578375035,661.588654285856,1411.43433993203,347.842585231686,1859.30769245229,208.588015934709,809.452785555271,551.480251236414,2672.93824578626,583.594730783066,1935.97499517287,227.583217983034,1660.54786513276,4611.66140777492,1569.72539077381,40194.3422140287,15831.8401569648,1029.17433413504,7336.8794138016 -4231,250.901655918197,1915.65444732089,237.932472812109,1724.14746998262,341.850682797684,6831.94282773365,70.4057294346391,618.035662171145,1593.61218208836,16524.4303888317,500.458000651552,4855.31921532027,149.754448694385,3793.59399818665,592.218327915835,9219.4890820282,715.507741660986,11306.0079871539,63.0945277543699,1116.0948044775,603.103157305002,1489.64616016962,323.429124908646,1962.33752167938,194.888921556326,854.306998013863,516.085355016436,2821.05379014497,541.193711334419,2043.25319014311,212.083015712621,1752.56381475882,4223.03336842742,1445.82565635201,37092.074808214,14631.3710878847,944.946630075328,6812.02189177549 -4232,231.948669782661,1944.52348540521,229.276387381004,1750.13048536596,311.512984103761,6934.90065395309,67.8255041015677,627.349500109736,1516.71798002283,16773.4546378992,455.842727022615,4928.48919414116,142.509025749274,3850.76370839366,569.228277702463,9358.4273867936,660.111397366025,11476.3902685822,60.5622745596896,1132.91442633636,590.352250305512,1512.0952254435,296.254703669301,1991.91007675416,179.984502327701,867.181460470209,475.688933136074,2863.56725567082,493.470584192118,2074.04514964533,195.002726704906,1778.97506632051,3940.24154166501,1343.73807899654,34759.2727544222,13789.8394056746,870.469368609329,6383.9277891455 -4233,217.820458593219,1991.0957799745,211.039113114164,1792.04697190414,288.947097661687,7100.99493797112,62.5730188023237,642.374829418585,1372.02159840594,17175.1871323658,422.62001370791,5046.52893614163,128.837788715685,3942.99139455434,520.19641436933,9582.56632892224,618.094342239535,11751.2554641903,55.4724627405635,1160.04828446723,550.742899092749,1548.31065034565,275.635182037544,2039.61730350992,168.680501473539,887.950883274905,445.48767087513,2932.15110089101,457.251005886189,2123.71955182369,182.045105308037,1821.58239476984,3547.2887456186,1226.54521057831,32085.5592300892,12806.5656335392,789.249020536553,5959.07005142171 -4234,204.60786412054,2029.56854761539,205.060901216361,1826.67363700235,268.338713419991,7238.203268688,60.9857457166074,654.787058804604,1346.75411921851,17507.0531281548,392.298834893011,5144.04003385271,126.356193045895,4019.17948819526,505.009778330364,9767.72459779306,577.506523092287,11978.3180322041,54.0811224984795,1182.46321224187,527.04935738131,1578.2277424744,256.228203325559,2079.02762388903,157.716849831978,905.108233690864,417.402649851825,2988.80732462828,423.658306859664,2164.75493026881,169.686427154408,1856.77975539788,3454.4914147279,1175.32596256714,30566.4950241677,12191.5454510093,752.623170555589,5639.04643702704 -4235,197.976400586874,2009.40650441633,193.654722135597,1808.52718276058,256.309888293284,7166.29785452579,57.8400646186436,648.28230439199,1210.75196483508,17333.1353948154,374.538761705329,5092.93835635475,113.504652940411,3979.2523467538,469.736597702074,9670.69053332225,556.284055327033,11859.3235957259,50.3525977322241,1170.71644251856,520.667626095633,1562.54938760478,245.363924805136,2058.37424669014,152.046130969629,896.116750585284,402.782289467982,2959.11605725836,404.137421915385,2143.24992494601,163.002529312196,1838.33422238868,3057.723027853,1075.66557371571,28809.3087462991,11635.300248132,682.032044937972,5419.71686231126 -4236,189.934694709133,1989.56265684788,177.992532134879,1790.66711429797,242.585528435547,7095.52724542167,53.1923357504776,641.880207453713,1123.80100242569,17161.9624161762,354.285993579912,5042.64316113323,105.308212088191,3939.95533202242,433.012444321036,9575.18785210611,531.854616253007,11742.2071192035,46.4008871512759,1159.15505930408,475.759282835027,1547.11846718243,232.951228288182,2038.04681931277,145.510436469637,887.267170292264,385.276644661398,2929.89337491483,381.921308556856,2122.08430976648,155.337487975922,1820.17979519399,2857.37713060892,1011.0182636033,27047.4269048275,10942.1663628967,637.660656354587,5133.70190900011 -4237,183.923066838038,1951.49486597429,171.425477491516,1756.40494065057,236.305479995039,6959.7632138709,51.3271456278932,629.598633199623,1058.6984837604,16833.5897489517,345.190866326338,4946.15849670338,99.2401769770207,3864.56921884098,415.019060688179,9391.9786189238,515.797688471335,11517.5346850534,44.406225529262,1136.97607829247,467.679409611758,1517.51629201964,226.57589382539,1999.05134468364,141.060598633795,870.290423683441,373.544008662273,2873.83353287152,372.185305550823,2081.48088295694,150.851269472071,1785.35293334208,2681.76291650201,963.102782030984,26056.3913121125,10574.5660008717,607.93637646226,4969.64178376384 -4238,183.229596637606,1920.86129026944,163.027703375013,1728.83378755356,232.674287518723,6850.51238415193,48.8379556919184,619.715513479415,999.170227518656,16569.3446028587,339.738663515568,4868.51621160244,93.5841967827148,3803.90517314137,392.890854394572,9244.54810652142,512.387812579464,11336.7382725905,42.1479537150572,1119.12840501581,446.513395451634,1493.69509165398,223.789580364382,1967.67125151866,140.239384384699,856.629046426468,371.234439144992,2828.72155301067,366.208911812647,2048.80685274655,149.455289350999,1757.32736935162,2543.48507374096,928.615701333049,25275.5365485536,10297.4360403976,582.934122678778,4881.72771001573 -4239,186.445284666506,1875.35928983894,166.897397148955,1687.88059840658,234.857405093879,6688.23517078319,50.062900326813,605.035486501949,1027.63388752013,16176.8444629103,342.777486519225,4753.18918206709,96.1880234058476,3713.79700359125,401.678230115354,9025.56017956721,519.37523036821,11068.1898498736,43.2147017171349,1092.61811953878,453.763883061179,1458.3119460579,225.880888459041,1921.06040117396,142.234811131508,836.336932968445,377.003788009488,2761.71385704903,368.581864755296,2000.27403532348,151.196171007255,1715.6992147723,2607.29474411867,946.730183182339,25735.463433453,10492.1254208785,591.773472397754,4969.69695638566 -4240,194.707894157831,1861.76365044165,174.903501532852,1675.64410799861,242.229012321965,6639.74801737269,52.5655235635179,600.649210047292,1072.86824877014,16059.568512059,353.392025274626,4718.73037385012,100.417564810962,3686.87339213764,420.015727268695,8960.1283115381,540.090436675712,10987.9496960028,45.2487273410061,1084.69705500855,475.707356553018,1447.73974079847,233.650428318272,1907.13344615457,148.014933465223,830.27380926896,392.774968213759,2741.69248518586,379.899836389761,1985.77281167671,156.842977281944,1703.26105000855,2704.43449864415,982.284817676553,26786.6279081259,10951.3895682689,610.247670829566,5186.84120099867 -4241,209.478000050307,1787.27690467988,190.226754581203,1608.60376341453,261.025468733308,6374.10032230948,57.1518960096166,576.618015222862,1169.57979758154,15417.0460326251,380.793353781803,4529.94009985806,109.401931537206,3539.36637590018,456.592403426667,8601.64521440807,581.150278702614,10548.3360988337,49.2445496832596,1041.29973454534,516.432539927828,1389.81755396423,251.432931399614,1830.83151378856,159.265941272582,797.055632445598,422.58896392493,2632.00092951897,408.834448868471,1906.32462042594,168.772831790199,1635.11578744107,2942.77517753518,1064.26049919913,28988.6260937546,11844.3684145936,661.246552138853,5599.43987828045 -4242,220.311917062007,1713.45547909549,201.36086423936,1542.16222729625,264.991498859857,6110.82540873639,60.5353795767025,552.801468503139,1227.84424536017,14780.2626033488,386.092978230285,4342.8361121616,114.763586790894,3393.17690137038,481.674054477954,8246.36411026801,607.119309944969,10112.6491572523,52.0047364520806,998.290041607721,550.782269802893,1332.41273165203,258.224393237015,1755.21111495792,166.766783223326,764.134162413098,441.434486898124,2523.28914554875,414.976746180294,1827.58606528769,174.939321537391,1567.57920253452,3029.31045984107,1098.65191692438,30235.309541128,12464.6079009117,669.588714986668,5897.96700437656 -4243,223.749751607237,1680.27633553984,205.886268288623,1512.29998544064,265.137073229882,5992.49612854581,62.0757287770859,542.097088082982,1211.81542731205,14494.0593954512,386.074662422369,4258.74196173748,113.255690056632,3327.47183643358,487.753000753554,8086.68251832423,614.455227084001,9916.82904858303,52.6623560753485,978.959274625573,579.046131619502,1306.61205352633,259.439033488659,1721.22342034656,168.946487182577,749.337561404319,447.01050748298,2474.42848134476,414.791168978387,1792.19691093832,176.463460201233,1537.22478946089,2926.19432329928,1082.8266787312,30459.3592031145,12679.8770458736,651.412828677553,6006.9346120281 -4244,209.546662977188,1643.0763532273,196.982953357624,1478.81886598443,239.827782179384,5859.8270280682,59.3517340800023,530.095489499564,1130.04093204551,14173.1724426665,348.723895921645,4164.45680024385,105.688760165389,3253.80425518955,465.402798566072,7907.64979597613,571.683863441023,9697.27833695246,50.0165739282922,957.285894521063,568.38680456291,1277.68470136856,237.220388770963,1683.11690212778,157.545731893066,732.747823489926,415.846263766799,2419.6466018451,374.567790169164,1752.51909605909,162.892908542761,1503.19185465795,2637.63955065192,988.128436262904,28439.8076946943,11992.5272336728,579.942923198487,5674.92659444538 -4245,171.495907435882,1604.45895222919,163.094570904773,1444.06202645039,192.927604383324,5722.10288050926,49.137114583108,517.636597954392,913.257322251522,13840.0588399062,280.347192278857,4066.57912226592,85.4512980386566,3177.32974233735,383.979020869349,7721.79544871829,465.540549479396,9469.36215679878,41.1355039563176,934.786700745957,480.902496036843,1247.65513982993,191.718477020278,1643.5584237841,128.420499001264,715.525972250558,339.292002386299,2362.77738641659,301.044782501066,1711.32945045533,132.197831443994,1467.8621741386,2083.08525363825,791.4227027468,23196.7208328441,9861.19847404509,458.070760655527,4662.93491843621 -4246,132.883106243127,1480.21795278611,130.383873943042,1332.24133501125,172.893848822636,5279.01284084022,39.6527767349954,477.553498172491,772.97301593393,12768.3562948009,252.549288118569,3751.68427639735,71.9519788493999,2931.29376728187,304.772081874258,7123.85956340889,368.819508303725,8736.10374790365,33.4610767442027,862.401655428709,357.714966314384,1151.04318143898,163.162618937975,1516.28976357293,100.765556193718,660.119343245574,270.252534301502,2179.81613113359,269.268711662719,1578.81295260069,108.221675525593,1354.19852240959,1929.08969076408,695.267677739707,19055.3852986639,7738.81907907001,439.787358718859,3610.19997484943 -4247,100.880391248438,1384.52779860266,99.803321168111,1246.11727570171,146.462579698683,4937.74583233946,30.0294334293233,446.681579760096,681.976800639438,11942.9332682668,216.140994014148,3509.15293418494,63.8788935713065,2741.7973812799,247.579782130861,6663.33061311424,296.743839423306,8171.34967704125,26.70188039208,806.650847096251,222.05933980453,1076.63285605656,129.446021072272,1418.26771148932,73.2242036054653,617.445275135701,194.36670930234,2038.89976048213,221.860451945283,1476.7490270978,82.365729381475,1266.65501899479,1901.25275714803,618.492401907062,15306.2999800306,5873.04303628601,428.925836790718,2690.81497829392 -4248,100.465180686347,1326.03762392583,98.4366089983364,1193.47433332297,145.610334010684,4729.14791430937,29.4510000002389,427.811259025867,678.14981075134,11438.3971703137,214.909629246467,3360.90674635446,63.6460649363301,2625.96857096538,246.61205207577,6381.83437166366,297.66887380222,7826.14630124921,26.3886145412059,772.573417233531,219.204186467018,1031.14988064999,129.543523766207,1358.3521747502,73.4825441676935,591.360943688896,193.585688915473,1952.76526519825,221.714500885804,1414.36291348133,82.5321583154003,1213.1444478159,1894.56939994033,616.726169391747,15234.68748059,5848.66307286092,427.466905373062,2685.13044185785 -4249,100.478670929266,1293.46594271523,99.6513030121325,1164.15882611817,154.505147021468,4612.985072861,29.6612327186909,417.302860398352,721.783242967983,11157.4339310591,228.448957101301,3278.35223874048,67.8027648818097,2561.46647116122,253.71433352794,6225.07631974861,301.258635163748,7633.91137681537,27.1537362915511,753.596568761151,208.180572248173,1005.8215757913,135.172174451597,1324.98674588951,73.9690038614885,576.835247139495,196.226659238214,1904.79916940312,235.517835515814,1379.62168359253,84.7277602092868,1183.34578033942,2078.10398406341,660.660019920479,15759.6583589599,5899.46223667328,469.775916485072,2685.39604090975 -4250,115.6827861185,1296.8503902109,114.581912324521,1167.20493216047,186.333827534188,4625.05528303184,33.7516320952713,418.394763612939,872.793543000967,11186.6281665461,275.942560587087,3286.93028525714,82.2557834544893,2568.1687340483,299.251720474359,6241.36468364359,354.305703095826,7653.88605986514,31.7373040032343,755.568408865834,225.410028969458,1008.45338092885,162.375161982366,1328.4536698539,86.6594974895278,578.34457841999,228.562505276118,1909.78321464602,286.297912136705,1383.23156383584,100.650983666752,1186.44209043968,2577.53884447307,805.842548241117,18656.9243333911,6844.52243365947,583.572567062201,3102.30668220685 -4251,171.479105772703,1321.52502726494,169.079861484532,1189.4128585999,252.578997589813,4713.05430074825,50.5719005682797,426.355388073084,1177.27977873345,11399.4715229977,372.96330356001,3349.46935099892,110.481020267156,2617.03222044928,424.07708799745,6360.11655313702,508.664435862626,7799.51339051618,45.4948854230406,769.944297093954,369.77854019562,1027.64080713326,223.333630690373,1353.72960946435,125.375641293069,589.34850198157,331.586076796552,1946.11987154106,384.253077887424,1409.54973982358,141.613514083091,1209.01603434888,3315.40369833839,1071.93249469821,26237.4478092122,10003.4584867358,748.431817257272,4579.84095823833 -4252,238.987404091008,1398.41270471438,234.192334627852,1258.61411498134,332.036463601999,4987.26461943409,70.6852349571891,451.161180533057,1542.38754591572,12062.704433061,489.314483779148,3544.34490293561,144.384629292626,2769.29383115608,574.684350335136,6730.15463791739,695.723153601531,8253.29705519163,61.9318659797965,814.740443627415,544.122353494708,1087.43000013574,296.896276427437,1432.49098243787,172.323995050403,623.637400482004,456.079658448714,2059.34711572779,502.112342362582,1491.55878506187,191.162353844446,1279.35782354118,4197.14710453269,1391.31498158115,35365.2199059915,13817.9941601066,945.387558640765,6367.43446034246 -4253,265.875374910056,1623.63748242616,257.750928478995,1461.32328897263,371.071001732599,5790.50071813018,77.1660547942042,523.824047693216,1724.86963139026,14005.4927925917,547.054406433559,4115.18803830355,161.931737795908,3215.30922091764,641.560899289801,7814.09615044849,779.022558455216,9582.55199429376,68.4530201520964,945.960458069615,595.289958207651,1262.56869791217,333.14876441166,1663.20432050039,192.887175916129,724.078847004042,508.213436781081,2391.02030119552,564.159855487562,1731.78543251515,214.258418936689,1485.40792623939,4726.21297733816,1562.09892379908,39432.0205681288,15364.4011148514,1065.01993488852,7086.09023026711 -4254,245.474382573218,1805.64548134223,229.262863084769,1625.13604303515,325.407468569795,6439.6095615982,67.8106632854673,582.544154697827,1509.59318361079,15575.4933281817,479.172699456975,4576.49614933324,142.490011313284,3575.74189356151,580.375745928663,8690.04784476127,720.535660403781,10656.7456686012,60.4662139655494,1052.00159834294,555.38873675742,1404.10127811455,300.122120807632,1849.6477190049,179.193541469839,805.24729958481,464.794350745971,2659.05108090998,499.868346355621,1925.9166992146,195.806735717486,1651.92054198962,4052.13638626528,1368.8706170757,35366.8016556293,14050.6063473246,911.832136034689,6545.09451477098 -4255,221.707236091316,1904.69115691109,209.267028606935,1714.2801740049,294.839132813401,6792.84361890278,62.24562029734,614.498644074029,1367.52784722457,16429.8610736493,434.112138926402,4827.53222343127,128.767467545064,3771.88325971962,524.308313113264,9166.72594597431,648.008600781468,11241.3037033975,55.0974459566226,1109.70739390694,506.049515815392,1481.12091518892,270.377458850281,1951.10706403484,161.110746931142,849.41779906076,419.838710476476,2804.90889929251,450.825086116508,2031.55965212762,176.234578335159,1742.53389203983,3663.54342328391,1236.74886409639,32004.2683522454,12707.2683086984,824.296250975358,5909.40033218579 -4256,213.174612929835,1940.87869730537,199.953031188249,1746.85006483409,276.641103109694,6921.90197146514,59.4938256703981,626.173604827624,1281.30640708486,16742.0147050229,406.979794646093,4919.25130172184,120.623989414208,3843.54588981497,498.697339854645,9340.88607910118,620.097821361736,11454.8790803687,52.3187730518699,1130.79090710389,494.886903393025,1509.26097493179,255.591898441066,1988.17646787867,154.480089998344,865.556027457314,401.671268465704,2858.19982455728,422.813399294865,2070.15758791789,167.717033408364,1775.64057990247,3381.66389934193,1155.34637003146,30363.893958679,12176.2944324908,760.103268598516,5680.37993242849 -4257,194.805775029349,1988.83948444996,182.305262069928,1790.01623706801,246.118766074958,7092.94814119749,54.4042665804148,641.646894847446,1138.04486580648,17155.7243329116,361.724375896761,5040.81024557557,107.063659096302,3938.52322485287,450.329482706428,9571.70743316295,562.534121001142,11737.939025384,47.337269455971,1158.73372603221,461.214372270958,1546.55611576921,228.889633148552,2037.30602374128,140.432191766895,886.944663672568,365.063961821366,2928.82840819448,375.419389705941,2121.31296798762,151.269517906133,1819.51819060336,2950.42374893856,1021.93000707567,27345.2344107272,11084.4477258666,662.354863615598,5185.68961429002 -4258,187.575029622718,2026.79156527068,176.930687002435,1824.17426813626,240.908318918493,7228.2995072663,52.9691475728396,653.891138287911,1114.8689598937,17483.0988855144,354.23733703388,5137.00163725789,104.787231434776,4013.68019599739,436.507165225777,9754.35978743082,541.694937067766,11961.92854995,46.0868739202717,1180.84529228173,441.309221922994,1576.0683127858,222.29751319633,2076.1829685496,135.044357463086,903.869808121074,352.583736645719,2984.71785192632,366.676910208915,2161.79297747887,146.2227445479,1854.23919346179,2916.0974523017,1001.69672337277,26561.4568867054,10697.6725809252,655.06020652732,4990.80560138953 -4259,181.047009137527,2002.52190217804,169.805168255818,1802.33083062223,223.817711050669,7141.74477870907,50.9842203868697,646.061168054443,1033.36196897166,17273.7488334235,328.656910282125,5075.48899768562,97.0763083820587,3965.61868449931,414.389840324735,9637.55694012186,518.028216952692,11818.6913366025,43.7821015935255,1166.70534918186,436.714223771097,1557.19580136541,208.691891690763,2051.32187181484,129.526956716113,893.046487115304,337.751064784347,2948.97757259316,340.000677420544,2135.90675013391,138.685019292415,1832.03574576169,2635.03008339343,923.439335065448,25112.1737956575,10268.0364423035,590.867224150478,4810.84737938973 -4260,163.665554146705,1960.34649702268,153.137624856548,1764.37167875338,200.276518224492,6991.33145277712,46.0786312284954,632.454379790005,923.996215911975,16909.943895855,293.962678872633,4968.59338540487,86.7369526686917,3882.09821237439,372.868813525628,9434.57895110944,466.50315046284,11569.7761587035,39.3764402112332,1142.13319806325,398.262000642164,1524.3994740157,187.021703247523,2008.11868339841,116.733443792822,874.237905108941,304.682501402244,2886.86872685076,303.684364280313,2090.92210728782,124.621414205611,1793.45097435292,2337.05638038594,823.790355341328,22575.2843560225,9268.8690747638,523.756378938325,4346.40756458637 -4261,160.172275073123,1913.54278515358,149.264388110505,1722.24690958232,193.285118231807,6824.41184780208,44.9524912374484,617.354389759158,891.051073008451,16506.2151963489,283.57234776106,4849.96710502105,83.6914239175738,3789.41224769646,362.875151491797,9209.32626465593,455.839344697525,11293.5451604874,38.260702460857,1114.86451204295,391.985232864781,1488.00409500305,181.502112928579,1960.17439987532,114.187355673523,853.365279234935,297.426528304288,2817.94408913968,293.336423129016,2041.00087346569,121.405359120557,1750.63193048365,2234.3146487117,793.576273205351,21930.6357387388,9052.09478401098,500.413476255837,4252.87166873862 -4262,150.866048130259,1874.08650451059,140.603874504519,1686.73505276458,179.108372189493,6683.69594054392,42.4000299756763,604.624855699348,824.732854033017,16165.8654199061,262.593985024328,4749.96324584965,77.3862942767862,3711.27649119437,339.333268686696,9019.4346330445,426.295575452077,11060.6779934903,35.8659243651754,1091.87657186865,373.883236664236,1457.32220608692,168.498018547347,1919.75659901362,106.908614031731,835.769320466879,279.236269790196,2759.83951281143,270.929261895473,1998.91647175759,113.170661575634,1714.5347889472,2040.83117895108,731.728696304182,20471.5711097891,8503.41408602488,456.645533726172,3999.27304879122 -4263,154.874682208613,1831.65075594515,145.323838288624,1648.54158388075,187.610317501231,6532.35413228794,43.8460483365337,590.934074462132,864.904043544348,15799.8147607446,275.249345157674,4642.40778055452,81.1159632374443,3627.24045782126,351.201480450846,8815.20368673061,439.625332658722,10810.2262938674,37.2342687432563,1067.15273998747,380.321850470864,1424.32343118112,175.397506446028,1876.2867228118,110.091224180855,816.84463547679,287.710741493105,2697.3472770663,283.864188334594,1953.65414443457,117.190730431952,1675.71183865363,2169.11950061743,769.161374940921,21248.4683060765,8760.26087274128,485.824162079282,4110.53819536998 -4264,164.052070400284,1818.40224109464,154.562954100008,1636.61751615941,201.567630333194,6485.10495530948,46.6636303542906,586.659788637845,930.089243613213,15685.5331053506,295.883153143042,4608.82877635672,87.2500578258468,3601.00426136524,374.274725823367,8751.44242843679,466.557420195869,10732.0348356285,39.7370259462919,1059.43391647399,399.321615774165,1414.02115599647,187.515821101487,1862.71535150627,116.700592896687,810.936315755607,305.596375355959,2677.83709187341,305.012520147598,1939.52316675704,124.775340518042,1663.59124573628,2356.31466419339,828.696169885617,22673.9526212161,9294.40032802001,528.133173191292,4352.96820356352 -4265,178.942262018557,1787.97115096753,169.109331903047,1609.2286062624,222.210192703143,6376.57626516663,51.0127152138521,576.841995578349,1025.92195577966,15423.0345993361,326.293031003557,4531.69970078469,96.1924417293554,3540.74120033879,409.98937229193,8604.98642037464,510.19317182779,10552.4334735373,43.5794827178023,1041.70421494407,433.778147418962,1390.35741193186,206.034552513444,1831.54267834199,127.518837938235,797.365239150877,333.978816416861,2633.02329872748,336.224189158927,1907.06510937163,136.734756915916,1635.75092856685,2615.49336775889,914.967255160261,24879.4893272252,10159.2216057674,586.490429897512,4752.19595303886 -4266,187.375883285806,1755.39946975693,176.555151495237,1579.91309905761,227.333922615262,6260.41342371827,53.3549437571721,566.333596950833,1047.93324979307,15142.0713600815,333.510363381377,4449.1451931707,98.1554906768895,3476.23910053462,424.931695777328,8448.22836845958,531.195777189609,10360.1985491035,45.2091390631387,1022.72736647169,461.965527228284,1365.02910707318,212.033400821695,1798.1772494813,133.01232100277,782.839542601476,348.098917401325,2585.05720293235,343.269986056977,1872.32387948282,141.630729617092,1605.95226109037,2625.26592615683,930.744820848571,25734.2119592399,10607.7858415733,587.949361315167,4974.38317551919 -4267,194.206050921714,1679.37960086853,182.064352714405,1511.49289686736,228.803749411626,5989.2980361056,55.1341023049686,541.807780161531,1052.79847960934,14486.324164458,335.310827699331,4256.46914417024,98.6266720401603,3325.69602176523,435.126734557066,8082.36679451342,546.159136451328,9911.53660694756,46.2809265332871,978.436820845331,486.076292538848,1305.91473707572,215.075797486533,1720.30483291814,137.047217310017,748.937652795473,358.829229704626,2473.10792128927,344.919236707166,1791.24044617484,144.755371497188,1536.40439894705,2583.57627475746,931.159608150339,26249.4637017078,10939.7865144849,577.736841391579,5145.29448594331 -4268,186.174721247862,1616.20327006334,172.239066166158,1454.63227094764,209.033944297926,5763.9875263053,52.1741765760068,521.425594064587,958.891466700633,13941.3652956639,305.790602149963,4096.34566608635,89.8751929777438,3200.58715899239,409.168944625592,7778.31744317258,520.044156056396,9538.67598916675,43.3049704884051,941.629151969431,476.587833800059,1256.78772529696,199.991124611222,1655.58894191053,130.966092397811,720.763478903516,341.044247380176,2380.07244314513,315.28749189928,1723.85603890881,136.416758125813,1478.60663094496,2270.06260812152,843.18619044563,24547.4925425386,10420.3364355523,506.249201926459,4930.32329503108 -4269,154.804945897119,1565.20515996986,141.838215463992,1408.73241535806,167.335440290732,5582.10912283415,42.9808258686072,504.972391460547,765.665090292781,13501.4557277456,244.428591163981,3967.08847973513,71.7906987275637,3099.59497606501,335.21373338598,7532.87833495111,429.725588761309,9237.69005673357,35.354110978695,911.916733953171,403.024078967441,1217.13070939678,162.266189641549,1603.34804579738,108.514633659574,698.02031538607,281.725615495839,2304.97100093531,252.342377919465,1669.46102456502,111.841586560485,1431.95028199021,1757.49809386409,669.836613491537,20020.158775715,8619.92398353089,390.993619931674,4096.14581360529 -4270,119.653234564996,1454.44409267711,114.772096901167,1309.04407427314,144.426755328391,5187.09358110057,35.0711918733133,469.23823822493,665.156706266871,12546.0310430738,211.769159387695,3686.3591764477,62.0571173611916,2880.2534759828,270.289427686012,6999.8174522604,334.670248958803,8583.98890868528,29.2334214815647,847.385340038833,300.150019860465,1131.00098030097,133.443631523576,1489.88781365908,83.8161666568213,648.625209171578,221.89434039436,2141.86072333609,215.876458506637,1551.32233603167,89.1893156724124,1330.6189385985,1649.30091075252,586.905656060196,16379.7313725577,6768.17121215464,369.109648666842,3166.41281175705 -4271,94.7934305960682,1355.13807650407,88.969522588237,1219.66562881381,124.617107208308,4832.93105147888,26.5458363212008,437.199756781203,587.453694834724,11689.417600217,170.489833118354,3434.663256447,56.0992523812719,2683.59655413307,203.491859927949,6521.88640724991,224.676967786981,7997.89436872531,24.5312546976675,789.527865347041,169.047056645228,1053.77889785244,94.5691524318148,1388.16178371803,57.328140531059,604.338607963227,135.184938583277,1995.61951908292,165.344679908612,1445.40170163451,60.8128522749447,1239.76741223051,1606.56989925038,497.54133486889,12619.2666101894,4841.85500434823,344.327768541906,2159.30935940484 -4272,93.143661180389,1287.39129681746,86.3133868207851,1158.69145940685,120.437421737818,4591.3206053834,25.6380508307484,415.343035229916,567.39359337399,11105.0340509999,164.707143385998,3262.95575374551,54.2827907162891,2549.43677538225,198.605504201711,6195.84081142923,221.515073341222,7598.05940197961,23.7510559389035,750.057370585287,166.542520687742,1001.09782566577,92.3472681810512,1318.76406538845,56.6223536886244,574.126192535111,132.405639777893,1895.85345225791,160.523471285837,1373.1424150444,59.7049718820362,1177.78830383169,1542.29644162411,480.790111443477,12285.2209033211,4744.10439023853,330.415535469506,2124.21002541299 -4273,93.8999166193045,1251.78229265797,88.299514456121,1126.64226884639,130.492307313846,4464.32553019623,26.0716022277958,403.854724018182,617.24954093564,10797.8708717156,178.906901380706,3172.70300363404,59.1123780170948,2478.9198276886,207.243460883029,6024.46500535448,226.748175888867,7387.89849012789,24.7775749861671,729.310923024975,158.387772834521,973.407645744321,98.0913135088952,1282.28729627724,57.5562055939975,558.245968683519,135.709068124217,1843.41449789018,174.288417324663,1335.16155088153,62.1232244805314,1145.21089810134,1743.61139414755,528.328853095964,12905.5747957712,4837.13255728261,374.470940198773,2142.32000472141 -4274,107.801696089681,1236.27747947702,101.219186721977,1112.68746376352,157.024105855922,4409.02954643721,29.5773820872874,398.852502717503,744.906659017608,10664.1263926637,215.671966076138,3133.40530175847,71.5756195615772,2448.21545597453,243.867141301223,5949.84483779734,266.051083867849,7296.39057652254,28.8722142499702,720.277539441701,171.450100881128,961.350833801304,117.601868429496,1266.40464232879,67.2482914451417,551.331428108673,157.685234411582,1820.58161586869,211.519576803312,1318.62398637512,73.6007394137797,1131.02609845048,2161.14035491917,644.040623818895,15236.8509632895,5597.5242212849,464.900455169375,2466.84349284344 -4275,155.152953109125,1231.7070305956,144.016092066377,1108.57392027628,198.743665862243,4392.72961014203,42.8653236325919,397.37796726316,935.724825317466,10624.7017122406,271.692417347909,3121.82127714088,89.4695795894218,2439.16453999654,329.301923480263,5927.8485933175,366.71620056405,7269.41622755766,39.4990285781801,717.614713555848,279.952410249386,957.796773393399,152.331478893583,1261.72281500682,93.7999772453918,549.293186572514,220.070097950177,1813.85102718783,264.209424758652,1313.74910705104,98.6858506712716,1126.84475805374,2528.19598073206,790.992776175802,20347.465020017,7885.6340203419,541.417737067576,3532.49227688611 -4276,224.004568296734,1233.35586377509,208.01824129091,1110.0579204616,280.210693336625,4398.60996817345,62.2778297006223,397.909920041658,1317.11277790261,10638.924543052,382.669119389021,3126.00032489681,125.700193825002,2442.42974456538,469.875637756672,5935.78394904808,524.638311675378,7279.14748212856,56.6171000344376,718.575353481095,414.00513946439,959.078934702823,215.412381149913,1263.41182902478,134.479376112001,550.028501715473,315.966384149353,1816.27915147549,370.936721194891,1315.50776642654,140.471205341512,1128.35321662308,3501.00365230242,1107.1160055039,28990.3737003739,11347.749220263,748.941880397547,5096.02822918253 -4277,244.56466450054,1296.82146410064,223.665408340765,1167.17889777839,300.565005628277,4624.95212166481,66.5310151589727,418.385431362159,1411.92500573039,11186.3786499926,410.310300536225,3286.85697062611,135.110755620446,2568.11145131735,509.59846528322,6241.22547066699,573.206130398632,7653.71534074921,60.7752111281965,755.551555992696,451.725416409058,1008.43088748326,233.32559060886,1328.42403883584,147.158572811161,578.331678505573,343.887298385746,1909.74061713418,399.59755823583,1383.20071100267,152.901371475379,1186.41562697482,3730.20976634751,1187.58478307758,31320.8358947412,12334.515744294,797.634696150948,5559.29244826283 -4278,229.34800223818,1404.60306066502,202.440810454776,1264.18562427181,271.72063309105,5009.34175239365,59.3822819638034,453.158336515118,1274.85588889049,12116.1024277418,370.650365848105,3560.03466067811,122.744976925853,2781.55266897196,471.55378238482,6759.94702515122,541.035808735144,8289.83193961148,54.859710277491,818.347056565379,422.309789611827,1092.24372840748,216.084787158077,1438.83219275974,139.369446047572,626.398057246706,320.480563293004,2068.46323118447,365.565024132053,1498.16147092829,143.147219651018,1285.02115904239,3326.5078814989,1075.08245330421,28764.9760483745,11474.5822855667,710.683239448446,5215.41251921613 -4279,206.660832621133,1519.47174504544,184.318010923171,1367.57094610359,244.935422637298,5419.00659851534,54.3908086043642,490.217704666336,1148.73506880198,13106.9594069614,334.03172567606,3851.17491892814,110.312534345887,3009.02853355422,424.442572558533,7312.77667717606,485.004466517534,8967.77584796886,49.8245776899767,885.271622221494,384.674846515241,1181.56761187213,193.761542745082,1556.50014155964,124.929662085516,677.625000110062,288.631049290148,2237.62251661487,327.860408412813,1620.68137849099,128.3380562611,1390.11041455798,2985.40352727253,965.59294398213,25933.3920936231,10351.1690776594,637.644015818345,4698.65403401194 -4280,203.324863474215,1620.39766828771,181.224375319997,1458.40735736615,241.956915048835,5778.94632480141,53.3820428739198,522.77880663778,1135.06147377956,13977.5461640761,330.023124411414,4106.97657205374,109.008808050399,3208.89337724184,418.354617507893,7798.50386494053,478.264044563118,9563.43092338381,49.0529058332546,944.072883965396,377.375709383132,1260.0493621845,191.369923669285,1659.88555450058,123.15929104262,722.634016546956,284.214071410929,2386.24924764387,324.147135690548,1728.32981943048,126.639668595519,1482.44393603044,2957.7196038511,954.964264658101,25575.5779519156,10193.414444958,631.847252038178,4626.00371404857 -4281,184.31443293416,1675.67695774226,163.522750121696,1508.16040504591,211.002698045798,5976.09302087667,48.3464340274351,540.613219472606,987.351319786955,14454.3851742709,287.351180111895,4247.08461537715,94.7528373088631,3318.36363216808,372.734132525401,8064.54704736376,429.107868442927,9889.68396394202,43.7918535307603,976.279594231808,351.264875875259,1303.03549749091,168.512408700963,1716.51195913224,110.862339104676,747.286418702418,255.5772798242,2467.65529101999,281.905385092888,1787.29117578826,112.721613886695,1533.01698303226,2506.41048176775,824.924154580777,22698.8407741873,9185.59929954591,534.461620531376,4187.92084239414 -4282,176.470029222208,1697.95066591454,157.618477970714,1528.20742221338,203.965419444801,6055.52942497737,46.7787547976253,547.79924720246,954.83724096511,14646.5181242968,277.842615229244,4303.53841028603,91.5343421724449,3362.47252965631,358.173893271384,8171.74394271087,410.148902402267,10021.1412436469,42.2663203245325,989.256658024448,335.861736750722,1320.35591970902,161.90662266402,1739.32846100947,105.869032464446,757.219621838252,245.113326221458,2500.45626352727,271.800211635011,1811.04850078129,107.97879536247,1553.39440288366,2434.92581522881,797.663744619083,21843.6548289961,8807.75335703078,519.390034702943,4007.33503634452 -4283,168.659476407806,1667.28816129351,149.334420608156,1500.61023220888,184.450445735876,5946.17542388445,44.4953737449873,537.906794326219,860.306365719005,14382.0234374466,250.686081849728,4225.82280344236,82.4195462309009,3301.75119566918,334.215782133598,8024.17420382786,386.814679496903,9840.1740955079,39.473127915148,971.392130239878,331.888158309921,1296.51222371584,148.649317546362,1707.91873395214,100.304551120059,743.545343415538,231.693688462999,2455.30168202252,245.010190493659,1778.34361474492,100.691054845734,1525.34237286131,2109.32654062272,711.619709792952,20264.3065436941,8347.23874008326,448.669516584908,3823.14642167496 -4284,160.122490693308,1610.04184302887,143.248130919753,1449.08679856465,185.822316383629,5742.01356471968,42.5616237980261,519.437771238559,870.051531092647,13888.2168417404,253.154873884083,4080.72923008658,83.3625314392295,3188.38560946403,325.48635578228,7748.66428241938,372.022598361838,9502.31184042302,38.4409919890517,938.039393539379,304.665712536687,1251.99649265273,147.157571843827,1649.277365481,95.9935839190734,718.015723304557,222.563102401202,2370.99892933234,247.377994691993,1717.28420886837,98.02663216914,1472.96976147563,2222.65858801933,726.785102091493,19863.9420741173,7997.84618122746,474.175277217642,3636.01436097702 -4285,155.764936226527,1560.28758934757,138.570188008691,1404.30645170958,176.837015310469,5564.57122011386,41.2310616149188,503.385866281087,826.891704751368,13459.036776069,240.717092637853,3954.62465821007,79.2651820016855,3089.85665064601,313.701276935432,7509.21149424,360.576093219177,9208.667028697,36.9926376474282,909.051668685339,299.596679704029,1213.30672109602,141.101257121428,1598.31063763585,93.2132831684752,695.827271122934,215.577776599823,2297.72922971623,235.487605560635,1664.21590226449,94.5781137738817,1427.4513723141,2083.41579876402,688.763364741301,19093.8243456687,7752.39367849996,444.032105560775,3535.19305624937 -4286,148.682671259869,1530.37718323472,132.72608361961,1377.38617331713,169.284946188603,5457.89948461215,39.4884974435492,493.736058261892,791.640551741674,13201.0296890368,230.448204126183,3878.81528155508,75.8350951941434,3030.62470655937,299.716410909856,7365.26138727676,343.308349842578,9032.13869349342,35.4348301962033,891.625327045775,286.24836965433,1190.04786996165,134.610805398496,1567.67133716806,88.7191216173106,682.488399234332,205.864265880307,2253.68221244366,224.957125989352,1632.31321084015,90.1243050251667,1400.08741034724,1996.24553307537,658.940841747557,18249.7076345492,7401.23732062091,425.482461464241,3371.62004465585 -4287,148.118885070784,1510.99616746001,132.101431998695,1359.9426675949,164.81274941987,5388.77950741511,39.446157740569,487.483281862357,769.448474557016,13033.8490962728,224.129347069803,3829.69315598855,73.6279378035429,2992.24424330592,295.5071341471,7271.98618120634,340.023890177067,8917.75380562677,35.0349088816277,880.333597975377,290.028242756733,1174.97685557836,131.786116409808,1547.81802045107,88.0445418644457,673.845223828606,204.108996572916,2225.14111094982,218.502634090411,1611.64125595534,88.8273166299751,1382.35641142542,1906.19439862322,637.30045857084,17962.5791659314,7352.38298700662,405.773464611674,3358.21701435613 -4288,153.141053948939,1531.21606287959,136.301061317989,1378.14119060083,166.872815577907,5460.89124431137,40.8335646766227,494.006700776531,777.9504704357,13208.2658627192,226.729379228908,3880.94146274856,74.4189287295361,3032.28595020926,302.796688522142,7369.29867163035,349.239863517696,9037.08968033683,35.9483080929482,892.114073444969,303.551828031043,1190.70019733916,134.049334587659,1568.53065968607,90.5792340857255,682.86250676302,210.16365352597,2254.91757334341,220.761306004483,1633.20796694448,90.8646649576786,1400.85487136434,1897.46109172771,641.643860482549,18361.41492089,7574.91561949797,403.454759099607,3467.24539594713 -4289,165.170047744626,1541.71652430156,147.055616914526,1387.59192636357,179.018900001024,5498.33983124208,44.0716991602997,497.394399240157,834.16701741865,13298.8428162301,243.158588554338,3907.55539209428,79.7312967613784,3053.08014275493,325.727506244496,7419.83434604255,376.164792854968,9099.06239199764,38.7166764993391,898.231831506222,329.263700517062,1198.86553846272,143.947680161302,1579.28700954452,97.61196770136,687.545302080154,226.400996237468,2270.38088747824,236.559700368475,1644.40784765805,97.7465257603165,1410.46136837749,2023.65607268491,686.806745798507,19752.5824077818,8168.21773026829,430.119872488374,3741.00568275549 -4290,172.154788377364,1509.05806476017,152.584071243405,1358.19831601251,180.443261180239,5381.86750569263,45.8377473019627,486.858003860302,838.712321448177,13017.1310273149,244.715570970074,3824.78094058721,80.0666167284938,2988.40619475794,334.641474569824,7262.65865519769,388.959293704255,8906.31531021602,39.8218878174717,879.204424414428,350.441580901154,1173.46975326727,146.380633164185,1545.83268762965,101.211244123101,672.980905787504,234.433395225432,2222.28699914761,237.710436382037,1609.57405926974,100.374381360692,1380.58331050643,1978.69035661029,685.512997238165,20233.1946935887,8476.53956737392,419.685697684074,3897.01441590317 -4291,182.020278444251,1429.3355527455,161.298979942196,1286.44562200082,190.691101438965,5097.54710285104,48.4502467209681,461.137626382076,886.422162185712,12329.4448415043,258.627541384219,3622.72036279366,84.6863010102901,2830.5307263914,353.868666394274,6878.97733410187,410.761506790383,8435.80072505457,42.1012823732051,832.756652174548,369.659181115383,1111.476143685,154.666432516957,1464.16739728059,106.875250673007,637.427781888445,247.883757902015,2104.88508723525,251.26085886022,1524.54135557518,106.023484553889,1307.64803244833,2093.33785263094,724.845933629169,21377.9152582446,8953.74814449821,444.032105560775,4115.84940437969 -4292,175.898504779096,1417.09947700735,154.059234282138,1275.4327803811,177.354518055027,5053.9086637809,46.2461577220942,457.189977482359,822.289876321083,12223.8964833177,240.15362919596,3591.70743468722,78.6258734698996,2806.29947552749,336.825270062825,6820.08865152527,395.246213260058,8363.58458491488,39.8786661085563,825.627693933858,362.770555350185,1101.96115873332,146.029164017826,1451.63313747572,103.155194080226,631.970970433776,237.91586364156,2086.86585214519,233.945272524707,1511.4902539938,101.228026876826,1296.45368390425,1884.56828659316,668.596839360712,20256.9968385809,8605.70661375217,398.817348075474,3976.58789249817 -4293,148.122188959153,1383.94925956196,128.900166378085,1245.59657290758,146.722136890159,4935.68254495734,38.6511638639767,446.494929312982,679.462903340438,11937.9427919737,198.529796106023,3507.68659889413,65.019655060965,2740.65169332163,281.731435212289,6660.54627255809,332.2416084271,8167.93519536155,33.2467582859488,806.313779824848,307.232544700023,1076.18297405321,121.70710360248,1417.67507388242,86.8299944969943,617.187269339414,199.741946685649,2038.04778545303,193.73001123183,1476.13195247759,84.7962982399887,1266.12573429547,1535.66036497686,551.178878100496,16903.5776381078,7227.07616757738,324.618771689339,3347.6564878182 -4294,117.43643164353,1291.87496456218,107.713353744704,1162.72689722243,135.068581070939,4607.31104757057,32.4785947311884,416.789573026667,631.48819630478,11143.7101575586,183.843401556818,3274.31982735831,60.1595806837715,2558.31583761084,237.148479710268,6217.41940347525,268.12195940377,7624.52157703652,28.6678885578684,752.669636216953,229.665650473105,1004.58440355498,105.742708751547,1323.35699678196,69.2197369926944,576.125733076695,162.733879045175,1902.4562442712,177.404660485931,1377.92473287617,70.5598353893711,1181.89025126682,1588.52583043423,522.597458557152,14499.6794113443,5864.73910500857,338.531004761739,2659.76474993791 -4295,94.878302663621,1198.38325368273,91.316883033144,1078.58150398484,147.793913718965,4273.88451310938,29.5825243106845,386.626924683851,747.918969149276,10337.2508973717,220.004629310479,3037.36054644992,73.5704371533517,2373.17305584846,263.491162828773,5767.4709229867,264.682894385032,7072.74250674858,31.5813980712858,698.199680573235,196.92474685084,931.883625857823,107.875364313467,1227.58696243087,61.5956630657431,534.432084740326,143.818214455164,1764.77737129259,206.569123706058,1278.20568554302,74.7581382546559,1096.35802508879,2062.0807602243,619.583055862608,15272.5266869924,5787.82063480075,440.891797640574,2548.4713458632 -4296,100.681513457036,1139.25668774469,97.1758238645645,1025.36579004781,165.993800787326,4063.01698496312,31.1215653165819,367.551289000948,842.573337423966,9827.22529001839,247.552482594366,2887.50139406657,83.1191107529379,2256.08399211379,287.663611449693,5482.91191502678,287.641450494793,6723.783211045,34.1877566905146,663.751477692836,196.302481290346,885.905781556725,120.353434385124,1167.01952604873,66.6184683426069,508.063947668401,154.790420921532,1677.70570595595,233.87488318383,1215.14079164001,82.2189361525379,1042.26524228086,2396.00591803995,706.07444098481,16762.2528408745,6202.78826698536,513.277018148728,2714.13432471271 -4297,105.751639451919,1105.47007623217,104.086881279712,994.956808490582,190.1318800442,3942.52124601646,33.0407594795315,356.650924977644,968.864184461104,9535.78206507042,284.222954182023,2801.86758660891,95.6965989233722,2189.1759509312,315.540164042998,5320.30675604624,308.880424274111,6524.37788501993,37.4720382481931,644.066788931374,188.140801712173,859.632725800164,135.039213321696,1132.40955993812,70.9428875878949,492.996439697593,166.201527948383,1627.95046507895,268.587609401658,1179.10370684446,90.1038855479993,1011.35507847603,2862.41447333943,821.392145351561,18547.5410736935,6613.78477404566,614.616326860143,2854.63765206772 -4298,126.043525100491,1088.95282393886,124.664265481944,980.090777306097,240.249523944379,3883.61452434912,39.116173049925,351.322066752395,1227.57549706942,9393.30428881112,359.735840692059,2760.00380864199,121.577541237333,2156.46663362501,388.083629760419,5240.81401277189,377.460309148762,6426.89465331541,45.7227670814997,634.443540075305,205.34420381714,846.788623624175,169.510584614641,1115.48979448901,86.2338899291815,485.630390856234,201.332516299273,1603.62663295464,341.724365666089,1161.4862662419,111.513627052246,996.244034451893,3721.10738532509,1051.12778862698,22927.4628581565,7969.18306417595,800.185710344683,3413.39969467215 -4299,176.754670333983,1082.82032020875,172.438609559776,974.571336779794,302.317959776885,3861.74371412362,55.0744899720492,349.343575271894,1537.09129941543,9340.40532723731,451.311966115153,2744.46068016154,151.675343310653,2144.32236127101,514.196774257782,5211.30005149126,509.052205277737,6390.70120712741,61.2192555894479,630.870632883618,332.715276948465,842.019882243616,217.061187473492,1109.20784620326,117.480834916439,482.895533920366,274.226335394233,1594.59571252162,426.130360831514,1154.94528604182,146.778578631589,990.633625880398,4443.48440874304,1294.14466552722,30077.7320554944,10958.0771748947,952.852720870972,4766.29997750966 -4300,203.861856975918,1077.58455395585,190.355246942342,969.858987352171,271.416619975514,3843.07100634524,62.557754278688,347.654392618097,1361.7794569123,9295.24162086051,401.932918993919,2731.19037636005,133.528865114155,2133.95390914193,526.98219492552,5186.10182752547,545.827974592828,6359.80021913506,63.2999338334972,627.820181106947,476.012769275728,837.948459495592,205.757478582769,1103.84448822021,128.734845380019,480.56058684467,298.438614000307,1586.88535627616,375.74395398121,1149.36077359802,148.941086995761,985.843610389766,3419.2236620847,1096.96662570235,30035.1930998055,12128.8408977073,726.484394918199,5450.42104332226 -4301,226.039916708058,1097.68874493439,208.452533327786,987.953372829765,301.24228799122,3914.77009777338,67.9286374918476,354.140482529151,1512.23008562182,9468.6603210928,446.244780786762,2782.14542459595,148.779328240871,2173.76648512151,585.467504930728,5282.85746604308,608.877249175326,6478.45321738143,69.5346956983003,639.533245083985,520.466462415898,853.581827474027,229.673695514321,1124.43860338298,143.589901012622,489.526270121417,331.217589171219,1616.49142862241,419.594542035776,1170.80407325449,166.192040904263,1004.23621646925,3820.26798650374,1223.37927770272,33299.7718309414,13427.9785434147,812.030564609654,6042.02513300785 -4302,203.396082613588,1164.16273929265,178.598004375874,1047.78199659472,245.243198229573,4151.8413136296,57.6183486026292,375.586573277838,1224.93116053889,10042.0648273057,362.186695200548,2950.62699108,121.265465884379,2305.40575147545,506.696819991637,5602.77751534106,544.269094498882,6870.77632774384,58.5435433130086,678.262192175607,483.97119778223,905.273159689713,195.374163681468,1192.53251955222,129.371529930375,519.171073047966,292.603705666956,1714.3831512098,345.205176990621,1241.70579627871,145.451480569002,1065.05089904298,2916.5055830158,981.475918640734,28384.6153539186,11878.8679676705,617.248516696803,5429.39652778939 -4303,184.790340641573,1269.97730704694,164.498774348515,1143.01833712368,225.746715686343,4529.21578126893,53.3678927649274,409.724868177962,1127.97519539115,10954.8210195436,333.469108414658,3218.81915109963,111.328708206754,2514.95163785114,462.191175402634,6112.03233084004,493.074455949225,7495.28371207943,53.9569382841322,739.911666314203,441.362226795127,987.556404857248,178.093573173246,1300.92570963665,117.090251140781,566.36023383358,266.335821910639,1870.20905594605,316.033195001495,1354.56850668556,132.113147720535,1161.85686672669,2697.88706909905,902.503848268133,25976.5986052607,10825.6221034362,571.185194555251,4933.89461045334 -4304,181.274861130132,1365.81210019943,161.122347991209,1229.27257591986,221.508195429519,4870.99862662562,52.1861249615717,440.643450560015,1106.82442747222,11781.4917014566,327.212965689861,3461.7170878023,109.248297036008,2704.73445417754,453.458254168119,6573.25738652976,484.400464450816,8060.89142820206,52.8651642169078,795.74674391667,432.806557419095,1062.07920401339,174.916675463707,1399.09592543341,115.034945858251,609.098805269512,261.285178132234,2011.33842655289,310.341482440629,1456.78670533271,129.775315309348,1249.53269516686,2648.09169969535,885.88714250099,25489.9370878047,10623.0335792413,560.65643520861,4842.87168802121 -4305,167.138284139937,1441.05094446938,148.523398817836,1296.98983211598,200.533069369537,5139.32858728004,48.2233208152704,464.91729024149,1000.77965061854,12430.5017807085,296.007612125082,3652.41359198306,98.7128389947203,2853.7308603155,414.87912364212,6935.36011557956,444.389708798867,8504.94383830661,48.4943856758414,839.582250524884,403.875019798786,1120.58623570644,159.047648894997,1476.16828438897,105.678943505631,642.652388626987,240.040409308683,2122.13754645196,280.432820010008,1537.03709119549,118.611504778491,1318.36602578983,2358.60235756776,797.520267960224,23280.8736483699,9771.65767380975,498.799974047097,4462.87330954532 -4306,160.310105093156,1516.14515257621,143.551119897628,1364.57691135086,194.95656956235,5407.14272108548,46.7845715344632,489.144466858561,973.606871904709,13078.2642287853,287.893441005674,3842.74350878525,95.9212006097091,3002.4408416856,399.910276567715,7296.7667527383,425.697889747026,8948.14261971114,46.9693638213295,883.33348949786,386.240090859513,1178.98079580769,153.433521554044,1553.09248250565,101.123608401418,676.141469909727,230.768747392976,2232.72367052771,271.87304994339,1617.13320690683,113.958989122859,1387.06703395445,2313.57542252578,776.460170586487,22485.3119762125,9390.48911398176,489.587309618786,4278.27607262236 -4307,157.534775999309,1500.78497275248,140.850945474714,1350.75228070382,188.393123013728,5352.36255416853,45.9651505808718,484.188907717034,939.812273254715,12945.7673567047,278.019642453379,3803.81238717653,92.5693935742575,2972.0228891828,390.288365150547,7222.84266356819,416.747523052993,8857.4883182456,45.8953916009504,874.384371915051,383.144937260359,1167.03645327455,148.983013256718,1537.35798652179,99.1230206985922,669.29143015829,226.044854883655,2210.10378019747,262.473413767432,1600.74990955907,111.179927555112,1373.01455419491,2203.84876640072,746.874039925079,21904.4856690598,9206.81662884114,465.897601088845,4202.37820511908 -4308,145.458264000176,1447.0098831202,130.475901051352,1302.35305877356,177.697542480774,5160.58039928261,42.5725761701488,466.839785501554,887.588966468218,12481.9035703499,262.437842149717,3667.5168113422,87.3950762192281,2865.53141961413,363.43595142035,6964.03875848851,386.101696888513,8540.11292011847,42.7238077221794,843.054035573422,350.360479765955,1125.22000986769,139.474910867014,1482.2724379435,91.6855296792415,645.309842322379,209.544625203653,2130.91286941776,247.526272935408,1543.39294541814,103.457022326842,1323.8176458711,2114.16021338544,707.896493037129,20450.782055262,8527.14759007619,447.472272232224,3881.81499828195 -4309,142.487220549292,1405.09481856902,127.293034769204,1264.62822139428,171.694348095265,5011.09554566776,41.5708688974698,453.31698930464,856.950841845193,12120.3443301706,253.455377765126,3561.28104496412,84.431503933438,2782.52650318083,354.132158398288,6762.31371327354,377.724265439655,8292.7342473832,41.5654938374109,818.633563582594,344.881551318496,1092.62612789213,135.531587730912,1439.33593443818,89.7902124617096,626.617362048417,204.756758882797,2069.187409546,239.397006520429,1498.68598405618,100.92539322119,1285.47105078011,2022.32282488678,682.270510347425,19889.6022003694,8335.37746121626,427.730848457273,3801.80832183591 -4310,136.932872903978,1383.51535668439,123.003429969718,1245.20604707469,167.253714865854,4934.13508442421,40.133232510868,446.354941930273,835.419463551287,11934.1999468557,247.012999316109,3506.58685098188,82.2622081948616,2739.79243013121,342.117861737165,6658.458023893,362.885397247216,8165.37434238189,40.2678379360499,806.060980188683,329.799773120588,1075.84556364166,131.141722890393,1417.23059711438,86.1669984753982,616.993765617862,197.258531449544,2037.40880624724,232.803264419331,1475.66914800884,97.2528671891032,1265.72877205449,1989.81052136383,666.121980219674,19245.6523146831,8023.72863159031,421.150373865623,3651.56353711604 -4311,141.337820721875,1377.41178187045,128.040758538871,1239.71264345587,177.666817977675,4912.36744557266,41.7676228412288,444.385783605804,888.932061736242,11881.5505260392,262.659593479746,3491.11704424417,87.4988502175082,2727.70544606473,357.256683964905,6629.083289093,377.012366001749,8129.35163187001,42.174789497815,802.504927504907,335.719078890001,1071.09931788862,138.116861624381,1410.97828272097,89.3297261905742,614.271809847736,204.7203139169,2028.42048745812,247.490750974899,1469.15902363474,101.623795064679,1260.14482951488,2160.67709518083,712.407398331799,20176.0110983688,8321.99544320224,458.001031578865,3774.35648573993 -4312,147.443670046808,1420.71533899693,133.606562057213,1278.68716653089,183.956042975115,5066.80418490182,43.6863261803736,458.356540513691,919.968731357434,12255.0868996405,271.880612745242,3600.87201247551,90.5424035471832,2813.46001137524,371.515222628212,6837.4907462411,391.989421791999,8384.92505401245,43.9193201123058,827.734360293193,351.798699775681,1104.77291579943,143.143531758793,1455.33711533315,92.9255813870334,633.583503532255,213.246970637268,2092.19068574689,255.938454883543,1515.34696288807,105.516935675046,1299.76170685743,2223.68095233645,735.963413746532,20959.6488409872,8668.95621477064,471.161980762165,3933.82319576337 -4313,157.168233600043,1456.93180550147,142.022733640998,1311.28309174216,191.667165162264,5195.9656988312,46.5231384801897,470.040833518066,957.045346396718,12567.4900475676,283.011979562034,3692.66440539711,94.0838008596815,2885.17992420153,392.140417136739,7011.79009234457,415.581467708716,8598.67115009959,46.4166633247962,848.834726363274,381.032163840947,1132.9354689879,150.008678948621,1492.43615019505,98.6977740833008,649.734631843226,226.264305163897,2145.5242085235,266.078151714678,1553.97575151151,111.320088481947,1332.89485818493,2270.30556606027,761.410354999856,22081.0051824163,9216.34358588615,480.374645190476,4192.89875380726 -4314,169.547070834518,1441.94767633478,153.90206444735,1297.79691816385,210.827977148115,5142.52666971332,50.3365523097633,465.206597257689,1053.92957305171,12438.236987498,311.520289721184,3654.68640243859,103.579053315596,2855.50666942727,426.353087045481,6939.67582588635,450.336435074295,8510.23626338187,50.5150202141819,840.104702670353,407.342800362668,1121.28354997513,164.054690440898,1477.0868689431,106.797962996145,643.052295984508,244.983752098246,2123.45810237537,292.844721596519,1537.99355296616,121.099238341348,1319.18641373664,2535.1262255313,841.407062064469,24071.2175790317,9974.8607500098,536.966726678669,4527.77351257158 -4315,180.185989009019,1417.93835665222,163.748633921522,1276.18779766481,225.647435795449,5056.90042348012,53.5183959758606,457.460619996998,1128.62880840197,12231.1326570001,333.527664922988,3593.8336158807,111.014619266096,2807.96071917738,454.599997743213,6824.12593587886,478.907117486838,8368.5355717583,53.8490250402272,826.116440333051,429.966942740804,1102.61348611083,175.19850646796,1452.49245999373,113.498112136199,632.345077962464,260.759623217138,2088.10121304494,313.636663384337,1512.38501009813,129.01227154701,1297.22114492134,2732.66464111058,902.84982753124,25666.9239261909,10602.4578491937,579.081764065231,4807.88487308906 -4316,170.995419735833,1403.79310713041,152.895730953579,1263.4566413702,201.021212954056,5006.45315406146,50.0584258424074,452.897026251259,1001.55880599169,12109.1157706129,296.432402730206,3557.98179411565,98.5409050939414,2779.94870805301,420.544177694464,6756.04895377423,449.803869536975,8285.05167188399,49.5903346640687,817.875163039324,421.001821058881,1091.61389447556,159.467433250974,1438.00250125979,107.122103800257,626.036849632435,244.524204903534,2067.27046779656,279.283396897129,1497.29756765712,119.581754177203,1284.28016149015,2312.42328156706,792.085258445782,23568.2196095167,9972.49329884573,488.271214700457,4558.61088765762 -4317,145.333832426126,1416.20274233604,129.475989743911,1274.62569180783,170.589206020588,5050.71057134069,42.3011270680259,456.900669560908,849.966346157242,12216.1612523244,251.561833764705,3589.43461711997,83.7053872887232,2804.52366085914,357.356875440451,6815.77292771446,382.960645467016,8358.29214327942,42.0086862783718,825.105240153616,356.969801453086,1101.26384228271,135.665374473109,1450.7145500473,91.2138948324756,631.57106182493,207.807635687096,2085.5452920897,237.466500515419,1510.53378923032,101.778630859808,1295.63329339041,1963.32220593322,672.857268512615,20013.8215997748,8471.74661337205,414.569899273972,3875.06264647069 -4318,111.481131189435,1330.78163508064,103.738360946993,1197.74408815353,143.792933616981,4746.06683882056,34.1903845975239,429.341789795395,720.070659513417,11479.3189984655,212.69204909222,3372.93067298165,70.553293052267,2635.36319444216,284.242668667508,6404.66592101116,295.152493028604,7854.14499803003,34.2227508702057,775.337363627761,265.650665470926,1034.83890609528,109.638940392219,1363.2117939291,69.7788253126204,593.476587214206,162.137239703775,1959.75144721426,198.299029599959,1419.42291579004,80.0311339551037,1217.48457413584,1768.16887663853,576.015302580362,16137.4306576887,6596.10728005728,375.08705172407,2973.38920474919 -4319,112.404938895809,1254.06751709868,107.579105718941,1128.69904059001,158.4768989822,4472.47549834382,31.2499077465711,404.591991745354,793.831281176008,10817.5832119272,231.845903714418,3178.49501594284,79.5150266752451,2483.44528567759,306.89861035264,6035.4631275944,328.89578477401,7401.38566461033,33.3574974369283,730.642335967902,200.300454877702,975.184675948274,112.290967110766,1284.62820993822,68.5872545871516,559.265089451599,165.084436896992,1846.77979223061,218.387514574581,1337.59899054357,84.4955379888441,1147.30156829971,2189.38082695684,674.66724010074,16823.4623787771,6468.48502979003,498.702570807213,2884.97498306051 -4320,113.875297783936,1208.07376157009,105.820700823213,1087.30325684596,156.795879240299,4308.4445017079,30.5763520623208,389.753312883619,785.465883526717,10420.8411937537,229.396587715769,3061.92160923318,78.8223701444316,2392.36328747518,316.056488280936,5814.10852602191,328.799890454201,7129.9349506819,32.8538134448528,703.845545108434,197.659693462958,939.419133049468,111.86290027165,1237.51362078937,68.6124624993596,538.753672443189,163.923088557903,1779.04792203951,217.110403163388,1288.54166298542,84.334224167007,1105.2235245497,2170.78404370776,672.241188708305,16759.7765027112,6448.21914848018,501.110355761855,2885.35284365426 -4321,116.600011423006,1180.82463055499,107.816124080972,1062.77820726585,167.778868547436,4211.26387215285,30.9841786535876,380.962095472745,842.997591801496,10185.790258944,245.919361611236,2992.85736353719,84.6807177579291,2338.40149910607,331.545327711986,5682.96636401048,335.164343334205,6969.11320470858,34.0347867802048,687.969710301687,187.947547234416,918.229735639424,117.711250931452,1209.60044871448,69.519410132001,526.601625215386,167.266574978627,1738.91998328949,232.617919798564,1259.47751002553,87.2400097211917,1080.29426809248,2401.68423529666,727.730867812237,17500.6992737057,6567.66828500719,555.217087080744,2912.4975227719 -4322,133.289751435597,1181.34531456925,124.492367844089,1063.2468387704,203.187961970691,4213.12082679398,35.4092018710069,381.130080513047,1023.45849316409,10190.2816779263,298.2807330355,2994.17706245424,103.134974102962,2339.43261604588,382.029093509229,5685.4722651094,395.717510845273,6972.18623159622,39.9347938103132,688.27307019204,203.710450395172,918.634628569667,141.981668402333,1210.13382141098,81.735788309812,526.833829931514,195.598476054992,1739.68675916285,283.864557634923,1260.03287598659,104.039948063472,1080.77062329506,2985.52233858813,888.555457265934,20727.2777939162,7630.57859585522,683.848114114546,3365.18778626011 -4323,181.756170504635,1222.62398785921,183.576695622508,1100.39890459138,276.353552349491,4360.33607029266,52.9898084177391,394.447561761287,1385.93282531874,10546.3514087053,404.592085813388,3098.79986427945,139.090977083873,2421.17727905903,504.172771465074,5884.13454381503,568.039836584414,7215.80898441995,57.3161745522983,712.322769165189,333.889789411821,950.733641650692,195.67449814259,1252.41842527328,118.259420489052,545.242504580355,283.689948243261,1800.47504898185,382.506500761843,1304.06105706201,146.533249059176,1118.53500675701,3866.9613529001,1179.95287887818,28905.4536565198,10980.9269030648,876.173814331554,4896.56294428802 -4324,255.886965212193,1324.38879074635,253.53337806876,1191.99033313765,362.521386798757,4723.26755627795,73.8420438262591,427.27930624737,1812.42352566883,11424.1743395024,529.723879806608,3356.72769859853,181.450021082121,2622.70336639654,682.001672728653,6373.89901593308,774.629021748991,7816.41504667831,77.8417451151062,771.612777308284,490.943024954979,1029.86771934057,259.438671197306,1356.66316073224,162.115152810793,590.625628545937,389.086078908464,1950.33714091059,498.904697006394,1412.60425410583,197.267087788976,1211.63598924656,4893.47206879121,1525.05254540923,38865.8926007763,15159.0124038555,1101.41127861326,6795.58815702793 -4325,283.775347887072,1586.72676682806,270.740864048542,1428.10251838808,384.347723732649,5658.86325133671,78.4158536537352,511.915773428101,1919.97680742773,13687.1010537498,561.333553925881,4021.63603734361,192.65068077699,3142.21447809617,741.360988410533,7636.45558487443,839.178369558736,9364.70850694283,82.8663126209844,924.455609966033,535.196194983866,1233.86628457414,277.911213126901,1625.39411821078,175.983887015262,707.618110736466,420.193781020496,2336.66440507834,530.820629624945,1692.41615195322,212.617440246367,1451.63963121908,5137.6976313963,1614.16770923602,41661.1126211434,16426.8468496641,1152.28243786591,7383.92142157746 -4326,257.323085892273,1787.85544372057,233.653015994707,1609.12446620866,319.371874376716,6376.1636096916,66.9948157186612,576.804665669976,1589.75436206453,15422.0365089183,465.417310235955,4531.40643514887,160.338325828168,3540.51206385845,668.787143962511,8604.42955496422,752.022125588729,10551.7505805134,70.4981843905913,1041.63680181674,497.606836138669,1390.26743596758,239.102076205448,1831.42415139547,158.843643949949,797.313638241885,372.855905229622,2632.85290454807,445.162709409442,1906.94169504615,187.096685723536,1635.64507214039,4099.82564628712,1337.64796527638,36027.5019656962,14619.1014578415,934.099169860305,6668.95746108801 -4327,242.248533288611,1897.02553005436,214.447156351787,1707.38087587243,292.149113816995,6765.50511612782,61.8189535190455,612.025530628655,1454.40853594252,16363.7373958858,425.775223731937,4808.10331994242,146.321030959402,3756.70292483369,628.041214861268,9129.83350787755,679.945783803728,11196.0619122227,64.6831268440271,1105.24126155211,453.669413424909,1475.15999064514,217.112401787274,1943.25463155193,143.513567113212,845.99922914225,338.555422955413,2793.6202528833,405.341202055919,2023.38342987033,169.485090745603,1735.52088389249,3756.66714307625,1223.87552217175,32987.8310429023,13383.1295823615,858.577928445968,6084.43999017931 -4328,224.32403491714,1924.56393058981,206.329251707469,1732.1662768496,277.412010582967,6863.71738937393,59.4663252790323,620.910073263086,1379.63299473404,16601.2835688421,404.042598791636,4877.90073328382,138.775178879847,3811.23755718194,578.498734360513,9262.36784016705,655.376935396481,11358.5908990358,61.9634885989771,1121.28562999456,444.001298758088,1496.57432905686,207.356798226227,1971.46412243027,138.546386336812,858.280279268197,326.173563946645,2834.17417914788,384.830401607984,2052.75612014032,162.700447429215,1760.71478269937,3520.8212275547,1154.37739717643,31407.6360262712,12802.7051930096,799.605242964365,5840.54010627626 -4329,210.675693841403,1969.71880927943,190.855802186774,1772.80704583535,253.361147451572,7024.75663631755,55.1113874797822,635.478110515435,1259.07134436205,16990.7894375369,368.841195158937,4992.34796591171,126.578447641551,3900.65831729104,540.194102685037,9479.68517088998,603.559664526131,11625.0906426811,57.1070285172552,1147.59367608961,414.426050472104,1531.68754676008,189.851204866919,2017.7193919354,127.719277022404,878.417589999244,300.774606745218,2900.67069257129,350.99380229459,2100.91869458695,149.452465683232,1802.02536799931,3186.5829468041,1052.03004542952,28907.6094877221,11851.9596326739,725.106139376166,5410.51522212003 -4330,198.210531900227,2008.42298860833,184.721136581894,1807.64198851564,246.756537659418,7162.79026797758,53.5226844976476,647.964998812946,1227.0171030304,17324.6515899578,359.364987412562,5090.44558778271,123.239511785041,3977.30467833605,505.973474854473,9665.95715707761,579.537096623853,11853.5189801825,55.4005753235974,1170.14342848413,396.429959526712,1561.78458863548,183.608557563763,2057.36676333326,122.485638183941,895.678140981862,289.687232509519,2957.6677005353,341.056106886974,2142.20089869022,143.958231191012,1837.43443891324,3124.43013556824,1022.20657516826,27860.6552874192,11361.6290193105,704.155907089944,5173.40345112091 -4331,191.592567303512,1989.88085247849,175.357984229438,1790.95350007711,224.425404312886,7096.66205047976,51.0018946180564,641.98286492805,1112.63753652759,17164.7071708763,326.23965443725,5043.44964340966,111.665811697499,3940.5854587325,486.011952042657,9576.71923536078,547.691213708728,11744.0850791593,51.9149918676141,1159.34044581292,391.832242280705,1547.3659016297,169.302844745974,2038.37276913428,116.237120128486,887.409073104824,274.421428018236,2930.36195994121,309.37308138013,2122.42369990975,134.589921211467,1820.47090100851,2740.43945126577,922.240918185899,26025.0864540153,10814.8479856498,623.912677974006,4955.28731008869 -4332,184.756121281573,1967.52036597542,163.866147411319,1770.82837976339,214.882792317079,7016.91616227797,47.6239741190752,634.768840445856,1067.08812159565,16971.8256711897,312.686171960135,4986.7759046077,107.079589931295,3896.30471305144,467.137469353275,9469.10470108388,512.290898601923,11612.1156421066,48.8622068779705,1146.31282340087,358.668990634595,1529.97799907482,160.61816437954,2015.46737420288,108.465835575173,877.43717022574,256.653517521809,2897.43319489843,296.308333589541,2098.57381641722,126.67140061787,1800.01409076254,2677.97939220718,888.081269001204,24660.5673174159,10170.1077877164,607.524277715329,4635.13368932642 -4333,180.4774866978,1935.84541943612,157.023759722533,1742.31996113187,200.798578461641,6903.95141326981,45.7380982747612,624.549749739792,995.311507853898,16698.5976629284,291.859608071109,4906.49421456096,99.90058664871,3833.57842791563,459.813577075974,9316.66237297964,491.514632596184,11425.1731593082,46.4631238224409,1127.85842870873,352.37135612349,1505.34701066675,151.676571839586,1983.02053277061,104.344536703723,863.311382285186,246.236522119137,2850.78765915879,276.839883935931,2064.78905129189,120.694852668607,1771.0358137999,2449.14331041038,828.927365486398,23500.1941009324,9796.99087809518,564.670065397717,4487.47452923709 -4334,178.354160822042,1906.16642781719,150.433525019477,1715.6079628469,192.30093028751,6798.10498871818,43.813580781474,614.974601537342,953.274058023813,16442.5867567319,279.523405692806,4831.27136917761,95.6165562869364,3774.80475678966,450.002862967002,9173.82599683724,468.058792534591,11250.0106101524,44.5186350994813,1110.56691332382,336.67732269897,1482.26811146095,144.740593062418,1952.61828619587,99.3304900706652,850.075712214568,235.184287532575,2807.08143024503,264.556435864795,2033.1331885185,115.039609606138,1743.88356468596,2347.77957740825,793.77884463764,22548.655925598,9418.28210469198,540.324105371201,4302.35671258878 -4335,183.089354648324,1864.59848500689,154.472725811467,1678.19554562886,198.839910325872,6649.85810152845,45.0379696812125,601.563795065545,986.314725453703,16084.0217878063,289.141424917283,4725.91539970699,98.8734100171972,3692.48724979739,462.424921798677,8973.77154785354,479.378368911356,11004.6806164888,45.8220134434,1086.34868071497,342.259915656344,1449.94415737825,149.07173657209,1910.03736353012,101.637714607884,831.538034667584,240.734904022067,2745.86715291148,273.504361394093,1988.79647013298,118.108947493805,1705.85453887435,2446.79191551409,822.156733443349,23194.3007657725,9651.78669428232,562.23708831636,4401.1023086899 -4336,191.450216070748,1854.38729310527,161.989233334575,1669.00516126319,207.89789841397,6613.44115828879,47.3166591791662,598.269421825475,1031.14064116689,15995.940072442,302.294065961802,4700.03463800668,103.363869302777,3672.26590123085,481.518036726976,8924.62804371941,501.096301958848,10944.4151456679,48.0198782142568,1080.39945628941,358.834202885779,1442.00375725637,155.770532485787,1899.57733247512,106.248613714562,826.984242248593,252.043263814586,2730.8298262912,285.727082898275,1977.90512672952,123.440850658895,1696.51268421086,2554.23345648983,858.250676616003,24247.8925672057,10098.4880407249,585.172209087657,4603.06180617551 -4337,206.308764537225,1837.43613512848,176.390582012185,1653.74860172041,227.112677833502,6552.9869660814,51.501508676893,592.800575312264,1126.69821305886,15849.719426861,330.279495875973,4657.0711050158,112.877024531589,3638.69731517767,519.437049402677,8843.04703827594,545.165704800444,10844.3710444235,52.33922430319,1070.52340616241,389.605452291805,1428.8222424869,169.847414901481,1882.2130873837,115.549585632302,819.424688434356,274.112593338575,2705.86701082903,312.014321227473,1959.8248786654,134.427488133807,1681.00467537873,2797.68657976843,937.260015529453,26393.5123473324,10968.3155540512,639.692833962343,4997.36371899058 -4338,217.909909929664,1801.79820485873,188.067749913676,1621.67337677787,241.93728740592,6425.88872952721,54.9103641770665,581.30293184975,1200.15851946969,15542.3067310232,351.823038845473,4566.7450402733,120.165470649172,3568.12308475308,542.350011531067,8671.53201922459,580.603743399296,10634.0394134559,55.7886287949378,1049.76010572896,415.824897609315,1401.10956911986,180.849272553425,1845.70668725442,123.065241095776,803.531564668346,291.911932402855,2653.38545894946,332.177053575578,1921.81316166936,143.152374335532,1648.40080618352,2974.7602171372,994.633125433935,28042.923033448,11666.0389065247,673.457577265349,5311.360446445 -4339,220.69115736913,1729.71239078462,191.575325892189,1556.79394399116,237.841599411037,6168.80365808662,56.107671399503,558.046334660864,1176.83813365875,14920.4946822188,345.324044207419,4384.04004422585,117.811446752866,3425.37066298495,544.985648724761,8324.60390974491,589.034680924259,10208.5958837931,56.2377252004631,1007.761611336,436.942709535761,1345.05438845386,179.806431130238,1771.86419549592,125.271813053112,771.384109522056,297.143566550683,2547.22959180241,325.738915603607,1844.92582440612,143.962606463773,1582.45207024088,2831.52873697861,968.842746819062,28101.6664869115,11860.7284908548,642.869018861382,5428.32768842745 -4340,206.681983635406,1653.31647123918,183.06867405205,1488.03528473219,221.842470589025,5896.34713267489,53.5830281960214,533.399194990413,1095.40712011798,14261.5036745843,321.684756179166,4190.41087657519,109.733358015661,3274.08288648703,503.274141856038,7956.93251308686,566.866361691606,9757.71452688934,53.3380262565771,963.251971819754,428.809299882855,1285.64759493604,170.022745797765,1693.60656420084,120.902164096289,737.314515823334,285.309097602964,2434.72652597721,304.220200470299,1763.44129229573,137.501608296353,1512.5601727863,2568.45054370793,894.994876006716,26543.627279378,11336.2206665422,578.895415669722,5215.49904420779 -4341,169.377269820322,1579.52397176506,152.252468409996,1421.61978299599,181.405447318763,5633.17538046883,44.5397735163174,509.59198052147,894.42711495138,13624.9697618615,262.811549826538,4003.38020350976,89.6475422302557,3127.95069468817,410.131462821429,7601.79062192339,473.322046326493,9322.19830442382,44.1315390487311,920.259131755274,362.940799578201,1228.26526606943,140.301298697731,1618.01579638825,101.141193506088,704.405945705251,238.044226609801,2326.05733951883,248.909321288655,1684.73358999065,114.235686010715,1445.0500513446,2058.96464866442,727.446671431395,21905.025685004,9425.4499294374,463.138286819904,4352.72677085384 -4342,129.764986912303,1491.8465633733,122.851706935755,1342.70743945475,155.274742796479,5320.48483116122,36.246448692872,481.305164374313,769.892927138257,12868.6646601408,225.732994707936,3781.15755458195,76.80164274064,2954.32204745657,330.637516494719,7179.82469245275,367.975511806186,8804.73468724772,36.3103115646289,869.176693524857,270.304906249259,1160.08579094172,114.838126641763,1528.20175475284,77.9713083149307,665.305248989539,187.080761623269,2196.94079368272,211.200659486946,1591.21612672869,90.8030571251856,1364.83712278949,1898.47649811671,634.332906345855,17854.1907032358,7376.20002174221,431.941484145597,3361.73082644694 -4343,113.281274400635,1418.63260293988,115.462557563763,1276.81264051268,172.531876001605,5059.37636633727,35.551670007359,457.684600352484,894.437557878961,12237.1212237111,242.422410006399,3595.59321680733,78.0744847662948,2809.33554361599,282.838660586498,6827.46714184543,317.119669991763,8372.63294646189,32.6909065082265,826.52092073178,217.49951105734,1103.15334407846,122.537017685531,1453.20362454716,72.9625947815413,632.654684667743,186.010385006333,2089.12358225344,237.326879478058,1513.12549904382,93.5521508179831,1297.85628604712,2323.88283805678,726.960655796008,17764.2381928693,6735.52635556908,502.697441221278,2974.68423013091 -4344,114.775541640288,1328.46748172376,114.769631559336,1195.66127950242,180.789937419766,4737.81369929902,35.1177524517347,428.595188912191,938.961463407856,11459.3571174967,244.241429911128,3367.06533893011,78.8391503166173,2630.78044816566,284.433387412879,6393.52857229061,320.732363901419,7840.48708787147,32.6142032605687,773.989096176923,214.90779012258,1033.03938026382,124.031655525228,1360.84124637577,73.7831964263962,592.444565280385,186.735004157184,1956.34355122992,240.336017836919,1416.95462030202,96.8801374331881,1215.36743790558,2421.50981049742,755.833606915572,18103.6310201995,6821.82056364152,520.943527308029,2996.12591610592 -4345,116.514700813807,1287.30451568076,117.122551885654,1158.61335373519,191.172798971814,4591.01111127539,35.6306245364659,415.315037572324,995.090942499933,11104.2854771355,262.760591986835,3262.73580274072,85.0034683097618,2549.26492163285,295.449151212884,6195.4231589954,327.516010478078,7597.54722807164,33.8609553930536,750.006810331099,204.351474881344,1001.03034314708,130.854970394984,1318.67516945999,74.8923978814243,574.087491540536,190.858904253278,1895.72565559034,258.421422535687,1373.04985355209,100.950980100138,1177.70891087009,2656.62071253484,811.826404456257,18859.1583234495,6933.98881150983,574.218771869084,3023.66089764795 -4346,134.475443126035,1282.70514068909,135.542271248474,1154.47377586586,225.474003416979,4574.60801361318,40.7933035369792,413.831169867201,1175.20884093478,11064.6112801589,320.038765591738,3251.07846349209,103.967717799707,2540.15672292393,350.946671176948,6173.28770153896,387.682292431995,7570.40215999084,39.845106142545,747.327131572107,221.518806525742,997.453789293582,158.38288871234,1313.96371111996,88.2755273280339,572.03635008996,223.715716367777,1888.95246939764,316.696524997311,1368.14412139483,118.409229909951,1173.50110700849,3248.99889324111,977.509135631633,22278.5342926439,8048.99600217425,706.709683870586,3509.67656606658 -4347,184.072061220062,1311.71881213063,198.816958065768,1180.58696568504,290.189851026649,4678.08165667469,60.7756102048893,423.191669964944,1507.69295681306,11314.8831361979,429.877603958042,3324.61502257984,138.825151069055,2597.61285234222,494.280357932516,6312.92208469139,553.226953633757,7741.63805355896,56.8041853779208,764.231019431429,362.934574744884,1020.01532397734,216.515954989034,1343.68442415933,126.990880349323,584.975313369715,322.683828961869,1931.67892661473,422.525264892779,1399.0903480557,156.328017565652,1200.04467846151,4096.40700375035,1265.26131170869,30277.595643729,11391.1475460565,892.064382282156,5051.10800989672 -4348,260.722090831101,1388.60648958007,278.395913948185,1249.78822206648,380.699144285819,4952.29197536053,85.7920121355164,447.997462424917,1969.82144510289,11978.1160462611,576.0182293995,3519.49057451652,185.433534123802,2749.87446304901,679.396999479101,6682.96016947176,765.769300665127,8195.42171823441,78.4517239200603,809.02716596489,534.625242255856,1079.80451697981,293.025865947484,1422.44579713285,176.496134890013,619.264211870149,448.913701111872,2044.90617080146,564.196945903187,1481.09939329399,211.969946130557,1270.38646765381,5235.06446263638,1647.57701574094,41264.3675446146,15873.4256970943,1142.73188280353,7106.36303983184 -4349,288.854021890953,1602.26050892518,296.882338363594,1442.08336037843,402.768753945604,5714.26240646968,90.9940576157619,516.927327884813,2079.25555089629,13821.095073559,608.915345950407,4061.00706096192,196.394646748336,3172.97613809776,728.835241773577,7711.21497891219,828.314330832817,9456.38715622432,83.3733778517324,933.505848057217,582.731351003118,1245.94559214467,313.253275057098,1641.30640605158,191.309887538876,714.545552477054,484.110337563037,2359.53988874373,598.806059362192,1708.9845722856,230.396301444442,1465.85089690183,5438.33918008363,1729.73835208093,44318.1433295631,17209.4008820274,1187.89216835266,7743.9284234598 -4350,264.962488200772,1780.07410961688,261.051914583203,1602.12102802244,369.023615060255,6348.4124514416,79.1163183107917,574.294222316231,1905.79181627053,15354.9147407369,522.397817111581,4511.6842660242,169.220813681219,3525.10259249218,649.980706016682,8566.98025145703,756.785799709419,10505.8258963147,72.6117250200796,1037.10325633458,542.955788426102,1384.21653545952,277.321602023989,1823.45319196604,175.743830987485,793.843467414382,437.653180311214,2621.39386395946,519.603364733315,1898.64205846337,212.977693281693,1628.52620756659,4763.68483127335,1548.84455581889,39842.7698242451,15729.2449839927,1027.92473845678,7088.44347376681 -4351,248.496013128198,1883.83486742438,239.32412043621,1695.50887691527,342.98047203325,6718.46226188342,72.9216886567575,607.769909305928,1770.19782336458,16249.9547735989,476.981209005255,4774.67094500668,154.138294029876,3730.58129383955,590.311572502088,9066.35067553694,683.653628635766,11118.2118922157,66.5288580486684,1097.5561437849,494.958174123908,1464.90270235167,251.458849580786,1929.74252228252,158.660167778797,840.116709249901,397.024236829214,2774.19526271408,472.289894277365,2009.31415785914,198.483434870037,1723.45321790485,4374.6280590299,1421.45355052551,36696.3967596745,14435.8350808887,942.610280067307,6480.19196082486 -4352,229.726203474226,1914.41059371462,230.617278994973,1723.02796377351,312.542119967753,6827.50677887525,70.2493807380404,617.634365429829,1611.95373250014,16513.7009107886,454.112669118831,4852.16660795727,146.679612888908,3791.13077963386,567.396100994088,9213.50277549014,659.985507408137,11298.6668830069,63.8599343141209,1115.37011295006,484.484531046499,1488.67891800808,240.788238968637,1961.06335628568,153.378522985072,853.752287929365,383.08583287781,2819.22205168333,449.855721764629,2041.926485396,182.515852369598,1751.42585753263,4034.85486854824,1318.75999834958,34444.321769383,13691.7990297306,873.255977763409,6194.14259423252 -4353,215.734629484446,1960.92503325747,212.27320007945,1764.89237902211,289.901294107274,6993.39473015231,64.8093411584837,632.641029331866,1494.03882124721,16914.9343479444,410.939637688864,4970.05971358397,132.607140224308,3883.24389477608,518.522600640828,9437.36327816156,604.703719668619,11573.190623823,58.494322907611,1142.47026369988,451.969216436359,1524.84935383712,218.858584274128,2008.71131813103,140.720427119979,874.495909653902,351.524859939478,2887.72069774779,406.724068232271,2091.53917891522,170.402428486405,1793.98025648521,3659.16179885135,1205.5157984589,31763.2800865445,12681.1460055217,788.874173264876,5730.08722226108 -4354,202.649653166885,2013.34055923062,206.260126330159,1812.06795216412,269.224508969089,7180.32817069787,63.1652600028525,649.551523992406,1386.46389107491,17367.0705416345,403.250231443951,5102.90940930777,130.053999022803,3987.04300375506,503.384331285182,9689.62399778873,583.147837017396,11882.5420082191,57.0262968772405,1173.00849375196,432.53217697901,1565.60857693624,212.953116358678,2062.4041714948,135.500391080445,897.871185244998,339.944973129173,2964.90947175438,398.095726359748,2147.44602099075,158.844907840551,1841.93334858935,3494.34065300457,1143.72796186431,30300.8140839034,12083.1388225229,759.875190842672,5484.67786924249 -4355,196.082782425486,1983.92191102177,194.786855214582,1785.59027089413,257.155639474655,7075.41022847027,59.9075535239982,640.060368762734,1323.32151280675,17113.3053570311,362.947751094024,5028.3464169388,116.823066345017,3928.78489387729,468.226251443295,9548.04057894781,548.084801616214,11708.9159807872,53.0982814824682,1155.86865912961,427.269533159063,1542.73212528653,194.932198265083,2032.26861270546,127.913739045653,884.751618158107,320.345774136808,2921.58663284333,358.00981923001,2116.06784269429,152.600004283076,1815.01927836022,3165.66429314202,1060.41720769712,28521.4929751008,11548.8773857268,680.357802840205,5233.71378305026 -4356,188.119174774909,1964.36733297366,179.033166653999,1767.99055382858,243.385611396959,7005.67126305721,55.0936310659439,633.751597048013,1251.33959371208,16944.6276165385,336.815055009087,4978.78438936268,108.387568693754,3890.06072312504,431.619913421366,9453.93006800974,503.668571004951,11593.5067451046,48.9304828982003,1144.47580955084,390.420615779236,1527.52614586585,180.07108388534,2012.23750413154,117.447154893636,876.03104076323,294.603668566082,2892.78993801435,331.894682464807,2095.21076482486,145.437679874157,1797.1294935152,2960.97422930808,989.83094556045,26739.9837468853,10767.7432577568,636.020433593052,4864.58590358617 -4357,182.164533868175,1931.88243570567,172.427565772385,1738.75315482084,237.084998320329,6889.81792572377,53.1619266023121,623.271196983343,1219.38025938396,16664.412975352,317.477731043279,4896.4498398652,102.140672015905,3825.73048262685,413.685054372064,9297.58968203253,485.856042279675,11401.7840111389,46.8284931151734,1125.54952296742,383.780306881432,1502.26532570778,171.446464872357,1978.9609740736,113.536041044101,861.54404645973,284.103700680393,2844.95164301886,313.17204875014,2060.56209942118,141.23191405457,1767.41022156734,2820.72831276128,952.457534416045,25754.5873665444,10438.6322688857,601.713617900051,4710.13517820994 -4358,181.478623231815,1900.20748916637,163.980656906112,1710.24473618932,233.441542036413,6776.85317671561,50.5838011289059,613.052106277278,1199.8027890071,16391.1849670906,299.672645752568,4816.16814981846,96.319072270829,3763.00419749103,391.628117436284,9145.14735392829,459.039254179542,11214.8415283406,44.4474542789302,1107.09512827528,366.408897487517,1477.63433729971,161.669878055805,1946.51413264133,107.303129860941,847.418258519176,269.331106774182,2798.30610727922,294.915670828893,2026.77733429585,139.935632368428,1738.4319446047,2704.59048567219,916.778977338829,24920.9318475407,10078.728898585,573.967338067402,4526.04575657278 -4359,184.664350587426,1851.9863614176,167.873006014341,1666.84424946583,235.63157123522,6604.87853466616,51.8525045849264,597.494824189932,1210.21451716112,15975.2296418126,308.160492380057,4693.94936006206,98.9994311299104,3667.51130676151,400.387051817241,8913.07305606907,468.600345998982,10930.2450781615,45.5720675361665,1079.00063021916,372.361241399743,1440.13675108813,165.688239821727,1897.11789186761,109.468129501069,825.913520571521,274.82915628739,2727.29413777137,303.073734575893,1975.34427274199,141.573610845145,1694.31615758603,2748.03478208252,929.488438847423,25400.1901473601,10263.2145467604,585.332839595188,4616.10594702262 -4360,192.849000643088,1841.83302173651,175.925889614031,1657.70593386433,243.027198911253,6568.66791416056,54.4446166777249,594.219115451422,1247.37971556626,15887.6469595554,321.742745256418,4668.21522762381,103.352456479023,3647.40452365686,418.665666830762,8864.20797788814,489.468736189332,10870.3210455724,47.7172456662832,1073.08511153988,390.367236110051,1432.24133785742,172.941102712054,1886.71712284874,114.356642688956,821.385527981364,287.542136746108,2712.34200617475,316.181187109001,1964.51463500487,146.871362315877,1685.02722985226,2835.98080804577,961.024470776338,26439.4356934319,10705.8899833473,605.174471525552,4823.73532254448 -4361,207.478075473216,1826.87781868008,191.338730808986,1644.2457946681,261.885552097861,6515.33204640971,59.1949233076975,589.394211441825,1344.05361549005,15758.6434160393,350.726270913868,4630.31053929631,112.599613271173,3617.78855161354,455.124680868026,8792.23292440652,531.827679022759,10782.0568779706,51.930898678859,1064.3719407201,423.787504595907,1420.61191229024,188.206327986446,1871.39747261484,124.221031643805,814.716092037063,312.335808356965,2690.31849753846,344.468696615136,1948.56328929269,158.042589318211,1671.34524886884,3073.72270033261,1040.15262315601,28632.5850708878,11593.2959545861,657.055317284339,5228.44549054396 -4362,218.211662782592,1796.9963414834,202.537859611525,1617.35155318314,265.863711966492,6408.76348228195,62.6994237483661,579.753736578663,1361.71309059172,15500.8858697644,368.275526628106,4554.57448438406,118.11742949284,3558.61389581442,480.12595915129,8648.4220439239,561.978744810256,10605.6992784432,54.84227168412,1046.96245358845,451.970951543059,1397.37555678339,198.044355661519,1840.7878060394,131.352943318569,801.390121314203,330.160277992119,2646.31408190979,361.422053125035,1916.69145369432,163.854124776276,1644.00775293387,3119.60978148289,1063.0997131527,29863.2567277355,12176.6214165247,670.226675765381,5523.3093720981 -4363,221.618077174063,1727.62965472757,207.089440904666,1554.91941797294,266.009320737208,6161.37583952208,64.2951169921195,557.374394499658,1361.15204142384,14902.5290062895,363.785634491653,4378.76124855767,116.562926781653,3421.24619522569,486.186519828368,8314.58030534924,572.418129510218,10196.3037762425,55.5383518761934,1006.54817177459,475.147476982266,1343.43481673289,198.0327130767,1769.73070470992,134.189573270287,770.455290657545,337.370535736521,2544.16248830896,356.710820150766,1842.70436056187,165.297717629762,1580.54664943057,3037.25748915465,1054.04277507996,30085.6834463619,12428.8853150231,649.301529663064,5651.72419029425 -4364,207.553177751813,1670.26762921597,198.133898161635,1503.29184427497,240.615807737343,5956.80132488227,61.4739214473341,538.868041503625,1228.39582832795,14407.7243201654,339.491679818971,4233.37440956607,108.772935889041,3307.6514725402,463.909024584754,8038.51351853033,551.647734332086,9857.75862813373,52.7499553476152,973.128021946761,466.388158351842,1298.8291097055,187.619508483451,1710.97080929226,129.667300491258,744.874069637571,324.358651584196,2459.68934143938,333.775794966904,1781.52154035984,152.620957700406,1528.06818161843,2711.25965407012,959.927840236061,28150.8124966658,11819.1444103612,580.879881250109,5420.23809990751 -4365,169.865486102028,1607.12022732694,164.047361958701,1446.45725526274,193.56117598744,5731.59398645592,50.8942109188019,518.495188562713,987.144900524891,13863.0149921286,274.557790406048,4073.32425322492,87.9433363114215,3182.59989805488,382.747268406432,7734.60339367011,458.427470936388,9485.06874602904,43.3849574611109,936.337207578773,394.594079541369,1249.72459355425,153.634230502103,1646.284552177,108.000513997414,716.712796911357,269.409417015129,2366.69646493914,270.31314790733,1714.16798891979,123.873900956214,1470.29687964823,2144.04924935728,771.943947129968,22985.8413200562,9765.76284505077,458.410358734462,4496.9605075867 -4366,131.612197567465,1479.92868607167,131.145880020415,1331.98098613959,173.464165310063,5277.98120715609,41.0704425463802,477.460173854186,892.102007582692,12765.8610808581,231.941338711552,3750.95111586365,74.054128773693,2930.72092885931,303.792805983107,7122.46740663484,352.487069639172,8734.39652362401,35.2878870799194,862.23312342778,293.535079546453,1150.81824261923,123.800762610394,1515.99344764376,82.4327147584572,659.990341598756,209.586527681969,2179.39014775111,225.400150173891,1578.50441828339,101.311152705103,1353.93388262696,2040.55928769293,692.688917790416,18836.4343356206,7676.14897473225,433.923785485969,3452.28059953278 -4367,115.095299857158,1382.67647703952,120.737910435862,1244.45102979098,172.427624569298,4931.14332472499,36.0610810493658,446.084299415634,877.089462250547,11926.9637731733,241.516439482463,3504.4606697884,77.7666637993711,2738.13118648132,273.236614561009,6654.42073953941,311.825927615614,8160.42335553848,31.057281972996,805.57223378949,222.721960730127,1075.19323626416,126.219847205619,1416.37127459637,76.4504792520883,616.619658089174,183.66837266076,2036.17344534749,233.615540781201,1474.77439190451,91.8423563445799,1264.9613110374,2277.94816117265,717.635053300202,17598.2279056432,6667.87222069268,494.522932388419,2948.87007413346 -4368,116.593031675815,1316.02892040787,122.238356325481,1184.4661946827,180.652216382596,4693.45312065276,36.1918520122025,424.582213351763,920.59641106597,11352.0621192316,243.317708737464,3335.53920129477,78.5260629468747,2606.14821262858,274.76455364252,6333.66538537378,315.374746004622,7767.07589736012,30.9821695820953,766.742166189492,220.064135313051,1023.36693901108,127.758223966968,1348.09956657019,78.3663921128685,586.897453173473,184.375590474113,1938.02612942495,236.575892529093,1403.68754589566,95.0876743878732,1203.98784254047,2390.95155930606,747.775082799805,17957.9495696336,6756.28123753371,512.507211111919,2972.35009979779 -4369,118.333160804569,1285.85817088493,124.251247727494,1157.31159927527,190.990509312636,4585.85290282702,36.438627705524,414.848412359791,975.430972914739,11091.8093106064,261.697202389226,3259.0699716254,84.6444012915912,2546.40070729375,285.284577864951,6188.46232110907,321.893197488706,7589.01104043261,32.1557247712346,749.164143787365,209.229428291671,999.905640320633,134.736267483567,1317.19357831702,80.6092170927075,573.442478301145,188.367877542783,1893.59572214966,254.304824502772,1371.50716999438,99.0546572578012,1176.38570168881,2614.00473163479,802.345202576354,18694.3284888839,6865.50743964563,564.901263308556,2997.60481783849 -4370,136.556296379799,1284.64324338892,142.565135428376,1156.21812744825,225.232838116468,4581.52001533566,41.3927063920549,414.456447869255,1151.84991598782,11081.3293491168,318.672575845965,3255.99067889343,103.508588267724,2543.9947714719,338.755934320215,6182.61522754761,380.900364868126,7581.84065540158,37.8264066094997,748.456305133056,226.777582841388,998.96089160468,163.040262657769,1315.94904394137,93.8964166226366,572.900668131063,220.718009278366,1891.80658119986,311.59361072253,1370.21131808044,116.167207073051,1175.27420792748,3177.73319763043,964.04947547013,22053.6981749443,7964.37993956029,695.203629878221,3475.44107762129 -4371,186.983750178804,1313.19408303672,194.694383543079,1181.91475452704,289.95971976813,4683.34302649008,57.2525612006236,423.667627428257,1478.15536876955,11327.6088192805,428.212094730801,3328.35416832618,138.261263573085,2600.53434941226,477.407152777661,6320.02213555432,543.892538797598,7750.34496031391,53.9559467232027,765.090538848301,371.628247927783,1021.16252024937,222.990410602091,1345.19564632036,126.493612240748,585.633226523524,318.560158205375,1933.85145756725,415.869653955101,1400.66388444658,153.436739752549,1201.39435110764,3991.18957305742,1245.47990840303,29903.4089192234,11249.7771787785,877.509715904366,4999.14565980961 -4372,264.948934913294,1389.18502862077,273.348047625173,1250.30892486061,380.5322061222,4954.35526274264,81.2994823586751,448.184112872032,1931.95554421547,11983.1065225542,573.911784552807,3520.95690980733,184.717051239631,2751.02015100728,656.414374624271,6685.7445100279,753.090022446888,8198.8361999141,74.5382997830798,809.364233236293,547.478647815195,1080.25439898316,301.86712058398,1423.03843473975,175.729256444268,619.522217666436,443.315278325708,2045.75814583056,555.424325976744,1481.7164679142,208.164076645246,1270.91575235313,5072.63618721897,1619.865977207,40746.7340901117,15683.4537793557,1124.030950735,7034.09048733257 -4373,293.597799876365,1626.298754718,298.334456463134,1463.71851525956,402.671278317883,5799.99181406991,88.7121334592011,524.682637396284,2039.71306666881,14028.4489206104,606.734168498306,4121.93316215084,195.653585883921,3220.57937107859,704.278946848924,7826.90408189628,814.733466965581,9598.25856696382,79.2198719783945,947.510963267658,596.756898621201,1264.63814945456,322.749670705063,1665.930446019,193.880772682112,725.265670413515,478.137283591156,2394.939375586,589.561283858426,1734.6239679868,226.337749214244,1487.84262918199,5257.52151373772,1700.57067068093,43794.2670976405,17019.6112565011,1168.42763898526,7668.18086059308 -4374,269.31119771708,1817.93940930091,269.760258446167,1636.20095341903,368.921961084979,6483.4543234024,79.4188084687728,586.510468099103,1869.48142733706,15681.5407194754,520.638112196757,4607.65570670173,168.624411295996,3600.08770988731,628.312212989969,8749.21495329108,744.698851121064,10729.3032469727,69.0075764972997,1059.16426232991,556.060984542937,1413.66124995741,285.837430774901,1862.24124084589,179.407417618806,810.729910868312,432.403002357921,2677.15551102372,511.742516081929,1939.02950646231,209.230995869829,1663.16781746342,4667.47476460452,1528.86019007992,39465.3253203134,15569.0280920787,1011.20504827862,7029.96404414652 -4375,252.585793960507,1907.43921033963,253.533043442425,1716.7535059635,342.904224094446,6802.64420895053,74.8707463389386,615.38523143469,1736.5694330794,16453.5657755323,475.372432393893,4834.49729828335,153.591721439464,3777.32526362997,570.614649384067,9179.95152985593,672.700847414357,11257.5224499755,63.2273882129942,1111.30845935918,506.904234715691,1483.25784925001,259.168671520469,1953.92208548191,167.65027072762,850.643323464809,392.250184163641,2808.95577035056,465.126942549349,2034.49074909159,195.004018522836,1745.04798794404,4291.63658889609,1404.61171632883,36390.1803175262,14303.6084678436,927.28892078997,6430.27395098356 -4376,233.521346103308,1939.98196543997,233.092910027852,1746.04297878621,312.491680690072,6918.70388903186,68.8722830750969,625.884297811426,1581.4345161525,16734.2794982334,452.615400796726,4916.9784912663,146.170310623178,3841.7700807032,548.521304850348,9336.57036879438,649.482973232209,11449.5866552934,60.6956589977747,1130.26845495842,496.188317507649,1508.5636606631,248.195629701052,1987.25788332454,154.868625994136,865.156120099793,378.516184277507,2856.87926863386,443.070328728204,2069.20112614722,179.33552291971,1774.82019195566,3936.26614844823,1300.04283689475,34084.1954977495,13545.4062896474,859.017622570648,6140.62737109269 -4377,219.311033973453,1991.26934224789,218.843707555303,1792.20318324746,289.873526001376,7101.61392618714,64.8072198008939,642.43082473377,1465.85505101509,17176.6842800945,409.619840934024,5046.96883815122,132.157356115489,3943.33510205314,501.329671793575,9583.40163378989,595.144570815572,11752.2798120062,55.6014018793868,1160.14940497561,462.897971391259,1548.44561538304,225.61369322745,2039.79509536685,145.174762221177,888.028285264057,347.367423240455,2932.40669422615,400.623134878257,2123.90467480831,167.449065487014,1821.74118069304,3582.71178263176,1190.22163401106,31469.1103717346,12555.814140367,776.03752956235,5684.48097339422 -4378,206.019884822537,2031.04381852149,205.913180103548,1828.00142584435,269.215597326976,7243.46463850339,61.125321451303,655.263016267917,1360.40086336571,17519.7788112374,401.926658109267,5147.77917959906,129.603000119643,4022.1009852653,486.641956869886,9774.82464865599,573.860873809697,11987.0249389591,54.2023362267936,1183.32273165874,442.982723482698,1579.37493874644,219.501697249947,2080.53884605006,135.76314989793,905.766146844673,335.891862254686,2990.97985558079,392.087239717809,2166.32846665969,156.10367553458,1858.12942804401,3387.46376656513,1125.48355971374,29954.7930296269,11950.243994019,747.442313074823,5434.54014444087 -4379,199.354847572837,2010.3321651979,198.770468839615,1809.36030571594,257.163584168103,7169.59910833302,59.059745931714,648.580944564221,1298.53467589957,17341.1201423622,361.854912919121,5095.28448855303,116.448700762739,3981.08544415309,452.814907228125,9675.14547010966,539.544880499743,11864.7867564773,50.4833635166798,1171.25574917194,437.622053713255,1563.26919750099,200.992746534545,2059.32246513662,130.908624702522,896.529559108548,316.629388285649,2960.47921482568,352.706588273456,2144.23724254265,149.979668332146,1839.18107636737,3105.54140919455,1047.50437134772,28258.1097534291,11432.8502739665,669.299034961674,5193.39529644519 -4380,191.269929201447,1995.23232597835,190.199081204447,1795.76998955848,243.411779858312,7115.74741373318,56.6609224530227,643.709377490219,1228.0022238733,17210.8689676709,335.785123435332,5057.01321284697,108.034877410302,3951.18304734191,417.386237504085,9602.474324737,495.78686925151,11775.6689601755,46.5183478844794,1162.45831071692,399.87605269301,1551.52730034201,185.657408500262,2043.85465406386,125.311853114528,889.795621089512,291.1688076023,2938.24271036608,326.959501264173,2128.13162667903,142.955210353841,1825.3667729256,2905.15996198199,978.759892883377,26532.9215858804,10675.2447876318,625.683012191723,4829.96961399818 -4381,185.210885226988,1951.17667034368,184.337483721499,1756.11855487142,237.103262771683,6958.62840881281,54.8853587596456,629.495975725286,1196.59968187869,16830.8449942516,316.547835884346,4945.35201442694,101.821604953606,3863.9390921309,400.110776012421,9390.44723566913,478.334673285479,11515.6567250976,44.5257471298151,1136.79069178363,393.086123121203,1517.26885757238,176.794445844213,1998.72539486213,121.467538327785,870.14852087088,280.834111322623,2873.36494784513,308.56018211749,2081.14149281367,138.815238005511,1785.06182752756,2788.27622507076,943.747401511979,25580.2280932065,10351.2132508652,591.975582952192,4679.71919969487 -4382,184.522618645183,1916.81152540229,183.861928856668,1725.18887557087,233.47346781618,6836.06940249788,54.8031001952051,618.408963065373,1177.4636494405,16534.411341418,298.805668838119,4858.25188590189,96.0211051136989,3795.88537410319,378.792238993955,9225.05776314049,451.944367348305,11312.8369505133,42.2634954994971,1116.76893902031,375.296322196676,1490.54592417631,166.717009440062,1963.52279689319,120.784240038179,854.823009606437,266.240704388726,2822.75774020317,290.579035198061,2044.48733938352,137.552867978041,1753.62238415745,2686.90574976304,910.684514378234,24809.7941711323,10012.4124103461,564.705460191788,4501.83991048407 -4383,187.769324811786,1873.53689438606,187.379289701785,1686.24038687794,235.677835562058,6681.73582453576,55.9958311019315,604.447538408266,1187.75779130375,16161.1244843703,307.257482971416,4748.57023230157,98.6890742516112,3710.18809152362,387.243582417146,9016.78951896898,461.334141280227,11057.4342474867,43.3314861912911,1091.55635910516,381.390064586814,1456.89481971109,170.852261800103,1919.19359529907,122.520611037347,835.524215836334,271.662830858206,2759.03013942623,298.603845350337,1998.33025296336,139.171723065702,1714.03197027977,2718.2044724726,922.170858521015,25271.7379475177,10194.0423668317,575.863373189385,4589.66628080706 -4384,196.101063102867,1853.98231633796,195.292681011051,1668.64066981239,243.088536521626,6611.99685912269,58.5053830456018,598.138766693546,1224.30740422999,15992.4467438776,320.804069126746,4699.00820472546,103.029743313195,3671.46392077137,404.928659054476,8922.67900803092,481.883491674487,10942.0250118041,45.3719960160982,1080.16350952639,399.833744923142,1441.68884029041,178.332822605563,1899.16248672514,127.522506490202,826.803638441457,284.23341492908,2730.23344459725,311.520533865382,1977.47317509393,144.390932139139,1696.14218543474,2798.20872871555,952.816270560335,26295.86094011,10632.3717890451,595.369822250157,4795.15695503401 -4385,210.976639988601,1838.79569878762,210.678787635571,1654.97225050867,261.953643362087,6557.83568042176,63.2060052061919,593.239202867204,1319.20401099387,15861.4470195257,349.698510692407,4660.51698512632,112.246110977823,3641.38967576737,440.181779430374,8849.59022372845,523.575197749205,10852.3950581545,49.3779032748115,1071.31551245195,434.063280178723,1429.87946279466,194.070051108473,1883.6057825982,137.215471078936,820.031000679172,308.735757987629,2707.86914760214,339.38500540794,1961.2750007308,155.373316001693,1682.2484915984,3026.95889633582,1030.52272415136,28462.9842144327,11510.1628031525,646.398346602937,5196.05688949075 -4386,221.921666735523,1804.6908944504,219.435969693048,1624.2768856977,265.978691097732,6436.20514642394,65.8923733798162,582.236182274816,1336.78645585713,15567.2590640814,367.214436459485,4574.07670250394,117.751773234309,3573.85151343128,464.388227539412,8685.45369499726,553.288490094997,10651.1117887339,52.148657968488,1051.44543881642,462.934856830283,1403.35897477275,204.225474968004,1848.66986954037,143.759908235717,804.821591147129,326.371101103112,2657.64532583083,356.105012885496,1924.89852878478,161.12743380513,1651.04722454607,3050.42946099887,1051.31224645741,29655.4320907682,12084.9375142826,659.312120184547,5486.37965281325 -4387,225.399269299259,1733.27039774777,222.33088367533,1559.99625885137,266.146095278091,6181.49284646656,66.7437709277076,559.194232285384,1336.35415245969,14951.1860412307,362.811869409031,4393.05798564038,116.22579636991,3432.41662781425,470.368857293391,8341.72756500352,563.699899953456,10229.5948980986,52.8210741194027,1009.83457031429,486.692832418053,1347.82115644687,204.26195135549,1775.50890844295,145.674022728047,772.970841540376,333.572917361882,2552.46922624838,351.538361612502,1848.72082464125,162.564604708137,1585.70716369732,2982.06322894609,1043.45717746427,29882.9007533423,12332.9860071071,638.752154773367,5615.82446259565 -4388,211.122607385399,1676.60261852382,206.799896829548,1508.99352800127,240.786409984961,5979.39427468391,62.1457918323637,540.911859644837,1206.27237105046,14462.3699218177,338.642511770928,4249.43074757542,108.477903266209,3320.19672956737,448.911611427167,8069.00198415118,543.362561547322,9895.14712469341,50.1767629632083,976.818900885189,477.735148092344,1303.75530738711,193.564382970109,1717.46017757872,135.920311667884,747.699227225682,320.766717253665,2469.01844858731,329.003841296861,1788.27849338491,150.135992956897,1533.86383701096,2649.45223176006,948.638338374052,27923.5843732937,11717.0464430202,571.416891034392,5383.07162615407 -4389,172.797318012754,1621.09191457536,168.481186970126,1459.03220021403,193.715491539887,5781.42226765856,50.6694820247482,523.002786993267,969.459776718377,13983.5347307871,273.916190130659,4108.73617298037,87.7195034384517,3210.26820168045,370.443834796224,7801.84507090709,451.624831384767,9567.5282980874,41.2743858565468,944.477364364125,404.204784287261,1260.58922015213,158.533294517583,1660.59671905401,110.819714696465,722.943623252235,266.469173091005,2387.27161685237,266.49794962456,1729.07030837617,121.870605756682,1483.07907715622,2096.95343969982,762.753588108494,22790.0413604775,9676.30089796775,450.946070241821,4465.85545558071 -4390,133.809419578001,1484.8173305837,136.898050066952,1336.38091540598,173.47856499296,5295.41594850935,41.2274687019564,479.037366782866,875.441300028587,12808.0305159813,231.296092347889,3763.34162275768,73.8301973203093,2940.40197154737,293.861607340684,7145.99503436936,347.051426212605,8763.24883254465,33.5590789540273,865.081335822474,300.661604921064,1154.6197374744,127.67016715077,1521.00122478724,86.7481114884679,662.170485947475,207.197813723057,2186.58932145836,222.092705762733,1583.71868775075,99.5671046633159,1358.40632883821,2023.10509096502,686.608563394834,18700.7412019905,7606.65250720408,426.913544285968,3429.88505610179 -4391,97.1511061159058,1376.37041384192,99.037032375493,1238.77538044676,138.226188223202,4908.65353629039,28.3753632361696,444.049813525201,684.118242287239,11872.5676880745,196.046198733542,3488.47764641008,63.839908232594,2725.6432121851,231.254127496133,6624.07148689516,271.325231714871,8123.20557809472,26.1500639696343,801.898207724201,185.638492187878,1070.28953202813,110.186306003123,1409.91153732798,64.605095154042,613.80740041548,157.742264038892,2026.88693571139,194.92811831151,1468.04829171261,73.6174483799877,1259.19211910973,1849.22650088351,583.11057172103,14390.4159838061,5485.18255508341,409.830067824206,2461.41640630949 -4392,97.3796177971685,1321.84322570146,98.4477561712985,1189.69924690445,139.219880721359,4714.18911581326,28.0338597777342,426.458046452674,689.406127017837,11402.2163019016,197.521208124309,3350.27584038707,64.4659251860739,2617.66235271593,232.565696047479,6361.64794989571,274.415196159921,7801.39136703215,26.0938417361891,770.129685237567,183.433844805558,1027.88824376245,111.530869829745,1354.05556216015,65.3314427535401,589.490406045456,158.359377925734,1946.58846069951,197.400036553298,1409.88913295966,74.4830425051583,1209.30714273042,1873.75397171536,589.741928956518,14469.1236556111,5503.45110740519,415.405987114332,2472.38858591249 -4393,98.0899407201201,1294.76765415384,100.490613867756,1165.33040614226,149.499500634229,4617.6274644673,28.4621290555804,417.722823451732,742.661884983491,11168.6624906168,212.523158263944,3281.65148958895,69.5137320515276,2564.04426628904,241.646423025667,6231.34107924791,280.175386115072,7641.59395231457,27.1160883434615,754.354969304421,174.471621999268,1006.83380920787,117.690855517118,1326.32017906791,66.3025931331931,577.415759555478,161.881746236118,1906.71611115257,212.270065068198,1381.01009999159,77.2046365436231,1184.53666962937,2083.3243331121,640.527731086805,15123.3416477782,5599.22511747314,462.801301080396,2491.15921131366 -4394,113.566247880746,1299.36702914552,116.322635308113,1169.46998401158,181.806421249578,4634.03056212951,32.6089583763606,419.206691156855,905.553987920838,11208.3366875934,258.876026255089,3293.30882883757,85.0290108136887,2573.15246499797,287.108612075548,6253.47653670436,331.608556199154,7668.73902039538,31.9359638073377,757.034648063413,189.184253817555,1010.41036306137,142.469041388143,1331.03163740793,78.1415524558513,579.466901006054,189.774668833855,1913.48929734526,260.150135416188,1385.91583214884,92.3397670304803,1188.74447349097,2606.3531837386,788.510094853242,18036.8233843358,6538.48289725694,579.895606173027,2893.89057944241 -4395,167.432082058002,1327.4550426114,170.555361129415,1194.7500534008,244.876538401597,4734.20296139071,48.5257712867963,428.26855198762,1213.95111848548,11450.6238202893,347.661995626563,3364.49926283876,113.520111128203,2628.77550257354,404.189293727236,6388.6559965734,473.308218237854,7834.51176977231,45.460773659716,773.399230904127,309.809050111224,1032.25209003084,194.708894035099,1359.80413487512,112.437525561009,591.993057013871,273.664577074596,1954.8526011271,347.05076344809,1415.87474420587,129.177672257337,1214.44119353231,3336.40175449352,1041.03607250919,25202.2495005492,9494.86754540628,740.203285764128,4249.42537982628 -4396,235.436031324748,1403.50383761006,238.776004010124,1263.19628997313,328.621846612687,5005.4215103704,68.4626615163187,452.803701027702,1624.87621384323,12106.6205324664,465.807258892,3557.24862647025,151.620235136706,2779.37586407387,555.437641842471,6754.65678349616,655.216490175128,8283.34443104415,62.7390730391149,817.706629403623,456.277873460764,1091.38895347389,263.474616548139,1437.70618245634,156.286904030418,625.907846734291,380.675008430865,2066.84448028201,463.391748281134,1496.98903034702,176.984937211632,1284.01551914049,4349.12770285066,1381.73304048823,34494.6240621391,13252.0212084309,963.240057369138,5964.00799572018 -4397,255.060061198363,1629.85676168115,254.619308517635,1466.92083011978,347.570788669146,5812.68100244985,72.6076375640298,525.830535020804,1717.03171822148,14059.1402796223,492.393555926825,4130.95110356537,160.576575329685,3227.62533590789,595.795606039238,7844.02773715489,708.770669868348,9619.25758126934,66.6625718113444,949.583922245943,497.304374062789,1267.40491744757,281.640386778337,1669.57515896603,169.414128255268,726.852402431835,410.501137815685,2400.17901003197,491.803264350249,1738.41896822193,190.429003373835,1491.09772263843,4553.39147635754,1459.41793451328,36843.165485927,14280.1904341382,1007.84741169014,6455.01815648291 -4398,233.294820517464,1814.6706718581,223.859858471589,1633.25898995588,298.629283710997,6471.79677871352,63.1130049089924,585.455895698141,1471.49320623846,15653.34459861,422.391507579538,4599.37093293261,138.344330215245,3593.61458903714,531.194521878069,8733.48346831054,647.657921821283,10710.0114735071,58.0276144075084,1057.25983698732,463.288973960633,1411.11942296607,249.282166815682,1858.89284670231,155.652788773952,809.272181748136,371.060518242754,2672.3418640923,426.719439576306,1935.54304353729,171.560899190144,1660.17736635664,3798.40031226058,1248.78695669467,32522.9397373131,12907.2584231803,839.175853163851,5902.3232863356 -4399,211.433097688395,1911.63361136991,205.225954294519,1720.52859490742,272.658657443795,6817.60301745356,58.1683052156272,616.738444913136,1343.59249192098,16489.7466681483,385.670068834589,4845.12821136245,126.014938820089,3785.631487436,482.440843183891,9200.1379651279,585.06157859899,11282.2774007528,53.1647775076794,1113.75219298991,422.335156733566,1486.51948831947,226.040079589535,1958.21870094625,140.519702869137,852.513862359574,336.617175221256,2815.13257898137,387.867481217093,2038.96453260606,155.237598660052,1748.88529559654,3470.10927144537,1137.97669094177,29604.6695400697,11722.4833490746,766.688902392223,5348.86420393906 -4400,204.676898767167,1938.50669172797,197.749079960697,1744.71518741881,259.722721852927,6913.44250920954,56.0291219181812,625.40833944286,1278.68964738103,16721.553790947,367.16690644318,4913.23933840825,119.91345423575,3838.84857807658,463.677871940071,9329.47030442743,564.827224125912,11440.8797319783,51.0211006237368,1129.40893390677,413.378134345995,1507.41646220915,216.436120472571,1985.74665828922,135.847035495419,864.498205694659,324.787865215418,2854.70673354927,369.435539525974,2067.62758676354,149.326961039263,1773.4705167425,3270.40331362318,1080.57198879717,28407.5794188232,11322.0155631308,722.081548071221,5177.92999662835 -4401,188.461694469454,1981.69454160749,182.007301773354,1783.58557044009,235.170041952777,7067.46659306366,51.6808182316339,639.341766442375,1156.62733006719,17094.0920741304,332.247167630531,5022.70104100377,108.405309310241,3924.37400690675,423.704210454726,9537.32089616511,517.53446898433,11695.7702610968,46.7216639519899,1154.57095356773,385.614992988916,1541.00008415568,196.713491253648,2029.98696395488,124.640348764175,883.758298470186,298.018546604392,2918.30653765864,334.007302012244,2113.69211169139,136.338489624694,1812.98153765859,2925.43164710659,974.362447456528,25918.2769911066,10399.4634786895,645.412657831998,4764.64477560932 -4402,181.662375493356,2027.5147376686,176.859597287018,1824.82514536622,230.656540791835,7230.87861149049,50.3747062166374,654.124450894178,1135.38666884588,17489.336968779,326.040567228984,5138.83455281555,106.321493748094,4015.11230316694,411.365411459321,9757.84020637398,499.066123668445,11966.1966437695,45.5574368906098,1181.2666255536,369.047262879848,1576.63066419902,191.417322297841,2076.92376412109,120.011898002616,904.192314740769,288.21156750275,2985.78281864666,326.929426365227,2162.56431925773,131.99592848041,1854.90079805243,2898.26896436108,957.559473888091,25219.4162649551,10050.7548915036,639.836738541873,4591.11803050853 -4403,173.055447144014,2013.39841425705,166.989629914651,1812.12002345369,207.994701703407,7180.53450343885,47.7522920043762,649.570189399219,1020.52185400954,17367.5695989453,293.419015212359,5103.05604568154,95.4945112083088,3987.15757477351,382.535942112815,9689.90243724595,469.113119119468,11882.8834630111,42.3861432199008,1173.04220113301,364.501268729824,1565.65356600934,175.18678896925,2062.46343640521,113.305963899465,897.896986325157,271.562447820288,2964.99467091012,293.988310590267,2147.50772964989,122.635681062566,1841.98627808609,2513.15759622859,852.910254686343,23315.6959650619,9494.35047431368,553.409989544932,4365.38168242214 -4404,158.839182082062,1995.57945052513,153.48946273927,1796.08241224512,192.956166849849,7116.98539016522,43.918868505728,643.821368120589,947.265710564554,17213.8632631283,272.298201083596,5057.89301686615,88.6009162063973,3951.87046233951,352.645487543696,9604.14493447229,431.086905877331,11777.7176558074,39.0648138258428,1162.66055173367,333.073806579647,1551.79723041678,161.836918112158,2044.21023777771,104.032250813656,889.950425067814,249.745843702139,2938.75389703637,272.547225045873,2128.50187264827,112.952857726658,1825.684344772,2347.4718314587,792.498093614556,21522.882940523,8728.83874191211,517.166514159117,4007.35767360259 -4405,153.954196665805,1965.69797052254,147.813720822309,1769.18816823475,182.040534617116,7010.41681603054,42.3694426696125,634.180892352174,892.303643898325,16956.1056926497,256.650095461098,4982.15695484218,83.4898982277047,3892.69580098381,337.950892462238,9460.33404048565,415.864813458158,11601.3600397197,37.3734352479657,1145.25106296724,327.387413578077,1528.56087272801,154.071473462964,2013.60056832799,100.573693934694,876.624453093629,240.831113886843,2894.74947727563,257.162946272197,2096.63003405709,108.342435108428,1798.34684627001,2173.05880268658,743.789095730265,20560.2013848896,8425.13760663558,478.135079128241,3881.54358696952 -4406,146.115257135019,1930.08896636305,140.56890360827,1737.13897767429,171.873918069751,6883.42174084337,40.3119301004433,622.69258114044,842.10865712263,16648.9425133655,242.252496300661,4891.90420473071,78.7303252110948,3822.17885329016,319.923060139816,9288.9582344109,392.914458490652,11391.199127868,35.4692506401696,1124.50461540693,312.563156487994,1500.87069280656,145.28368612918,1977.12379921677,95.0531989039268,860.744229242036,228.305673003468,2842.31052290789,242.170269138018,2058.64916989422,102.27689288042,1765.76944053966,2040.7280272885,700.426037938835,19453.5144654836,7987.35576960864,448.861502855083,3679.53706325046 -4407,148.865487447449,1883.5745268202,143.908491935423,1695.27456242569,176.696458833211,6717.53378956631,41.324861748486,607.685917238404,866.122301173131,16247.7090762096,249.118154287922,4774.01109910401,80.9226193005465,3730.06573814793,327.090750153581,9065.09773173949,401.091477779732,11116.6753870519,36.3698196176798,1097.40446465711,317.646475322125,1464.70025697751,148.898911545533,1929.47583737142,96.9693609866705,840.000607517499,232.970296834563,2773.81187684344,248.872086856995,2009.03647637501,104.584839911741,1723.21504158708,2109.65558336762,720.993301001808,19922.3810062329,8154.244213109,464.195280902928,3752.01487446871 -4408,155.825410170777,1865.35058351507,150.810057549696,1678.87245724091,184.5008140581,6652.54036711966,43.3890128631427,601.806439922591,904.238518833384,16090.5093876244,260.096601106357,4727.82162989568,84.4803648333513,3693.97663969788,342.0192686246,8977.39117977331,418.954777903209,11009.1194294243,38.0799938237863,1086.78686685997,333.004590150502,1450.52900223707,155.416037289586,1910.80779011966,101.300041534192,831.873441201696,243.745694077385,2746.97471714366,259.634864513986,1989.598664745,109.208029233599,1706.54260692984,2198.63495999401,752.198253049145,20821.6831214873,8528.98029888039,483.710998418366,3924.25058800392 -4409,169.152416386841,1839.98170017337,164.023912574048,1656.03968795361,201.103217006035,6562.0654065461,47.1758116340206,593.62183510696,985.758838884489,15871.6774644618,283.528504133996,4663.52296322726,92.0396480263576,3643.73832885828,371.809470312478,8855.29810431331,455.20827911674,10859.3947240697,41.4441200025542,1072.00649823312,361.516172424935,1430.80171806502,169.136251749451,1884.82068595579,110.037399701723,820.559910934836,264.764869298023,2709.61569104011,282.864678502218,1962.53999981157,118.740507499298,1683.33352189487,2401.0672390702,820.067866683435,22657.8391389352,9269.30955509808,528.318352739368,4262.67853515136 -4410,179.101323142291,1810.64983310121,173.618850862542,1629.64011235528,211.237652158537,6457.45695842651,49.9646542115422,584.158677534879,1034.82773666562,15618.6608537228,297.708825965929,4589.17992186309,96.5481889271942,3585.65207272991,392.218186378446,8714.13233790621,481.024220158923,10686.2808705458,43.7618337663263,1054.91722386496,385.549243505583,1407.992748934,177.972161543976,1854.7740230949,116.35713036652,807.479044842521,279.869389515741,2666.42064879664,296.782564198948,1931.25438300743,125.245230141705,1656.49884462734,2503.64848269269,859.138727439704,23893.1997512043,9807.72277929198,550.622029899869,4514.21098996707 -4411,184.358726245154,1743.82871419617,177.497759687475,1569.49906590368,208.957686740614,6219.14776613826,51.2190464076346,562.600596155823,1021.16148858149,15042.2620520525,294.052268592371,4419.81855135987,95.2694884727038,3453.32539137838,397.096915560319,8392.54167887294,489.998293769283,10291.9090645515,44.2931775686868,1015.98603575659,405.282911620481,1356.03148664354,177.938197654036,1786.3245232118,118.879426364115,777.679437937669,285.95788189819,2568.01773953895,292.897975441362,1859.98241401396,126.564595199706,1595.36659020721,2401.01357988166,841.942500266285,24071.3316564716,10028.7917271078,526.924372916837,4635.80633556203 -4412,178.320940384154,1684.87571053152,169.805480136009,1516.43956330996,195.239817102558,6008.89922620801,48.9599045633405,543.580955788105,952.126555738484,14533.7335924278,274.393561751524,4270.39930098611,88.8959014015117,3336.58003514251,378.843538692289,8108.81797578068,472.252209984553,9943.97411666383,42.0518242114627,981.638953384565,397.783829170781,1310.18860737983,168.560692269976,1725.93487868658,114.881405528918,751.388702854895,274.910197391725,2481.20166753745,274.051456758036,1797.10264309558,121.091314178512,1541.43259332248,2182.94334356566,781.4233392095,22871.4222583069,9653.88029805218,478.135079128241,4483.65356259032 -4413,148.894061661584,1634.02223379526,140.580186675424,1470.66988215621,158.075963428012,5827.53663957893,40.5249831934739,527.174415343217,769.377961502188,14095.0716314809,221.894476467994,4141.50869490174,71.8676785984403,3235.8742714264,312.521495610857,7864.07494594624,392.472404621318,9643.84179637047,34.5728739485228,952.01080136877,336.530478085309,1270.64406088952,138.012669633489,1673.84214053802,95.6911132791084,728.710040160858,228.324324537468,2406.31321701888,221.934055291604,1742.86189591043,100.00633405258,1494.90856425905,1721.65369557079,628.426227512054,18797.33781188,8025.06374173773,376.374552083455,3741.26467332162 -4414,113.995813995623,1497.14018465263,112.41096807609,1347.47186017195,133.129737119917,5339.36387168058,32.7199603765784,483.013012434922,651.413382073952,12914.3274238284,187.489803124567,3794.5744947572,60.5294109762933,2964.80507060411,248.154237090516,7205.30135587576,301.714732377331,8835.97713003211,28.148226718577,872.260852682578,250.385723202944,1164.20220276285,111.250646887763,1533.62437764629,73.0229198418357,667.665997145394,177.656486806819,2204.73634908393,185.086055835299,1596.86234783163,78.4429614939653,1369.68006777687,1554.44004170652,536.721453734556,15122.8025078436,6233.72837457409,341.525056520172,2864.32986472666 -4415,70.9573279357528,1387.97009831885,70.1343943539812,1249.21545050818,103.587166989371,4950.02236524435,20.72410823749,447.792147476243,530.958217557396,11972.6265368609,153.716949464171,3517.87760996365,52.3797279202543,2748.61420962886,181.121065955018,6679.89740296242,206.01566492452,8191.66579832287,21.950792334723,808.656392947211,158.365608506986,1079.30964808528,85.4764100604387,1421.79389748983,47.7663393910391,618.980406245029,120.757152510463,2043.96900074869,150.076578300658,1480.42061300745,53.8688008522899,1269.80425602477,1466.83767377492,451.096265480302,11065.2886370342,4211.88300447627,319.380954091074,1880.2998982154 -4416,70.665970615353,1328.87245849107,69.2000892047314,1196.02577095323,102.9961782749,4739.25799846512,20.3381513501233,428.72584404412,528.029351068642,11462.8504460611,152.855634669535,3368.09177221134,52.1891536944774,2631.58242862513,180.416053053919,6395.47760797911,206.635472529224,7842.87722173522,21.6983607112103,774.22504293995,163.973202095437,1033.35429722978,85.5276006224355,1361.25609212574,47.9303791224313,592.62516908752,120.273637122501,1956.93993292388,149.960043913551,1417.38657193761,53.9741356364985,1215.7379366817,1461.68412274449,449.845725834817,11020.4566532283,4198.93496035754,318.294624315254,1876.17878414156 -4417,70.7711110286297,1296.82146410064,70.2731120555015,1167.17889777839,109.471702808361,4624.95212166481,20.5597078767277,418.385431362159,562.794970103244,11186.3786499926,162.710724176168,3286.85697062611,55.6446985765689,2568.11145131735,186.017987555153,6241.22547066699,209.425083498303,7653.71534074921,22.3701430213187,755.551555992696,159.806436711605,1008.43088748326,89.4194881520931,1328.42403883584,48.3072354668781,578.331678505573,122.151696817884,1909.74061713418,159.533652016673,1383.20071100267,55.4567412957101,1186.41562697482,1603.43251316262,482.984608608406,11411.0895837932,4243.29656246519,349.798187814033,1879.30469979141 -4418,81.5766650507905,1300.32161603735,81.0588593804815,1170.32914134903,132.216528009337,4637.43497730377,23.4903248794734,419.514663579866,681.370951211078,11216.5709516937,196.773821569967,3295.72827566687,67.550762950826,2575.0428451282,219.804080082849,6258.07068646837,246.550638621468,7674.37290026268,26.1954235226925,757.590807589932,155.162476368217,1011.15266640316,107.557444025157,1332.00948687247,56.6451483764982,579.892609443734,142.517487713871,1914.89505242442,194.120023169906,1386.93400257866,65.9174804303035,1189.61779093452,1988.92746534995,589.878597046411,13527.5208697512,4922.39198584526,434.531910327992,2173.22375140781 -4419,120.658872689969,1325.19874428096,118.945653383419,1192.71931603927,178.738271190828,4726.15615461014,34.9517619479745,427.540616511229,917.006997075722,11431.1609966313,265.368618241985,3358.78056516098,90.6143251690583,2624.30732731549,310.426410015461,6377.79708731007,353.248089313487,7821.1953144058,37.4250704530878,772.084670834338,249.225738992712,1030.49755327248,147.534944493679,1357.49285223219,81.8074292190367,590.986836160208,206.118071392078,1951.52990429851,260.010375912718,1413.468157377,92.6345816952289,1212.3769867988,2557.94195573579,782.192893922096,19021.600364586,7181.04896081228,557.287174995649,3201.70315138065 -4420,167.938988923298,1400.14831903056,164.211552326828,1260.17622083832,234.529664225521,4993.45447157351,48.6567655178729,451.721130969147,1199.51807749422,12077.6758377366,347.619276557759,3548.74390169633,118.314329139834,2772.73088947431,419.73976083598,6738.5076460818,482.526106723241,8263.5404836705,50.8417651150614,815.751643806851,337.759551195031,1088.77964396386,195.763718576583,1434.26889238429,112.315502054934,624.411416619539,282.958255010182,2061.90303668302,339.268166934121,1493.41000592968,124.94823817488,1280.94567507211,3237.89767728906,1012.51923653808,25522.390795483,9871.82397461703,703.941694731347,4443.85343037019 -4421,186.863490458991,1626.47231699139,180.875556604548,1463.87472660288,262.197599849077,5800.61080228593,53.182002631229,524.738632711469,1341.8506867505,14029.9460683391,388.757162619175,4122.37306416042,132.708613471731,3220.92307857739,468.715437993623,7827.73938676393,540.350885201177,9599.28291477976,56.2238199081624,947.612083776033,286.882119836211,1264.77311449195,219.698490427779,1666.10823787593,125.728242332736,725.343072402666,315.378012920928,2395.19496892115,381.235031963612,1734.80909097142,140.05254727172,1488.00141510519,3646.10549817454,1136.26206971515,28405.1557636311,10930.1245532679,793.020736348585,4943.84918424813 -4422,172.363399725193,1813.54252269288,160.674300261454,1632.24362127511,229.68070530537,6467.77337532324,46.6875454239764,585.091927959945,1173.29478574708,15643.613186781,340.209928702136,4596.51158409372,116.692598834216,3591.38050140812,423.315716951563,8728.05401367888,499.196103899525,10703.3532458238,49.6226231547872,1056.60255695243,348.118225896545,1410.24215458689,197.566265901064,1857.73720538085,116.685393615885,808.769071321304,288.029249827733,2670.680515678,337.308121481471,1934.33975012285,127.898532909498,1659.14526298988,3125.83683531962,994.294282335837,25448.5754195092,10015.6262392286,678.956109887487,4561.05600218024 -4423,155.676648299138,1923.52256256128,146.613242899857,1731.2290138405,208.083475079151,6860.00348009166,42.8313054165645,620.574103182483,1062.78575830286,16592.3007308774,308.190992423134,4875.26133544973,105.455393636692,3809.17532330232,382.428603802785,9257.35603796921,448.982474077214,11352.4448452606,45.2072786984477,1120.67891021385,313.723045819122,1495.76454319637,178.006748393214,1970.39737703727,104.917183350061,857.815869835941,260.174887174388,2832.64062740115,304.243172935516,2051.6453882182,115.119691900894,1759.76207229422,2826.06959211191,898.386780205588,23036.6899249912,9058.65046736454,613.776323338289,4118.6670821674 -4424,149.611772483994,1962.71849979418,139.925093129018,1766.50655364326,195.089012429581,6999.79090502579,40.8838004709523,633.219644269516,995.124873947582,16930.4047857271,288.743249695281,4974.60534160675,98.7467386697682,3886.79551855621,363.424153950644,9445.99471227916,429.414216683413,11583.7754905337,42.8951326265332,1143.51516962559,317.792500861752,1526.24398455642,168.130943789124,2010.54849011357,100.553563396026,875.29572562027,248.73097541092,2890.36181372669,285.142898156978,2093.45210544937,109.519085268344,1795.62103494586,2608.49794531864,838.443955309367,21851.4467784605,8680.72908744812,565.977813202209,3957.04731838231 -4425,136.647006350169,2015.36544306715,127.393959832776,1813.89040941816,173.406857512822,7187.54966652835,37.3226233594492,650.204799652053,883.178954555014,17384.5371844568,256.441864878194,5108.0415757139,87.6055644227036,3991.05290605243,327.850992143907,9699.3691762312,389.333853537431,11894.4926775378,38.7747161968468,1174.1882275671,301.904375738062,1567.18316176603,150.430154771781,2064.47840024468,91.3663778233848,898.774204280676,225.87706956826,2967.89138022416,252.990797983229,2149.60577916866,98.7438150239703,1843.78584246994,2275.72121807572,740.77391135408,19673.4832551143,7900.7017135568,493.193718222271,3610.57079223335 -4426,131.614124657462,2051.06122555742,123.710604712254,1846.01770312488,169.81212504929,7314.85422581661,36.3578975843453,661.721107616127,865.524331562883,17692.4489134016,251.227908532747,5198.51426971845,85.7650757229168,4061.7417019389,317.964453510984,9871.16262123575,375.049051230761,12105.1657467373,37.7650416782109,1194.98523374682,293.298307962729,1594.94082202425,146.184923912175,2101.04406241008,87.8883367600325,914.693127875519,218.254969818955,3020.4581271274,247.222358801821,2187.67920183104,95.4718071207023,1876.44263859487,2249.317938725,726.689415931966,19112.3081426533,7629.35182889838,487.762069343171,3476.32528957955 -4427,126.939952488704,2025.77912335242,118.504710880005,1823.26303950924,157.564082772756,7224.68875935106,34.9183182501697,653.564500458088,801.375452847353,17474.3655641033,232.83877857254,5134.43555405483,79.4016053668996,4011.67524484871,301.433910263952,9749.48719820958,358.378100558659,11955.9532152906,35.8316210046879,1180.25542537416,291.516836853651,1575.2810203709,137.05931658635,2075.14585417466,84.2410900927169,903.418298603235,208.83503914807,2983.22689769143,228.986378564261,2160.71309838992,90.504314125538,1853.31294652149,2032.34437011837,668.713040179528,18037.3552324462,7312.74895366813,439.963559207092,3348.07761171872 -4428,114.729547447214,1991.93465961937,106.818743829198,1792.80198918784,140.935118611413,7103.98669767035,31.5385962349568,642.645471933224,716.317388412527,17182.4233060483,208.19010716172,5048.65511733511,70.9310635047963,3944.65263820423,271.123808189173,9586.60361327584,322.665618044076,11756.2064510337,32.2150802891439,1160.53703086642,268.151920278693,1548.96297772316,122.784709436664,2040.47662602793,75.9073098811538,888.324990803594,188.32817223835,2933.38646179076,204.467267765637,2124.61430792803,81.3156952370948,1822.34985578694,1802.4755266149,596.260993024737,16204.5719961026,6598.97832691657,389.992389519373,3024.20500333316 -4429,112.253221765138,1934.37014853003,104.057299158499,1740.99217228987,135.957821418077,6898.69004345441,30.7472975183173,624.073792276479,690.527558430951,16685.8719798457,200.760747053425,4902.75506881462,68.4243088523618,3830.65693084558,263.731169293893,9309.5623221167,315.198699389155,11416.4662525533,31.2901386997143,1126.99890929186,275.161440619383,1504.19981439471,119.102574759024,1981.50931060957,74.2337058631148,862.653469131378,183.772467747885,2848.61512820627,197.416950326049,2063.21551490101,79.2023699601211,1769.68614115377,1723.18128111854,574.118363230912,15743.9764117978,6448.88044277238,372.611113106253,2958.45035472638 -4430,105.697893597465,1882.07032699793,97.9325935512842,1693.9207366762,125.905626678003,6712.16924837697,28.9715551980423,607.200626619058,638.785050348594,16234.7338523697,185.80989168157,4770.19863161493,63.2495150390507,3727.08695279038,246.468349783216,9057.85845439593,294.679286787356,11107.7977446209,29.3139097705616,1096.52809073233,247.951007549116,1463.53056507796,110.510628362352,1927.93498131804,69.4838584341743,839.329793197949,172.447547825961,2771.59674424702,182.252942409621,2007.43208415816,73.8153793816787,1721.83890290906,1573.89093903112,528.796250347056,14673.6480841355,6045.65607342293,340.021219831654,2780.87972707583 -4431,108.544960763205,1856.06505239502,101.302051837514,1670.5151958306,131.967300946879,6619.42467768723,29.9860748744135,598.810706854753,670.269765188475,16010.4124198069,194.869746223872,4704.28700039364,66.3213182455034,3675.58838853063,255.26737936569,8932.70261242659,304.012935106007,10954.3171193547,30.4490464574379,1081.3769490878,245.779954813714,1443.30841201138,115.113296709402,1901.29597751114,71.5758634567231,827.732457305969,177.780753243939,2733.3005480907,191.065839209105,1979.69463893818,76.4570359778959,1698.04760624505,1672.90649886148,556.33662618716,15242.6076174609,6229.57816526287,361.747815348053,2859.36718199476 -4432,115.007603559962,1825.20005939033,107.810013129782,1642.7357601007,141.855032899931,6509.34852701127,31.934578479902,588.852926412547,721.090267147648,15744.1710686744,209.564208382603,4626.05817690935,71.35484992031,3614.46606431376,272.178601204568,8784.15835569934,322.737733044428,10772.1549042838,32.5094885616481,1063.39444792172,263.20633190373,1419.30725753522,123.131269269517,1869.67882757882,75.8927728781234,813.967876979687,188.911297933984,2687.84777573897,205.393067287611,1946.77377708402,81.4217666427259,1669.81032683465,1817.3430133392,599.879524242172,16271.3115553968,6614.27939925789,393.251378846833,3029.0620813251 -4433,125.469864679053,1737.14660314744,118.007526892285,1563.48496201614,156.430905520514,6195.31684991151,34.9286764943737,560.444788289493,795.599143929445,14984.6221791465,231.162216560901,4402.88241644306,78.6819464277518,3440.0927249102,298.258625872749,8360.38261702082,352.994256568526,10252.4718889201,35.6634545316475,1012.09291743618,278.471353266313,1350.83536106907,135.337395076678,1779.47957408577,82.9422760700962,774.699477622582,206.517072515937,2558.17744985281,226.476039050493,1852.85521801246,89.2375343847008,1589.2533655353,2017.28295971006,662.600910117113,17872.3127208796,7231.40964397768,436.704569879632,3307.6536613732 -4434,131.324036584999,1661.12673145314,123.05920964873,1495.06475730049,159.900944245265,5924.20145229192,36.4828622880444,535.918970594939,812.074317885808,14328.8749593193,236.106752030744,4210.20636033088,80.2532590971545,3289.54964058423,308.859265194287,7994.52102957064,367.343867025931,9803.80993020397,36.9679011506918,967.802370175053,286.434923264601,1291.72098888969,139.162223785717,1701.60715464832,86.4794983200846,740.797586565253,215.096512274228,2446.22816407766,231.058095232657,1771.77178171167,92.4032867269822,1519.70550082496,2024.70033291279,673.132731180395,18466.8742688667,7539.65527740421,437.790899655452,3460.35855241963 -4435,136.039381624648,1628.38149077505,126.730170069826,1465.59304127778,160.775702891486,5807.41963263446,37.6413987233953,525.354577557491,815.152861759989,14046.4145965397,237.185377051063,4127.21195781902,80.5958504839761,3224.70383883785,315.940292682836,7836.92768629196,377.47713370226,9610.55067451439,37.8098769750214,948.724402829071,310.452261465582,1266.25772117554,141.020952276225,1668.063936805,89.060523013267,726.194489278026,221.542669865329,2398.00647907946,231.970943604864,1736.84543183105,94.4068574912125,1489.7480499923,1992.40433073944,672.527306516293,18813.0948172052,7771.59753281418,430.186591224712,3577.23913275915 -4436,130.305766752859,1593.20639229904,119.652567264221,1433.93437907562,146.639031861215,5681.97202798734,35.5418489809777,514.006254633719,741.376801514613,13742.9942865772,216.001977071457,4038.05896273152,73.378133173619,3155.04615989119,296.591515388909,7667.64014238633,359.076376517516,9402.95063220254,35.3296683808963,928.230756539697,300.405365485631,1238.90495384756,130.900968963276,1632.0316473361,85.0395195250472,710.507770399312,210.283442566804,2346.20650804958,211.711800530137,1699.32737512974,88.9108490214491,1457.56760906996,1750.39613572849,607.37429976488,17568.3272327834,7390.93685460609,376.956432209533,3424.23500796019 -4437,108.28189818869,1558.72553730478,98.3801987412983,1402.90055719592,117.225223479622,5559.00035619045,29.2285139833898,502.881911160182,591.274193708631,13445.562519122,172.457432346472,3950.66556145893,58.5693297736058,3086.76329982656,242.662572348537,7501.69379094324,296.494868503767,9199.44794803407,28.8112814663764,908.141589014279,270.848766434,1212.09204230529,106.062428147824,1596.71051954635,70.41828676635,695.13065697455,173.531427698278,2295.42890209615,169.230244120989,1662.5498043813,72.857421934598,1426.02230670637,1355.01031898308,481.615843792951,14315.8991999983,6115.82867565056,291.136379919755,2842.99875792517 -4438,83.8456714848315,1460.72122976444,79.9188536867802,1314.69368923527,101.535977923366,5209.48020816814,23.9470862843264,471.263391864583,515.231430528166,12600.1776116191,149.858965122739,3702.26888519499,50.7301955724451,2892.68416754808,196.392440672602,7030.02749192804,231.427776717401,8621.0359670131,23.8886309185117,851.042513230984,206.001119695161,1135.8821910914,87.5752231023088,1496.31791990941,54.4919683781157,651.424566930856,137.075541114453,2151.10463546035,145.298668429262,1558.0175833904,58.1875270048412,1336.36166706131,1271.96911378888,424.537467383833,11762.1429191808,4820.90639526055,274.841433282455,2203.26206357702 -4439,60.8165799945188,1370.26683902798,58.9663837026015,1233.28197682795,92.3250621738843,4886.88589743883,18.4051800807863,442.080655200732,461.977554616863,11819.918267258,130.467357110727,3473.00783967237,46.5718500105558,2713.55622811861,167.952894170636,6594.69675209516,184.246168096221,8087.18286758284,20.0392098092525,798.342155040425,128.562463717087,1065.54328627509,76.6889451697697,1403.65922293457,41.6733709907146,611.085444645354,108.023384207829,2017.89861692228,133.67982517494,1461.53816733851,47.4184085943392,1253.60817657012,1294.4929375975,396.073699216942,9798.82525178165,3751.79389950837,279.616917522506,1684.65577251332 -4440,59.5576354598078,1291.99067180914,56.3277975755606,1162.83103727617,84.5972871983919,4607.72370304561,17.6439869046245,416.826902935039,446.026533826841,11144.7082479765,125.98815159594,3274.61309299413,45.0506917243168,2558.54497409118,163.840411577222,6217.97626888567,181.548501120272,7625.20447006042,19.3961226827334,752.737049344279,132.000808090252,1004.67437951927,71.6407067677049,1323.47552372848,40.5222508977505,576.177333985687,104.274760156045,1902.62663845061,122.391231380026,1378.04814720165,45.1910435381019,1181.99610769328,1209.13691191337,374.94133584517,9415.36663111358,3661.37154204776,263.472129768243,1654.22104958277 -4441,60.2536454326312,1256.75771830669,58.2242627488179,1131.12030378443,90.3171856096031,4482.06976565751,18.1986347775122,405.459914604455,486.44280566234,10840.7888807032,137.226339361417,3185.31346153286,49.1288549825667,2488.77272412606,171.384495360833,6048.41028552282,186.256271187576,7417.26297295652,20.2922854850122,732.209695673856,129.294348931441,977.276623118185,75.2850551284932,1287.38396934918,41.2764852577435,560.464814026814,106.696042272645,1850.74146826499,130.660520785801,1340.4683818412,46.7558817552222,1149.7627372742,1355.14037355345,410.007599018408,9886.11599547611,3742.67966462272,296.862693019211,1675.69579778252 -4442,63.7438462625438,1239.19909517895,62.515803960816,1115.31700706544,104.108004413654,4419.44912470098,19.3129598874379,399.795085393349,588.10538199757,10689.3282422754,165.751982601262,3140.81027862014,59.5419490052234,2454.00116738367,202.012907121025,5963.90572654661,218.835486776103,7313.63367091652,23.7011799431743,721.979725402308,125.09618552341,963.622732899785,85.4007510877244,1269.39745563279,44.5042872627781,552.634354501873,115.206947613872,1824.88408026189,151.840715062249,1321.74020632371,51.736383749644,1133.69898027789,1668.6441916246,491.537640747815,11451.6159869997,4252.15850172446,366.991454442076,1877.91427637099 -4443,90.1092172958923,1233.32693766483,86.5316623251234,1110.03188607952,131.367280848599,4398.50680680642,27.1176141762737,397.900587790878,735.286061006834,10638.6750264984,207.736061894975,3125.92701026578,74.2379521839956,2442.37246183444,271.568306955793,5935.64473607148,300.487402701883,7278.97676301263,32.2408894376372,718.558500607957,197.303646980293,959.056441257233,110.255792295157,1263.38219800672,61.4288674857586,550.015601801057,158.598740630454,1816.23655396366,189.823416909069,1315.47691359337,69.0242653550873,1128.32675315822,1957.77360911884,602.047295488939,15186.2976489963,5943.21497311632,428.294468543098,2662.69121241203 -4444,126.975840102647,1225.71916583453,123.764823457816,1103.18465923661,191.800558451081,4371.37463677244,38.9005663180459,395.446139752317,1033.90605505542,10573.0504060458,292.259388601206,3106.6447431507,104.244582681263,2427.30669796697,387.164035268961,5899.03073743194,429.592690951245,7234.07642662988,46.1607367574053,714.126075634171,272.231741543774,953.140505786562,158.8876559797,1255.58903043422,86.5606076144081,546.622832962705,225.178294237949,1805.03310671019,276.620349503439,1307.36239999522,98.3670612487398,1121.36667450762,2772.71103449226,852.163924905526,21707.2613975075,8517.8330553344,601.419761877634,3805.22953753238 -4445,120.445992297926,1282.50265230543,116.493697497755,1154.29153014046,197.631786188796,4573.88586403013,35.5699595747778,413.765842301236,1107.90615701973,11062.8646158767,313.239341359387,3250.56524685148,112.013657219839,2539.75573269419,419.688524981634,6172.31318369471,469.123285856789,7569.20709305896,49.5386390402248,747.209158190594,231.365071418407,997.296330810603,163.20238777373,1313.75628824497,85.0331600371862,571.946048186392,218.081995410824,1888.65427855067,290.194348922417,1367.92814557704,98.8605545001768,1173.31585762043,2975.40659317176,900.151695406171,22848.3321991834,8988.20717313331,643.757607411203,3977.97030640148 -4446,130.772959272848,1394.44972098393,118.54213800366,1255.04730867031,182.354722027127,4973.13113188805,36.24664577829,449.882627776608,999.575192215789,12028.5197454846,282.723871854038,3534.30052823985,101.695219528469,2761.4458858673,387.970149683378,6711.08194697029,442.307027389188,8229.90790702237,44.6987385414082,812.431537886103,281.682801017863,1084.34831517677,158.357361513547,1428.43142374086,90.7878737292699,621.870064656549,228.529692552042,2053.51109958786,268.637532226032,1487.33183319116,100.574828458393,1275.73223130862,2611.41832553412,822.559310871577,21451.0526060576,8609.03617979487,567.390236166006,3903.77599283659 -4447,114.437836936498,1508.45059960921,104.907359191975,1357.6515788363,157.367594300116,5379.70105694349,32.4194336737296,486.662021162408,900.465052202158,13011.8910344682,254.723632509243,3823.24129066537,91.3897966146944,2987.20322406873,349.180772474255,7259.73510166495,396.506829074057,8902.73010942041,40.5810197192863,878.850504269887,252.671155230736,1172.99737781833,136.193285272856,1545.21041900469,78.6331720793423,672.7100000768,199.259988535178,2221.39242660667,230.175210522177,1608.92613181636,86.8082170397939,1380.02756234225,2305.53372821102,726.565747459303,19083.7866298184,7701.19552859192,503.60196631056,3481.45146745439 -4448,118.17364117384,1608.88476775338,108.783210493793,1448.0453955018,165.681957590154,5737.88699996237,33.565525707349,519.064471249583,889.892845873149,13878.2359133578,251.711644588113,4077.79656661667,90.3180096936756,3186.09423910406,344.219508974494,7743.09561481111,391.031730410319,9495.48289362384,39.9604368803704,937.365260631346,257.409457445297,1251.09673082796,142.631660270586,1648.09209314148,81.4391802362529,717.499712963308,206.597834357091,2369.29498340621,242.480966322478,1716.05006262076,90.4002381778438,1471.91119464402,2336.16009063953,735.911019993852,19199.7489032956,7684.94132596349,506.492941211964,3482.21928559011 -4449,103.6398177886,1666.59391500586,93.7001525966037,1499.98538936101,132.02107062822,5943.6994810273,29.2607652055697,537.682813970733,772.851543543222,14376.0348707356,218.786025701219,4224.06320251572,78.4359660920214,3300.37637123057,306.282007135281,8020.8329978613,350.466454755202,9836.07672080431,35.6170160950877,970.98764984115,242.228811411139,1295.97236574821,116.277865915913,1707.20756939871,70.1111652815591,743.235736710259,177.636229729624,2454.27931281401,191.864170289261,1777.60312579923,75.7857686861615,1524.70723173553,1903.67234367213,614.33249983177,16628.9518932634,6840.4515577274,417.500892966733,3113.81606740579 -4450,102.12505341857,1697.92173699837,93.4328657528301,1528.18138530589,133.303242222091,6055.42625360342,29.2098730431804,547.789914046428,747.60720575437,14646.2685835395,211.609515557692,4303.46508854329,75.7864240527039,3362.41524136879,294.399402445382,8171.60471623024,335.080745622525,10020.9705079708,34.3831545547493,989.239803516537,236.167809340693,1320.3334240815,116.317715239432,1739.29882711712,69.1497236042026,757.20672067251,175.842317008076,2500.41366188336,193.470390551511,1811.01764495532,75.2583467040653,1553.36793685177,1879.15242392613,603.882900697082,16212.3632199655,6613.45133857859,410.004011438753,3009.24790149181 -4451,99.3513281483064,1670.38333646292,89.5964439175654,1503.39598432871,123.931610348385,5957.21398035731,28.0678181558057,538.905371411997,672.019176804857,14408.7224105833,190.444134063481,4233.6676752019,68.1490805110799,3307.88060902054,274.200310657671,8039.07038394075,315.541595164668,9858.44152115763,32.0401936865832,973.195435074087,235.129639495931,1298.91908566978,109.711744383392,1711.08933623879,66.9141359315957,744.925670546563,169.59631687703,2459.85973561879,179.83845724791,1781.64495468532,71.9341618074362,1528.17403804489,1647.74722395171,544.197115254069,15137.5511030181,6289.62211877206,357.07008464005,2883.79922639807 -4452,96.5162879451832,1612.24028633288,89.2578268073715,1451.06546463661,130.432878393258,5749.85403875926,27.8239463184237,520.147041308138,681.296466787412,13907.1806080876,192.829550623035,4086.30129139059,69.0260322142885,3192.73921370362,267.562818591179,7759.24475222547,303.967998469353,9515.28684099749,31.274779060051,939.320246228118,218.672191709933,1253.70604033799,112.717360070223,1651.52938321352,65.7132643263244,718.996143078061,167.336764253805,2374.2364270052,189.507960448427,1719.6290870381,72.2010713211798,1474.9810387124,1765.34629581356,565.442794247816,15054.6798151791,6080.55283335649,381.508000346159,2769.30633521975 -4453,95.8305107657725,1562.6306660088,88.1626267877279,1406.41529221737,124.706021899141,5572.9275109955,27.7035670012134,504.141798509818,646.960261609021,13479.2481493875,183.190071186138,3960.56329978092,65.6007021918467,3094.49667409688,257.692241474275,7520.48804243312,294.435705255567,9222.49564141129,30.072568782184,910.416787374543,223.763664054154,1215.12873819115,108.548272124657,1600.71081333295,64.6529475250954,696.872191719847,164.837293683996,2301.17971908033,180.356699694694,1666.71504759287,70.3000193840537,1429.59496944218,1650.00546002344,536.334879769676,14516.5191113098,5919.91051652107,356.567849010243,2709.1736665494 -4454,87.9700234103585,1536.50968415892,80.6103474059346,1382.90561131803,115.786530407562,5479.77028483073,25.1362744191628,495.71454883714,619.410717622592,13253.9286264068,175.384753502472,3894.35840292382,62.7651011843553,3042.76897335679,246.221813382786,7394.77533505336,280.366747352487,9068.33212312122,28.8064641042511,895.198232602689,202.25783908744,1194.81660916029,100.929938567836,1573.95328257953,59.7519712176189,685.223254918875,151.725836546701,2262.71312874461,168.266611805992,1638.85418804742,65.1620345029955,1405.69781635171,1571.24408225844,507.695873959697,13712.451137463,5594.3712171507,340.296161032963,2551.56848753754 -4455,84.4082093920801,1525.22819811852,76.7542108373931,1372.75192956117,106.857746471353,5439.53627094178,24.052655740403,492.074873265688,601.412405436532,13156.6145565243,170.381262181916,3865.76492875839,60.9033770721973,3020.42810817969,242.570362806838,7340.48081574479,277.503762975693,9001.74987940905,28.4523814658356,888.625435523292,198.882943026792,1186.04392973232,93.9503376849728,1562.39687511347,56.8061008754067,680.192153153212,144.465713735653,2246.09965286577,154.776310122547,1626.82125988866,61.3219783253139,1395.37678781821,1471.9663981068,480.823933895704,13264.2929560385,5493.45713551886,320.473978561265,2505.94799283377 -4456,87.3251610390754,1545.91092533184,78.8675380766942,1391.36701530748,105.990590483354,5513.29863974512,24.8511754506727,498.747612718604,607.503156771156,13335.023708846,172.187895889953,3918.18630517339,61.5257926279957,3061.38636656096,248.380407212947,7440.02078131452,284.871329783404,9123.8173427749,29.1691018424118,900.67556513696,212.147271622991,1202.12717753218,94.1824677313934,1583.58362500886,58.3833646829345,689.41584097492,148.210148806341,2276.55769610905,152.912578877587,1648.88163117253,62.2803931083865,1414.29867602999,1448.17889603641,480.217712497541,13498.8854203944,5654.3230301927,316.188005123361,2588.01579991046 -4457,93.926769321872,1545.4480935381,85.4335910386969,1390.9504525671,117.685412007063,5511.64800783804,26.8486637927623,498.598292179862,651.199828818141,13331.0313229707,184.602791734048,3917.0132355184,65.9075966433571,3060.46981508303,267.135497673929,7437.7933061688,306.78241852448,9121.08575411911,31.4068454100552,900.405910992884,223.940249118985,1201.76727149312,103.651143280546,1583.10951434848,63.097627203762,689.209436087625,160.386835322703,2275.87611525935,170.091708867895,1648.3879708778,67.8929967667697,1413.87524775713,1575.31442564076,520.418225933832,14610.8716413635,6101.43822370521,341.549067476352,2788.89032523534 -4458,95.6462386567263,1503.3883928238,86.4980810138875,1353.09543822659,117.49296504967,5361.6473273742,27.1841929520001,485.028832918543,653.70648462501,12968.2244516164,185.465934609557,3810.41088176176,66.1263421523789,2977.17847388187,274.133216456213,7235.37216906278,316.927417019981,8872.85345268381,32.2592505993794,875.901171366818,230.121968613241,1169.06091792577,104.109937663897,1540.02485000428,64.0685906687359,670.45245373893,162.727369053201,2213.93765956428,169.763382075106,1603.52673936438,68.5819252082724,1375.3963302078,1543.711395121,517.106812493192,14869.9252319888,6291.10306554775,333.803750764598,2879.57174776912 -4459,103.516958805553,1444.11719352853,93.2688099753438,1299.74954985372,125.804993977983,5150.26398238587,29.3796903332328,465.906535076488,690.93087547382,12456.9512372916,196.021376833788,3660.18514911157,69.9423274440016,2859.80299093592,289.887121107809,6950.11708271584,334.701546499168,8523.04054484041,34.1063908411404,841.368702485954,250.606186548458,1122.9706042148,111.91508623413,1479.30925565756,69.324708311015,644.019815843595,175.760637737286,2126.6530025364,181.782654153731,1540.30757830273,73.9778457298569,1321.17122750855,1634.76533313955,549.871863146499,15808.9847225308,6683.79752603907,353.377498052521,3066.79617302386 -4460,98.3584853388967,1401.85500443058,87.6924500776216,1261.71228978781,115.364511716519,4999.54115233899,27.6577724775966,452.271748249205,639.875247439548,12092.397701655,181.693089368724,3553.06957871432,64.8728843880045,2776.11065950503,275.589595637193,6746.72142776558,321.730551994212,8273.61317647325,32.263528149252,816.745989478375,242.292259723657,1090.10679216447,103.741773346564,1436.01716843838,65.5418721492123,625.172531591332,165.92518311494,2064.41635599435,166.505877998131,1495.23037097152,69.2939550518625,1282.50706057116,1467.38651032154,503.461225264665,14881.2666962139,6391.74022166124,316.811775713926,2942.34715650054 -4461,86.2299575644915,1378.07710204784,75.7344031063666,1240.31145192166,95.1582562241959,4914.74022706278,23.9524621544162,444.600431710511,528.331032293887,11887.2895761967,150.079023563214,3492.80333053977,53.6218829949263,2729.0229877724,230.385670210891,6632.28528208296,270.322019872876,8133.27828745767,26.8827312368181,802.892555030498,218.581796972112,1071.61668241066,87.3168599377098,1411.65981625634,57.0865178647505,614.568516638598,143.913972860919,2029.40025915479,137.140092051441,1469.86865974725,59.4020519140758,1260.7535071758,1180.59798019453,414.974566932674,12480.845429366,5411.43311492582,255.66604557611,2509.37273142463 -4462,71.6553993918812,1291.64355006826,67.2735654824756,1162.51861711494,95.3507481838542,4606.48573662049,21.3060173862634,416.714913209922,494.02992295271,11141.7139767228,139.893879766401,3273.73329608667,49.7959870232482,2557.85756465016,194.847616834582,6216.3056726544,219.036910676084,7623.15579098872,23.2942599289418,752.534809962301,167.547343501296,1004.40445162641,81.7247519676524,1323.11994288891,47.9868408052643,576.02253125871,123.706682338843,1902.11545591239,136.866501848529,1377.67790422521,52.5408192015836,1181.67853841391,1262.94897325465,407.677481833035,11012.4534714671,4467.65184817616,272.561504143954,2032.96060245515 -4463,60.1898527850274,1220.85944743276,58.7987439223967,1098.81076435231,95.3888548335493,4354.0430567862,18.1633877268653,393.878279074417,518.369341864907,10531.1304874761,142.247839434406,3094.3275508877,50.4147840302734,2417.68293800985,177.594592540384,5875.64232267403,194.943400076508,7205.39483682515,20.9009795399977,711.294716112615,119.183783279063,949.361504376983,77.9050407017528,1250.6108843088,40.5878282370728,544.455588528403,106.366828172335,1797.87653051478,138.968101780334,1302.17898336103,46.9373802463391,1116.92069176122,1440.19581477845,431.784472575965,10313.5464403314,3875.94466997168,312.88856668723,1714.37252162301 -4464,64.9819907493299,1150.19105204422,63.5292741748661,1035.20705164343,106.23458295475,4102.01303242696,19.5032251910499,371.078974847284,577.832059804991,9921.54508864726,158.518540596117,2915.21507132454,56.2555443273907,2277.73744784988,194.616059646876,5535.53583810408,213.12213050942,6788.31677568548,22.7494522768178,670.122035390256,124.334574255549,894.408533091836,86.4683026261582,1178.22035267521,44.306380218661,512.940246707088,115.739417299823,1693.80799929657,155.412249721456,1226.80347682233,51.6751000379045,1052.26870153499,1631.13908931172,484.197743090727,11341.783242374,4207.53066847239,354.723249698336,1855.14837147388 -4465,71.3013878340917,1108.18920635635,72.1758264780602,997.404108592499,128.696235845918,3952.2186847041,21.9764684059319,357.528180992778,701.680045312162,9559.23727460369,192.345066744813,2808.75935394167,68.2576443136061,2194.56067766718,223.845354098842,5333.39314045528,239.682285370552,6540.42592904224,26.3138031794326,645.651003145239,123.782870902816,861.747168597589,102.455102448404,1135.19495324142,49.5619026081597,494.209065438551,130.226723804045,1631.95474275724,188.765965960927,1182.00395396806,59.5626930671253,1013.8427134824,2062.9130577219,595.148205971215,13214.8845882587,4703.46003227036,449.722842369389,2043.15221311015 -4466,79.0877937644865,1090.63058322861,81.6964559300071,981.600811873503,155.196954263338,3889.59804374757,24.5840003477289,351.863351781672,847.900562362553,9407.77663617598,232.273218296264,2764.25617102895,82.6410483032778,2159.78912092479,259.221303687497,5248.88858147907,272.91127735899,6436.79662700224,30.3256265330457,635.421032873691,121.494876322321,848.09327837919,121.886542581564,1117.20843952503,56.1660836894266,486.37860591361,147.876811984339,1606.09735475414,228.966032900709,1163.27577845057,69.2725504047066,997.778956486084,2577.65931268143,727.816959213494,15436.2940570049,5294.64589013908,563.025108857801,2271.53723715264 -4467,103.844041433602,1083.31207811275,104.038189099237,975.013933902262,180.585395449672,3863.49750739772,31.8072458867877,349.502228061416,983.712071088973,9344.64722966611,269.733985445054,2745.70706444756,95.6940626488969,2145.29619547989,320.146937805373,5213.66673961358,345.52705360262,6393.60351489913,37.6525695126657,631.157139900833,187.781938097561,842.402281728269,144.850352992854,1109.7115878817,71.5941818706592,483.114838722077,187.824217116803,1595.31989088315,264.478171668506,1155.46979916971,85.0742431501581,991.083517618117,2849.05150990105,830.417632722044,18813.0090658889,6802.47479125951,620.547797998071,2971.27251118942 -4468,111.682211513796,1059.76559022393,106.440835289454,953.8213761436,155.986180106063,3779.5218930716,33.5398530088286,341.905571339467,844.383870509016,9141.5352850435,232.003859502003,2686.02734754466,81.8664218974807,2098.66679670793,311.104285206056,5100.34432475181,348.918603974202,6254.63441193134,36.8941448104621,617.438531707608,247.604971986174,824.092123903032,130.447189967602,1085.59128959271,73.1051218785215,472.614025587328,191.584968395898,1560.64458240241,224.600274921801,1130.35491659641,81.5128832659272,969.541677075676,2184.41476958623,686.845742096951,17815.4279445106,7054.86919323637,472.383295667071,3167.75695961124 -4469,109.359394545733,1085.16339967589,104.398333607942,976.680179812987,172.973495697829,3870.10001501219,31.8082327054449,350.099508405878,940.278057603571,9360.61672475966,257.999467544968,2750.3993288441,91.8558693483499,2148.96239027846,323.078159275165,5222.57661318841,359.210242370633,6404.5298364019,37.263679994494,632.235753207594,211.435138517416,843.841901520673,142.96900875158,1111.60802477465,74.8184155973737,483.940455768604,193.38579152414,1598.04620601779,254.506373414783,1157.444434363,86.3269895023245,992.777225575509,2626.80833102893,787.734149229849,18716.9940249581,7034.46554061616,570.869111922383,3123.14316758196 -4470,113.284298469725,1164.71235222308,99.1756753362631,1048.27666500677,141.254747074773,4153.80143964469,30.4032195512844,375.763891474172,762.683183419744,10046.8057870454,209.730743011557,2952.02001173978,74.9706990732365,2306.49415670278,302.836503132113,5605.4226429206,357.513703229792,6874.02009030761,34.0178710971391,678.582406573872,255.584591866626,905.70054824747,125.492635299737,1193.09552614107,75.3231065136852,519.416178929836,190.340025551741,1715.19252872707,208.210389381833,1242.29201806575,81.2516583564402,1065.55372027744,1876.72276209431,619.291895809706,16987.629927027,7017.74210653399,404.401935774024,3219.78468980043 -4471,100.865593596001,1278.91571642611,89.9443268750309,1151.06317837275,126.775646731853,4561.09350427624,27.8398025670201,412.608611520684,684.473528690179,11031.9237161075,188.226688859338,3241.47398369421,67.0217062718389,2532.65247957737,270.06359687424,6155.05030195548,316.018945477344,7548.03734307732,30.8094571975503,745.119344704397,229.899080344253,994.50706719008,111.450782581567,1310.0819414056,66.5540129288906,570.34641500233,169.607554924412,1883.37204246079,185.44935608323,1364.10228951594,71.9666161259462,1170.03429813211,1682.66186933692,553.717165897046,15192.8610644009,6261.36974230012,362.567252762918,2864.00741383104 -4472,102.22634619909,1369.45688829927,90.9854330316366,1232.55299645174,128.040965737233,4883.99730911356,28.1715026521842,441.819345842126,691.221042960821,11812.9316343329,190.08976122253,3470.95498022163,67.680116332278,2711.95227275624,273.319266186158,6590.79869422219,320.020221181378,8082.40261641556,31.1502269986851,797.870263149143,233.541156607676,1064.91345452509,112.659203117177,1402.8295343089,67.4070398281339,610.724238282408,171.774079972452,2016.70585766643,187.253342767545,1460.67426706015,72.8215047600755,1252.8671815849,1695.08466581919,558.777885464983,15369.2226615754,6342.59078060399,365.181920451112,2902.31029796405 -4473,94.9879509242183,1441.10879668991,84.567095950881,1297.04190088015,116.010442326342,5139.5349100141,26.3496490134228,464.93595474305,625.64519345895,12431.0008138156,172.11253191174,3652.56022124511,61.1631305149198,2853.84542577738,251.24545067262,6935.63854153276,294.728126481488,8505.28527653846,28.7917763258268,839.61595627116,221.694261105357,1120.63122259762,102.424506713318,1476.22754642509,62.1476446455675,642.67818845582,158.757755269544,2122.22274147563,168.882009463124,1537.09879686183,66.6964662583284,1318.41895271955,1503.11578252099,502.225898248069,14095.1541308204,5875.53450832789,323.347237440006,2693.79014489378 -4474,93.108918847674,1504.4586897685,83.7798420254533,1354.05873814319,115.828190654225,5365.46440803042,26.1492275608724,485.374136155179,624.996716022318,12977.4568303383,171.904106205227,3813.12360133859,61.0200426531807,2979.29799604902,247.958287650421,7240.52319774124,289.129656417254,8879.17024213522,28.588831165335,876.524745655436,215.985397871384,1169.89319941377,101.466677394232,1541.12122928963,60.9166807763882,670.929764336928,156.145129072668,2215.51381295491,168.325169761584,1604.66832711248,65.7039575307773,1376.37550664484,1518.10633139139,502.624142162318,13951.3043363798,5775.76238509449,326.833461024265,2640.69948278035 -4475,91.0914142108222,1490.37129246721,80.8792288994401,1341.37965061275,108.860480627897,5315.22346134582,25.2813891697035,480.829206911,586.637764207748,12855.9389770582,161.421942018046,3777.4184088356,57.3575494484501,2951.40055038653,238.893652080152,7172.72464158982,281.077631911487,8796.02778049277,27.4242515621125,868.317174107985,215.206372191956,1158.93859466968,96.6240813708615,1526.6905325918,59.3232032896578,664.647335835731,151.603718355277,2194.76826273021,158.224308904125,1589.64259033781,63.3138493679395,1363.48745014336,1387.25689187283,468.852185864112,13363.7529151903,5616.30283798659,298.07211645413,2580.37888466829 -4476,83.8028306075321,1442.41050812852,75.0258296614142,1298.21348090423,100.949546458946,5144.1773016204,23.4805863357194,465.355917796431,544.068828957952,12442.2293733733,149.702882324125,3655.85947209358,53.0847182594098,2856.4232209052,220.278221712812,6941.90330103206,258.551911968519,8512.96785203767,25.4460607925567,840.37435681443,198.569157199464,1121.64345601419,89.1852963919128,1477.56097960348,54.5534456970159,643.258700871803,139.629952640691,2124.13968322507,146.361995913998,1538.48721326089,58.3244985751471,1319.6098420095,1289.66236864081,434.504691990191,12352.1418344219,5179.05408982508,277.154774948577,2376.17537669331 -4477,85.5910933164911,1405.21052581598,76.9110338627158,1264.73236144803,102.953096331051,5011.5082011428,24.1940918691851,453.354319213012,554.771296603529,12121.3424205885,152.656311538416,3561.57431059995,54.0494751208786,2782.75563966117,224.713680682275,6762.87057868396,263.113041322064,8293.4171404071,26.059341833207,818.70097670992,204.044075013983,1092.71610385642,90.7040907721669,1439.4544613847,55.5186110621315,626.66896295741,142.526369764793,2069.35780372541,148.797622502436,1498.80939838166,59.3382555697533,1285.57690720657,1310.27211184886,442.029201448556,12606.8459514556,5290.06154951477,281.5125544289,2425.662515143 -4478,78.2284697884218,1384.8170653171,69.9043972739708,1246.37762457337,94.7004004216483,4938.77746602359,21.8240893302113,446.7749040784,510.511959104129,11945.4284822096,140.458513380597,3509.88609471864,49.8502613887953,2742.37021970246,206.093751213467,6664.72276988828,242.052808915013,8173.05690132089,23.7414272764399,806.81937909718,184.30561808154,1076.85779487631,83.6990651287821,1418.56402741849,51.0617299025888,617.574276782519,130.48887531466,2039.32574386461,137.57232702492,1477.0575614151,54.6595587422296,1266.91965877742,1216.2160052115,408.558961581518,11559.5917991083,4836.992034449,261.466768819412,2219.0200586313 -4479,78.9061336256917,1371.27928094624,71.1440685869091,1234.19320545497,98.5283232198291,4890.49664535408,22.1938742566396,442.407293030556,531.722098168121,11828.6515886691,146.242497444347,3475.57392287543,51.9192801046212,2715.5611792673,210.461723660902,6599.5693413164,244.885037084075,8093.1582022422,24.2906338111651,798.932021947994,182.545720015006,1066.33057868998,86.1528012776485,1404.69633730951,51.5838977609317,611.536954163193,132.429361405544,2019.38957115717,143.139265091521,1462.61804642746,55.7087295152608,1254.53442351041,1295.19085450515,427.878211869317,11843.5056745425,4895.02394667775,278.897886740706,2236.49078422535 -4480,84.3939074379182,1402.60710574466,76.4068327503113,1262.38920392526,106.018509295682,5002.22342793712,23.8704153929359,452.514394011504,572.193089064193,12098.8853256769,157.369050131098,3554.97581601471,55.7883930892722,2777.6000549621,225.506291345328,6750.34107318937,262.158067199706,8278.05200596889,26.0990934388556,817.184177258153,195.635286099158,1090.6916392052,92.446768583788,1436.78759790221,55.2112909857489,625.50793937677,141.767349743108,2065.52392435859,153.818476084476,1496.03256857635,59.698488824817,1283.19513119368,1396.18392396734,460.281236299185,12714.3281758394,5245.94951373378,300.686784142324,2394.78109280561 -4481,89.6553791151054,1439.19962290624,81.4169124658528,1295.32358620525,114.090490896012,5132.72607966558,25.4076642153695,464.320009897028,616.030789731696,12414.5322856149,169.401198253245,3647.72132758651,60.0653713304878,2850.06466551692,240.825560487532,6926.45024200473,279.24998382423,8494.01751680384,27.8748620548814,838.503637218123,206.164444566829,1119.14661591404,99.1452406172125,1474.27184749602,58.7766207750295,641.82677158046,151.001031789721,2119.41123131732,165.648523423669,1535.0624560022,63.7771259888584,1316.67231783244,1516.62148362257,496.781791718363,13599.1236487814,5582.81142241083,326.833461024265,2544.82536682462 -4482,92.5780922921145,1442.09231249791,83.9780179206802,1297.92709512508,117.862168945328,5143.04249656231,26.1652648510361,465.253260322094,636.439939315228,12439.4846186732,175.009526722851,3655.05298981715,62.0964035089602,2855.79309419513,248.791390226691,6940.37191777739,288.421649198144,8511.0898920819,28.7622233559325,840.188970305591,212.274624059901,1121.39602156693,102.462675202524,1477.23502978197,60.7039544039606,643.116798059243,155.959667670914,2123.67109819868,171.253104749693,1538.14782311762,65.8887959954325,1319.31873619498,1569.05157179441,513.628861092068,14042.2514192176,5762.08313543295,338.163687673106,2626.62057083112 -4483,101.272191898363,1433.5878059963,91.8583423970722,1290.27277970891,129.546318526638,5112.71223408813,28.6475085658243,462.509504362082,699.64486475329,12366.1247672272,192.37969055722,3633.49790513482,68.2631175013345,2838.95151565931,272.684380342701,6899.44219532705,316.216572144641,8460.89711406368,31.4925658207052,835.234091551562,231.521583314666,1114.78276964564,112.570165880779,1468.52327478105,66.5420245236898,639.324120612045,170.771846578942,2111.14709088973,188.382668679827,1529.07684475599,72.3032401953932,1311.53826703055,1730.41164885495,565.249460917906,15402.8875614502,6309.55605063421,373.025923515694,2875.31824661541 -4484,95.3456034660101,1432.86463359839,85.3267063388862,1289.62190247895,116.537530464996,5110.13312986395,26.6703253230366,462.276191755815,628.437754354655,12359.8866839627,172.885247423833,3631.66498957716,61.3560818872135,2837.51940848976,252.132542466512,6895.96177638388,295.008053306244,8456.62902024417,29.0300275327922,834.812758279695,223.503495817683,1114.22041823242,102.57969363564,1467.78247920956,62.2037138785036,639.001613992349,159.337038694364,2110.08212416939,169.197829415185,1528.30550297714,66.7759004385668,1310.87666243991,1507.33715215498,503.651330889015,14155.0136632426,5900.08545197792,324.218793336071,2702.92234416947 -4485,84.9623752397913,1441.97660244504,75.3630017659657,1297.82295254594,100.736866367832,5142.62983108035,23.5697732864443,465.215929508469,542.679595873988,12438.4865040515,149.342465314279,3654.75971706962,53.0289162622544,2855.56395215821,222.079399909409,6939.81503886295,261.779260610428,8510.4069824978,25.5130118367716,840.121555543492,202.045985591492,1121.30604342072,89.5859808845148,1477.11649996116,55.270795165869,643.065195898925,141.17089190362,2123.50069988721,146.276440494438,1538.02440579933,58.8545677326377,1319.2128772015,1274.34069841648,432.779300059116,12417.0695210702,5235.5701240134,273.668551364318,2407.46147647036 -4486,66.9471551756007,1348.5716727023,62.3367154535533,1213.75566498001,87.8513293452229,4809.51279072717,19.6535114974649,435.081278823246,474.66234866942,11632.775817729,130.498763065069,3418.02038716601,46.0731455042277,2670.59302414523,181.755093783875,6490.28421080822,207.292808132885,7959.14008611783,21.3936982462978,785.702160153961,153.784696359704,1048.67274824225,74.9055865728275,1381.43536153853,43.5642460675249,601.410248557132,113.359310746761,1985.94962357617,126.475121518613,1438.39791995849,47.7064387613899,1233.76004398507,1183.8579799262,382.545592685269,10322.7994043982,4189.86363363522,255.365877546959,1897.67434910293 -4487,62.0713422724008,1270.03516207337,60.5859652684439,1143.07040841325,94.9304104760601,4529.42211400992,18.9715855052849,409.743533584775,511.994936854938,10955.3200768544,146.167863435645,3218.9657874734,50.3651442676599,2515.0662088696,186.946467900435,6112.31077029726,182.306145188201,7495.62516687148,21.1456785856096,739.945373695252,110.061448869534,987.601393930352,71.2082611798613,1300.98497454705,37.8917673857984,566.386034913739,95.6943378057442,1870.29425510179,129.833629010868,1354.6302153447,45.3927382334981,1161.90979622343,1412.39419152747,416.757964122185,10221.0042929184,3867.44288477607,303.062462380411,1690.68894719311 -4488,63.847623442275,1228.14902363245,61.6077766021921,1105.37160541606,96.4090394369808,4380.0404217621,19.2578979564667,396.230069638641,519.796226542603,10594.0103532287,148.426570438385,3112.80333572635,49.9235315460817,2432.11857516724,185.52369421922,5910.72493805889,187.726995264186,7248.41721325214,20.8325462780783,715.541754577562,114.025903083758,955.03000540039,72.7279806340515,1258.07810205979,39.0451582503511,547.706454554194,98.0954517898148,1808.61139274186,132.092871429543,1309.95410681591,46.5812061849256,1123.5896645973,1418.13392632504,421.819619505326,10384.303174313,3939.21152355633,304.249529773113,1726.47984428143 -4489,63.0988935212115,1205.70175599269,61.7630927316576,1085.16837943068,97.7328754081814,4299.9850394523,19.3147220610978,388.988047498855,527.289393352993,10400.3802796778,150.501559814503,3055.90964591959,53.7260650962397,2387.66597573679,192.740354271673,5802.69275134816,186.341332346645,7115.93560229149,21.664508569783,702.46357191132,111.31534451489,937.574620326821,73.1862234287031,1235.08381119992,38.7125275536336,537.695850680534,97.618276920692,1775.55483103151,133.78404718252,1286.01166183106,46.5059030503152,1103.05346138973,1488.46549826899,431.397049316491,10505.9437278226,3932.85316089967,319.448444375864,1718.29099563558 -4490,69.6579138924601,1206.82990515791,69.7612561426534,1086.18374811145,120.659782520437,4304.00844284258,21.4927345736057,389.352015237051,653.370932125836,10410.1116915068,186.054775789786,3058.76899475848,65.5190033761711,2389.90006336582,228.706791913249,5808.12220597982,213.149778854993,7122.59382997475,25.5126524003627,703.120851946214,109.091158610793,938.451888706002,88.9270693793031,1236.23945252138,44.0493043507692,538.198961107366,111.618873072294,1777.21617944581,166.995555321605,1287.2149552455,54.6030059532758,1104.08556475649,1916.7273605509,544.411515002612,12420.0041260316,4474.61869693257,412.727418067514,1924.76250882172 -4491,110.015103607665,1242.49676153792,110.71806196088,1118.28500743608,189.650411767039,4431.20984076381,34.2043675857864,400.858990950344,1026.65300603517,10717.7739038981,292.40560376153,3149.168374132,88.1537190392942,2460.53157652135,323.235787651956,5979.77643800777,335.509687466006,7333.09618005831,36.3917071907934,723.901005252803,175.685413817178,966.187055518635,139.579865788912,1272.77548366872,69.3537666636738,554.104984787792,175.921048730165,1829.74032883721,261.79845079877,1325.25752507471,85.8412392321701,1136.71589741655,2840.8841478857,841.948498096168,19163.9806738008,6966.05040978371,612.164877700648,2989.27847441211 -4492,137.757791369075,1335.20744779892,137.003980839953,1201.72745467953,221.842666851955,4761.85094826675,42.9142020655011,430.769662185333,1198.28848222907,11517.4960477134,341.76691617805,3384.14811022068,114.802381544409,2644.12768565229,435.800928518016,6425.96607359995,409.218692787051,7880.26571829489,49.2302473112793,777.915921878378,236.458378034325,1038.28049491139,164.417037167664,1367.7454604122,84.8504653603494,595.450326675631,215.567357885726,1966.26904007181,303.699418658762,1424.14352496267,103.127340489942,1221.53359207423,3313.34436900405,979.690828973347,23466.7123449103,8808.76942624684,712.026719650178,3816.20451888344 -4493,127.711850872116,1589.70623755642,125.455895647845,1430.78413297957,217.125566022087,5669.48916234146,38.324198183567,512.87702151076,1175.36957615462,13712.8019606723,334.765373604999,4029.18765057904,121.815148986835,3148.11476052377,467.973440105179,7650.79491308092,392.132195785269,9382.29305612887,52.3692772921422,926.191503307688,200.574629377359,1236.18317274573,161.602542861143,1628.44619642519,81.1267726363737,708.946838209825,203.60240516371,2341.05206862728,301.871875901318,1695.59408056095,99.9144372999808,1454.36544254323,3390.62992667203,982.780045985814,22944.6887380457,8563.04261282317,729.586692041294,3695.87174836462 -4494,129.169207811933,1791.2688173265,116.804539520383,1612.19660663305,175.101650187128,6388.33698122946,35.9479885153236,577.905901135344,941.329660366593,15451.4802609588,269.293312872648,4540.05779629655,101.142750353243,3547.27160947646,406.685669519543,8620.8571318358,377.71457368895,10571.8959826791,44.4003185775847,1043.62549479456,239.804259567679,1392.92173455071,137.662935250515,1834.92070637791,78.9475398497791,798.835869436795,193.074003894502,2637.8795473028,242.549144744489,1910.58242812263,91.3840053842865,1638.76784570552,2520.21874540033,765.78157945892,20192.354222959,8067.1904112984,538.663087221046,3600.07155278748 -4495,116.85864427736,1905.84823218658,108.011771129022,1715.32157706776,162.554269746523,6796.97018366009,33.4916373989499,614.871944063005,874.407473276331,16439.8420020318,250.051474200754,4830.46488690118,92.3182694959855,3774.17463007959,369.864873218592,9172.29461358257,341.092771670498,11248.1326501967,40.7348672186992,1110.38152681498,216.08452774119,1482.02067701369,126.166375716515,1952.29233637436,71.210447953993,849.933809402008,175.728110018854,2806.61284521864,223.991328436829,2032.79379837523,83.023181997396,1743.59245887145,2346.20111299318,710.499695610008,18510.9189466836,7339.83713070357,501.832040389148,3259.09957889086 -4496,117.533007770349,1948.80466476628,108.197058777473,1753.98367745614,161.554331089742,6950.16894655721,33.5846104522912,628.730710340522,868.656009113009,16810.3840801757,248.474662688053,4939.34005111335,87.5044964914244,3859.24178039251,354.565773160268,9379.03146099538,342.022347024773,11501.6573767072,38.9808485418862,1135.40871858651,219.106606277495,1515.42434484973,125.701228585185,1996.29558527268,71.4406366052484,869.090699108225,176.169750688776,2869.87185683713,222.434166247673,2078.61149165932,83.031133829375,1782.89176436759,2278.77254213634,700.993298842109,18333.7950327017,7294.36054341842,487.322312516214,3243.45806023584 -4497,110.441461835082,2000.52594725768,102.079683136233,1800.53441027568,150.668493994489,7134.62645425254,31.8337028859114,645.417225550828,809.794738288832,17256.5317313586,231.697790802005,5070.43015302223,79.7798367520289,3961.66607048945,325.833127512209,9627.95098816001,319.671601996665,11806.9114029599,35.8936091500807,1165.54246987464,208.374911592911,1555.64371216313,117.056412582306,2049.27727695731,66.7912940596995,892.156369245367,165.138834426362,2946.03826576728,206.745165517944,2133.77784778197,77.4890057284329,1830.20971791298,2095.67675633281,650.069880494039,17097.1227611121,6821.05131569135,448.028016363966,3033.15725693564 -4498,106.545843020153,2036.82919489891,98.9383419977159,1833.20844115861,144.781974226705,7264.09746228994,30.9577870220241,657.129516212796,777.966230718346,17569.6834531501,222.625769181562,5162.44249694862,77.7082085275508,4033.55783706513,314.893718849866,9802.6679866973,307.294496170349,12021.169672955,34.8408819057354,1186.69339619891,202.432584884779,1583.87374787029,112.316463179155,2086.46520774767,64.2145311326352,908.346198550913,159.097973767417,2999.49958521146,198.183755438677,2172.49919789772,74.4327125598751,1863.42226220208,2020.84174229358,624.093273469912,16478.6974959237,6572.68776867303,431.896300976311,2923.25726414134 -4499,100.57830660991,2023.32033944423,91.2408203393228,1821.0500589477,125.868757120116,7215.91981299437,28.7047041279117,652.771238320984,674.291447928392,17453.1561003668,193.331334569358,5128.20364684815,70.2861349348842,4006.80608491749,294.197828031509,9737.65378460603,284.863609296398,11941.4417095524,32.5450280398013,1178.82289355763,200.262441240725,1573.36902731148,99.5970706681131,2072.62715153104,59.7290563271693,902.321777097329,147.051777289778,2979.60601414792,171.604113468004,2158.09053873606,67.7795272347058,1851.06349296695,1696.77144782068,535.146123749733,14943.5195239031,6139.1420255175,361.308181380447,2758.67988177913 -4500,93.3886842216977,2011.86528832452,85.642332414608,1810.74016332212,119.236017842006,7175.06680088248,26.9469838265321,649.075566529094,639.149272109761,17354.3448585519,183.18405967439,5099.17026356143,67.4670688528039,3984.12150668501,277.284441973522,9682.5239469258,265.302817545123,11873.8351014641,30.6855014584861,1172.14897433509,184.833606266958,1564.4613806642,93.7100650240773,2060.89294933377,55.5851208943381,897.213272091189,137.168121400073,2962.73694080186,162.371458849306,2145.87248459987,63.3822117657034,1840.58367594322,1636.01560037573,509.017952688612,14053.6656479998,5726.91200111139,348.622399641874,2567.50684175817 -4501,93.8940522972567,1970.61554114483,85.9864380474448,1773.61413188322,117.137590328145,7027.95471875083,27.2419573355031,635.767417531634,627.241228308133,16998.5246443264,179.891803335332,4994.62077636724,62.8731305122436,3902.43412640281,263.742394090387,9484.00088119677,264.442843101809,11630.3830677563,29.123577861904,1148.11612823508,189.631683469818,1532.38486102877,92.2593889366659,2018.63797648953,55.456150484407,878.817497356765,137.051362163148,2901.99124849471,158.772080792412,2101.87515635762,62.8672568405895,1802.84575594612,1550.0506246941,493.674133471315,13834.8215288108,5682.11462743284,329.977551390041,2552.18561665323 -4502,85.5180145234447,1938.13064387683,77.7954682197234,1744.37673287549,106.801122980244,6912.1013814174,24.4745783612111,625.287017466963,572.033099824081,16718.3100031399,164.032389628428,4912.28622686976,60.1820784414097,3838.10388590462,252.065900675842,9327.66049521956,242.136212250056,11438.6603337906,27.9056141950501,1129.18984165166,171.113776500895,1507.1240408707,84.4938092984897,1985.36144643159,50.7774899191615,864.330503053266,124.92903300587,2854.15295349922,145.424158748151,2067.22649095393,57.5687303744394,1773.12648399827,1440.10424064603,453.758759828634,12718.5672502019,5233.4800191226,306.571356570361,2352.42135703536 -4503,85.7816389302307,1897.14123730132,78.5525829128279,1707.48501592617,109.490977014711,6765.91777160286,24.7096116761302,612.062860537028,586.94668899658,16364.7354863037,168.216181615388,4808.39658557824,62.2575934530417,3756.93206131403,258.822647999857,9130.39037328798,243.373359624803,11196.7448052466,28.7393877014422,1105.30867467944,169.354302836353,1475.24996660943,86.0300649672469,1943.37315849846,50.9876112735893,846.050830051242,126.010298620362,2793.79064706271,149.126714678779,2023.50684419581,58.16093651396,1735.62674031895,1500.07381597044,467.876790770167,12935.4840198363,5286.83973966528,319.639750442795,2368.80308031476 -4504,90.2569922487932,1874.83860582468,82.5539306042198,1687.41196690202,113.293129965989,6686.37821614205,26.056861936487,604.867501461647,606.842904616011,16172.353043928,174.007217975015,4751.86948315004,65.081194120135,3712.76588665144,270.856262496461,9023.05427846829,254.969405639639,11065.1168229859,30.1129541588681,1092.31475964843,181.205906248592,1457.90705312766,89.240663038319,1920.52702847746,53.456694891688,836.104728252317,131.969934241583,2760.94708117567,153.851555263597,1999.71866936242,60.6923748456286,1715.22285956972,1541.59308905551,481.979928311951,13509.9253835704,5549.35168847578,328.177334805429,2491.04471860716 -4505,98.0887550012146,1847.70518205654,90.6155389081064,1662.99105737565,128.558736473395,6589.61024206204,28.4931184530978,596.113613959145,689.779889621863,15938.3001995361,197.574862322283,4683.09850308987,71.0827221081585,3659.03323476266,294.946334077753,8892.46898186729,279.969674908649,10904.9779700365,32.829374963223,1076.50633796901,191.693074424589,1436.8076316819,100.321684084691,1892.73238334909,58.5941669083545,824.004281933505,145.026318576362,2720.98953660505,175.182149917957,1970.77793072801,67.2723646287774,1690.39945953896,1766.08659820559,550.476459168672,14967.5726674369,6070.10203561141,376.750710038285,2710.07631590999 -4506,102.783760140411,1820.45604823553,95.2746112877531,1638.46600527014,137.318149978889,6492.42960250007,29.8619680307703,587.322395643019,737.35646546424,15703.2492405227,211.096671478757,4614.03425028217,75.6714780658469,3605.07144083698,314.065263745326,8761.32680635185,294.794361535844,10744.156207503,34.9905890054456,1060.63050152749,197.812040731655,1415.61823208993,106.775952655969,1864.81920839992,61.6457951243019,811.852233454376,152.762682875541,2680.86159372296,187.518458111497,1941.71377477531,71.1427176683007,1665.47020051471,1902.25235892801,590.759186341473,15861.0430011901,6402.14830700854,406.142125365305,2851.26768234119 -4507,105.912215759853,1746.63462265114,96.3333978503276,1572.02446915185,131.205907140549,6229.15468892698,30.4340123769758,563.505848923296,702.466813158751,15066.4658112463,201.485898010656,4426.93026258571,74.0750647300033,3458.88196630718,316.05380276811,8406.04570221178,298.70529267209,10308.4692659215,35.1806418475892,1017.62080858987,213.839574862679,1358.21340977773,103.800102031945,1789.19880956928,62.6597410519167,778.930763421877,154.376952119101,2572.14980975275,178.237156356737,1862.97521963707,70.9012236260986,1597.93361560815,1750.42882894841,555.871297873084,15730.0961723403,6515.88918132089,372.411206595416,2928.35742713027 -4508,102.646987851761,1689.53294054963,93.0332387274245,1520.63121246886,126.586855235732,6025.5086566112,29.3560960574587,545.083488900041,677.653612475392,14573.9068467153,194.3840456874,4282.2032766085,68.9069650716052,3345.80280486989,300.731860121701,8131.23187269435,289.249255437661,9971.46063953668,33.3036592170884,984.352339524607,207.34991090493,1313.81015030643,100.302420328913,1730.70560193702,60.6855900195288,753.46564538563,149.473195193542,2488.06005288589,172.027495766409,1802.07008391197,68.599590857854,1545.69332668082,1654.16231508553,534.030845078989,15141.8091482462,6300.38934375739,351.903181218104,2831.98174158197 -4509,89.4458564671537,1627.51368501992,79.7601969534603,1464.81198961199,103.392794873725,5804.3247115682,25.2541681314148,525.074602792072,552.032788541664,14038.9289063037,158.616679225529,4125.01246199452,56.2424617099792,3222.98531245702,249.371891102712,7832.75118896176,248.871897118614,9605.42896855505,27.5192662848011,948.21880355674,186.568739153882,1265.58290035244,83.3178574239381,1667.17498326893,52.347452080156,725.807481834922,128.238805889663,2396.72852066788,140.020932981399,1735.91982289355,58.2185474176096,1488.95412551035,1298.08027549472,429.341511063749,12704.1430418939,5383.7496200292,275.240726579955,2439.89035968732 -4510,69.693795594955,1490.42914749364,65.031323655956,1341.43172190232,88.1278149603788,5315.4297940868,20.7886654445585,480.847872317813,471.970066140676,12856.438034369,135.347713708088,3777.56504520937,48.3587769837172,2951.51512140499,201.10873791508,7173.00308104704,194.724910762853,8796.36923528482,22.7532660569874,868.350881489034,141.880699849401,1158.98358374279,68.5209434420528,1526.74979750221,40.8095299752632,664.67313691589,101.963615221505,2194.85346188594,118.480452418604,1589.70429899696,46.4507187648427,1363.5403796401,1179.75426060339,371.385485936924,10393.8699077756,4252.50448468124,251.158422027497,1902.35606996127 -4511,58.2215196903638,1397.11099608168,61.460787620378,1257.44253748266,111.265434050005,4982.62223783471,24.7774046181401,450.741218384929,638.374630802472,12051.475897707,191.708986718686,3541.04565919885,63.1358605505208,2766.71604158483,260.607295166033,6723.88989192211,219.262645284769,8245.61449625262,26.167173684107,813.982044718919,107.743998842694,1086.41776890109,67.6586176910454,1431.15755213376,35.9005192546024,623.056889317347,93.611011739329,2057.43017811041,130.914120178758,1490.17037165562,53.3326817135211,1278.16693681825,1679.05565933844,487.903492287957,12315.6561793089,4779.57871376739,361.809951210991,2056.52131658355 -4512,60.2955723427264,1343.53839202714,63.0192865048731,1209.22555875239,112.086700492405,4791.56222252492,24.4867677948881,433.457422830161,643.337005509287,11589.3587514306,193.153500555141,3405.26329289342,63.7551779895878,2660.62555668931,262.07629919294,6466.06049118265,221.765183064489,7929.43414849716,26.1108859090958,782.76968012403,111.688385855704,1044.75878179528,70.6143352945032,1376.27942355618,37.30558180912,599.165602133678,96.8092298698189,1978.53745404562,135.093197353112,1433.02938033968,53.961615455836,1229.15527531547,1703.95929764513,495.87789613767,12428.8097462328,4811.71576046811,367.240497997238,2075.19433185678 -4513,59.6774784632724,1315.53716250386,63.2592145198254,1184.02359756024,120.498914930355,4691.69932737865,24.890398089159,424.423560562241,693.212356148584,11347.8202168028,207.837301790968,3334.29281700875,68.7492837872249,2605.17437841971,272.222595785031,6331.29869725146,226.653626783218,7764.1735895884,27.1336616382079,766.455659172277,109.030644818514,1022.98453952643,70.9186406652703,1347.59582489175,37.0556586375953,586.678148371762,96.4845453697571,1937.30195106342,137.15766065693,1403.16303276776,56.0119920784369,1203.53795080275,1884.85626976087,534.345885607484,12911.6161956622,4885.34916613883,406.259674698649,2086.04115812207 -4514,66.3811489806624,1321.00434325068,71.7990298957484,1188.94422709535,146.677756208658,4711.19734610711,28.5525912551088,426.187403032782,845.440058531454,11394.9801040154,253.181998182529,3348.14965208188,84.0957511060468,2616.00110350947,323.353739867442,6357.6106520381,268.455492795241,7796.44036362854,31.9565056298019,769.640937203601,107.085865181028,1027.23591420302,89.1339280472254,1353.19623676785,42.546091359578,589.116297265443,111.135331403708,1945.3530956677,173.082780653652,1408.99437386252,67.0568892942803,1208.5396791463,2370.33497806475,662.598954176304,15427.1953337297,5690.35875735378,512.055694045219,2410.53501714444 -4515,104.51228820666,1347.21210904316,113.579106364773,1212.53201619176,197.229049359106,4804.66407638682,42.4010847934901,434.642651268305,1132.9313485348,11621.0482250642,339.982031821238,3414.57450705549,112.269675934381,2667.90066355553,455.426728246779,6483.74102535571,382.641204313198,7951.11607238678,45.490394671945,784.910053864415,172.383590887411,1047.6155279345,143.38971333845,1380.04266632402,66.7387182090124,600.803936312316,174.511495999132,1983.94748680306,269.891007220386,1436.94779789309,93.6351004931349,1232.51622776539,3083.75277094772,900.598173550732,22001.0074129516,8344.45100774591,666.939902278158,3586.95416042346 -4516,132.418139596457,1426.26930088044,142.886077099244,1283.68590173766,264.434499316253,5086.61169773828,59.7632743130272,460.148380641825,1516.11031196032,12302.9953607174,455.492992302553,3614.94879855344,149.946789808835,2824.4585902144,625.99824307263,6864.22035346156,529.332234070981,8417.70400196057,62.7802117262631,830.970198578704,232.527867063692,1109.09177299472,168.814928659604,1461.02642313772,82.8424827300603,636.060353420511,217.28668327606,2100.36962701874,320.835201917135,1521.27086547514,128.164199467723,1304.84282816258,3979.04773069901,1161.60430973592,29547.4553813984,11494.5913765019,857.283528775414,4940.73290728144 -4517,122.378294978663,1656.12237969415,130.012677827356,1490.56068798036,279.593328920739,5906.35405546361,63.3716884587025,534.304447757886,1601.98030340307,14285.7074337782,481.481704749972,4197.52258780103,158.802664485396,3279.63946141583,671.553707816826,7970.4365364257,572.391309227479,9774.27472825943,66.7063527884388,964.886744653034,197.185904257357,1287.82951807023,163.490832697502,1696.48085055832,78.8710943170462,738.565841307541,204.16363569135,2438.85859619101,316.191978332404,1766.43409791883,137.830050919316,1515.12719818724,4151.30485241131,1203.54176703754,31080.5005628484,12201.403348044,893.39980957538,5232.30810220593 -4518,126.226488066609,1848.77547619533,125.122362102928,1663.95435476685,240.006087359392,6593.42731271134,55.0582592214967,596.458916290529,1372.60826251879,15947.5325540543,413.009194849794,4685.81121555499,136.812197605183,3661.15275137323,598.903471161427,8897.61999704173,522.544164333117,10911.2947429277,58.0658941097901,1077.12991062285,236.486672518242,1437.63991098797,143.176752435926,1893.82875976015,78.6709045848981,824.481591280178,199.507480038434,2722.56568586361,268.222232535844,1971.91951548331,124.005611134521,1691.37863340897,3441.93198772549,1024.08038870828,27488.6511152994,11116.8475727752,737.998810382372,4845.17015727247 -4519,114.115639288524,1959.73903187173,115.465517378016,1763.82494157717,219.137701904051,6989.16500402797,50.739770800319,632.25839709211,1253.30781203483,16904.7039030083,377.103827559021,4967.05373548303,124.619653569347,3880.89524168518,543.922775050146,9431.6553975767,472.0921275933,11566.1909579079,53.1998589192475,1141.77927791871,213.19394656882,1523.92709856676,130.572409627788,2007.49641477345,70.9062761898759,873.966999398237,181.313398812366,2885.97415430982,246.80063811755,2090.27417983444,112.224953529814,1792.89522618874,3147.94571107565,935.547769723279,25051.9379072884,10098.4029462487,675.521771418459,4390.93394870094 -4520,114.742127274438,2002.26156157386,115.679613370575,1802.09651613266,208.67402724192,7140.81630639197,48.8619633680536,645.977175986918,1192.67796386298,17271.5031360342,359.004937404763,5074.82915178295,118.584744319081,3965.10312880769,522.809792288414,9636.30399632441,455.65563447624,11817.1548314388,51.0548284870635,1166.55367005407,216.156037555071,1556.99335599125,129.449907788957,2051.05518690374,71.1179716925072,892.930385382902,181.759643788802,2948.59418672252,245.219880592995,2135.62906864978,107.914387382218,1831.79756944391,2974.40379400731,895.025208621595,24170.1904132678,9790.45375478649,638.872964846497,4273.48428498651 -4521,107.801146160374,2043.68486822103,109.144519534054,1839.37875638947,188.878802574284,7288.54736673271,45.0550376317684,659.34131939431,1078.73602779393,17628.8204737847,324.854596415287,5179.81853387501,107.203148699876,4047.13421103211,477.778465329875,9835.66235341706,417.405944518643,12061.6311964023,46.7526200979911,1190.68763502769,205.487017503112,1589.20483848215,120.75830631036,2093.48794873062,66.4884035921136,911.403560855152,170.381579180776,3009.59546823275,228.044941399675,2179.81151688384,98.4941515065437,1869.69427279718,2667.16190802227,811.082839937305,22132.6726486779,9013.07929028064,572.988052557799,3943.99878973153 -4522,103.611070323348,2085.59993557812,105.302984600806,1877.10359629415,185.309152750994,7438.03223035448,43.9241046547193,672.864116496477,1058.99893507488,17990.3797381676,318.791650016982,5286.0543073648,105.14333827717,4130.13913302198,463.828193907667,10037.3874121361,402.616061182261,12309.0098856978,45.5875748695794,1215.10810865329,199.571957274194,1621.79872263963,115.105943801765,2136.42445511023,63.6357208430315,930.096042380439,163.377340537923,3071.32093223658,216.931620046057,2224.51848123861,95.3935476239225,1908.0408704552,2634.7345484741,793.627030150152,21481.3211956007,8706.75818813703,565.606363011233,3799.60632973078 -4523,97.3515145720657,2060.57817397729,96.826044394669,1854.58324716808,166.910982170701,7348.79523620603,41.5992596354182,664.791501405962,951.609271219018,17774.5420862586,286.876168393119,5222.63543760384,94.4335379634086,4080.58823162341,431.437654540064,9916.96493290733,378.161962079387,12161.3338594149,42.4143698084147,1200.52997940842,197.211700559243,1602.34136636043,100.054395129458,2110.79293178593,58.8727065276258,918.937314840556,150.365660498278,3034.47308867125,187.172682792444,2197.83005928162,88.5286897817333,1885.1493546996,2274.18129963609,698.337912792729,19753.6273864999,8202.88267687582,486.595901188256,3601.06262778728 -4524,89.1239810603326,2042.3253045619,89.2058496979592,1838.15510760121,154.873565804178,7283.69865239235,38.2656751550154,658.90269183937,883.340460469901,17617.0928811199,266.229399086654,5176.37265376449,87.6170194536708,4044.44185044241,397.706672786773,9829.11916796455,347.560230028438,12053.6071826713,39.0907968981476,1189.89552873814,181.559698077147,1588.1476181744,89.7136378167004,2092.09525351611,53.816860774534,910.797248610336,137.608864031881,3007.59333145964,171.000010125452,2178.36139481845,81.5570052929961,1868.45045657751,2118.36841927845,647.034077295073,18202.6534529196,7537.29917799345,453.663675493547,3303.40097607442 -4525,89.4253960166172,2006.91879159197,89.4070296793215,1806.28816529156,146.032769403873,7157.42573679515,36.9007268735813,647.479709098854,831.982279758434,17311.6763903216,250.92206559939,5086.63312740534,82.5615508883818,3974.32589853507,381.183010900773,9658.71789323808,335.16219288568,11844.6413543116,37.3983674423786,1169.26705619412,186.090716455484,1560.61489891785,88.2655591103808,2055.82591015417,53.5582776607022,895.007327913637,137.18144192782,2955.45257207095,166.586727860925,2140.59650946617,78.1843316552533,1836.05830280225,1965.24308419432,610.452577765024,17467.6892466201,7300.72417089025,420.68746744635,3214.39602437181 -4526,80.7438293862805,1983.71942263811,79.9771969581652,1785.40802516873,137.856206451894,7074.68807888722,35.1044233797333,639.995041196769,785.152865342952,17111.5586927489,236.843697167901,5027.83320029819,77.854636214394,3928.38390364755,360.859459162176,9547.06606110356,316.648155861114,11707.7209138553,35.492934411269,1155.7506857481,167.605209138277,1542.57466680355,78.1753658972551,2032.06118983047,48.5009885838926,884.661316254539,123.600386746176,2921.28844199636,149.334430932542,2115.8518668765,73.8010738217164,1814.83402897216,1837.55380309004,568.237738057292,16406.4618607946,6883.63534560502,392.963500595324,3025.81297865651 -4527,81.0940847352907,1948.48646913567,80.836990700796,1753.69729167699,141.746541800899,6949.03414149912,35.989423292234,628.628052866185,807.571884606457,16807.6393254756,243.55830455175,4938.53356883692,80.0229183644619,3858.61165368244,368.929629499237,9377.50007774071,323.274148389578,11499.7794167514,36.3940871891976,1135.22333207767,166.033241164996,1515.17691040246,80.520908138839,1995.96963545117,48.778685532171,868.948796295665,124.838735255796,2869.40327181074,153.505860307438,2078.27210151605,75.4791484851591,1782.60065855307,1902.32843142547,585.320114036496,16794.7676039016,7019.06995281625,406.897163114894,3079.13598564325 -4528,85.5001102179638,1929.39472288131,85.2290581863382,1736.51413735182,147.999195588311,6880.94580799314,37.7844303201432,622.468601690207,843.100786970347,16642.9539708582,254.290926336615,4890.14461091579,83.5409915733588,3820.80403440812,385.772331776506,9285.61704194836,337.664730665399,11387.1017697246,38.1054127945067,1124.10013664298,177.769006329265,1500.33083702085,85.2970786088904,1976.41263753763,51.2743293477522,860.434623788083,131.136354786277,2841.28815783145,159.255915321904,2057.90868394134,78.8132653975681,1765.13430198091,1983.34138811567,610.573532490165,17561.0425993309,7348.82034906669,423.577689089796,3225.33572139365 -4529,92.8684178852153,1911.92288089026,93.366152060345,1720.78894630448,161.325769605537,6818.63466114462,41.0838075527096,616.831770136693,919.12096640494,16492.2419062948,277.200683742801,4845.86137900786,91.0163938072646,3786.20433141513,419.366581933538,9201.53013540597,366.90054207065,11283.9846415926,41.4717762301136,1113.92072662561,187.954872053048,1486.74442932114,95.4367587938067,1958.51501974971,56.1624805619776,852.642865257718,143.910404435861,2815.55856649592,180.844136779751,2039.27306991617,85.6984879413166,1749.1499379462,2174.06197591699,670.679657638398,19175.7419985311,7991.83154350856,465.373401443813,3505.5207372781 -4530,96.3732469911058,1874.14435953702,96.9065886950523,1686.78712405415,169.420506291697,6683.9022732849,43.5060884517652,604.64352110616,964.826221753609,16166.3644772169,291.060996071858,4750.10988222341,95.4743414160375,3711.39106221283,442.404340709705,9019.71307250173,387.662120551607,11061.0194482823,43.7910688871998,1091.9102792497,193.593732028088,1457.36719516002,99.0478844315848,1919.81586392403,58.3699735371409,835.795121547038,149.617474767655,2759.92471196716,189.142360877298,1998.97818041674,90.376934283344,1714.58771844394,2267.02631756854,701.182477290168,20189.5443827363,8438.85147993974,485.339185422389,3701.32127079275 -4531,99.4972928142164,1784.58670347186,98.4246346597599,1606.1825002201,167.447460569695,6364.50605499579,44.5713246483763,575.750092363761,951.893004818901,15393.8403638491,287.471571910448,4523.12165426803,94.2077096074114,3534.03893745171,447.992274980479,8588.69805647965,394.689394225504,10532.4587904875,44.3229029630674,1039.73237483939,209.411592100089,1387.72560679432,97.5093403803725,1828.0757543776,59.4666787191905,795.855907870383,151.727139173463,2628.03925348458,180.754867475261,1903.45522912832,91.2569917051963,1632.65461846659,2168.46139157483,681.533970175259,20288.7498239414,8627.16397845682,462.272987362254,3801.66056644536 -4532,96.531962137567,1689.27259713954,95.1852963235932,1520.39689545388,156.339207082213,6024.58017428717,42.5870060747857,544.999495927263,887.387472304313,14571.6611251222,268.241187706329,4281.54342359412,87.9033790360464,3345.28724362169,427.467710825014,8129.97891539287,380.215793260111,9969.92411781276,42.0801439554996,984.200658762044,203.088704884961,1313.60770275034,94.7121569113146,1730.43891415162,57.6706795334324,753.349542401903,147.123524565227,2487.67666288317,174.93510252519,1801.79239943504,87.24712216971,1545.45514779602,1979.1353097525,634.881952322522,19328.3468748062,8307.88860096235,421.799576714863,3676.31961184112 -4533,84.0304117242058,1582.93734537099,81.630499501246,1424.69192342037,126.492646855466,5645.3487520067,35.2360665073242,510.693215986837,716.948314651302,13654.4135139021,216.910409153528,4012.03156465744,71.0639408672078,3134.71024030619,352.683515783273,7618.21819879498,315.857474079477,9342.34370658952,34.5962314818508,922.247824733095,182.764151084179,1230.91956465257,77.4465097154188,1621.5123513707,49.6770357511646,705.928176900162,126.146884692232,2331.08398227356,142.138774494761,1688.37432306713,72.0100830340816,1448.17282490973,1556.82441431313,510.009031242466,15915.3079415686,6929.24712036376,331.212181902246,3083.5744492327 -4534,65.2655056977387,1499.10721346273,66.1970930182599,1349.24224613642,106.730315885932,5346.37903477008,28.4767723138764,483.647622687757,607.288879981088,12931.2950093399,183.298666018337,3799.56002478957,59.8556957376234,2968.70040188302,279.92578482029,7214.76809486101,243.131653390901,8847.58634455878,28.1670874629167,873.406879116665,139.025150809659,1165.73179851954,64.4059782568442,1535.63934148577,38.5670948826004,668.543215100914,99.7713872994378,2207.63305839797,119.130906637438,1598.9603973504,56.5962796177739,1371.47963216072,1407.40498476597,439.798334871738,12842.838247174,5398.30067929961,300.469509310318,2371.97778387401 -4535,55.6947376145986,1434.31097839422,55.6980171982266,1290.92365693886,117.778796743521,5115.29133831231,23.410980258099,462.742816968348,876.360689435634,12372.3628504918,273.314620904953,3635.33082069248,84.5188085412157,2840.38362282886,334.702748723419,6902.92261427021,331.456935085411,8465.16520788319,33.5242487661643,835.655424823429,114.930827576099,1115.34512105887,70.8715800205657,1469.26407035254,35.3817599789776,639.64662723174,123.552773695064,2112.21205761007,158.970515498443,1529.84818653485,83.4785689521322,1312.19987162118,2070.98651052518,638.439664241219,15942.948017744,6329.12709384019,486.689320907744,2754.11242756047 -4536,57.6761844426337,1356.43978513677,57.1133950634186,1220.83720631249,118.632960672332,4837.57343307826,23.1378420148094,437.619718929331,919.830760104856,11700.6461355709,286.712156061021,3437.96250018376,88.8599025779438,2686.17434370432,344.78417951338,6528.1511532452,340.704655763716,8005.57692766431,33.442636630142,790.286264255538,119.034003988431,1054.79112908708,73.3010244487413,1389.49521402214,36.766874604994,604.919119127884,124.054840082934,1997.53645670029,160.989377112494,1446.79011504077,86.409690825561,1240.95829895344,2153.77740996015,670.068314566811,16365.4808543345,6441.31395087437,518.132863890477,2798.7185780365 -4537,57.0976236655275,1321.64073731781,57.3741921566533,1189.51700117905,127.439972401758,4713.46696623021,23.5249798242822,426.392718886709,974.618780719106,11400.4696376194,303.584442493288,3349.76262374645,94.3952554617701,2617.26136248619,357.365819893895,6360.67343205147,351.697779182721,7800.19630010028,34.7068190365593,770.011711856053,116.228711796623,1027.73078527947,73.8923335205385,1353.84813928516,36.5194441068493,589.400104141888,126.993855746638,1946.29026985254,173.241092430425,1409.67315714187,89.9902550958129,1209.12189334236,2357.77808714133,717.260107535093,17004.3833031034,6572.0496286445,562.204366177528,2839.53853520431 -4538,63.5839042447122,1311.80559326732,65.4620385773686,1180.6650713567,155.028313314262,4678.3911507827,26.9932150944397,423.219667622536,1150.89016192968,11315.6317100622,358.345116646811,3324.83497358463,111.771838108804,2597.78470609162,417.416479068783,6313.33973712521,410.452581226669,7742.15022746693,40.8245064305176,764.281579685616,113.665995254284,1020.08280649603,90.5279702687938,1343.77332008779,41.9245618963073,585.014014364291,149.05133804617,1931.80672328231,212.415912062003,1399.18290954801,105.521681359616,1200.12407142311,2896.56691512471,859.825140094191,19990.2515490136,7604.61304502017,678.703209759591,3271.77652380991 -4539,100.099436469228,1339.69111554364,103.491146191425,1205.76289249511,208.692883323445,4777.84139045392,40.0682546045566,432.216199982084,1476.92576991479,11556.1721542721,460.308440375771,3395.51218383349,143.002056225689,2653.00674788088,553.814788758734,6447.54466564598,549.894817224551,7906.7278933518,58.2395279017776,780.528187510044,182.337114578381,1041.7670728006,141.417148248661,1372.3383918057,65.7643790495162,597.449867217215,214.487252560265,1972.8718320851,283.113189501068,1428.92584279445,139.434571237525,1225.63553950937,3692.03031083122,1110.91022662176,27015.7411713423,10495.1023984282,852.88983973844,4559.84719043089 -4540,126.754437455924,1420.31036222963,129.844803492272,1278.32267508008,279.978280504621,5065.35988573572,56.4638698088141,458.225885381762,1930.35189763485,12251.593571076,602.381446721468,3599.84557919429,186.360463885682,2812.65803091577,755.995763607342,6835.54171055261,758.950649776992,8382.53492014871,80.4607392758314,827.498413530166,246.920520721331,1104.45799883348,170.372147146424,1454.92226958318,81.6383701345186,633.402899725119,298.045009438356,2091.59430405294,377.826509204848,1514.91501125249,189.265464706348,1299.39120808131,4700.60664396755,1425.23762682245,36464.813361742,14584.0528786482,1064.46142341209,6373.06694954891 -4541,117.207663444901,1634.62969894622,118.540635527739,1471.21661933242,296.091301942293,5829.70308832808,59.8711517384904,527.370398041111,2038.0220017144,14100.3116243276,636.425231502457,4143.04834482358,196.874327518025,3237.07724211561,820.716372968785,7866.99849947898,834.025404659327,9647.42699716609,85.5155763701669,952.364721513311,209.319264694223,1271.11643633846,166.118403207575,1674.46440916299,77.7206692711528,728.980945871562,321.251687465104,2407.20778955981,400.880132681859,1743.5098233638,205.855926928018,1495.46431242323,4877.81526797436,1484.41969731458,38997.8418682649,15851.5380565329,1094.90973146756,6947.91535735611 -4542,120.682902325876,1826.73318532286,113.26053348787,1644.11562023227,254.322674250092,6514.81622956764,52.011777924239,589.347549282672,1867.93117944042,15757.3958090679,583.240480907168,4629.94395902946,181.016825053776,3617.50213240226,753.582401397524,8791.5368460195,771.554847028304,10781.2032658308,74.4948438034927,1064.28767471964,252.066897821415,1420.49944288036,148.504392394847,1871.24931465026,77.5411309527441,814.651591213654,290.047787376429,2690.10550584722,347.555966490445,1948.40902213404,190.301484430281,1671.21292897752,4238.08732000079,1345.13502440246,35399.7347644391,14552.6859088898,991.627690817098,6425.19578323703 -4543,109.121935023128,1949.5278371642,104.554399046135,1754.6345546861,232.20662063369,6952.74805078139,47.9312957978881,628.964022946788,1735.12986889907,16816.6221634403,541.877341909713,4941.17296667101,167.98133644347,3860.67388756206,703.613173012596,9382.51187993855,720.478360119734,11505.9254705267,68.2552113383345,1135.83005185838,227.268095744178,1515.98669626295,135.688555925328,1997.03638084417,69.8861095713456,869.413205727921,263.149845291946,2870.93682355747,315.94197506865,2079.38283343817,177.372143297633,1783.55336895823,3894.17451068702,1240.02011052201,32854.8287417564,13561.6076025272,914.271233741147,5976.92585209064 -4544,109.710578020564,1985.48396306456,104.704106121543,1786.99616540779,221.166507333278,7080.98109239367,46.1551269987096,640.564323883639,1580.12404307805,17126.7796139781,493.576546481496,5032.30551368994,153.042116950582,3931.87824469673,646.513158899131,9555.55828224456,664.749894108802,11718.1350614501,65.5232893182777,1156.77873880067,230.557476516756,1543.94680407726,135.24890244783,2033.86873079495,70.0956305446298,885.44823230649,253.819119656249,2923.88696046342,300.864840244073,2117.73394057748,163.136724798234,1816.44834396795,3605.72007797598,1142.52122980832,30569.6848330716,12639.7696381347,831.559931667362,5591.24066763453 -4545,103.066690115401,2038.15983244779,98.7390241174238,1834.40605556478,200.234840405014,7268.84301526327,42.5562052466068,657.558811516956,1464.64084271092,17581.1615292613,457.610678721481,5165.81506242812,141.765045438971,4036.1929149239,603.701580385322,9809.0719591732,622.481134884101,12029.0229675701,60.0251482268892,1187.46864961532,219.167609311408,1584.90847473245,126.002882283119,2087.82827194412,65.5330693765775,908.939610881313,232.818329659797,3001.45912447273,271.955037956777,2173.91846712994,152.337491402642,1864.63961495689,3271.46149178924,1050.69002666461,28396.3096743974,11822.7959524064,762.420344131524,5233.59294962369 -4546,99.0533853576846,2077.29791746016,95.2155804001039,1869.63152660337,196.411169273905,7408.42411746334,41.4895005612731,670.185688102429,1359.27443954823,17918.7665510039,424.785248938512,5265.01243932309,131.472199242625,4113.6985447159,564.109288358738,9997.43220752996,581.637545077023,12260.0121746114,58.5139043119775,1210.27120328077,212.874457761393,1615.34292920133,120.112292147625,2127.92012298431,62.7218748400279,926.393666836809,225.230670561604,3059.0951157746,266.254720041603,2215.66347869477,142.026059061979,1900.44565067882,3128.17629483368,984.573548417501,26801.0616030253,11146.9283129105,706.577729866936,4937.19360116739 -4547,93.0095140763991,2045.6808259473,87.28798322673,1841.17517926143,177.047019772591,7295.66570119616,39.2860718708319,659.985262803178,1297.45990119785,17646.0376000534,405.560486308316,5184.87738565012,125.470379027099,4051.08683059854,542.770659458284,9845.26831888294,560.29904950369,12073.4111466051,54.5025567516035,1191.85051596969,210.718680837276,1590.75692986635,106.193358980897,2095.53254646244,58.0323434722168,912.293679976414,211.986830502088,3012.5347791907,239.257397375131,2181.94042222859,136.465520279598,1871.52030321292,2816.14097503787,920.437219907698,25402.1832519958,10704.1483828157,659.326202057454,4754.36472437964 -4548,85.1480112950483,2023.49389891171,80.4013450394316,1821.20626776562,164.256780429717,7216.53879120347,36.1390040405329,652.827232730916,1226.98630776035,17454.6532238918,383.6370880594,5128.64354174603,118.549053244255,4007.14978685971,517.520531316517,9738.48907596966,535.733744245616,11942.4660408082,50.221282981885,1178.92401243123,194.280613106489,1573.50399016695,97.0377411888878,2072.80494051368,53.0487031844917,902.399177835155,194.995063104685,2979.861603351,221.839764532492,2158.27565872787,130.086705185395,1851.22227632312,2631.73951835955,861.927148964391,24011.7482909193,10178.4632071014,616.049535249208,4515.58768929632 -4549,85.4190228473498,1991.47183063154,80.4955071059266,1792.38542897286,154.936937325453,7102.33607577019,34.8469995229389,642.496152299735,1195.6095586401,17178.4309443768,373.785817891575,5047.48205479183,115.532880146475,3943.73609228288,502.43242639245,9584.37615163414,519.543458295498,11753.4748789381,48.0714388470285,1160.26737835712,199.100554898786,1548.60307386602,95.2623365138014,2040.00251824184,52.7951611670343,888.118587167625,187.937802034437,2932.70488507313,209.241673359606,2124.12065062611,126.314290766209,1821.9264300811,2504.38601492722,836.091597188035,23250.776910442,9873.58011808505,599.804906778892,4384.28595643746 -4550,77.1214017796152,1953.02799190682,71.994624748513,1757.78480078214,146.276707195962,6965.23091642727,33.1498206300569,630.093256069748,1176.48971935499,16846.8144893451,367.887076705404,4950.04427882349,113.660897839885,3867.60528692948,498.016763395109,9399.35710924395,516.140651412984,11526.5830466004,45.6294432193581,1137.86930509039,179.527487917208,1518.70847736478,85.7122664306448,2000.62183175508,47.810502292757,870.974137917407,178.1425525304,2876.09126297977,197.032012754099,2083.11612800696,125.175608799837,1786.75553548495,2392.38778743808,809.158392627216,22699.0702818187,9714.23487603784,581.474442795846,4309.58210257037 -4551,77.469279885737,1906.33999009058,72.8284046445955,1715.76417419022,150.388802901558,6798.7239769342,33.9861130612273,615.030596852526,1186.77570831933,16444.0839044606,371.182825210389,4831.7112711872,114.466838199309,3775.14846428846,504.670249510199,9174.66130170489,523.202976356153,11251.0349579684,46.7821666393336,1110.66803383219,177.715734968401,1482.40307649834,87.4118433085816,1952.7960780528,48.0829990726446,850.153114203719,181.811291076416,2807.33702358017,202.507185186465,2033.31831150312,126.656274140071,1744.04235060917,2435.51232111927,816.80534025587,23068.3417491489,9880.24869421937,583.881665202886,4381.08056356299 -4552,81.6691472243069,1901.50919779908,76.7368094129652,1711.41631368801,157.028395921888,6781.49555831499,35.680688046773,613.472068425406,1223.29545192175,16402.4135024445,382.681969630706,4819.46739355522,118.047169548686,3765.58198706228,524.415794714829,9151.41209992357,544.101478935052,11222.5240872796,48.98536174284,1107.85352718378,190.052835319883,1478.64656853435,91.1172631724424,1947.84756294544,50.5438406064816,847.998769683834,190.211266599888,2800.22304489659,211.260534973657,2028.16574770211,131.41579878608,1739.62283132763,2514.11087406645,842.173537782024,23977.6313055887,10302.6989244015,597.822689512816,4572.79258955963 -4553,88.7352799867103,1884.32662532838,84.194201016248,1695.95147403773,171.161745891361,6720.21605515753,38.7966997745746,607.92856209545,1318.11367326962,16254.1966760277,412.355115314992,4775.9173292927,127.03219169004,3731.55512804843,564.249864024635,9068.71736365926,585.465775716933,11121.1141999874,53.3101398138308,1097.84265080212,200.956404911434,1465.28510183632,102.13868801224,1930.24626396096,55.3599437919913,840.336014051612,206.627584945909,2774.91944107561,230.172520111903,2009.83867098703,141.411141016057,1723.90310964257,2734.02305614777,910.967796270719,25930.3447122368,11117.4894705537,646.243164030834,4932.41551001881 -4554,92.0893662046865,1852.15992369099,87.4140741902165,1667.00046080915,179.775039210628,6605.49752288218,41.082881143162,597.550819505116,1335.68276934683,15976.7267895413,418.110829077077,4694.38926207165,128.804037884815,3667.85501426031,585.009991694316,8913.90836093671,611.737438024719,10931.2694259775,56.3021413758542,1079.10175072754,207.072021891228,1440.27171612552,106.587072542197,1897.29568372454,57.5354453028233,825.990922560672,218.378540474082,2727.54973110651,241.469240831589,1975.52939572662,146.682921465549,1694.47494350924,2782.65629615252,923.360595006563,26914.4350411939,11644.1084553347,642.419290979798,5179.78617292399 -4555,95.0224989715344,1778.251714164,88.545341231444,1600.4808164938,177.784257947783,6341.91310519416,42.0835200661116,573.706274222548,1335.25138473644,15339.1947621969,418.098982955439,4507.06531625869,128.722221252914,3521.49368042454,590.467101299289,8558.2095908588,619.176233817386,10495.0702939279,57.0306147161517,1036.04149590096,223.90156600905,1382.7994091127,104.237149560407,1821.58638609115,58.620959694105,793.030750282272,222.961309748965,2618.71014633665,238.181172404739,1896.69827610325,148.00626100775,1626.85896307406,2699.57060187145,915.314215226233,27080.4019005049,11818.8549869922,630.390048597719,5274.19494458564 -4556,92.1889800113902,1713.10835454871,85.6290386008267,1541.84980460961,166.072589334072,6109.58743230435,40.2063712374319,552.68947787277,1205.27816081291,14777.2683078914,377.667270143402,4341.95630814243,116.105577110317,3392.48948637279,545.182177337505,8244.69350053271,576.179009347641,10110.6004616204,54.1773870422754,998.087800590971,217.096754763777,1332.14280157725,100.95754732834,1754.85553124406,56.850638300172,763.979358434796,214.213541668555,2522.77795887846,222.740346463725,1827.21581931845,136.723542101094,1567.26163068812,2419.98471146487,827.21907830089,25152.9989423494,11085.6833940085,555.614558318355,4968.71807988446 -4557,80.2133502690302,1629.36500658306,73.266983698887,1466.47823552272,134.430199320843,5810.92721918267,33.2636294107005,525.671883136535,968.661190316763,14054.8984013973,303.621728787063,4129.70472639106,93.3609426311346,3226.65150725559,443.268283922709,7841.66106253659,469.237104921352,9616.35529005782,44.5665929197352,949.297416863501,195.591751525171,1267.02252014484,83.8479368425513,1669.07142016188,48.9738729068638,726.633098881449,177.815583109632,2399.45483580252,180.297240549345,1737.89445808684,110.994853856033,1490.64783346774,1911.37422711186,664.068831147513,20487.59009543,9090.7847562706,439.404057015704,4089.76744220379 -4558,62.3349173204709,1515.9137380823,59.5447935594766,1364.36863124337,113.285235386872,5406.3174101354,26.8879953292395,489.069807041817,874.716945137165,13076.2680479495,273.470368415107,3842.15697751361,84.0608799217622,3001.98256872492,364.038070867973,7295.65302191746,371.46949181152,8946.77683366334,36.2329992370846,883.198663243209,148.562344697257,1178.80084387912,68.296389836869,1552.85542861261,38.0178889253869,676.038268091742,138.585430317237,2232.3828821689,150.57592306256,1616.88637825587,90.5916988057914,1386.85532110154,1809.5361306581,608.222594432361,16943.4722918019,7178.35861329227,437.233697194443,3180.37562005297 -4559,57.5179318489838,1420.13679995623,56.1919325501058,1278.16646373677,101.760375198297,5064.7408975197,19.2595697180708,458.169890066577,693.423067180297,12250.0964233473,245.435424017233,3599.4056771847,75.8323273628812,2812.31432341697,409.538914422952,6834.70640568496,406.029632784891,8381.51057233276,29.9024642906803,827.397293021791,122.447126444047,1104.32303379609,75.2008783145684,1454.74447772625,37.501962998814,633.325497735968,170.647357634904,2091.33871071779,158.253320792838,1514.72988826786,89.7915202625024,1299.23242215811,1787.40672055294,597.815354879137,15428.0398138698,6386.44833584358,500.102252261531,2951.57627045081 -4560,59.5656158754806,1330.57914669698,57.6201690863736,1197.56184242812,102.52741230645,4745.34468923752,19.0547880406381,429.27646222943,698.778488496211,11477.5723341833,257.4688804046,3372.41745634103,76.574797396247,2634.96220421243,422.26147502193,6403.69140316691,417.681108713457,7852.94993109816,29.8334476216973,775.219390246247,126.820819142162,1034.6814476123,77.7906834420463,1363.00437105411,38.9766764615238,593.386285310639,171.311870570572,1959.45325636728,160.264597649619,1419.20693997225,92.9757443442065,1217.29932474778,1816.84728747638,611.764287944132,15701.4757908943,6462.72523995587,523.025007764081,3002.21635107996 -4561,58.9613839961668,1289.7343762846,57.8877100159334,1160.80030244004,110.323469226007,4599.67690627197,19.4514010764131,416.0989683639,752.730379593194,11125.2454485222,272.623519245878,3268.89440242807,82.5598182008201,2554.0768043897,438.16461359896,6207.11737312637,431.583319992292,7611.8880312541,30.979413977487,751.422490909263,123.817971178296,1002.91984494283,78.3804527608265,1321.16424395984,38.693633642911,575.17111438335,175.092682122096,1899.30394575408,172.525913276859,1375.64156336558,96.8694830842118,1179.9319035268,2009.40692822451,660.356985079746,16364.2133579078,6599.67802002792,572.3015053421,3050.80189470906 -4562,65.6210382730664,1293.52379774166,66.0829134290767,1164.21089740775,134.39499545881,4613.19140560198,22.4130643975216,417.321525805164,917.802481076493,11157.9329883699,321.801764107079,3278.49887511424,100.976801053152,2561.58104217968,512.118978623371,6225.35475920583,503.950939644567,7634.25283160742,36.4604960974248,753.630276142201,120.99133157335,1005.86656486441,95.8310310035834,1325.04601079992,44.3115615890978,576.861048219654,205.232873252107,1904.88436855886,211.590061932902,1379.68339225167,113.61377370078,1183.39870983616,2516.63509464405,806.736030544348,19376.5609656145,7667.17516253316,701.185710244643,3520.71210948247 -4563,103.311125869634,1322.76888367712,104.466263499293,1190.53236733441,180.466177352996,4717.49035961356,33.0376273617101,426.756685719652,1230.43868644752,11410.2010252446,413.35997288218,3352.62196547363,134.836612568766,2619.49544455865,678.3219590807,6366.1028731791,674.118125566427,7806.85451122333,51.9638615946289,770.668990256174,194.106094842604,1028.60805147673,149.720167502678,1355.00377773234,69.5199627251716,589.903213317394,296.030728238207,1947.95161413476,281.87831395817,1410.8764475635,150.028293474913,1210.15399414209,3254.37417197183,1063.17497592321,26659.9074969472,10756.9690123096,889.501307480174,4940.76711534773 -4564,130.859748099682,1404.63198677528,131.032630709354,1264.2116586539,241.777457685222,5009.44491376068,46.4027832937343,453.167668765898,1646.99497696526,12116.3519442954,540.930510549958,3560.10797530913,180.109750124033,2781.6099517029,924.049502251341,6760.08623812782,928.694327924217,8290.00265872741,71.7564656211987,818.363909438517,262.967357221973,1092.26622185307,180.54238013744,1438.8618237778,86.399518373044,626.410957161123,411.838558188304,2068.50582869631,376.077604686936,1498.19232376146,203.480286050098,1285.04762250725,4206.25180469133,1390.69520510158,36055.2532509635,14962.8601732586,1125.73830784149,6868.81545558938 -4565,120.970078651532,1615.76936718577,119.665228261182,1454.24174511475,255.571203551972,5762.44006577217,49.1769320295304,521.285606681878,1740.42320696287,13937.622450546,571.494353619744,4095.24591817409,190.758030643709,3199.72789580198,1001.98435624476,7776.22919450748,1019.41585798336,9536.11513618708,76.2553252057579,941.376352333265,222.819746297694,1256.45031488541,175.904274744671,1655.14446514249,82.1783334937746,720.569975181964,444.130360808623,2379.43346393934,398.966388119084,1723.39323444006,221.204361827715,1478.20966870398,4391.01281538562,1458.76907833372,38406.3416734706,16207.1284765339,1164.87968801341,7449.12101539823 -4566,124.668172015322,1801.56679036482,114.251621165798,1621.46509667038,219.22304357772,6425.06341857713,42.6514496836655,581.228272033006,1491.5843700658,15540.3105501875,523.736840110539,4566.15850900166,164.368508692674,3567.6648117924,920.07597651192,8670.41828840375,942.986460058143,10632.6736274081,66.4057036944933,1049.6252794743,268.612501880279,1400.92961719129,157.812130545147,1845.46963336137,82.3179939415306,803.428362850362,401.514510995863,2653.04467059065,345.754767938887,1921.5663330184,204.482982892884,1648.1890933306,3662.40258028943,1268.56422300722,34436.7504376289,14788.4912393404,1020.10497709766,6897.1588750774 -4567,112.715890946677,1905.21184092536,105.47290693423,1714.74880550946,200.164721689919,6794.70057354392,39.2925210492618,614.666629114331,1361.9365263875,16434.3524926316,486.592051636706,4828.85192234831,149.718122913692,3772.91437665944,858.844172086486,9169.23184707323,880.383365233124,11244.3767302851,60.842348030731,1110.0107537973,242.169733677912,1481.52580811916,144.126187666442,1951.64043673134,74.1561119511804,849.650003776888,364.240100673514,2805.67567516587,314.320393240147,2032.11501808869,190.572454969195,1743.01024724241,3351.24107780892,1163.1520362678,31709.7106850229,13688.2719590223,937.660524789872,6381.53492119186 -4568,113.32944791005,1948.60217918854,105.619413444003,1753.80143425614,190.557047944002,6949.44680698108,37.8053229420824,628.66538367981,1296.16135290032,16808.6374400972,443.217475436396,4938.82684158445,142.474464730619,3858.84079571935,788.864990713303,9378.05695665516,812.009493997272,11500.4623263355,58.3991251063439,1135.29074683977,245.687665236069,1515.26688854867,143.689452299822,1996.08816527198,74.3946213345852,869.000398455983,351.453803581562,2869.57367012222,299.287733498019,2078.39551883433,175.250057629446,1782.70651754656,3160.22821236524,1094.48982746966,29948.2391523352,12909.1797968981,864.728927634171,6006.44680823104 -4569,106.470262942529,2005.21210338605,99.5970673665792,1804.75209381666,172.429413195386,7151.33904602276,34.8183025473936,646.929090913544,1172.44529893091,17296.9545021995,410.919474881083,5082.30744327564,128.806550355396,3970.94612294777,736.38064613121,9650.50409805028,760.14841447842,11834.5686449487,53.4895398233692,1168.27270888782,233.561512658525,1559.28774853532,133.882331082709,2054.0776312258,69.5607004689218,894.246211690518,322.49998712082,2952.93924862755,270.499581954299,2138.77614143153,163.626120613771,1834.49691473617,2835.91718987488,995.221432369903,27617.2222046543,12011.5425107334,785.738716654219,5603.77686913929 -4570,102.328269469236,2048.9495633901,96.0380764237552,1844.11714272458,169.211992406745,7307.32324588504,33.9659462084625,661.03983520414,1150.9027225845,17674.2337209187,381.441807827496,5193.16215941924,126.325549767169,4057.55995144871,687.872314156248,9860.99980386348,710.1023170433,12092.7029200708,52.1489770682342,1193.75494131227,226.86542593273,1593.29875685769,127.640900669125,2098.88094060602,66.5860136390108,913.75140909659,311.875216043007,3017.34842612212,264.862401855971,2185.42688515362,152.533603601768,1874.5107543197,2793.79896075898,962.862834254266,26421.0840390829,11427.8541767638,746.58822971465,5300.11471398362 -4571,96.1162005784505,2029.56854761539,88.0150955367418,1826.67363700235,152.269000889364,7238.203268688,32.0612034778778,654.787058804604,1034.50768493744,17507.0531281548,364.177201160489,5144.04003385271,113.477146947293,4019.17948819526,661.630349104177,9767.72459779306,683.862954588366,11978.3180322041,48.5495035950793,1182.46321224187,224.637918903376,1578.2277424744,113.028513495078,2079.02762388903,61.7020111008277,905.108233690864,293.897566555585,2988.80732462828,237.91783102434,2164.75493026881,146.542824449247,1856.77975539788,2424.88031784863,868.450773816311,24717.5443043835,10890.8759958614,676.218360653969,5093.96038228782 -4572,87.9926013479426,2008.50976974502,81.0693361772236,1807.7200941873,141.310449465179,7163.09976208559,29.5084512341145,647.992996470539,960.24125599717,17325.4001638222,344.489200534222,5090.66553878751,105.282688780371,3977.47653208545,630.617019711487,9666.37480951144,653.66779780633,11854.0311540905,44.7400074331121,1170.19398873831,207.116942145865,1561.85207115417,103.284960270679,2057.45565926173,56.4039204888322,895.716841976437,270.280232323338,2957.79549720287,220.614311006793,2142.29346018253,139.671595884337,1837.51383187484,2262.80441954102,811.046786232502,23128.6392042615,10266.1460082457,631.648434802772,4802.82814616263 -4573,88.2816603050404,1975.04135666902,81.1553254771028,1777.59750093463,133.184508067557,7043.73883820394,28.4139842413603,637.195290826825,904.542757376466,17036.7017177781,335.643837667926,5005.83822071799,99.2161332693794,3911.19862316951,612.326499604546,9505.30104728959,633.998749277725,11656.5038045814,42.8150925997913,1150.69468812046,212.27591264037,1535.8264520268,101.445021367883,2023.17164584691,56.1594247316522,880.791238069515,260.64851270259,2908.50884548433,208.046166026639,2106.59576852306,135.629834071981,1806.89477645154,2103.74188325785,769.54494960073,22270.946346053,9931.65483328284,603.792326524707,4667.01562358127 -4574,79.7086144013577,1941.77543197668,72.5836349652012,1747.65715340737,125.711711199067,6925.10006390535,27.0186024661621,626.462912749075,853.663608706285,16749.7499360162,330.345776321127,4921.52411928908,93.5615253460676,3845.32170448331,606.76036379957,9345.20180291199,629.679170701665,11460.1715220041,40.6372505247391,1131.31336088413,191.411410373328,1509.9582913824,91.2965167732207,1989.09505530709,50.8677586298955,865.955936066161,247.095808959208,2859.52038461276,195.900629860362,2071.11405268137,134.390331390117,1776.46097041631,1974.16429364247,731.566472065063,21427.281778736,9665.63447520336,578.233312351176,4554.659456807 -4575,80.061087659813,1901.53812671525,73.4303880509675,1711.4423505955,129.275978556778,6781.59872968894,27.7079315900011,613.481401581439,878.002140624405,16402.6630432018,333.303957117599,4819.54071529796,96.1647184294977,3765.6392753498,614.713052178554,9151.55132640419,638.170450657564,11222.6948229557,41.666153562138,1107.87038169169,189.464935563098,1478.66906416187,93.0599386999365,1947.87719683778,51.1345211046796,848.011670849576,252.139552890696,2800.2656465405,201.356101565644,2028.19660352808,135.96740763983,1739.64929735951,2038.80827630425,748.48521115733,21839.107980691,9843.56346372441,586.834365044659,4625.73948782141 -4576,84.4063530466043,1888.23175683831,77.3661100189216,1699.46621158459,134.972538375914,6734.1432199695,29.082490490489,609.188450350339,916.642826621754,16287.8823304971,343.628410382132,4785.8150747264,100.393235941461,3739.28850787532,638.570454150785,9087.51162865316,663.500352490101,11144.1619099248,43.6270630708821,1100.11785079715,202.629389880812,1468.32179990411,97.0341123505997,1934.24656062185,53.7662276098683,842.077550048234,263.803090173794,2780.67026219187,210.05744288342,2014.00391719141,141.060553618661,1727.47577494542,2121.38813780211,778.224168257225,22760.7292944137,10282.3313766721,604.528986309665,4827.51378432624 -4577,91.6944732321201,1856.3253958051,84.8981393439023,1670.74951284558,147.132695122339,6620.35316001126,31.6268266140322,598.89469982753,999.279619932365,16012.6581413999,370.273166752647,4704.94685340802,109.375424679395,3676.10394977882,687.079532186059,8933.95556972807,713.944249102438,10955.8536410786,47.4798654193872,1081.52862985036,214.223288605747,1443.51085956746,108.681172470509,1901.56266529653,58.8446442327117,827.848560289696,286.549645407891,2733.68393809341,228.867085168827,1979.97232341512,151.789721420862,1698.28578512985,2322.95000674098,847.18889405666,24690.3442401907,11117.4963354502,656.62561667088,5211.65541192352 -4578,95.1576341536205,1827.31172155765,88.1477303543743,1644.636320501,154.489014995805,6516.87950694284,33.4735262064362,589.534198824534,1049.02882649939,15762.3862611573,375.437405965127,4631.41028720857,114.735784325792,3618.64781480396,711.733280638862,8794.32117307161,745.404772433703,10784.6177309503,50.1404225437012,1064.62474035627,220.735933576183,1420.94932270179,113.398149392113,1871.84194938288,61.1487744840798,814.909595758615,302.903052096012,2690.95747674425,240.084857932304,1949.02609376144,157.38994374152,1671.74221110981,2417.5872801301,879.063476115524,25815.0709923505,11700.6001531368,664.374411190685,5471.34361708932 -4579,98.2160938864289,1765.26353991768,89.2640517376239,1588.79106326204,152.581923276423,6295.59240053281,34.217451398786,569.515980465785,1035.20494441317,15227.1588041922,375.424828783781,4474.14615796356,113.22826877245,3495.77303966014,718.095845820001,8495.70127636244,754.221882549239,10418.4153408527,50.7714551239072,1028.47435151526,238.735851101056,1372.69957930221,111.061438606853,1808.28169969673,62.3858548363117,787.23853229349,309.520366816665,2599.58334701441,236.74916720071,1882.84497990985,158.784629396277,1614.97654647448,2315.32451276372,862.822626724134,25962.8808538902,11890.2976747775,645.303767563558,5580.36018187005 -4580,95.2881666817021,1705.21131319806,86.3238606595038,1534.74222636964,142.373446869386,6081.42361857932,32.6425363068156,550.141704610652,965.244588740825,14709.1484492921,339.115676099346,4321.94087338194,105.66318407699,3376.85087852618,662.431006155446,8206.68733161511,701.307404372832,10063.9928843978,48.2184803922439,993.486841981483,231.481304557599,1326.00192510491,107.572264779404,1746.76604486811,60.5043540829554,760.457586698301,297.584469979711,2511.14852411045,221.341144578979,1818.79276841019,146.624976436605,1560.03690968786,2108.35926627497,794.144737965469,24356.3350166003,11240.0498870433,575.536046002408,5273.72415461474 -4581,82.9293231373041,1626.50124310165,73.8441915639286,1463.90076098497,115.127632872953,5800.71396365296,26.9689754482016,524.747964962249,779.996342841783,14030.1955848926,272.627042706244,4122.44637879145,85.4306291478154,3220.98036130833,538.374870134615,7827.87859974053,570.952022864041,9599.45363389569,39.6550279893606,947.628936649172,208.590808430026,1264.79560793754,89.4636408241658,1666.13786889399,52.1810568320657,725.355972317083,247.172366669903,2395.23756643298,179.120947429543,1734.83994380459,119.013518806245,1488.02787857005,1661.34138639964,637.890635247787,19922.1175561675,9254.18675153433,454.186263855214,4352.37190411234 -4582,64.4274461621709,1494.01608056705,60.0273056732974,1344.66007114463,97.2904628143991,5328.22214383377,21.8715609421351,482.005102193112,660.362082319579,12887.3789099345,245.564719291061,3786.65630125493,71.9345514254539,2958.61836896522,443.737712633523,7190.26594928225,453.453332298656,8817.53896870626,32.2602797428486,870.440693340458,158.403585270422,1161.77284518139,72.7405630207511,1530.4241414673,40.4462798233852,666.272768848627,192.284095910427,2200.13569384375,149.70512493164,1593.53015206525,97.2877766593103,1366.8219365614,1506.0544903429,555.41022393094,16266.6795897193,7237.48456302893,436.925902686728,3395.31032723658 -4583,64.2810262297068,1400.29295238778,61.1515471736119,1260.30639527415,98.2623433895592,4993.97028841558,20.1756542840651,451.767793128299,545.355009445603,12078.9234447081,184.366753855618,3549.11048196318,57.8790760291028,2773.01730868559,333.672185438228,6739.20372446882,364.170024816412,8264.39409581032,24.3557790890495,815.835909807315,131.895305273695,1088.89211337374,79.8530181586988,1434.41705034888,42.939870557889,624.475917442948,157.64650439603,2062.11602837426,150.054459861272,1493.56427308833,71.574177992093,1281.07799496343,1517.53724903496,509.872673775019,13197.1366992923,5446.42732145139,421.877942973289,2562.68578532922 -4584,66.41442214559,1331.85192921943,62.5013272071378,1198.70738554472,97.7056570444236,4749.88390946986,20.5745033547236,429.687092126779,542.337868819419,11488.5513529837,183.320108842268,3375.64338544677,57.6682489467848,2637.48271105273,332.880044648833,6409.81693618559,364.013668681105,7860.46177092124,24.072146132971,775.960936281606,136.555071417745,1035.67118540136,82.2458051395653,1364.30817034016,44.514005736791,593.953896560879,157.013062990654,1961.32759647282,149.937925555621,1420.56450054534,71.7203142076979,1218.46374800585,1519.17479582793,510.927226486339,13189.1929427594,5429.14365060967,424.460253465274,2561.57144614401 -4585,65.0951203201528,1299.13561465161,62.0503913531292,1169.26170390409,103.909828214403,4633.20525117943,20.4493958565237,419.132031340111,577.907236545246,11206.3405067577,194.927087775107,3292.72229756593,61.4528881280651,2572.69419203729,342.627036041618,6252.36280588351,373.536906798951,7667.37323434758,24.7877554987899,756.899821808761,133.107662553183,1010.2304111328,81.5215441138859,1330.79458351489,43.6592315724757,579.363699188069,159.158792274299,1913.14850898645,159.510349625969,1385.66900349788,73.6081645662719,1188.53276063805,1640.2337758322,542.648715094663,13603.8011687229,5498.83685648047,459.152727955283,2581.49211447223 -4586,70.8387430083127,1302.86718388815,68.9452744815602,1172.62023010763,125.563348217674,4646.51342777539,22.3505908161776,420.335924279815,699.522519538213,11238.5290134983,235.512257881479,3302.18014099005,74.5697631118072,2580.08386436538,395.252516013828,6270.32176600977,431.251061666255,7689.39659646904,28.9923008963776,759.073901295422,129.467862245242,1013.1321441632,96.7955978831614,1334.61708831884,48.6814479889581,581.027833195541,185.389976933249,1918.64373676756,194.091850339862,1389.64912671763,87.4250445901947,1191.94664001769,2045.18858696778,657.490418845606,15962.7463165039,6329.62795038058,556.200802166321,2949.81412208147 -4587,112.071911484741,1328.03357884619,109.684963844317,1195.27075366953,169.583412823987,4736.2662387659,35.6622533210202,428.455201529482,941.796760473335,11455.6142723787,318.166264126884,3365.96559101786,100.112502756213,2629.92118497524,521.239498359888,6391.44032362552,574.652206147898,7837.9262348918,41.5079783880061,773.736296540757,207.919777859513,1032.70196985227,152.319352597217,1360.39676960773,76.8048676216653,592.251061558832,268.943765636896,1955.70457202413,259.972135938059,1416.49181583327,123.05218766099,1214.97047566461,2729.06222278259,882.226829923579,22232.2071683798,8982.61034585481,705.445050252798,4186.53916094794 -4588,140.796100681946,1402.02856670397,136.176886863038,1261.86850113113,222.371670529651,5000.160140555,44.9798750755888,452.327743564389,1232.27339653278,12093.8948493837,417.28545640699,3553.5094807239,130.792583827172,2776.45436700383,733.252631311928,6747.55673263322,813.897097550432,8274.6375242892,56.4611776928765,816.847109986751,281.445408663946,1090.24175720185,180.127794561246,1436.1949602953,94.4776149722221,625.249933580483,369.909852002864,2064.67194932949,339.217796969518,1495.41549395614,166.148869938097,1282.66584649436,3379.21118873066,1134.47519706861,29900.8120251196,12499.5745636904,900.350999212128,5859.07664655182 -4589,133.653637461253,1625.3152417159,128.312384904866,1462.83332354003,248.637471794813,5796.48423752863,41.1125490952808,524.365332722493,1378.41989253452,14019.9651399566,466.556180915805,4119.44040069051,146.693888978469,3218.63170821742,805.198085511443,7822.17071915567,903.082715170018,9592.45396798058,62.4181454381069,946.937950868001,239.42520073666,1263.87335266718,184.41560091571,1664.92296553641,92.8127820341946,724.827062061418,412.194861843527,2393.49102299502,381.178472159731,1733.57494472382,186.219308107357,1486.94284827358,3770.17805560608,1252.51680499967,32807.6669533391,13769.4218783618,978.775673797451,6428.45504857856 -4590,140.744655243803,1807.58358404207,125.777849827219,1626.88039461753,217.718465519474,6446.52156332068,40.5790060873238,583.169432699881,1205.45988468602,15592.2113971396,408.584116792475,4581.40836473457,129.049355875113,3579.57994210949,745.458717986673,8699.37537076993,841.339940366914,10668.184164012,55.1183940909818,1053.13077190389,289.794064626128,1405.60838042564,170.359033119175,1851.63305182631,95.5361423500898,806.111617625913,376.972794975558,2661.9051927122,337.257615986793,1927.9838959002,170.222305293651,1653.69364290862,3195.75169013287,1107.08371850747,29798.2230032534,12704.8800848766,870.301709922414,6013.82719256686 -4591,127.044475244503,1913.74527353723,115.910879694423,1722.42915530772,197.238937501976,6825.13399738513,37.6789693397754,617.419717325123,1091.93747067854,16507.9618606311,370.154860382061,4850.48032166167,116.621573431841,3789.81323792619,694.536726764823,9210.30078250018,784.163872077636,11294.7402274193,50.2205769915677,1114.98248542446,261.2027610683,1488.16155348603,155.204066622229,1960.38182275031,85.8634337321241,853.455581138503,340.511460317036,2818.24227998666,304.197646336818,2041.21684928348,153.205131471527,1750.81717987171,2905.07375064059,1006.52115099476,27240.3192487066,11685.1299945823,794.031004538591,5528.4135899223 -4592,126.250754333316,1953.49082370056,114.308756246915,1758.20136352253,184.871212379532,6966.88154833435,37.2560891436319,630.24257660849,1022.53508985533,16850.8068752204,346.972266068913,4951.21734847848,109.230843024184,3868.52183840741,637.864982354959,9401.58458438967,723.141954426443,11529.3146352562,47.6745053376306,1138.13895923447,264.513563066535,1519.06838340384,151.357565978338,2001.09594241546,84.9542636785694,871.180542804702,325.773810624706,2876.77284382947,285.100040771269,2083.60978830169,145.8164584633,1787.17896375781,2695.37747048612,938.800967090321,25648.615833046,11027.3151662907,725.736491807456,5219.08991879505 -4593,117.908964676151,1998.47213731089,106.985271458703,1798.68591863955,164.271978424887,7127.30179705503,35.0671656628156,644.754617640401,907.625221429297,17238.8155719828,308.33987061769,5065.22467198507,96.9356290992635,3957.59888546113,590.854668847198,9618.06659674093,672.520488180314,11794.7900145253,43.1202295182139,1164.34588318636,251.238622294514,1554.04663388775,139.389737365256,2047.17341718937,78.8644728745426,891.240450295272,296.080721192728,2943.01375978566,252.952590295162,2131.58723677088,131.531763902349,1828.33076056753,2371.645773042,838.069789420349,23341.8488359491,10165.1780849182,645.121733451641,4827.55879890697 -4594,113.328759115761,2027.91971443591,103.195339005273,1825.18963681702,160.892162728872,7232.32291065658,33.9611929090913,654.255106026107,889.423855672367,17492.8302973434,301.981901963676,5139.86098609678,94.8832024565567,4015.91428362642,567.586482648009,9759.78924206248,643.211596883764,11968.5867776332,41.9872449793579,1181.50257231662,244.048029376336,1576.94558116498,132.825635496422,2077.33860987107,75.4919351591737,904.372918547905,285.960340677742,2986.37920034062,247.185140826618,2162.99627089331,127.133867724556,1855.27129682854,2324.49016210109,817.288028515518,22576.9044954921,9773.37967760049,631.620086272223,4630.99032570262 -4595,108.705853186918,2005.26995841248,97.1942541755267,1804.80416510624,149.220218905154,7151.54537876374,32.1300731281873,646.947756320356,823.656414579497,17297.4535595103,280.111508502331,5082.45407964941,87.8806964165564,3971.06069396623,537.926368746967,9650.7825375075,611.68943575048,11834.9100997407,39.8689436877253,1168.30641626887,242.429818095255,1559.33273760843,122.086973982328,2054.13689613621,71.8050658160741,894.272012770677,273.926702897454,2953.02444778329,228.951664917783,2138.83785009067,120.599957592298,1834.54984423292,2086.21255676523,751.657697473287,21288.6683534184,9344.06988933158,573.087607971045,4442.68412145237 -4596,97.7390419983841,1966.01616615315,87.4275894389108,1769.4745540139,133.45298253948,7011.55162108862,29.0298550211703,634.283549826511,736.276379104208,16958.8504473498,250.524107077985,4982.96343711862,78.5154143736371,3893.32592769388,510.660944343008,9461.86542374032,582.658747638494,11603.2379996755,35.8525353567662,1145.43644947608,222.941855797834,1528.80830717527,107.580987022077,2013.9265181495,64.2076363456801,876.766355906189,247.106122746205,2895.21806230201,204.436212800645,2096.96942420036,108.374979759463,1798.63795208453,1842.27616304871,675.10532771137,19435.2898315486,8659.96839177196,518.49207050454,4129.62838640389 -4597,98.7358753488608,1907.9598943539,88.3304703230945,1717.22213746806,128.72068880967,6804.50116359166,29.53028501397,615.553216474991,709.811767467338,16458.0571945147,241.650991975192,4835.81699720039,75.7522479200105,3778.35638056978,493.310744736289,9182.45743095484,562.708643677008,11260.5954768631,34.8316310384588,1111.61181924953,228.730428462622,1483.66274218025,106.999501556868,1954.45545817841,64.473622395819,850.875528180936,241.220221836259,2809.72254622393,197.386885969934,2035.04611505265,105.584581953324,1745.52434314661,1768.17675134257,652.373009646524,18890.2048723724,8424.34731562746,499.299739167414,4023.29496226873 -4598,88.6598139179909,1877.96270991026,78.3996574546782,1690.22375592934,119.176706099648,6697.51994398886,26.0722632070407,605.875411703457,656.685500193945,16199.3015578219,223.748564621789,4759.78767665232,70.0375023139329,3718.95258829032,489.634593788438,9038.0896850618,559.618160553055,11083.5549843118,32.64413771016,1094.13491899055,206.086865892311,1460.33641070912,95.1776932615463,1923.72726465645,58.0205208975103,837.497956549084,226.466141251052,2765.54773641585,182.225106434744,2003.0508651288,98.4293695958803,1718.08099078519,1605.33173168256,605.943683256912,17898.6248910759,8109.95752390792,471.192877781124,3890.65591765347 -4599,90.1909732524069,1844.52322294452,80.6766709189484,1660.12719705876,124.942977269325,6578.26218147425,26.7628771942715,595.087038310523,688.98734908353,15910.8526283313,234.558772603465,4675.03367321383,73.4221346010274,3652.73196210533,498.705763986495,8877.15513581656,569.671390601452,10886.1983539186,33.8965030879163,1074.65247124584,204.355847329214,1434.33328502733,99.6770671508819,1889.4728822597,59.2240850081531,822.585252556579,233.340658118477,2716.30368220914,191.036764973133,1967.38402630249,101.917366853555,1687.48839882675,1713.55963800241,633.898819813478,18472.3783998493,8317.01157808699,489.034561817776,3972.89404298092 -4600,95.9326419306299,1828.72914024322,86.0129574935981,1645.91204057883,134.32786294777,6521.93455402417,28.5969774599893,589.991491786287,741.173584148079,15774.6129111328,252.164384001691,4635.00280369286,78.9815137487381,3621.45474641212,518.163212514269,8801.14279798135,592.330247244172,10792.9831994734,36.180603782185,1065.45055402686,218.835212185953,1422.05153208264,105.768387603504,1873.29390950779,62.9611434801336,815.54170908359,247.847584714314,2693.0448126731,205.361902155409,1950.53792448598,108.506413029962,1673.03895682623,1850.03530714052,676.657611262652,19537.0287458227,8761.2676465639,514.583145864258,4167.91427904144 -4601,105.074943558735,1796.73599807332,95.3905107594925,1617.11723616816,148.146543840085,6407.83499995792,31.5385641277101,579.669743605885,817.720655326956,15498.6401481714,278.096317049539,4553.91463136968,87.0818332977498,3558.09833456622,562.323162544463,8647.16908662243,641.970972944928,10604.1627567193,39.6834653830747,1046.81077282589,231.640581184556,1397.1731092273,120.494378467584,1840.52111825401,69.5683856364838,801.274018330476,270.867516433309,2645.93069190707,226.441737859043,1916.41376921738,118.901459049189,1643.76957404907,2081.08373801167,749.732321050225,21427.3127860381,9540.9590026745,570.389789572065,4531.16101368956 -4602,107.704492463272,1760.02777366478,97.4486159418413,1584.07871383442,151.386958051738,6276.91969275443,32.1991392080848,567.826797811989,834.758277770187,15181.9950978154,284.20430820556,4460.87585416207,88.8455578506942,3485.40458753106,578.50822029508,8470.50305239665,666.262409112829,10387.5143528604,41.1553493455546,1025.42389973859,238.247556919393,1368.62815655419,122.741794082148,1802.91834171368,71.2090173279206,784.903585217794,282.317005486853,2591.87299076895,231.022942057717,1877.26046746605,123.17159769276,1610.18653098385,2089.9301407253,759.45915043501,22074.9998661845,9949.30516148386,563.043117047119,4722.27824594893 -4603,112.424736915239,1678.91676907479,100.189684550286,1511.07633412698,152.161828070096,5987.64740419852,33.3531274010354,541.658459622789,838.044317290647,14482.3317785827,285.68828454564,4255.29607451525,89.2554294888009,3324.7794702873,586.432515765932,8080.1393193677,676.723784042522,9908.80501829177,42.1167811488808,978.167166701254,258.087078982923,1305.55483103666,122.772620836328,1719.83072225776,73.7153137446385,748.731247908178,291.016687793426,2472.42634043958,231.935461231584,1790.74678588012,125.904076953934,1535.98097067419,2041.16227479174,757.865060221743,22433.2240060046,10188.5748817785,555.937214130391,4848.92790678501 -4604,107.359696799117,1617.70746707969,94.8574346803025,1455.98609417173,138.700425804596,5769.35205748772,31.6090970441427,521.910883778679,762.383944110209,13954.3404953001,260.459238662975,4100.15812646372,81.3097092851129,3203.56593879338,540.147049685785,7785.55670701211,628.307492985652,9547.55361503763,39.3883257612088,942.505524259442,249.684128785257,1257.95741501459,115.083513257296,1657.12979508962,70.1160885470456,721.434291971741,276.588417818272,2382.28757160948,211.679097699967,1725.46042813286,118.676243106418,1479.98276705595,1804.68617157634,685.257250403114,20848.3737714546,9593.34893143454,486.581429924144,4576.65367458672 -4605,93.4589777237596,1563.72988906376,81.1721428428496,1407.40462651606,110.824571737987,5576.84775301875,27.1752086642076,504.496433997234,608.152725543959,13488.730044663,208.142359464283,3963.34933398878,64.9316729017508,3096.67347899496,438.052160923854,7525.77828408818,510.560255660003,9228.98314997862,32.1434050726912,911.057214536299,225.005839268023,1215.98351312474,95.5352811141785,1601.83682363635,60.5256072518986,697.362402232262,228.477983873617,2302.7984699828,169.203895769994,1667.88748817414,97.3126334143734,1430.60060934408,1394.70132042314,545.295733005716,16993.403947344,7895.87736660143,379.057146514355,3780.64880766508 -4606,73.7959071142737,1447.38593377724,67.4362598785044,1302.69151584228,96.112847544022,5161.92153708167,22.7288469838475,466.961108382703,529.661881473755,12485.1473823608,180.445419333248,3668.4699299924,56.167743647936,2866.27611734266,360.359841113228,6965.8485812004,405.156631039065,8542.33233486629,26.6055996446006,843.273129463312,171.259979352681,1125.51243338805,80.5321754981167,1482.65765267542,47.8182603039257,645.477546215098,179.961333776374,2131.46665359989,145.276553329556,1543.79404422056,77.5657628318932,1324.16168118236,1316.25781950736,483.566503955316,14034.1161543727,6212.58921501476,370.8007588452,2958.73959256073 -4607,65.3323665863586,1351.98504630823,68.1558015675921,1216.8278054044,97.8491568813368,4821.68616226504,19.2461926071738,436.182514288613,484.370060616598,11662.2195697695,151.195731763161,3426.6717483137,50.3437365056374,2677.35256976325,260.686938265149,6506.7117876798,284.823717463136,7979.28548828353,22.7824641296025,787.690853131782,156.299018229236,1051.32704682539,88.7042656788248,1384.93191652098,46.186030875889,602.932479752043,176.264651606408,1990.9762663309,160.172468165795,1442.03865303497,65.7621221297745,1236.88281755019,1392.937683828,465.95890214535,11864.8742996573,4793.67087954617,345.923679895679,2257.58930008091 -4608,64.1672350306862,1282.03982051169,65.3287528725956,1153.87496740008,94.5393527878396,4572.23523212306,18.583033970666,413.616521762494,467.697328512361,11058.8722300014,146.047808952723,3249.39217719649,48.7069089287572,2538.83918121626,254.471497260145,6170.08570854899,280.854838912744,7566.47550440317,22.0560301548229,746.939504046517,153.977824476652,996.93642477154,86.6070366461084,1313.28217758459,45.5993025460901,571.739643299098,172.668634718934,1887.97269770097,155.493858359522,1367.43448528232,64.5671473786443,1172.89242934757,1337.20724785066,450.536105549813,11548.0582105619,4701.80121044883,331.946965556459,2221.40264122279 -4609,64.8350086645396,1239.08338793199,67.3518327859099,1115.21286701169,102.626683723221,4419.03646922594,18.9872449703576,399.757755484977,509.718362435143,10688.3301518576,158.775912101026,3140.51701298432,53.0760873047532,2453.77203090333,265.306170114912,5963.34886113618,287.332002273522,7312.95077789262,23.0279349871755,721.912312274982,146.476096807664,963.532756935501,92.0470766996835,1269.27892868627,46.4236571064011,552.582753592881,176.830640681449,1824.71368608248,168.860870063098,1321.61679199823,67.1700050597696,1133.59312385143,1511.88199231563,493.733297858691,12137.5148411315,4788.72825594889,376.206560963987,2246.0778846619 -4610,74.5578984586629,1227.42585123454,71.9082189622545,1104.72072818611,123.661667258814,4377.46131753791,21.6341324617121,395.996757032374,615.935930897888,10587.7722699641,191.522679885259,3110.97042016869,64.2945749833875,2430.68646799769,312.000159664084,5907.24451911572,337.024986273258,7244.14911943262,26.851311185841,715.120421305695,158.593421289026,954.467653987167,110.391407416292,1257.3373064883,54.2923560721446,547.383947934498,205.344454352085,1807.54642602152,204.954748175467,1309.18276503705,79.5713932936649,1122.92806000666,1873.99923095293,600.907451448213,14336.9308493283,5540.18203990347,467.055204168913,2593.51412227182 -4611,106.853996231559,1225.05384565714,100.257742127848,1102.58585077083,155.961913563798,4369.00185528232,31.0439807796244,395.23149164761,771.094336017887,10567.3113558883,240.881097360282,3104.9584568551,80.2716064305317,2425.9891562593,421.982197174676,5895.82874444198,464.976944381329,7230.14977104221,36.6750696692527,713.73844810858,258.822792624356,952.62314126452,142.854509525547,1254.90749689885,75.528176242793,546.326126171843,287.022459444911,1804.05333501352,255.925927701461,1306.6527638827,106.724398692055,1120.7579968467,2191.90743076485,741.38827328589,19102.0707693164,7808.14977718574,543.927133034619,3691.37552861326 -4612,154.156021100829,1218.83456359623,143.155117257721,1096.98830709827,219.722046959965,4346.82156095572,45.0148369641412,393.22500341477,1084.57136247293,10513.6638446539,339.152567706921,3089.19538448157,112.748974973649,2413.67303571248,602.304915462906,5865.89714423155,665.325483119485,7193.44416750643,52.55231581403,710.114982297479,382.725337575117,947.78691954719,201.973333355537,1248.53665555892,108.232327802347,543.552569492725,412.209212768931,1794.89462204499,359.283385830186,1300.01922518312,151.922149923946,1115.06819788063,3035.15599943454,1038.73067030787,27208.4500535418,11232.7181408871,752.413121927974,5317.98895727832 -4613,168.233990719642,1278.56859468524,133.827505997228,1150.75075821152,235.615048936453,4559.85553785113,48.0833262937207,412.496621795567,1162.3226367709,11028.9294448538,363.602871896009,3240.59418678675,121.171984618544,2531.96507013636,653.337987796986,6153.37970572421,727.007104890241,7545.98866400563,56.4079461188855,744.917105322419,417.583429903068,994.237139297225,218.738318977948,1309.72636056603,118.395806600745,570.191612275353,448.706068289003,1882.86085992257,387.02434889533,1363.7320465395,165.372666256,1169.71672885273,3233.67099363266,1114.97544672231,29380.9151879313,12208.2511008276,801.331622115242,5801.37789937536 -4614,157.634158443647,1385.91628837206,137.329521973963,1247.36695887205,212.880816876836,4942.69770804684,42.9138767727535,447.129539565816,1048.8986363117,11954.9103774851,328.370896150851,3512.6721289265,110.047970992329,2744.54702460054,604.77741120741,6670.01301154334,686.38856536208,8179.54440988822,50.9116965341484,807.459806258936,390.369108499227,1077.7125698099,202.512175903208,1419.69003772189,112.045321936674,618.064487294934,418.297941502162,2040.94449476707,354.022285448451,1478.23000199636,154.83742176997,1267.92529867932,2883.82426825638,1010.9999402841,27035.3496428171,11398.3593186611,713.977157495121,5448.3444414672 -4615,142.031227765555,1508.7109430193,121.730634060457,1357.88589585128,191.860578670254,5380.62953926752,39.2755738774837,486.746014135185,944.963400574081,13014.1367560613,295.904408270743,3823.90114367975,98.8989955382862,2987.71878531692,544.372313922901,7260.98805896642,615.301598569972,8904.26663114433,46.2340290921296,879.00218503245,355.574531146523,1173.19982537441,181.591945443725,1545.47710679008,100.4376457118,672.826103060527,376.737116057764,2221.77581660939,317.508749331136,1609.2038162933,138.818664822543,1380.26574122705,2588.05477074392,907.949090377585,24346.7650024085,10272.7291520451,640.59940721422,4904.66926927742 -4616,139.754477382148,1600.29348011508,126.086672564167,1440.31297441396,189.55060432436,5707.24724338018,38.5612453214311,516.292717631978,933.825781224106,13804.1274880476,292.369686714916,4056.02153092955,97.7343936904918,3169.08080681884,536.537860990278,7701.74823992694,606.737011272459,9444.77794169765,45.520521020578,932.35982162313,348.831521423769,1244.41599638799,179.355216786793,1639.2914422121,99.0204161405554,713.668334521535,370.955689102936,2356.64317942969,313.915740598502,1706.88652276683,136.980518045154,1464.05133251798,2564.1088087227,897.910176320663,24033.4046624416,10120.3241886304,634.775776239545,4830.08697787857 -4617,126.55182289063,1656.23808694111,109.215197062377,1490.6648280341,165.10532747751,5906.76671093865,34.8353444100206,534.341777666259,811.369482588333,14286.7055241961,254.428279085535,4197.81585343685,84.9169547757517,3279.86859789617,478.2534416553,7970.99340183612,544.517555605382,9774.95762128333,40.6197795329976,964.95415778036,324.662005394523,1287.91949403452,157.883297140318,1696.59937750485,89.0693979413607,738.617442216534,333.71643999014,2439.02899037041,272.975389477882,1766.55751224431,121.937207574716,1515.2330546137,2172.71096325885,776.84781344825,21297.8316436877,9120.95724765445,536.93877586501,4366.58290249068 -4618,121.19302007175,1679.95813710332,108.792408899979,1512.01359713609,159.631330925008,5991.3613134808,33.7110577995994,541.994429703392,784.806328072613,14491.3146165474,246.032148022182,4257.93547234934,82.0400617355505,3326.84170416693,459.525678730476,8085.15112156554,520.42234301721,9914.95107206705,39.2069697530692,978.773886481961,310.430663349178,1306.36461689714,151.707447067288,1720.89746765076,85.0745155109091,749.195657340434,320.025522229864,2473.9598921863,263.198990968147,1791.85751780224,116.803657244267,1536.93368107934,2110.77639764036,750.886325911732,20501.8329776016,8742.92717047911,521.797335330855,4178.02920565313 -4619,115.659676454012,1648.34104559046,104.556925694035,1483.55724979414,144.109738479441,5878.60289721361,31.9594419512557,531.794004404141,705.920179905237,14218.5856655968,221.809195607855,4177.80041867637,73.8244325003433,3264.22999004957,429.07066938559,7932.98723291852,490.993648619617,9728.35004406072,36.5931651808882,960.353199170873,306.717445696391,1281.77861756217,139.2216552769,1688.50989112889,80.5216748298137,735.095670480039,302.676875497897,2427.3995556024,237.215321338436,1758.13446133606,108.934642770275,1508.00833361344,1828.35199985319,671.653947779346,19014.5819208964,8291.9050721837,450.749037439824,3979.01525863175 -4620,109.976429157592,1595.43376171332,103.747000340339,1435.93907952966,145.443475604148,5689.91566339394,30.6757488530207,514.724856954078,715.174418861157,13762.2075694779,224.179163755668,4043.70433866655,74.7186712368376,3159.45704686172,417.571450689289,7678.35982516903,472.031978674886,9416.09635189292,35.6596516728243,929.528462101575,281.598666795168,1240.63699497841,137.892238852149,1634.31329608668,77.144833041605,711.501090087232,290.572969075423,2349.48660323428,239.552709810539,1701.70310613264,106.03705860447,1459.60534977158,1926.7950479437,684.124514908921,18659.3347406669,7939.94580147077,476.373013728392,3790.92367183292 -4621,106.922381952211,1543.16286909739,102.708722155356,1388.89368082348,138.325427076253,5503.49803969045,29.6809360610076,497.86102445269,679.289631548066,13311.3189827592,213.104745497898,3911.2212232096,71.0295325986476,3055.94435709403,402.554059072896,7426.79518392888,457.576057153403,9107.59857963667,34.3084027999869,899.074498049957,276.899461987951,1199.99024128917,132.193256829315,1580.76860068749,74.8797244000676,688.190315319546,281.515295292637,2272.51082091892,228.022850727439,1645.95053121576,102.3121494987,1411.78457755876,1806.05313874099,648.988475311532,17937.5409528622,7701.63201484449,446.090132660084,3684.17296660544 -4622,102.066689496549,1509.86801829478,93.8175014417237,1358.92729891413,132.422932060492,5384.75610402482,28.4270259576757,487.119314124161,650.354285851948,13024.1176844438,204.017242468283,3826.83380714967,67.9574509966508,2990.01015567689,384.598340055146,7266.55672657468,435.651234645276,8911.09557794351,32.8637252992639,879.676317940482,264.563183929822,1174.09958719918,126.116791822158,1546.66237912961,71.2748464077318,673.342113401775,268.824829100382,2223.47976253552,217.828950197671,1610.4379625409,97.4931859387618,1381.32430805867,1730.45156842235,620.755856755668,17132.1129514668,7347.28358554617,427.454513541125,3512.76093794611 -4623,101.615464506691,1488.60675204076,89.521740586897,1339.79151037368,128.82451325902,5308.93044783937,28.3515207488995,480.25992422413,631.643626415754,12840.718055829,198.352349032845,3772.94609544385,65.9617376469859,2947.90620933735,379.304791184156,7164.23242044881,431.551394711087,8785.61363289797,32.4834871842278,867.289121055411,268.040816742983,1157.56645739598,123.446013663316,1524.88299162732,70.7020525615298,663.86041978378,266.598277643551,2192.16974426314,211.563066142857,1587.76051663683,96.0956122990241,1361.87313514757,1652.29442128707,600.969869402289,16844.4333813047,7297.39873089857,407.654168227231,3495.45671414077 -4624,105.003833717833,1493.17720092218,92.2078746379237,1343.90505386092,130.347432556038,5325.23038413455,29.3099054443167,481.734459678474,638.203995329153,12880.142736252,200.591527326779,3784.53012006145,66.6541137656947,2956.95712531533,388.758256044396,7186.22866492866,443.30608643677,8812.58798186285,33.3222916044594,869.951946941265,280.525835729434,1161.12051780388,125.545045355995,1529.56481894929,72.7112560317465,665.898661319939,274.565114665732,2198.900332944,213.736184721169,1592.63539596092,98.3043397878759,1366.05447554431,1644.66229222447,605.640198328613,17209.9013203299,7519.37916756216,405.324715837361,3606.34797552837 -4625,113.233892769592,1490.74734312425,99.7178213790439,1341.71810768147,139.803053704142,5316.56459914489,31.6217413920682,480.95052979215,684.168801591764,12859.1827890691,215.10412752363,3778.3715274858,71.4069952092919,2952.14524811506,418.229480734482,7174.53446430171,477.502452025205,8798.24719524058,35.8856730236749,868.536267997874,304.282617339709,1159.23101819005,134.80836980055,1527.07574732372,78.3479608923194,664.81503972845,295.796509368837,2195.32204691233,229.027155292761,1590.04368914023,105.751227099119,1363.83148545462,1754.00930406965,648.493806557316,18516.951863101,8107.65661322578,432.113418320865,3889.80788699706 -4626,117.920796867796,1466.18841051126,101.056643188224,1319.61431877039,140.751692651013,5228.9782268966,32.8241822268501,473.027234335124,687.109782386273,12647.3374988316,216.365420548389,3716.12572026812,71.6775028536031,2903.51089263784,429.849229089005,7056.33944671468,493.85285249801,8653.30274105324,36.8958478765559,854.227791262307,323.829838883382,1140.133565768,137.046901117444,1501.91833178551,81.1876656039818,653.862715824536,306.395687232464,2159.15578006462,230.114672797434,1563.84892448516,108.60312661423,1341.36339540486,1714.88715832077,648.377794267326,18955.2221887928,8414.21759238611,421.63088256645,4047.15361050409 -4627,124.679407588213,1410.1859514647,109.023339822408,1269.21039638607,148.751387313939,5029.25243660407,34.6959777763247,454.959509799285,726.22488511468,12164.260429576,228.669987141113,3574.18476849877,75.8134717940182,2792.60853609863,454.544857906048,6786.8158588523,521.531053665745,8322.78162323572,39.0079593648611,821.599749358801,341.58893337074,1096.58508123028,144.805701604597,1444.55113445665,85.732718482615,628.887808300704,323.973718831362,2076.68477410023,243.233003898471,1504.11622934133,114.715054321964,1290.12874637942,1814.27332229229,685.582161569779,20032.6468358128,8889.79813866824,446.090132660084,4274.88826838118 -4628,120.378710869131,1381.20120613342,102.679872376486,1243.12324094898,138.18070187146,4925.8819549096,33.0590939234401,445.608341952321,672.876635303886,11914.2380900906,212.217188750817,3500.72152404205,70.3552997187654,2735.20968941128,432.839677831456,6647.32068867647,501.955577861949,8151.71644878352,36.9350119716356,804.712714372618,335.200222806677,1074.04603999212,136.673023453047,1414.86005243534,82.6928465340192,615.961744935366,311.05760431832,2034.00091439497,226.439648894844,1473.20085551363,109.536577635505,1263.61163839127,1633.20328507479,633.673347042894,18978.1716434736,8550.92070586556,400.665811057621,4127.32508042031 -4629,101.329773165136,1361.21272240184,88.9393676747603,1225.13299552513,114.251559760324,4854.59551895649,27.6094595155177,439.159581949639,555.698459042886,11741.8174802762,175.390689643278,3450.05974144197,58.1676878201543,2695.62624991204,362.111344893786,6551.12191556929,421.98711158368,8033.74634356106,30.7877092969891,793.067063522905,283.87482063387,1058.50264797797,113.891744660992,1394.3844642191,69.5852349482808,607.047662567611,261.189601097487,2004.56523622813,187.502636719524,1451.88097018265,91.7599756271357,1245.32488873824,1330.81668746082,522.897133560672,15839.1515249841,7186.74906506359,326.123334581785,3473.99564448457 -4630,80.6257257796268,1284.52753333605,78.3408580664191,1156.1139848691,105.645980725037,4581.10734985369,23.3540195466184,414.41911705563,518.730901356707,11080.3312344952,162.749764861471,3255.6974061459,53.9127165985254,2543.76562943499,304.296012599014,6182.05834863316,340.214126677964,7581.15774581748,26.5842162870477,748.388890370957,212.265189948981,998.870913458472,99.0799817971758,1315.83051412056,55.6217953871918,572.849065970745,212.494717416214,1891.63618288838,171.789612604193,1370.08790076215,76.3268801756486,1175.168348934,1376.9998180677,492.090058017669,13600.1594632361,5812.33811827377,340.100048921004,2767.33736881114 -4631,74.7558427394066,1202.37516352345,67.7377471112025,1082.17434467795,106.608435416762,4288.12116202244,20.1165702393928,387.91480969108,566.214197608197,10371.6851015016,173.532568502079,3047.4782357767,58.6761968210412,2381.07828386817,268.090969524125,5786.6828269104,296.801657815774,7096.30237403376,25.5679407914209,700.525439187686,158.854141943683,934.987804262381,96.8376657041774,1231.67615214594,57.792134880711,536.212320480199,164.062394416568,1770.65598494435,164.346299577265,1282.4634902469,69.2112499871556,1100.01008078621,1623.86684112567,520.278085334549,12884.0151611708,5083.22824113416,395.578759929505,2350.19525422364 -4632,79.4155377729859,1140.32698188348,72.3820336061469,1026.329087439,119.962085169913,4066.83405561242,21.2789490364916,367.896591332332,638.755095242995,9836.45764453657,195.423227607961,2890.21410653169,66.3273925809955,2258.20350872436,292.68080061221,5488.06293020122,322.521893154536,6730.09998393621,27.7128139358461,664.375050346681,158.444604980381,886.738060862803,108.104020179506,1168.11590245979,62.5154756125871,508.541257015074,176.474568141921,1679.28185521451,186.231213360571,1216.2823763953,76.1207318709338,1043.24441615088,1886.97283640323,591.922176696179,14159.6259695134,5451.2245096186,460.524526485095,2510.58255418479 -4633,83.5598062146689,1098.26728116917,77.9682105209572,988.47407309849,137.739226849133,3916.83337514858,22.7543795648334,354.327132071013,735.794745521581,9473.65077318219,224.610030272829,2783.61175277505,76.4196161544898,2174.91216752321,321.036121437653,5285.6417930952,346.291234254438,6481.86768250092,30.4253637076597,639.870310720615,152.010636371077,854.031707295452,121.412794858167,1125.03123811559,66.5935211239186,489.784274666378,189.312962339239,1617.34339951944,214.158648732464,1171.42114488189,83.4249990805288,1004.76549860154,2254.47835669367,686.898379820733,15684.2318922266,5809.59791970551,551.448599662922,2649.74956602311 -4634,99.7234280101987,1079.6672900129,93.8152914532046,971.733513370386,174.340120747373,3850.49882490978,27.1082987415629,348.326332779304,933.411932680876,9313.20729678982,284.494657716261,2736.46917202824,97.1326166085192,2138.07837690119,394.836745918797,5196.12543192115,423.142392072663,6372.09232668563,37.1730904207675,629.03362066836,166.07240574724,839.568031216566,152.492952782022,1105.97797900621,80.9626466397199,481.489405709181,229.179049149189,1589.95245976961,272.681475248946,1151.58223744227,103.250904204414,987.749031200075,2930.97037367279,877.778596962898,19413.1910687825,7004.54813695845,717.945928469072,3179.37261363183 -4635,139.519944382611,1071.74132255199,128.726298157425,964.599900748336,218.707075458273,3822.23184981771,37.7607236916983,345.769227266406,1166.14676711754,9244.83792163703,356.436374012725,2716.38042263672,121.072041617584,2122.38248632364,523.159871674693,5157.98005002694,570.750060210781,6325.31403034711,49.6573298555351,624.415809185734,268.653386137009,833.40466129863,195.051511240517,1097.8588616122,110.259257553373,477.95473405827,312.524510708618,1578.28042748976,339.522162899301,1143.12833370085,135.894873217334,980.497846734956,3499.58590148592,1083.7308313002,25416.9130510004,9627.14685435043,854.922454295408,4414.66669266115 -4636,160.201046111714,1061.06729885663,139.900929146917,954.992953642283,194.744528377334,3784.16427467098,42.0580967478072,342.325533487594,1026.88089086264,9152.76382039744,316.287748474816,2689.32659128142,106.322824855647,2101.24458627917,536.204172358201,5106.6090707471,612.193191108138,6262.31697087035,51.0949524988282,618.196930616105,383.56227822022,825.104355137679,184.35656791879,1086.92471989682,120.728249012415,473.194536751985,340.955670821489,1562.56152001978,298.082954302038,1131.74333000266,137.877900466791,970.732563798607,2691.98989274507,926.349966629481,25281.6892287311,10656.8219605809,651.819329794289,4998.10525712092 -4637,177.641774626397,1081.60539271274,153.312898121272,973.477864952771,216.215998592987,3857.41082663225,45.7232599629487,348.951610781358,1140.61273523763,9329.92536574772,351.208858513381,2741.38138742957,118.472108824956,2141.91642544916,595.712243319989,5205.4529579298,682.907235841813,6383.53082209638,56.1411006384198,630.162794229309,419.40441755706,841.075133527664,205.788604941649,1107.96331182762,134.659905659154,482.353723750284,378.388987196233,1592.80657157182,332.878921518135,1153.64943412788,153.847583300137,989.522132119068,3007.80640108796,1033.08386432991,28049.31139373,11808.4537985822,728.573417541805,5545.75692982385 -4638,159.628320716883,1151.20349396249,130.824736155476,1036.11828027046,175.476485601999,4105.6237803422,38.6158024691257,371.405612677108,921.759677959059,9930.27841005839,284.658571920916,2917.78115452761,96.4581179148338,2279.74239899857,515.575516215746,5540.40842732531,610.521034592047,6794.29211034484,47.2028314819857,670.711902297824,389.82296676376,895.195825506733,174.832556818205,1179.25746705015,121.292219011113,513.391756224927,334.545795016965,1695.29895353147,273.285128231491,1227.88335591128,134.640160459218,1053.19494847528,2295.94912895898,832.445937828223,23917.6478158098,10471.7838229505,553.810263901307,4978.41274824366 -4639,145.04623603157,1250.91448690283,120.514935440523,1125.8612171806,161.563835409558,4461.23060912998,35.7659081171472,403.574749252764,848.949011073854,10790.3851814797,262.115254064254,3170.50350780953,88.5647421213116,2477.20130130777,470.2888384326,6020.28850802429,553.086117916019,7382.77678416856,43.5069350248933,728.805323752644,355.513206944455,972.732824921223,159.394785366967,1281.39834274117,109.781590004849,557.858961240414,304.487434164115,1842.13653947859,250.260210376785,1334.23594194403,122.294096502558,1144.41697361939,2123.85388138574,764.997736166413,21878.0273143705,9535.24037369058,512.481139729568,4522.16935360657 -4640,142.287503008233,1349.49733348387,118.049382874949,1214.58878793538,158.53282185505,4812.8140445344,34.978878883484,435.379918995477,833.039950592646,11640.7605652757,257.199528178083,3420.36651936428,86.9100644721106,2672.42612154452,461.402877068353,6494.73914759563,543.356764551811,7964.60324686922,42.627602426322,786.241466807342,348.622374969633,1049.39255813845,156.550410374768,1382.38357998501,107.854427374524,601.823057080395,298.712487653368,1987.31278114349,245.750309087008,1439.38523755513,120.129985391102,1234.60689796376,2084.65714650847,750.921365331148,21469.6174450169,9357.72160424153,503.034482776027,4439.12799594768 -4641,131.156480029047,1427.88920794966,108.696692883703,1285.1438675409,143.411716695179,5092.38889440267,32.277563822479,460.671001169543,752.79335265883,12316.9686749752,232.592149068045,3619.05453167834,78.5105056656785,2827.6665120523,422.14987618896,6872.01649621554,498.487370682694,8427.26453741554,39.0882596091456,831.913985630814,325.287701226931,1110.35144085856,142.314211417172,1462.68580613762,99.0776580618265,636.782768649054,274.468432351001,2102.75515379457,221.977507557585,1522.99867201747,109.79482181186,1306.32482326705,1856.68644147989,676.579645073578,19602.2813920853,8607.14186718573,447.535373173977,4088.06294622082 -4642,125.819735993461,1502.95448994623,105.108359110526,1352.7049123937,139.481726687702,5360.09986684108,31.3278354830923,484.888845535834,732.584211269127,12964.4816064984,226.258335392503,3809.31113384951,76.3016998356627,2976.31921069146,406.917435129318,7233.28392039769,477.511733439274,8870.29259970415,37.8652926004245,875.648371730652,311.09997818722,1168.72350751422,137.316270728171,1539.58037323625,94.8104808626256,670.258950017377,263.839858592974,2213.29868035849,215.270393303422,1603.06393489563,105.48896281254,1374.99936796682,1821.27248525848,658.279719184095,18929.2924899156,8267.34362157878,439.269548339629,3918.86681224892 -4643,123.612279777495,1494.36320511383,103.033365846658,1344.97249383126,134.69607977145,5329.46012026581,30.7437367979467,482.117092823482,706.799430299766,12890.3732053919,218.43344551517,3787.5361052741,73.6199927597547,2959.30578396282,397.128645560504,7191.93655901754,467.481505755074,8819.58766433815,36.9874113105026,870.642934357209,308.582200423786,1162.04277525617,133.304409994164,1530.77972518115,92.9306791918308,666.427572826929,258.47585444849,2200.64688051404,207.750778755453,1593.9003980345,102.915520571748,1367.13950840781,1734.83316301248,633.685580063438,18436.1008905226,8105.98194679164,418.014570194164,3847.40108643032 -4644,114.169466502182,1452.39028553623,95.5514235742673,1307.19558516241,127.149043384402,5179.76893390998,28.5119993338064,468.575631219756,667.921240614721,12528.3149079018,206.263586374327,3681.15370252225,69.5227865258137,2876.18629651106,369.803647595295,6989.93307434535,433.093651050145,8571.86753681084,34.4447197495998,846.188754985331,282.204691910506,1129.40390420751,124.831300383285,1487.78395676542,85.9626701106338,647.709291472809,239.566284010804,2138.83622148654,196.012161661289,1549.1317280134,95.7677959273017,1328.73998382007,1664.29787757329,600.024534154656,17215.2130296654,7505.87606285572,401.482920525468,3555.57105053578 -4645,111.817138490603,1410.01238919131,93.1608339479635,1269.05418504275,122.795903388301,5028.63344838805,27.8195528004816,454.9035144841,644.637147863498,12162.7632818473,199.162115231271,3573.74486648918,67.1545283683527,2792.26482859983,360.338037890419,6785.98055398465,423.703752555172,8321.75727541977,33.5035106638337,821.498628850426,277.775616613814,1096.45011619289,121.280432409429,1444.37334259972,84.1825761750495,628.810406311553,234.118123441081,2076.42918076508,189.51732373908,1503.93110635671,93.4236252692519,1289.96996045622,1591.96675605249,578.670747848761,16742.6138018711,7338.95513645403,383.77043873758,3481.62549515187 -4646,107.477746409816,1375.09763131948,90.0744102939161,1237.62983733017,119.675824040768,4904.11431605804,26.8767070350153,443.639183627853,628.66195377649,11861.5886692741,194.140194395646,3485.25171730434,65.4394933071597,2723.12270534479,348.112058210357,6617.94595387647,407.051308598282,8115.69373827164,32.4640927259577,801.156661688842,265.643591162165,1069.29979423907,117.374278410259,1408.60773804193,80.7887759627309,613.23978916524,225.520180580333,2025.01259560585,184.356587660901,1466.69073113953,90.0247923863444,1258.02769585165,1566.40643311399,564.604102193983,16199.8608532759,7062.11038533448,377.866278141617,3344.42357577807 -4647,110.9799380122,1373.50665316642,93.8957673383384,1236.19790843442,127.259249745119,4898.44029076761,28.0173741096252,443.125896256168,669.456098881878,11847.8648957736,206.533475631603,3481.21930592218,69.6288379489105,2719.97207179441,363.51350221485,6610.28903760312,422.883079534773,8106.30393849279,34.0178255114539,800.229729144644,270.448106601346,1068.06262200275,123.661095262161,1406.97798893437,83.7603769046908,612.530275102439,233.994607976105,2022.66967047393,196.104541950091,1464.99378042317,94.0722881958849,1256.57216677906,1701.00310008466,603.078886414133,16987.4226843253,7323.03605659418,410.929577479008,3459.43824136754 -4648,115.761585320219,1400.35080741422,97.9316915641723,1260.35846656372,131.726061215383,4994.17662115656,29.2859727534475,451.786458535112,692.679292854507,12079.4225020189,213.756630778167,3549.25711833694,72.0442908886764,2773.13187970405,378.022495087072,6739.48216392605,439.685960651659,8264.73555060237,35.4193585829822,815.869617188364,283.390511296512,1088.93710244684,128.150992132235,1434.47631525928,87.1304966372447,624.501718523107,243.756499616103,2062.20122753,202.770134657366,1493.62598174748,97.6757866434602,1281.13092446017,1750.57613289379,623.206894447281,17644.2955033486,7627.72850728056,422.737898670934,3604.47210850897 -4649,123.354566481547,1431.76541054343,103.962223145647,1288.63256818027,137.116454819755,5106.21288784069,31.1376060816876,461.921556268399,720.075535351236,12350.4047886872,222.413362768156,3628.8789553693,74.8405066665247,2835.34260359167,399.011390429183,6890.67153472882,466.162266827376,8450.14151167683,37.4163859393876,834.172331117939,306.901942978213,1113.36564329883,134.256403197325,1466.65646890616,92.53683406714,638.511403479934,258.688964684472,2108.46337326692,210.695875394557,1527.13306239587,103.046368082193,1309.87102253801,1787.19027439254,645.422419313502,18580.5634700758,8108.99335139663,431.003723505282,3838.64298938143 -4650,133.106222949064,1419.00865079101,112.76900498769,1277.151095056,150.930682287643,5060.71749412942,33.7302186276042,457.805922328381,793.394331774023,12240.3650115183,244.894724408602,3596.54632834582,82.4127266483565,2810.08023578795,433.821410626453,6829.2769510533,505.135608589584,8374.85234464951,40.7337669300645,826.740012986896,328.123159110932,1103.44576541691,146.862763963306,1453.58883640479,100.13642952142,632.822387309137,280.045546731466,2089.6773623035,231.985233813524,1513.52659485343,112.099840648317,1298.20031879135,1995.72931263081,712.62332892041,20259.0055493938,8775.15823825864,481.779504630562,4147.27295222874 -4651,141.474692984718,1366.50634368117,120.036380078669,1229.89741624233,161.594332908778,4873.47455947585,35.881493206156,440.867430010248,849.843472591828,11787.4802439638,262.234709638838,3463.47668161722,88.3372254886308,2706.10927305958,462.562173749612,6576.5985789923,537.177185881043,8064.98878634545,43.4286582049352,796.151222680626,346.362778368228,1062.6190597991,156.855925961991,1399.80708711255,106.42112975435,609.408410723466,298.058915771321,2012.36079162933,248.501555868846,1457.52719128559,119.425382044875,1250.16783372561,2151.27572453018,764.397452004543,21605.3436421669,9327.42297405397,519.566132444723,4405.14201548134 -4652,134.140896053053,1317.93809419153,111.726085386799,1186.1845093576,143.614453962369,4700.26195100128,33.4367506173943,425.198158197785,752.798587486036,11368.5306474323,232.820028021007,3340.37809495336,78.3510533382332,2609.92897288904,427.916707543725,6342.85368490181,504.572440498842,7778.34365709473,39.9505627928638,767.85448524253,339.042224102231,1024.85154569467,142.653813756228,1350.05526549926,100.425581094749,587.748870048834,279.648845539305,1940.83763958326,220.971157406512,1405.72388675529,110.691787713717,1205.73447742758,1820.22012058799,672.58302455927,19828.2151443379,8778.53782856575,438.088716220437,4170.48215301668 -4653,114.009315025786,1318.66126658945,94.6198547908001,1186.83538658756,121.875786367639,4702.84105522546,28.2598267671185,425.431470804051,638.868342293645,11374.7687306968,197.580333134079,3342.21101051102,66.554706176433,2611.36108005859,363.621721891283,6346.33410384498,429.591130784015,7782.61175091425,33.8436133745949,768.275818514397,287.476504334911,1025.41389710789,121.358850840722,1350.79606107075,85.5114923941102,588.07137666853,237.659168578501,1941.9026063036,187.878565274292,1406.49522853414,94.2121068842564,1206.39608201821,1545.43219051449,571.390417228588,16841.0023049154,7459.41800662201,371.962117545654,3545.88000126589 -4654,87.5627376091129,1279.34962210959,76.1013128665162,1151.45370673105,103.050995739807,4562.64097481629,22.9350329596879,412.748599808646,542.503813406809,11035.6665854292,167.282885383581,3242.57373871818,56.1576940005786,2533.51174832436,289.219215759557,6157.1385641246,331.051634275749,7550.59821261719,27.6071057473389,745.372145975335,214.018372436306,994.844479783552,98.1987944397209,1310.52642104792,65.4334811778722,570.539919975208,185.288985721221,1884.01102579865,157.218805425978,1364.5650969775,74.0852901966644,1170.43126294011,1392.01487615075,487.030218738869,13575.5434267076,5794.78019067747,336.537153969878,2723.31312135537 -4655,76.3414405293882,1269.65911141632,70.580699456051,1142.73195134453,109.880546948175,4528.08097621085,21.0161960265789,409.622210703625,622.087327418717,10952.0762648435,178.940097269495,3218.0126688232,63.627436405953,2514.32151114106,277.723698185073,6110.50094758537,278.261141517535,7493.40575212366,28.3612924835605,739.726279805363,160.924898836906,987.308970409984,91.3562979440718,1300.59975981514,54.6749205354578,566.21833102102,149.415425692094,1869.74047091966,161.467566642166,1354.22911654229,64.6444951592604,1161.56576091217,1733.74654354381,533.805671585751,13228.5152629617,5178.95221628246,402.326310003503,2332.76066521053 -4656,75.8362761435665,1201.42057663162,69.4471183743528,1081.31518734051,108.719152732673,4284.71674684818,20.5743477812429,387.606837268069,615.542545982241,10363.4508374013,177.052486377987,3045.0587889474,63.072709115942,2379.18790373794,275.631743602562,5782.08867714639,278.186191514528,7090.66849416646,27.9341351132059,699.969279661167,166.518418326729,934.245500920589,90.9924549113582,1230.6983026814,54.6915096776394,535.786612042518,148.36239099766,1769.2502298652,160.49959982687,1281.44531981708,64.5212200836789,1099.13676334265,1716.75139620661,529.424963613816,13123.6967384125,5148.42771442612,398.394782544186,2321.73154407547 -4657,76.3660800720748,1156.06320955834,71.0279368623434,1040.49217262936,116.523831944664,4122.95535032151,20.937848410113,372.973472449755,661.12007245762,9972.19830442427,189.93223997299,2930.0983396789,67.7754323983368,2289.36615339911,285.661417082762,5563.79682857921,283.513348691353,6822.97368358936,28.9529207148659,673.543260184606,162.478010996114,898.974824734389,95.8953491741585,1184.23561030128,55.447082519183,515.558999407904,151.449594106009,1702.45552559481,172.185791224137,1233.06676955267,66.7430274213513,1057.64092865466,1899.50940002739,572.835974367828,13678.4964971567,5226.75595810647,441.641584596679,2339.9629699879 -4658,88.3175291193854,1143.04610920175,82.3212114833497,1028.77638501551,141.307810600075,4076.53148429313,24.0354169819473,368.773846442213,803.143995515531,9859.91282986609,230.501582557149,2897.10586675274,82.5592897785853,2263.58822990377,338.310035797587,5501.14930110624,334.687914770626,6746.14801139832,33.9882966987823,665.959262925773,158.141070247701,888.852501478305,115.782729592365,1170.90129288881,65.2173652935357,509.753881504706,177.161482077263,1683.28612876073,210.29141703037,1219.1826205261,79.5947790332549,1045.73204859022,2363.87604270715,701.855462716825,16272.9179013279,6082.04485896429,550.413844304467,2716.7517700897 -4659,130.603495792222,1182.27097254492,120.631605774958,1064.07995920036,191.734475307883,4216.42207059429,35.7057386073055,381.428719780025,1086.41029098656,10198.2664012693,312.349783924217,2996.5231875408,111.308338731363,2341.2657078886,479.793847577423,5689.92718839279,480.561005738393,6977.6493757874,48.7417897791418,688.812375210648,253.920852983468,919.354436283946,159.262842570065,1211.08203698317,94.2869041826792,527.246637203452,256.79867074214,1741.0499125981,282.915131777635,1261.02019059043,112.106699188265,1081.61747470673,3064.22467755329,936.486521633898,22942.0141682867,8890.12969315769,711.606470136489,3998.31289473901 -4660,181.354048857115,1284.4118260891,165.965453679324,1156.00984481535,251.092403526516,4580.69469437865,49.5389336708968,414.381787147258,1419.62510971347,11079.3331440773,408.667354169325,3255.40414051008,145.17428092677,2543.53649295465,648.386153319863,6181.50148322274,655.450908636591,7580.47485279358,66.1626091779322,748.321477243631,343.886041792733,998.780937494187,210.87250815121,1315.71198717404,129.186853692372,572.797465061753,352.07027171326,1891.46578870897,368.56948267729,1369.96448643667,150.923736053565,1175.06249250754,3879.09784283912,1211.70947454336,30746.77667457,12212.6899525805,899.009279030629,5533.64514809312 -4661,196.644517330143,1520.10813630667,177.104694423167,1368.14371766189,266.09185329558,5421.27620863151,52.5812658282622,490.42301961501,1503.5613901647,13112.4489163617,432.973917293304,3852.78788348101,154.123703218541,3010.28878697437,696.796503714121,7315.83944368541,710.118413103049,8971.5317678804,70.4264796933646,885.642395239174,291.015770790353,1182.06248076666,225.76062664771,1557.15204120266,140.21081507102,677.908805735182,380.171004620574,2238.55968666764,391.952995330755,1621.36015877754,162.669003961354,1390.69262618701,4073.6963925686,1282.31417122151,32845.788376371,13134.617492762,943.566590236229,5993.13394164197 -4662,177.029356629335,1719.81939451361,152.352571215482,1547.88994540464,220.682759405556,6133.52151990505,44.7902119795518,554.854618895132,1243.85197609225,14835.1577215546,358.704742658789,4358.96576480197,128.234171425042,3405.77944112849,607.296450511396,8276.99178886546,636.521711580369,10150.2083729279,59.8881286175787,1001.99777341929,351.246894610198,1337.36142277924,193.829969683269,1761.73011426243,126.467050361197,766.972219915626,337.189481477276,2532.66085020851,328.077613592432,1834.37387114593,143.147206373339,1573.40132139191,3244.77195996863,1057.38973788663,28276.8608047864,11709.7752837004,749.61123557656,5389.89596925219 -4663,160.568385930305,1843.74219832608,139.819686693225,1659.42425106463,201.884336428888,6575.47675451601,41.3181041100367,594.835061202697,1137.98699183358,15904.1155119597,328.160187255028,4673.05412839412,117.026406605321,3651.18528947389,552.188798978838,8873.39629092019,575.500830908218,10881.5888218672,54.947700273205,1074.1974322277,316.62412245934,1433.72594672293,176.043089163505,1888.67282465209,114.269767105343,822.23694610805,306.18062881562,2715.15352046513,298.792180562237,1966.5509788573,129.672279437802,1686.7738673064,2972.18401530555,965.517799767972,25774.0622307201,10640.2879367889,686.706796227478,4887.89280384318 -4664,155.221036199414,1899.68680515211,134.395842295579,1709.77610468477,191.59432863763,6774.99622207448,39.7054840173262,612.884121236977,1079.20193069527,16386.6935481083,311.338450554233,4814.84845090142,110.982709619689,3761.97308055122,529.718208026522,9142.64145282937,554.735820667126,11211.7685014529,52.6301103872246,1106.79176838493,321.306038912145,1477.22944436946,168.052351804873,1945.98075994483,110.298011159087,847.186053803049,294.951254615613,2797.53933140586,283.545224265495,2026.22196833479,124.482078364328,1737.95558940212,2787.17610472626,913.505568215326,24693.521276453,10272.2619131288,643.459994174984,4724.49682998732 -4665,143.466721413845,1969.54524700604,124.215706448572,1772.65083449203,174.911961295184,7024.13764810153,36.7637221985008,635.422115200251,984.706390449068,16989.2922898082,284.165347898048,4991.90806390212,101.223089993892,3900.31460979224,487.027579553171,9478.84986602233,510.893093400719,11624.0662948651,48.4995089235227,1147.49255558123,305.519684324837,1531.55258172269,153.817689069159,2017.54160007847,101.668734972185,878.340188010093,271.96357469207,2900.41509923615,258.538852284259,2100.73357160232,114.346458382654,1801.86658207611,2521.87425465157,831.626015441802,22683.325996286,9484.08448751981,581.866063979008,4364.23557034245 -4666,137.860626617664,2018.74989056281,120.285442446486,1816.93651546046,170.410159117737,7199.6198766992,35.7186996204146,651.296702866641,959.788511664052,17413.7314199438,276.903641446405,5116.61962223056,98.5583187292607,3997.75516893951,470.450541741849,9715.65754012619,490.538251892129,11914.4673605876,47.0537604798902,1176.16006767178,296.969992691503,1569.81496690357,148.816090273476,2067.94532420907,97.5140669646283,900.28353556117,261.957330918635,2972.87542546706,251.308831046934,2153.21565941197,110.142321914917,1846.88215257021,2475.1995756096,810.980239518387,21949.1212030823,9129.80557921779,571.381990754161,4191.75170361615 -4667,131.810976745855,2000.20775162707,113.861094416703,1800.24802449653,154.736935577959,7133.49164919445,33.9303654798621,645.314568076491,869.66136514629,17253.7869766585,251.209751399247,5069.6236707458,89.2823008812172,3961.03594377937,440.391986043884,9626.41960490534,463.648828022443,11805.0334430041,44.0750191411965,1165.3570833658,294.599168328009,1555.39627771587,137.042116223671,2048.9513271358,92.5025652732246,892.014466432807,248.079808915116,2945.5696807409,227.677619668769,2133.43845763869,102.976183660361,1829.91861209846,2168.19844021192,728.877772818667,20409.8557511262,8667.72601713254,499.303987333338,3999.08827219949 -4668,122.644087226173,1981.98381112784,106.568182743669,1783.84592183715,148.290093642825,7068.49823675472,31.7361529950426,639.435091665932,834.407154885937,17096.587312277,240.863014690897,5023.43420864918,85.6263751402801,3924.94685088589,414.619487492303,9538.71306644318,433.645328348686,11697.4775019367,41.4928169487837,1154.73948720343,272.135059063777,1541.22502515735,130.110615493094,2030.28328275833,86.3377828252226,883.88730136833,232.055438682629,2918.73252517319,218.222120369273,2114.0006490015,96.916801107748,1813.24618000825,2119.76965089878,702.113197121684,19282.9898709159,8096.60346783656,488.819914108491,3724.54348075466 -4669,118.344030061018,1957.22239013119,101.944968743868,1761.55988720066,138.43231690883,6980.18971492338,30.4233215736538,631.446468642942,777.919056297701,16882.9953577573,224.72684026937,4960.67518479088,79.8741941770905,3875.91150517893,394.853443816534,9419.5435310119,416.096537495983,11551.3379808174,39.4458112887034,1140.31303708635,279.082907655531,1521.97011425232,122.763178779427,2004.91844434513,83.0360650257818,872.844675560848,222.59610167646,2882.26806747851,203.716990093255,2087.58990852863,92.3450153958991,1790.59284057043,1935.17657296027,651.879735795584,18303.2417190011,7787.13643711479,445.573112055997,3590.48377404148 -4670,112.984357572075,1926.1259826326,97.6690555332135,1733.57217136327,132.580246179223,6869.28825329734,29.1441446260926,621.414028383991,745.079780377402,16614.7578257891,215.232427163065,4881.85983003496,76.4497875593691,3814.33090800138,377.337953572046,9269.8855434638,396.235039859056,11367.8099796988,37.7951502465219,1122.19570966562,251.948171926084,1497.78900784759,117.162554047309,1973.06424051977,79.0485829319511,858.976893416581,212.607833146763,2836.47450676797,194.699400429484,2054.42221802351,88.0180118493245,1762.14384830711,1855.33979209498,623.77193043681,17482.2295381394,7424.72555885527,427.225983912515,3424.32719631825 -4671,115.411610876959,1879.35119967966,100.343707948179,1691.47343909969,137.135623737039,6702.47181969625,29.9736385666713,606.323371509177,771.028168647476,16211.2786670402,222.670153431566,4763.30687139387,79.0579493142501,3721.70223161097,387.280711442202,9044.77208349091,405.804635453139,11091.7497171588,38.9046428369033,1094.94387815323,249.280814144792,1461.41612446246,120.704616715539,1925.14959088902,80.8919429559736,838.117168708317,217.639997533712,2767.59247070079,201.343146826939,2004.53184002736,90.3660862386978,1719.35127046972,1933.99580644361,646.26960267453,17976.9358202331,7597.59436462937,445.573112055997,3501.27412871738 -4672,120.869851990126,1856.61466251954,105.210982958825,1671.00986171724,143.374825871814,6621.3847936954,31.4833728936005,598.988024145834,806.049038379934,16015.1533553427,232.793770168374,4705.68001394171,82.6478306271455,3676.67678820138,405.313216729091,8935.34772650211,424.190214043153,10957.5608653583,40.7698454627764,1081.69716185129,266.582839996525,1443.73579838722,126.12631549091,1901.8589812257,84.56121086723,827.977561936514,227.861275148631,2734.1099214759,210.337206619471,1980.28085773242,94.4455876417077,1698.55042491249,2019.49398154329,675.313567746146,18804.3107216273,7953.75995581726,465.230749352585,3664.03411773573 -4673,131.342774660772,1835.7005208123,114.58883682741,1652.18649586343,156.645351411823,6546.79711394198,34.2758811581978,592.240624876174,880.797468630855,15834.7480221853,254.35808417528,4652.67210625507,90.2562792156787,3635.26025685943,441.282649651233,8834.69403011154,461.49013381231,10834.1276159446,44.4384306812287,1069.51220598297,281.716395474053,1427.47259865879,137.5406105046,1880.43517743727,91.966966253076,818.650672296821,247.819836964286,2703.3110898738,229.714858761027,1957.97365779759,102.85141259672,1679.41682384779,2212.48239378896,738.073904897827,20505.7204117666,8652.21869480096,509.788060558185,3984.26429657842 -4674,139.881287147658,1801.42215420169,122.16720824659,1621.33491970914,166.863925362588,6424.54759172814,36.542281143645,581.181608968601,938.208517122421,15539.0629190123,270.945127786931,4565.7919216231,96.0839395252016,3567.37838702455,469.894399915222,8669.7221965127,491.48952091799,10631.819998708,47.3667122404172,1049.54101183907,290.626212327158,1400.81714559949,146.448115001226,1845.3214725225,97.9484051424736,803.363860775627,263.911279819104,2652.83167476734,244.556593211103,1921.41206286695,109.526898529411,1648.05677087226,2354.79500914972,785.678514592832,21844.1905645734,9214.4347549522,542.550789385832,4244.83788052035 -4675,143.466725893907,1721.43930158284,124.159957607978,1549.34791120787,163.812880776922,6139.29871656944,37.2466665963682,555.37723942285,919.384357030467,14849.1310358124,265.787208327777,4363.07149792688,94.1831574477368,3408.98736296639,473.641639318162,8284.78793161944,498.683797429072,10159.7689083829,47.7318550490956,1002.9415604714,314.497241103483,1338.62109064307,145.445135320147,1763.38949726234,99.6726206901008,767.694635144168,268.57628987617,2535.04637698434,239.56120795377,1836.10167768826,110.148169868241,1574.88331649638,2240.22055134302,764.639493963618,21884.6120922376,9392.16080751555,515.030097170608,4341.64821680824 -4676,138.562935718705,1663.46981092028,118.452305044764,1497.17360033369,152.62269395089,5932.55775318049,35.5112534430435,536.674903728923,855.318364468632,14349.0863568416,247.477000523874,4216.14500901345,87.710774499362,3294.18966959168,451.26662601748,8005.79759126778,479.963000109563,9817.63855947846,45.2596178156892,969.16749049903,304.904614705618,1293.54300816675,137.39814101454,1704.00733321971,96.1696756979638,741.842508413491,257.830909090345,2449.67865757383,223.518179917117,1774.27093003286,105.205878935075,1521.84910052007,2033.12954736142,708.243682660624,20766.4478031017,9032.85792041089,466.541258505691,4191.96591672868 -4677,116.064633425857,1600.72738299265,98.4028901463265,1440.70350024686,124.704133126739,5708.79470391331,29.4843886685129,516.432705014688,698.128241255277,13807.8703331655,202.117980478919,4057.12127884181,71.6476340098417,3169.94007000926,374.531258314138,7703.83648859204,400.785503424497,9447.33879467732,37.44117316325,932.612621259296,274.956328547763,1244.75340679954,113.305087051496,1639.73591898014,80.4367006629122,713.861838243087,215.090713570761,2357.28215863548,182.756352389697,1707.34932723558,87.4051724431942,1464.44829475896,1629.91919154151,576.38068803382,17182.2573861918,7550.48583896618,373.495108635174,3509.42447595063 -4678,89.6975047920737,1465.89914379682,79.7393752433189,1319.35396989872,107.065290358419,5227.94659321247,24.0930711376947,472.93391001682,601.781595098289,12644.8422848888,173.822334094463,3715.39255973443,61.4094936905073,2902.93805421528,300.928445607834,7054.94728994063,311.493198283912,8651.5955167736,30.8252429437065,854.059259261379,208.745697706911,1139.90862694825,93.0030880214695,1501.62201585634,62.0597718060878,653.733714177719,169.132659884036,2158.72979668214,155.506186510648,1563.54039016786,69.4739829332626,1341.09875562223,1502.1763505745,501.509406886111,14008.4685649917,5916.47340146926,345.974416419951,2714.27949456566 -4679,79.1597954628261,1368.44444638101,72.1260287875281,1231.64176782471,111.855026524389,4880.38656119832,22.6027669035426,441.492708012303,632.42106032921,11804.1983129217,182.139908757248,3468.38889701856,62.0816785800046,2709.94732160755,266.709337221143,6585.92610500095,268.042852189448,8076.4272817562,27.3466521891108,797.280396241575,156.815667118019,1064.1261621102,86.6834541132897,1401.79241993397,50.9056464978054,610.272728764569,140.728996418206,2015.21490343154,153.426596724199,1459.59438797119,60.9770875956093,1251.94093464461,1705.47945521229,524.153709117293,13138.7665490456,5150.29333891475,389.224950862534,2293.6526561436 -4680,79.3514587699083,1318.66126658945,71.7428115532341,1186.83538658756,112.679793524222,4702.84105522546,22.3446802033482,425.431470804051,637.341923434502,11374.7687306968,183.518383752395,3342.21101051102,62.6909977231182,2611.36108005859,268.212333094402,6346.33410384498,271.095545002526,7782.61175091425,27.2860136478832,768.275818514397,162.427542337482,1025.41389710789,87.7453598944238,1350.79606107075,51.4792071399789,588.07137666853,141.288568691459,1941.9026063036,155.377663324428,1406.49522853414,61.6946167609357,1206.39608201821,1728.0987939515,530.192686121258,13217.8641049581,5172.60111042742,394.52052842529,2304.25939420357 -4681,79.9828918008384,1285.94495202162,73.4537750827092,1157.38970494693,121.131107512018,4586.16239693503,22.7405004929605,414.876410017383,686.782803757781,11092.5578844708,197.508255761594,3259.28992263019,67.6050136865166,2546.57256104315,278.592308639199,6188.8799735429,276.790712555696,7589.52321434059,28.3460785018488,749.214704041553,158.513345515233,999.973122839327,92.7676730282962,1317.28247424548,52.2969935037054,573.48117929572,144.517839472355,1893.72351881723,167.313288101241,1371.59973148669,63.9727710979235,1176.46509465041,1921.3935178342,576.297603130315,13808.1649044498,5260.42487754559,439.532937708712,2324.67793410562 -4682,92.6545986032239,1299.42488417195,85.2794532464315,1169.52205530116,147.441772121238,4634.23689487049,26.1196054688743,419.225356563668,837.629443081487,11208.8357449042,240.638718254479,3293.45546521134,82.6990875518171,2573.26703601642,330.916129919469,6253.75497616158,327.606413239157,7669.08047518742,33.3746389536709,757.068355444463,154.425108402138,1010.45535213447,112.440144240827,1331.09090231834,61.6790463334208,579.492702086213,169.503667905826,1913.574496501,205.235147086439,1385.97754080799,76.5334549780899,1188.79740298771,2403.77750948731,709.608813570015,16476.4193412336,6135.43596286133,550.740066526579,2703.12190793843 -4683,136.465708113753,1324.15737625243,124.408205514547,1191.78205303016,198.269575653564,4722.44224532787,38.7060308796696,427.204646430625,1122.39115408919,11422.1781586666,323.044620604393,3356.14116732689,110.397621603521,2622.24509343587,466.087436838524,6372.78528511224,467.585378866249,7815.04926063051,47.5330733780476,771.477951053632,247.831656989647,1029.687767412,153.29245405705,1356.42610683919,88.6296030870579,590.522426727952,244.214795059021,1949.99635255178,273.312574634409,1412.35742545487,107.013030805713,1211.42427639365,3077.05915030181,936.023134627164,23067.2784863702,8920.92163365363,702.987921455802,3962.54633355462 -4684,191.800371962088,1398.55734087751,173.751755059873,1258.74429194257,265.839323388171,4987.78044628308,54.5008928966931,451.207843597462,1501.95073258,12063.9520642361,432.731649621033,3544.71149031416,147.440898863493,2769.58025592393,640.658430935395,6730.85072980844,647.286767751192,8254.15068389165,65.6156368980899,814.824711262653,336.28440261819,1087.54247172754,207.154736131313,1432.63914327674,123.11048494969,623.701902556739,339.558821872738,2059.5601115511,364.574243661952,1491.71305521333,146.579721316085,1279.49014599952,4011.0422070817,1241.30214734993,31496.3494229231,12423.6824459076,914.811023966024,5554.97819095135 -4685,207.744974008178,1614.78585137777,185.169904026327,1453.35655086981,281.082226322159,5758.93247922396,57.7823819867813,520.968301102834,1586.99890099212,13929.1386456884,457.396456884899,4092.75314960205,156.146071774927,3197.78022738423,687.283911157854,7771.49581826284,700.188699665504,9530.31052064365,69.723489621776,940.803338298835,284.443834263583,1255.68551591611,221.280447075996,1654.13698178561,133.404800064068,720.131365578541,366.093417884037,2377.98510721628,386.719647077263,1722.34420818427,157.6930159066,1477.30988522855,4199.40653965579,1309.85656491408,33581.1688429499,13341.9053636565,957.175644468069,6008.52927774606 -4686,189.919269957762,1798.76088190985,162.531411405653,1618.9396934222,241.29284133825,6415.05649578841,50.1774623769088,580.323019265532,1359.72328959557,15516.1067909936,392.287392412083,4559.04679777581,134.517073505988,3562.10823686359,612.93933071371,8656.91426506491,639.80606796297,10616.113426038,60.702929515711,1047.99050664102,344.302457330903,1398.7476940571,195.476429799542,1842.59534700389,122.457799834719,802.177037366154,330.75639558705,2648.91260037686,335.035703886554,1918.5735273953,142.017527411678,1645.62206792966,3503.06510633627,1120.4492706213,29652.873480092,12101.8055099821,796.984423194713,5490.10149120307 -4687,172.129502416911,1907.90204213337,148.987333678352,1717.17006870388,220.312413577174,6804.2948408576,46.2372776814643,615.534551973432,1241.5436364573,16457.5581614076,358.18463547598,4835.67036793834,122.529574431815,3778.2418151079,556.669547233486,9182.17900500165,577.969647407641,11260.2540386313,55.6165129250915,1111.57811350325,310.329987764538,1483.61775528907,177.292404325991,1954.39619614229,110.563643726582,850.849728352103,300.066521727932,2809.63735120026,304.5876053842,2034.98440938631,128.510600609621,1745.4714162169,3200.30684444117,1021.11861630332,26994.4458846773,10988.2959992943,728.141914878891,4975.53215305758 -4688,166.605375643179,1944.00280139095,143.463789821528,1749.66185386141,209.795316567833,6933.04369931195,44.5150918764388,627.181515069434,1181.46789213,16768.9632189169,340.974725537584,4927.16949522412,116.594234274638,3849.73259145385,535.063622735799,9355.92148569469,557.978387700075,11473.3172416945,53.3778885371352,1132.61106644601,314.900616424927,1511.69033251325,169.67300814068,1991.37670405766,106.86273214117,866.949255754082,289.481569374911,2862.80047979745,289.995919122238,2073.48978368427,123.606176817573,1778.49871111794,3016.11892814457,969.497315565608,25919.3464280793,10622.2299435172,685.777294376846,4815.5284911679 -4689,153.383245718562,1996.62081855366,131.933402230625,1797.01967525423,189.896451054163,7120.69929944749,41.0329968705704,644.157338201192,1068.58157349815,17222.846101093,308.52005712465,5060.53241470024,105.402063843725,3953.93269621913,488.978625524066,9609.15673667013,511.257129951966,11783.8637095827,48.8843677221859,1163.26727151438,299.412662500986,1552.60701627727,154.133392867485,2045.27698317071,98.0253016484522,890.41483450007,265.583291369119,2940.2874487831,262.079274933503,2129.6126045704,112.844640583017,1826.63705517716,2697.96409787979,874.062899999178,23657.467989792,9761.83096100416,612.963102888957,4430.13784994179 -4690,147.870488655381,2047.21394907392,128.274604532601,1842.5550368676,186.305358635026,7301.13339374561,40.0102273008919,660.47988476805,1049.04270605053,17659.2623162431,302.777739792642,5188.76316065852,103.378362017587,4054.12289313047,474.699686301987,9852.64679569907,493.014896120389,12082.4594915919,47.6632496903418,1192.74374113284,290.879048605167,1591.94911302957,150.068572582025,2097.10303065959,94.4086316852173,912.977392959055,256.879220206532,3014.79250516688,256.64187733942,2183.5756642858,109.261478741476,1872.92290278876,2672.92370706701,859.250581394051,23011.6827803376,9433.3683505497,607.667525326202,4269.93074211291 -4691,140.798030958615,2025.5477088585,120.825297200855,1823.05475940175,167.815923960308,7223.86344840098,37.8568921182115,653.489840641343,942.619693962442,17472.3693832676,272.410952548087,5133.84902278319,92.843661981161,4011.21697188803,441.555127268425,9748.37346738873,463.419288705921,11954.5874292428,44.3573284310702,1180.12059911951,288.362952352905,1575.10106844233,137.112433229493,2074.90880028162,89.0687359394325,903.31509678525,241.927798743923,2982.88610933261,230.467731195358,2160.46626973896,101.483014801168,1853.10123366857,2317.73424563572,764.714715842801,21257.4463336187,8910.22375558807,525.58607310349,4056.25403991174 -4692,129.242600310141,1995.81086501904,111.105955782389,1796.29069235261,155.712020251842,7117.81070111529,34.8287011127682,643.896027937333,875.002698193613,17215.8594439641,252.813999383534,5058.47954813778,86.1427211025624,3952.32873530018,407.032263853903,9605.25866529314,425.855654232663,11779.0834418552,40.8795059678956,1162.79537798832,265.885850342672,1551.97718234535,126.706645397076,2044.44729167076,81.7902975573998,890.053626885799,222.510612369697,2939.09468539518,213.71841213437,2128.74870129923,93.475837104295,1825.89605762492,2164.9352979838,710.684051344604,19620.4915855209,8191.68467193368,491.164818945579,3724.14264672101 -4693,125.240410282516,1967.17324142864,106.883367579737,1770.51595707675,146.826535156297,7015.67818584593,33.5723908470416,634.656849815486,824.111401571447,16968.8313757323,238.255351788536,4985.89610058853,81.170295759255,3895.61729805385,390.123321066681,9467.43409134858,410.815779965488,11610.0669464747,39.1143082774916,1146.11058238412,272.608588237548,1529.70806900004,120.524519305939,2015.11179048902,79.043335279294,877.282366247437,214.521357012263,2896.92200822814,201.513583846869,2098.20357044797,89.6471465620998,1799.69651891614,2004.07469896064,666.842140036215,18752.9949339168,7915.1267936449,454.09577600629,3606.0631895815 -4694,118.857656104277,1930.63857929349,101.611210317166,1737.63364608633,138.60636328628,6885.38186685846,31.9340406097723,622.869899336775,777.720301662262,16653.6834731051,224.881704777804,4893.2972253905,76.5422544219358,3823.26725851749,369.323566640034,9291.60336199045,388.143718501234,11394.4428904318,37.1228284612137,1124.8248298052,245.832474684131,1501.29808136431,113.635738859343,1977.68680580562,74.7007815799186,860.989335123906,203.354265158256,2843.11990042516,189.745214385853,2059.23539168126,84.6264041482921,1766.27226177413,1882.03346368317,627.778095551131,17726.6268458047,7493.83143143844,426.293993801823,3417.76692989673 -4695,121.103000057493,1885.48370060386,104.052021666424,1696.99287710059,142.516978253531,6724.34261991484,32.7418384170219,608.301862084426,799.932115280074,16264.1776044103,231.263542401969,4778.84999276261,78.6746098068915,3733.84649840839,377.582370331219,9074.28603126752,396.222174965981,11127.9431467866,38.0642578433059,1098.51678371015,243.260742670541,1466.18486366109,116.493419038622,1931.43153630049,76.2146752350404,840.85202439286,207.523083342714,2776.62338700175,195.038015640779,2011.07281723464,86.5399086721852,1724.96167647419,1945.60453960178,646.233297936785,18152.4729425672,7646.66662413596,440.856832099401,3485.30935784052 -4696,126.762347028623,1867.34654124133,109.026409678142,1680.66888011287,148.803937747507,6659.65870158311,34.3724028045683,602.450383331458,835.123099819377,16107.7265138932,241.452094424042,4732.88048167078,82.1332105731247,3697.92925926431,394.820302777145,8986.99714523918,413.868472778567,11020.8993796271,39.8547675944338,1087.94974780197,260.219979784239,1452.08109362127,121.586425087073,1912.85238785148,79.6168959214675,832.763560322958,217.117054007849,2749.91402810161,203.464650447099,1991.72757008975,90.3646757274262,1708.36863734558,2027.66553198962,674.236329777542,18971.755315578,8000.36334385188,459.391353569046,3645.32909551074 -4697,137.607567558452,1842.4983419139,118.591968467283,1658.30474233012,162.20262373529,6571.04069565069,37.3754448794668,594.433763556128,910.425932003276,15893.3860097129,263.207673463334,4669.90151391941,89.4829334133266,3648.72206536453,429.202170623651,8867.40997087811,449.682171047068,10874.2477011601,43.3751485554619,1073.47273906548,274.957491547112,1432.75870237946,132.33385721439,1887.3986563841,86.4877130496517,821.682234772226,235.846505250203,2713.32177787142,221.687931494325,1965.22427111738,98.2541335571988,1685.63590751318,2214.35714346812,735.05608414613,20653.6564728026,8693.11586414956,501.75597407109,3959.81603398934 -4698,145.690724701416,1809.46383171547,125.479963972436,1628.57267491034,170.342761218404,6453.22723230217,39.5730834548904,583.776045295124,955.690892023523,15608.4304087867,276.358297533428,4586.17394376215,93.8649861749398,3583.30341963901,452.781076221315,8708.42445732135,475.183790690567,10679.2812046307,45.8029205844508,1054.22623808379,283.283897516274,1407.07049366364,139.209030530211,1853.55911973732,91.4446762742745,806.950134586857,249.283480316048,2664.67410535867,232.542737514865,1929.98938392666,103.631678810193,1655.41381433087,2308.95700357644,769.873647175967,21774.8834347131,9192.79820865301,522.938284322112,4192.62798274132 -4699,149.920109102619,1736.33664961283,128.077036629053,1562.75597911452,168.364743627691,6192.42825157931,40.5168060723623,560.183478025635,942.847580390027,14977.6355220176,272.908983427528,4400.82954988061,92.6160967349909,3438.48876399125,458.5038733927,8356.48454564383,484.044811449075,10247.6916211926,46.3677218969669,1011.62102391013,306.675068126841,1350.20552713715,139.012620560359,1778.64988258582,93.3815131940626,774.33827000831,254.625604393572,2556.98468646489,229.262305267554,1851.99131474129,104.701526829614,1588.51236798307,2214.28781509384,754.052139389356,21927.1119562108,9403.41500664704,500.432079680401,4303.24625505306 -4700,144.972799628048,1687.39234946614,122.377758153622,1518.70461516107,157.200255478692,6017.87450530568,38.6958159265333,544.392883332021,878.928917855188,14555.4421134751,254.619760551763,4276.77784456655,86.4152982088047,3341.56376609218,437.500777651889,8120.92982884145,466.510763699981,9958.82707719406,44.0277084742669,983.105192582144,297.361410937575,1312.14558951235,131.535205821799,1728.51284624062,90.2014027898522,752.511025440959,244.723873726876,2484.9077502367,214.296797490999,1799.78691140858,100.154466374888,1543.73497637377,2013.15882619088,699.389898479785,20840.7693680353,9053.71278016846,454.09577600629,4160.00585672219 -4701,121.021990148795,1624.24494477121,101.203681119898,1461.87002362344,127.192810933633,5792.6671568724,32.0034929330605,524.020029485857,710.094580207884,14010.7327612346,205.870569256677,4116.72768111368,69.8586904091057,3216.51218605028,360.963570717886,7817.0196904772,387.698359562334,9586.13717852917,36.2021207330776,946.314376579383,268.147590677455,1263.04107117918,107.588492840774,1663.82658625106,75.1058589777379,724.34975146342,203.20626213414,2391.91486960439,173.387703650325,1732.43335697572,82.7014094126043,1485.96367183654,1587.73481025566,562.285272334356,17131.4577492857,7535.30226897119,357.451485486001,3470.02641354716 -4702,92.7197731594052,1486.09011310614,81.1571850954288,1337.52645852257,107.313097504838,5299.9551687417,25.8896301377596,479.447996680214,601.528766852611,12819.0095347817,174.026731431427,3766.56755186341,58.8459339729889,2942.92247838768,286.492385076965,7152.12056738804,298.050953498821,8770.76067236773,29.4646923090081,865.822881857832,203.474396883846,1155.60947526345,87.0005414073411,1522.30502407329,57.3833262433893,662.738097197716,158.222894208767,2188.4636615639,144.996624656612,1585.07624832383,64.9036003210651,1359.57075209628,1433.5661073594,481.095740157362,13786.1317735865,5851.45476417498,324.354125718778,2660.14498621855 -4703,85.4449013169249,1388.11473167607,75.8754856359121,1249.34562494401,114.801957725672,4950.53818208642,22.5556554075862,447.838809635396,657.427979591794,11973.8741438323,174.764242371839,3518.2441902305,58.8568760725515,2748.90062884014,239.414945478852,6680.59348134944,239.10433385945,8192.51941046269,23.8259385384783,808.740658947675,147.708498939083,1079.42211749516,83.1243333988275,1421.94205545441,50.8555455137789,619.044907068438,127.916658177925,2044.18199243993,151.771031319302,1480.5748801661,56.3357929959849,1269.93657591609,1661.44684605779,517.839747748564,12848.7082207419,4958.33373267354,372.148879434245,2165.23615140244 -4704,85.6445565281143,1332.25690598673,75.4526794258718,1199.07187699553,115.637951712347,4751.32820863596,22.2955671383983,429.817747258708,662.491859540668,11492.0446815481,176.083862447039,3376.66981872799,59.4339295730027,2638.28469151221,240.758294640503,6411.76597187409,241.8270567066,7862.85190478499,23.7769636339939,776.196883044633,152.993215418411,1035.98610236732,84.1429316367524,1364.72301609013,51.42796899984,594.134500368015,128.430899058267,1961.92397816678,153.700116128368,1420.99645218092,56.9987835930772,1218.83424678197,1683.45854761297,523.824164532899,12923.295969832,4978.8053166325,377.212129494574,2174.62678570542 -4705,86.2565624677721,1300.92908118831,77.1570237709733,1170.87587852524,124.24436178314,4639.60142605291,22.6806033988205,419.71064627776,713.556009054058,11221.8109445404,189.487701895147,3297.26792558871,64.0867701971887,2576.24581581741,250.019847627187,6260.99424000112,246.890569791362,7677.9581010583,24.7192915949675,757.944727734473,149.314409766357,1011.6250418521,88.9715150190665,1332.63175549743,52.2205625846199,580.163515154438,131.420209605478,1915.78962496535,165.467401769289,1387.58193003203,59.1067907479223,1190.1735390987,1871.60790818613,569.837576882732,13496.7084520308,5065.73154752471,420.249755007378,2192.48282799687 -4706,99.8532043166703,1302.95396502484,89.4708818819026,1172.69833577929,151.163113291828,4646.8229218834,26.0388416741769,420.363921937407,869.949588455698,11239.2775873626,230.847032841915,3302.40009199484,78.3898828302972,2580.25571811478,296.923442378943,6270.73941844359,292.202991661632,7689.90877037702,29.1252771971577,759.12446154961,145.51876585587,1013.19962668189,107.848967564207,1334.70598424731,61.5685455737313,581.066534190116,154.194321535384,1918.77153343513,202.939787760962,1389.74168820995,70.7147285578227,1192.02603297929,2341.34208271229,702.043280814648,16097.5233139571,5909.00380354815,526.578006274305,2547.2221914888 -4707,147.247668228231,1330.08738879298,130.791074380181,1197.11924530565,203.436619892685,4743.59089596341,38.6158483985857,429.117809439909,1166.49455540649,11473.3304317545,309.946744987489,3371.17107205501,104.658552278717,2633.98837000355,418.346296729872,6401.32471504459,417.092822488177,7850.04762332645,41.4300457022714,774.932883229032,233.527783329374,1034.29904812765,147.006600820293,1362.50062937567,88.5264395122414,593.166980508927,222.022092543421,1958.72907800575,270.337527802296,1418.68242684436,98.8698196597362,1216.84943301006,2997.48451624284,925.06946931279,22550.9902068934,8588.75955758975,672.146445508789,3738.95498589754 -4708,207.075792547419,1407.2354068466,182.845188625701,1266.55481617667,272.887447777049,5018.72968696636,54.3934765828026,454.007593967406,1561.55783211255,12138.809039207,415.221199409188,3566.70646989436,139.786145157815,2786.76553640197,575.132863369543,6772.61574362241,577.415687360355,8305.36779316561,57.1560673280053,819.880708890283,316.812538927804,1094.29068650429,198.640675626171,1441.5286872603,123.005989900105,627.571980741762,308.608048018254,2072.33970806312,360.667298492726,1500.96915356677,135.42052403593,1287.42939852013,3907.5858679557,1226.05279243616,30803.552245196,11959.3150105131,874.676447921983,5244.81471116053 -4709,224.346171593468,1623.95567805677,194.908330579893,1461.60967475177,288.57816677479,5791.63552318827,57.6718136262427,523.926705167553,1650.19589139132,14008.2375472918,438.900572864212,4115.99452057998,148.044221700812,3215.93934762772,617.035093924544,7815.62753370316,624.621951394453,9584.42995424953,60.7249752047328,946.145844578454,268.032636159953,1262.81613235943,212.174698210885,1663.5302703219,133.313042541822,724.220749816602,332.680397465524,2391.48888622191,382.610823391082,1732.12482265842,145.684873232037,1485.6990320539,4091.19574032608,1293.38403365353,32842.644122256,12839.8680161166,915.182448404622,5673.09517472015 -4710,205.225559892035,1814.38140233776,171.194538204367,1632.99863855881,247.834598482088,6470.76513502246,50.0903670529888,585.362570474583,1414.39547247387,15650.8493604634,376.455256857692,4598.6377652872,127.548977415827,3593.04174505801,550.395974531476,8732.09129803247,570.791503123119,10708.3042326672,52.8458414068211,1057.09130335162,324.272045507737,1410.8944819644,187.405533789358,1858.59652789886,122.424944755984,809.143178849992,300.467004443696,2671.91587657775,331.562624461365,1935.23450622718,131.196106185063,1659.91272400698,3413.05471754703,1105.31750883364,28996.0471585355,11635.4120081295,762.019134079644,5183.77940436804 -4711,185.992404029637,1922.88617130006,156.935029634931,1730.6562422822,226.283393024829,6857.73386997549,46.1586535232694,620.368788233809,1291.45430310901,16586.8112214772,343.728265960694,4873.64837089686,116.181531921996,3807.91506988216,499.859740490569,9254.29327145987,515.621509577025,11348.688925349,48.416494439696,1120.30813719617,292.285241167085,1495.26967430184,169.975239277534,1969.74547739425,110.528589073567,857.532064210821,272.595239985206,2831.70345734838,301.420530278973,2050.96660793166,118.719120541132,1759.17986066518,3118.06963928438,1007.44027501175,26400.0688603719,10567.2769283383,696.196883295356,4698.62665045702 -4712,180.054908918312,1958.46624654337,151.157884276181,1762.67939593517,215.514186710794,6984.6257737887,44.4433707456046,631.84776628951,1229.12568125956,16893.7248600042,327.222478198873,4963.82779926559,110.556647399787,3878.3747292883,480.485287647938,9425.52985105399,497.794646106451,11558.6791015246,46.4595022483298,1141.03773024857,296.582736034496,1522.93735859578,162.664156857895,2006.19261261312,106.840171257802,873.399386896671,262.954365199674,2884.09981007221,287.000650139349,2088.91661626855,114.18681734074,1791.73080036364,2938.69537975671,956.266982592914,25349.8419312038,10213.9013266188,655.690882812717,4548.13384010086 -4713,165.795921937158,2012.27026509183,139.056379367226,1811.10465477292,195.106529960716,7176.51110004857,40.9718844092915,649.206221661023,1111.85158247165,17357.8381871163,296.08651343998,5100.19669684265,99.9469507261867,3984.92348714449,439.126973148299,9684.47298261429,456.119793415319,11876.2252353279,42.5389474817095,1172.38492109811,281.989332678916,1564.77629763016,147.760891639543,2061.30779508375,98.0147375322559,897.393875898325,241.221788943947,2963.33332249582,259.390592943717,2146.30443623545,104.243959227492,1840.95417471934,2628.78841976576,861.909022853039,23139.9372056218,9385.85275484678,586.071194483181,4184.93424192595 -4714,159.809262163556,2056.12343234284,135.168787911821,1850.57384373459,191.389650500652,7332.90795538589,39.9480352458785,663.354295859992,1091.38705622268,17736.1154962534,290.567721251685,5211.34467862207,98.0252885342697,4071.76645212576,426.280077920757,9895.52555383791,439.837347231158,12135.0424034739,41.4826087733747,1197.93456664989,273.946372879267,1598.87728191681,143.870167171583,2106.22963141048,94.3875595111398,916.950674213389,233.338284406547,3027.91289416979,253.989056707544,2193.07859428301,100.93540894007,1881.07387072932,2604.32213551704,847.535881767299,22508.4979283126,9071.88117896607,581.007944422851,4033.40550722426 -4715,152.25379037326,2044.95765354938,127.444091900656,1840.52430203147,172.489917418325,7293.08659697198,37.8109214051427,659.751950196911,981.133084021205,17639.7995167888,261.45281760282,5183.04447009246,88.0444900776035,4049.65472342899,396.590849156033,9841.78789993977,413.454820326842,12069.1430527856,38.5803684504181,1191.42918269782,271.536737978694,1590.19457845313,131.432708418789,2094.79175089095,89.0788757680891,911.971173356718,219.68707669226,3011.46981247036,228.139435498641,2181.16908044974,93.7455409905233,1870.85869862228,2258.47848595918,753.631799062629,20798.6971663566,8566.09399608342,502.527568487738,3833.49975087161 -4716,139.743710160855,2022.48145699345,117.171339318217,1820.29503913859,160.033798163552,7212.92804328823,34.7844206742214,652.500594901092,910.678788997059,17445.9199024806,242.63980508835,5126.07745854296,81.6884629849553,4005.14483571103,365.570959102633,9733.61648674842,379.937444593853,11936.4907061488,35.5597371241749,1178.33414552367,250.369523415496,1572.71669775205,121.461005937236,2071.76782613874,81.7942428177941,901.947668317316,202.066562634486,2978.3706491161,211.549190908086,2157.19577963892,86.3496158040383,1850.29602938283,2109.54962015013,700.506895039124,19196.8673239599,7876.11985094468,469.616443095594,3519.47322358066 -4717,135.452621401323,1984.5583050889,112.767386776696,1786.16304497783,150.940844099264,7077.67984859337,33.5347533936213,640.26568461666,857.905902267341,17118.7948906351,228.678395934715,5029.95938860338,76.9767841360636,3930.04515285402,350.415741938127,9551.10335896118,366.528269387556,11712.6719172589,34.0143173669991,1156.23943378206,256.688196810112,1543.22699636298,115.527537534277,2032.92051522277,79.0600928049722,885.035425034553,194.782244643561,2922.52380702817,199.492452005917,2116.74662597364,82.8109981620294,1815.60149255628,1952.90255521744,656.992490046495,18349.3486122464,7608.5139870431,434.173692673285,3408.48681304012 -4718,128.557145682641,1952.9701396863,107.219423586469,1757.73273201797,142.500630472267,6965.02459369321,31.8997108502359,630.074591568188,809.663373676253,16846.3154562381,215.845304755873,4949.89764956143,72.5886382266926,3867.4907214676,331.739784168712,9399.07868329075,346.301595480074,11526.2416083685,32.2795683757739,1137.83559934411,231.473644198301,1518.6634904736,108.923341559531,2000.56256971896,74.7184143940645,870.948338088574,184.636453201612,2876.0060679561,187.84555925896,2083.05442234063,78.1728651627753,1786.70260855524,1834.00400229302,618.46338790584,17347.1610973938,7204.07463763614,407.591629856554,3230.92662914039 -4719,130.974917736691,1904.74901193753,109.783404490441,1714.33224529448,146.510139685448,6793.04995164376,32.7056548507682,614.517309480841,832.733177276334,16430.3601309601,221.967518404824,4827.67885980503,74.6097319095527,3771.99783073808,339.148681113698,9167.00438543153,353.50658907355,11241.6451581895,33.1005231161919,1109.74110128799,229.060565622852,1481.16590426202,111.664650750699,1951.16632894524,76.2289382612524,849.443600140919,188.430273678478,2804.99409844825,193.078199745827,2031.62136078677,79.9409734778974,1742.58682153657,1895.92357200137,636.738590310845,17763.8389392612,7351.67347242834,421.515567522461,3294.66587442414 -4720,137.099027753115,1884.81838323238,115.038579107559,1696.3940711602,152.977207033185,6721.96984843163,34.3353090904951,608.087214884972,869.386718174586,16258.4385784565,231.747671057038,4777.16371357872,77.8899898093813,3732.5289622573,354.634977616251,9071.08405178157,369.250992234706,11124.0165077591,34.6561634705267,1098.12915781933,245.023128650188,1465.66750132097,116.546135772202,1930.7500056394,79.6325162910333,840.555318853323,197.138801438168,2775.64361943714,201.421536814983,2010.36318411493,83.4739887591217,1724.35300138029,1975.89841153001,664.306324540849,18566.0640068917,7691.75445709728,439.236942733615,3446.07600419443 -4721,148.823527426852,1856.58573640928,125.126122131755,1670.98382733515,166.747335715333,6621.28163232837,37.334529300761,598.978691895054,947.757679919962,16014.9038387892,252.627596436666,4705.60669931069,84.8594830230565,3676.61950547044,385.512976524773,8935.20851352551,401.202567514666,10957.3901462423,37.7184692747121,1081.68030897815,258.917777846945,1443.71330494162,126.849016348127,1901.82935020764,86.5029700808139,827.964662022097,214.148939880757,2734.06732396406,219.458553857843,1980.25000489925,90.7620833036078,1698.52396144763,2157.81310957123,724.276766137954,20212.1079665377,8358.27552315252,479.742943216254,3743.38675788193 -4722,157.579279544927,1824.44796088215,132.414892427939,1642.05884848865,175.132861240464,6506.66626142005,39.5319314888292,588.610281555501,994.964330740613,15737.6834688563,265.254627935382,4624.15194672067,89.0165339756269,3612.97667441327,406.70374901198,8780.53872377957,423.958216823152,10767.7160913484,39.8253063501481,1062.95626177671,266.76229712537,1418.72241267641,133.436519751107,1868.90840098928,91.4655742432317,813.632470445574,226.33864093058,2686.74021150679,230.213288092827,1945.971582472,95.7289104210157,1669.12225877915,2250.04239009774,758.479216234295,21311.061139077,8838.6563649228,499.995943457573,3963.90086080255 -4723,162.216342972159,1752.18858734056,135.24451826129,1577.02320688403,173.170375652197,6248.96221177037,40.483792374632,565.297689956683,981.945281102741,15114.374296527,261.964535553218,4441.00705577535,87.8386335874943,3469.88055070291,411.898918116587,8432.77532293627,431.878747019717,10341.2482304299,40.2982644139444,1020.85664851015,288.755066094229,1362.53226915494,133.236158695602,1794.88812024813,93.4239840716133,781.407614561458,231.138565030712,2580.32875515667,227.006326580761,1868.89912521694,96.7141924382225,1603.01473948033,2157.97178383889,742.380837246202,21464.2128617389,9039.08048256342,478.477130701172,4069.80837816842 -4724,156.912763320269,1697.66139639419,129.290577827571,1527.94707081632,161.744164624475,6054.49778128632,38.6705031240252,547.705921978903,915.658325892676,14644.0228861503,244.425291358818,4302.80524264062,81.9630413669157,3361.89968567717,393.074725265806,8170.3517724328,416.247254956597,10019.4340028071,38.2513528828059,989.088124388746,279.985003489869,1320.13097870734,126.058667044406,1739.03214220602,90.2608594335072,757.090618940109,222.10993070515,2500.03027601272,212.224773905308,1810.73996347119,92.5113836932389,1553.129760534,1962.11062820702,688.117850205536,20402.2121223782,8700.37041271261,434.173692673285,3934.99036020712 -4725,131.025256929289,1643.68381557235,106.968707429731,1479.36560063524,130.912487277147,5861.99346681043,31.987279718224,530.291471292205,739.982772765872,14178.4124113094,197.640450749993,4165.99644305398,66.2634753258586,3255.00722032218,324.341847874896,7910.57333600485,345.935483754401,9700.86352118787,31.4424906503111,957.639813030831,252.455823903557,1278.15707463557,103.101223894099,1683.73916787846,75.1683582908281,733.018727949304,184.399427457088,2420.54117025396,171.737956261124,1753.16702051966,76.3883499339271,1503.7476002551,1547.5927797346,552.884197248809,16772.2988024228,7239.40517645014,341.769379072265,3282.90263585887 -4726,100.299857369567,1506.45464468885,85.6795592041228,1355.85515848974,110.352811559365,5372.58273248696,25.8673392800664,486.018078658793,626.357166217227,12994.6739324033,167.040982052998,3818.18244600198,55.8077904258845,2983.25061005887,257.34972784144,7250.12914970309,265.922251289847,8890.95017577781,25.6117905154983,877.687624962661,191.585623287446,1171.44528861605,83.3915651300299,1543.16582414716,57.3988310588361,671.819882206864,143.648235201811,2218.45311978079,143.548745616027,1606.79722946442,59.9538293074426,1378.20153449354,1397.04170368522,473.896050852798,13496.987148525,5627.43302998276,310.124066195204,2516.18081321889 -4727,82.2368026474735,1402.95422748554,68.6919356955674,1262.70162408649,109.391193915644,5003.46139436224,20.0489860504598,452.62638373662,606.14864689854,12101.8795969305,164.884785562336,3555.85561292217,54.6003541056947,2778.28746440312,207.724494427503,6752.01166942064,215.186580864196,8280.10068504058,21.657825946191,817.386416640131,155.434591056684,1090.96156709806,88.467032047125,1437.14317874178,51.3956577415798,625.662742103747,125.555341014719,2066.03510689681,159.512945454793,1496.40281155279,53.6355276840031,1283.51270047306,1559.36107485468,491.485011028681,12002.6262095925,4571.6319202194,346.512621904715,2012.73559409911 -4728,82.4340154533006,1343.88551657392,68.3392765547897,1209.53798143903,110.201431170139,4792.80019895695,19.8312113103694,433.56941346053,610.888913461756,11592.353046888,166.149127236455,3406.1430969126,55.1400080732494,2661.31297168691,208.918250968462,6467.73110091795,217.643512563086,7931.48284412905,21.6215818474697,782.971921140781,153.600865998103,1045.02871187006,89.5502114481274,1376.63500727004,51.9746390716813,599.32040611198,126.069209236422,1979.04864071591,161.539954920114,1433.39962630892,54.2679543226469,1229.47284716187,1580.04104804152,497.112206443819,12069.2716750415,4587.10806110401,351.227079345596,2021.6161339568 -4729,83.0716957631846,1316.95457838353,70.0286012889276,1185.29931511266,118.489987645221,4696.75436445307,20.2260435940021,424.880852618741,658.429184156349,11360.0468425747,178.919531818397,3337.88532638133,59.4980683521257,2607.9813044713,217.225572541052,6338.12030865717,222.480080817237,7772.5390415513,22.5183636539559,767.2814712081,146.175434239261,1024.08674672536,94.6513367283827,1349.04778214238,52.7960244451988,587.310260445411,129.0911364114,1939.3892828602,173.887100706953,1404.6748604995,56.3266324641928,1204.83469395214,1756.7506979002,540.680342114294,12629.3377615084,4673.70830205459,391.29996759308,2039.60558713574 -4730,96.2146120291592,1320.28117085276,81.3704690555886,1188.29334986539,144.250578415714,4708.61824188293,23.2840638747998,425.954090426516,803.202332605183,11388.7420207508,218.097349170935,3346.31673652422,72.8154548637099,2614.56899633992,258.2377381227,6354.13023309493,263.544572277854,7792.17226980902,26.5766641632778,769.219603931734,158.593290941038,1026.6735627898,114.703607518384,1352.45544119636,62.2640362967288,588.793790645747,151.54729254949,1944.28812894736,213.250201727562,1408.22303208367,67.4308445624169,1207.87807455566,2197.77858801944,666.222301716197,15075.0612193009,5463.52416341467,490.30357385157,2371.32487667384 -4731,141.756275802015,1345.70790922089,118.537710029593,1211.17819044227,193.921878741926,4799.29953519747,34.3745645832986,434.15736064896,1075.89244865228,11608.0730012243,292.529448925154,3410.7620395664,97.1215023047432,2664.92187819797,363.178785156457,6476.50174801215,375.553435898458,7942.2384299557,37.6955299261436,784.033679939632,259.468067426697,1046.44583603495,156.430537776325,1378.50181027064,89.4799484252245,600.133121992765,217.990632938106,1981.73235420664,284.114250734973,1435.34340567624,94.1646177256576,1231.14008908738,2813.41098738789,877.980818306538,21030.6837289268,7918.02573557321,625.844225276884,3476.32845770212 -4732,199.268151595998,1417.15733203378,165.440840446189,1275.48485167068,259.968324406717,5054.11499652188,48.3159479343935,457.208642889172,1439.45522895516,12224.3955406285,391.667124336203,3591.85407106098,129.64869783978,2806.41404654595,498.821478015974,6820.36709098249,519.465358790477,8363.92603970693,51.9293236693946,825.661401314908,381.988614821856,1102.00614780643,211.433865884302,1451.69240238612,124.298451311891,631.996771513935,302.851991260066,2086.95105130093,379.079052936034,1511.55196265294,128.894254962356,1296.50661340099,3667.41090167914,1164.1001941705,28761.3364607845,11040.3497039133,814.422522912103,4875.03678614439 -4733,215.848266281957,1628.84432256879,176.283152372318,1466.00960401816,274.859461313925,5809.07026454153,51.2104830704981,525.503898096233,1520.86539090445,14050.406982415,413.922859840726,4128.38502747401,137.273684901777,3225.62039031578,534.943660712834,7839.15516143767,561.687399987509,9613.28226317018,55.1518343210847,948.994056973148,416.286201787809,1266.6176272146,225.873222444569,1668.53804746538,134.695864982564,726.400894165321,326.404476170897,2398.68805992915,402.161052411021,1737.33909212578,138.618126599996,1490.17147826516,3839.66341614209,1228.89266142479,30708.6601588143,11891.5534311297,852.138182439147,5273.9531386299 -4734,197.361334844389,1817.33194414995,154.658955777468,1635.65421624282,235.913924303143,6481.28787465326,44.431336942846,586.314485401209,1302.8178768224,15676.3007266287,354.834470573757,4606.11605677989,118.188448903331,3598.88473919809,476.6550165407,8746.29139975833,512.689942187134,10725.7180461771,47.9469602320917,1058.81034218537,387.695703047162,1413.18887450847,199.586668415102,1861.61897222093,123.651922702726,810.459005157609,294.633754799862,2676.26093848278,348.549108296115,1938.38157900894,124.721779796327,1662.61206929924,3203.0304795921,1049.92924971102,27080.9329798279,10735.0267422527,709.525844852512,4816.38874745612 -4735,178.871930760721,1909.69550867008,141.766846052247,1718.78424332504,215.40187653416,6810.69101573109,40.9351999135582,616.113166911081,1189.5886165609,16473.0285991904,323.990706304477,4840.21599596112,107.661637829926,3781.79343888802,432.928843116327,9190.81043911925,463.198039741404,11270.838905342,43.9254477182517,1112.62301942896,353.426162386323,1485.01238600837,181.014508483655,1956.23336812484,111.640838610404,851.649544318471,267.315526372072,2812.27846717916,316.857822328395,2036.89733592046,112.872321305132,1747.11219467755,2926.19743479147,956.926943156171,24653.1166333498,9750.90577442477,648.237898121066,4365.53724136842 -4736,173.139714155517,1960.54898260043,136.485295484632,1764.55392195338,205.107790209901,6992.05359235324,39.3930452523616,632.519706450717,1131.95191070742,16911.6905359335,308.372051954278,4969.10659493378,102.428412308134,3882.49919704755,416.02035468642,9435.55345544966,447.052944222308,11570.9712090752,42.1324280020396,1142.25116980999,345.897413884621,1524.55693031676,173.247238819319,2008.32610339911,107.905853329792,874.328205761183,257.820769760451,2887.16691356567,301.709779189538,2091.1380801128,108.538490633747,1793.63622117395,2757.79994725817,908.265746004806,23649.5320195974,9414.7100899812,610.522238594022,4224.80549058411 -4737,159.407035238031,2015.42329809358,125.486188798559,1813.94248070774,185.64188147806,7187.75599926934,36.2896609658492,650.223465058866,1023.72009631408,17385.0362417676,278.967761844684,5108.18821208767,92.5782423064957,3991.16747707089,380.085906477024,9699.64761568843,409.509035428242,11894.8341323298,38.5567351933448,1174.22193494814,322.633419879858,1567.22815083914,157.391201830161,2064.53766515509,98.9839328692531,898.800005360835,236.473027961239,2967.9765793799,272.694078415973,2149.6674878278,99.0652145976468,1843.83877196669,2466.90467472295,818.628086096791,21570.6662421964,8644.73498580361,545.698448781916,3886.58922779858 -4738,153.670470220755,2056.93338587745,122.025754436355,1851.3028266362,182.140687784766,7335.79655371809,35.3965517444079,663.61560612385,1005.06366032892,17743.1021533823,273.818299494863,5213.39754518452,90.8172632971347,4073.37041304471,369.080901799749,9899.4236252149,395.016590339535,12139.8226712014,37.6127569363097,1198.40646017595,308.797580959366,1599.50711584873,153.22859770796,2107.05932291043,95.3299845898927,917.31188182766,228.780745288875,3029.10565755771,267.005242949361,2193.94249755418,95.9450767438083,1881.81486828156,2443.99533708055,804.889158273134,20995.2924352407,8357.82498933606,540.983991341035,3746.3170943539 -4739,146.343754400776,2036.88704992534,114.861098889783,1833.26051244818,164.03191268507,7264.30379503092,33.4349872701894,657.148181619608,902.88742916633,17570.1825104609,246.207942152378,5162.58913332239,81.5111887469776,4033.67240808359,343.014838309811,9802.94642615452,370.975581294846,12021.5111277471,34.9275539130466,1186.72710357996,304.901843660541,1583.9187369434,140.031979167154,2086.52447265807,89.9432354141215,908.371999631072,215.282426713425,2999.58478436719,239.858726571728,2172.56090655686,89.0447935958901,1863.47519169882,2119.26268268283,715.858545304112,19391.8563851225,7886.90805982147,467.909901007388,3559.04855392993 -4740,134.329376253217,2020.94833386683,105.634663347915,1818.91518153242,152.206164211279,7207.46035073878,30.769232004715,652.00597293622,838.155033539447,17432.695186291,228.519739623578,5122.19168353456,75.6371206893722,4002.1087731791,316.246127529467,9726.23800993229,340.964092963937,11927.442361162,32.2020521883875,1177.44092036052,278.626494342328,1571.52451458883,129.398650885907,2070.19734194159,82.5923953276596,901.263955334674,198.0341052742,2976.11292313992,222.411034712303,2155.5605375817,82.031690693645,1848.89342980698,1979.54421416804,665.351630334909,17904.1773115173,7252.53658941207,437.265927641665,3267.7565335694 -4741,130.179210506703,1987.13279624404,101.589242599099,1788.48016559311,143.507177436165,7086.86145042509,29.6371935382068,641.096276662136,789.317476997255,17141.0024447895,215.298587144578,5036.48456144587,71.248880395586,3935.14344926557,302.984207674597,9563.49363797514,328.780368317458,11727.866316021,30.7812143550194,1157.73937872592,273.834310275941,1545.22896538668,123.099488712722,2035.55774481292,79.820762245807,886.18354744945,190.847820496948,2926.31508475108,209.747729288928,2119.49259995298,78.641250562803,1817.95680253728,1832.47402425429,623.981395696452,17095.3256837731,6996.63940287326,404.264725555501,3163.78512075216 -4742,123.546789479125,1951.32130650681,96.5691908380171,1756.24873183265,135.469274358004,6959.1442356618,28.1844234048846,629.542638789691,744.861464290769,16832.0926254268,203.197342405246,4945.7186018055,67.1816498882653,3864.22551689876,286.803537196828,9391.14332756017,310.615939790237,11516.5103537976,29.2050535030368,1136.87495941886,261.426042487922,1517.38132916417,116.065548541935,1998.873555701,75.4358122224734,870.213022945615,180.896822731818,2873.57794366844,197.503880720429,2081.29576296513,74.2326370532754,1785.1941499859,1720.88628355777,587.525151357889,16173.8939686187,6632.67159298562,379.513823990879,2999.07306221443 -4743,125.877873846763,1908.19131165372,98.8961152919978,1717.43042010095,139.295182193403,6805.32648454866,28.9016988675376,615.627877196989,766.159922933889,16460.0533995542,208.981072410272,4836.40353558374,69.0600845104574,3778.81465908704,293.254583228483,9183.57117527972,317.121762099899,11261.9612794711,29.952866143301,1111.74664713895,265.687102189398,1483.84269629075,118.980137213,1954.69251494575,76.9639490688096,850.978731250246,184.627990007861,2810.06333871481,203.001868708368,2035.29294669642,75.9199829925626,1745.73605856656,1779.00836350679,604.918845272766,16565.8100026082,6772.1663297545,392.4785819533,3058.52094208906 -4744,131.761261365392,1886.66970479552,103.619766897684,1698.06031707093,145.438646540159,6728.5723560461,30.3371055489469,608.684495229434,799.856147486279,16274.4080735501,218.18172910024,4781.85597797526,72.0938656235924,3736.19515705588,306.630776249635,9079.9939253564,331.237300016349,11134.9428292619,31.3576092286458,1099.20777112609,278.52957020864,1467.10712111338,124.182668113725,1932.64644253235,80.3997435759085,841.38093589985,193.156292331316,2778.36993457178,211.774738754249,2012.33781930822,79.2736772014468,1726.04670933768,1854.04249708002,631.067786051288,17312.9996404451,7083.20568413004,408.979182996382,3198.90966742308 -4745,143.032830182045,1859.99911001521,112.71441096828,1674.05596775954,158.535812488168,6633.45500386624,32.9901441716751,600.079927360422,871.988863154276,16044.3475908298,237.847384154296,4714.25806045837,78.5484161871912,3683.37905108846,333.350512815859,8951.6360903971,359.919388649837,10977.535548408,34.1308513006143,1083.66900195597,302.380781188544,1446.36760352476,135.157671862644,1905.32590519009,87.3378194286648,829.486893217008,209.829463393597,2739.09396671879,230.737183977784,1983.89073797573,86.1988737219931,1701.64673501275,2024.74715331937,688.07267236581,18840.7530462558,7698.46758557253,446.694842523426,3474.9534092948 -4746,151.438290696096,1825.6339622679,119.247719203047,1643.12628593359,166.485935274046,6510.89598754439,34.9204047664803,588.992913795256,915.303225895534,15747.9139137924,249.703712033252,4627.15792482161,82.3863539898938,3615.32532750417,351.616005167129,8786.24660436443,380.27818966149,10774.7157572635,36.028004813555,1063.64724755788,322.467617917597,1419.64466794677,142.184886097702,1870.12330434686,92.3443408296723,814.161380701239,221.755256150068,2688.48675494476,242.049319590197,1947.23658155277,90.9053275898636,1670.20728907562,2111.25458832392,720.672498510769,19864.9181237119,8144.30451117995,465.552672286948,3679.52044660337 -4747,155.8509805551,1757.3086463465,121.660074203108,1581.63141625791,164.52805914303,6267.22226407371,35.7131243295073,566.949542702108,902.839978203565,15158.5399124859,246.475170291288,4453.98409394101,81.2505389903319,3480.01986635165,355.84278549727,8457.41668149163,387.137280439065,10371.4663253983,36.4168871725205,1023.8396871595,338.911854530015,1366.51371593868,142.008046680165,1800.13295128466,94.3039351663006,783.690960728162,226.375854905851,2587.86871722272,238.698404239438,1874.36022333526,91.7935992474699,1607.6988985445,2024.71875276502,705.43220197709,19999.6431039028,8322.19648441314,445.516228163205,3776.55901688812 -4748,150.720974957493,1701.74008737161,116.206101027194,1531.61801718109,153.598264081662,6069.04392430739,34.0807293843332,549.021804643725,841.503112329534,14679.2056641445,229.867789678461,4313.1428829722,75.7779607589514,3369.97676744628,339.367586180104,8189.98132879032,372.910584080118,10043.5060440002,34.538733385419,991.464443257385,332.595175197467,1323.3026396306,134.390712690452,1743.21022784955,91.0956410597565,758.909555674557,217.467774084813,2506.03668633205,223.174424626994,1815.09032966738,87.7628583518503,1556.86120919302,1840.83564787513,654.001529795418,18991.2121803148,8006.00855563499,404.264725555501,3650.56487880081 -4749,125.82995618839,1647.67572821898,96.0696349974847,1482.95844385376,124.26345093987,5876.23012573041,28.1658361682174,531.579357204687,679.758956613482,14212.8466396431,185.789620472769,4176.11413949247,61.2348077216347,3262.91245389847,279.869544283641,7929.78525343257,309.767570628348,9724.42340503326,28.3692636454051,959.965573280055,281.347077254713,1281.26125522206,109.939396858668,1687.82836046781,75.8527195500728,734.798964940502,180.497648494004,2426.41978803779,180.612474841259,1757.42482821635,72.4376780568259,1507.39965851955,1451.84711344357,525.417878623929,15600.0598984228,6651.68812182594,318.225877259432,3044.73888416686 -4750,96.3813008249021,1511.60362980506,77.1031417410007,1360.48940224571,104.875731221917,5390.94594615733,22.8254000475861,487.679263654998,576.057680441178,13039.0890649157,157.207311412817,3831.23279879868,51.6408459927166,2993.44720843855,222.432520708287,7274.90972123506,238.496758220093,8921.33898986218,23.1535130580572,880.687516485145,209.400075607237,1175.44922884538,88.8630315851657,1548.44028620175,57.9483022851729,674.116128287984,140.720923500308,2226.03567935869,150.93143238534,1612.28918041591,56.9275198780434,1382.91215702258,1310.81918420901,450.097444972959,12570.6553713073,5175.78296467717,288.760518253929,2334.8000753283 -4751,66.5924808841939,1411.48766009741,63.8295239912814,1270.38197388476,97.3542780434041,5033.89481820345,19.1838197779622,455.379471947412,515.718369440491,12175.48896493,145.835857870473,3577.48401223553,47.8690283459077,2795.18632566988,180.275318726993,6793.08060484759,196.133337067141,8330.46418217472,19.9637123310218,822.358148267298,162.619643657971,1097.59731246493,84.7030887328556,1445.88456476075,46.4679053977695,629.468319465361,117.084609480308,2078.6017117176,147.997339762245,1505.50464274759,49.631982375208,1291.31963310235,1385.11444260968,435.608746203171,10593.0857682402,4035.75961538334,306.181937349585,1798.86419741279 -4752,66.3193653114709,1352.59250865328,65.2399541698156,1217.37454005521,96.803502552762,4823.85260100726,19.5631654785624,436.378496081254,512.8837467363,11667.4595384124,145.023783038118,3428.21139112382,47.6951470557802,2678.55553489589,179.573681143381,6509.63532770852,196.714874520498,7982.87067251894,20.3981257228379,788.044771641551,168.379364790321,1051.7994200924,84.7530489333137,1385.55418227166,46.6264338771093,603.203384211421,116.616142542868,1991.87083473977,147.880775885992,1442.68657749554,49.7256418066821,1237.43856314734,1392.73107173391,434.90697953109,10567.6447360014,4028.41133934873,305.140502188532,1795.83512202682 -4753,66.4620561792517,1319.73156072824,64.7576569053162,1187.79868397875,102.962357099716,4706.65812587476,19.4473147762955,425.776773135434,546.81110218038,11384.001085215,154.45326277492,3344.92372297614,50.8919344699423,2613.48059666916,185.160934637037,6351.48511901941,199.484032128393,7788.92852380546,20.2979698697964,768.899391168242,164.097421080344,1026.24617641397,88.6199116644372,1351.89243748181,47.0070146527693,588.548686015202,118.484438521332,1943.47875556216,157.343572434386,1407.63681328944,51.1366548297897,1207.37525588823,1478.43434641291,465.254289717871,10915.1877404516,4072.11637834241,335.342121859069,1799.39352760584 -4754,76.6541269356666,1317.8802391651,71.8006168798933,1186.13243806803,124.430985416949,4700.0556182603,21.3043844321091,425.179492790972,662.185693586647,11368.0315901214,186.87078771933,3340.2314585796,61.8178608148344,2609.81440187058,218.802614114332,6342.57524544459,234.942079247478,7778.00220230269,23.172346753358,767.820777861481,159.296356071476,1024.80655662156,106.603955851037,1349.99600058886,55.1322463280576,587.723068968675,138.285937916957,1940.75244042752,191.472592276488,1405.66217809614,60.819664915432,1205.68154793084,1860.19011288112,569.159592486359,12943.5630877279,4717.80482956195,416.574064421204,2081.27899719235 -4755,113.25684100996,1344.7243962188,114.251955549818,1210.29299872273,168.022709964336,4795.79195865618,33.9843225100119,433.840055975169,890.772323503066,11599.5892205705,251.805932012567,3408.26927810607,82.8288006465098,2662.9742153368,308.982121285352,6471.76838527154,336.343468283823,7936.43383097247,36.7658718897052,783.460667539974,255.870595609352,1045.68103924757,146.203786391209,1377.49432978805,79.5886175488096,599.694513640668,199.871144738825,1980.28400161565,256.415811552581,1434.29438241326,85.3647996733694,1230.24030817897,2591.3403249312,761.821615057339,18330.5685013991,6887.60427663006,534.256237620194,3066.54888639588 -4756,157.534739271557,1417.3887465277,142.049999904506,1275.69313177817,220.296723167265,5054.94030747196,42.7944324407447,457.283302705916,1164.82380686958,12226.3917214643,329.664480977084,3592.44060233262,108.060651003746,2806.87231950662,417.760563102481,6821.48082180334,459.19593524502,8365.29182575473,44.8230276821686,825.79622756956,346.812430472652,1102.186099735,193.976077191783,1451.92945627917,109.2397575901,632.09997333192,274.27346244309,2087.29183965974,334.532350298761,1511.7987913039,115.047920896768,1296.71832625391,3126.35586788814,979.855106010104,24426.720362887,9433.79103003064,674.849984362351,4246.9712895742 -4757,175.300656269853,1627.65831837714,133.580005687343,1464.94216404782,246.323725770666,5804.84052841027,39.2085432208471,525.121264951224,1303.1232978072,14040.1765132751,368.719270947265,4125.37904226136,121.220244175426,3223.2717316683,466.508989940117,7833.44726734879,514.244569765856,9606.28258069487,43.3134540439034,948.303069557204,294.518179812923,1265.69536976231,217.694094765656,1667.32314123351,122.287608382279,725.871982658331,305.713200594565,2396.94151235912,375.917330729081,1736.0740900522,128.963329389565,1489.08644540166,3463.03670894755,1097.01371902012,27050.6825474488,10392.4033377182,760.247667568698,4717.18436322007 -4758,161.62329542051,1814.1789139541,131.33274766089,1632.81639283341,215.676067321464,6470.04298543942,38.5814330286895,585.297242908619,1139.2143811147,15649.1026961812,322.565725962143,4598.12454864659,106.52240799686,3592.64075482827,421.303213920851,8731.11678018822,474.854290132161,10707.1091657354,40.8722715989669,1056.97332997011,357.488911237227,1410.73702348142,195.743267447017,1858.38910502388,113.464738972651,809.052876946425,279.121716491704,2671.61768573077,332.558642091092,1935.01853040939,117.681987417867,1659.72747461892,2885.01757202019,957.088261834762,24246.3874316496,9557.40046704964,650.896975658132,4354.63387208641 -4759,145.977090651527,1925.83671311225,121.014493352327,1733.3118199662,195.387262969106,6868.25660960628,35.8253290788018,621.320703160434,1031.89673273393,16612.2625876425,292.1981335428,4881.12666238955,96.2653182082169,3813.75806402225,380.610695707129,9268.49337318573,427.102174084706,11366.1027388589,37.7288084332378,1122.02717602992,322.162019822997,1497.56406684592,176.365455136414,1972.76792171631,102.022933583058,858.847890518437,252.129628360263,2836.04851925342,299.961963264624,2054.11368071341,105.929187887935,1761.87920595745,2636.61382636484,865.803173966523,21967.7315769221,8645.27402749323,588.410865994951,3932.62832944966 -4760,140.256207004103,1971.83047144675,119.392706629967,1774.70760623565,183.125775692487,7032.28761624912,35.4072469533869,636.159382927422,966.070911382027,17009.0046300197,273.694083209008,4997.70007621092,90.1087362041368,3904.84006778123,361.687404853384,9489.84798826225,408.399748910097,11637.5534693475,37.001163324941,1148.82396852416,326.35192679372,1533.32961192664,166.572454449417,2019.88251373945,97.7689553339646,879.359308778172,241.00247209023,2903.78039357658,281.112290353821,2103.17101126437,100.740150687257,1803.95725227448,2463.93637989821,809.136489321359,20867.7095076128,8291.01210792269,542.587718908619,3778.85865041849 -4761,128.068482785449,2024.39063358302,111.782964880021,1822.01335633889,162.710724084668,7219.73688364367,33.3131726287513,653.116540652367,857.256051203358,17462.388454885,243.007829315744,5130.91635931327,79.9089376223749,4008.92560152806,326.275015375837,9742.80479978047,370.197579339941,11947.7584824436,34.4707031273356,1179.44646621148,310.043041354569,1574.20130661756,149.027817089296,2073.72352794209,88.8260325583131,902.799086444002,218.821594230324,2981.18216340648,249.397090664377,2159.23212349135,90.7947262109076,1852.04266683696,2184.59453097517,716.11600494432,18816.1079407025,7550.10960353855,472.811563118067,3448.2196680033 -4762,123.36962174704,2058.26402342632,107.848107989826,1852.50044104237,159.368028550558,7340.54210669142,32.2537100850415,664.044901428011,840.186335503755,17754.5802294936,238.100213729884,5216.77011066402,78.2484868862233,4076.00549090347,316.441011844463,9905.82759769081,356.667713695344,12147.6759658165,33.1481543920871,1199.18171359235,301.209061741696,1600.54184271089,144.827257449757,2108.42238710689,85.451125179325,917.90529415806,211.457583025705,3031.06519681898,243.721992470706,2195.36176678641,87.8077462684896,1883.03222103637,2122.75141610514,701.23716535239,18259.4142120536,7291.67086972129,467.604387312802,3320.06900206141 -4763,118.945014889814,2031.70913589297,101.672511571011,1828.60023178473,147.793495701656,7245.8374099866,30.485078379611,655.477663467371,777.739883360271,17525.5178371911,220.584611724195,5149.46545878295,72.3995332153988,4023.41852141639,299.977760395897,9778.02662814193,340.704880672632,11990.9515779866,30.8312781017866,1183.71035754956,299.398831296093,1579.89230108656,135.775983536398,2081.22037671114,81.8917385595129,906.06285238421,202.28330095689,2991.9596231454,225.721032695303,2167.0380997794,83.1945885844429,1858.7381031379,1888.67389637832,644.084510402596,17204.394188206,6984.33473855693,421.781240226469,3195.63614632863 -4764,107.492792936153,1990.54616984997,91.5018814944392,1791.5523060175,132.17332146697,7099.03482196296,27.5288873329002,642.197512127504,695.141174915167,17170.44619683,197.208652933355,5045.13592259356,64.6646752980414,3941.90299488359,269.811036754213,9579.92121484673,306.727977493352,11748.0117181867,27.5466283934406,1159.72807170374,275.410317680477,1547.88326396982,121.632542608488,2039.05429979536,73.787267493412,887.705778644361,182.407714007106,2931.34172750581,201.54595321959,2123.13333302946,74.7375931469243,1821.07957610241,1654.87100666473,573.54885673765,15443.9674935335,6302.67253483992,373.875222818031,2886.04038806288 -4765,105.159950157181,1949.75925446402,92.4786298950925,1754.84283731899,127.482640182997,6953.57337173839,27.9922901419679,629.038683668786,670.063426898643,16818.6183684798,190.146145584305,4941.75950505436,62.3659906082612,3861.13216607932,262.45061162457,9383.62562426341,299.595023835688,11507.2912731347,27.7022914886262,1135.9648797478,282.615131313834,1516.16665037344,117.981545173987,1997.2734376115,72.1561733871622,869.516408797231,177.981045324259,2871.27761604835,194.588652387128,2079.62966508194,72.7808669507224,1783.76508437817,1594.59273912542,552.758807647315,15026.4894613112,6166.39910071545,357.212260241183,2824.18866437327 -4766,99.0034893600864,1904.31510625405,82.0984210468322,1713.94171693618,118.025192434535,6791.50248110371,24.7106564760522,614.377321192879,619.783971916681,16426.6172616384,175.950797702737,4826.57910478107,57.6329678566969,3771.13856199109,245.267260324367,9164.91612326241,280.056653385799,11239.0842886496,24.5190068519498,1109.48830001706,254.671108986628,1480.82849166855,109.467039743613,1950.72184930292,67.535040772061,849.250095168041,166.995839517247,2804.35511511039,179.634108771611,2031.15855332521,67.816276420423,1742.18985672857,1430.97109629132,508.049170229631,13966.4355523198,5768.97899029072,325.969205409592,2652.3581498546 -4767,101.688064835552,1863.96209374567,84.4254228584588,1677.62277407057,123.741339519276,6647.58849141227,25.3825494935967,601.358480116871,650.407006392675,16078.5322784061,184.567121533027,4724.30243515413,60.4513900879836,3691.22699637723,254.028498985497,8970.7087813442,288.972845457879,11000.9246965773,25.4638586561546,1085.97790769729,252.430784968966,1449.44928848373,114.030786536738,1909.38546388709,69.5739084048733,831.254229042464,172.180447834874,2744.92998285872,188.330734812189,1988.11768984644,70.2621841656754,1705.27232724531,1539.88937091926,535.203162080467,14516.7419620273,5943.17154679691,346.797908630653,2727.59368515116 -4768,107.756592458523,1844.98605193235,90.0173429045531,1660.54375727374,133.040557164363,6579.9128033744,27.1192083191391,595.236357944012,699.782906789543,15914.8449900029,198.5152221983,4676.20673575711,65.0544784541714,3653.64850802668,270.861646902828,8879.38259745825,306.809759901211,10888.9299260142,27.1170421415745,1074.92212375514,270.330133441425,1434.69318888447,121.977146522872,1889.94699004579,73.77474314158,822.791656192548,182.976168733191,2716.98525892676,202.461453605285,1967.87768360441,74.8405345302561,1687.91182453259,1656.38026536427,576.541259209321,15490.2650206941,6312.2210952913,376.99952830119,2889.84911893287 -4769,117.570120975846,1807.49680290537,99.7433225130131,1626.80228894587,146.72998731063,6446.21206921267,29.9361581814373,583.141435042289,772.132617426345,15591.4628232753,218.99562865122,4581.18841372978,71.7460486307641,3579.40808836009,296.818545042843,8698.9577183361,335.600512652961,10667.671990104,30.4306546896208,1053.0802116497,285.992166908643,1405.54089790695,134.071547203677,1851.54415589785,80.6308449243294,806.072916631337,200.040954058333,2661.77739604462,223.249558228041,1927.89133440789,82.0358680872868,1653.61424994702,1893.75894458,638.842350573034,17049.2114579538,6901.84105157652,418.65693474331,3156.57508774031 -4770,123.02834370936,1764.33787913611,101.908175858145,1587.95794030668,149.930444165321,6292.29114672558,30.5596306679634,569.217340293554,788.001949934451,15219.1740566454,223.620289891973,4471.80002576528,73.150443253914,3493.93994226085,307.360340247171,8491.24633957502,349.173534651075,10412.9521801014,31.0352125964727,1027.93504486188,294.173276524741,1371.97976940601,137.85384200035,1807.33348125025,84.0610398629425,786.825723770226,208.320917800644,2598.22018944709,227.75113997053,1881.8576623132,84.9175861584086,1614.12969249578,1905.88454893773,649.04865060392,17605.4872632036,7189.05361433385,419.698369904363,3300.77476652217 -4771,127.412736252688,1685.25175838265,104.875475265781,1516.77801785328,150.68742403121,6010.24035400016,31.6229361953229,543.702277764002,790.84964140452,14536.977380235,224.572490554185,4271.3524125246,73.4274689845492,3337.32472731446,314.397639987046,8110.62778498855,358.723481128374,9946.19351485145,31.4997883120545,981.858045639681,318.858966892916,1310.48102871827,139.687016950833,1726.32009054421,86.5599224768837,751.556405496289,214.527038215905,2481.7554475875,228.632619107554,1797.50373890518,86.7249612119908,1541.77662606672,1843.84321226614,647.237375482183,17915.0575545642,7410.12699549797,412.408323776992,3411.18047136032 -4772,121.992916329047,1627.57153724044,99.3321707063051,1464.86405837616,137.340377197264,5804.53103430226,29.9579090968558,525.093267293632,719.057746037827,14039.4279394108,204.408583426871,4125.15909125657,66.7970026725892,3223.0998779189,295.129069021903,7833.02961491497,341.102348452621,9605.7704067869,29.6680103830455,948.252509303016,308.547209857669,1265.62788724362,129.649332750367,1667.23424530505,82.6355255383021,725.833281663755,203.568385517378,2396.81371569154,208.634318058549,1735.98152855988,81.6203014909292,1489.00705244006,1642.67177726255,585.231653090077,16737.7501829206,7044.28245011671,361.378000885395,3264.15220242829 -4773,101.342698076926,1587.24745084232,85.0906207884895,1428.57114989263,109.72720162084,5660.72020597785,25.7284620336703,512.083758468403,573.330811230217,13691.5924727321,163.130190121268,4022.95573626066,53.2801152762755,3143.24559503598,241.456870920304,7638.96148597335,281.569509419814,9367.78153383048,25.0258176084539,924.758969856386,278.205456930817,1234.27117750439,105.039707801482,1625.92749090728,68.4174976788228,707.850315452594,167.954407603317,2337.43118095171,166.75031612159,1692.97151791428,66.8480351870779,1452.11598642166,1265.78165590742,463.839819521342,13648.2574879248,5836.17987888763,279.104623162207,2710.40675929196 -4774,78.5425422275112,1479.43692816767,70.5932469752149,1331.53838901712,95.1848430649439,5276.22741388198,21.5463337930419,477.301521064664,499.914380761775,12761.6191784293,141.91182577901,3749.70473157763,46.2332585445329,2929.74709465044,195.437452891408,7120.10071851252,219.976372654805,8731.49421585229,21.1897133999879,861.946616410565,211.578570681521,1150.43584313457,86.7514569516367,1515.48970596532,52.9675730507028,659.771036797045,132.750218638427,2178.66596938958,143.218220835842,1577.97990515549,53.4720190656494,1353.48399088924,1198.26561391057,409.472371675744,11233.1760301893,4606.97864068378,263.483095746412,2102.84703153524 -4775,63.3557481274167,1383.77569728857,59.7241828958084,1245.44036156426,92.034754025795,4935.06355674132,17.530676425498,446.438933997797,467.875671685907,11936.445644245,136.820668384374,3507.24669688454,44.8298758850592,2740.30798582283,170.53722676411,6659.71096769045,192.930854114666,8166.91084754561,17.9498169500375,806.212659316473,148.201948428746,1076.04800901582,84.0843443831626,1417.49728202549,43.3336432626967,617.109867350263,108.654144896931,2037.79219211788,145.273577384709,1475.94682949297,44.7180842246589,1265.96694837227,1287.42771307242,406.117454467411,9949.33837080375,3814.99006441026,285.915163233622,1726.2767669326 -4776,62.0906809856801,1316.14462765482,57.0719306538863,1184.57033473645,84.3256197981372,4693.8657761278,16.7842038540157,424.619543260135,427.244992657078,11353.0602096495,125.177215956935,3335.83246693059,40.9538711524241,2606.37734910892,162.112542812905,6334.22225078421,186.758090607148,7767.75879038401,16.8890155739176,766.809579316818,152.264470276942,1023.45691497537,78.7080052033543,1348.21809351672,42.7736509825527,586.949054082465,106.361842784699,1938.19652360436,133.214550516711,1403.81096022114,43.865964255767,1204.09369896693,1136.69611969099,369.349057789753,9401.32553171815,3702.05954701901,252.45933011658,1692.78060321459 -4777,62.7793645684142,1272.92785166503,58.9774147114439,1145.67391733309,90.0317851657812,4539.73853090665,17.3286149814327,410.67678400984,457.335469022214,10980.2724099126,133.797572951774,3226.29744970403,43.776678364751,2520.7946375478,167.899042149079,6126.23244606993,190.899520141819,7512.69754214954,17.6616840830706,741.63070678272,149.070217114087,989.850799583243,82.5815584503378,1303.948156833,43.5848510277951,567.676061392522,109.321859858357,1874.55412198315,142.040368740969,1357.71558246012,45.7930560343966,1164.55621458598,1249.653994969,397.809666409056,9817.21377341317,3782.84054176263,278.261966681577,1716.80253493903 -4778,66.3443099459556,1256.93128058008,63.2873951279716,1131.27651512775,103.78856584907,4482.68875387353,18.4305574968209,405.51590991964,529.643662281433,10842.2860284319,154.550114906385,3185.75336354245,50.8549421073636,2489.11643162486,185.166350104356,6049.24559039047,207.045176472628,7418.28732077246,19.4352332016285,732.310816182232,144.067688687593,977.411588155574,93.4465374044902,1287.56176120611,50.9992278437988,560.542216015965,127.279832180032,1850.99706160014,164.760169975181,1340.65350482582,54.3576584680354,1149.9215231974,1514.53421815852,470.53599423752,10974.1434303241,4075.3812448201,338.411391070793,1835.36248773171 -4779,93.9160556542504,1253.86502871502,87.6656020636003,1128.5167948646,130.948479235829,4471.75334876077,25.8053473047805,404.526664179389,664.243091751924,10815.836547645,194.485408755041,3177.98179930223,63.5870376349683,2483.04429544785,247.969915611325,6034.48860975016,283.588131149846,7400.19059767846,26.0623644241102,730.524362586388,227.544338704982,975.027217465294,121.039198249162,1284.42078706323,70.8420817450396,559.174787548031,176.716553798628,1846.48160138363,206.484874108228,1337.38301472578,72.4825305914123,1147.11631891165,1789.34713282915,581.083618582989,14530.0189870547,5663.07216385011,398.178977728362,2587.63228959967 -4780,132.28823923856,1248.54248132543,125.364694724587,1123.72633976532,191.195405959904,4452.77114687438,37.0387784119953,402.809483868,971.454942713504,10769.9242674038,284.168500328648,3164.49154449594,92.8997809343984,2472.50398956938,354.896739069792,6008.87273335055,400.624143491826,7368.77743577815,37.5563223765556,727.423350555529,313.854340916244,970.888312198576,174.231694974506,1278.96853315172,101.490322125113,556.801139477759,253.478426288361,1838.64344847059,300.639813976792,1331.70594078967,103.066439128308,1142.24691045942,2659.73350230402,851.468893723643,20882.9520915261,8027.68763832679,591.294031076006,3647.28765343619 -4781,125.347525650047,1310.70637021236,117.916208120193,1179.67573705802,197.02781966064,4674.47090875945,33.967273060409,422.86503213512,1006.07257088176,11306.1498147867,293.470084112892,3322.04893937677,96.8616436415267,2595.60790119353,351.155416126822,6308.04949547015,395.604197478747,7735.6627188996,36.4107717177065,763.64115252386,266.40349080444,1019.22803156244,178.576502247332,1342.64730978439,110.999149095753,584.523803851876,275.727871479516,1930.18797237984,314.883731936904,1398.01046896675,112.100504291113,1199.11843152121,2891.58042940859,907.329769755756,20952.0664209862,7778.02652898992,644.361584124184,3527.90578349005 -4782,136.348077312197,1424.76510386408,120.094067221362,1282.33207851358,181.770263042993,5081.24716655586,34.5067600241278,459.663090927732,921.248298671537,12290.0201610812,269.865728422894,3611.13633817606,89.085152702505,2821.47981041342,354.564005117025,6856.98108962203,417.802310763163,8408.82637608969,35.7224751747233,830.093826288694,324.906653175232,1107.9220832771,174.100405461118,1459.48556995862,105.001414774588,635.389540352286,256.681013494504,2098.15449855439,292.556277533226,1519.66647625109,104.772371858878,1303.46669205159,2459.10693393039,811.90354786591,20556.0673298162,8140.87042839776,546.145316800116,3765.31042749481 -4783,119.338772871773,1549.70034678891,106.298672943153,1394.77761027519,156.859400625913,5526.81313907513,30.8402049983043,499.970170159868,794.022917178487,13367.7112486937,232.758262304801,3927.79077785956,76.5469792666259,3068.89060435093,307.933106848323,7458.25816739398,361.589539768523,9146.18214312821,31.3860303122586,902.883350369898,291.503414793042,1205.07389745376,149.787942510741,1587.46539184893,94.1240573583212,691.105774811224,231.151302531156,2282.13811891383,250.743717837926,1652.92346005861,93.9356150085885,1417.76548233935,2093.49079419598,699.307501820381,17904.1603132825,7131.94224113921,465.271910482256,3302.18243071331 -4784,123.208989179313,1640.84898100712,110.213079973926,1476.81416300498,165.15034571591,5851.88338265467,31.9441965379065,529.376886273952,836.865018496123,14153.959135562,245.171843315146,4158.81141719711,80.6695401550026,3249.39336266244,320.681296369017,7896.93009968941,374.947205054152,9684.13260070187,32.709079371897,955.988187324412,296.91789908644,1275.95265805579,156.778143126371,1680.83525050292,92.7991037479229,731.75450255068,227.647836157587,2416.36650252834,264.025972528825,1750.14336206339,92.7054496513804,1501.1541113893,2229.31193090623,733.196632086448,18604.9108240151,7358.5036222714,494.794602157886,3391.83262358561 -4785,108.164969763533,1691.70245493747,94.9872743782452,1522.58384163333,131.582672829889,6033.24595927683,27.7861879061364,545.783425813587,663.00382815793,14592.6210723052,194.861253489047,4287.70201616976,63.8234511502844,3350.09912082197,269.744702079279,8141.67311601982,320.917410017259,9984.26490443502,27.4675591916842,985.616337705435,279.639027778493,1315.49720236417,128.181311020822,1732.92798577719,83.4395424116702,754.433163993392,204.422049025135,2491.25494891484,209.411417739213,1804.38410625573,82.3798654821893,1547.6781378857,1663.85475134981,577.447026833869,15555.6948441754,6385.67179712081,369.154319295784,2980.39754579551 -4786,106.559431110668,1715.30680065863,94.7062057019103,1543.82847320697,132.86393963834,6117.42791635086,27.7477166613628,553.398748847602,670.313048851804,14796.2320984423,196.867080627609,4347.52837655814,64.4545304238892,3396.84309616896,268.398691867434,8255.27398384284,316.987187625136,10123.5754787551,27.5178579334655,999.368654914483,272.597466446313,1333.85235144444,128.126998360862,1757.10755185087,79.7060303720707,764.959779459625,196.110777825725,2526.01546068339,211.028136468687,1829.56070048099,78.9500491165899,1569.27291049191,1705.1485350799,581.816025722205,15485.4068313965,6301.10904356798,378.069224554175,2926.79357917819 -4787,103.710407036751,1687.33449443971,90.8385494193206,1518.6525438715,123.51698920111,6017.6681725647,26.6407865606577,544.374217925209,621.578045987622,14554.9430561643,182.816995322916,4276.63120819278,59.8385071731044,3341.44919507372,256.351589349181,8120.65138938422,305.919866226446,9958.48562240201,26.1200965737129,983.071485201095,271.48439163648,1312.10060043925,121.018984238771,1728.45358133021,75.3977375920724,752.4852243608,185.012229152344,2484.82255108096,196.391356843824,1799.72520274944,73.4466746265291,1543.68204687703,1536.82365998206,534.906911490521,14669.1180721427,6076.21164937098,339.662016044661,2835.82144900852 -4788,100.671761196737,1637.05955955005,90.4575423628367,1473.40356803728,130.007980786862,5838.36888332466,26.4491133448612,528.154328832688,657.163080224139,14121.2715957143,192.795234006495,4149.20694451094,63.1596730425897,3241.88912487246,257.385410304391,7878.69271360995,301.861903235195,9661.76780034855,26.5010538409835,953.780402091475,252.33513264599,1273.00593813421,124.031906653654,1676.95348366284,72.2799212483401,730.064568714376,178.090722783696,2410.78607972355,206.528144045632,1746.1015331773,71.6864226556328,1497.68730507994,1705.40930133334,568.513603291876,14853.8187606533,5968.15608057476,377.67630309005,2755.31752307636 -4789,99.9966964744481,1583.48695549552,89.3689526119185,1425.18658930701,124.2939248984,5647.30886801486,26.3101911217175,510.870533277919,626.789656871308,13659.1544494379,184.132300337317,4013.42457820551,60.1565824700132,3135.79863997695,251.315764018643,7620.86331287049,296.314527485048,9345.58745259309,25.904449748626,922.568037496587,258.295423118154,1231.3469510284,119.580924243986,1622.07535508526,70.1414999857076,706.173281530706,172.370645800428,2331.89335565876,196.741120182576,1688.96054186136,69.0985395279745,1448.67564357716,1585.37552754544,537.595397156448,14433.4861940792,5888.22400175836,350.559401929244,2727.14832444952 -4790,91.7819106038224,1556.96099687833,81.7048945434846,1401.31241695686,115.406100632928,5552.707342684,23.8829282894657,502.312628473312,582.528067988642,13430.3415978928,171.036517537706,3946.19324806718,56.0200327992355,3083.26895877739,232.026152350676,7493.20156980224,274.028242702767,9189.03380043928,23.7928086967575,907.113535961706,233.44102127751,1210.71990503158,111.152051087802,1594.90297858186,66.7675463901252,694.343740922599,164.616432683108,2292.83038362908,183.502764670903,1660.66773068032,65.856169695484,1424.40799171057,1489.17962274934,503.914806121188,13365.0115679844,5424.67771839233,329.69705702424,2515.1718628241 -4791,88.1000514824797,1538.93954476276,77.8138628868033,1385.09256002288,106.501782597317,5488.43607982731,22.8341498243655,496.498479628717,536.342756431419,13274.8885977935,157.682501247104,3900.51700261117,51.5748503701247,3047.58085611364,219.017281397623,7406.46954918433,259.941350446408,9082.67292630368,22.432403487062,896.613913180853,229.613680079754,1196.70611095604,103.583808763719,1576.44235707938,66.2147512037247,686.306877761689,163.075284847279,2266.29141890835,168.953440181679,1641.44589786092,64.8418217702691,1407.92080900843,1337.37033061385,464.140881223184,12596.4508080592,5186.68350469719,296.082124852345,2418.02675646991 -4792,91.1829030439992,1539.40237375059,79.9764760593687,1385.50912023786,105.631586107212,5490.08670172747,23.570234167579,496.647799262206,530.451439093724,13278.880959465,156.202436425282,3901.69006515445,50.9247109939061,3048.497402035,222.547509911428,7408.69701082602,266.474610604154,9085.40449839928,22.7941543455869,896.883565690157,245.00512426125,1197.06601481318,103.982986302288,1576.91646486547,68.0826410270203,686.513281397658,167.789915482186,2266.97299562597,167.118198020712,1641.93955516284,66.2720429489791,1408.34423471426,1281.08080903789,456.084899713448,12758.2724917588,5341.72958348688,283.297717774483,2501.9135674842 -4793,98.0462948901478,1526.03814884722,86.6196983381211,1373.48090993738,117.29142440917,5442.42485926705,25.4808989384823,492.336182624294,590.181894536075,13163.6011894495,173.594042997556,3867.81778820913,56.6696470990667,3022.03206354206,242.518071049002,7344.37887361776,288.528139335337,9006.53013057633,24.884702405913,889.097327414574,258.568326207537,1186.67376148232,114.321786024869,1563.22656373914,73.3559347006317,680.553359516157,180.714895313126,2247.29241212161,185.730754089015,1627.68516016702,71.2722421949237,1396.11778280342,1457.43050297475,508.820480152308,13939.4938590195,5768.09185390121,322.19187579457,2691.38549464109 -4794,99.859465589861,1501.59492628709,87.7077239018039,1351.48126360544,117.097012302722,5355.25115250072,25.7904479704486,484.450217980893,588.539534640362,12952.7540138336,173.221946708377,3805.86525373898,56.5461939957334,2973.62685010175,245.030367334967,7226.74073494518,292.640962529794,8862.26858597309,25.0833314393665,874.856265441106,265.739314843186,1167.66628720647,114.896765004475,1538.18767802174,75.9887858541817,669.652637772561,186.906603999994,2211.29654358538,185.468503089703,1601.61381283024,73.0805087619499,1373.75555174715,1434.80195483731,507.473211488759,14062.3872426974,5862.26814221594,316.817190513466,2743.52091010512 -4795,108.087870320932,1446.31563683254,94.5782630376901,1301.72821592568,125.379354143399,5158.10445642545,27.867434972929,466.615805146067,629.740860271135,12475.9150036388,185.419870902068,3665.75721041557,60.5024603062615,2864.15659517552,264.036832053359,6960.69755252194,316.437032740909,8536.01554541488,26.9815519243824,842.649555174694,289.414822470164,1124.68015190005,123.555752261656,1481.56127339008,80.2436428254485,645.0002356171,197.632455909637,2129.89050020926,198.663131033558,1542.65245647246,77.1970648180201,1323.18250474532,1523.31316498863,540.640577019997,15111.9638324825,6327.39409308819,336.142532145866,2963.05314630991 -4796,102.734685104533,1420.22358109293,88.9395022455454,1278.24456940843,114.96922056662,5065.05039162771,26.2176662897672,458.197887724169,576.187837571878,12250.8449972117,169.863784771005,3599.62562818949,55.3884284492433,2812.48617716637,247.39430977465,6835.12405811878,298.57508879316,8382.02274624074,25.166194139299,827.447853275978,279.874208428934,1104.39051631478,114.659912900015,1454.83337365471,77.3690486075352,633.364198730544,189.451211120669,2091.46650738537,182.147724902721,1514.82244976017,73.5822244767539,1299.31181511971,1358.54772188585,493.572088160157,14112.5707187874,5987.5472320876,299.283410641434,2816.83093077335 -4797,90.1141559487,1403.04100862223,76.8351489353254,1262.77972975815,94.824737796719,5003.77088847025,22.6805347957074,452.654381394213,473.330749615345,12102.6281707949,139.859581041522,3556.07556392697,45.5352702890319,2778.45931815252,211.868883122235,6752.42932185446,259.181164658242,8280.61285894855,21.4322775107759,817.436976894319,252.572524800626,1091.02904961675,96.6979456476222,1437.23207467024,65.0943723706687,625.701443098322,158.966186232636,2066.16290356438,150.29669891514,1496.4953730451,61.59168776427,1283.59209343466,1063.28709404031,400.482375665881,11971.4797045609,5195.49009053497,233.643105459709,2458.10523622651 -4798,74.7566804429181,1312.21057003463,68.1911331288461,1181.02956280751,95.0370691303096,4679.83544994879,20.2353706464021,423.350322754466,479.612489583948,11319.1250386267,140.836071106325,3325.86140686586,45.8634882263662,2598.58668655109,189.381776893232,6315.2887728137,220.264515011629,7744.54036133067,19.8040401514154,764.517526448644,193.384503473547,1020.39772346199,89.9623609637654,1344.18816583777,52.1108324920392,585.194618171427,130.146574841947,1932.40310497626,149.205283037518,1399.6148611836,51.5864441574964,1200.49457019923,1222.93748556709,410.584103113828,10921.8302639345,4419.51561670774,270.491143231664,2036.49927914245 -4799,65.3441744905113,1235.52538096884,60.9997297989072,1112.01055215148,93.8691682801148,4406.347280846,17.1438037198131,398.609857860457,467.868248728772,10657.6387928456,138.054935655507,3131.49907156979,44.7761780353751,2446.72606607403,165.075409664155,5946.22520587757,185.598441413682,7291.9517635871,17.4901215179201,719.839353296696,140.527197868405,960.765988942491,86.6811713652573,1265.63421573924,45.5767295992899,550.996021574561,117.815844292318,1819.47405163652,149.570701935202,1317.8217917631,48.9867268523529,1130.33803039499,1350.17049617546,420.795852753976,9889.38611893491,3688.60609815567,299.507003776059,1667.45858489827 -4800,70.483562616224,1178.30798881446,65.8550383661016,1060.51315288933,104.563833387733,4202.28858304826,18.4330730002336,380.150167023576,522.162210938,10164.0817136929,153.89897473875,2986.47881284504,50.0199948320316,2333.41776259982,181.068929258298,5670.85449744569,203.003559584964,6954.26022761814,19.1038869199965,686.503469469335,146.513862389673,916.272751324978,96.0983121194117,1207.02247828617,49.3883096793164,525.479301377996,128.034088055084,1735.21389645818,167.158871131332,1256.79323871972,53.9076620788386,1077.99188247417,1529.33822821699,471.523332128157,10882.7753461946,4006.75423814184,339.552508459209,1805.79267650151 -4801,77.1123112066051,1138.24424582642,74.671491298575,1024.45456142078,126.741647982414,4059.40623704788,20.8363276912119,367.224651171125,636.071196282843,9818.49196860726,186.908750416845,2884.93531086351,60.8865277825405,2254.0790409651,208.869216801472,5478.03932580554,228.695225479342,6717.80787638564,22.2834013096628,663.161610785267,145.568593588586,885.118489141829,113.427672070949,1165.98241167379,52.7716969688282,507.612438150562,143.481495306884,1676.21475172106,202.599757239981,1214.06091255105,62.0418292251611,1041.33899534057,1934.42698725571,578.195445219007,12692.2404491131,4482.76601023565,430.489175343862,1988.89502404186 -4802,85.2938729111384,1125.22714546983,84.3518920213431,1012.73877380694,152.911722067062,4012.98237101949,23.3873423525013,363.025025163582,770.677188274358,9706.20649404909,225.883041061357,2851.94283793735,73.9035556700895,2228.30111746976,242.491341130033,5415.39179833258,260.794771942418,6640.9822041946,25.8922157835989,655.577613526434,142.506230789678,874.996165885745,134.523204503032,1152.64809426131,64.2845874232866,501.807320247364,162.329167732167,1657.04535488698,245.342944606401,1200.17676352448,72.0636307964067,1029.43011527613,2417.57784412217,706.962035709107,14866.7924914685,5061.95768678911,538.945750527394,2217.35212920277 -4803,112.43555680558,1114.2060000336,107.722543313499,1002.81940653965,177.806292754902,3973.67682944764,30.1172044294127,359.469341659654,890.688792338311,9611.13812155587,262.021804767025,2824.00920967459,85.2598512115537,2206.47580798427,298.399039641142,5362.35022282146,329.473414063071,6575.93646564614,31.7768995209836,649.156495574827,221.020014354739,866.42593183194,160.590574648357,1141.35837170637,87.2200790717612,496.892320214102,207.262642547533,1640.81526487879,284.080213634832,1188.42151684985,88.6654877383872,1019.34726306041,2671.72247567104,808.99568229572,18096.850206803,6495.92867005196,594.008319466725,2899.65045951717 -4804,121.64954873392,1098.67225793648,110.720307064635,988.838564549298,153.364772516957,3918.27767431467,31.5186538820676,354.457787202942,758.204472628081,9477.14410174664,224.833174273118,2784.63818605628,72.3501599022079,2175.71414798268,288.074442672016,5287.5908287837,331.515288824092,6484.25781636466,30.4955479672972,640.106257483643,292.48895545498,854.34662426141,145.909358619862,1125.44608386557,94.7466935986142,489.964878473514,213.249750784364,1617.9397812134,242.501905461996,1171.85309651747,85.2355192742161,1005.13599737766,2047.31073167503,673.294943889247,17079.9695529323,6716.24529476833,452.180490380569,3083.28346579474 -4805,118.715445003374,1122.13196749451,108.25811292922,1009.9530191617,170.22989178405,4001.94380453971,30.0528376640041,362.026447172552,849.021664255393,9679.50749670865,250.424197344338,2844.0979590661,81.5902321901739,2222.17169856182,300.327574182591,5400.49560471566,341.947030954061,6622.71476198467,31.2441645017107,653.774307057453,249.250634344194,872.589301749875,159.124342770818,1149.47748910038,105.684240284247,500.426991865013,214.178331293796,1652.48729715864,273.973541737248,1196.87542059127,90.1067295407237,1026.59844752553,2462.76872257672,771.755102937627,18023.9336758953,6725.86798904014,546.454282655484,3049.09914099134 -4806,123.673452104556,1193.06070348723,103.27522465748,1073.79104636016,138.799792806903,4254.90230121607,28.5397642721155,384.909743467209,682.502439048168,10291.3385929268,203.050315305825,3023.87028453192,65.9717662876847,2362.63274441341,279.61415148411,5741.85503308306,339.0663896156,7041.32932828806,27.9708458756779,695.098666907603,302.169354274797,927.744718409181,141.11243315334,1222.13470564507,94.9209674877779,532.058435418729,212.606618920261,1756.93921424749,225.576037248841,1272.5286086141,85.1156186352167,1091.48861406953,1758.50872824394,608.815207966636,16268.7945557341,6673.09596083226,387.10654527045,3133.36682356576 -4807,110.106528638296,1294.68087301715,93.6754466018983,1165.2523004706,124.571007559162,4617.31797035929,26.1232953021929,417.69482579414,612.476596143685,11167.9139167525,182.227971540617,3281.43153858416,58.9874305631766,2563.87241253964,249.382372241131,6230.92342681409,299.752145523377,7641.0817784066,25.3153024815504,754.304409050233,271.805856479089,1006.76632668918,125.271978748618,1326.23128313944,85.9427816534044,577.377058560903,189.42346703074,1906.58831448499,200.862070155272,1380.91753849928,75.3789266508207,1184.45727666777,1576.69874054764,544.506489056186,14553.5465609448,5955.90123839343,347.0610405873,2787.78265400349 -4808,111.600439889295,1382.15579302525,94.7647061463621,1243.98239828643,125.810837574957,4929.28637008386,26.4323033571751,445.916314375332,618.413574492,11922.472354191,184.023140093583,3503.14097087135,59.5573639637772,2737.10006954151,252.363234478221,6651.91483844049,303.532188509537,8157.35032865083,25.5887072991137,805.268873899137,276.121386000335,1074.78834333391,126.649855536712,1415.83790189987,84.4329020891701,616.387453373046,191.866186462796,2035.40666947413,202.836958437766,1474.21902594344,76.2782518227277,1264.48495583482,1588.27370097903,549.101056121304,14712.5292412876,6029.01674700875,349.563884629997,2823.26428339544 -4809,103.757880050577,1453.31594631779,88.1302215210225,1308.02870811778,113.963741986864,5183.07018771721,24.6989857142234,468.874271391987,558.989651186494,12536.2996554486,166.55574078796,3683.49983472053,53.7552675110173,2878.01939391035,231.802725940111,6994.38801113276,279.442930226781,8577.33069756222,23.5842751500182,846.728061638712,262.185754106967,1130.12371410371,115.27305977052,1488.7321752119,77.523412666296,648.122099996073,177.489387263146,2140.19937905386,183.074817001739,1550.11904561004,69.8881026700999,1329.58683779877,1408.24121172891,493.827689368992,13483.3696249485,5581.79897058871,309.518379946847,2619.1704563982 -4810,101.668502465607,1516.23193371291,87.2894073275869,1364.65501702252,113.798569472064,5407.45221519349,24.5189319708248,489.172464516154,558.811683699007,13079.0128026496,166.387997174382,3842.96345979004,53.6722858977013,3002.612695435,228.881951105537,7297.18440517213,274.209216629582,8948.65479361911,23.4452888772778,883.384049752048,255.398089392648,1179.04827832639,114.098166487996,1553.18137843412,74.2137877156659,676.180170904302,174.46774319922,2232.85146719528,182.366525528187,1617.22576839914,68.8289666794982,1387.14642691606,1422.32266961798,493.637497872894,13342.1584345721,5485.26736681344,312.855505337109,2566.40606645455 -4811,99.5463877734687,1499.30970184638,84.3220443664211,1349.42449186182,106.921364783772,5347.10118435313,23.6816608421617,483.712950253722,523.600693632379,12933.0416736221,156.164856396384,3800.07324143018,50.3586166704656,2969.10139211276,220.270643259722,7215.74261270526,266.420785456496,8848.78141149065,22.4172140689793,873.524852498179,254.561206575267,1165.88925700252,108.848666602038,1535.84676436075,72.7090434258332,668.633517004482,169.61371117128,2207.93124924495,171.633391855782,1599.17637316819,66.3640824151281,1371.66488154878,1299.59043907323,461.066168467593,12774.6757778507,5332.14586881404,285.324220867444,2507.90376252866 -4812,91.570350284601,1466.21733942743,78.2174262293236,1319.64035567787,99.1539282209657,5229.08139827055,21.9952204283207,473.036567491157,485.680794225579,12647.5870395889,144.833780387765,3716.19904201086,46.6201489599307,2903.56818092536,203.139905574718,7056.4786731953,245.092628382516,8653.47347672937,20.8029534241015,854.244645770218,234.875042833223,1140.15606139551,100.438525646668,1501.94796567785,67.2965953811895,653.875616990279,156.187478416129,2159.19838170853,158.732915249023,1563.87978031113,61.1284329413946,1341.38986143674,1208.21495087713,427.234472660829,11809.5901489539,4917.95882338106,265.301468525869,2310.04778150786 -4813,93.5301687003829,1420.10787384597,80.1910077863762,1278.14042935468,101.117873315693,5064.63773615267,22.6582499741348,458.160557815797,495.119761597546,12249.8469067938,147.681429289608,3599.33236255367,47.4605713616957,2812.25704068603,207.212521274973,6834.56719270836,249.412214067161,8381.33985321684,21.2933540531086,827.380440148652,241.361017157779,1104.3005403505,102.154348438073,1454.71484670819,65.8780779167902,633.312597821552,159.443274442716,2091.29611320596,161.380255796915,1514.69903543469,62.1919855831235,1299.20595869325,1227.41564248252,434.228135519151,12041.2784861987,5018.57582799152,269.472875263697,2355.61580897889 -4814,85.4690645923763,1398.06558297351,72.8679863346375,1258.3016948201,93.0210360040676,4986.02665300897,20.4485901955644,451.04919080794,455.872880044806,12059.7101618073,135.902577321999,3543.46510602815,43.7916681922014,2768.60642171506,190.090367504613,6728.48404168612,229.467851694336,8251.24837611993,19.4229690167349,814.538204245438,217.99069539413,1087.16007224289,94.2397896530311,1432.1354015983,63.2476233213728,623.482597755027,145.934338168728,2058.83593318957,149.178334029504,1491.18854208543,57.2833188319912,1279.0402542618,1139.43983250714,401.717593044718,11054.5666895335,4594.09143047258,250.284404269687,2157.64909128443 -4815,86.1528837210771,1404.97910851616,74.1200552791055,1264.52407881513,96.804895351965,5010.6828801858,20.8121514334679,453.279658491015,475.502886992488,12119.346215549,141.557300143629,3560.98777221659,45.6755587095761,2782.29736114392,194.291741924544,6761.75683435909,232.263890858055,8292.0513377991,19.9260823438918,818.566148820495,215.848241310933,1092.53614974593,96.8571616259037,1439.21740461737,65.6249064143434,626.565759888099,147.949581412737,2069.01701123453,155.057423034627,1498.5625667379,58.3542325589321,1285.36519178662,1213.6046881692,420.581476739315,11338.0350606393,4653.73582103543,266.970031221,2176.3257113871 -4816,92.1357333816256,1431.64970329647,79.5993287876102,1288.52842812652,104.166102467254,5105.80023236566,22.3852632787621,461.884226360027,511.753806846927,12349.4066982693,152.332376178434,3628.58568973348,49.0895112039023,2835.11346711133,208.20730662257,6890.11466931839,248.66304363902,8449.45861865293,21.41444084628,834.104917990613,231.320315873233,1113.27566733455,103.912099462456,1466.53794195964,68.25279337256,638.459802570942,158.357659752425,2108.29297908752,166.603258476388,1527.00964807039,62.5292738250216,1309.76516611155,1308.18147623272,452.052835103948,12164.2437502403,4984.2627725293,287.827064910141,2328.62731241394 -4817,97.8522600472455,1462.10971953384,84.7985608461835,1315.94337240562,112.108338100701,5214.43208387553,23.8357806438538,471.711351670303,551.287740757798,12612.1547208373,164.007068848225,3705.78807993655,52.8841263832025,2895.43381086873,222.43443730229,7036.70989035715,264.92568869698,8629.23069986008,22.898355431451,851.851472393669,243.739603913568,1136.96190484474,111.376423415721,1497.74024614198,72.4400924007296,652.043779090088,168.596841405973,2153.14936974529,179.347119639441,1559.49855828897,66.7883917820785,1337.63194674584,1421.01044341361,487.749697657278,13011.4304496333,5304.28133082098,312.855505337109,2473.59235591707 -4818,101.039666719098,1463.44035708272,87.4627487605588,1317.14098681179,115.816313030682,5219.17763684886,24.5485934990533,472.140646974464,569.604703128094,12623.6327969486,169.441278923196,3709.16064541605,54.675144870542,2898.06888872749,229.799481221329,7043.11386283306,273.631491879388,8637.08399447521,23.6316725110028,852.626725810077,250.958390079265,1137.9966317069,115.097248557716,1499.10331033843,78.4300781519479,652.637191420488,174.126460178476,2155.10890900657,185.40892666222,1560.9178275212,68.9985922784755,1338.84929950066,1470.26339394142,504.842064290092,13449.7390274838,5480.6239322164,323.701162855463,2556.27741912469 -4819,110.516820115517,1446.63383246315,95.6602500355598,1302.01460170483,127.302295360091,5159.23926148354,26.881121593242,466.718462620404,626.306584750806,12478.6597583389,186.270149322547,3666.56369269201,60.1177648736014,2864.78672188559,251.903196893089,6962.22893577661,300.018672775853,8537.89350537065,25.8880327557778,842.834941683533,273.699970978011,1124.92758634732,126.428696985356,1481.88722321159,83.3725038119607,645.142138429659,190.632612977145,2130.35908523564,203.930573863256,1542.99184661573,75.7113075025774,1323.47361055984,1621.45286046518,555.071491306528,14745.6912993004,5998.15287993219,357.072416758087,2796.94974900176 -4820,104.149843733733,1453.20023626493,88.9282177389459,1307.92456553863,114.479456923727,5182.65752223525,24.9955479418592,468.836940578362,561.424640511157,12535.301540827,167.298428992049,3683.20656197299,53.9233519913703,2877.79025187344,232.617249080162,6993.83113221831,279.712701576024,8576.64778797812,23.7709064051439,846.660646876613,264.330838824902,1130.0337359575,115.442032772176,1488.61364539109,78.5368460749876,648.070497835755,178.140546468463,2140.02898074238,183.411043134438,1549.99562829176,69.9702164050108,1329.48097880528,1412.14766457131,495.40284930937,13541.217403465,5605.54158745885,310.352661294412,2627.65538116899 -4821,92.8646773657462,1450.33647558943,78.5837934739204,1305.34709352628,98.9349572422745,5172.44427671247,22.0728014726736,467.913023309329,484.148774680973,12510.598748526,144.460403927216,3675.9482214851,46.5389306743928,2872.11911148275,204.717448366949,6980.04868292627,248.098295275892,8559.74614837619,20.8377618976368,844.992168297056,239.013051756842,1127.80682593213,100.960200591847,1485.68009699749,66.8705965284237,646.793372522714,157.986017939795,2135.81171550492,158.716549309277,1546.94111700231,61.6978309566155,1326.86102647462,1193.7241401695,425.578131383434,11864.0159033343,4968.47539618322,261.964343135606,2338.70371213486 -4822,73.025702663614,1356.75798076738,64.9097780649796,1221.12359209164,86.3378834980956,4838.70823813635,18.4409697348106,437.722376403668,425.14805851542,11703.390890271,126.374799300362,3438.76898246019,40.6118380637126,2686.8044704144,168.001274607672,6529.68253649987,196.758139513402,8007.45488762008,17.5956612348291,790.471650764377,181.777856042984,1055.03856353435,84.020791641492,1389.82116384365,51.3072874753038,605.061021940444,126.454348340335,1998.00504172667,136.80032354998,1447.12950518404,49.9338140281814,1241.24940476796,1109.28450389635,374.779909450153,9869.92058048931,3978.04559388162,244.444434836728,1843.15211354196 -4823,64.4190928445607,1282.09767553813,60.1624460145675,1153.92703868965,88.5859553152447,4572.44156486404,16.5144206396012,413.635187169306,443.17998636093,11059.3712873123,129.417367968923,3249.53881357025,43.4251593892888,2538.95375223471,174.652648530328,6170.36414800622,182.411859945204,7566.81695919522,18.4356745773324,746.973211427566,132.681002726315,996.981413844644,80.3131287253886,1313.341442495,44.8859964139601,571.765444379257,108.178657408716,1888.05789685671,138.46653056969,1367.49619394146,46.767094315895,1172.94535884431,1286.73194572365,397.547097618103,9550.11427389034,3626.0695133222,284.969765305788,1638.60169449853 -4824,66.271048792811,1247.21184377656,61.1759903284427,1122.52872535915,89.9423197704961,4448.02559390105,16.7591796719934,402.380188563839,449.70946557577,10758.4461912926,131.365736240028,3161.11897901644,44.1050669365168,2469.86891171061,178.669015692192,6002.46876087464,187.836422129599,7360.92414116301,18.7205760793172,726.648097139121,137.273596851652,969.853585336415,82.0951284071849,1277.60546895527,44.8893794957879,556.20772714736,110.966497476074,1836.68390920931,140.926249924029,1330.28667155744,47.9993420167648,1141.0295577046,1299.58016815468,403.234998970289,9745.65208065779,3719.97128085318,287.736462056329,1685.72998129916 -4825,65.4769586449311,1223.57857475104,61.3338847966592,1101.25806192883,91.2254078649438,4363.74048546692,16.8276591792595,394.755534184298,456.650058814662,10554.5856728056,133.307774532045,3101.21931110875,44.7108725487406,2423.06765918926,178.53261518992,5888.72869357904,186.449004646066,7221.44286428726,18.8526619585758,712.878928691708,133.981424743539,951.475944992484,82.498301864575,1253.39627473782,45.6048408472993,545.668213018035,110.279588783931,1801.880804061,142.645830880692,1305.07922749182,47.9087204467388,1119.40832420056,1332.20333847936,409.879369248826,9789.96828589799,3700.17524460845,295.114320057774,1670.79166871909 -4826,72.1862011054789,1229.01682938759,69.3062358043564,1106.15265708185,112.948145363599,4383.13534282835,18.8970148382434,396.510044404059,568.910281582049,10601.4960434647,165.507368909196,3115.00283155085,55.7868147249896,2433.83710154807,208.30335064964,5914.90143538908,213.267982461534,7253.53891921147,21.9831996035318,716.047353849893,130.674475910313,955.704826223488,99.6525559439941,1258.96705559586,53.7189866605574,548.093461997299,125.259741577777,1809.88935115344,177.622532520508,1310.87971575341,56.1822366872332,1124.38358907926,1743.21927839107,517.347827210906,11595.2351130046,4175.14030822218,387.337545075828,1857.31406950037 -4827,114.017387192325,1256.46844878634,109.991028512174,1130.85995238737,177.48873658646,4481.03812196645,30.0427861246629,405.366589380898,893.552531326931,10838.2936425566,260.023833168218,3184.58029388746,87.4976576686264,2488.19988014692,327.922616052568,6047.01811524475,335.696123681189,7415.55573211667,34.7767647225003,732.041162038155,209.775708165687,977.051682116511,156.456777522852,1287.08765054573,77.4508382854825,560.33581112867,197.496861105225,1850.31548075044,278.488625772087,1340.15984453109,88.3289688407358,1149.49809492454,2727.03538844504,810.101028854415,18230.0965659961,6581.01234355581,605.906588368617,2924.76082046176 -4828,142.888020301849,1363.17975121194,136.067749443209,1226.9033814896,207.260704794846,4861.61068204599,37.4690154457768,439.794192202473,1039.55932690995,11758.7850657877,303.138030663303,3455.04527147433,101.694661267788,2699.52158119096,396.892673700208,6560.58865455454,409.451632823358,8045.35555808773,42.1861316481709,794.213089956992,283.73089898,1060.03224373466,184.919270549535,1396.39942805857,105.927079291799,607.92488052313,242.995888916607,2007.46194554217,323.508105180099,1453.97901970142,106.190014087101,1247.12445312209,3081.4360891397,936.691401311285,21895.7748748658,8139.74796855299,683.374097383783,3647.62501329101 -4829,132.373455278535,1597.83469340098,124.635921637036,1438.09999132703,203.199652280873,5698.47828701657,33.7040100966246,515.499454589622,1022.96648746926,13782.9180001073,297.687426634403,4049.78961661117,100.5432460631,3164.21164133106,378.876472194151,7689.91481281937,392.351555334993,9430.26641939926,39.4947498973084,930.927288171828,240.419095512211,1242.50400114664,181.306009429965,1636.77273669419,114.884999038511,712.571811764304,228.702725373119,2353.02229175411,321.23451128456,1704.26396012016,102.829486299262,1461.80187639641,3121.89407916152,934.723866206596,21063.3220988296,7644.67878695021,693.518652135769,3413.67682243806 -4830,134.207435873768,1800.20722670568,115.958686466873,1620.24144788212,162.985871358528,6420.21470423677,31.1643888833323,580.789644478065,810.873900848666,15528.5829575227,237.525159864234,4562.71262889113,80.2506785754196,3564.9724512027,345.803486935455,8663.87510295124,377.94299393327,10624.649613677,34.8630625732476,1048.83317318476,289.261029244655,1399.87239688354,156.387435939064,1844.07693814686,103.367510502623,802.822050605546,219.583269534708,2651.04253381754,259.506791065371,1920.11621095301,94.2796131206682,1646.94527711093,2247.40238713895,729.097847733448,18545.1119236539,7386.9757059255,496.160950597133,3410.8596458877 -4831,121.390146119586,1918.95211367986,107.233404127373,1727.11547035326,151.378471595724,6843.70354379648,29.0450159411478,619.09956772814,753.912192669187,16552.8760504544,220.711136590497,4863.67731083213,74.362598793614,3800.12440732433,315.916780151971,9235.35979348936,341.297284075332,11325.4704962957,32.3269093460505,1118.016084328,260.7979761282,1492.21048278847,143.101591042592,1965.7155497153,93.421811468951,855.777628299782,199.618729643477,2825.91003872029,239.47892364263,2046.77050889411,85.6290203582375,1755.58073189748,2108.21108482821,676.923463038778,17028.2054644659,6716.89529296335,465.727286341175,3085.04698511388 -4832,122.105066024717,1966.88397190829,107.413357763782,1770.25560567969,150.396931838861,7014.64654215488,29.1030621046109,634.563524591929,748.4725214481,16966.3361375858,219.208644038466,4985.16293294312,73.8367500085504,3895.04445407472,316.074144772303,9466.04192107051,342.228186576247,11608.3597056348,32.2897906341202,1145.94204874841,264.618491023747,1529.48312799837,142.671156665696,2014.81547168557,90.1257492547514,877.153363349294,200.248236719447,2896.49602071359,237.887867615284,2097.89503313787,85.6480175277421,1799.43187656648,2079.73871143937,670.672274190829,16993.0640068005,6735.31640496915,459.271660589911,3097.66390359393 -4833,114.747759829837,2025.77912335242,101.335796442443,1823.26303950924,140.218368806934,7224.68875935106,27.5561303178726,653.564500458088,697.329618639026,17474.3655641033,204.309868936481,5134.43555405483,68.7120110799443,4011.67524484871,295.835211812427,9749.48719820958,319.864399724579,11955.9532152906,30.360078173759,1180.25542537416,251.586200375257,1575.2810203709,132.911289921157,2075.14585417466,83.0462568190129,903.418298603235,187.79956770122,2983.22689769143,221.148498846988,2160.71309838992,79.9369773551917,1853.31294652149,1925.92880292181,623.131560014238,15891.0208656369,6319.74602361147,425.149067333231,2906.50271120279 -4834,110.705677478868,2059.85500157938,98.2143920196327,1853.93236993812,134.714408071466,7346.21613198185,26.7782506406283,664.558188799696,669.675676971232,17768.3040029941,196.253640363105,5220.80252204619,65.9281593597284,4079.15612445386,284.771958815164,9913.48451396417,307.480026791492,12157.0657655953,29.3573797691473,1200.10864613655,244.528171350113,1601.77901494721,127.554530583615,2110.05213621444,79.6861605775998,918.61480822086,180.978248328087,3033.40812195091,212.009875800423,2197.05871750277,76.7869158412447,1884.48775010896,1842.86038659538,597.354109216705,15294.8407111536,6093.96983490923,406.70442232962,2802.57529782103 -4835,104.584054802965,2027.54366377886,90.5504768923043,1824.8511797483,116.839728728387,7230.98177285752,24.703278965999,654.133783144957,577.78789418995,17489.5864853325,169.820985744342,5138.90786744658,57.0051966246479,4015.16958589789,259.699058089118,9757.97941935058,285.039899001768,11966.3673628854,26.5474154131048,1181.28347842674,242.388707022767,1576.65315764461,113.658905544105,2076.95339513915,75.4830239852779,904.205214655186,167.980402273246,2985.82541615849,183.995717062725,2162.5951720909,69.9839246003608,1854.92726151728,1517.68740638488,511.597868715157,13777.0101015448,5672.17343020139,333.848074565357,2635.25921394136 -4836,97.0922853264432,2011.57601880417,84.9980143003027,1810.47981192505,110.735485615872,7174.03515719142,23.2098478444469,648.982241305537,548.180567857882,17351.8496204053,161.02374096554,5098.43709591602,53.9779979441404,3983.54866270588,242.962470193994,9681.13177664773,265.466096004517,11872.1278606243,25.0033552442536,1171.98044069939,223.937085040633,1564.23643966253,106.81977651325,2060.59663053032,70.5100522046846,897.084269193046,156.545855326813,2962.31095328731,174.001725364797,2145.56394728977,65.4305982098273,1840.31903359356,1453.83648758544,485.610563573731,12943.4132606323,5290.42666755379,320.014590812649,2451.40414618561 -4837,97.6393138645322,1987.76918750527,85.3322139107757,1789.05293715141,108.697521570988,7089.13106054126,23.4187613471536,641.30159161081,537.113219798997,17146.4919541897,157.933525725507,5038.09752599874,52.8370121758857,3936.40370268572,241.77759631899,9566.55640448449,264.60668364631,11731.6222359326,24.9344204935259,1158.1101517436,229.600152816633,1545.72383428121,105.310386026514,2036.20964445594,67.7516151702118,886.46735307457,156.608989048782,2927.25225480385,170.256756717291,2120.17138023952,64.9145945141708,1818.53901416632,1400.90327331197,473.321378583133,12832.7316499542,5295.26038754609,308.025571560302,2457.91970244784 -4838,88.9265626613696,1953.14369915378,77.2055047934939,1757.88894083589,99.1248695123548,6965.64357190231,21.0556998899451,630.13058597812,490.020620396873,16847.812579763,144.051917378037,4950.33754445931,48.2964886714911,3867.83442340982,220.510886634666,9399.91397465438,242.286216309671,11527.2659396243,22.604109620384,1137.93671821771,207.287640360889,1518.79845332906,96.4441491643913,2000.7403587016,64.5058101283996,871.0257388264,142.73292243396,2876.26165715918,155.941645103416,2083.23954233244,59.4432863995269,1786.86139191141,1283.19477183756,433.424727628512,11706.4396454976,4826.55123125979,282.203068555246,2242.85213011494 -4839,89.1831751527031,1909.69550867008,77.9619724839282,1718.78424332504,101.689839573483,6810.69101573109,21.2849448215734,616.113166911081,503.452467144085,16473.0285991904,147.876818844409,4840.21599596112,49.6067194650332,3781.79343888802,223.216327743395,9190.81043911925,243.523079064114,11270.838905342,22.9420378536979,1112.62301942896,205.13339930843,1485.01238600837,98.0570831200339,1956.23336812484,66.0312145950863,851.649544318471,143.80826752579,2812.27846717916,159.801844004611,2036.89733592046,60.0396857008742,1747.11219467755,1336.43401494965,446.404509594041,11885.7715168381,4856.25460955012,294.192087807593,2249.51462346801 -4840,93.8514562845108,1895.20313740739,81.9280252021809,1705.74066686919,105.155434221477,6759.00577988731,22.4148482903861,611.437583440226,519.889280842802,16348.0174415495,152.823107138531,4803.48437728861,51.1696285898342,3753.09401832263,233.073742747594,9121.06286078335,255.127104225376,11185.306326396,23.9900514933761,1104.17950275326,219.331197164162,1473.74286648025,101.828169421439,1941.38782855133,69.0250001924168,845.186513261465,150.750122237065,2790.93653939257,164.951743220664,2021.43965050301,62.6649723139952,1733.85364196698,1362.787720122,459.450330491144,12392.5305895655,5100.65570844219,299.725481308677,2367.11897393581 -4841,101.954722749535,1879.55368806331,89.9408460521104,1691.65568482509,119.482397618799,6703.1939692793,24.5794295886907,606.388699075142,592.456205925212,16213.0253313224,173.869192621229,4763.82008803449,58.2874333052885,3722.1032218407,257.968582205026,9045.74660133516,280.140618294373,11092.9447840906,26.6182780378982,1095.06185153475,231.875520603281,1461.57358294544,114.176382762554,1925.35701376401,75.0797439686042,838.207470611885,165.295901226642,2767.89066154777,187.589993256625,2004.74781584515,69.4270170473634,1719.53651985778,1594.56563862671,526.162935260609,13798.9739492846,5581.70041076188,351.370487318787,2576.88850603363 -4842,106.81477245224,1846.11420109757,94.5715373616371,1661.55912595451,127.701499520304,6583.93620676468,25.7970734763225,595.600325682208,634.067785483834,15924.5764018319,185.940507972138,4679.066084596,62.4031060070588,3655.88259565571,272.628652533194,8884.81205208991,294.973269756994,10895.5881536975,28.1329309910816,1075.57940379004,239.258531551565,1435.57045726365,121.380423913058,1891.10263136725,79.9618615948763,823.294766619379,173.933054596058,2718.64660734106,200.690750782443,1969.08097701885,73.4058934745606,1688.94392789934,1727.06840493451,564.798323549308,14620.2225976175,5866.53613171772,380.881919324565,2702.10657858412 -4843,110.142310368102,1776.28468535391,95.5998438554004,1598.71043052933,121.73777849056,6334.89794210466,26.1624703339181,573.071663969714,601.391532450793,15322.2271766854,176.860047563201,4502.07978622632,59.2386819257098,3517.59834914563,272.094201257574,8548.74285187355,298.890754004771,10483.4610794012,27.9208240657654,1034.89546946687,258.726957855164,1381.26981335601,118.536208874856,1819.57142225167,81.2758435990151,792.153532326752,176.456815005735,2615.81343702261,191.17100396962,1894.60022658448,73.2158364791644,1625.05939869021,1564.82844619341,531.222677745764,14435.271788376,5971.52635021151,343.992629317343,2775.64590105952 -4844,106.750304001828,1723.37740147676,92.324193458526,1551.09226026485,117.440815190613,6146.21070828499,25.2337233174302,556.002516519652,580.040838674606,14865.8490805665,170.60145202821,4367.9837062165,57.1715142038574,3412.82540595778,263.285527095882,8294.11544412406,289.429047119514,10171.2073872334,26.9499416999511,1004.07073239757,250.82889787058,1340.12819077225,114.569036053874,1765.37482720946,78.3427089470704,768.558951933945,170.884956274882,2537.90048465448,184.53198430428,1838.16887138106,70.8419626474509,1576.65641484835,1506.21998349013,512.382500810707,13949.1702843899,5779.08592141005,331.081377814815,2687.07857959429 -4845,93.0720679289675,1635.29501912361,79.1371718956921,1471.81542779821,95.7257165011501,5832.0758698182,21.6249294932863,527.585046145818,470.626434200852,14106.0506744851,138.776633396251,4144.73463111918,46.4638855716965,3238.39478382328,223.573252689952,7870.20049246895,249.029429483219,9651.35365275375,22.7545164199806,952.752349038901,226.078526666618,1271.6338008605,95.5507594080578,1675.14594269836,65.483929224906,729.277652662424,147.072516839919,2408.18756125649,150.499263023536,1744.21945947632,60.1624399230716,1496.07299008415,1170.12576161589,412.478492742617,11724.4263767352,4981.82965047126,256.380565550191,2334.28953084681 -4846,72.467817210737,1497.34267303629,64.5362289039335,1347.65410589735,81.7872472502463,5340.08602126363,17.8633991250428,483.078340000887,404.241834058697,12916.0740881107,118.84707496613,3795.08771139782,39.6122983524245,2965.20606083384,180.148189629351,7206.27587372001,194.844999689974,8837.17219696398,18.8507381623197,872.378826064092,171.739476392361,1164.35966124583,78.1394362566022,1533.83180052128,50.6691558372437,667.756299048962,116.459856311288,2205.0345399309,126.99232046586,1597.07832364942,47.9554433407427,1369.86531716493,1056.7883603412,355.024103572123,9595.2781868088,3940.939899722,232.402527045497,1821.9265438487 -4847,62.0945678164843,1406.68579672208,58.9417829020996,1266.06015029003,85.0978836466931,5016.76957095819,16.3007428185097,453.830276676325,429.494119829618,12134.0681036711,124.248001792801,3565.31345634629,41.5711189553954,2785.67713673121,170.325850037547,6769.97062954689,185.376718848301,8302.12404716205,17.6563349950724,819.560496126792,123.934036626396,1093.86330012845,74.4816349920787,1440.96568354574,44.5652440273469,627.326876111218,102.170665468833,2071.53033467793,129.615852184109,1500.38293477254,44.6799113658403,1286.9265798527,1222.88137117088,380.545575417336,9271.7623680862,3556.07132748322,274.065249379875,1609.34496958738 -4848,64.3133079037463,1355.31163877746,60.4379444488619,1219.82184015713,87.5826647782641,4833.5500396949,16.6761249245491,437.255752096388,441.954275999892,11690.9147479457,127.864727214786,3435.10315845659,42.8153673814053,2683.94026163187,171.352784047491,6522.72171211756,192.60398152794,7998.91871654125,18.1108911291662,789.628985855416,128.361352062034,1053.91386288983,77.044093458773,1388.33957557496,46.341135291762,604.416009952378,105.683847808392,1995.87511241806,133.74948987564,1445.58682461914,46.3279927533224,1239.92619815371,1255.99509482156,391.529559145562,9544.75528617025,3662.40983891042,281.062843856191,1661.5576064933 -4849,63.6211828872968,1320.39688090563,60.690212613943,1188.39749244454,89.0912735473842,4709.03090736489,16.7692153186551,425.991421240141,450.091170933704,11389.7401353725,130.139990334574,3346.61000927175,43.5338596810353,2614.79813837683,178.627522445886,6354.68711200938,191.401524127839,7792.85517939312,18.2783001480619,769.287018693833,125.318723359512,1026.76354093601,77.6363405655615,1352.57397101717,45.9309889118138,588.845392806065,105.219089628037,1944.45852725883,135.806068293356,1408.34644940195,46.3338349520271,1207.98393354915,1294.25326309025,400.367809612893,9640.17308209177,3658.09889219754,292.327367200342,1655.50196341747 -4850,70.5803171855509,1322.45068804651,69.058343757818,1190.24598155526,111.700387060566,4716.35555455548,18.9470586930244,426.654028245315,567.774181132714,11407.4562705445,163.646861146631,3351.81548319719,55.0325994429303,2618.86531784857,212.796209267864,6364.57148992443,220.222620749958,7804.97655126756,21.5236181033369,770.483603747335,122.435093790842,1028.36061702947,94.9634043946386,1354.67782791083,52.2126415366106,589.761310504834,120.570693355002,1947.48302910838,171.442196854235,1410.53705742023,54.8604719083207,1209.86288832757,1719.72167664262,511.370951491816,11536.8020920194,4180.6785455814,386.975802031967,1858.94714715493 -4851,111.146347871798,1349.58411181465,109.211161077182,1214.66689108163,174.590686173184,4813.12352863549,30.0214780775321,435.407915747816,886.941550666415,11641.5091149363,255.714335921028,3420.58646325737,85.8422795180917,2672.59796973734,298.145710615849,6495.15678652543,345.398311885052,7965.11540421699,33.9041736946154,786.292025426757,196.426570984921,1049.46003847523,148.360558376165,1382.47247303919,81.9559407969558,601.861756823645,189.400832477908,1987.440573679,267.326709892841,1439.47779605464,85.8838387201225,1234.68628835834,2665.74762382221,791.428875765139,17900.5207417416,6507.9129373433,588.156643226077,2883.15136307797 -4852,141.011525893845,1433.21175533926,137.211947290313,1289.93432264018,208.620411788479,5111.37109628906,38.022677577393,462.388181480932,1056.6808746757,12362.8809552163,305.120558916291,3632.54478648462,102.139539446522,2838.20681793078,408.70154823995,6897.63237261515,428.321882212016,8458.67769931586,41.8569759077227,835.014997661673,266.136788672571,1114.49034612528,178.866754707612,1468.13806004913,102.207578556659,639.156416719326,236.432609597348,2110.59330670761,317.732785314958,1528.67574595358,105.097339403681,1311.19423171929,3101.39211589684,940.509902874772,22098.9241533865,8278.73326997194,690.727177433231,3694.06522507293 -4853,130.155277235695,1642.96064317443,125.051360918774,1478.71472340528,202.987505691105,5859.41436258624,34.0203662189257,530.058158685939,1031.48955484354,14172.1743280449,297.345850230791,4164.16352749632,100.204733997701,3253.57511315263,437.922141341418,7907.09291706168,408.106250790911,9696.59542736836,38.9812358481524,957.218479758964,225.481114481674,1277.59472322235,174.299851170978,1682.99837230697,96.9473776720614,732.696221329609,221.611486607168,2419.47620353362,313.177228028155,1752.39567874081,101.202445555602,1503.08599566447,3115.00121344695,932.209962363115,21355.7027692891,7926.01790535332,697.675699645926,3515.71794896847 -4854,134.792855199533,1827.31172155765,119.927713833878,1644.636320501,171.164190743469,6516.87950694284,32.4404185445076,589.534198824534,861.619727808659,15762.3862611573,249.596662280793,4631.41028720857,84.1566881919422,3618.64781480396,389.326190380005,8794.32117307161,405.674775415665,10784.6177309503,35.6498268019892,1064.62474035627,271.888650024179,1420.94932270179,156.251868316993,1871.84194938288,98.2847850120955,814.909595758615,218.318445200836,2690.95747674425,265.483363045761,1949.02609376144,95.9229372880853,1671.74221110981,2397.49916774142,768.931847552175,19431.7738350665,7725.32503287134,539.116719801668,3543.97356573982 -4855,121.81348333928,1931.18818941801,110.689798609058,1738.12831197297,158.44101715404,6887.34198286662,30.1699450970353,623.047216627856,798.227296114757,16658.4244086409,231.134237022464,4894.69023893857,77.7250290926286,3824.35565818824,353.678304396698,9294.24847606597,365.785116376495,11397.6866364354,32.9783944365924,1125.14504256869,245.119564919306,1501.72546774015,142.715626287199,1978.24980952017,88.4147339855357,861.234439754451,198.249847910574,2843.92927381036,244.30336291339,2059.82161047549,86.993465971121,1766.77508044156,2237.09429077132,710.880019480188,17795.9397731135,7017.29323404937,502.083448567172,3202.15142260694 -4856,122.509245147858,1975.12813780572,110.872460770031,1777.67560660629,157.45967885001,7044.04833231195,30.2305574067461,637.223288484417,792.776186153604,17037.4502916424,229.632238982263,5006.05817172278,77.1998455598117,3911.37047691891,339.646029572614,9505.71869972341,366.808617549763,11657.0159784893,32.939261329176,1150.74524837465,248.683375869964,1535.89393454549,142.276649399586,2023.26054177538,88.7565076385206,880.829939064091,198.829454313188,2908.6366421519,242.728329240842,2106.68833001537,87.0063995741352,1806.97416941315,2207.05306101269,703.607757542089,17697.5269852607,6996.79666341988,492.683314674585,3197.40042272161 -4857,115.117258364084,2031.41986637262,104.583357229051,1828.33988038767,146.839775436664,7244.80576629554,28.6186207857081,655.384338243814,738.858064535064,17523.0225990446,214.082271337031,5148.73229113754,71.8658873796545,4022.84567743726,310.095001877474,9776.63445786386,342.89461179796,11989.2443371467,30.9648086617382,1183.54182391386,236.411994232549,1579.66736008488,132.562527440192,2080.92405790769,83.0194073199791,905.933849486066,186.446970447041,2991.53363563085,225.7224741576,2166.7295624693,81.2134967175244,1858.47346078824,2044.22560614049,653.226212962759,16514.0439901047,6544.30796129117,454.487867049339,2990.20967911298 -4858,110.661594228919,2065.35111124236,100.877741049967,1858.87903638072,139.985259390494,7365.81732208426,27.6808127769557,666.33136442627,703.942859890484,17815.7134309639,204.02982530239,5234.73267886205,68.4108466935691,4090.04013783113,301.312330874823,9939.93569523143,328.143404434804,12189.5032753116,29.7656019070923,1203.31077867579,229.636625006798,1606.05288525132,126.378852772429,2115.68218198289,79.502081100125,921.065858280283,178.846364656625,3041.50186819909,214.716356242067,2202.9209144235,77.5875082068748,1889.5159444844,1938.06750150352,621.967474369106,15822.145235786,6287.16755686745,432.78060249367,2876.32541685072 -4859,104.130615334231,2033.67616470307,92.6227120056528,1830.3706177492,120.769708429461,7252.8525730761,25.4410625801835,656.112273720206,604.391636929319,17542.4854227026,175.617212800793,5154.45098881532,58.8326497447485,4027.31385269531,279.416473122141,9787.49336712719,303.182384968646,12002.5607925132,26.7728711657907,1184.85638398365,227.39836422742,1581.42189684324,111.872420338511,2083.23534055061,74.0054550897648,906.940070339729,165.131138585865,2994.85633245944,185.200123857889,2169.13614929817,70.3403260933352,1860.53766752175,1590.27593369123,530.531883008601,14209.2138272011,5837.00281419863,356.188839949354,2699.26653127033 -4860,95.3325577647883,2012.73309688556,85.3245817470459,1811.52121751331,110.604518597753,7178.16173195565,23.4693356389576,649.355542199765,553.379821389859,17361.8305729916,160.816045083424,5101.36976649764,53.7758235629725,3985.84003862242,257.714661634135,9686.70045776001,277.142893018947,11878.9568239837,24.6270448704723,1172.65457524219,209.662770005112,1565.13620366922,102.228233518644,2061.78190574413,67.6533601558797,897.600280785619,151.130049025449,2964.01490334552,169.197411267981,2146.79809653018,64.2891550057598,1841.3776029922,1452.97985627447,485.277718617473,13026.9781194025,5352.5760000639,326.231349825944,2474.91956995309 -4861,95.6988877021746,1985.19469635012,85.4724409059638,1786.73581653613,108.1152172673,7079.94945870954,23.6334232610846,640.470999565334,539.93279758548,17124.2844000353,157.058850890686,5031.57235315625,52.4101173402235,3931.30540627417,246.648255068171,9554.16612547052,275.70498406476,11716.4278371705,24.4846406998998,1156.61020679974,214.889990272189,1543.72186525751,100.396424718333,2033.57241486579,67.4488718478105,885.319230659673,150.814006903235,2923.46097708094,164.813215130416,2117.42540626018,63.5977941296558,1816.18370418532,1391.09918737959,470.272756585243,12837.3160146673,5319.34188128846,310.753548116916,2465.54073697227 -4862,86.421229494458,1956.47029162302,76.4519908441704,1760.88297558861,96.5197872342016,6977.50744933217,21.0122498990425,631.203823785895,481.832395821065,16876.5077579392,140.187487910508,4958.7689546022,46.8657421908018,3874.42211527844,233.42032559625,9415.92389909214,249.62625018938,11546.899167882,21.8773462902426,1139.87485094135,193.769445110512,1521.3852693935,90.3482285806158,2004.14801775559,61.1310532592386,872.509269026735,135.928837444617,2881.16050324633,147.737040114629,2086.78771391661,57.4304225296123,1789.90477251493,1237.65437921974,421.362742135256,11585.1291656287,4833.2132825085,278.102196582739,2244.33110277442 -4863,86.7615717420341,1904.86471918448,77.3044653094823,1714.43638534822,99.3090022389256,6793.4626071188,21.2672703941218,614.554639389214,496.512051558565,16431.358221378,144.343547218902,4827.97212544085,48.2861911811734,3772.22696721842,238.748850860825,9167.56125084195,251.153637256984,11242.3280512134,22.2483500641904,1109.80851441532,191.795513384016,1481.25588022631,92.1034022713396,1951.28485589176,61.3697279307895,849.495201049911,137.169030636224,2805.16449262765,151.880463879609,2031.74477511225,58.1123955048568,1742.69267796303,1294.71496463902,435.245127700181,11792.4195940104,4878.71271179904,290.807950246232,2256.76340681383 -4864,91.4993894507236,1886.14902078126,81.4797841882092,1697.59168556637,103.221440601098,6726.71540140496,22.4635509317995,608.516510189132,515.496869591446,16269.9166545677,149.950200034694,4780.53627905821,50.0687405886201,3735.16404011606,249.614123326292,9077.48802425748,263.941061247505,11131.8698023742,23.3469288283369,1098.90441123574,205.124657303431,1466.70222818314,96.0304250510295,1932.11306983585,64.5801867157924,841.148731183722,144.17225806209,2777.60315869842,157.559322668739,2011.78245334715,60.8615616187634,1725.57035413511,1329.61736746716,450.640863597069,12340.1451933718,5132.22802321812,298.955453047395,2378.45357481523 -4865,99.3122580538075,1854.56085537866,89.3259468724302,1669.16137260651,117.082043887318,6614.06014650481,24.5954819570757,598.32541714066,586.296047573632,15997.4372201707,170.304692079931,4700.47454001627,56.9366240482253,3672.60960872964,271.402135143083,8925.46334858706,289.292975953495,10945.4394934838,25.8736182491079,1080.50057679779,216.853991559967,1442.13872229376,107.576355810734,1899.75512433205,70.5217753424032,827.061644237744,157.961423139922,2731.08541962635,178.949373889546,1978.09024971414,67.3458253514782,1696.67147013406,1551.38907724584,514.194592601959,13698.2436722427,5609.22879685156,346.764169924956,2584.05226625513 -4866,103.046702835497,1820.83209889257,92.7271056975836,1638.80446233886,122.354102795521,6493.77074029913,25.491289971584,587.443718524169,613.012916209645,15706.4930525336,178.017275908558,4614.98736893237,59.5636868994356,3605.81613856551,286.174009547832,8763.13662906374,300.698986317082,10746.3756222508,26.9165968726915,1060.84959541738,223.445033427415,1415.9106556103,112.248895916388,1865.20442313184,73.2537150204946,812.019937347095,164.178484971905,2681.41537790508,187.166355841561,1942.11487357773,70.1196094658084,1665.81423582597,1630.08245395031,538.45220988326,14287.4904661341,5843.3878354173,364.130897217358,2687.8564590961 -4867,106.521875086258,1749.32482385916,94.0579453274715,1574.44573234628,117.070420518765,6238.74895624067,25.9484857281854,564.373771782397,583.758387943075,15089.6714800223,169.943486669422,4433.74870817574,56.744460468538,3464.20940475565,289.161332363238,8418.9928601402,305.995448410252,10324.3465742677,26.7975717155104,1019.18816829582,241.679940509806,1360.30535694764,109.900741259146,1791.95456898024,75.0309560123826,780.130487997092,166.961668762716,2576.11148578713,178.809642733655,1865.84461093469,70.1655016791605,1600.39478458264,1481.74709140793,508.870233060344,14174.1587982023,5963.43288365382,331.93950901312,2769.08675293059 -4868,103.351207306704,1702.95501767352,90.9612438562484,1532.71149153351,113.230539040045,6073.37682180568,25.0604736066028,549.413770039513,564.553048803775,14689.6856498379,164.361299005355,4316.22218281588,54.9117316408631,3372.38270882471,275.409113082791,8195.82843585581,296.743171908188,10050.6764455915,25.9108212229893,992.172283546467,234.33619142342,1324.24739052847,106.446929077104,1744.45476509947,72.7769955502135,759.451367095964,161.910023071273,2507.82583141392,173.05067793853,1816.38618457413,68.0079752340587,1557.97270552137,1430.00110834439,491.236776360109,13700.652794104,5775.12220390103,318.108383156592,2679.95536303009 -4869,90.0611176808141,1630.29066736463,77.9220118538111,1467.31135847808,91.9900864706571,5814.2284729899,21.4690141514131,525.970523308766,456.575824476108,14062.8831489441,133.24129674764,4132.05085858933,44.4667771048703,3228.48460465488,226.856453335592,7846.11599932401,255.359108587579,9621.81845080921,21.8392304205511,949.836723516882,211.172647534692,1267.74233004105,88.5015521207239,1670.01963860835,62.9764870144268,727.045907404712,139.159845497842,2400.81799336984,140.564162368146,1738.88177568348,57.6711641644628,1491.49468744643,1103.01568190359,393.908346784454,11468.5036083136,4943.6037909096,245.154944814731,2315.19007655677 -4870,69.8612184117269,1498.84687285855,63.2562065894177,1349.00793164684,78.0724241257221,5345.45056245298,17.6580616319269,483.563630620233,389.380713774417,12929.0493119506,113.343946764691,3798.9001788869,37.6473552848045,2968.1848461914,180.932330466841,7213.51515106356,198.509537013457,8846.04983939506,18.0053856338716,873.255199988875,160.356653178676,1165.52935314538,71.9861762259936,1535.37265657466,48.5974352815506,668.427113368513,109.746457918007,2207.24967252733,117.858513285074,1598.68271586627,45.7083912965989,1371.24145584294,989.858515797642,336.902751179645,9322.80010454514,3884.90996287983,221.032872776886,1797.30452714513 -4871,62.8402826469702,1403.9666694038,60.5257860351442,1263.61285271351,85.9511454431363,5007.07214227748,16.7780046107919,452.953021566444,429.710787721197,12110.6129183416,124.811634178429,3558.42169612524,41.5431912450768,2780.2924155518,169.987187584762,6756.88425864188,185.060729135868,8286.07601969994,17.5600657487192,817.976283547699,123.436333325884,1091.74885951295,73.8988119614026,1438.18029311672,44.5666612788727,626.114251621586,101.256377053579,2067.5260611317,129.238021275356,1497.48269064175,44.4911907870355,1284.43894741335,1218.29815157438,379.266578060814,9298.26754143216,3577.86501834993,271.688607938037,1615.37388975853 -4872,65.0891260866614,1341.25316758643,62.0604509834348,1207.16878700877,88.4643816543856,4783.41225437733,17.1631228193874,432.720155102989,442.188734412347,11569.6464112191,128.448738259058,3399.47128058463,42.7880741035844,2656.10009870032,175.64357506424,6455.06236894273,192.287529426708,7915.94697401472,18.011995243565,781.438267181103,127.846365063093,1042.98175159133,76.444473304281,1373.9385098952,46.3455273519738,598.146481365598,104.74054579714,1975.17215970519,133.366291068042,1430.59194067764,46.1349453461069,1227.0646051171,1251.58145587296,390.592205001862,9597.81945301421,3702.89963128229,279.081495228868,1675.04335470248 -4873,64.3717433476172,1309.08646594905,62.294934344747,1178.21777378019,89.9651725598992,4668.69372210198,17.2514693633441,422.342412512656,450.255179446745,11292.1765247327,130.708583238732,3317.94321336358,43.4988779303141,2592.39998491221,175.795089449964,6300.25336622019,191.049767543586,7726.10220000482,18.1763553851314,762.697367106524,124.812741970979,1017.96836588053,77.0218339182352,1340.98792965878,45.9261740984281,583.801389874659,104.268064042442,1927.80244973608,135.395824784132,1396.28266541722,46.1324635439597,1197.63643898376,1288.00006148851,398.177908302589,9653.66548067102,3684.86933506736,287.398493431053,1660.03405587038 -4874,71.3163824532889,1306.28055749408,70.6904009532194,1175.69237053201,112.644170118035,4658.68679931326,19.4270446396213,421.437159745182,567.488013198659,11267.9727655388,164.191536151243,3310.83150213773,54.9481908892483,2586.8434099834,206.688270264031,6286.74934288135,219.622103133355,7709.54199863474,21.3867997413356,761.062594273244,121.918732087823,1015.78644274633,94.1585217129913,1338.11364330129,52.1588915990126,582.550064390451,119.413524317256,1923.67037952229,170.815576884293,1393.28985979411,54.5787310373854,1195.06941358282,1713.06142768391,509.095437604209,11523.0473713395,4178.08679260059,383.506028211855,1854.5263116968 -4875,112.317228268718,1334.1660797704,111.827988805544,1200.79019167042,176.087989678686,4758.13703898448,30.7948315144955,430.43369210473,886.56596638117,11508.5132097487,256.590202768311,3381.50871238659,85.7149096199343,2642.06545177267,324.062080645626,6420.95427140212,344.47662256965,7874.11966451961,33.6916516378799,777.309202097671,195.602275884463,1037.4707090509,147.108253553465,1366.6787150192,81.8766044839395,594.985917243375,187.591014721662,1964.73548832508,266.359839017985,1423.03279304055,85.4471094332702,1220.58088166908,2663.22348170768,793.554913258288,18069.8651464626,6577.33588326397,596.051537823245,2920.76467454833 -4876,142.594074506434,1412.18190638506,140.697613216544,1271.00681673263,210.54716256695,5036.3707610606,39.0724411458566,455.603452302899,1056.67763341302,12181.477531641,306.3195358582,3579.24361316216,102.023760989145,2796.56115010849,399.418852288938,6796.42181081415,427.356494979622,8334.56155687831,41.6112093099491,822.762628666026,265.044903178653,1098.13717043256,177.402538486939,1446.59572931418,102.152920986287,629.77792617064,234.239090535869,2079.62408092611,316.674009198081,1506.24513169327,104.601151727352,1291.95477422813,3093.33735392263,938.559100088945,22096.974875117,8244.8604641672,691.234961692694,3684.58267231873 -4877,131.530980065245,1617.04214970821,128.005068347323,1455.38728823134,204.715670620546,5766.97928600452,34.8752182774412,521.696236579226,1031.01185248866,13948.6014693464,298.350141290654,4098.47184727983,100.057738538352,3202.24840264228,378.933167698778,7782.35472752617,407.05182139657,9543.62697601016,38.7333087591329,942.117898368624,224.53259613471,1257.44005267447,172.837475379355,1656.44826442854,96.8621559314726,721.137586432204,219.496975355475,2381.30780404488,312.062136092682,1724.75079501315,100.695269821094,1479.37409196206,3104.65387936198,926.632005066142,21064.6635828598,7682.5897895366,694.931405338109,3424.50444027547 -4878,136.498870145671,1800.14937167925,123.224255608266,1620.18937659254,172.979433214756,6420.00837149579,33.4005259154069,580.770979071253,862.376106093701,15528.0839002119,250.83998999358,4562.56599251737,84.1372487026341,3564.85788018424,358.467976032125,8663.59666349402,405.217468850712,10624.308158885,35.461850310864,1048.79946580371,270.810645286983,1399.82740781044,155.093466224548,1844.01767323646,98.3455531178787,802.796249525387,216.425966867078,2650.9573346618,264.841453141007,1920.05450229386,95.5698088210926,1646.89234761419,2386.61798537864,764.071207852467,19329.7654164151,7657.47445213451,531.363774028475,3511.46178589878 -4879,123.331251958506,1905.73252493962,113.712447542481,1715.21743701401,160.09260658687,6796.55752818505,31.0605663175485,614.834614154632,798.834457782797,16438.843911614,232.253337458171,4830.17162126536,77.6961447281348,3773.94549359925,326.845331371529,9171.73774817215,365.309283599242,11247.4497571728,32.8027546186565,1110.31411368765,244.14400868083,1481.9307010494,141.63939963077,1952.17380942783,88.4538930493298,849.882208493016,196.514256215971,2806.44245103923,243.674436425341,2032.67038404975,86.6588308554849,1743.48660244499,2227.73229651596,706.817238061206,17707.3774126697,6952.05418428899,496.247559397027,3172.80003929354 -4880,124.049578365846,1945.76734181739,113.925120405711,1751.24999410048,159.123292629633,6939.33671281841,31.1312104967794,627.750797756304,793.451642122416,16784.1841401461,230.769053381061,4931.64180861587,77.1773560426088,3853.22693250303,327.034248406272,9364.41370683569,366.360572744369,11483.7313892893,32.7660177248498,1133.63911949858,247.696569722102,1513.06246978696,141.211963204284,1993.18424502215,88.8029463135371,867.736171806033,197.098639387709,2865.39899826452,242.120636157278,2075.37185738525,86.6782713652505,1780.11302611373,2199.54454992164,701.155235007273,17687.8895890599,6977.36675635422,489.778783017551,3188.79598869078 -4881,116.574341288174,1995.14554484165,107.491213576028,1795.69188388682,148.410896561913,7115.43791962517,29.4822070672319,643.681379832626,739.551783053499,17210.1203938066,215.164241357732,5056.79326184218,71.8493295993715,3951.01119359251,306.131423307961,9602.05667230317,342.491006347545,11775.1567862675,30.8044358592738,1162.40775046273,235.476427767,1551.45981782331,131.574863702788,2043.76575813539,83.0665683005672,889.756920094937,184.830834397847,2938.11491369851,225.16642471876,2128.03906518671,80.9106535030293,1825.287379964,2038.43826263007,651.926638433056,16549.0236516611,6549.3466693482,453.73845747475,2993.30692512095 -4882,112.071936067311,2042.75921024537,103.709862255989,1838.54563595951,141.50169623432,7285.2461229324,28.5262112670507,659.042680127332,704.664601191269,17620.8357504416,205.081949624405,5177.47240878845,68.3994881763379,4045.3011191894,293.116491246672,9831.20743013367,327.77386576942,12056.1680522111,29.6138416079429,1190.14833000908,228.730234427945,1588.48503076787,125.442025390741,2092.53973315843,79.5513261964889,910.990753583214,177.302989825525,3008.2323147975,214.197417493168,2178.82420228,77.301962887505,1868.84742138551,1931.2202674575,619.844753253975,15834.2171878529,6288.3218484088,429.711573779549,2874.88193946689 -4883,105.537166947329,2027.83293329921,95.3720406077245,1825.11153114537,122.206217486793,7232.01341654857,26.2663923689275,654.227108368514,605.429500953685,17492.0817234791,176.666925263637,5139.64103509198,58.8594658969982,4015.74242987702,266.224312819466,9759.37158962865,303.010923038667,11968.0746037253,26.6495204182685,1181.45201206244,226.516751083624,1576.87809864628,111.091792592033,2077.2497139426,74.0928050185076,904.33421755333,163.762836418913,2986.25140367304,184.854868349664,2162.903709401,70.1199469264725,1855.19190386694,1583.26735580088,527.850859015824,14199.8321751793,5831.87775171378,351.16214631447,2692.96069734793 -4884,96.6215023817913,2008.22050022467,87.8669829278548,1807.45974279024,111.926267009471,7162.06811839453,24.23432219184,647.899671246982,554.350242421585,17322.9049256756,161.784214536875,5089.9323711421,53.8009562599981,3976.90368810632,243.581927969804,9664.98263923337,276.987400179291,11852.3239132506,24.5144550821364,1170.02545510261,208.850583154268,1561.6271301525,101.515272734339,2057.15934045828,67.7335138314314,895.587839078294,149.878659417413,2957.36950968832,168.882790055109,2141.98492287243,64.0880212413869,1837.24918952518,1446.01315992628,482.446313682697,13008.1359431948,5345.17416675631,320.666486239792,2466.89149309792 -4885,97.0153300064461,1972.26437432431,88.0687505420424,1775.09813206854,109.450770728158,7033.83507678225,24.4215375307855,636.299370310131,541.02239597726,17012.7474751377,158.053463602109,4998.79982412317,52.4459895391298,3905.69933097165,241.795596208736,9491.93623692735,275.595503779272,11640.1143223272,24.3771696706431,1149.07676816032,214.06224030383,1533.66702233819,99.7097537207785,2020.32699050749,67.5397406408105,879.552812499724,149.581642195934,2904.41937278237,164.535921594708,2103.63381573312,63.4092590292398,1804.35421451546,1385.29920585808,468.446765612865,12871.9517814294,5344.68682754016,306.804822569484,2471.73219395692 -4886,87.6166919400646,1935.72971218917,78.7805205885281,1742.21582107812,97.7205379361406,6903.53875779477,21.7131363585297,624.512419831419,482.832449502046,16697.5995725105,141.084770599845,4906.20094892514,46.9012734139309,3833.34929143529,217.552063847224,9316.10550756921,249.546291833746,11424.4902662843,21.7818856023155,1127.7910155814,193.02391653558,1505.25703470246,89.7360872584982,1982.90200582408,61.2180461308885,863.259781376194,134.822970272769,2850.61726497938,147.501109604071,2064.66563696641,57.2646199424876,1770.92995737344,1231.29994761733,418.582575112412,11554.1659796536,4817.13569898717,272.612718849391,2233.07074974752 -4887,87.9440217276388,1885.48370060386,79.6249746114441,1696.99287710059,100.511288370531,6724.34261991484,21.9660325037401,608.301862084426,497.433625051981,16264.1776044103,145.230031788891,4778.84999276261,48.3134968728844,3733.84649840839,220.548606904434,9074.28603126752,251.031424602763,11127.9431467866,22.1481768708948,1098.51678371015,191.054210322304,1466.18486366109,91.4666441783247,1931.43153630049,61.4469693161786,840.85202439286,136.040074917107,2776.62338700175,151.610111340459,2011.07281723464,57.9349028008255,1724.96167647419,1288.31108206738,432.360217216549,11746.6719703768,4849.63566600454,285.550271608345,2240.98862467596 -4888,92.7586580433374,1863.06535907436,83.9531990083578,1676.81568549729,104.496372570726,6644.39039897207,23.2111896294386,601.069172195419,516.53660268443,16070.7970474129,150.899605656945,4722.02961758688,50.1033194956122,3689.45118170888,231.11317929547,8966.39305753338,263.839108763581,10995.6322549418,23.2443048238656,1085.45545391704,204.334505833703,1448.75197203311,95.3744807363083,1908.46687645868,64.6678816105982,830.854320433617,142.994601461125,2743.60942280323,157.296116333552,1987.16122508296,60.6818011699154,1704.45193673148,1322.70961351042,447.535572115584,12297.6701488588,5108.59207522011,292.943158899176,2363.81964831969 -4889,100.641877770107,1838.04360027944,91.9630578729769,1654.29533889662,118.458921756046,6555.15341483055,25.3896768176264,592.996558010158,587.25116658783,15854.9594197077,171.304889555788,4658.61075493763,56.9566063360367,3639.90028586688,255.336143939711,8845.97059180868,289.100571560424,10847.9562452191,25.7531165742872,1070.87732630695,216.011550520395,1429.29461793584,106.817099251365,1882.83535600866,70.5980328141889,819.695594145059,156.64391048511,2706.76158336997,178.597196232471,1960.47280611878,67.1281812442837,1681.5604235429,1545.08177788305,511.678879253723,13668.7843144732,5582.41752388379,342.845148112285,2571.08835250692 -4890,104.419350905557,1810.96802873183,95.4491621564952,1629.92649813443,123.779082657372,6458.5917634846,26.3088119324006,584.261335009216,613.966046077553,15621.4056084229,179.047120459405,4589.98640413952,59.5811304561703,3586.28219943999,265.779139022992,8715.66372116089,300.484021100122,10688.1588305015,26.789846939425,1055.1026103738,222.575456995801,1408.24018338126,111.45222061077,1855.09997291642,73.3292918657244,807.620947655081,162.804061966413,2666.88923382302,186.78846838968,1931.5937731507,69.8895565188448,1656.78995044186,1623.64590839954,535.725894793533,14235.1606521657,5796.07281206555,360.403255428009,2667.65416058461 -4891,108.010039273963,1739.54753483511,96.9542300726613,1565.64587381351,118.555967290168,6203.87947353414,26.825556699281,561.219385925037,585.065710079663,15005.332609776,171.064083359439,4408.96769438768,56.7951718873367,3444.84731937953,266.383292776241,8371.93760467117,305.926939563753,10266.6419564264,26.6835114593078,1013.49174350644,240.753036229234,1352.70236723731,109.16511429087,1781.93901469328,75.1448581760994,775.770199299654,165.614076408065,2561.71313837264,178.543733601336,1855.41607199998,69.9698003600542,1591.44989216013,1474.61545345649,505.614618720439,14119.3460606683,5923.18995061645,326.211151707916,2749.06580631205 -4892,104.797136169176,1696.96715010654,93.7633728256636,1527.32222796844,114.669914447851,6052.02183842916,25.9074473150345,547.481941623417,565.825761284415,14638.0343194392,165.447969097383,4301.04564171399,54.9619063348392,3360.52486123856,258.205473113995,8167.01056646623,296.681277376057,10015.3366281035,25.8006449803631,988.683643990018,233.437704641248,1319.59112073971,105.735815195154,1738.32097765259,72.8885722725386,756.78101223483,160.604720655252,2499.00790680421,172.796396112423,1809.9994745255,67.8193524671667,1552.49461940822,1424.59900091131,489.07396822317,13673.1548376152,5741.33381455555,315.121820771669,2665.83503433395 -4893,91.3696296998133,1632.60481791559,80.4180211041525,1469.39416460378,93.2505137309739,5822.48160250452,22.2253479778718,526.717123286717,457.904628896128,14082.8450057091,134.224966928706,4137.91618552916,44.5334038627685,3233.06734537481,219.143841998378,7857.25333454053,255.413533945667,9635.47634440757,21.7551061291382,951.184989332947,210.371947714869,1269.54185369059,87.9434257728341,1672.3901832874,63.0990190656321,728.077928087209,138.07368491103,2404.2258852221,140.430375311838,1741.3500681787,57.5363731717936,1493.61182110966,1098.52877893942,392.40733821223,11490.2705152559,4952.59992858967,242.117058774714,2316.55918337013 -4894,70.8310190039038,1500.32214376465,65.2084720397461,1350.33572048884,79.0595391422799,5350.71193226837,18.2592159678302,484.039588083545,390.240978166416,12941.7749950332,114.087298352331,3802.63932463325,37.6776889133581,2971.10634326145,175.452754239852,7220.61520192649,198.441129780573,8854.75674615001,17.9291545491138,874.114719405747,159.741291492978,1166.67654941741,71.4969751178474,1536.88387873569,48.6654270001425,669.085026522321,108.856104085847,2209.42220347984,117.66708728317,1600.25625225715,45.5753079947004,1372.59112848907,985.657794728073,335.478726035044,9339.0698394981,3895.83214374297,218.090175079513,1798.95892408626 -4895,62.3071983158583,1405.29730695268,61.2819382831178,1264.81046711969,88.8611911067645,5011.81769525081,17.2938697564675,453.382316870605,448.733577078299,12122.0909944529,131.75322243585,3561.79426160474,43.3591475999292,2782.92749341057,170.14323467411,6763.28823111779,193.548388902774,8293.92931431507,18.1388976710307,818.751536964107,141.770442541002,1092.78358637511,80.6452814853758,1439.54335731317,44.6112560372221,626.707663951985,113.164738375918,2069.48560039298,137.648730818,1498.90195987397,48.2606449532843,1285.65630016817,1263.3330472873,397.933436889,9715.08710564256,3728.51399942546,282.635040067743,1696.48257628373 -4896,64.5338607376908,1348.88986833291,62.836007975082,1214.04205075916,91.461256701254,4810.64759578526,17.6904496852225,435.183936297583,461.779657860837,11635.5205724291,135.598311290533,3418.82686944245,44.660235774582,2671.22315085531,171.169433014111,6491.81559406289,201.114861447446,7961.0180460736,18.6055458778404,785.887546662801,146.84057892595,1048.92018268952,83.4400649394382,1381.76131136004,46.3890855614,601.552151369692,117.077974788729,1986.41820860256,142.061551294651,1438.73731010176,50.0512391490114,1234.05114979958,1297.55780537104,409.474091691984,10003.2161822115,3841.16347555057,289.86622597523,1752.15756557402 -4897,63.8377743820795,1313.83047429794,63.0767654257624,1182.48752608534,93.0015917182734,4685.61263660626,17.7792541223867,423.872942376931,470.101128408626,11333.0983286807,137.946891784675,3329.96713287905,45.3933460676183,2601.79460283241,178.439889074206,6323.08490206366,199.794431613782,7754.10088022545,18.7727553002987,765.46131186598,143.323457380166,1021.6573891439,84.0174599608608,1345.84754596339,45.9781858258851,585.917032148644,116.455299592442,1934.78862762002,144.173118341158,1401.34266473312,50.0246835801812,1201.97656273667,1336.99053804279,418.507965664599,10096.9633071101,3834.52953488455,301.390590801725,1744.38741240481 -4898,70.811529587185,1315.85535813447,71.6040155316869,1184.30998333939,116.371419500372,4692.83413243674,20.0017552084482,424.526218036578,591.826148047254,11350.5649715029,173.039520688749,3335.09929928518,57.2924141860407,2605.80450512979,212.576046073428,6332.83008050614,229.538801196096,7766.05154954417,22.0683689906597,766.641045681117,139.774662660593,1023.23197397369,102.437101724897,1347.92177471326,52.2645609663566,586.820051184322,132.834326226283,1937.7705360898,181.630491673158,1403.50242291104,59.0590148310249,1203.82905661727,1776.35146227585,533.719222978226,12054.3329381217,4370.81890622519,399.072515455947,1952.91691897157 -4899,111.511554062993,1340.09609231095,113.2683772701,1206.12738394592,181.925405437777,4779.28568962002,31.7097264310277,432.346855114013,924.686466876364,11559.6654828366,270.452967849844,3396.53861711471,89.3769436142907,2653.80872834036,297.828737929955,6449.49370133447,360.044930223265,7909.11802721554,34.768965316034,780.764134273071,224.291939707742,1042.08198976656,160.068778633672,1372.75323755568,82.0376170781854,597.63047102435,208.737539331478,1973.46821377906,283.248269914622,1429.35779443003,92.4738064638473,1226.00603828549,2753.82279058413,826.36157503195,18716.2442415607,6808.8802546389,606.969110296196,3031.89898495233 -4900,141.483977091565,1415.65313221151,142.482830159409,1274.13102592119,217.594595328592,5048.75045533253,40.2545872367317,456.723352269826,1102.72129244182,12211.4203167886,323.090168236517,3588.0416035719,106.426111379165,2803.43526118839,408.260985625634,6813.12781363894,446.793726283412,8355.04839727586,42.9617404580319,824.785027390124,304.175510776431,1100.83645590688,193.266433592295,1450.15154633275,102.311026341105,631.325957194385,261.167707322999,2084.7359187045,336.967681307327,1509.94757043609,113.313032776597,1295.13047472297,3203.86846812375,982.546989088109,23122.0125204051,8665.48540056971,712.536288307365,3886.76438108194 -4901,130.583372495412,1610.44681979617,129.659650452658,1449.45129001546,211.495877873254,5743.45786388578,35.9048119669344,519.568426370488,1075.2871716401,13891.7101703048,314.448699889266,4081.75566336781,104.334598347377,3189.1875899235,437.447225444325,7750.61331810787,425.472167373401,9504.70197428677,39.9675241459913,938.275340302406,257.442036746142,1252.31140961869,188.11045587831,1649.69221123098,97.0443037834954,718.196327111692,244.264817963324,2371.5953110263,331.890203912315,1717.71616050395,108.997332328018,1473.34026025175,3217.65557474248,973.043963680495,22304.8785451516,8276.47583920204,719.598607376945,3690.24410300731 -4902,135.262618967132,1793.640820098,124.753682041444,1614.33148152292,178.884616994925,6396.79643347814,34.4305898323696,578.671165614855,900.992910748171,15471.9411508309,264.950277680734,4546.06975249843,87.8602197449956,3551.96891565828,388.897288265406,8632.27289300552,423.964817152553,10585.8953145093,36.6384741783316,1045.00746635691,311.176412096809,1394.76624509143,169.582721679888,1837.35051309307,98.3883288487307,799.893689948125,242.36613281574,2641.37263417873,282.390908310062,1913.11242628418,103.816444533629,1640.93790629846,2476.89169035401,804.787497578475,20373.536459761,8100.75314160483,555.87466588164,3738.30456602097 -4903,122.235761871197,1893.6410853646,115.126532564304,1704.33477235553,165.543762354497,6753.4349159639,32.0177745210936,610.933628319321,834.477849712926,16334.5431846026,245.271797899802,4799.52528053748,81.1208155818914,3750.00066750319,353.289185786793,9113.54515748659,382.166287022816,11176.0872457331,33.8890465424921,1103.2694230822,280.497202604603,1472.52818768952,154.778380736855,1939.78771046183,88.5073232342892,844.489899113081,219.931912917069,2788.63621177248,259.730437264861,2019.77355261983,94.0952226764211,1732.42457635925,2311.15720799434,743.805468282348,18652.9386788948,7356.36974436525,517.735134093658,3376.39288888073 -4904,122.93524047273,1934.48585577699,115.338444492052,1741.09631234361,164.552367912977,6899.10269892945,32.0930874266063,624.111122184851,828.954003716058,16686.8700702636,243.740172504924,4903.04833445044,80.5866983862433,3830.88606732592,339.270679747152,9310.11918752713,383.286268727452,11417.1491455772,33.8537234189789,1127.06632241918,284.60879072992,1504.289790359,154.353567458863,1981.6278375561,88.8497105742071,862.70507004037,220.664367262858,2848.78552238568,258.115084701404,2063.33892922649,94.1351769986463,1769.79199758023,2280.21263219629,736.402163590504,18557.6603462952,7338.53692447484,508.133456614562,3373.30221059482 -4905,115.518459900557,1991.61646398876,108.820862008444,1792.51560340869,153.484153727492,7102.85189261226,30.3964453014184,642.542814458887,772.730300652118,17179.6785513482,227.290006457416,5047.84863505868,75.0286269866628,3944.02251149416,309.75068048811,9585.07223002117,358.324492783794,11754.3284910779,31.8300134902855,1160.35164435758,270.593649368899,1548.71554327589,143.841848604791,2040.15067620642,83.1067193706963,888.183087991033,206.984633034119,2932.91787676437,240.062431503569,2124.27491778475,87.8812541290365,1822.05874997242,2112.05534200348,683.807206447466,17322.1327639347,6866.31494460157,468.802799411824,3155.85489931259 -4906,111.048173827281,2029.65532594618,104.989022662871,1826.7517401486,146.347926245997,7238.51275278908,29.4138588038377,654.815055556944,736.361181490136,17507.8016778154,216.669590166988,5144.25997774579,71.4314851504162,4019.35133638808,300.979256388594,9768.14223672286,342.938548580472,11978.8301895519,30.6026675157646,1182.51377086129,262.865583834976,1578.29522281117,137.161704507461,2079.1165169432,79.5858404343407,905.146933434115,198.609264460989,2988.93511716378,228.391523753345,2164.84748876832,83.9725220932854,1856.85914579245,2002.35506737706,651.132958812471,16598.4803101339,6597.4774298108,446.335463047242,3035.93314628901 -4907,104.501840215247,2019.47306015482,96.5281025931477,1817.58739016502,126.454529773434,7202.19897091646,27.0983181636499,651.530014567655,633.234589996202,17419.9694790046,186.855780338119,5118.45253067651,61.513050704521,3999.18727055248,279.10290392896,9719.13794556533,317.147707314942,11918.7354378469,27.5551733473659,1176.58139930887,260.485049772792,1570.37731613487,121.720708842256,2068.68611690627,74.0849129102936,900.606040929541,183.893518285771,2973.94038805533,197.347761791443,2153.98699819802,76.2813784271966,1847.54375459382,1643.16972823996,556.144205904743,14928.2152323102,6132.47188271996,367.2637408049,2853.0919269274 -4908,95.6725334563182,2002.84009780865,88.930753938203,1802.61721640138,115.820227436975,7142.87958376716,25.002978551226,646.16382552878,579.837012848471,17276.4935881236,171.124674215518,5076.29547996205,56.2272413066837,3966.24881120938,257.426239809895,9639.08832337653,289.910933972044,11820.5692965583,25.3486009202865,1166.8907356907,240.176497949916,1557.44323581268,111.229843922409,2051.64782163636,67.7260086986785,893.188389927863,168.309758767449,2949.44615761955,180.298159533872,2136.24614027718,69.720251981342,1832.3268515762,1501.29669094745,508.702384715358,13686.6077050425,5623.80364316752,336.343635666501,2615.9480683716 -4909,96.0422868687141,1967.63607322237,89.128243104485,1770.93251981714,113.279955961442,7017.32881775301,25.2014904118894,634.806170354228,566.09160077408,16972.8237616076,167.24885795579,4987.06917024352,54.8249923236114,3896.53384953178,246.370238550134,9469.6615664943,288.485402168478,11612.7985351305,25.2120115237876,1146.38023652819,246.217851864011,1530.06797503911,109.320921078558,2015.5859011494,67.5216939783581,877.488771134732,168.106793684544,2897.60358907784,175.726764020432,2098.6972307427,69.0118116171285,1800.119947189,1437.45520352567,493.259300473003,13497.3791154727,5593.04135831627,320.429899244142,2608.09315799484 -4910,86.7319613097674,1934.8040514076,79.7274283165594,1741.38269812276,101.143469181494,6900.23750398754,22.4066454827503,624.213779659188,505.243191945655,16689.6148249637,149.306573177034,4903.85481672687,49.0329576341905,3831.516194036,233.156792070621,9311.6505707818,261.231111830596,11419.0271055329,22.5285270374206,1127.25170892802,222.028096815252,1504.53722480626,98.4156698478323,1981.95378737761,61.1972206026087,862.84697285293,151.559021621189,2849.25410741206,157.563334669537,2063.67831936976,62.3370377053767,1770.08310339475,1278.87073218734,441.980438871884,12179.139193948,5080.27054217,286.698437245695,2373.47830120104 -4911,87.0718632366711,1889.18634373014,80.5866435698116,1700.32536892204,104.015725308013,6737.54763514376,22.6644173662222,609.49642277335,520.373165612863,16296.1165945974,153.639814573573,4788.2345215557,50.4980687137794,3741.17888800555,238.479899990466,9092.10577841717,262.756867698676,11149.7957897921,22.9036582293003,1100.67401032367,219.727914711618,1469.0641032459,100.248301819968,1935.22441008638,61.4357915207276,842.503258485914,152.823778498386,2782.07601727102,161.886622941451,2015.02208762122,63.0387786928928,1728.34909238897,1337.78635865965,456.333800618142,12390.6354884668,5125.57772950754,299.812576065909,2385.32516705354 -4912,91.827775302097,1868.18542088621,84.9633993010223,1681.42389739657,108.152143413968,6662.65046128233,23.9520468102441,602.721025846097,540.470460195038,16114.9626875756,159.678523567242,4735.00666286426,52.3764320714035,3699.5905029142,249.332743330014,8991.03442959277,276.181125785895,11025.8503664705,24.0401733147874,1088.43849420116,235.028677350473,1452.73342099878,104.572204810267,1913.71171036949,64.6499364195018,833.137667851646,160.707437556688,2751.14938900136,167.999017199213,1992.62232619408,66.0452723161233,1709.13609836267,1373.87785714239,472.608193508817,12970.6994613688,5393.7567048594,308.192670678674,2514.79604284774 -4913,99.6651929754978,1840.96521598137,93.0797473705963,1656.92488219854,122.569235659968,6565.57299309431,26.192718337491,593.939140686003,614.150740491073,15880.1612693194,181.159042789734,4666.0157317993,59.5171509487349,3645.68599727603,271.09647512917,8860.03148055795,302.56843353312,10865.1993396131,26.6267515627743,1072.57951226755,248.387004931034,1431.56651703432,116.99284650819,1885.82816931267,70.5972423433331,820.998520538259,175.830893945047,2711.06404776317,190.623065910488,1963.58902606736,73.0076355499466,1684.23330537031,1602.98188919698,538.894966408463,14387.482130848,5891.22801667324,357.577629906851,2730.30156792902 -4914,103.412254725785,1810.30271136034,96.6102830004178,1629.32769219404,128.067183431958,6456.21899200139,27.1392365511762,584.046687809762,642.027081530026,15615.6665824692,189.324204153079,4588.30012495563,62.2554582989121,3584.9646632889,285.850953908505,8712.46174167495,314.471813657647,10684.2321914741,27.6969804358407,1054.71498448298,255.919026483366,1407.72282104115,122.046726263343,1854.41844225533,73.3319751109952,807.324242115544,182.705354125877,2665.90946625842,199.34324169781,1930.88414003099,76.0009723577417,1656.18127534796,1684.27752873082,564.237067458734,15002.8829061306,6135.33123461286,375.498487095563,2839.17677963695 -4915,106.90625548753,1745.4486212654,98.1153006368537,1570.95703170692,122.722991965856,6224.92496280264,27.685827304288,563.123216683541,612.352460026309,15056.2353663102,181.080029462474,4423.92428448477,59.3858792232837,3456.53331321628,288.831439548044,8400.33782162692,320.272170309855,10301.4696000064,27.6016179807271,1016.9298228087,276.959408557143,1357.29115450737,119.770078129954,1787.9839062117,75.1124242061819,778.401853166212,186.257846705318,2570.40326631478,190.770264397475,1861.71022055629,76.1873452154727,1596.84858531168,1531.15453824886,533.937655696056,14904.8073518127,6268.77942331544,342.226588579228,2928.86103072877 -4916,103.724339957506,1695.00012129644,94.8860687227835,1525.55184200397,118.701602586374,6045.00667533966,26.7382503113623,546.847331370582,592.226664078845,14621.0667339278,175.139215643161,4296.06011168163,57.4703266602402,3356.62952995965,275.092117408338,8157.54382748098,310.596114505004,10003.7274135768,26.6885062091152,987.53761755593,268.546522959676,1318.06152498302,116.014794244928,1736.30601381312,72.8560557412281,755.90379427931,180.636143501445,2496.11119749016,184.636626191388,1807.90142500673,73.8488537583114,1550.69505502437,1477.73830223237,515.506866643249,14408.6471992147,6071.19065362737,328.047974472689,2834.98265755141 -4917,90.3908246660807,1612.76097034714,81.3679612446032,1451.53409614117,96.5737162323981,5751.7109934004,22.947327352991,520.31502634844,479.6793534807,13911.6720270699,142.234493918854,4087.62099030763,46.5974444522742,3193.77033064343,226.593286190191,7761.75065332439,267.467398730827,9518.35986788513,22.5142462132852,939.623606118471,242.103595994641,1254.11093326824,96.6626308493391,1652.06275591002,63.0458328172579,719.228347794189,155.579223914976,2375.00320287857,150.225582589749,1720.18445299917,62.7239079881123,1475.45739391498,1139.97445445575,413.94480841722,12078.6975835192,5203.88541217051,252.791169473572,2452.60098331195 -4918,70.112728320347,1480.24688170228,65.9887699202948,1332.26737191874,81.836586852074,5279.11601221417,18.8460675519761,477.562831328523,408.425281836306,12768.6058355582,120.761430625019,3751.75759814008,39.3923327224567,2931.35105556939,180.727302852656,7123.99878988951,207.72964970536,8736.27448357977,18.5465357350842,862.41850993662,183.760853204546,1151.06567706649,78.4048674062151,1516.31939746527,48.6499946161021,660.132244411316,122.38871380753,2179.8587327775,125.686473353962,1578.84380842666,49.6090802869793,1354.22498844147,1022.87537275264,353.452750377476,9805.16944270429,4085.68860887321,227.911124827905,1901.4962221999 -4919,58.8481955675962,1390.45781114321,63.0343018740756,1251.4544679772,95.6205793272406,4958.89448297499,19.0855489419251,448.594742769379,483.530378295055,11994.0855413547,138.677659582245,3524.18283891306,44.6206068339886,2753.54065784759,170.017879294286,6691.87004304659,187.361851473731,8206.34803973718,18.5857926089536,810.105779271651,155.750044920476,1081.24413677222,82.4389797444876,1424.3422340258,41.5264810489828,620.089828916676,112.441978212013,2047.6324859361,145.702873655405,1483.07402848728,49.3795091956852,1272.0801756112,1326.46962521164,414.229568869341,10125.2535714281,3845.37293260713,289.451221468796,1724.02394737158 -4920,60.7890838242958,1339.40184602329,64.4267323389051,1205.50254109805,95.0811434806599,4776.80974676286,18.7352963584953,432.122874758527,494.985173414538,11553.6769161255,141.982638075389,3394.77901618808,45.7155372998114,2652.43390390175,169.357264940145,6446.1524953679,187.90827361754,7905.02065251195,18.9894944052771,780.359653874342,153.754286735878,1041.54213179893,82.4852108878304,1372.04207300225,43.0439516995735,597.320864319071,111.992574950069,1972.44584457055,145.586186563035,1428.61730548434,49.4724417987,1225.37089715971,1342.41437001729,418.5752913763,10241.6866911505,3891.00396342964,291.63512500415,1738.99673865432 -4921,59.6068917210917,1304.25567365755,63.9536703057066,1173.86991327797,101.154333249208,4651.46530348277,18.9693126872308,420.783884085535,494.576502752121,11250.5061227166,141.822587404577,3305.6993357316,45.6098598119291,2582.83350768603,174.778390472851,6277.00416443888,190.674504525938,7697.59132931602,18.9017406670038,759.882860458107,146.12931947656,1014.21185791654,86.2804906203832,1336.03941455141,42.2251655985772,581.647045354773,113.854075038568,1920.68847105251,154.927904959971,1391.1301016162,50.8796013644149,1193.21691970222,1393.47635182476,431.248550659801,10401.0247944813,3884.45711729874,307.849384638935,1738.2881207521 -4922,65.0626506342146,1310.61959188158,70.9516322210898,1179.59763391176,122.271044259283,4674.16142465836,21.7104489353116,422.837035382781,602.987382556785,11305.4012651261,172.488552100818,3321.82899548369,55.8473058413657,2595.43605300071,206.682466185277,6307.63185654035,224.667710679958,7735.15056155183,21.6504493535828,763.590593904446,158.349177273474,1019.16055122567,103.815600310351,1342.55841673021,47.135928216487,584.485104108626,132.948680173244,1930.06017984434,188.553435632808,1397.91791046724,60.5166791294108,1199.03904112664,1769.39272343955,534.176764609571,12213.763031174,4437.32073420713,389.254547649213,1977.01311218987 -4923,102.916846484168,1335.58349845597,112.894215177969,1202.06591174826,165.043440336545,4763.19208606582,32.208183742828,430.890985066483,949.898595104595,11520.7398597243,271.775751626014,3385.10122887088,87.8204391723646,2644.87238338083,291.470874223571,6427.77589631185,321.344453705426,7882.48513304271,34.3399723289118,778.135015768267,259.416138368976,1038.57291843176,142.30705640458,1368.13067514411,74.3629085870335,595.61803056835,191.976654243054,1966.82282425393,252.449591834924,1424.54462376509,84.9317379992169,1221.87762738549,2594.83469862122,782.821980249287,18109.6279203964,6719.00743526905,550.154191724475,2946.66300884466 -4924,129.033966218181,1421.1492418745,140.30538245643,1279.07769236379,216.33376761478,5068.35164543494,44.7607024383019,458.4965278964,1107.25078015455,12258.8297447584,317.297772027907,3601.97176038777,102.083890395432,2814.31927456566,393.736374639532,6839.5789949062,438.463525402318,8387.48590699212,41.7720188829849,827.987159929359,381.464095411199,1105.11032621098,188.739537036244,1455.78159210119,91.4080590675548,633.777007253808,263.285327470185,2092.82966495269,329.304362996291,1515.80976735682,114.45728841632,1300.15866909841,3035.1120392613,949.865491125237,23055.4049400616,8828.4752744415,655.776370552851,3980.1135638164 -4925,122.77667074745,1616.29005120003,132.013446140383,1454.7103766193,241.905129958927,5764.29702041331,48.9487902635778,521.453591722179,1141.88160076134,13942.1138695283,326.568994082108,4096.56561709114,106.032090741052,3200.75901274179,439.730150049656,7778.7350956064,491.047757115645,9539.18816307472,40.4900395166807,941.679712223619,417.387455053539,1256.85520781566,211.822912355064,1655.67783783899,89.8650326089206,720.802179898092,293.486874409209,2380.2002398127,370.047201351963,1723.94860040112,128.301841409975,1478.68602390656,3319.75936317174,1035.91596629175,24353.0760657801,9257.88218969875,724.378151470346,4244.49795683493 -4926,128.671320267817,1796.0128256754,129.683539330983,1616.4663589382,211.774511964903,6405.25589573374,42.9529021320974,579.436430999619,989.040822241783,15492.4020649068,283.916212040831,4552.08171581202,92.0651395269172,3556.66622739667,396.857832144123,8643.68866767927,453.195475765609,10599.8946628997,38.0291090893772,1046.38943955402,389.273259947826,1396.61075781408,190.400060645859,1839.78032268252,92.3252296563174,800.95151171078,267.84397845598,2644.86572518673,327.313326466929,1915.64242743853,117.071738873235,1643.10796945843,2716.19004964162,882.610531516434,22334.0664400602,8785.40626078098,598.436288263195,4060.12971436376 -4927,116.199569730468,1900.29427030307,119.499165305976,1710.32284186098,191.849945887041,6777.16267082362,39.3954196470354,613.080103934871,913.513897131778,16391.9335409549,262.152303947219,4816.38810082326,84.7866408651595,3763.17605124043,358.529227156404,9145.56500636211,407.63527817848,11215.3537022485,35.111679430894,1107.14568852947,354.680309868411,1477.7018198184,171.555024525536,1946.6030285698,82.9966116032188,847.456959513752,241.943706025788,2798.43390394679,295.233950180634,2026.86989578816,105.380273783913,1738.5113375663,2500.84686512099,807.60478299806,20312.364348136,7964.22788851705,548.228839440228,3664.47180182688 -4928,115.402293079473,1940.15552490745,117.88355455962,1746.19918760413,179.790717371887,6919.32286724096,37.5829140449004,625.940292221357,883.74304941457,16735.7766217584,253.760768269003,4917.41838616418,82.0008817397324,3842.11378264542,340.58237379019,9337.40566015801,389.691576025856,11450.6109865492,34.4103897119554,1130.36957383202,346.779334373547,1508.69862351857,162.003372965622,1987.43567230718,82.0978039557727,865.233520837618,231.213310435194,2857.13485783693,276.660046170627,2069.38624613904,100.215496917612,1774.97897531184,2357.6077802388,766.218164266777,19545.412541548,7729.68397137456,513.248072118447,3549.25034033908 -4929,107.735609242485,1988.37665265622,110.359046423816,1789.59967432762,159.726871285231,7091.29750929041,34.2841968408901,641.497574308704,812.393979829484,17151.7319470363,233.377149132777,5039.63717592058,75.2639795067147,3937.60667337494,307.114326213574,9569.47995801723,353.150511979027,11735.2074367282,32.0382992128371,1158.46407188814,323.106819754756,1546.19620973015,144.915252399256,2036.8319130809,76.2026271066723,886.738258785273,209.880658998265,2928.14682734479,245.426500066083,2120.8193076929,90.3193614595732,1819.0947623305,2113.31582629486,690.476894404883,17828.5525214363,7108.24517289197,456.181211418853,3256.06038917218 -4930,103.527205969188,2027.65937102582,106.467365125307,1824.95531980205,156.455465065391,7231.39442833255,33.4058175497773,654.17111305333,773.746567137563,17490.5845757504,222.336022100655,5139.2011330824,71.6005136954009,4015.39872237822,297.924101269716,9758.53628476101,340.300087097165,11967.0502559093,30.7970870563062,1181.35089155406,309.197911555008,1576.74313360889,140.846515464301,2077.07192208567,72.9384450820956,904.256815564178,202.84598789945,2985.9958103379,239.855145119217,2162.71858641638,87.3496202441086,1855.03311794374,2030.51630202665,664.299296548534,17200.7950323921,6840.95472256852,441.790172953788,3136.68907117037 -4931,99.1696301352916,2006.45595979823,100.344178916945,1805.87160255117,145.066168034997,7155.77510488808,32.0527243823984,647.330388560112,695.965945098362,17307.6840044464,200.280055462375,5085.46005775035,64.4247609060684,3973.40934705714,282.26669635973,9656.49041809236,324.953474211359,11841.9097656558,28.598394063617,1168.99740205004,305.88207288303,1560.25499287879,132.011512679665,2055.35179949379,69.3376986867436,894.800923026342,193.97745806017,2954.77099122125,222.11256102338,2140.10284917145,82.7572440828971,1835.63487452939,1787.50564445481,600.296029201945,16089.5042447492,6520.16108162871,390.99030804336,3015.09230377004 -4932,89.1128417602289,1958.81337109016,90.293664312696,1762.99181862181,129.726864376754,6985.86375022074,28.9424774482209,631.959756919879,609.343815353966,16896.7191554616,175.489798335289,4964.70760328476,56.2788329322948,3879.06214428589,253.840820460326,9427.20046078928,292.520080745446,11560.7277971565,25.529233785795,1141.23997126532,278.924131458061,1523.20728867056,118.252430754769,2006.54819632697,61.9869174873669,873.554190874974,174.900792940431,2884.6109967425,198.317363343616,2089.2868622378,74.3439281920869,1792.04837221005,1552.99608886461,527.849199171835,14377.3830836044,5866.6326015722,341.394430685911,2722.1767909678 -4933,89.9855539913127,1905.47218433544,91.2487069240149,1714.98312252444,125.115479740026,6795.62905586795,28.2082079217572,614.750622087108,604.215400880043,16436.5982142247,174.111264748895,4829.51177536269,55.7093527171698,3773.42993790763,246.868695511009,9170.4848043747,285.680299445484,11245.913252009,25.6579277351737,1110.16243455986,274.502821441811,1481.72825567524,114.692236396585,1951.90712451673,62.2343826886248,849.766106760615,170.636129787102,2806.05906516859,191.462450380684,2032.39270256562,72.3964456097847,1743.24842612721,1505.54943012194,514.133885180041,14169.4358831258,5809.20719985175,329.331568702454,2688.25801699195 -4934,80.7723335011783,1864.80097339054,81.0018489199344,1678.37779135427,115.823128185855,6650.5802511115,26.567290409653,601.62912263151,531.210614283577,16085.7684520886,153.138262410359,4726.42861634761,49.0707877868777,3692.88824002712,230.647969603728,8974.74606569779,267.012258657715,11005.8756834207,22.7012112414127,1086.46665409648,261.79148322499,1450.10161586123,106.404412230614,1910.2447864051,55.9953101385677,831.628336571152,160.079820966552,2746.16534375846,176.739018768305,1989.01244595077,67.457014181516,1706.03978826241,1333.16033702137,462.615490258501,12901.137548436,5335.43762998058,294.058424412554,2491.24661223467 -4935,82.2434345742362,1828.1795301187,83.3136748987044,1645.41737469219,121.443802235032,6519.97443801601,27.5080979394704,589.814174495205,566.074819205189,15769.871975597,162.993030809868,4633.60979014478,52.3276898247043,3620.36634674136,238.954295708904,8798.49768390583,275.561985282668,10789.7394534698,23.6043518585131,1065.13034126337,266.335591426112,1421.62414570681,110.854655178344,1872.73090579323,57.179778235883,815.296604453045,165.078173881193,2692.23543928791,185.30765997197,1949.95170569175,69.8913674093938,1672.53613815879,1447.00642303103,492.970314611596,13415.996063931,5488.97531845196,317.724512011426,2553.2670942842 -4936,87.4728599317608,1817.24516581916,88.8298313238716,1635.57611309656,130.579535933913,6480.97839055217,29.3041165463764,586.286488648869,600.861898133862,15675.5521769681,173.034137306154,4605.89611288681,55.4598365811491,3598.71289100527,254.841471327221,8745.87376082853,292.612207158564,10725.2058888294,25.1330586813615,1058.75978356595,279.671249642842,1413.1213941717,118.591503174926,1861.53007916675,60.7860404368027,810.420305414359,175.451060261415,2676.13314594728,199.221637896838,1938.28902050943,74.4467308531024,1662.53267890467,1545.92198534252,525.841849542605,14302.0334541733,5831.69199587206,341.170359115307,2711.41609772871 -4937,95.9239602539106,1783.48748322281,98.4519307841514,1605.19316844683,144.022087482192,6360.58582297947,32.0586152320477,575.395457781598,696.86742387004,15384.3584927774,200.396878880242,4520.33562717189,64.3836625570983,3531.8621381102,279.303661101783,8583.40782832861,320.100017475742,10525.9712984804,28.2473791105239,1039.0919493124,303.824915605996,1386.87083404265,130.358584171498,1826.94974694848,67.1979339837813,795.365698609293,191.831305809488,2626.42050671419,219.684199960847,1902.28279153985,81.605040129217,1631.64898113171,1804.1400841605,600.738121115031,15897.1171803352,6412.78193943585,393.022276481237,2959.20539731011 -4938,98.3054913480966,1735.93167284552,100.585196288315,1562.39148766372,147.145544769991,6190.98395241322,33.4655164154163,560.052822893705,707.462808941266,14974.1421934532,203.483394993641,4399.80311659938,65.3934647095238,3437.68678353177,289.122069280833,8354.53550995534,332.971889877159,10245.3014873289,28.8023549318963,1011.3850771471,323.50620153601,1349.89061017119,134.015038367092,1778.23503683585,68.7772709346864,774.157666201175,199.728172076689,2556.38830477094,224.096039943092,1851.55936310571,84.469511169166,1588.14186920695,1818.21568230877,611.03914891493,16315.3898828605,6636.25730164549,395.358115114068,3074.59764828844 -4939,102.478738138383,1656.32486807781,103.486025384269,1490.74293370576,147.867605241603,5907.07620504666,34.5052828355532,534.369775323851,692.915941206043,14287.4540980604,199.617076095143,4198.03580444165,63.9859103497535,3280.04045164557,295.617947017812,7971.41105426994,341.991023417458,9775.4697951913,29.1846734340873,965.004718034548,340.321812911772,1287.98697655321,135.771953921047,1696.68827343331,71.1590542650659,738.656143211109,205.625697178034,2439.15678703799,224.941870124843,1766.65007373663,86.2648408004489,1515.3124475753,1738.8020572739,599.336787918143,16554.8837738335,6839.07899210084,380.363167334708,3187.07331813165 -4940,97.8082584178777,1607.95910697181,98.0055431387903,1447.21227254644,134.738173956535,5734.58574615514,32.549457837915,518.765831077352,643.222404057056,13870.2511658111,185.431021240688,4075.4504344184,59.4095138810111,3184.26114170477,277.311598467475,7738.6406780237,325.048039139335,9490.01973287245,27.4687125025672,936.825953977965,333.57737877807,1250.37692093176,125.973692227662,1647.14387469501,67.6692625663209,717.086904440045,195.042112672265,2367.93182583889,205.230317376875,1715.06274502412,81.1831264791616,1471.06434066532,1563.66188142366,549.332624413306,15508.9101325001,6509.418690715,339.126897450595,3044.86571661366 -4941,85.0261653009534,1547.58868462159,83.9294607329642,1392.87704987489,107.626870723974,5519.28215914356,26.7475356413438,499.288897747881,519.643635901636,13349.4960562109,150.104321148891,3922.43866756035,47.9817316984831,3064.70885386074,226.758384816264,7448.0953500217,268.227451727763,9133.71931646172,23.1265799248266,901.653057935346,282.025648667348,1203.4318322872,102.034974703535,1585.30227004488,58.3789089935607,690.164056032296,160.869159086748,2279.02841790854,164.006220384143,1650.67114338119,66.4873749713728,1415.83359806418,1202.05144684783,435.079561525267,12806.5666971585,5466.06378211416,260.35761219249,2560.53281303374 -4942,67.2838476015468,1433.5878059963,69.6571432565449,1290.27277970891,93.4102451645982,5112.71223408813,21.9531593246522,462.509504362082,462.939594406424,12366.1247672272,133.349863333445,3633.49790513482,42.5232199741542,2838.95151565931,183.81569892145,6899.44219532705,209.765159369905,8460.89711406368,19.6308541820531,835.234091551562,210.168024946285,1114.78276964564,84.3344566215403,1468.52327478105,46.1681306337264,639.324120612045,127.264047174336,2111.14709088973,140.918702868247,1529.07684475599,53.1897459192907,1311.53826703055,1145.10320727935,387.792196324661,10638.5932428369,4348.88950358668,248.370717757772,1998.10119084467 -4943,56.4130517045918,1343.19127028627,57.8601429187268,1208.91313859116,92.7691935028831,4790.3242560998,18.6609031885879,433.345433105044,469.816991972506,11586.364480177,134.309807348039,3404.38349598596,44.3695470252839,2659.9381472483,163.093098867125,6464.38989495138,192.91085540214,7927.38546942547,18.8512465830523,782.567440742053,145.364648959295,1044.48885390243,78.6126651354771,1375.92384271661,38.829327880202,599.010799406701,109.841191620958,1978.0262715074,139.166714382508,1432.65913736324,47.8049693820383,1228.83770603609,1300.59244728325,402.586019661687,9847.44139268288,3767.0118819706,282.6219014325,1697.26313517936 -4944,55.1557693534505,1278.5975207955,55.2407783284121,1150.7767925936,85.0128131084548,4559.95869921816,17.8951516065325,412.505954046347,429.054579376857,11029.1789614074,122.835690980363,3240.66750141778,40.5253383049503,2532.0223528673,159.082103549356,6153.51891870081,186.738388373092,7546.15938312155,17.7610064065271,744.933958195557,149.337799817047,994.259632742816,73.4828955698169,1309.75599158409,37.692299430135,570.20451218977,106.068597922961,1882.90345743441,127.520008718984,1363.76289937267,45.5668094545649,1169.74319231759,1148.99308970214,365.673547263646,9304.90407525494,3652.07887199301,251.272514066028,1664.76300489401 -4945,55.8715019912827,1239.37265745234,57.1246300817792,1115.47321840876,90.7537870521942,4420.06811291699,18.4529836385401,399.851080708534,459.242211696983,10690.8253900041,131.331174145458,3141.25018062972,43.3254312074234,2454.34487488247,166.499223736397,5964.74103141425,190.879653057301,7314.65801873246,18.5544012711687,722.080845910683,146.213414047266,963.757697937174,77.1839270598761,1269.57524748972,38.4447081933531,552.711756491024,108.499981002804,1825.13967359703,136.047672545245,1321.92532930833,47.1387341206902,1133.85776620109,1263.45833734575,393.975064394926,9721.40352169536,3732.06348538077,277.62491908702,1689.57373384364 -4946,59.2457653913448,1227.65726572845,61.3905745456694,1104.9290082936,104.596823934556,4378.28662848799,19.5714096929168,396.071416849119,531.789691542392,10589.7684507999,151.775950752863,3111.55695144033,50.3432458946926,2431.14474095837,196.329674580524,5908.35824993657,207.024125156637,7245.51490548042,20.3737919886965,715.255247560347,141.325767468611,954.647605915737,87.4890912128747,1257.57436038135,41.5441065021179,547.487149752483,117.094331080323,1807.88721438033,157.947233707707,1309.42959368802,52.1493440202364,1123.13977285958,1531.59148770843,463.543071143844,10881.6856501877,4049.11484879366,338.255392022408,1811.1503303405 -4947,83.49863011663,1229.16146555072,84.8755412726752,1106.28283404309,132.007900676551,4383.65116967734,27.5010667288784,396.556707468464,667.036492375996,10602.7436746398,190.871427539679,3115.36941892941,62.9264052424536,2434.12352631593,263.66135814041,5915.59752728013,283.558408397515,7254.3925479115,27.3969729209816,716.13162148513,223.176305308427,955.817297815286,113.064444587695,1259.11521643473,57.1752447283524,548.157964072033,161.305243323064,1810.10234697675,197.714851480029,1311.03398590487,69.5939660170969,1124.5159115376,1809.33633638319,571.232365956706,14404.6136791235,5632.28443850928,397.630716151543,2552.85919291623 -4948,117.760741001183,1233.15337539144,121.428984285385,1109.8756747362,192.726326305075,4397.8878185904,39.4448325728975,397.844592475693,975.499091171993,10637.1778787697,278.937508409625,3125.48710825619,91.9439576727681,2442.02875433564,375.818147255409,5934.80943120383,400.582568423385,7277.95241519668,39.4533562009243,718.457380099581,307.841451151758,958.921476219844,162.879533804819,1263.20440614979,80.6442870746505,549.938199811906,228.976837182171,1815.98096062851,287.988761634087,1315.29179060875,99.1699783636132,1128.16796723502,2688.05020348363,836.242376063937,20703.7390593066,8006.049366559,586.887371019397,3598.68557002183 -4949,111.970092064402,1287.53593017468,114.419790014866,1158.82163384268,198.556042077841,4591.83642222547,36.0396526185352,415.389697389068,1010.1332176685,11106.2816579713,288.221359649701,3263.32233401236,95.8889643733549,2549.72319459353,407.344065511647,6196.53688981625,395.563977859891,7598.91301411944,38.1514751231058,750.141636585751,261.339040201109,1001.21029507565,167.192809104108,1318.91222335304,79.3778690364965,574.19069335852,221.644699237992,1896.06644394915,301.86398741869,1373.29668220305,99.6495879015076,1177.92062372301,2922.09472069406,883.748528324132,20822.2293252613,7867.56621201867,638.350867538036,3497.99430994023 -4950,121.082150532545,1391.09420240443,116.275595006425,1252.0272395355,183.248692139657,4961.16409309117,36.7552156447085,448.800057718054,925.142795035217,11999.5750507549,264.826629272643,3525.79580346593,88.1505426422398,2754.80091126774,376.473438889013,6694.93280955593,417.757981209718,8210.10395964872,37.5499923667512,810.476552289331,318.663710750957,1081.73900566674,162.463851688751,1424.99413366882,84.4002224858185,620.373634541796,232.472377020365,2048.56965598887,279.976727323191,1483.75280877382,101.416625388611,1272.66238724024,2485.73244227818,797.041480037855,20375.1164021536,8110.59901107563,543.310060388575,3714.32796119197 -4951,105.914712186599,1514.12027154559,102.874758146576,1362.75445662222,158.144853335073,5399.92123526192,32.8807733146318,488.491192104167,797.404535767561,13060.7976101668,228.382082315361,3837.61134949083,75.7397660800736,2998.4309449448,338.827165654176,7287.02158779985,361.551060931805,8936.19196695262,33.0129754176158,882.153757317497,285.895249169732,1177.40621315982,139.740663763074,1551.01825663006,73.0795083870523,675.238452125374,202.716719314849,2229.74176619,239.928411531513,1614.97345172172,87.5372755000088,1385.21454264089,2117.03651423381,684.357751201364,17756.7647916931,7121.04070411326,464.957344896761,3261.09709032592 -4952,109.421571855933,1611.11213716766,106.694730444798,1450.05009595585,166.495085453213,5745.83063536898,34.0393226151402,519.783073569942,840.406647718024,13897.4491962586,240.589212554275,4083.4419425517,79.823711466717,3190.50512607459,334.02343320625,7753.81529759381,374.90749098097,9508.62861331423,34.3892167083131,938.662966193224,291.211659045125,1252.82877195881,146.320921774763,1650.37374189206,75.7220641790378,718.493032651229,210.15988577302,2372.5750785909,252.693477611231,1718.42579362366,91.1553760282425,1473.94893534565,2253.11560437074,720.890569560902,18433.8254951178,7319.01930404409,491.442016217428,3343.30281816962 -4953,95.7539201069325,1664.33761667541,91.8182184427569,1497.95465199947,132.691398207648,5935.65267424674,29.6909650014865,536.954878494341,665.906320905272,14356.5720470776,191.102934877939,4218.34450483795,63.1339528902212,3295.90819597251,297.121031675524,8009.97408859797,320.882651068041,9822.7602654378,28.9446229414087,969.673089771361,274.237709673076,1294.21782898984,119.390832340014,1704.89628675578,65.0459569602058,742.229515856596,180.792282616115,2450.95661598541,200.196920350348,1775.19653897036,76.4356080922014,1522.64302500202,1683.27839311844,564.769697734245,15421.1464566618,6361.58045848187,370.767138901046,2941.40227410336 -4954,94.401889500159,1688.63620587832,91.571422698327,1519.82412389558,133.97500243408,6022.310564171,29.6365590741719,544.794180978589,673.225504898332,14566.171615722,193.096453299265,4279.93045904125,63.7632971302648,3344.02699020154,285.611931122732,8126.91614888353,316.953048096365,9966.16819790122,28.9852655442872,983.829885744365,267.337364944336,1313.11283385582,119.403831806051,1729.7870145086,64.1899368862324,753.065736776783,178.94499540953,2486.7394928304,201.804092317366,1801.1136191485,75.8993401276826,1544.87293616698,1724.298335109,570.983247131987,15344.3866250428,6264.1586269916,377.895512929205,2885.74356058588 -4955,91.7509385983796,1661.73419660409,87.7799470180045,1495.61149447671,124.5655372261,5926.36790104106,28.4840064837617,536.114953292833,624.319464614867,14334.1149521659,179.266699817701,4211.74601025272,59.1876911086385,3290.75261127345,265.903679793388,7997.44458310338,305.886581859126,9807.39513099959,27.5385832455444,968.156290319594,266.235791217525,1292.19336433863,112.670512842055,1702.22942327329,62.0520877945899,741.068492275956,172.628003892541,2447.1227366186,187.702135748062,1772.41970916505,72.5543183815067,1520.26124898913,1553.57625597744,525.651913318767,14526.6737997982,6030.95614664025,338.334346033585,2793.23963157333 -4956,89.2854378345723,1608.79798661669,87.5045796796591,1447.96728983014,131.082684308609,5737.57750585436,28.2253512625664,519.036473591991,659.985940305646,13877.4873394935,189.141481801543,4077.57661561188,62.4894455041841,3185.92238535466,259.583195833425,7742.67796237729,301.829650744582,9494.97071971586,27.8938866279754,937.314700377159,247.473972498078,1251.02924830927,115.671236900762,1648.00319721302,61.047929689656,717.461011968733,170.258638995529,2369.16718673864,197.581206961486,1715.95750112845,72.8102971353266,1471.83180168242,1723.3620229676,560.455902262935,14707.488923501,5916.64830980476,374.58792645145,2712.50886297763 -4957,88.5734951269654,1557.56846202929,86.3989856900896,1401.85915413307,125.336164000555,5554.87379143314,28.1101071614089,502.508611171206,629.520402099497,13435.5815907394,180.596725631761,3947.73289798902,59.5104104832959,3084.4719294666,249.966580155987,7496.12512333498,296.282590096649,9192.61900123489,27.2916755631491,907.467456106247,253.309484841664,1211.19228048052,111.431709836049,1595.52524720683,60.011175086986,694.614646633302,167.750243656029,2293.72495617001,188.133987623885,1661.3156581337,70.8993210787693,1424.96373987475,1602.13319431955,530.531587909942,14283.4843620239,5824.4708752512,347.947375951573,2682.43060627154 -4958,81.3324825520072,1525.19926920234,79.0104113303555,1372.72589265368,116.368282115778,5439.43309956782,25.5020805277191,492.065540109655,585.051582029098,13156.365015767,167.769639903682,3865.69160701565,55.4208371271097,3020.37081989217,238.843919507158,7340.34158926417,273.998779602026,9001.57914373292,25.0566563443846,888.608581015381,228.9383349687,1186.02143410481,103.60071149273,1562.36724122113,55.4754897106158,680.179251987469,154.396155381819,2246.05705122186,175.497357791748,1626.79040406269,65.7159308952046,1395.35032178633,1505.16633881455,495.865705054566,13238.0560064312,5385.33484492162,327.754312788228,2477.857924187 -4959,77.9733275842328,1499.16506848916,75.204687341083,1349.29431742599,107.402012816669,5346.58536751106,24.4080768501657,483.666288094569,538.698147179725,12931.7940666507,154.632403774785,3799.70666116333,51.0163588100823,2968.81497290148,235.259078737813,7215.04653431823,259.913164906156,8847.92779935083,23.6451945496645,873.440586497715,225.176870655379,1165.77678759264,96.4700205807622,1535.69860639617,52.6963712023976,668.569016181073,147.038001734303,2207.71825755371,161.509320572449,1599.02210600954,61.8484866239452,1371.53256165746,1352.36887034629,454.731291863483,12483.3466176885,5162.94838756179,295.881946752484,2384.82551337075 -4960,80.5940616214367,1509.54982266417,77.2452704928996,1358.64091313498,106.539419041851,5383.62129896674,25.2245641033686,487.016656649824,532.819945076663,13021.3729297437,153.13431068738,3826.02732487323,50.3652920912249,2989.38002896682,240.855548315896,7265.02534332001,266.445434880314,8909.21761798774,24.0511638700556,879.490931431643,240.261831092825,1173.85215275192,96.749081412891,1546.33642930809,54.1072349004125,673.200210589215,150.882600391286,2223.01117750914,159.665001278807,1610.09857239763,62.8214253059798,1381.03320224415,1295.83402084582,446.467667930129,12644.1699029908,5315.04770998679,284.09804814623,2467.79331805327 -4961,86.7443436207128,1504.25620138484,83.6989306664021,1353.87649241778,118.287787787458,5364.74225844738,27.247537144921,485.308808589214,592.786577021191,12975.7101660561,170.220782427414,3812.61038469798,56.0536228924226,2978.89700581928,259.030302329093,7239.548679897,288.496770572695,8877.97517520335,26.2382050617484,876.406772273922,253.56903607576,1169.73574093079,106.443063897071,1540.91380641464,58.5172230597953,670.83946243336,163.25253741713,2215.21562210793,177.520756821704,1604.45235129469,68.4777900166445,1376.19025725678,1473.47395592276,498.459946146797,13813.4694889137,5743.59876332845,321.227871440519,2654.12338397051 -4962,88.2970866635864,1482.53210614299,84.7287086189411,1334.32414366236,118.098307422419,5287.26598036176,27.5905446509771,478.300099055695,591.154141898302,12788.3181757697,169.835374876037,3757.54961044888,55.9276609080861,2935.87651355838,265.746376974604,7134.99691212943,292.609011804493,8749.76165806221,26.4584126811799,863.749922879547,260.597470772734,1152.84270727044,106.933810169223,1518.66031112626,59.3927013921246,661.151365179396,165.650911267808,2183.22402711793,177.226649820079,1581.2812480887,69.175671996702,1356.31565863984,1450.528379094,495.913947993244,13938.3622992661,5849.52567298253,315.656626980411,2706.84242735783 -4963,95.5418891687699,1422.97163732738,91.3532735238277,1280.71790389243,126.455698490541,5074.85099168238,29.8205289767718,459.084475990083,632.549544955815,12274.5497232985,181.781627718819,3606.59071015328,59.8382921458572,2817.9281866333,281.019034196816,6848.34965550442,316.402396528432,8398.24150937897,28.4670275961063,829.048920362982,283.812439633964,1106.5274525578,114.963494486528,1457.64839797608,64.2490214767826,634.589724385918,178.927987282362,2095.51338257549,189.806319977213,1517.75354971694,74.6202734428084,1301.82591359094,1539.94768783605,529.490570911067,14973.9428753437,6300.31417332557,334.829374527888,2921.65246657236 -4964,90.7171082646902,1398.41270471438,85.8676736227529,1258.61411498134,115.96874851411,4987.26461943409,28.0773988135012,451.161180533057,578.790473460252,12062.704433061,166.491582381366,3544.34490293561,54.7732119335216,2769.29383115608,267.084412586568,6730.15463791739,298.542162062381,8253.29705519163,26.5714096174414,814.740443627415,274.449396217507,1087.43000013574,106.603813613357,1432.49098243787,60.6976810392493,623.637400482004,168.944423280698,2059.34711572779,173.946037584425,1491.55878506187,69.9012448556302,1279.35782354118,1373.47865725746,482.133181918429,13983.2503184916,5968.94446710355,298.340960919636,2777.80623213237 -4965,79.4390560977649,1371.19249980955,74.1229405011173,1234.11509978331,95.667961971027,4890.18715124606,24.3228162994995,442.379295372964,475.518097449298,11827.9030148048,137.024177242487,3475.35397187064,45.0187510175863,2715.3893255179,223.247505865796,6599.15168888257,259.152220019473,8092.64602833423,22.658656282791,798.881461693806,247.66678364412,1066.26309617129,89.7802023576209,1404.60744138104,52.8003374208942,611.498253168617,146.574921151193,2019.2617744896,143.406001161005,1462.52548493515,59.9308755565936,1254.45503054881,1075.26741914373,392.271106352254,11852.741601886,5157.49903387698,233.773298260223,2421.10200530264 -4966,66.255899954241,1289.67652125817,65.9321862519665,1160.74823115047,95.8304191218057,4599.47057353099,21.6184067678073,416.080302957087,481.692753365012,11124.7463912114,138.142943977574,3268.74776605431,45.3736594107859,2553.96223337124,189.014952522755,6206.83893366915,220.240911518884,7611.54657646205,20.8610002377654,751.388783528214,189.653798563437,1002.87485586973,83.8761233449369,1321.10497904944,44.5670914084238,575.145313303191,125.880694381805,1899.21874659834,142.720600535942,1375.57985470644,52.9856803946474,1179.87897403006,1235.77398642029,405.159196644399,10813.1068554708,4376.7812590324,268.209274196973,2004.31939694064 -4967,55.781437084663,1205.23892419895,56.6137259840341,1084.7518166903,93.6614860616091,4298.33440754522,17.7114473745643,388.838726960113,492.51137729882,10396.3878938025,140.09170423739,3054.7365762646,49.2064200741249,2386.74942425886,180.918169093464,5800.46527620244,202.348186330785,7113.2040136357,21.4588478034278,702.193917767243,125.858821790836,937.214714287758,77.0761738828042,1234.60970053954,38.2314182133213,537.48944579324,104.804769907201,1774.87325018182,138.83165540642,1285.51800153634,47.3724048409317,1102.63003311687,1419.00794380644,422.43848516972,10121.6701945955,3832.25948997169,310.392431283592,1710.80861535434 -4968,60.2849022600188,1151.37705342997,61.2237614347147,1036.27448908837,104.335586930141,4106.2427585513,19.0286216869138,371.46160708704,549.303349605549,9931.77553358333,156.142440689709,2918.22104942548,54.9175621057803,2280.08610094079,198.051677305132,5541.24371868894,221.14741054447,6795.31644160059,23.3476953577379,670.813021171427,131.269562924418,895.330788362198,85.5607920675528,1179.43525603279,41.7681564158273,513.469156962753,114.064675879488,1695.55454273454,155.261281983158,1228.0684759031,52.1488037774227,1053.35373183146,1607.83134435905,474.006866778865,11133.1632617745,4152.45853719308,352.998269994259,1850.33237788095 -4969,66.3702886848501,1114.58204788474,69.7115782743207,1003.15786108297,126.474885098899,3975.01795723979,21.4701480704945,359.590663635551,667.97985576256,9614.38190936303,189.547056624577,2824.96232121307,66.6700937513564,2207.22050015623,218.110564758757,5364.16003202933,248.426758361107,6578.15586383376,26.9808305358093,649.375587829943,130.589784127365,866.718353170385,101.429073573929,1141.74358356399,46.859541297885,497.060022855495,128.430885635296,1641.36904492884,188.588970633971,1188.82261265946,60.0878575212732,1019.69129580464,2031.86801986419,581.196537094808,12931.4924397093,4616.87847400715,444.565309142945,2026.28893550668 -4970,73.854549004134,1099.19294195074,79.0862960060152,989.307196053852,152.600110958409,3920.13462895581,24.051722725678,354.625772243244,808.151438732994,9481.63552072896,228.982338564028,2785.95788497332,80.7533990431572,2176.74526492249,268.99796479529,5290.09672988261,282.586221514911,6487.3308432523,31.0660382716665,640.409617373996,128.053437315808,854.751517191653,120.712829631798,1125.97945656207,53.2417427304313,490.197083189642,145.929175731104,1618.70655708676,228.75726309036,1172.40846247853,69.862924200727,1005.61235258024,2540.60779470074,712.283218807527,15208.879661377,5255.62272332524,559.094799619355,2278.65592452999 -4971,96.5355576477693,1097.86230440187,100.394133684818,988.109581647681,177.426858631983,3915.38907598248,31.057157240525,354.196476939084,935.972528572042,9470.15744461774,265.765592040488,2782.58531949383,93.449919409566,2174.11018706373,354.609955166499,5283.69275740671,358.286755850793,6479.47754863717,38.6215545573747,639.634363957588,198.170368099425,853.716790329493,143.374189319663,1124.61639236562,67.6152263064123,489.603670859242,185.184969531667,1616.74701782548,264.226958870438,1170.9891932463,85.8354643362267,1004.39499982542,2811.27490174276,815.664506384508,18634.0189308336,6812.90032339737,622.047574939023,3007.46006993492 -4972,103.104076500194,1090.51487598165,102.173346669342,981.496671819758,153.006024444968,3889.18538827253,32.6453325758441,351.8260218733,800.40945538907,9406.7785457581,228.319962994738,2763.96290539313,79.8378857377461,2159.55998444446,359.228819887206,5248.33171606864,362.656789004484,6436.11373397834,37.9294651090392,635.353619746365,261.651388086249,848.003302414905,128.972999174913,1117.08991257851,68.6249246129433,486.327005004618,188.611886619388,1605.92696057473,224.368503133064,1163.15236412509,82.3045788969586,997.673100059625,2155.0306804598,675.739047666148,17690.9018786508,7131.26001690892,473.618616151019,3222.60289555651 -4973,101.358472483862,1101.94099537928,100.569664675057,991.780528012451,169.854992281779,3929.93521900355,31.0298334710945,355.512359603905,893.538744062776,9505.34022261201,254.103690638031,2792.9229598254,89.6556859156939,2182.18726883284,399.179199398596,5303.32231376423,372.885958366788,6503.54958983033,38.2500393227558,642.010682826227,223.260914869701,856.888451252746,141.442311982805,1128.79447800915,70.4594104201275,491.42260759369,190.549318896744,1622.75342814482,254.25575749237,1175.3395594425,87.1294283593581,1008.12644848444,2589.00478387228,774.532582852414,18761.4970464768,7269.48581014133,566.941343775527,3233.46500306349 -4974,104.307850919316,1169.1960199678,95.0808589270162,1052.31210282235,138.463540487372,4169.79188183185,29.578805277862,377.210429270923,721.856254848476,10085.4818936041,206.300714016907,2963.38408535259,73.0606575977365,2315.37321893137,344.036337027925,5627.00123496662,372.030701114171,6900.48226536451,34.9921930970117,681.194672205538,270.16751846181,909.187126136681,123.99062686113,1197.68845753457,70.493992376918,521.41571947142,187.272684812722,1721.79532074036,207.984215268492,1247.07433589752,82.0747288757007,1069.65566771257,1851.00034650771,609.178832568303,16837.0373215823,7076.34992038985,405.074088313421,3265.08945066442 -4975,92.8823783502283,1270.32443159372,86.2167449160181,1143.33075981032,124.269036127418,4530.45375770097,27.0804936386076,409.836858808332,647.815061925758,10957.815315001,185.146712122115,3219.6989551188,65.3161206839996,2515.63905284873,313.954833537366,6113.70294057533,328.822809170346,7497.33240771133,31.6942227296197,740.113907330953,243.017667512225,987.826334932026,110.122559951515,1301.28129335051,62.3006762133781,566.515037811882,166.878193306182,1870.72024261634,185.248708235432,1354.9387526548,72.6933962938018,1162.17443857309,1660.47601127932,545.437067565417,15094.428750819,6334.79472442772,364.632830205849,2914.1259007448 -4976,94.1270487827214,1355.28270986129,87.2094538932382,1219.79580324964,125.505363104907,4833.44686832095,27.4021763020287,437.246418940355,654.153496680394,11690.6652071884,186.975003514046,3435.02983671385,65.9560158771167,2683.88297334435,308.0272050454,6522.58248563694,332.997130870879,7998.74798086513,32.0456616676808,789.612131347505,246.870722077781,1053.89136726231,111.314374066965,1388.30994168262,63.0939289648906,604.403108786636,169.006325510867,1995.83251077416,187.050435037297,1445.55596879316,73.557781717658,1239.89973212183,1671.9738764895,549.579953166154,15216.084202384,6381.04675219249,366.05782559287,2938.17806367652 -4977,87.4033170848479,1424.18656482339,81.0041389824385,1281.81137571945,113.683304576129,5079.18387917374,25.6197054669591,459.476440480618,591.736778520625,12285.029684788,169.260158765269,3609.67000288525,59.5926528455484,2820.33412245514,281.583301022085,6854.19674906588,306.751194468338,8405.41189441,29.6283930584649,829.756759017291,234.371140786807,1107.47220127375,101.187347796664,1458.89293235172,58.1365398590184,635.131534555999,156.174948706838,2097.30252352529,168.696980524732,1519.04940163089,67.3764877707036,1302.93740735227,1482.64454455295,493.971841993254,13941.6261689889,5902.19125242057,324.317819123441,2723.34106012506 -4978,85.7107105588807,1490.9498315079,80.2716129812452,1341.90035340688,113.520518459948,5317.28674872794,25.4282203212271,481.015857358115,591.313425847566,12860.9294533513,169.072287531208,3778.88474412641,59.4611206129733,2952.5462383448,271.571251728804,7175.50898214596,300.871084297289,8799.44226217246,29.4159022828901,868.654241379388,228.323932403663,1159.38847667303,100.251991226508,1527.28317019871,57.0106171391943,664.905341632018,153.620237645554,2195.62023775931,168.142288136967,1590.25966495802,66.3696260049477,1364.01673484268,1496.74791501401,493.657332245372,13766.081496493,5780.78540250092,326.614652750037,2660.72427675361 -4979,83.7736879794909,1484.75947555726,77.4345634964271,1336.3288441164,106.655606647684,5295.20961576837,24.5741140392876,479.018701376054,554.589152551069,12807.5314586705,158.723850892528,3763.19498638391,55.8752081941059,2940.28740052892,264.837231486779,7145.71659491213,292.600812768415,8762.9073777526,28.2274073090739,865.047628441424,227.528194439249,1154.57474840129,95.445321277963,1520.94195987684,55.4670164395753,662.144684867316,149.118570150295,2186.50412230262,158.049312325351,1583.6569790916,63.9639111176498,1358.35339934147,1368.5738275165,461.172410239079,13199.3548175957,5625.42829152322,299.467426296395,2602.79986997253 -4980,77.0814223467777,1442.52621537548,71.8326348868408,1298.31762095798,98.9078451269008,5144.58995709544,22.823869656731,465.393247704803,514.38120010632,12443.2274637911,147.203855243806,3656.1527377294,51.7151951784524,2856.65235738554,246.844869474031,6942.46016644249,269.135188749289,8513.65074506156,26.1909133517804,840.441769941756,209.936259541935,1121.73343197848,88.1006858017676,1477.67950655,51.0151956319638,643.310301780795,137.345675500668,2124.31007740447,146.200601824864,1538.61062758637,58.9220210740845,1319.71569843596,1272.98876554789,427.84818695817,12213.7494469452,5191.1420460225,279.62559884815,2399.82491830914 -4981,78.7205266906353,1406.04940546085,73.6289524675515,1265.48737873173,100.866349408471,5014.49996084202,23.5151062700063,453.624961727651,524.445280621555,12128.5785942709,150.103086826227,3563.70049179342,52.6538006964098,2784.41688331106,240.386629033254,6766.90786303755,273.885958342369,8298.36812725051,26.8236156756516,819.189723109113,215.727898026093,1093.36843123393,89.6004032280944,1440.31378390271,51.9163499501539,627.043070486098,140.192274110096,2070.59316462516,148.633456735876,1499.704154486,59.9463982588928,1286.34436822366,1291.987475401,434.030412075887,12402.3441989061,5264.91174904168,281.820209442928,2433.02791043189 -4982,71.9642701874258,1380.33339757238,66.9399006635994,1242.34218675779,92.7909019435815,4922.78702383642,21.2159020380872,445.32836628165,482.725303545282,11906.7523756509,138.120096294875,3498.52202110583,48.5664109608337,2733.49115747387,232.364421006418,6643.14417784226,251.949676967658,8146.59472626399,24.4345604266845,804.207113465514,194.851950993644,1073.3712169871,82.6834540882629,1413.97109602498,47.7552550764422,615.574736240936,128.358439623812,2032.72295185132,137.420948279267,1472.27524358332,55.218653264214,1262.81771134229,1200.4709265447,402.34677773525,11438.9730213921,4855.31992798599,263.716052475497,2243.73194849968 -4983,72.6435114738389,1374.80836179913,68.1694610019981,1237.3694859331,96.5688020036595,4903.08267236698,21.5827817971692,443.545858404296,503.107523592145,11859.0934311276,143.837173310407,3484.51854965894,50.5943656799528,2722.54986136566,242.952437859224,6616.5537835984,254.818212264123,8113.9864974318,24.9925977838546,800.988128053141,192.971269707492,1069.0748532374,85.12377294154,1408.31141923848,48.2817953919089,613.110786267096,130.290940683385,2024.5866080913,142.984074062357,1466.38219382942,56.2722228141097,1257.76305350199,1278.94744185333,421.832822107588,11753.6716130598,4933.69115035217,282.018649508229,2270.52485717591 -4984,77.7045392789846,1397.11099608168,73.2160262372583,1257.44253748266,103.912347069652,4982.62223783471,23.2135708128743,450.741218384929,541.428468348499,12051.475897707,154.783233523403,3541.04565919885,54.3666106816276,2766.71604158483,252.563021429148,6723.88989192211,272.780172971523,8245.61449625262,26.8526708011097,813.982044718919,206.806603125846,1086.41776890109,91.3449315621887,1431.15755213376,51.6826162802409,623.056889317347,139.481857262185,2057.43017811041,153.652038000663,1490.17037165562,60.3014126189017,1278.16693681825,1377.56698787835,452.832394350695,12575.6672792215,5264.15294700289,302.191170045274,2420.35158038473 -4985,82.5762166447381,1419.21113917467,78.0382217370785,1277.3333407814,111.83684722492,5061.43964371247,24.7123795170422,457.871249894346,583.06379859644,12242.1116758005,166.631595363069,3597.05954498643,58.540338024861,2810.48122601769,266.299921107758,6830.25146889754,290.528428479433,8376.04741158138,28.6761128060221,826.85798636841,217.926966839488,1103.60322389989,97.9708688854626,1453.79625927978,55.0374908845189,632.912689212705,148.578161177213,2089.97555315047,165.470304892762,1513.74257067122,64.4183829348597,1298.38556817941,1494.91971285735,487.797383245137,13434.8748271822,5603.77819228826,325.857049538953,2569.50574749245 -4986,85.2706409816967,1424.30227207034,80.4965265955615,1281.91551577319,115.536103062571,5079.59653464878,25.4501503213644,459.513770388991,602.405716301028,12286.0277752059,172.150479410995,3609.96326852107,60.5203210774942,2820.56325893548,289.780010885089,6854.75361447631,300.067227038984,8406.0947874339,29.5883949852846,829.824172144617,224.384100840663,1107.56217723803,101.249668917148,1459.01145929824,56.8438017705413,635.183135464992,153.458279327556,2097.4729177047,171.06894821897,1519.17281595637,66.5510255002972,1303.04326377873,1548.57562917974,506.04222562349,13952.5173966383,5828.53140879323,340.437817558068,2672.92400920667 -4987,93.2899231220762,1407.90072702399,88.0605415447398,1267.15362464245,126.994959227564,5021.10246845648,27.8661357293628,454.222242072113,662.294292295092,12144.5480893645,189.242601650018,3568.39275618997,66.532893515471,2788.08307810964,309.088428943022,6775.81773661238,328.97184666391,8309.29444875328,32.395417075323,820.268336415874,244.724794803491,1094.80805102633,111.240020667643,1442.21022079566,62.3166852119475,627.868687532625,168.037693941926,2073.3194797598,188.180442252167,1501.67878967929,73.0289490770858,1288.03807618105,1707.16669526655,556.13776045877,15258.5331855776,6351.05646890432,374.445514899816,2913.21724139578 -4988,87.7311379536195,1418.60367682961,81.7249991762077,1276.78660613059,114.197454249536,5059.27320497025,25.9297545826185,457.675268101704,594.349567514663,12236.8717071576,170.017509966709,3595.5199021763,59.7803739491399,2809.27826088505,285.137109874589,6827.32792886883,307.039418414611,8372.46222734596,29.8747089623511,826.504067858642,236.28561143376,1103.13085063287,101.341299452103,1453.1739935291,58.1904906423572,632.641784753327,156.744268428724,2089.08098474161,169.012544579305,1513.09464621065,67.4564836511796,1297.82982258226,1486.26050995879,495.221227330222,14014.6100600919,5944.34813739495,324.215596091622,2737.7209596412 -4989,78.1210093072985,1414.32249466264,72.1397530320023,1272.93341151501,98.6879786896667,5044.0049023592,22.9079786818353,456.294056965666,512.929637495033,12199.9422406774,146.83702371238,3584.6690380924,51.6548977051707,2800.80018332962,242.289219381615,6806.72384116303,272.533061524053,8347.19510266073,26.262491846047,824.009773973716,213.620521205948,1099.80172904472,88.4885730100735,1448.7884821363,51.6675680506658,630.732544863986,138.849953964381,2082.77637944323,146.114018234021,1508.52830120386,59.4605845030192,1293.91312196816,1256.50972179852,425.186590371083,12242.1533363912,5233.55097172218,273.865436256601,2422.88529018025 -4990,61.7026854075792,1321.06219827711,59.7668400270566,1188.99629838492,86.1306338024098,4711.40367884809,19.1171423088897,426.206068439595,449.436458312243,11395.4791613262,128.381015760907,3348.29628845564,44.9120408242411,2616.11567452792,193.478725695994,6357.88909149532,215.594492028464,7796.78181842059,22.0057876929402,769.67464458465,162.547082711925,1027.28090327613,74.0324663279245,1353.25550167826,40.8268204275485,589.142098345601,111.557923880247,1945.43829482344,126.341015526496,1409.05608252166,48.1805551081895,1208.59260864304,1166.89555092061,375.180702118952,10156.4633523259,4170.87825445113,254.58277195414,1903.65173958752 -4991,54.1525200344819,1250.30702175188,55.1704363924446,1125.31448000438,91.3438350503163,4459.06416038083,17.4722389112751,403.37876655487,489.099134471476,10785.145188633,143.555584485594,3168.96385788769,48.1842137962419,2475.99833061856,193.693940307741,6017.36495449155,189.160727233708,7379.19158337294,20.283944539972,728.451403608103,116.606662900815,972.260449472285,71.4405858522725,1280.7760741162,36.3866152804324,557.588055529711,96.1779655502309,1841.24196693766,128.922182058825,1333.58801449065,44.6697254648003,1143.86122545521,1365.81180782959,407.643479494428,9986.7823617155,3805.78985870137,301.908228111374,1682.42872634349 -4992,55.6685341775864,1200.58169698675,56.0854754900001,1080.5601700568,92.7539161749394,4281.72498714896,17.73330259616,387.33619475343,496.487386177577,10356.2146637189,145.76697631412,3042.93260775392,47.7609188367166,2377.52666008805,192.222727074887,5778.0513927928,189.044399762655,7085.71750732304,19.9848158595851,699.480533261974,120.627236784628,933.593173543082,72.9673745239618,1229.83898016339,37.4825225618755,535.41250451383,98.594414602579,1768.01486896545,131.159454724059,1280.55056371275,45.8349215099448,1098.36930232556,1371.29344398666,411.860693473013,10108.6823454166,3851.70155380958,301.574008980427,1703.59920536921 -4993,55.0828788359307,1180.7378494183,56.277222479542,1062.70010159419,94.0535579205787,4210.95437804484,17.7967842146939,380.934097815153,503.776114543138,10185.0416850796,147.819027096772,2992.6374125324,51.4244548035425,2338.22964535667,199.607022770858,5682.54871157666,193.273595871817,6968.6010308006,20.7996900446598,687.919150047499,117.765724636176,918.16225312073,73.4235821072439,1209.51155278602,37.1826179492229,526.56292422081,98.1084048269689,1738.79218662192,132.848975642786,1259.38494853322,45.7680792467393,1080.21487513088,1439.46028476792,423.03653890397,10280.3526765974,3859.74872614599,323.068544884301,1708.16100776126 -4994,61.1930814023806,1185.91576345067,63.9737591295304,1067.36038225764,116.291769460265,4229.42076308916,19.9043491856981,382.60461596739,625.117553044754,10229.7063583494,182.834082978414,3005.76108707183,62.7357743913722,2348.48353202387,236.766527128457,5707.46850958925,228.656608733678,6999.1605805611,24.5128211407953,690.935896077894,115.078103720824,922.188688977573,89.1971716202476,1214.81564873295,42.4102843741754,528.872071467673,112.142870021293,1746.41734784372,165.88120436644,1264.90775531068,53.7744964538159,1084.95196369179,1853.74070582097,533.069290065582,12186.4500576236,4437.56278049251,411.844956120486,1937.41557206528 -4995,96.609586928459,1227.68619183872,101.465842457988,1104.95504267568,182.762848754976,4378.38978985502,31.6585783011235,396.080749099899,982.147040401964,10590.0179673534,287.331887210228,3111.63026607135,84.3512420885372,2431.20202368931,334.848858681204,5908.49746291317,326.970299607483,7245.68562459634,34.9204410622737,715.272100433485,184.703374155206,954.670099361327,140.005128653583,1257.60399139941,66.7654170320965,547.500049666899,176.750250440438,1807.92981189217,260.047803199479,1309.46044652118,84.5359430100988,1123.16623632444,2746.87756774365,815.576586037667,18526.631376574,6806.6852550506,581.999773826986,2933.60428264065 -4996,120.501288343966,1332.74866108483,125.052709182803,1199.51447159259,213.59342250413,4753.08199190314,39.5888826048066,429.976399142977,1145.37140739664,11496.2865597732,335.731363048229,3377.9161959023,109.795172389767,2639.25852016451,451.6605373443,6414.13264649238,444.740268496364,7865.7541959965,47.2009021226464,776.483388427075,249.519712802733,1036.36849967005,164.937297721999,1365.22675489428,81.5693667654631,594.3538039184,216.626563068586,1962.64815239623,301.614207325252,1421.52096231601,101.517990240732,1219.28413595266,3204.11349204578,956.656860888474,22979.2823062238,8784.713133164,696.582458423382,3855.69352542036 -4997,112.088416302183,1556.52709400077,115.024773548804,1400.92189112396,209.238915109382,5551.15988215087,35.4967775343644,502.172641090602,1124.41027197219,13426.5987527748,328.955951649278,3945.09350015493,116.481419105351,3082.40969558697,485.076923866116,7491.11332113714,481.31331677899,9186.47294745961,50.2027069632386,906.86073632554,211.682297668081,1210.38249462003,162.099988810896,1594.45850181383,78.0689373944749,694.150237201046,204.567724161359,2292.19140442329,299.83894821335,1660.20492621157,98.3843017334389,1424.0110294696,3279.45201619519,964.761114264194,22786.4779637699,8794.86222021649,719.926754407991,3878.58577325086 -4998,112.085319964803,1753.92419885083,105.960916354997,1578.58531021561,168.262531916484,6255.15205390287,33.0321181406398,565.85763948752,898.103276535314,15129.3456769989,264.358083929127,4445.40604742436,96.6467268338314,3473.31760346458,421.784957014394,8441.12831759665,429.785560569282,10351.4916423485,42.5325357833752,1021.86784705482,253.941519379851,1363.88191080114,138.146942115792,1796.66602732027,75.6188326859694,782.181629447668,194.107300371237,2582.88467197983,240.745510191246,1870.75034309195,89.8567291941832,1604.60258844424,2437.30093794941,754.050396535347,19933.6320231216,8101.91068444502,546.117600425056,3675.70427388446 -4999,101.508217857763,1877.52880703269,98.0367789205585,1689.83323009645,156.244067991253,6695.97248345574,30.7809387338121,605.735424320748,834.451351384265,16195.5587127039,245.490184786643,4758.68792874007,88.2194931681731,3718.09332509991,383.580462179707,9036.00143639671,388.736858851627,11080.9941313321,39.0206525658805,1093.88211935438,228.994363762186,1459.99900029757,126.602956283113,1923.28278788842,68.2438946334261,837.304452827532,176.658250721052,2764.90875721006,222.34667541738,2002.58806066005,81.6494759055078,1717.68402854421,2268.98686278023,698.824208291196,18267.7313095187,7378.42585588109,505.568431828927,3330.03676702263 -5000,102.036887168592,1925.66315364477,98.150044963535,1733.15561114829,155.255706539626,6867.63763139718,30.8531466672521,621.264708750502,828.824517059401,16610.7654641176,243.92720047844,4880.68676749167,83.6046114712264,3813.41436208003,367.763743696044,9267.6580818221,374.394769276447,11365.0784076032,37.332057922271,1121.92605715631,232.319741882321,1497.42910399045,126.139216989267,1972.59013273367,68.4487696689643,858.770489780612,177.107796216003,2835.79293005034,220.791977836318,2053.92856072159,81.6512837480104,1761.72042260127,2203.56226981701,686.988901744312,17994.9723186303,7274.52013278242,484.508484350991,3276.79546499545 -5001,95.8402762262941,1978.94648817895,92.5389882528325,1781.11223848149,144.77018952009,7057.66600301592,29.2272488208227,638.455179081714,772.540004985607,17070.3873722474,227.444157801692,5015.73596615169,76.2146713784224,3918.93200299641,337.993239956367,9524.09531228349,344.621391678053,11679.5515145188,34.3688795005412,1152.9698881155,220.852815529055,1538.86315009459,117.465894971709,2027.1719425078,63.9857759483193,882.532774066137,166.022060659108,2914.25966660059,205.213987907572,2110.76101472743,76.198050205444,1810.46744175439,2026.41223511835,636.119195185705,16740.908368973,6781.32982490201,442.766956854031,3050.92803272941 -5002,92.43814851625,2023.0889221444,89.6506665604712,1820.84177631481,139.100197256185,7215.09449203737,28.4115224048226,652.696577598987,742.105122019664,17451.1598953273,218.531052785409,5127.6171084648,74.2448400437843,4006.34780640024,326.615254088334,9736.54004028116,331.108240841279,11940.0759069444,33.3649079112442,1178.68806566821,214.642634725628,1573.18907320099,112.710147138948,2072.3900947637,61.5132134501166,902.218574028019,159.951002710651,2979.26522165704,196.713646088858,2157.84370709229,73.1911241465338,1850.85177754701,1954.08012722502,611.339862217431,16144.1067877679,6527.66404836901,429.707229911908,2938.52368285079 -5003,86.9479786330752,2012.58846072244,82.3637842050884,1811.39104055207,120.779550556548,7177.64590510666,26.2698398472944,649.30887913536,642.449325660656,17360.5829418164,189.693334638732,5101.00317911909,67.1186629392348,3985.55361385456,305.264626677814,9686.00436586896,312.261204948988,11878.1031952836,31.1451988172868,1172.57030760695,212.612073218108,1565.02373207743,99.9632361888295,2061.63374490526,57.1286399320458,897.535778710885,147.870925047135,2963.80190752221,170.280135130202,2146.64382637872,66.6151549029387,1841.24528053386,1640.70895866302,526.074971134638,14679.5126568373,6110.48593564474,365.345030102191,2782.44690793591 -5004,80.7953459630464,1992.91817542738,77.3603301895764,1793.68718343278,114.44350529731,7107.49428421856,24.6725114807964,642.962777512268,609.111921506165,17190.9071109059,179.75266410387,5051.14788590715,64.4456630214638,3946.60030662198,287.653980488443,9591.33698952047,292.427495695953,11762.0110665771,29.3767218267719,1161.11004490085,196.452667752192,1549.72777669246,94.0508303896957,2041.48410938481,53.1835435390372,888.763600407016,137.925930619056,2934.83481851382,161.130219195411,2125.66333418381,62.3006183519422,1823.24963926238,1582.02627572134,500.914065570395,13825.567321888,5704.22393088628,354.458245289758,2593.33580737248 -5005,81.1468630786543,1961.99532739626,77.5706814122471,1765.8556764133,112.381195819249,6997.21180080161,24.9161156568911,632.986331663249,597.518005577129,16924.1667024626,176.495601624265,4972.77242604909,60.0375956136738,3885.36341138665,273.670397393409,9442.514293336,280.192258926193,11579.5073967142,27.8701522786905,1143.09383635372,201.376476656838,1525.6816331432,92.5993588236459,2009.80769454209,53.0379320287373,874.973219000575,137.817079676633,2889.29684700635,157.544713153537,2092.68076367051,61.7857665138268,1794.95943035523,1498.70864051028,483.973937861626,13529.7405977361,5614.86197190457,330.790767256194,2549.6709644508 -5006,73.9183094787396,1930.06004025279,70.2080274529989,1737.1129432922,102.47474698043,6883.31857947634,22.394351698194,622.68324888966,544.978548477577,16648.6929968119,160.941259326735,4891.83089009969,57.4693515069732,3822.12157055922,261.549747526023,9288.8190214343,266.867823708399,11391.0284087521,26.704783557887,1124.48776253379,181.815789527813,1500.84819936097,84.8050970686343,1977.09416819871,48.5636141218771,860.73132932762,125.62598347247,2842.26792539606,144.300179329026,2058.61831706106,56.5785172060335,1765.74297707481,1392.5389984272,446.400087783153,12506.137558476,5214.3236536924,310.978364089046,2375.87822745879 -5007,74.2156278383561,1876.89241296556,70.9612579177308,1689.26045601275,105.092670074841,6693.70286333264,22.6252636779687,605.530108466821,559.375462254623,16190.0691791,165.066546279047,4757.07495707549,59.458515604035,3716.83306612318,268.537618305249,9032.93865638335,273.450329948848,11077.2381948604,27.5061020876344,1093.51134470193,179.959119253392,1459.50412922112,86.3426455126497,1922.63088537111,48.7859476328873,837.020645951086,126.706312066557,2763.97158302522,147.98750774047,2001.9092773807,57.1689412278852,1717.10181434815,1450.59357156363,460.618119158922,12747.9987296572,5291.33962425449,324.271940867124,2406.16243738065 -5008,78.0262586948345,1860.14374337243,74.5043702237798,1674.18614219537,108.706566061729,6633.97082070831,23.8409146601629,600.126589519574,578.156248306836,16045.5951978012,170.729650611394,4714.62464072522,62.1540704113002,3683.66547029974,281.026463557677,8952.33216878412,285.830343014463,10978.3891605479,28.8197203940411,1083.75326795644,192.381893635626,1446.48007293463,89.5683766119593,1905.47406315467,51.1312061971941,829.551394040417,132.70498335325,2739.30695841003,152.665697810076,1984.04500513438,59.6504776856466,1701.77905490407,1490.74102827873,474.971314988806,13312.1984433434,5545.73782212223,335.069393466557,2527.16733563502 -5009,84.9568743820603,1837.0890105817,81.9492831707898,1653.43617903377,123.43956781846,6551.74898964937,26.1103481278593,592.688584681894,657.607753609858,15846.7251314036,193.900282884562,4656.19130099662,67.8889713967638,3638.00990018008,306.0104272918,8841.37642854065,311.026386147819,10842.3223487916,31.4210700244715,1070.32116514566,203.460857560184,1428.55231241213,100.680902467771,1881.85750366984,56.0902979739771,819.269884456053,145.818035002271,2705.35582415875,173.860002241509,1959.45463269616,66.1352227469464,1680.68710353232,1707.78124014894,540.65532360485,14717.592727718,6065.87336867443,377.970168618375,2745.83436823872 -5010,89.102607767682,1802.2321077363,86.249403982767,1622.06390261076,131.892443125348,6427.43619006033,27.386309399252,581.442919232459,703.180225896157,15546.0495761412,207.193800783884,4567.84478818555,72.271261787989,3568.98234794349,325.847497171912,8673.62026788969,331.238370696093,10636.6002664355,33.4890838047972,1050.01290536512,209.979478086271,1401.44697953141,107.153884211042,1846.15116402245,59.033667561725,803.725068389899,153.588772416473,2654.02443815526,186.116493873141,1922.27596613812,69.9487516158838,1648.7977684245,1839.48185949816,579.995521046807,15611.8076367325,6419.42087490413,405.526868321398,2899.88955884048 -5011,91.511816095781,1730.14629366219,86.8966385140618,1557.18446982405,125.870474639736,6170.35111861975,27.8354274045253,558.186322043574,669.139153652356,14924.2375273368,197.677739275797,4385.13979213811,70.7145342375777,3426.22992617536,328.014325184612,8326.69215841001,335.480525131738,10211.1567367727,33.6522942266365,1008.01441097217,226.916014797294,1345.39179886541,104.184231270907,1772.30867226395,59.919414619305,771.577613243609,155.241639173192,2547.8685710082,176.854310322956,1845.38862887487,69.6783854620211,1582.84903248185,1692.61537727094,547.038052460219,15486.857941637,6521.62766515655,376.677440422552,2973.3715786594 -5012,88.676141866093,1686.32205532735,83.9112316420062,1517.74131776988,121.433177149794,6014.05743465638,26.8483047458707,544.047581000638,645.472208818589,14546.2097589569,190.706776565975,4274.06513210143,65.7558611696977,3339.44424948161,312.191333471682,8115.77881366701,322.387900798768,9952.51030430286,31.8439664889875,982.481619928299,219.983728532277,1311.31331020627,100.674446344246,1727.41646982956,58.0275046690714,752.033716094287,150.311864253108,2483.33160097814,170.690244073762,1798.64532665328,67.4148356349377,1542.75580250375,1599.42082996256,524.118277563934,14874.8587196203,6305.3098227313,350.391394751369,2871.14173832915 -5013,77.0711234824161,1597.14044991924,71.7317379442415,1437.47515100456,99.0769147902731,5696.00235416634,23.0481958595457,515.275475139388,525.27420902613,13776.9294576001,155.557546566629,4048.03002279625,53.6559499500885,3162.83682244902,258.919057381952,7686.57362035683,268.929893133416,9426.16906125587,26.3057335286341,930.522809407872,198.184440638576,1241.96414536094,83.6387549169747,1636.06157501505,49.9968902697126,712.26220631035,128.978529694934,2351.99992667767,138.895967961328,1703.52347416728,57.1903260459342,1461.16673783766,1255.01295642775,421.487826638404,12443.8891557285,5344.40474090845,276.424101243049,2449.63579324394 -5014,60.2555998825716,1467.77939147022,58.6622967659465,1321.04625019154,84.5543838710454,5234.65226219396,19.0092501095965,473.540522612062,449.63027458389,12661.0612965359,132.795220761049,3720.158138762,46.184333729795,2906.6615317448,208.658213279872,7063.99637649206,209.966463406446,8662.69255739229,21.7726964858495,855.154725441279,150.632749796501,1141.37074018624,68.771125747655,1503.54808376735,39.0413091503764,654.572231138662,102.530931215154,2161.49870932862,117.571646507489,1565.54587819432,45.6560888303595,1342.81892704448,1140.73056758361,364.736792915275,10187.5568314646,4214.23425328575,253.658911307335,1908.7728383135 -5015,53.3160431970147,1374.69265455217,52.8910982249399,1237.26534587936,85.3249528121432,4902.67001689194,16.6502461627737,443.508528495923,457.547987822308,11858.0953407097,130.996517468916,3484.22528402312,45.8580001333798,2722.32072488532,183.155294979717,6615.99691818798,190.130741195847,8113.3036044079,19.7843573433249,800.920714925815,115.930789050222,1068.98487727312,69.2675742231082,1408.19289229196,35.9426659572148,613.059185358104,98.8728668825856,2024.4162139119,124.28755219004,1466.25877950394,44.1654006127926,1257.65719707554,1273.31596900796,386.663683627877,9533.14267671836,3682.15376706838,282.451499590332,1646.52980104738 -5016,55.2056077546473,1319.41336509762,54.238015058448,1187.5122981996,87.8167087303329,4705.52332081668,17.0330736701044,425.674115661097,470.861438447847,11381.2563305149,134.818648373531,3344.11724069971,47.2379222180561,2612.85046995908,184.236064525144,6349.95373576474,197.555593486299,7787.05056384969,20.2923412729371,768.714004659403,120.069402963892,1025.9987419667,71.6290826537844,1351.56648766029,37.3495710695043,588.406783202642,102.265143475821,1943.01017053577,128.232950225482,1407.29742314616,45.7928359028532,1207.08415007371,1307.79156009474,397.746598839172,9812.1550325991,3791.24589062429,289.648650952704,1699.35101904617 -5017,54.6873156593632,1290.86252264391,54.5269925277192,1161.8156685954,89.3271100086256,4603.70029965533,17.1245689235908,416.462935196843,479.274385801467,11134.9768361475,137.159405643085,3271.75374415525,47.9944133998427,2556.31088646215,191.832369544545,6212.54681425401,196.283722405931,7618.54624237716,20.4603650959547,752.079769309385,117.241403583579,1003.79711114009,72.2478107066134,1322.31988240702,37.0987463623821,575.674223558856,101.852189194985,1900.96529003631,130.262676966381,1376.84485378721,45.8038645250725,1180.96400432653,1347.62219065591,406.93563861125,9909.48517304219,3786.04561620276,301.348898733219,1693.19689536976 -5018,61.1023581705975,1294.04448175593,62.5395785014768,1164.6795289123,111.981290946405,4615.04836024312,19.3173608369585,417.489510845466,602.898481106358,11162.4244073523,172.089206103239,3279.81857403129,60.470040415552,2562.61215911949,228.310576343456,6227.86066030475,225.637776446971,7637.32585849506,23.9395019767055,753.933636032554,114.66801136455,1006.27145779465,88.7249988247319,1325.57938349642,42.5923747291475,577.093252935782,116.921271459966,1905.65114443223,164.742181127906,1380.23875821273,54.2603906587449,1183.87506503873,1790.31251580246,520.492307399053,11844.9388039102,4321.84468098644,398.820696272225,1899.4799506748 -5019,96.1681933834452,1320.2522447425,98.810829527984,1188.2673154833,175.031901638152,4708.5150805159,30.6143822660808,425.944758175736,942.055347275985,11388.4925041973,268.962203929852,3346.24342189319,94.3453498999969,2614.51171360897,320.430098366537,6353.99102011833,353.912295938655,7792.0015506931,37.7371237574656,769.202751058595,183.942318826342,1026.65106934421,138.580173109235,1352.4258101783,66.8116483944,588.78089073133,183.643462843218,1944.24553143552,256.851524511268,1408.1921792505,84.9416699521337,1207.8516110908,2775.04856998602,805.242774591569,18375.7439873902,6727.41619460318,605.738797940413,2944.98406447643 -5020,121.573543524033,1410.44629206888,123.640665438935,1269.44471087565,209.161017012863,5030.18090892118,38.8073980848468,455.043501866809,1123.86410114712,12166.5061269653,321.275302681478,3574.84461440144,112.436110917915,2793.12409179025,439.638827982699,6788.06880264975,439.063304810923,8324.31812839944,46.7410865122339,821.751428486591,249.081096959034,1096.78752660444,166.773181058111,1444.81781936775,82.9359082921307,629.003910033106,229.042058052619,2077.06815997087,305.03466999423,1504.39391082546,103.920183566259,1290.3669226972,3228.92071331003,956.55478100602,22712.6043313627,8571.05351777049,711.655497867099,3779.3803313155 -5021,112.594969313013,1612.9634587308,113.251296566064,1451.71634186657,203.499250717075,5752.43314298345,34.6819030279234,520.380353914404,1095.44528538485,13913.4186913521,312.718554421112,4088.13420694825,110.138911050424,3194.17132087317,471.2550615877,7762.72517116864,418.201697150719,9519.554934817,43.3553713820279,939.741579499985,211.163220672826,1254.26839175122,162.750610341496,1652.27017878501,78.9578469118128,719.318649697756,214.865397629972,2375.30139372554,300.857123780528,1720.40042881696,100.087511222101,1475.64264330304,3242.85072040015,948.758296752405,21944.4484360978,8208.46982595237,718.918601512197,3598.22490735436 -5022,115.345529819557,1797.19882986706,107.428917943483,1617.53379890854,171.630548688721,6409.485631865,33.1409235701268,579.819064144627,919.001595690954,15502.6325340466,263.404127831024,4555.08770102468,93.0208804595826,3559.01488604415,419.390602986912,8649.39656176815,416.320246955342,10606.894345375,40.0051203834986,1047.08042696996,254.252681130813,1397.53301526637,144.887541904776,1840.99522891439,78.7670758991986,801.48042321777,211.082232780291,2646.61227275677,254.208062817356,1916.90742951211,94.785399274731,1644.19300232193,2496.57133852153,780.39827173381,19990.5148109907,8006.9564033728,555.711722325483,3627.85359853523 -5023,104.346255728796,1908.50950728433,99.2046528185796,1717.7168058801,158.869914174343,6806.46128960675,30.820321885401,615.730534671326,851.066799447305,16462.7981542543,243.847577422299,4837.21001786018,85.8570269507606,3779.44478579711,380.956978439911,9185.10255853439,375.318257354426,11263.8392394269,36.9913016785695,1111.93203364779,229.240789688666,1484.09013073801,132.456267708275,1955.01846476726,70.9919233639822,851.120634062807,191.731703434153,2810.5319237412,234.032364928341,2035.63233683969,85.9709239827991,1746.02716438108,2329.47804917304,721.770053461786,18307.4577918096,7273.14490034647,517.494272593914,3278.33712501134 -5024,104.879942283035,1957.39595240458,99.304587705278,1761.71609854398,157.888085150805,6980.8087031394,30.8862036346127,631.502463958126,845.503040691667,16884.492505486,242.319349959326,4961.11508680047,85.3079496692957,3876.25521267773,365.949877609597,9420.37883587955,376.398505356954,11552.3623286334,36.9674422676484,1140.41415759473,232.557169552273,1522.10507928971,131.994306352119,2005.09623620206,71.2043481878048,872.922077549999,192.261742711752,2882.52366081365,232.476467260351,2087.77503151326,85.9795550173292,1790.75162649363,2298.20086374032,714.182241872618,18204.8846177477,7250.89563101771,507.715463586122,3272.71331540921 -5025,98.508223007391,2007.52625674293,93.5993900772034,1806.83490246777,147.241205973846,7159.5921855443,29.2445749948861,647.675691796748,788.218836420763,17316.9163831683,225.960208220526,5088.17277732718,79.4357077931935,3975.52886922428,334.215124232507,9661.64144677082,351.875016498578,11848.2265551072,34.7742997007307,1169.62097633866,221.067167345592,1561.08727436679,122.95353209525,2056.44817877913,66.5694048852133,895.27823362434,180.266938690047,2956.34714461188,216.164018322497,2141.24443691955,80.2528432231483,1836.61405096643,2128.66631068812,662.943618865561,16988.6037634518,6782.27160556549,468.29299260393,3060.67533070951 -5026,94.6521215973499,2057.94582779571,90.2133901725609,1852.21405526322,140.369766662045,7339.40730163333,28.2911161894277,663.942243953674,751.179384646992,17751.8354747935,215.397320734965,5215.96362838759,75.6387941222326,4075.3753641934,324.653095397879,9904.29621443614,336.754725616598,12145.7980058607,33.4495520936664,1198.99632708351,214.718221062768,1600.29440826363,117.186515503935,2108.09643728537,63.7135183803087,917.7633913455,172.896960519758,3030.5966117926,205.596564625499,2195.02237664314,76.6673548598205,1882.74111522186,2018.19133343649,631.197461362255,16279.6754065593,6516.5721441998,446.001609065396,2944.62731336984 -5027,88.7097526465134,2036.33743980082,82.4513838394049,1832.76584656154,121.11391447798,7262.34367902276,26.0252226011117,656.970864328527,646.380787218416,17565.441574925,185.726903220697,5161.19611977431,65.2318610316131,4032.58400841284,301.363530075007,9800.301312079,311.314193557352,12018.2673817435,30.2068607680646,1186.40689081647,212.535332356967,1583.49135056756,103.412720154999,2085.96146894352,58.9474443740392,908.126895000528,159.462317260851,2998.775410982,177.053493877271,2171.97468776263,69.4817531294117,1862.97237303138,1656.30009835144,537.71498926145,14632.9767326498,6055.34693284279,367.149932663653,2765.26121677488 -5028,81.2090824265701,2005.79064242675,75.9299636707214,1805.27279661079,110.920351367762,7153.40233340487,24.0099632433236,647.115741360658,591.894060040632,17301.9449784926,170.089315866776,5083.77377856646,59.6281181171541,3972.09181090604,277.906088156906,9653.28843860642,284.577566545095,11837.9831266284,27.7938111090852,1168.60977615922,195.955195658687,1559.73763053867,94.4953576593522,2054.67026883271,53.8852004924516,894.504217486805,145.939094696892,2953.79122365665,161.752515809381,2139.39321605174,63.5042609728665,1835.02619943549,1513.33108155011,491.870056450247,13416.921601615,5553.19263953758,336.30124943863,2535.70735957442 -5029,81.4200501847298,1973.56608576293,75.9353772661333,1776.26971209263,108.428180363886,7038.47746838855,24.1863784921291,636.719333363512,578.000260866839,17023.9760346954,166.226187862738,5002.09907497164,58.1707757367754,3908.27712609947,266.100071694319,9498.20099642666,283.147769018257,11647.7968978264,27.6740100811947,1149.83516870359,200.814200757908,1534.67925575476,92.7125528589105,2021.66042368588,53.6270229912773,880.133324915707,145.583088757982,2906.33631453181,157.481269152233,2105.02223213218,62.8147347151737,1805.54510380541,1448.95398800281,476.411505311857,13224.0548347268,5519.26233314704,320.30249652551,2526.13215950602 -5030,73.4968796064879,1945.36236505009,67.9055683192147,1750.88550264967,96.8000058449855,6937.89241365231,21.5039644097128,627.620142624375,515.898460259481,16780.6908115816,148.391529217366,4930.61537533464,52.0342907752324,3852.42495204355,251.856425840698,9362.4646711472,256.384820931589,11481.3412554256,24.7322735823139,1133.40317273555,181.072211112545,1512.747552821,83.3949348877186,1992.76939927217,48.5635536440143,867.555567998898,131.199138356315,2864.80261657056,141.130128851336,2074.93990574967,56.7204834119766,1779.74252733761,1289.16737954207,426.822747766368,11936.8508502307,5016.58010369817,286.710294144215,2300.22073567175 -5031,73.865781779433,1903.15803097856,68.7493614976693,1712.90031387333,99.5940910702458,6787.3759163464,21.7598417024441,614.004021203904,531.242709484697,16416.6363332558,152.706409835546,4823.64644131115,53.5647975751112,3768.84719163112,257.567282069426,9159.34745565415,257.910429997346,11232.2553418505,25.1233609980252,1108.81416710902,179.246653742418,1479.92872984378,85.0993563398238,1949.5365769634,48.8409310868384,848.734084826793,132.436438563115,2802.65116918425,145.164460972029,2029.9244070776,57.4001798412946,1741.13128989696,1348.52965863656,441.095559338088,12148.6808046117,5063.45999464239,299.793912756887,2313.0122085329 -5032,77.8444740191363,1878.91729680209,72.3923368252505,1691.08291326679,103.520221205296,6700.92435916313,22.9884309359309,606.183384126468,551.839605797949,16207.5358219222,158.702185117656,4762.20712348162,55.573595640804,3720.84296842055,269.301156062046,9042.68383482582,271.069223509066,11089.1888641791,26.3867558341494,1094.69107851707,191.688617181966,1461.07871405091,88.6749739212891,1924.70511412098,51.3401894509692,837.923664986765,139.170356991985,2766.953491495,150.544916228136,2004.06903555861,60.1117727954992,1718.95430822874,1384.94308879325,456.583418823962,12715.2248383378,5327.19048539572,308.212573440563,2437.95209842747 -5033,84.6580779372677,1853.75090184405,79.5532489905051,1668.4323897049,117.414205184479,6611.17154817262,25.1584457653155,598.064106876801,626.851001709864,15990.4505630418,180.068478217071,4698.42167345382,63.0997036413527,3671.00564781069,292.789516181562,8921.56527721007,297.02250989428,10940.6592257563,29.1804154603743,1080.02868327173,202.689798250414,1441.50888836184,99.4985529785995,1898.9254328321,56.233310254735,826.700436623473,152.565430026236,2729.89265623843,171.128611823138,1977.22634644297,66.5280108473729,1695.93047258183,1615.76041612733,521.311227976131,14108.0259808987,5820.15743431756,357.404099797224,2647.8584339047 -5034,87.8727315803833,1817.91048319064,82.6217186011055,1636.17491903695,122.699868434063,6483.35116203537,26.0720661042162,586.501135848323,655.259980754223,15681.2912029218,188.187919554398,4607.58239207071,65.9937972915267,3600.03042715637,308.77432588592,8749.07574031448,308.717809247793,10729.1325278568,30.3439562189698,1059.14740945677,208.858977228054,1413.63875651182,103.849665309567,1862.21160982783,58.4433440284441,810.717010953896,158.585773941579,2677.11291351189,179.012622893052,1938.99865362914,69.2702920805463,1663.14135399856,1697.6868911118,545.981488707203,14714.8773162431,6063.66868302128,375.291315341705,2754.50410085797 -5035,90.5257698926245,1739.69216819233,83.4630447449237,1565.77604824934,117.413137821285,6204.3952903762,26.5612584948854,561.266048084189,625.358676871494,15006.5802167474,179.963057104268,4409.33427465452,63.0409969838803,3445.13373859081,312.220582352413,8372.63368305819,314.310672338274,10267.4955685662,30.3208527679761,1013.5760095069,225.826532854993,1352.81483664718,101.383091832113,1782.08717265786,59.543868030857,775.834700123063,161.118885332812,2561.92613006388,170.759305480194,1855.57033915863,69.2937875964475,1591.58221205145,1543.47428581149,515.335431014676,14609.4116192785,6192.37476342286,342.187716688931,2839.13285085972 -5036,87.8219935363051,1699.97554694516,80.7121054283656,1530.02987694202,113.562263874248,6062.75091080093,25.6522365506193,548.452521956855,604.813492063104,14663.9847429153,174.058257243859,4308.67056958045,61.0104186056795,3366.48242639711,297.551408225108,8181.48910764932,304.811662822957,10033.0918964054,29.3185188578493,990.436390204811,218.963084390339,1321.93050235689,98.187717514896,1741.40268688506,57.7456112915203,758.122639622605,156.239323057686,2503.43816786498,165.251224775793,1813.2082559664,67.1623939939691,1555.24689419723,1489.54683364633,497.408075979879,14121.0836234006,5997.1354204739,327.849612613591,2747.68624863628 -5037,76.3112773167689,1596.01230075401,68.8985214038613,1436.45978232379,92.2684462223759,5691.97895077606,21.9907501584699,514.911507401193,490.16217658583,13767.1980457711,141.334117037769,4045.17067395736,49.5356230170429,3160.60273481999,245.227523628204,7681.14416572517,262.413572326572,9419.51083357262,24.7914777991917,929.865529372978,197.268454121676,1241.08687698175,81.4153389680096,1634.90593369359,49.743328344377,711.759095883519,134.175272355802,2350.33857826338,134.029477758676,1702.32018075284,56.9381779076829,1460.1346344709,1149.1455687114,398.302107262929,11825.7223678144,5134.8431175989,252.685686683802,2373.79985338006 -5038,59.3981278937857,1467.72153644379,56.1195549325562,1320.99417890196,78.300629206105,5234.44592945298,18.0771253114649,473.52185720525,417.088835620213,12660.5622392251,120.01741000039,3720.01150238823,41.8082344647282,2906.54696072634,195.271299464917,7063.71793703484,203.879155054999,8662.35110260025,20.3764128473059,855.121018060229,149.839778605562,1141.32575111314,66.4557816635772,1503.48881885695,38.6167672183883,654.546430058504,105.920032712797,2161.41351017288,112.596590819497,1565.48416953518,45.1440672301218,1342.76599754773,1031.08346222126,341.287128330632,9608.30922862179,4032.92807257672,227.829133570529,1842.52945782416 -5039,59.0735903510601,1377.99032091114,57.8204450209008,1240.23334625,91.5189332703128,4914.43073295477,19.0827948183876,444.572434052918,489.437467665506,11886.5410023323,138.910259011079,3492.58337953498,48.2674723502205,2728.851134023,195.666934251736,6631.86762964914,196.124748841345,8132.7661135497,19.8259686910425,802.84199477631,134.930317681328,1071.54919989196,72.1480871941166,1411.57092032788,37.5478015379707,614.529815644023,111.982683043812,2029.27246248722,126.173063619219,1469.77609825494,45.5135001741098,1260.6741142142,1343.88955165684,410.908353655774,10136.0144330491,3912.55661170959,299.363949676672,1740.53663300068 -5040,61.1818100421777,1327.42611369523,59.2882135498328,1194.72401649331,94.2023031826555,4734.09979001675,19.5173832297329,428.259218831588,493.410728680359,11450.374279532,142.975018527325,3364.42594109602,48.7485854968847,2628.71821428603,196.794006704813,6388.51677009277,198.366915662986,7834.34103409619,19.7976093183758,773.382376396216,139.754708924629,1032.22959440333,74.6267337571065,1359.77450098277,39.0272734727795,591.980155848129,115.857688027752,1954.8099994832,130.193469446876,1415.8438883799,47.1981875092302,1214.41472750043,1367.77058808832,419.082969236412,10307.1046019906,3970.28122848935,304.374201681732,1771.95393616943 -5041,60.5359819981293,1299.68522477613,59.5367014188472,1169.75636979073,95.7528121465266,4635.1653671876,19.5974237863332,419.309348631192,532.73470667314,11211.0814422935,145.381192484759,3294.11531111401,52.6401751743075,2573.78259170804,204.644235025217,6255.00791995903,202.897571350963,7670.61698035114,20.641955635042,757.220034572253,136.414550448164,1010.65779750863,75.2115423835374,1331.35758722945,38.7345724016327,579.608803818614,115.228559000285,1913.95788237165,132.206247845273,1386.25522229211,47.1856842973707,1189.03557930549,1483.40915231397,446.062615683584,10615.8980371712,4015.95346179783,333.136565530796,1780.59617298294 -5042,67.2296057692633,1300.52410442101,67.75382786355,1170.51138707443,119.576276353588,4638.15712688682,21.8911415923269,419.579991145831,650.813046432202,11218.3176159759,181.901794120847,3296.24149230749,64.4584425208505,2575.44383535793,243.305115139748,6259.04520431262,240.449230598699,7675.56796719456,24.3880127463736,757.708780971446,133.086660106081,1011.31012488614,92.0551529731735,1332.21690974746,44.309599143922,579.982911347302,131.361508276366,1915.19324327139,166.9536845467,1387.14997839645,55.7727753954387,1189.80304032258,1893.06945186534,554.19189264634,12668.4124919594,4642.55515887611,423.355488070749,2031.42065977807 -5043,105.861053173242,1332.71973497456,107.146669618278,1199.48843721051,186.970338044111,4752.97883053612,34.736019623786,429.967066892197,869.519001887322,11496.0370432196,284.371810844369,3377.84288127127,85.8865343670444,2639.20123743357,342.11690837426,6413.99343351578,342.365913890203,7865.58347688058,34.5278720732283,776.466535553937,213.550574417318,1036.34600622446,143.811428831814,1365.19712387623,69.5219383103651,594.340904003984,206.43184373382,1962.6055548844,260.322604993751,1421.49010948284,87.3216850254702,1219.2576724878,2593.08232235606,776.249890215578,18559.996182428,6911.5385231328,567.400233216243,3044.27009512807 -5044,134.233764183867,1421.09138965398,134.609928691508,1279.02562359962,223.84439891144,5068.14532270088,44.2660689518935,458.477863394841,1161.67966727816,12258.3307116514,340.137485003929,3601.82513112571,114.584947985355,2814.20470910378,469.849988522454,6839.30056895299,473.365910785042,8387.14446876027,47.5221065897427,827.953454183082,289.551975920542,1105.0653393198,173.33278829619,1455.72233006507,86.4464701755362,633.751207424974,258.354888679018,2092.74446992902,309.361519683488,1515.74806169048,106.941894046903,1300.10574216869,3243.90581018136,981.80621701389,24189.1666794749,9293.14074970526,716.963247857863,4100.05605761899 -5045,123.962653538649,1625.22846057921,122.689201640262,1462.75521786837,217.340955683228,5796.17474342061,39.2795452609446,524.337335064901,1226.77331159617,14019.2165660922,330.593148522726,4119.22044968572,121.292005269661,3218.45985446802,503.853832480241,7821.75306672184,511.73291108689,9591.94179407261,50.4594514271427,946.887390613813,245.118316114229,1263.80587014849,168.945723262112,1664.83406960794,82.1893372123704,724.788361066842,241.570083407318,2393.36322632744,304.962757088248,1733.4823832315,102.913319083306,1486.86345531198,3349.46875959051,1002.33975216254,24649.402711444,9538.55507294925,742.986167429922,4179.02431137607 -5046,128.170023036852,1810.50519974399,117.643096048819,1629.50993791945,184.389758359676,6456.94114158444,38.0169353858343,584.112015375727,1049.4041944216,15617.4132467514,279.644778009843,4588.81334159624,104.352874859665,3585.36565351863,448.905135542728,8713.43625951919,466.833989605572,10685.4272584059,43.8390936345241,1054.8329578645,296.131438039156,1407.88027952412,151.286717508038,1854.62586513032,82.4769961709104,807.414544019112,239.90122345808,2666.2076571054,258.363858557087,1931.10011584878,97.8282657479986,1656.36652473602,2719.12852705831,854.061848618287,22096.219950049,8900.77931198505,606.656732117632,4003.267942742 -5047,115.846230588161,1918.37357744508,108.581990838043,1726.59477008453,170.593447229505,6841.64026642129,35.3472983500925,618.912918186278,958.226834538822,16547.885598365,258.787282067982,4862.21098265303,95.0643655582848,3798.97872492263,407.728251514435,9232.57546643724,421.79608091301,11322.0560311762,40.1605075715087,1117.67901869137,266.943866748311,1491.76060296704,138.200322393536,1965.12291498268,74.2835683967688,855.519623754821,217.676584385198,2825.05806782326,237.771505590264,2046.15343726671,88.6894532255737,1755.05144976519,2501.30472773587,781.798417248127,20166.0210071384,8083.85585870086,556.988462167111,3622.49256328503 -5048,116.497557348177,1968.2724644836,108.760136664072,1771.50529137543,169.606606861419,7019.59842786918,35.4502451519945,635.011485302902,911.341320943036,16978.3132710078,257.239146128417,4988.68213479639,90.4239721080812,3897.79410295193,391.792121766782,9472.72433300364,407.036694342123,11616.554455042,38.5109266138258,1146.75100954587,270.850152333034,1530.56284393364,137.766309714888,2016.23780079242,74.5297317074036,877.772576759852,218.412253116902,2898.54075913061,236.229748189693,2099.37601102924,88.7172183852835,1800.70215881804,2393.22947139661,754.740507390571,19662.8183848809,7904.54559980843,530.262587771631,3554.65493657802 -5049,109.461085639168,2016.89856899967,102.589675871893,1815.27026954974,158.229243267324,7193.01736908473,33.6024375780411,650.699422522179,823.734501351618,17397.7619248502,239.938058079684,5111.92735783401,81.709023829143,3994.08897414093,357.938846738369,9706.74766655136,372.801956256434,11903.5410390848,35.230740930799,1175.08145436502,257.506779192769,1568.37534711117,128.355442170209,2066.04888731612,69.6908187672315,899.457918514643,204.879632686774,2970.14911033242,219.67452839667,2151.24102421868,82.8180539763715,1845.18844461282,2166.24034902068,688.213184322583,18123.1215031003,7313.05702640019,478.008220189684,3294.48501268911 -5050,105.217152677096,2057.07801923467,98.9535678462529,1851.43300107203,150.901551522115,7336.31237056015,32.5404864464517,663.662268283003,809.102822353027,17744.3497603538,228.783563847392,5213.76412545137,80.1725929799585,4073.65683225599,347.585707454584,9900.11970360193,359.66396771281,12140.6762833412,34.3760622145168,1198.49072617641,250.147126785422,1599.6195852586,122.362849889536,2107.20748087502,66.7147202536453,917.376382651069,196.59692419771,3029.31864924895,208.958163476775,2194.09676471283,79.1288236353214,1881.94718817288,2114.18878288869,669.372751995322,17519.8367315279,7055.73829637411,468.780239244095,3175.48159897624 -5051,98.9483068553743,2017.10105738333,90.8498183590006,1815.45251527514,130.589548199448,7193.73951866778,30.0947820450084,650.764750088143,725.534289531346,17399.5085891324,197.694111368537,5112.44057447463,71.9018651443046,3994.48996437067,323.004324583209,9707.72218439561,337.622173986346,11904.7361060167,31.8905688212073,1175.19942774653,247.845728571785,1568.53280559415,108.264624744139,2066.25631019111,61.863520870292,899.548220418211,182.091967498843,2970.4473011794,180.180851540137,2151.45700003647,71.8232687224347,1845.37369400088,1800.10193713691,586.334121578775,15984.5167681183,6619.56928178986,400.259745870132,3002.12671767346 -5052,90.5871867624647,1985.05006018699,83.6909792651715,1786.6056395749,119.617103805105,7079.43363186055,27.7764130402852,640.424336500929,673.728199099441,17123.0367688601,181.069315039094,5031.20576577769,66.7299516423544,3931.01898150632,297.802849153709,9553.47003357947,310.336297636698,11715.5742084705,29.407393849841,1156.5259391645,228.521088325479,1543.60939366571,98.931052488438,2033.42425402692,56.5518700532126,885.254728584938,166.661850788359,2923.24798125763,164.611430373319,2117.27113610873,65.6451622483299,1816.05138172697,1669.52326670965,542.108880512365,14715.0635305102,6082.88839775148,372.145155052239,2756.30320800201 -5053,90.9184865404329,1955.51570473118,83.8339540697073,1760.02381825117,117.0615019006,6974.10303415791,28.0394934761701,630.895851362884,633.924651763765,16868.2734938389,177.10119893969,4956.3495077729,62.8345007644451,3872.53173514821,285.300308566811,9411.32974932813,299.1810556027,11541.2652880147,28.0973860565535,1139.31869141483,234.258677973605,1520.64296605171,97.1436709099148,2003.17016829105,56.3179352151526,872.083560589055,166.478668393545,2879.75474816718,160.331060246904,2085.7695434868,64.9624237991508,1789.03145507138,1562.06166251994,515.460729088926,14257.317143869,5942.88508551801,346.680440270239,2705.14542493861 -5054,82.0993208383212,1920.13811787152,74.9861657064527,1728.1829103236,104.533024785485,6847.93327992774,24.9303482934936,619.482200873148,598.076631146155,16563.1065195942,158.127719129738,4866.68329604478,59.2423461492034,3802.47306597181,270.061006494626,9241.06768757825,282.642757785716,11332.470178771,26.6549645402603,1118.70707174394,211.241900700513,1493.13274024075,87.4147336200549,1966.93045594717,51.0160787702543,856.306539806772,150.096433810232,2827.65658629033,143.712780992617,2048.03551096769,58.6726114521594,1756.66576476098,1442.05744544005,475.382771682728,13199.9518943539,5534.52438720719,321.548208616039,2515.53268855835 -5055,82.4358439682706,1874.9832391819,75.8237053105948,1687.54214133785,107.449835685899,6686.89403298412,25.1917362967331,604.914163620799,615.331534614845,16173.6006508994,162.615727387366,4752.23606341689,60.906186977302,3713.05230586272,276.139706488006,9023.75035685532,288.581720259355,11065.9704351258,27.3404362798307,1092.39902564889,209.061071713664,1458.01952253753,89.1267172246865,1920.67518644204,51.2732824885703,836.169229075726,151.334904049461,2761.16007286691,147.757640620119,1999.87293652107,59.3477189274133,1715.35517946104,1496.48258042907,489.175967243417,13478.3610974762,5623.80517013246,333.451855434166,2547.93842210425 -5056,86.9283206048151,1858.2056434785,79.9179026031654,1672.44179313839,111.762248609207,6627.05882899276,26.6458482143552,599.501312422772,642.338920271842,16028.877153047,169.084395193745,4709.71243243559,63.5794433367394,3679.82742730834,288.733897727566,8943.00465627949,301.423222424342,10966.9506816973,28.6209254894799,1082.62409603026,223.613017635996,1444.97297280546,92.9181877279768,1903.48873320754,53.9186905071788,828.68707725064,159.151447509962,2736.45285073989,153.273471733226,1981.97781144158,62.168953943137,1700.0059565521,1552.29126047784,509.546899352542,14098.2232235025,5897.83379183405,346.301371962403,2675.63836284955 -5057,94.3785728313017,1831.59290372463,87.616752349488,1648.48951511658,126.55260516621,6532.14780955388,29.080178274321,590.915409960572,700.326952600688,15799.3157276375,191.618814231426,4642.26115129247,69.2751544894632,3627.12589235938,313.896094305925,8814.92526077741,327.53242328896,10809.8848556355,31.1535445361116,1067.11903424119,236.338566748677,1424.27844428994,104.116436851179,1876.22746077568,58.9915382854109,816.818835647956,174.09898110883,2697.26208204264,174.109061652664,1953.59243876823,68.750856801228,1675.65891172392,1731.7079578333,563.734449930932,15468.2258586229,6417.64690368905,384.040205258151,2902.64764927057 -5058,97.9326880215866,1793.17799111017,90.9534736986766,1613.91492130794,132.207543696611,6395.14581157799,30.1176357695279,578.521845981366,734.872228131641,15467.9487891594,200.213000612518,4544.89668995515,72.6506689170852,3551.05236973692,331.090226010458,8630.04543136383,346.03493458226,10583.1637424137,32.879769730755,1044.7378138476,243.508692244313,1394.4063412343,108.643511928683,1836.87640530698,61.2977074723607,799.687286312156,180.900242936532,2640.69105746111,182.108692161993,1912.61876898226,71.5748505529425,1640.51448059262,1810.40089840281,589.136521319382,16224.1929273277,6744.85916354398,401.035075710234,3046.79740942179 -5059,101.183823105698,1719.21192936265,92.2532510131164,1547.34320822842,126.881151472078,6131.35507115591,30.8317037353895,554.658636197238,723.870203747037,14829.9177287079,191.867325874734,4357.42611488013,71.6062912826099,3404.57647043927,335.045710601486,8274.06823533271,352.168469315632,10146.6231721323,33.211858273399,1001.64385327475,263.497946183777,1336.8890473303,106.32265258766,1761.10784563747,62.5750617860466,766.701314204922,184.472046890813,2531.76627766758,173.928884161313,1833.72594369255,71.6984144036414,1572.84557322773,1706.14132238209,570.215155796143,16238.0555086236,6894.95176970291,379.038549865305,3135.82277430544 -5060,98.1705096281108,1674.98271426051,89.2159163403788,1507.53556472344,122.727487944804,5973.61708802644,29.7762597304704,540.389240022373,673.893719202781,14448.3966317636,185.580404366933,4245.32502156223,66.7479705779578,3316.98881328604,319.513639730683,8061.20585490122,339.132401916633,9885.58660579863,31.4823653975241,975.875115467852,255.493394475744,1302.4956417052,102.979775297547,1715.8007974531,60.6889784792047,746.976813248465,178.905885569689,2466.63292594355,168.325539787098,1786.55068983538,69.4961113097046,1532.38184447351,1581.48121158943,535.379559946783,15535.2219723187,6648.78252922367,348.789304740503,3030.40143766221 -5061,85.5104694134564,1593.35102565626,76.4229116572588,1434.06455351145,99.991013329161,5682.4878448294,25.6280696615061,514.052916792871,543.759633457131,13744.2418935486,150.992034471874,4038.42554299836,53.9112782322744,3155.33257910247,263.481873081484,7668.33622077335,281.64212855283,9403.80424434236,25.8462522663287,928.315022540162,230.315502608275,1239.01742325743,85.5830124517845,1632.17980530068,52.3669198606019,710.57227122272,154.127663327773,2346.41949974082,136.688647171224,1699.48164228839,58.9890631529308,1457.69992896127,1237.86026959106,431.763869659025,12881.0471401698,5595.40388863936,273.051530037888,2571.15878534429 -5062,66.3649305424672,1458.78312706461,62.042322325825,1312.94933765289,84.6038456349667,5202.56820644567,20.9977862579476,470.638113862528,462.192881388363,12583.4595426612,127.94452027787,3697.35666979366,45.5287965184107,2888.84611900011,209.442392330834,7020.69996591939,217.00841416753,8609.59747160236,21.120797289144,849.913339670035,174.830053367829,1134.3750887803,69.6504674802653,1494.332587088,40.5630195696749,650.560248889753,121.210339360197,2148.25052365813,114.64977651864,1555.9503867048,46.6945432301696,1334.58856614232,1115.52169907058,370.546422084728,10423.0125585922,4370.6382117421,247.361093593629,1984.10860638079 -5063,63.8704023208368,1373.13060250938,66.2224264112604,1235.8594513657,99.8364798309409,4897.09915296854,21.046698699039,443.004573375018,518.746594535407,11844.6210837627,147.550635720043,3480.26618727198,51.2066063179789,2719.22737406588,199.119155300041,6608.47921489122,203.00647992382,8104.08452374497,20.9323677094652,800.010635254755,150.693518196873,1067.77019848239,77.745436543833,1406.59277420246,43.5408382485119,612.36257120972,113.055545750373,2022.11588629181,136.977024431553,1464.59268162075,47.929087685896,1256.2281314678,1435.8466279208,436.311818515459,10743.3534648293,4115.43840207888,315.931125080936,1824.23496927538 -5064,64.0401758891268,1314.69828285899,65.8925152108485,1183.26858027653,100.593110550928,4688.70756767943,20.8128792971309,424.152918047602,522.922683310575,11340.5840431204,148.708389961187,3332.16663581527,51.7155578396135,2603.51313476982,200.272038091701,6327.26141289787,205.327535169136,7759.22260274499,20.8999520040347,765.966912773084,156.084998289838,1022.33221214892,80.431451591677,1346.73650237374,45.2735093146673,586.304040843074,113.536685051706,1936.06659016367,141.366660479359,1402.26827666343,48.4959853433024,1202.77048978565,1456.42898920715,442.880220357657,10831.9271184973,4140.48056221661,320.440791667669,1840.65080186834 -5065,64.6952982290225,1282.32909003204,67.5700358166257,1154.13531879714,108.268119643592,4573.26687581411,21.206938493942,413.709846986051,564.375682825278,11061.367468148,160.305648001804,3250.12534484189,55.8300818462492,2539.41202519539,208.317810251781,6171.47787882706,210.026281267681,7568.18274524302,21.7793978541872,747.108037682218,152.332071392787,997.161365773214,81.0141492783522,1313.57849638804,44.8803466865257,571.868646197241,116.435182973479,1888.39868521552,143.473123024998,1367.74302259242,50.4104485366352,1173.15707169723,1610.21525365243,477.178209856858,11291.6373287647,4212.70120101154,355.656519649486,1852.61672846624 -5066,75.0894690813718,1285.3953418971,78.5689638450893,1156.89503906029,131.917728113437,4584.20228092687,24.3887914809409,414.699092726302,689.240515440643,11087.8169489349,195.578092288971,3257.89690908212,68.3516178368126,2545.48416137239,247.727355808179,6186.23485946738,248.904857256212,7586.27946833702,25.7185854253949,748.894491278061,148.46124730433,999.545736463493,98.9107552955371,1316.71947053092,51.0579861754442,573.236074665175,136.862721510992,1892.91414543203,180.775498313053,1371.01351269246,60.4094398175738,1175.96227598298,2023.87597341148,590.184077540726,13501.5986771591,4914.18734921135,446.978975049747,2143.65189446428 -5067,110.219098974311,1313.42550033655,114.319466654015,1182.12303715994,177.076316160699,4684.16834744708,36.0656780331999,423.742288150254,921.399597229807,11329.60502432,261.917977090356,3328.94070670953,91.105678180217,2600.99262792951,348.196542412624,6321.13587987919,354.384990485558,7751.71076292191,36.4440949235722,765.225366737726,238.249575732623,1021.34247435986,154.545330373517,1345.4327030877,80.1393918323557,585.736429592834,196.423788781857,1934.19225005813,281.912401679229,1400.91071609035,84.1950527432029,1201.60606652758,2632.60086152009,799.367016146881,19083.4313445575,7165.87865105686,576.631889418306,3178.05831332243 -5068,154.656684588629,1394.73899050428,159.461936290519,1255.30766006738,237.189096306792,4974.16277557911,50.7330053764663,449.975953000166,1231.39302645513,12031.0149836312,350.380474517408,3535.03369588525,121.571793347934,2762.01872984644,478.10125126575,6712.47411724836,489.96939833835,8231.61514786221,50.1817741295351,812.600071521804,323.216562326299,1084.57325617845,186.481124511324,1428.72774254432,99.9057595440874,621.999067554692,272.581587503029,2053.93708710241,335.356076892276,1487.64037050126,115.129683646037,1275.99687365828,3397.42294160654,1037.42364784021,25739.8065690883,9898.08095506482,745.556399545678,4380.8664544285 -5069,167.39641633205,1583.42910327499,169.888133453256,1425.13452054284,250.704029903341,5647.10254528081,53.7791451042307,510.851868776359,1300.53920621112,13658.6554163309,370.180590391882,4013.27794894346,128.69932891474,3135.68407451507,512.655991818275,7620.58488691729,529.674092078973,9345.24601436124,53.2895069194082,922.53433175031,273.452256057468,1231.30196413722,181.596721204227,1622.01609304914,94.7914544535913,706.147481701873,293.636723929555,2331.80816063509,330.320568086879,1688.89883619502,123.74884960085,1448.62271664744,3545.1609707748,1079.82062972588,27202.1317962736,10548.4293053439,778.464473250987,4651.29909420596 -5070,152.761554838314,1755.02342190579,148.989340461111,1579.57464451429,215.006376504148,6259.07229592613,46.6782723714993,566.212274974936,1112.86319802681,15138.8275722744,317.068150591128,4448.19208163222,110.753024706682,3475.49440836266,456.639079010665,8446.41855925171,483.181742348016,10357.9791509159,46.3124700718015,1022.50827421657,330.82424830014,1364.73668573473,163.321444845666,1797.79203762367,95.9781739023532,782.671839960083,264.721849381758,2584.50342288229,280.980280326134,1871.92278367322,111.183333844881,1605.60822834613,2938.46239480234,921.029723756385,24017.673698538,9589.05823402181,645.480422906593,4303.66237425644 -5071,138.47255259516,1862.37111559261,136.566516947123,1676.19084517482,196.315403578155,6641.91446612184,43.0086846219626,600.845192745186,1016.1655800781,16064.8085049056,289.512154881139,4720.27002377196,100.892674707474,3688.07636282685,414.761051994043,8963.05186507084,436.568717220388,10991.5348967985,42.4271715951322,1085.05097515309,298.191378324539,1448.21211624741,149.109810841169,1907.75571477954,86.352503525948,830.544714979663,240.202184324514,2742.58705772679,258.442432838886,1986.42073913008,100.637231757606,1703.81679817272,2688.76625955706,840.970477885768,21880.0301359848,8708.66930725253,590.340942166477,3898.72406266376 -5072,133.962552086567,1905.18291481509,131.457669049631,1714.72277112737,186.87963533231,6794.59741217689,41.3965809192484,614.657296863551,966.555883678651,16434.1029760781,275.472857136771,4828.77860771729,95.9748068253646,3772.85709392849,398.523063384667,9169.09263409663,421.288136645561,11244.2060111692,40.689753283935,1109.99390092416,302.575507945442,1481.50331467357,148.67966601387,1951.61080571328,86.6804472019972,849.637103862471,231.58832535561,2805.63307765404,256.830852069424,2032.08416525552,96.7373370065537,1742.98378377755,2542.87024071856,804.092450411628,21070.9227389954,8432.51434307522,557.274405511741,3792.43471832311 -5073,123.267108789325,1956.09424377188,120.839502649345,1760.54452104529,169.088693974203,6976.16632154003,38.1456316896781,631.082501809999,873.754568160988,16873.2639701321,249.121035195168,4957.81584306371,86.7317950636499,3873.67742310648,364.061884461363,9414.11408988427,385.85091839278,11544.6797696944,37.2300729693794,1139.65575868623,287.687052552532,1521.09284805506,138.543362800365,2003.76280589796,81.0744800506873,872.341566385342,212.332851481397,2880.60672319628,238.865781580288,2086.386618107,88.2618301012892,1789.5607397707,2280.87535685377,728.362244945731,19263.9188933343,7754.99761746478,499.016779747288,3497.68893587486 -5074,118.894919271336,1992.59997979677,117.523231496446,1793.40079765363,165.944259146487,7106.35947916047,37.2014929281521,642.860120037931,858.142489128332,17188.1623562058,244.591094731523,5050.34140363072,85.0945025966385,3945.9701799119,353.555766634904,9589.8056062658,372.257195532482,11760.1331066214,36.3228444608608,1160.92465839201,279.48141714246,1549.4803422452,132.097197866246,2041.1581595633,77.6362006476593,888.621697594456,205.498719435746,2934.36623348743,227.250584262329,2125.32394404054,85.5168072729168,1822.95853344786,2251.84236028953,712.750580426275,18715.4713135477,7494.41275209968,493.55633546399,3369.7603465525 -5075,113.024066668282,1972.84291336501,110.558876057487,1775.61883486267,149.291637014498,7035.89836416436,35.1663729160117,636.486020757246,769.826383207159,17017.7379514309,219.690769909871,5000.26615941398,76.3359911992413,3906.84501892992,328.476298024858,9494.72057748349,349.432284780893,11643.5288040069,33.7127164363283,1149.41383543173,277.021989558007,1534.11690434154,117.102906540371,2020.91962811439,72.2344639260312,879.810818296011,193.143961691337,2905.27134781147,196.33666210812,2104.25089035332,79.2710396159116,1804.88349921478,1944.10932947094,629.629943223667,17214.044765452,7059.8792290639,425.716521712195,3192.6778872411 -5076,103.778357571856,1947.18476050297,101.68878966787,1752.52571417831,138.553264821993,6944.39175989975,32.3584831671022,628.208090718057,714.80657991594,16796.4107901217,203.945663425084,4935.23432510016,70.8416457269489,3856.03386411119,302.860666999147,9371.23533174542,321.193980135524,11492.0968578124,31.0849099586557,1134.46493316918,255.427134743977,1514.16467916782,107.009101182926,1994.63620514707,66.0341305435395,868.368285131008,177.707632790556,2867.48633419337,179.374215158894,2076.88368810979,73.0450588099765,1781.40977183014,1813.02305748406,583.852949728789,15879.5007789242,6490.64348541749,397.407287578142,2930.03617947757 -5077,100.488734618977,1908.82770291494,97.7692732171798,1718.00319165925,130.570570160889,6807.59609466483,31.1783625026817,615.833192145663,672.70846945009,16465.5429089544,192.047674236757,4838.01650013661,66.7148146028185,3780.07491250719,290.113869940131,9186.63394178906,309.643538257886,11265.7171993827,29.7065943645067,1112.11742015663,261.873124185567,1484.33756518527,105.138423473987,1955.34441458877,65.8255312781481,851.262536875367,171.163161309065,2811.00050876758,174.819063707486,2035.97172698296,69.984327362701,1746.31827019559,1682.32681674191,550.682031283458,15205.9249297257,6277.92783070582,368.005281779858,2848.61131205705 -5078,95.3512322696134,1875.44607097564,92.930582570146,1687.95870407824,123.240409354463,6688.5446648912,29.6530773503261,605.063484159541,634.702142080865,16177.5930367746,181.227327595355,4753.40913307188,62.9027246173458,3713.96885734065,274.610570717506,9025.97783200103,292.526206138421,11068.7020237816,28.1834596407964,1092.66867979297,236.149194726275,1458.37942857659,94.6357222172733,1921.14929710242,59.6559584561147,836.37563396302,162.218010224995,2761.84165371661,156.746347758751,2000.36659681579,66.0551848990199,1715.7786077339,1573.6607982992,514.040536317314,14315.2789197483,5928.20866003941,344.593637115225,2683.76362216491 -5079,97.1751397328343,1832.54749061646,95.1757552619803,1649.34867245402,126.738902523392,6535.55222472814,30.4056983408866,591.223382383584,652.976505427961,15807.5499917378,186.413387328113,4644.68059812177,64.6667013987855,3629.01627248961,280.801313874557,8819.51941054142,298.674260821062,10815.5187355028,28.9067171775058,1067.67519376771,233.687607719098,1425.02074763174,96.4301234965245,1877.20531024021,59.8971671975523,817.244544085636,165.592630544014,2698.66783712179,161.054058322071,1954.61060919805,67.568775849159,1676.53222916747,1628.25759362466,529.100954466803,14655.2282188354,6046.05336658851,356.572652363599,2730.87249209346 -5080,101.709112174692,1814.46818347445,99.7182259875875,1633.07674423047,132.322119259096,6471.07462913047,31.9176389749148,585.390568132176,681.649554165877,15651.5979343278,194.61050607061,4598.85771629199,67.5058513607973,3593.21359880741,293.60506149049,8732.50895046629,311.964593503203,10708.8164065752,30.2614562927943,1057.14186360581,249.972430762784,1410.96196448309,100.569201071606,1858.68542382733,63.0253210758748,809.181879844568,173.232548796478,2672.04367324532,167.130770630047,1935.3270677195,70.5512250201074,1659.99211696858,1695.10819618991,551.60661569277,15315.3936123062,6327.42500623311,371.300065754312,2859.22135439963 -5081,110.421528632984,1788.11578432475,108.47325623839,1609.35878069823,144.245183450493,6377.0920820087,34.7077008410631,576.888657737501,743.171740416879,15424.2822063075,212.16249779675,4532.06628105154,73.5520601882833,3541.02761955007,319.196285134665,8605.68249876166,338.987536176969,10553.2870856771,32.9385188179407,1041.78848094453,264.148235109221,1390.46988134174,112.576181994051,1831.69083630657,68.8398874925761,797.429739974286,188.199400509699,2633.23629041872,189.650992570591,1907.21937653028,76.720000157583,1635.88324845817,1860.26566212264,605.312885825561,16711.7407682667,6879.80579041823,406.849188616747,3107.88228157425 -5082,116.87894483698,1750.27941075099,114.749824672807,1575.30488968373,151.450363518967,6242.15337141493,36.7429264281774,564.681744205408,779.889078468155,15097.9057441226,222.694840650706,4436.16815500504,77.1393350747148,3466.09978488588,336.668514474153,8423.58700990422,358.135341321344,10329.980454135,34.7664481086124,1019.74432782234,272.151329424103,1361.04766028944,117.450510115184,1792.93241844478,71.5096597906648,780.556196434772,198.859322738468,2577.51724086629,198.329049200383,1866.86278136451,80.8934503118038,1601.2681020262,1940.85183274863,633.408441386459,17600.9259740567,7267.07175270963,424.201182182824,3282.02452287629 -5083,120.140947290734,1685.71459017639,117.025511796706,1517.19458059367,149.552949810165,6011.89098590723,37.5958160623979,543.851598302744,768.454320795012,14540.9697661103,219.63611293618,4272.52548217959,76.045864295573,3338.2412787924,340.634849986338,8112.85526013427,364.475316225288,9948.92510350724,35.1293379496177,982.127699783758,294.587442483788,1310.84093475734,115.147233119312,1726.7942012046,73.2145971230035,751.762810383583,202.836588413353,2482.4370284372,189.776263576893,1797.99739919991,81.6151902010903,1542.20005433958,1853.60780788003,616.940726315592,17676.5265579672,7424.54234446046,404.876636239784,3368.6142677283 -5084,116.072693765778,1660.80853582253,111.74630557154,1494.77837152134,139.524835564874,5923.06664723383,35.8901951564178,535.816313120602,715.593432915669,14326.1302046192,204.693372571136,4209.39987805445,70.8990789419243,3288.91951387416,324.79878319418,7992.98964631597,350.976652846156,9801.9319702482,33.3085638513117,967.616983666214,285.640221585074,1291.47355444242,111.533371269614,1701.28120482681,71.0142998986753,740.655683752693,194.722176069243,2445.75957905128,183.673831293805,1771.4323915684,77.9707863229099,1519.41439501044,1692.59533748457,574.996043397864,16812.3401343652,7144.4243463687,368.480670628141,3256.30610432542 -5085,96.821289837831,1588.31774778702,92.3578517044193,1429.53444980923,112.807258967701,5664.53728663407,29.6710108080612,512.429061705039,577.553990439308,13700.824851454,165.333475904848,4025.66845583749,57.2736531633011,3145.36511720313,267.807175081384,7644.11251465181,291.473545954682,9374.09832328189,27.3520048594618,925.382544145004,257.554377875618,1235.10345899239,92.8451313011876,1627.02387019262,61.4298125717212,708.327626050592,161.522067958942,2339.00733434234,149.424336581925,1694.11310566238,64.312338711066,1453.0951628587,1332.45774508971,462.625769222291,13827.6611746499,5952.35127041476,289.718261290822,2729.99268272062 -5086,74.3541487922396,1451.89852763222,74.17588843288,1306.75298803994,95.3682346860156,5178.01514063587,24.0262214101401,468.416978430234,490.580612453089,12524.073005473,140.147645650839,3679.90731823623,48.3452194625716,2875.21246230219,212.958616675,6987.56638622303,224.596015710181,8568.96522903912,22.3376200388728,845.902247968116,195.455361551453,1129.02150472286,75.3972072322677,1487.28021508699,47.4257347337131,647.489986671098,126.154390534241,2138.11204312501,125.035561865536,1548.6072148855,50.6500218288297,1328.29009208235,1202.85910329335,396.717718400318,11166.1006119411,4637.77887842543,262.800548719164,2098.83372340981 -5087,62.4436827928693,1359.73745149575,62.34244055357,1223.80520668313,92.5311379568172,4849.33414914109,18.8872130612221,438.683624486326,483.218022371871,11729.0917971936,136.845525740285,3446.32059569562,47.1204366128784,2692.704752842,186.272073860579,6544.02186470636,198.007243625649,8025.03943680611,19.3559192223165,792.207544106033,150.451867832745,1057.35545170593,78.1960046721438,1392.87324205806,43.0061657010424,606.389749413803,110.186741421927,2002.39270527561,135.974485275754,1450.30743379177,46.7495530072621,1243.97521609211,1327.28090492779,411.518561578007,10194.7727790838,3918.26366520704,296.92997242202,1755.52842929091 -5088,64.5122021468305,1295.34619319454,63.7192039325013,1165.85110893639,94.748217527026,4619.69075184942,19.2607278031928,417.909473898846,494.664884914367,11173.65296691,136.090700431136,3283.11782487976,46.949334519553,2565.18995424731,185.546525269162,6234.12541980406,198.596138454336,7645.00843399426,19.138323133043,754.692036575824,155.77632490156,1007.28369121122,80.5330131308976,1326.91281667481,44.5829499892089,577.673765351765,109.746616136712,1907.56808618167,139.585825247256,1381.62717461179,46.8346770270818,1185.06595432869,1344.54776897874,417.8329552941,10342.325329951,3965.80758394728,298.607301320622,1775.53463485307 -5089,63.2387910238564,1264.22085677977,63.2542289923413,1137.8373561915,94.6156338849344,4508.68611884942,19.1476900269211,407.867700483864,494.25763621849,10905.1658941844,145.051589540908,3204.2291483811,50.1043991362485,2503.55206878225,191.240854627506,6084.32820577533,201.367840039526,7461.30969719945,19.7726529572353,736.557854647178,151.824118249887,983.080089178981,79.8336982138445,1295.0289789571,43.7265019578894,563.793082041756,111.607223973963,1861.73192382722,139.102236769052,1348.4286282807,48.2048474148388,1156.59049603348,1390.42180661722,425.009448602474,10443.8280730739,3948.46754501532,317.43268256031,1769.34378480383 -5090,68.8813660787761,1262.8034380942,70.2137335731575,1136.56163611367,114.820386268418,4503.63107176808,20.9922739009984,407.410407522111,602.61001207607,10892.9392442089,175.613355420876,3200.6366318968,60.869082287427,2500.74513717409,225.909959339785,6077.5065808656,237.140748895658,7452.94422867635,23.2018839945762,735.732040976582,147.475341205044,981.977879798126,94.8588166128875,1293.57701883218,48.7540432067582,563.160968716781,130.361245600759,1859.64458789837,170.252550976393,1346.91679755616,57.3666099704727,1155.29375031707,1768.50859121707,527.676100630103,12253.0808291031,4516.14567084444,400.121659433124,2005.07080340193 -5091,108.969810194062,1297.02395248429,111.714013293456,1167.36114350379,180.9436027286,4625.67427124786,33.483621927477,418.450758928124,949.30273871744,11188.1253142748,236.343430129165,3287.37018726672,81.537280232764,2568.51244154709,319.22418763586,6242.19998851124,339.548481902075,7654.91040768109,33.0255697387595,755.66952937421,236.868881389044,1008.58834596624,149.267359828198,1328.63146171083,76.9195631354297,578.421980409141,188.142873983721,1910.03880798116,267.592224643376,1383.41668682046,80.421751737485,1186.60087636288,2615.36899493412,796.871182411023,18433.0106763296,6880.41053034122,556.356580299213,3018.45808706059 -5092,136.815661960538,1375.647241444,138.787932215016,1238.12450321681,211.554280097846,4906.0744320662,42.1412495981412,443.816500918934,1106.54265259817,11866.32960481,309.154495939288,3486.64473085242,106.356916250489,2724.21110501555,431.789037755815,6620.59106795199,463.622014056078,8118.93748427521,44.7624672875978,801.476874452334,320.920378717065,1069.72718061491,176.440802119365,1409.17074175649,94.6216652429464,613.484893795784,257.943621234411,2025.82196899105,310.563758940955,1467.27694993376,108.299688840316,1258.53051451909,3044.54273296451,947.100935835602,23208.8755360931,9021.40861897058,669.556818187048,4034.93624406112 -5093,129.967292215693,1550.71278870717,130.652084527593,1395.68883890221,217.34248892317,5530.42388699037,38.6408374762805,500.296807989691,1141.16896713642,13376.4445701048,345.838533821183,3930.35686106263,119.311754516419,3070.89555549962,482.149153327694,7463.13075661521,519.197094239834,9152.15747778757,49.5290917829286,903.473217277466,272.683172323485,1205.86118986866,180.724256476173,1588.50250622387,92.9512397555303,691.557284329064,287.54399853039,2283.62907314872,324.262229688901,1654.00333914757,121.406090530657,1418.69172927965,3324.59459712026,1020.49248009389,24295.3097184175,9472.21548258901,742.086415410386,4263.69558812678 -5094,136.664871031506,1716.98455994838,128.248480220669,1545.33850777438,189.594648774206,6123.4114357493,37.9840226138519,553.940033876879,988.394966369291,14810.7044458072,302.395330610411,4351.7807389451,104.830762890326,3400.16558346874,435.563526543542,8263.34855255002,479.474694141138,10133.4774524419,43.6734489264377,1000.34614771287,330.684269173468,1335.15700619945,166.740233500751,1758.82619688689,95.6866309603763,765.707994517001,262.35810691978,2528.48618248289,283.760549832442,1831.35021268965,110.703909547626,1570.8078325261,2710.95561200067,865.377064245619,22328.7467834685,8962.4676255711,616.900355620825,4105.14800005946 -5095,123.378818000754,1827.34065047382,118.180671369541,1644.66235740849,175.011151652018,6516.98267831679,35.2709812336398,589.543531980566,912.919604198766,15762.6358019145,273.913570373687,4631.4836089513,94.7367226326838,3618.70510309147,393.492190086456,8794.46039955224,431.255199148434,10784.7884666264,39.7782467029935,1064.64159486418,298.023045891733,1420.9718183293,151.932211063768,1871.87158327522,85.997829091319,814.922496924357,236.98897318154,2691.00007838816,260.408849538304,1949.05694958742,99.652820034072,1671.7686771417,2499.16076504703,794.762041447643,20334.6215003689,8128.74173266406,563.820568861052,3705.3686286695 -5096,122.585215388761,1879.20656632244,116.570206755151,1691.34326466386,169.500374625604,6701.95600285418,34.8541039025039,606.276709350025,883.164020035147,16210.0310600688,256.474691494901,4762.94029112703,88.6709559323477,3721.41581239969,373.991473801114,9044.07600510389,412.389450520885,11090.8961050189,37.712088166292,1094.85961215277,301.867419264209,1461.30365505258,148.140821851901,1925.00143292444,85.0881377218236,838.052667884908,226.449719316731,2767.37947900955,251.991288813388,2004.37757286871,94.738732827877,1719.2189505784,2359.3148187475,758.500486737123,19630.3893557284,7894.01901977904,526.454309736176,3598.45527574086 -5097,114.472300943904,1940.58942778502,109.11969883723,1746.58971343702,155.947466858308,6920.87032777408,32.7882105289321,626.080279604067,811.858893503383,16739.5194668764,227.622191139242,4918.51813407643,78.6268197500581,3842.97304583583,337.437745156233,9339.4939088231,373.831656989587,11453.1718395288,34.0539783905422,1130.62237346819,286.761485951827,1509.03603393012,136.413966368877,1987.88014907522,78.9892080169737,865.427024559171,205.52798804831,2857.77383704272,231.055306108125,2069.84905060779,85.354795256557,1775.37593755281,2118.58197457546,687.87833455736,17962.577092643,7265.52809991488,466.332143189015,3307.52437367474 -5098,110.018122314983,1974.14462199772,105.265486632841,1776.79041236136,148.606308484356,7040.54074576374,31.7425437235734,636.905982905373,773.235283298677,17028.9664867848,223.072321902165,5003.56540315074,76.9969252449711,3909.42280850117,327.2328965737,9500.98532347877,360.157818151244,11651.2113629459,33.1815406061271,1150.17223434022,278.57910540762,1535.12913557619,129.982724055871,2022.2530584185,75.6115830866897,880.391329460668,198.65463643624,2907.18828542884,219.624587403379,2105.63930375958,82.5665639451664,1806.07438593771,2031.7343080483,658.070002617026,17291.4352740564,6984.09300964291,453.251722450479,3183.77024760997 -5099,105.487293539051,1945.53592732348,99.1875014215482,1751.04171399299,134.041232534842,6938.51140186833,29.9922029129526,627.676137939559,695.498103771853,16782.1879593103,206.538476163268,4931.05527734423,71.232307892925,3852.76865954235,310.289943587146,9363.29997601484,344.061788353992,11482.3656032415,31.4386960623537,1133.50429324393,276.849410130697,1512.88251785839,119.422403564234,1992.9471911291,71.9206106276069,867.632969988049,189.932553477096,2865.05820990571,197.975087592261,2075.12502873429,78.1881186407196,1779.90131326081,1785.46570978217,591.391909724935,16142.0990967588,6653.51708401647,402.468547555888,3057.67347610352 -5100,94.8285605942426,1888.02926845466,89.2413832366205,1699.28396585918,117.532218673934,6733.42107038645,27.0789623977406,609.123122784374,608.930493850095,16286.1356662148,184.616266349409,4785.30185808579,63.6197396127781,3738.88751764558,279.107076923823,9086.53711080891,309.755516402038,11142.9668429929,28.2547935842571,1099.99987741564,254.644200726562,1468.16434142113,105.213101547145,1934.03913774686,64.3116059264577,841.987248144666,171.2443654192,2780.37207134489,172.947142840154,2013.78794137361,70.2304280636748,1727.29052555736,1548.96494626433,517.705335532005,14402.7866121546,5983.20334286938,352.356647304557,2758.21742051761 -5101,95.7841626322209,1838.50642926727,90.1773869307901,1654.7118991116,116.667976977509,6556.8040367307,27.5311135028275,593.145877643647,603.8028973642,15858.9517813792,177.969260242356,4659.78381748092,61.3553408097422,3640.81683178824,271.517641787832,8848.19805345038,302.559520679257,10850.6878173147,27.4316156532907,1071.14697881625,261.289786253876,1429.65452179298,104.631349245899,1883.30946379475,64.5784430939261,819.901997781028,167.057915136088,2707.44316008759,171.024654538789,1960.9664634207,68.3785609703011,1681.98384924874,1502.99213015429,506.478659340802,14232.6411120064,5925.13789737198,339.326502823603,2729.02417982804 -5102,85.9996974303993,1803.04206127091,80.0466124104101,1622.79288551238,102.65286858016,6430.32478839253,24.3023204246644,581.704229496318,530.846218661239,15553.0362332701,164.633413263882,4569.897654748,56.6955127001512,3570.58630886244,253.770526372015,8677.51833926668,282.835161330875,10641.380534163,25.6815953150247,1050.48479889118,235.44428246112,1402.07681346333,93.0569007030622,1846.98085552241,58.1153054745454,804.08627600417,156.709710859966,2655.21720154317,151.049174383493,1923.13986940928,63.7011158912919,1649.53876597674,1328.16880038025,451.895159669548,12903.5532049655,5442.11815527974,304.161449306042,2522.0309667908 -5103,87.5092487613796,1774.23087821302,82.3454587142649,1596.8619414186,109.141443866853,6327.57329491407,24.9688340742079,572.40905696454,565.691803664599,15304.5110415134,172.748235224865,4496.87431230087,59.4722345346085,3513.53116967389,262.800576845792,8538.8584739585,291.830155984351,10471.3397075268,26.6926058402367,1033.69888441337,233.40308377186,1379.67273726255,97.4888235240783,1817.46756535802,59.3198022759663,791.237614627983,161.618278909272,2612.78893517306,160.669773498193,1892.4096185662,66.015949758009,1623.18044391178,1443.76235065881,483.198844667557,13425.8163964046,5601.09734637905,327.732598467937,2583.09705491159 -5104,93.0781849072758,1756.29620442824,87.795600374588,1580.72018763088,115.879843594029,6263.61151615847,26.6762484760612,566.622904872284,600.454678246423,15149.8065910748,185.846418688412,4451.41801073795,64.0039818863442,3478.01491520297,280.187538427163,8452.54409227039,309.835311136173,10365.4909907389,28.5124203051653,1023.24982025193,249.949157545764,1365.72642352379,103.443907659884,1799.09583690972,63.0629817161503,783.239451210323,171.785953743846,2586.37776298783,170.298530220767,1873.2803442463,70.3321506053811,1606.77265160421,1540.59156913557,513.827661611407,14299.9257166678,5946.76113570268,352.691426916637,2743.28974888248 -5105,101.985203837124,1724.65018680511,97.3276016609082,1552.23780590685,134.033864065772,6150.74993852426,29.4562132113026,556.413147322252,696.402830714373,14876.8281235707,205.049742927154,4371.20964243395,70.5899376065389,3415.34591835467,307.017113541989,8300.24099064677,338.904175764312,10178.7192436167,31.2888406724215,1004.8122800677,264.476798928772,1341.11793074323,117.892273384568,1766.67862936979,69.6794266115076,769.126564435511,187.833390090452,2539.77482889209,197.487049509763,1839.52643494695,77.1043859458082,1577.82084067345,1804.23004971635,593.187088408275,15951.9606916073,6549.34142992895,403.66712974606,2998.55743909594 -5106,104.531356919075,1678.0200372094,99.4333102847053,1510.2692480791,136.122044228424,5984.44932176524,30.0685236243896,541.36915260659,706.990081089732,14474.5965717932,209.2954103473,4253.02326405971,71.9656370930245,3323.00366117553,317.973715328553,8075.82360906091,352.625494892158,9903.51259321651,32.4045311864952,977.644714555784,272.035354946876,1304.85751676797,120.083843768011,1718.91213770363,71.3229201915412,748.331340550657,195.542198998325,2471.10578451616,200.617767405923,1789.79032410945,79.7867450850209,1535.16058272738,1818.92528344306,603.119723255749,16359.7353365734,6781.55609267108,405.823205353091,3111.44993535776 -5107,109.069379207976,1596.88010650915,102.275831108765,1437.24083398958,133.72635248502,5695.07387184231,31.1042221432526,515.191482166611,692.444346411493,13774.683736007,210.088284265365,4047.37016978187,72.230647845727,3162.32126120083,325.318296925607,7685.32066305536,362.287196353564,9424.63253953195,33.1086327350858,930.371128645309,294.807268705846,1241.76169780485,120.060967935394,1635.79488722966,73.8349811612163,712.146103326624,201.287580686474,2351.61653667496,196.65893889044,1703.24578969035,81.4538970272553,1460.92855895286,1736.07771742959,588.513038981275,16579.1401689117,6984.48987460366,391.880697455563,3226.00201767358 -5108,104.138403306062,1567.11433655943,96.8499047038401,1410.45073255836,124.300698182951,5588.91796318959,29.4627239859427,505.588337211821,642.781122360168,13517.92428015,191.073216466277,3971.92738050544,65.6965626979941,3103.37574188204,305.478390495912,7542.06664798317,344.519442649255,9248.95783302839,30.8885119538093,913.029054640982,285.252637744497,1218.61531826229,112.520002700915,1605.30374760074,70.2306066862431,698.871733512756,190.884062988588,2307.78251522569,182.703100288362,1671.49736841745,76.6083353189935,1433.69691944435,1563.76966924072,541.571848299853,15555.9916093308,6655.33084604305,348.334145702291,3081.59508567305 -5109,90.6170465223003,1500.87175388917,82.9175891621706,1350.83038637548,100.799170014288,5352.67204827654,25.2942201739643,484.216905374627,519.279050051054,12946.5159305691,152.387069709499,3804.03233818132,52.39460400264,2972.1947429322,249.987025558889,7223.26031600201,284.40795914914,8858.00049215358,25.1581057616583,874.434932169239,257.155858066,1167.10393579325,93.3577761074574,1537.44688245025,60.6260198488514,669.330131152865,157.412144674928,2210.23157686504,147.931805300215,1600.84247105138,62.7109196674454,1373.09394715651,1201.45620634516,429.579465893754,12873.0139297273,5585.75772678968,267.705838178641,2599.07715302139 -5110,71.5987195916732,1394.79684553071,68.8417952296579,1255.35973135695,89.3239956116007,4974.36910832009,21.1917673562198,449.994618406978,462.624926006757,12031.514040942,132.790101364715,3535.18033225902,45.4829177202889,2762.13330086489,202.198926233719,6712.75255670559,222.151931601835,8231.95660265426,20.9242224437723,812.633778902853,195.621482405165,1084.61824525155,78.7648803945445,1428.78700745472,47.8955224612894,622.024868634851,124.591085186401,2054.02228625815,129.859531827676,1487.70207916041,50.2396378198706,1276.04980315502,1145.58620265039,384.461225723598,10707.1138628157,4439.88998452969,254.915067051902,2031.46562254961 -5111,56.5144684645761,1304.86313880851,58.2373563274087,1174.41665045418,87.126502766171,4653.63175223192,16.9703140428475,420.979866783429,450.051252407566,11255.7461155632,129.44371984155,3307.23898565344,45.7429151884642,2584.03647837524,160.933785807799,6279.92771797162,187.335876691353,7701.17653011164,19.1446658624475,760.236780602648,149.153403548291,1014.68423336548,77.4028601255536,1336.66168317638,41.9836490297149,581.917951065477,104.89404127958,1921.58304359344,132.228277494896,1391.77802906957,44.0144437760151,1193.7726678664,1268.13575360269,389.517106410954,9522.19576046733,3649.9657987286,277.367182393362,1641.68201478069 -5112,55.2572918945499,1240.79007613791,55.6115378245495,1116.74893848659,79.724827687312,4425.12315999833,16.232495007192,400.308373670287,410.609711634696,10703.0520399797,118.291165401527,3144.84269711401,41.8031682702832,2457.15180649063,156.967471998695,5971.56265632399,181.242616574927,7323.02348725557,18.0444294441044,722.906659581279,153.245839924143,964.859907318029,72.324724923103,1271.02720761464,40.8304105808764,553.343869815999,101.183570136789,1827.22700952588,121.032035145668,1323.43716003287,41.874966123865,1135.1545119175,1120.26796647676,353.756352902495,8990.42074023918,3536.90853937823,246.620181666384,1609.28725831893 -5113,55.9724574306819,1197.48651901143,57.4996144575752,1077.77441541157,85.2045953903039,4270.68642066918,16.7709321341777,386.3376167624,439.823462408397,10329.5156663785,126.549611865645,3035.08772888267,44.6715581281805,2371.39724118011,164.330325867385,5763.15519917588,185.34057675217,7067.45006511312,18.8448846568398,697.677226792993,150.028198874849,931.186309407212,75.989831529534,1226.66837500246,41.5852915430819,534.032176131479,103.589900727059,1763.45681123711,129.234809885046,1277.24922077954,43.3829242674809,1095.53763457495,1231.94098011545,381.199927380601,9399.12776410909,3615.7595000736,272.49222665266,1634.11957795061 -5114,59.3491707862844,1179.32043073272,61.7741050320396,1061.42438151636,98.3985837955635,4205.8993309635,17.8664137142875,380.4768048534,509.968221367928,10172.8150351041,146.408834989801,2989.04489604811,51.8707532926614,2335.42271374851,193.808300166242,5675.72708666693,201.159829200461,6960.2355622775,20.6799474464643,687.093336376903,144.987236790625,917.060043739875,86.175327745169,1208.0595926611,44.8279301175601,525.930810895835,111.961910676582,1736.70485069307,150.228098070935,1257.87311780868,48.1085215003579,1078.91812941446,1493.51372390704,448.642267992242,10535.5707528454,3926.91432878689,332.008722572889,1753.88561500696 -5115,83.6510157586056,1176.10954551045,85.4403650815585,1058.53448681738,123.859987919616,4194.44810900868,24.9636114344354,379.440896953997,638.574576286088,10145.1179473457,183.860780249491,2980.90675154104,64.8967184443401,2329.06415836023,260.146976876874,5660.27402763959,275.269414678764,6941.28522704368,27.8309463938667,685.222616780596,229.009051837529,914.56320363972,111.298458887893,1204.77046055365,61.8923743133216,524.498881604492,153.936523051413,1731.97639878532,187.73347976439,1254.44836054999,64.0007907604572,1075.9806052374,1764.16088043648,552.684003574648,13923.7527589456,5456.76554758159,390.2834541187,2468.87798661425 -5116,117.973006186324,1184.70083314875,122.225520634396,1066.26690790521,180.961276101807,4225.08786559087,35.8452971623086,382.212650571602,934.315810194183,10219.226372656,268.797366413615,3002.68178722815,94.7954484360952,2346.07759064544,370.77355823032,5701.62140252376,388.992341133309,6991.99017896987,40.0706584241896,690.228055788812,315.870673075682,921.243938079697,160.369138234905,1213.57111148302,87.2059832755408,528.330260046266,218.638391986071,1744.62820276185,273.612524945583,1263.61190040393,91.295769106752,1083.84046736344,2620.97507372988,809.127270184329,20020.2716374491,7758.61119781894,576.002778701603,3481.40279779195 -5117,112.164904084185,1236.50889397093,115.126595039561,1112.89574387101,186.840307936853,4409.85485738729,32.9434818151324,398.927162534248,968.852288566784,10666.1225734995,278.069669552378,3133.99183303011,98.7927575630936,2448.6737289352,401.854438985938,5950.95856861819,384.359974757809,7297.75636257033,38.7196064099476,720.412365696353,268.101964708466,961.530785729874,164.682453084747,1266.64169622183,85.6514710131771,551.434629926658,211.957348031603,1820.9224042275,287.112639375208,1318.87081502608,91.9289561037218,1131.2378113034,2849.40652358162,855.335879702453,20166.2288376474,7633.75788362457,626.498169845557,3388.71006483946 -5118,121.30569488264,1337.49267223963,117.048597367308,1203.78422642315,171.873740055184,4770.00091641434,33.3912385101804,431.506929912505,885.450757696087,11537.2083879249,255.047849376952,3389.94012252948,90.9372274638229,2648.65314364129,371.358839585179,6436.96419583988,405.390134413688,7893.75289277733,38.1442746428871,779.247334821304,327.000043262452,1040.05752511534,159.882399784872,1370.08637407318,91.4830226511006,596.469447443711,221.73467310107,1969.63433441224,265.630668737152,1426.58096462472,93.1408356417742,1223.6242622726,2423.59236312863,771.095837244948,19692.7200027989,7858.02657249621,533.247611535208,3591.73157243804 -5119,106.111388133943,1461.15513264201,103.568061854581,1315.08421506817,148.249161988899,5211.02766870127,29.8268592088052,471.403379247292,762.926110305377,12603.920456737,219.88535635279,3703.36863310725,78.1462546550337,2893.5434307385,334.220959227469,7032.11574059314,350.814439189709,8623.59681999277,33.5416719645315,851.295312867149,293.383917526502,1136.21960150295,137.510805638668,1496.76239667745,79.2373753794343,651.618070652408,193.30101055759,2151.74361466614,227.588084942946,1558.48038785915,80.367471014895,1336.75862930229,2064.09241749179,662.067719271062,17157.6974922048,6898.44937044927,456.369708036487,3153.05900148126 -5120,109.623453689433,1557.01884909886,107.407032346456,1401.36448572103,156.147883892217,5552.91366541805,30.9043225124652,502.331292974872,804.308878101063,13430.8406309998,231.695567593507,3946.33987732924,82.3457215126897,3083.38352423927,329.487549690604,7493.47999575544,363.828023428229,9189.37523867112,34.9354576017921,907.147241707983,298.831316412001,1210.76489192276,144.001678303401,1594.96224061798,82.0614685434723,694.369540751432,200.458991940348,2292.91557865275,239.77336918165,1660.72943634666,83.732962263098,1424.46091864029,2196.77643691154,697.404962327019,17814.2980849996,7090.26525686855,482.331364478932,3232.61128753924 -5121,95.9361530127743,1615.88507443273,92.4603442686576,1454.34588516849,124.138997431979,5762.85272124721,26.8382500502994,521.32293659025,636.270479891414,13938.6205409638,183.792057527712,4095.53918380991,65.1881518267049,3199.95703228232,293.043593672836,7776.78605991791,311.178038801317,9536.79802921098,29.4237181846718,941.443765460591,281.450070379892,1256.5402908497,117.434691518369,1655.26299208902,70.661239941392,720.621576090956,172.189839830464,2379.60385811874,189.649374928858,1723.51664876554,70.0322490472409,1478.31552513044,1641.04554643359,546.250013408785,14884.8683294947,6158.81827777475,363.940058188233,2841.80988119145 -5122,94.5802891133304,1643.82845173548,92.2065100271536,1479.49577759648,125.409222362229,5862.50929365942,26.8081012259431,530.33813435661,643.499486875511,14179.6600424846,185.76537630717,4166.36303043254,65.8230734331375,3255.29364509004,281.701146582993,7911.26942789589,307.423234742389,9701.71714988789,29.4614291663697,957.724080666068,274.361184100194,1278.26954622737,117.464354029709,1683.88732871733,69.6886557753436,733.083230024039,170.489655017353,2420.75416607727,191.256816996851,1753.32129067112,69.5871498445397,1503.87992271344,1681.06193453765,552.273831908704,14813.6351346862,6064.826155932,370.916803189747,2788.26841958826 -5123,91.9266362802134,1614.95941365116,88.3997978991054,1453.51276221313,116.473047555672,5759.55146743998,25.7229830446734,521.024296418019,596.317634941225,13930.6357934171,172.357034237752,4093.19305161164,61.1262946445848,3198.12393488303,262.208785904777,7772.33112313049,296.592232142055,9531.3348684596,27.9984535524036,940.904458807211,273.244206021413,1255.82048095349,110.811429304123,1654.31477364254,67.4419109174479,720.208767567693,164.363152751724,2378.24070055142,177.747197835585,1722.5293311689,66.4403513829982,1477.46867115175,1514.52053866498,508.334242611722,14015.5555237552,5836.99214797396,332.073086513123,2697.68617995758 -5124,89.4523603062707,1565.84155123108,88.1026746173505,1409.30518691636,122.804129770307,5584.37873295032,25.5662328307419,505.177706409221,631.191532529448,13506.9452371459,182.043198235639,3968.70144428799,64.4872036859605,3100.85522948516,256.032092098841,7535.94110146046,292.829080215587,9241.44597664511,28.3461840035573,912.287506970851,253.965122266299,1217.62557829131,113.814588162988,1603.99994544041,66.2206125801226,698.30412101119,162.298350753854,2305.90817098808,187.365508302122,1670.13980485156,66.8162774464153,1432.53249361925,1680.18167106686,542.109341872149,14203.3099072159,5729.01828462751,367.637613494752,2621.26763701072 -5125,88.7411422633153,1524.24468231051,87.0007273998978,1371.86673531623,117.299408059062,5436.02868439356,25.414547336796,491.757567686644,601.645111280815,13148.1307516667,173.721385729355,3863.27216018635,61.4358270870786,3018.48043976194,246.527573234557,7335.74743950016,287.367254538287,8995.94526386561,27.7417250313711,888.052421488862,259.967205022963,1185.27913076302,109.619632224766,1561.38939175659,65.1572854068589,679.753543549789,159.811608710398,2244.65129614271,178.290736424097,1625.77223363287,64.9971877261593,1394.47700434277,1561.91517935894,513.09396697089,13785.6064640721,5637.66111983641,341.494243839171,2591.07688280977 -5126,81.4857816843259,1489.70597509572,79.5562588066333,1340.78084467237,108.951910157247,5312.85068986262,23.077668047567,480.614559711546,559.299279697953,12850.1999511044,161.419271058022,3775.73212965171,57.2064825755709,2950.08301423543,235.559806109279,7169.52266210387,265.774838679734,8792.1011414653,25.4668465954518,867.929548217167,234.950785482702,1158.42123232957,101.922204008441,1526.00900193072,60.2167345081145,664.350630296194,147.119588546541,2193.7884951656,166.346376170001,1588.9329572181,60.2624589005883,1362.87877504947,1467.41829861713,479.606052719373,12780.656025319,5213.9012550756,321.681489481962,2394.10446119322 -5127,78.1220482401334,1480.27580781255,75.733417496672,1332.29340630082,100.456325396457,5279.2191735812,22.0506096798615,477.572163579303,514.644602979728,12768.8553521117,148.697938847951,3751.83091277111,52.6801480747861,2931.40833830033,232.003643862004,7124.13800286611,252.043534924893,8736.4452026957,24.0384659698385,862.435362809758,231.101318165332,1151.08817051208,94.8867235396824,1516.34902848333,57.252362908901,660.145144325733,140.026305079055,2179.90133028933,152.986480188747,1578.87466125983,56.659762155216,1354.25145190633,1318.40587539744,439.786112598986,12046.8555802465,4997.74065674811,290.41708693231,2303.71074422854 -5128,80.7497412504305,1496.41701225472,77.7989151307424,1346.82098294199,99.5268744789609,5336.7847674564,22.7457970207787,482.779699828656,508.612089311967,12908.0893405639,147.158165759179,3792.74157919955,52.0312055359466,2963.37296343456,237.50414912663,7201.82093693259,258.296637841569,8831.7090362126,24.4583763106932,871.839519410711,246.595482035921,1163.63985134963,95.1365985996049,1532.88358207481,58.8472510188792,667.343490525699,143.595354380608,2203.67138236358,151.115438433794,1596.09100605278,57.4837481105258,1369.01846318623,1263.2196670786,431.733138002371,12194.5555917436,5143.21946902223,278.861958375332,2382.89916479411 -5129,86.9103747139813,1490.48699971416,84.2908639838138,1341.48379066649,110.597686251781,5315.63611682086,24.6011208972087,480.866536819373,566.180516758656,12856.9370674761,163.655373855855,3777.71167447142,57.8886170364902,2951.62968686687,255.420162172187,7173.28150700024,279.737558767411,8796.71067351666,26.6769738851937,868.384587235311,260.244546958545,1159.02857063397,104.688790610933,1526.80905953833,63.5948664277607,664.698936744724,155.440288640583,2194.93865690961,168.116214393527,1589.76600466329,62.7129433668186,1363.59330656982,1436.43311347687,482.044382783344,13327.4996854962,5559.0966769886,315.286510243356,2563.43346288334 -5130,88.4670255679001,1459.76664287261,85.3325271427203,1313.83453189782,110.366551415316,5206.07579299388,24.8936578001781,470.955419441572,564.437771627383,12591.9433475188,163.241164619352,3699.84943836569,57.7698210407794,2890.79378741785,262.009235733242,7025.43334216403,283.686008202413,8615.40208714579,26.9040039788442,850.486353704465,267.463314410195,1135.13988774961,105.159606053781,1495.34007044488,64.5759837423494,650.998858493175,157.679783319132,2149.69888038119,167.777753116561,1556.99941296059,63.3197792613426,1335.48834961776,1414.0250158149,479.551610312742,13445.2011053581,5661.26311324052,309.81591983138,2614.07661022015 -5131,95.7263336400662,1394.97040499819,92.006995502325,1255.51594017487,118.142140467913,4974.98808652919,26.8941903923219,450.05061281691,603.844364762635,12033.0111644669,174.695524363496,3535.6202271569,61.8161788113026,2762.47700280712,277.067467258048,6713.58784806921,306.728574638219,8232.98093391001,28.9482911858615,812.734897776456,291.293223811216,1084.75320810702,113.048312141693,1428.96479643736,69.8753480117527,622.102269372677,170.291392029801,2054.27787546122,179.647251780651,1487.88719915222,68.2824572288289,1276.20858651119,1501.16821195716,511.994099002757,14441.4442222702,6096.69284190574,328.632986967542,2821.09109819136 -5132,90.8939316237223,1377.35392964992,86.490493578678,1239.6605746917,108.24173759233,4912.1611228386,25.290302145976,444.367119104244,552.174262400319,11881.0514929321,159.918170877618,3490.97041498211,56.6047528912182,2727.59088060284,263.292897814625,6628.8048631398,289.343463446257,8129.01019363816,27.0263588236234,802.471221758631,281.693039438374,1071.05433099744,104.805984987605,1410.91902068486,66.0670159063992,614.246010018902,160.709522755248,2028.33529243445,164.523854063632,1469.0973179684,63.9050169936075,1260.09190258516,1338.82165006016,466.145913555519,13480.2998633977,5774.98776923203,292.822382832543,2681.55828831944 -5133,79.5963369348785,1333.44290737248,74.6730598176406,1200.13931444047,89.1392479221958,4755.5579347603,21.8606497978677,430.200379498463,453.123826212173,11502.2751264842,131.489027758131,3379.67579682893,46.5556242388171,2640.63334460312,220.064774450848,6417.47385245895,251.062580690382,7869.85157070009,23.0552426933973,776.887868825804,254.217274273749,1036.90835763768,88.2332165466222,1365.93791944771,57.5506125081382,594.663410623679,139.31414629655,1963.67052160474,135.468009586735,1422.26145126169,54.7019518687121,1219.91927707844,1048.03381809526,379.175326237881,11416.8844880888,4987.52613357756,229.458800362778,2335.94411802004 -5134,66.3805946492759,1245.6208656235,66.3898415939572,1121.0967964634,89.7148273025693,4442.35156861062,19.5472058275496,401.866901192154,460.462424849814,10744.7224177921,132.907425442185,3157.08656763428,46.8334432384211,2466.71827816023,186.418797725757,5994.81184460128,213.653307679672,7351.53434138416,21.203961813934,725.721164594923,194.635416982907,968.616413100095,82.5239606428934,1275.97571984771,48.3586216794546,555.498213084559,119.95679571614,1834.34098407739,135.312447914152,1328.58972084109,48.6073665835869,1139.57402863201,1204.77106336414,391.858144172891,10437.5654619535,4236.66926131523,263.231979177199,1936.26148211848 -5135,55.9440746321044,1170.43987637998,57.3610489229111,1053.43161155686,90.4865549989725,4174.22794069717,16.8220821013375,377.611726917491,479.644526501736,10096.211395851,136.030264601257,2966.53669982729,48.3184278296507,2317.83644304073,174.036226711612,5632.98755500871,187.025299808279,6907.82338607167,20.0064944455712,681.919365367758,126.196688221698,910.154370480147,76.9253891642864,1198.96262580256,39.5576982981121,521.970430807244,105.954273076929,1723.62706333407,137.108134287146,1248.40104363744,44.58322474866,1070.79362750579,1376.47123073115,412.7584144956,9797.25171058727,3680.5501176955,300.917108523719,1637.14493305794 -5136,60.4580229587021,1117.79293310701,62.0118726455199,1006.04775578196,100.849047455096,3986.46917919461,18.0958454975878,360.626571534953,535.125316545219,9642.07899712134,151.669994598486,2833.10046572014,53.9348159399299,2213.57905554451,190.635675257293,5379.61309105667,204.547785834144,6597.10619906759,21.7912019033402,651.246307426251,131.620626817053,869.215193270539,85.3957517012283,1145.03271567145,43.1961625970913,498.491952146838,115.297028328861,1646.09749683659,153.354919438865,1192.24736991815,49.1139745302191,1022.62881998171,1559.66704215039,463.184474858093,10781.2822573143,3990.25811634681,342.22126385689,1771.40254586125 -5137,66.5514303888136,1085.4815953065,70.5527351723852,976.966565592137,122.408951373293,3871.23482007027,20.4782744651897,350.202165880215,651.289054632606,9363.36147945976,184.291228806749,2751.20581112054,65.5057788811475,2149.59251698854,210.133073257958,5224.10799644308,230.368943320948,6406.40779635767,25.2481209639259,632.421139716434,130.934500610642,844.089335967937,101.24268360125,1111.93397459616,48.3774238657986,484.082358581164,129.752083398586,1598.51479104418,186.356261507081,1157.78382450628,56.732783634712,993.068331390027,1971.1044274028,568.078461999483,12539.1829719496,4444.19532566544,430.995606661838,1942.4089981683 -5138,74.0461202066061,1067.7204837951,79.9757655890271,960.981023147736,147.860219591695,3807.8920295307,23.01309823526,344.472009103144,788.525601529548,9210.15417674982,222.812156968276,2706.1894115672,79.3706968621145,2114.41997001641,259.321267191806,5138.62891962262,262.637374066707,6301.58342738579,29.1459327547015,622.073196063372,128.385750483577,830.277987266558,120.499814909668,1093.74003800478,54.8816937910392,476.161597152656,147.361765477021,1572.35921219409,226.12596677864,1138.839673171,66.1008629443549,976.819325005654,2464.72684396733,696.320120431839,14763.3687451543,5066.76101077406,542.026823443898,2187.11433881191 -5139,96.8043907344666,1059.56310184028,101.638777530693,953.639130418196,171.638743844177,3778.79974348855,29.5856698734846,341.840243773502,912.297549117266,9139.78862076128,258.305483388258,2685.51413090404,91.8031421161143,2098.26580647819,341.461648928568,5099.36980690757,331.920679266729,6253.43934499947,36.1028031231284,617.320558326094,198.696372017865,823.934665420053,143.105916100279,1085.38386671773,69.8515811712295,472.52372368376,187.126816752714,1560.34639155543,261.056815966671,1130.13894077861,80.9670763019964,969.356427687617,2727.14167016056,797.127611840872,18058.1460790791,6553.342524652,603.052202423215,2881.62222297358 -5140,103.421611187677,1060.98051771994,103.635309236654,954.914847970623,147.504325014613,3783.85478056297,30.8783490705985,342.297535830002,778.416392511717,9152.01524653309,221.359813552221,2689.10664027662,78.3439834699612,2101.07273252977,344.991897995375,5106.19141831327,334.177771735603,6261.80479696237,35.2286307734828,618.146370361917,262.362117905446,825.036872618985,128.704466390081,1086.83582396835,71.1507503187037,473.155835757409,190.800215494245,1562.43372335221,221.436829028668,1131.65076851035,77.2123567839123,970.653170837007,2090.22084630619,659.939758696201,17091.2621178468,6834.62885195139,459.155707467279,3079.23175704019 -5141,101.653623189291,1074.48937598053,101.878761804418,967.073232706934,164.125279166907,3832.03243986545,29.4994875403844,346.655814627066,870.291308859364,9268.54262352008,246.767206192767,2723.3454974888,88.0389039364191,2127.82449023399,383.377227283724,5171.20563390856,344.583245012386,6341.53277692514,35.6830469299474,626.016874637965,223.859515277716,835.541595359722,141.164557506181,1100.67388305927,72.9131011480723,479.180258462319,192.636640660421,1582.32729854781,251.089842621363,1146.05943066481,81.9835046493727,983.01194263916,2511.40823866758,756.697036908963,18155.2445572799,6978.84386225822,549.633774436792,3093.5332568618 -5142,104.640832091735,1137.57892564903,96.4845092128965,1023.855752955,133.297054658159,4057.03345555775,27.9488992084921,367.010003066418,701.373546348394,9812.75291844977,199.808295113907,2883.2490245679,71.6515843317822,2252.76149925743,330.099892410162,5474.83733281558,341.89314345598,6713.88122079798,32.4484517837555,662.773983259677,270.905279750145,884.601124619788,123.716704327911,1165.30087813842,73.2201163765765,507.3157313597,189.530707698803,1675.23498002439,205.11946823452,1213.35127643853,76.7662014791012,1040.73031767965,1795.21040425708,594.72453891991,16244.8367737633,6770.38260499867,392.704691692382,3115.74515312865 -5143,93.1784928449332,1227.4547773448,87.4946078851499,1104.74676256819,119.629118524265,4377.56447890494,25.5788543310596,396.006089283154,629.422636653376,10588.0217865177,179.316688826428,3111.04373479971,64.0579660042722,2430.74375072863,301.267327449049,5907.38373209232,302.24448873341,7244.31983854855,29.3840576150822,715.137274178833,243.681345117684,954.490147432758,109.880351671163,1257.36693750636,64.7015446985389,547.396847848915,168.88740251715,1807.58902353335,182.707540703874,1309.21361787022,68.0068250413441,1122.95452347152,1610.42311185207,532.495194607822,14564.0493149077,6061.7138043759,353.496965038447,2781.18054360527 -5144,94.4274897669778,1311.05349475914,88.5039440961639,1179.98815974466,120.811214245238,4675.70888519148,25.8806276465194,422.97702276549,635.553153746492,11309.1441102441,181.078646514488,3322.92874339594,64.6841237112038,2596.29531619112,295.580227222475,6309.72010520544,306.058537721062,7737.71141453149,29.7075499426862,763.843393540611,247.545068900024,1019.49796163722,111.069129471562,1343.00289349825,65.5286229290586,584.678607830178,171.043806904013,1930.69915905013,184.480545830894,1398.38071493599,68.8096162799362,1199.43600336761,1621.57058480404,536.544301977007,14681.0632774226,6105.70169085531,354.879579595832,2803.99023512559 -5145,87.6848122772957,1380.27554535185,82.2259662716284,1242.29011799362,109.370859720276,4922.58070110236,24.1749957879851,445.30970178009,574.701672512291,11906.2533425439,163.856782944352,3498.37539184378,58.4335296821902,2733.37659201199,270.152159218197,6642.86575188906,281.78569514366,8146.25328803214,27.4429599683281,804.173407719237,235.012435944743,1073.32623009592,100.961685203154,1413.91183398886,60.4013123110446,615.548936412102,158.076346957642,2032.63775682765,166.352869783909,1472.21353791698,62.9887770100455,1262.76478441257,1437.90429324787,482.205970137442,13446.4386500509,5645.59111742656,314.413995734355,2598.33035645597 -5146,85.9851974761492,1444.14611963879,81.4745270438305,1299.77558423581,109.246360528518,5150.3671437529,24.0015355922197,465.915867327268,574.40193809109,12457.2007538452,163.709804668956,3660.25846374259,58.3108800415785,2859.86027366686,260.579301952974,6950.25629569244,276.495545760945,8523.21126395634,27.2557678281965,841.385555359093,228.948127664424,1122.99309766039,100.030467016433,1479.33888667562,59.2156713502581,644.032715758012,155.4789594446,2126.69560004823,165.825877651287,1540.3384311359,62.0762500035105,1321.19769097341,1451.60639814814,481.939258993976,13280.3759545898,5530.87510051342,316.641827068729,2539.02186195401 -5147,84.0453857264589,1429.01735711489,78.6160761724383,1286.15923622167,102.566765068329,5096.41229779295,23.1735779430308,461.034968907739,538.474305052367,12326.7000868042,153.610120394685,3621.91388051723,54.7807060115714,2829.90059968132,254.07347164009,6877.4459508472,268.667809462873,8433.9227650988,26.1287569752697,832.571265665708,228.151506303587,1111.22870923774,95.2302688544518,1463.84144745908,57.6447560941066,637.285879075885,150.948124277317,2104.41650220887,155.831769669021,1524.20196543191,59.7676654588959,1307.35692663381,1327.24312349471,450.152770328184,12727.0515352731,5379.42326182192,290.321994937542,2482.84915940108 -5148,77.3309532369912,1384.55672471292,72.9278791671521,1246.14331008379,95.1220084957066,4937.84899370648,21.5234663910858,446.690912010876,499.455458530118,11943.1827848204,142.467774892965,3509.22624881597,50.704100118963,2741.85466401084,236.863186401001,6663.46982609083,247.155892963704,8171.52039615717,24.2446460454344,806.66769996939,210.511278850066,1076.65534950215,87.9028220932111,1418.29734250738,53.0132586753291,617.458175050118,139.027337262473,2038.94235799396,144.155583179882,1476.77987993097,55.0654548679344,1266.68148245965,1234.54806849969,417.629289641147,11777.5903920075,4964.66909132708,271.08500662944,2289.43318646065 -5149,78.9756090554803,1354.50168524285,74.75474210568,1219.09285725551,96.9963580689877,4830.66144136271,22.1703780709467,436.994441832529,509.195592246135,11683.9280908168,145.263736944362,3433.05029189413,51.6233421954697,2682.33630071292,230.635232268866,6518.82364074057,251.512535631558,7994.13844881376,24.8264561484713,789.157092329361,216.318934544193,1053.28402895791,89.3990571734424,1387.50988407501,53.9505827427775,604.054802338107,141.910618163237,1994.68234903015,146.55329071891,1444.72292134797,56.0211915283045,1239.18520060148,1252.96838533579,423.672309422982,11959.0812092875,5035.05389500808,273.214661835146,2320.98183450029 -5150,72.1968025832838,1332.25690598673,67.9566313023526,1199.07187699553,89.2510111812163,4751.32820863596,20.0118123568316,429.817747258708,468.759139320907,11492.0446815481,133.689113480566,3376.66981872799,47.6186660266213,2638.28469151221,222.968007383125,6411.76597187409,231.396975397745,7862.85190478499,22.623613757536,776.196883044633,195.385456430611,1035.98610236732,82.4981860073621,1364.72301609013,49.6223492956368,594.134500368015,129.926833558939,1961.92397816678,135.502937251653,1420.99645218092,51.610468562954,1218.83424678197,1164.22907170267,392.744357633645,11031.2803319219,4643.76374743042,255.661461775727,2140.60916870056 -5151,72.8758486608402,1319.29765785067,69.1893744092714,1187.40815814586,92.9399634977788,4705.11066534164,20.3736754629659,425.636785752725,488.743231977773,11380.258240097,139.282756395215,3343.82397506389,49.6168539595279,2612.62133347875,233.195711719353,6349.39687035432,234.197773540831,7786.36767082579,23.1592927744178,768.646591532077,193.49869246872,1025.90876600242,84.9361159101104,1351.44796071377,50.1458118741883,588.35518229365,131.86515061789,1942.83977635637,141.018503801359,1407.17400882068,52.6382213130491,1206.97829364725,1240.37674672024,411.812674961156,11339.6824117203,4720.93589188758,273.404368787187,2166.95527121147 -5152,77.9526865818724,1347.44352353707,74.3100423171585,1212.74029629925,100.012272283996,4805.48938733689,21.9139806640797,434.71731108505,525.98642601766,11623.0444059,149.887348363332,3415.16103832713,53.3177148097309,2668.35893651621,242.401302068207,6484.85475617656,250.730709562239,7952.48185843457,24.8846330820161,785.044880119067,207.371756304851,1047.79547986307,91.1440055201265,1380.27972021707,53.6744406299587,600.9071381303,141.164324964852,1984.28827516188,151.544126355741,1437.19462654405,56.4135016795306,1232.72794061831,1336.02755852871,442.090069984321,12133.3218291103,5037.34551232248,292.962466702468,2309.94811560873 -5153,82.8387563047359,1375.61831533374,79.1965113011332,1238.09846883472,107.665496160888,4905.97127069918,23.3371225733214,443.807168668155,566.524924344704,11866.0800882565,161.389342095358,3486.57141622139,57.4155305092475,2724.15382228461,255.522446367582,6620.45185497539,267.120050550476,8118.76676515928,26.5839323049718,801.460021579196,218.5220426032,1069.70468716932,97.7567423893964,1409.14111073843,57.1478292404876,613.471993881368,150.361729287746,2025.77937147922,163.21352918564,1467.24609710059,60.2844590474943,1258.50405105423,1449.86235952763,476.253219639293,12964.2327741562,5363.04969306435,315.908077030997,2452.48070791132 -5154,85.5416408471009,1373.56450538695,81.6900345866341,1236.24997719859,111.230999074562,4898.64661350166,24.0357616729903,443.144560757728,585.332833361611,11848.3639288807,166.739188027196,3481.36593518423,59.3578851419997,2720.08663725629,278.106964258573,6610.56746355632,275.89718678965,8106.64537672464,27.4312014831976,800.26343489092,224.996731584557,1068.10760889393,101.028500499444,1407.03725097049,59.0224187619958,612.556074931272,155.299644551303,2022.7548654976,168.737010004459,1465.0554860895,62.2820072244202,1256.62509370878,1501.90084230082,494.052324447791,13463.9044940786,5578.40257480267,330.040538150698,2551.3854631223 -5155,93.5859204914671,1357.94398495904,89.362413926637,1222.19103206198,122.273634741737,4842.93797426761,26.3208584796698,438.105009548676,643.561368723783,11713.6213594109,183.305728004381,3441.77496767285,65.2568787640161,2689.15312906188,296.661935033597,6535.39043058876,302.49989234727,8014.45457009539,30.0381835700464,791.162638180321,245.39276448452,1055.96082098663,110.997503469502,1391.03607007552,64.7013102449847,605.589933447435,170.050392752521,1999.75158929671,185.61980366692,1448.39450725762,68.3511244660867,1242.33443763146,1655.72150499928,542.979639691879,14725.3799905813,6078.86438784897,363.010637758536,2780.81867139567 -5156,88.0137434409935,1377.49856300714,82.9601604557707,1239.79074912753,109.860701588942,4912.67693968067,24.4638372484929,444.413781263397,577.222572982505,11882.2990999035,164.584736269075,3491.33699524896,58.6173780974916,2727.87729981413,273.497062351285,6629.50094152682,282.056991983761,8129.86380577798,27.6680953593624,802.555487759095,236.932227815294,1071.16680040731,101.11541384307,1411.06717864944,60.4564352295089,614.310510842311,158.653003137794,2028.54828412569,166.665220989914,1469.25158512705,63.0652497209345,1260.22422247648,1441.40730372229,483.421262463366,13516.2571580169,5685.82879274771,314.315819605688,2612.01902257675 -5157,78.3750594607599,1349.32377121047,73.2454106344363,1214.43257659206,94.8872203311853,4812.19505631838,21.5972646340166,435.323923680292,497.964962554413,11639.263417547,142.087375310725,3419.9266173547,50.6402186070057,2672.08241404572,232.39707457103,6493.90384272798,250.195923495906,7963.57889905327,24.3038695144756,786.140346298966,214.206022343743,1049.25759310107,88.2883463694435,1382.20578812808,53.7026175297707,601.745655091244,140.558635159503,1987.05718780835,144.055611680749,1439.20011457051,55.5479520450256,1234.44811204056,1218.55122468208,415.015304595915,11802.5678871724,5003.99977148685,265.502889408289,2310.96190903809 -5158,61.8970797933903,1258.9561616107,60.6477332107876,1133.09896985639,82.9478192503212,4489.91023969709,18.0563634351672,406.169184674034,436.790992854166,10859.7526470504,124.374417346418,3190.88552283687,44.0560470581707,2493.12632836565,185.748582159469,6058.99075532892,198.371253418285,7430.23797353098,20.407822664844,733.490548362595,162.99039504362,978.986170803443,73.8733197661893,1289.6359870817,42.3712530619482,561.445233800318,112.883946982532,1853.97896593785,124.643481903676,1342.81326001093,45.1264136127574,1151.77401451097,1131.74652270274,366.348441680253,9804.68418018831,3993.77221653315,246.809944185879,1817.63801956446 -5159,57.1666867187954,1184.32478249171,57.2256261622285,1065.92845083649,88.4521672114799,4223.74672779181,16.8932173404478,382.091327690452,467.734522233156,10215.9825606451,137.405314025796,3001.72866857796,47.3470107223838,2345.33289291691,189.846471050121,5699.81157981187,192.599260891623,6989.77076422205,20.4429563653231,690.008961898923,137.210531228421,920.951514559329,76.5200588643986,1213.18589675111,39.1592310289625,528.162556153547,111.782742033552,1744.07441857972,133.34318344514,1263.21080160151,46.7792855620074,1083.49643205218,1335.77683419085,407.43282948088,9902.03782538887,3786.48158848582,299.147400791484,1699.49609941181 -5160,58.7828136017276,1141.22371374888,58.18147840418,1027.13617348687,89.8058996264019,4070.0321380457,17.1444434120875,368.18589834853,474.729287466294,9844.19285132607,139.503892991621,2892.48691698723,48.1032694360079,2259.97931783613,188.402912681318,5492.37864050801,192.487161585414,6735.39240901147,20.7638525450693,664.89750249215,141.963958158108,887.435375131491,78.1957160618109,1169.03448701392,40.360200737972,508.941164372595,114.679459795201,1680.60241113793,135.685382005723,1217.23883816597,48.011919120196,1044.06480409769,1348.6688265018,412.210364891111,10045.6247505444,3841.97694926462,299.76373096494,1726.02481500416 -5161,58.1329861810292,1117.50366358667,58.3584444285594,1005.78740438489,91.0882379798561,3985.43753550355,17.2108659881409,360.533246311396,481.843680763231,9639.58375897477,141.504819468363,2832.36729807474,48.7337858294397,2213.00621156537,195.690531071694,5378.2209207786,196.734265894819,6595.39895822774,20.8941062304585,651.07777379055,138.551153998478,868.990252268866,78.6169431147892,1144.736396868,40.0013951964086,498.362949248695,113.937554889224,1645.67150932204,137.385670843586,1191.93883260804,47.9211658345904,1022.36417763205,1384.2137815813,422.026300017749,10172.8314337176,3844.72857252654,317.092799376537,1729.56970380375 -5162,64.4019609287912,1121.00381832929,66.1615996252462,1008.93765048094,112.786335586803,3997.92040114943,19.2945995430102,361.662479434356,598.874974599231,9669.77608487965,175.272656861789,2841.23861022721,60.6377349036007,2219.93761093279,232.168504465162,5395.066150084,232.702762629179,6616.05653430141,24.2323124549535,653.117027022559,135.07465047285,871.712033370694,95.1566022387835,1148.32184777891,45.4373449167204,499.923881438181,129.232377021997,1650.82594874434,171.301951718588,1195.67212717683,56.1962689209659,1025.56634415877,1809.65252124671,531.204951199406,12069.6252080765,4404.79263485199,407.648123727726,1951.59883148491 -5163,101.692589712122,1158.34843399905,104.964816337765,1042.54894437297,177.233456036591,4131.1053184691,30.6806625616888,373.710740176927,940.794146754226,9991.9106446358,275.417466132413,2935.8903519877,95.120132685014,2293.8916113881,328.226353321365,5574.79495081913,332.886070030388,6836.4608580718,38.3556070979881,674.874673127533,216.848511244185,900.751854938341,149.384167842967,1186.57652396227,71.5451792723006,516.578120175983,203.777314517215,1705.82081993524,268.562768809884,1235.50420921471,88.3510718479757,1059.73159885303,2823.13892629397,818.059572862764,18551.9543188399,6785.18682133931,594.064735763839,2962.18686592176 -5164,127.059795541195,1258.69582100653,129.582608042772,1132.86465536682,206.953769845455,4488.98176737998,38.306900151529,406.08519260651,1096.07737247351,10857.5069496611,321.536194376535,3190.2256769342,110.737727735613,2492.61077267403,442.618775020316,6057.73781153147,452.905448433356,7428.70146836726,46.6843229998622,733.338869234805,293.37483900782,978.783725429283,176.355693822771,1289.3693021706,87.6197590655931,561.329132067916,250.940343394875,1853.59558006721,311.741142410882,1342.5355785268,106.217200662007,1151.53583819319,3195.62918985086,956.376887233927,22796.6576064759,8697.90297355915,698.166208208421,3866.03254838951 -5165,118.014395868477,1468.01080596413,118.968510980575,1321.25453029903,202.907333742302,5235.47757314403,34.4115595253791,473.615182428807,1077.06040373786,12663.0574773716,315.313755148378,3720.74467003364,109.326246038312,2907.11980470548,475.326863509894,7065.11010731291,490.200526152235,8664.05834344009,43.5426717267846,855.28955169593,248.525583449293,1141.55069211481,173.056321886333,1503.7851376604,83.7134013233655,654.675432956647,236.003932975772,2161.83949768743,309.722864488846,1565.79270684528,102.855379458001,1343.03063989739,3239.51081088245,960.585705008407,22440.5175023612,8611.43998392219,717.641901552731,3837.28155675635 -5166,118.606825614586,1657.77121287364,110.083716575315,1492.04468816568,162.729432644737,5912.23441349503,31.9035756593321,534.836400536384,857.625445308374,14299.9302645895,252.713778968748,4201.70163555696,87.7670226650368,3282.90466598467,413.180147852397,7978.37189215628,437.88134643632,9784.00598283033,38.7888140865727,965.847384578282,299.20733090804,1289.11167937966,148.635123763771,1698.16986457628,81.7369274053563,739.301156450501,227.186483510261,2441.28672047867,249.467022607352,1768.19275729433,94.3052574987633,1516.63565675657,2336.2477963754,752.972160226774,19630.8626668993,8006.65277077952,535.185340133484,3685.11365174464 -5167,107.364844615426,1779.75591398627,101.828364092412,1601.83464224329,151.142087342925,6347.27764638351,29.7319964552237,574.191564841894,797.059989538145,15352.1699860368,234.732394226829,4510.87778374777,81.2748166735715,3524.4724657821,375.764007840761,8565.44886820236,396.044456033654,10503.9479363589,35.9498794051747,1036.91786982574,269.755080147304,1383.96910101225,136.080959367174,1823.12724214453,73.6987576864324,793.701564601822,206.479358880934,2620.92527893307,230.304743522167,1898.3026683201,85.6521060385451,1628.23510175207,2190.64658598813,697.903405822915,18003.8977160714,7289.28735731774,497.417239350521,3335.72715091099 -5168,107.950825030646,1843.48185491599,101.970015482016,1659.18993404965,150.160824434036,6574.54827219198,29.7957400272798,594.751068229919,791.532777297969,15901.8697903667,233.199040259203,4672.39427537974,80.7279729140484,3650.6697282257,360.242845936688,8872.14333361872,381.463596497583,10880.0523001433,35.9265911130342,1074.04575146513,273.714385156262,1433.52349916685,135.640114407601,1888.4061368667,73.9491162597244,822.120843124323,207.158197936294,2714.77013046241,228.735819824924,1966.27329438037,85.6711977329599,1686.5356884216,2159.23813385805,687.77252098432,17801.1758393929,7207.44651674208,480.67618801989,3292.11194252458 -5169,101.413876113376,1900.17856305611,96.1675799378062,1710.21870180724,139.997129494451,6776.75001534858,28.2176752122453,613.042774026498,737.645726000703,16390.9354505371,217.406557205261,4816.09483518744,75.1447460777734,3762.94691476009,331.064128691323,9145.00814095169,351.14602278217,11214.6708092246,33.799818296728,1107.07827540214,260.240689891476,1477.61184385412,126.344358318904,1946.48450162327,69.1429705392297,847.40535860476,194.299435942669,2798.26350976739,212.619602598261,2026.74648146268,79.9586595790659,1738.40548113984,1998.83387587598,637.566896948082,16586.0586131233,6726.91634788497,440.938592602877,3068.68743164484 -5170,97.8240180323346,1951.0031108762,93.1837649259741,1755.9623460535,134.501211031247,6958.00943060371,27.4248930950111,629.439981315354,708.507530605501,16829.3478707267,208.866945367821,4944.91211952907,72.1110296752579,3863.59539018868,319.935709934869,9389.6119443055,337.355799753022,11514.6323938419,32.6968953754686,1136.68957291002,252.943584683566,1517.13389471691,121.244098546338,1998.54760587949,66.4785929608828,870.071120133055,187.252519418667,2873.10935864206,203.823306513244,2080.95637282185,76.807766685638,1784.90304417139,1913.38558581907,612.356056501925,15980.2344374615,6476.85479357704,426.117661465041,2957.41266185132 -5171,92.1609754457748,1927.91945197521,85.7463133229713,1735.18634850982,116.647914313421,6875.68443817774,25.3240192898347,621.992644226894,612.524317615746,16630.2282877756,181.090892754223,4886.40546516945,62.5083114029171,3817.88253733808,298.959502182596,9278.51699108543,318.221244806237,11378.3948629697,29.6703771809286,1123.2406172261,250.770021945722,1499.18364074881,107.857846935877,1974.9014153766,61.9026731686202,859.776710634275,173.956607837469,2839.11562687894,176.670127820849,2056.33514755047,70.0034300884322,1763.78462933478,1577.5830139461,526.969404033776,14487.4091374888,6058.80006145928,358.622759128938,2799.92419824753 -5172,85.6099061767314,1899.57109790515,80.5152476775012,1709.67196463103,110.555011360651,6774.58356659944,23.7893441862581,612.846791328604,580.900324544342,16385.6954576904,171.641790082812,4814.5551852656,59.1545292910178,3761.74394407088,281.745420829062,9142.08458741894,297.972424760424,11211.085608429,27.9277116230355,1106.7243552576,231.673773869843,1477.13946840518,101.406795301254,1945.86223299831,57.5937253055992,847.134452894056,162.084178140649,2797.36893722645,167.123694060959,2026.09855400931,65.448727110557,1737.84973297566,1511.69567249888,501.171983190702,13632.1419280381,5655.07525018422,346.741913395933,2609.57572021629 -5173,86.0227631173227,1868.04078472308,80.7783145439094,1681.29372043534,108.518139253082,6662.13463443334,24.0121793853077,602.674362781692,569.572062735035,16113.7150564004,168.462770124615,4734.64007548571,57.950191016689,3699.30407814634,268.014159688837,8990.33833770173,285.544430896575,11024.9967377705,27.8844619376318,1088.35422656593,237.543947752336,1452.62094940698,99.9273171697838,1913.56354953062,57.4772252793038,833.073165776911,162.191899895558,2750.93639317805,163.467844094183,1992.46805604263,64.9327094642756,1709.00377590433,1455.35254268638,485.688115520738,13391.5008839963,5583.86856226788,326.472759579505,2573.59376998054 -5174,78.3549856432529,1840.1263363365,73.0994891505717,1656.16986491484,98.9617616021928,6562.58123339509,21.5861604992685,593.668498171365,519.547937988607,15872.925095637,153.631086273166,4663.88955060582,52.9645591742397,3644.02475362614,256.146505111391,8855.99419620436,271.960582389455,10860.2483527697,25.2694387393628,1072.09076586836,214.457113016893,1430.91418965682,91.5149788155808,1884.96884679465,52.6278022194808,820.624413009571,147.816032842223,2709.82868686342,149.724420606759,1962.69426996303,59.4598726368522,1683.46584435321,1334.12991171777,446.972551691945,12332.2764893689,5167.22363706808,304.652249655056,2389.31660905885 -5175,78.6373855870333,1797.71951388132,73.852982264517,1618.0024304131,101.524224137859,6411.34258650614,21.8159605114582,579.987049184929,533.481625537915,15507.123953029,157.621944576252,4556.40739994172,54.36322083776,3560.04600298397,263.002437550065,8651.90246286707,278.655260745465,10609.9673722627,25.6236039078811,1047.38378686032,212.219850913052,1397.93790819661,93.0908186646733,1841.52860161089,52.8290972798775,801.712627933898,148.895201592506,2647.37904863013,153.488498525686,1917.46279547317,60.0563135237869,1644.6693575245,1389.48525357572,460.761730153611,12559.7771372649,5235.99437506057,317.652503365014,2415.5379509349 -5176,82.7039476141436,1781.05762261898,77.5719044912704,1603.00621974197,104.982532436414,6351.92002798289,22.9799564250105,574.611526990021,551.193192775621,15363.3985213907,162.978871572028,4514.17702748453,56.1089263320379,3527.05025535335,275.231951532856,8571.71361419764,291.271805040951,10511.6304952979,26.8181349040217,1037.67626873424,226.916578741929,1384.9813322469,96.6348564947417,1824.46067244863,55.4006267660991,794.282075766479,156.112905722035,2622.84221655044,158.389351551157,1899.69108172636,62.6824271214707,1629.425988475,1417.50596756511,475.0333856093,13105.8527388238,5489.73711510049,326.919211198023,2538.75359956511 -5177,89.9745227035722,1757.51113473016,85.2488798708313,1581.81366198331,119.289889538442,6267.94441365676,25.1858191159974,567.014870268072,627.420406931327,15160.2865767681,185.219717264517,4454.49731058163,63.8260387023155,3480.42085658139,299.706496508738,8458.39119933588,316.941408129831,10372.6613923302,29.699042094805,1023.95766054101,239.875054807992,1366.67117442166,108.448723886807,1800.34037415965,60.6901311124765,783.78126263173,171.09670996847,2588.1669080697,180.248345014129,1874.57619915305,69.4460922623423,1607.88414793256,1656.62641838688,541.212053558628,14526.3106270668,6003.74522347536,372.855673185808,2755.97443348552 -5178,94.3277818644946,1719.18300325239,89.6841305629781,1547.31717384634,127.497701173975,6131.25190978888,26.4264160290344,554.649303946458,671.138330881934,14829.6682121544,197.978476334402,4357.35280024911,68.2913381679574,3404.51918770833,319.134406072671,8273.92902235611,337.538408821197,10146.4524530163,31.3600802744485,1001.62700040161,247.502321444435,1336.86655388471,115.337164850305,1761.07821461941,63.8338407876941,766.688414290505,179.997995396488,2531.72368015574,192.893809781758,1833.69509085939,73.4259341152023,1572.81910976287,1793.75360887819,580.462940018328,15409.1809448286,6345.67831973596,401.236562022078,2905.51943679777 -5179,97.0207134604896,1639.34478399076,90.4935670750032,1475.4603397809,121.53651548793,5846.51885147225,26.8254831053845,528.891596559859,637.79958646011,14140.9839359259,188.669705389169,4154.99895681973,64.9832974894452,3246.41458286145,321.200822685203,7889.69083584987,341.920591291069,9675.25497483099,31.2270043193602,955.111815034402,267.680266624289,1274.78296833816,112.460135844438,1679.29439732382,64.9495082227005,731.083689482455,182.75800752222,2414.15137406398,183.526541975234,1748.53897283934,73.2363146180029,1499.77797527831,1626.76267125769,547.783999491581,15259.131974338,6450.17990390688,369.681831297336,2982.69107617277 -5180,94.0211329847008,1614.52551077359,87.3883365863673,1453.12223638023,117.246374917148,5758.00400690685,25.8736093611569,520.884309035309,615.206847988325,13926.8929482991,182.007713355127,4092.09330369939,62.7236696352503,3197.26467169261,305.664143770829,7770.2428744654,328.625509794869,9528.77401547993,30.1440427913641,940.651659171045,259.510267336745,1255.48307054195,108.687594396635,1653.87029687451,62.9063743462449,720.01526384614,176.994342601784,2377.60172134563,177.141856016204,1722.06652670014,70.8618007872313,1477.07170891077,1564.34873421339,525.857709147064,14690.5509845299,6238.54216934892,347.294365640685,2879.38181579166 -5181,81.8113183191293,1518.43037701692,74.7956057982708,1366.63368309448,95.5623003947341,5415.29268923307,22.1893157192156,489.881734585733,500.044514767902,13097.9765689968,148.309508747553,3848.53552109405,51.0881015588538,3006.96629967459,253.481594686413,7307.76487497823,274.160192369789,8961.62979419358,25.5217472187061,884.664902440787,233.927244831379,1180.75782601165,90.5224927182665,1555.43339616664,54.3075967854593,677.160590677806,152.430413871971,2236.08896486814,144.314549434998,1619.57064656887,60.1796253397384,1389.15770415282,1215.98910053506,423.60922701697,12297.8620983182,5304.57242341337,272.502250105623,2466.99681078942 -5182,63.8650963222776,1382.79218428647,61.0898998061398,1244.55516984473,81.6525067394817,4931.55598020003,18.317542563955,446.121629324006,428.629309443559,11927.9618635912,126.758494091104,3504.75393542422,43.4326935020267,2738.36032296166,204.356849452923,6654.97760494983,213.956404673001,8161.10624856237,21.0824310842946,805.639646916816,177.680243595868,1075.28321222844,74.1692577058766,1416.48980154289,42.2880869927855,616.671258998166,120.599813741589,2036.34383952689,121.959164152392,1474.89780622999,47.968759596357,1265.06716746386,1098.39783312198,365.421703150878,10059.7231113977,4182.36825359003,249.179758514406,1922.63694423608 -5183,63.1685930990035,1297.45785536186,63.0439654772918,1167.75166933669,92.8703643266583,4627.22173178099,18.9905537395588,418.590746310833,485.932543603203,11191.8681593928,139.096034930653,3288.46993517897,48.3027792135253,2569.37170473751,199.665517660506,6244.28823717633,211.158538005211,7657.47126066075,20.4703391682116,755.922329010375,156.324120281677,1008.92575637779,78.6531887411752,1329.07593847887,41.268550948407,578.615484130693,110.524442767596,1910.67778718695,135.100145397292,1383.87949128921,47.8666302798963,1186.99783860386,1357.12112591196,417.714661507914,10409.8349238927,4029.28681037776,307.762577663251,1810.03809363429 -5184,65.4273292097734,1246.51760029481,64.6416917091032,1121.90388503668,95.5926388645805,4445.54966105082,19.4236020750314,402.156209113605,500.103491623739,10752.4576487853,140.205673616388,3159.35938520152,48.7860362957809,2468.49409282858,200.820956532633,5999.12756841209,213.570465612903,7356.82678301963,20.4404667759383,726.243618375165,161.918302262426,969.313729550706,81.3733442985499,1276.89430727613,42.9048571762639,555.898121693406,110.999603803882,1835.66154413288,139.424859024898,1329.54618560456,48.4328144223972,1140.39441914585,1388.16524323095,427.424912669344,10628.6749528191,4098.49772394951,313.511051888438,1840.17851023371 -5185,64.71529665278,1215.73938842682,64.8745664619184,1094.20255497843,97.1707085701186,4335.78300448286,19.5065935503179,392.226426328992,508.833690212169,10486.9648715172,151.25564495158,3081.35051272203,52.6977241303714,2407.54362236111,208.882958930321,5851.00096411866,218.358524439525,7175.17674185671,21.30938237362,708.31167746327,158.017039091993,945.380057593243,81.9540915391107,1245.36605327227,42.5509293125765,542.172242361699,113.879356838205,1790.33656844872,141.517501510386,1296.71788524271,50.3458569409799,1112.23653269705,1465.31298365536,442.772937531654,10872.1840307566,4119.28468699653,339.344965811403,1849.27163968983 -5186,71.7488717844564,1216.60719418196,73.5279333924439,1094.98360664422,121.377848348419,4338.87792554911,21.8187315979558,392.506401094411,638.728235584371,10494.4505617532,184.654642592224,3083.55000854654,64.5447666841166,2409.26214874194,248.393818045011,5855.17746144885,258.697134119375,7180.29844781604,25.1733858638997,708.817276735601,153.94615760424,946.054878416341,100.012873236741,1246.25500680834,48.506200969,542.559249804804,133.903408642543,1791.6145268603,178.389149023589,1297.64349418022,60.3329121664309,1113.030457179,1909.44525037605,563.111308904524,12982.7432410088,4774.67095768551,435.083272210968,2118.34719068837 -5187,112.992037411689,1245.67872064994,116.333428041077,1121.14886775298,189.782765940263,4442.5579013516,34.6153180160391,401.885566598967,998.237682265632,10745.2214751029,247.00831477837,3157.23320400804,85.9625288504195,2466.83284917869,349.147494431604,5995.0902840585,368.550971018586,7351.87579617621,35.6475345861919,725.754871975972,247.062150223155,968.661402173199,156.271772133007,1276.03498475812,76.1239346809284,555.524014164718,192.061455097594,1834.42618323313,278.183672120311,1328.65142950023,84.0860382053842,1139.62695812876,2798.95345810862,843.440991552186,19393.4283812826,7231.79232020337,600.35190618508,3169.89682809169 -5188,143.398606226656,1334.68676378466,146.458000148801,1201.25882317498,227.183394743518,4759.99399362562,44.0804677439638,430.601677145032,1192.11221169298,11513.0046287311,330.226882362412,3382.82841130364,114.657130670673,2643.09656871248,479.41705449632,6423.46017250103,509.712845680255,7877.19269140725,49.0684720440673,777.612561988024,335.235081064977,1037.87560198115,188.603332044084,1367.2120877157,94.8098158566846,595.218121959503,266.447872423381,1965.50226419845,330.855728636932,1423.58815900161,114.978921562714,1221.05723687165,3362.88373641311,1028.88886845338,24859.326933575,9605.1780253632,745.594241513334,4285.34849321179 -5189,132.318768760938,1524.9100024879,133.142469277889,1372.46554378202,220.612808964851,5438.40146588369,39.1527822483523,491.97221579135,1160.66286578952,13153.8698018242,348.812246886952,3864.95844648195,121.354260372681,3019.79798146961,514.071636806716,7338.94943249012,551.105131002552,8999.87191945328,52.1028305381659,888.440049014452,283.561124596195,1185.79649528506,183.632955963659,1562.07092529196,90.0242948343755,680.050250340651,286.991944117539,2245.63106783938,325.938952653535,1626.48186974539,123.585848489296,1395.08568200369,3418.33781366048,1042.6949093434,24907.5536595697,9772.43944635064,768.16361125606,4403.37051330457 -5190,137.165171574316,1701.39296563073,128.385059592188,1531.30559701985,187.092453819337,6067.80595788227,37.8285692550476,548.909814918607,976.896120462675,14676.2113928909,298.579838827099,4312.26308606474,104.372876516988,3369.28935800527,457.911139850485,8188.31073255905,502.941913209158,10041.4573649285,45.270355593248,991.262203875407,343.220356450824,1323.03271173774,165.283263509045,1742.85464700997,90.8519661266784,758.75475294758,258.64453815972,2505.52550379383,277.035932877573,1814.72008669094,111.034587428021,1556.54363991364,2699.60792222905,859.947408759821,22443.8190898171,9117.72254202995,619.642225341165,4185.68961586228 -5191,123.946139711618,1807.5546551259,118.465653436656,1626.85435771004,173.099752416301,6446.41839194672,35.1731815986735,583.160099543849,904.425084097992,15591.9618563824,272.634073266666,4581.33504299183,95.0852415240741,3579.52265382197,415.915604943555,8699.2361442893,454.400404173013,10668.0134283358,41.4718694887154,1053.11391739598,309.355420114671,1405.58588479813,150.885418711056,1851.60341793397,81.7719875792362,806.09871646017,234.694336151583,2661.86259106829,254.841745493763,1927.95304007422,100.502840630396,1653.66717687673,2501.94192008098,792.949553678379,20509.4948263246,8290.71818211927,570.672326878384,3788.93322087819 -5192,124.660590252568,1853.49055843396,118.69878757192,1668.19807268992,172.093894473008,6610.24306584859,35.2719409167316,597.980113904024,898.711190548662,15988.2048414488,259.35588816326,4697.76182043944,90.4351954077012,3670.4900865625,399.63518190499,8920.3123199086,438.542273338704,10939.1227040324,39.7696832868258,1079.87700250917,313.91108878768,1441.30644080575,150.457172538246,1898.6587450467,82.0680191552014,826.584333639746,226.256584764835,2729.50926623572,253.240353682077,1976.94866196604,96.6076380794118,1695.69229369702,2433.57720541918,776.29431945212,20123.9897711849,8141.22848963489,546.93203593272,3712.00648933291 -5193,117.143333555775,1908.79877680468,112.008398138927,1717.97715727716,160.545680369179,6807.49293329781,33.4285391515381,615.823859894883,837.998087208499,16465.2933924009,234.487183746129,4837.94318550558,81.7106607136218,3780.01762977625,365.080533472186,9186.49472881246,401.695457989476,11265.5464802668,36.383737647788,1112.10056728349,298.471277514047,1484.31507173968,140.203379779123,1955.31478357071,76.7527715091119,851.24963696095,207.423614246132,2810.95791125575,235.519962826167,2035.94087414979,88.1430304889288,1746.29180673073,2230.46184953851,715.704203812902,18628.9161517145,7555.16506251031,495.60231713928,3437.7424808631 -5194,112.613771414448,1951.75520938438,108.080757157943,1756.63925766555,153.106927459992,6960.69169619492,32.367578834498,629.6826261724,798.786121700207,16835.8354705447,230.270903448023,4946.81834971776,80.1820843535955,3865.08478008917,354.542545184657,9393.23157622527,387.498536002712,11519.0712067773,35.5001204682608,1137.12775905503,289.964005980559,1517.71873957572,133.684040632663,1999.31803246903,73.4894567851975,870.406526667167,200.766502414572,2874.21692287423,224.060325562086,2081.75856743388,85.4022043269217,1785.59111222688,2143.24043407315,685.689275056307,17952.097586394,7268.07841850913,482.828315696463,3311.95716540755 -5195,106.004785733035,1931.76672845871,99.4603708758226,1738.6490147671,132.472061220573,6889.40527024874,29.9133604255192,623.233867074971,688.491844383655,16663.4148849341,206.664055493613,4896.15657422938,71.885832635352,3825.50134614651,329.400860825654,9297.03281662211,363.862818192399,11401.101118115,32.9372083419079,1125.48210984009,287.452531869867,1502.1753497435,118.551124979126,1978.84244712708,68.2916943605348,861.492445550738,188.636252614106,2844.78124883946,193.507357102678,2060.4386850957,79.1634324742483,1767.30436514088,1789.6683868436,590.544149455563,16305.5159873056,6796.34820694067,408.948940844271,3130.50970013561 -5196,97.0489560185105,1903.91012948674,91.6380695622603,1713.57722548537,121.340199936656,6790.05818193762,27.6073658818259,614.24666606095,630.510472568377,16423.1239330739,191.878965106181,4825.55267149984,66.7193555000097,3770.33658153161,303.711818664488,9162.96708757392,334.436128633482,11236.6941547859,30.3718791435371,1109.25235325403,265.046257192625,1480.51357470259,108.332805165982,1950.30700355294,62.4291795755295,849.069491360905,173.570176212401,2803.75873341643,176.788776081692,2030.72660168963,72.9461531919019,1741.81935795245,1646.91751919046,541.994266243283,14992.4494993076,6237.99085354502,378.999692665835,2873.92007452049 -5197,97.4324397414973,1865.84234141907,91.8713333887491,1679.31505436338,118.738978926689,6654.29416039376,27.8609865402225,601.965092712113,616.10052344527,16094.7512900532,180.616522492117,4729.0680141817,62.8138962853351,3694.95047390675,290.9324718519,8979.75786789563,322.46304970425,11012.021737196,29.0204412042911,1087.07337387719,271.746799808043,1450.91140172172,106.450494207619,1911.3115317981,62.2096397508853,832.092746003407,167.153073560758,2747.69889550519,172.27849720184,1990.1231778729,69.8889650358565,1706.99249866756,1560.02368972779,520.443539000831,14614.9011111594,6117.35689411738,354.76296286302,2816.28611823558 -5198,87.9898317358559,1834.94842230412,82.1849316772571,1651.50958425139,106.02926662934,6544.11484835077,24.7715549271178,591.997980019127,549.980813687654,15828.2604223672,170.422204624611,4650.76587606638,59.2205885832456,3633.77086695894,275.386133468088,8831.07439819177,304.644494723022,10829.6888030092,27.5310869312105,1069.07401983797,245.055154155203,1426.88775379997,95.8216646946544,1879.66475084772,56.3695229723872,818.315265762708,158.412132004196,2702.20352564163,154.459429286631,1957.17146318557,65.9650924041929,1678.7287557923,1412.26274762267,472.930160612068,13415.5722062495,5668.13817627955,326.535008519021,2623.96255777457 -5199,88.3280525056926,1794.97145764687,83.0502100092586,1615.52909592909,108.994522991597,6401.54198645147,25.0359653219962,579.100460919015,566.041202087418,15483.4192269422,175.318279467728,4549.44231797793,60.8870965762287,3554.60399351704,281.593371948494,8638.67686548143,311.031774927945,10593.7486091245,28.2387257114114,1045.78271977331,242.492248744165,1395.80097195359,97.627725119141,1838.71357728953,56.6180109408925,800.487102278524,161.715079798291,2643.33217344001,158.724082829582,1914.5316955164,67.4767937539973,1642.15525905327,1471.46515723428,488.818276502757,13685.251639387,5758.77559319588,339.220856097115,2660.52708011805 -5200,93.1571476735368,1773.1027290478,87.577338766636,1595.84657273784,113.363821987496,6323.54989152379,26.4768588160023,572.045089226344,588.213915991679,15294.7796296844,183.020595183007,4494.01496346199,63.5584831870334,3511.29708204486,294.433548077877,8533.42901932684,324.874977311942,10464.6814798435,29.5614997943931,1033.04160437847,259.397358612608,1378.79546888337,101.824986576975,1816.31192403656,59.5618411338715,790.734504201151,169.173722295863,2611.12758675876,164.700594109869,1891.20632515177,70.4551491783575,1622.14834054503,1518.60017249385,506.577674926543,14318.8951775446,6037.95470188137,351.534374532345,2792.08978966694 -5201,101.094157852679,1744.9568633614,95.8986296166826,1570.51443458445,128.380112079175,6223.17116952854,28.9065108882437,562.964563894019,667.548424183225,15051.9934638815,199.5348652993,4422.67790019875,69.2538485811771,3455.5594790074,320.096520531845,8397.9711335046,353.009143957784,10298.5672922347,32.1771755680831,1016.64331579148,274.089747211715,1356.90875502272,113.961090294461,1787.48016453326,65.0966286046051,778.182548364501,183.793424477884,2569.67908795325,186.931263845631,1861.1857074284,76.6156038329943,1596.39869357396,1734.11952953063,572.635817097441,15765.2085857425,6591.32977918849,393.619097657376,3031.12024659782 -5202,104.892343565353,1705.6741449918,99.5267860919184,1535.15878911003,134.119523062763,6083.07425048639,29.9402498785252,550.291025149394,697.677331559566,14713.1408351674,209.410042863889,4323.11394303693,72.6241909171343,3377.76743000412,337.619281466531,8208.91480676083,372.96872447024,10066.7244730536,33.9607892735742,993.75649612556,282.390191465499,1326.36183114397,118.891600060607,1747.24015552849,67.6286346461745,760.663991585596,194.194250966531,2511.83010496014,195.491668285206,1819.28642870492,80.7831521700658,1560.46033796072,1817.49211030663,600.738467284012,16507.0725644523,6924.34292405825,411.539002678723,3185.41481148007 -5203,108.46217828615,1634.51399169926,101.158530501931,1471.11247927868,128.69139257963,5829.29043285304,30.6302376099209,527.333068132739,666.93384991947,14099.3135339097,206.409203506345,4142.75507918776,71.5612238829349,3236.84810563527,341.602541226676,7866.44163406856,379.658961557464,9646.74410414219,34.3066038173129,952.297308385985,305.704753316147,1271.02646037417,116.597868128806,1674.34588221646,69.1666888137224,728.929344962569,198.034790753666,2407.03739538041,186.993458552976,1743.38640903832,81.5029174674771,1495.35845599677,1680.98990800814,571.919522494564,16483.8376550859,7063.72014593472,385.937066018742,3275.2477712329 -5204,105.234721561062,1612.26921244314,97.8298585324431,1451.0914990187,124.477952526064,5749.95720012629,29.5817263981258,520.156373558918,645.045709529425,13907.4301246411,192.266428538508,4086.37460602162,66.6902886070684,3192.79649643456,325.726092600685,7759.38396520207,365.674695760846,9515.45756011341,32.5221512295262,939.337099101256,296.420512353889,1253.72853378358,112.939665050019,1651.55901423158,67.0858077476863,719.009042992477,190.077807759896,2374.27902451704,180.978330298047,1719.65993987127,77.8626524407126,1475.00750217726,1591.54411968292,547.737950969322,15833.3441952319,6835.4511629295,358.275726471835,3166.94509182665 -5205,91.7251498656352,1523.66614607572,83.9497659019106,1371.34603504751,101.398817679544,5433.96540701837,25.4471023107527,491.570918144782,523.585359834446,13143.1402995774,155.220241306961,3861.80583200725,53.8529008819722,3017.33475736024,268.575158868919,7332.96311244804,303.734004635624,8992.53079874612,26.7014419350294,887.715355852232,267.297279034646,1184.82925094159,94.0439500269932,1560.79675702398,57.9785737023652,679.495539004828,157.644245478334,2243.79932524568,147.179691995244,1625.15516200547,64.2225237687389,1393.94772221048,1236.66612034264,437.784116814379,13169.1269194275,5756.95085968798,279.51664539447,2679.71810611368 -5206,71.1308436175936,1387.73868382493,68.0382054981572,1249.00717040069,85.8116279782584,4949.19705429428,20.8586839388455,447.717487659499,444.785710480358,11970.6303560251,131.748605105267,3517.29107869201,45.5079490467298,2748.15593666818,213.561304833419,6678.78367214157,233.908337368111,8190.30001227507,21.8163741599704,808.521566692559,202.830680056778,1079.12969615671,76.3408090627679,1421.55684359678,44.8154346710979,618.877204427044,123.18517713812,2043.62821238988,123.213586789445,1480.17378435649,50.5808484958191,1269.59254317185,1111.89673250012,373.823998381519,10658.1361955118,4492.78448666546,252.956051110561,2065.60727994568 -5207,63.8480310370984,1293.4948716314,64.293713042416,1164.18486302566,93.6838267877234,4613.08824423495,19.2287401122042,417.312193554384,494.333992685796,11157.6834718164,137.468456372239,3278.42556048322,48.8676806791872,2561.52375944873,194.575760333816,6225.21554622923,221.4134410399,7634.08211249149,20.7749882235918,753.613423269063,150.716133881942,1005.84407141882,81.6245943984045,1325.01637978186,44.1235838675989,576.848148305238,116.439126840166,1904.84177104703,137.917211063828,1379.6525394185,49.7373988701942,1183.3722463713,1369.00447404665,425.093473415032,10591.2294145086,4102.54696136999,311.567282202852,1857.02646969117 -5208,66.134387521632,1242.38105429096,65.921732971596,1118.18086738233,96.433062059668,4430.79718528877,19.6664780362253,400.821661041972,508.768737540663,10716.7758134802,138.560513580989,3148.87510849618,49.3540501446538,2460.30244004101,195.697840859407,5979.21957259734,223.937504772404,7332.41328703442,20.7412114797523,723.833592125477,148.938478802838,966.09707955435,84.4613299929076,1272.65695672219,45.8837600575444,554.053383878799,116.922567044973,1829.56993465781,142.346993606346,1325.13411074923,50.324382132155,1136.61004099009,1400.34613910957,434.904346773548,10808.9406443231,4169.02651157125,317.382744190983,1888.05992251312 -5209,65.398398584282,1211.28464679237,66.1393546971741,1090.19315154494,98.0047613848581,4319.89572366272,19.746093442829,390.789220783022,517.528105472047,10448.538281512,149.451612103083,3070.05975374025,53.2870394517048,2398.72184286346,203.516742404739,5829.56158504924,228.745202811324,7148.88528591573,21.6062478261782,705.716264704742,141.741059173651,941.915973149623,85.0204901632572,1240.80275289683,45.4717407407723,540.185601734532,119.791337838508,1783.77637394726,144.436357935578,1291.96642024411,52.255593022383,1108.16104872677,1477.99282759876,450.34574483254,11063.1833293776,4189.25402028334,343.561513737846,1896.27648543857 -5210,72.4133065839304,1212.49957428838,74.8044679703701,1091.28662337196,122.285926145455,4324.22861115409,22.0481835069809,391.181185273557,648.836204123186,10459.0182430016,182.422553912632,3073.13904647222,65.2441081880987,2401.12777868531,241.976552101136,5835.4086786107,270.826050024071,7156.05567094676,25.505490881794,706.424103359051,153.785229422015,942.860721865575,103.528884838671,1242.04728727247,51.6594067421669,540.727411904614,140.694330349638,1785.56551489707,181.826121239355,1293.26227215805,62.5753326621475,1109.2725424881,1925.96398610424,572.406038330277,13193.4230752965,4858.83307438099,440.462993953951,2170.22832563161 -5211,114.049727247041,1241.62895578278,118.382239544796,1117.50395577029,191.222183106342,4428.11491969756,34.9870114722324,400.579016184926,1014.15230682024,10710.2882136621,244.093281166396,3146.96887830749,86.9491994450235,2458.81305014052,340.218533835973,5975.59994067758,386.310526215035,7327.97447409898,36.1631989443053,723.395405980472,251.593691480744,965.512234695537,161.7875517474,1271.88653013265,81.0908021462548,553.717977344687,202.213537604711,1828.46237042563,283.566142338074,1324.33191613721,87.3353862562166,1135.9219729346,2823.86057699964,857.478088972576,19658.0997546652,7351.94310649427,607.657526112716,3249.10511330862 -5212,144.834327719002,1333.03793060517,149.198091864756,1199.77482298966,229.028063927498,4754.1136355942,44.595799719571,430.069724366534,1211.84708658273,11498.7817979197,326.382263461813,3378.64936354771,116.014532980176,2639.83136414364,467.221383364276,6415.52481677046,534.612537251121,7867.46143683635,49.8094596625724,776.651922062777,370.391053353314,1036.59344067172,195.45434090861,1365.52307369774,101.157260080026,594.482806816544,280.818091058222,1963.07413991079,337.45914166691,1421.82949962611,119.511321800774,1219.54877830232,3392.50122619946,1047.07387964222,25274.4792689913,9796.33309463575,754.75352012205,4395.62122075577 -5213,133.561770718493,1509.14484589687,135.452657263947,1358.27642168417,222.274861560498,5382.17699980064,39.5603444898732,486.886001517894,1179.09982351959,13017.8796011792,344.77039461817,3825.00089159201,122.811005306568,2988.57804850734,501.024892000646,7263.07630763151,578.214671046505,8906.827484124,52.8980228487804,879.254984668615,403.645703979665,1173.53723578596,190.152281369352,1545.92158355812,95.9295587355244,673.019606782079,302.603526380304,2222.41479581518,332.284736688549,1609.66662076205,128.507706885204,1380.66270346803,3448.15252339902,1061.93556316571,25370.9606769419,10013.8988080814,777.630445838369,4517.48776554375 -5214,138.724418387627,1680.62345728071,130.989625660088,1512.61240560187,188.818353992942,5993.73409497092,38.3091194041286,542.209077808099,994.311457655219,14497.0536667049,295.166957901919,4259.62175864495,105.673340119369,3328.1592458746,446.361073095109,8088.3531145555,528.132543332385,9918.87772765472,45.9817291978336,979.161514007551,375.919490127632,1306.88198141919,171.800330323073,1721.57900118613,97.3479690788402,749.492364131296,273.024893764318,2474.93966388298,283.10673065157,1792.56715391476,115.577601187144,1537.54235874026,2723.22432204965,876.567418180618,22891.0589058219,9319.81438302172,627.330055068531,4300.17646539938 -5215,125.332068556315,1787.45046695327,120.852849110686,1608.75997475785,174.67133568578,6374.7193105255,35.6186469610951,576.674010538047,920.395962930563,15418.5431803538,269.516894984362,4530.38000186764,96.2662194439417,3539.71008339897,405.419354788837,8602.48051927572,477.112229526784,10549.3604466497,42.1247165763325,1041.40085505371,342.690948528421,1389.95251900162,156.757736537331,1831.00930564549,87.5619813073886,797.133034434749,247.719616576129,2632.25652285411,260.341094449696,1906.50974341057,104.601970679297,1635.27457336427,2523.86664042358,808.120480606077,20909.9876948409,8473.61612160975,577.74049643043,3891.72275005992 -5216,126.067869333881,1838.33286699388,121.110908992712,1654.55568776828,173.675909386185,6556.18504851468,35.7235278096638,593.089882328462,914.699316247177,15857.4546336505,256.405012000552,4659.34391547133,91.5706591225495,3640.47312428944,389.567578895346,8847.36274858273,460.561216723364,10849.6634694988,40.4030975737561,1071.04585830788,335.389785123757,1429.51955675559,156.347724654232,1883.13167193782,87.9050622183576,819.824595791877,238.890211148359,2707.18756675245,258.743401068626,1960.78134043607,100.575074204082,1681.82506332554,2455.07184941848,791.090958000332,20502.0462012884,8313.21774795227,553.681232204675,3813.18515750486 -5217,118.475068860338,1890.05414948528,114.307476155549,1701.10642058783,162.038856534462,6740.64255621002,33.8629947502418,609.776397538769,853.010778034623,16303.6022848333,231.834068628752,4790.43401738021,82.7486417758149,3742.89741438638,355.900775105225,9096.28227574736,421.953736412212,11154.9174957514,36.971736878198,1101.179609596,312.831410114847,1469.738924069,145.710841615871,1936.11336362245,82.2254032761238,842.890265929019,219.080133280057,2783.35397568261,240.658126892418,2015.94769655872,91.7873011873297,1729.14301687092,2250.28474524279,729.342621852126,18970.0301275547,7710.74168163662,501.700641257871,3531.7647722382 -5218,113.90329669019,1934.51478188725,110.321267266575,1741.1223467257,154.547307201716,6899.20586029648,32.794209146819,624.120454435631,813.195401810645,16687.1195868171,227.653475904366,4903.12164908146,81.1894661801356,3830.94335005686,345.611852327951,9310.25840050372,406.944539914187,11417.3198646931,36.0681804675472,1127.08317529232,299.416779991013,1504.31228380459,138.95560762379,1981.65746857416,78.7443534532749,862.717969954787,211.980848022835,2848.82811989751,228.970742254094,2063.36978205966,88.9067077980395,1769.81846104508,2162.18150288582,698.740329067623,18289.3744116254,7417.33749427033,488.791148213122,3402.21570022415 -5219,107.295013516107,1915.19161833306,101.642471995252,1723.73090976764,133.830920555165,6830.2922058335,30.3361198208387,617.886342537656,701.592557605136,16520.4380271602,204.356484667755,4854.14615277699,72.8237847400312,3792.6774522653,321.153496612285,9217.26162038651,382.387540286821,11303.2764150583,33.4868039228093,1115.8251519682,295.636345486065,1489.28625631248,123.432221389103,1961.86341389328,73.3269234659609,854.100594377894,199.38781095375,2820.37221342734,197.976022082761,2042.75953284119,82.4843457195307,1752.14038905298,1805.50359475196,602.395273405202,16636.9589146995,6942.53409526595,414.021888019766,3218.11578456711 -5220,98.2313641265669,1890.54590738928,93.6563722191781,1701.54901771029,122.590257271545,6742.39634948412,27.9996569097833,609.93505032829,642.540603547958,16307.8441872621,189.729807491523,4791.68040166623,67.5838213372112,3743.87124859525,296.099216333307,9098.64896386968,351.415137799104,11157.8198035232,30.8748255202429,1101.46611661322,270.159908318079,1470.12132355365,112.794754723392,1936.61710530089,67.033263343686,843.10957073073,183.427249833449,2784.07815404413,180.873141001062,2016.47220968662,75.9930760349009,1729.59290860864,1661.44393081864,552.84031840424,15299.9355753762,6371.55223385805,383.709528990012,2954.13263842296 -5221,98.6411876684588,1858.14778845207,93.934651179427,1672.38972184881,120.000367940866,6626.85249625178,28.2672940276691,599.48264701596,628.087247653175,16028.3780957362,178.610804575188,4709.56579606183,63.6428320138388,3679.71285628988,283.661231528328,8942.72621682227,338.948830323879,10966.6092269053,29.5099852548647,1082.59038864921,265.512173018501,1444.92798373235,110.892092713092,1903.42946829714,66.8377259526043,828.661276170481,176.73524587359,2736.36765158415,176.323524327397,1981.91610278244,72.8398640875622,1699.95302705536,1573.90540477897,530.902305065687,14907.7761516141,6242.56131957575,359.159921368727,2895.55919538319 -5222,89.0878197862718,1822.42307704563,84.0357154338269,1640.23639123461,107.163015436493,6499.44476558957,25.1329141824556,587.957005895854,560.725991237127,15720.2168260341,168.534251160392,4619.01978031454,60.0054111260701,3608.96677211589,268.50797857717,8770.7935453371,320.235250143318,10755.7654220297,27.998160704534,1061.77652796157,253.480711117165,1417.14782784662,99.8443223506055,1866.8341722394,60.5801461512778,812.729451409896,167.512424693307,2683.75830303701,158.114146411883,1943.81182429409,68.7547475315612,1667.26976489856,1424.74046161689,482.683550811875,13700.6303608693,5793.73790387797,330.599310113433,2698.10639107357 -5223,89.4132325425941,1776.77644325791,84.8931281759459,1599.1530276518,110.130983008716,6336.65173537877,25.3949693515123,573.230316759236,576.92377630222,15326.4690791142,173.371226446861,4503.32617051234,61.6893541356511,3518.5721833545,274.553826166318,8551.10953999587,326.916318475089,10486.3633871729,28.7156772821287,1035.18197648409,257.612578988874,1381.65221284067,101.672410217281,1820.07516393011,60.8101527452611,792.372837128463,170.978251888036,2616.53761538413,162.417927611467,1895.12473971237,70.3211679576342,1625.50929042792,1484.45176625705,498.82983893695,13974.2585780286,5888.57280518402,343.438927888963,2735.2942349485 -5224,94.313428025607,1762.57333870966,89.5429196186991,1586.36980006761,114.567962324994,6285.99813321912,26.8621258926844,568.648057606684,599.657188636004,15203.9531354162,180.989751582119,4467.32771237353,64.3974030118586,3490.44560121167,287.07502261684,8482.75411843402,341.472894056383,10402.5380325066,30.0620417325817,1026.90699180931,270.064636773955,1370.6076321323,106.077245523637,1805.52594028577,63.9954798044172,786.038807718275,178.872647341501,2595.62167098002,168.571879278897,1879.97558861222,73.4268473495231,1612.51537749999,1531.99974479686,516.985322295476,14623.1955210374,6172.28338738577,355.910788117845,2870.70558182885 -5225,102.313229644283,1743.91549533287,97.9910190042502,1569.57717157534,129.68319084652,6219.45726024627,29.3128706818465,562.628593813415,680.166802469087,15043.0106259168,197.318859061384,4420.03850236466,70.1657694634635,3453.49724512778,312.093640762014,8392.95933130676,371.029253490554,10292.4212384594,32.7209938896483,1016.03659601078,293.191097265013,1356.09896916223,118.616790572298,1786.41341914026,69.8706761377327,777.718138932245,194.317897821686,2568.14553620652,191.206770128769,1860.07497550627,79.8429210407069,1595.44598316881,1749.49902845033,584.195424233998,16085.596293997,6737.69502932422,398.493355658104,3115.82960070772 -5226,106.150518155353,1713.54226023219,101.685874772781,1542.24033296791,135.468684808373,6111.1349028444,30.3578598066942,552.829466160732,710.791356229083,14781.0111772131,207.092025048744,4343.05606316639,73.5863557543724,3393.34875511978,329.186370960442,8246.78176270183,392.049999590401,10113.1613311603,34.5386643194787,998.340601861909,312.666976053739,1332.48021417073,123.729934336253,1755.30001088638,72.5750454743135,764.172863407674,205.348445587985,2523.41694221632,199.941757073592,1827.67862678001,84.1977629499635,1567.65859549612,1833.61887815327,612.95904176753,16845.2032022597,7083.10569038264,416.631736736404,3274.54356970231 -5227,109.829710202967,1647.99392384959,103.461965329623,1483.2448296329,130.09293755263,5877.3649307885,31.0837997757971,531.682014679024,680.118945509303,14215.5913943432,204.155910894152,4176.92062176891,72.5362163370702,3263.54258060855,333.106931277756,7931.31663668724,399.270107077697,9726.30136498903,34.9067848823928,960.150959788895,328.609417595721,1281.50868966932,121.530726633504,1688.15431028932,74.3593884349614,734.940867753062,209.565094506822,2426.88837306418,191.461619220077,1757.76421835962,85.0001486446659,1507.69076433406,1695.92809938879,584.037995159723,16840.1541188039,7227.2582420998,390.733684777411,3368.63343948865 -5228,106.563540413571,1622.16220871415,100.058462681535,1459.99549760522,125.835841693845,5785.23933830786,30.0197146871432,523.34808932465,657.811670268141,13992.7670853053,190.192812758824,4111.44888544549,67.621154746711,3212.38771829102,317.654938211654,7806.99608608153,384.727650464126,9573.84507097861,33.1030956804107,945.100937017969,322.483242529521,1261.42149945821,117.72365173085,1661.69309546507,72.1263101126749,723.420932598908,201.269004609627,2388.84776611093,185.309565156275,1730.21189313146,81.24976788777,1484.05825102623,1605.82874661839,559.460906690891,16168.9432204674,6994.53636961887,362.706936897036,3257.95673959802 -5229,92.9300004517231,1522.01731289624,85.9390497021741,1369.86203486218,102.584499696293,5428.08504898695,25.841814680472,491.038965366285,534.431935123046,13128.917468766,153.565373567744,3857.62678425132,54.6213134389407,3014.0695527914,261.94191871471,7325.02775671746,319.675681265035,8982.79954417522,27.1874808351262,886.754715926984,272.792155844784,1183.54708963217,98.1674254669072,1559.10774300601,62.4302052816352,678.760223861868,167.016566451673,2241.37120095802,150.863660329678,1623.39650262997,67.0491246216712,1392.43926364115,1247.83736533024,447.371990441852,13452.4170705431,5885.51527202321,282.980315657727,2757.88411944567 -5230,72.0217345410802,1395.14396727158,69.5910482576733,1255.67215151819,86.7430587757942,4975.60707474521,21.1700639170206,450.106608132095,453.559993477052,12034.5083121956,130.29999884129,3536.06012916648,46.1168980540034,2762.82071030591,208.235312710255,6714.42315293686,245.896436963733,8234.00528172595,22.1944336992965,812.836018284831,203.035231977709,1084.88817314441,79.5394365136589,1429.14258829429,48.1587274490485,622.179671361828,130.29560443589,2054.53346879637,126.121852317025,1488.07232213685,52.724748851198,1276.3673724344,1121.81205542185,381.446792205044,10875.6295969259,4587.24978291924,256.092386307401,2123.65141804886 -5231,62.100414885082,1298.90420015769,65.600989575715,1169.0534237966,96.4714006074781,4632.37994022935,19.0498928414027,419.057371523366,498.551028307953,11204.3443259219,144.46173971891,3292.13576629429,48.946258804421,2572.23591907661,197.918511441419,6251.24907506266,230.370759866236,7666.00744829978,20.8343207689354,756.764995554109,161.719560300268,1010.05045920423,81.6709534724043,1330.55752962184,44.4605246329094,579.260497370085,115.297102081138,1912.80772062764,143.493724106417,1385.42217484692,54.5977898846656,1188.32104778513,1384.06119263721,433.456903361291,10806.2270348684,4194.11952703991,319.756933089441,1904.88146336457 -5232,62.2683774254805,1247.70360168056,65.2769121120645,1122.97132248162,99.3030210442893,4449.77938717516,19.4842215238225,402.538841353361,513.101758377067,10762.6880937214,145.601571794668,3162.36536330246,49.435157732423,2470.84274591949,199.065796459036,6004.83544899695,232.997898379464,7363.82644893473,20.802437719177,726.934604156336,167.507930358334,970.235984821068,84.5040152134052,1278.10921063371,46.2320036386204,556.427031949071,115.783731687317,1837.40808757084,148.10729812184,1330.81118468534,55.241324961265,1141.47944944232,1415.72109424367,443.31078947675,11019.5909627096,4260.83216480665,325.466231610502,1935.4388530197 -5233,62.9332029481826,1217.82212448388,66.9519936425616,1096.07708099665,100.917719245655,4343.2108230474,19.5670389712193,392.898366490199,521.982209859984,10504.9305474465,156.996670933285,3086.62930839021,53.3912931888102,2411.66809012036,207.07608782459,5861.02456851434,238.041118747587,7187.46884940727,21.6796146431196,709.525117024683,163.464837023034,946.999629314217,85.08014264495,1247.49954405827,45.8235748099769,543.101061226211,118.700716330902,1793.40367194217,150.266403826968,1298.93934908696,57.3268111392101,1114.14195350735,1494.24423739701,459.995468313785,11290.6563934231,4284.27449233023,353.952024194949,1944.80953013451 -5234,73.0718355758216,1217.99568395136,77.8653267920058,1096.23328981457,125.895625921807,4343.8298012565,21.8825707200052,392.954360900131,654.727308934594,10506.4276709714,191.581869850982,3087.06920328809,65.3872177509734,2412.01179206259,246.263210990854,5861.85985987796,281.866133872853,7188.49318066302,25.6028019857484,709.626235898286,159.204378000926,947.134592169683,103.688030705991,1247.67733304091,52.0944953118281,543.178461964037,139.487785471397,1793.65926114525,189.089203465573,1299.12446907878,68.6199289529188,1114.30073686353,1947.21461194612,583.786545219767,13476.7703999916,4970.88196579227,452.105468221085,2229.23829048785 -5235,107.185955548022,1246.31511191116,113.258441289067,1121.72163931127,196.870435677631,4444.82751146777,34.7173508998522,402.090881547641,1023.31554981723,10750.7109845031,256.46887065884,3158.84616856091,87.1018537785828,2468.09310259884,346.1069451015,5998.15305056785,401.965591191619,7355.63171608775,36.275026768283,726.125644993651,255.510099053047,969.156271067727,162.027834839218,1276.68688440114,81.7700791220106,555.807819789838,200.2885312697,1835.3633532859,294.900420964632,1329.33020978677,95.8473862421814,1140.20916975779,2854.90394230914,870.196850890631,20021.7239261765,7508.48375631804,616.247800701588,3332.71013452917 -5236,150.352024985581,1340.58785021495,157.957042711386,1206.56998106839,235.815722739094,4781.03948289412,44.2145212491383,432.505507903535,1222.51852797043,11563.9073852654,343.0187895614,3397.78500140073,116.189737076513,2654.78256254923,475.209618273004,6451.86038945679,556.212337548313,7912.02033498726,49.9455425137188,781.050641290286,346.753882486316,1042.46438925121,195.670219257133,1373.25697923412,101.972159018125,597.849775826062,278.012361499153,1974.19239214058,351.011049856325,1429.88230755792,131.213637417306,1226.45593002321,3429.95004023038,1065.70658210533,25816.0064988552,10019.9848033877,770.901366437723,4516.45035739844 -5237,162.714757440887,1533.90626408761,168.278241224258,1380.56245379526,228.838245758127,5470.48551162505,39.2669287862065,494.874623635632,1189.77903368805,13231.4715314952,362.376605135524,3887.75990833859,122.982673624065,3037.61338865772,509.544794741119,7382.24582955877,601.53993205239,9052.96698868301,53.0377230252255,893.681433150923,293.251957557264,1192.79214450907,190.420196015937,1571.28641909703,96.7268107505935,684.062231338235,299.518477366489,2258.87924937779,345.578692024319,1636.07735824211,141.121458304844,1403.31604033883,3486.56426530826,1082.05420407217,26020.3394105299,10260.8036955564,796.192793747326,4657.32394488109 -5238,148.437236852796,1700.55408598586,147.561426899256,1530.55057973615,194.452923575173,6064.81419818305,37.9473683743171,548.639172403969,1002.59362300759,14668.9752192085,310.31946194868,4310.13690487126,105.788332237362,3367.62811435538,453.843090254368,8184.27344820546,549.350760096399,10036.5063780851,46.0914000726156,990.773457476214,355.097399867734,1322.38038436023,171.793516751088,1741.99532449196,98.0491094318803,758.380645418892,270.097785060795,2504.29014289408,294.646215748886,1813.8253305866,126.995784101589,1555.77617889654,2753.34009112578,894.918905764634,23416.1799664821,9539.91519352236,645.568054415691,4418.87061249486 -5239,134.556597410445,1803.12884240761,135.256759456615,1622.87099118404,179.879035044666,6430.63428250054,35.2835088923415,581.732227153911,928.120474560367,15553.7848071345,283.351176321728,4570.1176057528,96.3735628883516,3570.75816261184,412.223372001111,8677.9359917005,496.289803336906,10641.892708071,42.2245199514151,1050.53535914536,320.052343217748,1402.14429598202,156.780944188605,1847.06975145087,88.2039970083292,804.124976998746,245.074639376849,2655.34499821074,270.925938713025,1923.23243090159,114.927963447662,1649.61815893834,2551.77649121235,824.606942511858,21387.8726954064,8673.21653588829,593.768430586673,3999.64830608698 -5240,130.161472804516,1852.68060770526,130.191184638774,1667.4690923137,178.857579559069,6607.35447752332,35.3830558556088,597.718804545418,922.331054511163,15981.2182085236,269.590767650145,4695.7089609887,91.664349737818,3668.88613120012,396.078566723418,8916.41426203563,479.054326448589,10934.3424528651,40.4945902752,1079.40511061789,324.772090406935,1440.67660905576,156.357536016336,1897.82905642104,88.5443716075349,826.2231272768,236.304134491692,2728.31650697987,269.275297775109,1976.08476168768,110.520055766493,1694.95129871181,2482.15211027389,806.281318192192,20944.6707954254,8503.96301003359,567.457855234126,3915.73663119457 -5241,119.757237346212,1905.24076703562,119.66872223313,1714.77483989154,166.876561985215,6794.80373491095,33.534481689028,614.67596136511,860.087997652911,16434.6020091852,243.781309230094,4828.92523697934,82.8250151755007,3772.97165939038,361.822754660065,9169.37106004983,438.879424158664,11244.547449401,37.0505673287966,1110.02760667044,308.803761077871,1481.54830156475,145.712973232012,1951.67006774939,82.8206781456276,849.662903691305,216.674138589736,2805.71827267771,250.460218248787,2032.14587092186,100.878191750794,1743.03671070727,2275.06511637837,742.710602246222,19365.0198216237,7885.05001857773,513.074837585886,3625.07616986565 -5242,115.520709095493,1951.84199052108,116.388943448759,1756.7173633372,159.164406680222,6961.00119030293,32.4707440314427,629.710623829992,819.904589014631,16836.5840444091,239.364946284556,4947.03830072255,81.2720872788083,3865.25663383857,351.386769460104,9393.64922865909,423.286692899701,11519.5833806853,36.1483355200693,1137.17831930922,300.00726097734,1517.78622209442,138.949925748048,1999.4069283975,79.3114368928755,870.445227661743,209.684218269253,2874.3447195418,238.303789139892,2081.85112892619,97.6962351943315,1785.67050518848,2185.99491121011,712.306143469265,18675.8585930049,7586.22298570325,501.250650807159,3492.10884388334 -5243,109.781103650945,1924.85320011015,109.474370313771,1732.42662824667,137.850112636807,6864.74903306499,30.0114972224613,621.003398486643,707.121889922992,16603.7788069887,214.939704191391,4878.63390092922,72.873964898079,3811.81040116108,326.443811963152,9263.76001044512,397.692570814694,11360.2981398757,33.5482673225902,1121.45416363026,297.444386648546,1496.79927005853,123.348399942854,1971.76044123372,73.8245883577884,858.40928216634,197.128506114542,2834.60016666243,206.117205252408,2053.06465745043,90.6829332335465,1760.97942504903,1825.38585330208,614.883978028415,16995.4854922711,7101.87944057857,426.00544828899,3302.7690804181 -5244,100.806501074609,1902.89769037439,100.694224744936,1712.66599938375,126.272874489052,6786.4474440293,27.6981455670614,613.920029136379,647.592114363105,16414.3906358666,199.544251703877,4822.98659540849,67.6345657392286,3768.3316359395,300.989602745352,9158.09451185671,365.489645608688,11230.7188366867,30.9337018443442,1108.66248798123,274.260754953588,1479.72628446962,112.717557995577,1949.26989205229,67.487993022875,848.617983094392,181.365287915417,2802.26778331361,188.31157703841,2029.64672559348,83.5384635091435,1740.89311357918,1679.73808945168,564.618121151063,15632.0086142698,6518.56368138539,395.349612174074,3031.93921706132 -5245,97.5964804366592,1872.20625683719,96.8061792334527,1685.04277247177,123.612287458357,6676.99027156243,27.9536217683823,604.018243104106,632.93713551386,16149.646408259,187.87932994507,4745.19766682208,63.6802587588696,3707.55301366485,288.314257530862,9010.38554649307,352.502006326816,11049.5809528716,29.5611036427397,1090.78110568875,281.204694155256,1455.86009284893,110.794398904646,1917.83053110261,67.2831061704471,834.930803505935,174.707235315014,2757.07060016495,183.595191053015,1996.91098373113,80.0913935895567,1712.81461752495,1591.17632423275,541.753394985889,15213.2916895133,6383.7105734414,369.312879113552,2969.32067546906 -5246,92.6037304964309,1835.67159470204,92.0131366373295,1652.16046148135,110.389914305328,6546.69395257495,24.853928491316,592.231292625394,565.038692752288,15834.4985056318,177.287590011714,4652.59879162404,60.0384267830783,3635.20297412849,272.905553712463,8834.55481713494,333.037082306111,10833.9568968287,28.0451368360751,1069.49535310983,253.586000110006,1427.4501052132,99.7470092036235,1880.40554641921,60.9804344982364,818.637772382404,165.581396556665,2703.26849236197,164.643647557262,1957.94280496442,75.6022750399696,1679.39036038294,1440.43880910439,493.183939866217,14003.4375828546,5928.31073302216,341.037641949556,2769.56169629288 -5247,94.3794351598177,1793.09120997347,94.2377576600591,1613.83681563628,113.441854338742,6394.83631746998,25.1186086451533,578.493848323773,581.428062386064,15467.2002152951,182.36756842398,4544.67673895036,61.72649152289,3550.88051598752,279.060063611458,8629.62777893,339.991596701951,10582.6515685058,28.7650785873054,1044.68725359341,250.926365945171,1394.3388587156,101.593808664917,1836.78750937852,61.2193484653833,799.64858531758,169.019648933484,2640.56326079353,169.105801159051,1912.52620748994,77.3191127197877,1640.43508763102,1500.83134482124,509.550066938065,14288.4156086557,6026.05076400705,354.020484767956,2808.88611877644 -5248,98.7815844046378,1779.14844883531,98.7345119248154,1601.28790506708,118.016343155751,6345.11119763436,26.5648080483845,573.995582144,604.28788892536,15346.9299931901,190.38438321657,4509.33813382593,64.4351649290442,3523.26949509289,291.783717594064,8562.52531466962,355.129144840044,10500.3627355633,30.1130423795349,1036.5639496812,268.425403644808,1383.49672556331,105.982399698647,1822.50497351956,64.421414617518,793.430658891119,176.819687599769,2620.03070639214,175.525175637075,1897.65474086673,80.7349286661562,1627.67935358789,1548.89021769025,528.282982105502,14949.9300229736,6316.53465094915,367.208709305374,2947.27154932183 -5249,107.245274720886,1758.40786659555,107.403942990678,1582.62074803118,133.575246907771,6271.14249609004,29.0011316143207,567.304177284271,685.559133301375,15168.0217835576,207.557844877507,4456.77012103716,70.2084070482681,3482.19666569316,317.217223054101,8462.70690964267,385.870447505168,10377.9538174054,32.7770869142357,1024.48011268648,283.61330305724,1367.36848869035,118.550121573901,1801.25895871377,70.3499949318532,784.181169989251,192.09348319923,2589.48746399312,199.056641148792,1875.53266092372,87.7870253888489,1608.70453587937,1768.7954850732,596.014172509338,16440.4348072231,6893.727061908,409.485937330714,3199.50189993398 -5250,113.511402734171,1717.1291933056,113.61566698612,1545.46868221021,139.53210740919,6123.92725259137,30.0379323950718,553.986696036031,716.454554955637,14811.9520527786,217.851102202654,4352.14731921195,73.6270425922253,3400.45200268002,334.578325875291,8264.04463093704,407.723895210598,10134.3310645817,34.5956273370473,1000.43041371333,292.19874291893,1335.26947560933,123.667559298452,1758.97435485147,73.0755780259066,765.77249534041,202.982026356113,2528.69917417413,208.143586099157,1831.5044798483,92.5822844901267,1570.94015241742,1853.87468419839,625.243806066816,17224.9244037299,7248.10443166732,427.906823228866,3363.97735541505 -5251,116.654223183718,1645.53513713549,115.856420099389,1481.03184654597,134.015047094929,5868.59597442489,30.7327543210485,530.888751636667,685.291065009608,14194.381906403,214.815733965041,4170.68870745052,72.5578329414548,3258.67341512076,338.507278264932,7919.48320957968,415.196596101375,9711.78984269064,34.9549286500325,958.718426337592,316.353526867987,1279.59669442798,121.39779917783,1685.63560477141,74.8455052513726,733.844344995832,207.078428186122,2423.2674853886,199.381916642367,1755.14165571295,93.4962412918816,1505.44130821249,1714.64338923676,596.467115611071,17220.2575899796,7396.18757488427,402.623156471413,3459.2512538372 -5252,112.684078279097,1629.50963994028,110.620961517533,1466.60840995855,129.630021567591,5811.44303602474,29.6807291370976,525.718545295687,662.808988605659,14056.1460083687,200.166320706746,4130.07130665791,67.6260328510966,3226.93792646687,322.759854040385,7842.35714092362,400.042513061179,9617.20890219764,33.1418772669347,949.381682863965,306.746445388132,1267.13498955472,117.592643507108,1669.21957812646,72.5970259274985,726.697599704858,198.823605047226,2399.66782749376,192.977498608547,1738.04872524549,89.3989390157201,1490.78015335905,1623.53853704563,570.567922459581,16526.9102198194,7156.61182518019,372.370323242385,3345.38680308254 -5253,93.9802124677809,1535.93114792414,91.4210020007573,1382.3849110493,105.692419763616,5477.70700745554,25.5340277183166,495.527899295279,538.307982206279,13248.9381743174,161.650640309419,3892.89207474472,54.613766066657,3041.6232909551,266.118461142994,7391.99100800124,332.378729560632,9064.91765800173,27.214130004953,894.861166966059,276.628688052823,1194.36672933886,98.0049060719425,1573.36064784691,62.8186228571729,684.965250373914,164.94559105136,2261.86115784758,157.156879129555,1638.23711642002,73.7939078671554,1405.16853421942,1261.53465379863,456.44557563832,13733.7421170612,6018.97519935801,290.936598192112,2828.65487784 -5254,72.2061900033458,1404.97910851616,73.4375759382056,1264.52407881513,89.357652472381,5010.6828801858,20.9287425378913,453.279658491015,457.01641208394,12119.346215549,137.085989060333,3560.98777221659,46.1382502073778,2782.29736114392,211.633613229076,6761.75683435909,255.723130888396,8292.0513377991,22.2271155287256,818.566148820495,209.895200672947,1092.53614974593,79.464279657314,1439.21740461737,48.4777932100698,626.565759888099,128.778018936756,2069.01701123453,131.327960803824,1498.5625667379,57.9787305132131,1285.36519178662,1134.13300564919,389.260313096859,11102.1461328038,4691.07130840634,263.406666779035,2178.13931752203 -5255,64.1326484201599,1309.23109930627,67.6997666468637,1178.34794821602,93.4654371911486,4669.20953894405,18.2647698459612,422.389074671808,491.975916441779,11293.4241317041,138.720136905372,3318.30979363043,46.5929657087298,2592.68640412349,180.397064174609,6300.94944460722,207.840022219388,7726.95581214465,20.2188790761525,762.781633106988,157.452421151179,1018.0808352904,79.782504346664,1341.13608762336,42.6897365987346,583.865890698068,112.520112784105,1928.01544142733,138.009451790312,1396.43693257587,51.4597555569596,1197.76875887508,1336.64036294092,418.598529453365,10367.1194747476,3989.58131375161,301.378411001765,1793.9234195634 -5256,66.2608131497527,1257.13376896373,69.1976865800715,1131.45876085316,95.7066915061508,4483.41090345657,18.6260504798647,405.581237485604,503.644863796373,10844.0326927141,137.953266759626,3186.26658018306,46.4238236373097,2489.51742185459,179.694940650081,6050.22010823472,208.466757077782,7419.48238770434,20.6589696973579,732.428789563745,163.027351992874,977.569046638553,82.172924812052,1287.7691840811,44.2538697446473,560.632517919532,112.070388290715,1851.29525244712,141.681319165795,1340.86948064361,51.5585682397577,1150.10677258546,1362.72156788155,425.109588264183,10524.4835677025,4040.71299360695,303.080641821461,1815.06726099146 -5257,64.9452004491212,1225.5745296714,68.6712911715553,1103.05448227538,95.568882535972,4370.85880992345,18.5189884472515,395.399476687912,503.1984634153,10571.8027748706,147.010177894477,3106.27815577214,49.5497310310771,2427.02027319911,185.284298732413,5898.3346455409,211.261972347614,7233.22279792985,20.5565927821248,714.041807998934,158.885325285454,953.028034194763,81.4497138263533,1255.44086959535,43.4054222268946,546.558330887971,113.931948498342,1804.82011088688,141.180002376931,1307.20812984376,52.9989201213029,1121.23435204927,1375.47663066041,432.127799112767,10611.0156944415,4021.89617998725,322.188937798294,1808.14117346499 -5258,70.6805327987832,1227.68619183872,75.9444926477962,1104.95504267568,115.93895093131,4378.38978985502,20.3385247021922,396.080749099899,613.198328960724,10590.0179673534,177.956761691658,3111.63026607135,60.201080205537,2431.20202368931,218.946756318507,5908.49746291317,248.697191320677,7245.68562459634,23.4552427383718,715.272100433485,154.27522959541,954.670099361327,96.7130950967034,1257.60399139941,48.4076238901762,547.500049666899,133.03838741037,1807.92981189217,172.724556541218,1309.46044652118,63.0158979290081,1123.16623632444,1768.39011630353,536.416475060856,12445.1595533609,4594.02138281066,406.116384371351,2047.8198990765 -5259,111.821187369877,1251.63765930075,120.877171968183,1126.51209441056,182.710974888798,4463.80971335416,32.4346381698583,403.80806185903,966.020484762814,10796.6232647442,239.566674286557,3172.33642336719,80.6273626807675,2478.63340847732,309.190022875929,6023.76892696746,356.369468037218,7387.04487798807,37.2166448577609,729.226657024511,247.799544548162,973.295176334445,152.189349271367,1282.13913831265,76.3722388984852,558.18146786011,192.109492142557,1843.20150619894,271.481907183418,1335.00728372288,88.5004509092082,1145.07857821003,2755.7827068263,811.103080647087,18791.628389758,7005.18902786595,564.688374204276,3084.80607633353 -5260,140.474563023784,1340.09609231095,150.547431578776,1206.12738394592,213.666388063514,4779.28568962002,40.7711174075332,432.346855114013,1126.40169480221,11559.6654828366,313.433917005742,3396.53861711471,105.156030586686,2653.80872834036,418.045483572052,6449.49370133447,486.830076991028,7909.11802721554,45.3886098589367,780.764134273071,335.816312474782,1042.08198976656,179.970836387303,1372.75323755568,93.9341649114526,597.63047102435,263.470346465195,1973.46821377906,315.15785089031,1429.35779443003,119.321449895798,1226.00603828549,3113.63845989288,963.619269048016,23606.3080438024,9174.14289707925,679.586468754081,4121.38342531045 -5261,133.355664500674,1513.57065861515,141.229928134322,1362.25978821018,219.453078684631,5397.96110924683,37.452219679427,488.313873907832,1161.16542367423,13056.0566504271,350.611738927932,3836.21832883104,117.966625278006,2997.34253971747,466.826622030424,7284.37646022031,545.167315968548,8932.94820438885,43.8385891169551,881.833542919232,285.243237836057,1176.97882460207,184.258359108726,1550.45525004122,92.2905274622958,674.993346243504,293.69272510136,2228.93238867273,328.971809604712,1614.38722993468,133.749784990197,1384.71172140643,3361.34910409489,1037.65734447887,24654.2558554118,9603.09878919287,753.203532345333,4349.17767101816 -5262,140.415302503295,1686.72703209466,139.3558126407,1518.10580922069,191.532321839897,6015.50173382248,36.7302652012585,544.178236132567,1006.49929027976,14549.7030875214,306.605408588846,4275.09156538265,103.638046513911,3340.24622994108,421.592941346556,8117.7278493555,503.683412008866,9954.9004381666,41.3984713383256,982.717566691327,346.106594639879,1311.62822717223,170.205133345791,1727.83131557953,94.9682498288681,752.214319901422,268.03394991814,2483.92798267209,288.095811645468,1799.07727828887,122.094829935351,1543.12630127987,2683.68370088346,880.220915738633,22674.1609000026,9112.77802622364,626.143621016028,4193.66663438331 -5263,126.748519601562,1803.85201480553,128.387382106934,1623.52186841399,176.792264952915,6433.21338672472,34.1076246457603,581.965539760177,929.579915531234,15560.022890399,277.730219863408,4571.95052131046,93.6589710551259,3572.19026978139,380.872408363315,8681.41641064367,453.01621896489,10646.1608018905,38.2132755774922,1050.95669241723,311.91145293049,1402.70664739525,155.064893204861,1847.81054702236,85.356297919676,804.447483618441,242.115285086216,2656.40996493108,264.360289226398,1924.00377268045,109.898673169123,1650.27976352897,2494.45800825119,808.473182207282,20656.9818859104,8264.97231139434,572.267987874182,3785.11145298742 -5264,125.954854746741,1857.65603054807,126.731848264889,1671.94712472635,171.239163507916,6625.09870297767,33.6929014857059,599.323994226438,899.393909641232,16024.1361933074,260.070367622561,4708.31941177581,87.6570349372159,3678.73902208101,361.937440436101,8940.35952869995,433.286947203173,10963.7069191336,37.4804212240717,1082.303881632,315.955003126676,1444.5455842477,151.220766553633,1902.9257266187,84.449067190965,828.44197136877,231.378247934745,2735.64347322262,255.84288927846,1981.39158965454,104.533077509426,1699.50313531764,2376.46063574118,771.846791135178,19958.8694919556,8031.43140788033,534.341331287824,3677.18023770365 -5265,117.63156799294,1907.35243200884,118.7047681462,1716.67540281725,157.55661894876,6802.33472484944,31.6858486555571,615.35723468235,826.855368400982,16452.8172258718,230.836370651778,4834.27735439027,77.7224689700385,3777.15341543715,326.50191182261,9179.53389092613,392.859138027456,11257.0102926277,34.920409440449,1111.25790073976,300.157173935447,1483.19036891324,139.263201065861,1953.83319242774,78.3937495509319,850.604623721559,210.031346242423,2808.82797781506,234.601378154997,2034.39819059208,94.2302615272566,1744.96859754946,2158.3149571224,700.228191667058,18279.1047824633,7395.54604811524,473.317811056279,3380.78617590467 -5266,113.061550026655,1942.55645659512,114.558243604209,1748.36009940149,150.145240645884,6927.88549086359,30.6689489674942,626.714889856901,787.563658562513,16756.4870523878,226.211080537542,4923.5036641088,76.1142388940457,3846.86837711475,316.660341001825,9348.96064780835,378.4360927409,11464.7810540555,33.5826615995341,1131.76839990227,291.600016456864,1510.56562968681,132.70475690125,1989.89511291469,75.0404023346193,866.30424251469,202.991102303746,2860.67054635677,223.003134312966,2071.94710012656,91.1193689278321,1777.17550193666,2045.24616286982,669.723772428323,17585.6599911079,7109.06187590809,460.042104780391,3254.01787862408 -5267,108.44616248834,1916.84045151255,108.121122832091,1725.21490995296,135.45593284792,6836.17256386491,28.9563483306586,618.418295316153,708.604213375801,16534.6608579715,209.47399091312,4858.32520053292,70.4088382223716,3795.94265683414,300.187410429444,9225.19697611709,361.632940908937,11313.0076696292,31.2433251417692,1116.78579189345,289.824636339698,1490.5684176219,121.973736403388,1963.55242791124,71.3689644558487,854.835909520854,194.117473502391,2822.800337715,201.076702132681,2044.51819221669,86.3545992703718,1753.64884762231,1777.03395727444,601.899640974445,16411.0312446422,6772.93365404621,408.498660460056,3125.3398786939 -5268,97.5042417827032,1873.62367552276,97.3641718122784,1686.3184925496,118.785049202095,6682.04531864377,26.1330454730783,604.475536065859,620.50707566276,16161.8730582346,187.248464069672,4748.79018330637,62.8824761766778,3710.35994527302,270.000046033842,9017.20717140281,325.600419285485,11057.9464213947,27.9186160139429,1091.60691935935,266.593566026209,1456.96230222978,107.480379831644,1919.28249122753,63.8152039116231,835.56291683091,175.027353963678,2759.1579360938,175.67877037649,1998.42281445567,77.5816729628569,1714.11136324137,1527.2675109686,526.886375385569,14638.9009116874,6091.47601516603,357.636320232315,2819.41177379645 -5269,98.4977716766166,1820.68746553535,98.4440513934244,1638.67428790303,117.920455095856,6493.25492345707,26.5612936035309,587.397056365017,615.354997988217,15705.2454455622,180.515117436286,4614.62078866552,60.6421873066126,3605.52971935423,262.634985484693,8762.44055067672,318.071457441254,10745.522010111,28.0790498859072,1060.76532941691,273.561133675114,1415.79818620042,106.898897357308,1865.05626516726,64.0779648785038,811.955436523686,170.759975191043,2681.20238621384,173.740557347508,1941.96060641908,75.5577198742115,1665.68191593465,1491.16711784248,515.602943521539,14476.4691891331,6036.72979899104,344.410701223623,2790.5684476052 -5270,88.4452511955374,1787.13227132266,87.4159008093638,1608.4735889787,103.760654049976,6373.58450546741,23.4435385526374,576.57135306371,541.050048370397,15415.7984256537,167.000285689991,4529.57351959121,56.0339094366661,3539.0799566889,245.440195592143,8600.94913602105,297.370884141376,10547.4824866939,24.8539031608966,1041.21546854488,246.508187167137,1389.70508455435,95.0876130149254,1830.68335582398,57.6627323151621,796.991131622189,160.196453510943,2631.78793782773,153.463961855632,1906.17035326729,70.4109493279708,1634.98346754976,1299.32847459761,459.928365358744,13111.0476064785,5539.40451444579,308.719235395143,2577.80358272435 -5271,89.9746198837225,1752.36214680804,89.8203946180126,1577.17941570194,110.301648591199,6249.58118997947,24.0991196824444,565.353684366615,576.420120512805,15115.8714200519,175.219234135348,4441.44695067322,58.7813177659911,3470.22425264514,254.206871750931,8433.61061429989,306.782086446665,10342.2725616856,25.8068028249199,1020.95776738376,244.352051843601,1362.66723201041,99.5840863961707,1795.06590923077,58.862806319309,781.485015299284,165.197925485645,2580.58434435974,163.201126712494,1869.08424520876,72.9408906887775,1603.17352283651,1426.39118873891,491.760649541496,13643.0203786512,5699.2613653149,332.643229640168,2639.77734596531 -5272,95.7023570096375,1747.93633408976,95.7794430646626,1573.19604917594,117.11390091039,6233.79708053328,25.7449930102961,563.925811976677,611.860567526511,15077.694370804,188.494488659567,4430.22951343418,63.2628157711227,3461.45976143501,271.051257741071,8412.31046171109,325.670961330141,10316.1518414207,27.4828943870622,1018.37920913314,261.676878067483,1359.2256431943,105.669620786982,1790.53224274767,62.5767591620065,779.511275837859,175.577923865228,2574.06675150219,172.984391281307,1864.36363603613,77.6857855826198,1599.12450489811,1510.10740840037,522.847755561219,14526.7967606888,6051.56053978188,357.97634286682,2803.45760430671 -5273,104.825604342973,1726.73292286217,106.015541198027,1554.11233192507,135.435633212313,6158.1777570888,28.4478099964715,557.085087483459,709.420241551075,14894.7937995,207.964319861389,4376.48843810213,69.7743253882959,3419.47038611392,297.025880989502,8310.26459504245,356.197845659733,10191.0113511672,30.8338174808366,1006.02571962912,276.856731702809,1342.7375024642,120.383764867018,1768.81212015579,69.1493102988866,770.055383300023,191.969696443599,2542.84193238554,200.550240046389,1841.7478987912,85.1489723131765,1579.72626148376,1809.27606944956,603.72104392019,16218.2472842233,6663.63527904926,409.714842138006,3064.16053656843 -5274,107.448435444618,1681.66482530924,108.332914269156,1513.54966861098,137.54922837494,5997.44800425319,29.0365879685899,542.545047888703,720.234774436959,14506.0365046695,212.290417241915,4262.26115647904,71.1296092446597,3330.22147975422,307.576153933362,8093.36491675334,370.689397105066,9925.02378143,31.4474489569804,979.768233788258,284.773588155528,1307.69176727967,122.628814713822,1722.64574657913,70.7791336865195,749.956773563552,199.873054337451,2476.4732156297,203.737554164627,1793.67788583689,88.1544273085968,1538.49506914542,1827.61382746496,613.886576753642,16631.983809828,6897.49139043714,411.903122099447,3179.17354368448 -5275,112.154061703827,1605.18212462711,111.615957419798,1444.71290368035,135.15708460259,5724.68198473345,30.0135574594492,517.869910560659,705.652149028755,13846.2969231707,213.118018074829,4068.41203782358,71.3859297692935,3178.76184950691,314.619756413707,7725.27586766146,380.928780973326,9473.6302506183,31.926566075711,935.208034017824,308.647355004148,1248.21749124316,122.657417890623,1644.29921935558,73.263620919591,715.848478870254,205.775823441421,2363.84235313693,199.775612297041,1712.10079223418,90.0477680926551,1468.52377872924,1722.36871353481,599.05103904925,16850.8461683628,7106.11002564365,397.7523156037,3296.71223167711 -5276,107.099870240012,1580.94139045063,105.765264029603,1422.89550307382,125.64226095489,5638.23042755017,28.4212783551581,510.049273483223,655.137892216765,13637.1964118371,193.864810030856,4006.97271999405,64.9195431537293,3130.75762629634,295.33964746292,7608.61224683313,362.382436883739,9330.56377294693,30.0731946795607,921.08494542587,298.657293391291,1229.36747545029,114.974627748999,1619.46775651317,69.6838113726387,705.038059030226,195.185974558862,2328.14467544768,185.622986647209,1686.24542071519,84.7756851787922,1446.34679706102,1567.85585042258,551.504868092384,15820.9341388235,6772.07833235537,353.552872147501,3149.71018146863 -5277,93.2298242252478,1493.46647044253,90.7152596030963,1344.16540525799,101.913956502927,5326.2620278256,24.3803503001787,481.827784902031,529.483464464963,12882.6379743986,154.637431925616,3785.26328770685,51.769130544567,2957.52996929447,241.630487135754,7187.62083520673,299.238873401287,8814.29522270269,25.3751557409669,870.120480576967,269.269200394414,1161.34545880555,95.4428448201376,1529.86113775274,60.1465288451574,666.027664218082,160.988745545395,2199.32632045855,150.352083629678,1592.94393327102,69.4500860337628,1366.31911789397,1200.62701324493,437.631392618123,13100.5633366178,5689.73328388912,271.716707472254,2657.8979659167 -5278,73.6186505592705,1385.65594776788,75.1342530153409,1247.13264438248,90.2783185441614,4941.76923572974,20.4461682415423,447.045547498292,471.437980614903,11952.6646800958,134.697692960691,3512.01228302383,44.9534166061472,2744.03146890893,195.574952433808,6668.7600677459,233.536151413509,8178.0079047245,21.4770605525711,807.308127131146,204.803653294214,1077.51012443574,80.457080565845,1419.42335281078,47.5266398783609,617.948385562533,127.356557664304,2040.56110889643,131.904738211263,1477.95232051224,55.5110755516815,1267.68712236154,1151.82752690452,391.419766917095,10894.3445856424,4521.69247925986,258.734113034434,2076.64735528089 -5279,64.1802519697285,1294.56516577019,66.1917075195341,1165.14816041685,95.3019283371855,4616.90531488425,18.7532471535726,417.657495885767,468.802205395897,11166.9158263346,131.900225857749,3281.13827294834,45.1717880107651,2563.6432760593,174.920088042321,6230.36656140367,195.852154281683,7640.3988853827,19.7822197339496,754.236995922908,148.444181216686,1006.67635072489,78.1754051727363,1326.11275619292,42.1843977868521,577.32545765191,115.580039463009,1906.41792030559,138.972002146507,1380.7941241738,48.7940612658067,1184.35142024131,1306.07264466843,405.772136709943,10094.8755069274,3887.03857847054,285.81874974111,1748.4441411114 -5280,62.9124772698343,1239.37265745234,63.4086932625695,1115.47321840876,87.3805076646081,4420.06811291699,17.9858230225026,399.851080708534,452.631910814298,10690.8253900041,127.375369406926,3141.25018062972,43.6930472002193,2454.34487488247,170.660041920614,5964.74103141425,193.029428813115,7314.65801873246,19.1468685599275,722.080845910683,152.514321649581,963.757697937174,73.0644337828181,1269.57524748972,41.0297338853489,552.711756491024,111.723932497532,1825.13967359703,127.338222858634,1321.92532930833,47.8821107676874,1133.85776620109,1219.81264535363,384.935141812213,9706.88190301438,3796.62689015789,269.945678548478,1719.48413303783 -5281,63.5993455678765,1197.80471464204,65.4018644529858,1078.06080119072,93.2431061345393,4271.82122572726,18.5448247728751,386.440274236737,493.532556001403,10332.2604210786,138.712591379349,3035.8942111591,47.6658873929603,2372.02736789019,178.396929062386,5764.68658243055,197.855401369041,7069.32802506889,20.0366570704634,697.862613301832,149.314112175058,931.433743854476,76.7523762310462,1226.99432482397,41.7850754642178,534.174078944039,114.193347675771,1763.92539626349,135.856549816433,1277.58861092281,49.9139521945676,1095.82874038947,1367.00198686302,420.908283518547,10186.7796176923,3878.42329618833,304.386770772991,1741.78032728168 -5282,67.1896611352039,1186.03147069763,69.8948368502962,1067.46452231138,107.387078336191,4229.8334185642,19.6647817740892,382.641945875762,596.578413250869,10230.7044487673,167.52586028533,3006.05435270765,57.7826397110456,2348.71266850421,210.179753232975,5708.02537499967,232.337390977924,6999.843473585,23.407524359165,691.00330920522,144.301794585131,922.278664941858,87.0140950114374,1214.93417567947,45.0373914671592,528.923672376665,123.06311736826,1746.58774202312,157.730272060151,1265.03116963616,59.1997914073714,1085.05782011825,1683.15201469306,505.410642547562,11808.1402971092,4409.02916521534,376.50052757704,1958.22403389709 -5283,95.1514979864568,1188.46132849555,97.3280663033117,1069.65146849083,135.659208109216,4238.49920355386,27.6395055988888,383.425875762086,746.201727415781,10251.6643959502,210.029123704646,3012.2129452833,71.9969125482599,2353.52454570448,282.898235298853,5719.71957562662,319.517539394516,7014.18426020726,31.8251758582831,692.418988148611,227.917245456745,924.168164555686,112.426293550794,1217.42324730504,62.1922093109978,530.007293968153,169.842175537459,1750.16602805479,197.435017140773,1267.62287645685,79.1297046537715,1087.28081020794,1974.94530638203,619.754101217252,15677.9520612791,6170.70058244257,439.271601500987,2777.60527176999 -5284,134.013080046396,1210.12757151688,139.012474507556,1089.15174848209,198.004981955603,4315.76915890541,39.6413555020881,390.415920794046,1049.3548507152,10438.5573531295,295.507078606329,3067.12709027034,101.083666393695,2396.4304725035,403.413048882462,5823.99291744098,456.926136683722,7142.05633911654,45.5608558478162,705.042131796709,314.367683735346,941.016211324851,161.972220019063,1239.6174805573,87.6235313918613,539.669591393284,240.967042536391,1782.07242802113,287.585362982651,1290.7322739965,112.569162206155,1107.10248189515,2797.35171772982,876.547915408455,22413.619688922,8844.78818892496,615.638821566846,3969.42467030648 -5285,126.941094122345,1259.30328615748,130.108844937588,1133.41139254303,203.832675185766,4491.14821612912,36.2093709327382,406.281175304404,1124.50039952912,10862.7469425077,316.728758403541,3191.76532685604,108.608314200193,2493.81374336325,437.362345465204,6060.66136506422,499.074223950092,7432.28666916288,48.8937689189244,733.692789379346,266.835900552191,979.256100878221,166.285178950099,1289.99157079556,86.0516418568311,561.60003777862,232.913695847009,1854.49015260814,301.449368716219,1343.18350598017,122.47731089963,1152.09158635737,3001.93185587512,927.592314352462,23621.6173975827,9343.61732340309,658.552408751417,4164.68884269794 -5286,138.156612610698,1355.10915039381,133.31929748111,1219.63959443172,188.342970373358,4832.82789011185,36.9388431014697,437.190424530423,1014.61931228962,11689.1680836635,285.889019592757,3434.58994181597,98.5868247752129,2683.53927140213,404.420334792709,6521.74719427331,470.75509664149,7997.72364960938,44.1152603194567,789.511012473902,325.439618439601,1053.75640440685,161.531241604668,1388.13215269998,91.9326182286711,604.32570804881,244.900049506377,1995.57692157108,279.574984114116,1445.37084880135,114.555307876439,1239.74094876565,2634.58045984988,846.781962959079,22157.4464680039,8944.08543114733,581.239259229859,4072.8693934639 -5287,120.928270396778,1471.51096070676,118.142916127763,1324.40477639507,162.572787600512,5247.96043878991,33.0473193540214,474.744415551767,914.038327861962,12693.2498032765,257.579810484895,3729.61598218612,88.5951263664537,2914.05120407289,363.994604631207,7081.95533661832,422.006358651562,8684.71591951376,40.0499403650309,857.328804927939,291.982181710609,1144.27247321664,138.935120816581,1507.37058857131,79.6281332837275,656.236365146134,213.608906107438,2166.99393710973,239.582935056939,1569.52600141407,102.705552769709,1346.23280642412,2325.81205874585,749.301940662367,19725.8237358234,8006.04956773629,516.617709671751,3638.06114455639 -5288,124.842466258059,1563.44061954341,122.394235373552,1407.14427511899,171.128489281561,5575.8161093277,34.2103823349425,504.403108773677,903.293093253942,13486.2348065164,254.531096360777,3962.61616634338,87.558203487445,3096.10063501583,358.809148430919,7524.38611381011,416.163937893931,9227.27590913877,39.4381853175588,910.888680900598,297.405044546903,1215.75857212307,145.483013122045,1601.5405048329,82.4639512585578,697.233399334118,221.388212043859,2302.37248246825,252.331606781531,1667.57895086404,101.354340564479,1430.33596699442,2356.95002754969,757.041329978347,19826.5821525965,7981.85530577355,518.585530034236,3630.34266161416 -5289,109.631282268233,1617.18678306543,105.914479269851,1455.51746266717,136.506189309542,5767.49510284659,29.8462100933434,521.742898738378,784.604877766952,13949.8490763178,221.261639806694,4098.83842754667,76.0215134364493,3202.53482185356,319.380290079292,7783.05080591319,373.152523464062,9544.48058814998,35.1464020414434,942.202164369088,280.100115236521,1257.55252208434,118.684415496648,1656.59642239312,71.0168975209599,721.202087255613,190.722553801502,2381.52079573612,199.902166289415,1724.9050621718,90.1309844959855,1479.50641185337,1920.31845789361,634.420554315123,17197.2154884679,7115.10369241559,428.907101019243,3254.82365236836 -5290,107.996694438817,1651.60978583917,105.52300857024,1486.4992157827,137.799020472766,5890.26045190941,29.7905476573954,532.848577710356,758.95733170935,14246.781810666,213.99975866662,4186.0851995572,73.4572366596018,3270.70311645631,306.965719014063,7948.71873140308,356.728432065862,9747.6418340866,33.9294587789106,962.25762614823,273.046503925086,1284.32044673543,118.70335353642,1691.85828814676,70.0371380948558,736.553400851541,188.71141067467,2432.21320666589,201.509169797419,1761.62092725389,86.3610322172396,1510.99878728725,1895.71654201896,622.478092134843,16754.0020578596,6874.08999899861,420.627765628308,3140.4968133515 -5291,105.122592219894,1614.7569252675,101.376168801396,1453.33051648772,128.172185924229,5758.82931785693,28.6341806313082,520.958968852054,682.368990864853,13928.8891291348,192.627105219054,4092.67983497103,66.0317783091709,3197.72294465329,286.051883906162,7771.35660528624,336.131500880092,9530.13980152772,31.6111040341539,940.786485425697,271.932437563475,1255.66302247052,111.999207110254,1654.10735076755,67.7831278985003,720.118465664125,182.163459053328,2377.94250970445,187.424078378884,1722.3133553511,80.4248195526467,1477.28342176369,1662.4312951127,560.624171725167,15644.1243434829,6538.01264882969,365.935622591922,3006.66788101887 -5292,102.01915329795,1555.08074920493,100.659925153166,1399.62013666405,134.783322813699,5546.0016737025,28.3702371114703,501.70601587807,691.632962014194,13414.1225862457,195.006172693458,3941.42766903961,66.9060031367092,3079.54548124787,278.97466963288,7484.15248325081,323.590431934452,9177.93675982058,30.86241002396,906.018069781806,252.7501215877,1209.25779179358,115.000569153831,1592.97691067085,66.5487112392226,693.505223961655,179.461806398423,2290.0614709826,197.295324406991,1658.66224265386,78.4093363560302,1422.68782028832,1781.13856824442,581.193400688328,15541.5988128758,6313.88932701467,390.431492122143,2883.07708858225 -5293,101.346957525088,1506.10752294798,99.6133162447149,1355.54273832851,128.922905921253,5371.34476606184,28.2568174422975,485.906088933676,656.826330146388,12991.6796611496,185.268794608271,3817.30264909452,63.577659933539,2982.56320061785,268.736266594524,7248.45855347182,313.520047815499,8888.90149670612,29.6739230352097,877.485385580683,258.721054419013,1171.17536072319,110.777254355737,1542.81024330759,65.4833948205293,671.665079479887,176.918592666638,2217.94193724257,187.858772812083,1606.42698648798,75.610364939755,1377.88396521417,1664.77304542707,551.340171270275,14987.5786354304,6148.07855393672,364.998191069398,2819.60781204916 -5294,93.0175304664257,1473.24657221703,91.0055435983296,1325.96687972665,119.68029357814,5254.15028092242,25.6341036398747,475.304365082604,628.853758385824,12708.2211837484,177.374281042466,3734.01497383513,60.8303051245363,2917.48825683455,256.769138660854,7090.30833127869,298.525693676167,8694.95933143243,28.4246278695784,858.340003472602,233.82540252508,1145.62211486283,102.994467282406,1509.14849564345,60.5172655431068,657.010380032343,162.802922770471,2169.54985393289,175.241433740027,1571.37721928908,72.0568875184683,1347.82065538803,1585.25366748086,522.412832520445,14162.6092422304,5811.68093028276,348.522580062577,2658.59176958475 -5295,89.2962469124451,1453.60521303223,86.8064640910128,1308.28905698944,110.499037198561,5184.10182140134,24.5363293004391,468.967595710291,610.640472104555,12538.7948693914,172.326857681532,3684.23299525422,59.0171625473818,2878.59223233291,253.01758330163,6995.78016790681,295.554997119331,8579.03792184187,28.0726525648108,846.89659363964,229.992429846755,1130.34865292346,95.8982606137271,1489.02849114107,57.5408945038309,648.251101642891,155.130444481835,2140.62536243634,161.271175597664,1550.42757992734,70.9789581004237,1329.8514775814,1484.98544061291,495.979530185148,13714.1435459001,5712.49760483098,328.756724336569,2616.34974620005 -5296,92.432285104675,1461.61796162984,89.3742724046235,1315.50077528315,109.660510514237,5212.67829060142,25.3592745706494,471.552698880781,616.876672308296,12607.9128184085,174.165339711999,3704.54169565053,59.6122674948533,2894.45997665986,259.128449580499,7034.34320223483,303.46803822113,8626.32839208836,28.7775676922624,851.564965376453,245.410028268633,1136.57950536009,96.1668967491656,1497.23650446354,59.1471354498147,651.824474288377,159.283813295471,2152.42519138376,159.4263662422,1558.97404516107,72.5718931318794,1337.18205500812,1460.9341922001,495.837668159233,13961.4149665663,5881.73760738618,324.687922710707,2702.83459170129 -5297,99.3808962218949,1459.10132269522,96.6811391175243,1313.23572343204,121.714846634506,5203.70301150375,27.3914603489992,470.740771336865,661.266610874038,12586.2042973613,186.726918401149,3698.16315207009,63.8552219039932,2889.47624571018,278.711087879745,7022.23134917406,326.831596410122,8611.47543155813,30.9845086366803,850.098726178874,258.995089416523,1134.62252322757,105.809595073171,1494.65853690951,63.9163449159301,650.702151702313,172.266182342289,2148.71910868452,177.25805143749,1556.28977684807,78.0565754166642,1334.87967195684,1589.3387597158,536.72043631187,15108.2193793914,6345.39206238227,350.129795001771,2911.06612596263 -5298,101.224153623768,1435.00522187596,97.963154188032,1291.54849726133,121.54141483739,5117.76727116254,27.7371559675016,462.966796418582,663.9098022428,12378.351392999,187.621078571018,3637.0904145074,64.0524164894525,2841.75844171089,286.103235922367,6906.26380673275,337.764332800984,8469.26256602658,31.8215025796213,836.059903587385,266.178243328145,1115.88497684458,106.293199369638,1469.97523203168,64.9040068572701,639.956232685694,174.843458985301,2113.23442268651,176.962828951945,1530.58867248773,80.0887721552302,1312.83501017993,1557.51145929292,533.769276048325,15385.0561199054,6546.00731406557,342.11810771669,3007.91652080458 -5299,109.568253207611,1379.84164247428,105.676604290925,1241.89959216072,130.156290904488,4921.03324056924,29.9795763302102,445.169714397381,701.711583042084,11902.5104974259,198.298396027888,3497.27564393153,67.7488790384139,2732.51732882157,302.544076685978,6640.77750322397,356.702957808159,8143.69243505247,33.6436340572148,803.920608083071,289.893062023257,1072.98881968437,114.272016564225,1413.46735722083,70.2313165561527,615.35543269055,188.885330327923,2031.99877762186,189.522751385916,1471.75073344823,84.5983840199783,1262.36782217159,1649.38841458166,567.19031030583,16350.5056605179,6952.3609797492,362.151611548552,3200.62879546624 -5300,104.151522243541,1379.0895411602,99.4988116057101,1241.22267802328,119.403512257386,4918.3509649711,28.2287742791119,444.927068635082,649.959648025026,11896.022873404,183.825284016634,3495.36940663113,62.8222255879462,2731.02793336451,287.720279656203,6637.15785780018,343.020994047068,8139.25360555683,31.8219848385795,803.482420303293,280.33728299109,1072.40397264363,105.954807101535,1412.696927757,66.4064659649774,615.020024905112,178.430694282757,2030.89120925761,173.683266002734,1470.9485358434,80.6962352168916,1261.67975154907,1480.5416568994,519.991869220418,15402.3696846428,6653.11117827528,324.755166313188,3073.54345034765 -5301,91.3710104972879,1321.20683163433,86.1406460422485,1189.12647282075,98.5630498503901,4711.91949569016,24.4563894054358,426.252730598747,536.695322628819,11396.7267682976,151.848364403834,3348.66286872249,51.9206214909852,2616.4020937392,240.563511291872,6358.58516988235,288.263489686656,7797.63543056041,26.5134542919754,769.758910585114,252.991280416501,1027.393372686,89.221898135272,1353.40365964284,57.8505478088607,589.20659916901,154.927631002293,1945.65128651468,143.184964392421,1409.21034968031,67.5687893766069,1208.72492853436,1191.14018606867,428.617046829875,12915.4135280044,5632.08720991741,262.369085223419,2618.85973528486 -5302,75.7620126820933,1229.07468441402,75.9852267825363,1106.20472837143,98.5611400668445,4383.34167556933,21.7311414832276,396.528709810872,501.568185329623,10601.9951007755,141.482247803667,3115.14946792462,48.2621766671063,2433.95167256653,203.186570248314,5915.1798748463,233.192643516713,7253.88037400352,22.9845007664432,716.081061230942,193.702982285215,955.749815296592,83.3877164850527,1259.02632050626,48.599039240336,548.119263077458,132.725585322504,1809.97455030918,142.513347256276,1310.94142441255,56.4308681408005,1124.436518576,1274.26811352449,418.93413806323,11367.3639856676,4638.40843357398,278.911939832721,2115.18579935772 -5303,63.9946431141524,1152.07129971763,68.6756391228294,1036.89933193624,101.581231707745,4108.71870140845,19.5506300975539,371.685587442526,533.735862255866,9937.76410029435,156.50245729929,2919.98065035211,53.0231002979907,2281.4609253794,179.436337485292,5544.5849246555,190.409976830764,6799.41381630418,22.8703644096264,671.217501570155,148.515067816743,895.870646329831,83.5407753043089,1180.14642058622,45.5444248827879,513.778763668032,116.155293002412,1696.57691194305,153.41003733025,1228.80896484879,53.177652111483,1053.98887295724,1506.01235931479,451.959963633441,10861.0494046402,4067.04714398507,320.563144768095,1798.74174405431 -5304,68.1038677598665,1097.77552326517,73.3631216206069,988.031475976021,114.372940733384,3915.07958187447,20.6948860035078,354.168479281491,602.4806640034,9469.40887075339,176.396157928484,2782.36536848903,59.9754169215246,2173.93833331433,196.453903861884,5283.27510497288,207.422281644472,6478.9653747292,24.823196667963,639.5838037034,154.817578455536,853.649307810799,92.6487082125418,1124.52749643715,49.6580787792446,489.564969864667,126.249001187033,1616.61922115791,171.418284545119,1170.89663175399,58.563760681986,1004.31560686382,1746.29225755448,514.289371934151,11944.2420705161,4375.19154786777,372.599282559237,1924.60977073411 -5305,71.8575755623316,1057.6539252507,78.99410776892,951.920813217897,131.421644218139,3771.99090313311,22.1502525097786,341.224298022227,694.545639224425,9123.32006835691,202.963994728456,2680.67523013373,69.1608487275588,2094.48504066116,216.390268371245,5090.18149387552,223.659937133602,6242.17156870465,27.3023586347051,616.208237638284,153.735292338677,822.450056554546,109.482506801155,1083.42816491437,55.311259049268,471.672305557074,141.550242023406,1557.53487726505,207.639014437558,1128.10259692618,64.3252265066283,967.609790233483,2096.76533704509,605.727406937621,13367.157287551,4708.4147848115,447.717987972292,2050.07962630566 -5306,85.9361815340649,1042.55408883706,95.0193352480019,938.330499585839,166.431653762847,3718.13921854019,26.4096976800818,336.352731853478,881.554685806645,8993.06891786942,257.273327690579,2642.40396153939,87.9551807628737,2064.58264940656,266.909888913817,5017.51036200687,274.032203040391,6153.05378896304,33.4051362933488,607.410800818037,150.395830839608,810.708161577488,129.9652247771,1067.9603567159,62.4423699623602,464.938368789364,160.216115857501,1535.29837693752,251.330641237819,1111.99698405536,79.7197081411578,953.79548935874,2716.8110907615,765.606797474949,16419.0343288806,5641.83462896143,581.496590795481,2419.71171391656 -5307,119.784140369184,1043.85580027567,130.451051681522,939.502079609925,208.584754985111,3722.78161014648,36.7373267450171,336.772694906858,1100.28441343378,9004.29747742712,321.883034478616,2645.70321238786,109.518268845541,2067.16044453438,351.776097193323,5023.77512150618,367.731125486557,6160.73636446224,44.5116216445987,608.169201361307,233.473107970333,811.720394994058,154.939110012858,1069.29378989429,80.0297360281509,465.518881205346,204.434335365097,1537.21531868697,291.20865976331,1113.38540045442,104.650711741023,954.986378648696,3223.17099211377,926.877145079153,21219.2491518568,7662.75449458147,689.333573347072,3322.86252323026 -5308,136.55494904705,1048.59980862457,141.930171166681,943.771831915079,185.249614929541,3739.70052465076,40.8141814864909,338.303224771133,966.300628390909,9045.21928137512,284.552033616666,2657.72713190333,95.8931899575396,2076.55506245458,356.167907223927,5046.60665734965,390.007292697174,6188.73504468287,45.554514658059,610.933146120763,309.26806266404,815.409418257429,140.401821812186,1074.1534061989,82.4413108778537,467.634523479331,210.119553260401,1544.2014965709,248.944059846324,1118.44539977032,105.523235858976,959.326502401609,2478.11235150285,775.961127056489,20843.921506297,8340.81086011255,525.523076894633,3721.52612247576 -5309,151.438674482441,1056.52577608548,155.528717422185,950.905444537129,205.695740995845,3767.96749974283,44.3778539678552,340.860330284031,1073.43961243257,9113.58865652791,316.01738279559,2677.81588129485,106.857207870183,2092.25095303213,395.781662686506,5084.75203924385,435.081198673584,6235.51334102139,50.0668410285876,615.550957603389,263.404938687401,821.572788175364,153.345058901834,1082.27252359291,83.9817011320507,471.169195130242,211.162342024158,1555.87352885075,281.020244332586,1126.89930351174,117.749262955423,966.577686866728,2785.94369285704,861.85544642878,23010.264347956,9144.43528763004,590.073748744533,4052.19919623651 -5310,135.781068981477,1118.02434760093,132.753426170978,1006.25603588945,166.773480367774,3987.29449014469,37.4582277636507,360.701231351698,866.580849487387,9644.0751779571,255.766247257443,2833.68699699178,86.8886743079396,2214.03732850519,341.042356616347,5380.72682187751,387.336125232575,6598.47198511538,42.0322757341984,651.381133680903,319.575510421429,869.395145199109,135.57214517232,1145.2697695645,85.3113981837689,498.595153964823,209.397625513316,1646.4382851954,231.786545967697,1192.49419856911,102.794153347308,1022.84053283462,2114.46651598478,695.437641258749,19675.6644544445,8162.37690523697,446.693925576992,3716.9001073653 -5311,123.405090797401,1214.98728711274,122.290341024741,1093.52564084099,153.562201635529,4333.10072888473,34.693605492543,391.983780566693,798.190627861123,10480.4772474954,235.536480429424,3079.44427542163,79.7898133853858,2406.05422690404,311.228934248708,5847.38131869487,351.07712885322,7170.73791236107,38.7434174287034,707.873489683492,287.463982251177,944.795210552507,120.368127851396,1244.59562380844,75.3559648223197,541.836834576261,186.567389408312,1789.22900008447,206.37677146903,1295.91568763788,93.3969687495383,1111.54846207452,1951.23811777068,635.514783228131,17950.6696822266,7423.28826841662,412.632917489268,3363.97820144139 -5312,121.058862918751,1307.43763276956,119.787887116485,1176.73377359487,150.682040709578,4662.81336407057,33.930806328732,421.810459734158,783.23678292212,11277.9536939214,231.120868803945,3313.76416560765,78.2994469571703,2589.13478034337,305.352975601502,6292.31801048961,344.89411880802,7716.37094543393,37.9613446737654,761.736727181276,292.03081455502,1016.6862045711,121.686468776669,1339.29891564081,76.3309139725634,583.0660747317,188.970546045565,1925.37432544842,208.411796628562,1394.52400604172,91.7430727967138,1196.12798041443,1919.0691644249,628.308974898604,17685.2225707041,7308.79703797305,405.605648802073,3321.03330805272 -5313,111.540322912975,1380.62266709272,110.306191963122,1242.60253815485,136.276662956195,4923.81866752748,31.3046632299738,445.421691505207,707.607601980167,11909.2476137975,208.934390286434,3499.25518875124,70.7123660712405,2734.06400145301,279.127723147631,6644.53634812033,316.180442438246,8148.30196710383,34.7946268100872,804.375647101215,277.312319938577,1073.59615798877,110.718713505242,1414.26741482843,70.4350222732276,615.703739139079,174.791536452519,2033.14893936587,188.145456344059,1472.58378089342,83.8130163975413,1263.08235369195,1708.5242410534,565.602768043762,16144.8449610768,6723.33545421503,360.759562892298,3061.98642573605 -5314,107.031451493564,1444.05934130801,106.661092686249,1299.69748108955,132.559795770819,5150.05765965181,30.3852593705905,465.887870574928,688.70737362301,12456.4522041846,203.284256819706,3660.03851984951,68.7353373945249,2859.68842547404,269.209771835238,6949.83865676264,303.05234635053,8522.69910660857,33.7121831574394,841.334996739678,270.122877178964,1122.92561732362,109.617885551067,1479.24999362144,68.9955889617199,643.994016014762,171.827741214959,2126.56780751273,187.388050542332,1540.24587263639,80.5542879497822,1321.11830057883,1679.86746118439,554.384635637636,15654.4220949276,6479.64869673716,354.685311754998,2948.97230419716 -5315,105.113174170044,1434.88951462901,104.562468506021,1291.44435720759,127.984426692799,5117.35461568751,29.8142093931462,462.929466510209,664.318730566813,12377.3533025812,196.192904478009,3636.79714887158,66.3029028969717,2841.52930523056,262.525110926301,6905.70694132233,296.485944763635,8468.57967300268,32.9186482396024,835.992490460059,269.261494505575,1115.79500088029,104.518570653654,1469.85670508516,67.2813505347054,639.904631776702,167.021084485078,2113.0640285071,176.41868875063,1530.46525816225,78.5571364661835,1312.72915375348,1594.82507743797,530.387138444676,15203.2410898961,6344.15850147894,336.717079886035,2893.03297180951 -5316,97.1295037630501,1394.44972098393,96.9617735027492,1255.04730867031,120.843768169028,4973.13113188805,27.6547321948632,449.882627776608,627.942505861199,12028.5197454846,185.330141208494,3534.30052823985,62.6321963022888,2761.4458858673,244.700360931447,6711.08194697029,274.913757293297,8229.90790702237,30.6688265359969,812.431537886103,248.436672833114,1084.34831517677,96.4516064023929,1428.43142374086,61.858074403261,621.870064656549,153.803627575918,2053.51109958786,163.149278233888,1487.33183319116,73.1391148467709,1275.73223130862,1526.3373522206,500.93986652025,14180.4524944747,5876.57315693548,322.832223540271,2671.39551497015 -5317,95.1000758135214,1358.75393849365,94.5401777119217,1222.9200149636,116.689038782535,4845.8265725998,26.9803475358637,438.366319812535,605.95703263755,11720.6080165398,178.91025998248,3443.8278342353,60.4871047381827,2690.75708998083,238.291829911527,6539.28850196574,268.803028056554,8019.23483782287,29.8235229081283,791.634531706376,255.299972541505,1056.59065491855,98.0977827998649,1391.86576157547,62.9549191935549,605.951141061706,157.007849146157,2000.94435268462,165.871922219883,1449.25841052879,71.3248989515757,1243.0754351837,1466.76192698342,488.615101662711,13874.0567215849,5769.25867888331,309.622181586328,2635.07229700919 -5318,91.4362794717301,1336.74057373145,91.4042557435405,1203.10731481111,113.741057803143,4767.31865082313,26.0684037648523,431.264285055459,591.032637516593,11530.7207881068,174.436946699445,3388.0338923408,58.953505358208,2647.16375374079,230.345656418419,6433.34456392011,258.391685656412,7889.31407984189,28.9047470448488,778.809148676299,230.573794184729,1039.47268025653,90.5047066785693,1369.31594748364,57.8896305159488,596.134040909598,143.710301008382,1968.52677018006,153.322669961311,1425.77877001269,68.7545033110492,1222.9361942171,1436.80255396761,471.066374877055,13338.4690452765,5525.6805845067,303.880394671825,2510.37557991093 -5319,94.4777148878633,1329.85597429907,95.2725253424156,1196.91096519816,120.988554523165,4742.76558501333,27.1806633662535,429.043149623164,629.603518718988,11471.3342509187,185.662385303837,3370.58454078337,62.7530340632214,2633.53009704288,240.855748533984,6400.21098422374,268.748027661432,7848.68183727865,30.3042849137532,774.79805697438,228.290516297264,1034.11909619908,93.0597971482037,1362.26357548262,58.415494437553,593.063778690943,145.713154149392,1958.38828964694,159.320710921085,1418.4355981934,71.8944996171352,1216.63772015714,1558.08034326832,501.267568717104,13954.3076213348,5721.04094321805,330.130797551085,2584.09536150784 -5320,98.5307448706563,1351.66684787171,99.3708941325018,1216.54141709985,125.22375334906,4820.55134720003,28.4090218748884,436.079855909023,651.381660911595,11659.4747908656,192.129824440896,3425.86525892555,64.922955420468,2676.7224374966,250.379445525418,6505.18039092111,279.351065832422,7977.40751176756,31.5472958521437,787.50546498817,244.652915686899,1051.0796101962,99.8441506308573,1384.60596382518,62.5135334312276,602.790575688157,155.966777659284,1990.50767717245,171.177636241343,1441.69925989889,74.6365230230488,1236.59170916865,1609.10633149733,522.217043556298,14557.9069457106,5976.19239001044,340.47488902089,2706.36233717279 -5321,104.935415748419,1386.43697238632,105.499965005577,1247.8355903766,130.308307820343,4944.55466268798,30.1988143215307,447.297524606118,676.928305309359,11959.4017964674,199.821641672693,3513.99182784354,67.4194604882218,2745.57814154036,263.984509992685,6672.51891264226,295.88571079657,8182.61743677587,33.3092146912697,807.763166149289,257.779434011745,1078.11746274014,107.03479893552,1420.22341041839,66.5202586799434,618.296692011062,166.060256873654,2041.71127064044,184.251810167841,1478.78536795743,78.6948407625211,1268.4016538819,1650.89991023103,543.526509646188,15363.7623239388,6349.3036739296,348.394016358802,2882.08391794995 -5322,113.280841814871,1394.85469775123,114.429050216243,1255.41180012112,143.468989008738,4974.57543105415,32.7184173922547,450.013282908538,746.030051787611,12032.013074049,220.091983486759,3535.32696152107,74.2613581600439,2762.24786632678,287.271783122953,6713.03098265879,320.869154229413,8232.29804088611,36.2759985736758,812.66748464913,265.41261936068,1084.66323214273,110.612258009519,1428.84626949084,68.6987652980644,622.050668463684,171.507490785624,2054.10748128182,190.477627149566,1487.76378482674,85.6480261930851,1276.10273008474,1832.49594619777,592.237788290615,16634.9440503149,6841.64536593234,387.745939062558,3087.93119295245 -5323,120.425263060509,1391.00742126773,121.799646028304,1251.94913386384,153.621945426635,4960.85459898316,34.8076056089491,448.772060060461,799.199015503015,11998.8264768905,235.712746223607,3525.57585246114,79.6088972289516,2754.62905751834,306.418120346927,6694.51515712211,341.343008314674,8209.59178574074,38.682347207795,810.425992035143,289.460409109758,1081.67152314805,121.508552967613,1424.90523774036,75.2952329724522,620.334933547221,187.769101292918,2048.4418593213,209.498887507971,1483.66024728151,91.2641233897418,1272.58299427863,1978.80502757689,639.820940105944,17810.5506003525,7297.26916615957,418.676589176979,3298.27547497635 -5324,114.019766382857,1399.54085387961,113.392674146319,1259.62948366211,136.424952449038,4991.28802282437,32.4200710176164,451.525148271253,707.370821131079,12072.43584489,209.039649855035,3547.20425177449,70.5443031838499,2771.5279187851,282.637143440104,6735.58409254906,319.791260412787,8259.95528287489,35.541373224725,815.39772366231,279.582684837871,1088.30726851492,110.882631241341,1433.64662375933,70.4959700932527,624.140510908836,175.432380766567,2061.00846414208,188.489265757291,1492.76207847631,84.4579396583921,1280.38992690793,1677.9772841208,561.464808542331,16319.4943044667,6844.94510253428,353.623772075655,3116.82794474696 -5325,96.9067896110887,1361.35735856497,96.0307450132885,1225.26317248637,115.775366222413,4855.11134580548,27.4011463504563,439.206245014044,600.320186543559,11743.0651114514,177.401195703443,3450.42632882053,59.9228376805091,2695.9126746799,240.164664489705,6551.81800746034,272.252004000845,8034.59997226108,30.1093311393135,793.151331158142,252.820787600177,1058.61511956977,96.9324935688362,1394.53262505797,62.7034284471424,607.112164642346,155.565863575705,2004.77823205144,163.153986345738,1452.0352403341,71.8811813739789,1245.45721119658,1424.09633092494,480.039660261258,13914.6760694108,5842.42009965039,300.146267152105,2672.41952636016 -5326,74.5793207497314,1270.4979910612,77.215213203001,1143.48696862823,97.9897883970713,4531.07273591007,22.2501532039048,409.892853218264,510.299071814917,10959.3124385259,150.415481450585,3220.13885001668,50.6267911477455,2515.98275479095,191.817239321078,6114.53823193896,210.635586819099,7498.35673896708,24.5966759596366,740.215026204556,192.238615949271,987.961297787492,80.781434962257,1301.45908233315,49.2448992402752,566.592438549708,124.565368109228,1870.97583181941,140.503686025381,1355.12387264662,56.6587048537478,1162.33322192927,1286.14768740854,414.579606272412,11303.9082833053,4575.53576291219,272.044090237779,2065.64946239905 -5327,69.073653084068,1199.36676668483,71.3991460899045,1079.46669570438,107.992446478923,4277.39208965067,21.4761201645088,386.944229357642,594.438470310219,10345.7346780255,168.655846193675,3039.85330791024,58.6245827013767,2375.12071870963,214.949582655006,5772.20428572731,218.874280741099,7078.54710573181,25.5332803659593,698.772692972892,147.098254214333,932.648422645206,81.0537391599675,1228.59444291346,45.1568141533016,534.870693092423,114.8308076582,1766.22572388358,148.332168496269,1279.254708806,55.5347769875992,1097.2578059972,1632.24880544584,484.53524191285,11860.8596755182,4518.93161934941,352.772463599448,1985.39685607055 -5328,68.6144126917808,1152.79447211554,70.2513413195465,1037.5502091662,106.851455611446,4111.29780563263,21.023530173797,371.918900048793,588.188799896908,9944.0021835589,166.878245360432,2921.81356590977,58.1128065824302,2282.89303254895,213.324130212094,5548.06534359867,218.786085941083,6803.68191012369,25.1502290675496,671.638834842022,152.202329922758,896.432997743053,82.8561544917488,1180.88721615771,46.575905500314,514.101270287727,117.818848619704,1697.64187866339,151.00996264292,1229.58030662764,55.4227646010384,1054.65047754787,1618.6419028625,483.234900644,11801.6563063107,4501.64445214814,349.686993958953,1987.0358904313 -5329,69.162884735888,1128.38017566568,71.8358934601662,1015.57659721635,114.542453882956,4024.22726023333,21.3863910289907,364.042267656172,631.933822339034,9733.40452449658,179.087387890207,2859.93434607065,62.4669798395628,2234.54510183958,221.288989940249,5430.56641790269,223.248169525988,6659.59108463637,26.0878947472992,657.414625741693,148.527089706309,877.448016912796,83.2563850649972,1155.87796145837,46.1049806141756,503.213448458548,117.031952329894,1661.68860763899,152.78044974054,1203.53981212403,57.3882730386427,1032.31470995646,1780.87969578134,517.892860813871,12246.4740709827,4566.14820336206,386.091557546511,1994.40554246284 -5330,80.0547578688813,1131.24393634117,83.241193453171,1018.15406922869,138.925666004667,4034.44050575612,24.5400299743708,364.966184925205,767.882849938638,9758.1073167975,217.410639974264,2867.19268655855,76.1124308319837,2240.21624223027,262.266252011189,5444.34886719473,263.767008502768,6676.4927242383,30.6477165786121,659.083104321249,144.686626107304,879.674926938173,100.533710241214,1158.81150985197,52.0721031552092,504.490573771589,132.601629212985,1665.90587287646,189.871652349683,1206.59432341347,68.4845314699137,1034.93466228712,2224.47988086324,636.083086117588,14567.3497915364,5304.0421346212,482.455845654018,2295.02492729456 -5331,118.209728282584,1173.39041819217,122.020213787862,1056.08718924086,188.453192289445,4184.75068032797,36.4804846324442,378.563641844116,1038.25053589987,10121.6627620162,294.443494409724,2974.01499131998,102.568689095528,2323.67943718082,371.462179913024,5647.18765673457,378.127403047703,6925.23719958157,43.895895861345,683.638404201503,232.29771787634,912.448763024218,157.842698532223,1201.98507012463,82.0150425264014,523.28625711486,209.103026247038,1727.9721252391,297.719506483031,1251.54811641919,96.3354143427396,1073.49297279805,2928.12845092759,873.572956259652,20833.334720602,7800.07479901977,630.598713479184,3428.84262572825 -5332,163.992017641905,1282.99441020943,167.910025712523,1154.73412726293,246.749474661271,4575.63965730424,50.6347445433969,413.924495090758,1356.26127548203,11067.1065183055,385.083306566698,3251.8116311375,133.729865592928,2540.72956690306,501.547284538475,6174.67987181703,515.191387896033,7572.10940083068,59.5371672019688,747.495665207808,314.43164880337,997.678730295256,186.594005572556,1314.26002992341,100.777698457475,572.165352988104,257.666328605703,1889.37845691219,346.229848785832,1368.45265870494,129.577736967067,1173.76574935815,3671.45551638506,1100.18138482976,27524.3935973522,10609.587547153,791.317113710082,4657.95780516044 -5333,177.765278214688,1482.8503017736,179.186511096845,1334.61052944151,261.47675496229,5288.40078541985,53.7468969306085,478.402756530032,1436.33050362505,12791.0629304698,407.943708752381,3758.35609272531,141.956729316339,2936.50664026846,538.8353434569,7136.5282953841,557.927935485124,8751.63961801798,63.3645488031217,863.935309388386,266.232623626628,1153.09014171771,182.921704395583,1518.98626094777,96.0523069474535,661.293267991956,242.193817273423,2183.69261214431,343.517733638836,1581.62063823197,139.612754421636,1356.60676445436,3845.08744591092,1142.53397757439,29078.3274051231,11297.6465411797,828.990596206303,4931.23870849726 -5334,159.862767370187,1666.16001212829,154.169904164368,1499.59486352811,216.809375205488,5942.15202049417,45.7959537771847,537.542826588024,1187.79927189024,14372.2920256176,337.811589311262,4222.96345460347,118.055325057995,3299.51710804015,469.112313258458,8018.7447491962,499.368768407105,9833.51586782465,53.8454140816245,970.734850204984,320.911815177011,1295.63495533666,157.895353048809,1706.76309263067,94.8202500975975,743.042232988706,233.603099102503,2453.64033360822,278.703737573796,1777.14032133048,122.702079901201,1524.31026949455,3039.50584703478,938.204059067584,25036.8348143994,10099.8484317834,655.01526686276,4506.22817571346 -5335,145.009633975174,1785.48343814317,141.488050069024,1606.98958879338,198.342221270614,6367.704147436,42.2470171599045,576.039400285212,1086.71752996838,15401.5755948424,309.050651343019,4525.39447183528,107.74130040272,3535.81475212006,426.579878932083,8593.01378029047,451.564724038299,10537.751232123,49.4027175878991,1040.25482861963,289.302104512687,1388.42292324493,144.468280327824,1828.99434180602,85.3903709273295,796.255816479229,212.271618417441,2629.35981354007,257.047719458263,1904.41169389179,111.166508395433,1633.47500898042,2788.90996935315,858.742824665194,22844.9626671886,9181.74751404719,600.779064787741,4085.12576166019 -5336,140.145621837976,1844.89927360156,136.006568398998,1660.46565412748,188.221272363738,6579.60331927332,40.6020371262006,595.208361191672,1030.4718314741,15914.0964403423,293.169275495291,4675.98679186403,102.164903263112,3653.47665983386,409.113031941049,8878.96495852845,435.130272048606,10888.4177686664,47.3088524012937,1074.87156513573,293.563470474596,1434.6257085477,144.039396249241,1889.85809699161,85.7264450513046,822.752956449298,212.990836101587,2716.85746639126,255.402645081891,1967.7851251049,106.686581036333,1687.83243413801,2625.06496719934,819.943788880188,21985.6332140442,8887.35701168316,564.434608457307,3974.97963477 -5337,129.510932429535,1893.90142596878,125.709904679718,1704.56908684511,171.824849160017,6754.36338828101,37.5971470539007,611.017620386845,940.169435494406,16336.7888819918,267.555468228879,4800.18512644014,93.1728409715569,3750.51622319481,376.073562517197,9114.79810128404,400.658257507347,11177.6237508968,43.587997753617,1103.42110220999,279.125831248718,1472.73063306368,134.188959937205,1940.05439537294,80.1793155911097,844.606000845482,199.785028063169,2789.01959764313,237.464495383362,2020.05123410395,97.9821457944141,1732.66275267702,2379.37054107102,749.331046195827,20233.8259391679,8213.91456548722,511.04657449108,3681.69566245359 -5338,124.471103764906,1936.97356860135,121.728983597653,1743.33532981264,167.408756487626,6907.97481666009,36.5269997910435,624.913717477987,916.43804821784,16708.3290747573,260.739589203995,4909.35356339985,90.7275878886995,3835.81251554465,363.338715089206,9322.0918276113,384.792479289944,11431.8313869915,42.2935360742944,1128.51570874362,271.306631223595,1506.22427904593,128.782173192582,1984.17617409207,77.1014593282843,863.814492712017,192.547239618957,2852.44900757309,227.667980345863,2065.99234470633,94.400732504966,1772.06791716665,2330.80403974018,729.385408853856,19569.6304420027,7910.73201902477,501.13565225027,3538.82436647024 -5339,118.928723301702,1912.03858813722,115.245257855122,1720.89308635823,151.98439202037,6819.04731661966,34.7084922100644,616.869100045065,830.12315533808,16493.2399967127,236.452681139463,4846.15464464368,82.1598416296643,3786.43346789547,339.873411811078,9202.08700081639,363.387910176183,11284.6675346165,39.5906187610066,1113.98813975294,269.054393880973,1486.83440528543,114.784785869224,1958.63354669623,72.0510715840218,852.69446616671,178.992856239922,2815.72896067533,197.941421070015,2039.39648424165,88.1913963672137,1749.25579437266,2032.45911746243,649.105597783735,18123.4848550615,7492.23832994036,436.514336386492,3369.45392342361 -5340,110.699147611745,1891.12444362407,107.854523434826,1702.06971797902,145.666598850736,6744.45962685931,32.4587953029778,610.121699870152,796.608630281572,16312.8346393515,226.762880387486,4793.14672984533,78.8112056771511,3745.01693099695,320.115356406177,9101.4332909218,340.039401705787,11161.2342686427,37.2844825131852,1101.80318224985,248.552563046919,1470.57120337508,107.870904596747,1937.20974003351,66.9818855528511,843.367575275692,166.752793321898,2784.93012494117,187.109734762211,2017.08928131402,83.0384712518308,1730.12219074094,1984.20854616287,624.411963044201,17112.7972012852,7000.30690768865,426.903950431305,3136.2083246349 -5341,106.77329636435,1854.32943807883,103.184902083426,1668.95308997362,135.968250054359,6613.23482554781,31.1215238721164,598.250756418663,742.536962405062,15995.4410151312,211.520153812445,4699.88800163292,73.5005093815594,3672.15133021239,304.714158820118,8924.34960426219,326.099193133759,10944.0736908758,35.4314922238413,1080.36574890836,254.873338656154,1441.95876818326,106.355024318316,1899.51806756471,66.9113018274709,826.958441168434,166.896212862028,2730.74462713546,183.17781340308,1977.84341807037,79.0823811680423,1696.45975471412,1818.37175833201,585.079159843883,16314.8688751053,6748.77034596184,390.198850558124,3043.71524195839 -5342,101.940779982909,1813.80286329706,98.8568362253486,1632.47793576469,130.221025895636,6468.70184764035,29.8128986006608,585.175920027469,711.197803191845,15645.8588841703,202.58603398462,4597.17142999639,70.3505450736288,3591.89605709974,291.207185792272,8729.30695747633,310.555873999856,10704.8897509875,33.949027701127,1056.75423608022,230.097571603181,1410.44459996105,97.4007139208009,1858.00389029196,61.2649643949471,808.885173053705,152.099427594637,2671.06390154865,167.774884629782,1934.61743160698,75.3817105605351,1659.38343930766,1737.71629929627,554.425661437673,15511.5856538955,6415.31527660144,373.275487436579,2882.79915192776 -5343,104.146445872903,1769.11081640117,101.561181446173,1592.25372951932,134.700449722863,6309.31323260381,30.6599609678527,570.757203313862,736.014870551767,15260.3454013507,209.604205994383,4483.89726702349,72.7565470183135,3503.39184846857,298.930340486191,8514.21710189911,318.117614197234,10441.1215959981,34.9497424293181,1030.71584412925,227.680110878003,1375.69128829689,99.0215039685531,1812.22273144721,61.436861655522,788.954267209953,153.183345277006,2605.24896897493,171.834670210186,1886.94851745508,77.4061018870451,1618.49628228058,1811.30411874633,573.244796962887,15930.4946599234,6557.91082753022,389.297241701255,2937.4848188738 -5344,109.069498325785,1754.87878574267,106.488344979337,1579.44446755305,140.828004170744,6258.55646907713,32.2049241814463,566.165611910531,769.437253236088,15137.5799410992,219.130859433289,4447.82549425366,76.0593899762918,3475.20798359481,312.841421034676,8445.72246736066,332.526351336232,10357.1255222158,36.6241240241054,1022.42400658133,243.464426414934,1364.62421414293,102.836154170759,1797.6438767848,64.4776714199358,782.607337885348,160.632231867012,2584.29042705898,177.445986946033,1871.76851352176,80.8996525615938,1605.47590588779,1888.23321285573,597.911417039211,16654.9374621978,6866.28797355699,405.986842303349,3076.68329757439 -5345,118.527218805477,1734.57210918639,115.978737662681,1561.16783887546,153.86488402977,6186.13523807286,35.0606527329559,559.614195338765,840.810358908056,14962.4146007884,239.436664528222,4396.35723648885,83.0640298172265,3434.99442294207,340.627492690222,8347.99232450283,361.793984469938,10237.2774735978,39.9215808512827,1010.59297085756,257.328510152363,1348.83338986344,115.289466961072,1776.84234162134,70.5020424548664,773.551353956359,175.988690620813,2554.38616799782,201.602904986453,1850.10924104031,88.1059487294805,1586.89805298727,2078.40730221373,658.140638486456,18211.6993116128,7475.47444043687,446.365151370177,3347.10935242999 -5346,126.231953752387,1705.21131319806,123.649436672203,1534.74222636964,163.901391396864,6081.42361857932,37.3791675865764,550.141704610652,895.608483957855,14709.1484492921,255.048316396112,4321.94087338194,88.427060963715,3376.85087852618,362.710947255043,8206.68733161511,385.309697684736,10063.9928843978,42.5516335777539,993.486841981483,265.489822178897,1326.00192510491,122.555516797425,1746.76604486811,74.0892738108189,760.457586698301,185.114477686556,2511.14852411045,215.589521325653,1818.79276841019,93.8237657319994,1560.03690968786,2214.99551629464,700.619969933488,19394.0531338721,7954.93822380655,475.503512030407,3557.30524531867 -5347,129.396765057033,1643.94415898244,125.681871230664,1479.59991765022,160.880006622885,5862.92194913445,38.1086799542644,530.375464264982,877.405650823415,14180.6581329025,250.109239517483,4166.65629606836,86.6513938704013,3255.52278157038,365.379196108483,7911.82629330632,390.678518287017,9702.40004291179,42.8571232149294,957.791493793394,287.211721733191,1278.35952219166,119.715085776612,1684.00585566385,75.6333899599542,733.134830933031,188.067089357606,2420.92456025668,205.714172067374,1753.4447049966,94.2968884868222,1503.9857791399,2099.70369813457,677.619351088977,19388.9476825789,8101.01426535229,450.238681862339,3642.27034126719 -5348,124.921137345908,1618.86454516109,119.914835688721,1457.02749975998,149.871636725122,5773.47863225195,36.3389044262552,522.284184672908,816.088104371373,13964.3214478864,232.815703134461,4103.09079704534,80.6760428058154,3205.85731470992,347.948438558872,7791.12538812439,375.789302175746,9554.38257839701,40.6218644729121,943.179658802247,278.448344884757,1258.85717902128,115.710024539801,1658.31507030343,73.2661321520679,721.950303564315,182.141501390909,2383.99152166768,198.588096676452,1726.69457737327,90.0168361291822,1481.04133645459,1913.79340468966,630.583012611494,18428.825164412,7789.47017417173,409.119086182875,3518.13912548887 -5349,104.608295104434,1509.83909218452,99.6238734879499,1358.90126453204,122.445586084345,5384.6529426578,30.1748573325242,487.109981873381,666.005207305244,13023.8681678903,190.107167475006,3826.76049251864,65.8892861609833,2989.95287294595,288.685193399895,7266.41751359808,313.673900323588,8910.92485882759,33.5957245406954,879.659465067344,251.04635033487,1174.07709375359,96.5244557610391,1546.63274811155,63.4197691724041,673.329213487358,156.940037887219,2223.43716502369,162.217500894476,1610.40710970774,74.7588592214119,1381.29784459381,1530.6048871715,513.585930460178,15266.7276096327,6522.23212681856,326.960001608212,2963.95717397216 -5350,80.9417049607323,1382.01115686212,80.7103118258498,1243.8522213252,105.161447581043,4928.77054323487,24.6476281090824,445.869651310927,574.428840821237,11921.2247230158,163.613677643178,3502.77438349279,56.5145749288,2736.81364477365,232.275869271088,6651.21874654944,244.215418395951,8156.49669995081,27.6866418285211,805.1846062639,190.640151580283,1074.67587174211,78.9102372684931,1415.689741061,49.1960203296005,616.322951298312,124.088771960027,2035.19367365082,136.580531419319,1474.06475579199,59.516863716886,1264.35263337648,1408.63325368707,448.11592381298,12467.7571135737,5126.3792864798,302.536673039888,2295.85452701052 -5351,78.2239950087148,1295.66438882515,80.805521449675,1166.13749471554,119.19928766411,4620.8255569075,24.5249226303619,418.012131373183,657.655257242729,11176.3977216101,183.63463187624,3283.9243071562,62.3014201639911,2565.82008095739,237.688091822739,6235.65680305873,261.75719861092,7646.88639395003,26.4667638423156,754.877423084664,160.178301407499,1007.53112565849,86.497409017532,1327.23876649632,48.2078609524352,577.815668164325,126.597278286901,1908.03667120805,158.598958534815,1381.96656475507,62.8888952884403,1185.35706014321,1736.61829668091,530.174241342665,13216.9051777206,5110.69415910687,386.49224432472,2256.04386783849 -5352,78.4140389082265,1243.1620789094,80.3499389453661,1118.88381337646,120.068808423912,4433.58261224701,24.2379898130357,401.073638149798,662.753459405647,10723.5129298518,185.023303935458,3150.85465331589,62.9128201000574,2461.84911267244,239.03325013334,5982.97841749371,264.738598040514,7337.02281908578,26.4093399097977,724.28863114362,158.286036332436,966.704417858753,87.5570978648502,1273.4570143298,48.7516481772151,554.401690327329,127.114091054638,1830.72009640182,160.614551602014,1325.96715819442,63.6287056463153,1137.32457251044,1759.64349645387,536.237596803591,13289.1552707358,5127.85087528607,391.750642206689,2266.02009449471 -5353,79.0442299151461,1215.76831453709,82.1392502913736,1094.22858936052,129.014558049232,4335.88616584989,24.6404185867659,392.235758579772,714.04479753928,10487.2143880707,199.120808213941,3081.42382735305,67.8434985621269,2407.60090509205,248.338696107448,5851.14017709526,270.31268308852,7175.34746097263,27.4414362735386,708.328530336408,150.617412677654,945.402551038834,92.5712803182331,1245.39568429033,49.5526222284887,542.185142276116,130.148389940326,1790.37916596055,172.899385730272,1296.74873807588,65.9691127098725,1112.2629961619,1956.42943313789,583.284617143463,13895.6572337923,5218.05989342528,436.447024203426,2285.07477857984 -5354,91.5733970089443,1217.30144046961,95.2190682314199,1095.6084494921,156.976590567179,4341.35386840627,28.2693352276131,392.730381449897,870.756350193237,10500.4391284642,242.596182134343,3085.30960947317,82.9901458384684,2410.63697318055,295.033151068737,5858.51866741542,319.949445729543,7184.39582251963,32.3163328512352,709.22175713433,163.393374076852,946.594736383974,112.204226495501,1246.96617136177,58.4644800567898,542.868856510083,152.776074943451,1792.63689606881,212.045532460149,1298.3839831259,78.9142677081846,1113.66559830478,2447.57119867048,718.745702958858,16576.9045800734,6094.36253307469,546.873379724774,2655.86034702785 -5355,134.857206786578,1247.03828430907,139.266488990729,1122.37251654123,211.237084414503,4447.40661569196,41.9717965417465,402.324194153907,1167.07324605003,10756.9490677676,325.689665044861,3160.67908411857,110.7878221779,2469.52520976839,415.413350787744,6001.63346951101,456.628564753566,7359.89980990727,46.0091062325363,726.546978265519,267.372900043699,969.71862248095,152.965179348954,1277.42767997263,83.9499387738017,556.130326409534,219.789956532109,1836.42832000624,282.491827604364,1330.10155156563,110.362203956975,1140.87077434843,3133.20675124494,947.116192585548,23150.4695498763,8847.41896392083,698.052318831382,3895.91054577727 -5356,189.528776071442,1343.19127028627,194.742065121127,1208.91313859116,283.333670814681,4790.3242560998,59.1524789271975,433.345433105044,1561.96020653857,11586.364480177,436.287550016769,3404.38349598596,147.963267135272,2659.9381472483,570.909889476236,6464.38989495138,632.099251919274,7927.38546942547,63.5005123018194,782.567440742053,393.657404639359,1044.48885390243,206.708318246141,1375.92384271661,116.568014630667,599.010799406701,305.373816711847,1978.0262715074,376.901216911283,1432.65913736324,151.181689179241,1228.83770603609,4084.30228632086,1255.7008896717,31677.8116358262,12346.6648822703,908.388234110142,5465.11680639929 -5357,205.279535940958,1524.62073296756,207.60288259196,1372.20519238495,299.618775895121,5437.36982219263,62.723045231948,491.878890567793,1650.48554233487,13151.3745636777,461.159677141311,3864.22527883655,156.699880988718,3019.22513749047,612.414706692157,7337.55726221205,683.748930314133,8998.16467861343,67.4728897214156,888.271515378751,429.013060938402,1185.57155428339,220.801228202717,1561.77460648851,126.2918993405,679.921247442508,329.132680321496,2245.20508032483,399.843049337372,1626.17333243529,162.652020293087,1394.82103965403,4276.13225798026,1325.5244829509,33829.6319511094,13304.3082122809,950.455417165894,5913.35511039534 -5358,187.653789972528,1694.79763291279,182.375668429246,1525.36959627857,257.30109429097,6044.28452575661,54.492101681066,546.782003804617,1414.31174349369,14619.3200696456,395.526292066104,4295.54689504101,134.995590933533,3356.22853972991,546.064627378587,8156.56930963673,624.757672888569,10002.5323466449,58.7360447869773,987.419644174417,399.573095781512,1317.90406650004,195.047366315576,1736.09859093813,115.872694436141,755.813492375743,297.120300103216,2495.81300664318,346.521646573922,1807.68544918894,146.503164448875,1550.50980563631,3567.12297658762,1132.32878639268,29850.4709703945,12024.2242339362,791.388881236332,5402.82086667388 -5359,170.077093148628,1799.10800365072,167.186583711035,1619.25211358344,234.926983464475,6416.29446221352,50.2175431138046,580.435008990649,1291.38398276411,15519.1010622472,361.141757857325,4559.92659468327,122.965336515761,3562.79564630461,495.942107795438,8658.58486129618,564.378438003098,10618.1621051097,53.8140143193457,1048.192746023,364.253259836538,1399.01762194995,176.903878606417,1842.95092784346,104.624004027206,802.331840093131,269.569719641483,2649.42378291508,315.016757231504,1918.94377037174,132.567525601398,1645.93963720903,3258.82943911313,1032.05757065578,27173.5000644498,10920.3605217536,723.029708770735,4896.74914290985 -5360,164.616013396817,1841.54375221616,161.043111736547,1657.44558246727,223.741698371809,6567.63627046951,48.3579018883673,594.125790227865,1228.95635974396,15885.1517214088,343.793267755221,4667.4820599784,117.009253049254,3646.83167967772,476.667242646629,8862.81580761007,544.851451026496,10868.6138047326,51.6452637694109,1072.91657790418,356.500868242584,1432.01639685575,169.299874366676,1886.42080404528,101.109597526326,821.25652508322,260.000778939287,2711.9160186602,299.952448587679,1964.20609769476,127.512663577419,1684.7625875026,3071.29266951133,979.548008845791,26072.0298055869,10546.8724038178,680.962525714983,4739.40015111885 -5361,151.549032637672,1896.64948220322,148.162936506212,1707.04242132911,202.550138312527,6764.16398833568,44.5887891529126,611.904208652759,1111.59375869581,16360.4936080786,311.073903796686,4807.15020840393,105.777603375654,3755.95823266174,435.586630531086,9128.02369866968,499.224128376562,11193.842514035,47.2945062629972,1105.02216929699,332.530673894153,1474.8675693067,153.793252853046,1942.8694196943,92.7369253670031,845.831526500857,238.47824553544,2793.06647283325,271.101862598945,2022.98233406072,116.414963114831,1735.17685114825,2747.33751586705,882.854527784076,23785.0095736596,9687.05284449158,608.65955483791,4360.42505732096 -5362,146.104683997204,1951.49486597429,144.012339241599,1756.40494065057,198.695357072077,6959.7632138709,43.4703192265171,629.598633199623,1091.21884661515,16833.5897489517,305.281151529212,4946.15849670338,103.746358135619,3864.56921884098,422.890007335151,9391.9786189238,481.41687136931,11517.5346850534,46.1151574848901,1136.97607829247,318.26493036136,1517.51629201964,149.738684444112,1999.05134468364,89.3272251227064,870.290423683441,230.715514687302,2873.83353287152,265.450489324547,2081.48088295694,112.714167023171,1785.35293334208,2721.82319006764,868.071102483954,23146.4361737257,9362.53823937442,603.401156955941,4202.52189443968 -5363,139.108810316953,1929.65506348548,135.815897573832,1736.7484518414,179.060685553811,6881.87428031024,41.1657342784968,622.552593757731,980.688498884564,16645.1996682475,274.673319181811,4890.80445681846,93.1751950381155,3821.31959009974,393.289966005057,9286.86998574581,452.502014051204,11388.6382748884,42.9084188349725,1124.25181577077,314.269146271142,1500.53328239501,136.807533465899,1976.67932244874,84.2420883280539,860.550725520484,217.119521600405,2841.6715437021,238.45054035803,2058.18636542547,104.701589832192,1765.37247829869,2360.19193444777,771.982526071672,21392.1380095884,8843.11138799382,521.895989785421,3993.76601702335 -5364,127.693309534525,1895.92630980531,124.862682466555,1706.39154409915,166.132228193519,6761.58488411149,37.8674701196179,611.670896046492,910.313204401092,16354.2555248141,254.912005289272,4805.31729284627,86.4501451772451,3754.52612549218,362.552973770816,9124.54327972651,415.826083918243,11189.5744202155,39.545590166326,1104.60083602513,287.183723277405,1474.30521789347,126.425529803112,1942.12862412281,77.3639061775481,845.509019881161,199.721272329337,2792.00150611291,221.107441846172,2022.21099228187,96.438339149922,1734.51524655762,2204.58569690736,717.530818967146,19748.6435882111,8130.27367672129,487.716403552623,3666.63021543593 -5365,123.735849867466,1851.52352962386,120.182869558142,1666.42768672545,156.687164834176,6603.22790275908,36.5152541493927,597.345503651189,857.439490603201,15971.2372559374,240.23671064046,4692.77629040707,81.4604229727966,3666.59475528358,347.461133153942,8910.84558092335,401.133728568443,10927.5134895057,37.8347376466338,1078.73097607508,282.251819119012,1439.77684504907,120.255574355892,1896.64378120723,74.7515260288873,825.707115684227,192.480623914979,2726.61255692167,208.513198795446,1974.85061244727,92.4934107005411,1693.89272931317,2040.80200030863,672.881695027634,18862.1200776042,7846.96558715933,450.90761837884,3550.55814735942 -5366,117.429082313022,1813.42681544592,114.273957913852,1632.13948122137,147.924158294305,6467.3607198482,34.7372863327447,585.054598051572,809.191055926051,15642.6150963631,226.752944536707,4596.2183184579,76.8159379492301,3591.15136492778,328.929342712064,8727.49714826846,378.99506887285,10702.6703527999,35.907445803414,1056.5351438251,269.464011158298,1410.15217862261,113.381948099264,1857.61867843433,70.6428061527541,808.717470412312,182.445960490621,2670.5101214986,196.340681352002,1934.21633579737,87.3139750631667,1659.03940656343,1916.53173607693,633.567678881202,17846.6041532179,7439.14252033332,423.301029498503,3365.74771361275 -5367,119.648405609279,1777.55747068226,117.00353228555,1599.85597617133,152.087838794145,6339.43717234393,35.6133178140723,573.482294772315,832.281658387737,15333.2062196896,233.186715323208,4505.30572244376,78.9557794861523,3520.11886154251,336.294105268772,8554.86839839626,386.885045271365,10490.9729357845,36.8188230617176,1035.637017137,273.854099812788,1382.25955332699,116.233699105189,1820.87522441201,72.078514499659,792.721144828318,186.207023315361,2617.68778126021,201.807816865816,1895.95779015037,89.2867663445356,1626.2238245153,1981.26150609923,652.337190254273,18277.592672401,7594.61640850582,437.761623673918,3432.29947758705 -5368,125.239469952216,1765.17676158689,122.606149409409,1588.71296011579,158.800544127582,6295.28291643172,37.3893062073148,569.487983713446,868.902988565179,15226.4102545316,243.460416119785,4473.92621407047,82.4267842348551,3495.60119146732,351.644157685877,8495.28363743263,404.115127998037,10417.903183505,38.5502966582565,1028.42379289585,287.092057630555,1372.63209896544,121.31526320321,1808.19280664255,75.2953132536672,787.19983255024,194.808916202816,2599.45555447891,210.528791862645,1882.75242141034,93.233221058416,1614.89715607991,2064.82848455035,680.535379883215,19102.5312201199,7943.62156609116,456.166016260809,3589.86430900944 -5369,135.954854444983,1751.06043817534,133.35580115282,1576.00783820326,173.095475554257,6244.93880838009,40.6543501764737,564.933722218487,947.243851082981,15104.642884698,265.396489772155,4438.14770693646,89.8027130053309,3467.64646307389,382.270487720019,8427.3458683046,439.085716618031,10334.5900027466,41.9558199188162,1020.19936847526,311.675708191027,1361.65500077576,132.038933652967,1793.73247892667,81.7950458165442,780.904504134627,211.623774985413,2578.66740674237,229.380371555635,1867.6958318025,101.372443221754,1601.98263611357,2254.93985352104,742.01535458185,20787.5056009039,8633.12491276829,498.233199316561,3899.56108376401 -5370,143.939699061844,1716.11675138734,141.129678987505,1544.55745358319,181.797764434599,6120.31650467613,43.0506780000323,553.660058206208,994.370902090708,14803.2187313675,278.658318373474,4349.58123600888,94.2006000425531,3398.44705153133,403.259385179758,8259.1720417158,463.983939716857,10128.3557299223,44.3027340025466,999.840546805764,332.383162954521,1334.48218319443,138.898208658654,1757.93724047653,86.4778686077412,765.320985822571,223.654163416913,2527.20821993923,240.62405150573,1830.42460075935,106.922547170316,1570.01390547712,2351.28535267608,777.161456614548,21919.7631136057,9134.33314130302,519.266790844437,4129.32092199564 -5371,148.112655524617,1659.70931557347,144.169468533789,1493.78903974807,179.750413762465,5919.1464152175,44.1021051890929,535.461678538438,981.137559832058,14316.6483335474,275.187881403441,4206.6138509583,92.9480453419917,3286.74271453265,408.302705115593,7987.69941816493,472.625162408965,9795.44447824107,44.843095844335,966.976558139231,349.345856775795,1290.61878169076,138.699670427375,1700.1551973977,88.2865228679819,740.165474491603,228.326235667746,2444.14083228088,237.284215017984,1770.25995397994,108.034770141663,1518.40875767557,2254.92489054608,760.672652796536,22078.1712832609,9339.54154440669,496.918599846069,4239.13336137492 -5372,143.220563281844,1634.19579606865,137.839892005677,1470.82609349953,167.881891636607,5828.15562779495,42.136865124279,527.230410658402,914.727152794741,14096.5687792096,256.752011421422,4141.94859691132,86.7256826416808,3236.2179789252,389.55614877039,7864.91025081389,455.495206353186,9644.86614418642,42.5756997040296,952.111921877145,342.844351398473,1270.77902592691,131.236799415151,1674.01993239495,85.2598737671157,728.787442150009,219.350903463135,2406.56881035402,221.84439288851,1743.04701889505,103.350358391086,1495.06735018225,2050.14122463089,705.158890110034,20972.8603266787,8989.80215998294,450.90761837884,4098.56528269349 -5373,119.556028267707,1522.01731289624,114.054957444639,1369.86203486218,135.874073296718,5428.08504898695,34.862249398003,491.038965366285,739.095250328674,13128.917468766,207.599187714815,3857.62678425132,70.1101034213408,3014.0695527914,321.374816448918,7325.02775671746,378.537008363742,8982.79954417522,35.0049266453137,886.754715926984,290.02395498216,1183.54708963217,107.34276528497,1559.10774300601,70.9771808643669,678.760223861868,182.067572830394,2241.37120095802,179.530403680348,1623.39650262997,85.3456535564033,1392.43926364115,1616.93006894316,566.477524427088,17233.6555129663,7472.61761582303,354.941857032906,3418.97794426587 -5374,91.604139121514,1381.23013224368,91.3284541711992,1243.14927533107,114.549275781173,4925.98511627662,28.1773346936232,445.617674203101,625.914832977442,11914.4876066442,175.47743540284,3500.79483867308,59.0565168038356,2735.26697214222,255.146052747991,6647.45990165308,291.024798599248,8151.88716789945,28.4971610697682,804.729567245756,215.842878382406,1074.06853343771,86.805998692556,1414.8896834534,54.2639564729871,615.974644849783,141.928597809993,2034.04351190681,150.041718131076,1473.2317083468,66.9655925981426,1263.63810185612,1459.86094325759,485.387930262165,13873.5595115952,5805.43006279801,322.0768702706,2620.21467060269 -5375,80.1469623448876,1286.98632005015,86.3537952656718,1158.32696795604,128.842249598944,4589.8763062173,27.0727185528826,415.212380097986,773.322472198566,11101.5407224354,206.759875495549,3261.92932046428,73.3013225467061,2548.63479492277,271.852325566945,6193.89177574073,304.531018043315,7595.66926811587,31.9415743146442,749.82142382226,177.782814656081,1000.78290869981,93.241351987486,1318.34921963848,49.9268518418349,573.945588727976,146.106285683359,1895.25707056395,170.859531576222,1372.71046340881,70.3664000241801,1177.41780505557,1990.96528069023,603.232359717378,15047.673432319,5854.91768749194,440.678964449172,2576.95085545541 -5376,80.3368320541496,1237.34777361581,85.8470404161463,1113.65076115471,129.766587625079,4412.84661708651,26.7462065179124,399.197805048887,779.238567101099,10673.3587471819,208.301650550171,3136.11801422359,74.0167381273809,2450.33497258509,273.372461824463,5954.99585297178,307.996386007143,7302.70734941374,31.8640098488807,720.901112095546,175.671707676659,962.183113107382,94.3806380376299,1267.50101873984,50.4890191981884,551.808737455346,146.676530761508,1822.15776512725,173.027181353976,1319.76557113042,71.1930216270816,1132.00527232049,2017.33687936139,610.111039099103,15127.9889513364,5874.04393968938,446.674596618549,2588.12616677333 -5377,80.9358628308704,1207.35058917217,87.6625598170451,1086.652379616,139.33615501702,4305.86539748372,27.1521240401277,389.520000277352,839.044201018474,10414.6031104891,224.034393435179,3060.08869367552,79.7801138402815,2390.93118030563,283.838593104081,5810.62810707874,314.344084330657,7125.66685686239,33.0694568020218,703.424211836567,167.090323594644,938.856781636245,99.6569973818088,1236.77282521788,51.2755339475528,538.431165823493,149.926102082582,1777.98295531917,186.10158514371,1287.77032120656,73.7626271249377,1104.56191995907,2242.79261422578,663.590301750986,15805.2551424154,5972.87211711623,497.637470058249,2607.91716217832 -5378,93.7185952427518,1211.19786565567,101.512450464472,1090.11504587328,169.43446518539,4319.58622955471,31.1048472514524,390.761223125429,1022.67967598576,10447.7897076477,272.808236287539,3069.83980273546,97.556865965686,2398.54998911407,337.038354392497,5829.14393261542,371.952232922623,7148.37311200775,38.8995826695108,705.665704450554,181.182354543544,941.848490630928,120.689535255989,1240.71385696836,60.4613589505877,540.146900739957,175.746351364723,1783.64857727969,228.110886547026,1291.8738587518,88.1969857651511,1108.08165576517,2805.67313959824,817.631501479924,18841.4254571555,6971.41512039757,623.545745615155,3029.1186474278 -5379,138.136764419354,1239.77763421965,148.743386893512,1115.83770985956,228.242087712379,4421.51241208309,46.2955011415809,399.981735840463,1371.91173320047,10694.3187185686,366.586734715886,3142.27661391095,130.319552547797,2455.14685534194,474.988027036168,5966.69006710275,531.156692287193,7317.04815259621,55.4908855529403,722.31679267371,296.700163959753,964.072614903133,164.807280971648,1269.9900932397,86.915307690138,552.89236029816,253.46760200855,1825.73605529099,304.225383094868,1322.35728094391,123.452230144239,1134.2282649772,3591.97012578419,1077.56971913213,26346.2852046055,10132.2556970207,795.920170484729,4448.55118967742 -5380,194.219392052316,1327.07899195436,208.175134566608,1194.41159633208,306.32026883294,4732.86182359164,65.3213755562723,428.147229106471,1837.00738320217,11447.3800082784,491.321454998066,3363.54614418856,174.113108088004,2628.03080484501,653.089207447491,6386.8461738615,735.484584983474,7832.29235502449,76.6615966260646,773.180137014238,436.968490616572,1031.95966651048,222.912756085718,1359.4189201432,120.753989692633,591.825353121152,352.602970975983,1954.29881694498,406.147197899634,1415.47364540346,169.1907726834,1214.09715822105,4682.59236040266,1428.76826423318,36074.4591442828,14147.5988258994,1035.74545725979,6243.81351676954 -5381,210.397463922046,1503.96693186449,221.97100978669,1353.61614102072,323.991138060812,5363.71061475632,69.2770621295937,485.215483365657,1941.44910589753,12973.2149279095,519.421584959366,3811.87721705257,184.424807618793,2978.32416184014,700.711797308512,7238.15650961893,795.703054369288,8876.2679343635,81.4772864065063,876.238238638221,476.25778623962,1169.51079992912,238.225192727244,1540.61748761119,130.86494885858,670.710459535216,380.240102669526,2214.78963459338,431.012704542072,1604.14381398459,182.070949122433,1375.92561490712,4902.61547083514,1508.23237911445,38533.7539132903,15248.154413544,1083.7105146148,6757.40821081108 -5382,192.419182984362,1675.93730115234,195.114355335881,1508.39472206089,278.389162821313,5977.0215032007,60.220364681289,540.697212445384,1664.44331446367,14456.6308958639,445.718043873627,4247.74446839153,158.953958033651,3318.87919341627,625.130962223228,8065.80000466523,727.342874498982,9891.22048566594,70.9758351097324,976.431274994371,443.679612363506,1303.237945047,210.717489402367,1716.77864691763,120.159115793632,747.402521686145,343.731296279238,2468.03868102271,373.88524488124,1787.5688602652,164.09884080353,1533.25516191707,4089.96116563918,1288.4417460064,34022.5443918227,13788.7563182413,902.342641491162,6177.49695837142 -5383,174.389663233206,1786.438025035,178.870883010044,1607.84874613083,254.178385992595,6371.10856261026,55.5027341176321,576.347372708223,1519.76003074029,15409.8098589427,406.966065128008,4527.81391866458,144.78281906808,3537.70513225028,567.725444933022,8597.60793005448,657.018793221848,10543.3851119903,65.030887051629,1040.81098814615,404.459263365327,1389.16522658672,191.08598878576,1829.97219127055,108.484791027054,796.68152491691,311.822928667666,2630.76556861922,339.853557887898,1905.42986432161,148.478268264618,1634.34832642398,3736.48069338399,1174.36189253603,30970.8740829289,12522.5161136932,824.399423289267,5598.65102667876 -5384,168.811258551089,1835.96086422239,172.339507680311,1652.42081287841,242.125153641665,6547.72559626601,53.4626508764599,592.324617848951,1446.54006141132,15836.9937437784,387.484643306672,4653.33195926945,137.788867531343,3635.77581810763,545.744247235708,8835.94698741301,634.350709060698,10835.6641376685,62.4276064889689,1069.66388674553,395.880690539551,1427.67504621487,182.935856777556,1880.70186522266,104.860682003022,818.766775280547,300.870920669699,2703.69447987652,323.682807642372,1958.25134227453,142.840193781645,1679.65500273259,3521.53259052647,1114.63528461711,29721.7177548025,12096.2941075304,776.434365934255,5419.63789822295 -5385,155.43173923579,1881.57857189984,158.603562173791,1693.47814207914,219.242102413709,6710.41546510978,49.3148727614488,607.041974734789,1308.65192266115,16230.4919741447,350.676966076538,4768.95225444062,124.581212515874,3726.11312413808,498.79181037957,9055.49177977764,581.285978612199,11104.8954534094,57.1887516225384,1096.24158534989,369.292041562762,1463.14816777523,166.237648881348,1927.43124251389,96.1952774673074,839.110489647563,276.078675175707,2770.87257001756,292.623571794851,2006.90757402307,130.42961280578,1721.38901373837,3150.16802041358,1004.63743134357,27120.8483809352,11112.1835028212,693.994423605329,4987.14364625775 -5386,149.829273515832,1929.481504018,154.128945669935,1736.59224302348,215.02939158156,6881.25530210115,48.0678534878679,622.496599347799,1284.45967944659,16643.7025447225,344.090093574132,4890.36456192058,122.171627746747,3820.97588815752,484.178197272499,9286.03469438218,560.489663621603,11387.6139436326,55.7492354818229,1124.15069689716,353.426140075489,1500.39831953954,161.792683769671,1976.50153346609,92.6391792762233,860.473324782658,266.988366933859,2841.41595449903,286.442957526214,2058.00124543365,126.260482607774,1765.21369494251,3120.84935318551,987.802780194646,26387.579870066,10738.1695255742,687.998791435952,4805.77895781668 -5387,142.714083597361,1911.86502586383,145.482853229501,1720.73687501491,193.919883264071,6818.42832840364,45.5689983083887,616.813104729881,1155.06565256377,16491.742848984,309.787066741436,4845.7147426341,109.776764163523,3786.08976039668,450.523196876095,9201.25169594875,526.995898380164,11283.6431868006,51.9261551921949,1113.88701924457,349.070718293969,1486.69944024804,147.990375564229,1958.4557548393,87.4185045599292,852.617064177559,251.582019533863,2815.47336734019,257.526177877054,2039.21136125702,117.347441123758,1749.09700844946,2706.42708131566,878.539974987692,24405.3140090009,10148.1593451205,595.066492810616,4569.54933462968 -5388,130.993025716435,1881.2025212428,133.728867121408,1693.13968501041,179.896277379536,6709.07432731072,41.9103093368875,606.920651853639,1072.06292418673,16227.2481621338,287.46810385742,4767.99913579042,101.844110086512,3725.36842640954,415.273699806216,9053.68195706574,484.251568417387,11102.6760386615,47.8474765542524,1096.02249146,318.97395552264,1462.85574425486,136.728390666504,1927.04602778197,80.2714974364456,838.942785754844,231.367804146228,2770.31878583543,238.754662415622,2006.50647522065,108.074807343943,1721.04497842711,2527.95575074664,816.562404621388,22527.5482981405,9329.1949213095,556.094883709669,4194.84437193163 -5389,126.957639746254,1844.17610120365,128.766308339392,1659.81477689752,169.726491789829,6577.02421504913,40.4331013221001,594.975048585406,1010.08959301796,15907.8583570777,270.999943846309,4674.15387630637,95.9891164275622,3652.04455266431,398.086007578808,8875.48453958529,467.215220598411,10884.1496748469,45.798748445195,1074.45023186386,313.527569853561,1434.06335713448,130.130754591136,1889.11730142012,77.5837971231086,822.430449829602,223.116057017335,2715.79249967092,225.25318250921,1967.01378332605,103.68116803826,1687.17082954737,2340.24392599154,765.780237513307,21523.4826177218,9006.44867096097,514.125458524034,4063.06950922002 -5390,120.491846553488,1810.44734471756,122.449925006327,1629.45786662987,160.249442894165,6456.73480884346,38.4700152520144,584.093349968914,953.329261215874,15616.9141894406,255.810956523597,4588.66670522247,90.5213678448547,3585.25108250018,376.875424993433,8713.15782006197,441.439749464103,10685.0858036139,43.4720562141943,1054.79925048345,299.330713339236,1407.83529045102,122.70326823846,1854.56660021992,73.322573762058,807.388742938953,211.513456535398,2666.12245794966,212.117349211239,1931.03840718964,97.8790571126693,1656.31359523928,2197.76664202945,721.054370805763,20366.5473393395,8538.89269742745,482.648389634807,3851.81201958569 -5391,122.761805715745,1770.96213796431,125.36315981941,1593.91997543005,164.743843819606,6315.91574021827,39.4363996844558,571.354483658324,980.449985258107,15276.3148964443,263.04636453343,4488.58953142004,93.0358361588145,3507.05804326715,385.283901600944,8523.12697547394,450.608449968239,10452.0479175009,44.5703965410297,1031.79445743601,304.199017922926,1377.1309080893,125.767436562573,1814.11916834016,74.8061604329733,789.779884256481,215.832900896919,2607.97528410957,217.99478267317,1888.92315264837,100.082630924917,1620.18999023797,2271.96837482426,742.407079032835,20856.3843706949,8716.70345069645,499.136378100593,3927.68242230518 -5392,128.50065845819,1766.18920069925,131.372910585731,1589.62418621741,172.020985151803,6298.89365434004,41.4064629768026,569.814620638017,1023.62074971718,15235.143551739,274.643842837508,4476.49229016183,97.12807430535,3497.60613705943,402.879513048715,8500.15621314985,470.680588562239,10423.8785016041,46.6693593584809,1029.01365816864,318.906883068596,1373.41938919841,131.27004064128,1809.2299181432,78.1459644794622,787.651340816754,225.816317886408,2600.94650458173,227.420832286964,1883.83229750649,104.507789641161,1615.82340045318,2367.80780870409,774.505617406985,21798.4320026727,9117.48208457731,520.12109069341,4108.08780903328 -5393,139.491659151003,1759.85421139139,142.885657268846,1583.9225024911,187.499605842331,6276.30070453841,45.020077526526,567.770802496804,1115.87837353785,15180.4979500867,299.380574500286,4460.43595215248,105.816195030539,3485.06088003227,437.954187595582,8469.667747529,511.401742542939,10386.4900050445,50.7897205276199,1025.32277923022,346.211506380514,1368.4931915168,142.863588338581,1802.74054985675,84.8887514563383,784.826183228643,245.288389048074,2591.6173974338,247.77175387716,1877.07534448143,113.627643910701,1610.02774506065,2585.80410218106,844.471478840686,23720.401699099,9908.60227936621,568.086148048423,4462.35810790195 -5394,147.693457502758,1724.91052740929,151.236494856957,1552.47212039643,196.951610357395,6151.67841084137,47.6820648603829,556.497139389777,1171.52601269404,14879.07382096,314.376595252396,4371.86948833662,111.00733998736,3415.86147404628,462.038263293791,8301.49393444422,540.427793046672,10180.2557487804,53.6400472613971,1004.96395919549,369.226843279544,1341.32037611739,150.313201717998,1766.9453142809,89.7571103621416,769.242666167913,259.284456210756,2540.15821476274,259.953696917699,1839.80411643108,119.858825343023,1578.05901699122,2696.32969321802,884.485798293945,25015.5323355591,10484.8227103674,592.068676725928,4725.67814976103 -5395,152.017201206867,1667.43279465073,154.583656520855,1500.74040664471,194.838629566311,5946.69124072652,48.8816013960274,537.953456485372,1156.47256623888,14383.271044418,310.609365486216,4226.1893837092,109.572754979379,3302.03761488046,467.989209129641,8024.87028221489,550.613215551382,9841.02770764773,54.3331634695272,971.476396240343,388.123854699741,1296.62469312571,150.223149655841,1708.06689191672,91.6716746725643,743.609844238947,264.937224502545,2455.51467371376,256.509821817888,1778.49788190357,121.150539636155,1525.47469275263,2586.00875086085,865.784360669605,25209.1856815894,10724.4165111992,566.587240006078,4853.11562617631 -5396,147.029349952585,1627.83188065053,147.861565194024,1465.09837539114,182.057889812385,5805.45951662629,46.7272265563049,525.177260266409,1078.62514918809,14041.6736610038,289.919059275499,4125.81894427095,102.271660501405,3223.61543916709,446.640984229232,7834.28257221644,530.762026363226,9607.30692851082,51.614224103364,948.404190065579,380.94135160367,1265.8303347997,142.251577816758,1667.50093309044,88.5615435171205,725.949384647482,254.711291249384,2397.19710569426,239.967385642447,1736.25921303682,115.937032886977,1489.24523132486,2351.30309864109,802.638005816183,23957.2211770932,10326.0351409915,514.125458524034,4693.568913392 -5397,122.759561842442,1515.3351990416,122.395909578982,1363.84792844924,147.410955352915,5404.25412275328,38.6782218281699,488.883156594702,871.850990404945,13071.2775716564,234.506606451565,3840.6906422228,82.7033633359784,3000.83688076665,368.570445889048,7292.86868136131,441.161579086823,8943.36235198365,42.4576201271471,882.861595971806,322.280851955046,1178.35096187578,116.43222049555,1552.2627910057,73.7487194525159,675.780262295455,211.555325787696,2231.5309071398,194.304727035215,1616.26930363566,95.7677901456374,1386.32603640222,1854.56795354614,644.818624848693,19693.4679157269,8585.68060512738,404.705171432913,3916.32932388202 -5398,94.0024652300722,1386.35019124962,97.9061385202591,1247.75748470494,124.130108274224,4944.24516857997,31.2264233918869,447.269526948526,737.592982811527,11958.6532226031,198.015879070411,3513.77187683875,69.6023416530835,2745.40628779096,292.374696577148,6672.10126020844,338.986337917705,8182.10526286789,34.5194400876141,807.712605895101,239.785152592252,1078.04998022145,93.9540487087768,1420.13451448992,56.3258698056208,618.257991016486,164.592222309173,2041.58347397286,162.113351727025,1478.69280646512,75.0726672794139,1268.3222609203,1674.15250633928,552.45937094907,15836.8805960059,6664.80540641954,367.23247037431,2999.07604648303 -5399,85.5143260457122,1298.00746548638,89.849820981337,1168.24633522333,137.631406675012,4629.18184778915,28.7094028799655,418.768063601915,830.975794664617,11196.6090949287,232.16407580758,3289.86294872705,83.4098533826593,2570.46010440826,326.521677531857,6246.93335125185,352.641090373824,7660.71500666432,36.519505907252,756.242541773867,178.761642310534,1009.35314275362,95.202365534246,1329.63894219342,50.0531429915561,578.860588761238,151.425386144407,1911.48716057215,177.878981930602,1384.46571008345,76.739120899471,1187.50065727129,2181.90268966088,654.324253355365,16529.6983028086,6497.14784398945,498.872659140442,2873.31726698289 -5400,85.7178128446512,1242.87281219496,89.3251469320666,1118.6234645048,138.621064615667,4432.55097856287,28.3633458883932,400.980313831494,837.372816470135,10721.017715909,233.904509508967,3150.1214927822,87.7043882953439,2461.27627424988,336.404689304875,5981.58626071966,362.59924181054,7335.31559480613,37.3819401780597,724.120099142692,176.641083640915,966.479479039003,96.3661804579196,1273.16069840063,50.6172820719882,554.272688680511,152.020435923113,1830.29411301934,180.136163847935,1325.65862387712,77.6415227500762,1137.05993272781,2250.76092993816,666.740127570328,16768.6604124046,6548.64961800568,522.223405028089,2907.61991575835 -5401,86.3656407260695,1215.507971127,91.226784811807,1093.99427234554,148.858003793937,4334.95768352586,28.7945654343951,392.151765606995,901.893584268077,10484.9686664777,251.629641380085,3080.76397433868,93.1807730686939,2407.08534384386,348.741848192383,5849.88721979379,374.455963653482,7173.81093924871,38.511271940192,708.176849573845,168.026422253078,945.20010348275,101.777694314718,1245.12899650494,51.4291967403931,542.069039292389,155.42724652647,1789.99577595784,193.768071707436,1296.47105359895,80.4829136083397,1112.0248172771,2480.99341270853,723.545141783424,17511.3602614375,6695.1646213432,572.85930596636,2948.35150206362 -5402,100.014549386664,1215.04514213917,105.654098971284,1093.57771213056,181.02786384775,4333.30706162571,32.9873089973964,392.002445973506,1099.54259667845,10480.9763048062,306.47096846341,3079.5909117954,110.342177698046,2406.1687979225,407.383857613095,5847.6597581521,437.111436359367,7171.07936715312,44.5956066585658,707.907197064541,182.213634967565,944.840199625611,123.277208559272,1244.65488871884,60.6620981225726,541.86263565642,182.232933681588,1789.31419924021,237.523988621613,1295.97739629703,96.2643048988766,1111.60139157127,3059.04955318585,886.317262515199,20736.4204452623,7797.46451346897,699.222667383779,3410.05416821968 -5403,147.39427527326,1245.85228011742,154.776401856116,1121.30507657089,243.824144210025,4443.1768795607,49.0950286142344,401.941561008899,1474.4062453157,10746.7185986278,411.678239981799,3157.67309890592,141.144019024459,2467.17655112091,540.36231137164,5995.92557542213,585.22656233822,7352.90012743196,59.6837506409089,725.855990849575,298.345416275863,968.796365028664,168.289241428647,1276.21277374076,87.1504582477959,555.601414902544,262.724989725661,1834.6817724362,316.737231904997,1328.83654949205,134.658187851591,1139.78574148493,3880.08853996974,1158.73522372768,28466.277497818,10973.3804156546,877.98245066933,4820.97531093187 -5404,207.220220687701,1338.15798961111,216.595034551029,1204.38303236354,327.206782221062,4772.37368789754,69.2699137680718,431.721577111959,1973.79309636143,11542.9474138787,551.650277861102,3391.62640171338,183.888949315109,2649.97067979238,737.395657804675,6440.16617532582,807.084302588419,7897.67953180479,81.9212883696687,779.634960712122,439.365164785273,1040.57488745546,227.584434703494,1370.76790473426,121.043438461623,596.766152983248,365.413467732653,1970.61410197684,422.819089780934,1427.29059774443,184.486801355207,1224.23293736649,4994.93345286016,1529.30530465126,38828.7462676076,15355.5523345531,1116.21163876202,6768.73177243751 -5405,224.474258217341,1516.63691048021,230.942645128878,1365.01950847333,346.073125842511,5408.89651435958,73.4644595890244,489.303119648083,2085.84576551182,13082.5061312141,583.162419928153,3843.98989307127,194.231096112401,3003.41467589447,800.378464657045,7299.13344086062,886.497712889191,8951.04492748285,88.4585367499438,883.619996515075,478.861219251863,1179.36319529235,243.196237991297,1553.59622418409,131.158021048426,676.360774711438,394.023268966108,2233.44784888924,448.687052297808,1617.65772003472,198.49683238613,1387.51692569217,5203.15406840185,1613.47269969831,41587.8898416919,16709.6794126087,1156.63598298525,7396.98992847928 -5406,205.276963084154,1683.08224399481,202.985292630221,1514.82538868881,297.34005230587,6002.50305133453,63.8596550914856,543.002340850455,1787.83120664918,14518.2631546451,500.320412745134,4265.85367296333,178.588000307814,3333.02841136239,734.914713194543,8100.18654166307,820.070014560107,9933.38924995311,80.2415530382283,980.594047458853,446.084219777421,1308.79397666053,215.0622773695,1724.09770670404,120.378907912887,750.588886888527,356.117934499371,2478.56055155855,389.172424020674,1795.18971656143,178.81998128126,1539.79181486183,4476.63599999908,1393.68029870766,37129.7586771638,15119.6483382802,1019.45646350769,6787.06927183038 -5407,186.04388275132,1790.34315654493,186.085702632116,1611.36348367768,271.48159069652,6385.03572742223,58.8567998390865,577.607260963113,1632.42981612603,15443.495513412,456.822883312702,4537.71166409828,165.721130591146,3545.43851207718,686.155715546849,8616.40219504838,765.716115783474,10566.4328219277,75.1630664883197,1043.08618814118,406.651660878531,1392.20192465451,195.031684774088,1833.97248793144,108.688401022445,798.423060913532,323.065228802919,2636.51638973548,353.754220178955,1909.59511052598,161.807011269774,1637.92099172682,4102.50059417464,1274.93803233912,34093.4213434478,13951.8862268736,936.445078771055,6263.09260499813 -5408,180.088748721558,1836.42369321022,179.285476984738,1652.83737309339,258.600744194331,6549.37621816616,56.6931295295805,592.47393748244,1553.65629741505,15840.9861054499,434.925882188238,4654.50502181273,150.974911435909,3636.69236402898,630.437472836633,8838.17444905471,706.386255687141,10838.3957097641,68.8888138296443,1069.93353925484,398.02069276881,1428.03495007201,186.70136510223,1881.17597300876,105.046628147953,818.973178916517,311.700380510675,2704.37605659414,336.911732623563,1958.74499957645,155.644145655657,1680.07842843843,3814.86008248614,1200.2020541252,32241.905402666,13197.9716324543,860.889145057121,5915.76380974308 -5409,165.811600084677,1887.07467875692,164.989698110366,1698.42480599633,234.153358215077,6730.01664520527,52.2943405451238,608.815149456111,1405.42951782999,16277.9013779108,393.58213306277,4782.88240414478,139.843102981152,3736.99713195878,588.65986135648,9081.94294754087,661.385526100317,11137.3329465654,64.4357595152042,1099.44371625435,371.282455890764,1467.42203589741,169.648695918648,1933.06128540804,96.3561374681211,841.561538455661,285.998307692975,2778.96631213367,304.573730063858,2012.76976795099,142.104317505489,1726.41720554678,3441.99853380394,1086.57373442824,29631.8199717704,12235.1846528328,781.590036222054,5503.08428689948 -5410,159.838460434737,1933.3287805015,160.339022493028,1740.05490928076,229.659994643636,6894.97613417214,50.9721783665793,623.737822195876,1379.55201771847,16676.8891418811,386.213324175478,4900.11567098052,129.68359823392,3828.59469696595,550.027427637004,9304.55051991886,617.926606368888,11410.320198778,60.3996600244099,1126.39218951115,355.335646936849,1503.39002853423,165.124196249154,1980.44256521658,92.804547751238,862.189059699122,276.59732449748,2847.08157645955,298.150944318149,2062.10478297889,137.580147000973,1768.73343074861,3332.07875442137,1057.72341493075,28451.6685729895,11687.7131008762,742.625250560759,5223.52378555021 -5411,152.23697431187,1913.25351563323,151.328124486081,1721.98655818525,207.093903699984,6823.38020411102,48.3213565925629,617.261064535601,1240.21969322682,16503.7199582023,347.628077983045,4849.23393737565,123.756973564893,3788.83940371732,529.193974659473,9207.93409437786,595.187363075369,11291.8379196475,58.1097302116904,1114.69597840725,350.940360592404,1487.77915400138,151.005863802337,1959.87808107187,87.5457510803999,853.236276336791,260.586145918755,2817.51810162513,268.024495732583,2040.69233615559,127.818315079489,1750.36728813399,2970.61128852301,950.77814389841,26635.6242683466,11120.7796881418,675.891628772762,5017.48485071319 -5412,139.735607719952,1878.10734326748,139.104637021793,1690.35393036518,192.120844610683,6698.03576083093,44.4418348693103,605.922073862609,1151.15538562008,16200.5491647933,322.596094408385,4760.15425691917,116.923303164823,3719.2390075016,504.546454380096,9038.78576344883,569.013968317544,11084.4085964516,55.3995238579935,1094.21918499101,320.684783362565,1460.44888011899,139.520267928334,1923.87542262103,80.3934879817317,837.562457372493,239.656826362134,2765.76072810709,248.492942136809,2003.20513228745,117.72730628766,1718.2133106765,2776.20365542988,886.946007533371,24839.3184871557,10434.7785872406,631.946242689813,4710.35456890604 -5413,135.426373701879,1835.44018020812,133.936133019564,1651.95218137386,181.251570191463,6545.86864162487,42.8750140556893,592.156632808649,1084.4606948872,15832.502324796,304.081136414531,4652.0122603524,113.95130314746,3634.74470116781,489.848369188792,8833.44108631409,551.849439793321,10832.5911107809,53.7768377735858,1069.36052685518,315.202905473422,1427.27015328463,132.773848773377,1880.16849252616,77.6892855172283,818.53457056442,231.088511202794,2702.92770400315,234.428336977297,1957.69597631346,112.919563605886,1679.17864753002,2617.83252900276,837.038017218933,23860.3283924592,10068.5589462218,604.13799200985,4566.88111576337 -5414,128.528314605917,1804.74874667092,127.364260399867,1624.32895446187,171.128779959729,6436.411469158,40.7932575921492,582.254846776376,1023.48190779042,15567.7580971885,287.028956877069,4574.22333176599,112.099498156285,3573.96607889317,485.520400080906,8685.73212095046,548.173295430251,10651.4532269658,53.4481984854275,1051.4791445627,300.928602768328,1403.40396166393,125.193520847794,1848.72913157649,73.4205456915124,804.847390975963,219.066837974705,2657.7305208545,220.755680236381,1924.96023445112,106.597430104124,1651.10015147579,2490.91226363258,795.045012124155,22934.1846034543,9773.64901237463,580.354171542319,4447.07211376733 -5415,130.951020369468,1763.47007338097,130.395927830295,1587.17688864089,175.930664514811,6289.19622565933,41.8180779255724,568.937365528136,1052.64025174978,15211.6883664095,295.156997322515,4469.60052994078,112.889800158063,3492.22141588002,491.987884442406,8487.06984224483,555.627894213834,10407.830474142,54.3086818713727,1027.42944558955,305.824565953349,1371.30494858291,128.323997622359,1806.44452771418,74.9096896077747,786.438716327122,223.546807531986,2596.94223103551,226.876147095957,1880.9320533757,109.003581679665,1613.33576801383,2546.23733587403,815.195171755889,23392.4271823944,9965.42599534901,588.211797925338,4524.07634969726 -5416,137.072273713568,1753.49029597327,136.646052511924,1578.19478438271,183.701105478279,6253.60459336975,43.90705116117,565.717652104811,1098.97458265355,15125.6028318809,308.166726443378,4444.30629951211,116.415011576671,3472.45834027416,511.21320868676,8439.04006893155,577.762155260445,10348.9307893689,56.4333165975817,1021.61504741865,320.610416646942,1363.54450038959,133.937663697051,1796.22155055224,78.2534245976604,781.988125726115,233.885044335698,2582.24569277404,236.685518894631,1870.2875386232,113.821965456492,1604.20562620326,2636.93749730313,848.371782246875,24386.3553659788,10411.2302375446,606.019433208732,4722.71802043112 -5417,148.797060594332,1731.59263845802,148.621627825911,1558.48622428397,200.23164534587,6175.50932706812,47.7389406407928,558.652947256107,1198.04026626661,14936.7136938659,335.926618386493,4388.80562325342,125.275922733972,3429.09414051447,550.044912351399,8333.65299629634,621.686374397461,10219.6929244118,60.8578462885054,1008.8570775159,348.06155936451,1346.51650169186,145.768696645805,1773.79026340693,85.0071252184555,772.222626483,254.05582604473,2549.99850444889,257.867177104582,1846.93131243258,123.757506751766,1584.17224166313,2865.86098080637,922.761634558655,26440.6465094343,11266.1855827297,656.202552290488,5103.99702691606 -5418,157.544280460214,1697.71924861472,157.304910100929,1527.99913958049,210.321761962367,6054.70410402037,50.5615262339286,547.724586480463,1257.71919052419,14644.5219192573,352.738009767375,4302.95187190268,127.00441805619,3362.01425113905,570.20481939714,8170.630198386,649.370435024115,10019.7754410389,62.8822494423694,989.121830135023,371.197218027218,1320.17596559852,153.364555493093,1739.09140424213,89.8777008470785,757.116418768942,268.544183607641,2500.11547103638,270.540808123745,1810.80166913752,130.536161726358,1553.18268746371,2937.28016413002,960.161803941483,27693.0480099404,11884.0469174002,662.752439600159,5377.45685198664 -5419,162.148611663068,1646.57650516402,160.77470233462,1481.96910955507,208.050053198246,5872.30988370716,51.8328074603796,531.224721717271,1241.28669524884,14203.3647443676,348.448498670364,4173.32810528461,126.915218774318,3260.73564900039,575.48951241143,7924.49501177751,657.175565561216,9717.93589646593,63.4725136196581,959.325146118299,390.184284915257,1280.40648028847,153.249326389596,1686.70235016441,91.7745700451404,734.308754428087,274.36251309947,2424.80103713533,266.935840478368,1756.25238763508,131.907246301282,1506.39401861765,2844.51351500178,941.987820070518,27904.6698271661,12085.6335572841,645.729447760774,5491.30789439107 -5420,156.822169691008,1621.61259858963,153.774973408229,1459.50083171858,194.390466306912,5783.2792222997,49.5478907361567,523.170772033569,1157.51248853471,13988.0261497694,325.187543361673,4110.05587189742,114.457272282237,3211.29931862027,531.279894921805,7804.35097200601,611.340318423348,9570.60132497504,58.5407626847388,944.780724254478,382.955534061671,1260.99411308237,145.096359508052,1661.13009175051,88.6432711842153,723.175827968363,263.743847623387,2388.03839272574,249.702217681343,1729.62567433723,126.199382003557,1483.55543235879,2556.76017629197,867.267641242147,26221.6532612116,11456.5282093955,573.885789948407,5214.09320535996 -5421,130.931432464337,1504.40083474206,127.284556818239,1354.00666685361,157.387300323516,5365.25807528944,41.0126536548984,485.355470748366,935.450504742189,12976.9577730275,262.996224962557,3812.97696496483,92.0283886883611,2979.18342503056,431.937016233681,7240.24475828402,497.802471189016,8878.82878734317,47.5152919318439,876.491038274386,323.979023567489,1169.84821034067,118.74569576674,1541.06196437922,73.8043184567269,670.903963256769,219.036382591211,2215.42861379917,202.173458534349,1604.60661845334,104.222441735525,1376.32257714809,2020.35239390203,695.7239051008,21454.5904621919,9431.07745844814,453.428299942301,4303.37812173195 -5422,100.270470761182,1373.70914155008,101.829796998032,1236.38015415983,132.552005097214,4899.16244035065,33.1117963803249,443.191223822133,791.776155808049,11849.6115600558,222.159142245581,3481.73252256279,82.9123712205142,2720.37306202415,354.929670121797,6611.26355544736,394.623137523423,8107.49900542466,39.8360049725029,800.347702526158,241.061423006509,1068.22008048573,95.858671278822,1407.18541180936,56.3992514555143,612.620577006007,170.462098132527,2022.96786132091,168.713370431684,1465.20975624096,81.7562966312845,1256.75741616712,1886.76407972784,604.313797257129,17498.1975234027,7371.86225837511,437.521813134419,3335.51988163928 -5423,91.7361928543091,1285.56890136458,97.6407255441447,1157.05124787821,144.42099673634,4584.82125913596,30.633706489041,414.755087136234,824.416481144614,11089.3140724599,256.362435000572,3258.33680397999,89.4679529484233,2545.82786331461,383.360292022365,6187.070150831,388.824333778472,7587.30379959276,40.9529009587734,748.995610151664,193.411648760735,999.680699318959,100.993229731559,1316.89725951356,54.559915015738,573.313475403001,164.769839239114,1893.16973463511,185.823404254885,1371.19863268428,82.2835282264284,1176.12105933915,2296.42346034406,680.937391076072,17600.9933822635,6994.74384770231,538.083368208439,3132.00646574208 -5424,91.3586394475965,1237.37670253198,96.3044825957028,1113.6767980622,143.580752287888,4412.94978846046,30.0432517386686,399.207138204919,819.782614680981,10673.6082879392,257.451824912338,3136.19133596633,89.9838578654894,2450.39226087261,382.517332609807,5955.1350794524,388.683208813944,7302.87808508987,40.6159071969587,720.917966603458,190.926964170623,962.205608734895,101.065341266731,1267.53065263219,54.7514588438262,551.821638621088,164.107657562118,1822.20036677116,185.698179628247,1319.79642695639,82.449813046642,1132.03173835238,2301.76773239777,680.266506282317,17535.7004460444,6945.82776819112,541.894911931377,3116.19379017159 -5425,91.3737778881197,1208.24732103757,97.5000346987078,1087.45946566388,152.353483981679,4309.063479917,30.2555096714204,389.809307293551,872.410903347699,10422.3383172786,270.234232874819,3062.36150413106,94.7752479478312,2392.7069894174,393.916556823066,5814.94381738553,398.945236717597,7130.95928193765,41.5480366196272,703.946663982037,181.358862765296,939.554095904934,105.509359117524,1237.69140977201,55.126505516293,538.831073181015,166.334087012495,1779.30351124259,197.298993120404,1288.72678297724,84.6429318809418,1105.38230790588,2504.8018992865,728.626244234415,18141.2602785461,7051.55550900515,587.141315562498,3143.4686444617 -5426,105.203071677215,1205.26785311512,112.116725104502,1084.77785359779,183.740908449138,4298.43757891918,34.4251123393302,388.848060116146,1054.81158058585,10396.6374345598,313.893419564487,3054.80989800734,110.436620458998,2386.80671254638,454.521621499966,5800.60450268306,460.62802674851,7113.37474931182,47.5032582739249,702.210772275154,196.407800398357,937.237209915272,126.785581923577,1234.63933443188,64.5948713580494,537.502346958982,193.731630414608,1774.91585182572,239.870373988375,1285.54885736231,100.549972086313,1102.65649914876,3047.27778550138,882.111868144938,21249.7314755776,8143.33000877653,704.510210861388,3609.85549275977 -5427,155.936873801895,1228.12009752219,165.420356834488,1105.34557103398,249.059252232666,4379.93726039507,51.5880797742138,396.220737387861,1423.10619729694,10593.7608366752,399.176348341886,3112.73002109532,139.777944268039,2432.0612924363,598.860402484639,5910.58572508229,613.526749200631,7248.24649413621,63.2166408197311,715.524901704424,322.091645495738,955.007511954799,174.262614907336,1258.04847104173,93.4228204922455,547.693554639777,281.088684073696,1808.56879523003,321.852467286693,1309.92325398274,141.472079846375,1123.56320113244,3854.43729668763,1154.91237448578,29059.9124724298,11395.2549657857,876.757355196889,5068.47313481087 -5428,217.319831664428,1307.35085163287,229.105893733076,1176.65566792321,327.404948823169,4662.50386996256,72.1112166763181,421.782462076566,1864.73203263542,11277.205120057,543.778430594449,3313.54421460285,189.659612819291,2588.96292659397,841.802876018448,6291.90035805579,868.645286942478,7715.85877152595,89.4110417229998,761.686166927089,473.870167494085,1016.61872205241,231.551890112841,1339.21001971235,128.379510676567,583.027373737124,386.651628737237,1925.24652878085,420.489443044863,1394.43144454941,190.972047062599,1196.04858745283,4942.30096431203,1507.63536034883,39751.2497079611,16051.3690446934,1133.25971560939,7195.13463995745 -5429,241.770931042159,1465.81236266012,252.157564883419,1319.27586422707,365.895996839144,5227.63709910446,78.7209296875138,472.905912359228,2085.28909703497,12644.0937110245,583.790785637049,3715.17260872964,203.621611379147,2902.76620046588,923.970680764764,7054.52963750681,963.597200939161,8651.08334286562,97.6409712695463,854.008699007191,518.447592572056,1139.84114442955,259.834832215339,1501.53311992788,143.701032577533,653.695013183143,430.845264832761,2158.60200001457,472.457684450629,1563.44782867555,214.045068307666,1341.01936266063,5437.3756876351,1677.54795384657,43970.204896411,17885.0012168025,1223.05442963121,8007.71032467539 -5430,223.214650448895,1620.10840157327,224.280842506237,1458.14700849449,320.866699504053,5777.91469111727,69.1783799020797,522.685482319476,1825.19125177035,13975.0509501333,541.421668726291,4106.24341152005,189.520427692324,3208.32053881928,855.512056827849,7797.11170816648,897.734075474729,9561.72369910417,89.3014421738141,943.904351964467,483.654064626741,1259.82442336475,233.97036848815,1659.58923857142,133.474532407134,722.505014900138,394.057235743008,2385.82326426139,418.535939343777,1728.02128511319,195.612339627568,1482.1792962478,4801.60924059218,1484.23558933719,39871.0721260235,16345.9434622093,1105.49025235624,7395.52965725088 -5431,201.602770841769,1727.54287359087,204.71797963429,1554.84131230128,290.724697101663,6161.06634541407,63.501804762413,557.346396842065,1653.43925436461,14901.7804324251,501.475006794231,4378.54129755287,175.310390718556,3421.0743414763,796.955841333987,8314.16265291541,836.672994408612,10195.7916023345,83.4694117606379,1006.4976115204,440.684130094162,1343.36733421419,210.788207595918,1769.64180878146,120.006766712159,770.416589662969,355.943176950144,2544.03469164139,377.47727158602,1842.61179906956,176.059579298307,1580.46725646897,4365.38002120777,1348.37913791698,36524.8048936136,15082.6052915998,1009.17179830134,6826.09515552339 -5432,193.841681709291,1783.60319046977,195.60112611157,1605.29730850057,272.779057289589,6360.9984784545,60.6960329177969,575.43278768997,1549.2888132747,15385.3565831953,456.460057215112,4520.62889280771,159.595444906758,3532.09127459054,731.797050689107,8583.96469373904,771.494514802358,10526.6541915043,76.4642660202285,1039.15936243973,430.939232641893,1386.96081000694,199.218801655923,1827.06827389501,115.058129668008,795.417299518285,340.550338691012,2626.59090089359,353.990131409145,1902.40620586533,167.550722406592,1631.75483755817,3998.56893874846,1250.12026068411,34168.4888635237,14140.6325414947,917.991588018884,6404.91847507439 -5433,177.136533023515,1835.75837583873,178.331519415015,1652.23856715301,242.681199526332,6547.00344668296,55.5054636915179,592.259290282986,1376.16620935941,15835.2470794961,418.191675617231,4652.81874262884,146.038791291341,3635.37482787789,677.698555352297,8834.97246956876,717.403833922462,10834.4690707367,70.946576548974,1069.54591336402,401.59360869559,1427.51758773189,178.365212869173,1880.49444234767,104.586003612542,818.67647337698,309.523111404243,2703.39628902954,314.278881772732,1958.03536645673,151.119735898963,1679.46975334454,3532.54341663749,1112.11840475773,31106.0111613114,13035.7464613486,818.094287987857,5927.69560280372 -5434,170.562804409604,1872.32196689005,173.076462650089,1685.14691505091,237.544315845398,6677.40293704439,54.0407254337899,604.055573917731,1348.09164671453,16150.6445228807,404.442915499075,4745.49093956961,141.218776054659,3707.78215570177,651.096243126375,9010.94242540752,686.188647531226,11050.2638624557,68.3702533930397,1090.84852045085,384.272748473913,1455.95007099513,173.254396467182,1917.94906092342,100.579224224311,834.982405666253,298.936414798185,2757.24099847643,306.980787116111,1997.03440104942,146.077819759618,1712.92047651844,3472.67202057305,1087.99406661203,30099.8986878614,12532.8506929853,801.288715299797,5682.89465087382 -5435,164.624033669484,1845.13068809548,166.098846093295,1660.67393423497,220.690281045115,6580.4286302234,52.0178670071389,595.283021008417,1249.66397433912,15916.092621178,377.622676618234,4676.57332313567,131.726991410043,3653.93493279454,616.877477600811,8880.0786893493,652.465646316343,10889.7835547142,64.7911440659189,1075.00639139038,380.241527837945,1434.80566047627,162.596886206828,1890.09515088466,96.458003601605,822.856158267282,286.373049736139,2717.19825475007,284.605642193141,1968.03195375587,138.547852907972,1688.04414699093,3155.81345704885,1002.72246966411,28447.1234381067,11979.8579538675,730.281606375135,5451.67877507288 -5436,148.818564154152,1795.05823878357,149.793339745626,1615.60720160075,197.477450154541,6401.85148055948,47.0133982184236,579.128458576608,1117.44241740287,15484.1678008065,354.88167540626,4549.66226898272,123.620494929049,3554.77584726644,585.478516312647,8639.09451791525,621.433542818555,10594.2607830324,61.4991922968484,1045.8332800275,346.753751666177,1395.86845447229,145.700329259327,1838.80247321799,86.9279556849583,800.5258032731,258.337955334674,2643.45997010758,254.196081239559,1914.62425700872,124.498225416271,1642.23465201487,2844.01795434064,904.567566297542,26147.3781110228,11167.3578071175,665.776857043138,5098.9712506962 -5437,145.641352834739,1740.15499998607,146.00273429039,1566.19261098972,190.583169050065,6206.04592228328,45.8650044428962,561.415368622931,1077.63716627177,15010.5726026226,343.17790853354,4410.50734430952,119.555625958248,3446.05029006874,565.598786501401,8374.86115820391,600.161904259691,10270.227157222,59.4011763997645,1013.84566365098,341.280859122186,1353.17474268624,141.382739744221,1782.56128331825,85.0281584056977,776.041105010357,252.189363526727,2562.60771091358,245.520515689919,1856.06399945335,121.285442299275,1592.00564032431,2731.84646782655,871.206609256367,25333.9084205907,10821.285059105,641.586239766114,4947.73224229561 -5438,137.17839382135,1701.47974676743,137.528614333594,1531.38370269151,176.603772860661,6068.11545199028,43.2615908984524,548.9378125762,997.483936283401,14676.9599667552,338.442887153213,4312.48303706953,117.852574998889,3369.46121175466,561.309076513471,8188.72838499288,596.828318613338,10041.9695388365,59.1185494056929,991.312764129595,325.509568672197,1323.10019425643,131.235494124204,1742.94354293844,79.6043515588323,758.793453942156,236.770228240833,2505.6533004614,226.751840963057,1814.81264818325,113.058971364754,1556.62303287524,2560.76643095477,815.616597279781,24272.8460949872,10510.9212929405,612.47938624325,4824.99451692539 -5439,140.82449397198,1671.7139740118,142.148024654531,1504.59359873489,184.987708881586,5961.95953333064,44.7362287887599,539.334666716158,1046.01419261559,14420.2004866945,344.133511867209,4237.04024068139,119.627057025756,3310.51568687931,571.670421125373,8045.47435641666,607.534700375034,9866.29481577276,60.3759131733797,973.970688490495,331.126325034408,1299.95381253195,136.632481018087,1712.45240043524,81.979098157908,745.519082876962,243.950704929859,2461.81927488007,237.596297900107,1783.06422391755,117.074950260999,1529.3913907997,2670.99316248542,851.296855918895,24994.1786241243,10787.111862086,630.389651454211,4935.95593771811 -5440,149.170230777565,1674.25954186259,151.187445632597,1506.88468749348,198.750634914991,5971.03798380226,47.610392342593,540.155927416106,1124.80370969147,14442.1585484991,354.747888828163,4243.49210600457,123.343831360798,3315.55670611649,593.887017552438,8057.72543595805,631.659340579982,9881.31851197912,62.7312049558032,975.453782195985,347.677889075027,1301.93329029198,146.091925106908,1715.06000188161,86.9049351483238,746.654306628769,259.111868995484,2465.56795922321,255.313085288743,1785.77934805653,124.651964315676,1531.72023988287,2838.01734398613,908.577218551491,26355.8695812276,11347.1991271173,658.825137287169,5175.22887221512 -5441,162.710379852621,1652.30402932092,165.417819194965,1487.12405610516,219.105209138439,5892.73638475965,52.0472036173416,533.072557160589,1240.66760527494,14252.7703531732,387.30294788953,4187.84479337212,134.53157658536,3272.07793533834,644.562763766608,7952.05992386562,684.626749530352,9751.73919222999,68.2280738823042,962.662104912185,377.684911338723,1284.86030252114,160.533481613239,1692.5694498259,94.9640940322564,736.863006305495,283.173873334971,2433.23557174232,281.449980178464,1762.36141320677,136.599482268441,1511.633925846,3136.6341644665,1001.08903586188,28805.3881397737,12343.8031077095,726.026047598996,5621.3320692204 -5442,170.377206828763,1617.88102935309,172.696387048757,1456.14230551505,224.15593006094,5769.97104570374,54.4383592290337,521.966879093864,1267.3750082088,13955.8376430288,388.124764645103,4100.5980284733,134.745869787884,3203.90964629217,662.777667638525,7786.39201187976,710.36097345179,9548.57796285357,69.9565160560238,942.606644767817,402.208063648853,1258.09238005198,165.172831089548,1657.30758694655,99.0475350483021,721.511693960892,295.153947800309,2382.54316494462,287.320513616946,1725.64555111748,141.490795988582,1480.14155297915,3113.52405067221,1012.9262597287,29680.092558817,12885.3983215455,713.248681050371,5875.68851549781 -5443,176.585593744652,1571.25087975737,178.079652174931,1414.1737476873,225.603566858091,5603.67042894472,56.255317952962,506.922884378202,1273.36224718933,13553.6060912514,390.792094957475,3982.41165009907,135.602778961295,3111.56738911304,671.765112310824,7561.97463029389,721.469751142609,9273.3713124534,70.9176611377032,915.439079255897,423.178530141802,1221.83196607672,167.50140319503,1609.54109528039,102.04317468781,700.716470076037,304.261831590036,2313.87412056869,288.66793173829,1675.90944027998,144.612569810214,1437.48129503308,3079.53387475486,1012.37593650738,30174.3675074972,13166.1135538278,707.428379367819,6017.24613936932 -5444,169.279718368784,1542.989306824,168.461601811565,1388.73746948016,206.107745546681,5502.87905147443,53.237469319362,497.805029137505,1159.94062637363,13309.8218350305,351.723394248031,3910.78132120001,121.830125457671,3055.60064959524,618.461573481108,7425.95987906123,669.709529979607,9106.57423182072,65.2495970414557,898.973377541581,414.88628200713,1199.85527625178,155.684624477798,1580.59080883056,97.5006458364696,688.112913330395,289.195979056462,2272.25522758378,263.813338258955,1645.76540823113,136.282543659521,1411.62579163556,2699.49381580273,911.316880236507,27984.8136492451,12367.0048898703,617.374242048675,5674.00452951781 -5445,140.754655233027,1439.25747512677,138.722474676917,1295.37565496942,164.991292963332,5132.93240239964,43.8582227350859,464.338674398588,926.306394568027,12415.031318722,281.611881767287,3647.86795684857,97.5426745403958,2850.1792309788,501.448056871256,6926.72866795793,544.148887378719,8494.35895503569,52.8254679758809,838.537342964399,350.827005708364,1119.19160280522,126.273452090143,1474.33110953214,80.7770760297937,641.852571409293,238.904678857397,2119.49642634099,211.108775479199,1535.12416166854,111.731777913745,1316.72524476215,2103.38612643359,722.663796774797,22735.0683014156,10125.2221167762,482.523061261716,4660.85341184013 -5446,108.797903042613,1326.24011230948,112.261119552511,1193.65657904837,142.407237557334,4729.87006389242,35.784314897466,427.876586591832,804.475940795219,11440.143834596,254.182454998532,3361.41996299508,88.091725486581,2626.36956119512,413.235527520645,6382.80888950791,432.178130541141,7827.34136818108,44.3617813775875,772.691390615045,261.317405964786,1031.30733913297,103.949802673586,1358.55959762519,62.4132119673543,591.451245592464,188.146697573081,1953.06345604523,180.689194562726,1414.57888929912,89.1012058551837,1213.32969720396,2022.35695099888,643.450365595507,18788.3518376095,7968.10452949854,475.814729472761,3628.42247650877 -5447,98.5249248983873,1242.00500363392,104.83489131463,1117.84241031361,154.30057330243,4429.4560474897,32.1195038601121,400.700338160822,955.030799217942,10713.5320014693,284.218405482019,3147.92198984598,90.4984826211121,2459.55774231248,386.307242393226,5977.40974988545,428.187251883214,7330.1938722866,39.4393272529022,723.614498235588,221.806269460463,965.804656033982,111.43844466937,1272.27174199028,62.7192208247699,553.88567998608,195.511282895846,1829.01615047568,208.686652632014,1324.73301194681,98.8494882643356,1136.26600567883,2403.3727751502,760.076579282508,19346.7810257922,7708.41257899735,573.780168727913,3453.35936562368 -5448,96.8098669371938,1183.77517236718,101.711414198454,1065.43378494985,149.130469473395,4221.78661178364,31.0226749026853,381.914010399371,970.865485355549,10211.2416251092,288.828783400404,3000.33565502988,92.127293388773,2344.24449324616,388.714066644676,5697.16646573635,431.280803171749,6986.52701821848,39.4246974279552,689.688749135431,218.53606417253,920.524128183495,108.841007488276,1212.62289303655,61.9490938335537,527.917451523002,195.661572511591,1743.26504519453,202.630795477746,1262.62458280728,99.9085547939737,1082.99361338474,2427.16126091267,767.262928762942,19315.2359529152,7678.51937693193,585.053258150728,3442.28553298105 -5449,97.5976978861732,1149.90178252388,103.988535289771,1034.94670024637,161.544793282519,4100.9813887359,31.5192281854263,370.985649623727,1015.03806406493,9919.04985050069,301.771356769262,2914.48190367914,96.5741048319117,2277.16460387074,398.666112421404,5534.14366782601,441.217799922736,6786.60953484564,40.1510477579147,669.953501754554,207.726134997942,894.183592090163,115.527055441378,1177.92403387176,62.9626905454163,512.811243808944,198.577308790802,1693.38201178202,219.888142392613,1226.49493951222,102.958690559142,1052.00405918533,2631.0131719959,815.680507847063,19972.2470640676,7786.46485404405,630.496641716933,3472.63749711156 -5450,112.048459469407,1139.28561385495,119.141858487924,1025.39182442989,194.35893384135,4063.12014633015,35.728309052938,367.560621251728,1206.82897743984,9827.47480657192,358.608834804955,2887.5747086976,115.165291284665,2256.14127484473,467.862741341285,5483.05112800338,517.193530667048,6723.95393016093,46.6642378218538,663.768330565974,224.749353518896,885.928275002316,138.448678590687,1167.04915706679,73.5594449711229,508.076847582818,231.210794200536,1677.74830346778,266.781693722745,1215.17164447318,121.330489239629,1042.29170574572,3200.89244219157,980.270936918802,23491.663270088,9033.67803781819,765.297288375494,4018.55216529261 -5451,161.259499970186,1143.27752369567,169.725273611968,1028.984665123,246.100793503579,4077.35679524321,51.8761358264266,368.848506258957,1469.57356211611,9861.90901070184,437.345464288747,2897.69239802438,139.716221260409,2264.04650286444,598.382060795664,5502.26303192709,670.834004203192,6747.51379744611,60.3491158991541,666.094089180425,367.377227092657,889.032453406874,179.551656683804,1171.13834678185,102.625445669959,509.85708332269,303.308324153939,1683.62691711954,333.533097892861,1219.42944917706,154.431187656376,1045.94376144314,3720.60917462432,1182.02757174738,30226.647142253,12069.89050294,885.662826414323,5434.35730316667 -5452,232.819562159077,1167.46040565162,245.210311914688,1050.74999696537,347.011512979716,4163.60202969243,75.3968585140794,376.650478834833,1934.860492107,10070.5104889284,576.629464528121,2958.98508659186,183.358184438123,2311.93616061313,823.512046224839,5618.64822680222,932.27171516471,6890.23883688564,83.6659499596092,680.183472026103,543.386437925378,907.837482308562,253.964061174317,1195.91054758815,147.138023407932,520.641703333885,426.369776071386,1719.23939978513,468.347811189146,1245.22311502971,211.270001491277,1068.06781618164,4803.11200025107,1558.84405181983,41834.8318364688,17100.5781742406,1124.41848133284,7735.02261871284 -5453,254.187859692644,1213.56987123307,263.668349750747,1092.24992328856,372.230685350417,4328.04569181031,80.5477820104158,391.526488510193,2117.23670964222,10468.2506217235,631.267011655942,3075.85176604905,200.857215733219,2403.24730085246,917.352959783345,5840.55970728917,1047.4887361926,7162.37246039817,92.6849757128456,707.047677647669,592.930199088617,943.693003353575,275.131654252536,1243.14366655781,161.015325842791,541.204722502612,478.359559713592,1787.1416682877,504.604270883864,1294.40385990615,235.940205900361,1110.25171892514,5157.84143749853,1692.24941926417,46112.3732411772,19077.7928567474,1207.87999024391,8650.51848169362 -5454,238.370816493471,1305.81772570034,238.667257790932,1175.27580779163,336.531528452163,4657.03616740618,71.8938609885285,421.28783920644,1977.21039649842,11263.9803796636,589.328728560794,3309.65843248274,188.246702210722,2585.92685850547,853.108954023478,6284.52186773563,979.815812047927,7706.81040997895,85.0764393893498,760.792940129167,554.383087122547,1015.42653670727,254.901750308214,1337.63953264091,152.502152673777,582.343659503157,443.399327877497,1922.9887986726,461.771757901563,1392.79619949939,221.013862246145,1194.64598530996,4791.26114614814,1577.89608807052,42683.1158767493,17666.0138584106,1131.71973217511,8044.7721549685 -5455,214.790987814559,1419.50040869501,217.31777403006,1277.59369217847,303.36402761662,5062.47128740352,65.860407544466,457.964575117903,1803.6565868497,12244.6069139471,537.810688030695,3597.79271263183,171.514802735036,2811.05406999682,787.019414442781,6831.64363917562,905.580944448724,8377.75465242122,78.7773999554181,827.026520004111,504.995794275716,1103.82816490156,228.567054364471,1454.09257808323,136.701591197237,633.041692110848,411.203933234271,2090.40154066502,414.142351734057,1514.05110798132,203.489299532361,1298.65021052907,4308.34337211952,1427.74066617568,39117.2740356941,16318.5259313647,1016.97142426329,7425.49697531709 -5456,211.323976301165,1511.19865584366,213.661740820979,1360.1249133203,299.670723157499,5389.50165699815,64.6345222861707,487.548609428321,1709.83822620376,13035.595760555,509.752441212552,3830.20637262916,162.723666704362,2992.64523353565,743.022968789979,7272.96069905059,854.916628028531,8918.94887255864,74.174471461307,880.45157135689,495.402150140672,1175.13431406134,225.738423152449,1548.02544332606,134.763720588224,673.935525732174,387.417443425603,2225.4393017968,409.441145028524,1611.85723177313,192.375733440903,1382.54166081348,4152.21527565376,1370.45178587733,37364.1946224156,15497.1016171243,975.474126498427,7059.79265676376 -5457,191.563971393866,1564.30842810446,192.853663173286,1407.92532931018,261.369238141193,5578.91104040087,58.5650047946029,504.683084444348,1566.5690581359,13493.7205209562,467.214828386089,3964.81566927959,148.972480649128,3097.81916695324,688.53190671251,7528.56262464433,795.319830371756,9232.39763165831,68.8766545522128,911.394281807702,461.222404190189,1216.43339512809,198.854133704272,1602.42946124326,121.315316350967,697.620408028549,360.827782181884,2303.6504450119,356.197394609175,1668.50456279435,178.254414953871,1431.1298940434,3686.71641090014,1234.31038980994,34190.5124749749,14359.1949698377,872.82160378265,6552.1786807514 -5458,183.411363590035,1600.03313670499,185.883006026963,1440.07865739899,252.646129136254,5706.31876105615,56.6643312913712,516.208724659201,1481.92242422069,13801.8817664545,441.989838713734,4055.36167791517,140.841818643028,3168.56524557065,651.626319048285,7700.49528262547,751.097450288113,9443.24141997373,65.4007962428446,932.208140860567,440.982391495307,1244.2135488319,191.037941616906,1639.02475442671,115.849311139437,713.552231537808,341.63333270469,2356.25978942697,343.398396952694,1706.60883828989,168.341193290701,1463.81315363318,3509.1956761301,1172.53165679485,32504.3657028668,13627.9668898487,827.592362322719,6214.1443064259 -5459,175.29150098938,1581.23065716507,176.188865447146,1423.15585194548,228.519500347824,5639.2620612343,53.9314987393605,510.142597801527,1313.71774310801,13639.6916257799,392.239975347085,4007.70588052774,124.739438588273,3131.3304647189,597.617700181539,7610.00440360717,694.822369430911,9332.27099722657,60.031508453678,921.253477426798,435.882329986083,1229.59241427004,175.495948513483,1619.76407244234,109.769384278983,705.167060677044,317.758615272124,2328.57065883016,309.698241191225,1686.55395503249,154.050513895366,1446.61143684365,3005.93217384562,1032.51871304291,29786.4060113191,12740.397596376,705.341537851954,5841.6757961492 -5460,166.420931980488,1525.8067343533,168.932017708754,1373.27262982989,230.170628994292,5441.59954831697,51.5548369118307,492.261522807549,1321.36293949738,13161.6050086137,394.370135311763,3867.23125693749,125.425012959344,3021.57379058138,593.091360884207,7343.26514279691,687.054413199376,9005.16434452854,59.5488304138298,888.962501159922,400.016894046833,1186.49380955375,173.627646827002,1562.98950984609,105.042224487647,680.450157698173,313.717230551318,2246.9516237628,312.531883810641,1627.43833151606,152.948977711096,1395.90606995051,3095.80785274131,1043.87456098133,29535.6531953354,12505.8431107033,724.039885496109,5706.24429501558 -5461,161.891218829741,1483.3420596776,163.440800740396,1335.05312656398,219.056685623593,5290.15457869396,49.9543012459419,478.561409319554,1270.85899526947,12795.3048328986,379.306345587376,3759.60247701133,120.631444467289,2937.48047447733,570.900699953733,7138.89498350642,661.541501612659,8754.5419257897,57.3134623892457,864.221816405602,393.401795461936,1153.47254120236,166.519895318896,1519.49000262621,102.0032902756,661.512572793667,302.080451066525,2184.41679050584,297.565154136347,1582.14515135987,147.229811366958,1357.05665619208,2953.43110185485,1000.80169648636,28407.9778842386,12055.8288834581,693.031610549634,5508.9760633094 -5462,154.530477887853,1458.43600532374,156.547487324527,1312.63691749165,209.700662602976,5201.33024002055,47.84290544587,470.526124137411,1229.54450272816,12580.4652714075,367.133659139773,3696.4768728862,116.661062744783,2888.15870955909,559.854152989786,7019.02936968812,651.283000481091,8607.54879253067,56.3856509993533,849.711100288057,375.871827987244,1134.10516088745,158.853528248753,1493.97700624843,97.0847292110479,650.405446162776,297.875998649246,2147.73934111992,284.248873344925,1555.58014372836,144.320867215401,1334.27099686294,2817.92188252547,961.331286352093,27645.3555572621,11828.4698576199,659.859525116947,5402.50060528418 -5463,153.943726445232,1442.90226322661,155.841484451103,1298.6560755013,204.179288152165,5145.93108488758,47.8056491607447,465.5145696807,1243.52106463606,12446.4712515983,371.38503545998,3657.10584926789,117.782489188169,2857.3970495575,568.34554115383,6944.26997565036,661.126658362535,8515.87014324918,57.4119906541298,840.660862196872,380.881134377948,1122.02585331692,155.558618022293,1478.06471840763,96.3500006635721,643.478004422188,303.043641282245,2124.86385745453,276.14962589479,1539.01172339598,146.283767156239,1320.0597311802,2788.65464142643,959.667222515209,27845.5751700594,11992.5020026088,656.950277195107,5478.85503579067 -5464,159.162691510827,1450.07613217935,160.822270377241,1305.11277651131,206.747586276881,5171.51579438844,49.4991770799968,467.829030336551,1328.64109208664,12508.353026933,396.728698597378,3675.28836847072,125.965437356878,2871.60355023455,604.393169290527,6978.7957256248,700.942801386879,8558.20962665227,61.0368734984702,844.840487534493,398.679602182595,1127.60437837604,158.263250237466,1485.41340921209,99.126736714923,646.677269538987,321.549923613754,2135.4283255022,279.053212749978,1546.66343252538,155.392049937264,1326.62284758982,2939.16315286854,1013.70453694881,29306.820801537,12643.0044467334,699.80156606255,5773.39179081629 -5465,171.664455948465,1455.02263171781,173.520600693421,1309.56477706727,221.801925093532,5189.15686848268,53.4283881497086,469.424888672044,1393.63044166956,12551.021519367,416.278230369009,3687.82551173851,131.901763851287,2881.39916394107,639.20732158289,7002.60179281654,743.410984201193,8587.40339036497,64.7288226927183,847.722407310236,432.462748680086,1131.45086230432,169.960739609996,1490.48045126598,106.824092267185,648.883214967865,341.394815465047,2142.71269836519,299.039776809469,1551.93941065188,164.302716230257,1331.14822329782,3067.13688373812,1064.41041470156,31126.4749334886,13480.5561415218,726.799373259677,6162.71909301558 -5466,178.922581943259,1437.23259409615,180.090204878,1293.55320024078,223.597009919354,5125.71091657608,55.5895587299175,463.685399644193,1395.19242192267,12397.5647001035,417.097019812114,3642.73579755415,132.112993971341,2846.16933423801,658.151918517066,6916.98350301948,772.192276090602,8482.40830227717,66.4602760572602,837.357610784035,460.347424976829,1117.61702015735,172.896565856097,1472.25688365654,110.768571936333,640.94955362494,355.220829841184,2116.51452200327,300.588713215922,1532.96440648343,169.231244052188,1314.87275344859,2980.07255178278,1057.91649740569,31901.5284023867,14033.6581610537,703.52063336802,6438.01117397991 -5467,189.175919644546,1397.68953231647,190.375485961566,1257.96323775138,236.294544363582,4984.6855152099,58.7575466082404,450.927867926791,1455.77943004029,12056.4663497964,435.115721350381,3542.51198737795,137.880753463629,2767.86172398652,682.285680270947,6726.67421897423,799.084544069186,8249.02896137211,68.8824753168302,814.319110355548,485.589651764071,1086.86764872252,182.68117808271,1431.75018686638,116.96724725898,623.314893862308,367.320646783343,2058.28214900744,317.720261909655,1490.78744328302,175.472879766212,1278.69621895054,3139.83366774824,1109.74364999291,33244.4646409398,14561.1301767507,741.234481879408,6681.11818904131 -5468,182.812160983922,1374.37445892156,181.874594967645,1236.97896010021,219.799525825289,4901.53521183386,56.1028033393409,443.405871021586,1326.45137396857,11855.3505860096,396.713792582132,3483.41880174668,125.549233525618,2721.69059817524,633.63328055504,6614.46553493331,746.974200636025,8111.42564445213,63.9310014826864,800.735328416975,476.607696297971,1068.73744282585,172.552340362216,1407.86694247044,112.902163204097,612.917282545544,343.633943738107,2023.94762888551,295.934621500631,1465.91938936067,163.060247287489,1257.36609126102,2800.07765876161,1009.53282915557,30971.2603834039,13704.9265576521,658.569915962366,6314.79800714023 -5469,153.943611970365,1306.36733863077,152.188816973097,1175.77047620367,181.847744189557,4658.99629342127,46.8954008288545,421.465157402775,1115.21069545858,11268.7213394032,333.451838145804,3311.05145314253,105.671822414888,2587.0152637328,529.515572448878,6287.16699531517,622.221691983054,7710.05417254272,53.3209998497608,761.113154527431,403.665749165467,1015.85392526503,143.840433734411,1338.20253922976,95.0367489109137,582.588765385027,286.413846000459,1923.79817618986,245.105830043802,1393.38242128643,136.13063192048,1195.14880654442,2351.31597212282,847.635961539454,25859.4467036563,11422.350216734,556.410059407141,5267.46351620862 -5470,122.0554068228,1217.4749999371,127.057281161183,1095.76465831001,167.317438030033,4341.97284661536,39.358277604027,392.786375859829,1064.35225211314,10501.9362519891,317.231125801479,3085.74950437104,100.65322981887,2410.98067512277,452.749610418873,5859.35395877904,511.047915861932,7185.42015377538,46.3593199464522,709.322876007933,301.578404393816,946.729699239439,124.771096221162,1247.14396034441,75.7453071991369,542.946257247909,234.562792834464,1792.89248527188,224.140553699789,1298.56910311772,115.809457093753,1113.82438166095,2499.41193060331,826.51065031057,22425.4323463352,9301.33472890655,599.766890824736,4213.5664133689 -5471,110.506468007309,1134.88872724693,116.27017591205,1021.43449228597,173.872754325052,4047.43919825099,35.1013336664841,366.14208111257,1066.68167243163,9789.54727387755,312.613998170741,2876.43058608959,97.9496590366239,2247.43406636554,400.061875408041,5461.89018839119,432.69057473422,6698.003929012,41.4341832881215,661.206625188496,225.807571962716,882.509179631799,125.64637980072,1162.54512160175,68.0939250737955,506.11600803581,215.929628051832,1671.27330812207,240.243634457001,1210.48188813371,110.275206769262,1038.26915127219,2720.11125662115,851.496709621588,20946.849291024,8142.61379435718,634.509646588589,3612.62066801741 -5472,117.276249592056,1080.65080582091,123.629168040745,972.618707615323,180.432256054464,3854.00641145799,36.907083253923,348.643638358347,1108.90868118414,9321.69110164741,324.823410444048,2738.96194060027,101.977327121063,2140.02604531894,409.46360841676,5200.85880816579,442.379430511473,6377.89694222907,42.128021519574,629.60663470279,225.050940679564,840.332830185871,140.134597878645,1106.98546236309,73.6420164371579,481.928015312604,219.229180496715,1591.40081649267,271.992069343074,1152.63126369806,113.408174804749,988.648814675513,2923.60244984558,906.816710133244,21723.6608281339,8306.81638663243,677.066428275166,3686.49207757965 -5473,123.19980184445,1044.4054104002,132.273115876192,939.996745496564,214.611423145669,3724.74172615465,39.1542938039399,336.95001219794,1325.8711457782,9009.03841296297,387.799941283179,2647.09622593594,122.321576027001,2068.24884420513,466.140830665945,5026.4202355817,496.713730507142,6163.98011046581,47.5735374321667,608.489414124799,215.622320008655,812.147781369892,157.151862204132,1069.85679360885,78.4137436458192,465.763985835891,243.168328501747,1538.02469207216,312.346871858175,1113.97161924865,129.970516113937,955.489197316131,3623.4738148556,1090.85450887283,24767.2592014347,9128.61711968616,844.929246950441,4000.72373460311 -5474,146.8555844837,1031.56186951109,158.276078804645,928.437166700637,276.118404127586,3678.93683833536,46.3238943647895,332.806380600329,1711.04321580603,8898.25006192973,500.027243001772,2614.54364790766,158.271572686186,2042.81462265201,585.102060763394,4964.60799947235,618.650115870206,6088.17876953051,59.2052338456312,601.006535739568,235.263031420306,802.160420969273,197.206977741072,1056.70026517901,95.3082881962861,460.036268670518,300.358168049171,1519.11088444116,397.388155207656,1100.2725902139,163.884069477927,943.739100607873,4778.4298931235,1415.8218883373,31113.3901461443,11201.4894556262,1117.65328770916,4876.26374773095 -5475,205.900259940178,1034.10743736188,219.283839051172,930.728255459234,337.577882156066,3688.01528880698,65.2944921624025,333.627641300278,2083.37935563011,8920.20812373431,609.542253705951,2620.99551323083,192.208821392888,2047.8556418892,740.887234879741,4976.85907901375,793.357564779726,6103.20246573687,75.6315885552708,602.489629445058,381.3929399017,804.139898729309,252.679460226138,1059.30786662539,129.86073464676,461.171492422325,388.766135780048,1522.85956878431,495.5707288449,1102.98771435287,206.570687802721,946.067949691043,5640.19849705242,1712.53483638391,39400.3070037423,14668.4781120317,1314.87240518406,6455.99015347023 -5476,237.38965772872,1046.51707256751,242.81273942499,941.897305896864,302.802323160486,3732.27270608622,74.3132734310417,337.631284609926,1838.26931841705,9027.25360544581,540.365362618924,2652.44833623515,168.524714134632,2072.43059469533,762.403217671486,5036.58305295397,855.117682449778,6176.4429371323,78.8067190211709,609.71970655935,546.027432340679,813.789846536455,239.896472362825,1072.0199154129,142.340892671968,466.705704614819,430.155927140052,1541.13439307745,437.043364615214,1116.22393592607,209.836601304163,957.421081591299,4295.16535707125,1442.8125933079,39550.4200214331,16417.204052439,989.89204243235,7434.67891291354 -5477,263.216726078099,1051.37679096928,265.859489117074,946.271200781166,342.467290845484,3749.60428607246,80.6838593424229,339.199145287827,2078.00822773601,9069.17352401545,610.927149620237,2664.76552849815,190.806848506078,2082.05435465245,868.601209750069,5059.97146771189,979.800038362878,6205.12452693702,89.2105972967962,612.551066080905,597.009286740537,817.568847946035,267.77849022625,1076.99806153832,158.765769040772,468.872949049122,491.300220173339,1548.29096927286,488.047332503474,1121.40735256026,239.795886923083,961.867064337696,4825.44817479544,1625.73057227727,44813.6352095432,18680.1040305136,1112.28065040974,8471.02084881265 -5478,236.821990292597,1113.94565662351,227.96284326465,1002.58508952468,300.60400106058,3972.74834712362,68.4670920399416,359.385348686877,1821.77712556544,9608.89239996282,535.783458582323,2823.34935666021,167.835239359292,2205.96024673608,774.958476777927,5361.09726551999,885.338151835121,6574.39994392222,78.5436124461763,649.004814812264,555.227338276071,866.223484275857,227.944591437363,1141.09168392097,143.059155695058,496.776217230375,440.803175440617,1640.43187487607,401.553256435524,1188.14383237291,215.404639770133,1019.10908417561,4087.56575125585,1401.58990939592,39549.4169941493,16737.8063092415,951.13171580366,7631.53303666931 -5479,215.161044292157,1215.82616675761,209.960457262973,1094.28065812469,271.404530532267,4336.09248858395,63.4165522853653,392.254423081332,1641.34123608811,10487.7134211778,483.011757491861,3081.57045661511,150.995488823237,2407.71547055393,710.029539727125,5851.41860304846,813.739835499096,7175.68889920448,72.2560877480681,708.362236082685,506.340118562268,945.447537930014,207.765059778836,1245.45494632645,129.476919516278,542.210942104949,406.728041755714,1790.46436098422,367.615768475394,1296.81044374222,196.866607351955,1112.31592309162,3633.90348773503,1259.68451680704,36180.5760359365,15440.6403091679,840.913018026547,7047.43281732588 -5480,211.067867257309,1315.24789298352,205.648168897741,1183.76324616317,259.043950550804,4690.66768368759,62.0113942053928,424.330235338684,1568.14872280206,11345.3249786563,461.340432711432,3333.55964936334,144.400698153998,2604.60153444057,673.403093600957,6329.90652697339,771.124626219997,7762.46634874855,68.3268514158218,766.287125536576,496.524555496921,1022.75959852475,204.059593297278,1347.2995060883,127.204252564833,586.549145473619,384.518980836804,1936.87596354887,360.995209580967,1402.85449545766,187.021295509588,1203.27330845309,3517.33732630236,1214.26289514721,34496.8245334241,14648.142512639,813.489060368824,6689.36123622036 -5481,194.603643010745,1394.85469775123,189.608776167247,1255.41180012112,245.855319109534,4974.57543105415,57.3104574643372,450.013282908538,1488.21458849646,12032.013074049,437.832355886335,3535.32696152107,136.966200599212,2762.24786632678,638.821516075215,6713.03098265879,731.756149139926,8232.29804088611,64.9452997228787,812.66748464913,463.347943455999,1084.66323214273,185.569980953073,1428.84626949084,116.8605568382,622.050668463684,364.792165719601,2054.10748128182,326.209678214778,1487.76378482674,177.458817106052,1276.10273008474,3300.32791956681,1139.72052241312,32554.1300406381,13858.1424816356,767.120662018605,6320.3443353446 -5482,186.656033534642,1467.22977853978,183.243897059033,1320.55158177949,233.652052667659,5232.69213617887,55.5982523324278,473.363204415728,1414.36184941371,12656.3203367963,416.103522429748,3718.76511810222,130.093028062295,2905.57312651747,606.404236451166,7061.35124891252,692.731123841595,8659.44879482853,61.8638972434459,854.834511043014,443.108828420116,1140.94335162848,179.001820375649,1502.98507717851,111.821677599038,654.327125256792,346.201188391894,2160.68933181135,316.248950999688,1564.95965640728,168.083513340795,1342.31610581002,3153.60671594682,1087.61537928081,30987.6952583254,13166.9088847985,731.194444987019,6002.17162430008 -5483,183.421020408123,1459.59308059922,179.830262577686,1313.67832055451,220.579901583188,5205.45680477786,54.6307003430963,470.899424126387,1333.23425071041,12590.4461997901,392.405315200293,3699.40953635611,122.594455628773,2890.45007991906,579.182437429491,7024.59803729638,663.207168702144,8614.37773932985,59.1001944522316,850.38523319609,439.569501188165,1135.00492271222,173.829838599293,1495.16227858795,109.611216962544,650.921456504024,332.365916319722,2149.44328704605,305.319230516057,1556.81428997596,160.252264667063,1335.32956369456,2940.22663106968,1026.00072379318,29628.2832735544,12674.5996372196,679.468570943133,5792.8406970433 -5484,169.364150748807,1399.42514663265,166.547623979682,1259.52534360836,220.4225880436,4990.87536734933,50.5919550459076,451.487818362881,1333.8944765071,12071.4377544721,392.462823876451,3546.91098613867,122.602854133974,2771.29878230476,572.664492225848,6735.02722713863,653.685233474555,8259.27238985099,58.412181288077,815.330310534984,401.944454141796,1088.21729255064,162.711980973642,1433.52809681281,101.384672399978,624.088909999843,327.197989992932,2060.83806996268,287.927162017305,1492.63866415083,158.531663692876,1280.28407048147,2951.38512008857,1017.15163912746,29113.0721931224,12393.0816758655,685.705072683377,5641.0158957376 -5485,165.902327604671,1357.10510531417,162.505021085145,1221.43601477828,214.090678415305,4839.94621456838,49.4053590817596,437.834367034038,1295.99687016048,11706.3851857284,381.276828902725,3439.64878647937,119.131949784891,2687.49188541199,554.844426212891,6531.35314623516,632.861508904554,8009.50358325197,56.5820477613037,790.673891781128,395.666301252208,1055.30849360913,158.126751133304,1390.17674755751,99.2901836083265,605.215825918746,316.662270365642,1998.51622839696,278.474145350903,1447.49975115329,153.624950905118,1241.56697661436,2867.90347115681,987.948421476459,28227.6258674436,12006.1379340772,667.472949791597,5465.79242454675 -5486,159.437599710502,1330.55021778081,157.010883925148,1197.53580552063,216.061408414095,4745.24151786356,47.6933948793462,429.267129073398,1308.1596606062,11477.322793426,384.835315639745,3372.34413459829,120.254599820628,2634.90491592491,559.173022016278,6403.55217668628,637.502913299248,7852.77919542204,57.1823461883244,775.202535738336,378.356607486894,1034.65895198479,152.989573058568,1362.97473716176,95.282274585965,593.373384144896,318.933945944636,1959.41065472338,270.800904342276,1419.17608414628,154.833028779728,1217.27285871589,2887.5735730974,990.501935256422,28297.235060714,12033.4699035196,673.54274328598,5466.14101801285 -5487,164.571972868026,1324.64913415643,163.396027193641,1192.22465015263,219.03491040789,4724.19603860198,49.6275351400249,427.363299220147,1325.2738754749,11426.4200610954,389.945358814896,3357.38755161291,121.625874925932,2623.21892764474,568.263656022545,6375.15197323455,647.732617159025,7817.95156840223,58.2815988451294,771.764458070847,385.130308970104,1030.07016689665,161.096043605501,1356.92984851763,98.7768663007861,590.741731529664,324.719311940893,1950.72053091331,287.879339819786,1412.88193858277,157.104524913136,1211.87416813137,2942.43579584556,1011.24633138663,28907.459152989,12287.2629022138,681.893456019735,5586.23713101879 -5488,171.679989228882,1350.07586971865,170.514138842605,1215.1094882041,232.083635305185,4814.8773219096,51.9105556257361,435.566568537338,1404.73826477734,11645.7510173651,413.283257385772,3421.83284754339,129.026054400094,2673.57180394622,601.233807347356,6497.52347464775,683.812631902653,7968.01771198871,61.6534044561688,786.578532443972,403.581659356815,1049.84243795988,166.966479327636,1382.97621471763,102.753672165672,602.081061625357,343.20589609466,1988.16475204053,297.707161623014,1440.00230918253,166.031078112517,1235.13618009606,3113.0499744963,1067.61541554481,30487.8507633945,12953.3832937931,723.548469251101,5882.84093553105 -5489,182.997905741947,1389.96605323921,181.302061003425,1251.01187085474,248.467341649802,4957.14068970089,55.2902415625066,448.436089979858,1503.32283615683,11989.8436389259,442.336799096642,3522.93645462705,137.887503433718,2752.56682363871,644.064185578941,6689.50335492427,733.08822612947,8203.44573196546,66.2043730683426,809.819272254437,437.135628511217,1080.86173728756,175.002613380838,1423.83849234736,109.138888798114,619.870524114965,367.99446048988,2046.90830757457,309.507442242779,1482.54951535939,177.854423893844,1271.63028387348,3294.94962422486,1133.7352341091,32604.1779987127,13895.3553036273,768.151234705288,6309.65885286281 -5490,197.415541471087,1387.82546215572,196.429290409849,1249.08527354695,255.4171176324,4949.50653839536,59.8151721493216,447.745484411838,1542.50269031724,11971.3789056857,454.108441885076,3517.51102258509,141.598634347167,2748.327784861,673.164234998421,6679.20131107137,770.99943580775,8190.81216962284,68.9817429560664,808.572125311974,467.306581036398,1079.19717649349,191.364247457557,1421.64573665096,118.093812787784,618.915904170294,387.211796861223,2043.75600492538,340.637777898377,1480.26634285599,185.962020213613,1269.67193356643,3374.71217186139,1175.27014711121,34186.9389386889,14663.5754841318,779.116283170141,6683.4586083462 -5491,209.805159475886,1380.82515547638,208.978960627382,1242.78478388026,258.973671989275,4924.54081711053,63.592799369102,445.487019071172,1563.15909459947,11910.9942780797,460.259506735693,3499.76840539185,143.475558096803,2734.46499168275,685.261000206805,6645.51086596458,785.849678993513,8149.4970340357,70.2310702196266,804.493620482729,493.253979179266,1073.75361647175,204.351146539062,1414.47483770342,125.501558851966,615.794041042647,394.856617365218,2033.44713021285,364.820571720242,1472.79975671122,189.265048338969,1263.26760308001,3442.29038575904,1203.81668396444,35020.5397141984,15022.5236400091,789.899461783376,6861.0679033418 -5492,199.089429342711,1387.91224329242,195.248334670379,1249.16337921861,238.100267275222,4949.81603250337,59.5035474369597,447.773482069431,1434.44681131533,11972.1274795501,422.592596014557,3517.73097358989,131.597738267405,2748.4996386104,639.041151370736,6679.6189635052,737.114932849221,8191.32434353082,65.4462332781694,808.622685566161,483.015271653087,1079.26465901218,186.084938214379,1421.73463257942,118.458609892432,618.95460516487,370.48740954059,2043.88380159295,324.877835358791,1480.3589043483,176.580230655562,1269.75132652803,3061.58186194803,1090.69112928428,32514.4569705876,14118.8818521621,704.990510670475,6468.00033624974 -5493,169.211623903518,1340.06716620069,165.338756304545,1206.10134956383,199.04177814048,4779.18252825299,50.281775910522,432.337522863234,1199.91330081075,11559.415966283,353.432139347291,3396.46530248369,110.18962886213,2653.75144560941,532.40971689266,6449.35448835787,612.474307073537,7908.94730809961,54.4245061008152,780.747281399933,409.55102515333,1042.05949632097,158.311705998756,1372.72360653762,100.867019490717,597.617571109934,308.101101669034,1973.42561626722,276.234481341958,1429.32694159686,146.974036801968,1225.97957482063,2582.30665144248,917.334480967251,27155.0909836353,11754.7114602625,594.582362238866,5386.95250483172 -5494,129.810473440878,1251.26160864371,132.373933344563,1126.17363734183,169.808144200026,4462.4685755551,40.6243257294117,403.686738977881,1031.24686433516,10793.3794527333,303.107485814843,3171.38330471699,94.3513289898935,2477.88871074879,424.644573418724,6021.95910425556,473.920722500064,7384.82546324025,44.2408290579636,729.007563134622,304.741801552983,973.002752814077,127.855630919288,1281.75392358074,77.1561497048677,558.013763967391,239.088930785202,1842.64772201681,230.654923641369,1334.60618492047,116.557714691527,1144.73454289877,2381.38369596125,798.348141452228,21944.2987178997,9111.06036758769,552.912187401744,4115.64099046935 -5495,117.704746782768,1178.82867282872,126.70377274567,1060.98178439389,180.418764064312,4204.1455376894,37.9942973935056,380.318152063878,1039.53916618433,10168.5731326753,284.317323059267,2987.79851176209,94.651897267179,2334.44887953964,386.982709675208,5673.36039854461,413.684314979315,6957.33325450578,40.8418182067743,686.806829359688,229.116474317785,916.677644255222,126.296664124858,1207.55585098266,70.9180939627028,525.711506094124,213.352952643506,1735.98067233154,235.457422564776,1257.34860468078,104.496140225293,1078.46823767674,2703.85312842882,833.949062287424,20584.0381537408,7957.59098147475,614.850139764924,3518.23660540145 -5496,119.254898381972,1135.03336060415,128.304813143781,1021.5646667218,188.95092847955,4047.95501509305,38.1424494723795,366.188743271722,1090.83727718405,9790.79488084895,298.129776956613,2876.79716635644,99.4772416528896,2247.72048557682,398.781524679755,5462.58626677821,425.47173654269,6698.85754115182,41.8055081496336,661.29089118896,226.094990438545,882.621649041675,125.818571138289,1162.69327956633,70.9438400280269,506.180508859219,217.84964724352,1671.48629981331,234.080434817449,1210.63615529236,108.211384347977,1038.4014711635,2874.92187695137,873.923612489959,21182.7381394236,8098.61878343194,655.648780895604,3566.25595052639 -5497,122.124460538461,1113.42497260925,131.793537227568,1002.11645802012,202.899269588839,3970.89139248248,38.782800535267,359.217363646575,1174.59470479861,9604.4009809805,320.692378729377,2822.02965774316,107.385745675471,2204.92912979626,418.705293038368,5358.59136442107,444.420095965158,6571.32691703458,43.5993281406878,648.701454921911,214.948494287807,865.818591345613,132.365080613753,1140.55831122447,71.8845701300632,496.544012514247,225.691069495277,1639.66509900271,250.800564067253,1187.58846641185,114.198056614164,1018.63272897303,3173.89351901248,948.598460355123,22289.7975396423,8351.86098380946,724.956151628136,3652.90859701087 -5498,139.611112612422,1117.44581136614,149.574494558451,1005.73533562072,235.099882384035,3985.23121276949,43.6139397908044,360.514581809836,1362.42804467989,9639.08472586771,371.831149595526,2832.22066881268,124.868074292443,2212.89164610349,482.602726814081,5377.9424948254,512.66909768412,6595.05751999589,49.8191430695395,651.044068044273,232.933497267323,868.945265377685,159.632054990449,1144.67713483188,84.519001937887,498.337149419861,258.999828831874,1645.58631429837,306.053294728426,1191.87712694171,132.111177414875,1022.31125070233,3730.21729578177,1112.61633117198,25767.3419875576,9572.72656749396,851.345957107553,4189.17852239355 -5499,190.341963086854,1164.42308270273,203.225621205463,1048.0163136097,300.519361929663,4152.76979595363,60.0330286605875,375.670566250615,1735.21095605701,10044.3105488988,474.211455393915,2951.28684409438,158.577065303211,2305.92131272365,636.121940747382,5604.03047264253,682.458313452678,6872.31284946776,66.2943651914098,678.413872938171,381.900277389676,905.475607245796,220.065586061437,1192.79920733762,122.279695284367,519.287176031693,347.615111751209,1714.76654121252,412.40473729499,1241.98348075565,173.364272418035,1065.28907792778,4614.00120969592,1413.84181240825,34020.8569203071,12981.8113414488,1049.59959140515,5748.56434278913 -5500,267.917970391972,1282.90762907274,283.07544002676,1154.65602159127,389.331291289319,4575.33016319623,84.6281893554885,413.896497433165,2237.08172958772,11066.3579444412,612.477893272781,3251.59168013271,203.863548644221,2540.55771315366,859.154567683987,6174.26221938321,932.597797574912,7571.59722692271,90.141111161766,747.445104953621,561.623566135502,997.611247776561,291.840485656519,1314.17113399495,167.620348059159,572.126651993528,480.172016151299,1889.25066024462,537.900103695352,1368.36009721262,232.688993495674,1173.68635639655,5694.50677761716,1798.87138640827,45650.8577871601,18001.3374921074,1290.62787022918,8037.23157154006 -5501,297.087114532675,1495.98310937715,309.193955666291,1346.4304571091,412.556085028064,5335.23730692327,92.4124205410434,482.639712445947,2364.66010442674,12904.3464954459,648.006543203413,3791.64183128729,215.641248976835,2962.51370024414,933.183681969359,7199.7326882675,1024.88504421594,8829.14818323293,97.4396905063041,871.586719774546,612.269396186752,1163.30244093808,312.64740342928,1532.43910530677,181.957518460285,667.149986804146,527.539616283108,2203.03240315779,572.310215847437,1595.62820158403,253.141335739762,1368.62150094525,5883.63032967486,1890.74075063598,49308.3066251365,19777.8853474046,1330.69516793566,8873.85585649021 -5502,269.386933362458,1687.04522772527,275.636454373325,1518.39219499984,368.5232808678,6016.63653888056,81.6511240777116,544.280893606904,2111.41312144284,14552.4478422215,578.695628935619,4275.89804765909,193.121748059702,3340.87635665116,841.654788882511,8119.25923261017,933.729079306628,9956.77839812237,86.8236732472938,982.902953200166,569.342352429642,1311.8756616195,269.074785655451,1728.15726540105,164.227495610755,752.356222713982,477.214715090273,2484.39656769848,479.955769192615,1799.41666843214,229.778493850839,1543.41740709439,5193.14853503061,1673.51733994555,44133.817515251,17860.8387919598,1177.21528180754,8043.38328714327 -5503,253.602465478485,1806.62899434433,260.255812491145,1626.02123475468,345.314870282415,6443.11713813949,77.307412930584,582.861459371618,1977.60199700726,15583.9771088356,542.106880337514,4578.98891079356,180.715420759439,3577.68955642268,790.296480405312,8694.78120750189,876.060318812247,10662.5502675845,81.8017931646835,1052.5746107426,519.068922586918,1404.86607490193,244.32011844776,1850.65519948749,148.378557753673,805.685907936907,448.73874813885,2660.49943350097,437.022028847399,1926.96572247758,215.387230056882,1652.82032289804,4837.98696729694,1557.68502536925,41329.9933118041,16764.0645778983,1096.84388446916,7530.47847548889 -5504,234.831612850107,1863.73067925175,239.727241611894,1677.41449396308,315.729309807468,6646.76318046219,71.2386453951231,601.283820300126,1806.93296090531,16076.5360975704,495.44898412651,4723.71590388249,165.201106286023,3690.76872341655,727.79659775948,8969.59505052335,809.768521542157,10999.5589105295,75.1525278716297,1085.84308144264,508.024009326467,1449.26933655516,233.359369121306,1909.14840999405,143.241472838149,831.151027224479,414.516618439972,2744.5891944999,414.907851497472,1987.87086119548,198.537158081336,1705.0606143924,4399.7528933702,1429.6530159354,38135.5098044604,15535.3747090991,996.255461771648,7008.49359505988 -5505,220.53764518259,1917.88181954107,225.065698245553,1726.15217296207,292.813280941373,6839.88647314718,67.0335105843075,618.754265396756,1674.33645360115,16543.6436959362,459.240321749257,4860.96459836701,152.982573219991,3798.00489071376,679.445680157065,9230.20877831493,758.068250191453,11319.1537234045,70.2919481884538,1117.39251167415,474.19524297591,1491.37820348239,213.668777188016,1964.61917330424,132.046569418723,855.30031895311,388.265912591748,2824.33388946173,378.426493845946,2045.62892413882,185.336252372185,1754.60155802747,4037.67437634417,1317.87052040232,35524.5181017037,14551.3804874485,914.014911876574,6566.39622827798 -5506,207.484379621218,1966.62363130411,212.163058049898,1770.02129119011,272.845583721181,7013.71806983777,63.3349043799937,634.479532524405,1559.0692533673,16964.0904401965,427.736483244084,4984.50308704046,142.355671972988,3894.5288983831,636.2861645522,9464.78897727306,709.599776178716,11606.8232004711,66.0457473199375,1145.79036962062,453.594982094512,1529.28068262421,206.630827196151,2014.54878677446,126.636651253089,877.037261616893,364.54406523216,2896.11263484295,367.71229705569,2097.61735165374,173.168360098975,1799.19370024871,3748.06959308654,1232.25838858883,33351.6997841685,13690.1208276285,846.855370922032,6188.27771659837 -5507,200.550531827947,1952.50730789256,204.52009594058,1757.31616927759,259.923627866773,6963.37396178614,61.117649007647,629.925271029446,1483.84394271996,16842.3230703628,407.240705868439,4948.72457990644,135.463003298599,3866.57416998967,611.023315159501,9396.85120814503,682.388660412199,11523.5100197127,63.4300139401725,1137.56594520004,448.372993122148,1518.30358443454,190.570031577555,2000.08845905858,120.173020467292,870.74193320128,351.355000611586,2875.32448710641,333.552358855872,2082.5607620459,166.045393448583,1786.27918028238,3516.05162414221,1161.03068096333,31872.8611040361,13183.2210840682,795.208567462983,5963.068300065 -5508,193.391327304248,1922.36548728579,196.9257378115,1730.18761077764,248.925651228298,6855.87691533435,58.9720757390967,620.200803193507,1420.26979351387,16582.3198024949,389.873943050511,4872.32867197981,129.560548580057,3806.88395294235,587.213396535385,9251.78737036095,656.759737039516,11345.6158984614,60.957087289995,1120.00477730582,410.405542266776,1494.8647813716,180.773181678821,1969.21210469775,112.140380543227,857.299859494693,338.309609583798,2830.93668147502,319.466882003039,2050.41124197059,159.55064476874,1758.7035054626,3352.09920069079,1108.70853145942,30594.9951197855,12677.7117197876,757.375012725611,5726.2978614052 -5509,188.91982665488,1879.40905470609,192.946393984266,1691.52551038926,247.484191435032,6702.67815243723,57.6962124716346,606.34203691599,1413.67190093656,16211.777724351,387.895443444291,4763.45350776764,128.997165877361,3721.81680262942,578.191223911033,9045.05052294814,644.567840174342,11092.0911719508,59.9985317283122,1094.97758553428,403.220004556097,1461.46111353556,170.732065654656,1925.20885579942,107.877536213846,838.142969788476,331.633826274201,2767.67766985653,298.476464673971,2004.59354868651,157.175935676974,1719.40419996646,3355.44496805009,1097.30577883876,30054.6045909789,12401.9681139131,760.405074662099,5587.35240257918 -5510,186.688220552898,1845.96956774035,190.514505981048,1661.42895151867,239.119683095077,6583.42038992262,57.0797667737974,595.553663523056,1363.88327725141,15923.3287948604,374.440471696791,4678.69950432915,124.410064654507,3655.59617644443,565.624408793169,8884.11597370289,633.222843216305,10894.7345415576,58.8704591077108,1075.49513778957,385.260370903206,1435.45798785378,162.92185635011,1890.95447340267,102.693958296089,823.23026579597,326.272511911493,2718.43361564982,285.233044393231,1968.9267098602,153.672099903754,1688.81160800802,3190.36103253165,1052.1231368203,29295.9792831635,12188.8594108953,722.056040778009,5492.02883503589 -5511,191.645644665989,1798.52946461002,196.269784404691,1618.73141078931,246.437357376968,6414.23117483141,58.9003936353002,580.248358543535,1405.66459088956,15514.1105859541,385.90668754913,4558.46025939246,128.044193225934,3561.64995834634,581.263224364302,8655.80052074004,649.463974079824,10614.74762343,60.6560624392808,1047.8556787516,391.641877906782,1398.5677399466,167.789239087329,1842.35829023656,105.079966338188,802.073834296844,335.092305324979,2648.57180788598,294.880432607222,1918.32669575153,157.726061635543,1645.41035250972,3291.32674656595,1084.08421753488,30150.4764896883,12525.73508581,744.764548679608,5638.7125914253 -5512,200.393114925672,1785.77270766352,204.869884337175,1607.24994019045,254.987937770477,6368.73579112706,61.6241606184716,576.13272550877,1453.58392363089,15404.070832989,399.150057861759,4526.12763948069,132.479947662914,3536.38759609919,605.15621244647,8594.40595056854,676.434902891902,10539.4584729629,63.1567295942283,1040.42336225533,410.608672852753,1388.6478642466,175.329650512996,1829.29066060947,109.84698329397,796.384819377373,349.723262285369,2629.78580105462,308.058427460669,1904.7202312019,163.967352421011,1633.73965133008,3386.12488389906,1120.85578928372,31354.0686038674,13067.5476694293,765.603904024515,5888.30799229614 -5513,215.946841767724,1767.78018165821,221.448193646778,1591.05611763855,275.832780148538,6304.5676896374,66.6942005634171,570.327908914954,1572.494975259,15248.8673494433,431.79415502949,4480.52470865571,143.144090214338,3500.75677616639,652.840659273186,8507.81314292723,729.477179682001,10433.2683179432,68.2823769638641,1029.94059234761,445.817000704915,1374.65656361666,191.170548453393,1810.85967012505,119.463254529923,788.36085613088,377.047262288523,2603.28943384572,336.400235500115,1885.52925121566,176.914800235787,1617.27893209279,3667.87058701127,1213.84826491122,33900.635156028,14111.6580600153,829.131990704732,6358.7318518916 -5514,228.077143161411,1749.84550787342,231.853310433256,1574.91436385084,283.148421605518,6240.6059108818,69.8575849248976,564.541756822699,1611.42231755898,15094.1628990046,442.769355799071,4435.06840709278,146.802252465983,3465.24052169546,681.304728276123,8421.49876123912,766.105551204443,10327.4196011554,71.0450295269637,1019.49152818618,475.820252469129,1360.71024987789,203.553974169047,1792.48794167674,127.233434672332,780.36269271322,396.161241855035,2576.8782616605,358.138808251689,1866.39997689576,184.703187948698,1600.87113978522,3704.33725723099,1245.10932015502,35334.4538392347,14844.2739313214,835.189951978345,6713.66356362467 -5515,230.979435143185,1698.23993262898,234.073751089804,1528.46777108504,281.453444874415,6056.56105866151,70.5313491126883,547.892571520765,1599.70622267163,14649.0133382397,439.763617885324,4304.27157081973,145.686313116605,3363.04536807887,684.385958669174,8173.13609948492,772.20886544872,10022.8484679266,71.389206273987,989.425190025376,500.017528024269,1320.58085852877,202.414443188559,1739.62477693863,129.511834536344,757.34862348507,399.795894898325,2500.88224690975,351.196918070459,1811.35703509859,185.446701023196,1553.65904266629,3619.85426023071,1229.21787458055,35418.0305981263,15000.0140798799,815.790183234532,6800.81840797335 -5516,216.302693842964,1663.18054139993,217.684877107291,1496.91324893662,254.773285614095,5931.52610948943,65.6619918652894,536.581578505365,1444.56213614226,14346.591118695,397.475667467558,4215.41184136804,131.474938370736,3293.61682561255,631.62086912231,8004.40542098971,718.041552493505,9815.93131863862,65.8443855505115,968.998956863329,490.733032916156,1293.31806716507,191.429325414873,1703.71101441626,124.991904765347,741.713505515348,372.057124316671,2449.25267005928,327.995930404667,1773.96239272275,171.194760644569,1521.58445817041,3189.5954194432,1107.9641343395,32680.6749484797,14013.4212153311,716.813173520351,6389.87109789867 -5517,177.256815612856,1536.19148852831,177.638457746051,1382.61922553888,205.745477772899,5478.63547977264,53.6152733876108,495.611891362803,1165.48352616812,13251.1838717067,320.799325781718,3893.55192064738,106.136936227997,3042.13884664672,514.598378148176,7393.24395179869,585.683413284386,9066.45416316545,53.5639957413643,895.01284609385,415.365205557706,1194.56917471302,157.981949924303,1573.62733275802,104.561171538166,685.081352106315,304.138808690478,2262.24454371822,268.362062549245,1638.51479790415,139.263975501169,1405.4067105372,2547.21065286558,893.788664191182,26605.837928414,11466.5911280741,571.903668856256,5243.49356220395 -5518,135.835163179057,1405.9336982139,142.426732133659,1265.38323867798,179.053001009041,5014.08730536698,43.097733467677,453.587631819279,1022.28013191163,12127.5805038531,280.553504196941,3563.4072261576,92.7691917884802,2784.18774683072,415.760596630783,6766.35099762713,458.027656386628,8297.68523422661,44.104813535155,819.122309981787,309.308556308046,1093.27845526964,129.253419875126,1440.19525695619,80.6123538178768,626.991469577105,238.456847955404,2070.42277044575,227.707371742246,1499.58074016052,111.880893097714,1286.2385117972,2425.59499740211,796.389418213474,21804.8017840492,8970.74705499185,548.59376861682,4037.8186400515 -5519,128.037900694001,1310.27246733479,138.813312587183,1179.28521122512,202.802176839938,4672.92344822632,43.9958256024657,422.725044752411,1112.05058954846,11302.4069696687,309.079073209085,3320.94919146452,105.203631187187,2594.74863800311,375.322347398036,6305.96124680505,413.885544387598,7733.10186591993,45.1000954360058,763.388352887695,242.289932862499,1018.89062115089,132.730518072585,1342.20283301636,76.1116288159009,584.330300130324,232.544839327515,1929.54899317405,251.167811640677,1397.54766449799,113.146801762591,1198.72146928023,2949.23877148733,889.217855579328,21909.7636105452,8373.35924253459,643.189337996379,3677.76370929368 -5520,129.766654454547,1256.49737770251,140.612393383584,1130.88598929486,212.565249633492,4481.1412933404,44.1837909676976,405.37592253693,1167.86763138642,10838.5431833139,324.359397912192,3184.6536156302,110.667271860575,2488.25716843444,386.845583336302,6047.15734172537,425.793679440377,7415.7264677928,46.1904591300957,732.058016546066,239.399682973184,977.074177744025,134.349608620956,1287.11728443808,78.0334123366267,560.348712294412,237.547782346671,1850.35808239435,254.353097329086,1340.19070035707,117.250207583691,1149.52456095642,3144.25323657161,935.165836617567,22595.6715421798,8533.1397373362,687.230459538913,3733.94604081266 -5521,131.784690968716,1228.69863375698,143.020904278331,1105.8662713027,224.845266422058,4382.00053777026,44.5204856671308,396.407386929722,1238.27259228514,10598.7512887646,343.613846754094,3114.19634927442,117.63630084606,2433.206974838,401.240906711573,5913.37005213441,440.0069814002,7251.6609592557,47.6173569840831,715.861967341053,227.620053282038,955.457391776224,141.745565114661,1258.64110577435,80.2856653470031,547.951559184739,243.660294591453,1809.42076612706,273.521097660826,1310.54032561014,122.27937819076,1124.09248326474,3412.68339092725,1001.49259075919,23518.6604081997,8722.75191292002,746.577416337786,3793.67705296149 -5522,152.134190438089,1233.24015652813,164.175226099299,1109.95378040786,265.239754680392,4398.19731269841,50.6036280361053,397.872590133286,1462.82949875506,10637.9264526341,405.713887476061,3125.70705926099,139.339662731558,2442.20060808504,468.848393822741,5935.22708363765,513.812838083415,7278.46458910466,55.1649943930907,718.507940353769,246.718770462932,958.988958738538,171.568573614315,1263.29330207826,93.5314783743203,549.976900806481,282.915654867455,1816.10875729608,335.223175604471,1315.38435210106,143.489806720187,1128.24736019662,4095.44981079159,1195.40889981369,27552.8549073378,10102.1291477528,895.890071274734,4386.95504394226 -5523,208.120240657812,1262.86129312063,223.985580345089,1136.61370740325,341.210982107019,4503.83740450906,69.9087521437049,407.429072928923,1875.3946816705,10893.4383015197,520.791304725221,3200.78326827057,178.105452926371,2500.85970819254,621.409325008643,6077.78502032282,687.209885503544,7453.2856834684,73.7561819984779,735.765748357632,404.284730151452,982.02286887123,234.530578014813,1293.63628374259,125.955420773488,563.18676979694,381.264274247005,1859.72978705411,447.185187947147,1346.9785062153,189.193750413599,1155.34667981381,5099.03537892907,1524.56378498072,36492.0528198504,13733.7536861119,1112.58353414524,6036.51708715246 -5524,294.584351391007,1363.03511785472,314.133062819184,1226.77320705377,447.367478523361,4861.09486520392,99.1464827129274,439.747530043321,2448.05043929155,11757.5374588163,680.918512157088,3454.67869120749,231.817506207086,2699.23516197968,847.191147189559,6559.89257616752,946.565374853156,8044.50194594791,101.122511947075,794.128823956528,595.574599411574,1059.91977432478,317.398403019588,1396.25127009399,174.905551802099,607.860379699722,530.315213011038,2007.24895385093,597.081942039674,1453.82475254277,256.122832399825,1246.99213323077,6400.96069861004,1969.57777949805,49462.8022326271,19178.6787919309,1391.74102349722,8504.56775038289 -5525,326.251556935131,1551.00205822752,342.675316938701,1395.94919029928,473.145892230053,5531.45553068143,108.129078196995,500.390133213248,2582.77018775694,13378.9398082514,719.040119837955,3931.09002870803,244.709279128616,3071.46839947876,919.057395576636,7464.52292689328,1038.92200761257,9153.86471862742,109.132583670837,903.641750913167,649.177566505235,1206.08613087033,339.303755298282,1588.79882502732,192.921332100653,691.686287227207,581.780302054894,2284.05506066327,633.683345074714,1654.31187645767,278.106973569922,1418.95637162931,6599.92859341452,2066.50847590531,53337.2794660178,21042.2064836164,1432.18625691406,9381.79689479337 -5526,299.272082205799,1713.07942843845,309.900468317015,1541.82377022752,433.528693134308,6109.48427093732,96.8255173547974,552.68014562199,2367.50082022511,14777.0187913379,659.007759911622,4341.8829935114,225.007543071169,3392.43220364185,843.909199240446,8244.55428755611,961.023127006469,10110.4297425045,99.0113046880376,998.070947717832,604.896433666302,1332.12030813166,300.373104177437,1754.825900226,178.516396893875,763.966458520379,533.916135509427,2522.73536136663,549.806573781479,1827.18496648528,257.063306949182,1567.23516722326,6035.66425065066,1884.08567707543,48704.9697043332,19273.8898265298,1312.65026843302,8617.21634315155 -5527,280.651336496971,1818.28653384769,291.213076388061,1636.51337610567,402.897277669528,6484.69229983444,91.2629276555274,586.622458729473,2198.76095559316,15684.5350149328,612.188043892762,4608.5355107209,208.767821859059,3600.7751248849,787.824948067544,8750.88556302637,897.20537993697,10731.3519426046,92.7290427042217,1059.36650334666,551.422722327023,1413.93118003218,272.361772021716,1862.59682455975,166.80979723381,810.884714846615,499.663718252581,2677.66669769401,499.749657310561,1939.39975243156,239.52466970575,1663.48538930982,5565.13039971934,1740.39527427191,45363.0571411179,18019.6654466,1210.02052169138,8041.4180371794 -5528,259.42492451984,1864.28028937628,267.696279921431,1677.90915984971,367.103966984863,6648.72329647036,83.937792167209,601.461137591208,2001.89676009799,16081.2770331062,557.533105871544,4725.10891743056,190.155005942839,3691.85712308731,723.731983507107,8972.24016459887,827.498229077482,11002.8026565331,84.974918525398,1086.16329420613,539.762736760501,1449.69672293099,260.801678640127,1909.7114137086,154.080032913361,831.396131855024,460.571876255867,2745.3985678851,475.997012307602,1988.45707998971,220.186615986846,1705.56343305983,5041.69660455643,1591.8777440816,41739.7679726783,16658.5326613456,1094.72319093292,7471.10946258326 -5529,243.600385994668,1920.51416572265,251.287940829852,1728.52136486692,340.473135887787,6849.27440771989,78.9673815414371,619.603522849045,1855.14820916612,16566.3503074013,516.820009885099,4867.63640758327,176.102408576508,3803.21775814377,675.668074451821,9242.87749678612,774.625763390807,11334.6895769586,79.4667200292338,1118.92616399906,503.545956192482,1493.4251615792,237.047078951404,1967.3156678048,144.42546843358,856.474242448166,431.347105777773,2828.21036634038,430.346147837343,2048.4366067773,205.516008937357,1757.00979750521,4625.41450228031,1466.08946433827,38862.5067773312,15600.3851231789,1004.28574517827,6997.61324841491 -5530,228.804344115255,1967.20217034481,236.398970296524,1770.54199398424,316.156113328063,7015.78135721988,74.4656652545467,634.666182971519,1721.29782102495,16969.0809164896,479.670256802735,4985.96942233127,163.280648596135,3895.67458634137,631.234975248074,9467.57331782921,723.610079882006,11610.2376821508,74.4745638581708,1146.12743689203,481.88421689518,1529.73056462756,230.653253527446,2015.14142438137,135.054978639145,877.295267413179,404.168073967805,2896.96460987205,421.230666134126,2098.23442627394,191.534514167697,1799.72298494803,4277.99093822112,1367.56992645052,36404.4127984419,14648.3368333844,926.97702481724,6585.48837050432 -5531,221.368427141048,1948.25505464176,228.163487908295,1753.4890115695,301.950932583441,6948.20883054905,71.9369664582142,628.55339304944,1642.63846680458,16805.6431446399,457.886305454569,4937.94703756528,155.78942276714,3858.15338072176,607.232092545633,9376.38634691986,696.853369307088,11498.4136307036,71.6385792871654,1135.08850582302,476.044612482162,1514.99695847389,211.127874049212,1995.73258155812,130.217524163059,868.845594477681,390.026243825967,2869.06248345193,378.777299981052,2078.02527286509,183.957346827168,1782.38894570016,4025.7308105813,1290.21487306784,34832.0966785087,14121.5351532083,873.305181070217,6352.05936385761 -5532,212.355340544297,1913.05102724957,218.287592279669,1721.80431245985,285.745459654966,6822.65805452798,69.0013156903085,617.195736969636,1552.98345573416,16501.9732939201,433.049044090196,4848.72072073503,147.155939619992,3788.43841348758,578.851306307198,9206.95957653361,666.064037120054,11290.6428527157,68.2843041740078,1114.57800502574,434.985763120329,1487.6216955184,195.033261463283,1959.67065819688,124.640979711935,853.145974433224,373.090727612388,2817.21991077815,351.154380989115,2040.4763603378,175.269875290996,1750.18203874593,3767.65593577549,1212.66457739212,33106.8439622118,13492.0416972534,816.792245384008,6060.99592183073 -5533,205.642630454147,1869.57391065561,211.575685137303,1682.67358056691,278.362510459546,6667.60233698972,66.8444402294792,603.168985651817,1513.43796867974,16126.9397967939,421.962008765309,4738.52585760582,143.428184571237,3702.34014623484,562.028642197271,8997.71682802188,646.030256532277,11034.0450993175,66.2896550027458,1089.24745336385,427.596524510589,1453.81313475212,185.689100489513,1915.13403660206,120.820984036712,833.756880010879,361.722820534616,2753.1941232863,331.328296176417,1994.10330109265,170.22292718294,1710.40637804721,3673.97566262634,1177.65815157362,32108.3616486584,13075.7288050075,797.516659321983,5871.61971179037 -5534,204.850574262279,1841.28341161198,210.995464537591,1657.21126797769,274.057222905354,6566.7077981524,66.7322086630015,594.04179816034,1488.91202057455,15882.9060240195,415.239216880825,4666.82221407573,141.072711312566,3646.3161239861,556.98504608739,8861.56286381262,641.61249345218,10867.0772995689,65.8723596284506,1072.76489877639,408.244101635811,1431.81395148159,175.099928602496,1886.15411913418,120.133994725499,821.140423350819,359.498741331444,2711.53263278955,312.011085555789,1963.92841621063,168.618472736434,1684.52441118483,3578.2062316838,1149.16179265674,31680.0768491559,12968.9309553286,776.822294996996,5812.51720999286 -5535,208.431894876612,1795.31858219365,215.002559111263,1615.84151861573,276.600606401399,6402.77996288351,68.1734203157161,579.212451549385,1501.60355424196,15486.4135223995,418.894924127032,4550.3221219971,142.046619217827,3555.29140851464,564.339695631118,8640.34747521672,650.252607927961,10595.7973047564,66.9224300150611,1045.98496079006,414.873658019749,1396.07090202837,179.452953967275,1839.06916100338,121.855560416133,800.641906256827,365.095994978767,2643.8433601103,320.647075448606,1914.90194148565,170.560738144409,1642.47283089968,3587.04481915487,1158.46124489031,32137.8151307939,13191.1313999751,777.860139753443,5916.68997478802 -5536,217.651529396794,1784.73133963499,224.051938088272,1606.31267718134,285.255247344842,6365.02188184478,71.217195255139,575.796755428166,1547.49480813008,15395.0879950243,431.809813075022,4523.48824164659,146.456109800265,3534.32536221956,586.310614421654,8589.3941483707,676.046464832925,10533.3124191876,69.5296202451792,1039.81664247462,434.936270115698,1387.83807838612,187.308191037884,1828.22391521647,126.823266551779,795.920409945117,380.381979609666,2628.25224930789,334.513581864827,1903.60949927977,176.902529857781,1632.78694092493,3673.1164526446,1193.52937625511,33343.1527103791,13738.7826864346,795.81483248908,6170.31549704625 -5537,234.162439514372,1773.71019419876,241.699933499949,1596.39330991405,307.386468597078,6325.71634027294,76.937029193442,572.241071924238,1667.39552622223,15300.0196225311,465.283196978074,4495.55461338383,157.60413205565,3512.50005273408,630.848372196128,8536.35257285958,727.444448859286,10468.2666806391,74.9795396974557,1033.39552452301,472.17124441828,1379.26784433231,203.841966581543,1816.93419266152,136.463192418686,791.005409911855,409.255009769588,2612.02215929969,364.443514383209,1891.85425260514,190.358606518698,1622.7040887092,3957.07040621125,1286.94700112185,35950.1263014185,14807.0132740469,857.052315167483,6651.82192637037 -5538,246.21723799556,1750.80009476525,251.65504424925,1575.77352118828,311.965396945022,6244.01032605606,80.1759152712751,564.84972924571,1688.55420288187,15102.3971631049,471.567658383706,4437.48785392208,159.693392270299,3467.13090182569,653.705929432089,8426.09291100313,759.443925860186,10333.0534810227,77.4409450181353,1020.0476877127,503.576225937601,1361.45255321968,214.496221791165,1793.46579114128,142.946540555355,780.7884011509,427.547606270709,2578.28401673965,382.373578649803,1867.41814732557,197.212325983921,1601.74445722877,3926.7974407331,1302.05607075431,37153.7392531047,15485.1469989107,848.165782909716,6988.21978670373 -5539,250.034999063784,1709.66605483252,254.931664042431,1538.75162980314,312.093404174887,6097.31089939946,81.1975526526241,551.578910156622,1687.50269562355,14747.5750392973,471.454632108476,4333.23163236372,159.542664302847,3385.67265802383,659.647792717476,8228.12671068453,768.403097592336,10090.2843403388,78.1522330277974,996.082254740011,529.414531997301,1329.46600954853,214.478768344244,1751.32934524356,144.839046850333,762.444227325468,432.966519382987,2517.7087186119,377.360771245347,1823.5442334088,198.886671027878,1564.11239365814,3872.44801791836,1294.62668184405,37416.4043973558,15698.7628795112,836.165716382607,7101.75304810084 -5540,234.111718700341,1670.73046100971,237.033165891235,1503.70840701535,282.208215479959,5958.45195678935,75.5732205860458,539.017362042367,1522.14846407903,14411.7167060407,425.648094554328,4234.54747922107,143.798707766088,3308.56802401814,608.723424955265,8040.74099367605,714.44129171333,9860.49021678953,72.0472309921342,973.397676090838,519.666483960404,1299.18901574456,203.196461699997,1711.44491995264,135.117743093855,745.080474524866,402.820401718151,2460.37092228908,353.072348230709,1782.01520065457,183.49568384068,1528.49160989129,3404.61866653445,1165.1165603757,34497.4627689593,14657.1955894145,733.06068661114,6672.63818863592 -5541,191.580981191379,1545.65058192175,193.080139635946,1391.13269829251,226.986136661704,5512.37015742109,61.6062230447607,498.663619745826,1222.92548275145,13332.777987253,342.116955931956,3917.52645215901,115.587784360784,3060.87080531276,494.804903178774,7438.76782401305,581.626274409538,9122.28082105098,58.4661852942183,900.523884374397,439.67935290025,1201.9247299761,166.386483235604,1583.31693722346,110.15714558127,689.299737991193,328.678787541781,2276.17430610633,285.922044644714,1648.60394669559,148.884359484399,1414.06049714519,2699.18294803862,934.032857541123,27990.0087584603,11967.0730794892,580.627426578327,5465.86652814104 -5542,148.582184050124,1410.33058482192,157.108123656409,1269.3405708219,203.662974780941,5029.76825344614,50.2000145576604,455.006171958437,1107.218552598,12165.5080365474,308.712445139253,3574.55134876562,104.370222004845,2792.89495530991,407.261316148251,6787.51193723933,462.073069197306,8323.63523537554,49.0985612461726,821.684015359265,327.055222267203,1096.69755064016,134.084544865455,1444.69929242123,86.2929057934362,628.952309124113,261.695025060869,2076.89776579147,238.463306773364,1504.27049649998,122.145103546448,1290.26106627074,2682.19865895211,856.711752201359,23376.8568790904,9493.10031954343,582.427138347805,4248.49683877537 -5543,140.628503134114,1315.99999149169,164.491180821277,1184.44015777522,234.25144836026,4693.34994927881,51.2321679223753,424.57288019573,1294.78271335666,11351.8125784743,332.368878317585,3335.46587955203,112.494400082768,2606.09092434107,369.83499034644,6333.52615889316,408.039885678188,7766.90516168399,45.9689276861554,766.725311681581,259.111774085132,1023.34444338357,142.769173823302,1348.06993267785,87.214878228482,586.884552007731,231.858441924235,1937.98352778104,270.214833607851,1403.65669006968,113.308468369608,1203.96137650858,3287.53241710695,983.688658352049,23879.728194857,8972.58388981794,684.495084370591,3847.97057718715 -5544,142.547371903622,1261.9067062288,166.695998553639,1135.7545500658,245.588508471622,4500.4329893348,51.472144567707,407.121100505912,1360.1911295174,10885.2040374194,348.821114929303,3198.36382144127,118.343285018569,2498.96932806231,381.09406890784,6073.19087055881,419.680139820067,7447.65180360109,47.0731471932866,735.209588831113,256.016699078687,981.280565529437,144.510015864633,1292.65843427805,89.4310077859575,562.761061359259,236.795049265917,1858.32403197496,284.559405712343,1345.96033578549,117.398577796188,1154.47336237026,3506.72904130528,1039.25324731736,24666.5351486451,9149.52672557025,732.542177277746,3909.14130661307 -5545,144.790277823494,1234.97577084431,169.642955169527,1111.51588626484,259.853499640759,4404.38716483784,51.8906570515142,398.432540569376,1442.7291324738,10652.8978573098,369.554001639042,3130.10605802171,125.803955097757,2445.63766640328,395.153243513632,5943.58009180206,433.558253403396,7288.70801758353,48.5184260533331,719.519140533205,243.392470046367,960.338602566658,152.435389431387,1265.07121202468,92.0306940086766,550.750916944016,242.821782004894,1818.66467825132,302.699083959799,1317.23557296887,122.409096372414,1129.83521172755,3805.18209172983,1112.03560759704,25667.1107062045,9358.59834581353,795.198670585956,3970.29661159636 -5546,167.165638907909,1240.18261098695,194.807712542037,1116.20220131037,306.592469164978,4422.95671124919,59.0032805465278,400.112390972393,1704.74718128058,10697.812047133,436.360887426453,3143.30304719218,149.019533648607,2455.94883580142,461.654359360264,5968.63910279125,506.200174441784,7319.43828645995,56.201929784141,722.552739436738,263.783484091199,964.387531869091,184.483464190724,1270.40493898967,107.22587814305,553.072964105295,281.897717926649,1826.33243698495,358.893069414485,1322.7892325795,143.626477820079,1134.59876375332,4564.47003967783,1323.26821833715,30029.6809444786,10837.1206562581,952.950419932099,4584.4133000594 -5547,228.621072029758,1272.60965603442,265.560589757465,1145.38753155394,394.23921583762,4538.60372584856,81.4506605409076,410.574126535503,2184.36650476184,10977.5276552125,560.073548744989,3225.4909674276,190.4600292919,2520.16451083773,612.156026123269,6124.70106281526,677.34790513796,7510.81958219377,75.1631550900712,741.44532027388,432.331236048691,989.603365135979,252.248990448567,1303.62220701149,144.351826446163,567.534158579962,380.048331239253,1874.08553695677,458.937267068426,1357.37619231685,189.434107238633,1164.26510877146,5681.25778014523,1680.2690078793,39693.6704637658,14704.2882193754,1182.39555398827,6294.63844596402 -5548,323.501387411262,1377.06466012957,372.106476734491,1239.40022329464,516.609468023473,4911.12947914754,115.422840818531,444.273793880687,2849.38457255741,11878.5562547856,732.181828381494,3490.23724733671,247.866090918293,2727.01803662371,835.046998938301,6627.41269286173,933.507340956595,8127.30295279831,103.083854820922,802.302688122929,636.942040330044,1070.82938999576,341.42430723916,1410.6227018814,200.377296590744,614.117007120759,528.880380086008,2027.9093049199,597.483596886769,1468.7887806583,256.548578494087,1259.8272602355,7128.89610245013,2161.48668721927,53737.0504012576,20515.2383555455,1477.11539677573,8873.92992288884 -5549,358.217264821172,1574.40391275912,405.746362183589,1417.01157362211,546.211021460582,5614.91532816549,125.837517260169,507.940127776045,3005.02181390652,13580.8041459026,773.11637180973,3990.40316534409,261.629834508299,3117.81137903943,906.173210530389,7577.14926336803,1024.94326993477,9291.98020945538,111.266091125481,917.276093105929,694.284891413273,1224.28381928569,365.014489516849,1612.77096535173,220.967373934467,702.122599538547,580.360999677352,2318.51737745277,632.491753757201,1679.27249187233,278.637878155765,1440.36589228043,7349.25180910315,2264.15971384529,57926.7888113513,22500.0129088595,1519.17154953534,9798.74996894958 -5550,328.59703579104,1736.79947860066,366.984796887884,1563.1725393295,500.501992655707,6194.07887347947,112.700476447913,560.332797659124,2754.74129732686,14981.6278836892,708.57812727878,4402.00261242389,240.566768022329,3439.4053099126,832.065345939923,8358.71200728553,948.114984482116,10250.4231932882,100.942379288899,1011.89067641943,646.966652576851,1350.56543099429,323.198551551591,1779.12399037192,204.465190963081,774.544673644279,532.606657486498,2557.66626318252,583.586849739451,1852.48497204321,257.558448032969,1588.9357936889,6727.70519434613,2079.0340755917,53010.8163255971,20608.4257694919,1396.80355181219,9008.3383436803 -5551,308.140543476133,1831.67968205541,344.810193967698,1648.56761826283,465.10008324285,6532.45729365496,106.212728387563,590.943406712912,2558.13166468081,15800.0642772981,658.223478103087,4642.48109518555,223.200074407281,3627.2977405522,776.82330865469,8815.34289970721,885.209444537206,10810.3970129833,94.5420715213677,1067.16959286061,589.773198980688,1424.34592462671,293.051591499922,1876.31635382986,191.049295771621,816.857535391206,498.467328906426,2697.38987457814,541.2065860872,1953.68499726774,239.996837310475,1675.73830211849,6203.88972579984,1922.90732731698,49412.873269858,19278.7363374293,1287.95436703561,8420.52223931188 -5552,284.821001798909,1870.35493807996,316.926852576959,1683.37652908644,423.740550974569,6670.38777395489,97.6777276332914,603.420963664896,2328.80950189601,16133.6769373692,599.444827519524,4740.50540953724,203.295447834106,3703.88682442285,713.695141698599,9001.47568642227,816.519946829935,11038.654647929,86.6401730292056,1089.70249401676,577.313567851145,1454.42047523845,280.628057872145,1915.93409708395,176.457850113107,834.105187710733,459.505820600867,2754.34428916238,493.513948098061,1994.93635153065,220.63751807771,1711.12091213459,5617.96587747288,1751.45605295851,45384.2646763152,17802.8381966829,1163.74127255657,7806.40521460018 -5553,267.435132235666,1920.94806860022,297.457730340207,1728.91189069981,392.961041478167,6850.82186825301,91.881713797195,619.743510231754,2157.81479751929,16570.0931525193,555.65743485975,4868.73615549552,188.267268631269,3804.07702133419,666.358798878834,9244.96574545121,764.419695044278,11337.2504299383,81.0283657549529,1119.17896363522,538.588432566325,1493.76257199075,255.080905479335,1967.76014457283,165.391294352419,856.667746169718,430.380706997115,2828.84934554617,457.317616948032,2048.89941124605,205.950840661205,1757.40675974619,5155.53355192112,1616.42580329013,42294.1200928701,16676.7558645893,1068.49325372178,7321.00619330729 -5554,251.1808159731,1955.48677862092,279.792261892411,1759.99778386908,364.859686959715,6973.99987279088,86.6323891748968,630.886519112104,2001.87639259029,16868.0239772854,515.703783111088,4956.27619314187,174.555855946963,3872.47445241727,622.591052895689,9411.19053635152,714.128661727655,11541.0945688988,75.9422254762194,1139.30183854169,515.410403209637,1520.62047260612,248.186225599583,2003.14053727299,154.653249804319,872.070660674638,403.290373517902,2879.71215065535,423.739831610322,2085.73869065363,191.950159128033,1789.00499160652,4764.68218482735,1498.77277513365,39535.3281787981,15648.1776080767,983.931964494874,6878.34145054742 -5555,243.006814664849,1929.94433300583,270.010255145886,1737.00880323846,348.4315111723,6882.9059240013,83.6813755902245,622.645918981288,1910.15085629973,16647.6949063941,492.271476118467,4891.53762446387,166.543219980758,3821.89243407888,598.971793472327,9288.26215602388,687.780718750355,11390.3455157282,73.0538725940934,1124.42034940647,509.195788060577,1500.75822339668,227.21598477044,1976.97564125219,149.105770184977,860.679728418628,389.207904843111,2842.09753121665,404.237321909757,2058.49490273558,184.368096174565,1765.63712064835,4487.74139142027,1422.85748293943,37910.5868832144,15090.577626741,929.548548604197,6646.22169335015 -5556,233.10131729496,1911.19970849234,258.286505517672,1720.13806907453,329.692135426657,6816.05555692043,80.2561952969816,616.598457530427,1805.6178558745,16486.0038230303,465.555540867888,4844.0284634502,157.30941757496,3784.77222424558,571.035001214726,9198.04971646281,657.45803647973,11279.7165477731,69.6370371232191,1113.49939335375,465.273083717335,1486.18207790792,209.887700690297,1957.77422417822,142.711251311171,852.320358638022,372.338036567373,2814.49359977558,382.040983684625,2038.50172813731,175.674320594159,1748.48833335556,4200.19099921187,1338.42273675238,36058.1530571871,14426.7286368966,869.418613040944,6353.59161911268 -5557,225.737408862623,1868.73503101073,250.359845979964,1681.91856328321,321.188954733207,6664.6105772905,77.7515213084983,602.898343137179,1759.74676567082,16119.7036231114,453.641504269566,4736.39967641234,153.326244467221,3700.67890258495,554.415981902348,8993.67954366829,637.656678630257,11029.0941124741,67.6013326233816,1088.75870696465,457.381366353927,1453.16080737461,199.849238833654,1914.27471408405,138.341083662218,833.382772482191,360.98088138582,2751.95876238655,372.291664492501,1993.20854498832,170.610449865511,1709.63891703011,4097.91249738924,1304.64352911416,35011.1558058134,13983.8776699997,850.306043218666,6157.97226317361 -5558,224.858983765461,1840.87843484468,249.639306014656,1656.84677652688,316.191890697016,6565.2634989863,77.6120171472292,593.911143028411,1731.02190637959,15879.4126954551,446.403883973287,4665.79578079451,150.804748285167,3645.51414352663,549.486466632747,8859.61382812413,633.347952943881,10864.6871657051,67.1792318220812,1072.52895201337,436.683957127109,1431.49903451563,188.455014062356,1885.7392733842,137.547328357072,820.959819543683,358.785109064303,2710.9362510956,366.333580127025,1963.49646457505,169.012666790337,1684.15391240871,3992.55980129279,1277.25271107982,34595.3689534212,13880.3803927115,829.125204042004,6110.39502700868 -5559,228.782677481602,1785.48343814317,254.351326334434,1606.98958879338,319.096694454754,6367.704147436,79.2799119010051,576.039400285212,1745.56820604873,15401.5755948424,450.323780689684,4525.39447183528,151.842932954916,3535.81475212006,556.780178662852,8593.01378029047,641.915381661683,10537.751232123,68.2530905589531,1040.25482861963,443.772156574994,1388.42292324493,193.134958054383,1828.99434180602,139.513111122599,796.255816479229,364.390951320054,2629.35981354007,368.722406486282,1904.41169389179,170.967190946682,1633.47500898042,4001.23501384194,1284.59166278169,35070.9275233745,14116.0975898088,829.461282195091,6218.13664036563 -5560,238.893171515238,1767.34627597473,265.026664392012,1590.66558928026,329.052277027073,6303.02021909735,82.8109826610428,570.187920626992,1798.71244608697,15245.1244801215,464.197765646203,4479.42495363174,156.552835331481,3499.8975074194,578.504796396304,8505.72488075811,667.428358656358,10430.7074484033,70.9152126552992,1029.68779107668,465.233418165454,1374.31915102318,201.590080874985,1810.41519048272,145.193800615237,788.167351158002,379.672196080633,2602.65045050786,380.064276584576,1885.0664437541,177.33407777956,1616.88196728479,4096.53404202198,1321.49348999133,36368.5287452905,14698.8574039632,848.146116186168,6483.39731494861 -5561,257.015648281941,1762.31299810549,285.898276474315,1586.13548557804,354.577237307449,6285.06966090202,89.4603982794035,568.56406553916,1938.04790811569,15201.7074380269,500.180377695583,4466.66786647086,168.469481102557,3489.93004552005,622.448625530921,8481.50117463657,718.170348907606,10401.0015273428,76.474134413459,1026.75531268152,505.060866339927,1370.40518675814,219.38219558445,1805.25925537466,156.230191394594,785.922705985874,408.490846817355,2595.23828510938,409.011103311953,1879.69790712809,190.822822991083,1612.27720118222,4412.60829751668,1423.32747889184,39197.1003164289,15839.9295716179,913.023641645618,6986.48386758931 -5562,270.216965748721,1748.77521373463,297.583436017462,1573.95106645964,359.762404623365,6236.7888402325,93.2033728394841,564.196454491316,1961.95728908412,15084.9305444864,506.902898161108,4432.35569462766,170.690760849209,3463.1210050849,645.156956797288,8416.34774606468,749.940556561474,10321.1028282642,78.9938827656396,1018.86795553233,538.658498949629,1359.87797057181,230.855171858393,1791.39156526568,163.628078364147,779.885383366547,426.829134064355,2575.30211240194,415.226870195822,1865.25839214046,197.72913242462,1599.89196591521,4376.61675932343,1433.76931861144,40453.3900730725,16554.1421835494,902.101796245642,7335.97132184902 -5563,274.393787668377,1708.74039405095,301.41522836098,1537.91850684777,359.86416536324,6094.00964559222,94.3803554706788,551.280269984391,1960.41064563156,14739.5902917505,506.765599372939,4330.88550016544,170.524215855437,3383.83956062454,651.089750394413,8223.67177389712,758.864287634535,10084.8211795874,79.7238665563669,995.54294808663,566.317510760835,1328.74619965233,230.865235075466,1750.38112679708,165.78387795896,762.031418802205,432.273984123127,2516.34556104458,415.072433455007,1822.55691581215,199.423377441237,1563.26553967944,4317.30998194213,1427.52263156198,40753.1118246895,16777.6435596833,890.171716386404,7455.26988283759 -5564,256.891454344116,1666.44927884273,280.16405125349,1499.85521239977,325.305635829717,5943.18365417831,87.8200849051024,537.636150906328,1767.61313586793,14374.7872395604,457.494127842591,4223.69661513716,153.684832963298,3300.08994646271,600.972876324862,8020.13690597025,705.739760707519,9835.22309210429,73.5053508382101,970.903382205913,555.905507715676,1295.85989415641,218.746644241197,1707.05940855984,154.633873267622,743.171234635524,402.250780372914,2454.0663169907,374.890853723233,1777.44885564778,184.024838267988,1524.57490927719,3794.37552312105,1279.55079391948,37519.5273117719,15647.8764905032,779.559787849154,6995.35461126032 -5565,210.211969626709,1538.36100572206,228.181355227724,1384.57185722875,261.614268618683,5486.3727924452,71.5814446485335,496.311829181603,1419.88057661568,13269.8981215004,367.700926748991,3899.05066732036,123.529853901196,3046.43516815537,488.560504277783,7403.68520862819,574.601070720497,9079.25844462399,59.652790556847,896.276845909451,470.351656120114,1196.25622895269,179.138148607638,1575.84971947248,126.060004936464,686.048871965402,328.242108741597,2265.43944387925,301.329373725163,1640.82882324071,149.325713161007,1407.39152430911,3008.33307217609,1025.10199099721,30430.2210146204,12768.5313374874,617.579842116129,5726.13946611975 -5566,163.104867625931,1396.53245704098,185.88966252424,1256.92183468853,234.994609939434,4980.5589504526,58.3833316287815,450.554567937815,1287.40059202413,12046.4854214139,331.888791309229,3539.57932390803,111.574293423003,2765.57035362656,401.726201530312,6721.10555136597,456.037646167878,8242.20001457293,50.0719189666138,813.644977447516,349.846329810803,1085.96788689775,144.314014224988,1430.56491452686,98.8125119790161,622.79888352106,261.14851539649,2056.57820308131,269.327790177247,1489.55329703541,122.413957589203,1277.63765211893,2992.28875616198,950.252466328963,25503.2738008839,10155.2458606336,621.380302671807,4455.19319158149 -5567,145.759665789331,1305.75987347981,162.313305009095,1175.22373902746,237.259628367224,4656.82984467212,50.4883691388409,421.269174704881,1299.19374710844,11263.4813465565,347.52528842599,3309.51180322069,114.216800768044,2585.81229304359,365.412587037234,6284.24344178243,394.763836322687,7706.4689717471,45.2826207591044,760.75923438289,337.589193975199,1015.38154981609,175.598913756963,1337.58027060479,95.6513228417497,582.317859674324,241.437334920444,1922.90360364893,322.461573056808,1392.73449383305,117.581032827527,1194.59305838024,3336.10695229884,1019.48105809077,24434.0788677807,9110.13067020961,692.99950535154,3935.27846021575 -5568,147.800437875419,1254.50142278215,164.516492503666,1129.0895689483,248.786378322392,4474.02296888387,50.7336207192014,404.731980033316,1365.01036213788,10821.3260812489,364.824306542204,3179.5947709668,120.174519195886,2484.30455442458,376.595706824122,6037.55138976352,406.050455892533,7403.9465341502,46.3781210497951,730.89513723884,330.347548760686,975.522088541746,183.373004001659,1285.07268958054,98.1323686287586,559.458594424476,246.663960455911,1847.41877556847,339.734656820924,1338.06179800513,121.865349051319,1147.69853310771,3568.59710660544,1078.47378574279,25273.6831084603,9295.95804005583,742.165010798777,3998.62453832656 -5569,150.193339523378,1227.4547773448,167.459540992553,1104.74676256819,263.293858333961,4377.56447890494,51.1570349374494,396.006089283154,1448.07880467679,10588.0217865177,386.632448600079,3111.04373479971,127.774746213011,2430.74375072863,390.563836525365,5907.38373209232,419.510870750615,7244.31983854855,47.811715705246,715.137274178833,319.198981346942,954.490147432758,193.073853698025,1257.36693750636,101.051692035282,547.396847848915,253.052734412427,1807.58902353335,361.590651656782,1309.21361787022,127.118716268788,1122.95452347152,3867.30935348479,1153.65480396218,26309.1719592383,9512.7799768764,805.377803516654,4069.0453739641 -5570,173.449068323632,1230.63673645682,192.327874310999,1107.61062288509,310.692111514268,4388.91253949274,58.1784115687531,397.032664931777,1711.23779418277,10615.4693577225,456.615124814987,3119.10856467576,151.369541265775,2437.04502338597,456.3420601198,5922.69757814306,489.819890108285,7263.09945466645,55.3908645739199,716.991140902003,354.970445097129,956.964494087322,227.704993518134,1260.62643859576,117.778342030408,548.815877225841,293.849110990466,1812.27487792927,428.838756881494,1312.60752229574,149.184879542311,1125.86558418373,4628.1486009228,1371.08835543483,30764.2594481879,11014.8534685374,964.5803925839,4699.74517801941 -5571,237.053987391656,1258.60903986983,262.098152562051,1132.78654969516,399.3867459198,4488.67227327197,80.2861894743351,406.057194948917,2192.1647361507,10856.7583757967,585.799270311263,3190.00572592941,193.410026111616,2492.43891892464,604.939057401901,6057.32015909765,655.348858515126,7428.18929445929,74.0560895020105,733.288308980618,522.793929577488,978.716242910588,295.819258246542,1289.28040624213,158.394285436866,561.290431073341,395.900643356233,1853.46778339963,547.916338774101,1342.44301703449,196.63970148168,1151.45644523159,5751.33762344676,1736.96859164169,40548.4785621932,14899.2892027563,1196.36063254945,6416.6123069074 -5572,335.17380160973,1363.96077863629,367.128621595693,1227.60633000913,523.145885905366,4864.39611901115,113.734216696878,440.046170215552,2858.68110225845,11765.522206363,765.356291063011,3457.02482340576,251.612377898427,2701.06825937897,824.913227807961,6564.34751295493,903.056286128705,8049.96510669929,101.530423643855,794.668130609909,796.748371795514,1060.63958422098,393.104363624888,1397.19948854046,219.602392559097,608.273188222985,550.512514866626,2008.61211141825,712.525033006429,1454.81207013941,266.097583915816,1247.83898720947,7200.04473188636,2233.08686874836,54828.0050662204,20781.8418089449,1493.69487977798,9049.33518135964 -5573,370.987890935591,1561.41573851279,400.254283421505,1405.32182039035,552.999353667451,5568.59462350414,123.978857684842,503.749834019283,3014.30965416109,13468.768187898,807.876829900071,3957.48400704896,265.524253376414,3092.09073827503,894.998416276839,7514.64094887166,991.420649351102,9215.32525638026,109.571105615744,909.708948720234,907.961403757945,1214.1839894752,421.811757625655,1599.46627895731,241.989624558902,696.330381549766,603.84052078703,2299.39057813053,753.70568026129,1665.41919567893,288.865926743574,1428.48347568085,7415.18471223311,2340.28979824899,59103.8424504139,22806.3099510519,1535.8367415899,10009.3695876919 -5574,340.318548565072,1714.7571877282,362.03464866165,1543.33380479493,506.741391033661,6115.46779033577,111.043216627758,553.221430651267,2763.33639914765,14791.4911387027,740.478848424886,4346.13535589836,244.1504514531,3395.75469094163,821.812506558665,8252.62885626329,917.099521266009,10120.3317161913,99.4096189429498,999.048440516218,821.746523139069,1333.42496288668,389.570823906386,1756.54454526202,223.906183899259,764.714673577755,554.165777359888,2525.20608316612,695.390951193179,1828.97447869395,267.003532130738,1568.77008925745,6825.58663261558,2153.76327291558,54167.6803661281,20895.3010659603,1414.09358524436,9190.80102538695 -5575,319.103591850906,1812.09617789705,340.142154808848,1630.94186681519,470.869887808522,6462.61516687487,104.64540922906,584.625302747412,2565.99402467112,15631.1370202519,687.795190326191,4592.8457529784,226.513374828179,3588.51628706902,767.217402751118,8721.09317579255,856.237953447675,10694.8170581848,93.1016303369067,1055.7598904087,778.733414174369,1409.11745176045,362.198558249046,1856.25561423788,209.187042631787,808.124058081913,518.596026317315,2668.55058223732,644.799482226074,1932.79706656514,248.775366208047,1657.82205380861,6297.25455894183,1994.73613578609,50538.8026737629,19569.3157422299,1304.05650162435,8614.95253046911 -5576,294.918141686012,1844.92819971183,312.621802641068,1660.49168850957,428.967745082793,6579.70648064035,96.2322277476543,595.217693442452,2335.84234102545,15914.3459568958,626.311024214627,4676.06010649506,206.298400025479,3653.5339425648,704.827101269108,8879.10417150505,789.775011075549,10888.5884877824,85.3159618116786,1074.88841800887,725.269021982246,1434.64820199329,331.71971309488,1889.88772800967,193.167349042626,822.765856363715,477.999932921163,2716.9000639031,587.833871164422,1967.81597793807,228.672776004466,1687.85889760287,5689.73639318344,1812.72795124664,46329.7015670142,18037.8329376176,1177.6309161886,7960.54271841341 -5577,276.88442970211,1887.47965552422,293.400799710261,1698.78929744714,397.77905264836,6731.46094437137,90.5170065231713,608.94580458804,2164.20657877489,16281.3947064752,580.496399000437,4783.908837426,191.035116268572,3737.79911241825,658.04155517918,9083.89198322937,739.363494682745,11139.7230804292,79.7852175002462,1099.67966301737,688.355230235999,1467.73695286337,308.592679257882,1933.47613115802,181.017402161763,841.742142262796,447.649201515927,2779.56269382762,544.599327048349,2013.20171958658,213.422096003773,1726.7877043229,5228.95795655245,1675.17911729573,43209.158168831,16908.832830615,1081.64111983923,7475.67190606368 -5578,260.028509148918,1936.16361506673,275.960790727451,1742.60634691102,369.306976756704,6905.0862183279,85.3409133375527,624.652407214129,2007.69551402819,16701.3424176285,538.699245960954,4907.30069683739,177.110599664098,3834.2085546257,614.787531633242,9318.1937562343,690.70770315385,11427.051119264,74.7726360518878,1128.04381521757,653.125212012129,1505.59444511401,286.836021068984,1983.34648259212,169.238563203802,863.453285097746,419.425526130154,2851.25624418517,504.522798231189,2065.12844143516,198.891836477692,1771.32691961442,4812.86917238027,1549.50384579866,40318.5235759413,15848.2177040945,995.016181670285,7014.34334114774 -5579,251.538531355804,1917.9396717616,266.299564504773,1726.20424172624,352.653025475615,6840.09279588124,82.4300859402051,618.772929898316,1915.59524123169,16544.1427290432,514.165979098233,4861.11122762906,168.968694511237,3798.11945617564,591.430658696169,9230.48720426813,665.209252930853,11319.4951616363,71.9249445681683,1117.42621742043,637.368297469152,1491.42319037357,274.641426406265,1964.67843534036,163.138819775024,855.326118781943,404.73185363693,2824.4190844854,481.201462395429,2045.69062980516,191.011498187634,1754.65448495718,4555.03637110504,1474.63941709105,38716.0590260893,15292.4864059156,941.168247132835,6779.23699891872 -5580,241.255851542674,1888.43424522196,254.723103842793,1699.64845730999,333.657668799174,6734.86536955255,79.0518595716683,609.253777916304,1810.6416623222,16289.6289947793,486.19819579326,4786.32829136701,159.58765833303,3739.68949810505,563.810110628625,9088.4861464974,635.865153017974,11145.3569768567,68.5568859581882,1100.23582417867,618.561724316948,1468.47925838709,260.710627894821,1934.45398349684,156.109631947458,842.167851951802,387.138894809588,2780.96845303885,454.663999764035,2014.2198930092,181.977156091296,1727.66102433348,4263.40985527386,1389.38040204163,36865.5395881849,14642.7444953704,880.296668960064,6503.61635310553 -5581,233.646197654237,1858.63954635607,246.911530105906,1672.83231897128,325.063428635623,6628.60628952588,76.5864387690392,599.641299805481,1764.69052426954,16032.619998165,473.780563407137,4710.81218034785,155.552024653377,3680.68669049876,547.415762477438,8945.09290494459,616.720775030822,10969.511534677,66.5544303863692,1082.87689566643,596.611161210779,1445.31038321701,253.590539902238,1903.93320997558,151.342351097144,828.880580972192,375.350593368985,2737.09182994568,443.108165360886,1982.44061591033,176.742604721912,1700.40291879308,4171.51421641137,1355.7039000767,35818.9537342217,14194.2792659767,861.566952599212,6299.24205808202 -5582,232.713844001661,1820.71639164561,246.188064599967,1638.70032228512,319.984447574485,6493.3580848241,76.4453006962899,587.406388615796,1735.79321703516,15705.4949621157,466.174052872201,4614.69410329655,152.983792586776,3605.58700208517,542.520455062583,8762.57976365332,612.540498083213,10745.6927292269,66.135118825199,1060.78218229005,598.897887574739,1415.82067964601,250.442792683771,1865.08589618532,150.448166138195,811.968336438103,373.027817706514,2681.24498372568,435.925575000018,1941.99145925225,175.065868794915,1665.70837939951,4071.81381773001,1330.5193395177,35451.3551515536,14112.7544889293,840.496021693253,6272.89724555414 -5583,236.755437099364,1782.7643108249,250.823976426397,1604.54229121687,322.902300261864,6358.00671875528,78.0846771893538,575.162145175332,1750.28713369203,15378.1204095129,470.219611059933,4518.50271161423,154.028484413536,3530.43003094065,549.698380495817,8579.92740938545,620.816754220507,10521.7032046609,67.1890786568404,1038.67061604054,616.051440862199,1386.30848262943,252.761265052443,1826.208951377,152.579082905289,795.043191989597,378.823348015497,2625.35553999384,438.699588779307,1901.511449761,177.074303723236,1630.98737654108,4074.06578920969,1337.28696942305,35919.8566828867,14351.2149494423,840.496021693253,6383.43901876068 -5584,247.194206156193,1761.87909522792,261.339832062035,1585.74495974514,332.955466769105,6283.52220036889,81.5589450646376,568.424078156451,1803.48523007313,15197.964592909,484.660022539922,4465.56811855861,158.795402371922,3489.07078232964,571.117276450268,8479.41292597147,645.478636299189,10398.4406743632,69.8063441304501,1026.50251304535,646.578780612097,1370.06777634659,261.427001290807,1804.81477860663,158.766974933666,785.729202264321,394.668520672388,2594.59930590358,452.104765701982,1879.23510265934,183.647811711501,1611.88023894124,4167.14856171581,1375.19994995047,37234.3903275,14940.7199375408,859.225738054105,6655.38645229236 -5585,265.946888225201,1748.13882247341,281.919635394264,1573.37829490134,358.780105505771,6234.51923011633,88.1071707864889,563.991139542642,1943.17725146619,15079.4410350862,522.221963534244,4430.7427300748,170.882971188528,3461.86075166474,614.500540384614,8413.28497955534,694.552070956749,10317.3469083526,75.2779138773395,1018.49718251465,698.390152939476,1359.38310167728,281.323952466056,1790.73966562266,170.835471581063,779.601577741427,424.626291611979,2574.36494234917,486.539822924546,1864.57961185392,197.617132492985,1599.30975428617,4485.36647222231,1480.31566657308,40114.340459549,16096.1183929484,924.779745317089,7167.81915436715 -5586,279.529583225756,1729.04707341314,293.407965445789,1556.19513805077,363.955527096474,6166.43088660342,91.7839137387318,557.831687461411,1966.84725976592,14914.7556562651,529.083950492322,4382.35376504196,173.100989302669,3424.05312683385,636.823909443423,8321.40193025897,725.232543422227,10204.6692447656,77.7481748004362,1007.37398544518,746.673998818416,1344.53702611374,288.820470370378,1771.18266483483,178.836061613392,771.087403982519,443.555821988615,2546.24982423781,493.611302979746,1844.21619128641,204.694556753883,1581.84339514698,4436.32488601441,1489.70068672592,41355.7486239328,16812.5888557665,913.073672591556,7525.95404282138 -5587,283.816614101594,1710.27351998348,297.169775786598,1539.29836697935,364.024706484264,6099.4773481486,92.9385390093379,551.774892854516,1965.15291391613,14752.815032144,528.866210621869,4334.77128228555,172.916216215262,3386.87562871304,642.638050005792,8231.05026421727,733.842999521587,10093.8695411344,78.4618360041307,996.436174884552,764.939126444302,1329.93838499747,290.134395291575,1751.95161386852,181.15420693347,762.715133036172,449.155632654589,2518.60329115283,493.285412956843,1824.19216086217,206.416154539259,1564.66814182231,4383.20069586388,1483.68641488092,41656.9603573152,17031.5657462991,901.367599866023,7639.25040252425 -5588,265.641523835356,1672.92890431372,276.184174396171,1505.68707308731,328.993764064774,5966.29243082893,86.4690025429649,539.726632111946,1771.57827998909,14430.6804723878,477.285246035608,4240.11954052507,155.806318559309,3312.92162825773,593.081854044666,8051.32146348214,682.428028651266,9873.46521736399,72.3317116332145,974.678528779577,730.439216436227,1300.89856342982,265.188822162568,1713.69693768516,168.887550379302,746.060894298369,417.835430112062,2463.60841996194,445.217845512494,1784.3600788243,190.406847440076,1530.50288712806,3844.91868619234,1327.61289020381,38288.9600904729,15863.4257118154,788.989301700908,7149.78514486134 -5589,217.345261078641,1542.90252849322,224.927829058365,1388.65936633391,264.553744418415,5502.56956737334,70.4767558905821,497.777032385166,1422.9521397005,13309.0732853699,383.548958474289,3910.56137730693,125.221754378429,3055.42880140241,482.111420307168,7425.54224013143,555.606313938717,9106.06207447295,58.6967022589761,898.922818922166,601.625517004757,1199.78779591501,214.287208040112,1580.50191577639,137.650850377262,688.074213587145,340.912567154941,2272.12743504828,357.74319556644,1645.67284973163,154.479328022204,1411.54640124099,3049.3649698967,1062.87167903635,31031.1094084211,12933.1794654173,625.10428354345,5841.00663995854 -5590,168.828800656902,1399.0490959756,183.322467623426,1259.18688653964,237.82772057378,4989.53422955026,57.5052020814214,451.366495481731,1291.01054063004,12068.1939424612,346.619197004727,3545.95786748847,113.198132259508,2770.55408457623,396.665387565367,6733.21740442674,441.076382456177,8257.05297510317,49.2944852338006,815.111216645095,437.36445337415,1087.92486903027,182.642586723231,1433.14288208089,108.121953864237,623.921206107124,271.560401910523,2060.28428578056,320.64012218248,1492.23756534842,126.833028981262,1279.94003517021,3049.39069970626,987.060155381325,26081.0487496407,10300.199282183,629.786712633663,4548.66550171846 -5591,129.744345731471,1304.05318527389,141.829953065615,1173.68766755257,209.590368264122,4650.74315389973,45.6655734722813,420.718556519571,1168.1989467715,11248.7594584344,299.236327759074,3305.18611909099,103.093240874665,2582.43251745629,348.704578674146,6276.02964659463,374.233827353178,7696.39626238415,43.4041908483561,759.764887076593,314.717859552201,1014.05439943356,162.182367195166,1335.83199167643,84.3225074579856,581.556743451205,220.622996908772,1920.39028020553,273.183087935303,1390.91412579841,99.9144203120081,1193.03167031416,3042.47272694074,913.657648822947,22085.7389842687,8304.09697053108,629.366958146229,3597.49503848411 -5592,128.600779104511,1257.04698782704,139.963299211491,1131.3806551815,210.407423048434,4483.10140934856,44.7716547502095,405.553239828012,1173.75559512953,10843.2841188497,300.54172486946,3186.04662917827,103.69919431014,2489.34556810519,347.893404765964,6049.80245580089,374.082921463016,7418.97021379636,43.0506002491621,732.378229309557,306.95152357023,977.501564119858,162.927493399979,1287.68028815263,84.2099762002177,560.593816924957,219.339933478144,1851.16745577954,275.237288079532,1340.7769191513,100.109496275887,1150.02737962386,3080.93685500611,921.253094826662,22058.5210162367,8251.27235135422,637.648102332363,3571.78334853408 -5593,129.892141039599,1226.70267883662,141.461229077518,1104.06985095615,220.644666583618,4374.88221331373,44.8422617494187,395.763444426108,1233.71853029397,10581.5341866996,315.559785879995,3109.13750461103,109.254606798149,2429.25436082814,358.129313485716,5903.76410017256,383.90493605345,7239.88102561311,44.0473641839591,714.699088033828,296.281048303709,953.905302573945,170.137357090007,1256.59651091681,86.136942548012,547.061441314802,223.513994934992,1806.48145930118,290.293356313665,1308.4114232582,103.589409146134,1122.26645541603,3306.61992008099,976.285528310071,22777.1254629221,8386.64531012205,685.264681402637,3613.46339956059 -5594,148.575704438816,1230.46317418342,160.601464184516,1107.45441154177,256.169233868586,4388.29355127671,50.4326078284275,396.976669616592,1434.02838538846,10613.9722099938,366.598279714467,3118.66866266617,127.325532661635,2436.70131588717,413.161106642382,5921.86227327541,443.237249939964,7262.0751068505,50.366626709593,716.890020393627,328.942481374906,956.829529049933,197.777593579866,1260.44864673883,99.3189932807584,548.73847523669,256.69295118347,1812.01928459413,338.751211632721,1312.42239931112,119.989842336254,1125.70679826053,3883.53171455243,1140.55639416421,26271.4193411967,9605.04293784135,805.341272101589,4133.73717684132 -5595,202.65772236025,1264.88617415126,218.317922538769,1138.43616213189,326.303802050659,4511.05889033262,69.462885929703,408.082347683317,1819.33766310939,10910.9049201382,465.954932703342,3205.91542756499,161.065333864647,2504.86960493334,544.722454534459,6087.53018526127,590.52153221199,7465.23633622691,67.0037078682211,736.945480537996,484.499650092487,983.597451519099,254.992046340964,1295.71050961818,133.145990527979,564.089787581293,344.623849254586,1862.71169139182,428.603208801519,1349.13826140041,157.391648902115,1157.19917112738,4753.01344256751,1428.45970382622,34428.9210041613,12954.2930929379,983.385872103482,5629.35462743825 -5596,293.087886115346,1369.71722890345,314.033033289274,1232.78731094131,445.161685476407,4884.92578143067,100.862401423634,441.903337909651,2473.12896604865,11815.1773317222,634.447067800661,3471.6148261243,218.433801592807,2712.46782844786,766.127789581851,6592.05163801964,836.255594370063,8083.93912157928,94.7404749168974,798.021942276934,740.920524836513,1065.11589989925,351.338185107416,1403.09621922001,189.498094890847,610.840340014809,492.068440672936,2017.08924353708,580.885529451312,1460.95194854427,220.051835928704,1253.10535790268,6247.79711955044,1918.84226582984,48141.038985012,18547.3707845182,1289.78820699046,8120.87197790999 -5597,327.17654669952,1569.02351034309,345.773181911608,1412.16904723325,478.320861932682,5595.72679353812,110.940684914207,506.204282057843,2651.85995464932,13534.3928083506,680.945676260589,3976.76627416404,234.438108662156,3107.1565021425,841.192632926827,7551.25494751119,927.803062905314,9260.22559276301,103.446473987091,914.14137369402,845.330073673549,1220.09992494587,382.486176567161,1607.25944652981,210.951670683613,699.723150388117,545.194195486801,2310.594025384,624.945935610899,1673.53370927708,242.017676345211,1435.44355433145,6567.64614195548,2047.54164556133,52581.2923442602,20558.8437194097,1353.967074433,9059.50665216542 -5598,301.748545746916,1727.19575185,314.749512947723,1554.52889214005,443.457841537723,6159.82837898896,99.9423511025598,557.234407116948,2460.59447787836,14898.7861611715,631.593699043748,4377.66150064541,218.219636476009,3420.38693203528,778.805755532798,8312.49205668414,864.376603512403,10193.7429232628,94.6187149412889,1006.29537213842,765.609905319266,1343.09740632134,356.871216157827,1769.28622794188,196.478998240625,770.261786935992,503.696316223956,2543.52350910317,583.645479267181,1842.24155609312,225.627514005564,1580.14968718959,6142.60806422777,1909.58173753887,48623.9562604077,18959.3763259347,1267.01506047859,8365.84351779006 -5599,282.586324965069,1826.64640418617,295.273522778933,1644.03751456061,410.870719945001,6514.50673545963,94.0529217654422,589.31955162508,2277.98902705422,15756.6472352035,584.933535342004,4629.72400802467,201.836750870606,3617.33027865286,725.576938396963,8791.11919358567,805.615108332003,10780.6910919228,88.4339128506455,1064.23711446545,725.412495961729,1420.43196036167,330.960039262276,1871.1604187218,183.282009162135,814.612890219078,470.60679085743,2689.97770917965,539.560874636975,1948.31646064173,209.809740994462,1671.13353601592,5643.69423024652,1762.65401838376,45267.8829546986,17729.1364503661,1163.50075815191,7831.00626172338 -5600,261.146186930778,1866.99941669455,271.335744634886,1680.35645742623,374.112550906471,6658.42072515107,86.4751617880025,602.338392701089,2072.50925585967,16104.7322184358,532.370080131716,4732.00067765161,183.720350027237,3697.24184426672,666.340174780105,8985.32653550389,742.897250703727,11018.8506839952,81.0078157422377,1087.74750678522,675.597658694118,1451.81116354649,302.98312048347,1912.49680413762,169.22759434934,832.608756344655,433.67720140561,2749.40284143132,491.650480424615,1991.3573241205,192.833708835023,1708.05106549918,5094.18904595132,1600.76145884838,41485.4320323884,16339.7285439331,1049.63502559256,7235.08025164801 -5601,243.958669331301,1913.71634742697,253.091867325793,1722.40312092564,342.924417789812,6825.0308360181,80.8775907578406,617.410385074343,1897.33481571648,16507.7123440776,487.656506960195,4850.40700703064,168.08411951462,3789.75595519525,617.190218963719,9210.16156952358,690.860915320679,11294.5695083033,75.155436818485,1114.96563255133,640.788969712225,1488.13906004044,279.108980820406,1960.35219173225,157.630934772302,853.442681224086,403.58635736044,2818.19968247483,450.132016433516,2041.18599645032,178.556643762161,1750.79071640685,4605.88421144763,1459.82738570915,38359.8939207003,15224.8482067028,948.19100931241,6759.0688852934 -5602,233.283257416127,1946.92441709288,243.402841979115,1752.29139716333,331.567123258802,6943.46327757572,77.8333692854603,628.12409774528,1835.62563568804,16794.1650685286,471.662153564001,4934.57447208578,162.552418788555,3855.518302863,592.906214758142,9369.98237444395,660.771565965845,11490.5603360885,72.428821265864,1134.31325240661,609.443890527856,1513.96223161173,268.515350742103,1994.36951736167,150.614182602863,868.252182147281,386.722197255288,2867.10294419065,434.699651987056,2076.60600363286,171.233627076401,1781.17159294534,4483.28062386872,1414.00738744233,36903.0525783305,14583.4901018555,923.347576754006,6460.66012588358 -5603,223.515895163504,1922.42334231223,232.129947899535,1730.23968206722,309.781280487723,6856.08324807533,74.3638633055033,620.21946860032,1712.27371424185,16582.8188598057,440.291629920739,4872.47530835358,151.590848905162,3806.99852396081,561.874680240381,9252.06580981817,628.353014100378,11345.9573532534,68.6297445880295,1120.03848468687,593.985237213928,1494.90977044471,252.36915494116,1969.27136960815,143.512785157752,857.325660574852,368.715509377492,2831.02188063076,405.435347637694,2050.47295062974,161.96947967417,1758.75643495935,4115.97692159471,1312.59863274475,34861.8883515481,13910.2460134521,846.746993032261,6182.25292166313 -5604,213.827038565685,1881.28930237949,221.32771748634,1693.21779068207,291.271676430985,6709.38382141873,71.1050526298854,606.948649511232,1607.98332979081,16227.9967359981,413.709560429258,4768.21908679521,142.237250929054,3725.54028015894,533.362713796075,9054.09960949956,598.506426008052,11103.1882125695,65.1376901583219,1096.07305171418,576.264148141488,1462.92322677356,238.303053348857,1927.13492371043,136.897361563372,838.98148674942,351.517351900787,2770.44658250301,380.626657342011,2006.59903671297,153.672367025325,1721.12437138871,3817.44593482903,1227.76584265466,33044.3130271781,13277.3557681813,784.638411636252,5914.63549967524 -5605,206.40688321883,1827.36957658408,213.677223727535,1644.68839179057,281.652163398136,6517.08583968382,68.6334289213647,589.552864231346,1555.06229316809,15762.8853184681,400.07192158234,4631.55692358233,137.562590299829,3618.76238582241,515.24429249745,8794.59961252884,578.016012004033,10784.9591857424,62.9160595857279,1064.65844773732,555.581329860588,1420.99431177489,230.336302302054,1871.90121429328,132.191975261653,814.935396838774,339.433195733413,2691.04267589999,368.10764729988,1949.08780242059,148.466941103433,1671.79514060656,3696.25469682325,1187.79998812922,31927.5947068043,12819.9855512937,759.794979077848,5709.65519410311 -5606,205.800455078688,1784.61563238803,213.333468260036,1606.20853712759,277.84582695681,6364.60922636975,68.5889535211577,575.759425519794,1532.96381719487,15394.0899046064,394.515234174974,4523.19497601077,135.588870009467,3534.09622573922,511.386122174302,8588.83728296028,574.827301838605,10532.6295261637,62.6132708240618,1039.7492293473,557.786175695192,1387.74810242183,227.8908211537,1828.10538826995,131.576541098018,795.868809036125,337.750430205534,2628.08185512848,362.93984540985,1903.48608495429,147.306756170632,1632.68108449847,3617.61683432421,1168.48643080504,31653.0147610567,12762.3713171759,743.232690705579,5691.62645552173 -5607,210.082316065595,1750.80009476525,218.261919698823,1575.77352118828,282.572890111984,6244.01032605606,70.3289845128399,564.84972924571,1558.29378821579,15102.3971631049,401.123239021229,4437.48785392208,137.623223606342,3467.13090182569,520.850919777705,8426.09291100313,585.147961785695,10333.0534810227,63.9429634916246,1020.0476877127,574.009926746028,1361.45255321968,231.501633574695,1793.46579114128,133.985499877762,780.7884011509,344.434040004535,2578.28401673965,368.172250358801,1867.41814732557,149.811931149639,1601.74445722877,3659.19140643078,1184.89985850614,32256.8205532465,13030.8004661674,751.513834891714,5811.68164185552 -5608,219.369428387924,1747.61813845915,227.439312047106,1572.90966339679,291.375348360521,6232.66227547519,73.4654878378886,563.82315450234,1605.65817648048,15074.9496161039,413.455480757761,4429.42303115775,141.882384154945,3460.82963472493,541.150644519391,8410.77907845642,608.407173139189,10314.273881465,66.4340205000747,1018.1938226243,602.459081008898,1358.97820874704,239.439679970731,1790.20629292616,139.433789946627,779.369373025299,358.863482699822,2573.5981664758,379.431611457884,1864.02424589286,155.399805861435,1598.83339908359,3741.95176299829,1218.43628997438,33439.9088461887,13567.6042064286,768.076123263983,6059.59562223412 -5609,237.289552337394,1739.2293392045,246.993240677064,1565.35948803436,318.061660586369,6202.74466847605,79.8496829885035,561.1167284507,1753.43610709148,15002.5878550759,451.422504111922,4408.16121211124,154.7636459135,3444.21719266945,587.285131205998,8370.4062214165,659.406849313996,10264.7639964707,72.257270584478,1013.3063569976,651.179709722259,1352.45493279004,260.474246894958,1781.61306487177,151.028458814274,775.628296487094,388.742612618239,2561.24455334626,413.810436779552,1855.07668185671,168.705984611985,1591.15878634561,4103.723002369,1331.3376818891,36368.3569195558,14712.9330986195,842.606420939194,6562.5771626384 -5610,248.315850877687,1704.97989870415,255.650999621245,1534.53394626215,319.086059229753,6080.59830762924,82.7604782602628,550.067044793907,1754.34244882884,14707.1522684564,452.219741879314,4321.3543421103,154.945545833037,3376.39260556551,604.105013046764,8205.57360079426,684.293220604735,10062.62709835,74.0755198521005,993.352015726831,695.803239475109,1325.82197317634,264.92546945161,1746.52899097506,157.249529341772,760.354384880317,403.745145431607,2510.80773575163,415.063647557888,1818.54593975923,173.510987755647,1559.82519683494,3991.19235612289,1322.40022933254,37196.7693243929,15285.6576221086,817.76298838079,6858.27094139022 -5611,252.851660831956,1661.12673145314,259.854970995877,1495.06475730049,321.37985643728,5924.20145229192,84.0718936921139,535.918970594939,1765.58624288507,14328.8749593193,455.2811697663,4210.20636033088,155.912970933932,3289.54964058423,612.357317541219,7994.52102957064,695.020670536136,9803.80993020397,75.0897232986153,967.802370175053,713.071823519339,1291.72098888969,267.664575912759,1701.60715464832,159.851683236174,740.797586565253,410.306471985808,2446.22816407766,417.794514926652,1771.77178171167,175.82044484262,1519.70550082496,3983.60205535743,1327.75284940303,37657.4717375241,15539.2110086765,815.692702334257,6981.77911872896 -5612,236.416774133088,1605.06641738015,241.185399555264,1444.60876362661,289.565973241195,5724.26932925841,78.1196451535846,517.832580652286,1586.53496063715,13845.2988327528,409.620308720927,4068.11877218776,140.021377042291,3178.53271302657,563.955481062643,7724.71900225103,645.241364314263,9472.9473575944,69.0774830211082,935.140620890498,680.813519915496,1248.12751527887,244.014891108993,1644.18069240906,148.836599712501,715.796877961262,381.122715430273,2363.67195895753,375.911076864423,1711.9773779087,161.92711241597,1468.41792230278,3475.88159493213,1183.60478839914,34541.2834500691,14454.8561581574,710.108113961041,6526.45414969478 -5613,193.176395437911,1488.80924042442,196.088855730613,1339.97375609909,231.970465378924,5309.65259742242,63.5706423593642,480.325251790095,1269.26735569989,12842.4647201112,327.91001033981,3773.45931208446,112.083798270996,2948.30719956709,457.331674858396,7165.20693829306,524.300025357171,8786.80869982984,55.920261398681,867.407094436925,560.657368144993,1157.72391587895,196.565419442505,1525.09041450231,121.105194098658,663.950721687348,310.399101042454,2192.46793511012,300.879379976469,1587.97649245463,131.078931458981,1362.05838453563,2739.39089192307,943.248092323193,27921.8730127234,11765.239342145,558.977232564085,5324.03299704458 -5614,149.909961285965,1365.23356115873,159.69407308153,1228.75187312573,208.580149523817,4868.9353392435,51.8490664753205,440.4568001129,1152.0486111768,11776.5012251634,296.336938460736,3460.25075251149,101.372935419321,2703.58876621927,376.399450445029,6570.47304597362,416.198823242889,8057.47694652237,46.9861596254878,795.409676645267,407.560137429346,1061.62932201004,167.571874991739,1398.50328782651,95.017929643493,608.840799473226,247.163974391208,2010.48645152379,269.644793035935,1456.1696307125,107.402342338383,1249.00341046754,2748.71969137495,876.853770856551,23454.2939955819,9359.69642353316,565.188090703686,4144.25412201027 -5615,126.600791353594,1269.19628242849,136.163408745149,1142.31539112955,193.569418032042,4526.43035431069,42.1405122510246,409.472891070136,1136.17726914524,10948.083903172,287.721595604378,3216.83960627992,101.89617066349,2513.40496521971,373.342044946688,6108.27348594367,381.178487809589,7490.67418002807,42.9182693013621,739.456627296059,265.865067694819,986.949066552845,130.947410221151,1300.12565202904,77.7021078436529,566.011927385051,203.497873106744,1869.05889420204,231.495340646719,1353.73545924037,96.7349456223036,1161.14233520634,2836.49358997091,859.044816501621,21361.5387774346,8216.52289867304,606.883985395532,3553.46543236179 -5616,126.169470966938,1210.24327876384,135.215951936601,1089.25588853583,196.57071527223,4316.18181438045,41.5427201731837,390.453250702418,1155.30856962993,10439.5554435473,292.393807593384,3067.42035590616,103.746581424717,2396.65960898384,375.6380780247,5824.5497828514,383.840545829388,7142.73923214044,42.9096187049987,705.109544924035,261.948101007153,941.106187289136,127.891670352086,1239.73600750383,78.1178083724378,539.721192302277,203.663223453688,1782.24282220054,224.768131923329,1290.85568832198,97.7675330803858,1107.20833832161,2905.04812405769,871.959158367165,21459.1991240579,8209.55690409715,622.841853386271,3543.28344921944 -5617,127.007468351467,1173.62183268609,136.116836533864,1056.29546934835,205.109236810438,4185.57599127804,41.4380698417431,378.638301660861,1208.44350240499,10123.658942852,305.505881530454,2974.60152259162,108.786138436957,2324.1377101415,385.196497505917,5648.30138755542,392.48520784753,6926.60298562937,43.7130636228774,683.773230456155,248.971506988733,912.628714952788,135.762449793072,1202.22212401767,79.6016824666711,523.389458932845,206.715787781686,1728.31291359791,243.949277132691,1251.79494507015,100.744038447462,1073.70468565097,3113.01474761799,924.006277994946,22099.4650036312,8314.79473662288,667.63216860649,3570.10413544943 -5618,146.957062561157,1164.943766717,156.621918029018,1048.48494511426,243.493170910665,4154.62675059476,47.1753899435259,375.838551290917,1437.30129862715,10048.8019678811,363.055686884942,2952.60654301142,129.755563970904,2306.95242966346,452.003660621382,5606.53637374145,459.898199251513,6875.3858763554,50.8168425111465,678.717232828524,269.355726086028,905.88050017604,162.708777200757,1193.33258003412,93.0372436644565,519.519380747821,240.702287717622,1715.53331708588,295.999657153956,1242.53884671671,118.713607479202,1065.76543313036,3767.22020067006,1109.11124584818,25970.9997925082,9651.15263186741,808.349621113297,4132.07794925201 -5619,196.633731553963,1173.24578483495,208.087715310729,1055.95701480503,297.855847882742,4184.2348634859,63.6492047513328,378.516979684964,1748.32088164165,10120.4151550448,442.736127581045,2973.64841105314,157.305385733415,2323.39301796954,578.312312805525,5646.49157834755,597.301921524823,6924.38358744175,65.6746680438341,683.554138201039,440.36093828186,912.336293614343,210.976721688633,1201.83691216004,121.918235097,523.221756291451,315.694510582375,1727.75913354786,369.965541050362,1251.39384926055,151.132486540468,1073.36065290674,4371.26371893775,1331.41410248091,33090.4591078798,12769.5405342837,934.82341642825,5557.51068551685 -5620,280.836813892419,1190.1390877853,294.797550760203,1071.16150305824,393.822353415168,4244.4827229523,91.1988541222484,383.967160791364,2299.52313780616,10266.1367433151,583.696952335743,3016.46530767026,206.303129484084,2356.84703300426,796.142923512155,5727.7941443338,830.973944596239,7024.08623389408,90.9979559099212,693.396480946997,651.352959458662,925.472819310701,298.402498273784,1219.14189234106,170.845607003639,530.755509025529,443.706776885647,1752.63674985429,519.478980976582,1269.41238866552,206.794408753172,1088.81573224213,5522.63398302129,1739.90735270494,45431.1535020963,18020.378736364,1174.81873468045,7923.19940919937 -5621,316.728246460306,1235.52538096884,328.438514073634,1112.01055215148,431.525752123818,4406.347280846,101.40059284263,398.609857860457,2515.45138378693,10657.6387928456,638.990172658813,3131.49907156979,225.936726229248,2446.72606607403,886.960748466928,5946.22520587757,934.055416091179,7291.9517635871,100.792263177208,719.839353296696,710.746922218352,960.765988942491,323.26562433303,1265.63421573924,192.568233983444,550.996021574561,497.782762418632,1819.47405163652,559.671258146909,1317.8217917631,230.958259097659,1130.33803039499,5944.10497921449,1891.31654867579,50317.9847435882,20176.3708160287,1263.36723899214,8895.86650030409 -5622,292.879197303926,1325.11196314426,299.767138540514,1192.64121036761,402.601558852637,4725.84666050213,91.5278797538357,427.512618853636,2349.63036966531,11430.412422767,596.548038395518,3358.56061415619,211.775712715117,2624.1354735661,824.804137116957,6377.37943487625,873.626526913497,7820.68314049782,92.5320548575346,772.034110580151,664.551605049015,1030.43007075379,299.479296891896,1357.40395630373,179.993673907497,590.948135165633,461.414850510569,1951.40210763093,512.117989664466,1413.37559588469,216.343492426653,1212.2975938372,5592.03511197633,1770.20630602885,46685.0474920238,18678.0654800832,1190.86084062728,8257.59545925301 -5623,272.651670572031,1444.31968191218,279.181875436701,1299.93179557913,367.693813248824,5150.98613196892,85.5745150725002,465.971862642453,2142.77893063936,12458.6979015739,544.388533965748,3660.69836575218,192.917227936707,2860.20398116566,760.967897842483,6951.09160056009,807.644656981696,8524.23561177229,85.6679590946285,841.486675867468,605.353039992213,1123.12806269778,268.539388888089,1479.51667853254,166.68591843893,644.110117747163,427.893815160117,2126.95119338338,459.296263945345,1540.52355412052,199.198098012951,1321.35647689661,5030.49838035747,1603.09704548909,42940.2469080648,17307.709128637,1070.30745376518,7647.64378835935 -5624,256.496658027025,1541.28262142399,262.213113535851,1387.20140053067,348.39730812568,5496.79237070896,80.2823752621846,497.254411857448,2031.56128832296,13295.0999711121,515.991211383838,3906.45564418203,183.042335603436,3052.22087956451,718.405339004205,7417.74609737745,762.387376224554,9096.50153901797,80.6677374855696,897.979031870057,593.850845370192,1198.52812805117,265.217354740357,1578.84253277648,157.245917817082,687.351798358602,403.148350157175,2269.74190827245,454.085966801606,1643.9450431893,188.315808978463,1410.06440613651,4808.59155729962,1532.4781665724,40690.6551690535,16341.6789549956,1022.68819986552,7237.2527181755 -5625,239.768208970823,1598.78928029281,244.771503071454,1438.95914866447,319.56184905093,5701.88270219083,75.1487977529527,515.807427012633,1860.83161306994,13791.1522642076,472.924410868523,4052.20906344047,167.54403995002,3166.10202146129,665.770881911292,7694.50896258339,709.430145702451,9435.90029926657,74.8957192868031,931.483447698347,552.895906896419,1243.24630448844,233.617855225157,1637.75058615872,146.584376754722,712.997520201984,375.464249230581,2354.42804683327,394.999839777808,1705.28213054997,174.500592493337,1462.67519383996,4329.26298814942,1387.30376566886,37513.681586938,15206.2919423303,921.095004198631,6736.9178189245 -5626,227.083430894809,1631.85271940742,232.658537944881,1468.71725299174,302.335900803265,5819.79933691331,71.5461772466805,526.474478429671,1760.22733388021,14076.3574058911,447.390176215727,4136.00995534047,158.397335997583,3231.57795547432,630.089399887627,7853.63370262076,669.983963809047,9631.03753147213,71.1141685545682,950.746803187942,528.630272404207,1268.95700883178,224.438847397737,1671.61975669785,138.434522174066,727.742521553096,355.490025588934,2403.11832098992,380.816562479675,1740.54787356667,164.796150638387,1492.92375305417,4096.14075188526,1314.82104450821,35555.3127881643,14407.751077245,870.901161692076,6383.61456883909 -5627,213.336209507544,1607.20700565773,216.489832449172,1446.53535840899,268.871871115878,5731.90347055701,66.8454822985152,518.523185315053,1559.23324105391,13863.7635417892,397.011992404632,4073.544197118,140.21363799791,3182.7717462477,577.990641953442,7735.02103259991,620.233133710797,9485.58090337681,65.252058274931,936.387766198187,522.537200311592,1249.79207389103,206.162182267035,1646.37344523117,128.771193434908,716.751496654607,330.611130245451,2366.82425747465,343.396592928819,1714.26054741929,150.825575971793,1470.3762700428,3496.6670146313,1154.21289133089,32465.4782912693,13428.2901740721,741.08154653116,5996.46903434296 -5628,209.852603389681,1546.80765719724,213.665146562941,1392.17410135536,270.125553033986,5516.4967221784,65.974956764614,499.036919734802,1568.74527490796,13342.7589156355,399.17552702551,3920.45911562892,141.012544064708,3063.16217567273,573.567010206403,7444.33649162131,613.133738719527,9129.10976785016,64.7361907923912,901.19801728243,479.521669332756,1202.82449180087,203.985842174235,1584.50220956299,127.069385783356,689.815748332441,326.419281873987,2277.87825203246,346.590253904506,1649.8380929432,149.739933855134,1415.1190639768,3575.31368595341,1166.52204897569,32287.6525419822,13233.3287751336,758.07154065065,5879.3531171637 -5629,202.116351922737,1493.40861541609,205.705787953578,1344.11333396841,259.820374025952,5326.05569508462,63.5191655571294,481.809119495218,1508.75889943722,12882.1389170878,383.927721908778,3785.11665133309,135.621516587324,2957.41539827601,552.109697395335,7187.3423957495,590.376326088717,8813.95376791064,62.305600788746,870.086773195917,471.59891532865,1161.30046973245,195.628793472936,1529.80187284233,122.367546602208,666.001863137923,314.310534896132,2199.24112130281,329.974555758918,1592.88222461188,144.141217400356,1366.26618839723,3429.73440148572,1119.85650462098,31063.603771206,12748.7510043632,727.524882622286,5670.02931492899 -5630,200.080094829293,1469.97783477423,203.560886059498,1323.02491626349,251.696572769155,5242.49273623354,62.9705250371634,474.249792681641,1459.25594860267,12680.0250628831,371.598983876745,3725.73020006601,131.129720364755,2911.01513598439,541.472857177237,7074.57684629816,581.388080196223,8675.66755796676,61.2873693236724,856.435578130018,450.584092808304,1143.0802878715,186.623441330144,1505.80010149987,120.734344551337,655.552650912166,309.922749722377,2164.73620700148,315.211119072188,1567.89075636405,141.300495012596,1344.83020428124,3267.35436963311,1076.16279624427,30352.2288271345,12553.8024745254,692.17418022591,5582.68991738586 -5631,203.857105027189,1458.84098209104,207.794674185367,1313.00140894246,254.716912157088,5202.77453918665,64.4424129577315,470.656779269341,1475.61942515241,12583.958599972,375.898249677285,3697.50330616742,132.378968734212,2888.96069001857,549.703715517808,7020.97840537662,590.233500744068,8609.93892639441,62.3986469268991,849.947047051084,456.597203293783,1134.42007785341,182.745909051732,1494.3918519984,122.651402483349,650.586049969912,315.294219560752,2148.33572281387,306.211327317729,1556.01209536394,143.224837719438,1334.64149563906,3267.97451275096,1078.56615136864,30745.379484839,12770.2028852456,692.60191482349,5674.74923819311 -5632,215.970546500966,1478.16414564523,220.43826321923,1330.39284590052,271.993510305695,5271.68819364963,68.4267809622919,476.890891167316,1576.85069108064,12750.6401596289,401.55371045499,3746.4788024719,141.588459005931,2927.22658781013,584.548894788933,7113.97518549384,625.700648700183,8723.98237602921,66.3422369927103,861.205070375207,477.940654460176,1149.44610534552,185.917530521732,1514.18590667928,129.912011519463,659.203425546804,334.554286320973,2176.79162928404,309.415093863039,1576.62234458241,152.139206130647,1352.31956763117,3500.47006350805,1146.25978952756,32582.482687835,13512.6167498041,743.395240248371,5988.79418634472 -5633,229.922542439207,1485.56942909188,234.742702451168,1337.05782701802,285.591320354119,5298.09821410057,73.0624563133556,479.280011639913,1653.56765285866,12814.5181157994,421.333965808342,3765.24785294637,148.238119569956,2941.89136144786,618.257167713709,7149.61466628912,663.744388911364,8767.68764548009,70.3472248685034,865.519521967479,518.442592366378,1155.20458233321,199.657071862628,1521.77165137679,137.995943776297,662.505892481588,355.19124490145,2187.69688569053,331.570870354759,1584.52088236277,160.869164416097,1359.09439689371,3630.87726059373,1200.34863352602,34502.0996922216,14381.678212172,769.909085147795,6389.01387493253 -5634,240.973540601733,1469.89105363754,243.330551115895,1322.94681059184,286.629837063005,5242.18324212553,75.8397358337948,474.221795024049,1654.40910515032,12679.2764890187,422.145477427748,3725.51024906121,148.410615794438,2910.84328223499,636.685071074316,7074.15919386433,689.822921125858,8675.15538405879,72.2102553869122,856.38501787583,551.883328687162,1143.0128053528,203.094987611295,1505.71120557141,143.943528902235,655.513949917591,369.546639959834,2164.6084103339,333.257725320418,1567.79819487174,165.711286883559,1344.75081131964,3520.98781990411,1191.19842679922,35338.967046694,14961.8373225852,744.597478493585,6679.51877644375 -5635,248.752006924247,1443.2493877734,251.586470213526,1298.96849818794,298.885230996888,5147.16906131962,78.2420117726171,465.626560311069,1726.52269420569,12449.4655470557,440.386864412242,3657.98565328706,154.906549568349,2858.08446455509,660.005644184758,6945.94058538565,713.753910724371,8517.91883888108,74.8469813413889,840.863103213623,582.144317219511,1122.2957833917,214.588959989024,1478.42030212149,148.809496072154,643.632808400491,382.141687010422,2125.37504412482,352.252221113331,1539.38196936522,171.819034081306,1320.3773030266,3705.99849101391,1248.36637392365,36713.0245421091,15486.3659125955,784.152742339648,6915.08395955809 -5636,233.877583890338,1409.28921679339,235.114722822593,1268.4033078128,272.848469558557,5026.05434416387,73.1639330369509,454.670201877833,1572.41637248336,12156.5251985828,401.507371386297,3571.91195093152,141.007519399032,2790.83272143028,613.012431180016,6782.50013504149,667.466451949314,8317.48918160026,69.453687869754,821.077295578559,571.388200518359,1095.88776477967,202.678447371671,1443.63254702823,139.514784488519,628.487899691857,357.47956395648,2075.36421404474,328.063102423117,1503.15976457785,159.67616954654,1289.30835586559,3296.14131486908,1132.48735252229,34060.2361634763,14525.0910035023,695.86186050908,6522.96755966086 -5637,194.584875006769,1333.21149287856,195.545511787845,1199.93103433298,229.22473402367,4754.73262381022,60.780326668087,430.125719681719,1322.24732294516,11500.2789456484,337.485125523498,3379.08926555729,118.696451674292,2640.17507164244,512.261899574859,6416.3601216381,555.911823570838,7868.4857846523,57.9315939931067,776.753042571152,483.944867521951,1036.72840570911,168.94892706069,1365.70086555467,116.086310938737,594.560208805695,297.959851155272,1963.32973324593,271.702260279478,1422.01462261073,133.301884564432,1219.70756422552,2791.85914462762,953.04011831529,28450.9536312658,12097.2848146362,590.323362077904,5432.01349995346 -5638,154.573741383386,1229.74000178551,163.699836261984,1106.80353431181,216.70313750049,4385.71444705253,50.8105005664849,396.743357010326,1264.85971728401,10607.7341267292,321.117737295065,3116.83574710851,113.2462091928,2435.26920871762,437.706960960467,5918.38185433225,455.519942675375,7257.80701303099,50.4191293204115,716.46868712176,361.524232048633,956.26717763671,146.585542589507,1259.70785116734,93.6547220768615,548.415968616995,244.099304360771,1810.95431787378,248.562708857392,1311.65105753227,113.356161603019,1125.04519366989,2991.10743402912,936.177318326179,24789.9136959234,9892.84575170342,638.543735100175,4333.58705837251 -5639,139.3300038545,1144.92635687515,151.092851216825,1030.46866530832,219.617602832168,4083.23715327462,46.0086386129739,369.380459037455,1300.50463955265,9876.13184151317,359.632594577649,2901.87144578031,120.187831941909,2267.31170743328,442.948363968291,5510.19838765766,470.70924339298,6757.24505201701,51.6441845907243,667.054729105673,282.736247006688,890.314614716299,154.730360455188,1172.82736079981,87.4495330011972,510.59239846565,248.608359975053,1686.05504140721,288.500842068554,1221.18810855256,121.182305186093,1047.45222001247,3396.59858245179,1023.74361335394,24897.6887210202,9498.44360960759,746.697900498465,4150.4730716937 -5640,140.565014664607,1088.77926166547,152.224720830944,979.934565962778,227.985471151665,3882.9955361331,45.9743632914607,351.26607143721,1352.59957174438,9391.80714108242,373.80299926281,2759.5639066324,125.18416806216,2156.12292612622,453.535341358378,5239.97870790424,481.401338814559,6425.87030549946,52.5488391817576,634.342419566929,281.773936446473,846.653658586786,160.133936389066,1115.31200263208,89.1632743467814,485.552988867083,252.503478185017,1603.3710396195,300.818372224382,1161.30114325728,124.666788389737,996.085248528692,3587.37618129298,1071.20296594049,25587.5932368193,9645.92190736925,789.43061167157,4199.74338362627 -5641,152.661342104062,1051.78176773658,167.362536481412,946.635692231975,271.459778890271,3751.04858523855,49.8063313352331,339.329800419756,1619.36325142902,9072.6668525799,446.70841310409,2665.79196177938,150.350578649543,2082.85633511192,516.953104856549,5061.92050340038,541.131192165569,6207.51466080077,59.4707008981064,612.787012843933,269.944057378289,817.883764911993,187.494676271557,1077.4129072883,99.144714089546,469.053552856258,280.426139594153,1548.88735096682,361.005832564635,1121.83930419584,143.037603424637,962.237563113815,4484.73453157872,1302.26897624335,29373.0681314046,10654.8693042968,989.59962716664,4586.94054258798 -5642,186.028280500054,1039.5746181087,204.59765063848,935.648884994347,349.474886266844,3707.51330753544,60.1207044378003,335.391483770819,2091.38088315205,8967.36801094686,576.307159269728,2634.85234830396,194.677015428567,2058.68236697895,649.368327620661,5003.17103380038,674.431008050263,6135.46923977701,74.1162488262647,605.674907476381,294.506671269141,808.391273405903,239.386927477808,1064.90827850148,122.743962474153,463.609641316005,346.651510528537,1530.91071338859,467.346115207934,1108.81905544763,180.483470482272,951.069678034592,5933.54597561821,1697.36141363106,37022.8547754306,13111.7521849016,1311.2195059958,5606.80207174045 -5643,245.252311888608,1048.51302748787,267.57901914776,943.693726243419,426.908110080456,3739.39103054275,79.7244054578863,338.275227113541,2543.88532239655,9044.47070751077,701.998193342598,2657.50718089854,236.187120941633,2076.38320870519,821.421451305826,5046.18900491582,864.068242611056,6188.22287077489,94.5024953831448,610.882585866576,477.5044057678,815.341935738734,296.489421897581,1074.06451027043,158.730852087145,467.595822484756,448.20470920255,1544.07369990333,567.601878260423,1118.35283827801,227.27674295325,959.247109440008,6985.64301862005,2040.9374789259,46585.1158566194,17060.7033830563,1540.62669229352,7361.43969944827 -5644,286.958016132282,1061.96403352794,299.489874092391,955.80004221556,381.661707939246,3787.36236711118,91.8940530165675,342.614841409046,2235.26171214509,9160.49905139069,620.422574629435,2691.59940884866,206.215923246644,2103.02040094752,842.268151731482,5110.92479455791,928.399484138008,6267.60941250581,97.8806398623773,618.719384396347,683.755825651902,825.801671588291,282.13301923574,1087.84330732524,175.807365534033,473.594445360832,494.244346573984,1563.88208007527,498.687183135079,1132.69979476614,230.083034294304,971.552954312445,5304.09799508346,1711.31145382556,46574.0487489587,19014.5275442657,1158.28138179732,8488.56786973947 -5645,328.338402919829,1075.09684113149,339.442825406513,967.619969883148,431.612541679375,3834.1988886146,103.774254893649,346.851797324961,2526.4442606994,9273.78261636675,701.371232918098,2724.88514741064,233.440037742552,2129.0274609232,959.468279771407,5174.12918744131,1063.62117695095,6345.11797772075,110.790786791784,626.370794782506,747.593617410597,836.01397080866,321.410863013234,1101.29615168424,201.675751316198,479.451164173022,564.43486702207,1583.22187108875,565.782604245214,1146.70735811819,262.891521191122,983.567690803338,5965.46388246131,1933.99640593851,52920.3817094018,21685.5586278283,1302.22314574883,9711.94326493043 -5646,295.777893237681,1127.57022213106,299.767585411251,1014.84761431473,378.759970538646,4021.33866190114,90.8457908216505,363.780957392313,2214.22857273076,9726.41786736768,614.962839923534,2857.8814795082,205.251631278527,2232.94114092063,855.782508728387,5426.6683465257,960.786819514249,6654.81081690888,97.5174466757711,656.942732215638,695.300833646676,876.818182980879,286.705875203149,1155.04826995841,182.701065762032,502.852240844277,506.293133825438,1660.49584425108,500.0035568587,1202.67590885286,236.067911121863,1031.57371240422,5166.47764557821,1694.80065098467,46945.7648431344,19438.7496207387,1126.79412093292,8750.66948511224 -5647,274.279106477751,1229.45073226516,277.840450568316,1106.54318291475,341.82414200387,4384.68280336147,84.5852944886208,396.650031786769,1993.83912955337,10605.2388885826,554.172310609445,3116.10257946311,184.559007562351,2434.69636473849,783.796309664156,5916.98968405417,882.830958738293,7256.09977219114,89.6520638530649,716.300153486059,634.078606832747,956.042236635037,260.253514810387,1259.41153236389,168.337596219013,548.286965718851,467.008517937106,1810.52833035923,449.700453268156,1311.34252022216,215.678090642622,1124.78055132023,4554.96470089717,1515.59367414304,42911.8594399754,17946.7291548253,991.848717228383,8103.33074021055 -5648,258.719384562992,1325.71942829522,261.79732202958,1193.18794754382,326.321303700057,4728.01310925128,79.5825013821145,427.70860155153,1905.41475341342,11435.6524156136,529.407097872823,3360.10026407803,176.541527943772,2625.33844425531,743.487395324992,6380.30298840899,836.70380733084,7824.26834129344,84.8034712829142,772.388030724692,621.786682957726,1030.90244620273,247.981151506936,1358.02622492869,159.350744043211,591.219040876336,441.570621268549,1952.29668017187,430.249450248988,1414.02352333806,204.922716839851,1212.85334200138,4396.7154977097,1453.67933511415,40757.8215947747,16973.9519608007,958.112366302247,7649.45457147926 -5649,245.455728041072,1404.19808389772,248.936148507495,1263.821132821,309.703429615771,5007.89745322756,75.7744116897741,453.027681383189,1808.25918338839,12112.6090991774,502.424566733684,3559.00822739688,167.451571009345,2780.75068851248,705.304791365335,6757.99798946272,793.983994229044,8287.44180574774,80.603760029563,818.111109802351,580.245276818115,1091.92881144152,235.278765048665,1438.41734700976,151.220669282186,626.21745343957,418.915907477394,2067.86684949052,408.156525073296,1497.72951929271,194.443980483038,1284.65066026627,4169.86032019793,1378.83970095506,38659.8519064945,16102.8300299262,908.632384943915,7260.5499665738 -5650,232.908697744484,1474.69291701287,237.211626061137,1327.26863418656,294.331675723525,5259.30848937078,72.3125119694646,475.770990295136,1718.52927817248,12720.6973502775,477.491166525034,3737.68080495045,159.05136819879,2920.35247117366,669.521727374485,7097.26916916503,751.660619759468,8703.49551907146,76.7769585916492,859.182670016336,554.897526100475,1146.74681768928,222.990290685185,1510.63008678642,143.123308763285,657.655393271734,397.570680882517,2171.67978737358,387.172017908575,1572.91990284679,184.177183531075,1349.1438645693,3963.39764170759,1309.57873081697,36721.0824496847,15284.8840499977,863.650583709068,6884.87000920091 -5651,224.41329288793,1456.96073441764,227.742721404482,1311.30912864965,277.781547487834,5196.06887020516,69.5284537749807,470.050166674099,1619.33097303707,12567.7395883249,450.170130699347,3692.73772713985,149.824142342241,2885.23721248905,639.296071897683,7011.92931882519,719.47229269494,8598.84188577571,73.3148802792748,848.851580871185,550.469284147102,1132.95796461541,211.536248152857,1492.46578408739,137.26932458351,649.747533008968,381.595104315229,2145.5668101674,364.778938633442,1554.00660733748,175.552113180215,1332.92132421681,3678.6137122513,1228.6203369715,34994.8951654034,14681.2469113023,800.676061980282,6623.87091100571 -5652,220.247579546199,1401.82607832031,224.140138690273,1261.68625540573,277.650463076266,4999.43799097196,68.4459162585504,452.262415998425,1620.63650211304,12092.1481851015,450.338318171375,3552.99626408329,149.884866625968,2776.05337677409,632.24429348449,6746.58221478898,709.275351065832,8273.44245735732,72.4884957141209,816.729136605237,503.347411444963,1090.08429871888,210.194133643624,1435.98753742032,135.084796576999,625.159631676915,375.734501106099,2064.37375848251,364.662388269828,1495.19951813835,173.705635845496,1282.4805971063,3726.76140290948,1233.01341647511,34657.3981327152,14434.8758835705,811.921512288994,6508.08126018755 -5653,212.987185499751,1359.76637760601,216.877138714991,1223.83124106522,269.692091773289,4849.43731050812,66.2005275797613,438.692956737106,1574.72337971741,11729.3413137471,437.529386331137,3446.39391032665,145.653976889669,2692.76203557294,612.605615397775,6544.16107768296,686.713591974345,8025.21015592203,70.2241818434044,792.224396979171,495.487976295153,1057.37794515152,203.917296116964,1392.90287307612,130.728714351207,606.40264932822,363.654042748774,2002.43530278744,354.311830065661,1450.33828662494,168.338731950962,1244.00167955697,3632.95912377146,1199.30120653504,33594.6406841831,13972.7674130031,791.679701733312,6294.86355979656 -5654,214.420437950412,1334.36856815405,219.150440866446,1200.97243739583,272.18433215737,4758.85918856753,66.8929075238232,430.499019670695,1589.57470933565,11510.259874031,441.627648192115,3382.0219290272,147.033485137414,2642.4664420024,617.404695335391,6421.92878924636,691.768579032937,7875.31473145148,70.9700014742788,777.427175479185,473.808811335125,1037.62816753388,205.650604019387,1366.88613789419,131.657500401861,595.076219146943,366.27301714133,1965.03367917206,357.628702427049,1423.24876885834,169.667877749936,1220.76613105714,3673.7996200285,1210.99036976404,33849.5470084749,14058.9703119302,800.676061980282,6337.56388590134 -5655,218.596129346422,1327.16577309105,223.867208833021,1194.48970200374,275.893227094814,4733.17131769965,68.4995761377121,428.175226764063,1610.09313017339,11448.1285821427,447.435471425786,3363.76609519335,148.689235986034,2628.20265859441,627.382019498838,6387.26382629533,702.820292150541,7832.80452893247,72.3199441251311,773.230697268426,482.28546714399,1032.02714902917,208.328225396281,1359.50781607166,133.848608560003,591.864054115728,372.886303743957,1954.42661361255,361.487211286633,1415.56620689577,172.14298462797,1214.17655118265,3696.2520892476,1222.96455147442,34430.7891061017,14332.5170819536,805.174242103766,6461.58757568053 -5656,230.872906970188,1353.02641433675,236.5806845148,1217.76506841351,292.350551128855,4825.40007154731,72.480760816068,436.518484369216,1706.79565568478,11671.2024077342,474.246620479156,3429.31114614779,157.748404589441,2679.41480364288,663.817477367207,6511.72358987764,742.008978498561,7985.43154205881,76.5107037191178,788.297572912489,505.393234242908,1052.13683268587,220.445269653211,1385.99866191398,141.239602571484,603.396889184299,394.133172475226,1992.50981807763,383.171813670797,1443.14938495709,181.935582071593,1237.83552795535,3932.66588819672,1297.98283871884,36401.6794413127,15127.950447318,856.903313523841,6817.35779026369 -5657,247.709716564483,1396.56138315124,254.36893985224,1256.94786907061,312.964547326778,4980.66211181962,78.0686141083127,450.563900188595,1826.39710313002,12046.7349379674,507.548991366777,3539.65263853906,168.570657010883,2765.6276363575,711.072235420649,6721.24476434257,795.445960309802,8242.37073368886,82.1491092474983,813.661830320654,547.417919048545,1085.99038034334,235.919048071666,1430.59454554492,151.469222915912,622.811783435477,422.582638854272,2056.62080059315,409.539952169129,1489.58414986858,194.882236635206,1277.66411558379,4191.89778545446,1386.4214135149,39014.7438034343,16240.4931902686,913.1305650674,7320.54847080521 -5658,261.87826289801,1399.56977998987,266.603953289597,1259.65551804419,321.598991755031,4991.3911841914,81.8524731035926,451.534480522033,1873.10103602503,12072.6853614435,520.874199206812,3547.27756640552,173.017065064329,2771.58520151604,742.940936146389,6735.72330552566,836.332441986487,8260.12600199081,85.5508208527219,815.414576535448,585.195782406073,1088.32976196051,244.935055438452,1433.67625477739,159.703834038907,624.153410823252,444.518012630799,2061.05106165392,421.098715404828,1492.79293130948,203.694212438157,1280.41639037279,4218.68444977255,1415.65470057269,40648.3504347805,17090.9424543982,917.628745190885,7728.47442090877 -5659,267.373118842985,1419.55826372145,271.889046794036,1277.64576346804,326.042891095105,5062.67762014451,83.4030587686137,457.983240524715,1897.92741454136,12245.1059712579,527.877437555872,3597.9393490056,175.286025398427,2811.16864101528,756.222970348306,6831.92207863284,852.377247938624,8378.09610721327,87.0872184112928,827.060227385161,617.68654381816,1103.87315397466,248.838302039689,1454.15184299363,162.882576580319,633.067493191007,453.25932044444,2090.48673982076,426.748974151774,1514.11281664046,207.293714381549,1298.70314002581,4251.49313725265,1432.45155514513,41379.5528267326,17446.0460880763,924.376015376112,7889.05889322706 -5660,251.939627536514,1418.54582180318,254.821596296374,1276.73453484102,299.650478449037,5059.06687222926,78.1956707699131,457.656602694892,1740.79820300185,12236.3726498468,484.503988715315,3595.37326580253,160.693855827687,2809.16368986659,704.990654981718,6827.0494894116,799.299883823409,8372.12077255391,81.1124746743992,826.470360477592,604.88084985223,1103.08586155977,230.63856906425,1453.11472861869,153.130323048449,632.615983673168,425.170778277457,2088.99578558587,391.921814357199,1513.03293755151,193.337683492327,1297.77689308552,3822.98029536311,1307.0405616153,38475.3155451155,16386.9125979237,829.914232782932,7430.70066571474 -5661,209.250054254282,1362.48550773019,211.476376116823,1226.27854116713,250.527453313189,4859.13474919576,64.8330815252085,439.57021275224,1456.41939175015,11752.7965232804,405.260632314359,3453.28567765941,134.57300697865,2698.14676230892,587.411362653577,6557.247462092,664.201979458589,8041.25819994434,67.4646948040159,793.808611193037,512.881334838513,1059.49238794895,192.376090642917,1395.68826637943,127.144240601052,607.615275069177,353.604920011855,2006.43958046574,327.876638195118,1453.23853374854,160.93869806274,1246.48931456334,3220.34574992025,1095.96646440716,32059.1362057045,13617.6988513484,699.467009201875,6166.43005217908 -5662,159.255845403859,1264.10514953282,168.036511182222,1137.73321613776,214.046831215426,4508.27346337438,51.6872025212283,407.830370575491,1254.06872898245,10904.1678037666,348.037180663995,3203.93588274528,115.470295557477,2503.32293230191,469.177842591353,6083.77134036491,514.594877094776,7460.62680417555,54.9512527902731,736.490441519852,381.61513550063,982.990113214696,157.130381946896,1294.91045201057,97.3386641050991,563.741481132763,274.736433961867,1861.56152964781,278.699508996354,1348.30521395522,127.821098302849,1156.48463960702,2986.00551113849,959.501100615486,25985.8556519426,10576.5422854784,652.236117905286,4712.83324989875 -5663,147.342777377451,1189.01093862008,151.271832656289,1070.14613437747,214.922797073727,4240.45931956202,44.3931802625426,383.603193053168,1307.99648423932,10256.4053314861,395.826959932159,3013.60595883137,130.311369252321,2354.61294537523,470.152977577508,5722.36468970214,517.932452007966,7017.42800621082,54.9179109898772,692.739200912103,288.938822080685,924.59555093152,161.150407159295,1217.9862510196,95.3112983443146,530.252398598698,257.522686954312,1750.97540143999,285.247153096082,1268.20909525108,129.250744974895,1087.78362887537,3460.07173541598,1049.86695521405,25803.1599009095,9942.92285225075,791.231505658491,4386.4196203202 -5664,149.394858900525,1147.90582760352,153.258030083569,1033.15027989982,225.160576558964,4093.86306427937,44.5818184477531,370.341707120113,1373.35549810416,9901.83274843573,415.429474027274,2909.42305901574,137.065836645704,2273.21198986089,484.914994601397,5524.53771586415,533.236510224017,6774.82960120304,56.2827435607804,668.790622447329,282.721762448249,892.631502887884,168.162177037417,1175.87943901423,97.7597325038011,511.921125939008,263.111199614973,1690.44270495614,300.244087051608,1224.36603716028,133.965221717402,1050.17803133662,3697.24475172599,1109.50355554295,26685.2008972005,10144.8831815831,846.433703727688,4462.12541454756 -5665,153.161637843776,1133.78950419197,157.53493316713,1020.44515798729,241.893637221422,4043.51895622774,45.3526810451934,365.787445625154,1480.03288428796,9780.06537860208,447.432383096748,2873.64455188173,148.127859663692,2245.25726146746,509.789677942402,5456.59994673613,557.848542434341,6691.51642044466,58.7979817910273,660.56619802674,273.529948864309,881.654404698209,179.480854094728,1161.41911129835,101.690391473491,505.625797523395,272.827792545387,1669.6545572196,324.485764947511,1209.30944755245,141.563900250111,1037.26351137029,4081.42880872276,1206.39287019493,28145.2760941657,10488.1534767915,935.808691077816,4590.38470197177 -5666,175.158090797396,1144.95528298542,178.845147984584,1030.49469969041,280.331919632193,4083.34031464165,51.0152731940459,369.389791288234,1717.24853612038,9876.3813580667,519.028911640719,2901.94476041134,172.302826775819,2267.36899016423,587.828435921875,5510.33760063427,643.794889263405,6757.41577113294,67.2367285103677,667.071581978811,303.710261915438,890.337108161889,208.276443414531,1172.85699181787,117.170641401604,510.605298380066,313.186117092303,1686.09763891904,377.81636684133,1221.21896138572,163.82928576827,1047.47868347733,4778.14984377618,1405.93304175354,32439.4054269471,12010.7981733319,1096.15793308834,5253.58874597877 -5667,238.441985226494,1190.77547904652,242.762652764392,1071.73427461654,358.118962036107,4246.75233306848,70.1729145329305,384.172475740037,2184.72137665906,10271.6262527153,660.838745925048,3018.07827222312,218.491265061786,2358.10728642441,773.495714704726,5730.85691084314,855.160017081735,7027.84215380562,89.2638956394316,693.767253964676,447.098553329029,925.967688205229,269.053101905788,1219.79379198409,156.882075954869,531.03931465065,419.828570006094,1753.57391990706,479.663393980419,1270.09116895206,214.590987530078,1089.39794387116,5889.91724173699,1768.86960322217,42502.0992789629,16173.3945178181,1348.51083854753,7126.08816333973 -5668,335.018488301709,1319.67370850771,337.779652236126,1187.74661521458,463.575246703167,4706.45180314071,98.8493186584292,425.758108633875,2812.45139359316,11383.5020521079,851.615980089621,3344.77709371409,280.307891793651,2613.36603120728,1042.4207667664,6351.20669306621,1165.47647341031,7788.58708557361,121.037690974603,768.865685421966,680.923347574592,1026.20118952278,353.832513937608,1351.83317544569,215.912098084744,588.522886186369,579.05973657481,1943.39356053849,616.199803249412,1407.5751076231,287.346207434878,1207.32232895851,7254.30360421983,2243.77138387967,56887.3590443597,22395.6115984155,1656.06594207591,9956.83628433901 -5669,371.168229125246,1553.28728266823,368.775562273792,1398.0059620429,491.025981528905,5539.60549882902,107.911113442191,501.12740094042,2970.60244793407,13398.6521484629,899.990899288431,3936.88204101683,296.159864993858,3075.99385746775,1130.96547811982,7475.52104913321,1278.90308595602,9167.35189310986,130.678972973591,904.973163856094,776.146680978815,1207.86316107428,380.403857711197,1591.13973868831,238.210864011331,692.705407995287,635.708685732116,2287.4203550037,653.211848464383,1656.74931611972,312.181973773916,1421.04704182767,7485.12028783755,2356.46607264389,61414.4014322942,24615.187411463,1706.01078794804,11010.9194294767 -5670,336.485523944667,1733.76215565177,328.744748995383,1560.43885597384,438.588125413426,6183.24663974067,95.3478172567512,559.352885074906,2652.13105610847,14955.4279436595,803.576696926479,4394.3043699264,265.148694891776,3433.39046202312,1019.73601022788,8344.09425312584,1164.52641052532,10232.4972058703,116.435134712898,1010.1210773315,701.33309274676,1348.20355593152,343.788827442376,1776.01265012139,217.330980177641,773.190146342087,574.954200998971,2553.19340460991,587.219814646542,1849.24533776914,283.230191525039,1586.15705543504,6656.64176462989,2107.30162266821,55209.2032765152,22248.1328457073,1516.74610885365,9988.63758704187 -5671,316.735470951283,1835.06412955108,310.37108248989,1651.61372430513,410.938179061733,6544.52750382581,90.2689566624177,592.0353099275,2483.72996429549,15829.2585127851,752.622337648343,4651.0591417022,248.077275318086,3634.00000343928,957.374021339158,8831.6312636022,1092.45531810946,10830.3716960331,109.672591064169,1069.14143296529,664.989230409081,1426.97772976426,321.900642305186,1879.78327779425,203.980613665771,818.366866671701,540.595840244344,2702.37391982103,549.092346288936,1957.29487751105,265.458092081955,1678.83461221876,6208.46571932692,1969.7830148936,51834.6904178287,20930.96582743,1414.22774101086,9397.74298796933 -5672,293.225030623239,1875.09894642885,285.856637329152,1687.6462813916,375.687550404817,6687.30668845916,83.1766001560419,604.951493529171,2268.90916683601,16174.5987413172,687.629819587274,4752.52932905271,226.705001626589,3713.28144234306,881.391538610812,9024.30722226574,1009.38041173658,11066.6533281497,100.726719420163,1092.46643877622,619.492514554625,1458.10949850182,295.732804481986,1920.79371338856,188.745228543558,836.220829984718,499.269948158991,2761.33046704632,502.406039376969,1999.99635084655,244.59939619992,1715.4610358875,5634.10644331979,1797.03229699777,47647.9132907134,19334.5792591425,1282.7939360842,8696.47786285776 -5673,275.309264850033,1928.35335485278,268.32973705408,1735.57687434271,348.369653189558,6877.23189871087,78.2580107520072,622.132631609603,2101.85749912314,16633.9711328935,637.122634798424,4887.5052130817,209.860717560606,3818.7418005285,822.56257403542,9280.60523975052,944.546961338438,11380.9557159493,94.170200064022,1123.49341686227,587.988993135082,1499.52105116036,275.128914461308,1975.34589214463,176.884951206676,859.970214355827,467.55209737626,2839.75460608473,465.439902561897,2056.79795201922,228.248420854858,1764.18159157576,5175.3952482846,1660.4413015455,44436.2556797349,18125.762874634,1177.64689214287,8163.94682015647 -5674,258.965130831271,1965.49548213889,252.910707856889,1769.00592250935,324.57574684491,7009.69466644749,73.9328149730798,634.115564786209,1956.74035090164,16954.3590283675,593.225088448898,4981.64373820157,195.226157495502,3892.29481075407,770.111677137231,9459.3595226414,883.92013219589,11600.1649727879,88.4471141215364,1145.13308958573,558.029996606856,1528.40341424503,256.494674993779,2013.393145453,165.690753960169,876.534151190061,438.913345604,2894.45128642865,432.719531702026,2096.4140582393,213.210155052495,1798.16159688195,4784.97596276493,1541.84403578388,41569.9374275474,17020.3837226047,1088.27190479274,7670.0854250922 -5675,250.244277024688,1938.73810902779,243.760376699323,1744.9234700517,309.155874797056,6914.26783016655,71.3370946488077,625.483000164858,1861.7948175541,16723.5499959866,564.556290201596,4913.8258767916,185.695802708673,3839.30685659383,739.262074772186,9330.5840487523,849.667132528907,11442.2455345863,84.9064225499974,1129.5437617962,544.511120145553,1507.59641631964,245.076284518174,1985.98371505656,159.511818303435,864.601408763969,422.934596237885,2855.04752604016,411.63387451156,2067.87441840731,204.359516589929,1773.68223216245,4510.59748692077,1462.94371978648,39840.4017210069,16402.7667030423,1025.18367842795,7401.85864134153 -5676,241.277852009514,1927.08056952443,234.689295465897,1734.43132870071,296.047482763267,6872.6926684716,68.828601668413,621.722000807002,1781.72452985228,16622.9920898894,540.342352977892,4884.27927686426,177.56511925546,3816.22128813161,710.317566913332,9274.47969322781,817.564254991444,11373.4438595661,81.5773570170275,1122.75186919214,528.812869781666,1498.53131118938,235.023952638626,1974.0420899843,153.614590421274,859.402601854261,407.181925867795,2837.88026184712,393.767265021676,2055.44038845333,196.322818279142,1763.01716575066,4292.54006870962,1397.35766091112,38275.2235647549,15805.5147086389,975.238832555814,7137.44716721333 -5677,235.77499034898,1888.3185351691,229.992456236512,1699.54431473084,294.389381071261,6734.45270407059,67.3481318902231,609.216447102679,1774.07252986095,16288.6308801576,537.885707265028,4786.03501861948,176.883712732341,3739.46035606814,699.718493973342,9087.92926758296,802.821934796103,11144.6740672726,80.338410388506,1100.16840941657,510.621458579245,1468.38928024088,232.586982594292,1934.33545367603,150.550169014402,842.116249791484,399.260395952108,2780.79805472737,391.924307741937,2014.09647569091,193.499366101782,1727.55516533999,4323.64322892002,1395.88798720353,37765.1999595722,15487.4275013646,983.124860851414,6980.5267673321 -5678,232.894382305827,1863.00750685383,227.031573194431,1676.76361673312,284.37010902343,6644.18407623801,66.6168055005719,601.05050769386,1710.81963805062,16070.2980143058,518.875673851347,4721.88298832483,170.48167623741,3689.336616247,684.11731525506,8966.11463158018,788.145571903264,10995.29081671,78.7684871493444,1085.42174817077,512.051687639432,1448.70698514193,226.074438977753,1908.40761442256,148.167556427475,830.828520604783,392.663608892588,2743.52422777956,378.160291621715,1987.09951941662,189.062468082763,1704.39900980176,4108.43959129838,1340.58274040808,36849.4795670727,15246.3511308829,933.180014979283,6888.16933081219 -5679,239.089096429296,1811.74905615618,233.891198695716,1630.62944665396,293.074048466496,6461.37720044976,68.7413743245356,584.513313022295,1763.24555651553,15628.1427489983,534.772369709289,4591.96595607094,175.473989138531,3587.828877628,703.075140750913,8719.42257956128,808.443527004074,10692.7683791131,81.1587730615397,1055.55765102672,527.321855236234,1408.84752386759,232.241978737366,1855.90003339831,151.927036528609,807.969255354936,403.293493547541,2668.0393996991,388.907179973228,1932.4268235887,194.068958010656,1657.50448452923,4235.58156452934,1380.40266497481,37918.9024603739,15671.7911067414,962.095452063149,7074.42122062401 -5680,249.95814569322,1797.74843999158,244.113554388565,1618.02846479518,303.213294183838,6411.44574787317,71.91479763417,579.996381435709,1823.02711189892,15507.3734695825,552.974777131526,4556.48071457275,181.500139461223,3560.10328571491,731.792877492362,8652.04167584367,841.787962337489,10610.1380913786,84.4794359755387,1047.40063973346,553.549677831197,1397.9604016422,240.873743034494,1841.55823262895,158.348144236476,801.725527848315,420.836633719324,2647.42164614197,402.182930990497,1917.49364830634,201.69650546716,1644.69582098936,4353.24221988418,1425.07060932106,39399.3180114044,16342.9443689073,988.382213048481,7384.15362867506 -5681,269.370814583707,1797.92200226497,263.869999392119,1618.1846761385,328.003347937786,6412.06473608918,77.8315361032088,580.052376750894,1972.19253242072,15508.8706173112,598.213846948911,4556.92061658233,196.124647266133,3560.4469932137,789.505515674311,8652.87698071132,907.86297053158,10611.1624391946,91.3379895880864,1047.50176024183,598.029697113829,1398.09536667959,260.057065472753,1841.73602448588,170.732301399063,801.802929837466,453.734562083042,2647.67723947711,434.558209332954,1917.67877129096,217.638329957939,1644.85460691256,4711.91666811899,1540.88556875479,42565.9987684434,17640.2083446672,1069.87117210301,7966.0832469201 -5682,284.365412190884,1797.95092837524,276.19398042907,1618.21071052059,336.606609622794,6412.16789745621,81.509618551784,580.061709001674,2019.94587189501,15509.1201338647,612.931209400407,4556.99393121336,200.971560256119,3560.50427594465,823.359009745407,8653.01619368792,952.637836287842,10611.3331583105,94.9616203828226,1047.51861311497,639.734453549775,1398.11786012518,269.523755333957,1841.76565550394,179.701815052882,801.815829751883,476.531584291668,2647.71983698895,446.184363704734,1917.70962412413,227.035402753906,1644.88107037742,4741.3342876738,1571.82972994072,44237.1158043663,18529.7976113339,1075.12852430008,8396.44605518691 -5683,287.890920965506,1768.99510915422,278.782948580573,1592.14958946558,334.520069016621,6308.90057712877,82.2856217929451,570.71987340549,2004.4621098313,15259.3473109329,608.406509258946,4483.60400138767,199.327999647807,3503.16271198824,826.690459732155,8513.66023648869,959.68823229867,10440.4387029742,95.3671335976889,1030.64843100192,655.157877044873,1375.60131233261,269.283117172541,1812.10420450069,181.397233310332,788.902666300961,480.763622976178,2605.07857479552,442.96103635534,1886.8251031296,227.826185330212,1618.39042585412,4641.73853798852,1553.99813621861,44338.9753056829,18707.1734199376,1051.47043941328,8493.36722877451 -5684,269.443452652241,1688.02874072736,259.17251195774,1519.27738671937,302.688465491935,6020.14411542185,76.588014863171,544.598198280695,1808.71301185425,14560.9316228753,549.285842763618,4278.39080911941,179.687723667989,3342.82401951233,762.297392383128,8123.99259535079,891.449269124584,9962.5829971056,87.8709009964435,983.475965599823,625.61968814437,1312.64045840688,246.31471603264,1729.16474588364,169.12360505376,752.79483106608,447.17388867091,2485.84492028946,400.310016169076,1800.46569169512,210.106112386395,1544.3171880028,4081.25821346733,1392.74303638642,40764.4827953125,17427.6016808444,922.665310585151,7941.96813032537 -5685,220.754826307442,1552.33269297049,211.465887411524,1397.14680218004,244.402274550811,5536.20107364784,62.5315725443749,500.819427612156,1458.86113183659,13390.4178601589,443.131780537338,3934.46258707582,144.992124141636,3074.10347178094,620.848241896717,7470.92688586517,726.849548886082,9161.71799668235,71.454938232435,904.417002694803,515.379188594051,1207.12085555057,199.683912931886,1590.16188634949,138.084247650172,692.279698306281,365.467127344728,2286.01459579248,323.036920496869,1655.7311426971,170.853698653135,1420.17372181709,3258.33059576209,1120.55724556622,33125.5215480112,14234.1589743556,736.029307589294,6495.37968465226 -5686,169.525066591014,1421.75670702546,169.742189877268,1279.62442954,212.971238068194,5070.51809418409,50.2993687355573,458.692510594294,1282.70722931281,12264.0697376051,388.949220934227,3603.51141030961,127.207823749227,2815.52224525487,503.149780760629,6842.50254843894,570.624779557202,8391.07110778774,59.0271933496864,828.3410800739,374.092350948716,1105.58270165992,165.906024720805,1456.40386072615,106.910768246213,634.047912964511,287.083706191552,2093.72423749362,280.289803861994,1516.45769481019,137.768766449453,1300.71441726258,3110.82247589055,1003.1762242845,27253.5244228175,11162.3808470495,707.113870505429,5012.5362367745 -5687,141.848611120548,1332.17012485004,143.406092034253,1198.99377132387,183.980450358109,4751.01871452795,38.3583910039661,429.789749601116,1127.49465707934,11491.2961076838,362.197909733598,3376.4498677232,109.033846230605,2638.11283776281,400.447299098964,6411.34831944027,458.862177316364,7862.33973087701,44.9675961405269,776.146322790445,247.691199213922,1035.91861984863,140.990208973256,1364.63412016167,94.3943673327183,594.095799373439,254.896478977777,1961.7961814992,251.726294774591,1420.90389068861,126.449079996835,1218.75485382037,2905.82589402563,920.937788463948,22728.6283163165,8810.52530371876,682.545354952793,3915.96734369852 -5688,143.817879534241,1280.44884235864,145.279527238724,1152.44303850433,192.802103691326,4566.56120683262,38.5097722109504,413.103234390809,1184.12797510281,11045.1484565009,380.276637372084,3245.35976581432,114.706791845829,2535.68854766587,412.847559267247,6162.42879227564,472.272991410998,7557.08570462432,46.0542379517196,746.012571502318,244.736194907074,995.69925253522,142.710479515741,1311.65242847704,96.8378318124164,571.030129236297,260.470106842516,1885.62977256905,254.918694814419,1365.73753456596,131.100480809338,1171.43690027498,3097.13090916845,968.285497200986,23442.9420958105,8979.69790405281,729.345744011824,3978.37938164143 -5689,146.124578818645,1251.23268253344,147.786617515618,1126.14760295975,203.894933392413,4462.36541418807,38.7876589532679,403.677406727101,1255.56597034861,10793.1299361798,403.071869757507,3171.30999008597,121.943190033491,2477.83142801784,428.345290778114,6021.81989127896,488.312195506735,7384.65474412433,47.4762832213444,728.990710261483,232.691887088716,972.980259368487,150.584802732363,1281.72429256268,99.7120793742268,558.000864052974,267.288113217283,1842.60512450498,274.130667049905,1334.5753320873,136.809341674671,1144.70807943391,3361.78705425597,1036.50923912956,24402.2427934235,9180.44002891995,792.296617350881,4045.22150611851 -5690,168.735667414576,1258.08835585557,169.660630427568,1132.31791819061,240.493158574415,4486.81531863083,44.0741874464947,405.889209908615,1483.29655080968,10852.2669568144,476.075327412935,3188.68602701236,144.449520933101,2491.40780198482,500.608765511028,6054.81425799873,570.392775062981,7425.11626757165,55.0010549318949,732.984949090264,252.213744293599,978.311349980345,182.282124615652,1288.74703354563,116.212856817621,561.058226357213,310.427293062389,1852.70100752627,335.971318193669,1341.88765107342,160.593330899416,1150.98009002901,4035.09157336273,1236.87296756863,28590.0909295484,10633.6577274367,950.68262418334,4679.99603882483 -5691,230.663892964925,1296.18507283941,231.425213925246,1166.60612622009,309.475814737985,4622.68251154864,60.9251958913412,418.180116413485,1901.51906022439,11180.8891405924,610.626803833799,3285.24400607324,184.60809361427,2566.8511978972,663.19344121457,6238.16270415765,762.214790530862,7649.95942083768,73.5384857007025,755.180782975017,413.295536296801,1007.93601858873,249.137029354149,1327.77213919282,156.305037826227,578.047872880453,418.068208672221,1908.80344708142,448.180407416921,1382.52193071613,211.539166393931,1185.83341534579,5024.82578984335,1578.31735124143,37861.3243779271,14453.2109283635,1180.57159252651,6431.30732252674 -5692,326.222717470906,1409.43385015061,324.498959296168,1268.53348224863,405.926324167943,5026.57016100594,86.4606792422216,454.716864036986,2481.95771975203,12157.7728055542,797.560548875061,3572.27853119837,240.231150508939,2791.11914064156,903.636808932744,6783.19621342851,1048.77683736482,8318.34279374008,100.826386758872,821.161561579023,608.852854979412,1096.00023418955,337.137408925387,1443.78070499282,216.732128858997,628.552400515266,581.060549234272,2075.57720573598,598.408657678115,1503.3140317365,286.029673592107,1289.4406757569,6309.49727242435,2040.5465836353,51314.2881291719,20181.5812638704,1476.68098194049,9049.73283539312 -5693,361.130205829829,1634.36935834204,353.948528434347,1470.98230484285,429.414986588843,5828.77461601097,94.3191587930401,527.286405973587,2618.42897499546,14098.0659269383,841.732873800741,4142.38849892091,253.55855752899,3236.56168642399,979.970973137972,7865.74555568153,1150.36674963778,9645.89049200237,108.814220599766,952.213042385521,663.652193263762,1270.9139909643,360.388915070026,1674.19772425188,238.844330259122,728.86484413916,637.180717188943,2406.82440368917,635.090178766662,1743.23214187968,310.346020214646,1495.22613610545,6506.46276451447,2142.11312510227,55339.241360555,22145.7098861882,1519.54703138036,9978.61203900977 -5694,331.273575771682,1802.14532659961,320.104746271409,1621.9857969391,393.44411854809,6427.12669595232,84.4487560234176,581.414921574867,2400.20541449001,15545.3010022769,771.531893542069,4567.62483718076,233.145863501734,3568.8104941941,899.856613803093,8673.20261545587,1064.06467917576,10636.0880925275,98.7221364766761,1049.96234511093,618.386817010413,1401.37949701272,318.999881407432,1846.06226809399,220.99704452188,803.686367395323,584.770748214281,2653.89664148768,551.02423753699,1922.1834046458,286.847816123853,1648.7183754629,5947.39855530742,1953.43880943422,50546.1902986268,20289.2583076603,1392.96187576892,9167.9245579771 -5695,310.631755589445,1899.42646174202,300.792883661953,1709.54178766979,365.667546699305,6774.06773975045,79.6049969038564,612.800128264199,2229.10815205241,16384.4478265152,716.607163525127,4814.18859788704,216.312478217348,3761.45751930303,839.993399238463,9141.3884955279,993.289189168759,11210.231979729,92.4585471639583,1106.64008762236,563.720484015666,1477.02699681338,289.25576517365,1945.71407215944,206.471869712032,847.069950819322,547.205196233914,2797.15594140314,500.856787531506,2025.94428385785,267.240082397812,1737.71741051732,5483.57910857134,1804.68831189895,47076.7894435608,18968.894850964,1284.07265963697,8554.70771627264 -5696,287.10010823173,1925.28710298772,276.494680363529,1732.81715407956,333.205351648104,6866.29649359811,73.2214600855961,621.143385869353,2029.49922144976,16607.5216521066,652.514268913606,4879.73364884148,197.019003161427,3812.66966435149,771.579284954881,9265.84825911021,915.937703251499,11362.8589928553,84.7273201987899,1121.70696326643,551.801336162046,1497.13668047008,276.969720670069,1972.20491800175,190.664344896132,858.602785887893,504.329909572983,2835.23914586822,477.050837110423,2053.52746191918,245.606736420471,1761.37638729001,4968.83320762278,1650.86498502669,43316.5954409857,17535.6561586381,1161.63771506934,7945.71460576564 -5697,269.554630201919,1976.22735805477,259.538260571552,1778.66493837957,309.057234460457,7047.96856432828,68.8927240569429,637.57792306658,1880.69966606049,17046.9321627141,604.749760792368,5008.84419881893,182.452086090399,3913.54727626042,720.270428375187,9511.00892787445,857.266363699839,11663.5034704965,79.2354858111041,1151.38567390164,514.777666369467,1536.74870729716,251.734443743445,2024.38654920449,178.675331476083,881.32014832518,472.272796881389,2910.25538892229,431.29828310113,2107.86076760383,229.194616659355,1807.97980674802,4558.0804720283,1520.7423688261,40331.4237063537,16422.134026419,1065.72108128281,7441.36393434174 -5698,253.15374317982,2019.93589194856,244.152135991229,1818.0039529054,287.004925548505,7203.84960282353,64.972089681491,651.679335106396,1744.98119398295,17423.9618648798,561.176896518561,5119.6256003315,169.161809281303,4000.10382203041,672.845514904665,9721.36542071105,800.698238239814,11921.4670265027,74.2581547067731,1176.85105345295,492.632071399791,1570.73722217394,244.953190905087,2069.16022756665,167.0514837518,900.812445816835,442.466623456062,2974.62196890503,422.163311984011,2154.48065849274,213.566661152425,1847.96718286668,4217.22585043303,1418.55636842763,37776.805921405,15418.5821196032,983.556738833661,7000.99191847054 -5699,244.897291607289,1994.0463245926,235.639474847739,1794.70255211354,274.129966142348,7111.51768760884,62.7711992589246,643.326745250463,1665.21562540322,17200.6385227349,535.591258984087,5054.00723474603,161.394296850349,3948.834394251,647.199732279778,9596.76644415213,770.969314145319,11768.6692942604,71.4306662674635,1161.76732493575,486.664652148114,1550.60504507164,224.19347684176,2042.63975070627,161.033438039613,889.266710833847,426.934828630788,2936.49616692811,379.614110956845,2126.86662759825,205.078374687787,1824.28174262913,3966.99777756993,1338.74352354242,36147.542533168,14864.3035858516,926.750452200652,6752.30243785114 -5700,234.895603866993,1963.75986782271,225.432555971991,1767.44381665237,259.440779405622,7003.50481430806,60.2156679020104,633.555614350119,1574.30120329932,16939.3876236918,506.42551050176,4977.24473944084,152.443334909794,3888.85775243583,616.886993045112,9451.006514477,736.767608232195,11589.921544309,68.0863949256578,1144.12188940629,444.689469406101,1527.05377041691,207.107238970425,2011.61523550657,154.09820801714,875.760135052526,408.344238391217,2891.89536547341,351.930511107788,2094.56283737149,195.348640226036,1796.57374535102,3712.74003212458,1258.53293368181,34357.3080244303,14202.4408177852,866.780226417472,6442.39161220947 -5701,227.482729471239,1927.42769407121,218.50403250956,1734.74375138735,252.728503166735,6873.93064490364,58.3310413177766,621.833991437372,1534.22340985614,16625.9863853468,493.503890959188,4885.15908088343,148.584453909935,3816.90870312921,598.984888776682,9276.15030296311,714.662521413152,11375.492555198,66.0974151324286,1122.95411020889,437.136325367952,1498.80124126416,197.174087796313,1974.39767369816,149.39105093331,859.557405832563,395.923389841012,2838.39144851741,332.059782111195,2055.81063442257,189.741576550373,1763.33473759706,3619.51899952805,1222.21444051797,33322.2591696918,13764.2179461449,846.40184808093,6241.72130890555 -5702,226.582452982071,1895.28991854409,217.897907449936,1705.81877254085,248.836996367335,6759.31527399532,58.2384124036708,611.465581097818,1509.34031194192,16348.7660154139,485.556377714223,4803.70432829341,146.138844245432,3753.26587207203,593.559126528186,9121.48051321717,709.667074138804,11185.818500304,65.6815802381004,1104.23006300745,417.352380246295,1473.81034899895,185.928487693824,1941.47672447979,148.510945387065,845.22521425604,393.44767053615,2791.06433606014,312.699807055782,2021.53221199533,187.917813814228,1733.93303492858,3524.66696073685,1192.91774818468,32878.9889206316,13652.6741981102,824.487323067875,6178.89188222895 -5703,230.523754813093,1845.79600546696,222.030198038072,1661.27274017536,251.163759155794,6582.8014017066,59.5010944592897,595.497668207871,1522.18550592933,15921.8316471318,489.745607112111,4678.25960231956,147.14315230389,3655.25246894563,601.354678874405,8883.28066883524,719.142834593038,10893.7101937417,66.7288237579401,1075.3940172812,424.129599222897,1435.32302281639,190.553794554493,1890.77668154574,150.616323694752,823.152863806819,399.539185934357,2718.17802231468,321.355103601199,1968.74158687558,190.055967726323,1688.65282208482,3533.90983132755,1202.64937200004,33351.6376697927,13885.730061261,825.546623712743,6288.34272497164 -5704,240.695540490562,1841.0230682019,231.369224343584,1656.97695096271,259.03941678891,6565.77931582837,62.1627561546735,593.957805187563,1568.68589636621,15880.6603024265,504.761841353629,4666.16236106135,151.70504894467,3645.80056273791,624.713669785187,8860.30990651115,747.565095048237,10865.5407778449,69.3286956044091,1072.61321801383,444.639904092989,1431.6115039255,198.894358338798,1885.88743134878,156.72706631704,821.024320367092,416.224095263307,2711.14924278684,335.252182151023,1963.6507317337,197.088467343383,1684.28623230003,3619.05242159833,1239.2147446623,34602.3261611459,14462.1694174901,844.576801228545,6556.92421691391 -5705,258.955062305207,1830.00192276566,249.592799354396,1647.05758369543,279.139187891844,6526.47377425652,67.1563142827448,590.402121683635,1690.22559885236,15785.5919299332,543.878216880712,4638.22873279859,163.252731730184,3623.97525325242,672.169707649566,8807.26833100003,804.402084597378,10800.4950392965,74.7628947476116,1066.19210006222,482.705509526322,1423.0412698717,216.45225940058,1874.59770879384,168.640463110459,816.10932033383,447.818610162517,2694.91915277864,365.248310777618,1951.89548505907,212.080523398665,1674.2033800843,3899.07492869742,1336.16200156905,37305.9568751459,15585.885235251,909.545321537235,7068.12506018033 -5706,272.205672866124,1818.19975271099,259.854623329732,1636.43527043401,283.354293238324,6484.38280572643,69.9971511330779,586.59446107188,1711.60700205069,15683.7864410684,550.944523427723,4608.31555971611,165.397978920524,3600.6032711355,696.353211252764,8750.46791059255,839.4128932316,10730.8397686967,77.2178610562774,1059.31594309247,514.811541032846,1413.86369751349,227.761701079407,1862.50792863129,176.547036490726,810.846013852039,467.695830938007,2677.53890102644,383.217660629561,1939.30719093925,219.593540565087,1663.40599634822,3870.35036850264,1352.42974589016,38556.300786469,16300.5625868106,900.034887040812,7422.68907098481 -5707,276.39128921569,1791.61593906738,263.229296324842,1612.50902679428,283.497563705001,6389.57494765458,70.8954002055359,578.017890860461,1710.50931577105,15454.4745322124,550.679678528429,4540.93759320401,165.233317576411,3547.95901891748,702.606944459659,8622.52772806707,849.155007321197,10573.9446617508,77.9274214985436,1043.82773417654,541.227931854201,1393.19166244356,227.725713324165,1835.27628721748,178.839267717164,798.990672163772,473.562566297619,2638.39072984102,378.192406383897,1910.95267109907,221.404813965922,1639.08541498489,3816.35734989279,1345.08905364883,38829.8687530289,16525.2638478175,887.346550609785,7541.87979491824 -5708,258.714895292118,1710.12888662626,244.730111334011,1539.16819254352,256.408895406282,6098.96153130653,65.9981803671212,551.728230695364,1542.83198770728,14751.5674251726,496.888927861029,4334.40470201871,148.90932637477,3386.58920950176,648.204074803366,8230.35418583025,789.171983222738,10093.0159289946,71.8406523916071,996.351908884088,531.26357265492,1329.82591558759,215.731022881181,1751.80345590394,166.737558906444,762.650632212763,440.459779704207,2518.3902994616,353.849209394596,1824.03789370353,204.154945238003,1564.535821931,3356.04223238425,1211.13128731321,35800.8467782499,15428.5943332341,777.884188387571,7082.77464751225 -5709,211.686635114647,1583.94978728925,199.343352581485,1425.60315204739,206.256416098465,5648.95949992194,53.8056732136244,511.019853816661,1239.51794790804,13663.1468353132,399.272540268233,4014.59764786051,119.688611590524,3136.71519145488,526.835536821243,7623.09078801621,642.341629122768,9348.31904124888,58.2987896802608,922.837691640664,449.492286416197,1231.70685706746,176.639174905863,1622.54946574564,135.901377769053,706.379686418001,359.341462066809,2332.57493650845,286.550248487683,1689.45420215609,165.605728143749,1449.09907185002,2660.67539191053,971.180601406922,29048.0386192879,12596.65209796,616.136988026215,5800.54931422793 -5710,164.372113371584,1452.33243050979,162.249169796063,1307.14351387284,184.909228397394,5179.562601169,43.8111382063804,468.556965812943,1122.42349743514,12527.815850591,361.047029237268,3681.00706614849,108.124588811228,2876.0717254926,434.061547369274,6989.65463488812,511.259020945652,8571.52608201879,48.9563090567407,846.155047604282,334.352665101666,1129.35891513441,142.375003765756,1487.72469185502,106.725629770865,647.68349039265,286.455019611718,2138.7510223308,238.989553442174,1549.07001935425,136.182441829965,1328.68705432333,2642.18439687569,888.967282743622,24253.3359099766,9989.10338702599,618.149980734371,4515.08536690609 -5711,122.005974741219,1351.66684787171,138.241200568745,1216.54141709985,180.300253327602,4820.55134720003,37.3861713794786,436.079855909023,942.423938767421,11659.4747908656,292.525603392412,3425.86525892555,89.722635438332,2676.7224374966,359.515099905241,6505.18039092111,407.872451199586,7977.40751176756,40.4442650028838,787.50546498817,282.955776080827,1051.0796101962,149.997964966341,1384.60596382518,81.9642743485553,602.790575688157,248.825332666365,1990.50767717245,268.986624783859,1441.69925989889,112.095012041983,1236.59170916865,2600.03900575345,821.939415541326,20373.2801399481,7864.98660397643,591.435298723641,3558.68094391573 -5712,123.610728173518,1296.8503902109,139.997500270627,1167.20493216047,188.910855168398,4625.05528303184,37.5226947189808,418.394763612939,989.259768613668,11186.6281665461,306.90568973767,3286.93028525714,94.3392576991116,2568.1687340483,370.423555203739,6241.36468364359,419.507269448475,7653.88605986514,41.3977333509368,755.568408865834,279.576605550089,1008.45338092885,156.555926363596,1328.4536698539,84.031745726338,578.34457841999,254.189138066897,1909.78321464602,283.264061693647,1383.23156383584,116.136074518243,1186.44209043968,2781.15200465993,868.231107348514,21044.1175166325,8014.58154068594,633.395235457412,3617.34817840821 -5713,125.477792568979,1268.90701290815,142.351032883636,1142.05503973249,199.735281573021,4525.39871061964,37.7797253861648,409.379565846579,1048.29734964292,10945.5886650254,325.018843262515,3216.10643863451,100.226255088002,2512.83212124057,384.042544241351,6106.8813156656,433.378798995418,7488.96693918823,42.6463303243736,739.288093660358,265.795298617271,986.724125551171,164.73090456168,1299.82933322559,86.4543701550971,565.882924486907,260.743519072203,1868.63290668749,301.31868044066,1353.42692193026,121.085861059246,1160.87769285668,3013.85332576344,927.124228498441,21891.9206770644,8189.05862536822,687.34372554369,3683.13231446525 -5714,144.816167444113,1273.30389951617,163.370999991047,1146.01237187641,235.555090757349,4541.0796586988,42.9171444975197,410.798105985737,1237.97569405496,10983.5161977198,383.683308661273,3227.25056124252,118.682878485258,2521.53932971976,448.643088494416,6128.0422552778,505.990108469144,7514.91694033716,49.3823466190972,741.849799037836,288.068567161363,990.143220921688,194.212260517652,1304.33336869063,100.716181333282,567.843764033915,302.760222940799,1875.10790203321,357.25488888298,1358.11667826973,142.069626226216,1164.90024733022,3606.72247751545,1100.82455955952,25601.9406250414,9475.71812594804,823.213996872094,4256.35827741938 -5715,198.240850214164,1307.75582840017,222.993650596861,1177.02015937402,303.218769049857,4663.94816912865,59.3582989783753,421.913117208495,1588.43266961484,11280.6984486215,492.741599949917,3314.57064788408,151.821183935085,2589.76490705344,595.010380819114,6293.84939374428,677.068931762978,7718.24890538969,66.0947632156432,761.922113690116,472.119127729288,1016.93363901837,252.56172918236,1339.62486546233,135.637565077019,583.20797754426,407.97526146305,1925.84291047481,456.848231099491,1394.86339618499,187.397194094789,1196.41908622895,4482.24337356244,1398.66416361522,33830.2246806684,12875.7990375417,1021.02512718845,5808.52027563224 -5716,280.814029968949,1419.44255647449,312.903996556029,1277.5416234143,397.88313540991,5062.26496466947,84.285496193515,457.945910616343,2075.67203100622,12244.10788084,644.631661599598,3597.64608336978,197.813818686687,2810.93950453494,811.838043864698,6831.36521322242,933.126344934368,8377.41321418937,90.728451622359,826.992814257835,695.551728382838,1103.78317801038,336.050993723735,1454.03331604711,188.361528837882,633.015892282015,567.415811349794,2090.31634564136,594.773889613215,1513.98940231498,253.817485821219,1298.59728359936,5611.65224992851,1804.34181097916,45841.4039476104,18003.723558073,1274.7828398165,8186.17216966905 -5717,311.127560491279,1635.96033649509,341.416934254361,1472.4142337386,421.002512344986,5834.44864130141,91.9684940660751,527.799693345272,2191.20045359811,14111.7897004388,680.949575279835,4146.42091030308,208.948244503858,3239.71231997438,881.09789518079,7873.40247195489,1024.52729253037,9655.28029178122,97.9723847617125,953.139974929719,758.168219607703,1272.15116320062,360.891501850635,1675.82747335944,207.770682301688,729.574358201961,622.449541868589,2409.16732882109,629.630370793711,1744.92909259603,275.690411570246,1496.68166517804,5779.57959228892,1895.01062213816,49473.7925873439,19779.824634285,1310.74849987401,9054.64361513142 -5718,285.393142551881,1793.72760123469,308.740307256499,1614.40958719458,385.721336600394,6397.10592758615,82.3348333038356,578.699163272447,2008.36419683841,15472.6897246953,624.061770344921,4546.28970350323,192.119425220185,3552.14076940768,809.035706378841,8632.69054543934,947.730336636251,10586.4074884173,88.8705984500077,1045.05802661109,706.489209604387,1394.83372761013,333.326450445257,1837.43940902154,192.2574507278,799.932390942701,571.240868179865,2641.5004308463,580.947179305334,1913.20498777649,254.835168576852,1641.01729926006,5320.01609024331,1744.14943927374,45308.4367792409,18129.7993645884,1206.84770415229,8318.45484597049 -5719,267.659521109046,1880.79754447549,290.144670825094,1692.7751935596,358.512129256862,6707.63002814462,77.6191898393666,606.78999672171,1865.52168227262,16223.7548335693,579.777391291422,4766.97270250919,178.279424083708,3724.56644595007,755.343617424275,9051.73292137725,884.850681058564,11100.2859047978,83.2470141849172,1095.78654469697,644.033931345339,1462.5408272889,309.953854589362,1926.63118203199,179.650893077715,838.762181947709,534.587969711801,2769.72240414148,538.759757533053,2006.07452358507,237.462201761315,1720.67447965099,4908.27324758821,1615.88613007759,42262.3999802685,16968.2627181187,1112.93736955766,7795.30161262479 -5720,247.44543084863,1914.55522707184,266.732738323611,1723.15813820934,326.708289564936,6828.02259571732,71.4000823573247,617.681027588982,1698.80782301328,16514.94851776,528.070947689426,4852.53318822412,162.41800580853,3791.41719884514,693.987546270679,9214.19885387717,816.189588378396,11299.5204951467,76.298837153802,1115.45437895052,630.426027777831,1488.79138741795,283.946070303871,1961.21151425026,165.94296045202,853.816788752774,492.756228889389,2819.43504337457,491.284539884428,2042.08075255465,218.311949995531,1751.55817742394,4434.81952243439,1469.87676647773,38794.8428440339,15671.202686717,1005.04038938511,7204.39578891444 -5721,232.377448083259,1958.87122331068,250.404412238641,1763.04388738598,303.054131467849,6986.0700729548,67.1852826303824,631.978421421439,1574.59103850607,16897.2181885686,489.564182152611,4964.85423254682,150.444462393535,3879.17670974777,647.981546295822,9427.47888674248,764.11088368659,11561.0692353883,71.3677907180454,1141.2736770116,588.136265659422,1523.25227556174,264.211897086104,2006.60745836309,155.546536176484,873.579990703807,461.482673769487,2884.69619176617,455.253226028243,2089.34856790413,203.783895806459,1792.10129913976,4075.72939292943,1359.17354831677,36176.3755898448,14688.8159352128,923.11860814298,6764.65474148221 -5722,218.28544853143,1993.81491009868,235.58762638463,1794.49427200605,281.450666991579,7110.69237665876,63.3677681300987,643.252085433719,1461.26188859135,17198.6423418991,454.422362213323,5053.42070347439,139.516529928404,3948.37612129033,605.44108722724,9595.65271333129,713.84051391896,11767.3035082126,66.8984361685114,1161.6324986811,562.827482439512,1550.42509314307,245.630601951753,2042.40269681323,145.455583576545,889.163509015863,432.399091633896,2936.1553785693,421.828141770166,2126.61979894729,189.933368348021,1824.07002977621,3751.46017251675,1258.07134458362,33796.9223163237,13781.0251829218,849.189195802525,6346.62797321548 -5723,211.214381798451,1969.97914988361,227.397293287217,1773.04136032493,268.844863686007,7025.68510863466,61.2260042305037,635.56210258296,1394.75771679578,16993.0351349262,433.832593322872,4993.00781181437,133.142359677853,3901.17387298266,582.493354191513,9480.93811468742,687.503586649818,11626.6271478448,64.3629305839166,1147.7453552174,556.035721055252,1531.88999213424,235.239492108251,2017.9860768465,140.246796950764,878.533691731645,417.263566558477,2901.05407844194,402.414875823146,2101.19637607108,182.434127601451,1802.26354431709,3550.5397472686,1198.12829552373,32432.8165438911,13299.4743483469,803.233074617917,6133.00631493873 -5724,202.638829461433,1944.40777815826,217.572281785993,1750.02634531222,254.461535757212,6934.48799847805,58.7387343596842,627.312170201364,1318.94067997092,16772.4565474813,410.354017674079,4928.19592850534,125.792383238464,3850.53457191332,555.347179863031,9357.87052138318,657.193557202373,11475.7073755583,61.3619333234698,1132.84701320903,508.073442237849,1512.00524947921,223.366071918568,1991.79154980764,134.242107024971,867.129859561217,399.139172113021,2863.39686149141,380.320043597889,2073.92173531985,173.835128635268,1778.86920989405,3323.2777860708,1129.46986244149,30876.776934654,12723.1149499114,751.282676757057,5882.3957180461 -5725,196.223540136361,1907.4681392558,210.875030966397,1716.77954287099,247.86930267643,6802.74738032448,56.8982387792934,615.394564590722,1285.23516430271,16453.8153162896,399.827111852986,4834.57062002608,122.594150808191,3777.38255191749,539.175781175089,9180.09075633655,637.39999035479,11257.6931856516,59.5642493023343,1111.32531386709,499.453687983542,1483.28034487752,217.242104725725,1953.95171937426,130.127311951473,850.656224630551,386.980086049535,2808.99837199447,370.614057363808,2034.52160491756,168.822830112972,1745.07445397592,3251.62264158536,1101.77926094652,29981.9749794348,12331.9379628665,735.297938953715,5697.62446134856 -5726,195.486741161002,1874.43362905737,210.313197086769,1687.04747545121,244.069557015467,6684.93391697596,56.8125618902321,604.736846329717,1264.63825935836,16168.8597153635,393.497315963214,4750.84304986882,120.603433459829,3711.96390619197,534.399186960619,9021.1052427798,633.093341231284,11062.7266891222,59.2010382050487,1092.0788128854,476.851898308071,1457.5921361617,214.591978875894,1920.11218272748,129.388473450167,835.924124445181,384.595827250462,2760.35069948171,364.683959488095,1999.28671772684,167.244611953441,1714.8523607936,3173.95812745092,1081.78449886105,29659.5074517797,12250.3178441046,717.315108924956,5672.90376604968 -5727,198.920066467146,1822.24951757814,214.321382931511,1640.08018241669,246.368799328527,6498.82578738047,58.0486552222282,587.901011485922,1275.65079457364,15718.7197025092,397.002252541095,4618.57988541666,121.454980021787,3608.62307017367,541.507123018613,8769.95825397347,641.657580819111,10754.7410907739,60.1548202945291,1061.67540908797,484.592651887987,1417.01286499115,216.613384713194,1866.65638325676,131.243453773739,812.65205067207,390.579781169587,2683.50271383393,367.062885566964,1943.62670430227,169.180800515162,1667.11098154238,3175.75053073973,1087.81391528067,30062.8362429511,12458.3471859756,717.315108924956,5771.66903862014 -5728,207.738683506519,1798.4716123895,223.35674216054,1618.67934202514,254.110653565838,6414.02485209735,60.6498236223087,580.229694041975,1314.86257784949,15513.611552847,409.281626651128,4558.31363013041,125.249295045431,3561.53539288446,562.654076947151,8655.52209478684,667.160640725244,10614.4061851981,62.5088772011948,1047.82197300532,508.027831515573,1398.52275305542,224.08495579757,1842.29902820044,136.594902396285,802.048034468011,406.927634976461,2648.48661286231,378.354822520292,1918.2649900852,175.483891411939,1645.35742558,3248.35823211687,1119.4011239416,31178.6605814439,12976.4109235564,733.299846728298,6017.45706786852 -5729,223.49721179729,1788.05793210423,240.951849005543,1609.30671193406,273.830407642028,6376.88575927464,65.522670463066,576.869993235941,1416.77193549925,15423.7831732005,441.014431182211,4531.91965178948,134.78259275557,3540.91305408818,605.393497041858,8605.40407280846,717.882272251494,10552.9456474453,67.4098390613435,1041.75477519826,551.519020240006,1390.42489445056,241.139128325035,1831.63157427045,146.977561119124,797.403940145452,437.815726056366,2633.15109539505,407.171434502027,1907.15767086394,188.831861022913,1635.83032152845,3496.41401771929,1204.97870743303,33594.1404356577,13981.0188316028,789.246429039993,6480.19372583844 -5730,235.06636954575,1772.78453341719,250.919973507543,1595.56018695869,278.021064910618,6322.4150864657,68.3064654646553,571.942431752007,1435.51171445354,15292.0348749843,447.104000382825,4493.20848118556,136.647590011533,3510.66695533479,627.538632725044,8531.89763607217,749.640916403471,10462.8035198877,69.6543295516113,1032.85621786963,588.206257180685,1378.54803443611,247.72750390782,1815.98597421505,153.964115587704,790.592601388591,457.368488174718,2610.65900173237,413.363270539899,1890.86693500849,195.6759238409,1621.85723473051,3458.34562561109,1215.1918114446,34687.0233544725,14626.0761367548,779.255967912905,6804.38752618352 -5731,238.738879090078,1767.80910776847,254.207788268305,1591.08215202064,278.188048131355,6304.67085100443,69.18857841702,570.337241165734,1434.97955678108,15249.1168659968,447.059930572148,4480.59802328673,136.554030174993,3500.81405889733,633.335515474842,8507.95235590383,758.561588321244,10433.4390370591,70.3091832260785,1029.95744522075,618.405873069495,1374.67905706225,248.925463924471,1810.8893011431,156.004055860092,788.373756045296,463.158156279081,2603.33203135756,413.211303700787,1885.56010404883,197.356817160965,1617.30539555765,3417.00780112728,1211.56605983011,34950.4241947326,14830.1606605182,769.265506785816,6906.58566417326 -5732,223.593755221427,1714.00508922002,236.403320983877,1542.65689318289,251.66368942067,6112.78552474456,64.421155697117,552.978785794221,1295.15082899179,14785.0035388846,403.759802920246,4344.22912570967,123.155152214666,3394.26530104114,584.641088541552,8249.00922434352,705.459357409084,10115.8929032558,64.8483624321975,998.610254371213,607.033514548473,1332.84011802787,227.679105520053,1755.77411867248,145.536801233152,764.379267043643,430.894526548218,2524.09851893395,373.213819567629,1828.17228408193,182.127138333713,1568.08202120196,2997.54345184724,1086.81984818826,32175.1276781606,13841.2336980483,673.357079965767,6464.00066087079 -5733,182.995770637349,1589.21447965242,192.582561614902,1430.3415358571,202.460105993239,5667.73536906735,52.5242909026077,512.718368721238,1040.83629050134,13708.5600582435,324.573830616618,4027.94126629302,99.0238666426326,3147.1409263149,475.304760684485,7648.4282249586,574.373158799547,9379.39074835715,52.6356987022207,925.904996290473,513.609126770014,1235.80077326108,184.032971282743,1627.94245474675,118.652664264268,708.727533408114,351.57991497676,2340.32789026575,299.982826573856,1695.06956743305,147.789120025416,1453.91555080551,2377.38341851087,871.18278090992,26093.2382131237,11297.8181580876,533.490624186527,5280.8275881718 -5734,141.768859774466,1445.21641658349,156.596628153573,1300.73888415241,181.355245540452,5154.18422440912,42.7391027575074,466.261170563904,940.284456350475,12466.4331325671,292.521288853282,3662.97118331943,89.2003813897762,2861.97979583401,390.676108032993,6955.4073243709,455.853763120279,8529.52805340775,44.1235421584288,842.00912964771,382.025355435244,1123.82537914839,156.422028926539,1480.43526596096,92.9387300344818,644.51002635601,279.969861351547,2128.27175343886,268.113138828678,1541.480018884,121.128809557851,1322.17686741045,2376.93579846177,801.827292518802,21816.7757356267,8945.81726016808,537.486808637363,4110.90633364456 -5735,99.5146740592313,1347.0096206595,109.259122265507,1212.34977046635,158.449127406613,4803.94192680377,32.9847958623896,434.577323702341,902.803088016269,11619.301560782,270.501696356583,3414.06129041487,88.0131734490242,2667.49967332579,319.877608249592,6482.76650751146,358.478833542377,7949.92100545491,39.1250832621602,784.792080482901,248.226871453513,1047.45806945152,136.347210318963,1379.83524344904,73.3796998797644,600.713634408748,223.289077009261,1983.64929595608,237.077397257666,1436.7318220753,95.40739747273,1232.33097837733,2436.79963345525,754.029299043424,18525.0233548916,7132.98913737966,536.867946938438,3199.31828677246 -5736,99.7487513049161,1291.70140228879,108.603699327733,1162.57068587911,159.584806915532,4606.69205935455,32.5826997250933,416.733577711482,947.752983443383,11142.2130098299,283.797701406457,3273.87992534873,92.551160569857,2557.97213011204,329.544453693778,6216.5840986076,368.617549787804,7623.49722922057,40.0537392610599,752.568515708578,245.265450582381,1004.44943851759,138.010569881602,1323.17920492503,74.2050230221653,576.048331087544,228.064171924228,1902.20065093606,240.083363647971,1377.73960989155,98.8069572537355,1181.73146534362,2565.84515819616,788.278534012362,18987.7107649005,7244.73427483859,569.993938176473,3244.18061032757 -5737,100.476414761187,1262.48524246359,110.831537843907,1136.27525033452,171.346538407854,4502.49626670999,33.0604714138626,407.307750047774,1004.42029392613,10890.1944895088,300.545225490142,3199.83014962037,98.3382421751311,2500.11501046401,341.610785256999,6075.97519761093,380.691743489828,7451.06626872058,41.2696194115256,735.546654467743,233.194928450026,981.730445350862,145.61450241213,1293.25106901067,75.3218586423489,563.019065904221,233.895667889338,1859.17600287199,258.149385759073,1346.57740741289,102.966048177406,1155.00264450255,2801.17767882406,844.883207654581,19783.1756879964,7399.90970096804,621.079332659966,3291.62760998212 -5738,116.329310731656,1264.7704669043,128.263390099674,1138.33202207814,208.352571454172,4510.64623485758,37.8530770298763,408.045017774945,1186.2356185599,10909.9068297203,354.791008354632,3205.62216192917,116.454707801498,2504.640468453,399.040977262878,6086.97331985085,444.40359024404,7464.55344320302,47.7943104767326,736.87806741067,252.758795055187,983.507475554815,176.256706390355,1295.59198267166,88.7828123548087,564.0381866723,271.55318766495,1862.54129721242,316.362850694969,1349.01484707493,120.777310833457,1157.09331470092,3396.47863874765,1012.26685710466,23270.0873545438,8579.9819202952,749.25912174222,3805.70254814865 -5739,171.505545669854,1301.21835070866,188.136334734624,1171.13622992231,280.684492979294,4640.63306974397,56.3893785974837,419.803971501317,1521.81256564808,11224.306182687,455.640932440073,3298.00109323412,148.944951202876,2576.81865979654,529.340546197376,6262.38641027919,594.939184721559,7679.66534189815,63.9511601831524,758.113261370175,414.18921523415,1011.84998285377,240.925370676577,1332.92807430088,127.71769379082,580.292518052581,366.038728614292,1916.2156124799,422.080856511098,1387.89046734213,159.436902241624,1190.43818144836,4257.95495671987,1300.03724702479,31215.0768643371,11805.1246129918,933.726605529845,5294.05865837598 -5740,241.163862917351,1409.28921679339,263.437737871339,1268.4033078128,376.714609332272,5026.05434416387,79.596526081211,454.670201877833,1988.22367582242,12156.5251985828,596.101255026255,3571.91195093152,194.021330160026,2790.83272143028,722.429240808069,6782.50013504149,820.396016465237,8317.48918160026,87.7574716970561,821.077295578559,610.169706923206,1095.88776477967,326.042589476582,1443.63254702823,177.504226024682,628.487899691857,509.280251536013,2075.36421404474,563.604105585508,1503.15976457785,216.156154290114,1289.30835586559,5398.214734459,1688.60161926357,42438.433050153,16504.1849717769,1174.03897035567,7452.49465096853 -5741,261.265270567978,1615.45117155516,280.9302282642,1453.9553593356,398.450779402678,5761.30526071408,84.4222630076927,521.18294920754,2098.65349320866,13934.8776958459,629.688968819191,4094.43943589766,204.913339900736,3199.0977690919,784.179392350173,7774.69781125281,901.063578363304,9534.23717623131,94.7494266782408,941.190965824426,665.087671587733,1256.20288043815,348.538780628798,1654.81851532098,192.401451759518,720.428072369404,558.790177983581,2378.96487891295,598.177185123326,1723.05384429679,234.926465110475,1477.91856288947,5589.30232246894,1774.6631516705,45680.1835494038,18064.2076050891,1210.84340418093,8195.19475741481 -5742,238.970405571872,1775.30117235181,247.023442257806,1597.8252388098,342.379380892832,6331.39036556337,73.4006342611367,572.754359295923,1923.57563172159,15313.7433960316,577.082953137557,4499.58702476599,188.41084317157,3515.65068628446,720.038508376959,8544.00948913294,833.54088443378,10477.656480418,85.9510682644932,1034.32245706721,619.724633635151,1380.50501656863,308.53460696745,1818.56394176908,176.74385670365,791.714923974655,512.813584867176,2614.36508443162,519.058481704967,1893.5512033215,217.16408341705,1624.15961778179,4991.35695637631,1603.94362409449,41362.8809920757,16495.6021568246,1096.1134298176,7529.25438859194 -5743,216.576840019889,1875.21465367581,226.463171513336,1687.75042144534,312.60334293134,6687.7193439342,67.6532143662425,604.988823437544,1786.71020251493,16175.5968317351,536.133175322942,4752.82259468853,174.832364666036,3713.5105788234,672.275161815266,9024.86408767616,778.285481351325,11067.3362211736,80.5082902613481,1092.53385190355,564.940031421347,1458.1994744661,279.763687924509,1920.91224033509,159.563268722505,836.27243089371,479.931160006531,2761.50086122572,471.794536530152,2000.11976517203,202.381780151164,1715.56689231396,4592.18004201697,1478.42953505814,38337.51596117,15356.0959230067,1009.3021444822,6995.68443555939 -5744,209.656249526216,1909.26160579251,218.223653054511,1718.39371749214,297.782907447083,6809.14355519796,65.173208363676,615.973179528372,1626.98358936775,16469.2857540724,488.320018961971,4839.11624804886,159.270447248574,3780.93417569761,617.69504202743,9188.72219045415,717.968233613392,11268.2780523623,73.785332191876,1112.3702197928,552.995168049843,1484.67497559682,267.886260369129,1955.7888913568,154.250961009284,851.456040596919,442.40357832907,2811.63948797337,449.384081827881,2036.43453145171,186.09568990077,1746.71523243657,4201.2026881651,1360.65585682139,35619.044286854,14302.6287716025,917.728871597969,6541.31647034377 -5745,193.046538052422,1951.58164711099,200.864748436911,1756.48304632223,269.643087540382,6960.07270797891,60.1252970677753,629.626630857215,1507.96281946713,16834.338322816,452.712831074662,4946.37844770817,147.52261071599,3864.74107259038,576.771435681227,9392.39627135762,672.218534569045,11518.0468589614,69.0129209982022,1137.02663854665,515.891466710658,1517.58377453833,243.483513940998,1999.14024061211,141.520327702,870.329124678016,414.349473856707,2873.96132953909,406.297819225291,2081.57344444925,173.740619536327,1785.43232630368,3829.98286689877,1249.53372886619,33012.9333753212,13353.3225963208,839.162599765491,6111.5654733638 -5746,186.081830769144,2000.84414288829,195.175276334205,1800.82079605483,264.459173151766,7135.76125931063,58.6005428032841,645.519883025165,1399.3796214252,17259.2764860587,420.217114830915,5071.23663529866,136.801353002535,3962.29619719953,538.927571446532,9629.48237141468,628.039532591373,11808.7893629157,64.6874210108427,1165.72785638348,493.697901459044,1555.8911466104,236.919186564435,2049.60322677882,136.271196241931,892.298272057927,388.256943197153,2946.50685079367,397.678333680118,2134.11723792524,161.953669998801,1830.5008237275,3605.27663527197,1174.78751837857,31207.1054604151,12604.3940743595,781.69490227903,5769.62088920052 -5747,177.265439473719,1985.07898910316,184.316867048117,1786.63167648239,238.506656324143,7079.5368032345,55.5757733923542,640.433669656962,1335.64347065712,17123.2863096174,401.178002695094,5031.27908752043,130.545442388799,3931.07626979383,518.523185746797,9553.60926006009,604.918991653508,11715.7449441466,62.2326243719074,1156.54279367242,487.71776608342,1543.63188929322,216.85490912645,2033.45388791927,128.639797238663,885.26762975068,374.687799889635,2923.29058290154,357.634960311069,2117.3019919347,155.583196970749,1816.07784775886,3322.44941142415,1099.76120539115,29618.1851010687,12108.091172457,728.45242184883,5558.15472385506 -5748,162.703341678931,1967.23109645507,169.410245708865,1770.56802836633,221.257166996907,7015.88451858691,51.1103174608218,634.675515222299,1262.98499023601,16969.3304330431,379.46759559562,4986.0427369623,123.332671682266,3895.73186907231,494.381768932427,9467.71253080581,578.30730312684,11610.4084012667,59.3277015308648,1146.14428976517,445.651723071583,1529.75305807315,200.325276186388,2015.17105539942,118.114087109111,877.308167327596,358.43507357811,2897.00720738388,331.547073093407,2098.26527910711,148.277057785106,1799.74944841288,3108.54430809549,1031.64743997891,27974.2871066304,11500.0111615957,681.24338757981,5270.74088463182 -5749,157.699485940341,1929.8864779794,163.159010579131,1736.95673194889,208.753146194814,6882.69959126032,49.317304678491,622.627253574476,1230.730678625,16647.1958490832,369.732663506292,4891.3909880901,120.199497279633,3821.77786306042,479.976098530283,9287.98371656666,560.8665921173,11390.0040609362,57.5909652708443,1124.38664202542,438.082309781416,1500.71323432358,190.723829170387,1976.91637634178,114.180078577999,860.653927338469,347.506932895949,2842.01233206091,312.8442746758,2058.43319407643,143.990712809135,1765.58419115161,2993.08114733662,997.295799000369,27031.7125207662,11133.7261299603,660.830021946783,5108.37834380189 -5750,149.669839633345,1890.71946966267,155.165951398247,1701.70522905361,197.097998473415,6743.01533770014,46.9253437864237,609.991045643475,1210.96625452355,16309.3413349908,363.880002493612,4792.12030367581,118.242777340327,3744.21495609405,475.74254733795,9099.48426873733,557.12223964557,11158.8441513391,57.2367575750765,1101.56723712159,418.255570119745,1470.25628859104,179.847018047943,1936.79489715782,107.911715941414,843.186972719881,345.383485701001,2784.33374737928,294.607036496444,2016.65733267124,142.666115899719,1729.75169453184,2890.75564868628,968.250494810449,26435.0808776343,10967.9291852498,640.955927800434,5025.80878180778 -5751,152.486984675284,1851.4946035136,158.849228823117,1666.40165234336,202.624756582762,6603.12474139206,48.1024782544549,597.33617140041,1221.47010180997,15970.9877393838,367.12183831103,4692.70297577604,119.073559466767,3666.53747255264,482.085767475739,8910.70636794675,564.692466227081,10927.3427703898,58.1562999540495,1078.71412320195,425.047435734514,1439.75435160348,184.319153349075,1896.61415018917,110.089191909732,825.69421576981,350.771941898343,2726.56995940984,302.756495754056,1974.8197596141,144.333817658497,1693.86626584832,2918.94204961899,978.913155589323,26874.8329844335,11163.727814607,644.19405771461,5114.67100789633 -5752,159.616220695424,1829.16304312079,166.469147041657,1646.30256641172,211.57559023694,6523.4820145573,50.50695452528,590.131479168996,1258.97633706419,15778.3557562508,378.477688309068,4636.10255160511,122.788281357908,3622.31400960253,500.931691974337,8803.23104664644,587.179994957628,10795.5440524531,60.4294359351376,1065.70335366303,445.602133128095,1422.38894249419,192.387188733025,1873.73838627583,115.0054017204,815.735212805142,365.472001918644,2693.68379187889,315.850241066105,1951.00072895473,149.731963806987,1673.43591906721,3001.58540100111,1010.52260142713,27932.1103442844,11637.9488681928,660.48616709323,5336.00948045807 -5753,173.267441226691,1813.54252269288,181.053560540964,1632.24362127511,230.612937054215,6467.77337532324,54.913810929634,585.091927959945,1356.54831707668,15643.613186781,407.822273387983,4596.51158409372,132.134366620565,3591.38050140812,538.982259113151,8728.05401367888,631.820325897743,10703.3532458238,65.1670135425401,1056.60255695243,483.750107044125,1410.24215458689,209.369791094577,1857.73720538085,124.925843097859,808.769071321304,393.21300472139,2670.680515678,344.108111554696,1934.33975012285,161.120817412196,1659.14526298988,3244.2046207869,1091.30889163389,30175.0567080025,12558.5463571194,712.504167323764,5757.64932227292 -5754,183.458366511121,1793.2358461366,191.650400124202,1613.96699259752,242.240066129361,6395.35214431897,58.1644404371302,578.540511388178,1374.35640365718,15468.4478464702,413.455826547197,4545.04332632892,133.945806517642,3551.16694075538,558.761076487033,8630.32387082105,659.927576818734,10583.5051972058,67.3286874057759,1044.77152122865,515.925649274403,1394.4513303074,220.311576182315,1836.93567021739,132.097967945422,799.713087392315,410.833036790478,2640.77625661684,361.043806376426,1912.6804776414,167.03514836481,1640.56741008937,3259.11945345685,1110.42100231606,31342.7844770035,13168.8890564834,709.607391269023,6056.10215312708 -5755,188.843614606763,1788.05793210423,195.956078713192,1609.30671193406,239.648391222954,6376.88575927464,59.6429647334691,576.869993235941,1373.78275748644,15423.7831732005,413.416167025929,4531.91965178948,133.846447523906,3540.91305408818,563.950487543998,8605.40407280846,667.847556855695,10552.9456474453,67.9577906373899,1041.75477519826,542.399336565311,1390.42489445056,220.287439273618,1831.63157427045,134.949569046866,797.403940145452,416.05961960568,2633.15109539505,356.337883002752,1907.15767086394,168.502274627348,1635.83032152845,3191.52610977459,1102.7050466308,31567.122155865,13369.5898756664,696.996225471753,6167.0378582602 -5756,182.658905663084,1728.67102275609,187.481108234309,1555.85668098205,223.934026993677,6165.08974880435,57.0247062856407,557.710364580261,1239.77868911012,14911.5118442541,373.376977455328,4381.40064639176,120.696719567903,3423.30842910532,520.650362068105,8319.59210754707,621.241694590042,10202.4498300178,62.6714846932,1007.15489155529,532.413507741711,1344.24460259337,208.69404448811,1770.79745010292,130.400709076116,770.9197000898,387.132277654641,2545.69604005569,333.427178243649,1843.815092484,155.569918255497,1581.49935983572,2829.32650723179,998.20190942827,29306.8548407882,12547.6997663111,613.667966090456,5819.4364996429 -5757,152.516136722338,1599.74386999055,155.226589535342,1439.81830852732,181.322106137541,5705.28712737202,47.2098034101683,516.115400340897,996.286399382487,13799.3865525117,300.150591250433,4054.62851738148,97.0407326670071,3167.99240714809,423.303817172843,7699.10312585142,505.855753949001,9441.53419569408,50.8658549404842,932.039608859639,450.465294913769,1243.98861001215,170.884177252947,1638.72843849754,108.610686577512,713.42322989099,315.893810978706,2355.83380604449,270.031064572554,1706.30030397259,126.263933363085,1463.54851385054,2239.93257490048,801.365003460758,23847.4707109066,10275.0038796057,485.683593641325,4781.67318565463 -5758,116.769007182816,1467.34548859265,124.095596890428,1320.65572435864,152.675692295076,5233.10480166083,38.0989697792264,473.400535229353,900.405655180033,12657.3184514179,270.50365732956,3719.05839084975,87.4600192403235,2905.80226855438,347.773563554448,7061.90812782696,401.078498484601,8660.13170441263,42.6601720697219,854.901925805113,335.076280475811,1141.03332977469,137.719100350932,1503.10360699932,82.9001407950058,654.37872741711,251.404855087405,2160.85973012283,225.164300226156,1565.08307372557,103.292819251351,1342.4219648035,2174.34065603274,724.807912855953,19719.0789593617,8105.97739511075,481.366920753795,3708.24106419454 -5759,90.1318543261264,1366.36171032395,94.6301458838942,1229.7672418065,135.032474962347,4872.95874263378,28.6531342836128,440.820767851096,806.277889449973,11786.2326369924,224.903557790944,3463.11010135038,77.8249070064948,2705.8228538483,288.188367672443,6575.90250060528,313.871715464452,8064.13517420563,34.0383157848557,796.066956680162,247.565367922557,1062.50659038922,126.209830593419,1399.65892914797,70.6645866273062,609.343909900057,193.946140751575,2012.14779993809,191.11501385058,1457.37292412694,77.7361197094753,1250.0355138343,2124.59686089008,658.194068221877,16301.590733561,6327.31671601456,465.456603401305,2820.62842821646 -5760,89.7609235130192,1315.19003795708,93.3365584849184,1183.7111748736,134.247887855246,4690.46135094661,28.1022706648083,424.311569931871,801.7451532701,11344.8259213454,223.62226021046,3333.41301298958,77.541217021781,2604.48696342212,287.061907393648,6329.62808751617,314.847248970342,7762.1248939565,33.6363495539145,766.253418155527,244.381301386486,1022.71460945165,126.30508643967,1347.2402411779,70.9143920130973,586.52334439346,193.16680313875,1936.79076439313,190.987361615923,1402.79278679852,77.8941919248864,1203.22037895635,2117.10912050871,656.246376799752,16223.5206345999,6300.24123212361,463.873417675451,2814.21141461085 -5761,89.7785144100181,1284.35397386857,94.5074700217483,1155.95777605118,142.466547012025,4580.4883716446,28.3089879851106,414.363122645698,853.202625976885,11078.8341109703,237.710295687146,3255.25751124803,82.6012287815439,2543.42192749276,295.328984123064,6181.22305726954,318.682621014,7580.13341456174,34.5896009551758,748.287771497355,232.076344354687,998.735950603006,131.790486704142,1315.65272513792,71.37727079051,572.771665232919,195.801067808038,1891.38059368531,202.903413292912,1369.90278077033,79.9531351092261,1175.00956557782,2322.07689484405,703.829958680997,16781.8289344792,6355.98245750983,509.785803725239,2814.77338814692 -5762,103.369113999364,1280.33313511168,108.689835346812,1152.33889845058,171.834077747274,4566.14855135758,32.2205387732044,413.065904482437,1031.57383845111,11044.1503660831,287.129095322304,3245.0665001785,100.204765022167,2535.45941118553,348.335355361016,6161.87192686521,374.829945635067,7556.40281160042,40.4029604837502,745.945158374993,251.265612562714,995.609276570935,158.310858734183,1311.53390153051,83.6175806724738,570.978528327305,228.065792890329,1885.45937838964,246.67196727833,1365.61412024048,94.968098245145,1171.33104384852,2880.00125866078,859.151719521849,19863.0246637992,7373.71959837706,633.274290341912,3251.22999599883 -5763,153.210997860865,1312.81803518559,160.32708759085,1181.57629998372,232.877123646335,4682.00189869794,48.2581675747687,423.54630545236,1391.78846140866,11324.3650314733,388.083492638036,3327.4010567877,134.599279287806,2599.7896572403,493.63509096067,6318.21232634645,538.037887364743,7748.12556212629,57.981795335361,764.871446593185,412.243646640801,1020.87009891093,217.749321338146,1344.81043446273,120.990688294821,585.46552388213,330.86814097719,1933.2976775172,331.012346425527,1400.26278863697,133.649000690711,1201.0503183634,3704.7894939719,1141.02832635,27940.8456309063,10776.6635991579,812.174277363502,4800.3533083739 -5764,213.514660185676,1416.8969886237,222.021681329585,1275.2505346557,306.094057469422,5053.18651419785,67.4356094257802,457.124649916394,1823.72612354509,12222.1498190355,509.152078699344,3591.1942180466,175.913615602207,2805.89848529775,668.94558227002,6819.11413368102,735.817540304028,8362.38951798302,78.9842572443702,825.509720552345,606.646134210198,1101.80370025034,289.477887543916,1451.42571460073,166.310929113522,631.880668530209,455.094457853904,2086.56766129821,432.488057651358,1511.27427817601,180.439007591295,1296.26843451619,4690.4068796095,1479.2774761147,37666.8969811933,14885.5332601496,1025.9043503539,6674.41451501456 -5765,237.538485263376,1636.68350889301,244.368653209002,1473.06511096855,342.088184700877,5837.02774552559,73.6236162058748,528.033005951538,2039.4263311011,14118.0277837034,569.232771302202,4148.25382586074,197.291076612467,3241.14442714393,746.791354086182,7876.88289089806,823.924137838617,9659.54838560073,87.2861715754971,953.561308201586,663.685961341194,1272.71351461384,324.824104809323,1676.56826893092,186.155442529927,729.896864821657,507.115305139687,2410.23229554143,485.936489641764,1745.70043437489,202.237165509769,1497.34326976868,5281.55175789658,1660.98785502919,41994.0060746212,16550.0740150757,1155.72557987399,7426.93333793836 -5766,219.30245506169,1793.72760123469,217.341325650915,1614.40958719458,299.966734904402,6397.10592758615,64.6939524757015,578.699163272447,1785.06653014583,15472.6897246953,498.599301721238,4546.28970350323,173.61140968304,3552.14076940768,675.570690998586,8632.69054543934,761.990374162111,10586.4074884173,77.1232798394798,1045.05802661109,619.219770874408,1394.83372761013,292.627820822309,1837.43940902154,172.952643098968,799.932390942701,463.791727562442,2641.5004308463,430.507188448671,1913.20498777649,184.847114758688,1641.01729926006,4528.38280181275,1453.78506907126,37658.1156425095,15129.9992444365,989.491078659238,6857.78166677566 -5767,198.069406530794,1889.15741761988,198.381122051193,1700.29933453995,271.786185512224,6737.44447377673,59.3827117247951,609.48709052257,1617.09179881584,16295.8670780438,451.711919556751,4788.16120692467,156.891629438014,3741.12160527461,610.306909638093,9091.96656544057,685.294995856934,11149.6250706762,70.2803766823022,1100.65715745053,564.211531261366,1469.04160980031,263.625604508054,1935.19477906833,155.498884182964,842.490358571498,418.933044707489,2782.03341975919,388.27226893154,2014.99123478805,166.368894775019,1728.32262892411,4094.15500828497,1313.58772884184,34080.717416226,13684.6900404945,894.499935107951,6192.35005977622 -5768,190.442252926119,1931.94028792619,189.537407597492,1738.80522358502,254.996280477738,6890.02424845783,56.753161465028,623.289861484903,1515.24149624305,16664.912008459,423.479731131421,4896.59646912726,146.973030231937,3825.84504808873,580.495257992347,9297.86810798573,655.748543597409,11402.1254493708,66.7526459567817,1125.58322871369,551.77692529923,1502.31031259896,249.21131473943,1979.02023610972,149.104232980111,861.569846288564,400.805568016755,2845.03683804253,364.126006035047,2060.62380508751,158.338615722121,1767.46314849706,3779.24810280858,1226.42745552997,32334.6376252174,13112.151930246,824.839763170341,5952.18390372677 -5769,174.027990556096,1981.72346771775,172.793060740636,1783.61160482217,226.846680776532,7067.56975443069,51.8929648726599,639.351098693154,1345.93452472757,17094.341590684,376.389711759338,5022.7743556348,130.454156667991,3924.4312896377,524.194061092516,9537.46010914171,594.847251567732,11695.9409802127,60.4155025722918,1154.58780644087,514.244516833277,1541.02257760127,223.177606504024,2030.01659497294,135.549968034046,883.771198384603,364.277932752417,2918.34913517048,323.28983814191,2113.72296452456,142.82077215738,1813.00800112345,3297.42606028395,1084.12735247483,29121.6256048266,11936.1175211626,718.76631953807,5433.91441756636 -5770,167.570735340656,2004.112883137,167.705242341965,1803.76276204338,222.051683224074,7147.41881400643,50.5256755975055,646.574456331381,1318.47133123763,17287.4726311278,368.599048195477,5079.5214161795,127.678421974306,3968.76932360626,508.104500546125,9645.21386989924,572.828863894371,11828.0811529415,58.8121436693339,1167.63228336084,492.045610958251,1558.43297578366,216.748734270002,2052.95162379669,130.346426154798,893.756002429429,351.82416207288,2951.32050185716,315.774625168856,2137.60370384307,138.049520501286,1833.4912774013,3259.01610094718,1063.11170124749,28287.9014635317,11520.6082336507,710.850390908797,5230.12858888613 -5771,161.733482183166,1970.87588455491,160.931705782575,1773.8484488982,206.279183876029,7028.88320107486,48.6261405055638,635.851410504411,1222.22046002051,17000.7703659194,341.981731375161,4995.28062938162,118.287655734385,3902.949687651,482.359560792985,9485.25383849824,547.765087501981,11631.9195894802,55.8941213214355,1148.26780899764,486.936007056564,1532.58730858485,203.485303078925,2018.90466427492,125.027203086646,878.933600340492,337.024439732585,2902.37463849742,292.774520905658,2102.15284083455,130.946176903913,1803.08393483093,2945.04718340446,979.162150017816,26745.9883081495,11057.37005361,641.190218971186,5041.5479650681 -5772,146.204865163537,1934.51478188725,145.130440976265,1741.1223467257,184.577200229032,6899.20586029648,43.9458432900144,624.120454435631,1092.90655349078,16687.1195868171,305.880941086672,4903.12164908146,105.690344694255,3830.94335005686,434.028141019223,9310.25840050372,493.273647051425,11417.3198646931,50.2752960034969,1127.08317529232,444.06540410938,1504.31228380459,182.356373537527,1981.65746857416,112.679593847172,862.717969954787,304.027270414448,2848.82811989751,261.49600174008,2063.36978205966,117.670429548688,1769.81846104508,2612.05995842156,873.284836821956,24045.0527065263,9981.46453813479,568.363675581866,4554.94514000201 -5773,143.082672856541,1876.40065786747,141.454505279213,1688.81786141568,178.128240634057,6691.94908006546,42.8701861680912,605.371456582552,1053.97936274682,16185.8273008749,295.069409429014,4755.82857990118,101.980756742794,3715.85923747088,422.395323818314,9030.57198176505,481.986127942854,11074.3359036489,48.8569940799976,1093.22483931949,437.070351894945,1459.12173191839,176.975315612264,1922.12714656695,110.223911211625,836.801342400701,296.787196874226,2763.24740879576,252.576614185805,2001.38476724561,114.637972262116,1716.65192517745,2497.26944598042,840.952131582717,23358.1803760736,9747.56718297892,543.03270396819,4456.77339366107 -5774,134.767449166045,1831.3614864248,133.239512192543,1648.28123248368,165.055371624409,6531.32248859688,40.4335703429857,590.840749238575,975.591428437488,15797.319522598,273.240589951785,4641.67461290912,94.2995090053392,3626.66761384213,394.992062714276,8813.81151645254,450.736008913229,10808.5190530275,45.8081420655112,1066.98420635177,416.891234148873,1424.09849017945,164.296400202918,1875.99040400835,103.199792966899,816.715632578646,278.636396754456,2696.92128955175,233.273905596623,1953.34560712447,106.866510074863,1675.44719630397,2281.08312609846,775.114704781782,21805.8198918469,9157.04355073686,495.537132192546,4191.30337839529 -5775,138.350564469935,1799.74439491194,137.71942193084,1619.82488514174,172.898555613891,6418.5640723297,41.8146425037809,580.640323939323,1023.0505387198,15524.5905716474,286.408960608497,4561.53955923614,98.842238057852,3564.05589972477,408.806885663161,8661.64762780552,464.845407798943,10621.9180250212,47.5471467822396,1048.56351904068,424.065406118249,1399.51249084448,171.022722609496,1843.60282748648,106.269396261332,802.615645718251,287.092246831441,2650.36095296785,244.423140039468,1919.62255065828,110.657081683078,1646.52184883807,2424.40998162414,815.173988603524,22632.876645856,9433.91200158684,527.200846709642,4307.91892019946 -5776,146.550557411208,1793.20691722043,146.480985746811,1613.94095569003,185.768212194403,6395.24897294502,44.5034113946899,578.531178232146,1100.10541190964,15468.1983057129,307.879266279536,4544.97000458618,106.315200520044,3551.10965246786,435.664645330205,8630.18464434042,493.335497111845,10583.3344615297,50.7359955681156,1044.75466672074,445.246172791364,1394.42883467989,182.837845050471,1836.90603632504,112.647129779599,799.700186226573,304.93910281702,2640.73365497294,262.64306419958,1912.64962181542,117.814169872805,1640.54094405748,2633.58534329936,878.605390301363,24151.0586888215,10009.5433860773,573.113232759431,4562.14325059968 -5777,159.853589552194,1771.54067700501,160.271220310132,1594.44067822418,204.797484571675,6317.97902760038,48.6525845351487,571.541134105439,1213.42176407146,15281.3053727374,339.52201429515,4490.05586671085,117.210371651891,3508.20373122542,477.237303431197,8525.91131603008,539.484998351813,10455.4623991806,55.6366578826909,1032.13152470741,483.662380643023,1377.58079009264,200.893924173812,1814.71180594706,123.088048907268,790.037890052767,333.260246458208,2608.82725913867,289.526167618451,1889.54022726858,129.103054911334,1620.71927493729,2923.22582437418,970.309586757335,26500.1019086845,10941.0731258931,636.440661793622,4980.53984239445 -5778,167.38412215404,1747.87847906332,167.315301859972,1573.14397788637,209.506350755051,6233.5907477923,50.8824830399519,563.907146569864,1239.55230690891,15077.1953134932,347.032102352119,4430.08287706042,119.60539350123,3461.34519041655,494.630611280417,8412.03202225387,561.669956826122,10315.8103866287,57.7322584959159,1018.34550175209,515.100026555115,1359.1806541212,206.744770978216,1790.47297783727,128.39462221743,779.485474757701,347.350601472787,2573.98155234645,295.575639458466,1864.30192737698,133.734149216135,1599.07157540137,2934.25471177184,986.455544536928,27411.8433388215,11423.852304281,638.023847519477,5213.40187995497 -5779,173.481408634331,1729.68346467436,172.521415561287,1556.76790960907,210.845393471448,6168.70049671959,52.5745529837935,558.037002410085,1245.41933560928,14920.2451656653,348.905728636685,4383.96672959482,120.183323729564,3425.31338025401,506.497989950082,8324.46469676831,577.464043101622,10208.4251646772,59.1187081473913,1007.74475846286,541.99371749421,1345.03189500827,209.713279057065,1771.83456447786,132.294116187369,771.37120960764,358.058616456572,2547.18699429058,296.974391082461,1844.89497157295,136.694525635063,1582.42560677602,2887.78415223171,986.182992797412,27962.1117411571,11781.1667784338,626.941547438493,5392.68158714856 -5780,166.300901539072,1655.97774633693,163.190278029607,1490.43051354453,192.603395282812,5905.83823862155,49.7457377173926,534.257785598734,1134.50397114375,14284.4598268068,318.188883349684,4197.15600753419,109.524916984975,3279.35304220455,476.282666486568,7969.74045803867,549.806807793457,9773.42111611961,55.3425260247399,964.80247865257,531.428069569955,1287.71704866036,195.008029467998,1696.33269259374,126.431539823672,738.501340484132,340.312993009422,2438.64560449977,271.425761257155,1766.27983076019,128.836650688871,1514.99487829593,2537.54054925557,891.803784399804,26149.376369771,11220.3416764607,549.365446871609,5166.93734079415 -5781,138.275867623023,1533.24094671612,134.373178875561,1379.96364785488,154.166688279438,5468.11274014185,40.9762338203239,494.659976436178,906.004652879217,13225.7325055415,254.339117350352,3886.07362915469,87.4904317398384,3036.29585250663,390.197098670774,7379.04385007282,454.290933874063,9049.04034965555,45.1979684983258,893.293807260105,449.408289476479,1192.27478216895,158.225186086293,1570.60488843595,104.762182115193,683.765525798698,281.122288989431,2257.89948181319,217.214127337423,1635.36772512239,105.637340668639,1402.70736524493,1964.71029745353,707.669161849877,21327.0951055484,9280.96762898463,424.293774529081,4292.55061920803 -5782,106.886198974177,1416.69450024004,108.758834207991,1275.06828893029,133.095886825448,5052.4643646148,33.4432947060807,457.05932235043,786.818809215012,12220.4031547532,220.355113254387,3590.68100140599,75.6192063145906,2805.49749506801,314.623351466961,6818.13961583677,353.868589205943,8361.19445105114,37.3393499013411,825.391747170831,334.675844025589,1101.64624176736,130.115320289706,1451.21829172574,80.906607444742,631.790366626641,221.417483455017,2086.26947045123,185.881272229663,1511.05830235821,84.2170805413314,1296.08318512813,1843.4828932788,622.019470724804,17450.9920941878,7290.25359189444,400.54598864126,3319.39985119673 -5783,92.4594489710603,1318.51663042632,97.3918246228828,1186.70520962632,130.699812852822,4702.32522837647,28.4555826693992,425.384807739646,793.704886322729,11373.5210995216,207.348651764998,3341.84442313246,74.2952203760585,2611.07465529074,260.673188012781,6345.63801195393,286.829299873768,7781.75812221422,32.6802251731301,768.19155087916,201.321618636629,1025.30142551609,103.088713257813,1350.64790023188,60.7377472843814,588.006874593795,168.995208204396,1941.68961048029,166.519638932761,1406.34095838269,68.9821398108103,1206.26375955987,1992.40576049024,610.265599134934,15394.342107652,5992.61066165633,426.418137566336,2625.15311422831 -5784,90.8501279641472,1256.43952267608,94.4885373753319,1130.83391800528,126.318978492494,4480.93496059942,27.4832113040281,405.357257130118,766.6690967931,10838.0441260031,200.331029269361,3184.50697925643,71.8940320969155,2488.14259741598,254.458076120265,6046.87890226815,282.831625325316,7415.38501300075,31.6446434780241,732.024309165016,198.349921629162,977.029188670921,100.679984637798,1287.05801952767,59.991713090103,560.322911214254,165.548145082302,1850.27288323861,161.665866260445,1340.12899169792,67.7288706763432,1149.47163145968,1912.73580496967,589.556050059159,14987.8261743052,5871.95006932034,409.189121907091,2582.50003590638 -5785,91.5886593022181,1213.91699297395,96.6197135991991,1092.5623434498,136.844918431327,4329.28365823543,27.9349785555508,391.63847823531,833.565871719626,10471.2448929772,217.495696582647,3076.73156295651,78.266908412089,2403.93471029347,265.292170855201,5842.23030352044,289.357772726499,7164.42113946986,32.9742220721883,707.249917029647,188.562481474181,943.96293124643,106.888554737121,1243.49924739738,60.974232011814,541.359525229589,169.535122471739,1787.65285082591,175.521886630981,1294.77410288259,70.4583133974458,1110.56928820451,2162.08840056456,648.453404355628,15734.0907117763,5984.8009807399,463.747671494703,2603.69779588286 -5786,105.149018812964,1206.82990515791,110.714662748597,1086.18374811145,164.65100133302,4304.00844284258,31.6777923881144,389.352015237051,1005.55519194542,10410.1116915068,262.098682019713,3058.76899475848,94.7502113321452,2389.90006336582,311.983691061751,5808.12220597982,339.403497454093,7122.59382997475,38.3868769486456,703.120851946214,204.038949220325,938.451888706002,128.112413618532,1236.23945252138,71.2369971491383,538.198961107366,196.869711655102,1777.21617944581,213.011966515008,1287.2149552455,83.4662078822673,1104.08556475649,2679.55520319596,790.842426260011,18565.7394467253,6923.4337139812,575.736273279801,2997.14422855031 -5787,151.332332678359,1206.74312402121,157.668223220378,1086.10564243979,208.453947727827,4303.69894873457,45.9540437399942,389.324017579458,1264.47176824175,10409.3631176425,330.480451069462,3058.54904375368,118.501764791717,2389.72820961642,421.95994276361,5807.704553546,468.249144663566,7122.08165606677,52.636740729628,703.070291692027,333.437076387379,938.384406187308,166.084996044725,1236.15055659292,99.3826844544858,538.16026011279,275.18699589019,1777.08838277824,266.090780465983,1287.12239375319,111.950611996206,1104.00617179489,3135.51315618032,969.854947292619,24826.6155662073,9760.92568084573,670.495859405654,4294.95262021818 -5788,218.487775867149,1229.88463794864,227.776603214567,1106.93371127304,293.918792395996,4386.23027390152,66.7780616381427,396.790020074731,1780.26294199123,10608.9817579044,465.563007988154,3117.20233448707,166.507804896968,2435.55563348548,602.273156543514,5919.07794622329,670.005203717208,7258.66064173101,75.4831254768969,716.552954756997,493.165083198431,956.379649228509,234.899428527739,1259.85601200621,142.488082576935,548.480470691729,395.214326209387,1811.16731369709,373.582947359099,1311.80532768372,159.362280303459,1125.17751612823,4342.29208924155,1357.05471269143,35382.2202689134,14048.3829469903,927.495342989405,6196.81263681031 -5789,238.541082319247,1286.34992878893,244.919027137455,1157.75419639774,315.27577662112,4587.60669610113,71.339413609881,415.007065149313,1908.57801079608,11096.0512130352,499.228733784105,3260.31635591142,178.98531014797,2547.37454150262,653.303541248017,6190.82900923139,732.118744962109,7591.91334820433,81.0348842322986,749.45065080458,538.122087946093,1000.28803980529,254.464224400411,1317.69731999546,155.926288005939,573.661783102856,430.208118493401,1894.31990051119,402.452266740152,1372.03168312227,173.472012495664,1176.83559342653,4626.67383555135,1455.30615507202,38229.1089014809,15270.8740621481,987.796897796766,6760.36271925446 -5790,223.698393839679,1371.42391710937,221.690883242138,1234.32338241621,285.032272207178,4891.01247220306,63.6744403763139,442.453956094961,1723.5912705585,11829.8992198443,451.041360941221,3475.94051025399,162.62644608812,2715.84760403516,604.745531131337,6600.26543320744,691.210664220763,8094.01183094222,73.159345179377,799.016289583231,503.12418521697,1066.44305028178,235.725545109006,1404.84449814838,147.681082683564,611.601456237927,401.056665259174,2019.60256698048,368.184936242166,1462.77231657892,162.421815258401,1254.66674596875,4126.12249138987,1316.622572114,35113.2128577395,14207.6962247037,880.115549926479,6342.30060616423 -5791,201.570025682525,1482.56103225325,201.855915615877,1334.35017804444,256.938467352093,5287.36914172879,58.3266733128217,478.309431306475,1553.1626141279,12788.5676923233,406.499741312043,3757.62292507991,146.156238960832,2935.93379628932,544.343618483565,7135.13612510603,619.624341322858,8749.93237717814,66.4546315284056,863.766775752685,458.299436820674,1152.86520071603,211.372387975437,1518.68994214432,132.380040942196,661.164265093812,361.209109637307,2183.26662462976,330.20998670518,1581.31210092187,145.618398613592,1356.3421221047,3703.09590834561,1182.57370134881,31659.652987462,12817.0839168069,789.663217715438,5714.15419250676 -5792,198.316331124802,1575.24279240399,198.46212404185,1417.76659090581,253.811624401098,5617.90708786471,57.2428750878397,508.210770290684,1534.61904015235,13588.040319585,401.608808191066,3992.52934653756,144.426094589834,3119.47262268932,536.50957777402,7581.18654772162,610.999871194351,9296.93119629879,65.4201776290975,917.764839505121,449.595413174023,1224.9361466632,208.758651794414,1613.63028786974,130.503511843618,702.496707067235,355.665600928305,2319.75273835252,326.469479006792,1680.16724797667,143.690139113758,1441.13335329752,3668.7153834554,1169.60578483515,31221.4648609287,12621.4761198992,782.484461190752,5625.63342814621 -5793,179.773356243637,1632.08413390133,179.118891352006,1468.92553309923,221.360876037621,5820.62464786338,51.8558233796512,526.549138246415,1335.38634886683,14078.3535867268,349.787955296056,4136.59648661211,125.562069170449,3232.036228435,478.22823727073,7854.74743344161,548.340232650182,9632.40331751993,58.4415931770442,950.881629442594,418.554699982042,1269.13696076035,183.874344992125,1671.8568105909,117.479401870398,727.845723371081,319.964478202052,2403.45910934874,283.931678589265,1740.79470221763,127.910766630475,1493.13546590708,3109.25218364152,1009.76137704183,27720.3617797423,11375.8264075786,661.881351576031,5093.7798995022 -5794,172.122386819422,1663.6144442775,172.646500562764,1497.30377476952,213.974795965524,5933.07357002255,50.1735862742256,536.721565888075,1291.33229177127,14350.333963813,338.195485608828,4216.51158928029,121.292105746451,3294.47608880296,459.501460009876,8006.49366965481,524.076663715391,9818.49217161828,56.4011828316954,969.251756499494,400.190419392295,1293.65547757662,176.652909762249,1704.1554911843,112.186449406042,741.9070092369,306.837097877714,2449.89164926507,273.752080645915,1774.42519719151,122.525519069495,1521.98142041138,3020.52270769112,976.569367480866,26674.8186435691,10907.5463038564,643.216584611847,4874.11294864129 -5795,164.503224774463,1635.32394523387,163.623907681179,1471.8414621803,193.527648055056,5832.17903118523,47.7398115849575,527.594378396598,1164.09048800248,14106.3001910386,305.276264502914,4144.80794575021,109.244684730667,3238.45206655422,429.048063850674,7870.33970544555,494.437473129145,9651.52437186968,52.7204542825416,952.76920191204,395.536436121961,1271.65629430609,162.252643663182,1675.17557371641,106.29768790333,729.290552576841,290.207403617536,2408.23015876832,246.778226210643,1744.25031230949,114.272038401875,1496.09945354901,2617.05085912335,870.471962132062,24759.4080797613,10339.9998675605,555.635755010681,4651.16662359577 -5796,156.177660904261,1574.98244899391,156.903495856335,1417.53227389083,194.940144471292,5616.97860554068,45.6498662708893,508.126777317907,1176.63890849629,13585.794597992,308.138693541849,3991.86949352319,110.46178562631,3118.95706144113,417.549442621672,7579.93359042015,475.346797073678,9295.39467457487,51.2942795969811,917.613158742558,363.015537367552,1224.73369910712,160.55572692393,1613.36360008435,101.72113488749,702.380604083509,278.598057003278,2319.36934834981,249.153844329839,1679.88956349973,111.23142149734,1440.89517441272,2757.18633268212,889.855424704979,24256.8692099581,9904.43734523521,587.222283719298,4422.44989653179 -5797,151.927086542633,1519.87672181275,151.796938621947,1367.9354375544,185.522707850629,5420.45089768143,44.2279312223879,490.348359798265,1118.47728803951,13110.4527355259,293.046240444032,3852.20135220936,105.043488633157,3009.83051401369,402.532845414143,7314.72571286456,460.787904139617,8970.1659818326,49.3773582157918,885.507568984522,357.003478607195,1181.88252883809,153.972324018968,1556.91498730961,98.7778787228001,677.805603917198,269.915108048513,2238.21889830883,237.181317874632,1621.11333012658,107.324425355312,1390.4809133341,2584.60354263649,843.011721631009,23320.6825426833,9601.396474324,549.892749790932,4300.16156988528 -5798,145.019355136663,1490.83412426095,145.394795680765,1341.79621335313,177.599202888818,5316.8740932529,42.3586360591489,480.978527449742,1070.7837099922,12859.9313629334,280.542332453377,3778.59147849059,100.496811721888,2952.31710186446,384.578072340776,7174.95211673553,438.709439530419,8798.75936914856,47.2978234702885,868.586828252062,341.095909434242,1159.29850070875,146.88553171735,1527.16464325218,94.0149160315019,664.853740723026,257.747430228996,2195.4498435799,226.574527022405,1590.13625063254,102.269313540083,1363.91087841622,2476.45809233297,806.573122082179,22289.8939059942,9166.48642188759,526.920728911938,4101.26499864145 -5799,144.469067176633,1479.06087751063,144.731440606506,1331.1999319484,172.917629659358,5274.88627608291,42.3197186758514,477.180198183515,1041.00944040237,12758.3753664184,272.904811260545,3748.75161292743,97.5836760882703,2929.0023969219,379.284805519858,7118.29089580063,434.579356087341,8729.27480110447,46.7830905045834,861.727522520676,345.631676168001,1150.14341961421,143.827933805009,1515.10449123341,93.3030149296501,659.603332904326,255.614150766256,2178.11218520746,220.076914009574,1577.57880635308,100.803659650766,1353.13995557798,2364.92296635803,779.796071419859,21944.5642733755,9107.04334133596,502.512956728006,4085.36596137101 -5800,149.367135285166,1493.61110379975,149.350570039267,1344.29557969382,175.087965841217,5326.77784466767,43.8137959392672,481.874447061183,1052.7244929202,12883.88558137,276.118637577785,3785.6298679737,98.6427765511241,2957.81638850575,388.737775046434,7188.31691359375,446.415278256922,8815.14883484252,48.0192821683601,870.204746577431,361.774498810455,1161.45792821543,146.319199732255,1530.00929571732,95.9915952340281,666.092165041491,263.254105062166,2199.53931214979,222.35471217439,1593.09820042967,103.120930391802,1366.45143778529,2354.24695183251,784.863012834907,22436.5096447556,9383.63300502034,499.641454118132,4218.43085179049 -5801,161.099584547235,1505.38435055007,161.140876912045,1354.89186109855,187.835277894716,5368.76566183766,47.2900642711279,485.67277632741,1128.87461567782,12985.4415778851,296.144225794193,3815.46973353686,105.687792895324,2981.1310934483,418.207447974486,7244.97813452866,480.851069753826,8884.63340288661,51.7228691917923,877.064052308816,392.427409623647,1170.61300930997,157.130718250261,1542.0694477361,103.445387403037,671.342572860191,283.611275847308,2216.87697052223,238.26810271629,1605.65564470913,110.93280133163,1377.22236062353,2510.88076479462,840.022067442219,24138.2287465104,10118.9325054476,532.663734131686,4551.6006411433 -5802,167.911571681865,1491.32587935904,167.230288714294,1342.2388079502,189.346591947634,5318.62787652008,49.1944205729776,481.137179334011,1135.42484083428,12864.1732411585,298.130527878621,3779.8378556649,106.151986763566,2953.29093051676,429.826589179412,7177.31879135383,497.313787503463,8801.66166036007,53.2284204734598,868.873333634504,417.715503618523,1159.68089801148,159.826991738514,1527.66838205634,107.264462611715,665.073044273411,293.776256503148,2196.17401780936,239.432635907179,1590.66076076763,113.925062438032,1364.36076758692,2455.39149378767,837.952580333911,24734.1963973973,10502.6016085584,519.741972387252,4742.05099430167 -5803,177.533906694982,1482.3585438696,176.78127871875,1334.16793231904,200.099455220245,5286.64699214574,51.9980878717871,478.24410374051,1199.99829876079,12786.821028041,315.075786419327,3757.1097084393,112.276533418768,2935.53280605958,454.520917239682,7134.16160726178,525.186035163208,8748.73731024627,56.2747872648491,863.648802371171,440.620624081509,1152.70774223306,168.872564591589,1518.48251926933,113.26706700459,661.073963190245,310.630281485622,2182.96843378278,253.081045338503,1581.09612510408,120.336475504766,1356.15687271664,2597.64871815937,886.051906177691,26133.2352020107,11093.841862321,549.892749790932,5008.40515171837 -5804,171.562363365473,1421.93026929885,168.876498356416,1279.78064088332,186.122042609349,5071.13708240011,49.6410461649178,458.748505909479,1113.5877151238,12265.5668853338,292.661898058063,3603.95131231919,104.263293899338,2815.86595275367,432.816885720372,6843.33785330658,505.470711070586,8392.09545560369,53.331783339643,828.442200582275,432.455772119282,1105.71766669731,159.48867695632,1456.58165258308,109.329848305306,634.125314953662,298.248729213008,2093.97983082876,235.646422495161,1516.64281779482,114.90494997797,1300.87320318578,2338.89577855829,816.698362614371,24770.8591000496,10664.2716813678,493.898448898383,4839.46846220905 -5805,144.470528692168,1341.36887483339,141.308370505664,1207.27292706252,153.981795801808,4783.82490985237,41.4914481096099,432.757485011361,920.317861790045,11570.644501637,241.971892239059,3399.76454622045,86.2288608813267,2656.32923518066,362.092279149547,6455.61923435316,424.941242098182,7916.62986703862,44.4726695302527,781.50568030843,366.265786892542,1043.07172755562,132.942635731153,1374.05703684172,92.0294378818682,598.198082274591,250.435179480985,1975.34255388459,195.141204164305,1430.71535500312,96.2573878999578,1227.17046154356,1905.99405341433,673.038014715613,20673.0511728638,8956.4712315477,402.010365382405,4074.25903154896 -5806,114.543029090399,1248.57140743569,118.002595102647,1123.7523741474,141.703490311148,4452.87430824141,34.8430889149934,402.81881611878,854.186781923925,10770.1737839573,223.812890762931,3164.56485912697,79.7219834771383,2472.56127230032,304.279976267452,6009.01194632715,342.602960768852,7368.94815489407,38.2727129091907,727.440203428667,273.675031929364,970.910805644166,115.375217649412,1278.99816416978,73.3504064675928,556.814039392176,203.738292159481,1838.68604598243,178.678858698244,1331.73679362284,80.0659304604312,1142.27337392428,1970.69452972688,639.84167767969,17711.6030689335,7263.64492831847,419.239381041651,3235.62925377545 -5807,99.0310221947917,1170.43987637998,111.290494081311,1053.43161155686,150.981396524365,4174.22794069717,29.8647638926995,377.611726917491,963.804257939343,10096.211395851,257.804894645444,2966.53669982729,93.839731218248,2317.83644304073,308.340025073157,5632.98755500871,334.579167127578,6907.82338607167,40.311023124291,681.919365367758,223.363397111278,910.154370480147,116.561984072888,1198.96262580256,64.3599720431204,521.970430807244,191.046448017133,1723.62706333407,197.369996426382,1248.40104363744,82.0761444771735,1070.79362750579,2475.05974449814,738.911756527803,18088.7375375598,6922.52747998513,533.46583876272,3003.58974644525 -5808,105.085111434288,1112.29682344403,118.336186830693,1001.10108933935,169.569173774001,3966.8679890922,31.4167319606239,358.853395908379,1001.80038559756,9594.66956915149,267.794759847804,2819.17030890427,97.6917059075265,2202.69504216724,336.666052932722,5353.16190978941,341.843046229694,6564.66868935132,40.983541550377,648.044174887016,222.617309924885,864.941322966432,130.014658330419,1139.40266990301,69.6042350189118,496.040902087416,205.484795037815,1638.00375058841,223.478039645592,1186.38517299741,90.2790938642186,1017.60062560627,2689.68304031258,797.191771230512,19102.5797530952,7172.95731229319,581.054670487379,3115.01913952406 -5809,110.371805297964,1080.01441175378,126.612817909474,972.045933531621,194.220337451757,3851.73679133489,33.3516528514612,348.438322504421,1197.25752489878,9316.20156804345,319.440569552763,2737.3489689357,117.157231416323,2138.76578634221,369.354579452444,5197.79602815242,382.924337702308,6374.14100575733,46.2729668635786,629.235860050338,213.294562781205,839.83795910942,145.82468366387,1106.33355984578,74.1150816412579,481.644208436158,220.40855587179,1590.46364230783,256.680239957545,1151.95248041871,98.9587307448682,988.066600479452,3315.96761897529,952.348781699016,21556.6366171831,7804.87103163092,717.965526727155,3335.38068561504 -5810,131.545570975273,1063.84428120134,151.505778878805,957.49232250837,245.409647683314,3794.06803609267,39.4816549186456,343.221454004288,1544.65663095237,9176.71806303778,411.680075343037,2696.36498787623,151.572311569705,2106.74387847704,454.324423004375,5119.97388110934,476.237137276741,6278.70645312451,57.5800550428564,619.814850576247,232.727372538161,827.263784826285,183.008777854883,1089.76937523624,90.0840503075964,474.432962321776,266.80082163409,1566.65099272174,326.598213830635,1134.7052827926,122.488949453392,973.273125734695,4364.11973221799,1232.25709076773,26930.094244808,9517.43002937529,946.173954364684,4030.33600308936 -5811,184.481991307881,1066.21628677874,209.897348652347,959.627199923649,308.825030283435,3802.52749834827,55.595251828091,343.986719389052,1881.45758490049,9197.17897711366,502.181503387333,2702.37695118983,184.101876270632,2111.44119021543,601.831707967671,5131.38965578309,611.962143211615,6292.70580151492,73.5666746220685,621.196823773361,377.271321054427,829.108297548932,234.447197174671,1092.19918482569,122.741016478411,475.490784084431,363.882447042679,1570.14408372974,407.209724734454,1137.23528394695,161.182920956061,975.443188894664,5159.37168629795,1499.50900924633,34519.5829534575,12669.8743515409,1116.29714513175,5451.5628473556 -5812,212.799846902518,1080.67973193117,232.405233792077,972.644741997408,277.291564989447,3854.10957282502,63.1619153788827,348.652970609127,1662.51936524829,9321.94061820094,446.395913299199,2739.0352552313,161.523845470149,2140.08332804988,616.489366153732,5200.99802114239,664.004784563491,6378.06766134499,76.6922622713132,629.623487575928,540.106324652864,840.355323631462,222.487570401089,1107.01509338115,134.533425470701,481.940915227021,397.108577139658,1591.4434140045,358.913098299869,1152.66211653123,163.45753302061,988.675278140372,3934.88208761596,1263.24078620353,34622.0150397286,14135.3689373675,842.916068087579,6291.17155395459 -5813,235.949819811239,1098.78796518344,254.464847009101,988.942704603043,307.761362514232,3918.69032978971,68.5838455006457,354.495117111315,1879.42323278681,9478.14219216452,504.729527449959,2784.9314516921,182.885456007731,2175.94328446302,684.914358244403,5288.14769419412,761.040182092797,6484.94070938856,86.8177404395563,640.173670610968,590.535897747009,854.436600225695,248.346852003065,1125.56461081209,150.057408352849,490.016479382506,440.704617323869,1618.1101753928,400.800457986599,1171.97651084295,182.390423708275,1005.24185380412,4417.40946554881,1417.38057577557,38946.7673025508,15939.3789795182,945.953636646996,7096.92128437041 -5814,212.321045485994,1143.74035548941,218.189105388726,1029.40122786339,250.561629247079,4079.00742715029,58.1766493927056,368.997826797699,1647.85734817207,9865.90139657711,442.736823069392,2898.86546767938,160.877898727369,2264.96305434238,592.658840759569,5504.4905070728,688.106117185291,6750.24538610191,76.4385101905393,666.363743324502,549.202595250991,889.392359445937,211.362429535935,1171.61245744223,135.211043434013,510.063488209985,389.680535728673,1684.30849796924,329.677178776997,1219.92310947178,159.589411553444,1046.367189716,3689.34090749281,1209.84601091185,34017.0608527833,14229.0052789577,787.62735061515,6379.54693736946 -5815,192.89817398234,1249.72848551709,200.958671392342,1124.79377973566,230.641569826231,4457.00088300564,53.8850269948897,403.192117013008,1484.92757076991,10780.1547365436,399.26907936893,3167.49752970859,144.748394231272,2474.85264821686,540.612736217864,6014.58062743943,632.842359819265,7375.77711825345,70.3232198429461,728.114337971473,500.846112280374,971.810569650861,192.655655529358,1280.18343938359,122.374056605437,557.330050984749,354.664728127175,1840.38999604063,301.825315992577,1332.97094286325,144.958977900517,1143.33194332292,3297.25691555363,1088.44606416179,31110.9533761747,13072.1258923096,703.379415170454,5863.54995384269 -5816,189.228426616526,1341.86063273739,196.83131757765,1207.71552418499,226.311095931293,4785.57870312647,52.6917325858738,432.916137800883,1418.58397494836,11574.8864040658,381.292428075339,3401.01093050646,138.421114937325,2657.30306938953,530.398393661039,6457.98592247547,599.541057412166,7919.53217481034,66.4974130407977,781.792187325645,491.137069595325,1043.45412704027,189.219473673741,1374.56077852016,120.226058375391,598.417387076302,347.937993408182,1976.06673224612,296.389171776242,1431.23986813101,142.393654319479,1227.62035328128,3197.35079505002,1055.66007814053,29940.4768927931,12536.6029050316,682.674533528454,5632.57436681253 -5817,174.472843516732,1418.6904551604,181.478824941857,1276.86470927685,204.883414656163,5059.58268907133,48.6912196117818,457.703264854044,1346.28139656035,12237.6202568182,361.86710927587,3595.73984606938,131.294561614081,2809.45010907787,485.256013378554,6827.74556779863,568.937447044482,8372.97438469373,63.2065731077411,826.554626478057,458.3196592616,1103.19833096964,172.068364286554,1453.26288658328,110.449619200545,632.680484496577,319.705120350109,2089.20877727711,267.814995908902,1513.18720471015,130.138687222969,1297.90921297684,2979.43286431599,982.701109691994,27963.6295496801,11755.8198028398,635.515633880818,5271.69919206659 -5818,167.344254850043,1494.8838891281,175.387173525325,1345.44112533582,199.184747182325,5331.31707490694,47.2383091215764,482.285077863784,1279.4707896845,12894.8646243742,343.90764316015,3788.85580419114,124.705658440706,2960.33690090263,467.758743564413,7194.44246011646,538.565171908909,8822.6606912258,60.2078219075349,870.946294247562,438.300581314067,1162.44766818641,165.982778190078,1531.31309787765,105.687307379553,666.659777543057,307.320828231469,2201.4136563874,259.648160953693,1594.45576399556,125.038331211218,1367.61586361038,2856.78651519187,941.217247604166,26739.6764666133,11210.1117615632,609.654958096334,5025.08950841962 -5819,164.448194474943,1481.23039470438,172.119286946525,1333.15256363827,192.480797645854,5282.62358875546,46.4114779845476,477.880136002314,1206.24192443889,12777.089616212,324.40137921172,3754.25035960041,117.524956821006,2933.29871843056,456.489773969447,7128.73215263012,515.841115593751,8742.07908256301,57.520129338292,862.991522336277,434.799029490115,1151.83047385387,161.18165813389,1517.32687794787,103.597954431046,660.570852763413,301.078221441501,2181.30708536848,250.662414464845,1579.89283168964,121.984189755338,1355.12476934989,2671.12749726578,891.858945612055,25722.7185713029,10854.6670864055,569.545694401757,4883.02894906938 -5820,151.840515971714,1422.30631714998,159.406871190008,1280.11909542664,181.551096040814,5072.47821019225,42.985394244825,458.869827885376,1206.70893549319,12268.810673141,324.384194033849,3604.90442385768,117.526780341576,2816.61064492563,425.099327005132,6845.14766251446,508.235601186481,8394.3148537913,56.8488014797566,828.661292837392,397.582995782342,1106.01008803576,150.879076103746,1456.96686444071,95.8229002823992,634.293017595056,279.045805305072,2094.53361087882,236.398388495122,1517.04391360443,113.516590926969,1301.21723593002,2665.3398662214,873.946490587565,24862.1300259452,10431.1432646713,568.51171674523,4663.04773522107 -5821,148.739841146569,1381.02764386003,155.537221040198,1242.96702960566,175.418899194011,4925.26296669358,41.9743008748698,445.552346637136,1172.3908818869,11912.7409423619,315.121713693796,3500.28162203247,114.198053411154,2734.86598191248,414.206813732674,6646.48538380883,491.996009450816,8150.69210096758,55.0672189517099,804.611593864242,391.372560043874,1073.91107495473,146.623334974116,1414.68226057841,93.8431951671275,615.884342946215,272.703562938077,2033.74532105983,228.628042247351,1473.01573252901,110.735139429551,1263.45285246806,2584.63386875493,849.030673679957,24134.1608626502,10135.2133881423,551.232197579267,4533.93512894139 -5822,142.941064028871,1357.53900819173,150.278990731044,1221.82654061117,170.880789084347,4841.49367510151,40.5224209815973,437.974354416747,1183.37482491119,11710.1280308464,318.053419061296,3440.74853439162,115.273353710894,2688.35114860241,400.164152723731,6533.44139490026,495.576338005534,8012.06443623164,55.6513964174105,790.926691417294,374.251096465485,1055.64590402068,141.863941882246,1390.62122432554,90.0552752769816,605.409329640299,262.684996524398,1999.15520760275,222.3376543314,1447.96255562204,106.709392611843,1241.96393885534,2594.87893771597,844.740399612589,23924.8567632316,10031.410437847,553.357060465882,4470.19927865884 -5823,147.537685658478,1354.2991968592,156.39120053811,1218.9106115301,181.516992071142,4829.93929177966,42.1719608679234,436.929114266564,1198.92832021552,11682.1814265346,322.312374211232,3432.53707525352,116.590404937341,2681.93531048318,417.893888352787,6517.84912289632,503.601818463883,7992.94338188189,56.7221238672947,789.039118947848,380.952231385985,1053.12657047493,149.388974802866,1387.30246120002,93.3583971209227,603.964500434539,272.547727536617,1994.38415818317,236.378198685992,1444.50694553018,111.512797902659,1238.99995121342,2666.06565400546,868.640674853234,24632.4313892145,10290.6358157438,568.941648822253,4589.844421213 -5824,153.911826931739,1392.42483995331,163.203870692259,1253.22485394167,187.943290015528,4965.90964606449,44.1095183871749,449.229353022214,1270.77549042572,12011.0531268661,341.581904931517,3529.16836894543,123.682682916852,2757.4359891265,434.566250268115,6701.33678203184,531.59314561844,8217.95725426385,60.0032804233696,811.251805705739,399.203132814765,1082.7737325289,154.830836995021,1426.35719786527,97.1169943702995,620.967046872196,283.920328044614,2050.52919525015,244.4433877382,1485.17207800605,115.782953657788,1273.87973999505,2810.43152109117,913.477901433111,25857.4727946672,10808.3745686178,599.609891744262,4814.32714558317 -5825,164.064496787033,1437.9268403838,173.528425496401,1294.17804308865,195.824246421671,5128.18685943323,46.9745706526555,463.90937999968,1360.00552390247,12403.5532668145,365.618227613772,3644.49539848078,132.178612242429,2847.54415867662,458.671023299526,6920.32470898604,569.948196799217,8486.50567698076,64.4330283010322,837.762091182764,432.392114303001,1118.15687812498,162.275397755359,1472.96804820997,103.151720368262,641.259160330219,301.320928348148,2117.53689121178,254.11541828664,1533.70489542912,122.143755629635,1315.50789457437,2960.9704128032,966.135819694748,27532.6044111726,11565.3666628845,631.102497963462,5151.16170250091 -5826,176.98520620392,1443.19153274696,188.007745302613,1298.91642689836,215.39844631109,5146.96272857864,50.8243759302212,465.607894904257,1395.68206679117,12448.9664897449,375.463387696083,3657.8390169133,135.747266578989,2857.96989353664,498.706232303599,6945.66214592843,599.79728389103,8517.57738408903,67.1388970566877,840.829395832574,462.236418085731,1122.25079431859,177.453608465263,1478.36103721108,111.615582769904,643.607007320332,326.190434046724,2125.28984496908,279.689297872082,1539.32026070608,132.879727318108,1320.32437352986,3067.11352275483,1011.54738729742,29204.8995462083,12294.635111292,653.829130703308,5500.08137168338 -5827,188.090281535188,1469.83320141701,200.019700712045,1322.89474182766,230.538052958537,5241.97691939147,54.0367652883488,474.203130522489,1414.43888984213,12678.7774559117,380.582228390903,3725.36361979916,137.54964317942,2910.72871677311,531.754735092304,7073.88076791113,611.445797317242,8674.81394582694,68.3556688729971,856.351312129553,487.902685285223,1142.96781846162,189.499617557905,1505.65194353529,118.617057968872,655.488150088757,347.169008704185,2164.52321531024,299.552380245882,1567.7364892054,141.565464192141,1344.69788438993,3152.54141893708,1046.55829992019,30302.3560056368,12743.5400580737,672.444650315549,5718.42115844977 -5828,178.500757358276,1436.9433245758,186.875503749286,1293.29284884372,205.385151968472,5124.67927288502,50.5451785073072,463.592074420636,1298.19280410596,12395.0694619569,349.545403626139,3642.00262990874,126.172389912532,2845.59649025887,491.860769920238,6915.59133274141,573.852347492697,8480.70106143732,63.7012190455056,837.189077148334,477.772545845251,1117.39207915567,172.539234589539,1471.96056485309,111.959811729292,640.820550726797,325.747170101755,2116.08853448872,266.706289023108,1532.65586917333,131.197145777206,1314.60811109893,2784.43792383818,944.496429152237,28048.2324830403,11983.4679063878,592.283030499955,5400.24870733727 -5829,151.712859910814,1381.02764386003,158.248583508169,1242.96702960566,174.29244579951,4925.26296669358,42.7123804035082,445.552346637136,1085.87395934948,11912.7409423619,292.308408248408,3500.28162203247,105.644328747982,2734.86598191248,417.957643579821,6646.48538380883,476.731541137103,8150.69210096758,52.9725935134488,804.611593864242,405.105710071087,1073.91107495473,146.78724327039,1414.68226057841,95.3333063977587,615.884342946215,276.835915001571,2033.74532105983,226.771785017224,1473.01573252901,111.664323259818,1263.45285246806,2350.58879495314,797.35954326388,23552.2920188265,10040.8051567828,500.289005092282,4529.64047384226 -5830,116.370364261241,1276.65942090158,126.699201653245,1149.03244353662,146.907907360646,4553.04670750261,34.5213638031851,411.880676949545,932.623782446193,11012.4609166532,250.38248164026,3235.75529312815,90.4296889563722,2528.1843098759,332.50031330484,6144.19140619618,367.912438861791,7534.72090427101,43.053641108622,743.804786269381,301.43622120499,992.752532613641,118.570628385137,1307.77066163696,72.9238906011264,569.340195399993,215.812460485877,1880.04934976427,189.405756419823,1361.69570567987,87.8249538435923,1167.97009396562,2160.69052277653,693.091490364113,19020.5656098478,7797.89121590472,462.350808499527,3461.23419963967 -5831,94.8103435093681,1202.89584753772,104.880738991344,1082.64297618251,150.222042591453,4289.97811666358,28.4819253525022,388.082794731382,964.430402273972,10376.1765204839,283.153619796606,3048.79793469375,103.090119544499,2382.10940080799,385.366259997421,5789.18872800932,412.972612106153,7099.37540092141,45.8154245504974,700.828799078039,251.994427352248,935.392697192625,120.277926195493,1232.20952484244,60.3184149007297,536.444525196327,201.910550711656,1771.42276081772,208.084934903474,1283.01885620796,90.1158562908235,1100.48643598879,2587.26864225969,773.362259390189,19394.37107974,7612.58157794931,595.231168785315,3375.74872256649 -5832,94.1859036091818,1159.27409478062,103.166884016954,1043.38206732834,148.62871548759,4134.40657227633,27.8697336374167,374.009380349158,1011.89048952069,9999.89539218258,296.90735129365,2938.23648418597,108.364386144135,2295.72470878739,397.109508756393,5579.24988760654,424.736997753264,6841.92401882319,46.9138460409915,675.413979780914,248.670974596766,901.471664834543,119.821898172436,1187.52474240874,60.3397141931612,516.990928699247,200.489856940405,1707.18397750256,206.866790576544,1236.49152681136,93.2790838343621,1060.57845283172,2711.84661723828,804.491092351669,19795.2020221115,7714.34227764816,630.012836429553,3417.77916856073 -5833,94.7502905336038,1149.29431737292,105.118271471869,1034.39996307016,159.045580766073,4098.81493998675,28.2550900996152,370.789666925833,1089.3875173971,9913.80985765401,319.374134331564,2912.9422537573,117.007266480938,2275.96163318153,416.940222939616,5531.22011429326,443.648273004508,6783.02433405002,48.9520930196885,669.599581610013,236.39936117895,893.711216641225,126.063113104796,1177.3017652468,61.1454052508598,512.540338098241,204.588060818876,1692.48743924109,221.654644000348,1225.84701205885,98.3756103288849,1051.44831102115,2995.23041593694,872.410578789661,20799.677666312,7938.87915909827,696.784744095494,3494.44307085395 -5834,109.487167947768,1157.88560501122,121.384031199459,1042.13238415799,192.617590753694,4129.45469656895,32.3067782271637,373.561420543437,1263.50791224255,9987.91828296429,370.30124124672,2934.71728944442,136.066059168391,2292.97506546675,480.564749325216,5572.56748917743,511.777342332455,6833.72928597621,55.9482951796813,674.605020618229,256.165343062235,900.391951081202,152.037204096469,1186.10241617617,71.8968948196872,516.371716540014,239.250124593568,1705.13924321761,270.495345355639,1235.01055191279,113.786415280735,1059.30817314719,3560.84738491216,1028.82034375362,24192.6467578949,9120.74382642083,823.154964272115,4007.20297065296 -5835,162.145810259386,1207.78449204974,178.976322201919,1087.0429054489,261.962546674367,4307.41285801684,48.3067601003065,389.659987660062,1609.61222054293,10418.3459556071,472.266758161492,3061.18844158778,172.743098389549,2391.79044349605,633.455142656126,5812.71635574383,681.280563874291,7128.22770984206,74.3980424435907,703.677011472733,420.026241622434,939.194192047794,209.581393424345,1237.21730198592,104.00595053385,538.624669545046,346.979029354184,1778.62193452496,364.467121862882,1288.23312567532,149.452762204664,1104.95888220004,4447.09433622234,1319.24796148201,32392.4264354408,12519.2672742857,1019.92670756477,5557.43966483513 -5836,225.359399049561,1334.10822754987,247.165831795245,1200.73812290625,343.629836798424,4757.93071625042,67.2828668778125,430.41502760317,2075.82827624303,11508.0141766417,609.97735716267,3381.36208312454,221.97734102615,2641.95088631078,855.586157932302,6420.67584544892,931.004132478899,7873.77822628776,101.075329358365,777.275496351394,617.720133864305,1037.42572215972,277.923511871215,1366.61945298308,142.559571703293,594.960117414542,475.868784467384,1964.65029330142,475.352210790971,1422.97108737421,200.8266589601,1220.52795473936,5518.79312495925,1682.05552059311,43479.0715949045,17353.1530006348,1257.83429121217,7752.80496119967 -5837,244.4323557091,1593.09068505208,263.938381542117,1433.83023902187,364.315053947028,5681.5593725123,71.4463997093686,513.968924725347,2194.57307110872,13741.9961961593,645.366976720988,4037.7656970957,234.743862289802,3154.81702341085,929.326547752988,7667.0832769759,1023.14329260683,9402.26773917864,109.219213106433,928.163343412371,673.431651181022,1238.81497788327,297.73238072114,1631.91312038958,154.748456002684,710.456169490319,513.907919179389,2346.03611387018,505.750928530535,1699.20396080426,218.622343747071,1457.4617526435,5722.85666026561,1768.33816334671,46865.4245123891,19019.2352784412,1299.44641527083,8528.85113580141 -5838,220.281353276296,1770.81750460709,227.771507128145,1593.78980099422,302.712451932697,6315.3999233762,61.0201298079169,571.307821499172,1959.59524379601,15275.0672894729,576.339277367382,4488.22295115319,210.215466116764,3506.77162405587,838.180405421926,8522.43089708692,932.145411642053,10451.1943053611,97.3182063563791,1031.71019143555,626.241068361885,1377.01843867942,256.219780285287,1813.97101037558,139.654718835528,789.715383433072,455.99031115883,2607.76229241833,424.104634126295,1888.76888548972,198.493198094995,1620.05767034666,4942.74483492008,1550.92626008919,41563.7075079643,17122.4093127889,1136.46564568783,7736.41867019477 -5839,199.782894910605,1874.23114067372,209.048880541112,1686.86522972581,276.910099450707,6684.21176739291,56.3040642895423,604.671518763753,1835.45769499981,16167.1130510813,539.900376266209,4750.3298332282,196.704615484885,3711.56291596223,787.036120386747,9020.13072493555,874.575207638056,11061.5316221903,91.6822881494015,1091.96083950389,570.942798459914,1457.43467767872,232.649571756123,1919.90475985249,126.178586868223,835.833822541613,414.043498143348,2760.05250863474,386.170221757624,1999.07074190905,186.072686701171,1714.66711140554,4589.48610158236,1438.20967752262,38706.1991795488,15999.1779989005,1057.07102834579,7210.98203776565 -5840,193.176741507624,1911.66253748017,201.132428169711,1720.55462928951,262.938367740216,6817.70617882059,54.1551654929709,616.747777163916,1677.13231050138,16489.9961847018,493.433656993567,4845.20152599348,179.805000457651,3785.68877016694,724.798040316475,9200.2771781045,808.39785062549,11282.4481198687,84.222048508079,1113.76904586305,558.799615013674,1486.54198176506,222.208676782409,1958.24833196431,121.807238869567,852.526762273991,398.896259476479,2815.17517649321,366.622599782131,2038.99538543923,171.54723508378,1748.9117590614,4199.27375424668,1327.2531052293,35999.2511525896,14918.0117209457,963.167331894785,6748.50407680087 -5841,178.577948921796,1958.95800444738,186.046467156225,1763.12199305764,240.140074854243,6986.37956706281,50.1839835288325,632.006419079032,1554.15056797368,16897.966762433,457.373767681245,4965.07418355161,166.493392344887,3879.34856349717,676.650358351295,9427.89653917631,756.787053154074,11561.5814092963,78.7643368608253,1141.32423726579,521.59336921099,1523.31975808044,203.456788751323,2006.69635429156,112.285848183626,873.618691698383,367.831522083962,2884.82398843374,334.382867246535,2089.44112939644,160.170791167689,1792.18069210136,3842.7646945304,1220.88886079159,33431.9620312227,13943.8585859785,882.353246132397,6310.57012475898 -5842,171.571504040255,1998.21179670671,180.067769119237,1798.45160414997,233.881930246139,7126.37332473792,48.7395834709375,644.670625572877,1447.22501952896,17236.5698745935,425.999095797007,5064.5648260824,154.918420562758,3957.08332976952,633.671351067096,9616.81365294348,708.401683404422,11793.2535093615,73.9976619442087,1164.19420405857,498.931160736979,1553.84418851359,196.757798413625,2046.90673227827,107.687483068305,891.124348562871,354.275018083928,2942.63037391502,324.920340098907,2131.30955528675,149.673237021403,1828.09258424975,3608.46142463586,1148.55482592793,31601.0612211117,13167.815165011,822.488047934401,5959.03627913413 -5843,164.151283522546,1972.40901048744,170.933239901733,1775.22830902978,212.708022666514,7034.35090363124,46.4278359574003,636.346033374536,1377.48239559048,17013.9951063129,405.587996925983,4999.16641150173,147.404373670152,3905.98575573951,608.516337549435,9492.6323288184,681.238313889109,11640.9679510272,71.0574874127627,1149.16103579556,493.199864724061,1533.77949392999,181.456146811446,2020.47515134636,102.184731541024,879.617314574459,335.594988803267,2904.63236860568,294.720854415597,2103.78808588457,143.544277465524,1804.4865369738,3337.56071689067,1075.59203945936,30019.7438419801,12652.4416814963,766.595603927331,5741.55541267197 -5844,152.679185156853,1951.66842824768,159.73511006282,1756.56115199389,203.667808676839,6960.38220208691,43.3609769518823,629.654628514808,1318.51428312916,16835.0868966804,388.292526586761,4946.59839871296,140.974953272202,3864.91292633978,584.806129592149,9392.81392379144,655.653560693067,11518.5590328693,68.2824457360855,1137.07719880084,451.430423921657,1517.65125705703,172.132356447902,1999.22913654057,95.3578308376037,870.367825672592,313.871806916157,2874.08912620666,282.283471923162,2081.66600594157,137.944461569631,1785.51171926528,3198.64098367768,1026.55814951739,28723.5490520039,12117.0254400485,732.16645771533,5483.25120607051 -5845,147.38645924921,1919.03889481656,153.061379549021,1727.19357602492,190.314314606697,6844.01303790449,41.6353283155604,619.127565385732,1312.28794052038,16553.6246243187,386.320376640865,4863.89726183692,140.377225714858,3800.29626107373,575.816320382151,9235.77744592319,643.480004546628,11325.9826702036,67.2197432302196,1118.06664458219,443.533292103948,1492.27796530716,162.566394816136,1965.80444564377,91.7293280349804,855.816329294358,301.126532333722,2826.03783538786,263.727468395938,2046.86307038642,135.857619327096,1755.66012485908,3144.12024441793,1007.84325286639,28000.4648285443,11816.7633002576,728.13681161484,5349.56672793128 -5846,140.707247561703,1887.79785115483,146.637504021495,1699.07568322629,182.260550481651,6732.59574942945,39.8835868413683,609.048462062377,1266.1948058077,16284.1394611753,372.92210767191,4784.71531970243,135.366559242065,3738.42923912833,563.306899409208,9085.42336648404,632.156909978849,11141.6010403849,65.9409362291758,1099.86504952621,423.77779428317,1467.98438731064,155.130335100713,1933.80208097953,87.3221305437286,841.884045075356,287.610997692508,2780.03127885401,252.026976284104,2013.54110972985,132.871203907863,1727.07881013741,2994.55584227117,964.77290477912,27190.1211007207,11570.2805114808,692.050055130532,5233.71380603512 -5847,143.708862262262,1833.15495576742,150.575935833818,1649.89540963024,188.459601685649,6537.71867347728,41.0004530751862,591.419365081478,1304.98084784872,15812.7899845845,384.341783475616,4646.22024804361,139.322825207483,3630.21924317882,578.881009238038,8822.44296407417,648.370280922492,10819.1039362985,67.9412852724188,1068.02911391225,430.795137218354,1425.49312308067,159.766608121901,1877.82757886518,89.3522234076753,817.51544979634,294.401032897306,2699.56240966272,260.554289361479,1955.25853665142,136.369957718981,1677.08797733165,3095.56272474344,994.466164581706,27978.2307468801,11882.3847156938,714.57091722231,5367.83448776659 -5848,150.508658750142,1818.92292510891,157.902488848167,1637.08614766397,197.044474845316,6486.96190995061,43.073827943365,586.827773678147,1349.52090249704,15690.024524333,397.532328700411,4610.14847527377,144.140418857089,3602.03537830505,602.678756062893,8753.94832953572,675.296944608137,10735.1078625162,70.7359375065288,1059.73727636434,451.658452624293,1414.42604892671,166.946374952101,1863.24872420277,93.4056600433012,811.168520471735,308.230001189975,2678.60386774678,272.198074306432,1940.0785327181,141.783912500053,1664.06760093886,3193.93711413321,1029.53009200038,29132.5428421451,12404.0604374458,735.67231089374,5606.02015015171 -5849,163.539848931122,1809.49275782573,171.941050508316,1628.59870929243,215.256741432523,6453.3303936692,46.8846523080465,583.785377545904,1459.91386974727,15608.6799253403,430.044035951202,4586.24725839317,155.745616626499,3583.36070236995,650.167257763353,8708.56367029795,728.249652569155,10679.4519237466,76.4773011245624,1054.24309095693,490.385763426883,1407.09298710923,182.030603755503,1853.58875075538,101.583180284115,806.963034501273,335.220101113582,2664.7167028705,297.242052425346,1930.02023675983,152.974495301323,1655.44027779572,3467.34005397868,1116.52598553504,31549.9586276329,13408.4259359133,797.6332765412,6058.43431662287 -5850,174.172348413408,1811.51763885635,183.323490960497,1630.42116402107,229.307264348489,6460.55187949276,49.98756862147,584.438652300298,1496.22719045617,15626.1465439587,440.9776164843,4591.37941768759,159.697976958752,3587.37059911074,678.523131708674,8718.3088352364,764.820478840085,10691.4025765051,79.5534263786264,1055.42282313729,523.388767591561,1408.6675697571,193.821895137446,1855.66297663097,108.190338970952,807.866052285626,356.987334089665,2667.69860720822,316.45003697728,1932.17999194494,159.7719219665,1657.29276910929,3538.97726768336,1150.82462514926,33043.652631971,14138.3041056808,807.931459607278,6400.66755833805 -5851,178.732576080409,1802.7238656403,186.736257174021,1622.50649973323,225.418266895547,6429.18998333444,51.0633953123649,581.601572021981,1485.47769771422,15550.29147857,437.986177475664,4569.09117247157,158.46448459045,3569.95618215237,681.597547105401,8675.98695601201,770.916275539109,10639.5025742072,79.9250921538554,1050.29941238234,550.015704938436,1401.82937901606,192.72953899672,1846.65490570089,110.122262488452,803.94437319161,363.375833465064,2654.74861651678,310.302910964615,1922.80047926601,160.457194343898,1649.24766016222,3439.29515249266,1134.93125980878,33119.860271987,14305.6652298737,786.868192462608,6497.73214821239 -5852,172.694825472208,1714.87289497515,178.440171685089,1543.43794484867,210.249455507095,6115.88044581081,48.7566300338453,553.258760559639,1341.6304084992,14792.4892291206,395.872762363781,4346.42862153418,142.97354815928,3395.98382742197,629.057089214052,8253.18572167372,716.84427958976,10121.0146092152,73.6948668239933,999.115853643544,539.810328594351,1333.51493885096,182.263895553562,1756.66307220855,106.27454367706,764.766274486747,348.896431459924,2525.37647734553,289.792175518728,1829.09789301943,148.19798251921,1568.87594568391,3048.53300659632,1027.91083516981,30736.3831505111,13422.9334660853,693.555159295801,6127.10435910364 -5853,144.694577714722,1575.87918366521,148.40064901888,1418.33936246411,171.922476408643,5620.17669798088,40.5227895893969,508.416085239358,1082.505743224,13593.5298289852,319.506763060134,3994.14231109043,115.408401616812,3120.73287610948,512.512769844305,7584.24931423096,584.708234142686,9300.68711621033,59.9433912296844,918.135612522801,456.909228419423,1225.43101555773,150.414503244972,1614.28218751276,88.9008192134171,702.780512692355,291.093573757024,2320.68990840529,237.097809126395,1680.84602826321,120.578381546974,1441.71556492656,2436.28541690745,831.021611345574,25105.9576295092,11015.9772050744,553.542791673132,5043.22419700907 -5854,111.69077901503,1435.4680536697,119.751191306295,1291.96506000172,147.167958593917,5119.41790306962,32.992529688552,463.116116957324,948.996650603734,12382.3437788743,279.414820032324,3638.26348416239,100.953356605231,2842.67499318883,414.052836331336,6908.49128187847,457.253925898596,8471.99415468237,49.4057031548862,836.329557731462,340.231923303357,1116.24488288364,123.074146845788,1470.44934269206,68.5473868499323,640.162637572988,228.785900317604,2113.9160035362,201.202129665676,1531.08233278245,96.6951040179092,1313.2584384528,2304.43148872922,738.225023088317,20551.7818156752,8612.93570045832,529.088050930329,3889.29502097795 -5855,86.1844509526894,1344.81117735549,92.3015393405855,1210.37110439439,133.975711337077,4796.10145276419,25.2503879226121,433.868053632761,868.28260219224,11600.3377944348,275.609202756149,3408.48922911087,99.5051515427411,2663.1460690862,433.649052464965,6472.18603770536,422.446881055046,7936.94600488044,44.124234457349,783.511227794162,204.617036614592,1045.74852176626,102.08155564871,1377.58322571652,54.8159378458412,599.733214635244,181.879867940876,1980.41179828323,192.732175230645,1434.38694390557,91.6832276361052,1230.31970114057,2366.00450075765,718.41004965508,18471.7786146319,7429.0875108511,580.829159405777,3345.92296175227 -5856,86.3892648119022,1295.28833816811,91.7591092900134,1165.79903764681,134.94077088111,4619.48441910844,24.9528625055762,417.890808492034,911.479496263518,11173.1539095991,289.165229561903,3282.971188506,104.659328598302,2565.07538322885,447.238276475869,6233.84698034683,434.636757311627,7644.66697920221,45.1873237391986,754.658329194775,202.181341828212,1007.23870213812,103.328146659977,1326.8535517644,55.4328565417,577.647964271606,182.587958640911,1907.48288702593,195.176386504295,1381.56546595265,94.939543681592,1185.01302483195,2497.66970842076,751.639076256687,18946.8417353656,7547.32434210235,617.719293830149,3397.46658870964 -5857,87.0395937043003,1263.75802779194,93.695925510361,1137.42079597653,144.916663249781,4507.03549694926,25.3589407105713,407.718380850374,965.933962086379,10901.1735325129,306.241037633362,3203.05608583782,111.233114084425,2502.63552286089,464.232217107138,6082.10074413364,449.191829166875,7458.57812510386,46.5786571504775,736.288202137874,192.266479547061,982.720185321841,109.074493121572,1294.554871171,56.2836620013268,563.586678405787,186.616070624608,1861.0503471096,209.884867957035,1347.93497097878,98.9220677237467,1156.16707032765,2723.39372827808,805.628841684854,19743.3500717135,7709.05808199281,672.539743692611,3454.06870425967 -5858,100.792455309001,1268.32847667336,108.494781049188,1141.53433946376,176.245723839489,4523.33543324444,29.0837454790204,409.192916304717,1140.75133186683,10940.598212936,361.523085987788,3214.64011045541,131.744226205619,2511.68643883888,542.685399648984,6104.09698861348,524.567550745584,7485.55247406874,53.9580712532056,738.951028023728,208.437399868298,986.274245729747,132.07030373888,1299.23669849297,66.3560460969048,565.624919941946,218.738353035885,1867.78093579046,257.231629646213,1352.80985030286,116.025226728918,1160.34841072438,3295.09211961635,964.871955994311,23218.8331084602,8938.20751797411,810.188715820442,3996.68993941075 -5859,148.547350285797,1302.43328101058,158.984991124058,1172.22970427473,237.356904849938,4644.96596724226,43.2054735401147,420.195936897106,1463.55712196125,11234.7861683803,464.261423775257,3301.0803930778,168.434415034364,2579.22460117497,718.462406418125,6268.23351734467,701.480409182547,7686.83574348938,72.1531098905905,758.821101659257,341.451561605839,1012.79473375165,180.412869174362,1334.17261155081,95.4181706357146,580.834329473988,315.515146546403,1918.00475756177,343.144998632261,1389.18632224888,153.196887688444,1191.54967777671,4125.16840049552,1240.2097327044,31107.8895077137,12283.5080538971,1008.72141112914,5537.70231585185 -5860,208.845819286737,1418.86401743379,222.515894649673,1277.02092062017,318.508556476719,5060.20167728735,60.9073762813956,457.759260169229,1912.27584375066,12239.1174045469,607.33672673452,3596.17974807897,219.295043515221,2809.79381657667,978.151868227011,6828.58087266627,966.034808779377,8373.99873250968,98.9412868902447,826.655746986432,502.948811824559,1103.33329600703,244.067778975367,1453.44067844021,132.587522045717,632.757886485728,438.948036285401,2089.46437061225,458.167374827271,1513.37232769478,207.751535418257,1298.06799890004,5219.58277326643,1608.50153354659,42267.7955322211,17179.2961126072,1266.59953446065,7776.11092110445 -5861,226.237281095824,1658.63901862878,237.263998716896,1492.82573983147,336.866350295349,5915.32933456128,64.5866191382445,535.116375301802,2018.58273520617,14307.4159548255,641.532547046629,4203.90113138147,231.532413396449,3284.6231923655,1060.29279919194,7982.54838948647,1060.16553503813,9789.12768878966,106.787232970775,966.352983850613,548.194513951999,1289.78650020276,260.860365535441,1699.05881811235,143.700532721425,739.688163893605,473.366724736583,2442.56467889025,486.253225853897,1769.11836623184,225.829743679829,1517.42958123853,5399.91531618461,1688.1708303035,45503.0839338495,18821.2111235243,1305.53675565295,8544.52782423578 -5862,206.894006650872,1820.91888002927,208.56153781771,1638.88256801052,289.412570771096,6494.08023440714,56.1185157749304,587.471716181761,1850.16977846535,15707.2416263979,587.940985062537,4615.20731993716,212.88959908795,3605.98799231491,973.634130628283,8763.55428149757,980.665823959203,10746.8877961588,96.8811180907882,1060.90015567156,510.752284188273,1415.97813812899,230.80438417198,1865.29331906031,131.97145074939,812.058638341671,427.948481296501,2681.54317457266,421.890815321329,1942.20743507004,208.757571180041,1665.89362878757,4845.6516401889,1527.54145238476,41246.9551106542,17200.285686459,1185.73840907376,7851.73016977812 -5863,187.509063180466,1905.93501332327,191.198827406567,1715.39968273942,264.243846638581,6797.2796777681,51.7177269120135,614.899941720597,1718.54930275617,16440.5905758962,546.214963513866,4830.68483790597,197.532664022318,3774.34648382899,908.770172097341,9172.71226601639,915.524132806451,11248.6448241046,90.7363236122157,1110.43208706916,465.601887381283,1482.08815953238,209.29436666,1952.38123230282,119.14666017413,849.972510396584,388.219864708166,2806.74064188621,383.479943668105,2032.88635986754,194.553434191782,1743.67185183305,4460.18254864513,1406.663887217,38239.4973520083,16020.0399105185,1092.15033522228,7298.61669676337 -5864,181.508196663118,1933.12629211785,184.218910042984,1739.87266355536,251.701119701567,6894.2539845891,49.8058225281627,623.672494629911,1564.9390764751,16675.1424775988,497.496681611707,4899.60245433991,179.931951883815,3828.19370673622,834.637110683829,9303.57600207462,844.363303737549,11409.1251318461,83.1508072050884,1126.27421612964,455.742607615946,1503.23257005125,200.382505442964,1980.23514234159,115.172280113078,862.098757795554,374.592503241482,2846.78338561257,365.253478498063,2061.8888071611,178.90656449312,1768.54818136055,4072.26341181916,1295.4378354066,35501.530171623,14909.9779454948,991.72898902134,6814.90195213677 -5865,167.119645988716,1973.21896121615,169.537991132978,1775.95728940599,227.900606679413,7037.23949195651,45.9279940761206,636.607342733142,1450.48011709198,17020.981739238,461.214340579962,5001.21927095247,166.644041668824,3907.58971110188,779.032374211935,9496.53038669136,790.38811442127,11645.7482021945,77.7630827117103,1149.63292768684,425.149463114377,1534.40932567999,182.105235959717,2021.30483997202,105.660037860213,879.978520937405,343.733152637069,2905.82512786152,330.223546679141,2104.65198616293,167.036458630115,1805.22753195901,3717.30722338798,1189.18243390345,32914.7700282062,13926.7048118167,907.619973210974,6367.70731441984 -5866,161.098357937977,2015.5679314508,164.753664586769,1814.07265514357,223.531605546142,7188.2718161114,44.773777176051,650.270127218018,1346.05646750375,17386.283848739,428.103048642543,5108.55479235452,154.519009214234,3991.45389628217,727.64895063318,9700.34369407545,738.315696475874,11895.6877444697,72.8800715417953,1174.30620094861,406.871154566843,1567.34062024901,177.221387097817,2064.68582311967,101.748366572974,898.864506184244,332.408214115162,2968.18957107114,323.22884962553,2149.82175498645,155.710040436317,1843.971091858,3486.66151711629,1117.73333223677,31088.0509417193,13137.5936403718,843.403561004983,6005.9652670161 -5867,153.440210930876,1993.58349279886,155.516449143798,1794.28598937316,201.552553085833,7109.86705570176,42.4107460948832,643.177424711721,1284.76889840583,17196.6461368596,408.701434661924,5052.83416509104,147.438173551166,3947.91784277307,699.821880338434,9594.53896900642,710.994552261831,11765.9377056046,70.1066176886127,1161.49767079167,401.901791879538,1550.24513903258,162.14269391558,2042.16564004589,96.0300048104391,889.060305946553,313.248988068593,2935.81458607842,290.652474960581,2126.37296730353,149.591498849061,1823.85831435627,3226.96217732162,1046.87205992458,29525.5388031962,12626.2631870366,788.243916735941,5785.66984313068 -5868,140.839502099909,1969.14027023873,142.951000586407,1772.28634304122,186.982558425854,7022.69334893543,39.0110862710332,635.291460068321,1214.90057114487,16985.7989612438,386.577980422842,4990.88163062089,139.276438575628,3899.51262933277,666.947020054257,9476.90083033383,679.557041502519,11621.6761610014,66.8259810861034,1147.2566088182,367.243424864593,1531.23766475673,149.796384849938,2017.12675432849,88.1761552640802,878.159584202957,288.07625586349,2899.81871754219,269.456201605236,2100.30161996674,142.573912220609,1801.49608329999,3019.42385581238,980.498459676029,27897.5748070553,12002.3668218069,737.180148906826,5489.56491812805 -5869,136.497567989656,1933.82053559959,137.648135087577,1740.49750387783,176.397707329733,6896.72991743933,37.622206475467,623.896474080145,1183.86548305965,16681.1310201061,376.662926481922,4901.36204815483,135.744623988965,3829.56852561825,647.631741310426,9306.91719453716,659.126809200456,11413.2224899895,64.8731375564942,1126.67869489359,360.990034618601,1503.77242583696,142.585771875498,1980.94630402073,85.23053797281,862.408363249508,277.811197052309,2847.80575068901,254.242758431338,2062.62929311398,138.44953763931,1769.18331991931,2914.91234330418,948.58713776629,26967.6785863394,11620.6656948456,716.346246164033,5321.19118548382 -5870,129.545232764434,1895.98416202583,130.896633569298,1706.44361286332,166.544351863695,6761.79120684555,35.791556239061,611.689560548052,1164.87057379853,16354.7545579211,370.696147707928,4805.46392210833,133.522437568825,3754.64069095407,641.688308460065,9124.82170567971,654.601092887144,11189.9158584474,64.4665365335032,1104.6345417714,344.64836505878,1474.35020478466,134.449868756693,1942.18788615893,80.5502605608224,845.534819709994,263.366280890443,2792.08670113658,239.419811715944,2022.27269794821,137.181578630021,1734.56817348733,2820.23408146725,919.847270234578,26390.2341169232,11458.7828770239,695.597142022884,5239.31668838364 -5871,131.986707334949,1845.62244599948,134.010375904525,1661.11653135744,171.219355928395,6582.1824234975,36.6933603918264,595.441673797939,1174.9916216405,15920.3345236068,373.99426071002,4677.81970742169,134.450175311795,3654.90876700341,650.051887658185,8882.44537747162,663.40239912495,10892.6858624859,65.4957185873396,1075.2928984076,350.249143875746,1435.18805996092,137.802217832456,1890.5988925631,82.1781462954471,823.075463068994,268.741887424685,2717.9224331116,246.046590931398,1968.55646688376,138.789401758606,1688.49403872865,2843.44355998585,929.49056987503,26820.5340893002,11661.6705314865,698.414227821878,5329.72639448251 -5872,138.156500396751,1837.40720901822,140.434927909993,1653.72256733833,178.781075869281,6552.88380471438,38.5239464508226,592.791243061484,1211.0872336467,15849.4699103075,385.558371151986,4656.99779038477,138.631406318537,3638.64003244673,675.2216718407,8842.90782529934,689.700168918884,10844.2003253076,68.04891831502,1070.50655328927,367.185174554685,1428.79974904131,143.832362886765,1882.18345636564,85.8474566686688,819.411788519939,281.173499707812,2705.8244133172,256.686969704988,1959.79402583223,143.985658425629,1680.97821191387,2921.41691762569,959.177202020859,27870.8631741106,12157.198826587,715.662748638679,5558.46917218957 -5873,149.973841105625,1829.5680198881,152.741601870358,1646.66705786253,194.869575295086,6524.92631372339,41.8875931517789,590.262134300925,1304.95018050879,15781.8490848153,415.451311817154,4637.12898488634,149.183668773067,3623.11599006201,726.516168007779,8805.18008233494,742.136485127528,10797.9341863168,73.3829801734744,1065.93930042606,398.621541126182,1422.70385946015,156.533034364877,1874.1532320258,93.2538706790744,815.915816612278,305.417708996367,2694.28017357285,279.653524229157,1951.43268059032,154.937352681574,1673.80641784332,3155.41251600304,1035.98256646733,30102.3719751117,13115.5059207305,771.678893444494,5996.24168885667 -5874,158.790748555826,1824.10083914128,161.669291244697,1641.74642832742,204.686711252383,6505.42829499494,44.3584068919884,588.498291830384,1322.13662130097,15734.6891976027,421.17570739289,4623.27214981321,151.185894665129,3612.28926497225,752.393859404351,8778.8681275483,774.718765136321,10765.6674122767,75.7967520950781,1062.75402239473,425.128267815011,1418.45248478356,164.70199902925,1868.5528201497,98.6044539799671,813.477667718597,322.84823755158,2686.22902896857,293.412044381222,1945.60133949556,160.644373855834,1668.80468949977,3161.990180511,1053.07881747566,31252.4648257592,13753.8580905006,767.237010981729,6300.52046867758 -5875,163.433822481556,1819.44360912317,165.25082106094,1637.55477916852,202.464467609303,6488.81886459175,45.4493120286501,586.995758718449,1321.6112283697,15694.5159433153,421.128405214966,4611.46817419082,151.05432374836,3603.06649524487,759.035318645249,8756.45423063464,783.830895177632,10738.1808894038,76.4952205936213,1060.04063625469,446.915826664392,1414.83094185696,164.632545391648,1863.78209689927,100.718756372676,811.400725187863,329.902739074247,2679.37064362014,289.565469776906,1940.63389867916,162.0638666872,1664.54395614144,3100.93977110181,1046.37337929347,31477.7534446913,13962.728825211,754.343871121983,6412.22346356312 -5876,158.066993116567,1727.687509754,158.067368708571,1554.97148926252,189.162488289376,6161.58217226306,43.4291757438891,557.39305990647,1192.75330429616,14903.0280636003,380.327388581302,4378.90788493143,136.172052880578,3421.36076624415,700.01598472947,8314.85874480646,728.726182521762,10196.6452310346,70.5244258832187,1006.58187915564,438.667547120779,1343.47980580599,155.922383994484,1769.78996962032,97.3112974745363,770.481091737703,317.182007725082,2544.2476874647,270.927872957864,1842.76606922101,149.644263185228,1580.59957892731,2744.413611169,947.303656691305,29206.7763507001,13099.8194717673,663.401582962147,6040.9367374091 -5877,131.972067512252,1590.14014043399,130.845882097693,1431.17465881247,153.147592393963,5671.03662287458,35.9353520209963,513.017008893469,958.517647467699,13716.5448057903,305.73245829347,4030.28739849129,109.466688534215,3148.97402371419,568.852491592431,7652.88316174602,593.234738881249,9384.85390910853,57.2321538226593,926.444302943854,371.133896448244,1236.52058315728,127.640435057687,1628.89067319323,81.0417617090558,709.140341931377,263.450843634125,2341.69104783307,219.400486756732,1696.0568850297,121.461115981072,1454.76240478421,2173.37114777858,760.892638914417,23761.1562887793,10724.6292990107,525.153911910607,4959.30016698843 -5878,101.064315479083,1451.49355086492,104.661473392056,1306.38849658914,128.997072826043,5176.57084146977,29.0370925514536,468.286323298304,866.120216886207,12520.5796769086,275.573645195498,3678.88088495501,98.7761138373294,2874.41048184271,469.345660781849,6985.61735053453,471.456798695063,8566.57509517537,48.0503416575578,845.666301205089,276.098075283639,1128.7065877569,102.951147472869,1486.86536933701,61.8791484458189,647.309382863962,204.945708166249,2137.51566143105,182.983367777016,1548.17526324992,99.3127595226233,1327.91959330624,2119.75214252709,690.30802308794,19663.1651322505,8450.71604591132,522.167228908324,3861.02356223465 -5879,87.5788122108737,1357.30759369782,94.1084210194428,1221.61826050368,129.561674789264,4840.66836415143,25.0237992885376,437.899694600002,743.563391077828,11708.1318500107,244.956005022178,3440.16200311998,84.0265559504341,2687.89287564173,380.047707351328,6532.32766407941,392.648316195809,8010.69865018384,37.6475076796656,790.791865162642,223.163596080162,1055.46595209211,110.075970050543,1390.3841704325,61.6618772504166,605.306127822314,190.154550922904,1998.81441924394,198.593854816919,1447.71572697108,88.8561785189545,1241.75222600242,2097.65988230686,658.931112884738,16941.6184974531,6803.73020015575,519.907859946498,3117.75780459639 -5880,87.7826743393091,1305.9334329473,93.5446092860358,1175.37994784538,130.490707077055,4657.44882288122,24.7266789654064,421.325169114813,749.255029244088,11264.9784700814,256.92642134692,3309.95169811856,88.341724904277,2586.15599498581,391.657404453769,6285.07873314606,403.792381156424,7707.49330300285,38.5289748763246,760.860353256493,220.500436206131,1015.51651267155,111.418112749951,1337.75805958744,62.3545446083424,582.395260412149,190.88781110813,1923.159192852,201.110566148274,1392.91961382487,91.9882352495202,1194.75184173641,2168.55841174101,673.644232685409,17235.5918982641,6869.73518782754,546.986499872319,3160.34321897467 -5881,88.4024623766015,1275.01058772209,95.4670428199746,1147.5484433513,140.110704291462,4547.16634947119,25.1202314382132,411.348724171047,806.779847522812,10998.2380858419,271.998298362678,3231.57624537222,93.843995906914,2524.91910530706,406.156969986716,6136.2560504656,417.06998500173,7524.98964970011,39.6835005100333,742.844146344133,209.643831686922,991.470371304216,117.526160294771,1306.081647619,63.2563266264825,568.604880257033,195.031358550048,1877.6212254766,216.188144308356,1359.93704630437,95.8157936787271,1166.46163539629,2387.97384188627,728.488943560263,17990.321039107,7020.63313955217,598.588699200031,3210.14927376115 -5882,102.329914211953,1277.55615276697,110.48632949002,1149.8395295845,170.37329240854,4556.24478993589,28.799282817376,412.169983965743,983.374626735085,11020.1961234427,321.027523693374,3238.02810358368,111.118583289595,2529.96011898767,474.543401562697,6148.50711650297,486.902188258624,7540.01332934626,45.9456223385694,744.32723841485,227.226261850998,993.449846882329,142.23292343849,1308.68924619109,74.530350486399,569.740102757514,228.535911588151,1881.36990568768,264.895212539153,1362.65216745054,112.362506014406,1168.79048191243,2939.23258305531,888.338055371775,21267.9483758064,8167.46754204386,727.601804074094,3715.38745005921 -5883,150.919321382045,1315.0164784896,162.051033866997,1183.55496605568,229.514023179758,4689.84237273752,42.8092836903097,424.255575521939,1319.13494656406,11343.3287978205,412.476488374,3332.9731180917,142.16805958374,2604.1432614799,629.12999875681,6328.79279615255,651.708509818807,7761.10056270076,61.5124491691223,766.152299281924,372.364803469776,1022.57964659618,194.484014968718,1347.06245219525,107.298786034545,586.445943655634,329.8178316667,1936.53517519006,353.530151531426,1402.6076668067,148.435761724581,1203.06159560017,3723.67045905921,1160.16303042519,28986.6816059001,11397.4382402063,911.186565564671,5195.58710566796 -5884,212.25238689676,1431.07116706168,226.905207746746,1288.0077278578,308.032661127817,5103.73695499046,60.3663262039653,461.697576818166,1766.30192598682,12344.4162461799,539.961478465585,3627.11936155438,185.276691283509,2833.96778470964,858.005724184074,6887.33034226628,898.47297393131,8446.04415353344,84.4657557908075,833.767852353983,548.564514349773,1112.82578751312,263.242068301698,1465.94530722702,149.184106529854,638.20179802598,458.963858739762,2107.44100819049,472.155373605498,1526.39257644299,201.419957407633,1309.23588397926,4785.98009049027,1531.16655295186,39519.1244334396,15973.6895293514,1153.95111210392,7295.80137767648 -5885,229.96052915459,1662.11024726114,241.970160016412,1495.94995154543,325.80425603925,5927.70903884013,64.0158414912712,536.236276173982,1866.71039450999,14337.3587641768,570.580557412365,4212.69912890292,195.731404101623,3291.49730900198,930.967106089627,7999.25440581527,986.679695313655,9809.61454574741,91.2239177431554,968.375384209483,597.940761817834,1292.48578785899,281.432567490916,1702.6146380052,161.736853942958,741.236196168675,495.006755468832,2447.67652080072,501.168785101328,1772.82080796746,219.032529976968,1520.60528430039,4982.32803399962,1617.31364591351,42419.685122035,17449.7195066276,1193.78197404339,7998.69636400462 -5886,210.375383557937,1821.03458727623,212.76140184349,1638.98670806427,279.951834821278,6494.49288988218,55.6305255245904,587.509046090133,1600.33563316582,15708.2397168158,522.882225174794,4615.50058557298,179.965867090737,3606.21712879525,854.837028506346,8764.11114690799,912.732452111429,10747.5706891827,82.7452042038242,1060.96756879889,557.164727583734,1416.06811409328,249.197074355935,1865.41184600683,148.652024849252,812.110239250663,447.639600601684,2681.71356875206,435.003287387212,1942.33084939552,202.479686743474,1665.99948521403,4303.05613985921,1408.13244524962,38028.1495469669,15829.976196677,1062.10367407186,7344.05039209609 -5887,190.658561720679,1907.29457698241,195.052593039856,1716.62333152767,255.605068970524,6802.12839210846,51.2694584619776,615.338569275538,1461.22557268197,16452.3181685609,485.823416168841,4834.1307180165,167.006448661899,3777.03884441869,798.060294032807,9179.2554514689,852.205974383054,11256.6688378357,77.5130242379771,1111.22419335871,507.91039454657,1483.14537984013,225.952163357223,1953.77392751733,134.194031435341,850.5788226414,406.073368162037,2808.74277865932,395.379590533492,2034.33648193294,188.7161307457,1744.91566805272,3944.95397404998,1290.49415892289,35023.9762657356,14664.0058646271,976.457396286611,6803.31409032407 -5888,184.575504475561,1942.70109275825,187.954392104983,1748.49027636273,243.485644738735,6928.40131771258,49.3776658874422,626.761552921306,1390.81563603769,16757.734683563,442.543860575606,4923.87025148736,152.1544238631,3847.1548018826,733.177380670706,9349.6567396994,786.126468902379,11465.6346827555,71.0466823217206,1131.85266753751,497.173381543476,1510.67810127861,216.374432943242,1990.04327375356,129.743356124109,866.368744589425,391.850630150218,2860.88354218008,376.627189791872,2072.10137027802,173.559655445076,1777.30782439501,3662.24899700782,1210.56564995929,32944.0361032998,13790.0388343431,894.194952555036,6387.48698215651 -5889,169.961808521128,1979.38039105652,173.001562135166,1781.50276431438,220.475507538596,7059.21346354904,45.5376241702371,638.595166464423,1258.22900169046,17074.1302173654,410.321429448066,5016.83571406394,140.943198723779,3919.79126618682,684.523566212535,9526.18356094859,736.006057503128,11682.1123674985,66.4587474579981,1153.22268775167,463.817118615694,1539.20056050614,196.677744560724,2027.61641927583,119.050611861013,882.72627778769,359.599949864025,2914.89864580638,340.542455511574,2111.22381919618,162.061652912917,1810.86440399536,3307.79102431743,1099.41543548383,30356.8588918665,12821.0988012763,813.87544215815,5955.57619726644 -5890,163.82173276918,2017.39032409777,168.102458667571,1815.7128641468,216.237887535891,7194.77115235192,44.3909008364497,650.858074406448,1234.97724730241,17402.0038030753,380.910174718659,5113.17373500832,130.710405363894,3995.06280279323,639.540681236321,9709.11434116966,687.614395265688,11906.4433302963,62.3003093290255,1175.36795974746,443.862190022427,1568.7577444139,191.360477811207,2066.55262612027,114.618526609915,899.677222065029,347.724480972118,2970.87328456188,333.289893062891,2151.76553435377,151.085468245295,1845.63833378351,3192.99176529975,1064.09635699295,29015.5032385465,12199.3663420937,767.938321435839,5634.98572055748 -5891,156.08603844364,1993.98846956617,158.745633932061,1794.65048082397,195.013924913123,7111.31135486786,42.0595387106578,643.308079843651,1110.53911601794,17200.1394654241,363.692567851329,5053.86059837227,124.743760093122,3948.71982323255,615.255626824254,9596.48800469491,662.277994841472,11768.3278394683,59.9420591037368,1161.7336175547,438.491360606099,1550.56005599854,175.194910695513,2042.58048579587,108.244836770766,889.240909753688,327.770162223048,2936.41096777238,299.806027063768,2126.80491893911,145.162974735669,1824.22881313239,2856.30352612965,963.982732042589,27267.8780719754,11641.3004386778,704.762555144256,5419.0552613082 -5892,143.259520713255,1966.36328789402,145.907853862847,1769.78697417513,180.910532487379,7012.78958751374,38.6862647671142,634.395539551628,1030.74068464664,16961.8447186034,344.056772044793,4983.84323402608,117.862940231826,3894.0133371349,586.535323005584,9463.53601997159,633.117315826767,11605.2866787472,57.1503303278634,1145.63868885806,400.67030914826,1529.07823506813,161.833338424234,2014.28209898907,99.3798447355474,876.921158633166,301.415941649883,2895.72924484023,277.922243773078,2097.3396671768,138.369379787731,1798.9555213639,2669.59842506379,900.886431673439,25538.5256669408,10985.6017524124,658.99277862718,5116.80678447536 -5893,138.86437900245,1932.48989805072,140.522055861651,1739.29988947165,170.685145293565,6891.984364466,37.3134374146624,623.467178775984,971.144086733307,16669.6529439949,335.212430186218,4897.98948267533,114.864050083039,3826.93344775949,569.47493966978,9300.51322206125,614.03393233033,11405.3691953744,55.4747261951991,1125.90344147718,393.867078740764,1502.73769897479,154.094641215925,1979.58323982428,96.0892640188884,861.814950919108,290.712015999961,2845.84621142773,262.278535752478,2061.21002388175,134.360090721038,1767.96596716449,2522.87054460762,853.730399005345,24568.8152765254,10605.175559433,633.275351065942,4959.26097802555 -5894,131.796053646074,1897.4883618481,133.637439026899,1707.79743861281,161.155024308565,6767.1557480349,35.4991192606938,612.174851167397,916.569072923551,16367.7297817611,329.94062586848,4809.27638959741,113.003241118316,3757.61947631163,564.392558226185,9132.06098302327,609.914454287244,11198.7935008785,55.1393758726395,1105.51091569619,376.041981172287,1475.5198966842,145.309275272111,1943.72874221231,90.8167650615152,846.205634029545,275.604126646815,2794.301833733,246.993866399033,2023.87709016506,133.142387976745,1735.94431216535,2404.3113534311,814.858804840294,23749.1596284248,10360.286246589,610.451315245672,4857.9177012505 -5895,134.273576815197,1848.86225733202,136.810102194229,1664.03246043851,165.67433705572,6593.73680681935,36.3926792264756,596.486913948121,942.647396887453,15948.2811279187,332.914769618302,4686.03116655979,113.804800033634,3661.32460512263,571.868346204562,8898.03764947555,618.186981731676,10911.8069168357,56.0302238688193,1077.18047087704,382.147781546161,1437.70739350667,148.917352611105,1893.91765568862,92.6436957563701,824.520292274754,281.218597051052,2722.69348253119,253.816158995316,1972.01207697562,134.71243974372,1691.45802637057,2454.45990068893,833.635526299632,24200.8606570359,10560.8676965185,616.850245916847,4942.05357704475 -5896,140.552294536764,1834.19632379594,143.37256612887,1650.83267263934,172.992755795903,6541.43258275956,38.2090575037683,591.755335162081,984.152439991979,15821.7728225491,343.246183351789,4648.8596458777,117.364781423143,3632.28147705845,594.16178112523,8827.45476627201,642.7853835244,10825.2499900737,58.2254893325886,1068.63583369296,400.628122394774,1426.30290894116,155.436783915333,1878.89432425818,96.7819313768142,817.979859228596,294.230828361857,2701.09596140945,264.795247083834,1956.36926857355,139.768429988396,1678.0406877368,2539.97158308127,866.705228345639,25209.3535282995,11028.2897899369,634.423579896589,5156.78180218313 -5897,152.571565405394,1824.99757100668,155.933682264744,1642.55351437529,188.558625564061,6508.62637742822,41.5446937352223,588.787598846582,1072.85416436729,15742.4244043922,369.86408688831,4625.54496026874,126.297857059027,3614.06507408402,639.295336242713,8783.18383785509,691.653416298994,10770.9598373519,62.7909504691515,1063.2764745402,434.92564421797,1419.14979905224,169.155268548178,1869.47140470383,105.1278336601,813.877575076119,319.595775080358,2687.54958489199,288.48082607267,1946.55780126623,150.399162893377,1669.62507744659,2758.8720336287,941.410105043801,27300.0089713961,11920.2297556698,686.040992333868,5567.54005839593 -5898,161.549307651465,1819.27004684978,165.059508666537,1637.3985678252,198.064783216324,6488.19987637573,43.9972094905791,586.939763403264,1126.35092042046,15693.0187955866,375.086663655747,4611.02827218123,128.060624294289,3602.72278774607,662.553984609719,8755.61892576699,722.352797195445,10737.1565415879,64.8895048727463,1059.93951574632,463.854659539618,1414.69597681957,178.002072889655,1863.60430504234,111.170493748328,811.323323198712,337.849352792949,2679.115050285,302.691541125752,1940.44877569454,155.98348508152,1664.38517021824,2821.68857468187,977.152634212261,28534.0866665618,12559.5349301285,689.455252606675,5859.01708864401 -5899,166.309929436236,1825.98108681468,168.764531967089,1643.43870862023,195.943012127488,6512.13396397643,45.0873373831684,589.104904425626,1111.8561057113,15750.9082092498,375.104488860995,4628.03772884078,127.979806024321,3616.01274250177,668.618320626458,8787.91721409973,730.992104906745,10776.7644528954,65.5033126160413,1063.84948857463,487.660158678902,1419.91459802155,178.012207239204,1870.47888806071,113.602070698578,814.316184679541,345.29488234228,2688.99794161505,298.803303948651,1947.60682752202,157.381002557731,1670.52486092202,2735.74634837383,961.576828765049,28744.0231075256,12760.1472768952,673.672720865955,5971.52077611517 -5900,160.877837856309,1738.59294794327,161.463230798824,1564.78671647606,183.092349224493,6200.47505835987,43.0888120423369,560.911413502026,1036.99452256502,14997.0983456756,338.891918958541,4406.54824755838,115.437065755761,3442.9569392493,617.09137886459,8367.34345490716,679.914514335433,10261.0080765591,60.4235891320593,1012.93558397992,478.68491049313,1351.96006389551,168.670096066327,1780.96116522875,109.800462960519,775.344490861973,332.031039953905,2560.30738329349,279.643323182679,1854.39790157016,145.362331704374,1590.57657471658,2455.4784353676,884.033885382618,26913.752551359,12054.1852224869,596.737044522742,5646.86233950447 -5901,134.340032896987,1600.4381134723,133.68310462652,1440.44314884979,148.250457638556,5707.76306022225,35.657910602348,516.339379791131,838.187747706725,13805.375095019,272.471082773481,4056.3881111964,92.8238310456898,3169.36722603012,501.640965278451,7702.44431831397,553.608168676733,9445.63155383747,49.0470549571594,932.444087623594,405.00853741786,1244.52846579786,138.130490642592,1639.43960017668,91.4722522991739,713.732835344944,275.821176857223,2356.85617112093,226.510901144512,1707.04078992547,118.000473558433,1464.1836524093,1940.71419713077,709.799501477347,21981.6139617139,9900.95620364569,471.765560220294,4647.01287572504 -5902,102.828306449499,1459.65093562565,106.876367521419,1313.73039184408,124.832669149018,5205.66313751884,28.8047688220289,470.9180895332,709.143973862034,12590.9452571009,245.250537380504,3699.55617272987,83.5741061142985,2890.56465093751,412.645606082154,7024.87647675361,439.11674389362,8614.7191941219,41.095696692886,850.418940577139,301.259086559832,1135.04991178533,111.274334955158,1495.22154349835,69.7703690167761,650.947257584183,214.482675099902,2149.52848620179,188.779480340959,1556.87599863511,96.3678828512281,1335.3824931913,1819.87347566377,616.756702552345,17971.0700682791,7735.5014177012,459.579846067183,3607.0416677915 -5903,87.460983997985,1359.27462250792,88.2782973224024,1223.38864646815,123.045333465031,4847.68352724094,24.4828040190818,438.534304852837,678.411252429309,11725.0994355221,210.160353849405,3445.14753315234,73.404993482843,2691.78820692064,308.022981094422,6541.79440306466,321.869761077411,8022.30786471052,32.9057353088186,791.937891596729,199.626295915293,1056.99554784879,102.906653592237,1392.39913427197,58.96223872406,606.183345777834,164.798441069839,2001.71112855799,182.354194611832,1449.81377648985,75.958401402314,1243.55179038627,1909.99883509413,590.778276387359,14980.3768868072,5919.5934431849,448.318139066739,2682.91890095179 -5904,87.6683662278359,1303.64820850659,87.7652135951708,1173.32317610176,123.939067382503,4649.29885473363,24.1964909428796,420.587901387641,683.657926067027,11245.2661298699,211.736793560637,3304.15968580976,74.1235720384363,2581.63053699682,317.308797393256,6274.08061090613,325.5369429013,7694.00612852041,32.8284972314708,759.528940313566,197.25121865338,1013.7394824676,104.163197731224,1335.41714592645,59.625364602446,581.37613964407,165.441100841563,1919.79389851157,184.667654366719,1390.48217416283,76.8515898028574,1192.66117153805,1937.32382604172,598.831057013271,15104.5652852673,5951.90817858388,457.817094060902,2704.31418936538 -5905,88.3238485530583,1266.41930008378,89.6453177198831,1139.81602226346,133.148738485595,4516.526592889,24.5987265173006,408.576970553443,736.488081123093,10924.1296605316,227.788163138556,3209.8012096851,79.9158079435675,2507.90567302184,328.898033677687,6094.90867558143,332.438123118981,7474.28469777391,34.083292890252,737.838707335917,187.585966164068,984.789636864239,109.950763491535,1297.28099668962,60.5210711889311,564.77350181526,169.101210552607,1864.96942150008,198.620803093639,1350.77350645043,79.6626806742018,1158.60177327025,2152.97905579261,649.570114495472,15782.2761244616,6055.75042874304,508.21509284985,2728.58319628677 -5906,102.275186160349,1274.37419646087,103.835822672743,1146.975671793,161.981851453083,4544.89673935502,28.2221020697013,411.143409222373,898.044825320456,10992.7485764417,277.439580956904,3229.96328081935,97.7418666952605,2523.6588518869,384.171798171443,6133.19328395626,393.521842327118,7521.23372978857,40.1065705308987,742.473373326454,203.372266102454,990.975502409688,133.127120165178,1305.42974797597,71.3355230420468,568.321074631913,198.218718113415,1876.68405542384,243.455444103081,1359.25826601783,95.282098923152,1165.87942376725,2691.29947996287,797.948395279075,18790.8734822871,7062.38597757301,632.986987590535,3166.67438228441 -5907,150.744160840816,1311.80559326732,152.079641151798,1180.6650713567,218.032096962583,4678.3911507827,41.900190320904,423.219667622536,1203.83982873425,11315.6317100622,372.665937505497,3324.83497358463,130.519674381425,2597.78470609162,509.683241904761,6313.33973712521,561.524066202774,7742.15022746693,57.1773428040906,764.281579685616,333.129852561833,1020.08280649603,181.867682981018,1343.77332008779,102.622930446683,585.014014364291,285.891095377615,1931.80672328231,324.691752154332,1399.18290954801,133.287308219874,1200.12407142311,3443.18419603617,1051.66930505044,26081.8727533311,10145.5894570771,804.988285954173,4592.27399545336 -5908,211.942188952562,1433.0960480923,212.799182556551,1289.83018258644,292.491840971364,5110.95844081402,59.0505825993447,462.35085157256,1611.30907349406,12361.8828647984,499.36269473353,3632.2515208488,174.345392325935,2837.97768145044,695.713730440133,6897.07550720473,777.228768563607,8457.99480629196,78.9673660639162,834.947584534347,490.676463772085,1114.40037016099,246.044086269185,1468.01953310261,142.62979581842,639.104815810333,397.7168517912,2110.4229125282,433.471535670307,1528.5523316281,182.61084294561,1311.08837529283,4485.15207570737,1394.48489713965,35672.8155767046,14183.4043623098,1042.1435576309,6438.33702350596 -5909,229.595098092072,1660.89531695922,226.889535088921,1494.856477193,309.319309138615,5923.37614134184,62.6148325128546,535.844310778194,1702.68303740858,14326.8787784835,527.884004618075,4209.61982905924,184.653869244405,3289.09136762356,755.249383414428,7993.40729874979,840.695721212274,9802.44414415618,83.9214431806063,967.667543920402,534.813271098474,1291.54103696112,262.977304191971,1701.37010075528,154.601641973347,740.694384747268,428.89421722267,2445.88737571885,460.010671944811,1771.52495306071,196.479646212374,1519.49378797204,4694.51222300123,1472.91518161555,38159.8494170386,15347.6512477296,1088.0925058402,6985.13086537443 -5910,209.973071284265,1822.91483494963,199.408709783226,1640.67898835708,265.670650247919,6501.19855886368,54.3976435442681,588.115658685376,1459.16683977235,15724.4587284629,452.884893419092,4620.26616460056,159.111148250024,3609.94060632477,693.471659940074,8773.16023345942,768.06435219312,10758.6677298014,73.0892288839265,1062.06303497879,498.273444630771,1417.53022733127,232.688703386505,1867.33791391784,142.02375917341,812.948756211607,387.723640147576,2684.48248139854,399.041595268094,1944.33633742198,177.00572934376,1667.71965663628,3922.79336521196,1265.2584444658,33806.0748346826,13903.8180617899,917.565116998011,6404.91917243769 -5911,190.29901399238,1909.98477819042,182.806095231138,1719.0445947221,242.568027752179,6811.72265942214,50.1304130918792,616.206492134638,1332.33806703752,16475.5238373369,413.511557102046,4840.94916360652,144.929172493666,3782.36628286716,647.483711745152,9192.20260939732,693.845823326688,11272.5461461819,66.9663705068668,1112.79155306467,454.226370868565,1485.23732701004,211.001845837872,1956.52968692829,128.217803432739,851.778547216615,351.730755103168,2812.70445469371,362.719928715912,2037.20587323056,160.165049865927,1747.37683702721,3584.4634710649,1154.15823306712,30864.2141300621,12696.2370428361,839.343024301513,5831.88902928986 -5912,184.210889639532,1942.18040874398,176.120693655255,1748.02164485817,231.030979183947,6926.54436307144,48.2737999142816,626.593567881005,1267.96975068732,16753.2432645806,393.687600283931,4922.55055257031,137.917816779273,3846.12368494279,594.932926794427,9347.15083860048,669.817401766754,11462.5616558679,64.2799603755435,1131.54930764716,444.604689439369,1510.27320834836,202.019849474337,1989.50990105706,123.949860269981,866.136539873297,339.379483534943,2860.11676630672,345.461588624544,2071.54600431695,154.065388715733,1776.83146919243,3375.51294725296,1093.41624942252,29468.2352980593,12170.7104887872,786.183830073648,5603.45383154008 -5913,169.610054754335,1983.4012270075,162.071484678704,1785.12163938958,209.161316959506,7073.55327382914,44.5109926438866,639.892383722432,1146.92141910405,17108.8139380488,356.26085998175,5027.02671802176,124.687626799553,3927.75377693748,555.531860807458,9545.53467784889,613.705402012024,11705.8429538996,58.8791330307807,1155.56529923926,414.755950623197,1542.32723235628,183.595556761452,2031.73524000896,113.720739587534,884.519413441979,311.41640141906,2920.81985696997,312.312940622277,2115.51247673323,140.663498864525,1814.54292315764,3020.93615522808,987.406475339173,26950.0610318788,11218.6640310328,705.193711434408,5171.90245512346 -5914,163.497250505763,2023.14677717084,157.50688775006,1820.89384760438,205.170752057242,7215.30082477835,43.3946041155895,652.715243005799,1125.86656152625,17451.6589526381,349.593286768218,5127.76374483857,122.285411884431,4006.4623774187,519.094228885005,9736.81847973838,591.835821224104,11940.4173617365,57.4013994610199,1178.72177304926,396.927051750168,1573.23406227409,178.669218056657,2072.44935967411,109.5019661743,902.244375108178,301.160417121424,2979.35042081278,305.716036475173,2157.90541575143,136.184552564026,1850.90470704375,2988.99671573368,967.309784320633,26112.0771955851,10790.3401272689,692.49020265422,4957.98114135654 -5915,155.730729803643,2002.69546445143,148.63986834956,1802.48704196555,184.930662430291,7142.36376692509,41.093390392499,646.117163369628,1011.93874076519,17275.2459811522,314.658008395628,5075.92889969521,109.849641245598,3965.9623919981,499.453809521891,9638.39224498951,556.230635078531,11819.7156844184,53.4477460788637,1166.80646969024,392.070048531503,1557.3307664028,163.474210895803,2051.49966367177,103.371770516638,893.123889104455,283.78891967098,2949.23316592831,274.85476206534,2136.09187311853,126.523516572218,1832.19453168489,2595.8302924289,864.835319423504,24230.3359539369,10229.630293954,605.842495261752,4730.90121669511 -5916,142.94099014834,1974.83886828537,136.636085595273,1777.41525520923,171.572866441293,7043.01668862089,37.8010216669355,637.12996326086,939.302913766055,17034.9550534958,292.001512360763,5005.32500407738,101.916835187655,3910.79763293978,476.213987467491,9504.32652944534,511.157821098552,11655.3087376495,49.2524833976505,1150.57671473895,358.260858905017,1535.66899354382,151.025246998945,2022.96422297192,94.9131968498074,880.700936165947,260.98581488582,2908.21065463735,254.819921867655,2106.37979270526,116.534407752071,1806.70952706349,2424.83778119031,804.349802288481,22453.5183490126,9473.52855746682,566.230737384437,4369.43206196491 -5917,138.536603530023,1941.16796682572,131.553300565439,1747.11041623115,161.832794161097,6922.9336151562,36.4509267548093,626.266930051181,884.791991369431,16744.5099431695,275.238909192051,4919.98446936724,96.0449671187378,3844.1187337941,462.332118068371,9342.27824937925,493.07188123301,11456.5863212085,47.1367400419413,1130.95944073959,352.156926586599,1509.48591593347,143.758519095123,1988.47278668212,91.7528355072914,865.685030355457,251.680534220797,2858.62581207183,240.410472080201,2070.466125228,111.776154739915,1775.90522225213,2247.02925974987,756.570311018402,21481.7997163414,9148.07389318397,527.577613441399,4236.18552612424 -5918,131.48090999189,1901.01744270099,125.096586451462,1710.97371909094,152.785772522005,6779.74177504781,34.6760177421823,613.313416541137,835.016696105663,16398.1716242195,259.803194220473,4818.22101638092,90.5712554635992,3764.60815840998,458.265064915353,9149.04542530528,465.855627110831,11219.621796068,44.7400514589569,1107.56702180133,336.21424077188,1478.26417123162,135.556127242901,1947.34382414128,86.715828849269,847.779466133448,238.59310709619,2799.49887066713,226.390801445448,2027.64123756702,105.518146555831,1739.17294215693,2111.87040844294,714.348051616489,20437.0601102277,8748.0131644791,497.98691664924,4046.46321747235 -5919,133.958170317525,1850.68464997899,128.075684268635,1665.67266944174,157.082284192273,6600.23614305986,35.5505532488265,597.074861136551,858.831157823815,15964.0010822549,267.161263943352,4690.65010921359,93.0910207325786,3664.93351163369,464.384296661574,8906.80829656976,475.561160481441,10922.5625026623,45.8720493161465,1078.24222967589,341.678889131741,1439.12451767156,138.93516957166,1895.78445868922,88.4653490245213,825.333008155539,243.464724179923,2725.37719602192,232.66357734655,1973.95585634293,107.899711367743,1693.12526829608,2181.77739972038,734.346797635334,20906.4991018086,8926.24418183675,512.54260656175,4122.28070809095 -5920,140.220341264554,1829.53909377783,134.21376724813,1646.64102348045,164.016874322232,6524.82315235637,37.3233671779761,590.252802050146,896.625408315519,15781.5995682617,278.936654529241,4637.05567025531,97.1844547642133,3623.05870733107,482.54962828305,8805.04086935834,496.739063056899,10797.7634672009,48.0313592440364,1065.92244755292,358.200172714245,1422.68136601456,145.01506323411,1874.12360100774,92.4159613856774,815.902916697861,254.726525123999,2694.23757606102,242.723931835088,1951.40182775715,112.669343140458,1673.77995437847,2272.96858527044,765.586765841676,21834.1178550854,9332.32604784935,532.670306979776,4307.93803599819 -5921,152.213887636123,1820.28248876805,145.97684947989,1638.30979645222,178.779788499622,6491.81062429097,40.582681960073,587.266401233087,977.460582936644,15701.7521169977,304.063875412252,4613.5943553843,105.879446838135,3604.72773889476,519.20366927484,8760.49151498822,539.728316871031,10743.1318762472,52.2727410224683,1060.52938265388,388.867662617339,1415.48326923446,157.819762270362,1864.64141941728,100.387704063901,811.774832716551,276.691121218136,2680.60600451989,264.444193168348,1941.5286547835,122.504168769773,1665.31141715853,2481.54215757794,834.019764704271,23729.318502721,10124.7600277404,580.62210130535,4671.83216619841 -5922,161.163371831269,1819.79073086404,154.503015937372,1637.86719932976,187.774178392896,6490.05683101686,42.9746771796537,587.107748443565,1026.11159938267,15697.5102145689,319.279117886206,4612.34797109828,111.06876105486,3603.75390468588,538.29351494887,8758.12482686591,570.324143260113,10740.2295684755,55.2033129778868,1060.24287563667,414.724311805836,1415.10086974981,166.057009071392,1864.13767773884,106.151399170437,811.55552791484,292.480081528161,2679.88182615836,277.446046031086,1941.0041416556,129.214460534408,1664.86152542081,2585.01340633265,872.092608766094,24973.003605561,10699.7020960055,600.792590847231,4935.77560734665 -5923,165.879845309648,1828.38201850235,157.900149435244,1645.59962041759,185.685518016493,6520.69658759906,44.0237934312361,589.87950206117,1012.54067130596,15771.6186398792,315.389979067865,4634.1230067854,109.610749159392,3620.7673369711,543.30912760659,8799.47220175008,580.90456901938,10790.9345204017,55.9041200970681,1065.24831464489,435.972668660133,1421.78160418979,165.992026169047,1872.93832866822,108.444357518639,815.386906356613,298.861408038522,2692.53363013488,273.771293386626,1950.16768150954,130.572936813285,1672.72138754685,2480.35660444288,855.580458012146,25150.760409991,10922.7156556099,577.296010651583,5060.36852463109 -5924,160.435876849447,1736.82840751683,151.017743079631,1563.19857623699,173.445910354065,6194.18204485342,42.0617331728067,560.342130815156,944.072681144757,14981.8774244464,294.330659825677,4402.07593416663,102.28845195199,3439.46259820012,501.628687086172,8358.85123376615,559.814010767788,10250.5939289643,53.0974646891911,1011.90753092734,427.921837092632,1350.5879266218,157.214432503087,1779.15362426426,104.790209801731,774.557574810022,287.329946004388,2557.70886482642,256.116434851661,1852.51582786918,124.92393370642,1588.96225972079,2253.53201555142,792.774512528642,23809.7193974353,10461.3033069433,521.368790480974,4867.25429260041 -5925,133.952185270209,1597.22722825002,124.996434030972,1437.55325415081,140.393023848669,5696.31183826743,34.7998531821392,515.303471891728,762.857892830306,13777.6780072607,238.036694598883,4048.24996668933,82.7029160554744,3163.00867064184,407.851853495518,7686.99125928663,465.205127390689,9426.68121860365,43.6708509350004,930.573368027287,362.039251143015,1242.03162569771,128.701356064409,1636.15046806923,87.2806152286057,712.300906053601,238.650189023953,2352.12771921318,207.381389311807,1703.61603266679,103.169905256987,1461.24612823223,1777.46207451137,637.544686526879,19537.3015929383,8670.97974776732,410.752016429546,4049.70758974453 -5926,102.57530292578,1456.70039100755,100.01150118469,1311.07481163467,118.323013601671,5195.14038788113,28.1273600116951,469.966173701321,645.920536830146,12565.4938667319,201.084267032063,3692.07787412547,69.6357773766667,2884.72165124085,334.984904811186,7010.67636152372,357.719929137659,8597.30536405179,35.5202567527065,848.699900108622,269.339402728353,1132.75551705933,103.798701275423,1492.199096302,66.6171326497153,649.631430025242,185.665693646813,2145.18342016468,173.022097104923,1553.72892286055,80.9286441767116,1332.68314533201,1608.02203666712,546.165674272914,15767.4624820305,6737.83755542652,378.071472215277,3115.11593197004 -5927,77.8274090291302,1362.48550773019,76.3722048408751,1226.27854116713,104.419538848485,4859.13474919576,20.7762227902665,439.57021275224,537.012854612339,11752.7965232804,165.040653869921,3453.28567765941,56.5449805742177,2698.14676230892,228.930113316828,6557.247462092,253.692811202732,8041.25819994434,25.7030147375155,793.808611193037,186.970150984548,1059.49238794895,97.1394225814662,1395.68826637943,53.9032987878426,607.615275069177,139.221273472303,2006.43958046574,163.112841732329,1453.23853374854,59.5433637087633,1246.48931456334,1556.26712782374,484.074975370977,12109.5213554408,4734.62374992502,355.007638063808,2159.35134293749 -5928,77.5074441299036,1312.1527150082,75.3440541840681,1180.97749151794,103.823239089987,4679.62911720781,20.3891414189539,423.331657347653,534.046778380834,11318.6259813158,164.10985036966,3325.71477049209,56.3390582061616,2598.47211553263,228.035681804775,6315.01033335648,254.481899905292,7744.19890653863,25.4022771185576,764.483819067594,184.56892986357,1020.35273438888,97.2069257660267,1344.12890092737,54.092272991992,585.168817091268,138.662464782171,1932.31790582053,162.994948209625,1399.55315252445,59.6630135576194,1200.44164070248,1550.80177088727,482.683419193905,12054.6113208808,4715.87939428935,353.800129090802,2155.07053660963 -5929,77.5678397692706,1278.91571642611,76.4222219873963,1151.06317837275,110.341982215619,4561.09350427624,20.6103657647096,412.608611520684,569.149074588378,11031.9237161075,174.596225553991,3241.47398369421,60.042695844117,2532.65247957737,234.65830982289,6155.05030195548,257.574011933385,7548.03734307732,26.1455782556923,745.119344704397,175.330655657198,994.50706719008,101.506013053346,1310.0819414056,54.4663167641154,570.34641500233,140.639859770196,1883.37204246079,173.283813453208,1364.10228951594,61.2590610113342,1170.03429813211,1701.18743756732,517.472506464567,12484.4498437209,4758.42061335715,388.81788930798,2157.99269266167 -5930,89.3556927115125,1285.25070573397,88.0464424017845,1156.76486209906,133.25841316139,4583.68645407788,23.5470995283159,414.652429661897,689.001547877409,11086.5693177598,211.048729926471,3257.53032170356,72.8644819301053,2545.19773660454,276.829845146712,6185.53876757633,302.948259161934,7585.425839637,30.5667843105666,748.810223642824,189.89252918821,999.433264871695,121.995004104243,1316.57130969205,63.8242436675459,573.171572590441,163.901141849332,1892.70114960872,210.758152318845,1370.859242541,72.7790024165095,1175.82995352464,2110.18674282312,631.547054289746,14796.4175927365,5523.7971337861,483.00358920246,2496.18468976195 -5931,132.315921076133,1318.48770431605,129.471765916453,1186.67917524424,180.169781117126,4702.22206700944,35.0390642907036,425.375475488866,927.431724475889,11373.2715829681,284.866365441864,3341.77110850144,97.8077914753465,2611.0173725598,392.157569360485,6345.49879897733,434.876596034438,7781.5874030983,43.7970028920677,768.174698006022,311.37051110071,1025.2789320705,167.62167327411,1350.61826921382,92.2997451902574,587.993974679378,237.54818497229,1941.64701296845,282.554604783625,1406.31010554952,102.377566328755,1206.23729609501,2713.89590330277,839.139771152753,20766.5964291007,8066.38092506201,619.452103152154,3676.89737085501 -5932,184.290788603356,1428.49667310062,178.965415909193,1285.69060471711,236.428861305034,5094.55534315181,48.7805754398199,460.866983867437,1213.29570809035,12322.2086678218,373.384253749876,3620.59418160018,127.76741691118,2828.86948274151,531.301905231876,6874.94004974828,594.751407733775,8430.84973821116,59.6039099449995,832.267905775355,458.069567324564,1110.82381630749,222.676085708483,1463.30807476258,126.828795080615,637.053674359757,326.537888640813,2103.64972633551,368.927191059209,1523.64659947084,138.179693572924,1306.88057143123,3435.31209230153,1088.27720293442,27955.1384766746,11136.9363176552,782.465814507984,5105.36322536926 -5933,205.040656507676,1659.59360832652,197.066774496208,1493.68489969432,264.316239253792,5918.73375974246,53.3165797600761,535.424348630066,1357.23182578686,14315.6502431296,417.521634440987,4206.32058532248,143.30298499912,3286.51357805231,593.1477381301,7987.1425527545,665.965412973306,9794.76158521717,65.884491586872,966.909145011905,501.166010151021,1290.52880572647,249.879264549033,1700.03667045117,141.965852917165,740.113873582611,363.891119668635,2443.97043810148,414.541888854897,1770.13653965446,154.875985987001,1518.30290124911,3868.41601951848,1221.98597483074,31180.1853714272,12386.6697678053,881.481550294489,5683.42887444112 -5934,189.223044505418,1814.09213281741,175.14367191405,1632.73828716175,231.548605753644,6469.73349133141,46.8062336099734,585.269245251026,1186.82536466073,15648.3541223169,365.511452828928,4597.9045976418,126.055350493452,3592.46890107887,536.484494896555,8730.6991277544,615.920876311543,10706.5969918274,58.1908167949062,1056.92276971592,467.517904648152,1410.66954096272,224.956179841696,1858.30020909541,131.855933833312,809.014175951849,332.656031468842,2671.4898890632,367.014471791086,1934.92596891708,141.520697430399,1659.64808165732,3316.4419408399,1070.09869179656,27951.9703095235,11330.3872561375,754.693108128843,5246.89853845303 -5935,170.903111164981,1907.58384650276,159.835906665371,1716.88368292474,209.776755075817,6803.16003579952,42.9404784630588,615.431894499095,1075.04887962836,16454.8134067075,331.122247033458,4834.8638856619,113.916018984912,3777.61168839783,484.658212347788,9180.64762174697,553.926689701804,11258.3760786755,53.0225906841691,1111.39272699441,425.980430118634,1483.37032084181,202.670114758053,1954.07024632078,118.551885609384,850.707825539543,300.48256311102,2809.16876617387,331.023150930864,2034.64501924304,127.375812878786,1745.18031040238,2998.390713749,966.829811887729,25290.7129684094,10245.1289709957,682.242569748474,4736.63502510444 -5936,164.287320810889,1946.2590997214,152.611733841885,1751.69259122294,196.683784544293,6941.09050609251,40.9886392595807,627.909450545826,1006.65650113958,16788.4260425749,310.305343136316,4932.88819290189,106.691524676463,3854.2007667119,460.939895300032,9366.78039495801,530.05028128824,11486.633697061,50.3434314680135,1133.9256265158,416.55259858758,1513.44486927162,191.526349645258,1993.68798670059,113.66054868107,867.955476607744,287.412931670869,2866.12317662605,310.338499902574,2075.89637051315,121.212693953047,1780.56291785145,2767.55496826794,902.854694862084,23983.1263139525,9815.8708180253,629.112174936204,4551.01013534921 -5937,150.092847621294,1986.64104114595,139.019394128213,1788.03757099605,174.831936507887,7085.10766715791,37.4190737260532,640.937624777867,893.464769998996,17136.7605665644,275.673144841852,5035.23818427157,94.6768132590168,3934.16962061327,416.189751431449,9561.12696335685,480.828743801731,11724.9640248095,45.5442597512772,1157.45287334348,388.178577162813,1544.84656808395,171.458856985512,2035.05400600876,103.313076823616,885.964243899064,261.151937095172,2925.59091052163,275.439120593227,2118.96808981789,109.319095944508,1817.50691336659,2414.49050436114,798.257523583773,21586.7370191202,8934.15196792119,548.209073744792,4152.54620409514 -5938,144.542200365929,2014.20836779166,134.969964942054,1812.84900635531,171.204000723148,7183.42310177105,36.4516232260824,649.831499663078,875.579553971104,17374.5562560742,270.028711761147,5105.10891224399,92.6751538320198,3988.76153569246,403.439357086286,9693.80050862294,463.027102698615,11887.6637307386,44.3435370924111,1173.51409465906,371.440050355041,1566.28339994126,166.558222512393,2063.29312790516,99.3566770320754,898.258193939428,252.260154919175,2966.18743429803,269.09806435028,2148.37163292105,105.676132385545,1842.72727563833,2386.47275090879,782.651325775394,20972.7811426946,8622.25828720962,542.171528879761,3997.33781853755 -5939,139.462841084872,1984.18225443185,129.382778265383,1785.82458790911,158.86520668258,7076.3387107943,35.0092347366001,640.144361735511,810.751149497754,17115.5510786242,250.367292706634,5029.00626995318,85.8286780295163,3929.30045512548,382.940354343768,9549.29353624928,442.775208387704,11710.4525025111,42.1188260301402,1156.02033989217,367.533376894018,1542.93457284261,156.287482465586,2032.53530049085,95.2822185724757,884.867721141833,241.561866316656,2921.97002284605,249.372011426894,2116.34552717123,100.219882260345,1815.25745724502,2156.27460240729,721.065742766116,19813.4353348305,8274.32703927648,489.04113406749,3850.58155693337 -5940,126.06139664019,1936.48181069734,116.646444485009,1742.89273269017,142.101628163774,6906.22102338598,31.6209468623024,624.755064688466,724.716418209561,16704.0871723286,223.892188754618,4908.10717911383,76.680264961174,3834.83868133578,344.555917050956,9319.72513948898,398.729892763343,11428.9290792197,37.8788010289789,1128.22920172641,335.162155176623,1505.84187956128,140.040573325991,1983.67243241363,85.8675592401731,863.595187910306,217.889246145715,2851.72482921156,222.69998472377,2065.46783157843,90.0548502290733,1771.61802542894,1912.38635644335,643.140394610611,17807.3523062916,7468.37853272937,433.495721309208,3478.05659073335 -5941,123.35634993876,1890.08307559554,113.655697849904,1701.13245496991,137.085890973546,6740.74571757704,30.8278224896566,609.785729789548,698.643042598043,16303.8518013869,215.932241806198,4790.50733201123,73.9795361530474,3742.95469711732,335.303935337765,9096.42148872396,389.608227388392,11155.0882148674,36.8035728353721,1101.19646246914,329.869565661164,1469.76141751459,135.882473883037,1936.14299464051,83.9898756942752,842.903165843436,212.674702991316,2783.39657319444,215.062099731071,2015.97854939189,87.7280350075266,1729.16948033578,1828.26008969872,619.412047931783,17295.0750852954,7293.63749760209,414.175577741109,3402.58190372443 -5942,116.171794648157,1843.71326940991,107.002195648618,1659.39821415714,126.954142125589,6575.37358314206,29.047780130398,594.825728046664,646.318774097285,15903.8659712024,199.893123751091,4672.98080665138,68.3958941921353,3651.12800118638,313.529912455829,8873.25706443957,364.34994807939,10881.4180861911,34.4971780962665,1074.18057771978,314.621986466436,1433.70345109542,126.121731029028,1888.64319075974,78.6312424911091,822.224044942308,199.636838175075,2715.11091882122,198.584219633724,1966.52012303133,81.7748016659099,1686.74740127451,1669.86657704772,570.977324660278,16138.2078563919,6850.51871384472,377.950308550925,3198.6294083562 -5943,119.278740333331,1803.90986702605,110.649685267676,1623.57393717817,133.062204365312,6433.41970945878,30.0646581319051,581.984204261737,678.146784894091,15560.5219235061,209.595453541767,4572.09715057251,71.7043018976604,3572.30483524328,324.520012042812,8681.69483659687,375.752029798078,10646.5022401223,35.8159662186147,1050.99039816351,320.054618060038,1402.75163428643,131.319355332721,1847.86980905848,80.9783469234814,804.473283447275,205.731563039924,2656.49515995475,208.131575874599,1924.06547834678,84.6833206928432,1650.33269045869,1774.91830399747,600.383239040266,16756.3348985452,7057.7780815928,402.100488011048,3288.55818532004 -5944,126.362820877998,1791.18203618981,117.730135609324,1612.11850096139,143.028611449603,6388.02748712145,32.0180149052465,577.877903477751,729.541533743588,15450.7316870945,225.364045149542,4539.83784529176,77.1360241342229,3547.09975572707,345.859505456299,8620.43947940197,398.778969390763,10571.3838087711,38.2255772533267,1043.57493454038,336.055923602378,1392.85425203202,140.420080482968,1834.83181044945,85.8452222735347,798.79716844222,218.549382428553,2637.75175063523,223.692730695154,1910.48986663032,90.1671465495321,1638.68845274392,1928.16126896095,647.015244864924,17885.4671552475,7488.60101607969,437.118248228226,3483.38487573485 -5945,137.84447592732,1772.26384940293,128.844749190007,1595.09155545413,157.722744399335,6320.55813182457,35.0197272648527,571.774446711705,804.907755673604,15287.543456002,248.565297785244,4491.88878226851,85.0489029942285,3509.63583839497,378.877353676793,8529.39173497325,436.081189238753,10459.7304930001,41.923532523754,1032.55285797928,365.062134733969,1378.14314150587,154.3074293543,1815.45260151855,93.8069450131374,790.360396672463,238.869150458705,2609.89222585901,246.62183559652,1890.31156904743,98.8116598055619,1621.38087952793,2140.2907228381,714.485743834193,19628.393470954,8185.48025399123,485.418607148472,3803.3699340488 -5946,144.310165118684,1760.92450833609,134.420083587965,1584.8858024077,161.228010622952,6280.11778519463,36.5785452783556,568.11610573344,821.620588821757,15189.7303288087,253.952971392787,4463.14867172931,86.7668993860658,3487.18040219941,392.649042409797,8474.81877620746,454.018756733233,10392.8067944959,43.486626125725,1025.94635351883,388.759251267922,1369.3254730048,158.750555677338,1803.83692914209,97.8385095640132,785.303493826641,248.913330499364,2593.19355082443,251.692485994562,1878.21693222953,102.344165426166,1611.00692149769,2148.16204897278,726.511412924727,20292.2943741263,8545.48773940459,486.626116121478,3979.37750118845 -5947,149.533076035979,1761.41626343418,138.500044668371,1585.32839700476,162.117668752746,6281.87156846181,37.7408011055356,568.274757617709,824.787595019091,15193.9722070337,255.195602262887,4464.39504890362,87.1615326956931,3488.15423085171,402.024691308008,8477.18545082576,466.791405856463,10395.7090857074,44.5121056308925,1026.23285890128,409.021336176999,1369.70787030753,160.969128101235,1804.34066794625,100.795085930488,785.522797377027,256.519620594084,2593.91772505389,252.784427545436,1878.74144236462,104.595451969241,1611.45681066838,2113.90183585305,726.482415442421,20687.4011386835,8811.96103587005,478.173553310435,4114.25764406103 -5948,143.292872565369,1665.81288758151,130.864189651648,1499.28244084148,147.874770906769,5940.91404406213,35.63663254448,537.430835957654,750.220200838825,14369.2977301602,232.530858339391,4222.0836505843,79.393450340322,3298.82969304256,377.973335092435,8017.0741394609,444.4440982206,9831.46717219275,41.6421085422813,970.532609188233,400.99592578256,1295.36502526188,149.580862200585,1706.40750891682,96.3040343771104,742.887429010404,243.704815065945,2453.12914693793,230.871243500353,1776.77007536124,98.5593364207542,1523.99269764815,1857.14411767544,657.271683789849,19329.4480711333,8392.45714185801,419.005613633134,3939.59536591231 -5949,119.113096292917,1538.82383470989,107.662352300982,1384.98841744373,118.220888776139,5488.02341434535,29.307058196986,496.461148815092,598.380720049809,13273.8904831719,185.738602462389,3900.22372986364,63.3955964824216,3047.35171407673,309.612755858263,7405.91267026988,367.238312770734,9081.99001671958,33.9914989878587,896.546498418755,339.074829703177,1196.61613280983,121.302148740366,1576.32382725857,79.7831754593985,686.255275601371,201.252744858141,2266.12102059687,184.651628167875,1641.32248054263,80.7972256595682,1407.81495001494,1437.65035254918,521.764710481064,15753.6949912055,6941.66488319686,323.612404765648,3271.29284574504 -5950,92.1451173221645,1416.78128137674,87.329134008433,1275.14639460195,102.381064481351,5052.77385872281,24.010288341293,457.087320008022,521.304671293326,12221.1517286176,161.212117111572,3590.90095241078,54.8524939472262,2805.66934881741,249.746176773322,6818.5572682706,286.045448007712,8361.70662495912,28.1170902418369,825.442307425019,252.577353391089,1101.71372428606,99.9070531484443,1451.30718765421,61.6512411579655,631.829067621216,158.655524991763,2086.3972671188,158.279207301435,1511.15086385053,64.449007511864,1296.16257808973,1349.52838189791,458.068385635639,12910.5275841845,5450.42444336869,305.499770170556,2532.13692790007 -5951,70.0333695101357,1320.07868527502,68.2348271111197,1188.11110666539,89.8964313988009,4707.8961023068,19.9906815687907,425.888763765804,463.840783217473,11386.9953806724,136.049805445424,3345.80352699531,48.7143812191745,2614.16801166675,192.535726170856,6353.15572875471,221.595183728368,7790.97721943735,22.7314253087557,769.101632184993,176.691842075609,1026.51610648874,87.8934169497169,1352.24802119566,49.8099956814261,588.703489993504,115.155358973135,1943.98994223245,138.352166839086,1408.00705925868,48.8751004094204,1207.69282773463,1354.89551723868,416.068463552319,10468.8778267688,4114.14851452981,300.566240674055,1876.43259455366 -5952,68.7952118935727,1257.27840232095,66.176104657027,1131.58893528899,86.838408940756,4483.92672029864,19.1995836955886,405.627899644757,447.82996049068,10845.2802996855,131.392199967827,3186.63316044991,47.1277490118912,2489.80384106587,187.893161062622,6050.91618662174,218.471264820461,7420.33599984416,22.0065536517812,732.513055564209,174.07702339747,977.681516048428,85.813131742807,1287.91734204568,49.1868865658004,560.697018742941,112.747542196136,1851.50824413836,134.258970361806,1341.02374780226,47.9619196115742,1150.23909247678,1287.14295682606,400.818133134123,10185.5158462302,4032.5353117137,288.42215014177,1845.633579044 -5953,69.4546444787414,1216.20221741465,67.9157118169506,1094.61911519341,94.3870318654711,4337.43362638302,19.775207704717,392.375745962481,488.378039583549,10490.9572331887,143.019971311202,3082.52357526531,51.3700205648958,2408.46016828247,196.166681041527,5853.22842576036,223.654028795062,7177.9083139523,22.9769328258627,708.581329972574,165.53298007204,945.739961450383,91.2122956512593,1245.84016105837,50.0375429312427,542.378645997668,115.771780007027,1791.01814516634,146.01148813975,1297.21154254463,49.9960056130014,1112.65995840288,1450.55002684348,439.875400854149,10721.5721061136,4114.50886816661,326.878436827339,1865.63547526293 -5954,79.8226338404461,1200.92881872762,78.0649070082627,1080.87259021804,113.837154870944,4282.96295357407,20.918065056661,387.448184478547,590.417815399306,10359.2089349725,172.67014438178,3043.81240466138,62.2394433156817,2378.21406952907,230.915803704884,5779.72198902407,262.435804844332,7087.76618639474,26.7924680439338,699.682772643952,179.16444098537,933.863101435936,109.396357310395,1230.19456100296,58.491494300962,535.567307240807,134.695120571159,1768.52605150367,177.36132865788,1280.92080668919,59.2963202435694,1098.68687160494,1793.75284260691,535.746405796308,12674.0618854258,4764.67233302736,405.815025287192,2153.44054243442 -5955,114.572947017217,1200.11886519301,110.357693130223,1080.14360731642,143.229732560409,4280.07435524188,29.4932248174393,387.186874214688,738.266402143843,10352.2222778436,216.668038003881,3041.75953809893,77.6658688363511,2376.61010861012,311.518107468686,5775.82391764708,361.673881641617,7082.98591866725,36.5926218937693,699.210879117898,292.622391610932,933.233267504019,141.543613593911,1229.36486950301,81.4763903145806,535.206099626536,187.350774987154,1767.33328811576,220.943132100199,1280.05690341802,79.2617721649504,1097.9458740527,2100.32047410643,658.480393431255,16847.3764463447,6697.51443884029,472.607523214759,3067.259887385 -5956,165.336714686171,1229.45073226516,159.20489066985,1106.54318291475,201.679646879242,4384.68280336147,42.2740246919136,396.650031786769,1038.12447462081,10605.2388885826,304.906543644013,3116.10257946311,109.0771764212,2434.69636473849,444.419525495155,5916.98968405417,517.409325415883,7256.09977219114,52.4335788757816,716.300153486059,432.759521757878,956.042236635037,200.113556244711,1259.41153236389,116.783401546064,548.286965718851,268.821962473747,1810.52833035923,310.022511004196,1311.34252022216,112.757849118627,1124.78055132023,2933.25899160295,924.068267034009,23986.4004552254,9631.83841641902,653.756873654678,4420.59954340215 -5957,180.463146317308,1286.03173315832,171.134843447292,1157.46781061859,216.225932228767,4586.47189104304,38.4887812605564,414.904407674976,1112.43750134013,11093.3064583351,326.826525619832,3259.50987363498,117.218455849671,2546.74441479254,481.940333469753,6189.29762597672,565.295647889307,7590.03538824856,56.2803589438845,749.265264295741,472.195131582533,1000.04060535802,216.718970097338,1317.37137017394,127.771767687059,573.519880290295,292.4737069306,1893.8513154848,333.836825506298,1371.692292979,122.683260800224,1176.54448761202,3134.22624670541,992.139550528456,25886.2071620424,10463.4721733847,696.261190517675,4822.70777265338 -5958,169.143845895589,1364.7707321709,154.828115761723,1228.33531291075,195.28658248654,4867.28471734334,39.3984626805,440.307480479411,1003.68352391177,11772.5088634919,295.046034990248,3459.07768996821,106.443346909704,2702.67222029792,445.866825203106,6568.24558433192,533.544189396442,8054.74537442678,50.7963362693602,795.140024135964,441.458389395151,1061.2694181529,200.631902971211,1398.02918004041,120.963094606798,608.634395837256,272.373770825045,2009.80487480617,305.114893792247,1455.67597341058,114.749281181251,1248.57998476171,2777.60460885317,896.843794889742,23793.4023575331,9750.94622800109,620.360624690894,4525.89807965887 -5959,152.405412639695,1481.57751925116,140.911649069764,1333.46498632491,175.981845296295,5283.8615651875,35.2767972871583,477.992126632684,904.171796182216,12780.0839116694,265.842274725583,3755.13016361958,95.6584925845277,2933.98613342815,401.314940116453,7130.40276236542,478.289036451311,8744.12777819491,46.1290960776835,863.193763353028,402.120264237327,1152.10040392865,179.906056849145,1517.68246166172,108.430961118943,660.725656741715,245.29090889214,2181.81827203877,273.649125985631,1580.26307765889,102.8794431606,1355.44234119629,2477.4742916204,803.983149669844,21432.2553267143,8791.2018281807,556.604149396397,4074.69451821109 -5960,149.956209587756,1578.85865439358,138.575738725212,1421.0209770556,173.877346826907,5630.80260898563,36.5010713252278,509.377333322016,893.552285779729,13619.2307359078,262.687761960855,4001.69392432586,94.5338013286228,3126.63315853708,395.570163438155,7598.58864243745,471.643766878288,9318.27166539636,45.4172971219264,919.871505864456,394.487972159764,1227.74790372931,177.690887713722,1617.33426572717,106.897701021888,704.109240165714,241.560542307026,2325.07757195423,270.571569896897,1684.02395687094,101.52584465547,1444.44137625071,2475.34527617206,797.133090925527,21156.1486699772,8660.33521099928,551.544111674612,4013.07338822332 -5961,135.842232266666,1638.10092757858,124.827758625597,1474.34083104638,151.332461695742,5842.08279260693,31.9215808486475,528.490298913291,776.061668269796,14130.254433679,228.419823527534,4151.84634234503,82.1212487565094,3243.95135875209,352.336891557417,7883.70451580779,423.148721162766,9667.91385412383,40.5270171748513,954.387121872182,367.211280093925,1273.8157239947,156.409827062504,1678.02022905584,96.1893676892883,730.528978146631,217.022490009927,2412.31963147028,235.082161986092,1747.21226509943,90.2845398710228,1498.64001548509,2066.91723702456,685.756417547134,18736.7145593777,7799.64933064604,466.535477948617,3627.54516273573 -5962,130.079512554419,1667.8666975283,120.345776719444,1501.13093247761,146.33523564402,5948.23870125965,31.849669047195,538.093443868081,750.707132232658,14387.013889536,220.911715376802,4227.28913162146,79.3421767268377,3302.89687807087,338.593285096409,8026.95853087998,404.458126502774,9843.58856062739,39.1175118540738,971.729195876508,351.10605457512,1296.96210353726,150.293865536375,1708.51136868475,91.8661346867341,743.803347960499,208.177240761753,2456.15365291955,226.717734835352,1778.96068637232,86.5078878001603,1525.8716549936,2019.92040427829,664.173128122633,18040.4380835089,7478.63403937542,453.379379871975,3471.415179915 -5963,124.205828158275,1642.93171706417,113.762367977984,1478.6886890232,131.952739572243,5859.31120121921,30.6410621233913,530.048826435159,674.846451344315,14171.9248114913,198.934935541037,4164.09021286529,71.3775777534815,3253.51783042169,315.821921423007,7906.95370408508,381.423166423452,9696.42470825243,36.5088701840515,957.201626885825,346.97395764092,1277.57222977676,137.913619571233,1682.96874128891,86.9932926267447,732.683321415192,196.530355390564,2419.43360602179,204.073490929528,1752.36482590764,80.5629122928693,1503.05953219961,1757.57088104925,593.467388316729,16712.4268526386,7084.38248976291,391.646919666192,3306.73276913038 -5964,118.036491348564,1586.06144945657,109.386370047361,1427.50371244769,133.33633135734,5656.49047985351,30.308642011504,511.701126228648,684.11952636042,13681.362027796,201.300616082355,4019.94975815972,72.2627126803922,3140.89694194508,307.700177535636,7633.25360538849,366.862645670674,9360.78186791537,35.5783270857901,924.067984075215,318.493060326719,1233.34892223403,136.608188772207,1624.7125875497,83.3001777972242,707.32140519693,189.04025991763,2335.68463751374,206.368516798944,1691.70651883351,78.5425710321405,1451.03095612519,1863.90099421209,607.060003701757,16419.2281603761,6792.03655258336,413.911085642048,3150.35344498084 -5965,114.782230968927,1538.79490859963,105.727022867326,1384.96238306165,126.758063028445,5487.92025297832,30.2182435212732,496.451816564312,649.655029553302,13273.6409666184,191.278500051317,3900.15041523262,68.687946842024,3047.29443134579,296.514740948706,7405.77345729328,355.565649030044,9081.81929760366,34.2298896582055,896.529645545616,313.201493245704,1196.59363936424,130.958206163554,1576.29419624051,80.8707594883312,686.242375686954,183.017047687293,2266.07842308504,196.337163790374,1641.29162770946,75.7393461062758,1407.78848655008,1745.094094006,575.182795818888,15777.2323279959,6584.38769039845,387.598889488764,3061.4624745367 -5966,109.567350168165,1506.45464468885,101.269110474364,1355.85515848974,121.352183838727,5372.58273248696,27.3997788751225,486.018078658793,621.989931091462,12994.6739324033,183.126209309355,3818.18244600198,65.717810844413,2983.25061005887,283.300311489277,7250.12914970309,338.539467706765,8890.95017577781,32.7885215152283,877.687624962661,299.24661346951,1171.44528861605,124.939230252285,1543.16582414716,76.9745974283908,671.819882206864,174.779258065127,2218.45311978079,187.577328266524,1606.79722946442,72.1797187624387,1378.20153449354,1668.25040563724,549.86943346723,15070.270315701,6283.03755745794,371.406768779051,2919.25184198204 -5967,109.1077666879,1483.97845093882,100.687170880165,1335.62589812227,117.992648792306,5292.42418881013,26.2504977533019,478.766724268228,603.933123797627,12800.7943422988,177.949866209756,3761.2154415642,63.7804886381907,2938.74072789748,279.274638516437,7141.95775001577,335.291327395673,8758.29784570124,32.4088254000378,864.592589423281,303.206691468676,1153.96741009689,122.289261020853,1520.14190226923,76.3724901397642,661.796378418787,173.194162026335,2185.35396055861,182.080951023738,1582.82393164641,71.100459263428,1357.63886782112,1581.54195005004,530.760560213572,14811.7064858203,6238.24768976165,354.20264052498,2904.94058859824 -5968,112.768015175214,1490.60270696112,103.797576924452,1341.58793072024,119.333411260513,5316.0487722959,27.1585418743176,480.903866727745,610.063798279539,12857.9351578939,179.878736276637,3778.00494010724,64.4432389427171,2951.85882334721,286.1216267648,7173.83837241066,344.371106272172,8797.39356654056,33.2454178933872,868.452000362637,317.351950498808,1159.11854659825,124.365066566306,1526.92758648485,78.5568575642392,664.750537653716,178.247078419564,2195.10905108902,183.863804170054,1589.88941898877,72.6965555085133,1363.69916299628,1567.34287943168,533.774898178339,15127.6400137833,6425.53346578256,352.178625436266,2997.06988707196 -5969,121.613516322956,1501.94205083387,111.956763901158,1351.79368629208,127.970270288587,5356.48912893276,29.3146562736978,484.562208611263,653.949925910457,12955.748309291,192.863519911753,3806.74505775815,69.0363177771554,2974.31426509934,307.776347874702,7228.41134468047,370.918033270011,8864.31728160498,35.8027886480594,875.058506457857,344.235279513307,1167.93621728125,133.540128770865,1538.54326173559,84.6513924908582,669.807441750864,191.991949218597,2211.80773025567,196.988030728905,1601.98405879948,78.1908047529972,1374.07312359355,1683.98300349065,572.544845931684,16274.1874689793,6927.75113099648,375.454798956479,3233.23121710351 -5970,126.686546319911,1499.97502202378,116.007434914938,1350.02330032761,128.737084743087,5349.47396584326,29.695783084535,483.927598358428,656.494240875526,12938.7807237796,193.844197295812,3801.75952772579,69.2855022088638,2970.41893382043,316.123151993985,7218.94460569522,383.519162811627,8852.70806707832,36.8101300919378,873.912480023769,366.388999049151,1166.40662152456,135.750818244832,1536.52829789612,87.7459108967623,668.930223795344,198.651983377648,2208.91102094162,197.755243486675,1599.88600928071,80.2273187053658,1372.2735592097,1647.84417064682,571.687182742363,16648.1867342426,7185.417645379,366.346731057265,3364.55696903849 -5971,133.947158024082,1504.48761587876,122.635488382693,1354.08477252527,136.057674414719,5365.56756939745,32.104015128037,485.383468405959,693.876373336121,12977.7063468918,204.873550787477,3813.19691596962,73.283579305259,2979.35527877996,334.287149530001,7240.66241071784,405.01693098465,8879.34096125115,38.9173417777355,876.541598528574,386.480677349764,1169.91569285936,143.436468254558,1541.15086030769,92.6572457457396,670.942664251344,210.051003669513,2215.55641046675,209.034509991516,1604.69917994565,84.7447046196774,1376.40197010969,1743.91555232598,604.553059654798,17594.5205566654,7591.18586865099,387.598889488764,3553.71265421374 -5972,129.368371566024,1426.18252254965,116.980698342882,1283.60779859141,126.285165915114,5086.3022136372,30.2498392900887,460.120383889485,642.630866327311,12302.2468110568,189.979101748432,3614.72885466035,67.9939931655471,2824.28674202158,318.10540110089,6863.80271453176,389.701698066163,8417.1918446128,36.848730223422,830.91963995929,379.291073504813,1109.02429265795,135.372865619304,1460.93753008354,89.4016837634136,636.021653677261,201.443037260569,2100.24183448324,194.406074309468,1521.17830697563,80.8367471818716,1304.763437768,1568.13180336143,557.615061190515,16654.1576816772,7295.25834248252,348.130595258838,3430.97190994473 -5973,108.912320511506,1342.95985579235,97.8228946129679,1208.70485848367,104.376967175029,4789.49894514972,26.2384348344002,433.270773288299,530.616757874353,11584.3682993412,156.95376375805,3403.79696471432,56.210199332224,2659.47987428762,266.042891864885,6463.27616413053,327.574600262065,7926.01968337767,30.7156143480207,782.432614487401,321.22831407032,1044.30890197386,112.805323325887,1375.68678882357,75.2417756207014,598.907597588717,169.06101468732,1977.68548314859,160.901576260362,1432.41230871228,67.6867976268244,1228.62599318317,1271.57482288939,459.171632592163,13894.0621109205,6128.15165969,283.362112419984,2887.43772247276 -5974,86.5473574390876,1247.35647993968,82.144305202901,1122.65890232038,96.8068623344744,4448.54142075004,23.2383885869362,402.426851628244,496.088901992209,10759.6938224677,146.074168394321,3161.485566395,52.1369473479442,2470.15533647847,224.165753772997,6003.16485276568,264.401196109951,7361.77776986304,26.5232568207823,726.732364774358,240.09549377239,969.966056928213,98.1565099052972,1277.75362979414,60.0632218417796,556.272229222094,138.174380412533,1836.89690503262,147.971956951494,1330.4409417089,56.5268604176926,1141.16188016295,1332.54200721937,436.487206674079,11970.125042537,4974.68063547116,295.506202952269,2300.81178012965 -5975,77.9351633409427,1162.8899567702,77.1096862170512,1046.63645347813,107.870780949155,4147.30209339725,22.3962227855645,375.17594338049,559.997254409245,10031.0858085053,161.20642161004,2947.40106197427,59.730684244635,2302.88524463515,215.400972657878,5596.65198232237,240.29833559811,6863.26448792076,27.1905457781623,677.520646140249,162.722999291731,904.283421900657,92.3920992624069,1191.22872026618,50.9709430527912,518.603461797726,120.452722708114,1712.50881110427,154.432676367007,1240.34823570563,53.9833604788106,1063.8864757849,1645.86451309566,485.308052413287,11974.8983589031,4591.47579382227,360.061177916515,2055.6689679065 -5976,82.7666094279525,1107.14783832783,82.2069670397292,996.466845583391,121.36691829828,3948.50477542183,23.6375809688956,357.192210912175,631.806634973967,9550.25443663904,181.64631162566,2806.11995610758,67.5138025659096,2192.49844378756,235.353327301845,5328.38133825744,261.227224796085,6534.27987526695,29.455839750019,645.044283364533,162.28979117169,860.937382737103,103.18066785453,1134.12820784842,55.1745371850717,493.744656006295,129.873031762187,1630.42119101052,175.080857515396,1180.89322204593,59.4429037414274,1012.89000307724,1912.63657601726,553.07678897391,13166.4801590432,4926.45553133233,419.175699664003,2193.8843672025 -5977,87.0418816604699,1077.81596844976,88.2738206207401,970.067267459661,139.329214521453,3843.89631729531,25.2026258060472,347.729052434841,727.886137953752,9297.23780169626,208.928790871301,2731.77690763169,77.7778418182993,2134.41218210261,258.470301293608,5187.21555834632,280.674582763078,6361.16600518286,32.3163375418275,627.955007361599,155.676918625766,838.128411424162,115.954634386351,1104.08154211326,58.8441790114872,480.663788662654,139.825315173423,1587.22614463497,201.484788734608,1149.60760224898,65.2758759563904,986.055323242683,2285.304700589,643.396213522149,14600.8065007632,5258.85219548326,501.936030110485,2313.46191194446 -5978,103.839831596375,1066.15843175231,105.94279567054,959.575128634075,176.332339960851,3802.32116560729,29.948583479809,343.968053982239,923.463016897182,9196.67991980284,264.767338945911,2702.23031481606,98.8518692191304,2111.32661919697,318.158909466413,5131.11121632586,343.114900415435,6292.36434672287,39.4615989111418,621.163116392312,170.053858862608,829.063308475828,145.690349609562,1092.13991991529,71.5961871700268,475.464983004272,169.712372080875,1570.05888457401,256.651673404084,1137.17357528781,80.8865304123894,975.390259397922,2971.1699499061,823.37578727769,18080.8443361008,6344.71609979684,653.484167681317,2772.95067274482 -5979,145.377147037545,1061.15407999333,146.019251936494,955.071059313942,221.252716602254,3784.47376877899,41.8990139130778,342.353531145187,1153.52577548058,9153.51239426179,331.411950717076,2689.54654228621,123.231710821907,2101.41644002857,420.904765418785,5107.02672318092,462.417069425794,6262.82914477832,52.7658844019578,618.247490870292,275.157775295625,825.171837656374,186.218333995406,1087.01361582528,97.3613693727662,473.23323774656,230.341938463976,1562.68931668735,319.297914091273,1131.83589149497,106.211193483501,970.811956760208,3547.29663684995,1013.70652159493,23646.71691963,8706.88122716272,778.1620680942,3856.58744638747 -5980,167.142780513904,1075.38611065184,160.084981075987,967.880321280212,197.122371122889,3835.23053230566,47.0437959916522,346.945122548518,1015.30714680711,9276.27785451332,293.342728197373,2725.61831505605,108.260713580474,2129.60030490234,429.869904446091,5175.52135771938,495.084952080282,6346.8252185606,54.4061211293728,626.539328418208,392.966834765869,836.238911810334,175.682252244727,1101.59247048769,106.276704319375,479.580167071166,248.830838734071,1583.6478586033,279.655798015582,1147.01589542829,107.165778159342,983.832333152998,2727.93981036981,859.24136854897,23450.8798152076,9602.62033467451,593.294836447511,4378.26240558423 -5981,185.335441447061,1103.01129232398,175.360447728417,992.743827929047,218.851046247911,3933.75229965978,51.1184370537953,355.857662840541,1127.77792183914,9514.57260133395,325.763631952772,2795.63567940224,120.630487382832,2184.30679099999,477.607063431807,5308.47334244269,552.276913354399,6509.86637928174,59.7731619139847,642.634257114844,429.684496933096,857.720732740746,196.107910047995,1129.89085729449,118.542476564631,491.899918191688,276.195400917559,1624.32958153545,312.305241623043,1176.4811471906,119.581706649952,1009.10562492148,3047.98799894873,958.316191270369,26011.0268446136,10636.0140207692,663.157453058178,4856.05935817389 -5982,166.607988464513,1144.95528298542,149.978605833885,1030.49469969041,177.653096839356,4083.34031464165,43.2494080299581,369.389791288234,911.228262359528,9876.3813580667,263.780854747606,2901.94476041134,98.2318781581613,2267.36899016423,412.835019705884,5510.33760063427,493.402807349978,6757.41577113294,50.2856752029068,667.071581978811,399.403588567034,890.337108161889,166.472330281534,1172.85699181787,106.656207482292,510.605298380066,243.400018935944,1686.09763891904,256.093328340097,1221.21896138572,104.420869660551,1047.47868347733,2326.26117380742,768.959579665791,22133.7041379897,9408.43357708844,504.085649083121,4358.77631160059 -5983,151.382235341497,1250.33594786214,138.147760878677,1125.34051438647,163.565254750866,4459.16732174786,40.0581208070043,403.38809880565,839.260488963152,10785.3947051865,242.90844096468,3169.03717251872,90.1916857344588,2476.0556133495,376.622636314891,6017.50416746815,447.022737411007,7379.36230248887,46.3473927138595,728.468256481241,364.24906343927,972.282942917875,151.788545673735,1280.80570513426,96.5475300982327,557.600955444127,221.604955558564,1841.28456444949,234.553095549722,1333.61886732382,94.8719205377406,1143.88768892007,2151.93578687907,707.041725202103,20255.3317318892,8571.92923960673,466.467317061993,3960.31643534831 -5984,148.502796510303,1346.98069174333,135.316265416208,1212.32373355886,160.496523323108,4803.83875542982,39.1743474600506,434.567990546308,823.533704039244,11619.0520200247,238.354059174074,3413.98796867213,88.5065579758999,2667.44238503827,369.508080717047,6482.62728103084,439.157668512371,7949.75026977878,45.4102003153165,784.77522597499,357.188805289591,1047.43557382401,149.079274686346,1379.80560955669,94.8521638115207,600.700733243006,217.404366264221,1983.60669431218,230.324813405046,1436.70096624933,93.1920278088947,1232.30451234545,2112.21969391734,694.027284323823,19876.4549885635,8411.8824036674,457.868841171449,3887.43720672272 -5985,136.896146752906,1422.24846492946,124.673986751882,1280.06702666247,145.195751604267,5072.27188745819,36.1698956373961,458.851163383816,744.170770750923,12268.3116400339,215.498679164242,3604.75779459562,79.9555770784631,2816.49607946374,337.98627193466,6844.86923656126,402.844991458694,8393.97341555946,41.6466075531413,828.627587091115,333.285279038642,1105.96510114457,135.502154672603,1456.90760240459,87.1166113441181,634.267217766222,199.630619185437,2094.44841585515,207.997726742997,1516.98220793809,85.1406744204374,1301.1643090003,1881.17265869836,624.796766954853,18144.0684427772,7735.71972681808,407.352795314505,3580.71785691311 -5986,131.319334316777,1487.10255502441,120.525585142944,1338.4376871496,141.212813104564,5303.56591665694,35.0994966440254,479.774634510038,724.210178808114,12827.7428561928,209.657487937374,3769.13363506648,77.7043100170623,2944.92742953637,325.844432703396,7156.99315660928,385.930067394474,8776.73600702709,40.3407614406805,866.412748765401,318.746397540756,1156.39676767835,130.758970388083,1523.34213844823,83.3773263487035,663.189606715555,191.97966156852,2189.95461579879,201.748747097183,1586.15612741279,81.8273250864784,1360.49699903658,1845.33592470887,608.276178018156,17527.1266959906,7433.41525642983,399.829128910279,3432.80890723786 -5987,129.024275363942,1476.11033569844,118.209299558105,1328.54435426439,136.374050719298,5264.36353645212,34.4614489533168,476.228283256889,698.693751514678,12732.9240002531,202.364748469466,3741.27332143474,74.975735038684,2923.15940278182,317.933086827295,7104.09079407476,377.782299968077,8711.86098759456,39.4109599172905,860.008483686932,316.170411359478,1147.84902707013,126.921144870158,1512.08204691134,81.7096891018547,658.287506596709,187.968414161173,2173.76712330243,194.661278631335,1574.43173357133,79.8020158333214,1350.44061028571,1757.70139645588,585.101527670696,17066.7498794574,7286.70420152182,380.482558156556,3370.66354652632 -5988,119.157936158561,1413.51254393394,109.556049816648,1272.2044311388,128.726001924076,5041.11631403393,31.942527111393,456.03274760706,660.290850519114,12192.9556077522,191.136922871262,3582.61617864166,70.8002662938454,2799.19622796725,296.140609662937,6802.82578329006,350.041438132441,8342.41485149344,36.6956297694386,823.537882082434,289.140278310705,1099.17189729472,118.874682170145,1447.95879351063,75.600180321506,630.37133850104,174.340369236546,2081.58362018738,183.710439916891,1507.6644009255,74.2940964844879,1293.17212698295,1686.29905247442,554.555438863558,15941.8370371167,6749.71169994786,365.435225348105,3114.69391465755 -5989,116.709018003333,1373.56450538695,106.853511028193,1236.24997719859,124.322900364808,4898.64661350166,31.1767440302135,443.144560757728,637.25583106952,11848.3639288807,184.529323649884,3481.36593518423,68.3901765710457,2720.08663725629,288.509820891949,6610.56746355632,342.421315631121,8106.64537672464,35.696246333598,800.26343489092,284.604721554807,1068.10760889393,115.480143438219,1407.03725097049,74.0237924507332,612.556074931272,170.300217101587,2022.7548654976,177.593245207553,1465.0554860895,72.4537779572849,1256.62509370878,1612.97390161268,534.491486960138,15500.2926473299,6597.68504196665,349.313083053335,3049.95744718532 -5990,112.173886691722,1348.83201330647,103.279315838529,1213.98997946959,121.160116089409,4810.44126304428,30.1112175991912,435.16527089077,621.47998250603,11635.0215151183,179.90248734659,3418.68023306868,66.6419577937754,2671.10857983685,278.769420884689,6491.53715460567,328.994905364761,7960.67659128155,34.5858340996741,785.853839281752,272.172176252173,1048.87519361641,111.774253367803,1381.70204644964,71.0506143296168,601.526350289533,164.117874385557,1986.33300944682,172.788116242204,1438.67560144262,69.8400966353085,1233.99822030284,1587.11522170001,521.827822737565,15002.1364604166,6350.99338195606,343.939035621746,2929.83171577239 -5991,115.815494266515,1338.36047799477,107.575517210794,1204.56527808894,128.828336779459,4773.09583748059,31.3678227312144,431.786904677923,661.846995135844,11544.6940781609,191.448774010239,3392.13961835399,70.9045780589174,2650.37167002212,291.2143589863,6441.14069317007,341.853724986414,7898.87459873667,36.2337102084229,779.752934093636,277.089323621716,1040.73234593844,117.787837684647,1370.97532760925,73.6862034169517,596.856454886815,170.450585369721,1970.91229282382,183.859949630811,1427.50657356222,73.0244800993836,1224.41818675455,1723.57322610907,558.077253295076,15738.2080921702,6588.73676414138,374.033701238648,3030.07836742527 -5992,120.809352277958,1372.06030837059,112.228781925066,1234.8961539745,133.352878839887,4893.28208231924,32.7966455764915,442.659271043635,684.79508921918,11835.3887292445,198.126624435482,3477.55347480686,73.3653085832424,2717.10785745531,302.806354889954,6603.32819971679,355.421484516655,8097.76775085377,37.7290692157588,799.38706260091,290.351177860649,1066.93791917631,122.058005020331,1405.4963977914,76.6455170181365,611.885261863048,177.514681489291,2020.53973703325,190.094671756746,1463.45109686546,75.8108696835156,1255.24895759779,1773.78405099187,576.528472991353,16345.8650873157,6862.57367707642,384.781796101828,3157.42750730637 -5993,128.746188436696,1405.47086642016,119.22875572264,1264.9666759376,138.819015625777,5012.4366734599,34.8933807482145,453.438311280537,711.841001315578,12123.5881179778,206.089080988164,3562.23415650261,76.2161955042416,2783.27119535279,319.515396501193,6764.12352248141,376.764762248368,8294.95364557082,39.8640187116619,818.85265583771,314.44566577787,1092.91854923058,127.848393573233,1439.72114629581,81.3804828939004,626.785064689811,188.234401339754,2069.74118959606,197.468830004148,1499.08707986579,79.9378767040816,1285.81508352434,1810.80870586956,596.459266655597,17208.5225768063,7293.54575916707,392.305462506054,3363.36305933406 -5994,138.913118778495,1431.2158004189,129.257291333785,1288.13790229363,152.797307100194,5104.25277183253,37.7800520589772,461.744238977318,784.352730735315,12345.6638531513,226.970308006381,3627.48594182123,83.9246125223989,2834.25420392092,347.479927484658,6888.0264206533,408.314588540073,8446.89776567327,43.3922006011586,833.852118354447,336.184149585312,1112.938256923,139.87452729296,1466.0934651916,88.0816620528815,638.266298849389,203.907853771366,2107.65399988173,217.470804606061,1526.54684360164,86.9967229118771,1309.36820387058,2022.16901072883,659.117595985855,18768.2749769363,7895.12814826161,438.522270417726,3633.3624659587 -5995,147.641755158371,1490.37129246721,137.553477733235,1341.37965061275,163.589034525039,5315.22346134582,40.1807738812447,480.829206911,840.174550277357,12855.9389770582,243.066569842991,3777.4184088356,89.9564819043817,2951.40055038653,370.540547063335,7172.72464158982,434.239422050247,8796.02778049277,46.2600478504234,868.317174107985,354.869575764696,1158.93859466968,149.402605907038,1526.6905325918,93.6185260992929,664.647335835731,217.083491945455,2194.76826273021,232.977459932781,1589.64259033781,92.699221719002,1363.48745014336,2179.80781621012,707.252699099233,20017.4408855849,8392.8510091043,472.9161739799,3858.95275029061 -5996,140.024041033807,1444.66680365306,128.258528713843,1300.24421574036,145.411244953067,5152.22409839404,37.5008477279395,466.08385236757,744.132909024248,12461.6921728275,215.641384880796,3661.57816265964,79.796754417064,2860.89139060668,342.497322394935,6952.76219679136,407.711439354101,8526.28429084398,42.5748977673433,841.688915249446,347.383863674631,1123.39799059063,135.803595956814,1479.87225937212,88.2838275884104,644.26492047414,203.241424667394,2127.46237592159,207.004333077886,1540.89379709696,85.8000475405865,1321.67404617599,1844.15169225602,620.512221584982,18352.7018096081,7890.32457552794,398.754319423961,3654.56170590804 -5997,119.009778770862,1391.67273863922,108.616283738351,1252.54793980423,123.400411285122,4963.22737046636,31.6925581544461,448.986707259915,631.51494307347,12004.5655028442,183.003117587333,3527.26213164503,67.7828165218433,2755.94659366944,291.034632344583,6697.71713660805,347.120514979288,8213.51842476821,36.0663699390071,810.813617925961,294.549340048542,1082.18888548817,115.529693709613,1425.58676840144,75.1716624809895,620.631639086758,172.721386067524,2049.4216268859,175.999884813168,1484.36988040122,73.0237263304065,1273.19166937253,1565.74793135406,527.120671767239,15586.062933151,6703.68040658872,338.564988190156,3106.91588623143 -5998,91.3698956789034,1288.20125035207,87.1711126003681,1159.42044230846,104.317762897999,4594.20920371559,25.6775234234951,415.604345493775,536.353757395846,11112.0207081288,155.090580815723,3265.00862030796,57.1844820655673,2551.0407363012,231.761831868299,6199.73888280622,267.669141798002,7602.8396697071,29.4038965354635,750.529264111342,219.271524917075,1001.72765959769,93.5561543542129,1319.5937568884,57.5815139743782,574.487400149383,135.069373001613,1897.04621564583,147.45040567147,1374.00631831556,57.5450528201999,1178.52930138393,1410.54013142933,451.182217693976,12588.3564346679,5219.80716164789,306.320703600617,2386.43864847713 -5999,105.283260358066,1210.53254547828,107.04752458876,1089.51623740749,136.136140620044,4317.21344806459,30.2785774276187,390.546575020722,678.294924019351,10442.0506574902,169.360974908021,3068.15351643985,64.97322730927,2397.2324474064,222.651535119003,5825.94193962545,252.134313884702,7144.44645642009,28.3982385428471,705.278076924964,168.409806787907,941.331126108886,98.7205916825061,1240.03232343299,58.4848790850154,539.850193949094,140.634724947845,1782.66880558302,174.867492867446,1291.16422263928,62.6391503857735,1107.47297810425,1901.07101132862,563.917944104443,13846.9032648573,5207.25196010108,403.551128375945,2287.12368503883 -6000,104.589846057312,1170.52665471077,105.297885594773,1053.50971470311,134.692915021605,4174.53742479826,29.6264614754824,377.639723669831,671.152166542245,10096.9599455116,167.575820261128,2966.75664372037,64.4068998311375,2318.00829123356,220.969654324766,5633.40519393851,252.059387872813,6908.33554341944,27.9705090983143,681.969923987173,166.190930403123,910.221850816918,98.3359166096634,1199.05151885674,58.5048463883586,522.009130550494,139.64174647207,1723.75485586957,173.831017331773,1248.49360213695,62.5187613382371,1070.87301790036,1882.4314706661,559.157998801189,13725.7814563193,5169.42512714205,399.60763200745,2275.62857898014 -6001,105.216502011985,1153.77798511764,107.284491940651,1038.43540088574,144.165005055849,4114.80538217392,30.025650333656,372.236204722584,720.544500489134,9952.48596421273,179.830435488951,2924.3063273701,69.2048547608868,2284.84069541012,229.162091399543,5552.79870633928,256.951564963994,6809.48650910692,28.9904105189325,672.211847241679,158.090863932173,897.197794530436,103.555033135016,1181.8946966403,59.2924106440321,514.539878639824,142.605770932986,1699.09023125438,186.377122569702,1230.62932989062,64.6803674022981,1055.55025845629,2082.85804622925,605.569250076971,14318.7090720465,5253.70844380072,442.986092060891,2290.54524660201 -6002,121.581156843187,1163.52634803142,123.879686004294,1047.20922503643,174.628363453893,4149.57170351342,34.3186381012842,375.381258329164,875.028097548046,10036.5753179055,218.307065348985,2949.01402652713,84.2966125925317,2304.1454980553,271.542192009649,5599.71474883172,303.384990813512,6867.0204078323,34.0320719724023,677.891419157928,171.424906465335,904.778290795185,124.968242332005,1191.8806199092,69.7233081882363,518.887267422846,166.872572312691,1713.44598115704,227.537527872163,1241.02701599217,77.1419776187058,1064.46868741394,2592.06961164381,742.609145560701,17027.7621467452,6122.6256014451,552.08949158924,2655.61135526696 -6003,180.056678150035,1209.8672281068,182.67031781679,1088.91743146711,237.419921256516,4314.84067658138,51.3458679902375,390.331927821269,1184.37306619271,10436.3116315364,295.670889199582,3066.46723725596,113.660192319297,2395.9149112553,384.738884622085,5822.73996013951,435.470384902333,7140.51981739262,48.8051373463138,704.890451034146,280.772759421766,940.813763768768,172.063826139498,1239.35079277191,100.847422968813,539.553488409558,241.740943718607,1781.68903801842,306.341896935756,1290.45458951957,108.633141730242,1106.86430301035,3359.96701083062,989.641542423199,23955.5309814873,8933.40774308977,713.772842697518,3916.97119494815 -6004,250.253097556549,1341.91848776383,252.279159462339,1207.76759547456,311.364228853836,4785.78503586745,71.5413447048387,432.934803207696,1548.31376543795,11575.3854613766,386.701025437463,3401.15756688023,148.250819887344,2657.41764040799,519.599537686573,6458.2643619327,593.819228486304,7919.87362960239,66.2490890921476,781.825894706694,412.686703647903,1043.49911611337,227.979285018473,1374.62004343057,138.217384812609,598.443188156461,331.298448440814,1976.15193140186,399.306973758841,1431.30157679015,146.229967586043,1227.67328277802,4253.43040088558,1279.74370456263,32182.923276152,12294.8333956971,901.746169595759,5430.20541123649 -6005,271.43295248517,1618.98025240805,269.401040988238,1457.13163981373,330.08725642585,5773.89128772699,75.9714654193889,522.32151458128,1640.04819013041,13965.3195383043,409.660940278245,4103.38406268116,157.39330469743,3206.08645119026,558.275165544474,7791.68225353482,643.290567623967,9555.06547142091,70.5186310369711,943.247071929573,449.847687036922,1258.94715498557,244.144191641406,1658.43359724995,150.029581693983,722.001904473307,357.695915775266,2384.16191584709,424.737670816816,1726.81799169875,157.602422592955,1481.14719288105,4466.78068958129,1354.69832915498,34430.7624339078,13264.1934104188,946.439128438698,5883.53385431355 -6006,244.614353965694,1790.11173924511,232.494844693597,1611.15520104479,274.200584953806,6384.21040646523,64.9004371269209,577.532600241115,1357.44562879189,15441.4993083725,339.246125111533,4537.12512571493,130.965665735362,3544.98023355992,486.183312005145,8615.28845072351,576.44350089023,10565.0670193197,59.9668780578522,1042.95136025176,418.118939099021,1392.02197054402,209.834165378726,1833.7354311641,135.378983080905,798.319857844222,317.109868563662,2636.1755972446,355.832066454959,1909.34827888222,138.664731846944,1637.70927630688,3557.77464424363,1114.82728080292,29614.1464054505,11768.5606937735,751.893307592965,5294.25673400241 -6007,221.851556230937,1885.02087161603,213.384147121848,1696.57631688561,250.830567050571,6722.69199801468,59.8858511850011,608.152542450936,1241.8929005364,16260.1852427387,310.362690505251,4777.67693021933,119.518347202394,3732.92995248704,442.092799860957,9072.05856962582,521.198519083215,11125.211574691,55.019961157438,1098.24713120084,381.203538390145,1465.82495980395,190.557187450415,1930.95742851439,122.317027491868,840.645620756891,287.957648330236,2775.94181028412,324.037984436474,2010.57915993272,125.614025896647,1724.53825076835,3258.90336728749,1018.15236681549,26996.3456166918,10699.2339218699,688.797365697052,4801.96815778172 -6008,214.515703145714,1923.08865968371,205.305979862564,1730.8384880076,238.15678124203,6858.45601955854,57.6049716003483,620.434115799774,1177.91156743887,16588.5578857595,294.41703233343,4874.16158753747,113.348396915008,3808.3160601119,424.021621610256,9255.26778930411,502.358944413506,11349.8839922809,52.6994282770873,1120.42611057769,373.049751509307,1495.42713278482,181.951702728204,1969.95290026924,118.0761903478,857.622366114389,277.366499212233,2832.00164819536,307.566595728166,2051.18258374945,120.581585977175,1759.36511005324,3056.02896552004,962.843719301952,25843.8660234225,10317.5390187282,645.418905643612,4642.5404789112 -6009,198.304301677669,1971.97510480397,189.908880758201,1774.83778067148,217.495105163872,7032.80343309119,53.3848094652608,636.206045086574,1074.88862731678,17010.2522369912,268.696331324111,4998.06665647777,103.38231360296,3905.12648699251,389.797796925525,9490.54406664927,462.636046364373,11638.4070814874,48.5634679138799,1148.90823452462,348.181004680662,1533.44208133652,166.565581154017,2020.03067170404,108.844548866975,879.423809601581,255.730244307118,2903.99338526782,280.479431633105,2103.32527842302,110.760825104291,1804.0895721658,2765.12393070306,876.278406028863,23732.6736714931,9521.01694995858,583.637462537197,4289.53482912564 -6010,190.523877673288,2015.85720097115,183.80489155857,1814.33300654063,211.836849434735,7189.30345980246,51.8465472703886,650.363452441575,1047.59531800283,17388.7790868856,261.849677268398,5109.28795999992,100.659183562493,3992.0267402613,376.579401594061,9701.73586435352,444.227141271815,11897.3949853095,47.115762522689,1174.47473458431,333.077040397763,1567.56556125068,161.118689147204,2064.98214192312,104.389355404931,898.993509082387,246.339481356032,2968.61555858569,272.590821229427,2150.13029229655,106.691754555186,1844.23573420766,2713.96149578816,854.713680486086,22971.8521082981,9167.25611869977,573.121472221211,4119.60168018376 -6011,182.284080246504,1996.59188963748,174.486925081386,1796.99363834674,192.616329996531,7120.59612807354,49.3998986190323,644.148005045159,949.628588422552,17222.5965603357,237.466808731363,5060.4590929575,91.1911767018214,3953.87540793162,352.330747816992,9609.01751018951,419.801548944898,11783.6929739066,44.1333596877558,1163.25041700646,329.145482370618,1552.58452064976,148.469398708615,2045.24734927837,99.0479299423489,890.401933334328,233.219625738209,2940.24484713919,247.10114845077,2129.58174874442,99.7397716171057,1826.61058914528,2377.30271910534,767.443024213222,21374.4981317602,8701.02808354586,500.824038798811,3934.07022161508 -6012,169.544684449976,1970.41305276118,163.052820082525,1773.43188615782,184.452399313598,7027.23256916778,46.1304809557993,635.702089965669,910.917801512454,16996.7779800442,227.731512371651,4994.10755972663,87.4539631361439,3902.03313617307,331.810674225062,9483.02636335252,392.675520365759,11629.1880008244,41.5476017692989,1147.99815485356,301.321111116755,1532.22740254579,140.906026578765,2018.43055361454,92.4344409250585,878.727195453197,218.191422823188,2901.69305764773,236.759235878105,2101.65918053983,93.876429908369,1802.66050655806,2324.22967749113,739.66667104925,20198.1166540864,8130.28145554016,490.308048482825,3662.32698644606 -6013,163.66735248009,1940.79191616867,156.243728013534,1746.77195916243,172.335430161456,6921.59247735713,44.3012071455015,626.145607170032,849.473685658517,16741.2661311586,212.42777471183,4919.03135071705,81.5822727091133,3843.37403606557,315.887048403909,9340.46842666735,376.741653524911,11454.3669064607,39.4980337763925,1130.7403468497,295.994081340576,1509.1934924131,133.006035230899,1988.08757195021,88.9130356327395,865.517326462739,209.258344282813,2858.0720278897,221.105614559459,2070.06502642558,89.4420803754415,1775.56118694087,2121.80485010425,686.167157430801,19154.0559361934,7807.4420105096,446.929588429385,3531.90747332433 -6014,156.250325212606,1901.07529492151,149.68624128263,1711.02578785511,165.043560712338,6779.94809778186,42.437192224126,613.332081042697,813.603600188434,16398.6706573265,203.455132514331,4818.36764564297,78.084399544808,3764.72272387187,301.881954399429,9149.32385125848,358.764037974346,11219.9632342999,37.8451852260024,1107.60072754761,282.812567773591,1478.3091581228,126.93089175327,1947.4030861774,84.6416631477315,847.805265962281,199.871309073329,2799.5840656908,211.307606562368,2027.70294323335,85.2518498085725,1739.22586908665,2034.27286131704,656.792679080983,18312.7215547111,7455.10057906478,428.52660537641,3369.00511200074 -6015,159.583493357146,1849.44079356681,153.705577632948,1664.55316070723,170.664980192258,6595.80008419454,43.623798483969,596.673563489983,841.86203392775,15953.271580008,210.502013175831,4687.49749473889,80.7471451001168,3662.47028752433,309.873901601173,8900.82197652767,367.443388472559,10915.2213819552,38.9561040015039,1077.51753651367,287.5138100266,1438.15727332809,130.748456432993,1894.51029042123,86.6108537071433,824.778296819715,204.615746665456,2723.54545342822,218.48875891254,1972.62914860302,87.5281911385011,1691.98730850286,2120.52436450423,680.713768601405,18836.0803705638,7634.07910645168,446.929588429385,3444.36426842714 -6016,167.134423983858,1828.72914024322,161.184697412592,1645.91204057883,178.437924840856,6521.93455402417,45.8306314378219,589.991491786287,880.113038556868,15774.6129111328,220.069706922294,4635.00280369286,84.4139100997759,3621.45474641212,324.296452375096,8801.14279798135,384.089982373618,10792.9831994734,40.8237863367235,1065.45055402686,301.434949055179,1422.05153208264,136.622594693541,1873.29390950779,90.5398355602208,815.54170908359,214.223236661689,2693.0448126731,228.250633973013,1950.53792448598,91.4794425408283,1673.03895682623,2214.26736868748,711.243078823089,19705.4312150957,7990.28416150529,466.647070271858,3604.60672087439 -6017,181.605081781929,1820.28248876805,175.514613519847,1638.30979645222,194.933685787273,6491.81062429097,49.8844140070762,587.266401233087,961.698594274963,15701.7521169977,240.461939715077,4613.5943553843,92.1843995522245,3604.72773889476,353.093339057074,8760.49151498822,417.870499235437,10743.1318762472,44.4972055291696,1060.52938265388,327.288904025564,1415.48326923446,148.977837095008,1864.64141941728,98.4671004421514,811.774832716551,232.993579339055,2680.60600451989,249.265387126812,1941.5286547835,99.6222094604037,1665.31141715853,2425.87397181868,777.47400185763,21479.634259393,8694.1931231964,511.340029114796,3919.49826566879 -6018,193.412088231604,1816.00130940698,187.133763025725,1634.45660436205,207.656586594769,6476.54233168685,53.1861307848685,585.885191002301,1024.39309480533,15664.8226747212,256.140629079182,4602.74349841211,98.1366026261333,3596.24966689591,375.98556238452,8739.88744078645,445.033680838098,10717.8647681222,47.4293661629059,1058.03509040373,349.312986946255,1412.15414982823,158.626968854387,1860.25591089877,104.871517160264,809.865594078535,248.121758358043,2674.30140335358,265.371625416334,1936.96231276952,106.088010386974,1661.39471911145,2581.91316768745,827.714068389427,22883.864939131,9264.23462985923,544.202498852251,4176.20955528742 -6019,198.47613171062,1834.05168763282,190.622822427445,1650.70249567811,204.096603118383,6540.91675591056,54.3416589284115,591.708672097676,1004.20609507776,15820.525191374,251.18711256693,4648.49305849914,96.2004773296258,3631.99505229059,378.81575334579,8826.75867438096,451.48289754414,10824.3963613737,47.7952246554857,1068.55156605772,366.995248232506,1426.19043734936,157.627427442918,1878.74616341931,106.737924727863,817.915357153861,252.445788955483,2700.88296558614,260.078938401813,1956.21499842209,106.680703981925,1677.90836527846,2456.24701830351,804.800271047267,22932.9681198726,9436.33106390066,516.598024272789,4274.49904790169 -6020,191.771482080751,1725.57584478078,182.15771846796,1553.07092633681,190.333741496522,6154.05118232457,51.8937892787959,556.711786589231,934.506911209479,14884.8128469137,233.824128967252,4373.55576752051,89.5935675891089,3417.17901019738,360.792789960957,8304.69591393016,434.48056007782,10184.1823878079,45.3198653431725,1005.35158508631,360.123095162278,1341.83773845751,148.979371539813,1767.62684494198,103.003331889419,769.53937170745,242.299277152582,2541.13798232734,242.770760572383,1840.51374955079,101.886472256767,1578.66769208512,2229.15064738402,744.895317927823,21748.1027443309,9069.86245782926,467.961569061356,4128.86631405051 -6021,160.678231068519,1587.62350149936,151.494432221405,1428.90960696136,155.62058567705,5662.06134377692,43.1341081881511,512.205081349553,762.924433674387,13694.836284743,190.933548478793,4023.90885491086,73.1880013457232,3143.99029276452,299.369583373216,7640.77130868524,362.776609381889,9370.0009485783,37.4911045362587,924.978063746275,304.782930284394,1234.56360102476,122.896520939953,1626.31270563919,86.1615648364527,708.018019345313,202.107542744449,2337.98496513383,198.559904383586,1693.37261671669,84.6432228289189,1452.46002173292,1787.04404489998,605.718910990167,17989.1283242976,7570.60249899491,374.632155006985,3457.38030456437 -6022,124.028570648893,1445.15856155706,122.241351713568,1300.68681286283,133.268040047187,5153.97789166814,35.1069855864757,466.242505157091,657.106351975686,12465.9340752563,164.315214686551,3662.82454694566,62.7216440430368,2861.86522481555,240.779774849392,6955.12888491368,282.054591222134,8529.1865986157,30.866068932776,841.975422266661,227.062139288414,1123.78039007528,100.732178298116,1480.37600105056,66.4450168515879,644.484225275851,159.01075482174,2128.18655428312,168.734195679198,1541.41831022485,67.2932048275541,1322.12393791371,1647.06220590691,528.175695357154,14678.6359383828,5942.82703351711,347.027680427523,2671.40414849644 -6023,115.504388082572,1351.11723774718,130.81550711222,1216.04675121321,165.851516752779,4818.59123119187,38.2048358590086,435.902538617942,896.339319037792,11654.7338553298,200.592376960245,3424.47224537748,75.8054136473063,2675.63403782584,238.411138423527,6502.53527684559,281.173008586698,7974.16376576399,29.8348113568402,787.185252224678,202.799113668481,1050.65222382037,111.93855587678,1384.04296011062,70.0067497882583,602.545471057612,157.720388060126,1989.69830378725,198.383786111056,1441.11304110466,70.8063272538047,1236.08889050121,2258.7893034838,683.735335353543,16635.0754287891,6218.6044076903,465.918825684183,2669.68659845831 -6024,117.032378876696,1296.21399894968,132.490929284814,1166.63216060217,167.041239155847,4622.78567291567,38.3554097716304,418.189448664265,940.960001290986,11181.1386571459,202.099702520597,3285.31732070427,76.5476179809149,2566.90848062814,239.760105493303,6238.30191713425,284.374962188237,7650.1301399536,29.7659992200345,755.197635848155,200.385488036323,1007.95851203432,113.30435795311,1327.80177021088,70.7939381690761,578.06077279487,158.33742419419,1908.84604459325,200.899332416438,1382.5527835493,71.6388508197635,1185.85987881065,2357.97451023873,711.749055911758,16906.3251417475,6287.00473925309,480.764383460647,2686.14186442357 -6025,118.811446788209,1271.01867507546,134.735190696078,1143.95560013279,179.358798595629,4532.92969055121,38.6319318058182,410.060838258566,997.211660023758,10963.8038575082,217.437390151258,3221.45854893372,82.5304935625105,2517.01387173077,249.091132180687,6117.04413303787,290.337344555571,7501.42976585472,30.909607981041,740.518386094909,190.561475495714,988.366190717735,119.556178434847,1301.99245502965,71.8509970648574,566.824643265836,161.859379391897,1871.74260769277,216.024718833987,1355.67923860768,74.2557787393044,1162.80957713185,2584.630327861,764.574305327951,17620.4493883311,6394.17468646594,531.021929058213,2705.82084178199 -6026,137.130085169687,1274.05600083026,154.64401567864,1146.68928601385,218.101663705564,4543.76193429693,43.8970212980298,411.040751748036,1177.71535261046,10990.0038217416,264.849850012915,3229.15679854292,100.940915436966,2523.02872517683,295.924450162186,6131.66190070159,343.630286182858,7519.3557698328,36.3786008035416,742.287986817614,206.592202496667,990.728067962424,144.722164521894,1305.10379815446,84.6846127756387,568.179171819353,189.748521703154,1876.21547039745,264.745194348816,1358.91887587456,88.8122120552747,1165.58831795274,3156.16327732588,920.433674536394,20851.8680658438,7432.90326593224,655.836223734338,3137.92323987683 -6027,187.692150759806,1311.42954261028,211.041622367466,1180.32661428798,293.802758631661,4677.05001298363,60.6808872887074,423.098344741387,1510.90268527559,11312.3878980513,355.7138711926,3323.88185493443,134.788741504199,2597.04000836308,416.674955826537,6311.52991441331,490.482496532513,7739.93081271911,51.8465035764077,764.062485795727,338.42024193422,1019.79038297566,197.801271600248,1343.38810535588,121.841544134981,584.846310471572,273.626682324647,1931.25293910018,353.197852728583,1398.7818107456,124.24447074117,1199.78003611185,3975.74862182243,1191.44509147723,28503.7452681335,10563.6847384577,829.672321326982,4563.65164816574 -6028,265.827558817043,1429.19091658237,296.071227237059,1286.31544503958,394.309711083254,5097.03127600205,86.1148587594341,461.090963317671,1974.0050232891,12328.1972103291,476.616982430781,3622.3537754151,180.04584143226,2830.24430162355,572.648434668418,6878.28124221082,679.002337949124,8434.94709635455,71.5939699265658,832.672384539311,498.478544633568,1111.3636720932,267.668737222321,1464.01923644172,169.350887275396,637.363279813711,380.622164908267,2104.67209141194,471.612358169356,1524.38708542372,170.227180179241,1307.51570998998,5073.90951856692,1548.20270820078,38878.4674924759,14717.8687139351,1066.14893672088,6415.72454097452 -6029,294.497288149455,1672.09002466884,323.018957973608,1504.93205580361,417.057004390017,5963.30067112971,93.9423122875049,539.455989597307,2083.66567571048,14423.4442987054,503.828109119623,4237.99335933159,190.690360882252,3311.26038460784,614.281853753623,8047.28417912855,734.506718200756,9868.51423052058,76.0825245423421,974.189782380384,543.320371572722,1300.24623605231,286.129134224159,1712.83761516715,183.57126636421,745.686786769682,410.444093140634,2462.37305906219,500.53529339425,1783.46532271996,183.158572069409,1529.73542611096,5267.81978478117,1622.54301290268,41697.7972576343,15930.9371602442,1109.73548259361,6968.42928304591 -6030,270.13957295398,1824.88186375972,292.111602838155,1642.44937432155,358.357235856068,6508.21372195318,84.1111771245221,588.75026893821,1909.8349408269,15741.4263139743,432.219681131967,4625.25169463292,164.310241338654,3613.83593760368,547.734657168436,8782.62697244467,671.189442813907,10770.276944328,66.2549374934755,1063.20906141288,506.206952018323,1419.05982308796,253.26842163195,1869.35287775731,168.65004091413,813.825974167126,371.008812786397,2687.37919071258,434.313962578289,1946.43438694075,165.012417972624,1669.51922102013,4629.81522752677,1454.74284170542,37345.2871217301,14521.0725701066,952.974157887004,6381.43518148057 -6031,253.348925366627,1913.05102724957,274.5092303537,1721.80431245985,327.191821238618,6822.65805452798,79.2869060577911,617.195736969636,1773.95193049339,16501.9732939201,394.643455829575,4848.72072073503,149.665045772549,3788.43841348758,497.458453040381,9206.95957653361,606.317239318879,11290.6428527157,60.7041965728286,1114.57800502574,461.458431267296,1487.6216955184,229.653232113171,1959.67065819688,152.254358152843,853.145974433224,336.570279935411,2817.21991077815,394.768532444672,2040.4763603378,149.312008999883,1750.18203874593,4252.93237887255,1333.79200844748,34310.8276843491,13300.4262449264,873.249967410382,5810.68104461583 -6032,234.209488345324,1941.65972472972,252.351858416796,1747.55301335362,311.676662296802,6924.68740843031,72.9289717322416,626.425582840703,1615.37083025947,16748.7518455983,375.715707946695,4921.23085365326,142.423966087369,3845.09256800298,478.12594285931,9344.64493750156,585.350971841578,11459.4886289802,58.2664188158637,1131.2459477568,451.685725819518,1509.86831541812,219.898768007825,1988.97652836056,147.189297868431,865.904335157169,324.742583095555,2859.34999043336,376.012827634347,2070.99063835589,143.627340995267,1776.35511398985,3917.26312808843,1237.87610252554,32351.6076909164,12657.153262254,811.620721616301,5586.32364465729 -6033,219.942190966775,1979.81429393409,236.895900984795,1781.89329014728,282.22076031322,7060.76092408217,68.6176414708881,638.735153847132,1497.20454129948,17077.8730624834,339.988984507891,5017.9354619762,128.760906526425,3920.65052937724,436.920871178132,9528.27180961368,536.342651247205,11684.6732204781,53.3678716493302,1153.47548738783,421.363754585239,1539.53797091768,199.86332605975,2028.06089604387,135.044978958475,882.919781509242,297.976962869358,2915.53762501217,339.957638471706,2111.68662366493,131.134941402917,1811.26136623634,3555.70316117481,1131.02148992488,29766.158466017,11701.968578604,731.663160676484,5156.72617262408 -6034,206.599702696958,2020.83262661987,222.870886921099,1818.81104147868,276.797593403843,7207.04769526374,64.7127705270881,651.968643027848,1389.40041304231,17431.6970958731,333.63285184161,5121.89841789874,126.280775504402,4001.87963669876,424.184205944543,9725.68114452186,517.200030211361,11926.7594681381,52.0304367972367,1177.37350723319,403.249113978543,1571.43453862455,194.479401108116,2070.07881499506,130.032258821779,901.212354425682,288.171383045501,2975.94252896051,332.749524282677,2155.43712325622,126.957776043626,1848.78757338052,3387.16314951047,1072.48187770798,28512.2884163711,11182.4730316198,708.798625157194,4948.53530457693 -6035,199.902455944822,1996.47618239053,215.11623529749,1796.88949829299,249.625416862024,7120.1834725985,62.5207517075844,644.110675136787,1326.12307245827,17221.5984699178,300.268641000179,5060.16582732168,113.436956511148,3953.64627145128,394.497199028403,9608.46064477908,486.167194727541,11783.0100808827,48.438831766997,1163.18300387914,398.320762159359,1552.49454468547,177.997278946183,2045.12882233184,122.760625967627,890.350332425336,271.524487206628,2940.07445295979,299.233219080179,2129.45833441894,117.955742863485,1826.50473271882,3077.70976373036,994.850176239877,26738.8856113984,10659.3561185651,630.301277572296,4719.53651128501 -6036,191.781228867469,1982.27308064819,205.815103403519,1784.10627323421,231.573200257952,7069.52988044578,59.975514314439,639.528416889489,1253.98737118747,17099.0825504236,278.652057537191,5024.16737629458,105.245395383888,3925.51969486503,363.665247882469,9540.10523672125,446.757050977517,11699.1847427765,44.6380728772679,1154.90802083914,363.971679811181,1541.44996615903,164.431755428848,2030.57960156178,112.714114443787,884.016304266473,249.710948936239,2919.15851268774,277.407505564275,2114.3091863116,108.642257592531,1813.51082235791,2878.69894018639,927.097603012802,24986.2232200404,9911.66598523228,589.186217061668,4360.80298536263 -6037,185.711674908807,1954.67682508631,199.482549876588,1759.26880096746,218.482518366877,6971.11127445869,58.0983657988499,630.625208848246,1221.96095212164,16861.0373201565,262.645870620559,4954.22332657942,99.1810017044207,3870.87049149832,348.528629312128,9407.29246497453,430.985320531043,11536.3143011713,42.7174192288719,1138.82994501564,357.772759717578,1519.9906386742,156.545358759245,2002.31084577304,108.964434009678,871.709453060367,240.797424152895,2878.51938726743,261.753918044788,2084.87478738246,104.208193378041,1788.26399405429,2747.52473483655,892.890309423231,24026.8713453413,9599.18519312941,554.932181767216,4225.56064807476 -6038,185.010448791092,1919.73314110421,198.944806181338,1727.81841887279,206.283194413772,6846.48898076165,58.006191787454,619.351545741219,1202.34100708301,16559.6131910297,247.913776436,4865.65686276355,93.5283988615563,3801.67108551234,329.940232176116,9239.11865188975,407.201022120458,11330.0800449072,40.5445086858565,1118.47112498091,341.57641988802,1492.81782327479,147.616969100565,1966.51561019719,102.983024867188,856.125935999637,228.273726762497,2827.06020459637,246.494301492437,2047.60355933211,98.3741638721745,1756.29526598486,2637.64655977785,858.324210826133,23143.7163989988,9235.84953857817,527.738096969598,4035.99601395014 -6039,188.2565532074,1869.05322664134,202.730988134418,1682.20494906236,212.068538697831,6665.74538234859,59.2639180098417,603.001000611515,1212.77371261547,16122.4483778115,254.937900946112,4737.20615868877,96.130666272114,3701.30902929503,337.327169150066,8995.21092692296,415.674297286474,11030.9720724298,41.5710930187932,1088.94409347349,347.127607478904,1453.40824182188,151.289213917238,1914.60066390556,105.059761002856,833.524675294751,232.937710031002,2752.42734741294,253.314292001328,1993.54793513159,100.5939236412,1709.93002284463,2677.05111567512,869.689293090695,23610.7033775219,9409.85605735058,539.619883064363,4115.08271599171 -6040,196.598380257477,1851.26318901969,211.272147800645,1666.19337223587,221.436175980908,6602.29943044198,61.9150518930539,597.261511583665,1250.01648444754,15968.9915585481,266.173532475048,4692.1164445044,100.357687710133,3666.07919959196,352.724520922858,8909.5926371259,434.187274132582,10925.976984342,43.5275114601282,1078.57929694729,363.912578351609,1439.57439967491,157.911160835575,1896.37709629612,109.751622390496,825.591013951826,243.711596209407,2726.22917105102,264.26946435017,1974.57293096314,105.040716944,1693.6545529954,2760.99079348683,898.781400577806,24596.0315097155,9820.40809859849,558.751645147295,4301.54650008465 -6041,211.511915500995,1842.81653754451,227.914569796658,1658.59112810927,241.36117295013,6572.17550070878,66.8887268768928,594.536421030466,1346.89458894312,15896.130764413,290.15212109327,4670.70799619584,109.336694083728,3649.3521920746,383.444729267742,8868.94135413278,471.758403520618,10876.1256611159,47.3715362059923,1073.65812557431,395.06889446486,1433.00613682673,171.851169602696,1887.72460620562,119.218278253946,821.824137584786,264.727836739056,2713.79036289781,287.913260705961,1965.56366126065,114.20938681667,1685.9270133277,2991.01411666686,972.859663492152,26663.4760967876,10642.3786807004,607.350052109285,4666.76637409362 -6042,222.447643065826,1850.30860212785,237.326678864142,1665.33421489842,253.528590448445,6598.89501526772,69.7184646278258,596.953539160654,1364.58796056619,15960.7572944478,304.666835770053,4689.69699767511,114.695160614733,3664.18881946174,404.49868252209,8904.99848736189,498.51430193179,10920.3431044747,50.0259688856428,1078.02313742078,421.338857854221,1438.83209633311,180.830235423908,1895.39924683159,126.064372063611,825.165305514145,279.830228848777,2724.82341597187,302.08144282568,1973.55476053333,120.466042649671,1692.78123555184,3030.27368755857,992.910575314728,27865.8691366938,11190.8663750291,622.126719520674,4934.04876338073 -6043,225.91733047315,1853.374851187,240.428484676491,1668.09393263617,250.809484389931,6609.83041037355,70.6132389597009,597.942783995652,1364.02409750744,15987.2067510309,300.937647728289,4697.46855480362,113.188201870289,3670.26095008216,409.560161359989,8919.75545449818,507.820708562067,10938.4398110085,50.6553338081576,1079.80958938185,442.930080443595,1441.21646484147,180.801628232753,1898.54021810018,128.793023344209,826.532732730754,285.917798984955,2729.33887205631,298.13593736055,1976.82524764056,121.73574007226,1695.58643727057,2953.35576257842,984.717097404507,28072.1870373506,11422.715560587,601.258028647767,5059.73303987015 -6044,211.573516752067,1735.58455110465,223.572679419609,1562.07906750248,234.357935265539,6189.7459859881,65.7357271490579,559.940833168588,1230.98424779638,14971.1479221996,280.828897267791,4398.92331969192,105.625813173959,3436.99937409075,390.758010002936,8352.86491372406,489.434434456833,10243.2528082572,48.108032686319,1011.18283776512,434.753758113282,1349.62068227834,171.278475968692,1777.87945599628,124.458050447896,774.002863474198,274.871607002543,2555.87712223272,278.960000284828,1851.18912012927,116.471879953592,1587.82429992757,2633.32201304909,896.436139304591,26347.9379765984,10884.2536280161,539.395412390492,4871.87390004449 -6045,173.153542097565,1592.30965762774,182.124382010954,1433.12729050234,189.75844204731,5678.77393554713,53.5917842023195,513.716946712268,989.223682621278,13735.259055584,227.106342374944,4035.78614516427,85.4004283770071,3153.27034522284,322.367896162361,7663.32441857551,406.755682839085,9397.65819056707,39.5640704791322,927.708302759455,367.821486546364,1238.20763739695,140.241692869472,1631.11305990769,103.665532952573,710.107861790465,228.292232748235,2344.8859479941,225.914666555228,1698.37091036626,96.1916821474837,1456.74721855612,2082.91636865677,721.157440262232,21544.0962074015,9002.17751288336,425.460531591278,4054.06477348857 -6046,134.175777993795,1447.67520049168,148.13318579187,1302.95186471394,159.78840470809,5162.95317076581,43.6364559110419,467.054432701008,893.989972222742,12487.6425963036,191.875761465146,3669.2030905261,71.9090872228405,2866.84895576522,255.930764454334,6967.24073797445,312.685788707588,8544.03955914593,32.1865458645504,843.44166146424,273.636396246784,1125.73737220781,113.037900700892,1482.95396860459,79.114489289947,645.606547861916,177.631612490453,2131.89263698237,188.391613853813,1544.10257853786,75.4497615287195,1324.42632096499,1989.17092698556,650.197359995291,17601.4138958108,7069.60822035572,399.458844502846,3109.63016962877 -6047,108.383316423193,1354.09670847554,122.147431463467,1218.7283658047,175.202519053339,4829.21714219661,36.9848748120719,436.8637867006,1061.16539540165,11680.4347622523,295.190729814082,3432.02385861291,102.428742739784,2681.53432025345,295.088039885182,6516.87460505208,339.003534161737,7991.74831495002,40.4212189567626,788.921145566334,249.002285761445,1052.96911199195,134.028273982035,1387.09503832504,74.5904809024796,603.874198530971,210.923252154174,1994.08596733619,247.115829471316,1444.29096971239,100.437497168551,1238.81470182536,2678.8385129458,820.692895780065,19846.047717684,7498.58913337268,567.098695782154,3263.21727051238 -6048,108.635179893879,1296.93717134759,123.667042157549,1167.28303783213,183.562763284872,4625.36477713985,37.119569587611,418.422761270532,1114.15445409641,11187.3767404105,309.708033482499,3287.15023626193,107.728132597024,2568.34058779769,296.741665202547,6241.78233607741,348.477993500806,7654.39823377311,41.37408144399,755.618969120022,246.028226918048,1008.52086344754,135.66203307914,1328.54256578237,75.4287620631542,578.383279414565,215.356484831621,1909.91101131359,250.247852946405,1383.32412532815,104.014963906202,1186.52148340128,2852.78350064491,860.466224263309,20397.9424131513,7622.12233539342,600.80507778993,3298.59108870927 -6049,109.39809407623,1270.41121273041,125.705532162775,1143.40886548198,194.07185960573,4530.76325180898,37.3733861942643,409.864856465924,1180.9695197549,10958.5638888653,327.994553478663,3219.9189061236,114.486889480917,2515.81090659813,308.136629954617,6114.12059300916,359.74323710227,7497.8445816193,42.6218872548028,740.164467585141,233.898209616185,987.89381745072,143.08082060695,1301.37018927897,76.535918610445,566.553738806458,220.763341864614,1870.84803928391,269.026757851699,1355.03131414712,108.391543922891,1162.25383153469,3097.69109005134,922.157154104478,21221.1848688253,7777.74082129868,655.314504943328,3344.61205471747 -6050,126.629246387498,1274.98166161183,144.235418539182,1147.52240896922,228.869664942103,4547.06318810416,42.4551629879965,411.339391920267,1394.88424801415,10997.9885692884,387.201806347125,3231.50293074119,135.592974573919,2524.86182257612,365.923465480598,6136.116837489,419.855496132925,7524.81893058418,49.3539817891791,742.827293470995,253.495746995027,991.447877858626,173.145028497747,1306.05201660094,90.1903573693837,568.591980342617,256.239965048162,1877.57862796477,329.652088725679,1359.9061934712,127.140241826262,1166.43517193143,3720.63980723373,1103.34086299576,24904.9049226649,9012.58587452272,791.966561248957,3872.71531344034 -6051,186.767343118174,1317.67775078144,196.970494516782,1185.95019234262,294.632404820488,4699.33346867725,58.7204092916625,425.114165225007,1789.05349120018,11366.2849258392,497.242777913128,3339.71824193899,173.372306886499,2609.41341164085,515.612285458473,6341.60072760034,562.440119791606,7776.80713537081,66.0569792813237,767.702804479967,415.464822804632,1024.64909813858,236.7913399083,1349.78857771387,129.806698512892,587.632767065107,345.631408376755,1940.45424958054,439.918757610065,1405.44620227835,167.840712631164,1205.49629854278,4635.70741135872,1412.95012923258,33278.0388416422,12422.8415907308,988.091807332684,5405.05595346717 -6052,262.676091606498,1430.98438592498,276.536114961822,1287.92962218614,386.648851547682,5103.42746088245,83.3813250672174,461.669579160573,2336.63943043696,12343.6676723156,650.490991753816,3626.89941054959,225.753966057645,2833.79593096024,708.886819439793,6886.91268983245,776.179894079885,8445.53197962547,90.676868581715,833.717292099795,612.090057877168,1112.75830499443,320.535547435646,1465.85641129855,180.452295939201,638.163097031405,481.272027641366,2107.31321152292,587.504065726076,1526.30001495068,227.556546349781,1309.15649101766,5824.96504103052,1829.26375259506,45188.2205381559,17344.5676868098,1244.51668105789,7632.84997234171 -6053,284.594365083415,1681.80945866646,301.810104489196,1513.67984304681,409.134635598972,5997.96382109526,90.9826358168209,542.591710047855,2465.99099614335,14507.2841116409,687.121752033079,4262.62773674589,238.371093487684,3330.5078989655,760.550328414231,8094.06099514036,852.901642727321,9925.87739356982,97.9168301782344,979.852499788722,667.194484332098,1307.80423668955,342.701476959093,1722.79390454371,195.62168582866,750.021274386961,528.291440328558,2476.68620732094,623.58988660438,1793.83215299554,247.32157449447,1538.62738903673,6008.51728286633,1919.47948000697,48665.8303836001,18959.3587539003,1284.46989562238,8403.97443702414 -6054,260.36383986677,1846.08527498731,272.904042777179,1661.53309157242,374.845028338792,6583.83304539766,81.4519385426331,595.590993431428,2260.33562845218,15924.3268852783,629.721008794942,4678.99276996497,219.176732738218,3655.82531292477,678.450132192749,8884.67283911331,789.013569941225,10895.4174345815,88.8201650756455,1075.5625509169,621.72009081459,1435.54796381806,303.487836842845,1891.07300034919,179.761205173921,823.281866704963,484.813825285092,2718.60400982923,541.22387582559,1969.05012418568,228.622324639164,1688.91746443448,5483.37537446882,1741.53908913595,44271.5594803547,17342.9278227561,1157.99361357746,7693.366480254 -6055,235.961426531104,1929.68398959575,256.486700884702,1736.77448622348,348.407467233952,6881.97744167727,76.7870881578008,622.561926008511,2099.40995888769,16645.449184801,585.031059594897,4890.87777144949,203.370037502457,3821.37687283068,616.153296235452,9287.00919872241,736.772413039295,11388.8089940043,83.1998113191407,1124.2686686439,566.758537765588,1500.5557758406,275.174413333117,1976.7089534668,162.281107393103,860.563625434901,453.77043477899,2841.71414121394,491.928967144643,2058.21721825864,213.060808342937,1765.39894176355,5054.88965939014,1605.67562908553,41081.4365120913,16116.6502994497,1065.88872866627,7142.02802799242 -6056,228.434817491679,1954.30077442927,235.807574758491,1758.93034389874,317.504634214147,6969.77013665962,70.634822277278,630.503885967096,1911.62520111482,16857.7935081456,532.851916129439,4953.27020792922,185.253997399742,3870.12579376979,592.280891914387,9405.48264226264,679.769745813999,11534.0948864235,76.2556075594809,1138.61085112575,554.78441511448,1519.69821515384,263.519251605746,2001.92563104112,156.891346646115,871.541749167648,418.343582320136,2877.96560308531,468.588500044895,2084.47368858005,195.916518003652,1787.91995874303,4583.58939024414,1474.48269324654,38037.4466886916,15027.0582174695,970.80803214233,6691.69972950909 -6057,210.350376112502,1993.87276231921,221.39144665178,1794.54634077023,294.521443739135,7110.89869939282,66.465402568041,643.270749935279,1771.67803634785,17199.1413750062,493.992366734724,5053.56733273645,171.577287614477,3948.49068675221,541.308964072985,9595.93113928449,636.534480621007,11767.6449464445,71.3273928531718,1161.66620442737,517.569795981109,1550.47008003425,239.539087896114,2042.46195884935,143.954457252829,889.189308844696,391.863232185207,2936.24057359297,423.684905082829,2126.68150461363,182.910398073746,1824.12295670593,4202.85064786112,1355.11560432796,35316.2702960462,14021.5330985631,886.72954774248,6246.18374346603 -6058,202.749577609905,2021.67150626474,208.309461068913,1819.56605876238,273.530329269603,7210.03945496296,62.6889881166145,652.239285542486,1644.01356577118,17438.9332695555,458.528992572709,5124.02459909222,159.097028654929,4003.54088034865,525.464136379429,9729.71842887545,594.760297804668,11931.7104549815,66.8606041803265,1177.86225363238,495.296847719831,1572.08686600206,233.05420520082,2070.93813751307,138.602501103321,901.58646195437,367.228436959184,2977.17788986026,414.670410633022,2156.33187936056,170.502067851618,1849.55503439762,3893.30183949953,1269.97941157416,33257.7433731707,13235.0702644501,828.522062641614,5914.83217715711 -6059,193.180889727169,2008.07586686745,201.082841899197,1807.32956835441,261.283255981361,7161.55230155246,60.5703237008851,647.85300908783,1569.04548620644,17321.6573187042,437.749552159008,5089.56579087525,151.810275221154,3976.61726889504,488.893892128619,9664.28656084634,572.930957502288,11851.4703011108,64.3265632058927,1169.94118910215,489.322807639103,1561.51466074262,213.390583393574,2057.01118249369,130.875097266503,895.523338254885,354.437207937772,2957.15651799708,372.986929572989,2141.83065571378,163.796139063901,1837.11686963386,3657.10570856571,1192.40835274065,31684.0405534417,12717.9889179819,769.297121874824,5680.36014603049 -6060,177.30521554338,1987.97167588892,192.410915494212,1789.23518287682,247.308997378205,7089.85321012431,58.1098667362378,641.366919176775,1483.58815424293,17148.2386184719,414.054911842642,5038.61074263935,143.410627746141,3936.80469291546,450.649872961875,9567.53092232874,547.801189253196,11732.8173028644,61.3272939883779,1158.22812512511,447.114610303541,1545.88129276419,197.111505064503,2036.41706733093,120.160315568479,886.557654978138,339.108071872514,2927.55044565083,345.765894181076,2120.38735605732,156.105225940904,1818.72426355438,3422.5356999691,1118.48544706227,29978.4164491836,12056.2606551024,719.416382060934,5385.75619531625 -6061,171.86770373262,1943.01928838886,186.481494602357,1748.77666214188,240.900310934884,6929.53612277066,56.289006898294,626.864210395643,1445.73955559956,16760.4794382631,403.434649204587,4924.67673376379,139.772291878999,3847.78492859268,431.978894552223,9351.18812295407,531.250488211976,11467.5126427113,59.5306113229079,1132.03805404635,439.530139214565,1510.92553572587,187.696492884011,1990.36922357507,116.173045355771,866.510647401985,328.750903739967,2861.35212720647,326.292759428256,2072.44076042129,151.592222916038,1777.59893020952,3333.78891560929,1083.54093444963,29027.289256676,11682.4667429295,696.325041127724,5210.5886746022 -6062,163.119934073023,1907.41028422937,185.999642530564,1716.72747158142,237.210776179288,6802.5410475835,56.2044013627429,615.37589918391,1422.4460816419,16453.3162589788,397.044687756687,4834.42398365232,137.487438707042,3777.26798089903,408.958334235112,9179.81231687933,527.762633213211,11257.3517308596,59.1676354828516,1111.29160648604,419.640344401453,1483.23535580442,176.99689105,1953.89245446386,109.797336454615,850.630423550392,326.77769349013,2808.91317283873,307.276055132602,2034.45989625842,150.198410432226,1745.02152447918,3244.51500923605,1053.28149290727,28469.4464069524,11487.9075803318,674.412578597862,5118.30733920037 -6063,166.185652221465,1860.92477079678,189.557245269655,1674.8890907149,239.448807963006,6636.75625767347,57.4274051073064,600.378567532653,1434.70750649984,16052.3323383765,400.578145146829,4716.60419265664,138.445465026819,3685.21214848775,418.088379625179,8956.09102718451,534.977740659754,10982.9987091594,60.1209052267161,1084.20830860935,426.452093050511,1447.08741342096,181.388663492077,1906.27412363656,112.008574750869,829.899701740272,331.905430655311,2740.45712428611,315.766568210456,1984.87805557237,151.954693519509,1702.49358899145,3254.59727143016,1063.43751878448,28917.043031259,11691.2483227732,678.671460142624,5216.79473272397 -6064,173.956800961284,1844.87034468539,197.56193442598,1660.43961721999,246.976510298186,6579.50014789937,60.0008826342123,595.19902803564,1478.68681757217,15913.846899585,412.965136479956,4675.91347012129,142.754419317805,3653.41937154634,437.180320463636,8878.82573204783,556.338513332002,10888.2470329903,62.4736619094403,1074.85471062782,447.075666664783,1434.60321292019,189.330251981116,1889.82846309927,117.011326516445,822.740055283556,345.852014803485,2716.81486474736,329.424782903344,1967.75426927893,157.638551935896,1687.80596810613,3333.95650155249,1096.64750439176,30027.4181861011,12183.0170418193,696.342406382501,5446.05880362057 -6065,188.832345032619,1837.95681914275,213.126736886297,1654.21723322496,266.143116498554,6554.84392072254,64.821618083531,592.968560352565,1593.27566823947,15854.2108458433,444.98309701919,4658.39080393284,153.62044352924,3639.72843211748,475.243927160892,8845.55293937486,598.633234175433,10847.4440713111,67.3718661954497,1070.82676605276,485.348755049928,1429.22713541715,206.0386674566,1882.74646008019,127.102832043467,819.656893150484,372.103015795298,2706.6337867024,358.892823935091,1960.38024462647,169.628782500481,1681.4810305813,3592.73395501421,1183.71869633687,32419.8984799175,13152.4627542557,751.608810380169,5880.91910273289 -6066,199.944584584242,1850.51109051151,221.983633501303,1665.51646062383,270.227239856376,6599.61716485077,67.5760252949173,597.018866726619,1613.94023602178,15962.50395873,451.117409061858,4690.21021431572,155.693528038264,3664.58980969147,501.371331697615,8905.97300520613,625.466891339492,10921.5381714066,69.6151733125522,1078.14111080229,517.63478210952,1438.98955481609,216.818436993437,1895.60666970658,134.405422301394,825.255607417713,388.896893099463,2725.12160681885,376.568079938323,1973.77073635112,175.857892073576,1692.9664849399,3569.25567530006,1200.81988528568,33587.9368777222,13775.6403615096,750.146952455958,6196.43009115349 -6067,205.840342832824,1847.27127637306,224.911192217824,1662.60052901736,270.394807592692,6588.06277152199,68.4488882838982,595.973625671183,1613.14731030271,15934.5573302144,451.068170671777,4681.99874806591,155.5631520118,3658.17396601568,507.795501351243,8890.38071969817,633.060261979437,10902.4171004966,70.2696975232139,1076.25353669807,544.212984033001,1436.47021908842,216.848451003136,1892.28790370677,137.331135164974,823.810776960628,393.896974923713,2720.35055326719,371.713032195354,1970.31512326645,177.403580080585,1690.00249473095,3517.88181139817,1193.06862366147,33847.9853019524,13997.2396198955,735.908449897464,6307.22736647444 -6068,199.120004475957,1732.80756875994,209.197948826622,1559.57969863639,244.624869040502,6179.84222456641,63.7328251901735,559.044912651895,1455.53712597082,14947.1936795592,407.369520054257,4391.8849230971,140.247715783425,3431.50008189289,484.604603363929,8339.50010336183,589.071879488936,10226.863326003,64.8120242669703,1009.56491780498,534.2064158571,1347.46125258973,205.48394607737,1775.03480065685,132.723186981491,772.764437904407,366.622578851659,2551.78764953076,347.861819668889,1848.22716733933,163.79039893389,1585.28373799148,3095.45423481797,1077.2760532311,31360.0104567229,13149.3336471822,648.854153884862,5964.08799956063 -6069,166.276027107022,1591.64434025625,170.434176123291,1432.52848456196,196.801604863905,5676.40116406393,51.9632182002375,513.502299512814,1169.575892005,13729.5200296302,327.471846097428,4034.09986598038,112.747346042916,3151.95280907175,399.87850718853,7660.12243908957,479.727523657087,9393.73155153961,52.6062331246078,927.320676868637,451.991357589456,1237.69027505683,168.290092082952,1630.4315292466,110.560008420329,709.811156250928,299.200368364314,2343.90618042949,281.756133307807,1697.66127724655,132.936680978787,1456.13854346222,2453.9293399258,864.414909858181,25503.25055928,10776.4989976134,513.398341237358,4901.63993324452 -6070,127.268242596436,1445.36104994071,138.489888943545,1300.86905858824,176.256586948357,5154.70004125119,42.2816136615145,466.307832723056,1057.7010248425,12467.6807395385,295.160406333655,3663.33776358627,101.705551670485,2862.26621504529,317.256911851276,6956.10340275793,379.84739989641,8530.38166554757,44.0986401559159,842.093395648175,336.191510459761,1123.93784855826,135.541586009458,1480.58342392554,84.3509694471604,644.574527179419,237.82113926182,2128.4847451301,234.852006851794,1541.63428604264,108.745183893346,1322.30918730177,2432.88038352582,788.231501777935,21175.8426931466,8520.41899332594,506.7817028859,3781.82755990372 -6071,104.90869358673,1349.00557557986,111.383991960173,1214.14619081291,168.753263883786,4811.0602512603,33.7372644269383,435.221266205955,1039.53322413285,11636.5186628469,318.8828051466,3419.12013507827,113.779053480582,2671.45228733565,375.060509788646,6492.37245947331,438.223521455183,7961.7009390975,49.5627830197037,785.954959790127,249.623899993869,1049.0101586538,136.993630573684,1381.87983830657,75.4983772473014,601.603752278684,253.654744058082,1986.58860278197,256.215387775053,1438.86072442724,111.372389022959,1234.15700622604,2823.62458738877,859.064660622996,21204.8493803036,8226.86205547461,640.621552882576,3695.40492336638 -6072,105.156034142826,1299.68522477613,110.715509241219,1169.75636979073,169.964439061339,4635.1653671876,33.3257066217283,419.309348631192,1091.54168161105,11211.0814422935,334.674313416435,3294.11531111401,119.712654276743,2573.78259170804,386.574715672173,6255.00791995903,450.937974694662,7670.61698035114,50.7817581302788,757.220034572253,246.645749400366,1010.65779750863,138.664908273688,1331.35758722945,76.3477071139947,579.608803818614,259.195945681627,1913.95788237165,269.830153947842,1386.25522229211,115.40392280352,1189.03557930549,2979.54853828184,902.849212375767,21792.5486832029,8364.01343990334,681.946324448393,3754.18232708381 -6073,105.928680207935,1271.30794459581,112.985153263939,1144.21595152985,182.501607157541,4533.96133424226,33.8132448951381,410.154163482123,1157.12862326558,10966.2990956548,354.575136080091,3222.19171657913,127.282065975308,2517.5867157099,400.958694593459,6118.43630331595,466.13012205572,7503.13700669456,52.3762418693307,740.686919730611,234.50689029531,988.591131719409,146.306261072283,1302.2887738331,77.5043410468183,566.953646163979,265.973810138824,1872.16859520733,287.048066169229,1355.98777591779,120.34408163718,1163.07421948151,3249.62689779974,966.249811241685,22705.7233377368,8549.58480251164,742.138748636352,3814.65690180934 -6074,122.647320287428,1279.63888882403,130.754004701229,1151.71405560271,221.927483389024,4563.67260850043,38.7136101168199,412.84192412695,1366.81604842381,11038.161799372,418.680441859338,3243.30689925187,150.784849068832,2534.08458674692,468.51779501237,6158.53072089865,544.405326123525,7552.30543689683,60.6983567933989,745.540677976264,254.180354495585,995.069418603303,177.095134626106,1310.82273697708,91.3616411031455,570.668921622026,308.896336240787,1884.43700918113,340.34701267017,1364.87363129479,141.212712914991,1170.69590272274,3933.29439837926,1152.95298762018,26666.2263626494,9911.91389594009,893.335756618745,4407.8290449663 -6075,180.805934899674,1308.53685301861,191.793862432953,1177.72310536814,298.946580160965,4666.73359608689,57.6746851021254,422.165094316321,1752.77469620482,11287.4355649931,537.361358771192,3316.55019270379,192.666507557334,2591.31157968488,620.974068108318,6297.60823864065,727.786243571404,7722.85843744106,81.0947074382274,762.377152708259,416.519947017845,1017.54097732277,242.068489790073,1340.42492306993,131.410195694354,583.556283992789,416.022314957745,1926.99307221882,435.181286317141,1395.69644363018,186.21497612976,1197.1336177493,4924.97427659243,1473.44259704412,35630.2940848614,13592.2402605851,1111.67613585004,6093.83989949237 -6076,254.231993202933,1426.76105878444,268.562041789768,1284.12849886013,401.205885351027,5088.36549101239,81.4130318334849,460.307033431347,2288.78568545585,12307.2372631462,702.457962089088,3616.19518283946,250.65129752539,2825.43242442327,846.602625602836,6866.58704158388,1001.89582494322,8420.60630973229,111.090217351329,831.256705595919,613.604025830931,1109.47417247938,327.587416423995,1461.53016481616,182.624107987101,636.279658222223,578.243242932565,2101.09380538027,566.487110327073,1521.79537860303,252.129683947121,1305.2927199003,6233.28551274518,1905.77237523948,48338.401269772,18988.7809892961,1394.82158839283,8566.46993130135 -6077,275.418198320828,1685.22283227239,286.395544563886,1516.7519834712,424.348361293436,6010.13719263313,86.3492756993037,543.692945513222,2415.21082821844,14536.7278636815,741.711700529548,4271.27909789357,264.514023655677,3337.26744458352,918.421955525003,8110.48857201195,1099.2750621684,9946.02279573552,119.841150364255,981.841192766543,668.831346721207,1310.45853527268,350.188976908857,1726.29045952616,197.944376515434,751.543505581872,634.107144781108,2481.71285007567,599.630097282901,1797.47288607202,273.798009713782,1541.75016260186,6449.3430941312,2000.38662561993,52017.883085078,20792.9116008425,1437.23348951195,9426.05138799931 -6078,251.905287632766,1847.79196038732,251.830956813895,1663.06916052191,364.615867576376,6589.91972616313,75.0770819048199,596.141610711485,2213.83372528381,15939.0487491967,679.798028475858,4683.31844698296,243.221355711855,3659.20508295549,843.325580609298,8892.88662079709,1016.82697892094,10905.4901273843,108.739956582075,1076.55689658842,623.213566495584,1436.87511201867,309.992440121168,1892.82127640327,181.819799037664,824.042981676756,581.949275276057,2721.11732914056,553.262860237691,1970.87048922752,253.082122325001,1690.47884993353,5782.56987571371,1823.73784291281,47265.8081867118,19000.5628839577,1307.72343496847,8669.90276874548 -6079,228.300380923983,1926.96486227747,230.870649627363,1734.32718864697,332.906275168764,6872.28001299656,69.1985778904422,621.68467089863,2056.15475760379,16621.9939994715,631.484230966447,4883.98601122844,225.652173414491,3815.99215165128,787.280686073913,9273.92282781739,949.244966185633,11372.7609665422,101.827426946769,1122.68445606481,568.120527120338,1498.4413352251,281.08589977736,1973.92356303778,164.147465530261,859.351000945269,544.567950797638,2837.70986766771,513.076802408191,2055.31697412785,235.819351780394,1762.9113093242,5322.16684925041,1684.11654376465,43864.1259706882,17708.1239994225,1204.70205353335,8074.10753650025 -6080,221.002661828379,1950.27993847828,222.471423113726,1755.31146882354,317.118146631705,6955.43032637953,66.6623733643105,629.206668709087,1872.17211170891,16823.1097874621,575.088781584172,4943.07920397141,205.515046711459,3862.16328301913,723.232722198473,9386.13152536234,875.403540463527,11510.3643000224,93.3013744794182,1136.26823963816,556.10858691233,1516.57154330369,269.151664226082,1997.806810308,158.679035644792,869.748613513359,501.903060945057,2872.04439192171,467.850611686411,2080.185031043,216.78706359491,1784.24143958075,4860.80472501954,1542.01587097858,40633.8871530369,16461.9973186099,1093.12544727645,7522.1215180961 -6081,203.491618382816,1984.52937617273,204.77537315698,1786.13700807034,287.145944163584,7077.57667721941,61.4996872346801,640.256351460628,1735.04637043353,17118.5453498778,533.075932966407,5029.88606686064,190.31059454861,3929.9878645665,675.202601580641,9550.96413248055,819.394900431197,11712.5011815828,87.2408789180578,1156.22257927415,518.796157191076,1543.20450073546,244.633039370226,2032.89088133042,145.57981171196,885.02252386881,470.003485270443,2922.48120538427,433.526148661579,2116.71577014767,202.348446816507,1815.5750265244,4436.09164557128,1420.09704533552,37712.2452134889,15380.6446294056,1000.89749652104,7038.24243169687 -6082,196.152284964273,2020.91940495065,198.974637868747,1818.88914462493,281.629785138996,7207.35717936482,59.9397841537185,651.996639780187,1609.96212718307,17432.4456455337,494.741899205496,5122.11836179183,176.439656064733,4002.05148489159,630.800663281246,9726.09878345166,765.374933464415,11927.2716254859,81.7484060726609,1177.42406585261,496.477499580324,1571.50201896132,238.038380931645,2070.16770804924,140.183479394715,901.251054168932,440.343380141649,2976.07032149601,401.687429252703,2155.52968175573,188.586525581396,1848.86696377509,4163.32347686014,1325.48764449455,35531.6709039138,14498.3891522105,928.8328560051,6627.1680232254 -6083,186.851761846648,1994.21988406008,187.906835363736,1794.85876093146,253.97754070241,7112.13666581794,56.8473463117796,643.382739660395,1536.48884861542,17202.1356462598,472.258078547765,5054.44712964391,168.329394305428,3949.17809619323,606.814864416072,9597.60173551576,737.011994866584,11769.6936255161,78.6252330895111,1161.86844380935,490.464166858337,1550.74000792711,217.877520776594,2042.81753968892,132.323702653279,889.344111571673,424.889050878452,2936.75175613119,383.191179387154,2127.05174759007,181.130514435855,1824.44052598531,3850.34825194883,1250.64479605322,33827.1854101023,13938.7239997983,869.474544073216,6395.37245924334 -6084,171.503312061034,1969.83451652639,172.709543640228,1772.9111858891,235.611503921168,7025.16929179259,52.2794961812316,635.515440423808,1452.73895684545,16991.7875279548,446.62378344421,4992.64123154753,158.98470181943,3900.88745377138,578.454178529279,9480.2420363004,704.378316347499,11625.773535705,74.9330854357481,1147.66108921693,448.161175718232,1531.77752272437,201.270271531563,2017.83791888192,121.49822232746,878.469190908236,406.390626786912,2900.8410867507,362.140540245283,2101.04210891243,172.581681192729,1802.13122442577,3602.68041662875,1174.86886894675,31991.7945693492,13258.0859187264,813.160748832199,6081.25538135442 -6085,166.225931737138,1928.55584323643,166.337341910632,1735.75912006812,222.29017085038,6877.95404829391,50.4460378290304,622.197959175568,1415.70286808587,16635.7177971758,435.195975377398,4888.01842972231,154.963967316135,3819.14279075823,561.642812258503,9281.57975759477,683.220244007104,11382.1507828812,72.7486840237904,1123.61139024378,440.549320642963,1499.67850964334,191.62273627261,1975.55331501962,117.447497615004,860.060516259395,394.027954607847,2840.05279693171,352.903094251903,2057.01392783701,167.610069203615,1764.36684096382,3476.43534878293,1140.87999686777,30965.2086170044,12838.6824825413,790.939959375681,5896.90446871137 -6086,157.761526029536,1895.14528238096,158.188806234692,1705.68859557962,209.877617633333,6758.79944714633,47.9994979310906,611.418918033413,1392.84416245412,16347.5183842387,428.2492771803,4803.33774091485,152.406119643656,3752.97944730418,556.603152576179,9120.78442132612,678.493071871247,11184.964871604,72.2807261701689,1104.14579537221,420.610974721618,1473.69787740715,180.694549274463,1941.32856364092,110.999202242747,845.160712181306,391.566519504489,2790.85134023683,347.247436428332,2021.37794184387,166.034295100288,1733.80071247024,3362.52578370107,1112.66505580077,30358.1703217551,12669.8566081493,768.510641855144,5821.40267154397 -6087,160.731835253966,1855.8336379011,161.943656826281,1670.30691572311,215.764433530782,6618.59936673716,49.2034665384229,598.736047038008,1404.80086341695,16008.4162389711,432.006364890857,4703.700469122,153.447432832386,3675.13011556995,563.953153833027,8931.58888160574,687.58875045264,10952.9513333069,73.4243872392933,1081.24212283315,427.441040460763,1443.12846008281,185.18799251742,1901.05892361809,113.240130158434,827.629255487985,397.630928033277,2732.95975973188,349.505885184403,1979.44781028722,167.949823813392,1697.83589339214,3391.02608338118,1121.80658121992,30827.7325822971,12891.9740988384,771.202049169288,5920.56368906516 -6088,168.246270508845,1837.49398734901,169.71212044617,1653.80067048458,225.295089297531,6553.19328881546,51.6630781471795,592.819239813823,1447.81530265794,15850.218459968,445.312716812947,4657.21773427785,158.197086567791,3638.81188063955,585.909520983597,8843.32546422914,714.810608513965,10844.7124826553,76.2759242749069,1070.55711190868,448.111506801234,1428.86722937809,193.294013972614,1882.27234941981,118.296827481697,819.450488263189,414.238686182494,2705.9522058527,360.248963681831,1959.88658433174,174.198454944576,1681.05760230844,3484.48282180391,1156.08904499736,32016.4572658563,13436.3032297015,789.997411135077,6173.82384648388 -6089,182.635982466895,1833.79134702864,184.580564966994,1650.46818118853,245.567576008584,6539.98828359346,56.1707435594827,591.624680030152,1560.00475774568,15818.2794939847,479.830958802224,4647.83321259647,170.239096611299,3631.47949659897,630.416800480461,8825.50573058351,769.156558112331,10822.85985621,82.2534901576193,1068.39988692993,486.474288888674,1425.9879919752,210.356771126577,1878.4794785082,128.501718253158,817.79925542146,445.682442178081,2700.49957971549,387.686719020509,1955.93731693796,187.448784694751,1677.67018896068,3763.99930649266,1246.70888635807,34563.0401943113,14493.7133652951,851.621730348029,6656.96232193884 -6090,193.376834877143,1846.66381402801,195.384171606149,1662.05379436655,257.945998451107,6585.89633277977,59.4960223994232,595.777643878542,1580.07569429283,15929.3173615715,486.268885380919,4680.45910525578,172.4510961406,3656.97100088304,653.260327264172,8887.45717966946,802.800773367596,10898.8319162612,84.9267924254913,1075.8996181883,518.83110087211,1435.99784582141,221.349840072847,1891.6656379561,135.877664864165,823.539872501249,465.473025765545,2719.45598485833,393.550599837178,1969.66719880589,194.211820987133,1689.4467491338,3773.30704623954,1262.46789485852,35826.0438849081,15188.1206797171,845.930295576233,6992.81062201256 -6091,199.048255747929,1854.96583214596,199.775139975929,1669.52586405732,255.175213778721,6615.50444567091,61.0094249221321,598.45607227259,1579.22240415504,16000.9305487352,486.131908466138,4701.50097329749,172.268075335824,3673.41158918912,659.198851157133,8927.41238427555,812.189845739146,10947.8296273476,85.6939929114892,1080.73652356082,545.454187090595,1442.45363925971,221.324269659536,1900.16997008202,138.804328953388,827.24224804488,471.315469736794,2731.6818013203,393.391950637659,1978.52220134972,195.866780711237,1697.04196891018,3699.42986049097,1256.05197413828,36092.9125747464,15413.3395455653,832.164638862007,7116.17400052925 -6092,192.525405268709,1734.39854691299,191.136010938185,1561.01162753214,238.433860276757,6185.51624985684,58.3318813737166,559.55820002358,1424.76051038692,14960.9174530597,438.855223758428,4395.91733447927,155.224597999418,3434.65071544327,608.310662079039,8347.15701963518,754.974947487453,10236.2531257819,78.9730254090205,1010.49185034918,535.41235140892,1348.69842482605,209.675132314061,1776.66454976441,134.119839933697,773.473951967208,438.377414658171,2554.13057466268,355.28204847392,1849.92411805569,180.722828910348,1586.73926706407,3274.82063284085,1131.96914088005,33427.2317675691,14443.9499792107,731.381463284816,6695.36674268686 -6093,160.751592554927,1593.322099546,158.253457571519,1434.03851912936,193.05609436338,5682.38468346238,48.2925236473369,514.043584542092,1144.78506854103,13743.9923769951,352.716164106509,4038.35222836734,124.755113274592,3155.27529637153,494.469962896981,7668.19700779675,614.562234200842,9403.63352522643,64.0767632467863,928.298169667023,453.002730386088,1238.99492981184,171.686672749073,1632.15017428263,111.704336972994,710.559371308304,357.645481684126,2346.37690222899,285.558435749191,1699.45078945522,146.639240178357,1457.67346549641,2593.18177610007,908.212895585237,27179.5476250461,11817.6022684161,579.0333789978,5492.52785755682 -6094,123.080875436241,1454.73336219746,126.51383708758,1309.3044256702,162.571179234563,5188.12522479163,38.9717078448427,469.331563448487,1035.72257078627,12548.5262812204,318.393602320822,3687.09234409311,112.769914871014,2880.82631996194,406.981538785501,7001.20962253847,488.722386070855,8585.69614952512,53.8772148044611,847.553873674534,336.96336959158,1131.22592130264,138.367980776076,1490.18413246253,85.2714097546347,648.754212069722,285.082653332253,2142.28671085064,255.308494347512,1551.63087334178,120.266604228385,1330.88358094816,2527.62954062695,830.184026766455,22585.4099082106,9339.11982076904,576.759027811695,4276.02984391969 -6095,97.8658594096745,1358.03076609574,106.811050392527,1222.26913773364,154.736007893889,4843.24746837562,31.8989030361644,438.133007206269,1012.33472642164,11714.3699332752,310.053798587619,3441.99491867764,111.83210237735,2689.32498281128,455.255412652989,6535.80808302258,502.467893447029,8014.96674400336,47.0391584585639,791.213198434509,189.229873317979,1056.02830350533,104.390651477442,1391.12496600398,64.4829760297184,605.62863444201,207.297649738016,1999.87938596428,204.733142063238,1448.48706874993,98.7558034559219,1242.41383059306,2668.29044696206,818.060062798649,20885.5760052218,8361.96890621724,667.058337358467,3762.33381358516 -6096,97.4630468728595,1305.4416778492,105.346539140087,1174.93735324831,153.835468184266,4655.69503961403,31.2834364482408,421.166517230544,1017.00612231114,11260.7365918564,311.41737526665,3308.70532094425,112.498624240973,2585.18216633351,454.39330761683,6282.71205852776,502.469356491162,7704.59101179133,46.6626875050468,760.573847874051,186.799365516718,1015.13411536882,104.466554152503,1337.25432078328,64.7114077614612,582.175956861763,206.080066099285,1922.43501862254,204.598206493826,1392.39510368978,98.9473828407113,1194.30195256572,2691.27250737881,823.109339770249,20841.2372360457,8311.67657899848,674.506434286548,3742.53800040693 -6097,97.4748386920415,1280.36206122194,106.631108829352,1152.36493283267,163.230349742771,4566.25171272461,31.500846389762,413.075236733216,1068.55202465499,11044.3998826366,327.010165412643,3245.13981480953,118.552473180743,2535.51669391648,468.345827782412,6162.01113984181,516.400550896822,7556.57353071635,47.7595774065522,745.962011248131,177.44527408568,995.631770016525,109.041943281756,1311.56353254857,65.1274371951108,570.991428241722,209.966088117524,1885.50197590147,217.339285320471,1365.64497307365,102.382444360029,1171.35750731338,2903.87221420913,873.861052119552,21542.7594241998,8441.10700746909,726.819081450432,3784.95220261502 -6098,112.223114065822,1289.38725173782,122.589450126794,1160.4878797534,196.853960748339,4598.43892983993,35.8375652805768,415.98697773353,1241.80514668947,11122.2511530648,379.918985781359,3268.0145984089,138.174808103685,2553.38938939211,540.612585311705,6205.44676339108,596.548795574195,7609.83933562221,54.6223405876409,751.220249892512,192.177871891992,1002.64991486805,131.015774323915,1320.80866024599,76.2906293003802,575.016310405048,241.115491987733,1898.79275908379,264.202554490989,1375.27131739634,118.589761276446,1179.6143316804,3457.99875896544,1030.1810912955,25021.4927878185,9693.1605312119,860.067229613686,4340.30926055699 -6099,166.354333683112,1326.4715268034,180.942819908538,1193.86485915586,266.845484896683,4730.69537484249,53.7163098014495,427.951246408577,1576.50921662648,11442.1400154317,482.806012476939,3362.00649426672,174.718510410955,2626.8278341558,711.173568269231,6383.92262032876,792.635751274255,7828.70715422888,72.6209981608542,772.826216869697,315.131499866088,1031.48729106154,180.118386330608,1358.79665151824,110.404382530522,591.554447410448,323.808723164435,1953.40424440404,354.590476551133,1414.82571795008,155.567927012217,1213.54141005687,4287.342952189,1308.57959672067,33345.1476092116,13260.1338029708,1056.91725836708,5983.51001864587 -6100,231.848094485,1446.05529622837,250.661636417884,1301.49390143611,350.796613149538,5157.17598410834,75.0953752922136,466.531813078543,2144.31688020578,12473.6693062495,657.293937466115,3665.0973645129,236.861879051675,2863.6410394839,998.348420015139,6959.44460872449,1120.01732780483,8534.47904025116,102.632544376583,842.497876046903,463.612713284274,1124.47770652589,239.370732577883,1481.29458847897,151.772666128936,644.884133884698,462.462770109579,2129.50711433861,463.344563662233,1542.37477498833,217.516956604707,1322.94432842754,5580.68577256177,1743.89609461765,46190.9875433876,18871.0965778222,1379.44957708927,8546.28186591178 -6101,257.932429796419,1694.62407344531,275.86676535932,1525.21338746065,392.035367798535,6043.66554754751,81.9755860954091,546.726009394685,2300.07486240572,14617.8229461206,705.406742761279,4295.10700014314,254.155474142688,3355.88483778769,1094.90930665916,8155.73401827311,1240.78748901536,10001.5080153892,112.036486493912,987.318525300814,507.228658535867,1317.76910364458,268.60549249864,1735.92080195549,169.881349525868,755.736091637917,512.467712678924,2495.55741744011,520.602027925689,1807.50032919712,239.241064676231,1550.35102228013,5976.05665058703,1881.49986174574,50749.7340423326,20947.4938593105,1461.67237323185,9508.28565556526 -6102,238.14310180286,1863.70175314149,245.391181237292,1677.38845958099,343.795231245069,6646.66001909517,72.0407200233218,601.274488049346,2133.89067640958,16076.2865810169,654.304123583247,4723.64258925146,236.586440957288,3690.71144068561,1013.97768095116,8969.45583754675,1156.09888201594,10999.3881914136,102.490040262783,1085.8262285695,473.17886434271,1449.24684310957,241.904466977104,1909.11877897599,157.845264523464,831.138127310062,473.44462861491,2744.54659698807,461.26755106735,1987.84000836231,223.03811262737,1705.03415092754,5461.28131369356,1731.41447386805,46548.2208286032,19289.2706191507,1351.93804972968,8794.05932854122 -6103,215.085756427145,1957.85878419832,223.991996224009,1762.13266128436,311.499849694415,6982.45933504648,66.1304378087393,631.651784496868,1975.78866991393,16888.4848913613,605.946509335315,4962.28815645546,218.807804525715,3877.17176415566,944.333753377943,9422.60631102527,1077.09011705147,11555.0939172892,95.7803345869461,1140.68381173881,431.138859234917,1522.46498532877,217.934009485593,2005.57034686244,141.91536639527,873.128482437294,442.36284549964,2883.20524166335,416.011917744973,2088.26869180798,207.404442648433,1791.17505476649,4997.6469639375,1589.89841739986,43050.3271258544,17940.4197931318,1239.04571546714,8169.6044123927 -6104,206.808962889365,1989.15768008057,214.03405577477,1790.30262284716,292.275441896086,7094.08294625557,63.2110739032765,641.749552321783,1797.81063613683,17158.4690876117,551.476296728685,5041.616727852,199.14917349816,3939.15335156294,866.856025041722,9573.23881641762,992.680893564782,11739.8169853398,87.7292187784337,1158.91911254105,421.599873533906,1546.80355021647,205.987053456069,2037.63197356279,136.084192441799,887.086566485128,407.672326466362,2929.29699322087,390.160545959947,2121.6523581309,190.626479640982,1819.80929641788,4536.4814525588,1453.52551509346,39777.7740264236,16648.0817884547,1120.86972982737,7603.18326991654 -6105,188.989629296544,2027.63044491556,195.156245000377,1824.92928541996,260.030174985884,7231.29126696552,57.8084336537266,654.16178080255,1646.20077539338,17490.3350591969,505.131625016338,5139.12781845137,182.175485987647,4015.34143964728,802.430371244949,9758.39707178441,922.480784952348,11966.8795367934,81.3783950703602,1181.33403868092,392.885064530981,1576.7206401633,184.439049584703,2077.04229106761,123.718120990464,904.243915649762,379.414632481909,2985.95321282607,346.423976855509,2162.68773358321,176.516987809469,1855.00665447888,4064.82180900094,1316.47480018315,36543.1083931429,15453.3638478084,1007.99679803182,7066.27949994209 -6106,181.974235863131,2050.71410381655,189.397723800135,1845.70528296364,254.524230236534,7313.61625939149,56.2819863671504,661.60911789101,1592.4963753661,17689.454642148,488.576534433985,5197.63447281099,176.192813236614,4061.05429249789,771.109774131988,9869.49202500448,882.697018957386,12103.1170676656,78.4308105756254,1194.78299436484,375.942196464613,1594.6708941314,179.145158275879,2100.6884815705,118.965865985203,914.538325148542,363.545636745379,3019.94694458918,338.358459396981,2187.30895885459,169.275163778591,1876.12506931549,3971.82687306475,1278.46458266818,35237.0142666651,14818.1969422278,983.468659229752,6765.28044870963 -6107,175.642404283427,2017.4481791242,181.785835943828,1815.76493543638,236.470276339645,7194.9774850929,54.1788780685515,650.87673981326,1485.8784290102,17402.5028603861,456.05087415991,5113.32037138209,164.282619901711,3995.17737381168,730.180045397075,9709.39278062688,838.642032844178,11906.7847850884,74.302771832458,1175.40166712851,371.991928000335,1568.80273348701,168.143769693711,2066.61189103068,114.117094309062,899.703023145188,346.651920039136,2970.95848371762,313.738894213866,2151.82724301291,160.121637963153,1845.69126328025,3631.77308866052,1185.28397566329,33286.895143178,14151.4901469691,900.037524276369,6477.98109740447 -6108,158.780137839715,1975.07028277929,163.94609529352,1777.62353531672,211.599012017339,7043.84199957097,48.9674486983183,637.204623077605,1395.66388412066,17036.9512343316,428.495547821328,5005.91153534902,154.126092806891,3911.25590590046,692.740728881532,9505.44026026619,798.283406338297,11656.6745236973,70.51250827415,1150.7115409936,339.228998633244,1535.84894547239,150.675214330178,2023.20127686497,102.848370155102,880.804137983932,330.505638202374,2908.55144299616,280.226811678547,2106.62662135622,151.922462616772,1806.9212399164,3332.02270180466,1096.72406631617,31165.4249020452,13385.6935304269,829.572313696569,6124.79486325042 -6109,155.391506041937,1922.45226842249,159.8036810186,1730.2657164493,204.213100072006,6856.18640944236,47.7722927242995,620.228800851099,1349.70391577315,16583.0683763592,414.372527589269,4872.54862298461,149.062598631281,3807.05580669175,669.244803819672,9252.20502279477,771.001730214427,11346.1280723693,68.1085234267867,1120.05533756001,333.873177233459,1494.9322638903,146.216252447035,1969.30100062621,100.608864199012,857.338560489269,319.141660924164,2831.06447814259,270.677002956488,2050.5038034629,146.776008432797,1758.78289842421,3216.15164205645,1060.43657538079,30141.9352920359,12946.4331835349,802.041383869996,5929.13434353014 -6110,146.363498728748,1879.49583584279,150.53778731875,1691.60361606092,189.235863198119,6702.98764654524,45.0620282990675,606.370034573582,1330.68058439445,16212.5262982154,408.605286293339,4763.67345877243,146.912507281437,3721.98865637882,664.013749846566,9045.46817538196,766.452589627583,11092.6033458588,67.774266039078,1095.02814578847,318.441891916297,1461.52859605426,135.728172159592,1925.29775172789,94.199385407353,838.181670783052,317.572367349786,2767.8054665241,249.999546748326,2004.68611017882,145.630896991617,1719.48359292806,3097.6951861457,1028.87026909818,29478.5139823893,12771.6464720783,778.409797942541,5845.38954857618 -6111,150.2519738406,1848.11015882384,155.585468907238,1663.35554882646,198.217441579476,6591.05454122814,46.5967860469342,596.244269091075,1352.77695156341,15941.7935281006,415.441021260533,4684.1249363711,149.110993437431,3659.83521522214,676.192764895576,8894.41801755579,780.092696167452,10907.3681039003,69.2097939101325,1076.74228473204,323.939086401014,1437.12254864786,141.301874513521,1893.14722909907,96.9987678524651,824.184885740641,323.863147808256,2721.58591829901,261.9368076509,1971.20988236359,148.10833439121,1690.76995831508,3169.76121902789,1050.73328847184,30170.6903852109,13056.8021872029,791.590495917408,5971.24614922627 -6112,159.155020325271,1844.49429683426,165.472231437254,1660.10116267667,212.962969544563,6578.15902010722,49.589465051793,595.077706059743,1394.06552402143,15910.6031117778,428.20046481356,4674.9603585828,153.712227655067,3652.67467937438,702.28961100495,8877.01592283996,810.782570121124,10886.0276348027,71.8996497697844,1074.6356183727,340.133416623619,1434.31079158174,151.077884603229,1889.44325124164,102.818009811426,822.572352642162,337.445823938157,2716.2610846973,281.452822788057,1967.35317346932,153.634673694096,1687.46193536189,3289.38264703864,1090.86990602898,31496.1611665468,13639.9192442302,814.949100842636,6238.93633888857 -6113,173.600411548093,1841.71731448955,181.041717331071,1657.60179381059,234.771903412009,6568.25525868552,54.209866200568,594.18178554305,1522.26488946426,15886.6488691375,467.529437571867,4667.92196198799,167.677138748002,3647.17538717652,762.344490122396,8863.65111247772,878.988954996999,10869.6381525485,78.2056048995885,1073.01769841256,369.490733656608,1432.15136189314,166.007559100508,1886.59859590221,112.346383810967,821.333927072372,365.531064495024,2712.17161199534,310.254571000852,1964.39122067939,166.788178231218,1684.9213734258,3618.16733728287,1194.6730651573,34321.0303363422,14805.7873115287,895.35804230453,6767.38046623932 -6114,181.78307191721,1839.92384795284,189.023041341656,1655.98761918943,240.187051027185,6561.85908381204,56.7027206842788,593.6031706054,1523.7395651553,15871.1784313547,468.302848235363,4663.37633396521,167.822323166452,3643.6237633964,783.188373350107,8855.01967836011,910.808067354653,10859.0532858378,80.1504172311972,1071.97279248685,393.477722228131,1430.75673117384,170.817088236783,1884.76142391967,117.193697178759,820.534111106003,379.695525147299,2709.53049601644,316.753840680139,1962.47829414524,171.547108778058,1683.28059496515,3547.50759796729,1192.42085282918,35210.4384361916,15408.8801555796,872.467789515832,7063.20262793434 -6115,188.410342241586,1801.59571647508,194.933158214781,1621.49113105246,241.74203496949,6425.16657994416,58.5979971809802,581.237604283785,1533.70433672258,15540.560066741,471.458055194154,4566.23182363269,168.855731396237,3567.72209452334,793.619443675861,8670.55750138035,924.730483495517,10632.844346524,81.2411343230909,1049.64213234744,413.988411923086,1400.95211063688,173.239541856928,1845.49926437943,120.757523855618,803.441262764778,385.881472933122,2653.08726810249,318.272904898078,1921.59718585157,173.832693988639,1648.21555679546,3527.82860255587,1196.68923783351,35698.7776130205,15701.3094935483,868.62665301766,7210.30865198883 -6116,180.620151394401,1674.51988246677,184.430146771816,1507.11900198306,220.857459526541,5971.96645611937,55.4581949599234,540.239919483631,1378.79072407442,14444.4042458884,424.127586348505,4244.15195190724,151.599848430324,3316.07226180811,730.059546400006,8058.9783797555,857.371027422629,9882.85501714284,74.7161463268616,975.605461323776,405.869486219262,1302.13573566614,161.041720904477,1715.32668679272,115.41357370931,746.77040836117,358.482849571275,2465.95134509386,290.925650864717,1786.05702954066,160.103632884482,1531.95841620065,3083.61653761097,1070.86640677978,32886.8464352752,14666.4296252019,756.806840297056,6763.43320279236 -6117,150.187219527496,1554.50221016424,151.888288623037,1399.09943386992,176.802469899627,5543.93838632039,45.6901014006875,501.519365430955,1103.31514595692,13409.1321099525,339.504583977076,3939.9613337488,121.333113031024,3078.3997932896,591.690394303499,7481.36814269467,696.237850573824,9174.52227814089,60.4769549222896,905.681002510404,343.198254541135,1208.80790979024,130.633685511179,1592.38427306395,95.6371928398193,693.247218165368,291.979915229521,2289.2094959535,232.841186707585,1658.04516803366,129.605611312209,1422.158535589,2419.14991909854,853.278826061142,26632.3622946814,11970.7192449274,594.331668892917,5535.33895620956 -6118,116.082008937323,1433.61673210656,122.882462057649,1290.29881409099,152.593081442117,5112.81539545516,37.2743581886979,462.518836612861,999.848730297317,12366.3742837808,306.934294772905,3633.57121976585,109.858150210044,2839.00879839025,489.105726860651,6899.58140830364,555.590436807142,8461.0678331796,50.8628077606077,835.2509444247,255.64379421492,1114.80526309123,107.502661154981,1468.55290579911,73.8486770311769,639.337020526461,232.376348140683,2111.18968840156,199.200783717348,1529.10769758916,106.176385073142,1311.5647304954,2387.12789363261,783.491416746422,22207.3700241516,9475.97761991353,596.02776230723,4325.45753477586 -6119,91.1344101669419,1332.60402772761,93.417798083333,1199.38429715676,131.365893225311,4752.56617506108,27.9419994424487,429.929736983825,786.341254960817,11495.0389528018,237.486981716532,3377.54961563545,82.7026227107077,2638.97210095323,431.391880576654,6413.43656810536,455.824903298939,7864.90058385668,34.6706023756612,776.399122426611,182.695481292437,1036.25603026017,93.5475583148575,1365.0785969297,57.5090780542915,594.289303094991,173.10519048514,1962.43516070499,179.387476941757,1421.36669515736,86.299669210554,1219.15181606134,2045.50220884108,666.435994790943,17646.1566983783,7264.25329376727,548.790277508412,3332.72450514741 -6120,89.5479152058798,1273.18819226921,90.631407565374,1145.90823182266,126.962969281728,4540.66700322376,26.9870173339699,410.760776077365,759.557728831089,10982.5181073019,241.295970083524,3226.9572956067,84.1835763075996,2521.31019323942,434.207090468703,6127.48538986738,459.187082202393,7514.23404731326,34.6525550422319,741.78238591051,179.993887715351,990.053244957403,91.3476391801021,1304.21484174411,56.8011955261854,567.792163124923,169.574121713736,1874.9375078538,174.17333768097,1357.99326394425,87.2056955924913,1164.79439090376,2011.55922406464,653.456405006919,17448.7433913067,7186.59098484318,552.933052351717,3318.39556365863 -6121,90.2770997328761,1231.01278430795,92.6913460950333,1107.94907742841,137.540925198875,4390.25366728488,27.4335200637174,397.153986907674,825.823966985625,10618.7131455296,252.024179875822,3120.06167621424,88.2323355363459,2437.78971555793,445.573849846159,5924.50738735093,469.916631942061,7265.31885285407,35.2817890413885,717.210233157119,171.145271900284,957.256915425767,97.0377301840766,1261.01165045339,57.7374705844908,548.983579867235,173.658963583649,1812.82865797932,189.041620122089,1313.00861810535,89.827852044339,1126.20961692796,2228.77220151832,710.65657813354,18166.1695758298,7320.3632973114,601.786681214994,3354.9117246939 -6122,103.644321274927,1218.3717346084,106.228636606659,1096.57174688329,165.48700351799,4345.17093905557,31.1121610813881,393.075683781281,996.207234577603,10509.6714829824,299.414551920171,3088.02232193829,105.205142700748,2412.75648979112,523.131204781262,5863.66968258986,550.962674890225,7190.71259541084,40.9959921206073,709.845329788175,185.22489772284,947.427015690051,116.344304487702,1248.06254777283,67.4597070414539,543.346165856756,201.659203768161,1794.21304532737,229.379762711057,1299.5255678812,105.822342786436,1114.64477217479,2738.13078764597,862.535131995281,21398.0843038677,8498.31002788909,733.778008194627,3883.69267281158 -6123,149.16292137624,1216.02865514126,151.227751310365,1094.4629038501,209.517056125006,4336.814638167,45.1235409722019,392.319750647297,1252.74527791135,10489.46008546,365.436111513888,3082.08367325572,127.683859163968,2408.11646078367,668.161690187063,5852.39312089271,714.046559331345,7176.88396613635,53.050587364723,708.480209464198,302.571895013788,945.604996412994,150.681274113711,1245.66236920144,94.0963257597232,542.301244008517,281.879091062952,1790.7625518312,286.68640648278,1297.02641956001,134.848199179186,1112.50117247968,3195.24570290581,1049.51231423364,27935.4813969326,11499.5113550649,850.277285188393,5276.40633222673 -6124,215.354683175694,1243.88525130732,218.458022834694,1119.53469060642,295.419209226086,4436.16171647119,65.5683859931281,401.306950756064,1763.7618686758,10729.7510131164,482.16470063599,3152.68756887355,167.630812560218,2463.28121984199,918.476657038581,5986.45883643688,991.656125748051,7341.29091290529,73.5840168873078,724.709964415487,447.486012750823,967.266769271976,213.072986564486,1274.19780990129,134.904617731667,554.724196947024,404.824571108247,1831.78506312216,402.541023297316,1326.73849997327,184.66023025473,1137.98617710108,4285.42614701694,1441.65080980305,39095.2234103126,16419.7498369623,1099.26335552501,7503.00038599048 -6125,235.119826825532,1316.28926101204,234.895828820401,1184.70050917228,316.885788856181,4694.38159296987,70.0469251599151,424.666205419287,1890.89108039113,11354.3078166209,527.972532943176,3336.19904719743,183.654190381799,2606.6637683202,1022.73255247891,6334.91832917123,1113.92440857684,7768.61240252384,81.5269987710373,766.893845317283,488.268182127133,1023.56938438524,230.786903391561,1348.3662514813,147.624206628585,587.013554905874,440.668849600837,1938.4095152956,433.682985497771,1403.96522737979,206.302224596456,1204.22601885824,4581.47040949592,1554.9786662237,42755.0816834525,18209.6385707525,1178.64264978792,8356.5119180838 -6126,220.488900602471,1400.46651466117,212.613419211696,1260.46260661747,286.488880698162,4994.5892766316,62.520728080238,451.823788443484,1707.62497411664,12080.4205924368,492.816668706359,3549.55038397276,172.112705614272,2773.36101618439,951.282903055997,6740.03902933647,1042.0226980461,8265.41844362627,74.8245375759839,815.937030315691,456.493422437314,1089.02707841112,213.723886788351,1434.59484220581,139.811043753035,624.553319432099,410.807739016574,2062.3716217094,396.828722724862,1493.74939607296,193.233396017535,1281.23678088663,4162.6545707674,1418.57990794573,39437.3118817296,16832.6341708439,1092.5551322047,7780.8185601425 -6127,198.677935276135,1515.39305406803,193.586553747114,1363.89999973882,258.251805436482,5404.46045549426,57.2688571198785,488.901822001515,1538.77688646769,13071.7766289672,449.825252939804,3840.83727859656,156.831003556666,3000.95145178511,877.330701154282,7293.14712081854,962.918916436608,8943.7038067757,69.2938527445364,882.895303352855,415.817814896245,1178.39595094888,191.644674718189,1552.32205591611,125.325498664727,675.806063375614,369.991290714773,2231.61610629554,355.898433556896,1616.3310122948,177.954583186796,1386.37896589896,3738.71496816847,1279.88561556169,35931.0884073126,15477.5804258962,981.462838397183,7157.19443150629 -6128,195.471058796403,1605.2689057638,190.33391444798,1444.79100935201,255.108784015764,5724.99147884146,56.2051678284687,517.897908218251,1520.40387120287,13847.0454970351,426.321838660169,4068.63198882837,148.786427861808,3178.9337032563,828.381029636773,7725.69352009528,909.100904231,9474.14242452627,65.241248826032,935.258594272011,407.924060072596,1248.28497376185,189.279909903535,1644.38811528405,123.549474074917,715.88717986483,364.313101084697,2363.9701498045,351.861522559818,1712.19335372649,168.220595136382,1468.60317169084,3658.3382374387,1250.77187279515,34750.4783173076,14836.7882603823,947.907668716974,6838.41856735858 -6129,177.192975289057,1658.7836547919,171.767488074596,1492.9559167927,222.493843572891,5915.84516141027,50.9129339694473,535.163038366207,1323.02678229143,14308.6635860007,390.820551799238,4204.26771876003,136.22680240539,3284.90961713336,767.412480669793,7983.24448137752,845.584807582768,9789.98131748969,60.588915629312,966.43725148585,379.730951890326,1289.89897179456,166.66436135854,1699.20697895122,111.21403163731,739.75266596834,327.74310528483,2442.77767471356,306.072382078464,1769.27263638329,155.911663522428,1517.56190369687,3167.21895484552,1096.53104020637,31429.5826135804,13634.1530297272,838.236142264077,6323.23986839571 -6130,169.652054083966,1684.29717149082,165.562563302437,1515.91886051583,215.069684894773,6006.8359388259,49.2614545320456,543.394305340991,1279.37877843761,14528.7431161347,369.728615269239,4268.9329656953,128.792895185116,3335.43434718423,726.261422770954,8106.03363522453,798.567191937424,9940.55963498414,57.5326822292991,981.301886113163,363.074669824951,1309.73872537648,160.133076963614,1725.34224107968,106.204761819595,751.130697058608,314.296758291083,2480.34969250835,295.083465920647,1796.48556847537,147.241078148309,1540.90330862316,3048.06677269157,1053.84993544136,30021.630287539,12982.5844094215,798.852586616642,6004.06023981611 -6131,162.140814172326,1651.14695404543,156.891418542493,1486.08265304231,194.52001253681,5888.60982000234,46.868516019353,532.699257171614,1153.32768507324,14242.7894247907,328.289528439332,4184.91212990221,114.102075546965,3269.78656497837,665.536618682559,7946.49125625736,738.400051941895,9744.91024543081,52.8263070560834,961.987972004153,358.816896307907,1283.96054069637,147.011130703658,1691.38417748638,100.623226606048,736.346995964247,297.261704567316,2431.53162581619,266.081920981673,1761.12726695917,134.834726923041,1510.57535901439,2627.49223850304,935.288798547908,27643.8035331876,12183.3967831995,682.774712403857,5647.01805054001 -6132,153.936256701201,1590.02443318703,150.466441182197,1431.07051875872,195.937536326557,5670.62396739955,44.8200944462779,512.979678985097,1165.74647738201,13715.5467153724,330.007826065305,4029.99413285547,114.716221646363,3148.74488723385,660.691040025262,7652.32629633559,730.268998820961,9384.17101608463,52.3952936532725,926.376889816528,329.349241628498,1236.43060719299,145.546323706552,1628.7721462467,96.2979523907266,709.088741022385,285.37124969507,2341.52065365367,268.562954841046,1695.93347070422,133.835771681838,1454.65654835775,2739.04664663804,954.68422847561,27287.7708406701,11910.4232108727,705.245450710801,5498.86307175564 -6133,149.746168734588,1535.4683161304,145.563049656517,1381.96834830892,186.472637483703,5476.05637554846,43.4228546982419,495.378578756537,1108.12768768441,13244.9457884422,317.406500327742,3891.71900508973,110.332719021072,3040.70673947716,635.959057765161,7389.76353285552,703.143451333263,9062.18606934593,50.428812376168,894.591512821983,323.882536925756,1194.0068232998,139.552601873475,1572.88653718653,93.5090598483905,684.758845486619,276.476818315049,2261.17957699788,255.685692963788,1637.74345612529,128.833510889078,1404.74510594656,2588.32108720147,907.232989433565,26234.8897358574,11482.0958641928,671.883871833392,5312.87584724935 -6134,142.937647115699,1511.37221531114,139.423901897387,1360.28112213822,178.5085205815,5390.12063520725,41.5876024008388,487.604603838253,1060.87517917421,13037.09288408,307.287318876727,3830.64626752704,106.714155839697,2992.98893547788,623.457792573058,7273.79599041421,692.114710329967,8919.97320381439,49.6193050903028,880.552690230493,309.451466823194,1175.26927691681,133.134042097058,1548.2032323087,89.0005988136272,674.01292647,264.013377691421,2225.69489099987,244.246420469372,1612.04235176495,126.32301476063,1382.70044416966,2474.80254809236,871.391230884947,25364.1188573002,11209.1464236047,640.592275069767,5189.59551516445 -6135,142.394716433371,1497.80550483003,138.780138781189,1348.07066863774,173.80382387704,5341.73665317071,41.5479470172086,483.227660539629,1031.38161395161,12920.0664739859,310.878732447965,3796.26078105281,107.745127334089,2966.12261231178,632.836292474405,7208.50334886572,702.531846555258,8839.90378561978,50.5255389654399,872.648480208168,313.552544231686,1164.71956728489,130.336569886842,1534.30591118166,88.3241034689846,667.962703936257,261.827831527005,2205.7161207806,237.2705128211,1597.57198394415,128.053385542627,1370.28874543779,2402.10889951939,852.36095679478,25318.057891887,11293.2547498334,632.041881613858,5248.15756591816 -6136,147.221974431773,1520.94701595154,143.202757300747,1368.89873494559,175.986021581192,5424.26796833073,43.0135310495137,490.693662129649,1042.99285268542,13119.6850900441,332.06039594536,3854.91406467448,115.22502206737,3011.95003062426,673.059582162582,7319.876728039,744.901257238532,8976.48275472381,53.7128711172598,886.131141638366,328.185452492343,1182.71480814417,132.571645091529,1558.01136372067,90.8670348249522,678.28291326387,269.653142015752,2239.79504756739,239.751005119538,1622.25491488187,136.009789922737,1391.46008720411,2456.24747735802,872.900574186145,26363.8340636113,11820.4376532597,664.025346159237,5518.51771355075 -6137,158.785775669691,1544.98526455027,154.505499792682,1390.53389235212,188.798986681849,5509.99738593789,46.4259046222799,498.448972546372,1118.44068406722,13327.0389612992,348.484195295381,3915.84017297512,120.665697644931,3059.55326916167,711.671080308019,7435.56584452711,789.931981043146,9118.35418202351,56.9674251374107,900.13625848358,355.988267633681,1201.40736763598,142.359782666435,1582.63540656238,97.9221773445581,689.003032451656,290.505030136301,2275.19453854173,256.917791096851,1647.89431357588,143.837299432661,1413.45182205129,2592.79158760302,927.80966885928,28128.2240326436,12643.6268843356,693.207118402223,5895.02136985789 -6138,165.499067734168,1556.58494622129,160.332674345745,1400.97395988813,190.319439475734,5551.36620488493,48.2933833954803,502.191305592162,1124.93888060391,13427.0977858818,349.31870849287,3945.24012941698,120.888679960335,3082.52426104885,732.320623806641,7491.39174709034,820.227963175331,9186.81438569146,58.5046155160279,906.894442071817,378.907321521792,1210.42748151121,144.759703551021,1594.51776384995,101.533250762229,694.17603702988,300.916443498537,2292.27659944695,258.22105513158,1660.26663187791,148.232548802765,1424.06395639931,2527.80619808444,925.595742235189,28842.1380167786,13172.3020011828,672.077462636192,6152.46576712373 -6139,174.98316073798,1532.08387144064,169.489884590929,1378.92224479202,201.127498992356,5463.98617538454,51.0457312053111,494.286676447202,1188.91567004504,13215.7515771589,364.369632841032,3883.14096568478,126.158776138248,3034.00448214666,759.284610421435,7373.47518246456,848.862689231915,9042.21140285637,60.6333227464118,892.619674352073,399.685154257558,1191.37502034418,152.953957562361,1569.41961609643,107.215265795711,683.24951545745,318.180109722607,2256.19553588706,272.938857753211,1634.13357887479,153.679953971776,1401.64879841332,2669.46309206375,974.49735732361,30208.3538668351,13717.001904537,708.699168388091,6400.77191022931 -6140,169.096507609167,1438.18718098798,161.900220489327,1294.41235757823,187.079690131225,5129.11533175034,48.7299809147839,463.993372067205,1103.31185266558,12405.7989642038,332.318426477514,3645.15524438345,114.896154226696,2848.05971436824,704.842344189153,6921.57765278349,793.312345947152,8488.04218214448,56.2841491617584,837.913770310554,392.258593298668,1118.35932349914,144.405177747544,1473.23473312108,103.483779925525,641.37526206262,305.496935674801,2117.92027708243,254.191750589723,1533.98257691324,142.863831780932,1315.74607089214,2393.18507859959,893.088825323018,28316.0390871692,12971.3206705883,631.045327655953,6061.2116351253 -6141,142.39372622842,1361.96482371593,135.467014948144,1225.80990966258,154.774604312962,4857.27779455462,40.7292997197522,439.402227711938,911.828717123931,11748.3051042981,279.289646166888,3451.96597874237,96.6990723351909,2697.11564536911,589.113769562104,6554.74156099308,660.881487654649,8038.1851730567,46.9400431166049,793.505251302683,332.213824602752,1059.08749501871,120.350882736137,1395.15489368293,87.1067299119724,607.383070353049,256.521137209922,2005.67280459237,210.520208004187,1452.68316778747,119.252408380974,1246.01295936076,1978.23936930935,739.61441132589,23633.5396944493,10812.1787856474,529.195295086094,5062.85890067387 -6142,112.898873143198,1264.07622342255,113.15368646628,1137.70718175567,142.429115103798,4508.17030200735,34.2079991001438,407.821038324711,846.283120555791,10903.918287213,265.274989691067,3203.86256811425,92.0209382704893,2503.26564957097,504.94081129948,6083.63212738831,543.600267803812,7460.45608505963,40.7749567730303,736.473588646714,248.283855514922,982.967619769105,104.584149189089,1294.88082099252,69.4392594118025,563.728581218347,208.691310247807,1861.51893213598,192.6037307341,1348.27436112205,101.223272689609,1156.45817614217,2072.43674744237,707.521323321176,20397.105236603,8761.83131699582,566.776523004781,4063.00492800646 -6143,94.1364141756944,1177.58481641654,95.389847703797,1059.86227565938,137.932709762525,4199.70947882408,28.5089496303022,379.91685441731,855.00304168782,10157.8436304284,227.914995650884,2984.64589728738,79.5777073888193,2331.98565543027,379.819659063569,5667.37407850252,400.34762910851,6949.99213379863,31.4710833360259,686.082136197468,174.604745872951,915.710399911756,98.0127252839183,1206.28168271468,58.9422977446417,525.1567947583,169.069286349325,1734.14892973784,184.523440871762,1256.02189694087,77.8429570065391,1077.33027788353,2149.81947562329,688.080319798557,17276.9196307533,6867.19233302851,537.924737950388,3071.15149719162 -6144,99.8952906955162,1118.25576209484,101.480846667826,1006.46431599694,154.942211618693,3988.11980109477,29.9995860145187,360.775891168443,963.159786173336,9646.07135879285,256.448380733933,2834.27352826342,89.9084052950121,2214.49560146587,388.678583733145,5381.84055269836,409.209082217721,6599.83777116318,34.068630602435,651.515959935555,174.101874242829,869.575097127679,109.406441564994,1145.50682345755,63.7555226987382,498.698355782807,181.848888826336,1646.77907355421,208.972907454539,1192.74102722007,85.6146716991834,1023.05224568754,2492.81136509005,775.074973767566,18636.9060958802,7207.46023112068,600.896947667226,3183.73562992135 -6145,104.927557944854,1082.70461296179,108.655044948417,974.467196726049,177.508578378448,3861.33105864858,31.8600874833022,349.306245363521,1107.45161948994,9339.40723681943,294.42930831773,2744.16741452572,103.516900236573,2144.09322479067,442.236593575894,5210.74318608084,459.059939642845,6390.01831410351,37.3418912885693,630.803219756292,166.944483411458,841.929906279331,122.85864990097,1109.08931925674,67.9067718815093,482.843933011374,195.059619027951,1594.42531834222,240.092769111072,1154.82187171634,93.8308867026798,990.527769453939,2980.28913476649,907.46432962257,20820.4917174434,7795.11666333891,733.596639734435,3425.35138192267 -6146,125.062870261947,1069.10897637041,130.093013147267,962.230708843481,224.329995382695,3812.843915245,37.729332775331,344.919969814117,1403.10481069573,9222.13131017186,372.647401300321,2709.70861342046,131.515816821415,2117.16961889363,554.913326681079,5145.31133155575,571.440735572777,6309.77817679297,45.5643724361222,622.882156860829,182.295399375814,831.357703201823,154.296414235665,1095.16236711164,82.5532631911405,476.780810563214,236.119500713645,1574.40395061111,305.545036793166,1140.32065106237,116.130461304208,978.089607257211,3875.35000596404,1164.43494890721,25857.6776007622,9466.12847196898,962.335527148492,4146.95644402515 -6147,175.375580337181,1066.50555629909,180.049975916577,959.887551320713,282.214029197427,3803.55914203933,53.0956791469024,344.080044612609,1757.02540603203,9199.67421526023,467.525102570342,2703.11011883523,164.066922583205,2112.01403419456,702.979611494916,5132.78182606116,733.374999741458,6294.41304235476,61.0062135067503,621.365357409063,295.142120949777,829.333238550606,197.389607275494,1092.49550362914,112.440952188438,475.619786982574,322.029288958556,1570.57007124429,380.830220414587,1137.54382125705,152.844633220239,975.707831244324,4627.0015084278,1427.5719993664,33572.6110143577,12727.9959203566,1139.35082702655,5619.12371874 -6148,202.2627134066,1082.03929559031,198.973380645456,973.868390785665,253.196805855602,3858.95828716538,60.2564708787567,349.091598164068,1556.98291441356,9333.6682108657,416.407424386496,2742.48113534183,144.420544973684,2142.77568863958,724.532650690069,5207.5412065949,792.457909900257,6386.09167507605,63.0775469285335,630.415593865475,421.835459241216,841.412543939213,186.643637102167,1108.40778859565,123.152989273407,482.547227471837,351.416310342977,1593.44555077761,335.333766300502,1154.11223859663,155.070642803424,989.919094360044,3561.85213530013,1208.00533512625,33612.7472726325,14186.171438613,863.49071971166,6409.81998721277 -6149,224.266952445577,1116.86727232544,217.879066597307,1005.21463282659,281.027885562976,3983.16792538738,65.4332686539262,360.327931362722,1728.98391593232,9634.09424957456,462.313479892534,2830.75433352187,160.915355362428,2211.74595814522,825.501869316044,5375.15815426925,908.102954506993,6591.6430383162,69.290518440118,650.70700077287,461.241387082485,868.495383374338,208.341070056954,1144.08449722498,137.364259268502,498.079143623575,389.996408649416,1644.73433926927,374.471478879857,1191.2600523215,173.031697298217,1021.78196600301,3980.23427280585,1350.52107468329,37508.2801525595,15909.2069156653,967.56588873873,7204.0889790015 -6150,201.798121864479,1159.1294614234,186.726557359004,1043.25189289251,228.728483428274,4133.89075543427,55.4909548262223,373.962718190006,1400.62708715032,9998.64778521117,375.240655191192,2937.86990391912,131.15027397066,2295.43828957611,736.598973702262,5578.55380921952,820.751190598479,6841.07040668337,58.3374223031813,675.32971378045,428.807707411812,901.359195424668,177.033255181492,1187.37658444416,123.741046479611,516.926427875838,344.837617728859,1706.97098581132,307.873460267249,1236.33725965271,151.427500852744,1060.4461329404,3047.47751709681,1095.32664647117,32280.5926113194,14098.7370279584,778.932730316178,6498.75095852918 -6151,183.338792885946,1264.30763791647,171.983858888003,1137.91546186316,210.548879313186,4508.99561295743,51.3973552408251,407.895698141456,1289.75601092873,10905.9144680488,345.487195416835,3204.44909938589,120.40423137527,2503.72392253165,674.991950195209,6084.74585820916,754.549904184509,7461.82187110742,53.7669845272196,736.608414901366,391.060830436828,983.147571697675,161.397420619598,1295.11787488556,111.996606086466,563.831783036331,313.851817682024,1861.85972049479,281.881255003156,1348.52118977301,137.542283448758,1156.66988899508,2816.19737130572,1004.30906189172,29565.7331171114,12956.9158983515,704.663932829798,5947.69109549835 -6152,179.850935592539,1363.84507138933,168.453003967364,1227.50218995539,206.595965878906,4863.98346353611,50.2595418810203,440.00884030718,1265.57113002664,11764.5241159452,339.005529860046,3456.73155776994,118.154247374295,2700.83912289863,640.126463156175,6563.79064754451,714.962233110433,8049.28221367539,52.6790623823761,794.600717482583,383.480597931702,1060.5496082567,158.517457858024,1397.08096159394,110.030616781938,608.221587313993,307.899176440007,2008.44171723885,276.803622114169,1454.68865581393,135.108333440132,1247.73313078301,2763.04296504231,981.699304682569,28754.5744017593,12511.4730028461,686.770516787644,5736.65977596391 -6153,165.824985803316,1436.3647855351,155.292791149744,1292.77214604959,187.02130375378,5122.6159855029,46.4401301107131,463.405423973522,1144.34131049962,12390.0789856638,306.677977323134,3640.53629461793,106.758732113912,2844.4508023006,607.254495306541,6912.80699218526,678.463274639588,8477.28657975763,48.3235442805772,836.852009876931,357.830174196125,1116.94219715233,144.10720056233,1471.36792724619,101.078596771443,640.56254493051,282.914275810269,2115.23655945962,250.095021819656,1532.03879455312,123.48428820664,1314.07882639961,2464.60710402978,890.595693449096,26530.2677908577,11651.7715657711,628.844050479219,5367.28909862728 -6154,159.050715993361,1501.71063353405,150.088917673793,1351.58540365919,181.826713132162,5355.66380797576,45.0554365208345,484.487547889266,1113.2575840514,12953.7521042515,298.270020952672,3806.1585193748,103.740309017258,2973.85598658209,576.436094907141,7227.2976003556,642.266604826306,8862.95147899699,46.8039475806544,874.923678568432,342.214085614627,1167.75626317075,139.042610980631,1538.30620496826,96.7238509742239,669.704238681554,271.955700581836,2211.46693776479,242.485928883743,1601.73722715572,118.641752545301,1373.86140817361,2415.756209299,864.032647273036,25512.3158151447,11145.3662260211,608.280214255836,5116.32776645195 -6155,156.296840327079,1479.0898064268,147.275378455838,1331.22596885589,175.695754366188,5274.98944745686,44.2640241887713,477.189531339548,1074.63573551952,12758.6249071757,288.042333095716,3748.82493467017,100.114258935637,2929.05968520942,550.624072288721,7118.43012228125,614.997214149825,8729.44553678059,45.7336560590185,861.744377028587,339.458644945074,1150.16591524172,134.984473103739,1515.13412512575,94.8076971872731,659.616234070068,266.430698191687,2178.15478685136,234.074569737391,1577.60966217905,115.747230251569,1353.16642160986,2299.99708773905,827.850262906811,24709.5193032942,10836.1136602087,572.124145807879,4972.58897923456 -6156,144.315624782211,1416.60771910335,136.416564747585,1274.99018325863,165.731664886206,5052.15487050679,40.9994100453145,457.031324692837,1014.89814931505,12219.6545808889,271.896583377226,3590.4610504012,94.51938625635,2805.32564131862,544.373544385433,6817.72196340295,606.07724901609,8360.68227714317,42.5733608302267,825.341186916643,310.426480469305,1101.57875924867,126.399616357915,1451.12939579728,87.6970776873632,631.751665632065,246.934606320787,2086.14167378366,220.777917975278,1510.9657408659,107.708565739468,1296.00379216653,2209.04649690931,792.139866276926,23443.0987313378,10295.1714972219,563.115654945466,4732.57602740828 -6157,141.367676695708,1368.38659135458,133.094637427197,1231.58969653514,160.126592190763,4880.18022845734,40.0333306958289,441.47404260549,979.878431064511,11803.6992556109,262.59165330359,3468.2422606448,91.3135222241569,2709.8327505891,527.420446436589,6585.64766554373,586.747817469997,8076.08582696415,41.4190639328136,797.246688860526,305.563598442911,1064.08117303709,122.807245373259,1401.73315502356,85.8822548520139,610.24692768441,241.321663251511,2015.1297042758,213.506424641388,1459.53267931205,105.071953808401,1251.88800514787,2114.01366602291,764.028635864188,22768.6432934987,10009.191779779,543.216152039777,4610.21274319974 -6158,135.857202227866,1342.00526890052,128.604327647774,1207.84570114622,155.991078554924,4786.09452997546,38.6501036095018,432.962800865288,955.245902623807,11576.1340352409,255.915807159397,3401.37751788502,88.9680885062513,2657.58949415739,531.527581337059,6458.68201436652,591.038370700418,7920.38580351036,40.1260345832468,781.876454960882,292.209236768899,1043.56659863207,118.848727086347,1374.70893935903,82.418724404559,598.481889151036,232.456512980073,1976.27972806943,207.64712345515,1431.39413828246,101.249507351863,1227.75267573962,2081.41616916803,750.625285738424,22293.7022872021,9831.91866779997,541.579301539891,4531.46557435521 -6159,140.228082379586,1336.07525355406,133.858018457497,1202.50850634532,165.717055196776,4764.945869333,40.2270622594219,431.049636950752,1016.40427442539,11524.9817379494,272.123394057966,3386.34760604519,94.6331649395515,2645.84621203313,540.191472578254,6430.14257093014,600.555599146216,7885.38742425423,42.0264082842978,778.421521150709,297.473261226972,1038.95531573449,125.208183654975,1368.63441394827,85.4478587426803,595.837334118736,241.185464397302,1967.54699848339,220.789688211385,1425.06913390018,105.801988702029,1222.32751655618,2256.03757606886,796.173648404194,23173.0471581192,10131.0677748712,568.161398353879,4640.14666968657 -6160,146.285838410973,1377.38285576019,139.681170721891,1239.68660907379,171.579229143344,4912.26428420563,42.0738092137773,444.376451355024,1051.90008671894,11881.3010094857,281.677495885892,3491.04372961314,97.9244495809597,2727.64816333379,571.519542678744,6628.9440761164,633.980473019962,8129.18091275408,43.7647541808087,802.488074631769,311.715246014039,1071.07682444303,129.755789499546,1410.94865170292,88.8864714313466,614.258909933319,251.249079417952,2028.37788994629,228.315852526306,1469.12817080157,109.85472130112,1260.11836605002,2323.61523302311,825.827463274542,24193.1120629231,10610.9360895653,593.561646667316,4870.26316148937 -6161,155.933535691836,1434.22419725752,148.493578248644,1290.8455512672,178.757581326817,5114.9818442043,44.8026902765542,462.714819310756,1094.32319106304,12371.6142766274,293.212879694379,3635.11086968769,101.753157453321,2840.21176907946,612.245984441647,6902.50496183639,679.687057275975,8464.65303397522,46.2531655123003,835.604864569241,337.598060469267,1115.27763854017,135.943522657663,1469.17517442407,94.4040332973136,639.607926237165,266.646262053989,2112.0842609425,237.322424814737,1529.75562504253,115.894643733787,1312.12047865958,2374.89852274319,858.315325793566,25604.20291229,11317.1137390609,617.694280844516,5213.83244701352 -6162,168.215556834356,1479.43692816767,160.903263807731,1331.53838901712,196.639181243639,5276.22741388198,48.4776756215584,477.301521064664,1205.080481267,12761.6191784293,322.746374801186,3749.70473157763,112.023680713217,2929.74709465044,640.006366634503,7120.10071851252,715.006117128826,8731.49421585229,50.3372016568062,861.946616410565,360.9250430771,1150.43584313457,148.703209151991,1515.48970596532,102.155030642654,659.771036797045,288.654842062719,2178.66596938958,261.23018128616,1577.97990515549,126.077203943342,1353.48399088924,2645.63762515213,937.902922654738,27590.8848826946,12138.3124483666,657.752044247322,5554.68980847494 -6163,178.77111717873,1518.31466976996,171.192616061312,1366.52954304073,210.467073418904,5414.88003375803,51.5432481696796,489.84440467736,1290.48062697949,13096.9784785789,345.545609590318,3848.24225545823,120.066007436733,3006.73716319425,651.53324265386,7307.2080095678,728.821212808111,8960.94690116968,53.6595246901381,884.597489313462,380.979247223874,1180.66785004736,158.819130727767,1555.31486922012,108.565467774832,677.108989768814,307.219780094526,2235.91857068874,279.793863651458,1619.44723224339,134.316270513686,1389.05184772636,2847.63650534533,997.702987684332,29052.2651430098,12687.2017072201,688.641411742424,5780.04860194823 -6164,169.651307526767,1445.24534269375,159.881137843408,1300.76491853449,187.461005206465,5154.28738577615,48.2029318240045,466.270502814684,1145.26505208125,12466.6826491206,307.121329664827,3663.04449795045,106.571291178374,2862.03707856495,607.673845777705,6955.54653734751,683.770403888684,8529.69877252367,49.4154550567635,842.025982520849,372.983406125685,1123.84787259398,144.456275582956,1480.46489697902,102.455703664565,644.522926270427,288.259907969426,2128.3143509507,249.035142069161,1541.51087171716,124.492825165583,1322.20333087531,2413.20708582985,879.254090211286,26755.2433775039,11904.9982068245,596.675442621798,5468.86780570331 -6165,144.191423756221,1394.36293984723,135.390686777107,1254.96920299865,159.082124894414,4972.82163778004,40.7334652690701,449.854630119016,971.921107946653,12027.7711716202,260.63273239658,3534.08057723506,90.5267541622063,2761.2740321179,506.255005711475,6710.66429453647,568.110731275818,8229.39573311439,41.8605509573325,812.380977631915,316.255090777758,1084.28083265808,122.892606781411,1428.3425278124,87.2402584469327,621.831363661973,244.977380218,2053.38330292029,211.744862655606,1487.23927169885,105.958441641039,1275.65283834702,2048.4470220021,745.028394956378,22596.1404429672,10010.9548587447,504.968231092599,4597.38110176397 -6166,110.606135590821,1297.08180470481,108.448828100572,1167.41321226796,134.127345824962,4625.88059398192,32.9293297148067,418.469423429684,823.315981738441,11188.6243473819,220.354267857281,3287.51681652878,76.3068273500993,2568.62700700897,403.532460939446,6242.47841446444,439.152772262008,7655.25184591294,34.1023748599319,755.703235120486,235.395583171275,1008.63333285742,99.422282954044,1328.69072374695,66.7497797793898,578.447780237974,190.979459060719,1910.12400300483,176.938425376306,1383.4783924868,83.3231095946435,1186.6538032926,1845.31035683884,639.749489453881,18221.3677997027,7764.11608783796,463.027946508931,3531.95384067989 -6167,81.110155338605,1221.14871695311,77.9590093570564,1099.07111574938,118.833748382034,4355.07470047726,23.9377346877732,393.971604297974,702.08873023964,10533.6257256227,193.115070488793,3095.0607185331,70.4405084188521,2418.25578198898,312.718047806687,5877.0344929521,337.071844413546,7207.102077665,28.9588506204853,711.463249748317,155.833615258776,949.586445378656,89.2431965883398,1250.90720311225,52.8122409826807,544.584591426546,144.938759820819,1798.30251802933,162.149416787264,1302.48752067113,64.5236750323041,1117.18533411088,1861.34849909666,580.270169293082,14588.5824991362,5785.16856698634,452.967550434112,2596.23662546676 -6168,80.5745198400992,1180.30394654073,76.698005317818,1062.30957576129,117.57588593702,4209.40691751171,23.4282644292503,380.794110432444,694.693524988596,10181.2988399617,191.076338035422,2991.53766462014,69.8268814775323,2337.37038216626,322.059360218201,5680.46046291156,346.469816697825,6966.04017782094,28.5224528378191,687.666350411333,153.781286382699,917.824842709181,88.8848933311274,1209.06707601798,52.8268545386481,526.369420499258,143.916405571493,1738.15320741613,161.178049443907,1258.92214406447,64.4005797094867,1079.8179128899,1845.93681472778,580.355174744362,14609.1924939036,5790.61485223488,464.080220504957,2618.25272034267 -6169,81.1028592432391,1160.86507293367,78.3233594858659,1044.81399622408,125.932548849195,4140.08059756677,23.7926059741114,374.522667720843,745.732173183153,10013.6191656831,204.903599925896,2942.26889556814,75.0172500628914,2298.87534233777,337.857209590209,5586.9068038799,361.573092424157,6851.31381860204,29.5594505571816,676.340912325112,146.324978388029,902.708837070864,93.7011209422437,1189.1544915163,53.5697992363269,517.700442762048,146.938833197757,1709.52690263448,172.907202211051,1238.18847752771,66.6187053816695,1062.03398190431,2042.24116207984,629.070113786159,15294.6950031815,5933.03710098902,513.838193427528,2667.91121270879 -6170,93.7617485722827,1164.50986383943,90.640649968011,1048.09441928136,152.632800461766,4153.07929006164,27.2530329347551,375.698563908207,905.528820261643,10045.0591227631,248.597268819107,2951.50679509917,91.3661189768281,2306.09316647305,389.307602166932,5604.44812507635,416.994195398922,6872.82502337573,34.6967005510099,678.464433192358,158.71105679406,905.543089764491,113.154664297859,1192.88810326608,63.0200567236265,519.325877026269,171.911736812821,1714.89433788009,211.167491365853,1242.07604224796,79.4468979202305,1065.36847088938,2538.18527601692,765.936899639529,18043.4333930517,6873.82150536338,623.075559165337,3065.95411727084 -6171,138.7418065645,1213.25167560246,133.157547879106,1091.96353750941,207.302452523786,4326.91088675222,40.6308886724493,391.423831035856,1225.86318878789,10465.5058670234,337.045487940197,3075.04528377262,123.21779691358,2402.61717414238,513.748010354204,5839.02832403449,555.796918006279,7160.4945004424,49.7664762228503,706.862291138829,259.831107374508,943.445568906311,155.591665780001,1242.8177167363,91.080904722836,541.062819690052,249.120649326094,1786.67308326131,284.106818419062,1294.06446976288,111.897394856392,1109.96061311062,3287.1144199395,1012.0986170878,24939.8190716279,9726.1456780463,788.593663327431,4345.27090883548 -6172,192.730914114407,1343.79873543723,183.480860450635,1209.45987576737,271.66824691081,4792.49070484895,56.4930940186371,433.541415802938,1602.74663663783,11591.6044730237,441.141490360487,3405.9231459078,160.741509002861,2661.14111793751,694.902189265862,6467.31344848412,760.692030798302,7930.97067022108,67.5610911374673,782.921360886594,381.814897895759,1044.96122935137,205.958336928162,1376.54611134158,124.767723166625,599.281705117405,341.482940800039,1978.92084404833,370.134637032716,1433.30706481661,150.641015712216,1229.39345420027,4159.59682024291,1306.31477021329,33503.3670035611,13450.9045145888,984.523799731691,6031.74311168682 -6173,209.007285847721,1648.54353397411,195.85134697164,1483.73949551954,287.949173629165,5879.32504679666,59.9770899364551,531.859331970105,1697.75997069974,14220.332329879,467.424940411211,4178.31363531698,170.663382454134,3264.6309802793,755.355159929679,7933.96175076276,836.688312746442,9729.54511099259,71.9165988876898,960.471172552386,416.173380282656,1281.93607604515,220.476147044504,1688.71731400388,135.403395586775,735.185972383607,368.717056583189,2427.69774644938,393.623091188164,1758.35043715385,162.363874962199,1508.1935830015,4367.13234676424,1382.31867199519,35946.6260629461,14643.9084218532,1025.38517665726,6586.054032621 -6174,188.244232950774,1818.05511654786,168.698104143365,1636.30509347278,238.998553257639,6483.86697887744,51.1643280062417,586.547798007475,1405.40695481555,15682.5388098932,387.409808812149,4607.94897233755,142.037288216469,3600.31684636765,681.404495826309,8749.7718187015,762.508324682795,10729.9861399966,61.1612332160586,1059.23167545723,386.740630065762,1413.75122592169,189.218199647734,1862.35976779242,122.095560388671,810.781511777305,326.9612421281,2677.32590520313,329.493706591518,1939.15292078779,142.877403726614,1663.27367388988,3486.05315408954,1149.57961217457,31233.2354217916,13044.5343438736,854.466622837808,5967.57093511463 -6175,170.734646507311,1915.1626922228,154.824968327684,1723.70487538555,218.634500920771,6830.18904446647,47.2046689089883,617.877010286876,1285.76590516551,16520.1885106067,354.416228901834,4854.07283814596,129.620044206755,3792.62016953435,639.886722616727,9217.12240740991,715.470360464765,11303.1056959424,56.1159014308816,1115.80829909506,352.597632151509,1489.26376286689,171.861785288695,1961.83378287522,110.323159478608,854.087694463478,296.897792278338,2820.32961591551,300.080055513445,2042.72868000802,129.427996808562,1752.11392558812,3194.5369574049,1054.15349111188,28713.4217448888,12043.0639121153,788.876876468688,5508.82703055985 -6176,165.066141485432,1955.25536412701,148.877605831316,1759.78950376159,207.537926017109,6973.1745618408,45.384818669991,630.81185929536,1219.57295218749,16866.0277964496,336.289569463055,4955.68966187023,122.935128175952,3872.01617945659,589.403665969891,9410.07680553068,661.484848220433,11539.728782851,53.7506526915311,1139.16701228704,345.037977330421,1520.44052067755,164.045928711478,2002.90348337994,106.481835992402,871.967458856654,285.994540082262,2879.37136229653,284.771090208399,2085.49186200267,124.247321006579,1788.7932787536,2993.64400913338,991.275913066501,27200.3646288699,11414.2850190293,728.734158266004,5217.26694599511 -6177,152.577285211297,2004.14180924726,137.64583675299,1803.78879642547,189.499186895121,7147.52197537346,42.0413389917804,646.58378858216,1112.93909602123,17287.7221476813,306.966452288192,5079.59473081052,112.130333493834,3968.8266063372,550.370719461361,9645.35308287584,619.398829884141,11828.2518720575,49.5333602747366,1167.64913623397,322.024976217706,1558.45546922925,150.141869844954,2052.98125481475,98.1472069953801,893.768902343846,263.695840156735,2951.36309936899,259.658797731335,2137.63455667624,114.130668229243,1833.51774086616,2709.63323316032,904.357039401904,25084.1468205971,10605.2880052804,663.334468019978,4857.01931421595 -6178,146.604719494368,2040.82110754554,133.26268512639,1836.80128437712,184.59624113352,7278.33412120992,40.8380058964273,658.417402125277,1084.65307206837,17604.1176814837,299.099738146102,5172.56019338712,109.172728401444,4041.46307064142,515.500841417936,9821.87990412502,579.88545756181,12044.7295568004,48.0560180301296,1189.01915644813,308.064815884188,1586.97792845678,145.270212231089,2090.55440033702,94.1410708373831,910.126435542111,254.002456379423,3005.37820299529,252.394840669013,2176.7570055944,109.934640254491,1867.07432046652,2656.30096468911,876.186279297159,24077.1746815772,10121.2632749603,634.554062674931,4610.12638245178 -6179,140.211512434255,2015.85720097115,126.291781078105,1814.33300654063,167.730013274532,7189.30345980246,38.8528884245433,650.363452441575,983.336215599531,17388.7790868856,271.443353566695,5109.28795999992,98.9192661075435,3992.0267402613,495.157207169498,9701.73586435352,557.783536443389,11897.3949853095,45.0178854087039,1174.47473458431,304.387919812028,1567.56556125068,133.743599085445,2064.98214192312,89.2880544213037,898.993509082387,240.513178188315,2968.61555858569,228.669804762888,2150.13029229655,102.78145564942,1844.23573420766,2330.40622670265,792.56793328845,22567.4214372462,9653.49570797836,572.826296084209,4433.24073184104 -6180,130.439693868693,1986.00464707882,118.126872164224,1787.46479691235,160.682788563071,7082.83804703481,36.3104873305849,640.73230892394,943.190300946579,17131.2710329605,260.211893517236,5033.62521260699,94.8569955119993,3932.90936163655,475.924427505193,9558.06418334348,536.906827453957,11721.2080883378,42.3783235216074,1157.08209869102,278.676136405307,1544.3516970075,126.997173367767,2034.40210349145,83.3454315204775,885.680437022618,224.994837120272,2924.65373633679,219.168464864377,2118.28930653854,96.7338338435436,1816.92469917053,2277.15944303116,763.694373420591,21431.5194799323,9150.77803501502,553.781589439268,4188.34336814155 -6181,125.888616155236,1951.52379489046,113.079928069589,1756.43097755806,150.062720092712,6959.86638524485,34.8399591781804,629.607966355655,879.632879235251,16833.839289709,242.832955391205,4946.23181844611,88.4969810997711,3864.6265071285,468.469947402038,9392.11784540442,526.775524633776,11517.7054207295,40.2897937447544,1136.99293280038,273.727953378264,1517.53878764715,119.806239491821,1999.08097857599,80.1496036152149,870.303324849183,215.804807656764,2873.87613451542,204.605293838062,2081.51173878292,92.1703559852692,1785.37939937396,2083.21861827525,715.727049067666,20521.3460620759,8837.459605509,528.038339976957,4077.91006686747 -6182,120.185692211401,1916.72474426559,108.335772528672,1725.11076989921,143.716188916013,6835.75990838987,33.3745500867324,618.380965407781,842.486390130361,16533.6627675536,232.571149296057,4858.0319348971,84.7020040670311,3795.7135203538,458.465568707773,9224.64011070666,517.710152706925,11312.3247766053,38.6037814448088,1116.71837876612,261.538946829193,1490.47844165762,114.342959903785,1963.43390096472,76.3017936853414,854.784308611861,206.122582659881,2822.6299435356,195.547760944772,2044.39477789121,87.8515769536244,1753.54299119585,1997.03057044519,686.171795511888,19748.2247149164,8566.36349994705,503.95901711341,3950.2801348391 -6183,122.759819691655,1863.75960536201,111.279091266122,1677.44052834516,148.633200792805,6646.86634182922,34.3159760482913,601.293152550906,871.726285435185,16076.7856141239,240.589791452959,4723.78921851351,87.5872565677618,3690.82600614749,471.122212533044,8969.73426349995,530.957080499937,10999.7296296454,39.7363558197594,1085.85993431577,265.893537996129,1449.29183000075,117.806486847754,1909.1780410121,78.084017756197,831.163927138896,211.007784005575,2744.63179201174,202.218752146127,1987.90171402865,90.1953225654027,1705.08707785725,2081.16760572618,710.530729901921,20309.772590757,8783.7484203301,522.845967336901,4043.87965249317 -6184,128.566793647764,1845.44888372609,116.683693060581,1660.96032001412,155.399019451175,6581.56343528148,36.0482424721893,595.385678482754,911.33784295709,15918.8373758781,251.531175032564,4677.3798054121,91.5651158063701,3654.56505950461,490.570270178719,8881.61007260397,553.093066528881,10891.66151467,41.641625770593,1075.19177789922,278.766654170559,1435.05309492353,123.097570260933,1890.42110070617,81.6257252296413,822.998061079842,220.916578903396,2717.66683977646,211.252036823795,1968.37134389914,94.2671076642561,1688.33525280545,2172.45811459983,741.188193436388,21214.6835978952,9186.45184302987,541.922973683486,4225.04450727833 -6185,139.70299976234,1845.07283306905,127.073259097771,1660.6218629454,169.773920436321,6580.22229748242,39.2411366511801,595.264355601604,995.809051952253,15915.5935638672,274.823739832293,4676.4266867619,99.9924418122001,3653.82036177608,529.203267937282,8879.80024989208,596.438361904684,10889.4420999222,45.388351803321,1074.97268400933,302.679249381276,1434.76067140317,134.240797790412,1890.03588597425,88.775721512699,822.830357187124,240.269870116734,2717.11305559434,230.713201874104,1967.97024509672,102.657098018214,1687.99121749419,2379.41124100156,808.785200415655,23063.3109374236,9958.52719693606,590.572909569136,4574.52871052552 -6186,148.78532845803,1873.91294504311,135.480649820714,1686.57884394666,180.851740519728,6683.07696233482,41.8371456188495,604.568861289416,1060.73017646097,16164.3682963812,292.747828584656,4749.52335095177,106.448926346641,3710.93278925215,552.534044176635,9018.59934168088,626.693016153982,11059.6536622345,48.3793224130453,1091.77545299505,323.046329757807,1457.18724323145,142.934285605458,1919.57881003098,94.5494681855842,835.691919729053,255.870809489067,2759.58392360835,245.619517481138,1998.73135176578,109.319966927561,1714.37600559103,2529.6182275196,856.143086893836,24434.2966707327,10574.6345814357,612.848570306675,4843.18366741241 -6187,152.634385665756,1871.33845108205,137.81880972754,1684.26172080598,177.645653995934,6673.89535049618,42.6956002393636,603.738268338687,1039.93123208726,16142.1607180231,287.262426835854,4742.99817099757,104.36286876371,3705.83448728402,555.210229083349,9006.20904916289,631.889405547687,11044.4592469123,48.7558530693507,1090.27550641642,339.364821205297,1455.18527202583,141.925977288021,1916.94157756655,96.2009524716195,834.54379606283,260.364244325243,2755.79264175337,240.609852346593,1995.98537479363,109.93957473274,1712.020693043,2408.07926740999,834.190278588199,24485.3752196163,10725.5995074944,589.385994321491,4934.47574845147 -6188,147.443622441519,1738.76650741076,131.570750061511,1564.94292529397,165.586688815541,6201.09403656897,40.7398462348134,560.967407911958,967.831302341222,14998.5954692006,267.53903942837,4406.98814245625,97.2063452042942,3443.30064119152,512.701200168172,8368.17874627078,587.912974367552,10262.0324078149,46.2330430289414,1013.03670285352,332.98593557384,1352.09502675098,134.048998168701,1781.13895421139,92.8094441139991,775.421891599799,249.92529071147,2560.56297249656,224.502926769558,1854.58302156198,105.006237129473,1590.73535807275,2184.15649172351,768.29691745145,23028.9345840159,10176.6851732271,526.535911886411,4689.12533487614 -6189,123.51814740544,1596.61976590497,109.350530267544,1437.0065195,135.340771183584,5694.14539952521,33.844587618309,515.107490099087,790.175913466509,13772.4380386177,218.541316719167,4046.7103238792,79.4131646327397,3161.80570550921,417.808907423671,7684.06771925791,479.646409001135,9423.09603436823,38.2478493883197,930.219449517519,281.802680379307,1241.55925243069,110.529348070752,1635.52820231855,77.6203712905307,712.030001594223,208.4831313029,2351.23315080431,183.565117335363,1702.96810820622,87.239083977548,1460.69038263508,1750.87201415707,623.511527386198,18956.4698507277,8414.64524426493,420.877312785743,3883.76048453524 -6190,95.408783592312,1450.88608571396,88.457895409647,1305.84175941292,116.052592535842,5174.40439272063,27.6001598114384,468.09034060041,680.427788842056,12515.3396840619,187.820320665097,3677.34123503317,68.0349207585716,2873.2075111535,336.862096420104,6982.69379700179,374.271052119995,8562.98989437976,31.4850308121898,845.312381060548,209.983998777779,1128.23421230796,90.7733587151852,1486.24310071205,59.9069881482732,647.038477153259,163.97839598764,2136.62108889012,156.181623838934,1547.52733579654,69.342753471477,1327.36384514206,1614.39185698475,545.139285741332,15473.3459594545,6577.53194948412,396.116643640546,3005.35336069029 -6191,72.7355489307542,1359.01427909783,66.9010588106699,1223.15432945317,99.0567143071388,4846.75504491691,20.1723905278424,438.45031188006,567.392374949624,11722.853713929,165.798916344984,3444.48768013796,60.5710570754444,2691.27264567245,264.869802649928,6540.54144576319,308.555874431478,8020.77134298659,25.8392729937462,791.786210834166,157.44878976612,1056.79310029271,85.905257527828,1392.13244648658,49.621203898459,606.067242794107,127.767621880694,2001.32773855527,147.76874796181,1449.53609201291,56.6246459356947,1243.31361150147,1570.51182017412,493.946822649246,12528.172735526,5021.57545363479,388.931912280561,2293.95452372405 -6192,72.9167784551752,1310.21461511427,66.5648282242036,1179.23314246095,99.8091896497593,4672.71712549226,20.6309937539257,422.706380250851,571.874764082719,11301.9079365617,167.069124158958,3320.80256220246,61.1661207389847,2594.63407254123,266.362508685304,6305.68282085185,312.070453339301,7732.76042768808,25.7842537929068,763.354647141418,155.590194576522,1018.84563425971,86.9578929863519,1342.14357098024,50.1805738835291,584.30450030149,128.287778420766,1929.46379815038,149.649403559553,1397.48595883166,57.291627220728,1198.66854235052,1593.68846531224,499.819472129224,12606.5538115452,5042.1438456302,394.223502923834,2305.86799828806 -6193,73.5462641487458,1279.26284097289,68.2452615289468,1151.37560105939,107.435538741014,4562.33148070828,20.7108445818451,412.720602151053,616.666207081497,11034.9180115649,179.902972749221,3242.35378771338,65.9660615379405,2533.33989457497,276.671628927316,6156.72091169078,318.647295931063,7550.08603870921,26.7969498394003,745.321585721148,148.061413760825,994.776997264858,91.9463140585536,1310.43752511945,50.9897068745139,570.501218980632,131.336323584341,1883.88322913108,161.210367895634,1364.47253548518,59.4356248457761,1170.35186997851,1757.17259178539,541.649624123078,13181.6813499862,5126.57366775372,439.202023391654,2328.42652172328 -6194,85.2471164496496,1282.41587116874,79.3379923719811,1154.2134244688,130.91464709288,4573.57636992212,23.0934505404058,413.737844643643,752.549063569491,11062.1160420124,219.288729592724,3250.34529584669,80.699268095469,2539.58387894479,328.635424845484,6171.89553126089,377.164745475994,7568.69491915099,31.5629836362857,747.158597936406,160.631211345576,997.228848291908,111.453577849109,1313.66739231651,60.1472343883514,571.907347191817,154.157084626805,1888.52648188309,197.800486287628,1367.83558408473,71.1287252923379,1173.23646465883,2213.13081640124,668.349278385656,15741.7638883967,5987.54060951476,550.325426900385,2712.28945991688 -6195,125.428409578369,1319.52907234458,115.478366469046,1187.61643825335,175.702722531624,4705.93597629171,36.6520742629499,425.71144556947,1007.34491876171,11382.2544209328,294.145090711762,3344.41050633553,107.715533740324,2613.07960643942,462.873324004285,6350.51060117517,538.271668616251,7787.73345687359,44.9227737398735,768.781417786729,262.824417173132,1026.08871793099,151.923593432709,1351.68501460682,86.4011442801869,588.458384111634,221.811292380552,1943.18056471518,263.276527853691,1407.42083747164,99.3932129265216,1207.19000650017,2900.0704202908,888.367465829213,21990.4315122539,8696.37880519812,702.458657894482,3967.89318042583 -6196,176.201486502226,1436.53834780849,161.105177696746,1292.92835739291,235.329144531967,5123.23497371892,46.753131718973,463.461419288707,1347.22773290472,12391.5761333925,393.843375386283,3640.97619662751,143.849541025122,2844.7945097994,636.239216000942,6913.64229705291,745.105890846404,8478.31092757358,61.9917668382699,836.953130385307,386.943288690382,1117.07716218972,205.287362073597,1471.54571910312,119.995993097748,640.639946919661,308.206191052812,2115.49215279476,351.085231459368,1532.22391753775,136.097659330792,1314.23761232281,3726.81109508238,1173.46234490691,30027.2274660501,12131.6102306701,914.1222836254,5555.66065390472 -6197,190.809709844366,1706.05019564884,171.645903273313,1535.49724617875,248.730799346811,6084.41538828546,41.4323522229773,550.412348030543,1423.23365817428,14716.3846471783,416.227530926965,4324.06706168713,152.338166372082,3378.51212773265,682.542479576066,8210.72462947272,805.984038221902,10068.9438878014,65.8672368184026,993.975590015449,421.690196948889,1326.65425466434,219.275761824173,1747.62537026041,130.019329062528,760.831695478315,332.196566208318,2512.38388914226,372.352581585468,1819.68752750733,146.391023623499,1560.80437327198,3883.91680783061,1237.47787881098,32029.2837362338,13071.3140554645,956.455008771583,6010.35379173958 -6198,174.345324381211,1857.42461605415,150.548117967041,1671.73884461886,213.296240839047,6624.27339202759,40.1942023606964,599.249334409693,1218.72269261324,16022.1400124716,356.821798187986,4707.73288050417,131.22594754851,3678.28074912033,608.709389242903,8939.2457978791,736.433727675845,10962.3411330858,57.3321432946445,1082.16905537735,392.739134986637,1444.36563231913,193.681305029613,1902.68867272565,119.324897953113,828.338769550785,299.912139889688,2735.30268486381,322.445334639966,1981.14476100358,131.778272142979,1699.29142246473,3209.97292536369,1055.71950077607,28285.4023683934,11843.9065688893,796.384391812577,5490.68417693944 -6199,158.021206515625,1929.22116060792,137.996293154908,1736.3579260085,194.754263590642,6880.32681977712,37.3702153567699,622.412606375022,1112.81075006664,16641.4568231295,325.805071545374,4889.70470890621,119.532581358394,3820.46032690933,552.828034549845,9284.78173708071,665.263022675211,11386.0774219087,52.5274092479604,1123.9990161346,358.02361098473,1500.19587198346,175.666909338059,1976.2348456807,107.737684526142,860.357221798932,272.100728320905,2841.03256449631,293.157396601631,2057.72356095672,119.251671205647,1764.97551605771,2939.33849766671,962.697804819412,25743.5664335674,10750.5763317171,727.593713450029,4974.67988690276 -6200,152.927509264228,1955.11072796388,132.840101989858,1759.65932680036,185.388021242852,6972.65873499181,37.4843022083576,630.765196230955,1058.75174880237,16864.7801652745,310.10254552715,4955.32307449167,113.739670685526,3871.72975468874,531.370862032096,9409.38071363963,642.242627252411,11538.875154151,50.4082977043353,1139.0827446518,350.399935536714,1520.32804908575,168.111852616016,2002.75532254108,104.125805369793,871.902956781919,262.448334292196,2879.15836647322,279.080034873223,2085.33759185121,114.686989771759,1788.66095629526,2784.27826505264,915.404010121954,24709.6687638203,10387.0367500143,685.260988303845,4813.78744328118 -6201,140.769249668695,1996.44725628026,122.117349480948,1796.86346391091,167.733451728678,7120.08031123147,35.5374422327943,644.101342886007,957.373554139554,17221.3489533643,280.536919986405,5060.09251269065,102.818813914233,3953.58898872034,485.603582811851,9608.32143180248,588.456914584355,11782.8393617667,46.1591901718294,1163.166151006,326.836106316145,1552.47205123988,152.710229047582,2045.09919131378,95.509738727708,890.337432510919,240.729403168241,2940.03185544795,252.184002846899,2129.42748158577,104.689744767144,1826.47826925396,2500.6111705758,826.294867783427,22545.3812556737,9542.10583079837,612.501616958842,4427.13444930196 -6202,135.729538736235,2034.22577482759,118.761327899517,1830.86528363584,164.618783722416,7254.81268908426,34.4207627206731,656.289591011287,940.044185100923,17547.2263582384,275.355514403187,5155.84400236339,100.847215097965,4028.40225236607,471.423511130156,9790.1384812027,567.46952708298,12005.8045385168,45.0098493019206,1185.17659674714,312.81768717765,1581.84928321908,148.68835834512,2083.79834426517,91.9912348310543,907.185174970274,232.887724350656,2995.66570584464,246.984891065605,2169.7223680924,101.378756008809,1861.04048618919,2464.74931167521,810.933234838454,21933.0321001944,9218.13999650923,607.210026315569,4266.87723365165 -6203,129.175401689013,2007.98908573076,111.742316683586,1807.25146268275,148.083393543037,7161.24280744445,31.8644128043506,647.825011430237,844.070257482776,17320.9087448398,247.60044788752,5089.34583987046,90.5626491328626,3976.44541514564,438.506723229454,9663.86890841252,533.378497370862,11850.9581272028,41.8732041805773,1169.89062884796,308.879570564722,1561.44717822393,135.836616522595,2056.92228656523,86.7733229593145,895.484637260309,219.181624557295,2957.02872132951,221.706261514732,2141.73809422147,94.1252214763103,1837.03747667226,2124.18677055421,720.778663491261,20252.3400136299,8710.02792953206,525.190371344839,4049.53080661468 -6204,118.584102052201,1986.87245563987,102.774137071762,1788.24585110354,137.434459198377,7085.93297810798,29.4120030377829,641.012284594612,783.620214597913,17138.7567474002,229.810552534154,5035.82471554321,84.0276984614407,3934.62789357395,404.222363059765,9562.2406941777,490.148791110866,11726.3298108573,38.5926579389814,1157.58769959813,282.260216872382,1545.02652001252,125.530378257595,2035.29105990181,79.685095159511,886.067445717048,201.615157634147,2925.93169888044,205.610467915262,2119.21491846885,86.7051677380748,1817.71862621951,1979.42620056553,669.317003541182,18695.206398606,8006.477522003,490.795032163565,3718.09167923494 -6205,114.886254677234,1952.30481950891,98.8201537235352,1757.13392355218,129.509665053437,6962.65181220309,29.7017816471773,629.859943463481,737.790638272517,16840.5764060806,216.519000345935,4948.21136326583,79.1739852402948,3866.17317975993,387.429737988973,9395.87669030079,472.827075670083,11522.3149527809,36.9203438906621,1137.44797181852,277.408742080461,1518.14612595156,119.399111399568,1999.88103618359,77.0024777271798,870.651631297712,194.313300714888,2875.02629625943,193.828568807541,2082.34478622811,83.1379685233836,1786.09393089432,1838.85142256406,628.716483880938,17862.3935963003,7732.21332860527,453.753897660654,3599.12098993807 -6206,109.025709084651,1918.63391804925,93.9316182082523,1726.82908457411,122.237336071433,6842.56873873839,26.4084286759597,618.996910253803,696.192029831606,16550.1312957543,204.350287459571,4862.8708285557,74.6590269461396,3799.49428061425,366.773505598113,9233.82841023469,446.731182644332,11323.5925363399,35.0388374842413,1117.83069781916,264.839315426968,1491.9630483412,112.573734823095,1965.38959989379,72.7711642192436,855.635725487222,184.184690744941,2825.4414536939,182.503302339087,2046.43111875084,78.4795635073889,1755.28962608296,1717.13974998407,591.088560513226,16885.1456511016,7326.59793151145,425.973046783471,3410.29856171943 -6207,111.092974898155,1861.21404031713,96.1992437822976,1675.14944211197,125.709195157676,6637.78790136453,26.6786296029835,600.47189275621,716.146494266531,16054.8275765231,210.165632623488,4717.33736030205,76.7399581639438,3685.78499246688,374.975409018688,8957.48319746258,456.032257795147,10984.7059499993,35.9288043264341,1084.37684224506,269.15515591288,1447.31235442263,115.406623266454,1906.57044244001,74.2477830550286,830.028704638415,187.979362798919,2740.88311180066,187.605970729056,1985.18659288248,80.2586785522036,1702.75823134111,1777.43213651391,608.682496700669,17291.6823709058,7477.83265714353,440.524921052472,3478.05041762103 -6208,116.282104553665,1844.03146504052,100.791580742005,1659.68459993629,131.246387339241,6576.50838820014,28.2245956585925,594.928385521001,747.625935699586,15906.6107259025,219.418873897094,4673.78728892781,80.1131826920171,3651.75812789645,392.094285435929,8874.78844769424,476.341654577907,10883.2960461469,37.6180497340403,1074.36596422862,282.165569527568,1433.95088554268,120.451746858092,1888.96914058126,77.5618477122499,822.365947754868,196.663837824339,2715.57950384761,195.709224405284,1966.8595131746,83.804949808417,1687.03850708903,1849.4870394623,634.744147669423,18070.8013243738,7821.39577455869,459.045488303927,3637.24281412816 -6209,126.234283213102,1838.94033214484,109.640024074952,1655.1024249445,143.073247044991,6558.35149726383,30.7878127160327,593.285865026356,815.067207698791,15862.6946264972,239.19556425828,4660.88356539317,87.282628517613,3641.67609497865,426.238823599997,8850.28630211547,517.562892285657,10853.2486702944,40.9415213484134,1071.39977845242,306.327801567348,1429.99193220453,131.099756959237,1883.75394056279,84.2561580264989,820.095501502581,213.637754130561,2708.08213929339,213.243311324889,1961.42926788945,91.1238056936601,1682.38081148972,2034.21310995988,693.400499586517,19669.8116288022,8499.30284916151,501.378213450111,3951.4151022012 -6210,133.639613246839,1871.33845108205,115.987293745539,1684.26172080598,150.216985576846,6673.89535049618,31.882658726051,603.738268338687,855.478979065861,16142.1607180231,251.120991610354,4742.99817099757,91.5556190067749,3705.83448728402,449.65477550519,9006.20904916289,546.909915436309,11044.4592469123,43.2305280257813,1090.27550641642,326.678195883118,1455.18527202583,137.908379631779,1916.94157756655,89.0828801394151,834.54379606283,225.785473422429,2755.79264175337,223.669582876468,1995.98537479363,96.1052373729325,1712.020693043,2123.04633223852,726.56155177464,20735.6416869201,8991.68872631354,522.544576023202,4183.16652245428 -6211,137.474823269421,1874.23114067372,118.300875819913,1686.86522972581,148.323092570428,6684.21176739291,32.6669163655547,604.671518763753,843.52142873972,16167.1130510813,247.881915502734,4750.3298332282,90.331439050252,3711.56291596223,455.337340207082,9020.13072493555,557.090117431291,11061.5316221903,43.7529042296319,1091.96083950389,343.342660432542,1457.43467767872,137.702954596214,1919.90475985249,90.9593127007684,835.833822541613,230.515001119351,2760.05250863474,220.447077349914,1999.07074190905,97.0713276544118,1714.66711140554,2024.14615552663,710.691122795307,20873.9741632477,9196.97038215993,500.055315789292,4290.6407332739 -6212,132.903123232047,1744.52296048383,112.973787033807,1570.12390875155,138.367887542094,6221.62370899541,31.5485970730758,562.82457651131,785.966812918277,15048.2506187635,231.1859919806,4421.5781522865,84.2786364316606,3454.70021581699,434.478718927407,8395.88288483951,536.894040513109,10296.006439255,41.5370574951965,1016.39051615532,336.947545810806,1356.57134461117,130.286307294009,1787.03568776523,87.8526354029864,777.989044642948,221.463945827336,2569.04010874746,205.996241480558,1860.72290295965,92.8326625921563,1596.00173133299,1852.31772436293,660.610101327768,19833.7007213268,8858.18627018719,453.753897660654,4147.14337144339 -6213,110.920896499213,1603.01260743336,93.379612941785,1442.76027199048,111.864608451456,5716.9446720609,27.1728006134054,517.169972741859,634.709226124983,13827.5826733771,186.859786435594,4062.9132911506,68.127667578753,3174.46552799825,358.469772078752,7714.83461083196,446.179745709305,9460.82596915976,34.1482736674885,933.944034202223,285.031799309713,1246.53043700349,106.559998242459,1642.07683264112,73.1437836849227,714.880959011167,183.828987716835,2360.64745297591,166.627458042601,1709.78676689762,76.6391594413178,1466.53896495733,1457.09336077426,530.791567576394,16299.0531880794,7367.97851774739,357.182368420923,3458.01083368403 -6214,85.0403222993819,1457.5681995686,74.9813623833548,1311.85586582587,94.5878828609011,5198.2353189543,22.2503511979443,470.246149371993,538.310890587627,12572.9795811716,158.102007805716,3694.27737706169,57.3967937474187,2886.44018317826,284.514090596712,7014.85287235793,343.037870944531,8602.42708657133,27.8054361966016,849.205501015726,212.135995060791,1133.43034006435,86.1864545558874,1493.08805271236,55.900078314002,650.018438719671,143.284005240301,2146.46138270833,139.456366203964,1554.65453479085,60.186908356812,1333.47707238099,1314.66877649707,453.527778559675,13117.8825071041,5711.65511081004,324.109926900467,2651.22708794531 -6215,66.5635761030246,1369.63044776676,65.9974279177413,1232.70920526965,97.0019797170184,4884.61628732266,18.9719086309973,441.875340252058,532.207435586067,11814.4287578578,163.138292336711,3471.3948751195,56.3694770227292,2712.29597469846,233.2472091095,6591.63398558581,295.279219571469,8083.4269476713,23.4180968065211,797.971382022746,163.173220390843,1065.04841738056,82.7621405608098,1403.00732329155,46.4523692307093,610.801639020233,133.52747899248,2016.96144686951,147.541797034111,1460.85938705196,58.1637769109407,1253.02596494108,1471.44526106597,472.243060548038,11913.1074838174,4759.32147833337,365.612507105901,2189.36636925881 -6216,66.733268906306,1316.11569873865,67.6677205254528,1184.54429782896,99.8519137179831,4693.76260475385,19.4041053129689,424.610210104102,536.435608638328,11352.8106688922,164.382484968739,3335.75914518785,56.9234683280568,2606.32006082141,234.558374666294,6334.08302430358,298.638920336071,7767.58805470789,23.370980775255,766.792724808907,169.014661135624,1023.43441934785,83.7764406713727,1348.18845962437,46.9762960988937,586.936152916723,134.058133267498,1938.15392196045,149.418278767737,1403.78010439517,58.8479471417674,1204.06723293504,1495.34457750867,478.287239462537,12035.9960210604,4796.8389581972,370.85202684521,2207.12613302169 -6217,67.3463214555658,1281.75055379725,67.8785981286351,1153.61461852842,101.457736009664,4571.20359843892,19.4844760617948,413.52319744419,578.602208835777,11056.3770160586,176.9741553523,3248.65901666279,61.39242841869,2538.2663427937,243.604663728397,6168.69355177495,304.777263386733,7564.76828012353,24.3021371469153,746.770972045588,164.928483489756,996.71148595179,88.5899533806943,1312.98586165543,47.7456190956661,571.61064165228,137.11942798163,1887.54671431849,160.906743538328,1367.12595096502,61.0101697813889,1172.62778956494,1635.34656825411,517.016023299635,12500.8136225368,4863.25837049892,411.476245886941,2227.90574935581 -6218,78.0974514059457,1288.7508604766,76.6727131927255,1159.9151081951,126.451660722166,4596.16931972376,21.7718962050379,415.781662784856,706.251129473418,11116.7616436646,215.682246615545,3266.40163385604,75.1059512042148,2552.12913597195,289.327164566621,6202.38399688174,360.618436242825,7606.08341571067,28.6392710400168,750.849476874833,160.583650870986,1002.15504597352,107.391230613774,1320.15676060296,56.3304219825799,574.732504779928,160.823478494208,1897.85558903102,197.384915279804,1374.5925371098,72.9803161671697,1179.03212005136,2072.9564404032,638.023181784932,14927.5216978542,5658.19935078666,517.262961776604,2580.56839601127 -6219,114.813417752189,1327.77323824201,121.357222503446,1195.03643917995,197.757178227581,4735.33776644879,34.5454226846277,428.371209461957,945.005677271723,11453.3685749894,289.394526059453,3365.30574511519,100.245229522055,2629.40562928362,407.586794097396,6390.18737982807,515.009110084425,7836.38972972808,40.7252476934067,773.584617412967,257.732396223515,1032.49952447811,146.36995735537,1360.13008469663,80.8912747266521,592.134959826431,231.715524281767,1955.32118615349,262.8364048757,1416.21413434914,102.068679259634,1214.73229934683,2777.22934066346,853.480748865707,21268.4712261716,8298.78257642163,667.89915428172,3784.1949638817 -6220,161.224974306941,1451.05964798735,153.048917563934,1305.99797075624,236.984944918402,5175.02338093665,44.0156073562914,468.146335915595,1263.5837014397,12516.8368317906,387.547023612331,3677.78113704275,133.869924179614,2873.5512186523,560.300728966455,6983.52910186944,713.151494537543,8564.0142421957,56.1745309434491,845.413501568923,349.822276257627,1128.36917734535,197.771070495766,1486.42089256897,112.324881948854,647.11587914241,322.18443396191,2136.87668222526,350.583434434414,1547.71245878117,139.824345159537,1327.52263106526,3521.37523067871,1122.72038732971,28544.9513534801,11442.5107496121,863.092848479503,5267.81140701826 -6221,174.561818535645,1722.97242470946,138.834755992703,1550.72776881404,229.859118252577,6144.76640911889,39.0663354631958,555.871861387722,1334.77186137717,14862.3557520021,409.596762736495,4366.95727293528,141.768030244977,3412.02342549831,601.103426996737,8292.16640843557,771.555978941246,10168.8172533697,59.6796795346199,1003.83478563455,295.797679184015,1339.81327380629,211.240525141858,1764.95998145949,121.696999776386,768.37834812681,347.363519390716,2537.30410296053,371.869455442043,1837.73691974547,150.435053709531,1576.28591607223,3652.95279253478,1179.72735633272,29949.5390093409,12135.4343584027,901.031007672895,5629.07149869544 -6222,159.430501655107,1865.72663417211,134.498196993323,1679.21091430963,195.599009338401,6653.88150491873,37.794930178871,601.927762803741,1142.730195238,16093.7531996354,351.194795601019,4728.77474854588,122.116869758298,3694.72133742641,536.140660957665,8979.20100248521,705.30519422288,11011.3388441721,51.9301474107207,1087.00596074986,358.318381263658,1450.82142575744,186.56750712978,1911.19300485158,111.662111914781,832.041145094415,313.839513276726,2747.52850132578,322.146892788722,1989.99976354742,135.504148860821,1706.88664224111,2992.78909004834,1007.47705839294,26595.7977220859,11114.1553137935,746.845034173314,5204.06431129127 -6223,144.508005606768,1936.91571357491,124.079751561278,1743.28325852306,180.917044446799,6907.76848391911,35.1411263408477,624.895052071175,1043.42678527561,16707.8300174465,320.666136344033,4909.20692702608,111.235504051051,3835.69794452619,486.916696769512,9321.81338815407,637.108178948809,11431.4899321994,47.5772086945876,1128.48200136257,322.947711073341,1506.17928997283,169.216563877893,1984.11690918166,100.82162705345,863.788691631859,284.718919474142,2852.36380841735,292.872722477096,2065.93063604718,122.614221757445,1772.01498766991,2746.62756273416,919.016454342325,24232.8770044198,10089.5956163867,683.107076155487,4712.72108897064 -6224,139.833118065992,1957.28024515763,124.357434411322,1761.61195849023,179.906891534235,6980.39604766436,35.2425957658587,631.465134049754,992.663609288731,16883.4944150681,305.22898549701,4960.82182116465,105.843709589825,3876.02607619739,468.032899632598,9419.82197046913,615.134753898843,11551.6794356095,45.6519750969692,1140.3467444674,327.71630741024,1522.01510332542,161.935171356304,2004.97770925554,97.4360992229612,872.870476641007,274.676618779906,2882.35326663425,278.836850162977,2087.65161718778,117.940002731358,1790.64577006717,2614.67008662667,875.454467464434,23400.9449712502,9789.72026564521,644.970017026041,4571.94826028174 -6225,128.699662619841,1998.70355461071,117.386048420138,1798.89420127244,167.87080780541,7128.12711801203,33.4044470248577,644.829278362399,897.537082055952,17240.8117770223,276.146100719366,5065.81121036842,95.6800232033252,3958.05716397839,427.735702638213,9619.1803410658,563.684388671085,11796.1558171333,41.7970627952546,1164.48071107579,311.608553552541,1554.22658799824,147.096035875799,2047.41047395671,89.3686543050824,891.343653364582,252.001793326583,2943.35455227655,251.989531802507,2131.83406841465,107.676437606928,1828.54247598747,2357.42335263029,791.306029716104,21440.5458228523,9017.88880233024,577.633919097155,4211.17494795405 -6226,124.106842997192,2039.31690772327,113.306356169729,1835.44745862763,160.127105876892,7272.96958002058,32.3476796813577,657.932111505932,881.352820837487,17591.1424576438,271.031124705597,5168.74772589803,93.8462132065236,4038.48428528386,415.231906837998,9814.64062678147,543.510352820143,12035.8519143693,40.7608085452277,1188.14278252335,302.737110569134,1585.80823655723,143.225707092389,2089.01354428364,86.0816858998014,909.455621222561,243.741717059444,3003.16307039886,246.766827594952,2175.15261337755,104.252349134298,1865.6981817885,2312.25284544175,775.703640455528,20798.437695275,8704.27942705176,571.200999741525,4059.99905245144 -6227,118.067110956403,2016.92749510994,104.468403525641,1815.29630393182,138.782837382659,7193.12053045176,29.9113413902459,650.708754772959,791.156706684648,17398.0114414037,243.762648184323,5112.00067246504,84.2728210659346,3994.14625687187,386.281188228394,9706.88687952796,511.05171523621,11903.7117582007,37.9024429730699,1175.09830723816,300.184327035882,1568.39784055676,130.836088830319,2066.07851833418,81.1843679028885,899.47081842906,229.558479677736,2970.19170784425,221.585286943319,2151.27187705185,96.8442818385899,1845.21490807768,1981.03179663928,688.927883788852,19126.4160233344,8210.1260322279,492.574142950943,3853.38423862453 -6228,108.39429952255,1994.50915358043,96.2651814448255,1795.11911232852,127.131992337691,7113.16830950899,27.6067222677519,643.476064883953,734.530616939832,17204.6308844064,226.240361583149,5055.18029728931,78.1922288665744,3949.75094017236,356.072891012607,9598.99390579383,469.596935998901,11771.400866356,34.9360161182272,1162.03697744505,276.788531309308,1550.96494892878,120.911104660005,2043.11385849237,74.5552947997436,889.473114469817,211.133471780383,2937.17774364574,205.484229455163,2127.36028490017,89.2006040561129,1824.70516833497,1841.74672582466,639.407865173773,17636.0687090316,7545.57322822894,459.776964240446,3539.02936883772 -6229,104.994886489897,1961.61927954513,96.576266918299,1765.51722186998,124.486772283856,6995.87067300946,27.8663230375435,632.865009687353,691.482806387027,16920.9229146554,213.176381854494,4971.81931451061,73.6743803835442,3884.6187192147,341.298416993341,9440.70448412812,453.085003599329,11577.2879985266,33.4150707732147,1142.8747440986,283.806278451131,1525.38921180476,115.001015833084,2009.42248268446,72.0390740295761,874.805516359181,203.554180859196,2888.7430669563,193.743116683912,2092.2796678609,85.5530450410781,1794.61539761099,1717.01692671678,601.72109181009,16948.0071965798,7320.0053073896,425.818625191355,3436.76401319686 -6230,99.6347982156006,1921.75802213484,86.4021017128666,1729.64087360143,111.177331996158,6853.71046658521,24.7763606911242,620.004820495613,652.471648878934,16577.0798096482,201.201081405775,4870.78902205797,69.4727758943975,3805.68098225314,323.105577678385,9248.86381682821,428.090302984895,11342.0306976658,31.7101064096152,1119.65085716128,255.933879361839,1494.39240592266,108.426427708258,1968.58983607278,68.079627299128,857.02895378399,192.958309110812,2830.04210893408,182.427615250028,2049.76331451722,80.7624370984494,1758.14775729843,1594.39099852084,564.483095589985,15892.5134274762,6893.78021135404,398.642646453408,3243.19834847782 -6231,101.529754793378,1870.87562209422,87.266482038732,1683.845160591,114.225602087181,6672.24472859602,25.0372510049789,603.588948705198,671.198052121335,16138.1683563516,206.92088877676,4741.82510845429,71.4095267698368,3704.91794136267,330.325569809005,9003.98158752119,436.979181439919,11041.7276748167,32.5172012126679,1090.00585390712,253.242571845484,1454.82536816869,111.156252414955,1916.46746978045,69.4628628212791,834.337392426861,196.913567552067,2755.11106503575,187.518227049295,1995.49171749171,82.586823603185,1711.59726733716,1652.39959122531,581.148544042815,16258.5226554599,7025.28859844688,412.52092590703,3302.37021725835 -6232,106.27036099802,1849.20937907289,92.0602159035371,1664.34488059974,118.851110729236,6594.97477324447,26.4814385899541,596.598903673238,700.692682841873,15951.2753991723,216.033400895581,4686.91096346725,74.5483263617403,3662.01201456365,345.40774011099,8899.70824570683,456.444704363931,10913.8555959074,34.0450611677567,1077.38271025902,270.908723316757,1437.97732139952,116.015315943647,1894.27323652819,72.5630008977606,824.67509500173,206.017190632244,2723.20466506941,195.619598417539,1972.38231995206,86.2372152719047,1691.77559564995,1716.77562845059,606.023970592314,16996.0988243432,7354.75538075272,429.533245420918,3457.35713892512 -6233,115.368375358163,1839.02711328154,100.708160857579,1655.18053061616,134.466927480892,6558.66099137184,28.9033123136666,593.313862683949,763.91011733521,15863.4432003615,235.502617765251,4661.10351639796,81.2199395144406,3641.84794872805,375.484167491326,8850.7039545493,495.933061795502,10853.7608442023,37.0536650466682,1071.4503387066,286.222261993945,1430.05941472323,126.271738332786,1883.84283649125,78.8266969960585,820.134202497156,223.788913318601,2708.20993596096,213.141119141999,1961.52182938176,93.7655157998702,1682.46020445132,1901.38269304439,662.783346909515,18557.56306794,7995.51652513449,470.786403548539,3751.83960067551 -6234,122.128945947919,1886.35150916491,104.49763754765,1697.77393129178,140.452866121649,6727.43755098801,29.9350502193022,608.581837755097,801.745963835109,16271.66331885,247.253259211409,4781.04949569883,85.1956554365277,3735.5650303458,396.118696303205,9078.46254210173,524.084408054457,11133.0648693061,39.1222223409641,1099.02238461725,294.883475745201,1466.85968666611,132.827963863779,1932.32049271084,83.3400658137558,841.23903308729,236.53948565784,2777.9013495454,223.574990741193,2011.99842916495,98.8996251847546,1725.75560352317,1986.08381761241,694.307973365591,19530.0813540323,8441.02852038655,490.882582782873,3964.12953673465 -6235,125.600507164832,1891.38478703415,106.391313562807,1702.304034994,134.993334773511,6745.38810918334,30.6400537591467,610.205692842929,790.376985371425,16315.0803609446,244.102435517293,4793.8065828597,84.0543538568452,3745.53249224514,401.155923438409,9102.68624822327,533.976286491514,11162.7707903666,39.5820229370717,1101.95486301241,319.288745130928,1470.77365093116,132.622729611105,1937.47642781891,85.0852488335482,843.483678259418,241.611052919044,2785.31351494388,220.41013817955,2017.36696579095,99.9305341763339,1730.36036962574,1882.91725305997,678.850892483767,19622.7691716158,8635.8833013991,468.415723954759,4071.99456145878 -6236,121.397315111718,1755.77552041397,102.892052433073,1580.25155612633,130.578256826715,6261.75456151734,29.5911790037504,566.454919831982,736.318137010289,15145.3151720924,227.691819536022,4450.0983118209,78.4203746977603,3476.98379826315,382.804420812696,8450.03819117147,514.737565582578,10362.4179638513,37.567990184838,1022.94646036158,309.59305421956,1365.32153059354,125.473120966858,1798.56246421322,82.1702263322635,783.007246494195,232.217454079977,2585.61098711447,206.012599088314,1872.72497828524,95.5994119276907,1606.29629640163,1734.05215754232,632.024548299145,18709.0404532179,8327.42090618732,426.415324999516,3935.4299010583 -6237,101.29902773989,1617.62068874891,88.4210510189029,1455.90799102547,106.535334218655,5769.04257338664,25.4655479900162,521.88288702634,594.516377157991,13953.5919456395,184.058881343976,4099.93818257064,63.3907302801785,3203.39409060055,315.853976903063,7785.13906808231,427.85122535145,9547.04145768985,30.8781211076845,942.454965640027,279.214573345104,1257.88993467782,102.618600342463,1657.04090203544,68.4064353168964,721.395592228491,192.823047778681,2382.15977907398,166.677760770526,1725.36786963335,78.9463462223623,1479.90337666138,1360.8033272899,508.342292721151,15426.191440071,6955.5995464337,335.236188329004,3295.03281432392 -6238,77.7081454832289,1476.51531246574,71.5636445349301,1328.9088457152,90.0072103815807,5265.80783561822,20.8668124860032,476.358938388819,504.449034613341,12736.4173288176,155.678820018077,3742.29975471597,53.4092081621853,2923.96138324129,250.646731870675,7106.03982976325,328.736497150732,8714.25112145831,25.1576342205022,860.244430449959,211.841929925367,1148.16394403609,83.0105914421745,1512.49689266131,52.2952619163158,658.468110403845,150.134715287452,2174.36350499638,139.403758025237,1574.86368520691,61.9410787813175,1350.81110906183,1226.90524015862,433.903960092819,12420.6541246529,5396.41954585258,304.080389446757,2527.69817384551 -6239,65.1738152701591,1370.75859693198,67.4023896362645,1233.72457395042,96.1102816288365,4888.63969071294,19.5477215772101,442.239307990254,527.312084168115,11824.1601696868,173.704132908822,3474.25422395839,57.6311207542362,2714.53006232749,213.383180842123,6597.06344021748,280.165906205623,8090.08517535456,23.6499890011068,798.62866205764,163.295735582913,1065.92568575974,83.4084986996941,1404.16296461301,45.1501452085618,611.304749447065,133.929217819128,2018.62279528381,149.766826876632,1462.0626804664,57.5224993874322,1254.05806830783,1480.98428040714,468.824250553053,11720.0973339044,4634.06840285893,358.857340265689,2120.98015578532 -6240,65.3450318670918,1322.6242503199,69.1082764130858,1190.40219289858,96.8474045197818,4716.9745427715,19.9928035252503,426.7100235605,531.540483603809,11408.9534182732,175.025947055741,3352.25538520678,58.1987021720716,2619.20902534737,214.604497533654,6365.40679479208,283.356395770311,7806.00089908351,23.6041577331012,770.58472425571,169.140825490735,1028.49558206686,84.4314423288092,1354.85561976775,45.6603446336769,589.838712493985,134.46758576979,1947.73862244352,151.672326115545,1410.72218040485,58.1998865591577,1210.02167425077,1502.95519249823,474.490296796775,11804.4813811011,4658.97899634736,363.73975305842,2132.14467528635 -6241,65.9940619383607,1289.2426183806,69.3241730551645,1160.35770531757,104.292132139621,4597.92311299786,20.0742307526685,415.940315574378,573.570875591364,11121.0035460934,188.414089270533,3267.64801814206,62.7791493703678,2553.10297018083,223.09037827686,6204.75068500406,289.297621672558,7608.98572348238,24.5530442176662,751.135983892049,165.056354297839,1002.53744545818,89.3132958906106,1320.6605022814,46.4489875905879,574.951809581639,137.596979856366,1898.57976739255,163.364660224144,1375.11705023769,60.3706434246296,1179.48201178908,1656.69325040249,513.979609827609,12328.3822308081,4737.67109958201,405.240261796629,2151.84512023041 -6242,76.5776391636522,1287.7673474745,78.3097595072102,1159.02991647557,127.129815061531,4592.66174318247,22.4188511768238,415.464358111065,700.362603674074,11108.2778630108,229.605171423551,3263.90887239571,76.8129812068877,2550.18147311078,265.164058633999,6197.65063414112,342.399882426326,7600.27881672743,28.944396639999,750.276464475176,160.740890588208,1001.39024918614,108.292721070801,1319.14928012037,54.8347662902582,574.29389642783,161.441063768731,1896.40723644003,200.424125558022,1373.54351384681,72.2417829065497,1178.13233914295,2087.1841040154,633.996085558367,14734.3160310173,5525.00431796281,507.770930443968,2505.03245969281 -6243,112.453499816408,1324.35986463608,123.947552377132,1191.96429875556,170.514323117063,4723.16439491092,35.5743485808025,427.26997399659,936.524006928103,11423.9248229489,308.12155554723,3356.65438396751,102.49763828264,2622.6460836656,373.035802079473,6373.75980295648,488.725822108035,7816.24432756239,41.1360412845972,771.595924435146,257.978615374818,1029.84522589497,147.533172316242,1356.63352971418,78.6503217284695,590.61272863152,232.457633705304,1950.29454339876,266.820159218276,1412.57340127266,100.964486367754,1211.60952578171,2737.25869947171,843.485703854457,20674.9465513836,8035.13443600508,648.14029823497,3668.47981434933 -6244,157.825911598505,1440.58811267564,156.311394773165,1296.57326937559,228.299631878175,5137.67795537296,45.3397639010164,464.767969702748,1251.79590717562,12426.5093948332,412.659448607528,3651.24052232806,136.858426876181,2852.81430883757,512.442223959243,6933.13264043384,676.570158482468,8502.21224965082,56.7253556099064,839.312596380807,350.119278030038,1120.22632966738,199.294611949486,1475.69417372859,109.148072053314,642.445983739692,323.114063114324,2121.45596560226,355.849543069061,1536.54343090077,138.260601442141,1317.94259751697,3515.42520642249,1113.59442954219,28095.7028334202,11167.0812188386,843.436809944188,5136.1661649831 -6245,170.84235885681,1707.61224769163,141.799065474291,1536.90314069241,241.271713286563,6089.98625220887,40.2258871497835,550.916303151448,1322.15708336611,14729.8589041253,436.150293578765,4328.02615843827,144.923448322158,3381.60547855209,549.589473883139,8218.24233276948,731.875546652843,10078.1629684643,60.2606340958508,994.885669686509,296.08368829569,1327.86893345507,212.840427477888,1749.22548834991,118.219115799409,761.528309626699,348.318268300387,2514.68421676235,377.427862730277,1821.35362539052,148.723965510907,1562.23343887971,3662.71569166041,1173.34925774452,29849.8602194518,11960.8383436441,882.496112286032,5553.39417266566 -6246,155.942529711994,1860.43301289278,137.359824309795,1674.44649359243,206.828160453384,6635.00246439936,38.9439440308462,600.219914743131,1131.53133355956,16048.0904359477,373.992379384864,4715.35780837062,124.812616923349,3684.23831427887,489.795615283607,8953.72433906219,668.784666620375,10980.0964013877,52.4253207199352,1083.92180159214,358.566814531247,1446.70501393631,187.914037319867,1905.77038195812,108.384852999259,829.68039693856,314.591461781217,2739.73294592458,326.895031872509,1984.35354244448,133.893791746112,1702.04369725373,3026.02477491836,1001.79906754157,26363.6244840333,10878.6305840369,734.803125305935,5076.84279288972 -6247,141.353278577774,1925.80778700199,126.720142572465,1733.28578558412,188.849779577849,6868.15344823925,36.2090378177789,621.311370909654,1033.20848379234,16612.013071089,341.481415077134,4881.05334775852,113.692804074146,3813.70078129131,444.857060893339,9268.35416020913,604.14493543831,11365.932019743,48.0302882586729,1122.01032315678,323.177094846893,1497.54157340033,170.445118422663,1972.73829069825,97.8715784265166,858.834990604021,285.409431513796,2836.00592174158,297.196843961153,2054.08282788024,121.164439973154,1761.85274249259,2771.15319532767,913.525100456015,24005.1452555225,9875.26787502936,671.331759000439,4599.85184270172 -6248,136.758301791679,1940.38693940137,127.003195325947,1746.40746771162,179.74541856298,6920.14817819104,36.315115616303,626.014952038102,982.819217053882,16737.7728025941,325.051498154314,4918.00491743582,108.176173318243,3842.57205560609,427.505282821865,9338.51939097886,583.253692289033,11451.976772597,46.0830039826078,1130.50440008667,327.944721922643,1508.87857544714,163.095699733484,1987.67272620023,94.5661194348447,865.336722655603,275.315553932286,2857.47564619575,282.938189610948,2069.63307479,116.530006307456,1775.19068816475,2625.45727619779,868.944495697455,23071.6417197706,9552.33477312898,632.272456658595,4452.21530442384 -6249,125.848217944535,1995.14554484165,119.882879361303,1795.69188388682,162.605631514465,7115.43791962517,34.4230526542886,643.681379832626,888.5100839152,17210.1203938066,294.089385156253,5056.79326184218,97.7828723240484,3951.01119359251,390.600821271758,9602.05667230317,534.420882165764,11775.1567862675,42.1874004195287,1162.40775046273,311.821962468231,1551.45981782331,148.136513750572,2043.76575813539,86.719302615316,889.756920094937,252.561544757119,2938.11491369851,255.681854117576,2128.03906518671,106.375221580403,1825.287379964,2358.2986249965,784.559402718944,21069.5507810307,8781.31146307165,565.139280758551,4095.45720765446 -6250,121.376676000091,2034.54397326411,115.715823662381,1831.15167194039,159.604477173656,7255.94750414927,33.3359277209811,656.392249390877,872.590810653926,17549.9711371423,288.634344834651,5156.65049175153,95.91398502192,4029.03238463272,379.271178527925,9791.6698779614,515.346941052876,12007.6825150328,41.1443213721885,1185.36198489075,302.940935991134,1582.09671984826,144.2536946572,2084.12429696097,83.5480640727751,907.327079034159,244.307264838174,2996.1342950031,250.398047812043,2170.06176122848,103.007558838031,1861.33159457073,2324.06716904041,769.862834527458,20484.3276608265,8484.36502929438,560.256867965821,3946.82488384663 -6251,115.407984625595,2012.32812011826,106.686728178722,1811.1567260625,143.509507498659,7176.71743278955,30.8340696247157,649.224887067836,782.938192135409,17358.3372444271,259.621446572123,5100.34333321642,86.1133830929951,3985.03805816295,352.548935143881,9684.75142207151,484.425046273115,11876.5666901199,38.2476906066921,1172.41862847916,300.362775169321,1564.82128670327,131.734589780884,2061.36705999415,78.7445186204872,897.419676978484,230.014879460692,2963.41852165156,224.804167853284,2146.36614489459,95.6467125087065,1841.00710421608,2002.30880674916,684.342986557888,18883.1476310796,8010.13782329367,484.579469678499,3746.79707466481 -6252,105.963196384729,1996.44725628026,98.3091077492641,1796.86346391091,133.199632048471,7120.08031123147,28.4590194923152,644.101342886007,726.957090853546,17221.3489533643,240.954915816359,5060.09251269065,79.9028237262473,3953.58898872034,325.025494922596,9608.32143180248,445.156170629746,11782.8393617667,35.2561772711214,1163.166151006,276.952084234247,1552.47205123988,121.748934816669,2045.09919131378,72.323676720242,890.337432510919,211.56590834284,2940.03185544795,208.477064555959,2129.42748158577,88.1050410600702,1826.47826925396,1865.71269734754,635.441620016035,17427.9188964156,7364.48110184179,452.843786525751,3440.00182337719 -6253,102.614517532445,1961.35893613504,98.6257385584473,1765.282904855,125.492736430757,6994.94219068543,28.7298916542565,632.781016714575,684.20606174991,16918.6771930624,227.052337341408,4971.15946149623,75.2791008592528,3884.1031579665,311.422115055729,9439.45152682665,429.440848488681,11575.7514768027,33.7167743584448,1142.72306333604,283.967033980835,1525.18676424867,115.779944189638,2009.15579489907,69.8610470433635,874.689413375454,203.939376704063,2888.35967695358,196.546197827994,2092.00198338397,84.4842790124276,1794.37721872619,1733.4149410023,597.15517474284,16669.9336600245,7121.24530559565,418.666896976637,3330.96310241547 -6254,97.370509995334,1921.7869482451,88.2355315188975,1729.66690798352,118.439047026922,6853.81362795224,25.5442055332161,620.014152746393,645.566673395294,16577.3293262018,214.300463761935,4870.862336689,70.9844372616958,3805.73826498408,294.796581309846,9249.00302980481,405.741768221733,11342.2014167817,31.9950813846947,1119.66771003442,256.077564903646,1494.41489936825,109.158294621172,1968.61946709084,66.0182954476352,857.041853698406,193.316658911801,2830.08470644592,185.064317482055,2049.79416735039,79.751000798711,1758.17422076329,1618.27064923531,561.186784266407,15726.6152113557,6733.77197888649,393.034229814802,3155.58672920405 -6255,99.2300023636994,1881.86783861428,89.1189800390364,1693.7384909508,121.810403650379,6711.44709879392,25.811238466599,607.135299053094,664.13622817739,16232.9871880875,220.38955570718,4769.68541497431,72.9654995192129,3726.68596256064,301.419349165945,9056.88393655168,414.184709284037,11106.602677689,32.8104991078221,1096.41011735081,253.389736780243,1463.37310659498,111.911808862399,1927.72755844305,67.3659055517555,839.239491294381,197.288767349214,2771.29855340004,190.234058991844,2007.21610834037,81.5577681132343,1721.653653521,1675.18300323804,577.812694262686,16104.0583676179,6869.08248950283,406.460864994811,3217.98455753849 -6256,103.860815466256,1870.81776706779,94.0138856754827,1683.79308930142,127.173205759145,6672.03839585504,27.301822662852,603.570283298385,693.305658612929,16137.6692990407,230.096329061111,4741.67847208052,76.1720087481615,3704.80337034421,315.170513260335,9003.70314806397,432.631338053369,11041.3862200246,34.3515120375303,1089.97214652607,271.062198918414,1454.78037909558,116.802887818753,1916.40820487005,70.3712464684786,834.311591346702,206.406722646796,2755.02586588001,198.451697066907,1995.43000883257,85.1616661841531,1711.54433784042,1742.98595542071,602.591678323245,16829.0959774727,7187.47055301118,423.549309769368,3365.42970670124 -6257,112.756117599862,1868.2722020229,102.846946468887,1681.50200306823,138.635932867623,6662.95995539034,29.7942653364358,602.749023503689,755.8729189197,16115.7112614399,250.831689915893,4735.22661386906,82.9899453883575,3699.7623566636,342.63061738411,8991.4520820266,470.067843232021,11026.3625403785,37.3877066289412,1088.48905445535,286.394941379053,1452.80090351747,127.131343449866,1913.80060629795,76.4486212074691,833.176368846221,224.216512196588,2751.27718566893,216.229421278176,1992.7148876864,92.5984702359418,1709.21549132428,1917.60859070452,658.302042624792,18336.0292810383,7809.34423843012,462.608612111212,3656.09712473541 -6258,119.353931340421,1914.1791764148,106.71723331045,1722.81968114061,145.546479468667,6826.68145791825,30.8567802872407,617.559704707832,793.245545857242,16511.7047057491,263.352092309264,4851.58006957392,87.049566650602,3790.67250111661,361.414832472148,9212.38903116527,496.727821595446,11297.3010803989,39.4729447138893,1115.23528506063,295.063648729648,1488.49896389758,133.725508997551,1960.82629951834,80.8178281356772,853.649084860055,236.979362955626,2818.88125919245,226.80743691712,2041.67965375224,97.6620100471592,1751.21414211268,2001.37230599269,689.715260911213,19321.9527313858,8254.52046904925,482.138263282134,3870.44754158334 -6259,122.702610872453,1889.47561325049,108.64823550127,1700.5857203191,143.663641211762,6738.57927883482,31.5917275969984,609.589747996907,781.729184846749,16298.6118327439,260.016267468798,4788.96768920111,85.8708751609542,3741.75173198468,365.806087270219,9093.49794869524,506.00070254606,11151.503030632,39.9286123659646,1100.84254395937,319.463614776107,1469.28904424757,133.489069553682,1935.52072888984,82.4747243102374,842.632261384058,242.00534071858,2782.50200478557,223.565381560007,2015.33062493132,98.6503857001297,1728.61373473863,1907.58861452167,674.762631673312,19430.8248402357,8443.02440184845,461.388008913029,3970.76068012971 -6260,118.561557362801,1754.32917561814,105.074717517066,1578.94980166641,133.982854367747,6256.59635306897,30.5102600350206,565.98829461945,728.046838595838,15132.8390055633,242.55193549647,4446.43248070558,80.1047768468392,3474.11958392405,348.90715749968,8443.07735328514,487.680170832079,10353.8817762123,37.8909305672703,1022.10379381784,309.762240001452,1364.1968277671,126.266154225248,1797.08087307025,79.6181904739246,782.362233254803,232.552550253112,2583.48105367379,208.933323738936,1871.18229472753,94.3486227714637,1604.97308722036,1745.99642134481,627.379653543227,18473.9346307886,8130.70158753167,418.666896976637,3838.69774675374 -6261,98.9074789142826,1605.2689057638,90.2947000845766,1444.79100935201,108.290441582168,5724.99147884146,26.2620995517786,517.897908218251,587.674762274877,13847.0454970351,196.083573308318,4068.63198882837,64.7445214785917,3178.9337032563,287.764249615708,7725.69352009528,405.297653713641,9474.14242452627,31.1390074483063,935.258594272011,279.353869614686,1248.28497376185,103.248039058674,1644.38811528405,66.2600539744883,715.88717986483,193.06929852544,2363.9701498045,169.020120631623,1712.19335372649,77.8948461237822,1468.60317169084,1373.270223821,504.323076136097,15186.30133525,6772.46159738872,329.562863509306,3201.83755869868 -6262,75.9325929445662,1466.24626553769,73.0816581417339,1319.66639005996,91.6321727754207,5229.18455963758,21.5157167497262,473.045899741937,499.017718667709,12647.8365561424,165.82141639775,3716.27235664189,54.568610769003,2903.6254636563,228.641734464729,7056.6178861719,311.565225283333,8653.64419584529,25.3797320600151,854.261498643357,211.958475261126,1140.1785548411,83.5681366156767,1501.97759669591,50.7085633344782,653.888516904695,150.401572245361,2159.24097922036,141.415698808077,1563.9106331443,61.1626043785373,1341.4163249016,1239.19454088119,430.735934677222,12234.7979109083,5256.79940258155,299.047783554741,2454.00811771035 -6263,64.7823673056583,1373.68021263391,66.6005295522753,1236.35411725234,94.3109275959649,4899.0592689767,19.1616718687173,443.1818906661,514.604946551018,11849.3620192985,156.940853131531,3481.65920082005,51.110676619675,2720.31577373663,191.320907761691,6611.12432896674,249.461734975097,8107.32826974854,21.7336874020137,800.330848018246,161.826575464243,1068.19758485822,83.1961815561229,1407.15577791702,44.097990355309,612.607675840265,127.192289296045,2022.92525967701,149.112265188764,1465.17890041498,55.0559394915228,1256.73095013524,1418.60303453297,449.137425070697,11085.5703860259,4330.08872176743,330.66982445982,1971.43876808199 -6264,64.5168334848724,1314.90077124264,68.0736184716402,1183.45082600194,93.7801078563616,4689.42971726248,19.5405821411977,424.218245613567,511.777243725405,11342.3307074026,156.059614107047,3332.67985245588,50.9247904199855,2603.91412499956,190.575265103432,6328.23593074212,250.236681542627,7760.41766967686,21.4841195361092,766.084886154598,167.557939586039,1022.4896706319,83.2436815646549,1346.94392524873,44.2462146602264,586.394342746642,126.682467332932,1936.36478101065,148.995726540203,1402.48425248122,55.164384661184,1202.95573917371,1417.52284911165,448.317654578503,11053.8122129806,4321.04870630912,329.545097165739,1968.19018203632 -6265,64.6774197981113,1282.444797279,67.5596116638373,1154.23945885088,99.7893702976538,4573.67953128915,19.4249407416429,413.747176894423,545.643895549758,11062.3655585659,166.092229697513,3250.41861047771,54.3063770252987,2539.64116167573,196.364883028257,6172.03474423749,253.290257341278,7568.86563826691,22.152341353074,747.175450809544,163.297460188765,997.251341737499,87.0626128032647,1313.69702333457,44.636845698274,571.920247106233,128.58614953229,1888.56907939493,158.517817258927,1367.8664369179,56.6691877173673,1173.26292812369,1539.47082971342,479.578382909135,11427.6002495129,4361.88925203074,362.162188694088,1971.76851569658 -6266,74.6177799771949,1292.19316019279,74.7656138266588,1163.01328300157,120.641233070935,4608.44585262865,21.281066300734,416.892230501004,660.785276988227,11146.4549122587,200.832811305409,3275.12630963475,65.9353389072511,2558.94596432091,231.90498299432,6218.95078672992,297.920788969113,7626.39953699229,25.9439143054091,752.855022725793,158.525603441024,1004.83183800225,104.747574301228,1323.68294660347,52.3771417955399,576.267635889255,149.950613039515,1902.92482929759,192.891952175778,1378.26412301944,67.3499806888043,1182.18135708134,1917.90478132056,586.306850445944,13547.453907429,5055.28331204077,449.890917632408,2282.12354405814 -6267,110.188261944483,1323.14493433417,118.992685830186,1190.87082440314,162.793294632417,4718.83149741263,33.9469167674741,426.878008600802,888.855909057505,11413.4448372555,270.918520444919,3353.57508412383,88.4233963473228,2620.24014228718,327.849617522894,6367.912695891,427.628375909592,7809.07392597115,37.0567272858896,770.888084146063,254.631689258035,1028.9004749971,143.61016459037,1355.38899246425,75.5399751612349,590.070917210113,217.068013839377,1948.50539831689,258.343237770801,1411.27754636592,94.6723032460961,1210.49802945335,2529.11192325092,784.207291625154,19123.3099479214,7386.61621522027,576.985101863563,3359.80213062644 -6268,153.216179645395,1440.38562429199,148.132906524164,1296.39102365019,213.338811962651,5136.95580578992,42.7456525010841,464.702642136784,1162.28814774882,12424.762730551,354.958327481228,3650.72730568745,115.431474434641,2852.41331860783,443.591394639872,6932.15812258959,584.811021370838,8501.01718271895,50.3338326609449,839.194622999293,345.12467703728,1120.0688711844,190.491297981409,1475.4867508536,103.620599191977,642.355681836124,298.161745270072,2121.15777475528,337.071983943107,1536.32745508298,127.71879656449,1317.75734812891,3153.19042050924,1010.57880129402,25564.8074572648,10145.4494183378,728.823286564501,4657.58467705371 -6269,170.501920515583,1704.86419145719,139.053051414378,1534.42980620841,238.566236096073,6080.1856521542,39.1661241506574,550.029714885535,1300.29315571817,14706.1541780385,396.949461055756,4321.06107647448,129.478242103422,3376.16346908517,495.309081209531,8205.01673538383,654.837051852664,10061.9442053261,55.6641846833884,993.284602599505,293.094435653086,1325.73199721206,213.786927150591,1746.41046402854,116.00238230844,760.302783971325,332.299792238855,2510.63734157223,378.768984051927,1818.42252543375,143.156186133219,1559.71934040848,3532.91931479146,1132.10697080135,28369.3932224813,11210.1835919841,821.050924679144,5181.42867114773 -6270,157.162094420056,1856.58573640928,137.077628259545,1670.98382733515,208.825256157682,6621.28163232837,38.5368244642419,598.978691895054,1136.72310145683,16014.9038387892,347.418949136143,4705.60669931069,113.834909422693,3676.61950547044,447.553639052823,8935.20851352551,605.603051291119,10957.3901462423,49.1257201380208,1081.68030897815,355.742008272091,1443.71330494162,192.188034396953,1901.82935020764,107.575006563292,827.964662022097,303.610713093035,2734.06732396406,335.105835713474,1980.25000489925,130.753699766276,1698.52396144763,3002.29229942516,988.663110996434,25451.4823159741,10305.5220693166,702.954558800637,4783.57870102219 -6271,141.948150362382,1932.66346032411,126.293637467034,1739.45610081497,189.17593479085,6892.60335268202,35.7839357117397,623.523174091169,1029.638681074,16671.1500917236,314.724918622543,4898.42938468492,102.87308155424,3827.27715525829,404.323081382515,9301.3485269289,544.648874354072,11406.3935431903,44.7539127725969,1126.00456198556,320.588793941103,1502.87266401218,173.164683769967,1979.76103168121,96.730474290941,861.892352908259,274.248171947281,2846.10180476287,302.258003920905,2061.39514686637,117.688362301275,1768.12475308769,2723.24964735534,894.139726305358,23045.5808199727,9318.3602300287,635.470921155776,4318.47734630596 -6272,136.368386358392,1953.31726142717,124.648281117002,1758.04515217921,177.268968457093,6966.26256011833,35.3659473646863,630.186581293305,963.9465674915,16849.3097274917,294.888847211121,4950.77744646889,96.3205137277386,3868.17813090862,384.332819933398,9400.74927952202,521.162301303742,11528.2902874402,42.4626258848337,1138.03783872609,324.756273037989,1518.93341836645,163.532501490824,2000.91815055853,92.6745255579289,871.103140815551,262.243607019142,2876.51725049432,283.274034051329,2083.42466531707,111.971062354582,1787.02017783461,2523.09378714295,835.65639125104,21881.0842966108,8936.79548857508,585.982920216211,4148.99356528729 -6273,124.501823178955,1995.72408388235,116.740138917078,1796.21258668095,157.470022715775,7117.50120700728,33.2739803827948,643.868030279741,855.360184774377,17215.1108700997,261.92500365157,5058.25959713299,85.4447272801457,3952.15688155079,346.815776888032,9604.84101285932,472.756571620432,11778.5712679472,38.3811413594646,1162.74481773413,308.52584376541,1551.90969982666,146.291817849899,2044.3583957423,84.1761594797165,890.014925891223,238.206442779139,2938.96688872761,251.324609368267,2128.65613980692,100.962435396194,1825.81666466332,2212.19424540186,739.60920821895,19718.5806087535,8138.94847497881,510.626191512783,3785.2400295458 -6274,119.94277072236,2023.46497280145,112.653979765752,1821.18023338353,154.252853417327,7216.43562983644,32.2155498553195,652.817900480136,838.333466839205,17454.4037073382,256.587409561976,5128.570227115,83.6542477735472,4007.09250412877,336.301555383307,9738.34986299306,455.259840614998,11942.2953216923,37.3827670790913,1178.9071595581,299.734361242764,1573.48149672136,142.17881711355,2072.77530949562,80.9914928251534,902.386277920738,230.136838078891,2979.81900583916,245.599383177169,2158.2448058947,97.6118782875484,1851.19581285827,2175.04506704381,724.290233222803,19142.0725363068,7856.07200210823,505.002555042378,3643.90660302889 -6275,115.619655799962,1992.68676093346,106.29217387442,1793.47890332529,143.002802784075,7106.66897326848,30.4482905169196,642.888117695523,776.010924364998,17188.9109300701,237.837970278924,5050.56135463551,77.4365321446595,3946.1420336613,318.950297128302,9590.22325869963,435.335178205182,11760.6452805293,35.4656777650522,1160.9752186462,297.929539727707,1549.54782476389,133.271718297575,2041.24705549177,77.5898421219997,888.660398589031,220.279132272574,2934.494030155,227.472502132308,2125.41650553285,92.5433755003478,1823.03792640946,1956.04151856189,665.841007101056,18052.7047803639,7532.07431086123,455.514554102813,3508.16868244961 -6276,104.482227828031,1949.67247332733,95.7020299384912,1754.76473164733,127.875759669455,6953.26387763038,27.4953086270419,629.010686011193,693.591957204036,16817.8697946154,212.669058111033,4941.53955404957,69.172783128322,3860.96031232992,286.912737586218,9383.20797182959,392.027034446828,11506.7790992267,31.8852824898403,1135.91431949362,274.057291626068,1516.09916785475,119.384035256486,1997.18454168304,69.9045538196725,869.477707802655,198.667486930925,2871.14981938078,203.112922017315,2079.53710358963,83.1501829360256,1783.68569141657,1728.45440881555,593.138849318858,16212.0812153791,6797.43799561748,403.777098575086,3168.18279795409 -6277,102.20842096653,1903.6208627723,96.7530207221117,1713.31687661371,123.324138038828,6789.02654825348,27.9578742252612,614.153341742646,668.566138643965,16420.6287191311,205.089026489508,4824.81951096615,66.7248002438251,3769.76374310905,279.1294600734,9161.57493079987,383.054715684222,11234.9869305063,30.9689322415433,1109.0838212531,281.225714647901,1480.28863588284,115.79353461399,1950.01068762378,68.3503545192004,848.940489714087,193.883971283974,2803.33275003395,196.105770692049,2030.41806737233,80.9925226936535,1741.55471816982,1656.32108655042,571.624638748757,15766.9098267847,6648.3310205372,385.78146186979,3099.70549694188 -6278,96.2171406140257,1867.60688184551,85.9087301959228,1680.90319460244,114.156393055916,6660.58717390022,24.6801846918918,602.534375398983,618.393499560838,16109.9722112824,189.828643361078,4733.54032757345,61.674410563674,3698.44481495593,260.907185344962,8988.25008903663,358.217319063179,11022.4358847908,29.0117048538849,1088.10142692976,253.418446766457,1452.28353899543,107.42990811718,1913.11907276259,63.9640602636341,832.879662055359,181.962948153438,2750.29741397226,181.038912101565,1992.00525157388,75.4871161303487,1708.60681366336,1504.86933910287,525.764502523835,14670.8857567405,6227.34348704864,352.039643047359,2912.26140413707 -6279,98.8349975691895,1830.75402407975,88.2906310056374,1647.73449783287,119.705152444092,6529.15604985466,25.3516723932276,590.644767445934,648.95372180915,15792.0795539551,199.070833146191,4640.13497009899,64.6745941340069,3625.46464870949,270.165031665607,8810.88797642382,369.432717516437,10804.9338687921,30.1363539101604,1066.630287842,251.191009614788,1423.62611691244,111.918033920301,1875.36813825767,65.9068093892242,816.444728119268,187.558975011801,2696.02672114289,189.797851258148,1952.6976826639,78.1841914333139,1674.89145070682,1605.48843729067,553.59075582175,15241.9896725233,6414.09768891071,374.53418892898,2994.76739085856 -6280,104.740265398278,1823.58015232111,94.1456641174339,1641.27779429746,128.717458087689,6503.57133034688,27.0861492457296,588.330305884829,698.224127271401,15730.1977544166,214.07090989492,4621.95244378445,69.586933642699,3611.25814247586,288.018664192088,8776.36221294536,392.076801837915,10762.5943688288,32.1766334974467,1062.45066086961,269.002195390629,1418.04758967139,119.724924206336,1868.01944457892,69.8960795914926,813.245461751144,199.276870339484,2685.46224896314,204.033930512808,1945.04597054169,83.2573788667032,1668.32833173017,1738.9174526616,596.306781599759,16266.3568538062,6809.17912710929,407.151280457329,3172.57177263794 -6281,114.284490445493,1811.48871274609,104.236146643208,1630.39512963898,141.973414165697,6460.44871812573,29.9003326279774,584.429320049518,770.416019695264,15625.8970274052,236.125652172646,4591.30610305656,76.735365460899,3587.3133163798,315.582367784621,8718.1696222598,428.755241306487,10691.2318573892,35.2990592820204,1055.40597026416,284.590182601335,1408.64507631151,131.60150966525,1855.63334561292,76.398769962106,807.853152371209,217.829583902453,2667.65600969638,224.980164124836,1932.14913911177,91.2467181106015,1657.26630564443,1947.56416036516,660.290146811617,17884.066692238,7443.68769446846,452.14037222057,3464.90325171853 -6282,119.576620592648,1843.42399988956,106.510395641116,1659.13786276008,145.038051607245,6574.341939451,30.5229727360971,594.732402823107,786.240639652854,15901.3707330559,241.198186549414,4672.24763900597,78.2606604510451,3650.55515720724,326.884023219329,8871.8648941615,446.383499714945,10879.7108453513,36.5880648527139,1074.01204408408,292.730745889043,1433.47851009374,135.300274216421,1888.34687195629,79.6310854781233,822.095042044164,226.926842352851,2714.68493130667,229.524995034429,1966.21158572122,94.4903915983156,1686.48275892485,1956.38218388508,671.096368969987,18472.868498014,7760.23178223297,453.265099514651,3623.93670224121 -6283,123.821607957737,1808.76958542781,109.705006442824,1627.94783206247,145.733033133407,6450.75128944502,31.5842249222791,583.552064939637,789.070983029224,15602.4418420757,242.325471954223,4584.41434283551,78.5858820130581,3581.9285952004,334.482540125778,8705.08325135479,458.931946968682,10675.1838299271,37.418895299259,1053.82175768506,317.29189476886,1406.53063569601,137.082941202482,1852.8479551839,81.9772516722615,806.640527881577,233.785690059903,2663.65173615016,230.423402143935,1929.24889498097,96.5471021049284,1654.77867320509,1915.23118004472,669.722338094701,18811.090614231,8002.06774433423,445.392008456084,3745.38226079174 -6284,118.52986652615,1675.9662272626,103.941882003086,1508.42075644298,132.767334802859,5977.12466456773,29.9209563589864,540.706544696164,717.423599438794,14456.8804124175,220.722169160708,4247.81778302256,71.5344074421837,3318.93647614721,314.157069492084,8065.93921764183,436.945499662325,9891.39120478187,34.9607842949537,976.44812786751,307.029527521691,1303.26043849259,127.204869990553,1716.80827793569,78.2262257772641,747.415421600562,221.99226275854,2468.08127853454,210.285346481745,1787.59971309836,90.9394965668806,1533.28162538192,1689.78454395839,605.922403607772,17576.2529841285,7615.82858847328,390.280371046114,3584.98612100446 -6285,98.4503011709133,1548.28292810333,89.122002280462,1393.50189019736,106.035481585869,5521.75809199379,25.6960632148261,499.512877198115,572.016579007206,13355.4845987181,176.252058340174,3924.19826137527,57.0885778078592,3066.08367274277,257.136301771165,7451.43654248424,361.032718837396,9137.81667460511,28.5081480016036,902.057536699302,276.834170539221,1203.97168807291,103.041657332608,1586.01343172402,64.7454717161908,690.47366148625,183.249798473894,2280.05078298498,168.080873493891,1651.41162933407,74.5279743296767,1416.46873662293,1306.22402506593,480.543174472538,14333.0767286592,6309.37012760592,301.426914813713,2976.37941001201 -6286,76.3356428247237,1422.71129391729,73.8468950827286,1280.48358687745,92.0670990872117,5073.92250935835,21.5198735230614,459.000483017305,498.793529347211,12272.3040017054,153.09855065639,3605.9308571389,49.4688459612258,2817.4126253851,207.874615810809,6847.09669820295,281.234544243819,8396.70498765505,23.6420372918636,828.897239600419,210.538890479086,1106.32500500171,85.1436819059368,1457.38171019069,50.1751868569211,634.473621402191,144.62635884092,2095.12999257277,144.334180597775,1517.47586524001,59.5021914476339,1301.58773470614,1229.28970060272,423.318646318835,11775.5747666404,4964.11015512479,284.556005402498,2306.19961089356 -6287,63.3709777472987,1328.12035998289,67.8808886248846,1195.34885934118,89.9738821784583,4736.57573287391,19.8211218131351,428.483199187074,505.133827848125,11456.362846243,144.805396144238,3366.18554202265,48.573845297214,2630.09303872464,185.514314993035,6391.85797605934,226.624114871841,7838.43840879978,19.9824567733148,773.786856794945,152.980178127966,1032.76945237096,84.8147903330955,1360.4856655362,41.3239307162498,592.289762553408,126.947658842845,1955.83236869171,136.736314639131,1416.58437732558,51.0955800587945,1215.04986862621,1349.29076662415,429.031733900915,10680.2706168912,4178.76476986309,305.110412825436,1894.99164925616 -6288,62.2357110391343,1264.62583354708,65.0601113637863,1138.20184764231,86.9134282806055,4510.13041801552,19.0333998786058,407.998355615793,487.786598217621,10908.6592227489,139.865347026621,3205.25558166232,46.9915269389224,2504.35404924172,181.025713795365,6086.27724146383,223.438033453577,7463.69983106319,19.341079207756,736.793801410205,157.192660824268,983.395006144939,79.4041321645093,1295.44382470707,40.7816233346202,563.973685848891,124.323703609257,1862.32830552118,132.685182528878,1348.86057991628,50.1481399496946,1156.9609948096,1273.84127925356,412.144948502482,10366.4285745059,4094.55000512801,292.362370241575,1865.08508543263 -6289,62.9101134110937,1227.33907009784,67.0789230900103,1104.64262251445,94.4671555426808,4377.1518234299,19.6066469944325,395.968759374782,531.332028768111,10587.0236960998,152.122314624467,3110.75046916389,51.2229339679548,2430.51461424829,189.077535446274,5906.8268666819,228.703708611394,7243.63694552465,20.2358225851004,715.069861051507,153.881156524545,954.400171468473,83.3017968060926,1257.24841055984,41.5881360713074,547.345246939923,127.498911075822,1807.41862935395,144.323258231848,1309.09020354474,52.2459094962789,1122.84866704506,1432.44717214673,452.268604002159,10899.6130203184,4179.73531890457,331.193206819592,1886.14550864966 -6290,72.3668935303344,1217.44607382683,71.6262374821787,1095.73862392793,113.932563862499,4341.86968524833,20.7461166883758,392.77704360905,641.811528710498,10501.6867354356,183.555329634056,3085.67618974001,62.0623277946187,2410.92339239183,222.636780012349,5859.21474580244,268.336523676337,7185.24943465946,23.6363061664917,709.306023134794,148.686059360659,946.707205793849,94.2435082386791,1247.11432932635,48.6862488643711,542.933357333492,148.206629406985,1792.84988776005,175.326076560367,1298.53825028455,61.9446802626466,1113.79791819609,1768.46219300715,549.048351605248,12826.4952538033,4818.89877034431,411.036515403956,2159.07350411749 -6291,103.631746728706,1220.22305617154,99.8477940818152,1098.23799279401,143.353797445094,4351.77344667003,29.2393650152245,393.672964125743,804.280797657187,10525.6409780759,230.668447286969,3092.71458633483,77.4410738035587,2416.4226845897,300.114707834216,5872.57955616469,369.901623323272,7201.63891691361,32.1490894557724,710.923943094936,234.899888108218,948.866635482454,122.102458974869,1249.95898466578,67.537772895193,544.171782903283,206.621277959451,1796.93936046201,218.349638501846,1301.50020307449,82.8791867050475,1116.33848013218,2072.77674517596,673.941360676311,17066.8780183387,6766.95221832388,478.766497092969,3074.68149532692 -6292,149.486191484673,1252.01370995779,142.575324017957,1126.85055147928,201.855580909052,4465.15085115323,41.9133654552591,403.92938474018,1131.49494669194,10799.8670767552,324.714268953227,3173.28954201739,108.76034699744,2479.37810620585,428.086994226433,6025.57874967935,529.204589992301,7389.26429273589,46.0282787014078,729.4457509144,323.9803096879,973.587599854814,175.746966593248,1282.52435304457,96.7330901075806,558.349171752829,296.59897171535,1843.75529038106,306.366789696983,1335.40838252529,117.924551268474,1145.42261352129,2909.939200716,946.447909162393,24323.9345111833,9720.44342571949,663.05367885018,4417.44434794307 -6293,163.124732668919,1328.75675124411,133.306609645483,1195.92163089948,216.415047697563,4738.84534299008,38.1759065102612,428.688514135748,1212.7076843017,11461.8523556432,348.100179159179,3367.79850657552,116.877275219338,2631.35329214479,464.18914344395,6394.92074256868,578.202446648681,7842.19432871132,49.3962495116397,774.157629812624,274.93410160777,1033.26432126549,180.099395363892,1361.13756517922,105.777395568227,592.573568178528,322.772597488313,1956.76953874447,329.886671306616,1417.26315761213,128.32141176476,1215.63208025524,3114.41567018759,1012.03313952735,26130.0164485759,10487.4922276372,706.443083419784,4768.09050623514 -6294,152.822667859235,1405.70228091407,136.768365503748,1265.17495604509,195.458281099909,5013.26198440998,39.0615414437291,453.512971097281,1094.54489163864,12125.5842988136,314.327515083576,3562.82068777425,106.132197668243,2783.72946831347,429.369800926629,6765.23725330226,545.766675092175,8296.31943161861,44.5699081965951,818.987482092362,335.419177863317,1093.09850115915,175.649663270901,1439.95820018886,100.023413160083,626.888266507795,300.736080295523,2070.08197795487,301.476350286148,1499.33390851675,120.056992662668,1286.02679637726,2750.2504863314,917.643921505927,24115.8071973735,9838.59889205277,628.895742303285,4530.19820595353 -6295,137.694214537394,1519.93457683918,121.228693473411,1367.98750884397,176.136828346024,5420.65723042241,34.9715417181296,490.367025205078,986.137686419791,13110.9517928367,283.237219275852,3852.34798858313,95.3787681774965,3009.94508503215,386.460788843481,7315.00415232178,489.245190646133,8970.50743662466,40.4637619440058,885.541276365571,300.946704040155,1181.9275179112,151.125136286306,1556.97425222002,89.6622491391246,677.831404997357,270.843839438592,2238.30409746456,270.386204876467,1621.17503878572,107.637657998978,1390.53384283084,2443.92104181122,820.510018101205,21674.1952122931,8857.92484390425,563.787223307014,4070.35732453877 -6296,135.489897978848,1609.81042572904,125.570014470029,1448.87851593176,174.030307523703,5741.18824376268,36.1873522320557,519.363110516561,974.481216131744,13886.2206367009,279.861884981164,4080.14269170323,94.2575317800683,3187.92733094677,380.937757693436,7747.5505380945,482.444745619271,9500.94603781503,39.8451266180258,937.904565649954,306.526616522647,1251.81653854224,158.17067286912,1649.04030871367,88.4028868774857,717.912520235247,266.707183663894,2370.65813684146,267.347462981996,1717.03737722461,106.218949162462,1472.75804605569,2454.42679276006,816.598350716208,21470.7539530549,8747.78137857845,559.309620410818,4021.66936851414 -6297,122.665313114163,1667.25923237734,108.753640150369,1500.58419530139,151.467018195467,5946.0722525105,31.6377215441845,537.897461170187,846.977294969183,14381.7738966893,243.475396478056,4225.74948169962,81.8798457555279,3301.69390738166,339.226236866882,8024.03497734724,432.870381383625,9840.00335983178,35.5131186529068,971.375275731967,288.733012997213,1296.48972808832,129.34870039025,1707.88910005979,79.4572462116344,743.532442249796,239.765214294277,2455.25908037861,232.25858171076,1778.31275891895,94.4845127280655,1525.31590682943,2031.42528295119,698.892169102821,18943.0575803861,7864.36511946298,472.156491763003,3630.23833822643 -6298,117.476058718337,1687.85517845397,108.335180290295,1519.12117537605,146.465110742127,6019.52512720583,31.5679747329077,544.542202965511,819.20101961569,14559.4344751466,235.452087595114,4277.95090710983,79.1092375129368,3342.48031201353,326.009835037083,8123.15729048314,413.742149513778,9961.55864928966,34.2829907904623,983.374845091448,281.453934214201,1312.50549336949,129.286268154827,1728.98695402671,75.9096661398312,752.717429076928,229.962607361673,2485.58932695432,224.000699991286,1800.2805687105,90.525132513453,1544.1584020796,1992.46573521952,678.718050414988,18281.4783894757,7552.55335124005,459.212743333388,3481.31502027278 -6299,112.081486740997,1662.57307624897,104.112200813178,1496.36651176041,132.071667805544,5929.35966074028,30.3666438234064,536.385595807471,737.219110112768,14341.3511258484,212.183943941181,4213.8721914462,71.1662069629555,3292.41385492334,303.986861699146,8001.48186745697,390.218100432446,9812.346117843,31.9454763583685,968.645036718787,280.321028180396,1292.84569171613,122.127040539747,1703.0887457913,71.7692307234826,741.442599804644,217.285764147611,2448.35809751834,201.598786718392,1773.31446526938,84.3379374759194,1521.02871000623,1738.86565521556,607.156833959679,16970.3996904126,7159.98875791049,396.9368502152,3321.65883148575 -6300,106.605357219599,1597.05366878254,103.315185158347,1437.3970453329,133.454584457826,5695.69286005833,30.0433567070166,515.247477481796,746.500492616024,13776.1808837357,214.542914135922,4047.81007179145,72.0506681714213,3162.66496869962,296.270782270441,7686.15596792301,375.280739750463,9425.6568873479,31.1837384298529,930.472249153684,260.520272376902,1241.89666284224,125.144088842888,1635.97267908658,68.8400407368935,712.223505315775,208.81150327116,2351.8721300101,203.897514444739,1703.43091267497,82.1874019268336,1461.08734487606,1850.69999719667,622.973713949878,16702.4290549511,6874.86006594654,419.86070568474,3168.11944909089 -6301,103.633753398649,1539.98091279129,102.275851246248,1386.02982303199,126.871105680948,5492.14998910958,29.9499531085835,496.83444970932,709.167883156142,13283.8714357582,203.91473040941,3903.15640044527,68.4857390261074,3049.64308999327,285.465527135188,7411.48135138217,363.739503087797,9088.81898007897,29.9845626553086,897.22063296156,266.6901956629,1197.51589681653,120.663816017776,1577.50910247238,66.7892779756001,686.771287193945,202.226496521309,2267.82497065508,193.975341046085,1642.55662978304,79.2668674607401,1408.87351941358,1731.72568582112,590.412901290353,16062.6910376457,6672.56184700051,393.110646479586,3084.11840982868 -6302,98.9284712556726,1515.13271065794,93.4242260574018,1363.66568272384,121.460369766666,5403.53197317023,27.1582001597735,488.817829028738,678.952710941597,13069.5309073741,195.220829459498,3840.17742558218,65.5244102474663,3000.43589053691,272.746903816422,7291.89416351707,346.319303401855,8942.16728505178,28.7221688339313,882.743622590292,241.022310320633,1178.1935033928,112.155799808896,1552.05536813072,63.5790333129814,675.689960391888,193.117556395924,2231.23271629282,185.322825365326,1616.05332781787,75.5392109028962,1386.14078701416,1653.11287039315,563.371287055465,15310.9256493058,6352.85801646469,376.568949682599,2933.03740608747 -6303,98.4793874897243,1495.63598763628,89.1420758205338,1346.11803694786,118.098572448331,5333.99934049815,26.0160792549837,482.52772272083,659.565091125683,12901.3522241923,189.765175123529,3790.76203437983,63.5920895755975,2961.82629080312,268.833826990403,7198.06209203622,343.011583725986,8827.09950416123,28.3685571567028,871.384480392567,237.08367860445,1163.03251304522,104.528399938458,1532.0835244672,63.0384630152912,666.995184077169,191.4380018229,2202.52122061957,179.881348870675,1595.25795860758,74.4226184480627,1368.30393166588,1560.4835941215,541.841886974833,15006.4382761483,6294.17852897285,358.773687559009,2910.46433327304 -6304,101.752753898651,1513.9467092722,91.8117659040118,1362.5982452789,119.441178868998,5399.3022470459,26.9126134872002,488.435196788982,666.543021029446,13059.3004624381,191.876818708585,3837.17144748124,64.2522440121621,2998.087237446,275.391288092822,7286.18628293221,352.313257899903,8935.16761913667,29.0826764884487,882.052636809121,252.990707650186,1177.27124812243,104.942333813353,1550.84046477313,64.8046969326764,675.161050136223,197.08735813871,2229.48617285485,181.632967631018,1614.7883287371,76.1043365968653,1385.05575671769,1542.46934843673,544.329595733687,15319.7032966152,6483.82967975035,356.510678324459,3005.0122524145 -6305,109.724735442389,1535.67080451405,99.2932491967359,1382.15059403433,128.086071945345,5476.77852513151,29.0516967603499,495.443906322502,714.595580084516,13246.6924527244,205.747723841007,3892.23222173034,68.8315058774434,3041.1077297069,296.223314741758,7390.73805069977,379.476707515761,9063.38113627781,31.3136225121636,894.709486203496,266.985201064653,1194.16428178278,115.36759377736,1573.09396006152,69.8200854064422,684.849147390187,212.305182375876,2261.47776784486,194.594668547706,1637.95943194309,81.8598374088584,1404.93035533462,1664.81007255696,584.672087881064,16501.0428532201,6989.71952170234,380.460252463189,3239.05570188461 -6306,114.247807920494,1570.90375801649,100.624172365766,1413.86132752606,128.854782638235,5602.43246251961,29.4280304017495,506.810894653086,717.907188562167,13550.6118199977,206.896700829732,3981.53185319161,69.0787804833852,3110.87997967202,304.196365516659,7560.30403406262,392.392745298277,9271.32263338171,32.1626345981238,915.23683987392,274.39601310741,1221.56203818386,115.953181544511,1609.18551444082,72.3033742038368,700.561667349061,219.784805260001,2313.36293803047,195.333897092267,1675.53919730354,84.0128242850776,1437.1637257537,1630.14321520594,582.990954535442,16870.2756713365,7240.2605460131,371.277608724212,3364.31143587248 -6307,120.796094184421,1540.81979243616,108.555490500237,1386.78484031569,136.18202070096,5495.1417488088,31.813629442302,497.105092223959,758.766612106587,13291.1076094406,218.664911961032,3905.28258163875,73.0649413989731,3051.30433364316,321.675700545258,7415.51863573576,414.387121087996,9093.76996692238,34.0042549970328,897.709379360753,298.84676022971,1198.16822419403,124.695283881071,1578.36842499039,76.3526146795683,687.145394722633,232.395269105676,2269.06033155482,206.475688830807,1643.45138588738,88.742670849177,1409.64098043068,1725.57055348503,617.290920790785,17848.8975815816,7658.56934934152,392.833975538441,3561.42105767376 -6308,116.609672781193,1433.87707551665,102.23526184271,1290.53313110597,126.401811872581,5113.74387777919,29.9736779325607,462.602829585639,703.27380739585,12368.6200053738,202.873148427913,3634.23107278023,67.7898508763632,2839.52435963844,306.039557422538,6900.83436560512,398.74496778631,8462.60435490352,32.1660825867682,835.402625187263,289.006863977333,1115.00771064732,115.727289271791,1468.8195935845,73.5917453740228,639.453123510188,222.994108021706,2111.57307840428,192.004528110343,1529.38538206609,84.6742582727325,1311.80290938021,1550.84218984753,568.331836326895,16882.5873176764,7353.18066815945,352.782123156308,3432.89212664751 -6309,98.1498566468819,1352.62143756945,88.5483122083618,1217.4005769627,104.473840204638,4823.95577238122,25.995073678674,436.387829237287,580.894790100412,11667.7090791697,167.64600845832,3428.28471286656,56.0409400222801,2678.6128231834,255.927383587685,6509.77455418914,335.186408581027,7983.04140819507,26.8012373136726,788.061626149462,260.830854469599,1051.82191571992,97.6129420978283,1385.583816164,61.9067744569947,603.216285377163,187.193479574574,1991.91343638367,158.905496438206,1442.71743332151,70.9090588245744,1237.46502917923,1254.02127347914,468.318637770529,14100.9029007411,6189.22501347347,286.95710595448,2900.59033129438 -6310,78.1483457557273,1259.79504125558,78.0114246302063,1133.8539871401,96.8932483653334,4492.90199939631,23.0322166876145,406.439827188673,541.557758073264,10866.9888207328,155.728707231225,3193.01170403035,51.9836091424109,2494.78757201554,215.820297532954,6063.02803968251,270.471287845178,7435.18896037439,23.2258787952659,733.979294761788,199.665957493694,979.63849818095,90.7716958064771,1290.49530959971,49.6279051585791,561.819341329006,152.66220962531,1855.2143268376,146.197920529381,1343.70801611526,59.1526746107149,1152.54147552806,1323.50438243166,448.219818327217,12187.7941934901,5038.85832881443,299.770247583317,2317.38861338042 -6311,81.4443137989776,1173.79539495948,81.7734044858388,1056.45168069167,123.927036880785,4186.19497949406,24.9378011126676,378.694296976046,739.132359257957,10125.1560905807,205.394952553242,2975.04142460121,69.2372730365916,2324.4814176403,242.471691402002,5649.13669242307,281.055769379676,6927.62733344531,27.1767789951922,683.87435096453,164.913802561385,912.763679990177,93.8624608541872,1202.3999158746,50.245939583578,523.466860921996,153.058678125547,1728.56850693306,173.686309209172,1251.98006805478,69.3731405308148,1073.86347157417,1880.25253773235,587.03002375494,14311.7159691347,5489.5301309331,424.239487677792,2419.34770744104 -6312,86.4695369188527,1115.42092752961,87.1118032916933,1003.91287836668,139.274697457931,3978.00971693901,26.2768874654123,359.861306150189,832.691609212672,9621.61808304546,231.137975295087,2827.08850240655,78.2271684125385,2208.88174380612,264.765386806691,5368.19731638292,305.410580042712,6583.10685067717,29.4410373484499,649.864334229136,164.467410236005,867.370680547892,104.808315194469,1142.60290608201,54.3957697543258,497.434130384183,164.678584468983,1642.60440582859,196.751406602101,1189.71736876379,76.2985624279046,1020.45875682174,2184.55329030753,669.171868530741,15710.4338815426,5885.94054831329,493.890746848773,2578.48007795813 -6313,90.8966100297488,1082.32856511065,93.4420482973035,974.128742182729,159.655547408985,3859.98993085643,27.9560736074715,349.184923387625,957.526161924934,9336.16344901227,265.413049460664,2743.21430298723,90.0700668309898,2143.34853261872,290.503006792889,5208.93337687297,327.91713992734,6387.79891591589,32.3002584325029,630.584127501176,157.753587058153,841.637484940886,117.757736984946,1108.70410739911,58.0248595987113,482.67623036998,176.724782212397,1593.87153829216,226.143192286568,1154.42077590673,83.619486374881,990.183736709704,2609.53876810146,778.816643670482,17385.9417929009,6278.04755158492,591.402509688146,2714.21297680498 -6314,108.403151619803,1067.8072649318,112.048334078591,961.059128819396,201.852880189146,3808.20152363871,33.1577047847298,344.500006760737,1213.23177572615,9210.90275061417,335.960279613544,2706.40936257199,114.433946304194,2114.59182376581,357.359052722832,5139.04657205644,400.689281515871,6302.09560129377,39.442119746978,622.12375631756,172.309436350975,830.345469785253,147.936575774371,1093.82893393325,70.6080779471099,476.200298147231,213.997868218222,1572.48700886167,287.859141794097,1138.93223466331,103.491302426187,976.898717967255,3392.15413168461,996.894072160419,21495.0677262044,7568.44926132128,769.963010471933,3248.1588125825 -6315,151.854171837336,1073.59264411513,154.667489043069,966.26614665906,253.742096759567,3828.83435743217,46.5386142482755,346.366507610868,1519.08103159665,9260.80741673059,421.411146587446,2721.07268703327,142.752426656469,2126.04868112222,473.321236278276,5166.88992360177,540.467872203119,6336.24035184988,52.7394722892844,625.494422492495,278.841611211805,834.844281091034,189.137611942966,1099.75529850514,95.9950348213602,478.780351104797,291.679835672508,1581.0067426244,358.622332670364,1145.10296889414,136.212060460451,982.191554692348,4051.15910441806,1226.75524177359,28191.5397057764,10399.3751198247,916.863847996184,4529.49984949667 -6316,174.784204011279,1088.43213711869,170.060536920354,979.62214327614,227.186953387788,3881.75755970107,52.5620618340136,351.15408080684,1345.70350850112,9388.81284562503,375.129329193714,2758.68410261323,125.646651391024,2155.43551112863,484.702303556909,5238.30809816895,579.720097100291,6423.82160986757,54.3780887521285,634.140178550179,398.291306068738,846.383728512008,178.555228761364,1114.95641891823,104.732782650566,485.398184888781,317.892092922313,1602.85985294921,315.363566032023,1160.93089728803,138.201594745861,995.76767668229,3118.56693311796,1038.27686576569,28137.8418985144,11496.2617927682,699.045364770571,5167.31563334005 -6317,193.805181839741,1128.61159015959,186.262676527221,1015.78487732384,252.179693927005,4025.05257118341,57.0943046030797,364.116927472917,1494.38343132575,9735.40070533233,416.493961481636,2860.52087734229,139.997493802719,2235.00337480026,538.502958403787,5431.68014872354,646.683151699697,6660.95687068417,59.7424075423397,657.549451996345,435.504705566355,877.627968841365,199.314167008344,1156.11501535141,116.820649841922,503.316650276533,352.799235590989,1662.02939599781,352.173293897482,1203.78664077499,154.208758455048,1032.52642280937,3484.29022023469,1157.94536113555,31199.0186776376,12730.5912630128,781.360489245366,5729.38650714721 -6318,174.281360082102,1178.10550043081,159.422839857802,1060.33090716393,205.09068561463,4201.56643346521,48.3681566648251,380.084839457612,1210.43383275653,10162.3350494107,337.980278914741,2985.96559620443,114.097007157288,2333.01677237009,465.918329991957,5669.87997960144,578.139517714219,6953.06516068627,50.259596586218,686.385496087821,404.827380866794,916.115292841999,169.243736627687,1206.81505541118,105.088062109479,525.388999474428,311.817310136277,1734.9157056112,289.35498170034,1256.57726290193,134.956974195838,1077.80663308611,2660.51511074446,928.257610258302,26595.4845298702,11264.3666744872,593.935282748909,5147.11250090777 -6319,158.348905737269,1282.96548129326,146.842918481796,1154.70809035544,188.800701783316,4575.53648593029,44.7996331442703,413.915161934725,1114.62820659631,11066.8569775482,311.186113293003,3251.73830939476,104.748727088851,2540.67227861554,425.007107833422,6174.54064533641,523.750577917105,7571.93866515456,46.3233636406748,747.478810699897,369.194640759336,997.656234667742,154.309721527342,1314.23039603107,95.1300917184283,572.152451822361,283.810746549411,1889.33585526829,264.948523464999,1368.42180287896,122.581777075526,1173.73928332627,2461.04424016961,853.654008415367,24337.7405009545,10263.8897104237,549.611754185557,4676.95274734249 -6320,155.336776880074,1380.53588595603,143.831375343162,1242.52443248319,185.256802046702,4923.50917341947,43.8093860254798,445.393693847614,1093.72789419221,11908.4990399332,305.348284149756,3499.03523774645,102.791311350479,2733.89214770361,416.977173928407,6644.11869568651,514.537279771741,8147.78979319586,45.3866603232997,804.325086847027,362.038468007878,1073.52867547008,151.555680116708,1414.17851889997,93.4595320725066,615.665038144503,278.428270368631,2033.0211426983,260.175021077265,1472.49121940111,120.412578473144,1263.00296073035,2415.61918901415,837.930394575977,23882.1053476796,10072.1601577349,539.480661942506,4590.77488929106 -6321,143.205513086204,1453.2291651811,132.546998649018,1307.95060244612,167.672331726653,5182.7606936092,40.4664209048433,468.846273734394,988.92960751435,12535.5510815843,276.216129987715,3683.27988371573,92.8766782771855,2877.84754016095,381.47979940145,6993.97035869893,472.048163218553,8576.81852365425,41.6249705051076,846.677501384524,337.812828490764,1130.05623158502,137.760467186578,1488.64327928344,85.8348547737605,648.083399001497,255.813667690218,2140.07158238629,235.042261580127,1550.02648411773,110.053209011253,1329.50744483717,2151.6461173555,754.232418760621,21811.3830514148,9263.99710484882,479.960495014577,4229.88233132971 -6322,137.365813317947,1523.98434170634,128.125158836173,1371.63242082665,163.031991389201,5435.10021207646,39.263879321274,491.673575619119,962.082985751879,13145.8850542775,268.65084977211,3862.61231428368,90.2512575847984,3017.96488407032,367.729629775922,7334.49449570271,452.184733933175,8994.40875870189,40.3198228984863,887.900742361071,323.075188066371,1185.07668538886,132.932547023493,1561.12270684549,82.1526270412623,679.637441817388,245.917896402046,2244.26791027206,227.913158742849,1625.49455214874,105.737135846544,1394.238828025,2110.51150922945,734.406619935939,21065.4977831743,8901.92667394879,471.095789301906,4054.9051748481 -6323,134.97306351944,1516.78154383743,125.685008122387,1365.14968290916,157.508735130746,5409.41233120165,38.5634385523027,489.349781807235,928.681572146594,13083.7537381855,259.427163134307,3844.35647333811,87.0960053289384,3003.70109510575,358.863510801461,7299.82951924765,442.686864763549,8951.89853962268,39.3904652492337,883.70426251554,320.466190453461,1179.47566470222,129.037350278335,1553.74438214868,80.5071599057987,676.425275534847,240.90409975212,2233.66084058048,219.982542358211,1617.81198719337,103.157731166992,1387.64924558349,2010.5007521068,706.323799089725,20520.6975809741,8727.24970287046,448.30083175504,3982.48677306153 -6324,124.642753253752,1458.52278646043,116.460157389169,1312.71502316331,148.605057247985,5201.63973412856,35.7306231156381,470.554121795004,877.084373129951,12581.2138452719,244.898361000712,3696.69682389099,82.229451068927,2888.33056330849,334.194319954043,7019.44702212195,410.122473916381,8608.06096643864,36.6765898324885,849.761660542245,293.066662078193,1134.17264340614,120.849067095149,1494.06590217689,74.4903109768292,650.444147157352,223.296180177878,2147.86713778749,207.516070241068,1555.67270522067,95.9930755004088,1334.35038982454,1928.58432050443,669.582096759737,19159.2962921429,8083.28236442257,430.571420329699,3679.11950890575 -6325,122.086674558818,1423.34768517851,113.600827728035,1281.05635843575,143.56250710844,5076.19211947452,34.8821358317887,459.20579796598,846.804476532532,12277.7935111056,236.509904121991,3607.54382169177,79.4399545537259,2818.67287880525,325.626242307143,6850.1594647123,401.230882797567,8400.46090756659,35.6777013505226,829.268012618098,288.470786181664,1106.81987389624,117.402948378929,1458.03360983371,72.9353238363028,634.757427027312,218.208173385397,2096.06716262554,200.662895950586,1518.15464552655,93.6434592376679,1302.16994633517,1844.86361458045,645.269068580413,18633.4669909799,7901.54306798196,411.575622373977,3603.11503588582 -6326,117.337279322567,1402.34676233458,109.788934534526,1262.15488691028,139.870975503832,5001.29494561309,33.6827375881879,452.430401038726,825.53227362247,12096.6396040838,230.504374241799,3554.31596300034,77.3999595771227,2777.08449371391,314.591343258779,6749.0881158879,385.461394979427,8276.51548424497,34.5678869969316,817.03249649559,275.868147690722,1090.48919164912,113.630427854249,1436.52091011682,70.0076376492918,625.391836393043,210.203926892946,2065.14053435588,195.175102099595,1495.75488409942,90.2365583892635,1282.95695230888,1815.14906846374,630.075819134841,18030.0639449922,7605.81587475906,405.24368972207,3460.81954232597 -6327,121.134283968625,1390.34210389625,114.325890576166,1251.35032792346,148.630264257936,4958.48182749995,35.0710457662567,448.557412861007,878.4216034566,11993.0874509368,245.119779366211,3523.88957327724,82.329479037614,2753.31152136725,328.540369908142,6691.31317763617,400.452902608651,8205.66514671328,36.2149604025794,810.038366144326,280.849145076811,1081.15416080793,119.734094219737,1424.22370707928,72.6080897550441,620.038228007684,218.124478515169,2047.46209175669,207.565911431985,1482.9506141618,94.2934350825928,1271.97431918474,1970.88986038517,674.002486283124,18902.2696641269,7889.11684467612,440.702512572751,3577.84016564801 -6328,126.360958416847,1429.36447885576,119.281479210484,1286.4716563829,153.876978311679,5097.65026421807,36.6754823243386,461.146958632855,909.088423729703,12329.6943580578,253.720875440104,3622.79367742469,85.1925597624057,2830.58800912234,341.644864726685,6879.11654707847,416.364675938922,8435.97144417049,37.7095276852436,832.773505047686,294.291824708757,1111.49863713059,124.077192411679,1464.19702829865,75.5232296868261,637.440681802862,227.218165326753,2104.92768474709,214.632262281428,1524.57220840835,97.9054389695824,1307.67449591318,2028.39406708018,696.255605653715,19635.9134494826,8217.50867123012,453.366377876566,3728.71588200296 -6329,134.67398851495,1488.54889982024,126.752687883558,1339.73944160951,160.276665012461,5308.72412510531,39.0390114966214,480.241259722571,945.716586530899,12840.2190227219,264.094361044583,3772.7994661818,88.5225068501907,2947.79164387547,360.585473092216,7163.95399449561,441.437172659636,8785.27219466612,39.8433169198852,867.255415309135,318.71631000957,1157.52147050479,129.972426860569,1524.8237295912,80.1855349000709,663.834619954946,241.11724545211,2192.08454923947,223.064444069552,1587.6988109705,103.288778070897,1361.82020821785,2071.04715812685,720.189642305272,20685.4724269794,8735.4719014553,462.231083589236,3973.51102872037 -6330,145.299187880222,1546.98121947063,137.388928000325,1392.33031269868,176.340520658966,5517.11571039442,42.2534807174563,499.092915049987,1041.46208001224,13344.2560633642,290.708772833411,3920.89901763851,97.4584320542977,3063.50588317153,392.067880666665,7445.17179648896,478.342939996016,9130.13411566611,43.3697105372705,901.299137790805,340.747698133301,1202.95945683826,142.190497656793,1584.68000141991,86.7911678482163,689.893150321592,261.040610040133,2278.13384536761,245.56612506954,1650.02321592782,112.363435868484,1415.2778499,2312.52292549485,795.973113398146,22550.5095078081,9454.93066473088,516.685704395639,4291.38587262841 -6331,154.42467655555,1544.92740952384,146.195146140865,1390.48182106255,188.756773242089,5509.7910531969,44.9312723840402,498.43030713956,1115.28178858991,13326.5399039884,311.251884017525,3915.69353660135,104.455472904136,3059.43869814321,418.053461412177,7435.28740506988,508.684798283304,9118.01272723146,46.2360920769993,900.10255110253,359.685544262713,1201.36237856288,151.872520442074,1582.57614165198,92.2483095809695,688.977231371497,277.839331592033,2275.10933938599,263.031285931916,1647.83260491674,119.706147857255,1413.39889255455,2492.66378296794,854.161951488439,24045.6899075126,10050.0453048698,557.210073367846,4557.16227218788 -6332,146.489134159527,1465.52309313977,136.3965354459,1319.01551283,168.024127508844,5226.6054554134,41.9814627932768,472.812587135671,989.688421695999,12641.5984728779,276.596469919832,3714.43944108423,92.7126024543714,2902.19335648675,386.661891380078,7053.13746722874,477.810933949781,8649.37610202578,42.5527108507781,853.84016537149,352.106097965664,1139.61620342788,138.074954347636,1501.23680112443,86.9820178849855,653.566010285,260.62143218591,2158.17601250002,234.015111176076,1563.13929136545,110.952399976614,1340.75472031097,2109.65554020468,748.971224656287,22078.1632452213,9451.89321133393,469.829402771525,4319.33526625093 -6333,124.50483931194,1410.33058482192,115.506319029232,1269.3405708219,142.588491365645,5029.76825344614,35.4774652312693,455.006171958437,839.892827353476,12165.5080365474,234.728735421077,3574.55134876562,78.7545008692552,2792.89495530991,328.564921775881,6787.51193723933,406.806512638058,8323.63523537554,36.047577730904,821.684015359265,298.553301249595,1096.69755064016,117.462521615937,1444.69929242123,74.0630035126008,628.952309124113,221.488350252386,2076.89776579147,198.971745773383,1504.27049649998,94.4339273391798,1290.26106627074,1791.16445832706,636.224083596599,18748.9456828529,8030.00539360127,398.911757070163,3671.84018258411 -6334,95.5587714708244,1307.20621827565,92.6349598681751,1176.52549348738,120.313634140617,4661.98805312049,28.7088080391904,421.735799917413,711.560928390331,11275.9575130856,198.494970040724,3313.17763433601,66.3864353013817,2588.67650738269,261.411811351147,6291.20427966876,313.491852588053,7715.00515938613,29.388691609358,761.601900926624,222.245552812769,1016.50625264253,95.0942270393079,1339.06186174777,56.7419057607213,582.962872913715,172.734996963641,1925.03353708961,166.370752405148,1394.27717739076,74.259338732905,1195.91626756151,1612.79985270649,545.082873992682,15116.8098396419,6250.86944289625,360.920161158719,2818.11466422415 -6335,113.185892420827,1236.97172576467,112.923736208711,1113.31230661139,172.322160209526,4411.50548929437,34.8363531671711,399.07648307299,1043.58592904115,10670.1149593747,302.526387873896,3135.1649026851,103.222608671455,2449.59028041313,406.110661301838,5953.18604376391,468.225426572298,7300.48795122612,41.5065371056538,720.68201984043,248.272641172032,961.890691768937,133.90804800108,1267.11580688221,74.6247518321739,551.641034813952,231.972237395395,1821.6039850772,241.662808615869,1319.36447532081,110.243620494484,1131.66123957626,2702.01618860489,857.690418917117,21229.5303284626,8309.67814076789,653.868829585164,3734.0922665882 -6336,114.667799583944,1195.72197858498,111.077473735242,1076.1862751725,170.494447438987,4264.39340716272,34.084444031407,385.76833407553,1095.09217933393,10314.2947451492,317.263023352598,3030.61541549092,108.503966439376,2367.90290013093,418.573270180357,5754.66297803488,481.81913101482,7057.03591751832,42.4877320055299,696.649173740419,244.998295500353,929.814172133503,133.400960760144,1224.86083403797,74.6508915272764,533.245260079528,236.915369812031,1760.85829277004,240.248906659405,1275.36714707856,114.185798635665,1093.92331957916,2826.94265501533,894.567789891802,21713.3674425013,8433.44343471049,694.527371620548,3785.15441268601 -6337,117.413529376692,1177.7873048002,113.165287841679,1060.04452138478,182.444662868195,4200.43162840712,34.5306447546635,379.982181983275,1179.18905261158,10159.5902947106,341.333390362835,2985.15911392799,117.158443955166,2332.38664566001,439.607976573941,5668.34859634677,503.676022330377,6951.1872007305,44.313469174369,686.200109578981,232.908928837777,915.867858394735,140.343689449465,1206.48910558967,75.6496417220762,525.247096661868,245.525642655447,1734.44712058482,257.415491949519,1256.23787275866,120.538501136356,1077.51552727159,3122.4655492169,970.580785891145,22833.6597909375,8690.6766580122,768.045505395796,3876.59211642995 -6338,134.220498101939,1192.22182384236,130.661277616249,1073.03602907645,220.956719740558,4251.91054151684,39.4520187180576,384.63910095257,1367.76268222168,10284.1024192444,395.789901602841,3021.74410333844,136.242029540906,2360.97150076352,506.740792608968,5737.81774872947,581.153371175573,7036.37834144465,50.6365002786566,694.60992050841,252.384213533845,927.092391031674,169.255584540932,1221.27538312706,88.9530952324529,531.684327890041,281.79287587249,1755.70385334774,314.130065273763,1271.63385250977,139.457498185173,1090.72115305244,3717.49356063089,1142.33878217012,26523.4740004492,9980.7704316269,904.779046458063,4445.95156376339 -6339,183.021007584357,1246.6043814315,192.692234202196,1121.98199070834,300.502079228616,4445.85915515883,59.0647469471727,402.184206771198,1741.98037675117,10753.2062226497,504.650284964081,3159.57933620632,172.965585931842,2468.66594657798,667.688638959942,5999.54522084592,772.76891877025,7357.3389569276,67.3765341491153,726.294178629353,413.823394666751,969.381212069401,233.328836657002,1276.98320320459,128.675036116962,555.936822687982,378.034658956647,1835.78934080045,423.276239306001,1329.63874709687,182.929514991326,1140.47381210745,4648.41528233628,1458.10652929101,35368.0031643713,13636.3276526465,1118.417789156,6134.48649933511 -6340,257.660473005272,1386.32126513936,266.138417420009,1247.73145032286,394.182209553177,4944.14200721294,82.3281079732448,447.260194697746,2245.76595365346,11958.4037060496,651.589702083379,3513.69856220772,222.261609074096,2745.34900506002,901.360406992128,6671.96204723184,1054.56777286396,8181.93454375197,91.6037011442361,807.695753021963,608.595435195521,1078.02748677586,309.426207626478,1420.10488347187,176.369195693332,618.24509110207,521.901771024935,2041.54087646103,552.068296918404,1478.66195363195,245.399012794319,1268.29579745544,5772.85996665679,1859.00413713654,47462.1600597673,18894.2411559521,1377.38712262111,8553.60794704756 -6341,285.738266298988,1686.1195669437,284.204517907292,1517.55907204447,417.909953397417,6013.33528507333,87.4300175382841,543.982253434673,2373.81632545574,14544.4630946747,689.278298391455,4273.55191546081,235.043516841565,3339.04325925187,978.785655609353,8114.80429582276,1158.04493647447,9951.31523737098,99.0165109986712,982.363646546786,663.483422529645,1311.15585172329,331.485435823545,1727.20904695457,191.447136152308,751.943414190719,573.22688025984,2483.03341013116,587.37964318794,1798.42935083549,266.888724988313,1542.5705531157,5989.21952629444,1955.88371261091,51186.0871918295,20721.6650064942,1421.63128916702,9416.30413703844 -6342,259.102131413467,1855.74685676441,245.284523585783,1670.22881005145,347.242980379951,6618.28987262915,74.7086357542735,598.708049380416,2119.58531605407,16007.6676651068,615.536924211953,4703.48051811721,210.483575950661,3674.95826182055,882.727126083587,8931.17122917192,1054.75556575273,10952.4391593989,88.228530545769,1081.19156257896,616.987918573516,1443.06097756412,285.282717331534,1900.97002768963,172.768622532486,827.590554493409,518.506441542516,2732.83196306431,492.576937683451,1979.35524879491,242.230566668628,1697.75650043053,5158.85231554489,1720.70472480065,45481.3453464358,18666.2172199522,1250.07759228281,8540.17973355361 -6343,243.922952408811,1935.00653979125,225.122817518516,1741.56494384817,317.645027136257,6900.95965357059,68.9379293981668,624.279107225153,1985.25293587213,16691.3614892459,576.603213967522,4904.36803336748,196.955386532995,3831.91718426574,828.836713267005,9312.62508862604,989.543715159353,11420.2221724648,83.1246565389643,1127.36968230954,562.506771780955,1504.69468328924,259.037389958065,1982.1612102526,156.097618196085,862.937274756498,487.549707581266,2849.55229825904,448.515830591735,2063.89429518755,227.053139305169,1770.2683527828,4788.19169668929,1599.35291967312,42427.6050210049,17470.5321635736,1163.68677027659,7974.0080805129 -6344,225.873764036847,1969.169196349,216.604036434999,1772.31237742331,301.61749918369,7022.79651030247,66.3181731832023,635.300792319101,1813.91871172548,16986.0484777973,526.953369265891,4990.95494525192,180.03401580542,3899.56991206371,763.23810490331,9477.04004331044,914.476009784541,11621.8468801173,76.3670410584525,1147.27346169134,550.542553918009,1531.26015820232,247.415453134939,2017.15638534655,150.688741689532,878.172484117373,450.334681424734,2899.86131505402,425.816683807867,2100.33247279991,209.273072099103,1801.52254676485,4384.46134893671,1471.63323967394,39372.9596346244,16255.3454174883,1058.72639673292,7446.08098956051 -6345,212.130329018572,2018.40276601603,200.362553666553,1816.62409277382,275.465174850774,7198.38190026716,61.4646602231407,651.184712236271,1680.80382010841,17410.7371244864,488.415387088351,5115.73981821139,166.705236622887,3997.06775394191,712.480970006717,9713.98693039089,855.911087746901,11912.4186649557,71.4268059790277,1175.95782665503,513.885784048254,1569.5450368288,226.538274990454,2067.58974049521,138.909164467822,900.128731582868,421.782151830008,2972.36423879677,388.37416791692,2152.84541344272,195.341760334222,1846.56458072381,4010.8450855117,1355.34454983175,36594.5996817436,15203.5380841997,970.573567294727,6966.98473979796 -6346,199.578514653918,2059.62358708546,193.920764312158,1853.72408983063,268.286706181352,7345.39082103177,59.691415113552,664.483528982951,1565.08704522873,17766.3078221583,454.889871407995,5220.21599077455,155.115377568326,4078.69785149318,667.18521560166,9912.37078314332,801.078117768124,12155.6999795475,67.1111418352705,1199.9738198819,491.55869129341,1601.59906301864,219.077076173268,2109.8150823214,133.221205414418,918.511606402876,395.988137511367,3033.06733359209,377.380696305061,2196.81188885181,182.506913548456,1884.27603725605,3771.75192142378,1271.85399005877,34530.747397289,14339.7104039181,902.133747358383,6572.12104822494 -6347,192.914080186809,2032.20089379697,184.099426143475,1829.0428289072,243.996910513418,7247.5912032607,56.8901147093076,655.636316256893,1489.56584672877,17529.7597396199,433.067165043612,5150.71184306897,147.591558694091,4024.39235562527,640.644006923619,9780.39331626425,770.194142437568,11993.8538857583,64.4522176426056,1183.99686456678,485.911037834099,1580.27470057121,202.04678553496,2081.72411838958,126.411474392706,906.282157185921,381.628190960213,2992.68380150693,342.315065745492,2167.56261290729,174.984532203731,1859.18799487562,3482.43930669881,1193.77123867598,32847.2411380465,13785.2418560227,843.798097260162,6332.74721536716 -6348,186.030082580761,2014.52656342227,172.030540684136,1813.13539213446,233.627501608323,7184.55790682913,53.1171985473476,649.934157137415,1425.74340005562,17377.3010107743,414.584339471716,5105.91539452042,141.153862639448,3989.39166240254,615.653926589256,9695.33189187761,741.179091937556,11889.5416906944,61.9389415130094,1173.6994811679,444.759400667976,1566.53083438852,191.661081634146,2063.61907772667,117.967186394457,898.400096751988,367.44213588144,2966.65601932442,327.863743200036,2148.71102306433,168.131920008292,1843.01838145285,3339.75600199775,1140.93238087663,31464.0820686164,13222.1047938905,804.835377106713,6059.02876423362 -6349,181.722850621618,1968.38817173055,164.851544387511,1771.60943142918,218.309071485907,7020.01108334422,51.019095650393,635.048815211275,1419.12656858583,16979.3113614257,412.510735083219,4988.97540043221,140.55563193405,3898.02323943227,606.254092829288,9473.28119841407,727.620773108384,11617.2373480659,60.9661033808854,1146.8184226732,436.978414896424,1530.65281989792,181.013979838896,2016.35632773895,113.477086202853,877.824177668844,360.229522781869,2898.71115331001,306.317213394035,2099.49942535472,165.648181783864,1800.8080152445,3275.19506263097,1123.22695105455,30727.318920643,12905.9364182203,804.027422795938,5914.09947705692 -6350,179.583732647137,1924.96890735711,157.932713574717,1732.53076830041,209.070647393243,6865.16168854003,48.8722811249642,621.040728395016,1369.13782886357,16604.7768974065,398.1645370545,4878.92716656504,135.538281785263,3812.03953764142,593.00322927467,9264.31687585554,714.561889703479,11360.9810328996,59.8182710762442,1121.52157675759,417.514903003861,1496.88924602282,172.733573545413,1971.87896818024,108.025161802644,858.460883075333,354.35818132014,2834.77056084183,292.72646126482,2053.18807177591,161.932091016687,1761.08528147549,3120.16265318243,1077.14021220418,29874.1292590067,12653.2754411731,763.845907321152,5794.58914676072 -6351,184.351693867073,1881.86783861428,162.171974813728,1693.7384909508,216.181777995458,6711.44709879392,50.2366156733781,607.135299053094,1411.08028245361,16232.9871880875,410.358038491406,4769.68541497431,139.499601457514,3726.68596256064,609.40711153368,9056.88393655168,732.92770026897,11106.602677689,61.632652999946,1096.41011735081,424.428718622239,1463.37310659498,177.894507749692,1927.72755844305,110.537001995017,839.239491294381,363.942358962241,2771.29855340004,302.628839064866,2007.21610834037,166.2075422877,1721.653653521,3226.2406511117,1110.28487983628,30741.4126810597,12996.9888470229,788.306302911728,5944.75951561938 -6352,192.769676234787,1867.02834561072,170.063502394183,1680.38249433372,226.029439678301,6658.52389652503,52.7789702768422,602.347725857121,1459.18083423383,16104.981759193,424.424634974909,4732.07399939435,144.323159454296,3697.29913255423,634.422572876561,8985.46576198451,763.259161755235,11019.0214196713,64.1729154260093,1087.76436129313,444.983679072029,1451.83365917401,185.889020110478,1912.52643802997,115.551450883216,832.621657510398,379.810940658819,2749.44544307523,316.153003923231,1991.38817994648,172.774616300045,1708.07753153106,3330.02033262495,1149.01382858467,32000.6759152605,13565.0700690157,811.004691070334,6207.66379170631 -6353,207.730770705957,1869.34249616169,185.182076350305,1682.46530045942,246.920792201944,6666.77702603964,57.4461687435399,603.094325835073,1578.55007480811,16124.9436159581,459.137334855939,4737.93932633418,155.943110851913,3701.88187327417,684.422474329689,8996.60309720103,823.140494779127,11032.6793132697,69.3810974768931,1089.1126271092,483.138738040573,1453.63318282355,202.684139157013,1914.89698270901,125.66799924147,833.653678192894,409.491682630214,2752.85333492749,345.240218512294,1993.85647244169,186.420389881833,1710.19466519429,3616.07846811449,1245.17876253325,34638.7102665974,14657.688834079,878.830537442559,6706.21204918244 -6354,219.410246936669,1919.06782092682,197.441432459802,1727.219610407,263.03810424412,6844.11619927152,61.2487153176384,619.136897636512,1617.61621853104,16553.8741408722,470.755761351688,4863.97057646795,159.900017826274,3800.35354380467,714.156183280929,9235.91665889979,864.097605791013,11326.1533893196,72.1863083970302,1118.08349745532,515.653992085475,1492.30045875275,215.813359419414,1965.83407666182,133.841658792146,855.829229208774,430.181728989437,2826.0804328997,367.549969880663,2046.89392321959,194.592331540768,1755.68658832394,3695.80830922572,1281.49598806863,36239.8529796725,15445.3538479973,887.839131252516,7081.48230687448 -6355,222.209532933421,1880.79754447549,201.130926502971,1692.7751935596,258.576014354605,6707.63002814462,62.5929600620818,606.78999672171,1605.84681133837,16223.7548335693,467.52142584706,4766.97270250919,158.664638676643,3724.56644595007,717.312022097379,9051.73292137725,870.732739142301,11100.2859047978,72.5345755934866,1095.78654469697,541.886549457615,1462.5408272889,214.603352799765,1926.63118203199,136.22969981374,838.762181947709,434.081512571787,2769.72240414148,360.418936932293,2006.07452358507,195.352300500428,1720.67447965099,3589.26771634578,1263.85164692721,36315.0619773707,15617.3633586153,865.8870877581,7181.831469131 -6356,208.102130824185,1745.76681689601,192.204798794729,1571.24341748607,241.175182786544,6226.05976786073,59.7821190496695,563.225874157878,1450.09317135293,15058.9801210104,422.498900809539,4424.73076676121,143.153583073906,3457.16343992635,661.884581497406,8401.86920488159,809.229250198886,10303.3475599622,66.8984447855526,1017.11520931754,531.831385502856,1357.53858895463,202.955189673975,1788.30985603321,131.46819377729,778.543755978772,403.885624148048,2570.87185134116,336.602998858384,1862.04961069956,180.29904483825,1597.1396911262,3183.93681491064,1142.00888887837,33641.5331793339,14628.2386210823,762.079323985732,6759.6497440833 -6357,170.540492689148,1598.03718178463,159.853431451637,1438.28223705243,197.210216053646,5699.20043659962,49.69581298051,515.564782155587,1169.94162525981,13784.6646643896,340.974963664615,4050.30283325178,115.553540136157,3164.61263156079,539.21434049216,7690.88933066362,659.934405420148,9431.46148633113,54.4207411303206,931.045261553341,450.155305848392,1242.66145962962,167.493095300942,1636.98015956918,109.974949914956,712.662113667872,330.131553830111,2353.32048260109,275.401003954781,1704.47993593795,146.658018063607,1461.98712578447,2544.74241924324,921.974259648377,27450.071661101,11991.4035075062,608.131973710876,5556.7698864788 -6358,130.660422195613,1463.49821210915,128.976477993007,1317.19305810136,168.816074396587,5219.38396958984,40.4331069254187,472.159312381276,1026.22261338823,12624.1318542594,298.347702445763,3709.30728178981,101.081660760568,2898.18345974595,435.940254063035,7043.39230229029,517.110491512826,8637.42544926726,44.8152973818751,852.660433191126,335.203780135945,1138.04162078001,137.03803784501,1499.16257524884,84.7997014880947,652.662992500647,259.018495421881,2155.19410816231,233.691461670451,1560.97953618034,117.917699652151,1338.9022289974,2404.68741658783,818.921872111686,22479.2423819356,9380.32011109093,582.249650245407,4288.30793253438 -6359,151.207492616899,1370.52718243806,156.467753923929,1233.51629384293,232.039724918315,4887.81437976286,45.9803353923498,442.16464817351,1383.43771341881,11822.1639888511,412.28712312525,3473.66769268675,139.075319884102,2714.07178936681,545.660088425271,6595.94970939663,635.574153350807,8088.71938930676,57.7425449473091,798.493835802988,379.176175383701,1065.74573383117,198.98658746334,1403.92591071996,110.560896536677,611.20154762908,328.699534017615,2018.28200692499,347.163239125139,1461.81585181544,155.841549306697,1253.84635545492,3700.3219506489,1175.60882783498,28822.397148735,11200.9363614217,900.394158659684,5077.52256496352 -6360,153.350222496898,1319.41336509762,158.56510318368,1187.5122981996,243.296337464758,4705.52332081668,46.1841916233306,425.674115661097,1453.82498156041,11381.2563305149,433.060969421021,3344.11724069971,146.420188304078,2612.85046995908,563.47425180646,6349.95373576474,655.343481527228,7787.05056384969,59.2119872729088,768.714004659403,371.08397208453,1025.9987419667,207.880176297665,1351.56648766029,113.502280479045,588.406783202642,336.333408586099,1943.01017053577,365.825649738113,1407.29742314616,161.753284644987,1207.08415007371,3958.26478959623,1243.04734920712,29840.3063212922,11438.2879923491,964.273473969999,5173.34782021579 -6361,155.866295564901,1286.87061280319,161.368412776591,1158.22282790229,257.4624014674,4589.46365074226,46.5453635845627,415.175050189614,1542.68712826229,11100.5426320176,459.270770126146,3261.63605482846,155.793419180029,2548.40565844244,585.796701804437,6193.33491033031,679.169569268595,7594.98637509197,61.13241005736,749.754010694934,358.617871699228,1000.69293273553,218.986454569759,1318.23069269195,116.975915398561,573.893987818984,345.711940255967,1895.08667638455,389.445095760031,1372.58704908334,169.030723868685,1177.31194862911,4289.6882532993,1328.96573553425,31098.6981493849,11716.7552615335,1046.40402222612,5283.11340741594 -6362,180.0228695696,1291.41213557435,185.305804554931,1162.31033700745,303.795699567843,4605.66042567041,52.9130652121834,416.640253393177,1823.3159337485,11139.7177958871,542.631215283289,3273.14676481503,184.634989488009,2557.39929168948,685.395268762774,6215.19194183355,794.315326435222,7621.79000494093,70.8937312205853,752.399983707649,398.85158119596,1004.22449969784,258.332534407627,1322.88288899586,136.399536708801,575.919329440726,401.891918080004,1901.77466755358,461.92526502547,1377.43107557425,198.561533667021,1181.46682556099,5133.69440440018,1579.0154208938,36395.7603373801,13578.780818589,1253.25132894524,6116.24159968395 -6363,245.959085793633,1327.9467977095,252.607424092145,1195.19264799787,390.568098169335,4735.95674465789,73.0773818895336,428.427203871889,2334.89451707031,11454.8656985143,695.446896980671,3365.74564001306,235.663357432405,2629.74933122584,905.295953844024,6391.02267119169,1057.61796615032,7837.41406098383,94.5743115683533,773.685736286569,587.275819635086,1032.63448733357,335.350357156006,1360.30787367927,183.198997494747,592.212360564257,539.900352277878,1955.57677535656,589.992079801928,1416.39925434096,260.990601588656,1214.89108270301,6379.38713975908,2002.07426942826,47896.1751024023,18344.5176798982,1554.39667255101,8307.65558443307 -6364,347.636071589097,1444.26182688575,353.95600547023,1299.87972428956,511.67289759487,5150.77979922794,103.607750444133,465.95319723564,3043.37626849831,12458.1988442631,907.425145940448,3660.55172937841,306.145143016756,2860.0894101472,1228.99849218273,6950.81316110287,1448.94443210932,8523.89415698024,129.332918142102,841.452968486419,894.806310716439,1123.08307362467,445.198756739081,1479.45741362214,253.603029320168,644.084316667004,748.17189130344,2126.86599422764,766.900465669503,1540.46184546138,351.956817537971,1321.30354739987,7985.97076479238,2576.90042095016,64645.5255460657,25553.7688277689,1940.71443657053,11648.5613693995 -6365,384.705336198489,1717.56309618317,385.954838974447,1545.8592080431,540.917649891972,6125.47471312449,112.979584140622,554.12668341874,3208.21570718612,14815.6948978966,957.139343439914,4353.2470671242,322.79102281958,3401.31126587043,1330.0352415979,8266.13287960213,1585.06211160926,10136.8919175614,139.40500194911,1000.6832133495,1019.59873927949,1335.60688602088,477.405986649849,1759.41883161951,279.196530124015,765.965999061963,819.091575293973,2529.33815337992,810.981075563502,1831.96728431705,381.235850394925,1571.3371146584,8224.41977443464,2702.78461364268,69642.2858872335,28040.1740797247,1995.46813540795,12850.2574921866 -6366,352.905380567948,1872.9294292351,349.084035800935,1685.69364970172,495.663131542965,6679.56937578661,101.175188750937,604.251555710372,2941.22982029251,16155.8844915236,877.398295782136,4747.03058237973,296.820554212167,3708.98512083441,1221.42878331914,9013.86596543624,1465.87926075155,11053.8490466911,126.523053887722,1091.20243896062,922.79903264997,1456.42244426215,440.895943173677,1918.5713266741,258.316230026551,835.253310125631,751.779077699384,2758.13556688529,748.218902904126,1997.68232550999,352.328859652723,1713.47622211559,7570.53560786153,2487.54305931013,63863.46802389,25712.2950218878,1837.29078321098,11808.6085377096 -6367,330.891536443247,1941.63079581355,327.991017094964,1747.52697644613,460.586445988965,6924.58423705635,95.3580921791959,626.41624968467,2730.98828294789,16748.502304841,814.811696920765,4921.15753191052,275.323852324163,3845.03527971546,1139.64437974199,9344.50571102094,1367.71749691179,11459.3178933041,118.449153610858,1131.22909324889,874.473119854067,1509.84581979061,409.868864269067,1988.94689446822,241.294739897501,865.891433991427,703.232974443831,2859.30738878945,693.744750910826,2070.95978252992,328.143899322998,1776.32864795797,6984.49090718983,2304.21330461938,59565.2089727006,24073.2020372552,1694.32279180217,11059.8677137527 -6368,305.794700979588,1949.90388782124,301.467731155826,1754.97301175482,419.610491353323,6954.08918858046,87.7007717587565,629.085345827938,2485.83393652822,16819.8659754512,741.804470901392,4942.12608532121,250.682994794642,3861.4185852906,1046.15563440754,9384.32170265044,1260.18062216367,11508.1448852745,108.504908340639,1136.04914574827,814.411735153319,1516.27911978332,375.302667851949,1997.42159557608,222.75353569315,869.58090962064,647.814117976813,2871.49060773959,632.393402039032,2079.78393224059,301.422474677497,1783.89740426949,6310.63125613068,2094.52861441502,54595.4402379094,22189.6745668592,1530.06169528994,10212.1428670186 -6369,287.08030056984,1977.64477674034,282.948232314561,1779.9406584574,389.113196621796,7053.02361140962,82.5033226837984,638.035216028333,2302.97313380259,17059.1588126897,687.372946680767,5012.43671530322,232.074254746849,3916.35420786858,976.002578225711,9517.83055278418,1178.60962471184,11671.8689390196,101.426934924529,1152.21148757223,772.937493163728,1537.85091667802,349.073923939908,2025.83850932941,208.690933966547,881.952261650155,606.359183320374,2912.34272485114,585.830055488435,2109.37259832837,281.149704646737,1809.27655246443,5799.52328007879,1936.04614356745,50902.9240753938,20796.9399090787,1405.34493682694,9581.82747006955 -6370,269.590162461078,2007.00557272867,266.144413383101,1806.36627096322,361.271224494233,7157.73523090316,77.796027234451,647.507706756446,2136.24571223755,17312.424964186,637.730729308403,5086.85307841014,215.10428946445,3974.49775228447,911.229400047916,9659.1355456719,1100.20735611157,11845.1535282196,95.012912748923,1169.3176164483,733.358277451574,1560.68238143655,324.41607096989,2055.91480608263,195.073041684904,895.046028908212,567.849523897434,2955.58036873852,542.680798100605,2140.68907095849,261.881718184529,1836.13769576385,5337.9877652076,1791.15304225604,47480.8458721789,19486.552322632,1292.79566699448,8982.6784330644 -6371,260.774093196191,1979.1489737567,256.839521761191,1781.29448168149,344.989227763344,7058.38814259204,75.1510182996394,638.520505742426,2038.07164367139,17072.1340123259,608.541320504701,5016.24917568059,205.159434937287,3919.33298766957,875.970386052037,9525.06981662372,1058.65998585012,11680.7465648905,91.3586770366005,1153.08785986224,715.646352993047,1539.02060639564,310.571274381821,2027.3793625085,187.999720501517,882.62307471838,547.668095038334,2914.55785331549,517.552491185192,2110.97698755242,251.364918506789,1810.65268857542,5051.98069711921,1705.01473616638,45580.9982591699,18799.9154267793,1222.83260736889,8674.50050480841 -6372,250.099294893331,1953.49082370056,245.687602347464,1758.20136352253,326.417535621219,6966.88154833435,72.0806026748034,630.24257660849,1926.20720779572,16850.8068752204,575.274374380625,4951.21734847848,193.709199534002,3868.52183840741,834.386908302891,9401.58458438967,1010.90623353186,11529.3146352562,87.0429939733297,1138.13895923447,694.508593131364,1519.06838340384,294.758251223268,2001.09594241546,179.85139468779,871.180542804702,523.559188201269,2876.77284382947,488.961076554053,2083.60978830169,239.316438081825,1787.17896375781,4728.48603827643,1606.86796180516,43387.3273552543,17997.1598688809,1143.74393127041,8313.88356958595 -6373,242.216583598453,1917.27435439012,238.147611558455,1725.60543578585,318.005574447354,6837.72002439804,69.8288830656201,618.558282698862,1877.40099850838,16538.4037030895,560.645965968658,4859.42494844517,188.835251146774,3796.80192002455,810.398610848978,9227.28522478218,980.893429607545,11315.5685226088,84.5162094081361,1117.03859152961,669.87105734767,1490.90582803345,286.732472180155,1963.99690467928,174.378327327858,855.029413242406,507.739402095632,2823.43931692079,476.553554831417,2044.98099668544,232.496841052446,1754.04580986329,4626.58436568261,1567.73787013017,42160.7837174177,17447.0936329047,1119.40895400934,8055.57842399913 -6374,241.238554455454,1886.843264263,237.462182965024,1698.21652588884,313.044990346529,6729.19133425519,69.708492411876,608.740489639366,1846.50801778984,16275.905197075,551.520919986275,4782.29587287314,185.669907550779,3736.5388589981,802.61860081258,9080.82921672002,973.415622835348,11135.9671605176,83.9487280002394,1099.30888999969,672.422771586707,1467.24208396884,283.126144072968,1932.824231515,173.310324481549,841.458336637676,504.358629086736,2778.62552377485,468.789805047583,2012.52293930003,230.165342289493,1726.20549269386,4515.97665380476,1538.96892490124,41717.8353361685,17344.6306361117,1092.03210459063,8016.16308179507 -6375,245.418698065382,1833.99383541229,241.944325840735,1650.65042691394,315.907743545856,6540.71043317651,71.211070653104,591.690007596116,1861.77519960477,15820.0261582669,556.182268954378,4648.34642923708,186.897906671117,3631.88048682871,812.794401924767,8826.48024842776,985.949629658335,10824.0549231419,85.2565993648073,1068.51786031145,691.666602259466,1426.14545045818,285.711789627768,1878.68690138319,175.736961906849,817.889557325028,511.99650265492,2700.79777056247,471.743575081342,1956.15329275575,232.71182870305,1677.85543834874,4518.42872349359,1547.04100126347,42253.2303191236,17631.4822439436,1092.03210459063,8150.84000331447 -6376,256.22750988721,1823.34873782719,252.098899973909,1641.06951418997,325.751081319384,6502.7460193968,74.3874537953506,588.255646068085,1918.21499979957,15728.2015735809,573.141351850397,4621.36591251281,192.631454442581,3610.79986951518,843.90576015721,8775.24848212451,1024.31843813131,10761.228582781,88.5463088926655,1062.31583461496,725.926053379539,1417.86763774282,295.46133237408,1867.78239068587,182.827787550314,813.142259933159,533.162800258285,2685.12146060433,486.120276826484,1944.79914189073,241.229083341466,1668.11661887725,4621.63259529102,1591.27565967457,43790.6701143068,18354.1027991511,1116.3670818517,8492.67153519996 -6377,275.665719379922,1838.0725263897,271.952409375031,1654.32137327871,351.018097012228,6555.25657619758,80.3613538905491,593.005890260938,2066.77209215851,15855.2089362612,617.542980713797,4658.68406956866,207.295675513221,3639.95756859782,908.021989077138,8846.10980478528,1102.20623708326,10848.126964335,95.4827424641818,1070.89417918009,784.093508891363,1429.31711138143,317.949326989578,1882.86498702672,196.725808888592,819.708494059476,573.638198170058,2706.8041808818,523.146767782568,1960.50365895195,259.580285714919,1681.58688700776,4974.54396824352,1712.86763544761,47171.7609075656,19770.2020801891,1201.53950226546,9145.15226231435 -6378,289.706426450672,1914.84449659219,283.067482161752,1723.4184896064,356.108281280294,6829.05423940838,83.7362733448715,617.774352812539,2091.45271228911,16517.4437559066,625.249059747276,4853.26635586952,209.821503779735,3791.99004282428,939.202000714992,9215.59102415524,1148.03318645457,11301.2277359866,98.5219228670661,1115.62291258622,838.253478645797,1489.01632841962,326.256472043612,1961.50783305371,205.809065188442,853.945791650917,598.407683169668,2819.86103088912,530.612187296536,2042.38928986475,268.439516174745,1751.8228197736,4920.04176530384,1725.01514451151,48606.3365336091,20648.200676281,1186.33014147729,9584.96310525571 -6379,294.132803218587,1870.1524496963,286.71231682229,1683.19428336104,356.188647449539,6669.66562437184,84.7995339665356,603.355636098931,2089.4157642436,16131.930273087,624.797778086573,4739.99219289663,209.522934069472,3703.48583419311,946.977669794815,9000.50116857802,1160.43611763125,11037.4595809972,99.3813176623372,1089.58452063525,858.736744722903,1454.26301675547,327.668562284848,1915.72667420896,208.42128835416,834.014885807165,605.610058962455,2754.0460983154,530.200886720483,1994.72037571285,270.50811619842,1710.93566274652,4861.06702562779,1718.6135409755,48945.6715719975,20914.1993799698,1171.12078068912,9720.9351949047 -6380,275.26151199683,1735.72918446187,266.49766981095,1562.20924193831,321.939148535864,6190.26180283017,78.9176904592084,559.98749532774,1883.09253880411,14972.395529171,563.441638434024,4399.28989995877,188.629637764398,3437.28579330204,872.243332634213,8353.56099211109,1076.45334639494,10244.106420397,91.5228920566794,1011.26710376559,819.959903833036,1349.73315168821,299.337170612965,1778.02761396086,194.1871044552,774.067364297607,562.628882592279,2556.09011392396,478.40132664348,1851.34338728792,249.113596526083,1587.95661981889,4263.97344979151,1539.06593119355,44958.3373601629,19474.6447560257,1025.11091712268,9080.70745499632 -6381,225.202938001574,1594.45024871122,217.0506522613,1435.05388781013,258.89089068706,5686.40808685266,64.3296890461111,514.407552280287,1512.33594048239,13753.7237888241,452.631789149194,4041.21157720622,151.539285395679,3157.50938400055,708.391229945127,7673.62646242841,875.466845603566,9410.29175290969,74.2363027680792,928.955449701918,675.343091331508,1239.87219819102,241.824361296823,1633.30581560409,158.228732396854,711.062481735135,458.767132063982,2348.03825064329,384.358214236391,1700.65408286965,201.962347385673,1458.70556886317,3381.66664616252,1232.63726178573,36426.163195867,15875.7607289654,812.179866088296,7412.35300054738 -6382,175.026324291442,1448.02232503846,176.822182522189,1303.26428740058,232.664552445526,5164.19114719785,52.4385569874598,467.166423331377,1373.45600609404,12490.636891761,410.160958755327,3670.08289454527,137.438483466277,2867.53637076281,587.445185434072,6968.91134770975,702.271448219906,8546.08825477783,62.5794575464586,843.643902480991,491.068734244923,1126.00730228258,206.554415975909,1483.30955231844,124.612976355436,645.761351840218,367.439605827303,2132.40382365266,344.876576680366,1544.4728245071,166.955400847575,1324.74389281139,3382.02566621243,1141.08083585981,30674.9963675467,12644.6502649723,818.263610403564,5813.08578333747 -6383,148.452396033637,1352.04289852875,155.198752183189,1216.87987416857,248.788614510594,4821.8924849991,48.4816995966278,436.201178790173,1525.33448756577,11662.7186028766,475.91369516819,3426.81837757575,152.733303819516,2677.46713522513,645.794789703627,6506.990213633,755.243522359554,7979.62692651538,66.0942802280178,787.724558878059,480.426056975038,1051.37203371657,250.007172759448,1384.9911785571,114.679280159603,602.958279580876,413.163471493148,1991.06146135457,412.726518309889,1442.10035870131,187.051958081991,1236.93574447991,4172.35843325031,1344.72375497224,32736.0301367146,12782.2150502394,1034.62346972652,5887.33644591435 -6384,150.513477451396,1302.46220712084,157.236682447282,1172.25573865682,260.880228409731,4645.06912860929,48.6954414861788,420.205269147886,1603.31540241037,11235.0356849338,500.116410732154,3301.15370770882,160.836083103468,2579.28188390591,686.500199179896,6268.37273032127,804.366318367961,7687.0064626053,67.8221677419124,758.837954532395,470.311143490103,1012.81722719724,261.388919824238,1334.20224256887,117.7313712892,580.847229388405,441.526118091161,1918.04735507361,435.084651404425,1389.21717508205,198.391461617533,1191.57614124157,4460.22638861503,1424.65014453697,34164.4622305891,13336.8094577761,1092.39627810633,6134.26514066121 -6385,152.927740713182,1278.04791067098,159.963233348956,1150.28212670697,276.099050846983,4557.99858320999,49.0747521323192,412.328636755265,1701.79507639413,11024.4380258715,530.670817746163,3239.2744878697,171.177898029693,2530.93395319654,712.206079516833,6150.87380462529,830.387954856319,7542.91563711798,70.0788370194395,744.613745432066,454.701989262671,993.832246366982,275.62313536679,1309.19298786953,121.335937378904,569.959407559226,452.108265696176,1882.09408404921,463.395668416821,1363.17668057844,206.934426033964,1169.24037365015,4834.92039318168,1523.10813347472,35601.1950827064,13628.5597745777,1190.65724882096,6253.76477993246 -6386,176.591656579434,1293.63950498862,183.649924518921,1164.31503746149,325.806859808052,4613.60406107702,55.7872094028809,417.358855713536,2011.70866664304,11158.9310787878,627.194553596255,3278.79214075006,202.896985083362,2561.81017866001,805.240083167733,6225.91162461625,939.386195556886,7634.93572463131,81.3132397835643,753.697689269527,505.864156486177,1005.95654082869,325.310944906469,1325.16453774644,141.484477477977,576.912649128647,508.899887069719,1905.05476273827,549.772758479453,1379.80680657715,234.817275795622,1183.50456626262,5780.10329495588,1792.68528241823,41216.4180402198,15576.7432467174,1399.36160845102,7106.90763979717 -6387,241.402721907704,1336.10418247023,250.476218187373,1202.53454325281,418.803001255003,4765.04904070696,77.0503643178831,431.058970106785,2575.10028173975,11525.2312787066,803.201188506641,3386.42092778793,258.871122504587,2645.90350032064,991.091013610347,6430.28179741077,1164.70982440506,7885.55815993035,108.342589047574,778.43837565862,744.359402233526,1038.977811362,421.65996037942,1368.66404784061,190.024928434883,595.850235284478,634.73220891378,1967.5896001273,701.682481340762,1425.09998972615,288.006250264857,1222.35398258807,7170.75578313717,2235.98477808152,53047.2293726026,20365.6721432052,1687.23666909387,9258.98451761288 -6388,341.409731030348,1461.90723115019,351.16399681699,1315.76112668021,548.556206850612,5213.70993429248,109.245861166748,471.646024104338,3354.70109139862,12610.4080565551,1046.97042963414,3705.27486329593,336.117710720261,2895.03282063899,1284.73992180829,7035.73537251291,1528.39127960341,8628.03563292821,147.95412611799,851.733499012155,1133.43682071614,1136.80444636176,558.700098520747,1497.53282326699,263.04615926959,651.953477186521,841.487323585486,2152.85117889831,911.198517050215,1559.28258247118,371.009985570351,1337.44669735778,8962.6054775018,2842.62795871668,70561.5610857688,27870.2185979593,2048.85054248658,12681.6942379788 -6389,377.941909999886,1732.40259199264,383.009216124831,1559.21520718558,579.846504765582,6178.39792540031,119.130118904992,558.914257519965,3535.36007453829,14943.7003509948,1103.70870665923,4390.85848981588,354.279462694911,3430.69810143342,1339.50954874742,8337.55106767333,1593.28808768482,10224.4731921393,159.36836411443,1009.32897104195,1291.1505215525,1347.14633562377,598.365393439839,1774.61995490688,289.588624265144,772.583834097271,874.467382975124,2551.1912678368,962.944795054014,1847.79521570375,387.722753279084,1584.91323921536,9234.92636523843,2968.41268108482,75212.1560627887,29810.1382091773,2134.10744683565,13617.0687307809 -6390,346.695381093203,1889.82273499136,346.393248613344,1700.89814048034,531.344862474945,6739.81724525994,106.68208817491,609.701737722024,3241.31268199122,16301.6061039976,1011.8538649678,4789.84748610857,325.780873815345,3742.4391414257,1328.74776302266,9095.16854492651,1579.29271883455,11153.5517097037,144.671049253494,1101.04478334135,1168.62193119643,1469.55897214043,552.555880127206,1935.87630972941,267.930874008424,842.787064111035,863.970514455487,2783.01318732379,888.380623753584,2015.70086790776,385.502391821662,1728.93130401801,8520.59477900513,2787.41458027254,70533.3482163666,28114.1790003958,2049.82951221453,12985.7128034235 -6391,325.09254664471,1950.48242686194,325.488971642349,1755.49371454895,493.728667413013,6956.15247596258,100.549121552412,629.271996275052,3009.38000658691,16824.8564517443,939.532844681671,4943.59242061202,302.164566045629,3862.56427324887,1249.79645501033,9387.10604320658,1493.43219386807,11511.5593669542,135.410231320902,1136.38621301967,1107.34485048799,1516.72900178667,513.550763956006,1998.01423318299,250.275210654336,869.838915416927,817.694712509444,2872.34258276869,823.600147094473,2080.40100686079,362.568890974676,1784.42668896881,7859.38959241511,2584.3826222285,65950.739482297,26500.4609142701,1882.43996884819,12250.426846088 -6392,300.465340993256,1961.59035343486,299.190319662432,1765.49118748789,449.789166353241,6995.76751164244,92.47552508989,632.855677436573,2738.98317718595,16920.6733981019,855.200661563278,4971.74599987958,275.093227329273,3884.56143648375,1170.06456919042,9440.56527115152,1400.03962381771,11577.1172794107,124.017367871968,1142.85789122547,1031.20954938025,1525.36671835917,470.052678400233,2009.3928516664,231.042969205771,874.792616444764,766.877301403222,2888.70046944446,750.605439712833,2092.24881502773,339.381257903765,1794.58893414613,7106.16057569522,2362.62859358182,60805.8343003722,24597.3839603589,1722.12561007433,11417.6586281639 -6393,282.102995761607,1991.73217404163,280.835873166211,1792.61974598784,417.083443853894,7103.26455809422,86.9957922353302,642.580145272512,2537.24855092144,17180.6766659698,792.298570154227,5048.14190780621,254.647496077816,3944.25165353107,1108.25359443201,9585.62910893561,1329.08206741989,11755.011400662,115.899574997106,1160.41905911968,978.617006550783,1548.8055214221,437.045772340191,2040.26920602723,216.456245542544,888.234690151351,728.639332299834,2933.08827507585,695.204685581153,2124.39833510304,321.320974769866,1822.1646089659,6533.33842448561,2192.81800792678,56954.0436571827,23203.0563897149,1593.5784298312,10799.883840071 -6394,264.938540883581,2023.52282502197,264.181313653173,1821.2323021477,387.22678305711,7216.6419525705,82.0328260612878,652.836564981696,2353.33660265474,17454.9027404453,734.945470037742,5128.71685637706,236.00496887987,4007.20706959065,1061.66846475997,9738.62828894626,1272.85913816793,11942.6367599241,108.543798827396,1178.94086530437,928.43825596886,1573.52648361254,406.057020881377,2072.83457153174,202.331040916823,902.412077749572,698.881986410403,2979.90420086283,643.899440676548,2158.30651156104,307.45586186661,1851.24873978798,6019.02703967589,2044.63305737618,53567.4183250539,21967.8701728067,1490.37755859968,10262.0824342698 -6395,256.297663302463,2011.98099557148,254.96532645103,1810.84430337586,369.76198225251,7175.47945635751,79.2442920275685,649.112896437466,2244.9673495241,17355.3429489698,701.176518810498,5099.46352919725,225.070967183191,3984.35064316535,1031.97887421908,9683.08081233622,1237.26324295543,11874.517994488,104.346475760997,1172.21638746241,905.950406382471,1564.55135662849,388.598057217725,2061.01147628029,194.993885980035,897.264873000182,680.563942506795,2962.90733498127,613.972535208606,2145.99589892535,298.455387136718,1840.68953236968,5699.36728649525,1953.60848328234,51606.211485843,21277.2559688314,1422.40029453148,9962.50550478176 -6396,245.830304872008,1982.07059226454,243.916061060342,1783.92402750881,349.841945166617,7068.80773086273,76.0072248570425,639.463089323524,2121.49907182355,17097.3358861414,662.698103144716,5023.65415965397,212.485138593383,3925.11870463529,1016.2357236236,9539.130718877,1219.78370008776,11697.9896758446,99.3933671775048,1154.79004745762,879.120287856592,1541.29250767605,368.664278770726,2030.37217868679,186.541671986277,883.926002362905,670.038647625366,2918.86032184076,579.92690824521,2114.09321049381,294.23483983888,1813.32557296985,5342.43117405832,1861.98604044015,49673.1319913288,20627.2560364058,1365.44913431644,9710.0513080609 -6397,238.072381900959,1941.97792036033,236.42162545215,1747.83939913277,340.832045716046,6925.82221348839,73.6326127147968,626.52824031504,2067.84074868388,16751.4966002984,645.903822480811,4922.0373359297,207.148726002387,3845.72269471305,1008.43227617244,9346.17632075623,1211.98086476265,11461.366588936,96.5179985201874,1131.43133426564,847.960685921629,1510.11574986538,358.686013149636,1989.30247818207,180.865311642062,866.046237969729,666.137535387311,2859.81857545974,565.262972417422,2071.33002849916,291.887231493507,1776.64621980437,5228.32609881063,1825.23444986809,48606.3979378387,20242.1272117396,1339.44350446737,9539.59686317711 -6398,237.130136653087,1907.90204213337,235.760936463218,1717.17006870388,335.504352900133,6804.2948408576,73.50617583275,615.534551973432,2033.62857783206,16457.5581614076,635.280843367518,4835.67036793834,203.657095270979,3778.2418151079,1019.82914492376,9182.17900500165,1227.95255464881,11260.2540386313,95.8476745335579,1111.57811350325,851.138197527705,1483.61775528907,354.057783584837,1954.39619614229,179.756992009596,850.849728352103,675.503739343869,2809.63735120026,555.952886695126,2034.98440938631,295.048352197024,1745.4714162169,5106.80333261617,1803.27987377722,48431.5538398337,20316.1039260377,1321.50204046697,9603.34056427402 -6399,241.254861471395,1866.04482980272,240.227840072483,1679.49730008878,338.56137694208,6655.01630997681,75.0910871196355,602.030420278078,2050.25593211888,16096.4979543355,640.538964670999,4729.58123082231,204.98786795096,3695.35146413649,1055.28991723082,8980.73238573987,1271.95153844954,11013.2168041279,97.3218584393893,1087.1913472587,875.444675164522,1451.0688602047,357.203525218233,1911.51895467309,182.27345674035,832.183047906975,701.341022087384,2747.99708635217,559.379725304699,1990.33915369069,304.803005610945,1707.17774805562,5112.35564439844,1824.0457434859,49406.1988406962,20876.0626032151,1333.02263494823,9888.80718643192 -6400,251.90009181526,1863.0364329641,250.327969452746,1676.7896511152,349.099788413625,6644.28723760504,78.44102928458,601.05983994464,2112.22793240196,16070.5475308594,659.962305986645,4721.95630295585,211.255821417942,3689.39389897794,1070.28020728229,8966.25384455678,1296.09208289674,10995.4615358259,101.057167708442,1085.43860104391,918.757515917893,1448.72947858752,369.278951928254,1908.43724544062,189.627460238401,830.8414205192,716.172317762444,2743.5668252914,576.328220205536,1987.13037224979,308.777638672604,1704.42547326662,5222.1972988447,1860.41014355794,50787.4680666133,21567.3749795589,1332.69547741156,10192.0613374423 -6401,271.009608818229,1882.24388927132,270.04425965124,1694.07694801952,376.176276429451,6712.78823659299,84.7405536106237,607.256621934243,2275.78383838919,16236.2310000984,711.074194742737,4770.63853362451,227.338258760467,3727.43066028917,1095.75977167218,9058.69375926358,1330.48025175929,11108.8220924368,108.971106479715,1096.6292112407,992.369176136572,1463.66553011535,397.387108063045,1928.11277317497,204.042381193186,839.4071951871,736.054341146501,2771.85233758216,620.227178615386,2007.61720714278,315.921971977504,1721.99768883226,5609.42038375375,1970.31495196669,53791.5124667365,22768.5891221425,1385.03890041051,10694.6022606368 -6402,284.8768458244,1941.05225957876,281.133990766337,1747.00627617741,381.594957424465,6922.52095968116,88.3007059828653,626.229600142809,2302.34834410946,16743.5118527516,719.583686956003,4919.69120373142,230.041381926505,3843.88959731376,1108.05499574854,9341.72138396882,1348.4941552857,11455.9034281846,112.379712986359,1130.89202761226,1060.7522138853,1509.39593996918,407.359999633057,1988.3542597356,213.461439521243,865.633429446465,746.786818032684,2858.45541789242,628.719956558458,2070.34271090252,319.286470770556,1775.79936582567,5548.11670305987,1976.27301327955,55015.4640355948,23447.5923538969,1371.0483556708,11034.2278102781 -6403,289.25721574846,1875.85104493703,284.778882532659,1688.32319300364,381.663846346073,6689.98895405037,89.42253329836,605.194138386218,2299.81497982779,16181.0863411353,718.891466888178,4754.4355592414,229.683727928589,3714.77083224355,1071.46031308153,9027.92685418551,1310.28512956015,11071.0921410851,113.331346316617,1092.90462492123,1086.59891576959,1458.69434336063,408.944246847346,1921.56413997811,216.169925233955,836.556236518831,725.933934820648,2762.43803127849,628.074498209335,2000.79854545857,308.785856660352,1716.14910394299,5473.74920736232,1944.78112160833,54660.050053029,23346.6405391192,1320.8502282757,10953.7890227418 -6404,270.757806686665,1741.31207526155,264.752480701904,1567.23401405257,344.927585880346,6210.17248704059,83.2213331321507,561.788668611907,2072.08671528175,15020.5535310052,647.921803624472,4413.44000777943,206.714506606479,3448.34166042871,946.549719335869,8380.42982581217,1164.92239896115,10277.0561040212,104.309994513604,1014.51979655901,1037.37801076844,1354.07450451101,373.192005643507,1783.74655565777,201.40465943778,776.557115351605,645.820919104157,2564.31165683971,566.363312582668,1857.29814570096,272.817914347701,1593.06420715592,4796.68919733309,1722.73603140287,49548.7114988453,21328.1427414701,1138.48366179551,10002.7608890163 -6405,221.540360492834,1603.33080306397,215.64787618939,1443.04665776963,277.363741842529,5718.07947711898,67.8382710755535,517.272630216196,1663.88975674229,13830.3274280772,520.361170121886,4063.71977342704,166.042642812174,3175.09565470833,817.646176298396,7716.36599408663,998.434829877988,9462.70392911553,84.5865719148308,934.129420711062,854.361630123277,1246.77787145075,301.34874448983,1642.40278246263,164.109124685441,715.022861823727,555.022803771138,2361.11603800229,454.902497253256,1710.12615704089,234.994192162033,1466.83007077184,3816.05813217362,1409.61370826236,40930.3787464501,17736.218095808,954.136629920852,8387.81180128544 -6406,172.023899127196,1469.13895512936,175.551203262719,1322.26989897979,249.364416290069,5239.50097653431,55.2954478678908,473.979150167003,1512.76281073058,12672.7888892006,472.526248222165,3723.60401887253,150.775356777168,2909.3538923345,694.086569771866,7070.53956194457,827.365029069591,8670.71657112335,71.4542277972861,855.946831730825,621.618678992688,1142.42796049399,258.492202346978,1504.94077898186,129.24918156979,655.178543383478,457.676309426192,2163.50084610173,409.164891255522,1566.99600025972,199.772572097641,1344.06274326415,3815.99662384078,1309.30582318193,34779.936338158,14342.7028781761,954.466290339587,6696.10955359957 -6407,145.967339532411,1368.6180086544,152.661454460217,1231.79797916803,228.22278920731,4881.00554941434,45.6959121473115,441.548703327488,1389.77624343708,11805.6954606504,434.291177640041,3468.82879902815,143.856425544772,2710.29102910635,684.167906647451,6586.7614098686,786.826369403811,8077.45162957214,64.88518440212,797.38151674995,466.283463285947,1064.26112714758,240.472888844708,1401.97021179089,112.425109458764,610.35013075372,405.104611885546,2015.47049676669,381.128747162912,1459.77951095581,170.71879709711,1252.09972056781,3933.3775999174,1271.25912310539,31490.4697102411,12476.5111567662,1018.85000650811,5820.01905998158 -6408,148.011948450915,1318.40092317936,154.691716538485,1186.60106957258,239.282500076882,4701.91257290144,45.8974001900589,425.347477831274,1460.50896272112,11372.5230091038,456.263547691007,3341.55115749665,151.471599021549,2610.8455188104,727.040116029115,6345.08114654351,837.766529197366,7781.07522919033,66.5866990974963,768.124137751834,456.466918963003,1025.2114495518,251.411037644724,1350.52937328536,115.425817800827,587.955273684803,415.099988213634,1941.51921630088,401.719669689186,1406.21754405721,177.290188144718,1206.15790313341,4205.51386703126,1342.85529354684,32819.3382462149,13002.0656597663,1076.00171951278,6046.54519321495 -6409,150.409479975814,1287.44915184389,157.406365558265,1158.74353069642,253.199758722746,4591.52693812438,46.2549503747194,415.361700636729,1549.80911884576,11105.5331083107,483.992944206933,3263.10239011928,161.190448027229,2549.55134640071,754.910066041913,6196.11925088645,865.477418799396,7598.40085677166,68.8087563046003,750.091077966336,441.318081534067,1001.14281473888,265.08954649984,1318.82333029886,118.971142683712,574.15199361527,427.429618849783,1895.93865141365,427.788384992752,1373.20412370354,185.390876567833,1177.84123332843,4558.58616322071,1435.75455227561,34209.6128845542,13288.5584742024,1172.70006693406,6172.34817431049 -6410,173.699487989132,1294.76765415384,180.740018821956,1165.33040614226,298.755176752457,4617.6274644673,52.5817440963792,417.722823451732,1831.75443840541,11168.6624906168,571.922696525836,3281.65148958895,191.045471515342,2564.04426628904,853.768456005005,6231.34107924791,979.287905511263,7641.59395231457,79.8446261861482,754.354969304421,490.974974486019,1006.83380920787,312.870827329898,1326.32017906791,138.734131557113,577.415759555478,497.391923296408,1906.71611115257,507.484913390182,1381.01009999159,217.856970554117,1184.53666962937,5450.98364514835,1695.46187024645,39672.0231284183,15204.7211999509,1378.70409751982,7034.47492982029 -6411,237.393366417166,1329.79811927263,246.43114369415,1196.85889390859,384.120874736693,4742.55925227235,72.62306177131,429.024484216351,2345.63651973364,11470.8351936079,732.736151272463,3370.43790440961,243.796220223884,2633.41552602442,1049.91032088348,6399.93254476652,1213.2843773574,7848.3403824866,106.370807884648,774.764349593331,722.448416360242,1034.07410712598,405.564591641476,1362.20431057222,186.303207814564,593.037977610784,666.429386245197,1958.3030904912,647.875829368364,1418.37388953425,286.054847974923,1216.5847906604,6764.60926361107,2130.27599805669,51215.7093685771,19923.5246827178,1663.15673751641,9202.69398350911 -6412,335.648995383884,1454.87799836059,345.375333495407,1309.43460263144,503.28213962626,5188.64105164062,102.968487607058,469.378226512892,3057.26931959516,12549.7739123956,955.656093045357,3687.45893147166,316.624692509082,2881.11274472979,1358.95744029457,7001.90571442951,1590.14899918895,8586.54977822515,145.23781184813,847.638141309772,1100.06980033496,1131.33839289444,537.423271433752,1490.3322933014,257.848774225793,648.818714144456,920.596476793025,2142.49970667395,841.611631169948,1551.78514349323,385.258596884171,1331.0159034065,8457.53148910038,2723.24169441798,68251.4331696062,27301.4057078481,2020.62493573673,12622.7260767908 -6413,371.511094436186,1728.06355760514,376.635871682217,1555.30994380584,532.079950537204,6162.92330005521,112.284730017462,557.514381882367,3222.79726776258,14906.2718514075,1007.76247431367,4379.86099646992,333.78501149734,3422.10545841611,1417.20514873764,8316.66855401433,1657.94293075163,10198.8646292222,156.430167036999,1006.80097141075,1253.13901282366,1343.77222714444,575.612623108376,1770.17518147795,283.836371342704,770.648794379097,1006.09514846166,2544.80146751475,889.60992317988,1843.16716503062,416.965906702317,1580.94361167154,8713.13307165916,2856.31873738814,72891.9604298304,29252.7228319373,2104.21085537919,13603.5186244149 -6414,340.798622146693,1896.82304167071,340.6452589871,1707.19863014702,487.559721628406,6764.78296654477,100.552004563115,611.960203062691,2954.60792876148,16361.9907316036,923.843066376637,4807.59010330181,306.932595121587,3756.30193460396,1406.19601883882,9128.8589900333,1643.71922215889,11194.8668452908,142.007174725106,1105.1232881706,1134.21789751248,1475.00253216216,531.547266139494,1943.04720867694,262.606892046991,845.908927238682,923.494164254533,2793.32206203633,820.737781373212,2023.16745405254,385.327671761836,1735.33563450443,8035.29258425345,2661.41656144582,68144.3632450402,27536.4926943596,2019.59814548352,12912.3766582004 -6415,319.553223051878,1964.25162572671,320.072052235733,1767.88641377483,453.064014468268,7005.25860758217,94.7714283381505,633.714267139641,2743.39532848587,16943.6295261206,857.8856841087,4978.49112372686,284.692745110251,3889.83158664471,1322.09360768876,9453.37320259932,1553.79023108542,11592.8238520807,132.913587730277,1144.40839642351,1074.74446023758,1527.43616990156,494.030689805872,2012.11897718501,245.297336291059,875.979439854238,863.527236135996,2892.61954383494,760.922851599179,2095.08735049938,358.823543706495,1797.02363708874,7412.11037317002,2465.62892394341,63683.5344713352,25945.0451312183,1854.81219898999,12165.0405821777 -6416,295.333044895224,1985.51289198073,294.197590042583,1787.02220231528,412.765149713172,7081.08426376763,87.1617388898692,640.573657039671,2497.11177443174,17127.0291547354,780.958623643221,5032.37883543268,259.199628084073,3931.93553298425,1237.60309313417,9555.69750872519,1456.4758330454,11718.3057971263,121.727963958488,1156.79559330858,1000.85024130762,1543.96929970477,452.194619568664,2033.8983646873,226.440269196512,885.461133472233,795.056304866796,2923.92956210733,693.534957080178,2117.76479640346,329.519526851952,1816.47480999983,6700.72216464235,2249.76829537053,58666.5337265075,24070.9667606066,1696.46948775481,11322.622632615 -6417,277.273397693221,2026.0394667625,276.13423131787,1823.49735652421,382.773224899959,7225.61724167509,81.9968640787485,653.648493430865,2313.40590708417,17476.6112856963,723.593699388081,5135.09540706921,239.9465355413,4012.1908060969,1171.97739528458,9750.74015551105,1382.4116948763,11957.4897370145,113.756839953742,1180.40710613672,949.80570444588,1575.48346792698,420.448902656253,2075.41254196006,212.138068492076,903.534401586961,743.812832930869,2983.61028769414,642.389777646386,2160.99078286685,307.287109197113,1853.55112540629,6160.03391377365,2084.92507144551,54910.5459739167,22696.4874064697,1569.63681278664,10696.0965957448 -6418,260.393308657621,2056.12343234284,259.744104610927,1850.57384373459,355.391861039308,7332.90795538589,77.3190634221786,663.354295859992,2145.90945785828,17736.1154962534,671.28197772532,5211.34467862207,222.390253997683,4071.76645212576,1122.61911172739,9895.52555383791,1323.8547265143,12135.0424034739,106.534024609051,1197.93456664989,901.103959878828,1598.87728191681,390.642333164507,2106.22963141048,198.290158018953,916.950674213389,696.255264491833,3027.91289416979,595.014680714601,2193.07859428301,286.175793978724,1881.07387072932,5673.98376283087,1938.58215862726,51581.5779751965,21472.0038314262,1467.57519787164,10144.2688631201 -6419,251.890917134053,2024.99809873398,250.670658834293,1822.56009351511,339.381636001339,7221.90333239282,74.6907517604849,653.312523350261,2047.27787389123,17467.6284477317,640.504550807952,5132.45600923511,212.097433860602,4010.12857221727,1091.09190679551,9745.72835331321,1286.7174514685,11951.3436832393,102.411825957239,1179.80038635602,879.277893833459,1574.6736820665,373.852139453203,2074.34579656706,191.094559182924,903.069992154705,671.182161103736,2982.07673594742,567.39611864146,2159.88005094472,274.625519617065,1852.59841500114,5372.0593155714,1850.12101237511,49667.1345524098,20791.1935931991,1400.42799917726,9839.88689532405 -6420,241.59330471505,2000.09204438011,239.794650718788,1800.14388444278,321.119519789906,7133.07899371941,71.6396795738867,645.277238168119,1934.89292346016,17252.7888862406,605.430894884185,5069.33040510997,200.248157707834,3960.80680729903,1074.46250352537,9625.86273949491,1268.53806741674,11804.3505499802,97.5478196668782,1165.28967023847,853.237377581511,1555.30630175158,354.681599258978,2048.83280018928,182.805739239594,891.962865523815,641.290958061867,2945.39928656149,535.974674325356,2133.31504331321,261.396458892654,1829.812755672,5034.00718107746,1756.61639726307,47731.1986320493,20137.863710448,1343.78137820822,9569.44815480744 -6421,233.973219707472,1963.49952721853,232.432172295936,1767.20950216279,312.84110511075,7002.57634199096,69.4015232669755,633.471622282595,1885.87253734013,16937.1419263025,590.058688253443,4976.58489353818,195.21452639301,3888.34219674421,1066.07689046594,9449.75357067955,1260.29002308082,11588.3850391453,94.7269772943854,1143.9702102785,822.995290742288,1526.85132504275,345.079027837218,2011.34855059547,177.245319367915,875.644033320125,622.053490443925,2891.51197960277,522.405256146881,2094.28515588736,253.974140528097,1796.33556903324,4926.36776156097,1717.55534474931,46655.3540952178,19746.8329386465,1318.13970147056,9384.47589004172 -6422,233.039145899819,1933.61804721594,231.770684100695,1740.31525815242,307.966842528229,6896.00776785628,69.2823398720887,623.83114651418,1854.82877633372,16679.3843558239,580.410494431776,4900.84883151422,191.932858536847,3829.16753538852,1077.92570674218,9305.94267669291,1276.70198132556,11412.0274230576,94.0665476224647,1126.56072151208,826.07901843015,1503.61496735398,340.631765602776,1980.73888114574,176.154756944386,862.31806134594,617.639365856897,2847.50755984203,513.833905029506,2062.41331729618,251.375481906503,1768.99807053125,4811.18988426731,1692.69826493045,46439.4061465533,19807.0342162648,1300.24718501801,9431.76918039549 -6423,237.086044880414,1889.07063648318,236.151790705036,1700.22122886829,310.788958935029,6737.13497966873,70.7761675058634,609.459092864978,1870.15328391217,16295.1185041795,585.27123422807,4787.94125591988,193.194404164935,3740.94975152521,1115.15152832574,9091.54891300675,1322.21358220267,11149.1128967682,95.5111567705177,1100.60659719635,849.669635891546,1468.97412728162,343.662264968887,1935.10588313986,178.617495455061,842.451657576922,626.766797106251,2781.90562309162,517.025862592455,2014.89867329574,254.117894931499,1728.24323596251,4815.89532314862,1707.66972363506,47319.5210375926,20338.0087908573,1311.40072525672,9694.27185078163 -6424,247.538959174409,1890.7773218832,246.069914647086,1701.75729781778,320.478431817585,6743.2216604342,73.9336023566361,610.009710145035,1926.83592382143,16309.8403680979,603.073810756959,4792.26693293787,199.11111741942,3744.32952155593,1130.46354781879,9099.76269469053,1346.78945435623,11159.185589571,99.1746878127081,1101.60094286787,891.707031461467,1470.30127548222,355.285169301388,1936.85415919394,185.819741000522,843.212772548715,652.393466598741,2784.41894240295,532.723252479563,2016.71903833758,263.368488646053,1729.80462146156,4920.73920225433,1746.6891605597,48692.9505324079,21024.57662176,1311.54859573446,10001.2369238754 -6425,266.317803688773,1895.63704028496,265.449475329072,1706.13119270209,345.337296768048,6760.55324042044,79.8711374341112,611.577570822935,2076.05903502294,16351.7602866675,649.787955094965,4804.58412520087,214.268813046535,3753.95328151305,1157.06834290806,9123.15110944844,1382.2224443427,11187.8671793757,106.940914442189,1104.43230238942,963.151351600877,1474.0802768918,382.328087317642,1941.83230531936,199.945277111601,845.380016983017,701.926112325297,2791.57551859836,573.300308051166,2021.90245497177,283.404708034512,1734.25060420796,5287.85176482165,1861.11388684945,51692.3937527073,22225.3133689392,1363.85043637201,10525.8382383281 -6426,279.918054683486,1954.59004394961,276.318709011367,1759.1906952958,350.364062522322,6970.80178035068,83.2266834613249,630.597211190653,2100.81300338255,16860.2887462921,657.749875006101,4954.00337557463,216.847056762216,3870.69863774892,1169.7829599885,9406.87481254071,1400.67538106465,11535.8021272633,110.279164013443,1138.77938476145,1029.52030002537,1519.92315615551,391.941969968308,2002.22194984458,209.159958962083,871.670752065791,731.318414358029,2878.39159059986,581.266869687597,2084.78222589015,292.89680394935,1788.18460109268,5229.85976972377,1872.36907512082,52931.9969805103,22910.4445762997,1350.01526238643,10879.0090026781 -6427,284.210438022831,1888.28960905884,279.886098353095,1699.51828034876,350.452124564695,6734.34954270356,84.284033128885,609.207114851899,2098.74908347987,16288.3813636041,657.205500273725,4785.96170398845,216.523745533296,3739.4030733372,1130.7359428014,9087.79005460636,1360.57134942459,11144.5033481566,111.209731671275,1100.15155654343,1054.60566789242,1468.36678679529,393.474520976012,1934.30582265797,211.807338117433,842.103349877067,739.717624517245,2780.75545721554,580.721544489494,2014.06562285774,295.075798464199,1727.52870187513,5161.22938927929,1852.11907275299,52691.4832990945,22839.7292274048,1301.12610479347,10826.4826783354 -6428,266.008841045406,1750.39511799795,260.172406356884,1575.40902973747,316.773629461625,6242.56602688997,78.4391432742742,564.71907411378,1891.46564303762,15098.9038345405,592.516452668263,4436.46142064086,194.900467915343,3466.32892136622,998.424694595757,8424.14387531464,1209.13962307426,10330.6633471589,102.350411846281,1019.81174094967,1006.83331247166,1361.13763625372,359.092920918967,1793.0509453913,197.325814135868,780.607797343765,686.359351305203,2577.68763504569,523.776710067928,1866.98619568999,271.567054801823,1601.37395845265,4523.59047042507,1649.79001049746,47858.2889845818,20893.5213048886,1121.78223810761,9911.68192501944 -6429,217.645315116287,1610.79394153705,211.906050760434,1449.7637101767,254.744055269084,5744.6958303109,63.9400350345343,519.680416095605,1519.04638618293,13894.7044415585,475.933622648094,4082.63546027527,156.564687877724,3189.87499936452,862.765951595215,7752.28391433914,1036.6668761844,9506.75065335846,82.995037320414,938.477579684384,829.205454517357,1252.58133751155,289.970376195275,1650.04779207055,160.780604602832,718.351129838669,559.33313605154,2372.10649356452,420.738092357444,1718.08640348039,220.105299818177,1473.65782953113,3596.38847996592,1340.03986503525,39427.0146599937,17348.9316169931,939.243342548279,8283.1911853289 -6430,169.06527158526,1476.28389797183,172.582522896197,1328.70056560771,228.886465329913,5264.98252466814,52.1180412236289,476.284278572074,1379.65270980113,12734.4211479818,431.675603404963,3741.71322344433,142.085313996042,2923.50311028061,733.850814040825,7104.92609894241,860.490845116813,8712.88533541051,70.126941126623,860.109604195307,603.317157598763,1147.98399210752,248.681319855949,1512.25983876827,126.666229375195,658.364908585861,450.277798120329,2174.02271663757,378.113058702872,1574.61685655595,182.42442496563,1350.59939620892,3596.71247824411,1239.2661710992,33456.9593186181,14007.9204476751,939.678650890526,6609.36269313505 -6431,114.875138222565,1379.72593242142,117.853781845025,1241.79544958158,175.369242169069,4920.62057508728,33.5280910811603,445.132383583756,1094.45145940186,11901.5123828043,388.603280960495,3496.982371184,138.290057428608,2732.28818678466,612.102035423765,6640.22062430952,743.906035157205,8143.00952546837,62.8921281329553,803.853193320973,398.74269494411,1072.89884153816,199.839996148652,1413.34882740002,90.7713079452798,615.303830530232,361.783585222876,2031.82837931038,314.738488312036,1471.62731612995,146.85150277651,1262.26196317811,3303.83953395411,1056.54018449994,26922.7480134934,10912.9780266092,893.050618196396,5182.7303423032 -6432,113.848329607009,1323.81025170565,116.237831742165,1191.46963034352,176.029174371433,4721.20426889584,32.8807180515663,427.092655800255,1099.57981165081,11419.1838632093,390.424854726034,3355.26136330772,139.150578604215,2621.55767843827,611.368901578325,6371.11467537694,790.252745505188,7813.00056499862,62.4358768675934,771.275710036881,388.938330876009,1029.41783733722,200.799494208045,1356.07052312534,90.6571039741634,590.36762274965,360.025675122439,1949.48516588149,317.132871075718,1411.98717948563,147.222422274466,1211.10670454725,3341.41039557334,1068.85918790358,27147.5873261449,11049.4260974125,911.265693474236,5271.01711618375 -6433,114.948936157472,1295.54867877229,117.65496069408,1166.03335213639,184.52623971489,4620.41289142554,33.1065023951115,417.974800559558,1155.53288208415,11175.3996069884,410.293857790808,3283.63103440866,146.745265256768,2565.59093892047,631.402279324271,6235.09992414428,806.614980593093,7646.20348436594,64.0189231993271,754.810008322565,375.521700349015,1007.44114751228,209.834135786041,1327.12023667551,92.7567035824138,577.764066004007,367.905368797215,1907.86627289658,334.58015596878,1381.84314743678,152.643908157885,1185.25120114973,3592.9260565058,1130.98113791108,28051.666463463,11210.7219428047,979.393993922851,5341.16639837951 -6434,131.460841979774,1303.5614301758,135.262835427936,1173.2450729555,214.19594741801,4648.98937063254,37.6608675443965,420.559904635302,1343.01908401572,11244.5175802093,476.865499999323,3303.93974191668,171.087294236361,2581.45868880399,729.473792235719,6273.66297197633,907.055219436192,7693.49397117264,73.2944684801574,759.478381694151,416.984792037628,1013.67200213083,243.99058870211,1335.32825287227,106.963375158203,581.33743990082,423.050085368373,1919.66610597607,390.475087440791,1390.38961566332,176.949037882085,1192.58178114347,4239.87911726063,1317.97394425741,32252.6323409613,12762.5285165478,1138.4624446545,6067.60732269215 -6435,179.432017644396,1344.57976005567,199.649568717228,1210.1628217615,273.011711475816,4795.27613180719,56.4579772274409,433.793392910764,1704.43712366059,11598.3415893953,605.189290739928,3407.90269072752,216.05539844002,2662.68779056894,956.200388131037,6471.07229338049,1126.37409786283,7935.58020227244,97.1369951353945,783.376399904737,613.8752003864,1045.56856765577,314.152330411183,1377.34616894918,143.320805801592,599.630011565934,565.131785731845,1980.07100579234,493.768867090617,1434.1401122618,231.234055076245,1230.10798572062,5211.24128562936,1648.17768106815,41798.8222071886,16909.3723206846,1367.73634553265,8013.99913160989 -6436,259.635293581288,1458.63849370739,276.576862987905,1312.81916321706,372.668485841167,5202.0523896036,78.9352189212493,470.591451703376,2317.62687690197,12582.2119356897,822.906782671725,3696.99008952681,292.5537711633,2888.55969978883,1338.23973838321,7020.00388753237,1523.79202260796,8608.74385946254,136.926481293918,849.829073669571,938.449135700056,1134.26261937043,432.351553556269,1494.18442912341,203.895786490277,650.495748066344,803.605312847365,2148.03753196689,668.868800166742,1555.79611954615,322.276055750326,1334.456246251,6825.97851382986,2206.33512326301,57862.8424157801,23949.2019229895,1761.56042202065,11337.1743187899 -6437,289.921884772866,1725.77833316443,304.387718591447,1553.25317206222,400.557596280615,6154.77333190762,86.1649467144413,556.777114155195,2485.54545223264,14886.5595111959,882.525030658446,4374.06898416112,313.673128654542,3417.58000042712,1464.95135619235,8305.67043177441,1596.28864801617,10185.3774547397,149.281722615942,1005.46955846783,1070.51904608508,1341.99519694048,470.296832659536,1767.83426781697,226.917150365598,769.629673611017,888.190089538357,2541.43617317432,719.34002578532,1840.72972536858,353.675109968098,1578.85294147318,7220.61694541857,2360.06761917037,62825.074630367,26126.5384782285,1860.81331035843,12380.6528879704 -6438,267.370397980782,1903.07124984187,270.761600618213,1712.82220820167,371.314697302303,6787.0664222384,75.7240307127935,613.976023546311,2306.11852047245,16415.8877593915,818.818528729528,4823.42649030636,292.043063027638,3768.67533788172,1357.25795690404,9158.92980322033,1583.53500663763,11231.7431679425,136.662161595932,1108.76360685484,969.622750893665,1479.86124732508,438.829791495658,1949.44768103493,211.353655577287,848.695383832217,821.051614840685,2802.52337251668,671.821128551097,2029.83184558529,329.779797412812,1741.05189693536,6699.86051638011,2212.01201121473,58714.9953086769,24467.9378354637,1788.39962367108,11678.826976608 -6439,250.415163683669,1975.70667404051,247.150057281503,1778.19630687502,344.071314046231,7046.11160968715,69.5124486389065,637.409938026279,2135.11609245099,17042.4407437318,758.100611443366,5007.52449990188,270.030510857376,3912.51615932061,1263.29463546429,9508.50302677553,1499.58411132453,11660.4304436088,127.642583536479,1151.08231401128,918.658804684047,1536.34381436692,406.879479819722,2023.85317650799,197.143577891279,881.087943609052,766.526176172627,2909.48861304893,621.015336810686,2107.30540164277,306.484971890254,1807.50345154544,6147.33455066397,2043.51957190325,54720.8080858832,22983.244151526,1641.35573522914,10982.7860129026 -6440,231.442348205585,1993.5545666886,236.162769353668,1794.25995499108,313.329070434927,7109.76389433473,66.4457108939255,643.168092460941,1942.65447303883,17196.3966203061,689.763498254695,5052.76085046001,245.695016578465,3947.86056004213,1158.82009004806,9594.39975602981,1406.61527678435,11765.7669864887,116.856380054526,1161.48081791853,855.522952322829,1550.22264558699,372.365856243152,2042.13600902783,182.0074964671,889.047406032136,705.72117401697,2935.77198856658,565.789789145554,2126.34211447036,281.451287268041,1823.83185089141,5559.32097825652,1863.57073099158,50349.9912505853,21284.6346951986,1496.47914722252,10197.826759905 -6441,216.243272699958,2023.49389891171,215.333409331874,1821.20626776562,287.264925268241,7216.53879120347,60.7688786192052,652.827232730916,1778.6422800408,17454.6532238918,631.527337018589,5128.64354174603,224.658137774752,4007.14978685971,1071.64155910017,9738.48907596966,1334.70478289192,11942.4660408082,108.306974054783,1178.92401243123,811.373465910117,1573.50399016695,342.880793772492,2072.80494051368,169.51263198642,902.399177835155,655.92513045377,2979.861603351,517.91049317889,2158.27565872787,260.329796964364,1851.22227632312,5010.83673534876,1705.00207201384,46690.0610698007,19930.1045844435,1367.25293426632,9578.09236581817 -6442,206.763446247482,2039.98222790066,208.979434413691,1836.04626709342,277.72431837195,7275.3423615107,59.1635534563228,658.146759610639,1720.70558231052,17596.8815078013,610.957003548244,5170.43401219364,217.330785474615,4039.80182699153,1030.36017916836,9817.84261977143,1274.74288580542,12039.778569957,104.417613966413,1188.53041004894,771.716088410574,1586.32560107927,329.952220347216,2089.69507781901,161.980179779284,909.752328013423,628.945095544085,3004.14284209554,500.214247739595,2175.86224949007,249.820756270012,1866.30685944942,4884.00089521263,1647.92923092195,44870.1804849374,19096.642622491,1317.91327109932,9158.55917913642 -6443,198.145677432991,2005.70386129005,200.580809880028,1805.19469093913,259.541090038073,7153.09283929686,56.9555209666511,647.087743703066,1605.28948292445,17301.1964046283,569.975309695567,5083.55382756166,202.526076946428,3971.91995715665,974.429001659646,9652.87078617259,1236.67262433295,11837.4709527204,98.8227922533597,1168.55921590503,752.062169074608,1559.67014801998,309.949989845685,2054.58137290424,154.317745521574,894.46551649223,598.685910303418,2953.66342698908,466.426706761399,2139.30065455943,235.986724191951,1834.94680647389,4477.46681436291,1537.39005668092,42552.7513171351,18302.1831965942,1228.4767085104,8806.67527435662 -6444,189.582825611024,1962.16888966965,180.896665692111,1766.01188775662,244.080228118287,6997.83078901763,51.4777203305799,633.042326978434,1507.66968164134,16925.6638501913,535.313021236893,4973.21232805868,189.926980102389,3885.70711888545,923.625467958378,9443.34959820364,1219.25818122193,11580.5317445301,93.7148475532344,1143.1949568621,729.570100240995,1525.81659818059,292.560102592466,2009.98548639902,147.186710268455,875.050620989726,570.105745206558,2889.55244034149,437.805551783414,2092.86588665513,223.67431315393,1795.11821627843,4137.47725886788,1446.65016024342,40562.3598030985,17604.9168062294,1165.08040872453,8511.27650029049 -6445,183.001518919888,1919.09674984299,176.32602973177,1727.24564731449,236.014901278425,6844.21937064547,50.2220275633544,619.146230792545,1458.03574312734,16554.1236816295,517.690124288251,4864.04389821069,183.694809826863,3800.41083209219,892.378114519211,9236.05588538041,1210.21199160116,11326.3241249957,90.526569316125,1118.10035196324,703.389887561715,1492.32295438027,282.790125501992,1965.86371055417,142.129278213472,855.842130374517,550.568886884025,2826.1230345436,423.413422590711,2046.92477904557,216.118389722586,1755.71305435582,4002.02257590443,1402.44176896205,39369.2892837728,17139.162054883,1133.77965862368,8299.3731288464 -6446,182.478674140919,1873.97079726363,166.102219026519,1686.63091271083,232.850936803162,6683.28328506888,47.3738481030037,604.587525790975,1437.4005896091,16164.8673294882,510.362681105045,4749.66998021383,181.000272342661,3711.04735471403,884.925247549962,9018.87776763408,1220.89652076082,11059.9951004664,90.0369081443272,1091.80915874133,706.152159672589,1457.23223012263,279.722548897822,1919.6380720671,141.457678827649,835.717719557886,547.46855011854,2759.66911863202,417.423160246403,1998.79305743211,214.302689903761,1714.42893252074,3895.910884886,1380.524630748,39072.5458129442,17129.6043388727,1113.26619606755,8310.27370887384 -6447,186.282731794264,1840.35775083041,171.671699343937,1656.37814502233,236.830249132492,6563.40654434517,48.986399324801,593.743157988109,1461.21015009467,15874.9212764727,518.815987044416,4664.47608187746,183.68609689262,3644.48302658681,900.915491192266,8857.1079270252,1262.17990709001,10861.6141388175,91.917596383168,1072.22559212301,726.671416450079,1431.09414158539,284.127788413363,1885.2059006877,144.043496840699,820.727614827555,558.115934330025,2710.16947522223,423.422033460913,1962.94109861399,217.895191870454,1683.67755720613,3956.10723068671,1403.23616389192,39910.1578417445,17572.5155473747,1126.17570867887,8529.28528737183 -6448,194.534962603475,1841.39911885894,182.58059407448,1657.31540803144,244.235643769991,6567.12045362744,52.131781536398,594.079128068712,1505.71573635973,15883.9041144374,534.61731022752,4667.11547971155,189.301119775785,3646.54526046644,935.125762141906,8862.11972922304,1301.05521313508,10867.7601925928,95.4452789104293,1072.83231190372,762.65599319746,1431.90392744587,293.79970280848,1886.2726460807,149.890138362841,821.192024259811,581.064741994583,2711.70302696896,436.320902502641,1964.05183053611,225.885591421026,1684.63026761129,4065.66193348399,1443.66549391592,41315.3467581237,18268.386927214,1143.50583363509,8862.28285318988 -6449,210.414189661761,1844.84141857513,199.759769295716,1660.41358283791,266.58752421904,6579.39698653234,56.9884239650805,595.18969578486,1644.23910288138,15913.5973830314,583.801705421316,4675.84015549026,206.53738790288,3653.3620888154,1015.48912046921,8878.68651907123,1332.79808294247,10888.0763138744,103.841643869656,1074.83785775468,824.350175209972,1434.5807194746,319.663892623756,1889.79883208121,162.362412543625,822.727155369139,629.751081512645,2716.77226723552,475.892799629924,1967.72341644576,245.33177924632,1687.77950464127,4463.02557941559,1562.26768604822,44417.7213889342,19529.0283603389,1210.88027060505,9416.8050916729 -6450,220.257828284889,1891.47156817085,208.566451049052,1702.38214066566,267.55828772481,6745.69760329135,59.610819081886,610.233690500521,1645.4595645671,16315.8289348089,584.231857168109,4794.0265338645,206.511249100151,3745.70434599454,1041.10125048837,9103.10390065709,1346.87934618833,11163.2829642746,106.262020442633,1102.0054232666,880.717597054801,1470.84113344985,324.825461843252,1937.56532374737,169.005075753362,843.522379253994,652.392223850644,2785.44131161145,477.120129057475,2017.45952728326,251.736046512837,1730.43976258734,4352.04818520096,1556.36739846746,45282.4845810472,20142.6957492482,1181.70174557081,9728.00632777496 -6451,224.298709016084,1813.42681544592,215.087814822217,1632.13948122137,269.514019755336,6467.3607198482,61.6053678150787,585.054598051572,1656.11269287826,15642.6150963631,588.013403726673,4596.2183184579,207.725939782825,3591.15136492778,1054.3845129818,8727.49714826846,1312.94730915363,10702.6703527999,107.661399986285,1056.5351438251,902.542112500954,1410.15217862261,328.103115064887,1857.61867843433,171.789899188311,808.717470412312,662.549181920091,2670.5101214986,480.201117368441,1934.21633579737,254.932015408517,1659.03940656343,4337.90167302874,1554.71186491953,45501.5803602609,20276.6844367677,1156.45628235194,9764.59894922412 -6452,209.774066693865,1683.51614687238,203.499137296581,1515.21591452171,242.935498480416,6004.05051186766,58.3072333157103,543.142328233165,1488.49847885372,14522.0059997631,528.498026042586,4266.95342087558,186.31964383712,3333.8876745528,968.129994872896,8102.27479032817,1169.55709404875,9935.95010293278,98.8727317183831,980.846847095019,861.610162519758,1309.13138707208,298.856166367894,1724.54218347207,159.914641273224,750.782390610079,614.045603217508,2479.19953076434,431.875565530526,1795.65252103018,234.296228370182,1540.18877710281,3786.55203411584,1384.79810850516,41465.6839219626,18673.893160348,999.022506157362,8988.34228961515 -6453,171.428587516905,1564.1927208575,167.592815030759,1407.82118925644,194.655169401234,5578.49838492583,48.0391341305062,504.645754535976,1190.96952706053,13492.7224305383,422.857895257169,3964.52240364377,149.046130842028,3097.5900304729,783.895110238677,7528.0057592339,1002.07902266887,9231.71473863441,79.973972087277,911.326868680376,709.506945864902,1216.3434191638,240.642505833227,1602.31093429673,130.104854058133,697.568807119556,499.538234764606,2303.48005083249,345.600036642914,1668.38114846887,189.472004620519,1431.02403761694,2979.47172049961,1115.91526432416,33882.3375876766,15379.4731772678,822.050368465719,7446.37606792831 -6454,132.897209719996,1435.41019864327,135.587573305351,1291.91298871214,174.772812773571,5119.21157032864,39.1872439419051,463.097451550511,1080.13392957237,12381.8447215635,383.512608625292,3638.11684778863,135.423733680884,2842.56042217037,652.624192492063,6908.21284242125,818.973153118984,8471.65269989032,67.5965451916117,836.295850350412,516.000333733948,1116.19989381053,205.827920611257,1470.39007778165,102.17522436808,640.13683649283,401.251751651095,2113.83080438047,310.224515941513,1531.02062412331,156.527625035135,1313.20550895605,2973.91592861134,1024.2418101238,28538.060869163,12288.3782128766,816.081093057988,5889.76710091554 -6455,115.922568279135,1333.03793060517,112.723919387561,1199.77482298966,155.510909153947,4754.1136355942,33.3653183700631,430.069724366534,898.55615190256,11498.7817979197,291.317989399918,3378.64936354771,95.0431525644384,2639.83136414364,442.311756991359,6415.52481677046,543.025351430126,7867.46143683635,41.4301453095278,776.651922062777,344.794451599662,1036.59344067172,163.379193893527,1365.52307369774,81.0540995744923,594.482806816544,279.973162687447,1963.07413991079,248.829957180081,1421.82949962611,109.642578478279,1219.54877830232,2478.15830131511,828.306686685008,21238.8604302991,8595.48559726701,650.910460808093,4021.66967004387 -6456,115.511583904122,1270.96082285494,109.365413068097,1143.90353136862,150.299999815254,4532.72336781715,32.2260210299932,410.042173757006,913.397528957673,10963.3048244012,296.05390944458,3221.31191967167,96.759605839134,2516.89930626889,445.230911419556,6116.76570708468,547.298131245499,7501.08832762287,41.4186031015591,740.484680348633,336.538164613983,988.321203826554,165.832067788047,1301.93319299353,81.4922721362865,566.798843437002,280.392956482142,1871.65741266911,253.735962419361,1355.61753294135,110.840734617787,1162.75665020213,2513.87339478233,842.416041206376,21306.8653919251,8580.05297716225,667.801636647875,4020.76360193218 -6457,116.247031263217,1232.19878849961,111.813706867609,1109.01651739875,162.813430964992,4394.48340341614,32.7405005021914,397.536620052682,954.844599457333,10628.9436146694,309.340449408862,3123.0676614269,101.44134132995,2440.13837420541,456.950317731385,5930.21528143982,560.666503409177,7272.31853532938,42.1884723514992,717.901220573063,324.655608337858,958.179172878052,172.413302582687,1262.22655668526,83.050110121253,549.512491374225,284.974665559474,1814.57520554936,266.324786923154,1314.27362017893,114.275321883642,1127.29464979146,2715.24299183546,889.380640902857,21991.4857965638,8699.46279351086,716.023392050297,4064.88222162474 -6458,134.478097410305,1217.70641443101,128.10714119951,1095.9729384175,195.886785315271,4342.79815756544,37.1112784464335,392.861035676574,1135.1603947298,10503.9324328249,367.622071517824,3086.33603564268,120.979213799463,2411.43894808345,536.543955487552,5860.46768959989,657.862201592431,7186.78593982318,49.0388879110249,709.457702262584,361.06923909503,946.909651168009,204.47357593776,1247.38101423746,97.0762225023019,543.049459065893,332.163328576643,1793.2332736307,317.977406049431,1298.81593176868,134.709684590179,1114.03609451387,3297.94894117877,1065.0392589619,25859.0467466885,10099.623481594,867.052670218665,4712.64855654551 -6459,180.055527792223,1226.78945997332,182.497509453682,1104.14795662781,248.030390353021,4375.19170742174,53.888754238916,395.7914420837,1382.6711638919,10582.2827605639,448.270214914009,3109.35745561582,146.729969142916,2429.42621457754,685.060708007344,5904.18175260638,850.308430938904,7240.39319952108,63.3965539661751,714.749648288016,530.349423551861,953.972785092639,254.35973219183,1256.68540684528,127.171945735818,547.100142309378,434.249930451532,1806.60925596875,385.920339254823,1308.50398475051,171.263523892224,1122.34584837763,3830.90899654652,1281.72043905443,33037.7213866715,13401.6456514711,1002.74802200264,6289.74196403914 -6460,257.293514489975,1247.64574946003,263.663147119361,1122.91925371744,349.730787211433,4449.5730644411,78.3233081309627,402.520176851801,1820.89811717894,10762.1890606143,590.950651073182,3162.21873404041,192.513604489511,2470.72818045761,941.432714925019,6004.55702304375,1178.29972274668,7363.48501070288,87.863889411614,726.900898410059,809.793841584703,970.190997929887,341.143395860804,1278.04994859759,178.163728630603,556.401232120238,608.726819488614,1837.32289254718,506.165589886419,1330.749479019,234.069345709749,1141.42652251261,4911.95615551167,1675.17561249792,45408.4341257129,18946.4152567544,1260.85092853464,8907.60736241471 -6461,290.22522369201,1326.84757746044,283.510248325769,1194.20331622459,375.146977057877,4732.03651264156,83.67424444081,428.072569289726,1992.6918123258,11445.3838274426,646.916176795907,3362.95961291692,210.866785209255,2627.57253188433,1048.19002399251,6385.73244304065,1322.46319165307,7830.9265689767,97.3275005580968,773.045310759586,925.226090389255,1031.77971458191,377.991240204246,1359.18186625015,200.798070463962,591.722151303167,682.314967447906,1953.95802858617,555.743040675938,1415.2268167525,261.302094583758,1213.88544536813,5278.42112656046,1827.53835650897,50209.5386438733,21212.6208197905,1355.80808310476,10004.9504817778 -6462,268.350983983324,1412.44224698924,256.627800370105,1271.2411312222,339.167024855254,5037.29923337771,74.6844646514016,455.687444370424,1860.79721014804,12183.7232290303,603.957383407713,3579.90345906483,197.636387875881,2797.07670580011,975.006630410469,6797.6747546116,1237.34638539133,8336.09806204203,89.3451513559748,822.914307793817,838.211945289411,1098.33961580672,354.739055289668,1446.86241422529,187.690220614809,629.894027903042,632.72038366747,2080.00746679675,522.692098645841,1506.5228131774,244.793337326008,1292.19295054591,4922.64359929933,1711.82188936115,46568.4107146163,19636.1286831282,1277.59414598113,9291.12477165382 -6463,249.84838298081,1525.86458937974,233.671741476943,1373.32470111947,305.739460820576,5441.80588105795,68.4172803409566,492.280188214362,1697.57985133268,13162.1040659245,551.139053096034,3867.37789331125,180.057383671089,3021.68836159984,899.144124754026,7343.54358225414,1142.80979227794,9005.50579932059,82.7231921899775,888.996208540971,793.601071570372,1186.53879862685,324.986111065624,1563.0487747565,173.803288421053,680.475958778332,586.376407824226,2247.03682291854,476.064619843371,1627.5000401752,225.32900125674,1395.95899944725,4427.05689080141,1554.80159395347,42784.9335582947,18192.485994051,1148.24986190452,8613.36806816785 -6464,235.033140642375,1616.37683233673,229.740553281125,1454.78848229096,302.017444579851,5764.60651452132,67.1435939625044,521.481589379772,1609.23244716593,13942.8624433926,522.393942528331,4096.78556809593,170.833093798797,3200.93086649119,849.001899580122,7779.15274804022,1079.147943611,9539.7003369827,77.8925123333263,941.730272477806,740.863485641889,1256.92269033435,307.804032048019,1655.76673376746,163.963722691497,720.840880892667,552.605196338553,2380.32803648027,451.872607615619,1724.04116189344,213.041592295922,1478.76541686816,4255.6869780372,1480.60390264207,40652.3602459465,17198.9547520109,1097.38337127869,8136.89054531829 -6465,219.730514406602,1663.84585877141,207.366774530952,1497.51205487701,263.414262272403,5933.89888097263,60.8397717286247,536.796225704819,1474.49084681448,14352.3301446488,478.783651981458,4217.09812055193,156.385936119825,3294.93436176364,786.459792926025,8007.60740047565,1003.1995765119,9819.85795766608,72.323650752743,969.386582754146,702.760551651424,1293.83542950519,283.72479717306,1704.39254507734,152.837475314017,742.010211054885,514.339294285207,2450.23243762388,413.967607734787,1774.67202584247,197.353720244035,1522.1931332643,3794.98679030693,1347.43490613996,37396.9577972966,15991.9131018846,988.031817698898,7585.54608690196 -6466,208.107882651161,1684.49965987447,199.871522388403,1516.10110624124,254.623193770101,6007.55808840894,58.8651944619368,543.459632906956,1394.83069837148,14530.4897804169,452.93202111901,4269.44618233591,147.84979452858,3335.83533741397,744.282879311689,8107.00815306878,947.416686765437,9941.75470191601,68.672818585538,981.419859494676,667.539288099087,1309.89618385946,267.942521840929,1725.54966395467,144.339936603064,751.220998962176,486.951682657049,2480.64788335533,390.934390248688,1796.70154429316,186.378214672012,1541.08855801122,3605.44630905413,1275.21730488073,35473.6482557951,15156.9320633318,934.327628743177,7181.56860551836 -6467,195.572154255877,1643.9730850927,189.448075714192,1479.62595203231,230.305530254523,5863.02511050148,56.0277901590538,530.384796515762,1236.74451523477,14180.907649456,401.908109231038,4166.72961069938,130.919841915805,3255.58006430132,681.915063759802,7911.96550628292,874.732092564528,9702.57076202772,63.022396033498,957.808346666532,648.996243860927,1278.38201563725,241.676671062704,1684.03548668191,134.242642498837,733.147730847448,452.100226391145,2420.96715776851,346.522681641178,1753.47555782977,170.438828664362,1504.01224260476,3084.82056681203,1122.31323077203,32416.8424028078,14144.7102698664,795.118907581734,6723.26846563027 -6468,192.356072279213,1587.33423197901,181.644886533538,1428.64925556429,231.971917902241,5661.02970008586,53.557189715887,512.111756125996,1243.856675325,13692.3410465964,404.106231794138,4023.17568726545,131.649429583617,3143.41744878538,677.000409131594,7639.37913840717,865.581865105465,9368.29370773845,62.5202941138657,924.809530110574,631.893229651459,1234.33866002308,241.264868307959,1626.01638683574,132.476524289289,707.88901644717,446.648332217215,2337.55897761928,348.242520213101,1693.06407940659,169.264056978378,1452.19537938326,3170.09933027943,1132.8852114737,32200.4478159765,13927.7625481952,813.496439656241,6604.03516425646 -6469,185.266239331546,1529.50937747958,175.74050613704,1376.60512165134,220.770231707432,5454.8045635459,51.895021383135,493.456083496474,1196.32039038783,13193.5439988008,388.669591182455,3876.61578573058,126.61735982662,3028.90618017854,651.654810212043,7361.08488994657,833.399428713273,9027.01698753408,60.1731206422412,891.119727773444,609.038361294347,1189.37304913856,232.159709462499,1566.78238363199,127.574098109893,682.101391791227,430.062191673653,2252.40425403208,334.954125509583,1631.38760190264,162.93203453298,1399.29348586529,3029.44862122128,1088.18003670212,30977.929949239,13416.3950970936,780.608610638216,6366.20099490529 -6470,183.422559999507,1497.63194255664,168.328436872061,1347.91445729442,211.341066163143,5341.11766495469,49.7015905372168,483.171665224444,1157.51737367281,12918.5693262572,376.180374878233,3795.82087904322,122.440002660371,2965.77890481298,638.794669970774,7207.66804399808,819.841641742546,8838.87943780383,59.1939606175127,872.547359699793,610.904796599075,1164.5846022475,226.250554535873,1534.12811932473,125.863325271023,667.885301947106,423.775809494867,2205.46052744545,324.119771170077,1597.38686095952,159.668703144721,1370.12995951459,2889.07761568367,1049.09163324951,30227.2825517044,13209.4650563363,742.708111754256,6274.56069393443 -6471,186.894069621674,1474.2590141353,167.569393901709,1326.87810835367,205.77560073334,5257.76102883766,49.6635540270348,475.631002912427,1170.71874820056,12716.9545051596,380.528598088734,3736.5810570382,123.61298092147,2919.49320798324,648.383936873397,7095.18092049993,832.011592181987,8700.93466609179,60.2691629195647,858.92987038017,628.539207022843,1146.40940727773,228.864379400742,1510.18561001839,127.859009113546,657.461889550182,431.009196110841,2171.04080816779,327.050351872199,1572.45709837803,161.824876192901,1348.74690232832,2868.54184164425,1055.00490658508,30557.1418623714,13422.966155085,742.971968081399,6381.13234126048 -6472,197.989738876185,1490.86305037121,172.925088088439,1341.82224773522,208.36319336553,5316.97725461993,51.4234734747344,480.987859700522,1250.8119035246,12860.180879487,406.504125460824,3778.66479312162,132.205424848526,2952.3743845954,689.617370313041,7175.09132971213,882.421636677961,8798.93008826448,64.0764733182114,868.6036811252,660.890286865665,1159.32099415434,243.748554616192,1527.19427427024,135.431734663537,664.866640637443,457.460002470881,2195.49244109174,349.435946547117,1590.16710346571,171.921987930752,1363.93734188108,3038.86208932207,1124.81483851409,32328.2498825216,14188.8686965122,797.145920724482,6750.60030486413 -6473,210.798380969324,1525.74888213278,186.579068393513,1373.22056106572,223.534885880983,5441.39322558291,55.5056184597453,492.242858305989,1312.07459486736,13161.1059755067,426.52077499706,3867.08462767543,138.427678513402,3021.4592251195,729.13813450551,7342.98671684371,935.374218251098,9004.82290629669,67.9481384681735,888.928795413645,712.919344508415,1186.44882266257,256.656727970185,1562.93024780997,143.852642595419,680.424357869339,485.451644082123,2246.86642873913,366.064274594884,1627.37662584972,181.744836262982,1395.85314302079,3165.02498642499,1177.41109339673,34250.57024626,15107.7632267427,825.696750924156,7188.65031813867 -6474,220.980953583991,1599.85957723751,193.643209942672,1439.92244858107,225.342524394071,5705.69978284706,57.7517709766924,516.152730249269,1313.74171549768,13800.3846429296,427.324021343625,4054.9217830173,138.626311418929,3168.22154362843,750.180666007603,7699.65999126185,970.135615127624,9442.21708871798,69.755858481985,932.107021986965,761.948643665415,1244.07858597644,261.308179523937,1638.84696544407,150.034219680957,713.474830799983,504.438605804418,2356.0042002239,367.326964113628,1706.42371829807,187.094822342517,1463.654370277,3073.1730664245,1172.80886282874,35097.0211209616,15736.8777018046,798.58727224602,7510.11575981573 -6475,228.101622109074,1553.28728266823,204.702526031951,1398.0059620429,238.139236689652,5539.60549882902,61.0429661856302,501.12740094042,1370.73924492389,13398.6521484629,445.79404547544,3936.88204101683,144.68434347184,3075.99385746775,777.83069543857,7475.52104913321,1004.27413247225,9167.35189310986,72.3007805204292,904.973163856094,782.169504408256,1207.86316107428,271.69242882711,1591.13973868831,155.110539418409,692.705407995287,521.787514596779,2287.4203550037,383.255721961669,1656.74931611972,194.020235495204,1421.04704182767,3236.89244269312,1226.52872056016,36501.650977574,16293.4139044729,841.030677308553,7770.9990659744 -6476,214.495861502008,1444.58002532227,195.562014065686,1300.16611259411,221.513942142154,5151.91461429295,58.2858306633532,466.05585561523,1249.10699410339,12460.9436231669,406.424088934658,3661.35821876656,131.728429724319,2860.71954241386,721.981663911438,6952.34455786156,937.800187335556,8525.77213349621,67.0967082467766,841.638356630031,747.291018270172,1123.33051025386,250.397395116241,1479.78336631794,145.409827171908,644.22622073089,487.688627410606,2127.33458338609,349.524601016773,1540.80123859745,180.226282814472,1321.59465578141,2884.00245856071,1113.41208146324,33897.5540395644,15296.1376381875,746.382383778762,7309.64121924338 -6477,178.449320081734,1371.53962435633,163.64220603362,1234.42752246995,183.265575730851,4891.4251276781,48.7204582102337,442.491286003333,1050.13656113574,11830.8973102622,341.622212976056,3476.23377588981,110.877591121725,2716.0767405155,603.462159933075,6600.82229861787,781.484979693308,8094.69472396612,55.9636693984832,799.083702710557,616.740278608501,1066.53302624607,209.696873192805,1404.9630250949,120.995285758152,611.65305714692,406.61623647543,2019.77296115989,293.882350246321,1462.8957309044,150.483474412161,1254.77260239521,2428.38396052983,936.709444855604,28315.5540126168,12735.4703718365,633.047697134135,6086.99218557303 -6478,141.617630830169,1273.13034004869,136.618985600579,1145.85616305849,168.626193661292,4540.4606804897,40.887732763241,410.742111575805,1001.68002623058,10982.0190741948,325.106680320279,3226.81066634465,105.678150292387,2521.19562777754,517.556402024992,6127.20696391417,645.910791596022,7513.89260908141,48.6838955970878,741.748680164234,449.785784537526,990.008258066222,186.993518491389,1304.15557970799,97.6663498052828,567.76636329609,334.855802791563,1874.85231283013,277.436194001569,1357.93155827791,128.306873780542,1164.74146397404,2588.29712980659,909.812616052051,24645.2821437125,10367.2676457163,684.634863520734,4890.34085295453 -6479,131.028146610072,1186.84142142633,137.91823019449,1068.1935026876,188.185852922256,4232.72200688947,39.2744498731448,382.903255234368,901.875358814941,10237.6910816924,267.762509931511,3008.10721215839,89.5179825410786,2350.31662386658,414.324138985842,5711.92343287264,506.229619143112,7004.62372475228,39.4040457644719,691.475201096502,370.895961189207,922.908496691852,184.75441511206,1215.76386430514,93.4679983726662,529.284878739611,277.091697925303,1747.78050127897,280.385125109547,1265.89506991452,99.2091999109116,1085.79881510346,2645.81199865199,855.140198975836,21478.6967426787,8414.05083497149,652.393764528831,3904.56728313851 -6480,132.164331463942,1127.1363192535,138.914916470477,1014.45708848184,195.301708830171,4019.79120136802,39.2302355572139,363.640970009604,937.364692235422,9722.6750222497,278.149357696432,2856.78173159595,93.1865308907334,2232.08187773022,424.114919008233,5424.5800978606,517.886246755728,6652.24996392922,40.0596536383484,656.689932579472,362.722446637851,876.48077256933,191.277646668755,1154.60379319038,95.3177762190589,502.658737122724,281.546989225392,1659.85686504529,292.344737044316,1202.21310438411,101.995620809205,1031.17675016324,2794.44957981985,893.317543496113,22043.7301473702,8531.38376944265,689.729552257891,3953.63695970098 -6481,143.445323446335,1091.72980347766,152.609616919835,982.590143646781,232.354531798226,3893.5182757639,42.4536567251763,352.217986363835,1120.02317415973,9417.25850724769,331.830760781532,2767.04219812509,111.732999332674,2161.96592026631,483.014592183296,5254.17880963011,582.768432816464,6443.28411900937,45.224064013761,636.061458400674,354.373278092571,848.948051130857,224.23849060637,1118.33444695415,106.060169701379,486.868815174699,313.095656029058,1607.71610152453,350.792379525582,1164.44821603903,116.764410517765,998.784593820955,3493.53968708296,1080.91204203067,25303.4040807396,9404.97791189523,864.618242146643,4326.48651197773 -6482,174.724323832438,1082.99388248214,186.462798028842,974.727548123113,298.989379418212,3862.36270233964,51.2050545100384,349.399570587079,1444.84228155905,9341.90247496601,427.676902212448,2744.90058217113,144.539282890119,2144.66606876981,606.42983169,5212.13535635891,726.801307078535,6391.72555494336,56.2701562302081,630.971753391994,398.090952074321,842.154847281005,286.504066161355,1109.38563806019,131.360910022852,482.972935909517,387.3589373184,1594.85130585677,454.092433041528,1155.13040902644,147.137314846754,990.792411803599,4622.20486946682,1405.27485158663,31894.07520018,11561.7479453138,1145.6191708443,5296.06794424629 -6483,230.481033605433,1087.15935459625,244.032886615547,978.476600159543,365.469324265314,3877.21833946872,67.9700650762129,350.743450909492,1760.15720535901,9377.83382682462,521.64752725871,2755.4581735075,175.585392134579,2152.91500428832,767.637514061696,5232.18256515026,930.31183054548,6416.30977004449,71.9010060625671,633.39863251482,581.752015944053,845.393990722952,354.48964864988,1113.65261963218,169.7743546166,484.83057363854,500.269686912615,1600.98551284367,551.55957819905,1159.57333671494,185.629488104098,994.603253424218,5441.69821040917,1695.55971371303,40129.1487272001,15054.9435775906,1346.05339970557,6941.40315710483 -6484,270.125151564421,1103.56090244851,273.69185888243,993.238493815686,327.56898757434,3935.71241566794,78.5587985167377,356.034980131622,1556.33262753091,9519.31353686981,463.52919815618,2797.02869295031,154.148264137661,2185.39519067074,789.01674824285,5311.11845651821,996.533664966764,6513.11012528531,74.9821418607653,642.954469878336,862.217781499838,858.14811911658,336.010392048633,1130.45386100905,187.686036943749,492.145022822233,549.673248426152,1625.13895492064,484.798109217598,1177.06736598483,189.172083402131,1009.60844358892,4131.54099216479,1445.24688659375,40228.8397085923,16915.0408532229,1011.99635160346,7972.51918150356 -6485,309.094312697489,1132.40101442257,310.213660475502,1019.19547481695,370.469457221992,4038.56708052035,88.717003290271,365.339485819434,1759.41791164507,9768.08826938379,524.095753121988,2870.12535714018,174.53905908312,2242.50761814681,898.884618219327,5449.91754830702,1141.52760758891,6683.32168759768,84.8823652389454,659.757238864055,987.011515105615,880.574690944868,382.714969479971,1159.99678506578,215.285200944193,505.006585364163,627.660114963558,1667.60982293466,550.037355543732,1207.82847265388,216.213031839915,1035.99323168576,4646.72579018083,1635.01574253975,45747.3179401173,19321.3000205134,1137.75900500661,9125.26952160487 -6486,278.47454307523,1174.11359059009,273.977639913243,1056.73806647082,325.164903459365,4187.32978455215,77.668969028506,378.796954450383,1542.711670754,10127.9008452808,459.711930669879,2975.84790687764,153.545205702983,2325.11154435037,801.902120042877,5650.66807567774,1030.85796277826,6929.50529340108,74.7356732927902,684.05973747337,891.085083389179,913.011114437441,341.241832829685,1202.72586569611,194.99600110884,523.608763734556,562.854083151928,1729.03709195944,486.114165317629,1252.31945819805,194.28476988878,1074.15457738869,4024.40950027706,1435.57880997768,40656.6432754101,17344.6733782089,984.485771171519,8228.18002700356 -6487,258.27053081169,1276.48585862818,253.98857012503,1148.8762321933,293.551010967059,4552.42771928659,72.3363272767435,411.82468163436,1390.29374528407,11010.9637689245,414.557966128084,3235.31539111857,138.161830241269,2527.8406023771,734.62902583417,6143.35610132853,946.950411084402,7533.69655645506,68.7592473135261,743.703665761006,843.331260311151,992.617567576252,309.625483513616,1307.59286978003,179.636085971489,569.262793410842,519.006358786819,1879.79375642912,437.23111936074,1361.51058269525,177.62108789739,1167.81130804242,3548.03138665779,1286.70828890022,37163.6919099192,16030.0586853548,866.583283606068,7615.63884539827 -6488,243.60322170323,1373.44879813999,239.29957895334,1236.14583714485,280.194675870204,4898.23395802663,68.0493869456398,443.107230849355,1328.12619642377,11847.3658384628,395.901756504777,3481.07266954841,132.117667216045,2719.85750077595,696.770910099829,6610.01059814589,897.583744435479,8105.96248370074,65.0173370973382,800.196021763595,787.517761577754,1068.01763292965,295.080636552505,1406.91872402397,170.058425815766,612.50447402228,490.810616143024,2022.58447131819,418.309813547446,1464.93207176403,168.714535929402,1256.51923728232,3424.78812489011,1232.70160084105,35278.9076923791,15142.585979559,837.107661714705,7190.68941562073 -6489,231.114771247,1440.90630830625,227.546008861782,1296.85965515474,265.928416321601,5138.81276043105,64.7944218170019,464.870627177085,1260.43726207642,12429.2541495333,375.731612343027,3652.0470046045,125.315720053524,2853.44443554764,660.988720567317,6934.66402368851,851.752132904088,8504.09020960659,61.7998648558632,839.497982889647,748.488362519237,1120.47376411464,279.963945358516,1476.0201235501,161.381660684322,642.587886552252,465.62846204933,2121.92455062865,396.830274508612,1536.88282104404,160.088824099071,1318.23370333149,3248.07756209636,1169.38176531473,33484.8847768055,14374.4192506894,793.876749607373,6825.24221075438 -6490,219.299787866221,1504.19834635841,216.831078505129,1353.82442112821,252.728936194107,5364.53592570639,61.8353626091492,485.290143182402,1197.88621826257,12975.2111087453,357.084142519545,3812.46374832421,119.02655207306,2978.78243480082,627.448967508429,7239.27024043977,806.370551387853,8877.6337204113,58.867963114857,876.373064892873,711.155221951329,1169.69075185769,265.352163012142,1540.85454150423,152.742577730755,670.813661353201,441.907898767806,2215.1304229522,376.426258670885,1604.39064263555,151.626676133588,1376.13732776003,3087.2441749128,1110.41727765344,31790.6122950268,13637.6173300392,754.575920418889,6470.52919511638 -6491,211.322766703121,1479.35014703098,208.203716353541,1331.46028334546,238.57300458054,5275.91791977397,59.4649476540532,477.273523407072,1129.39333186391,12760.870604565,336.81923299633,3749.48478057284,112.179465284229,2929.57524090104,599.230682112742,7119.6830660787,771.680352450189,8730.98204194431,56.2415173620114,861.896056156377,693.675466363342,1150.36836061588,251.642679513426,1515.40081003686,146.477345869089,659.732335802469,424.046957443086,2178.53817272201,354.668389531324,1577.88734366318,144.596150555575,1353.40459792764,2865.3943146661,1043.35816810271,30290.8214313486,13099.1067111281,699.554759555011,6223.1492903631 -6492,207.381802555526,1418.83509132353,204.886721553734,1276.99488623808,238.416149611179,5060.09851592032,58.5309038498906,457.749927918449,1129.77682681746,12238.8678879934,336.810493196505,3596.10643344794,112.175603919492,2809.73653384573,592.530450511007,6828.44165968967,760.881720423391,8373.82801339376,55.5839023594652,826.638894113294,675.195108197853,1103.31080256144,250.115832586987,1453.41104742215,144.1617251378,632.744986571311,417.620780546567,2089.42177310042,354.54296891798,1513.34147486161,143.013995000236,1298.04153543518,2902.90759004893,1045.90988872458,30019.5921887635,12891.7844892071,709.379966852132,6115.82070983337 -6493,200.540966246296,1368.82049703805,198.241644700978,1231.98022489344,231.570818976019,4881.72769899739,56.6085712277243,441.614030893452,1097.63266910688,11807.4421249327,327.195564241348,3469.34201566876,108.997065480316,2710.69201933609,574.102945137712,6587.73592771285,736.712557949326,8078.64669650402,53.8416546894492,797.499490131464,651.108803878649,1064.41858563056,242.663950259682,1402.17763466588,139.516763867672,610.440432657288,404.215130521935,2015.76868761367,344.476689940225,1459.9954867736,138.58026506171,1252.28496995587,2829.84535357091,1016.88048993845,29097.9860411966,12473.8121069814,691.694593717315,5915.6608951701 -6494,201.887900397199,1339.34399380277,200.318924170786,1205.45047233388,233.704377818238,4776.60342402881,57.2003830692949,432.104210256967,1107.90845017389,11553.1778830185,330.240912917886,3394.63238692603,110.02262384443,2652.31933843986,578.587818084959,6445.8740694147,742.154982575714,7904.6792142801,54.4127956903869,780.325948128066,654.501320859869,1041.49714490775,244.736289496049,1371.98281096613,140.510157242847,597.295064490238,407.138312146275,1972.36064954688,347.699823434289,1428.55559981801,139.665893826629,1225.31797022999,2861.66095497534,1026.79987938361,29335.2050727323,12563.1827708838,699.554759555011,5956.44496161223 -6495,205.827282732392,1334.22393479683,204.642893981838,1200.84226296,236.913353014761,4758.34337172546,58.5793416175733,430.452357511542,1122.499688651,11509.0122670596,334.65804809067,3381.65534876036,111.282001986418,2642.18002279112,587.975861337431,6421.23271085934,753.960924081054,7874.46111931166,55.4603335540326,777.34290947872,673.434203372007,1037.51569812401,247.897502196502,1366.7379799296,142.842911969279,595.011718323534,414.452895561188,1964.82068748082,351.455564365024,1423.09450169969,141.725710279533,1220.63381116582,2879.12757113797,1037.50616951471,29819.0104323272,12805.6154487598,703.48484247386,6070.74255531963 -6496,217.382388569782,1371.07679256259,216.258717925617,1234.01095972957,251.031394527197,4889.77449577103,61.9822597066039,442.341965464591,1189.74968482851,11826.9049243869,354.668564610573,3475.06070623482,118.049994699994,2715.16018903756,622.100422026091,6598.59482347215,796.042981598461,8091.96313531033,58.6681975731068,798.81404856648,707.827351305344,1066.173120207,262.336941465807,1404.48891443452,150.735242797668,611.446652259625,438.089681271012,2019.09138031019,372.534788799041,1462.40207060967,149.769515636468,1254.34917412235,3063.28435041369,1100.76909234719,31534.5277618204,13517.4478627248,748.680796040616,6405.43510152092 -6497,233.23975621567,1443.77007178766,232.527044688064,1299.43712969249,268.747901377139,5149.02601596076,66.7641363439129,465.794545351371,1273.30971001833,12453.956966038,379.622481909536,3659.30535220411,126.16032099555,2859.11558149491,666.406982275984,6948.44648648457,853.337754068263,8520.99186576872,62.9997961921443,841.166463103976,764.287313391097,1122.70067632194,280.734484591415,1478.95367481799,161.648850117054,643.865013116619,469.691382907163,2126.14181999818,398.173819482681,1539.93733532629,160.442013222725,1320.85365822918,3265.19335028777,1176.11279312613,33807.2014733841,14513.3163040234,797.806832526221,6877.10161386422 -6498,246.614004856785,1552.44840302335,243.750207659026,1397.25094475919,276.241268124487,5536.6137391298,70.0138221578612,500.856758425781,1306.80764438265,13391.4159747805,389.828538751351,3934.75585982335,129.576540577337,3074.33261381786,696.437889556239,7471.48376477962,896.940247746116,9162.40090626645,65.6474655184615,904.484417456901,817.693443946292,1207.21083369678,291.333348079813,1590.2804161703,170.407807979438,692.331300466598,493.914611618886,2286.18499410396,409.434170056378,1655.85456001538,167.811336922186,1420.27958081058,3286.04700806554,1203.57064205057,35208.56538859,15280.3411523159,801.736915445069,7259.47638075091 -6499,251.797319412966,1532.22850479786,248.59349733753,1379.05241922785,280.08100556681,5464.50199222661,71.343815006988,494.333338606354,1324.39752576031,13216.9991841303,395.138577494839,3883.50754595163,131.299696910334,3034.29090135794,708.932041817425,7374.17126085159,914.081364429617,9043.06501499619,66.8377886323417,892.703940352537,838.257938613805,1191.48748975406,295.942351937851,1569.56777406101,173.792186441658,683.314016280859,503.585821718423,2256.4085275783,414.933770565999,1634.28784603344,170.80624897214,1401.78111830464,3311.59457923229,1218.3855938619,35815.7192903513,15587.2000833128,807.632039823342,7409.13709301103 -6500,237.291631355183,1450.24969445274,233.02419004923,1305.26898785462,257.483892653015,5172.13478260446,66.9020586063951,467.885025651736,1215.64242928912,12509.8501746617,362.899283588052,3675.7282704803,120.448378647142,2871.94725773335,661.046919562569,6979.63103049245,856.935905852539,8559.23397446822,62.2885461125319,844.941608042868,801.069544490852,1127.73934341343,274.182789956001,1485.59120106902,163.36155600231,646.754671528138,472.242082151431,2135.68391883735,381.090868878325,1546.84855551,159.407146940495,1326.78163351302,2977.79390735782,1114.04621373789,33324.8723160513,14648.5222637392,725.100298527526,6977.45225038334 -6501,197.076956188727,1397.28455554916,193.376180516188,1257.59874630057,215.252075352294,4983.24121604381,55.4654663402313,450.797212794861,1016.79867829666,12052.973021232,303.480025196259,3541.48555409672,100.849322287924,2767.05974352705,550.760752228114,6724.72518328573,712.156462126848,8246.63882750837,51.7972962457222,814.083163592521,660.9940306951,1086.55273175656,228.727308682226,1431.33534111641,135.645931280643,623.134290055173,392.786995447793,2057.68576731349,318.810170382546,1490.35549164744,132.66726483845,1278.32572017442,2508.39875161545,933.381929007339,27757.9224763147,12163.657354295,611.127893880923,5790.53900090178 -6502,149.90737009632,1305.4416778492,153.559558629595,1174.93735324831,183.700031564222,4655.69503961403,44.1863298009016,421.166517230544,873.044022230607,11260.7365918564,259.994566716537,3308.70532094425,86.2985647571764,2585.18216633351,439.482997136988,6282.71205852776,552.422955126697,7704.59101179133,42.0934931948426,760.573847874051,479.435388339175,1015.13411536882,187.167218191029,1337.25432078328,103.922528125165,582.175956861763,305.578549408563,1922.43501862254,270.932204761496,1392.39510368978,105.065996430578,1194.30195256572,2325.88656193242,809.756872284056,22454.7555040378,9406.55575859947,569.862023233015,4424.89989726094 -6503,130.262234728219,1222.39257336529,138.206384843478,1100.19062448389,183.24912916878,4359.51075934258,37.8886817455014,394.372901944542,875.964642975037,10544.3552278696,262.702944934623,3098.21333300781,84.8526245862172,2420.71900609835,355.726108017416,5883.02081299418,466.284735665343,7214.44319837215,36.189848583908,712.187942910537,372.017416080011,950.553689722122,184.53122548732,1252.18137138024,93.6026256375478,545.13930276237,266.169785279876,1800.13426062303,284.301055039242,1303.81422841105,99.6486169371694,1118.32329390409,2531.31581959894,826.914226247579,20528.2089284145,7967.73604145553,610.930410642271,3691.31333817265 -6504,132.014088150954,1179.34935684299,139.979214415546,1061.45041589844,191.919021963447,4206.00249233053,38.0363110352432,380.48613710418,866.73425696044,10173.0645516576,275.431913188298,2989.11821067913,89.1641090269443,2335.47999647945,366.465955224621,5675.86629964353,479.81284837638,6960.40628139342,35.6434400629709,687.110189250041,364.077552517028,917.082537185465,192.628657966629,1208.08922367916,96.0007001502505,525.943710810252,271.984581752969,1736.7474482049,299.246622313348,1257.90397064185,103.175139236341,1078.94459287932,2582.82482906,848.149130299077,20984.1387457332,8055.84044619406,644.505200358621,3746.87733451778 -6505,135.246638469782,1163.09244515386,143.824191629407,1046.81869920353,206.092331207932,4148.0242429803,38.674720173233,375.241270946455,930.242838190956,10032.8324727876,296.226235344654,2947.91427861488,96.2314781664837,2303.28623486488,384.614621812894,5597.62650016662,501.564099721314,6864.45955485263,36.9252673162339,677.638619521763,352.345563815307,904.440880383636,205.700727806236,1191.43614314117,99.8503730090848,518.693763701294,282.087900194793,1712.80700195124,323.40525174985,1240.56421152342,108.857452828747,1064.07172517296,2855.10911443128,920.21857545785,22079.3360048241,8300.87009262238,712.892267741935,3850.26837114804 -6506,154.633592547871,1174.66320071461,163.248210374837,1057.23273235746,238.802271191184,4189.28990056031,43.4923027513499,378.974271741464,1129.40499875618,10132.6417808166,343.441363374361,2977.24092042572,111.890206645147,2326.19994402113,443.249768972345,5653.31318975326,578.711878686718,6932.74903940465,43.326988378979,684.379950236862,391.273323559653,913.438500813275,238.736575303188,1203.28886941067,115.047201312262,523.853868365101,323.838300654544,1729.84646534464,376.557484701295,1252.90567699228,125.924645356242,1074.65739605612,3468.23805076622,1096.44592043245,25654.1345151097,9557.46413169116,844.403572018334,4412.70949703834 -6507,210.704813783875,1227.68619183872,221.721609919739,1104.95504267568,305.240502543002,4378.38978985502,59.8659409357645,396.080749099899,1529.34359248903,10590.0179673534,438.103459194153,3111.63026607135,142.13762172459,2431.20202368931,584.579069107063,5908.49746291317,769.553724876412,7245.68562459634,62.1832378796154,715.272100433485,575.764206628132,954.670099361327,308.179623323037,1257.60399139941,154.06105116581,547.500049666899,433.985101237285,1807.92981189217,478.070312163386,1309.46044652118,165.300326679963,1123.16623632444,4411.07453693154,1412.71614885301,34284.6948099548,13111.7796265955,1048.54751376062,6034.9929670597 -6508,296.383610391633,1363.06404396498,308.708703541538,1226.79924143586,395.427826030926,4861.19802657095,84.3931682725487,439.756862294101,1999.91118677348,11757.7869753698,566.0126384691,3454.75200583851,182.803896584403,2699.29244471062,790.103602743675,6560.03178914412,1050.23297813557,8044.67266506383,84.4504134768399,794.145676829666,876.52217773494,1059.94226777037,404.901807777213,1396.28090111205,212.066657044879,607.873279614138,598.378383244083,2007.29155136277,614.162366572534,1453.85560537594,221.958675854338,1247.01859669563,5527.03694481514,1817.4486776717,45972.0535011353,18190.5581876072,1294.78884646197,8426.48907857187 -6509,328.546175646408,1672.95783042398,337.132160071021,1505.7131074694,419.00564588917,5966.39559219596,92.1559998346265,539.735964362726,2118.57519139856,14430.9299889414,598.937918012517,4240.1928551561,193.408901509975,3312.97891098867,858.499216310289,8051.46067645874,1153.31709720558,9873.63593647991,89.9012917765511,974.695381652716,998.935980033816,1300.92105687541,435.063418062085,1713.72656870322,233.990726262108,746.073794212786,656.803422222498,2463.65101747377,651.057950859762,1784.39093165747,241.525702638687,1530.52935059292,5766.3130143141,1924.59661885165,49532.4482013251,19958.8370346203,1338.77043789918,9303.52843378776 -6510,297.888282334913,1855.2550988604,300.540061265508,1669.78621292898,374.282903797883,6616.53607935504,81.42454319355,598.549396590894,1754.14041922132,16003.425762678,534.88893578868,4702.23413383119,173.221811930247,3673.98442761168,774.370353784351,8928.8045410496,1050.46006236359,10949.5368516272,76.4821048544111,1080.90505556175,902.625234888598,1442.67857807946,393.104809134568,1900.46628601119,213.488115225935,827.371249691698,594.006283810836,2732.10778470278,585.285539535029,1978.83073566702,219.254129575847,1697.30660869282,4788.71646826369,1655.30657759001,43981.6259853727,17901.5502812327,1165.0044372759,8433.23892838403 -6511,280.422737228906,1922.74153794284,283.759326190077,1730.52606784637,350.710244630291,6857.21805313342,77.0929322692964,620.322126074657,1604.80095320821,16585.5636145058,501.083123922984,4873.28179063001,162.098761571119,3807.62865067088,727.151766983885,9253.59719307284,985.516296661617,11347.8353132092,70.1734409708381,1120.22387119571,855.82873423837,1495.15720489197,368.057219966307,1969.59731942966,200.375543833552,857.467563387412,558.497332732763,2831.49046565714,547.284143776003,2050.81234077301,205.526567766195,1759.04754077386,4417.32715634269,1537.15931109757,40997.9959522881,16742.4209424301,1082.80047708208,7909.88912824444 -6512,259.645030589214,1941.68865083998,261.365205593686,1747.57904773571,320.66018564456,6924.79056979733,71.0410453053643,626.434915091483,1522.27953951266,16749.0013621518,457.975424202944,4921.30416828429,148.192314493683,3845.14985073392,669.7124323297,9344.78415047816,910.76104474106,11459.6593480962,67.2226726080298,1131.26280062994,797.244205104209,1509.89080886371,338.083057691443,1989.00615937862,185.41420669001,865.917235071585,515.779267974485,2859.39258794519,500.752915408888,2071.02149118906,189.460489077757,1776.38157745471,4090.00071197395,1420.85479229074,38099.6117628118,15607.3978462744,987.985650950796,7351.54023632168 -6513,243.818743047432,1982.53342125237,245.364687068771,1784.34058772379,297.383642220099,7070.45835276289,66.8476372469075,639.612408957013,1389.24318707429,17101.3282478129,424.528156335847,5024.82722219725,137.241653270009,3926.03525055665,625.288261357628,9541.3581805187,852.44063503936,11700.7212479402,61.9537951905077,1155.05969996693,756.665541371629,1541.65241153319,314.476705448455,2030.84628647289,173.767791893481,884.132405998874,482.988578595032,2919.54189855839,463.909698319948,2114.58686779573,176.875106734952,1813.74899867569,3722.39105934152,1306.79807560663,35394.3340922913,14589.8190463963,904.500503715345,6891.8788713887 -6514,229.371551424453,2013.80339102435,231.285551834544,1812.4845149045,277.102302862627,7181.97880260495,63.1593386374406,649.700844531148,1353.88244080151,17371.0629275098,395.422698908006,5104.08247896276,127.715470682042,3987.95955523299,585.618595092271,9691.85147293445,797.833993067881,11885.2735968749,60.1026502615884,1173.27814789604,718.085853475349,1565.9684829753,293.145846405994,2062.87828215518,162.773617272184,898.077590132292,453.386789588534,2965.59105260408,431.297687635369,2147.93968128547,165.270008252325,1842.35677686221,3570.64510963379,1240.16531311883,33420.8085243364,13793.2835867246,845.377133334977,6488.55719567584 -6515,221.684592012957,1992.33963638668,222.939750412414,1793.16648063865,263.976230948486,7105.43099683644,60.9482827495143,642.776127065153,1227.64423146931,17185.9166346127,376.497119287577,5049.68155061634,121.5416567621,3945.45461866371,562.435221489203,9588.55264896433,767.081152488997,11758.5965848975,56.3205101342374,1160.77297762945,700.656510768026,1549.27789468912,280.047685279924,2040.89147177791,156.707639589423,888.505594610729,436.857290568068,2933.98284348471,410.282516252725,2125.04625956361,158.483009155057,1822.72035456306,3217.74259585817,1148.3686107774,31778.7307630223,13228.3330606736,785.355361806547,6255.20704702883 -6516,213.760122480056,1975.50418565685,214.654475793975,1778.01406114961,252.805347257248,7045.3894601041,58.8086849004726,637.344610460314,1177.40387718043,17040.6940794496,360.453833264365,5007.01128326127,116.250861547646,3912.11516909087,540.55273625693,9507.52850893128,738.186625156339,11659.235376677,53.0090417344661,1150.96434062977,680.438301558839,1536.18635588394,268.534953840208,2023.64575363301,150.916316287434,880.997641705484,420.574107326206,2909.19042220195,392.475212203088,2107.08942582498,152.290012767983,1807.31820215738,3112.34478901254,1106.52200508538,30406.3945007221,12693.369870893,751.008015252396,6012.52272740731 -6517,208.842349787382,1946.60622146227,210.333021364291,1752.00501138418,251.344372204764,6942.32847251763,57.5362948892289,628.021440270943,1098.18904304402,16791.4203138285,358.599032336868,4933.76798980935,115.733694141285,3854.88817615292,532.169488771746,9368.45099118928,724.675665018711,11488.6823761327,50.4059694361464,1134.12786589777,657.068071124832,1513.71479716447,265.809718393975,1994.04356754016,147.900653292607,868.110279334721,412.419322230347,2866.63435916427,390.636814498911,2076.26661348959,150.009819830065,1780.88048713082,2955.39576644905,1068.44044511496,29681.0197060648,12347.621551627,743.735139973749,5871.17143266998 -6518,206.3443195952,1911.77824472713,207.660026950568,1720.65876934325,242.845751687959,6818.11883429563,56.9216417759259,616.785107072288,1051.8073287501,16490.9942751197,346.191867994931,4845.4947916293,111.632647369618,3785.91790664728,520.700390479996,9200.83404351492,711.678907344059,11283.1310128926,48.2964780201256,1113.83645899038,658.861220427269,1486.63195772934,258.29317527822,1958.36685891084,145.566346972455,852.578363182983,405.570882810102,2815.34557067261,376.919856214472,2039.11879976471,146.68268709955,1749.01761548786,2822.74306792085,1030.26394052319,28833.2022447562,12109.5864206107,707.164506138891,5778.26369022212 -6519,211.827056865173,1861.6479431947,213.933680730906,1675.53996794486,250.277531211252,6639.33536189765,58.7372268615879,600.611880138919,1088.26930436662,16058.5704216411,356.792370735446,4718.4371082143,114.891943465043,3686.6442556573,535.086493109925,8959.57144612768,729.96920404691,10987.2668029789,49.7105773071692,1084.62964188122,678.510448379641,1447.64976483418,265.35104882427,1907.01491920805,149.258855113927,830.222208359967,416.553894018955,2741.52209100645,387.631206564001,1985.64939735123,150.549664595167,1703.15519358209,2929.04676975474,1064.1584142264,29656.6659681625,12438.5649444903,730.521260599767,5929.87693733997 -6520,221.481390058373,1860.1726722886,223.298489969585,1674.21217910286,258.959806182831,6634.07399208226,61.4534871809162,600.135922675607,1137.72781399874,16045.8447385585,369.050032360729,4714.69796246796,118.878844635888,3683.72275858726,557.126592140493,8952.47139526474,760.182113302707,10978.559896224,52.094923847366,1083.77012246435,712.238712718099,1446.50256856215,275.182222070246,1905.50369704702,155.569858845199,829.564295206159,434.658047376515,2739.34956005393,400.864184172014,1984.07586096035,156.514109443151,1701.80552093596,3038.94998267414,1105.1284496656,30875.720438199,12990.7987487738,752.596828019013,6191.77918633815 -6521,238.675778637739,1885.91760348143,241.368945503807,1697.38340293348,280.129492769695,6725.89008044796,66.5094848476106,608.441849467135,1243.16550038729,16267.9204495282,399.231121784366,4779.94974067486,128.446295253101,3734.70576159881,601.014151114824,9076.37427993261,819.820904927545,11130.5039997662,56.7808708052023,1098.76958334631,769.471911367323,1466.52227407264,297.107016119494,1931.87601306852,167.735954071011,841.045528114412,468.640723950226,2777.26236620754,433.133074819331,2011.53562170339,168.870940246866,1725.35863871516,3313.25733761471,1199.56426714445,33424.5146897128,14042.0379381844,816.399238517202,6682.98706977145 -6522,252.038344154159,1968.06997609994,252.683743460655,1771.32304565003,287.55405080673,7018.87627828614,69.6642047714286,634.946157736938,1324.21860829118,16976.5666067256,409.422398830993,4988.16891815577,131.750078873409,3897.3931127222,627.359706075642,9471.7498151594,860.626609764209,11615.3593881102,60.5229843292045,1146.63303616436,823.070313066902,1530.40538545066,307.811582570419,2016.03037791744,176.55749861755,877.682274856284,492.137414939276,2898.24256828363,444.723893080834,2099.16003521145,176.330517745472,1800.51690942998,3449.39277161826,1249.45147767219,34989.5805608716,14830.934031267,828.966405363645,7055.63063187679 -6523,255.215258305316,1873.56582049633,255.083814599651,1686.26642126002,285.828945851194,6681.83898590279,70.3361762876989,604.456870659046,1298.45821600883,16161.3740009238,406.675666342001,4748.6435469326,130.763451081211,3710.24537425456,630.294223058077,9016.92873194559,867.244248240016,11057.6049666027,61.0095558823035,1091.5732119783,842.869327770922,1456.91731315668,307.462087151333,1919.22322631712,178.229518040779,835.537115750751,496.47431674074,2759.07273693806,441.51301522761,1998.36110579653,177.057254091902,1714.05843374462,3318.69066066814,1225.8646615851,35072.4435474249,14988.9561333186,806.319285585439,7145.1562206247 -6524,238.948258687547,1736.24986847613,237.191623527772,1562.67787344286,258.727662119858,6192.1187574713,65.4804131017412,560.155480368042,1208.5894902992,14976.8869481533,367.624713236338,4400.60959887581,118.032996436813,3438.31691024185,581.86231110809,8356.06689321001,806.002815219322,10247.1794472846,57.8633767904617,1011.57046365594,804.7950399118,1350.13804461846,281.108526494881,1778.56098665736,166.180912478377,774.299569013735,461.73069994834,2556.85688979732,399.004712826327,1851.89875324898,163.479089901591,1588.43297502147,2975.15815479301,1113.78339625653,32508.3597929302,14058.6553812797,711.674002855437,6700.90087247408 -6525,195.798229130391,1592.80141553174,193.546759707647,1433.56988762481,208.936905759669,5680.52772882124,53.4670450430639,513.87559950179,986.830441727937,13739.5009580128,296.724112583054,4037.03252945029,95.2940208360563,3154.24417943171,474.112258872709,7665.69110669783,657.307925887308,9400.56049833879,47.8755351409543,927.99480977667,662.960460506746,1238.5900368816,227.851416109652,1631.61680158613,135.684836291151,710.327166592176,377.345812194826,2345.61012635563,321.984603277353,1698.89542349415,132.996207019058,1457.19711029384,2381.52799595742,898.77379099216,26539.2759527998,11528.6458643685,568.091923922975,5491.83944858448 -6526,150.159840739103,1450.91501463013,155.250095347453,1305.86779632041,181.844904310195,5174.50756409458,42.9783367728885,468.099673756443,849.472989324794,12515.5892248192,259.372143187446,3677.41455677591,83.2305862640036,2873.26479944102,382.667092882903,6982.83302348241,515.015025852016,8563.16063005588,39.3915482302477,845.329235568459,481.37052350456,1128.25670793547,189.6232736367,1486.27273460439,105.027595691348,647.051378319001,296.545696706012,2136.66369053402,279.368555959279,1547.55819162252,106.77549300228,1327.39031117394,2225.31670900458,787.82144181131,21745.8118604518,9000.80852221739,542.141334301273,4232.37554073606 -6527,125.880166516947,1355.6876866286,122.811948571778,1220.16029470045,150.917426406358,4834.89116748705,30.2231852639987,437.377074072285,742.378520772623,11694.1585357529,221.661425531866,3436.05626999507,68.9492361841092,2684.68495380383,294.69588111152,6524.53152132543,387.412513259551,8001.13811472887,28.945881199001,789.848078110532,331.398953946082,1054.20628422827,163.247237703759,1388.72478743259,90.1879374307413,604.583712593772,221.641427267486,1996.42889246811,233.646184408317,1445.98792042875,88.2263188686029,1240.27023089795,2075.6036143118,696.119454385324,17368.5110517766,6775.67017657776,506.314495246706,3135.92094594974 -6528,127.573117670948,1308.82612253896,124.371479082849,1177.98345676521,151.999197278468,4667.76523977795,29.8568230646226,422.258419539878,748.095871927256,11289.9308031396,223.322759791219,3317.2833603492,69.6243604319425,2591.88442366401,296.35967773097,6299.00040891872,398.463144433436,7724.5656782809,28.8798410565969,762.545686343961,324.285495414481,1017.76591832445,170.441748812223,1340.72124187338,92.5071395578583,583.685286890932,226.376512483216,1927.41905973337,236.60853723162,1396.00498094029,91.3512476285131,1197.39826009896,2115.72545513468,711.43940839291,17624.0099136534,6832.8416348423,525.841606083391,3172.80526886982 -6529,129.548385472642,1275.06843994261,126.461380205,1147.60051211547,163.202328074595,4547.37267220525,30.3027075604059,411.367388672607,805.752783370072,10998.737118949,240.243689226018,3231.72287463427,75.0665818950578,2525.03367076894,307.85857341497,6136.5344764188,411.638094404048,7525.33108793195,29.9928827750254,742.87785209041,313.335168877323,991.515358195397,179.416075813401,1306.14090965512,95.2325684951079,568.630680085867,232.158706646794,1877.70642050027,254.408477379599,1359.99875197071,95.1720022339723,1166.51456232601,2345.65863357115,769.635193489325,18418.8427927201,6980.04194259298,579.010332833033,3223.54288169724 -6530,149.546729621833,1281.31665091969,145.134289912994,1153.22409269552,198.449925500019,4569.65613790579,34.7053203863226,413.38321006148,982.347979778792,11052.6341709406,292.601139229495,3247.55926875054,91.8124246762724,2537.40707960328,365.707557461565,6166.60530310985,480.606356801633,7562.20742714386,35.3035714999932,746.518172409423,348.444542885324,996.374075540241,211.571336523383,1312.54138488739,110.979291964634,571.417137930728,269.532467630939,1886.9077351127,311.774723048591,1366.66314649627,111.619795714594,1172.23082732396,2920.45615019706,938.151196727306,21818.521226499,8123.12903441321,711.332004759237,3731.53791475489 -6531,204.601220734789,1319.55800126075,198.10363252503,1187.64247516084,267.342873244834,4706.03914766567,51.6759937387779,425.720778725502,1317.22023462161,11382.50396169,393.052749680114,3344.48382807827,122.598204503472,2613.13689472694,515.017961753824,6350.64982765579,643.104534280993,7787.90419254971,50.3048332387267,768.79827229464,513.198813410307,1026.1112135585,274.960029562901,1351.71464849916,149.315676612586,588.471285277376,363.329343996029,1943.22316635908,415.969080941472,1407.45169329762,147.407147258372,1207.21647253205,3726.92410635258,1221.55025972061,29897.0402769418,11479.3364032687,896.883548052805,5272.70084935229 -6532,289.636800278122,1444.20397466523,277.981823670459,1299.82765552538,358.807589325817,5150.57347649388,72.9273710612675,465.93453273408,1763.34051988933,12457.699811156,526.696237581401,3660.40510011636,163.761385160238,2859.97484468532,707.864437639553,6950.53473514967,886.320042441396,8523.55271874839,69.4585849894642,841.419262740142,782.148903341051,1123.03808673349,365.555491662715,1479.39815158602,207.122032086025,644.058516838171,505.534353980318,2126.78079920397,555.450236228572,1540.40013979504,199.945144465945,1321.25062047015,4838.34526039801,1614.76851142357,40775.4034219786,16046.7338701877,1147.04551912262,7397.83765165965 -6533,320.791994365526,1726.58828669904,303.314265720723,1553.98215496383,379.510226601842,6157.66193023981,77.3460748917667,557.038424419054,1863.435888897,14893.5461683248,556.784441038017,4376.12185072358,173.442768437432,3419.18396134607,759.356902325397,8309.5685031514,973.13821615548,10190.1577224672,73.8115157784437,1005.94145199388,891.336040647662,1342.6250308724,392.369648859058,1768.66395931692,228.308047005699,769.990881225289,554.694448449043,2542.62893656223,589.52726657295,1841.59362863975,217.374849188461,1579.59393902541,5057.39859099051,1709.40967300646,43707.4325318847,17441.4461656642,1191.56763813077,8086.43529476266 -6534,294.263118110382,1912.53034323531,274.283934743005,1721.33568095529,326.103450373646,6820.80109988684,67.2410085634219,617.027751929334,1597.17392219648,16497.4818749377,477.693320920512,4847.40102181799,149.44778118312,3787.40729654777,677.159693412179,9204.45367543469,900.19342952158,11287.569825828,64.2730155000151,1114.27464513538,806.698079589358,1487.21680258816,362.386815905744,1959.13728550038,211.251506252119,852.913769717096,509.05420437714,2816.45313490479,511.562749040838,2039.92099437674,200.943822494668,1749.70568354335,4261.68412596067,1487.44604742413,39027.8180114025,15814.6191782388,1035.17902367083,7414.28651278982 -6535,275.957725115191,1978.97541428922,257.764088801506,1781.13827286357,297.742910947896,7057.76916438295,61.9745735434202,638.464511332494,1458.34523959181,17070.6368888009,436.162907349197,5015.80928078272,136.12736809479,3918.98928572735,614.998578445686,9524.23452526009,840.468040605209,11679.7222336347,58.8880755826248,1152.98674098864,764.475247049756,1538.88564354018,336.943488562244,2027.20157352586,197.375280763884,882.545673980554,476.415528608724,2914.30226411242,464.9802229706,2110.7918675606,187.276188623713,1810.49390521925,3897.53714507586,1366.81784385722,35858.4444232425,14561.8606186068,949.613366106481,6842.10642264085 -6536,255.090960221948,1994.85627812721,236.965355405289,1795.43153501516,283.626770768736,7114.40628594103,59.6995034620277,643.588055514322,1387.9647899254,17207.6251798638,415.257353287961,5056.06010130849,129.541035538255,3950.43835516996,591.114703164788,9600.66451552913,775.251350271537,11773.4495619879,56.521700810941,1162.2392184618,711.992408378329,1551.23487900356,308.619413107274,2043.46944220623,182.277283754116,889.627918448119,439.166246723328,2937.68893031603,442.895788257633,2127.73053086942,172.222142682543,1825.02274018137,3656.81218359655,1278.6655468989,33879.0506579975,13806.6388688302,878.284502853851,6464.25960405671 -6537,239.534833979221,2027.5147376686,222.459713213435,1824.82514536622,256.824435681068,7230.87861149049,55.0714922454244,654.124450894178,1255.5382173763,17489.336968779,375.784453133883,5138.83455281555,117.113637302645,4015.11230316694,540.188347645518,9757.84020637398,725.785189768915,11966.1966437695,51.7680681197047,1181.2666255536,675.756942592042,1576.63066419902,287.127501495407,2076.92376412109,170.826453732232,904.192314740769,411.32039354667,2985.78281864666,400.433735644221,2162.56431925773,160.801795833236,1854.90079805243,3280.44957552422,1163.08813981126,31148.7178060879,12790.5924375642,794.269253476365,6012.59517227 -6538,224.989235536545,2053.46216005099,209.296873521345,1848.17861744765,251.887154313232,7323.41685944616,53.6770124366059,662.495706156923,1232.42676709508,17713.1593682348,368.747909472357,5204.59955477478,114.858061622986,4066.49630196481,524.42654792567,9882.71762239012,678.036534746224,12119.3358308038,50.4718984216775,1196.38406145185,641.173951127282,1596.80783037441,266.902563435681,2103.50350589187,159.721225608074,915.763850803916,385.421184216548,3023.99381977931,391.936338683343,2190.24005881136,149.902794406002,1878.63916778672,3225.36157742902,1124.32089777207,29894.3475119494,12222.6161296101,762.828034086579,5709.59460473178 -6539,217.680909551208,2024.30385244632,202.020909089276,1821.93525066723,227.167715398089,7219.42738953566,50.8959290527833,653.088542994775,1107.93249474967,17461.6398810207,331.910859060402,5130.69640830848,103.175371136205,4008.75374777866,487.770489600973,9742.38714734665,653.020907560501,11947.2463085357,46.9832005325124,1179.39590595729,625.707509817761,1574.13382409886,255.575876921777,2073.63463201363,153.976117474853,902.760385449426,371.953798815166,2981.05436673891,352.477421415979,2159.13956199904,144.017616595784,1851.96327387536,2822.38544407314,1019.40710470145,27983.7847417093,11634.7764527384,685.408930950037,5478.88133794764 -6540,208.821739467869,2003.07151510847,193.292692840816,1802.82549903428,210.738397896041,7143.70490472416,46.8081029273173,646.238486250777,1028.37159562348,17278.4897931631,308.01011345681,5076.8820183454,95.7249388761275,3966.70708972664,449.640930567527,9640.2020677014,624.231484437407,11821.9350991663,43.2974525651693,1167.02556358013,607.247385131583,1557.62318992317,242.635415848544,2051.88487840369,147.354839717825,893.291592997173,355.822451143339,2949.78695011043,326.764576570671,2136.49297192094,137.267372137426,1832.53856699615,2636.9248007232,956.203837103566,26125.6888999331,10887.3815370386,640.764522706443,5144.43955154162 -6541,202.219205101762,1961.56142451869,187.342654936449,1765.46515058041,198.828552483578,6995.66434026848,45.1619291729195,632.84634428054,968.781776023636,16920.4238573446,290.333663063894,4971.67267813684,90.208843425382,3884.50414819624,430.945352681178,9440.4260446709,605.430533089836,11576.9465437345,41.4326250845945,1142.84103671756,585.697429079197,1525.34422273165,235.999557937417,2009.36321777405,142.849650682848,874.779715279022,344.972838111578,2888.65786780056,308.334375198204,2092.21795920176,133.294143516203,1794.56246811425,2456.06479998414,905.735392999031,25090.6712012622,10514.9140574767,607.578564904717,4985.00883321528 -6542,201.443308686685,1931.44853002219,186.843865647541,1738.36262646255,187.727443770385,6888.27045518373,42.9703195048415,623.131208695381,914.305230565043,16660.6701060302,274.052769980484,4895.35008484124,85.0675266566838,3824.87121387986,407.965563129706,9295.50141986341,601.340176048411,11399.2231415991,39.3245201822721,1125.29672169648,587.944075816506,1501.92791311431,233.088545227354,1978.51649443128,142.015958394736,861.350541486852,342.867072740676,2844.312659681,290.360441065673,2060.09929195962,132.078020172757,1767.01325675934,2316.89190564845,868.065525434867,24144.9965173711,10181.4478594267,580.455201199717,4854.69748481348 -6543,204.967523122072,1880.10329818784,190.405065180094,1692.15035071173,192.991523025525,6705.15408528746,44.0490384445269,606.566016366224,940.355692596697,16217.7662668583,281.812969776246,4765.21310158256,87.4344724464189,3723.19162151146,417.09348400103,9048.39171541068,609.475085665435,11096.1885300942,40.3206537152004,1095.38206429824,604.785621117429,1462.00096932127,235.260145066274,1925.92001747857,144.035127050955,838.45257524243,348.218092231976,2768.70003493297,298.391597910224,2005.33403463939,133.629481348856,1720.03933852521,2386.06407898042,888.139064669043,24625.844244776,10376.6424890455,591.15227044175,4938.19398506824 -6544,214.037007592949,1873.1029915085,198.43246947845,1685.84986104504,201.51678606224,6680.18836400263,46.2501755890086,604.307551025557,981.746668481016,16157.3816392523,294.234667907486,4747.47048438932,91.2790805311716,3709.3288283332,436.133650075728,9014.70127030389,633.699310091022,11054.8733945071,42.21796609246,1091.30355946899,634.756349820276,1456.55740929954,243.343736203347,1918.74911853103,149.886428523411,835.330712114782,362.813418907647,2758.39116022044,311.296728021507,1997.86744849461,138.637017420812,1713.63500803879,2481.4396948976,923.526082385805,25670.270188254,10838.5338701041,610.723776480888,5155.04706947296 -6545,230.273659725318,1894.39318387278,214.064186158759,1705.01168396757,219.649083007782,6756.11718155512,50.2860876785959,611.176273176367,1070.24597140429,16341.0307844206,320.739398429319,4801.43151072616,99.4458645195321,3751.49005740368,474.115528457024,9117.16478940636,681.877002303969,11180.5260586685,45.9465507045752,1103.7076092272,685.620609106448,1473.11303254833,261.864105907966,1940.55813705138,161.279724724023,844.825305647194,390.352576510776,2789.74377600465,339.146833711114,2020.57574723185,149.181818380211,1733.11264441474,2705.50674352635,1002.43716915549,27827.4571674633,11733.3331077433,662.692213334729,5571.46481454514 -6546,242.138198747068,1976.22735805477,222.920898317858,1778.66493837957,230.723309863743,7047.96856432828,53.2610230756692,637.57792306658,1123.55504949435,17046.9321627141,336.791351920535,5008.84419881893,104.319482229625,3913.54727626042,500.155469197871,9511.00892787445,712.04378921057,11663.5034704965,48.5203273025241,1151.38567390164,733.027055526001,1536.74870729716,268.90646610572,2024.38654920449,168.868308958513,881.32014832518,407.8518193077,2910.25538892229,355.839408624705,2107.86076760383,154.692885163235,1807.97980674802,2805.02710761933,1041.1612762568,29144.8503486996,12373.2345996894,674.528427854842,5872.61219182615 -6547,245.89704456743,1898.21153424601,225.842277922702,1708.44831584277,228.254346743457,6769.73485225908,54.6075269655163,612.408163773664,1108.8592993133,16373.9678650256,332.698244842401,4811.10930515507,102.948340429418,3759.05158348118,506.448065670794,9135.54140196644,720.517483805106,11203.061594698,49.1273606820117,1105.93224896805,750.960797668938,1476.08224809743,270.15789339969,1944.4695377838,171.072443443086,846.52814064924,413.043717274632,2795.36680045334,351.206035073429,2024.64843194391,156.066722143328,1736.60591675599,2698.68687483277,1023.96198521345,29357.9143564581,12601.665586582,654.273434648856,5996.10889657048 -6548,230.24649653142,1752.73819746509,210.025414553257,1577.51787277067,213.28671684255,6250.92232777854,52.2052972056984,565.475007247765,1034.00964774836,15119.1152320628,310.490698322044,4442.40006932342,96.0696841517347,3470.96895037367,483.225447511821,8435.42043701178,670.079416116864,10344.4919764334,46.6544294729149,1021.17686127364,717.096484726519,1362.95965553078,246.991678031308,1795.45112396269,159.521602264236,781.652719192003,384.332971624905,2581.13812854186,328.629537035976,1869.48534401117,144.121886099417,1603.51755814777,2444.18781220282,939.65561208211,27567.7682512064,11967.5947102157,584.494979583084,5692.65048428459 -6549,188.421391148113,1615.2486831715,171.09450616634,1453.77311361019,172.70054480902,5760.58311113104,43.2160855539711,521.117621641576,835.631140773163,13933.1310315636,251.111622258352,4093.92621925705,77.6738064376988,3198.69677886216,398.671959789705,7773.72329340856,545.567730775986,9533.04210929944,38.3667622462839,941.072992442912,590.637567565294,1256.04542195517,199.6049538503,1654.61109244599,130.028777434597,720.337770465836,313.612220795126,2378.66668806597,266.148718384797,1722.837868479,116.984153112871,1477.73331350141,1928.82667618174,753.265026796517,22539.9620826542,9864.7441182762,461.381113329775,4695.68615531123 -6550,146.10744965819,1464.6842134949,139.121578367818,1318.2604955463,145.416915782124,5223.61369571418,34.8833784897669,472.541944621032,707.310355914119,12634.3622991955,212.116491423744,3712.31325989075,65.4038554078801,2900.53211283686,316.461527625491,7049.10018287515,432.98968830078,8644.42511518237,31.2164105847478,853.351418972297,429.363931204675,1138.96387605037,169.956687316998,1500.37747860642,102.045393232851,653.191902756312,249.570655899099,2156.94065160027,221.919120683338,1562.24453526111,95.6105616460814,1339.98725929387,1761.24734118943,652.929173337788,18376.3080618311,7709.15471196241,438.558855894292,3637.31848250701 -6551,111.805298647338,1377.06466012957,119.941135833763,1239.40022329464,149.280105777052,4911.12947914754,29.5388110160375,444.273793880687,757.428575973741,11878.5562547856,214.999547955469,3490.23724733671,67.5496951726676,2727.01803662371,278.157473093622,6627.41269286173,351.998593917,8127.30295279831,28.8174913516483,802.302688122929,326.405570002917,1070.82938999576,143.226401573858,1410.6227018814,78.8353424333972,614.117007120759,198.860150554913,2027.9093049199,219.822220688963,1468.7887806583,85.0647818540027,1259.8272602355,2041.60055632459,669.821566713645,16723.5838936938,6491.1071215228,478.392268695146,2948.72023522654 -6552,113.254052858036,1320.04975635885,121.430866229907,1188.0850697579,150.343030614612,4707.79293093285,29.1783547775388,425.879430609771,763.224351891943,11386.7458399151,216.601347709153,3345.73020525258,68.2092249634933,2614.11072337924,279.71330803166,6353.01650227409,361.868426947367,7790.80648376123,28.7492482243301,769.084777677082,319.379674992748,1026.49361086123,144.972853413581,1352.21838730332,80.8162116262685,588.690588827762,203.016367825867,1943.94734058854,222.607527157484,1407.97620343271,88.0547523638882,1207.66636170275,2069.7262884416,682.55574147482,16944.4832603855,6539.41950367538,495.724747152322,2981.60326773517 -6553,114.936342509073,1288.23017646233,123.429437552339,1159.44647669055,161.378879647723,4594.31236508262,29.6047701479885,415.613677744555,821.809005295247,11112.2702246823,232.951945560904,3265.08193493899,73.5227779301068,2551.09801903214,290.426435760812,6199.87809578282,373.608910388541,7603.01038882302,29.8452255643443,750.54611698448,308.567962877344,1001.75015304328,152.9250835681,1319.62338790646,83.1359998803486,574.5003000638,208.083167151728,1897.08881315766,239.278715501009,1374.03717114873,91.7076046857486,1178.55576484878,2300.57387729239,739.260918520979,17699.1273720287,6676.85231033554,546.43754587563,3019.68704002628 -6554,132.630971539588,1293.89984839871,141.621382807203,1164.54935447647,196.186465818891,4614.53254340105,33.8946806843507,417.442848686314,1001.68058211269,11161.1768003809,283.658012047788,3279.45199376444,89.9074724176244,2562.32573990821,344.865036242459,6227.16458191772,436.064692735106,7636.47224635524,35.1162955795374,753.84937003209,343.12204280838,1006.15898838478,185.077296572727,1325.43122553184,96.8440175171723,577.028752112373,241.501888984922,1905.43815274098,293.173831045675,1380.08449105409,107.537993640465,1183.74274514742,2876.85080504745,903.720104617853,20977.4153672537,7771.73211276506,672.553263280398,3492.65491548089 -6555,181.627988425194,1334.5710565377,193.407972124923,1201.15468312123,264.404147437332,4759.58133815058,50.4968950773992,430.564347236659,1343.72204317649,11512.0065383132,381.188099939302,3382.53514566782,120.095794264138,2642.86743223214,486.007804473526,6422.90330709061,584.0505444006,7876.50979838335,50.0709862739071,777.545148860698,505.428402672025,1037.78562601686,253.057798366561,1367.09356076917,130.44768189921,595.166521050511,325.822868523633,1965.33187001904,391.308364600346,1423.46474467613,142.088960459107,1220.95138044519,3681.62069912954,1180.71089579423,28850.2193432931,11015.5028525752,848.977219550497,4981.11122208859 -6556,257.390964259149,1456.64253878703,271.545676741583,1311.0227428705,354.94485087205,5194.93406514707,71.2818198066135,469.947509199762,1799.24647427076,12564.9948336248,510.907288777117,3691.93124486342,160.449609210966,2884.60708577897,668.233621438938,7010.39793557052,805.83283125385,8596.96392581994,69.1582396941292,848.666194362345,770.407269968894,1132.71053016815,342.516733016856,1492.13983426588,181.194912940273,649.605630196408,453.806554188949,2145.09822514101,522.638011283091,1553.66721719421,192.851940689774,1332.63021840229,4797.74162391206,1562.68154490831,39386.3456905069,15406.1866193907,1087.58817169894,6988.30934890289 -6557,285.240917869123,1737.1755292577,296.369227189689,1563.51099639823,375.454177055608,6195.42001127854,75.6039369132073,560.454120540273,1901.53603020792,14984.8716957001,540.133486479203,4402.95573107409,169.950129004534,3440.15000764114,716.957078914649,8360.52182999742,885.371666670381,10252.642608036,73.4983888217131,1012.10977030932,878.006258164587,1350.85785451466,366.181081226531,1779.50920510383,199.892687773661,774.712377536998,498.213043741196,2558.22004736464,554.769720804725,1852.88607084562,209.745508863103,1589.27982900016,5022.67538737513,1653.43688444978,42199.1030807502,16735.1697063687,1130.59129820517,7620.7152881418 -6558,261.644788261237,1916.60903701863,267.982748185596,1725.00662984547,322.690525206791,6835.34725291483,65.7348629060646,618.343635499408,1630.21206026683,16532.6646771358,463.505454492272,4857.73866926128,146.473702530783,3795.48438387346,639.615915039779,9224.08324529624,819.044134505848,11311.6418835814,64.0150848742419,1116.65096563879,794.626662391074,1490.38846569333,324.228313993599,1963.3153740182,184.969381023684,854.732707702869,457.20767990703,2822.45954935619,481.567256077729,2044.27136356573,193.896446959058,1753.4371347694,4193.62012024596,1431.63175777247,37624.7539796907,15159.5481743847,978.228964518426,6998.80612932783 -6559,245.39891344142,1969.40061364882,251.862959018607,1772.5206600562,294.625468371923,7023.62183125946,60.5879244345643,635.375453041098,1488.50459966823,16988.0446828368,423.206722082878,4991.54148363527,133.415578000504,3900.02819058096,580.880865767944,9478.15378763531,764.796906893377,11623.2126827253,58.6525902261897,1147.40828958077,753.04668744987,1531.44011231282,293.985647361286,2017.39344211389,172.844906340411,878.275687186684,427.94517534479,2900.20210754491,437.697738163147,2100.57930444368,180.72108643024,1801.73426218479,3831.73250116674,1312.76268345484,34521.8643331291,13944.2115535251,897.029507642912,6432.69194719848 -6560,226.881210071091,1971.30978743248,231.557897005274,1774.2389747311,280.679382545778,7030.43066160799,58.3674893738907,635.99139788712,1416.78647429445,17004.5132110374,402.952308201821,4996.38037729387,126.969538652278,3903.80895084142,558.38830928694,9487.34208716333,705.598456641179,11634.4804424599,56.3009677859841,1148.5206086338,701.359747795746,1532.9247189964,281.521791186688,2019.34914104295,159.662815686861,879.127104062044,394.551254802356,2903.01361770321,416.947393179737,2102.61564530331,166.214126980807,1803.4808970719,3609.63758099766,1232.86110379136,32695.3647302491,13244.1418573342,831.068772860398,6108.06929700375 -6561,213.078701284901,2002.89795283508,217.403012993901,1802.66928769096,254.178297821078,7143.08591650814,53.8474284283402,646.182490935592,1281.73044031355,17276.9926454344,364.679879912777,5076.44211633582,114.797781873848,3966.36338222784,510.346099686843,9639.36676283375,660.69763177274,11820.9107513503,51.5720097275812,1166.92444307175,665.676456639769,1557.48822488578,255.892622808518,2051.70708654676,149.665228141739,893.214191008022,369.591462570752,2949.53135677529,377.007886275324,2136.30784893632,155.208887641904,1832.37978107295,3229.83020390878,1118.75225751484,30029.503917595,12260.3920959819,750.740178808922,5670.59298035427 -6562,200.168492990033,2033.90757919698,204.558065752939,1830.57889785669,249.273476188933,7253.67788402617,52.4815029862616,656.18693353695,1258.03919284605,17544.4816035383,357.826304263857,5155.03752008695,112.578517387529,4027.77212565599,495.395762113209,9788.60709794803,617.320786894217,12003.926578561,50.2766916978401,1184.9912102383,631.618930652405,1581.60184877181,248.976713106452,2083.47239444366,139.95980767731,907.043272157714,346.369435134328,2995.19712081826,368.969642327623,2169.38297794913,144.701393191649,1860.74938037467,3197.62316476106,1086.449261525,28877.8704833434,11731.6214920959,723.20431889562,5395.75702598092 -6563,193.696082304722,2003.82361361665,197.462748591876,1803.50241064632,224.874229067916,7146.38717031537,49.7744366089139,646.481131107824,1131.2952560435,17284.9773929812,322.166620297828,5078.78824853409,101.153510135287,3968.19647962713,460.955391458677,9643.82169962117,594.644696220919,11826.3739121017,46.8176638385129,1167.46374972513,616.392119677957,1558.20803478198,227.937743763483,2052.65530499324,134.952239709018,893.626999531286,334.317779894631,2950.89451434261,331.925819124585,2137.29516653297,139.034220128537,1833.22663505164,2775.07769701877,980.040912405132,26992.4516560902,11157.4877805766,647.458583464267,5176.83560633468 -6564,185.844143560221,1977.44228835669,188.948159584207,1779.758412732,208.600594186975,7052.30146182657,45.7748259848608,637.969888462369,1050.00250067378,17057.4121484075,298.953718154244,5011.92349866261,93.8445805224001,3915.95321763885,424.890615504961,9516.85603493993,568.541362897809,11670.6738720877,43.1421531707977,1152.09351419072,598.216966810896,1537.69345819504,210.554772632551,2025.63108645442,129.179222851142,881.861959746587,319.872473469922,2912.04453400417,307.692900020153,2109.15662251058,132.533193033457,1809.09130307637,2592.37414111908,917.189297212793,25156.1264544884,10426.2694653068,605.26457667399,4835.31301024925 -6565,179.955571475758,1948.34183577845,183.124944738865,1753.56711724116,196.837986430144,6948.51832465706,44.16971563558,628.581390707033,989.29966375341,16806.3917185042,281.832871996314,4938.16698857007,88.4480046388731,3858.32523447116,407.302519620895,9376.80399935369,551.372537399663,11498.9258046116,41.2904380853819,1135.13906607721,576.983649105668,1515.06444099259,200.483550530469,1995.82147748659,125.217615655533,868.884295472256,310.097273367492,2869.1902801195,290.384478690162,2078.1178343574,128.690695542275,1782.46833866176,2401.07807472116,866.458753037368,24144.6340731116,10066.7172491613,572.579103873849,4690.11296583721 -6566,179.289578230494,1909.72443478034,182.652896195298,1718.81027770712,185.854963665568,6810.79417709812,42.0276319602622,616.122499161861,933.706333316654,16473.2781157439,266.038113436796,4840.28931059214,83.4094913051328,3781.85072161896,385.600357491477,9190.94965209585,547.735922635317,11271.0096244579,39.1914636686851,1112.6398723021,579.204338731213,1485.03487945396,189.053040557149,1956.2629991429,124.51057394406,851.662444232888,308.246810245742,2812.32106469099,273.463459583283,2036.92818875363,127.52890178232,1747.13865814241,2255.98104855364,826.681269990803,23177.8238402957,9730.28366555873,546.151865250719,4542.50384865736 -6567,182.446479078047,1862.08184607226,186.147450345684,1675.93049377775,191.059133190644,6640.88282243078,43.0817642955095,600.751867521629,960.270153324103,16062.3132667591,273.561304697224,4719.53685612656,85.7268625586568,3687.50351884771,394.204211713827,8961.65969479277,555.211674968542,10989.8276559586,40.1827073189343,1084.88244151739,595.802911686291,1447.98717524573,193.748086077588,1907.45939597608,126.298542021002,830.41571208152,313.09271063964,2742.16107021224,281.013616174234,1986.11220181998,129.03614116026,1703.55215582306,2331.39489881351,847.275075739741,23653.4203396253,9920.16630739444,556.98835106475,4620.73198227543 -6568,190.544881755797,1860.14374337243,194.009155112084,1674.18614219537,199.501701598781,6633.97082070831,45.2354007853843,600.126589519574,1002.55188615049,16045.5951978012,285.622911706346,4714.62464072522,89.4974681035723,3683.66547029974,412.206980217832,8952.33216878412,577.364335355504,10978.3891605479,42.0744206812258,1083.75326795644,625.335515869059,1446.48007293463,202.230002370191,1905.47406315467,131.452127934573,829.551394040417,326.260041017799,2739.30695841003,293.169785158683,1984.04500513438,133.883464903401,1701.77905490407,2429.29068207353,881.838984424016,24666.5884884339,10364.1939954058,575.881932828852,4824.3872351435 -6569,204.998927398688,1882.04140088767,209.294182268135,1693.89470229411,217.449763252617,6712.06608700994,49.1822175266351,607.191294368278,1092.91112772145,16234.4843358162,311.347925478275,4770.1253169839,97.5032421472924,3727.02967005943,448.094039334431,9057.71924141933,621.257761210362,11107.6270255049,45.7896042784908,1096.51123785919,675.4458756112,1463.50807163237,220.078710484731,1927.90535029998,141.44382228583,839.316893283532,351.023735608201,2771.55414673518,319.391940016239,2007.40123132499,144.066520803667,1721.8124394442,2652.53712966167,958.306940275575,26754.5619896376,11224.2695532081,625.262172745162,5218.79214179558 -6570,215.643007441671,1973.50823073649,217.994817333347,1776.21764080306,228.424781993381,7038.27113564757,52.0938768106178,636.700667956699,1147.41130660553,17023.4769773846,326.945732309674,5001.95243859788,102.285996516899,3908.16255508101,472.734820210529,9497.92255696943,649.048135768831,11647.4554430344,48.3573841797584,1149.80146132254,722.171977205978,1534.63426668166,231.587793473172,2021.60115877547,148.180819962818,880.107523835548,366.902508581496,2906.25111537607,335.129486184607,2104.96052347304,149.431429444118,1805.49217430867,2764.54415213893,997.698500785594,28050.8216380522,11843.3154972667,637.835777224167,5502.61673267842 -6571,219.026215535282,1900.81495431733,220.871195481249,1710.79147336554,226.028398622425,6779.01962546476,53.4194006232988,613.248088975172,1132.65905053768,16396.4249599373,323.037501298678,4817.7077997403,100.961493419327,3764.20716818025,478.819394013858,9148.07090746103,656.903170772035,11218.4267291362,48.9741039980729,1107.44904841982,739.850576129368,1478.10671274864,231.596468831469,1947.1364012663,150.14990276796,847.68916422988,371.635710648825,2799.20067982016,330.843031319713,2027.42526174923,150.77703307673,1738.98769276887,2652.0161309946,980.023370027766,28263.7762387444,12065.5372131922,617.89992426108,5629.70707541351 -6572,205.161708791866,1761.27163007696,205.443167082187,1585.19822256893,211.245099409833,6281.35575161975,51.0752423578893,568.228095458557,1056.40768206327,15192.7246000623,301.527031603448,4464.02846863677,94.2320208013297,3487.86781164043,456.973800227896,8476.48937243873,611.204319004548,10394.8554735676,46.5174225207762,1026.14859290081,706.509249976781,1369.59540089765,219.438229359061,1804.19250998166,140.088014850862,785.458296553618,345.936632712756,2593.70473336265,309.645249447155,1878.58717520597,139.277550027178,1611.32449077706,2410.33138139901,901.922657873535,26593.1910953156,11473.4667553922,552.810052302605,5366.44043911899 -6573,167.921679387995,1621.61259858963,167.376205614994,1459.50083171858,171.076466578635,5783.2792222997,42.2850187496995,523.170772033569,853.887378492712,13988.0261497694,243.901772665093,4110.05587189742,76.2003718829557,3211.29931862027,377.094693103126,7804.35097200601,497.732878200792,9570.60132497504,38.2605427810757,944.780724254478,581.92495782789,1260.99411308237,179.703599451807,1661.13009175051,114.214794934247,723.175827968363,282.331331098886,2388.03839272574,250.824563980387,1729.62567433723,113.066290587543,1483.55543235879,1901.08131121105,723.500898206569,21764.8980201864,9464.24965250396,436.255398029851,4439.96951088914 -6574,130.011484335886,1474.14330688834,135.997760954993,1326.77396829992,143.983089864379,5257.34837336262,34.1232851020513,475.593673004055,722.407675236341,12715.9564147417,205.935758762218,3736.28779140238,64.1334120851229,2919.2640715029,299.14247694032,7094.62405508951,394.249655104672,8700.25177306789,31.1164571527244,858.862457252844,422.976575719562,1146.31943131345,144.771835801403,1510.06708307187,89.428656957233,657.41028864119,224.322523710612,2170.87041398838,209.012126513438,1572.33368405255,92.2975472617071,1348.64104590186,1717.87424256732,624.634871981031,17701.2737263256,7388.25672301437,412.902443861797,3433.07826654766 -6575,106.038308243112,1371.27928094624,110.379035650365,1234.19320545497,147.25913674358,4890.49664535408,30.0334347506976,442.407293030556,773.941431556224,11828.6515886691,236.551353193271,3475.57392287543,76.8808428048752,2715.5611792673,315.627587225033,6599.5693413164,375.374655649137,8093.1582022422,33.3212547150812,798.932021947994,282.047723173302,1066.33057868998,131.387456211126,1404.69633730951,70.7820950886368,611.536954163193,197.53021028557,2019.38957115717,213.238504374455,1462.61804642746,87.1905371495905,1254.53442351041,2136.68898647726,681.531545888749,17182.8232112894,6738.41091169748,507.544581882741,3064.45345929384 -6576,106.288522006514,1316.28926101204,109.716701256165,1184.70050917228,148.315145917191,4694.38159296987,29.6695888169244,424.666205419287,779.897525623823,11354.3078166209,238.325242354023,3336.19904719743,77.6336775753565,2606.6637683202,325.157130860365,6334.91832917123,386.042540602385,7768.61240252384,33.2430042733888,766.893845317283,278.683121713591,1023.56938438524,132.990121854275,1348.3662514813,71.5780401560137,587.013554905874,198.302267287582,1938.4095152956,215.941936917675,1403.96522737979,90.2764072144553,1204.22601885824,2167.31501147179,693.995846300445,17387.5632386325,6789.44486511379,527.417196162306,3104.37873405087 -6577,107.071508723371,1282.82084793604,111.966435902795,1154.57791591961,159.249673344039,4575.02066908822,30.1135214958077,413.868499775573,839.977883060837,11065.6093705768,256.388972320477,3251.37172912791,83.7024027929817,2540.38585940426,337.051500803024,6173.84456694938,398.755011292666,7571.08505301473,34.5134649972476,747.394544699433,264.970002851098,997.543765257867,140.309460892498,1314.08223806648,72.6484392524014,572.087950998952,202.706223379229,1889.12286357705,232.17968167519,1368.26753572031,94.0491073332213,1173.60696343495,2408.51227783705,751.697374217625,18175.2292866634,6935.89106579929,580.588105713927,3145.14728698323 -6578,123.972526779307,1286.6970505298,129.575721613915,1158.06661655897,193.646590565092,4588.84466252624,34.4896698397096,415.119054874429,1024.04605954193,11099.0454842889,312.271238600626,3261.19615281888,102.37514251246,2548.06195094364,393.70772779193,6192.49960546266,465.532265993297,7593.96202727602,40.612563634684,749.652890186558,287.201971918291,1000.55796769814,169.82888635177,1318.05290083503,85.6258539953594,573.816585829832,237.626666775376,1894.8310830494,284.527700424776,1372.40192609871,110.300911823717,1177.15316270591,3010.58863500002,919.596605284493,21569.7490734504,8074.57343563705,712.940237858016,3634.32055327641 -6579,182.754323476648,1328.3517744768,190.063914592697,1195.55713944867,260.864872977202,4737.40104382398,51.3523649299026,428.557859003819,1373.19972295616,11458.3590270788,419.460900895296,3366.77207329429,136.701692110628,2630.55131168532,522.291948380422,6392.97170688019,623.06010994984,7839.80419484757,57.8991945257639,773.921683049597,470.624078469488,1032.94940429953,232.156267704958,1360.72271942924,123.192041965137,592.392964371392,342.686813471339,1956.17315705052,379.631640056024,1416.83120597654,145.672869599512,1215.26158147912,3851.55541338644,1205.90526500006,29707.2773715681,11423.788928553,898.647859494465,5159.64812336117 -6580,256.968098122131,1452.33243050979,266.138591942481,1307.14351387284,350.108026749433,5179.562601169,72.468984382913,468.556965812943,1838.32887435823,12527.815850591,562.072597726717,3681.00706614849,182.59944321103,2876.0717254926,712.853188497028,6989.65463488812,858.902786954479,8571.52608201879,79.9646466765693,846.155047604282,693.303865162307,1129.35891513441,314.187956633966,1487.72469185502,171.225381905364,647.68349039265,476.698784989996,2138.7510223308,506.939888636267,1549.07001935425,197.60517978597,1328.68705432333,5017.14892540417,1595.10951646166,40571.1671146024,15978.575670396,1148.81896314572,7231.03284417314 -6581,278.380689936843,1725.02623465625,283.810887018385,1552.57626045017,370.306796845269,6152.09106631641,76.8596323779259,556.534469298149,1942.69897407355,14880.0719113779,594.177743613067,4372.16275397244,193.394137273833,3416.09061052662,773.811684485533,8302.05079985464,943.174870103868,10180.9386418043,84.981378571132,1005.03137232282,755.703014754934,1341.41035208167,335.873324022423,1767.06384122742,185.601724598574,769.294267076905,514.053984929264,2540.32860894214,538.047487534942,1839.92753075656,214.839388443361,1578.16487341768,5251.46578171542,1685.04266244392,43454.3879353729,17363.2438494762,1193.19956864493,7887.95499527702 -6582,254.611103091913,1899.22397335837,249.557552452857,1709.35954194439,318.190489996615,6773.3455901674,66.8173601037977,612.734800698235,1665.15548254574,16382.701162233,509.765173869732,4813.67538124643,166.638087581879,3761.05652907329,710.517594866072,9140.41397768365,872.484951038978,11209.0369127971,74.0125709932377,1106.52211424085,704.156475397156,1476.8695383304,297.340113501274,1945.50664928445,170.512019616796,846.979648915754,464.67700126715,2796.85775055616,466.907475256375,2025.72830804006,198.60055776004,1737.53216112926,4388.4713290288,1457.82046272074,38656.1549656138,15721.3881017007,1037.65718716166,7257.03198785775 -6583,230.752926662809,1953.95365268839,228.786426028092,1758.61792373751,290.518210647428,6968.5321702345,61.5839673892972,630.391896241979,1520.41692768651,16854.7992368919,465.446629427558,4952.39041102176,151.785557149811,3869.43838432877,663.390911512498,9403.81204603137,814.61966385478,11532.0462073518,67.8123744434807,1138.40861174377,641.908020332625,1519.42828726098,269.611205062241,2001.57005020155,153.9356809543,871.386946440671,421.542824384091,2877.45442054709,424.389411097805,2084.10344560361,185.093640896304,1787.60238946365,4010.14143077459,1333.58865083667,35443.1753698537,14475.6188695524,951.97766669153,6681.23084758988 -6584,223.375895467364,1961.33001002478,220.462781626986,1765.25687047292,276.743154751391,6994.83902931841,59.3228989049672,632.771684463796,1447.05449775993,16918.4276765089,443.134488029387,4971.0861468652,144.441397660097,3884.04587523556,609.5385341947,9439.31231385005,751.442497582684,11575.5807576867,65.0921046417503,1142.7062104629,628.334929567772,1525.16427080308,258.168730932668,2009.12616388101,148.813930972603,874.676513461038,406.732254666196,2888.31707944174,404.23663897139,2091.9711305508,170.217118239507,1794.35075526133,3776.16759498084,1256.4129154845,33620.1770272137,13734.6639992423,880.092987095365,6325.64666167719 -6585,205.675923889314,1993.14958992129,202.926225124061,1793.89546354027,250.589838874364,7108.31959516864,54.7236585935018,643.037437329012,1309.00407062766,17192.9032917416,401.008619794712,5051.73441717879,130.584323270979,3947.05857958266,569.160957607357,9592.45072034132,703.52342460119,11763.3768526249,59.6231312504492,1161.24487115551,586.175397981188,1549.90772862103,234.654737965492,2041.72116327786,136.534889270471,888.866802225001,373.21208592959,2935.17560687263,365.484418409966,2125.91016283478,158.931452401146,1823.46135211529,3379.64946428201,1138.2817175208,30850.1471320882,12719.6146708837,796.126050682468,5879.81199564046 -6586,198.258615341605,2014.12158665496,197.178056198399,1812.77090068365,245.773606754528,7183.11360766304,53.3382070720712,649.803502005485,1284.89714546422,17373.8076822099,393.502240201854,5104.8889612392,128.069513399347,3988.58968194306,531.821358711199,9693.38285618912,657.260061683853,11887.1515568306,58.1266648284852,1173.46353440488,560.958891834397,1566.21591742257,228.324583125935,2063.20423197669,131.467593720857,898.219492944852,360.927877325175,2966.05963763046,357.724911971858,2148.27907142874,148.160503671737,1842.64788267673,3343.70296366725,1107.73663394239,29721.3959640034,12165.1757062674,764.029403470923,5581.27063489963 -6587,188.855666445975,1982.21522562176,186.209447061458,1784.05420194464,221.650004736976,7069.3235477048,50.5735856194679,639.509751482676,1155.14159828124,17098.5834931128,354.18369669397,5024.02073992082,115.042385316415,3925.40512384657,511.691102422546,9539.82679726403,633.033920281614,11698.8432879845,54.1232970638559,1154.87431345809,554.161680021513,1541.40497708592,208.998669719601,2030.52033665138,124.113687405792,883.990503186314,340.087043600477,2919.073313532,321.720460429323,2114.24747765246,142.345152376133,1813.45789286117,2904.11696826619,997.581629381634,27725.3482274199,11572.4476856119,687.114504757906,5365.74535898532 -6588,173.34303083927,1952.36267453534,171.149558511676,1757.18599484176,205.620401677085,6962.85814494407,46.5118174513972,629.878608870294,1072.18433604572,16841.0754633914,328.680471720821,4948.35799963959,106.735132549806,3866.28775077839,487.873129860856,9396.15512975801,605.151609855635,11522.6564075729,49.8749677425613,1137.48167919957,506.365139718789,1518.19111502466,193.065938976656,1999.940301094,113.956802238565,870.677432377871,312.763879357746,2875.11149541517,298.249396021024,2082.40649488725,135.67491239642,1786.14686039106,2712.94919089704,930.518296109994,25816.6949463154,10825.5674648478,642.364739377218,5021.25643753894 -6589,168.007987103304,1914.20810533097,164.834622766312,1722.8457180481,193.998086647308,6826.78462929221,44.8756363775396,617.569037863865,1010.07199258969,16511.9542465064,309.814195859434,4851.65339131666,100.584301605861,3790.72978940413,473.654939340522,9212.52825764589,586.914891514387,11297.471816075,47.7325795256619,1115.25213956854,497.763603879453,1488.5214595251,183.817066639783,1960.85593341069,110.164916134525,853.661986025797,301.603404542464,2818.92386083635,281.43206567469,2041.71050957821,131.747127454622,1751.24060814457,2514.11219294845,878.779866257806,24752.8200107755,10450.4110913597,609.452725516836,4874.53236396251 -6590,159.452612823802,1874.28899289424,156.759617144862,1686.91729848998,183.166224967724,6684.41809012697,42.6977954334487,604.690183265312,953.277892506263,16167.6120841883,292.439963095334,4750.47646249026,94.8515900523787,3711.67748142411,469.481374099687,9020.40915088875,582.970054190429,11061.8730604222,45.305623329833,1091.99454525017,475.235578971295,1457.4796645699,173.334795489822,1919.96402188861,104.117488694817,835.859622370447,285.918035433642,2760.1377036584,265.027012493772,1999.13244757538,130.546391154717,1714.72003833526,2363.09702735769,835.017299912166,23722.5161180771,10113.086114724,582.476708946803,4733.72224752095 -6591,162.455075030589,1831.9400254655,160.480611889442,1648.80193527781,188.302882569474,6533.38577597899,43.7697563179334,591.027399685689,980.434207155321,15802.3099988911,300.721824481466,4643.14094819993,97.4908567976159,3627.8133018004,475.74463189812,8816.59585700868,590.871682656099,10811.9335347072,46.4519085702151,1067.32127362317,482.952957598449,1424.5483721828,177.643636650223,1876.58304161525,106.217351161724,816.973638374933,291.758657810783,2697.77326458085,272.356117114816,1953.96268174467,132.080812126191,1675.97648100329,2441.25785947011,856.065154067006,24223.4858875577,10309.771834994,593.005279351743,4812.22663758819 -6592,170.049974562782,1818.08404546403,168.178852947026,1636.33113038026,196.620855381845,6483.97015025139,45.9568622545869,586.557131163508,1023.59093294723,15682.7883506505,313.97662270023,4608.02229408029,101.77763015163,3600.37413465516,494.347102877358,8749.91104518213,614.376153307793,10730.1568756728,48.6385271237548,1059.24852996515,506.307797255785,1413.77372154921,185.419732282932,1862.38940168476,110.960861201902,810.794412943047,305.253499445076,2677.36850684703,284.135498217909,1939.18377661377,137.031544382306,1663.30013992176,2543.27042556326,891.153084717924,25271.1400144118,10771.8551657513,612.517294514929,5022.03016634296 -6593,184.594100542533,1826.99352592704,182.913000667993,1644.34993472185,214.312810180199,6515.74470188475,49.9672281941207,589.431541350197,1115.86047859865,15759.6415064572,342.26010829851,4630.60380493213,110.883764742496,3618.01768809388,531.897416991585,8792.78978981694,661.08447249321,10782.7397709945,52.9335137891416,1064.43935384743,549.652875110744,1420.70188825452,201.78667432543,1871.51599956137,120.531934602595,814.767692946055,331.576220765374,2690.48889171787,309.555013984834,1948.68670361817,147.454212907074,1671.4511052953,2776.59213529466,969.185150926052,27420.6925805919,11662.1673610717,664.537920596627,5429.16012860844 -6594,195.449710924562,1905.0961336784,193.618878340904,1714.64466545571,225.117237030534,6794.28791806888,52.9231163025854,614.629299205958,1171.44880928678,16433.3544022138,359.387523197704,4828.55865671249,116.317819588504,3772.6852401791,551.430580176765,9168.6749816628,690.401859096089,11243.6938372612,55.9011721549894,1109.94334066997,586.211407583277,1481.43583215488,212.333889944883,1951.52190978481,127.453146544061,849.598402867896,350.493657226725,2805.50528098647,324.792808815741,2031.99160376321,152.905877602017,1742.90439081595,2892.30887654958,1009.47991705523,28779.2323945744,12306.6057607378,676.03219453075,5716.76400549973 -6595,201.180111027728,1818.28653384769,197.969649269971,1636.51337610567,222.705154460917,6484.69229983444,54.260306390608,586.622458729473,1156.15618083365,15684.5350149328,355.013306690563,4608.5355107209,114.788477378592,3600.7751248849,556.55825042555,8750.88556302637,698.648236457182,10731.3519426046,56.6110124474332,1059.36650334666,616.290116944806,1413.93118003218,212.318326681337,1862.59682455975,130.210446325925,810.884714846615,358.124975341287,2677.66669769401,320.57132673096,1939.39975243156,154.265753039696,1663.48538930982,2775.2937522657,992.037741364551,28985.4876308548,12531.5080807574,655.940757250054,5847.08742805623 -6596,194.585963595108,1675.79266498921,189.408218825781,1508.26454509966,208.09892269565,5976.50567635171,51.8728261983548,540.650549380979,1078.13760919912,14455.3832646888,331.311034979826,4247.37788101297,107.118292605965,3318.59276864842,513.839260332886,8065.10391277419,649.807077979828,9890.36685696592,53.7689941696781,976.347007359134,604.942757403835,1303.1254734552,201.151193693279,1716.63048607877,125.826534569395,747.33801961141,344.294300068043,2467.8256851994,299.971003289283,1787.41459011374,142.462937503538,1533.12283945872,2521.41680927722,915.109947350129,27298.0935628241,11905.312714343,585.768661711125,5561.26451473558 -6597,162.471041835847,1536.71217254258,156.822626509646,1383.08785704343,168.49804997423,5480.49243441378,42.9404643178471,495.779876403105,871.310961853511,13255.6752906891,267.946281397521,3894.87161956443,86.6064662496295,3043.16996358653,417.771334817868,7395.74985289761,529.085465783451,9069.52719005309,44.2232565869593,895.316205984203,511.830121045916,1194.97406764327,164.712822552939,1574.16070545451,104.80452489803,685.313556822443,285.954427059595,2263.01131959159,242.943913660379,1639.07016386521,115.639055705881,1405.88306573977,1988.74571747905,735.151945128071,22346.3411439818,9815.32796123042,462.417095855477,4596.87000206083 -6598,124.399816757024,1400.81363640205,125.370567832915,1260.7750267787,141.882639248322,4995.82724305671,34.6616743643849,451.935778168601,737.470012577076,12083.4148636904,226.345905280259,3550.43018088022,72.9261882626304,2774.04842562541,343.191741412501,6741.70962556774,419.729501655359,8267.46712269796,35.9693625941114,816.139269697668,380.724026138671,1089.29700630398,132.733035391612,1434.95042304538,79.985885778197,624.708122159076,222.489048572281,2062.88280424762,202.557783628584,1494.1196390494,94.4997662692475,1281.554350166,1799.14523935368,634.617932730722,18147.8274979094,7664.38616282177,440.016530869839,3566.04158416391 -6599,108.06394214115,1289.90793575208,113.115593572915,1160.95651125796,161.848090226416,4600.29588448106,32.0762215117794,416.154962773832,882.815210411478,11126.7425720472,273.707537082188,3269.33429732595,92.3043324280589,2554.42050633192,374.873628846422,6207.95266449,422.137783542191,7612.91236250985,39.5583794638084,751.523609782866,310.081208218904,1003.05480779829,148.671563403526,1321.34203294249,71.6599736463909,575.248515121176,224.536422569276,1899.55953495715,247.412408129383,1375.8266833574,96.1592583923444,1180.09068688297,2469.00129187452,777.575624248292,19437.4606920718,7601.25245913028,587.684196395542,3456.75017616534 -6600,114.678769827877,1230.08712633229,120.275375904657,1107.11595699845,181.768536504386,4386.95242348457,33.7322412961719,396.855347640695,917.539778444691,10610.7284221866,284.332827394849,3117.71555112768,96.0909801860917,2435.95662371522,383.601667287857,5920.05246406754,431.553920588728,7259.85570866288,40.2168451949143,716.670928138511,303.209615686553,956.537107711488,165.845005017214,1260.0634348812,77.5029069823502,548.570772595297,227.987511889087,1811.46550454407,280.116698219837,1312.02130350151,98.8521500844983,1125.36276551629,2686.43062169428,831.562037334148,20321.1437820911,7786.52577587742,631.215464253986,3538.74279286914 -6601,120.462280925811,1196.15588146255,128.685495130244,1076.57680100539,208.185566543667,4265.94086769585,35.7944517300246,385.908321458239,1096.28394804139,10318.0375902672,339.234792437462,3031.71516340317,115.229388115835,2368.76216332135,436.404060484898,5756.75122669998,484.414100844526,7059.59677049799,45.4024619940123,696.901973376585,296.089157042664,930.151582545051,186.039096404868,1225.30531080601,82.5328171569311,533.43876380108,252.955881130333,1761.49727197583,321.692082959381,1275.82995154731,113.134727686478,1094.32028182014,3310.31020072129,995.248122784979,23074.8200221814,8524.13313445138,785.219730110502,3830.93495970435 -6602,143.584505489781,1181.89492469378,153.983840063036,1063.74150465704,263.048872307208,4215.08094280215,42.3574858861526,381.307397804129,1414.18019359952,10195.0226134622,437.239862216501,2995.57007600231,149.072271990776,2340.52101571664,547.552124242627,5688.11737918492,603.220929273943,6975.42997759979,56.4928930380259,688.593282955531,332.487538689712,919.062014945501,233.497566599825,1210.69682512554,100.321086439251,527.078934562058,312.504423602679,1740.49613254805,409.288711907238,1260.61909478082,142.540261436066,1081.27344196249,4355.92391839054,1288.57563820084,28924.6454553155,10435.2989154298,1037.4391976799,4660.7446667467 -6603,201.333838340913,1182.41560870804,213.33557234937,1064.21013616159,331.037767986469,4216.93789744328,59.6830028708996,381.47538284443,1722.86622597626,10199.5140324445,533.278320539147,2996.88977491936,181.075196884872,2341.55213265645,693.728106689676,5690.62328028384,773.768405193277,6978.50300448743,72.1843249913013,688.896642845885,486.124956441966,919.466907875744,299.076743842298,1211.23019782204,136.674667830915,527.311139278186,404.387493512756,1741.26290842142,510.384461342952,1261.17446074189,179.870890956337,1081.74979716507,5150.16710778091,1564.21563676574,36806.8050199714,13729.7154421394,1221.60608611744,6211.14460287211 -6604,232.168505993516,1175.58886149618,236.222901905125,1058.06585531282,297.273011057795,4192.59115436755,67.884250523303,379.272911913696,1523.5850475605,10140.6265283634,473.744376902005,2979.58705262399,158.905191526592,2328.03304142042,715.260928897481,5657.76812654067,834.706799758697,6938.21220015604,75.2733111191447,684.919256890242,721.215791635662,914.158310709477,283.696794328392,1204.23708785715,149.772258163714,524.266676888364,447.09120655585,1731.20962291196,450.039102161967,1253.89299458893,183.452454969587,1075.50425003482,3927.46496777967,1329.5504057086,36925.119025947,15417.660966466,920.555300263902,7146.17895218194 -6605,257.426770255183,1193.00285126671,258.644340390875,1073.73897759599,329.936811720262,4254.69597848201,73.7064604770636,384.891078965649,1722.40506223364,10290.8395598197,535.641478006555,3023.72365526987,179.922243955876,2362.51817895152,814.948776839083,5741.57660712986,956.448024496179,7040.98789005621,85.2118928197159,695.064961161326,825.616821408599,927.699731518001,316.671070229983,1222.07544360895,167.054850164263,532.032635589896,510.629525246755,1756.85401922382,502.56016202716,1272.46690294777,209.683638146751,1091.43568713982,4408.79391024675,1497.22122762373,41716.7577499791,17513.4720695135,1033.96032475016,8114.49760543171 -6606,231.625930533287,1247.5011132969,221.775369328909,1122.78907675621,268.628112694187,4449.05723759211,62.5376606159203,402.473513787396,1510.27426520873,10760.9414294392,469.830506316579,3161.85214666185,158.274832010603,2470.44175568975,727.203979146503,6003.86093115271,864.307329591541,7362.63138200286,75.0256205882744,726.816630774822,745.407734524843,970.078526338089,269.460353976189,1277.90178775872,150.514734239672,556.336730045503,458.119189965941,1837.10989672387,413.463451458607,1330.59520886755,188.433261438217,1141.29420005426,3676.2117248584,1286.33045546496,36637.6352091576,15665.9943814391,876.744890481641,7322.30562362814 -6607,210.43902377378,1335.20744779892,204.261639654304,1201.72745467953,247.270880329481,4761.85094826675,57.9244479621826,430.769662185333,1361.08718806397,11517.4960477134,423.668873837173,3384.14811022068,142.410494425488,2644.12768565229,666.407686526653,6425.96607359995,794.471151573688,7880.26571829489,69.025579167051,777.915921878378,705.509058360267,1038.28049491139,245.617532833964,1367.7454604122,136.226130606494,595.450326675631,422.674910345211,1966.26904007181,378.523038810041,1424.14352496267,172.285307348335,1221.53359207423,3287.40090370337,1158.73287798283,33525.796643057,14454.0974102924,777.593759244765,6744.39308857641 -6608,206.43563787166,1424.47583434373,200.066409057388,1282.07172711651,242.628122469152,5080.2155228648,56.6412339410632,459.569765704175,1300.21390448943,12287.5249229346,404.608846038203,3610.40317053066,136.183577800665,2820.90696643428,631.974875196732,6855.58891934396,752.839544900856,8407.11913524985,65.2693687372707,829.925292652993,658.796305043446,1107.69714227542,241.236492734635,1459.18925115517,133.834937727525,635.260537454143,399.608136106077,2097.72851103984,371.705900349063,1519.35793894099,163.640526117156,1303.20204970193,3188.43640870475,1118.16681634439,32090.8809896231,13742.1551553952,753.01318836477,6428.34230275421 -6609,190.334873254569,1484.61484220004,184.462178351566,1336.19866968057,219.658006949874,5294.6937989263,52.3451013182441,478.972039216902,1233.94825729016,12806.2838516991,383.994719715043,3762.82840611707,129.172252087395,2940.00098131763,599.521681068218,7145.02051652511,714.405373303629,8762.05376561278,62.0394045889377,864.96336244096,626.147634828841,1154.46227899142,219.362825568397,1520.79380191225,122.950149359187,662.080184043907,379.1069998423,2186.29113061138,335.883574660159,1583.50271193295,155.274407620111,1358.22107945015,2968.84499154156,1046.4957865294,30148.10865321,12970.533495171,707.21811902439,6060.12785062969 -6610,182.560291693261,1528.52586167158,178.27013901856,1375.7199274064,213.547067039585,5451.29697699768,50.7819156267543,493.13877791743,1172.71164722021,13185.0601939432,364.937218330909,3874.12301715854,122.689737626962,3026.95851176079,569.095030027031,7356.35151370193,676.300809167745,9021.21237199065,59.0961206942298,890.546713739014,594.916392115616,1188.60825016925,211.610416911478,1565.77490027511,117.65014146168,681.662782187805,359.787339565881,2250.95589730902,325.631077796634,1630.33857564685,147.065643395475,1398.39370238985,2847.72012898925,999.904996717786,28753.8176084542,12335.4612776194,675.457060616157,5759.2093588251 -6611,179.3980466409,1501.9131219177,174.949012656141,1351.76764938459,206.361782038235,5356.38595755881,49.8963814565551,484.55287545523,1105.67320087948,12955.4987685337,344.218700567281,3806.67173601541,115.627637782116,2974.25697681183,543.626632566692,7228.27211819985,647.51374254057,8864.14654592886,56.4592615957,875.041651949945,580.32070484996,1167.91372165373,205.482882223582,1538.51362784325,115.322816447589,669.794540585121,345.390933000829,2211.76512861177,314.373034176699,1601.95320297351,140.254890873034,1374.04665756167,2663.39504304301,945.424831565576,27562.3991065985,11893.9725742153,628.726061751784,5568.33166204515 -6612,165.647459895948,1441.05094446938,162.027075310514,1296.98983211598,194.641582246024,5139.32858728004,46.2095348079262,464.91729024149,1106.03652737488,12430.5017807085,344.216174152444,3652.41359198306,115.62729234657,2853.7308603155,537.443067956264,6935.36011557956,638.185285083213,8504.94383830661,55.799297777541,839.582250524884,564.839194246363,1120.58623570644,192.356491628092,1476.16828438897,106.669551296023,642.652388626987,340.035626094647,2122.13754645196,296.470109846165,1537.03709119549,138.7130036164,1318.36602578983,2656.00318798249,933.337310052571,26897.5001824331,11581.7001766125,632.314875840144,5390.76712649546 -6613,162.26284886162,1390.28424886982,158.094109535995,1251.29825663388,188.06855137847,4958.27549475897,45.1246287873581,448.538747454195,1074.56466743481,11992.588393626,334.391504547159,3523.74293690348,112.351840259757,2753.19695034879,520.70270893736,6691.03473817894,617.847453015841,8205.32369192123,54.0503484854875,810.004658763276,544.683988886773,1081.10917173483,186.925881805373,1424.16444216887,104.464647787447,620.012426927525,329.090308849406,2047.37689260096,286.733579184573,1482.88890550266,134.410831077764,1271.921389688,2574.96860140531,906.09310384861,26086.9495925669,11223.0821542117,614.748451074704,5231.1473734369 -6614,155.938757870258,1360.11350215279,152.749180847362,1224.14366375185,183.201914271324,4850.67528694016,43.561975020777,438.804947367476,1084.62274169345,11732.3356092045,337.50475442521,3447.27371434582,113.409462765431,2693.44945057053,524.755795112016,6545.83168741825,622.374277885466,8027.25885155393,54.6237089927377,792.426637995922,547.518843889533,1057.6478752263,180.863339852873,1393.25845678998,100.249125770544,606.557453306522,331.453260824121,2002.94648945773,278.835884285422,1450.70853259418,135.462786455977,1244.31925140337,2584.41368665179,906.434225066443,26034.4477030049,11218.8465594718,619.332454293642,5208.63518640972 -6615,160.957726639357,1339.05472428242,158.961213732602,1205.19012093681,194.601993174922,4775.57178033775,45.3309156615406,432.01088503341,1098.91398086462,11550.6826448719,342.015515666747,3393.89921928062,114.706103831736,2651.74649446073,533.314551164425,6444.48189913663,632.372910214157,7902.97197344025,55.6752028309304,780.157414492364,563.369090213501,1041.27220390607,190.46713401541,1371.68649216268,103.928401569537,597.166061592094,337.459315641878,1971.93466203233,296.427247170871,1428.2470625079,137.46325781187,1225.05332788033,2657.74970734357,928.353449456503,26684.097642287,11473.7296287856,630.051074358208,5322.94393360842 -6616,167.910416759477,1368.0394696137,165.886060352549,1231.2772763739,201.49241389513,4878.94226203222,47.4153405584965,441.362052880374,1164.74708234251,11800.7049843573,362.468001999529,3467.36246373734,121.68323468841,2709.14534114808,564.240711794628,6583.97706931246,667.587726838484,8074.03714789245,58.8955443891624,797.044449478548,592.134213644337,1063.81124514424,197.402923262193,1401.37757418399,108.111989654001,610.092124957433,356.674964798623,2014.61852173759,306.545394649501,1459.16243633561,145.2629624659,1251.57043586849,2800.55004465241,978.5184251778,28088.1290322518,12083.1704196361,667.115042543658,5601.91211617964 -6617,178.982388346503,1428.32311082723,176.38096912249,1285.53439337379,209.944527271135,5093.9363549358,50.499816256749,460.810988552252,1246.55545972645,12320.7115200931,387.968365265214,3620.15427959059,130.042321035107,2828.52577524271,604.451429917804,6874.10474488063,715.701883251707,8429.82539039521,63.2438611440439,832.166785266979,639.373732275975,1110.68885127011,206.885096805185,1463.13028290565,114.827816201289,636.976272370606,382.432733087613,2103.39413300036,318.690305619584,1523.46147648622,155.616073600869,1306.72178550803,2948.98651865184,1037.59746021947,29975.7714629551,12949.9311836648,706.332871052428,6006.66789988174 -6618,193.081460012534,1529.42259634289,191.097766558992,1376.52701597968,230.927717212493,5454.49506943789,54.6347492395651,493.428085838881,1279.37110298133,13192.7954249365,398.387399111773,3876.39583472578,133.557137118096,3028.73432642914,631.881023424889,7360.66723751274,752.773785208971,9026.50481362611,65.9014635098287,891.069167519257,684.089616245118,1189.30556661986,226.24391300562,1566.69348770353,124.251542133309,682.062690796652,402.376460082077,2252.2764573645,350.74923443302,1631.29504041033,162.777272790516,1399.21409290369,3058.49763551751,1081.22745795279,31601.01958401,13706.7608678967,721.19572970147,6369.67469955998 -6619,205.198088136075,1494.10286170375,203.306890169912,1344.73817681629,247.157575188094,5328.53163794178,58.0861795270944,482.033099850705,1296.59786990089,12888.1274837988,403.810751745664,3786.87625225972,135.331469870117,2958.79022271462,643.267554622372,7190.68360171607,767.28828245864,8818.05114261423,67.096297474834,870.491253594646,701.304613538984,1161.84032770008,241.605867295344,1530.51303739576,132.046540336959,666.311469843202,410.313413679734,2200.26349051132,375.652270643734,1593.62271355757,165.685823970182,1366.901329523,3146.27718908354,1111.52956628828,32546.4176952769,14083.6883418137,734.510834075337,6559.28269277418 -6620,194.72484378155,1416.7234263503,189.948403987753,1275.09432331238,220.199276049344,5052.56752598183,54.3446709959285,457.068654601209,1190.1460718177,12220.6526713068,370.853070180441,3590.75431603702,124.141119136817,2805.55477779896,599.984348347913,6818.27882881337,719.756621327571,8361.36517016707,62.5291579593852,825.408600043969,670.226561571581,1101.66873521295,219.954859516526,1451.2479227438,124.629435098337,631.803266541057,384.966353630734,2086.31206796306,334.507126755535,1511.08915519138,154.640292498952,1296.10964859299,2776.59599332199,1006.26732020191,30167.3547799751,13233.5378453257,652.810467742249,6192.78091897343 -6621,165.502091548265,1349.78660019831,160.850719149151,1214.84913680704,186.863837646428,4813.84567821854,45.9226481137421,435.473243313781,995.466929755794,11643.2557792186,310.134591899092,3421.09967989798,103.942670652576,2672.99895996708,499.843916703216,6496.13130436968,598.037316487384,7966.31047114886,51.9974712090108,786.40999880827,553.020846603363,1049.61749695821,187.125372713637,1382.67989591417,106.121311633329,601.952058727213,320.147884071503,1987.73876452597,284.421639895494,1439.69377187243,128.696860430668,1234.8715377464,2344.19278632679,846.81760952064,25250.4939178099,11030.9171959148,550.840110527323,5170.23020209823 -6622,126.958020140872,1257.50981681487,128.781147017354,1131.79721539648,157.496788327433,4484.75203124872,37.1072007799055,405.702559461501,854.671120500318,10847.2764805212,265.725735165468,3187.21969172155,88.9629086768754,2490.26211402655,398.364155103894,6052.02991744259,462.594248703985,7421.70178589195,42.256969001752,732.647881818861,401.026079024287,977.861467976998,151.182562220155,1288.15439593873,81.1821341943572,560.800220560926,248.507279453241,1851.84903249717,237.508574027223,1341.27057645322,101.886092380817,1150.45080532969,2154.29163122572,732.801078337961,20388.2726388156,8534.59138031395,511.233198936122,3952.35170387268 -6623,127.624811084851,1171.56802273929,139.53860058486,1054.44697771222,184.523184007032,4178.25133408053,37.5594790189964,377.975693750434,953.662932782199,10105.9427834762,298.071819812018,2969.39604155447,101.669419554913,2320.07052511319,393.463417203071,5638.41699613635,463.793556686838,6914.48159719472,44.0493013784034,682.57664376788,413.395591706777,911.031636677405,197.893007869756,1200.11826424974,93.2337324178671,522.47353998275,286.169266043977,1725.28840761629,316.225928598124,1249.60433405907,111.611439620435,1071.82572830552,2719.31095318794,880.74720430166,22057.0260280221,8606.88237370288,637.200109193812,3973.02729664566 -6624,127.191904243621,1120.48313431503,138.574336708743,1008.46901897638,187.372882716212,3996.0634465083,37.0204847226572,361.494494394054,969.473346739086,9665.28466589732,302.92799105486,2839.91891131017,103.515365431271,2218.90649399298,395.932717164462,5392.56024898508,467.235092437599,6612.98350741377,44.043167263966,652.813667132205,403.54159841439,871.307140440451,200.931203228822,1147.78847508241,93.7606966911016,499.691676722053,286.617225984114,1650.05917287098,322.540433211051,1195.11676121577,112.835635014716,1025.08998895619,2796.71637602747,899.063368297212,22235.9022869367,8608.26720860234,655.81959290402,3970.95121877536 -6625,128.040458447624,1093.43649168358,139.509516010834,984.126215121676,195.489787793629,3899.60496653629,36.9166750946276,352.768604549145,1013.57948628068,9431.98039536984,316.543385506989,2771.36788225479,108.543018311021,2165.3456958536,406.104656366766,5262.39260481791,478.197331055556,6453.35682837232,44.872702005163,637.055805706971,389.384455659032,850.275201513386,209.04993928802,1120.08272588252,95.6029356945907,487.629931397818,291.337826418915,1610.22942496793,338.713685604781,1166.26858407367,116.341815034188,1000.34598188703,2986.89708599525,946.628497750481,22871.7990507986,8715.46384197572,701.333886417864,4010.67950813835 -6626,148.155669109088,1085.51052141676,160.537627353849,976.992599974222,232.053260693612,3871.3379814373,42.0168474010763,350.211498130995,1205.09196079784,9363.61099601329,376.200754770057,2751.27912575156,129.465004219704,2149.64979971948,476.623117595687,5224.24720941968,560.709873070621,6406.57851547359,52.1697510518886,632.437992589572,433.148718168988,844.111829413527,248.044998680395,1111.96360561422,111.792073327522,484.095258495581,339.613022054245,1598.55738855601,404.548838646344,1157.81467733944,137.154036924988,993.094794854885,3608.97130729484,1132.33179865614,26872.7701205366,10117.9578178257,848.220924576178,4650.04100832685 -6627,198.223388851424,1104.25514873616,213.247735337816,993.863336663559,283.935742378947,3938.18835852509,56.7259225246991,356.258960487109,1467.46870514675,9525.30210358083,458.662936767098,2798.78829387694,156.95548292348,2186.77001510935,609.459033888181,5314.45966248478,726.503461987317,6517.2074999889,67.4062179191771,643.358950277065,635.869707601021,858.687977084212,308.008526530984,1131.16502556248,146.252574252345,492.454629527512,443.852116974986,1626.16132412915,490.346998162997,1177.80785493051,174.333215957585,1010.2435847147,4185.02348064562,1360.26017891651,34093.6795802995,13349.1118565878,980.626142070996,6185.91543492658 -6628,283.091302225151,1142.26508458331,302.060687639266,1028.07343902138,375.507799033369,4073.74605733489,81.3188051692148,368.521869334386,1932.10192016508,9853.17571349448,604.567835294322,2895.12632193303,205.847156892366,2262.04155727233,838.606615281665,5497.39045620987,1008.7563819802,6741.53847934696,93.3778564355378,665.50422390763,970.554226597125,888.245163173901,412.440733606472,1170.1012352812,204.672737788268,509.405575056177,622.029107197653,1682.13596701672,642.348472465037,1218.3495730809,238.220735626355,1045.01751706987,5252.09441637515,1767.70203828819,46562.6043667774,18833.2730303846,1226.81709335042,8782.76010025872 -6629,319.265034530125,1226.29770206932,336.516900412729,1103.70535950534,411.48940685658,4373.43791414763,90.4252098654709,395.632789294179,2114.22257669559,10578.0408581351,661.793745464398,3108.1110713298,225.4385245077,2428.45238036866,934.110554138894,5901.81506448406,1133.04707894342,7237.49089174937,103.422616136341,714.4631412708,1108.79350987774,953.590385607986,456.697234690598,1256.18166516684,230.57993191558,546.880837507667,697.166352625346,1805.88507760722,704.908455805797,1307.97947162262,265.917212936094,1121.89595663991,5656.80670498523,1930.43134094332,51673.421672152,21142.1617379529,1319.91451190147,9897.52474834675 -6630,295.227438417392,1316.02892040787,307.152716740657,1184.4661946827,383.887370182778,4693.45312065276,81.608547821209,424.582213351763,1974.3926641653,11352.0621192316,617.866288766436,3335.53920129477,211.308228491105,2606.14821262858,868.717439095523,6333.66538537378,1059.92994449428,7767.07589736012,94.9520780568759,766.742166189492,1004.58419946075,1023.36693901108,428.668608804334,1348.09956657019,215.548758609826,586.897453173473,646.517428423307,1938.02612942495,663.066526918957,1403.68754589566,249.121139955546,1203.98784254047,5342.52794218681,1813.55085969998,48038.130251894,19569.961445132,1247.50540858399,9175.46079110758 -6631,274.83406812552,1425.17008063139,286.048538162974,1282.69656996439,350.625637993581,5082.69146572196,76.3104579941118,459.793746059662,1801.08948814695,12293.5134896456,563.809930462431,3612.16277145729,192.49211703887,2822.28179087289,801.382630940371,6858.93012531052,979.420191325704,8411.21650995343,87.9035361218843,830.329773051721,951.039337444673,1108.23700024306,392.55501039558,1459.9004157086,199.549348183644,635.570144159422,599.125666825838,2098.75088024835,603.720492490235,1520.09842788667,229.302204891639,1303.83719082771,4806.58175169867,1647.89508818788,44242.8710337972,18169.4162182366,1121.30668565924,8529.44482732454 -6632,258.551092032328,1511.43007033758,268.667178707041,1360.33319342779,332.215625339369,5390.32696794823,71.5872879484567,487.623269245066,1707.40335089712,13037.5919413908,534.412518038671,3830.7929039008,182.638705394323,2993.10350649633,756.596632390827,7274.07442987143,924.696103612252,8920.31465860644,82.7748390098956,880.586397611542,887.869691470477,1175.31426598991,371.856650231018,1548.2624972191,188.269999956242,674.038727550159,564.633927194939,2225.78009015561,573.110660829929,1612.10406042409,216.80179123875,1382.7533736664,4583.07566628137,1565.20245595718,41789.9461964299,17109.0648419529,1069.58589757533,8029.61884521174 -6633,241.685572798119,1552.62196249083,250.786907826302,1397.40715357711,304.738808038013,5537.23271733889,67.0175495835729,500.912752835713,1564.34093612005,13392.9130983055,489.780987415169,3935.19575472122,167.175219667536,3074.67631576008,701.079586521849,7472.31905614324,860.047966415814,9163.42523752219,76.8481121839579,904.585536330504,842.141852682434,1207.34579655224,342.61999618598,1590.45820515294,175.447704350486,692.408701204424,525.503687611819,2286.44058330703,524.855139053411,1656.0396800072,200.827448768397,1420.43836416675,4143.62983125118,1429.56760520217,38663.9882783671,15956.5138808013,966.1443214075,7501.72130889686 -6634,228.899112971356,1582.15631794664,238.374527576452,1423.98897490084,288.314111992735,5642.56331504154,63.8064114182692,510.441237973758,1479.81500816898,13647.6763733267,463.333507681455,4010.05201272601,158.048702131808,3133.16356211818,663.498990959952,7614.45934039459,812.22604490303,9337.73415797796,72.9672502900157,921.792784080179,799.927887659459,1230.31222416624,323.561305309557,1620.71229088881,165.692959146771,705.579869200307,497.519087761957,2329.93381639748,495.651686264421,1687.54127262913,189.658734516483,1447.45829082235,3913.36831411123,1350.81362850512,36588.3829936757,15105.9954627681,912.35470180023,7098.11711924763 -6635,215.034533579874,1565.06052661264,221.787399440688,1408.60224092223,256.44820771132,5581.59330599208,59.6313667140458,504.925729301394,1311.85605020208,13500.2081207742,411.09510940575,3966.72189946828,139.90659315694,3099.30855685373,608.431929442961,7532.18225656409,750.929548707885,9236.83644459375,66.9434073741473,911.832467952707,777.559668818294,1217.0182399869,291.493835585958,1603.1998878328,153.991939158858,697.955814562661,461.835183433392,2304.75800924407,438.910766152833,1669.30675740637,173.416082123407,1431.81796209889,3336.87018293978,1187.2407526654,33348.7413632309,14073.8302670353,775.811821258699,6644.68461231056 -6636,211.525868746023,1513.77314699881,218.901319655908,1362.44203393558,257.627185113625,5398.68325882988,58.8488276765444,488.379201473797,1319.48803269671,13057.8033147094,413.359054729241,3836.73154547166,140.703152302081,2997.74352994721,603.851071411954,7285.35097806456,742.697625051561,8934.14327132072,66.4174891316176,881.951516300746,757.117744370904,1177.13628308505,291.129721530006,1550.66267291621,152.006462201295,675.083648147071,456.293578172796,2229.23057951971,441.256273874891,1614.60320575247,172.229288084463,1384.89697079449,3404.51524833964,1197.28192719655,33187.5239648848,13892.0385614034,792.362473445552,6545.92249408168 -6637,203.727765367823,1475.99462845148,210.746466370214,1328.44021421065,247.799856826368,5263.95088097708,56.6586370770397,476.190953348517,1269.05589726715,12731.9259098352,397.567993478117,3740.98005579892,135.323989567363,2922.93026630148,581.256140576241,7103.53392866433,715.108054948032,8711.17809457066,63.9235852486501,859.941070559606,729.730494155127,1147.75905110585,280.134322947455,1511.96351996482,146.378724583767,658.235905687717,439.347545888788,2173.59672912302,424.408128035089,1574.30831924585,165.785799092974,1350.33475385926,3271.39261862055,1151.32381323403,31940.817022667,13377.274543838,761.330000595204,6304.24270819657 -6638,201.672568268483,1453.80770141589,208.540517053602,1308.47130271484,240.069327232558,5184.82397098439,56.1761131172616,469.032923276256,1227.80249115281,12540.5415336736,384.776673987211,3684.74621189483,130.84263966352,2878.99322256265,569.981735773437,6996.75468575105,703.854248009391,8580.23298877374,62.8752818698418,847.014567021154,731.914251792,1130.50611140644,272.871584299167,1489.23591401605,144.374903271537,648.341403546458,432.897534905503,2140.92355328332,410.51432451225,1550.64355574513,162.456775637542,1330.03672696946,3114.99721302198,1110.10937488955,31253.3802509906,13203.7613920474,724.091033174786,6234.08182336955 -6639,205.478578956554,1436.9433245758,212.874111252425,1293.29284884372,242.958727844703,5124.67927288502,57.4925102382376,463.592074420636,1241.7604695354,12395.0694619569,389.216286109696,3642.00262990874,132.089390932519,2845.59649025887,578.615844985841,6915.59133274141,714.435023557197,8480.70106143732,64.0137327690826,837.189077148334,753.016720315744,1117.39207915567,275.977306731647,1471.96056485309,146.649871310894,640.820550726797,440.27562288199,2116.08853448872,414.167122828873,1532.65586917333,164.647606904049,1314.60811109893,3125.62503093102,1119.4130919721,31731.3004461785,13448.9507792783,726.159864698143,6350.16225215219 -6640,217.689533298689,1464.53958013768,225.830148387988,1318.13032111047,259.429239456497,5223.09787887211,61.0447251792321,472.49528246188,1326.75876638827,12633.114692224,415.792810158585,3711.9466796239,141.278472510556,2900.24569362558,615.326842440112,7048.40410448812,757.54014658787,8643.57150304255,68.0608549218893,853.267152971833,791.7992333354,1138.8514066405,293.989502285007,1500.22932064183,155.354959873804,653.127401932903,467.307174053823,2156.72765990903,442.596593895039,1562.09026810246,174.924938088423,1339.85493940255,3364.28506845736,1198.18890946294,33745.4086700541,14250.0259658319,782.018315828769,6722.37394397225 -6641,231.750416514296,1522.85619254111,240.477562528476,1370.61705214589,272.414748091442,5431.07680868618,65.1861271596257,491.309607880924,1391.65828913514,13136.1536424485,436.252145987711,3859.75296544479,147.914058925129,3015.73079644129,650.748628031114,7329.06504107105,803.304784529856,8987.75053101863,72.1666195678804,887.243462326177,854.088153874457,1184.19941700968,309.450587373993,1559.96706552403,164.981796304466,679.134331390556,495.878963124155,2242.60656185776,463.522291774458,1624.29125873431,184.912458548734,1393.20672465824,3483.24564116842,1252.24154992312,35673.5032943777,15157.1409389642,808.913125632404,7157.56380498457 -6642,242.883251291713,1609.08725613704,249.258851778124,1448.22764122721,273.444051467099,5738.60914954542,67.6769035271721,519.129798815548,1393.22355597219,13879.9825776401,437.037751494609,4078.30978325728,148.087549064027,3186.4952293338,669.97315953029,7744.07013265536,834.028016737448,9496.67796055571,74.070760698761,937.48323401286,912.716413075924,1251.25418931094,314.750591062716,1648.29951601647,171.978083274618,717.590014866876,515.211209817284,2369.59317425319,464.730494092272,1716.26603843856,190.336009758662,1472.09644403208,3375.68524985659,1246.52484963845,36532.868329593,15783.0823542529,782.018315828769,7484.91723038485 -6643,250.724838028571,1540.84871854642,257.720211202221,1386.81087469778,285.125363327294,5495.24491017583,69.8169013836168,497.114424474739,1453.72359847121,13291.3571259941,455.937215925786,3905.35589626977,154.568990161415,3051.3616163741,694.555904707889,7415.65784871236,863.165323193862,9093.9406860383,76.7772991049024,897.726232233891,936.965786433428,1198.19071763962,327.335013628348,1578.39805600845,177.819421091241,687.15829463705,532.946089814161,2269.10292906666,484.981298525618,1643.48223872055,197.386221246956,1409.66744389553,3552.02488279009,1302.92988156214,37912.7436262624,16314.365003507,823.394946295899,7730.28522236295 -6644,235.728433891646,1437.75327811041,240.83552597136,1294.02183174534,260.314982469056,5127.56787121721,65.2945023102017,463.853384684495,1324.58212204383,12402.0561190858,415.645679284424,3644.05549647119,140.701194141752,2847.20045117782,644.98655123081,6919.4894041184,806.621025505988,8485.48132916481,71.2399687367526,837.660970674389,895.109762366273,1118.02191308759,301.466905461622,1472.79025635304,166.635564833222,641.181758341068,498.076004883291,2117.28129787663,442.02562678812,1533.51977244449,183.339550273715,1315.34910865116,3156.45269171094,1181.37895105286,35106.8096860497,15284.8730503977,730.297527744856,7262.66008493285 -6645,196.125965813748,1361.24165131801,200.307359333507,1225.15903243262,218.685906457551,4854.69869033044,54.2397396846481,439.168915105671,1113.63781097744,11742.0670210335,349.382074379371,3450.13306318471,118.438304272351,2695.68353819956,539.01593381454,6551.26114204991,671.986626591343,8033.91707923718,59.4232221284984,793.083918030816,738.759099847663,1058.52514360548,252.53253973029,1394.41409811144,138.676803408988,607.060563733353,415.289398346546,2004.60783787203,371.744759963117,1451.91182600862,153.08717816872,1245.35135477012,2680.47382637235,995.549831773183,29342.0413093704,12719.9059585271,620.649457006959,6038.32323422109 -6646,155.814358009568,1259.99752963923,167.730454207532,1134.0362328655,206.628936480018,4493.62414897936,45.3084248963091,406.505154754637,1062.83527521877,10868.735485015,332.594831724817,3193.52492067096,112.99596423881,2495.18856224528,461.045712813683,6064.00255752676,552.973980679327,7436.38402730627,51.7366789809814,734.097268143302,539.065311603328,979.79595666393,226.073569671199,1290.7027324747,112.197914197397,561.909643232573,342.170622856627,1855.51251768458,352.07901831828,1343.92399193305,130.582443313494,1152.72672491612,2879.10833850434,969.8747960747,25626.5996650862,10373.057850781,672.370245090873,4832.08957512079 -6647,162.929389457352,1175.76242376957,178.308016550726,1058.22206665614,229.334705646054,4193.21014258356,45.9037295123572,379.32890722888,1138.26750932121,10142.1236760921,338.314374597738,2980.02695463357,114.386710705702,2328.37674891921,420.145681700323,5658.60343140832,535.416218872054,6939.23654797198,47.3410252258122,685.020377398618,464.141626308582,914.293275746866,245.07588061536,1204.41487971407,123.163942422517,524.344078877515,335.017890751125,1731.4652162471,400.488027521189,1254.07811757355,131.168767385424,1075.66303595802,3285.11766368025,1069.68010467346,25929.8266041594,9855.42692655217,770.799026991225,4542.04828972187 -6648,164.475572904428,1120.54098653555,179.767441100257,1008.52108774055,238.096870536336,3996.26976924235,45.8691800264896,361.513158895614,1183.48156955499,9665.78369900438,351.590008482728,2840.06554057222,119.127718163342,2219.02105945486,430.096761887659,5392.83867493828,547.883463495383,6613.32494564562,48.1533384828048,652.847372878482,454.037031896951,871.352127331632,253.956549138061,1147.84773711853,125.73824165816,499.717476550887,340.711642244211,1650.14436789464,417.862211618344,1195.17846688211,134.982751820061,1025.14291588591,3469.74174225132,1117.93078536723,26628.102906164,9999.11735588342,814.911019499758,4599.6803477658 -6649,179.002967064993,1089.58921520008,198.049379444079,980.663548864395,283.582908972539,3885.8841344653,49.691287428313,351.527381701069,1415.56604078984,9398.79379821132,419.972929937654,2761.61677319485,143.026314869854,2157.72688704517,489.909211119275,5243.87677928123,617.073182344975,6430.65057322695,54.441193255672,634.814313092984,444.042650288414,847.283492518703,298.610080133102,1116.14169413204,140.453302517484,485.914196481354,380.006397567352,1604.56380300741,502.538979032279,1162.16504652844,155.040711064211,996.826246080929,4338.01564773923,1354.46899010576,30626.8035139519,11048.9930026324,1021.540879145,5036.19108110086 -6650,218.424797997065,1076.16713527028,242.449611689272,968.58326727434,365.14478218364,3838.0159592639,59.9808864694954,347.197099656344,1827.19182546496,9283.01497088493,541.673138807328,2727.59785987576,185.157212377549,2131.14697753377,615.148409520804,5179.28020261574,770.002522000657,6351.43475061196,67.8035785409273,626.994367436351,499.23983467753,836.846250114737,382.178113525808,1102.39252809529,174.377269452066,479.928473519695,471.008694098908,1584.79802034731,651.334379549703,1147.84894287348,195.753467696716,984.546864673351,5739.6806730306,1762.19418692004,38649.5550180682,13602.3511308184,1353.54166486712,6166.72327345729 -6651,287.431573283561,1083.19637086579,316.502756724642,974.909793848517,445.94704216887,3863.08485192268,79.5406093711684,349.464898153043,2224.1525556888,9343.64913924823,660.043382351051,2745.41379881174,224.698267191252,2145.06705899955,778.565786810624,5213.10987420316,984.862446244879,6392.92062187523,86.5285590519131,631.089726773507,728.780949855756,842.312305763984,471.729853639314,1109.59306093518,224.615970865479,483.063237813085,606.775354857882,1595.14949670375,789.743252402345,1155.34638484423,246.285545896191,990.977661191658,6757.01514906119,2124.07493807876,48549.0269565134,17675.7850821871,1590.35341412346,8078.68909823978 -6652,334.490300197157,1092.77117150619,352.362997781363,983.527406655889,398.313806127594,3897.23218504617,91.6872269345575,352.553956444439,1960.14241720986,9426.24134521235,584.179859071681,2769.68159595918,196.411409134571,2164.02815414593,799.864043684068,5259.19061182794,1052.29803494499,6449.43017278465,89.8718832650955,636.668178181381,1077.77695833091,849.757836991344,442.938696284856,1119.40119234715,245.64670995189,487.333224606955,661.355160865987,1609.24965327126,688.902274681725,1165.55894796116,248.527102257614,999.73730422611,5129.11965741399,1802.5348398259,48379.1647414088,19728.4916199725,1195.66716536289,9263.81733474784 -6653,382.659815991936,1130.72325232691,399.334177759408,1017.68543772414,450.431134011235,4032.58355111498,103.540737249618,364.798199884904,2215.69273372237,9753.61589781517,660.42936815062,2865.87298764151,222.352029328669,2239.18512529046,911.226645377703,5441.84296609581,1205.27221129927,6673.41969735066,101.730752727415,658.779744430896,1233.72023395912,879.270034007929,504.268835969552,1158.27813715547,281.639840481211,504.258369055461,754.983489375316,1665.13909700309,781.288116068215,1206.03895745241,283.923334031764,1034.45830708454,5768.64677822956,2038.81942751806,55000.1991914705,22526.430302907,1344.25492960217,10601.7778624117 -6654,344.581656261717,1183.48590284683,352.581301871488,1065.17343355279,395.247262308137,4220.75496809258,90.6414727961364,381.820685175814,1942.31154741975,10208.7463869627,579.126697124035,2999.60248738448,195.524561373388,2343.67164926702,812.880889758593,5695.77429545828,1088.15579307633,6984.81977737864,89.5539605998216,689.52021549973,1113.71427664672,920.299187181822,449.146266693063,1212.3265742331,254.839206257706,527.788448624859,676.621803023359,1742.83905767998,689.844231101108,1262.31604549718,254.869015399571,1082.72897103508,4995.96994575424,1789.31766520607,48848.9468293718,20205.0981873598,1163.16359193555,9556.64111469839 -6655,319.385739376371,1279.1760598362,326.616081929823,1151.29749538773,356.661415647647,4562.02198660027,84.3955230257992,412.692604493461,1749.66604407904,11034.1694377005,521.97561172871,3242.13383670859,175.838452108784,2533.16804082557,744.650142795011,6156.30325925695,999.349907150518,7549.57386480124,82.3560875770321,745.27102546696,1053.8736654587,994.709514746163,407.107674166154,1310.34862919099,234.539357633619,570.462517986057,623.439927967271,1883.75543246351,619.894456773571,1364.37997399287,232.780359096357,1170.27247701691,4404.44215985359,1602.829413828,44624.7447414356,18663.5519967191,1023.86256296123,8844.25978629463 -6656,301.330768809149,1367.20058996883,307.834916241497,1230.5222590902,340.504602628593,4875.950502333,79.4037510721792,441.091410365735,1671.764997185,11793.4688106749,498.605651474576,3465.23628254386,168.188471738519,2707.48409749819,706.291348469864,6579.93978495887,947.349033537378,8069.08616104904,77.8906918424881,796.555703079355,984.192746110615,1063.15891776673,388.162329757486,1400.51825166598,222.128127402754,609.718017428745,589.772034816197,2013.38316083784,593.31454281117,1458.26768023127,221.203455055996,1250.80297485139,4251.51610629049,1535.96439852997,42372.9571877245,17634.1547565037,989.037305717656,8351.04034736249 -6657,285.881553542041,1439.34425626346,292.704048902462,1295.45376064108,323.163286522342,5133.24189650765,75.6042443048665,464.36667205618,1586.54171205977,12415.7798925864,473.195656080833,3648.08790785336,159.528784778318,2850.3510847282,670.019992589021,6927.14632039175,898.973325966697,8494.87112894366,74.0344833709071,838.587903218587,935.411955557098,1119.25908532391,368.27163633999,1474.4200054606,210.791736648872,641.891272403869,559.509223720082,2119.62422300856,562.841221275812,1535.21672316085,209.891232403625,1316.80463772376,4032.1451010728,1457.05678479285,40218.228966536,16739.8516054364,937.960261760406,7926.72607759827 -6658,271.272202171112,1505.8471795379,278.91084173538,1355.30842131353,307.123666141331,5370.41628373781,72.1501472436732,485.822095960899,1507.81075245319,12989.4339395566,449.712321126231,3816.64279608014,151.52530146027,2982.04763936966,636.022994940298,7247.20559617035,851.094397350658,8887.3649749822,70.5206238128323,877.33370481812,888.756139582588,1170.97291316711,349.08487844783,1542.5435555222,199.525542688272,671.54897649616,531.019141792504,2217.55854723986,533.947914666582,1606.14930201105,198.814773124292,1377.64578632937,3832.48974958808,1383.61809893039,38185.2223852264,15883.327692205,891.526585435633,7515.08981413687 -6659,261.288596884373,1489.90846347938,267.682497384056,1340.96309039777,289.82997618139,5313.57283944567,69.3725820646239,480.679887277511,1421.16671962921,12851.9466153867,424.036530536136,3776.24534629232,142.750292440554,2950.48400446517,607.397241212778,7170.49717994812,814.340089853996,8793.29620839718,67.3544066379556,868.047521598681,866.823747840918,1158.57869081255,330.794084816178,1526.21642480571,191.206519507474,664.440932199762,509.276016359343,2194.08668601258,502.735235320266,1589.14893303589,189.459345937216,1363.06402443753,3557.00142347071,1299.49898568383,36366.9130626393,15249.55476674,826.519438580952,7227.04057912869 -6660,256.512110743263,1432.6042901883,263.527749757925,1289.38758546397,289.712783543347,5109.20464753992,68.2922784403353,462.192198783038,1421.99663234175,12357.6409623696,424.149905236604,3631.00513656278,142.794913910512,2837.00384724156,600.62399839474,6894.70881908241,803.06628834529,8455.09249852024,66.5836113075099,834.661077517132,843.798644467342,1114.01797067634,329.010931193204,1467.51579142417,188.300778899246,638.885511008622,501.791892941088,2109.69873416667,502.86643507577,1528.0278185002,187.505763584694,1310.63848355511,3603.64218165431,1303.15555237901,36056.0946655627,15014.3983889398,838.127857662145,7103.20626067108 -6661,248.0746889036,1386.69731579641,255.008646298801,1248.06990739158,281.413771022043,4945.48314501201,66.0518778605912,447.381517578895,1381.6287908608,11961.6475180605,412.074112420975,3514.65168085792,138.760912348437,2746.09370278855,581.949324854556,6673.77186994373,777.58724938669,8184.15395849979,64.500818658661,807.914846911852,813.71597140515,1078.31991029623,319.263378233176,1420.49009820378,182.262604231097,618.412794994788,485.742519001013,2042.09466064315,488.664241011389,1479.06305243436,181.722131233673,1268.6398327667,3512.96141354203,1267.10391370054,34952.7110667568,14529.0107418979,817.232703315997,6870.88783705698 -6662,249.754416695957,1364.48146265055,257.683966642706,1228.07496151369,284.017162472523,4866.25307365229,66.7426972728299,440.214155255854,1394.61344189808,11770.0136253454,415.92743329926,3458.34452232281,140.073319632743,2702.09937631878,586.498041318795,6566.85341405385,783.348711637042,8053.03813358693,65.1855164856736,794.971490500262,817.965920563167,1061.04447715123,322.020960688159,1397.73286123696,183.576800709636,608.505392939113,489.287977338085,2009.37888729162,493.279066124529,1455.36743610048,183.162416374076,1248.31534241205,3552.4654205928,1279.52927233662,35239.6933246511,14633.9798906022,826.519438580952,6918.3606267888 -6663,254.586881426587,1358.34896172635,263.187681290221,1222.55552351279,287.876496229664,4844.3822734337,68.3458779663289,438.235664680606,1412.78920961842,11717.1146879753,421.422096522628,3442.80140095407,141.65616770837,2689.95510952135,596.006737975755,6537.33946627725,795.765251444358,8016.84470395913,66.4315696292974,791.398584943348,841.588339144385,1056.27573795259,326.099174724272,1391.45091582549,186.581504732856,605.77053725457,497.979643090903,2000.34797099067,498.496069202864,1448.8264588932,185.820075732936,1242.70493640758,3574.11546210558,1292.67089260983,35816.1088343334,14915.349593006,831.162806213429,7051.23761033345 -6664,268.903350539497,1408.94209505252,278.15416782012,1268.09088765156,305.054866279294,5024.81637773875,72.3180895867013,454.558212152717,1497.5411986206,12153.5309273292,446.66014852278,3571.03215402406,150.283594765519,2790.14531198926,630.601919140775,6780.82953881022,840.217432193922,8315.44050252856,70.2782117116081,820.875056196581,884.591521168521,1095.61783688682,345.160838425665,1443.27696618866,196.925916352902,628.333096964881,526.438121210732,2074.85303150652,528.486452348014,1502.78952160141,196.402516476787,1288.99078658621,3802.74538426377,1371.61749101488,37880.1933215791,15745.7978272163,884.561533986917,7440.06777111906 -6665,288.495906697976,1496.2723788975,299.04097444509,1346.69080850616,326.557595182774,5336.26895061433,77.8934819005728,482.733037669504,1602.59321756162,12906.8417335925,478.041591525251,3792.3749989327,160.596830390903,2963.08654422328,675.509612343292,7201.12485854557,900.662081006606,8830.85542407277,75.4612773605543,871.755253410247,955.125747956096,1163.52738193975,369.312999716404,1532.73542411022,211.155384165148,667.27898970229,564.357035814966,2203.45839067234,564.784935017161,1595.93673889413,210.369185375245,1368.88614329491,4053.3733548152,1465.38097849864,40607.5705505743,16905.4186262719,942.603629392883,7988.07271560135 -6666,304.862551617023,1580.94139045063,313.293403491286,1422.89550307382,335.532205003719,5638.23042755017,81.6691761177279,510.049273483223,1644.13586968535,13637.1964118371,490.672260317071,4006.97271999405,164.85665127434,3130.75762629634,705.917508894234,7608.61224683313,946.45395120141,9330.56377294693,78.6051093874249,921.08494542587,1021.74305454174,1229.36747545029,382.839193582691,1619.46775651317,222.376708432193,705.038059030226,593.036740589042,2328.14467544768,580.185504921675,1686.24542071519,219.808153494409,1446.34679706102,4079.13338369336,1498.73282461763,42263.3530501526,17786.864164773,947.24699702536,8430.58893263729 -6667,311.22400408309,1531.30284401629,319.465948224777,1378.21929627249,340.158642897658,5461.20073841938,83.2163760302176,494.034698434123,1666.08886571963,13209.0144365836,497.292435704748,3881.16141375336,167.025002402564,3032.45780395865,718.572923118598,7369.71632406417,964.48277286975,9037.6018542448,80.0223369878018,892.164633699156,1047.40511695801,1190.76767985785,388.787800711321,1568.61955561453,226.737039105526,682.901207757596,604.536697755095,2255.04537001098,587.829160131568,1633.30052843679,223.673547733408,1400.93426432594,4110.81073043798,1516.94797098179,42985.2371721284,18141.2995452604,954.212048474076,8604.07671593057 -6668,293.143239948409,1459.07239658496,299.290588117341,1313.20968904995,312.590520119264,5203.59985013673,78.020942908333,470.731439086085,1528.68789871895,12585.9547808077,456.50820259328,3698.08983743906,153.141765424733,2889.41896297924,670.007584863553,7022.09213619747,903.987419241054,8611.30471244221,74.5500478413928,850.081873305737,1000.82633770774,1134.60002978198,359.833184933994,1494.62890589145,212.937976080856,650.689251787897,566.540614484247,2148.67651117269,539.373496443601,1556.2589240149,208.550553759173,1334.85320849198,3696.33078728497,1386.26392310989,39972.4446959438,17039.3035682932,856.701328192054,8101.64665944892 -6669,243.500715007712,1408.47926325878,248.416885151585,1267.67432491118,261.355616282732,5023.16574583168,64.6881197368711,454.408891613975,1278.80685434217,12149.5385414539,381.821944268592,3569.85908436907,128.243111723622,2789.22876051133,558.233719441436,6778.6020636645,751.311603665437,8312.70891387277,62.0011870823693,820.605402052504,825.851915632126,1095.25793084775,300.27742397423,1442.80285552828,176.86198520839,628.126692077586,471.311536896244,2074.17145065683,451.364001020276,1502.29586130669,173.619422505552,1288.56735831335,3113.70522330366,1161.65769197904,33300.6554256879,14150.9521175248,722.043666850213,6723.66214172611 -6670,185.661878297069,1303.50357514937,197.710173961133,1173.19300166593,223.390249864647,4648.78303789156,51.5708640087525,420.541239228489,1099.64473548033,11244.0185228985,327.695983207451,3303.79310554292,109.975839047816,2581.34411778554,445.531358454755,6273.38453251911,583.390689002697,7693.15251638059,50.4539262655192,759.444674313102,599.313964531542,1013.62701305773,246.827199286098,1335.26898796187,136.068895190278,581.311638820661,367.748714786267,1919.58090682033,385.128956018304,1390.32790700418,138.085026882179,1192.52885164673,2887.50111200495,1010.10198016635,27010.716930471,10975.0213312472,673.288306709202,5142.32844529419 -6671,178.205196288774,1222.10330384494,198.870302112808,1099.93027308682,242.818955946995,4358.47911565152,48.9614972523152,394.279576720985,1089.77462531854,10541.859989723,340.681348360204,3097.4801653624,106.354011649623,2420.14616211921,417.524736281669,5881.62864271611,564.329916157364,7212.73595753231,42.253053153823,712.019409274836,496.2439551063,950.328748720449,267.542998317502,1251.88505257679,137.917302470416,545.010299864227,363.051152630227,1799.70827310848,434.943295836004,1303.50569110095,134.711834656171,1118.05865155443,3215.89234360851,1089.23846013957,26477.5982462155,10054.4798129643,781.242368898426,4699.41506800727 -6672,180.865098802169,1182.82058547535,201.771483679205,1064.5746276124,254.472020863846,4218.38219660938,49.1887062784644,381.60603797636,1143.66567827898,10203.0073610089,357.383815704699,2997.91620820058,111.80333044894,2342.35411311593,430.388756883723,5692.57231597233,581.279244559703,6980.89313835117,43.2540984303904,689.132589608912,485.861114045161,919.781824841703,279.688063462251,1211.64504357202,141.724435830231,527.491743085322,371.628470172606,1741.85929011537,458.289171364721,1261.60641237747,139.653751408732,1082.12029594119,3436.45678556646,1149.48024441359,27399.9662877793,10259.669568825,835.747650449479,4785.41143984964 -6673,185.699431735509,1168.93567655771,207.827767243708,1052.07778580737,273.514088269998,4168.86339950783,50.0668483184186,377.126436298146,1231.65141497118,10083.236172011,384.660023389644,2962.72423233821,120.732472774926,2314.85765768318,452.094696881414,5625.74827766515,608.542365358753,6898.94574364059,45.1159664474709,681.042991442975,470.541934197174,908.984678580598,299.299549110034,1197.42176974918,147.842035631069,521.299616487693,386.420293729756,1721.41193073764,496.031491752001,1246.79665142059,147.619442626124,1069.41748882777,3793.72455945225,1247.36995605213,28924.4577246308,10607.5361626281,923.994296770231,4929.93966049353 -6674,212.473380651438,1181.83706966735,236.159722984282,1063.68943336747,317.03452927919,4214.87461006117,56.3341156863769,381.288732397316,1428.6843677344,10194.5235561513,446.100011211215,2995.42343962854,140.402386854939,2340.40644469818,521.163213805754,5687.8389397277,702.438377616738,6975.08852280774,51.555123749682,688.559575574482,522.692863674783,919.017025872397,347.566361173459,1210.63756021514,170.483451772744,527.053133481899,443.984600286986,1740.41093339231,577.786652138695,1260.55738612168,170.851367738592,1081.22051246575,4441.43269370226,1452.91816763521,33353.2714443214,12149.8249453821,1082.31916222805,5646.7493713937 -6675,288.660293473978,1232.63269137717,319.658725227075,1109.40704323164,404.750081415233,4396.03086394927,77.4302611213572,397.676607435392,1819.26051929828,10632.6864597874,568.481687191624,3124.16740933915,178.22467150335,2440.99763739583,686.533374557626,5932.30353010491,932.12996566429,7274.87938830904,68.5922058535395,718.154020209228,768.385441141902,958.516583289601,447.350749594389,1262.67103345329,227.360991442479,549.705995095778,592.943849307487,1815.21418475515,732.021413919548,1314.73642464768,223.695236064244,1127.69161203244,5474.5233273309,1833.02095258007,43652.7368203371,16361.0252160887,1331.48616360429,7646.19685731628 -6676,404.615438076948,1366.56419870761,443.347365638849,1229.9494875319,523.495862477722,4873.68089221683,108.982406262,440.886095417061,2344.8589851968,11787.9793012747,733.459247983753,3463.62331799099,228.979167320946,2706.22384407804,926.52838374144,6576.87701844953,1268.80997570218,8065.3302411375,93.2457978369835,796.184930061675,1168.61462570849,1062.6640488722,585.464594792284,1399.86635202296,311.396186458569,609.434211803625,814.087431781795,2012.44599078507,937.70700747253,1457.58889994473,299.376717666199,1250.22076322236,6742.10949520883,2334.17749476883,58350.4219194846,22656.6586627361,1635.15844653159,10662.3914351554 -6677,447.756267901366,1669.05270171996,483.370308257718,1502.19837244795,554.257237607803,5952.46843739091,118.935480376511,538.476077013089,2478.26988569851,14397.2443586758,775.588186573176,4230.29511683411,242.12356271978,3305.24553671835,1005.96284975187,8032.66642496887,1391.33447948049,9850.5882431027,100.786415881303,972.420183292452,1331.29751921858,1297.88436098955,627.624881866361,1709.72627491662,342.638976149045,744.332259467489,891.670034631074,2457.90020048958,992.287747526383,1780.2256884459,325.152376303925,1526.9566878571,6956.37375842877,2457.32281988433,62969.6833243532,24909.9908730205,1684.4727488873,11785.9340840105 -6678,405.796763439158,1868.50361651682,430.873785529412,1681.71028317572,495.031828407754,6663.78526634042,105.092155211491,602.823683320434,2212.8094333137,16117.7074422757,692.569637401138,4735.8131451407,216.81803247569,3700.22062962428,907.201022391099,8992.56581284744,1266.58642117182,11027.7283264263,89.8053971585511,1088.62388071,1202.87106381819,1452.98085544604,566.606130578777,1914.037660191,312.304708000752,833.279570664206,805.971649829464,2751.61797402774,891.444847541434,1992.96171633736,294.964426002773,1709.42720417719,6186.46552599616,2199.5112518077,56622.9751155859,22524.4696636795,1497.59749785512,10697.4444464751 -6679,381.9241234311,1942.58538551129,406.677237420495,1748.38613630898,463.789440327763,6927.98866223754,99.4862166416783,626.724223012934,2072.52719641153,16756.7365931451,648.721119591343,4923.57698585153,202.88006676172,3846.92566540226,851.800071972034,9349.09987428898,1188.12441125469,11464.9517897316,84.6094120568069,1131.78525441018,1140.43932597693,1510.58812531432,530.38732904156,1989.92474680704,293.049422073675,866.317143680432,757.589786683705,2860.71314800068,833.422341615053,2071.97795595254,276.448151665192,1777.20196796855,5769.88023657804,2056.46491811036,53152.5183406155,21189.2270323471,1396.37340354602,10061.8399907297 -6680,353.468307667343,1968.70636736116,374.428418386693,1771.89581720833,423.955220212336,7021.14588840231,91.6621582497872,635.151472685612,1893.59982165804,16982.0561161258,592.799218994999,4989.78188270864,185.444454132207,3898.65336614235,784.351761925081,9474.81258166874,1097.56849978439,11619.1153080217,77.7300996222459,1147.00380918204,1062.2721128035,1530.90025434518,486.871669870228,2016.68227756046,270.965976220508,877.966080481404,699.247278411117,2899.1797383364,762.167295307793,2099.83881549799,254.70412224804,1801.09912105902,5236.04736952585,1877.46584893925,48855.879994022,19575.3925869585,1266.59892366256,9310.45991135557 -6681,331.763893035396,2010.01396676138,351.299400792922,1809.07391741139,393.068966348329,7168.46429326801,86.2309564960445,648.478286184631,1754.56583382357,17338.3753634583,549.372757630189,5094.47799916488,171.70976095345,3980.45531188644,732.157708968373,9673.61407335097,1026.87453076124,11862.9087799613,72.7003496091344,1171.07036102832,1008.08869407035,1563.0217608718,452.568283481567,2058.99651244082,253.753257465491,896.387655044662,654.3906151048,2960.01062566722,705.709743522275,2143.89784940658,237.65687059117,1838.88996798583,4809.66519052025,1736.05424957891,45554.2052806224,18352.1540973442,1162.7793397558,8738.24655213668 -6682,311.989843124419,2045.13121301687,330.972226429899,1840.68051084938,366.177921115505,7293.70557518107,81.4561322924659,659.807944606843,1633.71680138487,17641.2966403138,511.608077047128,5183.48436499033,159.76802559544,4049.99842537121,685.587020104103,9842.6231913034,960.84457800069,12070.1673840413,68.3066371143552,1191.53030157142,956.605059473536,1590.3295413086,421.682962547691,2094.9695398736,237.581960698226,912.048574094544,613.990772154738,3011.72540167343,655.866678085748,2181.35420044155,221.986087814944,1871.01748197846,4446.7607851849,1612.86804213387,42605.975280697,17231.7235673628,1074.53269343504,8206.78403612409 -6683,301.376826115837,2019.93589194856,318.844150874746,1818.0039529054,348.725403248268,7203.84960282353,78.5870794565827,651.679335106396,1554.81511184933,17423.9618648798,486.994365251732,5119.6256003315,152.013111790125,4000.10382203041,658.281031695656,9721.36542071105,923.430368452802,11921.4670265027,65.5991422360126,1176.85105345295,933.280395219808,1570.73722217394,402.555619138506,2069.16022756665,228.55158066669,900.812445816835,591.207099879482,2974.62196890503,623.553533472404,2154.48065849274,212.751942183252,1847.96718286668,4191.6979030267,1531.5716868581,40824.2778907583,16606.4506669403,1012.24094309098,7917.37014493446 -6684,290.52506201728,1997.02579251505,306.902638536836,1797.38416417963,333.907264328615,7122.14358860666,75.8185130812544,644.287992427869,1488.1577808327,17226.3394054537,466.170137236608,5061.55884086975,145.379804557279,3954.73467112203,632.586506783965,9611.1057588546,888.443872329495,11786.2538268862,63.0405407445838,1163.50321664263,906.290718550723,1552.92193106131,385.852379484639,2045.6918260464,220.010687352017,890.595437055881,568.970861524562,2940.88382634498,596.297056432979,2130.04455321317,204.374877388055,1827.00755138625,3989.01211315609,1463.56479769171,39214.9120194455,16001.8398349918,962.926640735269,7633.2560559379 -6685,284.020385888946,1952.30481950891,300.937939094909,1757.13392355218,332.103020009413,6962.65181220309,74.1983607745243,629.859943463481,1481.33209965337,16840.5764060806,463.920673567457,4948.21136326583,144.76998695164,3866.17317975993,622.965814396895,9395.87669030079,872.643007446543,11522.3149527809,62.0518010636474,1137.44797181852,875.282997372187,1518.14612595156,382.288166674988,1999.88103618359,215.828862668048,870.651631297712,558.395262006233,2875.02629625943,593.944273697343,2082.34478622811,201.459117389567,1786.09393089432,4018.00450615431,1460.50132743796,38701.3457669071,15678.9859168678,970.713109528277,7467.59530484265 -6686,280.39751710215,1924.70856675293,296.822399130381,1732.29645381084,320.718808888928,6864.23321622292,73.3781354810081,620.956736327491,1429.05246052585,16602.5312000173,447.685152445259,4878.26732066238,139.594386024613,3811.5239819498,609.302619581935,9263.06393205809,856.414655820736,11359.4445277359,60.8816304148276,1121.3698976298,877.519552022704,1496.68680064866,371.040008611166,1971.61228326914,212.152661433905,858.344781342931,548.550000776915,2834.38717497119,572.542995875296,2052.91039029178,196.810322703484,1760.84710515772,3817.90180618328,1404.51422257546,37751.9585368771,15435.9567741449,921.398807172562,7366.07420576961 -6687,287.872250982552,1874.40470294711,305.79537268743,1687.02144106913,330.537043709781,6684.83075560893,75.7180266206995,604.727514078938,1472.83248833755,16168.61019881,461.397359122139,4750.76973523779,143.675115462483,3711.90662346102,626.162511248515,9020.9660298032,878.512901105914,11062.5559700063,62.7283025526571,1092.06196001226,903.692967111879,1457.56964271611,381.246243093304,1920.08255170942,217.575323802943,835.911224530764,563.467036753986,2760.30810196988,588.898309172109,1999.25586489367,202.026488507914,1714.82589732874,3936.03866273794,1445.92741299813,38843.4976279911,15864.930462585,949.949192746923,7564.03384600632 -6688,300.888694717886,1872.64016252066,319.058335972193,1685.43330083006,341.937815532035,6678.53774210248,79.2068251173672,604.158231392068,1522.99565517735,16153.3892775808,477.170446134333,4746.29742184604,148.639380378281,3708.41228241185,651.843921089261,9012.4738086622,914.631902117576,11052.1418224115,65.3129165966642,1091.03390695969,948.552641066168,1456.1975054424,395.186253254013,1918.27501074494,226.662117370884,835.124308478813,587.691728562448,2757.70958350281,608.770309682243,1997.37379119269,209.954433696093,1713.21158233295,4045.32979981489,1493.54150206156,40355.2114232121,16544.4460057347,975.904088723615,7893.76595464174 -6689,324.275862632494,1912.58819826174,344.889858461062,1721.38775224487,369.89726341281,6821.00743262782,85.7235729452891,617.046417336147,1647.58943481915,16497.9809322486,516.201296052346,4847.54765819175,160.607850819603,3787.52186756623,703.222770301907,9204.73211489191,986.458376029077,11287.9112806201,70.6136963698732,1114.30835251643,1024.78123298732,1487.26179166126,426.726410149517,1959.19655041079,244.42073637917,852.939570797254,633.710780180599,2816.53833406053,657.843384938472,2039.98270303588,226.552565745946,1749.75861304009,4378.62893160695,1614.6598651051,43596.6573328058,17856.8377678246,1056.36426625136,8515.39004156357 -6690,342.108024169669,2000.67058342081,360.70849875794,1800.66458723691,379.486778378349,7135.14228110153,89.7578667472259,645.463888615233,1688.22601235104,17257.7793625337,529.123303841155,5070.79674040079,164.67160508702,3961.9524952573,733.705054340504,9628.64708005105,1034.69998553261,11807.7650316599,73.4664498903579,1165.62673750988,1095.9632887299,1555.75618375493,441.442857258557,2049.42543779618,256.875555108849,892.220871320102,664.659377020228,2946.25126159059,674.621153995831,2133.93211793342,236.290638755509,1830.34204037132,4405.83121904204,1649.96471035055,45297.392596946,18760.5833584825,1061.5552454467,8973.15775526161 -6691,346.200409222916,1896.73626053401,363.871354969119,1707.12052447536,377.050533509283,6764.47347243676,90.5998701861785,611.932205405098,1675.83976014253,16361.2421577392,525.38322195049,4807.37015229701,163.391284451524,3756.13008085456,736.90029396202,9128.44133759948,1042.08520525346,11194.3546713828,73.8191520529618,1105.07272791641,1122.1836378207,1474.93504964347,440.497988295414,1942.95831274848,259.043019388961,845.870226244107,669.952091040597,2793.19426536875,669.188410539,2023.07489256023,237.084275851529,1735.25624154283,4313.16679983887,1633.20711716225,45390.4650123849,18941.193049457,1038.19583906768,9074.10884531964 -6692,323.769116103043,1761.61875181783,337.92062647747,1585.51064273017,341.029948648292,6282.59371804486,84.3058734248028,568.340085183674,1513.12276218668,15195.7188713159,474.611266136286,4464.90826554423,147.404466433392,3488.55522108144,679.880593895673,8478.15996867,967.521569252672,10396.9041526393,68.0803629698708,1026.35083228279,1071.25710071296,1369.86532879051,401.976683989583,1804.54809082123,241.078949665738,785.613099280595,622.127490337581,2594.21591590087,603.784995766223,1878.95741818241,218.59369922521,1611.64206005644,3792.16868105399,1467.13792789068,41713.9438988127,17648.1620213495,911.016848781886,8481.29013300427 -6693,265.183595641203,1622.62504050789,275.609898228474,1460.4120603456,275.316391305172,5786.88997021494,68.8265556323537,523.497409863392,1220.73961093221,13996.7594711806,382.976541067611,4112.62195510049,118.980251042453,3213.30426976895,553.849208879086,7809.22356122725,788.735380289524,9576.5766596344,55.3813335108642,945.370591162046,882.392627419456,1261.78140549727,325.586649631332,1662.16720612545,196.702540546745,723.627337486202,508.121951445323,2389.52934696063,486.934316904213,1730.70555342619,177.740326640868,1484.48167929909,3027.46953789446,1181.49945205267,33891.3368141714,14414.6175258982,726.737087347373,6934.96139363798 -6694,204.215036453777,1479.0030252901,221.98284701154,1331.14786318423,240.23425910472,5274.67995334886,55.4054745898557,477.161533681955,1071.18084993643,12757.8763333113,335.50456224992,3748.60498366538,104.112494941527,2928.88783146002,447.957474496692,7118.01246984742,620.323607923847,8728.93336287262,45.612438329913,861.6938167744,641.197653336071,1150.09843272302,272.830778746843,1515.04522919729,153.335279949578,659.577533075492,401.511684738791,2178.02699018379,424.908449711855,1577.51710068674,143.443653985354,1353.08702864826,2890.81623242544,1049.11675920165,27910.0993265302,11293.3958153671,698.186701773012,5356.15720041277 -6695,186.803761111994,1382.70540314978,202.617803650394,1244.47706417307,239.144321494928,4931.24648609202,48.6041695201877,446.093631666414,1145.44367748579,11927.2132897268,349.021482799925,3504.53398441942,108.876878769914,2738.18846921226,433.340497255737,6654.55995251601,564.53645969696,8160.5940746544,43.5242788516067,805.589086662628,459.943179792163,1075.21572970975,246.392933125222,1416.40090561443,135.722273695032,616.632558003591,339.739202250925,2036.21604285932,404.829994986224,1474.80524473768,135.296310597413,1264.98777450226,3244.29281864219,1089.35681266827,26639.4553914839,10172.971178138,789.47265391178,4698.31348265473 -6696,189.674014641361,1323.83918062182,205.633795483574,1191.49566725101,250.76884581665,4721.30744026979,48.8312545969428,427.101988956288,1203.02783009919,11419.4334039665,366.399788308033,3355.33468505046,114.541227201855,2621.61496672579,446.918523934365,6371.25390185756,581.672422173056,7813.17130067474,44.5707599367197,771.292564544792,450.249629542575,1029.44033296473,257.628063282232,1356.10015701768,139.493290256319,590.380523915392,347.701339641258,1949.52776752539,426.777708887104,1412.0180353116,140.320423834528,1211.13317057913,3470.45636807192,1150.84232415942,27574.7343253171,10383.0912900518,845.482538142008,4784.6867453897 -6697,193.07545061745,1300.40839717405,209.646136982337,1170.40724702069,265.399918282015,4637.74447141178,49.2275699908129,419.542661237459,1275.66932044679,11217.3195255581,388.308288587072,3295.94822667167,121.766642514209,2575.21469887759,463.898365530316,6258.4883389022,602.264012774837,7674.88507417066,45.9404322921088,757.64136784412,435.292678037378,1011.22014892186,271.680672773976,1332.09838280093,143.973539909449,579.93131043831,357.489264733344,1915.02284909199,454.570460208716,1387.02656407097,146.492460701982,1189.69718389612,3761.04587423465,1229.10792625627,28730.5808075099,10628.6255436466,917.495246438015,4883.03018169962 -6698,223.193758366074,1309.63607607357,241.043998370357,1178.71243966683,313.183002990503,4670.65383811015,55.9745472452933,422.519729803737,1507.09122597763,11296.9174602685,458.598703402382,3319.33622691165,144.240042512247,2593.48838458296,542.293842747374,6302.89848029571,704.023493315444,7729.34594600839,53.216636751658,763.017579870015,484.26031538987,1018.39575225636,320.672015261811,1341.55093337333,168.012882470006,584.046494505204,415.644675701501,1928.61182312128,539.316080670282,1396.86888421145,171.998153438153,1198.1392576512,4501.05593614891,1459.5841404857,33620.1815913271,12312.6380125557,1098.86058585018,5651.26814302104 -6699,304.252988794297,1351.69577678788,327.697335310295,1216.56745400734,402.571257490139,4820.65451857398,77.2713798238461,436.089189065056,1931.88484600139,11659.7243316229,588.330554700521,3425.93858066829,184.341572099109,2676.77972578411,717.948513345423,6505.31961740173,938.745914665394,7977.57824744368,71.1678584783982,787.522319496081,712.604761020992,1051.10210582371,415.592249396579,1384.63559771753,225.141929564758,602.803476853899,558.159623825274,1990.55027881635,688.284621335533,1441.73011572487,226.413807053872,1236.61817520053,5593.22764266769,1853.57669066692,44261.707504667,16651.5854208533,1362.90718293554,7684.50963532004 -6700,428.909745917902,1475.87892120452,457.798405056691,1328.33607415691,527.287782493559,5263.53822550204,109.502982580819,476.153623440145,2521.35980596186,12730.9278194174,768.640708586694,3740.6867901631,239.886397381158,2922.70112982114,977.459748589777,7102.97706325391,1288.31935464418,8710.49520154677,97.5999811767054,859.87365743228,1085.13484759671,1147.66907514156,550.567289933242,1511.84499301829,310.817787243303,658.184304778725,773.118052214432,2173.42633494361,893.710793977073,1574.18490492037,305.894723008462,1350.2288974328,7001.81450225378,2390.86257157923,59769.8595701091,23223.4562241163,1701.6336256612,10788.4074444325 -6701,473.981236789032,1748.60165146124,498.486013762335,1573.79485511632,557.3603381315,6236.16985201648,119.384680049623,564.140459176131,2659.86036733185,15083.4333967577,811.330325709875,4431.91579261808,253.196015093465,3462.7772975861,1059.54719546589,8415.51244119703,1410.85436382676,10320.0784804482,105.34462385582,1018.76683502396,1236.15318971287,1359.74300553442,589.59017073841,1791.21377340876,341.619077980267,779.807981377396,846.186273990013,2575.04651906679,944.40025139432,1865.07326915584,331.730460712567,1599.733179992,7210.91172442793,2511.26537518925,64412.6668574269,25500.3724856102,1749.64209785854,11911.9071151276 -6702,434.831227584693,1945.42022007652,451.052882293544,1750.93757393924,510.740278932459,6938.09874639329,106.920806192065,627.638808031187,2438.20532348737,16781.1898688925,743.646326578011,4930.76201170841,232.812445154804,3852.53952306201,972.949255192319,9362.74311060442,1304.8665208581,11481.6827102176,95.5709578031489,1133.4368801166,1118.84005655406,1512.79254189411,544.448233182038,1992.82866418258,316.034488358383,867.581369079056,776.656865739868,2864.8878157263,871.267842912527,2075.00161440881,306.602216241501,1779.79545683435,6637.65682539495,2311.45724549646,59071.986309822,23383.0474856164,1610.95095595512,10948.829388081 -6703,407.583173365435,2009.00152764902,423.613476731426,1808.16269130977,474.581718545692,7164.85355535969,100.766135047488,648.151649260061,2264.36757056992,17329.642066251,690.734217270809,5091.91192307353,216.003393588706,3978.45036629433,908.131804653889,9668.74149763376,1217.72237077549,11856.9334618622,89.5106111504197,1170.48049575553,1060.17886895198,1562.23447063883,506.005044608494,2057.95940094017,295.121811989194,895.936146778149,726.463592162044,2958.5196755644,807.724894887683,2142.81797331043,285.617446476981,1837.96372361256,6123.81840080424,2141.71094630143,55099.034848357,21895.5939538398,1485.59550077318,10255.6746486451 -6704,376.513542233185,2022.22111638927,389.199801937674,1820.06072464902,432.345105080409,7211.99957097112,92.6690835967919,652.416602833568,2061.5681590274,17443.6742050914,628.984091841214,5125.4176126403,196.737818552241,4004.62928001941,834.051934229906,9732.36354295097,1122.34560118274,11934.9542009851,82.0287182318409,1178.18246639588,987.292156476351,1572.51425237789,463.129836406562,2071.50114122763,272.307779729656,901.831566584915,669.162611557228,2977.98726324546,736.121000765053,2156.91809815479,262.454782034627,1850.05785306505,5533.00791383392,1947.73650960379,50507.7881762061,20186.5686063742,1341.57008418117,9472.22058139895 -6705,353.335572841077,2059.5078798385,365.112906022946,1853.61994977689,400.906701889019,7344.97816555674,87.1706041468597,664.446199074579,1910.38425357872,17765.3097317405,582.970703231371,5219.92272513873,182.191984093272,4078.46871501284,778.48715924681,9911.8139177329,1049.99992330727,12155.0170865237,76.7150046536559,1199.90640675457,936.945007399836,1601.50908705436,430.595520259986,2109.69655537487,255.003913116949,918.460005493883,626.296707200836,3032.89693941269,681.775776749653,2196.68847452633,244.882292095029,1884.17018082959,5084.88156640108,1801.13885660832,47096.3144322446,18923.3527644953,1232.21745306501,8889.50349402223 -6706,331.691359206927,2097.51781287975,343.26101653981,1887.83004960931,372.207068006039,7480.53585435961,82.1907460562795,676.709107016604,1772.49422031527,18093.1833174503,540.992527008713,5316.2607460831,168.920910963484,4153.74025161924,727.140547754599,10094.744697954,980.378102851938,12379.3480493215,71.8990464585002,1222.05167875037,888.907826916275,1631.06627096212,400.054019710352,2148.63276221931,238.28026029379,935.410949771222,586.481855152172,3088.87157816819,631.451417925434,2237.23018968391,228.158949619901,1918.94411061774,4680.21146802786,1666.94101110033,43932.9627004092,17733.8450435959,1133.53337132604,8334.6476471751 -6707,320.723644296268,2070.78936587891,331.116577552694,1863.77363153375,355.418738986988,7385.21217944569,79.3912837565793,668.085874646032,1691.44228862561,17862.623801623,516.352022184211,5248.51619930416,161.164727825902,4100.80958018994,699.333799437503,9966.10843704146,943.605629534534,12221.5993302358,69.1639855473617,1206.47920383397,867.382061925361,1610.28176648232,382.841903995164,2121.25296284092,229.547596655809,923.491107259547,565.598058460072,3049.51041529153,602.091720813815,2208.72140268509,219.062133225947,1894.49120936309,4429.44802739069,1587.43994829399,42178.3987569942,17111.8544986165,1072.18921240722,8050.07383104647 -6708,307.468108230576,2042.12281617824,316.589035747341,1837.97286187581,336.270331370249,7282.9765028093,76.1419852651737,658.837364273405,1599.06343320157,17615.3462168377,488.262157011029,5175.85943712387,152.226782547133,4044.04086021267,666.48279472574,9828.14465012031,901.324394127137,12052.4121157394,65.9285755576707,1189.77755535663,841.699277671664,1587.99015969142,363.19058424853,2091.88783064112,219.493790917027,910.706946706768,540.657607048709,3007.29514061266,568.691942795593,2178.14541900066,208.63656961863,1868.26520718945,4145.81774013149,1496.81203196229,40152.353511708,16384.6409991735,1002.84364145551,7717.16031818835 -6709,297.828349436725,2000.78629066776,306.935470924183,1800.76872729066,327.610375943067,7135.55493657657,73.7655987582611,645.501218523606,1558.36788503836,17258.7774529516,475.793041230438,5071.09000603661,148.373266610587,3962.18163173764,647.180583701947,9629.20394546148,874.451307132994,11808.4479246838,64.0014928222226,1165.6941506372,811.864095177863,1555.84615971922,353.365654991539,2049.5439647427,212.856385193611,892.272472229094,524.338279610995,2946.42165577,554.317359967884,2134.0555322589,202.661157433258,1830.44789679778,4056.47202420207,1460.05566186952,39015.5774301339,15882.5148232063,981.506542701133,7476.69519919836 -6710,296.526018283722,1976.60340871181,305.912178422169,1779.00339544829,322.488550494841,7049.30970212735,73.6334936269711,637.69924594773,1533.06883924613,17050.175974725,468.151846957459,5009.79731746913,145.93135911472,3914.29197398896,641.242024091964,9512.81875058634,868.007548935417,11665.7228852443,63.6013942776619,1151.60476779152,814.910111425142,1537.04113081753,348.795947868077,2024.77176393641,211.470360370888,881.487852217899,520.813657841267,2910.80917310442,545.177283104706,2108.26186640624,200.687676855017,1808.32384205928,3959.49368995784,1433.85829386491,38609.341211721,15791.960188024,957.502306602463,7441.48874299306 -6711,301.581593112904,1936.51073680761,311.566962378504,1742.91876707225,325.426166012098,6906.32418475301,75.2161181039448,624.764396939246,1546.0914273625,16704.3366888821,472.212177117048,4908.18049374485,146.93443086717,3834.89596406672,649.60039643198,9319.86435246558,879.350393016875,11429.0997983357,64.6176546079049,1128.24605459955,838.185722478581,1505.86437300687,351.887340960309,1983.70206343169,214.369937035527,863.608087824723,528.673060012234,2851.76742672339,548.529969693419,2065.4986844116,202.952033049599,1771.64448889379,3961.63669037674,1441.83434807621,39106.4896592212,16055.3859198146,957.502306602463,7567.23904689381 -6712,314.760254287182,1936.27932231369,324.51915117619,1742.71048696476,335.554929197909,6905.49887380294,78.566427365918,624.689737122501,1593.2982695839,16702.3405080463,486.711457977433,4907.59396247321,151.49009703043,3834.43769110604,674.753468093785,9318.75062164473,913.785376065323,11427.7340122879,67.1375558693281,1128.11122834489,879.658710499102,1505.6844210783,363.773198945455,1983.46500953864,222.940393868703,863.504886006738,550.493968969626,2851.42663836458,565.139676913603,2065.25185576064,210.437016031359,1771.43277604088,4052.12415386745,1483.6546419963,40532.7132079034,16715.7689756725,978.839405356836,7885.75095132846 -6713,338.641039148757,1972.84291336501,350.060068120924,1775.61883486267,361.58075056371,7035.89836416436,84.8750644577993,636.486020757246,1716.74141381875,17017.7379514309,524.432048393436,5000.26615941398,163.021412891066,3906.84501892992,726.012380614024,9494.72057748349,983.265018368332,11643.5288040069,72.400299128459,1149.41383543173,950.138249774474,1534.11690434154,391.462432978423,2020.91962811439,239.888897793938,879.810818296011,592.285780768239,2905.27134781147,608.18656253504,2104.25089035332,226.444853591903,1804.88349921478,4361.54188240159,1597.01120130363,43661.8059385921,18005.7749843797,1053.51925099714,8491.51122950174 -6714,355.555860690011,2031.47772139905,363.995045952255,1828.39195167724,366.786534510142,7245.01209903652,88.4268296398086,655.403003650626,1738.37792617905,17523.5216563554,531.315252753246,5148.87892751131,165.164403507463,4022.96024845572,751.874613216981,9776.91289732108,1024.91649391673,11989.5857919388,74.7845417099744,1183.57553129491,1015.62289650276,1579.71234915799,401.251113820833,2080.9833228181,250.681393419322,905.959650566225,617.748238470432,2991.61883478658,616.478097217896,2166.79127112844,234.377945256459,1858.52639028498,4313.77299381786,1610.45562933438,45001.8266667905,18814.0935331173,1040.18356427566,8904.9814930037 -6715,360.842860124147,1914.64200820854,368.505383856362,1723.236243881,366.851491301373,6828.33208982533,89.5437879341661,617.709025246574,1737.2249093357,16515.6970916243,531.092879333776,4852.75313922891,165.000329093227,3791.58905259454,758.512589437899,9214.61650631099,1036.3203852479,11300.0326690547,75.4750170744182,1115.50493920471,1040.37522388752,1488.85886993665,402.796079750624,1961.30041017872,253.741684605666,853.85548974735,625.134071179399,2819.56284004215,615.82913433085,2042.17331404696,236.272753735464,1751.63757038554,4262.0687618219,1605.42287584593,45320.9276838162,19060.3055921128,1026.84787755417,9033.34098028043 -6716,337.382216199475,1772.06136101927,342.156538673611,1594.90930972873,331.538246669409,6319.83598224152,83.3203316219418,571.70911914574,1566.84628634922,15285.7967917198,479.28672222123,4491.3755656279,148.700121390605,3509.23484816524,699.536255207262,8528.417217129,962.043667907548,10458.5354260682,69.5866408389193,1032.43488459777,993.259258227538,1377.98568302289,367.547184582455,1815.24517864356,236.14733802741,790.270094768895,580.662041315691,2609.59403501203,555.285567878061,1890.09559322964,217.780344781688,1621.19563013987,3738.5627296863,1439.78761970994,41640.0310601496,17756.7915247309,898.825285027939,8443.05869089164 -6717,275.910802855324,1636.94385230309,278.539862309957,1473.29942798353,266.596093901458,5837.95622784962,67.9139599253866,528.116998924315,1258.78103360026,14120.2735052964,385.15442660454,4148.91367887511,119.520756625658,3241.65998839212,568.463543587658,7878.13584819953,782.673140109295,9661.08490732465,56.472126871519,953.712988964149,818.030227166334,1272.91596216992,296.77840295392,1676.83495671632,192.326289882001,730.012967805383,473.431721059319,2410.61568554415,445.992010530112,1745.97811885182,176.628572783038,1497.58144865348,2964.97845496067,1153.89337003568,33741.3449613647,14478.077888577,712.12567092718,6893.2673119373 -6718,215.252446559748,1489.82168234268,227.821845926024,1340.88498472611,239.69092920206,5313.26334533766,55.3905344448905,480.651889619919,1140.08555907278,12851.1980415223,348.091355012093,3776.02539528753,107.97081549799,2950.31215071577,469.018401401893,7170.0795275143,625.865409683485,8792.7840344892,47.4052848691397,867.996961344493,595.157455073461,1158.51120829385,254.667051521821,1526.12752887725,152.1834110643,664.402231205187,379.465510835932,2193.95888934501,401.251091249761,1589.05637154358,145.477957357494,1362.98463147593,2965.23244066975,1062.20719430145,28381.473838283,11509.457548216,717.459945615773,5392.60479869218 -6719,167.579784541375,1382.09793799882,175.407806714644,1243.93032699686,224.335210212028,4929.08003734287,47.2137340370458,445.89764896852,1152.6892182628,11921.9732968801,316.40958283875,3502.99433449759,104.659145668472,2736.98549852305,396.802685384678,6651.63639898326,495.138016431395,8157.00887385878,45.2727023587765,805.235166518087,368.507908348578,1074.74335426081,190.412800505213,1415.77863698947,107.937353048905,616.361652292887,277.630168816206,2035.32147031839,314.423045765216,1474.1573172843,116.733688207777,1264.43202633808,3140.51045241379,990.059076483498,24379.4658195539,9322.01439932671,715.39023045733,4183.68652904311 -6720,170.011440932957,1324.41771685661,177.819086501637,1192.01636751973,235.161914903091,4723.37071764498,47.416260599466,427.28863849815,1210.49919975893,11424.4238560559,332.026663650919,3356.80101322956,110.07968999536,2622.76064912748,408.995111147927,6374.03822890968,509.70946808956,7816.58576579423,46.3573481152004,771.629630181422,360.613676207833,1029.89021278616,198.86350763404,1356.6927917503,110.776058556506,590.638528460353,283.754636485695,1950.37973842243,331.209755766954,1412.635106939,120.962995401159,1211.66245271142,3359.35124900614,1046.34552000998,25215.4098113834,9509.11454411619,766.144267077613,4255.43834709546 -6721,172.874711022164,1300.81337394135,181.038227191792,1170.7717384715,248.782116105469,4639.18877057788,47.7786007360063,419.673316369388,1283.41405970642,11220.8128541225,351.703283579243,3296.97465995289,116.993185093595,2576.01667933707,424.227038684517,6260.43737459069,527.15210720896,7677.2752080344,47.7771072594596,757.877314607147,348.45837048438,1011.53506588782,209.410762396007,1332.51322855091,114.12292368118,580.111914245445,291.25131559658,1915.61923078594,352.445688151616,1387.45851570655,126.14595770004,1190.06768267224,3640.5285460531,1118.02072995017,26246.5272959713,9726.9380098951,831.399457017977,4336.16877318536 -6722,199.717034317775,1316.60745664265,207.953274721706,1184.98689495143,293.501775785226,4695.51639802795,54.3077870974796,424.768862893624,1516.11441267021,11357.052571321,415.241806610146,3337.00552947387,138.565956783062,2607.29389503028,495.715766546996,6336.4497124259,615.844068105683,7770.49036247961,55.3404392975802,767.079231826122,387.520297064583,1023.8168188325,246.988783197684,1348.69220130281,133.045556035429,587.155457718434,338.304220318711,1938.87810032198,417.949401621774,1404.30461752306,148.023685087029,1204.51712467276,4356.74296860296,1327.96153181373,30693.3499655178,11262.3255843302,995.745861312229,5013.26139635603 -6723,272.690764496182,1359.07213412426,283.30175236176,1223.20640074275,377.491884108032,4846.96137765789,75.0236390517992,438.468977286872,1943.83876798733,11723.3527712399,533.093704174381,3444.63431651173,177.157633352869,2691.38721669091,656.990669100973,6540.81988522042,822.629579136563,8021.11279777864,74.0192242458176,791.819918215215,570.695444570799,1056.83808936581,320.8076811971,1392.19171139698,178.80036610371,606.093043874266,455.449234260656,2001.41293771101,534.170287008068,1449.59780067206,195.184874253493,1243.36654099821,5414.11924700788,1685.21169258174,40464.5545327676,15246.5952602014,1235.01489109357,6832.2825378679 -6724,385.133035559295,1477.46989935757,396.690128682461,1329.76800305265,494.808002911897,5269.21225079248,106.396980657571,476.66691081183,2537.61542312771,12744.6515929179,697.124866456149,3744.71920154527,230.655223027161,2925.85176337152,895.652808563878,7110.63397952727,1131.37558605349,8719.88500132562,101.527878986261,860.800589976478,869.696406399872,1148.90624737789,426.202613735954,1513.47474212585,247.687796821985,658.893818841525,632.748158329519,2175.76926007554,694.936830219145,1575.88185563672,264.255276093246,1351.68442650539,6777.97865382899,2171.57076966382,54733.4614033895,21288.27135623,1541.95596970195,9616.35301330241 -6725,426.03123999772,1749.06448044907,432.412381318318,1574.2114153313,523.244971007107,6237.82047391664,116.034825686267,564.28977880962,2677.39450177286,15087.4257584293,736.225189556618,4433.08885516136,243.528390309459,3463.69384350746,971.600604815871,8417.73990283873,1240.61022428772,10322.8100525438,109.593307229743,1019.03648753326,991.064115494191,1360.10290939156,457.251843321068,1791.68788119485,272.800543037781,780.014385013365,693.699080511508,2575.72809578442,735.305601836402,1865.56692645776,286.952435121726,1600.15660569784,6980.59157611423,2279.33867304224,59030.0520984801,23385.7227807784,1585.45942966219,10629.9506881793 -6726,390.822799246843,1941.60186970329,391.141039025017,1747.50094206405,479.444619081763,6924.48107568933,103.905499528668,626.40691743389,2454.21795942178,16748.2527882875,674.746897644885,4921.0842172795,223.919582196178,3844.97799698452,892.157462931206,9344.36649804434,1147.51530850404,11459.1471741882,99.4229838861952,1131.21224037575,896.96227910132,1509.82332634502,422.297175106854,1988.91726345016,252.405944734803,865.87853407701,636.647554178903,2859.26479127762,678.427996956695,2070.92892969675,265.240416485044,1776.30218449311,6425.56945318033,2097.79865946432,54119.1165852587,21438.0632427798,1459.78276755482,9766.9286928485 -6727,366.412132342813,1989.01304391745,367.469738030254,1790.17244588592,445.55166409307,7093.56711940658,97.9356606766146,641.702889257378,2279.32758795411,17157.2214564365,626.825455426152,5041.25014047345,207.767354833598,3938.86692679509,832.861160831976,9572.54272452657,1071.13365149356,11738.9633566397,93.1207998064979,1158.83484490582,850.006120380371,1546.69107862468,392.613466227584,2037.48381272393,235.791944464232,887.022064410394,595.719117126262,2929.08399739756,629.103777657524,2121.49808797944,247.146239129368,1819.67697395953,5928.21026910013,1943.50840833673,50492.4892664765,20078.0020381086,1346.19039988085,9151.84400736433 -6728,338.581389366883,1999.13745748828,337.722387701486,1799.28472710534,405.950873737766,7129.67457854515,90.0745614635322,644.969265745108,2075.28140882161,17244.5546221403,570.880931792105,5066.91095828068,189.255165585078,3958.9164271688,765.097236401417,9621.2685897309,987.633696158436,11798.7166701129,85.3392198619965,1164.73351071195,791.642321575539,1554.56399840979,359.556459765618,2047.85495072474,217.701635600538,891.537157086134,549.004295914092,2943.99353148234,573.576772527021,2132.2968728834,227.196535547166,1828.93943822845,5356.31820144369,1767.07246801545,46295.1864389878,18512.9945048688,1215.68002000012,8455.41501928964 -6729,317.825865735116,2032.22981990723,316.940114480285,1829.06886328928,376.483919329328,7247.69436462773,84.740297448266,655.645648507673,1923.18488211969,17530.0092561735,529.210330320503,5150.78515769999,175.279147188937,4024.44963835621,714.280029523479,9780.53252924085,924.298391582839,11994.0246048742,79.813404675133,1184.01371743991,751.344351003244,1580.2971940168,334.473076948378,2081.75374940764,203.981125354693,906.295057100338,514.074116988947,2992.72639901876,531.43424684916,2167.59346574046,212.061920526291,1859.21445834048,4922.55857086314,1633.74575145881,43180.1123521374,17357.4419626905,1116.58880564624,7938.20387038313 -6730,298.432594426645,2064.97506058532,298.083859774792,1858.540579312,349.578940529408,7364.47618428519,79.9090435346356,666.210041545121,1784.45354566293,17812.469618953,491.18521753009,5233.77956021186,162.526182038726,4089.29544010259,667.302354977085,9938.12587251953,863.254069943385,12187.2838605638,74.8051687501587,1203.0916847859,712.885348308298,1605.76046173095,310.880125087634,2115.29696725097,190.687733757551,920.898154387564,481.600761253434,3040.94808401696,492.35907206504,2202.51981562108,197.637368436094,1889.17190917314,4530.86313417029,1511.78180089845,40291.5947095302,16269.5885348518,1027.16502683907,7445.64771187973 -6731,288.642500611665,2047.44536637374,287.633603370593,1842.76331950049,333.856417595719,7301.95871470261,77.1951459237303,660.554545490047,1702.93540077664,17661.2585212826,468.893224480163,5189.34969904187,155.078790541901,4054.58117164772,641.922433763022,9853.76054002394,831.143805470713,12083.8252941999,71.9614646457954,1192.87856902226,695.681731248068,1592.12906714006,297.650337234013,2097.34008742693,183.792436602156,913.080596028365,464.665356710779,3015.13329765777,469.636371843475,2183.82249592957,189.821290352388,1873.13461820871,4288.15147670224,1439.40174930183,38692.8189741714,15701.5673761611,971.577272445427,7194.05112200471 -6732,276.794583048079,2032.02733152358,275.114483018494,1828.88661756388,315.920894371901,7246.97221504468,74.0445205787648,655.580320941708,1610.02033350748,17528.2625918912,443.47581105667,5150.27194105938,146.494490405064,4024.04864812647,611.914422549174,9779.5580113966,794.206225609541,11992.8295379423,68.5971994435156,1183.8957440584,675.14902011351,1580.13973553382,282.537682754192,2081.54632653265,175.847949502341,906.20475519677,444.400391198227,2992.42820817178,443.77823668432,2167.37748992267,180.859748972832,1859.02920895242,4013.62479447275,1356.91229037345,36845.7911278837,15037.1030016075,908.738941391743,6899.36082985737 -6733,268.083523477161,2002.66653834117,266.683878872203,1802.46100758347,307.765149883977,7142.26060555806,71.7301569031597,646.107831118848,1569.01044414756,17274.9964645987,432.115273522478,5075.85558506418,142.77947583661,3965.90510926716,594.133255768462,9638.25303201291,770.404503675916,11819.5449653025,66.5912788087405,1166.7896168171,651.192455429139,1557.30827295721,274.827461586628,2051.47003265371,170.488088101589,893.110989190038,430.895515259065,2949.19056841647,432.482200335441,2136.06102028536,175.650687233907,1832.16806822003,3927.10622673298,1323.72146599384,35798.3045616714,14575.2384883211,889.404070298301,6683.30807417418 -6734,266.975598705776,1972.11974096709,265.888320891538,1774.96795763271,302.991867949526,7033.31925994018,71.6093768576463,636.252708150979,1543.60706707254,17011.4998681663,425.243357122897,4998.43324385632,140.442441366003,3905.41291176037,588.796918330173,9491.24015854032,764.967148598103,11639.2607101874,66.1768598279873,1148.99250215986,653.684329470572,1533.55455292832,271.404442533709,2020.17883254291,169.460811964019,879.488311676315,428.176334284669,2904.20638109113,425.504758845679,2103.47954857447,173.997325994625,1804.22189462414,3833.26407719195,1299.71759911578,35433.9783200246,14494.1961067774,867.65234031818,6653.92183881728 -6735,271.580640955258,1928.75833162009,270.883121380493,1735.94136579352,305.790446353424,6878.67619787696,73.1556009613134,622.263286741533,1556.78815218292,16637.464461458,428.999874204572,4888.53164636293,141.418524501847,3819.54378098797,596.56776611296,9282.55427543902,775.142313571752,11383.3458498131,67.2358730399836,1123.7293636253,672.403063867192,1499.83596812632,273.9082209626,1975.76073789461,171.846142371673,860.150818162963,434.784972407669,2840.35098777869,428.237230084065,2057.2299036548,176.003233223926,1764.55209035188,3835.38819542646,1306.77667056848,35900.3632582662,14738.7106130797,867.65234031818,6768.72853260079 -6736,283.515230100815,1928.03515922217,282.22735914534,1735.29048856356,315.345480043297,6876.09709365278,76.4214871622521,622.029974135266,1604.38858409803,16631.2263781934,442.238670279602,4886.69873080527,145.816797265391,3818.11167381842,619.788526341623,9279.07385649585,805.727478821144,11379.0777559936,69.8595513817565,1123.30803035343,705.718995749873,1499.2736167131,283.287627749424,1975.01994232312,178.796224044193,859.828311543267,452.915895032931,2839.28602105834,441.354913925202,2056.45856187595,182.549566449052,1763.89048576124,3923.03388833465,1344.42412056366,37217.7578691417,15346.9225856,886.987211411621,7055.70014177665 -6737,305.024106212539,1975.8802363139,304.450389610964,1778.35251821834,339.80932557868,7046.73059790316,82.5592448183695,637.465933341463,1728.70078107174,17043.9378914605,476.52229757183,5007.96440191147,156.915986140087,3912.85986681941,666.869456897679,9509.33833164318,866.987314812589,11661.4547914248,75.3358793359745,1151.18343451966,762.268817816768,1536.47877940431,304.848548573299,2024.03096836492,192.387523063572,881.165345598203,487.296116480149,2909.74420638408,474.97068679644,2107.49052462739,196.435150205134,1807.66223746864,4222.60532874506,1447.16514073659,40093.2816081452,16532.022418323,954.659260238666,7598.12533339885 -6738,320.475073187743,2041.48642491702,316.819151246155,1837.40009031751,344.827680129482,7280.70689269313,86.033923081826,658.632049324731,1750.71373077704,17609.8567074375,483.000205647765,5174.24647257101,159.023079263693,4042.78060679252,691.016449474132,9825.08188361097,904.541602565519,12048.6561958279,77.8218193441022,1189.40678233895,814.956390260152,1587.49529079689,312.931074192439,2091.2359309981,201.328687205319,910.423141081648,508.842264501285,3006.35797055989,481.990481153964,2177.46663871411,203.515480813735,1867.68299556041,4176.48972032644,1458.42259301584,41348.6913570829,17279.6185150285,942.574965805265,7974.30301131907 -6739,325.334442989136,1921.58446266735,320.863245399754,1729.48466478352,344.948522473464,6853.09148837611,87.1297950319485,619.948826085681,1749.65978153917,16575.5826861233,482.904208830768,4870.3491271601,158.885181174858,3805.33728031092,697.290492150173,9248.02852546458,914.962117055382,11341.00636641,78.542737332236,1119.54973828768,834.886177509451,1494.2574430672,314.336857334538,1968.41204709014,203.90897025999,856.951553046164,515.18854483952,2829.78651973101,481.723685542459,2049.5781945254,205.246725477532,1757.98897394225,4126.49903286312,1453.46367821306,41654.4102665703,17508.642828243,930.490671371864,8092.26458917879 -6740,304.382372860106,1786.23553665135,298.167256585343,1607.66650040542,311.872666501338,6370.38641302721,81.0936738123199,576.282045142259,1578.2932610052,15408.0631946605,436.02791375511,4527.30070202396,143.232459087868,3537.30414202055,643.445256388857,8596.63341221023,850.161383584946,10542.1900450584,72.4200372905653,1040.69301476463,797.219617650738,1389.00776810374,287.271164950652,1829.76476839556,190.03733498083,796.591223013342,479.098028440946,2630.46737777224,434.896413610147,1905.21388850382,189.370977135298,1634.16307703592,3619.79035421225,1302.61361880104,38297.5076624091,16317.0848988353,814.481444811216,7569.7128309719 -6741,248.998417793476,1647.50216594559,242.817797108323,1482.80223251044,250.829660096374,5875.61113751439,66.1061006190264,531.523361889502,1268.06198045051,14211.3494919144,350.475367069609,4175.67423748289,115.142857803583,3262.56874639968,523.023133274743,7928.94994856493,691.924211119506,9723.39905721731,58.7733429555202,959.86445277168,656.625009750027,1281.12629018467,232.116973676517,1687.65056861088,154.866422228555,734.721562951351,390.834451479851,2426.16419470265,349.490745812856,1757.23970523173,153.654064130442,1507.24087259634,2870.83732233747,1043.62730235783,31042.3617178221,13306.3752995181,645.301322743604,6182.54390884935 -6742,193.728280623909,1504.66117815215,197.995135217423,1354.24098386859,225.17433076312,5366.18655761347,53.8688725248409,485.439463721144,1147.87663138564,12979.2034946205,316.141634499081,3813.6368179792,103.89497432605,2979.69898627875,430.527098879648,7241.49771558549,551.182679899465,8880.36530906709,49.3245114764983,876.642719036949,477.376675121234,1170.05065789675,197.948389951901,1541.32865216461,121.817874201732,671.020066240495,311.767909880219,2215.81200380189,312.921627880009,1604.88430293028,126.037833676075,1376.56075603289,2870.70513271681,963.320290431773,26049.0244438286,10565.5722513607,650.135040516965,4821.93182521734 -6743,131.585529467393,1405.87584318746,139.210562973142,1265.33116738841,176.890752391805,5013.880972626,37.9505204155778,453.568966412466,982.053136469075,12127.0814465422,258.052011316107,3563.26058978384,91.8670087596811,2784.07317581226,325.877357840361,6766.0725581699,438.247463418959,8297.34377943456,41.7409494736735,819.088602600737,298.643819108627,1093.23346619654,147.743105847125,1440.13599204579,83.235128938946,626.965668496946,224.038497350014,2070.33757129001,225.291937252169,1499.51903150137,86.4738046474171,1286.18558230046,2655.61891474782,809.267227356583,20165.0922903086,7797.93754899605,598.285179253601,3478.03439133401 -6744,133.3742186761,1348.25347707169,141.015980897664,1213.46927920086,185.362521782066,4808.37798566909,38.0997806000303,434.978621348909,1031.07333077629,11630.0310630289,270.718018614596,3417.21390488958,96.6103655985536,2669.96289743516,335.739326431356,6488.75282755355,450.962717924586,7957.26212616206,42.7388074010378,785.516773645122,292.21569605579,1048.42531379499,154.223379204317,1381.10941171702,85.3543002263539,601.268345744572,228.83184622285,1985.48103854979,228.14819402954,1438.05852981522,89.5327327854976,1233.46893817055,2839.45079657971,851.930989115201,20817.5322665099,7948.6421059266,639.735756495873,3532.31073034491 -6745,135.463979652892,1322.1324924159,143.43289847213,1189.95959577612,196.014521602446,4715.22074949739,38.3740716288947,426.551370770978,1092.88242705645,11404.7115158444,286.670467768,3351.00900092076,102.659600711776,2618.23519113849,348.050116183785,6363.04010666976,466.155839083966,7803.09859131179,44.0450409537577,770.298217238495,282.323819321029,1028.1131825822,162.303644809329,1354.35187808931,87.840978433242,589.619407692274,234.685840100362,1947.014444082,245.304259945984,1410.19766727696,93.2722959803414,1209.57178251305,3077.61681611253,911.591508480977,21664.7718517781,8124.36383394363,694.733129524052,3595.85768366196 -6746,156.392149177638,1328.69889621767,164.649344116959,1195.86955960991,231.189115710731,4738.6390102491,43.603686170865,428.669848728936,1290.8246704183,11461.3532983324,338.395432157462,3367.65187020175,121.577546428828,2631.23872112633,406.574508882527,6394.64230311146,544.435449610338,7841.85287391927,51.0154531933401,774.123922431575,313.939239969947,1033.21933219239,191.367288033282,1361.07830026882,102.347862130255,592.547767098369,272.472494149227,1956.68433958874,300.611763192165,1417.20144895298,109.388585829648,1215.5791507585,3684.30704903645,1086.36076320639,25359.2361212801,9406.07488667357,833.14881592125,4159.72114937275 -6747,213.907901810392,1370.15113178102,224.628885033386,1233.17783677421,297.531021982573,4886.47324196379,60.2763155004489,442.04332529236,1655.6401258195,11818.9201768401,434.635585212699,3472.71457403655,155.478513778855,2713.32709163827,539.293316653669,6594.13988668473,727.826172313786,8086.49997455894,68.2407084573478,798.274741913099,462.440617664498,1065.4533103108,248.797752388657,1403.54069598805,137.771347991935,611.033843736361,367.271168713992,2017.72822274287,401.090852636095,1461.41475301302,144.472931005389,1253.50232014366,4579.77129542666,1383.16963107724,33516.0562285912,12760.4506457105,1034.23511427789,5691.91002994308 -6748,302.716135524237,1491.09446486512,315.029830989617,1342.03052784271,390.30595270193,5317.80256557,85.5420824092113,481.062519517267,2162.47851353186,12862.1770603227,568.706042512359,3779.25132439326,202.500083474153,2952.83265755608,735.944467234641,7176.20506053298,1001.95022991059,8800.29587431228,93.6116566599797,868.738507379852,704.881431632089,1159.50094608291,330.934065159609,1527.43132816329,191.220767083555,664.969842455427,510.983901797029,2195.83322945055,535.594643071548,1590.41393211667,195.985721301108,1364.149054734,5735.61205809199,1787.51280185071,45419.0520134089,17836.144033866,1292.93083494106,8022.36250318574 -6749,335.221685706145,1762.42870535244,343.650797962184,1586.23962563178,412.918379124835,6285.48231637706,93.3181010645038,568.601395447532,2282.24015646547,15202.7055284448,600.800396819414,4466.96113210668,213.847382079017,3490.15918200039,798.807995336033,8482.05804004699,1099.334376961,10401.6844203667,101.053324446458,1026.82272580884,803.328231856358,1370.49516272242,355.32072780169,1805.37778232119,210.8552476323,785.974306894866,560.65276513927,2595.40867928878,568.460173887526,1879.82132145357,213.084322498234,1612.38305760868,5908.00487787127,1877.57044603758,49011.5704918835,19599.586946269,1330.14680581871,8867.46249080521 -6750,307.502014685383,1957.65629581467,310.783394322601,1761.95041555896,378.325074880072,6981.73718546343,83.5520286420362,631.586456930904,2091.90097453051,16886.738227079,550.599965692851,4961.77493981485,196.626355347549,3876.77077392592,733.472482299332,9421.63179318102,1016.88182093133,11553.8988503573,91.6741290064112,1140.56583835729,727.040486866947,1522.30752684579,328.176262599052,2005.36292398745,195.107323535962,873.038180533725,514.523220419351,2882.90705081637,493.297996775372,2088.05271599019,196.978511628541,1790.98980537843,5433.86345914541,1715.95425807817,44830.109187565,17964.2113920752,1220.94803356034,8138.84435138396 -6751,288.362534369345,2002.34834271055,292.042028302862,1802.17462180432,351.622250162048,7141.12580049997,78.7600220555075,646.005173644511,1942.97892547589,17272.2517098986,511.541008601878,5075.04910278775,182.45176646937,3965.27498255708,684.810058191585,9636.72164875823,949.296104301843,11817.6670053467,85.8644882169534,1166.60423030826,688.996943165192,1557.06083850995,305.152742487379,2051.1440828322,182.303162591743,892.969086377478,481.529915243322,2948.72198339009,448.376843538543,2135.72163014209,183.582797197611,1831.87696240551,5012.86615781844,1587.54947980144,41799.3408106834,16815.9787605376,1125.636090982,7615.62266891692 -6752,266.544499925907,2010.27431017147,268.457665538016,1809.30823442637,320.413576544253,7169.39277559204,72.4444845779943,648.562279157409,1769.19873684831,17340.6210850514,465.933127465508,5095.13785217926,166.2065071554,3980.97087313463,629.202210063234,9674.86703065244,875.450608895067,11864.4453016853,78.6904424742258,1171.22204179089,641.706077479921,1563.22420842788,279.528981011728,2059.26320022621,168.376162683775,896.503758028389,443.875734933015,2960.39401566994,427.084752345779,2144.17553388351,168.829087334284,1839.12814687063,4530.86812102297,1448.88598277579,38393.0646858516,15521.3198308203,1017.76684480982,7053.06954128819 -6753,250.27837444939,2045.33370140052,252.001953419642,1840.86275657479,297.199146743882,7294.42772476412,68.1619725305299,659.873272172808,1639.69075905853,17643.043304596,431.970440150335,5183.99758163095,153.942536626835,4050.39941560095,587.507437957847,9843.59770914764,819.438881658684,12071.3624509732,73.5964611170243,1191.64827495294,609.057692060083,1590.48699979158,260.086129249982,2095.17696274858,157.813527064798,912.138875998112,415.726894509308,3012.02359252041,386.141975557429,2181.57017625934,157.636595198786,1871.20273136651,4163.07355400623,1336.51012208728,35782.6431928409,14548.9678583763,934.053323123553,6615.35023802303 -6754,235.070391175409,2082.12870694575,237.070010568845,1873.97938458019,275.998845820152,7425.65252607563,64.2832007915503,671.744215624297,1521.54807418533,17960.4369288163,400.974354609296,5277.25630984336,142.750731639592,4123.26501638551,548.951490240391,10020.6813958073,765.415958959593,12288.52302874,68.9795860479936,1213.08570829442,577.896814074894,1619.09943498339,241.783297360933,2132.86863521738,147.56530414791,928.548010105369,389.546424004599,3066.20909032611,377.944131261652,2220.81603950299,146.954251887748,1904.86516739333,3834.16318090312,1243.7235671934,33461.2198228985,13646.9473046221,861.201290194824,6216.7772617496 -6755,227.424330217458,2052.94147603673,228.810583555704,1847.70998594309,263.623362054891,7321.55990480502,62.105867903257,662.327721116621,1452.17521570203,17708.6679492524,382.817570313208,5203.27985585774,136.218616159869,4065.465185025,528.159674142083,9880.2117212912,737.051437771919,12116.2628039162,66.3584100330815,1196.08070156149,563.965021204759,1596.40293744417,231.541924791773,2102.97013319537,142.269674633509,915.531646087788,375.930977837855,3023.22704390595,339.904003317212,2189.6846928503,141.187192119582,1878.16281258414,3626.22841344657,1176.68803830367,32069.4792804341,13166.4881969695,812.401114511674,5998.37722999451 -6756,218.157857334642,2027.57258988912,218.906083316454,1824.87721413039,249.503680830803,7231.08493422454,59.5776718217685,654.143115395737,1373.09532158632,17489.836001886,362.112651129221,5138.98118207761,128.687995785677,4015.22686862883,503.561258411101,9758.11863232718,704.415942344251,11966.5380820013,63.257219159971,1181.30033129987,547.335649193666,1576.6756510902,219.840330731334,2076.98302615721,136.165618857448,904.218114569603,359.623026455834,2985.86801367033,315.106482159495,2162.62602492406,134.572285743479,1854.95372498214,3394.01479925276,1108.06614530785,30522.143160461,12602.2494782301,759.838665771495,5743.72816190527 -6757,211.264475796903,1998.99282132515,212.175405428174,1799.1545501441,243.045974743531,7129.15875169616,57.7129160445049,644.922602680703,1338.06084992533,17243.3069909651,352.818338585025,5066.54437090212,125.42057599183,3958.63000240095,488.891495216376,9620.57249783985,683.256768095333,11797.8630414129,61.4069822084478,1164.64924307672,527.908369248665,1554.45152681799,213.819013904178,2047.70678988587,131.996980909054,891.4726550114,348.65919280078,2943.78053565903,297.338346183902,2132.14260273195,130.675989977074,1828.8071157701,3319.46295771766,1077.19478808899,29620.3253365245,12213.2220564671,742.484771351681,5560.82293531611 -6758,210.44539913457,1966.16079951037,211.592986803542,1769.60472844973,239.308427495661,7012.06743793069,57.6214857015501,634.330211985663,1316.51136507596,16960.0980543212,347.242308688049,4983.33001738546,123.375367140981,3893.61234690516,484.572716211236,9462.56150212735,678.52928781033,11604.0916118153,61.0258755317946,1145.52071547655,529.940102641608,1528.92077658515,211.198950409993,2014.07467611408,131.237496262527,876.830856729598,346.527679615531,2895.43105399325,280.006053563403,2097.12369135901,129.485861032077,1798.77027197585,3239.22480323763,1054.08212050496,29280.1629349129,12136.4577320015,723.58157759561,5524.88442562392 -6759,214.120089236623,1914.81556767602,215.610957006952,1723.39245269891,241.550995188575,6828.95106803443,58.8709927091701,617.765019656506,1327.86879814779,16517.1942151493,350.344870838139,4853.19303412679,124.239281534215,3791.93275453676,491.028188841131,9215.45179767461,687.625410549682,11301.0570003105,62.0033566683563,1115.60605807831,545.126808865334,1488.99383279211,213.179626512101,1961.47819916137,133.111514668288,853.932890485175,351.933136397881,2819.81842924522,287.749476627872,2042.35843403878,131.008448270745,1751.79635374172,3241.80792532274,1062.00137449153,29689.5934471509,12343.9413109474,724.231035893554,5623.25830065239 -6760,223.5857538458,1910.96829119252,224.685450847221,1719.92978644163,249.129985122304,6815.23023596343,61.5046758757383,616.523796808429,1368.58198634469,16484.0076179908,361.19046445738,4843.44192506685,128.111441403327,3784.31394572833,510.216782876782,9196.93597213793,714.848666624835,11278.3507451651,64.4237909495405,1113.36456546432,572.1474419222,1486.00212379743,220.521394073996,1957.53716741088,138.529498220522,852.217155568712,366.68078980058,2814.1528072847,300.194602961273,2038.25489649355,135.919802196263,1748.27661793562,3316.37134568082,1093.91036592835,30795.5101008126,12855.9823595316,740.758347025075,5864.03003834871 -6761,240.546943528886,1952.79657741291,242.383283576227,1757.57652067465,268.461545208925,6964.4056054772,66.4454083557199,630.018596253003,1474.63971392838,16844.8183085094,389.195988559852,4949.45774755185,137.862777614985,3867.1470139688,548.972782430024,9398.24337842311,769.197510560785,11525.2172605526,69.4741269557193,1137.73447883574,617.995641820104,1518.52852543621,237.304538081141,2000.38477786203,149.059357827417,870.870936099423,394.513566867685,2875.75047462096,327.050847819043,2082.869299356,146.257898361564,1786.54382263203,3570.01655942149,1178.798651949,33188.7578059768,13851.0027004576,797.600227706758,6317.70769357667 -6762,252.912486405863,2022.94428878718,252.365067176844,1820.71160187898,272.531426711057,7214.57867519531,69.2567323364899,652.649915439834,1493.79555743116,17449.9122883559,394.601512658073,5127.25052819796,139.740651803131,4006.06138718896,569.095887491467,9735.84396189414,802.843325770483,11939.2222948046,71.7694591245007,1178.60379966774,660.747207058991,1573.07660379111,243.747198868087,2072.24193679912,156.110359506024,902.15407320461,412.188430983191,2979.0522299658,343.149764007132,2157.68943993364,151.668267195702,1850.71945765569,3532.54895442995,1192.0333018799,34279.5133747089,14486.2120400953,788.731939419933,6637.82747096014 -6763,256.826242048119,1906.77389296815,255.650233771778,1716.15470002312,272.67681475059,6800.27143746732,70.1457378439984,615.170584235236,1493.07589305823,16447.8267495786,394.577552993639,4832.81101909945,139.631522886838,3776.00772747888,574.371405504153,9176.74955036999,812.232813675243,11253.595810948,72.4356560656793,1110.92083346836,676.922036406355,1482.74048690989,244.908056716077,1953.24055482083,158.163978769267,850.346617925272,417.430744499292,2807.97600278596,338.689204761014,2033.78111597188,153.018403393389,1744.43931285014,3489.51058110991,1185.98955171955,34525.7293764455,14682.56144863,777.915276239273,6738.15428398589 -6764,240.45384551564,1774.02838982937,237.699833411139,1596.6796956932,246.638461820132,6326.85114533102,65.3008541421801,572.343729398575,1347.22785049938,15302.7643772312,356.392863245637,4496.36109566026,125.901621997746,3513.13017944415,530.250040219087,8537.88395611425,755.014709183434,10470.1446405949,66.7918373690094,1033.58091103185,646.416358670796,1379.51527877958,223.965339202636,1817.26014248304,147.519625523074,791.147312724415,388.404848688952,2612.49074432608,316.924167084723,1892.19364274841,141.313797624754,1622.99519452372,3062.00775778275,1066.1049437219,31795.2257057827,13697.607536669,681.644450959171,6315.69916944977 -6765,196.764729772207,1641.31181280086,193.622667013766,1477.23072574537,198.403001924117,5853.53401456175,53.2373707132152,529.526206812694,1082.55675791814,14157.9515214373,286.508326412377,4159.9844868521,101.220911430967,3250.30991414037,431.100625915518,7899.15757483512,614.594537973883,9686.86418935766,54.2067257342523,956.257841468489,532.428638352022,1276.31256409485,181.017141133718,1681.3093611633,120.257967302956,731.960907437975,316.930996147368,2417.04808337803,256.673816546798,1750.63702235811,114.707263592167,1501.57753966216,2428.41386928818,854.320298062663,25783.9727598582,11176.3812888546,539.95304089911,5163.56573644729 -6766,152.646316133533,1494.50783847105,157.553158116295,1345.10266826709,177.825352318145,5329.97593710787,43.3470688828348,482.163754982634,978.924111060049,12891.6208123633,258.129466604832,3787.90268554095,91.2604343238334,2959.5922031741,354.236045656266,7192.63263740456,488.748562043787,8820.44127647798,45.4850351265223,870.727200357673,387.000344665977,1162.15524466604,153.967723201783,1530.92788314574,94.283028106999,666.492073650338,252.23888120131,2200.85987220528,214.006086342303,1594.05466519315,93.7307048429592,1367.27182829912,2426.16648527539,783.220567236184,21549.9626443019,8854.12805323094,542.40218127368,4013.59105469361 -6767,128.79023530491,1387.01551142702,140.693865308166,1248.35629317073,182.776917941614,4946.61795007009,39.1066212306361,447.484175053232,1013.75691004635,11964.3922727606,267.738698322697,3515.45816313435,96.6169938059176,2746.72382949863,327.642534585154,6675.30325319841,418.387895327604,8186.03191845556,43.1203755471902,808.100233420692,251.116249264409,1078.56734474349,128.448501788652,1420.81604802529,77.7203129546316,618.554697807349,204.814034405172,2042.56324566954,211.07605712393,1479.40244257763,84.7929912381185,1268.93093858122,2713.07616378225,805.37457323294,20129.8952353558,7748.07340937426,598.239055357336,3405.05800092726 -6768,127.653881318525,1331.47587856238,138.840537388845,1198.368928476,183.468791853512,4748.5427716708,38.3328915069826,429.565769245629,1018.43602677571,11485.3075409728,268.882940582329,3374.69026679657,97.1794230792982,2636.7380133242,326.858986444664,6408.0071134737,418.273023040771,7858.24235617342,42.7686565592714,775.741842391716,247.886457886475,1035.37876188099,128.545327041435,1363.92295560824,77.6115379271203,593.78619266816,203.609157269529,1960.7738122907,210.937266681989,1420.16340174292,84.9465583213572,1218.11971269459,2744.51474344227,811.049271045956,20096.7102399612,7700.16570500274,605.709293278728,3384.41586368538 -6769,128.932167695435,1299.309176925,140.322445970541,1169.41791524741,192.336551038755,4633.82423939545,38.3747809290273,419.188026655295,1070.05769757877,11207.8376544863,282.251428285173,3293.16219957552,102.369525001204,2573.03789953608,336.412733557476,6253.19811075116,429.450059013212,7668.39758216353,43.7578133016661,757.000942317137,235.404144039847,1010.36537617019,134.129621604503,1330.97237537182,79.3692113476795,579.441101177221,207.44299546501,1913.40410232159,224.068758763593,1385.85412648251,87.8561373490104,1188.69154656125,2949.63412916045,860.122114513367,20750.3238587123,7819.26342582441,651.527779768005,3417.7318639598 -6770,147.475787783239,1309.02861092261,159.305913363155,1178.16570249061,223.268870875374,4668.487389361,43.1450477152703,422.323747105843,1243.55687868031,11291.6774674219,327.862992947308,3317.79657698981,119.293624223698,2592.28541389375,388.075056543883,6299.97492676297,495.910728350621,7725.76074521277,50.0348203523485,762.663659725474,254.867553781993,1017.92337680742,161.121999799012,1340.92866474837,91.5071287897317,583.7755887945,238.215195077684,1927.71725058035,272.379593699184,1396.22095675808,101.745967409579,1197.58350948702,3476.91162661617,1010.38227131306,23997.4029866078,8961.35585941896,767.471472961074,3916.05616315918 -6771,201.167395062209,1346.46000772907,216.56771604009,1211.85510205431,284.546323684043,4801.98180078868,59.4755509916523,434.400005506006,1578.72468857486,11614.5606010424,416.894041521943,3412.66826975509,150.947189601057,2666.41126809846,511.820260729643,6480.12137993192,660.133027632561,7946.67724289114,66.5651894955163,784.471866084637,418.156078255774,1047.03068089377,221.612258865265,1379.27223686019,122.726824511242,600.468528526878,319.92915391562,1982.83991843882,365.57464273396,1436.14560028826,133.585050032506,1231.82815714287,4270.11064704636,1277.17181757819,31632.1427964549,12154.5409599141,939.169104252331,5380.1618447275 -6772,290.944003317473,1470.29603040484,311.527746834356,1323.31130204264,388.377405493558,5243.62754129162,86.41546973314,474.352450155978,2147.32000130925,12682.7698175832,567.856520487664,3726.53668234244,204.76401667881,2911.64526269447,720.056917640526,7076.10822955283,934.186007473472,8677.54551792253,94.1237354875195,856.620964638858,615.348820711752,1143.32772231876,294.609967417574,1506.12605132138,174.730017120251,655.694553724726,456.939991539651,2165.20479202786,477.706632535586,1568.23014650732,186.912066407925,1345.12131009576,5598.39379430727,1707.49207991306,44108.1613339205,17375.2748975343,1229.74673818985,7723.31187432141 -6773,324.790741007435,1738.94006968415,343.021177682389,1565.09913663729,417.419871357477,6201.71302478499,95.0759665057756,561.023403227143,2303.28976681446,15000.0926169293,609.604915516668,4407.42804446584,219.802883317448,3443.64434869032,790.744140670108,8369.01405113843,1035.96838886756,10263.0567556308,102.774845706654,1013.1378233619,673.206499279246,1352.22999178837,330.583111831211,1781.31674606832,194.557014273743,775.49929358895,506.359593963443,2560.81856583171,536.738101907195,1854.7681445466,205.679589406867,1590.89414399595,5914.2458776061,1834.65841030392,48314.5972990635,19273.4604478586,1295.03962899011,8613.22993997167 -6774,299.546581719298,1934.48585577699,312.241035458842,1741.09631234361,386.954113431116,6899.10269892945,85.6315859825268,624.111122184851,2136.87564104952,16686.8700702636,565.375451794259,4903.04833445044,204.588878126416,3830.88606732592,732.069239212602,9310.11918752713,965.182907404296,11417.1491455772,94.0034618154611,1127.06632241918,628.103555340776,1504.289790359,297.812788568069,1981.6278375561,181.205831879605,862.70507004037,467.79909084946,2848.78552238568,475.573355773882,2063.33892922649,191.742291091814,1769.79199758023,5497.42547893111,1697.3815603799,44543.4015030359,17773.886062637,1207.08088103227,7962.85186054454 -6775,280.526189704385,1988.89733667049,292.922730038083,1790.06830583218,358.556008286959,7093.15446393155,80.5969555584203,641.665559349006,1978.55039919711,17156.2233660187,523.64980570079,5040.95687483762,189.239323335734,3938.63779031475,682.071808202831,9571.98585911615,899.458824237852,11738.2804636158,87.8595559341989,1158.76743177849,572.306215613466,1546.60110266039,268.296883554277,2037.3652857774,169.04490559304,886.970463501402,437.091132764448,2928.91360321815,428.913626070877,2121.37467365396,178.325029344583,1819.57111753307,5045.52839910439,1561.46512143134,41378.3880368316,16587.7307012672,1107.72636494315,7417.83222905627 -6776,259.244571278848,1999.80277485976,269.17744889548,1799.88353304572,326.51276582032,7132.04735002836,74.111345186468,645.183912944562,1800.32163910617,17250.293648094,476.633391163393,5068.59723746457,172.264875888972,3960.2339633199,626.42823644056,9624.47056921684,829.288260392952,11802.6433091404,80.4822204973198,1165.12113660277,559.693836828562,1555.08136074991,253.625892148912,2048.53648138582,156.095877340941,891.833862625671,402.817579711146,2944.97329904694,402.264120608372,2133.00650600311,163.92999654572,1829.54811332234,4561.0761388743,1424.22383659733,38023.6307826582,15327.632285255,1000.2499686324,6885.48797668058 -6777,242.185010824415,2025.92375951555,251.081720400139,1823.39321647047,299.342223783748,7225.20458620005,69.3274308808709,653.611163522492,1648.49724007732,17475.6131952785,436.658120180118,5134.80214143339,157.618035772947,4011.96166961656,580.274903717687,9750.18329010063,771.02452242569,11956.8068439906,74.6686544417067,1180.3396930094,521.623537702266,1575.3934919627,227.129780712166,2075.29401501353,145.415451678952,903.482800677969,374.900897090909,2983.43989351474,357.174225978842,2160.86736854137,151.833241207461,1853.44526897983,4114.05878032407,1293.35315763514,35083.7039900369,14265.4204572436,902.206575347985,6413.31892404048 -6778,231.585771627415,2041.92032779459,241.468524010862,1837.7906161504,289.405078445502,7282.25435322625,66.7136361693565,658.772036707441,1594.71923365475,17613.5995525555,422.309594063641,5175.34622048326,152.423198049415,4043.63986998293,557.416039729752,9827.17013227606,737.547563224104,12051.2170488075,71.9593852518035,1189.65958197511,499.105804984193,1587.83270120844,220.587856553386,2091.68040776614,138.93283439363,910.616644803201,359.21836126604,3006.99694976568,348.856169267947,2177.92944318286,145.582344817656,1868.07995780139,4008.59238615664,1254.67302862,33774.1279987322,13667.114279946,879.136381079343,6134.39108379092 -6779,221.892765487792,2009.52221166329,230.288537656401,1808.63132281433,270.445981444176,7166.71051000083,63.7539191540778,648.319634300362,1487.94928236284,17334.1334852333,394.286698122739,5093.23162199057,142.161761063832,3979.48148323414,528.303992131105,9671.24739873267,701.164815522857,11860.0064887498,68.1858570698875,1170.78385564588,493.923664665759,1562.63936356907,207.087873551803,2058.49277363667,132.400531490842,896.168351494277,342.531022032565,2959.28645143776,323.477347888974,2143.37333927149,137.751276106886,1838.44007881513,3676.29652940527,1164.02544876224,31907.0282945058,13045.5095726051,805.647013198617,5874.89306587935 -6780,212.276466324505,1970.23949329369,219.574227034675,1773.2756773399,254.327491852615,7026.61359095869,60.9700201259727,635.646095555737,1397.60670188373,16995.2808565192,370.529257706179,4993.66766482875,133.401714074472,3901.68943423085,501.537521782859,9482.1910719889,667.721616239703,11628.1636695687,64.7170137188972,1147.89703597996,450.438062449443,1532.09243969032,185.584482229309,2018.2527646319,126.310131224066,878.649794715371,326.580242980507,2901.43746844465,288.926157041398,2101.47406054801,130.726610769077,1802.50172320189,3399.94394023479,1081.36322742063,30126.2526739595,12413.3177955893,745.209952914563,5581.34570623665 -6781,204.909912009695,1919.03889481656,211.984121331697,1727.19357602492,245.924302339258,6844.01303790449,58.8497238027058,619.127565385732,1351.58296984838,16553.6246243187,358.310643655572,4863.89726183692,129.016310944031,3800.29626107373,484.496236658633,9235.77744592319,644.874295229058,11325.9826702036,62.5096680161485,1118.06664458219,443.34283120132,1492.27796530716,180.107635851142,1965.80444564377,121.967467254356,855.816329294358,315.350899593744,2826.03783538786,279.08140546915,2046.86307038642,126.295489994729,1755.66012485908,3289.33328090283,1045.93590509168,29114.6707091269,11993.9314546955,721.232972952281,5397.45634158379 -6782,204.309122309408,1875.70641157981,211.644595797741,1688.19301856781,242.623109734352,6689.4731372083,58.8179884076208,605.147476227065,1332.53189340564,16179.8387341639,353.359769053971,4754.06897897455,127.171954981189,3714.48441303227,480.892151727427,9027.23077579848,641.238716824199,11070.2385289453,62.2092590176769,1092.82035892076,422.874399804135,1458.58187395075,167.203779983569,1921.41598201353,121.406852467338,836.491735695421,313.802260586712,2762.22503958725,257.763457083239,2000.64427829992,125.326619240813,1716.01678405168,3205.98902802506,1020.0242757463,28734.2525402917,11902.7149838938,703.654575091635,5343.16884319618 -6783,208.560576460005,1833.87812816533,216.534903499416,1650.54628686019,246.766384252248,6540.29777770147,60.3143512699057,591.652677687744,1354.65812750624,15819.028067849,359.296313461809,4648.05316360127,129.08344190972,3631.65135034837,489.804568359785,8825.92338301734,652.719813472938,10823.372030118,63.5306183202735,1068.45044718412,430.151244907189,1426.0554744939,174.049837956277,1878.56837443667,123.632571965948,817.837956416036,320.019370847915,2700.62737638307,270.069396548549,1956.02987843027,127.465396086368,1677.74958192229,3252.55863221991,1038.87076836338,29333.786516644,12157.7384625936,712.855949337249,5459.93630533308 -6784,217.781859179465,1841.60160724259,225.641155340666,1657.49765375684,254.477699853707,6567.84260321049,63.0109779615271,594.144455634677,1396.00274281223,15885.6507787196,370.370685252784,4667.62869635217,133.086290120801,3646.94625069618,508.922196927547,8863.09424706729,678.580999004309,10868.9552595246,66.0060290964151,1072.95028528523,451.635735478708,1432.06138592885,186.074678740149,1886.48006895569,128.6676345947,821.282326163379,333.443189689899,2712.00121781594,290.189651089576,1964.26780635391,132.239252218056,1684.81551699935,3338.9016130812,1074.59987842078,30488.8237053944,12672.8033645883,730.351912134837,5701.7911124572 -6785,235.57127561431,1891.12444362407,245.039654639103,1702.06971797902,277.769823612668,6744.45962685931,68.4835698324823,610.121699870152,1524.38109593426,16312.8346393515,404.364137322268,4793.14672984533,145.163253388007,3745.01693099695,552.289280481947,9101.4332909218,735.526993100673,11161.2342686427,71.7915270594034,1101.80318224985,490.60306636036,1470.57120337508,204.450828300696,1937.20974003351,139.361131977708,843.367575275692,361.193629932709,2784.93012494117,319.884266354322,2017.08928131402,143.547404778785,1730.12219074094,3664.57905645602,1175.83207898797,33180.0417829819,13746.4015620461,801.623371517217,6180.96993196409 -6786,246.523268965241,1946.72192870923,253.634274426515,1752.10915143792,278.762113526752,6942.74112799267,71.0021583587417,628.058770179315,1525.85229452063,16792.4184042464,405.19123467511,4934.06125544517,145.364646285075,3855.11731263326,568.214275585404,9369.00785659971,762.928870810839,11489.3652691566,73.5995692538916,1134.1952790251,522.492348966106,1513.80477312875,210.404213134123,1994.16209448668,145.134610954527,868.161880243714,375.199043695219,2866.80475334368,326.588257894509,2076.39002781507,147.718859641141,1780.98634355728,3571.70417802087,1171.54268835184,33981.7081012928,14293.3859700008,779.047787626924,6457.68339606362 -6787,251.027807169141,1824.39010585572,257.806605997893,1642.00677719908,280.794206547054,6506.45992867907,72.1332377273253,588.591616148688,1535.82928476991,15737.1844115455,407.966922704888,4624.0053103469,146.280800796598,3612.86210339481,576.005335025924,8780.26028432235,774.795140504277,10767.3746365563,74.6076920606548,1062.92255439566,549.772553309724,1418.67742360331,213.424006711169,1868.84913607887,147.544934540155,813.606669365415,381.314153106659,2686.65501235105,328.158092967984,1945.90987381286,149.707036169362,1669.06932928241,3561.48329654849,1176.1382591591,34414.6871972083,14544.5764407905,776.582573939404,6585.45564849365 -6788,234.716017312466,1691.93387223729,239.288814338014,1522.79212426622,253.085983076422,6034.07128023383,67.0452905400084,545.858086535584,1380.69604307798,14594.6172773447,367.153291583563,4288.28855455312,131.397714632387,3350.55739933922,530.566975199057,8142.78686034469,719.004665542009,9985.63070704302,68.635369840898,985.75116559486,539.056082482291,1315.67715647467,198.456469300531,1733.16504254453,137.405249418197,754.536367062702,354.247308634138,2491.59574140572,299.967512573419,1804.6309378995,137.947082656633,1547.88985330565,3109.05454467418,1051.37337866289,31620.84655842,13555.3048735808,676.246675297811,6174.35485057916 -6789,191.788544745315,1577.87513858557,194.548693881024,1420.13578281067,202.781494235472,5627.29502243742,54.5662948701451,509.060027742972,1104.83779813114,13610.7469310502,293.954905227363,3999.20115575382,105.192015768168,3124.68549011934,430.292745030513,7593.85526619281,584.123701725265,9312.46704985292,55.5628792859115,919.298491830026,455.859510992384,1226.98310476001,161.021840724762,1616.32678237029,111.814177080463,703.670630562292,288.533165286897,2323.62921523117,240.081730444102,1682.97493061515,111.694193070167,1443.54159277527,2447.36235876166,838.056088704294,25576.6901823481,11047.1287948307,531.898023349995,5048.68143814608 -6790,148.821578984776,1445.01392819984,158.428974493404,1300.556638427,182.112634838127,5153.46207482608,44.4614786842287,466.195842997939,1001.2412207047,12464.6864682849,265.39367651227,3662.45796667881,95.0687037187807,2861.57880560427,353.914959284051,6954.43280652666,464.454117862056,8528.33298647588,46.6827368488183,841.891156266197,339.479031487079,1123.66792066541,132.418337152756,1480.22784308597,87.6581210091954,644.419724452442,229.614305949828,2127.97356259188,205.385649004342,1541.2640430662,91.3368927087097,1321.99161802239,2444.90300706509,772.541611838066,21397.7826944988,8762.04835193802,536.32600214246,3927.18071204672 -6791,135.055179706843,1340.67463135165,135.183307435011,1206.64808674005,185.184157535832,4781.34897700213,39.0687999325334,432.533505561128,1005.85216257593,11564.6559591297,267.975817956177,3398.00495240553,96.5345667471503,2654.95441629863,342.242175979709,6452.27804189061,390.763288193773,7912.53250889523,43.6118525775357,781.101201544474,275.798801939583,1042.53187176991,133.78676945262,1373.34587516258,89.281046485747,597.888476820637,203.140579028594,1974.32018880816,228.423326617717,1429.97486905024,88.6772392108221,1226.53532298481,2670.28110645497,802.911981416882,20287.3460834856,7845.39835441537,579.603365767801,3450.81484339033 -6792,134.612571437344,1274.28741532417,134.240881004201,1146.89756612134,188.044850752324,4544.58724524701,38.5098044820896,411.115411564781,1022.59570754107,10992.0000025774,272.302506895763,3229.74332981456,98.2799950534688,2523.48699813751,344.285825004415,6132.77563152244,393.510561527424,7520.72155588059,43.6047132114431,742.422813072266,271.735175415671,990.908019890994,130.662589268859,1305.34085204751,89.7780319675443,568.282373637338,203.305202440072,1876.55625875626,221.787241864367,1359.16570452552,89.6114690059543,1165.80003080565,2733.92247455878,814.346826891824,20376.2310934807,7837.26562154486,594.768114967728,3441.26140093995 -6793,135.541322042509,1236.82708960155,135.132075465494,1113.18212965016,196.19239797685,4410.98966244538,38.4046469024726,399.029820008585,1069.25080443697,10668.8673281996,284.465174702222,3134.79831530655,103.039249295959,2449.30385564528,352.926608419211,5952.48995187286,402.412664278554,7299.6343225261,44.4240999609077,720.597752205193,258.275840110542,961.778220177138,138.712705290167,1266.96764604334,91.5254239908672,551.576532739218,206.351539918281,1821.39098925389,240.706487082018,1319.21020516935,92.3129741931168,1131.52891711792,2930.51449550217,862.640905520244,20985.3717576071,7935.28862602805,637.606533289547,3467.670173899 -6794,156.862305216154,1229.01682938759,155.485608633857,1106.15265708185,232.888691819684,4383.13534282835,43.7133739652804,396.510044404059,1271.40334300938,10601.4960434647,338.006998860583,3115.00283155085,122.888271081673,2433.83710154807,414.03200951951,5914.90143538908,471.564876701435,7253.53891921147,51.646327398186,716.047353849893,279.423915323138,955.704826223488,166.250582837735,1258.96705559586,107.009783057991,548.093461997299,240.277391525594,1809.88935115344,292.05997502233,1310.87971575341,108.755940372434,1124.38358907926,3546.88348865207,1035.11922774491,24662.7271696456,9208.56139402808,772.033407524588,4014.12826883781 -6795,209.757279890407,1237.66597205233,206.589373156168,1113.93714945927,284.952829715065,4413.98143215152,59.006534469545,399.300463428476,1547.77699139969,10676.1035260858,412.351627563316,3136.92450361174,149.031562042098,2450.96510485175,530.164793998762,5956.52724973048,612.298147882022,7304.58532592971,66.7364976160266,721.086500239159,456.813500771527,962.430549736569,215.546416769648,1267.82697143564,140.061757163815,551.950641519231,315.140416043354,1822.62635428571,365.060190976739,1320.10496426649,138.559202761996,1132.29638070204,4115.57593145221,1245.06839154119,31438.8705882234,12199.1877642935,892.837664901231,5399.801208713 -6796,299.433796930855,1266.50608122048,292.687459874591,1139.89412793512,376.846627664541,4516.83608699701,84.5774625970317,408.604968211035,2037.29559399588,10924.878234396,543.837033970101,3210.02116068989,195.516200463734,2508.07752677124,730.372007461202,6095.32632801525,851.659594069846,7474.79687168189,92.4575950136134,737.889267590105,675.686706493493,984.857119382933,304.859561155424,1297.36989261808,196.083024672936,564.812202809835,442.931653224659,1865.09721816765,512.596588240966,1350.86606794274,189.710515362877,1158.68116623185,5202.11567380291,1630.73252916613,43183.8631664363,17229.5729379059,1122.28018439424,7697.4498330953 -6797,337.648296528553,1339.74897057008,326.091269647971,1205.81496378469,412.954331895977,4778.0477231949,94.0461396740828,432.234865388897,2229.14181809252,11556.6712115829,595.423877370706,3395.65882020725,214.148786071007,2653.12131889934,813.881977689212,6447.8231051032,957.230880697396,7907.06934814384,102.405576498392,780.561894891093,737.298874062722,1041.81206187371,330.255604504835,1372.39765671611,220.934574263627,597.475668297374,496.9145327585,1972.95703124084,552.260758964758,1428.98755145359,211.930623232459,1225.68846900611,5598.71331582534,1773.44294150339,47831.8797779815,19296.0200670517,1206.84315616086,8642.15062040619 -6798,312.246735080042,1444.72465867949,297.621475975169,1300.29628702994,385.255475799598,5152.43043113502,84.8797905676132,466.102517774382,2081.83689871476,12462.1912301383,555.829549303097,3661.72479903341,200.715452134814,2861.00596162514,756.763074110339,6953.04063624859,895.319397529147,8526.62574563603,94.0163019643038,841.722622630495,689.376581407798,1123.44297966373,305.944452093235,1479.93152428252,206.525233769338,644.290721554299,460.609474084159,2127.54757507733,505.346226801037,1540.9555057561,198.508292197184,1321.72697567273,5265.51803419643,1659.14655339566,44380.4147276057,17865.149330461,1137.44489160902,8025.08589169544 -6799,290.647867273329,1544.9563356341,277.186703390617,1390.50785544463,351.873581926172,5509.89421456393,79.3666288997972,498.43963939034,1898.96199680728,13326.7894205419,507.28178283692,3915.76685123238,182.858204890913,3059.49598087415,698.316181053916,7435.42661804648,827.65789266589,9118.18344634739,87.0391395941316,900.119403975669,627.96625796733,1201.38487200847,274.336756003539,1582.60577267004,191.212696062119,688.990131285914,427.14780596302,2275.15193689782,453.222840710283,1647.86345774991,182.8049074417,1413.42535601941,4736.64740127391,1502.94364828379,40817.9888336153,16555.2851924405,1022.29530142029,7430.58223287548 -6800,273.438953580268,1633.32799031351,260.337933174082,1470.04504183374,333.398685671355,5825.0607067287,74.4553558535084,526.950435892983,1800.24056903704,14089.0830889737,480.799723324837,4139.74910108682,173.492071874294,3234.49945254437,659.212146969383,7860.7337534837,781.293482357157,9639.74443822708,81.9600945221795,951.606322604814,616.034613485183,1270.10420510381,270.943780560137,1673.13097885888,180.398639506566,728.400434706904,402.4451667223,2405.29085194244,448.080759878895,1742.12140995755,172.808222967083,1494.2734257003,4528.6513257249,1437.08115939788,38687.6326853097,15633.2321519031,976.886648534202,7033.60846895458 -6801,255.577166771702,1683.14009621534,243.023560762452,1514.87745745298,305.822677786513,6002.70937406859,69.7004355168273,543.021005352015,1649.28286271586,14518.7621877522,440.712766359766,4266.00030222538,158.816321033955,3333.14297682427,611.018785271674,8100.46496761627,726.985393559396,9933.73068818496,76.0932345313179,980.62775320513,573.547901970229,1308.83896355171,238.653795411957,1724.15696874016,168.127990777602,750.61468671736,374.810076683597,2478.64574658222,389.783227925055,1795.25142222776,160.156765391836,1539.84474179155,4075.77168602473,1300.89806741468,35661.7363694219,14548.2469338623,879.729120146773,6546.4169378296 -6802,242.053771436988,1703.96745959179,230.997559783633,1533.62272016053,289.33940989829,6076.98756972092,66.3602994123437,549.740407869336,1560.15390391174,14698.418971249,416.922597762675,4318.78826601894,150.147217408098,3374.38765997339,578.280056463634,8200.70102507705,686.563004124654,10056.6517802508,72.2507791608964,992.762150454035,548.376178753132,1325.03468294337,229.279122890932,1745.49187947441,158.780252536886,759.902876613803,354.870711889748,2509.31678564881,375.785310813058,1817.46606366308,151.250084334126,1558.89895246167,3856.86163259708,1233.18492792509,33801.853129972,13784.3854323871,831.835827410124,6202.95239706852 -6803,227.331769437675,1669.63123795474,214.949961688374,1502.71907271667,257.35698493955,5954.5317147661,62.0135564557701,538.662726554951,1382.79838450416,14402.2348107652,370.076877034893,4231.76144501321,132.944990239237,3306.39121912005,530.719196902687,8035.45075202098,635.492329351452,9854.00270822219,66.2895738896109,972.757248929082,542.053264059299,1298.33424081097,210.597747143596,1710.31890964924,147.604074663608,744.590264012451,330.036912438264,2458.75217138661,338.86905632451,1780.8427600733,138.489722535475,1527.4859699894,3292.54537286429,1084.196752656,30873.4875479202,12855.2123577073,707.861542696141,5827.13442003907 -6804,223.644243935919,1600.75630910291,212.143297139589,1440.72953462894,258.541303843369,5708.89786528034,61.2013526750088,516.442037265468,1390.94455743657,13808.1198497191,372.056567388086,4057.19459347283,133.689371809057,3169.9973527402,526.56385547169,7703.97570156864,628.251076219216,9447.50951379324,65.7675017136029,932.629474132434,497.433329335084,1244.77590024513,208.385811680981,1639.7655499982,145.687454204232,713.874738157504,325.851708157793,2357.32475614731,342.010496520598,1707.38018006875,137.469748592447,1464.47475822381,3367.25383152126,1095.20038789284,30699.8379256378,12664.0738701023,724.140156773084,5712.14151532643 -6805,215.398026397264,1542.64218508313,204.240747437046,1388.42504931893,248.679033650234,5501.64108504932,58.9235154470138,497.693039412388,1337.77498110737,13306.8275637769,357.846961514631,3909.90152429255,128.579114837264,3054.91324015422,506.870723740629,7424.28928282996,604.930466929942,9104.52555274902,63.2980770992088,898.771138159603,489.213860443588,1199.58534835892,199.844522666871,1580.23522799099,140.294528296127,687.958110603418,313.764055255007,2271.74404504556,325.617867534532,1645.39516525469,132.33127875146,1411.30822235618,3229.70165833568,1051.33234351641,29535.6889991141,12200.908638268,694.924355309663,5509.12289257903 -6806,213.203049340439,1515.94266419256,202.113395885253,1364.39466562546,240.919867950991,5406.42057150243,58.4198661060144,489.079139292597,1294.18242395551,13076.517564503,346.394200579135,3842.23029214464,124.333557723622,3002.03985145586,497.199294254685,7295.79223489406,595.687556182669,8946.94755277927,62.2614423245264,883.215516116347,467.414144922878,1178.82333732471,190.645810352525,1552.88505963067,138.387633978177,676.051168006159,309.384540814797,2232.42547968073,311.048729725253,1616.91723108904,129.746535124709,1386.8817845664,3076.85570614341,1010.72929578447,28858.9507814615,12015.4877544291,661.167709550207,5423.24036971831 -6807,217.218014971651,1505.78932731737,206.318086577719,1355.25635254936,243.818909823419,5370.20996100375,59.7879521026292,485.80343145934,1308.8430763212,12988.9349064495,350.420828999323,3816.49616681809,125.523279585372,2981.93307390778,504.79431756952,7246.92717021715,604.738991628563,8887.02353675035,63.3894080134479,877.299999071844,473.650973175464,1170.92792627593,186.680668732348,1542.48429348608,140.573009080761,671.523176667327,314.74693541106,2217.47335221619,302.171365449995,1606.08759634471,131.521667853748,1377.59285939965,3076.60172311319,1012.83252792518,29227.6874268743,12221.8506628073,661.510382301022,5511.79985209703 -6808,230.136085543841,1541.71652430156,218.870924203374,1387.59192636357,260.348328611306,5498.33983124208,63.4826490525484,497.394399240157,1398.48503338079,13298.8428162301,374.318489737747,3907.55539209428,134.250054321472,3053.08014275493,536.751872537598,7419.83434604255,641.0935422293,9099.06239199764,67.3964916914958,898.231831506222,495.790856590439,1198.86553846272,189.91710376756,1579.28700954452,148.910890683818,687.545302080154,333.973293375291,2270.38088747824,305.335975474507,1644.40784765805,139.696487512794,1410.46136837749,3294.21281892206,1075.60252721885,30966.8304788549,12929.9934866238,709.917705156465,5816.25508762907 -6809,244.983291400236,1607.81447080869,233.075508703503,1447.08209558521,273.378743831128,5734.06991930615,67.7878824978564,518.719168012947,1466.79736075358,13869.0035346359,392.792124218656,4075.08384703984,140.565694949537,3183.97471693692,567.779581962514,7737.94458613265,680.046557346527,9489.16610417243,71.4633344532278,936.741686342728,537.805205848046,1250.26444933996,203.951048836235,1646.99571385614,158.149376575952,717.02240236531,354.574928267505,2367.71883001558,327.200719824713,1714.90847487267,147.731248224082,1470.93201820698,3417.38481336391,1127.04000875719,32795.0948467984,13763.9404548469,735.278049810625,6205.0347443622 -6810,256.702755307826,1669.77587411787,241.606749212719,1502.8492496779,274.409005548497,5955.04754161509,70.3746200805677,538.709389619356,1468.21275720972,14403.4824419404,393.634232826389,4232.12803239177,140.759346142633,3306.67764388791,584.915006177685,8036.14684391203,706.689913628796,9854.85633692221,73.3516682304118,972.841516564319,572.493549170444,1298.44671240277,207.456279131089,1710.46707048811,164.887049385035,744.654766087185,368.906851574101,2458.96516720992,328.871325927262,1780.99703022475,152.231458151309,1527.61829244774,3313.98743707092,1119.78012085954,33597.8416779278,14325.7459058716,711.117206732326,6487.35606047077 -6811,265.002542629686,1569.65990160431,249.803029574952,1412.74181879155,286.132253652962,5597.99640365429,72.6009162636175,506.409597006517,1532.03169859353,13539.8823177508,410.620805851568,3978.3792387169,146.912659166646,3108.41675556265,606.286400145468,7554.31771402054,731.224422207879,9263.98151267455,76.0312015039311,914.512146711699,603.884688198706,1220.5947938404,219.197295553175,1607.91134617283,170.480001392387,700.006956013237,381.479737946052,2311.53119543677,347.615610798102,1674.21248956362,157.829254208773,1436.02576596049,3488.24249735125,1173.33381181375,34905.3592696651,14827.6596745512,748.900666669023,6716.83199364823 -6812,249.119446601715,1464.85777576829,233.451088558581,1318.41670688962,261.232335385954,5224.23268393019,67.8958073971092,472.597939936217,1395.7655442156,12635.8594469241,374.430569260751,3712.75316190034,133.751652191653,2900.87582033565,563.261382832313,7049.93548774279,683.752778819884,8645.44946299831,70.5496024233394,853.452539480672,592.72559534876,1139.09884108776,207.023365533756,1500.55527046335,159.778763794203,653.269304745463,356.861298637298,2157.19624493542,323.751867646372,1562.42965824573,146.711548904733,1340.14604521707,3102.57978908587,1065.55889204519,32391.0220217419,13912.910631943,664.594730954372,6336.98664520356 -6813,207.277012715691,1384.18067405587,194.160833771589,1245.80485301507,219.457197864928,4936.50785590742,56.4014636775174,446.569589129726,1173.54111929908,11939.9389728094,314.705392783039,3508.27313016577,112.582271324674,2741.10996628231,470.644441873536,6661.66000337894,569.492197984693,8169.30098140935,58.8467138496891,806.4486060795,502.016401804029,1076.36292598178,172.567862449443,1417.91212777546,132.963910406878,617.290471157399,297.444237792951,2038.38857381184,268.134384276281,1476.37878112855,122.467207823111,1266.33744714839,2627.39096612145,896.316084995618,27055.0146901043,11586.6631185916,563.753145110807,5277.55840113655 -6814,164.807175489656,1279.43640044038,162.528800659373,1151.53180987731,207.365405125853,4562.95045891738,47.1233846072959,412.776596560985,1120.68053874556,11036.4151350898,299.196706450247,3242.79368261126,107.326082134336,2533.68359651719,401.555929375267,6157.5562030544,466.859136114569,7551.11036996496,51.2272207136584,745.42270459475,375.027653750664,994.911960120323,149.746566895522,1310.6153141021,107.489263626807,570.578619718458,243.672941949388,1884.13881833416,245.2789890499,1364.657655477,103.991601847387,1170.51065333468,2814.73929742566,876.3399874291,23549.5542485857,9455.9562680363,609.761548784821,4208.80953013243 -6815,142.012623975522,1195.72197858498,144.553220524631,1076.1862751725,212.218779394346,4264.39340716272,44.6307188125827,385.76833407553,1191.30691605767,10314.2947451492,332.37431081839,3030.61541549092,117.911486619681,2367.90290013093,403.742747600192,5754.66297803488,413.053334224129,7057.03591751832,51.0153078758901,696.649173740419,341.397517344505,929.814172133503,174.445388121706,1224.86083403797,99.1963561236851,533.245260079528,242.377909908341,1760.85829277004,284.983701848895,1275.36714707856,106.12261089202,1093.92331957916,3257.69061457412,964.641531930312,23555.566038465,8923.72795611622,690.267394443146,3898.42627872817 -6816,143.280812740107,1136.88468216728,145.615918191954,1023.23091263253,220.288574820234,4054.55752270752,44.5931305212708,366.786023616184,1238.75447178667,9806.76437594251,345.402247701215,2881.48943075298,122.807430695513,2251.3866803754,413.244379335317,5471.49614035304,422.236810237494,6709.78386265459,51.9061766899315,662.369504495721,333.851132451766,884.061268834078,180.579373292122,1164.58971645928,101.179311980699,507.006125905746,246.155375348766,1674.21261494795,297.145947472112,1212.61079048565,109.124269117379,1040.09517912089,3440.72426691956,1008.89018584345,24173.299824862,9050.04092868188,729.77064894441,3942.21557461495 -6817,155.645264995697,1100.89962735075,160.030413577563,990.843265003343,262.238999522482,3926.22130972128,48.2965028119455,355.176389523301,1482.11766742009,9496.35738464736,412.530970376827,2790.28356199131,147.475598336748,2180.12503495322,470.493277042411,5298.31051156639,473.836618182831,6497.40353605505,58.7344013740915,641.40396304552,326.081923874199,856.078665392259,211.597726452051,1127.72773261615,112.661109141625,490.958198161434,273.303170654428,1621.21987639809,356.578712109083,1174.22882752037,125.008390865249,1007.17373807929,4301.60178703965,1225.21166373006,27753.7532668923,9992.15394953563,914.812209502964,4298.54273580111 -6818,189.691807398261,1091.75873239383,195.579132841088,982.61618055427,337.562018153504,3893.62144713785,58.2865091838474,352.227319519868,1913.42378116017,9417.50804800498,532.036741587057,2767.11551986783,190.939713415061,2162.02320855382,590.602008753729,5254.31803611073,589.958367455121,6443.4548546855,73.1913468254073,636.078312908585,366.232085945732,848.970546758371,270.280999215406,1118.3640808465,139.59713567315,486.881716340442,337.78962226638,1607.75870316844,461.600703009288,1164.479071865,157.587881213057,998.811059852839,5691.39608311288,1596.03012133707,34983.2953721283,12293.577091273,1212.12617759143,5248.62156891119 -6819,250.033221120475,1095.28781044081,255.879005880208,985.792458506998,412.424874777142,3906.20746414383,77.3119927904248,353.365883988355,2328.58117131683,9447.94986625963,648.363294129778,2776.06013953962,231.677659872321,2169.0118850956,747.787887896998,5271.30246488871,756.918849593605,6464.28313331489,93.3354516523753,638.134417378959,535.340426806105,851.714819123867,334.543085588458,1121.97915990118,180.309917770633,488.455547193019,436.846579985945,1612.9557359705,560.648428682382,1168.24321627416,198.704012168815,1002.0396872774,6700.32496804065,1920.34164645982,44007.5695226941,15985.9115429336,1424.19628070348,6900.77242570475 -6820,292.384229145104,1114.92916962561,286.702162542457,1003.47028124421,368.961407071658,3976.25592366491,89.1752968105846,359.702653360668,2050.2423188374,9617.37618061666,574.065456881634,2825.84211812053,202.370776917979,2207.90790959725,769.277106292373,5365.8306282606,817.110181226516,6580.20454290546,96.7127350493879,649.577827211921,793.866862796525,866.988281063239,317.569716812715,1142.09916440357,198.946988485988,497.214825582472,482.068531355428,1641.88022746706,492.670120464188,1189.1928556359,202.09754015802,1020.00886508402,5086.59958917403,1616.48409299993,44062.5017244062,17871.291114667,1070.74610885006,7993.6070461832 -6821,334.541086773004,1142.3518629141,324.954938031956,1028.15154216764,417.258718934274,4074.05554143598,100.704595461158,368.549866086726,2317.47077840823,9853.92426315507,649.002668119506,2895.34626582611,229.091686193528,2262.21340546516,876.423333246325,5497.80809513967,936.313731344501,6742.05063669473,109.469663965012,665.554782527045,908.776959560712,888.312643510672,361.73740885644,1170.19012833538,228.183374460817,509.444274799427,550.543162474938,1682.26375955222,558.9615950262,1218.44213158041,230.96516474603,1045.09690746444,5720.81015528331,1827.51007446861,50089.1300470414,20400.8690867471,1203.80970295958,9147.63656115742 -6822,301.353424120982,1196.73442050325,286.985710568607,1077.09750379952,366.181896881597,4268.00415507796,88.1598801692945,386.094971905354,2031.38882152219,10323.0280665604,569.123128946436,3033.18149869398,201.437313761382,2369.90785127962,781.918671032113,5759.53556725612,846.170244122484,7063.01125217768,96.3564150690891,697.239040647987,820.472982854796,930.601464548399,322.590468696891,1225.89794841291,206.641258372999,533.696769597367,493.859053321614,1762.34924700493,493.986909907891,1276.44702616752,207.498773928175,1094.84956651946,4954.51516839377,1602.11304281455,44481.0278771574,18289.0832862248,1041.6384476386,8245.19610442114 -6823,279.435570980613,1289.90793575208,266.022075505384,1160.95651125796,330.501017809662,4600.29588448106,82.0902226180266,416.154962773832,1829.68363823102,11126.7425720472,512.985068346105,3269.33429732595,181.139753974358,2554.42050633192,716.385020571735,6207.95266449,777.850091966374,7612.91236250985,88.5887922371827,751.523609782866,776.532197886205,1003.05480779829,292.749323501801,1321.34203294249,190.331309972246,575.248515121176,455.569906831182,1899.55953495715,444.299297628559,1375.8266833574,189.66465855672,1180.09068688297,4367.97326104586,1433.63236562089,40658.6737751946,16898.1236753806,916.891328160926,7638.44364184261 -6824,263.589189396113,1383.9203334517,250.648576819893,1245.5705385255,315.498991594618,4935.57938359031,77.2325016690503,446.485597062202,1748.32094791699,11937.6932754202,490.006030464823,3507.6132842631,173.266202795196,2740.59441059069,679.440000430257,6660.40705958149,737.068457158178,8167.76447624563,83.7958446437542,806.29692695171,725.12724354642,1076.16048060762,278.977404954242,1417.64544286436,180.196980607038,617.174369424998,430.741970544599,2038.00518794119,425.077588216268,1476.10109964442,180.169686232381,1266.09927083061,4216.27353559128,1374.46094398857,38595.1420921142,15963.5033749415,885.704548291506,7208.70824964412 -6825,250.075780746844,1461.44440216236,238.336411954843,1315.34456646523,299.433021344208,5212.05931239232,73.5372256800086,471.496704470849,1659.1888157931,12606.4156948836,465.034999476542,3704.10180075265,164.344962046104,2894.11627471763,644.548259209778,7033.50791087121,699.440087348766,8625.30406083262,79.646223705137,851.463846502851,689.190693419572,1136.44454250463,264.686278869352,1497.0587154809,171.002501898125,651.747073550552,408.643028329718,2152.16960218069,403.250366481449,1558.78892516925,170.957837922011,1337.02327165195,3998.72618908668,1303.84171460266,36633.8343068074,15154.3313468075,839.963937816358,6842.72458975566 -6826,237.292967202254,1531.36069904272,227.112309566217,1378.27136756207,284.570894221069,5461.40707116036,70.1778838717889,494.053363840936,1576.85384786104,13209.5134938944,441.956533657632,3881.30805012712,156.100306623246,3032.57237497711,611.840973004645,7369.9947635214,662.129723944973,9037.94330903685,75.8650550802448,892.198341080205,654.81507364429,1190.81266893096,250.868096025067,1568.67882052494,161.850989175328,682.927008837754,387.820390997851,2255.13056916672,382.517281164964,1633.36223709593,161.924114129554,1400.98719382268,3800.73802754883,1238.25654818344,34785.4789313506,14381.0174034807,798.381564657132,6488.37532529032 -6827,228.629453593263,1499.71467861369,218.062032135424,1349.78898331263,268.585919931701,5348.54548351923,67.4789892769769,483.843605385651,1486.11303410277,12936.5350021865,416.738410248037,3801.09967471141,147.050626958972,2969.90337257224,584.362241661708,7217.69164839375,633.976037497137,8851.1715453544,72.446341465659,873.760799261206,638.736299879165,1166.20417396847,237.935258407834,1536.26161011073,155.192623104674,668.814120811617,372.25486220757,2208.52763093891,360.399564965822,1599.60832480378,154.393927397293,1372.0353803249,3527.57236471823,1162.05222987331,33141.5687625407,13809.0431507231,740.166242234217,6243.89566845445 -6828,224.392272160967,1426.58749651105,214.599591087352,1283.97228751681,268.446020839796,5087.74650279637,66.4259843443749,460.251038116162,1487.08531172081,12305.7401154175,416.837838185665,3615.75528082987,147.104845025415,2825.08871692448,577.796778571434,6865.75173671623,624.816382868134,8419.58196191634,71.6278534724076,831.155585087544,621.706965314661,1109.33920744199,236.466730964851,1461.35237295923,152.756164318657,636.202256233071,366.522508573913,2100.83821204513,360.278987347826,1521.61025561841,152.723932429857,1305.1339339771,3573.79991472605,1166.14837853453,32850.350880773,13595.7086074653,750.561835524023,6134.08333544504 -6829,216.996947316561,1378.16388037863,207.642444197071,1240.38955506792,260.748049349425,4915.04971116387,64.2462192184442,444.628428462851,1444.89692492337,11888.0381258573,404.967098899296,3493.02327443286,142.951109436974,2729.19483596522,559.819678963622,6632.70292101276,604.898108562897,8133.79044480544,69.3899451347905,802.943113649913,599.525369445998,1071.68416274743,229.415413228083,1411.74870931052,147.838480414416,614.607216381848,354.734445224057,2029.5280516903,350.051524518204,1469.96121824676,147.993946183697,1260.83289757038,3483.86190337223,1134.08464222606,31842.5881782539,13155.8959091835,731.849767602371,5932.6370290807 -6830,218.458137525919,1354.47275632668,209.818569149918,1219.06682034802,263.155735603969,4830.55826998876,64.9180875800882,436.985108676497,1458.49125330703,11683.6785500595,408.752229238038,3432.9769701514,144.304280089442,2682.2790124254,564.188588994314,6518.68441425995,609.326376857202,7993.96771313764,70.1268497622405,789.14023782145,602.647230149131,1053.2615333304,231.371160869095,1387.48025018267,148.893507149052,604.041901172365,357.287054990085,1994.63974738624,353.327766369666,1444.692065522,149.156026176559,1239.15873456959,3523.03644860032,1145.31957701022,32102.8361689345,13250.930239044,740.166242234217,5973.22218385675 -6831,222.709572807756,1346.83605838611,214.341407870302,1212.19355912303,266.748859835443,4803.32293858775,66.4788008333352,434.521328387156,1477.44200104898,11617.8044130533,414.158714051809,3413.62138840529,145.931523947437,2667.15596582699,573.35623147145,6481.93120264381,619.125021970489,7948.89665763896,71.4617569523899,784.690959974526,620.087351181912,1047.32310441413,234.368757009213,1379.65745159211,151.359210041177,600.636232419597,363.744523909921,1983.39370262094,357.141825324984,1436.54669909068,151.348728087062,1232.17219245413,3544.53647465824,1156.81376669726,32636.8648362184,13508.2560833432,744.324479550139,6090.56683705926 -6832,235.219063384914,1419.52933480528,226.510648724771,1277.61972656055,282.656525843607,5062.57444877055,70.3420439127878,457.973907368683,1566.10566595738,12244.8564305006,438.957962283375,3597.86602726286,154.821356819517,2811.11135272776,606.624516186684,6831.78285215222,653.594171435027,8377.92537153715,75.6023130725847,827.04337287725,651.751896722339,1103.85065834715,248.012726199574,1454.12220910129,159.727213826046,633.054592025265,384.466721440879,2090.44413817686,378.564142381026,1514.08196081449,159.944536568982,1298.67667399393,3771.26499274289,1227.69095999173,34514.9395760839,14260.3446421669,792.144208683249,6425.66925332693 -6833,252.371193708037,1548.36970924003,243.54620592402,1393.57999586902,302.591730829463,5522.0675861018,75.7660002454875,499.540874855707,1675.9298210714,13356.2331725825,469.802589809513,3924.41821238006,165.444062275342,3066.25552649217,649.836353097031,7451.85419491807,700.706157625152,9138.32884851308,81.1744218705713,902.108096953489,703.74368887395,1204.0391705916,265.411687399907,1586.10232765248,171.287741574842,690.512362480825,412.222072784653,2280.17857965255,404.616495153481,1651.50419082639,171.337420179183,1416.54812958453,4019.8374266349,1311.44754235556,37005.7010747184,15312.0164733175,844.122175132281,6900.49314576223 -6834,266.793945057218,1609.43437787791,255.282074756722,1448.54006138844,310.963417269342,5739.84711597054,79.4422409874688,519.241788540665,1719.18773591362,13882.9768488937,482.236913912083,4079.18958016474,169.817653002867,3187.18263877481,679.177648241561,7745.74072888663,737.050591119906,9498.72663962741,84.5388843012119,937.685473394838,752.942191269161,1251.5241172038,275.478311658667,1648.65509685604,180.53710780379,717.744817593853,433.647348921974,2370.10435679141,416.046337212352,1716.636281415,179.170938788939,1472.41401331145,4045.42483442078,1339.76967813398,38526.9633731076,16109.8357662519,848.280412448203,7287.23901324571 -6835,272.388689051715,1534.45587421213,260.348944715318,1381.0571196819,315.267066751006,5472.44562763322,80.9482342270495,495.051940926713,1742.0895013674,13236.2124670311,488.749404930739,3889.15292188666,172.047261338357,3038.70178832848,691.377292521312,7384.89094363428,751.274526854452,9056.21073468658,86.0580176482237,894.001645914414,771.884558872326,1193.21953088491,279.848473223868,1571.84942281159,184.114525296677,684.30733596878,442.182182515767,2259.68862276299,421.631429518479,1636.66357703634,182.359262785064,1403.81885900626,4076.85628296697,1355.6579914686,39189.6305066935,16431.2990579474,854.517768422087,7438.72487523837 -6836,256.654987389329,1462.16757456028,244.025707573961,1315.99544369519,289.76915370519,5214.63841661651,75.8978003664837,471.730017077116,1598.24418210719,12612.6537781482,448.686089133548,3705.93471631031,157.733340761689,2895.54838188719,644.727827481071,7036.98832981438,704.777709764248,8629.57215465213,80.1567833252055,851.885179774718,737.66145870023,1137.00689391785,259.313122993237,1497.79951105239,173.036744582992,652.069580170247,414.804095079484,2153.23456890103,387.230890078124,1559.56026694811,170.157422860008,1337.68487624258,3665.84771251048,1237.51857838126,36456.7379401056,15433.7859789952,767.194784787713,7008.8956940179 -6837,213.169074898308,1424.18656482339,202.511044650205,1281.81137571945,242.259675373969,5079.18387917374,62.926746113526,459.476440480618,1337.04388909806,12285.029684788,375.273759278589,3609.67000288525,132.091528933082,2820.33412245514,537.151778111366,6854.19674906588,585.580114992354,8405.41189441,66.6689470855505,829.756759017291,608.667836731125,1107.47220127375,216.311795381371,1458.89293235172,143.686982875912,635.131534555999,344.977214572196,2097.30252352529,323.949832517418,1519.04940163089,141.622714086479,1302.93740735227,3088.01043170982,1037.36727629065,30367.3075733433,12817.2571477962,646.605902625959,5815.5059311222 -6838,162.269733012968,1323.78132559539,160.860357700905,1191.44359596144,206.921152047694,4721.10110752881,50.1579223956879,427.083323549476,1150.21462135764,11418.9343466557,322.019588378396,3355.18804867669,113.31540881212,2621.50039570733,428.476976613808,6370.97546240034,452.830329373696,7812.82984588269,54.2953948789036,771.258857163743,441.425756568135,1029.39534389163,176.884379276659,1356.04089210728,110.165481254675,590.354722835233,267.962832626235,1949.44256836966,275.334457495086,1411.95632665246,112.253425239534,1211.08024108239,2863.57535931814,906.21121743683,24603.5407013007,9944.4435116694,602.944410808772,4437.77216546997 -6839,158.060423971142,1247.47218718664,156.034485489256,1122.76304237413,209.318531219437,4448.95407622508,44.0433035879286,402.464181536617,1120.80087450504,10760.6919128856,320.677336658327,3161.77883203082,110.189367338388,2470.38447295881,389.23054327013,6003.72171817611,422.036206427445,7362.46066288694,47.3554337146941,726.799777901684,330.935818129603,970.056032892498,166.932207591604,1277.87215674066,103.495511837788,556.323830131086,223.922014834267,1837.06729921203,274.448865108381,1330.56435603438,103.313556058273,1141.26773658941,3078.54806086645,925.417755904921,22893.0559453042,8719.00046948193,673.62565285212,3826.7840445528 -6840,160.314639913492,1200.03208405631,158.102919601238,1080.06550164476,219.275612073119,4279.76486113387,44.2293035103879,387.158876557096,1176.30293982907,10351.4737039793,336.344505369696,3041.53958709414,115.84531366948,2376.43825486072,401.106768307617,5775.40626521325,434.09502979242,7082.47374475928,48.4972321756142,699.16031886371,323.838408103243,933.165784985325,174.209611584582,1229.27597357455,106.190133142645,535.16739863196,228.669510375829,1767.20549144819,288.860884594174,1279.96434192571,106.982527497837,1097.8664810911,3289.57879139076,977.578818151282,23664.874129407,8890.47166606356,720.622791423199,3889.36127580914 -6841,164.43815148764,1178.48155108785,162.543936918824,1060.66936423265,235.55055382586,4202.90757126428,44.9924105674826,380.206162338761,1266.91532499892,10165.5788614216,361.932576452848,2986.91871485463,125.112287907635,2333.76147009862,421.160156295546,5671.68980231334,453.480321500509,6955.28457543409,50.61364343402,686.60458997771,313.347514389369,916.407716362367,185.957265436641,1207.20027014309,110.516792980042,525.556703367147,236.943270410188,1735.46948979332,312.156900252767,1256.97836170434,112.894570770515,1078.15066839737,3631.41597448123,1062.32795762693,24943.5862051863,9182.78729634009,796.713396728754,3995.71725391734 -6842,188.08514488602,1197.08154224412,184.54657756255,1077.40992396076,272.971747428765,4269.24212150308,50.6090540423554,386.20696163047,1469.64040469028,10326.022337814,419.706245666465,3034.06129560144,145.501207597421,2370.59526072064,485.437228343859,5761.20616348739,523.137719599419,7065.05993124937,57.8520532412066,697.441280029965,347.939568329466,930.871392441253,215.798830225803,1226.25352925248,127.359118910627,533.851572324344,271.928880059912,1762.86042954315,363.452929312947,1276.81726914396,130.601109463574,1095.16713579884,4251.32489488414,1237.82491251719,28741.9089663982,10511.6512703765,933.228894482838,4570.79642695863 -6843,255.867603765485,1241.80251525027,250.440425955849,1117.66016458821,348.757129522378,4428.73389790665,69.6176871508416,400.635010594857,1871.1873680908,10711.7853371871,535.007956900646,3147.40877320537,184.667421148622,2459.15675208274,639.830603167025,5976.4352320412,696.280721431917,7328.99880535472,76.9101503312086,723.496524854074,512.123969785232,965.647197551002,278.724874552679,1272.06431911529,170.400823369786,553.795378082512,364.878452516053,1828.71795962871,461.482556529732,1324.51703612902,171.396713499519,1136.08075629077,5240.48691390467,1558.60634514253,37690.2217428398,14172.0893255965,1148.07295652205,6211.47231130672 -6844,359.216490688463,1383.31286830074,348.365658667818,1245.02380134928,451.526872123447,4933.41293484117,98.072605070095,446.289614364308,2411.39636591134,11932.4532825735,690.549821393664,3506.07363434126,237.203922261331,2739.39143990148,864.116343390387,6657.48350604875,951.2953915715,8164.17927545001,104.456861836556,805.943006807169,779.827671847067,1075.68810515868,366.472439704603,1417.02317423939,234.311575848623,616.903463714294,503.867983459404,2037.11061540026,592.940211708826,1475.45317219105,230.072174230145,1265.54352266643,6454.38972710991,1979.26175263848,50501.3626986922,19652.5702264813,1409.91415713235,8697.81339115983 -6845,397.823228105423,1686.00385969674,380.288123777136,1517.45493199073,478.301916995092,6012.92262959829,107.065459250078,543.944923526301,2548.38160193093,14543.4650042568,730.364321988861,4273.25864982499,250.789330527489,3338.81412277153,938.546501939337,8114.24743041234,1045.31628526137,9950.63234434709,112.858329120275,982.29623341946,888.823641500573,1311.06587575901,393.942610974524,1727.09052000805,258.385788832565,751.891813281727,553.490560890344,2482.86301595175,628.617763239443,1798.30593651001,250.309440360128,1542.46469668924,6659.73425133531,2080.05491955295,54548.0735129811,21613.0025665806,1452.43537774427,9628.74658644286 -6846,360.614107078119,1903.01339762134,339.005822723484,1712.7701394375,427.228446636761,6786.86009950434,94.6004085786544,613.957359044751,2275.37997651114,16415.3887262844,652.20863776126,4823.27986104431,224.570537231077,3768.56077241984,846.48534642489,9158.65137726713,952.304702050887,11231.4017297106,100.560187796568,1108.72990110856,803.140998755804,1479.8162604339,356.007472724071,1949.38841899882,235.696569032129,848.669584003384,500.670752753275,2802.43817749301,565.131769522794,2029.77013991896,227.21292677337,1740.99897000564,5922.61452241058,1860.52964568393,49039.8550780279,19534.5614737042,1291.30233121486,8737.00425694998 -6847,339.4316794601,1973.04540174866,320.050858210204,1775.80108058808,400.300062076425,7036.62051374741,89.5618425717812,636.55134832321,2131.10067701733,17019.4846157131,610.937064465451,5000.7793760546,210.130748519041,3907.24600915966,794.829428313073,9495.69509532774,893.47962885765,11644.7238709388,94.733903594955,1149.53180881324,761.513623319613,1534.27436282452,333.337328152123,2021.12705098938,221.208394890574,879.901120199579,470.786392183411,2905.56953865845,528.443554308456,2104.46686617112,212.98352183383,1805.06874860284,5523.85406642554,1739.24946536641,46046.5957826017,18380.4094102594,1204.02193101143,8221.28334686174 -6848,314.204899099205,1992.62890590703,294.76318708001,1793.42683203571,365.969921139897,7106.4626405275,82.5254947860419,642.86945228871,1947.07190905817,17188.4118727593,558.303938837641,5050.41471826174,192.065183694783,3946.02746264284,731.965466838754,9589.9448192424,825.844713249114,11760.3038257373,87.0224379805858,1160.94151126515,709.401793361542,1549.50283569079,306.228634458898,2041.18779058136,204.659665778089,888.634597508873,434.865679682102,2934.40883099927,483.527042870255,2125.35479687371,196.324743095407,1822.98499691272,5012.82575366338,1587.02837772439,42333.0263755744,16980.9659539506,1092.12398203267,7609.87804104432 -6849,294.975252299094,2035.38285290899,276.67854537584,1831.9066892241,339.367949132638,7258.9392638485,77.6460586674564,656.662891905516,1804.05952603748,17557.2073108247,517.441640084632,5158.77667294501,177.833141584818,4030.69362828261,683.331901669661,9795.70716231499,773.09425274727,12012.6335018762,81.3793337919999,1185.85073128995,673.313175503056,1582.74904722577,284.882815109386,2084.98361947898,191.774074118668,907.701186562847,407.308894336645,2997.36965590284,447.963589440071,2170.95651733281,183.274042873518,1862.09905558783,4604.69119339974,1466.71502781322,39486.4876239991,15922.5939652837,1002.60562284967,7146.10444090466 -6850,277.440330658243,2074.4052278685,260.7702261273,1867.02801768354,316.195881444191,7398.10770056661,73.3552240338634,669.252437677364,1679.76209009457,17893.8142179457,481.899955007569,5257.68077709245,165.460393604546,4107.9701160377,639.921366262979,9983.5105317573,723.650652800217,12242.9397993334,76.4511781559745,1208.58587019331,638.997300353161,1613.09352354843,265.581444287963,2124.95694069836,179.622313890167,925.103640358026,382.410895973518,3054.83524889324,416.480125687423,2212.57811157936,171.243424004887,1897.79923231627,4257.31902862409,1362.15964015145,36944.7442889898,14954.3482486815,926.515017544113,6715.34881835188 -6851,268.065673234096,2043.45345372712,251.325110373753,1839.17047628198,301.183053055995,7287.72205578263,70.7803351203619,659.266659577566,1598.58635476345,17626.8242929489,458.751197679926,5179.23200260337,157.422099587295,4046.67593807143,614.508509003258,9834.54862259621,695.878867884783,12060.2654103545,73.4099810826602,1190.55280877304,623.505060356837,1589.02488655358,253.748625835593,2093.25089483758,172.90064926756,911.300359037167,368.558153528948,3009.25467987393,396.198498544675,2179.56468823288,164.202497497038,1869.48255994426,4013.19116717227,1292.75193326465,35414.0520783858,14414.7969653009,872.804002034309,6482.56506062651 -6852,258.444886606462,2016.43573720593,241.96733616083,1814.85370680935,288.417795241252,7191.36673717765,68.2917286595471,650.550101983437,1530.02387812662,17393.7695389749,439.154975509861,5110.75428817902,150.549170054098,3993.172422663,590.559927133549,9704.52019140564,669.731573444187,11900.809450429,70.5413011226444,1174.81180022094,605.52283995786,1568.01544107211,243.335234819073,2065.57477665574,166.496017811915,899.251513627348,354.865381518247,2969.46752948272,379.008733032892,2150.74736392395,157.78136980953,1844.76501633996,3819.17617167865,1234.95946221181,34026.2846703797,13891.6726460872,830.282781422381,6252.1234503506 -6853,252.586544152741,1981.89702999115,237.13688994041,1783.76781616549,286.791952025551,7068.18874264671,66.8221656137943,639.407094008339,1523.06515519732,17095.8387384127,436.994000569533,5023.21425764438,149.925930247887,3924.77499713649,581.492868305377,9538.29541400935,657.325472448518,11696.9653280287,69.4475524943468,1154.68892694925,584.705932643768,1541.15754263866,240.82426888777,2030.19438682987,163.202805925086,883.848600373754,347.88265584503,2918.60472850562,377.219115053472,2113.90808750918,155.429496094503,1813.16678704665,3846.85631514181,1233.29513701676,33565.4194724825,13608.6442678778,836.996658361106,6112.2562739673 -6854,249.455149492865,1940.5315755645,234.067636141236,1746.53764467285,277.04418680768,6920.66400504003,66.0974229412286,626.061615102507,1469.23988827371,16739.0204337693,421.752484521804,4918.37150481438,144.555794460875,3842.85848037395,568.846131960871,9339.2154828699,645.722520704195,11452.830401297,68.120796870445,1130.58866772191,586.326673622691,1508.99104703894,234.065902211265,1987.8208870391,160.584513368362,865.401224730337,342.233870122442,2857.68864201906,363.991017974297,2069.78734494145,151.968969501811,1775.3230106231,3655.37591780689,1184.88302954914,32761.0642182819,13401.2406476335,794.475437749179,6034.42770793114 -6855,256.095259022846,1889.99629726475,241.140168689178,1701.05435182365,285.523619111326,6740.43623347596,68.2054462068604,609.757733037209,1514.25264592235,16303.1032517263,434.669289040354,4790.28738811815,148.78268807157,3742.7828489245,584.574913533456,9096.00384979416,662.28934589084,11154.5760575196,70.1873811462736,1101.14590384973,603.812185779535,1469.69393717782,240.453797647217,1936.05410158634,164.664449085384,842.864466100186,351.487816569133,2783.26878065894,374.332204028883,2015.88599089239,155.977330551263,1729.09008994121,3768.49590494513,1220.02241040525,33711.6254297716,13775.4660790543,819.092986524505,6197.37878364355 -6856,267.716532289021,1893.46752309121,251.672414804834,1704.17856101221,295.407139895503,6752.81592774788,71.3545312549043,610.877633004136,1565.7956092274,16333.0460368739,449.550620288252,4799.08537852789,153.918632032556,3749.6569600044,608.600242627192,9112.70985261894,689.77889800097,11175.0628979171,73.072055455882,1103.16830257382,633.837513149048,1472.39322265213,249.384359752276,1939.6099186049,171.609080250845,844.41249712393,366.823198508016,2788.38061843733,387.118708011827,2019.5884296352,162.151263349971,1732.26579043605,3873.17790582441,1259.6932584944,35031.8900656287,14367.284472526,841.472576320257,6469.97591720023 -6857,288.514039596488,1949.44105883341,272.04126730828,1754.55645153984,319.558445243179,6952.43856668031,77.2251704210156,628.936026194449,1693.89379458963,16815.8736137797,486.320128993714,4940.95302277793,166.313502320564,3860.50203936924,656.557098651965,9382.09424100875,743.871616172346,11505.4133131789,79.0032582886689,1135.77949323896,684.769661032057,1515.91921592618,269.247350190328,1996.94748778999,185.034671620083,869.374505984671,395.486328029115,2870.80903102197,418.278899913171,2079.29027493867,174.954768683059,1783.47397856365,4192.29805607952,1362.02076938716,37847.146381484,15507.7778814909,910.849304687087,6979.64875845816 -6858,304.509279995136,2014.61334455897,284.72722734513,1813.21349780612,327.95809792764,7184.86740093714,80.8756041680011,649.962154795007,1735.57159078304,17378.0495846387,498.565698275123,5106.13534552522,170.506576604725,3989.56351615194,685.171385710474,9695.74954431144,781.173155956889,11890.0538646024,82.1742540925234,1173.75004142209,732.501030010343,1566.59831690722,279.025782501505,2063.70797365513,194.70305891215,898.438797746564,415.499402197183,2966.78381599199,429.499049015728,2148.80358455664,182.663402970132,1843.09777441445,4218.46094042606,1390.0449686243,39345.5467859584,16295.2278788221,915.325222646237,7360.94440254002 -6859,308.240271158412,1888.28960905884,287.381351109921,1699.51828034876,325.938501639037,6734.34954270356,81.6463242419957,609.207114851899,1722.76270879789,16288.3813636041,495.095009102195,4785.96170398845,169.170336031496,3739.4030733372,688.261958407889,9087.79005460636,787.363527858513,11144.5033481566,82.5530541682605,1100.15155654343,750.144983088851,1468.36678679529,278.761295036716,1934.30582265797,196.505171588273,842.103349877067,419.287075135529,2780.75545721554,426.416343631091,2014.06562285774,183.403075112937,1727.52870187513,4129.83952181303,1374.74554021074,39445.4218873254,16455.4504107838,895.18359183006,7448.87598028056 -6860,288.415354209737,1755.08127412632,267.141964618851,1579.62671327846,294.946046302776,6259.27861866018,75.9942273826868,566.230939476496,1555.36220758881,15139.3266053814,447.34046636585,4448.33871089427,152.600190850844,3475.60897382454,635.184402252742,8446.69698520491,732.076833640529,10358.3205891477,76.1096314454422,1022.54197996285,716.297991511952,1364.78167262591,254.957973618407,1797.85129965979,183.149889265622,782.697639788916,390.155305203009,2584.58861790596,385.393183756705,1871.98448933955,169.315686376963,1605.66115527585,3631.15467446575,1232.90503528888,36280.9097277267,15336.7902743958,785.523601830878,6970.25610239691 -6861,236.274668429008,1620.68693780806,217.96099441131,1458.66770876322,238.157783754099,5779.97796849247,62.0471489817883,522.872131861338,1254.77721977946,13980.0414022227,360.999246662707,4107.70973969915,123.168063459992,3209.46622122098,517.497202745164,7799.8960352186,597.114592421181,9565.13816422366,61.904982909522,944.241417601097,590.07130301466,1260.27430318617,206.682783440148,1660.18187330403,149.518451032381,722.7630194451,318.919949265308,2386.67523515842,311.010312788803,1728.63835674059,137.737652038674,1482.7085783801,2898.97918142254,992.210651405915,29486.9226737122,12528.5796890286,626.628514281042,5702.14573163163 -6862,181.613058337609,1474.20116191477,175.006904208446,1326.8260395895,207.4782273449,5257.5547061036,49.9071504204897,475.612338410867,1101.34070495504,12716.4554720525,316.044247101256,3736.43442777614,107.820496127526,2919.37864252136,418.134764286076,7094.90249454673,467.101894203607,8700.59322785995,51.0403597746902,858.896164633894,428.364003577561,1146.36442038655,171.785698152082,1510.12634798227,115.905071903776,657.436089721349,250.14050428658,2170.95561314412,269.768112959878,1572.3953927117,110.636602449658,1348.69397539861,2767.77198811873,886.266646752335,24225.8628218555,9811.05248782709,602.010965505716,4389.22862992815 -6863,154.998138669115,1378.30851654175,152.078545697493,1240.51973202915,218.418674190857,4915.56553801286,44.6593427890346,444.675091527255,1296.1822905122,11889.2857570324,389.936857766493,3493.38986181141,132.333038886656,2729.48126073307,452.443322289514,6633.39901290381,464.866784872616,8134.64407350547,57.7810274079392,803.02738128515,318.710766862763,1071.79663433923,158.07258489473,1411.89687014939,94.6118500731266,614.671718456583,235.107853307371,2029.74104751361,287.644670164869,1470.11548839821,121.491445810087,1260.96522002872,3489.41023729888,1027.14170359094,25382.7006088014,9715.58638249167,760.646626827023,4224.67461027237 -6864,157.213383059241,1319.09516946701,154.098664342786,1187.22591242045,228.975172839774,4704.38851575859,44.8524555335038,425.57145818676,1361.83625627527,11378.5115758148,409.502100995934,3343.31075842328,139.298515482558,2612.22034324901,466.719547727908,6348.42235251007,478.482271748604,7785.17260389392,59.2516887161836,768.528618150563,311.861364989168,1025.75130751944,165.02697713266,1351.24053783878,97.0618024732113,588.264880390082,240.174796034205,1942.54158550939,302.981399665444,1406.95803300289,125.936788313498,1206.79304425919,3732.65395790723,1086.49111831002,26258.3400127201,9912.93374603563,814.611421297859,4295.75520002992 -6865,159.817223952666,1291.49891671104,156.799901853824,1162.38844267911,242.256777819291,4605.96991977842,45.1971264821647,416.66825105077,1444.69858338605,11140.4663697514,434.180200127069,3273.36671581983,148.186709947378,2557.57114543888,484.578791066961,6215.60959426738,494.770714875506,7622.3021788489,61.1736966762511,752.450543961837,301.319137712891,1004.29198221654,173.700562570308,1322.97178492433,99.9438296226091,575.958030435301,246.366314940947,1901.90246422115,322.381345899411,1377.52363706656,131.389872889922,1181.54621852259,4045.19364281103,1162.12803014227,27339.0261951057,10143.3329524287,883.994728474648,4375.61678954165 -6866,184.602550637912,1299.45381028222,180.04127075095,1169.54808968324,285.817557019861,4634.34005623752,51.375183402339,419.234688814448,1707.2340694563,11209.0852614578,512.911203483313,3293.52877984237,175.601322431907,2573.32431874736,566.55295700953,6253.89418913818,577.960957358463,7669.25119430335,70.9418429173874,757.085208317601,335.07317737232,1010.47784558006,204.821851316993,1331.1205333364,116.483670601973,579.505602000629,286.065250295498,1913.61709401283,382.281566304629,1386.00839364115,154.212494878393,1188.82386645257,4841.09083192159,1381.09042060685,31973.8849280723,11745.7057850274,1058.73787247545,5057.0225517988 -6867,252.158091885927,1339.54648218642,245.485542372869,1205.63271805928,367.565545901643,4777.32557361185,70.9678362617271,432.169537822932,2187.06401391484,11554.9245473007,657.587821571439,3395.14560356664,224.19759717944,2652.7203286696,749.772641575708,6446.84858725895,772.234670420772,7905.87428121197,94.6378066697523,780.443921509579,493.534145631567,1041.65460339073,266.225404484146,1372.19023384112,156.666503872106,597.385366393806,385.481973210771,1972.65884039386,488.644992818508,1428.7715756358,203.208384070347,1225.50321961805,6015.7604427293,1749.85921835014,42133.4136264806,15891.0812388783,1313.14333212368,6894.48964057608 -6868,356.303453044989,1459.73771395644,344.061020051199,1313.80849499034,481.724143168108,5205.97262161993,100.638343246282,470.946086285539,2852.07719822125,12591.6938067615,858.41588695538,3699.77611662296,291.362426872681,2890.73649913034,1020.29669631255,7025.29411568341,1062.40992094415,8615.23135146967,129.418667252167,850.469499196554,752.221344703553,1135.1173921221,354.005673345431,1495.31043655253,217.228797031515,650.985957327433,536.137712916707,2149.65627873729,635.81473653983,1556.96855713461,274.889372373715,1335.46188358587,7530.71922233774,2250.04580641283,56958.1039432458,22171.8547743591,1639.50185106635,9707.79565094211 -6869,394.240977583897,1740.5310478372,375.208167433471,1566.53106553304,509.366546225833,6207.38705007542,109.751436094037,561.536690598828,3007.37434670158,15013.8163904298,905.674741620925,4411.460455848,307.277034831139,3446.7949822407,1105.67924981632,8376.67096741178,1165.21690464781,10272.4465554097,139.496865058527,1014.06475590609,857.252176290586,1353.46716402469,380.016309810475,1782.94649517588,239.388641078571,776.208807651751,588.141263634225,2563.16149096363,672.823615014816,1856.46509526296,298.343555357748,1592.34967306854,7755.50560004542,2358.29359807184,61399.5360154602,24340.6645132752,1685.75738918421,10729.3067233081 -6870,361.655289745436,1947.90793290088,339.352485914083,1753.17659140826,466.734596846635,6946.97086412393,98.2802202216323,628.441403324323,2756.97412882702,16802.6488733862,830.185369100676,4937.06724065782,282.551374765251,3857.46597128074,1015.32461615259,9374.71575068859,1077.79417217317,11496.3649516319,126.606581621186,1134.88626644104,775.847571779098,1514.72703058104,350.980293492595,1995.37700071855,221.50049069074,868.690791750704,539.754961755461,2868.55130091371,620.784050075448,2077.65502988865,275.759591569672,1782.07137642078,7138.85903631798,2170.29337013651,56281.1142059438,22306.8348233854,1552.13027906595,9853.26599224713 -6871,339.085207450316,2007.15020608589,318.858830431876,1806.49644539905,433.730316294983,7158.25104774523,92.6326170161289,647.554368915599,2560.09260851985,17313.6725711574,771.019608973874,5087.21965867698,262.102238876623,3974.78417149575,947.626675648418,9659.83162405893,1006.0893465673,11846.0071403594,118.527200634566,1169.40188244877,735.244130246073,1560.79485084642,326.344788964382,2056.06296404722,206.941756722717,895.110529731621,505.122969127743,2955.79336042976,575.662823703955,2140.84333811713,256.923189460679,1836.27001565517,6586.23135345968,2010.09901335077,52507.5018981255,20890.970457608,1431.35192953599,9233.98448234779 -6872,313.353766577507,2002.03014707994,293.083701860274,1801.88823602517,395.169949876714,7139.99099544189,85.196455714771,645.902516170174,2330.47703086604,17269.5069551985,701.9916059569,5074.24262051131,238.662712634404,3964.64485584701,870.252282104195,9635.19026550356,927.715955337209,11815.789045391,108.576274218807,1166.41884379942,684.772848599335,1556.81340406268,298.922545670734,2050.81813301069,191.097526565921,892.827183564918,465.597704982467,2948.2533983637,524.871618698754,2135.38223999882,236.145883893284,1831.58585659099,5950.77472649755,1826.74508961163,48134.7958870626,19258.4867132323,1292.58531518241,8530.64484589751 -6873,294.165328985721,2026.84941749121,275.090152167876,1824.22633690043,366.47530575405,7228.50583000036,80.1501986737284,653.909802789471,2159.24229575611,17483.5979186215,650.536864623923,5137.14826651995,220.962168806112,4013.79476145927,812.212179251987,9754.63821338402,868.269400977294,11962.2699881818,101.493499749691,1180.87899802801,649.927339274856,1576.11329967698,278.114970429801,2076.24223058572,179.08067159656,903.895607949907,436.04852987471,2984.80304694999,486.323418661477,2161.85468314521,220.383275665,1854.29212039151,5468.80255464041,1688.18499219405,44890.7956991303,18053.8888948842,1187.22547835839,8009.04425854775 -6874,276.233638462813,2055.08206431431,258.763339668685,1849.63658072548,340.276483513,7329.19404610362,75.5798037357045,663.018325779388,2003.09626890873,17727.1326582888,603.604192274417,5208.70528078798,204.818728287571,4069.70421824613,758.585694917322,9890.51375164008,810.959829117803,12128.8963496986,95.0751296255779,1197.32784686918,616.670271039115,1598.06749605633,258.531625325257,2105.16288601749,167.430007358198,916.486264781133,408.568486000243,3026.37934242307,450.576985690937,2191.96786236089,205.369015922714,1880.12116032417,5033.58514045793,1561.58851298601,41885.4943819498,16921.6373732392,1092.14465000502,7513.16177207415 -6875,267.190134981031,2022.74180040353,249.725296884969,1820.52935615357,324.963471562556,7213.85652561226,73.0122671284479,652.58458787387,1911.21286763325,17448.1656240737,576.024839577808,5126.73731155734,195.363960640285,4005.66039695922,729.519105021017,9734.86944404989,780.832843499598,11938.0272278727,91.4183826015178,1178.48582628623,601.798774800624,1572.91914530813,247.56770987806,2072.03451392413,161.397830524218,902.063771301043,394.267763452369,2978.75403911882,429.795790522335,2157.47346411585,197.220860152794,1850.53420826763,4763.87941203409,1486.19298456803,40219.7416234213,16329.2184741336,1033.04035129886,7259.78318261651 -6876,256.242019990436,1991.47183063154,238.891505129127,1792.38542897286,307.495641397617,7102.33607577019,70.0316104488936,642.496152299735,1806.50607375914,17178.4309443768,544.589977484286,5047.48205479183,184.475905949158,3943.73609228288,695.189680602207,9584.37615163414,746.17427475759,11753.4748789381,87.0997543590017,1160.26737835712,584.04831245786,1548.60307386602,235.041285801818,2040.00251824184,154.446348232465,888.118587167625,377.142900620224,2932.70488507313,406.146383786762,2124.12065062611,187.880149410469,1821.9264300811,4458.82181226177,1400.31599601572,38295.3774253909,15636.000557798,966.226796239732,6962.69871803223 -6877,248.1700077669,1963.9334300961,231.556259509772,1767.60002799569,299.561298880238,7004.12380252408,67.8429693521162,633.611609665304,1760.65729865631,16940.8847714205,530.72067986053,4977.68464145043,179.827932974166,3889.20145993463,675.080635457549,9451.84181934465,723.794714766115,11590.9458921249,84.5713739644991,1144.22300991467,563.320023288104,1527.1887354543,228.609657363646,2011.7930273635,149.728780966141,875.837537041678,365.653618522118,2892.15095880856,395.802098185067,2094.74796035611,182.480910135048,1796.73253127422,4362.73601500548,1366.352746808,37208.6502554854,15156.6728401547,945.668779298461,6744.59040731411 -6878,247.159534697661,1927.80374192235,230.898378595968,1735.08220593067,294.907735777772,6875.27177269578,67.7280790358959,621.955313413269,1731.83103383135,16629.2301731539,522.123480689371,4886.11219242192,176.825874143445,3817.65339530117,668.838277213517,9277.96011217098,718.720245390298,11377.7119533856,84.0034059599007,1123.173202464,565.483990816689,1499.0936626026,225.79656355434,1974.78288555579,148.846246147799,859.725108473957,363.401291203678,2838.94522856746,389.428405351552,2056.21173023218,180.739735713562,1763.6787703413,4258.43002857165,1341.01418889717,36825.9130711961,15070.543508033,922.541010239531,6715.06192613551 -6879,251.43531784057,1880.53720387131,235.263947213724,1692.54087907003,297.624073089297,6706.70155582751,69.1898899067704,606.706004654186,1746.29690328771,16221.50913618,526.577474218738,4766.31285660653,178.005694416899,3724.05089025845,677.516591143958,9050.4799775798,728.305560385335,11098.7493996341,85.3120296375344,1095.63486556918,581.685289578792,1462.33838191474,227.905299641901,1926.36449712089,150.956050397148,838.646080215307,369.055921689468,2769.33901827083,391.938214952376,2005.79684210094,182.805787521258,1720.43630333321,4260.74180715147,1347.87165477297,37309.5887966912,15324.4617566198,922.541010239531,6831.88926676231 -6880,262.500378264142,1876.92134188173,245.14577452677,1689.28649292024,306.916584262439,6693.8060347066,72.2781069240859,605.539441622854,1799.37861311873,16190.3187198573,542.673768607178,4757.14827881823,183.479541583309,3716.8903544107,703.700456039924,9033.07788286397,757.075330373501,11077.4089305365,88.6037738439899,1093.52819920984,610.5142281296,1459.52662484863,235.742752138448,1922.66051926345,157.080153829705,837.033547116829,384.503445127627,2764.01418466912,403.95570695462,2001.94013320667,189.582394668476,1717.12828038003,4358.05214113169,1386.13521446937,38674.9275379702,15955.3014381977,943.099027180802,7121.84684096514 -6881,282.414643917847,1948.02364014784,264.452679960287,1753.28073146201,330.725457827293,6947.38351959897,78.0829754266968,628.478733232696,1938.75326635478,16803.6469638041,584.720903059997,4937.36050629364,197.446797462546,3857.69510776108,757.159401881866,9375.27261609901,814.635607854417,11497.0478446558,95.5446956948663,1134.95367956837,659.436346195677,1514.81700654532,253.684523482331,1995.49552766508,169.020396721585,868.742392659696,413.689403023708,2868.72169509312,434.72278575877,2077.77844421413,204.003286549107,1782.17723284724,4690.84067567302,1492.08302621846,41664.1854766992,17187.8951670576,1015.05208647525,7669.76982197116 -6882,296.771002289083,2020.42764985256,275.28406562964,1818.44655002787,335.584921327881,7205.60339609764,81.3675689552442,651.837987895918,1962.38587255464,17428.2037673086,592.151922823174,5120.87198461752,199.895248843974,4001.07765623929,783.969098125831,9723.73210883337,850.039380959173,11924.3693342744,98.5855353099462,1177.13756047016,705.042109948434,1571.11962165859,260.530604159661,2069.66396924509,176.943269631638,901.031750618546,432.166487541664,2975.34614726655,441.190098395285,2155.00517162064,211.274667844402,1848.4170746044,4639.40669934109,1501.68580514685,42953.253579682,17957.5605693684,1002.20332588696,8048.89504987813 -6883,301.293059431631,1903.59193385613,278.839503602733,1713.29083970622,335.690794533299,6788.92337687953,82.4032226824462,614.144008586613,1960.70320720588,16420.3791783738,591.788453909959,4824.74618922341,199.630113596458,3769.70645482154,790.818672329781,9161.43570431925,859.882314077163,11234.8161948301,99.4453354623033,1109.06696674519,722.295600867509,1480.26614025533,261.753388603492,1949.98105373143,179.239997876761,848.927588548345,437.637921942304,2803.29014839004,440.964585429606,2030.38721154636,213.036577652508,1741.52825213794,4583.78118827624,1495.6896402421,43264.974989557,18192.8260077347,989.354565298662,8168.10552866123 -6884,281.936311462191,1762.42870535244,259.20245466907,1586.23962563178,303.477317527663,6285.48231637706,76.6928774462217,568.601395447532,1767.58381684158,15202.7055284448,533.811964833834,4466.96113210668,179.765053605992,3490.15918200039,729.176936188835,8482.05804004699,799.092369090264,10401.6844203667,91.5815352954096,1026.82272580884,689.733225500895,1370.49516272242,239.33059464577,1805.37778232119,167.109760190488,785.974306894866,407.153716657041,2595.40867928878,398.140745425745,1879.82132145357,196.480872525653,1612.38305760868,4020.71102432854,1338.49244276418,39764.6524554682,16948.1357931695,866.006463651036,7640.52576887055 -6885,230.654123227911,1634.57184672569,211.117089777685,1471.16455056825,244.068314336839,5829.49676559402,62.5180471598965,527.351733539551,1419.74992831212,14099.8125912206,428.879711765508,4142.90171556152,144.433976812189,3236.96267665373,592.492161708326,7866.72007352578,650.399017890456,9647.08555893424,74.2837566547867,952.331015767034,568.102984450789,1271.07144944728,193.42179824228,1674.40514712687,136.204250836112,728.955146042728,332.209701246814,2407.12259453615,319.968143614958,1743.44811769747,159.395616920227,1495.41138549351,3188.72714026906,1071.64209866834,32227.017158814,13819.0611911324,686.123815414916,6240.61551741076 -6886,179.331731576013,1489.09850994476,171.93274604486,1340.23410749615,219.171478654219,5310.68424111347,50.9490442543426,480.418577013652,1288.06028892594,12844.9599582578,388.271058537087,3774.19247972987,130.877712144597,2948.88004354622,489.257456712239,7166.59910857113,517.805616709872,8788.51594066969,62.6202417823125,867.575628072626,412.95970440991,1157.94885688063,164.628760089473,1525.38673330576,106.967298057915,664.079724585491,264.540506461108,2192.89392262467,286.371126603514,1588.28502976473,130.959846511466,1362.32302688529,3189.19414599388,994.817473866139,27085.7728508455,10993.3625064608,691.263319650234,4869.91220542826 -6887,174.220298892683,1380.0730569682,167.800284150181,1242.10787226821,246.965260495851,4921.85855151931,48.6817081061882,445.244374214125,1596.86725549843,11904.5066782616,470.22474456974,3497.86217520317,156.563888548779,2732.97560178225,465.944454165884,6641.89123404481,497.645687660461,8145.05822110026,65.7081041454628,804.055434337723,334.495477139078,1073.16877161294,177.104134633688,1413.70441111387,100.646011828598,615.458634508534,294.858245756949,2032.33956598067,328.953897634867,1471.99756209919,149.226826469404,1262.57953502451,4100.38457199162,1217.33104905466,29231.740455384,11024.5548521938,873.857235800198,4729.32912029631 -6888,176.787677422018,1322.39283582599,170.066531744379,1190.19391279109,258.961837007726,4716.14923182142,48.8972706604239,426.635363743755,1678.80102376208,11406.9572374374,494.113595886877,3351.66885393514,164.885078065501,2618.75075238669,480.630689339019,6364.29306397123,512.30435826747,7804.63511303572,67.4231247395453,770.449898001058,327.301262993782,1028.31563013829,184.921435160738,1354.61856587471,103.259625732387,589.735510676001,301.457075221937,1947.39783408471,346.553069691555,1410.47535175389,154.825279721093,1209.80996139786,4386.26160180044,1288.24790934217,30254.8796175156,11256.7027701529,935.853864015753,4808.93851511667 -6889,179.816115318058,1296.44541344359,173.094524188468,1166.84044070966,274.060490819809,4623.61098386574,49.2793228537704,418.26410848101,1782.29682210103,11183.1348379817,524.269750955147,3285.90385197591,175.506221613526,2567.36675358882,499.001844859252,6239.41564795509,529.853435703706,7651.49592600139,69.6630786014218,755.332462102807,316.229405471774,1008.13846396289,194.673844672839,1328.03882410393,106.335453571446,578.163974612854,309.542838394966,1909.18683295206,368.819865909356,1382.79961220026,161.709733430772,1186.07159166356,4753.57945345848,1378.66490768957,31518.7628747148,11528.9473738941,1015.56381457861,4898.36905416258 -6890,207.770607583882,1305.81772570034,198.788299384987,1175.27580779163,323.39539662754,4657.03616740618,56.0207599565316,421.28783920644,2107.14052473312,11263.9803796636,619.606779809698,3309.65843248274,208.039552005691,2585.92685850547,583.402441465703,6284.52186773563,619.010943018495,7706.81040997895,80.8281449461331,760.792940129167,351.64769380215,1015.42653670727,229.573283405657,1337.63953264091,123.939203539618,582.343659503157,359.631802522528,1922.9887986726,437.395492770812,1392.79619949939,189.911096592978,1194.64598530996,5688.88585698442,1638.89037038025,36873.8977557472,13356.7217947109,1216.31480118136,5660.86151435959 -6891,283.565545464018,1347.58815689429,270.936137090216,1212.87047073508,415.721276233463,4806.00520417896,77.3701655895471,434.763973244202,2696.43240708921,11624.2920128714,793.552698498543,3415.52761859397,265.390347634398,2668.64535572749,772.118125210853,6485.55083456358,826.816852041964,7953.3354705744,107.704174500997,785.129146119531,517.966549618499,1047.90794927295,298.318354206985,1380.42787818165,166.669979316226,600.971638953709,483.87735501449,1984.50126685312,558.913975550118,1437.3488937027,249.81527476732,1232.86026050963,7069.15559105121,2074.83058421301,48545.8244411694,18044.5259529556,1508.58461991183,7717.2055638617 -6892,400.294704054042,1471.04812891302,379.560539749216,1323.98821365469,544.550098489177,5246.30980688284,109.695166834295,474.595095013025,3511.36924779801,12689.2574174013,1034.5096063307,3728.44291253113,344.509178633847,2913.13465259496,1050.78333821309,7079.7278614726,1137.06365756917,8681.98433085797,147.094800395402,857.059150783863,789.488798025327,1143.91256717758,396.547140576326,1506.89647791093,231.060112260012,656.029960258839,671.774098608931,2166.31235626004,726.938417815141,1569.03234111935,337.212549866451,1345.80937815126,8849.19557293733,2665.02624049226,65551.872896323,25133.3818884723,1883.51660959637,10865.1059644602 -6893,442.685724226446,1740.47319561668,413.834524732198,1566.47899676887,575.62973320281,6207.18072734137,119.618182773022,561.518026097268,3699.64045313631,15013.3173573227,1090.6410251803,4411.31382658595,363.077108235801,3446.68041677882,1138.76569946104,8376.39254145858,1246.79986723678,10272.1051171778,158.449267654496,1014.03105015982,899.737698982949,1353.42217713351,425.590792047592,1782.88723313976,254.604753215995,776.183007822917,736.201043667307,2563.07629593996,769.031637013118,1856.40338959662,365.48885042452,1592.29674613883,9113.20524947533,2791.25602972501,70612.7112453401,27562.6769829755,1936.65657663828,12006.1874219645 -6894,406.106125897874,1947.90793290088,374.310980378868,1753.17659140826,527.478018659617,6946.97086412393,107.119942511993,628.441403324323,3392.05848314907,16802.6488733862,999.863013157912,4937.06724065782,333.873034386415,3857.46597128074,1045.70507954447,9374.71575068859,1153.23745358735,11496.3649516319,143.834938243778,1134.88626644104,814.29657168145,1514.72703058104,393.066526396571,1995.37700071855,235.577933394288,868.690791750704,675.666767397144,2868.55130091371,709.536374600516,2077.65502988865,337.790284087025,1782.07137642078,8388.61456484227,2568.70964494878,64723.3406357514,25256.8234407631,1783.141116295,11024.0793549458 -6895,380.719012161385,2001.82765869629,351.683171537379,1801.70599029976,490.139689363761,7139.26884585884,100.961219146119,645.837188604209,3149.14854878062,17267.7602909163,928.414835620498,5073.7294038707,309.660893510971,3964.24386561727,975.990718111158,9634.21574765932,1076.46749352721,11814.5939784591,134.629384179542,1166.30087041791,771.684069205778,1556.6559455797,365.462178651116,2050.6107101357,220.089864764732,892.73688166135,632.176632734569,2947.95520751673,657.928676049352,2135.16626418103,314.638648352147,1831.40060720293,7739.21464999103,2378.75258387646,60375.5922005363,23649.5173365534,1644.38675790781,10331.4059280857 -6896,351.774038468493,1999.80277485976,323.235061345884,1799.88353304572,446.523889308322,7132.04735002836,92.8540911063912,645.183912944562,2865.99403232416,17250.293648094,845.097131267691,5068.59723746457,281.906196642989,3960.2339633199,896.312072071629,9624.47056921684,992.540186579049,11802.6433091404,123.303709236791,1165.12113660277,718.714562765479,1555.08136074991,334.729854523622,2048.53648138582,203.232658935408,891.833862625671,582.535630704277,2944.97329904694,599.823343066228,2133.00650600311,289.07213570901,1829.54811332234,6992.4815817751,2161.26823906928,55335.0486488797,21794.324652676,1484.96685678209,9543.85754799852 -6897,330.185831709243,2028.0064955726,303.368294256368,1825.26774248868,414.059891030013,7232.63240476459,87.3513922898306,654.283103683699,2654.70538158667,17493.5788712078,782.954705774125,5140.08093710157,260.943736223921,4016.08613737582,836.54417983944,9760.2068944963,928.880688433748,11969.0989515412,115.234317656331,1181.55313257081,682.145031071401,1577.01306368367,311.410558691813,2077.42750579953,190.447500784397,904.411619542481,545.413394953695,2986.50699700819,555.72386553496,2163.08883238562,269.67576664175,1855.35068979014,6426.10659796925,1996.89643372208,51595.5529752816,20425.5757005967,1363.9258207422,8960.11989861752 -6898,310.017613731309,2057.65655827536,285.342221668166,1851.95370386616,384.423481592606,7338.37565794227,82.3676323245123,663.848918730117,2462.10252623278,17749.3402366469,726.292674906762,5215.23046074218,241.831153967413,4074.80252021426,781.320084123327,9902.90404415807,867.526648733325,12144.0907650209,107.922367731722,1198.82779344781,647.242095574979,1600.06946726195,289.468370439985,2107.80011848192,178.053474017762,917.634388447356,510.909436743124,3030.17062427805,514.841344735501,2194.71383933304,251.22818551721,1882.4764728722,5914.67757119422,1846.80290372067,48133.3750104476,19140.4173245649,1254.69366626718,8405.4407805807 -6899,299.82612790378,2026.47336964007,275.358017356231,1823.88788235711,367.088834571889,7227.16470220821,79.5673095211942,653.788480813574,2348.55179883267,17480.3541308143,692.935633628369,5136.19515498146,230.617734917473,4013.05006928732,751.39159949452,9752.82840417614,835.249604599283,11960.0505899942,103.750446975375,1180.65990577289,631.63593741377,1575.82087833853,277.176496960206,2075.85701872809,171.634283324285,903.727905308514,492.890897728518,2984.24926689993,491.057177151535,2161.4535873356,241.177076067538,1853.94808764727,5597.73477530203,1757.26270629675,46210.3157662096,18465.5579975959,1186.79259726919,8121.83376506895 -6900,287.496770901164,1994.59593471713,263.393503097686,1795.19721800018,347.317022042398,7113.477803617,76.3165907156691,643.504062541545,2219.19042961708,17205.3794582707,654.925716328052,5055.40024829411,217.711638037554,3949.92279392176,716.042626775577,9599.41155822765,798.12067202209,11771.913040264,98.8270762123459,1162.08753769924,613.008293861763,1551.03243144748,263.133754678369,2043.20275442083,164.237086815415,889.511815464392,471.339768886206,2937.30554031331,463.992331867419,2127.45284639248,229.659877652328,1824.78456129657,5239.25229788089,1655.29914321692,43989.8720060941,17676.6022961097,1110.03486709755,7789.35260723994 -6901,278.457933490397,1961.93747517574,255.313660910476,1765.80360764913,338.370516028394,6997.00547806755,73.9324920101278,632.96766716169,2163.13736796083,16923.6676693555,638.322094532031,4972.62579678704,212.24810406587,3885.24884592477,695.326443014514,9442.2358673828,774.205206637294,11579.1659584824,95.9674886254842,1143.06013060744,591.251103743883,1525.63664625202,255.940758431059,2009.74843250597,159.222397242699,874.947419171741,457.038564141704,2889.21165198268,452.192846559434,2092.61905800417,223.098132259813,1794.90650342551,5126.3610465404,1615.32320196153,42745.5090186409,17136.8424026542,1086.41710396781,7545.4405899594 -6902,277.289509067406,1928.93189108757,254.570903016058,1736.09757461144,333.084452321889,6879.29517608606,73.8051412790123,622.319281151465,2127.20173229228,16638.9615849829,627.835978800792,4888.9715412608,208.662497815335,3819.88748293019,688.90455551472,9283.38956680264,768.734034717275,11384.3701810688,95.3023345669896,1123.8304824989,593.524492323842,1499.97093098179,252.77699018364,1975.93852687725,158.280110057208,860.228218900788,454.11088283622,2840.60657698176,444.875788444566,2057.41502364662,220.894768660646,1764.71087370805,5003.77088039973,1585.03274595559,42297.9191833406,17035.2472691155,1059.84712044686,7512.20978956323 -6903,282.057862796742,1880.50827495514,259.369215581055,1692.51484216254,336.122601551611,6706.59838445356,75.3961297371699,606.696671498153,2144.44616695912,16221.2595954227,633.044747302588,4766.23953486379,210.019249851154,3723.99360197093,697.849625306192,9050.34075109917,778.954089802885,11098.5786639579,96.7692846853464,1095.61801106127,610.531259452366,1462.31588628723,255.126933112236,1926.33486322854,160.520806600484,838.633179049565,461.083690270435,2769.29641662693,447.71638530335,2005.76598627497,223.364034870274,1720.40983730133,5006.46824501362,1592.86935448011,42848.1587951891,17319.6683240329,1059.84712044686,7643.15027683369 -6904,294.434547818044,1889.96736834858,270.248073431179,1701.02831491617,346.588182180476,6740.33306210201,78.7592982631159,609.748399881176,2209.12144594879,16302.853710969,652.252753349507,4790.21406637541,216.432510247912,3742.72556063698,724.827357921285,9095.86462331354,809.682925244755,11154.4053218435,100.484593174583,1101.12904934181,640.791833134509,1469.6714415503,263.886557978611,1936.02446769399,167.029293868718,842.851564934444,480.265860218888,2783.22617901503,461.409601850524,2015.85513506641,231.571957735875,1729.06362390932,5120.78362273245,1637.75599508822,44408.0619654572,18028.2856250805,1083.4648835766,7967.30290145171 -6905,316.772188983522,1973.27681624258,291.529981929127,1776.00936069557,373.470318936147,7037.44582469749,85.0843122279257,636.626008139955,2380.1590278565,17021.4807965488,702.769308903794,5001.36590732624,232.909212678958,3907.70428212034,779.891114991635,9496.80882614858,871.243601406055,11646.0896569866,108.353847472662,1149.66663506789,692.140463151327,1534.45431475309,283.970501832239,2021.36410488243,179.725864862793,880.004322017564,516.723102327926,2905.91032701726,496.553173901107,2104.71369482208,249.187989822153,1805.28046145575,5511.81641307276,1762.93317701568,47841.2470200737,19421.6417454638,1166.12705453067,8580.55262720091 -6906,332.759320648655,2022.19219027901,303.424121807266,1820.03469026693,378.860396247327,7211.89640960409,88.6578772643678,652.407270582788,2407.45731046087,17443.4246885378,711.219573095066,5125.34429800927,235.650766309187,4004.57199728847,807.531754319773,9732.22432997437,908.958108273355,11934.7834818692,111.74677283632,1178.16561352274,740.014596344296,1572.4917589323,291.583612879186,2071.47151020957,188.137495234781,901.818666670498,539.423963095365,2977.94466573362,503.815459953182,2156.88724532162,257.810479004219,1850.03138960019,5451.29568199417,1773.10800356526,49294.0044960762,20276.444071347,1151.36595257459,9003.62907162218 -6907,337.779238736315,1894.82708675035,307.321074077077,1705.40220980047,378.933712406494,6757.66464208824,89.7837677497983,611.316260559076,2404.57783239827,16344.7736295386,710.554492408194,4802.53125863842,235.27179025703,3752.3493205941,814.598733127527,9119.25303807145,919.41913491236,11183.0869116482,112.694781336051,1103.96040886337,758.126887062348,1473.45044295988,292.930209449876,1941.00261381941,190.5739348247,845.018809368746,546.087366764108,2790.38275521045,503.502821048501,2021.0385517006,259.848258293944,1733.50960665572,5385.89630095352,1765.49947965484,49640.0767205898,20535.9521795319,1136.6048506185,9136.69641632159 -6908,315.971019631199,1761.35841121365,285.632599441717,1585.27632824059,342.470855290892,6281.66524572776,83.5565015348893,568.256093116149,2165.97792557291,15193.4731739266,640.449116475581,4464.24841964156,211.716500270498,3488.03966538983,751.128105143156,8476.90702487255,854.280098259927,10395.3676474755,103.72772730904,1026.199153155,723.955426750036,1369.66288341635,267.788461085249,1804.28140591013,177.664470886852,785.496997548193,507.695228849758,2593.83253003022,454.483818451265,1878.67973669828,239.40882687933,1611.40388373866,4724.2087226478,1578.78059388914,45598.5511173965,19117.5884820719,994.898271840091,8545.83784112126 -6909,258.457992912234,1624.15816644042,232.627757887058,1461.79192047718,275.392102952954,5792.35767277132,68.1111178055165,523.992032733517,1739.10248891474,14009.984211574,514.374759610773,4116.5077372206,170.049880980344,3216.34033785745,610.337938040264,7816.60205154741,695.268380313874,9585.6250211814,84.1157144854411,946.263817959968,596.292467005014,1262.97359084241,216.403629986878,1663.73769319689,144.802695130026,724.31105172017,414.111640975188,2391.78707706888,365.204589895415,1732.34079847621,194.134113558821,1485.88428144196,3746.62058240259,1263.59635494082,36945.5296303503,15583.0004395401,788.242844454908,6979.7784902574 -6910,201.23248949146,1481.54859033499,189.56357329191,1333.43894941742,247.563711037331,5283.75839381355,55.5202958383263,477.982793476651,1582.46770293817,12779.8343709121,466.980560094085,3755.05684187684,154.490282826418,2933.92884514063,503.927238331922,7130.26353588479,553.908119175856,8743.95704251878,71.0473925617628,863.176908845117,433.435631491795,1152.07790830114,184.323535161447,1517.65282776938,113.752992357643,660.712755575973,330.701169419476,2181.77567039487,327.202523174948,1580.23222183291,160.175962051481,1355.41587516441,3747.4168134816,1176.30999335363,31123.4985939788,12434.4933339809,794.147285237342,5449.7168582247 -6911,184.098506896413,1379.63915409063,186.667864943378,1241.71734643532,268.905914032866,4920.31109098619,51.0154455384405,445.104386831416,1635.96443259992,11900.7638331437,457.661228411203,3496.76242729091,139.377023479818,2732.11633859184,448.466711453837,6639.80298537972,501.163524882377,8142.4973681206,56.9851379441004,803.802634701558,385.274945115487,1072.83136120139,204.686791699486,1413.25993434584,111.83950728655,615.265130786982,319.545163764539,2031.70058677488,375.056857042782,1471.53475763044,156.704711688142,1262.18257278353,4069.61625541263,1266.78363469614,29926.3231121588,11180.5241585336,875.340515329247,4820.52340175832 -6912,186.910020019143,1323.54991110147,189.345939193251,1191.23531585395,282.089982897919,4720.27579657873,51.2659933794685,427.008663732731,1720.26395011269,11416.93816582,480.915186956343,3354.60151740505,146.738918699742,2621.04212274665,462.596773655737,6369.86173157949,516.035081025565,7811.4640598349,58.4306615278674,771.124030909091,377.059530583777,1029.21539196306,213.857154341303,1355.80383821423,114.821540263915,590.251521017249,326.910483012145,1949.10178001084,395.301599197485,1411.7094980015,162.654354973482,1210.86852822947,4353.30810417943,1340.5912091677,30982.9595405367,11420.9181026164,937.442376214093,4903.68692940408 -6913,190.239638410694,1294.62302079662,192.914407875346,1165.20023170643,298.693664336856,4617.11164762523,51.6972568660904,417.67616129258,1826.77738406814,11167.4148836454,510.270160914764,3281.2849093221,156.13391936586,2563.75784707776,480.271875834504,6230.64500086089,533.855562238883,7640.74034017475,60.3199782315146,754.270703303957,364.402261853939,1006.721339798,225.311262303681,1326.17202110332,118.34429150413,577.351258732069,335.954327760781,1906.50311946133,420.930542711013,1380.85583283294,169.979066583382,1184.40434973805,4717.81100843809,1434.68838752036,32288.8194882468,11703.390797998,1017.28762592318,4997.40667942713 -6914,219.900613041536,1302.75147664119,221.706611991282,1172.51609005388,352.574560610123,4646.10077230035,58.795686772547,420.298594371443,2160.05629440759,11237.5309230804,603.064481715244,3301.88687535423,185.039404527517,2579.85472788504,561.500059980614,6269.76490059934,623.776499805517,7688.71370344515,69.9470665848768,759.006488168096,405.292405176763,1013.04216819891,265.811280016543,1334.49856137232,138.000626779017,580.976232286548,390.50072329613,1918.47334258816,499.335289146323,1389.52571239215,199.679734116528,1191.84078359123,5646.04708917151,1705.50860882506,37782.7824111904,13563.0428172999,1218.37936593125,5777.16176753994 -6915,299.816694729685,1344.17478328836,301.705753296256,1209.79833031069,452.888510117942,4793.83183264109,81.1299787980806,433.662737778835,2763.14294216826,11594.8482608308,772.356957652579,3406.87625744629,236.176514704081,2661.88581010947,743.14641282377,6469.123257692,832.832486982672,7933.1900684087,93.3247510991485,783.14045314171,596.735080637008,1045.25365068981,344.991282005602,1376.93132319921,185.328024889023,599.449407758798,524.765713634151,1979.47462409839,637.525929875183,1433.70816062622,262.444232737402,1229.7374869445,7016.04132037411,2159.1849929727,49716.4861944437,18308.5866245935,1511.14528153123,7870.05166797378 -6916,422.741818067751,1467.69261033352,421.947284264363,1320.96814451988,592.658865528723,5234.34276808595,114.917524907238,473.51252495447,3596.54352595404,12660.3127226715,1006.86199442594,3719.93818775721,306.806514064758,2906.4896779954,1011.38145839548,7063.57872405824,1144.76052644266,8662.18038348432,127.64507915486,855.104165187091,909.183222966217,1141.30325766755,457.883320046056,1503.45918783889,256.515189766209,654.533530144087,727.476676066327,2161.37091266105,828.260242672032,1565.45331670201,353.890089798242,1342.73953408288,8782.92270829247,2773.40923114462,67089.2137255653,25477.0906782765,1886.71367831101,11071.0346517976 -6917,467.216355193957,1742.67163892069,459.682968593674,1568.45766284083,626.145822729332,6215.02120138095,125.263232753487,562.227296166847,3788.37853236059,15032.2811236699,1061.48388410681,4416.88588788995,323.484955207779,3451.03402101841,1096.08073648928,8386.97301126468,1254.85188600255,10285.0801177523,137.5966453796,1015.31190284856,1035.96265235167,1355.13172481876,490.928457949457,1785.13925087228,282.379143581676,777.163427596421,796.602892311432,2566.31379361282,875.563678872152,1858.74826776636,383.311412095619,1594.30802337559,9045.1123234156,2904.8851457063,72243.6217010462,27925.3821938416,1939.94384478374,12229.1456437548 -6918,428.62283290081,1955.80497425153,415.879001201648,1760.28416964823,573.821249768469,6975.13467784897,112.195883277536,630.989176586441,3473.57613720706,16870.7687319855,973.134198016758,4957.0826754183,297.458814267466,3873.10457912735,1006.50762869188,9412.7219196062,1160.66056622899,11542.9725288545,124.87882935864,1139.48722505053,937.611985716376,1520.86790705338,453.379083705152,2003.4664870945,261.259339521351,872.212563487198,731.130938174159,2880.18073568173,807.783369663534,2086.0780807969,354.245849029621,1789.29609742104,8325.94647711935,2673.38744896586,66221.6795666218,25590.2100119871,1786.16780830698,11230.1728120715 -6919,401.773371392698,2018.74989056281,390.6414838614,1816.93651546046,533.124422360255,7199.6198766992,105.729958130658,651.296702866641,3224.59674438039,17413.7314199438,903.593835761418,5116.61962223056,275.915224325733,3997.75516893951,939.409506747667,9715.65754012619,1083.33602560668,11914.4673605876,116.912769260672,1176.16006767178,888.506427861843,1569.81496690357,421.460801624181,2067.94532420907,244.040277695133,900.28353556117,683.949861886415,2972.87542546706,748.92334668352,2153.21565941197,329.926372707126,1846.88215257021,7681.42379520992,2475.67759947031,61767.768746224,23958.901816367,1647.17792918375,10523.3358274938 -6920,371.158662245088,2029.94459546653,358.959395774361,1827.01209154567,485.602055617443,7239.54439648014,97.2282927864008,654.908380780501,2934.41589245597,17510.2969159619,822.501344793716,5144.9931453912,251.220595195671,4019.92418036722,862.721167601372,9769.53440700093,998.779140404437,11980.5374303918,107.100005047808,1182.68230449699,827.477191194407,1578.52016381285,385.897104986011,2079.41283574666,225.282445347767,905.275936332258,630.090652533136,2989.36110467833,682.615057619196,2165.15602607842,303.055229881495,1857.12378814211,6940.30815025292,2249.36660025726,56605.0428955556,22076.0838115181,1487.48742976558,9720.13233865846 -6921,348.320812392288,2054.24318466943,336.803804180876,1848.88156344177,450.215501670935,7326.2022864044,91.4523591765178,662.74768326475,2717.84056490395,17719.8964846064,762.018182882902,5206.5790995945,232.571202253982,4068.04297459624,805.196563624057,9886.47646728649,934.64174124715,12123.9453628552,100.116499748789,1196.83910046999,785.33367383778,1597.41516867882,358.911389770269,2104.30356349948,211.055519663526,916.112157252445,589.804781725423,3025.14398152332,632.289320145342,2191.07310625655,282.668856219664,1879.35369930707,6378.19249083692,2078.30833045613,52774.1432817536,20686.6955928553,1366.2409394666,9124.56958395514 -6922,326.992868180865,2080.94270556001,316.702829751901,1872.91194713525,417.918972677989,7421.42279995129,86.2212992398647,671.361583384541,2520.44172162266,17950.2064838802,706.869300980048,5274.25033174241,215.56424346104,4120.9163632946,752.044812294662,10014.9735152224,872.849485336427,12281.5233628249,93.7880309824027,1212.39472251325,745.116303790224,1618.17717971303,333.546275936555,2131.6537318598,197.279866075967,928.019099849704,552.376821244732,3064.46254688814,585.669720027272,2219.55104042221,263.293936786655,1903.78013709686,5870.60117411273,1922.08606810597,49227.5617378652,19382.3764940232,1256.82337505044,8558.54416403885 -6923,316.189853294002,2061.73524925278,305.546240450338,1855.62465023093,399.003427941693,7352.92180096334,83.2792540780675,665.164801394938,2403.99006098944,17784.5230146412,674.402364368885,5225.56810107376,205.597441519483,4082.87960198337,723.24076221803,9922.5336005156,840.310453378184,12168.162806214,90.1831994234857,1201.20411231645,727.117163554753,1603.2411281852,319.298066781759,2111.97820412545,190.122690467225,919.453325181804,532.776566877113,3036.17703459738,558.49677362397,2199.06420552923,252.717288845403,1886.20792153121,5556.05076349358,1828.90024453449,47255.5870036255,18696.252879508,1188.80705122418,8268.71819250026 -6924,303.131496409019,2036.42422093751,292.191228881031,1832.8439522332,377.432746474543,7262.65317313077,79.8648941749225,656.998861986119,2271.33636771889,17566.1901487894,637.406827585457,5161.4160707791,194.122034538344,4032.75586216224,689.219347587235,9800.71896451283,802.884220086578,12018.7795556515,85.9254619613736,1186.45745107065,705.637003070328,1583.55883308626,303.025044451793,2086.05036487198,181.878016434014,908.165595995103,509.356089770979,2998.90320764957,527.581698492145,2172.06724925494,240.600428629836,1863.05176599298,5200.27570208019,1722.79231414143,44979.6188566768,17894.7542984921,1111.9190329858,7929.24826270193 -6925,293.623744694209,1997.86467496584,283.260625660025,1798.13918398874,367.741469204323,7125.1353583128,77.37463812711,644.55863584776,2214.05883706092,17233.5756033399,621.248209840083,5063.68502917494,189.237996212274,3956.3959203285,669.277897452772,9615.14305671221,778.855080403094,11791.2048302898,83.4301132021571,1163.9919646766,680.606046873836,1553.57426062074,294.780512103363,2046.5511514387,176.345016246744,890.969545835894,493.952149155936,2942.1191913768,514.219264835609,2130.93931231031,233.745677537329,1827.77501497037,5088.21043325374,1681.18109922776,43709.4249774538,17349.4683980217,1088.26118122015,7681.35826564092 -6926,292.347514450049,1968.09890221021,282.363340274599,1771.34908003212,361.936814312132,7018.97943965317,77.2308836315694,634.955489987718,2177.09862352835,16976.8161232791,611.040906387574,4988.2422327868,186.06532496386,3897.45039545314,663.099126346038,9471.889028136,773.294113198465,11615.5301072261,82.8721758581506,1146.6498890375,683.196008636729,1530.42787889625,291.060580617558,2016.0600089355,175.261559088121,877.695174770701,490.68912090739,2898.28516579546,505.792953447668,2099.19088804462,231.398849013144,1800.54337289484,4966.55424000119,1649.66461759996,43247.4688120086,17244.3182627931,1061.64609798378,7646.72573914777 -6927,297.338237859322,1927.05164341417,287.623015429495,1734.40529431863,365.177947262684,6872.58950710457,78.8860302786223,621.712668556222,2194.56745009744,16622.7425733358,616.108651983995,4884.20596223323,187.295455755074,3816.16400540067,671.711237760363,9274.34048025122,783.532329593359,11373.2731404501,84.1652038879155,1122.735016319,702.745542401358,1498.50881774379,293.709402162226,1974.01245896624,177.712976967248,859.389701939844,498.141520877392,2837.83766433529,508.943037595003,2055.40953562016,233.956883349248,1762.9907022858,4969.25594807201,1657.81244647396,43806.2535812194,17530.4700161496,1061.64609798378,7779.21748140505 -6928,310.339495960622,1933.96517176272,299.621762490857,1740.62768083906,376.48979100818,6897.24574428832,82.3948381092366,623.943137144549,2260.57939403996,16682.3786512813,634.801142527581,4901.72863553339,193.040585634994,3829.85495038611,697.681165884855,9307.61328642821,814.386946873439,11414.0761186895,87.4148189978282,1126.76296252883,737.551265480164,1503.88489742875,303.719815540435,1981.0944648596,184.880255740603,862.472865324242,518.762141471437,2848.01874651232,524.405527349761,2062.78356326543,242.516990665824,1769.31564237765,5082.7454861786,1704.53364841618,45396.445607806,18245.2227492927,1085.30394974944,8108.20559582023 -6929,333.884716314376,1998.84818796793,323.208514163486,1799.02437570827,405.682609234394,7128.6429348541,89.0099712245517,644.875940521551,2435.57537926293,17242.0593839937,683.965842308277,5066.17779063527,207.735964733373,3958.34358318967,750.682624097544,9619.87641945283,876.306133576696,11797.0094292731,94.2628737783452,1164.56497707625,796.649875427804,1554.33905740812,326.836565413159,2047.55863192129,198.934350991276,891.408154187991,558.143753682584,2943.56754396779,564.348862828409,2131.9883355733,260.966211761373,1828.67479587879,5470.87604064767,1834.80785342157,48906.0565979406,19655.5507701811,1168.10643092923,8732.30643131861 -6930,350.587778962193,2035.44070512951,336.200115041085,1831.95875798827,411.340906084689,7259.14558658255,92.7213836963469,656.681556407075,2462.91945197124,17557.7063439318,692.184494987815,5158.92330220707,210.26515924471,4030.80819374449,777.296673306004,9795.98558826819,914.043175198207,12012.974940108,97.2692860339424,1185.88443703622,851.66894672506,1582.79403411695,335.332521488054,2085.0428815151,208.107837445842,907.726986391681,582.331555662065,2997.45485092651,572.229025385592,2171.01822299915,269.862974810426,1862.15198251754,5410.90139738182,1845.45467762914,50377.2150888423,20513.1915075595,1153.3202735757,9160.44076804543 -6931,355.812177768684,1912.06751424748,340.425590660523,1720.91912074031,411.327220271519,6819.15047798668,93.8864167111377,616.878432295845,2459.69307818364,16493.4895132662,691.534592873617,4846.22795927471,209.965052936257,3786.49075062641,784.102866261517,9202.22621379299,924.478306433334,11284.8382537324,98.1206515732647,1114.00499262608,872.476333934216,1486.85689873102,336.764953443835,1958.66317771429,210.74420955607,852.707366081127,589.378837710542,2815.77155818716,571.708963549882,2039.42733707482,271.938312963201,1749.28225783752,5346.03087793667,1837.55319969981,50724.5325359198,20772.4680195112,1138.53411622216,9294.69211743161 -6932,332.702586662876,1777.61532290278,316.208490949327,1599.9080449355,371.545976703327,6339.64349507799,87.3479326323774,573.500959273874,2215.0179114607,15333.7052527967,623.300111447757,4505.45235170582,189.025712360089,3520.23342700439,723.016523072145,8555.14682434946,858.796460693282,10491.3143740163,90.3679655174869,1035.67072288328,833.071288088158,1382.30454021817,307.60539119571,1820.93448644812,196.340412172417,792.746944657151,547.631513816294,2617.77297628388,515.685006740238,1896.01949581671,250.421402984958,1626.27675144502,4689.34151072086,1643.26298076434,46581.3437301964,19330.9438006829,996.587005628231,8691.34809498706 -6933,272.092782585248,1642.35318082938,257.460764899207,1478.16798875447,298.698978344063,5857.24792384402,71.1920567626403,529.862176893297,1778.25581617699,14166.9343594019,500.599518062533,4162.62388468619,151.856718837217,3252.37214802,587.498638545407,7904.16937703296,698.879385737692,9693.01024313294,73.3017047341011,956.864561249196,686.13932712592,1277.12234995534,248.489105741566,1682.3761065563,159.979465106172,732.425316870231,446.569143298925,2418.58163512476,414.251625969951,1751.74775428024,203.019333078035,1502.53025006731,3719.00539147372,1315.21652545535,37736.5009510718,15754.1570028468,789.580802678747,7097.62479935915 -6934,212.210445983278,1497.48730919942,210.27438456158,1347.78428285859,269.048086171781,5340.60184811262,58.0960014499818,483.125003065292,1619.7066025848,12917.3217192858,454.489606700958,3795.45429877638,137.731846798345,2965.4924856017,485.047911185318,7206.97196561105,557.28571763218,8838.02582566401,61.7764660609054,872.463093699329,498.938138295905,1164.47213283763,212.36306155971,1533.97996136015,126.021440728916,667.820801123697,357.451438826914,2205.24753575421,372.178521260006,1597.23259380088,167.85469250566,1369.99763962327,3719.50113635855,1224.1781331519,31825.3372693743,12589.4018832113,795.495265620161,5547.32505147809 -6935,178.722624808469,1397.05314105525,186.160837127418,1257.39046619308,263.748806952422,4982.41590509373,50.8031622806061,450.722552978117,1503.60989745771,12050.9768403962,419.494354272144,3540.89902282508,122.281596888621,2766.60147056637,440.177325307204,6723.61145246489,499.091337227185,8245.27304146057,51.2493563779489,813.948337337869,373.115660283082,1086.37277982799,197.477872584106,1431.09828722336,113.692919918292,623.031088237188,302.498625475686,2057.34497895468,366.088508663827,1490.10866299648,149.401342992005,1278.1140073215,3787.2810372893,1193.52550555624,28429.727634542,10669.1071696424,828.459578569005,4646.43519143807 -6936,177.252686210297,1342.00526890052,183.820480159717,1207.84570114622,264.85521572243,4786.09452997546,49.8206847450828,432.962800865288,1511.28744179708,11576.1340352409,421.510403801195,3401.37751788502,123.022988351599,2657.58949415739,439.314497071756,6458.68201436652,499.08705203636,7920.38580351036,50.8487305438709,781.876454960882,363.929632399456,1043.56659863207,198.423259572199,1374.70893935903,113.586454619561,598.481889151036,300.897879923901,1976.27972806943,368.919530631152,1431.39413828246,149.783409462412,1227.75267573962,3835.18859375882,1203.60016576109,28407.1279794063,10606.6451727453,839.360362497545,4615.83278647272 -6937,179.346491845703,1308.50792690835,186.058046517853,1177.69707098606,277.964303824515,4666.63043471987,49.9264300464759,422.155762065541,1589.9885079863,11287.1860484395,443.102691607433,3316.47687807277,129.6801539449,2591.25429695394,452.717361426824,6297.46902566405,512.903720772127,7722.68771832513,52.0673944070764,762.360299835121,351.341152297894,1017.51848387718,207.341019037083,1340.39529205187,116.349522278822,583.543384078372,307.094890999794,1926.95047470698,389.38094490606,1395.66559079701,155.316179829477,1197.10715428444,4116.19043286484,1275.9463657726,29367.0814908223,10795.671449106,902.039870086647,4677.44105372423 -6938,205.307341990706,1320.8307837832,211.413653081982,1188.78801827743,322.848364578833,4710.57836789801,56.1708038729414,426.13140862285,1849.01938325703,11393.4829804905,515.080520702097,3347.709757184,151.162792521977,2615.65740156725,522.528299328557,6356.77536067448,592.499728778822,7795.41603237279,59.5646444697494,769.539818329998,390.11232229874,1027.10095134756,241.087154199221,1353.01844778521,134.230644055459,589.038896527617,352.924381872209,1945.09750646462,454.504573748727,1408.8092538707,180.054520420731,1208.38089579012,4834.39202709863,1490.8813665436,33892.8353630987,12372.944672685,1060.10123705047,5355.19532479247 -6939,279.163187878967,1362.86155558133,286.652929655732,1226.61699571045,410.668761653147,4860.4758769879,77.2929662578258,439.691534728136,2342.02207947696,11756.0403110876,653.327574966315,3454.2387891979,191.04435578777,2698.89145448088,687.618759355361,6559.05727129987,787.315820079717,8043.47759813196,79.1292883103041,794.027703448153,574.414511643423,1059.78480928739,310.442181698559,1396.07347823706,179.470573961403,607.78297771057,472.521332495426,2006.99336051579,574.275550012002,1453.63962955815,235.243701206619,1246.83334730757,5916.59269220626,1866.05818227401,44326.0363887549,16646.8387829214,1294.46809151407,7271.24984743487 -6940,402.723257217261,1481.49073811446,411.501115666669,1333.38688065325,559.561688936047,5283.55207107949,112.15140747769,477.964128975091,3178.97419983852,12779.3353378051,887.921455768333,3754.91021261479,258.873929021029,2933.81427967875,965.562367616839,7129.9851099316,1112.56925756265,8743.61560428693,111.75883435052,863.14320309884,878.230363617849,1152.03292140996,427.278959327782,1517.59356573326,254.884012648382,660.68695574714,673.168522505038,2181.6904753712,777.367438989386,1580.17051616658,327.807572099073,1355.36294823469,7777.10038230831,2505.23436385086,61872.2281015852,23787.3765266655,1697.79709687003,10464.883183096 -6941,448.909709783448,1744.69651995131,452.654131762776,1570.28011756947,600.81415505284,6222.24268720451,123.319979827976,562.880570921242,3405.83067828699,15049.7477422884,951.977226765662,4422.01804718437,277.691301635647,3455.04391775921,1059.13935898435,8396.71817620313,1232.58821361498,10297.0307705108,121.960308793219,1016.49163502892,1001.88377529688,1356.70630746663,464.804857881908,1787.21347674787,283.333974521159,778.066445380774,744.850291023113,2569.29569795053,835.58931095421,1860.90802295146,359.702311100753,1596.16051468916,8175.11581163287,2672.30839445412,67514.6576000741,26339.7315506168,1782.27817231622,11659.0449877602 -6942,414.159876949231,1956.78848725363,412.269596050307,1761.16936136776,557.180558708184,6978.64225439026,111.121962714572,631.306481260232,3161.24871626188,16879.2525126393,883.357712015815,4959.57543687863,258.513769688089,3875.05224198852,980.811142152166,9417.45528234681,1148.4554538791,11548.7771278378,111.58862730204,1140.06023745019,907.436173653631,1521.63270384077,433.703361518394,2004.4739675771,263.924871344877,872.651171839295,688.369184012889,2881.62908827272,780.423880033812,2087.12710405988,335.402966787136,1790.19587832945,7646.11160258499,2492.52435882561,62457.7505562004,24300.6693525308,1667.81994106655,10770.3945825792 -6943,387.683506521653,2023.20462939136,386.592891918114,1820.94591636855,516.096900829068,7215.50714751241,104.556916997246,652.733907507359,2925.70356172585,17452.1579857452,817.764923864946,5127.91037410062,239.064296722296,4006.57694288058,913.49618610342,9737.09690569158,1069.98077823223,11940.7587999683,104.268531795976,1178.75547879553,859.759107939484,1573.27904916527,402.132227620878,2072.50862171023,246.106349021959,902.270174937011,642.878730312457,2979.43561583644,721.303767612554,2157.96712141777,311.701076537695,1850.95763397346,7025.0335801647,2300.45740293876,58125.8055827519,22714.9959015964,1531.56014195981,10077.4204780738 -6944,358.074627668563,2031.15952576844,355.122401260873,1828.10556589809,469.793567427411,7243.87729397843,96.1211268212808,655.300346176289,2660.91244929705,17520.7769016553,743.965797579005,5148.07244523488,217.559799922859,4022.33012174564,838.605406785022,9775.38151406641,986.1444210519,11987.707831983,95.4924061329798,1183.39014478607,800.688023616157,1579.46491471072,368.029280368172,2080.65737299658,227.112140579346,905.817747753665,592.131125586871,2991.1502497602,657.022883420038,2166.45188098517,286.228095545504,1858.23528447047,6340.99417047717,2088.87242331091,53249.5250296798,20926.686221273,1381.67436294239,9305.96810319666 -6945,334.261218733653,2058.72685241415,331.040416070424,1852.91700125735,430.441798298049,7342.19272859157,89.8796366670618,664.1942210615,2434.73976023048,17758.5725911651,681.033885205618,5217.9431732073,198.98365317947,4076.92203682483,776.351791582269,9908.05505933251,916.425420353714,12150.4075379121,88.5613572807789,1199.45136610166,759.39176431389,1600.90174656803,338.897254703064,2108.89649489298,211.402359828396,918.111697794029,550.666145842935,3031.74677353661,601.256938262987,2195.85542408833,264.732181771398,1883.45564674221,5733.1162732343,1904.55930234143,49210.0091564322,19487.3515764888,1248.13975981778,8687.66125328428 -6946,319.761050600769,2085.25281103134,318.443213320508,1876.79117360751,416.274072197593,7436.79425392244,86.5029031959917,672.752125866107,2356.14780816336,17987.3854427102,658.907300399562,5285.17450334563,192.466493844978,4129.45171802439,746.011497362321,10035.7168024008,876.891679974727,12306.9611900659,85.3604067715704,1214.90586763654,722.264420929445,1621.52879256485,326.113138643499,2136.06887139638,202.078203933266,929.941238402136,527.852261948969,3070.80974556629,580.812335324476,2224.14823526936,254.05487332525,1907.7232986088,5580.53152612878,1844.98399808316,47353.6421914218,18671.5639013536,1215.43740803216,8307.08145681711 -6947,306.083967353958,2045.42048253721,303.470737786106,1840.94086224645,388.708651165911,7294.73721887213,82.6262799404204,659.9012698304,2196.37112308,17643.7918784603,614.572560003691,5184.21753263574,179.416817602492,4050.57126935035,706.499227396525,9844.01536158147,833.147586757883,12071.8746248812,80.847583448766,1191.69883520712,703.896264930698,1590.55448231027,306.354501576716,2095.26585867705,192.386218463277,912.177576992687,502.828215203001,3012.15138918798,541.393323264839,2181.66273775165,239.968459185316,1871.28212432811,5123.26456472862,1712.20233148496,44702.8873310386,17796.4260218864,1114.60515669317,7942.15230366396 -6948,292.62250201118,1987.45099187465,289.198215562298,1788.76655137226,365.328524706589,7087.99625548318,78.9908124817517,641.198934136473,2061.54853600314,17143.7471994896,577.099240621725,5037.29104372231,168.297516508344,3935.77357597565,670.331892091161,9565.02502122982,793.068178366874,11729.7442759768,76.7099117635665,1157.92476523476,682.86295354537,1545.47639983395,289.174030426514,2035.88369463443,183.403391386846,886.32545026201,479.074471258296,2926.78366977747,508.038385229984,2119.83199009625,227.435692921838,1818.2479083518,4751.62634077048,1601.21066183534,42349.9954856334,16977.6440570151,1032.84927722912,7593.59006377854 -6949,282.486176323081,1941.80435808694,279.216782632784,1747.68318778945,353.277579053046,6925.20322527237,76.2464956184456,626.472244999855,1993.79742667728,16749.9994525697,558.10991166326,4921.59743392011,162.771046007442,3845.37898721425,647.590546854203,9345.34101588859,765.963368144061,11460.3422411201,74.096004989217,1131.33021375727,658.357156899524,1509.98078482799,279.516414539753,1989.12468632514,177.110066054704,865.968835980578,462.633538260327,2859.5629821246,491.349979645813,2071.14490551454,219.753875886668,1776.48743388117,4600.78281429584,1549.11998448345,40920.8784930886,16393.6599990439,1000.1469254435,7330.86641395617 -6950,281.547082457395,1898.24046035628,278.665956927381,1708.47435022485,348.418785954387,6769.83801362611,76.1877175446475,612.417496024444,1964.89128457194,16374.2173815792,550.156242795669,4811.1826197861,160.407650784961,3759.10886621212,642.561582006886,9135.68061494304,761.45232755983,11203.2323138139,73.723169187655,1105.94910184119,660.952279243526,1476.10474154302,276.48873140982,1944.49916880186,176.220876447443,846.541040563657,460.170184123012,2795.40939796517,484.32204576413,2024.67928477708,217.900473341862,1736.63238022085,4502.87051618536,1523.742689478,40556.4578408503,16314.8569270679,978.345357586424,7305.05742931432 -6951,287.350214600531,1861.90828379887,285.044832694355,1675.77428243444,354.287950729951,6640.26383421476,78.1143564048386,600.695872206444,1996.96072507917,16060.8161190304,559.2311179818,4719.09695411697,162.800190303923,3687.15981134892,654.363668743088,8960.82438992512,775.006875266649,10988.8033081427,75.279355803107,1084.78132100901,680.164731521749,1447.85221020834,280.844845859154,1907.28160411916,179.42077176288,830.338310092369,469.191023397889,2741.9054768771,491.250737572553,1985.92707883536,221.550348624244,1703.39336989986,4554.59822750683,1545.0338073428,41321.8392236095,16654.6967169967,989.246141514963,7457.62357304063 -6952,299.92622165231,1865.63985303541,296.930660954835,1679.13280863797,365.232487613486,6653.57201081072,81.5881841605625,601.899765146148,2057.03429006565,16093.004625771,576.204397411214,4728.55479754109,167.805422415978,3694.54948367701,679.656497545047,8978.78335005138,805.505678904698,11010.8266702641,78.196047789058,1086.95540049567,713.856556051221,1450.75394323874,290.409756623133,1911.10410892311,186.647152547295,832.00244409984,488.648913257865,2747.40070465821,506.132538649673,1989.90720205511,229.667051392001,1706.8072492795,4657.57804901589,1588.55452870357,42823.7170347544,17335.1107006808,1011.04770937204,7772.77985491532 -6953,324.51674212356,1939.31664526258,322.515343376039,1745.44417032043,398.739349015474,6916.33110754174,88.6827848565056,625.669649706719,2246.73656461663,16728.5404480759,629.25081447712,4915.2922049707,183.063915473896,3840.45253899553,737.748601278599,9333.36837580442,873.261276675493,11445.6599997058,85.0593618873414,1129.88082743283,771.597012565509,1508.04629614106,315.971876822174,1986.57634978917,202.220767929555,864.85941330893,529.47444439044,2855.89949693719,552.10008556109,2068.49149003471,249.444693685538,1774.21151429474,5107.89023045584,1735.8892573918,46582.2067287221,18801.9400652607,1109.1547647289,8419.9391690594 -6954,339.108856955909,1972.43793659771,333.460069009744,1775.25434341186,399.653683599276,7034.45406499827,91.8831841061814,636.355365625316,2245.38561708103,17014.2446228664,629.477177585149,4999.23972613276,183.151348363339,3906.04303847045,758.067966945254,9492.77154179499,904.911409009139,11641.1386701432,87.1418049918638,1149.1778886687,824.398189693586,1533.80198737558,321.094079934125,2020.50478236442,210.255005258805,879.630214488875,549.146899803125,2904.67496611751,553.168249288342,2103.81893871774,255.923381502258,1804.51300043866,4967.70249969577,1723.39955765473,47590.426190805,19512.378009573,1076.45241294328,8787.74590371827 -6955,345.17358035281,1840.09740742033,338.84073625574,1656.14382800735,402.419953299212,6562.47806202114,93.3303950448139,593.659165015332,2259.04994243675,15872.6755548797,633.482970483798,4663.81622886308,184.259399808115,3643.96746533862,768.204524065242,8855.85496972374,918.753788889857,10860.0776170936,88.3182082976247,1072.07391136045,844.838170101229,1430.8916940293,324.339517470452,1884.93921290231,213.65686471045,820.611511843829,557.867327638624,2709.78608521952,556.643531759298,1962.66341413705,259.16375304688,1683.43937832133,4958.21832831292,1730.1361847216,48164.9800972184,19830.093825972,1073.72721696115,8942.86570005682 -6956,322.337576408363,1700.72764545334,314.185083002206,1530.70678855406,362.250382228983,6065.43317639215,86.694760407487,548.695166813901,2027.68337585784,14670.4723427334,569.150876364937,4310.57679976914,165.36759560177,3367.9718162976,706.804486812601,8185.10873956909,851.86168764076,10037.5307093409,81.1961098725569,990.874576349817,806.55723139845,1322.5153472157,295.44536653239,1742.17311347461,198.689141736816,758.458046156718,517.556773498137,2504.54573209716,500.31575683548,1814.01045057842,238.157599540065,1555.93496225272,4326.16630268114,1541.55103494491,44133.0996135129,18428.0210731309,934.742221872266,8349.96417108889 -6957,263.220503231885,1591.23936348895,255.317536303784,1432.16399311115,290.065002449016,5674.95686489783,70.5377202723076,513.371644380885,1621.28999183184,13726.0267010658,455.299125703307,4033.07343269915,132.326135207545,3151.15082861227,572.894023527854,7658.17340340108,691.776178769896,9391.34141767586,65.7106663074561,927.08473010561,664.185498507768,1237.37535809087,237.902835863784,1630.01668349663,161.575748683801,709.630552443792,421.258652449827,2343.30979873554,400.245880933825,1697.22932561097,192.583894863685,1455.76804468611,3409.46486218987,1228.2001649015,35657.1547631027,14991.8107156081,735.802915176419,6807.74240999064 -6958,205.266879655364,1469.13895512936,208.658219994434,1322.26989897979,261.65677910353,5239.50097653431,57.5952215908192,473.979150167003,1477.30900972265,12672.7888892006,413.477816455246,3723.60401887253,119.97570483384,2909.3538923345,473.249483656198,7070.53956194457,551.94750061982,8670.71657112335,55.3326128168183,855.946831730825,482.960863268142,1142.42796049399,203.438749160805,1504.94077898186,127.39905587615,655.178543383478,337.03270522424,2163.50084610173,360.111927172999,1566.99600025972,159.171166343001,1344.06274326415,3421.36976749905,1143.71233287124,30064.7672041008,11970.3472318103,743.978503122824,5322.82858034242 -6959,135.904982052241,1357.53900819173,136.902588535329,1221.82654061117,194.235068236846,4841.49367510151,40.6919286922537,437.974354416747,1094.19830351254,11710.1280308464,304.867573797056,3440.74853439162,92.8749706650908,2688.35114860241,370.972884051391,6533.44139490026,436.695613194111,8012.06443623164,39.4443971137012,790.926691417294,330.855732500159,1055.64590402068,161.689402711127,1390.62122432554,92.3667025993348,605.409329640299,256.456886397934,1999.15520760275,269.245454815919,1447.96255562204,113.345074982621,1241.96393885534,2766.23714630957,894.039058615554,22097.0918615563,8554.64252194654,628.585687982556,3815.04175071953 -6960,135.461462171879,1285.51104914406,135.95138282002,1156.99917911404,197.247614040566,4584.61493640191,40.112122318175,414.736422634674,1112.55213296049,11088.8150393528,309.84552325974,3258.19017471794,94.5494863887082,2545.71329785273,373.249014630676,6186.7917248778,439.870743853233,7586.96236136092,39.4297739750302,748.961904405387,322.927376429193,999.635712427778,164.114485330862,1316.83799747744,92.8869999103885,573.287675574168,256.779268004321,1893.08453961144,274.571581058729,1371.13692701794,114.592359282541,1176.06813240944,2844.88199464429,913.0826164037,22270.527582019,8557.04286076896,646.953451592436,3811.72198650925 -6961,136.399777896975,1241.94715141339,136.85965609906,1117.79034154944,205.817345599849,4429.24972475564,40.0067043463562,400.681673659263,1163.58321362988,10713.0329683622,323.793368198296,3147.77536058393,99.1188957529257,2459.44317685059,382.73618643653,5977.13132393225,450.049278672627,7329.85243405475,40.1562330232106,723.580792489311,311.513556570472,965.759669142801,170.62234275719,1272.21247995416,94.7082344205813,553.859880157247,260.852683835605,1828.93095545202,288.23185871354,1324.67130628048,118.161930819572,1136.21307874911,3038.14916156056,962.318097435674,22897.316831237,8666.19676192022,691.852429305476,3847.57704489292 -6962,157.859106307497,1237.05850690137,157.479132672632,1113.39041228305,244.335454529572,4411.81498340238,45.5412302833274,399.104480730582,1383.81936789756,10670.8635332391,384.836858297619,3135.3848536899,118.204841893748,2449.76213416253,449.1074828383,5953.60369619773,527.583225441033,7301.0001251341,46.6702792733329,720.732580094618,346.44140511661,961.958174287631,202.345179913264,1267.20470281068,110.742557680484,551.679735808528,303.938803841109,1821.73178174477,344.164849483403,1319.45703681312,139.307255593932,1131.74063253786,3670.72765635413,1151.87534385335,26891.7710562711,10062.3897708563,836.753675561195,4458.43414787403 -6963,211.076310919271,1250.36487677831,209.217759015106,1125.36655129396,298.880134207354,4459.27049312182,61.4595716480443,403.397431961682,1683.72364727389,10785.6442459438,469.120181908995,3169.11049426146,143.383888102045,2476.11290163701,574.644771439952,6017.64339394877,684.138571763925,7379.53303816499,60.3568762222444,728.485110989152,508.909339768178,972.305438545389,251.732003791433,1280.83533902661,144.894720502564,557.613856609869,397.802299412753,1841.3271660934,417.561365654077,1333.64972314979,177.035960190049,1143.91415495195,4257.2273111535,1380.33421824759,34144.9509140532,13262.6582704288,967.368883453674,5937.34072723721 -6964,301.301091247982,1271.74184747338,296.388656396105,1144.60647736275,395.16925144196,4535.50879477539,88.0779909606207,410.294150864832,2215.12363156288,10970.0419407728,618.263331662663,3223.29146449138,188.14683608417,2518.44597890032,791.138623152028,6120.52455198104,950.566256002877,7505.69785967423,83.6766483203242,740.939719366776,777.103468626455,988.928542130958,337.642770522452,1302.73325060113,202.789609338562,567.147149885531,558.155016884426,1872.80757441312,547.492828649659,1356.45058038654,241.874306612305,1163.47118172248,5343.47678785216,1789.5791758946,46665.4151958762,18696.757816302,1210.23153562875,8437.19697228108 -6965,339.748157460034,1338.9968720619,330.20835245084,1205.13805217264,432.999013198482,4775.36545760369,97.9347126302869,431.99222053185,2423.32446829574,11550.1836117649,676.754679773582,3393.75259001857,206.093042949686,2651.63192899885,881.402589205526,6444.20347318343,1067.96029070981,7902.63053520841,92.6968095481304,780.123708746088,887.889956254092,1041.22721701489,374.123046567491,1371.62723012656,228.465754720415,597.140261763261,625.823870657036,1971.84946700866,601.039493770607,1428.18535684157,269.978211208706,1225.00040095061,5755.50318401167,1952.44141894923,51789.4666912864,20979.5775330991,1302.07035367815,9508.27305063875 -6966,314.191054350131,1444.66680365306,301.385066873867,1300.24421574036,403.97777540088,5152.22409839404,88.3942499850924,466.08385236757,2263.44587225054,12461.6921728275,631.854583697237,3661.57816265964,193.158095232052,2860.89139060668,819.628197226207,6952.76219679136,998.983259173346,8526.28429084398,85.0873181119636,841.688915249446,804.37822346344,1123.39799059063,351.106463851729,1479.87225937212,213.570797895479,644.26492047414,580.252594463322,2127.46237592159,565.312394343133,1540.89379709696,252.929473303545,1321.67404617599,5435.54046252884,1834.7355671267,48127.0591708405,19416.7203631337,1230.64016186195,8810.1966010104 -6967,292.454083033461,1543.27857634435,280.686247537098,1388.99782087723,368.948790257666,5503.91069516549,82.6488858188714,497.898354361062,2064.3282929011,13312.3170731771,576.55150432466,3911.51448884542,175.983376235183,3056.17349357437,756.203306828706,7427.3520493393,923.250732274294,9108.28147266056,78.7874578480647,899.141911177282,761.578338169598,1200.08021725345,321.663964590378,1580.88712763402,197.722156588448,688.241916228538,537.874183892113,2272.68121509833,514.839565942149,1646.07394554124,232.798124002506,1411.89043398522,4890.47338235048,1666.07177744841,44334.0637684596,18024.2639088111,1106.14754183943,8191.9628954838 -6968,275.139552669837,1624.64992153851,263.627043425831,1462.23451507424,349.587180446571,5794.1114560385,77.5360407771761,524.150684617786,1957.12452406666,14014.2260897991,546.49879489214,4117.75411439491,166.965558722868,3217.31416650975,713.903253134185,7818.9687261657,871.613648374226,9588.52731239292,74.1839479440918,946.55032334241,710.964846869481,1263.35598814514,304.655504914189,1664.24143200104,186.544717251066,724.530355270555,506.851120049789,2392.51125129834,488.692429991751,1732.8653086113,220.110425309973,1486.33417061266,4662.98122942015,1582.85175453105,41871.4807100367,16973.0220145478,1055.12597625643,7710.87274200939 -6969,257.16364071779,1680.47882111759,246.08942912376,1512.48222864064,320.651657141619,5993.21826812193,72.5813232310001,542.162414743694,1792.77173141352,14495.8060355297,500.838924033503,4259.25517126639,152.85055240909,3327.87282110674,661.607740657088,8087.65702266445,810.811456470661,9918.02409895469,68.885441900505,979.077246372314,674.407960785073,1306.76950982739,280.827864957741,1721.43084034726,173.843522371097,749.427862056562,471.856884430372,2474.72666805967,447.658947786698,1792.41288376331,203.883668812344,1537.41003628192,4216.04581762386,1444.71923695372,38745.2450892182,15826.3803484866,953.082845090434,7205.15205882665 -6970,243.556058676511,1705.38487547145,233.910882400132,1534.89843771296,303.366781430492,6082.04260679534,69.1024796086174,550.197699925836,1695.86097667811,14710.6455970208,473.792157164678,4322.38077539153,144.507797595242,3377.19458602498,626.150108028733,8207.52263648275,765.727592616041,10065.0172322137,65.4091378511091,993.587962489858,640.608610122344,1326.1368901423,265.20674505485,1746.94383672504,164.177976903456,760.534988687452,446.739630449727,2511.40411744559,422.751042746299,1818.97789139482,192.544966859511,1560.19569561106,3981.78107574543,1365.10798215041,36668.0422093953,14983.4502469931,900.020416884114,6818.1843010777 -6971,228.735353081892,1664.54010505907,217.650720587125,1498.13689772488,269.784874497471,5936.37482382979,64.5694387898364,537.020206060306,1502.50630933121,14358.3187113598,420.329377213425,4218.85772147857,127.973069734302,3296.30918620225,574.39923348861,8010.94860644222,708.258540028326,9823.95533236967,60.0391372254589,969.791063152875,622.832818153168,1294.37528747282,239.221678524788,1705.10370963077,152.592425112763,742.319817760164,415.016856118151,2451.25480683239,374.629221194321,1775.41251478815,176.03467510029,1522.82827439008,3395.62463957452,1197.44609861295,33433.9857069019,13951.4662820376,765.323483744995,6385.31513326226 -6972,225.027695990071,1598.58679190916,214.812501271511,1438.77690293907,271.044186277023,5701.16055260779,63.7260837216731,515.742099446669,1511.5665135242,13789.4055999254,422.660663498168,4051.69584679985,128.681454742541,3165.70103123155,569.994931449991,7693.53444473914,700.376559263586,9434.7052323347,59.5564082008103,931.365474316833,606.412912778615,1243.08884600546,238.809277753654,1637.54316328374,150.621869354252,712.907218298417,409.920999744957,2354.12985598629,376.525470424504,1705.06615473218,174.837617235363,1462.48994445191,3464.3066082161,1208.49367484157,33269.2137390345,13774.7730732221,781.650384731555,6289.78182045775 -6973,216.730303432038,1544.72492114018,206.810310230772,1390.29957533714,260.703876431745,5509.06890361386,61.3541450715683,498.364979573595,1453.7731320082,13324.7932397062,406.513239752535,3915.18031996074,123.763122259306,3059.03770791347,548.671755338499,7434.31288722563,674.366637808997,9116.81766029959,57.3207551328096,899.984577721016,584.48004797887,1201.2049200799,229.797093194294,1582.36871877699,145.045593122921,688.88692946793,394.70437579194,2274.81114853901,362.155525208889,1647.61662909895,168.296058416422,1413.21364316649,3328.85578445709,1162.04834464787,32019.6427253889,13264.1373821046,751.037445381756,6057.59799284559 -6974,214.519082955515,1513.13675573759,204.652119068624,1361.86926237728,252.551024755341,5396.4136487137,60.8270466078169,488.173886525123,1406.18400680454,13052.3138053092,393.417004304036,3835.11858091879,119.684671517029,2996.48327652705,538.109336987009,7282.28821155522,663.872769086209,8930.38735140918,56.3928143658189,881.580743283067,586.278043486926,1176.64141419052,223.952851916198,1550.01077327318,143.063175691565,674.799842521951,389.026702427498,2228.29340946694,350.404659094415,1613.92442546593,164.9089394861,1384.31475916545,3169.87119496554,1119.54425443927,31334.9826521271,13088.9546824949,714.301918161996,5991.0965755194 -6975,218.557785226286,1492.425102414,208.907817514709,1343.22814224888,255.580914820887,5322.54811854333,62.2502092600887,481.491814821427,1422.00651184415,12873.655136434,397.947869395856,3782.62388987276,120.833157056167,2955.46773541484,546.292308903143,7182.60903300889,673.893978658936,8808.14916892741,57.4192793609906,869.51376079626,603.204822770839,1160.53567294507,226.541816297409,1528.79439235974,145.318573058817,665.563254785826,395.703167944995,2197.79276871182,353.559882699829,1591.8332013489,167.130144068326,1365.36640748881,3180.77423305535,1128.60319078624,31819.4692311622,13332.0517573623,716.342780785315,6103.82366082906 -6976,231.556679182466,1531.21606287959,221.619843641053,1378.14119060083,272.916816501009,5460.89124431137,66.0980210273003,494.006700776531,1519.50571878829,13208.2658627192,425.129030224117,3880.94146274856,129.230268466589,3032.28595020926,580.917677658253,7369.29867163035,714.49642617038,9037.08968033683,61.0446269482532,892.114073444969,634.248749430055,1190.70019733916,241.272634446317,1568.53065968607,153.943136061341,682.86250676302,419.947522215631,2254.91757334341,377.777863644657,1633.20796694448,177.566124446699,1400.85487136434,3423.56017906009,1208.45069145033,33836.4095271004,14127.3323168966,771.446071614955,6461.07685993547 -6977,246.493403325878,1635.75784811144,235.999513963098,1472.23198801319,286.55949051864,5833.72649171836,70.5783485578433,527.734365779307,1593.53254197925,14110.0430361566,446.032204487888,4145.90769366246,135.316371522999,3239.31132974464,614.423156603845,7872.42795411064,757.756395120408,9654.08522484935,64.7370358551305,953.022001548205,684.186408851027,1271.99370471764,254.053574590898,1675.62005048445,163.485022841404,729.484056298393,445.717538354089,2408.86913797411,395.724884309122,1744.71311677824,187.698227075523,1496.49641578998,3544.77169489891,1262.23524905736,35776.1449568961,15025.0583706731,797.977285718115,6880.67870592165 -6978,258.279173728718,1699.28130065751,244.629925000063,1529.40503409415,287.598360976867,6060.27496794378,73.2665436779123,548.228541601368,1594.58783631189,14657.9961762043,446.797352233721,4306.91096865382,135.521509886328,3365.1076019585,632.755283447186,8178.14790168275,787.009555749893,10028.9945217019,66.4686868661387,990.031909806083,731.253894203795,1321.39064438925,258.668965122292,1740.69152233163,170.425035223188,757.813032917326,463.356372273792,2502.41579865647,397.003602149584,1812.46776702071,193.185755230127,1554.61175307145,3435.68055177759,1254.33252235776,36644.8287539345,15637.401157664,771.446071614955,7196.60737828986 -6979,266.631386098504,1587.76813485658,252.930828208601,1429.03978139719,299.896008722296,5662.57716061898,75.5857729387644,512.251743508705,1664.02865191778,13696.0838917144,466.12901499504,4024.2754351777,141.44104464748,3144.2767119758,655.92729738537,7641.46738707227,814.438138064727,9370.85456071812,68.8911985142789,925.062329746739,750.656612293076,1234.67607043463,268.945578133842,1626.46086360378,176.211880282112,708.082520168722,479.241407828435,2338.19795682507,414.240955253245,1693.52688387534,200.34587057704,1452.59234162424,3615.0514220467,1311.63347512535,38026.2955673423,16165.4643212899,812.263324081355,7432.01514147531 -6980,250.646706606489,1484.15201040631,236.368693173123,1335.78210694019,273.76892734508,5293.04316701923,70.68376545408,478.82271867816,1515.67587987765,12802.2914658238,424.909517761342,3761.65533646208,128.78312767102,2939.0844298397,609.23697098054,7142.79304137939,761.270018128222,8759.32217695699,63.9390822248869,864.693708296884,717.193066151754,1154.10237295235,247.873480687524,1520.31969125187,165.133988443608,661.873779156613,448.061152655439,2185.60954976168,377.722801379517,1583.00905163823,186.076496103104,1357.79765117729,3212.73498679431,1187.7858459156,35218.2951967376,15140.4475361579,720.424506031955,6983.61712249186 -6981,208.548929422798,1407.20648073634,196.589244149675,1266.52878179458,229.998781657283,5018.62652559933,58.7186542317368,453.998261716627,1274.4756130747,12138.5595226535,357.178143014792,3566.63315526334,108.396164971539,2786.70825367103,509.103183632476,6772.47653064581,634.147632716722,8305.19707404969,53.3277447590084,819.863856017145,591.897307304145,1094.2681930587,207.580782249453,1441.49905624224,137.425651880959,627.559080827346,373.534993645805,2072.29711055129,317.61077910576,1500.9383007336,155.376310467083,1287.40293505528,2728.17490170912,1001.41590737312,29432.3069375169,12600.9084996135,612.258786995996,5805.78092332212 -6982,165.83466768977,1298.84634513126,164.582833598346,1169.00135250703,217.443990433905,4632.17360748837,49.0727761692311,419.038706116553,1218.45738729262,11203.8452686111,340.125804600348,3291.98912992053,103.281483642412,2572.12134805815,434.956441714175,6250.97063560544,521.076322286181,7665.66599350773,46.3652445439605,756.73128817306,431.630049096131,1010.00547013113,185.074719390212,1330.49826471143,111.165634550718,579.234696289926,307.045423299506,1912.7225214719,300.088023309252,1385.36046618778,132.58513352297,1188.26811828839,2929.23630555869,981.859457483797,25687.8716606296,10299.0804880891,663.280352578996,4643.05897070101 -6983,116.063834648678,1191.78792096479,117.028262689263,1072.64550324356,172.500149553088,4250.36308098372,35.9085102742908,384.499113569861,946.894824152725,10280.3595741264,286.737688731596,3020.64435542619,90.3701838690419,2360.1122375731,375.248395213008,5735.72950006438,442.079366636036,7033.81748846498,38.3347255299871,694.357120872244,272.191334314885,926.754980620125,140.41243036542,1220.83090635902,73.6166591642821,531.490824168489,237.344940682728,1755.06487414195,237.12842704811,1271.17104804102,103.614890983027,1090.32419081146,2552.91304752167,810.283596974206,20145.6758933623,7860.13383178332,608.804827863559,3553.00506160239 -6984,117.037645882803,1128.32232063924,124.435499558682,1015.52452592677,193.740925163261,4024.02092749235,37.755554529588,364.02360224936,984.203280383515,9732.90546718576,297.889112925566,2859.78770969689,94.0747895372889,2234.43053082112,383.986326366518,5430.28797844547,452.013014661967,6659.24962984432,38.9707592130111,657.380918360643,271.261560719593,877.403027839692,156.613748765403,1155.81869654796,79.6231956784013,503.187647378389,241.028726493143,1661.60340848326,268.462499460945,1203.47810346488,106.537974518649,1032.26178045971,2778.89916946509,864.218699313767,21048.8797082227,8050.01766172757,650.320244866754,3633.62181005279 -6985,126.90804761495,1097.08127978343,133.136212914881,987.406635653552,221.911612076799,3912.60364902424,40.054103255187,353.944499831257,1176.15406208162,9463.42032824613,355.479183960864,2780.60577467411,112.802064922953,2172.5635144323,436.845880982611,5279.93391251034,507.667650593675,6474.86801658581,43.9890038754344,639.179324939444,259.867451542295,853.10945202509,175.65105324896,1123.81633475801,84.7982939803145,489.255364410713,267.555682161794,1615.59685608147,308.288839885983,1170.15614580111,122.015479247547,1003.68046830507,3423.44077321377,1036.4724475163,23908.8847317459,8821.47484774462,811.13875109182,3937.79881030887 -6986,154.485813704588,1080.67973193117,159.309232072849,972.644741997408,280.404215909658,3854.10957282502,47.3881318520214,348.652970609127,1517.37515568458,9321.94061820094,458.23003556309,2739.0352552313,145.925141279284,2140.08332804988,548.109676149046,5200.99802114239,632.397607005413,6378.06766134499,54.7287294367868,629.623487575928,283.507296068195,840.355323631462,220.435275368051,1107.01509338115,103.080759203116,481.940915227021,330.642811076202,1591.4434140045,392.221794996956,1152.66211653123,153.792426867029,988.675278140372,4504.3605212806,1343.14452440215,29973.5035528834,10804.3747482385,1072.75165453998,4793.43192541719 -6987,203.954183256934,1085.3948141698,220.714299112378,976.888459920477,352.851178499149,3870.92532596226,66.7953656945893,350.174168222622,1848.31702778421,9362.61290559542,558.792364647299,2750.98586011574,177.264045328834,2149.42066323914,694.428949114987,5223.69034400925,810.800201240899,6405.89562244969,69.9393286327514,632.370579462246,459.685981318551,844.021853449242,282.406589448313,1111.8450786677,140.419066698606,484.043657586589,427.679986030984,1598.3869943766,489.136479690026,1157.69126301396,193.958151304062,992.988938428426,5326.05694710576,1628.75546704154,38119.928027696,14207.8831899399,1262.2303585611,6378.25650076523 -6988,239.617800935425,1098.12264781195,244.394737438123,988.343898662659,316.795496052917,3916.31755830651,76.0231086236514,354.280469911861,1633.55674893481,9472.40316621078,496.099366004148,2783.24517250821,155.603828459476,2174.62574831193,715.963717342209,5284.94571470818,873.250897652104,6481.01407036109,72.9627740750114,639.786044720151,658.26993224436,853.919237885576,268.033429581525,1124.88308015101,153.840076636939,489.719773842969,472.218585201276,1617.1304078282,431.390649078173,1171.26687772324,197.415169095705,1004.63317871023,4062.33225033677,1381.18180979978,38260.1486622184,15925.6189245285,950.406538696899,7335.50682582572 -6989,274.206697625462,1128.4380278862,267.591742026578,1015.62866598052,351.607315208157,4024.43358296739,82.5401645076065,364.060932157732,1846.69331217963,9733.90355760364,560.90633808457,2860.08097533271,176.186299652835,2234.65966730146,815.748709405824,5430.84484385589,1000.54406990413,6659.93252286822,82.5969002608277,657.448331487969,719.727469300477,877.493003803976,299.186208953567,1155.93722349448,171.592255476994,503.239248287381,539.304185897097,1661.77380266266,481.734786825726,1203.60151779036,225.621570586271,1032.36763688617,4560.13568923504,1555.61088760681,43239.8362348248,18086.5144363323,1067.84505824702,8334.37136750905 -6990,247.084755867573,1189.90767329139,229.447705421743,1070.95322295075,286.24937911221,4243.65741200223,70.0426561484179,383.892500974619,1619.18383579208,10264.1405624793,491.96843160529,3015.87877639862,154.992557902575,2356.38876004358,727.916161945336,5726.68041351295,904.015996422281,7022.72044784629,72.724571336705,693.261654692345,669.390133106041,925.292867382131,254.644363522388,1218.90483844802,154.590141882989,530.652307207545,483.797513115893,1752.29596149548,396.369121814064,1269.16556001456,202.713348491205,1088.60401938921,3800.25528700318,1340.08213632775,37961.5783910882,16176.0450498333,911.904140285032,7518.02970108 -6991,229.205996913979,1281.31665091969,211.328074712068,1153.22409269552,263.492709972442,4569.65613790579,64.8758958734976,413.38321006148,1459.12637578393,11052.6341709406,443.595910372868,3247.55926875054,139.462115368459,2537.40707960328,667.058452805415,6166.60530310985,830.848966605083,7562.20742714386,66.9116055342755,746.518172409423,610.449004235268,996.374075540241,232.105303812252,1312.54138488739,139.916050202759,571.417137930728,446.311765431458,1886.9077351127,362.868613291513,1366.66314649627,185.304006885206,1172.23082732396,3399.16267811664,1205.62806596946,34754.5292911744,14922.787159584,806.637222652969,6928.19984940127 -6992,216.168956289517,1373.39094591947,206.987704566406,1236.09376838068,258.54547113996,4898.02763529257,63.4383924251077,443.088566347795,1393.91877955251,11846.8668053557,423.655483372185,3480.92604028636,133.361970478131,2719.74293531407,632.592823201045,6609.73217219269,787.36194630272,8105.62104546889,63.2690543164102,800.162316017318,598.615127075177,1067.97264603847,227.96556631321,1406.85946198785,137.460031715157,612.478674193447,421.978426762588,2022.49927629453,356.33359408003,1464.87036609769,176.021707068205,1256.4663103526,3296.98749158208,1162.90698662484,33248.1881953383,14189.3503562667,780.46020489159,6598.00912177007 -6993,205.087263701946,1447.84876276507,190.843728131588,1303.10807605726,234.063939899488,5163.57215898183,58.6293677560018,467.110428016192,1322.87436413701,12489.1397440323,402.069980066318,3669.64299253568,126.495947350394,2867.19266326402,600.107883341384,6968.0760428421,747.163749218375,8545.06390696188,60.1382197979237,843.542781972615,558.622913896593,1125.87233724519,207.304505996001,1483.13176046152,126.27860254539,645.683949851066,400.329251688283,2132.14823031751,321.998745371761,1544.28770152248,167.022114029512,1324.58510688819,3069.09666612192,1090.11722489924,31246.6709175884,13394.3105453077,735.497693413065,6223.84258951196 -6994,194.601529746161,1508.91343140295,184.437438221342,1358.06814157668,227.554607395652,5381.35168885056,56.8777326214751,486.81134170115,1257.22518127233,13015.8834203435,382.11557817461,3824.41436032037,120.147605640462,2988.11977554666,569.651533786386,7261.96257681066,707.321644732496,8905.4616980762,57.2852598819891,879.120158413963,534.219155442577,1173.35728385739,199.9711508172,1545.68452966507,120.836484833704,672.916404964094,379.929601536792,2222.07400745637,312.165453714978,1609.41979211109,158.195288652672,1380.45099061511,2944.28062717816,1040.82024036553,29799.2935318051,12738.4929361017,701.278037781448,5913.8069553154 -6995,187.551293940556,1484.8173305837,181.00148296651,1336.38091540598,219.894317675268,5295.41594850935,55.8879844861686,479.037366782866,1185.29095859365,12808.0305159813,360.401200761048,3763.34162275768,113.234787943177,2940.40197154737,544.157111380621,7145.99503436936,677.141085505899,8763.24883254465,54.7308654737418,865.081335822474,529.956830673946,1154.6197374744,194.188670490323,1521.00122478724,118.444567456148,662.170485947475,364.694652881202,2186.58932145836,301.378147929482,1583.71868775075,150.846576971245,1358.40632883821,2754.03943425764,983.193650839855,28557.588218153,12280.4432181632,651.84300589396,5715.07668318847 -6996,184.030098492325,1421.75670702546,167.632430392356,1279.62442954,207.409652306473,5070.51809418409,51.7562165225154,458.692510594294,1185.73254522691,12264.0697376051,360.415175652073,3603.51141030961,113.231943148805,2815.52224525487,537.9684499366,6842.50254843894,667.449306605879,8391.07110778774,54.0897019526422,828.3410800739,484.589913587694,1105.58270165992,181.774204741744,1456.40386072615,109.558903998867,634.047912964511,359.067164165963,2093.72423749362,284.209034867728,1516.45769481019,149.207911071363,1300.71441726258,2745.77821161361,972.337039162177,27891.8419943417,11960.3122012155,657.4639752225,5540.43058224412 -6997,177.953673920845,1371.51069544016,163.563443380394,1234.40148556246,200.403077960797,4891.32195630415,50.5423564083411,442.481952847301,1152.00653703721,11830.6477695049,350.132483028644,3476.16045414708,110.023731119767,2716.01945222798,521.211958684344,6600.68307213724,646.194584891289,8094.52398829,52.3939828986655,799.066848202645,477.02394315509,1066.51053061855,176.648346871146,1404.93339120256,107.29310697674,611.640155981177,347.516001320788,2019.73035951598,274.879049254567,1462.86487507842,144.585084348939,1254.74613636333,2661.75505002563,944.329713839963,27044.7071513678,11590.1918573523,639.857686171418,5374.7042443777 -6998,179.145591184418,1336.85628097841,158.033568723941,1203.21145486485,195.219555104894,4767.73130629817,48.7909555961405,431.301614963831,1162.79700213884,11531.7188785247,353.394685856961,3388.32715797662,111.059093955375,2647.39289022113,525.269139293672,6433.90142933053,650.938012143913,7889.99697286579,52.9497321037693,778.876561803625,456.152087294727,1039.56265622082,170.912987219361,1369.43447443016,102.964636878478,596.185641818591,350.015051166417,1968.69716435947,267.303879963608,1425.90218433817,145.719413979123,1223.04205064356,2671.25257535456,945.538819998954,27008.2716521944,11587.039193111,645.509411246444,5357.08195479639 -6999,182.651216154868,1341.83170662713,164.460418363578,1207.6894898029,207.372894509437,4785.47554175944,50.7695145774489,432.906805550103,1178.08957552978,11574.6368875122,358.108653828917,3400.93761587544,112.32990021511,2657.24578665859,533.83587378228,6457.84670949887,661.372209881605,7919.36145569441,53.9697456104764,781.775334452506,464.3115257445,1043.43163359468,179.976206453362,1374.5311475021,106.745960030415,598.404487161885,356.345976682811,1976.02413473429,284.159814324434,1431.20901529784,147.864167407175,1227.59388981642,2747.98585695848,966.555445298022,27679.756383107,11847.1392925653,654.01688074717,5473.46377789088 -7000,192.899351148852,1406.68579672208,171.62485840085,1266.06015029003,214.713942267606,5016.76957095819,53.1051061975932,453.830276676325,1248.68245331701,12134.0681036711,379.528795755291,3565.31345634629,119.161882168775,2785.67713673121,564.792497167184,6769.97062954689,698.221116466454,8302.12404716205,57.0910896494078,819.560496126792,486.558505141805,1093.86330012845,186.532937519065,1440.96568354574,111.042379573655,627.326876111218,376.643813987687,2071.53033467793,293.8611269024,1500.38293477254,156.259949258623,1286.9265798527,2895.20869138111,1019.70146036979,29140.6380438432,12478.2499115057,693.732735004784,5761.77033349767 -7001,206.976407373138,1542.41077058921,182.482930340394,1388.21676921144,223.715273086201,5500.81577409924,56.5626636460337,497.618379595644,1336.36742101156,13304.8313829411,406.223426845948,3909.31499302091,127.348350920168,3054.45496719354,605.042315505578,7423.17555200911,748.527652330764,9103.15976670123,61.3066610854619,898.636311904951,527.018396097463,1199.40539643035,195.504288777155,1579.99817409795,117.938004169769,687.854908785433,403.83717687491,2271.40325668675,305.510760560501,1645.14833660373,167.392080267984,1411.09650950327,3048.10721281763,1082.30055770952,31100.5881961536,13373.684808355,736.181310702153,6178.76628544732 -7002,218.887735099725,1604.54573336588,197.708785398121,1444.14013212205,246.079184669683,5722.41237461727,61.1916489006016,517.664595611985,1371.45467608272,13840.8074137705,417.103127933501,4066.79907327071,130.794851167706,3177.50159608675,632.497022081135,7722.21310115212,787.180544458287,9469.87433070676,63.885166290895,934.837261000144,563.387403910522,1247.72262234863,213.788356079976,1643.64731971256,127.618891554905,715.564673245134,424.847704106089,2362.90518308416,336.237535537781,1711.42201194764,175.058393841399,1467.9415671002,3162.79360519594,1124.71075273878,32784.0392270023,14151.8260871721,747.483013135607,6549.53103424306 -7003,223.499580035697,1532.05494252447,210.340247574641,1378.89620788454,263.376141684852,5463.88300401059,65.0561696103617,494.277343291169,1389.89474487816,13215.5020364016,422.772776910619,3883.06764394204,132.533699481324,3033.94719385915,643.894202884281,7373.33595598394,802.327935807864,9042.04066718024,65.0441170988781,892.602819844161,594.666780049243,1191.35252471667,228.299810977032,1569.38998220408,135.626081899777,683.236614291708,433.214892248774,2256.15293424315,360.107184882067,1634.10272304881,178.176924695167,1401.62233238144,3254.52756940719,1154.06443786958,33747.4602182015,14537.9242053233,758.381395431545,6738.90159543023 -7004,210.66115250833,1458.89883431157,196.519867551845,1313.05347770663,234.634697335401,5202.98086192071,60.8730650902679,470.675443770901,1275.69510305279,12584.457633079,388.239386617131,3697.64993542948,121.57870916945,2889.07525548045,600.567346021454,7021.25683132982,752.521949655317,8610.28036462626,60.6188143631829,849.980752797361,582.341901561567,1134.46506474459,207.874007224916,1494.45111403452,128.00141635052,650.611849798746,406.410268803716,2148.42091783754,320.685709414066,1556.07380103028,166.266463578237,1334.69442256878,2871.3657127705,1045.91659135408,31274.2747352985,13658.9644914578,676.404995388675,6360.40339094216 -7005,174.95046537499,1413.77288453811,166.415512909042,1272.43874562838,199.114026109899,5042.04478635104,51.4390386461386,456.116739674584,1067.04738010392,12195.2013051415,324.682331029058,3583.27602454433,101.796157387571,2799.71178365887,500.329980687887,6804.07872708751,625.289244684768,8343.95135665716,50.4082480671274,823.689561210225,493.770428404631,1099.37434266888,176.848349632512,1448.22547842174,108.992403331769,630.487440233441,337.99184228276,2081.96700605803,272.670147432037,1507.94208240963,138.381166496606,1293.41030330072,2424.24286354538,879.983879574533,26167.1961384597,11385.7827135705,570.517719677095,5307.34852479107 -7006,132.968663027646,1315.27681909378,133.23626497032,1183.78928054526,167.834889094858,4690.77084505462,41.5591314675351,424.339567589464,916.372700339241,11345.5744952098,278.268533881312,3333.63296399437,87.1138030524692,2604.65881717152,398.755901119383,6330.04573994999,483.984137250441,7762.63706786448,40.9597423837665,766.303978409714,367.39242663519,1022.78209197034,142.845690741624,1347.32913710636,83.3849594633008,586.562045388035,262.483523305371,1936.9185610607,227.673217186611,1402.88534829083,109.649500338522,1203.29977191795,2227.4024151389,762.971799770014,21126.7185474367,8816.69023947496,530.367789535478,4058.28304621739 -7007,132.125950850944,1241.42646739913,130.513862647418,1117.32171004489,191.982465611953,4427.39277011451,40.2460064959305,400.513688618961,1108.0496181646,10708.5415493799,303.675225306935,3146.45566166688,96.3178190848614,2458.41205991078,379.723988491147,5974.62542283333,439.473003868213,7326.77940716711,40.7201144407228,723.277432598958,279.681146268119,965.354776212557,144.816415706609,1271.67910725766,80.7103919381921,553.627675441119,230.261523177876,1828.16417957865,257.865283872048,1324.11594031941,106.648419619108,1135.73672354654,2840.42677832935,890.737565500041,21795.2567304439,8386.26660333595,647.649273134885,3706.29523516298 -7008,133.909169468672,1199.65603620518,132.170041325632,1079.72704710144,201.079953587122,4278.42373334173,40.4064700961586,387.037554581199,1162.88873038649,10348.2299161721,318.47049171873,3040.58647555565,101.231352434967,2375.69356268876,391.273947090519,5773.59645600538,452.104667081169,7080.25434657166,41.6806170599109,698.941226608594,275.992583460956,932.87336364688,144.265880464017,1228.89076171692,82.741240862711,534.999695990567,235.162758452779,1766.65171139813,256.353631415663,1279.5632461161,110.448253011451,1097.52244834686,3019.01781975257,933.345071859293,22435.7039140183,8539.477395818,690.501156340597,3759.63732748664 -7009,137.197830072331,1180.36179876125,135.774131129676,1062.36164452546,215.951580299503,4209.61324024577,41.0899235311072,380.812774934003,1252.42025267774,10181.7978730687,342.63649804072,2991.6842938822,109.284152882627,2337.48494762814,410.780894376741,5680.73888886476,472.41228532489,6966.38161605278,43.4686197350293,687.70005615761,262.374461979259,917.869829600361,151.794069632929,1209.1263380541,86.0005985114761,526.395220328091,243.701014615008,1738.2384024398,274.698630807165,1258.9838497308,116.571356913491,1079.87083981962,3333.01307405893,1013.38714911062,23617.7791662412,8810.8221784042,763.497261532585,3851.39386226016 -7010,156.868183385258,1190.37050227922,154.097406084133,1071.36978316573,250.235914570014,4245.30803390238,46.2114252958402,384.041820608108,1452.80504636881,10268.1329241508,397.302677941304,3017.0518389419,127.077295642285,2357.30530596494,473.453464644826,5728.90787515465,545.01576087638,7025.45201994188,49.669556029463,693.531307201649,284.314324850341,925.65277123927,183.08064199189,1219.37894623411,99.0705978823763,530.858710843514,279.695587162751,1752.9775382131,335.242554625274,1269.65921731648,134.860794348808,1089.02744509505,3918.39224122562,1188.70788007103,27301.1785517745,10096.4094571976,896.734148433654,4414.4561440383 -7011,213.729163506534,1242.95959052575,209.349075345381,1118.70156765106,319.812498814528,4432.86046266396,63.5975120856313,401.008310583833,1849.8448544148,10721.7662655696,506.571271917181,3150.34143667528,161.373126438055,2461.44812244271,624.147620650443,5982.00389964946,725.14690395723,7335.8277521539,66.0962612968987,724.170657762107,466.175837365197,966.546959375774,252.345577379518,1273.24959145481,132.792792668568,554.311388423761,375.238398455967,1830.42190555484,451.668100540168,1325.75118237663,176.945684813963,1137.13932312239,4847.96907038594,1509.56877402658,36017.0624306872,13678.9450742899,1105.69013388725,6054.51009934005 -7012,300.60370376305,1382.90789153343,291.570482589335,1244.65930989847,414.231638670007,4931.96863567507,89.636424032445,446.158959232378,2384.05311156214,11928.959954009,654.056392711407,3505.04720106004,207.441099857329,2738.589459442,843.128350414759,6655.53447036026,990.30729718777,8161.78914158627,89.873281072755,805.707060044142,685.586799811118,1075.37318819272,334.60532388698,1416.60832848942,183.002303809031,616.722859907159,518.070543486109,2036.5142337063,589.044537849001,1475.02122055547,237.450090195498,1265.17302389031,5984.14489835552,1921.00652795758,48313.9920003073,18958.4612415596,1359.69541907594,8462.48412576669 -7013,333.205871376728,1680.16062548697,318.456897145028,1512.19584286149,438.891097095742,5992.08346306384,97.8743830363768,542.059757269357,2519.57185151596,14493.0612808296,691.880320769181,4258.44868898995,219.415454063566,3327.24269439667,915.858765590199,8086.12563940978,1087.92354835275,9916.14613899893,97.1509016570944,978.891859863474,747.418105324082,1306.52207538012,358.442231712604,1721.10489052575,202.049818823777,749.285959244002,569.034910818994,2474.25808303328,626.696714030345,1792.07349362004,258.292417460043,1537.1189304674,6183.50394274629,2019.76175373039,52182.0465625077,20825.4075490896,1401.97384786488,9342.24303560008 -7014,302.108912361117,1906.36891620084,283.893432911423,1715.79020857231,392.04005839663,6798.82713830123,86.4776855071038,615.039929103306,2249.66933423494,16444.3334210142,617.859491943922,4831.78458581823,196.499375669491,3775.2057470194,826.048582060257,9174.80051468149,991.035028592053,11251.2056770843,86.5663771702599,1110.68488670533,695.03931900375,1482.42556994393,308.426765024197,1952.82570907086,184.387974988725,850.166014118136,514.718388083546,2807.379621092,525.470236037559,2033.34916433629,234.444692637751,1744.06881407402,5454.73571900939,1786.99488008081,46705.3396755894,18810.9055924459,1239.93051218714,8475.47921690265 -7015,284.393985174361,1974.14462199772,268.049281043269,1776.79041236136,367.343370001139,7040.54074576374,81.8757297326585,636.905982905373,2107.03279434914,17028.9664867848,578.777821136853,5003.56540315074,183.874951859398,3909.42280850117,775.651406314827,9500.98532347877,929.797325949815,11651.2113629459,81.5595068733893,1150.17223434022,633.666126595198,1535.12913557619,280.05762406594,2022.2530584185,173.072646561394,880.391329460668,483.989513153611,2907.18828542884,478.474585231394,2105.63930375958,219.758938082086,1806.07438593771,5081.25409264405,1664.07272521924,43749.9456569218,17660.4847052938,1155.23023717454,7935.8076988824 -7016,263.318264147066,1988.4055815724,246.90289762013,1789.62571123511,335.85981213196,7091.40068066436,75.4469580567561,641.506907464737,1925.10069251267,17151.9814877936,528.939179275868,5039.71049766332,168.08719506443,3937.66396166245,714.327078781633,9569.61918449785,859.357409710193,11735.3781724043,74.9300782127986,1158.48092639605,620.188091896647,1546.21870535766,267.481544038502,2036.86154697325,160.177237717777,886.751159951016,447.049573310836,2928.18942898869,454.243337709824,2120.85016351887,202.560663123622,1819.12122836238,4621.71002627374,1526.62506610426,40353.9671656897,16359.8898933515,1049.36670131358,7384.11690046533 -7017,247.264268511446,2034.34148488046,231.798366733053,1830.96942621499,311.470184451088,7255.22535456622,70.9914176039651,656.326921824912,1783.72358506271,17548.2244728601,490.254152389943,5156.13727511092,155.652949893411,4028.63139440298,666.888662902487,9790.69536011715,804.413207575598,12006.4874481009,70.0840773702217,1185.24401150924,578.893920375293,1581.93926136529,244.90468244836,2083.91687408598,150.142008620684,907.236777130592,418.708709964101,2995.83610415612,414.291846755861,2169.84578541069,189.086314742039,1861.14634518267,4241.05695222851,1407.50933883229,37593.8009340413,15324.8054569333,962.707751733276,6918.95964649402 -7018,232.6101457384,2076.2854755419,218.506371516178,1868.72029797635,290.220808822941,7404.8133695481,67.0727788140471,669.859050272606,1660.84347061776,17910.0332295928,456.601053245046,5262.44635612003,144.838891166851,4111.69359356722,624.539701720951,9992.55961830872,752.93440606745,12254.0368399521,65.8505911325575,1209.68133637321,553.742534178949,1614.55563678643,236.846286513929,2126.88300860937,140.658338606331,925.942157318969,393.105115460019,3057.60416153971,402.575949591248,2214.58359960582,176.668625739372,1899.51940373852,3938.04360893256,1315.99888565395,35287.1161900967,14413.1853216487,892.100142768884,6517.7134914625 -7019,224.810887416606,2046.69326505966,210.631202679698,1842.08640536304,276.463972690335,7299.27643910448,64.7229730778695,660.311899727748,1580.60263756892,17654.7708972607,434.694512376641,5187.44346174147,137.823708302771,4053.09177619066,599.760847983031,9850.14089460015,723.989972949845,12079.3864647043,63.2427595798395,1192.44038124248,547.379757556583,1591.54422009933,218.410098564128,2096.56965796309,135.440338227506,912.745188242927,378.853071378084,3014.02572929352,365.133661120333,2183.02029832474,169.396221239536,1872.44654758619,3692.90672229838,1239.75619870484,33723.2080025556,13881.8513744726,837.544305064717,6283.46464927439 -7020,216.772783201281,2020.74584548317,202.808085871832,1818.73293580702,264.75931674975,7206.73820115573,62.4498870721625,651.940645370255,1512.8232254273,17430.9485220087,416.141241615397,5121.67846689395,131.817234892867,4001.70778294936,576.398656387784,9725.26349208804,696.760264640026,11926.2472942302,60.777219554058,1177.322946979,501.022683914827,1571.36705610585,207.196770843117,2069.9899190666,130.447722102797,901.173653431106,364.771854655012,2975.81473229294,349.738858874428,2155.34456176391,162.767473234472,1848.70818041892,3521.19557164282,1184.61079498791,32378.5352503137,13350.8526740666,797.749912352483,6032.83061667958 -7021,211.789988547875,1984.38474281551,198.714144461602,1786.00683363451,263.240220645039,7077.06086037735,61.1007452261143,640.209689301476,1505.91849760536,17117.2977429064,414.061894899815,5029.5194865938,131.246698975647,3929.70144535522,567.522376788932,9550.26805409353,683.912895361824,11711.647569443,59.8212917919746,1156.13831327369,492.257024204145,1543.09203132559,195.672334744538,2032.74272336584,127.812129731231,884.958023045401,357.607819905411,2922.26821369303,326.733913046623,2116.56150298902,160.351561505894,1815.44270663308,3523.05511440911,1172.18949683583,31812.2106921776,13065.5634266045,800.759740582488,5890.23245100877 -7022,209.251301511286,1948.02364014784,196.203749976901,1753.28073146201,254.325829855101,6947.38351959897,60.445251897892,628.478733232696,1452.72909453099,16803.6469638041,399.659227248593,4937.36050629364,126.57631828134,3857.69510776108,555.212772562386,9375.27261609901,671.766017663824,11497.0478446558,58.6968233972665,1134.95367956837,470.331356116179,1514.81700654532,186.723197110695,1995.49552766508,125.831277654387,868.742392659696,351.784024960655,2868.72169509312,312.239971307993,2077.77844421413,156.768580485004,1782.17723284724,3349.87887620916,1124.55681260797,31014.3714794756,12841.8236836641,760.392108775632,5789.14346749437 -7023,214.811862223318,1894.68245339313,202.131007687551,1705.27203536464,262.109222596877,6757.14882524617,62.3731673416919,611.269598399924,1497.23537400566,16343.5260225672,411.898556556088,4802.16467837157,130.274088352453,3752.06290138282,570.56095929763,9118.55695968443,689.012407587513,11182.2332995084,60.4771548940541,1103.87614286291,478.119899240537,1473.33797355001,192.307074172187,1940.85445585483,129.017632229535,844.954308545337,361.298058584822,2790.1697635192,322.809747626579,2020.88428454195,160.90550994603,1733.3772867644,3456.07190686349,1158.7949625859,31919.6754147109,13196.7305080818,784.326025248003,5943.32860171885 -7024,224.599749169896,1906.74496685789,210.98547792411,1716.12866564103,271.19619932136,6800.1682761003,65.2562944458885,615.161251984456,1548.2118034402,16447.5772330251,426.016888038307,4832.73770446843,134.785546996584,3775.95044474794,594.025780004551,9176.61033739339,717.579908222784,11253.4250918321,62.9705618108716,1110.90398059522,501.275088264224,1482.7179934643,200.94895638676,1953.21092380277,134.488007484209,850.333718010855,377.053567288738,2807.93340527413,337.23529939358,2033.75026313871,167.269101242531,1744.41284938528,3555.87897662125,1198.15220858802,33191.9267729044,13766.1056516625,806.301267152667,6205.62780194937 -7025,242.036899724854,1998.84818796793,228.058901473382,1799.02437570827,293.366757093366,7128.6429348541,70.6251746241974,644.875940521551,1674.87021519269,17242.0593839937,460.859918946639,5066.17779063527,145.635704554125,3958.34358318967,640.829985837459,9619.87641945283,773.861902682831,11797.0094292731,68.0810892440855,1164.56497707625,544.256893825712,1554.33905740812,219.106986996542,2047.55863192129,145.000995711267,891.408154187991,406.518227831094,2943.56754396779,368.265446428599,2131.9883355733,180.478292915548,1828.67479587879,3851.96678137505,1297.4585429566,35885.997800158,14865.2951539869,873.230268943328,6700.97506526935 -7026,255.579915970706,2024.70882921363,238.767669546724,1822.29974211804,301.12343111607,7220.87168870176,73.9719275052292,653.219198126704,1716.12137752273,17465.1332095851,472.518440434415,5131.72284158971,149.352698270476,4009.55572823814,668.807067368904,9744.33618303514,812.55652574773,11949.6364423994,70.8359264303139,1179.63185272032,580.885385953578,1574.44874106482,233.299795235057,2074.04947776361,152.680794813533,902.940989256562,427.064964784863,2981.65074843287,392.062772368183,2159.57151363462,188.411088313576,1852.33377265148,3891.33357616362,1331.05532287636,37397.5363349554,15632.3402441965,879.727194004546,7072.44409057176 -7027,258.796209949622,1899.10826611141,241.049075286751,1709.25540189064,299.302970514439,6772.93293469236,74.6830681460615,612.697470789862,1703.48696883487,16381.7030718151,469.269387758254,4813.38211561061,148.213974895529,3760.82739259295,671.857053112232,9139.85711227323,818.921928277123,11208.3540197732,71.1793395874847,1106.45470111352,610.435852410897,1476.77956236612,231.969993966179,1945.38812233793,154.162475292786,846.928048006762,430.941235906591,2796.68735637676,384.424329238522,2025.60489371458,189.161187266403,1737.4263047028,3802.04318578995,1313.76081777043,37480.4815077256,15795.1300554226,859.232927422069,7165.3975698375 -7028,242.29223017376,1769.2554525643,224.163280127867,1592.38390648056,270.900531042142,6309.82905945279,69.5232747413038,570.803866378267,1538.01187414421,15261.5930325259,424.074120038294,4484.26385440205,133.750277872498,3503.67827323643,620.100231397281,8514.91319379016,761.293430304828,10441.9752246981,65.6512265371401,1030.80011176449,599.108296451264,1375.80375988869,219.360962901191,1812.37089228608,143.801868246228,789.018769284688,400.971695829373,2605.46196479824,358.99507957095,1887.10278760653,174.609477647143,1618.62860473892,3350.64830188963,1183.72754610669,34569.8409084949,14749.8956223379,755.041446581505,6731.13993569485 -7029,198.535505249541,1641.39859113164,182.922446434354,1477.30882889162,218.759815287968,5853.84349866284,56.766967382263,529.554203565034,1240.79633680727,14158.7000710979,342.244856023994,4160.20443074518,107.971835408156,3250.48176233319,505.226113263655,7899.57521376492,620.907094527336,9687.37634670543,53.4069878318709,956.308400087904,507.099935027191,1276.38004443162,181.022064938632,1681.39825421748,117.430907096204,731.999607181225,327.752317954092,2417.17587591353,293.706310673258,1750.72958085762,142.037454756473,1501.65693005673,2675.87524867902,954.533448427083,28136.4314583579,12066.3523074421,602.408893701576,5523.31940556613 -7030,152.279257414863,1495.46242536289,146.68142017388,1345.96182560454,190.448043223571,5333.38035228213,45.6389935852691,482.471727405645,1088.94927633787,12899.8550764636,299.468946692765,3790.32213237025,94.3869792416265,2961.48258330433,408.08878000003,7197.22678716858,486.014625831455,8826.07515634529,43.9746593813109,871.283359884192,377.607745643923,1162.89754800783,148.142945803964,1531.90573261027,90.7527929477083,666.917782088018,257.133363170385,2202.26562728443,249.278816730681,1595.07283562296,114.143542818887,1368.14514574268,2547.6470833669,850.369273389503,23071.1918524753,9446.89140957336,577.806198285479,4254.33236555487 -7031,156.063244198157,1388.11473167607,164.351319739311,1249.34562494401,247.85064498843,4950.53818208642,52.7690593353014,447.838809635396,1431.10973438588,11973.8741438323,401.177970044847,3518.2441902305,134.575661935398,2748.90062884014,469.932373765765,6680.59348134944,511.037776889119,8192.51941046269,58.0452096797947,808.740658947675,344.1059487715,1079.42211749516,172.073453579276,1421.94205545441,94.8874932058812,619.044907068438,279.313051056695,2044.18199243993,314.129715573931,1480.5748801661,133.626894390865,1269.93657591609,3792.08618207953,1129.24691402321,27496.2685631421,10452.8709933012,820.195026048811,4549.76972618637 -7032,158.299090647656,1333.61646964587,166.592185251911,1200.29552578379,259.92842714338,4756.17692297632,53.0378839732732,430.256374813648,1504.10021640522,11503.7722742129,421.349931239312,3380.11569883852,141.667091558827,2640.97705210191,484.856365915106,6418.3091573266,526.25640213952,7870.87591851604,59.5242489334504,776.988989334179,336.729804030387,1037.04332267507,179.681233412451,1366.11571130464,97.3456773219246,594.740812612831,285.540355087369,1963.92611493989,330.936957006465,1422.44657424632,138.580209464596,1220.07806300164,4056.49482727419,1194.72971876954,28455.6046237815,10670.8618996683,878.384538032003,4628.24728314354 -7033,160.927890609635,1305.9334329473,169.584944125416,1175.37994784538,275.132571840865,4657.44882288122,53.4960843964559,421.325169114813,1596.26345738827,11264.9784700814,446.796854568422,3309.95169811856,150.716303205455,2586.15599498581,503.531952167335,6285.07873314606,544.500897758634,7707.49330300285,61.4571513909915,760.860353256493,325.373142365517,1015.51651267155,189.173523108342,1337.75805958744,100.237576332943,582.395260412149,293.168791684221,1923.159192852,352.201885498392,1392.91961382487,144.664214544447,1194.75184173641,4396.22896879043,1278.19935169695,29640.5232388389,10926.1642284084,953.199624867537,4716.76511542071 -7034,185.890165298079,1315.76857699778,194.778882239866,1184.23187766773,324.695512287461,4692.52463832873,60.8517746979214,424.498220378985,1886.80055590926,11349.8163976386,527.854702872111,3334.87934828039,178.605255058201,2605.63265138039,588.793023476802,6332.41242807231,636.259409022873,7765.53937563619,71.272164659262,766.590485426929,361.842219797178,1023.164491455,223.096910030537,1347.8328787848,116.826938106072,586.781350189747,340.587898603427,1937.64273942223,417.688603169317,1403.40986141873,169.844460263331,1203.74966365567,5261.24942726441,1519.22305241463,34674.681017185,12657.1890467349,1141.6228065274,5453.0141595699 -7035,253.900302895009,1362.83262947107,265.408549029287,1226.59096132837,417.285139597684,4860.37271562087,83.9386660740556,439.682202477356,2415.69478270613,11755.790794534,676.626906987423,3454.16547456687,228.010925210449,2698.83417174994,778.923340604666,6558.91805832327,849.326053443306,8043.30687901603,95.0737195548835,794.010850575014,532.89601943431,1059.7623158418,289.864157572258,1396.043847219,157.124648796132,607.770077796154,458.325399452961,2006.95076300395,533.72855919339,1453.60877672498,223.606322208259,1246.80688384271,6537.6999447373,1924.20313443817,45660.6245867474,17107.1691579362,1415.94479159102,7428.5524482138 -7036,358.738262553455,1478.97409917984,371.71972779962,1331.12182880214,546.41771505726,5274.57679198183,118.853494733013,477.152201431175,3147.85451382956,12757.6268167578,883.067746379793,3748.53166903435,296.280074854988,2928.83054872908,1059.49321697485,7117.87325687082,1167.14663921588,8728.76264375669,130.00731743728,861.676963901261,812.116920273297,1150.07593927743,385.244026032717,1515.01559817923,217.858259508838,659.564633161076,636.417347606331,2177.98439267196,694.175565685786,1577.48624785357,302.147780206161,1353.0605651834,8183.81065989772,2473.06676163093,61673.0835629143,23840.695193934,1767.85279263223,10450.3680196167 -7037,396.919016791081,1749.99014123064,405.236307927699,1575.04453828667,577.497722689926,6241.12172772387,129.534047752145,564.588418981851,3317.85745862853,15095.410505976,931.564868382842,4435.43498735963,312.438700240483,3465.52694090674,1147.86474922056,8422.19483962614,1279.19900717992,10328.2732132952,140.12746384438,1019.57579418664,925.461402016517,1360.82271928776,413.414451350052,1792.63609964132,240.078453329539,780.427193536629,697.52436741434,2577.09125335174,734.367368987532,1866.5542440544,327.69862638843,1601.00345967654,8427.91914410925,2591.25927821714,66448.877267167,26156.3803773574,1817.72951718926,11544.6692085873 -7038,364.112690192462,1961.44571727174,366.547222503169,1765.36101052666,529.206333207821,6995.25168479345,116.029295904524,632.809014372168,3041.82480221134,16919.4257669267,853.936113716012,4971.37941250102,287.29884417989,3884.2750117159,1054.07599669672,9439.86917926048,1183.1679396725,11576.2636507106,127.179968042063,1142.77362359023,837.586811504382,1525.25424676737,381.817769891975,2009.24469082753,222.13851265333,874.72811437003,640.167100164674,2888.48747362115,677.553585542579,2092.09454487628,302.877820546372,1794.45661168779,7757.84539378108,2384.68930990199,60910.6884923945,23972.067587392,1673.6412018023,10602.6343288958 -7039,341.386261953517,2016.11754157532,344.375672402454,1814.5673210302,491.721174916175,7190.23193211957,109.336420851297,650.4474445091,2824.27818570969,17391.0247842748,793.050226606788,5109.94780590259,266.501321950572,3992.54229595292,983.738917536589,9702.98880815097,1104.31401417871,11898.9314904732,119.062957947334,1174.6264137121,793.741589331608,1567.76800662484,354.99616514612,2065.24882683423,207.537244004429,899.109610814788,598.975297276142,2968.99894445634,628.271440941859,2150.40797378068,282.152939875064,1844.47391052544,7157.25763909887,2208.52482712255,56820.3938745494,22447.2735767129,1543.40753212563,9935.15116760011 -7040,315.47644228992,2012.18348395513,316.507524623689,1811.02654910127,447.939062727388,7176.20160594056,100.540207799607,649.178224003431,2570.62975724225,17357.089613252,722.021164986323,5099.97674583786,242.662277643793,3984.75163339509,903.34583809052,9684.05533018047,1018.0731741215,11875.7130614199,109.066163275442,1172.33436084393,739.243753088464,1564.70881511147,325.13263613237,2061.21889915528,191.646489658366,897.355174903749,551.958262905056,2963.20552582825,572.784214167968,2146.21187474314,259.279004153023,1840.87478175774,6466.66489728113,2006.87314393913,52080.4766006303,20689.3343345544,1393.77735845457,9177.16414563325 -7041,296.154749608819,2044.37911450869,297.041674136714,1840.00359923734,415.346620932178,7291.02330958986,94.5620293452787,659.565299749797,2381.41162848752,17634.8090404957,669.069608025625,5181.57813480165,224.65971133548,4048.50903547072,843.0372977956,9839.00355938363,952.658296656204,12065.7285711059,101.950426184314,1191.09211542642,701.615714312881,1589.74469644979,302.472530704991,2094.19911328405,179.594345367609,911.713167560431,516.799282754402,3010.61783744126,530.671764257116,2180.55200582953,241.925588605534,1870.32941392296,5942.86418135153,1854.47392621318,48563.5220860162,19391.8048703193,1280.16926363024,8614.90251144174 -7042,278.098953284493,2084.03788353533,279.379623392232,1875.69770178048,385.595429669376,7432.46136643107,89.1478687591647,672.360161375572,2208.89922280615,17976.9054812207,620.774421636829,5282.09521061367,208.241391008568,4127.04578220254,787.322135156712,10029.8697088393,889.646339350046,12299.7908050349,95.5022044289192,1214.19802898223,665.704440582817,1620.5840438489,281.153098128895,2134.82433702074,167.909692838804,929.399428232055,484.1182877051,3069.02060461649,491.631550446247,2222.85238335542,225.408958066484,1906.61180484747,5469.87769050574,1715.26698695974,45306.26581707,18172.5510775468,1177.64488537414,8080.45674354265 -7043,268.991467276924,2069.51658335647,269.593916748745,1862.62808841715,368.185809921727,7380.67295921334,86.1017613220664,667.675244748684,2107.28247980162,17851.6447828226,592.385674554247,5245.29027019842,198.62369246327,4098.28907334964,757.09921145741,9959.98290402278,856.449467790421,12214.0874904127,91.8282141883649,1205.73765779861,649.64158066193,1609.29202869326,269.20649885802,2119.94916355488,161.859603151124,922.923496009306,467.057775768081,3047.63607518599,468.918845336849,2207.363842112,216.427112798908,1893.32678610502,5176.75620816475,1632.30243844291,43498.1474671482,17533.2258667957,1113.91351510683,7806.91146322365 -7044,257.966486201479,2051.23478783081,257.869218422538,1846.1739144682,348.329831925862,7315.47321403263,82.5669753820965,661.777102931312,1991.50149292364,17693.9460611303,560.029762397401,5198.95417172804,187.548717821912,4062.0854094377,721.413665128197,9871.9979261034,818.26860182651,12106.1900945532,87.4893645060958,1195.0863542552,630.470129042448,1595.07578706164,255.558648170533,2101.221854267,154.887519528234,914.77052986467,446.650017449859,3020.71372046255,443.073294154263,2187.86432481566,206.132997489039,1876.60142451807,4845.21827472139,1537.81260180143,41410.2468956152,16785.6982279213,1041.86935741335,7486.3873507676 -7045,249.841383975111,2017.07212846716,249.963245181313,1815.42647836765,339.366959232372,7193.63634729383,79.9943074080254,650.755416932111,1941.08655046526,17399.2590483752,545.778194942101,5112.36725273189,182.825474334613,3994.43267608315,700.569726686115,9707.58295791498,793.793425928643,11904.5653703405,84.9500322752549,1175.18257323862,608.098012641078,1568.51030996664,248.576322384863,2066.22667629876,150.1567625739,899.535319252469,433.092336928281,2970.40469953549,431.806140874514,2151.4261442105,200.22685224984,1845.34722796899,4740.82323968737,1500.58311045907,40237.8546155578,16272.431884553,1019.7019242769,7252.30165514734 -7046,248.821699128481,2003.44756295961,249.226166390523,1803.1639535776,334.046574720748,7145.0460325163,79.8415739336312,646.359808226674,1909.05750888283,17281.7335809703,536.915977449463,5077.83512988389,179.769205028699,3967.4517818986,694.045629137166,9642.01187690927,788.097600635597,11824.1544973539,84.3787194293699,1167.24465583525,610.426752197804,1557.91561126161,245.496558762372,2052.27009026132,149.27114473553,893.459295638567,430.328968054488,2950.34073016048,424.818276104259,2136.89406773055,198.281842227583,1832.88259974038,4627.44036245199,1472.6209675495,39818.6352802134,16177.3842195351,994.763561998389,7219.70573921585 -7047,253.124244907572,1971.19408018553,253.915301397328,1774.13483467735,337.074610070291,7030.01800613295,81.5488665781181,635.954067978748,1924.75304393974,17003.5151206195,541.474894044688,4996.08711165805,180.96516773985,3903.57981436108,703.012693083335,9486.78522175291,798.510778295385,11633.797549436,85.6925029486864,1148.45319550648,627.90852417657,1532.83474303212,247.773548218133,2019.23061409643,151.386554198698,879.075503153052,436.945668299776,2902.84322352381,427.530283734732,2102.49223097782,200.522617345281,1803.37504064544,4629.92004001699,1480.04049120314,40337.2522766843,16447.7936998985,994.763561998389,7344.58121030459 -7048,264.261129179305,1994.33559411295,264.556603392522,1794.96290351061,347.551500438553,7112.5493312999,85.1721761795657,643.42007047402,1983.01575392657,17203.1337608815,558.005919797601,5054.74040239144,186.525585124954,3949.40723823014,730.133576287735,9598.15861443021,829.92807263311,11770.3765351002,88.9982088991286,1161.93585857145,659.021526567324,1550.82998607332,256.27386697431,2042.93606950973,157.527584128478,889.395713731991,455.135038993056,2936.92215444266,440.605442101463,2127.17516490835,207.922612662945,1824.54638497879,4735.6260980321,1521.92524820409,41807.8808326932,17122.1756947797,1016.93099513484,7655.39779025513 -7049,284.309022702366,2062.48734776096,285.389187851884,1856.30156184297,374.505669981018,7355.60406655455,92.0095657323504,665.407446251984,2136.57873057294,17791.0106144593,601.237985856445,5227.47433126244,200.724810043757,4084.36899188386,785.601586139994,9926.15323243536,893.029303346103,12172.6016191495,95.9699374080684,1201.64229846146,711.829683169752,1603.82597304402,275.778530070004,2112.748630715,169.50184629845,919.788731715916,489.684355340266,3037.28459882956,474.164462047896,2199.86640014125,223.739108245125,1886.89598958671,5097.24348393822,1638.24722838971,45039.4373328997,18444.9803814849,1094.51701111243,8244.38313272436 -7050,298.753635283513,2060.8963696079,297.006462568898,1854.86963294723,379.848960654791,7349.93004126412,95.8354354151441,664.894158880299,2161.80221096088,17777.2868409587,608.809340140042,5223.44191988028,203.199463666042,4081.21835833348,813.262177269434,9918.49631616201,931.389108851342,12163.2118193706,99.0221528163792,1200.71536591726,761.036432050478,1602.5888008077,283.147397121839,2111.11888160744,177.445358074706,919.079217653116,511.234082377276,3034.94167369763,481.096863899516,2198.16944942489,231.593983702101,1885.44046051412,5041.24121469322,1648.32714376386,46414.8139989942,19262.4674445352,1080.66236540215,8649.18557082645 -7051,303.302392572749,1922.48119453275,300.808512274571,1730.29175083139,379.893189466862,6856.28957080939,97.0347010294964,620.238133101879,2159.55850499925,16583.3178929128,608.402590381994,4872.62193761563,202.92340305268,3807.11308942269,820.298521322685,9252.34423577137,941.980440597146,11346.2987914853,99.8847290258292,1120.07219043315,779.650079968363,1494.95475733589,284.444292291645,1969.33063164427,179.747777949179,857.351460403685,517.565398850123,2831.10707565443,480.797245403209,2050.53465629607,233.473458845214,1758.80936188906,4980.74293106767,1641.5342627275,46743.5880851123,19511.0709112449,1066.80771969187,8776.07265177969 -7052,283.809090512361,1791.6737912879,279.553676615216,1612.56109555845,343.274820286668,6389.78127038864,90.2664866109266,578.03655536202,1946.0102155714,15454.9735653195,548.727046356474,4541.08422246607,182.716488564711,3548.07358437936,756.210925504141,8622.80615402027,874.963747268317,10574.2860999827,91.9840269569677,1043.86143992282,744.480756106483,1393.23664933475,260.007256738461,1835.3355492536,167.581375440797,799.016471992606,481.212877388616,2638.47592486468,433.986384225003,1911.0143767654,215.215863312381,1639.13834191461,4368.7922422591,1468.54401492937,42944.5764286757,18168.2776878767,933.80312087314,8206.68683289289 -7053,232.183465682026,1660.22999958774,227.667596092094,1494.25767125262,276.015564570071,5921.00336985864,73.5670033392312,535.62966357874,1562.75675458286,14321.1397525298,440.836836067496,4207.93354987535,146.799839318801,3287.77383147246,614.402428492336,7990.20531926385,712.004081655939,9798.51750512871,74.6094466645897,967.279918029584,613.188771766194,1291.023674621,210.107104271345,1700.6885700942,136.588015284282,740.397679207731,392.523741434739,2444.90760815425,348.732830543686,1770.815319941,174.554236798081,1518.88511287814,3464.73659280638,1175.59657100582,34797.6035496441,14810.8779883392,739.838080929164,6702.04737330376 -7054,180.540482644454,1523.75292440651,185.585758400964,1371.42413819376,248.29134959692,5434.27489111946,60.0593409140208,491.598914897122,1420.04009119684,13143.8888492379,399.285449124402,3862.02577590033,133.06101536902,3017.50660555307,507.7492903744,7333.38075137784,567.99956436847,8993.04295609389,62.9001887387221,887.765914471647,445.785098993329,1184.89673127836,179.026087730546,1560.88565007815,107.273551428856,679.534238748078,313.36982600516,2243.92711778118,312.451508857641,1625.24772050498,143.726265161059,1394.02711260506,3465.56749324024,1092.62417990076,29293.3007135355,11803.2950080808,745.379939213277,5236.57789280964 -7055,190.732423982624,1417.70694215831,217.704355245214,1275.97951755732,343.869636504032,5056.07511253004,66.0683240206675,457.385960180253,2315.23225912235,12229.1364761644,691.854443693192,3593.24708460906,236.12579523229,2807.5024462167,873.962473572403,6823.01220505801,944.324388971916,8367.1697857105,98.1608545261347,825.981614078399,552.537955767583,1102.43353418226,289.967675555289,1452.25540610068,137.350551841491,632.24187614448,482.336074793156,2087.76042468612,535.957655060957,1512.13818144717,224.755857786962,1297.00943206842,6223.0851065847,1885.46040206587,44800.0916336904,17103.3127486047,1462.6592347463,7608.48182978207 -7056,193.65178460865,1362.3987265935,221.008869665674,1226.20043549547,361.045953065835,4858.82525508775,66.489662585205,439.542215094647,2431.42066284578,11752.047949416,726.723009257244,3453.06572665462,247.860490771527,2697.97490855953,927.805793047387,6556.82980965818,1004.71703208375,8040.74602603636,104.206861309835,793.758050938849,604.319092124641,1059.42490543025,303.383360824957,1395.59937045096,141.153023012919,607.576574074601,515.079562261261,2006.31178379816,565.492007487987,1453.14597225623,238.20049009086,1246.40992160174,6521.432841986,1977.01976685451,47257.3899935897,18155.0982999124,1526.54919235938,8053.26355120563 -7057,197.109969427045,1339.54648218642,225.401435566029,1205.63271805928,382.704387677019,4777.32557361185,67.1695769342693,432.169537822932,2594.24464461928,11554.9245473007,774.977200398511,3395.14560356664,265.216633448255,2652.7203286696,965.737263230226,6446.84858725895,1039.86319541722,7905.87428121197,107.63717023429,780.443921509579,577.973359017673,1041.65460339073,320.182286777005,1372.19023384112,145.668430392708,597.385366393806,528.36259185385,1972.65884039386,602.931127925357,1428.7715756358,248.923674629947,1225.50321961805,7114.74826455728,2126.0027801439,49334.0991086394,18573.3860792616,1669.8841782935,8209.11651514847 -7058,227.847820480697,1355.51412716111,259.222424729516,1220.00408588253,452.030301077116,4834.27218927795,76.4953830561823,437.321079662353,2960.06916831435,11692.6614122279,884.104763876315,3435.6163750972,302.936731445625,2684.34125186161,1093.10441638191,6523.69622996181,1177.25344022795,8000.11378347312,121.261561459544,789.74695923693,634.340213232008,1054.07132137281,378.073771953918,1388.54699844995,169.979371744316,604.506311855946,595.094853054753,1996.17330326504,715.708664895502,1445.80280043693,282.620591027109,1240.11144754177,8268.15263389292,2454.96106599613,56343.3868659651,21003.9381692361,1931.95760692008,9283.98744160413 -7059,310.631950275191,1400.95827256518,352.221472264433,1260.90520373994,579.751204604475,4996.34306990571,105.268168687073,451.982441233006,3539.03619936494,12084.6624948655,1057.56788729326,3550.79676825878,361.487258825746,2774.33485039326,1340.90425924201,6742.40571745879,1455.73313723385,8268.32075139799,149.339942354486,816.223537332905,845.819487196006,1089.40947789578,489.392829780332,1435.09858388425,227.821423268488,624.77262423381,740.896189590495,2063.09580007093,911.972506843311,1494.27390920085,345.959250937757,1281.68667262435,9818.43309963836,2959.09542809858,70050.9886553868,26547.4495575597,2272.74713913998,11846.2799419401 -7060,437.958615045212,1507.98777062138,491.766574210701,1357.23501862132,757.174124548899,5378.05043504333,148.683104682049,486.512701528919,4353.67168380664,13007.8986727967,1302.23431584384,3822.06822812209,443.228029986008,2986.28667814737,1728.17919742507,7257.50764002325,1901.67133069907,8899.99853732482,193.541556924088,878.580851760583,1239.9050469096,1172.63747396119,647.331225550711,1544.7363112186,314.589734924016,672.503596440831,979.273934158191,2220.71084988905,1181.70036049338,1608.43247451444,444.150020981229,1379.60413663642,11752.4803223589,3640.20038900882,90804.3337509658,35509.1015704569,2690.32455047101,16012.0493560824 -7061,484.014553589833,1771.2224813744,535.323989384158,1594.15429244503,799.075076797225,6316.8442225423,161.873200189164,571.438476631102,4574.02936364993,15278.5606180373,1367.9369472698,4489.24938443442,466.049422817958,3507.57360451535,1803.40402920358,8524.37993277541,1983.61124620483,10453.5844392248,201.3736631226,1031.94613819857,1268.77633169536,1377.33335564538,692.510076707608,1814.38585612555,345.813619887201,789.895987240207,1018.10203977579,2608.35867411229,1246.97019722065,1889.20083712531,464.371273933614,1620.42816912277,12338.3232458303,3834.89732985236,95484.789570559,37215.0926988678,2836.27359399822,16882.6971614651 -7062,444.034315537592,1985.9467948583,484.425729053228,1787.41272814817,732.437190441936,7082.63172430075,145.068167763923,640.713644422381,4577.68586259227,17130.7719998534,1368.77417916511,5033.47858334493,467.015617608382,3932.79479617466,1790.77607728009,9557.78575739028,1967.66174029847,11720.8666501059,199.22201009904,1157.04839294475,1228.22339037405,1544.30671011632,639.442319000142,2034.34284145534,319.917989912126,885.654637193785,1006.42009252352,2924.56854131312,1150.29160323583,2118.22760087221,461.975448501723,1816.87177224081,12148.9154358488,3768.94061301048,92953.3688406176,36263.7478308462,2828.04722942594,16387.5693267827 -7063,416.215825109965,2064.77257220166,454.916585828545,1858.35833358659,680.287593603642,7363.75403470214,136.647376887854,666.144713979156,4241.23760442248,17810.7229546708,1268.51037447887,5233.26634357124,432.400955368844,4088.89444987286,1681.65988010953,9937.15135467529,1858.23021604277,12186.0887936319,187.161701339393,1202.97371140438,1192.70622155253,1605.60300324797,594.179347652227,2115.08954437598,298.755922510865,920.807852483996,951.725574650516,3040.64989316999,1066.11458649729,2202.30383980329,434.054910075476,1888.98665978508,11138.6107110673,3480.24482161323,87027.6483775547,34281.7627935565,2587.87010321427,15506.4216213468 -7064,384.496032607587,2085.57100946786,417.926171514195,1877.07756191206,619.434751133489,7437.92906898745,125.614014563595,672.854784245697,3951.52274969968,17990.1302216141,1181.93958767362,5285.98099273378,402.986118029617,4130.08185029104,1573.65418686598,10037.2481991595,1741.38522107679,12308.8391665819,174.971196545054,1215.09125578015,1124.19743558828,1621.77622919404,543.657309773755,2136.39482409217,275.672767498047,930.083142466022,892.369622930517,3071.27833472474,971.15895342099,2224.48762840544,406.180918360546,1908.01440699034,10269.2260954029,3221.76000529151,80944.2953426204,32041.7467598733,2393.58617278197,14499.3155208702 -7065,360.833532206894,2128.81671156791,392.023408565267,1916.00001369751,574.083344282964,7592.15947557562,118.096701713795,686.806875746771,3713.66119383931,18363.1675379046,1110.94660870256,5395.58932459135,378.612007318751,4215.7218445831,1489.30387709691,10245.3772168503,1652.05820635956,12564.0711339323,165.605889311502,1240.28698118739,1081.46457485612,1655.40483803175,505.31985059123,2180.69439179395,258.164823800011,949.369035070383,847.522645648968,3134.96333385778,899.08894957219,2270.61385899963,384.374068077538,1947.57835483615,9547.42414082535,3011.02834840189,76259.9343763424,30377.5467913518,2228.65470937154,13753.1716505171 -7066,338.735969879303,2161.59087835625,368.52489913351,1945.49776410231,532.712618391337,7709.04445660011,111.289191255131,697.380601034999,3548.20389531041,18645.8774172376,1061.51947835687,5478.65704173424,361.515487317572,4280.62492906043,1426.23460190205,10403.1097731056,1581.83367863163,12757.5011087378,158.917219421141,1259.38180140651,1044.5750975347,1680.89059919149,469.369080437069,2214.26724065534,241.24110377773,963.985032272026,812.7758746982,3183.22761636782,832.444429762854,2305.57106171342,367.727209971516,1977.56226913366,9014.08215682134,2852.17885672234,72557.5553937676,29030.424670958,2112.48723265533,13131.0265317337 -7067,327.541439559413,2130.72588535157,355.455940048538,1917.7183283724,508.417516343658,7598.96830592415,107.449665846751,687.422820592793,3433.33214996468,18379.6360661052,1027.23738239503,5400.42821824995,349.741742532768,4219.50260484356,1385.69258514902,10254.5655163784,1537.0967145553,12575.3388936669,154.416930920145,1241.39930024043,1024.41156639184,1656.88944471534,449.053057708371,2182.65009072302,232.407940915588,950.220451945743,791.283770705227,3137.77484401609,793.427051899286,2272.65019985926,356.872245406847,1949.32498972325,8647.79590262986,2746.612461224,70240.1310405264,28216.7250452238,2030.51432997487,12766.6973841274 -7068,314.010545237873,2101.36508936325,339.82829218693,1891.29271586659,480.723319302096,7494.2566864306,102.9971758648,677.95032986468,3384.62375895113,18126.3699146089,1012.66466011071,5326.01185514304,344.600491500808,4161.35906042768,1364.63012713908,10113.2605234906,1515.37615722715,12402.0543044669,152.22854953078,1224.29317136435,1009.97677571328,1634.05797995681,425.86465747748,2152.57379396979,222.237914117645,937.126684687686,779.068129339519,3094.53720012871,749.056541737417,2241.33372722914,351.82468995397,1922.46384642384,8417.87366136916,2680.36826738154,68657.0203964106,27674.8751352044,1988.60685801039,12509.9413845844 -7069,304.163075398907,2063.78905919957,329.479461801695,1857.47314186706,468.460680927298,7360.24645816086,99.8040899177371,665.827409305365,3340.9374379561,17802.239174017,999.669335475806,5230.77358211092,340.266336987322,4086.94678701169,1353.48459675313,9932.41799193467,1505.10353230477,12180.2841946487,150.843908713334,1202.40069900473,1009.17427508826,1604.83820646059,414.400322175066,2114.08206389339,215.513890386948,920.369244131899,774.34094900698,3039.201540579,730.267999997409,2201.25481654031,348.913227612854,1888.08687887667,8269.09799679228,2636.47714996458,67739.8498916594,27402.1199360554,1954.06936741919,12371.631078785 -7070,302.838101133987,2028.35361731347,328.351050341025,1825.58016264992,460.910335303801,7233.87037118971,99.5774518013824,654.395093408816,3355.34531882277,17496.5731424614,1004.10829362293,5140.96073400903,341.61800605904,4016.77354681683,1367.79592567278,9761.87749072757,1524.08547735745,11971.1476306129,152.649195688236,1181.75537195279,1034.26234264176,1577.28299157653,408.931875431162,2077.7830866391,214.117687463865,904.566422269457,784.946486816408,2987.01817954641,717.943931884189,2163.45907536206,352.537996901568,1855.66825906952,8209.687954506,2630.51124308841,68086.4331766384,27707.8418601512,1944.08532845282,12508.6903093172 -7071,308.005480897651,1989.67836409484,334.395039451091,1790.77125435171,464.880744341035,7095.93990089671,101.673384087044,641.917537362085,3444.08353188901,17162.960506594,1030.83910864684,5042.93642676905,350.308740998476,3940.18446850276,1414.09666642405,9575.74471751654,1577.67867499951,11742.8900122274,158.040022117612,1159.22247243141,1090.05257526665,1547.20844314672,412.474146914171,2038.16534625929,217.058874958729,887.318771201256,814.61028135901,2930.06376909423,722.146176763585,2122.20772409196,364.009347260167,1820.28565162045,8322.7596584316,2681.05295972407,70033.2842922204,28687.8135957616,1973.48088709154,12944.5984792747 -7072,321.470116571182,2008.88582040207,348.269530150531,1808.05855125603,479.128587234449,7164.44089988466,106.156274517591,648.114319351688,3431.09013479696,17328.6439758331,1027.29401240572,5091.61865743771,348.677924628426,3978.22122981399,1431.57379387739,9668.18463222333,1605.36994018249,11856.2505688383,160.265955249969,1170.4130826282,1141.71736524863,1562.14449467454,426.299996538591,2057.84087399364,225.743690352669,895.884545869156,831.094176645327,2958.349281385,743.736215089858,2142.69455898495,368.347423496479,1837.8578671861,8235.40664348075,2677.72412285227,71140.4225016399,29388.9850864803,1940.82852936568,13296.786227053 -7073,345.859870468418,2082.09978083549,375.676285713339,1873.9533501981,516.257641700274,7425.5493647086,114.671853585127,671.734883373517,3476.75144335856,17960.1874122628,1041.16904144395,5277.18299521233,353.135029457975,4123.20773365457,1464.13607877817,10020.5421828307,1646.66009630502,12288.3523096241,163.802249090974,1213.06885542128,1189.94627369494,1619.0769415378,458.750248550519,2132.83900419932,242.905200504569,928.535110190952,853.73745778265,3066.16649281428,800.391247274528,2220.78518666982,376.632063623392,1904.83870392847,8404.81497419794,2743.56619784405,73545.6639672179,30429.1112611281,1963.02465671921,13812.1856872504 -7074,363.152187496691,2074.14488726432,390.551103267488,1866.79370319396,522.944867048528,7397.1792282495,119.346882431231,669.168445609839,3484.30900473555,17891.5685205564,1043.611985994,5257.02093118979,353.741077169251,4107.45456034608,1479.23885733124,9982.25758795985,1667.81937139027,12241.4032941697,165.545773204743,1208.43419106552,1221.67852185556,1612.89107817427,469.837576767015,2124.69025578725,253.857971236697,924.987538625624,865.812584961299,3054.45186302259,810.301642718357,2212.30043009523,380.435159649006,1897.5610559985,8338.04801658094,2748.18904381751,74529.0410216937,31001.6066860212,1947.21285268945,14130.1290707304 -7075,368.559531068536,1937.00249471161,395.352605638193,1743.36136419472,522.683876581622,6908.07797802712,120.797400068626,624.923049728767,3320.77778107474,16708.5785913109,994.910863899741,4909.42687803087,336.887556510519,3835.86979827559,1428.34275982568,9322.2310405879,1618.75411874759,11432.0021061074,159.766005425665,1128.53256161676,1209.64782619479,1506.24677249152,471.478847695488,1984.20580511013,256.967575315854,863.827392626434,841.062890005011,2852.49160508492,809.006051817128,2066.02319753949,367.591397568597,1772.09438063151,7931.86919671094,2638.17905955009,72579.2479542145,30347.9266644496,1839.01500722375,13890.6840674497 -7076,344.612894427657,1815.07564862541,367.00522919132,1633.62348140669,471.607030877163,6473.24107787962,112.279771374991,585.58655083007,2874.33310948236,15656.8379271744,861.481272445405,4600.39736621383,291.484868899384,3594.41656949662,1259.40594261762,8735.43250399904,1437.04127866801,10712.4016073708,140.781669201601,1057.49578375035,1099.89653780199,1411.43433993203,429.850250584077,1859.30769245229,239.172537058964,809.452785555271,747.568629149194,2672.93824578626,728.492012119117,1935.97499517287,324.380897187699,1660.54786513276,6786.50525421708,2293.86790151415,64462.7775718175,27198.9727418175,1564.60021535949,12526.9768074654 -7077,281.829926767285,1692.02065337399,298.740173163885,1522.87022993788,378.949828422486,6034.38077434184,91.4745003874591,545.886084193177,2524.50015263283,14595.365851209,756.442802302923,4288.50850555791,255.655209947614,3350.72925308862,1089.42385700057,8143.20451277851,1233.11439795639,9986.14288095099,122.507605880569,985.801725849048,935.503149677277,1315.74463899336,346.953484812753,1733.25393847299,194.798167931781,754.575068057277,642.888731303795,2491.7235380733,584.753309217743,1804.72349939181,279.677892898813,1547.96924626725,5865.05416858709,1974.94126275918,54986.399242182,23170.5282908647,1372.63051758166,10625.6269109982 -7078,219.828731675314,1546.4316093461,244.539066413533,1391.83564681204,342.724981918557,5515.15559438625,74.9007177372985,498.915597758905,2316.79348099236,13339.5151278283,693.209394054855,3919.50600409044,235.304976670394,3062.41748350077,932.016859990074,7442.52668241344,1028.10638019918,9126.89036966254,105.085705367738,900.978925027314,696.993691785009,1202.53207046243,298.751821424974,1584.11699770536,154.077054146831,689.648045691048,532.143556727733,2277.32447198241,528.868080974782,1649.43699713359,238.917624769493,1414.77503123257,5812.71698516148,1845.1722522998,47329.2368173223,19006.1700876641,1365.51726953015,8577.12370852014 -7079,199.616390886533,1440.87738219599,232.889856108811,1296.83362077266,414.404305635981,5138.70959906402,78.3797097179842,464.861294926305,2631.23985461334,12429.0046329798,801.681901790891,3651.97368997347,273.299678526528,2853.3871528167,1040.73719781468,6934.52481071191,1140.96905182739,8503.91949049066,108.207874978053,839.481130016508,578.129952498326,1120.45127066905,305.280421925443,1475.99049253204,137.959777565735,642.574986637836,519.618071138297,2121.88195311681,584.218593977198,1536.85196821087,251.385406070722,1318.20723986663,7152.49327373226,2154.98353764136,51331.51612249,19579.9944539469,1737.24736475956,8727.55475886438 -7080,202.771865007865,1382.27150027221,236.598294054091,1244.08653834017,435.688065028473,4929.6990255589,84.0455004109676,445.953644283704,2762.19392473065,11923.4704446088,841.697364778243,3503.43423650717,286.756203023649,2737.32920602185,1103.84358472826,6652.47170385091,1212.71464169864,8158.03322167473,114.811646986501,805.336287026463,632.256709687667,1074.8783192982,319.527721666369,1415.9564288464,141.807364960851,616.439054282038,554.630924812891,2035.57706365353,613.286740219405,1474.34244026892,266.271140051718,1264.59081226128,7452.16930385372,2254.28286303637,54264.9443800227,20857.5885099735,1808.58237463022,9294.87633203509 -7081,206.522656942097,1350.79904211657,241.518172347197,1215.76036543406,463.511357003901,4817.45642613378,84.4322154755248,435.799881143605,2950.20481086547,11651.9891006297,898.664153877872,3423.66576310104,307.162161953627,2675.00391111577,1151.56991781701,6501.00389359092,1258.2835273778,7972.28580580822,118.77095211798,786.999865715839,604.8336775496,1050.4047893731,337.379853103275,1383.71701028911,146.380897969429,602.403568245052,569.601587042866,1989.22971876087,656.079558164681,1440.77365096139,278.65017352038,1235.79778468669,8145.46636159868,2428.20921444708,56736.9028800243,21368.4145809334,1979.95716001508,9486.51813594553 -7082,238.815631153953,1365.98565966691,277.929569232436,1229.42878473778,528.363807355305,4871.61760483471,93.8808359565922,440.699444969946,3367.36684208527,11782.9888249815,1025.61443936657,3462.15698270018,350.968356734671,2705.07815611976,1304.43193474374,6574.09267789338,1425.59610992668,8061.91575945781,133.880972606688,795.847862790273,663.879117896979,1062.21416686885,398.478606653068,1399.27371441605,170.834105292941,609.176206007338,641.799511478416,2011.59401575597,749.977815530083,1456.97182532452,316.502502105791,1249.69147852304,9390.34788040495,2787.52359605425,64466.7805923238,24105.2473981007,2282.79541832868,10699.6533344108 -7083,325.276492063766,1403.56169263649,377.127222515461,1263.24836126271,633.478080952456,5005.62784311138,118.662379029174,452.822366434515,4022.02632695002,12107.1195897772,1225.43037127054,3557.39526284401,418.361565312425,2779.49043509233,1596.49724567081,6754.93522295338,1758.19425199951,8283.6858858362,164.643806202024,817.740336784672,884.992788268276,1091.43394254699,515.429535012804,1437.76544736674,228.876123531881,625.93364781445,798.089470710427,2066.92967943775,896.006927044061,1497.05073900616,386.864996850228,1284.06844863723,11008.1660774307,3322.05679981871,79078.1512016068,30168.0991923123,2670.63267072264,13487.8586158224 -7084,458.104548331819,1512.52929058663,525.746933491795,1361.32252520107,783.334078943435,5394.24719996456,159.701526684404,487.977903827229,4938.77872825238,13047.0738124625,1505.7128675372,3833.57893099695,511.948751021232,2995.28030583784,2049.44032400031,7279.36465802247,2286.53537223021,8926.80215061357,212.852327888221,881.226823138526,1296.89349897727,1176.16903874158,681.13145871826,1549.38850464822,315.896952198537,674.528936811248,1052.76387588185,2227.398836926,1100.96828566992,1613.27649801256,495.391222319116,1383.75901100127,12998.5443883213,4041.16887302361,101352.558441782,40033.3020030599,3142.64977139791,18065.9435200824 -7085,505.980558146314,1769.48686705822,571.909516303815,1592.59218658805,822.295607762974,6310.65437040287,164.947027293593,570.878526195012,5190.29093802766,15263.5892133616,1582.22823365675,4484.85038567369,538.474486428729,3504.13654619711,2139.91822048032,8516.02692461101,2386.48468931847,10443.3410107459,221.557774155718,1030.93493801914,1327.15402162467,1375.98371181726,728.222104717331,1812.60794617913,347.150593931799,789.121971102672,1094.82539439839,2605.80275315705,1158.07916342588,1887.34961625749,518.125819238832,1618.84031759184,13732.8047227173,4264.6741727693,106188.570196664,41747.5467859724,3322.50061759856,18888.1036622465 -7086,464.199193081652,1986.78567450317,517.641697219205,1788.16774543188,822.111059684687,7085.62348399998,161.584553299485,640.984286937019,5196.32893800403,17138.0081735358,1583.86708011082,5035.60476453841,539.788286367498,3934.45603982455,2126.45519994816,9561.82304174387,2369.05700164476,11725.8176369493,219.301747708815,1157.53713934394,1284.8136086277,1544.95903749383,672.388532210166,2035.20216397335,321.148500916205,886.028744722473,1082.64758270802,2925.80390221287,1160.7107988612,2119.12235697654,515.674948239838,1817.63923325791,13789.084747032,4254.79726276844,104959.72009561,41064.7241059372,3341.10258505398,18529.1442044775 -7087,435.061692991129,2044.06091887808,486.00194482346,1839.71721345819,762.79696974229,7289.88850453177,153.295990398513,659.46264227546,4811.92390193385,17632.0642857956,1466.96422420776,5180.77165252521,499.494904729628,4047.87890876064,1994.67027301061,9837.47217612896,2234.36955148076,12063.8506111501,205.889980882926,1190.90672891758,1247.55321017356,1589.49726200252,624.721883998801,2093.87316346254,299.889492113812,911.571264747871,1023.24810341608,3010.14925241487,1076.27246347555,2180.21261568626,484.139922701607,1870.03830810844,12619.2269935758,3924.97051099776,98261.9147502176,38832.5732427381,3054.93184554653,17551.7675163682 -7088,401.835426494314,2044.2055522353,446.392404999268,1839.84738789402,710.953610652465,7290.40432137384,143.460698659676,659.509304434612,4482.63692570359,17633.311892767,1366.64066762082,5181.13823279206,465.438764509157,4048.16532797193,1865.97011433471,9838.16825451598,2093.10861470081,12064.70422329,192.448348623819,1190.99099491804,1175.8699037746,1589.6097314124,571.490941471296,2094.02132142712,276.694565305716,911.63576557128,959.282493095188,3010.36224410611,1003.41297814075,2180.36688284491,452.952893690423,1870.17062799976,11699.7042147343,3647.72414362102,91709.9113721005,36360.4861528295,2832.45075511875,16443.006670611 -7089,377.044760433325,2075.27303362363,418.622109311882,1867.80906934933,668.662913984912,7401.20262163286,136.433082671965,669.532412442782,4211.67178550441,17901.2999081817,1284.15147196502,5259.88027291696,437.156622530072,4109.68864241853,1764.95367286012,9987.68702908748,1984.46108607858,12248.0615052927,182.086981782007,1209.09146946564,1131.12700889137,1613.76834437153,531.097499767149,2125.84589423443,259.101752049773,925.49064780113,910.821752006845,3056.11320730482,943.272487635738,2213.50372051686,428.473036388472,1898.59315679823,10911.4571486735,3416.71396996786,86583.6705628519,34510.9651147805,2640.85304201904,15618.8108529091 -7090,353.901478319814,2098.73274318167,393.431451430068,1888.92352396173,639.100257522407,7484.8687518579,131.439778016445,677.101072412392,4023.5130784072,18103.6633031437,1226.836172155,5319.34004592678,417.366028218866,4156.14619299767,1689.8287983481,10100.5918050195,1899.70139755004,12386.5184509127,174.70130389167,1222.75951903945,1092.52322026222,1632.01102186,493.243144927405,2149.87729946924,242.101800681805,935.952761192629,873.383982153046,3090.66072325006,900.425882528199,2238.52604459066,409.864783958309,1920.05560694609,10371.7296126448,3252.40728844669,82746.0738991885,33060.981318794,2510.481763489,14954.3436812904 -7091,342.151314347429,2074.3184467318,379.395938956186,1866.94991201188,618.686180373454,7397.7982064586,128.077282118943,669.224440019771,3892.63291877109,17893.0656440814,1186.99496452284,5257.46082608766,403.702089232911,4107.7982622883,1641.25531573854,9983.09287932347,1845.37567920106,12242.4276254254,169.721074513439,1208.53530993912,1071.40987345649,1613.02604102974,471.816142336172,2124.86804476989,233.220713006223,925.06493936345,850.154390411247,3054.70745222566,870.89881608403,2212.48555008705,397.689833417676,1897.71983935467,9985.45187391901,3139.34276048268,80251.1026911847,32160.9020031523,2416.73365999318,14551.8133624759 -7092,327.959767916231,2055.66060335501,362.628293219964,1850.15728351961,609.910926155575,7331.25733348574,126.261536962699,663.204976226502,3837.40399320938,17732.1231345819,1170.15428217393,5210.17161607879,397.775969548764,4070.8499062044,1616.37119102086,9893.29809219622,1819.29276882634,12132.3108313783,167.315626001333,1197.66491414059,1056.31266582589,1598.51737805967,447.363932293204,2105.75552362439,222.996569212914,916.74427057742,837.045628541011,3027.23131745217,858.550904986847,2192.58493698109,392.064183608922,1880.65044502349,9816.26855928212,3085.19549724045,78913.9351746576,31643.1752409465,2376.83390176283,14308.0117311039 -7093,317.697898476096,2016.78286175272,351.621381615644,1815.16612949599,602.286405237766,7192.60471360969,125.437722401336,650.662092613806,3787.31760001645,17396.7638344323,1154.94068823619,5111.63409219819,392.700406627374,3993.85983766059,1602.62299471067,9706.19080114094,1806.26694594187,11902.8581460609,165.764281892839,1175.01404123769,1055.45189627323,1568.28537114689,435.35660614317,2065.9303603696,216.257040007988,899.406317605651,831.830055241918,2969.97871615301,848.031518971546,2151.1176098932,388.731533821808,1845.08258818636,9651.06081240636,3038.785843189,78057.3153290265,31397.0600516526,2336.38226922024,14193.7571757516 -7094,316.268990868656,1978.42580416469,350.335824366013,1780.64360697693,605.303764016202,7055.80904837478,127.539271385578,638.287194041412,3802.70824188216,17065.8959532651,1159.73482579213,5014.41626723465,394.152570313441,3917.90088605659,1618.76072467249,9521.58941118457,1828.02615304181,11676.4784876311,167.694111286992,1152.66652822515,1081.65450531525,1538.45825716434,429.541761397951,2026.6385698113,214.841427150795,882.300569350009,843.021492538357,2913.49289072722,851.803299185802,2110.20564876637,392.639838004998,1809.99108655181,9620.60723484747,3040.9056955997,78686.333530677,31801.0276758861,2328.45808271669,14381.967050475 -7095,321.628299749562,1944.84168103582,356.715063631295,1750.41687114511,621.888087230177,6936.03545901118,132.986495902612,627.452157584073,3901.98556066044,16776.1993925993,1190.15025562472,4929.29567641759,404.040988621313,3851.39383510374,1672.52333341729,9359.95877004828,1891.08916368199,11478.2682285379,173.548355357648,1133.0998128452,1139.95289549546,1512.34265989076,433.210136209189,1992.23602657568,217.781677083782,867.32336328277,874.623055639817,2864.0358406972,873.49640221225,2074.38453978861,405.260486721024,1779.26617213503,9782.78104382798,3106.69734576913,81145.8106734108,32978.822156347,2366.72532646185,14916.8463732223 -7096,335.641685406331,1958.92907833711,371.443198140363,1763.09595867555,620.671608964913,6986.27640569578,136.365779309733,631.997086828252,3884.73007309833,16897.7172458794,1185.15834662782,4965.00086892058,401.869753072057,3879.29128076623,1691.05059703075,9427.75732619971,1921.58175499741,11561.4106901804,175.856670037461,1141.30738439265,1193.89057821965,1523.29726463485,447.663045566714,2006.6667232735,226.481372910699,873.605791783966,891.790356933602,2884.78139092191,870.520576625462,2089.41027656328,409.744445300291,1792.1542286365,9602.79993510821,3084.47684126449,82021.6351569027,33692.8697336554,2319.70897330121,15281.6838580847 -7097,361.107576129036,2044.66838402904,400.664331493614,1840.2639506344,629.60065324803,7292.05495328092,140.182195068751,659.658624973354,3934.92733201306,17637.3042786422,1200.63332359835,5182.31130244705,406.834729901299,4049.08187944986,1728.26541698174,9840.3957296617,1969.43950477497,12067.4358119458,179.664040592858,1191.26064906212,1244.27146334772,1589.96963745146,481.740541667482,2094.4954320875,243.699183606466,911.842170458574,915.780239373652,3011.04382495581,882.294837470193,2180.86054313963,418.758574409499,1870.59405627262,9669.48519609526,3128.88563532193,84018.7536694579,34699.7678868689,2332.82108319866,15778.4769873914 -7098,379.011771776064,2058.00368001624,416.31170039644,1852.2661240274,631.559552765541,7339.61362436739,142.418241260485,663.960908455234,3942.15644152182,17752.3345079005,1202.98094951608,5216.11025764964,407.381043778535,4075.48992965528,1745.00053035647,9904.57464038934,1993.38205792879,12146.1394440926,181.509203810002,1199.03003282979,1277.40784081027,1600.33939515481,493.138283031618,2108.15569932149,254.637432369197,917.789191174333,928.465642669428,3030.68180681627,884.379716234188,2195.08408230947,422.810792191709,1882.79404215157,9601.66068483634,3130.98057383259,84886.0581587514,35249.373119735,2315.05559288091,16071.5194111018 -7099,384.589556997007,1933.79160948933,421.32700385713,1740.47146949574,602.835820533527,6896.6267560723,138.366428009113,623.887141829365,3755.0779782352,16680.8815035526,1146.11304613693,4901.2887335238,387.735692062359,3829.51124288731,1683.27623484963,9306.77798156056,1932.56492255406,11413.0517708736,175.072251644693,1126.66184202045,1264.76072706524,1503.74993239136,494.753691565785,1980.91667300267,257.735014643961,862.395463335091,901.514443627872,2847.76315317717,843.617989890645,2062.59844028081,408.254757543756,1769.15685645445,9042.62468215949,2981.77589116754,82023.5255309377,34338.4623574954,2177.02162222124,15708.5506797293 -7100,359.461640746362,1803.07098738118,390.902953462365,1622.81891989446,522.861589337794,6430.42794975956,123.03346161081,581.713561747098,3247.84344916407,15553.2857498236,991.554111207133,4569.97096937903,335.19587862172,3570.64359159338,1482.18835261836,8677.65755224328,1713.06307080139,10641.5512532789,154.150320173833,1050.50165176431,1149.93309780941,1402.09930690892,450.833941551742,1847.01048654046,239.839755567309,804.099175918587,800.815929937373,2655.259799055,731.542056030939,1923.17072224245,359.93086666494,1649.56522944159,7684.85005535839,2575.62158226085,72287.0388871002,30605.279850487,1846.8438412625,14066.5227809355 -7101,293.921155831284,1681.95409482959,318.11592171529,1513.81002000804,458.606228051598,5998.47964794425,107.078459317475,542.63837311226,2853.93795024215,14508.5317428161,871.147453491799,4262.99432412444,294.176284008703,3330.79432373336,1283.40053065491,8094.75708703141,1471.71603428285,9926.73102226985,134.202049738571,979.936767423959,978.102856549078,1307.91670828135,363.806013894204,1722.94206538258,195.325103861396,750.085776461696,688.983596584213,2476.89920314425,639.594209523876,1793.98642314699,310.557708457986,1538.75971149508,6795.68011702329,2252.86673979417,62472.2232959614,26253.369568901,1636.39422055921,12018.1819053885 -7102,229.629244902011,1538.21637236484,260.929380686328,1384.44168279292,417.601983553605,5485.85697560313,88.1645075076014,496.26516702245,2626.46687465056,13268.650514529,800.926090155697,3898.68408705352,271.612584960703,3046.14874894409,1103.93305811206,7402.98913024116,1234.59109107029,9078.40483248417,115.471483725526,896.192579908986,728.960566338417,1196.14375954282,313.922108569699,1575.70156150789,154.621382962064,685.984371141993,571.740608472896,2265.22645218801,584.467791933346,1640.67455608206,266.280757614384,1407.25920441779,6719.04460309835,2110.77243312354,54078.0962478937,21658.5536104317,1626.00681954567,9776.51635396955 -7103,209.288478150577,1429.97194400672,241.384536871525,1287.01839355911,401.294356669102,5099.81671296721,77.1504812413822,461.34294133075,2330.10297785601,12334.9343509045,789.700058094448,3624.33332734653,252.96939046799,2831.79097981155,998.51538764551,6882.04010061121,1051.78000966704,8439.55664496611,102.467005549954,833.127425192227,629.753648078189,1111.97101257953,325.201389412462,1464.81929692362,150.344856581761,637.711587513566,481.182147563238,2105.82225728802,565.146818055483,1525.22013586172,245.365133406229,1308.23024407736,6599.44723496842,1990.1868046747,48539.1603001831,18627.7951502881,1596.72780607061,8365.74161323497 -7104,207.651617645787,1369.31225213614,238.556359532527,1232.4228194905,420.175347005425,4883.48148226457,82.5681509531981,441.772682777722,2436.19110987124,11811.6840031577,825.519437120249,3470.58839284307,264.295353264717,2711.66584798838,1055.94376521971,6590.10260233114,1115.29555470847,8081.54898771553,108.41947973137,797.785995513906,688.483909483733,1064.80098293329,341.946383911068,1402.68137347004,150.286007980419,610.659736207673,512.566004399189,2016.49286184312,590.741069271121,1460.51999690869,259.092903867831,1252.73485912656,6825.87018876364,2070.85083697165,51102.4195800301,19788.4986022103,1649.17262012143,8915.92543161015 -7105,210.356121853753,1340.03824009042,241.968275793618,1206.07531518175,439.871257015905,4779.07936688596,82.0793858202386,432.328190612454,2558.0659591905,11559.1664497295,867.110799392906,3396.39198785266,278.379159446048,2653.69416287847,1086.590241231,6449.21527538127,1142.32630418865,7908.77658898369,110.622213390429,780.730428526794,657.713175301446,1042.03700287538,355.907320910989,1372.69397551956,154.238380877852,597.604671195517,520.061931785561,1973.38301875539,621.791964600807,1429.29608876369,267.508610868322,1225.95311135577,7327.22312721133,2191.98918060568,52681.0994629254,20036.6391318497,1772.71044533737,8996.46766112729 -7106,240.936774684842,1352.04289852875,275.283462450496,1216.87987416857,497.172788556159,4821.8924849991,90.7351757896138,436.201178790173,2893.98762335034,11662.7186028766,981.0808518527,3426.81837757575,315.288100888278,2677.46713522513,1221.98620718899,6506.990213633,1285.73099995443,7979.62692651538,123.783745463271,787.724558878059,721.341771401052,1051.37203371657,402.254319952987,1384.9911785571,178.078793794151,602.958279580876,582.308858800744,1991.06146135457,704.767803184263,1442.10035870131,301.718752576656,1236.93574447991,8345.46533768928,2489.02426723373,59356.9171692594,22451.3403949872,2022.32066350757,10072.9433247378 -7107,326.908794936909,1398.73090034499,371.869137344656,1258.90050076049,596.549088516064,4988.39942449217,114.950766389297,451.263838007394,3460.71422589242,12065.4491877611,1172.75851549712,3545.15138521204,376.107285173518,2769.92395786615,1498.34023982736,6731.68602117207,1589.76863265333,8255.1750151474,152.563457295664,814.925830136255,961.863953457047,1087.67743458301,487.56246254618,1432.81693225938,237.234347335765,623.779303294564,726.063315705107,2059.81570075417,842.481024202135,1491.89817520514,369.37137043957,1279.64892935569,9737.26810504452,2958.87776639143,72827.2665401121,28145.7741330786,2360.40480608804,12675.6365289504 -7108,470.792676928895,1515.3351990416,532.278213045026,1363.84792844924,772.360227934056,5404.25412275328,158.891417005134,488.883156594702,4460.04817208734,13071.2775716564,1510.62447942011,3840.6906422228,483.10877272667,3000.83688076665,1996.42054130362,7292.86868136131,2139.19958382272,8943.36235198365,204.5920177687,882.861595971806,1414.38205345863,1178.35096187578,639.521323940419,1552.2627910057,335.933412619413,675.780262295455,988.16462361748,2231.5309071398,1084.84768577916,1616.26930363566,490.798012417236,1386.32603640222,12121.6851180199,3778.36014726266,96927.5762044842,38479.5446397778,2938.62403112388,17420.3982643844 -7109,524.260051148838,1760.172407022,584.683596740136,1584.20888827025,817.019552539154,6277.4355095965,164.769222935373,567.873459971141,4723.77297589419,15183.2427047868,1600.1722862475,4461.24243442891,512.239005529855,3485.69100674234,2096.74224724612,8471.19913078367,2243.84278638027,10388.3679650002,214.147371044032,1025.50816573906,1448.23732429763,1368.74062596406,674.957576807822,1803.06649967826,372.693045161836,784.968086041203,1032.23520909279,2592.08598246019,1150.16369264498,1877.4147346247,516.37004521449,1610.31885087517,12960.6679731805,4018.72661047304,102114.928999549,40289.6360192062,3141.25150537243,18196.1613970681 -7110,483.789486750867,1974.75208714867,532.951223852706,1777.33714953757,817.774071509071,7042.70719451288,161.503332099707,637.101965603268,4733.89834229625,17034.2064796315,1603.8230025584,5005.10505307258,514.067674307599,3910.62577919038,2085.23467515757,9503.90887701152,2228.67227841356,11654.7965637415,212.114809124679,1150.52615448476,1402.25100409185,1535.60151102513,674.381373219407,2022.87532704346,347.216175846652,880.662235171372,1021.2303695799,2908.08285796978,1154.14745511404,2106.28723121295,514.3801941841,1806.63013410188,13107.2868121836,4030.66572578357,101210.166730486,39692.2553832357,3168.50048898496,17928.0968111866 -7111,452.72050419997,2038.8830048457,499.444664729035,1835.05693279474,760.628899111691,7271.42211948745,153.426789501403,657.792124123223,4396.10612732627,17587.3996125258,1489.11301796307,5167.64797798578,476.985523197925,4037.62502209345,1959.94597440127,9812.55237811637,2106.31347025965,12033.2910613896,199.549184410698,1187.88998288718,1361.68360052144,1585.47082614568,631.280757532795,2088.56906751561,323.60833122605,909.262117501008,967.000156607811,3002.52409119307,1072.86239058298,2174.6898089088,483.851940982678,1865.30121954753,12026.1916975861,3729.61882235147,94960.9902034865,37602.8104179832,2905.09999519889,17032.0974880829 -7112,417.987545136029,2043.59808989025,458.543362856707,1839.30065324321,709.626551676843,7288.23788263162,143.658604245371,659.313322641971,4099.73708573063,17628.0719241241,1388.66136583264,5179.59858998193,444.941514034884,4046.96236283929,1834.92326381364,9835.24471448726,1974.65953378419,12061.1190390545,186.66652652857,1190.63707640827,1283.49726518472,1589.13735814538,590.274118024739,2093.39905567644,298.410286239822,911.364861111902,907.177880385019,3009.46767569725,1001.23562504244,2179.71895838434,453.025874227388,1869.61488240261,11181.7090656246,3473.55784988417,88732.0147071028,35238.2121756283,2697.40338547371,15977.8852903098 -7113,389.991086571148,2053.69357454491,427.062250503886,1848.38689755514,666.997462154492,7324.24217039624,136.576204117505,662.570365973668,3850.02784536079,17715.1555490705,1303.94855117526,5205.18608604642,417.660992099323,4066.95457492549,1734.8479846273,9883.83135321097,1871.73621334597,12120.7016168516,176.550125168217,1196.5188877065,1234.53999569815,1596.98778230299,556.651062364206,2103.74055978492,277.502287081325,915.867052621901,861.169282156405,3024.33460813812,940.623268748111,2190.48688746232,428.337565990035,1878.85088063964,10428.6697468691,3253.07682167261,83730.8918685546,33435.7789232384,2511.6140428729,15184.3027691885 -7114,373.175616025303,2061.15671301799,410.954362570472,1855.10394996221,634.719745913095,7350.85852358815,131.275928885477,664.978151853077,3661.61748659051,17779.5325625518,1240.05621020616,5224.10177289466,396.92190364313,4081.73391958168,1655.49965276917,9919.74927346348,1786.70743182592,12164.7483410946,168.848912813551,1200.86704667982,1192.02272923777,1602.79124836378,530.000016559471,2111.38556939283,265.419540442068,919.195320636843,823.664036009974,3035.32506370035,893.870866320761,2198.44713390183,408.365694106054,1885.67863939892,9874.68417237982,3089.94526880874,79921.2469484085,31996.2973087106,2380.07957978947,14536.6709107725 -7115,356.98092368468,2026.84941749121,391.209152382105,1824.22633690043,612.524523391247,7228.50583000036,127.711679093802,653.909802789471,3531.33872626464,17483.5979186215,1195.84965217008,5137.14826651995,382.673526140451,4013.79476145927,1604.1653562547,9754.63821338402,1732.21861512334,11962.2699881818,163.668292211988,1180.87899802801,1168.71188448005,1576.11329967698,512.199575327424,2076.24223058572,252.391101942274,903.895607949907,800.356655546618,2984.80304694999,861.781971812001,2161.85468314521,395.295413274514,1854.29212039151,9476.06166206471,2972.39115070205,77287.5057415678,31061.8803878018,2279.38473794785,14124.3658879222 -7116,341.124925443913,1979.00434039948,372.526112282814,1781.16430724566,603.882385917347,7057.87232574998,125.906075302006,638.473843583274,3481.51164188371,17070.8864053544,1178.97612394178,5015.88259541375,377.082309357822,3919.04656845829,1579.91807829684,9524.37373823669,1707.82242993373,11679.8929527506,161.357681027819,1153.00359386178,1152.24923730635,1538.90813698577,504.980621076591,2027.23120454392,240.398041259866,882.558573894971,788.037040287339,2914.34486162425,849.629344717478,2110.82272039377,389.726183622403,1810.5203686841,9341.64302914317,2925.85081380853,76035.817257374,30569.0795822535,2242.08834371924,13905.9665803876 -7117,329.323159219655,1925.86564202842,359.69721367612,1733.33785687369,595.344487872029,6868.35978098023,124.980652846581,621.330036316467,3430.43752362935,16612.5121283998,1161.60930762311,4881.19998413229,371.634621806661,3813.81535230977,1564.60462199745,9268.63259966635,1693.99392188049,11366.273474535,159.677836476349,1122.04403053783,1151.16071848544,1497.58656247343,499.211770262599,1972.79755560866,232.168215102783,858.86079168418,782.462051345453,2836.09112089732,837.794828699589,2054.14453653938,385.937952211049,1761.90567198933,9165.66290114393,2878.36056533161,75133.995030023,30309.1402717145,2198.27380947049,13807.2403774485 -7118,328.1402541656,1889.3888321138,358.795589700673,1700.50761464744,594.112610483544,6738.26978472681,126.625337712392,609.561750339315,3419.63894181901,16297.8632588796,1157.81047673768,4788.74773819631,370.245179069419,3741.57987823528,1572.11857335655,9093.08029626142,1706.90774776248,11150.990856724,160.729389172813,1100.79198370518,1179.16520066209,1469.22156172888,500.051835534374,1935.43183296137,230.884850311949,842.593560389482,789.872602690447,2782.374208118,835.434727053813,2015.23806343901,387.763430833924,1728.53434177703,9059.22255146376,2861.25430248803,75383.4524445952,30595.0738830115,2170.78411857592,13960.1378050309 -7119,334.859567530124,1857.33783491746,366.897376784079,1671.6607389472,608.403652521515,6623.96389791958,131.835130706309,599.221336752101,3497.64624848865,16021.3914386073,1184.05840089408,4707.51292949937,378.239181555667,3678.10889537093,1620.59356585976,8938.82814544528,1762.55963105674,10961.8289591778,165.982203099749,1082.11849512316,1242.43055715724,1444.29814980044,513.351982504254,1902.59977679719,235.029187691161,828.300068556209,818.165883706405,2735.17488819624,853.814446873887,1981.05219951127,399.275115335295,1699.21202950313,9176.61333783184,2916.16817770406,77615.2228352965,31693.3635806089,2197.42895355772,14481.1596822803 -7120,349.412350775079,1878.7437345287,382.00795450865,1690.92670192347,619.119863802507,6700.30537094711,136.512634121071,606.127388811283,3554.58051153121,16206.0386741935,1203.15236626611,4761.76722147204,384.117456801233,3720.49926092176,1662.70848713457,9041.84852995817,1814.32441680786,11088.1645163631,170.605075319884,1094.58995800869,1302.68000941822,1460.94374901352,524.756617468919,1924.52732226406,244.368658944724,837.846262997613,843.97475160047,2766.69789815986,868.059625046614,2003.88391257399,409.618810843852,1718.79552230554,9228.12364715755,2955.95866063891,79588.8699815965,32725.1759640149,2209.43865701087,14975.3908909046 -7121,378.132710352403,1979.06219542591,415.029668117529,1781.21637853523,625.888125336533,7058.07865849095,140.102079481564,638.492508990086,3588.521481665,17071.3854626653,1214.45097018886,5016.02923178751,387.491501291471,3919.16113947674,1695.16986989496,9524.65217769391,1855.96885872709,11680.2344075427,173.897520652839,1153.03730124283,1357.30584776868,1538.95312605887,532.980266588217,2027.29046945432,264.854951435417,882.58437497513,865.198980939643,2914.43006077999,876.713932647059,2110.88442905291,417.582047984664,1810.57329818085,9213.83470765669,2981.8062487819,81296.4813016595,33643.3431804621,2211.88236441201,15410.5132993555 -7122,394.741935283809,1985.68645144821,428.432684124603,1787.1784111332,624.708367662339,7081.70324197673,142.001598857189,640.629651449603,3577.09938291796,17128.5262782604,1210.40549525825,5032.81873033056,385.979571412639,3932.27923492647,1705.50399844029,9556.53280008881,1873.12764879581,11719.330128382,175.089335370559,1156.89671218218,1392.99739412173,1544.10426256024,534.331137938387,2034.07615366994,274.838931194068,885.538534210058,874.931732726834,2924.1851513104,874.27016505211,2117.94991639527,420.095947498763,1816.63359335601,9086.49982185566,2964.71975642531,81778.9680295345,34077.9035219719,2178.38782179086,15625.6002501686 -7123,401.696819940968,1850.94499338907,435.151208891674,1665.90698645672,599.736672077774,6601.16462538389,138.345150154543,597.158854109328,3428.96456059169,15966.246803848,1160.08113972238,4691.30996222797,369.687231285012,3665.44907288189,1652.27654152666,8908.06125387123,1823.15219626265,10924.0990243863,169.594156378544,1078.39391043845,1379.5731286589,1439.32696522764,516.00297333962,1896.05114647461,279.144395699553,825.449111139265,852.512252300281,2725.76058602464,838.933948896788,1974.23354081987,407.354411482253,1693.36344718088,8602.37421973694,2837.40279291634,79325.6959860075,33296.4376620019,2064.65669990897,15287.1150959223 -7124,374.797330757459,1730.40663707228,402.898192323872,1557.41878683903,522.113793955546,6171.27960094378,123.229731874568,558.270315016351,2978.65025035313,14926.4832489298,1007.47945353207,4385.79964515248,320.941336389819,3426.74548742356,1458.97890789469,8327.94511571148,1620.47691964217,10212.6932584967,149.74480567007,1008.16609173473,1254.4704966248,1345.59424642149,453.421785877411,1772.57536004934,259.141484587676,771.693716227335,759.103443458347,2548.25196101092,730.280193148522,1845.66631335181,360.104920203541,1583.08721136666,7335.70570125837,2457.28732605417,70045.7529422996,29726.5693629161,1759.76502563427,13676.7750416579 -7125,305.927913747483,1631.99735276464,327.178343239579,1468.84742742757,457.574923452645,5820.31515375537,107.208936689407,526.521140588823,2614.39926848991,14077.6050128625,884.430593556124,4136.37653560732,281.372231217009,3231.8643746856,1262.44649721424,7854.32978100779,1390.98985798784,9631.89114361195,130.277257122032,950.831069188406,1067.03248458714,1269.06947824165,392.968409170407,1671.76791466243,210.56533716687,727.807022376505,652.632257691216,2403.33131268116,637.946711582235,1740.70214072532,310.523283958453,1493.05607294548,6520.97499817168,2154.10122485078,60552.4758147187,25496.5082424703,1558.58655592922,11702.2430224142 -7126,239.382842623762,1506.39678966242,268.767893459956,1355.80308720017,407.030938681861,5372.37639974598,87.225608817721,485.999413251981,2344.46643059395,12994.1748750924,793.845343969923,3818.03580962822,253.218130148854,2983.13603904042,1066.21920352749,7249.85071024587,1146.79963723355,8890.60872098577,110.105098764126,877.653917581612,794.333964869343,1171.40029954294,338.598496825732,1543.10655923675,167.175845291401,671.794081126705,533.260907678582,2218.36792062505,569.06436964432,1606.73552080528,261.514009598442,1378.1486049968,6246.07544498439,1964.95049189996,51475.5027564571,20740.9931887933,1502.46024391195,9418.6977241639 -7127,191.313854232495,1399.36729160621,224.534895645668,1259.47327231879,353.465469619212,4990.66903460835,68.9108790491148,451.469152956068,1974.77719887499,12070.9386971613,716.263746297081,3546.76434976491,230.824999806089,2771.1842112863,893.932141446043,6734.74878768141,961.685650220766,8258.93093505894,97.4856396768327,815.296603153934,645.827545948604,1088.17230347753,330.76457343237,1433.4688319024,161.221074382009,624.063108919685,460.226222831067,2060.75287080694,539.476315377245,1492.57695549169,228.84849090905,1280.23114098473,5826.90611549244,1764.24706912493,43916.8165751817,17042.304155841,1401.67052479532,7772.06945872189 -7128,190.886959905074,1334.25286090709,223.36336448062,1200.86829734208,361.154631169334,4758.44653309249,68.0616268544326,430.461689762322,2013.3233803275,11509.2617836131,729.824251126928,3381.72866339138,234.951942127121,2642.23730552207,928.050042269388,6421.37192383594,1003.28529379088,7874.63183842758,101.283813509639,777.359762351858,704.812823602732,1037.5381915696,340.14733880748,1366.76761094766,169.142144844756,595.024618237951,482.989342744998,1964.86328499266,549.639195311063,1423.12535453286,237.098616910055,1220.66027463068,5850.56012059056,1791.24223467791,45404.9026538302,17868.1438022945,1403.29795527367,8183.82128987667 -7129,192.600030286588,1287.7673474745,225.549088554046,1159.02991647557,392.490357284222,4592.66174318247,68.1089564094438,415.464358111065,2196.92554088324,11108.2778630108,797.230882865858,3263.90887239571,257.56889233216,2550.18147311078,982.435520422086,6197.65063414112,1053.68144892482,7600.27881672743,106.269326390584,750.276464475176,675.171988179877,1001.39024918614,366.397439851544,1319.14928012037,175.876033534033,574.29389642783,501.471348097378,1896.40723644003,601.759512735097,1373.54351384681,252.076949693733,1178.13233914295,6564.50189389316,1970.43659004808,48144.9390784733,18468.310004913,1583.22072485003,8419.99266436872 -7130,223.249800118237,1280.15957283829,260.225628632275,1152.18268710727,450.410569041196,4565.52956314156,77.7699260224347,413.009909167252,2524.40295176995,11042.6532183544,916.37890794399,3244.62659816892,296.436012852288,2535.11570368674,1118.12643490934,6161.03662199757,1198.71923745693,7555.37846378448,120.327459294138,745.844037866617,741.457007755877,995.474311533546,419.947199318193,1311.35610967358,199.485965765652,570.901126338154,567.078146713209,1885.2037850545,692.924351676915,1365.42899725586,287.818269764109,1171.17225792532,7653.21215961054,2277.42741779313,54943.1746641993,20885.2119095306,1842.3817917269,9507.42688103632 -7131,297.046717795382,1299.10668854134,343.25486278441,1169.23566952201,546.996484461659,4633.1020898124,104.167683163666,419.122699089331,3056.98227224936,11206.0909902041,1108.87818845593,3292.64898293491,357.985551128552,2572.63690930635,1384.9841203327,6252.22359290691,1495.5704651592,7667.20251523166,149.690140921211,756.882968935623,989.595002361963,1010.20791768721,514.063753196029,1330.76495249683,250.78658465261,579.350799273653,712.631633058489,1913.10591147462,838.096114649833,1385.63815066471,355.785597649269,1188.50629717319,9035.73580339634,2736.27277356291,67960.1201465941,26365.4795409854,2175.05353697138,12039.5203772333 -7132,422.369569362499,1307.81368342661,483.53480042947,1177.07223066359,690.030123821493,4664.15450186963,148.428313164955,421.931782615308,3836.32663716424,11281.1975059323,1389.66732913179,3314.71728425785,447.124197032664,2589.8794780719,1810.31359730785,6294.12783320151,1978.79068512572,7718.59036018175,196.841331608867,761.955821071165,1452.28116994675,1016.97862809147,658.029407022273,1339.68413037273,336.071467154069,583.233778624419,954.56909815875,1925.92810963055,1049.69763868263,1394.92510484413,463.330427456864,1196.47201572569,10902.1369430239,3397.85384736597,88603.3906201828,35523.4835566681,2610.04160894171,16317.3739849371 -7133,475.660148935448,1366.76668709126,537.91845927022,1230.13173325731,710.020399305899,4874.40304179988,164.827152438429,440.951422983026,3948.47048020863,11789.7259655569,1430.3864273408,3464.1365346316,460.481446094999,2706.62483430777,1861.07335424728,6577.85153629377,2037.22483905222,8066.52530806937,201.803959581052,796.302903443189,1484.12015439156,1062.82150735518,677.906662731185,1400.07377489794,345.91006572389,609.524513707193,980.423949773736,2012.74418163205,1081.88701879989,1457.80487576252,477.161856938954,1250.40601261042,11296.3498575304,3510.26773611435,91461.0969899449,36614.1644543578,2697.35383411663,16791.5116432749 -7134,440.135656010683,1476.42853132905,491.686170929537,1328.83074004354,690.274521537406,5265.49834151021,149.039243435551,476.330940731226,3839.5404017854,12735.6687549532,1391.00909734858,3742.07980371117,448.224875485802,2923.78952949189,1809.46867475502,7105.62217732943,1983.90752816124,8713.73894755033,195.510382956803,860.193870195771,1433.90418465976,1148.0964615174,660.299753487635,1512.40799673285,336.831114642067,658.429409409269,952.670116481691,2174.23570832881,1053.9333264873,1574.7711237146,464.7189850371,1350.73171610023,10970.1569681193,3411.87939637847,88660.0463659703,35484.9878496535,2625.04571049263,16301.4098665823 -7135,409.304813387773,1575.18493737756,457.234512579536,1417.71451961624,646.263672342015,5617.70075512373,139.136100777169,508.192104883872,3589.74571818984,13587.5412622742,1300.03444871508,3992.3827101638,418.637764248537,3119.35805167087,1710.71922557496,7580.90810826439,1885.0892720765,9296.58974150674,184.9333129665,917.731132124072,1393.3137363541,1224.8911575901,621.639758447978,1613.57102295933,321.163292172713,702.470905987076,906.369260146815,2319.66753919678,986.002545389885,1680.10553931752,439.639116145435,1441.08042380078,10105.9399312481,3175.89122186519,83612.7592103405,33774.999758753,2420.47628155827,15556.5633982312 -7136,385.21211554433,1661.12673145314,429.722246434709,1495.06475730049,601.495128195854,5924.20145229192,130.613327909586,535.918970594939,3339.46697843978,14328.8749593193,1209.24145849898,4210.20636033088,389.509469659491,3289.54964058423,1599.18893853242,7994.52102957064,1765.0850565961,9803.80993020397,172.713476106516,967.802370175053,1313.15781595585,1291.72098888969,580.061698915988,1701.60715464832,301.103641376632,740.797586565253,849.315727712196,2446.22816407766,917.872044014197,1771.77178171167,410.980562743924,1519.70550082496,9390.91635268647,2956.38348773226,78127.9288436813,31648.4554820446,2244.40965031041,14589.7513373883 -7137,359.724597972038,1708.42219842034,400.590910799736,1537.63212106862,576.7168595341,6092.87484053414,122.098815334289,551.177612510054,3201.3320817341,14736.8455370504,1159.1675664919,4330.07901788901,373.363247558141,3383.20943391447,1535.31678108172,8222.14039064244,1695.59125340979,10082.9432196316,165.801555748972,995.357561577791,1264.84088000242,1328.49876520506,556.573701688127,1750.05517697557,289.373813824134,761.889515989645,816.047672354934,2515.8769760182,879.995136101712,1822.21752566888,394.581986252882,1562.97443386492,8935.06478334133,2824.9880533324,74847.2676598752,30379.8556888894,2142.9974516281,14016.3468468029 -7138,340.664654898155,1733.76215565177,380.665585703053,1560.43885597384,547.255707322271,6183.24663974067,116.210755918165,559.352885074906,3035.74446590291,14955.4279436595,1099.01349905314,4394.3043699264,353.702550539278,3433.39046202312,1462.27877302015,8344.09425312584,1615.86376415245,10232.4972058703,158.271291658131,1010.1210773315,1221.10412681162,1348.20355593152,528.545011529542,1776.01265012139,276.12469129564,773.190146342087,779.334769470085,2553.19340460991,833.646852579877,1849.24533776914,375.406294601367,1586.15705543504,8424.585922341,2673.55859250593,71245.8077770827,29021.6545070111,2019.53337662699,13398.0704379497 -7139,319.161857205884,1704.45921468988,352.9711100912,1534.0653147576,490.640666212288,6078.7413529881,108.220216746051,549.899059753605,2712.15849825367,14702.660849474,980.95292040744,4320.03464319325,315.181212192389,3375.36148862569,1342.70562078329,8203.06769969534,1495.69848476927,10059.5540714623,145.527372250323,993.048655836478,1191.83378287824,1325.4170802461,479.116897061542,1745.99561827856,257.53699705164,760.122180164189,726.261923355545,2510.04095987827,744.577576514734,1817.99057379817,344.099374710488,1559.34884163236,7282.10373223771,2367.15757549431,65165.2628981205,27094.8463466275,1743.68197717517,12561.8953243029 -7140,314.266280297728,1641.80356789895,348.817868278509,1477.67332034243,481.367757837899,5855.28779782893,106.934506065275,529.684858696963,2660.37001339291,14162.1933996623,962.17066944435,4161.23086402641,308.93200990804,3251.28374279267,1317.5610393539,7901.52424945342,1470.1679575593,9689.76648056917,142.976471287986,956.544346850931,1174.70406869802,1276.69496139758,470.381849713402,1681.81309996745,253.248107427621,732.18021098836,713.046399411971,2417.77225760749,730.378729054509,1751.1615324932,338.039375639093,1502.02742883285,7160.52618449964,2324.92301248986,64037.0259295548,26634.4971462478,1709.93966080784,12351.1072791938 -7141,302.661092796751,1597.40079052341,335.798163651223,1437.70946549413,487.646639113756,5696.93082648345,102.946938721828,515.359467206913,2696.48641707218,13779.1751549894,975.369109475386,4048.68986869891,313.438671934332,3163.35237814064,1331.61462802645,7687.82656415428,1484.0881933836,9427.70556641959,144.302127238111,930.674488535662,1175.61653643825,1242.1665907351,476.126123150443,1636.32825992615,255.39781206451,712.378308042752,719.307210609921,2352.38331254832,740.745947262267,1703.80115565141,341.672206469217,1461.40491415543,7249.83955423384,2353.58347978603,64551.8207866668,26799.8512110254,1738.01758275961,12433.6274484898 -7142,299.292020407017,1578.80079936714,331.800034963846,1420.96890576603,500.461050282897,5630.59627624465,101.915512500034,509.358667915204,2767.3543701974,13618.731678597,1001.00427622036,4001.5472879521,321.672248436237,3126.51858751862,1366.53468557921,7598.31020298023,1522.93462632442,9317.93021060431,148.267652634106,919.837798483407,1206.41270060851,1227.70291465621,488.608726564802,1617.27500081677,262.079102504991,704.083439085555,738.154661894223,2324.99237279849,760.188319909851,1683.9622482118,350.622226308628,1444.38844675397,7387.39126346807,2407.36931319277,66096.0837620546,27468.0862523575,1778.74887334912,12751.5338486085 -7143,304.816418248896,1569.89131609823,338.480773705015,1412.95009889904,519.613022992291,5598.82171460437,104.228798281299,506.484256823262,2871.31858484253,13541.8784985866,1038.42345141262,3978.96576998854,333.390905454255,3108.87502852333,1423.63672864566,7555.43144484138,1586.98257744469,9265.34729872235,154.683668054526,914.646972966351,1272.32450664302,1220.77474576897,507.519676152556,1608.14840006588,273.41595675129,700.110157831221,770.911538669773,2311.87198379558,787.777897725886,1674.45931821458,364.819445773484,1436.23747881341,7598.98353125197,2489.41765963642,68759.6106364398,28678.3108191543,1831.71308081328,13323.9365664031 -7144,323.066467597795,1622.01757535693,359.274079110183,1459.86532316939,541.106437476721,5784.72352146579,110.723936846714,523.301427165498,2989.00915905042,13991.5194783339,1080.88271432072,4111.08230517865,346.960594074689,3212.10129907974,1486.09710385443,7806.30000769451,1658.12830700858,9572.99145883878,161.667821739285,945.016671017505,1335.94622129622,1261.30903004833,529.147770556867,1661.54493750048,285.889652317148,723.356431775499,805.908182843524,2388.63477441969,820.087110010111,1730.05762597282,380.798085961482,1483.92593113491,7911.09281046877,2593.29909348048,71821.0831000893,30001.4904825266,1902.57459956764,13941.1950031835 -7145,343.681449376747,1726.24116495817,382.183339985864,1553.6697348026,534.094363053126,6156.4239638147,118.104103797909,556.926434693937,2943.25146150765,14890.5518970712,1063.65896963931,4375.24205381611,341.027779562179,3418.49655190505,1490.08641957824,8307.89790692013,1672.43812105595,10188.1090433955,162.090636298693,1005.7392126119,1390.16470941696,1342.35510297955,526.422021450047,1768.30837847735,289.75926951057,769.836078498312,815.691189364902,2542.11775402401,807.659654985661,1841.22338566331,381.642571534557,1579.27636974604,7672.23096290863,2547.66400907992,72045.3133995105,30459.1510859083,1834.54749000687,14180.6311652293 -7146,359.488644107258,1712.26947490384,395.207494875861,1541.0947873259,545.266347133605,6106.59567260513,122.326141944137,552.418835358131,3003.89725338398,14770.032134209,1085.48682183479,4339.83012694895,347.973089323626,3390.8282427229,1524.30058601005,8240.65621617912,1712.11051718557,10105.649474777,165.833311960604,997.599054191778,1428.61326293709,1331.49047419975,537.974673452632,1753.99620872605,296.812493957731,763.605250906108,835.402935057448,2521.54259797872,824.318179819115,1826.32106321411,390.382623222446,1566.49416967102,7769.78762977666,2593.15870943849,73675.0310270603,31221.2622768254,1862.98706317605,14535.333012563 -7147,371.267224027891,1596.70654423576,408.86807295205,1437.08462264626,529.516589130327,5694.45488362629,126.277933096488,515.135486851426,2914.33707691791,13773.1865882783,1052.85341257401,4046.93026777228,337.350567628126,3161.97755370203,1489.51955988914,7684.48535818771,1678.87788143852,9423.608191716,161.940019891823,930.270008136933,1415.80302645087,1241.62673276746,524.525763917114,1635.61709537273,291.629459193728,712.068701337473,819.31875985845,2351.36094333981,800.276004870302,1703.06066670572,381.798393365802,1460.76977302965,7536.94679009376,2521.0489245866,72171.014380323,30705.6977558217,1796.22573287622,14299.4980879239 -7148,348.592387028114,1503.76444348084,381.434475935558,1353.43389529532,485.085301425838,5362.98846517327,117.898264993291,485.150155799692,2670.38905517927,12971.4682636273,964.780290474979,3811.36400041196,309.352345893619,2977.92317161041,1364.12821539096,7237.18199177468,1539.11799984471,8875.07286743163,148.110886474795,876.120265256707,1290.98004106013,1169.35334144614,481.096405851838,1540.4100647362,267.307217898027,670.620157631649,749.901667783111,2214.49144374641,734.285628422614,1603.9278381668,350.093997365029,1375.74036551906,6896.83845017305,2309.66998431459,66115.8634631342,28125.073646602,1647.3328955366,13093.8040291639 -7149,290.168089382455,1441.25343285304,317.464811702975,1297.17207784138,411.285720235279,5140.05073686309,98.0077578310664,464.982617807455,2263.97037099971,12432.2484449907,817.931200837458,3652.92680862367,261.722821541648,2854.13185054524,1152.68272792839,6936.3346334238,1294.75811984463,8506.13890523848,125.955208266564,839.700223906397,1096.13022277308,1120.74369418942,405.516712629327,1476.37570726395,224.713616086211,642.742690530555,633.307094859262,2122.43573729894,619.851405576415,1537.25306701328,294.779509533245,1318.55127517789,5845.01326008749,1953.92652005368,55904.2735392397,23751.3512208659,1395.82530477106,11045.7328403981 -7150,232.442854487248,1341.16638644974,268.354353053341,1207.09068133711,371.349024386162,4783.10276026932,82.6436378510144,432.692157445397,2061.11411371917,11568.8978373547,746.285030455248,3399.25132957983,239.558009236532,2655.92824495092,982.702849324168,6454.64471650891,1075.97557379716,7915.43480010675,107.587975537765,781.387706926916,816.769318270834,1042.91426907264,354.682160430901,1373.84961396674,183.341012792027,598.107780371023,521.678575102747,1975.04436303762,562.421528840726,1430.49937918532,250.891743135431,1226.9852121555,5794.29072456038,1819.18709149299,48117.3336330321,19456.7506333495,1382.75148437021,8946.18272601075 -7151,219.677046473087,1245.1291077195,280.16867266401,1120.65419934093,430.990100763581,4440.59777533651,84.7791261833156,401.708248402633,2212.08835706458,10740.4805153633,727.310842869364,3155.84018334826,239.786014352574,2465.74444395136,888.726744248534,5992.44515647896,1054.39406245514,7348.63203361245,97.9633097621243,725.434657577708,521.58414830438,968.234013615442,282.764258563588,1275.47197816927,149.875362578818,555.278908282848,499.551352596025,1833.61680571586,491.796989859459,1328.06520771319,234.25060237783,1139.1241368943,6654.1031562274,1932.13164330849,46606.4814100248,17530.5020171912,1590.37458756546,7854.24100532198 -7152,222.12356302886,1182.56024206526,280.064782055893,1064.34031059742,408.192868343767,4217.45371428535,85.4786376500308,381.522045003582,2088.45729295117,10200.7616394159,686.588524462493,2997.2563551862,225.858431894619,2341.83855186773,868.696403849161,5691.31935867086,1040.21450026255,6979.35661662725,95.9464846165568,688.980908846349,510.326652085054,919.57937728562,293.17264108936,1211.37835578662,153.162560632774,527.375640101595,497.754205118607,1741.47590011266,513.41435688192,1261.32872790053,228.270468862608,1081.88211705639,6144.34760184045,1836.6844176349,45645.5342224586,17551.3160105838,1469.82379088509,7920.78644292161 -7153,243.06669945968,1141.39727602227,292.414726059179,1027.29238483019,453.670522143813,4070.65112626172,88.2067015226741,368.241893663715,2329.0615542993,9845.68999905476,765.776655325094,2892.92681899681,252.863931456146,2260.32302533493,936.09981083009,5493.21394537566,1112.32870967155,6736.41675682742,102.515125200606,664.998623000526,499.453336892596,887.57034016888,345.355853466199,1169.21227887084,171.701336861296,509.018566361746,525.850761076697,1680.85800447307,618.550327609479,1217.4239611506,247.145076369782,1044.22359002089,7134.00412548146,2099.82404282566,49832.4318784153,18551.8794074005,1712.86708515604,8342.30183330877 -7154,243.06669945968,1133.63040637666,292.414726059179,1020.30196509772,453.670522143813,4042.95155369869,88.2067015226741,365.736116887986,2329.0615542993,9778.69300125203,765.776655325094,2873.24131074351,252.863931456146,2244.94219811242,936.09981083009,5455.83425510879,1112.32870967155,6690.57744046678,102.515125200606,660.47350477232,499.453336892596,881.530687474577,345.355853466199,1161.25613638759,171.701336861296,505.554846117115,525.850761076697,1669.42026470641,618.550327609479,1209.13975248081,247.145076369782,1037.11795846303,7134.00412548146,2099.82404282566,49832.4318784153,18551.8794074005,1712.86708515604,8342.30183330877 -7155,297.64961594606,1125.86353673105,336.758962043663,1013.31154536524,539.417282307375,4015.25198113567,100.791014095969,363.230340112256,2773.64197924199,9711.69600344929,911.999794814775,2853.55580249022,301.635075399142,2229.56137088991,1096.50582864129,5418.45456484192,1299.71405039114,6644.73812410614,119.477289333602,655.948386544114,561.867179994901,875.491034780273,442.467768254731,1153.29999390433,213.643451251014,502.091125872484,609.917548890821,1657.98252493975,802.475525570683,1200.85554381102,290.48103533396,1030.01232690517,8690.96202785165,2554.64136879088,59131.8936979764,21621.1917560674,2092.67099818598,9725.42474596571 -7156,389.80969549185,1130.8100334636,431.058513993112,1017.7635433958,671.238048200132,4032.89304522299,129.892906308188,364.826197542496,3446.34492047826,9754.36447167952,1133.13410570585,2866.0929386463,374.191678895642,2239.35697903985,1383.66918244376,5442.26061852964,1646.42468900625,6673.93187125863,151.291034815634,658.830304685084,819.58493313846,879.337516526624,545.341994177571,1158.36703308393,274.349356162107,504.297070050037,776.796045185185,1665.26689367067,971.65942076972,1206.13151894472,365.856484495323,1034.53770004614,10608.2618574962,3144.96615097269,74348.8194394944,27640.8740547175,2549.78657677197,12477.6633945817 -7157,447.189116461492,1144.11640334054,494.96468091854,1029.73968240671,648.369500010594,4080.34855494243,152.22924363643,369.119148773596,3293.86403607346,9869.14518438427,1082.60905574921,2899.81857921786,354.61302741662,2265.70774651434,1477.38763636362,5506.30031628068,1813.29469847179,6752.46478428953,163.075568936802,666.582835579618,1210.21057723024,889.684780784382,509.077925163328,1171.99766929986,297.035495591532,510.231190851378,879.280474718874,1684.86227801929,842.527465827805,1220.32420528139,387.84313215947,1046.71122246024,8989.92250039791,2859.39744754642,77319.8630433569,31534.2186330813,2140.32767229263,14487.3378850268 -7158,511.356211777564,1180.50643211847,498.235590714612,1062.49181896129,647.639737772558,4210.12905708784,153.182565216421,380.859437093156,3287.89835123168,10183.0454800401,1080.62287745013,2992.05087414905,353.963956479686,2337.77136683942,1486.35658489661,5681.43496725179,1832.00808442171,6967.23522819261,163.65193351745,687.784322158074,1385.27648977267,917.982299010237,579.395940096515,1209.27449601869,340.411424349749,526.4597211515,887.728846294516,1738.45139413104,955.20470172865,1259.13811688945,390.813693629887,1080.00315971093,8992.03812446329,2923.2269857273,78998.1602013231,32296.3049784768,2145.36165329045,14951.2577141209 -7159,460.006257535975,1254.15429823537,474.161630726417,1128.77714626167,611.556159335458,4472.78499245183,145.546760161861,404.619989402946,3102.51704129695,10818.3317857915,1019.66949680334,3178.71496694763,334.164156248257,2483.61713942699,1415.2243382604,6035.88078002823,1751.99129763468,7401.89783851831,155.263219910585,730.69289622209,1250.44769369011,975.252158466968,515.719154649539,1284.71710586669,307.724566078572,559.303790446174,848.42020919412,1846.90758889818,842.777559281286,1337.69155203588,372.700736015497,1147.38096126131,8366.51644637428,2716.11840021656,74402.8150466099,30657.4415906449,1991.70723095936,14188.3456617345 -7160,425.8370506851,1369.80401004015,460.774472133676,1232.86541661297,593.020689304283,4885.23527553868,141.463127399641,441.931335567243,3008.02221935558,11815.9259055865,988.607742239765,3471.83477712909,323.955719671103,2712.63968219726,1374.26327065765,6592.46929045346,1703.99774244592,8084.45129548725,150.766825547883,798.072502531121,1183.1371389096,1065.18338241795,467.144833941278,1403.18511514847,282.954471926127,610.879041009385,824.460016334401,2017.21704020465,756.756201452162,1461.04451003659,362.261785722568,1253.18475086428,8042.75552008233,2593.99963142234,71634.4127310384,29638.4264889891,1910.747404099,13686.584921823 -7161,401.991031356593,1458.32029807678,432.840160549146,1312.53277743791,555.239045619451,5200.91758454551,132.732867483129,470.488794229039,2815.7022377591,12579.4671809896,925.392788779303,3696.18360725037,303.370250113399,2887.92957307875,1290.95607599905,7018.4725042777,1602.22542578847,8606.86589950677,141.462762417248,849.643687160731,1104.96218094127,1134.01518492317,445.533958652834,1493.8584793019,268.088093513046,650.353845253784,775.533399847887,2147.56894694051,724.54769646805,1555.45672940288,340.308849875365,1334.16514043648,7525.87424994076,2436.99567366459,67346.1061970916,27886.5515764572,1788.85348781738,12888.9074807059 -7162,381.377339286579,1509.26055314383,419.082078157952,1358.38056173792,539.920800504996,5382.58965527568,128.446572330344,486.923331426267,2738.8292826576,13018.8776915971,900.137267681423,3825.29415722783,295.159655700338,2988.80718498768,1252.10653548808,7263.63317304194,1552.87410348953,8907.5103771479,137.16818948698,879.322397795941,1050.19224473537,1173.62721175024,422.699396454033,1546.04011050464,254.402800003498,673.071207691071,751.174681549121,2222.58518999459,687.326718757799,1609.79003508753,330.124443896049,1380.76855989449,7330.1437456574,2361.43321912512,65157.6375942633,26946.80530144,1741.74182490004,12438.0366313423 -7163,361.902620778261,1559.59334305991,402.386231366187,1403.68160886171,514.180541824983,5562.0952772567,123.595744049717,503.1618859256,2607.0085638282,13453.0482093579,856.799297799268,3952.86505728344,280.704311024256,3088.4818262074,1196.27781866021,7505.87028827343,1483.64059713533,9204.56965399341,131.362039581606,908.647188286611,997.812058734713,1212.76686312839,400.701348549634,1597.59947308242,240.826137629368,695.517664417655,719.118839707227,2296.70686050773,652.088324624968,1663.47541331881,315.028990518687,1426.81623118832,6941.34232474524,2242.23386274153,62191.7726376064,25786.0573912227,1648.9221754654,11898.5878947219 -7164,348.266986026336,1524.38931847364,390.339806771351,1371.99691227746,493.710925120665,5436.54451124255,120.01203783519,491.804230751049,2501.41355235729,13149.3783828419,822.074856363131,3863.63874756491,269.201074241938,3018.7668645298,1156.12063639961,7336.4435313912,1434.80485354138,8996.79889256563,126.984335037668,888.136689124099,973.119458614684,1185.39160235482,379.522853316635,1561.53755259546,230.631446858556,679.818045624523,697.288682579479,2244.86429196602,613.628989014265,1625.92650378433,304.028059687752,1394.60932680112,6593.6825856075,2138.82711551642,59914.9828671282,24980.43852193,1564.67054141444,11531.597882011 -7165,342.163188872284,1461.82045001349,391.92739257328,1315.68302100855,503.639257873596,5213.40044018447,120.31084072809,471.618026446746,2554.55714911119,12609.6594826908,839.572240907233,3705.05491229114,274.968691640124,2894.86096688959,1166.31980897877,7035.31772007908,1444.7734737081,8627.52345902024,128.193874453504,851.682938757967,947.324686647016,1136.73696384307,377.63787510586,1497.44392733853,227.260005649611,651.914776191945,699.67370104601,2152.72338223074,614.090118436544,1559.19002097886,307.198290512948,1337.36730439618,6810.52871884202,2183.29512470859,60452.6857956725,25020.0104950109,1616.91944222068,11520.5879367013 -7166,330.974070676133,1417.09947700735,386.08019757435,1275.4327803811,489.723361388548,5053.9086637809,118.666850331505,457.189977482359,2481.70952230913,12223.8964833177,815.604874510239,3591.70743468722,267.120604710499,2806.29947552749,1144.74957371936,6820.08865152527,1421.84914573231,8363.58458491488,125.720763724812,825.627693933858,913.565565995989,1101.96115873332,366.489070594178,1451.63313747572,220.005558737757,631.970970433776,689.800738925332,2086.86585214519,596.820023227229,1511.4902539938,301.417826352506,1296.45368390425,6554.01203192265,2115.3234652244,59152.5026700555,24625.7032919565,1555.40068783074,11346.0451122097 -7167,333.252017799525,1395.72250350637,403.565114966711,1256.19285178691,518.680844985281,4977.6703521204,123.878010613637,450.293257673956,2631.15210797841,12039.498764285,864.749077858086,3537.52645734558,283.405195147279,2763.96639270761,1201.30475818592,6717.20747998898,1487.79648288305,8237.41974684544,132.040009467851,813.173083921461,918.345066406467,1085.33805296583,369.676866400801,1429.73522302691,221.610637788586,622.437675906789,720.451824561105,2055.3854396934,602.497696866361,1488.68939376425,316.409478956366,1276.89665456669,7003.2188243309,2230.46675159561,61859.8565332379,25610.7247550812,1661.48383623971,11764.5847019313 -7168,339.588480362809,1425.02544446826,425.671120753787,1282.56639300315,546.691543534122,5082.17563887296,130.871217102771,459.747082995257,2773.10283806618,12292.2658584705,911.400722813713,3611.79618407873,298.506269091591,2821.99536610504,1265.29853820463,6858.23403341947,1565.01515103251,8410.36288125341,139.237657350806,830.245505416484,944.835549183322,1108.12452865126,374.300298739754,1459.75225486973,225.188810873992,635.505642084688,758.826002246669,2098.53788442504,608.761546654513,1519.94415773522,332.887403819463,1303.70486836936,7355.40602835843,2332.75688393642,64901.449128266,26894.9715182067,1743.56939889178,12332.3624752518 -7169,358.750413490831,1583.66051776891,440.760492542148,1425.34280065033,557.647814489665,5647.92785623088,135.703970318647,510.926528593104,2825.97124713459,13660.6515971666,928.745805926288,4013.8644802151,303.987323036279,3136.14234747574,1301.74596456835,7621.69861773814,1614.33894519237,9346.61180040903,143.467572359331,922.669158004962,993.131945582691,1231.48191606579,396.227696770163,1622.25314694219,237.714080268752,706.250683519858,784.145148466931,2332.1489489939,645.475372979716,1689.14566484598,342.357102672606,1448.83442950036,7439.58862272014,2385.92800406995,66915.4226879588,27870.0956423694,1763.95453675747,12806.4718607961 -7170,384.826307960092,1659.56467941035,452.750249532557,1493.65886278683,566.037928958053,5918.63058836851,139.566865625551,535.415015474034,2865.79630158233,14315.4007023723,941.80379585261,4206.24726357974,308.062293063108,3286.45628976479,1332.36256606421,7987.00332627388,1656.49223782306,9794.59084954105,146.745190460233,966.892290503994,1072.30077613557,1290.50631009896,423.91460255289,1700.00703655883,254.858385333914,740.100972416869,806.001274101344,2443.92783645757,689.737428956292,1770.10568382848,350.291603451846,1518.27643521722,7493.13689307507,2435.03380283162,68776.3403368401,28784.985232782,1777.35700603598,13266.3691560229 -7171,406.177738750187,1612.55848196349,468.276657324536,1451.35185041576,588.639656529815,5750.98884381735,144.276560624218,520.249698782475,2981.38232619445,13909.9253627877,979.802570288707,4087.10777366702,320.577108265796,3193.3693404137,1380.83010504339,7760.77613548014,1714.96999188353,9517.16480095326,152.056718219868,939.505632736958,1146.99272405566,1253.95347478526,439.141405416587,1651.85533303503,268.151275879287,719.138045890621,833.868815831539,2374.70501203159,707.988824134495,1719.96847718137,363.084259718353,1475.27214452692,7810.4018899246,2530.92600529212,71325.7640462594,29821.0526534571,1851.69750510202,13751.0647371099 -7172,414.527435039205,1535.26582774674,457.970224328272,1381.78610258352,569.591447070459,5475.33422596541,141.068184004404,495.313251190572,2882.44799015103,13243.19912416,947.261017519208,3891.20578844911,309.748257097058,3040.30574924743,1346.21316059517,7388.78901501127,1677.70466084943,9060.99100241407,148.145925283778,894.473539440469,1175.7735697793,1193.84936481682,445.887208022789,1572.67911431154,273.345058409896,684.668543583051,816.063581772088,2260.8813861509,717.170535506186,1637.5274803075,354.233399410104,1404.5598565585,7502.75003868032,2461.78242106094,69832.2187990638,29332.720115202,1779.26299353307,13567.266205356 -7173,390.031491465638,1479.63941655132,422.125025351478,1331.72063474253,530.40745475622,5276.94956346503,129.695619331692,477.366848630629,2686.10268025511,12763.3658427115,882.75790935786,3750.21794821824,288.968876459313,2930.14808488018,1247.0117201381,7121.07523635677,1553.36215405545,8732.68928278416,137.020399951567,862.064589792079,1123.39783978095,1150.59330161755,412.415352053243,1515.69712884031,256.491728376183,659.861338700613,753.65743987456,2178.96416023656,657.554962295301,1578.19588097329,328.593211918257,1353.6692402773,7029.58379544619,2293.9477786964,64717.996295639,27118.5543950358,1666.43940373217,12546.7909227745 -7174,324.083827833065,1444.52217029584,360.076061787987,1300.11404130453,451.724694893861,5151.70828155197,111.328309434074,466.037190208417,2287.86336997292,12460.4445658561,751.88354095663,3661.21158239279,245.66349679047,2860.6049713954,1057.14190717374,6952.06611840434,1310.70637203036,8525.43067870416,116.874375356062,841.604649248982,927.018493905961,1123.28552118075,344.228188198805,1479.72410140753,213.094738829219,644.200419650731,638.136381378819,2127.24938423035,550.397350505641,1540.73952993831,277.622256207008,1321.54172628467,5989.50307862783,1945.86236443966,54847.6690703082,22929.853302577,1419.72310477119,10587.3465622034 -7175,269.715179920722,1347.53030467377,312.202454713444,1212.81840197091,405.276120463213,4805.7988814449,95.3518668892845,434.745308742642,1986.85560576813,11623.7929797643,619.283358627612,3415.38098933192,205.333209627091,2668.5307902656,828.606612157394,6485.27240861038,1065.32773165528,7952.99403234255,92.9059006925136,785.095440373255,608.28523358584,1047.86296238177,258.413838801367,1380.36861614553,158.441355727898,600.945839124876,518.519204950399,1984.41607182945,440.670496123376,1437.28718803636,221.106972616351,1232.80733357991,5518.78403486652,1700.43828149096,44988.2080777027,17991.4051198937,1312.31899886469,8174.7152800652 -7176,233.761490765174,1270.38228381424,290.859362695991,1143.38282857449,430.274315905826,4530.66008043503,85.2460436755953,409.855523309892,2242.37674126852,10958.314348108,739.117517547899,3219.84558438086,240.868034742985,2515.75361831062,933.566166343185,6113.98136652853,1094.84785167786,7497.67384594318,99.0895331340667,740.14761307723,527.146915386421,987.871321823207,302.817362757742,1301.34055538662,168.312992543855,566.540837640715,531.352540380748,1870.80543764001,576.533588740801,1355.00045832114,239.838548325109,1162.22736550281,6613.04217481981,1986.77278618619,48238.0049295603,18315.3484627533,1608.97356790857,8282.5530927519 -7177,250.472351168435,1226.93409333054,309.897966611648,1104.27813106364,450.887864086834,4375.70752426381,91.1926594584031,395.838104242853,2347.33148073937,10583.5303675353,773.665624877309,3109.72403588267,251.980376796954,2429.71263378882,988.112899068241,5904.87783099341,1161.17283754963,7241.24681166091,104.91296472954,714.83391428848,516.179332721471,954.085254502514,316.74993176955,1256.83356480986,179.194811668011,547.164643132787,565.838191981745,1806.82224765999,603.281245132222,1308.65825190916,253.428426185435,1122.47816826895,6865.78046402773,2072.3369529005,50922.6827356113,19484.4348685133,1666.94179157166,8812.59658801632 -7178,253.903372842063,1213.04918721881,315.26344963506,1091.78129178401,480.515222394591,4326.18873716918,91.8278217405449,391.358503469891,2508.05613713068,10463.7592027412,826.761210425762,3074.532067132,270.088839656763,2402.21618391264,1030.90864779882,5838.05380619025,1205.70892607926,7159.29943351052,108.557902383962,706.744317757316,500.004238026725,943.288110423332,339.250105274167,1242.61029386131,184.404529041662,540.972517786484,581.987475649634,1786.37489241433,646.260634271165,1293.84849394509,265.427418396826,1109.77536372256,7523.30925046385,2234.64265308377,53296.8779268871,19969.4837524271,1828.61527839193,9001.04488454833 -7179,284.4519356433,1234.83113468119,352.585470645158,1111.3857093036,546.838950422962,4403.87133798885,102.059946092085,398.385877504971,2856.54362351417,10651.6502261346,941.680662447633,3129.73947064315,307.964306590064,2445.35124163542,1165.68269969252,5942.88399991101,1364.14618176903,7287.85438888351,122.159704776345,719.434872897967,555.469325306111,960.226130974859,394.050696267217,1264.92305118581,208.114449395795,550.686414869282,655.092175594054,1818.45168242801,737.409298032568,1317.08130281741,301.021278152948,1129.70288926921,8644.63004238261,2555.52491030156,60374.004808251,22473.5804639814,2100.07603457205,10128.4722350933 -7180,357.107874071541,1302.75147664119,438.571653900178,1172.51609005388,649.740565227547,4646.10077230035,128.160433239257,420.298594371443,3385.08015554356,11237.5309230804,1115.74830252703,3301.88687535423,364.083905215866,2579.85472788504,1418.42426269345,6269.76490059934,1672.48322117617,7688.71370344515,149.34550432524,759.006488168096,816.341976402775,1013.04216819891,506.578382676613,1334.49856137232,257.738014386514,580.976232286548,809.502123653685,1918.47334258816,873.264645775248,1389.52571239215,365.520884484004,1191.84078359123,10030.7510386324,3016.15159858701,73436.5161064048,27967.336472004,2425.30381759498,12689.1426927668 -7181,479.646830272719,1431.50506993925,579.493267500802,1288.39825369069,793.774525749814,5105.28441552359,171.114607094078,461.837564200875,4115.27483435763,12348.1590912979,1356.04689264473,3628.21910946664,440.799769604902,2834.82704790005,1808.88743545632,6889.41859093137,2159.9553592804,8448.60500651311,191.773294717317,834.020651990149,1241.21004079934,1113.16319792467,661.927505406653,1466.38978399505,338.50244137961,638.395301747533,1059.64866482316,2108.07998739628,1060.47955342784,1526.85538091174,464.326453644429,1309.63284622024,11667.1576397175,3624.74657260538,93250.9875779803,36901.7462564896,2803.35822276951,16892.4369645773 -7182,497.157673771195,1702.92608875735,600.386322519867,1532.68545462602,833.625684375809,6073.27365043173,176.804945826091,549.40443688348,4325.15751612196,14689.4361090806,1425.26827885456,4316.14886107314,463.718046569889,3372.32542053719,1888.55244512858,8195.68920937519,2254.56380415743,10050.5057099153,199.595221354731,992.155429038556,1413.84331652874,1324.22489490096,708.924671784999,1744.42513120713,352.576184055866,759.438465930222,1102.24518041115,2507.78322977001,1115.91306207928,1816.35532874815,485.696280018637,1557.94623948949,12332.9834931622,3825.27027735284,97582.7140110974,38456.2073284747,2969.16573464641,17644.7962242016 -7183,483.066821812243,1889.27312486684,581.172386562304,1700.4034745937,811.185641869385,6737.85712925177,170.669724156363,609.524420430942,4209.58634107775,16296.8651684617,1387.20026208596,4788.45447256049,451.746266454603,3741.35074175494,1837.36388335558,9092.52343085099,2196.72774484764,11150.3079637001,193.509976091648,1100.72457057786,1277.43262747282,1469.13158576459,639.775809168727,1935.31330601485,343.478611866748,842.54195948049,1071.6755926343,2782.2038139386,1087.91865933442,2015.11464911353,473.3093593368,1728.42848535057,11955.8024386245,3710.4505194692,94562.7536478091,37254.9926816123,2892.34694650237,17082.1859405902 -7184,463.666186035916,1972.46686270797,555.864710086909,1775.28037779395,766.115877011939,7034.5572263653,163.479833953233,636.364697876096,3972.34285007523,17014.4941394199,1308.95730874674,4999.31304076378,426.053671564021,3906.10032120139,1748.50052049946,9492.9107547716,2098.12413230198,11641.3093892591,184.233635439639,1149.19474154184,1211.11046924955,1533.82448082117,598.826093499527,2020.53441338248,329.045798864653,879.643114403292,1024.30956432838,2904.71756362935,1027.33798243958,2103.84979155091,450.71479116254,1804.53946390352,11184.2646687369,3490.92802710862,89842.4178394948,35629.2371193924,2704.62959330641,16347.8393663823 -7185,437.18344775367,1992.05036967224,523.056245676546,1792.90613176699,719.812568218864,7104.39936315231,153.651134790739,642.682802746849,3731.84727503095,17183.4214206699,1229.7020097308,5048.94839008264,400.42139374819,3944.88178024115,1646.04232007177,9587.16049219028,1976.3686092295,11756.8893606178,173.26152079755,1160.60444562852,1128.06963181913,1549.05295586936,549.546620229779,2040.59515584874,310.118211491592,888.376592963911,965.061496823501,2933.55686010223,965.726803282977,2124.73772524631,424.330478266356,1822.45571478042,10473.7982347425,3274.91522971055,84431.8733583628,33532.1069021594,2536.73975675615,15388.4479877933 -7186,414.098640742738,2025.25843933815,493.333947744822,1822.79440800468,668.765120639723,7222.83180470992,145.158757898896,653.396515417786,3463.64145793379,17469.874145121,1141.25702893205,5133.11585513778,371.411680761844,4010.64412790889,1543.42196588071,9746.98129711066,1859.15217152535,11952.880188403,162.530766130947,1179.95206548381,1070.49584774643,1574.87612744066,510.684769589429,2074.61248147816,292.712719480764,903.186093887106,909.595645416265,2982.46012181806,896.672520180417,2160.15773242885,397.811060164825,1852.83659131891,9620.09541899678,3030.1761822987,79037.2188537048,31632.0169648637,2328.38882575061,14536.6852611002 -7187,400.007788783786,2059.1029030712,477.882772647669,1853.25545832608,647.463692868666,7343.53386639064,140.797119270803,664.315543942649,3353.47255817427,17761.816403176,1104.95970265864,5218.8962918575,359.439900646558,4077.66673455336,1492.2334041077,9909.8648820444,1795.05140186276,12152.6269526599,157.440317079866,1199.67045999155,1015.79985546808,1601.1941700884,475.746333771285,2109.2817096249,282.495029284691,918.279401686748,879.026057639416,3032.30055771873,867.252501165131,2196.25652289074,384.266950285609,1883.79968205347,9292.74839600028,2926.87785496324,76336.1817966365,30537.3724093119,2254.12256462553,14018.2301840255 -7188,387.79569896858,2028.46932456043,461.905601424798,1825.68430270366,618.785090895752,7234.28302666475,136.26379254676,654.432423317189,3202.45055955352,17497.5712328793,1055.15149724235,5141.25399964485,343.080472446759,4017.00268329717,1435.92389468724,9762.434356138,1729.27033369068,11971.8305236368,151.564427025953,1181.82278508012,991.000359483258,1577.37296754081,454.034160459789,2077.90161358562,272.776235196928,904.61802317845,849.103626723754,2987.18857372581,827.914572584352,2163.58248968754,369.317225419886,1855.77411549598,8801.11340589249,2787.82317780277,73350.2436898649,29507.1889729553,2134.25360753369,13558.3128155046 -7189,381.348399308022,2001.22019354533,454.80714068629,1801.15925312355,608.703684377908,7137.1023971097,134.181505623916,645.641205906315,3150.06724731611,17262.5202980696,1037.88817935325,5072.18975394886,337.275515779172,3963.04089492806,1411.8491598511,9631.29219412657,1702.44054082005,11811.0087776635,149.18500186908,1165.94695027337,962.32397916798,1556.18357013077,435.123392853923,2049.98844151074,268.600821771354,892.465975950646,834.928936296456,2947.06063497579,814.392576635394,2134.51833672765,363.509494811427,1830.84485903876,8635.30811308219,2737.43358475289,72099.1346376081,29019.964339872,2096.98613344383,13329.3744216731 -7190,380.654859668007,1964.13591847975,452.901026470234,1767.78227372109,604.244154636701,7004.84595210713,133.667278064818,633.676937231269,3126.30795493439,16942.6314357027,1030.04707255398,4978.19785809104,334.863064633689,3889.60245016437,1405.68989876797,9452.81633718889,1696.35713636715,11592.1409590568,148.393785329154,1144.34098329618,929.434692312553,1527.34619393728,431.26720337644,2012.00045023849,267.868378776531,875.927838945245,832.379630500772,2892.44914965554,808.770202968519,2094.9639361739,361.899023278916,1796.91778066228,8559.41356297761,2715.34516459946,71700.0110480948,28903.7526041716,2076.62124268888,13271.3591963155 -7191,391.109247052903,1937.14712806883,466.144890839222,1743.49153863055,621.797664556666,6908.59379486919,137.574738130958,624.96971188792,3217.39417479011,16709.8261982823,1060.06292476749,4909.79345829772,344.633485530925,3836.15621748687,1445.44132672242,9322.92711897492,1743.84266470556,11432.8557182472,152.757027372938,1128.61682761723,931.764412548009,1506.3592419014,418.374949793248,1984.35396307471,275.29292512679,863.891893449843,855.568996343586,2852.70459677616,832.290199897785,2066.17746469814,372.130654130887,1772.22670052283,8777.42578398109,2786.63109730473,73581.05326308,29662.2880361157,2137.04419731718,13608.8051908455 -7192,405.511985367484,1926.35739712651,482.148991388889,1733.78045147076,633.136347310205,6870.11356424742,142.758471470603,621.488688200736,3272.49202325856,16616.7540066248,1078.14900212869,4882.4463613066,350.091645769987,3814.78918096206,1484.23028944748,9270.99927428465,1793.86969457799,11369.1757657466,157.131820490911,1122.33053592027,959.556699094713,1497.96895977616,429.914581539223,1973.30129441281,284.060031676363,859.080095234565,882.931080577887,2836.81529512678,845.793508759393,2054.66904667447,381.614808877487,1762.35556116002,8838.60612750541,2824.74852311859,75484.8530033473,30642.3715972039,2148.06628974037,14067.5382706642 -7193,422.49805559993,2049.32561404715,501.965320370669,1844.4555997933,653.014551301035,7308.66438368411,148.773595146041,661.161158085289,3373.30769806221,17677.4775329297,1111.32706292335,5194.11527806944,360.736575080128,4058.30464917724,1538.37686643952,9862.80962657537,1862.328243709,12094.9223348186,163.089046688736,1193.97403520216,1007.17096713153,1593.59118037806,445.54824965494,2099.26615533794,295.412142222537,913.919112989309,917.611983325808,3017.90221030424,871.967181225175,2185.82798395603,395.47709588649,1874.85478963096,9057.77403073948,2907.29123937959,78190.7040260185,31868.5643550711,2200.15402249175,14642.8566387514 -7194,434.412875317743,2089.41828595135,513.554799464007,1880.54022816934,658.755089578002,7451.64990105844,152.457777014569,674.096007093774,3399.24397886424,18023.3168187726,1119.80134299008,5295.73210179371,363.239484003539,4137.70065909948,1566.44792993037,10055.7640246961,1902.09539556,12331.5454217272,166.009425792115,1217.33274839414,1088.11208186159,1624.76793818872,481.13300080514,2140.33585584266,302.700060439317,931.798877382485,939.094451381047,3076.94395668526,878.897705572959,2228.59116595067,402.579319635659,1911.53414279644,9064.23654450737,2930.29063319514,79695.9054001031,32711.1165585946,2191.95314414215,15066.3538964423 -7195,441.494977823663,2022.56823813014,520.428460588907,1820.37314481025,659.609095268509,7213.23753739624,154.702456409126,652.528592558685,3400.69530447778,17446.668476345,1120.22345850173,5126.29740954776,363.179166928787,4005.31668946042,1580.04276750194,9734.03413918224,1923.15906930255,11937.0028800568,167.539400413528,1178.38470577785,1163.63363521265,1572.78418027074,497.420218424531,2071.8567220672,306.821462141297,901.986369311891,950.976490580001,2978.49844578368,879.453002411248,2157.28834113123,405.983334625124,1850.37542234443,8991.51616557141,2928.95935976757,80400.4701862556,33198.6997436556,2171.52108162354,15330.1111709826 -7196,430.383727325197,1892.25259278929,504.426555580185,1703.08508665979,627.989116534878,6748.4830302496,150.049031690793,610.485667608348,3233.11704718823,16322.5660511805,1064.93506694643,4796.00607868421,344.950087753674,3747.25101862597,1522.13263514943,9106.86274555346,1861.7357805989,11167.8924963259,161.36969192569,1102.46046228474,1191.43040880583,1471.44847175426,496.149290275272,1938.36538135498,298.237088403636,843.870685702523,921.835064252033,2786.59147335546,836.868727280964,2018.29257472845,391.351786889188,1731.15429410769,8440.81179419151,2780.39654006007,77464.4941107868,32284.3204248606,2032.09329494062,14953.5194584141 -7197,386.951595336948,1768.67691352361,450.949835764366,1591.86320368643,551.821126433391,6307.76577207068,134.170536542169,570.617215931153,2837.27229385996,15256.6025562327,934.480044428249,4482.79751911124,302.626673495308,3502.53258527816,1353.52841441476,8512.12885323402,1663.66735248306,10438.5607430184,143.425101181648,1030.46304449308,1137.29146217931,1375.35387788534,452.405403072061,1811.77825467918,267.530006091822,788.760763488401,824.503339309765,2604.60998976914,735.641971124438,1886.48571298633,348.315741632547,1618.09932003961,7308.2012266938,2436.91402800973,68850.8502154346,28956.6534428695,1756.2969984129,13459.1077495807 -7198,329.72588148714,1653.86608136371,388.29101341113,1488.52995061883,478.428386992161,5898.30724868305,116.159001097795,533.576512281495,2461.7466338756,14266.2446101202,810.832311481413,4191.80389012326,262.187998398043,3275.17128615778,1161.97407783671,7959.57762716237,1419.15912388866,9760.95827289291,123.842970443061,963.572184583245,936.764362275084,1286.07498131187,366.323007504341,1694.1695679154,227.542618778979,737.559620453878,705.041989451071,2435.53589936241,635.501778491723,1764.02751108996,298.040168683406,1513.06299145373,6358.45518598463,2107.31141790714,59098.4046644304,24711.4409612983,1535.58053971103,11453.3814345147 -7199,269.72764224249,1512.44251225584,327.583010778481,1361.24442205481,430.65306073794,5393.93771586347,97.5281139747797,487.94990707489,2199.6392124691,13046.3252628019,702.870979552548,3833.35898710387,230.105858641383,2995.10845764502,956.232802336637,7278.94701909267,1176.71737799023,8926.2899932658,102.344269641944,881.176264519111,644.624372149164,1176.10155840481,293.118703391576,1549.29961159404,180.127154239483,674.490237067998,579.887176359175,2227.2710443905,528.149877538377,1613.18393951305,245.788427575342,1383.6796206067,6036.6824832883,1893.25844193432,49742.6261984864,19915.9147294254,1462.10032145754,9098.55676185146 -7200,266.294115259703,1417.3887465277,327.107225903928,1275.69313177817,485.708161736002,5054.94030747196,94.8236895688939,457.283302705916,2594.3361526811,12226.3917214643,858.372503420418,3592.44060233262,280.923783681158,2806.87231950662,1027.10266350969,6821.48082180334,1208.92751098632,8365.29182575473,113.099530184696,825.79622756956,686.893073748512,1102.186099735,402.514390799474,1451.92945627917,197.743216673839,632.09997333192,630.191279056434,2087.29183965974,703.741144416838,1511.7987913039,275.437801601137,1296.71832625391,7695.86174601165,2319.25639194978,55398.3181211625,20806.8094537691,1843.54594959987,9407.00767404573 -7201,285.675775536767,1363.84507138933,349.064190906424,1227.50218995539,510.427511146361,4863.98346353611,101.585790094585,440.00884030718,2723.55535175442,11764.5241159452,901.049316191213,3456.73155776994,294.734520758689,2700.83912289863,1089.45015189847,6563.79064754451,1284.58495708325,8049.28221367539,119.977810876204,794.600717482583,751.028468227502,1060.5496082567,424.480288464404,1397.08096159394,210.819705512649,608.221587313993,671.995096874397,2008.44171723885,738.4210554299,1454.68865581393,291.632074132653,1247.73313078301,8005.09697681622,2428.04520451697,58645.8510666439,22208.7843452848,1916.5576703761,10059.3972539741 -7202,289.713258824943,1342.38131675166,355.22328081347,1208.18415568954,543.652385614478,4787.43565776761,102.319514665402,433.084122841185,2908.65340580622,11579.3778230481,962.500810045768,3402.33062942351,315.763252994752,2658.33418632935,1136.37976696314,6460.49182357439,1333.78529679562,7922.60520169798,124.186088380437,782.095547215998,718.918568065259,1043.85901997051,449.044154111692,1375.09415121666,217.087749085341,598.64959179243,691.818554010825,1976.83350811949,790.81917381325,1431.79523409207,305.48918722492,1228.09670848385,8754.98499445021,2614.00117670047,61353.7879907495,22757.5256121541,2099.08697231668,10266.3084450824 -7203,325.021580496396,1367.20058996883,397.923791503248,1230.5222590902,619.955008585291,4875.950502333,113.89477330968,441.091410365735,3319.8337214037,11793.4688106749,1098.64484981757,3465.23628254386,360.81639664721,2707.48409749819,1287.15935815351,6579.93978495887,1511.4512024843,8069.08616104904,140.015029116278,796.555703079355,789.296233360794,1063.15891776673,511.65803615578,1400.51825166598,245.395952222525,609.718017428745,780.155901082402,2013.38316083784,904.28725155515,1458.26768023127,347.087368136116,1250.80297485139,10069.9820858236,2992.36981077725,69573.7484690449,25633.8420013733,2415.47109568035,11553.8266166783 -7204,409.412378318005,1417.99621167866,497.105199008763,1276.23986895438,742.465077844488,5057.1067562211,143.597498380206,457.47928540381,3965.62169577451,12231.6317143109,1312.07765508168,3593.98025225446,430.026395344747,2808.07529019584,1575.60099133817,6824.40437533608,1862.71539418645,8368.87702655035,172.093999334419,826.150147714101,1051.47695647302,1102.65847518393,618.405432049826,1452.55172490413,305.071753227141,632.370879042623,967.73385537696,2088.18641220067,1079.13087130171,1512.44671875727,423.815798852285,1297.27407441808,11759.9304661833,3549.72000406394,84864.2174290438,31937.0349102329,2817.03555994963,14464.9748780804 -7205,551.634389808833,1532.14172366116,659.72940655847,1378.97431355619,916.224975578738,5464.1924981186,192.513027242309,494.305340948762,4870.36143661833,13216.250610266,1610.78285020382,3883.28759494683,526.051967813894,3034.11904760854,2023.16236919582,7373.75360841776,2419.43487771376,9042.55284108821,222.27834535265,892.653380098349,1539.42221734777,1191.42000723536,776.195484870424,1569.47887813255,402.130184608792,683.275315286284,1271.2330098689,2256.28073091073,1323.15854082674,1634.19528454113,541.736267264669,1401.70172534304,13828.9315048039,4303.64628078793,108252.743861891,42242.8616172579,3303.78036512451,19288.838408242 -7206,571.913092786924,1775.18546510486,683.70386053046,1597.72109875605,962.113778098212,6330.97771008833,198.96836341397,572.717029387551,5118.24576189569,15312.7453056137,1692.87495413987,4499.29375913017,553.336481515154,3515.42154980412,2112.39468759106,8543.45262372251,2525.61704987048,10476.9735873941,231.405540484975,1034.25504393989,1575.54739061802,1380.41504060435,814.043782747123,1818.44541482256,418.955723983472,791.663323065663,1322.8308056805,2614.19469025221,1392.21278020676,1893.42778899602,566.735630341656,1624.05376135533,14637.2944946105,4533.94782131047,113130.674903821,43917.7625782553,3498.47828719447,20038.4680697626 -7207,563.433468078167,1943.85816803373,673.100443023493,1749.53167942558,962.287695852279,6932.52788246989,195.077653329108,627.134852910282,5124.0237678248,16767.7156119455,1694.91960164144,4926.80291495727,554.719895775743,3849.44617224257,2099.00243391429,9355.22540730766,2507.69601274847,11472.4636295547,229.093107245577,1132.52680044554,1525.54151132175,1511.57786310338,812.935731195549,1991.22854609308,414.96766151107,866.884754930673,1309.08840610419,2862.58748810621,1395.8878471091,2073.33551652562,564.224637797742,1778.36639122662,14782.035779035,4553.16290829561,112497.706382866,43393.9814599993,3534.98414758258,19780.5587085935 -7208,535.617628577564,2017.27461685081,636.380060910283,1815.60872409306,892.34602319949,7194.35849687688,184.882656824355,650.820744498075,4745.19958882828,17401.0057126574,1569.43664149398,5112.8804693725,513.263814861952,3994.83366631289,1969.06784337577,9708.55747575923,2364.25693535292,11905.7604372724,215.028995397584,1175.30054662013,1480.94706952642,1568.66776844962,758.671179183305,2066.43409917375,392.920502383299,899.625621156037,1235.84480473339,2970.70289038247,1293.49838481114,2151.64212002829,529.438858377523,1845.53247735705,13520.4572727989,4202.94518945545,105345.126891324,41056.5299677923,3230.76864434828,18764.9155490814 -7209,502.956176224306,2028.44039845017,595.85760185428,1825.65826832158,831.576354881502,7234.17986529772,172.984129395723,654.423091066409,4420.53361016442,17497.3217163258,1462.01431898967,5141.18068501382,478.255865321457,4016.94540056623,1842.05941073116,9762.2951431614,2214.55728910994,11971.6598045209,200.978382865271,1181.80593220698,1395.77345904375,1577.35047409522,708.60615692475,2077.87198256756,368.482605641071,904.605123264033,1158.21260986684,2987.14597621398,1205.7098135364,2163.55163685437,495.259896911342,1855.74765203112,12555.4633825445,3913.15896612435,98450.0616336704,38479.3196289158,2999.56486189021,17602.0768273667 -7210,478.93123216079,2052.91254712056,565.7602271412,1847.6839490356,781.876779429682,7321.45673343107,164.427723579371,662.318387960589,4153.42820312411,17708.4184084951,1373.59372219573,5203.206534115,449.172820250864,4065.40789673748,1742.40459201,9880.07249481058,2099.22595425957,12116.0920682401,190.133867446016,1196.06384705358,1342.51148903018,1596.38044181666,668.310479801279,2102.94049930302,350.030302389084,915.518744922046,1099.06794120485,3023.18444226204,1133.06839337786,2189.65383702433,468.369780061678,1878.13634655226,11719.9117772266,3670.37865978934,93028.1291735436,36548.3025076511,2798.78262975557,16739.8786841923 -7211,459.774030342372,2083.60398065776,543.838803138226,1875.30717594759,747.203001238099,7430.91390589795,158.36167391336,672.220173992863,3967.91945441123,17973.1626361027,1312.20721688802,5280.99546270141,428.829711686586,4126.18651901213,1668.26528113173,10027.7814601742,2009.44389534031,12297.2299520552,182.409431481768,1213.94522934606,1296.62639014878,1620.24663343735,638.650137140343,2134.3798602527,335.294110871968,929.205924510503,1053.65025692656,3068.3816254107,1081.48019345896,2222.38957888667,447.989454682113,1906.21484260649,11161.5884424931,3502.0227533786,89060.3959048538,35057.9040268425,2664.92780833248,16059.3005752756 -7212,448.288719235009,2053.54893838178,529.414910022271,1848.2567205939,723.208103689473,7323.72634354725,154.265735935266,662.523702909263,3838.90560266844,17713.9079178953,1269.4979098438,5204.81949866787,414.778421185722,4066.66815015763,1620.34793690662,9883.13526131992,1951.80180843171,12119.8479881516,177.196462704378,1196.43462007126,1271.48849519161,1596.87531071119,618.738967762481,2103.59239894605,326.022050826113,915.802550547166,1025.28511394777,3024.12161231481,1045.8375726584,2190.33261731087,434.623803444871,1878.71855818129,10756.5252702429,3384.02807282623,86432.4622935442,34119.1864560094,2567.5788472975,15636.9581634323 -7213,441.289808333112,2024.73775532389,521.917379135251,1822.32577650013,712.949421562071,7220.97485006879,152.078556774283,653.228530377484,3784.43938133998,17465.3827261387,1251.48601361079,5131.79615622073,408.691119947427,4009.61301096908,1595.77656276722,9744.47539601174,1924.21283725129,11949.8071615153,174.68499551752,1179.64870559345,1253.57141459621,1574.47123451041,609.976814918921,2074.07910878167,321.417209713367,902.953889170979,1009.51569518476,2981.6933459447,1031.0074946506,2159.60236646779,428.475099001298,1852.36023611634,10603.5912465828,3335.58708762208,85189.2071128556,33624.0371111051,2531.07298690939,15410.1447370566 -7214,439.293393864856,1988.232019299,518.043592026981,1789.46949989179,703.922348688992,7090.78169244834,151.046320064598,641.450912149552,3735.09618594825,17150.4843400649,1235.12924888562,5039.27059565373,403.464006066328,3937.32025416366,1582.24039098059,9568.7838796302,1910.22970752844,11734.3538245884,173.053692888638,1158.37980588767,1252.47901720332,1546.08374032027,603.702385026155,2036.68375511632,319.482056515889,886.673757961865,1002.87999654575,2927.93383565355,1018.16774141702,2120.66504053425,424.76548927879,1818.96244243918,10427.638214735,3289.92396345623,84372.5063218041,33403.2848330136,2488.48281645659,15322.307643313 -7215,446.314829725972,1964.13591847975,525.844477742804,1767.78227372109,707.254950521093,7004.84595210713,153.503667354291,633.676937231269,3750.36259009319,16942.6314357027,1240.11089054584,4978.19785809104,404.937743898876,3889.60245016437,1598.22737087461,9452.81633718889,1932.93755064649,11592.1409590568,175.04706523729,1144.34098329618,1283.45431704992,1527.34619393728,608.164148855975,2012.00045023849,323.870325148187,875.927838945245,1015.86308427924,2892.44914965554,1022.38906841233,2094.9639361739,428.936523397354,1796.91778066228,10406.3178990005,3297.95188743847,85153.3013729849,33865.3363977861,2482.3985063919,15550.1236551411 -7216,464.462759614041,1957.65629581467,546.42683259937,1761.95041555896,726.366787767507,6981.73718546343,159.962590890624,631.586456930904,3848.39400088427,16886.738227079,1272.43490400246,4961.77493981485,415.073261582799,3876.77077392592,1651.37776299116,9421.63179318102,1999.25718991713,11553.8988503573,181.13119902887,1140.56583835729,1352.46967433448,1522.30752684579,625.789313803144,2005.36292398745,335.687317468586,873.038180533725,1053.29372379405,2882.90705081637,1048.0570844172,2088.05271599019,442.604784655472,1790.98980537843,10590.4771715614,3375.03853232223,87915.1657083958,35154.6018600386,2524.9886768447,16157.082223249 -7217,476.509216868017,2083.57505174159,558.154816922747,1875.2811390401,724.425117074184,7430.81073452399,163.845048760324,672.21084083683,3831.61228942406,17972.9130953454,1266.7067246282,5280.92214095867,412.793623366797,4126.12923072461,1669.81555099257,10027.6422336936,2030.68974643038,12297.0592163791,183.486641097292,1213.92837483815,1416.1579999636,1620.22413780984,628.438411570018,2134.35022636036,342.528701535704,929.193023344761,1072.62420062202,3068.33902376679,1043.65998517424,2222.3587230607,447.237243170091,1906.18837657461,10372.1316067603,3345.7240264788,88700.2082910558,35875.0555107708,2470.22988626253,16531.0564949521 -7218,491.023134899983,2121.44035423152,572.632021537984,1909.3610669621,734.538867739863,7565.85261649172,168.33386060874,684.427087524955,3881.2635058116,18299.5390982876,1283.01474794324,5376.89358874791,417.864423938013,4201.11435367631,1706.64753153845,10209.8769490317,2080.79791659621,12520.5365835973,187.430376965571,1235.98938246825,1475.74664663922,1649.66885448965,639.768974772411,2173.1382781145,351.889078639643,946.079468050016,1100.70103405628,3124.10067496313,1057.28667594767,2262.74617405244,456.921724231507,1940.82998903846,10404.4341554781,3380.39939671807,90536.8946365561,36855.133618587,2476.31419632721,17008.2514738771 -7219,499.300826109315,2058.14831617937,580.71849158285,1852.39630098863,736.552901440608,7340.12945121638,170.930418070369,664.007571519639,3888.51788105524,17753.5821390757,1285.31893434485,5216.4768450282,418.399817758424,4075.77635442313,1723.24721345932,9905.27073228039,2105.68693806306,12146.9930727926,189.328732112387,1199.11430046503,1514.90020293145,1600.45186674661,643.777572086494,2108.30386016036,356.890626130646,917.853693249067,1115.27096906339,3030.89480263958,1059.35339638342,2195.23835246093,461.208114449084,1882.92636460992,10333.810037495,3379.07352600545,91315.5522505005,37380.1666473716,2458.06126613315,17272.3609592101 -7220,487.07535588191,1927.71696359156,563.402586010513,1735.00410278442,702.632561403102,6874.96228859469,165.941453554526,621.927316660929,3704.17748066109,16628.4816234933,1224.24070934731,4885.89224852883,398.183069364323,3817.48154710834,1662.40639947443,9277.54247324118,2040.79390061065,11377.1997960378,182.574978136059,1123.12264384459,1499.67829035583,1499.02618226583,618.125826739642,1974.69399250161,347.155982104533,859.686408730707,1081.85697471922,2838.81743603196,1009.83191690026,2056.11917173267,445.114179287097,1763.59937994672,9703.84649480427,3207.58336081647,87949.0277830971,36328.87625966,2305.953514516,16824.1850699232 -7221,435.346405980336,1801.27752084447,499.976928299647,1621.20474527331,608.927881540442,6424.03177488607,147.403531341815,581.134946809448,3204.04345782727,15537.8153120409,1058.77463882439,4565.42534135625,344.179388921923,3567.09196781327,1463.9471389522,8669.02611812568,1808.23301876009,10630.9663865682,160.709412209556,1049.4567458386,1363.27144787497,1400.70467618962,540.827669214915,1845.17331455792,309.087195703513,803.299359952218,959.786493373739,2652.6186830761,874.840754487276,1921.2577957083,392.171475739836,1647.92445098094,8230.18976832318,2762.32712621282,77239.1028303524,32292.9352492319,1953.06353076421,15000.9050460675 -7222,372.871908524664,1684.12361202334,433.267050804792,1515.76265169792,534.378621086153,6006.2169606168,128.350029517169,543.338310931059,2815.32018595384,14527.2459926098,930.419673065118,4268.49307079742,302.091507157252,3335.09064524201,1267.52006394682,8105.19834386091,1554.00183652101,9939.53530372839,139.936544104172,981.20076723956,1159.70082789314,1309.60376252101,469.481191950794,1725.16445209704,264.610170196272,751.053296320783,826.524442332333,2480.09410330528,765.46419334223,1796.30044848355,338.551654327975,1540.74452526699,7326.02380916882,2430.63698785303,67075.8646075256,27788.0515398882,1740.1126785002,12866.2518023899 -7223,306.135245884756,1548.22507588281,366.473782457257,1393.44982143319,492.262710112566,5521.55176925974,108.023578030542,499.494212696555,2594.99632353017,13354.9855656111,845.761942093568,3924.05163211321,276.027078958865,3065.96910728089,1080.81423370403,7451.15811653104,1309.17258205158,9137.47523637326,119.186092725495,902.023830953026,845.6583192349,1203.92670118173,404.87391212044,1585.9541696879,214.879285056664,690.447861657416,689.52830702757,2279.96558796131,691.513127545337,1651.34992366774,288.594684975666,1416.41580969322,7225.38690921893,2270.86397356663,58138.6591570842,22927.7715720788,1724.43051320795,10473.1604935394 -7224,287.074329367226,1451.95638265866,362.161066068403,1306.80505932952,516.377331250055,5178.22147337685,102.725546960414,468.435643837046,2608.8477897168,12524.5720627838,929.721287031799,3680.05395461,283.596679547711,2875.32703332065,1038.88856090745,6987.84482568025,1306.58707722088,8569.30668383117,113.199203099283,845.935955349165,799.998755939873,1129.06649379596,472.457583350266,1487.33947999739,219.324026431599,647.515787751257,696.525579580748,2138.19724228075,783.828741773246,1548.66892354464,304.087774804593,1328.3430215791,7969.89679422691,2446.30128065947,58446.7735113573,21908.4260531875,1936.73127068216,10019.5492755129 -7225,307.887487378331,1386.87087526389,386.318575759608,1248.2261162095,542.596031838609,4946.1021232211,110.01834026412,447.437511988827,2738.90503847242,11963.1446415854,975.786320736067,3515.0915757558,297.547246811787,2746.43740473077,1101.99638455711,6674.60716130736,1365.75375019193,8185.17828975553,120.094377051245,808.015965785455,874.514722363734,1078.45487315169,497.993793423542,1420.66788718642,233.735447806162,618.490195732614,742.417894809171,2042.35024984623,822.277713473201,1479.24817242618,321.855121639366,1268.79861612287,8289.97356921797,2558.31459190998,61734.2790261386,23292.9198156331,2006.5989696608,10657.2178311434 -7226,312.444599337408,1361.47306581193,393.581802500892,1225.36731254011,578.085574249164,4855.52400128051,110.907642880402,439.243574922416,2924.72601646873,11744.0632018693,1042.77708298743,3450.71959445635,318.754767549855,2696.14181116024,1149.35103239238,6552.37487287076,1432.80919108601,8035.28286528498,124.274805826577,793.218744285468,837.605855583149,1058.70509553405,527.451834124989,1394.65115200449,240.921476209379,607.163765551338,765.115937553419,2004.94862623084,881.089585352406,1452.15865465958,337.436276834764,1245.56306762304,9066.90493971324,2751.14587901764,64622.7137035342,23967.6344627729,2182.2296202911,10923.9403361051 -7227,350.60341068904,1380.27554535185,441.085755296111,1242.29011799362,659.285306243768,4922.58070110236,123.498754992744,445.30970178009,3338.05805687836,11906.2533425439,1190.44222491158,3498.37539184378,364.226666398222,2733.37659201199,1301.80798664349,6642.86575188906,1561.37599383748,8146.25328803214,140.101529239205,804.173407719237,919.803807023546,1073.32623009592,601.210468413331,1413.91183398886,272.418015138329,615.548936412102,863.118466493163,2032.63775682765,1007.66119789831,1472.21353791698,383.480861332743,1262.76478441257,10428.6291807922,3136.2187656608,72855.6797662086,26788.6701015439,2471.53000462697,12150.7577262226 -7228,441.337888215773,1423.14519679486,550.422816139331,1280.87411271034,789.343590511012,5075.46996989147,155.577943905639,459.140470400015,3987.8095632024,12276.0468468234,1421.13081757479,3607.03060505116,434.120337639577,2818.27188857552,1593.69356107217,6849.18494686805,1896.8000839439,8399.26584063472,172.242376128686,829.150039236584,1224.6069010182,1106.66241541326,725.726277349201,1457.82618695872,338.314784512312,634.667125123744,1069.50982758608,2095.76897177857,1201.84028395433,1517.93866970876,467.837682925478,1301.98469694711,12178.1931436439,3726.19767588412,88821.4698869107,33184.5692521901,2912.52513684691,15125.803956865 -7229,593.999322522045,1531.1292817429,729.183063242942,1378.06308492917,973.564640414574,5460.58175020336,208.309147917274,493.978703118938,4898.5667961278,13207.5172888549,1743.34377074342,3880.72151174377,531.128139857067,3032.11409645986,2046.75614729593,7368.88101919652,2461.33213391844,9036.57750642885,222.56270450996,892.063513190781,1791.40315806833,1190.63271482047,908.826167969094,1568.44176375761,445.177562387663,682.823805768444,1402.41768279049,2254.78977667583,1472.12030373493,1633.11540545217,597.071310173642,1400.77547840274,14320.2768755645,4514.8190026841,113154.437950939,43916.2383583784,3393.69224764349,20167.8960010598 -7230,615.932341715214,1772.29277551319,755.905700631287,1595.11758983622,1022.41166112278,6320.6612931916,215.341254879831,571.783778962485,5147.72403508071,15287.7929725555,1832.41635793848,4491.96209689954,558.664775596133,3509.69312112591,2136.97252763217,8529.53094794985,2523.8202972204,10459.901212116,231.685223574328,1032.56971085242,1833.65443154101,1378.16563495146,953.442007055014,1815.48223253661,463.910685217489,790.37329658688,1459.7235317544,2609.93482337085,1549.17051429142,1890.3424218806,624.757196051014,1621.40734299279,15157.2441543425,4750.40416559959,118004.979837689,45472.6872066972,3581.92891795392,20839.8156216199 -7231,606.917009465395,1940.99440455233,744.455213018481,1746.95420488783,1022.70249578818,6922.31462694018,211.189264933832,626.210934735996,5153.33586279838,16743.0127954408,1834.90500952194,4919.54456735766,560.048237555485,3843.77502629531,2123.35670302064,9341.4429445116,2462.12578509215,11455.5619733926,229.350200703997,1130.85832023121,1775.72469854166,1509.35095089608,952.513024777786,1988.29499482519,459.626284306183,865.607628366306,1445.01992991673,2858.37021873668,1553.53144476608,2070.28100224337,622.15287448722,1775.74643632893,15307.1616882303,4759.69121903089,117028.726179716,44795.6619691785,3585.13646238165,20472.5086852377 -7232,576.782814743417,2015.30758804071,703.507537909259,1813.83833812859,948.229975386632,7187.34333378737,200.085203975018,650.186134245241,4772.60725748667,17384.0381271459,1698.69555533355,5107.89493934014,518.213095124971,3990.93833503397,1992.013089653,9699.09073677398,2385.63053856243,11894.1512227457,215.294458955009,1174.15452018605,1723.45186172801,1567.13817269293,888.321540990707,2064.41913533428,434.986998335031,898.748403200517,1363.49754523834,2967.80618106843,1439.13141360142,2149.54407050952,583.524043127875,1843.7329129732,14000.7705620156,4408.10198910376,110030.824684964,42590.6988155102,3319.97893593011,19569.8401931236 -7233,541.565896358715,2029.01893468496,658.6340831054,1826.1789685903,883.621497702308,7236.24314267291,187.195217594053,654.60974060827,4446.12826381246,17502.3121684151,1582.33999640318,5142.64701319292,482.872757728284,4018.09108296793,1863.55098468654,9765.07947021352,2294.88400844383,11975.0742696404,201.232066502709,1182.14299784361,1624.24859479279,1577.80035391664,829.539934897347,2078.46461730018,407.87570445072,904.863127808994,1277.6677965192,2987.99794711101,1341.34002787094,2164.16870848177,545.782239447283,1856.27693416342,13001.7384279097,4112.6474807407,103178.364388794,40156.3072689163,3101.61543204879,18504.9278821055 -7234,515.620568850719,2054.99528317761,625.217771678482,1849.55847505382,830.747844527109,7328.88455199561,177.906465267089,662.990328121796,4177.59602472471,17726.3840844244,1486.47695161946,5208.48532978318,453.517743780292,4069.53236449674,1762.77793390856,9890.09609920625,2194.63662259929,12128.3841757906,190.384645499798,1197.277286615,1562.11126144409,1598.00001353763,782.097247319919,2105.07399008902,387.355399656079,916.447563786558,1212.12187542462,3026.25154575549,1260.32739167746,2191.87530086858,516.029619140763,1880.04176736257,12136.498659718,3860.71749543431,97606.3109375004,38214.3550324004,2901.3073327962,17644.5522095601 -7235,494.966810295078,2084.44286030263,600.916209870566,1876.06219323129,793.878010549187,7433.90566559717,171.325984283051,672.490816507501,3991.06206345631,17980.3988097851,1419.97075489059,5283.12164389489,432.981246785117,4127.84776266202,1687.78878511696,10031.8187445278,2104.25639302239,12302.1809388986,182.655602693874,1214.43397574526,1508.65114405847,1620.89896081486,747.300755134482,2135.23918277071,371.017619627325,929.580032039191,1161.91722886371,3069.61698631045,1202.88113841404,2223.284334991,493.537451661858,1906.98230362358,11558.3053748791,3684.41084930806,93463.4873724335,36667.5739310248,2764.56392268219,16934.8113352849 -7236,482.561640605503,2059.33431756511,584.898363802057,1853.46373843357,768.349455744317,7344.35917734072,166.878780163223,664.390203759394,3861.36130633674,17763.8125840118,1373.66343842507,5219.48282312914,418.798719902793,4078.12500751404,1639.33468854614,9910.97861286525,2066.00876975753,12153.9927387077,177.441467856461,1199.8052862462,1479.31966971771,1601.37412201697,723.87470601488,2109.51876351794,360.713089918649,918.382603504732,1130.47543331124,3032.64134607754,1163.14268167658,2196.5033515417,478.756713214505,1884.01139490639,11138.9040034491,3563.64046680069,90833.7625161938,35771.523217835,2671.40699071066,16542.7674218716 -7237,475.032381785932,2036.80026878865,576.61464806265,1833.18240677652,757.450194351571,7263.99430092291,164.512715639375,657.120183962016,3806.57695724516,17569.4339365965,1354.17296730892,5162.36918231759,412.651854296338,4033.50055433419,1614.4725895267,9802.5287737207,2044.47921914848,12020.9989538391,174.926559887949,1186.67654332577,1458.47336171462,1583.8512544247,713.622392525686,2086.43557672961,355.617807892333,908.333298636497,1113.10701783805,2999.45698769962,1146.64823660983,2172.46834506455,471.983079691621,1863.39579873722,10980.5905040273,3512.76531190937,89557.8565642702,35291.1679429448,2631.66612530292,16323.4519474482 -7238,472.842105255971,2008.13371908798,572.263367782013,1807.38163711858,747.828513855513,7161.75862428652,163.381820645681,647.871673589389,3757.00386870571,17322.1563518112,1336.39294837044,5089.71242013731,407.378969064102,3976.73183435692,1600.80221168303,9664.56498679954,2056.38581385103,11851.8117393427,173.29825120181,1169.97489484843,1457.12901433673,1561.55964763381,706.133878428196,2057.07044452981,353.425185370013,895.549138083718,1105.62619219249,2957.24171302075,1132.25812320211,2141.89236138012,467.831689282928,1837.16979656358,10798.4200709829,3470.92081778689,88890.5308470329,35144.8969711741,2606.77312009617,16291.383292346 -7239,480.339077685068,1989.27338732753,580.749850168219,1790.4067629009,751.316183653731,7094.49560173061,166.013716133659,641.786882230156,3772.45940454406,17159.4671780296,1341.64544628409,5041.90999348782,408.874262957508,3939.38248804328,1617.01279246284,9573.79568182804,2075.38752530289,11740.4998783636,175.304065293146,1158.98652566838,1493.04265017076,1546.89352618076,711.133936973183,2037.75050050932,358.203781461534,887.13816739412,1119.69708862589,2929.46738740028,1136.78915777958,2121.77577245638,472.329523414454,1819.91515284433,10776.2018298823,3481.41167758045,89715.1023975012,35587.1035275041,2610.08414209295,16514.7787762689 -7240,499.793275330914,1979.87214615462,603.317318158591,1781.94535891145,771.546290877141,7060.96724681623,172.964302618287,638.753818348692,3871.20501445743,17078.3720955904,1376.42728475527,5018.08209123825,419.117656343243,3920.76509483912,1670.83404713883,9528.55023556688,2107.90791926021,11685.01465871,181.409233215139,1153.50919313411,1573.16303855109,1539.58295780886,731.480941202057,2028.12015807999,371.18303936212,882.945581338075,1160.64436711756,2915.62282003584,1165.1328129682,2111.74832933127,487.265562172826,1811.31429316606,10966.7010046838,3555.29003818978,92349.8249419263,36808.5020186822,2631.13153456496,17067.2604546419 -7241,512.596943659147,2096.36073760426,615.939002650366,1886.78864654645,769.341967757826,7476.4092896023,177.097198600549,676.335807027628,3854.59185265194,18083.2023890678,1369.8606707913,5313.32808261319,416.835358897819,4151.44888125928,1689.58483085478,10089.1760303457,2121.36555167539,12372.5191025223,183.792552711671,1221.37754584233,1646.92829788304,1630.16650913735,733.992544194541,2147.44748987979,378.547609022842,934.894939429974,1181.3053343388,3087.16763224206,1159.80476871541,2235.99604343631,492.109840027185,1917.88554378612,10740.3186437279,3523.44280563549,93060.3582218974,37473.6960652363,2572.48163963703,17410.066640146 -7242,528.118532717897,2115.42356055427,631.740770543808,1903.94576901494,779.99886692941,7544.39447174818,181.914508220967,682.485926858079,3904.69967864546,18247.6382513355,1387.2772655879,5361.643733015,421.967409209078,4189.19922335923,1726.90875251806,10180.9198666655,2123.16078974916,12485.0260469934,187.755884268141,1232.48389003867,1716.04938338559,1644.9900912553,746.882558875827,2166.97485964956,388.776505631518,943.396213274466,1211.85637503355,3115.24015284158,1174.68735748529,2256.32861117065,502.616734034343,1935.32543946045,10773.4460017493,3552.73113625058,94671.4837751226,38301.1644934389,2559.5565858034,17788.7397337001 -7243,536.942179121778,2045.73867816783,640.502045635167,1841.2272480256,782.063538498244,7295.87202393022,184.688866172878,660.003927304737,3912.13804007285,17646.5366331604,1389.57498553215,5185.02401491217,422.518305267777,4051.20139606043,1743.75438403191,9845.54674483614,2111.13209486604,12073.752584837,189.669538909282,1191.88422171596,1761.4259250941,1590.80191675754,751.260503532688,2095.59180849856,394.201595115339,912.319479805247,1227.57478916391,3012.61997421437,1176.75362235519,2182.00212789493,507.201179096577,1871.57323014263,10700.0047986395,3548.29513854352,95286.8124309921,38681.5163382624,2536.80194354847,17969.3848158429 -7244,523.673406877027,1914.87342270245,621.166719812415,1723.44452398849,745.932322748238,6829.15740077541,179.25322952329,617.783685063318,3726.89587506011,16517.6932724601,1323.24128130595,4853.33967050055,402.118495318509,3792.04732555522,1682.26496035146,9215.73023713184,2022.79130372405,11301.3984551025,182.921471737029,1115.63976545936,1743.4953442917,1489.03882186521,720.841956004112,1961.53746407177,383.288904570406,853.958691565334,1190.29968566285,2819.90362840096,1121.37363396167,2042.42014269792,489.293456679906,1751.84928323846,10047.4276474861,3366.60847818571,91642.0497295246,37490.1850402401,2377.30389117954,17443.6862167932 -7245,467.91471605489,1797.77736610184,550.957902674247,1618.05449917727,646.319027095681,6411.5489092402,159.174724375078,580.005713686489,3223.94894958571,15507.622986136,1144.04271276332,4556.55402920378,347.600267774147,3560.16056844585,1481.52456226205,8652.18088882027,1818.33975534572,10610.3088104945,161.035660127505,1047.41749260659,1584.65138913815,1397.98289508779,630.122230766724,1841.58786364701,341.069273852566,801.738427762732,1055.40664375635,2647.4642436538,971.027467593759,1917.52450113951,430.848465607037,1644.72228445422,8521.46023762477,2906.30087133238,80664.6464964713,33402.6027155875,2034.80299686433,15612.0432076711 -7246,400.85558977846,1685.45424676631,477.588969426816,1516.96026357869,567.269379993946,6010.9625035832,138.621839189817,543.767605329967,2832.66365288121,14538.7240445172,1005.55397776723,4271.86562916521,305.081690114096,3337.7257175442,1282.68232333865,8111.60230283279,1600.85792518422,9947.38858178332,140.209682195222,981.976019021195,1348.16619932491,1310.63848720125,547.395412425266,1726.5275134192,292.118445343595,751.646707399857,909.236543778703,2482.05363843448,849.936166457223,1797.71971472298,372.110795462525,1541.96187545478,7585.57526686945,2562.30216915057,70286.2327174618,28894.645516644,1825.73449066635,13483.9050003696 -7247,324.49461873176,1541.36940256069,398.926948723114,1387.27950620233,518.550479271786,5497.10186481697,114.787172711102,497.28240951504,2605.4189873449,13295.8485449765,926.799421047881,3906.67559518682,281.770005588645,3052.39273331391,1102.63842832724,7418.16374981128,1368.85582561719,9097.01371292594,120.717799389659,898.029592124245,1006.41925573018,1198.59561056987,485.276171821825,1578.93142870495,241.17668257897,687.390499353177,760.28502366816,2269.86970494002,780.737066493155,1644.03760468161,320.618653416505,1410.14379909811,7497.1757035502,2401.14999563957,61234.7227420515,23987.9862201624,1820.8196964557,11075.3612929453 -7248,301.952868081724,1437.20366798588,345.625468669305,1293.5271658587,459.024276039388,5125.60775520905,91.2156835947888,463.676067393414,2164.69762739731,12397.31518355,836.17652666062,3642.66248292312,250.584577267108,2846.11205150706,1006.99834643706,6916.84429004288,1195.58792079677,8482.23758316125,103.678323159764,837.340757910897,739.426132186288,1117.59452671176,441.290715392692,1472.22725263849,208.37468251332,640.936653710523,658.789604633711,2116.47192449144,696.709177866564,1532.93355365026,274.616689087728,1314.84628998373,6961.69327150359,2153.35759442278,52637.3506542308,19923.2195611448,1744.34424248835,9216.60586851861 -7249,323.725723086188,1372.72562574207,368.726826567093,1235.49495991489,482.462575258645,4895.65485380244,97.7393921436328,442.873918243089,2273.59199691029,11841.1277551982,877.812632183984,3479.23975399075,262.982280363031,2718.4253936064,1068.22509190286,6606.53017920273,1270.47909878134,8101.69438988123,110.026789630632,799.774688491728,808.37595821938,1067.45528151643,465.221572187263,1406.17792845248,222.099087032713,612.181967402584,702.32774348026,2021.51950459785,731.060735078183,1464.16072998517,290.766468487713,1255.85763269168,7241.44826117329,2255.52912384191,55734.6352488229,21273.6195816068,1813.42718278492,9856.02492077925 -7250,328.819780441856,1345.24508023306,375.521975438702,1210.76163022729,513.653440184525,4797.64891329731,98.3907855568223,434.008041015471,2425.12323544004,11604.0806395528,937.504749192109,3409.58897702312,281.541575479228,2664.00533227661,1113.98432222225,6474.27428637046,1318.96258021063,7939.50685786011,113.758807672807,783.764027430328,774.055912345657,1046.08593217781,492.535331373306,1378.02770248455,228.844026332872,599.926718356796,723.46209668427,1981.05077748902,782.889149709179,1434.84974837432,304.572669439074,1230.71666338154,7919.74947787951,2425.22641326722,58280.3624331295,21779.5429258096,1986.13453352634,10058.7576342263 -7251,369.096276401898,1363.15082510168,420.787080770705,1226.87734710752,585.665117747884,4861.50752067896,109.496072490245,439.784859951693,2766.82711727277,11758.5355492341,1070.04751873422,3454.97195684331,321.636738948817,2699.46429846002,1261.69538875642,6560.44944157794,1494.59452069463,8045.1848389718,128.204793434621,794.196237083854,849.932538830135,1060.00975028907,561.343300006277,1396.36979704051,258.73334426017,607.911980608714,815.999659569906,2007.41934803034,895.203920808773,1453.94816686825,346.042781177095,1247.09798965723,9109.27819866162,2775.2247241746,66079.5361158987,24525.403420521,2285.49394147813,11320.6787885591 -7252,464.177938848705,1408.10321540765,525.277326036273,1267.33587036786,701.679347866849,5021.82461803953,138.125505890326,454.287569638078,3308.94394476935,12146.2947536467,1278.15285355965,3568.90597283058,383.60662466459,2788.48406833937,1544.78867214573,6776.79225445663,1842.19978480215,8310.48951568515,157.745450564612,820.386309797388,1131.88852979734,1094.96550950931,677.895834981116,1442.41764367065,321.443047946878,627.958989436193,1011.60392626974,2073.61767060678,1068.35799548334,1501.89476549708,422.554453159368,1288.22332556911,10638.0753784839,3296.30742908871,80644.1722287924,30585.6537005522,2665.45011310926,14174.0001012208 -7253,623.78287447957,1515.50876131499,696.272460645815,1364.00413979256,866.532286386525,5404.8731109693,185.329950049612,488.939151909887,4072.77454473905,13072.7747193851,1569.65572075079,3841.13054423238,469.90054344635,3001.18058826544,1984.4005244127,7293.70398622896,2393.36247805269,8944.3866997996,204.114943082067,882.962716480181,1656.39940482782,1178.48592691317,849.594356772707,1552.44058286263,423.248340774728,675.857664284607,1327.5513046756,2231.78650047494,1310.10270214869,1616.45442662028,540.155741738421,1386.48482232542,12509.8763290739,4006.06514967539,102964.794472733,40520.739804677,3126.00304841971,18902.9697731964 -7254,646.958309937086,1757.33757245676,721.71999296822,1581.65745063999,909.82413191982,6267.32542544074,191.517287059383,566.958874952888,4278.54791250338,15158.7894290394,1649.56310512466,4454.05740857204,494.168687220804,3480.0771490826,2071.79776147142,8457.55589446823,2498.31996945301,10371.6370445142,212.431172375266,1023.85654003264,1695.37673813777,1366.53620938427,891.205713466909,1800.16258230272,441.021142681246,783.703860642579,1381.63513378291,2587.91131473456,1378.45286946556,1874.39107616843,565.077651080799,1607.72536200936,13241.1089735047,4218.93146916559,107591.869409099,42118.5338290062,3310.22422254389,19637.9525969276 -7255,637.660977375707,1927.51447520791,710.703448744847,1734.82185705901,909.855904903778,6874.24013901165,187.738350573754,621.861989094964,4281.5180991374,16626.7349592111,1651.44665410387,4885.37903188822,495.280508604561,3817.08055687861,2058.51255692678,9276.56795539694,2480.49337378615,11376.0047291059,210.229497150916,1123.00467046308,1641.70247883465,1498.86872378285,890.218656033147,1974.48656962662,436.90173902291,859.596106827139,1367.52243296931,2838.51924518498,1382.06382334369,2055.90319591488,562.568442163869,1763.41413055866,13372.0150716823,4234.98648750656,106975.028794856,41605.5421137789,3344.76569269218,19385.6419583649 -7256,605.747752820219,1999.60028647611,671.715152865945,1799.70128732032,843.900013141453,7131.32520044531,177.965550066732,645.118585378597,3967.43031302762,17248.5469838118,1529.3254430745,5068.08402082396,458.444882973428,3959.83297309016,1931.30314510942,9623.49605137259,2338.7753679021,11801.4482422085,197.419643807341,1165.00316322126,1593.52883205815,1554.92390226693,830.421555997705,2048.32905851084,413.557995572163,891.743560722103,1290.65793809514,2944.67510819996,1280.73414177581,2132.79053018532,527.89399856506,1829.36286393428,12230.8328261723,3912.07674158095,100202.185165936,39383.030905145,3056.92010812314,18391.5107327774 -7257,568.69570318438,2021.38223674439,628.893142066319,1819.30570736532,786.470940075977,7209.0078112719,166.519716626704,652.145960318929,3696.55934710215,17436.4380314089,1424.68252239774,5123.29143144682,427.224253552611,4002.96803636952,1806.7890423878,9728.32625859738,2190.73226866674,11930.0032141417,184.54185006328,1177.69371999668,1501.83882594139,1571.86192500038,775.523088678559,2070.64181870962,387.802419373496,901.457459056227,1209.48922175169,2976.75190234571,1193.8240300646,2156.02334205045,493.817189459738,1849.29039204796,11357.9014809885,3643.10490168043,93652.3385355663,36916.0716577152,2838.15746385068,17252.3705565623 -7258,541.338632024588,2050.36698207567,597.03131778268,1845.39286280241,739.546682161527,7312.37829296638,158.300012823424,661.497128165893,3474.31532812518,17686.4603708943,1338.5849878822,5196.75467590353,401.326340858929,4060.36688305687,1709.14097797068,9867.82142877321,2076.71383634633,12101.0683885939,174.627180752283,1194.58075498287,1444.45056282988,1594.40096623855,731.256652804313,2100.33290073093,368.325631074136,914.383522421565,1147.56885863865,3019.43576205097,1121.91915008582,2186.93871587816,467.009460135885,1875.80750003611,10602.0719934747,3418.36433822292,88507.2514418245,35071.6346735283,2648.17937803511,16407.7690929498 -7259,519.61203346262,2082.18656197219,573.848835084145,1874.03145586976,706.786129265889,7425.85885881661,152.469922190389,671.76288103111,3319.64406283769,17960.9359861271,1278.79261381889,5277.40294621712,383.181825948341,4123.37958740397,1636.45485994093,10020.9598352645,1987.91750542244,12288.8644835321,167.554957473142,1213.11941567547,1395.04642310593,1619.14442405649,698.749882505458,2132.92790012779,352.80114226767,928.573811185528,1100.08682911493,3066.29428948185,1070.84512097929,2220.87774816213,446.689617777294,1904.91809689007,10097.007121735,3262.01589948659,84735.2495490686,33643.7559364043,2521.52732082474,15740.3525113874 -7260,506.529222395817,2054.90850204092,558.577156629299,1849.48036938216,684.132674031511,7328.5750578876,148.535562251468,662.962330464203,3212.31970670358,17725.6355105601,1237.20663682312,5208.26537877839,370.670937011913,4069.36051074734,1589.50449494656,9889.67844677243,1930.92674464807,12127.8720018826,162.789885419792,1197.22672636081,1367.95868987167,1597.93253101894,676.88685837623,2104.98509416056,343.01828368845,916.408862791982,1070.38700565485,3026.12374908792,1035.56270469002,2191.78273937627,433.364655055743,1879.96237440097,9730.58921631412,3152.75530657765,82240.6580344133,32746.7338292192,2429.41673376265,15326.3592403464 -7261,498.632981569676,2036.1060253069,550.666352385609,1832.55756645405,674.428589357343,7261.51836807268,146.429658698846,656.896204511782,3166.74786645097,17563.4453940893,1219.65315367911,5160.60958850267,365.225719562352,4032.12573545216,1565.39461514367,9799.18758125815,1903.63318957277,12016.9015956957,160.482734194001,1186.27206456181,1348.68191001369,1583.31139863899,667.300457988729,2085.72441505047,338.173111087167,908.023693182543,1053.93375404444,2998.43462262318,1020.87842450358,2171.72785911167,427.233783469063,1862.76066017846,9592.24025518628,3107.59739383663,81056.8777566759,32271.1639912833,2394.87526361436,15104.0416670176 -7262,496.273211738551,2004.72034828796,546.532905355258,1804.3094992196,665.928248147125,7149.58526275557,145.443981230349,646.770439029275,3126.00620179501,17292.7126239745,1203.74448747583,5081.06106610134,360.600044013366,3969.97229429548,1552.1702600049,9648.13742343198,1889.83876894846,11831.6663537372,159.00497257741,1167.98620350538,1347.4697199347,1558.90535123259,660.345707331816,2053.57389242165,336.106240222851,894.026908140133,1046.92037632013,2952.21507439809,1008.17609480939,2138.25163129644,423.537132152714,1834.04702556548,9433.08662465875,3065.76751255655,80287.7135957364,32064.0282375482,2354.5768817747,15018.4380115426 -7263,504.052322740636,1980.2192707014,554.678112214841,1782.25778159808,669.147056546536,7062.20522324827,147.825244465529,638.865808979062,3139.71172189554,17081.3663910478,1208.65387403423,5018.96189525742,361.984811487742,3921.45250983671,1567.93340436651,9530.22084530218,1912.36193354786,11687.0633543419,160.874860598182,1153.71143415086,1380.73244287225,1539.85288788364,665.092048626657,2028.47574179384,340.677457211742,883.100385316378,1060.34711356588,2916.13400670612,1012.37271056331,2112.11857530052,427.699368523767,1811.63186501246,9413.8229473852,3074.30821189177,81040.874566188,32514.0244061498,2348.81997008332,15242.0538792086 -7264,524.353212628303,1969.83451652639,576.282957830174,1772.9111858891,687.319709446964,7025.16929179259,154.065243396751,635.515440423808,3223.0550401701,16991.7875279548,1240.23247440231,4992.64123154753,371.132291627132,3900.88745377138,1620.17871708532,9480.2420363004,1978.04452752565,11625.773535705,166.514615861057,1147.66108921693,1454.89567211234,1531.77752272437,684.206275778022,2017.83791888192,353.053590774618,878.469190908236,1099.25539816741,2900.8410867507,1037.80936551205,2101.04210891243,441.332112419268,1802.13122442577,9580.43898589004,3147.48068292282,83680.0644761055,33759.1821072855,2389.11835192298,15836.8512907613 -7265,537.551664801349,2076.71937841947,588.439924518988,1869.11082380924,685.659998022659,7406.36083008123,157.842092398614,669.999037655315,3211.49948461597,17913.7760747108,1234.79549523937,5263.54610403228,369.276151026897,4112.55285675763,1638.48065066978,9994.64786697382,2009.29643610015,12256.5976929318,168.776630286011,1209.93413600937,1523.24855454017,1614.89304719798,686.744207710792,2127.3274853774,360.129153888083,926.135661040522,1119.09549493459,3058.2431407455,1033.50026732569,2215.04640407457,445.959933845024,1899.9163659795,9382.97723802915,3123.00581269914,84454.2233803804,34468.0775318399,2337.30614670056,16204.2787501793 -7266,553.694047207987,2089.88111493918,603.589915772713,1880.95678838432,695.337605210195,7453.3005229586,162.186360635722,674.245326727263,3254.59616934024,18027.3091804441,1250.77935423404,5296.90516433699,373.920456339727,4138.61720502083,1674.7454497482,10057.9914863378,2058.96551268818,12334.2769938228,172.456067126951,1217.60240090344,1587.25388381742,1625.12784204586,698.915398929972,2140.80996362875,369.901258914581,932.005281018454,1148.19530019181,3077.62553340289,1047.02097366507,2229.08482325259,455.621826279748,1911.95756850228,9412.23186692545,3157.07628402357,86218.5739026267,35419.5352772196,2343.06305839194,16672.5482501351 -7267,562.827993502812,2029.94459546653,612.010087648564,1827.01209154567,697.336783653677,7239.54439648014,164.706347454064,654.908380780501,3261.98642052711,17510.2969159619,1253.10214936211,5144.9931453912,374.49499679545,4019.92418036722,1691.14329141553,9769.53440700093,2083.67086328136,11980.5374303918,174.25057034684,1182.68230449699,1629.28914662754,1578.52016381285,703.109637884295,2079.41283574666,375.098562434615,905.275936332258,1163.22537731792,2989.36110467833,1049.09116093392,2165.15602607842,459.900458914477,1857.12378814211,9348.3736542182,3157.34563672856,86973.8343522051,35932.679128915,2325.7923233178,16931.8810655549 -7268,548.740247897625,1898.90577772776,593.607902120674,1709.07315616524,665.366370240245,6772.21078510931,159.925033629808,612.632143223898,3109.38019972416,16379.9564075329,1193.67382865626,4812.86889896999,356.548205291383,3760.42640236321,1631.6032685881,9138.88259442898,2019.57988295066,11207.1589528414,168.105768277946,1106.33672773201,1612.80138981857,1476.62210388314,674.797106539763,1945.18069946294,364.771377148184,846.837746103194,1128.11551601388,2796.38916552978,1000.08731909622,2025.38891789679,443.859249190614,1737.24105531474,8778.53345619991,2999.50895391106,83789.5130445266,34935.7201162641,2181.86953103328,16493.4877730996 -7269,490.101857745124,1771.59852922554,526.600468665205,1594.49274698835,576.799387222152,6318.18535033444,142.090040256565,571.559798606998,2691.92830632563,15281.8044058445,1032.47803927006,4490.2024959729,308.370105027831,3508.3182966873,1437.02009699602,8526.18974198328,1789.58229694607,10455.8038374124,148.057719653698,1032.16523045369,1465.974330737,1377.62577698382,590.058662826533,1814.77106798318,324.658140863832,790.063689881601,1000.51933917279,2608.91245416234,866.444272025203,1889.60193293491,391.074217563747,1620.77220186701,7445.46353697526,2586.03131633846,73613.6421334185,31070.9902776659,1847.9686529332,14707.4010294927 -7270,419.994368405737,1656.58521148789,456.430937522666,1490.97725072074,506.086772074616,5908.00468737069,123.710589969506,534.453768296628,2363.9651599916,14289.6998196535,907.230733606298,4198.69565745602,270.545862364086,3280.55601289376,1244.08020916703,7972.66401157141,1537.87358331876,9777.00631691522,128.876596239606,965.156398797111,1247.13951612216,1288.1894241093,512.462405365853,1696.9549612187,278.0172526908,738.772246194836,861.794003200269,2439.5401770407,758.085652005601,1766.92775821356,337.598634942378,1515.5506264601,6627.45410500023,2273.53575310436,63905.5405104714,26724.442384063,1646.47674373488,12612.5167152373 -7271,340.614163444035,1516.57905545378,380.996508670681,1364.96743718375,461.744752499834,5408.6901816186,102.20150912624,489.28445424127,2167.71751869502,13082.0070739032,834.782352357865,3843.8432566975,249.387514688614,3003.30010487601,1069.1205973626,7298.8550014034,1291.89494023071,8950.70347269081,110.765905638157,883.586289134026,930.672006401483,1179.31820621924,453.756285008388,1553.53695927369,229.338169794045,676.334973631279,719.87026213313,2233.3626497335,695.055928824826,1617.59601137558,290.194588436196,1387.46399619543,6549.47779783781,2120.56106347054,55423.4560832207,22053.595278939,1634.96292035211,10300.4123710033 -7272,269.901237354573,1407.66930972417,298.621209243898,1266.94534200956,360.783087462355,5020.27714749948,71.5874116053704,454.147581350116,1735.62828938049,12142.551884325,695.659830754748,3567.80621780662,207.87272147418,2787.62479959238,916.561795513444,6774.70399228751,1030.0845775515,8307.92864614528,88.7093042580069,820.133508526449,755.806035847495,1094.62809691584,418.5429046525,1441.97316402833,203.745246315024,627.765484463315,551.327213496047,2072.97868726891,593.090518596765,1501.43195803552,232.122916353577,1287.82636076111,5637.89136789071,1788.66796835255,44658.3326120241,17264.3415700374,1444.49286091811,8077.91770923903 -7273,288.97201701178,1345.91039760454,318.061207809339,1211.36043616767,377.880977289387,4800.02168478052,70.286886673163,434.222688214925,1744.90364224853,11609.8196655065,727.500144084941,3411.27525620701,217.305515313191,2665.32286842771,969.714080563598,6477.4762658564,1092.41325099251,7943.43349688757,93.9292691553049,784.151653321145,826.054039830648,1046.60329451793,439.658596877988,1378.70923314563,216.65811411657,600.223423896333,586.846894525659,1982.03054505362,619.868187158308,1435.55938149403,245.175720068486,1231.32533847544,5777.36309992059,1849.17988937411,46546.9252850141,18199.9307699974,1488.40968233028,8575.0838918144 -7274,290.299978883319,1317.15706676718,319.686996501793,1185.48156083807,395.327926209129,4697.47651403612,70.6258465827461,424.946180184706,1836.94515028385,11361.7935068569,763.531555854198,3338.39854302194,228.631762424851,2608.38229470103,996.987713120429,6339.09482650142,1118.64768271753,7773.73410848317,95.6834644573127,767.399444589614,789.62820237525,1024.24420520834,458.470176301392,1349.25520501737,220.715078893837,587.400562348979,596.296677694093,1939.68747370718,652.613366002147,1404.89083631729,253.009593848004,1205.0199433402,6202.11115330315,1953.13854396174,48024.0739023364,18423.7314767058,1599.86250255386,8658.26515552162 -7275,324.028425520905,1325.95084278914,355.778671453821,1193.39622765131,446.733671356108,4728.83842020136,79.6001137405447,427.783261368275,2136.89647141185,11437.6485964494,863.670838932474,3360.68679534967,258.859143698704,2625.79671721599,1120.9172515723,6381.41671922984,1259.00878419793,7825.63412734124,107.005669056586,772.522856979344,866.207656986452,1031.0823981313,518.422201568695,1358.26327882174,248.072169707541,591.322242694321,667.972976887867,1952.63746853068,739.748902231737,1414.27035198902,285.327702923361,1213.0650548543,7158.67350728653,2241.09613044662,54344.0750284347,20709.3165312919,1831.84999602325,9703.99499578853 -7276,408.847034771275,1372.03137945442,445.831052017271,1234.87011706702,536.435139067554,4893.17891094529,109.020602249846,442.649937887602,2703.66524155202,11835.1391884872,1033.35527778415,3477.48015306412,309.19525365066,2717.05056916779,1375.83692933727,6603.18897323616,1557.14552039471,8097.59701517764,132.118232032235,799.370208092999,1154.18204127902,1066.9154235488,626.90677175357,1405.46676389905,308.799285742332,611.872360697305,831.430691043149,2020.49713538934,884.024593522361,1463.42024103949,349.527280897538,1255.22249156591,8530.33226394425,2716.87459836563,67491.855948986,26241.605719281,2150.45173919214,12256.6485599832 -7277,564.59566494854,1468.96539285597,610.385153486112,1322.11368763647,695.244178641409,5238.8819883183,157.625548239134,473.923154851818,3666.18496237504,12671.2917414719,1332.72540820935,3723.16411686294,397.871037015371,2909.01018483571,1835.64028935052,7069.70425707692,2096.00672894826,8669.6922233074,177.573199053589,855.845711222449,1695.83359923306,1142.2929954566,819.784261933006,1504.76298712493,419.003767902754,655.101141394327,1129.1260555574,2163.24525276658,1137.86665606314,1566.81087727509,464.808824778532,1343.90395734095,10883.5487549707,3548.24711840751,90677.7879510119,36174.1096790652,2695.89035275688,16880.4400358126 -7278,587.624791218222,1673.50744054851,635.259722464646,1506.20777335604,735.241990931544,5968.35570820412,173.059035466432,539.913281653807,3925.5382132571,14435.6709244772,1411.25295381019,4241.58586870417,421.663166652095,3314.06731065943,1927.22406651853,8054.10579053426,2198.36012378227,9876.87968248348,185.750855182397,975.015594416207,1736.76143096702,1301.34844325124,865.85553400687,1714.28957241778,438.626153668318,746.318898843331,1180.12719741316,2464.46039085897,1206.49963966543,1784.9771504517,488.930553598117,1531.03216926035,11548.3607745364,3747.30583303011,96170.2783379689,38070.5982977973,2874.73204726909,17697.6731258855 -7279,579.292621002988,1825.69181729433,625.616932382934,1643.17835722317,735.721020059001,6511.10232028537,156.133841056366,589.011579202069,3644.47266640402,15748.4129711032,1414.00463671158,4627.30456119537,422.980534486363,3615.43989852263,1916.01725754654,8786.52504382166,2183.32723631954,10775.0572120555,183.872650301863,1063.68095493893,1681.95587279616,1419.68965701988,865.733298418939,1870.18256925726,434.82146977735,814.187181781398,1168.16454276263,2688.5719541005,1210.79710942239,1947.29829021192,486.954367930683,1670.26021857236,11277.3144894895,3651.28456575064,93933.2548051537,37071.3687382754,2871.56823764125,17369.8634144807 -7280,551.305248913769,1906.9763813518,592.625764399531,1716.33694574852,684.552258338848,6800.99358705037,146.791946396946,615.2359118012,3372.17986961071,16449.5734138608,1313.43810898467,4833.32423574006,392.717606728337,3776.40871770861,1801.73638329994,9177.72406821423,2063.71683964373,11254.7908778799,173.109813640111,1111.03880684987,1632.86713408467,1482.89794539287,809.468591575049,1953.44797769582,412.227565420903,850.436919828839,1105.30108960274,2808.27419363294,1125.34343415594,2033.99709178967,458.193719537714,1744.6245622382,10352.4453204701,3384.51216355815,88020.1085659002,35097.1702590954,2633.36845173193,16490.7377607887 -7281,517.918615012585,1925.05568849381,555.27195834549,1732.60887397207,638.706500127309,6865.47118264804,134.866565757521,621.068726052608,3066.28232011903,16605.5254712709,1224.96681729683,4879.14711756984,366.400514741436,3812.21139139082,1687.02518168585,9264.73452828936,1934.79137284704,11361.4932068076,161.962908193105,1121.57213701177,1539.01577731167,1496.95672854151,756.64673197871,1971.96786410871,386.787479739776,858.499584069908,1036.70770346134,2834.89835750941,1050.16655936656,2053.28063326822,429.038160492264,1761.16467443709,9502.09761519565,3120.95759653163,81921.6066201337,32793.8316498303,2436.36305117524,15457.2937926386 -7282,492.988893584804,1956.75956114336,527.13911601058,1761.14332698568,600.456690848177,6978.53909302323,125.972647606015,631.297149009452,2804.65719525812,16879.0029960858,1150.51848866997,4959.5021222476,344.058537278153,3874.99495925758,1595.42508804752,9417.31606937021,1834.0677842837,11548.6064087219,153.247796520809,1140.04338457705,1480.11254890169,1521.61021039518,713.101990813795,2004.44433655904,367.228565784259,872.638271924879,983.72956927464,2881.58649076088,986.506153994062,2087.09625122671,405.723271268269,1790.16941486459,8744.96791105088,2894.47110218942,76994.8709883894,31028.4100021864,2260.25439195825,14676.8142248441 -7283,472.241464283693,1979.52502441374,505.467999602015,1781.63293875021,571.471839036843,7059.72928039111,121.284136391895,638.641828623575,2714.59437623016,17075.3778243368,1094.31475496096,5017.20229433079,327.041454791089,3920.0776853981,1522.67567898191,9526.87963933561,1750.80829719462,11682.9659796383,146.605211753675,1153.30695375213,1429.01848021214,1539.31302991601,678.747056946065,2027.76457724042,350.833192203662,882.790778611099,940.67020184326,2915.11163749762,937.43183929341,2111.37808635483,386.837490674704,1810.99672388668,8378.13634673658,2776.20883129818,73612.9420570538,29731.7758635319,2148.94869625744,14048.2015013065 -7284,459.733876977752,1947.30046774992,491.23094384664,1752.62985423205,551.56593682562,6944.80441537478,115.704315692791,628.245420626429,2529.37034249929,16797.4088805395,1055.48586016362,4935.52759073598,315.381679898579,3856.26300059153,1475.72334005802,9371.79219715585,1697.4840444258,11492.7797508363,142.147605383541,1134.5323462965,1400.94756664445,1514.2546551321,655.693958682287,1994.75473209359,340.478473050742,868.41988604,913.795770618362,2867.65672837278,903.729271743261,2077.00710243527,374.494314026706,1781.5156282566,7889.89674625638,2632.66512518747,70848.590607918,28764.3512472763,2047.34514937697,13638.2232035927 -7285,452.572512337782,1893.32288973399,484.29591875704,1704.04838657638,543.783980025525,6752.30011090582,110.511503025655,610.830970844984,2373.28091930219,16331.7984299025,1040.59314109647,4798.71879826104,310.765654699913,3749.37054079312,1453.39130446563,9112.01377423192,1673.57727689608,11174.2092857773,140.140815660479,1103.08403657336,1381.21343368286,1472.28075324226,646.451764704558,1939.46176064032,335.684353865407,844.347996300521,899.75542297199,2788.16762674609,890.984953824397,2019.43416247655,369.218268681661,1732.13347054473,7584.86215177132,2540.95341461658,69209.8068646718,28158.1250071233,2000.10679457852,13409.2484306377 -7286,450.159198075079,1846.60595900158,480.303634248314,1662.00172307697,536.160012176648,6585.69000003879,106.682000412609,595.75897847173,2295.36185840571,15928.8183042607,1025.41559226356,4680.31246888202,306.350372942925,3656.85642986458,1439.54748273864,8887.17874021223,1660.09763667678,10898.4904614692,138.715306268972,1075.86591080725,1379.8064446544,1435.95285674831,638.802323070327,1891.60637304569,333.31983335471,823.514071421091,893.154061062488,2719.37078570259,878.522916139023,1969.60549014674,365.668500942072,1689.39381963706,7401.87257377013,2491.03886367078,68128.8888097499,27842.9392996097,1958.31331189913,13296.9638249659 -7287,455.814819439346,1811.63334890922,485.690079846468,1630.52530660022,535.178997279068,6460.96454497472,106.534222753586,584.475983113923,2261.63145500528,15627.1446585804,1022.36381288752,4591.67269043512,305.337254137014,3587.59974114766,1446.89156273446,8718.86571415085,1672.87941897146,10692.0854860892,139.699678258141,1055.49023789939,1413.17171036041,1408.75754790331,639.40891016783,1855.78150645178,336.484980083522,807.917654445944,901.19617883328,2667.86900551969,875.956671129207,1932.30340926322,367.467279842778,1657.39862810278,7286.60477112986,2471.56709087847,68205.4461727147,28067.840193995,1931.81397468193,13433.9608950537 -7288,473.636215373152,1820.94780613953,503.94850449664,1638.90860239261,548.199900838364,6494.18339577417,109.18513738632,587.481048432541,2298.23026366915,15707.4911429515,1045.88801067797,4615.28063456819,312.073620936661,3606.04527504585,1491.96964481639,8763.69349447417,1727.54981935125,10747.0585152747,144.341252345557,1060.9170085447,1488.7666432642,1416.00063157458,655.938429858148,1865.32295007836,348.087840832678,812.071538256087,933.029814776595,2681.58577208449,895.134332229327,1942.23828790321,378.446685361575,1665.92009225243,7376.06655845443,2521.01736233781,70100.9622667045,29046.3114031959,1955.28602755839,13923.7264917971 -7289,490.293680767656,1945.85412295409,520.70982245604,1751.32809977214,558.017819635424,6939.64620692642,113.971561491144,627.778795413896,2366.87397169759,16784.9327140104,1063.13570141567,4931.86175962066,317.091133018683,3853.39878625243,1531.27810813955,9364.83135926951,1778.44285810855,11484.2435631973,148.448260411157,1133.68967975277,1560.7208067506,1513.12995230566,669.923956412671,1993.27314095061,359.083703501647,867.774872800609,961.948133896705,2865.52679493209,909.953339350658,2075.46441887756,388.336939046576,1780.19241907533,7466.93631459116,2572.16591287882,72013.133148914,30042.4342046628,1969.51850365417,14402.3247842125 -7290,504.406214605327,1956.38351048632,533.346825919297,1760.80486991695,564.288756851344,6977.19795522416,123.913853848348,631.175826128303,2585.45145672268,16875.7591840749,1073.52195886021,4958.54900359741,320.05312873639,3874.25026152904,1561.73329611112,9415.50624665831,1819.42651863657,11546.386993974,151.395597335322,1139.82429068716,1625.92105228792,1521.31778687481,679.807661941597,2004.05912182712,368.130021956069,872.47056803216,985.605503622193,2881.03270657876,918.903563757716,2086.6951524243,395.976387768737,1789.82537955333,7750.59058790965,2675.91293101846,74428.5902924293,31164.1657603801,1992.67510901374,14857.5340863198 -7291,511.74536064946,1886.12009186509,539.547839856545,1697.56564865889,563.386736429372,6726.61223003101,128.1590320854,608.5071770331,2581.91291438153,16269.6671138105,1070.32776460129,4780.46295731548,318.972050827973,3735.10675182855,1571.77965474323,9077.34879777686,1836.39986181866,11131.6990666981,152.514333210363,1098.88755672783,1668.44988996049,1466.67973255562,680.950987229215,1932.08343594351,372.286210333139,841.13583001798,996.194297975711,2777.56055705451,916.226770742066,2011.75159752118,398.44469661733,1725.54388810322,7598.51086813656,2651.42601140086,75046.7750103582,31631.2990173219,1959.05953374865,15083.6908941561 -7292,500.447867992852,1768.64798741334,525.285047700834,1591.83716930434,541.044837569335,6307.66261070365,130.116279660493,570.607883680373,2597.05072847852,15256.3530396792,1026.24980034915,4482.72420448021,305.693792938677,3502.47530254722,1523.30180399326,8511.98964025742,1787.57781938593,10438.3900239025,147.812800984191,1030.44619161995,1652.12807600541,1375.33138443975,656.929185946291,1811.74862366112,363.210565504531,788.747863573984,970.124042796043,2604.5673922573,879.061753697614,1886.45486015316,386.456333502789,1618.07285657475,7358.26809105404,2584.1063294177,73393.4260937248,31099.8442387115,1868.34573110632,14786.7256352707 -7293,447.951165360392,1656.52735646146,467.283932765747,1490.92517943117,471.244209795309,5907.79835462971,120.670011933588,534.435102889816,2329.26995741716,14289.2007623427,891.788084096152,4198.54902108226,265.628997076617,3280.44144187531,1345.83860253471,7972.38557211419,1589.07960535192,9776.66486212317,130.623613973966,965.122691416061,1502.01159525079,1288.14443503619,576.398206643615,1696.8956963083,323.93164853754,738.746445114677,863.129106583965,2439.45497788497,765.038000900647,1766.86604955442,341.754950660409,1515.49769696336,6338.01975829792,2258.39996794339,65283.1749964243,27924.9028318376,1596.67749445467,13261.0587484815 -7294,383.5774617488,1567.08540764326,404.656119785192,1410.42469565087,412.856577151931,5588.81479181564,98.1040283484703,505.579004055789,1861.71370847092,13517.6747393927,782.544277519245,3971.8540587627,232.714590360921,3103.31845359453,1164.04971179187,7541.92742150254,1363.87877875005,9248.78709735227,113.582034678631,913.012200133071,1277.75974740315,1218.59282263477,500.174004246552,1605.27411370839,277.266318300727,698.858832347014,742.529715848754,2307.73991358179,668.437043581027,1671.46651259148,294.609970202864,1433.67045341246,5352.50227023767,1903.07882806874,55628.0947536024,23695.2906897051,1394.22722177891,11310.4922691219 -7295,306.807163017511,1438.01361871459,332.172929548767,1294.25614623491,366.597952193485,5128.49634353432,80.5497686485814,463.93737675202,1700.93456393085,12404.3018164751,700.842818871173,3644.71534237386,208.737386611719,2847.71600686944,981.002471887204,6920.74234791584,1123.82517352893,8487.01783432853,95.6817787149823,837.812649802179,952.057690191361,1118.22435846175,433.379489480388,1473.05694126415,225.51562349474,641.297860073469,608.694510830891,2117.66468374728,596.748341194345,1533.79745392862,247.764320274153,1315.58728496894,5229.10483953996,1748.75507351136,47289.9053937331,19241.6009715488,1351.5191942559,9097.23454281839 -7296,219.465897398108,1328.4385556135,238.443059856847,1195.63524512033,314.801209898887,4737.710537932,63.7675174821296,428.585856661411,1691.84350009797,11459.1076009431,657.70458786514,3366.99202429908,208.805004360497,2630.72316543471,861.782830231854,6393.38935931401,975.426096870153,7840.31636875555,89.9450041514506,773.972243303784,690.451234063528,1033.01688681823,361.944697604806,1360.81161535771,163.492803106901,592.431665365968,511.426455693705,1956.30095371809,504.493362010051,1416.92376746886,215.721056347539,1215.34097444072,5273.73345812326,1645.36912107105,41503.7612575513,16279.8059897216,1331.87079466064,7579.8534620931 -7297,232.433796872085,1269.77481866328,250.665478755646,1142.83609139828,320.009258569079,4528.49363168589,62.9563415181328,409.659540611998,1721.83285731029,10953.0743552613,670.444316204894,3218.30593445902,212.64023706894,2514.5506476214,894.944071435564,6111.05781299579,1017.49625554295,7494.08864514756,93.5086623146723,739.793692932689,753.398977042294,987.398946374269,371.998699297331,1300.71828676166,171.506955535152,566.269931930012,536.244786189732,1869.91086509907,514.973175392506,1354.35253086777,223.600206046499,1161.67161733863,5356.24434399248,1687.73746174579,42556.9706219771,16931.7525608702,1341.38659048392,7898.60410239477 -7298,237.37848801797,1236.19069834032,256.870415299844,1112.60935809186,334.546809644198,4408.7200523292,62.9570407199182,398.824505059911,1803.94499821333,10663.3778187994,731.783331920047,3133.18535075368,232.912864144545,2448.04360222513,946.87862751505,5949.42718536352,1068.83669988961,7295.87840261456,97.987465628543,720.226979187514,721.928889086014,961.28335128261,401.109388730446,1266.31574640032,178.369281283601,551.292727114098,557.656631007978,1820.45381920112,541.665187538398,1318.53142488281,237.534171146752,1130.94670548888,5868.74265777657,1809.16771732367,44678.7536131756,17379.5480246693,1496.17933522515,8113.82543471632 -7299,266.935934704059,1226.52911656323,288.335470773118,1103.91363961283,397.738833452977,4374.26322509771,71.8419080681399,395.707449110923,2148.25730750857,10580.0370389709,840.936912069356,3108.69760260144,267.988766414219,2428.91065332934,1077.46844521826,5902.92879530491,1216.03893940812,7238.85667779716,110.899153208512,714.597967525453,792.893459935695,953.770337536556,459.865804586281,1256.41871905989,202.325686441059,546.984039325651,630.952481528406,1806.22586596603,647.675408422999,1308.22630027358,271.149152224293,1122.10766949283,6961.84758604858,2129.6915359045,51539.1116569492,19798.8980875799,1755.39306587351,9203.40144796701 -7300,339.664802211211,1231.880592869,364.868862613849,1108.7301316196,484.406755572806,4393.34859835805,96.3761772498175,397.433962578345,2603.38863341099,10626.1988599693,1018.15724652673,3122.26117915046,323.826891507423,2439.50824749534,1335.15360747655,5928.68389818514,1516.93078180429,7270.4405753736,138.085895479423,717.715834064223,1057.99620065555,957.931738430788,562.508771137403,1261.90060686375,254.319131641111,549.370588561665,791.949146883437,1814.10662052297,781.767087409599,1313.93423003566,335.383450799635,1127.00354397694,8148.06654042782,2542.88160586336,64152.3503404006,25171.1690476251,2063.10668395795,11746.4209993264 -7301,464.37080431688,1237.37670253198,493.480076173556,1113.6767980622,637.867867007681,4412.94978846046,137.489203886814,399.207138204919,3412.18748025868,10673.6082879392,1277.27998172361,3136.19133596633,404.912537640311,2450.39226087261,1746.38091085115,5955.1350794524,2006.49605076157,7302.87808508987,181.858394085259,720.917966603458,1552.14487434166,962.205608734895,719.082910908964,1267.53065263219,340.722081419599,551.821638621088,1058.69410519099,1822.20036677116,1020.12620220233,1319.79642695639,437.220907693019,1132.03173835238,10020.4946941604,3229.63944840717,84889.6358098682,34304.1831282314,2498.02664064502,16030.1628305187 -7302,476.587092427251,1257.0759139373,505.022438420994,1131.40668956358,698.024093019542,4483.20457071559,152.720036985613,405.562572078792,3728.39004694417,10843.5336354033,1314.64001254656,3186.1199438093,416.990092297429,2489.40285083614,1795.30069010523,6049.94166877749,2065.75955376728,7419.14093291228,186.425110852444,732.395082182696,1586.19558336098,977.524057565449,740.824374989584,1287.70991917069,350.698482831635,560.606716839374,1087.45083090045,1851.21005329138,1117.66227197665,1340.80777198447,450.263508753192,1150.05384308872,10587.4284774533,3414.23561134948,89909.3607909058,36076.4020949911,2604.79497948935,16781.6231099387 -7303,462.870152478736,1311.57417877341,488.459247022296,1180.45679124921,651.838172378163,4677.56583983262,138.040156635119,423.145007805792,3485.38965839087,11313.6355292264,1278.39145957284,3324.24844231299,405.87949085965,2597.32643313094,1745.49023251976,6312.22600630436,2011.69883918777,7740.78444141914,180.594707771898,764.146753430965,1532.54551995189,1019.90285456746,721.589376956564,1343.53626619475,341.494353607355,584.910812546306,1056.71825721941,1931.46593492349,1051.72897797444,1398.93608089705,438.519213458719,1199.91235857019,10138.3445537927,3266.17785157412,85763.3746497678,34531.7334049605,2518.46464040332,16131.7648597119 -7304,442.635797818407,1410.67770656279,465.24466420938,1269.65299098314,594.645429953675,5031.00621987126,128.909270426988,455.118161683554,3175.43471867084,12168.5023078011,1195.10969757366,3575.43114567308,379.20394921367,2793.58236475093,1650.52825927718,6789.1825334706,1911.35118493339,8325.68391444724,170.889482498684,821.886254741243,1489.05019018924,1096.96747853301,679.08273110079,1445.0548732608,325.588179180314,629.10711185109,1004.84976903523,2077.40894832969,956.595358078359,1504.64073947642,414.975024305239,1290.57863555012,9230.34244390207,3003.47822281014,80153.5404914758,32654.8214744927,2309.28358937723,15317.9436510665 -7305,415.577723603179,1501.47921904013,435.513914462364,1351.3771235517,563.705178520567,5354.83849702568,120.996721368869,484.412888072521,3011.85167761885,12951.7559234157,1111.75013678686,3805.57198810316,352.861585363773,2973.39771362141,1543.02807508105,7226.18386953476,1789.62473138496,8861.58569294919,159.618061576418,874.78885231378,1403.35173296201,1167.57631124218,633.572098877308,1538.06915107521,305.244730474593,669.601036863569,941.415424066414,2211.12614940597,908.447389992535,1601.49039850476,387.966714023906,1373.64969532069,8686.73031688479,2831.45038432999,75226.6394955452,30677.924020434,2154.60721045757,14373.2736880034 -7306,399.557037546143,1559.47763581296,418.436655953586,1403.57746880797,516.491359788943,5561.68262178166,113.141339334773,503.124556017228,2756.16004325972,13452.0501189401,1065.75060682302,3952.57179164762,338.248118652045,3088.25268972706,1481.43301184775,7505.31342286301,1719.14841728551,9203.88676096951,153.237326345266,908.579775159285,1351.70398475409,1212.6768871641,607.887882793012,1597.48094613589,293.351177956479,695.466063508663,904.481592943789,2296.53646632832,831.035301957049,1663.35199899333,372.500214383896,1426.71037476186,8060.4154181847,2637.77293676443,71103.5997251201,29184.1874097324,2032.68742509009,13737.6133653027 -7307,382.411505332766,1597.14044991924,400.845330334729,1437.47515100456,488.58596715511,5696.00235416634,107.692125283781,515.275475139388,2606.85449795219,13776.9294576001,1010.57917842994,4048.03002279625,320.480444185318,3162.83682244902,1411.06800125788,7686.57362035683,1638.26652633367,9426.16906125587,146.306258963507,930.522809407872,1304.91981279185,1241.96414536094,577.190734613516,1636.06157501505,279.913081062853,712.26220631035,863.602716242862,2351.99992667767,784.793454574448,1703.52347416728,354.437103212487,1461.16673783766,7605.51321332923,2497.60697131472,67542.8496303999,27830.4209991593,1916.41330867536,13104.9610701585 -7308,360.552944199738,1567.08540764326,374.593208408734,1410.42469565087,433.176198430191,5588.81479181564,100.357888882854,505.579004055789,2303.02775857875,13517.6747393927,902.64599443252,3971.8540587627,285.800448964782,3103.31845359453,1296.23660307088,7541.92742150254,1516.18068980712,9248.78709735227,134.64752790278,913.012200133071,1273.44026600281,1218.59282263477,522.75255579328,1605.27411370839,261.033000552769,698.858832347014,803.846353690372,2307.73991358179,692.742294928473,1671.46651259148,325.094209456078,1433.67045341246,6529.83661421905,2200.3423673132,61596.7646267332,25942.8256704282,1649.3329402115,12270.7343545697 -7309,354.141066190534,1504.2851274951,368.352140641295,1353.90252679987,435.6799686296,5364.8454198144,99.1409501364129,485.318140839994,2319.32634937451,12975.9596826096,885.398115665767,3812.683699329,280.142098962494,2978.95428855022,1271.98226371525,7239.6878928736,1490.28654200217,8878.14589431927,132.293907082324,876.42362514706,1255.12743861146,1169.75823437638,513.196074420862,1540.9434374327,256.683850215443,670.852362347777,789.185410155657,2215.25821961977,697.298340762571,1604.48320412786,319.380875119271,1376.21672072163,6536.7848148582,2197.96221047268,60864.4197791783,25579.0818031251,1631.48504328643,12069.696398657 -7310,356.730528321127,1454.21267818319,370.896361336955,1308.83579416565,419.028863526422,5186.26827015049,95.4454232243844,469.163578408185,2230.49927879699,12544.0348622381,897.449847141962,3685.77264517606,284.199720322188,2879.79520302212,1285.47974878011,6998.70372143955,1504.42972255248,8582.62312263748,133.502906874909,847.250513784181,1256.12954209532,1130.8210283724,519.523257183955,1489.65075976603,258.867444959648,648.522007353594,796.23219284889,2141.51993497727,670.620351887994,1551.07550738071,322.785452843949,1330.40722574558,6452.60576477117,2168.03249494553,60353.7896703393,25447.3048887639,1638.64346791962,12058.0629301633 -7311,366.071638278833,1436.10444493092,381.197736275553,1292.53783156001,405.42435659156,5121.6875131858,94.5174660060926,463.321431905998,2154.98264094955,12387.8332882745,921.036470563545,3639.87644871526,291.664897533866,2843.93524660898,1319.1891635523,6911.55404838782,1543.80910042079,8475.75007459392,137.173862979319,836.700330749141,1289.03498999022,1116.73975177817,533.144525848232,1471.10124233508,265.63957495268,640.446443198109,817.096610613469,2114.85317358897,647.818398475652,1531.76111306899,331.240312381452,1313.84065008183,6368.93499144617,2149.10127531687,60780.1127187757,25799.4415534266,1652.4948538997,12288.0090747365 -7312,383.057579993762,1470.78778830884,398.892805357711,1323.75389916511,410.041680819029,5245.38133456573,96.6765663266085,474.5111029455,2177.99616141979,12687.011720012,955.594467127142,3727.78306662846,302.331532030731,2912.61909690334,1374.41228690603,7078.47491767515,1608.69375368755,8680.44782569425,143.134061139472,856.907471656073,1359.42314674459,1143.71012180342,553.703153716518,1506.62979299982,277.124442438061,655.913858526438,853.189350061011,2165.92897038939,653.281584362152,1568.75465963522,344.687882747924,1345.57120183348,6476.74223844647,2197.30440756599,62706.415874515,26782.7645262854,1693.0117376987,12783.8211916899 -7313,400.900669774907,1634.10901493195,417.678254738009,1470.74798782787,438.100624248065,5827.84613368694,102.690937481689,527.20241300081,2328.56213440565,14095.8202053453,994.738412905354,4141.72864590653,314.662434784834,3236.0461251758,1434.77404851087,7864.49259838006,1680.78453626969,9644.35397027845,149.612402067876,952.061361622958,1427.37951537613,1270.71154340821,577.247009617762,1673.93103646649,289.763208417306,728.748741155434,891.818665263523,2406.44101368645,698.538474365246,1742.95445740274,359.808956484809,1494.98795722065,6846.4910573748,2323.23486003397,65917.7627056065,28129.9282060351,1770.88359160849,13399.8824980429 -7314,408.707662919644,1690.95035642929,422.97418305593,1521.90693002129,459.546083112001,6030.56369368562,109.559796869898,545.540780956541,2439.72902710298,14586.1334724871,979.35224788148,4285.79578598108,309.447241361872,3348.60973092147,1439.02188989642,8138.05348410005,1695.10649000277,9979.82609149958,150.088663209832,985.17815156043,1485.17547506158,1314.91235750536,573.933192389752,1732.15755918765,293.658575844191,754.097757459279,901.980485801409,2490.14738468266,730.871031293699,1803.58191164371,360.763808766703,1546.99006983021,6847.12253197761,2355.934030123,67334.9409200027,28918.5050909295,1732.01586581727,13733.6168978473 -7315,418.959974739405,1622.13328260389,433.296306687189,1459.96946322313,460.100650449951,5785.13617694083,113.529751353401,523.33875707387,2435.77380602292,13992.5175687518,999.511079210245,4111.37557081447,315.771136594737,3212.33043556008,1472.11465385438,7806.85687310493,1735.29310211243,9573.67435186268,153.565445469921,945.084084144831,1526.23523316829,1261.39900601262,586.484280962503,1661.66346444701,300.803312567788,723.408032684491,923.69264560593,2388.8051685991,730.779190695279,1730.1810402983,369.045955352643,1484.03178756137,6791.68932709574,2355.68987471391,68750.779068532,29653.5760423415,1741.28891174452,14120.2089054115 -7316,412.030718481897,1522.45121577381,424.703122620111,1370.25256069508,480.070237204723,5429.63250952008,117.181965996297,491.178952748994,2543.33335373032,13132.660313884,969.647950163923,3858.72653216357,306.197724184908,3014.92881598182,1438.67926659935,7327.11600538255,1701.53487450517,8985.36039715489,149.992095062762,887.00751556315,1512.4996667415,1183.88450004372,571.680176085892,1559.55221977405,295.539648648101,678.953727583421,905.651817852876,2242.01018016381,763.125770895046,1623.85930709872,360.99606512144,1392.83622588213,6849.77135411873,2379.41175761108,68789.4811409672,29576.9985341049,1709.82236048251,14012.7546838377 -7317,376.952006827644,1454.09697093624,388.071997146955,1308.73165411191,437.450263962482,5185.85561467545,109.442666014711,469.126248499813,2312.58936587019,12543.0367718202,888.495785318057,3685.47937954024,280.775064024161,2879.56606654178,1317.54464284686,6998.14685602912,1559.89480639097,8581.94022961358,137.175938079682,847.183100656855,1379.16187524181,1130.73105240811,524.357772874411,1489.53223281951,270.892147482763,648.470406444602,828.958348807815,2141.34954079787,694.145764155895,1550.95209305523,331.013973284675,1330.30136931912,6180.47652004724,2155.10577921003,63194.7257923281,27181.5601309038,1557.01785296088,12896.2147305764 -7318,318.207777359134,1407.87179810782,330.303305993861,1267.12758773497,367.775766643365,5020.99929708253,90.9657306563536,454.21290891608,1945.9047768588,12144.2985486072,753.268110170819,3568.31943444723,237.537479866498,2788.02578982212,1113.30124727952,6775.67851013176,1312.25644433297,8309.12371307715,116.661710581495,820.251481907963,1170.99993189719,1094.78555539882,442.019984447834,1442.18058690332,227.730224776425,627.855786366883,700.102726957164,2073.27687811589,584.223760295894,1501.64793385332,278.696682955368,1288.01161014917,5242.53093900098,1822.8345263682,53180.8411056186,22864.4790525304,1320.12401172173,10838.475166051 -7319,255.172665781411,1302.02830424327,272.181887065545,1171.86521282392,350.889874159328,4643.52166807617,76.5630746844752,420.065281765176,1876.4189665689,11231.2928398159,686.157236136754,3300.05395979657,217.013935778674,2578.42262071549,948.180169320948,6266.28448165618,1090.9619179557,7684.44560962563,99.4484384367691,758.585154896229,872.856152708089,1012.47981678569,387.450497284356,1333.75776580083,185.866513772618,580.653725666852,578.269503128591,1917.40837586781,559.139244146359,1388.7543706133,236.819464896875,1191.1791790006,5407.81725927029,1756.05609946632,46337.3151315387,18845.0428167233,1333.40358684684,8790.59065557091 -7320,248.514635077492,1206.94561240487,285.564100181731,1086.28788816519,364.555489221953,4304.42109831762,72.7143654240478,389.389345145423,2149.35078337453,10411.1097819247,812.85609640827,3059.0622603943,257.839060581852,2390.12919984616,965.817065463905,5808.67907139024,1145.70704694465,7123.27672299864,104.72807618754,703.18826507354,708.667053677438,938.541864670287,437.730804501912,1236.35797946791,182.903784777416,538.250562016358,621.83650889532,1777.38657362522,634.897594060813,1287.33836957098,260.168878507254,1104.19142118295,6714.88070957318,2071.03754782215,49433.2700377819,18661.3735071231,1709.45920178778,8636.28056274437 -7321,251.943922274614,1145.27347861603,285.37778022138,1030.78108546956,379.053444090163,4084.47511969974,72.8476342214296,369.492448762571,2029.69873256841,9879.1261127668,766.594020705436,2902.75124268777,242.716647169245,2267.9991168743,942.865488495504,5511.86898388894,1128.74508482737,6759.29373108871,102.471860342903,667.256968487651,767.404734549761,890.584542609153,419.264126860916,1173.18294163939,182.334723599825,510.747201192626,617.383800452473,1686.56622394542,598.739968864923,1221.558351529,253.141529789893,1047.76978929185,6320.82482355818,1953.56478415422,48326.1420311225,18686.7615065124,1571.2452225771,8655.21306852492 -7322,261.447674492396,1114.92916962561,298.056945359087,1003.47028124421,453.446515530704,3976.25592366491,79.5013074781361,359.702653360668,2262.96620120543,9617.37618061666,855.910109779544,2825.84211812053,271.906673435386,2207.90790959725,1017.34053376238,5365.8306282606,1208.67180097501,6580.20454290546,109.607856422525,649.577827211921,737.761440050505,866.988281063239,461.886169068924,1142.09916440357,192.937993999578,497.214825582472,654.650762692649,1641.88022746706,670.01061469784,1189.1928556359,274.493223190755,1020.00886508402,7423.95808004537,2212.55524453101,52805.004413145,19749.5776334061,1825.00486241436,9081.38239734984 -7323,300.482969159938,1109.17271935845,343.314315428566,998.289300312032,585.34650343922,3955.72626124539,96.4704377987716,357.845485666569,2694.61809637506,9567.72105525753,1019.83906982473,2811.252115402,324.443947404019,2196.50834052835,1192.42335472868,5338.12650319589,1413.22183190362,6546.23052802547,127.814974880305,646.224015544897,813.677213894792,862.511965384972,547.259698536778,1136.20243372402,224.304092237276,494.647673790648,760.723979750747,1633.40309534823,799.487010634374,1183.05297723104,322.856350808521,1014.74249439081,9168.94391632372,2664.55475952473,62659.5503572366,23001.321579405,2220.78873490654,10520.3274380131 -7324,385.997851173017,1123.54938337418,439.382805303183,1011.22873671413,712.441350342401,4006.99884161413,127.068823167636,362.483739229052,3348.51905205689,9691.73412248047,1266.54380122939,2847.69046843868,402.378738936551,2224.9786246134,1503.81229026421,5407.31721612137,1789.05106616618,6631.08021394757,161.767004271951,654.600119093276,1086.75517771901,873.691508948807,683.853023127584,1150.929446351,285.550961660677,501.059103938662,967.17303729937,1654.57462895542,992.134697700879,1198.38724832301,406.346536184378,1027.89519067492,11121.7222340056,3288.74955134863,78785.9962580508,29377.8248267176,2710.84674634205,13500.5862945117 -7325,459.738537325272,1137.05824163477,504.09078653544,1023.38712145044,627.611894864555,4055.17650091661,143.791610947052,366.842018026117,3202.86840700017,9808.26149946745,1206.10001497356,2881.92932565086,380.55621936946,2251.73038231762,1599.42903844206,5472.33143171666,1962.08585084705,6710.80819391034,173.831426179025,662.470623369324,1559.22934113154,884.196231689544,686.065066549924,1164.76750544192,324.576553800729,507.083526643572,1083.08192235304,1674.46820415102,945.375806041647,1212.79591047747,428.710486900531,1040.25396247707,9257.87514867062,3032.56539709188,81756.7463569067,33476.9729968808,2287.2566048771,15713.3203399712 -7326,465.49810149761,1147.15372909534,507.401647108379,1032.47336828777,709.426485042935,4091.18079868816,162.356082458449,370.099062263066,3197.23037628703,9895.34514861765,1203.62877978113,2907.51682882706,379.805621016055,2271.72259996039,1608.74973881062,5520.91808394439,1981.76790891075,6770.3907882676,174.418910385004,668.352436302323,1590.28662660341,892.046658029071,688.557612864751,1175.10901242468,328.615699601738,511.585719404896,1092.80058307314,1689.33514072397,945.059855083551,1223.56384254826,431.848013311599,1049.48996328112,9431.78274126452,3050.42331436149,83491.4438947901,34187.6131897986,2280.35790708524,16044.1341845082 -7327,446.251270026086,1201.39164771545,482.865251567708,1081.28915043302,621.875204562302,4284.61357547423,142.072210892974,387.597504112036,3017.11953600777,10363.201296644,1135.48579882901,3044.98546720466,358.50470265223,2379.13061545043,1531.36290465884,5781.94945066576,1894.63695591077,7090.49775849033,165.452385226316,699.952425153256,1533.5660669318,934.223005293075,653.845325640521,1230.66866878906,314.959775152617,535.773710876776,1043.71160851145,1769.2076282213,893.599458823074,1281.41446399111,411.68520774929,1099.11029731077,8675.0783746576,2860.24049921076,78556.9791644055,32473.4519707465,2124.17842025234,15287.2581489595 -7328,433.903948894933,1310.30139344506,469.227780086792,1179.31124560721,560.164955073178,4673.02660959335,132.033444618413,422.734377003191,2925.25903650525,11302.6564862223,1100.84307194916,3321.02250609555,347.542160219175,2594.80592073406,1486.96588390011,6306.10045978165,1842.60986051873,7733.27258503585,160.654825433452,763.405205760833,1493.79210221831,1018.91311459648,634.914783923683,1342.23246403442,306.485043549068,584.343200044741,1014.10539503225,1929.59159068589,866.88260259987,1397.57851733116,400.121719144368,1198.74793274509,8230.83681320607,2757.29970363033,75671.342972892,31429.4193531321,2045.58443745268,14827.8610157533 -7329,408.604694109196,1399.02016986534,440.774334464974,1259.16085215755,535.238190291008,4989.43106818323,124.332263522109,451.357163230951,2738.27949804964,12067.9444259076,1030.37374769805,3545.88455285744,325.439304998516,2770.49680184529,1396.69512560989,6733.07819145014,1732.38493253557,8256.88225598724,150.731705227185,815.094363771957,1408.46391969876,1087.90237558468,595.586579342155,1433.11325106283,288.391570952716,623.908306192708,953.693739591397,2060.24168826872,812.017278856299,1492.20671251525,375.829404832408,1279.91357170535,7737.72793954043,2584.89965302385,71127.9863867718,29572.4934983378,1912.52059244674,13948.7113206903 -7330,395.334708993161,1465.14704248273,426.772259061086,1318.67705576128,507.951966201097,5225.26431761433,118.367127162598,472.691264254521,2663.46191733725,12638.354660867,1002.34580273058,3713.48632243403,316.649523755248,2901.44865875821,1354.79113866454,7051.32764451684,1679.18799067701,8647.15668727796,146.166662779692,853.621071481601,1357.8635553374,1139.32377990751,578.564854754043,1500.85158639251,279.309721715921,653.398306392281,923.962693251603,2157.6222283179,789.911207482676,1562.73819256303,364.624401122772,1340.41068499971,7507.03994856175,2512.04805169663,68831.4675027932,28589.4864809406,1864.26016744392,13486.3409289491 -7331,379.079449739329,1528.46800945105,409.756174294376,1375.66785864223,482.745367576086,5451.09065426363,112.944275926678,493.12011341587,2535.35888161638,13184.5611608362,953.94367330601,3873.97638789648,301.11629060738,3026.84394629891,1294.20410632148,7356.07308774873,1604.11573154182,9020.8709337588,139.961176655527,890.513007992738,1311.28158837917,1188.56326327807,551.093484465584,1565.71563823899,267.108917241901,681.636982358971,884.217880828247,2250.87070228535,751.012807281408,1630.27686998052,347.897685255978,1398.34077546014,7112.98702819976,2386.94877823288,65692.1424597476,27365.8391729907,1764.61223267442,12907.9351208494 -7332,368.55856233826,1498.76009172186,397.471038345826,1348.92982597518,454.987639983198,5345.14106834497,108.467177912989,483.53563296264,2432.79673258727,12928.3007380862,915.07460433853,3798.68022788211,288.73552586068,2968.01299244201,1250.47074870297,7213.09749862974,1550.96760092329,8845.53766548708,135.272803544853,873.204639734687,1285.37097116729,1165.46187062668,530.146848663148,1535.28376064619,258.738543281864,668.388412373937,856.870144905902,2207.12187585975,720.130119412818,1598.59015437396,335.658963034121,1371.16206288134,6733.74103236855,2282.30556178351,63277.4544242803,26512.5463372289,1676.08802387563,12520.020807786 -7333,368.215318557235,1434.33990450448,399.115773998068,1290.94969132095,455.267473826038,5115.39449967934,106.881046656293,462.752149219128,2484.27710823286,12372.6123670453,934.877552391838,3635.40413532351,294.98912415959,2840.4409055598,1261.9734736451,6903.06182724681,1562.32438690818,8465.33592699912,136.598950008005,835.672277696567,1269.93888888647,1115.36761450446,538.533055876154,1469.2937013706,259.829392677017,639.659527146157,860.622956308664,2112.25465512191,735.458586381776,1529.87903936801,339.310143666808,1312.22633508604,6936.46712136268,2334.2836965293,63867.3978628622,26567.5011508828,1733.40439308401,12531.6337524202 -7334,364.33257275413,1385.62701885171,393.138569807066,1247.10660747499,442.346958330283,4941.66606435578,103.402465694597,447.036214342259,2413.59711515905,11952.4151393385,907.929983706195,3511.93896128109,286.515366690203,2743.97418062141,1238.25048770477,6668.62084126527,1537.03715271208,8177.83716904838,133.933394248652,807.291272623234,1267.73656927468,1077.48762880823,525.960039133338,1419.39371891844,256.31203509357,617.93548439679,847.805941583602,2040.51850725252,714.94537911294,1477.92146468626,332.796449171065,1267.66065632966,6688.07995614653,2264.13836667948,62484.7883583612,26165.6209207998,1666.52784028685,12352.1065940921 -7335,379.060555499648,1371.91567220746,410.96855331079,1234.76597701327,446.506209260081,4892.76625547025,104.487035941781,442.61260797923,2558.74306967005,11834.1410980693,962.946895043143,3477.1868874283,304.04359067331,2716.82143268745,1299.85383708848,6602.63210782574,1608.88265298107,8096.91412215374,140.699398338728,799.302794965673,1303.49213658503,1066.82544758451,554.851186167906,1405.34823695253,267.524385471259,611.820759788313,886.226692663931,2020.32674120994,757.977360398069,1463.29682671401,349.493204232439,1255.11663513945,7091.87851319383,2399.09830288897,65365.221970334,27229.0357198638,1784.10264226232,12848.9128725634 -7336,399.248945195735,1413.85966567481,433.478671098033,1272.51685130004,452.317664243152,5042.35428045905,106.932867225516,456.144737332176,2696.79753338023,12195.9498790059,1014.87993710004,3583.49597554912,320.244447781417,2799.88363740827,1369.09790665987,6804.49637952133,1692.41653100831,8344.46353056514,148.367183848304,823.740121464413,1375.93842115237,1099.44182518758,583.896954561088,1448.3143743502,281.371959324268,630.526141228017,933.431688250525,2082.0948027256,797.862418692303,1508.03464390194,367.702005923001,1293.48969626232,7405.96819587862,2520.39733312001,68586.1572437904,28611.9993113251,1875.29442876607,13504.6498989433 -7337,414.052504899978,1608.79798661669,448.816143856074,1447.96728983014,479.456300764275,5737.57750585436,113.169146146823,519.036473591991,2748.40673567655,13877.4873394935,1033.88396148846,4077.57661561188,326.063471500802,3185.92238535466,1408.10233297558,7742.67796237729,1745.1943455203,9494.97071971586,152.836302446655,937.314700377159,1442.85179563927,1251.02924830927,597.757294786367,1648.00319721302,290.922436784523,717.461011968733,963.817191988118,2369.16718673864,813.03618751079,1715.95750112845,378.016685078529,1471.83180168242,7542.02942097569,2568.8847108176,70690.7524127612,29641.5852132561,1893.54051415007,13992.6981986066 -7338,427.048525113818,1668.8502133363,460.999650735341,1502.01612672254,513.084906726318,5951.74628780786,121.851256351866,538.410749447124,2787.33339944579,14395.4976943936,1048.11110622737,4229.78190019349,330.3734174679,3304.84454648862,1440.79336538407,8031.69190712462,1790.21244902014,9849.39317617083,156.294012369346,972.302209910938,1503.6912744187,1297.72690250657,608.897946629687,1709.51885204163,299.190415445738,744.241957563922,989.935406333167,2457.6020096426,824.456827326561,1780.00971262811,386.634187473119,1526.77143846904,7656.66223401364,2607.60051164086,72653.5513752671,30595.7188946105,1903.60493712205,14447.6791445989 -7339,441.197087655479,1614.3519485002,476.820294663851,1452.96602503691,526.36002074573,5757.38501869083,127.585031003121,520.828313720125,2899.67116682662,13925.3958005704,1090.5317866691,4091.6534016898,343.820804341886,3196.92096419382,1493.38702363903,7769.40756959775,1853.64514163711,9527.74966766398,161.96638734164,940.55053866267,1546.94265090829,1255.34810550456,632.289784345209,1653.69250501758,309.467471721198,719.937861856989,1024.47851315015,2377.34612801049,857.725534023755,1721.88140371552,400.815138198506,1476.91292298757,7939.92645659389,2711.35287240407,75339.2628079589,31669.2374029842,1986.15555415486,14964.2170960355 -7340,433.094650348138,1539.17095925668,466.302912705281,1385.30084013037,533.380917075712,5489.26139077739,129.955905546808,496.573139445461,2803.62609669865,13276.8847786293,1054.03045868446,3901.10353388281,332.151121013377,3048.03912907432,1455.5605331115,7407.58328000518,1812.83848541671,9084.03871235148,157.770015161776,896.748739435505,1532.59253988155,1196.88606288461,614.277390838475,1576.67941097243,303.38511653967,686.410079579673,1001.92769115756,2266.63220726716,829.706068749488,1641.69272651188,390.907090180885,1408.13252186134,7678.93205796346,2623.96962617584,73751.6276014922,31126.9863116967,1904.75370476936,14717.1125202434 -7341,399.012768772903,1481.95356710229,429.824595870577,1333.80344086823,489.369525083907,5285.20269297965,121.682811667976,478.113448608581,2612.50897060446,12783.3276994766,982.480758151514,3756.08327515807,309.910012373386,2934.73082560011,1348.58549058901,7132.21257157329,1678.81767457047,8746.34717638252,145.947408267369,863.412855608144,1398.86631261242,1152.3928252671,571.478559176886,1518.06767351935,280.48982521614,660.893359383109,925.801232584412,2182.37205208883,774.202288432572,1580.6641734685,362.700358056444,1355.78637394052,7151.20626883785,2447.03240366094,68379.2945456296,28759.5729806344,1787.08943814531,13610.1757715451 -7342,337.52493569976,1449.61330319152,366.643649225821,1304.69621629633,409.383467324204,5169.86517248828,100.938103207068,467.679710703062,2225.16411661576,12504.3606652615,836.848025367451,3674.11530592744,263.480202238853,2870.6870043132,1143.3463156882,6976.5682639831,1416.76163202378,8555.47805455668,124.488571566174,844.570835025189,1188.04181854024,1127.2444745189,483.80486921298,1484.939301426,236.433303708444,646.470865903018,784.061412964041,2134.74674878458,656.771879570849,1546.16977522346,306.490209376516,1326.19942188399,6083.8229233921,2078.68605541731,57902.8276819299,24314.2317798815,1523.16981877946,11487.0243181314 -7343,269.553262412866,1343.13341525984,300.562809375497,1208.86106730158,352.095019520139,4790.11792335882,80.8809883828171,433.326767698231,1985.04007211229,11585.8654228662,748.339191128152,3404.2368596122,236.162787187406,2659.82357622984,963.091351837071,6464.11145549416,1169.32785866134,7927.04401463342,105.094984159279,782.533733361003,885.266338114852,1044.44386482933,418.415491147522,1375.86457780621,191.731608111847,598.984998326542,644.126179100463,1977.94107235166,584.72066560418,1432.5974287041,258.024379204522,1228.78477653935,5760.63984574619,1877.32806728241,48986.1943103979,19718.3712620673,1453.53622362877,9233.55568878092 -7344,229.091267464404,1263.2951959982,258.23976289844,1137.00423323614,350.463677085237,4505.38486504219,72.1849020818954,407.569060311633,1845.62318845867,10897.1811466377,630.459420226372,3201.88301618282,207.354333637521,2501.71897138296,845.71571225595,6079.87326898792,1076.55138370613,7455.84653644806,85.7809977395224,736.018547993797,621.270537505765,982.360279282779,353.670362243004,1294.08076051062,154.62009446482,563.380273518492,565.26626333258,1860.3687662599,502.842423810878,1347.44131068405,221.269579417527,1155.74364205479,5613.89809028401,1760.99326433573,43358.1016047167,16731.9893866441,1449.70098978945,7781.22645794092 -7345,245.491755585475,1220.10734892459,275.296869052395,1098.13385274027,367.792185511718,4351.36079119499,72.7066320330903,393.635634217371,1940.27637044706,10524.642887658,660.227533104457,3092.42132069901,217.008951351702,2416.19354810936,895.564799339332,5872.02269075426,1141.86759808956,7200.95602388972,90.8822821998567,710.85652996761,679.163807800627,948.77665951817,372.05571018931,1249.84045771925,159.004237739412,544.120181994291,601.753784891002,1796.7689662826,530.082419347118,1301.37678874901,233.892548350899,1116.23262370572,5920.43640131516,1862.1770842624,45454.5898175701,17672.1371209459,1513.57471754555,8223.06633033282 -7346,248.798179013641,1206.71419791095,279.639237728365,1086.0796080577,396.083853776966,4303.59578736754,74.2737680165906,389.314685328678,2094.65458645405,10409.1136010889,704.753301525521,3058.47572912266,232.386851419342,2389.67092688548,933.294519975722,5807.5653405694,1185.42157836939,7121.91093695085,93.8731756861416,703.053438818888,650.033630384578,938.361912741717,393.700176331413,1236.12092557486,166.051356844619,538.147360198373,619.409154982674,1777.0457852664,574.122788724976,1287.09154092002,244.758976757118,1103.97970833003,6514.89324674463,2014.37801393214,47773.2880454259,18158.5360987727,1663.54916823311,8414.68383587898 -7347,278.711816012487,1230.63673645682,312.569931083893,1107.61062288509,459.445580075601,4388.91253949274,83.7277936981738,397.032664931777,2431.98697411081,10615.4693577225,802.434926257931,3119.10856467576,264.899793789193,2437.04502338597,1054.92995956373,5922.69757814306,1341.11712019237,7263.09945466645,105.567843721319,716.991140902003,713.480467998089,956.964494087322,447.748864778556,1260.62643859576,191.540655485073,548.815877225841,697.388482447495,1812.27487792927,668.868624534725,1312.60752229574,277.516606613202,1125.86558418373,7564.41123252904,2326.84863085268,54490.950247567,20536.130177711,1919.85137853443,9492.32591107269 -7348,349.988289450106,1293.11882097436,389.401667539057,1163.84640595694,585.056850688726,4611.74710643589,114.509283250627,417.190870673235,3086.88594526215,11154.4396598055,951.847948382153,3277.47244183302,313.482477266333,2560.7790617202,1285.22430119055,6223.40572351733,1644.62432154519,7631.86269774367,129.293194791347,753.394329379174,950.055486538697,1005.55164789845,537.497729290895,1324.63116504994,255.049469884713,576.680444412519,861.042249658604,1904.28798686491,846.62773675726,1379.25144061609,337.298848850898,1183.02821106004,9082.69264905702,2844.28972340692,68198.3790473076,26131.5950465976,2253.19473796197,12040.1232850996 -7349,470.269664286106,1436.50942169823,515.813363685793,1292.90232301082,754.096897629566,5123.13181235189,160.293947462021,463.452087037927,3961.43900072134,12391.326616839,1159.29095766675,3640.90288199649,380.24171533662,2844.73722706845,1642.47621489804,6913.50308407631,2124.79641453363,8478.14020845766,166.527859237682,836.936277512168,1390.52411627138,1117.05466874412,669.14142749885,1471.51608808506,348.655310602089,640.627047005244,1125.5382689011,2115.44955528293,1083.11703564826,1532.19306470458,429.178954860241,1314.21114885795,10919.612427448,3530.42897170776,88356.8004802965,34988.1127197147,2646.88201748953,16148.0711006231 -7350,487.411915345342,1728.32390101522,534.199994878017,1555.54426082081,797.008082008822,6163.85178237924,174.566050384826,557.598374855144,4177.50349022079,14908.5175730005,1218.07033274335,4380.5208494843,399.900622016268,3422.6210196643,1714.29706079142,8317.9215113158,2217.75543929336,10200.4011509461,173.235492607925,1006.95265217332,1423.06025224672,1343.97467470052,701.789500403973,1770.44186926335,383.232491473318,770.764897362824,1171.01253702157,2545.18485751747,1145.2510686718,1843.44484950756,448.835746172663,1581.18179055635,11382.4347194183,3685.22815897444,93479.6743749406,36851.4711606263,2782.49638759081,17008.1606127616 -7351,473.592780636483,1903.33159325196,517.034083955623,1713.05652521665,711.637377990219,6787.99490456242,154.281403178829,614.060016519089,3728.6555167566,16418.1334809845,1185.43246843292,4824.08634332074,389.557677653695,3769.19089912992,1667.74384817847,9160.1827605218,2160.85592290149,11233.2796896664,167.925853022482,1108.9152876174,1375.01576678923,1480.06369488117,684.021473590872,1949.71436882033,349.171568946358,848.811486815944,1138.57493071388,2802.9067625194,1028.55155760247,2030.10953006223,437.382196066584,1741.29007582016,10503.2464197791,3411.28882269013,87672.9847216999,34874.9518841387,2647.20761684247,16254.8320329042 -7352,454.601673770211,1961.27215499835,494.71643534419,1765.20479918334,666.523722368277,6994.63269657743,145.973240543433,632.753019056983,3490.935688298,16917.928619198,1118.97761992131,4970.93951049143,367.522438927008,3883.9313042171,1587.64919155003,9439.03387439283,2064.00556436084,11575.2393028947,159.95465925779,1142.67250308185,1336.81024765734,1525.11928172998,648.95167486647,2009.0668989706,327.611953181745,874.650712380879,1087.99975647393,2888.23188028601,961.53061298005,2091.90942189166,416.627212462441,1794.29782576459,9808.37467492462,3203.91436719391,82927.4841363399,33233.4987176428,2473.62083179376,15521.8500746101 -7353,428.64165544989,1978.54151141165,465.539862627289,1780.74774703068,608.982200028085,7056.22170384982,134.419975040062,638.324523949785,3187.58668121253,17066.8940436829,1051.27524267258,5014.70953287047,345.432593609834,3918.13002253693,1494.71449560837,9522.146276595,1944.25425264578,11677.161380655,150.437628238782,1152.73394135247,1260.68975213995,1538.54823312863,610.551419875958,2026.75709675782,302.837564164614,882.352170259002,1025.02416648605,2913.66328490663,879.116449583929,2110.32906309185,392.259544859272,1810.09694297827,9025.9589489904,2957.60700920358,77205.2497945989,31078.4351888829,2301.03402599161,14564.2703045561 -7354,406.038139324367,2010.50572466538,439.291196596647,1809.51651453386,564.270514707892,7170.21808654212,126.349670066087,648.636938974153,2951.23663515527,17342.6172658871,976.095155764514,5095.7243834509,320.534835108603,3981.42914609531,1402.12325823521,9675.98076147329,1829.08594427133,11865.8110877331,141.202874079642,1171.35686804554,1211.68727814068,1563.40416035645,569.962566517069,2059.50025411926,283.518025676748,896.606959846373,965.847821753142,2960.73480402875,813.797428139047,2144.42236253447,367.869743268389,1839.33985972355,8290.204910719,2737.50870482684,72155.7869439791,29280.818657226,2112.13535110245,13744.9913914804 -7355,392.219004615507,2049.61488356749,425.532635629414,1844.71595119037,525.406586026954,7309.69602737517,119.265793241541,661.254483308847,2746.22514225938,17679.9727710762,945.031938896232,5194.84844571485,310.19189074603,4058.87749315638,1355.57004562225,9864.20179685344,1766.00359242823,12096.6295756585,136.780412699071,1194.14256883786,1171.33415024943,1593.81612137973,550.867113068877,2099.56247414139,265.400081927966,914.048115887453,933.410215445452,3018.32819781879,756.198782023702,2186.13652126613,355.329067864446,1875.11943198062,7818.36168629113,2586.31940607655,68786.8324235363,28016.3997143834,2022.1676305681,13196.0748379019 -7356,380.265418635892,2039.72188449058,411.447660356863,1835.81195007844,500.033260641996,7274.41387918667,114.97528434126,658.062766637861,2611.37719019724,17594.6357862083,902.735055327362,5169.77415917926,296.16334067993,4039.28626574334,1304.8285563884,9816.58966246996,1701.37904760449,12038.2420482331,131.732885943173,1188.37872928638,1147.70844759321,1586.12315352319,527.871440934914,2089.42839003362,255.236852337644,909.636225029696,901.454806978344,3003.75945209282,718.756824219675,2175.58456501313,341.585772651637,1866.06868056462,7385.62549417053,2458.93809595251,66004.9142732155,27048.5756582019,1912.35823329068,12756.0686387353 -7357,373.943702432201,2018.63418050995,405.13627153244,1816.83237288131,478.59698023211,7199.20721121723,110.874672344134,651.259372053016,2498.16154437838,17412.7333053221,887.990770614292,5116.32634948303,291.153931074479,3997.52602690259,1282.95954008514,9715.10066121174,1674.99023455897,11913.7844510035,129.669518287034,1176.09265290968,1131.37756243071,1569.72498875737,519.429903073393,2067.82679438826,245.658307758358,900.231933400852,886.40275861566,2972.70502715558,687.238254796915,2153.09224209368,336.221372697885,1846.77629357673,7128.64312166526,2378.60958305667,64291.4233097064,26437.5003609793,1864.98905459119,12501.9057057327 -7358,373.270548926644,1989.93870469902,403.476820750005,1791.00556884129,476.399919912888,7096.86837321382,108.609515998326,642.00152942961,2489.305327466,17165.2062039833,881.365062140699,5043.59627267172,289.10172417911,3940.70002419438,1277.50090935652,9576.99766131398,1669.03795562764,11744.4265173911,128.997410029167,1159.3741515592,1130.83575098498,1547.41088852088,516.565701709085,2038.4320311704,241.080816181711,887.434872933657,883.635362078506,2930.44715496488,684.756667858665,2122.48540557609,334.760805306875,1820.52382793823,7126.51305797169,2376.04517885257,63803.5588783283,26270.6291919191,1854.44780161537,12421.5318656516 -7359,383.519925553661,1974.20247702415,415.269873007633,1776.84248365093,459.589003434866,7040.74707850472,107.267274421722,636.924648312186,2398.24174028603,17029.4655440956,907.01589484933,5003.71203952451,297.527220926906,3909.53737951963,1313.58306158745,9501.263762936,1715.7480245274,11651.552817738,132.788091212513,1150.20594172127,1160.66282973171,1535.17412464929,531.352963432428,2022.3123233289,236.859122236414,880.417130540827,908.27211876623,2907.27348458458,659.798554921786,2105.70101241872,344.21575886994,1806.12731543445,7020.05977214948,2351.24751751013,64186.895363545,26607.0669516888,1874.14496838124,12656.6450528563 -7360,397.671004348806,1984.0665471849,429.728998219496,1785.72044785536,473.668785843067,7075.92605531926,110.68477544098,640.107031827139,2471.78236842678,17114.5529882063,922.925928623259,5028.71300431736,302.361794906715,3929.07131864515,1349.3907420274,9548.73667083885,1765.09542987732,11709.7696094872,136.672858160938,1155.95292676485,1222.46459598453,1542.84459687833,542.740763877754,2032.41677354433,242.930882493726,884.816120232841,937.074554627103,2921.79962866664,678.690683821295,2116.22211284575,353.099482299429,1815.15160081856,7155.48917932529,2410.40056883434,65954.3593845934,27502.8810736462,1894.32383507111,13075.9677505642 -7361,414.344092456542,2102.52216744464,447.507024996229,1892.33412145484,489.80245424297,7498.38326119483,115.719319331921,678.323630758909,2554.60422848277,18136.3508671951,951.56249686366,5328.94452572466,311.624907828931,4163.65043634422,1398.93086393104,10118.8292046029,1832.53022854114,12408.8832678263,141.901841625097,1224.96730590716,1282.78619927338,1634.9577439635,561.184393686786,2153.7590691836,253.02833690578,937.642696280259,973.745293144608,3096.24115018691,701.471554726965,2242.56787646955,365.991465808803,1923.52241582247,7343.83941978967,2485.5122353931,68378.6082784482,28624.3748551888,1941.5485037934,13614.5145094068 -7362,426.058464293913,2116.00209678906,458.035132788882,1904.46646928367,529.87229382916,7546.45774912337,125.240750653558,682.672576399941,2763.7250685827,18252.6287034248,959.272174721855,5363.1100611941,313.921087185866,4190.34490576092,1425.05714363271,10183.7041937176,1871.8034646589,12488.4405121129,144.523048179073,1232.8209556753,1336.35479651423,1645.43997107672,568.823041677744,2167.56749438217,272.866785226416,943.654217819427,996.280068094841,3116.09212373861,758.052877654757,2256.94568279805,372.689871648705,1935.85472159274,7663.49638601379,2603.5852845663,71296.409252911,29837.4351034574,1971.46132418214,14117.7444512099 -7363,433.027375747962,2049.73059081445,464.326165235156,1844.82009124411,542.944445021252,7310.1086828502,130.971368776892,661.291813217219,2827.44167969669,17680.9708614941,959.994820978257,5195.14171135067,313.975693776354,4059.10662963671,1437.89718294593,9864.75866226386,1892.64347268291,12097.3124686824,145.921022399243,1194.20998196519,1371.70598704431,1593.90609734402,571.711022398824,2099.68100108791,286.599922828481,914.099716796445,1008.68048384279,3018.4985919982,776.954583351684,2186.25993559161,375.940180548442,1875.22528840708,7661.51219625182,2624.51382237725,72677.0908879429,30523.8784471911,1959.72741199017,14431.7991592861 -7364,422.164189715008,1920.28275122874,450.285414157751,1728.31308475943,538.96336556323,6848.44909676981,132.077698821989,619.5288630323,2803.37705354492,16564.3541265656,913.17175885865,4867.04987631163,298.381124542391,3802.75948518309,1385.9198329931,9241.76376596527,1832.37137467989,11333.3237909108,140.644976487915,1118.79133774441,1357.79361636403,1493.24520965063,548.063526625701,1967.07861391175,288.904449539246,856.371040630181,977.457943212009,2827.86957798157,770.403703663221,2048.18977812634,362.548193441063,1756.7980846523,7360.83730774889,2546.27430949468,71106.0354832477,30005.1296808124,1853.68867233082,14159.9009406983 -7365,379.59042738657,1796.12853292236,402.742566626775,1616.57049899195,486.636386267123,6405.66855120878,122.700149775154,579.473760907991,2525.55719240534,15493.4001553247,801.761409951423,4552.37498144784,261.911300712203,3556.89536387701,1233.00844815455,8644.24553308969,1637.57551412908,10600.5775559236,125.085705534634,1046.45685268135,1235.24425121455,1396.70073377837,485.223609140686,1839.89884962905,268.675327381753,801.003112619772,873.993227300717,2645.03611936614,694.597528638348,1915.76584176401,322.812076175217,1643.21382588489,6428.39724236609,2252.80742895083,64014.8645815236,27174.4208276343,1608.16856496733,12822.206114035 -7366,323.436744491516,1678.39608506053,346.701700586045,1510.60770262242,392.604133497012,5985.79044955739,100.108867092344,541.490474582487,2035.78218897035,14477.8403596004,695.449697328728,4253.9763755982,226.830903228605,3323.74835334749,1058.15906023522,8077.63341826878,1396.8048298395,9905.73199140413,107.97388250514,977.863806810901,1050.09022115543,1305.14993810641,416.875360170366,1719.29734956126,219.160762680875,748.49904319205,747.511538598609,2471.65956456621,560.013635059639,1790.19141991906,276.130672481183,1535.50461547161,5334.08764737314,1868.37529438529,53653.7940891319,22829.1797494575,1375.23783906515,10820.5944736867 -7367,258.244610859109,1529.82757311019,284.213261696607,1376.89150743049,344.494887875809,5455.93936860398,81.0031343063614,493.558740970811,1799.26570084346,13196.2887535009,622.641221032106,3877.42226800701,203.725091720111,3029.53630688861,891.480002884695,7362.61627320124,1154.24733252071,9028.89494748985,91.0435553131667,891.305114282284,781.966510716553,1189.62048358582,360.437115351491,1567.1083334535,171.305567478456,682.243294603787,614.183369373782,2252.87283905846,489.949945570258,1631.72699204591,232.343445009028,1399.58459167981,5102.82118238929,1689.27219561483,45234.5691640525,18438.9207122227,1323.29070347063,8669.71827113612 -7368,214.837382882183,1423.1162706846,235.123765199143,1280.84807832826,335.171464883485,5075.36680852444,70.8665952547399,459.131138149235,1843.97579982093,12275.7973302699,580.000468489481,3606.95729042013,197.505390082902,2818.21460584458,777.018393325924,6849.04573389145,1021.90424346707,8399.09512151879,83.1041619596346,829.133186363446,608.125021236905,1106.63992196767,336.994921963223,1457.79655594066,143.382243696021,634.654225209327,554.463218166281,2095.72637426673,455.898306161375,1517.90781687559,207.683672704938,1301.95823348226,5441.20296061145,1693.72769667583,41505.8574320126,16034.800524423,1365.65286196408,7407.59017299189 -7369,218.345930453414,1369.83293615041,238.885729371197,1232.89145099506,351.915901994993,4885.33843690571,71.3760133446375,441.940667818023,1939.93426095978,11816.17542214,609.480979674887,3471.90809176012,207.4040323644,2712.6969649282,825.250047721776,6592.60850343006,1086.74204059324,8084.62201460317,88.2770188596217,798.089355404259,665.017779635425,1065.20587586354,355.602445456255,1403.21474616653,147.417111865674,610.891940923801,591.63222917484,2017.25963771649,480.796368162271,1461.07536286975,220.159600723615,1253.21121432914,5752.18708240459,1795.39852700828,43528.4456629994,16923.7992947747,1432.79417772929,7832.03406293165 -7370,222.530451552558,1345.1293729861,243.875671200348,1210.65749017354,373.029976427814,4797.23625782227,72.1773471910395,433.970711107098,2061.25519119599,11603.0825491349,649.258112424267,3409.2957113873,221.711025348252,2663.77619579627,858.061949650543,6473.71742096003,1126.08589840761,7938.82396483621,91.0231481431186,783.696614303002,636.286504990907,1045.99595621353,375.616889733023,1377.90917553803,152.219025527256,599.875117447804,608.091455197628,1980.88038330961,512.34013900111,1434.72633404884,229.934949235353,1230.61080695508,6257.97781610132,1921.24994542505,45445.6545424951,17309.2763404345,1564.76073626402,7987.1446671723 -7371,257.424410196537,1361.3284296488,280.660276766324,1225.23713557888,440.605769017595,4855.00817443152,82.2592990854503,439.196911858011,2438.16981445307,11742.8155706941,740.422131741862,3450.35300707779,253.163748162941,2695.85538639238,970.876442986066,6551.67878097971,1275.31729717273,8034.42923658496,102.476771231527,793.134476650231,698.449744614985,1058.59262394225,427.805783339681,1394.50299116562,177.677302205545,607.099263476603,685.356480551897,2004.73563040753,607.997679093324,1452.00438450813,261.015919896661,1245.4307451647,7368.46179877293,2250.23057534027,52296.8501993529,19697.272398965,1823.33801398383,9039.38101315644 -7372,350.276749390006,1409.72311967096,380.779594648561,1268.79383364569,565.091407957732,5027.601804697,113.031786666401,454.810189260543,3116.28291810052,12160.2680437008,886.600639631414,3573.01169884378,302.386474351231,2791.6919846207,1192.26692513282,6784.58838370658,1575.04074075641,8320.05003457993,126.416535582019,821.330095214724,930.906659034696,1096.22517519122,517.864652193786,1444.07702379627,237.928418235849,628.68140341341,851.554390349667,2076.00319325053,775.394232569776,1503.62256904661,319.709744507579,1289.70531810656,8932.94799189526,2778.30749086044,66169.2531156465,25289.8026708004,2169.39442483008,11552.0315931599 -7373,492.751000804248,1526.50098064096,530.756652951642,1373.89747267776,738.015679810953,5444.07549117412,159.396743829584,492.485503163035,4051.75738396476,13167.5935753247,1093.78024995424,3868.99085786412,371.43549126704,3022.94861501999,1539.52088158764,7346.60634876348,2053.19946314265,9009.26171923213,164.29758590409,889.36698155865,1363.8272195396,1187.03366752138,651.827010155199,1563.70067439952,328.20067179153,680.759764403452,1121.74613791642,2247.9739929713,1005.88318154018,1628.17882046175,410.891262116715,1396.54121107629,10916.9778029567,3501.47367033439,86840.9667003393,34185.5734047562,2598.70800046414,15625.878186261 -7374,543.912451000086,1785.83055988404,577.317196145824,1607.30200895462,778.849204635868,6368.94211386111,173.421192251034,576.151390010329,4265.25022673081,15404.569866096,1148.61478583287,4526.27426874274,390.450326336969,3536.50216156107,1606.08098639819,8594.68437652174,2142.27055352716,10539.7999111947,170.864652246892,1040.45706800161,1395.69941153547,1388.69285113778,683.346531223706,1829.34992264559,360.54395735809,796.410619206206,1166.79853995033,2629.87099607828,1062.26761181915,1904.78193686823,429.535886354031,1633.7925782598,11362.1562915895,3648.83004476272,91962.6586797532,36079.7957442536,2724.2732435488,16476.4204033253 -7375,499.013806120655,1951.95769776803,522.547545096591,1756.82150339095,713.899160095473,6961.41384577797,155.465723174425,629.747953738365,3911.23220098992,16837.582134827,1148.88739126072,4947.33156635837,391.128896819581,3865.48577031891,1594.29203602576,9394.20609406952,2125.78879261828,11520.2662737092,168.940132097449,1137.24573243654,1351.23502678497,1517.8761980587,682.091643715468,1999.52545534402,333.530578130546,870.496828570735,1154.10260393245,2874.51511372121,979.963745779862,2081.97454325167,427.242882028306,1785.77636161494,10846.5964822372,3467.44398062616,87706.7068760888,34558.5867475883,2669.88622771006,15950.3476641883 -7376,467.628395047907,2012.93558526922,490.596818958241,1811.70346323871,663.067804617199,7178.8838815387,146.40547642778,649.42086976573,3630.27603887168,17363.5772372738,1065.29750774572,5101.88298313826,362.32772873705,3986.24102885216,1497.93826007519,9687.67497560426,2006.32517357761,11880.1518909155,158.833700062203,1172.7725486237,1311.96278968934,1565.2936621522,637.098174143506,2061.98932861911,311.43206514796,897.690582689187,1090.36980126382,2964.31309419249,908.385227154496,2147.01407234797,401.549159200714,1841.56285238026,9971.54007015692,3214.715027289,82038.6026282539,32639.7906823146,2447.12731792643,15097.9584669195 -7377,431.835987484726,2026.18410011972,450.603308143915,1823.62753096005,603.753557127934,7226.13305851716,134.557067577623,653.695155590017,3302.95408444439,17477.8588926678,992.729409343735,5135.46198733605,337.730868725167,4012.47722530818,1401.94310175999,9751.43623389808,1879.84532141859,11958.3433491544,148.51608950181,1180.49137213719,1236.55923284943,1575.59593733686,595.197478139222,2075.56069992464,287.313491634872,903.59890241037,1022.09875424087,2983.82327938538,827.688313994782,2161.1450500255,375.796063981093,1853.68344529761,9110.07887723059,2947.91666560677,75925.8508335963,30385.8093844431,2252.10468608085,14108.7644870133 -7378,405.12579072227,2046.14365493513,422.560347801593,1841.5917394764,559.548493506169,7297.31632309631,126.471785997972,660.134582436667,3058.54455477605,17650.0299617249,933.359478831146,5186.0504481934,317.390256289159,4052.0033765199,1327.15263825697,9847.49578052463,1782.87614966785,12076.1427187007,140.620612513153,1192.12016847899,1189.47029317814,1591.11683372349,561.588623518333,2096.00665424854,269.01999427699,912.500083612383,970.280240864139,3013.21635590832,766.441186610575,2182.43407953051,355.67652558907,1871.94372891875,8425.78180606892,2741.46651685973,71290.7165507461,28729.7555344969,2091.03872428383,13379.0736415689 -7379,380.199323239217,2083.45934449463,397.122564656623,1875.17699898636,519.223659089887,7430.39807904896,119.150322764732,672.173510928458,2835.83655070466,17971.9150049275,891.950282031794,5280.62887532285,303.091693563747,4125.90009424427,1271.08656523045,10027.0853682832,1706.9196785548,12296.3763233552,134.968922598182,1213.86096171083,1148.85906439214,1620.13416184555,536.740583875415,2134.23169941383,251.350377992718,929.141422435768,930.328069214096,3068.16862958739,709.761038540672,2222.23530873522,340.290350855667,1906.08252014815,7866.11313888865,2567.01097720627,67398.7232830041,27315.5433579095,1970.05729621692,12766.5712571219 -7380,367.51476940764,2056.18128736927,382.946732213529,1850.62591502416,495.542229476276,7333.11428812687,115.0145108018,663.372961266804,2704.26239362959,17736.6145535643,863.285802871374,5211.49131499583,293.26792412818,4071.88102314422,1235.14689967181,9895.80399329514,1658.3922427934,12135.3838582659,131.176088778457,1197.96827403094,1126.63755770888,1598.92227098992,520.118892789753,2106.28889632089,242.109061850123,916.976475293548,905.48479845476,3027.99809332553,676.641443010775,2193.14030294216,330.271633158636,1881.12680022606,7501.8019887148,2457.42171073007,65062.9612292143,26492.5909121884,1887.57215576101,12407.9882331882 -7381,352.206948365032,2032.6637227848,366.013080430742,1829.45938912218,468.547653934411,7249.24182516086,110.220453902749,655.785635890382,2554.41492032958,17533.7521012914,851.039969720887,5151.88490561225,288.951306788637,4025.30890154662,1216.35029878061,9782.62077790595,1634.95509801088,11996.5854578539,129.317232683211,1184.26651707608,1110.76199988026,1580.63460442835,512.754474783907,2082.19822617568,231.471566250638,906.48856082189,891.534432435244,2993.36537822455,638.970432260834,2168.05627020921,325.600581700635,1859.61142058146,7180.36474149331,2356.50769018748,63071.0777025239,25815.8781789703,1832.1879947955,12150.6018063966 -7382,341.212328353236,2006.22454530432,354.90719213039,1805.66332244368,456.596265672367,7154.949793938,106.814431331078,647.255728743367,2490.24128005241,17305.6878236106,840.245355797754,5084.87352647871,285.365199436932,3972.95107409646,1206.61082469376,9655.37668727151,1623.57932470783,11840.543979608,128.167168535405,1168.86257579539,1109.83966566579,1560.07504095022,507.610375982719,2055.11474560074,224.485416074841,894.697721208358,885.878908398395,2954.43020286244,622.874629092818,2139.85602052049,322.936643979792,1835.42316167647,7040.78980319709,2315.20597715735,61960.2428714366,25468.9603543597,1799.00334907885,12014.5241356527 -7383,339.627047949599,1995.86871723957,353.601183272531,1796.34276111678,449.235861642113,7118.01702384935,106.547320048944,643.914692438893,2448.20323235189,17216.3584770711,844.190997467324,5058.62617739984,286.570237275675,3952.44330076207,1219.65737122816,9605.53709124634,1643.62447732559,11779.424880087,129.749047308542,1162.8290837346,1137.36371065058,1552.02216923653,511.554556290196,2044.50655370688,222.997295599972,890.079426714633,897.649354994633,2939.17988041885,612.49654556888,2128.81040696557,326.336568873694,1825.94898455464,6939.75179560431,2294.48961963313,61976.7399919188,25657.1666026053,1783.20514928007,12142.3379456693 -7384,345.340249067285,2006.60059596136,360.032674805964,1806.00177951241,453.104412273877,7156.29093173707,108.767230633037,647.377051624517,2467.37608381337,17308.9316356216,866.958839113092,5085.82664512891,293.952567434613,3973.69577182499,1261.31220315532,9657.18650998341,1700.90699217374,11842.7633943559,134.391458759138,1169.08166968528,1198.62598744416,1560.36746447059,526.610856432582,2055.49996033266,226.035265732747,894.865425101077,931.109715940068,2954.98398704457,616.182227972097,2140.2571193229,337.009170745822,1835.76719698773,6996.0455672145,2327.57057946667,63457.7523647902,26470.5195661146,1805.1312127604,12561.1108078569 -7385,360.334109861461,2118.05590673585,374.890266500818,1906.31496091979,466.990075851803,7553.78240632088,113.539352025688,683.335184310367,2541.13614982127,18270.3448628006,864.554393017543,5368.31554223126,292.776535760394,4194.41209078923,1277.66582213728,10193.5885851367,1729.6215241062,12500.5619005475,136.405152157606,1234.01754236357,1255.2659074734,1647.03704935211,529.355118246348,2169.67135415011,235.046729330394,944.570136769522,948.995085095696,3119.11662972023,634.735152742257,2259.13629380913,341.145082812783,1937.7336789382,7018.87984419682,2361.96191072752,64834.8420222302,27244.4518569483,1788.1991419506,12908.7119519042 -7386,387.674537723257,2123.89913813971,404.38161706579,1911.57404752363,503.178298430967,7574.62156284841,122.642852208264,685.220349662059,2737.78348241004,18320.7485620241,876.573054978154,5383.12549595459,296.633128331295,4205.98351360753,1307.17308605663,10221.7103626352,1773.44662059469,12535.0480893355,139.479736454856,1237.42191428478,1308.19511926076,1651.58084754907,539.201826761408,2175.65698075812,252.915986324671,947.175989555921,974.297754377571,3127.72155850663,683.084818623343,2265.3687337063,348.887647172842,1943.07944259301,7329.64133129743,2478.89687287797,67886.3550566214,28492.6362020394,1830.73647456066,13425.5704995451 -7387,406.726550287386,2062.51627667713,420.151641355508,1856.32759875046,509.69187940492,7355.70723792851,127.579380440728,665.416779408017,2766.97682658195,17791.2601552165,878.931174706444,5227.54765300518,297.242898791798,4084.42628017138,1321.04640070292,9926.29245891599,1795.65911804112,12172.7723548256,141.024054413376,1201.65915296937,1342.99813300666,1603.84846867153,542.846027445457,2112.77826460734,264.203627454512,919.801632881659,987.596931613657,3037.32720047346,692.016444026575,2199.89725596722,352.471568860008,1886.92245561859,7262.49964471927,2480.48585693969,69089.463647349,29140.9782841114,1814.30297631424,13732.0697722569 -7388,412.638200280837,1929.82862575888,425.202513089503,1736.90466318472,509.435496773286,6882.49326852626,129.100661620741,622.608589072916,2762.61768069627,16646.6968159762,838.383444170054,4891.24435882805,283.237754626286,3821.66329759854,1276.19402916934,9287.70529061346,1741.9151443745,11389.6626227043,136.189110102177,1124.35293627914,1329.64742514417,1500.6682474324,521.642188486589,1976.85711430566,267.390014896954,860.628127509635,958.626867457317,2841.92713703725,691.119583021229,2058.3714884101,340.669315813771,1765.53126422189,7025.41593210302,2423.34103740891,67984.8851325224,28764.4587117963,1728.95899284395,13511.2929076047 -7389,385.520247810329,1801.62464258534,394.476344349067,1621.51716543455,459.648954114352,6425.26974131119,119.934841463804,581.246936534565,2486.22199731498,15540.8095832945,726.492555398438,4566.30513826371,245.253951167834,3567.77937725428,1125.96564286909,8670.69671435695,1545.29525741202,10633.0150656399,120.111855970481,1049.65898522058,1208.86783503127,1400.97460408247,456.917293565633,1845.52889539749,248.764218193445,803.454162679195,851.191987886858,2653.12986561432,622.801662437796,1921.62803868474,300.738860224227,1648.24202026032,6079.1989733269,2132.22467361009,61017.2147500376,26001.5061468052,1479.73440201755,12194.5091132435 -7390,315.169557764647,1686.06171191727,321.01594675053,1517.5070007549,369.339587276098,6013.12895233235,97.6883780652312,543.963588027861,1995.40253465397,14543.9640373639,637.597571591752,4273.40527908705,214.985690285805,3338.92868823341,973.54335945385,8114.52585636554,1326.74482284662,9950.97378257893,104.466551206879,982.329939165736,1028.26466476983,1311.11086265019,396.288612227651,1727.14978204417,202.572090641365,751.91761311056,732.548647749707,2482.94821097542,500.084656533472,1798.36764217635,259.214745695919,1542.51762361895,5058.146588351,1766.65149424417,51133.5643805367,21851.2800436409,1271.59149004801,10317.8064890911 -7391,246.646028824462,1535.78651176101,263.363196292732,1382.25473408807,334.044902048112,5477.19118060655,80.1402402130687,495.481236230874,1821.7146021357,13247.6905431423,582.629409387054,3892.52548736616,197.307420275016,3041.33686618724,830.751017284327,7391.29491611019,1109.3581863726,9064.06402930171,89.2954854135054,894.776899330822,766.528056199066,1194.25425774707,348.582452276753,1573.21248700804,160.521225437812,684.900748299179,608.95561230092,2261.64816202427,450.973352679101,1638.08284626857,221.096435678692,1405.03621176108,5033.71674990645,1648.11644866025,43852.6764094324,17847.1929288946,1268.14154604129,8340.92075920512 -7392,239.0220201138,1432.25716844743,250.372678948463,1289.07516530273,355.72190929671,5107.9666811148,73.2601425575749,462.080209057921,2235.09457434032,12354.646691116,601.125511562657,3630.12533965532,226.579043574506,2836.31643780055,802.903764333868,6893.03822285114,917.983541777741,8453.04381944855,92.6165887219519,834.458838135154,623.585450555259,1113.74804278348,329.289443090225,1467.1602105846,143.651095909777,638.730708281645,492.475550875098,2109.18755162845,465.573745172223,1527.65757552376,202.27597444396,1310.32091427573,6127.27009402008,1834.57440451684,43872.6608189243,16665.3597808882,1414.93318079888,7382.8437633146 -7393,256.577881951887,1374.31660389513,267.530170776549,1236.92688881063,373.546809293119,4901.32887909288,73.7902507251513,443.387205614774,2347.47763433525,11854.8515286988,631.660419086661,3483.27216537292,237.864942169048,2721.57602715679,852.701505520699,6614.18709547608,976.822181327052,8111.08418966008,98.3461729982874,800.701621035926,681.923205331341,1068.69245375275,347.526343466687,1407.80767756004,147.670153761214,612.891481465385,525.854600243064,2023.86242972978,490.987697032844,1465.85768070153,214.470381889828,1257.31316176428,6413.21444846652,1924.02829507984,46350.9032710408,17727.1738847518,1474.44103737832,7852.11939777799 -7394,259.799692125804,1352.70821870614,271.220901021344,1217.47868263436,396.027807112875,4824.26526648923,74.6230168562756,436.415826894879,2504.07934211878,11668.4576530341,672.938806462819,3428.50466387135,254.454551002652,2678.7846769328,886.709320805065,6510.19220662297,1010.65660803227,7983.55358210304,101.509707968188,788.11218640365,652.465272657661,1051.88939823861,366.943976655856,1385.67271209247,152.449547217901,603.254986371739,539.550189231731,1992.04123305124,523.184035330921,1442.80999481382,223.881240620642,1237.54442214083,6999.43380271964,2068.50482283067,48364.0612893166,18124.0420902711,1613.67033712056,7992.10289147745 -7395,291.304779083665,1372.00245334416,303.380137764264,1234.84408268493,467.818966093689,4893.07574957826,85.0502704293917,442.640605636823,2856.96325266134,11834.8896719337,767.448141442093,3477.40683843309,290.619430414117,2716.99328643685,1003.32994333614,6603.04976025956,1144.07439789892,8097.42629606172,114.32716262787,799.353355219861,716.210688868454,1066.8929301032,417.8807112688,1405.437132881,177.927067554554,611.859460782889,607.747325020286,2020.45453787751,620.85643996367,1463.38938820632,254.106428132663,1255.19602810105,8120.07982793188,2381.98454863464,55119.5027390738,20466.8012062085,1862.93270154339,9016.66635872794 -7396,367.528096982492,1426.15359363348,380.385014546052,1283.58176168392,599.842494042933,5086.19904226325,116.856658539908,460.111050733453,3416.54963924342,12301.9972702995,918.891835678774,3614.65553291762,346.879303857724,2824.22945373406,1231.97425102236,6863.66348805114,1415.19956734225,8417.02110893667,140.897401899871,830.902785451378,954.573130906841,1109.00179703044,506.053962429885,1460.90789619119,238.337989006503,636.008752511519,756.456079328474,2100.19923283934,791.830692547382,1521.14745114966,311.409131577784,1304.73697173612,9615.97708780959,2858.37141307692,68269.5245641277,25796.9803935174,2184.05275044974,11447.5886664592 -7397,496.479978814361,1538.01388398119,507.835959841765,1384.25943706752,783.146592385251,5485.13482602008,164.775303392581,496.199839456486,4204.78366813627,13266.9038502468,1133.45675060236,3898.1708704129,425.523971174164,3045.74775871435,1590.46534977091,7402.01461239692,1849.81537506717,9077.2097655523,182.814772315754,896.074606527473,1398.4883022341,1195.98630105984,637.422179708667,1575.49413863291,328.889023263683,685.894069238425,999.415489241236,2264.92826134103,1027.26990204238,1640.45858026427,400.586948327938,1407.07395502973,11477.1491592204,3504.22884522528,88294.3095137618,34462.8118879013,2575.9080906977,15446.1511358764 -7398,514.540568872583,1801.13288468134,525.773809957197,1621.07456831208,826.327320269483,6423.51594803708,179.26594137416,581.088283745043,4417.30075098969,15536.5676808657,1190.30758221029,4565.05875397769,447.399906459685,3566.80554304541,1659.27894608944,8668.33002623463,1929.36863775056,10630.1127578682,190.175075945887,1049.37247820337,1431.1721595547,1400.59220459782,668.178565337226,1845.02515371905,361.382932014985,803.234857877484,1039.10666725089,2652.40568725279,1084.89914643663,1921.10352555685,418.712576067782,1647.7921285226,12064.7508924652,3688.47188437361,92631.7996406825,36019.676606591,2720.37872844515,16177.1573112749 -7399,506.681654346549,1987.65348025831,516.991227598554,1788.94879709767,757.441396992819,7088.71840506623,160.70826513318,641.264261702438,4420.45812916495,17145.4938637718,1190.62345418433,5037.80426036292,448.287117626285,3936.17456620539,1647.16059672174,9565.99953907406,1913.6672547916,11730.9393429087,188.097393836211,1158.04273861627,1385.579753578,1545.63385831692,666.869728778731,2036.09111750942,334.311951337513,886.415752165578,1027.26126875845,2927.08186062445,1000.84484075837,2120.04796591404,416.41398438983,1818.43315773986,11929.2321155027,3647.67722569336,90598.5557475274,35209.8228307941,2726.74946627806,15781.1672121755 -7400,482.005014280918,2049.78844303498,489.558382318667,1844.87216000828,703.475138008415,7310.31500558426,151.340314432482,661.310477718779,4096.05813585322,17681.4698946012,1103.95298664994,5195.28834061272,415.118764826043,4059.2211950986,1547.52264931762,9865.03708821707,1807.55168754245,12097.6539069142,176.766318733106,1194.24368771146,1345.30649803489,1593.9510842352,623.015711198349,2099.74026312403,312.174547235768,914.125516625278,971.320684905941,3018.58378702186,927.748588321484,2186.32164125795,391.476710621171,1875.27821533679,10933.0353163972,3369.44844211305,84879.1100494382,33311.5557885015,2493.95237127971,14964.6298004573 -7401,452.701775459938,2054.41674694282,458.561443509145,1849.03777478509,640.510130462483,7326.82127462042,139.090888073401,662.803678579934,3816.3769398667,17721.3936323351,1028.74127056526,5207.01900160408,386.895326446115,4068.38668209504,1448.32614981885,9887.31177215413,1693.97495174424,12124.9697106711,165.265745739554,1196.94022097837,1267.98591159561,1597.55013371621,582.076866529853,2104.4813553564,288.018515567015,916.189559241596,910.712586186169,3025.39957485846,845.34321893296,2191.25822924118,366.397165341976,1879.51248523027,10091.8559076534,3124.6775606598,79044.0960059754,31159.9278712161,2310.18746353616,14010.3036021863 -7402,431.226961955602,2086.3520340863,435.740204848419,1877.78050790619,593.577725590953,7440.71449594569,130.73118827604,673.106761353523,3586.87475261395,17996.8673379857,967.197647556201,5287.96053755349,363.521127854983,4131.62852292248,1371.02121593685,10041.0070440558,1607.21639242833,12313.4486986332,156.444796391929,1215.54629479829,1219.69901100851,1622.38356749844,549.268734777402,2137.19488169978,269.696684344903,930.431448914551,864.893132208494,3072.42849646875,782.799451424953,2225.32067585063,346.826980073435,1908.72893851069,9388.89289014188,2923.96276121112,74543.1448854108,29563.0645407323,2152.80755298511,13308.0579831798 -7403,414.034915468376,2113.74580126452,419.03259814792,1902.43573444753,550.768424344785,7538.41095234973,123.161254570868,681.944641828802,3427.16782697369,18233.1659039706,924.278135668923,5357.39137062804,347.116349364235,4185.87673605944,1313.08655533089,10172.8452979583,1538.94127198001,12475.1240733066,150.139004418429,1231.50639724028,1178.05516789282,1643.68543650028,524.984893545233,2165.25621461353,251.994900462379,942.647998217089,829.414867526219,3112.76943104209,724.91690815271,2254.53909896198,331.838305243862,1933.79051742626,8877.39656603533,2775.97429904444,71038.6485305896,28281.8497180709,2044.27101249376,12730.1650406524 -7404,403.772261517408,2093.41019579207,408.103523123933,1884.13306886245,525.616940751742,7465.88654997151,118.8846968932,675.383892101003,3316.33737590713,18057.7510229025,894.563790400479,5305.8497911205,335.826104822907,4145.60588711919,1275.93774087821,10074.9759286198,1495.48131796619,12355.1052890124,145.900831317315,1219.65850700859,1155.26830101142,1627.87211659328,508.755493649588,2144.42504555772,242.743492221311,933.579113122358,807.455580508324,3082.82257033702,691.098296604687,2232.84897065455,322.090120320807,1915.18619849386,8523.19987814604,2676.16315909701,68819.4930256682,27501.303442074,1966.79785895771,12385.7810715611 -7405,397.45904844208,2076.40118278885,402.32499144742,1868.82443803009,496.948530102261,7405.22602502314,113.927615528917,669.896380180978,3269.28966518935,17911.0313200107,881.874195567436,5262.73962175585,330.887709322772,4111.92273004756,1256.52290287163,9993.11648371915,1474.34947420383,12254.719732976,143.833212444929,1209.74874950053,1138.98930006558,1614.64561275071,501.552259394429,2127.00153555589,232.093503752824,925.993758227962,794.993451850477,3057.77455571912,652.631792340794,2214.7070139313,317.535001467423,1899.62526016498,8314.48033390391,2619.49305930657,67404.4777206789,27005.909060801,1931.24489943469,12161.0775385104 -7406,395.741944912711,2054.06962239604,399.503671090697,1848.72535209846,484.286489742416,7325.58329818838,110.407702760119,662.691687949565,3227.20201634352,17718.3993368777,870.678670762764,5206.13919758491,326.740850357719,4067.69926709745,1246.43983320876,9885.64116241884,1464.42894716961,12122.9210150392,142.537032999238,1196.73797996162,1138.0429593145,1597.28020364143,496.553314422206,2104.12577164255,225.082405333148,916.034755263294,790.142084309552,3024.88838818817,636.188046718792,2190.88798327193,314.96218035101,1879.19491338387,8169.18859198936,2579.50303330047,66586.7970961629,26769.6370689492,1898.12204004775,12056.5139874488 -7407,402.186592841456,2041.60213216398,405.821139495523,1837.50423037125,476.453144332565,7281.11954816816,110.130114049744,658.669379233103,3241.30589749515,17610.8547978553,874.750599720094,5174.53973820683,328.060802240654,4043.00974327286,1259.88462599261,9825.63874902139,1483.00690924201,12049.3390888518,144.265080344872,1189.47419546627,1166.26549595147,1587.58526676118,500.460017867872,2091.35445794463,223.602431117007,910.47474199064,800.923392446075,3006.52836473929,625.595567230227,2177.59005303959,318.315220194247,1867.78885198687,8117.77175805347,2577.88334423493,67012.0491069569,27092.9230837062,1890.45060190647,12211.7317399531 -7408,418.692003433116,2050.74302992681,422.08348819239,1845.73131734573,480.529297971754,7313.71942075852,112.423291104058,661.61845014179,3327.28387888349,17689.7041587015,898.319847383774,5197.70778744202,336.434983988525,4061.11157522883,1302.87189117646,9869.63123798108,1535.28564700575,12103.2877867815,149.387691466313,1194.79984723798,1229.08324362509,1594.69338757699,515.247844275798,2100.71811258856,226.657668391389,914.551225062959,831.139136143818,3019.98954210102,629.365665721653,2187.33981168776,328.769808421696,1876.15153278035,8235.17835176444,2631.47590121227,69017.855016288,28079.5850256134,1920.58041291494,12663.6035410291 -7409,429.864195761238,2144.84220876312,431.897104645319,1930.42345028493,495.229415151194,7649.31241397578,117.354389752433,691.977082087752,3315.23275619685,18501.4034359388,895.783752279553,5436.20672538397,334.928028789341,4247.45733323699,1319.67840708129,10322.5032855064,1562.52104411632,12658.6520744253,151.547606711889,1249.62372466101,1287.15995143639,1667.86654290501,518.062306194906,2197.1104184389,235.705591660652,956.515780361356,847.850384875938,3158.56299175263,648.322810337939,2287.7067894671,332.903066991757,1962.23950968958,8134.46839840831,2623.35795123292,70031.4019300753,28751.8890999703,1884.83513285395,13002.6639736813 -7410,443.137290582214,2131.94081565349,443.501007360685,1918.81180272483,533.602165686836,7603.30120342244,126.763513566597,687.814785988582,3359.64931843523,18390.1160517985,908.210120467566,5403.50751809363,339.244507283498,4221.90854622199,1350.10587499209,10260.4126234439,1602.87624479804,12582.5092952581,154.921468267256,1242.10714052951,1341.43262402949,1657.83419561321,527.774916051086,2183.89462797294,253.624755368358,950.76226336715,870.888244948504,3139.56398909796,697.707373283519,2273.94605476601,340.515963998656,1950.43648605161,8277.48164761939,2676.95236045058,72195.8122194102,29718.1534494266,1899.6150608941,13468.1293309395 -7411,450.763824610804,2069.0826804789,450.13246993003,1862.23756258426,540.421987470253,7379.12549868022,131.862045057038,667.535257365974,3367.21444862729,17847.9019377046,910.630043409508,5244.19052228617,339.857732395903,4097.42981015922,1364.39109855619,9957.89465535768,1623.61856562998,12211.5266374331,156.598047934719,1205.48485816245,1377.11870346004,1608.95461828172,531.408559115113,2119.50468678684,264.985777589332,922.729992287754,883.152038233926,3046.9970959802,706.856511996424,2206.90103764325,344.064058523599,1892.92982386404,8213.24920325879,2679.35025391546,73074.7215028799,30242.8715573427,1884.83162951106,13740.6792351446 -7412,439.96595323031,1937.29176423196,437.256111561346,1743.62171559179,540.108540385088,6909.10962171818,133.432611848536,625.016374952324,3209.58636161127,16711.0738294575,868.583739106796,4910.16004567628,323.713902118992,3836.44264225473,1317.9996452209,9323.62321086597,1576.0857660136,11433.7093469472,151.171662362901,1128.70109525246,1363.42701390959,1506.47171349319,510.75836094697,1984.50212391358,268.199500411955,863.956395524577,857.823868824006,2852.91759259947,705.952054732191,2066.3317348496,332.623478218969,1772.35902298117,7796.1418127623,2563.85054780905,70994.7218536577,29559.1166608138,1775.35450638711,13471.5548826798 -7413,393.521140744118,1815.5674037235,388.677529039298,1634.06607600375,487.234502181421,6474.9948611468,123.955418742264,585.745202714339,2778.56575479999,15661.0798053995,752.620088936016,4601.64374338814,280.144688917415,3595.39039814892,1162.77007062933,8737.79917861733,1399.4361963518,10715.3038985823,133.257330420864,1057.78228913279,1239.57701684948,1411.81673723476,447.511149590675,1859.81143125644,249.556395664157,809.672089105657,762.368718286127,2673.66242001572,636.193669434453,1936.49950530796,293.730945534763,1660.99775430345,6660.60620413057,2223.06127455868,62906.7663371577,26445.6321723855,1507.74921061748,12107.3883110085 -7414,336.873625144827,1702.63682204291,336.488013625274,1532.42510575436,391.472465577284,6072.24201674759,100.961803911697,549.311112565176,2440.11404065515,14686.9408951378,660.552439907217,4315.41570053945,245.671595047991,3371.75258211463,1005.41608687182,8194.29705260114,1200.65899295934,10048.7984856357,115.934876777786,991.986897037627,1054.38704290334,1323.99995608121,388.042537934257,1744.12881527796,203.230867757702,759.309464283404,655.677658071843,2507.35724638753,510.847212824789,1816.04679443085,253.109312300789,1557.68159970685,5784.87003981416,1925.70976950848,53860.9339612934,22575.9503178034,1330.91098226348,10298.4766257573 -7415,271.508129464362,1551.667375599,278.55755164917,1396.54799623966,354.301038612766,5533.82830216463,82.8348722883354,500.604780412702,2237.89755711022,13384.6788342051,603.734252812089,3932.77630789193,225.941915754777,3072.78593562985,858.187637807627,7467.72490637923,1000.24060475162,9157.79135765488,99.3022051713645,904.029376803985,786.007229833899,1206.60349321045,340.953088077521,1589.48035568841,160.937304990289,691.982992766744,543.020450515066,2285.03482822788,460.605895978892,1655.02150957738,215.608959060153,1419.5650467232,5730.30924938464,1798.68604103977,46384.7313669297,18527.0232790409,1323.0507269271,8325.89310390295 -7416,293.290223710677,1435.23663917579,324.59967809436,1291.75677989423,479.275283879946,5118.59259211954,95.3301572976969,463.041457140579,2966.10834754412,12380.3475980386,698.382052326981,3637.67695289075,264.984733348617,2842.21672022815,872.208586254838,6907.37755105763,924.887499902072,8470.62836863458,109.51037801556,836.19473147681,642.986641726379,1116.06493095507,349.576698893753,1470.21228879901,176.711169752539,640.059435755004,486.332529621363,2113.57521517739,597.306051189791,1530.83550413149,223.613639781955,1313.04672559988,7882.89535435732,2272.26376317533,52318.5228245233,19239.1602225787,1659.85038463698,8184.72274991835 -7417,314.485368159301,1379.69700631115,346.401127562752,1241.76941519949,503.686270838125,4920.51741372025,102.125633022449,445.123051332976,3112.73893895508,11901.2628662507,733.517100297427,3496.90905655297,278.054300587766,2732.23090405372,925.861777082571,6640.08141133292,984.036573948303,8142.83880635245,116.187362119761,803.836340447834,703.088552891099,1072.87634809257,368.833344044383,1413.31919638196,188.494104899967,615.290930615815,519.269941226102,2031.78578179855,626.992125062232,1471.59646329678,236.973380326253,1262.23549971325,8199.74135839922,2377.50128992859,55399.4798515764,20535.9736923825,1725.58703353349,8761.48722658667 -7418,319.314696977007,1356.0926633959,352.475702324766,1220.52478615126,536.419518800015,4836.33546665314,102.871169928195,437.507729204214,3327.35985505571,11697.6518643173,782.396001537591,3437.0827032763,297.78269409127,2685.4869342633,963.92454051209,6526.48055701393,1018.46063906205,8003.52824859261,120.212615816446,790.08402487356,672.852011129363,1054.52120119423,389.710736786914,1389.13963318257,193.848641544593,604.764316400907,532.858569832859,1997.02527416207,670.827942942054,1446.41987206433,247.684108001235,1240.64072967407,8967.58658407198,2563.07882720674,57913.2149248913,21038.6982670035,1889.92865577478,8916.5714174566 -7419,358.380517315305,1378.07710204784,394.829768814339,1240.31145192166,611.687088386523,4914.74022706278,114.512538607923,444.600431710511,3798.88543874885,11887.2895761967,892.633571610948,3492.80333053977,340.229713556986,2729.0229877724,1091.13262824116,6632.28528208296,1153.02355472384,8133.27828745767,135.5138865374,802.892555030498,738.646124567767,1071.61668241066,443.89703603563,1411.65981625634,219.041606357751,614.568516638598,600.234760585189,2029.40025915479,766.865349090364,1469.86865974725,281.227550144244,1260.7535071758,10314.4097112138,2935.26457260223,65651.9355180681,23693.768063545,2174.78746765967,10024.5263875484 -7420,450.874545630813,1422.59558667033,493.29059065938,1280.3794468237,732.632589864247,5073.50985388331,144.365658342224,458.963153108933,4533.8451915436,12271.3059112875,1067.54282077266,3605.63759150308,405.639571075122,2817.18348890476,1338.19007097379,6846.53983279253,1425.76971124556,8396.02209463115,166.627536203674,828.829826473093,984.269544362649,1106.23502903743,537.173945765393,1457.26318324416,272.678158857507,634.422020493199,747.013074208708,2094.95959839337,916.060512236976,1517.35245091453,344.191882893261,1301.48187827968,12045.7120119854,3477.15673766795,80132.6242889354,29521.7696440634,2536.3390365905,12584.7122253369 -7421,606.282553437926,1525.57531985939,654.776603418312,1373.0643497224,904.249120780284,5440.77423736689,193.520673587884,492.186862990804,5559.05480092707,13159.608827778,1313.99881702613,3866.64472566585,496.562142702146,3021.1155176207,1724.01978957842,7342.15141197607,1862.52481074143,9003.79855848074,215.363165752954,888.82767490527,1441.57367986816,1186.31385762518,675.747955112409,1562.75245595304,360.245115582646,680.346955880188,986.736142601387,2246.61083540398,1125.32906059682,1627.1915028651,441.741996193011,1395.69435709759,14165.770586408,4204.51878637546,102332.045034565,39051.3978941518,2974.58336256726,16856.400331738 -7422,628.751451146684,1774.60692606416,678.552238727186,1597.20039596192,949.511392967787,6328.91442270622,200.013734648156,572.530378940436,5843.55184161596,15307.7548293206,1380.38298037824,4497.82742383936,522.260920778202,3514.27586184585,1799.1665312323,8540.66828316637,1942.77856852201,10473.5591057144,224.180772040306,1033.91797666848,1475.32456692842,1379.965158601,708.479541438807,1817.85277721565,375.205826359435,791.405317269376,1025.95466417002,2613.34271522311,1183.74503961188,1892.81071437581,461.873301143626,1623.52447665601,14993.675222184,4431.24158757953,106918.919321546,40595.7948226137,3149.88109295796,17499.0782542959 -7423,619.647805610327,1953.51974981082,668.005813230269,1758.22739790461,949.650234041388,6966.98470970138,196.107504650056,630.25190885927,5852.06255922766,16851.0563917739,1381.33575668857,4951.29066310951,523.499807972807,3868.57912113835,1786.6916756117,9401.72379736627,1927.15812684521,11529.4853543721,221.909501185573,1138.1558121076,1428.40128323824,1519.09087684943,707.246508025763,2001.12557343352,371.495364990277,871.193442719119,1014.29636526122,2876.8154413413,1186.48572717198,2083.64064113486,459.514614012504,1787.20542722267,15141.7579307453,4452.10112122633,106290.43436051,40106.6457780145,3182.74941740622,17258.5847334151 -7424,588.735782648685,2010.76606807547,631.591466838236,1809.75083154884,880.670316746621,7171.14656886615,185.853082297703,648.720931946931,5416.89349076395,17344.8629874802,1280.00961372292,5096.38423646528,484.473297023176,3981.9447073435,1677.64464523855,9677.23371877476,1819.97797376864,11867.347609457,208.324261461215,1171.5085488081,1386.78033692914,1563.60660791254,660.481195835054,2059.76694190465,351.989419638722,896.7230628301,959.007435572791,2961.11819403147,1100.08874771968,2144.70004701141,431.702542041751,1839.57803860835,13849.6858677536,4106.36398723045,99558.101816577,37943.7902207495,2908.84671367074,16391.2922445314 -7425,552.750613788109,2022.85750765049,591.380358348427,1820.63349620732,820.706002306478,7214.2691810873,173.891008907159,652.621917782242,5045.67331062603,17449.1637144916,1192.62039238387,5127.03057719316,451.455158079402,4005.88953343956,1569.84887098051,9735.42630946032,1705.53794644455,11938.7101208967,194.720482371613,1178.55323941356,1307.05278960944,1573.00912127242,617.012985301875,2072.15304087066,330.15745262058,902.115372210035,899.153244540873,2978.92443329823,1025.59479815859,2157.59687844133,403.969065043143,1850.64006469409,12861.2374239146,3822.34198896712,93045.3157241331,35559.9864268201,2700.68065883178,15379.8061817211 -7426,526.204817391023,2047.70570697792,561.521566989492,1842.99763399007,771.675766779718,7302.88718701972,165.287286889376,660.638537557572,4739.64605138654,17663.5042186719,1120.92113197749,5190.00954494454,424.046125745303,4055.09672733934,1485.62160064866,9855.01348382139,1618.04923289993,12085.3617993636,184.230540164003,1193.03024815005,1257.23389281527,1592.33151251422,582.122527730525,2097.60677233803,313.724936247685,913.196697760766,853.891092440287,3015.51668352841,964.087512849249,2184.1001774137,382.263297492581,1873.37279452648,12005.4341737273,3583.70394969266,87933.0368557357,33774.7316972464,2519.90487436637,14634.9077867499 -7427,505.102471044209,2074.8102046358,539.770789934623,1867.39250913435,737.463274400264,7399.5519997327,159.188090725258,669.383092809293,4527.4341962725,17897.3075465102,1071.02090981663,5258.70721037368,404.858097399737,4108.77209649717,1422.67724370543,9985.45956744579,1549.27016349061,12245.3299331971,176.75468510888,1208.82181695633,1214.28891987205,1613.40844051439,556.350072318303,2125.37178644833,300.549071019105,925.284244165161,818.854866768829,3055.43163058719,920.283473127457,2213.01006321494,365.702235100294,1898.16973109239,11433.5626021018,3418.82087756921,84192.5264984403,32399.887299749,2399.38768472276,14044.1661473135 -7428,492.408672726077,2050.56947045933,525.461519834738,1845.57510852781,713.791909650867,7313.10044254943,155.069444629692,661.562455731858,4379.59907436825,17688.2070351765,1036.39652230653,5197.26789254415,391.616419737637,4060.76787328661,1382.19265428334,9868.79594661746,1505.45389858401,12102.2634555258,171.712521637013,1194.69872836438,1190.77776605981,1594.55842472152,539.097637849932,2100.54032360592,292.284884696599,914.473824325133,797.162124154055,3019.73395289794,890.087536732078,2187.15469169595,354.898741204311,1875.99274942417,11018.6886347504,3302.8829399947,81716.8388043585,31533.3267846218,2311.73881952741,13679.7090104111 -7429,484.729799429271,2035.7010485396,518.020012879754,1832.19307500325,703.666873483068,7260.07406890658,152.870865669783,656.765549379853,4317.45698178238,17559.9520655248,1021.69360998939,5159.58315522144,385.866213366206,4031.32375499268,1361.18849605976,9797.23854556966,1484.18048009761,12014.5114618319,169.278830053757,1186.03611779879,1173.99823104168,1582.99648167304,531.464258211254,2085.30956930049,288.157036724637,907.843089375407,784.8603820126,2997.83824092923,877.467380293512,2171.29590747608,349.879014128681,1862.39016140235,10862.029064027,3255.64299354358,80542.0001321413,31075.8319193235,2278.87049507915,13481.1281443087 -7430,482.459798958533,2011.43138544695,514.181159656502,1810.34963748922,694.76697152311,7173.51934034935,151.832059122724,648.935579146384,4260.600358133,17350.6020134339,1008.55066862138,5098.07051564917,380.955628793199,3983.2622434946,1350.02673002668,9680.4356982607,1474.11903592876,11871.2742484845,167.706243863006,1171.89617469892,1173.00209564379,1564.12397025265,526.105213853486,2060.44847256573,286.476537827129,897.019768369637,780.057641237165,2962.09796159607,866.695651999905,2145.40968013112,346.974031556481,1840.18671370224,10681.8298497717,3210.23600672973,79773.3738855647,30870.1270711712,2240.52411655619,13408.2052316602 -7431,490.057695980231,1995.46374047226,521.934874723289,1795.97826966597,698.072563042243,7116.57272468325,154.30000488372,643.784037306963,4277.0590301891,17212.8651485067,1012.9752512386,5057.59974411861,382.383683527731,3951.64132030259,1364.23595010989,9603.58805555784,1492.70978227894,11777.0347462233,169.653109818124,1162.59313697157,1202.05691582825,1551.70725227058,530.152831744739,2044.0917079569,290.491548769807,889.898822907497,790.681865348871,2938.58349872489,870.519973920556,2128.37845532999,350.56445890126,1825.57848577852,10660.0709969252,3216.84149966693,80522.0562697064,31296.9155934918,2235.04606248147,13614.4470695321 -7432,509.839890016008,2005.96420189423,542.377973286757,1805.42900542871,716.958660096397,7154.02131161397,160.789533714716,647.17173577059,4387.54702881264,17303.4421020176,1039.86832861341,5084.21367346433,392.0017315896,3972.43551284827,1410.33233928472,9654.12372997004,1545.19916563547,11839.0074578841,175.568738259327,1168.71089503282,1266.75586993445,1559.87259339414,545.708251111988,2054.84805781535,301.186103409603,894.581618224631,820.486388089793,2954.04681285973,892.653091424398,2139.57833604355,361.954617811226,1835.18498279167,10848.8481962929,3290.52735998785,83152.407891123,32490.7986587914,2273.39244100444,14155.6696213354 -7433,522.765683588666,2117.13024595428,554.046550197078,1905.48183796443,715.086032636962,7550.48115251365,164.686618689649,683.036544138136,4365.84238989939,18262.3601152538,1036.14747481345,5365.96941003299,389.947256485656,4192.57899338995,1427.58901341805,10189.1336483493,1572.31921416699,12495.0987397961,177.889883978814,1233.47823571019,1326.52365901833,1646.3172394559,548.444442536726,2168.72313570363,307.535626397452,944.157328246258,836.93209553777,3117.75347215291,889.530006972093,2258.14897621248,366.230489928584,1936.8868249595,10625.401306237,3258.62791033305,83922.3512240703,33155.804406935,2224.08995433206,14501.3325740188 -7434,538.51737798702,2111.98126083808,568.431828917247,1900.84759420847,725.095367910093,7532.11793884328,169.195597452093,681.375359141932,4420.89221780883,18217.9449827414,1050.05640687197,5352.91905723629,394.795819736274,4182.38239501027,1459.95929085718,10164.3530768173,1612.75864407791,12464.7099257118,181.733741024297,1230.47834418771,1382.40593044494,1642.31329922657,558.583085528228,2163.44867364905,316.061910400565,941.861082165138,859.643580713381,3110.17091257502,901.512835256985,2252.657025261,374.445525314608,1932.17620243047,10658.6320853145,3290.42489611223,85675.9149907714,34060.9380673965,2229.56800840677,14930.2837556083 -7435,547.447249146458,2055.42918605518,576.472415889075,1849.94900088671,727.106404684583,7330.43201252874,171.802799125215,663.130315504505,4427.8100621226,17730.1269295424,1052.44463038489,5209.58507769544,395.353242011187,4070.39162768715,1474.93037445292,9892.18434787135,1633.48171597343,12130.9450287703,183.593216826739,1197.53008625116,1419.13899285426,1598.33742394918,562.302846802853,2105.51846685706,320.660549354536,916.64106750811,871.723175659154,3026.89052496129,903.600305584397,2192.33810533733,378.207313852532,1880.43872960354,10586.4047994608,3287.38627850916,86426.742172605,34545.6839250936,2213.13384618264,15171.1396013152 -7436,533.815424495328,1929.62613737522,559.303008026822,1736.72241745931,693.656674692845,6881.77111894322,166.784602394718,622.543261506951,4215.81212945055,16644.950151694,1003.21386473611,4890.73114218743,376.330347316461,3821.2623073688,1424.04588251028,9286.73077276921,1585.42571845963,11388.4675557724,177.072037105213,1124.23496289763,1404.96422998183,1500.51078894942,540.250152665256,1976.64969143068,312.083323079927,860.537825606067,846.683063103013,2841.62894619027,861.883736190018,2058.1555125923,365.408039998169,1765.34601483383,9941.23156470679,3117.7602289618,83259.8709595307,33571.9426238551,2076.1824943149,14790.9184925604 -7437,476.855284613951,1809.11670716869,496.36240702126,1628.2602522237,601.190514080149,6451.98925587013,148.148019145214,583.664054664754,3644.15556256485,15605.4361133293,868.533702674122,4585.29413974297,325.387101110811,3582.61600464141,1255.45510639161,8706.75384758606,1407.45306821353,10677.2325089988,155.898833019395,1054.02399706704,1277.26775160691,1406.80056358886,473.110625946829,1853.20353602347,278.059524690135,806.795330608554,752.420757396027,2664.16291868838,747.298492276064,1929.61913795741,322.417822255478,1655.09624248446,8431.73960289455,2681.59780727793,73141.0266459003,29838.4939725136,1758.45535798175,13203.1518165084 -7438,408.590653173885,1706.74443913059,430.122779107722,1536.12208650122,527.564601922286,6086.89132113569,129.000137363041,550.636327480777,3203.44760064332,14722.3731896856,762.714432480889,4325.82665550205,285.534921906975,3379.88694661468,1086.10875101549,8214.06582193526,1207.72571370833,10073.0412459448,135.730615689361,994.380068779405,1086.48718671821,1327.19411045005,410.406431298513,1748.33653193955,237.911877371062,761.141300932268,647.151262131019,2513.4062542187,653.428001850244,1820.42801346021,278.01033185713,1561.43951183073,7505.32731607679,2361.94162209079,63516.1397930383,25684.4666394868,1566.72346536692,11317.21033901 -7439,331.11775626895,1568.99458423283,358.457921205159,1412.14301285117,481.748260716016,5595.62363217109,106.682417465346,506.194949807064,2954.80022614118,13534.1432917971,699.375383679582,3976.69295953301,263.480703747477,3107.09921941156,929.664810390146,7551.11573453459,1006.94180835609,9260.05487364709,116.823375784727,914.124520820882,810.157028868529,1220.07743150028,361.313302897413,1607.22981551175,195.384804006196,699.7102504737,536.098614120394,2310.55142787217,597.354071425448,1673.50285644391,237.60041491314,1435.4170908666,7416.54493048936,2222.00863753215,55096.1677217718,21248.8718400153,1555.7673572175,9198.913706717 -7440,331.664471699323,1465.1759713989,359.90647070188,1318.70309266877,523.280864481859,5225.36748898828,103.639767321622,472.700597410554,3097.96639589099,12638.6042016243,718.377909849984,3713.55964417677,286.366349620423,2901.50594704573,912.979836949564,7051.46687099747,898.830051712443,8647.32742295409,121.84500555559,853.637925989512,746.434377220034,1139.34627553502,404.758186342839,1500.88122028486,219.991571486302,653.411207558023,494.982748116689,2157.6648299618,690.500234337079,1562.76904838901,230.200359122665,1340.43715103159,8520.07415761361,2410.76916749219,55567.4053905937,20264.5675010689,1724.93507543045,8593.55935531806 -7441,354.683068455208,1396.64816428794,382.950867151179,1257.02597474227,547.435939366855,4980.97160592763,110.740519238963,450.591897846188,3236.23633751792,12047.4835118318,751.183276996832,3539.87258954385,299.077416086154,2765.7994901069,965.94421663702,6721.66241677639,953.910612351151,8242.88290759683,128.809271207644,813.712390574842,815.828661865883,1086.05786286203,425.235577140122,1430.68344147338,233.837308869192,622.850484430053,527.186472077666,2056.74859726072,721.368209663518,1489.67671136089,243.154794349662,1277.74350854539,8812.42067835839,2510.0737857523,58625.4182957168,21572.2732437747,1783.01369749882,9178.53618773081 -7442,357.131076950548,1372.72562574207,385.79276689207,1235.49495991489,574.105524398976,4895.65485380244,110.489735339456,442.873918243089,3404.16315702852,11841.1277551982,788.549802425306,3479.23975399075,315.2365224651,2718.4253936064,993.072411087938,6606.53017920273,975.458518356309,8101.69438988123,131.689509891716,799.774688491728,779.817767926996,1067.45528151643,443.316935806386,1406.17792845248,238.405190213517,612.181967402584,535.054711670682,2021.51950459785,760.087317009988,1464.16072998517,250.904919852892,1255.85763269168,9460.60228952175,2660.57957835399,60489.4256232326,21868.7825430199,1916.59452825606,9251.03498106441 -7443,398.914502739016,1391.00742126773,429.708435346793,1251.94913386384,649.246269711044,4960.85459898316,122.324228943709,448.772060060461,3853.29532150734,11998.8264768905,892.026867628877,3525.57585246114,357.107261069592,2754.62905751834,1116.50160108329,6694.51515712211,1097.45323942328,8209.59178574074,147.463380793131,810.425992035143,855.432016746836,1081.67152314805,501.254793229698,1424.90523774036,268.010839976543,620.334933547221,599.151818263783,2048.4418593213,861.747541194843,1483.66024728151,282.948595768797,1272.58299427863,10775.2338189319,3019.67998784624,68086.6381087261,24486.8408117822,2183.75618977054,10346.1993254108 -7444,501.955345162991,1435.00522187596,537.104518925562,1291.54849726133,777.47867844079,5117.76727116254,154.344954158043,462.966796418582,4598.70641570491,12378.351392999,1067.03542977204,3637.0904145074,425.641600913224,2841.75844171089,1370.48156463605,6906.26380673275,1359.68683465658,8469.26256602658,181.349398636988,836.059903587385,1139.88599531221,1115.88497684458,606.338196360715,1469.97523203168,333.289315898992,639.956232685694,746.800365344018,2113.23442268651,1028.79431821759,1530.58867248773,346.645723104365,1312.83501017993,12569.8059270688,3576.13250309629,83145.3203433607,30540.976436369,2543.8436465944,13006.4562904851 -7445,690.867273637338,1536.07578128136,733.050038906342,1382.51508548513,1003.90866584345,5478.22282429761,212.34243851728,495.574561454431,5910.49779987045,13250.1857812889,1375.7283687078,3893.25865501156,546.113800185714,3041.90971016638,1828.6059396901,7392.68708638826,1834.18321975766,9065.77127014155,242.513685122703,894.945432966524,1674.92646271061,1194.47919874874,793.217181848874,1573.50880581149,451.681916584766,685.029751197323,1015.94130240249,2262.07414953882,1322.42202491697,1638.39138357867,461.032780124421,1405.30085411074,15643.9684184771,4546.94342612164,110177.416247391,41567.7350296619,3159.47704051907,17872.6459674931 -7446,719.645975311441,1784.81812077169,763.576796906053,1606.390782853,1062.7230678441,6365.33137595279,220.489078968188,575.824753085759,6264.58980829815,15395.8365688887,1456.91344216655,4523.70819265139,579.216722741789,3534.49721596896,1919.80897009586,8589.81180080452,1922.75567074456,10533.8245930955,254.037911448866,1039.86720272881,1715.32523885969,1387.90556090481,837.710238553582,1828.31281114493,472.972030977095,795.959110939692,1061.36832184651,2628.38004597546,1402.65502360935,1903.70206077208,484.944346567443,1632.86633388653,16727.2245092653,4834.67753155343,115866.925758237,43422.0300412528,3380.17580437886,18631.8400792546 -7447,710.019778901659,1959.71010295555,752.639711187721,1763.79890466968,1064.46135748698,6989.06183265402,216.421068012934,632.249063936078,6282.55579347274,16904.454362251,1459.87615585315,4966.9804137403,581.448929010395,3880.83795339766,1908.61679244739,9431.51617109607,1908.65162854222,11566.0202222318,251.823414783748,1141.76242341079,1661.17116257636,1523.90460293925,837.510772097598,2007.4667808811,469.001587632684,873.954098232495,1050.16595749515,2885.93155266592,1408.09582325837,2090.24332400847,482.970676926318,1792.86876015686,16919.1566758446,4864.42597713743,115330.550250821,42939.5886792668,3420.83083982672,18389.8612422746 -7448,674.938129331832,2021.38223674439,712.209792158848,1819.30570736532,989.159601664958,7209.0078112719,205.279409039226,652.145960318929,5828.75816727957,17436.4380314089,1355.89928516818,5123.29143144682,539.288691111819,4002.96803636952,1794.81536628252,9728.32625859738,1805.54550544162,11930.0032141417,236.683907227767,1177.69371999668,1612.72034028949,1571.86192500038,783.203190545616,2070.64181870962,444.429863643988,901.457459056227,994.247431823921,2976.75190234571,1308.04694561963,2156.02334205045,454.465975110971,1849.29039204796,15522.8050495626,4498.17344613135,108188.997023056,40667.3340643414,3136.24559169173,17483.9021730781 -7449,633.863624725133,2036.1060253069,667.15492394942,1832.55756645405,922.623808430706,7261.51836807268,192.150897637,656.896204511782,5434.54668108564,17563.4453940893,1264.53403996166,5160.60958850267,503.001593273543,4032.12573545216,1680.55473551225,9799.18758125815,1693.1198959027,12016.9015956957,221.35459135896,1186.27206456181,1520.03380114334,1583.31139863899,732.126951952997,2085.72441505047,416.951178740801,908.023693182543,932.700203244209,2998.43462262318,1220.49101382504,2171.72785911167,425.552908113931,1862.76066017846,14433.0910148856,4191.47786445644,101178.671091625,38130.2909782557,2915.54682783194,16412.1741213507 -7450,602.980223055395,2060.83851738738,633.00001655452,1854.81756418306,866.749284015977,7349.72371853006,182.526936461885,664.87549437874,5100.83510395929,17776.7878078517,1187.60837560477,5223.29529061822,472.053656044136,4081.1037928716,1589.32446464612,9918.21789020881,1605.66228397952,12162.8703811388,209.251571066439,1200.68166017098,1461.8716275375,1602.54381391652,690.05190745011,2111.05961957132,395.772459007491,919.053417824283,885.324080979742,3034.85647867396,1146.18355623515,2198.10774375855,402.437184506646,1885.3875335844,13461.1229020695,3926.62566705766,95546.4044131693,36194.0524195794,2718.0795127995,15609.8514363817 -7451,577.402818790433,2078.94675063965,606.739157989082,1871.11552678869,824.529576176676,7414.30447549476,175.331878446328,670.717640880927,4849.55902110664,17932.9893818153,1129.54830302651,5269.19148707902,448.554845613529,4116.96374928474,1516.8632763752,10005.3675632605,1533.09835381324,12269.7434291823,200.051889633587,1211.23184320602,1411.41594650422,1616.62509051075,656.835580996969,2129.60913700227,378.057673483764,927.128981979768,846.727314830092,3061.52324006226,1089.01085831354,2217.42213807027,383.70904025974,1901.95410924815,12745.4626186964,3727.13921142941,91148.4228584797,34626.9134085204,2572.88295762858,14944.8599731301 -7452,561.872502807843,2051.26371394107,589.421785571242,1846.19994885028,795.403145088502,7315.57637539966,170.474072127213,661.786435182091,4675.24815543776,17694.1955776838,1089.42178494037,5199.02748635907,432.382921903049,4062.14269216864,1470.102071039,9872.13713908,1486.79726514803,12106.3608136692,193.844676172918,1195.10320712834,1383.69995830096,1595.09828050723,634.560557436617,2101.25148528506,366.845410095541,914.783429779086,822.720518946185,3020.75631797438,1049.67161606006,2187.89517764883,371.471304232354,1876.62788798292,12231.2457933995,3587.63953969125,88233.162639929,33634.5575373481,2468.34143790553,14532.6296740103 -7453,553.143609966452,2011.95206946122,581.100536833765,1810.81826899378,784.180336444679,7175.37629499049,168.064030187298,649.103564186686,4609.27796928025,17355.0934324162,1074.05016680426,5099.39021456622,426.07240780692,3984.29336043441,1447.85391804385,9682.94159935962,1465.85899387582,11874.3472753721,191.108045450476,1172.19953458927,1364.20879301809,1564.5288631829,625.61635376288,2060.98184526223,361.679857309782,897.251973085765,810.061304345684,2962.86473746944,1034.86862766994,2145.96504609218,366.237866454349,1840.66306890482,12058.5573851626,3536.6432743239,86970.0349910956,33148.0236973928,2433.49426466451,14322.2015185933 -7454,549.975528198164,1969.89236874691,576.122637552801,1772.96325465327,772.850187460885,7025.37561452665,166.748496534581,635.534104925367,4540.19747531316,16992.2865610618,1058.34534501387,4992.78786080958,419.851931984263,3901.00201923326,1434.07383874587,9480.5204622536,1454.45502399761,11626.1149739368,189.061347452545,1147.69479496321,1362.8265787572,1531.82250961555,618.248336325424,2017.89718091804,359.076848564492,878.494990737069,804.287384505157,2900.92628177437,1020.20103273334,2101.10381457876,362.722526723637,1802.18415135549,11831.4339770107,3480.45254250075,86014.1963859648,32892.7181857851,2387.03136700981,14231.790064313 -7455,556.500074121362,1957.65629581467,582.187099055704,1761.95041555896,770.76503867364,6981.73718546343,168.773071402387,631.586456930904,4522.98182866777,16886.738227079,1055.11700134932,4961.77493981485,418.166522498625,3876.77077392592,1441.40946277008,9421.63179318102,1466.36419820659,11553.8988503573,190.185375651823,1140.56583835729,1395.79595325402,1522.30752684579,618.897210972175,2005.36292398745,362.388923410236,873.038180533725,811.828495923679,2882.90705081637,1016.87804981608,2088.05271599019,364.51702156486,1790.98980537843,11693.7117730524,3458.97883421139,86314.8404279361,33204.7300276759,2357.99205597563,14397.9551028277 -7456,577.846014845381,1975.93809134033,603.649583213318,1778.40458950791,788.747169412425,7046.93693064414,175.526078686905,637.484598748276,4622.79640012601,17044.4369487713,1079.30452214162,5008.11103828523,427.06939595725,3912.97443783786,1486.33773290542,9509.6167711004,1515.00534955272,11661.7962462168,196.2709907965,1151.21714190071,1470.47785551588,1536.52376847741,634.959490348584,2024.09023327533,374.786296784363,881.191146678362,840.82652521272,2909.82940553981,1038.79001676202,2107.55223328653,375.418643514605,1807.71516696538,11844.797559384,3524.19761429046,88883.7824138282,34402.03931234,2387.03136700981,14945.3165785536 -7457,597.696529832978,2088.08764840248,623.245355140571,1879.34261376317,802.026294797956,7446.90434808511,181.548528901591,673.666711789613,4694.34581706622,18011.8387426614,1097.00390113031,5292.35953631421,433.559986600325,4135.06558124071,1525.52203329489,10049.3600522202,1560.51679866337,12323.6921271121,201.589094191953,1216.55749497773,1541.56567666537,1623.73321132656,648.575262315174,2138.97279164621,386.505069307413,931.205465052086,867.25632933317,3074.98441742399,1055.55369969819,2227.17189671844,385.242469822737,1910.31679004163,11910.437161576,3568.24274623148,91052.6149775882,35487.3130426263,2398.64709142349,15455.4093266712 -7458,614.412178693138,2071.28112378291,637.915865319627,1864.21622865622,810.148215345906,7386.9659727198,186.128726196257,668.244527435554,4735.27011020804,17866.8657040518,1107.61630468316,5249.76258359018,437.213737723554,4101.78341439882,1555.88801722325,9968.47512516378,1597.39397048808,12224.5016380075,205.33861435552,1206.76571085119,1605.98366593797,1610.66416596697,658.225331051658,2121.75670451936,396.117109323035,923.710412061258,888.968547066938,3050.23459365306,1065.47919098562,2209.24591581298,392.834308053715,1894.94110110081,11890.0209154485,3588.23261176689,92675.8235449788,36376.1836707093,2392.83922921665,15883.6611036464 -7459,622.897409957381,1996.30262292304,644.887364171327,1796.73328947508,808.009396388676,7119.5644943894,188.463323257599,644.054680726855,4716.49930965787,17220.1013463929,1104.22135919147,5059.7259324238,435.361069022505,3953.30256950906,1565.92050473841,9607.62535341546,1613.15286621897,11781.9857496269,206.607341046387,1163.08188500554,1648.00751594578,1552.35958183001,659.409099513168,2044.9510333492,400.472434246288,890.27293168751,898.877625256402,2939.81886375671,1061.94225352197,2129.27321442713,395.295486512661,1826.34594936264,11724.9985790336,3563.47488199307,93099.1025424056,36783.7435894554,2357.99205597563,16099.5620022822 -7460,608.652073774919,1863.73067925175,627.37495425138,1677.41449396308,775.034688745925,6646.76318046219,183.42221401225,601.283820300126,4517.08807412691,16076.5360975704,1058.63776473903,4723.71590388249,416.82188163321,3690.76872341655,1517.64936650494,8969.59505052335,1571.2415135405,10999.5589105295,199.977582198748,1085.84308144264,1631.9034236702,1449.26933655516,636.235259571282,1909.14840999405,390.576907855398,831.151027224479,875.745251583893,2744.5891944999,1018.36737780498,1987.87086119548,383.41610008508,1705.0606143924,11098.7316356913,3401.70513794767,90050.5072809479,35848.6620405785,2230.21908742523,15735.8336156498 -7461,544.171296180599,1745.07257060835,557.498739798861,1570.61857463819,673.868400441557,6223.58382500357,163.136367033754,563.001893802391,3918.69093699491,15052.9915542993,919.79339603259,4422.97116583457,361.648260643284,3455.78861548774,1340.87831359782,8398.52799891503,1398.01595335674,10299.2501852586,176.382804783542,1016.71072891881,1483.64636265737,1356.998730987,558.354905165447,1787.59869147978,348.168770786991,778.234149273493,779.663026582664,2569.84948213266,885.62522374729,1861.30912175388,339.084672559901,1596.50455000042,9463.01857334679,2937.88325987534,79284.3363783796,31910.4141003388,1899.17094163555,14066.5336966792 -7462,466.386613071553,1652.1593959637,483.102851231321,1486.99388166933,591.088766111405,5892.22056791758,142.033620792509,533.025895001437,3442.63086451734,14251.5227462018,807.203343720375,4187.47821310528,317.204547149962,3271.79151612706,1159.7370215403,7951.36384547859,1198.99199171733,9750.88558009016,153.554448587601,962.577838911721,1262.12384496602,1284.74783311127,484.433738852524,1692.42129186132,298.133698654407,736.798505482086,670.392640099231,2433.02258005108,774.275191553578,1762.20714604812,292.294813417973,1511.50160595468,8413.87246576055,2585.66980935226,68838.7857786946,27467.2826683568,1690.08790218943,12055.8406398831 -7463,374.832764843162,1530.34825712446,398.265227015194,1377.36013893504,528.273064888399,5457.79632324512,116.26433506368,493.726726011112,3102.20838015442,13200.7801724833,723.330516007583,3878.74196692406,286.070283184207,3030.56742382843,977.272596587305,7365.12217430016,984.458759436762,9031.96797437749,130.312916032573,891.608474172637,940.345220845802,1190.02537651606,419.421765868146,1567.64170615,242.963305543918,682.475499319915,548.134350531242,2253.63961493182,693.059335057945,1632.28235800698,245.766019554271,1400.06094688239,8061.74374495751,2370.55567620288,58743.5647595361,22456.7637703623,1626.20141791423,9694.23262283716 -7464,302.010647971165,1414.52498304629,337.63844525635,1273.11565724042,507.742835186098,5044.72705194225,100.993061812725,456.35938453163,2863.99161769651,12201.6889049596,776.32374745007,3585.18225473301,275.262013853899,2801.20117355936,946.277002125169,6807.69835900728,964.892170083599,8348.3901695926,115.055835572872,824.12774735523,704.563946833757,1099.9591875277,383.639433462465,1448.99590501128,203.884792778415,630.822846767553,524.549498922592,2083.07457029021,698.120337628607,1508.74427702165,255.60889509878,1294.09837135622,7935.18199699467,2318.60037912038,54604.5540622833,20256.5479678215,1694.13478438253,8798.17564092517 -7465,319.018979290701,1348.68737994925,353.960829459078,1213.85980503376,517.822821283791,4809.92544620221,106.443110497694,435.118608731618,2914.62082413623,11633.7739081468,790.699178683584,3418.31365280183,279.94608148642,2670.82216062557,981.928449129244,6490.84107621864,1006.60179952933,7959.82297914173,119.378060711574,785.769573281287,768.761863394832,1048.76272420654,394.147483928327,1381.55388848506,213.493410772468,601.461849466124,549.884060159295,1986.12001775558,710.424766859866,1438.52133428397,264.593455847737,1233.86590041153,7943.44634001212,2347.29021748043,56450.745128161,21240.9721739414,1694.13478438253,9268.63422942327 -7466,327.3559784544,1308.710415292,364.758370908586,1177.87931671146,564.702268096625,4667.35258430291,108.461299437647,422.221089631506,3191.09462302819,11288.9327127218,864.380927637561,3316.99009471338,307.35171941764,2591.65528718367,1040.34853619073,6298.4435435083,1057.21798283132,7723.882785257,125.589964996627,762.478273216635,736.719052257226,1017.67594236016,425.272050530976,1340.60271492686,222.749023002636,583.63368598194,572.06613937027,1927.24866555396,779.405680948189,1395.88156661481,281.740217772669,1197.2924036725,8964.73870866218,2597.29324411247,60100.2610150821,22041.8478958882,1915.5903117528,9545.00616630976 -7467,368.71504649586,1305.99128797373,410.293917679344,1175.43201913495,648.752377322195,4657.6551556222,121.191635041915,421.343834521625,3670.67130960769,11265.4775273923,993.803209608914,3310.09833449233,353.895439661749,2586.27056600426,1184.3646383021,6285.35717260328,1202.76073789028,7707.8347577949,142.341686936009,760.894060637542,809.16621874436,1015.56150174466,487.660857942134,1337.81732449784,252.910881866603,582.421061492308,647.341375333334,1923.24439200774,898.009748247809,1392.98132248401,321.832326570468,1194.80477123316,10409.6352770913,2998.55892870645,68535.7191626225,24930.1447121364,2225.62805007117,10774.1610234481 -7468,467.483497576833,1315.07433071012,517.083060179019,1183.60703481985,785.955841976637,4690.04869547157,154.02666635595,424.274240023499,4434.65314239995,11343.8278309276,1201.93015080437,3333.11974735375,426.921211130986,2604.25782694178,1466.11903059683,6329.07122210575,1500.55519743663,7761.4420009326,176.738465695101,766.186005028201,1079.62945861583,1022.62463348737,596.215340536343,1347.12171423137,317.12481780737,586.471743484467,812.279701968665,1936.62037021372,1084.49923042295,1402.66937247304,397.37412877208,1203.11452252989,12315.8697136142,3597.56917784576,84506.9617396073,31332.8598647493,2629.7843875219,13625.2446070696 -7469,635.395825777572,1324.76484140339,694.737707931262,1192.32879020637,987.094416518477,4724.60869407702,208.755835151542,427.400629128519,5541.29515791452,11427.4181515133,1504.82052772868,3357.68081724873,532.171659146591,2623.44806412508,1914.30305827004,6375.70883864498,1985.25695497874,7818.63446142613,231.660836661274,771.831871198173,1583.71504940615,1030.16014286093,761.503666971075,1357.04837546416,423.133935291352,590.793332438656,1085.33647780816,1950.89092509271,1354.50250438462,1413.00535290825,516.455060339498,1211.98002455783,14790.5550889821,4438.25368053603,109537.81960878,41957.4531409676,3150.20487684203,18434.3079405614 -7470,652.25162157697,1368.50229860153,711.281944819584,1231.69383658888,1015.91052057271,4880.59288393238,213.372422866685,441.511372513863,5704.4857368936,11804.6973460288,1548.98758822546,3468.53552628062,548.113057414332,2710.06188706944,1968.05991684403,6586.20453095416,2043.88465705965,8076.76871998805,237.550513859301,797.314101987852,1618.46555230578,1064.17114900138,784.541641509354,1401.85168197008,435.557796737435,610.298528593402,1114.83754131501,2015.30009845521,1396.11986561123,1459.65609363753,531.893547087559,1251.99386157432,15256.4700371995,4573.92017282339,112626.293942911,43094.8096984842,3249.85986415865,18936.9460229903 -7471,633.566489263053,1464.45279900098,688.220998812614,1318.05221543881,987.84983338223,5222.7883847641,205.89190064742,472.467284804287,5548.16519424963,12632.3661183597,1506.40975102832,3711.72672861911,533.551085867193,2900.07383987618,1913.53941278884,7047.9864520543,1990.39383538714,8643.05932913457,230.186639789713,853.216592717645,1563.73036369444,1138.7839241218,764.175768231248,1500.14042471337,424.136954644138,653.088700938327,1083.34389593414,2156.59986324146,1360.07157245225,1561.99770661015,518.029856936513,1339.77554644095,14864.9322801454,4454.03662183979,109459.924898448,41855.4844228063,3166.8140413948,18399.7538358066 -7472,604.990830359331,1576.5445010367,654.456869855407,1418.93816840449,923.774095503248,5622.54946946409,196.160303973754,508.630732438812,5181.21777293192,13599.268854939,1407.52122387554,3995.82859027433,498.060788798475,3122.05041226057,1808.60225703019,7587.4512937169,1891.21884876155,9304.61375523779,217.557834094714,918.523238413618,1519.31367766775,1225.94837789785,718.980349482506,1614.96371817384,403.93536528287,703.077218231892,1030.03917757292,2321.6696759699,1271.36080504249,1681.55566138292,489.798805466605,1442.32424002045,13731.3045236087,4146.74506760446,103262.904298942,39827.9185148964,2923.21296128751,17561.75141312 -7473,567.696833491566,1655.28350004928,612.304647549353,1489.80567069666,859.43011510966,5903.36229576439,183.393179808715,534.033805243247,4818.04932028792,14278.4712600958,1309.10330658073,4195.39640660755,463.308180386587,3277.97821776594,1690.50854313485,7966.39925207211,1770.81273702206,9769.32374141602,203.126916210552,964.397998253841,1431.86222506684,1287.17719069273,670.732682501293,1695.62152804031,378.542176275731,738.191733778853,964.968635676098,2437.62323529126,1183.14293972313,1765.5393418145,457.774871599609,1514.35973717015,12720.3074937694,3852.90096738524,96395.3726297312,37298.6525787028,2707.2938221015,16466.8471521802 -7474,545.712420485058,1694.53729230861,588.180515240959,1525.13528178899,823.902238770307,6043.3560534395,176.190477912726,546.698011737093,4618.07144662298,14617.0743722563,1254.85244978268,4294.88704913835,444.071145912211,3355.71298403829,1622.93064717676,8155.31636583928,1701.08963604049,10000.9958414812,194.978605082481,987.267965046626,1379.16127536555,1317.70162112588,643.521456636289,1735.83190602702,363.742635763426,755.697390643341,927.096015355523,2495.42962077254,1134.19873482442,1807.40776770481,439.478079576111,1550.27162931853,12175.1743635284,3691.58353468314,92515.1071550394,35836.300611427,2591.02967023211,15827.3533350147 -7475,521.974938724101,1706.54195074694,562.993196631142,1535.93984077581,781.365354468341,6086.16917155264,169.028637701536,550.570999914812,4376.73756950254,14720.6265254034,1189.58200207617,4325.31343886144,420.584872840828,3379.48595638495,1545.53639995251,8213.09130409101,1621.09277424211,10071.8461790129,186.045856895926,994.262095397891,1331.41265169073,1327.03665196707,610.96602825094,1748.12910906456,346.93705654555,761.050999028701,885.147562025853,2513.10806337172,1074.11639379045,1820.21203764242,418.031694358583,1561.25426244267,11476.8483597397,3491.73326598343,88056.2252446832,34231.4265447444,2441.54718925718,15130.9636509762 -7476,490.528343736342,1669.13948005074,524.168124539462,1502.2764755942,698.446201626974,5952.77792149199,158.063239902631,538.504073765429,3898.74036311495,14397.9929083364,1061.09008960331,4230.51506072719,374.26006789869,3305.41738491118,1418.20352156029,8033.08406389867,1500.47961059726,9851.10040045047,170.735824707873,972.470741911867,1299.2294726958,1297.95184132632,553.020552847828,1709.8151679708,322.758690349528,744.370959210739,823.660954559426,2458.02799302508,957.461705624478,1780.31824694541,382.685236383017,1527.03607825168,9934.59043614078,3084.23438857804,80387.4050244571,31878.341581488,2109.36389820178,14178.9923790349 -7477,481.748368988159,1600.14884675786,515.331277257536,1440.18279997813,685.129954062582,5706.73142653811,155.432190912957,516.246055472826,3823.65418627376,13802.8798810761,1040.73425305759,4055.6549506627,366.820148393392,3168.79438760756,1391.61071721901,7701.05216153992,1474.86422585702,9443.92432955783,167.725260839576,932.275555622666,1280.54248572217,1244.30352697811,542.892649354264,1639.14328424752,317.33865264856,713.603833698126,808.630085836428,2356.43018773845,939.095306235203,1706.73225560818,375.918761434132,1463.91901262666,9727.08256981488,3023.01772651653,78929.9481769335,31329.8224298836,2065.07279272773,13939.8182344143 -7478,485.468678801336,1554.21294064389,519.168404217207,1398.83908247286,694.376219453566,5542.90674262933,156.490325926918,501.426040207398,3877.27262129123,13406.636871806,1055.11510939982,3939.22816610339,372.238903114315,3077.82694931046,1406.574254386,7479.9759724166,1488.83645297405,9172.81503730104,169.328064134418,905.512468874702,1281.57364196293,1208.58296878856,549.627935650184,1592.0879542605,320.136584376206,693.118215267225,815.880294771865,2288.78350843895,952.675723594492,1657.73663072356,380.021123053308,1421.89389323934,9906.70415617307,3070.24129806186,79780.8927751042,31585.8084652042,2103.82751001752,14044.4060977641 -7479,498.183135666971,1549.06395552768,533.553132815627,1394.20483871689,712.625163060962,5524.54352895896,160.845451037156,499.764855211194,3979.18498882177,13362.2217392935,1082.84690550548,3926.17781330669,382.017854867446,3067.63035093078,1443.46143052891,7455.19540088463,1527.80728880697,9142.42622321667,173.975360475434,902.512577352218,1315.1456805874,1204.57902855923,564.03915676145,1586.81349220591,328.513067834757,690.821969186104,837.259915347548,2281.20094886106,977.684461036296,1652.24467977207,389.976643530907,1417.18327071031,10167.4367110255,3150.94511408435,81878.0298622856,32415.4315309746,2159.19139186009,14412.4886656316 -7480,521.016922402617,1599.07854981316,557.937302058558,1439.21950006154,739.472252201432,5702.91434588189,168.583362737296,515.90075223619,4126.33416756518,13793.6475023542,1123.18209071054,4052.94223108587,395.839136189326,3166.67486544042,1503.60714102041,7695.90113286146,1592.05061271707,9437.60754010642,181.43817796336,931.651981334048,1386.94746779403,1243.47124549011,585.735995623522,1638.04690496218,342.591316477765,713.126523100128,874.200855498353,2354.85403434782,1012.85108773956,1705.59066786008,405.688226894064,1462.93983618962,10484.2508680179,3260.55341680333,85250.9481948594,33861.0164003783,2225.62805007117,15065.3520728536 -7481,545.113796500023,1762.77582709332,583.965954284205,1586.55204579302,769.823845323208,6286.72028280217,176.537802233514,568.713385172649,4294.16134803636,15205.6997996985,1169.02707136984,4467.84092901415,411.891492892268,3490.84659144141,1569.47128730418,8483.72863627827,1663.41698986632,10403.7330994384,189.587911149075,1027.02496519082,1456.27309198743,1370.76509061528,610.605319101283,1805.73336316076,358.130137711371,786.129109621843,913.755497636357,2595.919861827,1054.17270771194,1880.19156443001,423.402443080377,1612.70062688805,10877.7748767383,3390.25182475837,88945.3332252794,35398.9285415906,2308.67387283502,15758.9929120228 -7482,554.612555921103,1781.26011100263,590.033909469774,1603.18846546738,758.311329340963,6352.64217756593,178.858380685429,574.676854555986,4219.93280401356,15365.1451856729,1149.87854512868,4514.69024412514,404.463579660682,3527.45124558309,1573.00388976447,8572.68813204189,1677.72992380056,10512.8255622298,189.8536563415,1037.79424211575,1515.19599288179,1385.13879072988,606.862162846225,1824.66809532362,362.389319157233,794.372377670047,923.998743976025,2623.14040739742,1036.77544058251,1899.90705754415,423.988088645254,1629.61123786306,10475.184232532,3312.51908519644,88860.4615149733,35820.5036074612,2220.09166188691,16011.3866100539 -7483,568.383243332187,1710.67849675078,604.258008194817,1539.66285843016,773.972131339571,6100.9216473147,183.233936638066,551.905547986446,4305.76982494721,14756.3083607084,1173.40740316496,4335.79771556678,412.650192528096,3387.67760917252,1609.03419107023,8232.99929990577,1717.52239771732,10096.2596749981,194.20696654279,996.672121647579,1557.08036875232,1330.25330196343,620.10243276387,1752.3664596185,371.135442976435,762.895736843307,946.219375460422,2519.19967284679,1057.97288556115,1824.62411249776,433.65232120426,1565.03864059843,10660.0367370246,3377.38434056187,90859.5160461855,36685.3150789833,2258.84637917671,16406.1507472881 -7484,558.554353526521,1594.68166320514,591.77779951365,1435.26216791762,751.005085700857,5687.23339780273,179.39359048958,514.482212097032,4174.00809178837,13755.7199696598,1137.92315961299,4041.79810847786,399.899475168645,3157.96765696123,1572.05378557135,7674.74019324926,1684.16718371358,9411.65753895749,189.561092259418,929.09027595657,1543.05109173636,1240.05215011959,604.350075976397,1633.54286949714,364.413346714809,711.16568355312,927.673347667473,2348.3790390021,1026.513413596,1700.90091152061,423.969897341758,1458.91728171609,10248.0508238124,3266.96836263257,88674.4254957283,35986.6160450592,2170.2641682286,16122.7100254767 -7485,511.064759028675,1508.73986912956,540.849952737886,1357.91193023336,688.118290531853,5380.73270063454,163.656304484394,486.755346385965,3825.33550554932,13014.3862726148,1042.77781088905,3823.97445831078,366.733202505618,2987.77606804787,1439.75424311238,7261.12727194302,1543.96836096839,8904.43735026025,173.393076426557,879.019037905588,1407.0233143972,1173.22231882,554.33117824731,1545.50673780814,334.03968439251,672.839002974943,849.124737330607,2221.81841412122,941.915237210616,1609.23466912647,388.775109249544,1380.29220469191,9410.24918524398,2997.32229224909,81198.7653586606,32930.5239169618,1993.09974633239,14755.996015148 -7486,431.47142165431,1458.14673580339,460.250092337235,1312.37656609459,583.396379421717,5200.29859632949,140.17703365504,470.432798913854,3242.95487225968,12577.970033261,884.045359729831,3695.74370524079,310.287565799466,2887.58586557996,1216.61827034675,7017.63719941005,1298.8430850107,8605.84155169082,147.440016992906,849.542566652356,1194.65527435666,1133.88021988578,467.313520124828,1493.68068744497,280.87695018439,650.276443264633,717.142187098042,2147.31335360537,795.285340657624,1555.27160641826,327.38828511757,1334.00635451328,7972.78877155641,2536.18575798308,68724.7962756753,27839.8531097246,1688.59839619828,12454.8649887847 -7487,348.611178419631,1360.9234556874,382.380939784,1224.87264665347,530.461955827385,4853.56388527235,115.639562589467,439.066257631334,2972.97769972946,11739.3222663334,807.871143521297,3449.32658090827,284.957021287684,2695.05341148948,1038.83905586185,6549.72975879524,1079.47341824269,8032.03911928141,126.484721934598,792.898531521977,890.584982112186,1058.27770915822,410.209699404248,1394.08814828993,230.581394601453,606.918660920793,592.74229975812,2004.13925284565,725.16592000818,1451.57243586535,279.510080124485,1245.06024895561,7830.96481745762,2369.18264279869,59388.6441082756,22952.8404503659,1666.45284346125,10104.9299832652 -7488,355.810769547244,1259.56362676166,409.128325262723,1133.64570703261,657.645426970176,4492.07668844623,119.270774024682,406.365167371928,3588.42311740638,10864.992639897,1031.58908577115,3192.42517275871,352.894423049407,2494.32929905487,1128.20914665113,6061.91430886166,1102.9993180649,7433.8231743266,137.316213461919,733.844468507136,764.42238053498,979.458546252381,499.167419687234,1290.25825570666,243.214522804276,561.716139511021,635.649942363553,1854.87353847879,947.088441810251,1343.4611874643,321.522541508101,1152.32976267514,10446.7300821753,2994.58386017632,67038.2653596272,23851.0215281304,2223.0397183506,10238.517577243 -7489,358.567828350748,1200.98667375405,406.490799281345,1080.92466150761,620.454123459043,4283.16928631505,119.58140553069,387.46684988536,3373.96615615903,10359.7079922833,970.824391715674,3043.95904103515,331.325831223893,2378.32864054753,1098.77036351287,5780.00042848129,1087.35615819604,7088.10764118679,133.80584689039,699.716480025002,827.43219780507,933.90809050904,477.356883072915,1230.25382591337,241.338542336238,535.593108320966,630.862855660412,1768.61125065941,890.201554935231,1280.98251534833,311.856374644266,1098.73980110168,9550.93828304233,2790.67704390579,64840.5274371678,23711.5652679378,2028.96482230412,10278.414713807 -7490,374.402476369868,1172.86973417791,427.349890064889,1055.61855773631,692.458282998407,4182.89372568683,124.199439583963,378.395656803815,3779.36031165184,10117.1713430339,1086.40358208856,2972.69529240294,372.178504418932,2322.64832024101,1188.48710193384,5644.68175563565,1163.61131147185,6922.16417269393,143.789662641238,683.33504431115,795.835553630901,912.043870093975,526.719257861475,1201.45169742813,256.566653905308,523.054052398732,669.201314389899,1727.20534936574,999.491532320041,1250.99275045813,339.232991211136,1073.01661759547,11025.7433497911,3158.8377049036,70542.2812668594,25073.1296034545,2346.54192492563,10768.9927459477 -7491,431.678496678029,1173.50612543913,493.9340010154,1056.19132929461,824.92539057277,4185.163335803,142.423624067056,378.600971752489,4509.95673404254,10122.6608524341,1295.83353409558,2974.3082569558,444.645594267905,2323.90857366116,1394.70180834109,5647.744522145,1360.12277759762,6925.92009260547,168.068381437412,683.705817328829,877.960219337742,912.538738988503,624.528335780026,1202.10359707115,298.949886864249,523.337858023852,777.782565430832,1728.14251941851,1194.41144592874,1251.67153074467,399.592743751625,1073.59882922451,13336.2521552571,3787.77414803153,83038.9372944584,29109.1971530599,2840.55075122576,12447.89247475 -7492,552.87106738562,1180.82463055499,630.184406454793,1062.77820726585,1024.66202407542,4211.26387215285,182.95972500824,380.962095472745,5593.06795774115,10185.790258944,1607.72218807008,2992.85736353719,550.80884157245,2338.40149910607,1756.92969563976,5682.96636401048,1722.34322709343,6969.11320470858,212.262181755629,687.969710301687,1172.31857869202,918.229735639424,779.853904997735,1209.60044871448,379.738962252152,526.601625215386,988.681677036935,1738.91998328949,1480.06562179394,1259.47751002553,502.198796821159,1080.29426809248,16330.5212499197,4676.86808093073,104325.157023851,37056.0754785256,3475.70495646879,15917.1550113567 -7493,647.117219595655,1184.03551297136,710.250796379175,1065.66809943943,977.017424362036,4222.71508410075,210.866973632997,381.998002466895,5272.00945092222,10213.4873224985,1520.1259077382,3000.99550093255,516.355755414639,2344.76004893778,1854.78937549762,5698.4194095338,1892.58775025639,6988.0635233822,225.136740728861,689.840428263221,1680.11454402033,920.726573557655,778.367443894606,1212.88957794766,425.666025433355,528.033553255403,1105.92590419235,1743.64843106517,1394.58872661311,1262.90226429141,524.60372283331,1083.23178970252,13956.9237323171,4276.86952676167,107905.301271609,41733.9291218509,2952.29084288889,18458.2602245622 -7494,654.588304691347,1185.53971279363,714.31519291334,1067.02192518892,975.097599337095,4228.07962529009,212.035661160931,382.483293086241,5257.67083279288,10226.4625463385,1516.30115412686,3004.80796842163,515.014773088883,2347.73883429533,1864.73093766418,5705.65868687735,1911.82407409476,6996.94116581328,225.748880533349,690.716802188005,1713.49826254446,921.896265457205,780.894416734194,1214.43043400103,430.567594988174,528.704367574954,1115.77566998831,1745.86356366159,1392.88017865402,1264.50665650826,528.069442635204,1084.60792838053,13824.1946892667,4259.07545529906,108318.504914956,42121.6537474604,2922.88555560912,18673.2556125999 -7495,626.878159400903,1230.34746693647,679.196492627908,1107.35027148802,919.972606176828,4387.88089580168,201.331432740532,396.93933970822,4956.5702377753,10612.9741195759,1429.76572098456,3118.37539703035,485.798911614383,2436.47217940684,1774.14492379932,5921.30540786499,1828.02253895535,7261.3922138266,214.000319447388,716.822607266301,1652.30566408225,956.739553085648,741.220900862177,1260.33011979231,412.275892585912,548.686874327698,1065.57944729291,1811.84889041472,1315.76557356817,1312.29898498564,503.03526703068,1125.60094183407,12940.3109710153,4010.18617920612,102839.550673965,40222.0412747583,2734.69171701859,17877.0450783073 -7496,609.412865062541,1329.68241202568,659.878940939635,1196.75475385485,891.921805332438,4742.14659679731,195.646215841145,428.987154307979,4804.62521830208,11469.83710319,1385.99935085905,3370.14463877379,470.881081502488,2633.18638954408,1722.54300927734,6399.37567935609,1777.88057981343,7847.6574894627,207.761349255344,774.696936466005,1609.43616057359,1033.98413116169,719.692826422924,1362.08578362569,401.09513437906,592.986376701792,1035.33885819708,1958.13269631179,1276.14461598459,1418.25047520877,488.822404755099,1216.47893423394,12524.218130341,3886.20845030145,99838.073173662,39095.7285700034,2646.47585517928,17386.6017674814 -7497,573.668428434276,1426.58749651105,619.668300498552,1283.97228751681,834.851015566722,5087.74650279637,183.530543165354,460.251038116162,4495.99912869978,12305.7401154175,1297.06260585623,3615.75528082987,440.823076724929,2825.08871692448,1617.67741286558,6865.75173671623,1671.60494315975,8419.58196191634,194.879639390982,831.155585087544,1517.478864031,1109.33920744199,675.019511268973,1461.35237295923,377.295536472505,636.202256233071,973.63747824045,2100.83821204513,1194.9862945004,1521.61025561841,459.029456777199,1305.1339339771,11691.2410833872,3635.23298115943,93659.483882044,36749.8179484139,2470.04413150066,16357.1671518223 -7498,555.242832612537,1498.96258010551,600.22519493746,1349.11207170059,812.112198016556,5345.86321792801,177.670290574053,483.600960528605,4374.96890465147,12930.0474023685,1262.03500597337,3799.19344452272,429.024985368933,2968.41398267174,1569.42807511935,7214.07201647398,1620.20181528896,8846.73273241896,189.03795309514,873.322613116201,1462.98965533663,1165.61932910966,655.815962816468,1535.49118352118,365.527453189386,668.478714277505,943.308737468449,2207.42006670673,1162.82310382696,1598.80613019175,445.452544979934,1371.3473122694,11410.5794302175,3540.4892913374,90911.1468005304,35599.0657659111,2411.23355694112,15834.8385619977 -7499,532.122867967659,1575.44528078765,575.884146358157,1417.94883663122,772.941705867891,5618.62923744776,170.839011072915,508.276097856649,4161.74617909105,13589.7869838673,1200.6991394513,3993.04256317818,407.827357836375,3119.87361291906,1498.84135374833,7582.16106556587,1547.85861888811,9298.12626323066,180.910346163507,917.882812886635,1412.75823889196,1225.09360514618,624.564886893986,1613.83771074473,349.416624117907,702.587008970803,902.697825540489,2320.0509291995,1105.09564730111,1680.38322379446,424.880458327762,1441.31860268558,10801.8218667156,3361.7668265614,86788.193915747,34083.8951083902,2281.85029291014,15169.7144132068 -7500,516.890741128768,1553.43191602545,558.085021126225,1398.13613647873,741.513587657368,5540.12131567109,165.740966053267,501.174063099572,3989.33176886819,13399.8997554344,1151.20535740829,3937.24862128368,390.813956916543,3076.28027667903,1447.54855906776,7476.21712752023,1496.72835527267,9168.20550524968,174.716941386751,905.057429856559,1384.78096010459,1207.97563048416,600.638136240187,1591.28789665289,338.226365474452,692.769908818695,874.724120962553,2287.63334669494,1058.86967408374,1656.90358327836,409.703094527282,1421.17936171899,10277.9997375133,3215.15315787526,83691.3852720221,33026.9616120125,2170.11020124701,14719.5998165251 -7501,517.161040307227,1488.20177527346,561.22476259888,1339.42701892287,757.45695799161,5307.48614867327,166.378890273916,480.129269092201,4080.1295484159,12837.2247272645,1177.01497049316,3771.91966216262,399.681249164692,2947.10422887787,1461.91526773521,7162.28338476031,1507.42999277391,8783.22349903422,176.638172373478,867.053174292384,1368.24996357733,1157.25154043002,610.455291781771,1524.46814587734,340.054843759475,663.679815976644,878.643612605414,2191.57336256918,1082.73148278982,1587.32856500125,414.546753766623,1361.50263637145,10631.8959024181,3298.55101020207,84765.2220545542,33188.9947284144,2246.56394817441,14754.592953737 -7502,511.089617290418,1447.81983665481,552.148201830107,1303.08204167518,735.705879647316,5163.4689976148,163.923041841594,467.101095765413,3958.96885820589,12488.8902274788,1142.37463125437,3669.56967790466,387.876242805547,2867.13538053308,1433.57809636226,6967.9368298655,1483.25214656793,8544.89318784596,173.023703803224,843.525929099477,1365.79934198288,1125.8498437996,595.934937869448,1483.10212944346,335.105772021641,645.67104993665,865.485848219221,2132.10563280568,1051.41495257998,1544.25684868931,406.258526340235,1324.55864342334,10220.8851647478,3193.19518954788,82930.8029073039,32687.0452387343,2158.3480863351,14565.4139605628 -7503,532.43543250038,1439.11284176955,577.939233601128,1295.24548053359,780.188355090203,5132.41658555757,171.324524527834,464.292012239436,4203.10637919123,12413.7837117506,1212.4492680191,3647.50137658172,411.971264540237,2849.89281176752,1505.85562714126,6926.0325895709,1552.33693478331,8493.50534289587,181.952364111333,838.453076963935,1404.41105324184,1119.07913339534,628.97148435353,1474.18295156755,350.149915519236,641.788070585884,904.788406706034,2119.28343464975,1115.9613739103,1534.96989450989,427.010822328478,1316.59292487084,10965.1290033164,3400.1469687637,87276.4354437465,34155.8499997926,2317.13663764586,15183.742400161 -7504,560.793314741478,1497.11125854237,609.552863451871,1347.44582578986,822.270121695467,5339.26071031355,180.973036308211,483.003680184143,4429.56395335578,12914.0779072749,1277.79379997505,3794.50118012618,433.923480554976,2964.74778787317,1586.07479083742,7205.16214289916,1632.92132275638,8835.80641091619,191.857853872992,872.24399980944,1482.46139777724,1164.17970931726,661.913876779256,1533.59474662823,368.295651596437,667.653097230978,952.982199912067,2204.69375157209,1174.75248547681,1596.83149499846,449.278683453969,1369.65360431201,11549.8817029956,3581.04640139343,91959.8472185191,35984.6813224013,2440.63884422089,15990.2912569889 -7505,580.888871820558,1660.11429234078,630.274620380087,1494.15353119887,837.766000249109,5920.5907143836,187.426117010797,535.592333670368,4508.26067394038,14320.1416621119,1300.86792246855,4207.64028423953,441.44287547422,3287.54469499212,1630.2952280447,7989.64845385342,1684.09284739096,9797.83461210482,197.425981350347,967.212504902258,1554.46185163665,1290.93369865672,677.324033425165,1700.57004314767,380.406629488713,740.346078298739,983.9224337367,2444.73721397484,1195.83600037038,1770.69190561552,461.509523439346,1518.77925645169,11641.1046817706,3634.55792840745,94366.8610981511,37172.8665080373,2458.28201658876,16553.5900736417 -7506,598.438696867446,1695.54973422688,646.635095076723,1526.04651041602,849.392546946575,6046.96680135475,192.55809941972,547.024649566916,4566.06658517443,14625.8076936674,1317.91932831174,4297.45313234141,446.91393449754,3357.71793518698,1667.19227201764,8160.18895506052,1727.77988169064,10006.9711761406,201.704640724451,987.857831954195,1619.91726642487,1318.48891354078,689.64815797578,1736.86902040196,390.83509542103,756.148900161181,1010.5052018779,2496.92057500743,1211.3812000772,1808.48764679377,471.663018664414,1551.19787625883,11676.6368265868,3671.04121151549,96340.5252443856,38193.0902758597,2464.16307404471,17043.6619831835 -7507,618.553911415574,1645.18801539462,669.16083150227,1480.71942638473,883.728229387911,5867.35800799977,199.146622193399,530.77676191155,4752.68914736492,14191.3876351493,1371.62512461016,4169.80891054306,465.26140273998,3257.98600567974,1728.45567090494,7917.8126133484,1788.89634258914,9709.74116361895,209.109353942033,958.516186955614,1666.54941378802,1279.32676653512,716.270185755322,1685.28002393184,404.422156552569,733.689542268855,1045.80011704567,2422.75630285038,1260.80118382293,1754.77141273651,489.119088176122,1505.12373893312,12202.7655950147,3825.4256948726,99948.156547738,39519.5630281966,2575.90316570783,17620.6766529943 -7508,606.577176382841,1566.30438302482,653.725011867145,1409.72174965674,854.238487331263,5586.0293648574,194.545403091761,505.327026947963,4589.74683845382,13510.9376230211,1324.93935207077,3969.87451394299,449.137380035219,3101.77178096309,1683.80994569553,7538.16857660618,1749.74951571336,9244.17756530091,203.52160338569,912.557161114927,1651.00871405119,1217.98548433037,695.577767652413,1604.47405610079,396.108060894815,698.510525898485,1022.70721952763,2306.58975183778,1218.40802323959,1670.63346514629,476.676171229116,1432.95592189211,11680.5107144859,3685.65482443722,97236.3019804589,38673.272989157,2464.16307404471,17279.6782381288 -7509,559.292414901186,1505.47112888085,603.147826633743,1354.96996424481,796.179958359674,5369.07514593874,179.025326256991,485.70077307975,4281.25121501322,12986.1901275457,1235.61534642387,3815.68967742994,419.308634814577,2981.30294164113,1560.69395027828,7245.39577345846,1620.2430763081,8885.14556023438,188.412675795738,877.114610928231,1507.01283040868,1170.68048964674,647.299368808578,1542.15834079028,366.448172438208,671.381272603441,945.055064950172,2217.00476305773,1137.68064550316,1605.74820320864,442.50602116483,1377.30175101811,10977.9620480282,3446.97129906297,90200.9996380188,35716.8522252006,2317.13663764586,15941.8582162915 -7510,473.258466694517,1484.55698717361,514.483531466848,1336.146598391,678.154206068917,5294.48746618532,153.630949609022,478.953373810089,3647.00143991213,12805.7847943882,1052.53253505411,3762.6817697433,356.571725526259,2939.88641029918,1323.38903596554,7144.74207706788,1367.24254637697,8761.71231082073,160.708568328062,864.929655059911,1279.89696019259,1154.41728991831,548.101440392405,1520.73453700185,309.026836642257,662.054382963748,800.3855336559,2186.20593145564,965.571067185405,1583.44100327381,374.059682555444,1358.16814995341,9361.13096423898,2932.52373970786,76623.5333275287,30276.5973832596,1976.03530520053,13487.8715824515 -7511,380.919160814513,1381.34583949064,425.054580406616,1243.25341538481,606.005347723863,4926.39777175166,126.085392317188,445.655004111473,3279.56611559646,11915.4856970621,944.883948721511,3501.0881043089,321.198196467717,2735.49610862256,1118.90452360702,6648.0167670635,1127.36283885697,8152.57006092335,136.501856263766,804.796980373082,954.095283284461,1074.15850940199,475.363100564048,1415.00821039992,252.306831161808,616.026245758775,657.886382182475,2034.21390608621,865.263909562963,1473.35512267228,316.551411766525,1263.74395828258,8909.55451608231,2678.20293912314,65509.3746501216,24814.8313833171,1887.81944336122,10888.9201404198 -7512,331.383653001821,1291.44106168461,382.61682976524,1162.33637138953,587.67856046484,4605.76358703744,108.524866003475,416.649585643957,3087.69890808137,11139.9673124406,912.29280073633,3273.22007944606,295.680636817204,2557.45657442042,985.197556224477,6215.33115481016,1055.90948021177,7621.96072405685,115.595643404315,752.416836580788,762.854597632861,1004.24699314343,447.170593898058,1322.91252001392,225.328455497195,575.932229355143,566.356644778127,1901.81726506541,864.649139610419,1377.46192840742,300.663813809963,1181.49328902585,8765.34763018929,2608.05575962237,59998.7859876317,21788.7800889462,1922.15611815196,9498.76736906468 -7513,354.419518686999,1245.64979173377,407.086233648305,1121.12283084549,615.257437234396,4442.45472997765,115.944802185753,401.876233442934,3229.33788902552,10744.9719343456,954.354773994359,3157.15988226531,309.146864815106,2466.77556089117,1042.48128496727,5994.95105757788,1120.08532757416,7351.70506050009,122.298938224402,725.738017468061,833.667926243205,968.638906545685,470.007219665079,1276.00535086577,239.548744995386,555.511112998976,602.908271862052,1834.38358158923,903.806552491938,1328.62057367425,317.367818139537,1139.60049209687,9082.57847025418,2719.51860031774,63320.1891598186,23195.645020509,1990.58238773018,10139.9559263257 -7514,360.843402992183,1230.83922484047,415.722005942597,1107.79286861049,657.19455545162,4389.63468907578,117.162781081137,397.097992497742,3458.01718221192,10617.2160220047,1021.37528173653,3119.62178131637,331.793462688184,2437.44601361571,1088.31147215267,5923.67209598731,1162.53674766214,7264.29452159832,126.798365320581,717.109114283516,798.59828843599,957.121952570301,498.351086884456,1260.83386147075,247.353460637066,548.906179129409,620.612680451762,1812.57306877625,970.549516177062,1312.82349811353,333.203515327773,1126.05083357179,9948.65191075598,2935.86237386923,66387.4572755086,23821.9577846945,2183.42005654155,10352.2045870152 -7515,404.834397165747,1252.59224619258,465.588144119948,1127.371251748,748.442307312219,4467.21412852842,130.401770983847,404.116034282041,3941.18622291045,10804.8575288445,1163.88759406118,3174.75587019649,378.471198282476,2480.52378860755,1230.83237902276,6028.36307673147,1315.14126563991,7392.67875785538,142.78665739259,729.78281655103,876.818515042946,974.037479676238,567.07490734664,1283.11698777719,279.423157337738,558.60717629779,698.749005303911,1844.60726127809,1108.15173690036,1336.02545415269,378.13797130704,1145.95189565358,11417.736710689,3355.57233796311,75189.210818739,26810.4977905676,2506.8896945477,11635.3059434583 -7516,505.825879321799,1315.04540459986,576.870270782364,1183.58100043777,887.18713906628,4689.94553410455,163.164564306811,424.264907772719,4659.95530768944,11343.578314374,1376.92253969221,3333.04643272273,446.824735306862,2604.20054421084,1496.69323722744,6328.93200912915,1613.19209643316,7761.27128181668,174.214098319032,766.169152155062,1166.45209800064,1022.60214004177,679.224042096425,1347.09208321331,344.729382955059,586.458843570051,862.699184827831,1936.57777270189,1308.79667210131,1402.63851963987,457.917770803983,1203.08805906503,13192.7999624913,3937.73797060858,90949.0171797894,33165.833184032,2892.56503217042,14498.4340108546 -7517,674.234833788464,1444.31968191218,757.402601102665,1299.93179557913,1079.1546780515,5150.98613196892,216.654606904484,465.971862642453,5641.60205377386,12458.6979015739,1668.72296351451,3660.69836575218,539.579386821498,2860.20398116566,1906.48137667434,6951.09160056009,2085.10897212419,8524.23561177229,222.949736994413,841.486675867468,1705.04055298617,1123.12806269778,842.193344508615,1479.51667853254,449.898376733557,644.110117747163,1127.65447093696,2126.95119338338,1581.43885615733,1540.52355412052,578.957367834666,1321.35647689661,15278.3171945658,4700.41738092144,114742.291584095,43471.917524503,3340.44606940971,19232.7260231014 -7518,699.580323923749,1732.9232760069,785.498138039256,1559.68383869014,1134.09595033659,6180.25488004144,224.061095549565,559.082242560267,5933.16658286767,14948.1917699771,1754.67916929634,4392.17818873292,567.852616029321,3431.72921837323,1990.77563156827,8340.05696877225,2176.20870199248,10227.5462190269,232.170462096697,1009.63233093231,1745.23460258183,1347.55122855402,883.753567206517,1775.15332760338,468.978232360335,772.816038813399,1173.22146934553,2551.95804371016,1665.23153254313,1848.35058166481,605.974944193945,1585.38959441794,16181.4234331269,4956.08692979206,119967.037385565,45212.6095355724,3539.50430818273,19978.6660912026 -7519,679.877627256688,1943.56889851338,760.622632508157,1749.27132802852,1103.76691783554,6931.49623877883,216.368007105869,627.041527686725,5775.63013662625,16765.2203737989,1708.01478619019,4926.06974731186,553.229453989617,3848.87332826343,1936.87275685932,9353.83323702959,2120.3664708788,11470.7563887149,225.134235077646,1132.35826680984,1686.39314438443,1511.3529221017,861.411364752858,1990.93222728963,456.903535948573,866.755752032529,1140.7239107672,2862.16150059166,1623.53531103704,2073.02697921552,590.546624152725,1778.10174887696,15781.4413790507,4830.40977670752,116680.994325086,43937.5921747534,3452.41632871954,19421.9458871066 -7520,651.764604097882,2019.38628182403,726.762816592306,1817.50928701876,1041.65977675765,7201.88948681537,207.07295069659,651.502017815315,5446.19933216524,17419.220929344,1610.88473984787,5118.23258678342,521.526890863899,3999.01542235966,1842.8335404847,9718.72030663553,2025.49170301331,11918.2232804991,214.223567780405,1176.53084068946,1639.21955131445,1570.3098357981,816.636878514541,2068.59722385209,437.213583880374,900.56734118629,1090.04531647732,2973.81259551983,1531.66708609697,2153.89443969851,561.870008074267,1847.46436419925,14765.2571080643,4545.0850152522,110843.345448832,42015.7149232217,3228.47581009989,18615.760135323 -7521,614.399516660913,2039.89544676397,683.782270827358,1835.96816142176,978.607199077487,7275.03286740269,194.611989462809,658.118761953046,5115.99151200269,17596.132933937,1513.25117047914,5170.21406118884,490.109069663591,4039.62997324213,1734.78467415887,9817.42496733761,1908.00222192573,12039.266396049,201.451649778558,1188.47984979475,1545.84168784291,1586.25811856057,768.21000625432,2089.60618189055,411.980791812248,909.713627018848,1026.94995047632,3004.01504542797,1439.55948493213,2175.76968799776,528.896152985787,1866.22746648782,13855.8446940145,4269.38318003184,104261.394029332,39566.0144094473,3029.41757132687,17539.9669162269 -7522,581.115041018248,2071.71502666048,644.158175932247,1864.60675448911,908.379917983836,7388.51343325292,183.669054460224,668.384514818263,4744.14816263699,17870.6085491697,1403.57347609553,5250.86233150243,454.348254221481,4102.64267758923,1626.2495740172,9970.56337382888,1795.14255002188,12227.0624909872,188.851040286362,1207.01851048735,1485.43163201911,1611.00157637852,716.523829788186,2122.2011812874,388.367623680365,923.90391578281,967.654086786631,3050.87357285885,1335.13844424907,2209.70872028173,495.353270180119,1895.33806334179,12725.7600330349,3948.15142928085,97534.8957134339,37299.2800127872,2780.5947728606,16576.9289072073 -7523,561.412344351187,2100.38157636115,623.983199504839,1890.40752414705,879.48229231721,7490.74910988931,178.142168554542,677.633025190889,4593.43112070182,18117.886133955,1358.96980421059,5323.51909368271,439.725092181778,4159.41139756651,1572.34669930825,10108.52716075,1733.21037631914,12396.2497054836,182.936242604015,1223.7201589647,1435.97555274098,1633.29318316942,692.597015897068,2151.5663134872,374.87301885906,936.688076335589,935.156528208309,3093.08884753772,1291.52339394782,2240.28470396616,478.550424278315,1921.56406551542,12326.811093304,3821.67613286616,94350.8566794766,36054.3745845844,2693.5067933974,16014.0963838953 -7524,543.696089870688,2079.23602016,602.589918133326,1871.37587818576,839.948521398729,7415.33611918582,172.277204206386,670.810966104484,4383.65600903107,17935.4846199618,1297.12438407924,5269.92465472443,419.534733355009,4117.53659326388,1512.74997907956,10006.7597335386,1669.88930014327,12271.4506700222,176.022648324777,1211.40037684172,1406.79278650287,1616.85003151242,663.286822383718,2129.90545580572,361.662256855692,927.257984877912,903.135596751839,3061.94922757682,1231.97699299381,2217.73067538038,459.618352512373,1902.21875159781,11677.6465585329,3638.77071904747,90617.1540034307,34819.9789720368,2550.4336842793,15490.5181873201 -7525,534.646048023937,2060.92529571817,593.285851436904,1854.89566732931,826.215411982628,7350.03320263115,169.63410583899,664.903491131079,4311.7071902166,17777.5363575123,1275.85290374738,5223.51523451131,412.432791801323,4081.27564106442,1487.38218248721,9918.63552913861,1643.99816544945,12163.3825384866,173.252154373054,1200.7322187904,1386.75743632344,1602.61129425329,652.643924969374,2111.1485126255,356.098211452992,919.092117567533,888.055375302173,3034.98427120947,1211.76849183915,2198.20030225806,452.362367778625,1885.46692397898,11478.7314202816,3578.01039216741,89160.5587433898,34271.5075840466,2506.8896945477,15248.7700559717 -7526,533.481127973973,2032.72157781124,590.655258526772,1829.51146041175,820.00381441277,7249.44815790184,168.948983929245,655.804301297195,4278.38718438691,17534.2511586023,1266.05287066771,5152.03154198601,409.422736815759,4025.42347256508,1480.80450253078,9782.89921736317,1638.19314658923,11996.9269126459,172.309831735901,1184.30022445713,1386.03481212865,1580.67959350145,648.901457616473,2082.25749108608,355.014812208391,906.514361902049,885.280895099842,2993.45057738029,1203.05333368649,2168.11797886836,450.245152772585,1859.6643500782,11366.4076544491,3549.24607618492,88672.0091989734,34148.3183638521,2482.00741470107,15205.5319171429 -7527,548.194178938768,2019.24164566091,607.948095464551,1817.37911005753,843.887098848568,7201.37365996638,173.892619709165,651.45535475091,4403.35168433224,17417.9732981688,1303.00891105118,5117.86599940487,421.38785429877,3998.7289975918,1522.70851306983,9718.02421474448,1684.02793525221,11917.3696517991,177.37965832077,1176.44657305422,1422.61574075035,1570.1973642063,667.523713049981,2068.44906301322,364.891249186721,900.502839111556,909.964145459773,2973.59959969652,1238.1533425219,2153.74016954706,463.011251806769,1847.3320417409,11707.6910864246,3653.72323272476,91200.5035353631,35101.038434494,2556.65425424095,15626.0432924322 -7528,567.607341403055,2030.60991564392,628.065508334383,1827.61090001145,858.444152308894,7241.91717797027,180.252409936299,655.123028885208,4474.56692169707,17516.0359661194,1324.39461736077,5146.6794316868,427.819409246446,4021.24172207488,1563.21291095801,9772.73639999089,1732.60501410032,11984.4640859794,182.336536986163,1183.06993202258,1498.06008420193,1579.03752833489,681.279532507366,2080.09436928203,376.082261880584,905.57264312312,938.812494789082,2990.340876375,1256.90213756195,2165.86566219094,474.378803264176,1857.73246580303,11772.7862561871,3699.86653532999,93471.0944376963,36240.0190709521,2569.09539416427,16165.0031975444 -7529,590.952956940827,2135.67238489003,653.444107024479,1922.17032892837,884.947265297461,7616.60938001839,187.741754812031,689.018678928286,4610.14903595255,18422.3045585392,1364.69348608928,5412.96536151775,440.690353097581,4229.29821855008,1620.03995028329,10278.3715835701,1798.88207325794,12604.5326573796,189.178060925863,1244.28122001617,1571.82121640334,1660.73592864361,704.104898108013,2187.7171327769,390.859981473191,952.426397374621,975.546920202045,3145.05921687907,1295.00007770248,2277.92617798576,491.355310594248,1953.85036543125,12062.3777223673,3805.89892482934,96767.681038145,37669.5891131175,2631.30109378084,16823.427685154 -7530,606.797279894813,2128.46958702112,667.797240915052,1915.68759101087,891.861314353505,7590.92149914359,192.212977274968,686.694885116402,4641.22486318144,18360.1732424472,1374.21844809798,5394.70952057218,443.482934661196,4215.03442958551,1649.21574592866,10243.706607115,1837.59417151977,12562.0224383004,192.444997396301,1240.08474017064,1637.15755674085,1655.13490795697,713.061842587525,2180.33880808009,400.020989316093,949.21423109208,998.115115810536,3134.45214718749,1303.7544953931,2270.24361303039,499.689296471892,1947.26078298974,12014.0077059316,3819.77381249812,98305.836708041,38558.0803214183,2618.85995385752,17261.4426684935 -7531,616.049344172976,2070.23975575439,676.134549246868,1863.27896564711,892.329615344296,7383.25206343753,194.897503757689,667.90855735495,4639.72874411423,17857.8828660871,1374.03506738399,5247.12318575608,443.198192735787,4099.72118051919,1663.22539587988,9963.46332296594,1858.17890387883,12218.3555842323,194.119343211457,1206.15899107048,1680.23336750267,1609.85438010649,716.186024796942,2120.68995912637,405.090526512839,923.246002629002,1010.53188752165,3048.70104190633,1303.35426201948,2208.13518389085,503.528360195053,1893.98839069565,11906.8788192797,3809.17469048168,98982.5526137045,39052.4910104913,2593.9776740109,17514.6502061526 -7532,599.572089102851,1937.72566710952,654.460939517069,1744.01224142468,848.492789301857,6910.6570822513,188.82879584157,625.156362335034,4405.72616568879,16714.8166745754,1305.13722913459,4911.25979358853,420.626697321952,3837.30190544514,1601.80191798114,9325.71145953106,1799.20271315784,11436.2701999269,186.824140963418,1128.95389488863,1662.84181562879,1506.80912390474,685.77438299312,1984.94660068162,393.162879280774,864.14989924613,979.24214938133,2853.55657180526,1238.29075090475,2066.79453931835,484.769949857379,1772.75598522215,11146.8530931793,3603.19995313321,95098.5739444732,37876.2505783205,2426.02228504616,17040.0858417337 -7533,538.262102072742,1817.4476513969,584.351615180136,1635.75835629656,744.718018984871,6481.7005301283,168.679228676491,586.351815309581,3861.94502385159,15677.2988170466,1144.37612251068,4606.40932241571,368.741609325248,3599.11387567843,1423.98422492676,8746.84826516876,1608.09978971486,10726.400939201,165.927645995853,1058.87775531269,1512.48636125871,1413.27885047275,606.475226114841,1861.73749916745,352.184556610906,810.510606066601,875.580350389321,2676.43133266219,1086.83686547271,1938.50499333442,430.944491141378,1662.7179257257,9641.15276513444,3148.41156550612,84309.711821385,33878.185610764,2096.33207707835,15288.2792364929 -7534,459.121349902086,1708.91395632434,503.457726448581,1538.07471819109,646.096751698121,6094.62863380824,146.081341687183,551.336265299576,3352.96552882733,14741.0874394792,993.392513345713,4331.32540217503,319.631136551993,3384.18326812334,1222.68458174675,8224.50707876476,1371.5537470311,10085.8455274033,143.323725823094,995.644068595006,1285.90663243037,1328.88116468972,521.489689129338,1750.55891865401,299.868172067479,762.108820791356,748.873728666968,2516.60115437972,940.001474609259,1822.74203879678,369.081571264422,1563.42432560264,8434.89505597637,2734.69558912687,72606.5733808076,28993.8686164416,1835.06813868876,13042.9923897519 -7535,369.577045814255,1559.41978359243,416.314601182961,1403.5254000438,579.392754787623,5561.4762990476,119.887650175449,503.105891515668,3024.92949684573,13451.551085833,895.004433374382,3952.42516238556,288.764832862337,3088.13812426517,1033.95866974747,7505.03499690981,1132.79954544883,9203.54532273766,121.668039846951,908.546069413008,958.559613359902,1212.63190027292,453.22753548852,1597.42168409978,244.943841495758,695.440263679829,615.331800904921,2296.45127130465,845.837636266407,1663.29029332699,312.974492264747,1426.65744783214,8086.91280996816,2507.93773436842,62153.1052608176,23761.9064424895,1766.64186911054,10533.6063093263 -7536,317.797716318323,1452.88204063432,359.347209951564,1307.63817975948,547.021411888393,5181.52271717716,105.168090307075,468.734283104025,2762.20006847488,12532.5567861269,816.0766064116,3682.40007969656,256.599186849769,2877.16012516336,880.210463291397,6992.29974896364,992.348670274544,8574.76982802235,99.4332288881062,846.475260367773,757.987194107707,1129.78630151024,434.024829924035,1488.28769556958,208.513888101428,647.928595023195,564.092613295415,2139.560395716,795.532111684044,1549.65623814848,274.0695538342,1329.18987299077,7821.64056361344,2373.93151180116,55096.5053419126,20122.4931195277,1727.9686093396,8839.64568451266 -7537,340.622391747919,1390.34210389625,383.292144572416,1251.35032792346,574.66629387366,4958.48182749995,112.607831802158,448.557412861007,2899.29852084499,11993.0874509368,856.768870335545,3523.88957327724,269.277786784983,2753.31152136725,934.316429506541,6691.31317763617,1055.45963383459,8205.66514671328,105.541373303517,810.038366144326,828.635200499294,1081.15416080793,457.58861709151,1424.22370707928,222.246751669408,620.038228007684,601.854700170769,2047.46209175669,834.480585696078,1482.9506141618,290.18967929421,1271.97431918474,8135.94675638422,2484.6465836905,58327.7131960602,21477.5234853594,1796.40300970948,9458.70828939293 -7538,346.212972248266,1364.97322055455,390.5714267731,1228.51755863616,612.613684389809,4868.00686692639,113.594430737691,440.372808045376,3097.6791341278,11774.2555277742,914.871585012101,3459.59090660882,288.324692475358,2703.07321052765,972.82809581271,6569.22010217617,1093.28896709343,8055.94044135865,109.063436540906,795.257997517477,793.542021409884,1061.42687663588,484.384252220693,1398.2366029154,228.997997710562,608.724697740824,618.732299560422,2010.10306565315,894.359843028292,1455.89194922837,303.961972626604,1248.76523414977,8898.05045000365,2676.59101035046,61012.2677249143,22007.2912770256,1967.48901063419,9636.48519680122 -7539,388.709644301867,1385.74272609867,437.743427828094,1247.21074752873,698.799059373299,4942.07871983082,126.526263898563,447.073544250632,3536.08412439171,11953.4132297564,1044.15498393092,3512.23222691691,329.401848103496,2744.20331710175,1101.24963080926,6669.1777066757,1238.04504508413,8178.52006207228,122.888656135986,807.358685750561,871.365230895765,1077.57760477251,552.030371180447,1419.51224586496,258.908044716516,617.987085305783,697.400872675213,2040.68890143193,1022.90132426646,1478.04487901174,345.346754644962,1267.76651275612,10234.5238662269,3064.60618102218,69181.0966653899,24786.8609552234,2264.0380789037,10838.323961108 -7540,488.509805127824,1439.63352578381,546.15378703,1295.71411203815,836.180115258376,5134.2735401987,159.288599964806,464.459997279737,4222.18889824265,12418.2751307329,1247.43163780283,3648.82107549876,392.809350673343,2850.92392870734,1350.45582037671,6928.53849066982,1529.56965107453,8496.57836978351,151.280632823101,838.756436854288,1160.29952719378,1119.48402632559,666.749180528374,1474.71632426405,321.657395689254,642.020275302012,866.328541590293,2120.05021052311,1219.7436233751,1535.52526047095,421.713971844895,1317.06928007341,11952.1395750662,3633.15998007007,84391.6903728497,30879.2688338867,2640.42728093806,13592.2278901679 -7541,655.751703286097,1552.47732913361,723.314369286168,1397.27697914128,1030.25652518275,5536.71690049683,213.063503017102,500.866090676561,5181.46972349989,13391.665491334,1532.40059576898,3934.82917445438,481.038786910952,3074.3898965488,1739.50412269705,7471.62297775622,1995.16803805616,9162.57162538237,195.917694859555,904.50127033004,1697.70606237483,1207.23332714237,835.851146265339,1590.31004718836,423.524632422324,692.344200381015,1140.78589769026,2286.22759161579,1493.42148812283,1655.88541284855,539.102523160498,1420.30604427544,14055.0846789093,4399.59695380724,107662.649313081,40837.2986001246,3096.6566167373,18175.129665532 -7542,680.223791652343,1817.79477594369,749.858599235272,1636.0707789832,1082.13028662423,6482.93850656033,220.294130143373,586.463805939951,5445.86819931591,15680.293112504,1610.33096547763,4607.28912643488,505.904229260046,3599.80129067603,1815.37531092513,8748.51887490405,2081.54818190842,10728.4496348329,203.870382956034,1059.07999632944,1737.69394758192,1413.54878054753,876.756514042684,1862.09308288131,441.309856556296,810.665410044903,1186.66728849008,2676.94251933248,1571.67984218239,1938.87523930366,563.972827584907,1663.0354975721,14876.647979337,4635.86913156324,112508.341533534,42454.8430892429,3279.14835105699,18873.3447248182 -7543,670.579766973378,2000.58380228411,738.544285332914,1800.58648156525,1082.6618508674,7134.83278699352,216.09417155034,645.435890957641,5452.84977827108,17257.0307886694,1612.0710620151,5070.57678939599,507.068695258156,3961.78064150791,1802.84741934701,9628.22942761723,2065.3194709533,11807.2528577519,201.721637566092,1165.57617725569,1682.72849993973,1555.68870123624,875.745092124912,2049.33654186772,437.188770201579,892.182170325526,1173.83248828282,2946.12346492302,1576.21827059332,2133.83955644111,561.464817180246,1830.26264740972,15023.7293189157,4656.51207193212,111871.205615177,41946.1692893174,3313.36555124193,18620.2777001241 -7544,636.826354225716,2056.70197138353,697.867061683846,1851.09454652871,1003.5282553871,7334.97124276801,204.678110257473,663.540946307106,5048.61731576631,17741.1059725466,1492.9915067019,5212.81101391288,469.318489562682,4072.91214008403,1692.72794809037,9898.30989439406,1949.61045141923,12138.4568851536,189.473884792683,1198.27163392129,1633.28491466173,1599.32716392016,816.986944384133,2106.82226901739,413.828000007339,917.208680009676,1108.8971151936,3028.76486919889,1459.95963767634,2193.69566890322,526.864547015264,1881.60315542864,13741.5581487682,4296.83947537405,104758.554346565,39682.5130763119,3028.22221636741,17677.0290494885 -7545,597.8224670493,2062.2848593773,653.340872498436,1856.11931611757,935.082216384134,7354.88191697151,191.481690630364,665.34211868602,4702.9314798556,17789.263950177,1390.8654804607,5226.96111462183,437.347105176426,4083.96800165413,1583.93994346795,9925.17871459111,1826.79888775274,12171.4065522176,177.124461882654,1201.52432507994,1539.2924502234,1603.66851456104,762.994242665753,2112.54120784001,388.055168769101,919.698429812349,1039.43603745315,3036.98640798258,1360.70298450922,2199.65042432346,492.85580505119,1886.71074019865,12760.7899230598,4000.1664649626,97899.7384154505,37189.1921756657,2811.51328186278,16584.388036476 -7546,568.978749030084,2086.81486307413,620.168914638062,1878.19706812117,878.995106048846,7442.36511784585,181.956494265203,673.256080987012,4418.26220668261,18000.8596996572,1306.8708078066,5289.13360009677,410.818187861,4132.54506884383,1498.91772336992,10043.2345056975,1732.72152792005,12316.1802707288,167.627792659552,1215.8159473076,1480.44460890352,1622.74347135558,719.472505779136,2137.66898948587,368.564951677659,930.63785255052,986.688046640542,3073.11007318638,1278.43689323122,2225.81433315255,466.102969433617,1909.15236421653,11911.5906903596,3751.29961489032,92508.3621957022,35321.278811524,2623.31868084559,15777.7238441737 -7547,546.110232406006,2112.09696808504,596.051112089186,1900.95173426221,839.923243477687,7532.53059431832,175.212341994868,681.412689050304,4220.69827606695,18218.9430731593,1248.52187213295,5353.21232287211,392.237827236235,4182.61153149061,1435.39510447,10164.9099422277,1658.95116182073,12465.3928187357,160.849125642203,1230.54575731503,1429.79680711304,1642.40327519086,687.499016378186,2163.56720059557,353.030142890738,941.91268307413,946.040968678693,3110.34130675443,1220.13829161573,2252.78043958648,445.82342945334,1932.28205885693,11344.1432432709,3578.98407962667,88566.1106406543,33882.4584205585,2497.8556135008,15139.0735197247 -7548,532.314457675197,2082.88080825984,580.149844397062,1874.65629871763,812.840597519925,7428.33480167376,170.651377167186,671.986861386596,4083.19148236326,17966.9245528381,1207.95271870755,5279.16254714375,379.42178502691,4124.75441184258,1394.52759371258,10024.301041231,1611.86033946724,12292.9618582357,156.285366703907,1213.5238960742,1402.0192911614,1619.68428202413,666.001980203676,2133.63906468121,343.240590567531,928.883417890807,920.750951527306,3067.31665869036,1179.78986490472,2221.61823710782,432.525577393407,1905.55323801585,10932.4656217586,3458.03457934751,85954.0513574567,32975.2983037141,2406.60974634096,14744.0850661114 -7549,524.021581055771,2068.24380083403,571.933309540311,1861.48254530055,801.309687001337,7376.13373898099,168.231776908396,667.264614851336,4025.25736776956,17840.6657640221,1190.81452388774,5242.06434109269,373.849127128858,4095.76856650933,1373.33844389177,9953.85737100409,1589.08154614878,12206.5756505897,154.070458624854,1204.99611176325,1382.26243466181,1608.30229090421,656.569879263073,2118.64536426883,338.392274360039,922.355884759066,906.568551592583,3045.76173508045,1163.05893968147,2206.00628153891,426.40658932079,1892.16236284694,10777.0313164918,3408.57039120161,84718.6703713991,32497.2009119208,2372.39254615601,14530.3469369356 -7550,521.495323343336,2040.21364239458,567.605657642578,1836.25454720091,791.065100726648,7276.16767246078,167.063799652763,658.221419427383,3972.52872363814,17598.8776886371,1175.31107526363,5171.02054346528,369.104580990528,4040.26009995221,1362.05572038302,9818.95635059228,1578.10928898667,12041.1443560048,152.661228979406,1188.66523630359,1381.00677412031,1586.50555300784,649.743170642386,2089.93213171206,336.323666476181,909.855529831408,900.790143029674,3004.48363045435,1148.41652564594,2176.10907814103,422.718569293648,1866.51857230234,10598.2060152009,3361.51941115413,83904.6898100557,32281.7870547544,2332.47247927358,14450.0651961654 -7551,529.601538071856,2026.56015077677,576.001659546008,1823.96598802877,794.642955444592,7227.47419631622,169.73389955274,653.816478471167,3988.34930569179,17481.1027046787,1180.1537586015,5136.41510598625,370.507674302417,4013.22192303671,1376.36002166014,9753.24605660997,1597.71732599774,11960.5627639022,154.473904367394,1180.71046602708,1415.0751167746,1575.88836085723,654.437267533977,2075.94591465656,340.897255312258,903.766606303089,912.718117028703,2984.37706356751,1152.94353619613,2161.54614882791,426.874937034579,1854.02748060887,10576.5466686096,3369.15262914572,84681.7848062728,32727.2645143046,2326.76961257609,14669.52483245 -7552,550.844562356525,2048.19746488192,598.357787221379,1843.44023111253,815.886887994699,7304.64098029383,176.812197211786,660.797190347094,4092.03048546172,17667.7461211007,1211.05530550795,5191.25592923056,379.852072858077,4056.07056154822,1422.82574488951,9857.38017194371,1653.54821307448,12088.2641071354,159.911121830375,1193.31675516727,1491.05308145788,1592.71391199888,673.274027441795,2098.11051401647,353.280676142656,913.416002562478,946.688386609333,3016.24086188994,1181.60732156582,2184.62469054159,440.484005310591,1873.8226862642,10763.741872715,3447.19118523568,87432.373266973,33974.0684640414,2366.68967945852,15248.6711167877 -7553,564.530734101129,2146.34640577948,610.822139130506,1931.77727350901,813.256317250708,7654.6769451582,180.984419756107,692.462371801845,4073.06602775587,18514.378635575,1205.87881098801,5440.01918576134,377.913713343524,4250.43611303798,1440.151623935,10329.7425493459,1681.79202993452,12667.5297002961,162.127242960905,1250.50009695103,1561.0475355642,1669.03623262264,675.835512604291,2198.65127161799,360.359245930952,957.186593429581,964.765926044482,3160.77812021698,1176.01892863065,2289.31117869114,445.10872076531,1963.61564580057,10541.8580651197,3415.71302922255,88214.5385601499,34667.3840170551,2315.36387918111,15613.7146345403 -7554,581.380208135587,2133.76320830046,626.464104930596,1920.45201172807,824.344257566655,7609.80053966295,185.8795299725,688.402733177011,4125.18215988692,18405.8360061348,1221.56692535993,5408.12646074744,382.643756588077,4225.51745273305,1472.75798895203,10269.1832705381,1724.59599976119,12593.2648810848,165.685217996294,1243.16889932836,1626.60893176562,1659.2513197781,687.8510522861,2185.76143097355,370.13670119441,951.574979247935,990.42710006908,3142.24770258869,1190.99991298018,2275.88983413333,454.755550588025,1952.10372797712,10574.7166086114,3450.20068091049,90041.8543643934,35612.7013844178,2321.0667458786,16071.402765285 -7555,590.881412118128,2079.58314190087,635.126007844715,1871.68829834699,826.370005919115,7416.57408561093,188.688747717426,670.922955829601,4132.30648200069,17938.4788912155,1223.90481423335,5270.80445163189,383.211486693354,4118.2240027049,1487.81768467124,10008.4303297699,1746.36298173451,12273.4993490939,167.430921994187,1211.6026162237,1669.65880228292,1617.11995940528,692.011996245418,2130.26103664529,375.336535268542,927.412787604888,1003.89246542714,3062.46041011503,1192.99807265902,2218.10091835682,459.029005257402,1902.53632087719,10502.9571973147,3448.03854884483,90816.94018214,36118.5328837063,2303.95814578613,16327.0249641723 -7556,575.954368928905,1951.8998427416,615.914175756283,1756.76943210138,787.948973415989,6961.20751303699,183.098923479062,629.729288331552,3935.49780654399,16837.0830775161,1165.96900514783,4947.1849299846,364.81553513909,3865.37119930045,1436.42284484716,9393.92765461229,1694.35959760851,11519.9248189171,161.558794846078,1137.21202505549,1652.72058299202,1517.8312089856,664.199450803784,1999.46619043362,365.001560555753,870.471027490576,974.361431071874,2874.42991456547,1136.69763072238,2081.91283459253,443.022919946503,1785.7234321182,9862.7173436032,3271.77557187552,87468.6130515702,35099.4404286137,2161.38647834887,15912.5614573338 -7557,514.246706422075,1834.45666440012,546.253096520573,1651.06698712892,682.441484302157,6542.36105507666,162.546408104395,591.839327229605,3403.06732227576,15824.0185199384,1008.64042512586,4649.51949178036,315.482474369456,3632.79703275007,1266.28874352611,8828.70771006945,1503.42022373519,10826.7864952375,142.329843483065,1068.78751282075,1502.21221823946,1426.50535431532,580.855117188403,1879.16100916928,324.861555804982,818.095960960997,865.065205762022,2701.4793472801,984.109726173573,1956.64695005767,390.34295076916,1678.27886405458,8364.96864754115,2816.06498170061,76815.033576335,31195.0263364562,1830.62020989442,14198.327814687 -7558,440.78592650014,1715.88533689342,473.534155661935,1544.3491734757,599.137126292076,6119.49119372605,141.576101593492,553.585398389463,2990.81253933967,14801.2225505317,886.212062015175,4348.99470473724,276.810223321482,3397.98877857065,1095.53037689032,8258.05831089495,1290.57854561661,10126.9899438745,123.871063106148,999.705720551112,1277.99386178509,1334.30223126586,504.425306508549,1757.70018658349,278.192436008746,765.217784004587,744.549614639885,2526.86743158042,861.518043906056,1830.17777210839,336.963506800472,1569.80219262421,7445.976611372,2478.96020931083,66716.2821399891,26851.3627913374,1631.01987548226,12172.9767166761 -7559,357.955466179109,1570.32522178171,395.676661636187,1413.34062725734,548.546267782019,5600.36918514442,117.364699376376,506.624245111224,2754.95289134472,13545.6213679083,815.057412708613,3980.06552501251,255.275524236883,3109.73429727032,937.962272589648,7557.5197070105,1078.1962170741,9267.90816826222,106.349477840075,914.89977423729,953.83845034933,1221.11215836244,446.452777855212,1608.5928797082,229.486967154649,700.303662804099,619.223631419174,2312.51096713344,791.930460566979,1674.92212567614,289.632102103888,1436.63444362141,7358.45624435887,2326.17437955325,57944.9601052464,22218.2332113617,1619.61414208728,9913.10045134107 -7560,289.507626532795,1454.41516656685,340.211320827193,1309.01803989105,508.759120158367,5186.99041973354,102.576263649106,469.22890597415,2330.49875968095,12545.7815265203,719.532912565994,3686.28586181667,224.846939870863,2880.19619325186,786.311460056655,6999.6782392838,921.071375731285,8583.81818956935,90.6037173434715,847.368487165695,692.802154122055,1130.97848685538,389.890716947715,1489.85818264102,189.845617464438,648.612309257162,521.450346286362,2141.81812582425,768.104156371814,1551.2914831985,250.410350885122,1330.59247513364,6925.82726220851,2098.87716409524,49504.9687693658,18163.0319110216,1527.68627023583,8098.66837635293 -7561,310.483926217594,1395.80928464306,363.016721951244,1256.27095745857,534.61383882115,4977.97984622841,109.859292435795,450.321255331549,2447.41105447349,12040.2473381493,755.71543432816,3537.74640835037,236.05128129932,2764.13824645701,835.159096232386,6717.6251324228,980.09242863271,8237.93192075342,96.217918292857,813.223644175649,757.503950789988,1085.40553548452,411.245082988371,1429.82411895537,202.459047499166,622.476376901365,556.637212816584,2055.51323636097,805.822854622441,1488.78195525656,265.266478442136,1276.97604752829,7204.22691173574,2197.58657816487,52434.2166293491,19399.0370388728,1588.18869677983,8669.97292308399 -7562,315.113212160954,1373.68021263391,369.513367092591,1236.35411725234,569.517913859807,4899.0592689767,110.744903331746,443.1818906661,2611.42321937445,11849.3620192985,806.119684678485,3481.65920082005,252.502144043775,2720.31577373663,868.264523555224,6611.12432896674,1014.08000681709,8107.32826974854,99.2860700874666,800.330848018246,725.078052782912,1068.19758485822,434.842248461142,1407.15577791702,208.326524642384,612.607675840265,571.532915438624,2022.92525967701,863.350685637245,1465.17890041498,277.526107957013,1256.73095013524,7878.79961758637,2365.18190674889,54778.3365202472,19843.6722700776,1739.44476313981,8822.26267997264 -7563,353.61107882895,1393.06123121453,413.971010853268,1253.79762549997,649.490328280759,4968.17925618067,123.316415267179,449.434667970888,2979.7143112319,12016.5426362663,919.7172206865,3530.7813334983,288.385007358043,2758.69624254666,982.382235386027,6704.39954854118,1147.96321055145,8221.71317417539,111.811315959466,811.622578723418,796.04228084925,1083.26860142343,495.409420401458,1427.00909750829,235.440616349331,621.250852497316,643.925965232906,2051.46636530292,987.339055058638,1485.8508582926,315.201433079271,1274.46195162409,9062.08928777791,2707.30094828907,62086.9549200958,22337.4324970463,2001.62194483045,9918.75461394162 -7564,445.074995461028,1444.58002532227,517.028965782232,1300.16611259411,777.699411929221,5151.91461429295,155.351494306164,466.05585561523,3562.37025161187,12460.9436231669,1099.87306494073,3661.35821876656,344.228889801214,2860.71954241386,1206.5374027943,6952.34455786156,1419.95129352601,8525.77213349621,137.832451639022,841.638356630031,1060.5231556161,1123.33051025386,599.053891114124,1479.78336631794,292.920436151837,644.22622073089,800.91799929737,2127.33458338609,1177.75264232432,1540.80123859745,385.38005907759,1321.59465578141,10583.2674505927,3212.52328665682,75833.8701269577,27876.5685643371,2334.38529082241,12454.7648099132 -7565,598.922371488888,1556.55602011103,685.903925832167,1400.94792550605,959.392115679012,5551.2630435179,208.01268817157,502.181973341382,4382.02667088149,13426.8482693283,1353.6552269803,3945.16681478595,422.310759263395,3082.46697831791,1558.26302003026,7491.25253411374,1855.89646317114,9186.64366657553,178.916241494543,906.877589198679,1552.78780467351,1210.40498806562,752.556839376446,1594.48813283189,386.608673012674,694.163137115463,1056.90188169483,2292.23400193512,1442.96160685811,1660.23577904474,493.72588272087,1424.03749293446,12446.1268243613,3897.05474397088,96960.0175150702,36973.3029617578,2737.7348011157,16688.5554776982 -7566,621.053085508912,1816.66662677846,710.875415531311,1635.05541030243,1007.49597725321,6478.91510317005,215.033589225455,586.099838201755,4603.87903636995,15670.561700675,1422.06624712119,4604.429777596,444.015272185057,3597.567203047,1625.58442944682,8743.08942027239,1935.72931528379,10721.7914071497,186.105847663146,1058.42271629455,1589.20928341644,1412.67151216835,789.158279152951,1860.93744155985,402.716419550301,810.162299618072,1099.06683426789,2675.28117091818,1518.43432392167,1937.67194588923,516.350532566215,1662.00339420535,13173.5068199308,4105.25641799384,101290.590306684,38422.0711700129,2899.07460523302,17324.8743566695 -7567,611.982000377777,1997.8068199394,699.90636484002,1798.08711269917,1007.74320530621,7124.92902557182,210.886033875566,644.539970440948,4607.63241037899,17233.076546029,1423.07648494936,5063.53839280118,444.888355742913,3956.28134931004,1613.59356716884,9614.86461725499,1919.99847873133,11790.8633754978,184.055978595775,1163.95825729555,1538.74795674114,1553.52927154763,787.968399312998,2046.49188652829,398.798428882816,890.943744755735,1086.76739601792,2942.03399222106,1522.6458940553,2130.87760365117,513.866776999151,1827.72208547363,13303.5873384414,4122.22543154412,100676.117049467,37942.387902625,2929.32581850502,17086.6503587607 -7568,581.568152354743,2056.5573352204,661.655185917579,1850.96436956748,934.411888828531,7334.45541591902,199.799621206584,663.494283242701,4268.88698115013,17739.8583413714,1318.65070680799,5212.44442653432,411.982174715747,4072.62571531618,1516.15884318154,9897.61380250301,1813.49468647496,12137.6032564535,172.988687671476,1198.18736628606,1493.79719593725,1599.21469232836,735.561802549771,2106.67410817852,377.751257311156,917.144177934942,1027.25073211184,3028.55187337558,1410.62372537993,2193.54139875177,482.510831658148,1881.4708329703,12168.4377145716,3805.81777383934,94335.029105138,35924.1409858631,2677.23237457171,16230.6498126679 -7569,546.051624051797,2066.68174879124,619.507640494263,1860.07665078689,870.757192486029,7370.56287505759,186.9283650859,666.760659730431,3977.26065308183,17827.1915070752,1228.61442101646,5238.10524434155,383.974885575209,4092.67521568989,1419.01884821552,9946.33966770734,1699.53484229903,12197.3565699267,161.738569533454,1204.08603209219,1407.89125506533,1607.08761211348,687.072254971277,2117.04524617934,354.293458441383,921.659270610682,963.063772715887,3043.46140746036,1314.79698786538,2204.34018365573,451.446707896994,1890.73329723921,11300.0016572212,3543.57347208351,88173.7612758254,33674.4128656866,2485.6413571824,15229.871881592 -7570,519.878900709292,2095.05902897156,588.185406097293,1885.61706904777,818.676913080964,7471.76690800292,177.653602359058,675.9158448795,3737.80600248318,18071.9738537139,1154.73402074986,5310.02883887643,360.782031509996,4148.87109168803,1343.35594487721,10082.9112843504,1612.47533630498,12364.8365435833,153.114941925218,1220.61914693384,1354.17965174242,1629.1542779027,648.085822300553,2146.11405957568,336.612924076805,934.314428265317,914.460627198729,3085.25069462468,1235.43371028477,2234.60763003005,427.078342353247,1916.69465706319,10548.1152359257,3324.01861695028,83344.657901468,31995.9216806294,2319.25968418641,14493.24519448 -7571,499.049809967011,2124.62231053763,565.379464778597,1912.22492475359,782.353491821699,7577.20066707259,171.082911300206,685.453662268325,3571.25312613857,18326.9866452886,1103.32075099072,5384.95841151225,344.502755711098,4207.41562077708,1286.62011394647,10225.1907815784,1543.97167692046,12539.316183155,146.948053021485,1237.84324755665,1307.90140498575,1652.14319896229,619.350104348305,2176.39777632961,322.461003253583,947.498496175617,876.891861036537,3128.78652522697,1179.13693689281,2266.14007548515,408.540235679528,1943.74104718364,10045.6653767501,3171.65697614939,79803.2585769894,30697.2905399506,2208.33856885576,13907.9683642126 -7572,486.535620736738,2102.5510935549,550.367877045586,1892.36015583693,757.208446269219,7498.48642256186,166.642422594967,678.332963009689,3455.61118706786,18136.6003837487,1067.64273893296,5329.01784035569,333.300196497943,4163.70771907516,1250.26202550739,10118.9684175795,1500.36207837408,12409.0539869422,142.804882408241,1224.9841587803,1282.55168069969,1634.98023740909,600.080644634724,2153.78870020166,313.572460132945,937.655596194676,853.595097971115,3096.28374769875,1140.20484130049,2242.59872930272,396.418782647014,1923.54887928733,9681.16320772143,3064.93198388438,77463.2747201691,29881.8333328599,2127.6686667971,13547.082307978 -7573,478.945135334862,2086.14954570264,542.573523459902,1877.59826218078,746.467316468585,7439.99234636264,164.27971069678,673.041433787558,3406.58655232456,17995.1206737035,1052.49648202652,5287.44732091288,328.398631288362,4131.22753269274,1231.23297488113,10040.0325262116,1479.16119002599,12312.2536317014,140.781164117752,1215.42832141678,1264.47875219491,1622.22610901546,591.583126221386,2136.98745882479,309.143752282186,930.341147010983,840.430238263792,3072.13030562177,1124.0359005614,2225.10470003284,390.811257115652,1908.54368912263,9543.51934537105,3021.07709345516,76349.6279494213,29448.4534055183,2097.41745352511,13350.694574379 -7574,476.730050042206,2058.64007127746,538.531796710149,1852.83889558569,736.996719710906,7341.88323448356,163.150780294248,664.166223403908,3362.5952628382,17757.8240173007,1038.94885453349,5217.72322220251,324.285692825336,4076.75018307543,1221.39542458334,9907.63740689869,1469.19951024677,12149.8953640041,139.5168945034,1199.40080584747,1263.38282670019,1600.83426404934,585.544314040475,2108.80759896452,307.315605863598,918.072996799453,835.220049675182,3031.61897686904,1109.95508460798,2195.76286259602,387.505656435101,1883.37625378061,9385.21449496007,2979.8693502379,75630.1098852452,29260.0654790358,2062.12437137444,13279.1550982163 -7575,484.278698481819,2050.56947045933,546.614439917689,1845.57510852781,740.453482284618,7313.10044254943,165.779619057347,661.562455731858,3377.06012074811,17688.2070351765,1043.49248792155,5197.26789254415,325.599773700376,4060.76787328661,1234.63300050802,9868.79594661746,1487.82506379575,12102.2634555258,141.216401800582,1194.69872836438,1294.63779953943,1594.55842472152,589.94049992356,2100.54032360592,311.585506999419,914.473824325133,846.496150962236,3019.73395289794,1114.43468351473,2187.15469169595,391.425837505596,1875.99274942417,9366.12159970587,2987.38492785517,76352.4475439841,29674.2416356559,2057.08250249578,13484.1378326839 -7576,503.879770417617,2079.66992303756,567.976232153882,1871.76640401865,760.417980789934,7416.88357971894,172.721288074233,670.950953487193,3466.32267096872,17939.2274650798,1071.17613449284,5271.02440263668,333.916345191289,4118.3958564543,1276.83915557544,10008.8479822037,1540.2582272106,12274.0115230019,146.240905899112,1211.65317647789,1364.26798021424,1617.18744192397,607.119820095755,2130.34993257376,323.012356713988,927.451488599464,878.277780897579,3062.58820678261,1142.26647566443,2218.19347984913,404.036411449336,1902.61571383879,9532.0065231753,3057.51944849711,78860.1559143971,30817.6102182454,2092.37558464644,14020.4673222969 -7577,516.761982004187,2171.83099917404,580.099791819209,1954.71418537546,758.29815508583,7745.56457121372,176.850035197899,700.684307431101,3453.14739983278,18734.2086733592,1067.30477457087,5504.61112517729,332.431568478344,4300.90356591449,1293.47675712699,10452.3925037204,1567.54765452934,12817.9373152349,148.375650879124,1265.34788033997,1428.53759436385,1688.85349494089,609.873379681014,2224.75690560268,329.724012567041,968.551725856759,895.619794883076,3198.307544632,1137.14485752452,2316.49326094286,408.571172909774,1986.93058982903,9335.7486177153,3031.62265115861,79623.5402891534,31473.7932367894,2046.99876473844,14364.7925910052 -7578,532.394649088763,2150.48295178332,595.110569260254,1935.50029116336,768.833261508966,7669.42942092026,181.661501861172,693.796919873478,3499.04422290188,18550.0604708801,1081.6091666205,5450.50346246668,336.722331640486,4258.62776582555,1323.39732089516,10349.6505451607,1608.01286082124,12691.9431962814,151.689789560847,1252.91012320071,1488.66162843138,1672.25288261899,620.977031003194,2202.88862217193,338.808829060412,959.031331244188,919.772282058333,3166.86972969205,1151.79705158649,2293.72325354648,417.597041596759,1967.40002395634,9364.98563528967,3063.43522196391,81306.4578859594,32347.6866094289,2052.04063361711,14790.8665258213 -7579,541.276688315116,2083.4014922741,603.481772186973,1875.12493022219,770.895877013225,7430.1917563149,184.432808169839,672.154846426898,3506.59904855032,17971.4159718204,1084.04905168105,5280.4822460608,337.33669811853,4125.78552878239,1337.48490322656,10026.80694233,1628.80438281266,12296.0348851233,153.341429841896,1213.82725596455,1528.17026159822,1620.08917495437,624.962560311822,2134.17243737771,343.689168875541,929.115622606935,932.564861519998,3068.08343456372,1153.87634623158,2222.17360306888,421.670867764739,1906.02959321843,9301.56029277629,3062.58112541844,82035.9105584558,32820.8348241493,2036.91502698111,15030.4649248552 -7580,527.880804578926,1951.06096309673,585.438686818655,1756.01441481767,735.323333539764,6958.21575333777,179.005856607635,629.458645816913,3341.94209026238,16829.8469038337,1033.30866459768,4945.05874879112,321.321486045352,3863.70995565056,1292.13927089641,9389.8903702587,1581.09224541956,11514.9738320737,148.042799035008,1136.7232786563,1512.83386611087,1517.17888160809,600.212371668202,1998.60686791561,334.417587867448,870.096919961888,905.574388040576,2873.19455366572,1099.65886748471,2081.01807848819,407.206587259002,1784.9559711011,8734.75080122316,2907.71651466457,79057.4706066502,31916.1829303595,1910.86830501446,14655.7912458988 -7581,471.650626967221,1834.08061654899,519.474970962197,1650.7285325856,637.176608913601,6541.01992728451,158.956422793384,591.718005253709,2892.55922064153,15820.7747321313,894.551858169451,4648.56638024188,278.084938255236,3632.05234057811,1140.11082232372,8826.89790086158,1403.84911839677,10824.5670970498,130.516982572545,1068.56842056563,1375.25161212052,1426.21293297687,525.335242362574,1878.77579731165,297.866769198795,817.928258319603,804.516471086711,2700.92556723004,952.327134960959,1956.24585424807,359.068967946328,1677.93483131034,7408.5310649975,2504.75015145454,69482.9229441098,28391.021245571,1618.43991005182,13085.019622847 -7582,404.070743913733,1716.86885270142,450.192818335186,1545.23436772063,559.216411694599,6122.99878027426,138.431159927976,553.902703968507,2540.56159606815,14809.7063553893,785.583665059385,4351.48747330928,243.858438599471,3399.9364469884,985.725105333466,8262.79168713959,1204.46723365346,10132.794559418,113.541636795615,1000.27873458554,1169.88040703833,1335.06703023517,455.907218532194,1758.70766994037,254.921908106965,765.656393608009,692.10834376678,2528.31578830348,833.495704241774,1831.22679836417,309.77127609495,1570.70197609964,6594.4702971097,2203.54796134177,60313.6240535674,24421.5732020115,1441.97449929851,11213.0200094632 -7583,327.167194806335,1571.54014927771,375.427760946462,1414.43409908436,511.036952666933,5604.70207263578,114.625144382408,507.01620960176,2331.81719303313,13556.1013293979,720.456831674597,3983.14481774448,224.242375576983,3112.14023309217,840.916390276844,7563.36680057196,1003.50871514289,9275.07855329325,97.1994203480409,915.607612891599,872.585513021374,1222.05690707839,402.21587156464,1609.83741408384,209.625504935926,700.845472974181,574.053335881094,2314.30010808324,765.32986165012,1676.21797759008,265.422875151099,1437.74593738274,6516.2429063316,2061.65047076911,52221.2431935711,20133.1749676527,1431.89076154118,9107.58162316354 -7584,266.236943886815,1460.40303413383,317.198966614457,1314.40730345612,452.951405231002,5208.34540311005,90.935123575954,471.160734390246,2209.50021160472,12597.432856919,639.677655294552,3701.46240291856,216.452787619503,2892.05404083801,777.71347191198,7028.49610867337,904.192704564569,8619.15800705734,88.5263595921506,850.857126722144,616.5106957169,1135.63475664414,346.164136792111,1495.9919700879,169.604994798551,651.282664118296,520.965474468038,2150.63605043396,714.231497282603,1557.67819324713,237.036684441366,1336.07056124679,6448.30604851082,1972.74260203373,46546.7738877003,17219.3377493848,1455.27044934279,7722.87941948524 -7585,285.614741327879,1401.97071448344,338.540626678577,1261.81643236696,476.09741593862,4999.95381782095,97.4402471936129,452.30907906283,2320.52610970575,12093.3958162767,672.018017162742,3553.36285146185,227.248073966813,2776.33980154195,825.984966161674,6747.27830668003,962.120346977239,8274.29608605735,94.0118627116478,816.813404240474,674.175934054378,1090.19677031067,365.244933935473,1436.13569825919,180.946985143899,625.22413375165,556.062007351099,2064.58675430583,749.400871414393,1495.35378828981,251.136188146546,1282.61291956464,6707.60659552376,2065.69921448138,49308.6878878133,18393.9972709001,1512.90492258409,8267.55061860687 -7586,289.650604043652,1376.42826886835,344.368110681695,1238.82745173634,506.827374940528,4908.85986903137,98.0853751545292,444.068478932013,2475.52498955513,11873.0667453854,716.358084905592,3488.62428278384,243.061446049553,2725.75778320356,858.834573517661,6624.34992635238,995.515166290815,8123.54703288677,97.0095972569122,801.93191510525,645.081102988511,1070.33452110123,385.887726627507,1409.97080223838,186.002736100793,613.833201495639,571.089461022611,2026.97213486713,802.649838708108,1468.11000037175,262.647686345303,1259.24504860647,7335.40682678534,2222.77484684365,51493.7917358498,18808.964655805,1656.99110568733,8413.4577984562 -7587,324.950994457683,1395.63572517558,385.700892142771,1256.11474864066,577.863446297214,4977.36086801932,109.154191075384,450.265260921617,2824.45834020518,12038.7502146244,817.125221020309,3537.3065134525,277.593842941124,2763.79454451478,971.753872669316,6716.78984105918,1126.95766677182,8236.90758949767,109.247628606704,813.122525302046,708.117018528839,1085.27057262906,439.53203927345,1429.64632997273,210.147314689538,622.398976163539,643.482963908085,2055.2576471579,917.838835712365,1488.59683526474,298.271401909429,1276.81726417211,8436.9853976876,2544.1258937779,58357.3604216349,21170.523433842,1906.74048973296,9459.47657731677 -7588,409.324564940091,1444.34860802245,482.032498911535,1299.95782996121,692.397061533988,5151.08929333595,137.700022014502,465.981194893233,3377.42272545348,12458.9474181274,977.815640976471,3660.77168038321,331.38049595856,2860.2612638966,1193.33252690851,6951.23081353669,1393.92405497702,8524.40633088821,134.672228323112,841.503528740606,943.742687309881,1123.15055614337,531.936794216553,1479.5463095506,261.731059803024,644.12301766158,800.15695549685,2126.99379089521,1095.2017375182,1540.55440695369,364.818478136221,1321.38294036147,9853.57549191972,3019.5199621385,71306.2838150806,26430.7272241148,2223.7300925601,11877.3820526669 -7589,551.518470059503,1555.22538256215,640.152454724727,1399.75031109988,855.216762021522,5546.51749054457,184.771034487535,501.752678037222,4156.04741566532,13415.3701932171,1204.87243364366,3941.79424930646,406.622510695982,3079.83190045915,1540.87021301535,7484.84856163783,1821.77920918371,9178.7903719604,174.81425687092,906.102335782271,1382.5330376098,1209.37026120346,669.261809380866,1593.12506863544,346.057860037846,693.569724785064,1055.43386640966,2290.27446267384,1342.63191896302,1658.81650981251,467.692519170372,1422.82014017964,11588.7953538174,3664.36881578743,91233.8887193828,35078.843218761,2607.95991416876,15913.5318254797 -7590,571.792554527773,1815.50955150298,663.342247003237,1634.01400723958,897.918306797225,6474.78853841274,190.937587967659,585.726538212779,4366.20020887269,15660.5807722924,1265.520017838,4601.49711412609,427.508536258633,3595.27583268703,1607.49279385516,8737.52075266413,1900.15828745229,10714.9624603505,181.838991547825,1057.74858338652,1414.85659696039,1411.77175034358,701.664481324343,1859.75216922033,360.391501835652,809.646289276824,1097.61076725409,2673.57722499205,1412.73679213556,1936.43779964162,489.080383283436,1660.94482737373,12265.9273708739,3859.90169978587,95299.5510715671,36450.5038418591,2761.65184281222,16520.6738169071 -7591,563.314286067306,2007.3816205798,652.965553451402,1806.70472550654,897.919003838579,7159.07635869531,187.167434121613,647.629028732343,4369.44242120714,17315.6687519932,1266.1194006706,5087.80618994862,428.334652429115,3975.24244445643,1595.69844305209,9660.94535487978,1884.73357167336,11847.3729264072,179.836075666748,1169.53670870342,1369.79980612358,1560.97480277499,700.425198528932,2056.30001794026,356.780691964283,895.213731549606,1085.41244702174,2956.13414878858,1416.50807323599,2141.09016676809,486.673827882811,1836.48172850808,12386.8726089475,3875.57666675847,94710.5052662224,35992.0771359608,2790.46907943287,16294.0529118197 -7592,535.504962837143,2062.97910566496,617.45288991326,1856.74415896544,832.868841542349,7357.35785982866,177.427377657354,665.566099041506,4048.62639595849,17795.252516888,1173.6059199204,5228.72071554846,396.673803423334,4085.34282609274,1499.25244060416,9928.51992055768,1780.1575599493,12175.5039269212,169.022581658466,1201.92880547867,1329.96362065201,1604.20837252867,654.14089518868,2113.25237239344,338.125512361739,920.008036517628,1025.84596068843,3038.00877719108,1312.5368572267,2200.39091326914,457.066760986781,1887.34588132443,11330.1697378409,3578.51026579952,88762.9743946344,34084.3598822923,2550.32544092746,15477.542267141 -7593,502.850547473378,2072.26463678501,578.160648613298,1865.10142037575,776.200020727501,7390.47354926109,166.016745988659,668.561832109344,3772.14601851797,17875.3494847056,1093.56661035717,5252.2553450505,369.712871427299,4103.73107725999,1403.17113516869,9973.2084879044,1668.28521792486,12230.3062369908,158.030407049986,1207.33872325084,1253.5199779936,1611.42896275436,611.097857187084,2122.76418500196,317.173752427581,924.149020413355,961.713891673008,3051.68294624405,1223.4377657673,2210.29493907596,427.664215709575,1895.84088200922,10521.6143743168,3332.04279743184,82970.6716612596,31951.9587065516,2367.81627566335,14523.305514243 -7594,478.830929413174,2096.18717813678,549.005511691788,1886.63243772854,729.906953750235,7475.7903113932,157.823196309888,676.279812617696,3545.23090381423,18081.7052655429,1027.98681237188,5312.88818771531,347.391071921754,4151.10517931706,1328.31190597701,10088.3407389821,1582.81411484713,12371.4947712666,149.604516493174,1221.27642696873,1205.77468757386,1630.03154628188,576.555135071775,2147.26970089715,301.421383285824,934.817538692149,913.123482552501,3086.91204303898,1149.69734580662,2235.81092344449,404.618928298636,1917.72676042995,9821.62547738819,3125.78283646415,78434.5051622021,30362.2904355818,2209.32147424977,13820.7577877082 -7595,459.677846502247,2122.74206286422,527.758214080984,1910.53264446078,697.581743679909,7570.4949980911,152.011441018823,684.847049673083,3387.34521695568,18310.7676336416,982.298225449317,5380.19283248467,331.719731781706,4203.69214324756,1272.19561279996,10216.1416950269,1515.56664301641,12528.2191425363,143.57902666469,1236.74778137675,1164.60215476459,1650.6810857243,551.033394025643,2174.4717084186,288.772991806982,946.659979214673,875.588491121123,3126.0176125805,1097.34212839864,2264.13458745869,387.068230251825,1942.02087576139,9353.82912329979,2982.57856632064,75104.2548195624,29130.5630076675,2103.65827330739,13262.423036022 -7596,448.195088180631,2099.10879383871,513.786984633871,1889.26198103046,675.2333585065,7486.20988965696,148.089631066239,677.222395293541,3277.76272235923,18106.9071151546,950.632123170986,5320.29316457698,320.938087370516,4156.8908907262,1236.22283364465,10102.4016277313,1472.75354984251,12388.7378656606,139.530858163563,1222.97861292934,1142.07059836468,1632.30344538037,533.952084064755,2150.26251420115,280.848472537137,936.120465085348,852.296589834177,3091.21450743218,1061.1620668356,2238.92714339308,375.602354746051,1920.39964225735,9014.48730245899,2882.31937608392,72906.093624745,28358.0813144088,2026.81230898566,12918.2017759478 -7597,441.197621635062,2082.9097343701,506.510916470181,1874.68233309972,665.655578723805,7428.43796304079,145.990052424628,671.996193637376,3231.26196929424,17967.1740693917,937.146562599216,5279.23586177478,316.217707456591,4124.81169457352,1217.4100639906,10024.4402542076,1451.9427252253,12293.1325773516,137.553536836206,1213.54074894734,1125.97753264517,1619.70677546972,526.391626968661,2133.66869569927,276.882298699083,928.896317805224,839.15522512211,3067.35925620219,1046.11453596744,2221.64908994098,370.289475654255,1905.57970148071,8886.32188111549,2841.06243989886,71857.4557712588,27946.5231162762,1997.99507236501,12730.8115043451 -7598,439.201776066188,2057.19372648163,502.774836894928,1851.53714112578,657.274818110218,7336.72502603519,145.007977131329,663.699598191375,3189.62816509817,17745.3478507716,925.171877106074,5214.05739108719,312.262659193891,4073.88596873633,1207.66032276481,9900.67656901235,1442.15764599701,12141.3591763651,136.318264279637,1198.55813930374,1125.03766413468,1599.70956122289,521.090989646488,2107.32600782154,275.28588937179,917.427983560062,833.922782754718,3029.48904342835,1033.06958319502,2194.22017903831,367.178890510795,1882.05304459934,8738.97157555411,2802.41777137452,71184.8867513533,27769.650017667,1964.37496297426,12662.6905816961 -7599,446.221971174105,2042.20959731494,510.388539725408,1838.05096754746,660.467062850439,7283.28599691731,147.383280298425,658.865361930998,3203.50730995261,17616.094790702,929.367372547026,5176.07938812867,313.535938289913,4044.21271396207,1220.71558429616,9828.56230255413,1460.43049946516,12052.9242896474,137.978829329295,1189.82811561082,1152.93041479292,1588.05764221012,525.110757398708,2091.97672656959,279.171050624435,910.745647701344,845.13688139649,3007.42293728023,1037.32741124429,2178.23798049297,370.925071357615,1868.34460015105,8721.28369413491,2809.64218457578,71871.1789872387,28165.0563724151,1959.57209020415,12858.065958767 -7600,464.366409792756,2062.371640514,530.419476268838,1856.19742178923,678.424906205369,7355.19141107952,153.606188169989,665.370116343612,3288.39965487923,17790.0125240414,954.22823577933,5227.18106562662,321.554566110989,4084.13985540353,1262.40319034677,9925.59636702494,1511.886450149,12171.9187261256,142.888167001342,1201.57488533413,1215.02013985973,1603.73599707973,540.53109559611,2112.63010376847,289.480991217565,919.737130806924,876.810734140661,3037.11420465015,1063.3400512496,2199.74298581577,382.913006167359,1886.79013316025,8875.86850846869,2875.80270887823,74239.3475030813,29252.6703454116,1993.19219959491,13369.181420179 -7601,476.410954439716,2154.82198617082,541.910802354546,1939.40555454311,676.827680186448,7684.90404626536,157.374719210883,695.196795511077,3276.32657958914,18587.4889704674,951.181465240558,5461.50095581264,320.146076040333,4267.22040884285,1278.76397218368,10370.5330588197,1538.64707785699,12717.5517591984,144.974024544089,1255.43812283192,1272.41368335556,1675.62699109833,543.269993778376,2207.33339560085,295.654904395561,960.966370962363,894.006489056812,3173.2595300141,1058.81075457573,2298.3513042196,387.294782717538,1971.36965150016,8693.36376209728,2851.8670941375,74975.084167329,29881.6797313155,1949.96634466393,13697.2757812706 -7602,490.922216731502,2134.94921249211,556.023575481634,1921.51945169841,686.404879101349,7614.03027579421,161.707681743967,688.785366322019,3320.12548904209,18416.0664752746,964.167540118488,5411.13244596009,324.290903022145,4227.86611138053,1308.29253041875,10274.8911646269,1578.35108902266,12600.2645635601,148.212212981736,1243.8598867443,1326.05407477241,1660.17357723039,553.329809852562,2186.97633720542,303.892917077993,952.103890754925,918.047604250744,3143.99425015873,1072.59492615482,2277.15483620691,395.899697058592,1953.18876084061,8720.73312514091,2882.04411044936,76569.7542248822,30714.9197642904,1954.76921743404,14103.4106769795 -7603,499.19849922418,2067.98345742394,563.927731752248,1861.24822828558,688.399756151785,7375.20525665696,164.221658576381,667.180621878558,3327.5165788604,17838.4200424291,966.552469064509,5241.40448807831,324.893739826498,4095.25300526114,1322.17417202649,9952.60441370262,1598.74588605077,12205.0391288657,149.826015108188,1204.84443100069,1361.32202364005,1608.09984334813,557.029360212293,2118.37867648344,308.350266311976,922.239781775339,930.757116961112,3045.37834507774,1074.65597302331,2205.72859706198,399.804776831251,1891.92418396214,8661.80099064108,2881.46264935782,77265.4565663827,31167.275297329,1940.36059912371,14331.7536582187 -7604,486.97598271845,1938.15956998709,547.189828543687,1744.40276725757,656.872287789227,6912.20454278443,159.456446995817,625.296349717743,3171.61466422885,16718.5595196934,921.638038870569,4912.35954150079,309.486604860938,3838.16116863556,1277.27803172178,9327.79970819616,1551.89321124815,11438.8310529066,144.648897173764,1129.20669452479,1347.77370762888,1507.14653431629,535.207169525893,1985.39107744965,300.159224067117,864.343402967682,903.728187375369,2854.19555101105,1024.36180248382,2067.2573437871,386.1591585571,1773.15294746313,8134.17918178709,2736.1019321887,74474.0186533781,30313.1763225187,1820.28877987101,13974.3428722574 -7605,435.258113146479,1821.09244230266,485.680883819115,1639.03877935384,569.47466970806,6494.69922262316,141.676119764478,587.527711496946,2745.53909416301,15708.7387741266,798.257632952176,4615.64722194675,267.86340664639,3606.33169981371,1126.91554176827,8764.38958636521,1377.89856191226,10747.9121439747,127.524909613528,1061.00127617994,1225.33024464165,1416.11310316638,468.722555848954,1865.47111091723,267.502281414665,812.136040330822,802.769163724707,2681.7987679078,887.359524750773,1942.39255805466,340.590903205726,1666.05241471077,6899.38858905852,2357.33874920823,65471.2513805246,26971.249710546,1541.72215920473,12476.584321602 -7606,372.795957890333,1713.65796747915,420.831724533015,1542.34447302165,499.637708644544,6111.54755831944,123.349211897625,552.866796069104,2411.1993293852,14782.009267631,700.79952041391,4343.34932880221,234.881531768168,3393.57789160012,974.36877495864,8247.33862811225,1182.21922716649,10113.8442241842,110.938695670161,998.408014989235,1042.2771537999,1332.57019013501,406.580422677496,1755.41853783291,228.833450755034,764.224464316666,690.672368163215,2523.58733639573,776.465949329354,1827.80204110549,293.774267794124,1567.76445192258,6141.12959397297,2073.58675368263,56819.4392660915,23195.19834477,1373.62161225095,10691.2323656639 -7607,301.383376551097,1573.07327521024,350.51113111105,1415.81395921594,455.74251373294,5610.16977519216,101.895655340491,507.510832471885,2211.85028025872,13569.3260697914,641.538078165216,3987.03059986459,215.924981463808,3115.17630118067,831.474763323352,7570.74529089212,985.045698547742,9284.12691484025,94.9709839132154,916.50083968952,777.025908195723,1223.24909242353,357.861635881738,1611.40790115528,187.732228334545,701.529187208148,573.181435536308,2316.5578381915,712.249794426069,1677.8532226401,251.476277011651,1439.14853952561,6067.53859805067,1938.80183019698,49146.9168673905,19104.5567732536,1364.01586671073,8684.128774989 -7608,255.421081980361,1455.02263171781,309.428580668389,1309.56477706727,434.047274940079,5189.15686848268,87.8927152841387,469.424888672044,2211.83127711341,12551.021519367,613.24045615446,3687.82551173851,219.821027218989,2881.39916394107,791.058414484894,7002.60179281654,875.915750098825,8587.40339036497,93.3048114245847,847.722407310236,596.694540678173,1131.45086230432,320.114532917617,1490.48045126598,157.075081006269,648.883214967865,470.969407549756,2142.71269836519,628.77730933356,1551.93941065188,213.775399222696,1331.14822329782,6379.45112443458,1893.65751734717,45363.3763431303,16936.4631606515,1408.67390750976,7514.10951425969 -7609,273.549596833203,1393.4083529554,329.510843407507,1254.11004566121,454.357080943425,4969.41722260578,94.0013986648106,449.546657696005,2312.89225269993,12019.5369075199,641.556149022746,3531.66113040576,229.75840013941,2759.38365198767,837.56940038885,6706.07014477245,929.71777479778,8223.76185324708,98.7709820441661,811.824818105396,652.390858424611,1083.53852931629,336.617651698815,1427.36467834787,167.249797078329,621.405655224293,501.744448370334,2051.97754784113,657.059469989483,1486.22110126904,225.885286812199,1274.77952090346,6598.66699424175,1973.37775795987,47905.2592000457,18051.8835686509,1456.10400540571,8029.28943674749 -7610,274.647738415369,1365.52283067908,331.335864747931,1229.0122245228,475.898385173087,4869.96698293456,93.5897266438176,440.550125336457,2427.82283632319,11778.99646331,672.793647483306,3460.9839201569,241.809403900443,2704.16161019841,859.86003685771,6571.86521625169,950.473008721965,8059.18418736222,100.671511151366,795.578210280969,623.131332314722,1061.85426301171,350.321377455065,1398.79960662996,169.952038823919,608.969802371369,508.968967788641,2010.91243903834,691.981668273203,1456.4781680226,232.927977426055,1249.2680528172,7083.32573756784,2088.22251559713,49337.4275995741,18256.3585287829,1565.1932305664,8086.15542624502 -7611,306.501244243204,1383.65999004161,368.800071269897,1245.33622151052,537.978163125267,4934.65090126628,103.524686999829,446.401604089425,2746.37053958913,11935.4475538271,760.84494262065,3506.95343124872,273.804640773435,2740.07884934249,966.305082522067,6659.15410228002,1069.27047803607,8166.22795452171,112.606459089728,806.145246189147,683.375341926414,1075.95803305154,395.929496331295,1417.37875507896,190.890257471581,617.058266441271,569.848418169182,2037.62179793848,784.434287574863,1475.82341516749,262.629976214082,1265.86109194581,8067.3808966482,2368.98314353478,55504.8278305404,20428.4788666352,1783.37168088778,9041.88896066698 -7612,387.000045732749,1435.23663917579,461.93055620787,1291.75677989423,645.13925547182,5118.59259211954,130.929866218867,463.041457140579,3285.3706339064,12380.3475980386,911.145643915502,3637.67695289075,326.926746200381,2842.21672022815,1188.13527068284,6907.37755105763,1325.19655527844,8470.62836863458,138.948467267296,836.19473147681,911.413988395754,1116.06493095507,479.963511144184,1470.21228879901,238.367512030912,640.059435755004,710.715184173959,2113.57521517739,937.070306383021,1530.83550413149,322.022026278173,1313.04672559988,9412.01337320375,2811.11159227181,67931.9758120029,25555.0964933581,2077.43828784268,11379.3612964374 -7613,534.874183995383,1543.85711538505,632.061438147346,1389.51852367135,834.618710546164,5505.9739825476,180.620283896793,498.085004808177,4236.15109703051,13317.3075494702,1176.55084990896,3912.98082413623,420.475676659458,3057.31918153264,1588.76848732633,7430.13638989545,1788.3746383116,9111.69595434026,186.608639223772,899.478978448685,1340.47513085359,1200.5300992568,629.669598716085,1581.47976524092,324.689022968556,688.499922024825,967.594535633148,2273.53319012743,1205.52516108093,1646.69102016144,428.741476434004,1412.41971868454,11715.7607713741,3584.12423843743,90277.0072878629,34908.7594697501,2580.19732553977,15657.4795959267 -7614,556.57460393159,1801.42215420169,657.923304105046,1621.33491970914,883.062754500934,6424.54759172814,187.406177489481,581.181608968601,4486.04441852991,15539.0629190123,1245.46633175641,4565.7919216231,445.67868883425,3567.37838702455,1667.07809760076,8669.7221965127,1874.55524620378,10631.819998708,195.244324110031,1049.54101183907,1372.49200726995,1400.81714559949,664.53019630479,1845.3214725225,339.582716756421,803.363860775627,1010.66374705034,2652.83167476734,1278.40153306387,1921.41206286695,450.861992635309,1648.05677087226,12526.4613230638,3808.2146340422,94870.8167330979,36434.3438701838,2760.43169754438,16317.983632279 -7615,548.57041340338,1992.48427254981,648.040460022916,1793.29665759988,884.060754931164,7105.94682368543,183.799728979727,642.822790129558,4495.07605346028,17187.1642657879,1247.49047592209,5050.04813799489,447.127129842564,3945.74104343156,1656.46862187539,9589.24874085538,1860.63208344499,11759.4502135975,193.311849619174,1160.85724526469,1328.8401325014,1549.39036628091,663.934492164673,2041.03963261678,336.337152914049,888.570096685464,999.808166236311,2934.19583930802,1283.10937127948,2125.20052971506,448.915729669332,1822.8526770214,12669.6618815939,3829.06718307604,94366.3041861596,35999.2277561839,2793.63276607155,16101.816373855 -7616,522.218573035563,2052.56542537969,613.749027243999,1847.37152887437,822.062115263158,7320.21876700596,174.494160192902,662.206398235472,4175.0331817247,17705.4241372415,1159.25676984453,5202.32673720754,415.062405698455,4064.72048729646,1558.89113882345,9878.40189857931,1760.38328877442,12114.0433891684,181.949468499855,1195.86160767161,1290.485222661,1596.1105139238,621.544574401061,2102.58491846345,319.318637782445,915.363942195069,946.82386653469,3022.67325972382,1192.31951538035,2189.28359404789,422.590083648968,1877.81877727288,11624.6861922379,3544.36369845064,88615.7650802429,34140.2779029958,2561.22528638139,15316.7702793124 -7617,490.632412211522,2065.20647788514,575.037779026675,1858.74886194489,766.889907113001,7365.30150524219,163.363566747176,666.284702267118,3893.73004538508,17814.4658239925,1081.28301571217,5234.36609859521,387.228317073354,4089.75371861985,1459.96027097347,9939.2396168444,1650.83684322981,12188.6496631718,170.222905518491,1203.22651267532,1216.40642851265,1605.94041584144,581.181449469833,2115.5340240183,299.728698482156,921.001357456874,888.277851269525,3041.28887650785,1112.60809931498,2202.76664726485,395.748264464312,1889.38362459308,10808.7828138935,3303.63297959878,82897.4713790346,32022.3940286113,2380.99091437677,14380.1682594904 -7618,467.088516599644,2084.52963863342,545.847259114007,1876.14029637755,720.712324965938,7434.21514969826,155.255739967458,672.518813259841,3656.91609884763,17981.1473594457,1015.8077857287,5283.34158778797,363.579663732447,4128.01961085484,1381.28349809112,10032.2363834576,1565.68700296815,12302.6930962464,161.040701932813,1214.48453436467,1170.04946846349,1620.96644115163,548.096806185549,2135.32807582489,284.786645058374,929.618731782441,843.279996640429,3069.74477884595,1045.05078370674,2223.37689349051,374.331483759563,1907.06169401816,10081.2150298754,3096.64209835041,78327.3719577045,30417.9875261173,2219.72858153053,13680.9299658171 -7619,447.470155775906,2096.10039700008,523.369216615929,1886.55433205688,685.768784534952,7475.48081728519,149.190657394833,676.251814960103,3478.16910656418,18080.9566916785,966.33213540484,5312.66823671052,345.577030202198,4150.93332556766,1318.62130302765,10087.9230865483,1494.98865173317,12370.9825973586,154.045064957508,1221.22586671454,1129.77789229029,1629.96406376319,521.865141590982,2147.18080496868,272.174217623691,934.778837697573,806.582084593723,3086.78424637141,993.010310138205,2235.71836195218,356.949553701879,1917.64736746835,9545.44239737088,2940.24044452626,74744.7485878942,29111.2061807332,2101.15333679065,13099.4262419703 -7620,435.664789844494,2056.81767863049,508.591695233104,1851.19868658246,661.71760364506,7335.38389824305,145.105168980645,663.578276215478,3354.6446533879,17742.1040629645,932.201617900941,5213.1042795487,333.232560000758,4073.14127656437,1278.34364435968,9898.86675980448,1449.90932453583,12139.1397781775,149.346576147805,1198.33904704862,1107.71020271908,1599.41713988444,504.349742205185,2106.94079596391,264.263718752277,917.260280918668,783.791477889754,3028.9352633783,957.244672463254,2193.8190832287,345.611258034659,1881.7090118551,9160.54263258666,2831.28040427227,72380.9788539121,28289.4637495237,2015.77916057794,12739.9785261177 -7621,428.873787166426,2019.3284267976,501.411577182754,1817.45721572919,652.38129546698,7201.68315407439,143.053704611941,651.483352408502,3307.3110484389,17418.7218720332,919.048646912403,5118.08595040966,328.357647847967,3998.9008513412,1258.96050594853,9718.4418671783,1429.49076575538,11917.8818257071,147.238153896307,1176.49713330841,1092.10687134594,1570.264846725,497.241461741131,2068.53795894169,260.543136830733,900.541540106131,771.723532321237,2973.72739636409,943.745475373092,2153.83273103937,340.742294687889,1847.4114347025,9031.20678167573,2790.99210947178,71343.8804024345,27879.8936310333,1987.32110184037,12555.5291076924 -7622,426.629293985066,1974.02891475076,497.248352663533,1776.68627230761,643.099079478351,7040.1280902887,141.973542540541,636.868652997001,3258.98066451014,17027.9683963669,905.77406863039,5003.27213751492,323.670284310013,3909.19367202083,1247.32207661904,9500.42845806835,1418.44236985878,11650.528469922,145.728346583476,1150.1048212129,1091.09627315366,1535.0391596119,491.573196462089,2022.13453147197,258.833607828559,880.339728551676,766.294736436265,2907.01789124944,930.478499515077,2105.5158894341,337.518937931952,1805.96852951125,8861.29048812301,2747.70234075246,70586.1145945132,27678.1256983745,1949.37702352361,12478.6663237963 -7623,432.064123194135,1956.8174161698,502.761736660889,1761.19539827525,641.651212494237,6978.74542576421,143.781126876223,631.315814416265,3249.09817239246,16879.5020533966,903.338692212017,4959.64875862137,322.560509976922,3875.10953027603,1254.31109477786,9417.59450882743,1430.18485824217,11548.9478635139,146.736850546707,1140.0770919581,1117.68118428653,1521.65519946828,492.421970753355,2004.50360146944,261.513117370769,872.664073005038,773.606528336342,2881.67168991662,927.641530554226,2087.15795988586,339.272302917358,1790.22234436134,8758.50734866687,2732.6476548374,70879.8234648917,27963.0791431899,1925.66197457563,12628.1488278058 -7624,449.036973330823,1995.95549837626,521.594550629139,1796.42086678844,656.951182233559,7118.32651795736,149.628489900655,643.942690096485,3323.64793035765,17217.1070509355,924.423452746388,5058.84612840463,329.63405759738,3952.61515451146,1294.06359379027,9605.95474368016,1477.75565005341,11779.937053995,151.584747184728,1162.87964398879,1177.69433907244,1552.08965175523,505.541150485417,2044.59544963534,270.754846437021,890.118127709208,801.375491825011,2939.30767708642,947.828996032037,2128.90296845788,349.503783966612,1826.02837751624,8872.07735167112,2786.19067588223,73038.284387965,28993.8518987284,1949.37702352361,13111.5592384738 -7625,464.920995002306,2109.6671074812,538.866155402681,1898.76478555736,668.374546612711,7523.86479932174,154.863901679119,680.628758258728,3378.22615818249,18197.9831017726,939.997406878832,5347.05372318475,334.884066979847,4177.79964873376,1328.93615036474,10153.2157280967,1522.30665098288,12451.0520155532,155.866466080437,1229.13007673687,1234.85428908142,1640.51377339511,516.799275321613,2161.07812609572,279.581283161708,940.829060231316,826.721736760617,3106.76301659068,963.369953451672,2250.18872977298,358.753491952743,1930.05906620022,8921.71310128175,2823.42834359078,74879.0992938331,29936.158289303,1958.8630431028,13563.7260901047 -7626,478.398089423538,2084.00895461916,551.871417874225,1875.671664873,675.525531267258,7432.35819505712,158.866690804039,672.350828219539,3410.9852196999,17976.6559404634,949.527715063179,5282.02188887093,337.95972793095,4126.98849391503,1356.17926349119,10029.7304823587,1558.44574464923,12299.6200693587,158.931296055918,1214.18117447432,1286.68680385866,1620.56154822138,524.926531259823,2134.79470312839,286.908678580426,929.386527066313,847.581689296762,3068.97800297258,972.687084947951,2222.82152752945,365.931895418055,1906.58533881558,8906.91289790082,2841.79998439364,76275.0331691949,30714.6847085542,1954.12003331321,13944.4160384901 -7627,485.447123988438,2006.68737429215,558.216965360323,1806.07988265866,674.104710377869,7156.60041583815,160.95303581918,647.405048376857,3400.60433809233,17309.6801852821,947.031534998069,5086.04658902199,336.768322808591,3973.86762001782,1365.6658856858,9657.60414891321,1573.97462841098,11843.2755517036,160.076429694004,1169.13222830469,1320.56808158196,1560.43494480736,526.283677476574,2055.58885338684,290.413089754919,894.904124844327,857.181269115412,2955.11177958007,969.703340292311,2140.34967782241,368.326475122595,1835.8465873823,8783.76962661193,2824.62534973005,76680.9514629212,31085.6220691938,1925.66197457563,14138.4680903955 -7628,474.826184340173,1873.68153054919,543.386681548354,1686.37056383917,646.9955189514,6682.25165138475,156.741247307676,604.494201472671,3260.30523761996,16162.3721155454,908.395086537847,4748.93681968013,322.694088676579,3710.47451629147,1324.38063912071,9017.48561086003,1533.25664996444,11058.2878761868,155.111070611323,1091.6406267404,1307.8920147339,1457.00729130288,508.262137788477,1919.34175613793,283.634699483829,835.588717911069,835.287518700151,2759.24313524954,930.195964107845,1998.48452311482,357.373975416516,1714.16429273811,8315.13618852647,2699.15516597363,74234.7359666582,30325.8418472715,1821.31575920454,13824.4373514145 -7629,425.140270230283,1762.11050972183,483.290959391901,1585.95323985263,563.04988363286,6284.34751131897,139.528130966107,568.498737973195,2832.80762460932,15199.9607737447,789.835936700794,4466.15464983025,280.329037900524,3489.52905529032,1171.17271057812,8480.52665679232,1364.44355132974,10399.806460411,137.033192755839,1026.6373393,1189.35113214692,1370.24772827516,446.659272056535,1805.05183249967,253.34666639639,785.832404082306,743.857241571209,2594.9400942624,809.314408455472,1879.4819313103,316.203303758119,1612.09195179416,7090.3598815939,2334.72996416943,65443.3013482867,27033.6438290665,1550.96420119762,12364.9704459835 -7630,363.963722993689,1677.4414981687,418.569186231487,1509.74854528498,493.575706173609,5982.38603438313,121.426411616502,541.182502159476,2485.98636523488,14469.6060955001,692.80156619974,4251.5569287689,245.642006986469,3321.85797321726,1012.2566144551,8073.03926850477,1170.03731356266,9900.09811153682,119.176969823513,977.307647284382,1011.6073084441,1304.40763476462,387.078735910606,1718.31950009673,216.573188675054,748.07333475437,639.46417354096,2470.25380948706,707.288321045458,1789.17324948924,272.462437574882,1534.63129802806,6303.81748199702,2052.28195489,56761.9159122917,23240.3343209565,1380.21584877219,10591.3516893861 -7631,290.771165739763,1540.44374177912,343.863858281677,1386.44638324697,439.652125288051,5493.80061100974,99.0452513799099,496.983769342809,2227.37792595738,13287.8637974297,619.13370826015,3904.32946298855,220.538164961675,3050.55963591462,850.014689153816,7413.70881302386,960.055564929264,9091.55055217456,100.50784973149,897.490285470864,752.897768628206,1197.87580067367,333.412840325312,1577.98321025847,175.07215495791,686.977690829914,522.243245243894,2268.5065473727,632.065621361126,1643.05028708496,228.670998126186,1409.29694511942,6037.99510368768,1871.32476601906,48201.9333919318,18891.2942919331,1328.04274108664,8497.41275197677 -7632,239.93550896682,1427.16603555175,279.752673366449,1284.49299031094,393.614479805834,5089.80979017849,79.8516051955048,460.437688563276,2003.0700714192,12310.7305917106,605.22840500887,3617.22161612068,197.539358325972,2826.23440488275,762.331798467012,6868.53607727237,902.116505014743,8422.99644359603,81.8906129551313,831.492652358947,597.376031107388,1109.78908944533,305.570817612046,1461.94501056613,161.350652663265,636.460262029358,421.204665899633,2101.69018707423,553.464728578003,1522.22733023861,209.536027337855,1305.66321867642,5628.94044112882,1733.94617645704,42608.4723484572,16274.7764272961,1318.12371036957,7318.67910299729 -7633,253.939527001188,1357.62578932843,293.736377286226,1221.90464628283,401.961222421685,4841.80316920952,84.3274223659355,438.002352074339,2042.03130819559,11710.8766047108,617.207200026552,3440.96848539641,201.220492734138,2688.5230023518,792.453365643734,6533.85904733408,941.651526133679,8012.57661013961,85.1961065835996,790.977251671481,652.041971144495,1055.71338653937,314.393196339654,1390.71012025401,169.277043298198,605.448030634874,442.352882223862,1999.28300427032,563.826084731263,1448.05511711435,217.237675816042,1242.04333181694,5635.43619833697,1757.98279489333,44131.4681875973,17102.9785415566,1318.12371036957,7718.64331774006 -7634,259.662896222694,1324.67806026669,301.743867432623,1192.25068453471,437.273588264821,4724.29919996901,85.5811485956179,427.372631470927,2228.52927053869,11426.669577649,673.158038242183,3357.46086624394,220.302633644981,2623.27621037568,836.953298149779,6375.29118621115,987.998776135965,7818.12228751816,89.1493451470394,771.781310943985,624.420120278697,1030.09266034224,338.364552187323,1356.95947953569,176.018238379171,590.75463144408,458.690848887444,1950.76312842514,617.415620137191,1412.91279141594,230.684498811463,1211.90063159622,6358.69074310297,1940.20694968118,46827.0613111353,17678.7642803254,1490.42746335906,7933.4380112622 -7635,292.118990065518,1328.06250495645,339.014892760798,1195.29678805161,501.962675588721,4736.36940013293,95.4706765225647,428.464533780261,2560.81922320136,11455.8637889322,773.377737185465,3366.03890564888,253.442883705325,2629.97846770618,951.829030003066,6391.57953660211,1123.67144014259,7838.09695400772,100.844117261637,773.753149413895,685.639110407112,1032.72446329786,387.720709429207,1360.42640062579,199.647925200794,592.263961473249,518.47725252784,1955.74716953597,710.992731198946,1416.52266866644,263.299669232663,1214.99693912946,7383.10160293584,2238.26127520559,53343.6709020084,19971.0252214592,1731.65271754434,8950.09356496912 -7636,371.3588774886,1339.25721266608,428.23480080451,1205.37236666222,609.175314223887,4776.2939299208,121.699483734876,432.076212599375,3100.81006882386,11552.4293091541,936.865729127545,3394.41243592123,306.351363647731,2652.14748469047,1181.01360558225,6445.45641698088,1402.96515040752,7904.16704037213,125.694337396345,780.275387873878,915.330054880795,1041.42966238905,474.918649084675,1371.89391503767,250.988080100615,597.256363495662,652.184654381651,1972.23285287931,859.823312369571,1428.4630383257,325.770739954375,1225.23857726839,8736.33029594998,2690.3648337869,65938.300607353,25175.2549746487,2046.10706675015,11335.8576379958 -7637,506.930197881573,1345.36078748002,577.514003991006,1210.86577028103,767.488726063306,4798.06156877235,165.69676785734,434.045370923843,3890.70544223712,11605.0787299707,1176.45882396886,3409.88224265894,383.295560070337,2664.23446875695,1548.26220437391,6474.83115178088,1858.56567072489,7940.18975088401,165.823201076934,783.831440557654,1343.77881418106,1046.1759081421,608.615194502368,1378.14622943107,336.336785465802,599.978319265789,875.000935213944,1981.22117166842,1076.61794607935,1434.9731626998,424.906896243999,1230.822519808,10494.627566212,3330.63517342372,85839.4954459484,33879.0071612138,2451.02088627544,15375.356863911 -7638,520.295173380458,1391.35454300861,591.128435317634,1252.26155402508,789.772136741676,4962.09256540827,169.306446344055,448.884049785578,4004.47029073162,12001.8207481441,1210.81136916807,3526.4556493686,394.718670217418,2755.31646695936,1591.49447234915,6696.18575335338,1913.40322518767,8211.64046481244,169.968591369044,810.628231417121,1373.21812172896,1081.9414510409,626.985349206835,1425.26081857993,346.183244726551,620.489736274198,898.646759607814,2048.95304185952,1109.63906932471,1484.03049025795,437.577716831523,1272.90056355801,10825.0765509373,3432.07771828657,88248.1410797861,34793.7490159466,2528.55757512071,15794.5373625471 -7639,505.338416152317,1494.76817907523,571.837789560722,1345.33698275667,767.851284216973,5330.90440942498,163.314502824839,482.247747050159,3894.02272343205,12893.8665097526,1177.37458047223,3788.56253144361,384.195466013836,2960.10775886572,1547.25260950341,7193.88558120201,1863.31248301103,8821.9777816417,164.63597807914,870.878879485463,1326.73616224232,1162.3576900402,610.696622650045,1531.19456805684,337.097151938712,666.608175382739,873.174210585102,2201.24325807592,1080.97020482544,1594.33234667728,426.162960955455,1367.5100046169,10547.1499691232,3341.91676222966,85760.2122121104,33791.9046948399,2463.94366774965,15347.1160908633 -7640,483.065398523995,1602.08694665179,544.278674689076,1441.92714903512,718.650132998036,5713.64341825367,155.766560306855,516.871332569628,3640.52761194574,13819.5979258303,1100.96406279946,4060.56715895233,359.005271300773,3172.63243059896,1463.9367139224,7710.37967404455,1771.10112884162,9455.36280840837,155.855049203001,933.404727548842,1289.28473623956,1245.81062710729,575.127650544532,1641.12861419465,321.415744258926,714.468150487903,831.074254994337,2359.28429540859,1011.2163016048,1708.79944930097,403.33973653324,1465.69211097863,9743.56297661121,3114.48238947217,81000.1510230073,32197.7163990647,2274.40953946122,14658.5147555945 -7641,453.471405335457,1691.8470911006,509.377945451771,1522.71401859457,668.788587396446,6033.76178612582,145.675248209333,545.830088877992,3386.65808475759,14593.8687034803,1024.26483702357,4288.06860354832,334.087875024152,3350.38554558982,1368.89763783165,8142.36920791087,1658.56182768321,9985.11853313504,145.59624769849,985.700605340672,1215.14617215147,1315.60967395597,536.726026260664,1733.07614661606,301.339906437609,754.497666068126,778.880352914094,2491.46794473815,941.315194280078,1804.53837640718,377.108775812365,1547.81046034405,9026.42577817186,2894.88887935118,75646.1472069832,30167.9713471982,2106.41338029647,13748.3365289941 -7642,435.969295097223,1744.66759384105,489.362893351984,1570.25408318738,641.210452473225,6222.13952583748,139.972017584689,562.871238670462,3246.55340606393,15049.4982257349,981.918156446901,4421.94473255335,320.258940312051,3454.98663502827,1314.35250542735,8396.57896322653,1593.32960077444,10296.8600513949,139.78333590686,1016.47478215578,1170.44691561129,1356.68381402104,515.01410359029,1787.18384572981,289.600739184674,778.053545466357,748.409710107335,2569.2531004387,902.461618552462,1860.8771701183,362.081655016502,1596.1340512243,8639.68314178969,2774.04580879944,72611.9486908029,28990.010991171,2015.95390997699,13215.5823524368 -7643,417.194924397476,1777.73103014974,468.62343490932,1600.01218498925,608.354432543115,6340.05615055303,134.362899108075,573.538289182246,3078.5625812842,15334.7033432145,931.206074672015,4505.74561734164,303.458923673991,3520.46256348473,1252.24242775328,8555.70368975988,1518.6037492934,10491.9972670402,133.490125613501,1035.7381360106,1130.01517747378,1382.39451618246,489.139324624563,1821.05301339465,276.340838985918,792.798545566144,714.863538636915,2617.94337046329,854.903525332676,1896.14291014219,344.542404797728,1626.38260787148,8144.4480975264,2624.98267827029,69145.8126889878,27705.5548523498,1899.64887670909,12636.9216211353 -7644,393.014486845125,1738.70865519023,437.22570107367,1564.8908565298,544.952455508597,6200.88771383491,125.963184754446,560.948743410398,2750.11409179906,14998.0964360935,832.306323576467,4406.8415131942,270.736267171359,3443.18607572964,1151.9480564565,8367.90032031758,1406.72392309111,10261.690969583,122.977651601602,1013.00299710724,1103.1155287261,1352.0500398598,443.729742216336,1781.07969217527,257.736484969887,775.396091770966,666.805165916832,2560.47777747289,763.417769202434,1854.52131589564,316.120404077968,1590.68243114304,7051.47011524983,2324.47681983337,63297.1392514462,25876.2251776044,1641.19324722486,11859.1862239436 -7645,386.013587277361,1684.87571053152,429.903596895391,1516.43956330996,534.627164771956,6008.89922620801,123.883192491029,543.580955788105,2697.58419768148,14533.7335924278,816.433536062793,4270.39930098611,265.380455509412,3336.58003514251,1130.45177822685,8108.81797578068,1382.77003667505,9943.97411666383,120.834756495449,981.638953384565,1087.27048597566,1310.18860737983,435.658587519405,1725.93487868658,253.444158003575,751.388702854895,654.693773030348,2481.20166753745,748.85135840718,1797.10264309558,310.570427186986,1541.43259332248,6904.26613876807,2278.64460234147,62158.3630131851,25434.8804115195,1606.73249662696,11660.1801659164 -7646,388.877074743421,1639.05551447041,432.973417797802,1475.19998838383,541.669957860462,5845.48720778119,124.681531802181,528.798271336302,2734.25028716726,14138.4886977793,827.463649053493,4154.26578917433,269.209253720804,3245.84173888232,1142.24406568776,7888.2986655718,1395.72855206265,9673.54773399114,121.920978733812,954.9432813987,1088.08961723707,1274.55802733649,440.935366470061,1678.99807852037,255.595793613457,730.954686584312,660.364668685037,2413.72538654943,759.500026726772,1748.23043552924,313.867990012677,1499.51333292865,7031.54098551827,2313.44753951822,62805.7414245352,25633.3491896508,1636.88565340012,11745.6479413194 -7647,399.060428320278,1639.80761297859,444.986351095151,1475.87689999588,555.904462151967,5848.1694733724,128.157225490885,529.040916193348,2806.1110333923,14144.9762975974,849.210350834763,4156.17201936301,276.280497953619,3247.33112878281,1172.19502829973,7891.91829749157,1432.26008026922,9677.98654692658,125.275721313234,955.381467543706,1116.59277477193,1275.1428721953,452.494706295826,1679.76850510992,262.28226742717,731.290093118424,677.666795553575,2414.83295078161,779.434932913049,1749.03263014126,322.089069206102,1500.20140098414,7216.60426399544,2374.24887287789,64456.4703487427,26306.4627468566,1679.96159164749,12053.4237212266 -7648,417.518606100542,1701.13262222065,465.503850944235,1531.07128000487,577.083359131373,6066.87747555824,134.390825830657,548.82582194583,2911.47035418893,14673.9656712979,881.186892344602,4311.60323305036,286.405769087544,3368.77379675707,1221.55397244917,8187.05777525758,1492.66497058599,10039.9208432046,130.743809628236,991.110523112844,1177.63257074107,1322.83026418166,470.062910886885,1742.58795922458,273.627571126835,758.638649963853,707.849916885705,2505.14211379111,807.69872196271,1814.442402214,335.181721695739,1556.30546102884,7441.76859145912,2457.88359293943,67141.8259178263,27491.5978325827,1731.65271754434,12601.7442555919 -7649,436.931187248709,1806.68684937076,487.336988322925,1626.07330604425,600.901198614223,6443.32347088047,140.771970842955,582.88012477843,3030.77274802859,15584.4761661464,917.34613445355,4579.13554716733,298.100243330088,3577.80412744114,1275.37997030569,8695.05964695911,1559.69929324217,10662.8917223765,136.67742175968,1052.60831812365,1236.53860750886,1404.91106397503,490.132656898365,1850.7144643979,286.110688472503,805.711709017066,740.051443829762,2660.58463265671,840.808167670516,1927.02743113672,349.897184062458,1652.87325239478,7721.27081688063,2556.33195797293,70070.9498844937,28748.495252533,1796.26662491539,13183.8680305889 -7650,445.208507713311,1795.02931267331,493.032712940588,1615.58116721867,592.770731064715,6401.74831919245,142.839210205416,579.119126325828,2984.15481495804,15483.918284253,903.568751952724,4549.5889543517,293.244970201004,3554.7185645355,1280.30808890025,8638.95530493865,1573.91798216838,10594.0900639165,137.199622279693,1045.81642715436,1286.84743206365,1395.8459610267,487.85408550503,1838.77284219993,289.981791251915,800.512903358683,749.473547663519,2643.41737259575,827.957477177989,1914.59340417555,350.899820746216,1642.20818855002,7436.63540244087,2502.13667340093,70130.0635178323,29144.6146723694,1727.3451237196,13407.5076952217 -7651,456.347096745135,1721.75749721345,505.00125451922,1549.63429698702,605.125087636035,6140.43352162753,146.361959968135,555.479896897187,3045.61441875607,14851.8757905125,922.221734500131,4363.87798020331,299.24898419904,3409.61748967646,1309.89948423832,8286.31931487411,1611.35055824865,10161.6468683386,140.389340463444,1003.12694698024,1322.45397971231,1338.86852509034,498.592337001348,1763.71544708385,297.040240111994,767.836537956728,767.641116600707,2535.51496201073,845.020318354362,1836.44106783153,358.96507072507,1575.1744223109,7568.01990917505,2551.71771250659,71724.0629888324,29855.1153967089,1757.49828049276,13739.6601360152 -7652,448.710760352501,1605.55817528415,494.806406500773,1445.05136074908,587.509685295789,5726.02312253251,143.369579920544,517.991233441808,2954.72235298507,13849.5407351816,894.832084933757,4069.36515647378,290.210603787948,3179.50654723544,1280.59854922297,7727.08569037335,1580.38636589607,9475.84966536612,137.155298223834,935.427127907713,1310.6424178613,1248.50991476352,486.231047062175,1644.6844340875,291.852610737198,716.016182762973,753.03115642966,2364.39613731906,820.328077972395,1712.5018910366,351.165823433757,1468.8678140405,7275.9994314687,2470.13780388647,70050.4447954125,29308.6076842457,1688.57677929697,13507.6912084064 -7653,410.522421692812,1527.2820052594,452.169908773325,1374.60041867189,538.241177125002,5446.86091813237,130.768394442986,492.737480270862,2707.41250504639,13174.3306916964,819.906630543999,3870.97040268383,266.110168479674,3024.49528765142,1172.70684199401,7350.36519365985,1448.80103921946,9013.87125128349,125.428473881142,889.822020576794,1195.08112227868,1187.64100582578,445.964276092328,1564.50073200712,267.511806583198,681.108070851981,689.205063920645,2249.12415471531,752.68787446224,1629.01186790694,321.997757722898,1397.25574259664,6681.08307075371,2266.04700763606,64139.1329450547,26818.1623098916,1550.73377690538,12362.7780911711 -7654,346.557148591482,1487.56538401224,384.827529827019,1338.85424736458,456.347128301242,5305.2165385571,112.0412806482,479.923954143527,2295.35423038254,12831.7352178643,695.127109262108,3770.30669760976,225.126771558189,2945.84397545772,990.862020823256,7159.22061825097,1218.69702325746,8779.46757912269,106.676890273548,866.682401274705,1014.70800900275,1156.75667153549,375.876151323097,1523.81624623432,224.885769424851,663.396010351524,582.027334141282,2190.63619251641,635.398222800785,1586.64978471471,271.097272091825,1360.92042474242,5660.51297443686,1917.07063296804,54276.1722321459,22665.7763324973,1313.81611654483,10432.1038641907 -7655,278.44725196722,1386.35019124962,318.239810098883,1247.75748470494,412.865346378336,4944.24516857997,91.9304113555261,447.269526948526,2090.22178721393,11958.6532226031,632.197156560458,3513.77187683875,205.465450162265,2745.40628779096,841.143924052188,6672.10126020844,1010.92759450804,8182.10526286789,90.7307213923647,807.712605895101,755.81912654809,1078.04998022145,328.148793609333,1420.13451448992,183.485099940122,618.257991016486,478.40145783853,2041.58347397286,576.801634548916,1478.69280646512,230.180786421029,1268.3222609203,5556.96432548923,1779.75393997277,46596.1740396994,18556.893532206,1296.58574124588,8432.90502135772 -7656,268.450360299265,1275.03951383235,310.623365065351,1147.57447773339,469.312279294279,4547.26951083822,88.8845653357663,411.358056421827,2457.29636752184,10998.4876023954,738.18717596966,3231.64956000325,241.385734355315,2524.976388038,933.319052721781,6136.3952634422,1061.55866509826,7525.16036881603,98.428241395401,742.860999217272,592.242628552524,991.492864749807,350.983506338088,1306.11127863706,191.290195775112,568.61778017145,471.12690827781,1877.66382298844,641.470677387405,1359.96789913754,246.622119230334,1166.48809886115,7185.06047353726,2137.17167561233,50250.9535656397,18636.9082864853,1695.42481146443,8304.83136960648 -7657,271.828750453971,1202.95369975824,310.023168649235,1082.69504494668,444.151948856303,4290.18443939764,89.5534491759039,388.101459232941,2317.94498880054,10376.675553591,696.765569432754,3048.9445639558,227.352750915475,2382.22396626987,911.612805658142,5789.46715396252,1047.16597199042,7099.71683915326,96.3952417481959,700.862504824316,641.898385409005,935.437684083806,337.036636168064,1232.26878687855,190.562655087532,536.47032502516,469.856337433409,1771.50795584139,604.888951967075,1283.0805618743,240.147932511487,1100.5393629185,6570.36026390361,1996.86551973932,48805.3931630821,18617.1168292625,1547.41153427309,8354.80671123106 -7658,282.432213254601,1162.60068724986,324.266672369474,1046.37610208106,494.037999092237,4146.27044970619,92.4883320842239,375.082618156933,2587.40770237353,10028.5905703588,777.235908424749,2946.66789432886,254.551334037088,2302.31240065601,983.092405751589,5595.2598120443,1119.88794196008,6861.55724708091,103.002559389726,677.352112504547,616.508814545694,904.058480898983,370.344781262511,1190.93240146273,201.785581256663,518.474458899583,495.91513281373,1712.08282358972,676.947633255868,1240.03969839552,260.199062451138,1063.62183343524,7583.18563531913,2254.24388942568,52870.4260816671,19590.9405846532,1789.61507876801,8735.78985277486 -7659,324.808965492585,1158.43521513575,373.787953345877,1042.62705004463,587.636338892909,4131.41481257711,105.731849621296,373.738737834519,3082.6328423634,9992.65921850015,925.706777543655,2936.11030299249,303.655896542968,2294.0634651375,1151.97917702889,5575.21260325295,1308.616936663,6836.97303197978,120.050082435176,674.925233381721,679.568590870612,900.819337457036,438.281076449434,1186.66541989073,234.669637605335,516.616821170559,574.925100216791,1705.94861660281,807.794481668617,1235.59677070702,305.931127186941,1059.81099181463,9171.36356483928,2699.82878829673,62109.8956953301,22690.3632710341,2166.37614798233,10087.7637746635 -7660,416.995536530503,1175.58886149618,478.054184387677,1058.06585531282,730.981441506465,4192.59115436755,136.204154029846,379.272911913696,3828.72419329094,10140.6265283634,1150.09509700384,2979.58705262399,376.689347754442,2328.03304142042,1453.16363876875,5657.76812654067,1657.61530434834,6938.21220015604,152.010951695969,684.919256890242,908.115969107731,914.158310709477,548.307126361418,1204.23708785715,298.6474893193,524.266676888364,732.55328057116,1731.20962291196,1002.40759995994,1253.89299458893,385.183359043581,1075.50425003482,11231.5875093017,3337.39473812928,78183.3167835537,28951.8534907591,2650.78323697216,12912.065907618 -7661,494.935699492375,1174.17144561652,546.320756829072,1056.79013776039,704.298122309472,4187.53611729313,159.285345025471,378.815619857195,3648.65453359873,10128.3999025916,1098.33570291384,2975.99454325141,356.914365719235,2325.22611536883,1548.05310486059,5650.94651513496,1824.99663892144,6929.84674819313,163.81620681075,684.093444854419,1305.97936094332,913.056103510545,554.666362981671,1202.78513060652,338.756710122556,523.634564814715,831.439888505934,1729.12229111518,954.899339787418,1252.38116685719,407.381086822174,1074.20750688543,9606.54569058758,3079.6159335411,81937.6410552308,33081.0103008354,2251.59591363794,15067.3958611645 -7662,501.039912489612,1181.1428261856,549.808281314875,1063.064593045,703.390817840437,4212.39867721094,160.268311612648,381.064752947082,3641.35174992336,10188.5350136441,1096.28954468848,2993.66384581362,356.256469468273,2339.03162581615,1557.23051227634,5684.49774726515,1843.78820221833,6970.99116466435,164.3934153879,688.155096810526,1332.12472846461,918.477170086688,557.02572153344,1209.92639853599,342.925531166177,526.743528027946,839.560333315682,1739.38856831588,954.559247130601,1259.8169001688,410.433782916983,1080.585373907,9515.7393545079,3068.94116125083,82324.3754525241,33420.4378525089,2229.16965951805,15250.0377669707 -7663,480.225865703552,1238.38914164434,523.124540095156,1114.58802416382,664.089691940131,4416.56052636878,152.266394398137,399.53377512949,3435.36638951154,10682.3415851465,1034.42220590273,3138.75741205768,336.323685779811,2452.39720646472,1482.48133544513,5960.00765516962,1763.213838609,7308.85340318903,155.964985642724,721.507831876253,1284.73799916788,962.992898967868,529.294653337982,1268.56776413284,328.627746461324,552.273146887602,802.518609968089,1823.69131687398,902.560175156089,1320.87630305254,391.343065572791,1132.95798272565,8907.87431573193,2891.78102335464,78234.1015668534,31946.0948459582,2085.64163315069,14607.244647086 -7664,466.920299000754,1333.70325078257,508.327372352122,1200.37363145545,643.93857767635,4756.48641708433,147.990739176329,430.284372471241,3330.59166897282,11504.5208480772,1002.90467463617,3380.33564984331,326.048379177431,2641.14890585131,1439.53139572786,6418.72680976042,1714.90339423027,7871.38809242402,151.447866714929,777.039549588367,1251.44349374626,1037.11080519377,514.04770970713,1366.2046072331,319.77489562754,594.779513607406,779.879772669218,1964.05391160746,875.570651390003,1422.53913573863,380.366882554589,1220.15745596324,8621.56155103908,2802.84394870946,75966.355070963,31058.5832642804,2018.36287079099,14208.2059084364 -7665,439.663896091188,1448.54300905273,477.470049806034,1303.73291890513,602.878557807193,5166.04810183898,138.853654004334,467.334408371679,3117.43934226439,12495.1283107433,938.76617485998,3671.40259346232,305.328345200234,2868.56748770263,1352.19310482465,6971.41724880867,1612.46666468009,8549.16128166547,142.101191626377,843.947262371344,1179.99663038191,1126.41219521283,482.313543596194,1483.84292501494,300.88256540638,645.993556556346,733.642910893352,2133.17059952602,820.148867980297,1545.02819046816,357.295945890261,1325.22024801397,8048.32157374824,2622.52377864091,71288.2882222435,29205.1143949805,1883.80534607159,13369.2037065874 -7666,425.416272422909,1541.28262142399,462.342825227253,1387.20140053067,586.287017708028,5496.79237070896,134.376065166521,497.254411857448,3032.57750510948,13295.0999711121,913.156832169505,3906.45564418203,297.066301028326,3052.22087956451,1311.57304944094,7417.74609737745,1562.81217938271,9096.50153901797,137.787957203837,897.979031870057,1137.55924126288,1198.52812805117,468.428077961265,1578.84253277648,291.420779189749,687.351798358602,710.557126209732,2269.74190827245,797.827644503635,1643.9450431893,346.622778661021,1410.06440613651,7854.914095588,2553.49303545969,69173.6444577614,28281.5088777566,1838.95283783179,12940.5551995385 -7667,407.880267737645,1627.31119663626,443.839879756193,1464.62974388659,558.272892515725,5803.60256198516,129.289670847479,525.009275226108,2886.23378243568,14037.1822420215,869.17477537278,4124.4992453539,282.515408380315,3222.58432222728,1252.99093302617,7831.77667111752,1493.12002911913,9604.23390162318,131.954357099909,948.100830175226,1098.60493343742,1265.42544186946,446.313949739194,1666.96756039394,278.673923677584,725.717179931354,680.295005517638,2396.4303298209,758.531556822217,1735.70384707576,330.748091026576,1488.76887612229,7436.15120377909,2425.51060667398,66067.2962892885,27088.9406893707,1740.27731970423,12398.679475947 -7668,396.489831714377,1616.08756281638,430.443445835778,1454.52813089389,535.956131127686,5763.57487083026,125.527027355502,521.388264156215,2768.7713522578,13940.3672052461,833.923786764109,4096.05240045053,270.934449223949,3200.35802251205,1210.76622648564,7777.76057776215,1443.94620387775,9537.99309614285,127.555324077575,941.561738842105,1076.99680224273,1256.69774933268,429.564397428526,1655.47041496401,269.91267829888,720.711877994524,659.740263047192,2379.90204896572,727.326480865415,1723.73262458333,319.156638501229,1478.5007745185,7075.98471548282,2321.21505622365,63759.4690580836,26268.2766374983,1655.05755404861,12034.2489357454 -7669,396.234399917624,1561.90749641679,432.363869594883,1405.76441751282,546.878164907197,5570.34841677824,125.861136222178,503.908486808804,2828.47119744387,13473.0100903268,851.712638996673,3958.73039133498,276.744962169465,3093.0645724839,1221.71452474636,7517.00763699398,1454.02199267231,9218.22756415197,128.772785703757,909.995455737449,1063.9125801759,1214.56638895985,435.998224199468,1599.97002063575,271.098246261859,696.549686351477,661.839436252467,2300.11475649206,742.830445332163,1665.94370880682,322.554477684354,1428.93336741857,7318.9187782139,2378.95529738974,64495.6845594092,26364.3264465378,1713.36581476035,12056.5903828288 -7670,391.9626062704,1512.50036447636,425.776117741993,1361.29649081898,531.65269436378,5394.14403859753,124.123838156678,487.968571576449,2747.11523350654,13046.824295909,827.36744981003,3833.50561636592,268.841546381227,2995.2230231069,1198.90234559037,7279.22544504587,1430.91352506215,8926.63143149765,126.286508790216,881.209970265387,1062.19411614148,1176.14654529599,426.125822248617,1549.35887363016,267.387452493638,674.516036896831,652.629219447343,2227.35623941417,722.092777035397,1613.24564517939,316.425434053822,1383.73254753641,7036.54451999037,2305.00094456238,63168.0788150044,25993.8311633293,1646.08705240065,11907.7133583997 -7671,407.911284486214,1499.02043232604,445.211993437327,1349.16414046476,563.2263937207,5346.06954066207,129.594073588093,483.619625030165,2913.37183956414,12930.5464354755,877.25769518284,3799.34007378478,285.23628068727,2968.52854813363,1258.37593487004,7214.35044242719,1497.32302080949,8847.07417065081,132.636430632363,873.356318862478,1092.00554026953,1165.66431600084,449.188002183535,1535.5504455573,279.12982977176,668.504514106338,681.485205576563,2207.5052617304,765.576253047059,1598.86783585809,332.230280601255,1371.40023919912,7548.25231047658,2452.06893958393,66401.200245256,27130.8343314943,1767.18882464811,12407.1679902791 -7672,429.636371489186,1550.71278870717,469.590690751638,1395.68883890221,593.635548580617,5530.42388699037,136.907746949616,500.296807989691,3070.5048166482,13376.4445701048,924.582206960912,3930.35686106263,300.434929638307,3070.89555549962,1325.41022552381,7463.13075661521,1575.03843364712,9152.15747778757,139.866465106866,903.473217277466,1152.70562017101,1205.86118986866,472.683539938729,1588.50250622387,293.580643765283,691.557284329064,717.783676249981,2283.62907314872,805.862328507306,1654.00333914757,349.535792581806,1418.69172927965,7950.80990138618,2582.47390231902,69962.5837376367,28581.3457361147,1861.37909195169,13065.2478495597 -7673,445.460982710725,1685.28068729882,486.064085842481,1516.80405476077,605.395243117638,6010.34352537411,141.941404389747,543.711610920035,3128.20919419198,14537.2269209923,942.14077309348,4271.42573426734,305.94617471653,3337.38201560198,1363.343807428,8110.76701146917,1624.63596263304,9946.36425052757,144.112967285121,981.874900147593,1208.91461697064,1310.50352434579,484.249510096286,1726.34972443656,303.499396666701,751.569306662031,741.8788621435,2481.79804923141,821.167019619599,1797.53459473116,359.411880830524,1541.8030920986,8014.27468780686,2623.37127704395,71871.3904540331,29556.4236249148,1874.83484442363,13531.5928596871 -7674,459.339446504166,1717.6209512096,499.133139899561,1545.91127933268,614.367083573942,6125.68104586547,145.962389116639,554.145348825553,3171.46322424646,14816.1939552074,955.349876758098,4353.39370349797,310.042200041786,3401.42583688889,1395.16715431157,8266.41131905936,1667.01665359609,10137.2333723534,147.403091408979,1000.71692073055,1260.03663271124,1335.65187509398,493.617183923166,1759.47809652991,312.07955231647,765.991800142122,762.699753149671,2529.42335253566,832.680742779409,1832.0289929762,367.675335259758,1571.39004415514,8039.39978467506,2652.00888285259,73451.071696792,30398.4371889394,1879.32009524761,13938.1856762459 -7675,474.601499551252,1666.73854836308,516.318535000042,1500.11556379684,638.957218986765,5944.21529786937,150.896582065373,537.729476129885,3299.7343113173,14377.282477707,993.911177095963,4224.42978278257,322.639683832785,3300.66279044185,1446.02232966408,8021.52907624832,1725.88354682537,9836.93033294413,152.7394361302,971.071915841614,1296.21832146926,1296.08483515808,512.43386764922,1707.35572736329,322.81851195116,743.300237533668,789.009618688866,2454.49230450525,866.290378532103,1777.75739295788,381.131072164978,1524.83955162685,8401.35108661893,2762.5440394217,76168.8911585409,31441.1376393902,1964.53986090323,14407.5357117691 -7676,465.792141543862,1590.40048384407,504.81658166966,1431.40897582744,618.156040281915,5671.96510519861,147.524455058982,513.101001866246,3189.47765240138,13718.7905273833,960.86706297342,4030.94725150567,311.736407766173,3149.48958496238,1409.5512689982,7654.13611904749,1688.34140316948,9386.39043083245,148.809058957309,926.595983706417,1284.32589531679,1236.72303071336,498.164873037014,1629.15736097862,316.430523679639,709.256444915104,772.291624930918,2342.07443783579,837.970774330371,1696.33456950663,371.776760895479,1455.00058366901,8042.40337971448,2663.78254267408,74173.9701125294,30797.3562505593,1879.32009524761,14134.7561724293 -7677,429.205178117211,1533.5012873203,465.41978639768,1380.19796234445,575.72995085701,5469.04121245896,135.647079114674,494.743968503702,2972.81945247537,13227.9782029307,895.464409693402,3886.73347505736,290.827166177745,3036.81140819825,1305.84351333593,7380.29679387027,1563.23588312725,9050.57685481927,137.635426359758,893.445486387895,1172.16010686782,1192.47722754311,463.244495808154,1570.87157334706,292.578286712463,683.8816275311,713.138382454681,2258.28286768384,781.927259659125,1635.64540660652,344.907414384392,1402.94554156271,7558.19726348832,2489.76253798083,68757.9830810831,28424.8053462462,1767.18882464811,13037.4482646596 -7678,363.087860142815,1513.25246298454,397.005585859089,1361.97340243103,490.335434466657,5396.82630418874,116.432999055993,488.211216433496,2532.14206149994,13053.311895727,762.709374664466,3835.41184655461,247.244481755107,2996.71241300739,1107.07052570819,7282.84507696564,1319.05253570779,8931.07024443308,117.398956373352,881.648156410393,995.49054102928,1176.7313901548,392.052229123111,1550.12930021971,246.639195093061,674.851443430944,603.796023049678,2228.46380364635,663.332773771914,1614.04783979141,291.429609851828,1384.42061559191,6444.94481183725,2117.52606752186,58386.6433470908,24082.7192578962,1507.04427685727,11026.6606907853 -7679,290.417499074814,1410.90912386262,326.005493945075,1269.86127361603,435.704814160323,5031.83154082826,94.9746184684071,455.192822405551,2263.43604475146,12170.4985128406,680.985448838478,3576.01768405643,221.382464088375,2794.04064326818,931.786730873896,6790.29627779547,1086.57379955885,8327.04971705523,98.9783805787375,822.021082630668,741.163745897221,1097.14743264351,337.529788599939,1445.29193002813,200.209773395546,629.2103149204,492.911965363327,2077.74974082057,590.656613883879,1504.88757112019,245.032023616036,1290.79035097006,6131.13009940661,1923.64907623452,49579.352691038,19600.07783548,1439.76551449757,8874.16190507121 -7680,266.663293985853,1322.27712857903,309.440331484961,1190.08977273735,463.54466315666,4715.73657634638,91.2863276704998,426.598033835383,2463.79847718716,11405.9591470196,759.937676692077,3351.37558829932,248.468557095872,2618.52161590635,987.654873259706,6363.73619856081,1069.80779195998,7803.95222001182,99.6305642707172,770.382484873732,615.294159135981,1028.225654174,339.806298118797,1354.50003892818,185.860836150428,589.683909767008,475.014901102548,1947.22743990531,627.800201431161,1410.35193742841,252.603263415501,1209.7041049714,7062.90681613101,2122.57995840108,50867.0468978595,19148.149614588,1679.39711753779,8540.38163515905 -7681,285.53851124197,1267.48959422257,329.594367255475,1140.77931965466,485.645415608834,4520.3436635383,97.6198839878109,408.922272884826,2578.44788976903,10933.3620150498,795.39524395203,3212.51392215022,259.909327540425,2510.02518963241,1045.06846121026,6100.05969075587,1134.75172467285,7480.60147066512,105.483092253049,738.462279989762,672.639824075604,985.621916170316,357.522226305512,1298.37737310068,197.783420875964,565.250811161932,506.137646301605,1866.54557075864,656.784024028421,1351.91509120572,266.852949588113,1159.58094714026,7318.81268387997,2214.38933594651,53725.296614604,20402.3493170104,1739.18148094528,9118.56988084316 -7682,289.900360109211,1255.71635027816,335.579061117722,1130.18304077533,517.836452905664,4478.35585637524,98.3936305450491,405.123944523851,2756.75337882041,10831.8060427385,850.149376457711,3182.67406369877,278.642221550571,2486.71049024643,1091.04403182747,6043.39848332498,1177.94486086398,7411.11691918123,109.155334504186,731.602975893149,643.766080257819,976.466837257698,378.195739900982,1286.31722395618,203.760117419074,560.000404594558,519.874243438547,1849.20791651827,703.924986053637,1339.35764991907,279.642109478322,1148.81002686904,8015.93714112045,2387.81601100431,56224.0512589812,20911.4928268876,1907.66468691185,9306.10969002175 -7683,324.945268595914,1279.46532935655,375.420273877386,1151.5578467848,589.411164992686,4563.05363029133,109.399394182478,412.785929717018,3140.42059507557,11036.6646758471,968.379199317276,3242.867004354,317.736117670484,2533.7408848047,1233.93406163617,6157.69542953502,1332.63032837099,7551.28110564109,122.835016930769,745.439559102661,706.591893669173,994.934455747837,430.07728569243,1310.64494799444,230.030429271824,570.5915208842,584.920365019871,1884.18141997806,803.313062670964,1364.68851130298,317.190247535465,1170.53711936657,9199.3590554753,2728.27977695577,63643.3089034733,23521.4261819409,2190.28167756546,10458.794843914 -7684,407.251349535871,1337.49267223963,466.578820005829,1203.78422642315,699.935688448782,4770.00091641434,137.242952015938,431.506929912505,3719.05425463814,11537.2083879249,1147.15079725233,3389.94012252948,375.558350850987,2648.65314364129,1500.41807268947,6436.96419583988,1634.35583899276,7893.75289277733,150.160663561465,779.247334821304,940.920262323611,1040.05752511534,516.474230276692,1370.08637407318,284.52372739048,596.469447443711,723.859659658738,1969.63433441224,950.787695274672,1426.58096462472,384.916899074097,1223.6242622726,10630.5709153069,3205.53011445672,77137.8801620203,29163.2671185973,2527.24808949861,13038.5862297487 -7685,545.514702762457,1465.52309313977,615.653796036715,1319.01551283,854.224887503077,5226.6054554134,182.967798677134,472.812587135671,4515.82194166044,12641.5984728779,1393.691648481,3714.43944108423,454.514682792832,2902.19335648675,1911.12267687505,7053.13746722874,2111.83329116124,8649.37610202578,192.797371240309,853.84016537149,1377.22866687748,1139.61620342788,643.39322930621,1501.23680112443,372.911999112701,653.566010285,949.86539376192,2158.17601250002,1153.4412450052,1563.13929136545,488.441841661981,1340.75472031097,12313.4296507703,3835.32990771318,97661.003944801,38369.2831551661,2918.5639227113,17309.6153256591 -7686,565.640026355845,1756.35405945467,637.988687343066,1580.77225892046,897.252335200468,6263.81784889945,189.098425757579,566.641570279097,4747.02400886217,15150.3056483856,1464.91957292536,4451.56464711172,478.173877283069,3478.12948622142,1995.63757608955,8452.82253172762,2204.18470978218,10365.832445531,200.664874546718,1023.28352763298,1409.44354653024,1365.77141259689,674.726269563893,1799.15510182012,388.517379087591,783.265252290482,987.711223259365,2586.46296214357,1213.90169599757,1873.34205290544,510.992585981653,1606.82558110095,13040.8751197252,4042.56745836721,102058.438608327,39887.0702054366,3092.48207080583,17979.7387844303 -7687,549.644191652294,1963.52845332879,617.617373589342,1767.23553654488,873.136491664395,7002.67950335799,182.555346272574,633.480954533375,4620.41289479401,16937.391442856,1425.81465856416,4976.65820816921,465.833599825661,3888.39947947515,1941.60568631454,9449.89278365615,2147.63052126756,11588.5557582612,194.548280044433,1143.98706315164,1361.85605533586,1526.87381848834,657.639320646658,2011.37818161353,378.499532471144,875.656933234542,960.260394864019,2891.5545771146,1183.46079554691,2094.31600872053,497.96551045993,1796.3620324981,12718.4247287597,3939.85528687649,99256.5318114995,38761.8500317863,3016.39288101447,17479.5031896543 -7688,527.337667987939,2020.83262661987,590.593380616269,1818.81104147868,824.47983882623,7207.04769526374,174.823595101708,651.968643027848,4359.10392418414,17431.6970958731,1345.30681240706,5121.89841789874,439.309535320328,4001.87963669876,1847.31975592468,9725.68114452186,2051.42586239899,11926.7594681381,185.218623482063,1177.37350723319,1324.02694694232,1571.43453862455,623.998575977955,2070.07881499506,362.462762321979,901.212354425682,918.190500771962,2975.94252896051,1117.34252777168,2155.43712325622,474.101220663092,1848.78757338052,11899.8883963298,3708.72694860935,94349.3057967089,37091.1338274632,2820.73496440813,16756.5803248086 -7689,497.17838304835,2032.40338218062,555.72020589596,1829.2250746326,774.631333470913,7248.31335284375,164.310290568099,655.701643822858,4095.08111276661,17531.5064039022,1263.83996048703,5151.22505970958,412.874461944608,4024.79334585501,1739.00491991669,9781.3678341085,1932.41339523412,11995.0489526901,174.187436171988,1184.11483794829,1248.63563635974,1580.43215905419,587.087926900147,2081.93154126457,341.59053696212,906.372459089489,865.144748497475,2992.9819923539,1050.29631286318,2167.77858872508,446.33211145907,1859.37324426368,11167.0143550264,3484.02251284506,88756.8479511337,34933.427041092,2646.8168163136,15788.9999882648 -7690,470.683867043787,2053.11503550421,524.007111256165,1847.86619476101,719.542998120453,7322.17888301412,155.186114233154,662.383715526554,3799.8039747232,17710.1650727774,1172.84761291417,5203.71975075561,382.930351647081,4065.80888696722,1630.18797099277,9881.04701265483,1817.99954690195,12117.2871351719,163.395626353658,1196.1818204351,1200.11271911602,1596.53790029964,548.136149994202,2103.14792217801,322.286382969851,915.609046825614,815.810805255397,3023.48263310902,974.974047734864,2189.86981284212,418.344387401186,1878.32159594032,10256.6746579793,3223.54632037942,83091.1790307921,32957.0565561728,2429.41913119544,14924.6177932196 -7691,454.688032340236,2069.02482545247,507.595255422639,1862.18549129468,696.630870641662,7378.91916593924,150.521325085219,667.516591959162,3678.98475669312,17847.4028803938,1135.5495681075,5244.04388591241,370.590074189673,4097.31523914077,1576.15608121777,9957.61621590046,1755.29280872334,12211.185182641,158.278089957794,1205.4511507814,1160.14459808573,1608.90962920861,529.762060580015,2119.44542187644,311.053110495334,922.704191207595,788.359976860051,3046.91189682446,943.013355611252,2206.83932898411,404.113073829228,1892.8768943673,9935.10769212984,3120.11910845177,80372.2592463981,31853.4012949817,2353.32994140408,14417.1354639093 -7692,440.641037730247,2050.30912704924,490.531565639482,1845.34079151283,665.667276482372,7312.1719602254,145.645364286881,661.47846275908,3512.62727414069,17685.9613135835,1084.29803273954,5196.60803952977,353.700689770044,4060.25231203841,1516.40266144041,9867.54298931599,1691.09425459554,12100.7269338018,152.36835400207,1194.54704760182,1136.75204801768,1594.35597716544,507.697300154143,2100.27363582053,300.267206963114,914.357721341406,761.791617024473,3019.35056289523,900.095666011317,2186.87700721901,388.331227325589,1875.75457053937,9412.20773546558,2971.91973505506,77232.2416981118,30778.9102504331,2228.32627246114,13947.2161736683 -7693,433.312051134884,2044.23448115147,482.985547376085,1839.87342480151,654.813070771617,7290.50749274779,143.417319176084,659.518637590645,3455.1136131447,17633.5614335243,1066.55244511347,5181.2115545348,347.715609633705,4048.22261625944,1490.9733790058,9838.30748099661,1664.86801022623,12064.8749589661,149.976095488541,1191.00784942595,1120.57767258458,1589.63222703991,499.582872527843,2094.05095531947,295.663425607581,911.648666737022,749.079531011936,3010.40484575002,885.381813010303,2180.39773867088,382.219102248139,1870.19709403164,9251.90585693852,2922.36183468972,75992.8835926562,30294.7877074198,2190.28167756546,13729.5254744355 -7694,432.468712576744,2015.42329809358,480.936084322828,1813.94248070774,649.986343002363,7187.75599926934,142.859689717369,650.223465058866,3428.86797376193,17385.0362417676,1058.47710310375,5108.18821208767,345.220856803339,3991.16747707089,1484.37567273624,9699.64761568843,1658.9639200906,11894.8341323298,149.179980970194,1174.22193494814,1120.04302395319,1567.22815083914,496.846121284505,2064.53766515509,294.826893480616,898.800005360835,746.882122787596,2967.9765793799,879.217399003128,2149.6674878278,380.504144087562,1843.83877196669,9161.46413830794,2899.25265221802,75590.6316193205,30192.2526766342,2168.54190905365,13691.4792391447 -7695,444.363758840952,2003.129367329,495.003389322994,1802.87756779845,668.880151853487,7143.91122745822,147.036965209606,646.257150752337,3528.84184404985,17278.9888262702,1089.32831749952,5077.02864760746,355.295935587554,3966.82165518852,1526.38206588552,9640.4804936546,1705.38808892942,11822.2765373981,153.566440738078,1167.05926932641,1149.58466044901,1557.66817681435,511.063030666961,2051.94414043981,303.008477199167,893.317392826007,767.660942052523,2949.8721451341,904.803002165091,2136.55467758728,391.268796137055,1832.59149392586,9436.51253894823,2984.4699722051,77741.6062451547,31032.7078380987,2233.76121458909,14069.9179550136 -7696,460.505300895737,2047.38751134731,511.865952530412,1842.71124821092,680.923244196361,7301.75238196163,152.533253097492,660.535880083235,3588.29983204589,17660.7594639718,1107.82094494063,5189.2030626681,360.892188923328,4054.46660062926,1566.96748666342,9853.48210056672,1754.48425647713,12083.4838394079,157.960730422935,1192.84486164121,1210.8069460774,1592.08407806696,522.084960015771,2097.28082251652,312.542437198171,913.054794948206,792.572858515394,3015.04809850203,919.28364671581,2183.76078727043,401.158060594104,1873.08168871197,9489.42760096016,3023.73546500289,79732.514287182,32060.936299485,2244.631098845,14556.8760530534 -7697,479.671381579629,2145.04469714677,532.827441844344,1930.60569601033,702.218553391982,7650.03456355883,158.936100976466,692.042409653717,3698.31846679476,18503.150100221,1141.86196654966,5436.71994202458,371.848065104564,4247.85832346673,1623.92164488626,10323.4778033506,1821.54115396008,12659.8471413571,163.947249144487,1249.74169804253,1270.55873891387,1668.02400138799,539.867532348207,2197.31784131389,324.964887309173,956.606082264924,823.906247797217,3158.86118259961,947.61291095383,2287.92276528489,415.681479422542,1962.42475907764,9723.10495982706,3111.30064114955,82576.5471880754,33338.4548828477,2298.98052012454,15151.0557417404 -7698,492.962792807033,2124.82479892128,545.000903385041,1912.40717047899,708.231201908321,7577.92281665564,162.831264773931,685.51898983429,3725.73891936995,18328.7333095709,1150.47238242652,5385.47162815286,374.394389832875,4207.81661100681,1653.1493720359,10226.1652994226,1860.63153159617,12540.5112500869,166.879385573384,1237.96122093816,1323.62700574679,1652.30065744527,547.294616789044,2176.6051992046,332.852031275833,947.588798079185,843.580771480339,3129.08471607395,954.915947048739,2266.35605130295,423.052960352191,1943.9262965717,9684.5947846502,3124.39798993838,83950.4320304488,34149.347129033,2288.11063586863,15547.9454377713 -7699,500.815554082267,2059.42109870181,552.190175478911,1853.54184410523,709.021815739712,7344.66867144873,165.195420283993,664.418201416987,3726.5221281649,17764.5611578761,1150.82909833795,5219.70277413393,374.305398703262,4078.29686126344,1667.17827765403,9911.39626529908,1881.38849000448,12154.5049126157,168.414406636686,1199.85584650039,1358.64941788114,1601.44160453566,550.135474365833,2109.60765944641,337.282344533837,918.421304499308,854.55662966277,3032.76914274512,955.337296957683,2196.59591303401,426.556367075964,1884.09078786799,9598.62628625597,3117.13131643431,84576.7495758387,34606.4452209662,2266.37086735682,15777.9020273217 -7700,487.932013183378,1935.09332092794,535.056751602597,1741.64304951983,674.83644855421,6901.2691476786,160.179227879623,624.307104882745,3541.64153428049,16692.1100631103,1093.91138036631,4904.58798437227,355.476437230364,3832.08903801513,1605.5871389658,9313.04274105987,1821.54009518103,11420.7343463728,162.208085215826,1127.42024256372,1344.88137940049,1504.76216580793,527.47919685821,1982.25010618106,327.685618638102,862.975975751073,828.830846158261,2849.68009492661,908.788179472157,2063.98685667987,411.066625828805,1770.3477457444,8986.54314174365,2950.78152413259,81333.5412857431,33594.431576807,2119.62742990206,15353.519689448 -7701,438.461491483356,1821.96024805779,478.205431745462,1639.81983101963,592.826564752388,6497.79414368941,143.190486939963,587.807686262364,3107.00837188767,15716.2244643626,959.810055419575,4617.84671777126,311.82635781509,3608.05022619454,1427.3311054656,8768.5660836954,1627.9505946842,10753.0338499341,144.166632049569,1061.50687545227,1223.50673257328,1416.78792398948,467.083358566136,1866.3600644533,293.812333117021,812.523047773927,741.702148586707,2683.07672631938,798.613600009252,1943.31816699217,365.763966759256,1666.84633919272,7773.16274899887,2580.21634698417,72170.1918030994,30074.4801878995,1831.5754971205,13778.0772542613 -7702,373.750718462367,1710.79420399774,411.812213257361,1539.7669984839,514.059215172005,6101.33430278974,123.978646337628,551.942877894818,2696.28491748009,14757.3064511263,832.858674711807,4336.0909812026,270.179060633727,3387.90674565286,1225.5688748181,8233.55616531619,1388.5591329485,10096.942568022,124.484771067485,996.739534774905,1040.107618115,1330.34327792771,401.234919515639,1752.48498656502,249.983966876224,762.9473377523,634.016458772264,2519.3700670262,690.066593030494,1824.74752682324,313.034708958095,1565.14449702489,6800.35291440102,2240.01456942268,62111.9036315413,25719.7415979215,1603.30792774643,11751.6035202739 -7703,299.354248423938,1561.21325012914,338.865405217546,1405.13957466495,459.056890487486,5567.87247392109,101.366573765708,503.684506453318,2423.32367985732,13467.0215236157,748.013339628002,3956.97079040834,243.378427022832,3091.68974804529,1036.46230327694,7513.66643102741,1147.24210986803,9214.13018944839,105.311468332873,909.59097533872,774.499168690331,1214.02653099222,346.62096374963,1599.25885608232,203.219174219361,696.240079646198,518.787474206903,2299.09238728355,617.51540914198,1665.20321986114,264.263532012088,1428.29822629279,6517.95055306336,2047.6004023097,52944.6937954972,20988.9834988691,1543.52356433894,9481.23352199568 -7704,277.330579276679,1456.15078088303,337.43909854792,1310.58014574803,505.02576261764,5193.18027187296,101.757355315747,469.78885641024,2685.93782926222,12560.752931196,800.940733705249,3690.6848605774,280.588159401734,2883.6332515701,1056.92754325908,7008.0312474482,1151.53596982203,8594.06161804823,112.801510149604,848.37968734513,633.902487706021,1132.3281306835,357.743200792161,1491.63609258744,197.919991222374,649.386325394697,506.493036116392,2144.37404677949,650.28084563335,1553.14270406632,252.791496221763,1332.18032666457,7823.19648048197,2286.99197199267,54816.8819084696,20565.1920939458,1821.55603849571,9127.88831422084 -7705,297.456117884037,1398.09450908377,360.035424674155,1258.32772920219,530.66940902596,4986.129814376,108.974573238445,451.05852305872,2819.46047526107,12059.9596783609,840.921328921943,3543.53842065917,294.383315073676,2768.663704446,1120.93388806743,6728.62325466272,1223.89117891012,8251.41909523586,119.663100731409,814.555057118576,693.168737078653,1087.18256568848,377.420035911235,1432.16503261636,211.00728435012,623.495497669444,540.689433896339,2058.8785307014,682.459088645862,1491.2193949186,267.754039320506,1279.06671772666,8137.53987761971,2393.64159437978,58033.9305805357,21950.7981917267,1893.69687170346,9762.39133727684 -7706,301.811014607858,1373.44879813999,366.546853987396,1236.14583714485,565.37521996304,4898.23395802663,109.875184610416,443.107230849355,3011.7963443092,11847.3658384628,897.829684656828,3481.07266954841,315.384602724794,2719.85750077595,1169.60931036576,6610.01059814589,1270.02126758779,8105.96248370074,123.856110439007,800.196021763595,663.322885521461,1068.01763292965,398.860433565159,1406.91872402397,217.283178627483,612.50447402228,555.110272941682,2022.58447131819,730.539677161396,1464.93207176403,280.218687102005,1256.51923728232,8899.85582233633,2578.58109351308,60701.8944964183,22492.8100847359,2074.04895472284,9958.94460670576 -7707,338.65252985882,1389.90819821277,410.676927979509,1250.95979956516,644.788241073513,4956.9343569599,122.358313767523,448.417424573045,3437.82798624157,11989.344581615,1024.65986634335,3522.78981825328,360.382840274239,2752.45225262026,1324.94551453634,6689.22491546705,1438.94223628971,8203.10427717341,139.641200651578,809.785564873387,728.170140167917,1080.81674821446,454.344417463453,1423.77922743695,245.617638379875,619.844723034806,625.404644519525,2046.82310841883,835.245539076766,1482.48780670024,318.289660729668,1271.57735437674,10236.6180325277,2952.38326039764,68828.7480835257,25334.8759533451,2386.65923195642,11205.958626055 -7708,426.363517302003,1438.79464613894,512.822993587048,1294.95909475444,771.991446868109,5131.28178049948,154.114570013507,464.189354765099,4105.62807055337,12411.0389570505,1224.29754836136,3646.69489430528,429.512895705549,2849.26268505745,1621.31019112103,6924.50120631623,1774.44708757158,8491.6273829401,171.640092149298,838.267690455095,970.364405840328,1118.83169894808,549.706471283446,1473.85700174604,305.34398394106,641.646167773324,777.94975460697,2118.81484962336,997.227452199261,1534.63050436662,389.025294374173,1316.30181905632,11954.4988809936,3500.063955921,83968.759391634,31563.9313823608,2783.43381459905,14034.8695813587 -7709,573.996497351489,1552.91123201118,680.124963096063,1397.66750497417,952.173655891017,5538.26436102995,206.294452236608,501.00607805927,5040.1620230003,13395.408336452,1504.33857758853,3935.92892236663,525.431220834988,3075.24915973921,2080.63403279246,7473.71122642131,2307.21242430489,9165.13247836204,221.704351610297,904.754069966205,1421.31947224259,1207.57073755392,691.264052944045,1590.75452395639,402.48160945068,692.537704102567,1026.74427017764,2286.86657082158,1223.85306313409,1656.3482173173,498.103375669908,1420.70300651641,14057.655456683,4238.30136105369,107139.463965341,41747.795184378,3264.37270265072,18727.0533789059 -7710,595.168373176966,1814.32354731132,704.920268411978,1632.94656726924,999.945572651576,6470.55880228148,213.26837855591,585.343905067771,5297.05419335652,15650.3503031526,1580.78110640226,4598.49112891344,552.682321747928,3592.92717403955,2172.59205550789,8731.81285857525,2408.12983992537,10707.9627778752,230.805811993728,1057.05759597057,1454.58025035689,1410.84949289129,724.783239504862,1858.53726298846,419.322875372407,809.117377769833,1067.68303922399,2671.83067742201,1287.55877135183,1935.17279756804,520.970127696717,1659.85979451024,14879.3981853406,4465.91380038942,111960.546053492,43402.3823556526,3456.74825787139,19452.5723902905 -7711,586.429753928319,2016.20432271202,694.084703388342,1814.64542670186,1000.22775104062,7190.54142622758,209.168644966053,650.475442166692,5303.48240411298,17391.7733581392,1582.41477405622,5110.16775690738,554.062653503961,3992.71414970232,2159.04686620738,9703.40646058479,2390.62338944433,11899.4436643812,228.496750582426,1174.67697396629,1408.29671659212,1567.83548914354,723.566105706315,2065.33772276269,415.332582191906,899.148311809364,1055.7070836303,2969.12674112391,1290.75451129896,2150.50053527299,518.515270885905,1844.55330348704,15026.5450524468,4485.80863831469,111325.877287477,42884.003403348,3492.81867447527,19199.4333440777 -7712,557.352697364931,2079.09138399687,656.100654512618,1871.24570122452,927.394812573394,7414.82029233683,198.156835203318,670.764303040079,4910.80028129407,17934.2369887867,1465.62395685145,5269.55806734587,512.657777400072,4117.25016849602,2025.06256978127,10006.0636416476,2254.57788849131,12270.5970413222,214.472447692867,1211.31610920649,1367.28885448728,1616.73755992062,675.648440772839,2129.75729496685,393.263926841276,927.193482803177,997.931975079852,3061.7362317535,1196.41116436779,2217.57640522892,486.790838907559,1902.08642913947,13744.0724198666,4139.26803360635,104253.78575072,40572.718804512,3192.23186944297,18216.2578754657 -7713,523.332661339133,2091.44316698198,614.295256304747,1882.36268289798,864.206663336582,7458.871386882,185.38835203501,674.749281848168,4574.66407506057,18040.7834373911,1365.39320699052,5300.86426108813,477.691728861541,4141.71055584028,1894.35346922393,10065.5091896346,2112.0049035283,12343.4960744858,200.458938676029,1218.5124805745,1288.68805683471,1626.34252083659,631.162719166967,2142.41008171825,368.804122545025,932.701895166838,935.587724997793,3079.92586102298,1115.30068346429,2230.75092113578,455.428924682381,1913.38663411001,12763.1103222489,3853.46127396947,97430.8011244438,38025.3394332622,2963.78589761843,17087.9250830785 -7714,498.278556169868,2112.73335934626,583.213977901916,1901.52450582051,812.496102936376,7534.80020443449,176.183117463809,681.618003998978,4297.97646692817,18224.4325825595,1282.9815150762,5354.82528742497,448.643947225823,4183.87178491076,1791.71949263628,10167.9727087371,2002.31890475124,12469.1487386472,189.643879625934,1230.91653033271,1239.58085873661,1642.89814408539,595.439737603468,2164.21910023859,350.334802957327,942.19648869925,888.389324437739,3111.27847680719,1048.25562940577,2253.45921987302,430.80834873951,1932.86427048596,11913.7284647545,3613.70033043041,92067.8708984097,36116.6464433164,2765.39860629711,16252.1379610166 -7715,478.32619667761,2146.20177242226,560.589149023748,1931.64709907318,776.43692366996,7654.16112831614,169.662794786929,692.415709642692,4105.8897369701,18513.1310286036,1225.7194339207,5439.65260549449,428.325161380788,4250.1496938267,1715.42428523382,10329.0464709589,1916.77818535664,12666.6760881563,181.940089145036,1250.41583095056,1197.24406870613,1668.92376321276,569.067350260627,2198.50311365341,335.585501794721,957.122092606172,851.898561561019,3160.56512852574,1000.57678402654,2289.1569115325,412.096479306534,1963.48332590926,11346.169944553,3447.70736523023,88143.9101747815,34644.3214268279,2633.1404120829,15592.2551809306 -7716,466.347563316551,2125.20084957832,545.692527065674,1912.74562754772,751.469961426308,7579.26395445471,165.255432516685,685.640312715439,3972.24252142622,18331.9771215818,1185.91570141431,5386.42474680306,414.290926029508,4208.56130873535,1666.07132115724,10227.9751221345,1861.93710570762,12542.7306648347,176.741310615975,1238.18031482805,1174.06914012733,1652.59308096564,551.405262991804,2176.99041393651,326.304955385337,947.756501971904,829.275535964977,3129.63850025607,967.671408974076,2266.75715010536,399.851990773931,1944.27033188296,10934.4039866028,3331.19215169149,85545.3050865845,33716.8395528646,2536.95263447257,15183.0645481059 -7717,459.070184909513,2115.22107217062,537.964320145581,1903.76352328954,740.810145948892,7543.67232216513,162.9123723324,682.420599292114,3915.88345915834,18245.8915870532,1169.090340005,5361.13051637439,408.210717983157,4188.79823312949,1640.81605419079,10179.9453488212,1835.61983780083,12483.8309800615,174.236298664138,1232.36591665715,1157.52509448431,1644.83263277232,543.5974569062,2166.76743677457,321.696114080635,943.305911370898,816.484619220732,3114.9419619946,953.950459590923,2256.11263535285,394.195722392756,1935.14019007239,10778.9407889526,3283.53443037423,84314.8430743204,33227.376004031,2500.8822178687,14962.7576329149 -7718,456.963097572771,2097.77815628983,533.94601733904,1888.06436662429,731.400505376016,7481.46433668363,161.789500560937,676.793099989381,3864.69438486997,18095.4290390434,1153.89166237278,5316.92059909748,402.990281030295,4154.25581286744,1626.81552602474,10095.9976552554,1822.44584593138,12380.8845710454,172.609881395019,1222.20335951293,1156.54841856139,1631.26871851821,538.09832575999,2148.8994500047,319.758786352564,935.527052754949,811.432737936408,3089.25496817091,942.152769084984,2237.50787416085,390.841192691514,1919.18228950254,10600.0704540701,3238.19821003102,83507.2793669159,33008.7968289498,2458.80006516417,14877.9514685902 -7719,464.222431815547,2091.12497135136,541.939868824222,1882.07629711883,734.812688007299,7457.73658182392,164.390287639646,674.646624373831,3880.26663358103,18038.038682691,1158.68328234891,5300.0577788117,404.463079465998,4141.0804291302,1643.13119390343,10063.9778063799,1844.35386564628,12341.61811453,174.599416084616,1218.32709406566,1185.20486732479,1626.09508638933,542.211988676213,2142.08413189674,324.150126826236,932.559992354278,822.402235005625,3079.45727599659,946.181069849401,2230.41153099251,394.765156409843,1913.09552829549,10578.3874289055,3245.53645772655,84282.6965138135,33465.1359316348,2452.78832906353,15100.1894882129 -7720,483.041864532135,2113.22511725026,563.093961117281,1901.96710294298,754.599965668548,7536.5539977086,171.265653852309,681.7766567885,3981.38655938081,18228.6744849883,1189.07365373649,5356.07167171099,414.587735156582,4184.84561911963,1697.61915469587,10170.3393968594,1907.92513366173,12472.0510464189,180.669593381247,1231.20303734993,1249.00912265551,1643.28054357004,558.089800689195,2164.72284191703,335.976459212291,942.415793500962,853.297809164321,3112.00265516872,970.082751206757,2253.98373300091,407.44748008187,1933.31416222368,10765.5830113563,3320.69976290977,87021.2415694131,34739.4171496797,2494.87048176805,15691.3014902413 -7721,495.453445680945,2169.89289647421,575.063361281105,1952.96983379308,752.447091903586,7738.65256949125,175.344356238264,700.059029429046,3963.42243466088,18717.4906044013,1184.09120329633,5499.69890977596,412.312895075127,4297.06551736651,1716.2499622872,10443.0649777117,1938.56718122207,12806.4988198241,183.022245491322,1264.21870677902,1307.96316006804,1687.3463926298,560.81799537543,2222.77157278126,342.821812431563,967.687407815656,870.184922018432,3195.45343282979,966.341662229652,2314.42606425726,411.940877817287,1985.15748891004,10543.6008091113,3290.3336061532,87805.0559482848,35450.5849395879,2440.76485686224,16057.1685802956 -7722,510.477238611296,2146.25962464278,589.917229111281,1931.69916783736,762.871758723465,7654.36745105019,180.10676204429,692.434374144252,4014.4246546317,18513.6300617106,1199.55517499401,5439.79923475655,417.379054956386,4250.26425928858,1753.91753791036,10329.3248969121,1986.7771109277,12667.0175263882,186.957724171742,1250.44953669684,1363.07681718172,1668.96875010394,571.144236273847,2198.56237568953,352.189087134217,957.147892435006,893.673682115044,3160.65032354941,979.153696562859,2289.21861719883,420.994714406135,1963.53625283897,10576.4226021736,3323.52722019561,89626.9651450516,36418.5400082071,2446.77659296288,16522.212142672 -7723,519.024634580581,2083.37256335793,598.190976537519,1875.0988933147,764.892677255687,7430.08858494095,182.846928172162,672.145513270865,4021.61280998501,17971.1664310632,1201.90327736607,5280.40892431806,417.914943762799,4125.72824049487,1770.81199071721,10026.6677158493,2010.86863760396,12295.8641494472,188.852881548645,1213.81040145664,1399.3076631074,1620.06667932686,574.911532132573,2134.14280348537,357.193930794288,929.102721441193,906.122583130485,3068.04083291982,981.239649891895,2222.14274724291,425.061036628736,1906.00312718655,10504.617232488,3321.42096497953,90401.1953653173,36936.9380980218,2428.74138466094,16780.1097637398 -7724,506.226975609288,1952.68087016595,580.269938942564,1757.47238062091,729.557211885446,6963.99295000216,177.456073179619,629.981266344631,3830.47287894133,16843.8202180915,1145.0903368632,4949.16448191603,397.723361829367,3866.91787748846,1708.03728340274,9397.68651301268,1949.41944488562,11524.5343675287,182.118465105585,1137.66706570841,1385.34827157662,1518.43854947192,552.306440648457,2000.26625091551,347.449473291754,870.819335190431,879.927080196342,2875.58008044155,935.646757841709,2082.74588503052,410.415489418361,1786.43796620558,9864.21799259847,3151.5833525402,87072.7562882245,35897.0166430226,2278.4479821448,16346.539989816 -7725,452.359213813044,1832.66319786342,514.845824686865,1649.45281250777,632.133549026628,6535.96488020318,157.567688729971,591.260712291956,3312.71448825382,15808.5480821557,990.67401069065,4644.97386375759,343.784121969901,3629.24540896995,1503.82814323365,8820.07627595185,1727.88697724422,10816.2016285267,160.31038625273,1067.74260689504,1259.45410253995,1425.11072359602,483.599686734071,1877.32383718674,309.346691543538,817.296144994629,781.766304364204,2698.83823130119,810.904820881578,1954.73402352353,361.821572294332,1676.63808559393,8366.17672282132,2712.55895274208,76474.014883108,31907.6220028332,1929.76728830733,14577.002241635 -7726,387.508654644834,1723.63774488685,446.202907109027,1551.32657727983,554.817237987827,6147.13919060902,137.226944103184,556.086509492429,2911.13746657037,14868.0948021596,870.371515743086,4368.64355923088,301.743226307994,3413.34096720598,1302.24134636761,8295.36840142553,1484.53095842626,10172.7439089573,139.587646495851,1004.22241316014,1071.32361631926,1340.33063832833,419.553024472211,1765.64151499486,264.83355823811,768.675054917672,672.514896100875,2538.2838746572,709.289270136023,1838.44655585799,312.198866760576,1576.89459373315,7447.09679037044,2387.90129863316,66412.4456397751,27458.8117436376,1719.35652478473,12502.3227430907 -7727,313.591162162038,1572.87078682659,372.227715275169,1415.63171349053,507.159008536442,5609.44762560911,113.666046054606,507.44550490592,2680.14499355757,13567.5794055092,800.198363479705,3986.51738322397,278.737332358957,3114.77531095093,1120.62668447702,7569.77077304787,1245.68401425457,9282.93184790838,120.236975730602,916.382866308007,798.791721955095,1223.09163394055,369.56948805189,1611.20047828029,218.151821755892,701.43888530458,557.697682112424,2316.25964734452,649.45827080256,1677.63724682231,267.730036708922,1438.96329013755,7359.76782391801,2240.88258338588,57663.8844162248,22712.1757383194,1707.33305258344,10207.2723445892 -7728,288.713483970036,1467.143000209,340.093122983231,1320.47347863324,519.66968697769,5232.38265207778,103.160281648542,473.335207663388,2682.70024384627,12655.5717871357,815.571161423721,3718.54517420913,287.067988010979,2905.40127832464,1068.8233740613,7060.93360998272,1161.16007839305,8658.93663748075,119.251446383296,854.783952423599,730.228209618803,1140.87587129171,430.353277448636,1502.89618412433,207.063472488841,654.288425513542,596.23857245688,2160.56153927585,783.153376145274,1564.86709790778,273.709485835707,1342.23671541544,8123.05233767709,2395.6720682219,56819.5153173414,21155.6682048584,1864.6621547795,9512.42798075934 -7729,309.636557573028,1404.19808389772,362.891217576488,1263.821132821,546.045576520899,5007.89745322756,110.481501250608,453.027681383189,2816.22949349296,12112.6090991774,856.288124262569,3559.00822739688,301.179696863221,2780.75068851248,1133.59687424877,6757.99798946272,1234.18822247829,8287.44180574774,126.485123077462,818.111109802351,798.361992473371,1091.92881144152,453.765219113998,1438.41734700976,220.730533569583,626.21745343957,636.039981459121,2067.86684949052,821.571000596291,1497.72951929271,289.835495303514,1284.65066026627,8449.35410002117,2507.76731566868,60147.5635454301,22580.8510869777,1938.51016090938,10172.9412084241 -7730,314.242243941402,1383.02359878039,369.38380908335,1244.76344995222,581.788445655987,4932.38129115011,111.381581732199,446.196289140751,3007.87930937957,11929.9580444269,914.219571670801,3505.34046669586,322.671108983158,2738.81859592234,1182.70198105418,6656.09133577068,1280.53073378567,8162.47203461017,130.976903449607,805.774473171468,764.355973411871,1075.46316415701,480.213670680459,1416.72685543594,227.359390106982,616.774460816151,654.164009786504,2036.68462788571,880.32767831284,1475.14463488095,303.521018329318,1265.27888031677,9241.13424221357,2700.55503102352,62931.4992676488,23139.0755526758,2123.13017623409,10379.9398318833 -7731,352.629434162013,1395.02826002462,413.825086774894,1255.56801146444,663.518731524375,4975.19441927017,124.029787084885,450.069278223723,3433.18190191412,12033.5102217777,1043.35870901387,3535.76686353066,368.710909856434,2762.59157382557,1339.73151381136,6713.86628752643,1450.79028453263,8233.32238870206,147.694812133378,812.768605157505,839.235185568223,1084.79819718012,547.236595597869,1429.02406134777,257.029491426717,622.128070452836,737.448144570589,2054.36307461696,1006.78832239529,1487.94890781137,344.822391999,1276.26151600794,10629.2511226615,3091.71403808779,71364.6124305685,26063.1161253944,2443.13820279691,11680.720940521 -7732,443.855340158916,1437.29044631667,516.849149976884,1293.60526900495,794.375839436525,5125.91723931013,156.237402090029,463.704064145753,4100.687688745,12398.0637332106,1246.66155300923,3642.8824268162,439.43137853843,2846.28389969989,1639.5714430108,6917.26192897268,1789.31509824023,8482.74974050902,181.460537490414,837.391316530312,1117.81076717521,1117.66200704853,661.135283309995,1472.31614569266,319.436446221415,640.975353453773,915.666146993801,2116.59971702694,1200.8057377342,1533.02611214977,421.174943773632,1314.9256803783,12412.7042134707,3666.59028336333,87038.2519562978,32470.4464992679,2849.30223651125,14626.8279109116 -7733,597.315809951936,1538.07173620172,685.67066225736,1384.31150583169,979.688626108249,5485.34114875414,209.172411212301,496.218503958045,5035.48607720692,13267.4028833538,1531.86827301375,3898.31749967496,537.548305637306,3045.86232417623,2104.44559240438,7402.29303835012,2327.11639254555,9077.55120378415,234.215852572611,896.108312273749,1636.14280226775,1196.03128795102,829.212817334842,1575.55340066902,420.849248739898,685.919869067259,1204.84731136397,2265.0134563647,1470.86810917111,1640.52028593061,538.64067379975,1407.12688195945,14595.729531257,4443.07666327247,111002.197744013,42945.1294116302,3341.62227737713,19511.1734701152 -7734,619.381987693879,1769.71828155213,710.632752118112,1592.80046669554,1028.85692849122,6311.47968135295,216.237162528004,570.953186011756,5291.90337490738,15265.5853941974,1609.70116786092,4485.43691694533,565.430537316549,3504.59481915779,2197.39709738482,8517.14065543186,2428.82445719495,10444.7067967937,243.861517599305,1031.06976427379,1674.59422274119,1376.16366374583,869.735411221797,1812.84500007217,438.487762208752,789.225172920657,1253.44334554696,2606.14354151586,1547.85055318258,1887.59644490845,563.457365274293,1619.05203044476,15449.0597556981,4681.20943984348,116006.772930371,44647.529040362,3538.55029372348,20268.2764332856 -7735,610.329070915741,1972.5247177344,699.666342353816,1775.33244908352,1029.16680286628,7034.76355910628,212.072276415752,636.383363282909,5298.03526533846,17014.9931967308,1611.35424000126,4999.45967713755,566.845903556488,3906.21489221984,2183.62667507085,9493.18919422882,2411.0688983727,11641.6508440511,241.458859485511,1149.22844892289,1621.51591108407,1533.86946989428,868.660985897972,2020.59367829288,434.350552813689,879.668915483451,1240.05243879336,2904.80276278508,1552.20504193541,2103.91150021005,560.911869751757,1804.59239340026,15602.0036423396,4701.49012187026,115361.118794596,44114.7333515805,3575.47429678842,20006.0015960871 -7736,580.006524048876,2042.03603784746,661.429634950494,1837.89475872955,954.200879351009,7282.66701870821,200.9168040385,658.809367521066,4906.13839544935,17614.5976671771,1492.44133840105,5175.63949323079,524.481131634357,4043.86901201985,2048.21971673685,9827.72701119051,2274.024031227,12051.8999583916,226.593821268066,1189.72699673721,1574.019033419,1587.92267935465,810.495715073911,2091.79893758695,411.212255390539,910.668246963518,1171.21101555705,3007.16734807716,1437.90717497536,2178.05286050115,526.411664426145,1868.18581679488,14270.2098426805,4339.21819289546,108019.076358197,41736.7766858345,3267.77427124725,18980.3337990961 -7737,544.58777934549,2056.84660474075,619.296766938681,1851.22472096454,889.180203838527,7335.48705961008,187.972272438893,663.587608466258,4570.41176925818,17742.353579518,1390.37987745602,5213.17759417973,488.707417649558,4073.19855929531,1916.04336204672,9899.00597278108,2130.26417709979,12139.3104972934,211.777899452772,1198.35589992176,1483.47067950081,1599.43963333004,756.963028297488,2106.97042698197,385.620748122596,917.273180833085,1097.78218631668,3028.97786089013,1340.20017144526,2193.84993606187,492.449468191532,1881.73547531996,13251.6464859998,4039.86223995519,100946.834278273,39116.2802581032,3033.92225183596,17804.4950726391 -7738,518.489279926673,2088.37691792283,587.985793328199,1879.60296516023,835.963613189521,7447.93599177617,178.642774831403,673.76003701317,4294.15543431816,18014.333980808,1306.46634356782,5293.09270395962,458.987671494742,4135.63842521985,1812.2805698547,10050.7522224983,2019.70157505901,12325.3993679519,200.332001319562,1216.72602861343,1426.82058127736,1623.95815232823,713.83737824336,2139.26911044966,366.283581267654,931.33446795023,1041.9647963598,3075.41040493854,1259.25838508298,2227.48043402855,465.747692581589,1910.58143239129,12369.6562838871,3788.92498628246,95384.1712282613,37152.6658910947,2830.84023497878,16933.092630538 -7739,497.717411794192,2120.77503405413,565.187900636399,1908.76225849631,798.857624315907,7563.47983500159,172.033781604854,684.212439420248,4102.31833656143,18293.8000481301,1248.15893589442,5375.20730245231,438.199608198858,4199.79681196864,1735.12759217473,10206.6749560417,1933.44101417873,12516.6099280096,192.183596416917,1235.60175494266,1378.03549011772,1649.15148996761,682.130934878559,2172.45674457913,350.8546866446,945.782761259154,998.999097406249,3123.12090326645,1201.86150031036,2262.03653793992,445.492842115647,1940.22131137754,11780.3321456574,3615.01912927843,91315.3798448864,35637.9523853615,2695.45222374067,16245.0723470708 -7740,485.238807843247,2099.54269671628,550.181723457209,1889.65250686335,773.163294641961,7487.75735019009,167.567018375267,677.362382676251,3968.8827278498,18110.6499602726,1207.62995318816,5321.39291248923,423.840678419519,4157.75015391662,1685.23278987653,10104.4898763964,1878.15680790587,12391.2987186402,186.681143335406,1223.2314125655,1351.29726237372,1632.64085579191,660.826340289652,2150.70699096919,341.139859303198,936.313968806901,972.235035036625,3091.85348663797,1162.15768047013,2239.38994786183,432.218496357442,1920.79660449833,11352.7553741274,3493.05813876026,88619.5728171655,34683.7421946003,2596.98821556749,15818.3025327542 -7741,477.668301201697,2081.72373017845,542.390007944601,1873.61489312938,762.195706835278,7424.20822690953,165.19119148537,671.613560492368,3912.57202274925,17956.9436002518,1190.49654233409,5276.22987656213,417.620451872833,4122.46303592603,1659.68413939875,10018.7323601188,1851.6106272466,12286.1328948763,184.035191514271,1212.84976153139,1332.25540596099,1618.78451801743,651.467789159187,2132.45378946741,336.321362628519,928.367406298233,957.266421091761,3065.61270863215,1145.67721337225,2220.3840878674,426.10399167064,1904.49466861721,11191.3440808428,3443.07189197942,87344.8359307937,34180.2342511585,2560.06421250255,15588.8050489691 -7742,475.461320903098,2056.12343234284,538.349937677519,1850.57384373459,752.508687478372,7332.90795538589,164.054571697694,663.354295859992,3861.51168774388,17736.1154962534,1175.02266179585,5211.34467862207,412.278501458735,4071.76645212576,1645.54802546124,9895.52555383791,1838.36077893673,12135.0424034739,182.307488859274,1197.93456664989,1331.07495583318,1598.87728191681,644.722670088693,2106.22963141048,334.282065602624,916.950674213389,951.105745680838,3027.91289416979,1131.30039309608,2193.07859428301,422.434402953105,1881.07387072932,11005.5829583092,3395.77331246912,86505.5612105243,33955.3516903513,2516.98620892679,15500.2766938951 -7743,482.993119866008,2050.3380531595,546.43038106387,1845.36682589492,756.00961289307,7312.27512159243,166.695360157519,661.48779500986,3877.21597756185,17686.210830137,1179.90726267704,5196.6813541608,413.783498500901,4060.30959476935,1662.08913671348,9867.68220229259,1860.51745918243,12100.8976529178,184.390801856549,1194.56390047496,1363.96139713265,1594.37847061103,649.422697439523,2100.30326683859,338.852406465355,914.370621255823,963.612752131971,3019.39316040706,1135.82923558679,2186.90786005218,426.611318964241,1875.78103400423,10982.9889285901,3403.81481109187,87303.627915767,34424.641292072,2510.83220841596,15731.3297101815 -7744,502.546281124283,2078.19465213147,567.785643894248,1870.43861517665,776.3543456816,7411.62220990355,173.671902268541,670.474996023881,3978.45512723668,17926.5017819972,1210.861481929,5267.28525689034,424.139216191604,4115.47435938425,1717.25384834672,10001.7479313408,1924.71430789607,12265.3046162469,190.778759836096,1210.79365706102,1437.26201533032,1616.04024565194,668.165739432451,2128.83871041272,351.190765471454,926.793575445656,999.365970880428,3060.41567583009,1164.15093095976,2216.61994345825,440.239907922514,1901.26604119266,11177.2293971279,3483.06182487232,90132.5901552487,35735.1796153583,2553.91021199173,16346.2463109012 -7745,515.402898751504,2145.97035792834,579.906460399868,1931.43881896569,774.113248547073,7653.33581736606,177.816859400515,692.341049825948,3960.89415581181,18511.1348477678,1205.8018172662,5439.06607422285,421.807259861836,4249.69142086602,1736.19995691367,10327.9327401381,1955.77782007761,12665.3103021085,193.217683175649,1250.28100469591,1504.85945480436,1668.74381128419,670.820675063617,2198.26605976036,358.292150171022,957.018890788188,1018.21930837177,3160.22434016693,1158.83179566501,2288.91008288154,444.924151227251,1963.27161305634,10946.5361836224,3452.14726371782,90930.7049096739,36466.3737034808,2498.52420739432,16726.1327425756 -7746,530.999341068161,2125.49011909867,594.912940431246,1913.00597894478,784.822607707874,7580.29559814576,182.651171514574,685.733637938996,4012.09495221978,18334.4723597284,1221.55766800332,5387.15791444846,426.987285855146,4209.13415271448,1774.36364258908,10229.3672924126,2004.50392300235,12544.4379056745,197.34804394444,1238.34884846375,1568.13323759803,1652.81802196731,682.813410039652,2177.28673273997,368.050939019876,947.885504870047,1045.16902637068,3130.06448777062,1173.70451852636,2267.06568741546,454.603235551056,1944.53497423262,10980.4774946619,3487.53121211659,92809.5037697316,37461.8518002457,2504.67820790514,17209.8299364913 -7747,539.862344697149,2058.98719582424,603.28201074061,1853.15131827233,786.888027485265,7343.1212109156,185.434405249502,664.278214034277,4019.48292672704,17760.8183127581,1223.95620249851,5218.60302622168,427.533044554328,4077.43759807302,1791.50600317,9909.30801663398,2028.88731123202,12151.944059636,199.326082222095,1199.60304686422,1609.69742844114,1601.10419412411,687.002164460566,2109.16318267837,373.254040841817,918.227800777755,1059.26261558187,3032.13016353932,1175.7713665707,2196.13310856526,458.906983385592,1883.69382562701,10905.8090248839,3485.81461928463,93604.2162528736,37994.9188931342,2486.21620637267,17477.8339359155 -7748,526.507965113683,1929.42364899157,585.245856574155,1736.54017173391,750.515244210091,6881.04896936017,179.973467507343,622.477933940986,3828.76145164389,16643.2034874117,1166.11228698108,4890.21792554682,406.872926017909,3820.86131713906,1728.07633626297,9285.75625492496,1967.0101385814,11387.2724888406,192.184829071157,1124.11698951611,1593.46150711588,1500.35333046644,659.484475516679,1976.44226855569,363.028248040703,860.447523702499,1027.92446056137,2841.33075534329,1120.44132984244,2057.93953677451,442.955880754186,1765.16076544577,10240.7645409628,3308.36113036031,90147.4017969369,36924.9711851185,2332.36619360208,17025.4137214437 -7749,470.431662691711,1819.47253523343,519.305002590725,1637.58081355061,650.268156854286,6488.92202595878,159.810303620215,587.005090969228,3311.60482695125,15694.7654598688,1008.87449886173,4611.54148882184,351.688201019926,3603.12377797581,1521.56480437217,8756.59344361123,1743.62336348625,10738.3516085197,169.131599767648,1060.05748912783,1448.45531949732,1414.85343530255,576.84321359623,1863.81172791733,323.166226404445,811.413625102279,912.409394885531,2679.41324113197,970.224631655091,1940.66475151233,390.344002272099,1664.57041960629,8685.31802801372,2848.45732660623,79162.6711017198,32821.1098813196,1975.43416397432,15181.5555971125 -7750,403.02167307977,1715.91426300368,450.044938992643,1544.37520785778,570.748062560852,6119.59435509308,139.177003534069,553.594730640243,2909.94827580513,14801.4720670852,886.354108255503,4349.06801936827,308.683705300471,3398.0460613016,1317.54129217349,8258.19752387155,1497.95207703669,10127.1606629905,147.289029739771,999.722573424251,1232.20257865452,1334.32472471145,500.864063603885,1757.72981760155,276.699131692513,765.230683919003,785.430251983933,2526.91002909226,849.230317976824,1830.20862494155,336.923057836609,1569.82865608906,7731.3042686729,2506.85465588433,68752.3394843256,28244.8630999945,1760.0441460955,13020.7427117371 -7751,326.295063427309,1579.0032877508,375.301064808038,1421.15115149143,521.796917874225,5631.31842582769,115.258968836982,509.423995481168,2677.91807842642,13620.4783428792,814.851531770817,4002.06050459271,285.162514212761,3126.91957774836,1133.51385187138,7599.28472082447,1256.51921787223,9319.12527753618,126.989315280435,919.95577186492,919.344578886732,1227.86037313919,442.971420175371,1617.48242369176,228.075509268144,704.173740989123,653.850389725085,2325.29056364547,780.075442632745,1684.17822402959,289.419888508651,1444.57369614202,7641.32506145035,2349.66893294573,59732.2857655823,23363.1700995279,1747.73614507386,10633.3891255586 -7752,300.478743386697,1473.56476784764,368.35211245976,1326.2532655058,599.3334346892,5255.2850859805,124.163477116954,475.407022556941,2942.45901754663,12710.9659384485,913.740198586572,3734.82145611156,312.287311426688,2918.11838354463,1228.73427811384,7091.83971453337,1287.90275363895,8696.8372913882,130.79465003061,858.525389981442,734.348619699494,1145.8695493101,447.797880380663,1509.47444546496,204.942103829986,657.152282844903,664.640787408352,2170.01843895928,852.692144940142,1571.71660943235,304.575278932793,1348.11176120254,9168.7167518479,2655.29426399687,62769.757835388,23272.600200026,2084.39886198159,10452.4687038954 -7753,322.15342585276,1411.28517171375,392.848737747147,1270.19972815935,629.457414304198,5033.1726686204,132.828512225509,455.314144381448,3087.98609844883,12173.7423006477,959.006427505019,3576.97079559491,327.549803069185,2794.78533544014,1280.72387802475,6792.10608700334,1346.19812701106,8329.26911524285,138.656899256499,822.240174885784,802.833641538913,1097.43985398195,472.057061930488,1445.67714188577,218.457724641979,629.378017561794,708.532795445271,2078.30352087062,894.284040517472,1505.28866692979,322.341164085945,1291.13438371429,9534.7464513948,2773.83199765931,66168.0156747111,24661.1479763444,2157.14719280163,11085.0521050434 -7754,327.202088982707,1394.07367313279,400.451289255742,1254.70885412699,671.479959881645,4971.79000409591,134.334316227439,449.761305800712,3300.7179593814,12025.2759576774,1024.86462028949,3533.34741670136,351.154057007825,2760.70119369534,1346.15023213815,6709.27213776242,1412.32635888325,8227.68850883475,143.792154772627,812.212445630986,768.725782302206,1084.05589383833,499.8358936452,1428.04621188323,225.047651666676,621.702362015155,729.937809731913,2052.95731953781,958.859244405396,1486.93073738155,338.023292206994,1275.38819856438,10425.3064808601,2985.10764872087,69377.3742533927,25478.7877953816,2340.39686948277,11388.2870325305 -7755,367.272403211199,1404.77662293841,448.877538613319,1264.34183561513,766.119024677956,5009.96074060967,149.786998460632,453.214331830303,3768.39959872698,12117.5995754705,1170.00051671766,3560.47456268769,401.34314396688,2781.89637647075,1465.3942693279,6760.78233001887,1539.05844555389,8290.85628742743,162.235220151563,818.448177073754,844.070234568334,1092.37869344487,569.684833815578,1439.00998461667,254.426036968258,626.475459235857,823.335873549335,2068.71882451962,1096.80299818917,1498.34659391291,384.173825524623,1285.17994496559,11980.8824979845,3397.19036052981,77953.3578593319,28349.6456067218,2636.33574153471,12597.366824516 -7756,461.914135256942,1450.82823349343,559.854558222432,1305.78969064875,916.136252108658,5174.19806998657,188.110342026863,468.07167609885,4497.699324243,12514.8406509548,1396.70247952834,3677.19460577111,478.010860416814,2873.09294569162,1782.00062212014,6982.41537104859,1869.67473548704,8562.64845614791,199.047142408146,845.278675314271,1124.11648346855,1128.18922541678,687.878300119198,1486.18383867593,316.157478870793,647.012677324425,1020.57941484956,2136.53589386645,1307.29778566808,1547.46563013021,468.571093611478,1327.31091821234,13997.4079725432,4034.4209375858,94884.8763188498,34953.4633018371,3117.80368927759,15645.051425735 -7757,620.805990566264,1556.81636352111,741.045064041635,1401.18224252103,1127.40588984317,5552.19152584193,250.657151205961,502.26596631416,5515.27934322172,13429.0939909214,1713.31886981183,3945.82666780033,584.0235044967,3082.98253956611,2259.10587852058,7492.50549141521,2425.80923688529,9188.18018829945,256.302259763604,907.029269961242,1645.09754320906,1210.6074356217,861.898694348546,1594.75482061728,416.433648107193,694.27924009919,1339.06578326099,2292.61739193784,1599.31374490351,1660.51346352168,597.755847470252,1424.27567181926,16450.9659754473,4873.5086940735,120549.276839454,46122.0345683042,3624.85415550815,20811.1541637506 -7758,643.861072976122,1803.15776851787,768.311242213853,1622.89702556612,1184.40268501852,6430.73744386757,259.333999177261,581.741559404691,5797.44334666102,15554.034323688,1800.86726815237,4570.19092038382,614.434206838994,3570.81544534278,2322.27329314188,8678.0752046771,2487.4501365078,10642.0634271869,266.965711200544,1050.5522120185,1683.79868390614,1402.16678942761,904.142639770621,1847.09938246893,433.900291407109,804.137876913162,1393.65911371908,2655.38759572258,1683.31505225888,1923.26328373476,625.509288203911,1649.6446224032,17409.7256100358,5126.64613896121,125564.264366932,47647.9422458739,3821.6074036237,21455.735065061 -7759,634.596487512931,2005.5013729064,756.805135386032,1805.01244521373,1185.26857629159,7152.37068971381,254.602728056682,647.022416137101,5805.77321948911,17299.4497403461,1803.3251766434,5083.04061092105,616.112371909859,3971.51896692691,2266.35976980732,9651.89626832835,2426.65183580483,11836.2758857885,264.466387327682,1168.44124252352,1630.47807716081,1559.512689537,903.178027408682,2054.37395002926,429.822678030512,894.375214588662,1379.47216081704,2953.3652361421,1688.41325844011,2139.08467874163,622.945916525774,1834.76155708583,17573.503324599,5133.18786072977,124363.550313785,46872.8570265359,3812.47953120865,21031.1706352187 -7760,602.85388711802,2056.84660474075,715.015895562538,1851.22472096454,1098.26095150641,7335.48705961008,240.909872673542,663.587608466258,5374.1959635349,17742.353579518,1669.44403440844,5213.17759417973,569.863435215385,4073.19855929531,2192.92246961271,9899.00597278108,2351.22486292577,12139.3104972934,248.02514289347,1198.35589992176,1582.65135707068,1599.43963333004,842.449628236748,2106.97042698197,406.898387052071,917.273180833085,1301.86506354268,3028.97786089013,1563.48836665137,2193.84993606187,584.194730818831,1881.73547531996,16084.4143148741,4758.57200758008,117197.033438835,44704.9360997299,3546.59042616387,20183.8878974933 -7761,565.983400260875,2066.07428364028,669.371231979784,1859.52991361068,1023.26504268885,7368.39642630844,225.330179016288,666.564677032536,5005.93731599836,17821.9515142285,1555.08834106353,5236.56559441971,530.939549162897,4091.47224500068,2106.42083016719,9943.41611417459,2261.75255558414,12193.7713691311,231.771096266604,1203.73211194765,1491.59119835079,1606.61523666454,786.739948862531,2116.42297755437,381.568277858139,921.388364899979,1219.97269841124,3042.56683491943,1457.08930113923,2203.69225620235,546.390356258115,1890.17754907503,14941.7358478661,4443.31725038891,110155.419715251,42320.3316020682,3320.35726079361,19159.346990102 -7762,538.764460934227,2087.91408612909,635.338326859176,1879.18640241985,961.718246549251,7446.2853598691,214.014772056183,673.610716474428,4702.38834495183,18010.3415949327,1460.8690204901,5291.91963430463,498.558771688313,4134.72187374192,2009.38154805561,10048.5247473526,2162.91669193413,12322.6677792962,219.17328215775,1216.45637446935,1434.60206478994,1623.59824628917,741.806333389356,2138.79499978928,362.42250507988,931.128063062935,1157.48388468162,3074.72882408884,1368.82109730169,2226.98677373382,516.572429469786,1910.15800411843,13949.0040146282,4171.2306205647,104265.685064414,40314.7425710026,3108.57912917449,18288.869070783 -7763,517.14409429983,2112.64657820956,610.606332523156,1901.44640014885,918.892140112753,7534.49071032648,206.02023265617,681.590006341386,4491.87557869262,18223.6840086951,1395.50525199689,5354.60533642018,475.942659168154,4183.69993116136,1927.07158912649,10167.5550563032,2073.83327640152,12468.6365647392,210.22158255952,1230.86597007852,1385.53811029748,1642.83066156669,708.821998538852,2164.13020431013,347.15250412153,942.157787704675,1109.57947309784,3111.15068013962,1306.34485790896,2253.36665838071,494.046364776476,1932.78487752436,13284.8431661593,3980.5994939237,99848.2762239702,38688.1775723308,2962.7975426582,17557.0372587612 -7764,504.127521487774,2096.24503035731,594.291292851554,1886.68450649271,889.169940927281,7475.99663412726,200.599565246656,676.298477119256,4345.23895045374,18082.2042986499,1349.99181093281,5313.03481697737,460.296339052534,4151.21974477894,1889.43889744646,10088.6191649353,2036.11978996199,12371.8362094984,204.163838463621,1221.31013271501,1358.63899532265,1630.07653317307,686.631111286031,2147.32896293326,337.534658081156,934.843338520982,1079.60629254135,3086.99723806265,1263.06275593679,2235.87262911083,479.235251409262,1917.77968735966,12804.7042564301,3851.01822967819,97113.3834988917,37789.9846282907,2865.79976823148,17172.8908887759 -7765,496.268243468997,2085.3685210842,585.874338187137,1876.89531618666,876.555554315373,7437.2069194044,197.755132400191,672.789456679732,4283.58466304109,17988.3835573319,1330.83718026121,5285.46777609316,453.547031120231,4129.68086006131,1869.92393818704,10036.2736813152,2014.88975001438,12307.64409965,201.26988296129,1214.97328239864,1339.49357365553,1621.61877071106,676.906578230131,2136.18740121719,332.767027553595,929.992840562454,1063.01331917778,3070.98014387777,1245.15006681072,2224.27165258765,472.454693083551,1907.82915760228,12622.3141875154,3796.29573172773,95797.4048980643,37325.5353613397,2822.53135466615,16959.8894408075 -7766,493.92381397976,2061.50383475886,581.418458916304,1855.41637012344,865.265414408644,7352.09649001326,196.330553404409,665.090141578193,4227.2076153135,17782.5268338054,1313.35998844701,5224.98156980212,447.693946194711,4082.42132902269,1879.33211110705,9921.41986969475,2026.62660305061,12166.7970201662,199.345638296764,1201.0692860618,1338.29317333085,1603.06117625663,669.836947832051,2111.7411502324,330.74288949977,919.350123363819,1055.92221217107,3035.83624623857,1229.3777226749,2198.81737687827,468.281613705095,1885.9962086783,12417.8364798373,3753.51548408097,95190.0415998902,37217.1065173527,2802.845847267,16954.447627525 -7767,501.67220991999,2057.30943653449,589.977163885021,1851.64128370493,869.037264309413,7337.13769151715,199.373772390888,663.736929005,4243.59410803701,17746.3459653933,1318.51591109203,5214.35066383472,449.251622618204,4074.11511077324,1898.57931327372,9901.2334479268,2045.35371566737,12142.0420859492,201.559952067305,1198.62555406583,1371.33528392589,1599.7995393691,674.629679573437,2107.44453764235,335.255430754338,917.479585720379,1069.43885151909,3029.65944173983,1234.08096425413,2194.34359635659,472.757878653119,1882.15890359282,12394.4794935952,3764.77060818072,96053.370326461,37654.9289304428,2809.88255786043,17181.9855098165 -7768,521.885018694759,2089.10008751483,612.823561456381,1880.25383986479,892.075899554984,7450.51508599343,207.562372785817,673.993348714184,4353.29557034916,18020.5720398688,1352.68982508681,5294.92561240557,460.396334877398,4137.07052683283,1918.8513273276,10054.2326279374,2077.34837912866,12329.6674452113,208.462608462777,1217.14736025053,1445.00171266301,1624.52050155953,693.991827202031,2140.00990314686,347.451599297944,931.6569733186,1108.64814245513,3076.47536752681,1264.58996377652,2228.2517728146,487.676477536,1911.2430344149,12606.8637232938,3838.65721014577,98643.8671615618,38826.4307992124,2824.05266673533,17701.0132035127 -7769,535.037381085982,2170.81855725578,625.485092122981,1953.80295674844,888.81898008891,7741.95382329848,212.224231762993,700.357669601278,4331.91335867627,18725.4753519481,1346.22017532018,5502.04504197423,457.658602798863,4298.8986147658,1922.83369212632,10447.5199144991,2090.55111467168,12811.9619805755,210.966991339333,1264.7580134324,1512.90495137892,1688.066202526,696.507660286722,2223.71979122774,354.452543753255,968.10021633892,1128.59031414447,3196.81659039711,1258.22410279916,2315.4133818539,492.455928053591,1986.00434288874,12345.3107198966,3800.1072553517,99265.8469124275,39443.178453933,2760.5288960184,18027.1802322318 -7770,551.113490859793,2142.49912929598,641.447078221634,1928.31460725173,900.711790639929,7640.95611308721,217.838960167422,691.221148953768,4386.62608539885,18481.1920384165,1363.32654891593,5430.26807670141,463.156429486935,4242.81730422954,1920.20233768263,10311.2267238093,2092.2762583845,12644.8234451508,215.390559876721,1248.25860433704,1576.48421200048,1666.04452362795,708.817561213877,2194.71023986751,364.092392745339,955.470858513118,1157.89792003555,3155.11249825646,1274.02403393169,2285.20764114591,502.929951111723,1960.09590999447,12377.722301038,3825.67148238197,100735.772866121,40171.0298542679,2739.70368911435,18358.0954854213 -7771,560.212878412772,2075.93835380102,650.265218018966,1868.40787781511,902.726448198987,7403.57540312298,221.016278295609,669.747060547489,4393.57040202326,17907.0389583392,1365.57607845804,5261.56655921256,463.640253784921,4111.0061841262,1905.74077159291,9990.88902207745,2080.40977474527,12251.9881608804,217.469957101643,1209.47909699123,1618.24160462573,1614.28570889357,713.041068291089,2126.5274277698,369.227034800093,925.787354591993,1173.0209424689,3057.09297900149,1275.95999987177,2214.21335662938,507.482012452139,1899.20183445915,12291.735138433,3817.28343371488,101197.395821685,40433.7675520476,2713.93293343849,18494.3068448753 -7772,546.202867724226,1953.05691801709,630.520005501002,1757.81083516423,860.446437404193,6965.3340777943,214.305131032022,630.102588320528,4183.33640056538,16847.0640058987,1300.37474923437,4950.11759345451,441.066996618275,3867.66256966042,1819.93774556679,9399.49632222055,1993.31076413148,11526.7537657163,209.560485617721,1137.88615796353,1601.87678920696,1518.73097081037,684.280240517797,2000.65146277314,359.091675896496,870.987037831824,1137.56303799102,2876.1338604916,1215.41972641912,2083.14698084013,489.508009099244,1786.78199894981,11540.6469260893,3618.00081657445,97192.1652790426,39104.9441547309,2542.38059124635,17923.8857148585 -7773,487.850054227064,1837.23364674483,559.117641157758,1653.56635599501,744.871135130962,6552.26481649836,190.055677121115,592.735247746299,3616.22901347642,15847.9727625788,1124.25737725669,4656.55788837518,381.041819115607,3638.29632494793,1628.75829288007,8842.0725204317,1791.79985759682,10843.1759774916,184.282222116121,1070.40543278089,1456.0568118149,1428.66478400393,598.293280040817,1882.00566450871,319.638513724859,819.334386530788,1008.83639351792,2705.56881998206,1051.87459374237,1959.60890284761,430.970559453596,1680.81942599067,9792.67020409729,3123.54548896943,85624.5090515169,34876.3157706568,2183.8694107942,16069.3713565117 -7774,418.055674102899,1737.89870165562,484.731776285434,1564.16187362819,654.153990859027,6197.99911550272,165.61688736039,560.68743314654,3178.81423230014,14991.1097789646,988.172645158996,4404.78864663175,334.578605653568,3441.58211481069,1443.97101882678,8364.00224894059,1577.53992262965,10256.9107018555,160.555498889141,1012.53110358119,1238.69556065524,1351.42020592788,519.654089108172,1780.25000067532,273.694585643897,775.034884156694,868.996760714029,2559.28501408498,921.114217136664,1853.65741262448,372.262246045731,1589.9414335908,8721.14402960574,2758.99544999653,74809.7087495545,30285.9066996781,1964.10310626493,13927.6254961996 -7775,338.998958930756,1603.47543922709,405.298965145097,1443.17683473086,600.018090131652,5718.59530396797,137.883218337614,517.319293280601,2931.63404117819,13831.5750592523,910.826699001,4064.0863608056,309.692430526529,3175.38207947618,1266.21609545126,7717.06208597768,1349.12989202467,9463.55755781555,138.847464842753,934.213688346299,924.333132679988,1246.89034304255,460.294564645892,1642.5509433015,225.667844971216,715.087363898461,726.071316117372,2361.3290338256,847.867285300865,1710.28042719235,320.94642741696,1466.96239323019,8624.19371660223,2597.30909618619,65441.2763525832,25263.7174554217,1961.63033187903,11482.8020833679 -7776,331.047791988146,1492.80115307104,425.878378049966,1343.5665993176,711.625607294846,5323.8892563424,149.087127738463,481.613137702577,3380.78684504994,12876.8989484449,1037.87138918383,3783.57700852296,347.736089633027,2956.21243314338,1242.8855160357,7184.41885572078,1379.44113958775,8810.36858367523,141.515113465822,869.732854686149,737.752438364303,1160.82809646544,439.540059162572,1529.17960709166,209.721904494025,665.730958678545,673.2094729749,2198.34655289395,853.448123263338,1592.23430015131,341.73257175939,1365.71044280007,10346.9207542831,2927.16250367427,69117.821208161,25423.4460090908,2278.39191300245,11215.0749420424 -7777,354.027475665251,1428.78594262097,452.717649266155,1285.95095611418,740.370283415024,5095.58698684287,156.060079850728,460.960309090994,3530.75695011468,12324.7039059684,1079.49499678105,3621.32734924559,361.820103794356,2829.44232672065,1301.24744141637,6876.33222002635,1447.42265501932,8432.556979051,147.947367548161,832.436439411056,806.355480023086,1111.04875730917,461.623947734528,1463.60439356603,222.979022625094,637.182677257901,715.757618237148,2104.07571385006,891.061436585967,1523.95513678095,357.701605518974,1307.14521378089,10709.9632081407,3044.31508156986,72512.5582722731,26809.4315838833,2357.63606268449,11843.8864607326 -7778,356.463312411212,1410.47521817914,457.063742865824,1269.47074525773,768.148757233933,5030.28407028821,160.370825814391,455.052834117589,3715.97015827338,12166.7556435188,1120.34841957152,3574.91792903246,375.893766083343,2793.18137452119,1344.82122479703,6788.20801562635,1495.93607901188,8324.48884751536,152.639381952077,821.768281359729,770.729742169269,1096.81002005003,481.555708924199,1444.84745038581,227.221872845031,629.016809947522,728.911833511874,2077.11075748271,939.961563619365,1504.42476365863,370.323357830925,1290.39338616206,11306.2100739946,3210.67859098726,74967.4443402625,27523.1181618485,2482.12206560196,12124.968739273 -7779,398.165904848135,1422.21953601329,509.493910398671,1280.04098975498,835.100946167169,5072.16871608424,173.172076404085,458.841830227784,4206.93848665885,12268.0620992766,1218.11549688947,3604.68447285289,408.976879272393,2816.43879117623,1461.51481967492,6844.73001008063,1627.81344202026,8393.80267988333,165.423857600865,828.610732583204,845.450140928817,1105.94260551706,544.578582937233,1456.87796851225,255.40541663055,634.25431660048,817.100026192494,2094.40581421125,1065.98609735757,1516.95135211211,403.027999157898,1301.13784296842,12552.9619222621,3595.92569469515,82776.7689866399,30254.4107897369,2741.31983096809,13283.028841124 -7780,501.026244158669,1473.79618514747,635.308546189542,1326.46154813869,1018.70496863859,5256.1104069375,213.534720203058,475.481683278938,5017.71799989302,12712.9621434881,1485.61346005394,3735.40799449492,498.143429802411,2918.57666206188,1785.13279419689,7092.95345885824,1985.15113174097,8698.2030939962,202.774324067952,858.660217870866,1126.64177317693,1146.04950342059,658.231622535092,1509.71150223229,317.810087821509,657.255485914213,1014.3434048818,2170.35923145016,1270.83308456706,1571.96344107611,491.189021724989,1348.32347662249,14992.4540847103,4289.24751659927,100996.985818388,37151.5974323949,3287.8526604652,16374.0088245981 -7781,689.610052178107,1580.27607027324,864.520013939581,1422.29669460803,1275.15528434733,5635.85764606004,284.343990707213,509.834625378516,6443.66501635348,13631.4573616796,1855.25971644761,4005.28643369844,620.93283837131,3129.44008458867,2327.78481402063,7605.41025384316,2637.96378743046,9326.63711735926,263.859348807611,920.697317900279,1655.5555519421,1228.85011092825,860.220902854382,1618.7862229778,431.033412955021,704.741352239363,1372.94663321242,2327.16490375101,1630.41404140516,1685.53578460267,641.221601552611,1445.7381194001,18294.0083156047,5403.4989628465,131988.270573781,50096.7110407252,3986.72516556442,22243.8893450782 -7782,718.33076578528,1816.11701665394,901.252177903501,1634.56074441579,1323.92012259536,6476.95498716189,288.411646298622,585.922520910673,6831.23177359652,15665.8207651391,1927.42974722596,4603.03676404793,646.259219368081,3596.47880337625,2397.34473890581,8740.44430619687,2710.14359887216,10718.5476611461,270.565881346415,1058.10250353106,1695.46465011386,1412.24412579252,908.700485532536,1860.37443784529,451.268180640447,809.917194987527,1436.17200812914,2674.47179753298,1730.15492034792,1937.08572709499,661.230504738537,1661.50057553791,19361.9337189766,5710.07310995619,137341.194402794,51654.8776200631,4212.18231382537,22858.9123282654 -7783,708.716747584297,2016.49359223237,889.073177678709,1814.90577809893,1288.80229501561,7191.57306991863,280.779042501408,650.568767390249,6852.33376666113,17394.2685962858,1876.28616016587,5110.90092455279,628.893881130339,3993.28699368145,2332.43047655854,9704.79863086286,2636.78313833619,11901.150905221,263.19637067347,1174.84550760199,1641.91468329159,1568.06043014521,908.701686791347,2065.63404156614,447.400998122427,899.277314707507,1422.77738690341,2969.55272863846,1737.64617393958,2150.8090725831,643.374150988611,1844.8179458367,19169.555079802,5688.8959763991,135108.550183623,50634.2307651599,4151.59084792378,22345.5652024894 -7784,673.706766810621,2068.5041414382,840.487959431719,1861.71685979013,1237.52641184966,7377.0622112981,274.489341482902,667.34860691886,6355.55052817837,17842.9114614114,1800.84600325044,5242.72418699536,602.857950958125,4096.28412220095,2252.31191537099,9955.11031480154,2549.86754193505,12208.1121557534,255.258243009491,1205.14779089104,1594.05423123624,1608.50473627837,849.448424963244,2118.91204917994,424.081443934121,922.471986491467,1344.65150734139,3046.1451209511,1613.00575312687,2206.28396302304,620.57833944632,1892.40053916472,17960.4246690726,5315.48910903333,128619.635201776,48617.7162105286,3905.94385994189,21557.8815356847 -7785,632.709080221781,2067.31814005246,787.135362941066,1860.64942234519,1185.38121687891,7372.83248517376,265.361605786115,666.965974679105,5925.29184374454,17832.6810164754,1724.39576859907,5239.71820889442,577.053936345573,4093.93546911005,2169.14039206201,9949.40243421668,2458.1118659502,12201.1124898383,245.871348476215,1204.45680510987,1502.44676085736,1607.58248100801,793.967177837695,2117.69714582236,397.891514306989,921.943076235803,1260.79954504761,3044.39857751313,1504.73195242299,2205.01896394227,597.000996996249,1891.31550886825,16924.1151902737,4994.50300019249,122121.053088442,46445.6035638616,3690.71247121213,20662.1038617222 -7786,601.885424942316,2088.2322817597,746.442946071562,1879.472788199,1124.12664859339,7447.42016492718,254.342239902014,673.713373948765,5560.54603897307,18013.0863496328,1634.65880714962,5292.72611658106,546.791766737726,4135.35200045199,2070.03443906026,10050.0561306073,2351.08153948524,12324.5457392519,234.678510375843,1216.64176097819,1444.97088472173,1623.84568073644,748.18122945753,2139.12094961079,377.737374940495,931.269965875495,1195.61696784889,3075.19740911523,1412.55368280337,2227.32616387709,569.53095710725,1910.44910993294,15872.2086446278,4693.67500642113,115887.361142777,44337.4179877467,3464.23055232418,19770.1947045595 -7787,576.356345501889,2102.03040954064,715.209911904569,1891.89152433237,1069.24523176743,7496.62946792073,244.290520328452,678.164977969387,5286.07236970129,18132.1089647664,1554.44182516305,5327.69814143864,519.575555022515,4162.67660213535,1975.60440447987,10116.4625164806,2244.48230543682,12405.9809600545,224.422928866077,1224.68079888994,1395.10650929742,1634.57534447885,712.091437864759,2153.25532750516,360.856752607482,937.423391478548,1142.87573187362,3095.51697182538,1341.82183969064,2242.04336334166,542.945548484301,1923.07252408476,15027.1105789862,4455.19985510408,110539.866023648,42419.7060838277,3278.90237753306,18925.952156448 -7788,560.856404631146,2064.28081710357,694.541627286208,1857.91573898953,1040.91951357748,7362.00025143496,239.671779739197,665.986062094887,5095.48293936291,17806.4810764457,1512.83505290554,5232.01996639693,505.501892733529,4087.92062122056,1932.03062109921,9934.78468005699,2198.44280778819,12183.1865024204,219.513742718038,1202.68720602194,1367.71918500251,1605.22060594524,687.851818134083,2114.58580557183,350.186914119338,920.58854893361,1109.7424144759,3039.92571894053,1293.02157930378,2201.7793296682,530.825140534497,1888.53677061438,14496.6759695858,4301.90752130484,107542.87182351,41453.4161150592,3165.91761074584,18525.734111986 -7789,552.14307659064,2027.60151880529,684.73633372452,1824.90325103788,1025.43698880313,7231.1881055985,237.736487118119,654.15244855177,5023.58216313428,17490.0855426433,1490.02834664459,5139.05450382035,497.76241366182,4015.28415691634,1909.54385443985,9758.25785880781,2172.84135951581,11966.7088176775,216.987714304459,1181.31718580778,1348.45314117732,1576.69814671771,678.156176171895,2077.01266004955,345.256033149563,904.231015735345,1092.7391834344,2985.91061531423,1274.78569005046,2162.65688075004,524.042434380937,1854.98019101403,14255.1914928718,4238.7833447436,106120.069541713,40988.1413039413,3111.21308926478,18323.7360955198 -7790,548.982776146223,1989.01304391745,678.660685828965,1790.17244588592,1030.26529764604,7093.56711940658,238.836299524572,641.702889257378,4947.80478017411,17157.2214564365,1497.04838477714,5041.25014047345,499.87380806758,3938.86692679509,1916.57286001361,9572.54272452657,2182.95261109979,11738.9633566397,218.216443704191,1158.83484490582,1347.09372848826,1546.69107862468,670.075959711533,2037.48381272393,342.804329611044,887.022064410394,1084.27763557215,2929.08399739756,1256.37857841913,2121.49808797944,526.490127462546,1819.67697395953,14178.0845712996,4198.76694931715,105833.657339315,40954.0511323697,3103.03687098757,18343.0292908697 -7791,555.499161347449,1979.17790267287,685.360521174285,1781.32051858898,1039.92191533186,7058.49131396599,241.343918963069,638.529838898458,4928.06810400628,17072.3835530831,1511.08846104226,5016.32249742333,504.802695430427,3919.39027595708,1936.26012679685,9525.20904310434,2203.17511426777,11680.9173005666,220.239559015409,1153.10471437015,1379.69598345633,1539.04310202316,670.613691242402,2027.40899640085,346.024692218332,882.635975884122,1093.25589109405,2914.6004549594,1251.68406159352,2111.00784337839,531.385513625765,1810.67915460731,14186.0835616497,4192.26663422181,106527.784103196,41302.4368296807,3111.98715391971,18526.7623517752 -7792,576.810581571334,2030.23386498687,710.152031669091,1827.27244294273,1042.85191818002,7240.5760401712,245.920175913178,655.001706004058,5035.69992439043,17512.7921541085,1514.37542251903,5145.7263130366,505.287230294436,4020.49702434635,1959.73048655399,9770.926577279,2239.85291701013,11982.2446712316,223.211393819006,1182.85083813269,1453.53155362058,1578.74510481452,687.84941561646,2079.70915455011,357.921279155377,905.404939230401,1131.03123362682,2989.78709219288,1278.03907212045,2165.46456338852,538.021047791911,1857.38843049177,14191.325737379,4243.00867024666,108558.650316542,42351.8935060508,3103.03687098757,19007.2405737081 -7793,596.629964804022,2127.31251174564,732.665174203065,1914.64618794802,1040.40636781422,7586.79493438628,249.396620456834,686.321585127426,5112.40393632976,18350.1923140646,1509.8889963962,5391.77685710227,503.425004568908,4212.74305922554,1974.29542219214,10238.1379395068,2263.94554182458,12555.1934915012,224.954499222872,1239.4106072626,1523.81626330837,1654.2351461322,702.391677300932,2179.15353574057,369.184783128059,948.698220750832,1165.11783102682,3132.74820126136,1297.90165240875,2269.00946678278,541.7075445143,1946.20221615813,14114.4338585557,4269.13904314256,110047.828419696,43193.4352576905,3076.9600868461,19400.5212253923 -7794,613.320381314623,2094.01766094303,749.400910349524,1884.67980603866,1034.67735122216,7468.05299872065,251.025097246941,675.579874798897,5155.66884998953,18062.9910157492,1500.88247347115,5307.38944104234,500.385947924499,4146.8088578084,1979.47826510412,10077.8994821526,2273.19460857546,12358.690489808,225.394574162004,1220.01242715313,1587.50903180163,1628.34449204222,712.624707577185,2145.04731418268,378.440935995985,933.850018833061,1192.76547164377,3083.71714287796,1309.30266666741,2233.49689810793,542.385975063812,1915.74194665804,13992.9121415704,4272.12374840945,110934.109383252,43745.0005833896,3043.98256102648,19662.4240726799 -7795,621.79481544845,2014.93154018958,757.090808921239,1813.49988358527,1015.46100634699,7186.00220599523,247.989992219409,650.064812269344,5133.99387045594,17380.7943393388,1472.56242801172,5106.94182780165,490.770440630807,3990.19364286201,1951.83891141623,9697.28092756611,2247.3776140948,11891.9318245581,222.074159836939,1173.93542793093,1629.06460233776,1566.84575135448,713.700857072528,2064.03392347665,382.671842628835,898.580700559123,1204.63946293015,2967.25240101837,1304.19434935429,2149.14297469991,535.160953277227,1843.38888022897,13719.3198954657,4221.90225811685,110245.218765041,43597.3555253429,2979.05228001422,19603.69486853 -7796,607.579351384554,1881.40500962645,736.008979175111,1693.32193073582,966.502387106024,6709.79647689376,239.0380850523,606.985979419604,4915.56090797648,16228.994826416,1400.87218309178,4768.51235243103,466.607088056462,3725.76941663928,1871.94355659054,9054.65647490999,2160.78533700608,11103.8711055934,213.047307726904,1096.14046484151,1613.16189457058,1463.01320273784,688.383371762493,1927.25345065696,373.295643962154,839.033087658412,1172.08824198929,2770.61697668241,1249.80061543532,2006.72245103845,513.028615184473,1721.23022781517,12959.6253861584,4020.7265078545,106029.37328136,42157.5406261795,2810.85060643244,18984.8290064114 -7797,543.218194472239,1781.02869650871,653.355805619121,1602.98018535989,860.054415624704,6351.81686661586,214.908295158294,574.602194739242,4262.63901182149,15363.1490048372,1245.93472297742,4514.1037128535,414.746439527012,3526.99297262241,1679.07718809398,8571.57440122105,1945.65180808601,10511.459776182,190.938775708069,1037.6594158611,1466.62744684805,1384.95883880131,603.815027141978,1824.43104143057,332.865526071128,794.269175852063,1041.49742816064,2622.79961903861,1085.74896788697,1899.66022889319,460.462242658989,1629.39952501014,11258.0539164106,3500.58986646136,94174.2393998065,37776.6783371333,2449.65692509583,17085.0935689183 -7798,465.565815400419,1699.33915568394,566.531736835549,1529.45710538372,762.42514596875,6060.48130068476,190.11767478472,548.247207008181,3745.85050006813,14658.4952335151,1105.00366844877,4307.05760502758,367.55860843195,3365.22217297695,1474.4453838354,8178.42634113998,1699.43496773627,10029.3359764939,168.675910108341,990.065617187132,1247.63443948265,1321.43563346236,524.097592453785,1740.75078724204,284.956665047225,757.838833997485,896.849761332396,2502.50099781221,950.078488486698,1812.52947567985,403.589971590725,1554.66468256819,10041.2271514736,3091.60590908537,82417.6297077721,32872.0054367737,2187.89723316222,14829.7478889802 -7799,374.156202227693,1571.2219536471,468.952241098802,1414.14771330521,705.28655444306,5603.5672675777,158.460311396743,506.913552127423,3380.48245568372,13553.3565746978,1026.15870267865,3982.33833546804,343.083975943323,3111.5101063821,1284.22723579774,7561.83541731729,1446.98670755151,9273.20059333748,146.452956868295,915.422226382759,929.492852356296,1221.80947263113,454.617649860288,1609.51146426233,231.940136110034,700.703570161621,738.938250872844,2313.83152305686,853.633679542703,1675.87858744681,352.231688835291,1437.45483156822,9820.0570667353,2867.18697240504,71668.1654710597,27324.4259036787,2157.48163391008,12180.5538657745 -7800,355.511902930195,1461.73367168271,441.938347671298,1315.60491786229,640.883012591374,5213.09095608338,138.218308155965,471.590029694406,2972.33143698577,12608.9109330302,918.538191364613,3704.83496839806,282.696109579703,2894.68911869677,972.126494604573,7034.90008114928,1301.38954480202,8627.01130167246,114.848353483738,851.632380138552,796.574461027268,1136.6694835063,463.311265751239,1497.35503428435,228.617158010881,651.876076448695,728.130454384343,2152.59558969524,852.134961074173,1559.09746247936,334.737356093561,1337.28791400161,8871.17056014332,2668.62734849474,63059.8471321609,23288.9381579873,1992.49831937244,10438.1233281956 -7801,374.976299314377,1395.98284691646,466.436538253507,1256.42716880189,652.80530643506,4978.59883444443,145.614900744104,450.377250646734,3024.3251356195,12041.744485878,934.755612877536,3538.18631035996,287.469953436202,2764.4819539558,1008.52502356139,6718.46043729045,1375.84386954185,8238.95626856937,119.164548539352,813.324764684024,868.890023166851,1085.54050052191,475.410502997848,1430.0019108123,239.154052092955,622.553778890516,770.073017691194,2055.76882969611,866.337908645798,1488.96707824118,353.321521610991,1277.13483345149,8947.35581208278,2722.51804684691,65461.759049814,24458.761053062,2024.41797554218,11035.7530989552 -7802,385.809977975568,1360.72096730375,484.504241123322,1224.69040092807,713.526136771261,4852.8417356893,150.999410569727,439.00093006537,3312.32241662568,11737.5756020512,1023.46553788431,3448.81336426766,315.682992214414,2694.65242125974,1068.95625459679,6548.755240951,1437.39806772639,8030.84405234954,125.361647328866,792.780558140463,833.177239116184,1058.12025067524,514.068912133234,1393.88072541494,249.962048821604,606.828359017225,801.923603606958,2003.84106199867,952.014266450656,1451.35646004756,370.395393136581,1244.87499956755,10001.3332604781,2986.35733234595,69500.977107538,25441.4129080892,2242.77470608071,11377.0469016401 -7803,434.951347244536,1355.54305327138,525.045551516001,1220.03012026462,820.320581629042,4834.37535064498,163.225442131238,437.330411913133,3810.52527753779,11692.9109287814,1177.29308493105,3435.68968972823,363.513773962529,2684.39853459255,1217.09195586188,6523.83544293841,1566.47113340077,8000.28450258905,142.081403692374,789.763812110068,915.319595900305,1054.0938148184,589.854081135751,1388.57662946801,283.959302217234,604.519211770363,872.222834550617,1996.21590077687,1097.39120683903,1445.8336532701,403.804828400647,1240.13791100663,11503.8929590631,3405.24864468008,78439.6628689023,28473.0600937764,2554.00686923741,12636.17992392 -7804,550.341658038506,1365.14678002204,646.907308383612,1228.67376745407,992.224304880313,4868.62584513549,201.831615679092,440.428802455308,4602.52893712347,11775.7526512991,1422.28455443407,3460.0308015067,438.45407767782,2703.41691246987,1506.18672600184,6570.05539353979,1915.71309688324,8056.9647726144,176.418990558355,795.35911639108,1220.67884419804,1061.56183949135,719.99442124738,1398.41439189804,355.57809960123,608.80209847865,1069.71822877148,2010.35865485622,1323.70007662315,1456.07706922019,493.689183948414,1248.92401750594,13676.5904878696,4094.07023892851,96489.4617245087,35474.5518649778,3049.70325550709,15817.0509799161 -7805,745.539186815278,1371.59747657685,861.911838669391,1234.47959123412,1242.51695810965,4891.63145041216,269.609567388019,442.509950504893,5748.56567765738,11831.3963433692,1777.11510735413,3476.38040515187,546.384807164321,2716.19130597738,1965.61183622437,6601.10072457107,2553.45389263783,8095.03616219797,231.25031067574,799.117408456833,1789.40174998871,1066.57801313725,916.940470285207,1405.02228713102,473.375417876118,611.678856975753,1428.76855518687,2019.85815618355,1649.58584105099,1462.95743657073,645.817696494104,1254.82552932493,16427.8408246223,5057.78495995234,124959.781437404,47555.0095166039,3655.72777172658,21427.6250544351 -7806,765.410774881536,1414.40927579934,854.477334294953,1273.01151718667,1278.97272500031,5044.31439646721,266.35952797071,456.322054623258,5917.98690056372,12200.6908145417,1829.45564417503,3584.88898909719,562.758704313047,2800.97203707902,2020.84930227294,6807.14149359685,2546.51843538785,8347.7072765687,237.129008409472,824.060334227904,1828.71814362281,1099.86921156341,944.736336886668,1448.87737806476,487.295727745982,630.771245858561,1423.81436502129,2082.9041761108,1700.3479736664,1508.62086269617,643.56909471515,1293.99251492976,16847.6514922428,5170.13561358231,127548.362726578,48440.4594128885,3725.36700877005,21750.9786473767 -7807,743.542646418513,1521.61233612893,830.149238112294,1369.49754341138,1243.80593763904,5426.64074982086,259.048748383263,490.908310234355,5755.92629035702,13125.4241402016,1779.32698970167,3856.60035097009,547.811832607033,3013.26757233193,1964.89120903212,7323.07872102896,2474.62296178321,8980.40941031148,229.777710077037,886.518769163957,1766.91868837168,1183.23217266621,920.228755024716,1558.69289725604,474.524703511976,678.579620054733,1383.55379794629,2240.77481926406,1656.46809120115,1622.96455099439,625.322314979874,1392.06876486503,16406.9928247912,5031.99459593814,123934.426969884,47037.6174241238,3626.19342105949,21122.4605332342 -7808,709.418493107432,1623.49284626303,803.472919806447,1461.19311201139,1162.2185414541,5789.98489128119,251.785398049904,523.777384628811,5374.60982794564,14004.2451614165,1661.62172640772,4114.82145092499,511.330968096538,3215.02279614979,1856.88944231064,7813.40005855744,2375.19740093736,9581.69836559374,217.173276220363,945.876190434377,1716.4657123542,1262.45622632037,865.086728990042,1663.05615966152,451.647431853443,724.014344929307,1331.22127833254,2390.80730537221,1547.41245229112,1731.63116236369,597.727858290926,1485.27560378104,15188.3169948239,4699.66444887749,117188.289320217,44878.4418955565,3362.8060673171,20234.4834625683 -7809,665.478640340348,1701.79794239804,779.093642069024,1531.67008847066,1080.97303632667,6069.25025704837,244.30480156257,549.040470050537,4997.68322024066,14679.7047214554,1545.14574861529,4313.28951934597,475.637198038397,3370.09133846474,1735.55378728313,8190.25976824755,2298.92532121792,10043.8474987923,202.768476980336,991.498150638435,1617.58406362053,1323.3476287037,806.78286520221,1743.26949275995,423.159283338906,758.935356754716,1290.60906109705,2506.12188548779,1439.68226774686,1815.15203832652,577.56986255885,1556.91413868976,14143.0944535175,4402.29311769729,110213.79157597,42417.851691999,3148.79106707609,19217.4787790043 -7810,639.640885059143,1746.63462265114,756.398758591846,1572.02446915185,1036.1832980899,6229.15468892698,237.207649926104,563.505848923296,4790.17783544203,15066.4658112463,1481.01030764376,4426.93026258571,455.883339323846,3458.88196630718,1666.1466411263,8406.04570221178,2231.82993724555,10308.4692659215,194.634756842733,1017.62080858987,1558.01880852097,1358.21340977773,773.970251397438,1789.19880956928,406.58441725003,778.930763421877,1253.04731345006,2572.14980975275,1380.00889247105,1862.97521963707,560.527759144663,1597.93361560815,13562.722974807,4229.74173401596,106037.294584262,40872.7632602919,3025.69507465838,18546.4321969298 -7811,611.602993540136,1763.41222116045,716.707920196918,1587.12481987672,982.312531425071,6288.98990292527,225.410683368053,568.918701026576,4539.59102598936,15211.1893333024,1403.60523569738,4469.45390067872,431.756479405894,3492.10685041814,1586.59939923134,8486.79141629163,2103.286225968,10407.4890359102,185.718614899962,1027.39573984327,1503.97482457933,1371.25996169173,734.581068113647,1806.38526567806,387.710979889438,786.412916498288,1183.85670423253,2596.85703601184,1306.5710168949,1880.87034770936,526.235149285959,1613.28284108411,12739.2024440952,3984.93433432312,100589.653725239,38937.1666704262,2829.73320473992,17654.8471881901 -7812,573.676215938691,1738.50616680658,694.080768009761,1564.7086108044,876.328418616162,6200.16556425186,218.658592835851,560.883415844434,4042.60298118793,14996.3497718113,1250.26857129606,4406.32829655358,384.120595125655,3442.7850854999,1455.41782724906,8366.92580247333,2032.44946115703,10260.4959026511,170.439150843137,1012.88502372573,1467.14954798085,1351.89258137682,663.629985932058,1780.87226930028,360.209455422814,775.305789867398,1145.8133806098,2560.17958662592,1162.83903636087,1854.30534007785,506.222020361407,1590.49718175498,11172.8845796064,3576.41293059511,92836.5349828614,36629.9571333601,2513.90198286103,16796.3254109585 -7813,563.369823536704,1677.52827930539,688.058200386489,1509.82665095664,859.523719500936,5982.69552849114,217.163197178983,541.210499817069,3964.67871552078,14470.3546693644,1226.18704879419,4251.77687977369,376.481652666386,3322.02982696666,1428.11037802368,8073.45692093859,2011.11373501024,9900.61028544479,167.434014926119,977.35820753857,1446.02329413642,1304.47511728332,651.404301699098,1718.40839602519,354.134152560886,748.112035748945,1135.68327593342,2470.38160615463,1140.42838427329,1789.26581098155,500.359389619183,1534.71069098966,10946.2294206147,3510.91780929189,91292.1573892738,36079.9748023604,2464.27230093497,16560.4733522378 -7814,567.853597276219,1621.52581745293,692.957838502931,1459.42272604692,871.382738377698,5782.96972819169,218.402962935272,523.142774375976,4020.45486080557,13987.2775759051,1243.38831448592,4109.83592089263,382.053638692585,3211.12746487087,1443.52519332754,7803.93331957219,2023.06102365123,9570.08915106707,169.033507760693,944.73016400029,1447.25164346699,1260.92663056368,659.653120245887,1661.04119582204,357.317575905606,723.137126973788,1140.85919044422,2387.91059605817,1157.16329879376,1729.53311284492,503.459397881371,1483.47603939719,11128.5474732674,3558.8184078095,92180.7413341413,36351.7922822056,2501.04834425157,16665.4942929438 -7815,582.727264681631,1618.25708001013,706.07472170154,1456.48076258377,894.285340837772,5771.31218350281,222.677331056392,522.088201975014,4126.13191767215,13959.0814550397,1276.07026194485,4101.5511471235,392.09055079745,3204.65434402071,1481.3820816844,7788.20183459165,2063.38536656835,9550.79737760139,173.672785736522,942.825738657706,1485.16420929473,1258.38480357234,676.951765078189,1657.69280167847,366.667853496695,721.679397853611,1164.26166791545,2383.09694912675,1187.54377183183,1726.0466499199,514.49400374581,1480.48558829041,11432.4003598302,3652.13989859613,94526.300948212,37220.504088816,2572.12934924057,17056.9137990962 -7816,609.246169411988,1693.87197213122,730.521730728986,1524.53647332321,927.621226222216,6040.98327194938,230.203547696318,546.483363632386,4278.46856524132,14611.3353220988,1323.24987854736,4293.20076284274,406.261375768456,3354.39544233062,1543.02423788431,8152.11437284932,2133.46308519338,9997.06918589356,181.123349877238,986.880337521036,1566.15965515655,1317.18425660384,702.780295437435,1735.15037249165,382.303646983252,755.400683852479,1202.93203728857,2494.44984907586,1229.95205084087,1806.69813159229,531.166953266439,1549.66295165761,11776.0201516975,3772.04887020639,98206.9726840892,38780.3360643489,2645.50988359066,17767.8440276814 -7817,637.307514906341,1824.10083914128,743.485069263303,1641.74642832742,965.497625820689,6505.42829499494,234.567347021123,588.498291830384,4452.34592513751,15734.6891976027,1377.0643106373,4623.27214981321,422.727197792447,3612.28926497225,1610.56368124775,8778.8681275483,2168.01655053355,10765.6674122767,189.259410947058,1062.75402239473,1644.39446543941,1418.45248478356,732.473264690791,1868.5528201497,399.590482966719,813.477667718597,1223.81929239172,2686.22902896857,1279.91891083682,1945.60133949556,538.00997324372,1668.80468949977,12137.47854345,3888.97751491921,101725.59356332,40244.0334939235,2706.37988389753,18389.6466166513 -7818,647.66081525902,1817.59228756003,742.99133579991,1635.8885332578,949.771668355765,6482.21635697728,234.784593175099,586.398478373986,4374.4879417538,15678.5464482217,1353.22739790296,4606.77590979427,415.044064463794,3599.40030044629,1613.8555334101,8747.54435705981,2162.03393119787,10727.2545679011,189.527241012097,1058.96202294793,1710.61530095992,1413.39132206455,727.034983326684,1861.88566000632,403.997853657549,810.575108141335,1223.78116510643,2676.6443284855,1257.41652427422,1938.65926348587,534.171657194417,1662.85024818404,11701.2661546653,3798.87374234347,101393.716008364,40558.977896309,2609.2484971234,18589.010131767 -7819,663.646277771006,1744.66759384105,732.409318859297,1570.25408318738,969.21760149669,6222.13952583748,231.622175859979,562.871238670462,4463.35098616915,15049.4982257349,1380.7488409211,4421.94473255335,423.436958223379,3454.98663502827,1650.77857037027,8396.57896322653,2133.86861868047,10296.8600513949,193.873403427515,1016.47478215578,1757.86264437931,1356.68381402104,742.773805883279,1787.18384572981,413.704116195933,778.053545466357,1207.45832272308,2569.2531004387,1282.94373967236,1860.8771701183,525.883789754312,1596.1340512243,11821.0413248864,3833.91550068604,102760.917189935,41132.377699562,2614.10488427027,18787.689458764 -7820,651.880945868933,1632.08413390133,721.759570628662,1468.92553309923,939.943582845759,5820.62464786338,228.114697440595,526.549138246415,4326.40925433803,14078.3535867268,1338.48304010389,4136.59648661211,410.329002330521,3232.036228435,1612.70845780896,7854.74743344161,2104.53872649003,9632.40331751993,189.236466383903,950.881629442594,1741.90670474121,1269.13696076035,723.507824808761,1671.8568105909,406.069322221536,727.845723371081,1190.15678442885,2403.45910934874,1244.2094130279,1740.79470221763,519.538906422411,1493.13546590708,11429.1596199174,3727.36918130767,100543.634510353,40365.0563075705,2542.50922243193,18490.5428720587 -7821,596.499451617942,1554.87826082128,650.238400386614,1399.43789093864,861.344414988607,5545.27952411945,205.411850773523,501.640688312105,3965.08184297361,13412.3759219635,1226.67668410683,3940.914452399,376.301346052353,3079.14449101813,1477.00700348428,7483.17796540656,1898.45248494064,9176.74169288871,173.095918344567,905.900096400293,1588.37319823025,1209.1003333106,663.658158939511,1592.76948779587,372.234730413851,693.414922058087,1073.31245017325,2289.76328013563,1141.71651877947,1658.44626683607,467.207919858762,1422.50257090026,10432.8721864889,3397.90930203967,91655.8142326026,36809.520838307,2305.68690732401,16830.586818398 -7822,503.634964760801,1510.64904291323,575.604349397898,1359.63024490826,730.231838207517,5387.54153098307,182.491757952476,487.371291231987,3361.40620579743,13030.8548008154,1039.92299561124,3828.81335196938,318.385918193492,2991.55682830832,1248.11313515972,7270.31557147105,1666.4601194013,8915.70510999487,147.187508108816,880.131356958626,1348.62691161738,1174.70692550359,559.585222965542,1547.46243673721,313.030972316567,673.690419850304,943.363796223353,2224.62992427953,964.14078910053,1611.2710099861,412.032980230361,1382.03883957902,8931.00414195054,2912.78308622666,78388.0885828338,31448.9024672327,1996.66849738685,14424.4010748939 -7823,408.680121605511,1416.78128137674,487.463577205699,1275.14639460195,667.095321458436,5052.77385872281,152.803292685754,457.087320008022,3083.7457292363,12221.1517286176,953.42952650552,3590.90095241078,292.541667353189,2805.66934881741,1066.52983376897,6818.5572682706,1428.09755106957,8361.70662495912,126.262062400048,825.442307425019,1006.06961305435,1101.71372428606,493.552348770617,1451.30718765421,257.810607336287,631.829067621216,802.290797726824,2086.3972671188,882.59705603536,1511.15086385053,362.879511901201,1296.16257808973,8811.55489362715,2736.95111627021,68352.7636937781,26147.8659666359,1987.81348450869,11855.5142248709 -7824,349.46594934793,1314.64042783256,405.47446623589,1183.21650898696,597.23974410464,4688.50123493845,116.1226578749,424.134252640789,2738.2981744964,11340.0849858096,908.439492792486,3332.0199994415,264.326061207143,2603.39856375136,980.183725859242,6326.98297344065,1273.2814959712,7758.88114795294,102.29649794355,765.933205392035,818.096858143818,1022.28722307582,540.569124650534,1346.67723746334,251.95348543948,586.278239762915,751.632265581015,1935.98139100793,884.421315221517,1402.20656800429,327.463843821803,1202.71756028891,8513.07819571541,2629.57176258623,60646.0459435602,22109.8636480898,1995.58731607858,10036.3543653401 -7825,352.286783892693,1247.35647993968,402.922266172817,1122.65890232038,563.970319401582,4448.54142075004,116.479616452846,402.426851628244,2580.64235434233,10759.6938224677,855.892320396724,3161.485566395,248.771573814363,2470.15533647847,956.675508593427,6003.16485276568,1299.40400960362,7361.77776986304,100.127312412053,726.732364774358,885.176666729014,969.966056928213,516.452186176938,1277.75362979414,249.860027725565,556.272229222094,743.817176717707,1836.89690503262,831.77629828068,1330.4409417089,317.532323830989,1141.16188016295,7783.78162213004,2469.85686057388,59117.5481412182,22156.4026220748,1864.14887872083,10172.0587909597 -7826,367.722203011707,1215.91294789431,423.524879758092,1094.35876379635,628.811892740137,4336.40198269196,120.91260124721,392.282420738924,2883.49011926182,10488.4619950421,956.6282194775,3081.7904076199,278.749396489315,2407.88732430333,1032.48109410861,5851.83625548229,1410.70643780423,7176.20107311245,107.05825825222,708.412796336873,851.745916885586,945.515020448709,570.41026010521,1245.54384225491,265.786611945298,542.249643099525,791.380397591691,1790.59215765179,933.353044321029,1296.90300523453,345.502274691673,1112.39531605322,8985.12438905796,2786.61858508052,64271.4855530103,23481.9797916465,2144.77600965093,10718.1088838071 -7827,423.904100305313,1208.97049343549,489.468901005244,1088.11034289383,748.769628511506,4311.64258414118,138.613658776773,390.042619899817,3436.94845516631,10428.5764005432,1140.40509849144,3064.19441968872,332.641716514572,2394.13909658695,1210.3069884605,5818.4242363287,1637.18157555054,7135.22737575716,124.817158718936,704.367997253904,939.876632929413,940.116447318156,676.631503802824,1238.4322053435,309.783152685301,539.153579800711,921.162014974179,1780.36847796293,1115.08756023628,1289.49812475609,407.029660208585,1106.04391249651,10867.5191366263,3336.59346900244,75548.9514593112,27174.1537307339,2597.67610815498,12362.5082622531 -7828,543.000791389293,1215.10299435969,624.538620800573,1093.62978089473,930.456257947281,4333.51338435976,178.112663518668,392.021110475066,4266.97155379676,10481.4753379132,1415.62498154608,3079.73754105745,412.507472406246,2406.28336338438,1526.20357144378,5847.9381841053,1969.08019348351,7171.42080538497,158.001161918688,707.940902810818,1254.69618154066,944.885186516792,844.549664820863,1244.71415075496,393.387466983159,541.888435485254,1169.29798875186,1789.39939426388,1382.11940234716,1296.03910196336,511.481104802538,1111.65431850098,13307.4687950131,4111.68384538186,94394.4572688621,34210.3651241796,3150.26442569075,15547.2849633341 -7829,636.160838830337,1208.56551666818,704.219335546045,1087.74585144302,889.869150526138,4310.19828497508,205.568009334895,389.911964767888,4053.75188117731,10425.0830719787,1343.59344609312,3063.16798640749,389.864265114709,2393.33711612748,1622.10968798426,5816.4752006402,2229.69680162432,7132.83724189342,169.970214896602,704.132050490877,1796.26932516819,939.801530352198,840.28827265956,1238.01735959352,440.16471362859,538.972975993575,1296.59381045236,1779.77209626897,1304.84532595288,1289.06617312051,533.837659252357,1105.6734137204,11376.7757458589,3808.75443390725,98588.5386361104,39071.0714802326,2711.69302273565,18189.1727079138 -7830,643.53936580377,1202.63550412763,708.265128496295,1082.40865916753,888.29522745201,4289.04963433955,206.719814563833,387.998801758604,4044.81980695218,10373.9307988909,1340.54829229876,3048.13808167937,389.07619997667,2381.59383955979,1631.49153600695,5787.93577070785,2218.99613154522,7097.83887919749,170.553983466105,700.677118315476,1831.87833574945,935.190249636542,842.816216671109,1231.94283705704,445.179459305831,536.3284222126,1307.46500254208,1771.039370815,1303.45021399526,1282.74117173102,537.331042458803,1100.24825710399,11268.6563774225,3793.09486059071,98842.9123412266,39310.5841479182,2682.69199666251,18319.1208217332 -7831,616.331400760065,1260.72070203715,673.45916481387,1134.68711009546,838.247268683104,4496.20325320354,196.295033321011,406.738467360904,3815.21490511864,10874.9735682796,1264.36947580136,3195.35783622862,367.235689836161,2496.62066941483,1552.93821581365,6067.48297646992,2171.47227775461,7440.65212112578,161.795136861702,734.518601415169,1766.37944112563,980.358308077152,799.793072025677,1291.44352804619,426.212701059894,562.232149852269,1247.95622671303,1856.57748440492,1231.49485877002,1344.69533371191,511.823972679107,1153.38832950676,10548.5447967735,3586.82490773462,94266.5958886134,37713.8074623908,2551.50756015176,17654.2004565066 -7832,599.166374503531,1355.86124890199,654.30837945636,1220.31650604377,812.724106357253,4835.51015570307,190.755033923168,437.43306938747,3698.68765492668,11695.6556834815,1225.73478046103,3436.49617200466,356.002445180709,2685.02866130262,1507.9020763754,6525.36682619308,2103.11434522524,8002.16246254482,157.105738730405,789.949198618908,1720.53405355019,1054.34124926566,776.518725862983,1388.90257928952,414.64206307873,604.661114582923,1212.41101144167,1996.68448580326,1194.45780002449,1446.17304341337,497.355328821115,1240.42901682115,10209.4310315306,3473.04409565476,91437.0559632167,36649.2759731593,2455.83853760792,17153.6800018905 -7833,564.034268782772,1449.64222930178,614.442400530928,1304.72225067841,760.77337330975,5169.96833385531,178.945677147643,467.689042953842,3461.7318055203,12504.610181815,1147.18281439092,3674.18862055846,333.354954864879,2870.74428704414,1416.33629375386,6976.7074769597,2032.16246954451,8555.6487736726,147.404907275821,844.587687898327,1622.20534712456,1127.26696796449,728.255690304407,1484.96893244406,390.022182949019,646.483765817435,1139.92958515324,2134.78934629641,1118.55858681827,1546.20062805663,467.031997023059,1326.22588534884,9530.76263096639,3256.84070591411,86106.1512835358,34679.7641372445,2307.83021414234,16274.2012305008 -7834,545.907141214328,1522.71155637798,595.1568427492,1370.48687518465,739.989563443338,5430.56098183719,173.22634982731,491.262944816519,3367.79135113208,13134.9060112733,1116.08228670802,3859.38637806624,324.357783386868,3015.44437167344,1373.86633625314,7328.36894918,1989.11742528234,8986.89690231861,142.936828554997,887.15919469094,1563.98370842948,1184.08694541788,707.596429829721,1559.81890468516,377.872611792762,679.069829315822,1104.64114375797,2242.39356603445,1088.3919271758,1624.13698858285,453.228102204843,1393.0744021999,9301.95865619622,3173.98263749597,83686.7460127806,33662.5526412208,2260.22729518536,15801.9348993348 -7835,523.191399208328,1591.09472732582,571.032191691232,1432.03381614991,704.394555770224,5674.44103804884,166.575941291921,513.32498131648,3204.81746052954,13724.7790698906,1062.02597016741,4032.70684532059,308.437427640642,3150.86440384442,1312.39340989511,7657.47731151003,1902.13517786493,9390.48778897584,136.874867115471,927.000462470373,1510.24093357749,1237.26288649907,673.803590771072,1629.86852265776,361.198063587198,709.566050369058,1056.77388164687,2343.09680291223,1034.43592682538,1697.07505545951,432.28463336287,1455.63572222776,8805.83059399795,3015.34931217454,79914.573929391,32241.7151998065,2140.24881146903,15140.4577604025 -7836,508.239749775164,1570.8169768798,553.397191662468,1413.7832218544,675.893879033045,5602.1229684116,161.617019019971,506.782896995493,3073.73198781481,13549.8632461334,1018.51825855164,3981.31190218682,295.741126252103,3110.70812592262,1267.99263164788,7559.8863816288,1869.04046014363,9270.81045947373,132.298245128588,915.186279619732,1480.27068504504,1221.49455566517,647.865728313576,1609.09661851235,349.597704090314,700.522966354485,1023.52703961696,2313.2351413629,991.294183559007,1675.44663581123,416.822175579034,1437.0843327921,8379.11813113732,2891.11484600725,77277.193130826,31362.6590660809,2050.49654099673,14760.8071143144 -7837,508.465267270348,1504.22727527458,556.48848142241,1353.8504580357,690.205893898351,5364.63909708035,162.220491458595,485.299476338434,3141.04062475393,12975.4606495025,1040.92876031772,3812.53707006695,302.170319930194,2978.83972308834,1279.74261741855,7239.4094669204,1886.10480612825,8877.80445608743,133.582153018195,876.389919400784,1462.69588093841,1169.7132474852,658.665085313164,1540.88417539658,351.542554225631,670.826562518943,1028.92403723023,2215.1730245961,1013.41577789566,1604.42149846152,421.784625940623,1376.16379379192,8667.34398624852,2961.62393834956,78225.7085830838,31521.6273433496,2116.19335114354,14808.7052919062 -7838,502.52898592148,1459.62200670948,547.506349432585,1313.70435493659,670.56138614522,5205.55996614489,159.841043306712,470.908756377167,3049.87214320797,12590.6957163436,1010.63080500878,3699.48285098714,293.471089343695,2890.50736265,1255.61553041067,7024.73725027298,1910.24190479266,8614.54845844577,130.985983634836,850.402086069228,1459.99704664884,1135.02741615781,642.819559827606,1495.19190960601,346.379200969792,650.934356418441,1012.85276239902,2149.48588455788,984.287467249101,1556.84514280913,413.322173104951,1335.35602715941,8332.68652239907,2882.83953072851,76974.4410302788,31235.3651749616,2075.98637227597,14743.0475681089 -7839,523.48057340788,1460.02698347679,573.060636276749,1314.0688463874,710.895746277772,5207.00426531099,167.041481899449,471.039411509096,3235.43282961424,12594.189044908,1072.22128920681,3700.50928426836,311.446517262436,2891.30934310947,1318.1611349612,7026.68628596148,1906.47217203851,8616.93859230951,137.591299676825,850.638032832255,1501.36357038119,1135.34233312377,678.656036829868,1495.60675535598,361.981947944468,651.114960225577,1059.58580264047,2150.08226625184,1044.50550146421,1557.27709444472,434.468376292675,1335.72652593553,8938.83521400099,3046.58931284122,80315.4395576595,32306.7690176575,2166.0374606594,15154.2658349641 -7840,551.361465563943,1546.51838767689,604.40851958746,1391.91374995829,749.250957881791,5515.46507848734,176.450692477395,498.943594511245,3409.88489204812,13340.2636774889,1130.02933131266,3919.72594798352,328.04186460371,3062.58933169359,1388.38054815088,7442.94432134324,2008.91752977317,9127.40252701031,145.090359117412,901.029483646728,1584.79711368358,1202.5995507992,714.211649728495,1584.20589075953,380.743755008228,689.686745434298,1116.02588359985,2277.45226451791,1099.52088294755,1649.52955563309,457.126954102791,1414.85442162714,9415.4998714505,3210.86486370847,84668.4621525624,34030.4461602413,2290.96151012338,15962.3577747073 -7841,571.156356252135,1696.04148932497,624.977844510381,1526.48910501308,763.58055598415,6048.72058462193,182.76144594647,547.183301451186,3472.9841021156,14630.0495718925,1150.83853935307,4298.69950951572,333.980934035275,3358.69176383927,1427.85525243707,8162.55562967882,2056.72501427349,10009.8734673521,149.474015297968,988.144337336637,1661.67309020111,1318.87131084351,730.638342495575,1737.37275920611,393.210964553822,756.368203711566,1151.5112398669,2497.64474923689,1119.46061860734,1809.01215692886,469.538185571296,1551.64776542952,9490.06977706397,3261.59683284943,86860.51351633,35101.8113107787,2310.7885901781,16484.2482429363 -7842,588.448695917406,1724.47662453172,641.220735413833,1552.08159456353,774.386477990288,6150.13095030824,187.782462355511,556.357152007068,3520.02616562116,14875.330975842,1166.32544462951,4370.76974042436,338.373970578132,3415.00221085587,1460.92687046616,8299.40568577912,2060.31166490886,10177.6948958007,152.867445176762,1004.71115955933,1731.55129087196,1340.98296570584,743.733210009871,1766.50083751287,403.938275146276,769.04916244636,1181.88630189891,2539.51923555695,1134.21873367237,1839.34131196233,479.835458647793,1577.66205475025,9519.12583426351,3290.20193356152,88416.1278286729,35893.2880560943,2298.91026897092,16850.8350131156 -7843,608.212664596713,1674.95378534434,663.548960073836,1507.50952781595,805.600379914875,5973.51391665249,194.200100587136,540.37990686634,3662.81568540327,14448.1470910063,1213.68088241361,4245.25169981949,352.156277996222,3316.93152499853,1514.28867118355,8061.0666284206,2060.31166490886,9885.41587012251,158.410172739616,975.858260959941,1781.43533322866,1302.47314607769,772.528311189343,1715.77116356075,418.002974922131,746.963912082722,1223.47911840317,2466.59032429965,1180.40230313066,1786.51983400941,497.607989901753,1532.35537844163,9947.61598381582,3414.98724409191,91249.700202163,36859.547008224,2369.59746192951,17246.2117675352 -7844,596.469227994311,1593.90063578079,648.260572360691,1434.55921939809,778.908519969303,5684.44796083757,189.72741696841,514.230234083953,3539.53291073346,13748.9828290845,1172.73832157673,4039.81855654644,340.183980627384,3156.42097877322,1475.86190791642,7670.98133484887,2008.87626300924,9407.04799034592,154.316603540718,928.635235303653,1764.7409472457,1239.44480963327,750.019135198218,1632.74280901524,409.359823760012,710.817375853265,1195.79625935616,2347.22887312602,1140.91075129458,1700.06786108262,484.917620282064,1458.20274762871,9522.06256293008,3295.09374958574,88818.5577190787,36041.7761817075,2278.11200259232,16893.4573568548 -7845,549.948329261666,1534.31124085491,598.091167643357,1380.92694524607,725.818484808519,5471.92981079115,174.578181024435,495.005278767561,3299.80508848483,13234.9648600597,1093.38378313266,3888.78634161981,317.419550424968,3038.4153691172,1367.44675854707,7384.19486524726,1805.87041391699,9055.35712254676,142.74386274867,893.91737991395,1610.88943641456,1193.10706147503,698.085260139304,1571.70126484701,378.739461841472,684.242835145371,1105.48866224939,2259.47563107175,1065.18991956922,1636.50930987769,450.176875889512,1403.68653911495,8949.02200291273,3066.16814168008,81958.6172188292,33111.9102490167,2096.70990606407,15464.2805341678 -7846,465.34355148157,1512.58714561306,510.170378128656,1361.37459649064,618.20542764331,5394.45353270554,149.818011267295,487.996569234042,2810.73974405432,13047.5728697733,931.341550640858,3833.72556737072,269.869581578587,2995.3948768563,1159.35470091556,7279.6430974797,1627.7932737913,8927.14360540562,121.756144605342,881.260530519575,1368.12634921199,1176.21402781468,591.176268409454,1549.44776955862,319.410767196129,674.554737891407,936.425193247349,2227.48403608174,903.972348030356,1613.3382066717,380.555818028816,1383.81194049801,7631.26302862592,2629.27485507942,70326.5775031636,28406.2463974736,1854.93011563829,13321.3344360386 -7847,374.389630117511,1410.85126883619,421.403427407769,1269.80920232646,551.531683308431,5031.62520808727,122.883511127557,455.174156998739,2516.70111334043,12169.9994555298,834.349675080775,3575.87104768266,241.984244470017,2793.92607224972,976.916216934861,6790.01783833825,1351.08177544902,8326.70826226318,102.736180430475,821.987375249619,1020.25508863545,1097.1024435704,513.614386529216,1445.23266511773,261.017663914514,629.184513840241,772.908369369327,2077.66454166483,809.140591638463,1504.82586246104,322.195778238485,1290.73742147332,7261.85981045412,2386.81571003308,59981.0311584147,23227.8224594915,1764.4606596891,10774.1429659704 -7848,302.442479191839,1318.54555934249,351.344373294622,1186.73124653381,524.759435293479,4702.42839975043,104.823748351491,425.394140895679,2636.66317519436,11373.7706402789,776.524514889203,3341.9177448752,226.404418682462,2611.13194357825,759.504107050242,6345.77723843455,1101.05555734763,7781.92885789035,83.7735029407787,768.208405387071,818.646366097394,1025.3239211436,492.498121575236,1350.67753412422,226.642229858501,588.019775759537,685.6462109184,1941.73221212419,763.874821835806,1406.37181420866,286.602471295925,1206.29022559176,7385.43759992527,2357.10973933096,54173.3901626168,19837.5142094268,1704.74702711777,8920.75721501607 -7849,323.632002002254,1272.06004310399,373.983318798344,1144.8928631419,549.574124266959,4536.64359983348,112.012461120842,410.396808339169,2758.83477249889,10972.7866954729,812.70530466038,3224.09794676782,236.889658355455,2519.0761056104,804.685940739309,6122.05593523571,1167.72238300707,7507.57581963,88.7646887827196,741.125105875616,894.525234950498,989.175976578222,517.460091113335,1303.05920042264,240.938111177689,567.289052698091,729.12671640099,1873.2761594395,798.730844195947,1356.78997052981,302.592809278128,1163.762287537,7652.96667249437,2459.36516022561,57197.4569698093,21128.1431130435,1765.43381449089,9524.68242444636 -7850,329.099947632831,1255.45600967399,381.448450286981,1129.94872628575,586.539388080143,4477.42738405813,113.129564317867,405.039952456327,2950.98449477338,10829.5603453492,868.784126352383,3182.0142177961,253.814880843746,2486.19493455481,837.58074741105,6042.14553952754,1212.59268981793,7409.58041401751,91.6601275117462,731.451296765359,857.180726755365,976.264391883538,549.129495495536,1286.05053904508,248.805808535378,559.884302862157,752.397376105892,1848.82453064762,857.068470168473,1339.07996843494,317.526641141215,1148.57185055127,8382.101512039,2651.26684589254,59906.6601461332,21675.278102292,1936.46021526969,9720.53696706453 -7851,369.075634268233,1277.84542228732,427.011974727018,1150.09988098156,667.80122515345,4557.27643362694,125.886222989017,412.2633091893,3362.17004462929,11022.6913615893,989.6527441408,3238.76127122909,289.373917228382,2530.5329629668,946.382651564191,6149.89928678104,1371.9605630968,7541.72057018611,103.068681897033,744.495772050552,941.25194798022,993.674787884003,624.998337517025,1308.98556499454,281.069394163354,569.869105655658,847.797883381354,1881.79589320223,978.385638452751,1362.96070476064,360.295882133243,1169.05512426209,9619.65611266098,3029.08758033559,67830.0696166131,24388.0173072492,2223.34321012447,10925.2375626125 -7852,461.755060486446,1337.40589110294,529.737873724176,1203.70612075149,792.281216375913,4769.69142230633,157.599103878633,431.478932254912,3979.7693021642,11536.4598140606,1172.16772824464,3389.72017152469,342.246962546276,2648.48128989189,1154.47280887643,6436.54654340605,1681.93492759177,7893.24071886936,126.268334100901,779.196774567117,1251.71319865439,1039.99004259665,747.901211328191,1369.99747814472,346.732659873164,596.430746449135,1043.91706761395,1969.50653774467,1156.49608344312,1426.4884031324,436.563511633025,1223.544869311,11116.0291374432,3560.03844365163,82141.5120939212,30207.1559292417,2565.39601168207,13621.0225108031 -7853,616.798825873303,1472.08949694155,696.942450280114,1324.9254766638,965.254088383645,5250.02371616511,209.437995657175,474.931065093628,4828.12659568968,12698.2402553659,1423.67071421726,3731.08231036522,414.682142292309,2915.19688647459,1478.66855636226,7084.73966367043,2171.88028341925,8688.13038463325,162.709815352168,857.665870564569,1828.75407186286,1144.72235303806,925.779992268602,1507.96322330393,452.452655130732,656.494369691095,1358.43231282819,2167.84590800676,1399.5911642123,1570.14307304147,552.51619174371,1346.76208855641,12875.2154029671,4261.9623447208,103838.590250162,39675.9769293774,2962.61861994252,18084.6852447927 -7854,639.79867570572,1764.62714865646,722.561534327281,1588.21829170374,1014.14556517881,6293.32279041664,216.568377196062,569.310665517112,5076.01409538126,15221.669294792,1496.49836379692,4472.53319341069,436.192155725123,3494.51278623999,1542.83726994522,8492.63850985309,2267.04863949144,10414.6594209412,169.250606952043,1028.10357849758,1871.98856331017,1372.20471040768,971.683050237253,1807.62980005371,471.648779855714,786.95472666837,1414.21151995222,2598.64617696164,1473.43774874269,1882.16619962331,578.22385698135,1614.39433484544,13635.9537529786,4491.91178172176,108538.852823905,41255.1917009386,3139.16200139161,18785.3816853963 -7855,621.747668669598,1989.1287511644,699.601373360234,1790.27658593967,986.958839288112,7093.97977488162,209.1206171921,641.740219165751,4940.80991179879,17158.2195468544,1456.56811553414,5041.54340610927,424.92249799673,3939.09606327543,1500.856813683,9573.099589937,2208.89495239436,11739.6462496636,164.058773590809,1158.90225803314,1808.90678506795,1546.78105458896,947.133157497461,2037.60233967045,459.505884963952,887.073665319386,1375.19028004596,2929.25439157696,1436.52222853225,2121.62150230492,563.496756006862,1819.78283038599,13298.828296365,4377.78685753297,105564.188189912,40092.5025680962,3061.92427200764,18263.5656540899 -7856,596.244399130661,2054.35889191639,668.676466694195,1848.98570349552,931.681202547921,7326.61494187944,200.163107024485,662.785013173122,4660.66854087953,17720.8945750242,1374.25463290529,5206.87236523032,400.810199250002,4068.27211107658,1429.31383155657,9887.03333269691,2109.69604291577,12124.6282558791,156.283297812664,1196.90651359732,1758.17477421654,1597.5051446431,897.619505320113,2104.422090446,439.693382898149,916.163758161437,1313.11857141698,3025.31437570273,1355.6389349729,2191.19652058203,536.232774249289,1879.45955573353,12442.854122934,4121.43586473279,100320.133413025,38354.0383288273,2863.31296787741,17509.2435568922 -7857,562.097703622282,2056.96231198771,629.15640694388,1851.32886101829,875.317196351595,7335.89971508512,188.119613069671,663.62493837463,4378.29324274656,17743.3516699359,1291.02633295835,5213.47085981555,376.706194861555,4073.42769577565,1345.7404983415,9899.56283819151,1987.26065102118,12139.9933903173,146.986116878035,1198.42331304908,1658.00502589883,1599.52960929432,844.341848821863,2107.08895392849,414.315712240523,917.324781742077,1236.9423827262,3029.14825506954,1274.18608844642,2193.97335038735,504.78035134444,1881.84133174642,11676.5307548618,3871.81900697056,94369.3395596292,36120.4129621019,2686.76958642832,16498.2942545919 -7858,531.861645241632,2079.55421579061,592.925677658969,1871.66226396491,812.774278560358,7416.4709242439,177.568932007419,670.913623578821,4061.8406125477,17938.2293746619,1198.00341135474,5270.73113700086,349.472812609787,4118.16671997396,1262.94232374518,10008.2911167933,1869.34893807796,12273.328629978,137.975956921621,1211.58576335056,1593.07723012917,1617.09746595969,787.246664766034,2130.23140562723,390.558308100936,927.399887690472,1164.49877627892,3062.4178126032,1182.17040632175,2218.07006552365,472.86672201536,1902.50985741233,10724.5631205828,3582.82783437545,88318.5203099969,34065.7008666687,2466.09035961696,15595.6709422912 -7859,513.81063820551,2101.88577618342,574.355298492916,1891.76134989654,786.906234328689,7496.11365107866,172.226791610284,678.118315810235,3932.72251104312,18130.8613577949,1159.90857198031,5327.3315611718,338.203154881394,4162.39018292407,1220.96186748296,10115.7664380936,1804.90285809879,12405.1273479147,133.654562297678,1224.59653288948,1540.04285015819,1634.46287506897,760.994941596334,2153.10716954058,376.988902609333,937.358890655139,1125.47753637266,3095.30398013414,1143.49959488144,2241.88909618301,456.813907733055,1922.94020419344,10388.3232208567,3467.79764596149,85430.3190362493,32926.1244641933,2388.85263023299,15064.8933412777 -7860,497.743948041625,2079.87241142122,554.821272936886,1871.94864974405,751.72427658032,7417.60572930199,166.575424977503,671.016281053158,3754.36318057487,17940.974129362,1107.50634231717,5271.5376192773,322.850915683044,4118.79684668403,1175.64913041321,10009.822500048,1738.72915798431,12275.2065899337,128.731225115855,1211.7711498594,1508.65407823446,1617.34490040695,728.604850291958,2130.55735544874,363.696910467363,927.541790503032,1086.23610548421,3062.88639762958,1091.04402789413,2218.40945566692,438.806046806687,1902.80096322685,9841.50201277415,3303.39359523369,82073.4836089897,31807.4839354403,2261.96207481645,14573.7544534397 -7861,489.461567568628,2063.41300854253,546.267713654026,1857.13468479834,739.449595293999,7358.90532036179,164.021333645981,665.706086424215,3692.84717086153,17798.995362006,1089.37662707412,5229.82046346072,317.389019549223,4086.20208928315,1155.95254359091,9930.60816922278,1711.7497787298,12178.0647799009,126.715600926765,1202.18160511484,1487.16058738459,1604.54578294022,716.897180732032,2113.69684916147,358.100966554762,920.20154023918,1068.08528430219,3038.64775639687,1073.17136486553,2200.85371773789,431.884400755382,1887.74284356541,9673.88566663662,3248.32607174973,80756.6845868537,31307.9219176907,2223.34321012447,14346.8340460891 -7862,488.444393952237,2038.53588310483,543.888412235816,1834.7445126335,733.942556454992,7270.18415306234,163.363993687712,657.680134398106,3664.65068768578,17584.4053412722,1081.11439995049,5166.76818107832,315.132599696061,4036.93761265243,1151.16555766505,9810.8817818851,1705.62176102937,12031.242382318,126.061209240022,1187.6877435052,1486.36133349467,1585.20089825282,712.719309713365,2088.21348667604,357.00908568066,909.107314774032,1064.51238033948,3002.01290865486,1065.54955875995,2174.31956593236,429.886179799509,1864.98365026815,9579.30057112366,3222.76327716299,80322.9093452465,31198.7892463227,2201.27528744333,14307.1503430671 -7863,501.89963743231,2032.11411266028,559.805880092433,1828.96472323554,755.298839055119,7247.28170915269,168.143506371621,655.6083185993,3771.55577149863,17529.0111657556,1112.63091391198,5150.49189206418,324.322917480807,4024.22050187587,1183.63749376591,9779.97566383043,1753.37031424711,11993.3417118503,129.765261774831,1183.94630431259,1525.59955549235,1580.20721805251,733.194798108932,2081.63522246112,366.94177776889,906.243456191345,1094.26827502325,2992.55600483935,1096.60633614942,2167.47005141498,442.067504770274,1859.10860191402,9866.89408351708,3317.44973799308,82610.4612457322,32068.0304640037,2267.47905548674,14702.5292519697 -7864,519.871615799514,2071.51253827683,578.554658005514,1864.42450876371,768.601811746851,7387.79128366987,174.321119703051,668.319187252298,3834.34266970965,17868.8618848875,1131.44529858054,5250.34911486182,329.515046571214,4102.2416873595,1216.4315574858,9969.58885598463,1803.62726971303,12225.8674240553,133.574212567365,1206.90053710584,1606.37836860728,1610.84411789554,748.047461842572,2121.99375841241,378.186547704748,923.813613879242,1128.00999812583,3050.57538201187,1113.58192342621,2209.49274446394,453.009465056841,1895.15281395373,9922.12441827101,3361.51507238716,84700.2197065453,33120.5766656129,2278.51301682731,15211.4262540774 -7865,541.364187489629,2163.99181004392,602.062038755015,1947.65867589967,792.479301563588,7717.60708022274,181.579455216927,698.155198670543,3951.4938402462,18666.587847867,1166.17233453359,5484.74231967886,339.565880828698,4285.37952352976,1261.38687567501,10414.664760756,1872.43265346191,12771.6711762441,138.691946733384,1260.78062747676,1685.40655674499,1682.75760535973,772.957698043451,2216.72668126284,393.04158998865,965.055753949097,1171.61712669608,3186.76330488766,1147.55641414404,2308.13191570094,469.273580562969,1979.75879575849,10166.3982963779,3459.11740483047,87707.1389217122,34434.4940845922,2333.68282353015,15832.5753342512 -7866,556.089623105249,2144.32152474886,615.504994049224,1929.95481878037,798.956553757284,7647.45545933464,185.929939919628,691.80909704745,3979.99817320359,18496.9120169565,1174.88908319018,5434.88702646692,341.982791874815,4246.42621629718,1285.51302954262,10319.9973844075,1912.36666263933,12655.5790475376,141.266213347649,1249.32036477066,1755.33871769874,1667.46164997477,782.497937138486,2196.5770457424,402.243471983845,956.283575645228,1197.70654952261,3157.79621587927,1155.740001162,2287.15142350604,477.333511021785,1961.76315448701,10126.0367891387,3474.17995810186,89139.1365566905,35261.0847910373,2322.64886218958,16247.8726502012 -7867,564.733049074692,2081.55017071097,623.368516833334,1873.45868431146,799.60336266041,7423.58924870043,188.548008238644,671.557566082435,3980.20340639134,17955.4464767269,1175.19209754548,5275.78998166425,341.974497516535,4122.11933398381,1297.54338063126,10017.8970687551,1933.50568076129,12285.1085636206,142.642845381251,1212.74864265779,1801.42732240797,1618.64955516197,785.694664649419,2132.27600048476,407.333137042387,928.290005560408,1211.81102958441,3065.35711942908,1155.7244570525,2220.19896787559,481.080047733122,1904.33588526104,10036.0677560307,3466.49774783182,89782.6118263932,35724.4357881321,2300.58093950844,16488.5948317425 -7868,549.878554429608,1955.71819311484,603.650080759592,1760.20606397657,760.672608285071,6974.82518374096,182.707217115777,630.961178928849,3781.7623688512,16870.0201581211,1116.97485260983,4956.86272441351,324.884636656149,3872.93272537795,1251.32458156207,9412.30426717237,1871.69128441653,11542.4603549466,137.500335881331,1139.43666479634,1782.63582762263,1520.80042453469,751.963086376223,2003.37759116604,395.326781692717,872.173862492623,1173.07609104659,2880.05293901416,1098.57256934272,2085.98551930459,463.283488030577,1789.21670445944,9395.97078476254,3282.14458608174,86307.3574279074,34666.9187721819,2151.62246141077,16046.2401364523 -7869,493.857209682494,1835.35339907143,539.200973460861,1651.8740757022,667.924118782794,6545.55914751686,163.23540690049,592.128635151057,3316.86773560416,15831.7537509317,979.969209896541,4651.79230934761,285.086674787741,3634.57284741842,1113.83605311532,8833.02343388027,1672.51268334648,10832.0789368729,122.301355502314,1069.30996660099,1621.33473951241,1427.20267076593,664.696974818131,1880.0795965977,354.11228636385,818.495869569844,1047.88663389423,2702.79990733558,964.671927883693,1957.60341482115,411.949935843692,1679.09925456842,8127.206475409,2870.52769848991,76556.4844305901,31023.3697437668,1859.22248588572,14400.7286370286 -7870,421.126112447523,1734.86137870673,464.467448158394,1561.42819027252,579.330972262549,6187.16688176392,141.360042356789,559.707520562322,2878.79608044131,14964.909838935,850.389617703714,4397.09040413426,246.954383343173,3435.5672669212,955.553651608487,8349.3844947809,1426.7378360582,10238.9847144376,105.565270435558,1010.76150449326,1378.50328067243,1349.05833086511,571.759885059802,1777.13866042479,301.516481557034,773.680356854502,896.827944897529,2554.81215551237,834.03206664721,1850.41777835041,352.743882098297,1587.16269533693,7110.12371152195,2491.63915024778,65901.7066747948,26538.4822284769,1627.50929773379,12281.1532727202 -7871,338.257376896782,1587.91277101971,383.298078641418,1429.16995835842,518.47231794229,5663.09298746797,115.922626328277,512.29840657311,2590.27157300769,13697.3315228896,764.040984984487,4024.64202255626,222.115727049008,3144.56313674365,802.999589288449,7642.16347896332,1179.68908111211,9371.70818941814,88.9682347630734,925.146597381976,1027.9955257386,1234.78854202643,498.012109864354,1626.60902444265,246.327296375741,708.147022243457,740.484141412288,2338.41095264838,748.857695697567,1693.6811540268,298.749762625329,1452.72466408258,6815.22974448453,2275.66910784644,56272.4431837769,21695.9719814398,1566.82251036067,9905.5699650729 -7872,322.870692958285,1484.93303783066,413.215085077773,1336.48505545972,648.134601998554,5295.82860398439,125.437959950985,479.074696691239,3555.84318568972,12809.0286063992,1098.07767160015,3763.6348883935,286.965361057828,2940.63110802771,803.461599530464,7146.55189977978,1177.75045567698,8763.93172556855,97.1512321907951,865.1487489498,839.869117998687,1154.70971343868,517.82460444735,1521.11975173377,239.262959266108,662.222086856467,774.952908970047,2186.75971563776,920.045945643856,1583.84210207623,373.225841502746,1358.51218526467,9274.54734050522,2943.72994833496,65431.574757486,23487.4576799864,2048.39003929299,10220.0321430311 -7873,346.030856709684,1426.09574141296,440.440058572242,1283.52969291975,680.559579463159,5085.99271952919,134.18446012223,460.092386231893,3729.84636814602,12301.4982371924,1135.62615312679,3614.50890365556,301.056402865032,2824.11488827218,853.206177355063,6863.38506209794,1251.61580654941,8416.67967070482,103.129743393851,830.869079705102,917.992100791602,1108.95681013926,545.594715532213,1460.84863415507,254.850214718084,635.982952682686,810.595846421444,2100.11403781567,964.740323815157,1521.08574548332,388.775487714052,1304.6840448064,9644.80144467353,3073.22620326411,69048.1238192648,24967.5868951053,2127.5901206308,10889.2566003836 -7874,351.783612524201,1410.24380368523,449.71203382134,1269.26246515024,726.415548554639,5029.45875933813,135.727244879764,454.978174300844,3991.9677456811,12164.7594626831,1204.45327124693,3574.33139776082,322.579611178251,2792.72310156051,887.459406605298,6787.0942848055,1299.14372967731,8323.12306146757,106.540241009314,821.633455105078,879.53305874043,1096.63006812146,578.435084639684,1444.61039649277,263.030397743412,628.913608129538,847.901753738709,2076.7699691239,1034.8803021853,1504.17793500767,409.628444773965,1290.18167330914,10543.6663094513,3314.27296431802,72440.389640987,25727.0310218883,2325.86100913138,11159.3752002417 -7875,394.992600783376,1423.31875906825,504.417187449378,1281.03032405366,828.956017541423,5076.08895810749,151.35022620665,459.1964657152,4559.53522606405,12277.5439945521,1312.36453763604,3607.47050706074,368.621327815327,2818.61559607431,1004.26428060006,6850.02025173569,1472.05716122192,8400.29018845067,120.032425895738,829.25115974496,965.964857767763,1106.79738045065,659.510379537354,1458.00397881565,297.534438524668,634.744527112895,922.308533433657,2096.02456511371,1183.91636652378,1518.12379269338,446.557256247415,1302.14348287032,12114.4155223787,3774.83021114009,81744.3983286619,28856.1895211338,2665.27176941031,12488.3835859572 -7876,496.29967463408,1467.75046535996,628.11876719611,1321.02021580945,990.725640857914,5234.54910082693,190.04443935474,473.531190361282,5435.19433964164,12660.8117799824,1591.53570632983,3720.08482413097,439.269859652551,2906.60424901386,1232.80535097972,7063.85716351546,1814.76601475173,8662.52183827637,147.805534767439,855.13787256814,1285.63349887776,1141.34824674065,795.292008467781,1503.51845274929,368.996754327911,654.559331224246,1123.72329225321,2161.45611181678,1410.45926660974,1565.51502536115,541.77048512715,1342.79246357962,14156.7676751068,4471.38029387046,99440.2311464745,35735.9119864424,3116.84264097599,15556.6318399218 -7877,665.976341596491,1571.94512604502,829.215409988261,1414.79859053517,1217.93732578118,5606.14637180188,253.173875308636,507.146864733689,6649.45448263838,13559.5946579624,1914.90673537478,3984.1712510257,537.224557457533,3112.94221355165,1590.83120560863,7565.31583626046,2358.4881172057,9277.46868715699,191.507536251869,915.843559654626,1879.79189366456,1222.37182404435,994.108243308457,1610.25225983381,484.425985453376,701.026076781316,1460.25248570915,2314.8964897772,1723.97800307429,1676.64992922567,685.625578635509,1438.11643615886,16639.1651019448,5394.76871321675,126279.986656431,47008.5225782246,3649.17414572504,20735.4493063451 -7878,690.864699989326,1827.42743161052,860.102109237444,1644.74046308015,1279.7248840029,6517.2921724248,261.948638596195,589.571529638159,6992.27286751885,15763.3843757789,1984.91151570327,4631.7035599561,565.110691828911,3618.87695684087,1659.77053362788,8794.87805198606,2461.80890538204,10785.3006405344,199.265321943665,1064.69215511837,1924.25411561339,1421.039300848,1043.17705723562,1871.96047920369,504.966079091269,814.961197918933,1494.46353746146,2691.12787505573,1814.75600963775,1949.14951107973,705.958217325518,1671.8480701033,17608.0464025904,5674.69589557515,131722.484882176,48765.888212661,3860.91573293799,21467.902138999 -7879,681.111650861579,2028.06434779312,847.678821511832,1825.31981125286,1280.92284681563,7232.83872749865,257.18314908498,654.301768185259,7005.54341787105,17494.0779043148,1940.22170726593,5140.22756636363,566.549868830553,4016.2007028377,1647.78037082193,9760.4853204495,2444.11038367512,11969.4403897731,197.145874800086,1181.58683831709,1863.62107065734,1577.05805057485,1042.48763699245,2077.48676783565,500.494586291842,904.437419371314,1457.63114365236,2986.59219203186,1820.53244761895,2163.15053805196,689.084215860142,1855.40361671986,17771.1806293219,5686.83138450698,130768.69632811,48146.8978303104,3891.5831634568,21157.759830498 -7880,646.766757660545,2083.60398065776,800.310709108447,1875.30717594759,1186.54783286275,7430.91390589795,243.336182349709,672.220173992863,6480.53619955283,17973.1626361027,1866.96659118578,5280.99546270141,524.171727484026,4126.18651901213,1547.91300773185,10027.7814601742,2304.69136936544,12297.2299520552,185.199431323323,1213.94522934606,1808.54439613733,1620.24663343735,971.692021287694,2134.3798602527,473.344284480124,929.205924510503,1414.58298948614,3068.3816254107,1685.37083959442,2222.38957888667,665.860376974024,1906.21484260649,16268.5051697371,5267.259536276,122853.743175309,45669.1634098207,3568.89132376298,20154.3303212681 -7881,607.137853539648,2079.61206801113,749.092613570649,1871.71433272908,1105.4413322702,7416.67724697796,227.596586105783,670.932288080381,6035.46152533194,17938.728407769,1781.19531459674,5270.87776626292,488.409502742089,4118.28128543584,1448.64028684204,10008.5695427465,2158.8632937995,12273.6700682098,173.134015128037,1211.61946909684,1704.39422699497,1617.14245285087,907.250960411402,2130.29066766335,443.759020205487,927.425687519305,1363.0557043308,3062.50300762687,1570.55475097546,2218.13177118999,638.681141822677,1902.56278434205,15113.7198225072,4919.71936276149,115208.237303167,42968.9205228037,3318.90312166146,19001.5468119869 -7882,577.817447617742,2099.13771994897,710.758007092112,1889.28801541254,1038.79443312189,7486.313051024,216.160627242433,677.231727544321,5667.54933489103,18107.1566317081,1687.33587545884,5320.36647920801,458.691580725437,4156.94817345714,1371.23220337046,10102.5408407079,2046.59975374042,12388.9085847765,163.861772849057,1222.99546580248,1639.09782884321,1632.32593882596,855.124374857151,2150.29214521921,421.294217157885,936.133364999765,1304.41773025641,3091.25710494402,1475.20676641281,2238.95799622624,608.864975827845,1920.42610572221,14110.2118912795,4617.75270907853,108947.63297832,40840.6302937784,3098.80207415595,18099.2645766082 -7883,554.583302508716,2119.24191092751,682.961966259295,1907.38240089014,992.464778688363,7558.01214245214,208.081991005332,683.717817455376,5412.95222575071,18280.5753319404,1615.07941932005,5371.32152744391,437.910635002885,4196.76074943672,1313.2555264381,10199.2964792256,1959.12160660671,12507.5615830228,157.240819695749,1234.70852977951,1582.96184042161,1647.95930680439,817.002350632475,2170.88626038198,403.480851195103,945.099048276512,1252.3534879639,3120.86317729027,1407.80875263939,2260.40129588271,583.282034780174,1938.81871180169,13438.6185569231,4406.26715682171,104311.613204952,39177.0493567537,2951.16575863207,17368.854820368 -7884,540.558891386117,2094.27800154721,664.57909371035,1884.91412052824,960.276643894782,7468.98147103776,202.60341657387,675.663866866421,5235.18690909703,18065.2367131385,1577.30011122322,5308.049286945,423.552283083718,4147.32441350002,1276.05531044934,10079.15242595,1903.00152295584,12360.2269949718,152.785137830243,1220.16410628092,1552.13637286508,1628.54693741638,791.278190543536,2145.31399909379,392.209570047551,933.966120565463,1230.10044341765,3084.10052874861,1361.06703498179,2233.77457959206,571.670115337115,1915.98012297581,12953.449555253,4262.55574654133,101348.478179483,38171.0436316634,2845.56565018166,16941.723136779 -7885,532.13927336278,2083.22793000071,655.165925426477,1874.96871887887,946.652866527922,7429.57276809888,199.730556571311,672.098851111713,5160.89756629577,17969.9188240918,1556.28595932829,5280.04234405121,417.337331647073,4125.44182128359,1256.6441254953,10025.9716374623,1876.10314903571,12295.0105373074,150.619866542442,1213.72613545618,1530.26359463285,1619.95420991698,780.070079533155,2133.99464552079,386.668719560925,929.038220617784,1219.06341400072,3067.82784122858,1341.76345324185,2221.98848008426,565.071898396074,1905.87080729523,12768.7364287653,4203.46052926866,99954.687132739,37654.8440915239,2804.61218373244,16717.4271570175 -7886,529.559115330551,2064.10725483018,650.062941610667,1857.75952764621,934.382655511541,7361.38126321894,198.288473946768,665.930066779702,5092.0238141586,17804.9839287171,1566.49861972367,5231.58006438735,411.989943332764,4087.57691372176,1246.51277295326,9933.94937518934,1862.56047104637,12182.1621546045,149.247294745892,1202.58608551357,1528.80955179183,1605.08564090785,771.752962522466,2114.4080137149,384.209331307615,920.511146944459,1224.62667513728,3039.67012560538,1324.65346538209,2201.59420668358,568.501086459071,1888.37798469118,12563.1656249173,4154.18606119626,99172.1718857218,37458.0214060518,2762.87844136043,16651.4506440465 -7887,537.76892321093,2062.74769117104,659.412308234764,1856.53587885795,938.324933227463,7356.53254887858,201.356040506308,665.491439224762,5110.15165324959,17793.2563360523,1581.13927807906,5228.13418427682,413.480433555317,4084.88455313206,1259.88843333396,9927.40618973683,1884.83554610258,12174.1381408734,151.028775413615,1201.79397922402,1566.41700034726,1604.0284206001,777.02346277287,2113.01531850039,389.293262198143,919.904834699643,1237.39011804908,3037.66798883227,1329.55248801401,2200.14408461818,573.774948146041,1887.13416847151,12540.4879413881,4163.7166113895,100037.110192668,37926.5846234713,2758.84994356489,16880.0269242136 -7888,559.311864357334,2109.7538886179,684.672020674714,1898.84289122902,963.020958797974,7524.17429342975,209.618078053864,680.65675591632,5240.04419783581,18198.7316756369,1581.26645604285,5347.27367418955,423.811238671368,4177.97150248316,1302.78640962555,10153.6333805306,1949.66465406302,12451.5641894612,156.356471916054,1229.18063699106,1650.37686637657,1640.5812559138,799.022740725149,2161.16702202418,403.266845230412,940.867761225892,1256.79073637176,3106.89081325826,1362.21869119631,2250.28129126529,579.811617890887,1930.13845916182,12754.4294265431,4244.90464417792,102929.070327479,39237.6811788218,2799.50094531264,17487.1957311965 -7889,573.151322085864,2191.03845267536,698.267770107098,1972.00147975438,959.153045486525,7814.06556019475,214.311128548402,706.881088515452,5209.968573566,18899.8921183945,1564.62847780475,5553.29334873424,421.444830802165,4338.94032166914,1319.4063778449,10544.8324049231,1980.6721261861,12931.2978552856,158.546861454949,1276.538488902,1727.57546327926,1703.7895442868,801.246624215267,2244.43243046274,410.975318758157,977.117499273333,1266.4332744914,3226.5930527907,1354.90674860038,2336.98009284304,580.308376931482,2004.50280282765,12490.5717833086,4198.52183692475,103618.087520795,39925.3445965522,2738.34143079487,17858.2942279513 -7890,590.225225024384,2164.45464183766,715.794041648521,1948.07523864005,971.778520509443,7719.25771212982,219.973104290318,698.304519209285,5273.1991244071,18670.5802337423,1546.27583055731,5485.91538933385,426.598896315268,4286.29607500769,1349.71954913027,10416.8922359017,2029.75208413316,12774.4027648999,162.038880395078,1261.05028162084,1799.97577897486,1683.11751139879,815.012173970553,2217.20079192323,421.911137125314,965.262158836392,1270.15458004971,3187.44488573735,1371.65115598244,2308.62557599567,578.440143978198,1980.18222403135,12522.894522898,4224.62037093081,105358.53108911,40846.1683792122,2739.66307702978,18302.6414788203 -7891,599.842445366801,2099.83196623663,725.365140282017,1889.91285826042,973.768250468522,7488.78899388115,223.174243636687,677.455707899808,5279.27609765789,18113.1451984192,1531.04634109774,5322.12608013464,427.125162014882,4158.32299789575,1363.90628647063,10105.8820466745,2054.21025845609,12393.0059594801,163.757791417849,1223.3999462012,1847.48101461711,1632.86579679359,819.521020030885,2151.00330977264,427.651203675145,936.442971705044,1261.85443477296,3092.27947415252,1373.4974373074,2239.69848517193,574.478857880643,1921.06124684799,12436.35475422,4211.17813075734,105958.952663205,41276.8795740362,2718.37428833698,18518.7027764117 -7892,584.64528867401,1973.76857414658,702.940879619333,1776.45195781803,927.875099174806,7039.1996179716,216.387159367512,636.784660929477,5023.12861271222,17025.7226989776,1447.39956235522,5002.61229161226,406.455197258467,3908.67811632921,1317.3857948995,9499.1755142709,1991.1902856453,11648.9919647583,158.031764973586,1149.95314208511,1828.53703393922,1534.83671423774,785.907841866542,2021.86784656087,415.577904262194,880.223626819275,1210.23765676142,2906.63450537879,1307.94570485894,2105.23820794997,548.091879948807,1805.73035319347,11677.0851693034,3987.81248907045,101828.155014979,40007.0441141603,2549.4491841203,18002.0432445828 -7893,521.95505890823,1859.16023037034,622.865147546646,1673.30095047584,802.909234178654,6630.46324416702,191.889757705815,599.809284845783,4338.05014487659,16037.1114171473,1282.87115812406,4712.13187926489,351.291536050396,3681.71780743857,1162.0558720968,8947.59880604351,1764.62034280434,10972.5845615646,139.243168407199,1083.18025555678,1661.79083192129,1445.71527614725,686.485917206357,1904.46658267208,369.52560702268,829.11278568832,1087.51398955947,2737.85860581904,1131.48977252528,1982.99598187139,490.599719762033,1700.87927399566,9910.44644919507,3438.65748622422,89528.5918214704,35573.6626788907,2165.29536520726,16079.5488772684 -7894,447.425223626017,1758.37894048529,540.239497365867,1582.5947136491,705.316219980537,6271.03933472301,167.220259980188,567.294845033491,3815.70990621433,15167.7722670041,1153.69138391243,4456.69680640614,308.358489873189,3482.13938296222,1004.90758220056,8462.56769666607,1516.28952556814,10377.7830982895,121.174122757762,1024.46325981334,1413.87863341702,1367.34599524476,596.71533057601,1801.22932769572,316.67867544762,784.168270074835,958.895139023385,2589.44486648128,991.154901003591,1875.50180809055,434.47314365562,1608.67807241452,8826.14074687772,3039.79676129183,78068.2135363413,30747.9846246394,1932.80635961364,13845.031159515 -7895,363.500112074268,1614.8437064042,453.115405337328,1453.40862215938,647.965249003199,5759.13881196494,139.255618484204,520.986966509646,3531.61692403873,13929.6377029992,1081.92487585982,4092.89978597582,284.968889742412,3197.89479840269,858.268852287251,7771.77425772007,1273.18969888611,9530.6519754357,103.972679387291,940.837045679885,1055.93795878942,1255.73050498921,530.517254491379,1654.19624669602,262.266923033637,720.1571666587,815.838530535033,2378.07030637202,913.702869023597,1722.40591684342,382.910629669249,1477.36281472529,8726.13580144357,2869.00245031596,68244.6475565666,25625.565729414,1921.50114214978,11331.9162694212 -7896,383.290004087368,1510.93831243357,481.749898654028,1359.89059630532,772.910911253929,5388.57317467412,143.568899018589,487.464616455544,4144.05588528344,13033.350038962,1292.59291406404,3829.54651961479,329.319488409373,2992.12967228746,953.141891577192,7271.70774174912,1437.56340974732,8917.41235083472,111.690908812778,880.299890594328,935.288851680784,1174.93186650526,562.524003678895,1547.75875554066,292.062397526763,673.819422748447,862.160482244581,2225.05591179408,1038.556339207,1611.5795472962,433.82421706897,1382.30348192868,10830.4555513069,3430.30849253586,76428.0842851022,27423.6783834494,2448.55794454654,11909.9766241673 -7897,410.448804371962,1447.55949324472,503.057126382896,1302.8477246602,799.599724887062,5162.54051529077,149.778289398991,467.017102792635,4284.62276995095,12486.6445058857,1336.48714230969,3668.90982489028,345.38467695675,2866.61981928488,1011.45285730975,6966.68387256403,1502.14057636845,8543.35666612203,118.501454828955,843.374248336914,992.217698620572,1125.64739624352,592.558083398689,1482.83544165806,305.701028027848,645.554946952923,901.528922410418,2131.72224280296,1088.73449294953,1543.97916421238,451.714640285232,1324.32046453853,11178.6233879862,3553.79815482907,79784.2911559753,28809.3815970658,2527.28944093391,12560.7981009281 -7898,418.125592701819,1423.28983295799,524.915990987043,1281.00428967158,847.604229312457,5075.98579674046,155.954475031337,459.18713346442,4546.30723550157,12277.2944779986,1418.02651396177,3607.39719242972,370.351417618752,2818.55831334337,1053.85814630415,6849.88103875909,1576.57222159382,8400.11946933474,122.605074182725,829.234306871822,1008.3907913933,1106.77488700506,628.571278420403,1457.97434779759,320.170750344059,634.731627198478,943.428961946139,2095.98196760188,1168.60263275857,1518.09293986021,476.184561407578,1302.11701940546,12043.0319624937,3792.71119370763,83958.4580871405,29956.4306956653,2726.68412987316,13008.0171509048 -7899,469.814807638023,1438.30288823494,569.004525006621,1294.51649763197,923.44095726868,5129.52798722537,168.635747003604,464.030701975577,4954.07983199264,12406.7970546217,1545.19415728579,3645.44851001927,423.312779792246,2848.28885084857,1193.24732509409,6922.13451819391,1718.10546076311,8488.72507516838,138.210104418597,837.98118343788,1088.81226346218,1118.44929946342,716.788025786129,1473.3532600676,348.847093875532,641.426862971613,1026.28892890069,2118.09067126183,1337.12913409619,1534.10599123872,519.137012383562,1315.8519273186,13364.56447971,4186.47815648803,92343.764767823,32835.8637234942,3031.93067596001,14303.6159073102 -7900,589.078103012476,1484.96196394092,696.383406006802,1336.51108984181,1120.16747418519,5295.93176535142,207.205669190827,479.084028942019,6006.66378922377,12809.2781229527,1873.55351272305,3763.70820302453,504.073201449599,2940.68839075865,1462.27157395466,7146.69111275638,2086.92218000615,8764.10244468448,169.945177274903,865.165601822938,1348.19638534442,1154.73220688427,863.868925677248,1521.14938275182,424.008245584089,662.234986770884,1250.19598923889,2186.8023131496,1591.98781757282,1583.87295490939,629.727695505364,1358.53864872953,15966.7357470092,5042.62809920862,112273.892037563,40290.7004502612,3616.34483637001,17601.6950789615 -7901,787.77703580944,1597.5743527968,903.185952613038,1437.86567683745,1351.35437732598,5697.54981469947,270.154355203351,515.415462522098,7211.35689098479,13780.672302718,2249.99491464721,4049.1297707085,615.62587954814,3163.69608563944,1881.29206908859,7688.66186902192,2701.34040809626,9428.72991423554,219.656399278309,930.775609044037,1967.41337031757,1242.30155577248,1078.70841809195,1636.50605178308,555.518321824915,712.455710031903,1621.03167160199,2352.63890588347,1943.55399089028,1703.98627863603,794.570903523474,1461.56370007863,18501.8941226672,6009.10238496087,141180.938890202,52651.086654629,4182.27664648587,23354.9276284868 -7902,817.620555086398,1850.1061137442,919.325417598123,1665.15196917302,1399.9538163695,6598.17286568467,273.537806824793,596.888211594689,7478.51262607669,15959.0106301655,2333.19635658672,4689.18378103449,647.721572750733,3663.787829232,1963.69657595532,8904.02396951764,2771.04908390977,10919.1480375428,228.648859572333,1077.90516403926,1962.07950030282,1438.67463785013,1132.11597735016,1895.1918239566,568.727365523145,825.075003610577,1659.65568304086,2724.52522512489,2046.2364777649,1973.33878471553,818.542779655916,1692.59598616378,19434.6168805753,6274.19142752832,145815.813215257,54028.7133795994,4397.35919946053,23958.8687927809 -7903,806.564413799847,2053.11503550421,896.45043074567,1847.86619476101,1368.37066616725,7322.17888301412,266.934230088199,662.383715526554,7310.41447514196,17710.1650727774,2280.7398709179,5203.71975075561,649.537527189968,4065.80888696722,1950.56346209283,9881.04701265483,2703.4586621153,12117.2871351719,226.331202347752,1196.1818204351,1911.79273429701,1596.53790029964,1131.56774721322,2103.14792217801,554.707790092326,915.609046825614,1618.83533600834,3023.48263310902,2053.16876615798,2189.86981284212,799.030997375001,1878.32159594032,19209.7849436682,6175.91159611581,143146.887775388,52882.2522565988,4352.04866461654,23470.5350158757 -7904,765.180372826484,2105.44378314657,874.683940891368,1894.96366475676,1317.21016968856,7508.8028394586,261.415171562507,679.266213434754,7032.19125913835,18161.5527168069,2194.03435555636,5336.34950258633,600.711920599735,4169.43614775337,1830.81232497247,10132.8900933522,2618.76636498197,12426.1263622202,212.476631956798,1226.66949186777,1888.07429202713,1637.22964306198,1054.39219265671,2156.75188248761,538.028453514223,938.945622673459,1570.61587425609,3100.54361458011,1900.04567781321,2245.68409641814,771.849565560721,1926.19529764988,18104.5654258105,5868.59228682704,137263.648873489,51047.6771466792,4093.28135821515,22641.1597263785 -7905,718.107743565918,2104.48919625474,843.047716734426,1894.10450741931,1257.15340199882,7505.39842428434,252.249271125912,678.958241011743,6707.11241491224,18153.3184527066,2092.69743077961,5333.93005575703,559.662649444276,4167.54576762314,1712.98735794632,10128.2959435882,2518.43867606141,12420.4924823529,198.602013433352,1226.11333234125,1845.37956744399,1636.48733972019,984.379300681784,2155.77403302307,518.128218435504,938.519914235779,1512.98706937221,3099.13785950096,1770.42138054914,2244.66592598833,740.0862414949,1925.32198020633,17054.3264609166,5554.8633244361,130806.497206396,48844.4899762995,3851.662796901,21647.5088086021 -7906,683.111637307539,2128.06461025382,806.984033644366,1915.32309956006,1191.35635515134,7589.47719997749,241.736361266952,686.564229984472,6351.71669291661,18356.6799138827,1981.8952402971,5393.68308729096,525.499078450052,4214.23244912604,1620.7638302448,10241.7575714265,2407.68739261603,12559.6323044366,187.903575279869,1239.84879340761,1791.25391004474,1654.81999099102,927.674755018516,2179.92396233012,496.080717689707,949.033627284945,1447.49388181425,3133.85576549354,1662.63101410356,2269.8116613948,705.26832259472,1946.89028421362,16010.2940164239,5240.22022426621,124337.451350012,46664.390469244,3613.34062408362,20704.1114376044 -7907,655.522904987091,2152.76817622403,776.63844436147,1937.55706290698,1140.51655565098,7677.57938906784,233.063137583223,694.53418760065,6078.93975808847,18569.7728110916,1896.81580865356,5456.29547477548,501.648883494862,4263.15322381454,1551.97233826845,10360.6486674006,2308.33735939656,12705.4303707638,180.278988103769,1254.24153614364,1731.61525741545,1674.02991282295,886.271594100879,2205.22953583291,475.8063910421,960.050452012267,1389.58591615775,3170.23502403248,1586.57124049862,2296.16069320852,675.56350338345,1969.4906941547,15272.3279907916,5006.95542956662,119171.40718578,44804.1305463787,3445.9060156359,19881.3749846207 -7908,638.776290427956,2129.85807959643,762.987874374634,1916.93727670661,1114.07874998836,7595.87338485789,229.120824482301,687.142845827375,5935.68721538196,18372.1503758692,1852.16251840307,5398.22872242545,485.140545053977,4217.78407846273,1507.63759618851,10250.3890190482,2265.99121082989,12570.2171877076,175.136620672423,1240.89370096809,1714.26638701325,1656.21462389224,858.297180186318,2181.76113718695,467.466722753048,949.833444502639,1364.68044165514,3136.49688560451,1533.74781024676,2271.72459092176,661.97278747631,1948.5310652413,14815.5721708364,4872.06474854238,116473.0655409,43915.4542239146,3340.93068711941,19488.7147579201 -7909,628.84660012697,2115.04750989723,756.254964131062,1903.60731194622,1099.4189699503,7543.05333394911,227.511099078974,682.36460397693,5855.80406298512,18244.3944393245,1827.27079470782,5360.6906143648,478.028934459467,4188.45452563069,1484.74709061538,10179.1100439536,2242.13076660693,12482.8066322456,172.654400927668,1232.26479614878,1709.02590084953,1644.69766773493,846.139067468697,2166.58964491764,462.79124648916,943.228509381746,1352.27423119926,3114.68636865946,1511.99365370823,2255.92751236823,654.242238742937,1934.98140414919,14585.2364504895,4801.4914489041,115082.665437856,43439.7152438316,3288.73519907153,19280.2638840991 -7910,625.625879828823,2097.57566790618,761.512490000895,1887.88212089888,1106.6001263148,7480.74218710059,228.792373313724,676.727772423416,5894.37782179822,18093.6823747612,1839.30113898359,5316.40738245687,471.842643030655,4153.8548226377,1472.3987404102,10095.0231374112,2255.24173107138,12379.6895041136,171.050752460789,1222.08538613142,1717.02288462826,1631.11126003523,837.037139773297,2148.69202712971,465.4441542756,935.436750851381,1358.50059982492,3088.95677732393,1492.54255167145,2237.29189834306,658.232024357099,1918.99704011448,14581.692572891,4809.97338932666,115338.986751591,43570.4377994498,3285.1466343644,19318.334112818 -7911,635.072132212646,2097.17069113887,768.522524494005,1887.51762944807,1116.9372747326,7479.29788793449,231.190696198935,676.597117291487,5949.4903310643,18090.1890461967,1856.49762696881,5315.38094917564,473.458699955737,4153.05284217823,1487.63962874801,10093.0741017227,2276.08892012101,12377.2993702498,173.036987654664,1221.84943936839,1732.56521790414,1630.79634306927,842.634593366429,2148.27718137974,469.738685609755,935.256147044246,1372.63787792009,3088.36039562997,1497.8099798023,2236.85994670747,664.341214025819,1918.62654133836,14667.6753918152,4847.93743717219,116384.385850939,44032.1272150162,3302.96218205509,19532.7248281157 -7912,660.191111558658,2139.83785700414,781.898581855099,1925.91938096479,1117.73675798269,7631.46501714747,235.36341961076,690.3625592507,5946.85464975696,18458.2359103978,1855.81053810283,5423.52295285412,485.170893459618,4237.54715406859,1537.57784271209,10298.4187923615,2310.61618955568,12629.1168724807,179.071291785546,1246.708099139,1800.97168958556,1663.97507208556,866.348815344574,2191.9841143489,478.0022985823,954.284035103645,1393.55984618614,3151.19342386598,1534.30623020635,2282.36910567426,670.915286236977,1957.66120705187,14633.5457043221,4860.40342980363,118081.547624221,45001.3016007386,3296.28695487886,20046.260790282 -7913,675.862896028157,2213.0228913273,788.35697947293,1991.78814552478,1106.75821560823,7892.47032060439,237.794947244029,713.973791021748,5880.84957813994,19089.5298302739,1835.36188268162,5609.01397599771,482.21671588097,4382.47637517823,1555.71126918254,10650.6371299922,2324.13332732387,13061.0478941506,181.440113706417,1289.34701905893,1857.2697770285,1720.88502550322,868.441794835437,2266.95261353652,482.033728815506,986.921699511024,1403.57403765844,3258.96803778342,1525.38998443128,2360.42888052597,671.03708463699,2024.61558032939,14308.8013285424,4796.07988941851,118249.418452429,45506.3961621094,3220.55967077789,20352.9073342551 -7914,695.614322374821,2186.38122546316,790.110793908105,1967.80983312088,1094.36202569628,7797.45613979848,238.682259892086,705.378556308769,5809.29827188416,18859.7188883109,1813.14319726468,5541.48938022356,487.968528389313,4329.71755749833,1590.59019918993,10522.4185215135,2325.19127109501,12903.8113489729,185.361419397879,1273.82510439673,1891.83508454315,1700.16800354212,883.1744898096,2239.66171008659,483.162856883013,975.040557993924,1407.17575332334,3219.73467157434,1543.83754533315,2332.01265501945,668.54143399254,2000.24207203634,14112.4781011802,4754.66170710081,118453.286297619,45887.1185045947,3177.08464337882,20610.3619769145 -7915,706.616957780062,2121.09322968474,784.115575851403,1909.04864427546,1083.72740996942,7564.61464005968,236.941064113528,684.315096894585,5751.45012784743,18296.5448028302,1795.11567413574,5376.01378472874,488.442026688463,4200.42693867872,1606.5542220609,10208.2063392964,2311.75442139686,12518.4878879654,187.258690620836,1235.7871414515,1887.04623266102,1649.39892441487,887.895824877166,2172.78269440064,480.634646286203,945.924664071714,1397.85946378257,3123.58948829284,1545.55905498752,2262.3759280832,663.865480093528,1940.51241719206,13963.1105015508,4717.42788728832,117974.091751295,45852.2172123491,3143.28905544236,20645.3067659328 -7916,688.2060059442,1998.70355461071,752.386976944614,1798.89420127244,1025.11151948644,7128.12711801203,227.709428489318,644.829278362399,5434.6281646649,17240.8117770223,1696.343827929,5065.81121036842,464.604838192833,3958.05716397839,1550.59426430894,9619.1803410658,2214.11410241593,11796.1558171333,180.60832140436,1164.48071107579,1840.91755904049,1554.22658799824,851.213999027094,2047.41047395671,461.240053326845,891.343653364582,1340.18413210326,2943.35455227655,1471.22079103696,2131.83406841465,633.03734680751,1828.54247598747,13077.3672862217,4452.95559515325,112697.94155731,44139.1811209334,2942.05885905819,19942.9130006176 -7917,613.813116262422,1886.20687300178,675.461347020096,1697.64375433054,909.092837425988,6726.92172413902,204.416306722419,608.535174690692,4814.63742378724,16270.4156876748,1502.91932466466,4780.68290832027,401.308422547705,3735.27860557794,1366.38715941985,9077.76645021068,1989.5179922818,11132.2112406061,159.013469023064,1098.93811698202,1680.47955725881,1466.74721507432,743.21533323101,1932.17233187197,415.260887269124,841.174531012556,1203.86497368314,2777.68835372209,1272.04701227353,2011.84415901349,566.334305441496,1725.62328106482,11351.9094355401,3909.23381431612,100213.128464581,39584.7639990498,2548.69355333172,17914.079486196 -7918,526.540172866128,1778.04922578035,599.732671407882,1600.2985707684,816.997362931521,6341.19095561111,182.075558482693,573.640946656584,4332.25303751402,15337.4480979146,1352.23413537734,4506.55209961807,352.41778365967,3521.09269019481,1182.47835117752,8557.23507301456,1752.54534269743,10493.875226996,138.441702307324,1035.92352251944,1458.00465566337,1382.64195062972,646.24500619304,1821.37896321616,364.813850814495,792.940448378704,1061.98039798164,2618.41195548967,1114.76293610055,1896.48230028546,501.911054672445,1626.673713686,10265.4211057511,3504.54726539861,88640.5895885647,34694.9310583085,2304.94730836229,15607.4737125593 -7919,429.554390172154,1634.34043223178,508.226194938577,1470.95627046076,763.280327409132,5828.67145464394,152.374492155547,527.277073722807,4075.46510909072,14097.8164103848,1271.52914291572,4142.31518428988,326.408665695927,3236.50440369305,1014.04709879562,7865.60634270493,1502.95292297593,9645.71977288644,119.153230459063,952.196189512382,1088.81990594898,1270.89149751871,575.484001967395,1674.16809323382,308.458072921379,728.851944224744,905.921593597723,2406.78180617733,1029.69674282406,1743.20128904651,443.978665856932,1495.19967264059,10246.3001042879,3343.48134093177,78383.4387787872,29231.7795633034,2309.7870280936,12905.3479544732 -7920,476.781787486305,1522.56692302076,561.222153193297,1370.35670074882,911.906406244066,5430.04516499512,166.625522932825,491.216282657366,4294.0841445473,13133.6584043019,1343.28833253485,3859.01979779939,360.236611876226,3015.15795246216,1003.47724754184,7327.67287079298,1504.1395710471,8986.04329017879,120.409914867027,887.074928690476,1057.56319588617,1183.974476008,703.387801305484,1559.67074672057,340.453025145753,679.005328492413,977.494040120011,2242.18057434321,1334.29487872778,1623.9827214242,469.713396194695,1392.94208230858,12028.1078319946,3792.19193340517,83987.1604147957,29598.1628438088,2681.28590029961,12991.5295535065 -7921,500.10810387697,1458.81205317487,585.725283967502,1312.97537203497,943.103857814521,5202.6713678127,173.750300709415,470.647446113308,4439.3577794349,12583.7090592147,1388.77879519815,3697.42998442468,372.674660009714,2888.90340173105,1064.50748648272,7020.83917889599,1571.34230583554,8609.76819071828,127.69630486248,849.930192543173,1121.75208311604,1134.3975822259,730.129992409018,1494.36221810606,356.121648307342,650.57314880417,1021.60118504372,2148.29312116997,1380.19206914408,1555.98123953797,488.939181080491,1334.61502960718,12402.8211581868,3918.27217972829,87435.1207182139,31013.8027911965,2759.85657334152,13642.4257718409 -7922,521.121956815021,1436.71191008188,611.737700531784,1293.08456873623,1000.23622060611,5123.85396193494,181.080991349032,463.517414603892,4711.16648128753,12393.0732811212,1473.72934191136,3641.4160986371,395.745605768896,2845.13821729819,1110.06228486897,6914.47760192056,1649.67998118968,8479.33527538953,132.282876248443,837.054250893682,1140.35012498744,1117.2121272271,772.651540998936,1471.72351096005,373.277587195732,640.717348908812,1069.83828116769,2115.74774612991,1466.92695003468,1532.40904052237,515.615289614093,1314.39639824601,13336.5842952271,4172.08420028035,92056.7768546098,32333.6593615997,2960.16836127216,14205.18587282 -7923,566.508453253806,1446.72061359985,663.289286419731,1302.09270737649,1089.84496654676,5159.54875559155,195.868302724917,466.746460277997,5133.8778449821,12479.4083322033,1605.94221116736,3666.7836436968,431.4908544665,2864.95857563499,1257.23618201878,6962.64658821044,1797.82294186461,8538.40567927862,149.189398542057,842.885501937721,1231.3695196827,1124.99506886601,842.634712451125,1481.97611914005,406.739842381071,645.180839424235,1163.93050555311,2130.48688190321,1600.41048094392,1543.08440810804,562.142904629684,1323.55300352144,14731.7680807902,4559.12004565588,100555.779532924,35293.4128917046,3246.2498032251,15516.2758538762 -7924,691.275780268828,1489.04065491833,811.375163683803,1340.18203620658,1321.69767683476,5310.47790837249,240.525370381226,480.39991160684,6224.23781066109,12844.460900947,1947.07131739127,3774.0458433561,522.608909661169,2948.76547252776,1539.39209671063,7166.3206691139,2183.55798324823,8788.17448587764,183.228664778725,867.541920691577,1524.50602058669,1157.90386780752,1020.93629861901,1525.32746839535,494.252050847951,664.053923505332,1417.46960695402,2192.80872346893,1936.4935435692,1588.22332110559,681.818188970174,1362.27009738855,17652.7763650448,5512.75586012781,122282.998792194,43175.8491654397,3907.60971918118,18958.0147095143 -7925,915.766365295903,1593.64029517661,1047.96651082317,1434.32490490851,1590.45082114739,5683.51948852046,312.350287395787,514.146242016429,7467.27735946582,13746.7371316952,2336.55008217834,4039.15871064377,627.479244897197,3155.9054230816,1977.60988328628,7669.72839105142,2821.72867832609,9405.5114851822,236.347732615972,928.483556175863,2222.16075194605,1239.24236425911,1259.03993397797,1632.47612410414,644.592715185185,710.701274120864,1831.32504472897,2346.84548725537,2325.93990234348,1699.79017959849,858.435279205497,1457.96457131093,20413.9298033211,6545.86499470025,153127.337225194,56269.6576135146,4493.57589134097,25106.005147328 -7926,934.058261489138,1845.44888372609,1067.68229733229,1660.96032001412,1648.54760358788,6581.56343528148,316.5815891103,595.385678482754,7745.10029883985,15918.8373758781,2423.34094115694,4677.3798054121,651.529165048775,3654.56505950461,2064.6859151325,8881.61007260397,2895.33657961107,10891.66151467,246.107719571476,1075.19177789922,2216.60481820769,1435.05309492353,1302.06848508044,1890.42110070617,660.412444420103,822.998061079842,1876.15674339528,2717.66683977646,2416.44090855326,1968.37134389914,884.656110098026,1688.33525280545,21422.6019950621,6815.50782862331,157830.852094041,57633.0152981583,4710.86789677111,25657.5948715185 -7927,910.629571775423,2053.98284406526,1041.22768759678,1848.6472489522,1611.42726201901,7325.27381408729,308.962328846355,662.663691197225,7571.10371332993,17717.6507872171,2368.88850051737,5205.91925369183,636.677636106962,4067.52741890462,2051.41979866233,9885.22352348904,2824.818303797,12122.4088576915,243.715035830878,1196.6874213422,2159.83326481349,1597.21272330466,1271.68806317313,2104.03687858837,644.197363197285,915.996055520044,1830.16576130709,3024.76059565267,2361.48869174878,2190.79542477243,863.61035528906,1879.1155229893,21113.9452230356,6669.48358755558,154394.223520693,56313.9405623009,4621.94475753877,25072.2340931154 -7928,885.745061659436,2101.71221391003,1015.2554704117,1891.60513855323,1550.61536045649,7495.49466286264,302.351725270096,678.06232049505,7282.21532533073,18129.3642100662,2278.58814797277,5326.89165916221,611.935929126919,4162.04647542527,1924.68728063071,10114.9311332259,2735.83276281572,12404.1030000988,228.671931089014,1224.4954123811,2132.731046762,1634.32791003158,1225.31585453325,2152.92937768365,624.521063458834,937.281488665988,1774.89144722325,3095.048386799,2268.61345018683,2241.70397319839,834.033277595021,1922.78141827024,19977.8946919469,6390.66838453383,148829.034643772,54526.4406295342,4399.46479699563,24298.0584342074 -7929,855.526542670055,2100.32372133472,978.007427320172,1890.35545285748,1479.40430837048,7490.54277714833,291.596366650022,677.614359784077,6944.90239236901,18117.3870766442,2173.12430787373,5323.37245730895,583.599467313889,4159.29682654805,1800.61002028581,10108.2487212928,2630.51892814709,12395.9082506916,213.711103009763,1223.68645158365,2084.23253296721,1633.24819409632,1171.70825629591,2151.50704857679,601.109839982359,936.66227525543,1708.99337928623,3093.00364838198,2162.42588422493,2240.22299530702,799.507621996837,1921.51113601868,18853.0402942304,6078.28058343917,142365.396713643,52345.5357684982,4162.31298167382,23371.1145637675 -7930,820.705690655008,2118.77907913377,935.659590239753,1906.96583814975,1401.47364453192,7556.36151054507,279.29459551956,683.568496916634,6576.24460059132,18276.5829460652,2057.84678605165,5370.14845778892,552.630247473936,4195.84419795879,1703.3132988805,10197.0690040798,2514.31956435357,12504.8299943671,202.143231332497,1234.43887563544,2022.84189960923,1647.59940076533,1113.2770649936,2170.4121497216,575.208667347201,944.892643389218,1634.26482544269,3120.18159644057,2047.36343532974,2259.90763558798,761.682914462558,1938.39528352883,17711.3213923047,5743.97621297563,135468.972223047,50050.6084847137,3913.22023553878,22388.9795407662 -7931,788.599264091591,2136.36662837177,900.242427971928,1922.79516925083,1341.46890665344,7619.08531286862,269.196358914518,689.24265837852,6293.56305539705,18428.2931010464,1969.42097196539,5414.72495533267,528.648237667689,4230.67303743211,1630.88169074401,10281.7127760327,2410.43171067151,12608.630015523,193.912101505647,1244.68569878012,1955.39248534609,1661.27578442932,1065.50706484634,2188.42829445604,551.614973722464,952.736002828575,1568.63846515914,3146.08158195551,1957.58300293952,2278.66666393864,729.545755518327,1954.48550399,16898.2763148541,5490.62134997311,129863.26168734,48059.9135302269,3734.2080536959,21503.5907857382 -7932,775.633845478563,2115.4814127748,884.148203731009,1903.99783777911,1310.10375718824,7544.60079448223,264.563685287676,682.504591359639,6144.89709118169,18248.1372844425,1922.94190078348,5361.79036227705,516.159256775202,4189.31378882111,1584.10062030678,10181.1982926187,2365.93894018087,12485.3674852253,188.350637847761,1232.51759578494,1935.66702712485,1645.03507814648,1042.3209605264,2167.03412168567,541.776823853239,943.422013103299,1540.12731644835,3115.32534786525,1911.14538215855,2256.39031683698,714.757216671307,1935.37836639017,16406.3542011858,5353.65239401681,127099.385630794,47157.3122722575,3629.44715630668,21122.4600505867 -7933,769.465787434388,2098.53025479801,876.141290989753,1888.74127823633,1292.6600410526,7484.14660227485,262.635592577933,677.035744846427,6061.92796335897,18101.9166388615,1897.01034918035,5318.82682928617,509.189024327827,4155.74520276793,1560.07160986458,10099.6172871752,2340.85234090545,12385.3233839809,185.680971678796,1222.64154565794,1929.64882022512,1631.85356337702,1029.03554359268,2149.66987659425,536.250467474644,935.862459289062,1525.82645748405,3090.36253240308,1884.34058990376,2238.31006877287,706.339142875944,1919.87035755803,16148.2358604152,5276.26159512707,125623.341593981,46679.151232319,3570.73629315644,20924.4747287122 -7934,772.707142087645,2079.26494627026,882.236924148902,1871.40191256784,1301.14079420819,7415.43928055284,264.125603944322,670.820298355264,6101.90896788998,17935.7341365154,1909.51604691557,5269.99796935546,512.311269550949,4117.59387599482,1546.90176420506,10006.8989465152,2354.57808406045,12271.6213891381,183.929301508605,1211.41722971486,1938.69641757743,1616.87252495801,1035.55150143141,2129.93508682378,539.347698077309,927.270884792328,1532.95424466174,3061.99182508865,1896.80145470136,2217.76152821354,710.661999183893,1902.24521506267,16177.7355521462,5307.43910296972,126221.630720064,46880.409518819,3589.0076384253,21006.3968556468 -7935,780.865481028906,2077.21113632347,890.364435027767,1869.55342093171,1313.30108613472,7408.11462335533,266.886586005422,670.157690444837,6158.96965856756,17918.0179771396,1927.37155048217,5264.7924883183,517.340530799865,4113.52669096651,1562.62551075892,9997.01455509614,2376.34914231025,12259.5000007035,186.015532101893,1210.22064302659,1956.24819110983,1615.27544668263,1045.19868756135,2127.83122705584,544.327596394676,926.354965842233,1548.86723313705,3058.96731910703,1914.55122056795,2215.57091720246,717.260103056086,1900.36625771722,16289.2952413148,5356.49012675533,127408.576677255,47354.7671877856,3619.36858293412,21210.9001512919 -7936,796.040989771496,2127.37036677207,905.069971616216,1914.69825923759,1313.44790016967,7587.00126712726,271.48255020124,686.340250534238,6155.19211867275,18350.6913713754,1926.31448957766,5391.92349347604,516.783133258334,4212.857630244,1614.71201058787,10238.416378964,2411.59653227423,12555.5349462932,192.440140650143,1239.44431464365,2033.09806132221,1654.28013520531,1050.40606710861,2179.21280065098,553.40735874659,948.724021830991,1571.36459348311,3132.8334004171,1912.79904369114,2269.07117544192,724.029791524518,1946.25514565487,16210.6742656048,5342.12904831052,128743.678355544,48266.0469782914,3585.55681636183,21684.3148933091 -7937,805.465465055301,2205.70438901735,911.688196705003,1985.20127007894,1299.67328087505,7866.36979426146,274.037619399315,711.612668206745,6085.71774238531,19026.4004479678,1904.70990909436,5590.46487652804,510.943242076624,4367.9834552899,1632.98965803607,10615.4153016307,2424.83520049067,13017.8547986077,194.860931666527,1285.08312772085,2096.24068021309,1715.19403103423,1044.9933275109,2259.45576476747,557.537634472515,983.657933570816,1581.39964742042,3248.19057804451,1890.56257868578,2352.62290423792,723.803293345099,2017.92014402845,15847.1599822564,5265.60206341176,128703.238098205,48722.3197871392,3501.37562696232,21952.3341489312 -7938,810.389980636492,2178.91808699008,913.086029667288,1961.09278071381,1284.462474037,7770.83978660657,274.877072654998,702.97077042936,6010.80694442705,18795.3418748296,1881.36769492454,5522.57369337533,504.884073676314,4314.93821284214,1669.15478370812,10486.500601261,2425.29877954314,12859.76462473,199.005285577317,1269.47694542341,2134.9576129081,1694.36453748132,1036.95636213453,2232.01670047868,558.449032830267,971.712289978982,1584.48805261569,3208.74421601211,1866.80333793061,2324.05240857995,720.846269960365,1993.41431327706,15595.7465072312,5193.14843730442,128388.535784278,48974.2032093642,3432.16362919493,22113.2598415448 -7939,805.685274287776,2118.31625014594,906.034756717086,1906.54927793477,1271.81997228603,7554.71088864491,272.836177657254,683.419177283145,5950.73913498877,18272.5905843937,1862.59203522524,5368.97539524564,499.837834841066,4194.92765203743,1685.51700548556,10194.8415424381,2411.09770939262,12502.0984222715,200.980450510626,1234.16922312613,2129.48282718058,1647.23949690819,1028.49453826578,2169.9380419355,555.412625610355,944.686239753249,1573.77372954469,3119.50001972295,1848.87342860913,2259.41397828606,715.727248101098,1937.971857823,15423.284169647,5141.14268326821,127554.359894526,48806.8150084686,3391.15288164224,22044.0068206509 -7940,775.152104036056,2000.81521677803,868.746514246356,1800.79476167274,1202.37006160306,7135.6580979436,262.024417893181,645.510550774385,5622.06234774209,17259.0269695051,1759.82021113837,5071.16332066763,472.227115029167,3962.23891446858,1626.2045646124,9629.34315843808,2308.6240887541,11808.6186437997,193.750956788323,1165.71100351034,2077.1397911749,1555.86865316481,976.579304802195,2049.57359576076,532.608683577862,892.285372143511,1507.92094621658,2946.46425328183,1746.27184451153,2134.08638509207,682.225396874768,1830.47436026264,14439.608045903,4845.38150291974,121617.869459573,46896.3865514205,3171.12995224666,21225.38736134 -7941,698.595603527685,1889.85166110163,779.424293337245,1700.92417486242,1065.72403339451,6739.92040662697,235.084847105859,609.711069972804,4979.93697233577,16301.8556205511,1558.91156982107,4789.92080073959,418.288814948029,3742.49642415664,1432.30027542155,9095.30775790311,2073.87222207551,11153.7224288196,170.475358776448,1101.06163621449,1895.87555953727,1469.58146558602,869.953254860252,1935.90594074747,479.166011740304,842.799964025451,1353.76330382322,2783.05578483563,1547.2582946598,2015.73172074093,610.101531921724,1728.95776748287,12571.2097496791,4277.25129839123,108440.435369984,42107.8826926611,2771.94617258148,19100.398601386 -7942,613.55105022934,1789.38856684719,692.526798630063,1610.50432381483,958.377943248332,6381.63130224105,209.509357588274,577.299287634849,4481.81156060809,15435.261225108,1402.88127077097,4535.29221015727,375.979364471313,3543.54812639037,1239.9719210733,8611.80803178035,1827.54533166483,10560.7989255002,148.477015854324,1042.53002697989,1645.1382175175,1391.45961913079,775.550475621098,1832.99463559262,421.380182337182,797.997351224526,1195.13154976816,2635.11063052425,1389.62286564705,1908.57693710336,540.99074457771,1637.04767171624,11390.8578177249,3853.93376689448,96331.4901957751,37032.4444137663,2521.41363025036,16735.2619799107 -7943,510.381690917928,1648.83280349446,589.878583475156,1483.99984691661,898.5931129141,5880.35669048772,176.212259332465,531.952657193662,4220.447017798,14222.8275680256,1320.55823876112,4179.04680296238,354.277877590184,3265.20382425844,1065.48545253445,7935.35392104083,1570.3681559584,9731.25235183244,128.116550556092,960.639706188088,1229.94212619318,1282.16101704683,706.27259753617,1689.01363280733,358.18773855386,735.31497528175,1023.91975188747,2428.12373396393,1310.79740953817,1758.65897446395,479.840472105754,1508.45822535116,11386.302626054,3691.29177113197,85692.0345441402,31343.5422358349,2535.51425535771,13920.1851416356 -7944,492.521044870181,1540.03876501181,560.024669921016,1386.08189179616,896.715790663723,5492.35631184364,164.628099233499,496.85311421088,4018.60486057042,13284.3704688653,1279.04621681847,3903.30302970732,350.506919402378,3049.75765545515,1059.81151137676,7411.75977733537,1508.25844845622,9089.16041831082,120.693672830352,897.254338707837,1103.80677840408,1197.56088370771,731.797708028166,1577.5683645085,358.74424946446,686.797087022778,977.663187128202,2267.91016567874,1342.48356758608,1642.61833544938,455.715568171601,1408.9264463433,11626.2320511604,3678.74113590166,82732.5443385679,29375.3901899108,2623.9724124867,13056.7801412057 -7945,518.327250959183,1473.18871999651,586.749973370209,1325.91481096248,932.64128699975,5253.94395818836,172.291436027527,475.285700581044,4178.60778213531,12707.7221506414,1329.97808836994,3733.86834457308,364.698864149711,2917.37369137267,1120.41178930696,7090.02990532549,1582.1669958985,8694.61789320058,127.598367335637,858.306297726325,1171.45298028791,1145.57712797165,763.504154012598,1509.08923360733,376.670536559705,656.98458020351,1025.901200464,2169.46465890923,1396.64664148813,1571.31551362274,476.654072572738,1347.76772845831,12035.553710358,3822.77137514713,86490.6323310455,30884.0658934444,2716.12010873523,13747.8617889925 -7946,533.347433807875,1448.8033496569,603.857881599849,1303.96723339471,967.980595840329,5166.97657415609,177.102096465396,467.418400439203,4338.11168907164,12497.3740081326,1380.73840916792,3672.06243936498,378.888269255103,2869.08304339425,1153.63259767066,6972.67019260611,1635.50226217167,8550.69778682919,130.437106590191,844.098941499134,1188.33762218648,1126.61464058699,792.255519518761,1484.10960992605,389.116522437869,646.109658288747,1058.22240916461,2133.55398539667,1452.15994237968,1545.30587195229,493.732652733345,1325.45842433175,12636.6214167492,3978.76473076013,89452.2798850253,31742.3745650748,2841.33871644239,14136.5280845681 -7947,579.0713526346,1461.35762102566,653.726013184035,1315.26646079357,1052.46582373399,5211.74981828432,191.270361360116,471.468706813257,4717.13120145969,12605.6671210193,1501.37077853693,3703.88184974786,412.235826239983,2893.94442096824,1297.62603890146,7033.09025843739,1779.71139749057,8624.79188692464,146.055178169118,851.413286248663,1282.89268430285,1136.37705998593,862.388321033597,1496.96981955243,423.403492852376,651.708372555976,1149.56349409173,2152.04180551312,1580.97610385136,1558.69636367694,537.359787488399,1336.94387869035,13904.3482121941,4337.62624375941,97506.0361714819,34588.6935395749,3107.124797992,15415.3858725923 -7948,708.954141117314,1505.18186216641,802.871666318288,1354.70961537315,1283.54807650618,5368.04351225461,235.78491163488,485.607448761445,5751.78826585999,12983.6949136029,1830.68819662807,3814.95651689625,502.110241864829,2980.73010321857,1589.93646638061,7244.00361668441,2170.24316027864,8883.43833595474,179.639413733094,876.946078927303,1589.23726806349,1170.45555082699,1050.14242562072,1541.86202486111,516.437206326591,671.252270956623,1405.5519641312,2216.57877967525,1923.74459541676,1605.43966889134,654.77781254882,1377.03711123547,16738.117597292,5274.53224790693,119099.901022111,42471.4331912021,3761.32439186347,18892.4044736082 -7949,958.646168627826,1613.80233837567,1062.84943174738,1452.47135915028,1602.37813735943,5755.42490268267,313.374384208815,520.650996429043,7166.04868070539,13920.6548650345,2280.90774237161,4090.26038814173,625.822520646429,3195.83256452306,2116.488687849,7766.76245552223,2878.3706293802,9524.50592166041,240.264265848866,940.230325899178,2324.24609482821,1254.92071912872,1338.05064566415,1653.12950130302,689.517194505952,719.692757226444,1862.54687101005,2376.53675462529,2398.2667997225,1721.29518492129,850.069137663721,1476.41010432013,20283.6522615455,6520.23678382681,153939.628922117,56777.3509957156,4526.27561943068,25585.6115237294 -7950,979.210883811285,1851.37889626664,1084.51110951464,1666.29751228962,1664.8627770365,6602.71208591702,318.053793796543,597.298841492037,7449.56479305358,15969.9896489659,2371.12469326815,4692.40971014022,651.361926050968,3666.3083360723,2223.37617432947,8910.14950253632,2958.31863447185,10926.6598773659,251.670740108781,1078.64671007462,2319.02005143759,1439.66437563919,1386.97280491846,1896.49562324265,707.686894601706,825.642614860818,1911.17496389004,2726.39956523043,2497.7778513982,1974.69634528862,877.622529468917,1693.76040942186,21386.4357591255,6807.25757968847,159053.260968548,58264.8182994586,4762.85525577385,26200.3553771947 -7951,952.536551849664,2062.08237099365,1054.84906259299,1855.93707039217,1620.68415374293,7354.15976738846,309.635441709924,665.276791120055,7251.8262584594,17787.5172858948,2308.18676836428,5226.44789798122,633.85974091374,4083.56701142439,2211.68242911601,9924.20419674687,2878.26084074399,12170.2114852857,249.466086369049,1201.40635169843,2258.83886333721,1603.51105607806,1349.64086765428,2112.33378496502,688.518637062967,919.608127908781,1859.28610965715,3036.6882171356,2430.74900039925,2199.43444850567,853.940180792291,1886.52549081059,21010.3446877686,6634.08898531287,155149.063962328,56813.4282425823,4653.14901251216,25559.2721659586 -7952,925.108747687595,2122.42386723361,1026.8295989995,1910.24625868163,1555.42277243837,7569.36019303301,302.559735394279,684.744392198746,6957.17210336816,18308.0228789415,2214.41698025742,5379.38635020824,607.609426123498,4203.06201653748,2078.11691087852,10214.6103117723,2782.61815740885,12526.3411825805,234.480447753527,1236.56239486791,2229.93951067648,1650.43365127703,1297.21641878859,2174.14575859709,666.272422859871,946.518076402113,1800.02243371552,3125.54902755411,2328.77605742771,2263.79519731542,823.02372390792,1941.72976994687,19837.7886649006,6339.8782755973,149266.719144951,54931.4504589641,4415.74198348183,24737.6685008535 -7953,895.174851744924,2125.28763071502,991.401687106551,1912.82373321938,1489.32065885309,7579.57344856272,292.420622531086,685.668310373032,6659.60868393401,18332.7256954461,2119.71609515962,5386.64469780785,581.594952398738,4208.73316248475,1945.37881623025,10228.3927745683,2681.88509725477,12543.2428387427,219.296548127082,1238.23087508224,2179.8184190066,1652.66056348433,1244.31039565387,2177.07930986498,642.64939099141,947.79520296648,1737.22981673435,3129.76629692365,2227.83558351113,2266.84971159767,791.235910343172,1944.34972484456,18786.3216020709,6052.6460779343,143152.53967881,52832.9223921172,4194.51121327396,23829.9950456008 -7954,858.926583432123,2147.44562883444,948.834381848201,1932.7666078077,1411.73873606568,7658.59718718145,280.192274736042,692.817007289261,6310.59502080366,18523.8605308505,2008.63958967712,5442.8052199692,551.086800220101,4252.61291793606,1838.94888140749,10335.032791001,2564.39848939056,12674.0172088635,207.311912397822,1251.14052411278,2115.65624604985,1669.89100755623,1182.75816589705,2199.7772819214,615.084692237477,957.676803941996,1661.90305632847,3162.39687111944,2110.53497214685,2290.48361927241,754.212544104137,1964.62128570247,17654.1489471248,5723.62875931004,136268.125818254,50530.8409207185,3945.67428379724,22830.9540983736 -7955,822.457191692439,2155.37159629535,909.20382006231,1939.90022042975,1342.40994023582,7686.86416227352,269.052497143405,695.374112802158,5999.3169707026,18592.2299060032,1909.56913754704,5462.89396936071,523.652200818562,4268.30880851361,1754.65976781827,10373.1781728952,2447.75897709965,12720.795505202,198.20146245186,1255.75833559541,2044.02905930965,1676.05437747416,1125.3210697488,2207.89639931541,587.412115706047,961.211475592907,1588.45047631416,3174.0689033993,2004.35295770406,2298.93752301384,718.687167941191,1971.87247016759,16713.8400114559,5432.87445487335,129958.592010279,48335.7055432127,3734.49112584506,21853.2973831828 -7956,807.437008843747,2118.3451762562,891.045249359435,1906.57531231686,1306.42529494632,7554.81405001194,263.908281795721,683.428509533925,5837.07013763289,18272.8401009472,1857.9349033426,5369.04870987666,509.462795713171,4194.98493476837,1700.03788208407,10194.9807554147,2397.07478618262,12502.2691413874,192.055467162472,1234.18607599927,2022.84319839702,1647.26199035378,1097.32488307823,2169.96767295356,575.641053938378,944.699139667665,1556.12926761354,3119.54261723478,1949.71324690022,2259.44483111923,702.231514880284,1937.99832128786,16154.4721500758,5277.36853094297,126835.46056727,47328.8103060703,3613.13698439009,21424.7951239546 -7957,800.254510600998,2081.0294866967,882.019774994809,1872.99005280691,1286.69235878665,7421.7322940593,261.731141390908,671.389581042134,5747.8842809074,17950.9550577446,1829.5532296055,5274.47028274721,501.6588768694,4121.088217044,1674.36263336864,10015.3911676562,2368.86984147464,12282.0355367329,189.344095861355,1212.44528276744,2016.2671308936,1618.24466223172,1081.54282750521,2131.74262778826,569.107568388423,928.05780084428,1539.94428329172,3064.59034355572,1918.74015218022,2219.64360191452,693.006263731108,1903.85953005846,15872.2819171554,5191.39314687672,125197.948012974,46804.0999273503,3547.10416034626,21206.0326111984 -7958,802.867072136312,2044.6105290026,887.165465387363,1840.21187934483,1292.75493161217,7291.84862053994,262.942536311741,659.639959566542,5774.9808658222,17636.8052213314,1838.17799650107,5182.16466607329,503.78737228994,4048.9673084314,1657.93716515255,9840.11729020448,2379.89769068584,12067.0943571537,187.319429017702,1191.22694168107,2025.43828104407,1589.92464837835,1086.62110965184,2094.4361671771,571.753325941654,911.816369378416,1545.32302475132,3010.95862580007,1927.79381099177,2180.79883448049,696.246967167952,1870.54112677588,15861.2704756933,5211.30263564583,125599.362967244,46950.1093923958,3556.26988047806,21266.592147641 -7959,811.359943105447,2035.58534129264,895.355521226,1832.0889349495,1304.88007726321,7259.66141343154,265.698881063222,656.72821947148,5829.17403565178,17558.9539751069,1855.42753029222,5159.28988958562,508.75442596941,4031.09461851234,1665.55125150022,9796.68168015923,2401.95338910824,12013.8285688081,188.439754577176,1185.96870467146,2043.780581345,1582.90650570875,1096.77767394511,2085.19104235397,577.044841048116,907.791488466415,1561.41048918709,2997.66784674982,1945.90112861488,2171.1724931506,702.728374041638,1862.28430497589,15935.0390887178,5257.91999399078,126719.037719784,47405.2100849092,3583.10314649648,21461.8211099088 -7960,827.919806024865,2086.98842534752,911.330702271778,1878.35327946449,1307.59766993722,7442.98410606186,270.614299237483,673.312076302197,5838.06816689002,18002.3568473859,1858.27800484955,5289.57350210636,509.231187384258,4132.88877634263,1716.53187699957,10044.0698105652,2440.87242387698,12317.2046185448,194.476656027971,1215.91706781597,2124.36631836755,1622.87843639297,1103.99022287035,2137.8467813428,587.276580483036,930.715254539671,1586.18621637838,3073.36566652152,1947.88638300893,2225.99945613718,710.574290461043,1909.31115013973,15872.4211965162,5254.79956848355,128225.851347624,48373.6627415818,3556.26988047806,21957.4262596983 -7961,840.777858109467,2157.13613672179,922.160192925001,1941.48836066881,1303.60735333679,7693.15717577998,274.318322490911,695.943395489028,5817.12278708008,18607.4508272324,1851.62979910486,5467.36628275247,507.342765765771,4271.80314956278,1760.70668671368,10381.6703940362,2466.11253407838,12731.2096527968,199.754307412397,1256.78638864798,2191.47968622557,1677.42651474787,1105.36931081336,2209.70394027989,594.187638254229,961.998391644859,1603.80654160455,3176.66742186636,1939.94438850373,2300.81959671482,714.556576343905,1973.48678516338,15725.2925062148,5225.63866164172,129068.639200553,49094.5169734383,3511.76906857304,22336.2426758695 -7962,848.189663696557,2117.33273433794,926.685708738813,1905.66408368984,1295.74501804288,7551.2033020967,276.021016285449,683.101871704101,5779.71985046984,18264.1067795361,1839.73811292144,5366.4826266736,504.270906083301,4192.97998361968,1794.62893288685,10190.1081661935,2475.44619214296,12496.293806728,203.477461284867,1233.5962090917,2232.7857399992,1646.47469793888,1102.21732574285,2168.93055857862,597.049151362454,944.247630149826,1612.5435643031,3118.05166299989,1926.76085347232,2258.36495203027,714.801299628568,1937.07207434756,15549.633595844,5185.0413163599,129263.695968444,49492.7136290684,3464.9495769167,22550.5265130285 -7963,839.483853217996,2048.89171116958,914.615868928104,1844.06507396041,1271.24018195551,7307.11692315098,272.632480959802,661.02117070258,5668.92326109633,17673.7346878117,1804.47949910168,5193.01553015719,494.575179431786,4057.44538598682,1805.14453560634,9860.72137791028,2446.81769964833,12092.3614818389,204.742327211677,1193.72123556599,2225.64096037344,1593.25376996651,1084.37770336554,2098.8216785699,590.569604701247,913.725609267757,1592.7564990272,3017.26323109845,1890.22846029158,2185.36517948728,704.827053441348,1874.45782738998,15211.2700318876,5082.87432062957,127558.281450929,49089.1466425936,3383.56788673757,22385.6559807858 -7964,809.984020211635,1936.30824842395,880.130997534767,1742.73652134685,1209.264631849,6905.60203516996,262.704098287998,624.699069373281,5390.22764817683,16702.5900245999,1715.78164068008,4907.66727710424,470.215825901973,3834.49497383698,1748.34172433659,9318.88983462133,2351.81033799317,11427.9047314038,198.180434084652,1128.12808121803,2171.78736181183,1505.70691452389,1035.03960470628,1983.4946405567,568.242482165028,863.517785921155,1531.78930249459,2851.46923587641,1796.59446501115,2065.28270859381,675.034089114044,1771.45923950573,14356.4993965828,4823.71726235151,122210.607920103,47338.6120266949,3190.052274672,21619.7770979377 -7965,731.050273626274,1832.48963559002,791.144856769809,1649.29660116445,1075.43808907044,6535.34589198716,236.11482238888,591.204716976771,4791.52619212754,15807.050934427,1525.22003915555,4644.533961748,417.945958103087,3628.90170147115,1543.2027737917,8819.2409710842,2116.93910752186,10815.1772807108,174.808149060794,1067.64148638666,1982.64135948256,1424.97575855863,924.554150584918,1877.14604532981,512.087557769803,817.218743005478,1377.89940030143,2698.58263796605,1597.25509218972,1954.5489005389,605.232897283566,1676.47929967073,12553.7021252559,4274.26897557301,109243.046970938,42583.3734989771,2800.64787135282,19483.9221888267 -7966,637.948102229927,1758.17645210164,697.417956243793,1582.41246792369,953.854989849851,6270.31718513997,208.91142289763,567.229517467526,4251.50572891747,15166.0256027219,1353.31269672812,4456.18358976552,370.401377086989,3481.73839273249,1335.72669128567,8461.59317882182,1849.72163635405,10376.5880313576,152.177941689407,1024.34528643183,1718.91697551183,1367.18853676178,814.539205622354,1801.02190482073,446.888925494403,784.077968171267,1206.48669276815,2589.14667563431,1414.35554053186,1875.28583227276,531.078628347216,1608.49282302646,11210.7138047527,3794.29353315439,96089.3244733504,37184.1257399128,2504.21855696933,16971.5090060999 -7967,528.261516161789,1643.16313155809,590.304194960593,1478.89696913069,886.290058545558,5860.13651216929,174.616679545911,530.123486251903,3963.66482312172,14173.9209923271,1261.60897263478,4164.67674413693,345.786711903473,3253.97610338237,1129.8177762319,7908.06743490593,1579.10017613481,9697.79049430023,129.115214916958,957.336453140478,1284.20949903014,1277.75218170533,736.482180990315,1683.20579518196,378.073635668302,732.786523233176,1027.01960173868,2419.7743943806,1322.46970235581,1752.6116545586,467.165566658832,1503.27124505252,11040.929043347,3593.91228992666,84709.7488223554,31226.6617748134,2488.04229814687,14028.6177965324 -7968,526.499716606509,1539.2288114772,578.402132122655,1385.35290889454,878.526544657385,5489.46771351145,164.520949227163,496.591803947021,4025.89478626079,13277.3838117363,1217.66139643445,3901.25016314487,370.171425853881,3048.1536945362,1152.83520346824,7407.86170595838,1443.56309625279,9084.38015058333,140.544047362939,896.782445181782,1196.64170885483,1196.93104977579,773.785121185051,1576.73867300855,383.560286466643,686.435879408507,967.842404666594,2266.71740229083,1357.48710041814,1641.75443217821,422.192120552168,1408.18544879106,11930.7681477887,3669.0176482991,83579.643451576,29867.804936803,2590.06965089041,13244.3132179053 -7969,557.454789950823,1468.87861171927,610.240643259992,1322.03558196481,923.203730378867,5238.57249421029,173.296119490976,473.895157194225,4229.98580414682,12670.5431676076,1279.44109019352,3722.94416585815,389.195182436129,2908.83833108631,1217.02044924484,7069.2866046431,1525.85494042005,8669.18004939943,148.111452483199,855.795150968262,1271.26916411297,1142.22551293791,814.978931646033,1504.67409119647,405.578370990818,655.062440399752,1023.06106733554,2163.11745609901,1427.23561437638,1566.71831578278,445.460806359164,1343.82456437935,12506.1921965404,3854.15350393522,88070.9874411795,31561.0970336618,2714.59223026014,14013.4137314252 -7970,578.934292584521,1424.96759224774,634.693222964114,1282.51432423898,973.729941306182,5081.96931613891,179.856395570688,459.728418493697,4463.79782203152,12291.7668253634,1349.97986925127,3611.64955481668,411.075224207485,2821.88080064315,1272.94447430571,6857.95560746627,1594.78310195444,8410.02144302156,154.65990465833,830.211799670207,1291.52433187883,1108.07954176008,858.314921317016,1459.69299283361,423.558092435081,635.479842255854,1066.71348727051,2098.45268940137,1508.78128565908,1519.88245206888,467.36970587725,1303.65194143965,13303.1494631834,4078.96902626895,92313.2677633088,32851.9038065663,2888.92384137776,14559.3542879588 -7971,629.370524380205,1414.06215405846,688.08330413788,1272.69909702544,1061.02670479017,5043.0764300421,194.484215476648,456.210064898141,4864.58172208456,12197.6965432881,1471.14135446733,3584.00919218973,448.266543190097,2800.28462763801,1385.65104990378,6805.47089736558,1738.0668657007,8345.65859749701,167.881652530884,823.858094845926,1394.58072336584,1099.59928367056,936.198756103742,1448.52179722519,461.572540056371,630.616443131584,1160.49235735229,2082.39299357258,1646.34972776191,1508.25061971973,509.571096015198,1293.67494565038,14524.8613068086,4450.01082825184,100491.121902756,35719.1844812089,3154.57201069986,15832.5129128417 -7972,772.308361128063,1411.40087896071,847.375482612604,1270.3038682131,1299.19709574771,5033.58532409544,240.383322838189,455.35147428982,5955.5760150906,12174.7403910656,1801.15484731317,3577.26406123073,548.186407954977,2795.01447192048,1697.87406934649,6792.66295241376,2125.49087118255,8329.95200826675,206.437979266286,822.30758801311,1728.27120321589,1097.52982994624,1144.14527162241,1445.79566883229,564.498039015173,629.429618470786,1422.89431831361,2078.47391505003,2011.3999086899,1505.41208125527,622.955254184768,1291.24024014075,17738.0595592385,5439.11115297306,123167.882623461,43838.0344657303,3851.89845517035,19422.9559624347 -7973,1044.77032038877,1411.97941800141,1123.02389122913,1270.82457100722,1624.28304355192,5035.64861147755,320.034392907603,455.538124736934,7428.60195460701,12179.7308673588,2248.00011743917,3578.73039652155,683.648271737147,2796.16015987875,2220.86686653038,6795.4472929699,2826.67353361293,8333.36648994644,269.090004874468,822.644655284513,2527.85450419847,1097.97971194958,1458.70079125988,1446.38830643919,754.01670655196,629.687624267073,1889.25662408633,2079.32589007913,2510.28560471288,1506.02915587548,811.238882735304,1291.76952484007,21340.083339509,6723.1538884137,159111.478611313,58598.942083738,4623.93844726269,26299.1863288808 -7974,1041.58406316033,1448.83227576717,1113.41576959872,1303.99326777679,1613.03700786412,5167.07973552312,316.222871252771,467.427732689983,7377.06187245716,12497.6235246861,2232.41179867036,3672.13575399601,679.677465331166,2869.14032612519,2211.61986047433,6972.80940558271,2818.73729165753,8550.86850594511,266.847257120552,844.115794372273,2512.63291999605,1126.63713403258,1452.05482591464,1484.13924094411,752.033348204812,646.122558203164,1882.3354057054,2133.5965829085,2496.55986157477,1545.33672478546,808.262687548169,1325.48488779661,21187.2546050489,6681.37255460924,158205.293833325,58326.5401475491,4590.73242609743,26202.9227630847 -7975,1012.20825160112,1558.49412281086,1081.6903950398,1402.69227708843,1567.38498460834,5558.17504524037,307.529452314338,502.807251343437,7168.01735457135,13443.5663382862,2169.17225736151,3950.07903018729,660.1776612174,3086.30502686589,2148.81148481702,7500.58006012239,2739.1160269741,9198.08216198628,259.224904435968,908.006762759628,2447.06751265329,1211.91209037672,1410.6412973188,1596.4734656533,730.811366309756,695.027455156566,1829.04445015879,2295.08811373733,2424.99939082355,1662.30297573034,785.322809615108,1425.81059385345,20574.8558110915,6489.75109778731,153755.307583001,56700.9650771855,4457.90834143638,25472.8572434259 -7976,976.809673836699,1668.3584554323,1045.29436692965,1501.57352960007,1485.48523160631,5949.99249453375,298.583171000949,538.252096657603,6789.0525366695,14391.2557919648,2054.84000561558,4228.53551590748,624.617517521639,3303.87071227974,2057.30175762404,8029.3252190023,2627.77136489652,9846.49086839911,249.264857262458,972.015702893723,2413.60499286097,1297.34450302192,1340.55673027062,1709.01511036319,701.771650894741,744.02265276221,1757.41105290947,2456.87783128108,2293.06120080077,1779.48519950021,749.909644771987,1526.32154673132,19284.6566953421,6125.57033373934,146884.351724015,54608.1395921512,4175.65716153165,24585.9388423828 -7977,948.202692926368,1762.13943583209,1013.01682326903,1585.97927423472,1430.28385714681,6284.450672686,289.608754196695,568.508070223975,6535.05119377978,15200.2102902982,1978.09736292257,4466.22796446128,601.187513540352,3489.58633802126,1990.31186766326,8480.66586976892,2542.88443774152,10399.9771795269,241.14299370107,1026.65419217314,2360.59633136351,1370.27022172075,1292.27751819467,1805.08146351773,679.362413281656,785.845303996722,1702.78459782181,2594.98269177423,2205.96303011847,1879.51278414347,724.322379525726,1612.11841525902,18484.399350738,5888.73474783003,141894.538962672,52928.8012594178,4001.32555041403,23852.1583631592 -7978,920.81135872037,1815.62525874994,983.414016119264,1634.11814729333,1386.94243243452,6475.20119388778,281.178461179245,585.763868121152,6336.72855446661,15661.5788627103,1918.09020163072,4601.79037976191,582.938738063069,3595.50496916737,1931.65955433661,8738.07761807455,2468.57197638456,10715.6453533744,234.025134691169,1057.81599651384,2295.32701717154,1411.86172630786,1253.55531893617,1859.87069616685,659.559086841892,809.697890185816,1653.05295272921,2673.74761917145,2138.99076586003,1936.5612139671,702.892876582818,1661.05068380019,17910.002055925,5708.92408922588,137680.653469616,51388.579643977,3876.8029710443,23163.0046073016 -7979,872.331870619672,1837.23364674483,930.58961783758,1653.56635599501,1291.43207875602,6552.26481649836,266.95939790019,592.735247746299,5896.75620798253,15847.9727625788,1785.19814749772,4656.55788837518,542.075546247925,3638.29632494793,1816.61577525174,8842.0725204317,2325.34213870694,10843.1759774916,220.528648996991,1070.40543278089,2214.185512596,1428.66478400393,1170.453541471,1882.00566450871,621.83388889218,819.334386530788,1559.76758896518,2705.56881998206,1987.73545695931,1959.60890284761,659.270221041062,1680.81942599067,16501.3115440091,5295.93732425113,129162.771670412,48570.0606152468,3569.64727526563,21937.8511770876 -7980,846.869546450432,1811.54656777252,899.995609062824,1630.44720092856,1228.6849946066,6460.65505086671,258.738614969204,584.44798545633,5606.45060794821,15626.396084716,1697.61120212137,4591.45273943033,515.231996469093,3587.42788739826,1749.13299262081,8718.44806171703,2245.82872616078,10691.5733121812,212.356820669158,1055.4396776452,2187.7708085431,1408.69006538461,1118.60412751826,1855.69261052332,601.190406340282,807.878953451368,1507.46364605405,2667.74120885212,1888.80125261234,1932.21084777091,633.487812300384,1657.31923514118,15514.5996582465,5019.99233494855,123972.696574908,47016.6498670151,3353.80813769143,21294.7967537971 -7981,840.105683254568,1757.27972023624,891.84474916145,1581.60538187582,1211.84292429749,6267.11910270668,256.89673352233,566.940210451328,5528.51326865332,15158.2903959324,1674.09827576878,4453.91077930999,508.024758223637,3479.96258362071,1731.10642120607,8457.27746851503,2221.96607422594,10371.2956062824,210.174003277447,1023.82283428636,2181.01908595448,1366.49122249309,1103.88417416099,1800.1033202666,594.95108162726,783.678060813745,1493.52250802865,2587.82611971089,1861.3108899959,1874.32937050209,625.98049214279,1607.67243507964,15248.9400843178,4944.94397867013,122560.030340882,46586.612945255,3295.69760065222,21111.0085804218 -7982,843.683289221998,1723.9270144072,898.212451388917,1551.58692867689,1220.11048093719,6148.17083430008,258.375865778002,556.179834715986,5566.44728294409,14870.5900403061,1685.56794828699,4369.37672687629,511.261190063111,3413.91381118511,1739.88598656476,8296.76057170361,2235.23268993528,10174.4511497972,211.687484301499,1004.39094679584,2191.26550647302,1340.55557933,1111.1342917722,1765.93783379831,598.468795298331,768.804057815816,1500.54242767312,2538.70986217175,1874.15009290763,1838.75509316809,629.898556158554,1577.15923608281,15363.5689699273,4979.20368219459,123312.264235653,46844.1346541683,3320.60211652617,21223.8024466243 -7983,859.978190444935,1726.12545771121,915.745159763867,1553.56559474885,1252.8197840211,6156.01130833966,263.520888982584,556.889104785565,5717.36846153411,14889.5538066533,1731.13395344238,4374.94878818029,525.457946057493,3418.26741542471,1779.16031033018,8307.34104150971,2280.30898474856,10187.4261503716,216.222944575775,1005.67179948458,2213.83099956564,1342.26512701526,1138.70673955022,1768.18985153083,610.267041963887,769.78447758932,1532.18141670503,2541.94735984461,1925.46802821432,1841.09997133783,644.015882438285,1579.17051331958,15857.9083225613,5121.60170816927,126162.236217196,47757.9556497044,3428.52168531327,21612.3471031568 -7984,889.326268345918,1795.08716489383,947.031501799501,1615.63323598284,1288.61549904346,6401.95464192651,272.359938626939,579.137790827388,5879.38684370268,15484.41731736,1780.2968120509,4549.73558361375,540.034848702243,3554.83312999738,1835.47542017002,8639.23373089185,2357.33516644426,10594.4315021484,223.290838819231,1045.85013290064,2305.69427120216,1395.89094791788,1173.0348665311,1838.83210423605,631.097870770034,800.538703187517,1582.40656811538,2643.50256761941,1979.67884224148,1914.65510984188,664.63718093208,1642.26111547973,16245.785820396,5260.82499063267,130123.352743183,49390.5204203352,3511.53673822642,22371.756752353 -7985,906.73974846939,1867.34654124133,962.90770286934,1680.66888011287,1294.68039003002,6659.65870158311,277.351722726783,602.450383331458,5904.09011514029,16107.7265138932,1788.01231175463,4732.88048167078,542.182678059071,3697.92925926431,1860.36089020841,8986.99714523918,2394.59385665314,11020.8993796271,226.327766463095,1087.94974780197,2379.96721342994,1452.08109362127,1182.4818750713,1912.85238785148,641.549108365916,832.763560322958,1608.21005266539,2749.91402810161,1987.15992745473,1991.72757008975,672.651528136299,1708.36863734558,16177.7249980502,5271.03489025021,131584.242936176,50253.2783552894,3494.93372764379,22807.5435001529 -7986,909.451455984142,1853.28807005031,961.024922407395,1668.01582696451,1271.32141401049,6609.52091626554,277.379858217646,597.91478633806,5793.5475865603,15986.4581771666,1754.85403386975,4697.24860379882,532.119154624507,3670.08909633276,1850.59553950941,8919.33780206435,2386.75468162129,10937.9276371005,224.939128961334,1079.75902912766,2422.90870780051,1441.14898232278,1166.44361290486,1898.45132217172,640.08639942761,826.494031736178,1605.83515737396,2729.21107538874,1948.79782408044,1976.73268614825,667.117055222311,1695.50704430897,15690.1600571765,5156.76089358801,130383.195133467,50215.5230207401,3387.01415885669,22850.5764615996 -7987,898.704771252737,1788.02900318806,946.732633435387,1609.28067502658,1242.92635098388,6376.78258790069,273.532592673136,576.860660079908,5662.00085440221,15423.5336324432,1715.17920743218,4531.84633004674,519.948408371575,3540.85576580067,1821.01021052461,8605.26484632784,2354.96657294478,10552.7749117692,221.132935416922,1041.73792069034,2414.67651945793,1390.40239882304,1144.03410566666,1831.60194037811,631.921566301756,797.39103897971,1583.24249637241,2633.10849375114,1904.84434496633,1907.12681503797,656.349286796821,1635.80385549657,15235.1449635379,5031.91634254626,128105.291714491,49564.1959533436,3287.3960953609,22591.603027212 -7988,884.841163438467,1683.40043962542,933.431546088369,1515.11177446796,1233.2690668898,6003.63785639262,269.475817042161,543.104998324792,5619.55289367883,14521.0079093452,1702.1978988455,4266.66015523976,516.114109385205,3333.65853807246,1798.41104002744,8101.71792491774,2323.05982691728,9935.26720990888,218.380711190442,980.779433967693,2362.91065044321,1309.04141110779,1133.10407232104,1724.42365652555,623.120383898429,750.730789701087,1561.3931273306,2479.02913658493,1891.00197280755,1795.5291067047,648.708302259709,1540.08292067635,15191.9801056193,5000.39487724993,126668.51367663,48851.1597597353,3279.09459006959,22244.1314919181 -7989,799.494770421155,1614.32302238994,840.264853242346,1452.93999065483,1099.59843320025,5757.2818573238,242.542303083376,520.818981469345,5008.09471859381,13925.1462840169,1517.17150248572,4091.58008705877,459.858427281885,3196.86368146288,1616.45372690017,7769.26835662115,2094.81363951993,9527.57894854805,196.073094375696,940.533685789531,2157.44847365034,1255.32561205897,1014.2461452082,1653.66287399952,562.291749123844,719.924961942572,1406.80987573999,2377.30353049866,1685.49697353945,1721.85055088235,582.909418440831,1476.88645952271,13429.9337900359,4447.67023564351,113636.069941198,44073.726643155,2897.22534666908,20109.6280898905 -7990,700.745452474141,1582.50344249342,744.509532883123,1424.30139758748,983.94373149345,5643.80129147358,215.580653633728,510.553228604128,4484.10555779734,13650.6706687841,1358.21325414197,4010.93181674519,411.341325298232,3133.85097711578,1427.66296712204,7616.12995012988,1839.82930164311,9339.78285360985,174.255022841994,921.99502509693,1871.61223822223,1230.58215424102,900.716165051044,1621.06787460267,493.328538255118,705.73467317861,1238.1404667118,2330.44500306777,1506.32366227984,1687.91151859838,514.675215124896,1447.77586266875,12151.6067536462,3988.80628348676,100763.595206632,38762.3886424352,2623.27567205567,17623.0910506481 -7991,585.14040509202,1483.08171626752,635.625343172202,1334.818809549,925.730194703093,5289.22609636993,181.455678188629,478.477416346776,4235.68995415841,12793.0591113056,1281.62988461556,3758.94262399696,389.479428205345,2936.96491322913,1252.47889151298,7137.64202620495,1581.78611658829,8753.00540406578,152.671826746875,864.070135643038,1400.21048698381,1153.27009364628,824.975090313575,1519.22331484082,421.486627121905,661.39646980994,1062.16109921475,2184.03340050312,1427.50774875795,1581.86746688293,456.345314842446,1356.81847730728,12254.5778002918,3835.93669761363,89995.0017071251,32896.5109324097,2656.48169322093,14705.8201017852 -7992,625.321295075014,1382.67647703952,686.594677586601,1244.45102979098,1003.53548843878,4931.14332472499,181.955587431997,446.084299415634,4495.09834597944,11926.9637731733,1272.90924828664,3504.4606697884,397.726495533233,2738.13118648132,1256.65286957705,6654.42073953941,1455.95730616728,8160.42335553848,151.432849164252,805.57223378949,1405.17633417453,1075.19323626416,943.903222319132,1416.37127459637,462.089784753068,616.619658089174,1036.27408101536,2036.17344534749,1557.42343201735,1474.77439190451,441.240534899427,1264.9613110374,13682.0569547326,4139.99827147041,92099.4506196872,32188.7904003249,2877.9148229447,14143.7653614011 -7993,633.218644365839,1318.69019269971,693.741488139831,1186.86142096964,1001.59750663679,4702.94421659249,185.576494446678,425.440803054831,4483.38660519286,11375.0182472503,1270.14104863161,3342.28432514205,396.86558864566,2611.41836278953,1274.70390383382,6346.47331682158,1484.29799092565,7782.78247003017,153.403841533792,768.292671387536,1439.74621681914,1025.43639055348,948.853577932731,1350.82569208881,467.611357513992,588.084276582946,1056.96800713053,1941.94520381543,1553.21387274148,1406.52608136731,446.464162825134,1206.42254548307,13505.2062509479,4117.65730370044,92911.8294175715,32831.0975645305,2839.01550007714,14485.6111264773 -7994,665.534896294636,1281.92411326474,731.254284496817,1153.77082734633,1117.29089968676,4571.82257664802,199.647662465696,413.579191854122,5006.35491988908,11057.8741395836,1417.37497090055,3249.09891156067,443.579234484369,2538.61004473592,1392.74893306977,6169.52884313857,1613.64812521976,7565.79261137927,167.291321575957,746.872090919191,1469.5128305505,996.846448807255,1015.1813209301,1313.16365063807,494.000113805273,571.688042390105,1146.04781409884,1887.80230352156,1738.51196328516,1367.31107095684,490.239565447713,1172.78657292111,15277.994732959,4602.85133861651,101612.838888163,35355.548059633,3214.18007779216,15510.6917322073 -7995,721.361361054347,1267.46066811231,793.153063327448,1140.75328527257,1331.22678363109,4520.24050217127,228.997192448801,408.912940634046,5970.57404799264,10933.1124984963,1689.34452638593,3212.44060751919,529.416688979354,2509.96790690147,1626.83603618143,6099.92047777927,1875.23693529316,7480.4307515492,194.860534399243,738.445427116624,1585.34028374143,985.599422724726,1102.9215408039,1298.34774208262,535.142126557319,565.237911247516,1328.70166347523,1866.50297324681,2077.50527842835,1351.88423837256,575.284188625439,1159.55448367541,18335.9720411161,5461.873906772,118046.328517987,40517.6536711645,3859.14604913776,17669.3920956209 -7996,890.395915799337,1268.29954775719,989.867802172275,1141.50830255627,1591.90876680294,4523.23226187049,278.376460654404,409.183583148685,7137.31605344735,10940.3486721787,2019.905815559,3214.56678871267,632.245852201217,2511.62915055136,1956.13970679321,6103.95776213286,2254.54490326895,7485.38173839261,235.052926943387,738.934173515817,1925.79953445316,986.251750102233,1381.21762021131,1299.20706460063,662.17378082266,565.612018776204,1601.48745940742,1867.73833414655,2478.5602657287,1352.77899447689,689.779909992145,1160.3219446925,21921.7183050584,6547.52394644399,142548.200691306,49076.0672969592,4613.80290003395,21413.4625740284 -7997,1062.48147419751,1262.22490185941,1133.97600823384,1136.04093584495,1553.30230898365,4501.56779439289,318.38636187974,407.223757980249,6930.24914649772,10887.9487921195,1967.44470583458,3199.1703037177,613.51432572617,2499.59945477239,2120.96990793883,6074.72225381348,2535.74394424949,7449.52976355686,254.270012280536,735.394975339952,2702.34821985799,981.527999976701,1454.8254317603,1292.98438409957,765.254677449783,562.90296417182,1800.0553223694,1858.79261700134,2399.97525253029,1346.29972592876,738.020582477412,1154.76446818477,19639.5782591599,6240.04833840931,150784.627087873,56135.2558820839,4113.49545809145,25230.1178064221 -7998,1062.19867362183,1252.99722295989,1127.75523866636,1127.73574319881,1536.40124734676,4468.65842769452,313.815584505693,404.246689413971,6854.3537363577,10808.350857409,1945.98743224645,3175.78230347772,607.555103813713,2481.32576906702,2106.55311166305,6030.31211241997,2523.10666411923,7395.06889171912,251.411983078847,730.018763314057,2673.74620352035,974.352396642196,1463.08453650986,1283.53183352716,768.250631515507,558.787780104926,1789.40055088502,1845.20364297205,2377.39699662432,1336.45740578828,733.307618067029,1146.3223944297,19436.8526849642,6185.65732078703,149697.950719193,55796.3471482047,4071.13897248375,25112.5650447893 -7999,1019.70257177011,1311.92130051428,1082.68224988821,1180.76921141045,1510.08967100812,4678.80380625774,307.164804938817,423.256997530909,6737.83325541514,11316.6298004801,1912.74982148791,3325.12823922045,597.010705797972,2598.01384257195,2063.42661374888,6313.89660253563,2469.49141910034,7742.83312049083,246.222994066645,764.348992812942,2530.88155743921,1020.17278246031,1419.63759628273,1343.89184703432,740.381422199792,585.065615273283,1751.0936945951,1931.97711746171,2336.45004408826,1399.30632387349,718.658061320557,1200.22992784957,19140.0001747136,6073.49894742598,146513.835650737,54474.7540497297,4009.53083666783,24492.8923681059 -8000,1008.00823883542,1419.12436084388,1068.29453930571,1277.25523763515,1449.81372723739,5061.13015961138,300.668487005417,457.843253142006,6466.04221120101,12241.3631261399,1836.11028801976,3596.83960109335,572.371035574616,2810.30937782486,1995.00877689551,6829.83382996774,2390.72000249604,8375.5352542336,239.165705783712,826.807427748995,2572.54726674843,1103.53574356311,1374.1564319238,1453.7073662256,727.143450406699,632.873989469455,1697.3122591259,2089.84776061497,2238.50444297784,1513.65001217171,693.451829868237,1298.30617778484,18214.834843989,5817.62982020804,141668.652699428,53008.1251154543,3813.63565966922,23879.5942098053 -8001,983.225666114327,1533.26987282638,1041.46528958823,1379.98968223696,1391.0070468291,5468.21590150888,291.141959109559,494.669308686958,6201.88068812037,13225.982022095,1761.44162650896,3886.14694378572,548.94806427301,3036.35313523757,1925.75934545951,7379.18306304942,2309.3264189256,9049.21106877147,230.865827505559,893.310660133243,2527.09689404396,1192.29727561454,1330.2863219869,1570.63451945401,706.572444030676,683.778425713115,1641.53749496045,2257.94207932502,2145.51690009616,1635.39857795556,668.207602241907,1402.73382870979,17388.9411135861,5576.21492679669,136649.494189913,51332.9192306355,3639.61800680487,23151.5675645512 -8002,966.178703669173,1618.08351773674,1028.34885125259,1456.32455124045,1367.16527877579,5770.69319528679,284.773628148483,522.032206659829,6096.53702979172,13957.584307311,1731.34843196744,4101.11124511392,539.653439370146,3204.31063652191,1886.91471137172,7787.366529724,2260.8075219951,9549.77302978545,226.191026114256,942.724618149331,2457.95712875473,1258.24983853496,1320.38561075971,1657.51500982154,695.529298508828,721.60199586446,1606.85474031494,2382.8413557916,2109.45650205564,1725.86152693527,655.047470199809,1480.32680236721,17173.6897321936,5493.83185142282,134188.553783293,50269.8736192624,3595.59894356895,22648.2006304924 -8003,929.055327354591,1697.11178626967,989.156588554659,1527.45240492968,1302.41843687396,6052.53766527815,273.886119494607,547.528604687822,5806.47456000286,14639.2819506144,1649.21739376292,4301.41222909255,513.697847651661,3360.81128600642,1803.98809387395,8167.70665835728,2161.50272719332,10016.1902568035,216.6956706441,988.767911625255,2390.27283207332,1319.70359233151,1260.30828456082,1738.46913849146,668.147732198448,756.845514309564,1538.21434252005,2499.22090262752,2006.76735391608,1810.15374467696,625.29697228635,1552.62694186656,16283.0530276596,5225.23116446311,128230.813896998,48182.4059797904,3408.14866219514,21727.841757931 -8004,917.966787624609,1691.32640708633,976.793575574204,1522.24538709001,1272.47426316879,6031.90483148468,269.341141961183,545.66210383769,5671.75021197445,14589.377284498,1611.17444699435,4286.74890463128,501.746329635621,3349.35442865001,1770.04104291337,8139.86330681195,2123.38370662108,9982.0455062474,212.629282480127,985.397245450319,2368.03890809638,1315.20478102573,1240.59350239833,1732.54277391956,658.201891625414,754.265461351998,1511.28736921064,2490.70116886479,1959.75632553241,1803.98301044612,613.136884354101,1547.33410514147,15858.1690714118,5102.73127963627,125780.974233198,47389.2955441478,3318.57996557879,21385.5860854452 -8005,898.496166959887,1636.07604374205,957.451179897229,1472.51837379234,1296.47827538042,5834.86129677644,272.165628019183,527.837023253644,5780.57361329464,14112.7877908567,1641.75501706921,4146.7141759389,511.421796695583,3239.94145645471,1792.18997225926,7873.95933736531,2143.59151596198,9655.96318480511,215.273096928395,953.207388057045,2320.55076808723,1272.2411391649,1216.18326962309,1675.94600030596,645.15560205694,729.625959110953,1527.1970152876,2409.3377230005,1997.0657486582,1745.05250692151,620.790701999221,1496.7875216045,16187.8937072618,5183.21079285383,126917.442636099,47645.7504825424,3388.06572317281,21463.5049311747 -8006,905.928880633473,1600.4381134723,967.208685550995,1440.44314884979,1320.09469123165,5707.76306022225,275.426686906195,516.339379791131,5887.05466645751,13805.375095019,1671.78194721307,4056.3881111964,520.617199025069,3169.36722603012,1815.69423112001,7702.44431831397,2171.51784035743,9445.63155383747,218.538206374273,932.444087623594,2313.85516747635,1244.52846579786,1235.07724854676,1639.43960017668,651.077846901913,713.732835344944,1545.02747891119,2356.85617112093,2034.30366805079,1707.04078992547,629.971940522723,1464.1836524093,16550.8557904209,5282.6404225532,128798.463090359,48199.6315217216,3464.90107261011,21687.3089953556 -8007,913.54342934862,1599.39674544377,975.197823161619,1439.50588584069,1308.05212408625,5704.04915093998,275.529548858424,516.003409710527,5831.77303004953,13796.3922570543,1656.3698182923,4053.74871336231,515.940824416614,3167.3049921505,1810.67275707962,7697.43251611613,2166.56947811294,9439.48550006219,217.724045885897,931.837367842888,2334.77905845253,1243.71867993737,1244.77914300943,1638.37285478369,656.460093089884,713.268425912688,1543.61423941185,2355.3226193742,2014.61444260223,1705.93005800335,627.069083461995,1463.23094200414,16347.776395778,5236.74616373279,128391.372686259,48205.309873116,3421.7132981883,21716.3740225309 -8008,948.727879087548,1661.41600097348,1013.88261451557,1495.32510869756,1387.92428998129,5925.23309598298,289.626854128329,536.012295818496,6189.49891218337,14331.3701974658,1757.67730596327,4210.93952797629,547.375573317081,3290.12248456337,1909.37150036803,7995.91319984871,2283.66709547093,9805.51717104382,229.790339460546,967.970903810755,2429.75533847081,1291.94592989136,1293.59960855992,1701.90347345178,682.552672226831,740.926589463396,1624.83022623775,2446.65415159221,2138.84733276209,1772.08031902177,662.456597547667,1519.97014317462,17390.6175586483,5551.04397699199,135359.091826891,50666.0282130856,3640.58130310268,22798.4105970532 -8009,961.432352764157,1747.93633408976,1022.70889140974,1573.19604917594,1411.3784616742,6233.79708053328,296.791268635823,563.925811976677,6292.50022235471,15077.694370804,1787.21686057378,4430.22951343418,556.44670295027,3461.45976143501,1951.45052841775,8412.31046171109,2337.34153482739,10316.1518414207,234.859339325757,1018.37920913314,2497.25756250908,1359.2256431943,1291.42265589991,1790.53224274767,688.283234847185,779.511275837859,1663.2821048269,2574.06675150219,2173.87321691694,1864.36363603613,676.540781351596,1599.12450489811,17552.3956616396,5621.66396297326,137809.575652697,51804.1571576259,3672.83031545736,23338.8804146954 -8010,964.60344717664,1769.51579316848,1024.30464382233,1592.61822097013,1396.09089352268,6310.7575317699,297.844338357682,570.887858445792,6221.3570670182,15263.8387299152,1767.55303557399,4484.92370030472,550.330134150389,3504.19382892805,1950.49504292194,8516.16613758761,2340.170881975,10443.5117298619,234.546484688,1030.95179089228,2525.53207059653,1376.00620526285,1286.3601238137,1812.63757719719,689.241213223046,789.134871017089,1667.63131796743,2605.84535066889,2148.19141935397,1887.38046909066,674.599972226707,1618.8667810567,17213.9266853047,5547.54786941315,137328.773623209,51951.3366580903,3600.15141009061,23453.7739704129 -8011,955.635669063872,1736.04738009248,1013.03509968433,1562.49562771746,1395.39682288104,6191.39660788826,297.12531692287,560.090152802077,6218.41224219934,14975.1402838711,1766.68944347865,4400.0963822352,550.073564689589,3437.91592001211,1948.61597847486,8355.09237536576,2340.170881975,10245.9843803528,234.092291640597,1011.45249027443,2508.61099642618,1349.98058613548,1272.2176837391,1778.35356378237,683.17964180512,774.209267110167,1665.78301157042,2556.55869895034,2148.19141935397,1851.68277743119,674.599972226707,1588.24772563341,17190.8214667557,5538.6224892981,137039.627617634,51848.1556198039,3595.16367720595,23410.2276496741 -8012,930.772226835335,1667.14352513038,988.900258995748,1500.48005524765,1358.12434639905,5945.65959703546,289.781315761806,537.860131261814,6051.89729782498,14380.7758062714,1719.45693582569,4225.4562160638,535.332856795869,3301.46477090132,1899.11267700545,8023.47811193681,2281.57767754283,9839.32046680788,228.149136713515,971.307862604641,2436.52365688522,1296.39975212404,1244.6108783005,1707.77057311327,666.179419795061,743.480841340803,1624.14209823454,2455.0886861992,2090.51577555995,1778.18934459347,657.330244890778,1525.21005040297,16726.3635549079,5391.57166986831,133567.814135389,50559.2447534079,3497.9813737789,22829.4017175453 -8013,849.314787627496,1623.78211578338,900.344846078202,1461.45346340846,1203.70722754003,5791.01653497225,259.917476017554,523.870709852368,5361.14152694243,14006.7403995631,1523.6844328488,4115.5546185704,474.160122647161,3215.59564012892,1699.52826633113,7814.79222883551,2049.85662394908,9583.40560643358,203.969436761002,946.044724070079,2229.32251442811,1262.68116732204,1130.76273093752,1663.35247846497,607.18370158681,724.143347827451,1457.79597833988,2391.23329288676,1851.89460796451,1731.9396996738,588.006645249798,1485.5402461307,14721.0340393939,4777.74195585926,119555.341855404,45527.7757677908,3077.26716268345,20606.8523506457 -8014,760.929462416659,1612.06672405949,811.370863518883,1450.9092532933,1125.70993540323,5749.23505054324,236.626678908044,520.091045992953,5019.74452342091,13905.6834603589,1425.56625596854,4085.861389381,443.611330757188,3192.39550620482,1548.86334436993,7758.40944735783,1850.38871645088,9514.26249318154,186.945664975758,939.219125719743,1993.84686388356,1253.5710753006,1017.59265828514,1651.35159135659,543.310904204351,718.918741088909,1318.41235941133,2373.98083367006,1732.37180321292,1719.44396405348,536.703557089743,1474.8222527892,14023.9211252051,4480.88690406395,109465.464297822,41057.206966524,2934.79924084337,18471.8203936368 -8015,636.08684217597,1509.54982266417,691.381934824359,1358.64091313498,1006.21263489081,5383.62129896674,194.307613616648,487.016656649824,4498.78076443761,13021.3729297437,1275.45512999897,3826.02732487323,398.090311635616,2989.38002896682,1312.90091207622,7265.02534332001,1540.86097176728,8909.21761798774,158.267094137956,879.490931431643,1494.98519999327,1173.85215275192,929.592517535609,1546.33642930809,465.747540040319,673.200210589215,1098.06581476241,2223.01117750914,1556.63689095216,1610.09857239763,458.042164561633,1381.03320224415,13249.5751982642,4090.52098978883,94536.9786961031,34033.3510976399,2781.69581581546,15102.973558634 -8016,648.899223082481,1426.26930088044,746.193963190888,1283.68590173766,1111.73887994763,5086.61169773828,205.054873410275,460.148380641825,4680.72555457261,12302.9953607174,1300.56497861094,3614.94879855344,400.280231318476,2824.4585902144,1277.13316612596,6864.22035346156,1457.4782622623,8417.70400196057,152.221727656233,830.970198578704,1493.17194449751,1109.09177299472,1024.91626210672,1461.02642313772,489.500040323629,636.060353420511,1076.33808972102,2100.36962701874,1745.13216153154,1521.27086547514,454.178412494461,1304.84282816258,14446.3091835602,4369.79108402833,96815.2199160986,33499.9476544481,2975.37254193047,14737.3146904671 -8017,664.88811659331,1379.92842080507,764.228161617898,1241.97769530698,1137.15770590818,4921.34272467033,210.044279495046,445.19771114972,4840.4944434899,11903.2590470865,1345.24172424402,3497.49558782461,414.202948801826,2732.6891770144,1331.52105617742,6641.19514215377,1523.33556939619,8144.20459240024,158.468962811275,803.971166702486,1532.9075843018,1073.05630002114,1049.66435040677,1413.55625027501,502.199467107048,615.3941324338,1124.96109164895,2032.12657015736,1785.93521441274,1471.84329194774,473.003951248569,1262.44721256617,14828.0043953647,4497.81748412803,100104.322905704,34824.5710301194,3056.4549677405,15332.0223401602 -8018,691.207327521881,1367.25844499526,795.596123332394,1230.57433037978,1198.12134440775,4876.15683507398,217.855616783732,441.110075772547,5205.64155030059,11793.9678679857,1446.0693984863,3465.38291891762,445.758514211224,2707.59866851665,1413.88609277166,6580.21822441609,1613.65653071811,8069.42761584109,167.975793822331,796.589410460404,1561.83828025473,1063.20390683983,1103.70303402847,1400.57751657638,523.816299267203,609.743818508904,1189.25592558496,2013.46835999358,1884.31196939686,1458.32938889041,504.033924025768,1250.85590434814,15963.9651118966,4819.46858542571,105939.814193719,36589.3969138305,3304.82904102523,16057.0460436017 -8019,739.174008054369,1380.82515547638,849.698718613423,1242.78478388026,1274.37782228939,4924.54081711053,232.823835038048,445.487019071172,5673.0127882162,11910.9942780797,1575.78520572914,3499.76840539185,486.042246418934,2734.46499168275,1539.18302540178,6645.51086596458,1758.54912106087,8149.4970340357,182.381405298196,804.493620482729,1681.0451996676,1073.75361647175,1174.21318754785,1414.47483770342,558.629116879947,615.794041042647,1293.94964463394,2033.44713021285,2002.64356731295,1472.79975671122,549.512477683124,1263.26760308001,17237.4928033682,5211.47393431643,114383.609241542,39583.4064479565,3584.62944245296,17363.9057375939 -8020,898.470842301601,1432.45965683108,1042.22761944753,1289.25741102814,1565.54262687161,5108.68883069785,286.586306469577,462.145536623886,6902.49222852587,12356.3933553982,1917.56678956005,3630.63855629594,590.796023992538,2836.71742803028,1876.91178497311,6894.01274069538,2141.45965518191,8454.23888638042,223.144549285346,834.576811516668,2036.64984205926,1113.90550126646,1436.31768556051,1467.36763345959,679.043111092755,638.821010185213,1579.55849721677,2109.48574247543,2456.16858481586,1527.87355134155,668.512259299233,1310.50616366379,21032.619414415,6351.44309048412,139725.598007854,48353.8590494561,4362.41551153111,21181.3977128059 -8021,1173.84424227007,1550.56815254404,1325.76794293785,1395.55866194098,1878.06474400841,5529.90806014138,366.51723562917,500.250144925286,8240.27901967346,13375.1969389297,2293.26874996601,3929.99027368407,705.65449923171,3070.60913073176,2369.97537611241,7462.43466472417,2761.72479385278,9151.30384908755,281.008850289519,903.388949642229,2898.52653227744,1205.74871827686,1757.27780311764,1588.354345385,873.281096040907,691.492782254329,2030.49270531536,2283.41607732541,2940.49990849842,1653.84906899612,839.571254124123,1418.5594068213,24158.7308838801,7510.30132201941,173719.460049413,62546.0319788795,4993.41711655306,27827.1133978534 -8022,1196.78900474996,1829.01840976357,1349.97220369745,1646.17239197589,1952.05678127982,6522.96619771523,370.978544256055,590.084817009844,8434.69322878635,15777.1081492794,2346.7640644676,4635.73597133826,723.099088614894,3622.02759039125,2412.70504699792,8802.53496825942,2808.58508535539,10794.6904403132,284.914617793343,1065.61908766257,2877.30568307878,1422.27647308432,1823.92871305188,1873.59022831124,896.919601087562,815.670711981733,2062.88980571398,2693.47080018765,3066.4276439993,1950.84646179609,856.160522761231,1673.30359917589,25081.3432422429,7750.76730470309,177815.725271194,63563.2035252738,5169.3504948578,28242.8096247719 -8023,1153.98908377934,2062.2848593773,1302.90389685843,1856.11931611757,1908.42972130457,7354.88191697151,356.936931126886,665.34211868602,8242.81418732593,17789.263950177,2293.31338750853,5226.96111462183,706.41927761661,4083.96800165413,2354.09939992773,9925.17871459111,2739.53841186731,12171.4065522176,277.949262603033,1201.52432507994,2726.14389394259,1603.66851456104,1779.90857131857,2112.54120784001,868.560091798418,919.698429812349,2011.99230158052,3036.98640798258,3002.6115776405,2199.65042432346,835.56981042957,1886.71074019865,24597.5694107016,7580.15054961132,173397.99558982,61843.3520759588,5064.15236570429,27436.6864749297 -8024,1145.44467406278,2140.96600616936,1291.75077877227,1926.93474964556,1860.57237621258,7635.48842053775,355.145279156572,690.726526988895,7947.92914096225,18467.9673222268,2211.78166655205,5426.382301693,680.634782734285,4239.78124169762,2282.06690550711,10303.8482469931,2658.15478362066,12635.775100164,270.560817504053,1247.36537917389,2771.62697704561,1664.85234046474,1739.54077405898,2193.13975567036,857.675148037717,954.787145530476,1954.14644911517,3152.85477228027,2921.13149504268,2283.5723990887,808.685185626632,1958.69331041863,23646.7681284535,7319.62784969015,168781.420496854,60459.0868369756,4861.82587016162,26891.1472565042 -8025,1104.32717475751,2161.53302332982,1242.12252213952,1945.44569281273,1764.76680895355,7708.83812385913,342.905033533596,697.361935628186,7625.22240356206,18645.3783599268,2122.37237835774,5478.51040536048,652.989350523891,4280.51035804197,2201.67272224771,10402.8313336484,2566.32649857739,12757.1596539457,261.038149500152,1259.34809402546,2717.26693167617,1680.84561011839,1653.68037679367,2214.20797574493,822.320985399626,963.959231191867,1888.57584669609,3183.14241721208,2766.35389690805,2305.50935305428,778.957166627601,1977.50933963692,22451.7946079892,6982.99016873202,161994.790924416,58355.24483847,4625.98280248059,25992.2931394559 -8026,1060.13287828708,2193.06333651189,1192.83341024364,1973.82393700842,1682.00262290564,7821.28705602523,330.013573892774,707.534364175099,7229.8665199476,18917.3587612168,2012.80425094636,5558.42551514037,619.121833639631,4342.95022396651,2102.23443242815,10554.5775833656,2455.53673432045,12943.2485246043,249.257499017297,1277.71822271713,2633.51622852307,1705.36412911659,1577.03012577591,2246.50665921262,787.291629776743,978.020518309012,1807.18121922362,3229.57496126048,2633.44389890455,2339.13985102096,743.007187297146,2006.35529670825,21222.1982208225,6621.20240747884,154589.39211081,55920.0079522215,4366.68958447136,24940.7277550191 -8027,1028.45274254895,2223.23408322892,1159.228279205,2000.97852989045,1629.72025610753,7928.88726384404,320.459185072666,717.268164261818,6866.62078887627,19177.6115456382,1912.01005486096,5634.89473769803,587.754526773097,4402.69772374477,2005.11687149118,10699.7806341263,2342.81913568396,13121.3133649716,238.194968569711,1295.29624348449,2564.23087334643,1728.82542562511,1528.7995083368,2277.41264459151,764.302738760505,991.475491930015,1726.16111689707,3274.00536440371,2551.25136366593,2371.32022392943,707.592379905929,2033.95743499287,20252.7822004147,6324.40715355672,148314.381418894,53694.7413996465,4151.16653030971,23977.8277743269 -8028,1010.3770883474,2212.58898844973,1137.07525113384,1991.39761969189,1589.07350296138,7890.92286007126,315.362862574233,713.833803639039,6765.51615971237,19085.7869851559,1883.96248902043,5607.91422808546,579.094984929127,4381.61711198782,1978.83452793418,10648.5488813271,2313.20274434457,13058.487041171,235.079269488613,1289.09421942277,2538.02344692183,1720.54761509168,1491.10716240842,2266.50813676848,747.993042224364,986.728195789472,1704.38747723425,3258.32905857763,2484.50314992608,2359.96607605722,698.143634458948,2024.21861808841,19825.3281175588,6204.16470325081,145799.593264649,52921.6331331183,4071.60238042932,23637.4839299266 -8029,983.562859181616,2201.91496475437,1107.3063291253,1981.79067258584,1541.88009433109,7852.85528492453,306.900311267702,710.390109860228,6673.47416358961,18993.7128839163,1858.53705913063,5580.86039673016,571.206093576778,4360.47921194335,1958.24326878562,10597.1779020472,2288.70355373893,12995.4899816942,232.645716249054,1282.87534085314,2484.98957465322,1712.24730893073,1448.14568072467,2255.57399505311,728.343748448174,981.967998483187,1688.31376875025,3242.61015110766,2410.03277543684,2348.58107235902,689.92489065028,2014.45333515206,19381.0490805654,6079.93566561234,143233.962424684,52173.0935061418,3989.85440160402,23303.1150382954 -8030,976.312540635029,2180.56692016957,1098.14791960477,1962.57678089913,1523.00792385469,7776.72014463798,304.519003559521,703.502723207858,6704.95052421962,18809.5647056409,1867.29983107099,5526.75274113126,573.643550746882,4318.20341741098,1965.48150578245,10494.4359569916,2299.35846586465,12869.4958793009,233.958196745559,1270.43758534865,2472.08038069295,1695.64669879075,1431.46731171556,2233.70571449664,721.448015957939,972.447605121941,1694.26338335968,3211.17234029977,2380.01005385066,2325.81106795545,693.151675765838,1994.92277184639,19331.1251061092,6072.11531795217,143057.315159624,52199.8392977114,3991.37267753366,23306.6625817439 -8031,980.482860310463,2176.40144805546,1101.87108038925,1958.8277288627,1523.02090629398,7761.8645075089,306.080622556216,702.158842885444,6729.75133757575,18773.6333537823,1874.3033529919,5516.19514979489,576.018255069366,4309.95448189247,1977.63725089353,10474.3887482002,2312.36172302814,12844.9116641997,235.182891861761,1268.01070622583,2492.84126806087,1692.4075553488,1432.73287087655,2229.43873292465,723.857978508539,970.589967392918,1705.78808743263,3205.03813331287,2379.42362437445,2321.36814026695,696.610070781088,1991.11193022577,19343.2774055072,6084.96292773046,143603.15267376,52487.2306415125,3996.49947338828,23445.3817942114 -8032,1014.34683936315,2208.62600471928,1140.34621893584,1987.83081338086,1570.96912846101,7876.78937252523,316.908281424631,712.55525088259,6888.88643457993,19051.6022975795,1918.96893923935,5597.8698533897,589.36445271068,4373.76916669904,2033.14859278694,10629.47619038,2383.12597556667,13035.0978930017,242.02448747804,1286.78531368146,2592.68439653332,1717.46593013271,1479.15899872746,2262.44857807148,749.148563070308,984.960859964016,1756.18622470485,3252.49304243771,2453.74053009315,2355.7391241865,716.282220254046,2020.59302585585,19788.2482131557,6237.18524722471,147866.81326604,54175.9818823388,4081.1904191233,24226.6004705512 -8033,1031.72370496179,2256.29751953761,1155.35191031937,2030.73663169231,1575.36818528855,8046.80388855959,321.547780281034,727.935214773603,6886.35126692745,19462.8166631179,1918.92430169683,5718.69562248632,589.113441320194,4468.17365220123,2052.81862524391,10858.9053606597,2412.98815865277,13316.450580617,244.401929322986,1314.55959733931,2665.93106007713,1754.53612778653,1487.29128412059,2311.28181225635,758.89668227778,1006.2204920298,1778.4865825589,3322.69563442829,2458.68401223201,2406.58596395332,722.12866640607,2064.20599164005,19649.3059692293,6226.85691693334,149003.06075071,54936.8417462434,4047.5802620354,24620.070637242 -8034,1032.51637448254,2229.68477978374,1153.6963464906,2006.7843536705,1559.42439188408,7951.89286912071,321.486222001055,719.349312311403,6802.10432001958,19233.2552377084,1896.0986889865,5651.24434134319,582.126578261428,4415.47211725227,2049.65049486842,10730.8259651576,2413.65446105768,13159.3847545552,243.83924284744,1299.05453555024,2694.93267935675,1733.84159927101,1475.61258565324,2284.02053982449,757.696375075658,994.352250427118,1781.16296124035,3283.50486573104,2432.15242189714,2378.20059127998,719.293148950042,2039.85894681186,19279.3167844038,6141.4216434604,148279.966724478,55007.3616615555,3966.49783622536,24698.5352089992 -8035,1004.80598976016,2170.93426450273,1117.06270840848,1953.90709680219,1487.57995326928,7742.36647877352,311.960991168331,700.39499950965,6557.45469228129,18726.473442366,1828.58517125747,5502.33830761005,561.154244871691,4299.12775124614,1997.01198255572,10448.0767799096,2361.046202834,12812.6448735994,237.396299730908,1264.82542655973,2669.73331085562,1688.15617849028,1414.50027668797,2223.83831817426,735.041639220986,968.151817247912,1740.79142745738,3196.98698457652,2318.17787664372,2315.53679617938,700.323705916226,1986.11019931519,18324.0818960729,5883.77309346713,143574.757180267,53716.21802426,3775.18407035675,24182.0013118787 -8036,966.571122372349,2049.5281024308,1074.41221609494,1844.63784551871,1422.23024038145,7309.38653326716,299.934578372678,661.226485651254,6282.59628773923,17679.2241972119,1752.33120035933,5194.62849471005,537.613076509885,4058.70563940698,1925.40318888156,9863.78414441962,2280.29334057467,12096.1174017505,228.906919089758,1194.09200858367,2588.3168387268,1593.74863886104,1353.59486683414,2099.47357821292,706.08665040396,914.009414892877,1681.42012307835,3018.20040115122,2214.27121004451,2186.04395977382,674.589253871682,1875.04003901902,17452.3443929635,5623.7386776348,138021.895828602,51852.5835189748,3594.78944921265,23364.7287663966 -8037,885.733700967609,1943.10606952555,983.150901359222,1748.85476781354,1300.92795252613,6929.84561687867,274.472408332019,626.892208053236,5561.0270790163,16761.2280121274,1551.65033166234,4924.89668476858,475.837371811304,3847.95678234208,1722.10662707333,9351.6057753879,2047.81310818836,11468.0248166193,204.544012916516,1132.08861430054,2369.65582934553,1510.99301824456,1239.12713768363,1990.45811950354,646.85874841636,866.54934839656,1508.35458121353,2861.47992387404,2026.28669661347,2072.5333219136,603.064809390173,1777.67832317112,15555.7373710859,5024.45343600818,124364.013723091,46841.6059275194,3181.30755739813,21153.2400516847 -8038,793.278274387161,1845.56459097305,885.59011177803,1661.06446006787,1175.25257272185,6581.97609075652,247.873042644099,595.423008391126,4988.55891420062,15919.835466296,1391.35409771328,4677.67307104792,426.368586551769,3654.79419598495,1523.59917342767,8882.1669380144,1800.78675849963,10892.3444076939,182.040436722481,1075.25919102655,2119.2699311563,1435.14307088782,1114.39060223601,1890.53962765269,578.595823900598,823.049661988835,1329.68659855521,2717.83723395587,1827.08889118174,1968.49475822462,533.369613886003,1688.44110923191,14096.5352240445,4524.95811195167,110968.020244598,41469.0571496127,2884.79566237601,18686.0711713113 -8039,659.520788371752,1701.04584108395,750.442205347931,1530.99317433321,1084.95323374581,6066.56798145023,207.206148144836,548.797824288238,4658.01566321329,14673.2170974335,1296.06083939883,4311.38328204557,398.499663158189,3368.60194300767,1328.55515095229,8186.64012282376,1536.83041005309,10039.4086692967,158.444525402353,991.059962858657,1588.1875533327,1322.76278166296,1008.09356008838,1742.49906329612,492.848985710035,758.599948969278,1135.63925504474,2505.01431712354,1699.20471213497,1814.34984072169,469.257747673904,1556.22606806724,13883.7634288408,4281.307429195,98249.6763222064,35048.1217601127,2857.07143910755,15535.1703301618 -8040,675.189394973339,1596.30156746845,796.733581301836,1436.72013119545,1187.76317607619,5693.0105844602,222.792777729098,515.004831719497,5046.21833624702,13769.6932597139,1400.79470616289,4045.90383449106,427.823359231748,3161.17557324255,1296.23887316236,7682.53632249922,1505.72872704876,9421.21805785226,161.10491571442,930.034061373906,1530.54717261869,1241.3118158015,1061.2738921117,1635.20224962275,509.507848414068,711.888097530337,1166.03810560003,2350.76456164586,1838.20699465448,1702.62871507014,500.966705698518,1460.39927425354,15535.0117398086,4669.47788573784,102461.422187519,35217.2039789956,3154.48152322385,15423.5751443053 -8041,691.840323565279,1535.03441325283,816.005897816024,1381.57782247603,1214.97446680643,5474.50891501534,228.215634702116,495.238591373828,5215.6900634195,13241.2029433242,1448.14191505229,3890.61925717747,442.46484080689,3039.84747628675,1350.84974621659,7387.67528419043,1572.99656550039,9059.62521636627,167.627060311375,894.338713185817,1571.28346327351,1193.66941288825,1086.94421518987,1572.44206041849,522.736660896039,684.565341765067,1194.32153039977,2260.54059779209,1881.26728411378,1637.28065165654,513.519760386253,1404.34814370558,15940.9189827105,4797.65252330757,105802.520493697,36556.0222038506,3238.62759434522,16009.0600700431 -8042,720.407400911785,1508.24811122556,851.148116731921,1357.46933311089,1283.55950207059,5378.97890736044,237.160399768679,486.596693596443,5537.23035546639,13010.144370186,1536.88355791126,3822.72807402476,470.044847571828,2986.80223383899,1420.19639967068,7258.7605838207,1651.42441965745,8901.53504248854,175.972488423841,878.732530888373,1601.39194903794,1172.83991933535,1145.68798191561,1545.0029961297,546.259470472428,672.619698173232,1248.04041797796,2221.09423575969,1990.2709569363,1608.71015599857,538.996459691893,1379.84231295419,17021.852972081,5097.15620203264,111324.193079207,38199.4245285169,3462.08830687081,16682.6812059213 -8043,765.149700148952,1511.37221531114,901.868164326815,1360.28112213822,1349.59463123911,5390.12063520725,251.589891935874,487.604603838253,6034.55675894077,13037.09288408,1674.79826512331,3830.64626752704,512.533004632823,2992.98893547788,1546.05733039333,7273.79599041421,1799.72478594099,8919.97320381439,191.075597210991,880.552690230493,1721.59181941704,1175.26927691681,1206.01117474169,1548.2032323087,577.955128584859,674.01292647,1322.41680447323,2225.69489099987,2090.51497454751,1612.04235176495,568.788325873564,1382.70044416966,18277.2334131128,5473.28365036821,119512.184576531,41166.6770816904,3737.21504325838,17952.5367723522 -8044,935.419553593252,1554.32865069675,1113.55671076631,1398.943225052,1674.07455424116,5543.31940811129,311.58632661438,501.463371021023,7314.81963663779,13407.6349864276,2030.45262209492,3939.52143885092,620.66733401578,3078.05609134738,1879.91476059543,7480.53285133104,2185.86474407882,9173.49794688514,233.094200091133,905.579883636801,2087.82990400141,1208.67294693477,1488.43983280471,1592.20648408131,707.260098425198,693.169817427542,1621.7032863899,2288.95390675043,2589.44916175017,1657.86004804184,699.08025635882,1421.99975223283,22345.6047710212,6684.36567869489,146290.862877759,50315.6804945873,4550.41436866019,21918.4554829994 -8045,1225.64425081984,1656.9034071185,1421.15848213667,1491.26363649989,2019.9738793134,5909.13949242878,399.507654181526,534.556425770965,8758.39427963951,14292.4445743536,2435.35502207109,4199.50213973246,743.588252492385,3281.18613960384,2380.29832911072,7974.19539482609,2824.63372653053,9778.88427687099,294.070917795332,965.341785305951,2972.75135151338,1288.43685855656,1831.04014713511,1697.28091104021,912.843636896651,738.914149007396,2085.78685209359,2440.00876206709,3119.13210790057,1767.26714835683,880.591148495282,1515.84173227462,25814.9386582614,7938.61544162251,182443.456381302,65191.7583987105,5237.91216647185,28846.9299461927 -8046,1247.68686318262,1900.14963413994,1444.63872271972,1710.19266489975,2093.36212256792,6776.64684397463,403.820510705833,613.033440870466,9088.12782897918,16390.6859097798,2526.09760807497,4816.0215134447,772.407091493773,3762.88962647258,2447.3994558463,9144.86891447107,2898.33023257803,11214.5000735485,301.196302492861,1107.06142089423,2950.29034078138,1477.5893482266,1895.25039495751,1946.45486773093,935.78318843824,847.392457439018,2132.31915658442,2798.22090812348,3242.5772085178,2026.71562563671,907.103990789726,1738.37901510795,27028.5291165527,8262.17221354628,187819.349881623,66612.0549794722,5486.68831183651,29408.9407189517 -8047,1219.93525866999,2102.52216744464,1417.31334300226,1892.33412145484,2096.82790940675,7498.38326119483,394.556693621322,678.323630758909,8884.26587097505,18136.3508671951,2469.35849034532,5328.94452572466,754.840686680295,4163.65043634422,2388.54325601249,10118.8292046029,2827.74072159136,12408.8832678263,293.913326163293,1224.96730590716,2801.80998957673,1634.9577439635,1890.80044977501,2153.7590691836,921.005196267991,937.642696280259,2096.54316197024,3096.24115018691,3254.46874153425,2242.56787646955,898.917359076753,1923.52241582247,26825.4283876583,8164.77929109201,184796.815877323,65149.3533673534,5421.40917416046,28715.4982765729 -8048,1192.07051249861,2164.85961579905,1379.46815311265,1948.43972756546,1989.07299746992,7720.70200128899,385.83004809255,698.435173435961,8542.84298964426,18674.073538103,2375.05173725469,5486.94181550337,725.307920192556,4287.09804991059,2310.80234484596,10418.8412580862,2738.65517311486,12776.7928822035,285.471311525109,1261.28622674909,2841.12007560974,1683.43242618283,1802.49930497477,2217.61563479891,893.009680780473,965.442761392202,2034.60208489149,3188.04126329924,3079.20369624643,2309.05752463845,864.166628970605,1980.55272024044,25405.0083189933,7788.63882941588,177991.198171195,63283.9078220454,5147.39735674605,27985.4578615307 -8049,1150.11473905204,2169.51684581716,1327.55008763918,1952.63137672436,1889.33991019486,7737.31143169218,372.761185066806,699.937706547897,8144.92953258932,18714.2467923904,2264.96258120093,5498.74579112576,691.516886861905,4296.32081963798,2219.29908582815,10441.2551549998,2633.22458372913,12804.2794050763,274.148640454753,1263.99961288913,2785.72470788576,1687.05396910943,1715.83269047802,2222.38635804935,856.975046367658,967.519703922937,1956.19306405724,3194.89964864767,2920.44999889767,2314.02496545484,825.939394660659,1984.81345359878,24029.1497511822,7399.76207141107,170356.629907095,60921.2089461848,4870.59910793737,26989.0297787368 -8050,1111.3078858604,2193.03441040163,1284.66174073659,1973.79790262634,1822.43833431664,7821.1838946582,361.257964325113,707.525031924319,7710.40808909411,18917.1092446633,2144.6561324157,5558.35220050934,654.620340248398,4342.89294123557,2116.71752402847,10554.438370389,2516.89730040389,12943.0778054884,261.455115944317,1277.70136984399,2702.64492530782,1705.341635671,1654.2184046701,2246.47702819456,826.847093157063,978.007618394595,1889.30139245828,3229.53236374865,2814.57820388031,2339.10899818779,796.591230518078,2006.32883324339,22826.0940999398,7048.53659862832,163191.535591932,58495.1308643528,4611.79215596881,25957.9064253611 -8051,1072.04795429924,2220.28354141673,1240.18286803324,1998.32295220645,1747.71266991057,7918.36452421325,348.651296332304,716.316249335192,7378.11790157499,19152.160179473,2052.43786631058,5627.41644620533,626.145815952589,4396.85472960468,2029.89811014117,10685.5805324004,2412.90070873854,13103.8995514617,251.183036183727,1293.57720465074,2629.19508133161,1726.53103308104,1588.74461596744,2274.39020026944,797.369262786639,990.159665622398,1820.01681146957,3269.66030249867,2698.14082743213,2368.17315114768,766.626254722809,2031.25808970061,21797.6808821417,6745.89572426662,156653.293816921,56252.8872900308,4402.8201938625,24992.2414901876 -8052,1048.98587296049,2210.18805676207,1210.71817067548,1989.23670789452,1691.60662906417,7882.36023644863,341.584672370146,713.059206003495,7202.67067271835,19065.0765545265,2003.91509816751,5601.82895014084,611.246098348262,4376.86251751848,1990.07595245074,10636.9938936767,2368.35793450029,13044.3169736646,246.255420631449,1287.69539335252,2600.69379683547,1718.68060892344,1539.31305718229,2264.04869616097,776.666064200613,985.6574741124,1776.62274589087,3254.7933700578,2607.82641304756,2357.40522206969,744.750427828619,2022.02209146358,21115.116955658,6552.33079109969,152881.133631588,55131.0702815755,4269.87429106272,24508.9361318215 -8053,1029.36722134578,2202.40672265838,1190.19761918299,1982.2332697083,1665.97992965289,7854.60907819863,335.308996838751,710.54876264975,7104.53604538864,18997.9547863451,1976.82738705984,5582.10678101617,602.910154706958,4361.45304615222,1969.38423275044,10599.5445901696,2343.24287408627,12998.3922894659,243.695026329591,1283.16184787035,2549.52396694478,1712.62970841538,1515.24971230603,2256.07773673154,763.504116524016,982.187303284898,1744.59696364297,3243.33432946918,2568.64196995214,2349.10558548692,732.616704477,2014.90322688978,20793.0358954469,6451.96295101869,150839.810949363,54469.77896056,4202.92364096556,24201.8393513771 -8054,1029.07271187668,2188.1457658896,1190.2831918886,1969.39797335995,1667.56452097185,7803.74915330493,335.269934486206,705.947838995639,7151.5550447303,18874.9398095401,1989.87100682745,5545.96169361531,606.63508410804,4333.21189854751,1979.33977217304,10530.9107426545,2356.98324132067,12914.2254965677,245.398002373119,1274.8531574493,2539.0904277089,1701.54014081583,1515.89525879695,2241.46925105108,762.720264073098,975.827474045876,1744.74602954745,3222.3331900414,2571.45585865521,2333.89472872043,732.394853457455,2001.85638703213,20900.7932868565,6479.23600554582,151363.654536604,54651.4801693564,4227.36343719942,24261.0218928136 -8055,1027.12445782989,2190.63347590806,1185.68275989755,1971.63698830357,1648.79659531174,7812.62126102865,334.729614748183,706.750433383522,7218.45663335585,18896.3987898301,2008.47973682671,5552.26691545301,612.579441952838,4338.13834120966,1999.59297352243,10542.8833692346,2378.77662919967,12928.9077214218,247.668637097822,1276.30254213897,2557.94850459528,1703.47462732084,1501.76211625063,2244.01758471277,759.700058666616,976.936895466198,1737.86543318717,3225.99667109674,2541.13906112563,2336.54814120746,727.535987037656,2004.13230405153,20883.7566161007,6481.453198942,151651.408065692,54926.3070882124,4237.39424380333,24376.7119616734 -8056,1055.05725957469,2218.72148937394,1216.7882001558,1996.91705769279,1678.21175390322,7912.79366028985,343.892499352536,715.812294214287,7210.6022586339,19138.685922526,2007.12908989182,5623.45734945419,611.615711129033,4393.76137878524,2020.4340240334,10678.0628291037,2414.04706254714,13094.6804707988,250.483209557436,1292.66712497968,2657.47556215716,1725.31635429031,1531.90993661288,2272.79008217995,779.600879588166,989.463051474015,1781.41641958848,3267.35997487858,2584.94331914365,2366.50705326449,744.37983789845,2029.82902409288,20844.7482607956,6507.28561494203,153815.374678257,56016.7211967792,4214.70572077989,24940.2517583475 -8057,1064.68538814987,2269.4014010309,1221.26770383537,2042.53052497782,1657.76036885718,8093.53724869598,345.910635289643,732.162838438738,7125.43528238502,19575.8507115404,1984.34338592152,5751.90804641727,604.354875063119,4494.12342944598,2024.04804076859,10921.9705405665,2427.28510839556,13393.788426716,250.930560766629,1322.19415485233,2729.30493585704,1764.72593356131,1519.68588143774,2324.70502559729,782.3351005596,1012.06431092758,1789.6543189253,3341.99282792994,2550.43268614809,2420.56267447221,742.751253959932,2076.19426466608,20366.8874718661,6407.71472880666,153422.832703765,56384.0811687164,4115.19526263403,25180.8870699022 -8058,1068.53663957994,2240.06953395875,1223.59302838076,2016.13094937949,1649.88684629586,7988.92880057639,346.880640905652,722.699680866657,7034.89335840004,19322.8341008014,1959.81937032815,5677.56500505309,596.913448952686,4436.03717331761,2020.8290815015,10780.8047741594,2427.73878548983,13220.6745731921,250.296818112896,1305.10488048417,2760.20375324759,1741.91696443029,1515.18083205208,2294.65836273641,783.76907585069,998.98344483526,1792.94947866003,3298.79778568647,2537.0532160142,2389.27705766807,742.356293326789,2049.35958739855,20031.4122277474,6332.16271411074,152939.007376148,56505.1652479425,4039.1692033275,25283.5794215298 -8059,1045.76906771029,2178.05027842903,1192.70895063347,1960.31172652262,1591.42863548776,7767.74485553339,338.632444987289,702.690794758689,6963.8951411281,18787.8561603899,1940.21016875643,5520.37419043911,590.883012431493,4313.21968090473,2005.50545194004,10482.3240904268,2413.5204190153,12854.6429022104,248.165132940203,1268.9713445163,2736.71833821085,1693.6897144763,1467.02659019798,2231.12774406832,765.551164228164,971.325281284552,1749.40634717685,3207.46625346846,2446.04882824818,2323.12679664964,721.984682163466,1992.62038622808,19535.2252327677,6193.48000538502,150254.243889315,55816.2596609187,3954.22725639022,24982.8887440032 -8060,995.499144133616,2064.8304272281,1132.87361176208,1858.41040487617,1490.20982496071,7363.96036744312,321.862616682755,666.163379385968,6576.39269697454,17811.2220119816,1832.94733973881,5233.41297994501,557.978063939983,4089.00902089131,1914.78283377732,9937.42979413251,2310.93350292447,12186.430248424,236.939048395565,1203.00741878543,2649.2187521451,1605.64799232107,1378.1212270592,2115.14880928639,726.180525595559,920.833653564155,1659.47212218918,3040.73509232572,2286.92314662005,2202.36554846243,681.612049766991,1889.03958928182,18207.0539387561,5808.94630864738,142480.724391374,53356.4227462345,3687.38005339613,23923.3019919288 -8061,909.276778151149,1947.38724888662,1032.59617884499,1752.70795990371,1354.20280534301,6945.11390948279,293.488635156369,628.273418284022,5822.81038841827,16798.1574544039,1623.51158340642,4935.74754174077,494.017982619907,3856.43485434093,1713.27718779597,9372.20984958967,2075.93758436508,11493.2919247443,211.768893372394,1134.58290655069,2424.26842008217,1514.3221376508,1254.26088500322,1994.84362802205,662.65547975995,868.458587034576,1514.31264074232,2867.78452504035,2078.68341866986,2077.09966392758,621.189654731416,1781.5950212182,16182.6666739825,5189.7827362078,128304.617479507,48198.3155887471,3262.11199318456,21674.3011815368 -8062,821.445924254499,1844.06039395669,939.843511403631,1659.71063684378,1244.78779991326,6576.6115595741,267.572176824956,594.937718677034,5243.05810705808,15906.8602666598,1461.21045895649,4673.86061067055,444.321337402473,3651.81541618397,1519.33222370805,8874.92767417486,1829.37661729772,10883.466781823,188.947317519616,1074.38281873654,2170.83007253114,1433.97338117019,1145.50889325535,1888.9987744736,598.94836472178,822.37884892061,1372.58953001652,2715.62210549151,1908.14019669765,1966.89036900057,564.319390701343,1687.06497312092,14840.2309833649,4728.41951302768,115471.55187007,42920.474289419,2987.0650175863,19269.3497411475 -8063,687.037658732651,1709.63712872226,802.290174548484,1538.72559542105,1161.79043843053,6097.20773803243,225.334978826753,551.569577905843,4951.31811223842,14747.3255227438,1376.48326757647,4333.15831773269,419.95997243107,3385.61537529289,1334.35989241306,8227.98749770793,1571.99192272843,10090.1136212228,165.822418875893,996.065401866873,1628.25949424972,1329.44351610294,1046.15176575281,1751.2997142255,513.742909481964,762.431327411051,1175.77451889974,2517.66612110007,1794.19273788891,1823.51338057563,499.362492462973,1564.08593019328,14806.9178743148,4524.77360141044,103135.95354217,36528.1141292838,2996.14042679568,16108.0944115016 -8064,659.488809477547,1605.29783187406,806.373839453677,1444.8170437341,1225.23361577086,5725.09464020849,232.428366313566,517.907240469031,5366.32815733587,13847.2950135886,1413.26289010033,4068.7053034594,437.979543109639,3178.99098598724,1270.27060136098,7725.83273307188,1474.7955231441,9474.3131436422,164.048682107245,935.27544714515,1537.51216799608,1248.30746720744,1050.48422251826,1644.41774630211,504.487925447765,715.900079779246,1054.98779141538,2364.01274731634,1841.01061031022,1712.22420655966,505.041566714367,1468.62963515569,16103.1806760419,4776.34340388212,104098.963946243,35640.7144083233,3185.59082304957,15398.6858678215 -8065,675.765566805939,1542.1793560953,825.884744315922,1388.00848910395,1253.30249271198,5499.99046314916,238.084912746192,497.543719778899,5546.24653896734,13302.8352021054,1461.05793814869,3908.72846174927,452.966103267208,3053.99669423286,1323.95900639227,7422.06182118826,1540.90388839794,9101.79398065343,170.690976627269,898.501485650299,1578.43854670343,1199.22544450178,1075.91139909463,1579.7611202049,517.598623037951,687.751706967449,1102.38646045524,2271.06246832793,1884.15130753589,1644.90150795277,517.701619905546,1410.88479665035,16524.9218065775,4912.10446703471,107563.417775596,37018.6694701435,3270.75564436168,16001.0590634767 -8066,703.547493735139,1513.74422088855,861.39545537472,1362.4159995535,1324.05991772505,5398.58009746285,247.426287276071,488.369869223017,5888.70102755295,13057.5537981558,1550.54450939134,3836.65823084063,481.204302803338,2997.68624721627,1391.67840671361,7285.21176508796,1617.44091115544,8933.9725522048,179.187222077305,881.934663427608,1608.6356462187,1177.11378963946,1133.96567926531,1550.63304189815,540.826458683494,675.070748232655,1154.73232098118,2229.18798200787,1993.24502985203,1614.5723529193,543.360243525949,1384.87050732963,17646.3400459256,5220.58612300209,113191.468068359,38687.5139122206,3496.60901937314,16672.7171367291 -8067,747.329118315741,1520.36847971675,912.762986853779,1368.37803467686,1392.17299950107,5422.20469095554,262.474498700486,490.507012587787,6417.71561085337,13114.6946379547,1689.67460015359,3853.44773649538,524.701794689202,3010.80434822256,1514.96982264706,7317.09240098688,1762.66109543929,8973.06828960432,194.565719798656,885.794076001736,1729.41166545932,1182.26492832274,1193.72950388124,1557.41872898805,572.246783141514,678.024908718909,1256.3414789903,2238.94307667035,2093.68647638538,1621.63784325447,573.409225492535,1390.93080507182,18955.3687459683,5616.33371062666,121676.358593866,41730.1402815555,3775.96029358615,17958.4055602757 -8068,913.495292945055,1559.47763581296,1126.97431827552,1403.57746880797,1726.89708751032,5561.68262178166,325.070011484576,503.124556017228,7778.92960338168,13452.0501189401,2048.51743082766,3952.57179164762,635.40162849344,3088.25268972706,1842.24314685567,7505.31342286301,2140.96717173498,9203.88676096951,237.353037113224,908.579775159285,2097.27327730207,1212.6768871641,1473.16285524925,1597.48094613589,700.192853404668,695.466063508663,1529.85597733946,2296.53646632832,2593.27926445404,1663.35199899333,704.726958133743,1426.71037476186,23167.7334732638,6853.50398120774,148852.132769076,50992.7074726765,4596.23480550556,21927.3270604152 -8069,1197.99478769667,1659.88287504096,1438.70522227905,1493.94524856598,2083.64269485264,5919.7653934266,416.731238416219,535.51767294837,9309.89051925054,14318.1454570724,2457.38775131138,4207.05374585618,761.209400767146,3287.08641647487,2334.74425054042,7988.53470952855,2769.47850019763,9796.46880949682,299.457164023036,967.077677012833,2986.58650062188,1290.75374454622,1813.09040640652,1700.33298638034,904.30615700528,740.242875229429,1973.95934386046,2444.39642148396,3124.43942294382,1770.44507397175,887.936517011377,1518.56754103174,26762.1387184369,8132.92556500579,185622.029349196,66051.6126477742,5290.13484989164,28885.9156830778 -8070,1219.29146002154,1906.13750170693,1462.34301830263,1715.58192846482,2159.36366156812,6798.00182735115,421.252867938203,614.965269286562,9661.33220936527,16442.3372401784,2548.86924414339,4831.19805454659,790.717303775263,3774.74747405872,2400.16268314706,9173.68678386064,2841.25225450812,11249.8398910365,306.709953740679,1110.55006045068,2963.9260721089,1482.24561801536,1876.49235348989,1952.58865517781,926.91314896269,850.062812300152,2022.74993815682,2807.03883273319,3247.94436512441,2033.10233568533,914.622367200724,1743.85710122111,28020.0923390091,8466.62285482423,191098.756404384,67497.5498809005,5541.36441006905,29447.9899688562 -8071,1191.85021358689,2117.8534183522,1434.53448172725,1906.13271519439,2162.96170694456,7553.06025673783,411.613377922413,683.269856744403,9444.68702964838,18268.5981985184,2491.61216356162,5367.80232559064,772.735259641051,4194.0111005595,2342.39128736458,10192.6140672924,2771.98960683474,12499.3668336157,299.293307555053,1233.89956898206,2814.64299882567,1646.87959086913,1871.83842452921,2169.46393127512,912.109981902201,944.479834865954,1973.22565468805,3118.81843887325,3259.64817802311,2258.92031799134,906.30079006229,1937.54842955014,27799.9153322503,8359.66113657129,187894.709191275,65998.1453071522,5473.55242470147,28752.0685528203 -8072,1165.01439532104,2186.17873707951,1396.40871724855,1967.62758739548,2051.78074152962,7796.73399021543,402.480321504116,705.313228742804,9081.13465758983,18857.9722240287,2396.50695284616,5540.97616358295,742.4985474081,4329.31656726859,2266.40431799656,10521.4440036693,2684.96023693819,12902.616282041,290.698916717343,1273.70713101521,2854.27995543663,1700.01054505914,1784.71884531473,2239.45428721161,884.584781167082,974.950256090356,1913.33428506028,3219.43648072736,3084.35026283405,2331.79667920166,871.345245027947,2000.05682264828,26333.8177876254,7975.79113742074,181026.946228015,64105.9533749794,5198.06621464473,28015.7359270374 -8073,1124.19833836561,2191.79055398945,1343.93797009101,1972.67839389182,1948.89040921713,7816.74783579288,388.832791827781,707.123734277751,8657.60949165412,18906.3797424164,2285.47005944793,5555.19958603464,707.902690237679,4340.42971712621,2176.91630497331,10548.4520503469,2581.90260325955,12935.7366847812,279.170554452422,1276.97667668177,2798.69323692146,1704.37439132753,1699.0432195734,2245.20285992657,848.980466015551,977.452907058771,1841.99415878699,3227.70062115495,2925.44519044845,2337.78229044787,832.837205878029,2005.19087345017,24909.0954191968,7577.84071678992,173282.319173139,61713.2536924757,4918.82155912549,27020.8049580331 -8074,1086.29038421917,2219.2421733882,1300.53824938203,1997.38568919734,1879.877816097,7914.65061493098,376.83014163798,715.980279254589,8195.20941531421,19143.1773415083,2164.12012283971,5624.77704837124,670.128004250113,4394.79249572506,2076.54398559912,10680.5687302026,2468.15946039285,13097.7534976864,266.246112655703,1292.97048487004,2715.23798600165,1725.72124722056,1638.04455488731,2273.32345487645,819.141952121995,989.695256190143,1761.15689964001,3268.12675075195,2819.40300524821,2367.06241922555,803.247363465375,2030.30537929546,23656.7298246822,7211.30893794442,165897.391501869,59233.0634928343,4656.42328125436,25982.7564704045 -8075,1047.98428476199,2244.72676397686,1255.54788981172,2020.32259853839,1802.79135305555,8005.53823097958,363.674634724101,724.202213978593,7841.81698900766,19363.0073550888,2071.08305877268,5689.36898067548,640.977650648647,4445.25994304499,1991.45473291664,10803.218671073,2366.26079900827,13248.1610960649,255.786538219404,1307.81826662421,2641.47286925966,1745.53850735689,1573.27497224773,2299.42908598685,789.980969114604,1001.06038736599,1690.3387453379,3305.6561710349,2702.81988369385,2394.24449848446,773.049226599081,2053.62032075689,22590.6979810719,6899.92787057007,159232.810297468,56955.4983842629,4445.39045070534,25012.5402830304 -8076,1025.55679732244,2231.82537086722,1225.76932523906,2008.71095097829,1744.90876728037,7959.52702042624,356.294194980103,720.039917879422,7655.05951816587,19251.7199709485,2022.14409981152,5656.66977338514,625.722928436089,4419.71115602999,1952.51944294222,10741.1280090105,2322.74611405999,13172.0183168978,250.769469546679,1300.3016824927,2612.87826324952,1735.50616006509,1524.40567468627,2286.21329552089,769.522659701982,995.306870371789,1659.46074630236,3286.65716838023,2612.41703794972,2380.48376378337,751.011837116704,2041.81729711891,21885.5934603804,6704.47976904312,155446.172537402,55829.3403822241,4311.60571094079,24534.8344806562 -8077,1006.34320477697,2223.9861817371,1204.98298599507,2001.6554415025,1718.47634064162,7931.56952943526,349.750556660837,717.510809118864,7550.54546889706,19184.0991454563,1994.82868806501,5636.80096788671,617.187983401651,4404.18711364526,1932.31867123155,10703.4002660461,2298.22081326434,13125.752177907,248.162789822643,1295.73442962949,2561.46050361178,1729.41027048393,1500.5552470691,2278.18307118106,756.46864930983,991.810898464127,1643.93475145606,3275.11292863588,2573.14662423438,2372.12241854146,738.770716040829,2034.64550304837,21551.268443272,6604.37758773127,153407.446787603,55175.2636395272,4243.90034426699,24240.5280849616 -8078,1006.03741269189,2208.94420034989,1205.06178711496,1988.11719916001,1720.112790944,7877.92417758331,349.711049748418,712.657908356927,7600.55569314919,19054.3470522796,2007.98766354092,5598.67633566614,621.00166395479,4374.39929340912,1942.05249372516,10631.0075736347,2311.67428077392,13036.9758529575,249.896972493404,1286.9707001903,2550.96912268138,1717.71336457997,1501.17266710418,2262.77452789299,755.677744027598,985.102762776576,1651.65425121494,3252.96162746409,2575.94699356783,2356.07851432978,738.541146263862,2020.88413167037,21663.9406137116,6634.47669416,153971.08380864,55368.3312004615,4268.77007113652,24304.3714297934 -8079,1004.23139258948,2204.20018919508,1200.44747277079,1983.84744432945,1700.74634129189,7861.00525307212,349.140013161125,711.127377587399,7671.66380087426,19013.4252241279,2026.76527848964,5586.65240903895,627.086589396916,4365.00466993234,1961.93749584625,10608.1760242872,2333.04529915004,13008.9771561766,252.20921605442,1284.20675379607,2569.94876766076,1714.02433913468,1487.25743761735,2257.91490871409,752.738156200579,982.987119251266,1668.78388851897,3245.97544544809,2545.64526646481,2351.01851202107,733.663115779926,2016.54400535043,21651.6006350596,6643.99150998975,154376.955577751,55673.2000360177,4279.93878883024,24432.7731865506 -8080,1031.64390661603,2237.95787179143,1231.98889490804,2014.23038897919,1731.08022590309,7981.39782064482,358.689705802587,722.018408454671,7662.47922321817,19304.6189083186,2025.47491745872,5672.21289475388,626.09418825427,4431.85542282741,1982.75879977944,10770.6419567871,2368.12663672014,13208.2117465256,255.077897634112,1303.87458804962,2669.97992330227,1740.27489926373,1517.20574766835,2292.49524093236,772.51621923681,998.041726056332,1692.58908163951,3295.68808468118,2589.60471008492,2387.02474099065,750.673319878659,2047.42770312338,21606.3542269268,6663.4408047427,156487.349724188,56754.8437705972,4256.08197855355,24992.5728131933 -8081,1041.27943529686,2288.69563847482,1236.6178257157,2059.89592755379,1709.96894435804,8162.34774179194,360.779944875215,738.387618085933,7571.0512239891,19742.2827546438,2002.56100921315,5800.81022809072,618.654742125671,4532.3320445066,1986.72919602968,11014.8281077071,2381.64379386512,13507.6611572348,255.536190265115,1333.43532530331,2742.21771968619,1779.72946760783,1505.27557377281,2344.46944926011,775.33971717754,1020.66878659005,1702.90689901413,3370.40613688828,2555.18153168912,2441.14207085751,749.078006294703,2093.84587319333,21111.0410728059,6560.62198028141,156095.303451781,57125.7335263546,4155.59015448258,25239.1582547252 -8082,1045.13364676919,2247.76408692574,1239.01109223942,2023.05628189405,1701.84088364144,8016.37046471838,361.785557499111,725.182126562811,7474.15425589956,19389.2072951184,1977.87185455539,5697.06722317296,611.031951156568,4451.27479093447,1983.89827668016,10817.8364252327,2382.48013169656,13266.0870834828,254.892839527342,1309.58786571214,2773.2912391011,1747.90038241966,1500.88723578425,2302.54042623738,776.808153345938,1002.41491466819,1705.85319794399,3310.12902960751,2541.84022600155,2397.48413275853,748.699281618029,2056.39905901075,20760.9003720418,6481.150676673,155580.618916805,57244.7953917509,4078.34206369811,25347.4114880578 -8083,1023.01195141473,2187.82756745309,1207.79949104522,1969.1115850554,1641.53071781033,7802.61433823993,353.173247206199,705.845180616049,7398.55254740994,18872.1950306362,1958.09677881199,5545.15520422717,604.857638362779,4332.58176628086,1968.93097957802,10529.3793458958,2368.64034008896,12912.3475200517,252.722408329943,1274.66776930569,2749.74201186801,1701.29270418664,1453.31917603597,2241.14329835528,758.835934176076,975.68556998199,1694.2304506414,3221.86460088295,2450.77683927775,2333.55533558435,728.188465697158,2001.56527865059,20252.857241104,6347.85627734733,152988.066110742,56579.2728131891,3993.7903193762,25062.7871531543 -8084,973.996972978229,2066.94208939541,1147.28213199772,1860.31096527647,1537.11231678603,7371.49134737469,335.672078233445,666.844651797955,6986.16269532215,17829.4372044644,1849.90581767968,5238.76509024422,571.169365120517,4093.19077138151,1880.17609327824,9947.59261150478,2268.35066473184,12198.8930750905,241.292191452696,1204.23771121998,2661.87990380909,1607.29005748764,1365.38298355732,2117.31193109044,719.897936301522,921.775372343083,1622.97731969663,3043.84479333101,2291.46239369493,2204.61786513985,687.505351093462,1890.97147355699,18877.5727118883,5956.81786072567,145132.437771137,54100.4169673756,3724.59484626405,24013.0173496227 -8085,889.676351119189,1960.86718103695,1045.74370230146,1764.84031025794,1396.82212287569,6993.18840741825,306.078461696563,632.622364830306,6185.02373919224,16914.4353148373,1638.58442444755,4969.91308432192,505.692803706799,3883.1293293142,1682.57814346895,9437.08485220836,2038.03273104153,11572.8491855911,215.661221506182,1142.4365579536,2435.8646250353,1524.80436694594,1242.70183640704,2008.65205609491,656.943912989419,874.470109825069,1456.75286001509,2887.63550272412,2082.83893360757,2091.47747324888,626.569522929682,1793.9273295555,16773.3273282382,5313.77839554842,130577.768994643,48840.7033178223,3293.99937764817,21744.9074766685 -8086,803.613329975309,1861.85043157835,951.764461312331,1675.72221367027,1283.97224853878,6640.0575114807,279.056323445274,600.677207704884,5569.86426193517,16060.3170859233,1474.71964400063,4718.95032485492,454.826972495291,3687.04524588704,1491.79251621605,8960.54596397192,1795.54977454929,10988.4618699108,192.418596403991,1084.74761526274,2181.17956710429,1447.80722331716,1134.82884992468,1907.22234208304,593.709169177376,830.312510263535,1286.41343558863,2741.82028185343,1911.84839444668,1985.86537316902,569.174514026668,1703.34044297015,15379.3174657868,4834.17802262893,117402.829944991,43459.7033669181,3015.76763872177,19306.6181583715 -8087,671.357235979628,1723.00135362563,812.120602403304,1550.75380572153,1198.42185356513,6144.86958049285,235.06091861056,555.881194543755,5263.37009200496,14862.6052927594,1388.91217070572,4367.03059467802,429.914385519398,3412.08071378583,1308.66493274394,8292.30563491619,1541.03126766874,10168.9879890458,168.859069801624,1003.85164014246,1635.77810501785,1339.8357694338,1035.74245959336,1764.98961535183,508.836546754926,768.391249292552,1103.85383880006,2537.34670460443,1797.11640973718,1837.76777557145,503.48646056904,1576.31238210411,15346.6174582933,4632.70043071261,104879.410041199,37003.1157350482,3025.31036283244,16126.2852137198 -8088,619.927500107427,1618.92239738161,762.973262195987,1457.07956852415,1173.53466802193,5773.68495498601,222.279156592593,522.302849174468,5247.22510892378,13964.8204809935,1382.27650811818,4103.2374263074,435.894843225453,3205.9718801718,1257.44678033292,7791.40381407759,1455.86802024488,9554.72401662886,162.896338442043,943.213364548524,1421.42379245958,1258.90216591246,953.913467651117,1658.37433233955,466.000831517898,721.976103393148,953.333424205306,2384.07671669135,1677.6327165913,1726.75628303961,462.308208929536,1481.09426338431,15578.3163442116,4564.01621093104,100073.336327906,34439.2755296908,3097.26054151614,14779.2344558552 -8089,635.237761244276,1550.45244529708,781.439286299193,1395.45452188723,1200.42278362741,5529.49540466634,227.689687195998,500.212815016914,5423.15238103271,13374.1988485118,1429.02596133752,3929.69700804825,450.79865442157,3070.37999425143,1310.5525998996,7461.87779931374,1521.09103597519,9150.62095606365,169.485769377899,903.321536514903,1459.26918294743,1205.65874231257,977.035128998891,1588.23581843848,478.127544377043,691.441181345337,996.437104931248,2283.245683146,1716.98492176181,1653.72565467064,481.252886277534,1418.45355039484,15987.5374751529,4696.42112679582,103456.134089278,35791.622536706,3180.8750493742,15374.6910074236 -8090,661.261124620765,1523.08760703503,814.983760386119,1370.82533225338,1268.15750112533,5431.90211963625,236.611804791006,491.384267697668,5758.00269931704,13138.1498232842,1516.54653432065,3860.33949671644,478.918279738503,3016.18906940197,1377.6446394725,7330.1787718919,1596.69218829915,8989.11631706643,177.932983875695,887.378288580829,1487.09260062689,1184.37936893825,1029.58698536237,1560.20411941707,499.499431992805,679.237533208541,1043.36163437482,2242.94735021658,1816.19054618058,1624.53808738527,507.480790685007,1393.41843751116,17073.5185855165,4992.87802229403,108876.432502268,37407.8051857848,3401.27708903424,16023.3001387954 -8091,702.477075979919,1526.79025016131,863.619344368188,1374.15782407483,1333.41888323322,5445.10713486518,251.009141388727,492.578828386593,6275.27509721939,13170.0888134713,1652.62506534825,3869.72402550952,522.211930196308,3023.52145899913,1499.70275612376,7347.99851904155,1740.05418604655,9010.96896007197,193.207151262316,889.535515194352,1598.80598377932,1187.25860852305,1083.95347094043,1563.99699320297,528.571760720027,680.888767301595,1135.10389241091,2248.39998048586,1907.8392850148,1628.48735777185,553.271565751118,1396.80585342595,18349.2059398516,5381.30322397144,117151.447969019,40387.0059864128,3679.37163246451,17294.0374749434 -8092,858.565484118154,1563.2092050495,1066.2640063781,1406.9359950115,1653.98620730599,5574.99079837762,310.866371527716,504.328448956932,7606.27941696022,13484.2386256807,2003.60213518158,3962.02963507174,632.377918029927,3095.64236205515,1823.64748698289,7523.27238298926,2113.4886837514,9225.91012309098,235.687958740532,910.753854645946,1938.80914400148,1215.5786201945,1337.47624147829,1601.30345093985,646.644175284534,697.130197516134,1382.42898631563,2302.03169410943,2362.81869699716,1667.33212221308,671.069902771124,1430.1242541415,22418.5120229291,6559.86357497349,143262.936685073,49338.0171581356,4472.84580342027,21101.7350097652 -8093,1126.7774797509,1662.54415013871,1361.61172807682,1496.34047737832,1995.9583951283,5929.25649937326,398.59801361519,536.376263556692,9103.29022243497,14341.1016092948,2403.53993415477,4213.79887681517,757.444356742024,3292.35657219239,2310.66999785853,8001.34265448037,2733.45826833632,9812.17539872708,297.27169392007,968.628183845649,2761.68171320446,1292.82319827054,1647.60813438524,1703.05911477324,835.922842513027,741.429699890228,1787.13789231505,2448.31550000651,2848.65767127034,1773.28361243621,845.18581863362,1521.00224654137,25893.908510944,7780.57227673874,178710.699588249,63930.7701500266,5145.8830544877,27809.0530533474 -8094,1146.61899875148,1903.47622660918,1383.85461771432,1713.18669965248,2068.40982008805,6788.51072140449,402.896306867521,614.106678678241,9446.92638836771,16419.381087956,2493.00958533601,4824.45292358759,786.834323631064,3769.4773183412,2375.50805169134,9160.87883890882,2804.3787109189,11234.1333018062,304.491310936616,1108.99955361786,2740.544094601,1480.17616429104,1704.9025975749,1949.86252678491,856.663732857081,848.875987639353,1830.69043359467,2803.11975421064,2960.85390613831,2030.26379722088,870.952857438036,1741.42239571148,27110.7812956213,8100.23951574879,183972.498067187,65328.5300856874,5390.14650413409,28348.9999248792 -8095,1120.56895872623,2116.17565906245,1357.39493148205,1904.62268062698,2071.75870356771,7547.07673733939,393.648658182167,682.728571715125,9235.0885185043,18254.1258511535,2437.00674793154,5363.54996320369,768.94414429777,4190.68861325972,2318.34218068809,10184.5394985852,2736.02544102811,12489.4648599288,297.130534739963,1232.92207618367,2602.28660848971,1645.57493611411,1700.22938791791,2167.7452862391,842.763211188044,943.731619808578,1785.78854364834,3116.34771707376,2970.96060822174,2257.13080578267,850.226705252065,1936.01350751595,26886.1390136128,7988.46300816502,180802.138702893,63856.0008570352,5316.10338845019,27656.4060751627 -8096,1095.63291156296,2179.03379423704,1321.49308141404,1961.19692076756,1965.38242902944,7771.25244208161,384.948152419851,703.008100337733,8879.60825762303,18796.3399652475,2343.99037378652,5522.86695901115,738.838278471013,4315.16734932248,2243.07584642683,10487.0574666714,2650.07549510918,12860.4475177539,288.584553123882,1269.54435855073,2639.21724191919,1694.45451344561,1621.62789259505,2232.1352274252,817.596049096303,971.763890887974,1731.97976895384,3208.91461019152,2811.85528259869,2324.17582290543,821.13826709292,1993.52016970352,25475.4101846902,7625.96595588329,174228.881342992,62029.3939725133,5053.52830569452,26954.113437306 -8097,1057.39020923758,2184.58775612055,1271.91961100411,1966.19565597433,1866.88010933412,7791.05995491807,371.912211640665,704.799940465867,8465.48557270543,18844.2484263244,2235.39084856838,5536.94374508907,704.39497478331,4326.16592816164,2154.44817317061,10513.7870738919,2548.30614656412,12893.226465702,277.129528670272,1272.78019683624,2587.94509850697,1698.7733706409,1544.02552219913,2237.82453522976,784.807901229925,974.24074077623,1667.80254570605,3217.09355146336,2667.29822649777,2330.0997254925,787.177387542604,1998.60129100867,24098.9044653292,7246.74347840169,166798.17309776,59720.5982448229,4783.24327905448,26002.5401932758 -8098,1021.75360757064,2205.06799495022,1230.86307791347,1984.62849599524,1800.78150635632,7864.10017413837,360.43591006555,711.407352352818,8013.35040634848,19020.9109143638,2116.70397343902,5588.85190486346,666.789831910222,4366.72319631317,2055.05268307272,10612.3525216173,2435.99052960165,13014.098862136,264.289360215239,1284.7123530684,2510.79608688236,1714.69915995778,1488.61508539324,2258.80386225016,757.235933056585,983.374126694371,1594.99897555615,3247.25340385967,2570.64241857786,2351.94412095857,749.968213731505,2017.33792983238,22880.9788550777,6890.0525179874,159635.473140411,57304.1997845412,4523.65951454517,24987.211177214 -8099,985.776534177122,2229.88726816739,1188.3200633819,2006.96659939591,1726.96225741439,7952.61501870376,347.859055362939,719.414639877368,7667.80151318528,19235.0019019906,2025.7069641786,5651.75755798381,637.778836607365,4415.87310748201,1970.8245976663,10731.8004830018,2335.40602999126,13160.579821487,253.901982377283,1299.17250893175,2442.63725565745,1733.99905775399,1429.86891883192,2284.22796269948,730.334689823364,994.442552330686,1530.99007501599,3283.80305657802,2464.49169217754,2378.41656709777,718.333897235855,2040.04419619992,21849.6782970644,6591.28578586606,153204.077278268,55092.8000418534,4318.47821684221,24047.0315772103 -8100,964.769250193875,2210.76659299686,1160.18557995701,1989.75740816325,1671.54991168331,7884.42351382383,340.81042383877,713.245855545357,7485.19027711282,19070.0670066159,1977.84239848723,5603.29527831994,622.59079672161,4378.00819992018,1932.26130177983,10639.7782207289,2292.4310570318,13047.7314387841,248.916425710332,1288.03245898915,2416.27206862689,1719.13048874486,1385.59927512195,2264.64133089359,711.491436717299,985.915478657361,1503.22866373545,3255.64534095483,2382.24530791171,2358.02229369709,703.789678156283,2022.55137359588,21170.4933196474,6407.59045015561,149603.490094232,54017.4424316186,4190.43092597535,23600.5761992768 -8101,946.669314210919,2197.05524635261,1140.50104196371,1977.41677770153,1646.22125615854,7835.52370493829,334.54849857533,708.822249182327,7382.99692774328,18951.7929653467,1951.12707171736,5568.54320446715,614.091392047925,4350.85545198622,1912.24638919496,10573.7894872893,2268.20826603649,12966.8083918895,246.324880258571,1280.04398133158,2368.7073824149,1708.46830752115,1363.88449084493,2250.59584892768,699.404451526564,979.800754048884,1489.31990431057,3235.45357491224,2346.38879470998,2343.39765572484,695.511614796746,2010.00735240566,20846.5212246872,6312.52735876307,147665.215876346,53395.293041478,4124.19732708169,23325.7654423906 -8102,946.368066869069,2181.89755491253,1140.56803385141,1963.7743927799,1647.78071623925,7781.46568760439,334.509267716984,703.932017606766,7431.89714051595,18821.0427575484,1963.99746555277,5530.12529949904,617.888402019364,4320.83848971317,1921.88721316658,10500.8399159635,2281.48983896949,12877.3491573558,248.046313331249,1271.21283713029,2358.98808669076,1696.68142347098,1364.40646645885,2235.0687758188,698.654271249623,973.041016201015,1496.26025713071,3213.13187542898,2348.89232925282,2327.23033419487,699.765862877279,1996.14012203418,20956.7005278803,6343.27671768167,148235.878744366,53592.6919901418,4149.18860702461,23396.6007832662 -8103,944.744157005634,2178.68667249616,1136.24257330406,1960.88450060632,1629.25883136928,7770.01447565649,333.971719923717,702.896110612616,7501.42729588556,18793.3456939938,1982.36366055007,5521.98716210369,623.94186644538,4314.47993988146,1941.56258933823,10485.3868704401,2302.58237580433,12858.3988386822,250.341557428153,1269.34211916875,2376.60388982791,1694.18458555275,1351.90362259308,2231.77964658563,696.006453734693,971.609088160997,1511.79890306835,3208.4034276533,2321.44601319353,2323.80557992899,706.262451398843,1993.20260042414,20951.1826559444,6358.86926884314,148699.892081134,53910.9574019065,4164.50892188753,23542.0242583554 -8104,970.610622843212,2211.17156976416,1166.14416563211,1990.12189961406,1658.35199182686,7885.86781298992,343.115449351417,713.376510677286,7492.45229178271,19073.5603351804,1981.10797470507,5604.32171160117,622.927724073142,4378.81018037965,1962.07961378189,10641.7272564173,2337.12461739595,13050.1215726479,253.173029178307,1288.26840575217,2469.18135861631,1719.44540571082,1379.29074145402,2265.05617664357,714.372974819828,986.096082464497,1533.94125641086,3256.24172264878,2361.74409383397,2358.45424533268,712.978355202246,2022.92187237199,20901.6703117254,6371.36044764125,150681.371724163,54942.0664278152,4137.25790203144,24064.4137994395 -8105,979.844165022358,2254.85117474178,1170.61626986629,2029.4348772324,1638.19399243677,8041.64568011123,345.132085538257,727.46858956107,7403.05940097694,19450.3404965888,1958.70304993857,5715.029791371,615.495160433589,4465.30943786213,1965.90851243563,10851.9445227733,2350.37684733029,13307.9143929779,253.610489713271,1313.71693079557,2536.1227556986,1753.41142496008,1368.76157657383,2309.80022111338,717.135329917125,1005.57547879041,1543.94500576429,3320.56570098761,2330.75580384988,2405.04328039562,712.809909974974,2062.88278245878,20422.5970012628,6272.99256392202,150325.264595983,55308.2894236735,4039.55252217289,24306.7479025669 -8106,983.537581894016,2226.76316408181,1172.91931387108,2004.15481036858,1630.43501925293,7941.47329085695,346.10117277333,718.406729635557,7308.31722273173,19208.0533880966,1934.55990703343,5643.83936448153,607.887125745828,4409.68640584313,1963.02964568428,10716.7650764083,2351.13740362141,13142.1416601612,252.95910760167,1297.35234958963,2564.91608520879,1731.56970017253,1364.90387120449,2281.02772652048,718.556235134184,993.049324033918,1547.12061743601,3279.20240133784,2318.75735082661,2375.08437133139,709.938258703614,2037.18606498446,20081.0294838903,6194.48454873162,149822.32785542,55422.824785087,3962.41851533678,24408.3528057751 -8107,962.831545252619,2166.94235466202,1143.43233278068,1950.31425610908,1572.70264701065,7728.12982986046,337.873526404974,699.107114502421,7234.3941435379,18692.0392382361,1915.21917293707,5492.22061828326,601.738918423266,4291.22252322642,1948.20177740604,10428.8648759859,2337.46088104352,12789.0850063142,250.802618339451,1262.49966794528,2543.22826720919,1685.05200008573,1321.88205479427,2219.7491284592,702.042978195763,966.371581508039,1536.6960613135,3191.10837092476,2235.99174686981,2311.2789914755,704.908489604859,1982.45814361778,19597.1402862792,6075.00509185463,147422.675434492,54809.9672281979,3885.48365431237,24163.1817124126 -8108,916.822313072617,2048.16853877166,1086.21281959162,1843.41419673045,1472.71752167403,7304.5378189268,321.143617659838,660.787858096314,6831.15918995362,17667.4966045471,1809.40269164312,5191.18261459953,568.20099946637,4056.01327881727,1860.30736879145,9857.24095896711,2238.42683701404,12088.0933880194,239.446361004126,1193.29990229413,2462.06912130011,1592.69141855329,1242.14695564176,2098.08088299841,666.13492621639,913.403102648061,1472.54689185032,3016.19826437811,2090.96175303393,2184.59383770842,671.953563874293,1873.79622279934,18268.4700039237,5703.36241717119,139903.564882996,52426.0137586027,3624.96916565817,23165.6025650754 -8109,837.481332542265,1941.86221311337,990.093173629883,1747.73525907902,1338.31527086634,6925.40955801336,292.833488081934,626.490910406668,6047.79942197575,16750.4985098805,1602.71271123699,4921.74407029388,503.044688655625,3845.49355823271,1664.73479176024,9345.61945534581,2011.08964157217,11460.6836959121,214.001141701608,1131.36392113832,2253.03901975035,1510.0257739011,1130.60023034415,1989.18395123555,607.910813425126,865.994637060737,1322.13425336604,2859.64818128033,1900.67289142794,2071.20661417368,600.951955740149,1776.54036337791,16225.7661322438,5080.88672771472,125807.077682364,47307.7909481642,3201.44642239665,20956.3798314782 -8110,756.372092345539,1848.37049942802,901.070975434213,1663.58986331604,1230.15555089275,6591.98301354525,266.973623226483,596.328261158599,5446.28368290955,15944.0392254899,1442.43022512953,4684.78478227377,452.469276434348,3660.35077091376,1476.04694110176,8895.67096135324,1771.88253995308,10908.904609064,190.947529268858,1076.89396385983,2017.40293466375,1437.32499402202,1032.23737429722,1893.41391401018,549.294069372619,824.300987473042,1167.0563856203,2721.96930416966,1744.34879208384,1971.48756384772,532.833116397055,1691.00813463285,14874.0849854325,4617.22081747909,113020.977510205,42061.1214059225,2928.90165584344,18577.6953382952 -8111,631.308998064251,1708.0461505692,768.529896544856,1537.2936665253,1147.93772195922,6091.53371274199,224.819567255316,551.056290534157,5146.56617387583,14733.6017492433,1358.47532413371,4329.12590635052,427.799079310078,3382.46474174251,1295.20823424049,8220.33058143457,1521.03234997787,10080.723821444,167.630390161382,995.138469322674,1512.48115002111,1328.20634386662,940.933474472337,1749.66996511794,470.223819500665,761.721813348251,999.135802264679,2515.32319596814,1638.14166555273,1821.81642985927,472.407499661925,1562.63040112069,14844.3746382532,4428.04179558196,100926.849751319,35800.6113704906,2939.80206378587,15511.7517041798 -8112,520.208181338139,1595.75195734393,674.662077324146,1436.22546530881,1018.45239288138,5691.05046845203,199.042658526675,514.827514428415,4643.34699831015,13764.952324178,1229.32687293492,4044.51082094298,386.219871228485,3160.0871735718,1203.49636046498,7679.8912084237,1361.41095412985,9417.9743118487,147.091941681949,929.713848610415,1183.42402442241,1240.88442942567,793.013287076773,1634.63924590819,393.40491132193,711.642992899792,841.358936673189,2349.95518826066,1394.22039268164,1702.04249627591,410.245740147862,1459.8964555861,13588.6773470403,3980.01982493322,88656.8560346627,30965.2127422098,2743.15301740834,13269.870204307 -8113,547.374047827403,1533.29879893665,694.85574929278,1380.01571661905,1059.08630220432,5468.31906287591,204.94790867615,494.678640937738,4827.35664657616,13226.2315386485,1278.34316316197,3886.22025841675,401.800781281022,3036.41041796851,1260.11913111172,7379.32227602602,1428.5605987029,9049.3817878874,153.763943515566,893.327513006382,1255.87141159822,1192.31976906013,827.23597380669,1570.66415047207,412.952066201691,683.791325627532,883.261230936067,2257.98467683686,1450.39327235245,1635.42943078873,429.207841288278,1402.76029217465,14065.4394867159,4133.59283207273,92557.5059852103,32475.1894174675,2839.8667455862,13951.7227155577 -8114,563.314947496815,1502.31809868501,718.620168114453,1352.1321408354,1099.414985632,5357.8302567249,211.29675336097,484.68353058716,5012.64338918988,12958.9920970982,1327.05730963598,3807.69816929664,417.483780137343,2975.0589572713,1302.21936519448,7230.22115388835,1476.40070165726,8866.5366797926,158.656642652098,875.277598712973,1274.06269734219,1168.22863861969,858.486527214835,1538.92847359322,426.677407421515,669.975144392257,910.749550140392,2212.36151030572,1508.09959427002,1602.38515460909,444.504359058756,1374.41715633778,14685.809438734,4302.00968355351,95766.667870529,33467.2007192175,2962.95694508529,14362.2107660734 -8115,611.626862979123,1509.31840536435,761.372799879278,1358.43263050209,1195.43781026322,5382.79597800974,224.12357167306,486.941995927826,5450.93595400172,13019.3767247042,1442.97453467643,3825.44078648988,454.240141606038,2988.92175044956,1415.19336730081,7263.91159899514,1606.55211198672,8907.85181537974,171.952760248824,879.356103542218,1375.46947296094,1173.67219864143,934.491356886229,1546.09937254076,464.281441038794,673.097007519905,989.280609493823,2222.67038501825,1641.88314222487,1609.85174075387,483.774082192245,1380.82148682421,15895.3302872774,4672.81293171711,103935.121381346,36324.4271339468,3226.72165829763,15594.1445396182 -8116,748.755231749366,1549.8739090623,939.548480760497,1394.93382161851,1457.73363737149,5527.43212729115,277.479086101177,500.026165475053,6645.63224337147,13369.2083964224,1759.55071895638,3928.23067986915,553.236848217209,3069.23431184973,1728.62302319777,7459.09347226162,1959.24277353991,9147.20649094416,210.760683969341,902.984470878273,1703.83758113194,1205.20886249115,1137.89462852405,1587.64318370586,566.257493394204,691.183176800375,1209.81832853211,2282.39371224897,1997.82900873563,1653.10858304324,589.523473800736,1417.92426826255,19391.4842333217,5693.95131083013,127033.886975255,44463.6962985522,3921.3020697568,19088.9939169516 -8117,1011.30609740633,1643.68381557235,1230.48516045719,1479.36560063524,1817.37944924416,5861.99346681043,364.215789277753,530.291471292205,8267.06769508265,14178.4124113094,2193.20885808819,4165.99644305398,688.816210419805,3255.00722032218,2255.50599400708,7910.57333600485,2604.28259734297,9700.86352118787,274.055754535479,957.639813030831,2490.72003787245,1278.15707463557,1448.06334763107,1683.73916787846,754.570652703043,733.018727949304,1608.13872518565,2420.54117025396,2489.59914697272,1753.16702051966,766.840790378022,1503.7476002551,23336.9703246994,7019.41564258507,163650.416301229,59220.3627233423,4703.80405228674,25807.9949223031 -8118,1033.26473671936,1881.00003285914,1245.95163678725,1692.95743928501,1888.9387288747,6708.35217772767,366.850288120141,606.855324287675,8597.70276021309,16225.5014978515,2279.69356123898,4767.48591914981,717.106861643452,3724.96743617981,2322.57289341763,9052.70743922149,2675.38068225687,11101.4809717297,281.079310049199,1095.90451807848,2485.39096743877,1462.69828577188,1501.40972568142,1926.83860490698,774.766882958042,838.852483851276,1648.9693147183,2770.02059498846,2593.13431316876,2006.29049940286,791.369901285603,1720.85972903905,24470.823910906,7322.72386074917,168755.034780127,60609.5199383747,4941.19229417785,26351.2672034068 -8119,1005.12320775209,2094.07551316356,1222.22946817244,1884.73187480284,1838.80427905373,7468.25932145471,358.44381000801,675.598539300456,8369.43815734999,18063.4900488563,2219.18626309224,5307.53607030439,697.841630150182,4146.92342327029,2259.67668820055,10078.1779081058,2602.95845830768,12359.0319280399,273.424768153324,1220.04613289941,2420.88826984503,1628.3894789334,1461.00444350734,2145.1065762188,753.78708955357,933.875818661895,1604.17649543317,3083.80233790163,2523.55051361208,2233.55860377426,770.009458881748,1915.79487358775,23972.4880353181,7142.12430824041,164402.215005036,58987.6661954752,4809.30993757167,25646.58321314 -8120,976.006708924339,2163.70254052357,1194.87402239844,1947.39832450261,1764.31254078428,7716.57543653168,351.898165456552,698.061873446986,8027.07102972588,18664.0926097205,2129.20259785508,5484.00915203345,668.824679305863,4284.80667955063,2182.2753396996,10413.2725904779,2517.26106087148,12769.9639354043,265.137123008902,1260.61209384106,2389.73289342228,1682.53266435806,1403.99750175152,2216.43036245939,729.230502972111,964.926751050954,1553.80357074046,3186.3373173731,2417.53535529913,2307.82337839084,742.341174809621,1979.49415340883,22792.9153957702,6828.37250554325,158551.408069201,57211.025759663,4580.71385278765,24910.0426191015 -8121,944.287289126006,2169.77718922725,1152.09773051777,1952.86569373934,1689.0113813813,7738.23991401621,340.556257093979,700.021699520674,7682.09016006529,18716.4925139835,2038.26865615807,5499.40564414013,640.095201136783,4296.83638088617,2101.864346867,10442.5081123013,2426.75970929228,12805.8159268002,255.361725323218,1264.1512936517,2335.89237992747,1687.25641666551,1346.53381940809,2222.65304583474,703.217262191969,967.635806906664,1500.20521329729,3195.28303865039,2312.62957230826,2314.30264993178,713.834492022429,1985.05163248358,21680.1844369345,6521.9561442376,152411.108263506,55238.9253910747,4360.9099251107,24087.1852412524 -8122,905.898533669491,2190.86489320788,1114.08581445771,1971.84527093646,1600.67128563801,7813.44658198565,329.827674763712,706.82509410552,7277.65713504565,18898.3949948696,1931.59589716383,5552.85345383636,606.414186157081,4338.59661972692,2006.02391351562,10543.9971135595,2321.19041995764,12930.2735240298,243.709135933044,1276.43737002839,2266.99770637412,1703.65458143133,1279.68371850263,2244.2546414801,672.867680759338,977.040098535508,1435.82020281986,3226.33746358763,2190.72350199252,2336.79497285123,680.628693522317,2004.34401947148,20484.695550545,6174.46712453825,145271.520610567,52895.0343054374,4105.93736900543,23109.2311772902 -8123,867.346706054953,2207.46892663788,1076.07051838109,1986.78940779261,1521.83173039275,7872.662797761,318.447234815266,712.181949988362,6917.4790646231,19041.6213449933,1836.41414608929,5594.93718280808,576.164049544135,4371.4777907825,1914.62571354488,10623.9075092677,2215.99603080951,13028.2689296423,233.039086605129,1286.11117913865,2190.1583432387,1716.56616612601,1217.41430148242,2261.26330285767,642.498886787531,984.444848371443,1372.74649176227,3250.7890923795,2080.43366784314,2354.50497494609,648.670849060903,2019.53445645721,19421.9130940946,5862.65948261291,138583.307546143,50603.1361989352,3886.13344132848,22124.2161037838 -8124,851.405806385541,2188.49288763048,1048.7404227312,1969.71039352118,1480.79536779661,7804.98711973005,311.498598282977,706.059828720756,6729.15288185699,18877.9340807937,1786.85043773978,5546.84149052277,560.481050687814,4333.89930798853,1872.52547946212,10532.5813388858,2170.60476744997,12916.2741756394,227.922724558039,1275.05539683128,2167.3672875666,1701.81006870868,1186.96470385374,2241.82483189065,629.499471099651,975.982276772853,1345.25817255795,3222.84437257962,2023.62468778532,2334.26497169687,633.949524902795,2002.17395631151,18781.4952810217,5692.69516718874,135311.642165756,49598.1099567856,3763.04324182939,21715.8165757616 -8125,843.76080824935,2153.31778634856,1033.30436655007,1938.05172879362,1458.25589095826,7679.53950507601,306.414937248643,694.711504891731,6625.44577190087,18574.5137466275,1759.62061252285,5457.68848832356,551.84519243646,4264.24162348529,1850.82260437301,10363.2937814761,2145.36657112875,12708.6741167674,225.286655701848,1254.56174890713,2160.25781709013,1674.45729919878,1169.79377828863,2205.79253954747,622.278640858561,960.295556642812,1331.58099450142,3171.04439741768,1991.41879685507,2296.74691200275,625.701680701696,1969.99351282214,18461.0096247029,5601.47939971324,133592.098132386,49078.8033903822,3692.70598497277,21508.1648690284 -8126,846.526108760423,2117.99805451533,1030.92893867287,1906.26289215562,1465.12919871264,7553.57608358682,305.711013859756,683.316519808808,6656.69156965658,18269.8458296936,1767.91480210922,5368.1689129692,554.194239304782,4194.29752532735,1857.62172403756,10193.3101591835,2155.34937960129,12500.2204623157,226.560745919931,1233.98383661729,2170.08478208346,1646.99206246093,1175.2879433491,2169.61209211399,625.17273671675,944.544336940688,1336.18470821736,3119.03143469656,2000.81628237726,2259.07458814279,628.626432170526,1937.68075200848,18528.8621298985,5625.44524647097,134155.989509082,49285.0112160538,3710.29029918692,21599.7638753972 -8127,855.472913690673,2105.93553824466,1028.54506075429,1895.40625935383,1478.87581422141,7510.55662272578,305.64541390421,679.424865319023,6719.18316516802,18165.7945950319,1784.50318128195,5337.59587976064,559.652662263358,4170.40997640566,1876.71356693572,10135.2567679705,2175.31499654636,12429.0286534317,228.661600534979,1226.95599725021,2189.73871207012,1637.61204036471,1186.27627347005,2157.25562129176,630.960928433128,939.164926223845,1350.12981245644,3101.26778880957,2019.61125342164,2246.20860655323,634.475935108186,1926.64518682057,18638.3699379883,5672.33834460276,135342.166836351,49747.3443081558,3745.45892761523,21803.8351119239 -8128,872.717005389211,2149.73085327515,1048.72014263191,1934.82337955132,1481.4058195871,7666.74715532904,312.123387531481,693.554275016432,6726.59869316159,18543.572871062,1787.45472524585,5448.597232278,560.023430006269,4257.13837592505,1899.73935140042,10346.0309132409,2211.67269028215,12687.5043833459,231.704992862768,1252.47193705571,2275.87949043026,1671.66803776018,1193.70992627675,2202.11819558238,641.869023951468,958.695924710076,1372.50689707265,3165.76216545987,2021.45514515154,2292.92105893446,641.85588525504,1966.71195590084,18494.4078955484,5663.42859432216,136714.53212395,50642.2374484908,3710.29029918692,22264.3758384447 -8129,886.057061940641,2187.36473846525,1064.14774877167,1968.69502484042,1476.35483802996,7800.96371633977,317.089382839561,705.69586098256,6699.72898324705,18868.2026689647,1781.26251774788,5543.98214168389,557.791707806879,4331.6652203595,1914.13481501089,10527.1518842541,2235.59873595059,12909.6159479562,233.474294972473,1274.39811679638,2347.59353386895,1700.9328003295,1194.84845824352,2240.66919056919,649.157098079676,975.479166346021,1388.70104237052,3221.18302416532,2013.00420949949,2333.06167828243,645.735890320693,2001.14185294475,18275.5529761216,5628.02211428834,137386.687940047,51266.2041234614,3657.53735654445,22603.9234006695 -8130,893.7034453119,2138.44936442883,1060.57193189381,1924.66969526905,1467.05778146208,7626.51313143317,316.423991036545,689.914598539727,6654.62263241816,18446.2587769757,1769.97293899687,5420.00375100086,554.292770237601,4234.79750519137,1919.37427267291,10291.7363804283,2244.8317440501,12620.9221230735,233.90161961883,1245.89913834154,2391.70895773891,1662.89535615029,1191.18125553351,2190.56178524204,652.089619016218,953.664821693087,1396.99905965638,3149.14868544896,1999.16922268894,2280.88812778289,646.164733712126,1956.39092480031,18001.2784143829,5576.77038298197,137320.640323725,51539.5164850082,3604.78441390199,22774.8133019523 -8131,884.43188130067,2069.9794123443,1032.05327730118,1863.04464863213,1439.06035520625,7382.3235811135,308.393436535571,667.824564382173,6525.7486050111,17855.6371444941,1736.14804794458,5246.46333274171,543.561308191902,4099.205619271,1892.70347910894,9962.21036566447,2219.40609763563,12216.8190625083,230.438786365673,1206.00731030792,2383.97206212535,1609.6519325504,1171.71998802577,2120.42327134097,644.878395044716,923.129899645276,1380.29739348632,3048.31765190362,1961.1552136755,2207.85749941392,637.292912491678,1893.75021181085,17502.5849882026,5455.41542758724,135147.953497508,50935.681573347,3516.86284283121,22547.0788661103 -8132,853.200292741341,1959.42083624111,982.157461822007,1763.53855579802,1368.50946605229,6988.03019896988,293.597511184109,632.155739617773,6202.89521264904,16901.9591483082,1650.95961020742,4966.2472532066,516.673990743189,3880.2651149751,1815.42920356151,9430.12401432202,2133.98987533932,11564.3129979521,221.04282725584,1141.59389140987,2326.15920383951,1523.6796641195,1118.14855918389,2007.17046495194,620.307399058875,873.825096585677,1328.14429855428,2885.50556928344,1863.85223248732,2089.93478969117,610.560593948575,1792.60412037422,16469.3072226651,5170.04520555029,129278.110794627,49018.4814509601,3314.64322936841,21748.1798104918 -8133,769.914440475554,1861.96613882531,897.835687210272,1675.82635372401,1216.69075825246,6640.47016695574,268.426000681143,600.714537613256,5512.02252375497,16061.3151763412,1467.73859201617,4719.24359049074,459.131739337357,3687.27438236738,1628.57178909996,8961.10282938235,1921.62088268138,10989.1447629347,198.079201568215,1084.81502839006,2123.45157120204,1447.89719928145,998.534624220556,1907.34086902956,558.819869909345,830.364111172528,1195.3450663013,2741.99067603284,1656.89551753679,1985.9887874945,547.629653961751,1703.44629939661,14587.3905153372,4591.51005506957,115829.925093165,44159.8961061272,2918.9961595499,19638.8968942566 -8134,671.986724864277,1791.84735356129,815.899480525385,1612.71730690177,1079.42357250782,6390.40025860466,244.402008102408,578.092550677205,4892.27449937252,15456.4707130482,1302.2007892426,4541.52412447565,406.998645423693,3548.41729187816,1429.9299432189,8623.64145888791,1678.35422575706,10575.3104477986,174.999802564817,1043.96256043119,1841.08520554382,1393.37161437213,879.95997383731,1835.51334111053,487.847277496599,799.093873981757,1046.08376256789,2638.73151819983,1467.31394882542,1911.19949975003,480.341082110863,1639.29712783781,13109.546796789,4086.31022480736,102171.488411556,38688.515897794,2611.27066080217,17142.4814097344 -8135,557.299978323333,1669.02377280379,688.894364488071,1502.17233554046,1005.21900178514,5952.36526601696,203.8909881085,538.466743857057,4572.70758525551,14396.9948179185,1213.09750689883,4230.22179509137,380.60653612875,3305.18824843084,1244.32586501248,8032.52719848824,1428.47886203878,9850.41750742658,152.108297855242,972.403328784541,1376.19473023495,1297.86186536203,797.11731336077,1709.69664102428,413.807676373076,744.319358301747,886.648958270724,2457.85759884568,1372.88102008919,1780.19483261992,421.359345139432,1526.93022182522,12983.3036315808,3885.23671394801,90435.1217867583,32651.5017138114,2602.47850369509,14201.7934995071 -8136,453.845273549346,1560.08510096392,560.711624082044,1404.12420598418,866.86383615755,5563.84907053081,167.767321095806,503.320538715122,4282.34115576424,13457.2901117867,1149.27408682358,3954.11144156946,380.923868126259,3089.45566041627,1192.07290926739,7508.23697639575,1309.08957421883,9207.47196176513,150.702489249516,908.933695303826,1089.82641577182,1213.14926261304,675.478620107286,1598.10321476086,341.679722973712,695.736969219366,796.569643172854,2297.43103886926,1200.29771340251,1663.9999264467,378.557990599226,1427.26612292604,12293.2542127653,3587.06653125917,81471.5634603957,29095.6588957096,2505.35244809615,12547.3697789312 -8137,480.66077461839,1484.99089005118,591.600192654385,1336.53712422389,910.956811825648,5296.03492671845,176.712463148602,479.093361192798,4499.23652967845,12809.5276395062,1207.63459701944,3763.78151765555,400.489724493165,2940.74567348959,1258.37107170941,7146.83032573298,1383.96897382423,8764.2731638004,158.802833264951,865.182454696076,1157.84167551181,1154.75470032986,711.565408983129,1521.17901376988,361.369460528625,662.247886685301,842.312900191963,2186.84491066143,1262.11259809982,1583.90380774256,399.49203403352,1358.56511219439,12886.1461557445,3767.65338488705,85850.035045474,30744.3624031179,2625.80208502385,13277.11538904 -8138,498.849484861646,1439.83601416747,615.219244122228,1295.89635776355,960.780911454408,5134.99568978175,183.418782371193,464.525324845702,4748.63364276723,12420.0217950152,1274.03350268172,3649.33429213938,423.031261714331,2851.32491893707,1316.3758351678,6929.51300851407,1445.92122738112,8497.77343671538,165.874994981394,838.874410235802,1176.11517384831,1119.64148480856,749.118633249801,1474.92374713904,377.219987588325,642.11057720558,877.507529938018,2120.34840137009,1333.9028131002,1535.74123628874,418.982830126124,1317.25452946147,13707.3325650465,3988.34758617695,89973.2737301961,31999.7720177644,2794.43157672263,13789.1650489529 -8139,542.242339037487,1428.20740358027,666.94128602463,1285.43025332005,1046.9085486753,5093.52369946076,198.343500766815,460.77365864388,5175.17283352348,12319.7134296753,1388.33205202494,3619.86101395477,461.309507639735,2828.29663876237,1432.96374547815,6873.54787947021,1575.76371331287,8429.14249737131,180.073053393924,832.099372139653,1269.91581776064,1110.59887530582,817.060767567958,1463.01175595913,411.055607000008,636.924671461614,954.503839745822,2103.22373882096,1455.48869167743,1523.33806216074,456.796646241107,1306.61592908157,14966.1582790942,4351.26740067392,97938.1173290633,34790.8205955059,3051.39080216839,14993.1929473219 -8140,665.483244149828,1430.60833526794,821.382600192605,1287.59116511741,1281.92314611007,5102.08632308339,245.142400556302,461.548256279423,6335.53051705195,12340.4238603047,1699.84510050984,3625.94629189939,564.129556591799,2833.05123323171,1755.79844442592,6885.10286712056,1927.07353486275,8443.31256487765,221.403788858812,833.498198209906,1573.85340700512,1112.46588147406,998.576409847253,1465.47119656664,502.735556142342,637.995393138686,1170.53261111447,2106.75942734079,1778.2545051379,1525.89891614826,558.455710959057,1308.8124557064,18276.9924119386,5318.29315600731,120049.242882242,42702.2255994009,3725.90876896351,18396.3310653306 -8141,903.05091637469,1430.86867867803,1089.21095408225,1287.82548213239,1602.92386047858,5103.01480540741,326.252618059356,461.632249252201,7897.30747688449,12342.6695818977,2122.90349817189,3626.60614491377,703.311499911821,2833.5667944799,2295.12415029028,6886.35582442203,2568.26290683867,8444.84908660157,288.224943607927,833.649878972469,2303.33947859108,1112.66832903014,1275.8272891219,1465.73788435203,673.153571289319,638.111496122413,1560.43178612596,2107.14281734351,2222.37430593622,1526.1766006252,728.755451893423,1309.0506345912,21988.20956687,6565.26715253919,155137.626162247,57077.1469142372,4472.69651791525,24942.3488992628 -8142,900.387766235329,1460.60552251749,1079.88372776666,1314.58954918153,1591.8271817619,5209.0675526931,322.37214524815,471.226061956211,7842.4829555291,12599.1795212012,2108.19101815366,3701.97561955917,699.218729331081,2892.45503106774,2285.51714209367,7029.47062651762,2561.27373960812,8620.35307398921,285.827722986858,850.975100103658,2289.47695739927,1135.79221512712,1270.12941029754,1496.19939296289,671.448926086388,651.372966021864,1554.92249557726,2150.93424128094,2210.35508481576,1557.89416906492,726.144428481509,1336.25581063485,21830.7136410689,6524.07630479083,154247.520355318,56808.5890729634,4440.57661473453,24850.3443362018 -8143,875.01006363725,1561.61822689644,1049.1164706821,1405.50406611576,1546.77901876702,5569.31677308718,313.508128303032,503.815161585247,7620.17062508579,13470.5148521802,2048.49077538006,3957.99722368957,679.156926155132,3092.49172850477,2220.60121281558,7515.61546671591,2488.95958183351,9216.52032331213,277.661613804301,909.826922101747,2229.75199122653,1214.34144795818,1233.92243276613,1599.6737018323,652.511270601723,696.420683453333,1510.93734310366,2299.68876897751,2147.01893456579,1665.63517149672,705.544957542051,1428.66872506891,21199.7169178572,6336.91898985848,149911.042599179,55225.8104197803,4312.09700201165,24158.5376600398 -8144,845.010736432364,1674.02812456277,1013.99117219979,1506.67640486059,1466.01693630216,5970.21266284526,304.352291111996,540.081266694109,7215.95421651037,14440.1623434596,1940.86631058865,4242.90556762122,642.523015792349,3315.09842759924,2125.69769489857,8056.61169163318,2388.8906289258,9879.95270937112,266.888958311833,975.31895430656,2199.5556299095,1301.75333618149,1173.19295571128,1714.82294511428,626.912634593282,746.551103559459,1453.13437830029,2465.22716673233,2030.86789475442,1785.53251641276,674.042162689962,1531.50852446293,19870.2948328372,5979.43227967918,143233.173980504,53190.4472261727,4039.07782497553,23326.5072830953 -8145,820.511268171693,1763.06509661366,982.740197857831,1586.81239719008,1411.56269977639,6287.75192649323,295.193070831618,568.806710396206,6945.45738826949,15208.195037845,1868.51514602173,4468.57409665955,618.399741062758,3491.41943542055,2056.3409758009,8485.12080655634,2312.15254575144,10405.4403402783,258.156894410048,1027.19349882652,2151.35796173431,1370.99003161695,1131.16791069995,1806.02968196421,607.022415975934,786.258112519986,1408.53346700619,2596.34584934155,1953.99125783133,1880.50010174012,651.166240833425,1612.96526923771,19045.7173644106,5747.47417342302,138374.974558996,51555.7200622769,3870.44833327675,22633.8731778638 -8146,796.851146111357,1814.95994137845,954.032178678094,1633.51934135294,1368.79262036458,6472.82842240458,286.598343215649,585.549220921698,6734.59050439873,15655.8398367566,1811.8552812272,4600.10410057801,599.624753450064,3594.18743301628,1995.71879117852,8734.87563858861,2244.66606095477,10711.7187143469,250.530808161854,1057.42837062303,2091.89246480537,1411.34436396775,1097.31703219644,1859.18916550577,589.352524199845,809.401184646279,1367.4933507611,2672.76785160685,1894.71958409537,1935.85158084739,631.924760281098,1660.4420087063,18453.8731314781,5571.83206437948,134266.585153976,50055.4439727337,3749.99869634905,21980.444392872 -8147,755.388319275827,1842.03551012016,902.916694214597,1657.88817958973,1274.58180586909,6569.39006374361,272.07925035842,594.284443017386,6265.89530588837,15889.3936238376,1686.60645549198,4668.72844426442,557.54865888909,3647.80551388659,1876.58208365513,8865.18249573239,2115.32825949576,10871.5161125043,236.003923913715,1073.2030849214,2018.16888170165,1432.3987963404,1025.04743731324,1886.92454572372,555.910905508029,821.475829884931,1291.44899572413,2712.64019702173,1761.28869281926,1964.73061082266,592.96286850368,1685.21247924032,17002.3691863842,5167.17816381255,125976.218871488,47312.1100648879,3452.88959192739,20825.0417350933 -8148,733.87067135837,1816.43521228455,873.362552007849,1634.84713019494,1212.70584019687,6478.08979221998,263.676070053262,586.025178385011,5956.25671491509,15668.5655198392,1604.15533723373,4603.84324632436,529.891158442,3597.10893008632,1806.56855995098,8741.97568945155,2044.02347066662,10720.4256211019,227.180163059942,1058.2878900399,1994.3231557406,1412.49156023978,980.185538651763,1860.7003876668,537.761251463096,810.059097800087,1249.3677527922,2674.94038255937,1674.26251717151,1937.42511723827,570.067246239354,1661.79168135243,15985.6464494504,4896.11821892698,120927.978037204,45799.4190991704,3244.11022125271,20221.4953003458 -8149,728.158365611586,1763.96183128497,865.489534851901,1587.61948576336,1196.09780698728,6290.95001893343,261.791044749225,569.096018317658,5873.1243438855,15215.9302688383,1582.02236867963,4470.8469142268,522.465187007634,3493.19525008889,1787.86430300036,8489.43653036715,2022.55128450224,10410.7327819137,224.822775821128,1027.71595260677,1988.23198962844,1371.68734806756,967.419362743725,1806.94826939262,532.253315134438,786.658021128833,1238.15878074063,2597.66640939704,1650.04986650901,1881.45656650359,563.382251666045,1613.78565975155,15711.9115899752,4822.45244792604,119555.423617745,45381.5402915725,3187.90039068645,20049.3001158972 -8150,731.207521219009,1729.77024581106,871.667248566369,1556.84601528073,1204.25495399276,6169.0099908276,263.299741610323,558.065000067677,5913.48917364661,14920.9937395296,1592.84414801814,4384.18668059962,525.79838786126,3425.48523400341,1796.96155175437,8324.88234920214,2034.56999849983,10208.9373385851,226.442844624214,1007.79531871705,1997.56016017091,1345.09937752697,973.742356369962,1771.92346040632,535.383324333891,771.409910602215,1243.8584622435,2547.31479095815,1661.39555906393,1844.98753306527,566.892035200117,1582.50499973762,15830.0252771131,4856.00568993121,120288.765397593,45632.2842893376,3211.99031807199,20155.8467465628 -8151,745.121724186445,1726.73292286217,888.624869062347,1554.11233192507,1236.51583308516,6158.1777570888,268.552575073382,557.085087483459,6074.33695917671,14894.7937995,1635.77035254859,4376.48843810213,540.418006839018,3419.47038611392,1837.64429142608,8310.26459504245,2075.15100278689,10191.0113511672,231.328982818342,1006.02571962912,2018.03278596249,1342.7375024642,997.663912615588,1768.81212015579,545.804715208906,770.055383300023,1269.60222448349,2542.84193238554,1706.60412086204,1841.7478987912,579.468221586925,1579.72626148376,16339.3946138913,4995.65790205376,123062.565380584,46522.423652028,3316.38000340933,20522.057019306 -8152,770.711873587093,1788.60754222875,919.029720377292,1609.8013778207,1271.86418335051,6378.84587528281,277.552928227745,577.047310527023,6246.06208031507,15428.5241087363,1682.3302636518,4533.31266533756,555.395145816141,3542.00145375894,1895.71767883544,8608.04918688398,2145.60647699254,10556.1893934489,238.863372114547,1042.07498796175,2101.85022510557,1390.85228082639,1027.93263401151,1832.19457798501,564.541889631137,797.649044775997,1311.59429549941,2633.96046878024,1754.87851888622,1907.74388965817,598.125814104141,1636.33314019589,16739.0322410157,5130.84795507976,126931.30482408,48112.7012565529,3396.67976136113,21245.3137581003 -8153,786.208986563852,1859.65198827434,934.536189101081,1673.74354759831,1277.89118623467,6632.21703744112,282.620980558677,599.967937635305,6271.39910751762,16041.3533195761,1689.85467090428,4713.37826355091,557.566727214905,3682.69164164744,1921.18605644186,8949.96549416583,2180.30861988907,10975.4868693363,242.051646150988,1083.466762574,2169.7293891064,1446.0976756319,1036.6358981897,1904.97032435052,574.125436886928,829.332090490031,1333.92306768654,2738.58278418057,1762.00883162631,1983.52049499929,605.56521062168,1701.32916573338,16668.8657184941,5139.37424606861,128367.006427711,48953.4971741263,3380.61980977077,21664.4161077177 -8154,789.123471642857,1839.72135956919,932.842414353329,1655.80537346403,1254.89058093628,6561.13693422899,282.624363648018,593.537843039435,6152.75075229172,15869.4317670725,1658.8329841831,4662.86311732459,547.16507492628,3643.22277316666,1910.77519847488,8854.04516051586,2174.22788470944,10857.8582189059,240.485312327545,1071.85481910533,2209.1051029922,1430.59927269086,1023.14859034828,1884.55400104468,573.129992979757,820.443809202435,1333.26272290802,2709.23230516946,1728.66858764785,1962.26231832745,600.887651017384,1683.0953455771,16166.4442853595,5025.97658610023,127209.45925591,48917.384113186,3276.23012443343,21712.5278056763 -8155,780.082228221871,1784.32636286769,919.034306458475,1605.94818573053,1226.89212981138,6363.57758267869,278.692062824588,575.666100296237,6012.39114839936,15391.5946664599,1621.4981257337,4522.46180836537,534.623140265991,3533.52338176009,1880.0621812785,8587.4451126822,2145.86746820906,10530.9222853238,236.3763259514,1039.58069571159,2201.71659066101,1387.52316142016,1003.81904350287,1827.8090694665,565.996211592141,795.739806137981,1315.16713767057,2627.65586761393,1690.0677133251,1903.17754764419,591.362017899675,1632.41644214881,15697.5823916175,4903.20203422149,124993.023012,48282.1991448765,3179.87041489127,21469.7058559069 -8156,767.846717655103,1690.02469564772,906.072321590634,1521.07380706593,1217.33811681874,6027.26243987838,274.568214690345,545.24214078431,5967.7890065878,14578.1487249403,1609.10419804735,4283.44965378281,530.700095522027,3346.77663352219,1856.84851055735,8133.59854731264,2116.39674586867,9974.3629307482,233.465014180835,984.638844907049,2154.4334259564,1314.19254760916,994.009909900549,1731.20934074117,557.995628620819,753.684948936016,1296.54496552863,2488.78422711534,1677.52586693992,1802.59459404706,584.36215123932,1546.14321585151,15653.1283712109,4873.23813807878,123585.709323494,47587.4191791855,3171.84043909609,21136.8718296982 -8157,694.096977933449,1628.84432256879,815.708476753997,1466.00960401816,1085.42689874396,5809.07026454153,247.113084765982,525.503898096233,5317.71441835953,14050.406982415,1434.38358028335,4128.38502747401,472.824694202618,3225.62039031578,1668.79621942794,7839.15516143767,1909.10961850072,9613.28226317018,209.57247473465,948.994056973148,1967.22770311472,1266.6176272146,890.101175362112,1668.53804746538,503.718189583976,726.400894165321,1168.91186697352,2398.68805992915,1495.64636921805,1737.33909212578,525.279719195207,1490.17147826516,13837.5578539938,4333.36232121796,110877.148447979,42932.8722105629,2802.46155251781,19112.235855618 -8158,607.966616106668,1591.49970409312,722.677307879903,1432.39830760072,971.224700942421,5675.88533721494,219.654571752276,513.455636448409,4762.17422518333,13728.2723984551,1283.88206763523,4033.73327860182,422.978338909196,3151.66638430389,1474.1268528066,7659.42634719852,1675.86726214121,9392.87792283958,186.297753577428,927.2364092334,1706.44721514301,1237.57780346503,789.990803718337,1630.28336840774,441.683529412733,709.746654176193,1027.82969087485,2343.69318460618,1336.08653464211,1697.50700709509,463.5404076002,1456.00622100388,12520.4921759323,3887.92033176698,98314.2773844543,37762.0758637613,2537.47235127687,16745.6133805548 -8159,505.450465955778,1494.01608056705,616.435416387494,1344.66007114463,913.530774332214,5328.22214383377,184.989456512541,482.005102193112,4503.51726427897,12887.3789099345,1210.16098678456,3786.65630125493,400.708817682854,2958.61836896522,1294.53460034863,7190.26594928225,1436.42593574721,8817.53896870626,163.559312534745,870.440693340458,1275.72207015995,1161.77284518139,721.158336798384,1530.4241414673,376.059981988204,666.272768848627,876.56762228932,2200.13569384375,1263.33205705084,1593.53015206525,409.732668279882,1366.8219365614,12626.8161189983,3747.0806198489,87747.9217010089,32046.0396701212,2569.59225445759,13945.0018096368 -8160,491.665065817333,1388.66434180059,593.511914526865,1249.84029083065,952.225880424716,4952.49829809459,177.911731620981,448.016126926477,4923.92307907758,11978.6150793682,1402.8939302492,3519.63720377857,477.379842190942,2749.98902851089,1555.75297776297,6683.23859542496,1583.22035410478,8195.76315646625,188.34481437201,809.060871711167,1083.50422788471,1079.84950387099,718.021693761224,1422.50505916897,366.274975528033,619.290011698982,904.997151910794,2044.99136582513,1368.61384013745,1481.16109896033,443.164268826882,1270.43939458352,14635.6243846683,4188.44423488253,94002.716081218,33404.9459397374,3095.10923755233,14440.0422144507 -8161,505.464409289203,1322.45068804651,604.995510352824,1190.24598155526,950.563897214824,4716.35555455548,181.478383922925,426.654028245315,4909.56283586027,11407.4562705445,1399.36469051241,3351.81548319719,476.037439405555,2618.86531784857,1575.81155381307,6364.57148992443,1613.02506902926,7804.97655126756,190.533594152591,770.483603747335,1145.52341009728,1028.36061702947,721.807509426786,1354.67782791083,374.122457004522,589.761310504834,923.991105521519,1947.48302910838,1365.53269526679,1410.53705742023,448.398319123843,1209.86288832757,14430.062084281,4163.26554874546,94860.7756428831,34113.9641797581,3049.59292523538,14813.4061672013 -8162,542.064978691388,1293.06096875383,653.51500212519,1163.79433719277,1060.06493424539,4611.54078370183,195.192916429834,417.172206171675,5484.81970258561,11153.9406266984,1562.38281517431,3277.32581257096,532.546231612837,2560.66449625832,1725.2091940572,6223.12729756413,1755.05882466128,7631.52125951183,208.219126744567,753.360623632897,1170.02178659663,1005.50666100727,799.451171669342,1324.57190301383,405.687252848427,576.654644583685,1000.47502489963,1904.20279184124,1527.52650801287,1379.18973494975,492.381365989438,1182.97528413032,16395.2621778825,4677.92763061594,104243.108503154,36870.5593617834,3468.34299855128,15923.5500394981 -8163,621.610714460436,1288.23017646233,753.950013739344,1159.44647669055,1262.71557404977,4594.31236508262,223.831883630279,415.613677744555,6544.02664596957,11112.2702246823,1863.06301181062,3265.08193493899,636.1269132189,2551.09801903214,2019.10297686962,6199.87809578282,2041.24926142577,7603.01038882302,243.040641265184,750.54611698448,1275.2733489435,1001.75015304328,945.922892066228,1319.62338790646,470.264814231816,574.5003000638,1158.34286784515,1897.08881315766,1824.36362468107,1374.03717114873,577.81793947601,1178.55576484878,19863.2238624164,5610.34354070683,122445.134883252,42612.2751711413,4205.7072580858,18303.2307387895 -8164,751.879590742862,1290.16827916217,912.768723429711,1161.19082827293,1510.12293878384,4601.22436680509,272.125468552677,416.238955746609,7821.60863486021,11128.9882936402,2227.23463387107,3269.99415034033,759.484287065463,2554.93606758011,2426.29983338285,6209.20562179147,2453.57442313164,7614.44888423377,292.939678445125,751.675290545429,1576.20679038508,1003.25725535438,1131.59940928107,1321.60872072788,565.784716012368,575.364618104902,1396.76717148109,1899.94292495987,2176.88181409165,1376.10436783434,692.811165931985,1180.32886576778,23611.0306599267,6689.36227682465,147055.432316035,51440.0289226256,4997.69109240066,22120.3311302068 -8165,889.025760499193,1284.64324338892,1030.01724651176,1156.21812744825,1475.48295250251,4581.52001533566,311.550916291669,414.456447869255,7577.5416529256,11081.3293491168,2164.02857531394,3255.99067889343,733.667971636011,2543.9947714719,2605.67692142374,6182.61522754761,2748.21926505139,7581.84065540158,313.910951616619,748.456305133056,2256.61648024681,998.96089160468,1158.29539765742,1315.94904394137,644.413666762907,572.900668131063,1580.11912490791,1891.80658119986,2114.61559489491,1370.21131808044,741.126432433119,1175.27420792748,21050.4813269116,6325.91052999919,154765.568393311,58609.5863688697,4433.28881967054,25939.572895187 -8166,884.816143542468,1268.1259882897,1018.64949634307,1141.35209373836,1459.45717817198,4522.61328366139,307.076059938805,409.127588738753,7494.30939502477,10938.8515486538,2140.35000180886,3214.1268938148,726.449636029201,2511.28544860914,2587.34257269592,6103.12247076923,2734.21149444921,7484.35740713686,310.367891245611,738.833054642214,2242.41132932774,986.116787246768,1149.38889138476,1299.02927561798,641.422881178699,565.534618038378,1571.00986383167,1867.48274494348,2094.9367460512,1352.59387448507,736.389678895405,1160.16316133633,20792.9098525176,6259.20153838279,153409.705275798,58207.179248107,4378.6692448902,25793.9242584657 -8167,864.760985857455,1326.90542968097,996.45773569096,1194.25538498876,1434.41290585555,4732.24283537562,300.560995937519,428.091233791286,7367.34796664616,11445.8828605497,2103.92913675298,3363.10624217897,713.939477211837,2627.68709734621,2535.03244918892,6386.01086899385,2676.39123832039,7831.26800720854,304.043667122353,773.079016505863,2185.74495749577,1031.82470147309,1127.79006317389,1359.24112828627,627.593828533795,591.747951132001,1537.1205136319,1954.04322360983,2058.66019323444,1415.28852241884,721.682121523017,1213.93837229785,20487.2168316438,6155.97311419375,150449.576251553,56965.9918483056,4314.94640764648,25224.6062775662 -8168,841.052151905589,1420.10787384597,971.651292736085,1278.14042935468,1377.32382159382,5064.63773615267,294.233256243452,458.160557815797,7068.71953894348,12249.8469067938,2019.17949345187,3599.33236255367,684.224807081023,2812.25704068603,2449.29075407,6834.56719270836,2590.33293980034,8381.33985321684,295.066779171849,827.380440148652,2158.72440765041,1104.3005403505,1084.90382722337,1454.71484670819,608.06183179547,633.312597821552,1490.57074003423,2091.29611320596,1972.83372024085,1514.69903543469,696.361099385969,1299.20595869325,19502.8851126255,5889.51757240027,145270.077095583,55314.0292785668,4105.57137098852,24525.7181210229 -8169,815.501394055502,1528.14981382044,940.064623176058,1375.38147286308,1321.5676922579,5449.95584920554,284.925577721072,493.017455941533,6778.97806405344,13181.8164061361,1936.76742632266,3873.16990562005,656.040084402841,3026.21381958883,2363.0347835289,7354.54170449406,2501.65108810936,9018.99297380303,284.677892691052,890.327621483898,2111.11657394735,1188.3158288308,1043.01580617379,1565.38968841748,587.708776280307,681.495079546411,1442.07269845012,2250.40211725897,1891.22525547004,1629.93747983725,671.004692692764,1398.04966964562,18601.2486442482,5638.36033385893,139972.821138742,53516.8226723073,3914.40285925735,23757.1741512937 -8170,797.229549046765,1609.17403446782,919.949719908296,1448.30574437346,1298.86030150896,5738.91863364651,278.685632836919,519.157795567887,6664.31725089544,13880.7311273006,1903.8300500457,4078.52972715036,645.025036325381,3186.66707752662,2315.98895980924,7744.48777158516,2449.356064806,9497.19011790348,278.9888858478,937.533792632275,2054.70753275489,1251.32166964771,1023.76354215396,1648.38840907065,575.173557345334,717.628714610126,1411.36312121145,2369.72096678869,1859.25296431947,1716.35859693806,657.79285154423,1472.17583442665,18338.376519598,5547.59465878385,137262.861506499,52367.1563891781,3859.78328447702,23230.5203459664 -8171,764.486929269628,1689.21474491902,883.006010551771,1520.34482668971,1237.42648239633,6024.37385155311,268.043782078632,544.980831425704,6346.5608831562,14571.1620920152,1813.30509275164,4281.39679433206,613.884928880123,3345.17267815981,2213.42581448394,8129.70048943967,2341.47496146771,9969.58267958091,267.160052159905,984.166953015767,1985.74042327563,1313.56271585916,975.834043432204,1730.37965211551,550.117941923538,753.32374257307,1351.37749275763,2487.5914678595,1768.94972277288,1801.7306937687,627.913911623307,1545.4022208663,17391.458197416,5274.53769561078,131131.974997393,50167.3381871871,3659.51151028245,22266.8764557902 -8172,752.442458781678,1677.52827930539,867.814338285661,1509.82665095664,1209.04813858646,5982.69552849114,263.605400965134,541.210499817069,6198.6826936266,14470.3546693644,1771.28319507477,4251.77687977369,599.483094379233,3322.02982696666,2170.97854181878,8073.45692093859,2299.84102673823,9900.61028544479,262.050365243049,977.35820753857,1966.02823013169,1304.47511728332,955.194716204348,1718.40839602519,540.657987789671,748.112035748945,1328.03092965761,2470.38160615463,1727.74956559822,1789.26581098155,615.698576966323,1534.71069098966,16919.8380960841,5145.78287624605,128517.363955216,49313.0974646321,3559.37562318517,21908.8944760766 -8173,758.376777192734,1631.56344988707,876.555576617888,1468.45690159468,1231.74879261963,5818.76769322225,266.356592136468,526.381153206114,6318.545990307,14073.8621677445,1805.19220258678,4135.27678769507,611.221598918482,3231.00511149519,2199.32721469911,7852.24153234269,2322.27570982039,9629.33029063229,265.451861643776,950.57826955224,1964.38114749942,1268.7320678301,969.792565760029,1671.3234378944,545.415382016904,727.613518654953,1341.55146866963,2402.69233347537,1760.25494599709,1740.23933625657,623.391378395589,1492.65911070451,17346.1311539628,5253.17008103815,130320.475640724,49780.1594496849,3650.40824781907,22079.6070436 -8174,765.772912477977,1606.7441766699,888.686928252691,1446.11879819401,1254.11705001082,5730.25284865685,269.538699603184,518.373865681564,6435.53723834395,13859.7711801177,1838.39536215144,4072.37113457472,622.341157134131,3181.85520032635,2229.03731279022,7732.79357095821,2352.85917889895,9482.84933128122,269.55935730965,936.118113688884,1975.13790130966,1249.43217003389,985.738764605805,1645.89933744508,552.287668730907,716.545093018638,1356.87692306572,2366.14268075702,1792.84657983938,1713.76689011737,632.615280604864,1469.95284433697,17731.3855832653,5355.56265927301,132284.909470768,50382.7126471846,3732.33760998957,22325.6655475209 -8175,766.971844772025,1607.66983745147,887.159725320461,1446.95192114938,1242.76840717317,5733.55410246409,269.653073431673,518.672505853795,6374.30496912315,13867.7559276645,1821.19795058667,4074.71726677299,616.583095554495,3183.68829772564,2221.74583905926,7737.24850774563,2347.05581958989,9488.31249203261,268.430486719918,936.657420342264,1990.47547358198,1250.15197993009,979.049206421831,1646.84755589155,551.34211886472,716.957901541901,1356.0754758981,2367.50583832434,1775.80204006142,1714.75420771402,629.694617269469,1470.79969831566,17477.3766158698,5297.63096039054,131621.067560775,50325.8487765785,3677.71803520923,22327.9816197139 -8176,805.385898380076,1680.33418776037,934.487721598714,1512.35205420481,1318.55928069067,5992.70245127986,283.435608306916,542.115752584542,6766.13583506832,14494.5584285583,1932.84387288408,4258.88859099954,654.322592282963,3327.58640189546,2344.00475832315,8086.96094427743,2474.35867576238,9917.17048681487,283.435406807844,978.99298037185,2077.61079236814,1306.65704041751,1036.49457801011,1721.28268238268,580.821667118154,749.363361233153,1426.97528081225,2474.51367636843,1884.99228087321,1792.25861660466,665.236048107344,1537.2777163906,18639.7393878509,5630.53156433122,139099.662987936,52984.5286084767,3923.50612172074,23479.7164749297 -8177,826.201270113156,1772.52419000711,956.899344031668,1595.32586994371,1340.93427479763,6321.48660414167,290.459487192709,571.858438779229,6877.92459958286,15289.7891533913,1965.07540121369,4492.54862817118,665.010748842259,3510.15139408659,2394.62058225295,8530.6446787707,2532.06768129776,10461.2669981638,289.562169607213,1032.70453710707,2146.42367000312,1378.34558688003,1056.3562086238,1815.71928642966,594.790033300557,790.476498404864,1461.15133621671,2610.27561172966,1916.17272244526,1890.58925053156,679.373626635115,1621.61905584571,18861.4858441882,5715.97732829261,141971.09794863,54269.1208586359,3969.02243403769,24076.8639729123 -8178,831.785653029768,1794.19043302843,958.98211618286,1614.82614993496,1326.58395710853,6398.75655949323,291.513592201087,578.848483811189,6798.64761785452,15476.6821105705,1942.98280497528,4547.46277315822,657.395848291825,3553.05732088561,2391.41338415431,8634.91802058506,2534.30185739165,10589.1390770731,288.941836958737,1045.32768075517,2186.31158452096,1395.19363364919,1049.27780213275,1837.91351968192,596.098689458639,800.138795829995,1465.76463520132,2642.182011696,1894.11832486601,1913.69864807121,677.414085235114,1641.44072753292,18482.5400427332,5636.38691116003,141434.042060702,54426.9318503806,3887.09307186718,24198.744634944 -8179,830.703943179614,1761.85016631175,956.795327908092,1585.71892283766,1325.91579546669,6283.41902899494,290.807556788571,568.414745000418,6795.5047623288,15197.7150521517,1942.05692469809,4465.49479681587,657.103793486391,3489.01349404212,2389.20480915493,8479.27369949085,2534.30185739165,10398.269938687,288.405350340676,1026.48565853744,2182.09119549362,1370.04528071908,1049.27780213275,1804.78514471428,596.098689458639,785.716301098579,1464.10307241959,2594.55670425968,1894.11832486601,1879.20424683337,677.414085235114,1611.85377290936,18481.9926075847,5635.3272478773,141335.652829796,54378.2745029564,3887.09307186718,24180.4668926685 -8180,810.38590091446,1691.21069983938,932.966433433331,1522.14124703627,1290.52343859643,6031.49217600964,283.622932614134,545.624773929318,6613.32596889856,14588.3791940801,1890.07037630198,4286.45563899546,639.45451941299,3349.12529216967,2328.2417867062,8139.30644140152,2470.73386725049,9981.3626132235,281.05098628963,985.329832322993,2132.57894851879,1315.11480506144,1021.85801453649,1732.42424697304,581.254430178798,754.213860443006,1427.60735966813,2490.53077468538,1843.34528789364,1803.85959612064,660.070853949639,1547.22824871501,17964.0474460777,5482.26986953019,137695.803695765,53026.9526231381,3777.85392230651,23586.6508761717 -8181,730.254052925948,1644.58055024366,836.887254068173,1480.17268920852,1143.94785133841,5865.19155925063,254.412096271243,530.580779213656,5857.1375160929,14186.1476423027,1674.45135721235,4168.26926062122,566.124419732284,3256.78303499053,2081.84824754546,7914.88905981566,2219.02983456004,9706.15596282333,251.069094790581,958.162266811073,1946.41913578298,1278.85439108619,910.312050451929,1684.65775530688,522.768108605023,733.418636558151,1282.05456646934,2421.86173030945,1633.48707615905,1754.12348528314,590.448323941588,1504.56799076894,15765.7426524694,4843.52544503514,122927.461266739,47661.2811939327,3313.58753667366,21251.4081118601 -8182,653.745709674697,1632.86515851977,760.905233670236,1469.62847909336,1069.4730909573,5823.41007482162,231.575371082575,526.801115354242,5487.19981176639,14085.0907030984,1567.57208917448,4138.57603143183,530.263237583746,3233.58290106643,1901.28930076423,7858.50627833798,2004.88076148833,9637.01284957129,230.542859920231,951.336668460737,1693.55622357729,1269.74429906475,839.642418167436,1672.6568681985,470.636831467709,728.19402981961,1157.92608409352,2404.60927109275,1526.7742061141,1741.62774966282,538.95513734668,1493.84999742744,15094.7762427166,4561.8196633811,112872.415273382,43017.390509976,3177.03859972283,19056.8863044638 -8183,531.542668136809,1533.47236121004,630.803160855201,1380.17192796237,955.25113378136,5468.93805109193,190.065182701603,494.734636252922,4923.75909925669,13227.7286863772,1404.38840560014,3886.66016042633,476.996638350915,3036.75412546731,1619.31730506765,7380.15758089367,1672.85700006509,9050.40613570334,196.110806288624,893.428633514757,1262.15031902577,1192.45473409752,732.853535952256,1570.841942329,389.538792882504,683.868727616683,961.405602333565,2258.240270172,1369.56262801488,1635.61455377335,460.006377406997,1402.91907809785,14188.5768354412,4150.35590414031,97021.2888088309,35557.9836477754,2994.97335045504,15543.0601124941 -8184,485.504024387968,1446.74953971011,591.323182523917,1302.11874175858,946.670798765453,5159.65191695858,176.459122849934,466.755792528776,4983.57944521326,12479.6578487568,1469.46440161303,3666.85695832783,497.988700689864,2865.01585836593,1681.49938550628,6962.78580118704,1754.88440472665,8538.57639839455,197.332423794731,842.902354810859,1152.26734275241,1125.0175623116,779.09443462518,1482.00575015811,374.10078428082,645.193739338652,1007.36102090512,2130.52947941505,1440.24073572474,1543.11526094121,468.639911027934,1323.5794669863,15044.8348837311,4350.88863901491,97770.2373152302,34923.2230830219,3278.72979255046,15316.4111481746 -8185,509.391820053577,1392.36698492687,617.258375747881,1253.1727826521,979.411375670374,4965.70331332351,184.035355195886,449.210687615402,5153.22066960498,12010.5540695553,1519.67044327139,3529.02173257166,515.129313892377,2757.32141810805,1751.62359085604,6701.05834257462,1833.0158520222,8217.6157994718,205.288526867052,811.218098324689,1222.1746726392,1082.7287434558,808.84637830739,1426.29793295487,391.328176592214,620.941245792037,1053.09619080453,2050.44399609441,1490.23249309425,1485.11036934691,488.021115810869,1273.82681049831,15483.2122729843,4494.26717971557,101647.211439976,36507.2610759615,3373.30853656634,16044.0586006191 -8186,534.799578140011,1368.87834925858,650.457986802182,1232.03229365761,1052.31320341298,4881.93402173145,193.416855627517,441.632695395012,5543.0257154653,11807.9411580397,1634.19737658425,3469.48864493082,554.719588410083,2710.80658479797,1862.79440223978,6588.01435366605,1943.74642752289,8078.98813473586,217.931579493318,797.533195877741,1244.21171903349,1064.46357252174,866.394402804138,1402.236896702,413.961856900799,610.466232486121,1112.85135347481,2015.85388263733,1605.12839602855,1460.05719243994,520.113490926464,1252.33789688558,16823.9357187128,4851.54399385045,108300.825027612,38513.9711672656,3667.55351794907,16880.0019397427 -8187,581.389606946076,1387.97009831885,705.33438390505,1249.21545050818,1146.61899477855,4950.02236524435,209.236614314078,447.792147476243,6040.87569479317,11972.6265368609,1780.89886086755,3517.87760996365,604.895172736235,2748.61420962886,2028.24417538987,6679.89740296242,2118.42965500177,8191.66579832287,236.698918427283,808.656392947211,1343.57079024408,1079.30964808528,944.898040548721,1421.79389748983,451.090061642465,618.980406245029,1210.76177992197,2043.96900074869,1751.21662154185,1480.42061300745,567.048565783327,1269.80425602477,18364.8376899747,5292.32505545368,117907.012643496,41883.1124067443,4003.83349667219,18359.174139403 -8188,710.906281361968,1439.8070880572,864.800878815904,1295.87032338146,1395.52652902933,5134.89252841472,257.480357201036,464.515992594922,7349.63676000429,12419.7722784616,2166.90884165372,3649.26097750835,735.155895634381,2851.26763620613,2472.38329589894,6929.37379553747,2579.25377676327,8497.60271759946,289.446665308645,838.857557362664,1663.89208866432,1119.61899136297,1148.54637583314,1474.89411612098,549.43575701269,642.097677291163,1478.1475724825,2120.30580385825,2126.7307789223,1535.71038345558,689.829102759496,1317.22806599662,22273.0861565876,6427.71492000094,143751.379847775,51180.9729717203,4855.0421928151,22434.1150957588 -8189,939.148239158165,1558.66768227834,1112.62998604981,1402.84848590635,1672.09758842111,5558.79402344947,333.098364550749,502.863245753369,8767.448456084,13445.0634618111,2587.57114247674,3950.51892508517,875.756703255906,3086.64872880811,3102.7100952062,7501.41535148602,3310.83472980724,9199.10649324202,362.488929713286,908.10788163323,2422.72637567252,1212.04705323218,1408.69146045687,1596.65125463594,712.879050648293,695.104855894391,1903.08206734315,2295.34370294041,2542.03731300664,1662.48809572216,865.761593433174,1425.96937720962,25516.5068375562,7583.73431936312,178698.519084048,66276.8661053133,5548.61964893154,29462.3972726285 -8190,951.224858448282,1834.10954265925,1124.29938254948,1650.75456696768,1710.62947609497,6541.12308865154,335.060526001883,591.727337504489,8975.29910652929,15821.0242486848,2648.51641905594,4648.6396948729,897.693865953896,3632.10962330905,3160.89402377866,8827.03711383818,3368.62037965663,10824.7378161658,367.851582692649,1068.58527343877,2414.21778494026,1426.23542642247,1440.1238698346,1878.80542832971,724.528416990794,817.94115823402,1933.10699639662,2700.96816474188,2606.00683320902,1956.27670708123,882.930313048161,1677.9612947752,26280.1945500746,7782.52087543008,182056.165836677,67205.3223017027,5716.75963829311,29848.2657785394 -8191,927.20953383014,2057.68548438563,1096.24414645619,1851.97973824825,1671.61745479065,7338.4788193093,326.941455504662,663.858250980897,8771.22775922729,17749.5897532004,2588.25489625021,5215.30377537321,877.040154643623,4074.8598029452,3084.53480001254,9903.04325713467,3286.11949011527,12144.2614841368,358.907314154317,1198.84464632095,2352.34007978579,1600.09196070754,1406.188845221,2107.82974949998,706.629366996378,917.647288361773,1885.34792071304,3030.21322178988,2546.00585792282,2194.7446921662,861.707839734107,1882.50293633705,25699.3325857611,7605.69382805011,177753.112997637,65561.908839933,5590.65464627193,29108.6508970627 -8192,903.125252230953,2115.16321714419,1070.54713190988,1903.71145199996,1612.58482477129,7543.46598942415,320.394960167376,682.401933885302,8456.60208829808,18245.3925297424,2495.74745839555,5360.98388000062,844.776136290495,4188.68366211103,2988.17125955701,10179.666909364,3187.0833954952,12483.4895252695,349.072526905788,1232.3322092761,2323.1958033634,1644.78764369922,1357.78892353648,2166.70817186416,686.030475656669,943.280110290739,1831.44345381778,3114.85676283886,2452.03585007734,2256.05092669371,833.927883462093,1935.08726057565,24644.6344142631,7317.81072806694,172148.657484688,63771.6949645164,5359.46216089979,28338.7974313654 -8193,875.080926179585,2113.45653174418,1035.08090649231,1902.17538305047,1547.70383799952,7537.37930865867,310.052239276597,681.851316605245,8112.59551058553,18230.670665824,2394.48068286198,5356.65820298263,810.240865421576,4185.30389208031,2881.15952127926,10171.4531276802,3075.75363336685,12473.4168324667,336.597422152715,1231.33786360458,2271.36401344824,1643.46049549861,1305.12752472682,2164.95989581008,662.672295212232,942.518995318946,1770.25377623664,3112.34344352754,2351.4020856564,2254.23056165187,803.224604481444,1933.5258750766,23539.4031402151,7010.47158752437,165804.886121874,61656.2472371067,5117.76092619254,27427.198612955 -8194,840.057400853509,2129.42417391296,991.006259540242,1916.54674834832,1468.17046563467,7594.32591431785,297.17208126135,687.002857539413,7691.1948191724,18368.4075065475,2270.41108373186,5397.12896740148,767.950051362368,4216.92480971574,2748.95360303616,10248.3007568791,2941.37828675411,12567.6563181677,321.181254707401,1240.64089969716,2204.56686987122,1655.87721129877,1241.32397263442,2181.31665754463,634.506826080982,949.639939529761,1694.27265570627,3135.85790226665,2229.24650867868,2271.2617834602,766.093175115093,1948.1341004333,22193.5227695095,6635.78771468564,158013.902766653,59048.8811639587,4823.51594480981,26307.5361189267 -8195,804.092985897783,2148.4580707527,949.0516554575,1933.67783643472,1394.90853766921,7662.20793509669,285.184627155733,693.143645119084,7304.22425066955,18532.5938522616,2156.3969657491,5445.37130317227,728.872275461866,4254.61786908475,2620.64546911394,10339.9053802222,2805.46118960918,12679.9925435228,306.753252728098,1251.73039102035,2129.74010156187,1670.67829997112,1180.13961957449,2200.81439629633,605.630067427087,958.128313459835,1618.51255675339,3163.88782535434,2115.2852311068,2291.56349836137,729.543250717171,1965.54753264277,20990.013255512,6292.1457398771,150568.814782452,56446.3310320182,4560.79721143237,25164.1750898357 -8196,794.535790629627,2128.72993043121,937.21736602715,1915.92190802585,1374.52782873133,7591.84998146761,281.70218833315,686.778878089179,7196.50440439981,18362.4189640402,2124.66386603028,5395.36937358656,718.074526985272,4215.5499908337,2585.84106398156,10244.9595644165,2769.65065566424,12563.5589600243,302.69122725534,1240.2364209332,2109.68380837891,1655.33735551306,1163.60227583929,2180.60549586549,598.07009494215,949.330334075807,1598.16511346578,3134.83553719021,2084.0657424208,2270.52129750732,719.787982039575,1947.49896187454,20653.1478637265,6196.98843513099,148529.631603842,55745.3111183379,4487.23596608669,24860.3042318734 -8197,788.183851108018,2114.96072876053,928.645587366131,1903.52920627456,1356.13658318012,7542.7438398411,279.619212544014,682.336606319337,7098.26325179591,18243.6458654602,2095.79356605663,5360.47066336001,708.176958355845,4188.28267188129,2558.04836113562,10178.6923915198,2739.75131449731,12482.2944583376,299.461136228298,1232.21423589459,2103.05554435076,1644.63018521624,1148.62881400301,2166.50074898917,591.893069662878,943.189808387171,1583.22632279821,3114.55857199189,2054.66117224565,2255.83495087592,711.292476924668,1934.90201118759,20317.819344436,6106.87274684824,146831.045147291,55223.3237379004,4413.674720741,24638.7224797884 -8198,790.761847101465,2100.06338073054,934.04646244153,1890.1211383679,1362.52806098714,7489.61430483123,280.91408000049,677.530367716552,7131.74854892036,18115.1413792549,2105.67810876063,5322.71261140628,711.21916364215,4158.78127085643,2567.65858630266,10106.9957774954,2752.51626395787,12394.3717455279,301.136721972623,1223.53477245586,2112.62249359013,1633.04574872216,1154.02400445546,2151.24036366569,594.645753461003,936.546173523029,1588.78232313657,3092.62026251134,2064.35884837488,2239.94531382289,714.619595216562,1921.27295970091,20414.5646638179,6135.18777864434,147493.266266884,55463.1101028785,4434.6922194112,24744.6903436785 -8199,796.85872871801,2105.76197877718,939.465658953672,1895.25005053591,1367.71326327732,7509.93764451668,282.960976762175,679.368870909091,7157.96989114843,18164.297471507,2113.48317985782,5337.15598486276,714.090536056053,4170.06627446344,2582.98125231586,10134.4214766069,2767.76552785517,12428.004322176,302.667793549548,1226.8548783766,2130.83399736464,1637.47707750924,1159.06742253006,2157.07783230912,598.096516168565,939.087525486019,1599.6733022358,3101.0121996065,2071.93006420577,2246.02348656141,718.172799706543,1926.4864034644,20464.520443327,6156.17550991616,148232.455486175,55807.2687575927,4445.20096874629,24906.2124096762 -8200,822.128572842352,2163.58683327661,968.681684383709,1947.29418444886,1400.57387358985,7716.16278105665,291.639104171697,698.024543538613,7326.66628975433,18663.0945193026,2163.51828307282,5483.71588639763,730.460196488052,4284.57754307029,2654.14343032081,10412.7157250675,2851.33688597646,12769.2810423804,311.311316900182,1260.54468071373,2218.33790122311,1682.44268839377,1189.24953478387,2216.31183551287,616.71346099223,964.875150141962,1647.13768248273,3186.1669231937,2120.70282053238,2307.69996406536,738.409972468909,1979.38829698237,20857.0891939499,6292.92184989963,152292.152729985,57535.335596499,4529.27096342708,25705.7441718968 -8201,836.204115334741,2237.4082616669,981.805013208,2013.73572309255,1401.05400722031,7979.43770463666,296.046684425975,721.841091163589,7322.88698661103,19299.8779727827,2162.83452929936,5670.81988120581,729.776864998447,4430.76702315666,2676.99319370544,10767.9968427116,2884.91891483544,13204.968000522,314.060998013438,1303.55437528613,2288.72419710986,1739.84751288789,1194.09797286811,2291.9322372178,625.037565452643,997.796621425787,1668.47759752619,3294.87871129598,2119.45665338249,2386.43852219641,744.35337151201,2046.92488445595,20674.232453114,6274.78454750438,153356.234626984,58333.7689049381,4487.23596608669,26116.1551121597 -8202,841.163621388057,2209.58059161111,983.057409728456,1988.68997071831,1384.89229187101,7880.19378769949,296.867230280701,712.863223305601,7232.23487610133,19059.8365616798,2136.48515218416,5600.289300219,720.737870420441,4375.65954682927,2669.97430893376,10634.070340144,2883.63297365403,13040.731772869,313.037681988737,1287.34147320797,2330.71711017991,1718.2082334745,1184.67649387178,2263.42642753601,625.788486814912,985.386568401696,1671.42030120707,3253.89879751686,2093.05883665411,2356.75729461632,741.349093044031,2021.4663432994,20249.126142794,6183.04428000371,152608.857764388,58444.0938104745,4392.65722207081,26217.7158931086 -8203,825.754217398861,2153.6938370056,960.567941641244,1938.39018586234,1336.1100330244,7680.88064287508,290.513707336322,694.832827772881,6970.99671541408,18577.7575586384,2059.75879496723,5458.64160697375,694.387429767522,4264.98632121383,2598.54365965847,10365.103604188,2818.52228516983,12710.8935315152,304.468371688124,1254.78084279702,2320.39926733485,1674.74972271915,1148.27906261322,2206.17775427939,612.775989186556,960.463260535531,1633.96281374939,3171.5981815998,2018.17263927961,2297.14801080517,721.709223116582,1970.3375481334,19339.9455527086,5945.17504930396,148297.46833919,57203.3590643715,4192.99098470395,25720.9411194757 -8204,799.66062758784,2033.09762846828,928.290941246041,1829.84991748048,1280.69622955554,7250.78929570091,281.011392566688,655.925624178344,6678.16290917402,17537.4949706132,1973.48977193303,5152.98466063621,665.036389624044,4026.16817029362,2503.74066942835,9784.70904007507,2720.90003640657,11999.1463273937,293.403258050368,1184.51931834702,2265.32132730705,1580.97201702182,1103.28028091063,2082.642705818,592.157281927036,906.682065794768,1578.47648422495,2994.00436156241,1933.30439009541,2168.51907767077,695.140653594343,1860.00838538946,18425.5213370795,5686.60782470043,142745.125932522,55291.2234138309,3993.3247473371,24891.58588892 -8205,720.380396553642,1928.72940270392,832.364229282786,1735.91532888603,1134.47542786401,6878.57302650301,251.981470372937,622.2539535855,5910.21581408108,16637.2149207007,1746.92861787935,4888.45832462019,588.293516287411,3819.48649270045,2236.9987813319,9282.4150489584,2441.61289880649,11383.175114137,261.930370293011,1123.71250911739,2067.35407849158,1499.81347249881,981.966891924323,1975.73110400226,532.309527890934,860.13791699722,1416.36000265662,2840.30838613478,1711.76121584663,2057.19904782883,621.362546204241,1764.52562431999,16156.229596901,5020.54245271762,127349.397499234,49672.203931309,3499.41352858751,22412.7421738017 -8206,631.808413165913,1830.26226617575,738.319381511209,1647.2919007104,1016.83919691297,6527.40225658055,224.213978113597,590.486114656412,5302.72590110421,15787.8376515263,1566.99874167897,4638.88858581297,527.486606667652,3624.49081450062,1981.69613989822,8808.5212883015,2149.17709771967,10802.0315610204,233.324332177874,1066.34378082479,1793.73809316973,1423.24371742778,873.319329528772,1874.86439657923,467.515773729338,816.225423317557,1248.21076600821,2695.30254278136,1532.40853966996,1952.173169536,549.635995676858,1674.4415589691,14642.6235414856,4512.58630829095,113141.492840738,43759.3765043506,3173.64229919948,19678.1533571271 -8207,523.456977536406,1683.45829184595,626.343154637681,1515.16384323213,944.795427345712,6003.84417912667,187.932534820962,543.123662826352,4956.44371300698,14521.5069424523,1462.641807384,4266.80678450182,494.738466424826,3333.77310353434,1740.69973927824,8101.99635087094,1843.80810574759,9935.60864814072,204.472221206878,980.81313971397,1341.04618182126,1309.08639799897,790.511985080087,1724.48291856167,396.307203250729,750.756589529921,1064.16922920881,2479.1143316086,1432.87239725337,1795.59081237104,483.95058103186,1540.13584760607,14493.7700814261,4288.09425681738,100411.295633399,37029.537600813,3152.62480052929,16410.43103917 -8208,505.045144656978,1590.11121432372,602.461685535337,1431.14862443038,973.741779722391,5670.93346150755,179.920716650904,513.007676642689,5208.08072516285,13716.2952892368,1576.32087239724,4030.21408386027,536.837917263325,3148.91674098325,1869.41465589213,7652.74394876941,1977.38027653454,9384.68318999261,216.44503509136,926.427450070716,1187.46949480123,1236.49808971169,821.377805310845,1628.86104217517,383.678748337694,709.127442016961,1086.34742383996,2341.64845032124,1523.99918441416,1696.02603219653,515.302960842665,1454.73594131935,15858.5515404259,4613.46300677038,104146.144101636,37701.5022889191,3513.11734829844,16671.3067317618 -8209,529.640143724598,1532.28635982429,628.630632891165,1379.10449051743,1006.95085788817,5464.70832496759,187.575572278144,494.352004013167,5382.75102148015,13217.4982414412,1612.38969608529,3883.65418232539,549.097030054613,3034.4054723764,1913.8926398821,7374.44970030881,2028.30265200926,9043.40646978824,221.587711312121,892.737647733586,1259.375502196,1191.53247882716,852.280855838969,1569.62703897141,401.164147316192,683.339817361018,1134.96567418093,2256.49372673404,1576.07517084813,1634.34955469258,528.205596523397,1401.83404780138,16280.3094415853,4751.09884334987,107571.842866037,38964.601883776,3599.14006751364,17237.2956798822 -8210,552.057932619382,1506.42571857859,656.785687391169,1355.82912410766,1068.13399852045,5372.47957111993,195.567543301573,486.008746408014,5715.00900475237,12994.4244158497,1703.86536163313,3818.10913137096,580.90494144562,2983.19332732793,2008.0580849823,7249.98993672649,2121.75649389457,8890.77945666189,232.111171107708,877.670772089523,1280.54315869179,1171.42279517046,902.343754158142,1543.1361931291,420.7152546033,671.806982292447,1189.13015928279,2218.41052226896,1675.57741999423,1606.76637663126,554.461290657894,1378.17507102869,17391.2688289495,5053.0944598521,113216.620481134,40701.339998795,3840.31623428777,17963.5100713848 -8211,600.166879854382,1516.4054959863,712.205570689404,1364.81122836584,1163.86684959601,5408.07120340951,211.567366359753,489.228459831338,6228.39700110824,13080.5099503783,1791.22921235766,3843.40336179963,610.478716614992,3002.95640293379,2121.99345678471,7298.01971003978,2243.50206952449,8949.67914143506,245.308379867217,883.485170260424,1382.82015127176,1179.18324336378,984.115288383996,1553.35917029105,458.452083503338,676.257572893454,1293.81271217118,2233.10706053043,1828.09134426057,1617.41089138376,585.076537288232,1387.30521283926,18733.5336721023,5466.25947401033,121781.260936072,43717.7019046405,4085.20242355534,19229.9246603573 -8212,732.261029498297,1556.17996945398,871.043775315197,1400.60946843733,1411.3513314955,5549.92190571883,259.737403794117,502.060650460233,7549.52001273198,13423.6044573174,2222.26192125532,3944.21369613576,756.716314467796,3081.72228058938,2611.41652116852,7489.44271140185,2748.23504603063,9184.42425182771,303.481233399487,906.658495308789,1711.81914643436,1210.11256454525,1192.18170110174,1594.10291809997,556.9986101025,693.995433222744,1575.34242043697,2291.680217753,2211.80320156883,1659.83468024233,719.16412229315,1423.6934576232,22848.551999158,6646.79535158295,148813.169261206,53359.9788496882,5029.30507728691,23509.1635067505 -8213,968.635033356735,1653.69252189623,1123.19348919856,1488.37374180091,1696.89736702793,5897.68827047396,336.714340407182,533.520517871563,9036.12715692648,14264.7474865953,2677.89372894429,4191.36399522539,910.452483627469,3274.82758421556,3287.33542595657,7958.74233579875,3527.09977088505,9759.93394163717,380.034663850723,963.471065709643,2492.8616378937,1285.94001845641,1466.04019461753,1693.99177893275,724.204458843232,737.482219716053,2030.28300522501,2435.28031015934,2652.15460990431,1763.84239109814,905.430824507018,1512.90420809756,26375.0943856061,7881.94343291327,185536.863891355,69049.3817541872,5810.34510243274,30834.0843214659 -8214,988.236285318035,1886.90111928944,1144.74387565263,1698.26859717842,1759.20401884649,6729.39766699617,341.42621893068,608.759155046178,9377.05541669297,16276.4042543858,2776.2018404601,4782.4425092469,945.538532090641,3736.65343001655,3377.4654817559,9081.10765617725,3619.7724884995,11136.3086153097,388.592226905761,1099.34259738074,2487.05953992659,1467.28707304195,1516.88379241607,1932.8834964254,742.349883776521,841.484137717835,2080.89736970287,2778.71072293059,2756.15965262833,2012.58464795918,932.78653403189,1726.2584221906,27613.6378031421,8204.5988205833,191019.02228456,70530.5769679344,6087.40483021653,31444.9188469281 -8215,963.481454560253,2098.7038170714,1116.42723449927,1888.89748957965,1719.61746093004,7484.76559049087,333.22005773692,677.091740161612,9166.77069695208,18103.4137865902,2781.99341215309,5319.26673129575,948.678325184257,4156.08891026673,3342.39760468126,10100.4525920429,3568.26221087242,12386.3477317968,383.794921271717,1222.74266616631,2423.3965138132,1631.98852841441,1481.58735115467,2149.84766845118,724.171717791025,935.939861278213,2030.00503051568,3090.61812573823,2693.58672108238,2238.49519175749,924.500490785105,1920.02914348123,27329.9971632151,8067.94413227098,187655.270604577,68911.1318180412,6091.60398874991,30763.7111953619 -8216,936.991137769226,2162.11156237052,1088.28686969503,1945.96639560686,1654.52098401087,7710.90141124125,325.98564194468,697.548586075301,8814.02828351688,18650.36883622,2637.5996719437,5479.97674065129,897.856670962448,4281.65604600024,3217.74236487675,10405.6156742045,3452.95885152789,12760.5741356254,370.460398551982,1259.68516129686,2392.70541282532,1681.29549212174,1427.10617620302,2214.80061335184,701.821838508667,964.217236988154,1968.11651849803,3183.99439224118,2587.15463171595,2306.12642767448,888.60169807534,1978.03862433624,25929.7516423842,7715.9733848776,180944.292661086,67097.2761828202,5736.45456196223,29965.0460439967 -8217,904.860192925053,2155.574084679,1048.13587811164,1940.08246615515,1578.35481436977,7687.58631185657,314.316960103303,695.439440368123,8403.06243797591,18593.9765702855,2504.67062966308,5463.40718600133,852.150578244071,4268.70979874334,3081.11663043702,10374.1526907394,3310.53407221222,12721.9905721339,355.055950778452,1255.87630897692,2338.04564270584,1676.21183595714,1364.2036836253,2208.10382219039,675.277579047151,961.301777496475,1894.45483040635,3174.36709424627,2465.54715380617,2299.15349883163,849.221050378284,1972.05771955565,24536.8435826374,7336.46664692822,173223.880214899,64597.5320173555,5416.6518817753,28877.6246856925 -8218,867.872670106184,2176.34359302902,1002.53485870775,1958.77565757313,1495.03228829364,7761.65817476792,300.986421056706,702.140177478632,7954.35759049215,18773.1342964715,2415.8588860153,5516.04851342112,821.558912911473,4309.83991087401,2974.10751664375,10474.110308743,3193.86168644447,12844.5702094077,343.27444646569,1267.97699884478,2268.94064794687,1692.3625662757,1295.68697929687,2229.37946801424,645.937066132862,970.564166312759,1811.04454081977,3204.95293415713,2333.82275020083,2321.3064316078,819.038865492841,1991.05900072903,23267.1113824925,6962.60350193172,165741.835938741,62052.7596101074,5170.71590287438,27815.7956118788 -8219,833.869070097141,2189.18713391813,964.487491834601,1970.33523636906,1430.95076201515,7807.46306258721,290.067353940857,706.283809076242,7611.39073341517,18883.9226475047,2316.50990022449,5548.6010914494,787.266288029038,4335.27413242714,2860.3078181087,10535.9225448523,3078.55558183433,12920.371550343,330.731458313228,1275.45987723001,2193.19325091994,1702.34992667632,1239.9600974286,2242.53599644408,619.377695416481,976.291883478132,1738.13139552943,3223.86674178813,2231.33778514246,2335.00546064256,788.195513971297,2002.80909743729,22217.3892398238,6659.56342070646,159100.963674169,59746.2500028305,4937.985731536,26797.6642804726 -8220,820.075832065329,2181.95540993897,947.129665105271,1963.82646406947,1397.39704934744,7781.67202034537,285.038160414694,703.950683013578,7430.17473912281,18821.5418148592,2241.70833094834,5530.27193587281,761.531816388053,4320.95306073162,2784.19551882185,10501.1183554207,2996.8076229495,12877.6906121479,321.992654439862,1271.24654451134,2170.94520390893,1696.72641254409,1212.71950995277,2235.12804072921,608.202755775302,973.066817281174,1706.23723079783,3213.21707458471,2178.12174045925,2327.29204285401,765.661353734058,1996.19305153092,21539.6555269312,6480.60256048549,155339.256519918,58504.8560003408,4770.70010523238,26241.4758787277 -8221,813.491322243568,2169.60362695386,938.465441436365,1952.70948239602,1378.71780514295,7737.62092580019,282.92812247529,699.965704205489,7328.77188696317,18714.9953662548,2207.83970126747,5498.96574213055,749.781648678377,4296.49267338737,2736.25440582731,10441.6728074337,2946.47040436153,12804.7915789843,316.719134097691,1264.05017314332,2164.10272894545,1687.12145162812,1197.09769571806,2222.47525397781,601.917481862758,967.558404917513,1690.16539129847,3195.02744531524,2147.39094395613,2314.11752694716,753.1975668076,1984.89284656038,21206.8776148085,6383.99543957049,153249.422574863,57677.6973124631,4699.9827728464,25873.3092225983 -8222,816.939631751521,2154.50379054021,944.996661003503,1939.11916876396,1387.77654944862,7683.76924120727,284.538417264342,695.09413803674,7377.30574391942,18584.7442157673,2210.03989527465,5460.69447353621,750.911772132847,4266.59028213278,2737.69984018145,10369.001675565,2943.93380943044,12715.6737992427,316.876794027264,1255.25273632308,2174.26640504292,1675.37955665107,1204.71342796558,2207.00744577934,605.411539407485,960.824468149802,1698.13893248137,3172.79094498771,2161.63064381321,2298.01191407633,752.981035935153,1971.07854568564,21324.3940857909,6418.38638961489,153831.152611999,57808.936374062,4719.5111573935,25913.8716887602 -8223,825.556628428314,2159.62384954615,953.704953759686,1943.72737813784,1400.74863004119,7702.02929351061,287.509135267269,696.745990782164,7446.32403103866,18628.9098317262,2184.79688692068,5473.67151170188,742.069140392273,4276.72959778151,2720.2189546644,10393.6430341204,2930.47245576973,12745.8918942111,314.907662367307,1258.23577497242,2193.95352563248,1679.3610034348,1215.941851467,2212.25227681586,611.004046313029,963.107814316506,1715.73631802562,3180.33090705377,2181.86449520434,2303.47301219465,747.942955775072,1975.76270474981,21348.7420846006,6447.84123703869,154296.949770798,58019.3085519405,4688.38740851062,25968.4109102867 -8224,841.367244942801,2210.79551910712,969.120742432119,1989.78344254533,1400.62111663048,7884.52667519086,292.355900645745,713.255187796137,7437.56777333569,19070.3165231694,2223.35447780697,5603.36859295097,754.55271976605,4378.06548265112,2781.44032338094,10639.9174337055,3005.19853201364,13047.9021579,322.331555187763,1288.04931186228,2279.78456916855,1719.15298219045,1221.24037117561,2264.67096191165,620.821155907462,985.928378571778,1739.8101591501,3255.68793846666,2179.02870943599,2358.05314653026,765.210930961024,2022.57783706073,21271.0571612181,6448.8684255991,156331.933038674,59221.9806147956,4701.56937688867,26606.5485306234 -8225,851.065292519834,2268.09969239819,975.842928044127,2041.35894747913,1385.61913475656,8088.89486709661,294.989503252484,731.74287629061,7348.9983735,19564.6221761865,2195.44754755294,5748.60880268051,744.804431153495,4491.54563987473,2779.25738823632,10915.7057945712,3011.83397041754,13386.105867777,321.908972095963,1321.43575594383,2350.21004065709,1763.71370232666,1214.11453226455,2323.37159529319,625.048277138828,1011.48379976292,1749.96149248789,3340.07589031257,2152.77198680127,2419.17426106595,763.443961925168,2075.00337794315,20783.3403743256,6350.66301684005,155946.563759802,59589.6312632954,4590.74548577515,26838.5433564677 -8226,856.066593812334,2237.78430951804,977.071016748363,2014.07417763587,1369.16796005952,7980.7788324288,295.806561405501,721.962413139486,7255.07453676194,19303.1217605899,2184.67844146348,5671.77299274429,740.905115708473,4431.51171532862,2778.38421417847,10769.8066519194,3015.73684650624,13207.1873987096,321.855340479636,1303.77346754124,2393.34564188006,1740.13993422634,1204.15670157894,2292.31744907543,625.771266655558,997.96432406718,1752.638313177,3295.43249134604,2125.02390621042,2386.83961800602,762.999326161514,2047.26891720018,20421.8851509833,6266.01352569894,155369.943740451,59675.9339852017,4525.30094074038,26940.2417486049 -8227,851.050184147477,2180.16194340226,969.473295130341,1962.21228944832,1355.63412387381,7775.27584547189,293.593398633763,703.372068075928,7181.72111139557,18806.0713770765,2106.69251314978,5525.72630785003,714.040520613018,4317.40143695151,2700.82648053747,10492.4869213031,2942.76898618817,12867.1057454371,312.670372625715,1270.20163858563,2387.14339852194,1695.33178182479,1194.14909909494,2233.29086874666,622.282246195786,972.267001314805,1740.61562283587,3210.57595860581,2104.41003540287,2325.37911631987,741.992456050164,1994.55227307027,19964.6695220229,6161.75195302951,152856.464963889,58829.3644077662,4380.71690706839,26528.1997746065 -8228,818.607130109158,2062.371640514,929.307613851187,1856.19742178923,1281.37034210336,7355.19141107952,281.873154376219,665.370116343612,6781.55012086807,17790.0125240414,1972.02700475486,5227.18106562662,667.60101623054,4084.13985540353,2550.92049037574,9925.59636702494,2788.4423564879,12171.9187261256,295.692560475865,1201.57488533413,2328.20207986044,1603.73599707973,1133.24812701402,2112.63010376847,596.435790826224,919.737130806924,1667.07869187775,3037.11420465015,1986.9253316546,2199.74298581577,700.429138600498,1886.79013316025,18620.2338300216,5790.30319341122,144996.146595841,56135.6325645515,4071.99661599281,25345.3774309301 -8229,737.59829632389,1959.73903187173,833.545772924687,1763.82494157717,1135.54299598256,6989.16500402797,252.828345251463,632.25839709211,6003.98911091269,16904.7039030083,1791.91475026105,4967.05373548303,606.814397355713,3880.89524168518,2325.06744142135,9431.6553975767,2543.78089145456,11566.1909579079,269.271327148683,1141.77927791871,2124.80851480404,1523.92709856676,1008.95476901893,2007.49641477345,536.323897219054,873.966999398237,1496.05574597059,2885.97415430982,1759.85017277419,2090.27417983444,638.320947831276,1792.89522618874,16508.2983712267,5145.29488937848,130394.144972319,50795.2425224953,3644.5194135924,23022.4960243998 -8230,647.995128420364,1858.61062024581,740.821851497487,1672.8062845892,1021.38592752393,6628.50312815885,225.377949904437,599.631967554701,5406.71077780312,16032.3704816115,1647.58274626424,4710.73886571682,557.639602212012,3680.62940776781,2116.1230176877,8944.95369196799,2301.84924347081,10969.3408155611,245.869213372141,1082.86004279329,1844.02696018844,1445.28788977142,900.158795762593,1903.90357895752,471.967252583175,828.867681057775,1321.45421899721,2737.04923243384,1581.34133485516,1982.40976307716,579.945864978072,1700.37645532822,15119.0766075949,4666.75897842027,117254.310131136,45464.262033832,3357.4270863306,20573.0906147339 -8231,539.947301317564,1726.00975046425,632.300209308114,1553.46145469511,958.829405528968,6155.59865286462,189.975184321029,556.851774877193,5108.54450789627,14888.5557162354,1540.82919509131,4374.65552254447,524.009847473789,3418.03827894437,1865.34969936445,8306.78417609928,1988.50374791389,10186.7432573477,215.837976261824,1005.60438635725,1379.89909297816,1342.17515105098,822.797713521818,1768.0713245843,402.630274689471,769.732876680327,1135.52162359959,2541.7769656652,1495.08232586454,1840.97655701235,513.530204797429,1579.06465689312,15099.6985072068,4476.10893283098,104778.671311632,38700.7273387565,3352.15429897938,17257.1286259359 -8232,508.000565313072,1621.55474356319,607.317273897545,1459.44876042901,979.841809519398,5783.07288955872,177.012341920784,523.152106626756,5208.05064331848,13987.5270924586,1625.31228172519,4109.90923552366,546.817488322329,3211.18474760181,1923.51603192548,7804.07253254879,2049.53131708855,9570.25987018299,218.898430715616,944.747016873428,1226.7473936445,1260.94912400927,857.95704202946,1661.0708268401,396.050169170691,723.150026888204,1182.3282893609,2387.95319357,1573.65430010773,1729.56396567809,528.052897382845,1483.50250286205,15941.3308284449,4690.8218476601,106172.551672998,38540.38206178,3587.3851744789,17166.0311280292 -8233,532.768072296339,1551.34917996839,633.722507603736,1396.26161046051,1013.28230312631,5532.69349710655,184.561822711617,500.502122938365,5382.88194696967,13381.934079505,1662.49971313166,3931.96982561549,559.305019576044,3072.15580891977,1969.27823969256,7466.19352312456,2102.29462269426,9155.91339769911,224.100402947424,903.843990295145,1301.01679642091,1206.35605876319,890.190364616111,1589.1544058669,414.084088430428,691.841089954184,1211.01159655434,2284.56624320149,1627.39981740623,1654.68211943411,541.274511528474,1419.27394090868,16364.5848952234,4826.11085562742,109592.540380777,39805.292437437,3674.96373201555,17730.4927166176 -8234,555.277399320877,1528.7572789714,662.060929198534,1375.9282100393,1074.80894909706,5452.12229795468,192.388102200687,493.213438639427,5714.86231874045,13187.0563989827,1756.843026257,3874.70955554189,591.69933288503,3027.41679027804,2066.19652832314,7357.4652580268,2199.24705716349,9022.57817459864,234.732597582558,890.681541628439,1322.91020385115,1188.78820427974,942.540542750491,1566.01195704244,434.284816814764,681.765985257115,1265.43690390536,2251.2966897999,1730.1782703379,1630.58540729062,568.181217401985,1398.6054178098,17480.5860745474,5131.4666981329,115323.837043004,41573.9243832864,3920.97570419795,18476.8162129087 -8235,603.659861995532,1537.52212607719,717.912366200433,1383.81683994505,1171.13075244341,5483.38103274597,208.113698218853,496.041186666964,6228.17271515638,13262.661947818,1846.90727567595,3896.92448612688,621.82609910625,3044.77392450548,2183.41096494677,7399.6479242746,2325.38310748161,9074.30745778058,248.085679256188,895.788099510258,1428.57713730928,1195.60390157519,1027.96062185011,1574.99039695447,473.24074491554,685.674764436714,1340.88144086558,2264.2040829795,1887.6655248451,1639.93406713638,599.553159800722,1406.62406329201,18824.1126827527,5541.50370310338,123882.011988196,44613.4099213436,4168.93726550325,19760.6162459855 -8236,736.544365204986,1579.72646014871,878.055089851519,1421.80202872139,1420.18584703197,5633.89753005188,255.529103709781,509.657308087435,7549.42837457052,13626.7164261438,2291.35822881508,4003.89342015037,770.776345955996,3128.35168491791,2687.03110098953,7602.76513976764,2848.65194528555,9323.3933713557,306.910743341692,920.377105136788,1768.44540381197,1228.42272455241,1245.27263841267,1618.22321926324,574.958035925232,704.496247608819,1644.29651368433,2326.35553036581,2283.86743228943,1684.94956580844,736.960271229135,1445.23530073266,22964.1916782115,6742.97642585607,151472.926668345,54466.1869570927,5134.31186468243,24157.511157487 -8237,974.658406494432,1681.17306740524,1132.58112455458,1513.10707148851,1707.84283497539,5995.69421097909,331.538496381885,542.386395099181,9038.25962783462,14501.7946022407,2760.96530999293,4261.01477219302,927.411834580777,3329.24764554535,3382.27695677083,8090.99822863102,3655.15752401943,9922.12147365829,384.407638084043,979.481726771043,2575.11518656361,1307.30936779502,1530.73517003878,1722.14200490069,747.35847988467,749.737468761841,2115.23673289586,2475.74903726817,2738.2159195382,1793.15337270899,927.823596533451,1538.0451774077,26510.9045763226,7999.51949281703,188892.724730946,70494.8538364038,5932.38858243307,31672.4368242657 -8238,994.317985143494,1921.32411925727,1154.23251658489,1729.25034776854,1770.47893749377,6852.16300605208,336.105867295654,619.864833112904,9378.76403577829,16573.3369645302,2862.37824655038,4869.68927414572,963.140669695623,3804.82171906272,3475.06882740817,9246.77556816311,3751.36108562192,11339.4698446861,393.03866621992,1119.39805752511,2569.16033054837,1494.05499551111,1583.92749433198,1968.14535930475,766.117071320529,856.835450062437,2162.3340408283,2829.40312972829,2845.65967288753,2049.30051004847,955.858479289078,1757.75079505745,27755.8460642535,8325.30436078221,194457.592395094,71998.3696999764,6215.30539430049,32296.6438468465 -8239,969.402586056041,2130.87051870879,1125.67222851542,1917.84850280823,1730.63293587499,7599.48412276621,328.022295424698,687.469482751945,9168.40115438891,18380.8836730766,2868.41444348795,5400.7947985168,966.325270496483,4219.78902405484,3439.0627613356,10255.2615947654,3698.21072317444,12576.1925058067,388.158617563708,1241.48356624089,2503.39889156001,1657.00191412521,1547.08463899275,2182.7982486876,747.361235656698,950.284952769152,2125.93611970851,3137.98783570733,2781.06306785441,2272.80446701791,947.371139105204,1949.45730961457,27477.8531498496,8192.90313435626,191162.152287271,70362.812736099,6222.22027196039,31597.8623350514 -8240,942.789989884989,2199.45617804028,1097.35397660014,1979.5776894989,1665.16490220869,7844.08632856092,320.950880877622,709.596846817871,8815.91196204678,18972.5033959761,2719.45772437266,5574.62848241177,914.574286927117,4355.61004645556,3310.71274725657,10585.3444749397,3578.42747181513,12980.9784593958,374.705929147323,1281.44280740184,2471.6693077238,1710.33531368938,1490.13049588603,2253.05528953519,724.275173463088,980.871475725956,2063.26858063451,3238.98926343208,2671.13554332876,2345.95850971236,910.579878729172,2012.20387903049,26065.7047235169,7834.38809675005,184280.65686541,68515.702977601,5857.85541678609,30786.4593277147 -8241,910.501358275499,2201.68355026046,1056.9106350134,1981.58239247835,1588.55003734009,7852.02997397445,309.497182129533,710.315450043483,8405.14566848759,18991.7167030806,2582.36640564314,5580.27386545851,868.025181461487,4360.02093898267,3170.09545985553,10596.0641712264,3430.70031244588,12994.1241956464,359.14091581526,1282.74051459849,2415.18325629547,1712.06735700216,1424.38392813379,2255.33694116006,696.860792581871,981.864796665202,1983.82396579934,3242.26936274884,2545.54050968334,2348.33424370806,870.223210704852,2014.24162229914,24664.486666736,7448.5856620221,176401.355031698,65962.3987442564,5530.89801786584,29668.5873293338 -8242,873.323074373534,2230.66829559174,1010.96872428114,2007.66954791544,1504.72972896473,7955.40045566893,296.404691621066,719.666617890447,7956.61109428268,19241.739042566,2490.7931069898,5653.73710991523,836.864689393856,4417.41978567002,3059.99027406235,10735.5593414022,3309.78113137806,13165.1893700986,347.227275220108,1299.62754958467,2343.77691368095,1734.60639824032,1352.77574395121,2285.02802318137,666.560865908917,994.79086003054,1915.99650532706,3284.9532224541,2409.50046995808,2379.24961753577,839.294401172692,2040.7587302873,23392.0937293144,7074.94941083766,168884.898755863,63388.0772482459,5281.20773714557,28586.0433423467 -8243,839.118969638717,2254.15693126003,972.619928019125,2028.81003690993,1440.24854823554,8039.16974726099,285.669339294957,727.244610110836,7613.65859570289,19444.3519540815,2388.34674393783,5713.27019755608,801.936235858791,4463.9346189801,2942.88781809644,10848.6033303108,3190.23067709646,13303.8170348345,334.547077383678,1313.31245203162,2265.52287305079,1752.87156917437,1294.57508494695,2309.08905943423,639.147756922482,1005.26587333646,1845.7588908614,3319.54333591117,2303.68104322784,2404.30279444274,807.687329196883,2062.24764390002,22336.9005100765,6768.58330155616,162139.368242203,61040.6251355419,5043.55761517694,27544.7964156457 -8244,825.259857219766,2228.44092337156,955.137456958756,2005.66484493599,1406.49853357587,7947.4568102554,280.734289068368,718.948014664835,7432.53995878635,19222.5257354615,2311.20186665288,5648.09172686849,775.727352110006,4413.00889314291,2864.55029972487,10724.8396451155,3105.442523939,13152.043633848,325.717150765979,1298.32984238802,2242.52998869408,1732.87435492755,1266.09801339359,2282.7463715565,627.604725825677,993.797539091294,1801.79442959578,3281.67312313734,2248.71728096501,2376.87388354006,784.594723692516,2038.72098701865,21653.8528219704,6584.23839122681,158258.719062498,59761.489684604,4872.07880864151,26967.5658690232 -8245,818.649546531179,2207.20858603371,946.416391108086,1986.55509330303,1387.71413420353,7871.73432544389,278.671793158804,712.097957920837,7331.21990124768,19039.375647604,2276.28828172484,5594.27733690541,763.756683779496,4370.96223509088,2815.23346654256,10622.6545654702,3053.29907225277,13026.7324244786,320.380601766731,1285.95950001086,2235.45355498699,1716.36372075185,1249.76524778033,2260.99661794656,621.111717838108,984.328746639041,1769.30258415836,3250.40570650886,2216.97618107071,2354.22729346196,771.823023985355,2019.29628013943,21319.6943891152,6483.39463379367,156091.779722878,58899.1038251793,4799.99784868644,26575.6766743279 -8246,822.114324635917,2183.63316922871,953.002572274997,1965.33649863688,1396.82896975279,7787.65553974381,280.255391453714,704.491968042856,7379.7489209738,18836.0141622241,2278.56212820328,5534.52429825977,764.907081759221,4324.27554803141,2816.72488296117,10509.1929241279,3050.69063762762,12887.5925858347,320.53859688519,1272.22403730972,2245.9538377019,1698.0310672991,1257.72109404725,2236.84668576523,624.718756069012,973.81503233855,1769.44712269305,3215.68779638421,2231.68040591345,2329.08155506268,771.601457552066,1997.72797356511,21437.100758474,6516.34068587128,156651.670999306,59022.8115419149,4819.67637137491,26611.8362594069 -8247,830.788000554018,2170.58714276186,961.784147164212,1953.59467664095,1409.8851929976,7741.1285123484,283.183139236208,700.283009784533,7448.78676127126,18723.4791711124,2252.51639044592,5501.45851070259,755.903993316366,4298.44034180512,2798.71590528017,10446.4061836783,3036.66679455742,12810.5961945277,318.554915398276,1264.62318717775,2266.29029682278,1687.88625059743,1269.44432690794,2223.48273733469,630.489847652487,967.997014520935,1762.50573778225,3196.4758020383,2252.57041807313,2315.16655320294,766.437613867518,1985.79263003582,21457.6376706996,6539.59085844208,157009.410088912,59208.6704178671,4786.44984022775,26654.1921512578 -8248,846.757400827511,2210.01449448868,977.39393937452,1989.0804965512,1409.8208791659,7881.74124823261,288.006971160965,713.00321068831,7440.47411282699,19063.5794067978,2292.24629758132,5601.38904813125,768.624868836711,4376.51881001969,2861.67944754538,10636.1585888091,3114.01670068119,13043.2926258487,326.07404436626,1287.59427284414,2354.91920193944,1718.54564388605,1274.86816691817,2263.87090430404,640.586714134004,985.580072123249,1806.71227502096,3254.53777672265,2249.57672552224,2357.22009908507,784.131246110265,2021.86330554038,21383.1962596317,6546.57077413899,159180.762451082,60461.6431127908,4801.2239515324,27318.0271125173 -8249,856.583628037491,2267.43437502671,984.242326375129,2040.76014153875,1394.79095004687,8086.5220956134,290.657920245222,731.528229091156,7352.36288500485,19558.8831502327,2263.43054535195,5746.92252349661,758.704726680761,4490.22810372363,2859.38038794389,10912.5038150852,3120.73131566496,13382.1792287495,325.664380725263,1321.04813005301,2427.63165640648,1763.19633998654,1267.31112260971,2322.69006463211,644.912277049582,1011.18709422338,1815.14958162075,3339.09612274797,2222.3970863258,2418.46462794624,782.318025212609,2074.39470284926,20893.0019954407,6447.15141776126,158786.126715755,60837.655794191,4688.05722678543,27553.5513611337 -8250,861.668095059181,2235.75942848742,985.531635191674,2012.25172290723,1378.28375354862,7973.55734660524,291.504497172697,721.309138385092,7258.76559377821,19285.6551419714,2252.30939695653,5666.64083344987,754.736669818381,4427.50181858782,2858.4607641033,10760.061486981,3124.70847707632,13195.2367459511,325.617544023224,1302.59373536088,2472.16379427356,1738.56535157847,1256.82883786632,2290.24322319984,645.63164966411,997.061306282827,1818.52450426067,3292.45058700832,2193.69696023006,2384.67986282091,781.861329202249,2045.41642588662,20531.4953985387,6362.64207902187,158225.147582645,60928.8950336454,4621.88591135222,27654.6502874812 -8251,856.630550662519,2174.43441924536,977.878011682884,1957.05734289823,1364.67280202999,7754.8493444194,289.331614332197,701.52423263261,7185.4657353943,18756.6657682709,2171.87779195231,5511.20961976252,727.37738808987,4306.05915061355,2778.63182931313,10464.922009215,3048.98533563327,12833.3024496731,316.337050401166,1266.86467979174,2465.75146687543,1690.87795959211,1246.3576886834,2227.42376908517,642.024187468279,969.712749437398,1774.41550446036,3202.14142399882,2172.4008664156,2319.27009074817,760.333251874684,1989.31236584192,20067.2417724944,6248.71209990089,155523.744306562,60028.7796495584,4472.53783319717,27213.8186812478 -8252,824.022673532141,2061.35920140164,937.414500416627,1855.28619568761,1289.9673292039,7351.5806731712,277.82272211864,665.043479419041,6785.46018091552,17781.279226834,2033.00879473791,5224.61498953527,680.078075434405,4082.13490981141,2624.36783282919,9920.72379130772,2888.96487600499,12165.9434080264,299.174600872167,1200.98502006134,2404.84540697583,1602.94870684676,1182.70535076774,2111.59299226782,615.331299026229,919.285622540411,1683.2561978239,3035.62325454733,2051.06505153308,2198.66310971962,717.740574801804,1885.86388878698,18714.7353094765,5868.73459158812,147469.119803283,57263.5085893606,4156.89710675161,25988.4659016121 -8253,742.518273477005,1959.33405510442,840.85751599429,1763.46045012636,1143.20742131028,6987.72070486187,249.226240824775,632.127741960181,6007.77181997959,16901.2105744439,1847.31972170232,4966.02730220181,618.157282089035,3880.0932612257,2392.00216857856,9429.7063618882,2635.4530675298,11563.8008240441,272.445019173887,1141.54333115568,2194.73643521446,1523.6121816008,1052.90764314138,2007.08156902347,553.29142855648,873.786395591102,1536.03112361273,2885.37777261586,1816.60961735885,2089.84222819886,654.096861127394,1792.52472741262,16596.0651478015,5222.06270916823,132739.017630835,51847.7831025788,3721.95914132931,23620.3848142588 -8254,652.269813566226,1858.84203473972,747.280992122925,1673.01456469669,1028.22984625499,6629.32843910893,222.140320785794,599.706627371446,5409.76666291353,16034.3666624472,1698.54945082272,4711.32539698846,568.057236069174,3681.08768072849,2177.0736894309,8946.06742278883,2384.91150970472,10970.7066016089,248.758248089699,1082.99486904794,1904.73525781591,1445.46784169999,939.470540029451,1904.14063285056,486.927479048399,828.97088287576,1392.22797313776,2737.39002079266,1632.4053637821,1982.65659172812,594.28081096591,1700.58816818114,15201.2934518307,4743.65979679473,119480.519228939,46444.8753460185,3429.45437640217,21133.5479934423 -8255,543.279713173123,1710.099960516,637.570264373858,1539.14215816143,964.992773789724,6098.8583699395,187.046360028574,551.718898444584,5109.60145187316,14751.3179086191,1588.66210881967,4334.33138738768,533.762919755464,3386.53192677082,1919.26574398509,8230.21497285365,2060.84294740315,10092.8452098786,218.30735360514,996.335056010949,1425.44113992516,1329.803422142,859.164583465345,1751.77382488588,415.521137799776,762.637732298346,1192.30851874596,2518.34770194976,1543.63208932787,1824.00704087036,526.232894913297,1564.50935846614,15180.0766362356,4545.55545685727,106727.561489305,39519.3363199778,3423.54473188031,17729.2024528124 -8256,495.004255463034,1601.76875102118,588.90584579893,1441.64076325597,948.044117572046,5712.50861319558,170.414406293556,516.768675095291,5044.82871574628,13816.8531711302,1597.37329955112,4059.7606766759,532.867556194153,3172.00230388889,1884.92300518339,7708.84829078987,2010.69662162927,9453.4848484526,211.125111858079,933.219341040002,1203.79686525318,1245.56319266002,838.417657793036,1640.80266437314,386.615153534444,714.326247675343,1160.47295357344,2358.8157103822,1524.32044047283,1708.4600591577,518.579039061199,1465.40100516411,15412.3270536355,4560.48437106716,103419.356214232,37604.5530069655,3500.35303919268,16776.9029328426 -8257,519.149042635044,1536.53861026919,614.527662255089,1382.93164570011,980.417510690782,5479.87344619776,177.690378274182,495.72388108792,5214.25580394571,13254.1781429604,1633.91941249006,3894.43171755485,545.03679877647,3042.82625608773,1929.76427916797,7394.91454802996,2062.45268484295,9068.50284223714,216.143256838415,895.215085475828,1276.67206579075,1194.83910260588,869.920019193022,1573.98291359759,404.223616289768,685.236154833292,1188.62372647809,2262.75572625644,1576.40687701837,1638.88504088059,531.561564302506,1405.72427981657,15821.6050033617,4691.97880364027,106748.637937499,38837.8203401641,3585.75138584676,17328.0083192142 -8258,541.067369805671,1505.96288678485,641.977656500453,1355.41256136728,1039.91669290109,5370.82893921285,185.209259442818,485.859425869272,5535.70409651069,12990.4320299745,1726.6622341114,3816.93606171596,576.602075957396,2982.27677585,2024.76373049398,7247.76246158078,2157.6067387183,8888.0478680061,226.388431158074,877.401117945446,1298.16394353451,1171.0628891314,921.074022495906,1542.66208246872,423.937875940038,671.600577405153,1242.06454550157,2217.72894141926,1675.93076401247,1606.27271633653,557.995249479273,1377.75164275583,16900.58636798,4988.65584572987,112328.036031837,40562.3085333176,3825.73945662922,18057.4143915018 -8259,588.208993667647,1519.73208845553,696.125730819219,1367.80526311857,1133.10433365051,5419.93508083936,200.342002168476,490.301697639113,6032.892611838,13109.2051285545,1815.16547630664,3851.83477194252,605.962003376005,3009.54409480241,2139.60943685133,7314.02963447754,2281.33014357656,8969.31236969278,239.272965245456,885.423302984057,1401.85619610936,1181.77005942822,1004.54824565845,1556.76682934503,461.965137994301,677.741103093789,1316.1002629369,2238.00590661759,1828.47691745181,1620.95906296793,588.798665719297,1390.34859344278,18199.931193468,5386.80997467233,120654.937703944,43525.0152857162,4067.24130378072,19310.9961562919 -8260,717.700508921365,1556.9031418519,851.429961352657,1401.26034566728,1374.09280305741,5552.50100994302,246.00037349266,502.293963066499,7312.80469010648,13429.8425405819,2251.99528728396,3946.04661169341,751.109232522364,3083.15438775893,2633.15573799262,7492.92313034501,2794.73600409771,9188.69234564722,296.002652190935,907.079828580656,1735.36195596842,1210.67491595847,1216.91252099969,1594.84371367146,561.261089739903,694.31793984244,1613.93245207432,2292.74518447334,2212.26942610905,1660.60602202118,723.753592094943,1424.35506221383,22202.3759292736,6555.12698470263,147532.719759203,53138.5620662148,5009.47284136174,23608.2368544143 -8261,949.859062057188,1654.96530441867,1098.4714453445,1489.51928491751,1652.6642966473,5902.2274907063,319.295507710845,533.93114776891,8756.0097771551,14275.7265053957,2713.36960315745,4194.58992433112,903.770966071152,3277.34809105587,3314.23458202223,7964.86786881744,3585.6200652579,9767.44578146024,370.81546775888,964.212611745001,2526.87491816827,1286.92975624546,1495.91415883421,1695.2955782188,729.608072952307,738.049830966293,2075.98472612184,2437.15465026488,2652.70686720439,1765.19995167123,911.107275727121,1514.06863135563,25631.596696391,7778.00149919044,184001.028593985,68785.0350313205,5788.29873912795,30951.5642688204 -8262,968.994158897699,1888.7235119364,1119.41752225137,1699.90880618165,1713.22059425563,6735.89700323669,323.663274186038,609.347102234608,9085.6472391375,16292.1242087221,2813.0819625493,4787.06145190071,938.583258231739,3740.26233652762,3405.21434051148,9089.87830327145,3680.06595152375,11147.0642011363,379.118892874524,1100.40435617959,2521.04380488394,1468.70419720684,1547.88931186402,1934.750299426,747.912135869374,842.29685359862,2122.25307632298,2781.39443642133,2756.7348030776,2014.52842732649,938.655556781182,1727.92566411611,26835.1673163018,8094.51272039596,189417.862185485,70250.5865590375,6064.35181792863,31561.7971165532 -8263,944.710179143506,2102.46431241821,1091.71268201328,1892.28205016527,1674.65879906859,7498.17692845385,315.876685811444,678.304965352096,8881.84042584176,18135.8518098843,2819.07020646891,5328.7978893509,941.679353426919,4163.53586532576,3370.0019500314,10118.5507651457,3628.02718618627,12408.5418130342,374.386701415669,1224.93359852611,2456.51498086118,1634.9127548904,1511.88379203496,2153.69980427319,729.60080961918,937.6168952001,2086.5877326411,3096.15595103117,2694.14897361462,2242.50616781041,930.346735443429,1923.46948632573,26565.8633751523,7966.19071082682,186213.829303568,68655.7813845197,6071.65395724601,30879.7007665416 -8264,918.790919541242,2170.50036162517,1064.28585558544,1953.51657096929,1611.34339560836,7740.8190182404,309.088638048541,700.255012126941,8540.51471216081,18722.730597248,2672.60903099597,5501.23855969779,891.256856280191,4298.26848805572,3244.14607993198,10445.9885312445,3510.39458768965,12810.0840206197,361.441309618543,1264.57262692356,2425.37166289766,1687.81876807874,1456.22992157025,2223.39384140623,707.068950092167,967.95831352636,2025.01063302454,3196.34800537073,2587.69391268251,2315.07399171063,894.185660211318,1985.71323707422,25200.9554450335,7617.52533490218,179510.261029573,66854.3623783226,5715.76805045524,30086.3278853282 -8265,887.339919760099,2166.2191822641,1025.08963282048,1949.66337887912,1537.23686110855,7725.55072563627,298.073188551319,698.873801896155,8142.71330241338,18685.8011549715,2537.84761964509,5490.3877027256,845.898829027117,4289.79041605687,3106.31520103977,10425.3844570427,3365.42050534657,12784.8169124947,346.441620711534,1262.07833467341,2369.93661142162,1684.4896486725,1391.98360037812,2219.00833288771,680.311528826941,966.049074888344,1947.00527550758,3190.04340420442,2466.06030933449,2310.50764969665,854.541464763732,1981.79653902714,23846.3424539947,7242.48741868215,171836.244118425,64363.6411995826,5396.65958277925,28993.6101748199 -8266,851.122583673697,2193.23689878528,980.558427604341,1973.98014835174,1456.15541681908,7821.90604424125,285.478399678001,707.590359490284,7708.31361771545,18918.8559089455,2447.84731646995,5558.86541714995,815.53320043943,4343.29393146531,2998.41988742926,10555.4128882333,3246.79703711667,12944.2728724202,334.952307751572,1277.81934322551,2299.86126665282,1705.49909415398,1322.00897870104,2246.68445106955,650.737066402905,978.097920298163,1880.43222994473,3229.83055459563,2334.30767770921,2339.32497400558,824.168689312469,2006.51408263145,22615.9120383543,6879.62190721032,164521.769265617,61854.0397833153,5153.33220079839,27936.2263420022 -8267,817.792950018242,2219.61822123934,943.375725168747,1997.72414374066,1393.76815374568,7915.99174272313,275.146293392319,716.101601230486,7376.11509087917,19146.4211293155,2347.15366322721,5625.73015990973,781.496697975491,4395.53718789701,2883.65825078939,10682.3785394105,3129.49567006448,13099.972895874,322.726849646652,1293.18957712515,2223.0708750004,1726.013668559,1265.13325744771,2273.70866673408,623.976292830081,989.862958831536,1811.48566107601,3268.680530802,2231.80120039668,2367.46351503516,793.124623407803,2030.64941203969,21595.738600833,6581.80307163503,157952.36241034,59564.1967479567,4921.44761460582,26918.771752724 -8268,804.29406545744,2195.60890155678,926.433521103095,1976.11502324162,1361.12415295029,7830.36549648993,270.400711205285,708.355623969795,7200.71738311652,18939.3167988176,2271.31891890313,5564.87737335184,755.958564217617,4347.99123764712,2806.87156510473,10566.828649403,3046.28905610927,12958.2722042504,314.217596009893,1279.20131478785,2200.50533529849,1707.3436046947,1237.30632221536,2249.11425778471,612.710363066575,979.155740809492,1768.31634180608,3233.32364147156,2178.57366993062,2341.85497216713,770.440037381414,2008.68414322439,20935.4998878211,6402.4933884466,154170.562034979,58315.6359273645,4753.99023249606,26354.2265832315 -8269,797.857728822758,2190.54669757727,917.98558688779,1971.55888515731,1342.95852943323,7812.31177692756,268.420863941105,706.722436631183,7102.61080996357,18895.6502401695,2237.01211738316,5552.04697155993,744.292172219838,4337.96649301684,2758.55509474672,10542.4657303048,2995.14692646381,12928.3955640741,309.067635833065,1276.25198351955,2193.55888666806,1703.40714698407,1221.34656281638,2243.92869165859,606.373417254086,976.898195722947,1736.43423296519,3225.86887856124,2147.83622045865,2336.45558270795,757.900817563998,2004.05291365696,20612.4107102671,6304.45374645874,152058.707322978,57473.4987100719,4683.68575128896,25970.9313353749 -8270,801.232449962959,2171.25246013335,924.373665138689,1954.19348258134,1351.77706234226,7743.50128383161,269.945149064259,700.497656983987,7149.61680418569,18729.2181970661,2239.25142880212,5503.14478988648,745.41282912513,4299.75787795622,2760.02044470177,10449.6081631642,2992.59695814964,12814.5228335552,309.218718320181,1265.01081306857,2203.8628587403,1688.40361293755,1229.12115508414,2224.16426799577,609.894439343632,968.293720060472,1736.57933449026,3197.4555696029,2162.07893297486,2315.87618632265,757.685497169618,1986.40130512971,20725.9696469322,6336.3958924703,152601.867207713,57593.308080374,4702.83135903087,26005.9690230818 -8271,809.686613054136,2158.72711487485,932.891102806556,1942.92028956456,1364.41181650121,7698.83120107041,272.765938240054,696.456682860713,7216.50021952379,18621.174600733,2213.63770934261,5471.39869413463,736.641521306956,4274.95378311317,2742.35217552376,10389.3273103096,2978.80771752482,12740.5994525757,307.312447859542,1257.71332119218,2223.8182710323,1678.66368698419,1240.57775605405,2211.33368938745,615.52852166125,962.707905707659,1729.74896762281,3179.01034699829,2182.31698952939,2302.51654743117,752.606481747566,1974.94231423597,20746.111841415,6358.70497987645,152944.688798987,57772.9614629566,4670.10566221104,26046.6134834209 -8272,825.272765034138,2205.38619058083,948.074632535563,1984.91488177439,1364.3991588469,7865.23497919645,277.433773997903,711.510009827155,7208.65356510606,19023.6556690639,2252.66217711235,5589.65838713989,749.040675361703,4367.35332302325,2804.02493491211,10613.883904872,3054.64712866129,13015.9768220917,314.574507018124,1284.89773957724,2310.77609718958,1714.94659440504,1245.88560787377,2259.12981207167,625.394870332277,983.516029506931,1773.11528732256,3247.72198888605,2179.47933642884,2352.28351110184,769.971402687261,2017.6290356469,20673.9433523298,6365.99238131577,155068.398980781,58998.4083753462,4684.79885502176,26695.799070326 -8273,834.874878607359,2253.34697772542,954.763892414226,2028.08105400831,1349.90812391428,8036.2811489288,280.011653985689,726.983299846977,7123.51577607862,19437.3652969526,2224.30593920665,5711.21733099363,739.378622110665,4462.33065806115,2801.72280118284,10844.7052589338,3061.16340050863,13299.036767107,314.195272881397,1312.84055850556,2382.11483227539,1752.24173524246,1238.50842540045,2308.25936793428,629.627695403618,1004.90466572219,1781.35536572513,3318.35057252326,2153.21577243451,2403.43889117157,768.172851721434,2061.50664634779,20200.0788834513,6269.57161113129,154687.597987538,59366.6701207851,4574.37762350148,26925.69877112 -8274,839.849848457505,2214.81635786401,956.04866638915,1993.40232014593,1333.97304855011,7898.86649547787,280.845031838556,714.552405959398,7033.00286991553,19105.0002680567,2213.36098562544,5613.55960402049,735.51380081025,4386.02799895835,2800.80194769112,10659.2685641098,3065.03547000053,13071.6327608614,314.15673830015,1290.39192498465,2425.80431040686,1722.27965622252,1228.27038395191,2268.78978551906,630.337263513683,987.721515477393,1784.65139708616,3261.60915376232,2125.46091328096,2362.34180706012,767.716881662412,2026.25635879004,19850.4827238394,6187.69319056425,154145.549272442,59457.0734244342,4509.95041941866,27024.5250335977 -8275,834.944319570064,2156.29725707692,948.630660156048,1940.73334338511,1320.80973669215,7690.16541608075,278.755076068493,695.672752974389,6962.02486986872,18600.21465355,2134.29307592973,5465.24010155899,708.855010147084,4270.14190591289,2722.54991205142,10377.6331096826,2990.7066281243,12726.2586659534,305.213504492667,1256.29764224879,2419.51039362891,1676.77418737036,1218.03892503788,2208.84461776188,626.817358860003,961.624284116171,1741.33697629116,3175.43206096662,2104.84249208626,2299.92484061048,746.564867666945,1972.71932414629,19401.9776424689,6076.58961617435,151507.556569945,58576.8157777565,4363.86485251641,26592.752044473 -8276,803.180214143202,2049.35454015741,909.411269573568,1844.48163417539,1248.54682531172,7308.76754505114,267.68457231833,661.170490336069,6574.63117939291,17677.7270494832,1997.79556018711,5194.18859270047,662.764220837042,4058.36193190818,2571.36274412885,9862.94883955197,2833.69087181983,12095.0930539345,288.667511971121,1193.9908880753,2359.73902093234,1593.61367382365,1155.83889562856,2099.29578635599,600.763918525513,913.932012903726,1651.84740791534,3017.94480781607,1987.33257297718,2185.8588367892,704.729474370166,1874.88125309582,18094.4521085224,5707.15534675214,143661.03198188,55878.472356855,4055.79850799245,25394.8102720827 -8277,723.752745663758,1948.28398075202,815.76579086208,1753.51504595159,1106.5348160347,6948.31199191607,240.144895654423,628.56272530022,5821.25473941209,16805.8926611934,1815.31659900602,4938.02035219631,602.420858509994,3858.2106634527,2343.68117783252,9376.52555989646,2585.01619496686,11498.5843498196,262.879176505732,1135.10535869616,2153.56471530817,1515.01945191948,1028.99513523266,1995.76221257618,540.199209764909,868.858494392097,1507.36220745585,2869.10508096376,1760.20990199822,2078.05612569825,642.236031042336,1782.41540916501,16045.7643067946,5078.7641844128,129319.78292677,50596.5410857439,3631.74541328421,23081.518072232 -8278,635.766952649079,1852.13099477482,724.955250104478,1666.97442390166,995.20686707682,6605.39435150823,214.034523725282,597.541486349084,5241.65295976729,15976.477248784,1669.14470735204,4694.31594032891,553.592968396242,3667.79772597279,2133.12338425088,8913.76913445609,2339.31695191376,10931.0986903014,240.016154329548,1079.08489621962,1869.01036178833,1440.249220498,918.127590572025,1897.26604983219,475.397764907434,825.97802139493,1366.2662409777,2727.50712946261,1581.66577538832,1975.49853990064,583.517016135147,1694.44847747735,14697.0542233885,4613.50691337314,116405.298459689,45325.0409646927,3346.47574616084,20652.3456966721 -8279,529.446808462408,1704.83526534693,618.358816362344,1534.40377182632,933.798375007471,6080.08249078717,180.135457579842,550.020382634755,4949.9682374466,14705.904661485,1561.30527343585,4320.98776184345,520.152435387616,3376.10618635423,1880.69509475321,8204.87752240724,2021.69889653673,10061.7734862102,210.575527943613,993.267749726367,1398.74159181789,1325.70950376646,839.616469710866,1746.38083301048,405.64722225336,760.289884056908,1170.21594613146,2510.59474406039,1495.39432399729,1818.39167260059,516.767823460241,1559.69287694362,14676.3681773936,4419.7527858438,103964.642805367,38560.7191019748,3340.59846903656,17326.0452424182 -8280,453.240199694156,1584.96222640161,521.758153241568,1426.51437814901,824.999008805944,5652.57023783026,149.27581435171,511.346490741232,4393.34544120763,13671.8801325206,1405.38073882862,4017.16372395186,462.792150483654,3138.72013704699,1676.00672188769,7627.96336373343,1875.62978837037,9354.29435934804,180.76976863211,923.427556913459,1107.30462910706,1232.49414730044,729.745325798989,1623.58657724629,346.51353304512,706.831194684515,1006.75447952487,2334.06588661128,1330.30141704694,1690.53407825224,459.431439828123,1450.02531622329,13265.0634852913,3980.36488884608,91471.7974723118,33544.6955404016,3095.56092097072,15074.9401379684 -8281,477.111577663684,1513.4549513682,546.753914845303,1362.15564815643,858.146636548621,5397.54845377179,156.257164112082,488.27654399946,4567.75605026993,13055.0585600093,1461.17522892966,3835.92506319522,481.341427803126,2997.11340323713,1753.34928948924,7283.81959480989,1935.47325641671,8932.26531136495,188.882323470975,881.766129791906,1175.16183896225,1176.88884863778,761.367319633047,1550.33672309469,363.866665920322,674.941745334511,1056.34054366188,2228.76199449332,1383.99105197353,1614.2638156092,480.531293679897,1384.60586497997,13735.9322589488,4132.67700689117,95386.0392261866,35061.1147298657,3202.27221119921,15763.251569517 -8282,490.830387185084,1487.42075065502,562.581840066558,1338.72407292875,890.55126325879,5304.70072171503,160.573958141312,479.877291984375,4742.71661688904,12830.4876108929,1517.14021847544,3769.94011734291,500.234997978133,2945.55755624644,1813.24609794409,7158.52453986395,2007.34378775905,8778.61396698286,194.99527254078,866.59813527424,1192.10379981391,1156.64420212561,790.034956710153,1523.66808826974,375.862034277405,663.331509528115,1089.69673400292,2190.42320082517,1438.98811579519,1586.49551755606,497.7556215607,1360.7881048511,14327.5322570246,4300.83084379867,98731.879056135,36149.1342864589,3347.33383731701,16249.5323334124 -8283,532.883739060232,1486.75543047762,608.987399504861,1338.12526446296,968.241169555104,5302.3279402249,173.391792102475,479.662643879668,5157.28693352312,12824.7485607354,1649.75547675073,3768.25383104731,544.302071462384,2944.24001453877,1970.86783165481,7155.32254687398,2121.60028986117,8774.6873113952,211.385274673342,866.21050774865,1286.95984991768,1156.12683760357,859.970889551174,1522.98655473437,408.978558912126,663.034802737252,1183.77265930712,2189.4434291285,1566.63464542806,1585.78588144354,541.738857916979,1360.17942719018,15601.5489452419,4667.71216105379,106850.326858525,39044.8995002794,3603.68741608893,17504.9312069204 -8284,652.483364361955,1524.67858518808,748.043554212998,1372.25726114912,1180.93124819458,5437.57614492669,213.804868810783,491.897555069353,6287.94788552296,13151.8735967847,2011.44330104975,3864.3719080986,662.851961147373,3019.33970295236,2406.42839800824,7337.83568816525,2597.06803500748,8998.50611684528,258.986981596038,888.305221125027,1594.27207139467,1185.61654117457,1047.20028518659,1561.83386852463,498.856288106169,679.947047271341,1447.32479147626,2245.2902753485,1906.30025764394,1626.23503810162,660.11039459459,1394.87396658375,18963.1190372379,5688.40783614668,130659.914791026,47771.4677171985,4410.13994631357,21431.3656496203 -8285,883.856713268979,1621.12084068562,991.643949016333,1459.05823459611,1475.65657394265,5781.52542902559,284.696715106421,523.012119244047,7826.59083657999,13983.7842473406,2503.67464734606,4108.8094876114,823.749867619126,3210.3254844114,3120.62610408844,7801.98428388369,3420.8444146009,9567.69901720332,335.524085134698,944.494217237263,2331.56098961703,1260.61171359772,1334.36097062057,1660.62635007207,666.544883577066,722.956523166652,1916.78852763579,2387.31421436421,2376.75848430323,1729.10116120934,856.868366876134,1483.10554062107,22795.2141628025,7020.27985443901,168319.26612338,63598.0180127582,5302.04366946218,28823.0909858525 -8286,902.459029338625,1860.75120852339,1011.45460212149,1674.73287937158,1532.80950211612,6636.13726945745,288.771718258997,600.322572217468,8138.34351039078,16050.8351906478,2603.39184021965,4716.16429064706,857.964869647461,3684.86844098895,3217.97290381914,8955.25572231686,3498.6191842311,10981.9743613435,344.489965312335,1084.10718810098,2326.33015368956,1446.95244838357,1383.13501769478,1906.09633177963,684.002404289686,829.822299751121,1967.09174597206,2740.20153095097,2475.32249639081,1984.69293258775,884.669311975265,1702.33480306825,23931.631661216,7320.4905143377,173513.57710554,65040.5894658453,5556.77907104647,29417.0837480668 -8287,877.86833476809,2067.98345742394,983.781479562889,1861.24822828558,1492.14055075465,7375.20525665696,281.129570301148,667.180621878558,7922.29255047947,17838.4200424291,2534.27899114283,5241.40448807831,834.92293214469,4095.25300526114,3130.91893314731,9952.60441370262,3450.83941033747,12205.0391288657,335.116998280556,1204.84443100069,2265.95908849184,1608.09984334813,1345.90615353766,2118.37867648344,665.473819931055,922.239781775339,1913.68987323893,3045.37834507774,2408.89531701342,2205.72859706198,860.797273431989,1891.92418396214,23292.9136770659,7142.34956813418,169332.307887329,63385.2157271047,5475.22386770496,28720.3842574907 -8288,852.82695610177,2133.6475010535,957.934652437267,1920.34787167432,1432.30795795259,7609.38788418791,274.830381679485,688.365403268639,7599.03546039526,18404.8379157169,2430.87833816527,5407.83319511162,799.958350892408,4225.28831625271,3020.69136281073,10268.6264051276,3352.07192661934,12592.5819880609,324.6992722029,1243.10148620103,2236.96078789034,1659.16134381382,1293.63521228158,2185.64290402702,644.041130999873,951.523378338943,1852.52191690122,3142.07730840929,2307.87387615646,2275.76641980784,829.615130381272,1951.99787155066,22194.9935724073,6831.25538220248,163321.347495161,61583.4055025197,5193.71420204606,27928.8327433464 -8289,825.419678990729,2137.58155867369,925.058241771304,1923.88864360326,1371.61969873525,7623.41821036691,265.690392100101,689.634623774308,7273.0397556319,18438.7730867398,2326.5994450229,5417.80425517635,765.396648428346,4233.07897881054,2907.00371194424,10287.5598830981,3218.93651433877,12615.8004171142,312.567930010671,1245.39353906921,2186.67639090573,1662.22053532719,1240.8819071591,2189.67283170597,621.260369905156,953.277814249982,1787.76226265467,3147.87072703738,2207.8668926114,2279.96251884539,797.559016532482,1955.59700031836,21136.4484114482,6525.1972697432,156924.96976192,59433.5659801268,4933.46463369168,26969.7184688347 -8290,792.201630088738,2158.17750475032,885.530832070958,1942.42562367792,1300.37011887692,7696.87108506225,254.656373345972,696.279365569632,6890.79403069575,18616.4336651971,2204.32682633947,5470.00568058656,724.901713265776,4273.86538344241,2771.82879541252,10386.682196234,3102.78479504747,12737.3557065721,298.129094767307,1257.39310842869,2122.30640500218,1678.23630060836,1179.50720139808,2210.77068567289,594.677061271982,962.462801077115,1710.09549969626,3178.20097361309,2091.65047853426,2301.93032863694,760.223490838676,1974.43949556854,19907.9349524358,6180.1777134101,149700.817016675,56972.4126963329,4672.94119620004,25913.7032476068 -8291,758.684606749765,2179.12057537373,848.680783325482,1961.27502643922,1236.64186263739,7771.56193618962,244.591460533637,703.036097995325,6550.1886566086,18797.0885391118,2095.37256663183,5523.08691001594,688.611323783464,4315.33920307188,2644.01010943208,10487.4751191052,2991.80829216973,12860.9596916619,284.950671716857,1269.59491880492,2050.45027444117,1694.5219959643,1122.23210080239,2232.22412335367,567.955656094724,971.80259188255,1634.42628531081,3209.04240685909,1986.43566586729,2324.26838439774,724.406536259615,1993.59956266512,18847.0641870516,5870.68415846519,142940.665375084,54611.4800834758,4435.29603320055,24871.9736372718 -8292,744.965797228364,2160.60736535416,831.859448584348,1944.61257238277,1203.62923652279,7705.53688005882,239.966358760089,697.063296361208,6372.30615612473,18637.3936365838,2038.47250377299,5476.16428027391,669.717753608456,4278.67726619926,2584.11330097723,10398.376410365,2906.27069791919,12751.6965097545,278.575952432497,1258.80878900685,2029.19396687423,1680.12580240411,1094.31809630415,2213.25976017274,556.617061751397,963.546423919929,1601.07009496978,3181.77926377683,1932.30657356594,2304.52203845044,707.809015167191,1976.66248822525,18255.0209052342,5699.98663243452,139450.593384186,53454.3710778762,4281.75775507466,24350.2667279248 -8293,738.435708836406,2123.34952801518,823.524498114973,1911.07938163699,1185.546592263,7572.66144684024,238.028146876501,685.043032370977,6274.41578510292,18316.0076264882,2007.16041925615,5381.73248240651,659.291860726649,4204.89511393677,2552.91463224173,10219.0652485597,2864.57711817701,12531.8043433319,275.269817403004,1237.10170152129,2022.59452261277,1651.15346117323,1078.58256018484,2175.09397704357,550.325514701998,946.930884925377,1584.34717766181,3126.91218512143,1901.62365554241,2264.78251491207,698.503805053914,1942.57662392557,17917.2431102796,5608.70026176502,137678.452373874,52849.6830413269,4213.39680073549,24087.5720856175 -8294,740.831949212888,2085.45529941499,828.340111911982,1876.97341933291,1191.13125228572,7437.51640350549,239.129315336032,672.817453432072,6304.0017621217,17989.1321069925,2016.62481868321,5285.68771998625,662.114419824382,4129.85270825413,2562.48067881485,10036.691320245,2854.91907636749,12308.1562569978,276.816219250404,1215.02384101805,2031.79449042987,1621.68625104783,1083.64689308297,2136.27629427136,552.883562484983,930.031540305705,1589.89160200616,3071.10793641327,1910.59634232877,2224.36421108716,701.770317764801,1907.90854799686,18002.4548773128,5631.20122599104,138158.55759029,52989.1886398206,4224.83593798156,24135.0567371203 -8295,748.679303079816,2072.64068744205,835.984520466245,1865.43987744447,1202.30057233114,7391.81468706015,241.639959999411,668.683154990494,6363.17371615925,17878.5932967165,2035.55361753733,5253.2084637007,668.623881528974,4104.47577498852,2588.67828951806,9975.01831061629,2845.95342557556,12232.5256517386,279.385482516093,1207.55781714073,2050.19442606408,1611.72138627473,1093.77555887923,2123.14939973387,557.999658050953,924.316724306074,1606.43523076432,3052.23673042617,1928.5417159015,2210.69603787838,708.303343186576,1896.18491732048,18172.9403585414,5676.18059206612,139207.800293257,53389.3034015387,4236.41200979626,24285.9262050014 -8296,764.252643086628,2130.92837373522,851.188530869186,1917.90057409781,1205.1152385878,7599.69045550719,246.220393455322,687.488148158758,6371.20624101109,18381.3827303874,2038.13150488351,5400.94143489057,668.741053394344,4219.9035950733,2616.64964675166,10255.5400342226,2897.52363384756,12576.5339605988,282.836934185172,1241.51727362194,2131.02446488129,1657.04690319832,1100.98044239693,2182.85751359801,567.989364801391,950.310753849311,1631.71158253859,3138.07303486307,1930.55968729612,2272.86617567705,716.186873897513,1949.51023911131,18013.7219895688,5669.46731768361,140651.822615934,54370.4500001255,4205.05708329604,24791.4251244039 -8297,776.411451678971,2170.78963114551,861.576927475117,1953.77692236636,1201.73724541731,7741.85066193145,249.699658451703,700.348337350498,6346.73085497941,18725.2258353946,2030.30991948957,5501.9717273432,665.747551658938,4298.84133203486,2632.69978489314,10447.3807015225,2936.84819210325,12811.7912614596,284.741984006851,1264.74116055927,2198.34018916612,1688.04370908041,1102.36736043762,2223.69016020968,574.764249755086,968.087316424503,1649.62524994536,3196.77399288528,1922.73700038405,2315.38252902073,720.177085109183,1985.97787942388,17768.7612429097,5636.44733962585,141403.922628498,55069.3809822737,4159.43746888037,25170.9684305485 -8298,783.478805081371,2114.03506797896,866.004866961779,1902.6960833192,1194.71125582019,7539.44258603387,251.329076982181,682.037966147106,6304.72386575918,18235.6611179134,2016.8778942173,5358.12453116174,661.313477408324,4186.449574482,2636.97406043967,10174.2374547323,2923.39971591536,12476.8312975862,285.076412541199,1231.67492924121,2239.76983315927,1643.91037532003,1099.23248300512,2165.5525305427,577.598490626241,942.776999863907,1658.44761723639,3113.19541442457,1909.70648435008,2254.84763327927,720.406455590582,1934.05515720889,17520.7628129055,5585.14688350117,141239.652628749,55287.9882130973,4091.21344910983,25291.1039058265 -8299,775.57076735092,2033.8208008662,854.84112173515,1830.50079471043,1172.25995034657,7253.36839992509,248.289696639061,656.15893678461,6183.0913854481,17543.7330538777,1977.97155689952,5154.81757619387,648.353139931825,4027.60027746317,2598.56451765005,9788.18945901823,2846.57255487975,12003.4144212133,280.747416093417,1184.94065161889,2232.59911451126,1581.53436843504,1081.44714430314,2083.38350138948,571.375991848884,907.004572414463,1637.99853560722,2995.06932828275,1873.52276562146,2169.29041944962,710.341959919932,1860.6699899801,17098.7044943419,5462.04903401549,138807.477704261,54518.6138651338,3963.37899614545,24933.8271515777 -8300,748.523148540383,1918.69177307569,822.806686786684,1726.88115586368,1115.33235293863,6842.77507147938,239.325952286258,619.015575660615,5877.91585610925,16550.6303530651,1880.35184324504,4863.01746492946,616.037767559413,3799.60885163271,2489.73256831869,9234.10684969191,2701.66529688017,11323.933991132,269.115394890367,1117.86440520021,2178.57164519791,1492.00803741431,1032.25090692105,1965.44886480419,549.839730509638,855.661526567381,1575.14678565872,2825.52665284964,1780.75252582213,2046.49282740998,680.298745205273,1755.3425555797,16123.8901411591,5175.66013933883,132630.122431561,52359.2535639224,3720.21966637586,23958.1689749336 -8301,675.76935586677,1821.06351338649,739.78731911087,1639.01274244635,992.109500045335,6494.59605124921,215.166277435442,587.518378340913,5223.91910864581,15708.4892333693,1671.14314938848,4615.57390020401,547.20006955414,3606.27441152619,2230.9258288222,8764.25035988459,2472.20468408135,10747.7414082986,240.996493795031,1060.98442167203,1988.82975617418,1416.09060753887,922.071579607444,1865.44147702489,495.567525461259,812.12313916508,1416.75942748249,2681.7561662639,1583.20693073058,1942.36170222869,609.936243152202,1666.02594867888,14207.3893293436,4600.10303490179,119031.650221989,47289.6286748879,3308.84656685907,21712.7680101242 -8302,589.539489125842,1745.73788797984,652.03714434363,1571.21738057858,879.785963941326,6225.95659648678,190.346289995943,563.216541001845,4636.03809806307,15058.7305802531,1483.07439990164,4424.65744501847,485.272304461489,3457.10615163884,1961.07000921651,8401.72997840097,2233.8150513473,10303.1768242861,213.018265714594,1017.09835480963,1724.28599820816,1357.51609332712,812.344041681856,1788.28022214087,432.412016873829,778.53085481303,1240.63769044931,2570.82924969726,1401.8817094003,1862.01875487359,535.221680637069,1597.11322509432,12703.6398555122,4097.18325643291,105296.052482182,41670.4411176796,2988.57576160496,19133.7848322262 -8303,487.021410657723,1620.88942619171,550.785090217224,1458.84995448862,816.193693486113,5780.70011807551,158.656623590163,522.937459427302,4329.05172307805,13981.7880665049,1384.83486888248,4108.22295633976,455.193631859962,3209.86721145072,1721.9473202903,7800.87055306285,1912.58532513959,9566.33323115553,186.198928442661,944.359390982611,1288.25134277169,1260.43176166915,734.44861734601,1660.38929617902,365.455591606651,722.853321348668,1056.94860597379,2386.9734260054,1310.5982139752,1728.85433255838,470.90774544375,1482.89382776816,12611.7287692862,3887.5128864943,93199.9617791028,35156.5331224933,2964.49011363108,15937.94404615 -8304,440.789365440276,1500.90067999944,515.892408250523,1350.85642075757,795.038522824325,5352.77520964356,150.627063395091,484.226237625407,4271.15896990147,12946.7654471226,1258.72138929065,3804.10565281235,417.120241546676,2972.25202566314,1447.51925182819,7223.39952897861,1619.19430259209,8858.1712112695,164.602116037085,874.451785042377,1060.40412651831,1167.12642923884,650.854635815473,1537.47651346831,333.187459783175,669.343031067282,900.532039234085,2210.27417437687,1192.07606119586,1600.87332388455,414.014699813601,1373.12041062137,12298.8683786151,3683.8672673288,84893.9543119717,31058.5343091364,2767.65414959283,13741.8547018421 -8305,466.859455123622,1426.35608201714,544.372810874088,1283.76400740932,835.532447233856,5086.92119184629,158.674426401772,460.176378299417,4487.49613769523,12303.7439345817,1322.55333688791,3615.16874955823,438.509867413003,2824.6304439638,1527.53314804304,6864.63800589538,1711.14454145708,8418.21617586854,173.430676995453,831.020758832892,1126.59741949038,1109.15925551342,685.660667307323,1461.11531906618,352.40451355964,636.099054415087,952.031228650267,2100.49742368632,1253.47571674626,1521.36342696745,436.846106885501,1304.92222112418,12892.0558693072,3869.4928666194,89456.5653432744,32819.6981352121,2900.71444524633,14538.0661879783 -8306,484.460613073939,1387.82546215572,565.885382630369,1249.08527354695,881.036679721797,4949.50653839536,164.611534484911,447.745484411838,4736.21324939915,11971.3789056857,1395.57995598222,3517.51102258509,463.280999829282,2748.327784861,1599.18252049983,6679.20131107137,1789.23351093835,8190.81216962284,181.222993881893,808.572125311974,1144.32731108004,1079.19717649349,721.768791412369,1421.64573665096,367.824516797575,618.915904170294,992.348917198771,2043.75600492538,1324.75626753277,1480.26634285599,458.301276481544,1269.67193356643,13713.5557872381,4095.80661768173,93767.3641966914,34165.6421661472,3086.99885916123,15109.8477479015 -8307,526.588751432996,1382.90789153343,613.383580731905,1244.65930989847,959.965544005195,4931.96863567507,177.969613226609,446.158959232378,5161.62925855428,11928.959954009,1520.86270582847,3505.04720106004,505.218920054527,2738.589459442,1741.06395488111,6655.53447036026,1950.08088481888,8161.78914158627,196.758385597602,805.707060044142,1235.57919037297,1075.37318819272,787.221282207991,1416.60832848942,400.812987409823,616.722859907159,1079.52946405138,2036.5142337063,1445.50629136175,1475.02122055547,499.680302543588,1265.17302389031,14972.9388377567,4468.45786215245,102075.153306386,37149.4075573153,3370.86082322203,16432.1724334346 -8308,646.289820468266,1395.49108901245,755.533843058086,1255.98457167942,1175.54425901317,4976.84504117032,220.017106233517,450.218597857212,6318.96247499201,12037.5025834492,1861.98350483125,3536.93992607394,617.801737884633,2763.50811974693,2132.97470273607,6716.09374916813,2384.67454016052,8236.05396079765,241.884417867817,813.038257666809,1531.32091244533,1085.15810103726,962.116619967766,1429.49816913386,490.2126915146,622.334474088804,1323.70763555188,2055.04465133459,1766.06048377962,1488.44256511329,610.86705062856,1276.68494171377,18285.2901628457,5461.57378584594,125107.252066726,45589.8430788182,4115.99847888164,20157.0695159748 -8309,877.555594098042,1407.55360247721,1003.51230788917,1266.84120195582,1471.35563709387,5019.86449202444,293.410603214637,454.110251441744,7876.8726081427,12141.5537939071,2323.09401010155,3567.5129521708,769.483750288913,2787.39566311204,2777.81583623236,6774.14712687709,3163.7344120404,8307.24575312139,314.384650913557,820.066095399123,2241.4822031571,1094.53812095155,1229.99096779301,1441.85463708181,656.745896947441,627.713883554323,1760.10933687762,2072.80829308951,2207.31017747111,1501.30854371004,795.785674581903,1287.72050433465,21998.7278935867,6745.29908887634,161608.493887375,60923.8934196353,4940.97231193335,27246.455608874 -8310,874.985475714395,1438.67893889198,994.89753430529,1294.8549547007,1461.17877178941,5130.86912502444,289.89488549688,464.152024856726,7822.19130357588,12410.0408666326,2306.97983005016,3646.40162866946,764.97969789478,2849.03354857711,2765.83997573309,6923.94434090581,3154.54257757467,8490.9444899162,311.776608632699,838.200277327769,2227.99403161851,1118.74172298379,1224.52930299174,1473.73847479952,655.097310545288,641.594566864332,1753.74576790499,2118.64445544395,2195.37999496319,1534.50709004114,792.878123976005,1316.19596262986,21841.1700081438,6703.14619626604,160690.850725183,60643.7377475589,4905.48956642575,27145.9454124017 -8311,850.32687465322,1545.56380078506,966.558437275344,1391.05459262085,1419.84979603347,5512.06066331308,281.931701517305,498.635622088234,7600.45747846376,13332.0294133886,2241.6154372034,3917.30650115422,743.02648760346,3060.69895156336,2687.22016681126,7438.35017157922,3065.38762081893,9121.768647143,302.866995661025,900.473324120209,2169.87797221017,1201.8572474574,1189.62714035538,1583.228041295,636.623097299662,689.261036996617,1704.11016196675,2276.04650943876,2132.47412667214,1648.51138520328,770.376748823496,1413.98110418359,21209.8719910219,6510.8581765785,156170.156128155,58952.5078747893,4763.55858439535,26388.974235667 -8312,821.291804628924,1655.71740292685,934.64284362497,1490.19619652955,1346.08748897613,5904.90975629752,273.878559264724,534.173792625957,7197.34282996528,14282.2141052138,2123.25219591147,4196.49615451981,702.773541895938,3278.83748095636,2570.06716910512,7968.4875007372,2939.23504387515,9771.88459439568,290.975890298103,964.650797890007,2140.57766583824,1287.51460110428,1131.23544473256,1696.06600480835,611.7202342141,738.385237500406,1637.92916067555,2438.26221449705,2017.14786528372,1766.00214628325,735.697327005189,1514.75669941112,19879.9508506284,6144.25061727254,149186.945334391,56769.7361892916,4461.95524758074,25459.9716866589 -8313,797.528592024357,1734.57210918639,905.990275012191,1561.16783887546,1296.23265472164,6186.13523807286,265.694198116314,559.614195338765,6927.56547034739,14962.4146007884,2043.87186832866,4396.35723648885,676.315123459035,3434.99442294207,2485.25363939485,8347.99232450283,2843.68353476294,10237.2774735978,281.407257901279,1010.59297085756,2093.70416147087,1348.83338986344,1090.77548615043,1776.84234162134,592.340275097159,773.551353956359,1587.24804496374,2554.38616799782,1940.80560174409,1850.10924104031,710.618433166175,1586.89805298727,19055.0252281225,5906.19824543788,144118.318760806,55022.0580205949,4275.67083366584,24696.4093361548 -8314,774.539529668136,1784.18172670456,879.549871490483,1605.8180087693,1256.98175938827,6363.0617558297,257.967871261814,575.619437231832,6717.24551624334,15390.3470352847,1981.85526601384,4522.09522098681,655.769140603019,3533.23695699223,2411.82182180674,8586.74902079116,2760.46456571342,10530.0686566238,273.086215660163,1039.49642807636,2035.83761500672,1387.41068982836,1058.14537189712,1827.66090862763,575.103199260198,795.675304063247,1540.93056912921,2627.44287179062,1881.93680257025,1903.02327749273,689.598888215761,1632.28411969047,18462.9012745865,5725.7595608425,139838.260245882,53420.6502024136,4142.61053801234,23982.1656533513 -8315,734.333788874728,1806.86041164415,832.758201357041,1626.22951738757,1170.77006568247,6443.94245909649,245.030687655645,582.936120093615,6249.80318627214,15585.9733138751,1844.37192671397,4579.57544917691,609.607226568962,3578.14783493994,2265.94069284594,8695.89495182676,2599.04148602006,10663.9160701924,257.145563877929,1052.70943863202,1964.15503726267,1405.04602901242,988.585696648086,1850.89225625483,542.528968069638,805.789111006217,1454.43175036357,2660.84022599186,1749.43762107707,1927.21255412134,646.8502515482,1653.03203831798,17010.7990937368,5310.51844737628,131184.23120254,50485.8406757671,3814.39514206704,22705.6643061675 -8316,713.519982944853,1785.62807150039,805.832160263284,1607.11976322921,1114.25391654366,6368.21996427807,237.588257794945,576.086062444365,5941.00811268304,15402.8232018138,1753.69868231875,4525.76105210213,579.206028660017,3536.10117133134,2179.32149476507,8593.70985867749,2508.73511763868,10538.6048442628,247.425430773205,1040.33909462009,1941.01420769815,1388.5353926548,945.4691651049,1829.1424997706,524.883233667386,796.320317302638,1406.15960059929,2629.57280523131,1663.03343745761,1904.56596105044,621.609655184662,1633.60732887174,15993.6954418621,5032.6199740187,125910.920639738,48867.2589444086,3583.75729626764,22031.3952750289 -8317,707.995266664427,1739.77894932902,798.661303011191,1565.854153921,1099.08583904768,6204.70478448421,235.930257919414,561.294045741782,5858.10240878173,15007.3287906117,1729.35647595398,4409.55422565932,571.042722633514,3445.30559234021,2156.16971268244,8373.05133549202,2481.73532005432,10268.0077424742,244.827991811059,1013.62656976109,1935.10424383492,1352.88231916587,933.191355154491,1782.17606858633,519.523235039241,775.873401117638,1393.29611703663,2562.05392673145,1638.99204759805,1855.66290065094,614.256613972482,1591.66160501305,15719.8559283152,4957.08693145689,124475.772745511,48419.0432513905,3521.66249162933,21839.1660664917 -8318,710.949864561205,1698.73169053298,804.357383535904,1528.91036820751,1106.56310939151,6058.31485193562,237.282901599005,548.051224310286,5898.36123549563,14653.2552406684,1741.21519283222,4305.51795510574,574.701976265884,3364.01920228774,2167.3456342658,8175.50278760723,2496.63285990113,10025.7507756983,246.593704002733,989.711697042591,1944.17952917538,1320.96325801342,939.282194557444,1740.12851861707,522.574654618733,757.567928286781,1399.79603162666,2501.60642527128,1650.2596361575,1811.88154822648,618.098150538268,1554.10893440401,15838.0232902899,4991.50179981819,125238.733119633,48686.0693253245,3548.27455076004,21955.9939773912 -8319,724.437794853268,1703.82282342866,819.860403184638,1533.4925431993,1136.06421303707,6076.47174287193,241.9672249859,549.693744804931,6058.77598597989,14697.1713400738,1788.36716031225,4318.42167864039,590.746218230669,3374.10123520554,2217.23731193297,8200.004933186,2547.60689063547,10055.7981515508,251.961289272347,992.677882818798,1964.07669046556,1324.92221135157,962.291071821399,1745.34371863554,532.71750711286,759.838374539069,1429.11382009046,2509.1037898255,1695.1489655516,1817.31179351163,631.926356801028,1558.76663000333,16347.5963792555,5134.78284401906,128135.104341521,49638.3250784538,3663.59347365974,22362.0777081345 -8320,749.349254775138,1784.58670347186,848.027334225369,1606.1825002201,1168.65379348613,6364.50605499579,250.114446975928,575.750092363761,6230.07822611273,15393.8403638491,1839.09084581467,4523.12165426803,607.068207277872,3534.03893745171,2286.66943494156,8588.69805647965,2633.16057714399,10532.4587904875,260.130830805565,1039.73237483939,2045.67591173255,1387.72560679432,991.539307367471,1828.0757543776,551.02881501801,795.855907870383,1476.11302401196,2628.03925348458,1743.11222585343,1903.45522912832,652.180245186422,1632.65461846659,16747.4763568473,5273.94296755492,132156.493273096,51333.0390963936,3752.30033742874,23144.4505531688 -8321,764.496341327982,1851.72601800752,862.589939125604,1666.60993245085,1174.44186525026,6603.95005234213,254.777311160682,597.410831217154,6255.38819361424,15972.9839202196,1846.9180270102,4693.28950704768,609.315610469135,3666.99574551332,2315.78592403453,8911.8200987676,2673.67622062439,10928.7085564376,263.521357799726,1078.8489494566,2111.79085790751,1439.93430353205,1000.05071403263,1896.85120408222,560.434407837697,825.797417587794,1500.56704529447,2726.91074776865,1750.22322587836,1975.06658826506,660.08775751115,1694.07797870123,16677.371985986,5283.24155876113,133638.666656629,52226.7591480751,3734.55896467494,23588.6367374343 -8322,767.440556780587,1838.67999154066,861.366913189865,1654.86811045492,1153.64196513779,6557.42302494672,254.908530056512,593.201872958832,6137.09393895792,15860.4489291079,1812.47347650715,4660.2237194905,597.770797892681,3641.16053928703,2300.99866570995,8849.03335831803,2663.44811569558,10851.7121651306,261.706403550882,1071.24809932463,2150.18092217274,1429.78948683037,987.196117215209,1883.48725565168,559.531452394581,819.979399770179,1498.8850625995,2707.69875342274,1717.14455957488,1961.15158640532,654.714907815324,1682.14263517194,16174.829470613,5167.430703558,132417.869649189,52184.3617230645,3619.24004177524,23624.6183773046 -8323,758.703192520603,1776.19790702312,848.782586600297,1598.63232738307,1128.08348552902,6334.58845800357,251.424172251238,573.043667217374,5997.11888001629,15321.4786270248,1771.39231748269,4501.85984233324,583.977426373512,3517.42650095281,2262.87705800324,8548.32521294375,2627.14134248292,10482.9489220534,257.181148370451,1034.84491084746,2143.02339358861,1381.20233301924,968.635205572842,1819.4825291975,552.605715248621,792.114832583502,1478.06711782106,2615.6856444871,1678.82315567455,1894.50766808497,644.180393876143,1624.98000829563,15705.7958713406,5041.59876155308,130103.182719951,51505.5630376995,3512.79180525243,23351.8648168133 -8324,746.763562725232,1673.56529557494,836.683897582776,1506.25984464561,1119.16874518761,5968.5620409451,247.655917452164,539.93194706062,5952.61033371484,14436.169981788,1758.06012789741,4241.73250507794,579.758055570502,3314.18188167788,2235.74880458039,8054.38422999149,2592.10112205847,9877.22113727553,254.054984053629,975.049301797256,2096.9767748509,1301.39343232435,959.11009972799,1714.34883732819,544.768651374948,746.34469992349,1457.47660911184,2464.54559001471,1666.34989863547,1785.03885911084,636.659023269097,1531.0850987571,15661.2663756134,5010.50832592163,128644.789570085,50766.0933198556,3503.92111887553,22996.0093282611 -8325,675.099827842574,1603.90934210466,753.423994407557,1443.56736056375,998.094949688768,5720.1427645011,222.955935154863,517.459280663311,5304.2193867049,13835.3179043703,1566.84718513857,4065.18610871785,516.431665230381,3176.2413426666,2008.07133427343,7719.15033464277,2336.50822720369,9466.11841079522,227.99576788247,934.466487982465,1914.80087600634,1247.2277534541,858.947708585021,1642.99542006954,491.820286455398,715.280867620014,1313.478813644,2361.96801303139,1485.70643199674,1710.7432316611,572.11855821576,1467.35935547116,13844.8310499979,4455.8646158743,115407.797283572,45799.2968312181,3095.86954553813,20783.8803152564 -8326,591.248795525935,1575.47420689791,667.307118964364,1417.9748710133,892.848937997773,5618.73239881479,198.124733961731,508.285430107429,4750.05383959247,13590.0365004208,1402.81741175308,3993.11587780921,462.119158435778,3119.93089565,1775.43488641084,7582.30027854247,2053.30793474402,9298.29698234659,202.73646852565,917.899665759773,1660.92792686489,1225.11609859177,762.210939559128,1613.86734176279,431.194972574452,702.59990888522,1155.61786012616,2320.09352671133,1327.17458736307,1680.41407662763,505.09954033181,1441.34506615044,12526.9747433586,3997.22107252802,102334.128127658,40280.2517291621,2803.13689510043,18220.5056305194 -8327,491.118003005408,1472.43662148833,567.801940149843,1325.23789935043,838.388291342135,5251.26169259715,166.326474939508,475.043055723998,4491.84003229464,12701.2345508233,1324.53363711831,3731.96211438439,438.501777152849,2915.88430147218,1568.00812601887,7086.41027340573,1771.45744202742,8690.17908026515,178.446018792101,857.86811158132,1241.42527999192,1144.99228311284,695.142029742334,1508.31880701779,366.84429432652,656.649173669397,989.257643043616,2168.35709467705,1254.7428906523,1570.51331901072,447.611686888181,1347.07966040281,12632.789514919,3849.39434331616,91407.4311475812,34201.7385315121,2838.61964060803,15241.3468396762 -8328,506.989055899025,1375.61831533374,607.10539501732,1238.09846883472,951.688681466795,4905.97127069918,176.137979452567,443.807168668155,4969.64201705277,11866.0800882565,1459.91567792027,3486.57141622139,485.835532566583,2724.15382228461,1454.31935953608,6620.45185497539,1631.31346806911,8118.76676515928,185.341017799439,801.460021579196,1103.7518671265,1069.70468716932,744.510191830531,1409.14111073843,381.261033162611,613.471993881368,983.814451943025,2025.77937147922,1387.33927784183,1467.24609710059,464.147181877778,1258.50405105423,14635.2653619277,4254.75657182979,95061.9167296491,33700.0325067756,3133.59650929022,14611.3370151545 -8329,521.092622690828,1308.218657388,618.757258884448,1177.436719589,950.029574085149,4665.59879102881,179.680786048998,422.062436841984,4954.99653992678,11284.690810293,1456.04823756922,3315.74371042736,484.44088268043,2590.6814529748,1473.72807323111,6296.07685538598,1661.65931122189,7720.98047748529,187.512959892123,762.19176619942,1166.87516709941,1017.29354287551,748.290179348415,1340.09897324842,389.312765741712,583.414381180229,1003.83627610861,1926.52448719243,1384.14768870914,1395.35705348691,469.493955563535,1196.84251193478,14429.7506091293,4229.4549761481,95923.9208181152,34412.6807725597,3087.51420768301,14989.0328382058 -8330,559.013013636297,1270.44013884067,668.536985973112,1143.43489986406,1059.4658003017,4530.86641317601,193.238968327158,409.874188716704,5535.83261238433,10958.8134054188,1625.99739301933,3219.99222075462,541.991102067679,2515.86818932907,1612.44908567003,6114.25980598576,1808.50274219671,7498.01530073523,204.888025252298,740.18132045828,1191.91725114251,987.916310896311,828.99596843517,1301.39982029703,422.327841732175,566.566638720874,1087.87235647408,1870.89063679574,1548.45073842674,1355.06216698028,515.743160396925,1162.28029499955,16394.8381514314,4751.89194723332,105421.121121302,37197.5927526002,3511.47138246934,16112.72114731 -8331,641.262957544946,1261.24138605141,771.464317301208,1135.15574160001,1261.99831346113,4498.06020784467,221.566368884637,406.906452401205,6605.17225389835,10879.4649872619,1939.28091401115,3196.67753514567,647.457361505016,2497.65178635465,1886.00534574824,6069.98887756884,2104.01100861502,7443.72514801342,239.117572886783,734.821961305522,1299.24322929617,980.763201007396,981.120530694478,1291.97690074269,489.747813503666,562.464354568397,1260.60854656182,1857.34426027828,1849.46623553502,1345.25069967297,605.456529152512,1153.86468470934,19862.6346712265,5698.6004044591,123839.768467229,42995.0236626555,4258.00466850613,18521.0889742338 -8332,775.565297082199,1265.2622248083,933.887949066565,1138.77461920061,1509.26669201432,4512.40002813169,269.383720199002,408.203670564467,7894.5705226125,10914.1487321491,2318.19541356686,3206.86854621519,772.993690190886,2505.61430266188,2266.79290401242,6089.34000797317,2528.81182651176,7467.45575097473,288.227013786285,737.164574427885,1605.78360494906,983.889875039467,1173.62707846896,1296.0957243501,589.160030296642,564.257491474012,1519.66466444481,1863.26547557395,2206.79832447804,1349.53936020282,725.876106846211,1157.54320643864,23610.3600104686,6794.74261198253,148725.221814087,51899.8570607936,5059.83671647156,22383.1858668423 -8333,915.628502479765,1256.78664441695,1052.7649041585,1131.14633816652,1474.66807818111,4482.17292702454,308.552251582545,405.469246855235,7646.52652581857,10841.0383972567,2250.22679301083,3185.38677616389,746.413057861532,2488.830006857,2441.57055037306,6048.54949849942,2828.40455131287,7417.43369207244,309.06541169234,732.226548546994,2298.29050106936,977.299116563775,1199.70918732747,1287.41360036724,669.722316966857,560.47771394123,1712.23000970372,1850.78406577683,2142.92979548955,1340.49923467437,774.994478189936,1149.78920073906,21050.3533661495,6428.51440555796,156459.900199403,59105.72782889,4488.41617654217,26247.1473903327 -8334,911.260947019763,1244.60842370524,1041.1409839386,1120.18556783638,1458.65146702233,4438.74082069538,304.119479334832,401.540263362331,7562.5118728357,10735.9890963809,2225.57350438652,3154.52048443121,739.060818895337,2464.71332701155,2424.57133335526,5989.93925538004,2813.87568385019,7345.5590067248,305.578058160327,725.131297687354,2283.81643749309,967.829120685198,1190.43593140693,1274.93860547277,666.578505877343,555.04670356672,1702.19437486891,1832.8500298425,2122.96377932873,1327.50984175213,769.997996140368,1138.64778169172,20792.7940174934,6360.82619350565,155088.623595899,58699.4151111843,4433.11741461352,26099.9619704912 -8335,890.640168850681,1307.87153564713,1018.48770247798,1177.12429942776,1433.62046915338,4664.36082460369,297.66396625823,421.950447116867,7434.43855082706,11281.6965390393,2187.75812375678,3314.8639135199,726.342517838976,2589.99404353378,2375.3610266092,6294.40625915471,2754.47210577205,7718.93179841359,299.345779632989,761.989526817442,2226.11530505097,1017.02361498265,1168.10943204795,1339.74339240885,652.239151119213,583.259578453252,1665.64938768304,1926.01330465421,2086.22333613978,1394.98681051047,754.658258355476,1196.52494265541,20487.0900417009,6255.83137559325,152097.743046137,57448.5389267965,4368.60219236343,25523.9235297693 -8336,866.135224521133,1403.4749114998,993.041183349725,1263.17025559105,1376.56474232831,5005.31834900337,291.410125532262,452.794368776922,7132.94716785967,12106.3710159128,2099.44815266455,3557.17531183922,696.088590670661,2779.31858134293,2295.50841792833,6754.51757051956,2665.65526194107,8283.17371192822,290.525775560658,817.689776530484,2198.55725910546,1091.3664600283,1123.58341524188,1437.67655143828,631.861701255059,625.894946819875,1614.761080877,2066.80188277018,1999.19551454423,1496.95817751385,728.084790136659,1283.98905567563,19502.8038886273,5985.26285123276,146856.135781006,55780.5054995544,4156.62360497027,24816.4623504439 -8337,839.759282697497,1501.9131219177,960.707296338928,1351.76764938459,1320.84054808926,5356.38595755881,282.198427622596,484.55287545523,6840.47778909656,12955.4987685337,2013.63812724622,3806.67173601541,667.398119339596,2974.25697681183,2215.02695344321,7228.27211819985,2574.21706927954,8864.14654592886,280.307109082276,875.041651949945,2150.0461800062,1167.91372165373,1080.1251517365,1538.51362784325,610.655867514599,669.794540585121,1561.89582570857,2211.76512861177,1916.45876658448,1601.95320297351,701.504638575759,1374.04665756167,18601.1988974276,5730.18203769049,141497.422703342,53966.5431426443,3963.07793821999,24038.600874811 -8338,820.975380209778,1582.53236860368,940.176886776266,1424.32743196956,1298.14504059676,5643.9044528406,276.014820664514,510.562560854908,6724.8250025748,13650.9201853376,1979.45514328713,4011.00513137621,656.200954939206,3133.90825984672,2170.74827002573,7616.26916310648,2520.50060239685,9339.95357272578,274.700213274355,922.011877970068,2092.60924807575,1230.60464768661,1060.22940278364,1621.09750562073,597.661371667826,705.747573093026,1528.79749765317,2330.48760057961,1884.08035873013,1687.94237143155,687.729225393518,1447.80232613361,18338.312994998,5637.85448399916,138759.617236711,52807.895521961,3907.77917629134,23505.7436673724 -8339,787.217813847965,1659.47789827365,902.380194363974,1493.58075711517,1236.74590781441,5918.3210942605,265.480715810106,535.387017816441,6404.11602155538,14314.6521285079,1885.24787353076,4206.02731257495,624.51052947748,3286.28443601539,2074.84307975061,7986.58567384006,2409.37972731844,9794.07867563307,263.061335723091,966.841730249806,2022.35253428774,1290.43882758026,1010.54664136061,1699.91814063036,571.592577316988,740.062271422293,1463.61531673097,2443.80003979,1792.54857840237,1770.01312233617,656.449416682584,1518.19704225562,17391.416458422,5360.44870565802,132559.210789018,50588.4793090308,3705.01704921962,22530.4725998656 -8340,774.77482975251,1648.02284995985,886.821781661365,1483.27086401499,1208.38395514003,5877.46809215553,261.089080738087,531.691346929803,6254.83487778428,14215.8409108967,1841.47963201975,4176.99393639993,609.848370726369,3263.59986333949,2035.28416658219,7931.45584966384,2366.41530387853,9726.47208410495,258.036725300924,960.167812662033,2002.26118131769,1281.53118311491,989.119633409475,1688.18394130738,561.724471670687,734.953767667479,1438.12043956851,2426.93097057601,1750.77238556856,1757.79507119279,643.631311619763,1507.71722779892,16919.8161241712,5229.70473550144,129914.009355707,49726.2011973598,3603.63598568376,22168.2125334924 -8341,780.94513908115,1589.79301869311,895.804077794634,1430.86223865123,1231.07096927111,5669.79865644947,263.808141923291,512.905019168352,6375.87641929906,13713.5505345367,1876.85062919272,4029.40760158383,621.806338841757,3148.28661427317,2061.5177744529,7651.21256551474,2389.69704490156,9382.80523003684,261.37618186572,926.242063561876,2000.60689959898,1236.25065526442,1004.32214344295,1628.53509235365,566.72961670661,708.985539204401,1453.07244430186,2341.17986529485,1783.75354603437,1695.68664205326,651.74975953255,1454.44483550483,17346.0797922788,5338.67393364506,131739.515501589,50198.1883898229,3695.80058889817,22340.8508701641 -8342,788.605422042517,1547.4151223482,908.230057869175,1392.72083853157,1253.42616192585,5518.66317092754,266.955630874122,499.232902432696,6493.98886538864,13347.9989084822,1911.44813829548,3921.99876555076,633.130460785988,3064.36514636194,2089.11502047188,7447.26004515405,2421.28724595058,9132.69496864578,265.414969633541,901.551937426971,2011.57727787485,1203.29686724981,1020.88765058185,1585.12447818795,573.908004530196,690.086654043145,1469.89994987872,2278.7728245734,1816.80566819899,1650.48602039657,661.43921539007,1415.67481214098,17731.3150903359,5442.61984561973,133727.811115817,50807.0507397047,3778.74873179115,22589.9971372274 -8343,789.782615439328,1545.59272970123,906.625938159888,1391.08062952834,1242.08477820067,5512.16383468703,267.075028873368,498.644955244267,6432.120905883,13332.2789541459,1893.46563640553,3917.37982289696,627.257039294483,3060.75623985088,2082.6079059155,7438.48939805985,2415.15572122076,9121.93938281913,264.312101161924,900.490178628121,2027.1772221465,1201.87974308492,1013.89064316822,1583.25767518735,572.875054460094,689.27393816236,1468.73458166723,2276.08911108266,1799.49945025821,1648.54224102925,658.323932868933,1414.00757021547,17477.330426331,5383.89355380965,133053.514999574,50748.1509011914,3723.4499698625,22592.1462842281 -8344,829.397710893869,1625.19953446895,955.036990061966,1462.72918348629,1317.83292139873,5796.07158205359,280.719499030747,524.328002814121,6827.58781775231,14018.9670495387,2009.64676764904,4119.14713505469,665.665857551248,3218.40257173708,2196.87595135668,7821.61385374524,2546.31480954355,9591.77107495669,279.077892310273,946.870537740674,2115.94008583453,1263.7833767029,1073.45090811492,1664.80443858988,603.557282348306,724.775461152425,1545.82789826775,2393.32062881561,1910.18160903891,1733.45153039834,695.54416506469,1486.83699184712,18639.6660368439,5722.06348045145,140616.813782688,53430.7397562683,3972.29439854143,23757.7112298114 -8345,850.780536785676,1731.21659060689,977.897772398053,1558.14776974065,1340.1966074149,6174.16819927597,287.68170069653,558.53162528021,6940.31150884889,14933.4699060587,2043.05626353792,4387.85251171494,676.52493927542,3428.34944834251,2244.6166934147,8331.84318708847,2605.54062220794,10217.4735262242,285.119176536731,1008.63798526078,2186.00167775956,1346.22408035341,1093.95090467089,1773.4050515493,618.021400642938,772.054923841607,1582.57578049135,2549.44472439883,1941.74437918539,1846.53021662297,710.263519682188,1583.82820891889,18861.4357042157,5809.03856701441,143516.783600855,54725.0120870649,4018.37670014864,24361.8764592472 -8346,856.427651080664,1762.45763146271,979.944837505507,1586.26566001387,1325.85609036062,6285.58547774408,288.736215050584,568.610727698312,6860.16482300598,15202.9550449984,2019.8943888369,4467.03444673771,668.749979270446,3490.21646473133,2242.20049330312,8482.19725302359,2607.53979209036,10401.8551394827,284.524644967259,1026.83957868198,2226.5867415087,1370.51765616801,1086.49039155969,1805.40741333924,619.286456897001,785.987206809283,1587.03691481042,2595.45127680062,1919.33144990094,1879.85217428674,708.098861938388,1612.40952107353,18482.5356953024,5728.42367669949,142968.258869963,54881.6125016497,3935.42855725566,24484.960165208 -8347,855.318701309301,1732.46044701907,977.718215169815,1559.26727847516,1325.18820072724,6178.60425814129,288.035881166437,558.932922926778,6857.00100965209,14944.1994083056,2018.94141930342,4391.00512618964,668.454215775508,3430.81267245187,2240.10207281083,8337.82950713056,2607.53979209036,10224.8146469313,283.994759398282,1009.362678423,2222.29045467329,1347.19132469688,1086.49039155969,1774.67921981728,619.286456897001,772.60963517743,1585.26286148576,2551.27646699254,1919.33144990094,1847.85692436289,708.098861938388,1584.96616871211,18481.98746551,5727.34200033607,142869.45648777,54832.9423872813,3935.42855725566,24466.6314283426 -8348,834.385142904305,1672.35036527302,953.357063562176,1505.16637029318,1289.81553024282,5964.22914344681,280.92117138138,539.539981664831,6673.1526369169,14425.6899960947,1964.86999438742,4238.65320523426,650.496339398798,3311.77594029946,2183.02101336013,8048.537122926,2542.09357198928,9870.0507356843,276.755109549768,974.341461508175,2171.86089334365,1300.44868142647,1058.0801361886,1713.10430007826,603.851770300519,745.802888502083,1545.67700524488,2462.75644493284,1867.87362529244,1783.74300420409,689.954033216055,1529.97360242874,17964.0488019812,5571.82209501204,139189.389865399,53470.0322498,3824.83103339836,23865.7744357661 -8349,751.793980868411,1630.00139784428,855.110397276973,1467.05100708101,1143.32204607592,5813.19682929884,251.996780827667,525.877198085208,5909.9889795772,14060.3879107975,1740.5460133119,4131.31769094393,575.876004893676,3227.91176067575,1952.49242852524,7844.72382904593,2282.84115770862,9620.11120996936,247.245075919901,949.66818988118,1982.23890699634,1267.51738903937,942.458110002015,1669.7233198049,543.003789559146,726.916904506569,1387.63792283792,2400.39200585528,1655.16241670143,1738.57323837338,617.07121008511,1491.23004509677,15765.7861543212,4922.88750523983,124256.686470957,48057.9704914199,3354.79155700483,21502.9712979149 -8350,673.229156165274,1611.16999219409,777.621560925944,1450.10216724542,1068.88420206032,5746.03696810996,229.359341119951,519.801738976755,5537.0159593947,13897.9482535694,1629.83486077698,4083.58857892547,539.453834286964,3190.61969709305,1781.9907359515,7754.09373705104,2063.17700605114,9508.97006810628,227.001680964621,938.696673574273,1724.79497603165,1252.87376103192,869.576877799475,1650.43300680247,489.057129578189,718.518833731388,1254.33158294654,2372.66027774664,1547.17511516179,1718.48750228281,563.507148590467,1474.00186484239,15094.7208433403,4635.98478333564,114102.439765268,43379.2589349186,3216.5446521832,19282.3253048726 -8351,547.775660828985,1501.45029292987,644.985918371303,1351.35108916961,954.717541560893,5354.73533565865,188.204190658016,484.403555821741,4969.06010091449,12951.5064068622,1460.93700448275,3805.49867347213,485.370021572502,2973.34043089047,1515.48462999723,7226.04465655816,1722.70652835496,8861.41497383327,193.033661032718,874.771999440642,1285.58599542108,1167.55381779659,759.503159990185,1538.03952005716,405.166703826909,669.588136949152,1043.47413436434,2211.08355189414,1388.11985652869,1601.45954567159,481.428269269838,1373.62323185583,14188.344080551,4216.79065813789,98098.8847096222,35865.1373069859,3032.21544575436,15727.147976144 -8352,515.785159622853,1408.53711828522,626.44314512607,1267.72639620075,985.28474616958,5023.37207857266,181.157383422459,454.427557020787,5070.82908326042,12150.0375987647,1474.00447619868,3570.00572074284,487.162488152895,2789.34333152979,1316.70757555501,6778.88050312172,1506.22185614441,8313.05036866482,185.225137807698,820.639109433553,1171.10054617691,1095.30291992086,792.849630737723,1442.86212043869,399.161096672622,628.152493157745,930.095680298448,2074.25664981257,1458.48950026076,1502.35756996583,455.786261573509,1288.62028781009,14943.2544746423,4298.82514102563,95074.9531736639,33282.0921835093,3069.22230566068,14269.2959395847 -8353,541.042813714999,1362.05160204672,653.809743273019,1225.88801280884,1019.29841447986,4857.58727865571,188.922593448718,439.430224464277,5243.31278359739,11749.0536539587,1524.35903697512,3452.18592263545,503.947161913122,2697.28749356193,1372.6461539067,6555.15919992288,1574.09881557301,8038.69733040447,192.723950663418,793.555809922098,1242.12817042936,1059.15497535548,823.092301501905,1395.24378673711,417.449563850837,607.421770096299,972.588955071419,2005.80059712787,1509.08375598045,1452.77572628698,474.673594263649,1246.09234975534,15378.6860555947,4440.23494026918,98846.9905528757,34790.7818563346,3157.75756447781,14953.3189282516 -8354,568.255872779403,1346.6046438922,689.224955914141,1211.98527901554,1095.31225586826,4802.49762763767,198.586957922355,434.446668570411,5640.22525676251,11615.8082322175,1639.25445576312,3413.03485713365,542.646065410956,2666.69769286632,1457.81084605892,6480.81747182297,1667.75127297199,7947.53087159116,204.522241154514,784.556133719874,1264.57489573751,1047.14315248556,881.715090171085,1379.42039769906,441.757431608204,600.533030601612,1027.27193874679,1983.05291426213,1625.488033657,1436.29987043972,505.821662189129,1231.96047960122,16710.3114170982,4793.65848841765,105303.676483587,36698.6751954868,3433.2005919089,15718.4815770101 -8355,617.790676080835,1359.10106023453,747.431412652503,1223.23243512483,1193.49672027663,4847.06453902492,214.83959882694,438.478309537652,6146.85675525078,11723.6022877934,1786.41257748492,3444.70763114276,591.725424050531,2691.44449942185,1587.03400529908,6540.95909819702,1817.52488369834,8021.28351689457,222.118053283884,791.836771088354,1365.56938745655,1056.86058281141,961.611401611754,1392.22134241504,481.390710787062,606.105943788683,1117.58628370483,2001.45553522284,1773.43325400096,1449.62865350523,551.46215111048,1243.39300446307,18240.7963256427,5229.22357975334,114638.849606504,39906.2327507941,3747.99262325871,17093.4138131121 -8356,755.343197278995,1412.00834411167,916.295954409078,1270.85060538931,1452.52097763081,5035.75177284458,264.355376112767,455.547456987714,7478.45722567413,12179.9803839123,2173.6113691224,3578.80371115257,719.160160939981,2796.21744260969,1935.18063483762,6795.58650594651,2213.20663694874,8333.53720906236,271.650152963125,822.661508157651,1691.11328908898,1098.00220539517,1168.8486542792,1446.41793745725,586.306731181955,629.700524181489,1364.55685558102,2079.36848759096,2153.69953511311,1506.06000870865,670.882284955593,1291.79598830493,22122.6733571846,6350.96674093733,139778.01502283,48771.0586342121,4544.80995261292,20893.2584230948 -8357,996.295945950749,1531.21606287959,1177.33796733468,1378.14119060083,1739.49703305266,5460.89124431137,341.790491904665,494.006700776531,8919.30009761652,13208.2658627192,2595.48067053036,3880.94146274856,856.916400664712,3032.28595020926,2441.81265011822,7369.29867163035,2851.82040421668,9037.08968033683,340.637512667502,892.114073444969,2462.03701788485,1190.70019733916,1433.13406206955,1568.53065968607,759.481139503735,682.86250676302,1760.27781333698,2254.91757334341,2573.86312290617,1633.20796694448,842.483308093652,1400.85487136434,25344.4362368051,7490.05818910616,173815.404970753,63162.5924736558,5194.06851727191,27528.1155891564 -8358,1009.28151211238,1790.71920439607,1189.92935448759,1611.701938221,1779.71558631919,6386.37685521438,343.841217266457,577.728582939009,9131.02473347048,15446.7393012192,2656.62640791944,4538.66477563677,878.354993321972,3546.18320424913,2486.0410291873,8618.21200425625,2900.46198011559,10568.6522201153,345.606306492151,1043.3052803963,2453.4304765514,1392.49434599295,1465.16187825206,1834.35769978907,772.019707848158,798.590763554925,1787.65469254917,2637.07016978553,2638.67938913119,1909.99620633559,859.136984216992,1638.26502447105,26102.9258167319,7686.73545589914,177063.755132399,64039.8964696646,5351.46453294682,27876.1423120238 -8359,983.833223505702,2025.43200161154,1160.27304297885,1822.950619348,1739.14216338473,7223.45079292594,335.512802261612,653.452510732971,8923.44168125692,17471.3712928497,2596.18186003569,5133.55575714737,858.141266612324,4010.98783540769,2425.69214415082,9747.81660197831,2829.20586915125,11953.9045362189,337.192349588447,1180.05318599218,2390.55209372897,1575.01109247804,1430.64656622756,2074.79027333509,752.972337190208,903.263495876258,1743.41497545093,2982.71571515321,2577.93503373271,2160.34285541348,838.476024077518,1852.99537724212,25525.9832109379,7512.167684156,172879.602560723,62475.0059934429,5233.41752119064,27184.1703128823 -8360,958.12351304074,2098.2120591674,1132.85350007157,1888.45489245718,1677.61301261971,7483.01179721676,328.761787477648,676.93308737209,8603.12654467424,18099.1718841614,2503.37923445798,5318.02034700973,826.59581060024,4155.11507605785,2351.28932256351,10098.0859039205,2744.93623777017,12383.4454240251,328.016577311947,1222.4561591491,2360.89977589816,1631.60612892975,1381.3610940328,2149.34392677274,730.91008351681,935.720556476501,1693.91823768961,3089.8939473767,2482.74658980845,2237.9706786296,811.49186788444,1919.57925174351,24478.4348562745,7227.51308391908,167442.429643785,60774.6424844679,5016.99799963764,26475.7597797976 -8361,928.235965979508,2091.58780033919,1095.18115545964,1882.49285733381,1610.02926308406,7459.38720372407,318.130028920321,674.79594400732,8252.9821644498,18042.0310443625,2401.79362602345,5301.23084135498,792.824417786355,4141.99697505156,2268.29845569837,10066.2052680216,2649.91697174029,12344.3496866256,316.33511780104,1218.59674657497,2308.20068258812,1626.45499024647,1327.7472835874,2142.55823968283,705.926235893665,932.766395990247,1637.63036118701,3080.13885271422,2380.8174532107,2230.90518829443,781.655427484562,1913.51895400133,23380.6842393836,6923.66997871158,161278.761826362,58760.3296353928,4790.74122710497,25631.9352989892 -8362,890.924190781598,2121.72962094596,1048.37846611764,1909.62141583376,1527.18951482054,7566.88425017586,304.891784981684,684.520411843259,7824.07652713839,18302.0343122304,2277.33411225712,5377.62674928161,751.467440006355,4201.68719209887,2165.66244878815,10211.2691058057,2535.26833076989,12522.243807877,301.89606024785,1236.15791446918,2240.28950559307,1649.8937933094,1262.78822328796,2173.43459404366,675.795911140294,946.208469696834,1567.70712614008,3124.52665834561,2257.08810037659,2263.05470836974,745.574104889214,1941.0946288211,22043.9097060139,6553.2650255847,153707.599784701,56276.7539015965,4515.29819967388,24594.9745990251 -8363,852.680970527825,2146.69353032626,1003.86549013743,1932.08969619565,1450.90952118119,7655.91492159024,292.574133968133,692.574362432214,7430.27024170358,18517.3729310324,2162.96458559811,5440.89898978051,713.244173588868,4251.12352803557,2065.49549136739,10331.4131590812,2418.74979544238,12669.578395928,288.372146742643,1250.70233796778,2164.229087168,1669.30616269741,1200.51773634127,2199.00685533185,644.968875617655,957.341397407884,1497.83697215491,3161.28930688727,2141.67757843187,2289.68142466039,710.033096075734,1963.93321764698,20848.538402125,6213.68239888856,146473.647078156,53799.6295844152,4269.36692518184,23532.6756808795 -8364,842.511467050556,2130.46554474739,991.310757049362,1917.48401388283,1429.68764109968,7598.03983360704,288.996532023598,687.338828525269,7320.64434506475,18377.3903687159,2131.13240003315,5399.76837234729,702.683422953687,4218.98704915194,2038.38054674333,10253.3125725809,2388.11924298996,12573.8023885032,284.564324824689,1241.24762111264,2143.84145904272,1656.68699934118,1183.68394580107,2182.38340581191,636.890439085937,950.104350213342,1479.08614244554,3137.39145814544,2110.05851442732,2272.37251837513,700.550272801597,1949.08681340548,20513.9504953627,6119.63206359634,144491.529465188,53131.790234676,4200.50616832407,23250.5527303319 -8365,835.708202284455,2114.23755636262,982.172266971559,1902.8783290446,1410.5135330807,7540.16473561691,286.848481865064,682.103293713071,7220.61639766982,18237.4077821956,2102.1694429617,5358.63774780235,693.008697079229,4186.85056471174,2017.08937370527,10175.2119725766,2362.7377364304,12478.0263645181,281.548733025362,1231.79290262272,2137.09316642351,1644.06783380301,1168.43422316844,2165.75995341769,630.267616803219,942.867301767475,1465.4153965267,3113.49360527155,2080.27071921217,2255.06360909707,692.300763194926,1934.24040659695,20180.8971487921,6030.48937729031,142843.047571239,52635.5324462491,4131.64541146629,23047.240478228 -8366,838.453477625048,2087.48018325152,987.874150669741,1878.79587658696,1417.16200512186,7444.73789933597,288.176986374788,673.470729091719,7254.68035363631,18006.5987498147,2112.08413269268,5290.81988639238,695.983862748293,4133.8626105515,2024.55917828424,10046.4364986875,2373.73891394231,12320.1069263165,283.127110313452,1216.20357483319,2146.81515603246,1623.26083587762,1173.92276385459,2138.35052302124,633.199576204711,930.934559341383,1470.53086769173,3074.08984488305,2090.08956698035,2226.52396926507,695.538704273594,1909.76104187745,20276.9903632232,6058.48601095011,143488.912588167,52865.1219389372,4151.31991342566,23146.5157542589 -8367,844.875473362097,2078.45499273565,993.571961694051,1870.67292966622,1422.53401320497,7412.55068222065,290.27079041565,670.558988091405,7281.31028086344,17928.7474793865,2119.91070605167,5267.945102793,698.800482723909,4115.98991507587,2037.02973795273,10003.0008751382,2387.11307153755,12266.8411214106,284.576490723021,1210.94533618881,2165.31548634301,1616.2426910261,1179.04313605902,2129.10539532383,636.848977278958,926.909677178057,1480.70872896003,3060.79906170074,2097.74589404853,2216.89762494238,699.007645314129,1901.50421751043,20326.6137567795,6079.10438456853,144207.98519094,53192.4843567399,4161.15716440534,23299.2724279726 -8368,871.565688709921,2116.9566864868,1024.35073017739,1905.32562914652,1456.63639893223,7549.86217430455,299.158687919547,682.980549728204,7452.75858529031,18260.8629917289,2170.08996945177,5365.52951513511,714.835927616872,4192.23529144773,2094.08655700326,10188.2983569856,2459.9875339959,12494.0744085404,292.738536818848,1233.37711683659,2254.21434163443,1646.18227660044,1209.70967229526,2168.54534672099,656.582693254431,944.079927508433,1524.87767130925,3117.49788294984,2147.09326346291,2257.96385622067,718.742634799869,1936.72804160332,20716.5622771538,6213.91018038527,148164.185294208,54841.5205383661,4239.85517224279,24054.0732515475 -8369,886.272570295746,2166.71093736219,1037.99941152296,1950.10597347618,1456.99126860015,7727.30450890346,303.649437830099,699.032453780424,7448.61700164991,18690.0430331966,2169.38877994645,5491.63407989991,714.201744843076,4290.76424470917,2114.08957736133,10427.751131661,2490.4756379006,12787.7192037062,295.391469779274,1262.36484005585,2325.69926579031,1684.87204597523,1214.5732699986,2219.51207169186,665.274916941459,966.268378438729,1545.12723172231,3190.76757843388,2145.76825582046,2311.03215983174,724.599889317204,1982.24642819783,20534.9819490515,6195.49749685516,149209.426491909,55604.4720118738,4200.50616832407,24450.7639981372 -8370,891.311064604116,2137.75512094708,1039.1015051282,1924.04485494658,1440.04236747767,7624.03719858293,304.461538519841,689.690619089493,7356.11621167867,18440.2702344685,2142.94445661582,5418.24415718593,705.391293929348,4233.42268630934,2110.56494328364,10288.3951879658,2490.83627507909,12616.8247649302,294.494574578789,1245.49465957758,2368.3327707551,1662.35550036458,1204.92348203277,2189.8506235629,665.909435000259,953.355216239133,1548.35471106403,3148.12632037252,2118.98049436285,2280.14764183001,721.745634304135,1955.75578624156,20112.7807822769,6104.3875214131,148490.460707433,55710.5138058519,4111.97090950693,24557.8766522026 -8371,874.768625216795,2080.56665490296,1015.1104232528,1872.57349006652,1389.1685154619,7420.08166215222,297.916340767963,671.240260503392,7090.09632546035,17946.9626718693,2065.97027513243,5273.29721309222,679.637623561945,4120.17166556607,2056.10248594377,10013.1636925105,2436.19102469801,12279.3039480771,286.498023056481,1212.17562862336,2357.80988250642,1617.88475619266,1167.83099063616,2131.26851712788,651.884156051601,927.851395956985,1514.15130573604,3063.90876270602,2043.09849406434,2219.1499416198,702.701673897727,1903.4361017856,19209.769231373,5869.01913000387,144304.741234608,54529.0355808611,3925.06314089298,24105.2348097095 -8372,847.00539012558,1961.61927954513,980.87061234661,1765.51722186998,1331.468756571,6995.87067300946,288.154651497584,632.865009687353,6792.08327509574,16920.9229146554,1979.43199867071,4971.81931451061,650.930537325468,3884.6187192147,1982.22745665057,9440.70448412812,2352.67602190625,11577.2879985266,276.124781178289,1142.8747440986,2301.82254257085,1525.38921180476,1122.02612574794,2009.42248268446,629.852998733437,874.805516359181,1463.01428777298,2888.7430669563,1957.14451542418,2092.2796678609,676.87448832025,1794.61539761099,18301.5269561762,5613.46363001823,138907.693027493,52707.386790371,3738.15537227903,23335.1138914505 -8373,762.855027139834,1856.81715090319,879.330654036842,1671.19210744264,1179.32520772888,6622.10694327845,258.364347305067,599.053351711799,6010.77620837103,16016.900019625,1752.17524697951,4706.19323058233,575.845666331564,3677.07777843112,1772.71504812649,8936.32224434636,2112.52001100126,10958.7559322901,246.559101035137,1081.8151352328,2100.63445777249,1443.89325687019,998.589657299755,1902.06640410069,566.046602669892,828.067863840082,1313.16689328337,2734.40811232287,1732.81103363477,1980.49683355021,605.099470807689,1698.73567430055,16047.54701708,4955.51855067821,123933.389755337,47351.7907426979,3275.80457623399,21021.7130347319 -8374,669.248638907923,1757.33757245676,780.133353849194,1581.65745063999,1057.16135184062,6267.32542544074,229.909992581343,566.958874952888,5393.20403128084,15158.7894290394,1571.71809020992,4454.05740857204,516.292556256772,3480.0771490826,1568.60587476483,8457.55589446823,1858.01702528095,10371.6370445142,219.58552436075,1023.85654003264,1822.64315411034,1366.53620938427,888.172190143284,1800.16258230272,497.311403962755,783.703860642579,1156.82915273582,2587.91131473456,1551.31859259768,1874.39107616843,535.178365408865,1607.72536200936,14544.087580308,4454.65503218313,110105.084535624,41718.4179904551,2970.84979586386,18447.2032109052 -8375,555.417486098771,1604.66144061284,662.834198482418,1444.2442721758,982.93640173579,5722.82503009231,192.842693421616,517.701925520357,5042.40775026608,13841.8055041884,1467.11886019353,4067.09233890653,484.078573483875,3177.73073256709,1368.95160784787,7722.76996656254,1587.18807607281,9470.55722373066,192.127629864139,934.90467412747,1362.8230928011,1247.81259831291,804.272288032626,1643.76584665908,422.326539235706,715.616274154126,984.070916483603,2363.07557726357,1450.85193975463,1711.54542627312,470.891397790579,1468.04742352666,14396.0190508693,4235.39627466442,97669.7679068462,35293.4948672481,2951.1752939045,15327.7281692879 -8376,524.434729752192,1495.7806209935,635.304071835787,1346.24821138369,1010.8672413345,5334.51515734022,183.946499208873,482.574384879982,5188.8946177205,12902.5998311637,1481.7184501885,3791.12861464668,490.827143246741,2962.1127100144,1356.22693155474,7198.75817042325,1480.48523637395,8827.95311630106,184.423326773311,871.468746393032,1200.98187407857,1163.1449824551,823.847406418136,1532.23168243178,402.199783344855,667.059684900578,949.95911437526,2202.73421231082,1514.10335144826,1595.41222576623,460.02959543313,1368.4362515572,15246.8502698116,4399.09078347096,96664.8844499225,33679.2930702996,3115.23320331906,14395.3752453198 -8377,549.897813486576,1431.15794539247,662.797545048545,1288.08583100405,1045.28307289579,5104.04643909155,191.761673458548,461.725573570505,5362.94879601521,12345.1647958405,1531.67658498767,3627.33930544747,507.513439229299,2834.13963290246,1413.15900537539,6887.74798119608,1546.71839026115,8446.55631088122,191.818778207066,833.818410973398,1273.68998194308,1112.89326784989,854.837331279,1466.0342002812,420.460949207959,638.240497769231,992.922554786905,2107.56880072599,1565.85742214653,1526.48513494249,478.887759117484,1309.31527437383,15684.1783081809,4541.69595944423,100455.328724663,35191.4114034465,3203.6783100379,15080.0002955991 -8378,573.28190107743,1400.49544077144,692.66255854449,1260.48864099955,1108.89998845812,4994.69243799863,199.954255499472,451.833120694264,5693.93622748982,12080.6701089903,1625.75636365133,3549.62369860379,539.309524827975,2773.41829891533,1486.00080900925,6740.17824231307,1623.71442615857,8265.5891627422,201.493487002648,815.953883188829,1295.12595193455,1089.04957185671,905.058344724026,1434.62447322387,441.041678721325,624.566219346516,1039.66390074748,2062.41421922124,1664.69316722983,1493.78024890612,504.977768281321,1281.26324435149,16783.078294386,4836.12128797561,105867.41909051,36806.808400721,3429.70469387493,15731.1336049974 -8379,623.259175226683,1413.83073956455,751.16433066964,1272.49081691795,1208.31016882607,5042.25111909202,216.321387279476,456.135405081397,6205.42034806107,12195.7003624523,1771.69565505382,3583.42266091809,588.085942665868,2799.82635467733,1617.74414870825,6804.35716654473,1769.5145082538,8344.29281144921,218.824725860337,823.723268591274,1398.57419803557,1099.41933174199,987.07664882185,1448.28474333214,480.610447934424,630.5132413136,1131.07798536014,2082.05220521377,1816.21432022599,1508.00379106877,550.541816306805,1293.46323279746,18320.228657988,5275.55596833389,115252.732011629,40023.7245225624,3744.1761844308,17107.0547878515 -8380,760.378383237091,1457.25000113208,918.563471940322,1311.56947752131,1465.17896545294,5197.10050388929,265.554904319848,470.143490992403,7521.70014176239,12570.2348022677,2147.78848482726,3693.47088767354,712.077102448177,2885.81005091161,1966.92679399971,7013.32147559924,2149.22219556427,8600.54911005536,266.857270478718,849.020112872113,1731.30295413431,1133.18290343517,1195.76596158884,1492.76210001656,583.883689548346,649.876534655786,1377.53516348285,2145.99279354988,2197.44182152236,1554.31514165478,667.762600295157,1333.18596399944,22123.6000966239,6382.31807953124,140093.217773102,48794.9523206117,4520.52767674059,20864.4125322569 -8381,1004.87642389315,1562.45710654132,1183.075111898,1406.25908339946,1760.79338495005,5572.30853278641,344.089025187309,504.085804099886,9003.20768459449,13477.7510258626,2574.36887786245,3960.12340488305,851.709677262337,3094.15297215466,2487.89433302938,7519.6527510695,2778.48073961063,9221.47131015554,335.700919853045,910.31566850094,2521.0107821074,1214.99377533569,1470.3700574445,1600.53302435031,758.281398327306,696.794790982021,1780.96546545731,2300.92412987726,2635.14292055122,1666.52992760106,841.108693127948,1429.43618608601,25454.8076588194,7555.63918325771,174722.25885386,63335.5687329726,5188.77959417181,27551.0717043219 -8382,1025.38041986575,1807.49680290537,1206.09255138816,1626.80228894587,1825.63024127469,6446.21206921267,348.947125155458,583.141435042289,9342.80877194781,15591.4628232753,2670.67736720746,4581.18841372978,884.992221362381,3579.40808836009,2558.50732722058,8698.9577183361,2850.77073446944,10667.671990104,344.060171179243,1053.0802116497,2515.18465759193,1405.54089790695,1521.377623764,1851.54415589785,777.428229044611,806.072916631337,1824.3395448039,2661.77739604462,2738.4428001684,1927.89133440789,866.736126215429,1653.61424994702,26645.9436102962,7866.14005407763,179937.427453187,64755.1776527896,5434.46044616858,28105.0547969319 -8383,999.717062262688,2030.98596349505,1176.29429960316,1827.94935455477,1784.5634822148,7243.25830576241,340.563353929181,655.244350861105,9133.28532202828,17519.2797539266,2610.72134359742,5147.63254322529,864.900092601135,4021.98641424684,2497.04061858596,9774.54620919876,2781.31307289769,11986.683484167,335.766041037685,1183.28902427769,2450.8051026302,1579.32994967333,1485.9784064237,2080.47958113965,758.410416029084,905.740345764514,1779.58981135152,2990.89465642506,2676.26717881098,2166.26675800054,846.108325936439,1858.07649854727,26066.4894024844,7690.05769960631,175731.907382374,63186.2898281516,5316.53363721013,27412.5139242315 -8384,972.122506360884,2107.49759309336,1146.42321686077,1896.81215639289,1716.89301316049,7516.12749665611,333.139574201134,679.928821345181,8781.88478560949,18179.2688761827,2510.77376474391,5341.55498362349,830.890596468481,4173.50333278168,2415.46590845099,10142.7744847713,2693.8155959665,12438.2477506549,325.965825091738,1227.86607855604,2419.73975927961,1638.82672133736,1431.32728758176,2158.85574225554,734.912266730604,939.861541623554,1725.98560749579,3103.56812056173,2570.54268038783,2247.87470742922,817.170228924315,1928.07425499533,24918.9676476956,7377.9355123574,169831.375137959,61360.588242636,5080.68001929323,26657.9687662547 -8385,938.677162470321,2098.99308659175,1103.95778679812,1889.15784097671,1637.75060025242,7485.79723418192,321.19406711304,677.185065385169,8372.46618975913,18105.9090247367,2394.17347429068,5319.99989894116,792.005086273844,4156.66175424586,2319.50925227961,10101.8447623209,2590.23914979767,12388.0549726367,312.917222782814,1222.91119980201,2364.43837997419,1632.21346941608,1368.23004730073,2150.14398725463,707.023101096557,936.068864176356,1662.04861939718,3091.04411325278,2449.73994523261,2238.80372906759,783.383119431091,1920.29378583089,23625.6183083606,7021.58206284403,162768.171196648,59100.3895179819,4815.34469913672,25722.0710646802 -8386,900.201190429904,2116.92775757063,1055.76379116033,1905.29959223903,1551.18979698256,7549.7590029306,307.551785246063,682.971216572172,7925.44263942138,18260.6134509716,2266.78827242757,5365.45619339237,749.574863781228,4192.17800316021,2211.99516983947,10188.159130505,2475.94339080376,12493.9036728643,298.312213031395,1233.36026232868,2294.53033807304,1646.15978097293,1299.50205939361,2168.51571282865,676.206591238798,944.06702634269,1589.51381022956,3117.45528130593,2318.88505225602,2257.93300039469,746.363334950465,1936.70157557144,22235.3181565369,6635.4052017486,154938.725133213,56548.888802953,4530.35491082046,24661.4639159798 -8387,864.896188628672,2134.65994297176,1015.62134740927,1921.25910030134,1484.66052244953,7612.99863210315,296.384096621768,688.692041098463,7583.74133141969,18413.571237128,2169.23307062624,5410.39927831468,716.912946630649,4227.2932674014,2121.16885880704,10273.4989943489,2373.67417538282,12598.5573227202,286.538810881372,1243.6913531086,2217.91976883953,1659.94863622871,1243.60867248759,2186.68001840196,648.37697223634,951.974887856782,1525.73081173155,3143.56826264418,2217.06274398992,2276.8462988968,714.883748291928,1952.92411849096,21225.5594383066,6342.58540313838,148531.447136121,54304.1059146433,4323.98299514318,23689.9484499656 -8388,850.533859265763,2117.10131984402,997.255949788734,1905.45580358235,1449.79221298913,7550.37799114662,291.234704800128,683.027211887357,7403.20918010884,18262.1105987003,2117.83324774473,5365.89609540196,699.761180435992,4192.52171065901,2079.39677261731,10188.9944353727,2329.92543691722,12494.9280206802,280.85546702334,1233.46138283705,2195.40897098046,1646.29474601031,1216.28311306662,2168.69350468558,636.6278975871,944.144428331842,1498.07406068347,3117.71087464108,2164.20049477834,2258.11812337931,700.414699785867,1936.86036149464,20650.9911311513,6185.46814933615,145456.577109172,53334.7648650455,4206.05618618473,23293.2055971609 -8389,843.662637569419,2098.2988403041,988.067181732017,1888.53299812884,1430.37065463345,7483.32129132477,289.069435712781,676.961085029683,7302.19376571214,18099.9204580257,2089.11760302363,5318.24029801453,690.148031831321,4155.28692980725,2057.65567199929,10098.5035563544,2305.26230358249,12383.9575979331,277.888287943958,1222.50671940328,2188.48045105936,1631.67361144845,1200.61232533504,2149.4328227012,630.016561987253,935.759257471077,1484.22002022599,3090.02174404427,2133.67462847645,2238.06324012191,692.179713216428,1919.65864470511,20316.4877021845,6095.51483726398,143798.768881611,52836.8930372649,4137.26554762563,23089.832824878 -8390,847.253219910147,2080.56665490296,994.945101970043,1872.57349006652,1439.77644862071,7420.08166215222,290.716159157595,671.240260503392,7350.54805894082,17946.9626718693,2102.91824771385,5273.29721309222,694.435973379985,4120.17166556607,2068.09869354672,10013.1636925105,2318.77038050951,12279.3039480771,279.831281165171,1212.17562862336,2198.76023464665,1617.88475619266,1208.25108098221,2131.26851712788,633.680704486192,927.851395956985,1491.13420798801,3063.90876270602,2147.82152799393,2219.1499416198,696.412850520237,1903.4361017856,20460.7030312114,6136.20161639014,144664.284606174,53126.8808039347,4166.74724986524,23212.023671245 -8391,856.18437338584,2074.26059451128,1004.11566228741,1866.89784324771,1453.23579609995,7397.59188372454,293.750333225957,669.205775518212,7419.31545711367,17892.5666109743,2122.58669259391,5257.31419682561,701.231361719287,4107.68369682642,2089.24408383975,9982.81445337027,2340.20900615968,12242.0861871936,282.421938793455,1208.50160419284,2218.66939159305,1612.98105413856,1219.51257623436,2124.80878273378,639.535392933615,925.039139534617,1506.62055188562,3054.622257202,2167.92584363667,2212.42384442071,702.878200495038,1897.66691242495,20653.6567930755,6194.31809584289,146035.821683281,53634.629235624,4206.05618618473,23433.6201070788 -8392,872.4254250236,2122.22137884996,1020.09131188541,1910.06401295622,1452.94081068286,7568.63804344996,298.672471258555,684.679064632781,7410.66633902076,18306.2762146592,2120.81767176989,5378.87313356763,699.867505519139,4202.66102630775,2110.57180540231,10213.635793928,2375.11213955174,12525.1461156487,285.449503838562,1236.4444214864,2305.43296435047,1650.27619279405,1224.81248617559,2173.9383357221,649.662004453426,946.427774498545,1528.71310434403,3125.25083670714,2165.14754223325,2263.57922149763,709.577517281565,1941.54452055881,20425.1428723368,6168.44632942032,147197.616592078,54508.5879659754,4156.92001578537,23891.6452144677 -8393,882.305471818808,2183.8935126388,1026.8903319196,1965.57081565186,1437.19907416105,7788.58402206784,301.329237535668,704.575961015633,7322.50048401371,18838.2598838171,2096.36447278546,5535.18415127415,691.259067985665,4324.7911092796,2113.83800363765,10510.4458814293,2388.35877550231,12889.1291075586,285.76090410502,1272.37571807229,2376.61425916992,1698.23351485519,1217.65025863551,2237.11337355062,653.924003087216,973.931135322277,1538.71224445227,3216.07118638693,2139.10152070555,2329.35923953962,709.426896954175,1997.96615244991,19956.5443916577,6075.08090481077,146946.583859801,54912.5775266165,4058.64767498666,24151.53531278 -8394,887.355164332843,2149.78870549567,1027.978994118,1934.87544831549,1420.00115815389,7666.9534780631,302.139075031692,693.572939517992,7228.97769074312,18544.0719041691,2070.17356223219,5448.74386154005,682.511750932897,4257.25294138694,2110.08141041819,10346.3093391941,2388.96882169112,12687.8458215778,284.89241838008,1252.50564280198,2420.20825436835,1671.71302465136,1207.65184436492,2202.1774576185,654.56155697646,958.721724538909,1541.89985653222,3165.84736048354,2111.56221758646,2292.98276460079,706.581487879436,1966.76488283056,19532.5053785479,5983.06093628582,146220.738032445,55017.3687520015,3970.20256826782,24258.9254502631 -8395,882.124262314308,2093.20770740842,1019.94564997062,1883.95082313705,1405.9318402935,7465.16440038846,299.873703276207,675.318564535038,7155.90346463091,18056.0043586203,2049.39076201145,5305.33657447988,675.56120585623,4145.20489688945,2093.98934933547,10074.0014107756,2375.02500118148,12353.9102220805,282.437332229782,1219.54053362708,2413.93014467542,1627.7146581103,1197.61180425941,2144.21762268273,650.877565600325,933.48881121879,1531.51574242248,3082.52437949004,2091.08850910594,2232.63299483676,701.579176297398,1915.0009491058,19293.4283966165,5919.76034620569,145039.420114248,54669.2972701355,3921.06639786847,24126.300180716 -8396,848.368975438634,1977.70263176677,977.486289154421,1779.99272974697,1328.77683101091,7053.2299441506,287.878144854044,638.053881435146,6757.23420752184,17059.6578700005,1935.80620483856,5012.58335167699,637.712961168936,3916.46877888704,1998.88775068724,9518.10899224141,2274.23731911458,11672.2103938116,269.514237071224,1152.24519495328,2354.30188636156,1537.89590575112,1136.52257199948,2025.89777423981,623.725198241504,881.978062730314,1467.6044192573,2912.42792400688,1974.38051564682,2109.43430698751,668.792529120581,1809.32948196117,18047.2983444411,5574.80584788282,138098.244607043,52422.8097710563,3665.55831179183,23195.4223215435 -8397,764.307407064415,1867.52010070882,876.597987170462,1680.82508893078,1177.43791811046,6660.27767979221,258.196087664244,602.50637774139,5982.51540553884,16109.2236374181,1714.37253356699,4733.32037656866,564.41759350184,3698.27296120653,1788.2118893514,8987.83243660281,2043.11847800128,11021.9237108828,240.765988859367,1088.05086667557,2148.6070020905,1452.21605647674,1011.85957135141,1913.03017683412,560.757524115909,832.840961060784,1317.71488540197,2750.16961730468,1748.76890904271,1991.91269008157,598.136255474121,1708.52742070175,15831.2083659917,4923.51674247922,123261.235240124,47111.7936703133,3213.50554411777,20902.9262984558 -8398,671.586499471253,1768.38764400326,779.242718625486,1591.60285228936,1059.19615022101,6306.73412837962,230.178786221101,570.523890707596,5387.31410675671,15254.1073180862,1543.25563909144,4482.06435146583,507.873630689595,3501.95974129902,1586.1636191758,8510.73668295595,1800.27810347659,10436.8535021786,214.934598088787,1030.29451085738,1864.70309055354,1375.12893688367,902.763293847602,1811.48193587572,493.597322426711,788.631760590258,1163.13376069372,2604.18400225459,1571.34715533693,1886.17717567623,530.322712128852,1617.83467768995,14416.6073399688,4443.35047184367,109799.359449896,41586.0602580837,2928.51575580151,18371.9602474638 -8399,560.216536747508,1621.61259858963,666.069600890196,1459.50083171858,994.988011877631,5783.2792222997,194.141134612551,523.170772033569,5089.90849954376,13988.0261497694,1455.16889763838,4110.05587189742,481.132608551704,3211.29931862027,1394.86643426223,7804.35097200601,1546.19550830826,9570.60132497504,189.338828182612,944.780724254478,1395.49300440742,1260.99411308237,825.235364904485,1661.13009175051,421.65666147766,723.175827968363,995.673862998483,2388.03839272574,1485.47158005618,1729.62567433723,470.120243855088,1483.55543235879,14458.7093087582,4272.54739769352,98181.7395854619,35391.8321825718,2948.17022396126,15340.682751368 -8400,527.190137323791,1516.26085982317,627.374358648625,1364.6810514046,987.580871170322,5407.55537656051,179.797086020535,489.181796766933,5012.6030093093,13079.2623192031,1491.49976059159,3843.03677442107,485.379015273146,3002.66997816594,1438.76980256182,7297.32361814873,1569.99145211539,8948.82551273504,181.461145641722,883.400902625187,1190.88004773701,1179.07077177198,824.33212711116,1553.21100945218,408.755835728542,676.193070818719,992.822673428634,2232.89406470712,1505.1735106842,1617.25662123231,469.498245086464,1387.17289038091,14869.0912432254,4354.11205002302,96590.1429715732,33951.9251731597,3146.274280531,14707.6300945815 -8401,552.818172469164,1453.2291651811,654.589970984094,1307.95060244612,1021.27319538617,5182.7606936092,187.457683948632,468.846273734394,5181.15101083586,12535.5510815843,1541.82126679196,3683.27988371573,501.90514638483,2877.84754016095,1498.97970906292,6993.97035869893,1640.0038458911,8576.81852365425,188.756477086594,846.677501384524,1263.01918231898,1130.05623158502,855.381383268326,1488.64327928344,427.322718775871,648.083399001497,1037.63993846326,2140.07158238629,1556.68939106991,1550.02648411773,488.74620879098,1329.50744483717,15295.6480639954,4495.72606812241,100386.243032151,35480.7640361885,3235.60067966279,15406.2396559015 -8402,576.281890946385,1427.59993842932,683.970135187242,1284.88351614384,1083.30671173653,5091.35725071161,195.422293566004,460.577675945986,5500.2001762201,12314.4734368286,1636.46495383454,3618.32136403293,533.313551535612,2827.09366807316,1576.51444240917,6870.62432593747,1721.93774333768,8425.5572965757,198.243758860867,831.745451995113,1284.20236348846,1110.12649985688,905.58028313809,1462.38948733417,448.228803437328,636.653765750911,1086.60787481722,2102.32916628002,1654.85794891984,1522.69013470737,515.371148907363,1306.06018091739,16367.2244242332,4786.5250469013,105785.130143149,37104.980535948,3463.87925522183,16073.5982766888 -8403,626.513016081172,1442.09231249791,741.702822436197,1297.92709512508,1180.39495362231,5143.04249656231,211.401779978557,465.253260322094,5994.11911386457,12439.4846186732,1783.35216883364,3655.05298981715,581.541537705341,2855.79309419513,1716.32840529692,6940.37191777739,1876.58644935817,8511.0898920819,215.28551386386,840.188970305591,1386.76085197487,1121.39602156693,987.640645953834,1477.23502978197,488.441348694521,643.116798059243,1182.17044267753,2123.67109819868,1805.47535380632,1538.14782311762,561.872779366517,1319.31873619498,17866.2672052303,5221.3672577957,115162.897793425,40348.1222363584,3781.48422991265,17480.1945194055 -8404,764.371591202794,1481.66429758195,907.075193667905,1333.54308947117,1431.40651174674,5284.17104928859,259.553111732307,478.020123385023,7266.03121039794,12780.83246133,2161.95678671053,3755.35010751266,704.171628997039,2934.15798162097,2086.64933438577,7130.82040129522,2279.15025610752,8744.63993554268,262.56447674669,863.244321972443,1716.72780628513,1152.16788426542,1196.47100634421,1517.7713547159,593.401572201595,660.764356484965,1439.6966432545,2181.94606457427,2184.48425324818,1580.35563615839,681.507015594142,1355.52173159086,21575.4509107836,6317.05727129521,139986.558860305,49191.15446289,4565.57151118063,21317.7206522062 -8405,1010.54332091902,1579.9868035588,1169.17082992712,1422.03634573637,1721.16610657758,5634.82601237591,336.6429724265,509.741301060212,8702.81741032946,13628.9621477368,2591.81595114687,4004.55327316475,842.567032009159,3128.86724616611,2636.98741258985,7604.01809706911,2943.55379507882,9324.92989307962,330.555467372383,920.528785899351,2500.38017433563,1228.62517210849,1471.76597083781,1618.48990704864,770.745741262696,704.612350592545,1860.27232193433,2326.73892036853,2620.46734499908,1685.22725028538,858.442265123058,1445.47347961746,24824.9726938485,7484.30532455946,174690.968941547,63901.9610709322,5240.48208239864,28135.9267819709 -8406,1031.09357355863,1823.17517835971,1191.7139199321,1640.91330537206,1784.32893326237,6502.1270411877,341.310668681259,588.199651658153,9029.82009040693,15726.7044500559,2688.6727602609,4620.92601761493,875.430733663209,3610.45616757296,2712.26723996451,8774.41319076089,3020.62775711129,10760.2042515253,338.726993695242,1062.21471574135,2494.49213487124,1417.73267488735,1522.72803189368,1867.60460170323,790.18988068004,813.064859195334,1905.77065939855,2684.86587140125,2723.03479490614,1944.61402189891,884.594151462515,1667.95783552108,25986.4493362576,7790.74348137778,179890.17039535,65327.6356620268,5488.61096887585,28705.3273391828 -8407,1005.2782511209,2033.47367631941,1162.24790108017,1830.1883720238,1744.17423892639,7252.13042349305,333.104118357274,656.046946154241,8827.21561927268,17540.7387584203,2628.30449480687,5153.9377721747,855.547858167567,4026.91286246557,2647.16240025923,9786.51884928294,2947.09560726389,12001.3657255814,330.554735805166,1184.73841060214,2430.63322666767,1581.26443836026,1487.2852068021,2083.02791767563,770.857605305253,906.849768436161,1859.04832681165,2994.55814161247,2661.18870983136,2168.92017348038,863.540861870365,1860.35241813369,25421.3172941241,7616.20365185483,175682.818346874,63743.3505228733,5369.50910336679,27998.1013524047 -8408,977.574408001507,2098.99308659175,1132.87554184509,1889.15784097671,1678.1700641099,7485.79723418192,325.902268253498,677.185065385169,8488.38526970766,18105.9090247367,2527.74919233822,5319.99989894116,821.944555228831,4156.66175424586,2560.40850469682,10101.8447623209,2854.07960353331,12388.0549726367,320.947906405057,1222.91119980201,2399.89522397771,1632.21346941608,1432.64369239521,2150.14398725463,746.984605523817,936.068864176356,1802.92835754396,3091.04411325278,2556.15587269866,2238.80372906759,834.008815451169,1920.29378583089,24302.3149571959,7307.77617039157,169793.090039325,61905.5344629432,5131.30537234866,27225.0474014812 -8409,943.986420028781,2098.32776641436,1091.02057970051,1888.55903251092,1600.93511455479,7483.4244526918,314.257398215906,676.970417280462,8093.37225296711,18100.1699745792,2410.42005446945,5318.31361264555,783.517258369817,4155.34421253819,2458.41306072829,10098.642769331,2744.03176973999,12384.128317049,308.131874505113,1222.52357227642,2345.11084309376,1631.69610489404,1369.54757510983,2149.46245371926,718.648325672888,935.772157385494,1736.01648836542,3090.0643415561,2436.12799762268,2238.09409295508,799.527809953062,1919.68510816997,23041.0807730725,6955.53010076704,162742.528565611,59630.4924464508,4863.32617495328,26267.4117718153 -8410,905.336297308303,2129.82915068026,1043.49667394038,1916.91123979913,1516.44004872719,7595.77021348394,300.949537401747,687.133512671342,7661.95775323183,18371.9008351119,2282.22869662662,5398.15540068271,741.580515656686,4217.72679017521,2344.18726144862,10250.2497925676,2622.62938257151,12570.0464520314,293.781038434259,1240.87684646018,2275.8349055363,1656.19212826472,1300.81505590546,2181.7315032946,687.33652577563,949.820543336896,1660.13265277457,3136.4542839606,2306.10343058452,2271.69373509578,761.747498402349,1948.50459920942,21685.2887947921,6573.71515768273,154925.816640065,57061.6609691935,4575.49666663972,25182.6630814027 -8411,869.844140895917,2151.58217483829,1003.86870340805,1936.48962546204,1451.44863875256,7673.34966294351,290.042293288846,694.151555360894,7331.89679033984,18559.5423661555,2184.03206638709,5453.28949667454,709.279807751059,4260.80457072363,2247.84303780768,10354.9407868157,2514.21623132514,12698.4307048487,282.200575857028,1253.55055036247,2199.87198552806,1673.10765755258,1244.88166291129,2204.01463247533,659.051875482804,959.521541756603,1593.47618575712,3168.48848059451,2204.87003158499,2294.89569412775,729.619691403,1968.40566385823,20700.5479529596,6283.83536801402,148521.304476272,54797.2900696699,4367.06840199886,24189.6666847667 -8412,855.422533580126,2138.59400059196,985.7717916595,1924.79987223028,1417.42475035463,7627.02895828215,285.024252768621,689.961261604131,7157.74028750708,18447.5064081509,2132.31289883566,5420.37033837941,692.331431328059,4235.08392995923,2203.43142850628,10292.4324723194,2467.70822945985,12621.7757517736,276.61973580543,1245.98340597677,2177.57585463185,1663.00782774209,1217.56090570785,2190.70994608091,647.115375592086,953.729323767821,1564.52751788741,3149.36168127227,2152.35361301863,2281.04239793434,714.853668193401,1956.52324725866,20140.2509100063,6128.56424785346,145452.718801541,53822.0542693481,4247.9665364898,23783.6740830795 -8413,848.52909132884,2130.87051870879,976.731140753295,1917.84850280823,1398.48574966889,7599.48412276621,282.923713155019,687.469482751945,7060.36350801041,18380.8836730766,2103.42473226809,5400.7947985168,682.836144957661,4219.78902405484,2180.28375380099,10255.2615947654,2441.47936663784,12576.1925058067,273.709768153795,1241.48356624089,2170.72722676571,1657.00191412521,1201.89453293544,2182.7982486876,640.39894317197,950.284952769152,1550.01061692571,3137.98783570733,2122.03002440521,2272.80446701791,706.449730200554,1949.45730961457,19814.0636962088,6039.71106590317,143798.772779718,53321.3160828567,4178.49044827619,23575.2309558662 -8414,852.134493157788,2112.15482030556,983.529190111109,1901.00380302639,1407.67292242815,7532.73691705237,284.53250215216,681.431353551864,7107.06351908543,18219.4421062663,2117.31553503401,5353.35895213416,687.073239063412,4182.72609695249,2191.38665612634,10165.1883681809,2455.80878190237,12465.7342569675,275.62326173439,1230.57946306131,2180.91934585725,1642.44826208204,1209.53692902512,2163.62646263169,644.122645693056,941.938482902963,1557.24778389314,3110.42650177809,2136.09209569764,2252.84214525281,710.769962641209,1932.33498578664,19954.704253434,6079.94764970586,144662.678629156,53613.1587492628,4208.26591465345,23700.047642236 -8415,861.119391141098,2104.69168463839,992.593255921527,1894.28675314472,1420.83075365355,7506.12057386738,287.504204838211,679.023568577708,7173.54471434124,18155.0651169888,2137.117953226,5334.44327239764,693.79868086438,4167.94675785287,2213.77804370823,10129.2704614324,2478.5178886527,12421.6875492848,278.174586508516,1226.23130572276,2200.66628646927,1636.64479820317,1220.8097328631,2155.98145589806,650.073685785714,938.610216139347,1573.41435024601,3099.43605034794,2156.085479622,2244.88190180612,717.368574746422,1925.50722959439,20142.8861808435,6137.54672277283,146034.813082417,54125.864212048,4247.9665364898,23926.3780545571 -8416,877.518027832677,2134.42852847785,1008.54903070661,1921.05082019385,1420.73228045663,7612.17332115307,292.380839007442,688.617381281718,7166.30446907547,18411.5750562923,2135.42919155963,5409.81274704304,692.508038864324,4226.83499444072,2235.9698929603,10272.385263528,2514.98946037186,12597.1915366724,281.204833353204,1243.55652685395,2286.81668352387,1659.76868430014,1226.21169099716,2186.44296450892,660.384746831659,951.871686038798,1596.30727924412,3143.22747428537,2153.48494933676,2276.59947024584,724.209748933031,1952.71240563804,19920.1983711915,6113.04320856651,147213.705637549,55015.9704845934,4198.34075919436,24391.414246442 -8417,887.527870971944,2160.63629146442,1015.44854464935,1944.63860676486,1405.54891954752,7705.64004142585,295.048530004218,697.072628611988,7082.28450047361,18637.6431531373,2110.90942890942,5476.23759490494,684.05775671893,4278.7345489302,2238.96713065666,10398.5156233416,2528.47947824954,12751.8672288705,281.56420779793,1258.82564187999,2357.5195775484,1680.1482958497,1219.14705791136,2213.2893911908,664.736162858595,963.559323834345,1606.54580780595,3181.82186128866,2127.75862244774,2304.55289128361,724.060111264634,1976.68895169011,19463.3807573619,6021.7937440712,146982.137535958,55432.9414179071,4099.08920460348,24653.9665157802 -8418,892.662866655824,2121.81640208265,1016.65570007233,1909.69952150542,1388.88661182627,7567.19374428387,295.890624886145,684.548409500852,6992.75863311786,18302.7828860948,2084.61319466073,5377.8467002864,675.454773103377,4201.85904584827,2234.62894624606,10211.6867582395,2528.72986922732,12522.7559817849,280.747420949252,1236.20847472337,2400.83260215355,1649.96127582809,1209.21517826336,2173.52348997213,665.398296069847,946.247170691409,1609.71743750774,3124.65445501318,2100.49987498392,2263.14726986205,721.159040154753,1941.1740217827,19049.970662513,5931.56507980349,146271.325051715,55545.8747815015,4009.76280547168,24761.6130747068 -8419,887.413444615707,2057.59870324893,1008.73634994032,1851.90163257659,1375.16412543366,7338.16932520129,293.68168171369,663.830253323304,6922.30068051543,17748.8411793361,2063.70421543301,5215.08382436841,668.588582865303,4074.6879491958,2217.50365773074,9902.62560470085,2513.85555978046,12143.7493102288,278.335690333137,1198.79408606676,2394.62127185845,1600.02447818885,1199.18520740995,2107.74085357152,661.65738369606,917.608587367197,1598.84040354318,3030.08542512231,2080.17297833268,2194.65213067389,716.054408214512,1882.42354337545,18816.8376469925,5869.07039492016,145093.922611986,55196.6390446119,3960.13702817624,24625.8835885019 -8420,853.508095236371,1940.79191616867,966.873582827673,1746.77195916243,1299.85623236533,6921.59247735713,281.982609896671,626.145607170032,6537.58619185518,16741.2661311586,1949.4036603561,4919.03135071705,631.182384165187,3843.37403606557,2116.45008381681,9340.46842666735,2406.78258787651,11454.3669064607,265.63920605903,1130.7403468497,2335.53745339253,1509.1934924131,1138.09508429525,1988.08757195021,634.069286319889,865.517326462739,1531.97110139148,2858.0720278897,1964.21048258695,2070.06502642558,682.594329104454,1775.56118694087,17601.6421667935,5528.04615268488,138164.646068606,52935.2200053789,3702.08298623995,23673.7130194117 -8421,768.981398379511,1835.84515697543,867.184468849213,1652.31667282466,1151.94717657217,6547.31294079097,252.945072579807,592.287287940578,5788.85687324755,15835.9956533605,1726.48090553858,4653.03869363363,558.681726923908,3635.54668162729,1893.09295679147,8835.39012200259,2161.84234903703,10834.9812446446,237.335538291964,1069.59647361821,2131.53806819163,1427.58507025058,1013.3310808913,1880.58333827614,570.069790544765,818.715174371555,1375.38213511682,2703.52408569711,1739.88436736183,1958.12792794905,610.482649724032,1679.54914630614,15440.4086595466,4883.08402043304,123333.668122596,47578.5340772718,3245.52583512188,21332.3846761881 -8422,675.641443073696,1740.99387963094,770.773402544556,1566.94762827342,1036.1168803945,6209.0376819825,225.466057082274,561.68601113757,5212.04164663796,15017.8087763051,1554.08304730464,4412.633525503,502.6593886621,3447.71153371863,1679.53965157312,8378.8984425575,1905.31922195798,10275.1781440655,211.841605515655,1014.33441005017,1849.83015772988,1353.82707006375,903.98822224623,1783.42060583626,501.779113227159,776.415212539045,1214.18470888344,2563.84307181332,1563.21146778157,1856.95875555769,541.266006260557,1592.7731013414,14060.575211905,4405.80179363597,109845.917032053,41989.1319445819,2957.69632680832,18750.5945933355 -8423,563.348312065414,1594.65273709488,658.20363228496,1435.23613353553,972.53212804943,5687.1302364357,189.929766814987,514.472879846252,4919.71105148208,13755.4704531063,1465.00013595968,4041.72479384684,475.943494068013,3157.91037423029,1478.62973372417,7674.60098027266,1638.32505111739,9411.48681984156,186.425664166398,929.073423083431,1384.04073218497,1240.029656674,825.967324917377,1633.51323847908,428.578145787571,711.152783638703,1040.08792870862,2348.33644149027,1477.11259470702,1700.87005868745,479.806468572876,1458.89081825123,14100.887512828,4231.67253124381,98153.208524303,35702.3288166432,2977.5466377265,15666.5461396713 -8424,375.665226321966,1475.01111264348,462.91121465371,1327.55501996571,672.341704907454,5260.44329442887,124.430500973986,475.873647769474,3354.77930322469,12723.4421049776,1193.71194236436,3738.48728722688,365.192578053716,2920.98259788373,1216.32942278311,7098.8005524197,1345.35849507362,8705.37347902723,132.237666433194,859.368056525175,1018.95057587284,1146.99425213654,671.690949069593,1510.95603660794,329.508253564696,657.797296084295,841.505773114468,2172.14837239996,1175.2273420281,1573.25929299006,394.136291398952,1349.43497038382,10224.628480551,3171.75739277993,72791.0005358887,26393.9310633981,2370.09768338551,11917.0935780711 -8425,402.284482463431,1401.76822609979,483.416134613386,1261.63418664155,705.904420083672,4999.2316682379,133.112611187124,452.243751496865,3519.47870402955,12091.6491519944,1234.36389502606,3552.84963482123,377.792701667043,2775.93881131221,1267.83615293771,6746.30378883578,1406.0312617194,8273.10101912548,140.179612051979,816.69543085896,1080.84234347533,1090.03931182769,697.310412787366,1435.9282753842,344.714753824988,625.133831848082,879.945427316098,2064.28856345885,1215.92372396668,1495.13781247202,410.486121586529,1282.42767017658,10618.3313024221,3296.29782650987,76295.0446420235,27800.6972081057,2445.64504165214,12545.1938844565 -8426,409.806724106683,1368.99405650553,504.367174446086,1232.13643371135,753.671766373657,4882.34667720649,134.626143325753,441.670025303385,3765.32772633711,11808.9392484576,1309.46902828545,3469.78191056664,401.193587495974,2711.03572127831,1332.54373234026,6588.57121907647,1475.39025844208,8079.67102775976,145.392049664398,797.600609005067,1098.68226729562,1064.55354848603,737.812278787404,1402.35542364852,361.266893042495,610.517833395113,920.821752093069,2016.02427681674,1291.9781149933,1460.18060676542,432.596647420396,1252.44375331204,11578.9393609003,3540.96060188593,80157.5873144244,28913.920078624,2637.09018877916,13007.8996144333 -8427,460.466833951216,1376.54397611531,546.713240529589,1238.93159179008,860.136291141567,4909.27252450641,150.114495047638,444.105808840386,4300.11392622185,11874.0648358032,1426.85535138819,3488.91754841966,437.433135705237,2725.9869196839,1450.57215809901,6624.90679176281,1607.80976999118,8124.22992591067,164.049107468624,801.999328232576,1186.35704891007,1070.42449706552,804.629369717314,1410.0893291849,393.647143210787,613.884802404631,1001.69262602241,2027.14252904654,1409.50761014225,1468.23341469723,471.605150072829,1259.35090503293,13224.5655349937,3965.87419457618,88893.9512585194,31883.5159517057,2928.3875541547,14227.8885114127 -8428,577.359793374066,1417.82264940526,669.140664460558,1276.08365761106,1027.72442853991,5056.48776800508,188.515562332641,457.423290088626,5127.89028725816,12230.1345665822,1730.19587062069,3593.54035024488,529.799257233279,2807.73158269704,1764.0076842667,6823.56907046844,1953.07625326674,8367.8526787344,201.245305236641,826.049027205725,1468.83110323897,1102.52351014654,974.932727268554,1452.37393304721,478.364517996921,632.293477053472,1220.24428778036,2087.93081886553,1705.64497807871,1512.26159577265,572.121268221753,1297.11528849488,15511.5952108452,4725.11477291133,108097.450550162,39022.5493747075,3495.9263607885,17464.5888963637 -8429,772.111915757584,1517.07081335778,868.275338837388,1365.41003430622,1262.81372709527,5410.44397489271,251.184495744132,489.443107030792,6277.93318821744,13086.248976332,2079.43258459094,3845.08964098352,635.99947879038,3004.27393908489,2236.82055917551,7301.22168952572,2531.14542675383,8953.60578046252,259.072418173385,883.872796151241,2141.6542884092,1179.70060570389,1203.36737609809,1554.04070095213,624.407677898265,676.55427843299,1582.37516447667,2234.08682809503,2052.15138659984,1618.12052450347,723.121555258572,1387.91388793315,18184.2901766802,5679.33996627008,136495.056970028,51252.8843582816,4040.80343926675,23179.1072292996 -8430,801.361114864836,1749.87443398368,883.695156250583,1574.94039823292,1326.98126091798,6240.70907224883,259.881850303218,564.551089073479,6600.83930802179,15094.4124155582,2155.96837826072,4435.14172172381,660.398099182667,3465.29780442641,2299.26742286695,8421.63797421572,2595.94649647736,10327.5903202713,269.861789638969,1019.50838105932,2136.18018413561,1360.73274332348,1244.30559376621,1792.5175726948,639.642425289891,780.375592627637,1620.04553944844,2576.92085917233,2131.36573933567,1866.43082972892,744.723824366649,1600.89760325008,19219.3538746879,5943.63307436138,141511.221663731,52693.7445675953,4247.416564232,23735.0634714505 -8431,790.523784372219,1972.26437432431,861.695900717775,1775.09813206854,1328.35020956688,7033.83507678225,255.143396635207,636.299370310131,6612.43775972668,17012.7474751377,2107.46810484761,4998.79982412317,645.347218656279,3905.69933097165,2243.89530147258,9491.93623692735,2532.55962760774,11640.1143223272,267.348259313064,1149.07676816032,2081.45864300311,1533.66702233819,1215.24855769792,2020.32699050749,623.925570006448,879.552812499724,1580.19523015167,2904.41937278237,2082.81452609831,2103.63381573312,726.943792743799,1804.35421451546,19329.5691190457,5901.6902306583,139338.139982864,51690.4376518719,4200.15744517001,23178.6035879214 -8432,749.964318609333,2037.4945150763,840.840153221448,1833.8072496244,1230.31393667348,7266.47024378006,241.418265080299,657.344164317502,6118.11318387448,17575.4225033076,2027.57454842887,5164.12878324422,620.254771710637,4034.8753787728,2171.24749891756,9805.86997968726,2453.5408534814,12025.0963285427,250.712117513614,1187.0810237245,2055.41800775059,1584.39111239234,1171.04970980334,2087.14674128304,604.924073249418,908.642905341776,1533.14740552362,3000.47935690813,2001.28654329839,2173.20883401023,702.346662117882,1864.030939863,17781.6649731688,5540.55983635463,132621.772119964,49636.3584016449,3954.94907515827,22428.6986486219 -8433,703.828164236778,2034.05221536011,810.479113531849,1830.70907481792,1146.17627099937,7254.19371087517,225.805069344241,656.233596601355,5698.21917428201,17545.7292347135,1934.1303411229,5155.40410746551,591.518874016902,4028.05855042384,2085.66372411475,9789.30318983908,2359.86923622798,12004.780207261,234.27835307469,1185.07547787354,2008.74678329725,1581.71432036361,1119.93448349773,2083.62055528253,582.304168016773,907.107774232448,1476.91445104674,2995.41011664157,1908.01011828099,2169.53724810058,673.578596901746,1860.88170283301,16558.7749927136,5219.02410131232,125653.966903671,47355.5610633932,3723.44602836202,21513.5193819956 -8434,669.528643088702,2054.61923532648,775.858127059365,1849.2200205105,1076.99741767359,7327.54342420347,214.464408969286,662.869006145899,5351.42269511497,17723.1402966173,1831.92390608905,5207.5322182447,560.115470390765,4068.78767232478,1989.64185161181,9888.28628999838,2256.42905688984,12126.164777603,221.537224764498,1197.05819435988,1949.6456810753,1597.70759219919,1064.20833825145,2104.68877823139,557.271990467052,916.279861145164,1413.00318171991,3025.69776570544,1806.90139845195,2191.47420505897,642.029908625466,1879.69773461833,15473.803713461,4914.71543880728,119224.921400918,45205.8632941938,3493.78840571486,20597.5424575577 -8435,642.488747262987,2081.17412005392,746.705545933779,1873.12022724274,1028.92948673995,7422.24811090137,206.452251864859,671.436243201286,5111.27948215679,17952.202664716,1753.36172169506,5274.83686301405,535.80400898914,4121.37463625528,1908.16062688532,10016.0872460432,2163.41014772283,12282.8891488727,212.485332503054,1212.5295487679,1884.66245858613,1618.3571316416,1018.57673422269,2131.89078575285,534.429573899723,928.122301667689,1356.48174753183,3064.80333524696,1727.77719166462,2219.79786907317,615.025953017897,1903.99184994978,14741.1815629553,4693.44549786892,114224.435027396,43395.0041168687,3332.09415241521,19781.7784089776 -8436,626.075484112075,2063.67335195261,733.607353312236,1857.36900181331,995.517063885557,7359.83380268582,201.01945413462,665.790079396993,4943.72717667724,17801.2410835991,1712.19301559944,5230.4803164751,523.138516132816,4086.71765053135,1870.92966750701,9931.86112652425,2123.90076065966,12179.6013016248,206.358525448536,1202.3332858774,1865.68482331612,1604.7482304963,996.477310275397,2113.96353694686,524.928825521208,920.317643222907,1332.18038774244,3039.03114639959,1687.01320026466,2201.13140221483,602.727387704938,1887.98102245021,14224.7461791765,4557.30663683254,111424.252137711,42494.7158547314,3231.36434139304,19417.8755640779 -8437,616.343183235914,2046.75112008609,727.153549337838,1842.13847665262,981.393018183519,7299.48277184546,198.169064647759,660.330565134561,4873.57596742956,17655.2699545716,1689.26409516477,5187.59009811524,516.068363655969,4053.20634720911,1851.6304294718,9850.41933405738,2101.64953426637,12079.7279194963,203.433440241611,1192.47408862353,1859.90992953639,1591.58920917243,983.817900043512,2096.6289228735,519.593925863904,912.770989323086,1320.07778779961,3014.11092844926,1663.49377934259,2183.08200698388,595.735940149375,1872.49947708293,14018.6581282894,4495.25762056251,110019.079885489,42042.4509928714,3180.70690495741,19222.7327820316 -8438,613.186873701281,2024.85346257085,732.208310075477,1822.42991655387,968.635201504973,7221.38750554383,196.740821035138,653.265860285856,4808.81077759058,17466.3808165565,1700.37089027951,5132.08942185656,519.23473687005,4009.84214744942,1860.93816931638,9745.03226142216,2113.9146292128,11950.4900545392,201.485083476986,1179.71611872078,1868.62588344973,1574.5612104747,990.038517242435,2074.19763572819,522.590723649026,903.005490079971,1326.15312774696,2981.86374012411,1674.46349937632,2159.72578079327,599.358728108604,1852.4660925428,13831.7134448254,4474.26158300048,109868.621817793,42049.9761463191,3179.15401173287,19283.3286519841 -8439,622.445860438739,2024.79561035032,738.947991058995,1822.3778477897,972.658742414536,7221.18118280977,199.789147585423,653.247195784297,4826.39528815403,17465.8817834495,1716.2661085536,5131.9427925945,524.331209967849,4009.72758198754,1880.00024851503,9744.75383546896,2133.45175338225,11950.1486163074,203.716877042246,1179.6824129745,1885.54254879528,1574.51622358352,999.260355123799,2074.13837369207,527.415268283178,902.979690251138,1339.95486249612,2981.77854510044,1690.12808899961,2159.66407512693,604.919974228895,1852.41316561308,13825.3733654404,4494.41473529866,110879.042779731,42479.8219098135,3197.33753741839,19495.5806839637 -8440,647.066133140793,2068.85126598499,751.885940816633,1862.02928247677,998.17165614622,7378.30018773014,207.993144014894,667.46059754923,4949.7132355358,17845.9057568688,1715.94793189095,5243.60399101453,523.745183695507,4096.97153719854,1900.16496740564,9956.78092453683,2166.33630450594,12210.1608513853,210.685494298714,1205.3500319078,1959.71379941333,1608.77466635315,1004.4313268625,2119.2676328938,536.303244062314,922.626790469769,1360.40889661504,3046.65630762139,1689.23668438024,2206.65420899229,611.12393572227,1892.71811101112,14012.8746773373,4542.38752906893,113019.763449324,43557.8623082641,3188.58342480108,19957.839944052 -8441,662.427797081075,2120.48576453378,758.179501927126,1908.50190709924,993.992383664013,7562.44819131054,212.661553502845,684.119114196691,4922.55676505466,18291.3048099836,1697.38996956735,5374.4741348069,517.802355810696,4199.22396798951,1904.21208115475,10205.2827857636,2179.57494677912,12514.9026871698,213.200724664611,1235.43322130696,2020.68230854109,1648.92654896593,999.466523673704,2172.16042577568,540.403760429744,945.65375836101,1370.21906583813,3122.6949157519,1670.32198709923,2261.72800062982,611.472632827261,1939.95666902788,13718.3508852878,4486.07663253028,113371.267237727,44089.2362122315,3115.1740216081,20234.5076101107 -8442,681.78742790018,2092.28204662685,759.927239245613,1883.11770018168,1006.9756388253,7461.86314658122,218.286190558128,675.019924362807,4983.0425978816,18048.0196110735,1677.10348167646,5302.99044228161,511.642778906543,4143.37179949017,1901.68648844349,10069.5464739882,2180.98363283014,12348.4470613292,217.662611755141,1219.00122697369,2058.07916833441,1626.9948482141,991.936851470542,2143.26940423626,541.359138122263,933.076002695526,1373.76157530641,3081.16122192272,1649.87238193787,2231.64567724012,609.374615045401,1914.1540951271,13713.9625432082,4475.72986284763,114141.615279081,44596.8261468039,3071.22298131793,20429.561232224 -8443,692.572083938344,2032.40338218062,754.172956889595,1829.2250746326,1008.94847638692,7248.31335284375,221.468507730155,655.701643822858,4989.4418631839,17531.5064039022,1660.49293319717,5151.22505970958,506.524516061079,4024.79334585501,1887.3829995036,9781.3678341085,2168.50096852157,11995.0489526901,219.756087000067,1184.11483794829,2052.8195170358,1580.43215905419,983.888360179339,2081.93154126457,538.436510782037,906.372459089489,1364.67260536132,2992.9819923539,1634.18525582745,2167.77858872508,605.163790549983,1859.37324426368,13609.9976310603,4444.4185081357,114075.236943683,44619.8396161712,3038.16400871873,20416.5393968874 -8444,674.528180553507,1911.34434184956,723.716624863623,1720.26824351036,961.258995883258,6816.5713737625,214.741457009038,616.645119689579,4748.37882083518,16487.2514300017,1569.39329327805,4844.39504371705,478.526024416029,3785.05864345686,1802.48298304684,9198.74579484983,2077.32588412986,11280.5701599129,211.751782381082,1113.58365935421,2002.43436872718,1486.2945473178,934.382832131976,1957.9223821428,516.401131017437,852.384859461431,1308.39157093257,2814.70659146682,1544.04625603214,2038.65599529596,577.237890232931,1748.62065324688,12772.6613481739,4198.96060068879,109180.235225852,42989.8859473432,2843.41078281987,19688.7592274824 -8445,601.615124651815,1808.79851153808,649.770718717668,1627.97386644455,831.63556500067,6450.85445081204,190.440053321463,583.561397190417,4101.96654177662,15602.6913586292,1390.67137608016,4584.48765746654,423.852473446956,3581.98587793134,1613.20198958877,8705.22246433139,1866.97544526512,10675.354549043,186.195266480556,1053.8386105582,1827.75044273245,1406.5531291416,832.506263768888,1852.87758620196,464.648531867641,806.653427795994,1175.3273880043,2663.694333662,1368.57580846671,1929.27974781414,516.572439635525,1654.80513666995,10881.9713382174,3655.41791945035,96692.2066773152,38446.6950970705,2465.3814605622,17711.8617803826 -8446,516.075696684535,1718.69124534839,576.875161726744,1546.87457672387,730.644115202953,6129.49811651477,165.952908047223,554.490651156936,3607.36171641526,14825.4263097256,1250.99248586804,4356.10641596309,380.999209004508,3403.54535349946,1430.10253940878,8271.56233423379,1644.14785689468,10143.5501452446,162.229411263876,1001.34049338439,1585.95826610219,1336.48415440006,741.992057917582,1760.57447294097,408.535819793282,766.469109488794,1036.78116104209,2530.99950179422,1228.5309794507,1833.17057773149,457.616419809788,1572.36921802515,9718.21741872092,3258.27417876582,85148.4486112962,33617.5446467662,2230.86286591866,15486.8098405631 -8447,421.013531731845,1568.76316973891,488.564054232474,1411.93473274368,671.726937493102,5594.79832122101,138.170797063542,506.120289990319,3335.12876044252,13532.1471109614,1175.03438014939,3976.10642826137,359.097221935245,3106.64094645088,1253.68666834356,7550.00200371375,1407.97835637288,9258.68908759929,140.336630812222,913.98969456623,1185.34745390419,1219.89747957171,674.93957201192,1606.9927616187,346.922190989606,699.607048655715,884.305295966106,2310.21063951335,1156.1548893372,1673.25602779295,403.937939878053,1435.20537801368,9627.46973053903,3087.66570639246,75119.5221393236,28241.5602395009,2236.30889976414,12860.2926161034 -8448,337.031698115046,1445.65031946106,377.320210535869,1301.1294099853,560.593077951352,5155.73168494225,109.208097182018,466.401157946613,2857.44164212267,12470.1759776851,889.653400021455,3664.07093123168,283.861320700002,2862.83905902442,972.030249664872,6957.495573036,1064.27306543673,8532.08890638742,111.151910530672,842.261929283876,789.239128518015,1124.16278955994,475.322875009212,1480.879742729,249.949934652824,644.703530077563,629.052539850115,2128.91073264465,844.70046045338,1541.94282335275,296.935347168677,1322.57382965143,8294.91835648382,2512.84740567298,58655.4809414633,21523.1212913886,1847.05668580286,9541.09022406511 -8449,360.388589276423,1371.85781998694,401.373772312484,1234.7139082491,586.338989180082,4892.55993273619,116.654628820112,442.59394347767,2985.70414730198,11833.6420649623,929.662286972125,3477.04025816625,296.468908454667,2716.70686722557,1028.08137302334,6602.35368187254,1128.47074947337,8096.57268392189,117.560392096668,799.269089219396,862.529596980601,1066.78046069333,499.046393337439,1405.28897491641,265.494004401708,611.79495995948,669.074356180396,2020.24154618627,881.954189692024,1463.23512104767,313.254701876001,1255.06370820973,8579.51947611103,2617.50402791403,61869.8742269392,22910.1921650729,1909.24714660431,10182.884985763 -8450,362.943284048485,1341.45565597009,404.595574979611,1207.35103273418,615.189009712605,4784.13440396038,116.472257463399,432.785482668954,3139.05062600358,11571.3930755013,977.247466084788,3399.98449722524,312.47153822753,2656.50108893006,1057.6287009783,6456.03688678698,1155.96257978808,7917.14204094659,120.060956546128,781.556240562617,824.630142590075,1043.13921007431,520.907174593352,1374.14593277019,271.04640519322,598.236783269166,680.847223638018,1975.47035055217,930.302858871107,1430.80791649543,324.007924096408,1227.24985450516,9210.63129699433,2772.17971157675,63870.3927433716,23231.268189445,2052.28520644763,10279.7508104239 -8451,405.430546489683,1350.59655373292,450.750605175973,1215.57811970865,695.80646609354,4816.73427655073,128.984317245898,435.73455357764,3552.65474054702,11650.2424363475,1105.95387025266,3423.15254646043,353.969768436065,2674.60292088603,1189.31526451206,6500.02937574667,1301.12079971404,7971.09073887635,134.390548213593,786.881892334325,904.655786152022,1050.24733089012,589.170488739688,1383.50958741413,304.813602310791,602.313266341485,763.037097426495,1988.93152791389,1055.01766750853,1440.5576751436,365.612023425126,1235.61253529863,10490.5580988903,3145.67041179705,71906.8694080597,26016.3786113308,2338.36132613427,11503.123060321 -8452,510.041292840924,1396.2721164368,563.030485918945,1256.68752019895,832.800168087219,4979.63047813549,162.622694050277,450.470575870291,4242.30750498277,12044.2397240246,1320.89212397855,3538.91947800537,421.92659517988,2765.05479793494,1458.75559980138,6719.85260756852,1608.55246488983,8240.66350940921,165.466320473558,813.493298319726,1205.17994518134,1085.76544152359,711.600403058162,1430.29822961575,378.419032728463,622.682781788659,948.097329308365,2056.19481721067,1257.84300469361,1489.27561555128,446.600890258039,1277.39947580115,12237.6533053804,3729.07582946263,87765.0107762254,32442.4917298904,2723.94218310321,14435.0178331413 -8453,701.806715625223,1492.54080966096,767.802999725351,1343.33228230262,1074.57733797433,5322.96077401837,223.52840591978,481.5291447298,5456.66907143464,12874.6532268518,1699.43319658369,3782.91715550858,541.390855856203,2955.69687189518,1944.49359201624,7183.16589841931,2164.06178232772,8808.83206195131,221.605048133672,869.581173923586,1770.39722728551,1160.62564890935,929.053688095114,1528.91291930626,511.775037790837,665.614855694819,1284.75333502532,2197.96316289123,1613.89901767804,1591.95661567438,591.729765706399,1365.47226391527,15230.460821942,4748.00321765314,116219.512226754,44144.6083850879,3383.16106759851,19792.1456247388 -8454,731.090553162224,1714.06294424645,799.95708858222,1542.70896447246,1137.74920997822,6112.99185748554,232.163339256529,552.997451201033,5782.36346594141,14785.5025961954,1800.74369750814,4344.37576208344,574.195318224885,3394.37987205959,2041.98606998138,8249.28766380075,2270.02493511552,10116.2343580479,232.039211633789,998.643961752262,1813.21637202455,1332.88510710097,981.648470357476,1755.83338358288,536.163767344194,764.405068123802,1343.52689611765,2524.18371808969,1712.58994356686,1828.23399274107,622.989227742509,1568.1349506987,16285.1313484621,5046.68834360698,122246.250470389,46118.760693717,3619.484818644,20645.0104991827 -8455,721.358927887008,1923.40685531432,788.678893023477,1731.12487378675,1139.82464634769,6859.59082461662,227.941177266758,620.536773274111,5797.75487272351,16591.3026404596,1805.41441973858,4874.96806981391,576.396645679546,3808.94618682198,2030.5688363459,9256.79917255878,2254.77703831767,11351.7619522367,229.920597089857,1120.61149708653,1756.09178227636,1495.67456723209,981.874740817226,1970.27885009075,531.918784730238,857.764268926949,1330.62159064619,2832.47023322174,1719.9675215452,2051.52197389272,620.998759868268,1759.65621586776,16472.041547939,5076.0739658842,121706.532237937,45611.7930255223,3663.01814120501,20388.998095409 -8456,685.652880099428,1991.73217404163,746.109301856624,1792.61974598784,1058.9315765758,7103.26455809422,216.14196471786,642.580145272512,5380.41813269686,17180.6766659698,1675.60456441683,5048.14190780621,534.61799054467,3944.25165353107,1908.84528395028,9585.62910893561,2130.83321072544,11755.011400662,216.205802825637,1160.41905911968,1704.72197768711,1548.8055214221,917.509622487446,2040.26920602723,503.660093055834,888.234690151351,1258.05834318742,2933.08827507585,1596.65187730804,2124.39833510304,583.519429460761,1822.1646089659,15112.5644641966,4696.34502895718,114147.907127831,43197.0148691856,3358.28488327793,19370.8508469312 -8457,643.909751596737,1985.59967311742,698.864871552154,1787.10030798694,987.643119980867,7081.39375787564,202.306784219295,640.601654697264,5016.85937003625,17127.7777285998,1562.41671388774,5032.59878643747,498.649204621719,3932.10738673365,1787.15550344386,9556.11516115901,1997.60798187125,11718.8179710342,202.226823473474,1156.84615356277,1606.71497065993,1544.03678222346,857.495240893721,2033.98726061576,472.419941596683,885.499834466808,1179.73673580402,2924.0573587749,1489.49055342781,2117.85735789577,546.183932225982,1816.55420296143,14051.6492300819,4376.79242959127,106747.88229551,40502.6086394588,3121.96113223245,18180.3697211831 -8458,612.506122835851,2000.90199791472,662.989168652263,1800.8728673444,927.703409412739,7135.96759205161,192.14358266421,645.538548431978,4709.50570414963,17259.7755433695,1466.76948691128,5071.38327167243,467.976599684976,3962.41076821798,1689.82195648412,9629.7608108719,1893.41715907065,11809.1308177077,191.221689109525,1165.76156376453,1545.16610966683,1555.9361356835,807.883448087454,2049.66249168923,448.240669963953,892.324073138086,1118.98769865601,2946.59204994941,1398.27323176506,2134.17894658438,516.123996590892,1830.55375322424,13105.3541800059,4101.42843681336,100794.308761322,38445.0500675648,2910.51356550754,17284.9427309406 -8459,586.508051443206,2010.30323628173,635.418632597656,1809.33426880845,882.436477437491,7169.49593695907,184.546824935679,648.571611408188,4477.94207215155,17340.8706016049,1394.69397448673,5095.21116681029,444.684871539413,3981.02815586557,1612.60713469527,9675.00624362904,1807.36938746804,11864.6160208012,182.849824664742,1171.23889466403,1491.79373212953,1563.24670187347,768.835865825609,2059.29283124427,428.090147719103,896.516657942806,1069.75807818711,2960.43661318177,1328.26961087574,2144.20638671668,491.917859788176,1839.15461033549,12408.5877969102,3893.64767127351,96144.6931047025,36778.1293759034,2755.03741350394,16544.1850025108 -8460,570.71322032045,1983.34337478698,617.219841912603,1785.06957062541,851.181135642072,7073.34695109508,179.413937282569,639.873719220872,4317.45274127945,17108.3149049418,1344.7558748877,5026.8800887597,428.657388535344,3927.63921147559,1562.69076333699,9545.25625189569,1752.20954010302,11705.5015156677,177.210146315669,1155.53159349298,1462.45538585601,1542.2822454651,742.570799045821,2031.67597797284,415.289356854717,884.493613613145,1038.90002631247,2920.7346619463,1279.97808764252,2115.45077106689,476.003776216658,1814.48999622792,11907.9473890076,3748.63503877291,93060.6300598059,35722.5533370172,2643.09458406134,16083.2276031951 -8461,561.848925889443,1935.58507602604,608.506150026778,1742.08564411689,839.171201202219,6903.02293094578,176.877538674101,624.465756767014,4256.53191174289,16696.3519413353,1325.78094960868,4905.83436154658,422.400756284976,3833.06286666743,1539.06164103897,9315.40941567816,1727.53167599166,11423.6366375843,174.708356014742,1127.70674794617,1441.85478762991,1505.14456311066,732.103561555577,1982.75384498521,409.441329203713,863.195279301459,1022.96679564795,2850.40426915607,1261.92620600266,2064.51136681495,469.296919723895,1770.7976349151,11739.8226138799,3695.32201318552,91728.4295962335,35206.0287291576,2605.78030758047,15850.6522749001 -8462,558.612933757798,1898.32724149297,603.241722156949,1708.55245589651,826.977524501728,6770.14750773412,175.476720400646,612.445493682036,4193.12266521753,16374.9659554435,1306.07039022708,4811.40257079089,416.238447288538,3759.28071996152,1524.22539750338,9136.09826737686,1713.50160214557,11203.7444877219,172.865189656473,1105.99966209538,1440.35808205228,1476.17222406171,723.283890592862,1944.58806473032,406.387251091,846.579741558232,1015.18891998466,2795.53719463275,1243.72115216921,2024.77184626939,464.560930306982,1736.71177318245,11518.6996257289,3637.34355644997,90715.6263879163,34935.0831043764,2556.02793893932,15747.0963073238 -8463,565.20811492679,1892.62864344634,609.482196705211,1703.42354372851,824.60838424048,6749.82416804866,177.572778786487,610.606990489497,4177.99235965049,16325.8098631914,1301.43663447541,4796.95919733441,414.5756612908,3747.99571635451,1531.68921288469,9108.67256826535,1726.49003977551,11170.1119110737,173.952041747005,1102.67955617463,1475.13243431153,1471.74089527463,723.693007246003,1938.75059608689,409.946413983832,844.038389595242,1023.8484797131,2787.14525753759,1239.10302268951,2018.69367353087,466.450080397272,1731.49832941895,11384.5987450239,3616.18641094855,91020.1090253471,35265.2221268373,2524.93270853859,15923.9179194602 -8464,586.853993280031,1953.51974981082,631.833948057666,1758.22739790461,843.688139836231,6966.98470970138,184.63906063813,630.25190885927,4271.07871729895,16851.0563917739,1330.52375706019,4951.29066310951,423.410914011548,3868.57912113835,1579.07261659694,9401.72379736627,1782.70533369872,11529.4853543721,179.581682849824,1138.1558121076,1553.98015146905,1519.09087684943,742.118258126321,2001.12557343352,423.779322082629,871.193442719119,1059.49782491111,2876.8154413413,1265.22293168584,2083.64064113486,479.984711965141,1787.20542722267,11531.6596299681,3685.69874050405,93711.6997582429,36533.8126872827,2556.02793893932,16520.9805118317 -8465,606.974892309763,2012.32812011826,652.211538958935,1811.1567260625,857.717820516884,7176.71743278955,190.932404819998,649.224887067836,4338.15929172666,17358.3372444271,1351.52075225306,5100.34333321642,429.856192769776,3985.03805816295,1620.28749641983,9684.75142207151,1834.97002666361,11876.5666901199,184.520136568293,1172.41862847916,1629.02025919448,1564.82128670327,757.592843901938,2061.36705999415,436.796346173092,897.419676978484,1091.7417655781,2963.41852165156,1284.92317616729,2146.36614489459,492.035464578527,1841.00710421608,11595.5396735326,3733.39766486266,95982.6787137106,37684.8543434258,2568.46603109961,17076.2357460317 -8466,623.909573220561,1978.68614476887,667.43805542005,1780.87792146651,866.219980130025,7056.73752069189,195.709918880402,638.371186108937,4377.00676715984,17068.1416506543,1363.72895243022,5015.07611313731,433.489587758246,3918.41644174821,1652.10754534782,9522.84235498202,1876.99287034716,11678.0149927949,188.021125880926,1152.81820735294,1697.00641264733,1538.6607025385,768.404549342536,2026.90525472241,447.416388892344,882.416671082411,1117.97389554194,2913.87627659787,1296.24904890507,2110.4833302505,501.200176268506,1810.22926286959,11575.6404333316,3756.04609503942,97677.7561189932,38627.5070053981,2562.24698501946,17540.5546914867 -8467,632.488286141521,1906.80281907841,674.608933479068,1716.1807344052,863.758968738458,6800.37459883435,198.126136616521,615.179916486016,4360.63225309839,16448.0762661321,1358.72737962727,4832.88433373048,431.663008483855,3776.06501020982,1662.3546466076,9176.88876334659,1894.25666172257,11253.766530064,189.250720687417,1110.9376863415,1741.33271123081,1482.76298035548,769.352080054389,1953.27018583889,452.109010327176,850.359517839689,1129.40792968492,2808.0186002978,1291.22854879045,2033.81196880504,503.841066235233,1744.465776315,11414.9581347671,3731.77941547835,98108.6466761327,39058.9837010601,2524.93270853859,17770.7001766477 -8468,617.982626844938,1795.66570393453,656.160614350827,1616.15393877697,828.316573202452,6404.01792930862,192.788101461141,579.324441274502,4177.34756205862,15489.4077936532,1301.72867083265,4551.20191890456,413.292713144229,3555.97881795565,1610.66619074115,8642.01807144799,1843.61573269336,10597.845983828,183.249166925322,1046.18720017204,1724.2313915304,1396.34082992123,741.81623904882,1839.42474184295,440.679858905038,800.796708983803,1099.22215077989,2644.35454264851,1237.41812855994,1915.27218446209,488.129618231619,1642.79040017905,10805.2315742623,3564.26036784228,94881.0454144109,38065.7340789076,2388.11369477542,17360.6100419221 -8469,552.460766198906,1711.34381412227,582.911283402395,1540.26166437054,719.951549852812,6103.2944187979,171.41625367022,552.1201951859,3625.32747074645,14762.0473866622,1129.8508921676,4337.48399475067,358.60119209714,3388.99514532361,1422.48548272188,8236.20127939171,1638.53518247621,10100.1863140256,161.720990130965,997.059747538397,1567.48184646818,1330.77066430355,650.36782063297,1753.04799027958,392.502050580583,763.192442382844,977.178528903537,2520.17944041139,1075.04722004895,1825.33374561747,430.957904072014,1565.64731569233,9212.75206730973,3080.75809822151,83519.7308000572,33883.9878400281,2033.62806820719,15508.2361741357 -8470,473.525798283768,1648.3121194802,505.213820175696,1483.53121541205,631.658774031599,5878.49973584658,149.264199136993,531.784672153361,3184.07375721948,14218.3361490433,992.246641284177,4177.72710404534,314.521796582777,3264.17270731863,1230.70299034845,7932.84801994192,1406.58468683456,9728.1793249448,140.740032153535,960.336346297734,1333.50253253528,1281.75612411658,564.734859287313,1688.48026011083,336.332586502886,735.082770565622,841.179849248168,2427.35695809056,940.673167159325,1758.10360850289,372.021272196455,1507.98187014858,8191.34066205757,2709.5789410121,72519.517823377,29162.0653115395,1809.742409322,13296.7562651789 -8471,380.719170671064,1532.45991929177,416.963925135981,1379.26069933534,565.23806871733,5465.32730317669,122.32736147083,494.407998423099,2865.24520277659,13218.9953649661,892.483189258951,3884.09407722327,283.608293840314,3034.74917431862,1038.70395163177,7375.28499167243,1160.02198962727,9044.43080104398,119.175614363086,892.838766607189,993.824698956203,1191.66744168263,490.754036518469,1569.80482795406,275.016086864031,683.417218098844,691.857041930251,2256.74931593711,845.027419498457,1634.5346746844,314.856185620836,1401.99283115755,7848.60351631361,2477.16393268906,61939.322929991,23844.0762244795,1741.33290244041,10723.2449201265 -8472,364.547894114355,1419.00865079101,432.243179137659,1277.151095056,631.046478704293,5060.71749412942,122.202320174407,457.805922328381,3469.761064001,12240.3650115183,1076.86013320003,3596.54632834582,358.464662012373,2810.08023578795,1249.37587959155,6829.2769510533,1340.50896006027,8374.85234464951,142.689827095005,826.740012986896,946.979370729201,1103.44576541691,572.646502878132,1453.58883640479,286.52028938151,632.822387309137,788.143436121294,2089.6773623035,1015.85763741594,1513.52659485343,358.767151714141,1298.20031879135,10077.4607896875,3043.86871253369,71002.6875822729,26249.9398683772,2272.35048321153,11714.7542356443 -8473,384.417332282049,1354.15456069607,456.218173802562,1218.78043456887,642.837567341655,4829.42346493067,128.572906793427,436.882451202159,3646.05751151372,11680.9337953594,1131.59823158116,3432.17048787496,376.897990602445,2681.64888571533,1318.75628571666,6517.15303100528,1417.12206885074,7992.08975318187,150.369867489378,788.954851312611,1006.14459116215,1053.01409888313,603.378309362782,1387.15430036115,303.133859552115,603.899998359805,833.419330512715,1994.17116235986,1068.34797380646,1444.35267537873,378.640753388731,1238.86762875508,10456.753441124,3186.3513480115,74595.1380279786,27714.9385032347,2369.38765220356,12406.1593781851 -8474,395.690572324478,1321.49610115468,473.838355959267,1189.38682421782,702.526294224988,4712.95113938122,131.474600827039,426.346055822304,3846.16608017963,11399.2220064442,1193.62023199507,3349.3960363679,398.058357744287,2616.97493771834,1379.80835988172,6359.97734016042,1480.70025817725,7799.34267140026,157.02872089559,769.927444220816,1021.79392796605,1027.61831368767,634.910712917036,1353.69997844629,316.201089131171,589.335602067154,868.200814676365,1946.07727402923,1128.72551960022,1409.51888699042,397.038146147428,1208.98957088402,11270.322199148,3386.39118865716,78366.5017373994,28832.9220247657,2538.43934476329,12854.1811967316 -8475,446.154309549308,1320.45473312615,513.469314863057,1188.44956120871,807.636046553562,4709.23723009895,147.114821199098,426.010085741701,4191.12752963883,11390.2391684795,1300.65395032837,3346.7566385338,434.066416351661,2614.91270383871,1502.06678643127,6354.96553796258,1613.68259270655,7793.19661762497,170.456604798207,769.320724440109,1103.22508368818,1026.80852782719,692.458234009904,1352.63323305329,344.536468345388,588.871192634898,944.372218026921,1944.5437222825,1231.56381432972,1408.40815506829,432.862487863171,1208.03686047886,12481.3812737715,3715.02382199535,85974.6729547157,31503.591302297,2791.93149030553,14013.9732414695 -8476,564.33658762554,1329.16172801141,632.670297410921,1196.28612235029,976.983903417764,4740.28964215618,186.486126671527,428.819169267678,5131.68117785817,11465.3456842077,1592.57596394303,3368.82493985674,530.828648964923,2632.15527260427,1840.39811198741,6396.86977825718,1973.43022617158,7844.58446257506,209.59902803556,774.393576575651,1367.36834631045,1033.57923823145,846.32746156133,1361.5524109292,421.406207564553,592.754171985664,1158.11928855371,1957.36592043843,1504.71623063261,1417.69510924771,529.203626863511,1216.00257903136,15127.9954716911,4531.06346934084,105459.48110885,38760.8788533141,3395.92900880778,17264.0492029642 -8477,764.099234110346,1335.00495941527,843.322860232831,1201.54520895413,1223.66698654579,4761.1287986837,251.734466228008,430.704334619369,6411.54498384466,11515.7493834312,1990.39752318474,3383.63489358007,662.235865438202,2643.72669542256,2403.50540827854,6424.99155575571,2628.67493182053,7879.07065136302,273.133290714769,777.797948496864,2002.92060020358,1038.12303642841,1084.28619122832,1367.53803753721,566.46603168971,595.360024772063,1544.23218537499,1965.97084922483,1884.24946717242,1423.92754914488,691.314304387077,1221.34834268617,18193.576517736,5606.26679484787,136616.30128439,51975.2591001375,4075.57864808995,23414.8892664384 -8478,784.480691081367,1360.95238179766,836.043705523626,1224.89868103556,1259.55781562236,4853.66704663938,257.374997264336,439.075589882114,6367.12740105526,11739.5717828869,1976.61243791198,3449.3998955393,658.39771239604,2695.11069422042,2393.37045810259,6549.86897177184,2621.46596823286,8032.20983839734,270.857879768163,792.915384395115,1990.87553985492,1058.30020260381,1079.56950228228,1394.11777930799,565.120611154267,606.93156083521,1538.79160321481,2004.18185035748,1874.21987971765,1451.60328869852,688.867651669534,1245.08671242046,18224.4552116861,5591.86336499949,136652.480287118,51953.8390692266,4064.64191487898,23397.9520396717 -8479,762.077205923418,1459.94020234009,812.242023478191,1313.99074071574,1224.91449065113,5206.69477120298,248.427496988049,471.011413851504,6186.86226668368,12593.4404710437,1920.66035585872,3700.28933326357,639.509877380673,2891.13748936008,2325.37810730415,7026.26863352766,2547.44373838542,8616.42641840154,263.120637030378,850.587472578068,1938.96296669348,1135.27485060508,1048.81434078339,1495.51785942752,549.195720054091,651.076259231001,1495.26477719468,2149.95446958427,1820.54057284377,1557.1845329524,669.330368814123,1335.64713297393,17712.0346562383,5432.73378776942,132791.252881393,50491.9172670627,3948.6857302984,22735.4195893212 -8480,727.007419239968,1565.55228451664,786.245031791805,1409.0448380447,1144.62522199764,5583.34709926619,236.455303297904,505.084382090916,5862.50627886069,13504.450023203,1820.1278207654,3967.9682837543,605.117965098937,3100.2823910626,2225.50475576126,7534.54894468641,2444.74670368482,9239.73875236547,252.989351062527,912.118974969922,1913.09275494905,1217.40063947156,997.824779503565,1603.70362951124,528.095037290955,698.175119364372,1438.13758014342,2305.4821876056,1722.85820217798,1669.83127053426,639.595704728535,1432.26785383661,16545.0399981789,5121.91447084844,126613.351623821,48569.3167512184,3692.21519234848,21920.4706347063 -8481,681.944439522405,1647.58894708228,762.424090045148,1482.8803381821,1064.62859827163,5875.9206316224,221.00269573853,531.551359547094,5644.23408769682,14212.0980657787,1752.42363361606,4175.89418848768,582.442502451359,3262.74060014908,2152.68730298422,7929.36760099875,2366.10638919274,9723.91123112529,244.738696432906,959.915013025867,1871.31709577762,1281.19377270336,962.329574044395,1687.73946453935,511.513404725764,734.760263945926,1394.02845424575,2426.29199137022,1657.96033736595,1757.33226672404,617.948087974759,1507.32026555794,15734.748357602,4908.05992474418,121608.135844899,46878.8219175205,3523.99349118802,21195.4879642786 -8482,655.456604215165,1712.24054879357,740.220740977374,1541.06875294382,1020.52280362219,6106.4925112381,212.29854732314,552.409503107351,5473.12724661209,14769.7826176554,1699.30901715934,4339.75681231792,564.766721614155,3390.77095999196,2089.1895861651,8240.51700320252,2297.02434298505,10105.478755661,237.513456388078,997.582201318639,1819.61653887825,1331.46798075416,933.579168512203,1753.96657770799,496.657036048227,763.592350991691,1353.41638072134,2521.50000046688,1607.73016048457,1826.29021038095,599.699598297709,1566.46770620616,15203.6264526237,4752.92065184802,117782.136309403,45457.0495942736,3409.52650281128,20564.1037675351 -8483,626.690731319332,1757.45327970372,701.456345170927,1581.76159069374,967.490497868976,6267.73808091578,203.560768741733,566.99620486126,5095.34834678859,15159.7875194573,1582.14667565437,4454.35067420786,525.223551292192,3480.30628556293,1964.06695407227,8458.11275987866,2164.44463219963,10372.3199375381,223.799560768398,1023.92395315996,1755.7869606797,1366.62618534856,872.612537427363,1800.28110924924,468.83638303104,783.755461551571,1278.21728444891,2588.08170891396,1495.18008082301,1874.51449049391,562.848330681961,1607.83121843582,14081.6928498115,4418.79142242035,110816.491723079,43045.3199485078,3147.75838485059,19491.7820247538 -8484,587.653542387121,1749.32482385916,679.387789320178,1574.44573234628,863.218546747274,6238.74895624067,189.929329789698,564.373771782397,4846.85350847443,15089.6714800223,1505.12560629557,4433.74870817574,499.265492847648,3464.20940475565,1890.34619218727,8418.9928601402,2091.22764983996,10324.3465742677,215.490294596486,1019.18816829582,1735.34521079864,1360.30535694764,835.019155944526,1791.95456898024,453.940944324925,780.130487997092,1236.63507258503,2576.11148578713,1422.07720408503,1865.84461093469,541.257196026539,1600.39478458264,12997.4479016898,4161.40884218191,105518.688101902,41486.6009785325,2929.76114130807,18879.6379454111 -8485,577.089856599417,1703.90960456536,673.514395267943,1533.57064887096,846.671557630548,6076.78123697994,186.745359929985,549.721742462524,4780.15065225246,14697.9199139382,1484.4516061576,4318.64162964518,492.296209106242,3374.27308895494,1870.64913294403,8200.42258561982,2069.19813533304,10056.3103254588,213.270676794415,992.728443072986,1730.12876519734,1324.98969387026,824.28819909839,1745.43261456401,449.389956521565,759.877075533644,1225.55944684903,2509.23158649307,1401.70022665277,1817.40435500394,534.944163773914,1558.84602296493,12764.7533752247,4097.7905422,104212.066546166,41072.9377349208,2877.83719791761,18700.5638362598 -8486,581.704405726865,1676.31334900348,678.309394200924,1508.73317660421,858.336390591949,5978.36263099285,188.077177915936,540.81853442128,4812.81513854101,14459.8746836711,1494.58748487162,4248.69757993002,495.427339805486,3319.62388558823,1880.21124201132,8067.6098138731,2081.50833205802,9893.43988385356,214.80668487329,976.650367249487,1738.22947751714,1303.53036638544,829.642000014337,1717.16385877526,452.009789958459,747.570224327538,1231.19449042484,2468.59246107276,1411.29423012722,1787.9699560748,538.268839309816,1533.5991946613,12891.0581132966,4129.38815526387,104924.686239393,41310.6591633511,2903.05457151092,18798.6506203824 -8487,596.941114592281,1686.81381042544,691.115317723427,1518.18391236694,880.895981998346,6015.81121792356,193.30355936169,544.206232884907,4942.25216412608,14550.451637182,1534.72150147543,4275.31150927574,509.163916780627,3340.41807813391,1922.95431225982,8118.1454882853,2123.13753162638,9955.41259551437,219.416118308791,982.768125310741,1755.91501599125,1311.695707509,849.759624724061,1727.92020863371,460.628976973562,752.253019644672,1256.64941722379,2484.05577520759,1449.3524415023,1799.16983678837,550.147814635886,1543.20569167445,13288.6527824327,4245.74566953935,107377.818593335,42136.7046695609,2995.45336529674,19160.7601410619 -8488,624.076096778208,1753.11424531622,715.071052687109,1577.85632731399,913.755844289819,6252.26345557068,202.511226581883,565.596329223661,5083.13635806052,15122.35901987,1578.51923572269,4443.35318086191,523.304585903242,3471.71364254563,1983.58782353565,8437.23024621966,2195.13255577221,10346.711374621,226.582746811329,1021.39595352876,1828.94948218099,1363.25207686922,875.751387248432,1795.83633582032,476.585805679151,781.820421833397,1298.23379782633,2581.69190859192,1490.62421995468,1869.88643982078,567.911082412111,1603.861590892,13632.711583857,4364.54544950631,110945.246546142,43640.6025337287,3070.10470808269,19857.0313966 -8489,652.801675898606,1828.15060120253,727.819197105948,1645.3913377847,951.078962133181,6519.87126664206,212.012690911998,589.804841339172,5106.33662291072,15769.6224348397,1585.83215992488,4633.53646840204,525.425764064127,3620.30905845384,2009.89469141297,8798.3584574252,2230.43856398943,10789.5687177937,229.651944571322,1065.11348675546,1888.24275792548,1421.6016500793,883.63028102978,1872.70127190089,484.991969792277,815.283703287303,1320.38721803696,2692.192837644,1497.28691702448,1949.92084986578,575.084168040626,1672.50967212691,13699.3710350029,4389.37492832529,112821.147125198,44573.1626887602,3069.61628987284,20290.9894628683 -8490,663.28477413544,1812.93505754192,727.414792763347,1631.6968840989,935.671616855771,6465.6069265741,214.508176053817,584.895945262051,5013.22684232158,15638.3731939343,1557.06251679192,4594.97193417188,515.729441770953,3590.17753071891,1998.52596412978,8725.13046014614,2223.95432314074,10699.7680450282,228.22611358264,1056.24863680789,1922.80986418643,1409.76977913795,872.759194098193,1857.11493675589,484.573056411488,808.498165610601,1319.80600252874,2669.78594313707,1469.77611669202,1933.69182266948,570.789048703073,1658.58951482571,13264.7613172894,4294.58952630001,111993.050834282,44629.9829989692,2972.23754769139,20369.8075742324 -8491,679.640354907435,1749.99014123064,717.093025017069,1575.04453828667,954.83986985913,6241.12172772387,219.717742416563,564.588418981851,4900.73251966535,15095.410505976,1522.20118867126,4435.43498735963,503.962466726844,3465.52694090674,1966.1602171666,8422.19483962614,2194.79636979491,10328.2732132952,224.356083014869,1019.57579418664,1916.53333727477,1360.82271928776,856.627726307627,1792.63609964132,478.779593312092,780.427193536629,1301.92964909252,2577.09125335174,1437.42719481858,1866.5542440544,561.823978552903,1601.00345967654,13017.694748851,4209.19604836705,110830.166683552,44275.2729867673,2900.41775229267,20211.2165094082 -8492,667.544546135526,1646.80791965793,706.636464053764,1482.17738966256,926.033560221082,5873.13519465724,215.01169485862,531.299381534015,4863.03139102455,14205.3609252034,1510.43457249048,4173.91463655625,500.225253372452,3261.19392196107,1942.05661883397,7925.60874259836,2164.75264421255,9719.30168251372,221.570078574183,959.459972372951,1875.26567157801,1280.58643221703,848.018300499401,1686.93940405746,471.853732579229,734.411956246072,1283.4688270401,2425.14182549414,1426.44419979563,1756.49921628604,555.118145382744,1506.60573147057,12871.8480167359,4170.58151959618,109300.228234443,43591.3743778872,2880.66874530484,19905.9116868471 -8493,610.839302499116,1581.2885121915,636.656438275652,1423.20792323505,848.59047369124,5639.46839397528,196.18221082766,510.16126320834,4335.36296805551,13640.1906830907,1346.62977559936,4007.85251690151,445.733340765054,3131.44503573735,1745.10793796197,7610.2828430644,1952.56632194973,9332.61245201862,198.927555397196,921.287184807848,1712.48732108426,1229.63740334314,759.762327936125,1619.82333735274,426.216104123979,705.192861757203,1157.16324701548,2328.6558579859,1272.30453915897,1686.61566369163,499.083883173233,1446.66436634039,11478.6299566418,3721.9366879096,98442.2369552658,39418.845003849,2556.52836895257,18010.9291119801 -8494,515.747950234955,1542.55540394643,563.537525645883,1388.34694364727,719.421114499012,5501.33159094131,167.991076929839,497.665041754796,3880.04589996366,13306.0789899125,1205.10069414357,3909.68157328776,398.665107192225,3054.74138640482,1541.87991645519,7423.87163039614,1714.2296360102,9104.01337884105,176.801262509801,898.720577905416,1485.28321019524,1199.51786584023,673.791371510452,1580.14633206253,373.382849246226,687.919409608842,1017.44741989805,2271.61624837799,1135.8816543152,1645.30260376238,440.302588311937,1411.22882939458,10232.8338012513,3318.14033169076,86549.914407085,34471.946539581,2297.39707021013,15730.6143125013 -8495,418.795744885604,1438.3318143452,476.91946370726,1294.54253201406,657.015803923669,5129.6311485924,139.254853362418,464.040034226357,3654.6039484976,12407.0465711752,1134.46471934711,3645.52182465029,377.251668472102,2848.34613357952,1355.92522309802,6922.27373117051,1470.40318017168,8488.8957942843,154.972254930491,837.998036311018,1109.16576679775,1118.47179290901,612.461362041225,1473.38289108566,316.154886679428,641.439762886029,867.427306491172,2118.13326877367,1070.57259146553,1534.13684407189,388.5788411115,1315.87839078346,10259.1502637705,3176.87801884357,76667.8760649068,29052.7242563833,2319.95368301092,13081.0095431691 -8496,397.546092225747,1334.94710719475,465.29579437651,1201.49314018996,714.453223565638,4760.92247594965,139.21380877645,430.685670117809,3860.28152565156,11515.2503503241,1188.84549244654,3383.48826431802,397.895898487501,2643.61212996067,1432.12104927922,6424.71312980251,1543.02227814559,7878.72921313117,156.639426996324,777.764242750587,997.263458956144,1038.07804953723,647.699223454025,1367.47877550109,311.905599964761,595.33422494323,867.210677644876,1965.88565420116,1135.90217893653,1423.86584347854,394.139574988991,1221.29541575645,11651.4866995166,3464.01523467579,79278.1752401371,28934.0175483315,2654.21021297794,12941.6692779601 -8497,399.824548911834,1264.27871180621,475.126186602729,1137.88942748108,713.999892193606,4508.8924515904,139.192817693147,407.886365890676,3852.34434790814,10905.6649514953,1186.557316453,3204.37578475486,397.033997979355,2503.66663980071,1451.38410435638,6084.60664523256,1572.37012668662,7461.6511519915,158.643153963223,736.591562028227,1054.56802342974,983.125078252085,651.483800423939,1295.0882438675,318.98623557037,563.818883121915,885.70026639337,1861.81712298296,1134.14527701313,1348.49033693984,399.09999681342,1156.64342553022,11379.6270201119,3430.51491788018,79948.4193327285,29566.1624883665,2604.59445676576,13276.6889678077 -8498,418.346416183961,1223.28930523069,511.862797431041,1100.99771053176,794.915256841549,4362.70884177586,145.027305359458,394.662208960741,4298.13551922481,10552.0904346591,1323.60231187453,3100.48614346334,443.768432417352,2422.49481521012,1587.77347550758,5887.33652330097,1710.38998374097,7219.73562344741,173.063196309366,712.710395056007,1076.7691448313,951.251003990811,721.020752617037,1253.09995593437,345.32452328547,545.539210119892,958.580021266091,1801.45481654645,1267.5065621991,1304.77069018172,437.802316807033,1119.1436818509,12954.5602706666,3853.16295257441,87686.9742355929,31871.4012526575,2964.79604956691,14257.3091818869 -8499,482.857501226994,1208.07376157009,588.923701941443,1087.30325684596,945.407170562371,4308.4445017079,166.594907775279,389.753312883619,5122.02476879804,10420.8411937537,1577.02794851523,3061.92160923318,529.643568027675,2392.36328747518,1856.88510294458,5814.10852602191,1988.80005349499,7129.9349506819,201.651291613707,703.845545108434,1173.20838567055,939.419133049468,852.51377890381,1237.51362078937,399.634087464229,538.753672443189,1109.34040824124,1779.04792203951,1512.49937100852,1288.54166298542,513.264127527727,1105.2235245497,15690.3807771374,4615.71676120489,102870.948873697,36776.4916412714,3594.78815927266,16379.8723232757 -8500,617.802339908438,1211.94996416385,713.717429925268,1090.79195748533,1131.27756296237,4322.26849514592,213.677945348319,391.003867982475,6124.63880690406,10454.2773074657,1885.84905366721,3071.74603292415,632.516396121197,2400.03937901456,2231.89237065777,5832.76356453519,2390.69696102477,7152.81192494319,243.213537317676,706.10389059556,1450.25661248725,942.433335489741,1020.05545455287,1241.48428355791,481.029175440388,540.482307274069,1337.87098063964,1784.75614151187,1805.18593531558,1292.67605336382,615.577778222568,1108.76972382066,18719.005576659,5516.07257759411,123840.524989709,44500.0598371664,4278.30271616109,19818.6377114805 -8501,718.881672558492,1202.54872579684,814.869236479894,1082.33055602127,1114.22618986031,4288.74015023846,244.248790420078,387.970805006265,5970.69899538471,10373.1822492303,1840.20000253957,3047.91813778629,613.770129935523,2381.42199136697,2405.62635940273,5787.51813177805,2681.15594821927,7097.32672184971,262.700534684839,700.626559696062,2079.00721617456,935.12276929977,1048.19755554572,1231.85394400286,552.360228389782,536.28972246935,1516.68092410597,1770.9115782795,1762.30166961763,1282.64861323152,661.903916195506,1100.16886670941,16607.1656422223,5236.31712903953,131143.7362034,51121.3165376657,3786.55904291676,23308.7581506132 -8502,726.940313594465,1187.50674160372,805.920650100866,1068.79231115339,1102.252128125,4235.0947883796,245.514656435311,383.117903339075,5905.65557459174,10243.4301318499,1820.17852253952,3009.793498454,607.808236657424,2351.63416557425,2388.91859973519,5715.1254258626,2667.58253100136,7008.55038033995,259.745790022726,691.862828622092,2065.94669775754,923.425861213893,1040.26032190596,1216.44539784051,549.917842218891,529.581585530473,1508.01332313002,1748.76027297564,1746.1789344033,1266.60470602703,657.771302449432,1086.40749276438,16408.8452450504,5183.21375437612,130095.282111788,50813.5803390282,3740.36433580887,23188.6725755388 -8503,695.922684734413,1245.38945112959,788.11463414074,1120.88851635591,1083.11164615551,4441.52625766054,233.042315155039,401.79224137541,5804.65593265433,10742.7262369563,1789.00494569783,3156.50003636264,597.259643595655,2466.26000519955,2340.38829883961,5993.69811378043,2611.08784802452,7350.16855533637,254.39567752492,725.586338340271,2013.69290436814,968.436461171525,1020.60127765652,1275.73866595466,537.952434271501,555.395011266575,1475.40260612485,1834.00019571858,1715.69036589805,1328.34289219013,644.545653132855,1139.3623157791,16069.2014743774,5082.33627173311,127387.701274202,49679.5457029178,3676.3787986414,22664.7271217566 -8504,676.488115999404,1329.30636136863,769.295349225486,1196.41629678612,1040.74895315006,4740.80545899825,226.440545717442,428.86583142683,5572.50721241252,11466.5932911791,1717.60316985243,3369.19152012359,572.609193910947,2632.44169181555,2261.82292947231,6397.5658566442,2527.33343625178,7845.43807471488,247.069151633971,774.477842576116,1988.95467770314,1033.69170764133,982.061757987436,1361.70056889378,521.477503659175,592.818672809073,1430.92754445043,1957.57891212967,1644.77458643779,1417.84937640636,622.146792056673,1216.13489892268,15327.7643200616,4869.11336226099,123078.761534257,48260.8161298294,3500.90604860385,22039.7564119525 -8505,636.728968491775,1417.59123491135,744.739989415354,1275.87537750357,999.111881459564,5055.662457055,212.393814884144,457.348630271881,5346.17711600621,12228.1383857465,1647.93931530006,3592.95381897323,549.17610250618,2807.27330973636,2182.6044030525,6822.45533964759,2440.95465652353,8366.4868926866,238.475116084749,825.914200951073,1945.19110123848,1102.34355821797,944.339598102499,1452.13687915416,504.213896071194,632.190275235488,1384.52057255849,2087.59003050672,1577.17965235575,1512.01476712169,599.647795645242,1296.90357564196,14583.6385531721,4657.52870004591,118496.539984281,46663.7989230675,3334.40369209806,21339.9626832915 -8506,616.355839021679,1495.60706152601,728.575731018765,1346.09200256578,981.694932062894,5333.89617913113,205.650435375454,482.51839047005,5254.69616783189,12901.1027076387,1619.6913263439,3790.6887197488,539.877804817237,2961.76900807218,2138.93286552653,7197.92287905963,2389.84982740782,8826.92878504531,233.656295936588,871.367627519429,1893.16582292368,1163.01001959963,926.803344459924,1532.05389344914,493.356779979056,666.982284162753,1354.96149256359,2202.47862310774,1550.276568752,1595.22710577442,587.757397333485,1368.27746820102,14360.8826077483,4579.02707159979,116130.84886777,45636.2016263823,3286.28063233891,20861.4454478902 -8507,590.581168992339,1583.77622501586,699.67273663851,1425.44694070408,935.612883968896,5648.34051170592,197.672961715591,510.963858501476,5005.62861397182,13661.6496875845,1542.98862942794,4014.15774585092,513.911185573935,3136.37148395608,2044.48489194541,7622.25548314857,2284.67711814064,9347.29469343293,223.831939730453,922.736571132288,1829.69135143552,1231.57189203007,883.53017253855,1622.37167388871,471.979619849664,706.30228442885,1297.46769942333,2332.31934317331,1475.24602534366,1689.26907917146,561.152512572348,1448.94028592682,13616.7791305695,4354.38684400221,110965.872593656,43728.6224652198,3115.48591433237,19996.7204062223 -8508,573.499466913099,1591.09472732582,687.927116454969,1432.03381614991,914.476870603374,5674.44103804884,191.690395509732,513.32498131648,4890.34797162525,13724.7790698906,1507.51655910459,4032.70684532059,501.954461924852,3150.86440384442,2005.55745218822,7657.47731151003,2244.15443161706,9390.48778897584,219.618789934654,927.000462470373,1811.59178165566,1237.26288649907,864.978985864481,1629.86852265776,463.995774402511,709.566050369058,1275.14895024364,2343.09680291223,1441.19586562181,1697.07505545951,550.343643802178,1455.63572222776,13214.564626881,4244.38197627078,108712.630652073,42977.6511300086,3027.00319108708,19672.319204278 -8509,574.085243129749,1550.30781193986,694.423143066192,1395.3243474514,931.167907565397,5528.97958782428,192.558890863444,500.166152857762,4982.89115651804,13372.9512415404,1535.94978706435,3929.3304277814,511.634304228543,3070.09357504014,2031.32958154245,7461.18172092672,2265.88318860172,9149.76734392383,222.368609637783,903.237270514439,1809.98045641202,1205.5462729027,877.979160502112,1588.0876604739,467.866067308252,691.376680521928,1287.98791502261,2283.03269145476,1467.81041601736,1653.57138751199,557.046624222642,1418.32123050353,13561.1338934848,4332.7980194449,110179.844554389,43354.5585886953,3105.79416540808,19819.65802298 -8510,567.110814921292,1515.10378454768,703.787207124855,1363.63964834175,947.768278253014,5403.42881180321,189.610953244303,488.808496777958,5073.84690586215,13069.2813908206,1563.92537982541,3840.10411095116,520.833790638834,3000.37860780597,2058.46535780211,7291.75495054047,2295.62616740303,8941.99656593585,225.752184170049,882.726769717154,1819.83004406309,1178.17100994721,892.284765962458,1552.02573711266,473.6333290449,675.677060477471,1302.59635333415,2231.19011878099,1494.6896059362,1616.0224749847,565.184990983174,1386.1143235493,13768.5747815316,4402.32543114846,111659.302574319,43833.7017317884,3166.40863913926,20029.7044260702 -8511,591.056914177934,1517.64935239848,702.956251765585,1365.93073710035,939.604237880664,5412.50726227482,198.290008791178,489.629757477907,5027.30975423614,13091.2394526252,1549.66245609462,3846.55597627433,516.155129826444,3005.41962704316,2052.12828192627,7304.00603008186,2290.0951955918,8957.02026214222,224.894524429742,884.209863422644,1834.04485757452,1180.15048770724,886.404465180442,1554.63333855903,472.994099285705,676.812284229277,1301.96393659626,2234.93880312413,1480.87694537676,1618.73759912368,562.714759644032,1388.44317263247,13700.120865769,4375.39190643055,111376.772804146,43859.5452724717,3132.55538899942,20049.9508043678 -8512,622.537358587478,1584.81759304439,740.068033963525,1426.38420371318,996.481103903288,5652.05442098819,209.443721108851,511.29982858208,5334.54578786422,13670.6325255492,1644.28369602071,4016.79714368501,547.603286454445,3138.43371783571,2164.64766208035,7627.2672853464,2414.17472875798,9353.44074720821,237.375342384101,923.343290912995,1914.24780839487,1232.38167789056,938.234657278377,1623.43841928171,498.109562279664,706.766693861106,1369.89480424504,2333.85289492004,1571.52483863775,1690.37981109359,594.333517022333,1449.89299633198,14589.765025747,4645.72148676639,117659.298819831,46164.0947939661,3339.85306518958,21082.1734067173 -8513,644.58047710174,1670.44119148936,758.198370805358,1503.44805561829,1013.80738702555,5957.42031309829,216.778844297521,538.92403681881,5424.43930048986,14409.2214678941,1672.07404977816,4233.81431157566,556.677874743131,3307.995180039,2211.75698327009,8039.34882339797,2470.61296455478,9858.78297594968,242.594907925642,973.229142455137,1977.73399960438,1298.96407474289,956.390697457752,1711.14860114919,510.262595065477,744.951471626722,1402.83039462011,2459.94493477453,1597.92253687983,1781.70666334446,607.10517420518,1528.22696754163,14756.5592904891,4717.09186230879,120156.558973459,47315.1971419249,3377.8987054942,21624.5931497359 -8514,663.794983774639,1684.12361202334,760.559773775233,1515.76265169792,1003.73848153157,6006.2169606168,222.596653192832,543.338310931059,5365.20858400338,14527.2459926098,1653.97026776443,4268.49307079742,550.558146250542,3335.09064524201,2209.51084811052,8105.19834386091,2473.03976738016,9939.53530372839,242.240456058207,981.20076723956,2014.64212383064,1309.60376252101,950.312823428389,1725.16445209704,511.707958975612,751.053296320783,1407.50639847991,2480.09410330528,1580.28364558049,1796.30044848355,605.616337072378,1540.74452526699,14499.043049011,4660.51352962578,119892.945524556,47521.7049314902,3311.88484433949,21748.63283287 -8515,686.216746079543,1649.98987876995,758.755855770843,1485.04124997946,1003.19419276544,5884.48325524503,230.265603314901,532.325957182638,5362.56483126524,14232.8084964082,1653.14761686882,4181.9794664323,550.3014997574,3267.49519461841,2207.43671135218,7940.92258864909,2473.03976738016,9738.08129863162,241.774437186694,961.31383909612,2010.74564784086,1283.0607788716,950.312823428389,1690.19890514685,511.707958975612,735.830985622998,1405.8993616323,2429.82767989006,1580.28364558049,1759.89312071156,605.616337072378,1509.51679218277,14573.9760635997,4671.07011075193,120002.386672561,47537.1639567005,3319.21258441428,21747.3778881751 -8516,672.695084150747,1589.59053030946,739.956724010593,1430.67999292583,976.524625464145,5669.07650686642,224.845165081112,512.839691602387,5219.25922598864,13711.8038702544,1608.99140239066,4028.89438494322,535.554601776641,3147.88562404343,2151.20568767535,7650.2380476705,2411.0423361821,9381.61016310497,235.631938426714,926.124090180362,1965.14223105794,1236.09319678144,925.524980431968,1628.32766947867,499.009508849815,708.895237300833,1370.88675435668,2340.88167444788,1538.02785164738,1695.47066623547,590.147452483524,1454.25958611677,14139.1526968303,4541.01153857057,116915.724984719,46367.0437411919,3223.35213542622,21215.584633886 -8517,620.427245419091,1622.30684487728,664.344719289957,1460.12567456645,866.308624838934,5785.75516515685,207.002992358264,523.394752389055,4625.41198180734,13994.0147164805,1426.05773350827,4111.81547282405,474.356002693979,3212.67414305888,1924.15012340925,7807.69217797258,2165.64875575536,9574.69869967863,210.633113516638,945.185204653207,1793.73244667176,1261.53397105001,824.804746627105,1661.84125630394,449.098197741495,723.485434673642,1231.32363530904,2389.06076193425,1363.63839540511,1730.36616328292,528.145053396493,1484.19057348457,12514.5621152258,4030.06747333663,104612.600111462,41740.7394018949,2837.44635928851,19130.0322520632 -8518,525.04735145537,1521.06272600441,602.738036746896,1369.00287752474,808.34259904464,5424.68063381269,177.616205124676,490.730992943274,4326.65016381094,13120.6832046657,1333.63751238422,3855.20733742202,443.795833417077,3012.17917266118,1755.85838198161,7320.43360695344,1956.12182133159,8977.16566430791,193.110341405964,886.198556400465,1560.41263715567,1182.80478629038,760.051961800252,1558.12989354148,403.623317325576,678.334515424188,1111.62538516486,2239.96544587886,1272.89492740449,1622.37833220016,481.518169813289,1391.56594619759,11815.0523900385,3764.83773256988,95587.8608475265,37528.2915268237,2704.41158239231,17121.7756103517 -8519,423.731859260167,1413.80181064838,496.84420629834,1272.46478001046,718.898782208533,5042.14794771807,146.280804915994,456.126071925364,3869.25726199738,12195.450821695,1192.03801421686,3583.34933917535,398.258206509227,2799.76906638981,1492.75217392238,6804.21794006411,1631.17871812876,8344.12207577309,163.610730116821,823.706414083363,1162.29826069584,1099.39683611447,662.058962503889,1448.2551094398,332.772257104741,630.500340147858,922.029697150544,2082.00960356986,1138.8132136927,1507.9729352428,409.928824729735,1293.43676676558,11119.6939624409,3415.19917678597,81866.0681090206,30887.8990286612,2551.07200958308,13942.187914748 -8520,319.071677469204,1304.25567365755,389.248382766688,1173.86991327797,601.995976324673,4651.46530348277,113.591105077148,420.783884085535,3462.40813714265,11250.5061227166,1181.40708626801,3305.6993357316,411.507058977018,2582.83350768603,1520.48262684171,6277.00416443888,1575.04447848232,7697.59132931602,165.857152106117,759.882860458107,850.114569180953,1014.21185791654,559.16632747978,1336.03941455141,257.030445199137,581.647045354773,817.074353609068,1920.68847105251,1014.54556852569,1391.1301016162,388.492344390482,1193.21691970222,10755.3247882688,3169.89182390274,74086.4520762144,27589.2623908616,2574.64750577181,12535.4720176611 -8521,341.324657726783,1237.49240977894,414.103628486107,1113.78093811595,630.200785219574,4413.3624439355,121.325954199531,399.244468113292,3620.07860487387,10674.6063783571,1222.17376427469,3136.48460160215,425.800432224346,2450.62139735295,1584.36324867613,5955.69194486283,1645.76652100684,7303.56097811377,172.622821263384,720.985379730783,928.844873752264,962.29558469918,587.224555685857,1267.64917957871,273.061264049311,551.87323953008,854.798207746719,1822.37076095056,1060.04459210757,1319.91984128187,404.786752867632,1132.13759477884,11116.6759217302,3294.00634371651,77644.1282295319,29061.7387015052,2654.57567246398,13212.2153456886 -8522,347.335728839758,1215.65260729013,422.99400636218,1094.12444930678,673.277100622951,4335.47351037485,122.686352264395,392.1984286714,3879.46755370074,10486.2162976528,1313.35701437228,3081.13056171724,458.277513511492,2407.37176861171,1684.02230066817,5850.58331168484,1744.1339187091,7174.66456794873,183.073369587406,708.261117209082,890.231787547422,945.312575074549,623.856155995842,1245.27715734381,282.418079307559,542.133541367124,902.111898440009,1790.20877178115,1139.42490135457,1296.6253237504,431.003424543304,1112.15713973544,12140.391070109,3561.6198326723,82058.9149059901,30358.482735177,2894.50118351374,13767.0758653974 -8523,389.615858344925,1220.54125180215,473.775651184705,1098.52437857316,766.800696954007,4352.90825172812,136.587829712407,393.77562160008,4422.60128342296,10528.385732776,1431.09419916713,3093.52106861126,499.697535233625,2417.05281129977,1833.47608668094,5874.11093941936,1900.80045535845,7203.51687686938,198.796146138783,711.109329603776,977.609666154784,949.114069929719,710.262016147058,1250.28493448729,319.179180503231,544.313685715843,981.3237795013,1797.40794548839,1301.303566644,1301.83959321776,469.867655738693,1116.6295859467,13683.306662098,4014.65590499254,91257.7462442753,33523.4647141101,3213.64980638941,15124.8231324337 -8524,487.079179439672,1264.27871180621,586.864807503349,1137.88942748108,908.781939548701,4508.8924515904,170.782858013388,407.886365890676,5224.9769958595,10905.6649514953,1741.66752362343,3204.37578475486,607.382414975913,2503.66663980071,2235.25101456248,6084.60664523256,2314.51305611379,7461.6511519915,243.183101121271,736.591562028227,1299.80057234613,983.125078252085,848.885262704027,1295.0882438675,393.057069331776,563.818883121915,1198.42202021305,1861.81712298296,1535.28427124295,1348.49033693984,571.693366358377,1156.64342553022,16090.5370107633,4745.70817040937,110636.736363106,41000.7987480558,3832.64518546318,18603.7261920625 -8525,649.823285990312,1338.47618804763,770.203842031989,1204.66942066809,1105.04642268056,4773.50850296255,226.520414634449,431.824235491548,6316.18750646595,11545.6921927825,2085.52131840007,3392.43289110152,725.210345635767,2650.60081205903,2811.20661478826,6441.69757208451,2978.94832282369,7899.55750832076,305.661472597268,779.820348855735,1898.48280997548,1040.82232408465,1048.44056845835,1371.09385743006,511.406980234802,596.908057047133,1551.06382777474,1971.0826911353,1851.39635996544,1427.6299908805,720.52170524618,1224.52404574804,18559.7095670247,5652.98568894423,138783.780878837,53572.408212482,4395.27776688099,24513.3760410543 -8526,674.168853092564,1490.16880408355,798.826994471261,1341.19740488735,1161.36706778796,5314.50131176277,234.306568468849,480.763879345036,6644.1636291794,12854.192312776,2133.7776193649,3776.90519219499,743.169949814603,2950.99956015679,2863.20748253719,7171.75012374557,3030.11259334772,8794.83271356089,310.003611199763,868.199200726471,1943.43724791858,1158.78113618671,1100.75151475883,1526.48310971682,533.301755586265,664.557033932163,1574.6026096987,2194.47007188323,1950.02208692018,1589.42661452002,734.487483566476,1363.3022007553,19460.1180571354,5908.9229385261,143404.291465175,54912.3872106806,4571.12636823597,25043.4770746769 -8527,655.167734095878,1676.11086061982,773.546938744918,1508.55093087881,1130.32470017996,5977.6404814098,226.27890953798,540.753206855316,6468.15280434054,14458.1280193889,2085.13635946073,4248.1843632894,726.033037770834,3319.22289535849,2793.90546471555,8066.63529602886,2955.74046836884,9892.24481692169,302.438960234154,976.532393867974,1877.9669619789,1303.37290790246,1072.96347230709,1716.95643590028,519.585471996597,747.479922423971,1535.52564511349,2468.29427022578,1901.23182491961,1787.75398025701,716.770252933701,1533.41394527324,18997.1376477702,5763.80059125361,139678.862100863,53455.8161359639,4466.36373374832,24390.6472451866 -8528,628.167340100702,1793.58296787747,739.062461820498,1614.27941275875,1066.66055806572,6396.59011074408,216.52030450059,578.652501113295,6097.63837381626,15471.4421177239,2011.33493337852,4545.92312323638,699.504977570114,3551.8543501964,2707.25358805581,8631.99446705232,2867.39013535537,10585.5538762775,294.314496148856,1044.97376061063,1825.22247430051,1394.72125820025,1016.44794507394,1837.29125105696,496.924001808774,799.867890119292,1492.44838089691,2641.28743915506,1792.96431374212,1913.05072061784,693.945859297018,1640.88497936874,17932.6167490184,5460.36698812642,133827.152717046,51592.3303042826,4246.27096010808,23620.7286751924 -8529,592.170703152705,1838.47750315701,695.348812624864,1654.68586472952,1002.08698773749,6556.70087536368,203.488445304316,593.136545392867,5727.73909587405,15858.7022648256,1930.28277603934,4659.71050284989,671.068611627581,3640.7595490573,2610.85850708819,8848.05884047378,2767.86114233021,10850.5170981988,283.901147510665,1071.13012594311,1721.22377256421,1429.63202834739,956.044802609836,1883.27983277669,468.19936590439,819.889097866612,1443.30932606533,2707.40056257576,1685.02562374581,1960.93561058753,668.642867940081,1681.95738578388,16936.7441683691,5165.89880451334,127293.00923763,49366.8293241889,4031.46193880031,22660.4987869518 -8530,560.185268295457,1859.44949989068,655.003011215296,1673.5613018729,930.108416237487,6631.49488785807,192.007184557358,599.90261006934,5309.75422162968,16039.6066552939,1830.93622483975,4712.8650469103,636.234038898523,3682.2906514177,2491.72000487548,8948.99097632158,2647.75854638743,10974.2918024045,271.023530446509,1083.34878919248,1653.74285117487,1445.94021714892,890.967358048222,1904.76290147553,441.093583659404,829.241788586463,1382.22378513774,2738.28459333359,1562.10165593859,1983.3045191815,638.05312644249,1701.14391634532,15707.2095414408,4812.47102508712,120117.47010645,46964.4398225544,3767.12499287482,21635.1561547369 -8531,541.18414929877,1880.53720387131,634.488375517277,1692.54087907003,900.522447197871,6706.70155582751,186.227685067294,606.706004654186,5141.14160065472,16221.50913618,1739.46425553765,4766.31285660653,603.981061472359,3724.05089025845,2375.83851529213,9050.4799775798,2525.87223333889,11098.7493996341,258.944895190694,1095.63486556918,1598.69214119869,1462.33838191474,861.311885712573,1926.36449712089,425.801178403676,838.646080215307,1320.96114907613,2769.33901827083,1511.16224862073,2005.79684210094,607.792939645044,1720.43630333321,15080.151880383,4630.74477106258,115394.870260792,45137.8504752726,3590.00729276056,20755.2369829771 -8532,524.171234187599,1872.81372198815,612.699309798488,1685.58950964798,859.996471071662,6679.15672031157,180.069347138618,604.214225802,4905.17756858368,16154.8864011057,1714.0153701551,4746.73731674391,595.075960669935,3708.75598435407,2344.43060222056,9013.30910002582,2493.80890951815,11053.1661536672,255.543460769145,1091.13502583329,1566.05552717823,1456.33246829786,824.374774476322,1918.45279972758,410.622518376541,835.201709216638,1304.54210965804,2757.96517270589,1441.03616300522,1997.55891118451,599.735528974842,1713.37036568913,14489.4512153489,4455.44797046264,112222.373936445,44144.663233705,3488.66209479203,20372.011693669 -8533,515.447412678973,1849.35401523602,603.236228620867,1664.47505756098,845.931685836044,6595.49060009346,177.304495140297,596.645566737643,4824.57036002815,15952.5230303475,1691.01547510315,4687.2775508458,586.956690348149,3662.2984393315,2319.51583922255,8900.40433759787,2467.17938525753,10914.7092246074,252.870146969636,1077.46697789426,1543.73996017189,1438.08979299132,811.103229878426,1894.42139736706,404.289750470393,824.739597076465,1292.71368698471,2723.41766089272,1417.35741377736,1972.53659010351,592.771385760119,1691.90791810829,14246.7710594899,4386.6437309017,110685.897855586,43638.6093192428,3430.71500326923,20148.0279492664 -8534,514.346061765482,1824.2454724985,600.551850821269,1641.87660276325,839.559121208126,6505.944111837,176.58102140442,588.544953989536,4786.96418812659,15735.9368045741,1698.98629673548,4623.63873008005,589.463584364049,3612.57568418353,2328.18033104902,8779.56420593532,2478.66910616066,10766.5210244165,254.292726713247,1062.8382883952,1542.89629441228,1418.56495419343,806.276172317787,1868.70097811429,402.997681745347,813.542168542006,1297.1862403068,2686.44202065981,1406.99924778219,1945.75560665421,595.542046289668,1668.93700939109,14185.6123082954,4368.1198630769,110575.292206434,43661.7056035503,3430.99702521574,20186.8109084571 -8535,528.524446361983,1818.63365558856,618.135824276713,1636.8257962669,864.016943175943,6485.93026625955,181.748988533123,586.73444845459,4926.90945133224,15687.5292861864,1705.42069788224,4609.41530762836,591.895777092955,3601.46253432592,2342.25230207259,8752.55615925764,2492.56466595241,10733.4006216763,255.610783770085,1059.56874272864,1583.63240355731,1414.20110792504,829.472017791303,1862.95240539932,414.229122362091,811.039517573591,1306.30844208499,2678.17788023223,1448.10309058168,1939.769995408,598.567277737662,1663.8029585892,14462.590201895,4459.65203767341,112495.953970431,44332.1970913475,3469.11137932901,20451.2599974053 -8536,547.328464577062,1867.75151800864,638.539693289812,1681.03337156367,878.85441403695,6661.10300074921,188.355612736628,602.581038463388,5004.89816819421,16111.2198424576,1746.28361562375,4733.90691495201,605.590562066199,3698.73123972378,2407.21163638841,8988.94618092768,2568.40944714562,11023.2895134908,263.00005086262,1088.185694565,1667.41084414516,1452.39601058723,845.891270700979,1913.26723360146,426.696069220053,832.944164130094,1345.62153351557,2750.51040979557,1469.4007634589,1992.15952172533,615.662890860997,1708.7391361217,14616.982272858,4526.96688967459,115413.55208862,45713.1114521698,3519.06233686648,21124.8896623698 -8537,569.888660598556,1923.69612483467,664.312317902107,1731.38522518382,905.951547964332,6860.62246830768,196.159388918464,620.630098497668,5155.63316090467,16593.7978786061,1746.6685745631,4875.70123745931,605.291756918224,3809.51903080111,2428.84155317683,9258.19134283686,2599.76800094066,11353.4691930765,265.494442603694,1120.78003072223,1749.4034242644,1495.89950823376,873.832068615846,1970.5751688942,443.323275194166,857.893271825092,1364.22012734,2832.8962207363,1513.56391364373,2051.83051120282,621.054244356695,1759.92085821742,14792.2076650592,4611.80337211926,117950.460764731,46860.6123634785,3523.92305627919,21623.2295474667 -8538,585.261113930995,1907.84418710694,678.854862430058,1717.11799741431,912.96005562904,6804.08850811662,200.793561918978,615.515886566619,5188.61750200119,16457.0591040968,1726.31014931142,4835.52373156457,598.070857996633,3778.12724408945,2423.39928200444,9181.90056554442,2599.68535269783,11259.9125838392,264.796445296762,1111.5444061222,1821.91862312913,1483.57276621597,884.179310708941,1954.33693123189,453.447405549709,850.823927271944,1367.81182390525,2809.55215204452,1523.07065698093,2034.92270072717,618.97231280078,1745.41848672016,14642.496294049,4600.39875057963,118678.589440369,47377.0126336627,3468.40632446274,21861.9387745196 -8539,594.257356883817,1844.81249246487,687.289798029885,1660.38754845582,913.384017653568,6579.29382516531,203.567225091018,595.18036353408,5185.53628146449,15913.3478664779,1665.28128578791,4675.76684085924,576.481884540721,3653.30480608446,2359.48386819473,8878.54730609463,2542.15409993937,10887.9055947585,257.713669893819,1074.82100488154,1869.6996451992,1434.55822602901,887.44444931193,1889.76920106315,458.985197377584,822.714255454722,1338.32931478896,2716.72966972369,1522.02545402733,1967.69256361259,603.03707859712,1687.75304117641,14319.2175614618,4534.69005391484,117565.989274432,47063.8888187588,3351.80708655088,21684.403531467 -8540,578.473304828304,1732.31581085594,665.19906452566,1559.13710151392,868.427341657283,6178.0884312923,197.185004413311,558.886259862373,4921.83034931042,14942.9517771304,1596.08912116239,4390.63853881108,552.273476149349,3430.52624768402,2273.92462080649,8337.13341523951,2454.7369496002,10223.9610182313,248.446532624755,1009.27841078777,1850.11213337046,1347.07885310508,848.792663654898,1774.53105897841,445.141338068834,772.545133102696,1293.54474985678,2551.06347116923,1445.12311127878,1847.70265421144,581.088873388321,1584.83384625376,13490.2420923641,4299.77699779436,113008.19532258,45514.9602051473,3172.82307062328,21024.8973342037 -8541,519.412155313292,1650.42378164752,593.890408468548,1485.43177581235,762.144881811659,5886.03071577815,176.108384715496,532.465944565347,4312.57551365625,14236.5513415261,1413.67279346387,4183.07921434455,488.777455638641,3268.35445780882,2032.43235412204,7943.01083731419,2203.74680683722,9740.64215161129,221.933054559294,961.566638732286,1682.63992260299,1283.39818928315,749.819840653044,1690.64338191489,398.469146223377,736.024489344551,1161.66114910999,2430.46665909585,1267.58093714375,1760.35592518031,519.804787038095,1509.91375442375,11725.9927193021,3768.60464671756,100459.457229178,40807.6035351789,2767.47545191021,18906.851782018 -8542,442.990348580325,1572.43688394902,511.696347918419,1415.24118765764,661.2503199563,5607.90016507599,152.524998909735,507.305517523211,3745.08595186555,13563.8365603912,1267.26781507718,3985.41763531172,438.00216943585,3113.91604776052,1799.65328802946,7567.68252438278,1938.71533987671,9280.37099492871,197.577353230207,916.130066671841,1430.65799297859,1222.754223529,645.291507946812,1610.75600151225,339.45758323904,701.245381583028,1022.71221865539,2315.62066813873,1096.85317087947,1677.17444235356,459.367269542409,1438.56632789658,10393.3299006047,3309.01026033627,87764.4321584877,35497.5575363467,2481.01641984209,16445.9721862641 -8543,356.26811517629,1437.00117960223,423.302168488,1293.34492013329,593.23728352565,5124.885605626,125.306101300387,463.610739827449,3385.19791185441,12395.5685192678,1178.48031253504,3642.14926628251,409.562869558909,2845.71106127733,1576.71484377555,6915.86977219863,1658.25254074719,8481.04251622938,172.369499833285,837.222784529383,1067.1259454048,1117.43706822878,563.700289735194,1472.0198297635,278.244609961855,640.846351806956,866.749312756007,2116.17373364446,989.745314868776,1532.71757783247,402.479869966617,1314.66104059567,10085.8182112101,3064.66983819006,76397.6105939945,29559.0970296572,2440.04867310271,13585.9025515173 -8544,298.190046895274,1315.30574800995,320.771900062232,1183.81531745275,492.901514021138,4690.87401642858,93.7644097746943,424.348900745496,2925.59181366647,11345.8240359671,1119.22542757795,3333.70628573711,405.66892322612,2604.71610545903,1559.35180518203,6330.18496643062,1560.54826436209,7762.8078035406,168.199521030701,766.320832917625,746.64885549962,1022.80458759786,469.173761472001,1347.35877099871,223.161815746702,586.574946553777,714.819997100625,1936.96116270461,853.37807882616,1402.9162041168,358.673504911424,1203.32623794983,9611.39411914697,2782.96067604036,67478.0648131623,25702.5828054277,2427.82254359108,11865.5255160866 -8545,319.712198475557,1244.86876711532,342.335689974534,1120.41988485136,517.965339939618,4439.66930301941,100.456636246638,401.624256335108,3070.33153369267,10738.234817974,1157.46100618807,3155.18033744559,419.589597596224,2465.22888825974,1624.10025210931,5991.19221268151,1630.05940945881,7347.09552844873,174.987918771211,725.282978449917,816.259672453403,968.031568241282,494.508845091513,1275.20529325817,237.781439853082,555.162806550447,761.73430104591,1833.23341984522,895.001634801734,1327.78752622906,373.664576439695,1138.88596057652,9951.89920767924,2901.19831214542,70838.829948045,27107.3914301522,2504.78817166763,12515.3597619692 -8546,324.690661850238,1215.33441165952,348.282023359768,1093.83806352763,551.740880005642,4334.33870531677,101.165855767969,392.095771197063,3281.71693100956,10483.4715429527,1227.67499346754,3080.3240794408,445.689539657068,2406.74164190163,1708.83716669514,5849.05192843017,1711.60122719713,7172.78660799296,183.736834810672,708.075730700243,781.638306535369,945.065140627285,523.822120579475,1244.9512075223,245.204799824554,541.991638554564,785.491953168016,1789.74018675476,959.633346678184,1296.28593360713,393.644480187633,1111.86603392093,10786.4054891995,3116.63250568915,74371.360794036,28150.0591106635,2699.90107436406,12955.2441259388 -8547,364.440992031474,1221.11978803694,390.107637001706,1099.04507884189,629.201353884553,4354.97152910331,112.602953784694,393.962271141941,3746.65739129617,10533.3761848654,1337.6811154736,3094.98739679037,485.967011605983,2418.19849370147,1860.51102835301,5876.89526647147,1865.33183702159,7206.93134198887,199.517522501576,711.446395240406,858.272190655938,949.563949751143,597.093456670305,1250.87756921991,277.299655189022,544.571690260804,886.284243093444,1798.25991638542,1097.68999570853,1302.45666484516,429.126215561113,1117.15886807899,12148.5956144834,3520.27355085178,82763.4880472595,31088.1797059272,2995.63514095827,14239.8630475198 -8548,458.399367935014,1259.10079777383,487.467661758494,1133.22914681763,753.459914210228,4490.42606654608,141.990918041871,406.215847738439,4471.91930897034,10861.0002782255,1622.19760189413,3191.25211021543,588.524420370143,2493.41275313351,2261.5598292054,6059.68684721997,2265.4386912568,7431.091602231,243.366389761298,733.574815997832,1142.94419764175,979.098642395241,720.668996147001,1289.78414792057,344.210312027891,561.509735875052,1097.54886092196,1854.19196176116,1308.34842227694,1342.96753016238,520.648218012169,1151.90633696931,14379.6669109238,4192.05673105567,100707.658385853,38118.5399530563,3578.17721317781,17534.0558980466 -8549,616.183212325832,1323.54991110147,647.213974972349,1191.23531585395,929.613741817404,4720.27579657873,190.405006704501,427.008663732731,5484.05513745829,11416.93816582,1951.29967329023,3354.60151740505,705.546742272703,2621.04212274665,2851.68449044146,6369.86173157949,2924.813875568,7811.4640598349,306.744076932581,771.124030909091,1672.47463484029,1029.21539196306,902.294138519343,1355.80383821423,452.567011058604,590.251521017249,1437.70800969348,1949.10178001084,1600.58391895049,1411.7094980015,659.508847766839,1210.86852822947,16762.1243402147,5055.21011711053,127414.595739225,50160.3359005349,4134.46272043576,23200.8360060225 -8550,639.051534819497,1454.64658106076,670.686423938809,1309.22631999854,976.203475950924,5187.81573068361,196.781523536331,469.303565790894,5764.55547864066,12547.7777073561,2022.74652727292,3686.87239308831,732.799481391159,2880.65446621254,2934.27461436195,7000.79197010464,3001.57150385228,8585.18397561715,314.243288146031,847.503313420347,1711.84503697559,1131.15843878395,946.61816297537,1490.09523653406,471.661953189958,648.715511075146,1496.68183494275,2142.15891418306,1684.65419051747,1551.53831184946,678.961024452782,1330.80418798656,17664.6836545784,5305.61821839078,132258.931414036,51609.718052352,4345.10206031667,23830.5802638909 -8551,629.837963328537,1618.34386114682,660.227499134086,1456.55886825543,976.417201892883,5771.62167761082,192.92340706679,522.116199632606,5772.75690954038,13959.8300289041,1977.21370220038,4101.7710981283,716.122189362773,3204.8261977701,2863.99235285369,7788.61948702547,2928.526054979,9551.30955150937,306.652334624281,942.876298911894,1657.66803602937,1258.45228609104,945.731255643011,1657.78169760693,467.368843987624,721.718098848187,1481.87748829403,2383.22474579432,1689.75920651289,1726.13921141221,662.718503128415,1480.56498125201,17617.90194427,5290.93397169546,130437.378794212,50649.6080615547,4294.52340168797,23322.2798654938 -8552,598.36006950131,1730.34878204584,624.279809591604,1557.36671554945,905.399446038047,6171.0732682028,182.852573700556,558.251649609538,5343.74082633646,14925.984191619,1902.49189127814,4385.65300877872,688.161571183292,3426.6309164051,2769.38633287681,8327.66667625425,2835.98809702065,10212.3518037046,297.798149265027,1008.13238435368,1609.00053577776,1345.54925734839,881.938240298975,1772.51609513894,442.209684556294,771.667915147176,1397.87916845586,2548.16676185518,1564.73019391088,1845.60460469266,640.448662425115,1583.03428186991,16396.7298902197,4934.89578329859,123850.667527348,48597.8378054249,4046.70176233897,22487.1386959682 -8553,561.771464212896,1778.94596045166,584.543963795219,1601.10565934167,843.729208527919,6344.38904805132,171.086953119251,573.930254578035,4977.59439842789,15345.1833289079,1815.02488748587,4508.82491718532,656.160057755697,3522.86850486316,2658.30399759523,8561.55079682537,2726.52760033868,10499.1676686315,285.951042926139,1036.44597629969,1516.41457149182,1383.33926708034,823.563566977874,1822.29755064458,414.620958815064,793.340356987551,1309.77982106781,2619.73251554516,1458.24541354056,1897.43876504894,614.373571439359,1627.49410419984,15353.0211936437,4625.63791777995,117104.241793169,46309.4818381321,3811.07377094508,21482.6310288398 -8554,534.766923542228,1808.01748691963,555.049207975034,1627.27092045042,793.28096777802,6448.0690238538,162.629468347674,583.309420082591,4675.8128120259,15595.9542422576,1719.32051446632,4582.50811264683,621.207758644727,3580.4392052999,2534.04895196578,8701.46361943502,2605.7854111743,10670.7450169916,272.676528393004,1053.38357154006,1458.4584390036,1405.94579083719,776.436732025896,1852.07752859435,393.715728896502,806.305121347465,1242.40901077492,2662.54417191799,1369.90514690117,1928.44670036895,585.761646931966,1654.09060514959,14378.8307107695,4348.86554396964,111050.919800663,44199.3553118687,3576.47821744156,20536.8899012948 -8555,513.311488256406,1831.13007193089,533.558870136986,1648.07295237619,758.091335356362,6530.4971776468,156.632725778288,590.76608942183,4466.5118380999,15795.3233417622,1645.66972554066,4641.08808163747,594.205769497764,3626.20934088145,2429.65724555666,8812.69778563169,2498.03822806664,10807.1532669797,261.947785794732,1066.84938009712,1408.57036787749,1423.91853825088,741.883799399189,1875.7533501153,377.095240088972,816.612430760662,1190.88203871917,2696.58050119294,1307.378779293,1953.09877847351,561.16793534386,1675.23548345106,13706.797174531,4151.66673937543,106380.76684857,42426.7759470968,3411.08507342235,19716.7716469748 -8556,500.39772350727,1825.51825502094,519.42448858398,1643.02214587985,733.734555615699,6510.48333206935,152.584260830372,588.955583886884,4320.72990637825,15746.9158233745,1607.1414029922,4626.86465918579,580.097032649041,3615.09619102383,2381.25998549585,8785.68973895401,2451.76924908746,10774.0328642396,256.790571382308,1063.57983443056,1381.21426944578,1419.55469198249,718.615301526922,1870.00477740033,366.600591777946,814.109779792247,1158.56094101147,2688.31636076535,1264.06145885706,1947.11316722729,550.03301499221,1670.10143264916,13260.5372824774,4023.20187051859,103692.283580996,41530.7816392812,3308.46423598695,19322.4329265177 -8557,492.595854721737,1785.65700041656,512.068532298938,1607.1458001367,723.326468004266,6368.32313565202,150.420931575902,576.095395600397,4259.42356862608,15403.0727425711,1585.7042522499,4525.83437384486,572.209410177907,3536.15845961885,2355.94625065336,8593.84908515811,2425.67156034608,10538.775579939,254.106694856304,1040.355949128,1361.75065569701,1388.55788828232,708.437352416738,1829.17213366295,361.421928526791,796.33321846838,1140.77215920496,2629.61540687521,1246.13459633726,1904.59681687642,543.707898152838,1633.63379490362,13061.0464626782,3966.58436968277,102360.133620988,41077.9603281996,3256.48725942338,19112.3050324036 -8558,490.275190524173,1749.15126158577,508.282897439274,1574.28952100296,714.157054611191,6238.12996802465,149.40240887669,564.317776467212,4203.38843908051,15088.1743322936,1596.11461094525,4433.30880616615,575.736594390088,3463.86569725685,2368.04556566857,8418.15755527255,2439.91645208028,10323.3222264518,255.882746281275,1019.08704778745,1360.52161894282,1360.17039191026,700.989021031873,1791.77677712331,359.168863715173,780.053086007941,1133.00859539473,2575.85589245199,1230.34866200725,1865.65948795007,547.002388338023,1600.23599865944,12970.5497332262,3934.57988188184,102093.306320724,41067.3478277351,3256.12137937888,19146.1287096382 -8559,497.975800365599,1734.890304817,515.964345269983,1561.45422465461,717.519554177355,6187.27004313095,151.83752522995,559.716852813102,4219.72316954804,14965.1593554885,1611.03279328335,4397.16371876529,581.381310238872,3435.62454965214,2392.20248621957,8349.5237077575,2462.4798370451,10239.1554335536,258.250814847904,1010.77835736639,1394.09799066553,1349.0808243107,705.931610045702,1777.16829144285,363.988816645407,773.693256768919,1147.28509101562,2554.85475302421,1235.05395950191,1850.44863118358,552.076055381298,1587.18915880179,13005.9115477134,3950.39569317416,103039.177148118,41503.8790469858,3275.34648583724,19369.7231599807 -8560,518.051706590808,1798.06663562219,536.194485750968,1618.31485057433,736.883329239904,6412.58055293125,158.232338754172,580.099038910046,4328.86320594606,15510.1182242826,1611.06373875826,4557.28719684918,580.554161738573,3560.73341242498,2415.07746404087,8653.57305909834,2498.53913358493,10612.0160513344,261.131703002001,1047.58602624229,1468.96764211471,1398.20783608946,726.104526339491,1841.88418245046,377.134419778538,801.867430660875,1189.05887582261,2647.89023116835,1265.58501733497,1917.83303844961,557.992213911728,1644.98692680388,13080.3612461097,4012.11564072604,105238.726251062,42603.1697632832,3264.9170358615,19861.9280551746 -8561,531.132262076096,1879.7272503367,547.771746552722,1691.81189616841,734.86368004872,6703.81295749532,162.08404876148,606.444694390327,4307.71024178773,16214.5224790511,1594.00351242699,4764.25999004407,573.76275437865,3722.4469293395,2417.05741678858,9046.58190620281,2511.74949289755,11093.9691319066,261.539253269677,1095.16297204312,1537.95970775156,1461.70854798283,728.541372982283,1925.53480562094,384.521260827387,838.284872601036,1209.84830325416,2768.14625488292,1259.20967799429,2004.93293882978,558.587808832608,1719.69530578098,12798.4103412102,3969.41383705575,105678.430855064,43166.1992050814,3189.6504035212,20154.5522754689 -8562,547.105308271531,1864.59848500689,562.016306217109,1678.19554562886,745.09366270852,6649.85810152845,166.530584664232,601.563795065545,4362.18205379014,16084.0217878063,1575.22488527264,4725.91539970699,566.777178993635,3692.48724979739,2411.3984737694,8973.77154785354,2511.8571695255,11004.6806164888,260.835203302483,1086.34868071497,1602.57082228885,1449.94415737825,741.302554276524,1910.03736353012,394.856143822735,831.538034667584,1240.91876896229,2745.86715291148,1275.01933493864,1988.79647013298,556.876499833404,1705.85453887435,12711.130264876,3981.15641949651,106640.152123685,43728.1861934928,3143.43697201224,20405.1539695452 -8563,556.150904523922,1797.57487771819,569.986519556357,1617.87225345186,747.110625085347,6410.82675965715,169.104797798003,579.940386120524,4369.1448606012,15505.8763218538,1559.69026958294,4556.04081256316,561.069775651977,3559.75957821611,2392.69194884055,8651.20637097602,2497.04117326653,10609.1137435627,258.605239326995,1047.29951922508,1645.00111749009,1397.82543660481,745.618707697593,1841.38044077202,400.317818782623,801.648125859164,1256.82349753585,2647.16605280682,1276.95447322447,1917.30852532172,553.08821651567,1644.53703506616,12597.4763129041,3965.70962476148,106736.69391956,43803.7382347924,3109.35198621528,20444.852128565 -8564,542.261461988189,1680.33418776037,553.040456386449,1512.35205420481,712.663659831833,5992.70245127986,164.176906931387,542.115752584542,4160.16858012971,14494.5584285583,1474.39625525873,4258.88859099954,529.901516271154,3327.58640189546,2282.72471837105,8086.96094427743,2390.54387583635,9917.17048681487,246.863402307899,978.99298037185,1628.33826472834,1306.65704041751,715.381928491957,1721.28268238268,389.159004934981,749.363361233153,1218.36706897059,2474.51367636843,1216.36324390212,1792.25861660466,527.770782193461,1537.2777163906,11811.4743211819,3755.16420761938,102276.603506308,42247.3873069646,2909.8738563991,19742.4554284324 -8565,484.352038505292,1586.29286395049,490.840319509255,1427.71199255518,617.574092158945,5657.31579080359,145.845343734184,511.775786045392,3596.30580640377,13683.3582086318,1306.7285486617,4020.53628943136,469.22540005658,3141.35521490575,2041.03038442283,7634.36733620934,2147.13083067739,9362.14765396317,220.604109435401,924.202810329867,1480.07866478339,1233.5288741626,625.293729425417,1624.94964144274,346.202422847265,707.424607014914,1079.9467016572,2336.02542587255,1052.68662443734,1691.95334748447,472.488171779432,1451.24266897811,10155.3510828941,3256.06882003436,90476.080017466,37780.1142057557,2524.37915817048,17725.6241071413 -8566,415.044180927627,1518.80642767396,425.319379283857,1366.9721401632,541.99347032427,5416.63382703213,126.989425726099,490.003057466882,3161.24084702294,13101.2203810077,1175.22338496354,3849.48863974424,421.944036083231,3007.71099740312,1811.72733184565,7309.57469769012,1892.50629204249,8963.8492089414,196.864516732164,884.883996330676,1259.14835481871,1181.05024953201,543.239403908796,1555.81861089856,296.576420352542,677.328294570525,930.595664366581,2236.64274905027,921.828474363516,1619.97174537128,418.338242408447,1389.50173946408,9124.62974105756,2886.35868274514,79474.2296250319,32975.1783546043,2285.05249750272,15453.5154456826 -8567,336.490578214188,1393.58191522879,354.348620433336,1254.26625700453,495.198070691863,4970.0362108218,104.978204307572,449.60265301119,2915.10954698264,12021.0340552486,1102.51983613485,3532.10103241534,398.438703416084,2759.72735948647,1599.48452728485,6706.9054496401,1627.99034461564,8224.78620106303,172.981038189419,811.925938613771,939.687871115387,1083.67349435368,481.75625788205,1427.54247020479,245.123393888007,621.483057213444,779.177902833797,2052.23314117628,848.538159270555,1486.40622425366,368.266785911087,1274.93830682666,9073.05780072603,2721.13868856716,69878.2448792963,27614.5609135893,2291.11672035872,12840.3572614239 -8568,333.046269708785,1272.8699966386,354.365169264886,1145.62184604351,562.180105950421,4539.53219816567,107.469289579129,410.658118603028,3288.452722431,10979.7733526018,1190.26205658708,3226.15081333027,409.182232479625,2520.68006652935,1583.65637173308,6125.9540066127,1634.81456902442,7512.35608735749,166.005138869667,741.596999401671,787.544778328312,989.805810510139,495.561339989782,1303.8888919226,237.519529316131,567.650260312363,794.519178793458,1874.46892282741,934.080206306932,1357.65387380098,384.586969242651,1164.50328508924,10298.5651950627,3046.73863055762,72553.7411210252,27373.8917735642,2578.32858587542,12523.2483869382 -8569,356.916387078835,1200.87096370119,378.043505549298,1080.82051892846,590.579838783774,4282.75662083309,115.071528076623,387.429519071735,3450.2590578693,10358.7098776617,1230.84144172986,3043.66576828762,423.231499507037,2378.09949851061,1649.44038589308,5779.44354956684,1707.47803890036,7087.42473160269,172.720952919101,699.649065262903,860.922970063364,933.818112362832,522.256845815359,1230.13529609256,253.027543372155,535.541506160648,831.046015268998,1768.44085234793,979.467954556592,1280.85909803004,400.596755704481,1098.63394210819,10666.5817089958,3172.97689655375,76128.2795010318,28855.5946548393,2660.42835496474,13200.2545532742 -8570,362.900890771205,1167.02650277405,385.031390566129,1050.35947113247,629.609234386919,4162.0545691593,116.080558716488,376.510491452124,3690.26293038841,10066.7676438104,1305.65308244079,2957.88533867961,449.546339909081,2311.07689742272,1735.46145169252,5616.55997813712,1793.09614556599,6887.67798390597,181.328302628521,679.930672389937,824.528357495808,907.500071897013,553.382435360579,1195.46607082011,261.060980704247,520.448199612333,869.316063178322,1718.60042057934,1050.64838154631,1244.76031056096,422.101072744378,1067.67085394066,11568.0193132169,3412.37432125175,79964.7260730722,29987.7496220386,2868.49287192964,13676.6055839978 -8571,407.495129819159,1162.80317563351,431.451809765776,1046.55834780647,718.19736085276,4146.99259928924,129.29581335575,375.147945722897,4214.00885191094,10030.337234641,1422.67946107366,2947.18111096947,490.170385826525,2302.71339088575,1889.4919615721,5596.23432988855,1954.16625723807,6862.75231401278,196.893597128735,677.470085886061,905.418069626421,904.215939381962,630.843943511483,1191.13982433771,295.276757787246,518.56476080315,945.605980116661,1712.38101443669,1201.9453673782,1240.25567421332,460.156000503885,1063.8070828233,13047.2971363003,3849.04297062291,88926.7439419503,33108.4039796924,3184.84721860069,15020.8921463692 -8572,511.935380488056,1181.11389726943,538.561993236896,1063.03855613751,859.351215445501,4212.29550583698,162.774145047222,381.05541979105,5026.52630102082,10188.2854728868,1725.18220330027,2993.59052407089,593.620876429822,2338.97433752863,2296.80766530395,5684.35852078453,2373.24495924435,6970.82042898822,240.185732510323,688.138242302615,1205.54396327265,918.454674459175,761.165559080065,1209.89676464365,366.327045867296,526.730626862204,1152.09638953636,1739.34596667197,1431.98066740855,1259.78604434283,558.261689891853,1080.55890787511,15429.2953021371,4577.87251390338,108154.533305468,40565.1933889493,3802.48650884732,18474.9540518268 -8573,686.797101361617,1203.76365329285,713.820220364374,1083.4240278483,1058.71255166165,4293.07303772983,217.723376985795,388.3627694968,6156.84680114334,10383.6622107199,2074.02861561832,3050.99743051825,711.75694647195,2383.82792718882,2896.45948527461,5793.36522533951,3061.9944365139,7104.49710688074,302.953265482442,701.334398350371,1763.7013487707,936.067518015723,952.454346298227,1233.09847837851,481.208794038893,536.831532639431,1496.92232176177,1772.7007192293,1750.3810330338,1283.94446514546,706.325825409997,1101.28036047074,17995.9364911169,5512.33544326586,136691.58785666,53302.9915786606,4394.85981064195,24432.0541584866 -8574,712.487563022227,1230.14497855281,739.91966284454,1107.16802576262,1112.03487393945,4387.15874621863,225.112565566946,396.874012142255,6473.01069981724,10611.2274552937,2150.22625116937,3117.86218038974,739.229866526396,2436.0711891771,2980.28486149081,5920.33089002074,3142.69104883252,7260.19714689473,310.308869911888,716.704633884787,1805.27293289534,956.582094602669,999.321169137386,1260.12269691732,501.5726509048,548.59657242413,1532.0287540394,1811.55069956774,1842.53477417685,1312.08300916785,727.301645049295,1125.41569244601,18970.5594301607,5781.90311175984,141860.797605449,54842.3686527012,4619.42271669669,25083.2895348626 -8575,702.45820772567,1331.27339017873,728.638164893601,1198.18668275059,1112.60050273955,4747.82062208775,220.821269409926,429.500441679664,6483.75435259194,11483.5608766905,2101.84413903937,3374.17705015595,722.403726068427,2636.33702309446,2908.89266202514,6407.03259562945,3066.25567995503,7857.04728924155,302.807235627464,775.623869010203,1748.20669545036,1035.22130339801,998.481559644342,1363.71553273325,497.081997017442,593.695890764592,1494.2752107975,1960.47562144372,1848.38183335788,1419.94742592513,709.921307657244,1217.93446330653,18936.4593151679,5763.25346387057,139870.124634258,53820.0627234375,4567.57449126798,24542.4212649076 -8576,666.994468062231,1451.58033200161,688.650228202985,1306.4666022608,1031.25311107772,5176.88033557779,209.154879932388,468.314320955897,5999.87905294259,12521.3282507729,2022.2511189605,3679.1008359598,694.21015340024,2874.58233559211,2812.84229141664,6986.03500296835,2969.15564481034,8567.08726908335,294.099366333953,845.716861459276,1696.78904209168,1128.77407027559,930.970524621731,1486.95426526547,470.198818686474,647.348083858538,1450.12180793664,2137.64345809862,1711.18191068186,1548.26782474223,685.977118028745,1327.99898626784,17603.0519282778,5380.49199087921,132863.7519584,51642.7858621885,4301.49966458617,23677.0554310508 -8577,626.114960460066,1553.98152614997,644.744994072704,1398.63080236537,960.910045634994,5542.08143167925,195.669708032198,501.351380390654,5588.29622483689,13404.6406909702,1929.13163716736,3938.64163483175,661.940014861556,3077.36867634978,2700.05658590179,7478.86224159575,2854.34103501153,9171.44925125325,282.42650013322,905.37764262005,1599.13070693141,1208.40301685999,869.308258828372,1591.85090036745,440.83149959711,693.01501344924,1397.27653554205,2288.44272008014,1594.6152326646,1657.4898020726,657.958256181124,1421.68218038643,16473.4067936273,5049.42102044807,125684.868349406,49222.4299007144,4049.96234519486,22637.8122842529 -8578,595.859249107199,1594.01634583365,612.073084614823,1434.66336197723,903.262136768131,5684.86062631953,185.935916716827,514.267564897578,5248.56807479824,13749.9809437061,1827.2670730279,4040.11182929397,626.692227254551,3156.65012081014,2573.88856052924,7671.53821376332,2727.71670877665,9407.73089993002,269.34194105751,928.702650065752,1537.97367962878,1239.53478777948,819.492965483043,1632.86133883605,418.550580628811,710.868978013583,1337.14365090483,2347.3992714375,1497.81964779272,1700.1912784009,627.222946187421,1458.30860662219,15424.6854268159,4748.53304538296,119195.205077322,46976.4417714394,3800.2596791455,21645.4498332276 -8579,571.892456406002,1618.54634953048,588.302937140267,1456.74111398083,863.106328399622,5772.34382719387,179.04411477495,522.181527198571,5013.2118981703,13961.5766931863,1748.93536881963,4102.28431476891,599.455958601005,3205.22718799984,2467.86836578547,7789.59400486972,2614.8688267199,9552.50461844124,258.756453844039,942.994272293407,1485.34820549096,1258.60974457402,783.001339158957,1657.98912048192,400.864536206935,721.808400751755,1283.76572693602,2383.5229366413,1429.39271564624,1726.35518723,600.863537684683,1480.75023064007,14702.8276674503,4533.30211838533,114182.45972616,45090.8564833874,3624.40758764054,20781.6610345544 -8580,557.420231947432,1599.02069759264,572.642818115473,1439.16743129737,835.269801948951,5702.70802314783,174.383261928461,515.88208773463,4849.08171478642,13793.1484692471,1707.91234419582,4052.79560182382,585.229203022918,3166.56029997854,2418.73046552115,7695.62270690826,2566.31880914756,9437.26610187457,253.676126973206,931.618275587771,1456.48005710859,1243.42625859893,758.409775706248,1637.98764292606,389.683043617625,713.100723271294,1260.94250922886,2354.76883932415,1381.94059487522,1705.52896219374,588.891442870434,1462.88690925991,14220.4740826422,4394.68250497214,111311.362923733,44139.5445516464,3514.94122885479,20370.9139825753 -8581,548.739160518938,1552.36162188666,564.53278966571,1397.17283908753,823.420666155822,5536.30424502179,171.910748194094,500.828760768189,4780.27501516114,13390.6674009162,1685.07248168471,3934.53590881856,577.276846919684,3074.16076006846,2393.03393026048,7471.06611234579,2538.92747727386,9161.88873235847,251.035443953699,904.433857202714,1435.95567388115,1207.14335117808,747.667864868,1590.19152024183,384.178055941416,692.292599472023,1249.61967563764,2286.05719743638,1362.34103369925,1655.76199852307,582.087995648048,1420.20018784898,14007.3252580775,4334.24672484977,109893.217168304,43661.9104738052,3459.81587310205,20154.6661777978 -8582,546.06829798191,1489.15636216529,560.291885377073,1340.28617626032,812.887697270136,5310.89056384753,170.717101310179,480.437241515212,4716.9355875964,12845.4589913648,1696.14591423023,3774.33910899192,580.833535814206,2948.9946090081,2405.31840532656,7166.87753452433,2553.85351679746,8788.85737890154,252.789787154126,867.609333818903,1434.64115781193,1157.99384377181,739.768243689228,1525.44599534188,381.753826944598,664.105524414324,1255.32548006443,2192.97911764834,1344.97587979193,1588.34673543107,585.621843609391,1362.37595381501,13901.2753923673,4301.26322683488,109630.386723755,43653.2949071863,3458.37339611996,20194.0938292802 -8583,554.518997315775,1456.72931711782,568.63597716913,1311.10084601676,816.554594801127,5195.24354924816,173.4453559945,469.975505952101,4734.49932775081,12565.7433832854,1712.00072614371,3692.1511887565,586.528895462859,2884.77893397179,2429.85761512183,7010.81557450032,2577.47294966961,8597.47608316772,255.128911421361,848.71675298176,1470.01573761023,1132.77801050492,744.926837414961,1492.22872732006,386.833713936704,649.644329939658,1268.40767199623,2145.22601767652,1349.96078745956,1553.75977569372,591.054739901554,1332.70960879687,13934.775243478,4317.55543427546,110638.454888318,44111.7317349125,3478.27514399121,20425.8515897163 -8584,576.713783391986,1503.24375946658,590.776751981493,1352.96526379076,838.371070679838,5361.13151053213,180.678118852868,484.982170759391,4855.90180216613,12966.976844645,1711.80644460172,3810.04430149491,585.713204235758,2976.89205467059,2453.15027844102,7234.67609067576,2614.87350171176,8871.99984054399,258.016143879936,875.816905366353,1548.92087435187,1168.94844851589,766.145206974719,1539.8766920397,400.752930731623,670.387952915521,1288.26097150324,2213.72466787304,1383.14131866106,1603.37247220574,597.243401723075,1375.26401031648,14025.4084580659,4379.87729723537,112933.249571062,45258.5013534811,3468.45724400683,20932.8407947767 -8585,590.944319522687,1573.47825197755,603.22403127697,1416.17845066675,835.642042980844,5611.61407435826,184.940981337594,507.641487603814,4830.10914852899,13572.8193983558,1693.42900094704,3988.05703314581,578.883052021791,3115.97828164015,2455.22700667671,7572.69432658062,2628.32683292474,9286.51704870399,258.463732487186,916.736786452548,1621.58846040727,1223.56400938949,768.562773247413,1611.82274690525,408.488475719017,701.709791015284,1298.10691944778,2317.15421988546,1375.74598008901,1678.28517427569,597.722591694952,1439.51903830173,13723.8583346735,4329.51982565777,113355.941982222,45834.2220350121,3388.58430461934,21231.6035797017 -8586,608.525518241067,1526.18278501035,618.746433516546,1373.61108689861,847.019821440553,5442.94068611604,189.942795100573,492.382845688698,4889.96280417535,13164.8488206246,1673.29152554369,3868.18437558769,571.852124170061,3022.31848830991,2449.52960036036,7345.07496550881,2628.16527644217,9007.38375927636,257.80118697173,889.181595049811,1689.66804150553,1186.78623307412,781.934612051746,1563.37472457801,419.401615228619,680.617861590892,1301.89196191605,2247.50540794492,1392.76507561328,1627.83943031847,595.774235935407,1396.25010526177,13639.2302916596,4336.32438119455,114315.201442432,46407.1477777111,3340.53161433191,21480.3183886613 -8587,618.421176774141,1431.76541054343,627.37049424597,1288.63256818027,849.087737664047,5106.21288784069,192.813137096017,461.921556268399,4896.68744588187,12350.4047886872,1656.74371621016,3628.8789553693,566.097601671183,2835.34260359167,2430.53909519699,6890.67153472882,2612.58366100454,8450.14151167683,255.603673861763,834.172331117939,1734.36587286811,1113.36564329883,786.407948914219,1466.65646890616,425.145416719546,638.511403479934,1293.37764290705,2108.46337326692,1394.65492172099,1527.13306239587,591.687236859104,1309.87102253801,13519.1797508122,4314.24265946897,114364.089010395,46468.2478806512,3304.52365373069,21506.5009139368 -8588,602.723048977753,1365.78317128326,608.495267808394,1229.24653901237,809.589407144905,4870.89545525166,187.100724676737,440.634117403982,4660.79803010413,11781.2421606993,1565.95258461623,3461.64376605957,534.666441446688,2704.67716589003,2318.88097481065,6573.11816004914,2500.88537429326,8060.72069252594,244.031327245121,795.729889408759,1716.73940250881,1062.05670838587,754.389659452608,1399.06629154106,413.203173788598,609.08590410377,1240.44359525009,2011.29582490899,1328.11783568222,1456.75584950673,564.485774826744,1249.50622913498,12676.8849694007,4081.3394490741,109539.588999374,44798.0903597269,3092.66360162451,20758.0482905683 -8589,538.058783103447,1350.53870151239,539.794089327702,1215.52605094448,701.159660765874,4816.52795381667,166.098534245589,435.71588907608,4027.11741743716,11649.7434032404,1387.71062955916,3423.00591719838,473.45879053899,2674.48835542415,2073.3996558473,6499.75094979347,2245.99310704659,7970.7493006445,218.099921137351,786.848186588049,1560.36528417446,1050.20234399894,659.237328264681,1383.45032537801,367.485024091248,602.287466512651,1114.63342516678,1988.84633289022,1148.96978747739,1440.49596947726,505.252413013543,1235.55960836892,10889.4305622505,3539.62009598325,96907.9019215795,40053.8776860035,2681.77257981807,18640.251426251 -8590,461.251718915964,1361.44413970167,467.873268067295,1225.34127815803,615.58458760779,4855.42083991349,144.670162931415,439.234242671636,3541.06972629927,11743.8136853157,1248.23295149916,3450.64627982532,425.73395550855,2696.0845284293,1840.41099430825,6552.23565989416,1979.942024286,8035.11214616906,194.603740183199,793.20189141233,1327.48672686713,1058.68260208846,572.834065029089,1394.62152098643,314.881530774713,607.150865636921,982.834977962781,2004.90602871901,1006.44638486128,1452.12780182641,447.475890130829,1245.53660415818,9778.23848732548,3142.84355779903,85187.5747889289,34982.2815904071,2426.83190164535,16264.1708102622 -8591,374.839022188849,1291.87496456218,390.587131401852,1162.72689722243,563.67997095639,4607.31104757057,119.931092427793,416.789573026667,3271.36621064254,11143.7101575586,1171.93968932945,3274.31982735831,401.937940314083,2558.31583761084,1624.57403239202,6217.41940347525,1704.53262227913,7624.52157703652,170.833835956825,752.669636216953,990.885127933537,1004.58440355498,508.450446343727,1323.35699678196,260.569416673915,576.125733076695,836.340237197543,1902.4562442712,927.712562329197,1377.92473287617,394.487439725548,1181.89025126682,9719.34334636724,2970.47364463773,75017.2317596017,29351.3485055675,2432.85426648845,13527.3321864066 -8592,431.269578842194,1200.08993908274,479.402254172337,1080.11757293433,765.486618945884,4279.97119387485,142.097393200376,387.177541963908,4212.22210205196,10351.9727612901,1314.42832056037,3041.6862234679,442.284839317661,2376.55282587918,1588.03922419989,5775.68470467048,1665.20205256972,7082.81519955133,175.510296199765,699.194026244759,997.572492559329,933.210774058429,654.635953222494,1229.33523848495,310.660157347104,535.193199712119,914.653736557132,1767.29069060392,1216.26395111663,1280.02605058485,426.472464770536,1097.91941058784,12611.2569912885,3731.80970984324,85472.3875919692,31178.3301127187,2905.6834230762,13892.937571257 -8593,443.84042536291,1129.13227417386,489.423404992919,1016.25350882839,764.788749674355,4026.90952582455,145.168437476211,364.284912513219,4202.2193472125,9739.89212431466,1311.41905999018,2861.84057625934,441.157529939787,2236.03449174007,1608.30035681438,5434.18604982246,1695.92621724586,6664.02989757181,177.626409426416,657.852811886698,1054.89399148468,878.032861771609,658.421916890044,1156.64838804791,317.722577894137,503.54885499266,933.775216425453,1662.79617187117,1214.0617186564,1204.34200673605,431.615392128577,1033.00277801195,12434.5836460378,3711.60305098323,86308.8429832889,31867.5420330947,2862.95278450155,14252.0293067485 -8594,475.281206138082,1096.44488852221,527.44243073397,986.833864095253,851.816187335439,3910.33403890807,155.749728242269,353.739184882583,4690.75496481562,9457.93081884592,1463.69152065315,2778.99281012125,493.346418882854,2171.30326101214,1761.10246912731,5276.871146001,1846.16281672029,6471.11209667427,193.986525244246,638.808551921765,1077.10328190261,852.614583130561,728.756809977478,1123.16443511499,343.942023741586,488.971558785593,1011.1821495806,1614.6596860287,1357.29433932805,1169.47736551457,473.797695376158,1003.09825667604,14127.2733191198,4167.04450766803,94765.1006747091,34405.3954877045,3256.07465938834,15322.4219744642 -8595,544.221705254902,1091.06448610618,607.056997951792,981.991337706397,1013.47380865104,3891.14550428069,178.129183172493,352.003339164381,5592.3896770451,9411.51948129396,1744.8277140798,2765.3559189412,589.104224158835,2160.64838411521,2061.4773454354,5250.97683014416,2148.24195840159,6439.3574799819,226.280169453289,635.673832509856,1173.57402186295,848.430688790739,861.725193193161,1117.65291629307,398.017490408554,486.572109635162,1170.86879432374,1606.73633395993,1620.16991036745,1163.73858291932,555.834587981192,998.17591872706,17114.6856102622,4993.89164410144,111221.537465952,39720.3250291976,3948.31100429767,17614.7408187384 -8596,658.587491306321,1101.82528813232,735.597237214467,991.676387958706,1212.55646588137,3929.52256352851,216.800669428721,355.475029695532,6686.00398924594,9504.34213219413,2086.12526741552,2792.62969418958,703.417561097422,2181.9581323525,2477.07935144988,5302.76544835381,2581.83328340515,6502.86669680644,272.80519832368,641.943269698901,1450.70785072984,856.798475288461,1031.05589256147,1128.67595106262,479.088932319905,491.371006684698,1411.82121667793,1622.58303396541,1933.51961408202,1175.21614511702,666.510981610321,1008.02059205798,20344.2260454634,5955.67114521734,133605.497351452,47961.8752633917,4691.82411549658,21285.5408026665 -8597,783.918986448613,1107.95778905653,838.618988909688,997.195825959606,1191.89758303055,3951.3933637471,250.874375549142,357.453520270781,6502.91510771402,9557.24106956418,2030.2548864745,2808.17281555832,680.754573093988,2194.10239914993,2657.87412658185,5332.27939613041,2884.87974367337,6539.06012643424,293.200660330119,645.516175255814,2079.64402115484,861.567214487096,1059.0692415666,1134.95789647409,550.245681743614,494.105862369241,1596.31916224728,1631.61395026636,1884.07372495349,1181.75712232429,714.171426465013,1013.63099806245,18142.9218318139,5656.1050026754,141220.762198247,54946.8411312126,4161.96419717092,24954.8643588197 -8598,780.3255808429,1096.8498624836,829.403851414391,987.198353020659,1179.05483602086,3911.77832806724,247.252303392035,353.86983910926,6431.8570803841,9461.42412320661,2008.08822391962,2780.01923629076,674.091624993983,2172.10523591504,2639.11389430765,5278.82016818547,2869.98290525446,6473.50221397781,289.895654198062,639.044497050019,2066.57940361594,852.929497914597,1051.03672904068,1123.57927799068,547.815687511626,489.152161341403,1587.09674152498,1615.25606359059,1866.72610583642,1169.90931415735,709.640904630166,1003.46875288513,17921.0220591914,5597.18414399317,140005.332408675,54581.1419116246,4110.68743088134,24816.8323823198 -8599,762.513592009775,1150.85636941571,811.110934441474,1035.80585758382,1158.64066037163,4104.38580391016,241.9461684269,371.293622046738,6322.24081733423,9927.284114601,1973.83294028316,2916.90135050844,662.446181593364,2279.05498400097,2585.81912958347,5538.73781759002,2809.46506374052,6792.24341471295,283.964648796183,670.509661281073,2014.30978056491,894.925895431955,1031.1857403213,1178.90188333629,535.893278500615,513.236952246625,1552.88127402085,1694.78776686118,1834.23310006248,1227.51310994204,695.43693360243,1052.87737662888,17657.4011082525,5504.15657053656,137286.641179509,53409.2000234851,4050.86453687683,24268.7769006009 -8600,741.929029374644,1241.3686123727,791.63967116921,1117.26963875531,1113.12605756044,4427.18643737353,237.097498363717,400.495023212148,6068.13055494558,10708.0424920691,1894.60411830657,3146.30902529312,634.96887856804,2458.29748889232,2498.20099233024,5974.34698337611,2718.70324212602,7326.43795237506,275.657539974137,723.243725217909,1989.56339931439,965.309787139453,992.217954266681,1271.61984234725,519.488119099618,553.60187436096,1505.80067292133,1828.07898042292,1758.1729891274,1324.05423166027,671.111650623984,1135.68379404979,16809.4806022171,5267.71150208603,132596.988366375,51875.6274280369,3854.30359943344,23594.2217110135 -8601,719.623765259557,1365.75424517299,766.312945961756,1229.22050463029,1068.4622835952,4870.79229388463,229.723949651987,440.624785153202,5820.83352408902,11780.9926441458,1817.46259817094,3461.57045142854,608.882843110443,2704.61988315909,2410.10601717702,6572.97894707254,2625.32229543793,8060.54997341001,265.995782208905,795.713036535621,1945.78605736275,1062.03421494028,954.085083533601,1399.03666052301,502.295170393031,609.073004189353,1456.76793134941,2011.25322739715,1685.7408479105,1456.72499667356,646.728477903381,1249.47976567012,16032.6618464766,5044.38673612075,127790.720982457,50202.7005949576,3674.83491741991,22854.1067399319 -8602,703.383511810227,1454.58872884024,749.709802038635,1309.17425123437,1049.90272521224,5187.60940794956,224.628626428729,469.284901289335,5721.65420079598,12547.278674249,1786.45995948718,3686.72576382626,598.624462770582,2880.53990075066,2362.18137405123,7000.51354415144,2570.60558314959,8584.8425373853,260.657961466746,847.46960767407,1893.7450511337,1131.11345189277,936.378979525395,1490.03597449795,491.476792400713,648.689711246313,1425.76496087005,2142.0737191594,1657.08173635895,1551.47660618313,633.96562171123,1330.75126105684,15805.9345698637,4962.49642813134,125301.378416044,49117.4529791587,3623.55815113033,22347.6967188734 -8603,674.642340063801,1527.36878639609,719.922801370951,1374.67852434355,1000.52592829408,5447.17041224037,216.160315335431,492.765477928454,5449.85958220103,13175.0792655607,1701.64780633441,3871.19035368863,569.768505698436,3024.66714140082,2257.49919620285,7350.78284609367,2457.2021237111,9014.38342519146,249.640713563006,889.872580830981,1830.25089801501,1187.70848834448,892.64636998032,1564.58962793559,470.183961332458,681.146771846557,1365.14258775141,2249.25195138289,1576.77588219306,1629.10442939925,605.20121474172,1397.33513555824,14989.9901157968,4719.05330857976,119720.694654797,47060.4394438335,3435.54334140187,21419.4288077343 -8604,664.163091988624,1486.87113772458,707.799803447544,1338.2294045167,977.838413815643,5302.74059569994,212.662785321857,479.69997378804,5323.80472649065,12825.7466511533,1662.33432140313,3768.54709668313,556.446814005395,2944.46915101911,2214.13177215607,7155.87941228441,2413.29963916417,8775.37020441909,244.894395089924,866.277920875976,1812.14555749721,1156.21681356786,873.889433898518,1523.10508168089,462.233812007009,663.086403646245,1341.53310880965,2189.6138233079,1540.25879196405,1585.90929576902,593.465118728957,1360.28528361664,14583.6911881456,4604.74228584567,117353.278623467,46267.8725195545,3341.53593653764,21074.8124239423 -8605,669.179266881971,1397.37133668586,714.539025107243,1257.67685197223,995.812905341165,4983.55071015182,214.770902740633,450.825210452454,5425.36199446264,12053.7215950963,1693.97717331726,3541.70550510151,567.275155794644,2767.23159727645,2243.15540972705,6725.14283571956,2437.17961096069,8247.15100141634,248.031121598236,814.133723846709,1810.53408684795,1086.62021427525,887.046631168325,1431.42423704487,466.084078970791,623.172991049748,1355.22838310908,2057.81356398106,1568.90216924408,1490.44805313975,600.819980492814,1278.40511313602,14950.8232305846,4699.46546491737,118968.491294059,46691.7895357305,3426.99721368694,21239.0056215721 -8606,675.54220974005,1360.25813551001,724.205977734537,1224.27383818768,1013.64782301238,4851.19110378222,217.257508843991,438.851609526628,5524.91871146674,11733.5832161759,1725.01817311736,3447.64029461267,577.546149655409,2693.73586978181,2273.5391743577,6546.52776580528,2469.47983705641,8028.11246369375,251.845172578141,792.510903996386,1820.38691598377,1057.76034463618,901.513797827773,1393.40661475456,471.826166258857,606.621954129931,1370.73744109691,2003.15948114897,1597.75147102831,1450.86279975283,609.673846834411,1244.45157129469,15282.6896643812,4790.15997054209,120740.953837526,47247.58222516,3503.91236312131,21475.7563327492 -8607,676.812976381881,1340.67463135165,723.302347470543,1206.64808674005,1004.80684396398,4781.34897700213,217.465889458877,432.533505561128,5473.545591311,11564.6559591297,1709.0366938527,3398.00495240553,572.266060109195,2654.95441629863,2265.99602318027,6452.27804189061,2463.11582875239,7912.53250889523,250.827082882446,781.101201544474,1834.60577052797,1042.53187176991,895.554197762347,1373.34587516258,471.193682832653,597.888476820637,1369.89215489656,1974.32018880816,1582.82774314719,1429.97486905024,606.907396647558,1226.53532298481,15064.0155035603,4739.53229756645,120162.112283718,47206.4284266288,3452.63559683173,21477.8276811238 -8608,710.494321698753,1389.53215036164,761.538213387205,1250.62134502184,1065.74345176287,4955.59322916776,228.461510327713,448.296102597148,5808.77342707535,11986.1007938079,1813.64646222053,3521.83670671479,607.227617352862,2751.7075604483,2390.79856036252,6687.41510625917,2596.99210420402,8200.88487898579,264.810254084786,809.566472618271,1914.8335632326,1080.52432687601,947.938318402816,1423.39401557932,496.209158188584,619.677020393413,1441.5507324259,2046.26932836878,1679.87917718905,1482.08671089064,641.113306146989,1271.2333216325,16065.6078574945,5036.13854297328,126961.96272789,49687.9467785018,3683.38104513484,22585.8950333442 -8609,729.054177562325,1480.91219907377,780.145587474443,1332.86617785912,1084.16343629152,5281.48878369738,234.229972448784,477.777478527977,5905.9521994005,12774.3448615119,1844.04724879025,3753.44387732398,617.205221474996,2932.66859172048,2442.32674676734,7127.20076937545,2657.2847940866,8740.20112260724,270.571297472275,862.806135827437,1978.33886924673,1151.58303940661,966.263420980499,1517.00092812635,508.32018623659,660.428949950853,1476.04291349804,2180.8385003421,1707.93624949949,1579.55344154637,654.787143034216,1354.83366353537,16256.9875919014,5113.71204164212,129608.580739564,50904.1573113756,3726.11168370949,23159.9862550885 -8610,734.365248098353,1498.96258010551,782.484145292364,1349.11207170059,1073.18869226822,5345.86321792801,235.279168904188,483.600960528605,5840.14103755216,12930.0474023685,1823.60942034481,3799.19344452272,610.253088143329,2968.41398267174,2438.86397676893,7214.07201647398,2659.1158884504,8846.73273241896,270.060570233784,873.322613116201,2015.2577065391,1165.61932910966,960.087904163014,1535.49118352118,509.768142171664,668.478714277505,1480.63897836289,2207.42006670673,1688.78251265909,1598.80613019175,652.989563284595,1371.3473122694,15930.8538248079,5044.71210894529,129167.983069096,51074.4072340915,3649.19653427512,23276.7798572314 -8611,733.392413648844,1472.2919853252,780.637143685408,1325.1077223892,1072.61701113089,5250.74586574816,234.689868477728,474.996392659593,5837.32890795585,12699.9869196481,1822.72582273193,3731.59552700583,609.976516432571,2915.59787670433,2436.62056054957,7085.71418151468,2659.1158884504,8689.32545156513,269.552366581259,857.783843946083,2011.36006767008,1144.87981152104,960.087904163014,1508.17064617892,509.768142171664,656.584671594663,1478.9635514585,2168.14409885374,1688.78251265909,1570.35904885926,652.989563284595,1346.94733794447,15930.3574711154,5043.70690443011,129077.822347706,51029.0443940513,3649.19653427512,23259.6461138407 -8612,715.504423492819,1427.57101231905,761.283367891336,1284.85748176175,1044.07311142488,5091.25408934458,228.918975229665,460.568343695206,5681.15220531445,12314.2239202751,1773.97450955773,3618.24804940191,593.608331414223,2827.03638534222,2374.42251758829,6870.48511296087,2592.34661444811,8425.38657745977,262.688252490881,831.728599121974,1965.7426382472,1110.10400641129,935.040258449054,1462.35985631611,497.118940215952,636.640865836494,1442.08901406562,2102.28656876819,1643.58374573578,1522.6592818742,636.28420914026,1306.03371745253,15483.9877679108,4907.01795880578,125760.263942934,49763.8838970897,3546.64300169596,22688.3569871302 -8613,645.074263414387,1398.73090034499,683.416449583052,1258.90050076049,926.048704213972,4988.39942449217,205.497617225013,451.263838007394,5033.5709642673,12065.4491877611,1571.8621148415,3545.15138521204,525.6338324231,2769.92395786615,2122.98047826412,6731.68602117207,2327.77606769686,8255.1750151474,234.722751281523,814.925830136255,1794.27998669682,1087.67743458301,833.25181720083,1432.81693225938,447.404231217192,623.779303294564,1295.00593484616,2059.81570075417,1456.94274159262,1491.89817520514,569.255615234824,1279.64892935569,13589.6083484577,4337.27248935818,112316.629922058,44748.5714924988,3110.79048823452,20441.9182019451 -8614,576.747847980056,1387.97009831885,620.206320893515,1249.21545050818,864.500258117443,4950.02236524435,186.71897979565,447.792147476243,4711.10122173242,11972.6265368609,1470.94018139057,3517.87760996365,492.105587816842,2748.61420962886,1939.23150819807,6679.89740296242,2104.23384747472,8191.66579832287,215.406806508956,808.656392947211,1560.89004109529,1079.30964808528,767.911947165326,1421.79389748983,402.08359304425,618.980406245029,1169.74884187266,2043.96900074869,1360.65206848151,1480.42061300745,519.413746333173,1269.80425602477,13010.2577236992,4080.35641127718,103022.975539692,40339.858457807,2982.59857251057,18330.2303440936 -8615,467.486384343447,1303.47464903911,511.607294815876,1173.16696728384,769.668117921783,4648.67987652453,152.448423208621,420.531906977709,4218.33733736826,11243.769006345,1316.64392343483,3303.71979091189,442.238589741011,2581.28683505459,1652.35577868208,6273.24531954251,1757.82484986088,7692.98179726466,182.960865387286,759.427821439963,1162.65617888525,1013.60451961214,669.045616508542,1335.23935694381,331.470180914213,581.298738906244,971.464749026065,1919.5383093085,1218.52912066295,1390.29705417101,442.961515125674,1192.50238818187,12227.2864224862,3703.7880429623,88364.2340709445,33259.0689327883,2811.67601821197,14952.8052006704 -8616,542.140254260285,1206.77205013148,614.232499081046,1086.13167682187,976.881117831152,4303.8021101016,177.020388621434,389.333349830238,4981.6098413073,10409.612634196,1498.0828138279,3058.62235838471,479.67996613324,2389.78549234736,1701.27081357492,5807.8437665226,1944.66254702291,7122.2523751827,189.690597012258,703.087144565165,1183.96668903403,938.406899632898,829.822280381037,1236.18018761098,397.633689863155,538.173160027207,1148.59153320151,1777.13098029007,1547.45179651564,1287.15324658636,519.727091102023,1104.03263525975,15010.8062852457,4498.44512822527,101059.14233521,36329.7436332623,3385.47292525056,16192.7435440416 -8617,556.934329523628,1143.4221598588,625.972380827527,1029.11484208424,975.086800609209,4077.8726220922,180.575062385034,368.895169323362,4966.88963296369,9863.15664187701,1493.98834777394,2898.05898540294,478.323362834788,2264.3329276323,1722.23286874688,5502.95912381813,1965.96874353518,6748.36742614614,191.886897496471,666.178356815662,1251.45721416225,889.144924998673,833.568043485131,1171.28650762072,405.906659498893,509.921585397425,1160.15896565189,1683.83991294285,1543.30240578686,1219.58371932851,523.993312861791,1046.07608390148,14801.0819751019,4472.71412469203,101901.34143912,36991.1109636028,3348.11958836503,16541.1086631702 -8618,597.892657578741,1118.11112873762,676.413176441435,1006.3341415611,1087.56292995093,3987.6039842527,194.211018721453,360.72922900929,5549.18627426773,9644.82375182144,1668.57776685919,2833.90694799658,535.115428162377,2214.20918225459,1886.98832536193,5381.14447431134,2080.81396906703,6598.98415902336,209.711564084959,651.431693935091,1278.66417445012,869.462627717804,924.157099363925,1145.35866549297,440.508804107078,498.633854959398,1226.0619296222,1646.56608186297,1727.36894378186,1192.58676006142,557.490120955898,1022.91992579623,16811.2241850491,4993.5062374851,111368.548179774,39749.6548925837,3754.57484897732,17622.9586408519 -8619,686.358813563237,1112.44145960716,780.6476553581,1001.23126630059,1295.63577722058,3967.38381594119,222.693408262398,358.900058972784,6621.17847606373,9595.91720032666,1990.2985222898,2819.53689628283,639.2090051549,2202.98146693509,2210.11006363982,5353.85800168045,2255.08527664081,6565.52231805135,244.798342576388,648.128442522254,1394.22195925913,865.053794558231,1094.51438027032,1139.55083074188,511.037460990128,496.10540416215,1330.20093704308,1638.21674641172,2064.13487314928,1186.53944314887,604.90050185459,1017.73294806462,20352.4117296878,5905.10909192709,129058.851545198,45258.5067740486,4413.44511760578,19772.7413077445 -8620,829.911825486507,1114.2060000336,944.961288285238,1002.81940653965,1549.4219349267,3973.67682944764,270.747679016861,359.469341659654,7913.66986667167,9611.13812155587,2379.08087250917,2824.00920967459,763.159102612642,2206.47580798427,2655.1878902951,5362.35022282146,2795.42553777702,6575.93646564614,295.051132464453,649.156495574827,1722.9731469208,866.42593183194,1309.01645980817,1141.35837170637,614.701873253872,496.892320214102,1649.90504108455,1640.81526487879,2462.62655550937,1188.42151684985,753.555548061024,1019.34726306041,24203.0194018758,7092.42245549389,156029.251860913,54930.7141114814,5346.01370510841,24133.6963397371 -8621,976.587168520448,1110.93725978489,1064.68974196518,999.877440551098,1512.87923379379,3962.01927475184,310.044072323769,358.414768353439,7664.58406891735,9582.94197648674,2307.91710365881,2815.72442879375,737.135004182549,2200.00268157753,2840.8525606987,5346.6187243369,3187.44699038936,6556.64467562027,316.081680355257,647.25206859747,2463.32717893047,863.884102658681,1332.95162207319,1138.0099746885,697.355363307054,495.4345898426,1895.3126412064,1636.0016138153,2384.90969045836,1184.93505093202,827.422541869419,1016.3568093866,21585.6190121017,6755.23931485591,164757.144459167,62743.8369172676,4817.61220641377,28372.0975822744 -8622,971.855764172603,1104.28407484642,1052.93152008454,993.889371045644,1496.43288554663,3938.29151989212,305.590363062804,356.268292737889,7580.36460461141,9525.55162013436,2282.61135461275,2798.86160850797,729.88024657592,2186.82729784029,2820.59669494352,5314.59887546138,3200.70790176395,6517.37821910482,312.513662822875,643.375803150203,2447.78732950407,858.710470529802,1322.49311210071,1131.19465658054,694.043865978501,492.467529441929,1897.05755529811,1626.20392164098,2362.4847119394,1177.83870776368,831.449372170709,1010.27004817955,21324.6886283709,6700.02625338807,163653.951587046,62429.1465648066,4788.4893424675,28298.0431714361 -8623,949.940994241056,1157.33599488669,1030.03636326115,1041.63771827136,1470.77952249552,4127.49458056078,299.105222479445,373.384103252356,7452.00025169307,9983.17734742844,2243.86285201507,2933.32427589634,717.313463166164,2291.88666579599,2763.85315117385,5569.92237510191,3087.53599417075,6830.48553997265,306.148255936847,674.284807854738,2385.98985964886,899.964564705368,1297.83032905165,1185.53941246162,679.147901685657,516.12661190947,1826.43506149619,1704.32986983242,2321.78414563025,1234.42433311856,804.245276078439,1058.80535447975,21010.0332999396,6575.01221683626,160121.158085996,60852.2210548543,4710.22740030455,27519.6268275913 -8624,923.606545144786,1247.5011132969,1004.25409415036,1122.78907675621,1412.15926322785,4449.05723759211,292.814622402604,402.473513787396,7149.75939532545,10760.9414294392,2153.16941084223,3161.85214666185,687.452109239743,2470.44175568975,2669.64981558467,6003.86093115271,3026.19904439101,7362.63138200286,297.101062248832,726.816630774822,2356.29829957488,970.078526338089,1248.01690873117,1277.90178775872,657.846014277009,556.336730045503,1794.88305154897,1837.10989672387,2224.47882152042,1330.59520886755,783.691399863581,1141.29420005426,20000.3023642381,6299.03261034934,154845.158792856,59306.9939192996,4476.80526939002,26884.3730732471 -8625,895.336059789905,1348.65845383899,971.528387125635,1213.83377065167,1354.93735787663,4809.82228483518,283.555177085642,435.109276480838,6856.57591821402,11633.5243915933,2065.08482227103,3418.2403381708,659.129815091288,2670.76487789463,2575.10307087823,6490.70186324204,2939.06339060412,7959.65226002581,286.635906792051,785.752720408149,2304.20712371535,1048.74023076095,1199.49868027736,1381.524257467,635.708170169609,601.448949551707,1747.61501222786,1986.07742024375,2132.09234231699,1438.4904814508,759.986209414235,1233.83943694667,19077.0239130088,6039.33701885015,149365.546054653,57451.3573628923,4281.27229369208,26089.5748911542 -8626,875.380914263407,1420.57070563971,950.780224383628,1278.55699209506,1331.68473935288,5066.28836805975,277.34354085345,458.309878354539,6740.66349472063,12253.839292669,2030.06841142433,3600.50543220867,648.065222201829,2813.17359216396,2524.10062619076,6836.79466785408,2896.45099757957,8384.07144187263,280.910122959343,827.650094292729,2242.70133163168,1104.66044638956,1177.53753515303,1455.18895736857,622.212779847643,633.519002708846,1722.55956157136,2091.97769405565,2096.24758714847,1515.19269572942,751.453765894698,1299.62938696611,18809.9857662413,5954.09581372909,146726.287389426,56283.3060567022,4246.11052962413,25568.1934645594 -8627,839.295519434763,1486.72650436736,912.536295454509,1338.09923008087,1268.658954336,5302.22477885787,266.755835002586,479.653311628888,6419.18160859053,12824.4990441819,1933.39640020184,3768.18051641628,616.775416270451,2944.18273180783,2411.98717512047,7155.18333389738,2779.95339279818,8774.51659227927,268.996182086619,866.193654875512,2167.33550667196,1156.10434415798,1122.20958479169,1522.95692371631,595.037257128861,663.021902822836,1652.55191859355,2189.40083161666,1994.21251942958,1585.75502861037,719.383390084322,1360.15296372532,17838.4469088313,5662.46408979653,140218.62587871,53980.6621663172,4022.57462613538,24540.6231690352 -8628,825.937050075411,1459.47737335226,896.785558812961,1313.57418050076,1239.52825642436,5205.04414930282,262.340945562767,470.862094218015,6269.53320124108,12589.4481093722,1888.45912622081,3699.11627072029,602.302770314863,2890.22094343872,2365.39093541065,7024.04117188596,2738.28072962571,8613.69484630595,263.848374012879,850.317820068764,2145.74067412215,1134.91494674794,1098.24288519554,1495.04375164143,584.722889945925,650.869855595032,1631.73290069257,2149.27289286664,1947.50848520749,1556.69087565048,708.381740055746,1335.2237072681,17356.0617802083,5531.38418060534,137537.445001721,53086.4102235878,3925.9039246952,24166.7655199427 -8629,832.651666974743,1390.68922563712,905.894330942442,1251.66274808469,1262.85507467034,4959.71979392507,265.075989074437,448.669402586124,6390.88319957186,11996.0817221904,1924.80897755054,3524.7693701847,614.100968740052,2753.99893080827,2396.78559021296,6692.98377386744,2684.05980447613,8207.71382578497,267.277675883135,810.240605526303,2144.06085757179,1081.42408870078,1115.39986288415,1424.57928791885,589.999578517479,620.193030734661,1597.5137004175,2047.97327429491,1984.56393091411,1483.32085713824,694.396033951189,1272.29188846412,17787.3148018181,5608.63197554457,138634.254819907,53221.2721518889,3970.41609785787,24101.4376088616 -8630,840.919830510252,1361.03916293436,918.474822028889,1224.97678670722,1285.82302947193,4853.97654074739,268.240699023431,439.103587539707,6509.28915623391,11740.3203567513,1960.33993566948,3449.61984654409,625.276169402521,2695.28254796982,2429.53451030206,6550.28662420567,2711.05672682362,8032.72201230531,271.415958637775,792.965944649302,2155.87914604708,1058.3676851225,1133.96328663084,1394.20667523645,597.512797758662,606.970261829785,1614.359793059,2004.30964702505,2021.55634285495,1451.69585019083,703.144877370642,1245.16610538207,18182.6102194079,5717.07389333132,140690.911049784,53817.3873385881,4062.41159475069,24345.3161181381 -8631,842.04371123112,1352.07182463901,916.83028361728,1216.90590855066,1274.14107041838,4821.99564636613,268.357599887656,436.210511040953,6447.25476335918,11662.9681194301,1941.83164988386,3426.89169220678,619.486733058519,2677.52441795607,2421.10425182853,6507.1294266096,2733.31312253252,7979.7976456313,270.27542819326,787.741411751197,2172.51545648076,1051.39452716216,1125.96962704804,1385.02080957516,596.383563214412,602.971179495293,1627.67213960108,1991.10405886641,2002.00703076089,1442.13121153447,708.801464764154,1236.96220794477,17924.9968042218,5670.69301844825,140297.52820573,53871.0515126584,4030.26928074358,24430.0393526599 -8632,884.414057043787,1417.3887465277,965.809182953328,1275.69313177817,1351.89308618272,5054.94030747196,282.070754465583,457.283302705916,6843.67348028902,12226.3917214643,2061.0483845815,3592.44060233262,657.408298833806,2806.87231950662,2554.82783394079,6821.48082180334,2841.75497283168,8365.29182575473,285.387484332586,825.79622756956,2267.72604736107,1102.186099735,1192.34091664337,1451.92945627917,628.379693003274,632.09997333192,1690.34878288403,2087.29183965974,2125.44548775799,1511.7987913039,736.772876973269,1296.71832625391,19113.376496915,6006.00393837297,147837.314554527,56553.1477423189,4263.98347057031,25572.9562507599 -8633,907.093806220205,1517.33115676787,988.905322044631,1365.6443513212,1374.78684126208,5411.37245721674,289.063642529344,489.527100003569,6956.64186211368,13088.4946979251,2095.24590221741,3845.7494939979,668.142958213069,3004.78950033308,2609.5496653714,7302.47464682719,2861.63587054901,8955.14230218645,291.552528262137,884.024476913804,2342.72994447038,1179.90305325998,1214.8868910292,1554.30738873752,643.384193066769,676.670381416717,1706.02089434192,2234.47021809775,2160.26865368577,1618.39820898041,738.95355028242,1388.15206681795,19336.8507699175,6075.77190088946,150388.594848026,57726.0621737614,4277.18120696913,26078.2672886555 -8634,912.878326849606,1541.83223154852,990.933484857899,1387.69606641731,1359.98641079239,5498.75248671712,290.117957311295,497.43172914853,6876.26745647655,13299.840906648,2071.36773825922,3907.8486577301,660.484528580905,3053.30927923527,2605.18220275826,7420.39121145297,2863.52579959772,9099.74528502154,290.920615745527,898.299244633548,2386.07078718382,1198.95551442701,1206.18286884124,1579.40553649104,644.600024962798,687.596902989146,1708.16106967768,2270.55128165764,2134.77890744456,1644.53126198353,737.874709407126,1410.56722480395,18949.4206593985,5994.94547330375,149838.298031472,57867.1765887517,4200.2829603805,26194.9583078042 -8635,911.707269835863,1515.27734682107,988.685999642558,1363.79585968507,1359.30578376473,5404.04780001922,289.414786522804,488.864492093142,6873.0981605578,13070.7785385493,2070.39667207916,3840.54401296074,660.19146432838,3000.72231530477,2602.81708130193,7292.59025540811,2837.47907644686,8943.0209137518,290.381174170446,882.827890225529,2381.47419291809,1178.3059749846,1206.18286884124,1552.20352896958,644.600024962798,675.754462466622,1691.13930537216,2231.44571211613,2134.77890744456,1616.20759796932,730.516231621418,1386.2731094725,18946.9080122477,5981.98815962149,149468.0460372,57700.4533545228,4182.16626001547,26094.303180945 -8636,889.362833989006,1465.78343654986,964.045813273601,1319.24982984498,1323.00995213212,5227.53393773743,282.2652949721,472.896580108448,6688.8127523522,12643.8441944709,2014.92984308671,3715.09929409861,642.458242337343,2902.70891773494,2536.28901377193,7054.39042453021,2768.10731087398,8650.9126237497,282.975418318141,853.991846134053,2327.41152273666,1139.81865098396,1174.58483054099,1501.50348890982,628.520558240379,653.682113268726,1649.19384415816,2158.55940250274,2077.46772923203,1563.41697584238,713.582536090865,1340.99289919577,18417.3150742235,5824.2491929388,145687.074464451,56252.3570856828,4078.62878121035,25452.089626077 -8637,801.132559468882,1434.91844354518,864.66279859197,1291.47039411508,1172.66627310256,5117.45778706146,253.198401110031,462.938799666242,5923.82321901114,12377.6028433385,1784.77945040417,3636.87047061432,568.777168327457,2841.58659351807,2267.14417514334,6905.84616780295,2521.86165928115,8468.75040867881,252.782129686664,836.00934496797,2124.07559149348,1115.8174965078,1045.83908114172,1469.8863389775,565.09291593478,639.917532942444,1503.02153969128,2113.10663015101,1840.36547128485,1530.49611398822,649.274526311606,1312.75561978536,16167.012730664,5165.47745223171,130453.269323844,50707.3992723921,3610.66458322583,23037.2956599417 -8638,717.869570760976,1429.27769771906,786.384440456697,1286.39355071124,1096.49811056025,5097.34077011006,230.46180994752,461.118960975263,5550.05581843097,12328.9457841934,1671.50516951577,3622.57372641989,532.763354906837,2830.41615537294,2072.23210191924,6878.69889464465,2258.33768841716,8435.45927026252,232.129231597686,832.722944793498,1848.50136324254,1111.4311546119,965.876906035827,1464.10813237019,509.168101822782,637.401980808287,1348.94730262145,2104.79988807952,1721.51764137699,1524.47964691603,582.74977657321,1307.59510295158,15473.3225917228,4841.24178281342,119434.493873432,45745.9761860317,3405.00162068326,20625.3673864272 -8639,584.992521560574,1351.26187391031,652.421407607679,1216.17692817444,979.739890219462,4819.10705804086,189.130012711149,435.949201682347,4980.9183421388,11655.981486505,1498.78565030983,3424.83883275604,479.27440429887,2675.9204625937,1768.20040376895,6503.23136873663,1953.41001221352,7975.01739446402,197.489386740475,787.269519859916,1378.41178697339,1050.76469541216,845.293187019774,1384.19112094949,422.235527229067,602.609973132347,1156.93264496453,1989.91129961056,1546.75842509205,1441.26731125611,517.149684643026,1236.22121295955,14550.4561750984,4433.76959135121,103463.06321326,38114.9767590564,3264.64662332367,17056.2263317625 -8640,637.797432315801,1267.7210115224,723.904847919457,1140.98760228755,1113.92089444636,4521.1689844953,207.435787313224,408.996933606823,5471.1334096866,10935.3582200893,1603.17195983788,3213.10046053357,517.662378035269,2510.48346814966,1814.62411142791,6101.17343508074,2021.74893434329,7481.96727327312,203.897230610251,738.597107879187,1472.50087473484,985.801870280809,967.851258135924,1298.61442986801,469.999327446683,565.354014231242,1259.86026951879,1866.88636324952,1775.6716453844,1352.16192284949,549.294429995341,1159.79266256021,16224.972964572,4919.63909283493,112048.312114779,40399.9302766466,3585.10826305204,17970.0512149465 -8641,646.984882190901,1210.56147439445,732.815747656183,1089.54227431498,1119.28223972238,4317.31661943854,210.204569116884,390.555908176755,5495.42014153387,10442.3001982475,1610.4791563605,3068.22683818259,519.879251540622,2397.28973569391,1832.05968514127,5826.08116610608,2048.09132926268,7144.61719209621,205.897752279782,705.294931432875,1509.23456629828,941.3536217364,975.32747883718,1240.06195732534,476.584373972328,539.863095114837,1274.88728537088,1782.71140722692,1784.35233601004,1291.19507846525,555.033269249332,1107.49944413613,16229.0825225688,4936.62607127785,113034.769093409,40931.362491562,3585.10826305204,18236.5266960343 -8642,668.230746621826,1182.15526529796,757.192528251665,1063.97581914662,1167.28088985125,4216.00941511925,216.505289524849,381.391389871653,5733.71664610821,10197.2683108514,1680.06847335332,2996.22992190498,542.859284986537,2341.03657140826,1902.03507398612,5689.37032298237,2122.24855296131,6976.96648276351,213.40125795032,688.744962083322,1535.78864777511,919.264460319661,1015.714358155,1210.96351003665,493.384921685719,527.195036294459,1320.27153803854,1740.8795184187,1863.24056318656,1260.89677626495,576.530925695267,1081.51161828027,17020.431411901,5160.12957202214,117408.934303541,42321.695262777,3761.06449682146,18833.0146612652 -8643,717.818196598762,1170.78699812085,812.852484295015,1053.74403171809,1250.76746206461,4175.46590712229,232.482784388281,377.723716642608,6143.2043997853,10099.2056671046,1800.11072710529,2967.41649673475,581.604734058591,2318.52385248175,2040.62390655773,5634.65815123998,2274.64438057079,6909.87206514336,228.943348605122,682.121604749736,1654.33482334059,910.424298373002,1087.97627197745,1199.31820664213,528.874878452127,522.12523353422,1417.32859046905,1724.13824587228,1995.13648305391,1248.77128661388,617.74434669853,1071.11119678517,18215.9809919,5525.85399707642,125897.382998591,45420.7034710319,4024.9988474756,20212.6835409347 -8644,878.372332626105,1173.33256316574,1005.21138546272,1056.03511795129,1555.86414608975,4184.54434758698,288.39005455295,378.544976437304,7645.25155968724,10121.1637047054,2239.91693807963,2973.86835494622,723.003290662827,2323.56486616236,2515.83818257504,5646.90921727735,2790.77719953208,6924.89574478952,283.805847417968,683.604696820454,2006.43226031963,912.403773951114,1345.66670481858,1201.92580521422,647.908342532105,523.260456034701,1741.0795024043,1727.88692608336,2478.3123917625,1251.48640776005,760.903792471563,1073.44004330131,22787.697940066,6880.24642740567,155666.108674213,55801.5369646335,5036.7471916498,24757.2463099985 -8645,1162.18296841087,1180.88248277551,1296.47006674654,1062.83027603002,1898.74405030251,4211.47019488691,373.367500408127,380.980759974305,9301.50350500671,10186.289292051,2727.83132205333,2993.00399279925,879.636858616099,2338.51606456795,3200.86832811109,5683.24478996368,3615.65660306988,6969.45464294043,359.221554399759,688.003416047963,2863.03344598943,918.274722530605,1675.2682960058,1209.6597107506,845.533458629966,526.627425044219,2257.78854971332,1739.00517831316,3018.98910254453,1259.53921569187,966.984976619818,1080.34719502219,26774.8338348581,8298.07359606741,196093.789396337,72728.5909418911,5905.53109588633,32655.6939615346 -8646,1170.17575258344,1201.56520998884,1300.6821264411,1081.44536177634,1930.65831870319,4285.23256369025,372.77622326955,387.653499427221,9463.02623360374,10364.6984443727,2774.71670384797,3045.42536921425,896.071468772111,2379.47432294922,3240.13208306888,5782.78475553341,3662.53234990502,7091.52210630628,361.81723983539,700.053545661632,2836.06768762339,934.357970330464,1704.28611712667,1230.84646064599,855.839934708292,535.851112865927,2279.50206936931,1769.46322155644,3078.67762391713,1281.59958697573,981.537568173473,1099.26908323397,27412.5447558573,8465.50686701273,198591.801550512,73325.1368345107,6048.49553582399,32908.4962756867 -8647,1108.12478299745,1282.27123781152,1228.8117731441,1154.08325003297,1827.76820613354,4573.06055308006,351.640709951199,413.691182484491,8959.12100680119,11060.868435041,2626.92544853502,3249.97871557984,848.739419793922,2539.29745973351,3068.6230331471,6171.19945287386,3472.35059270787,7567.84130701117,342.001229191497,747.074331935942,2679.04925781214,997.116378882033,1615.25633734718,1313.51923435193,811.447163786756,571.842846368408,2158.73638328822,1888.31349019185,2917.31406247572,1367.68131692608,930.422867132157,1173.10414476751,25966.3939833323,8019.10282074259,188024.764799581,69422.3762167786,5729.57486211691,31168.5476559927 -8648,1101.18818793347,1388.43292730668,1219.9138705946,1249.63201072316,1782.06692950855,4951.67298714451,350.314199726663,447.941467109732,8727.3195211545,11976.6188985324,2559.68544156441,3519.05067250693,825.864583574164,2749.53075555021,3020.24273155525,6682.12486460411,3426.88948134943,8194.39737041846,337.59198996418,808.926045456515,2724.9194218528,1079.66955194242,1579.38736882258,1422.26800527592,802.145768305296,619.186809880998,2134.76244516514,2044.65057746632,2837.67259707473,1480.91427030937,914.175179208673,1270.22768173061,25035.1775363742,7784.81146057234,184768.603420848,68796.5910654111,5520.62683451572,30953.6811017028 -8649,1071.41628241138,1487.10255502441,1185.69162112885,1338.4376871496,1716.9624584274,5303.56591665694,341.624242667439,479.774634510038,8405.01414281782,12827.7428561928,2465.47877866317,3769.13363506648,795.248038867266,2944.92742953637,2924.81951409453,7156.99315660928,3318.23912742806,8776.73600702709,327.243508354216,866.412748765401,2675.63609680024,1156.39676767835,1523.16715113537,1523.34213844823,777.265537252482,663.189606715555,2072.10970849779,2189.95461579879,2730.40181465234,1586.15612741279,883.493597631434,1360.49699903658,23995.0134711899,7485.40642081642,178678.880367458,66786.9132941691,5289.68427769335,30074.2845460011 -8650,1039.79862713141,1546.28697318298,1153.47387654744,1391.7054698508,1669.73006066665,5514.63976753726,332.722553622039,498.8689346945,8174.1007518,13338.2674966532,2397.7156925182,3919.13941671188,773.112896840346,3062.13105873292,2840.72142673096,7441.83059052239,3218.67859075415,9126.03674096252,318.360469100057,900.894657392076,2597.64845069932,1202.41959887063,1479.19688861198,1583.96883686649,753.788968122866,689.583543616313,2011.75529093643,2277.1114761591,2653.35191202848,1649.28272698213,857.463327569798,1414.64270877423,23345.8189122615,7277.9939092521,173620.631119627,64847.2838124331,5146.71983775569,29184.4462234072 -8651,1003.46425741283,1590.48726498077,1114.15968437498,1431.4870814991,1601.56196371349,5672.27459930662,321.263814759155,513.128999523839,7837.91724097916,13719.5391012477,2299.33348874689,4031.16720251047,740.912871058195,3149.66143871178,2732.84422804642,7654.55377148131,3103.44263810293,9386.90260474043,306.868832250362,926.646543960605,2527.37444475337,1236.79051323206,1421.10761574945,1629.24625690708,727.26247543864,709.29514590968,1938.36897151759,2342.20223450336,2543.91095694967,1696.42713099894,825.347036179061,1455.07997663061,22303.4110983557,6970.90753485228,167009.236482561,62564.6282816887,4915.77728093332,28183.1973835572 -8652,981.695460791903,1606.1656376292,1087.3722990434,1445.59809539989,1547.94643555251,5728.18956127474,314.719372154484,518.187215234449,7571.56843989356,13854.7807038246,2221.56744973872,4070.90479928391,715.574964780998,3180.70951236808,2658.1694594937,7730.00923040207,3018.78096168012,9479.43484960153,298.570282775974,935.781046417481,2500.12493820361,1248.98228803054,1375.32192867153,1645.30669983818,708.053185205186,716.287087222351,1890.8001016607,2365.29070572792,2454.754794003,1713.14981549717,800.893164587354,1469.42355963765,21413.4195063787,6720.4494655315,162166.610680793,61042.5274194906,4717.82651794272,27527.0983465735 -8653,963.064257310994,1571.07732028988,1068.68361374503,1414.01753886938,1524.20264324415,5603.05145073563,308.846182214714,506.86688996827,7456.18575227039,13552.1089677264,2187.64231673504,3981.97175520119,704.384295491495,3111.22368717081,2611.69096918816,7561.13933893027,2967.51080731806,9272.34698119766,293.613052075024,915.337960382295,2450.80963097468,1221.69700322125,1353.51833986529,1609.36330629774,695.888172750761,700.639069338212,1856.33893493916,2313.61853136562,2417.44046872335,1675.72432028816,787.720389709542,1437.3225116769,21112.3176774505,6619.53348127478,159491.625567521,59967.9247784899,4651.84293027918,27034.435586454 -8654,947.068364237269,1546.17126593602,1048.12579017958,1391.60132979706,1477.73580605129,5514.22711206222,303.33654232208,498.831604786128,7224.82831393813,13337.2694062353,2120.14077017725,3918.84615107606,682.671046905782,3061.90192225258,2551.67876532237,7441.27372511197,2903.23198171419,9125.35384793862,286.966912834286,900.82724426475,2434.75088994455,1202.32962290634,1315.93504331044,1583.85030991996,681.557017484487,689.531942707321,1819.54154847269,2276.94108197969,2341.80750053144,1649.15931265665,768.374797983854,1414.53685234777,20322.3095493887,6403.02946829466,155487.622331008,58787.1986605195,4475.88669650975,26544.341843969 -8655,957.824610682378,1548.57219762368,1060.44954709457,1393.76224159442,1497.65006601962,5522.78973568485,307.232030973522,499.606202421672,7322.8633359561,13357.9798368647,2148.84647709335,3924.93142902067,691.961538904982,3066.65651672191,2583.21247815931,7452.82871276231,2938.03813925164,9139.52391544496,290.49519948557,902.226070335003,2457.82784605673,1204.19662907458,1333.0659941784,1586.30975052747,689.606375860383,690.602664384393,1841.12241589245,2280.47677049953,2373.69639417007,1651.72016664418,777.960798327921,1416.73337897259,20620.4851353971,6491.88555807946,157448.542425047,59476.421157392,4541.87028417329,26848.3415681533 -8656,982.890126494431,1616.52146569395,1086.97919637887,1454.91865672679,1519.86169949184,5765.12233136338,315.310649293061,521.528251538924,7427.39337690171,13944.1100503641,2179.90149403167,4097.15214836278,701.357228130339,3201.21728570247,2636.34127824927,7779.84882642725,3008.12600785913,9540.55394912252,296.831963770141,941.814538478271,2553.3290476864,1257.03515974422,1356.58391101489,1655.91489173204,706.801148099622,720.905381716076,1884.11359785679,2380.54102817151,2407.00222224065,1724.19542905208,794.231477007936,1478.89773675948,20778.8211591228,6572.03655569754,160581.423349093,60968.013566311,4574.86207800506,27564.5652824888 -8657,998.906669025324,1709.81069099565,1099.97978638012,1538.88180676437,1519.35063397967,6097.82672624845,319.569687991639,551.625573221027,7419.86224757372,14748.8226704725,2178.16244304621,4333.59821974227,700.758533263431,3385.95908279168,2659.32287001549,8228.82280257558,3039.80189224954,10091.1379690388,299.242919501502,996.166522375248,2625.40558066742,1329.57848114033,1360.7387368972,1751.47750608243,715.153756110785,762.508729400203,1907.65167863221,2517.92171443521,2403.82773195163,1823.69850356025,799.796725224373,1564.24471611648,20589.7272867396,6551.40951766809,161582.421048298,61745.7539391619,4530.8730195627,27968.8515559425 -8658,1001.27535097321,1718.77802648509,1100.38588623188,1546.95268239553,1507.09543869137,6129.80761062278,320.02514217452,554.518648814529,7356.52255676614,14826.1748835899,2159.89558830527,4356.32636696788,694.635003414735,3403.71720724886,2652.6971196262,8271.97998666762,3037.92372836132,10144.0623191526,298.572520949549,1001.39105363858,2654.80532678873,1336.55163691875,1352.95306190582,1760.66336886943,715.335705891945,766.50781048337,1907.53797671543,2531.12729846179,2382.78970159504,1833.2631392238,797.384273947795,1572.44861098675,20297.3490851713,6485.31297789569,160988.749785923,61786.9221668033,4464.88943189917,28023.3946025371 -8659,989.996172338102,1665.20542523646,1085.65152458079,1498.73570619067,1482.33020715893,5938.74760531991,315.885931326373,537.234854165013,7233.90477135793,14364.0577615173,2124.05704459135,4220.54400777417,682.986638584252,3297.62672790992,2616.46402708139,8014.15059943219,3002.49151619447,9827.88198795734,294.249190494414,970.178690678465,2636.28061582696,1294.89265199486,1333.22688604073,1705.78524316614,707.346997443102,742.616524551026,1883.77249210645,2452.23457852906,2343.88813117088,1776.12215090067,786.994123178202,1523.436952051,19901.1109847874,6373.1828004566,158720.339094042,61056.8326566297,4376.91131501446,27716.8571554895 -8660,954.707666999526,1569.3417059737,1047.33958485051,1412.4554330124,1423.86405333397,5596.8615985962,304.519096599234,506.30693953218,6946.88678731756,13537.1375630507,2039.94051441569,3977.57275644047,655.502358464667,3107.78662885258,2517.98558781257,7552.78633076587,2891.80047216698,9262.10355271878,283.49027482262,914.32676020286,2556.90211958018,1220.34735939313,1281.26259076012,1607.58539635132,681.522335720476,699.865053200677,1814.75540706606,2311.06261041038,2249.55761599134,1673.87309942035,757.203487545266,1435.73466014597,19054.6552606504,6113.62347894983,152741.615348986,58869.4263461917,4189.95781663444,26735.0443280861 -8661,876.383851151929,1505.93396067459,960.328770050662,1355.38652698519,1306.93209158418,5370.72577784582,279.184458507521,485.850093618492,6376.76439967231,12990.1825134209,1872.48979969471,3816.86274708494,602.01208207459,2982.21949311906,2311.88760324574,7247.62324860418,2654.8934692315,8887.87714889017,260.021332275546,877.384265072308,2341.46389223917,1171.0403956858,1176.5541997563,1542.63245145066,625.666383306114,671.587677490736,1666.04450519216,2217.68634390743,2065.99016916954,1606.24186350336,695.24166738394,1377.72517929097,17503.5319072861,5614.5817545517,140178.334071063,54014.3394192093,3849.04261370618,24532.1047999799 -8662,788.083024779936,1487.9992868898,869.363631603542,1339.24477319747,1191.02156905848,5306.76399909022,253.302462097181,480.063941526236,5813.87710981209,12835.4780629823,1706.95249568398,3771.40644552201,548.346108795392,2946.70323864814,2090.56262842865,7161.30886691607,2388.97732664113,8782.02843210235,235.918489482657,866.93520091087,2095.235068631,1157.09408194704,1066.03028546069,1524.26072300236,562.341603623349,663.589514073076,1502.34448810511,2191.2751717222,1879.66962217943,1587.11258918346,627.6278034874,1361.31738698339,16047.2841580584,5121.16905441263,127028.608548247,48693.2859768291,3530.12193999909,22062.2582052459 -8663,658.146233689242,1402.92530137527,740.792078259363,1262.67558970441,1114.43092225815,5003.35823299521,212.957355815279,452.617051485841,5466.92379770816,12101.630080377,1602.56397393233,3555.78229829115,516.993183505396,2778.23018167218,1843.97380019688,6751.87245644404,2066.2829888787,8279.92996592466,207.053819679419,817.369563766993,1570.46804629614,1090.93907365247,974.446581870303,1437.11354772372,481.674783684196,625.64984218933,1289.81954962565,2065.99250938498,1773.33116201544,1496.37195871962,557.32702262601,1283.4862370082,15989.3659957277,4896.38574185919,113459.646613413,41453.2787969589,3530.12193999909,18517.0384848282 -8664,695.905502922827,1316.17355376509,803.320087847139,1184.59636911853,1284.47474428913,4693.96893749483,233.51439108637,424.628875510915,6638.82142382347,11353.309726203,2044.7720718292,3335.90578156161,689.350753155433,2606.43463183986,2146.04336199556,6334.36146376081,2285.1396676013,7767.92950949994,252.25438257507,766.826432189957,1762.81614745251,1023.47940842096,1105.50479079853,1348.24772453478,509.751640913685,586.961953996882,1526.79071662139,1938.23912111619,2173.07553639519,1403.84181305431,671.014848394246,1204.12016243179,19941.7786284301,5961.61248446557,133095.351095238,47380.2415995533,4392.74686524916,20909.6483662179 -8665,704.515137607155,1256.06347482495,811.409149583701,1130.49546346196,1287.09444642822,4479.59383280727,236.123643700205,405.235935154221,6649.42447943823,10834.8003381959,2051.83662349176,3183.55386771794,691.112268425295,2487.39790524402,2161.08966118932,6045.06909306028,2309.26686097756,7413.16561481313,254.059521890901,731.8052169099,1752.38851256795,976.736767332476,1111.0017190979,1286.67280767004,515.717133872722,560.15520857286,1522.40845031403,1849.71910318856,2177.34840144457,1339.72789588832,669.652188907388,1149.12759871545,19894.4690105387,5963.07248490302,133723.961476605,47709.9579899331,4390.57385331595,21062.0357376295 -8666,740.878120169307,1219.49988377363,855.947647800095,1097.58711556406,1382.8900438437,4349.19434244585,248.000609611927,393.439651519476,7151.49553546319,10519.4028948114,2118.57611067279,3090.88167077717,714.000218287941,2414.99057742014,2298.8482089497,5869.09913722152,2446.00473473817,7197.3708230941,269.792127653223,710.502609823069,1741.33503138484,948.304284069232,1189.27597486851,1249.21818909429,545.074305545987,543.849276283587,1550.94392095164,1795.87439374167,2249.09246790581,1300.72886129563,685.696231953537,1115.67687554155,21572.7482264731,6360.73901330799,141006.285181664,49908.4692058002,4712.58191699676,21934.9976706275 -8667,803.103443138556,1198.84608267056,928.524598902467,1078.99806419982,1504.87692509287,4275.53513500954,268.91056055672,386.77624431734,7783.61849333309,10341.2432590432,2173.29217600739,3038.5336089932,732.678798489742,2374.08960176981,2496.99128568956,5769.69838462839,2651.31964204386,7075.47407884417,292.999995477811,698.469333082539,1806.33364182283,932.243529714963,1292.21377835319,1228.06107021697,590.533310039781,534.638488376295,1599.44868694943,1765.45894801022,2306.86728476699,1278.69934284494,705.066978411055,1096.78145079463,23471.1665156819,6818.3617864433,150996.64058112,53483.2641237969,5050.13050056202,23447.7496793174 -8668,991.780222395885,1196.38729595647,1159.34858078636,1076.78508111288,1896.96859705062,4266.76617864593,336.515611556223,385.982981274984,9818.3445682442,10320.033771103,2721.66752859644,3032.30169467481,916.578767778632,2369.22043628203,3114.93664347806,5757.86495752082,3288.96717420025,7060.96255654578,367.278065927714,697.036799631237,2170.29033298694,930.331534473621,1619.05027543173,1225.54236469905,731.040859584595,533.541965619065,1965.04499675489,1761.83806033465,2881.89673322417,1276.07678019827,869.743367517717,1094.53199467306,29793.562375553,8592.2340168369,188539.650751047,66218.3564998812,6404.21154978106,28904.0460270243 -8669,1178.98126316034,1184.67190703849,1321.63990680931,1066.24087352313,1920.8471944198,4224.98470422384,388.40651330722,382.203318320822,9872.24557149456,10218.9768561025,2878.45247423291,3002.60847259713,963.577267584219,2346.0203079145,3415.51379599559,5701.48218954716,3729.9456391759,6991.81945985394,401.220606591535,690.211202915673,3272.59274650065,921.221444634107,1698.74719551558,1213.54148046497,842.035898853116,528.317360131849,2379.97179459329,1744.58560525001,3033.37963043332,1263.58104757076,1001.3866840174,1083.81400389858,27999.6993905704,8586.26611512209,205878.825656707,77484.5185177106,6046.11754976106,34709.8555174177 -8670,1178.80458757326,1153.86476625433,1314.78364423667,1038.5135065574,1928.29598658745,4115.11487628193,384.741675195676,372.264202380176,9914.14914313969,9953.23453807708,2819.43160753766,2924.52627837489,946.82417618805,2285.01254915952,3423.83412521743,5553.21635877311,3745.83571302412,6809.9986830149,400.204950821237,672.262407495867,3119.20275491377,897.26527704913,1708.52204293873,1181.98359256876,845.383325932152,514.5785796344,2320.34529817572,1699.21802792195,2989.49336508363,1230.72189138294,984.920236149432,1055.62965141789,28205.0636119033,8585.84603698125,204980.434181827,76947.7128025109,6061.65806964551,34453.6221426892 -8671,1131.96490539363,1195.4616351749,1262.80592197139,1075.95195815752,1874.63369566224,4263.46492483869,368.508124185308,385.684341102753,9644.59116191419,10312.0490235562,2626.71987137085,3029.95556247654,882.709391978061,2367.38733888274,3308.49567628712,5753.41002073341,3614.78646492903,7055.4993957944,385.925541463248,696.497492977856,2762.30095177159,929.611724577419,1658.2778438766,1224.59414625258,814.907121615974,533.129157095801,2115.78573004457,1760.47490276733,2786.66234959728,1275.08946260163,905.191603180302,1093.68514069436,27590.8861714141,8270.41465325399,195852.744055778,73044.1442431862,5882.41309082698,32574.8856149359 -8672,1118.33652665829,1274.48990370783,1244.92733710799,1147.07981184675,1805.66924370937,4545.30939483006,364.74793377877,411.180739130745,9277.29909650197,10993.7466668596,2542.50588184005,3230.25654645517,852.878464615653,2523.88798836724,3227.03624247196,6133.75014936668,3540.06075123617,7521.91662281246,377.495927261317,742.54078645378,2755.41899505599,991.065478373973,1604.13310761766,1305.5482749225,799.937758384698,568.372675540905,2066.53367311564,1876.85444960324,2689.52318710547,1359.38168034331,878.630511052552,1165.98528019371,26190.6193313626,7927.48656338392,190633.26775274,71746.0186117922,5595.23973934279,32067.9221600454 -8673,1090.65005148869,1366.85346822796,1213.33622709931,1230.20983892897,1746.71303043979,4874.71253590789,356.620892549553,440.979420640618,8970.81895780614,11790.4745394212,2444.53654259741,3464.3564856364,819.463616757438,2706.79668805717,3134.81525670172,6578.2691887276,3437.40329758333,8067.03748197735,367.035001518791,796.353463697377,2681.38325788927,1062.88898987388,1552.66420587532,1400.16267082641,777.208256137801,609.563214701768,1994.53996139307,2012.87197829962,2582.02813454647,1457.89743725483,845.217943481953,1250.48540557202,25219.0947962575,7641.2633783791,184644.416424517,69693.6910344608,5380.23826053699,31155.5265089837 -8674,1072.06030759402,1441.05094446938,1198.50020806691,1296.98983211598,1741.4736261616,5139.32858728004,352.248908864858,464.91729024149,8949.61284657662,12430.5017807085,2501.23983270451,3652.41359198306,839.259566731587,2853.7308603155,3101.98243727431,6935.36011557956,3389.1489108308,8504.94383830661,363.751296649919,839.582250524884,2553.95765370265,1120.58623570644,1541.67034927659,1476.16828438897,765.277270219726,642.652388626987,1980.1153848998,2122.13754645196,2642.34635457719,1537.03709119549,847.418234035133,1318.36602578983,25351.2396129039,7682.53305435106,183777.278814195,68714.3219806599,5459.91747807081,30635.3668191268 -8675,1030.63565081022,1518.08325527604,1152.40099485621,1366.32126293324,1657.6661079396,5414.05472280795,338.684032729204,489.769744860616,8514.22968411498,13094.9822977432,2403.85614218462,3847.65572418659,805.577661757915,3006.27889023357,2967.11360970713,7306.09427874695,3251.658899984,8959.58111512188,348.617936690293,884.462663058809,2617.53164023722,1180.48789811879,1471.11030450495,1555.07781532707,734.989183152318,677.005787950829,1953.10678881042,2235.57778232992,2538.14186919678,1619.20040359243,828.751495613983,1388.84013487345,23982.7242606355,7321.01367656452,176533.602262463,66497.725011009,5161.22019421668,29744.4555431881 -8676,1018.26794372202,1519.5874522924,1137.89289165418,1367.67508615733,1632.81480298718,5419.41925399037,335.362501680202,490.255034574708,8385.32666034918,13107.9574973793,2374.825410005,3851.46818456396,795.961966375318,3009.25767003456,2927.20598895006,7313.33354258649,3202.77648687087,8968.45874099276,343.945502473192,885.33903534882,2565.6369811843,1181.65758783642,1448.04884139807,1556.61866850616,724.029423467408,677.676601019054,1923.21050827595,2237.79291079427,2506.58305005983,1620.80479281647,816.251313603592,1390.21627098444,23588.0238154952,7209.86461828072,174060.383190222,65561.2132489505,5084.37286131993,29315.4106604529 -8677,996.693702480033,1466.99836404587,1115.36859690013,1320.343301672,1600.80450886984,5231.86682522879,328.301311672728,473.288544598983,8221.03625905041,12654.3241559605,2363.26918017514,3718.17858683058,792.214072343742,2905.11485355679,2866.72179386837,7060.23751809167,3139.38416335632,8658.08300878073,337.159322418432,854.699684788362,2531.6777600301,1140.76339969991,1419.56592637722,1502.74802328546,709.681925864441,654.223923438808,1907.20831759472,2160.34854345254,2495.81670914582,1564.71282775632,811.223080477981,1342.1043929571,23140.7019246816,7097.36644314076,171194.013906758,64415.3745402913,5008.77675256575,28814.3473563782 -8678,1005.16009793139,1436.79869121858,1127.08318594393,1293.16267440789,1630.02007153499,5124.16345604295,331.413778766994,463.545412261484,8375.61815740659,12393.8218549855,2411.29444746045,3641.63604964189,809.070247319598,2845.31007104759,2905.33405368216,6914.89525435438,3172.08442001729,8479.8474492975,341.641518892694,837.10481114787,2519.09495513242,1117.2796097458,1442.01788489631,1471.81240688851,716.349906129831,640.756049903388,1928.58916249151,2115.87554279748,2548.65915544111,1532.50160201468,823.140967054998,1314.47579120761,23708.6324295402,7246.49298860192,173634.22052825,65026.1487084502,5136.65819024743,29045.4126949669 -8679,1013.59305702864,1435.87303043701,1136.36861175214,1292.32955145252,1642.53323866775,5120.86220223572,334.590800984156,463.246772089253,8439.6223929534,12385.8371074388,2427.43579386092,3639.28991744362,814.610101599079,2843.4769736483,2928.70068209776,6910.44031756697,3198.05183132262,8474.38428854612,344.390445014973,836.565504494489,2575.43876977032,1116.5597998496,1453.31934054125,1470.86418844203,722.261651303506,640.343241380124,1955.96218056956,2114.51238523016,2566.32942306657,1531.51428441803,832.736850475841,1313.62893722891,23878.094757067,7301.5604344484,175123.201905943,65673.6200344388,5167.14687857761,29352.9800949916 -8680,1052.63011593459,1511.37221531114,1181.41720126025,1360.28112213822,1706.55382690243,5390.12063520725,347.86665945613,487.604603838253,8768.20319555094,13037.09288408,2496.28096252063,3830.64626752704,838.245280538927,2992.98893547788,3041.44840914152,7273.79599041421,3324.83647835172,8919.97320381439,357.962805124494,880.552690230493,2619.58211043918,1175.26927691681,1510.28517058295,1548.2032323087,750.95664650944,674.01292647,2004.79907587008,2225.69489099987,2641.85520564179,1612.04235176495,855.472478353286,1382.70044416966,24791.808370089,7563.51584478147,181430.113260679,68008.3454959361,5356.00569291966,30382.6285553644 -8681,1066.30142484057,1642.23747358243,1191.06697799112,1478.06384870073,1696.37055890605,5856.83526836898,351.317300750923,529.824846984925,8708.28582150672,14165.9362689841,2522.64538280167,4162.33061905037,846.129905629702,3252.14301153966,3053.60498814209,7903.61251162254,3346.20334483439,9692.32735010904,359.16869863763,956.79714812187,2748.29352297049,1277.03237399105,1507.07530786395,1682.25757960977,757.002761146521,732.373715961238,2054.83071641609,2418.41124094535,2667.16960358379,1751.62433995476,872.220529435803,1502.42439364085,24416.0882535736,7527.81625279745,182466.900724059,68902.3576598041,5292.85530432607,30871.3336970179 -8682,1069.60583700794,1666.42035273247,1192.59125789316,1499.82917801769,1685.83723228349,5943.08049281128,352.089001446969,537.626818655548,8650.15755280685,14374.5377230069,2533.24221029551,4223.62330050614,849.488962633657,3300.03266373177,3049.37007395451,8019.99769299365,3347.41553640285,9835.05237298837,358.723756095849,970.886529332774,2732.65207064364,1295.83740071082,1500.81222870138,1707.02977754178,757.920239594324,743.158334721108,2052.80564791377,2454.02371947886,2677.60619173955,1777.41800281461,872.841002877735,1524.54844581233,24149.9326897189,7486.03836832909,182244.149063982,68929.742089761,5258.02059212945,30902.0475813472 -8683,1059.59229144349,1633.0097946829,1179.38882403959,1469.75865605459,1664.88535272799,5823.92590167061,348.274521641568,526.847778418646,8541.31176219145,14086.3383342736,2535.34789177418,4138.94261881038,850.23619171086,3233.86932583429,3016.33792232268,7859.20237022902,3316.55549767094,9637.86647827131,354.532198902453,951.420936095974,2787.84889249561,1269.85677065655,1484.16479752786,1672.80502903737,751.198511543571,728.258531894344,2073.10707257669,2404.82226691606,2680.23725340162,1741.78201981428,878.771312659825,1493.98231988578,23814.9451284064,7419.65092640763,181003.790101197,68611.7255368248,5197.04321546908,30810.043433591 -8684,1032.14936456919,1571.04839137371,1151.45967643041,1413.99150196189,1631.88513835555,5602.94827936168,339.450600563233,506.857556812238,8374.08337746921,13551.8594269691,2563.60609842441,3981.89843345846,860.149389186954,3111.1663988833,2946.28787012698,7561.00011244964,3236.0609087397,9272.17624552153,346.594027057444,915.321105874384,2746.13835295736,1221.67450759374,1452.17011424643,1609.3336724054,732.586108413766,700.62616817247,2073.77133118215,2313.57592972171,2711.13656702206,1675.69346446219,882.455975302857,1437.29604564502,23435.1775468228,7341.96516082057,178304.498880448,67314.3225513199,5161.28671548181,30224.6832759646 -8685,941.707539669103,1531.15821065907,1048.19649865289,1378.08912183666,1479.80754787576,5460.68492157731,309.154091798796,493.988036274971,7591.85128460399,13207.7668296122,2370.05341662775,3880.79483348651,795.275627254198,3032.17138474737,2680.8847952824,7369.02024567715,2947.65905748753,9036.74824210498,315.103446384093,892.080367698692,2587.25691281072,1190.65521044798,1319.14731113372,1568.47139764995,667.637533181386,682.836706934187,1934.41527102141,2254.83237831974,2506.91280281808,1633.14626127814,820.659073287271,1400.80194443462,21205.0402790707,6692.34226345042,163003.685423135,61703.7499044811,4689.60057352201,27759.1852332156 -8686,843.849879023612,1534.88977989561,944.751145414045,1381.4476480402,1338.26328401855,5473.99309817327,279.355664652773,495.191929214675,6867.74746043864,13239.9553363528,2271.03123664577,3890.25267691062,762.383144981334,3039.56105707547,2411.49597150577,7386.9792058034,2640.48269476794,9058.77160422645,284.384382015314,894.254447185353,2485.62276471802,1193.55694347838,1187.42468708662,1572.29390245391,597.520010920705,684.500840941658,1857.95626066579,2260.32760610085,2404.43081891355,1637.12638449789,788.468363596257,1404.21582381427,19277.7368921472,6164.73263300556,149439.44217857,56387.361320486,4324.65810135042,25406.5067949037 -8687,707.189213950952,1457.0764416646,807.892927553264,1311.4132687034,1253.68965536343,5196.48152568019,235.829493174509,470.087496582471,6468.26915381951,12568.7376787428,2066.45793713631,3693.03099277567,696.354620611276,2885.46634896939,2136.0788404727,7012.48618423561,2292.28870628647,8599.52477879961,250.919554949727,848.918993998511,1891.14522905517,1133.0479405797,1087.7081333302,1492.58431103392,513.354369973192,649.79913391796,1579.01349032108,2145.73720434681,2196.82882903846,1554.13002166296,688.824866744795,1333.02718064327,19127.3986173736,5840.49757919018,133085.711529147,48085.1123391451,4254.0003679014,21362.184428923 -8688,669.556009405373,1377.15144126627,784.028745360256,1239.4783289663,1247.48291024589,4911.43897325555,225.771493686067,444.30179153828,6470.07954939219,11879.3048286499,1913.21761636208,3490.4571983415,645.164668622265,2727.18989037311,2424.90801221116,6627.83034529555,2548.56374835508,8127.81512670629,271.364868189377,802.353248377117,1579.31074459737,1070.89687251446,1105.34268577923,1410.71159780987,507.471761295034,614.155708115335,1510.83321535882,2028.03710158747,2024.83647374532,1468.88134215061,660.203413076044,1259.90665319711,19872.4861664118,5863.2466230644,132553.772986195,48091.0880215937,4418.48844860767,21461.4044504783 -8689,686.045210402414,1314.72720896925,802.964279179037,1183.29461465862,1275.97652254273,4688.81072904646,231.256901287338,424.162250298382,6617.37568387039,11340.8335596739,1956.81243439544,3332.23995044629,659.83742114405,2603.57041750076,2442.30415077106,6327.40062587448,2557.57882689187,7759.39332186091,273.911814375709,765.983765646223,1621.32851516682,1022.35470559451,1131.99735009406,1346.7661333918,520.625792231528,586.316940757491,1517.21626609309,1936.10918767551,2072.0852092027,1402.2991294966,664.397164929878,1202.79695325051,20286.2915554371,5979.3667604381,135028.189959209,48794.7390029712,4508.618502497,21748.1873104944 -8690,713.276004278907,1283.71758260735,836.049113268142,1155.38500449289,1344.65702881757,4578.21876152842,239.943765752553,414.157807697024,6978.18831338884,11073.3446015701,2063.13646383413,3253.64454669516,696.410191864444,2542.16167407261,2554.10475613196,6178.1602907602,2659.61902367544,7576.3774946502,286.61643050366,747.916998479676,1652.02429242952,998.241081708478,1190.44537345614,1315.0008254949,543.091779261498,572.487859607799,1574.83838639761,1890.44342363254,2186.67789154429,1369.22400048379,695.375479510268,1174.42735394879,21608.0619910226,6323.21928950761,141535.300777228,50666.7760260014,4811.24809957306,22555.6106619789 -8691,762.743607270031,1263.41090324516,892.855714724485,1137.10837328989,1430.13786570808,4505.79752051723,256.399988556365,407.606390220005,7420.07671682344,10898.1792370555,2193.92091793422,3202.17628181864,740.428449429799,2501.9481078633,2636.7991716887,6080.43013439834,2744.54485426585,7456.52942947196,295.266267870139,736.085961121123,1778.07760413787,982.450255247064,1266.44273847225,1294.19928745715,579.167673366335,563.431874427485,1627.85388312687,1860.53916043931,2323.85366806821,1347.56472500953,717.00529423836,1155.84949848125,22701.9461726411,6669.49136455854,149334.114729003,53380.7216775218,5035.7028282598,23673.6368018625 -8692,927.183443227007,1278.56859468524,1095.20278973121,1150.75075821152,1757.03700745261,4559.85553785113,315.611855531121,412.496621795567,9118.62243200126,11028.9294448538,2695.93767521151,3240.59418678675,908.968704379003,2531.96507013636,3158.25860484865,6153.37970572421,3272.11412485218,7545.98866400563,356.379858446657,744.917105322419,2154.26089593473,994.237139297225,1549.30691788895,1309.72636056603,704.065719490289,570.191612275353,1946.32019401188,1882.86085992257,2850.57817732625,1363.7320465395,856.70543223682,1169.71672885273,27783.7530998619,8156.99453962115,181702.977344916,64581.6682424755,6148.1852598728,28497.9257035277 -8693,1210.62774854017,1314.95862346317,1392.1126901017,1183.50289476611,2105.43730531068,4689.63603999654,403.005465202452,424.236910115127,10887.187430005,11342.8297405097,3221.98853176485,3332.82648171794,1084.67016651009,2604.02869046144,4089.16450398908,6328.51435669532,4323.03872230605,7760.75910790871,462.219460315339,766.118591900875,3065.05537565863,1022.53465752308,1893.8037736882,1347.00318728485,904.892877787799,586.420142575475,2589.11808990588,1936.44997603432,3408.1565942091,1402.54595814756,1105.63453274545,1203.00866610343,32188.9920652551,9714.60630900766,227120.051365011,84340.8198354949,7119.70659870489,37795.1742674746 -8694,1234.4665344415,1383.54428279465,1417.86219412532,1245.23208145677,2189.08599589828,4934.23824579124,408.137382504938,446.364274181052,11331.510633199,11934.4494634092,3352.53524862851,3506.6601656129,1130.56631041042,2739.84971286215,4079.80031733399,6658.5972368696,4324.80682394805,8165.54506149781,456.002668868075,806.077833061821,3042.82924046084,1075.86805708725,1966.01492059786,1417.26022813244,929.507749964174,617.006665532279,2569.4871657686,2037.45140375907,3555.14411500141,1475.70000084201,1109.84752414514,1265.75523551935,33520.4050605129,10076.9671652391,232208.532990734,85230.037206442,7391.88573809454,37997.5241799702 -8695,1190.43886860391,1513.3681702315,1368.63717696824,1362.07754248477,2140.60959934248,5397.23895966378,392.827990482343,488.248546341868,11088.130357557,13054.3099861449,3279.92185755531,3835.70511219043,1107.02156988585,2996.94154948773,3835.93577258398,7283.40194237606,4038.32579201583,8931.75313745698,428.900142890326,881.715569537719,2883.11518649751,1176.82136611909,1918.83594368272,1550.24782716623,900.204162924332,674.903044339936,2392.959509112,2228.63419782575,3481.88446297556,1614.17125411689,1044.85053473369,1384.52647201837,32914.7480186957,9827.36796092702,223811.552277308,80992.2277265683,7253.60811189614,35938.9501192287 -8696,1181.46864204761,1612.29813855341,1356.64702385794,1451.11753340079,2086.3425834508,5750.06036149332,390.677708706089,520.165705809698,10797.137226519,13907.6796411946,3194.63964149419,4086.44792065264,1076.82441014204,3192.8537791655,3697.2396913629,7759.52317817867,3894.71466577291,9515.62827922933,415.456667876663,939.353951974395,2931.02288196931,1253.75102722917,1874.96229102837,1651.58864524964,888.808433940747,719.021942906894,2316.56156711414,2374.32162202887,3386.44705243014,1719.69079270444,1004.39693552798,1475.03396564212,31605.0255887946,9500.40310649701,218427.859973489,79468.3433179111,6947.44872502525,35250.8550679743 -8697,1138.92955805618,1680.88379788489,1304.31469646446,1512.84672009145,1978.4556945853,5994.66256728803,377.069244959214,542.293069875624,10231.1238855039,14499.2993640942,3027.78622909392,4260.28160454761,1020.04745920307,3328.67480156622,3529.77529695063,8089.60605835295,3718.56355863713,9920.41423281844,397.388019454279,979.313193135341,2873.39199018543,1307.08442679335,1782.13662660743,1721.84568609723,852.081417272932,749.608465863698,2217.46161859548,2475.32304975362,3206.25752801105,1792.84483539889,957.128057628541,1537.78053505804,29773.3615804681,8982.91075808491,208346.183261695,76206.7842647495,6545.84051674854,33868.8913089818 -8698,1093.29369381011,1719.24085547292,1252.45030829937,1547.36924261051,1885.44454104429,6131.45823252294,362.820531341195,554.667968448018,9746.33927229859,14830.1672452614,2884.62535844407,4357.49942951116,971.21102451983,3404.63375317022,3414.49931821807,8274.20744830931,3583.91990084188,10146.7938912482,384.647622886534,1001.66070614788,2784.76008347357,1336.91154077589,1699.40794182938,1761.13747665553,815.745074142904,766.714214119339,2137.51082227962,2531.80887517941,3051.87625232906,1833.75679652572,925.469448043373,1572.87203669259,28529.5931725787,8580.45793317706,199865.668285583,73120.5337751257,6295.31144338251,32594.4689941485 -8699,1060.61051953656,1747.96526020002,1217.12833717884,1573.22208355802,1826.7736406407,6233.90024190031,352.298862130966,563.935144227457,9441.96097385249,15077.9438873575,2794.62650251355,4430.30282806521,940.482662552061,3461.51704416595,3345.91875796655,8412.44967468769,3535.19721466599,10316.3225605367,377.511283731275,1018.39606200628,2711.47606539306,1359.24813663989,1647.39075420553,1790.56187376573,791.911549042101,779.524175752276,2110.32263516718,2574.10934901402,2956.50522901095,1864.3944888693,906.810927430487,1599.15096836297,27474.290589611,8312.1387033072,194296.566471572,71613.7737374665,6049.67797592683,31936.6346335585 -8700,1041.91644306823,1763.47007338097,1193.78423454902,1587.17688864089,1781.01745278689,6289.19622565933,346.631853967749,568.937365528136,9202.17983612881,15211.6883664095,2723.92053144595,4469.60052994078,916.442892616712,3492.22141588002,3262.22034842171,8487.06984224483,3444.85598894162,10407.830474142,368.122587479084,1027.42944558955,2683.70524804043,1371.30494858291,1606.67248231941,1806.44452771418,774.980645863179,786.438716327122,2058.9631226133,2596.94223103551,2878.87781496828,1880.9320533757,883.278359958988,1613.33576801383,26692.6447393351,8087.44646574576,189768.142601617,70063.8342858896,5877.37193659867,31258.0732044372 -8701,1014.23969680006,1736.33664961283,1162.48088288252,1562.75597911452,1728.00829524736,6192.42825157931,337.304739631389,560.183478025635,8926.348026232,14977.6355220176,2642.42858085228,4400.82954988061,888.523888730969,3438.48876399125,3220.87314064335,8356.48454564383,3404.20085036268,10247.6916211926,363.46729926665,1011.62102391013,2627.5931430868,1350.20552713715,1560.30475256442,1778.64988258582,754.598431723316,774.33827000831,2032.45537424867,2556.98468646489,2792.37859628788,1851.99131474129,872.842079189038,1588.51236798307,25997.2471502842,7870.43915145824,185295.156898346,68591.2341682902,5737.3053326786,30683.2369701926 -8702,1006.73316560286,1709.17429973443,1152.81814129464,1538.30903520607,1706.76765263625,6095.55711613227,334.65758777017,551.420258272353,8815.10256392693,14743.3331610723,2609.61974234499,4331.98525518941,877.730370159579,3384.69882937153,3239.20569786876,8225.76003606623,3419.54711491384,10087.3820491272,364.818892187141,995.795749357569,2613.91666011835,1329.0836122458,1542.27451706475,1750.8256064394,747.435360776245,762.224923775082,2040.80151739667,2516.98454438244,2757.42948785438,1823.01972327371,877.977587641647,1563.66250448744,25833.752075365,7803.40637409888,184209.701760985,68281.2520734786,5718.29056758896,30630.6393457332 -8703,1011.00463511782,1697.74817753089,1156.68078100588,1528.02517648798,1706.67520364798,6054.80727539433,336.339509412118,547.733919636496,8812.82071806107,14644.7714600146,2609.08959667042,4303.02519364542,877.417389103749,3362.07153942657,3246.76462251542,8170.76942486662,3436.74083125554,10019.9461767151,365.119146912621,989.138684642934,2635.83755765085,1320.19846122604,1543.56665807055,1739.12103813448,749.909897548429,757.129319934685,2052.88718011739,2500.15807268029,2756.55593545101,1810.8325249635,879.657357882762,1553.2091534956,25700.785093898,7791.51385271203,184483.255699723,68638.6334108913,5681.6268535252,30795.7287944143 -8704,1045.89890648443,1755.83337544041,1197.02295528906,1580.3036274159,1760.29507662181,6261.96089425832,348.208616599284,566.473585238795,9087.84092803807,15145.8142294033,2690.66079300956,4450.24494819467,904.353805588378,3477.09836928161,3317.95171279568,8450.3166306287,3514.43555498087,10362.7594186433,372.777875691517,1022.98016774263,2741.37614490652,1365.36651966665,1593.51032681925,1798.62172912362,776.087734908821,783.033047574354,2096.82187423833,2585.69618627021,2842.45065678673,1872.78668694438,899.772666234471,1606.34922589837,26409.3134721524,8013.48676603263,189997.591205217,70650.615954204,5834.49496615757,31685.1863169052 -8705,1063.71974303472,1852.21777591152,1212.62949387683,1667.05252957332,1764.88385911025,6605.70384561624,353.216160749362,597.569484006676,9105.78978717785,15977.2258226484,2696.43772422808,4694.5358913337,906.224220502915,3667.96957972219,3337.88680606173,8914.18678688991,3553.33846194752,10931.6108642093,375.895216525098,1079.13545647381,2818.72606339384,1440.3167030167,1602.04455072344,1897.35494576066,786.116106510153,826.016722389506,2123.5705085702,2727.63492613018,2847.5591967523,1975.59110139295,904.462209682498,1694.52787043895,26165.6249915975,8001.43316467756,191266.668326251,71678.9126038243,5766.90946715271,32169.0717967135 -8706,1064.46092314691,1853.31699896648,1210.77002158282,1668.041863872,1746.73322115418,6609.62408763949,353.072780963182,597.924119494092,9007.27084625459,15986.7077179238,2667.65688842466,4697.32192554156,896.187596744065,3670.14638462028,3302.2932609216,8919.47702854497,3516.29887680112,10938.0983727767,371.900667371053,1079.77588363557,2849.3092269061,1441.17147795029,1589.27308415796,1898.48095606406,784.813771039908,826.50693290192,2101.60316150973,2729.25367703264,2816.30696576364,1976.76354197422,894.783182100739,1695.53351034085,25776.4107667153,7898.1977974443,189850.165776356,71295.945745669,5682.52134238604,32033.8738016487 -8707,1035.76021228956,1799.97580940586,1172.11905523126,1620.03316524923,1665.74871776386,6419.38938327977,342.484173518306,580.714983756068,8581.0494560939,15526.5867524832,2542.11921986854,4562.12609050778,853.370147747961,3564.51417268544,3237.59352597731,8662.76135862637,3465.7604788941,10623.283811069,364.18170898473,1048.69834529533,2822.52673121757,1399.69244277305,1523.10208405184,1843.83988137953,761.240785308586,802.718847536236,2075.02919087399,2650.70174132666,2683.36617680192,1919.86937930924,876.512907854875,1646.73356169099,24379.1922211856,7529.45394412595,183437.818981236,69706.1110574031,5376.7851171213,31452.6142518532 -8708,996.305465309227,1693.61163152704,1127.29032226563,1524.30215883363,1592.3869800123,6040.05479963227,329.238910895324,546.399371564862,8200.00612156981,14609.0896247095,2429.48811353675,4292.54091694008,814.970606346657,3353.879886639,3171.22367966978,8150.86142905187,3396.19678288456,9995.53268072984,357.057594413288,986.728658393246,2736.40193300005,1316.98181122968,1457.41197779138,1734.88368758055,731.220963449468,755.284582120078,2033.67180564348,2494.06646320522,2562.79140209139,1806.42045010816,858.484855657155,1549.42477533984,23393.1247087675,7224.35779242571,176969.441049568,67541.3626751525,5173.98045445819,30573.5979836204 -8709,912.973777162446,1622.74074775485,1031.53307959171,1460.51620039935,1456.56117277955,5787.30262568998,301.286285345125,523.534739771764,7500.38772127175,13997.7575615984,2222.22075715054,4112.91522073631,745.75541451033,3213.53340624929,3089.66840874634,7809.78042663767,3296.77699850458,9577.2595526583,347.068388710135,945.438004289372,2505.22788545175,1261.87138146155,1334.14543094915,1662.28573307197,669.878893916698,723.678938395195,1971.76217156064,2389.69974114004,2345.16488648332,1730.82896775167,836.89352002077,1484.58753572555,21969.1464390043,6721.23676701038,165151.139626801,63230.1892314071,4907.96640579735,28851.3656027846 -8710,817.713363632346,1586.06144945657,929.208120946729,1427.50371244769,1315.96168508183,5656.49047985351,272.10088414529,511.701126228648,6778.25677010218,13681.362027796,2008.11617819667,4019.94975815972,673.330595068893,3140.89694194508,2841.31486078575,7633.25360538849,3052.89377712008,9360.78186791537,318.998310000782,924.067984075215,2240.54571448112,1233.34892223403,1199.97065730387,1624.7125875497,599.22477794616,707.32140519693,1827.19198772928,2335.68463751374,2114.9696887927,1691.70651883351,769.674597634356,1451.03095612519,19794.660198434,6088.31370146295,149665.543777284,57731.9600646244,4412.27519223033,26325.1514555014 -8711,680.316267150122,1490.28451133051,788.191059937517,1341.30154494109,1216.75092820955,5314.91396723781,227.95028541298,480.801209253408,6299.3063102291,12855.1904031938,1863.63270441752,3777.19845783081,627.587798130761,2951.22869663713,2465.04850003364,7172.30698915599,2611.85973846909,8795.51560658479,275.42531258693,868.266613853797,1679.56988228128,1158.87111215099,1086.74135152294,1526.60163666334,510.792938087669,664.608634841156,1549.85417766614,2194.64046606263,1970.33026400235,1589.5500288455,671.154724986042,1363.40805718176,19176.1111412145,5713.47461218041,132223.11109292,48889.6271509076,4272.67991556495,21995.5409163057 -8712,619.450609110782,1397.02421494498,742.435287980169,1257.364431811,1170.9801984029,4982.3127437267,212.540991914069,450.713220727337,6096.82348588247,12050.7273238427,1840.02478768847,3540.82570819405,609.328788907352,2766.54418783543,2396.05673501095,6723.47223948828,2573.90939504678,8245.10232234465,240.900510599504,813.931484464731,1563.60962194088,1086.3502863824,1092.54379812031,1431.0686562053,493.011238138832,623.018188322772,1514.39100767116,2057.30238144284,1965.40209737503,1490.07781016331,654.466235472872,1278.08754385665,18556.5591145887,5627.64137603642,127703.12308508,46667.9700632052,4280.24427980471,21080.185579095 -8713,634.749304165766,1326.4715268034,760.411220380126,1193.86485915586,1197.81029610826,4730.69537484249,217.717906888063,427.951246408577,6236.05355015519,11442.1400154317,1882.07384877213,3362.00649426672,623.229077688663,2626.8278341558,2408.38734983208,6383.92262032876,2578.46437106439,7828.70715422888,246.615975660827,772.826216869697,1605.22222214935,1031.48729106154,1118.95757803809,1358.79665151824,505.821795570968,591.554447410448,1518.19033679517,1953.40424440404,2011.40192356379,1414.82571795008,657.280245869581,1213.54141005687,18963.4057458514,5736.06404518378,130021.227316513,47325.0440104535,4361.52095167478,21341.1683612418 -8714,660.750684491803,1286.84168669293,792.979367370154,1158.19679352021,1265.39233079027,4589.36048937523,226.209590941581,415.165717938834,6592.68753226973,11100.293115464,1989.40467624746,3261.56274019744,659.463986790015,2548.34837571149,2518.27334522993,6193.19569735371,2681.2266745428,7594.81565597605,258.415302037464,749.737157821795,1636.01874811352,1000.67043928994,1179.49895674018,1318.2010616739,528.530953971464,573.881087904567,1575.7446011908,1895.04407887271,2128.15516850181,1372.55619625017,687.830189754945,1177.28548516425,20188.6382136732,6078.05254342973,136458.559681586,49186.8166734123,4662.68710083446,22145.9531375569 -8715,701.936225593928,1271.36579962224,840.349462917488,1144.26802281943,1330.51481500077,4534.16766698324,239.997834139253,410.172828888935,6928.88538820928,10966.7981529656,2091.05103815421,3222.3383529529,692.944187071318,2517.70128672836,2585.47146567023,6118.71474277317,2753.04789646867,7503.47846148661,273.051889473902,740.72062711166,1758.7924613055,988.636120792513,1241.56052536889,1302.3480387435,559.230800784396,566.979447244138,1620.98213787326,1872.25379436306,2235.2145817719,1356.04948457693,705.253352230007,1163.12714897825,21116.0936522417,6339.49916507759,142814.44164962,51495.5599061238,4823.07063453697,23119.7107056645 -8716,857.902214953328,1287.01524616041,1037.48935312263,1158.35300233812,1650.37968201868,4589.97946758433,297.215313620167,415.221712348766,8598.53303482033,11101.790238989,2594.68316998236,3262.00263509531,859.086137990486,2548.69207765372,3103.34679870247,6194.03098871733,3288.57589959293,7595.83998723179,337.856608772204,749.838276695398,2132.97543846356,1000.8054021454,1532.40048254606,1318.37885065654,684.279283273491,573.958488642392,1941.68361405703,1895.29966807579,2768.95075714147,1372.74131624198,844.472119768084,1177.44426852043,26296.1066464562,7821.45937309485,174945.366850362,62585.6915975233,5933.43969907994,27921.2679686503 -8717,1125.92451689963,1316.78101891604,1325.41355882008,1185.14310629475,1991.64700276373,4696.13538624397,381.357237957922,424.824858208809,10339.4862912353,11358.5497190497,3122.37642160706,3337.44543148345,1032.46492404583,2607.63760252907,4048.72697736856,6337.28501729355,4373.11667937474,7771.51471029555,422.435993061828,767.180352334498,3036.72896788559,1023.95178386989,1884.50896862742,1348.86999315974,883.663648052592,587.232859707586,2599.28817023225,1939.13369365712,3333.4666057248,1404.48974050768,1098.3049949541,1204.67591059596,30580.1737376218,9392.18512203283,220043.660624318,82157.2166607513,6938.97946181124,37207.5330701284 -8718,1145.74698005648,1380.68052211916,1346.89401697167,1242.65460944443,2063.9301913737,4924.02500026846,385.377039333835,445.440356912019,10725.3987247918,11909.7466711083,3238.23946158386,3499.40182512501,1072.54338737599,2734.17857247146,4029.86962404863,6644.81478757756,4365.86147311376,8148.64342189588,432.154230666178,804.409354482264,3013.85836693694,1073.64114706188,1950.72365472288,1414.32667973884,905.772760842685,615.729540219238,2574.52100181017,2033.23413852161,3465.80247575495,1472.64548955257,1099.81106760669,1263.13528318869,32002.0225672577,9708.61815074254,224498.288179766,82880.5340930464,7172.73624399125,37347.1703600108 -8719,1119.71153614133,1498.58652944847,1320.94928925776,1348.77361463186,2067.25802467241,5344.52208012895,376.433273978627,483.479637647455,10755.2232932269,12926.8035903575,3246.44913092768,3798.24032587252,1076.47265022935,2967.66928494321,3827.44455472305,7212.26219376209,4114.07264298044,8844.51331767114,427.048452743838,873.103519226312,2862.26939562368,1165.32690558929,1946.32293388754,1535.10596878927,891.332657920061,668.311010384786,2418.75929280586,2206.86628252461,3479.07616077857,1598.40503138934,1046.05920951345,1371.00327695814,32429.3928114703,9691.87390412031,220258.096850285,79800.5324688768,7204.19229732543,35691.5060818526 -8720,1094.80086249586,1597.83469340098,1286.24324716477,1438.09999132703,1961.12933196766,5698.47828701657,368.231468464365,515.499454589622,10188.0954183862,13782.9180001073,3076.21149755429,4049.78961661117,1018.37269998718,3164.21164133106,3638.96837789663,7689.91481281937,3919.47997846587,9430.26641939926,411.93574346393,930.927288171828,2902.31354547594,1242.50400114664,1855.21465780091,1636.77273669419,864.403676110269,712.571811764304,2314.13001104548,2353.02229175411,3291.04663289172,1704.26396012016,991.712946694828,1461.80187639641,30288.2209478962,9120.10072472669,210660.946828534,77119.0313020704,6708.24093433354,34565.7450425623 -8721,1056.59024569944,1668.82128442013,1238.10188716315,1501.99008981505,1862.84800397701,5951.64311643391,355.821163432813,538.401416291092,9670.40906266574,14395.2481536363,2920.35181382978,4229.70857845076,966.315724990107,3304.7872582011,3483.68669187086,8031.55268064399,3751.27341948624,9849.2224404947,394.675162763977,972.285355403027,2845.6743033878,1297.70440687905,1765.91494972255,1709.48921814929,829.59773344852,744.229056398179,2220.28622309635,2457.5594079987,3121.06136063014,1779.97885680213,947.679454889795,1526.74497243716,28550.7250752992,8642.04671733361,201286.390013022,74069.9569584013,6339.4351500513,33261.5041707234 -8722,1020.98100128678,1706.71551302033,1198.16031105355,1536.09605211913,1796.89356144184,6086.78815976866,344.855449979649,550.626995229997,9326.75506461741,14722.1236731321,2816.65303458708,4325.75334087102,931.59699224972,3379.82966388374,3355.92503531725,8213.92660895866,3602.18138209697,10072.8705268289,381.550919902564,994.363215906266,2760.79783302414,1327.17161700446,1702.49304011172,1748.30690092149,800.439160537835,761.128401017852,2132.69173851428,2513.36365670687,3007.88796904779,1820.39716062705,912.460562107281,1561.41304836587,27506.4708148728,8333.45893205757,194214.499548361,71340.6968838993,6135.35251954682,32042.1778500774 -8723,985.032268541282,1735.58455110465,1156.79701397711,1562.07906750248,1723.23705220262,6189.7459859881,332.844235491899,559.940833168588,8941.38874805411,14971.1479221996,2700.46745145262,4398.92331969192,892.629104527077,3436.99937409075,3293.35497654435,8352.86491372406,3557.59993901698,10243.2528082572,367.549859311144,1011.18283776512,2685.74658957233,1349.62068227834,1635.06220207497,1777.87945599628,771.937497017793,774.002863474198,2108.1157943495,2555.87712223272,2883.30716435199,1851.18912012927,895.398116472343,1587.82429992757,26282.8407033446,8004.20818396905,187737.295683371,69598.011816551,5857.12082380693,31339.1797932786 -8724,964.04274251794,1742.58485778399,1129.47502830912,1568.37955716917,1667.94926464506,6214.71170727294,326.137611754967,562.199298509255,8649.94863544245,15031.5325498056,2612.73728105267,4416.66593688516,863.31235060349,3450.86216726901,3192.04538063618,8386.55535883086,3448.4934244811,10284.5679438443,357.758379132529,1015.26134259437,2656.60133355489,1355.06424230007,1584.13096467177,1785.05035494381,751.938295932348,777.124726601846,2046.51346531103,2566.18599694525,2786.60943579625,1858.65570627404,866.917047318907,1594.22863041399,25295.8829980737,7726.25737563608,182260.856906003,67783.5395431185,5637.61925489626,30542.9009533059 -8725,945.955899118224,1712.00913429966,1110.29773621498,1540.86047283633,1642.67411008152,6105.66720028803,320.136020314424,552.334843290606,8519.83395493327,14767.7864368197,2573.37469532307,4339.17028104628,850.031328051721,3390.31268703128,3175.0219966507,8239.40327238167,3430.31446461965,10104.1129696133,351.915808702204,997.447375063987,2604.3378714612,1331.28802882559,1559.38156372143,1753.72952381495,739.184602280453,763.489149173707,2032.90489397846,2521.15921210807,2744.78482158615,1826.04338172999,863.171617341221,1566.25599335325,24951.0164078574,7632.98427424351,179894.266740891,66896.6485029732,5592.52616481456,30180.8390678835 -8726,945.654588878358,1690.11147678442,1110.35282653314,1521.15191273759,1644.22905322333,6027.57193398639,320.093461722149,545.270138441902,8528.9493386968,14578.8972988046,2576.06117067714,4283.6696047876,851.333838936586,3346.94848727158,3216.70661027844,8134.01619974646,3468.51075243319,9974.87510465617,352.103236792455,984.689405161237,2593.68700957598,1314.26003012785,1560.06173421249,1731.29823666964,738.41396532933,753.723649930591,2054.11212355904,2488.91202378292,2747.84181074228,1802.68715553937,874.792326098937,1546.22260881311,25020.3346602313,7671.24677652713,180587.047024618,67093.3836526662,5657.37781337768,30318.7723612446 -8727,944.033503400128,1686.524543711,1106.19784426897,1517.92356349528,1625.75135803413,6014.77958423943,319.609253993798,544.112908566603,8429.22623429112,14547.9564232392,2546.18739862478,4274.57834874204,841.19139575955,3339.84523971134,3200.55707262891,8116.75333151126,3463.03659237026,9953.70537123473,349.847639782934,982.599593309813,2612.92464591301,1311.47076868925,1545.45845601128,1727.62389270455,735.533416673558,752.124017997854,2053.31775097731,2483.62979182511,2715.26065842399,1798.86130247108,869.913391301055,1542.94105189181,24613.0586777442,7570.05214817075,179287.135352609,66998.2632987446,5547.43307473286,30305.315754299 -8728,969.882171354304,1740.6178289739,1135.37164614369,1566.6091712047,1654.78673469341,6207.69654418343,328.390816586574,561.564688256421,8575.36632367944,15014.5649642941,2590.61142020205,4411.6804068528,855.219641392422,3446.9668359901,3251.67036291661,8377.08861984561,3523.03944317574,10272.9587293176,358.019049797046,1014.11531616028,2714.56184769361,1353.53464654338,1576.41714580522,1783.03539110434,754.850252396122,776.247508646326,2086.90856476892,2563.2892876312,2761.85584323574,1856.55765675527,884.526493710164,1592.42906603014,24914.8106996307,7683.91660295293,182914.201611018,68498.6903728956,5619.41232993064,31009.6849236875 -8729,979.112369015132,1826.09679406164,1139.84654301142,1643.54284867397,1634.68144735737,6512.54661945147,330.380638257868,589.142234333998,8462.66323520755,15751.9062996677,2557.10559991706,4628.3309944766,843.902644182083,3616.24187898211,3247.78673259129,8788.47407951015,3539.37184610476,10777.4473459193,357.402902731554,1063.91690170196,2787.87942843014,1420.00457398584,1563.71019003637,1870.59741500724,757.591617519175,814.367785588533,2100.76587162032,2689.16833579445,2724.57661473923,1947.7302418475,882.639952563675,1670.63071734848,24338.3241295496,7558.12047085335,182190.51298013,68954.9649408774,5463.98659282519,31281.7113552985 -8730,982.804448079463,1821.17922063345,1142.13908176346,1639.1168825001,1626.94305615082,6495.00870672425,331.33299050124,587.555708249286,8419.01861654123,15709.4873237872,2544.14600958602,4615.86716583983,839.375845297947,3606.50354800653,3245.90962492555,8764.80722529501,3533.92225256722,10748.4243013225,357.282257289059,1061.05183479935,2819.41919659913,1416.18058350315,1559.02109111938,1865.56000397141,759.019163860942,812.174740074072,2096.8421747369,2681.9265604433,2710.11221246964,1942.48511655417,882.267384731284,1666.13180510534,24117.9216255471,7518.11842851812,181967.548658061,68948.0949415681,5445.39175948062,31325.9343193861 -8731,962.116232295988,1764.71392979315,1113.50555576495,1588.2963973754,1569.3410161318,6293.63228452465,323.495748545171,569.338663174704,8114.87157835995,15222.4178686564,2452.62251937462,4472.75314441548,808.756580489496,3494.68463998939,3201.34464230229,8493.05616228692,3501.16736944942,10415.1715948492,346.988815560938,1028.15413875177,2795.39296278097,1372.27219292638,1509.37810017788,1807.71869598217,741.445601189347,786.993427662945,2080.60175014031,2598.77397362921,2612.59394040285,1882.25876111562,869.517121484129,1614.47372780705,23075.8239905226,7252.07323536781,177289.793440611,67821.5663872527,5218.37467555633,30911.7608788171 -8732,916.143790945104,1658.34975191434,1057.88058600743,1492.56539095981,1469.57739400436,5914.29770087715,307.523354487112,535.023050983498,7591.93443917869,14304.9207408827,2295.02193317461,4203.16797084778,755.952382411323,3284.05035394294,3093.4004620671,7981.15623271242,3390.2388645065,9787.42046451002,328.028462195709,966.184451849684,2705.97550006378,1289.56156138301,1417.80593716143,1698.76250218319,703.386519382385,739.559162246787,2016.11883231898,2442.13869550777,2442.31098882977,1768.80983191454,839.91044817201,1517.16494145589,21401.4380181341,6806.17104003371,168288.905940215,64955.8789757904,4897.21969977237,29742.8527855754 -8733,836.862167325452,1584.87544807082,964.286664288776,1426.43627500276,1335.46322998008,5652.26075372917,280.423044213456,511.318493988892,6897.71641796644,13671.13158286,2085.24941419559,4016.94378005878,687.07020473431,3138.54828885417,2989.3183429916,7627.54572480363,3267.51655496858,9353.78220200027,298.694964601585,923.376998294044,2476.19795776432,1232.42666696366,1290.35404196914,1623.49768419212,641.87309819604,706.792494941265,1941.39605774929,2333.93809407577,2219.84173833226,1690.44151975273,812.000081759428,1449.94592582872,19444.6064703844,6281.10114516796,155922.271779627,60510.5245298932,4601.55689582477,27929.3977690429 -8734,755.810860359565,1541.80330543826,877.525895813481,1387.67003203523,1227.52882784905,5498.64932535009,255.634560577012,497.42239689775,6344.93381967483,13299.5913900945,1917.83747116069,3907.77534309907,631.554758233604,3053.25199650433,2787.63770500811,7420.25199847637,3062.93569858245,9099.57456590561,272.808415206245,898.28239176041,2217.35755221596,1198.93302098142,1178.56172797484,1579.37590547298,580.100814080734,687.58400307473,1820.15324811407,2270.50868414581,2038.00638479888,1644.50040915036,757.471485355364,1410.54076133909,18014.6506265222,5800.2541574382,143316.305274676,55814.1357639219,4231.97529478463,25732.23347638 -8735,630.828156543643,1435.52590589023,748.001363905759,1292.01712876589,1145.45077232177,5119.62422580368,215.049548299324,463.134781458883,5953.18270431389,12382.8428119814,1797.3526968839,3638.41011342445,594.44588137008,2842.78955865071,2435.7348259791,6908.76970783167,2637.52347129915,8472.33559291422,240.036612722514,836.363263477738,1663.34794864714,1116.28986977482,1076.8121224019,1470.50860472818,497.237013383892,640.188437401822,1553.37924098656,2114.00119855987,1917.8336785876,1531.14403844879,665.322056912027,1313.31136538251,17824.1957687988,5497.69141547668,127572.570378508,47506.1981232208,4148.140904498,21617.2027563715 -8736,528.487320209451,1334.48427540101,695.592076282303,1201.07657744957,1108.18958237209,4759.27184404257,207.4899473636,430.536349579067,6044.8850508051,11511.2579644488,1752.75289724456,3382.31519466302,609.647133768133,2642.69557848274,2107.48781303046,6422.48565465679,2260.59197124812,7875.99762447538,240.565866008048,777.49458860651,1466.16073557862,1037.71814349817,1004.89868729475,1367.00466484071,451.853082519394,595.127820055935,1310.69599746182,1965.20407335147,1791.41158583939,1423.37218318382,564.789885040677,1220.87198748359,18070.4938317075,5316.05058236408,119766.294876834,43205.2772030042,4011.14096143764,19196.8768906004 -8737,554.173476898247,1267.60530427544,712.457545630433,1140.88346223381,1133.59935713548,4520.75632902026,212.547728579671,408.959603698451,6182.96718251278,10934.3601296714,1792.83085806391,3212.80719489775,623.557528469433,2510.25433166933,2157.56486961197,6100.61656967032,2318.65038119867,7481.28438024922,246.275598856194,738.529694751861,1505.19626197846,985.711894316524,1029.24261693815,1298.49590292149,463.629856941291,565.30241332225,1342.44265171159,1866.71596907012,1833.40616626641,1352.03850852401,578.908655350012,1159.68680613375,18470.4506592451,5438.49521454128,122679.38829867,44303.5128605853,4100.92793733063,19691.8334220639 -8738,577.701778210395,1230.43424807316,742.721730016981,1107.42837715968,1197.3687900522,4388.19038990969,220.792586893476,396.967337365812,6536.1709994908,10613.7226934402,1894.83189302594,3118.59534803514,659.784976633959,2436.64403315623,2264.32825262039,5921.72306029881,2426.30312671361,7261.90438773458,258.035343105645,716.873167520489,1533.90549084581,956.807035604342,1084.67337081818,1260.41901572077,484.258616614028,548.725575322274,1403.24901000777,1811.97668708229,1939.47726576276,1312.39154647795,607.804587902554,1125.68033479567,19659.7966455789,5763.11202175176,128865.989822387,46226.6193003081,4367.86309448585,20508.4434880557 -8739,628.057883476499,1212.58635542507,787.251440022997,1091.36472904362,1259.11294915902,4324.5381052621,234.277808932625,391.209182931149,6869.74099999134,10459.7668168659,1991.80126281774,3073.35899747701,693.300082003698,2401.29963243471,2392.37377959031,5835.82633104453,2565.01009240539,7156.56784485473,272.665412307495,706.474663613239,1649.12877187422,942.92820438427,1141.90470188731,1242.13618320093,512.503415015323,540.766112899189,1486.57329254174,1785.69331156464,2037.26150750136,1293.35483365036,641.290533124686,1109.3519354497,20576.956092167,6053.73853812803,136090.41707188,49016.3109667184,4580.02124088051,21762.4978041782 -8740,766.252667919288,1218.42958682893,971.783507112059,1096.62381564746,1561.65791140953,4345.37726178963,290.115735652046,393.09434828284,8524.81595761567,10510.1705160894,2471.33333517454,3088.16895120034,859.497326251974,2412.871055253,2944.84894789688,5863.94810854306,3143.12720698157,7191.05403364269,337.364330774906,709.879035534451,1999.84197168806,947.472002581231,1409.07202377401,1248.12180980895,626.864506727223,543.371965685589,1823.49421651807,1794.29824035104,2523.28248592985,1299.58727354753,788.414739988879,1114.69769910451,25643.1053337395,7510.33489766895,167877.395026843,60131.8899104336,5700.11310973819,26628.6169281872 -8741,1012.96847568366,1211.22679176593,1243.32998494158,1090.14108025537,1886.04798634398,4319.68939092174,372.546980461221,390.770555376209,10253.8929429392,10448.0392242012,2975.80054723751,3069.91311736649,1033.19020291381,2398.60727184501,3701.71680788348,5829.28314559202,4026.39612316911,7148.54383112368,421.992732215679,705.682557323693,2848.53683902718,941.870984076519,1735.16441325406,1240.74348798642,811.224820895087,540.159800654374,2341.56815642933,1783.69117479153,3040.86607333617,1291.90471158496,991.526125056068,1108.10811923002,29806.9520422772,8952.95951377772,209181.8803479,77621.7881155832,6608.73512856306,34781.8978151673 -8742,1033.57903247878,1217.41714771657,1262.89935672636,1095.71258954584,1954.07620354064,4341.76652388131,376.368598283603,392.76771135827,10635.7304767064,10501.4372188821,3085.68798792312,3085.60287510899,1073.23864609598,2410.86610966089,3804.49481174354,5859.07553282584,4133.71377624557,7185.07871554353,431.645726654799,709.289170261656,2826.75426505956,946.684712348258,1795.63929724341,1247.08469830829,831.177115119224,542.920457419075,2394.69025667123,1792.80729024822,3160.90289548573,1298.50739745138,1021.70913424285,1113.77145473124,31216.4169817538,9320.40511882253,215244.412156861,79238.9167938523,6925.07116653133,35452.5888913682 -8743,1007.70290350489,1291.5278428213,1237.92169205379,1162.41447706119,1956.73029380714,4606.07308114545,367.522117300759,416.67758330155,10664.2719911576,11140.715886305,3092.88063584273,3273.44003045085,1077.09681767295,2557.62842816982,3766.63995006574,6215.74880724398,4077.02465719034,7622.47289796482,426.484676276199,752.467396834975,2684.17190629212,1004.31447566213,1790.90563320927,1323.00141594239,817.443920143745,575.970930349718,2355.64863750113,1901.94506173298,3172.06580034185,1377.55448989973,1012.94823203724,1181.57268198745,31651.4176692328,9372.58713481075,213494.456218081,77788.4376436188,7014.16984606246,34708.2543182442 -8744,979.925238125455,1387.7676099352,1206.1842712896,1249.03320478278,1856.86941931716,4949.30021566131,359.649007616622,447.726819910279,10103.17406986,11970.8798725787,2931.44844652189,3517.36439332304,1019.04970300985,2748.21321939912,3624.20008690164,6678.92288511817,3942.70281434017,8190.47073139099,411.465471920161,808.538419565697,2722.23394119785,1079.1521896023,1707.88739676562,1421.58647461484,793.33089022627,618.890104341461,2284.68940613394,2043.67080990171,3001.74754000751,1480.20463718966,973.23646521072,1269.61900663671,29566.4197418966,8842.75070883572,204945.579984415,75644.7552950089,6553.87626407159,33871.1743789918 -8745,946.24936413513,1481.37503086751,1161.41199096495,1333.28274059951,1764.09494992373,5283.13941560445,347.595698702678,477.926799066719,9590.38978299794,12778.3372473872,2783.28120699683,3754.61694697897,967.001362635198,2933.58514319841,3469.35233688588,7129.42824452117,3778.90979678699,8742.93271126303,394.259744096114,863.075789971514,2669.33539907379,1151.94294544567,1626.05383332044,1517.47503878674,761.650472108383,660.635354838148,2195.97852261512,2181.52008119179,2847.2230156466,1580.0471018411,929.932444515289,1355.25709180823,27866.1927271011,8375.90735974212,195844.428480424,72749.5250406206,6176.09234640247,32625.8450996072 -8746,907.499703805717,1537.52212607719,1124.02370699433,1383.81683994505,1701.68726825029,5483.38103274597,336.899470687107,496.041186666964,9249.68440388458,13262.661947818,2684.51367522512,3896.92448612688,932.26372674906,3044.77392450548,3348.73297283216,7399.6479242746,3645.62215239366,9074.30745778058,381.156825178399,895.788099510258,2589.75770773724,1195.60390157519,1567.68999259536,1574.99039695447,734.904556188726,685.674764436714,2120.80056966494,2264.2040829795,2744.02796324861,1639.93406713638,896.865622426734,1406.62406329201,26840.2233666951,8069.31997248775,188985.112335446,70267.3114468163,5941.65953012503,31514.4221049277 -8747,871.920479855264,1576.42879378974,1085.38743051338,1418.83402835075,1632.05435704018,5622.13681398905,325.190369706098,508.59340253044,8867.7546677795,13598.2707645211,2573.93247673555,3995.5353246385,893.284410614847,3121.82127578023,3220.23569645568,7586.89442830648,3513.46112317572,9303.93086221389,367.186129160424,918.455825286292,2519.4497257724,1225.85840193356,1505.77464685474,1614.84519122732,708.859430981743,703.0256173229,2042.77740914218,2321.49928179049,2630.62062730526,1681.43224705744,863.010603104284,1442.218383594,25646.2380296106,7727.9249892956,181712.391667376,67759.5831844007,5675.93725823168,30417.4672449067 -8748,857.460823532968,1585.2225698117,1059.97660455753,1426.74869516399,1579.87305627013,5653.49872015429,318.680924531456,511.430483714009,8579.09196649947,13674.1258541136,2490.54305190652,4017.82357696624,863.973808933859,3139.23569829519,3133.93756433796,7629.2163210349,3419.47801876687,9355.83088107196,357.425688385042,923.579237676022,2492.24713544193,1232.69659485652,1459.0935041472,1623.85326503169,690.649271879976,706.947297668242,1993.65569529662,2334.44927661399,2542.70738557469,1690.81176272917,838.235511054496,1450.26349510809,24683.0887200182,7464.75703903255,176626.073017098,66147.7987468637,5463.86096556794,29719.4121685504 -8749,850.548220365175,1555.48572597224,1041.93244850439,1399.98462811486,1555.89444497007,5547.4459728686,312.806020081463,501.836671009999,8449.96363393453,13417.6159148101,2452.97295273854,3942.45410232083,850.67467949076,3080.34746170734,3080.14742629835,7486.1015189393,3362.21113155324,9180.32689368432,351.584080900122,906.254016544833,2443.18858040194,1209.57270875954,1436.24219959759,1593.39175642083,678.896822722151,693.68582776879,1957.83587625495,2290.65785267656,2504.4662442555,1659.09419428945,824.615620145502,1423.05831906444,24338.6015484886,7354.02910780611,173787.345151497,65016.0210909958,5387.33387382462,29199.5954216274 -8750,854.163134445749,1519.03784216788,1041.94977495572,1367.18042027069,1557.32560843339,5417.45913798221,312.758728551365,490.077717283627,8458.91743307726,13103.2165618435,2455.4808143899,3850.07517101589,851.973911741381,3008.1692703638,3081.86781818227,7310.68842851097,3359.50147090402,8965.21499498919,351.768056515993,885.018822585329,2433.16555176179,1181.23020146058,1436.80845442557,1556.0556647916,678.147381481332,677.43149638851,1958.06691201971,2236.98353740908,2507.1716495852,1620.21857402224,824.406058578714,1389.713452317,24394.0862988506,7365.79637701566,173833.599218346,64972.9990297171,5401.20020060522,29168.9546705409 -8751,863.169059858766,1514.26490490281,1038.24045032737,1362.88463105805,1539.97811632341,5400.43705210398,312.319937558233,488.537854263319,8360.3334401693,13062.0452171382,2427.20057842092,3837.97792975768,841.8473354984,2998.71736415608,3061.67486498183,7287.71766618688,3343.45726158717,8937.04557909244,349.532676446956,882.238023317961,2451.328310871,1177.5186825697,1423.58096797174,1551.16641459465,675.655805118143,675.302952948783,1949.99336083147,2229.95475788124,2477.7534744959,1615.12771888037,818.788579874935,1385.3468625322,24001.1383463935,7274.07629634994,172610.207036041,64769.8642379255,5319.29697891439,29106.7530549217 -8752,879.596599272614,1572.66829844294,1065.83538517993,1415.44946776513,1567.65610766686,5608.72547602606,320.936544501705,507.380177339955,8505.64315282769,13565.8327412269,2469.77045902414,3986.00416658336,855.911133668142,3114.3743207212,3130.04503116357,7568.79625520363,3427.94209315303,9281.73678097651,357.717110337175,916.264892926493,2546.80880351144,1222.93417545757,1452.35060955396,1610.9930554053,693.574061051034,701.348583401012,1998.49474577832,2315.96145649754,2520.6254469324,1677.42127100452,837.577119120625,1438.7780407495,24294.2493729042,7386.05338933368,176349.034488053,66463.7111938706,5376.49976019869,29910.0958864838 -8753,889.618732797119,1675.35876211164,1070.446173292,1507.87401926676,1548.94686431361,5974.95821581859,322.949123210339,540.510561998269,8394.56072205507,14451.6404195708,2438.25671986483,4246.27813310072,844.638728642983,3317.733505458,3126.42479567944,8063.01566410909,3434.03159932843,9887.80600398625,357.140755189047,976.094207722968,2615.84002508984,1302.78806304365,1441.12983967938,1716.18600931073,696.425874429873,747.144515889858,2006.94488952241,2467.18670599361,2487.28319096659,1786.95178564499,835.422088985729,1532.72587721775,23737.520243932,7269.74207567403,175685.69116547,66789.502817709,5249.96534501139,30130.1890949909 -8754,894.757052267631,1651.55193081274,1072.76889379936,1486.44714449312,1541.75634088698,5890.05411916843,323.908121034557,532.829912303543,8351.56404570236,14246.2827533551,2426.08023237748,4185.93856318344,840.129766632919,3270.58854543785,3124.9767014858,7948.44029194585,3437.86787515305,9747.30037929455,357.036553230854,962.22391876718,2645.53245137608,1284.27545766233,1437.01207983587,1691.79902323635,697.876106383365,736.527599771382,2010.32494702004,2432.12800751015,2474.36550209152,1761.55921859475,834.843453318623,1510.9458577905,23514.967092329,7222.47054219746,175454.044083087,66943.0213822825,5196.31936578178,30230.1269686644 -8755,889.493293643447,1560.49007773122,1046.14472823584,1404.48869743499,1487.41094186693,5565.2933696969,316.291219834279,503.451193847051,8050.35680538873,13460.7834403512,2339.11042545614,3955.13787485068,809.519932701309,3090.25764087574,3036.95817748416,7510.18601208425,3353.59679816571,9209.86209562887,346.776286586955,909.169642066853,2623.15304554857,1213.464179579,1391.61742283195,1598.51806051083,681.962921532202,695.917573026502,1960.97219740973,2298.02742056321,2385.84292258755,1664.43187808228,811.694804769883,1427.63662170216,22496.1756454002,6952.3869832362,170385.111128457,65409.9990081522,4976.44117264679,29589.9272118324 -8756,855.500194659768,1449.87364379569,994.213695424454,1304.9305307859,1393.13589679014,5170.79364480539,300.726376723032,467.763702770587,7532.16335810588,12506.6063626508,2189.16096581868,3674.7751518301,756.706923600019,2871.20256000482,2867.53039932628,6977.82120778055,3176.59056980487,8557.0145597204,327.859432862902,844.722514152979,2539.43209823561,1127.44691989306,1307.57100341735,1485.20598633711,647.211762658818,646.586967635419,1859.57974798573,2135.13013465523,2230.8797022219,1546.44745670759,766.055899606275,1326.43759820176,20848.8454528323,6487.26531934128,160730.295729999,62147.3650955788,4611.31069649641,28163.617110754 -8757,770.769232285206,1405.32623306294,906.315635666103,1264.83650150177,1266.05231686318,5011.92085661784,274.235431556843,453.391649121384,6843.52501892845,12122.3405110064,1989.1339824914,3561.86757623577,687.766215351721,2782.98477614151,2613.43203496062,6763.42744409438,2897.59359294748,8294.10003343099,298.547193480106,818.768389837246,2323.83174932191,1092.8060798207,1190.12309109155,1439.57298833123,590.673515328082,626.720563866402,1696.77331194494,2069.52819790482,2027.80434052903,1498.93281270714,698.086250361329,1285.68276363303,18903.7204931381,5888.85981753489,146278.607107788,56671.6691905119,4173.81637328834,25704.3936222944 -8758,677.220503228135,1412.78937153602,824.570906202783,1271.55355390884,1163.54145858285,5038.53720980975,249.965982053048,455.799435000793,6294.69502965071,12186.7175244877,1829.20090185097,3580.783263084,632.161813105847,2797.7641207977,2379.25432610514,6799.3453643469,2623.01066007311,8338.14675767393,272.653961519254,823.116548810568,2080.79893192729,1098.6095458815,1086.67505943772,1447.21799793914,533.604754133184,630.048831881344,1538.42933383001,2080.51865346704,1861.21533613641,1506.89305914665,634.396954152667,1292.51052239231,17519.9888307788,5420.26538047857,133386.609128032,51315.8497133588,3867.10156368412,23216.9437991122 -8759,564.70462125579,1369.60152165649,701.346898196717,1232.68317088757,1084.4539138422,4884.51312595563,210.029316514441,441.866008001279,5903.35048271339,11814.1792413043,1712.64305269021,3471.32156048848,594.82101548732,2712.23869196752,2101.42313856559,6591.49477260922,2271.30927598506,8083.25622855538,239.753434264953,797.954529149608,1560.0611989403,1065.02592393497,991.052782670444,1402.97769227349,456.179453115799,610.788739105817,1320.60513418996,2016.91884935767,1748.90508010635,1460.82853421879,562.555098639016,1252.99950147622,17347.153614356,5165.43592027181,119054.438575816,43704.9775919698,3844.2204511704,19513.2333871907 diff --git a/tests/data/deflex_2014_de17_heat_csv/general.csv b/tests/data/deflex_2014_de17_heat_csv/general.csv deleted file mode 100644 index 2e9835e9..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/general.csv +++ /dev/null @@ -1,12 +0,0 @@ -key,value -year,2014 -number of time steps,8760 -co2 price,0 -name,deflex_2014_de17_heat -regions,17 -heat,true -group_transformer,false -copperplate,true -use_variable_costs,false -use_downtime_factor,true -costs_source,EWI diff --git a/tests/data/deflex_2014_de17_heat_csv/mobility series.csv b/tests/data/deflex_2014_de17_heat_csv/mobility series.csv deleted file mode 100644 index 8be46659..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/mobility series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -[MW],DE,DE,DE -,electricity,diesel,petrol -0,0.0001,47829.1416355684,26803.5332483478 -1,0.0001,47829.1416355684,26803.5332483478 -2,0.0001,47829.1416355684,26803.5332483478 -3,0.0001,47829.1416355684,26803.5332483478 -4,0.0001,47829.1416355684,26803.5332483478 -5,0.0001,47829.1416355684,26803.5332483478 -6,0.0001,47829.1416355684,26803.5332483478 -7,0.0001,47829.1416355684,26803.5332483478 -8,0.0001,47829.1416355684,26803.5332483478 -9,0.0001,47829.1416355684,26803.5332483478 -10,0.0001,47829.1416355684,26803.5332483478 -11,0.0001,47829.1416355684,26803.5332483478 -12,0.0001,47829.1416355684,26803.5332483478 -13,0.0001,47829.1416355684,26803.5332483478 -14,0.0001,47829.1416355684,26803.5332483478 -15,0.0001,47829.1416355684,26803.5332483478 -16,0.0001,47829.1416355684,26803.5332483478 -17,0.0001,47829.1416355684,26803.5332483478 -18,0.0001,47829.1416355684,26803.5332483478 -19,0.0001,47829.1416355684,26803.5332483478 -20,0.0001,47829.1416355684,26803.5332483478 -21,0.0001,47829.1416355684,26803.5332483478 -22,0.0001,47829.1416355684,26803.5332483478 -23,0.0001,47829.1416355684,26803.5332483478 -24,0.0001,47829.1416355684,26803.5332483478 -25,0.0001,47829.1416355684,26803.5332483478 -26,0.0001,47829.1416355684,26803.5332483478 -27,0.0001,47829.1416355684,26803.5332483478 -28,0.0001,47829.1416355684,26803.5332483478 -29,0.0001,47829.1416355684,26803.5332483478 -30,0.0001,47829.1416355684,26803.5332483478 -31,0.0001,47829.1416355684,26803.5332483478 -32,0.0001,47829.1416355684,26803.5332483478 -33,0.0001,47829.1416355684,26803.5332483478 -34,0.0001,47829.1416355684,26803.5332483478 -35,0.0001,47829.1416355684,26803.5332483478 -36,0.0001,47829.1416355684,26803.5332483478 -37,0.0001,47829.1416355684,26803.5332483478 -38,0.0001,47829.1416355684,26803.5332483478 -39,0.0001,47829.1416355684,26803.5332483478 -40,0.0001,47829.1416355684,26803.5332483478 -41,0.0001,47829.1416355684,26803.5332483478 -42,0.0001,47829.1416355684,26803.5332483478 -43,0.0001,47829.1416355684,26803.5332483478 -44,0.0001,47829.1416355684,26803.5332483478 -45,0.0001,47829.1416355684,26803.5332483478 -46,0.0001,47829.1416355684,26803.5332483478 -47,0.0001,47829.1416355684,26803.5332483478 -48,0.0001,47829.1416355684,26803.5332483478 -49,0.0001,47829.1416355684,26803.5332483478 -50,0.0001,47829.1416355684,26803.5332483478 -51,0.0001,47829.1416355684,26803.5332483478 -52,0.0001,47829.1416355684,26803.5332483478 -53,0.0001,47829.1416355684,26803.5332483478 -54,0.0001,47829.1416355684,26803.5332483478 -55,0.0001,47829.1416355684,26803.5332483478 -56,0.0001,47829.1416355684,26803.5332483478 -57,0.0001,47829.1416355684,26803.5332483478 -58,0.0001,47829.1416355684,26803.5332483478 -59,0.0001,47829.1416355684,26803.5332483478 -60,0.0001,47829.1416355684,26803.5332483478 -61,0.0001,47829.1416355684,26803.5332483478 -62,0.0001,47829.1416355684,26803.5332483478 -63,0.0001,47829.1416355684,26803.5332483478 -64,0.0001,47829.1416355684,26803.5332483478 -65,0.0001,47829.1416355684,26803.5332483478 -66,0.0001,47829.1416355684,26803.5332483478 -67,0.0001,47829.1416355684,26803.5332483478 -68,0.0001,47829.1416355684,26803.5332483478 -69,0.0001,47829.1416355684,26803.5332483478 -70,0.0001,47829.1416355684,26803.5332483478 -71,0.0001,47829.1416355684,26803.5332483478 -72,0.0001,47829.1416355684,26803.5332483478 -73,0.0001,47829.1416355684,26803.5332483478 -74,0.0001,47829.1416355684,26803.5332483478 -75,0.0001,47829.1416355684,26803.5332483478 -76,0.0001,47829.1416355684,26803.5332483478 -77,0.0001,47829.1416355684,26803.5332483478 -78,0.0001,47829.1416355684,26803.5332483478 -79,0.0001,47829.1416355684,26803.5332483478 -80,0.0001,47829.1416355684,26803.5332483478 -81,0.0001,47829.1416355684,26803.5332483478 -82,0.0001,47829.1416355684,26803.5332483478 -83,0.0001,47829.1416355684,26803.5332483478 -84,0.0001,47829.1416355684,26803.5332483478 -85,0.0001,47829.1416355684,26803.5332483478 -86,0.0001,47829.1416355684,26803.5332483478 -87,0.0001,47829.1416355684,26803.5332483478 -88,0.0001,47829.1416355684,26803.5332483478 -89,0.0001,47829.1416355684,26803.5332483478 -90,0.0001,47829.1416355684,26803.5332483478 -91,0.0001,47829.1416355684,26803.5332483478 -92,0.0001,47829.1416355684,26803.5332483478 -93,0.0001,47829.1416355684,26803.5332483478 -94,0.0001,47829.1416355684,26803.5332483478 -95,0.0001,47829.1416355684,26803.5332483478 -96,0.0001,47829.1416355684,26803.5332483478 -97,0.0001,47829.1416355684,26803.5332483478 -98,0.0001,47829.1416355684,26803.5332483478 -99,0.0001,47829.1416355684,26803.5332483478 -100,0.0001,47829.1416355684,26803.5332483478 -101,0.0001,47829.1416355684,26803.5332483478 -102,0.0001,47829.1416355684,26803.5332483478 -103,0.0001,47829.1416355684,26803.5332483478 -104,0.0001,47829.1416355684,26803.5332483478 -105,0.0001,47829.1416355684,26803.5332483478 -106,0.0001,47829.1416355684,26803.5332483478 -107,0.0001,47829.1416355684,26803.5332483478 -108,0.0001,47829.1416355684,26803.5332483478 -109,0.0001,47829.1416355684,26803.5332483478 -110,0.0001,47829.1416355684,26803.5332483478 -111,0.0001,47829.1416355684,26803.5332483478 -112,0.0001,47829.1416355684,26803.5332483478 -113,0.0001,47829.1416355684,26803.5332483478 -114,0.0001,47829.1416355684,26803.5332483478 -115,0.0001,47829.1416355684,26803.5332483478 -116,0.0001,47829.1416355684,26803.5332483478 -117,0.0001,47829.1416355684,26803.5332483478 -118,0.0001,47829.1416355684,26803.5332483478 -119,0.0001,47829.1416355684,26803.5332483478 -120,0.0001,47829.1416355684,26803.5332483478 -121,0.0001,47829.1416355684,26803.5332483478 -122,0.0001,47829.1416355684,26803.5332483478 -123,0.0001,47829.1416355684,26803.5332483478 -124,0.0001,47829.1416355684,26803.5332483478 -125,0.0001,47829.1416355684,26803.5332483478 -126,0.0001,47829.1416355684,26803.5332483478 -127,0.0001,47829.1416355684,26803.5332483478 -128,0.0001,47829.1416355684,26803.5332483478 -129,0.0001,47829.1416355684,26803.5332483478 -130,0.0001,47829.1416355684,26803.5332483478 -131,0.0001,47829.1416355684,26803.5332483478 -132,0.0001,47829.1416355684,26803.5332483478 -133,0.0001,47829.1416355684,26803.5332483478 -134,0.0001,47829.1416355684,26803.5332483478 -135,0.0001,47829.1416355684,26803.5332483478 -136,0.0001,47829.1416355684,26803.5332483478 -137,0.0001,47829.1416355684,26803.5332483478 -138,0.0001,47829.1416355684,26803.5332483478 -139,0.0001,47829.1416355684,26803.5332483478 -140,0.0001,47829.1416355684,26803.5332483478 -141,0.0001,47829.1416355684,26803.5332483478 -142,0.0001,47829.1416355684,26803.5332483478 -143,0.0001,47829.1416355684,26803.5332483478 -144,0.0001,47829.1416355684,26803.5332483478 -145,0.0001,47829.1416355684,26803.5332483478 -146,0.0001,47829.1416355684,26803.5332483478 -147,0.0001,47829.1416355684,26803.5332483478 -148,0.0001,47829.1416355684,26803.5332483478 -149,0.0001,47829.1416355684,26803.5332483478 -150,0.0001,47829.1416355684,26803.5332483478 -151,0.0001,47829.1416355684,26803.5332483478 -152,0.0001,47829.1416355684,26803.5332483478 -153,0.0001,47829.1416355684,26803.5332483478 -154,0.0001,47829.1416355684,26803.5332483478 -155,0.0001,47829.1416355684,26803.5332483478 -156,0.0001,47829.1416355684,26803.5332483478 -157,0.0001,47829.1416355684,26803.5332483478 -158,0.0001,47829.1416355684,26803.5332483478 -159,0.0001,47829.1416355684,26803.5332483478 -160,0.0001,47829.1416355684,26803.5332483478 -161,0.0001,47829.1416355684,26803.5332483478 -162,0.0001,47829.1416355684,26803.5332483478 -163,0.0001,47829.1416355684,26803.5332483478 -164,0.0001,47829.1416355684,26803.5332483478 -165,0.0001,47829.1416355684,26803.5332483478 -166,0.0001,47829.1416355684,26803.5332483478 -167,0.0001,47829.1416355684,26803.5332483478 -168,0.0001,47829.1416355684,26803.5332483478 -169,0.0001,47829.1416355684,26803.5332483478 -170,0.0001,47829.1416355684,26803.5332483478 -171,0.0001,47829.1416355684,26803.5332483478 -172,0.0001,47829.1416355684,26803.5332483478 -173,0.0001,47829.1416355684,26803.5332483478 -174,0.0001,47829.1416355684,26803.5332483478 -175,0.0001,47829.1416355684,26803.5332483478 -176,0.0001,47829.1416355684,26803.5332483478 -177,0.0001,47829.1416355684,26803.5332483478 -178,0.0001,47829.1416355684,26803.5332483478 -179,0.0001,47829.1416355684,26803.5332483478 -180,0.0001,47829.1416355684,26803.5332483478 -181,0.0001,47829.1416355684,26803.5332483478 -182,0.0001,47829.1416355684,26803.5332483478 -183,0.0001,47829.1416355684,26803.5332483478 -184,0.0001,47829.1416355684,26803.5332483478 -185,0.0001,47829.1416355684,26803.5332483478 -186,0.0001,47829.1416355684,26803.5332483478 -187,0.0001,47829.1416355684,26803.5332483478 -188,0.0001,47829.1416355684,26803.5332483478 -189,0.0001,47829.1416355684,26803.5332483478 -190,0.0001,47829.1416355684,26803.5332483478 -191,0.0001,47829.1416355684,26803.5332483478 -192,0.0001,47829.1416355684,26803.5332483478 -193,0.0001,47829.1416355684,26803.5332483478 -194,0.0001,47829.1416355684,26803.5332483478 -195,0.0001,47829.1416355684,26803.5332483478 -196,0.0001,47829.1416355684,26803.5332483478 -197,0.0001,47829.1416355684,26803.5332483478 -198,0.0001,47829.1416355684,26803.5332483478 -199,0.0001,47829.1416355684,26803.5332483478 -200,0.0001,47829.1416355684,26803.5332483478 -201,0.0001,47829.1416355684,26803.5332483478 -202,0.0001,47829.1416355684,26803.5332483478 -203,0.0001,47829.1416355684,26803.5332483478 -204,0.0001,47829.1416355684,26803.5332483478 -205,0.0001,47829.1416355684,26803.5332483478 -206,0.0001,47829.1416355684,26803.5332483478 -207,0.0001,47829.1416355684,26803.5332483478 -208,0.0001,47829.1416355684,26803.5332483478 -209,0.0001,47829.1416355684,26803.5332483478 -210,0.0001,47829.1416355684,26803.5332483478 -211,0.0001,47829.1416355684,26803.5332483478 -212,0.0001,47829.1416355684,26803.5332483478 -213,0.0001,47829.1416355684,26803.5332483478 -214,0.0001,47829.1416355684,26803.5332483478 -215,0.0001,47829.1416355684,26803.5332483478 -216,0.0001,47829.1416355684,26803.5332483478 -217,0.0001,47829.1416355684,26803.5332483478 -218,0.0001,47829.1416355684,26803.5332483478 -219,0.0001,47829.1416355684,26803.5332483478 -220,0.0001,47829.1416355684,26803.5332483478 -221,0.0001,47829.1416355684,26803.5332483478 -222,0.0001,47829.1416355684,26803.5332483478 -223,0.0001,47829.1416355684,26803.5332483478 -224,0.0001,47829.1416355684,26803.5332483478 -225,0.0001,47829.1416355684,26803.5332483478 -226,0.0001,47829.1416355684,26803.5332483478 -227,0.0001,47829.1416355684,26803.5332483478 -228,0.0001,47829.1416355684,26803.5332483478 -229,0.0001,47829.1416355684,26803.5332483478 -230,0.0001,47829.1416355684,26803.5332483478 -231,0.0001,47829.1416355684,26803.5332483478 -232,0.0001,47829.1416355684,26803.5332483478 -233,0.0001,47829.1416355684,26803.5332483478 -234,0.0001,47829.1416355684,26803.5332483478 -235,0.0001,47829.1416355684,26803.5332483478 -236,0.0001,47829.1416355684,26803.5332483478 -237,0.0001,47829.1416355684,26803.5332483478 -238,0.0001,47829.1416355684,26803.5332483478 -239,0.0001,47829.1416355684,26803.5332483478 -240,0.0001,47829.1416355684,26803.5332483478 -241,0.0001,47829.1416355684,26803.5332483478 -242,0.0001,47829.1416355684,26803.5332483478 -243,0.0001,47829.1416355684,26803.5332483478 -244,0.0001,47829.1416355684,26803.5332483478 -245,0.0001,47829.1416355684,26803.5332483478 -246,0.0001,47829.1416355684,26803.5332483478 -247,0.0001,47829.1416355684,26803.5332483478 -248,0.0001,47829.1416355684,26803.5332483478 -249,0.0001,47829.1416355684,26803.5332483478 -250,0.0001,47829.1416355684,26803.5332483478 -251,0.0001,47829.1416355684,26803.5332483478 -252,0.0001,47829.1416355684,26803.5332483478 -253,0.0001,47829.1416355684,26803.5332483478 -254,0.0001,47829.1416355684,26803.5332483478 -255,0.0001,47829.1416355684,26803.5332483478 -256,0.0001,47829.1416355684,26803.5332483478 -257,0.0001,47829.1416355684,26803.5332483478 -258,0.0001,47829.1416355684,26803.5332483478 -259,0.0001,47829.1416355684,26803.5332483478 -260,0.0001,47829.1416355684,26803.5332483478 -261,0.0001,47829.1416355684,26803.5332483478 -262,0.0001,47829.1416355684,26803.5332483478 -263,0.0001,47829.1416355684,26803.5332483478 -264,0.0001,47829.1416355684,26803.5332483478 -265,0.0001,47829.1416355684,26803.5332483478 -266,0.0001,47829.1416355684,26803.5332483478 -267,0.0001,47829.1416355684,26803.5332483478 -268,0.0001,47829.1416355684,26803.5332483478 -269,0.0001,47829.1416355684,26803.5332483478 -270,0.0001,47829.1416355684,26803.5332483478 -271,0.0001,47829.1416355684,26803.5332483478 -272,0.0001,47829.1416355684,26803.5332483478 -273,0.0001,47829.1416355684,26803.5332483478 -274,0.0001,47829.1416355684,26803.5332483478 -275,0.0001,47829.1416355684,26803.5332483478 -276,0.0001,47829.1416355684,26803.5332483478 -277,0.0001,47829.1416355684,26803.5332483478 -278,0.0001,47829.1416355684,26803.5332483478 -279,0.0001,47829.1416355684,26803.5332483478 -280,0.0001,47829.1416355684,26803.5332483478 -281,0.0001,47829.1416355684,26803.5332483478 -282,0.0001,47829.1416355684,26803.5332483478 -283,0.0001,47829.1416355684,26803.5332483478 -284,0.0001,47829.1416355684,26803.5332483478 -285,0.0001,47829.1416355684,26803.5332483478 -286,0.0001,47829.1416355684,26803.5332483478 -287,0.0001,47829.1416355684,26803.5332483478 -288,0.0001,47829.1416355684,26803.5332483478 -289,0.0001,47829.1416355684,26803.5332483478 -290,0.0001,47829.1416355684,26803.5332483478 -291,0.0001,47829.1416355684,26803.5332483478 -292,0.0001,47829.1416355684,26803.5332483478 -293,0.0001,47829.1416355684,26803.5332483478 -294,0.0001,47829.1416355684,26803.5332483478 -295,0.0001,47829.1416355684,26803.5332483478 -296,0.0001,47829.1416355684,26803.5332483478 -297,0.0001,47829.1416355684,26803.5332483478 -298,0.0001,47829.1416355684,26803.5332483478 -299,0.0001,47829.1416355684,26803.5332483478 -300,0.0001,47829.1416355684,26803.5332483478 -301,0.0001,47829.1416355684,26803.5332483478 -302,0.0001,47829.1416355684,26803.5332483478 -303,0.0001,47829.1416355684,26803.5332483478 -304,0.0001,47829.1416355684,26803.5332483478 -305,0.0001,47829.1416355684,26803.5332483478 -306,0.0001,47829.1416355684,26803.5332483478 -307,0.0001,47829.1416355684,26803.5332483478 -308,0.0001,47829.1416355684,26803.5332483478 -309,0.0001,47829.1416355684,26803.5332483478 -310,0.0001,47829.1416355684,26803.5332483478 -311,0.0001,47829.1416355684,26803.5332483478 -312,0.0001,47829.1416355684,26803.5332483478 -313,0.0001,47829.1416355684,26803.5332483478 -314,0.0001,47829.1416355684,26803.5332483478 -315,0.0001,47829.1416355684,26803.5332483478 -316,0.0001,47829.1416355684,26803.5332483478 -317,0.0001,47829.1416355684,26803.5332483478 -318,0.0001,47829.1416355684,26803.5332483478 -319,0.0001,47829.1416355684,26803.5332483478 -320,0.0001,47829.1416355684,26803.5332483478 -321,0.0001,47829.1416355684,26803.5332483478 -322,0.0001,47829.1416355684,26803.5332483478 -323,0.0001,47829.1416355684,26803.5332483478 -324,0.0001,47829.1416355684,26803.5332483478 -325,0.0001,47829.1416355684,26803.5332483478 -326,0.0001,47829.1416355684,26803.5332483478 -327,0.0001,47829.1416355684,26803.5332483478 -328,0.0001,47829.1416355684,26803.5332483478 -329,0.0001,47829.1416355684,26803.5332483478 -330,0.0001,47829.1416355684,26803.5332483478 -331,0.0001,47829.1416355684,26803.5332483478 -332,0.0001,47829.1416355684,26803.5332483478 -333,0.0001,47829.1416355684,26803.5332483478 -334,0.0001,47829.1416355684,26803.5332483478 -335,0.0001,47829.1416355684,26803.5332483478 -336,0.0001,47829.1416355684,26803.5332483478 -337,0.0001,47829.1416355684,26803.5332483478 -338,0.0001,47829.1416355684,26803.5332483478 -339,0.0001,47829.1416355684,26803.5332483478 -340,0.0001,47829.1416355684,26803.5332483478 -341,0.0001,47829.1416355684,26803.5332483478 -342,0.0001,47829.1416355684,26803.5332483478 -343,0.0001,47829.1416355684,26803.5332483478 -344,0.0001,47829.1416355684,26803.5332483478 -345,0.0001,47829.1416355684,26803.5332483478 -346,0.0001,47829.1416355684,26803.5332483478 -347,0.0001,47829.1416355684,26803.5332483478 -348,0.0001,47829.1416355684,26803.5332483478 -349,0.0001,47829.1416355684,26803.5332483478 -350,0.0001,47829.1416355684,26803.5332483478 -351,0.0001,47829.1416355684,26803.5332483478 -352,0.0001,47829.1416355684,26803.5332483478 -353,0.0001,47829.1416355684,26803.5332483478 -354,0.0001,47829.1416355684,26803.5332483478 -355,0.0001,47829.1416355684,26803.5332483478 -356,0.0001,47829.1416355684,26803.5332483478 -357,0.0001,47829.1416355684,26803.5332483478 -358,0.0001,47829.1416355684,26803.5332483478 -359,0.0001,47829.1416355684,26803.5332483478 -360,0.0001,47829.1416355684,26803.5332483478 -361,0.0001,47829.1416355684,26803.5332483478 -362,0.0001,47829.1416355684,26803.5332483478 -363,0.0001,47829.1416355684,26803.5332483478 -364,0.0001,47829.1416355684,26803.5332483478 -365,0.0001,47829.1416355684,26803.5332483478 -366,0.0001,47829.1416355684,26803.5332483478 -367,0.0001,47829.1416355684,26803.5332483478 -368,0.0001,47829.1416355684,26803.5332483478 -369,0.0001,47829.1416355684,26803.5332483478 -370,0.0001,47829.1416355684,26803.5332483478 -371,0.0001,47829.1416355684,26803.5332483478 -372,0.0001,47829.1416355684,26803.5332483478 -373,0.0001,47829.1416355684,26803.5332483478 -374,0.0001,47829.1416355684,26803.5332483478 -375,0.0001,47829.1416355684,26803.5332483478 -376,0.0001,47829.1416355684,26803.5332483478 -377,0.0001,47829.1416355684,26803.5332483478 -378,0.0001,47829.1416355684,26803.5332483478 -379,0.0001,47829.1416355684,26803.5332483478 -380,0.0001,47829.1416355684,26803.5332483478 -381,0.0001,47829.1416355684,26803.5332483478 -382,0.0001,47829.1416355684,26803.5332483478 -383,0.0001,47829.1416355684,26803.5332483478 -384,0.0001,47829.1416355684,26803.5332483478 -385,0.0001,47829.1416355684,26803.5332483478 -386,0.0001,47829.1416355684,26803.5332483478 -387,0.0001,47829.1416355684,26803.5332483478 -388,0.0001,47829.1416355684,26803.5332483478 -389,0.0001,47829.1416355684,26803.5332483478 -390,0.0001,47829.1416355684,26803.5332483478 -391,0.0001,47829.1416355684,26803.5332483478 -392,0.0001,47829.1416355684,26803.5332483478 -393,0.0001,47829.1416355684,26803.5332483478 -394,0.0001,47829.1416355684,26803.5332483478 -395,0.0001,47829.1416355684,26803.5332483478 -396,0.0001,47829.1416355684,26803.5332483478 -397,0.0001,47829.1416355684,26803.5332483478 -398,0.0001,47829.1416355684,26803.5332483478 -399,0.0001,47829.1416355684,26803.5332483478 -400,0.0001,47829.1416355684,26803.5332483478 -401,0.0001,47829.1416355684,26803.5332483478 -402,0.0001,47829.1416355684,26803.5332483478 -403,0.0001,47829.1416355684,26803.5332483478 -404,0.0001,47829.1416355684,26803.5332483478 -405,0.0001,47829.1416355684,26803.5332483478 -406,0.0001,47829.1416355684,26803.5332483478 -407,0.0001,47829.1416355684,26803.5332483478 -408,0.0001,47829.1416355684,26803.5332483478 -409,0.0001,47829.1416355684,26803.5332483478 -410,0.0001,47829.1416355684,26803.5332483478 -411,0.0001,47829.1416355684,26803.5332483478 -412,0.0001,47829.1416355684,26803.5332483478 -413,0.0001,47829.1416355684,26803.5332483478 -414,0.0001,47829.1416355684,26803.5332483478 -415,0.0001,47829.1416355684,26803.5332483478 -416,0.0001,47829.1416355684,26803.5332483478 -417,0.0001,47829.1416355684,26803.5332483478 -418,0.0001,47829.1416355684,26803.5332483478 -419,0.0001,47829.1416355684,26803.5332483478 -420,0.0001,47829.1416355684,26803.5332483478 -421,0.0001,47829.1416355684,26803.5332483478 -422,0.0001,47829.1416355684,26803.5332483478 -423,0.0001,47829.1416355684,26803.5332483478 -424,0.0001,47829.1416355684,26803.5332483478 -425,0.0001,47829.1416355684,26803.5332483478 -426,0.0001,47829.1416355684,26803.5332483478 -427,0.0001,47829.1416355684,26803.5332483478 -428,0.0001,47829.1416355684,26803.5332483478 -429,0.0001,47829.1416355684,26803.5332483478 -430,0.0001,47829.1416355684,26803.5332483478 -431,0.0001,47829.1416355684,26803.5332483478 -432,0.0001,47829.1416355684,26803.5332483478 -433,0.0001,47829.1416355684,26803.5332483478 -434,0.0001,47829.1416355684,26803.5332483478 -435,0.0001,47829.1416355684,26803.5332483478 -436,0.0001,47829.1416355684,26803.5332483478 -437,0.0001,47829.1416355684,26803.5332483478 -438,0.0001,47829.1416355684,26803.5332483478 -439,0.0001,47829.1416355684,26803.5332483478 -440,0.0001,47829.1416355684,26803.5332483478 -441,0.0001,47829.1416355684,26803.5332483478 -442,0.0001,47829.1416355684,26803.5332483478 -443,0.0001,47829.1416355684,26803.5332483478 -444,0.0001,47829.1416355684,26803.5332483478 -445,0.0001,47829.1416355684,26803.5332483478 -446,0.0001,47829.1416355684,26803.5332483478 -447,0.0001,47829.1416355684,26803.5332483478 -448,0.0001,47829.1416355684,26803.5332483478 -449,0.0001,47829.1416355684,26803.5332483478 -450,0.0001,47829.1416355684,26803.5332483478 -451,0.0001,47829.1416355684,26803.5332483478 -452,0.0001,47829.1416355684,26803.5332483478 -453,0.0001,47829.1416355684,26803.5332483478 -454,0.0001,47829.1416355684,26803.5332483478 -455,0.0001,47829.1416355684,26803.5332483478 -456,0.0001,47829.1416355684,26803.5332483478 -457,0.0001,47829.1416355684,26803.5332483478 -458,0.0001,47829.1416355684,26803.5332483478 -459,0.0001,47829.1416355684,26803.5332483478 -460,0.0001,47829.1416355684,26803.5332483478 -461,0.0001,47829.1416355684,26803.5332483478 -462,0.0001,47829.1416355684,26803.5332483478 -463,0.0001,47829.1416355684,26803.5332483478 -464,0.0001,47829.1416355684,26803.5332483478 -465,0.0001,47829.1416355684,26803.5332483478 -466,0.0001,47829.1416355684,26803.5332483478 -467,0.0001,47829.1416355684,26803.5332483478 -468,0.0001,47829.1416355684,26803.5332483478 -469,0.0001,47829.1416355684,26803.5332483478 -470,0.0001,47829.1416355684,26803.5332483478 -471,0.0001,47829.1416355684,26803.5332483478 -472,0.0001,47829.1416355684,26803.5332483478 -473,0.0001,47829.1416355684,26803.5332483478 -474,0.0001,47829.1416355684,26803.5332483478 -475,0.0001,47829.1416355684,26803.5332483478 -476,0.0001,47829.1416355684,26803.5332483478 -477,0.0001,47829.1416355684,26803.5332483478 -478,0.0001,47829.1416355684,26803.5332483478 -479,0.0001,47829.1416355684,26803.5332483478 -480,0.0001,47829.1416355684,26803.5332483478 -481,0.0001,47829.1416355684,26803.5332483478 -482,0.0001,47829.1416355684,26803.5332483478 -483,0.0001,47829.1416355684,26803.5332483478 -484,0.0001,47829.1416355684,26803.5332483478 -485,0.0001,47829.1416355684,26803.5332483478 -486,0.0001,47829.1416355684,26803.5332483478 -487,0.0001,47829.1416355684,26803.5332483478 -488,0.0001,47829.1416355684,26803.5332483478 -489,0.0001,47829.1416355684,26803.5332483478 -490,0.0001,47829.1416355684,26803.5332483478 -491,0.0001,47829.1416355684,26803.5332483478 -492,0.0001,47829.1416355684,26803.5332483478 -493,0.0001,47829.1416355684,26803.5332483478 -494,0.0001,47829.1416355684,26803.5332483478 -495,0.0001,47829.1416355684,26803.5332483478 -496,0.0001,47829.1416355684,26803.5332483478 -497,0.0001,47829.1416355684,26803.5332483478 -498,0.0001,47829.1416355684,26803.5332483478 -499,0.0001,47829.1416355684,26803.5332483478 -500,0.0001,47829.1416355684,26803.5332483478 -501,0.0001,47829.1416355684,26803.5332483478 -502,0.0001,47829.1416355684,26803.5332483478 -503,0.0001,47829.1416355684,26803.5332483478 -504,0.0001,47829.1416355684,26803.5332483478 -505,0.0001,47829.1416355684,26803.5332483478 -506,0.0001,47829.1416355684,26803.5332483478 -507,0.0001,47829.1416355684,26803.5332483478 -508,0.0001,47829.1416355684,26803.5332483478 -509,0.0001,47829.1416355684,26803.5332483478 -510,0.0001,47829.1416355684,26803.5332483478 -511,0.0001,47829.1416355684,26803.5332483478 -512,0.0001,47829.1416355684,26803.5332483478 -513,0.0001,47829.1416355684,26803.5332483478 -514,0.0001,47829.1416355684,26803.5332483478 -515,0.0001,47829.1416355684,26803.5332483478 -516,0.0001,47829.1416355684,26803.5332483478 -517,0.0001,47829.1416355684,26803.5332483478 -518,0.0001,47829.1416355684,26803.5332483478 -519,0.0001,47829.1416355684,26803.5332483478 -520,0.0001,47829.1416355684,26803.5332483478 -521,0.0001,47829.1416355684,26803.5332483478 -522,0.0001,47829.1416355684,26803.5332483478 -523,0.0001,47829.1416355684,26803.5332483478 -524,0.0001,47829.1416355684,26803.5332483478 -525,0.0001,47829.1416355684,26803.5332483478 -526,0.0001,47829.1416355684,26803.5332483478 -527,0.0001,47829.1416355684,26803.5332483478 -528,0.0001,47829.1416355684,26803.5332483478 -529,0.0001,47829.1416355684,26803.5332483478 -530,0.0001,47829.1416355684,26803.5332483478 -531,0.0001,47829.1416355684,26803.5332483478 -532,0.0001,47829.1416355684,26803.5332483478 -533,0.0001,47829.1416355684,26803.5332483478 -534,0.0001,47829.1416355684,26803.5332483478 -535,0.0001,47829.1416355684,26803.5332483478 -536,0.0001,47829.1416355684,26803.5332483478 -537,0.0001,47829.1416355684,26803.5332483478 -538,0.0001,47829.1416355684,26803.5332483478 -539,0.0001,47829.1416355684,26803.5332483478 -540,0.0001,47829.1416355684,26803.5332483478 -541,0.0001,47829.1416355684,26803.5332483478 -542,0.0001,47829.1416355684,26803.5332483478 -543,0.0001,47829.1416355684,26803.5332483478 -544,0.0001,47829.1416355684,26803.5332483478 -545,0.0001,47829.1416355684,26803.5332483478 -546,0.0001,47829.1416355684,26803.5332483478 -547,0.0001,47829.1416355684,26803.5332483478 -548,0.0001,47829.1416355684,26803.5332483478 -549,0.0001,47829.1416355684,26803.5332483478 -550,0.0001,47829.1416355684,26803.5332483478 -551,0.0001,47829.1416355684,26803.5332483478 -552,0.0001,47829.1416355684,26803.5332483478 -553,0.0001,47829.1416355684,26803.5332483478 -554,0.0001,47829.1416355684,26803.5332483478 -555,0.0001,47829.1416355684,26803.5332483478 -556,0.0001,47829.1416355684,26803.5332483478 -557,0.0001,47829.1416355684,26803.5332483478 -558,0.0001,47829.1416355684,26803.5332483478 -559,0.0001,47829.1416355684,26803.5332483478 -560,0.0001,47829.1416355684,26803.5332483478 -561,0.0001,47829.1416355684,26803.5332483478 -562,0.0001,47829.1416355684,26803.5332483478 -563,0.0001,47829.1416355684,26803.5332483478 -564,0.0001,47829.1416355684,26803.5332483478 -565,0.0001,47829.1416355684,26803.5332483478 -566,0.0001,47829.1416355684,26803.5332483478 -567,0.0001,47829.1416355684,26803.5332483478 -568,0.0001,47829.1416355684,26803.5332483478 -569,0.0001,47829.1416355684,26803.5332483478 -570,0.0001,47829.1416355684,26803.5332483478 -571,0.0001,47829.1416355684,26803.5332483478 -572,0.0001,47829.1416355684,26803.5332483478 -573,0.0001,47829.1416355684,26803.5332483478 -574,0.0001,47829.1416355684,26803.5332483478 -575,0.0001,47829.1416355684,26803.5332483478 -576,0.0001,47829.1416355684,26803.5332483478 -577,0.0001,47829.1416355684,26803.5332483478 -578,0.0001,47829.1416355684,26803.5332483478 -579,0.0001,47829.1416355684,26803.5332483478 -580,0.0001,47829.1416355684,26803.5332483478 -581,0.0001,47829.1416355684,26803.5332483478 -582,0.0001,47829.1416355684,26803.5332483478 -583,0.0001,47829.1416355684,26803.5332483478 -584,0.0001,47829.1416355684,26803.5332483478 -585,0.0001,47829.1416355684,26803.5332483478 -586,0.0001,47829.1416355684,26803.5332483478 -587,0.0001,47829.1416355684,26803.5332483478 -588,0.0001,47829.1416355684,26803.5332483478 -589,0.0001,47829.1416355684,26803.5332483478 -590,0.0001,47829.1416355684,26803.5332483478 -591,0.0001,47829.1416355684,26803.5332483478 -592,0.0001,47829.1416355684,26803.5332483478 -593,0.0001,47829.1416355684,26803.5332483478 -594,0.0001,47829.1416355684,26803.5332483478 -595,0.0001,47829.1416355684,26803.5332483478 -596,0.0001,47829.1416355684,26803.5332483478 -597,0.0001,47829.1416355684,26803.5332483478 -598,0.0001,47829.1416355684,26803.5332483478 -599,0.0001,47829.1416355684,26803.5332483478 -600,0.0001,47829.1416355684,26803.5332483478 -601,0.0001,47829.1416355684,26803.5332483478 -602,0.0001,47829.1416355684,26803.5332483478 -603,0.0001,47829.1416355684,26803.5332483478 -604,0.0001,47829.1416355684,26803.5332483478 -605,0.0001,47829.1416355684,26803.5332483478 -606,0.0001,47829.1416355684,26803.5332483478 -607,0.0001,47829.1416355684,26803.5332483478 -608,0.0001,47829.1416355684,26803.5332483478 -609,0.0001,47829.1416355684,26803.5332483478 -610,0.0001,47829.1416355684,26803.5332483478 -611,0.0001,47829.1416355684,26803.5332483478 -612,0.0001,47829.1416355684,26803.5332483478 -613,0.0001,47829.1416355684,26803.5332483478 -614,0.0001,47829.1416355684,26803.5332483478 -615,0.0001,47829.1416355684,26803.5332483478 -616,0.0001,47829.1416355684,26803.5332483478 -617,0.0001,47829.1416355684,26803.5332483478 -618,0.0001,47829.1416355684,26803.5332483478 -619,0.0001,47829.1416355684,26803.5332483478 -620,0.0001,47829.1416355684,26803.5332483478 -621,0.0001,47829.1416355684,26803.5332483478 -622,0.0001,47829.1416355684,26803.5332483478 -623,0.0001,47829.1416355684,26803.5332483478 -624,0.0001,47829.1416355684,26803.5332483478 -625,0.0001,47829.1416355684,26803.5332483478 -626,0.0001,47829.1416355684,26803.5332483478 -627,0.0001,47829.1416355684,26803.5332483478 -628,0.0001,47829.1416355684,26803.5332483478 -629,0.0001,47829.1416355684,26803.5332483478 -630,0.0001,47829.1416355684,26803.5332483478 -631,0.0001,47829.1416355684,26803.5332483478 -632,0.0001,47829.1416355684,26803.5332483478 -633,0.0001,47829.1416355684,26803.5332483478 -634,0.0001,47829.1416355684,26803.5332483478 -635,0.0001,47829.1416355684,26803.5332483478 -636,0.0001,47829.1416355684,26803.5332483478 -637,0.0001,47829.1416355684,26803.5332483478 -638,0.0001,47829.1416355684,26803.5332483478 -639,0.0001,47829.1416355684,26803.5332483478 -640,0.0001,47829.1416355684,26803.5332483478 -641,0.0001,47829.1416355684,26803.5332483478 -642,0.0001,47829.1416355684,26803.5332483478 -643,0.0001,47829.1416355684,26803.5332483478 -644,0.0001,47829.1416355684,26803.5332483478 -645,0.0001,47829.1416355684,26803.5332483478 -646,0.0001,47829.1416355684,26803.5332483478 -647,0.0001,47829.1416355684,26803.5332483478 -648,0.0001,47829.1416355684,26803.5332483478 -649,0.0001,47829.1416355684,26803.5332483478 -650,0.0001,47829.1416355684,26803.5332483478 -651,0.0001,47829.1416355684,26803.5332483478 -652,0.0001,47829.1416355684,26803.5332483478 -653,0.0001,47829.1416355684,26803.5332483478 -654,0.0001,47829.1416355684,26803.5332483478 -655,0.0001,47829.1416355684,26803.5332483478 -656,0.0001,47829.1416355684,26803.5332483478 -657,0.0001,47829.1416355684,26803.5332483478 -658,0.0001,47829.1416355684,26803.5332483478 -659,0.0001,47829.1416355684,26803.5332483478 -660,0.0001,47829.1416355684,26803.5332483478 -661,0.0001,47829.1416355684,26803.5332483478 -662,0.0001,47829.1416355684,26803.5332483478 -663,0.0001,47829.1416355684,26803.5332483478 -664,0.0001,47829.1416355684,26803.5332483478 -665,0.0001,47829.1416355684,26803.5332483478 -666,0.0001,47829.1416355684,26803.5332483478 -667,0.0001,47829.1416355684,26803.5332483478 -668,0.0001,47829.1416355684,26803.5332483478 -669,0.0001,47829.1416355684,26803.5332483478 -670,0.0001,47829.1416355684,26803.5332483478 -671,0.0001,47829.1416355684,26803.5332483478 -672,0.0001,47829.1416355684,26803.5332483478 -673,0.0001,47829.1416355684,26803.5332483478 -674,0.0001,47829.1416355684,26803.5332483478 -675,0.0001,47829.1416355684,26803.5332483478 -676,0.0001,47829.1416355684,26803.5332483478 -677,0.0001,47829.1416355684,26803.5332483478 -678,0.0001,47829.1416355684,26803.5332483478 -679,0.0001,47829.1416355684,26803.5332483478 -680,0.0001,47829.1416355684,26803.5332483478 -681,0.0001,47829.1416355684,26803.5332483478 -682,0.0001,47829.1416355684,26803.5332483478 -683,0.0001,47829.1416355684,26803.5332483478 -684,0.0001,47829.1416355684,26803.5332483478 -685,0.0001,47829.1416355684,26803.5332483478 -686,0.0001,47829.1416355684,26803.5332483478 -687,0.0001,47829.1416355684,26803.5332483478 -688,0.0001,47829.1416355684,26803.5332483478 -689,0.0001,47829.1416355684,26803.5332483478 -690,0.0001,47829.1416355684,26803.5332483478 -691,0.0001,47829.1416355684,26803.5332483478 -692,0.0001,47829.1416355684,26803.5332483478 -693,0.0001,47829.1416355684,26803.5332483478 -694,0.0001,47829.1416355684,26803.5332483478 -695,0.0001,47829.1416355684,26803.5332483478 -696,0.0001,47829.1416355684,26803.5332483478 -697,0.0001,47829.1416355684,26803.5332483478 -698,0.0001,47829.1416355684,26803.5332483478 -699,0.0001,47829.1416355684,26803.5332483478 -700,0.0001,47829.1416355684,26803.5332483478 -701,0.0001,47829.1416355684,26803.5332483478 -702,0.0001,47829.1416355684,26803.5332483478 -703,0.0001,47829.1416355684,26803.5332483478 -704,0.0001,47829.1416355684,26803.5332483478 -705,0.0001,47829.1416355684,26803.5332483478 -706,0.0001,47829.1416355684,26803.5332483478 -707,0.0001,47829.1416355684,26803.5332483478 -708,0.0001,47829.1416355684,26803.5332483478 -709,0.0001,47829.1416355684,26803.5332483478 -710,0.0001,47829.1416355684,26803.5332483478 -711,0.0001,47829.1416355684,26803.5332483478 -712,0.0001,47829.1416355684,26803.5332483478 -713,0.0001,47829.1416355684,26803.5332483478 -714,0.0001,47829.1416355684,26803.5332483478 -715,0.0001,47829.1416355684,26803.5332483478 -716,0.0001,47829.1416355684,26803.5332483478 -717,0.0001,47829.1416355684,26803.5332483478 -718,0.0001,47829.1416355684,26803.5332483478 -719,0.0001,47829.1416355684,26803.5332483478 -720,0.0001,47829.1416355684,26803.5332483478 -721,0.0001,47829.1416355684,26803.5332483478 -722,0.0001,47829.1416355684,26803.5332483478 -723,0.0001,47829.1416355684,26803.5332483478 -724,0.0001,47829.1416355684,26803.5332483478 -725,0.0001,47829.1416355684,26803.5332483478 -726,0.0001,47829.1416355684,26803.5332483478 -727,0.0001,47829.1416355684,26803.5332483478 -728,0.0001,47829.1416355684,26803.5332483478 -729,0.0001,47829.1416355684,26803.5332483478 -730,0.0001,47829.1416355684,26803.5332483478 -731,0.0001,47829.1416355684,26803.5332483478 -732,0.0001,47829.1416355684,26803.5332483478 -733,0.0001,47829.1416355684,26803.5332483478 -734,0.0001,47829.1416355684,26803.5332483478 -735,0.0001,47829.1416355684,26803.5332483478 -736,0.0001,47829.1416355684,26803.5332483478 -737,0.0001,47829.1416355684,26803.5332483478 -738,0.0001,47829.1416355684,26803.5332483478 -739,0.0001,47829.1416355684,26803.5332483478 -740,0.0001,47829.1416355684,26803.5332483478 -741,0.0001,47829.1416355684,26803.5332483478 -742,0.0001,47829.1416355684,26803.5332483478 -743,0.0001,47829.1416355684,26803.5332483478 -744,0.0001,47829.1416355684,26803.5332483478 -745,0.0001,47829.1416355684,26803.5332483478 -746,0.0001,47829.1416355684,26803.5332483478 -747,0.0001,47829.1416355684,26803.5332483478 -748,0.0001,47829.1416355684,26803.5332483478 -749,0.0001,47829.1416355684,26803.5332483478 -750,0.0001,47829.1416355684,26803.5332483478 -751,0.0001,47829.1416355684,26803.5332483478 -752,0.0001,47829.1416355684,26803.5332483478 -753,0.0001,47829.1416355684,26803.5332483478 -754,0.0001,47829.1416355684,26803.5332483478 -755,0.0001,47829.1416355684,26803.5332483478 -756,0.0001,47829.1416355684,26803.5332483478 -757,0.0001,47829.1416355684,26803.5332483478 -758,0.0001,47829.1416355684,26803.5332483478 -759,0.0001,47829.1416355684,26803.5332483478 -760,0.0001,47829.1416355684,26803.5332483478 -761,0.0001,47829.1416355684,26803.5332483478 -762,0.0001,47829.1416355684,26803.5332483478 -763,0.0001,47829.1416355684,26803.5332483478 -764,0.0001,47829.1416355684,26803.5332483478 -765,0.0001,47829.1416355684,26803.5332483478 -766,0.0001,47829.1416355684,26803.5332483478 -767,0.0001,47829.1416355684,26803.5332483478 -768,0.0001,47829.1416355684,26803.5332483478 -769,0.0001,47829.1416355684,26803.5332483478 -770,0.0001,47829.1416355684,26803.5332483478 -771,0.0001,47829.1416355684,26803.5332483478 -772,0.0001,47829.1416355684,26803.5332483478 -773,0.0001,47829.1416355684,26803.5332483478 -774,0.0001,47829.1416355684,26803.5332483478 -775,0.0001,47829.1416355684,26803.5332483478 -776,0.0001,47829.1416355684,26803.5332483478 -777,0.0001,47829.1416355684,26803.5332483478 -778,0.0001,47829.1416355684,26803.5332483478 -779,0.0001,47829.1416355684,26803.5332483478 -780,0.0001,47829.1416355684,26803.5332483478 -781,0.0001,47829.1416355684,26803.5332483478 -782,0.0001,47829.1416355684,26803.5332483478 -783,0.0001,47829.1416355684,26803.5332483478 -784,0.0001,47829.1416355684,26803.5332483478 -785,0.0001,47829.1416355684,26803.5332483478 -786,0.0001,47829.1416355684,26803.5332483478 -787,0.0001,47829.1416355684,26803.5332483478 -788,0.0001,47829.1416355684,26803.5332483478 -789,0.0001,47829.1416355684,26803.5332483478 -790,0.0001,47829.1416355684,26803.5332483478 -791,0.0001,47829.1416355684,26803.5332483478 -792,0.0001,47829.1416355684,26803.5332483478 -793,0.0001,47829.1416355684,26803.5332483478 -794,0.0001,47829.1416355684,26803.5332483478 -795,0.0001,47829.1416355684,26803.5332483478 -796,0.0001,47829.1416355684,26803.5332483478 -797,0.0001,47829.1416355684,26803.5332483478 -798,0.0001,47829.1416355684,26803.5332483478 -799,0.0001,47829.1416355684,26803.5332483478 -800,0.0001,47829.1416355684,26803.5332483478 -801,0.0001,47829.1416355684,26803.5332483478 -802,0.0001,47829.1416355684,26803.5332483478 -803,0.0001,47829.1416355684,26803.5332483478 -804,0.0001,47829.1416355684,26803.5332483478 -805,0.0001,47829.1416355684,26803.5332483478 -806,0.0001,47829.1416355684,26803.5332483478 -807,0.0001,47829.1416355684,26803.5332483478 -808,0.0001,47829.1416355684,26803.5332483478 -809,0.0001,47829.1416355684,26803.5332483478 -810,0.0001,47829.1416355684,26803.5332483478 -811,0.0001,47829.1416355684,26803.5332483478 -812,0.0001,47829.1416355684,26803.5332483478 -813,0.0001,47829.1416355684,26803.5332483478 -814,0.0001,47829.1416355684,26803.5332483478 -815,0.0001,47829.1416355684,26803.5332483478 -816,0.0001,47829.1416355684,26803.5332483478 -817,0.0001,47829.1416355684,26803.5332483478 -818,0.0001,47829.1416355684,26803.5332483478 -819,0.0001,47829.1416355684,26803.5332483478 -820,0.0001,47829.1416355684,26803.5332483478 -821,0.0001,47829.1416355684,26803.5332483478 -822,0.0001,47829.1416355684,26803.5332483478 -823,0.0001,47829.1416355684,26803.5332483478 -824,0.0001,47829.1416355684,26803.5332483478 -825,0.0001,47829.1416355684,26803.5332483478 -826,0.0001,47829.1416355684,26803.5332483478 -827,0.0001,47829.1416355684,26803.5332483478 -828,0.0001,47829.1416355684,26803.5332483478 -829,0.0001,47829.1416355684,26803.5332483478 -830,0.0001,47829.1416355684,26803.5332483478 -831,0.0001,47829.1416355684,26803.5332483478 -832,0.0001,47829.1416355684,26803.5332483478 -833,0.0001,47829.1416355684,26803.5332483478 -834,0.0001,47829.1416355684,26803.5332483478 -835,0.0001,47829.1416355684,26803.5332483478 -836,0.0001,47829.1416355684,26803.5332483478 -837,0.0001,47829.1416355684,26803.5332483478 -838,0.0001,47829.1416355684,26803.5332483478 -839,0.0001,47829.1416355684,26803.5332483478 -840,0.0001,47829.1416355684,26803.5332483478 -841,0.0001,47829.1416355684,26803.5332483478 -842,0.0001,47829.1416355684,26803.5332483478 -843,0.0001,47829.1416355684,26803.5332483478 -844,0.0001,47829.1416355684,26803.5332483478 -845,0.0001,47829.1416355684,26803.5332483478 -846,0.0001,47829.1416355684,26803.5332483478 -847,0.0001,47829.1416355684,26803.5332483478 -848,0.0001,47829.1416355684,26803.5332483478 -849,0.0001,47829.1416355684,26803.5332483478 -850,0.0001,47829.1416355684,26803.5332483478 -851,0.0001,47829.1416355684,26803.5332483478 -852,0.0001,47829.1416355684,26803.5332483478 -853,0.0001,47829.1416355684,26803.5332483478 -854,0.0001,47829.1416355684,26803.5332483478 -855,0.0001,47829.1416355684,26803.5332483478 -856,0.0001,47829.1416355684,26803.5332483478 -857,0.0001,47829.1416355684,26803.5332483478 -858,0.0001,47829.1416355684,26803.5332483478 -859,0.0001,47829.1416355684,26803.5332483478 -860,0.0001,47829.1416355684,26803.5332483478 -861,0.0001,47829.1416355684,26803.5332483478 -862,0.0001,47829.1416355684,26803.5332483478 -863,0.0001,47829.1416355684,26803.5332483478 -864,0.0001,47829.1416355684,26803.5332483478 -865,0.0001,47829.1416355684,26803.5332483478 -866,0.0001,47829.1416355684,26803.5332483478 -867,0.0001,47829.1416355684,26803.5332483478 -868,0.0001,47829.1416355684,26803.5332483478 -869,0.0001,47829.1416355684,26803.5332483478 -870,0.0001,47829.1416355684,26803.5332483478 -871,0.0001,47829.1416355684,26803.5332483478 -872,0.0001,47829.1416355684,26803.5332483478 -873,0.0001,47829.1416355684,26803.5332483478 -874,0.0001,47829.1416355684,26803.5332483478 -875,0.0001,47829.1416355684,26803.5332483478 -876,0.0001,47829.1416355684,26803.5332483478 -877,0.0001,47829.1416355684,26803.5332483478 -878,0.0001,47829.1416355684,26803.5332483478 -879,0.0001,47829.1416355684,26803.5332483478 -880,0.0001,47829.1416355684,26803.5332483478 -881,0.0001,47829.1416355684,26803.5332483478 -882,0.0001,47829.1416355684,26803.5332483478 -883,0.0001,47829.1416355684,26803.5332483478 -884,0.0001,47829.1416355684,26803.5332483478 -885,0.0001,47829.1416355684,26803.5332483478 -886,0.0001,47829.1416355684,26803.5332483478 -887,0.0001,47829.1416355684,26803.5332483478 -888,0.0001,47829.1416355684,26803.5332483478 -889,0.0001,47829.1416355684,26803.5332483478 -890,0.0001,47829.1416355684,26803.5332483478 -891,0.0001,47829.1416355684,26803.5332483478 -892,0.0001,47829.1416355684,26803.5332483478 -893,0.0001,47829.1416355684,26803.5332483478 -894,0.0001,47829.1416355684,26803.5332483478 -895,0.0001,47829.1416355684,26803.5332483478 -896,0.0001,47829.1416355684,26803.5332483478 -897,0.0001,47829.1416355684,26803.5332483478 -898,0.0001,47829.1416355684,26803.5332483478 -899,0.0001,47829.1416355684,26803.5332483478 -900,0.0001,47829.1416355684,26803.5332483478 -901,0.0001,47829.1416355684,26803.5332483478 -902,0.0001,47829.1416355684,26803.5332483478 -903,0.0001,47829.1416355684,26803.5332483478 -904,0.0001,47829.1416355684,26803.5332483478 -905,0.0001,47829.1416355684,26803.5332483478 -906,0.0001,47829.1416355684,26803.5332483478 -907,0.0001,47829.1416355684,26803.5332483478 -908,0.0001,47829.1416355684,26803.5332483478 -909,0.0001,47829.1416355684,26803.5332483478 -910,0.0001,47829.1416355684,26803.5332483478 -911,0.0001,47829.1416355684,26803.5332483478 -912,0.0001,47829.1416355684,26803.5332483478 -913,0.0001,47829.1416355684,26803.5332483478 -914,0.0001,47829.1416355684,26803.5332483478 -915,0.0001,47829.1416355684,26803.5332483478 -916,0.0001,47829.1416355684,26803.5332483478 -917,0.0001,47829.1416355684,26803.5332483478 -918,0.0001,47829.1416355684,26803.5332483478 -919,0.0001,47829.1416355684,26803.5332483478 -920,0.0001,47829.1416355684,26803.5332483478 -921,0.0001,47829.1416355684,26803.5332483478 -922,0.0001,47829.1416355684,26803.5332483478 -923,0.0001,47829.1416355684,26803.5332483478 -924,0.0001,47829.1416355684,26803.5332483478 -925,0.0001,47829.1416355684,26803.5332483478 -926,0.0001,47829.1416355684,26803.5332483478 -927,0.0001,47829.1416355684,26803.5332483478 -928,0.0001,47829.1416355684,26803.5332483478 -929,0.0001,47829.1416355684,26803.5332483478 -930,0.0001,47829.1416355684,26803.5332483478 -931,0.0001,47829.1416355684,26803.5332483478 -932,0.0001,47829.1416355684,26803.5332483478 -933,0.0001,47829.1416355684,26803.5332483478 -934,0.0001,47829.1416355684,26803.5332483478 -935,0.0001,47829.1416355684,26803.5332483478 -936,0.0001,47829.1416355684,26803.5332483478 -937,0.0001,47829.1416355684,26803.5332483478 -938,0.0001,47829.1416355684,26803.5332483478 -939,0.0001,47829.1416355684,26803.5332483478 -940,0.0001,47829.1416355684,26803.5332483478 -941,0.0001,47829.1416355684,26803.5332483478 -942,0.0001,47829.1416355684,26803.5332483478 -943,0.0001,47829.1416355684,26803.5332483478 -944,0.0001,47829.1416355684,26803.5332483478 -945,0.0001,47829.1416355684,26803.5332483478 -946,0.0001,47829.1416355684,26803.5332483478 -947,0.0001,47829.1416355684,26803.5332483478 -948,0.0001,47829.1416355684,26803.5332483478 -949,0.0001,47829.1416355684,26803.5332483478 -950,0.0001,47829.1416355684,26803.5332483478 -951,0.0001,47829.1416355684,26803.5332483478 -952,0.0001,47829.1416355684,26803.5332483478 -953,0.0001,47829.1416355684,26803.5332483478 -954,0.0001,47829.1416355684,26803.5332483478 -955,0.0001,47829.1416355684,26803.5332483478 -956,0.0001,47829.1416355684,26803.5332483478 -957,0.0001,47829.1416355684,26803.5332483478 -958,0.0001,47829.1416355684,26803.5332483478 -959,0.0001,47829.1416355684,26803.5332483478 -960,0.0001,47829.1416355684,26803.5332483478 -961,0.0001,47829.1416355684,26803.5332483478 -962,0.0001,47829.1416355684,26803.5332483478 -963,0.0001,47829.1416355684,26803.5332483478 -964,0.0001,47829.1416355684,26803.5332483478 -965,0.0001,47829.1416355684,26803.5332483478 -966,0.0001,47829.1416355684,26803.5332483478 -967,0.0001,47829.1416355684,26803.5332483478 -968,0.0001,47829.1416355684,26803.5332483478 -969,0.0001,47829.1416355684,26803.5332483478 -970,0.0001,47829.1416355684,26803.5332483478 -971,0.0001,47829.1416355684,26803.5332483478 -972,0.0001,47829.1416355684,26803.5332483478 -973,0.0001,47829.1416355684,26803.5332483478 -974,0.0001,47829.1416355684,26803.5332483478 -975,0.0001,47829.1416355684,26803.5332483478 -976,0.0001,47829.1416355684,26803.5332483478 -977,0.0001,47829.1416355684,26803.5332483478 -978,0.0001,47829.1416355684,26803.5332483478 -979,0.0001,47829.1416355684,26803.5332483478 -980,0.0001,47829.1416355684,26803.5332483478 -981,0.0001,47829.1416355684,26803.5332483478 -982,0.0001,47829.1416355684,26803.5332483478 -983,0.0001,47829.1416355684,26803.5332483478 -984,0.0001,47829.1416355684,26803.5332483478 -985,0.0001,47829.1416355684,26803.5332483478 -986,0.0001,47829.1416355684,26803.5332483478 -987,0.0001,47829.1416355684,26803.5332483478 -988,0.0001,47829.1416355684,26803.5332483478 -989,0.0001,47829.1416355684,26803.5332483478 -990,0.0001,47829.1416355684,26803.5332483478 -991,0.0001,47829.1416355684,26803.5332483478 -992,0.0001,47829.1416355684,26803.5332483478 -993,0.0001,47829.1416355684,26803.5332483478 -994,0.0001,47829.1416355684,26803.5332483478 -995,0.0001,47829.1416355684,26803.5332483478 -996,0.0001,47829.1416355684,26803.5332483478 -997,0.0001,47829.1416355684,26803.5332483478 -998,0.0001,47829.1416355684,26803.5332483478 -999,0.0001,47829.1416355684,26803.5332483478 -1000,0.0001,47829.1416355684,26803.5332483478 -1001,0.0001,47829.1416355684,26803.5332483478 -1002,0.0001,47829.1416355684,26803.5332483478 -1003,0.0001,47829.1416355684,26803.5332483478 -1004,0.0001,47829.1416355684,26803.5332483478 -1005,0.0001,47829.1416355684,26803.5332483478 -1006,0.0001,47829.1416355684,26803.5332483478 -1007,0.0001,47829.1416355684,26803.5332483478 -1008,0.0001,47829.1416355684,26803.5332483478 -1009,0.0001,47829.1416355684,26803.5332483478 -1010,0.0001,47829.1416355684,26803.5332483478 -1011,0.0001,47829.1416355684,26803.5332483478 -1012,0.0001,47829.1416355684,26803.5332483478 -1013,0.0001,47829.1416355684,26803.5332483478 -1014,0.0001,47829.1416355684,26803.5332483478 -1015,0.0001,47829.1416355684,26803.5332483478 -1016,0.0001,47829.1416355684,26803.5332483478 -1017,0.0001,47829.1416355684,26803.5332483478 -1018,0.0001,47829.1416355684,26803.5332483478 -1019,0.0001,47829.1416355684,26803.5332483478 -1020,0.0001,47829.1416355684,26803.5332483478 -1021,0.0001,47829.1416355684,26803.5332483478 -1022,0.0001,47829.1416355684,26803.5332483478 -1023,0.0001,47829.1416355684,26803.5332483478 -1024,0.0001,47829.1416355684,26803.5332483478 -1025,0.0001,47829.1416355684,26803.5332483478 -1026,0.0001,47829.1416355684,26803.5332483478 -1027,0.0001,47829.1416355684,26803.5332483478 -1028,0.0001,47829.1416355684,26803.5332483478 -1029,0.0001,47829.1416355684,26803.5332483478 -1030,0.0001,47829.1416355684,26803.5332483478 -1031,0.0001,47829.1416355684,26803.5332483478 -1032,0.0001,47829.1416355684,26803.5332483478 -1033,0.0001,47829.1416355684,26803.5332483478 -1034,0.0001,47829.1416355684,26803.5332483478 -1035,0.0001,47829.1416355684,26803.5332483478 -1036,0.0001,47829.1416355684,26803.5332483478 -1037,0.0001,47829.1416355684,26803.5332483478 -1038,0.0001,47829.1416355684,26803.5332483478 -1039,0.0001,47829.1416355684,26803.5332483478 -1040,0.0001,47829.1416355684,26803.5332483478 -1041,0.0001,47829.1416355684,26803.5332483478 -1042,0.0001,47829.1416355684,26803.5332483478 -1043,0.0001,47829.1416355684,26803.5332483478 -1044,0.0001,47829.1416355684,26803.5332483478 -1045,0.0001,47829.1416355684,26803.5332483478 -1046,0.0001,47829.1416355684,26803.5332483478 -1047,0.0001,47829.1416355684,26803.5332483478 -1048,0.0001,47829.1416355684,26803.5332483478 -1049,0.0001,47829.1416355684,26803.5332483478 -1050,0.0001,47829.1416355684,26803.5332483478 -1051,0.0001,47829.1416355684,26803.5332483478 -1052,0.0001,47829.1416355684,26803.5332483478 -1053,0.0001,47829.1416355684,26803.5332483478 -1054,0.0001,47829.1416355684,26803.5332483478 -1055,0.0001,47829.1416355684,26803.5332483478 -1056,0.0001,47829.1416355684,26803.5332483478 -1057,0.0001,47829.1416355684,26803.5332483478 -1058,0.0001,47829.1416355684,26803.5332483478 -1059,0.0001,47829.1416355684,26803.5332483478 -1060,0.0001,47829.1416355684,26803.5332483478 -1061,0.0001,47829.1416355684,26803.5332483478 -1062,0.0001,47829.1416355684,26803.5332483478 -1063,0.0001,47829.1416355684,26803.5332483478 -1064,0.0001,47829.1416355684,26803.5332483478 -1065,0.0001,47829.1416355684,26803.5332483478 -1066,0.0001,47829.1416355684,26803.5332483478 -1067,0.0001,47829.1416355684,26803.5332483478 -1068,0.0001,47829.1416355684,26803.5332483478 -1069,0.0001,47829.1416355684,26803.5332483478 -1070,0.0001,47829.1416355684,26803.5332483478 -1071,0.0001,47829.1416355684,26803.5332483478 -1072,0.0001,47829.1416355684,26803.5332483478 -1073,0.0001,47829.1416355684,26803.5332483478 -1074,0.0001,47829.1416355684,26803.5332483478 -1075,0.0001,47829.1416355684,26803.5332483478 -1076,0.0001,47829.1416355684,26803.5332483478 -1077,0.0001,47829.1416355684,26803.5332483478 -1078,0.0001,47829.1416355684,26803.5332483478 -1079,0.0001,47829.1416355684,26803.5332483478 -1080,0.0001,47829.1416355684,26803.5332483478 -1081,0.0001,47829.1416355684,26803.5332483478 -1082,0.0001,47829.1416355684,26803.5332483478 -1083,0.0001,47829.1416355684,26803.5332483478 -1084,0.0001,47829.1416355684,26803.5332483478 -1085,0.0001,47829.1416355684,26803.5332483478 -1086,0.0001,47829.1416355684,26803.5332483478 -1087,0.0001,47829.1416355684,26803.5332483478 -1088,0.0001,47829.1416355684,26803.5332483478 -1089,0.0001,47829.1416355684,26803.5332483478 -1090,0.0001,47829.1416355684,26803.5332483478 -1091,0.0001,47829.1416355684,26803.5332483478 -1092,0.0001,47829.1416355684,26803.5332483478 -1093,0.0001,47829.1416355684,26803.5332483478 -1094,0.0001,47829.1416355684,26803.5332483478 -1095,0.0001,47829.1416355684,26803.5332483478 -1096,0.0001,47829.1416355684,26803.5332483478 -1097,0.0001,47829.1416355684,26803.5332483478 -1098,0.0001,47829.1416355684,26803.5332483478 -1099,0.0001,47829.1416355684,26803.5332483478 -1100,0.0001,47829.1416355684,26803.5332483478 -1101,0.0001,47829.1416355684,26803.5332483478 -1102,0.0001,47829.1416355684,26803.5332483478 -1103,0.0001,47829.1416355684,26803.5332483478 -1104,0.0001,47829.1416355684,26803.5332483478 -1105,0.0001,47829.1416355684,26803.5332483478 -1106,0.0001,47829.1416355684,26803.5332483478 -1107,0.0001,47829.1416355684,26803.5332483478 -1108,0.0001,47829.1416355684,26803.5332483478 -1109,0.0001,47829.1416355684,26803.5332483478 -1110,0.0001,47829.1416355684,26803.5332483478 -1111,0.0001,47829.1416355684,26803.5332483478 -1112,0.0001,47829.1416355684,26803.5332483478 -1113,0.0001,47829.1416355684,26803.5332483478 -1114,0.0001,47829.1416355684,26803.5332483478 -1115,0.0001,47829.1416355684,26803.5332483478 -1116,0.0001,47829.1416355684,26803.5332483478 -1117,0.0001,47829.1416355684,26803.5332483478 -1118,0.0001,47829.1416355684,26803.5332483478 -1119,0.0001,47829.1416355684,26803.5332483478 -1120,0.0001,47829.1416355684,26803.5332483478 -1121,0.0001,47829.1416355684,26803.5332483478 -1122,0.0001,47829.1416355684,26803.5332483478 -1123,0.0001,47829.1416355684,26803.5332483478 -1124,0.0001,47829.1416355684,26803.5332483478 -1125,0.0001,47829.1416355684,26803.5332483478 -1126,0.0001,47829.1416355684,26803.5332483478 -1127,0.0001,47829.1416355684,26803.5332483478 -1128,0.0001,47829.1416355684,26803.5332483478 -1129,0.0001,47829.1416355684,26803.5332483478 -1130,0.0001,47829.1416355684,26803.5332483478 -1131,0.0001,47829.1416355684,26803.5332483478 -1132,0.0001,47829.1416355684,26803.5332483478 -1133,0.0001,47829.1416355684,26803.5332483478 -1134,0.0001,47829.1416355684,26803.5332483478 -1135,0.0001,47829.1416355684,26803.5332483478 -1136,0.0001,47829.1416355684,26803.5332483478 -1137,0.0001,47829.1416355684,26803.5332483478 -1138,0.0001,47829.1416355684,26803.5332483478 -1139,0.0001,47829.1416355684,26803.5332483478 -1140,0.0001,47829.1416355684,26803.5332483478 -1141,0.0001,47829.1416355684,26803.5332483478 -1142,0.0001,47829.1416355684,26803.5332483478 -1143,0.0001,47829.1416355684,26803.5332483478 -1144,0.0001,47829.1416355684,26803.5332483478 -1145,0.0001,47829.1416355684,26803.5332483478 -1146,0.0001,47829.1416355684,26803.5332483478 -1147,0.0001,47829.1416355684,26803.5332483478 -1148,0.0001,47829.1416355684,26803.5332483478 -1149,0.0001,47829.1416355684,26803.5332483478 -1150,0.0001,47829.1416355684,26803.5332483478 -1151,0.0001,47829.1416355684,26803.5332483478 -1152,0.0001,47829.1416355684,26803.5332483478 -1153,0.0001,47829.1416355684,26803.5332483478 -1154,0.0001,47829.1416355684,26803.5332483478 -1155,0.0001,47829.1416355684,26803.5332483478 -1156,0.0001,47829.1416355684,26803.5332483478 -1157,0.0001,47829.1416355684,26803.5332483478 -1158,0.0001,47829.1416355684,26803.5332483478 -1159,0.0001,47829.1416355684,26803.5332483478 -1160,0.0001,47829.1416355684,26803.5332483478 -1161,0.0001,47829.1416355684,26803.5332483478 -1162,0.0001,47829.1416355684,26803.5332483478 -1163,0.0001,47829.1416355684,26803.5332483478 -1164,0.0001,47829.1416355684,26803.5332483478 -1165,0.0001,47829.1416355684,26803.5332483478 -1166,0.0001,47829.1416355684,26803.5332483478 -1167,0.0001,47829.1416355684,26803.5332483478 -1168,0.0001,47829.1416355684,26803.5332483478 -1169,0.0001,47829.1416355684,26803.5332483478 -1170,0.0001,47829.1416355684,26803.5332483478 -1171,0.0001,47829.1416355684,26803.5332483478 -1172,0.0001,47829.1416355684,26803.5332483478 -1173,0.0001,47829.1416355684,26803.5332483478 -1174,0.0001,47829.1416355684,26803.5332483478 -1175,0.0001,47829.1416355684,26803.5332483478 -1176,0.0001,47829.1416355684,26803.5332483478 -1177,0.0001,47829.1416355684,26803.5332483478 -1178,0.0001,47829.1416355684,26803.5332483478 -1179,0.0001,47829.1416355684,26803.5332483478 -1180,0.0001,47829.1416355684,26803.5332483478 -1181,0.0001,47829.1416355684,26803.5332483478 -1182,0.0001,47829.1416355684,26803.5332483478 -1183,0.0001,47829.1416355684,26803.5332483478 -1184,0.0001,47829.1416355684,26803.5332483478 -1185,0.0001,47829.1416355684,26803.5332483478 -1186,0.0001,47829.1416355684,26803.5332483478 -1187,0.0001,47829.1416355684,26803.5332483478 -1188,0.0001,47829.1416355684,26803.5332483478 -1189,0.0001,47829.1416355684,26803.5332483478 -1190,0.0001,47829.1416355684,26803.5332483478 -1191,0.0001,47829.1416355684,26803.5332483478 -1192,0.0001,47829.1416355684,26803.5332483478 -1193,0.0001,47829.1416355684,26803.5332483478 -1194,0.0001,47829.1416355684,26803.5332483478 -1195,0.0001,47829.1416355684,26803.5332483478 -1196,0.0001,47829.1416355684,26803.5332483478 -1197,0.0001,47829.1416355684,26803.5332483478 -1198,0.0001,47829.1416355684,26803.5332483478 -1199,0.0001,47829.1416355684,26803.5332483478 -1200,0.0001,47829.1416355684,26803.5332483478 -1201,0.0001,47829.1416355684,26803.5332483478 -1202,0.0001,47829.1416355684,26803.5332483478 -1203,0.0001,47829.1416355684,26803.5332483478 -1204,0.0001,47829.1416355684,26803.5332483478 -1205,0.0001,47829.1416355684,26803.5332483478 -1206,0.0001,47829.1416355684,26803.5332483478 -1207,0.0001,47829.1416355684,26803.5332483478 -1208,0.0001,47829.1416355684,26803.5332483478 -1209,0.0001,47829.1416355684,26803.5332483478 -1210,0.0001,47829.1416355684,26803.5332483478 -1211,0.0001,47829.1416355684,26803.5332483478 -1212,0.0001,47829.1416355684,26803.5332483478 -1213,0.0001,47829.1416355684,26803.5332483478 -1214,0.0001,47829.1416355684,26803.5332483478 -1215,0.0001,47829.1416355684,26803.5332483478 -1216,0.0001,47829.1416355684,26803.5332483478 -1217,0.0001,47829.1416355684,26803.5332483478 -1218,0.0001,47829.1416355684,26803.5332483478 -1219,0.0001,47829.1416355684,26803.5332483478 -1220,0.0001,47829.1416355684,26803.5332483478 -1221,0.0001,47829.1416355684,26803.5332483478 -1222,0.0001,47829.1416355684,26803.5332483478 -1223,0.0001,47829.1416355684,26803.5332483478 -1224,0.0001,47829.1416355684,26803.5332483478 -1225,0.0001,47829.1416355684,26803.5332483478 -1226,0.0001,47829.1416355684,26803.5332483478 -1227,0.0001,47829.1416355684,26803.5332483478 -1228,0.0001,47829.1416355684,26803.5332483478 -1229,0.0001,47829.1416355684,26803.5332483478 -1230,0.0001,47829.1416355684,26803.5332483478 -1231,0.0001,47829.1416355684,26803.5332483478 -1232,0.0001,47829.1416355684,26803.5332483478 -1233,0.0001,47829.1416355684,26803.5332483478 -1234,0.0001,47829.1416355684,26803.5332483478 -1235,0.0001,47829.1416355684,26803.5332483478 -1236,0.0001,47829.1416355684,26803.5332483478 -1237,0.0001,47829.1416355684,26803.5332483478 -1238,0.0001,47829.1416355684,26803.5332483478 -1239,0.0001,47829.1416355684,26803.5332483478 -1240,0.0001,47829.1416355684,26803.5332483478 -1241,0.0001,47829.1416355684,26803.5332483478 -1242,0.0001,47829.1416355684,26803.5332483478 -1243,0.0001,47829.1416355684,26803.5332483478 -1244,0.0001,47829.1416355684,26803.5332483478 -1245,0.0001,47829.1416355684,26803.5332483478 -1246,0.0001,47829.1416355684,26803.5332483478 -1247,0.0001,47829.1416355684,26803.5332483478 -1248,0.0001,47829.1416355684,26803.5332483478 -1249,0.0001,47829.1416355684,26803.5332483478 -1250,0.0001,47829.1416355684,26803.5332483478 -1251,0.0001,47829.1416355684,26803.5332483478 -1252,0.0001,47829.1416355684,26803.5332483478 -1253,0.0001,47829.1416355684,26803.5332483478 -1254,0.0001,47829.1416355684,26803.5332483478 -1255,0.0001,47829.1416355684,26803.5332483478 -1256,0.0001,47829.1416355684,26803.5332483478 -1257,0.0001,47829.1416355684,26803.5332483478 -1258,0.0001,47829.1416355684,26803.5332483478 -1259,0.0001,47829.1416355684,26803.5332483478 -1260,0.0001,47829.1416355684,26803.5332483478 -1261,0.0001,47829.1416355684,26803.5332483478 -1262,0.0001,47829.1416355684,26803.5332483478 -1263,0.0001,47829.1416355684,26803.5332483478 -1264,0.0001,47829.1416355684,26803.5332483478 -1265,0.0001,47829.1416355684,26803.5332483478 -1266,0.0001,47829.1416355684,26803.5332483478 -1267,0.0001,47829.1416355684,26803.5332483478 -1268,0.0001,47829.1416355684,26803.5332483478 -1269,0.0001,47829.1416355684,26803.5332483478 -1270,0.0001,47829.1416355684,26803.5332483478 -1271,0.0001,47829.1416355684,26803.5332483478 -1272,0.0001,47829.1416355684,26803.5332483478 -1273,0.0001,47829.1416355684,26803.5332483478 -1274,0.0001,47829.1416355684,26803.5332483478 -1275,0.0001,47829.1416355684,26803.5332483478 -1276,0.0001,47829.1416355684,26803.5332483478 -1277,0.0001,47829.1416355684,26803.5332483478 -1278,0.0001,47829.1416355684,26803.5332483478 -1279,0.0001,47829.1416355684,26803.5332483478 -1280,0.0001,47829.1416355684,26803.5332483478 -1281,0.0001,47829.1416355684,26803.5332483478 -1282,0.0001,47829.1416355684,26803.5332483478 -1283,0.0001,47829.1416355684,26803.5332483478 -1284,0.0001,47829.1416355684,26803.5332483478 -1285,0.0001,47829.1416355684,26803.5332483478 -1286,0.0001,47829.1416355684,26803.5332483478 -1287,0.0001,47829.1416355684,26803.5332483478 -1288,0.0001,47829.1416355684,26803.5332483478 -1289,0.0001,47829.1416355684,26803.5332483478 -1290,0.0001,47829.1416355684,26803.5332483478 -1291,0.0001,47829.1416355684,26803.5332483478 -1292,0.0001,47829.1416355684,26803.5332483478 -1293,0.0001,47829.1416355684,26803.5332483478 -1294,0.0001,47829.1416355684,26803.5332483478 -1295,0.0001,47829.1416355684,26803.5332483478 -1296,0.0001,47829.1416355684,26803.5332483478 -1297,0.0001,47829.1416355684,26803.5332483478 -1298,0.0001,47829.1416355684,26803.5332483478 -1299,0.0001,47829.1416355684,26803.5332483478 -1300,0.0001,47829.1416355684,26803.5332483478 -1301,0.0001,47829.1416355684,26803.5332483478 -1302,0.0001,47829.1416355684,26803.5332483478 -1303,0.0001,47829.1416355684,26803.5332483478 -1304,0.0001,47829.1416355684,26803.5332483478 -1305,0.0001,47829.1416355684,26803.5332483478 -1306,0.0001,47829.1416355684,26803.5332483478 -1307,0.0001,47829.1416355684,26803.5332483478 -1308,0.0001,47829.1416355684,26803.5332483478 -1309,0.0001,47829.1416355684,26803.5332483478 -1310,0.0001,47829.1416355684,26803.5332483478 -1311,0.0001,47829.1416355684,26803.5332483478 -1312,0.0001,47829.1416355684,26803.5332483478 -1313,0.0001,47829.1416355684,26803.5332483478 -1314,0.0001,47829.1416355684,26803.5332483478 -1315,0.0001,47829.1416355684,26803.5332483478 -1316,0.0001,47829.1416355684,26803.5332483478 -1317,0.0001,47829.1416355684,26803.5332483478 -1318,0.0001,47829.1416355684,26803.5332483478 -1319,0.0001,47829.1416355684,26803.5332483478 -1320,0.0001,47829.1416355684,26803.5332483478 -1321,0.0001,47829.1416355684,26803.5332483478 -1322,0.0001,47829.1416355684,26803.5332483478 -1323,0.0001,47829.1416355684,26803.5332483478 -1324,0.0001,47829.1416355684,26803.5332483478 -1325,0.0001,47829.1416355684,26803.5332483478 -1326,0.0001,47829.1416355684,26803.5332483478 -1327,0.0001,47829.1416355684,26803.5332483478 -1328,0.0001,47829.1416355684,26803.5332483478 -1329,0.0001,47829.1416355684,26803.5332483478 -1330,0.0001,47829.1416355684,26803.5332483478 -1331,0.0001,47829.1416355684,26803.5332483478 -1332,0.0001,47829.1416355684,26803.5332483478 -1333,0.0001,47829.1416355684,26803.5332483478 -1334,0.0001,47829.1416355684,26803.5332483478 -1335,0.0001,47829.1416355684,26803.5332483478 -1336,0.0001,47829.1416355684,26803.5332483478 -1337,0.0001,47829.1416355684,26803.5332483478 -1338,0.0001,47829.1416355684,26803.5332483478 -1339,0.0001,47829.1416355684,26803.5332483478 -1340,0.0001,47829.1416355684,26803.5332483478 -1341,0.0001,47829.1416355684,26803.5332483478 -1342,0.0001,47829.1416355684,26803.5332483478 -1343,0.0001,47829.1416355684,26803.5332483478 -1344,0.0001,47829.1416355684,26803.5332483478 -1345,0.0001,47829.1416355684,26803.5332483478 -1346,0.0001,47829.1416355684,26803.5332483478 -1347,0.0001,47829.1416355684,26803.5332483478 -1348,0.0001,47829.1416355684,26803.5332483478 -1349,0.0001,47829.1416355684,26803.5332483478 -1350,0.0001,47829.1416355684,26803.5332483478 -1351,0.0001,47829.1416355684,26803.5332483478 -1352,0.0001,47829.1416355684,26803.5332483478 -1353,0.0001,47829.1416355684,26803.5332483478 -1354,0.0001,47829.1416355684,26803.5332483478 -1355,0.0001,47829.1416355684,26803.5332483478 -1356,0.0001,47829.1416355684,26803.5332483478 -1357,0.0001,47829.1416355684,26803.5332483478 -1358,0.0001,47829.1416355684,26803.5332483478 -1359,0.0001,47829.1416355684,26803.5332483478 -1360,0.0001,47829.1416355684,26803.5332483478 -1361,0.0001,47829.1416355684,26803.5332483478 -1362,0.0001,47829.1416355684,26803.5332483478 -1363,0.0001,47829.1416355684,26803.5332483478 -1364,0.0001,47829.1416355684,26803.5332483478 -1365,0.0001,47829.1416355684,26803.5332483478 -1366,0.0001,47829.1416355684,26803.5332483478 -1367,0.0001,47829.1416355684,26803.5332483478 -1368,0.0001,47829.1416355684,26803.5332483478 -1369,0.0001,47829.1416355684,26803.5332483478 -1370,0.0001,47829.1416355684,26803.5332483478 -1371,0.0001,47829.1416355684,26803.5332483478 -1372,0.0001,47829.1416355684,26803.5332483478 -1373,0.0001,47829.1416355684,26803.5332483478 -1374,0.0001,47829.1416355684,26803.5332483478 -1375,0.0001,47829.1416355684,26803.5332483478 -1376,0.0001,47829.1416355684,26803.5332483478 -1377,0.0001,47829.1416355684,26803.5332483478 -1378,0.0001,47829.1416355684,26803.5332483478 -1379,0.0001,47829.1416355684,26803.5332483478 -1380,0.0001,47829.1416355684,26803.5332483478 -1381,0.0001,47829.1416355684,26803.5332483478 -1382,0.0001,47829.1416355684,26803.5332483478 -1383,0.0001,47829.1416355684,26803.5332483478 -1384,0.0001,47829.1416355684,26803.5332483478 -1385,0.0001,47829.1416355684,26803.5332483478 -1386,0.0001,47829.1416355684,26803.5332483478 -1387,0.0001,47829.1416355684,26803.5332483478 -1388,0.0001,47829.1416355684,26803.5332483478 -1389,0.0001,47829.1416355684,26803.5332483478 -1390,0.0001,47829.1416355684,26803.5332483478 -1391,0.0001,47829.1416355684,26803.5332483478 -1392,0.0001,47829.1416355684,26803.5332483478 -1393,0.0001,47829.1416355684,26803.5332483478 -1394,0.0001,47829.1416355684,26803.5332483478 -1395,0.0001,47829.1416355684,26803.5332483478 -1396,0.0001,47829.1416355684,26803.5332483478 -1397,0.0001,47829.1416355684,26803.5332483478 -1398,0.0001,47829.1416355684,26803.5332483478 -1399,0.0001,47829.1416355684,26803.5332483478 -1400,0.0001,47829.1416355684,26803.5332483478 -1401,0.0001,47829.1416355684,26803.5332483478 -1402,0.0001,47829.1416355684,26803.5332483478 -1403,0.0001,47829.1416355684,26803.5332483478 -1404,0.0001,47829.1416355684,26803.5332483478 -1405,0.0001,47829.1416355684,26803.5332483478 -1406,0.0001,47829.1416355684,26803.5332483478 -1407,0.0001,47829.1416355684,26803.5332483478 -1408,0.0001,47829.1416355684,26803.5332483478 -1409,0.0001,47829.1416355684,26803.5332483478 -1410,0.0001,47829.1416355684,26803.5332483478 -1411,0.0001,47829.1416355684,26803.5332483478 -1412,0.0001,47829.1416355684,26803.5332483478 -1413,0.0001,47829.1416355684,26803.5332483478 -1414,0.0001,47829.1416355684,26803.5332483478 -1415,0.0001,47829.1416355684,26803.5332483478 -1416,0.0001,47829.1416355684,26803.5332483478 -1417,0.0001,47829.1416355684,26803.5332483478 -1418,0.0001,47829.1416355684,26803.5332483478 -1419,0.0001,47829.1416355684,26803.5332483478 -1420,0.0001,47829.1416355684,26803.5332483478 -1421,0.0001,47829.1416355684,26803.5332483478 -1422,0.0001,47829.1416355684,26803.5332483478 -1423,0.0001,47829.1416355684,26803.5332483478 -1424,0.0001,47829.1416355684,26803.5332483478 -1425,0.0001,47829.1416355684,26803.5332483478 -1426,0.0001,47829.1416355684,26803.5332483478 -1427,0.0001,47829.1416355684,26803.5332483478 -1428,0.0001,47829.1416355684,26803.5332483478 -1429,0.0001,47829.1416355684,26803.5332483478 -1430,0.0001,47829.1416355684,26803.5332483478 -1431,0.0001,47829.1416355684,26803.5332483478 -1432,0.0001,47829.1416355684,26803.5332483478 -1433,0.0001,47829.1416355684,26803.5332483478 -1434,0.0001,47829.1416355684,26803.5332483478 -1435,0.0001,47829.1416355684,26803.5332483478 -1436,0.0001,47829.1416355684,26803.5332483478 -1437,0.0001,47829.1416355684,26803.5332483478 -1438,0.0001,47829.1416355684,26803.5332483478 -1439,0.0001,47829.1416355684,26803.5332483478 -1440,0.0001,47829.1416355684,26803.5332483478 -1441,0.0001,47829.1416355684,26803.5332483478 -1442,0.0001,47829.1416355684,26803.5332483478 -1443,0.0001,47829.1416355684,26803.5332483478 -1444,0.0001,47829.1416355684,26803.5332483478 -1445,0.0001,47829.1416355684,26803.5332483478 -1446,0.0001,47829.1416355684,26803.5332483478 -1447,0.0001,47829.1416355684,26803.5332483478 -1448,0.0001,47829.1416355684,26803.5332483478 -1449,0.0001,47829.1416355684,26803.5332483478 -1450,0.0001,47829.1416355684,26803.5332483478 -1451,0.0001,47829.1416355684,26803.5332483478 -1452,0.0001,47829.1416355684,26803.5332483478 -1453,0.0001,47829.1416355684,26803.5332483478 -1454,0.0001,47829.1416355684,26803.5332483478 -1455,0.0001,47829.1416355684,26803.5332483478 -1456,0.0001,47829.1416355684,26803.5332483478 -1457,0.0001,47829.1416355684,26803.5332483478 -1458,0.0001,47829.1416355684,26803.5332483478 -1459,0.0001,47829.1416355684,26803.5332483478 -1460,0.0001,47829.1416355684,26803.5332483478 -1461,0.0001,47829.1416355684,26803.5332483478 -1462,0.0001,47829.1416355684,26803.5332483478 -1463,0.0001,47829.1416355684,26803.5332483478 -1464,0.0001,47829.1416355684,26803.5332483478 -1465,0.0001,47829.1416355684,26803.5332483478 -1466,0.0001,47829.1416355684,26803.5332483478 -1467,0.0001,47829.1416355684,26803.5332483478 -1468,0.0001,47829.1416355684,26803.5332483478 -1469,0.0001,47829.1416355684,26803.5332483478 -1470,0.0001,47829.1416355684,26803.5332483478 -1471,0.0001,47829.1416355684,26803.5332483478 -1472,0.0001,47829.1416355684,26803.5332483478 -1473,0.0001,47829.1416355684,26803.5332483478 -1474,0.0001,47829.1416355684,26803.5332483478 -1475,0.0001,47829.1416355684,26803.5332483478 -1476,0.0001,47829.1416355684,26803.5332483478 -1477,0.0001,47829.1416355684,26803.5332483478 -1478,0.0001,47829.1416355684,26803.5332483478 -1479,0.0001,47829.1416355684,26803.5332483478 -1480,0.0001,47829.1416355684,26803.5332483478 -1481,0.0001,47829.1416355684,26803.5332483478 -1482,0.0001,47829.1416355684,26803.5332483478 -1483,0.0001,47829.1416355684,26803.5332483478 -1484,0.0001,47829.1416355684,26803.5332483478 -1485,0.0001,47829.1416355684,26803.5332483478 -1486,0.0001,47829.1416355684,26803.5332483478 -1487,0.0001,47829.1416355684,26803.5332483478 -1488,0.0001,47829.1416355684,26803.5332483478 -1489,0.0001,47829.1416355684,26803.5332483478 -1490,0.0001,47829.1416355684,26803.5332483478 -1491,0.0001,47829.1416355684,26803.5332483478 -1492,0.0001,47829.1416355684,26803.5332483478 -1493,0.0001,47829.1416355684,26803.5332483478 -1494,0.0001,47829.1416355684,26803.5332483478 -1495,0.0001,47829.1416355684,26803.5332483478 -1496,0.0001,47829.1416355684,26803.5332483478 -1497,0.0001,47829.1416355684,26803.5332483478 -1498,0.0001,47829.1416355684,26803.5332483478 -1499,0.0001,47829.1416355684,26803.5332483478 -1500,0.0001,47829.1416355684,26803.5332483478 -1501,0.0001,47829.1416355684,26803.5332483478 -1502,0.0001,47829.1416355684,26803.5332483478 -1503,0.0001,47829.1416355684,26803.5332483478 -1504,0.0001,47829.1416355684,26803.5332483478 -1505,0.0001,47829.1416355684,26803.5332483478 -1506,0.0001,47829.1416355684,26803.5332483478 -1507,0.0001,47829.1416355684,26803.5332483478 -1508,0.0001,47829.1416355684,26803.5332483478 -1509,0.0001,47829.1416355684,26803.5332483478 -1510,0.0001,47829.1416355684,26803.5332483478 -1511,0.0001,47829.1416355684,26803.5332483478 -1512,0.0001,47829.1416355684,26803.5332483478 -1513,0.0001,47829.1416355684,26803.5332483478 -1514,0.0001,47829.1416355684,26803.5332483478 -1515,0.0001,47829.1416355684,26803.5332483478 -1516,0.0001,47829.1416355684,26803.5332483478 -1517,0.0001,47829.1416355684,26803.5332483478 -1518,0.0001,47829.1416355684,26803.5332483478 -1519,0.0001,47829.1416355684,26803.5332483478 -1520,0.0001,47829.1416355684,26803.5332483478 -1521,0.0001,47829.1416355684,26803.5332483478 -1522,0.0001,47829.1416355684,26803.5332483478 -1523,0.0001,47829.1416355684,26803.5332483478 -1524,0.0001,47829.1416355684,26803.5332483478 -1525,0.0001,47829.1416355684,26803.5332483478 -1526,0.0001,47829.1416355684,26803.5332483478 -1527,0.0001,47829.1416355684,26803.5332483478 -1528,0.0001,47829.1416355684,26803.5332483478 -1529,0.0001,47829.1416355684,26803.5332483478 -1530,0.0001,47829.1416355684,26803.5332483478 -1531,0.0001,47829.1416355684,26803.5332483478 -1532,0.0001,47829.1416355684,26803.5332483478 -1533,0.0001,47829.1416355684,26803.5332483478 -1534,0.0001,47829.1416355684,26803.5332483478 -1535,0.0001,47829.1416355684,26803.5332483478 -1536,0.0001,47829.1416355684,26803.5332483478 -1537,0.0001,47829.1416355684,26803.5332483478 -1538,0.0001,47829.1416355684,26803.5332483478 -1539,0.0001,47829.1416355684,26803.5332483478 -1540,0.0001,47829.1416355684,26803.5332483478 -1541,0.0001,47829.1416355684,26803.5332483478 -1542,0.0001,47829.1416355684,26803.5332483478 -1543,0.0001,47829.1416355684,26803.5332483478 -1544,0.0001,47829.1416355684,26803.5332483478 -1545,0.0001,47829.1416355684,26803.5332483478 -1546,0.0001,47829.1416355684,26803.5332483478 -1547,0.0001,47829.1416355684,26803.5332483478 -1548,0.0001,47829.1416355684,26803.5332483478 -1549,0.0001,47829.1416355684,26803.5332483478 -1550,0.0001,47829.1416355684,26803.5332483478 -1551,0.0001,47829.1416355684,26803.5332483478 -1552,0.0001,47829.1416355684,26803.5332483478 -1553,0.0001,47829.1416355684,26803.5332483478 -1554,0.0001,47829.1416355684,26803.5332483478 -1555,0.0001,47829.1416355684,26803.5332483478 -1556,0.0001,47829.1416355684,26803.5332483478 -1557,0.0001,47829.1416355684,26803.5332483478 -1558,0.0001,47829.1416355684,26803.5332483478 -1559,0.0001,47829.1416355684,26803.5332483478 -1560,0.0001,47829.1416355684,26803.5332483478 -1561,0.0001,47829.1416355684,26803.5332483478 -1562,0.0001,47829.1416355684,26803.5332483478 -1563,0.0001,47829.1416355684,26803.5332483478 -1564,0.0001,47829.1416355684,26803.5332483478 -1565,0.0001,47829.1416355684,26803.5332483478 -1566,0.0001,47829.1416355684,26803.5332483478 -1567,0.0001,47829.1416355684,26803.5332483478 -1568,0.0001,47829.1416355684,26803.5332483478 -1569,0.0001,47829.1416355684,26803.5332483478 -1570,0.0001,47829.1416355684,26803.5332483478 -1571,0.0001,47829.1416355684,26803.5332483478 -1572,0.0001,47829.1416355684,26803.5332483478 -1573,0.0001,47829.1416355684,26803.5332483478 -1574,0.0001,47829.1416355684,26803.5332483478 -1575,0.0001,47829.1416355684,26803.5332483478 -1576,0.0001,47829.1416355684,26803.5332483478 -1577,0.0001,47829.1416355684,26803.5332483478 -1578,0.0001,47829.1416355684,26803.5332483478 -1579,0.0001,47829.1416355684,26803.5332483478 -1580,0.0001,47829.1416355684,26803.5332483478 -1581,0.0001,47829.1416355684,26803.5332483478 -1582,0.0001,47829.1416355684,26803.5332483478 -1583,0.0001,47829.1416355684,26803.5332483478 -1584,0.0001,47829.1416355684,26803.5332483478 -1585,0.0001,47829.1416355684,26803.5332483478 -1586,0.0001,47829.1416355684,26803.5332483478 -1587,0.0001,47829.1416355684,26803.5332483478 -1588,0.0001,47829.1416355684,26803.5332483478 -1589,0.0001,47829.1416355684,26803.5332483478 -1590,0.0001,47829.1416355684,26803.5332483478 -1591,0.0001,47829.1416355684,26803.5332483478 -1592,0.0001,47829.1416355684,26803.5332483478 -1593,0.0001,47829.1416355684,26803.5332483478 -1594,0.0001,47829.1416355684,26803.5332483478 -1595,0.0001,47829.1416355684,26803.5332483478 -1596,0.0001,47829.1416355684,26803.5332483478 -1597,0.0001,47829.1416355684,26803.5332483478 -1598,0.0001,47829.1416355684,26803.5332483478 -1599,0.0001,47829.1416355684,26803.5332483478 -1600,0.0001,47829.1416355684,26803.5332483478 -1601,0.0001,47829.1416355684,26803.5332483478 -1602,0.0001,47829.1416355684,26803.5332483478 -1603,0.0001,47829.1416355684,26803.5332483478 -1604,0.0001,47829.1416355684,26803.5332483478 -1605,0.0001,47829.1416355684,26803.5332483478 -1606,0.0001,47829.1416355684,26803.5332483478 -1607,0.0001,47829.1416355684,26803.5332483478 -1608,0.0001,47829.1416355684,26803.5332483478 -1609,0.0001,47829.1416355684,26803.5332483478 -1610,0.0001,47829.1416355684,26803.5332483478 -1611,0.0001,47829.1416355684,26803.5332483478 -1612,0.0001,47829.1416355684,26803.5332483478 -1613,0.0001,47829.1416355684,26803.5332483478 -1614,0.0001,47829.1416355684,26803.5332483478 -1615,0.0001,47829.1416355684,26803.5332483478 -1616,0.0001,47829.1416355684,26803.5332483478 -1617,0.0001,47829.1416355684,26803.5332483478 -1618,0.0001,47829.1416355684,26803.5332483478 -1619,0.0001,47829.1416355684,26803.5332483478 -1620,0.0001,47829.1416355684,26803.5332483478 -1621,0.0001,47829.1416355684,26803.5332483478 -1622,0.0001,47829.1416355684,26803.5332483478 -1623,0.0001,47829.1416355684,26803.5332483478 -1624,0.0001,47829.1416355684,26803.5332483478 -1625,0.0001,47829.1416355684,26803.5332483478 -1626,0.0001,47829.1416355684,26803.5332483478 -1627,0.0001,47829.1416355684,26803.5332483478 -1628,0.0001,47829.1416355684,26803.5332483478 -1629,0.0001,47829.1416355684,26803.5332483478 -1630,0.0001,47829.1416355684,26803.5332483478 -1631,0.0001,47829.1416355684,26803.5332483478 -1632,0.0001,47829.1416355684,26803.5332483478 -1633,0.0001,47829.1416355684,26803.5332483478 -1634,0.0001,47829.1416355684,26803.5332483478 -1635,0.0001,47829.1416355684,26803.5332483478 -1636,0.0001,47829.1416355684,26803.5332483478 -1637,0.0001,47829.1416355684,26803.5332483478 -1638,0.0001,47829.1416355684,26803.5332483478 -1639,0.0001,47829.1416355684,26803.5332483478 -1640,0.0001,47829.1416355684,26803.5332483478 -1641,0.0001,47829.1416355684,26803.5332483478 -1642,0.0001,47829.1416355684,26803.5332483478 -1643,0.0001,47829.1416355684,26803.5332483478 -1644,0.0001,47829.1416355684,26803.5332483478 -1645,0.0001,47829.1416355684,26803.5332483478 -1646,0.0001,47829.1416355684,26803.5332483478 -1647,0.0001,47829.1416355684,26803.5332483478 -1648,0.0001,47829.1416355684,26803.5332483478 -1649,0.0001,47829.1416355684,26803.5332483478 -1650,0.0001,47829.1416355684,26803.5332483478 -1651,0.0001,47829.1416355684,26803.5332483478 -1652,0.0001,47829.1416355684,26803.5332483478 -1653,0.0001,47829.1416355684,26803.5332483478 -1654,0.0001,47829.1416355684,26803.5332483478 -1655,0.0001,47829.1416355684,26803.5332483478 -1656,0.0001,47829.1416355684,26803.5332483478 -1657,0.0001,47829.1416355684,26803.5332483478 -1658,0.0001,47829.1416355684,26803.5332483478 -1659,0.0001,47829.1416355684,26803.5332483478 -1660,0.0001,47829.1416355684,26803.5332483478 -1661,0.0001,47829.1416355684,26803.5332483478 -1662,0.0001,47829.1416355684,26803.5332483478 -1663,0.0001,47829.1416355684,26803.5332483478 -1664,0.0001,47829.1416355684,26803.5332483478 -1665,0.0001,47829.1416355684,26803.5332483478 -1666,0.0001,47829.1416355684,26803.5332483478 -1667,0.0001,47829.1416355684,26803.5332483478 -1668,0.0001,47829.1416355684,26803.5332483478 -1669,0.0001,47829.1416355684,26803.5332483478 -1670,0.0001,47829.1416355684,26803.5332483478 -1671,0.0001,47829.1416355684,26803.5332483478 -1672,0.0001,47829.1416355684,26803.5332483478 -1673,0.0001,47829.1416355684,26803.5332483478 -1674,0.0001,47829.1416355684,26803.5332483478 -1675,0.0001,47829.1416355684,26803.5332483478 -1676,0.0001,47829.1416355684,26803.5332483478 -1677,0.0001,47829.1416355684,26803.5332483478 -1678,0.0001,47829.1416355684,26803.5332483478 -1679,0.0001,47829.1416355684,26803.5332483478 -1680,0.0001,47829.1416355684,26803.5332483478 -1681,0.0001,47829.1416355684,26803.5332483478 -1682,0.0001,47829.1416355684,26803.5332483478 -1683,0.0001,47829.1416355684,26803.5332483478 -1684,0.0001,47829.1416355684,26803.5332483478 -1685,0.0001,47829.1416355684,26803.5332483478 -1686,0.0001,47829.1416355684,26803.5332483478 -1687,0.0001,47829.1416355684,26803.5332483478 -1688,0.0001,47829.1416355684,26803.5332483478 -1689,0.0001,47829.1416355684,26803.5332483478 -1690,0.0001,47829.1416355684,26803.5332483478 -1691,0.0001,47829.1416355684,26803.5332483478 -1692,0.0001,47829.1416355684,26803.5332483478 -1693,0.0001,47829.1416355684,26803.5332483478 -1694,0.0001,47829.1416355684,26803.5332483478 -1695,0.0001,47829.1416355684,26803.5332483478 -1696,0.0001,47829.1416355684,26803.5332483478 -1697,0.0001,47829.1416355684,26803.5332483478 -1698,0.0001,47829.1416355684,26803.5332483478 -1699,0.0001,47829.1416355684,26803.5332483478 -1700,0.0001,47829.1416355684,26803.5332483478 -1701,0.0001,47829.1416355684,26803.5332483478 -1702,0.0001,47829.1416355684,26803.5332483478 -1703,0.0001,47829.1416355684,26803.5332483478 -1704,0.0001,47829.1416355684,26803.5332483478 -1705,0.0001,47829.1416355684,26803.5332483478 -1706,0.0001,47829.1416355684,26803.5332483478 -1707,0.0001,47829.1416355684,26803.5332483478 -1708,0.0001,47829.1416355684,26803.5332483478 -1709,0.0001,47829.1416355684,26803.5332483478 -1710,0.0001,47829.1416355684,26803.5332483478 -1711,0.0001,47829.1416355684,26803.5332483478 -1712,0.0001,47829.1416355684,26803.5332483478 -1713,0.0001,47829.1416355684,26803.5332483478 -1714,0.0001,47829.1416355684,26803.5332483478 -1715,0.0001,47829.1416355684,26803.5332483478 -1716,0.0001,47829.1416355684,26803.5332483478 -1717,0.0001,47829.1416355684,26803.5332483478 -1718,0.0001,47829.1416355684,26803.5332483478 -1719,0.0001,47829.1416355684,26803.5332483478 -1720,0.0001,47829.1416355684,26803.5332483478 -1721,0.0001,47829.1416355684,26803.5332483478 -1722,0.0001,47829.1416355684,26803.5332483478 -1723,0.0001,47829.1416355684,26803.5332483478 -1724,0.0001,47829.1416355684,26803.5332483478 -1725,0.0001,47829.1416355684,26803.5332483478 -1726,0.0001,47829.1416355684,26803.5332483478 -1727,0.0001,47829.1416355684,26803.5332483478 -1728,0.0001,47829.1416355684,26803.5332483478 -1729,0.0001,47829.1416355684,26803.5332483478 -1730,0.0001,47829.1416355684,26803.5332483478 -1731,0.0001,47829.1416355684,26803.5332483478 -1732,0.0001,47829.1416355684,26803.5332483478 -1733,0.0001,47829.1416355684,26803.5332483478 -1734,0.0001,47829.1416355684,26803.5332483478 -1735,0.0001,47829.1416355684,26803.5332483478 -1736,0.0001,47829.1416355684,26803.5332483478 -1737,0.0001,47829.1416355684,26803.5332483478 -1738,0.0001,47829.1416355684,26803.5332483478 -1739,0.0001,47829.1416355684,26803.5332483478 -1740,0.0001,47829.1416355684,26803.5332483478 -1741,0.0001,47829.1416355684,26803.5332483478 -1742,0.0001,47829.1416355684,26803.5332483478 -1743,0.0001,47829.1416355684,26803.5332483478 -1744,0.0001,47829.1416355684,26803.5332483478 -1745,0.0001,47829.1416355684,26803.5332483478 -1746,0.0001,47829.1416355684,26803.5332483478 -1747,0.0001,47829.1416355684,26803.5332483478 -1748,0.0001,47829.1416355684,26803.5332483478 -1749,0.0001,47829.1416355684,26803.5332483478 -1750,0.0001,47829.1416355684,26803.5332483478 -1751,0.0001,47829.1416355684,26803.5332483478 -1752,0.0001,47829.1416355684,26803.5332483478 -1753,0.0001,47829.1416355684,26803.5332483478 -1754,0.0001,47829.1416355684,26803.5332483478 -1755,0.0001,47829.1416355684,26803.5332483478 -1756,0.0001,47829.1416355684,26803.5332483478 -1757,0.0001,47829.1416355684,26803.5332483478 -1758,0.0001,47829.1416355684,26803.5332483478 -1759,0.0001,47829.1416355684,26803.5332483478 -1760,0.0001,47829.1416355684,26803.5332483478 -1761,0.0001,47829.1416355684,26803.5332483478 -1762,0.0001,47829.1416355684,26803.5332483478 -1763,0.0001,47829.1416355684,26803.5332483478 -1764,0.0001,47829.1416355684,26803.5332483478 -1765,0.0001,47829.1416355684,26803.5332483478 -1766,0.0001,47829.1416355684,26803.5332483478 -1767,0.0001,47829.1416355684,26803.5332483478 -1768,0.0001,47829.1416355684,26803.5332483478 -1769,0.0001,47829.1416355684,26803.5332483478 -1770,0.0001,47829.1416355684,26803.5332483478 -1771,0.0001,47829.1416355684,26803.5332483478 -1772,0.0001,47829.1416355684,26803.5332483478 -1773,0.0001,47829.1416355684,26803.5332483478 -1774,0.0001,47829.1416355684,26803.5332483478 -1775,0.0001,47829.1416355684,26803.5332483478 -1776,0.0001,47829.1416355684,26803.5332483478 -1777,0.0001,47829.1416355684,26803.5332483478 -1778,0.0001,47829.1416355684,26803.5332483478 -1779,0.0001,47829.1416355684,26803.5332483478 -1780,0.0001,47829.1416355684,26803.5332483478 -1781,0.0001,47829.1416355684,26803.5332483478 -1782,0.0001,47829.1416355684,26803.5332483478 -1783,0.0001,47829.1416355684,26803.5332483478 -1784,0.0001,47829.1416355684,26803.5332483478 -1785,0.0001,47829.1416355684,26803.5332483478 -1786,0.0001,47829.1416355684,26803.5332483478 -1787,0.0001,47829.1416355684,26803.5332483478 -1788,0.0001,47829.1416355684,26803.5332483478 -1789,0.0001,47829.1416355684,26803.5332483478 -1790,0.0001,47829.1416355684,26803.5332483478 -1791,0.0001,47829.1416355684,26803.5332483478 -1792,0.0001,47829.1416355684,26803.5332483478 -1793,0.0001,47829.1416355684,26803.5332483478 -1794,0.0001,47829.1416355684,26803.5332483478 -1795,0.0001,47829.1416355684,26803.5332483478 -1796,0.0001,47829.1416355684,26803.5332483478 -1797,0.0001,47829.1416355684,26803.5332483478 -1798,0.0001,47829.1416355684,26803.5332483478 -1799,0.0001,47829.1416355684,26803.5332483478 -1800,0.0001,47829.1416355684,26803.5332483478 -1801,0.0001,47829.1416355684,26803.5332483478 -1802,0.0001,47829.1416355684,26803.5332483478 -1803,0.0001,47829.1416355684,26803.5332483478 -1804,0.0001,47829.1416355684,26803.5332483478 -1805,0.0001,47829.1416355684,26803.5332483478 -1806,0.0001,47829.1416355684,26803.5332483478 -1807,0.0001,47829.1416355684,26803.5332483478 -1808,0.0001,47829.1416355684,26803.5332483478 -1809,0.0001,47829.1416355684,26803.5332483478 -1810,0.0001,47829.1416355684,26803.5332483478 -1811,0.0001,47829.1416355684,26803.5332483478 -1812,0.0001,47829.1416355684,26803.5332483478 -1813,0.0001,47829.1416355684,26803.5332483478 -1814,0.0001,47829.1416355684,26803.5332483478 -1815,0.0001,47829.1416355684,26803.5332483478 -1816,0.0001,47829.1416355684,26803.5332483478 -1817,0.0001,47829.1416355684,26803.5332483478 -1818,0.0001,47829.1416355684,26803.5332483478 -1819,0.0001,47829.1416355684,26803.5332483478 -1820,0.0001,47829.1416355684,26803.5332483478 -1821,0.0001,47829.1416355684,26803.5332483478 -1822,0.0001,47829.1416355684,26803.5332483478 -1823,0.0001,47829.1416355684,26803.5332483478 -1824,0.0001,47829.1416355684,26803.5332483478 -1825,0.0001,47829.1416355684,26803.5332483478 -1826,0.0001,47829.1416355684,26803.5332483478 -1827,0.0001,47829.1416355684,26803.5332483478 -1828,0.0001,47829.1416355684,26803.5332483478 -1829,0.0001,47829.1416355684,26803.5332483478 -1830,0.0001,47829.1416355684,26803.5332483478 -1831,0.0001,47829.1416355684,26803.5332483478 -1832,0.0001,47829.1416355684,26803.5332483478 -1833,0.0001,47829.1416355684,26803.5332483478 -1834,0.0001,47829.1416355684,26803.5332483478 -1835,0.0001,47829.1416355684,26803.5332483478 -1836,0.0001,47829.1416355684,26803.5332483478 -1837,0.0001,47829.1416355684,26803.5332483478 -1838,0.0001,47829.1416355684,26803.5332483478 -1839,0.0001,47829.1416355684,26803.5332483478 -1840,0.0001,47829.1416355684,26803.5332483478 -1841,0.0001,47829.1416355684,26803.5332483478 -1842,0.0001,47829.1416355684,26803.5332483478 -1843,0.0001,47829.1416355684,26803.5332483478 -1844,0.0001,47829.1416355684,26803.5332483478 -1845,0.0001,47829.1416355684,26803.5332483478 -1846,0.0001,47829.1416355684,26803.5332483478 -1847,0.0001,47829.1416355684,26803.5332483478 -1848,0.0001,47829.1416355684,26803.5332483478 -1849,0.0001,47829.1416355684,26803.5332483478 -1850,0.0001,47829.1416355684,26803.5332483478 -1851,0.0001,47829.1416355684,26803.5332483478 -1852,0.0001,47829.1416355684,26803.5332483478 -1853,0.0001,47829.1416355684,26803.5332483478 -1854,0.0001,47829.1416355684,26803.5332483478 -1855,0.0001,47829.1416355684,26803.5332483478 -1856,0.0001,47829.1416355684,26803.5332483478 -1857,0.0001,47829.1416355684,26803.5332483478 -1858,0.0001,47829.1416355684,26803.5332483478 -1859,0.0001,47829.1416355684,26803.5332483478 -1860,0.0001,47829.1416355684,26803.5332483478 -1861,0.0001,47829.1416355684,26803.5332483478 -1862,0.0001,47829.1416355684,26803.5332483478 -1863,0.0001,47829.1416355684,26803.5332483478 -1864,0.0001,47829.1416355684,26803.5332483478 -1865,0.0001,47829.1416355684,26803.5332483478 -1866,0.0001,47829.1416355684,26803.5332483478 -1867,0.0001,47829.1416355684,26803.5332483478 -1868,0.0001,47829.1416355684,26803.5332483478 -1869,0.0001,47829.1416355684,26803.5332483478 -1870,0.0001,47829.1416355684,26803.5332483478 -1871,0.0001,47829.1416355684,26803.5332483478 -1872,0.0001,47829.1416355684,26803.5332483478 -1873,0.0001,47829.1416355684,26803.5332483478 -1874,0.0001,47829.1416355684,26803.5332483478 -1875,0.0001,47829.1416355684,26803.5332483478 -1876,0.0001,47829.1416355684,26803.5332483478 -1877,0.0001,47829.1416355684,26803.5332483478 -1878,0.0001,47829.1416355684,26803.5332483478 -1879,0.0001,47829.1416355684,26803.5332483478 -1880,0.0001,47829.1416355684,26803.5332483478 -1881,0.0001,47829.1416355684,26803.5332483478 -1882,0.0001,47829.1416355684,26803.5332483478 -1883,0.0001,47829.1416355684,26803.5332483478 -1884,0.0001,47829.1416355684,26803.5332483478 -1885,0.0001,47829.1416355684,26803.5332483478 -1886,0.0001,47829.1416355684,26803.5332483478 -1887,0.0001,47829.1416355684,26803.5332483478 -1888,0.0001,47829.1416355684,26803.5332483478 -1889,0.0001,47829.1416355684,26803.5332483478 -1890,0.0001,47829.1416355684,26803.5332483478 -1891,0.0001,47829.1416355684,26803.5332483478 -1892,0.0001,47829.1416355684,26803.5332483478 -1893,0.0001,47829.1416355684,26803.5332483478 -1894,0.0001,47829.1416355684,26803.5332483478 -1895,0.0001,47829.1416355684,26803.5332483478 -1896,0.0001,47829.1416355684,26803.5332483478 -1897,0.0001,47829.1416355684,26803.5332483478 -1898,0.0001,47829.1416355684,26803.5332483478 -1899,0.0001,47829.1416355684,26803.5332483478 -1900,0.0001,47829.1416355684,26803.5332483478 -1901,0.0001,47829.1416355684,26803.5332483478 -1902,0.0001,47829.1416355684,26803.5332483478 -1903,0.0001,47829.1416355684,26803.5332483478 -1904,0.0001,47829.1416355684,26803.5332483478 -1905,0.0001,47829.1416355684,26803.5332483478 -1906,0.0001,47829.1416355684,26803.5332483478 -1907,0.0001,47829.1416355684,26803.5332483478 -1908,0.0001,47829.1416355684,26803.5332483478 -1909,0.0001,47829.1416355684,26803.5332483478 -1910,0.0001,47829.1416355684,26803.5332483478 -1911,0.0001,47829.1416355684,26803.5332483478 -1912,0.0001,47829.1416355684,26803.5332483478 -1913,0.0001,47829.1416355684,26803.5332483478 -1914,0.0001,47829.1416355684,26803.5332483478 -1915,0.0001,47829.1416355684,26803.5332483478 -1916,0.0001,47829.1416355684,26803.5332483478 -1917,0.0001,47829.1416355684,26803.5332483478 -1918,0.0001,47829.1416355684,26803.5332483478 -1919,0.0001,47829.1416355684,26803.5332483478 -1920,0.0001,47829.1416355684,26803.5332483478 -1921,0.0001,47829.1416355684,26803.5332483478 -1922,0.0001,47829.1416355684,26803.5332483478 -1923,0.0001,47829.1416355684,26803.5332483478 -1924,0.0001,47829.1416355684,26803.5332483478 -1925,0.0001,47829.1416355684,26803.5332483478 -1926,0.0001,47829.1416355684,26803.5332483478 -1927,0.0001,47829.1416355684,26803.5332483478 -1928,0.0001,47829.1416355684,26803.5332483478 -1929,0.0001,47829.1416355684,26803.5332483478 -1930,0.0001,47829.1416355684,26803.5332483478 -1931,0.0001,47829.1416355684,26803.5332483478 -1932,0.0001,47829.1416355684,26803.5332483478 -1933,0.0001,47829.1416355684,26803.5332483478 -1934,0.0001,47829.1416355684,26803.5332483478 -1935,0.0001,47829.1416355684,26803.5332483478 -1936,0.0001,47829.1416355684,26803.5332483478 -1937,0.0001,47829.1416355684,26803.5332483478 -1938,0.0001,47829.1416355684,26803.5332483478 -1939,0.0001,47829.1416355684,26803.5332483478 -1940,0.0001,47829.1416355684,26803.5332483478 -1941,0.0001,47829.1416355684,26803.5332483478 -1942,0.0001,47829.1416355684,26803.5332483478 -1943,0.0001,47829.1416355684,26803.5332483478 -1944,0.0001,47829.1416355684,26803.5332483478 -1945,0.0001,47829.1416355684,26803.5332483478 -1946,0.0001,47829.1416355684,26803.5332483478 -1947,0.0001,47829.1416355684,26803.5332483478 -1948,0.0001,47829.1416355684,26803.5332483478 -1949,0.0001,47829.1416355684,26803.5332483478 -1950,0.0001,47829.1416355684,26803.5332483478 -1951,0.0001,47829.1416355684,26803.5332483478 -1952,0.0001,47829.1416355684,26803.5332483478 -1953,0.0001,47829.1416355684,26803.5332483478 -1954,0.0001,47829.1416355684,26803.5332483478 -1955,0.0001,47829.1416355684,26803.5332483478 -1956,0.0001,47829.1416355684,26803.5332483478 -1957,0.0001,47829.1416355684,26803.5332483478 -1958,0.0001,47829.1416355684,26803.5332483478 -1959,0.0001,47829.1416355684,26803.5332483478 -1960,0.0001,47829.1416355684,26803.5332483478 -1961,0.0001,47829.1416355684,26803.5332483478 -1962,0.0001,47829.1416355684,26803.5332483478 -1963,0.0001,47829.1416355684,26803.5332483478 -1964,0.0001,47829.1416355684,26803.5332483478 -1965,0.0001,47829.1416355684,26803.5332483478 -1966,0.0001,47829.1416355684,26803.5332483478 -1967,0.0001,47829.1416355684,26803.5332483478 -1968,0.0001,47829.1416355684,26803.5332483478 -1969,0.0001,47829.1416355684,26803.5332483478 -1970,0.0001,47829.1416355684,26803.5332483478 -1971,0.0001,47829.1416355684,26803.5332483478 -1972,0.0001,47829.1416355684,26803.5332483478 -1973,0.0001,47829.1416355684,26803.5332483478 -1974,0.0001,47829.1416355684,26803.5332483478 -1975,0.0001,47829.1416355684,26803.5332483478 -1976,0.0001,47829.1416355684,26803.5332483478 -1977,0.0001,47829.1416355684,26803.5332483478 -1978,0.0001,47829.1416355684,26803.5332483478 -1979,0.0001,47829.1416355684,26803.5332483478 -1980,0.0001,47829.1416355684,26803.5332483478 -1981,0.0001,47829.1416355684,26803.5332483478 -1982,0.0001,47829.1416355684,26803.5332483478 -1983,0.0001,47829.1416355684,26803.5332483478 -1984,0.0001,47829.1416355684,26803.5332483478 -1985,0.0001,47829.1416355684,26803.5332483478 -1986,0.0001,47829.1416355684,26803.5332483478 -1987,0.0001,47829.1416355684,26803.5332483478 -1988,0.0001,47829.1416355684,26803.5332483478 -1989,0.0001,47829.1416355684,26803.5332483478 -1990,0.0001,47829.1416355684,26803.5332483478 -1991,0.0001,47829.1416355684,26803.5332483478 -1992,0.0001,47829.1416355684,26803.5332483478 -1993,0.0001,47829.1416355684,26803.5332483478 -1994,0.0001,47829.1416355684,26803.5332483478 -1995,0.0001,47829.1416355684,26803.5332483478 -1996,0.0001,47829.1416355684,26803.5332483478 -1997,0.0001,47829.1416355684,26803.5332483478 -1998,0.0001,47829.1416355684,26803.5332483478 -1999,0.0001,47829.1416355684,26803.5332483478 -2000,0.0001,47829.1416355684,26803.5332483478 -2001,0.0001,47829.1416355684,26803.5332483478 -2002,0.0001,47829.1416355684,26803.5332483478 -2003,0.0001,47829.1416355684,26803.5332483478 -2004,0.0001,47829.1416355684,26803.5332483478 -2005,0.0001,47829.1416355684,26803.5332483478 -2006,0.0001,47829.1416355684,26803.5332483478 -2007,0.0001,47829.1416355684,26803.5332483478 -2008,0.0001,47829.1416355684,26803.5332483478 -2009,0.0001,47829.1416355684,26803.5332483478 -2010,0.0001,47829.1416355684,26803.5332483478 -2011,0.0001,47829.1416355684,26803.5332483478 -2012,0.0001,47829.1416355684,26803.5332483478 -2013,0.0001,47829.1416355684,26803.5332483478 -2014,0.0001,47829.1416355684,26803.5332483478 -2015,0.0001,47829.1416355684,26803.5332483478 -2016,0.0001,47829.1416355684,26803.5332483478 -2017,0.0001,47829.1416355684,26803.5332483478 -2018,0.0001,47829.1416355684,26803.5332483478 -2019,0.0001,47829.1416355684,26803.5332483478 -2020,0.0001,47829.1416355684,26803.5332483478 -2021,0.0001,47829.1416355684,26803.5332483478 -2022,0.0001,47829.1416355684,26803.5332483478 -2023,0.0001,47829.1416355684,26803.5332483478 -2024,0.0001,47829.1416355684,26803.5332483478 -2025,0.0001,47829.1416355684,26803.5332483478 -2026,0.0001,47829.1416355684,26803.5332483478 -2027,0.0001,47829.1416355684,26803.5332483478 -2028,0.0001,47829.1416355684,26803.5332483478 -2029,0.0001,47829.1416355684,26803.5332483478 -2030,0.0001,47829.1416355684,26803.5332483478 -2031,0.0001,47829.1416355684,26803.5332483478 -2032,0.0001,47829.1416355684,26803.5332483478 -2033,0.0001,47829.1416355684,26803.5332483478 -2034,0.0001,47829.1416355684,26803.5332483478 -2035,0.0001,47829.1416355684,26803.5332483478 -2036,0.0001,47829.1416355684,26803.5332483478 -2037,0.0001,47829.1416355684,26803.5332483478 -2038,0.0001,47829.1416355684,26803.5332483478 -2039,0.0001,47829.1416355684,26803.5332483478 -2040,0.0001,47829.1416355684,26803.5332483478 -2041,0.0001,47829.1416355684,26803.5332483478 -2042,0.0001,47829.1416355684,26803.5332483478 -2043,0.0001,47829.1416355684,26803.5332483478 -2044,0.0001,47829.1416355684,26803.5332483478 -2045,0.0001,47829.1416355684,26803.5332483478 -2046,0.0001,47829.1416355684,26803.5332483478 -2047,0.0001,47829.1416355684,26803.5332483478 -2048,0.0001,47829.1416355684,26803.5332483478 -2049,0.0001,47829.1416355684,26803.5332483478 -2050,0.0001,47829.1416355684,26803.5332483478 -2051,0.0001,47829.1416355684,26803.5332483478 -2052,0.0001,47829.1416355684,26803.5332483478 -2053,0.0001,47829.1416355684,26803.5332483478 -2054,0.0001,47829.1416355684,26803.5332483478 -2055,0.0001,47829.1416355684,26803.5332483478 -2056,0.0001,47829.1416355684,26803.5332483478 -2057,0.0001,47829.1416355684,26803.5332483478 -2058,0.0001,47829.1416355684,26803.5332483478 -2059,0.0001,47829.1416355684,26803.5332483478 -2060,0.0001,47829.1416355684,26803.5332483478 -2061,0.0001,47829.1416355684,26803.5332483478 -2062,0.0001,47829.1416355684,26803.5332483478 -2063,0.0001,47829.1416355684,26803.5332483478 -2064,0.0001,47829.1416355684,26803.5332483478 -2065,0.0001,47829.1416355684,26803.5332483478 -2066,0.0001,47829.1416355684,26803.5332483478 -2067,0.0001,47829.1416355684,26803.5332483478 -2068,0.0001,47829.1416355684,26803.5332483478 -2069,0.0001,47829.1416355684,26803.5332483478 -2070,0.0001,47829.1416355684,26803.5332483478 -2071,0.0001,47829.1416355684,26803.5332483478 -2072,0.0001,47829.1416355684,26803.5332483478 -2073,0.0001,47829.1416355684,26803.5332483478 -2074,0.0001,47829.1416355684,26803.5332483478 -2075,0.0001,47829.1416355684,26803.5332483478 -2076,0.0001,47829.1416355684,26803.5332483478 -2077,0.0001,47829.1416355684,26803.5332483478 -2078,0.0001,47829.1416355684,26803.5332483478 -2079,0.0001,47829.1416355684,26803.5332483478 -2080,0.0001,47829.1416355684,26803.5332483478 -2081,0.0001,47829.1416355684,26803.5332483478 -2082,0.0001,47829.1416355684,26803.5332483478 -2083,0.0001,47829.1416355684,26803.5332483478 -2084,0.0001,47829.1416355684,26803.5332483478 -2085,0.0001,47829.1416355684,26803.5332483478 -2086,0.0001,47829.1416355684,26803.5332483478 -2087,0.0001,47829.1416355684,26803.5332483478 -2088,0.0001,47829.1416355684,26803.5332483478 -2089,0.0001,47829.1416355684,26803.5332483478 -2090,0.0001,47829.1416355684,26803.5332483478 -2091,0.0001,47829.1416355684,26803.5332483478 -2092,0.0001,47829.1416355684,26803.5332483478 -2093,0.0001,47829.1416355684,26803.5332483478 -2094,0.0001,47829.1416355684,26803.5332483478 -2095,0.0001,47829.1416355684,26803.5332483478 -2096,0.0001,47829.1416355684,26803.5332483478 -2097,0.0001,47829.1416355684,26803.5332483478 -2098,0.0001,47829.1416355684,26803.5332483478 -2099,0.0001,47829.1416355684,26803.5332483478 -2100,0.0001,47829.1416355684,26803.5332483478 -2101,0.0001,47829.1416355684,26803.5332483478 -2102,0.0001,47829.1416355684,26803.5332483478 -2103,0.0001,47829.1416355684,26803.5332483478 -2104,0.0001,47829.1416355684,26803.5332483478 -2105,0.0001,47829.1416355684,26803.5332483478 -2106,0.0001,47829.1416355684,26803.5332483478 -2107,0.0001,47829.1416355684,26803.5332483478 -2108,0.0001,47829.1416355684,26803.5332483478 -2109,0.0001,47829.1416355684,26803.5332483478 -2110,0.0001,47829.1416355684,26803.5332483478 -2111,0.0001,47829.1416355684,26803.5332483478 -2112,0.0001,47829.1416355684,26803.5332483478 -2113,0.0001,47829.1416355684,26803.5332483478 -2114,0.0001,47829.1416355684,26803.5332483478 -2115,0.0001,47829.1416355684,26803.5332483478 -2116,0.0001,47829.1416355684,26803.5332483478 -2117,0.0001,47829.1416355684,26803.5332483478 -2118,0.0001,47829.1416355684,26803.5332483478 -2119,0.0001,47829.1416355684,26803.5332483478 -2120,0.0001,47829.1416355684,26803.5332483478 -2121,0.0001,47829.1416355684,26803.5332483478 -2122,0.0001,47829.1416355684,26803.5332483478 -2123,0.0001,47829.1416355684,26803.5332483478 -2124,0.0001,47829.1416355684,26803.5332483478 -2125,0.0001,47829.1416355684,26803.5332483478 -2126,0.0001,47829.1416355684,26803.5332483478 -2127,0.0001,47829.1416355684,26803.5332483478 -2128,0.0001,47829.1416355684,26803.5332483478 -2129,0.0001,47829.1416355684,26803.5332483478 -2130,0.0001,47829.1416355684,26803.5332483478 -2131,0.0001,47829.1416355684,26803.5332483478 -2132,0.0001,47829.1416355684,26803.5332483478 -2133,0.0001,47829.1416355684,26803.5332483478 -2134,0.0001,47829.1416355684,26803.5332483478 -2135,0.0001,47829.1416355684,26803.5332483478 -2136,0.0001,47829.1416355684,26803.5332483478 -2137,0.0001,47829.1416355684,26803.5332483478 -2138,0.0001,47829.1416355684,26803.5332483478 -2139,0.0001,47829.1416355684,26803.5332483478 -2140,0.0001,47829.1416355684,26803.5332483478 -2141,0.0001,47829.1416355684,26803.5332483478 -2142,0.0001,47829.1416355684,26803.5332483478 -2143,0.0001,47829.1416355684,26803.5332483478 -2144,0.0001,47829.1416355684,26803.5332483478 -2145,0.0001,47829.1416355684,26803.5332483478 -2146,0.0001,47829.1416355684,26803.5332483478 -2147,0.0001,47829.1416355684,26803.5332483478 -2148,0.0001,47829.1416355684,26803.5332483478 -2149,0.0001,47829.1416355684,26803.5332483478 -2150,0.0001,47829.1416355684,26803.5332483478 -2151,0.0001,47829.1416355684,26803.5332483478 -2152,0.0001,47829.1416355684,26803.5332483478 -2153,0.0001,47829.1416355684,26803.5332483478 -2154,0.0001,47829.1416355684,26803.5332483478 -2155,0.0001,47829.1416355684,26803.5332483478 -2156,0.0001,47829.1416355684,26803.5332483478 -2157,0.0001,47829.1416355684,26803.5332483478 -2158,0.0001,47829.1416355684,26803.5332483478 -2159,0.0001,47829.1416355684,26803.5332483478 -2160,0.0001,47829.1416355684,26803.5332483478 -2161,0.0001,47829.1416355684,26803.5332483478 -2162,0.0001,47829.1416355684,26803.5332483478 -2163,0.0001,47829.1416355684,26803.5332483478 -2164,0.0001,47829.1416355684,26803.5332483478 -2165,0.0001,47829.1416355684,26803.5332483478 -2166,0.0001,47829.1416355684,26803.5332483478 -2167,0.0001,47829.1416355684,26803.5332483478 -2168,0.0001,47829.1416355684,26803.5332483478 -2169,0.0001,47829.1416355684,26803.5332483478 -2170,0.0001,47829.1416355684,26803.5332483478 -2171,0.0001,47829.1416355684,26803.5332483478 -2172,0.0001,47829.1416355684,26803.5332483478 -2173,0.0001,47829.1416355684,26803.5332483478 -2174,0.0001,47829.1416355684,26803.5332483478 -2175,0.0001,47829.1416355684,26803.5332483478 -2176,0.0001,47829.1416355684,26803.5332483478 -2177,0.0001,47829.1416355684,26803.5332483478 -2178,0.0001,47829.1416355684,26803.5332483478 -2179,0.0001,47829.1416355684,26803.5332483478 -2180,0.0001,47829.1416355684,26803.5332483478 -2181,0.0001,47829.1416355684,26803.5332483478 -2182,0.0001,47829.1416355684,26803.5332483478 -2183,0.0001,47829.1416355684,26803.5332483478 -2184,0.0001,47829.1416355684,26803.5332483478 -2185,0.0001,47829.1416355684,26803.5332483478 -2186,0.0001,47829.1416355684,26803.5332483478 -2187,0.0001,47829.1416355684,26803.5332483478 -2188,0.0001,47829.1416355684,26803.5332483478 -2189,0.0001,47829.1416355684,26803.5332483478 -2190,0.0001,47829.1416355684,26803.5332483478 -2191,0.0001,47829.1416355684,26803.5332483478 -2192,0.0001,47829.1416355684,26803.5332483478 -2193,0.0001,47829.1416355684,26803.5332483478 -2194,0.0001,47829.1416355684,26803.5332483478 -2195,0.0001,47829.1416355684,26803.5332483478 -2196,0.0001,47829.1416355684,26803.5332483478 -2197,0.0001,47829.1416355684,26803.5332483478 -2198,0.0001,47829.1416355684,26803.5332483478 -2199,0.0001,47829.1416355684,26803.5332483478 -2200,0.0001,47829.1416355684,26803.5332483478 -2201,0.0001,47829.1416355684,26803.5332483478 -2202,0.0001,47829.1416355684,26803.5332483478 -2203,0.0001,47829.1416355684,26803.5332483478 -2204,0.0001,47829.1416355684,26803.5332483478 -2205,0.0001,47829.1416355684,26803.5332483478 -2206,0.0001,47829.1416355684,26803.5332483478 -2207,0.0001,47829.1416355684,26803.5332483478 -2208,0.0001,47829.1416355684,26803.5332483478 -2209,0.0001,47829.1416355684,26803.5332483478 -2210,0.0001,47829.1416355684,26803.5332483478 -2211,0.0001,47829.1416355684,26803.5332483478 -2212,0.0001,47829.1416355684,26803.5332483478 -2213,0.0001,47829.1416355684,26803.5332483478 -2214,0.0001,47829.1416355684,26803.5332483478 -2215,0.0001,47829.1416355684,26803.5332483478 -2216,0.0001,47829.1416355684,26803.5332483478 -2217,0.0001,47829.1416355684,26803.5332483478 -2218,0.0001,47829.1416355684,26803.5332483478 -2219,0.0001,47829.1416355684,26803.5332483478 -2220,0.0001,47829.1416355684,26803.5332483478 -2221,0.0001,47829.1416355684,26803.5332483478 -2222,0.0001,47829.1416355684,26803.5332483478 -2223,0.0001,47829.1416355684,26803.5332483478 -2224,0.0001,47829.1416355684,26803.5332483478 -2225,0.0001,47829.1416355684,26803.5332483478 -2226,0.0001,47829.1416355684,26803.5332483478 -2227,0.0001,47829.1416355684,26803.5332483478 -2228,0.0001,47829.1416355684,26803.5332483478 -2229,0.0001,47829.1416355684,26803.5332483478 -2230,0.0001,47829.1416355684,26803.5332483478 -2231,0.0001,47829.1416355684,26803.5332483478 -2232,0.0001,47829.1416355684,26803.5332483478 -2233,0.0001,47829.1416355684,26803.5332483478 -2234,0.0001,47829.1416355684,26803.5332483478 -2235,0.0001,47829.1416355684,26803.5332483478 -2236,0.0001,47829.1416355684,26803.5332483478 -2237,0.0001,47829.1416355684,26803.5332483478 -2238,0.0001,47829.1416355684,26803.5332483478 -2239,0.0001,47829.1416355684,26803.5332483478 -2240,0.0001,47829.1416355684,26803.5332483478 -2241,0.0001,47829.1416355684,26803.5332483478 -2242,0.0001,47829.1416355684,26803.5332483478 -2243,0.0001,47829.1416355684,26803.5332483478 -2244,0.0001,47829.1416355684,26803.5332483478 -2245,0.0001,47829.1416355684,26803.5332483478 -2246,0.0001,47829.1416355684,26803.5332483478 -2247,0.0001,47829.1416355684,26803.5332483478 -2248,0.0001,47829.1416355684,26803.5332483478 -2249,0.0001,47829.1416355684,26803.5332483478 -2250,0.0001,47829.1416355684,26803.5332483478 -2251,0.0001,47829.1416355684,26803.5332483478 -2252,0.0001,47829.1416355684,26803.5332483478 -2253,0.0001,47829.1416355684,26803.5332483478 -2254,0.0001,47829.1416355684,26803.5332483478 -2255,0.0001,47829.1416355684,26803.5332483478 -2256,0.0001,47829.1416355684,26803.5332483478 -2257,0.0001,47829.1416355684,26803.5332483478 -2258,0.0001,47829.1416355684,26803.5332483478 -2259,0.0001,47829.1416355684,26803.5332483478 -2260,0.0001,47829.1416355684,26803.5332483478 -2261,0.0001,47829.1416355684,26803.5332483478 -2262,0.0001,47829.1416355684,26803.5332483478 -2263,0.0001,47829.1416355684,26803.5332483478 -2264,0.0001,47829.1416355684,26803.5332483478 -2265,0.0001,47829.1416355684,26803.5332483478 -2266,0.0001,47829.1416355684,26803.5332483478 -2267,0.0001,47829.1416355684,26803.5332483478 -2268,0.0001,47829.1416355684,26803.5332483478 -2269,0.0001,47829.1416355684,26803.5332483478 -2270,0.0001,47829.1416355684,26803.5332483478 -2271,0.0001,47829.1416355684,26803.5332483478 -2272,0.0001,47829.1416355684,26803.5332483478 -2273,0.0001,47829.1416355684,26803.5332483478 -2274,0.0001,47829.1416355684,26803.5332483478 -2275,0.0001,47829.1416355684,26803.5332483478 -2276,0.0001,47829.1416355684,26803.5332483478 -2277,0.0001,47829.1416355684,26803.5332483478 -2278,0.0001,47829.1416355684,26803.5332483478 -2279,0.0001,47829.1416355684,26803.5332483478 -2280,0.0001,47829.1416355684,26803.5332483478 -2281,0.0001,47829.1416355684,26803.5332483478 -2282,0.0001,47829.1416355684,26803.5332483478 -2283,0.0001,47829.1416355684,26803.5332483478 -2284,0.0001,47829.1416355684,26803.5332483478 -2285,0.0001,47829.1416355684,26803.5332483478 -2286,0.0001,47829.1416355684,26803.5332483478 -2287,0.0001,47829.1416355684,26803.5332483478 -2288,0.0001,47829.1416355684,26803.5332483478 -2289,0.0001,47829.1416355684,26803.5332483478 -2290,0.0001,47829.1416355684,26803.5332483478 -2291,0.0001,47829.1416355684,26803.5332483478 -2292,0.0001,47829.1416355684,26803.5332483478 -2293,0.0001,47829.1416355684,26803.5332483478 -2294,0.0001,47829.1416355684,26803.5332483478 -2295,0.0001,47829.1416355684,26803.5332483478 -2296,0.0001,47829.1416355684,26803.5332483478 -2297,0.0001,47829.1416355684,26803.5332483478 -2298,0.0001,47829.1416355684,26803.5332483478 -2299,0.0001,47829.1416355684,26803.5332483478 -2300,0.0001,47829.1416355684,26803.5332483478 -2301,0.0001,47829.1416355684,26803.5332483478 -2302,0.0001,47829.1416355684,26803.5332483478 -2303,0.0001,47829.1416355684,26803.5332483478 -2304,0.0001,47829.1416355684,26803.5332483478 -2305,0.0001,47829.1416355684,26803.5332483478 -2306,0.0001,47829.1416355684,26803.5332483478 -2307,0.0001,47829.1416355684,26803.5332483478 -2308,0.0001,47829.1416355684,26803.5332483478 -2309,0.0001,47829.1416355684,26803.5332483478 -2310,0.0001,47829.1416355684,26803.5332483478 -2311,0.0001,47829.1416355684,26803.5332483478 -2312,0.0001,47829.1416355684,26803.5332483478 -2313,0.0001,47829.1416355684,26803.5332483478 -2314,0.0001,47829.1416355684,26803.5332483478 -2315,0.0001,47829.1416355684,26803.5332483478 -2316,0.0001,47829.1416355684,26803.5332483478 -2317,0.0001,47829.1416355684,26803.5332483478 -2318,0.0001,47829.1416355684,26803.5332483478 -2319,0.0001,47829.1416355684,26803.5332483478 -2320,0.0001,47829.1416355684,26803.5332483478 -2321,0.0001,47829.1416355684,26803.5332483478 -2322,0.0001,47829.1416355684,26803.5332483478 -2323,0.0001,47829.1416355684,26803.5332483478 -2324,0.0001,47829.1416355684,26803.5332483478 -2325,0.0001,47829.1416355684,26803.5332483478 -2326,0.0001,47829.1416355684,26803.5332483478 -2327,0.0001,47829.1416355684,26803.5332483478 -2328,0.0001,47829.1416355684,26803.5332483478 -2329,0.0001,47829.1416355684,26803.5332483478 -2330,0.0001,47829.1416355684,26803.5332483478 -2331,0.0001,47829.1416355684,26803.5332483478 -2332,0.0001,47829.1416355684,26803.5332483478 -2333,0.0001,47829.1416355684,26803.5332483478 -2334,0.0001,47829.1416355684,26803.5332483478 -2335,0.0001,47829.1416355684,26803.5332483478 -2336,0.0001,47829.1416355684,26803.5332483478 -2337,0.0001,47829.1416355684,26803.5332483478 -2338,0.0001,47829.1416355684,26803.5332483478 -2339,0.0001,47829.1416355684,26803.5332483478 -2340,0.0001,47829.1416355684,26803.5332483478 -2341,0.0001,47829.1416355684,26803.5332483478 -2342,0.0001,47829.1416355684,26803.5332483478 -2343,0.0001,47829.1416355684,26803.5332483478 -2344,0.0001,47829.1416355684,26803.5332483478 -2345,0.0001,47829.1416355684,26803.5332483478 -2346,0.0001,47829.1416355684,26803.5332483478 -2347,0.0001,47829.1416355684,26803.5332483478 -2348,0.0001,47829.1416355684,26803.5332483478 -2349,0.0001,47829.1416355684,26803.5332483478 -2350,0.0001,47829.1416355684,26803.5332483478 -2351,0.0001,47829.1416355684,26803.5332483478 -2352,0.0001,47829.1416355684,26803.5332483478 -2353,0.0001,47829.1416355684,26803.5332483478 -2354,0.0001,47829.1416355684,26803.5332483478 -2355,0.0001,47829.1416355684,26803.5332483478 -2356,0.0001,47829.1416355684,26803.5332483478 -2357,0.0001,47829.1416355684,26803.5332483478 -2358,0.0001,47829.1416355684,26803.5332483478 -2359,0.0001,47829.1416355684,26803.5332483478 -2360,0.0001,47829.1416355684,26803.5332483478 -2361,0.0001,47829.1416355684,26803.5332483478 -2362,0.0001,47829.1416355684,26803.5332483478 -2363,0.0001,47829.1416355684,26803.5332483478 -2364,0.0001,47829.1416355684,26803.5332483478 -2365,0.0001,47829.1416355684,26803.5332483478 -2366,0.0001,47829.1416355684,26803.5332483478 -2367,0.0001,47829.1416355684,26803.5332483478 -2368,0.0001,47829.1416355684,26803.5332483478 -2369,0.0001,47829.1416355684,26803.5332483478 -2370,0.0001,47829.1416355684,26803.5332483478 -2371,0.0001,47829.1416355684,26803.5332483478 -2372,0.0001,47829.1416355684,26803.5332483478 -2373,0.0001,47829.1416355684,26803.5332483478 -2374,0.0001,47829.1416355684,26803.5332483478 -2375,0.0001,47829.1416355684,26803.5332483478 -2376,0.0001,47829.1416355684,26803.5332483478 -2377,0.0001,47829.1416355684,26803.5332483478 -2378,0.0001,47829.1416355684,26803.5332483478 -2379,0.0001,47829.1416355684,26803.5332483478 -2380,0.0001,47829.1416355684,26803.5332483478 -2381,0.0001,47829.1416355684,26803.5332483478 -2382,0.0001,47829.1416355684,26803.5332483478 -2383,0.0001,47829.1416355684,26803.5332483478 -2384,0.0001,47829.1416355684,26803.5332483478 -2385,0.0001,47829.1416355684,26803.5332483478 -2386,0.0001,47829.1416355684,26803.5332483478 -2387,0.0001,47829.1416355684,26803.5332483478 -2388,0.0001,47829.1416355684,26803.5332483478 -2389,0.0001,47829.1416355684,26803.5332483478 -2390,0.0001,47829.1416355684,26803.5332483478 -2391,0.0001,47829.1416355684,26803.5332483478 -2392,0.0001,47829.1416355684,26803.5332483478 -2393,0.0001,47829.1416355684,26803.5332483478 -2394,0.0001,47829.1416355684,26803.5332483478 -2395,0.0001,47829.1416355684,26803.5332483478 -2396,0.0001,47829.1416355684,26803.5332483478 -2397,0.0001,47829.1416355684,26803.5332483478 -2398,0.0001,47829.1416355684,26803.5332483478 -2399,0.0001,47829.1416355684,26803.5332483478 -2400,0.0001,47829.1416355684,26803.5332483478 -2401,0.0001,47829.1416355684,26803.5332483478 -2402,0.0001,47829.1416355684,26803.5332483478 -2403,0.0001,47829.1416355684,26803.5332483478 -2404,0.0001,47829.1416355684,26803.5332483478 -2405,0.0001,47829.1416355684,26803.5332483478 -2406,0.0001,47829.1416355684,26803.5332483478 -2407,0.0001,47829.1416355684,26803.5332483478 -2408,0.0001,47829.1416355684,26803.5332483478 -2409,0.0001,47829.1416355684,26803.5332483478 -2410,0.0001,47829.1416355684,26803.5332483478 -2411,0.0001,47829.1416355684,26803.5332483478 -2412,0.0001,47829.1416355684,26803.5332483478 -2413,0.0001,47829.1416355684,26803.5332483478 -2414,0.0001,47829.1416355684,26803.5332483478 -2415,0.0001,47829.1416355684,26803.5332483478 -2416,0.0001,47829.1416355684,26803.5332483478 -2417,0.0001,47829.1416355684,26803.5332483478 -2418,0.0001,47829.1416355684,26803.5332483478 -2419,0.0001,47829.1416355684,26803.5332483478 -2420,0.0001,47829.1416355684,26803.5332483478 -2421,0.0001,47829.1416355684,26803.5332483478 -2422,0.0001,47829.1416355684,26803.5332483478 -2423,0.0001,47829.1416355684,26803.5332483478 -2424,0.0001,47829.1416355684,26803.5332483478 -2425,0.0001,47829.1416355684,26803.5332483478 -2426,0.0001,47829.1416355684,26803.5332483478 -2427,0.0001,47829.1416355684,26803.5332483478 -2428,0.0001,47829.1416355684,26803.5332483478 -2429,0.0001,47829.1416355684,26803.5332483478 -2430,0.0001,47829.1416355684,26803.5332483478 -2431,0.0001,47829.1416355684,26803.5332483478 -2432,0.0001,47829.1416355684,26803.5332483478 -2433,0.0001,47829.1416355684,26803.5332483478 -2434,0.0001,47829.1416355684,26803.5332483478 -2435,0.0001,47829.1416355684,26803.5332483478 -2436,0.0001,47829.1416355684,26803.5332483478 -2437,0.0001,47829.1416355684,26803.5332483478 -2438,0.0001,47829.1416355684,26803.5332483478 -2439,0.0001,47829.1416355684,26803.5332483478 -2440,0.0001,47829.1416355684,26803.5332483478 -2441,0.0001,47829.1416355684,26803.5332483478 -2442,0.0001,47829.1416355684,26803.5332483478 -2443,0.0001,47829.1416355684,26803.5332483478 -2444,0.0001,47829.1416355684,26803.5332483478 -2445,0.0001,47829.1416355684,26803.5332483478 -2446,0.0001,47829.1416355684,26803.5332483478 -2447,0.0001,47829.1416355684,26803.5332483478 -2448,0.0001,47829.1416355684,26803.5332483478 -2449,0.0001,47829.1416355684,26803.5332483478 -2450,0.0001,47829.1416355684,26803.5332483478 -2451,0.0001,47829.1416355684,26803.5332483478 -2452,0.0001,47829.1416355684,26803.5332483478 -2453,0.0001,47829.1416355684,26803.5332483478 -2454,0.0001,47829.1416355684,26803.5332483478 -2455,0.0001,47829.1416355684,26803.5332483478 -2456,0.0001,47829.1416355684,26803.5332483478 -2457,0.0001,47829.1416355684,26803.5332483478 -2458,0.0001,47829.1416355684,26803.5332483478 -2459,0.0001,47829.1416355684,26803.5332483478 -2460,0.0001,47829.1416355684,26803.5332483478 -2461,0.0001,47829.1416355684,26803.5332483478 -2462,0.0001,47829.1416355684,26803.5332483478 -2463,0.0001,47829.1416355684,26803.5332483478 -2464,0.0001,47829.1416355684,26803.5332483478 -2465,0.0001,47829.1416355684,26803.5332483478 -2466,0.0001,47829.1416355684,26803.5332483478 -2467,0.0001,47829.1416355684,26803.5332483478 -2468,0.0001,47829.1416355684,26803.5332483478 -2469,0.0001,47829.1416355684,26803.5332483478 -2470,0.0001,47829.1416355684,26803.5332483478 -2471,0.0001,47829.1416355684,26803.5332483478 -2472,0.0001,47829.1416355684,26803.5332483478 -2473,0.0001,47829.1416355684,26803.5332483478 -2474,0.0001,47829.1416355684,26803.5332483478 -2475,0.0001,47829.1416355684,26803.5332483478 -2476,0.0001,47829.1416355684,26803.5332483478 -2477,0.0001,47829.1416355684,26803.5332483478 -2478,0.0001,47829.1416355684,26803.5332483478 -2479,0.0001,47829.1416355684,26803.5332483478 -2480,0.0001,47829.1416355684,26803.5332483478 -2481,0.0001,47829.1416355684,26803.5332483478 -2482,0.0001,47829.1416355684,26803.5332483478 -2483,0.0001,47829.1416355684,26803.5332483478 -2484,0.0001,47829.1416355684,26803.5332483478 -2485,0.0001,47829.1416355684,26803.5332483478 -2486,0.0001,47829.1416355684,26803.5332483478 -2487,0.0001,47829.1416355684,26803.5332483478 -2488,0.0001,47829.1416355684,26803.5332483478 -2489,0.0001,47829.1416355684,26803.5332483478 -2490,0.0001,47829.1416355684,26803.5332483478 -2491,0.0001,47829.1416355684,26803.5332483478 -2492,0.0001,47829.1416355684,26803.5332483478 -2493,0.0001,47829.1416355684,26803.5332483478 -2494,0.0001,47829.1416355684,26803.5332483478 -2495,0.0001,47829.1416355684,26803.5332483478 -2496,0.0001,47829.1416355684,26803.5332483478 -2497,0.0001,47829.1416355684,26803.5332483478 -2498,0.0001,47829.1416355684,26803.5332483478 -2499,0.0001,47829.1416355684,26803.5332483478 -2500,0.0001,47829.1416355684,26803.5332483478 -2501,0.0001,47829.1416355684,26803.5332483478 -2502,0.0001,47829.1416355684,26803.5332483478 -2503,0.0001,47829.1416355684,26803.5332483478 -2504,0.0001,47829.1416355684,26803.5332483478 -2505,0.0001,47829.1416355684,26803.5332483478 -2506,0.0001,47829.1416355684,26803.5332483478 -2507,0.0001,47829.1416355684,26803.5332483478 -2508,0.0001,47829.1416355684,26803.5332483478 -2509,0.0001,47829.1416355684,26803.5332483478 -2510,0.0001,47829.1416355684,26803.5332483478 -2511,0.0001,47829.1416355684,26803.5332483478 -2512,0.0001,47829.1416355684,26803.5332483478 -2513,0.0001,47829.1416355684,26803.5332483478 -2514,0.0001,47829.1416355684,26803.5332483478 -2515,0.0001,47829.1416355684,26803.5332483478 -2516,0.0001,47829.1416355684,26803.5332483478 -2517,0.0001,47829.1416355684,26803.5332483478 -2518,0.0001,47829.1416355684,26803.5332483478 -2519,0.0001,47829.1416355684,26803.5332483478 -2520,0.0001,47829.1416355684,26803.5332483478 -2521,0.0001,47829.1416355684,26803.5332483478 -2522,0.0001,47829.1416355684,26803.5332483478 -2523,0.0001,47829.1416355684,26803.5332483478 -2524,0.0001,47829.1416355684,26803.5332483478 -2525,0.0001,47829.1416355684,26803.5332483478 -2526,0.0001,47829.1416355684,26803.5332483478 -2527,0.0001,47829.1416355684,26803.5332483478 -2528,0.0001,47829.1416355684,26803.5332483478 -2529,0.0001,47829.1416355684,26803.5332483478 -2530,0.0001,47829.1416355684,26803.5332483478 -2531,0.0001,47829.1416355684,26803.5332483478 -2532,0.0001,47829.1416355684,26803.5332483478 -2533,0.0001,47829.1416355684,26803.5332483478 -2534,0.0001,47829.1416355684,26803.5332483478 -2535,0.0001,47829.1416355684,26803.5332483478 -2536,0.0001,47829.1416355684,26803.5332483478 -2537,0.0001,47829.1416355684,26803.5332483478 -2538,0.0001,47829.1416355684,26803.5332483478 -2539,0.0001,47829.1416355684,26803.5332483478 -2540,0.0001,47829.1416355684,26803.5332483478 -2541,0.0001,47829.1416355684,26803.5332483478 -2542,0.0001,47829.1416355684,26803.5332483478 -2543,0.0001,47829.1416355684,26803.5332483478 -2544,0.0001,47829.1416355684,26803.5332483478 -2545,0.0001,47829.1416355684,26803.5332483478 -2546,0.0001,47829.1416355684,26803.5332483478 -2547,0.0001,47829.1416355684,26803.5332483478 -2548,0.0001,47829.1416355684,26803.5332483478 -2549,0.0001,47829.1416355684,26803.5332483478 -2550,0.0001,47829.1416355684,26803.5332483478 -2551,0.0001,47829.1416355684,26803.5332483478 -2552,0.0001,47829.1416355684,26803.5332483478 -2553,0.0001,47829.1416355684,26803.5332483478 -2554,0.0001,47829.1416355684,26803.5332483478 -2555,0.0001,47829.1416355684,26803.5332483478 -2556,0.0001,47829.1416355684,26803.5332483478 -2557,0.0001,47829.1416355684,26803.5332483478 -2558,0.0001,47829.1416355684,26803.5332483478 -2559,0.0001,47829.1416355684,26803.5332483478 -2560,0.0001,47829.1416355684,26803.5332483478 -2561,0.0001,47829.1416355684,26803.5332483478 -2562,0.0001,47829.1416355684,26803.5332483478 -2563,0.0001,47829.1416355684,26803.5332483478 -2564,0.0001,47829.1416355684,26803.5332483478 -2565,0.0001,47829.1416355684,26803.5332483478 -2566,0.0001,47829.1416355684,26803.5332483478 -2567,0.0001,47829.1416355684,26803.5332483478 -2568,0.0001,47829.1416355684,26803.5332483478 -2569,0.0001,47829.1416355684,26803.5332483478 -2570,0.0001,47829.1416355684,26803.5332483478 -2571,0.0001,47829.1416355684,26803.5332483478 -2572,0.0001,47829.1416355684,26803.5332483478 -2573,0.0001,47829.1416355684,26803.5332483478 -2574,0.0001,47829.1416355684,26803.5332483478 -2575,0.0001,47829.1416355684,26803.5332483478 -2576,0.0001,47829.1416355684,26803.5332483478 -2577,0.0001,47829.1416355684,26803.5332483478 -2578,0.0001,47829.1416355684,26803.5332483478 -2579,0.0001,47829.1416355684,26803.5332483478 -2580,0.0001,47829.1416355684,26803.5332483478 -2581,0.0001,47829.1416355684,26803.5332483478 -2582,0.0001,47829.1416355684,26803.5332483478 -2583,0.0001,47829.1416355684,26803.5332483478 -2584,0.0001,47829.1416355684,26803.5332483478 -2585,0.0001,47829.1416355684,26803.5332483478 -2586,0.0001,47829.1416355684,26803.5332483478 -2587,0.0001,47829.1416355684,26803.5332483478 -2588,0.0001,47829.1416355684,26803.5332483478 -2589,0.0001,47829.1416355684,26803.5332483478 -2590,0.0001,47829.1416355684,26803.5332483478 -2591,0.0001,47829.1416355684,26803.5332483478 -2592,0.0001,47829.1416355684,26803.5332483478 -2593,0.0001,47829.1416355684,26803.5332483478 -2594,0.0001,47829.1416355684,26803.5332483478 -2595,0.0001,47829.1416355684,26803.5332483478 -2596,0.0001,47829.1416355684,26803.5332483478 -2597,0.0001,47829.1416355684,26803.5332483478 -2598,0.0001,47829.1416355684,26803.5332483478 -2599,0.0001,47829.1416355684,26803.5332483478 -2600,0.0001,47829.1416355684,26803.5332483478 -2601,0.0001,47829.1416355684,26803.5332483478 -2602,0.0001,47829.1416355684,26803.5332483478 -2603,0.0001,47829.1416355684,26803.5332483478 -2604,0.0001,47829.1416355684,26803.5332483478 -2605,0.0001,47829.1416355684,26803.5332483478 -2606,0.0001,47829.1416355684,26803.5332483478 -2607,0.0001,47829.1416355684,26803.5332483478 -2608,0.0001,47829.1416355684,26803.5332483478 -2609,0.0001,47829.1416355684,26803.5332483478 -2610,0.0001,47829.1416355684,26803.5332483478 -2611,0.0001,47829.1416355684,26803.5332483478 -2612,0.0001,47829.1416355684,26803.5332483478 -2613,0.0001,47829.1416355684,26803.5332483478 -2614,0.0001,47829.1416355684,26803.5332483478 -2615,0.0001,47829.1416355684,26803.5332483478 -2616,0.0001,47829.1416355684,26803.5332483478 -2617,0.0001,47829.1416355684,26803.5332483478 -2618,0.0001,47829.1416355684,26803.5332483478 -2619,0.0001,47829.1416355684,26803.5332483478 -2620,0.0001,47829.1416355684,26803.5332483478 -2621,0.0001,47829.1416355684,26803.5332483478 -2622,0.0001,47829.1416355684,26803.5332483478 -2623,0.0001,47829.1416355684,26803.5332483478 -2624,0.0001,47829.1416355684,26803.5332483478 -2625,0.0001,47829.1416355684,26803.5332483478 -2626,0.0001,47829.1416355684,26803.5332483478 -2627,0.0001,47829.1416355684,26803.5332483478 -2628,0.0001,47829.1416355684,26803.5332483478 -2629,0.0001,47829.1416355684,26803.5332483478 -2630,0.0001,47829.1416355684,26803.5332483478 -2631,0.0001,47829.1416355684,26803.5332483478 -2632,0.0001,47829.1416355684,26803.5332483478 -2633,0.0001,47829.1416355684,26803.5332483478 -2634,0.0001,47829.1416355684,26803.5332483478 -2635,0.0001,47829.1416355684,26803.5332483478 -2636,0.0001,47829.1416355684,26803.5332483478 -2637,0.0001,47829.1416355684,26803.5332483478 -2638,0.0001,47829.1416355684,26803.5332483478 -2639,0.0001,47829.1416355684,26803.5332483478 -2640,0.0001,47829.1416355684,26803.5332483478 -2641,0.0001,47829.1416355684,26803.5332483478 -2642,0.0001,47829.1416355684,26803.5332483478 -2643,0.0001,47829.1416355684,26803.5332483478 -2644,0.0001,47829.1416355684,26803.5332483478 -2645,0.0001,47829.1416355684,26803.5332483478 -2646,0.0001,47829.1416355684,26803.5332483478 -2647,0.0001,47829.1416355684,26803.5332483478 -2648,0.0001,47829.1416355684,26803.5332483478 -2649,0.0001,47829.1416355684,26803.5332483478 -2650,0.0001,47829.1416355684,26803.5332483478 -2651,0.0001,47829.1416355684,26803.5332483478 -2652,0.0001,47829.1416355684,26803.5332483478 -2653,0.0001,47829.1416355684,26803.5332483478 -2654,0.0001,47829.1416355684,26803.5332483478 -2655,0.0001,47829.1416355684,26803.5332483478 -2656,0.0001,47829.1416355684,26803.5332483478 -2657,0.0001,47829.1416355684,26803.5332483478 -2658,0.0001,47829.1416355684,26803.5332483478 -2659,0.0001,47829.1416355684,26803.5332483478 -2660,0.0001,47829.1416355684,26803.5332483478 -2661,0.0001,47829.1416355684,26803.5332483478 -2662,0.0001,47829.1416355684,26803.5332483478 -2663,0.0001,47829.1416355684,26803.5332483478 -2664,0.0001,47829.1416355684,26803.5332483478 -2665,0.0001,47829.1416355684,26803.5332483478 -2666,0.0001,47829.1416355684,26803.5332483478 -2667,0.0001,47829.1416355684,26803.5332483478 -2668,0.0001,47829.1416355684,26803.5332483478 -2669,0.0001,47829.1416355684,26803.5332483478 -2670,0.0001,47829.1416355684,26803.5332483478 -2671,0.0001,47829.1416355684,26803.5332483478 -2672,0.0001,47829.1416355684,26803.5332483478 -2673,0.0001,47829.1416355684,26803.5332483478 -2674,0.0001,47829.1416355684,26803.5332483478 -2675,0.0001,47829.1416355684,26803.5332483478 -2676,0.0001,47829.1416355684,26803.5332483478 -2677,0.0001,47829.1416355684,26803.5332483478 -2678,0.0001,47829.1416355684,26803.5332483478 -2679,0.0001,47829.1416355684,26803.5332483478 -2680,0.0001,47829.1416355684,26803.5332483478 -2681,0.0001,47829.1416355684,26803.5332483478 -2682,0.0001,47829.1416355684,26803.5332483478 -2683,0.0001,47829.1416355684,26803.5332483478 -2684,0.0001,47829.1416355684,26803.5332483478 -2685,0.0001,47829.1416355684,26803.5332483478 -2686,0.0001,47829.1416355684,26803.5332483478 -2687,0.0001,47829.1416355684,26803.5332483478 -2688,0.0001,47829.1416355684,26803.5332483478 -2689,0.0001,47829.1416355684,26803.5332483478 -2690,0.0001,47829.1416355684,26803.5332483478 -2691,0.0001,47829.1416355684,26803.5332483478 -2692,0.0001,47829.1416355684,26803.5332483478 -2693,0.0001,47829.1416355684,26803.5332483478 -2694,0.0001,47829.1416355684,26803.5332483478 -2695,0.0001,47829.1416355684,26803.5332483478 -2696,0.0001,47829.1416355684,26803.5332483478 -2697,0.0001,47829.1416355684,26803.5332483478 -2698,0.0001,47829.1416355684,26803.5332483478 -2699,0.0001,47829.1416355684,26803.5332483478 -2700,0.0001,47829.1416355684,26803.5332483478 -2701,0.0001,47829.1416355684,26803.5332483478 -2702,0.0001,47829.1416355684,26803.5332483478 -2703,0.0001,47829.1416355684,26803.5332483478 -2704,0.0001,47829.1416355684,26803.5332483478 -2705,0.0001,47829.1416355684,26803.5332483478 -2706,0.0001,47829.1416355684,26803.5332483478 -2707,0.0001,47829.1416355684,26803.5332483478 -2708,0.0001,47829.1416355684,26803.5332483478 -2709,0.0001,47829.1416355684,26803.5332483478 -2710,0.0001,47829.1416355684,26803.5332483478 -2711,0.0001,47829.1416355684,26803.5332483478 -2712,0.0001,47829.1416355684,26803.5332483478 -2713,0.0001,47829.1416355684,26803.5332483478 -2714,0.0001,47829.1416355684,26803.5332483478 -2715,0.0001,47829.1416355684,26803.5332483478 -2716,0.0001,47829.1416355684,26803.5332483478 -2717,0.0001,47829.1416355684,26803.5332483478 -2718,0.0001,47829.1416355684,26803.5332483478 -2719,0.0001,47829.1416355684,26803.5332483478 -2720,0.0001,47829.1416355684,26803.5332483478 -2721,0.0001,47829.1416355684,26803.5332483478 -2722,0.0001,47829.1416355684,26803.5332483478 -2723,0.0001,47829.1416355684,26803.5332483478 -2724,0.0001,47829.1416355684,26803.5332483478 -2725,0.0001,47829.1416355684,26803.5332483478 -2726,0.0001,47829.1416355684,26803.5332483478 -2727,0.0001,47829.1416355684,26803.5332483478 -2728,0.0001,47829.1416355684,26803.5332483478 -2729,0.0001,47829.1416355684,26803.5332483478 -2730,0.0001,47829.1416355684,26803.5332483478 -2731,0.0001,47829.1416355684,26803.5332483478 -2732,0.0001,47829.1416355684,26803.5332483478 -2733,0.0001,47829.1416355684,26803.5332483478 -2734,0.0001,47829.1416355684,26803.5332483478 -2735,0.0001,47829.1416355684,26803.5332483478 -2736,0.0001,47829.1416355684,26803.5332483478 -2737,0.0001,47829.1416355684,26803.5332483478 -2738,0.0001,47829.1416355684,26803.5332483478 -2739,0.0001,47829.1416355684,26803.5332483478 -2740,0.0001,47829.1416355684,26803.5332483478 -2741,0.0001,47829.1416355684,26803.5332483478 -2742,0.0001,47829.1416355684,26803.5332483478 -2743,0.0001,47829.1416355684,26803.5332483478 -2744,0.0001,47829.1416355684,26803.5332483478 -2745,0.0001,47829.1416355684,26803.5332483478 -2746,0.0001,47829.1416355684,26803.5332483478 -2747,0.0001,47829.1416355684,26803.5332483478 -2748,0.0001,47829.1416355684,26803.5332483478 -2749,0.0001,47829.1416355684,26803.5332483478 -2750,0.0001,47829.1416355684,26803.5332483478 -2751,0.0001,47829.1416355684,26803.5332483478 -2752,0.0001,47829.1416355684,26803.5332483478 -2753,0.0001,47829.1416355684,26803.5332483478 -2754,0.0001,47829.1416355684,26803.5332483478 -2755,0.0001,47829.1416355684,26803.5332483478 -2756,0.0001,47829.1416355684,26803.5332483478 -2757,0.0001,47829.1416355684,26803.5332483478 -2758,0.0001,47829.1416355684,26803.5332483478 -2759,0.0001,47829.1416355684,26803.5332483478 -2760,0.0001,47829.1416355684,26803.5332483478 -2761,0.0001,47829.1416355684,26803.5332483478 -2762,0.0001,47829.1416355684,26803.5332483478 -2763,0.0001,47829.1416355684,26803.5332483478 -2764,0.0001,47829.1416355684,26803.5332483478 -2765,0.0001,47829.1416355684,26803.5332483478 -2766,0.0001,47829.1416355684,26803.5332483478 -2767,0.0001,47829.1416355684,26803.5332483478 -2768,0.0001,47829.1416355684,26803.5332483478 -2769,0.0001,47829.1416355684,26803.5332483478 -2770,0.0001,47829.1416355684,26803.5332483478 -2771,0.0001,47829.1416355684,26803.5332483478 -2772,0.0001,47829.1416355684,26803.5332483478 -2773,0.0001,47829.1416355684,26803.5332483478 -2774,0.0001,47829.1416355684,26803.5332483478 -2775,0.0001,47829.1416355684,26803.5332483478 -2776,0.0001,47829.1416355684,26803.5332483478 -2777,0.0001,47829.1416355684,26803.5332483478 -2778,0.0001,47829.1416355684,26803.5332483478 -2779,0.0001,47829.1416355684,26803.5332483478 -2780,0.0001,47829.1416355684,26803.5332483478 -2781,0.0001,47829.1416355684,26803.5332483478 -2782,0.0001,47829.1416355684,26803.5332483478 -2783,0.0001,47829.1416355684,26803.5332483478 -2784,0.0001,47829.1416355684,26803.5332483478 -2785,0.0001,47829.1416355684,26803.5332483478 -2786,0.0001,47829.1416355684,26803.5332483478 -2787,0.0001,47829.1416355684,26803.5332483478 -2788,0.0001,47829.1416355684,26803.5332483478 -2789,0.0001,47829.1416355684,26803.5332483478 -2790,0.0001,47829.1416355684,26803.5332483478 -2791,0.0001,47829.1416355684,26803.5332483478 -2792,0.0001,47829.1416355684,26803.5332483478 -2793,0.0001,47829.1416355684,26803.5332483478 -2794,0.0001,47829.1416355684,26803.5332483478 -2795,0.0001,47829.1416355684,26803.5332483478 -2796,0.0001,47829.1416355684,26803.5332483478 -2797,0.0001,47829.1416355684,26803.5332483478 -2798,0.0001,47829.1416355684,26803.5332483478 -2799,0.0001,47829.1416355684,26803.5332483478 -2800,0.0001,47829.1416355684,26803.5332483478 -2801,0.0001,47829.1416355684,26803.5332483478 -2802,0.0001,47829.1416355684,26803.5332483478 -2803,0.0001,47829.1416355684,26803.5332483478 -2804,0.0001,47829.1416355684,26803.5332483478 -2805,0.0001,47829.1416355684,26803.5332483478 -2806,0.0001,47829.1416355684,26803.5332483478 -2807,0.0001,47829.1416355684,26803.5332483478 -2808,0.0001,47829.1416355684,26803.5332483478 -2809,0.0001,47829.1416355684,26803.5332483478 -2810,0.0001,47829.1416355684,26803.5332483478 -2811,0.0001,47829.1416355684,26803.5332483478 -2812,0.0001,47829.1416355684,26803.5332483478 -2813,0.0001,47829.1416355684,26803.5332483478 -2814,0.0001,47829.1416355684,26803.5332483478 -2815,0.0001,47829.1416355684,26803.5332483478 -2816,0.0001,47829.1416355684,26803.5332483478 -2817,0.0001,47829.1416355684,26803.5332483478 -2818,0.0001,47829.1416355684,26803.5332483478 -2819,0.0001,47829.1416355684,26803.5332483478 -2820,0.0001,47829.1416355684,26803.5332483478 -2821,0.0001,47829.1416355684,26803.5332483478 -2822,0.0001,47829.1416355684,26803.5332483478 -2823,0.0001,47829.1416355684,26803.5332483478 -2824,0.0001,47829.1416355684,26803.5332483478 -2825,0.0001,47829.1416355684,26803.5332483478 -2826,0.0001,47829.1416355684,26803.5332483478 -2827,0.0001,47829.1416355684,26803.5332483478 -2828,0.0001,47829.1416355684,26803.5332483478 -2829,0.0001,47829.1416355684,26803.5332483478 -2830,0.0001,47829.1416355684,26803.5332483478 -2831,0.0001,47829.1416355684,26803.5332483478 -2832,0.0001,47829.1416355684,26803.5332483478 -2833,0.0001,47829.1416355684,26803.5332483478 -2834,0.0001,47829.1416355684,26803.5332483478 -2835,0.0001,47829.1416355684,26803.5332483478 -2836,0.0001,47829.1416355684,26803.5332483478 -2837,0.0001,47829.1416355684,26803.5332483478 -2838,0.0001,47829.1416355684,26803.5332483478 -2839,0.0001,47829.1416355684,26803.5332483478 -2840,0.0001,47829.1416355684,26803.5332483478 -2841,0.0001,47829.1416355684,26803.5332483478 -2842,0.0001,47829.1416355684,26803.5332483478 -2843,0.0001,47829.1416355684,26803.5332483478 -2844,0.0001,47829.1416355684,26803.5332483478 -2845,0.0001,47829.1416355684,26803.5332483478 -2846,0.0001,47829.1416355684,26803.5332483478 -2847,0.0001,47829.1416355684,26803.5332483478 -2848,0.0001,47829.1416355684,26803.5332483478 -2849,0.0001,47829.1416355684,26803.5332483478 -2850,0.0001,47829.1416355684,26803.5332483478 -2851,0.0001,47829.1416355684,26803.5332483478 -2852,0.0001,47829.1416355684,26803.5332483478 -2853,0.0001,47829.1416355684,26803.5332483478 -2854,0.0001,47829.1416355684,26803.5332483478 -2855,0.0001,47829.1416355684,26803.5332483478 -2856,0.0001,47829.1416355684,26803.5332483478 -2857,0.0001,47829.1416355684,26803.5332483478 -2858,0.0001,47829.1416355684,26803.5332483478 -2859,0.0001,47829.1416355684,26803.5332483478 -2860,0.0001,47829.1416355684,26803.5332483478 -2861,0.0001,47829.1416355684,26803.5332483478 -2862,0.0001,47829.1416355684,26803.5332483478 -2863,0.0001,47829.1416355684,26803.5332483478 -2864,0.0001,47829.1416355684,26803.5332483478 -2865,0.0001,47829.1416355684,26803.5332483478 -2866,0.0001,47829.1416355684,26803.5332483478 -2867,0.0001,47829.1416355684,26803.5332483478 -2868,0.0001,47829.1416355684,26803.5332483478 -2869,0.0001,47829.1416355684,26803.5332483478 -2870,0.0001,47829.1416355684,26803.5332483478 -2871,0.0001,47829.1416355684,26803.5332483478 -2872,0.0001,47829.1416355684,26803.5332483478 -2873,0.0001,47829.1416355684,26803.5332483478 -2874,0.0001,47829.1416355684,26803.5332483478 -2875,0.0001,47829.1416355684,26803.5332483478 -2876,0.0001,47829.1416355684,26803.5332483478 -2877,0.0001,47829.1416355684,26803.5332483478 -2878,0.0001,47829.1416355684,26803.5332483478 -2879,0.0001,47829.1416355684,26803.5332483478 -2880,0.0001,47829.1416355684,26803.5332483478 -2881,0.0001,47829.1416355684,26803.5332483478 -2882,0.0001,47829.1416355684,26803.5332483478 -2883,0.0001,47829.1416355684,26803.5332483478 -2884,0.0001,47829.1416355684,26803.5332483478 -2885,0.0001,47829.1416355684,26803.5332483478 -2886,0.0001,47829.1416355684,26803.5332483478 -2887,0.0001,47829.1416355684,26803.5332483478 -2888,0.0001,47829.1416355684,26803.5332483478 -2889,0.0001,47829.1416355684,26803.5332483478 -2890,0.0001,47829.1416355684,26803.5332483478 -2891,0.0001,47829.1416355684,26803.5332483478 -2892,0.0001,47829.1416355684,26803.5332483478 -2893,0.0001,47829.1416355684,26803.5332483478 -2894,0.0001,47829.1416355684,26803.5332483478 -2895,0.0001,47829.1416355684,26803.5332483478 -2896,0.0001,47829.1416355684,26803.5332483478 -2897,0.0001,47829.1416355684,26803.5332483478 -2898,0.0001,47829.1416355684,26803.5332483478 -2899,0.0001,47829.1416355684,26803.5332483478 -2900,0.0001,47829.1416355684,26803.5332483478 -2901,0.0001,47829.1416355684,26803.5332483478 -2902,0.0001,47829.1416355684,26803.5332483478 -2903,0.0001,47829.1416355684,26803.5332483478 -2904,0.0001,47829.1416355684,26803.5332483478 -2905,0.0001,47829.1416355684,26803.5332483478 -2906,0.0001,47829.1416355684,26803.5332483478 -2907,0.0001,47829.1416355684,26803.5332483478 -2908,0.0001,47829.1416355684,26803.5332483478 -2909,0.0001,47829.1416355684,26803.5332483478 -2910,0.0001,47829.1416355684,26803.5332483478 -2911,0.0001,47829.1416355684,26803.5332483478 -2912,0.0001,47829.1416355684,26803.5332483478 -2913,0.0001,47829.1416355684,26803.5332483478 -2914,0.0001,47829.1416355684,26803.5332483478 -2915,0.0001,47829.1416355684,26803.5332483478 -2916,0.0001,47829.1416355684,26803.5332483478 -2917,0.0001,47829.1416355684,26803.5332483478 -2918,0.0001,47829.1416355684,26803.5332483478 -2919,0.0001,47829.1416355684,26803.5332483478 -2920,0.0001,47829.1416355684,26803.5332483478 -2921,0.0001,47829.1416355684,26803.5332483478 -2922,0.0001,47829.1416355684,26803.5332483478 -2923,0.0001,47829.1416355684,26803.5332483478 -2924,0.0001,47829.1416355684,26803.5332483478 -2925,0.0001,47829.1416355684,26803.5332483478 -2926,0.0001,47829.1416355684,26803.5332483478 -2927,0.0001,47829.1416355684,26803.5332483478 -2928,0.0001,47829.1416355684,26803.5332483478 -2929,0.0001,47829.1416355684,26803.5332483478 -2930,0.0001,47829.1416355684,26803.5332483478 -2931,0.0001,47829.1416355684,26803.5332483478 -2932,0.0001,47829.1416355684,26803.5332483478 -2933,0.0001,47829.1416355684,26803.5332483478 -2934,0.0001,47829.1416355684,26803.5332483478 -2935,0.0001,47829.1416355684,26803.5332483478 -2936,0.0001,47829.1416355684,26803.5332483478 -2937,0.0001,47829.1416355684,26803.5332483478 -2938,0.0001,47829.1416355684,26803.5332483478 -2939,0.0001,47829.1416355684,26803.5332483478 -2940,0.0001,47829.1416355684,26803.5332483478 -2941,0.0001,47829.1416355684,26803.5332483478 -2942,0.0001,47829.1416355684,26803.5332483478 -2943,0.0001,47829.1416355684,26803.5332483478 -2944,0.0001,47829.1416355684,26803.5332483478 -2945,0.0001,47829.1416355684,26803.5332483478 -2946,0.0001,47829.1416355684,26803.5332483478 -2947,0.0001,47829.1416355684,26803.5332483478 -2948,0.0001,47829.1416355684,26803.5332483478 -2949,0.0001,47829.1416355684,26803.5332483478 -2950,0.0001,47829.1416355684,26803.5332483478 -2951,0.0001,47829.1416355684,26803.5332483478 -2952,0.0001,47829.1416355684,26803.5332483478 -2953,0.0001,47829.1416355684,26803.5332483478 -2954,0.0001,47829.1416355684,26803.5332483478 -2955,0.0001,47829.1416355684,26803.5332483478 -2956,0.0001,47829.1416355684,26803.5332483478 -2957,0.0001,47829.1416355684,26803.5332483478 -2958,0.0001,47829.1416355684,26803.5332483478 -2959,0.0001,47829.1416355684,26803.5332483478 -2960,0.0001,47829.1416355684,26803.5332483478 -2961,0.0001,47829.1416355684,26803.5332483478 -2962,0.0001,47829.1416355684,26803.5332483478 -2963,0.0001,47829.1416355684,26803.5332483478 -2964,0.0001,47829.1416355684,26803.5332483478 -2965,0.0001,47829.1416355684,26803.5332483478 -2966,0.0001,47829.1416355684,26803.5332483478 -2967,0.0001,47829.1416355684,26803.5332483478 -2968,0.0001,47829.1416355684,26803.5332483478 -2969,0.0001,47829.1416355684,26803.5332483478 -2970,0.0001,47829.1416355684,26803.5332483478 -2971,0.0001,47829.1416355684,26803.5332483478 -2972,0.0001,47829.1416355684,26803.5332483478 -2973,0.0001,47829.1416355684,26803.5332483478 -2974,0.0001,47829.1416355684,26803.5332483478 -2975,0.0001,47829.1416355684,26803.5332483478 -2976,0.0001,47829.1416355684,26803.5332483478 -2977,0.0001,47829.1416355684,26803.5332483478 -2978,0.0001,47829.1416355684,26803.5332483478 -2979,0.0001,47829.1416355684,26803.5332483478 -2980,0.0001,47829.1416355684,26803.5332483478 -2981,0.0001,47829.1416355684,26803.5332483478 -2982,0.0001,47829.1416355684,26803.5332483478 -2983,0.0001,47829.1416355684,26803.5332483478 -2984,0.0001,47829.1416355684,26803.5332483478 -2985,0.0001,47829.1416355684,26803.5332483478 -2986,0.0001,47829.1416355684,26803.5332483478 -2987,0.0001,47829.1416355684,26803.5332483478 -2988,0.0001,47829.1416355684,26803.5332483478 -2989,0.0001,47829.1416355684,26803.5332483478 -2990,0.0001,47829.1416355684,26803.5332483478 -2991,0.0001,47829.1416355684,26803.5332483478 -2992,0.0001,47829.1416355684,26803.5332483478 -2993,0.0001,47829.1416355684,26803.5332483478 -2994,0.0001,47829.1416355684,26803.5332483478 -2995,0.0001,47829.1416355684,26803.5332483478 -2996,0.0001,47829.1416355684,26803.5332483478 -2997,0.0001,47829.1416355684,26803.5332483478 -2998,0.0001,47829.1416355684,26803.5332483478 -2999,0.0001,47829.1416355684,26803.5332483478 -3000,0.0001,47829.1416355684,26803.5332483478 -3001,0.0001,47829.1416355684,26803.5332483478 -3002,0.0001,47829.1416355684,26803.5332483478 -3003,0.0001,47829.1416355684,26803.5332483478 -3004,0.0001,47829.1416355684,26803.5332483478 -3005,0.0001,47829.1416355684,26803.5332483478 -3006,0.0001,47829.1416355684,26803.5332483478 -3007,0.0001,47829.1416355684,26803.5332483478 -3008,0.0001,47829.1416355684,26803.5332483478 -3009,0.0001,47829.1416355684,26803.5332483478 -3010,0.0001,47829.1416355684,26803.5332483478 -3011,0.0001,47829.1416355684,26803.5332483478 -3012,0.0001,47829.1416355684,26803.5332483478 -3013,0.0001,47829.1416355684,26803.5332483478 -3014,0.0001,47829.1416355684,26803.5332483478 -3015,0.0001,47829.1416355684,26803.5332483478 -3016,0.0001,47829.1416355684,26803.5332483478 -3017,0.0001,47829.1416355684,26803.5332483478 -3018,0.0001,47829.1416355684,26803.5332483478 -3019,0.0001,47829.1416355684,26803.5332483478 -3020,0.0001,47829.1416355684,26803.5332483478 -3021,0.0001,47829.1416355684,26803.5332483478 -3022,0.0001,47829.1416355684,26803.5332483478 -3023,0.0001,47829.1416355684,26803.5332483478 -3024,0.0001,47829.1416355684,26803.5332483478 -3025,0.0001,47829.1416355684,26803.5332483478 -3026,0.0001,47829.1416355684,26803.5332483478 -3027,0.0001,47829.1416355684,26803.5332483478 -3028,0.0001,47829.1416355684,26803.5332483478 -3029,0.0001,47829.1416355684,26803.5332483478 -3030,0.0001,47829.1416355684,26803.5332483478 -3031,0.0001,47829.1416355684,26803.5332483478 -3032,0.0001,47829.1416355684,26803.5332483478 -3033,0.0001,47829.1416355684,26803.5332483478 -3034,0.0001,47829.1416355684,26803.5332483478 -3035,0.0001,47829.1416355684,26803.5332483478 -3036,0.0001,47829.1416355684,26803.5332483478 -3037,0.0001,47829.1416355684,26803.5332483478 -3038,0.0001,47829.1416355684,26803.5332483478 -3039,0.0001,47829.1416355684,26803.5332483478 -3040,0.0001,47829.1416355684,26803.5332483478 -3041,0.0001,47829.1416355684,26803.5332483478 -3042,0.0001,47829.1416355684,26803.5332483478 -3043,0.0001,47829.1416355684,26803.5332483478 -3044,0.0001,47829.1416355684,26803.5332483478 -3045,0.0001,47829.1416355684,26803.5332483478 -3046,0.0001,47829.1416355684,26803.5332483478 -3047,0.0001,47829.1416355684,26803.5332483478 -3048,0.0001,47829.1416355684,26803.5332483478 -3049,0.0001,47829.1416355684,26803.5332483478 -3050,0.0001,47829.1416355684,26803.5332483478 -3051,0.0001,47829.1416355684,26803.5332483478 -3052,0.0001,47829.1416355684,26803.5332483478 -3053,0.0001,47829.1416355684,26803.5332483478 -3054,0.0001,47829.1416355684,26803.5332483478 -3055,0.0001,47829.1416355684,26803.5332483478 -3056,0.0001,47829.1416355684,26803.5332483478 -3057,0.0001,47829.1416355684,26803.5332483478 -3058,0.0001,47829.1416355684,26803.5332483478 -3059,0.0001,47829.1416355684,26803.5332483478 -3060,0.0001,47829.1416355684,26803.5332483478 -3061,0.0001,47829.1416355684,26803.5332483478 -3062,0.0001,47829.1416355684,26803.5332483478 -3063,0.0001,47829.1416355684,26803.5332483478 -3064,0.0001,47829.1416355684,26803.5332483478 -3065,0.0001,47829.1416355684,26803.5332483478 -3066,0.0001,47829.1416355684,26803.5332483478 -3067,0.0001,47829.1416355684,26803.5332483478 -3068,0.0001,47829.1416355684,26803.5332483478 -3069,0.0001,47829.1416355684,26803.5332483478 -3070,0.0001,47829.1416355684,26803.5332483478 -3071,0.0001,47829.1416355684,26803.5332483478 -3072,0.0001,47829.1416355684,26803.5332483478 -3073,0.0001,47829.1416355684,26803.5332483478 -3074,0.0001,47829.1416355684,26803.5332483478 -3075,0.0001,47829.1416355684,26803.5332483478 -3076,0.0001,47829.1416355684,26803.5332483478 -3077,0.0001,47829.1416355684,26803.5332483478 -3078,0.0001,47829.1416355684,26803.5332483478 -3079,0.0001,47829.1416355684,26803.5332483478 -3080,0.0001,47829.1416355684,26803.5332483478 -3081,0.0001,47829.1416355684,26803.5332483478 -3082,0.0001,47829.1416355684,26803.5332483478 -3083,0.0001,47829.1416355684,26803.5332483478 -3084,0.0001,47829.1416355684,26803.5332483478 -3085,0.0001,47829.1416355684,26803.5332483478 -3086,0.0001,47829.1416355684,26803.5332483478 -3087,0.0001,47829.1416355684,26803.5332483478 -3088,0.0001,47829.1416355684,26803.5332483478 -3089,0.0001,47829.1416355684,26803.5332483478 -3090,0.0001,47829.1416355684,26803.5332483478 -3091,0.0001,47829.1416355684,26803.5332483478 -3092,0.0001,47829.1416355684,26803.5332483478 -3093,0.0001,47829.1416355684,26803.5332483478 -3094,0.0001,47829.1416355684,26803.5332483478 -3095,0.0001,47829.1416355684,26803.5332483478 -3096,0.0001,47829.1416355684,26803.5332483478 -3097,0.0001,47829.1416355684,26803.5332483478 -3098,0.0001,47829.1416355684,26803.5332483478 -3099,0.0001,47829.1416355684,26803.5332483478 -3100,0.0001,47829.1416355684,26803.5332483478 -3101,0.0001,47829.1416355684,26803.5332483478 -3102,0.0001,47829.1416355684,26803.5332483478 -3103,0.0001,47829.1416355684,26803.5332483478 -3104,0.0001,47829.1416355684,26803.5332483478 -3105,0.0001,47829.1416355684,26803.5332483478 -3106,0.0001,47829.1416355684,26803.5332483478 -3107,0.0001,47829.1416355684,26803.5332483478 -3108,0.0001,47829.1416355684,26803.5332483478 -3109,0.0001,47829.1416355684,26803.5332483478 -3110,0.0001,47829.1416355684,26803.5332483478 -3111,0.0001,47829.1416355684,26803.5332483478 -3112,0.0001,47829.1416355684,26803.5332483478 -3113,0.0001,47829.1416355684,26803.5332483478 -3114,0.0001,47829.1416355684,26803.5332483478 -3115,0.0001,47829.1416355684,26803.5332483478 -3116,0.0001,47829.1416355684,26803.5332483478 -3117,0.0001,47829.1416355684,26803.5332483478 -3118,0.0001,47829.1416355684,26803.5332483478 -3119,0.0001,47829.1416355684,26803.5332483478 -3120,0.0001,47829.1416355684,26803.5332483478 -3121,0.0001,47829.1416355684,26803.5332483478 -3122,0.0001,47829.1416355684,26803.5332483478 -3123,0.0001,47829.1416355684,26803.5332483478 -3124,0.0001,47829.1416355684,26803.5332483478 -3125,0.0001,47829.1416355684,26803.5332483478 -3126,0.0001,47829.1416355684,26803.5332483478 -3127,0.0001,47829.1416355684,26803.5332483478 -3128,0.0001,47829.1416355684,26803.5332483478 -3129,0.0001,47829.1416355684,26803.5332483478 -3130,0.0001,47829.1416355684,26803.5332483478 -3131,0.0001,47829.1416355684,26803.5332483478 -3132,0.0001,47829.1416355684,26803.5332483478 -3133,0.0001,47829.1416355684,26803.5332483478 -3134,0.0001,47829.1416355684,26803.5332483478 -3135,0.0001,47829.1416355684,26803.5332483478 -3136,0.0001,47829.1416355684,26803.5332483478 -3137,0.0001,47829.1416355684,26803.5332483478 -3138,0.0001,47829.1416355684,26803.5332483478 -3139,0.0001,47829.1416355684,26803.5332483478 -3140,0.0001,47829.1416355684,26803.5332483478 -3141,0.0001,47829.1416355684,26803.5332483478 -3142,0.0001,47829.1416355684,26803.5332483478 -3143,0.0001,47829.1416355684,26803.5332483478 -3144,0.0001,47829.1416355684,26803.5332483478 -3145,0.0001,47829.1416355684,26803.5332483478 -3146,0.0001,47829.1416355684,26803.5332483478 -3147,0.0001,47829.1416355684,26803.5332483478 -3148,0.0001,47829.1416355684,26803.5332483478 -3149,0.0001,47829.1416355684,26803.5332483478 -3150,0.0001,47829.1416355684,26803.5332483478 -3151,0.0001,47829.1416355684,26803.5332483478 -3152,0.0001,47829.1416355684,26803.5332483478 -3153,0.0001,47829.1416355684,26803.5332483478 -3154,0.0001,47829.1416355684,26803.5332483478 -3155,0.0001,47829.1416355684,26803.5332483478 -3156,0.0001,47829.1416355684,26803.5332483478 -3157,0.0001,47829.1416355684,26803.5332483478 -3158,0.0001,47829.1416355684,26803.5332483478 -3159,0.0001,47829.1416355684,26803.5332483478 -3160,0.0001,47829.1416355684,26803.5332483478 -3161,0.0001,47829.1416355684,26803.5332483478 -3162,0.0001,47829.1416355684,26803.5332483478 -3163,0.0001,47829.1416355684,26803.5332483478 -3164,0.0001,47829.1416355684,26803.5332483478 -3165,0.0001,47829.1416355684,26803.5332483478 -3166,0.0001,47829.1416355684,26803.5332483478 -3167,0.0001,47829.1416355684,26803.5332483478 -3168,0.0001,47829.1416355684,26803.5332483478 -3169,0.0001,47829.1416355684,26803.5332483478 -3170,0.0001,47829.1416355684,26803.5332483478 -3171,0.0001,47829.1416355684,26803.5332483478 -3172,0.0001,47829.1416355684,26803.5332483478 -3173,0.0001,47829.1416355684,26803.5332483478 -3174,0.0001,47829.1416355684,26803.5332483478 -3175,0.0001,47829.1416355684,26803.5332483478 -3176,0.0001,47829.1416355684,26803.5332483478 -3177,0.0001,47829.1416355684,26803.5332483478 -3178,0.0001,47829.1416355684,26803.5332483478 -3179,0.0001,47829.1416355684,26803.5332483478 -3180,0.0001,47829.1416355684,26803.5332483478 -3181,0.0001,47829.1416355684,26803.5332483478 -3182,0.0001,47829.1416355684,26803.5332483478 -3183,0.0001,47829.1416355684,26803.5332483478 -3184,0.0001,47829.1416355684,26803.5332483478 -3185,0.0001,47829.1416355684,26803.5332483478 -3186,0.0001,47829.1416355684,26803.5332483478 -3187,0.0001,47829.1416355684,26803.5332483478 -3188,0.0001,47829.1416355684,26803.5332483478 -3189,0.0001,47829.1416355684,26803.5332483478 -3190,0.0001,47829.1416355684,26803.5332483478 -3191,0.0001,47829.1416355684,26803.5332483478 -3192,0.0001,47829.1416355684,26803.5332483478 -3193,0.0001,47829.1416355684,26803.5332483478 -3194,0.0001,47829.1416355684,26803.5332483478 -3195,0.0001,47829.1416355684,26803.5332483478 -3196,0.0001,47829.1416355684,26803.5332483478 -3197,0.0001,47829.1416355684,26803.5332483478 -3198,0.0001,47829.1416355684,26803.5332483478 -3199,0.0001,47829.1416355684,26803.5332483478 -3200,0.0001,47829.1416355684,26803.5332483478 -3201,0.0001,47829.1416355684,26803.5332483478 -3202,0.0001,47829.1416355684,26803.5332483478 -3203,0.0001,47829.1416355684,26803.5332483478 -3204,0.0001,47829.1416355684,26803.5332483478 -3205,0.0001,47829.1416355684,26803.5332483478 -3206,0.0001,47829.1416355684,26803.5332483478 -3207,0.0001,47829.1416355684,26803.5332483478 -3208,0.0001,47829.1416355684,26803.5332483478 -3209,0.0001,47829.1416355684,26803.5332483478 -3210,0.0001,47829.1416355684,26803.5332483478 -3211,0.0001,47829.1416355684,26803.5332483478 -3212,0.0001,47829.1416355684,26803.5332483478 -3213,0.0001,47829.1416355684,26803.5332483478 -3214,0.0001,47829.1416355684,26803.5332483478 -3215,0.0001,47829.1416355684,26803.5332483478 -3216,0.0001,47829.1416355684,26803.5332483478 -3217,0.0001,47829.1416355684,26803.5332483478 -3218,0.0001,47829.1416355684,26803.5332483478 -3219,0.0001,47829.1416355684,26803.5332483478 -3220,0.0001,47829.1416355684,26803.5332483478 -3221,0.0001,47829.1416355684,26803.5332483478 -3222,0.0001,47829.1416355684,26803.5332483478 -3223,0.0001,47829.1416355684,26803.5332483478 -3224,0.0001,47829.1416355684,26803.5332483478 -3225,0.0001,47829.1416355684,26803.5332483478 -3226,0.0001,47829.1416355684,26803.5332483478 -3227,0.0001,47829.1416355684,26803.5332483478 -3228,0.0001,47829.1416355684,26803.5332483478 -3229,0.0001,47829.1416355684,26803.5332483478 -3230,0.0001,47829.1416355684,26803.5332483478 -3231,0.0001,47829.1416355684,26803.5332483478 -3232,0.0001,47829.1416355684,26803.5332483478 -3233,0.0001,47829.1416355684,26803.5332483478 -3234,0.0001,47829.1416355684,26803.5332483478 -3235,0.0001,47829.1416355684,26803.5332483478 -3236,0.0001,47829.1416355684,26803.5332483478 -3237,0.0001,47829.1416355684,26803.5332483478 -3238,0.0001,47829.1416355684,26803.5332483478 -3239,0.0001,47829.1416355684,26803.5332483478 -3240,0.0001,47829.1416355684,26803.5332483478 -3241,0.0001,47829.1416355684,26803.5332483478 -3242,0.0001,47829.1416355684,26803.5332483478 -3243,0.0001,47829.1416355684,26803.5332483478 -3244,0.0001,47829.1416355684,26803.5332483478 -3245,0.0001,47829.1416355684,26803.5332483478 -3246,0.0001,47829.1416355684,26803.5332483478 -3247,0.0001,47829.1416355684,26803.5332483478 -3248,0.0001,47829.1416355684,26803.5332483478 -3249,0.0001,47829.1416355684,26803.5332483478 -3250,0.0001,47829.1416355684,26803.5332483478 -3251,0.0001,47829.1416355684,26803.5332483478 -3252,0.0001,47829.1416355684,26803.5332483478 -3253,0.0001,47829.1416355684,26803.5332483478 -3254,0.0001,47829.1416355684,26803.5332483478 -3255,0.0001,47829.1416355684,26803.5332483478 -3256,0.0001,47829.1416355684,26803.5332483478 -3257,0.0001,47829.1416355684,26803.5332483478 -3258,0.0001,47829.1416355684,26803.5332483478 -3259,0.0001,47829.1416355684,26803.5332483478 -3260,0.0001,47829.1416355684,26803.5332483478 -3261,0.0001,47829.1416355684,26803.5332483478 -3262,0.0001,47829.1416355684,26803.5332483478 -3263,0.0001,47829.1416355684,26803.5332483478 -3264,0.0001,47829.1416355684,26803.5332483478 -3265,0.0001,47829.1416355684,26803.5332483478 -3266,0.0001,47829.1416355684,26803.5332483478 -3267,0.0001,47829.1416355684,26803.5332483478 -3268,0.0001,47829.1416355684,26803.5332483478 -3269,0.0001,47829.1416355684,26803.5332483478 -3270,0.0001,47829.1416355684,26803.5332483478 -3271,0.0001,47829.1416355684,26803.5332483478 -3272,0.0001,47829.1416355684,26803.5332483478 -3273,0.0001,47829.1416355684,26803.5332483478 -3274,0.0001,47829.1416355684,26803.5332483478 -3275,0.0001,47829.1416355684,26803.5332483478 -3276,0.0001,47829.1416355684,26803.5332483478 -3277,0.0001,47829.1416355684,26803.5332483478 -3278,0.0001,47829.1416355684,26803.5332483478 -3279,0.0001,47829.1416355684,26803.5332483478 -3280,0.0001,47829.1416355684,26803.5332483478 -3281,0.0001,47829.1416355684,26803.5332483478 -3282,0.0001,47829.1416355684,26803.5332483478 -3283,0.0001,47829.1416355684,26803.5332483478 -3284,0.0001,47829.1416355684,26803.5332483478 -3285,0.0001,47829.1416355684,26803.5332483478 -3286,0.0001,47829.1416355684,26803.5332483478 -3287,0.0001,47829.1416355684,26803.5332483478 -3288,0.0001,47829.1416355684,26803.5332483478 -3289,0.0001,47829.1416355684,26803.5332483478 -3290,0.0001,47829.1416355684,26803.5332483478 -3291,0.0001,47829.1416355684,26803.5332483478 -3292,0.0001,47829.1416355684,26803.5332483478 -3293,0.0001,47829.1416355684,26803.5332483478 -3294,0.0001,47829.1416355684,26803.5332483478 -3295,0.0001,47829.1416355684,26803.5332483478 -3296,0.0001,47829.1416355684,26803.5332483478 -3297,0.0001,47829.1416355684,26803.5332483478 -3298,0.0001,47829.1416355684,26803.5332483478 -3299,0.0001,47829.1416355684,26803.5332483478 -3300,0.0001,47829.1416355684,26803.5332483478 -3301,0.0001,47829.1416355684,26803.5332483478 -3302,0.0001,47829.1416355684,26803.5332483478 -3303,0.0001,47829.1416355684,26803.5332483478 -3304,0.0001,47829.1416355684,26803.5332483478 -3305,0.0001,47829.1416355684,26803.5332483478 -3306,0.0001,47829.1416355684,26803.5332483478 -3307,0.0001,47829.1416355684,26803.5332483478 -3308,0.0001,47829.1416355684,26803.5332483478 -3309,0.0001,47829.1416355684,26803.5332483478 -3310,0.0001,47829.1416355684,26803.5332483478 -3311,0.0001,47829.1416355684,26803.5332483478 -3312,0.0001,47829.1416355684,26803.5332483478 -3313,0.0001,47829.1416355684,26803.5332483478 -3314,0.0001,47829.1416355684,26803.5332483478 -3315,0.0001,47829.1416355684,26803.5332483478 -3316,0.0001,47829.1416355684,26803.5332483478 -3317,0.0001,47829.1416355684,26803.5332483478 -3318,0.0001,47829.1416355684,26803.5332483478 -3319,0.0001,47829.1416355684,26803.5332483478 -3320,0.0001,47829.1416355684,26803.5332483478 -3321,0.0001,47829.1416355684,26803.5332483478 -3322,0.0001,47829.1416355684,26803.5332483478 -3323,0.0001,47829.1416355684,26803.5332483478 -3324,0.0001,47829.1416355684,26803.5332483478 -3325,0.0001,47829.1416355684,26803.5332483478 -3326,0.0001,47829.1416355684,26803.5332483478 -3327,0.0001,47829.1416355684,26803.5332483478 -3328,0.0001,47829.1416355684,26803.5332483478 -3329,0.0001,47829.1416355684,26803.5332483478 -3330,0.0001,47829.1416355684,26803.5332483478 -3331,0.0001,47829.1416355684,26803.5332483478 -3332,0.0001,47829.1416355684,26803.5332483478 -3333,0.0001,47829.1416355684,26803.5332483478 -3334,0.0001,47829.1416355684,26803.5332483478 -3335,0.0001,47829.1416355684,26803.5332483478 -3336,0.0001,47829.1416355684,26803.5332483478 -3337,0.0001,47829.1416355684,26803.5332483478 -3338,0.0001,47829.1416355684,26803.5332483478 -3339,0.0001,47829.1416355684,26803.5332483478 -3340,0.0001,47829.1416355684,26803.5332483478 -3341,0.0001,47829.1416355684,26803.5332483478 -3342,0.0001,47829.1416355684,26803.5332483478 -3343,0.0001,47829.1416355684,26803.5332483478 -3344,0.0001,47829.1416355684,26803.5332483478 -3345,0.0001,47829.1416355684,26803.5332483478 -3346,0.0001,47829.1416355684,26803.5332483478 -3347,0.0001,47829.1416355684,26803.5332483478 -3348,0.0001,47829.1416355684,26803.5332483478 -3349,0.0001,47829.1416355684,26803.5332483478 -3350,0.0001,47829.1416355684,26803.5332483478 -3351,0.0001,47829.1416355684,26803.5332483478 -3352,0.0001,47829.1416355684,26803.5332483478 -3353,0.0001,47829.1416355684,26803.5332483478 -3354,0.0001,47829.1416355684,26803.5332483478 -3355,0.0001,47829.1416355684,26803.5332483478 -3356,0.0001,47829.1416355684,26803.5332483478 -3357,0.0001,47829.1416355684,26803.5332483478 -3358,0.0001,47829.1416355684,26803.5332483478 -3359,0.0001,47829.1416355684,26803.5332483478 -3360,0.0001,47829.1416355684,26803.5332483478 -3361,0.0001,47829.1416355684,26803.5332483478 -3362,0.0001,47829.1416355684,26803.5332483478 -3363,0.0001,47829.1416355684,26803.5332483478 -3364,0.0001,47829.1416355684,26803.5332483478 -3365,0.0001,47829.1416355684,26803.5332483478 -3366,0.0001,47829.1416355684,26803.5332483478 -3367,0.0001,47829.1416355684,26803.5332483478 -3368,0.0001,47829.1416355684,26803.5332483478 -3369,0.0001,47829.1416355684,26803.5332483478 -3370,0.0001,47829.1416355684,26803.5332483478 -3371,0.0001,47829.1416355684,26803.5332483478 -3372,0.0001,47829.1416355684,26803.5332483478 -3373,0.0001,47829.1416355684,26803.5332483478 -3374,0.0001,47829.1416355684,26803.5332483478 -3375,0.0001,47829.1416355684,26803.5332483478 -3376,0.0001,47829.1416355684,26803.5332483478 -3377,0.0001,47829.1416355684,26803.5332483478 -3378,0.0001,47829.1416355684,26803.5332483478 -3379,0.0001,47829.1416355684,26803.5332483478 -3380,0.0001,47829.1416355684,26803.5332483478 -3381,0.0001,47829.1416355684,26803.5332483478 -3382,0.0001,47829.1416355684,26803.5332483478 -3383,0.0001,47829.1416355684,26803.5332483478 -3384,0.0001,47829.1416355684,26803.5332483478 -3385,0.0001,47829.1416355684,26803.5332483478 -3386,0.0001,47829.1416355684,26803.5332483478 -3387,0.0001,47829.1416355684,26803.5332483478 -3388,0.0001,47829.1416355684,26803.5332483478 -3389,0.0001,47829.1416355684,26803.5332483478 -3390,0.0001,47829.1416355684,26803.5332483478 -3391,0.0001,47829.1416355684,26803.5332483478 -3392,0.0001,47829.1416355684,26803.5332483478 -3393,0.0001,47829.1416355684,26803.5332483478 -3394,0.0001,47829.1416355684,26803.5332483478 -3395,0.0001,47829.1416355684,26803.5332483478 -3396,0.0001,47829.1416355684,26803.5332483478 -3397,0.0001,47829.1416355684,26803.5332483478 -3398,0.0001,47829.1416355684,26803.5332483478 -3399,0.0001,47829.1416355684,26803.5332483478 -3400,0.0001,47829.1416355684,26803.5332483478 -3401,0.0001,47829.1416355684,26803.5332483478 -3402,0.0001,47829.1416355684,26803.5332483478 -3403,0.0001,47829.1416355684,26803.5332483478 -3404,0.0001,47829.1416355684,26803.5332483478 -3405,0.0001,47829.1416355684,26803.5332483478 -3406,0.0001,47829.1416355684,26803.5332483478 -3407,0.0001,47829.1416355684,26803.5332483478 -3408,0.0001,47829.1416355684,26803.5332483478 -3409,0.0001,47829.1416355684,26803.5332483478 -3410,0.0001,47829.1416355684,26803.5332483478 -3411,0.0001,47829.1416355684,26803.5332483478 -3412,0.0001,47829.1416355684,26803.5332483478 -3413,0.0001,47829.1416355684,26803.5332483478 -3414,0.0001,47829.1416355684,26803.5332483478 -3415,0.0001,47829.1416355684,26803.5332483478 -3416,0.0001,47829.1416355684,26803.5332483478 -3417,0.0001,47829.1416355684,26803.5332483478 -3418,0.0001,47829.1416355684,26803.5332483478 -3419,0.0001,47829.1416355684,26803.5332483478 -3420,0.0001,47829.1416355684,26803.5332483478 -3421,0.0001,47829.1416355684,26803.5332483478 -3422,0.0001,47829.1416355684,26803.5332483478 -3423,0.0001,47829.1416355684,26803.5332483478 -3424,0.0001,47829.1416355684,26803.5332483478 -3425,0.0001,47829.1416355684,26803.5332483478 -3426,0.0001,47829.1416355684,26803.5332483478 -3427,0.0001,47829.1416355684,26803.5332483478 -3428,0.0001,47829.1416355684,26803.5332483478 -3429,0.0001,47829.1416355684,26803.5332483478 -3430,0.0001,47829.1416355684,26803.5332483478 -3431,0.0001,47829.1416355684,26803.5332483478 -3432,0.0001,47829.1416355684,26803.5332483478 -3433,0.0001,47829.1416355684,26803.5332483478 -3434,0.0001,47829.1416355684,26803.5332483478 -3435,0.0001,47829.1416355684,26803.5332483478 -3436,0.0001,47829.1416355684,26803.5332483478 -3437,0.0001,47829.1416355684,26803.5332483478 -3438,0.0001,47829.1416355684,26803.5332483478 -3439,0.0001,47829.1416355684,26803.5332483478 -3440,0.0001,47829.1416355684,26803.5332483478 -3441,0.0001,47829.1416355684,26803.5332483478 -3442,0.0001,47829.1416355684,26803.5332483478 -3443,0.0001,47829.1416355684,26803.5332483478 -3444,0.0001,47829.1416355684,26803.5332483478 -3445,0.0001,47829.1416355684,26803.5332483478 -3446,0.0001,47829.1416355684,26803.5332483478 -3447,0.0001,47829.1416355684,26803.5332483478 -3448,0.0001,47829.1416355684,26803.5332483478 -3449,0.0001,47829.1416355684,26803.5332483478 -3450,0.0001,47829.1416355684,26803.5332483478 -3451,0.0001,47829.1416355684,26803.5332483478 -3452,0.0001,47829.1416355684,26803.5332483478 -3453,0.0001,47829.1416355684,26803.5332483478 -3454,0.0001,47829.1416355684,26803.5332483478 -3455,0.0001,47829.1416355684,26803.5332483478 -3456,0.0001,47829.1416355684,26803.5332483478 -3457,0.0001,47829.1416355684,26803.5332483478 -3458,0.0001,47829.1416355684,26803.5332483478 -3459,0.0001,47829.1416355684,26803.5332483478 -3460,0.0001,47829.1416355684,26803.5332483478 -3461,0.0001,47829.1416355684,26803.5332483478 -3462,0.0001,47829.1416355684,26803.5332483478 -3463,0.0001,47829.1416355684,26803.5332483478 -3464,0.0001,47829.1416355684,26803.5332483478 -3465,0.0001,47829.1416355684,26803.5332483478 -3466,0.0001,47829.1416355684,26803.5332483478 -3467,0.0001,47829.1416355684,26803.5332483478 -3468,0.0001,47829.1416355684,26803.5332483478 -3469,0.0001,47829.1416355684,26803.5332483478 -3470,0.0001,47829.1416355684,26803.5332483478 -3471,0.0001,47829.1416355684,26803.5332483478 -3472,0.0001,47829.1416355684,26803.5332483478 -3473,0.0001,47829.1416355684,26803.5332483478 -3474,0.0001,47829.1416355684,26803.5332483478 -3475,0.0001,47829.1416355684,26803.5332483478 -3476,0.0001,47829.1416355684,26803.5332483478 -3477,0.0001,47829.1416355684,26803.5332483478 -3478,0.0001,47829.1416355684,26803.5332483478 -3479,0.0001,47829.1416355684,26803.5332483478 -3480,0.0001,47829.1416355684,26803.5332483478 -3481,0.0001,47829.1416355684,26803.5332483478 -3482,0.0001,47829.1416355684,26803.5332483478 -3483,0.0001,47829.1416355684,26803.5332483478 -3484,0.0001,47829.1416355684,26803.5332483478 -3485,0.0001,47829.1416355684,26803.5332483478 -3486,0.0001,47829.1416355684,26803.5332483478 -3487,0.0001,47829.1416355684,26803.5332483478 -3488,0.0001,47829.1416355684,26803.5332483478 -3489,0.0001,47829.1416355684,26803.5332483478 -3490,0.0001,47829.1416355684,26803.5332483478 -3491,0.0001,47829.1416355684,26803.5332483478 -3492,0.0001,47829.1416355684,26803.5332483478 -3493,0.0001,47829.1416355684,26803.5332483478 -3494,0.0001,47829.1416355684,26803.5332483478 -3495,0.0001,47829.1416355684,26803.5332483478 -3496,0.0001,47829.1416355684,26803.5332483478 -3497,0.0001,47829.1416355684,26803.5332483478 -3498,0.0001,47829.1416355684,26803.5332483478 -3499,0.0001,47829.1416355684,26803.5332483478 -3500,0.0001,47829.1416355684,26803.5332483478 -3501,0.0001,47829.1416355684,26803.5332483478 -3502,0.0001,47829.1416355684,26803.5332483478 -3503,0.0001,47829.1416355684,26803.5332483478 -3504,0.0001,47829.1416355684,26803.5332483478 -3505,0.0001,47829.1416355684,26803.5332483478 -3506,0.0001,47829.1416355684,26803.5332483478 -3507,0.0001,47829.1416355684,26803.5332483478 -3508,0.0001,47829.1416355684,26803.5332483478 -3509,0.0001,47829.1416355684,26803.5332483478 -3510,0.0001,47829.1416355684,26803.5332483478 -3511,0.0001,47829.1416355684,26803.5332483478 -3512,0.0001,47829.1416355684,26803.5332483478 -3513,0.0001,47829.1416355684,26803.5332483478 -3514,0.0001,47829.1416355684,26803.5332483478 -3515,0.0001,47829.1416355684,26803.5332483478 -3516,0.0001,47829.1416355684,26803.5332483478 -3517,0.0001,47829.1416355684,26803.5332483478 -3518,0.0001,47829.1416355684,26803.5332483478 -3519,0.0001,47829.1416355684,26803.5332483478 -3520,0.0001,47829.1416355684,26803.5332483478 -3521,0.0001,47829.1416355684,26803.5332483478 -3522,0.0001,47829.1416355684,26803.5332483478 -3523,0.0001,47829.1416355684,26803.5332483478 -3524,0.0001,47829.1416355684,26803.5332483478 -3525,0.0001,47829.1416355684,26803.5332483478 -3526,0.0001,47829.1416355684,26803.5332483478 -3527,0.0001,47829.1416355684,26803.5332483478 -3528,0.0001,47829.1416355684,26803.5332483478 -3529,0.0001,47829.1416355684,26803.5332483478 -3530,0.0001,47829.1416355684,26803.5332483478 -3531,0.0001,47829.1416355684,26803.5332483478 -3532,0.0001,47829.1416355684,26803.5332483478 -3533,0.0001,47829.1416355684,26803.5332483478 -3534,0.0001,47829.1416355684,26803.5332483478 -3535,0.0001,47829.1416355684,26803.5332483478 -3536,0.0001,47829.1416355684,26803.5332483478 -3537,0.0001,47829.1416355684,26803.5332483478 -3538,0.0001,47829.1416355684,26803.5332483478 -3539,0.0001,47829.1416355684,26803.5332483478 -3540,0.0001,47829.1416355684,26803.5332483478 -3541,0.0001,47829.1416355684,26803.5332483478 -3542,0.0001,47829.1416355684,26803.5332483478 -3543,0.0001,47829.1416355684,26803.5332483478 -3544,0.0001,47829.1416355684,26803.5332483478 -3545,0.0001,47829.1416355684,26803.5332483478 -3546,0.0001,47829.1416355684,26803.5332483478 -3547,0.0001,47829.1416355684,26803.5332483478 -3548,0.0001,47829.1416355684,26803.5332483478 -3549,0.0001,47829.1416355684,26803.5332483478 -3550,0.0001,47829.1416355684,26803.5332483478 -3551,0.0001,47829.1416355684,26803.5332483478 -3552,0.0001,47829.1416355684,26803.5332483478 -3553,0.0001,47829.1416355684,26803.5332483478 -3554,0.0001,47829.1416355684,26803.5332483478 -3555,0.0001,47829.1416355684,26803.5332483478 -3556,0.0001,47829.1416355684,26803.5332483478 -3557,0.0001,47829.1416355684,26803.5332483478 -3558,0.0001,47829.1416355684,26803.5332483478 -3559,0.0001,47829.1416355684,26803.5332483478 -3560,0.0001,47829.1416355684,26803.5332483478 -3561,0.0001,47829.1416355684,26803.5332483478 -3562,0.0001,47829.1416355684,26803.5332483478 -3563,0.0001,47829.1416355684,26803.5332483478 -3564,0.0001,47829.1416355684,26803.5332483478 -3565,0.0001,47829.1416355684,26803.5332483478 -3566,0.0001,47829.1416355684,26803.5332483478 -3567,0.0001,47829.1416355684,26803.5332483478 -3568,0.0001,47829.1416355684,26803.5332483478 -3569,0.0001,47829.1416355684,26803.5332483478 -3570,0.0001,47829.1416355684,26803.5332483478 -3571,0.0001,47829.1416355684,26803.5332483478 -3572,0.0001,47829.1416355684,26803.5332483478 -3573,0.0001,47829.1416355684,26803.5332483478 -3574,0.0001,47829.1416355684,26803.5332483478 -3575,0.0001,47829.1416355684,26803.5332483478 -3576,0.0001,47829.1416355684,26803.5332483478 -3577,0.0001,47829.1416355684,26803.5332483478 -3578,0.0001,47829.1416355684,26803.5332483478 -3579,0.0001,47829.1416355684,26803.5332483478 -3580,0.0001,47829.1416355684,26803.5332483478 -3581,0.0001,47829.1416355684,26803.5332483478 -3582,0.0001,47829.1416355684,26803.5332483478 -3583,0.0001,47829.1416355684,26803.5332483478 -3584,0.0001,47829.1416355684,26803.5332483478 -3585,0.0001,47829.1416355684,26803.5332483478 -3586,0.0001,47829.1416355684,26803.5332483478 -3587,0.0001,47829.1416355684,26803.5332483478 -3588,0.0001,47829.1416355684,26803.5332483478 -3589,0.0001,47829.1416355684,26803.5332483478 -3590,0.0001,47829.1416355684,26803.5332483478 -3591,0.0001,47829.1416355684,26803.5332483478 -3592,0.0001,47829.1416355684,26803.5332483478 -3593,0.0001,47829.1416355684,26803.5332483478 -3594,0.0001,47829.1416355684,26803.5332483478 -3595,0.0001,47829.1416355684,26803.5332483478 -3596,0.0001,47829.1416355684,26803.5332483478 -3597,0.0001,47829.1416355684,26803.5332483478 -3598,0.0001,47829.1416355684,26803.5332483478 -3599,0.0001,47829.1416355684,26803.5332483478 -3600,0.0001,47829.1416355684,26803.5332483478 -3601,0.0001,47829.1416355684,26803.5332483478 -3602,0.0001,47829.1416355684,26803.5332483478 -3603,0.0001,47829.1416355684,26803.5332483478 -3604,0.0001,47829.1416355684,26803.5332483478 -3605,0.0001,47829.1416355684,26803.5332483478 -3606,0.0001,47829.1416355684,26803.5332483478 -3607,0.0001,47829.1416355684,26803.5332483478 -3608,0.0001,47829.1416355684,26803.5332483478 -3609,0.0001,47829.1416355684,26803.5332483478 -3610,0.0001,47829.1416355684,26803.5332483478 -3611,0.0001,47829.1416355684,26803.5332483478 -3612,0.0001,47829.1416355684,26803.5332483478 -3613,0.0001,47829.1416355684,26803.5332483478 -3614,0.0001,47829.1416355684,26803.5332483478 -3615,0.0001,47829.1416355684,26803.5332483478 -3616,0.0001,47829.1416355684,26803.5332483478 -3617,0.0001,47829.1416355684,26803.5332483478 -3618,0.0001,47829.1416355684,26803.5332483478 -3619,0.0001,47829.1416355684,26803.5332483478 -3620,0.0001,47829.1416355684,26803.5332483478 -3621,0.0001,47829.1416355684,26803.5332483478 -3622,0.0001,47829.1416355684,26803.5332483478 -3623,0.0001,47829.1416355684,26803.5332483478 -3624,0.0001,47829.1416355684,26803.5332483478 -3625,0.0001,47829.1416355684,26803.5332483478 -3626,0.0001,47829.1416355684,26803.5332483478 -3627,0.0001,47829.1416355684,26803.5332483478 -3628,0.0001,47829.1416355684,26803.5332483478 -3629,0.0001,47829.1416355684,26803.5332483478 -3630,0.0001,47829.1416355684,26803.5332483478 -3631,0.0001,47829.1416355684,26803.5332483478 -3632,0.0001,47829.1416355684,26803.5332483478 -3633,0.0001,47829.1416355684,26803.5332483478 -3634,0.0001,47829.1416355684,26803.5332483478 -3635,0.0001,47829.1416355684,26803.5332483478 -3636,0.0001,47829.1416355684,26803.5332483478 -3637,0.0001,47829.1416355684,26803.5332483478 -3638,0.0001,47829.1416355684,26803.5332483478 -3639,0.0001,47829.1416355684,26803.5332483478 -3640,0.0001,47829.1416355684,26803.5332483478 -3641,0.0001,47829.1416355684,26803.5332483478 -3642,0.0001,47829.1416355684,26803.5332483478 -3643,0.0001,47829.1416355684,26803.5332483478 -3644,0.0001,47829.1416355684,26803.5332483478 -3645,0.0001,47829.1416355684,26803.5332483478 -3646,0.0001,47829.1416355684,26803.5332483478 -3647,0.0001,47829.1416355684,26803.5332483478 -3648,0.0001,47829.1416355684,26803.5332483478 -3649,0.0001,47829.1416355684,26803.5332483478 -3650,0.0001,47829.1416355684,26803.5332483478 -3651,0.0001,47829.1416355684,26803.5332483478 -3652,0.0001,47829.1416355684,26803.5332483478 -3653,0.0001,47829.1416355684,26803.5332483478 -3654,0.0001,47829.1416355684,26803.5332483478 -3655,0.0001,47829.1416355684,26803.5332483478 -3656,0.0001,47829.1416355684,26803.5332483478 -3657,0.0001,47829.1416355684,26803.5332483478 -3658,0.0001,47829.1416355684,26803.5332483478 -3659,0.0001,47829.1416355684,26803.5332483478 -3660,0.0001,47829.1416355684,26803.5332483478 -3661,0.0001,47829.1416355684,26803.5332483478 -3662,0.0001,47829.1416355684,26803.5332483478 -3663,0.0001,47829.1416355684,26803.5332483478 -3664,0.0001,47829.1416355684,26803.5332483478 -3665,0.0001,47829.1416355684,26803.5332483478 -3666,0.0001,47829.1416355684,26803.5332483478 -3667,0.0001,47829.1416355684,26803.5332483478 -3668,0.0001,47829.1416355684,26803.5332483478 -3669,0.0001,47829.1416355684,26803.5332483478 -3670,0.0001,47829.1416355684,26803.5332483478 -3671,0.0001,47829.1416355684,26803.5332483478 -3672,0.0001,47829.1416355684,26803.5332483478 -3673,0.0001,47829.1416355684,26803.5332483478 -3674,0.0001,47829.1416355684,26803.5332483478 -3675,0.0001,47829.1416355684,26803.5332483478 -3676,0.0001,47829.1416355684,26803.5332483478 -3677,0.0001,47829.1416355684,26803.5332483478 -3678,0.0001,47829.1416355684,26803.5332483478 -3679,0.0001,47829.1416355684,26803.5332483478 -3680,0.0001,47829.1416355684,26803.5332483478 -3681,0.0001,47829.1416355684,26803.5332483478 -3682,0.0001,47829.1416355684,26803.5332483478 -3683,0.0001,47829.1416355684,26803.5332483478 -3684,0.0001,47829.1416355684,26803.5332483478 -3685,0.0001,47829.1416355684,26803.5332483478 -3686,0.0001,47829.1416355684,26803.5332483478 -3687,0.0001,47829.1416355684,26803.5332483478 -3688,0.0001,47829.1416355684,26803.5332483478 -3689,0.0001,47829.1416355684,26803.5332483478 -3690,0.0001,47829.1416355684,26803.5332483478 -3691,0.0001,47829.1416355684,26803.5332483478 -3692,0.0001,47829.1416355684,26803.5332483478 -3693,0.0001,47829.1416355684,26803.5332483478 -3694,0.0001,47829.1416355684,26803.5332483478 -3695,0.0001,47829.1416355684,26803.5332483478 -3696,0.0001,47829.1416355684,26803.5332483478 -3697,0.0001,47829.1416355684,26803.5332483478 -3698,0.0001,47829.1416355684,26803.5332483478 -3699,0.0001,47829.1416355684,26803.5332483478 -3700,0.0001,47829.1416355684,26803.5332483478 -3701,0.0001,47829.1416355684,26803.5332483478 -3702,0.0001,47829.1416355684,26803.5332483478 -3703,0.0001,47829.1416355684,26803.5332483478 -3704,0.0001,47829.1416355684,26803.5332483478 -3705,0.0001,47829.1416355684,26803.5332483478 -3706,0.0001,47829.1416355684,26803.5332483478 -3707,0.0001,47829.1416355684,26803.5332483478 -3708,0.0001,47829.1416355684,26803.5332483478 -3709,0.0001,47829.1416355684,26803.5332483478 -3710,0.0001,47829.1416355684,26803.5332483478 -3711,0.0001,47829.1416355684,26803.5332483478 -3712,0.0001,47829.1416355684,26803.5332483478 -3713,0.0001,47829.1416355684,26803.5332483478 -3714,0.0001,47829.1416355684,26803.5332483478 -3715,0.0001,47829.1416355684,26803.5332483478 -3716,0.0001,47829.1416355684,26803.5332483478 -3717,0.0001,47829.1416355684,26803.5332483478 -3718,0.0001,47829.1416355684,26803.5332483478 -3719,0.0001,47829.1416355684,26803.5332483478 -3720,0.0001,47829.1416355684,26803.5332483478 -3721,0.0001,47829.1416355684,26803.5332483478 -3722,0.0001,47829.1416355684,26803.5332483478 -3723,0.0001,47829.1416355684,26803.5332483478 -3724,0.0001,47829.1416355684,26803.5332483478 -3725,0.0001,47829.1416355684,26803.5332483478 -3726,0.0001,47829.1416355684,26803.5332483478 -3727,0.0001,47829.1416355684,26803.5332483478 -3728,0.0001,47829.1416355684,26803.5332483478 -3729,0.0001,47829.1416355684,26803.5332483478 -3730,0.0001,47829.1416355684,26803.5332483478 -3731,0.0001,47829.1416355684,26803.5332483478 -3732,0.0001,47829.1416355684,26803.5332483478 -3733,0.0001,47829.1416355684,26803.5332483478 -3734,0.0001,47829.1416355684,26803.5332483478 -3735,0.0001,47829.1416355684,26803.5332483478 -3736,0.0001,47829.1416355684,26803.5332483478 -3737,0.0001,47829.1416355684,26803.5332483478 -3738,0.0001,47829.1416355684,26803.5332483478 -3739,0.0001,47829.1416355684,26803.5332483478 -3740,0.0001,47829.1416355684,26803.5332483478 -3741,0.0001,47829.1416355684,26803.5332483478 -3742,0.0001,47829.1416355684,26803.5332483478 -3743,0.0001,47829.1416355684,26803.5332483478 -3744,0.0001,47829.1416355684,26803.5332483478 -3745,0.0001,47829.1416355684,26803.5332483478 -3746,0.0001,47829.1416355684,26803.5332483478 -3747,0.0001,47829.1416355684,26803.5332483478 -3748,0.0001,47829.1416355684,26803.5332483478 -3749,0.0001,47829.1416355684,26803.5332483478 -3750,0.0001,47829.1416355684,26803.5332483478 -3751,0.0001,47829.1416355684,26803.5332483478 -3752,0.0001,47829.1416355684,26803.5332483478 -3753,0.0001,47829.1416355684,26803.5332483478 -3754,0.0001,47829.1416355684,26803.5332483478 -3755,0.0001,47829.1416355684,26803.5332483478 -3756,0.0001,47829.1416355684,26803.5332483478 -3757,0.0001,47829.1416355684,26803.5332483478 -3758,0.0001,47829.1416355684,26803.5332483478 -3759,0.0001,47829.1416355684,26803.5332483478 -3760,0.0001,47829.1416355684,26803.5332483478 -3761,0.0001,47829.1416355684,26803.5332483478 -3762,0.0001,47829.1416355684,26803.5332483478 -3763,0.0001,47829.1416355684,26803.5332483478 -3764,0.0001,47829.1416355684,26803.5332483478 -3765,0.0001,47829.1416355684,26803.5332483478 -3766,0.0001,47829.1416355684,26803.5332483478 -3767,0.0001,47829.1416355684,26803.5332483478 -3768,0.0001,47829.1416355684,26803.5332483478 -3769,0.0001,47829.1416355684,26803.5332483478 -3770,0.0001,47829.1416355684,26803.5332483478 -3771,0.0001,47829.1416355684,26803.5332483478 -3772,0.0001,47829.1416355684,26803.5332483478 -3773,0.0001,47829.1416355684,26803.5332483478 -3774,0.0001,47829.1416355684,26803.5332483478 -3775,0.0001,47829.1416355684,26803.5332483478 -3776,0.0001,47829.1416355684,26803.5332483478 -3777,0.0001,47829.1416355684,26803.5332483478 -3778,0.0001,47829.1416355684,26803.5332483478 -3779,0.0001,47829.1416355684,26803.5332483478 -3780,0.0001,47829.1416355684,26803.5332483478 -3781,0.0001,47829.1416355684,26803.5332483478 -3782,0.0001,47829.1416355684,26803.5332483478 -3783,0.0001,47829.1416355684,26803.5332483478 -3784,0.0001,47829.1416355684,26803.5332483478 -3785,0.0001,47829.1416355684,26803.5332483478 -3786,0.0001,47829.1416355684,26803.5332483478 -3787,0.0001,47829.1416355684,26803.5332483478 -3788,0.0001,47829.1416355684,26803.5332483478 -3789,0.0001,47829.1416355684,26803.5332483478 -3790,0.0001,47829.1416355684,26803.5332483478 -3791,0.0001,47829.1416355684,26803.5332483478 -3792,0.0001,47829.1416355684,26803.5332483478 -3793,0.0001,47829.1416355684,26803.5332483478 -3794,0.0001,47829.1416355684,26803.5332483478 -3795,0.0001,47829.1416355684,26803.5332483478 -3796,0.0001,47829.1416355684,26803.5332483478 -3797,0.0001,47829.1416355684,26803.5332483478 -3798,0.0001,47829.1416355684,26803.5332483478 -3799,0.0001,47829.1416355684,26803.5332483478 -3800,0.0001,47829.1416355684,26803.5332483478 -3801,0.0001,47829.1416355684,26803.5332483478 -3802,0.0001,47829.1416355684,26803.5332483478 -3803,0.0001,47829.1416355684,26803.5332483478 -3804,0.0001,47829.1416355684,26803.5332483478 -3805,0.0001,47829.1416355684,26803.5332483478 -3806,0.0001,47829.1416355684,26803.5332483478 -3807,0.0001,47829.1416355684,26803.5332483478 -3808,0.0001,47829.1416355684,26803.5332483478 -3809,0.0001,47829.1416355684,26803.5332483478 -3810,0.0001,47829.1416355684,26803.5332483478 -3811,0.0001,47829.1416355684,26803.5332483478 -3812,0.0001,47829.1416355684,26803.5332483478 -3813,0.0001,47829.1416355684,26803.5332483478 -3814,0.0001,47829.1416355684,26803.5332483478 -3815,0.0001,47829.1416355684,26803.5332483478 -3816,0.0001,47829.1416355684,26803.5332483478 -3817,0.0001,47829.1416355684,26803.5332483478 -3818,0.0001,47829.1416355684,26803.5332483478 -3819,0.0001,47829.1416355684,26803.5332483478 -3820,0.0001,47829.1416355684,26803.5332483478 -3821,0.0001,47829.1416355684,26803.5332483478 -3822,0.0001,47829.1416355684,26803.5332483478 -3823,0.0001,47829.1416355684,26803.5332483478 -3824,0.0001,47829.1416355684,26803.5332483478 -3825,0.0001,47829.1416355684,26803.5332483478 -3826,0.0001,47829.1416355684,26803.5332483478 -3827,0.0001,47829.1416355684,26803.5332483478 -3828,0.0001,47829.1416355684,26803.5332483478 -3829,0.0001,47829.1416355684,26803.5332483478 -3830,0.0001,47829.1416355684,26803.5332483478 -3831,0.0001,47829.1416355684,26803.5332483478 -3832,0.0001,47829.1416355684,26803.5332483478 -3833,0.0001,47829.1416355684,26803.5332483478 -3834,0.0001,47829.1416355684,26803.5332483478 -3835,0.0001,47829.1416355684,26803.5332483478 -3836,0.0001,47829.1416355684,26803.5332483478 -3837,0.0001,47829.1416355684,26803.5332483478 -3838,0.0001,47829.1416355684,26803.5332483478 -3839,0.0001,47829.1416355684,26803.5332483478 -3840,0.0001,47829.1416355684,26803.5332483478 -3841,0.0001,47829.1416355684,26803.5332483478 -3842,0.0001,47829.1416355684,26803.5332483478 -3843,0.0001,47829.1416355684,26803.5332483478 -3844,0.0001,47829.1416355684,26803.5332483478 -3845,0.0001,47829.1416355684,26803.5332483478 -3846,0.0001,47829.1416355684,26803.5332483478 -3847,0.0001,47829.1416355684,26803.5332483478 -3848,0.0001,47829.1416355684,26803.5332483478 -3849,0.0001,47829.1416355684,26803.5332483478 -3850,0.0001,47829.1416355684,26803.5332483478 -3851,0.0001,47829.1416355684,26803.5332483478 -3852,0.0001,47829.1416355684,26803.5332483478 -3853,0.0001,47829.1416355684,26803.5332483478 -3854,0.0001,47829.1416355684,26803.5332483478 -3855,0.0001,47829.1416355684,26803.5332483478 -3856,0.0001,47829.1416355684,26803.5332483478 -3857,0.0001,47829.1416355684,26803.5332483478 -3858,0.0001,47829.1416355684,26803.5332483478 -3859,0.0001,47829.1416355684,26803.5332483478 -3860,0.0001,47829.1416355684,26803.5332483478 -3861,0.0001,47829.1416355684,26803.5332483478 -3862,0.0001,47829.1416355684,26803.5332483478 -3863,0.0001,47829.1416355684,26803.5332483478 -3864,0.0001,47829.1416355684,26803.5332483478 -3865,0.0001,47829.1416355684,26803.5332483478 -3866,0.0001,47829.1416355684,26803.5332483478 -3867,0.0001,47829.1416355684,26803.5332483478 -3868,0.0001,47829.1416355684,26803.5332483478 -3869,0.0001,47829.1416355684,26803.5332483478 -3870,0.0001,47829.1416355684,26803.5332483478 -3871,0.0001,47829.1416355684,26803.5332483478 -3872,0.0001,47829.1416355684,26803.5332483478 -3873,0.0001,47829.1416355684,26803.5332483478 -3874,0.0001,47829.1416355684,26803.5332483478 -3875,0.0001,47829.1416355684,26803.5332483478 -3876,0.0001,47829.1416355684,26803.5332483478 -3877,0.0001,47829.1416355684,26803.5332483478 -3878,0.0001,47829.1416355684,26803.5332483478 -3879,0.0001,47829.1416355684,26803.5332483478 -3880,0.0001,47829.1416355684,26803.5332483478 -3881,0.0001,47829.1416355684,26803.5332483478 -3882,0.0001,47829.1416355684,26803.5332483478 -3883,0.0001,47829.1416355684,26803.5332483478 -3884,0.0001,47829.1416355684,26803.5332483478 -3885,0.0001,47829.1416355684,26803.5332483478 -3886,0.0001,47829.1416355684,26803.5332483478 -3887,0.0001,47829.1416355684,26803.5332483478 -3888,0.0001,47829.1416355684,26803.5332483478 -3889,0.0001,47829.1416355684,26803.5332483478 -3890,0.0001,47829.1416355684,26803.5332483478 -3891,0.0001,47829.1416355684,26803.5332483478 -3892,0.0001,47829.1416355684,26803.5332483478 -3893,0.0001,47829.1416355684,26803.5332483478 -3894,0.0001,47829.1416355684,26803.5332483478 -3895,0.0001,47829.1416355684,26803.5332483478 -3896,0.0001,47829.1416355684,26803.5332483478 -3897,0.0001,47829.1416355684,26803.5332483478 -3898,0.0001,47829.1416355684,26803.5332483478 -3899,0.0001,47829.1416355684,26803.5332483478 -3900,0.0001,47829.1416355684,26803.5332483478 -3901,0.0001,47829.1416355684,26803.5332483478 -3902,0.0001,47829.1416355684,26803.5332483478 -3903,0.0001,47829.1416355684,26803.5332483478 -3904,0.0001,47829.1416355684,26803.5332483478 -3905,0.0001,47829.1416355684,26803.5332483478 -3906,0.0001,47829.1416355684,26803.5332483478 -3907,0.0001,47829.1416355684,26803.5332483478 -3908,0.0001,47829.1416355684,26803.5332483478 -3909,0.0001,47829.1416355684,26803.5332483478 -3910,0.0001,47829.1416355684,26803.5332483478 -3911,0.0001,47829.1416355684,26803.5332483478 -3912,0.0001,47829.1416355684,26803.5332483478 -3913,0.0001,47829.1416355684,26803.5332483478 -3914,0.0001,47829.1416355684,26803.5332483478 -3915,0.0001,47829.1416355684,26803.5332483478 -3916,0.0001,47829.1416355684,26803.5332483478 -3917,0.0001,47829.1416355684,26803.5332483478 -3918,0.0001,47829.1416355684,26803.5332483478 -3919,0.0001,47829.1416355684,26803.5332483478 -3920,0.0001,47829.1416355684,26803.5332483478 -3921,0.0001,47829.1416355684,26803.5332483478 -3922,0.0001,47829.1416355684,26803.5332483478 -3923,0.0001,47829.1416355684,26803.5332483478 -3924,0.0001,47829.1416355684,26803.5332483478 -3925,0.0001,47829.1416355684,26803.5332483478 -3926,0.0001,47829.1416355684,26803.5332483478 -3927,0.0001,47829.1416355684,26803.5332483478 -3928,0.0001,47829.1416355684,26803.5332483478 -3929,0.0001,47829.1416355684,26803.5332483478 -3930,0.0001,47829.1416355684,26803.5332483478 -3931,0.0001,47829.1416355684,26803.5332483478 -3932,0.0001,47829.1416355684,26803.5332483478 -3933,0.0001,47829.1416355684,26803.5332483478 -3934,0.0001,47829.1416355684,26803.5332483478 -3935,0.0001,47829.1416355684,26803.5332483478 -3936,0.0001,47829.1416355684,26803.5332483478 -3937,0.0001,47829.1416355684,26803.5332483478 -3938,0.0001,47829.1416355684,26803.5332483478 -3939,0.0001,47829.1416355684,26803.5332483478 -3940,0.0001,47829.1416355684,26803.5332483478 -3941,0.0001,47829.1416355684,26803.5332483478 -3942,0.0001,47829.1416355684,26803.5332483478 -3943,0.0001,47829.1416355684,26803.5332483478 -3944,0.0001,47829.1416355684,26803.5332483478 -3945,0.0001,47829.1416355684,26803.5332483478 -3946,0.0001,47829.1416355684,26803.5332483478 -3947,0.0001,47829.1416355684,26803.5332483478 -3948,0.0001,47829.1416355684,26803.5332483478 -3949,0.0001,47829.1416355684,26803.5332483478 -3950,0.0001,47829.1416355684,26803.5332483478 -3951,0.0001,47829.1416355684,26803.5332483478 -3952,0.0001,47829.1416355684,26803.5332483478 -3953,0.0001,47829.1416355684,26803.5332483478 -3954,0.0001,47829.1416355684,26803.5332483478 -3955,0.0001,47829.1416355684,26803.5332483478 -3956,0.0001,47829.1416355684,26803.5332483478 -3957,0.0001,47829.1416355684,26803.5332483478 -3958,0.0001,47829.1416355684,26803.5332483478 -3959,0.0001,47829.1416355684,26803.5332483478 -3960,0.0001,47829.1416355684,26803.5332483478 -3961,0.0001,47829.1416355684,26803.5332483478 -3962,0.0001,47829.1416355684,26803.5332483478 -3963,0.0001,47829.1416355684,26803.5332483478 -3964,0.0001,47829.1416355684,26803.5332483478 -3965,0.0001,47829.1416355684,26803.5332483478 -3966,0.0001,47829.1416355684,26803.5332483478 -3967,0.0001,47829.1416355684,26803.5332483478 -3968,0.0001,47829.1416355684,26803.5332483478 -3969,0.0001,47829.1416355684,26803.5332483478 -3970,0.0001,47829.1416355684,26803.5332483478 -3971,0.0001,47829.1416355684,26803.5332483478 -3972,0.0001,47829.1416355684,26803.5332483478 -3973,0.0001,47829.1416355684,26803.5332483478 -3974,0.0001,47829.1416355684,26803.5332483478 -3975,0.0001,47829.1416355684,26803.5332483478 -3976,0.0001,47829.1416355684,26803.5332483478 -3977,0.0001,47829.1416355684,26803.5332483478 -3978,0.0001,47829.1416355684,26803.5332483478 -3979,0.0001,47829.1416355684,26803.5332483478 -3980,0.0001,47829.1416355684,26803.5332483478 -3981,0.0001,47829.1416355684,26803.5332483478 -3982,0.0001,47829.1416355684,26803.5332483478 -3983,0.0001,47829.1416355684,26803.5332483478 -3984,0.0001,47829.1416355684,26803.5332483478 -3985,0.0001,47829.1416355684,26803.5332483478 -3986,0.0001,47829.1416355684,26803.5332483478 -3987,0.0001,47829.1416355684,26803.5332483478 -3988,0.0001,47829.1416355684,26803.5332483478 -3989,0.0001,47829.1416355684,26803.5332483478 -3990,0.0001,47829.1416355684,26803.5332483478 -3991,0.0001,47829.1416355684,26803.5332483478 -3992,0.0001,47829.1416355684,26803.5332483478 -3993,0.0001,47829.1416355684,26803.5332483478 -3994,0.0001,47829.1416355684,26803.5332483478 -3995,0.0001,47829.1416355684,26803.5332483478 -3996,0.0001,47829.1416355684,26803.5332483478 -3997,0.0001,47829.1416355684,26803.5332483478 -3998,0.0001,47829.1416355684,26803.5332483478 -3999,0.0001,47829.1416355684,26803.5332483478 -4000,0.0001,47829.1416355684,26803.5332483478 -4001,0.0001,47829.1416355684,26803.5332483478 -4002,0.0001,47829.1416355684,26803.5332483478 -4003,0.0001,47829.1416355684,26803.5332483478 -4004,0.0001,47829.1416355684,26803.5332483478 -4005,0.0001,47829.1416355684,26803.5332483478 -4006,0.0001,47829.1416355684,26803.5332483478 -4007,0.0001,47829.1416355684,26803.5332483478 -4008,0.0001,47829.1416355684,26803.5332483478 -4009,0.0001,47829.1416355684,26803.5332483478 -4010,0.0001,47829.1416355684,26803.5332483478 -4011,0.0001,47829.1416355684,26803.5332483478 -4012,0.0001,47829.1416355684,26803.5332483478 -4013,0.0001,47829.1416355684,26803.5332483478 -4014,0.0001,47829.1416355684,26803.5332483478 -4015,0.0001,47829.1416355684,26803.5332483478 -4016,0.0001,47829.1416355684,26803.5332483478 -4017,0.0001,47829.1416355684,26803.5332483478 -4018,0.0001,47829.1416355684,26803.5332483478 -4019,0.0001,47829.1416355684,26803.5332483478 -4020,0.0001,47829.1416355684,26803.5332483478 -4021,0.0001,47829.1416355684,26803.5332483478 -4022,0.0001,47829.1416355684,26803.5332483478 -4023,0.0001,47829.1416355684,26803.5332483478 -4024,0.0001,47829.1416355684,26803.5332483478 -4025,0.0001,47829.1416355684,26803.5332483478 -4026,0.0001,47829.1416355684,26803.5332483478 -4027,0.0001,47829.1416355684,26803.5332483478 -4028,0.0001,47829.1416355684,26803.5332483478 -4029,0.0001,47829.1416355684,26803.5332483478 -4030,0.0001,47829.1416355684,26803.5332483478 -4031,0.0001,47829.1416355684,26803.5332483478 -4032,0.0001,47829.1416355684,26803.5332483478 -4033,0.0001,47829.1416355684,26803.5332483478 -4034,0.0001,47829.1416355684,26803.5332483478 -4035,0.0001,47829.1416355684,26803.5332483478 -4036,0.0001,47829.1416355684,26803.5332483478 -4037,0.0001,47829.1416355684,26803.5332483478 -4038,0.0001,47829.1416355684,26803.5332483478 -4039,0.0001,47829.1416355684,26803.5332483478 -4040,0.0001,47829.1416355684,26803.5332483478 -4041,0.0001,47829.1416355684,26803.5332483478 -4042,0.0001,47829.1416355684,26803.5332483478 -4043,0.0001,47829.1416355684,26803.5332483478 -4044,0.0001,47829.1416355684,26803.5332483478 -4045,0.0001,47829.1416355684,26803.5332483478 -4046,0.0001,47829.1416355684,26803.5332483478 -4047,0.0001,47829.1416355684,26803.5332483478 -4048,0.0001,47829.1416355684,26803.5332483478 -4049,0.0001,47829.1416355684,26803.5332483478 -4050,0.0001,47829.1416355684,26803.5332483478 -4051,0.0001,47829.1416355684,26803.5332483478 -4052,0.0001,47829.1416355684,26803.5332483478 -4053,0.0001,47829.1416355684,26803.5332483478 -4054,0.0001,47829.1416355684,26803.5332483478 -4055,0.0001,47829.1416355684,26803.5332483478 -4056,0.0001,47829.1416355684,26803.5332483478 -4057,0.0001,47829.1416355684,26803.5332483478 -4058,0.0001,47829.1416355684,26803.5332483478 -4059,0.0001,47829.1416355684,26803.5332483478 -4060,0.0001,47829.1416355684,26803.5332483478 -4061,0.0001,47829.1416355684,26803.5332483478 -4062,0.0001,47829.1416355684,26803.5332483478 -4063,0.0001,47829.1416355684,26803.5332483478 -4064,0.0001,47829.1416355684,26803.5332483478 -4065,0.0001,47829.1416355684,26803.5332483478 -4066,0.0001,47829.1416355684,26803.5332483478 -4067,0.0001,47829.1416355684,26803.5332483478 -4068,0.0001,47829.1416355684,26803.5332483478 -4069,0.0001,47829.1416355684,26803.5332483478 -4070,0.0001,47829.1416355684,26803.5332483478 -4071,0.0001,47829.1416355684,26803.5332483478 -4072,0.0001,47829.1416355684,26803.5332483478 -4073,0.0001,47829.1416355684,26803.5332483478 -4074,0.0001,47829.1416355684,26803.5332483478 -4075,0.0001,47829.1416355684,26803.5332483478 -4076,0.0001,47829.1416355684,26803.5332483478 -4077,0.0001,47829.1416355684,26803.5332483478 -4078,0.0001,47829.1416355684,26803.5332483478 -4079,0.0001,47829.1416355684,26803.5332483478 -4080,0.0001,47829.1416355684,26803.5332483478 -4081,0.0001,47829.1416355684,26803.5332483478 -4082,0.0001,47829.1416355684,26803.5332483478 -4083,0.0001,47829.1416355684,26803.5332483478 -4084,0.0001,47829.1416355684,26803.5332483478 -4085,0.0001,47829.1416355684,26803.5332483478 -4086,0.0001,47829.1416355684,26803.5332483478 -4087,0.0001,47829.1416355684,26803.5332483478 -4088,0.0001,47829.1416355684,26803.5332483478 -4089,0.0001,47829.1416355684,26803.5332483478 -4090,0.0001,47829.1416355684,26803.5332483478 -4091,0.0001,47829.1416355684,26803.5332483478 -4092,0.0001,47829.1416355684,26803.5332483478 -4093,0.0001,47829.1416355684,26803.5332483478 -4094,0.0001,47829.1416355684,26803.5332483478 -4095,0.0001,47829.1416355684,26803.5332483478 -4096,0.0001,47829.1416355684,26803.5332483478 -4097,0.0001,47829.1416355684,26803.5332483478 -4098,0.0001,47829.1416355684,26803.5332483478 -4099,0.0001,47829.1416355684,26803.5332483478 -4100,0.0001,47829.1416355684,26803.5332483478 -4101,0.0001,47829.1416355684,26803.5332483478 -4102,0.0001,47829.1416355684,26803.5332483478 -4103,0.0001,47829.1416355684,26803.5332483478 -4104,0.0001,47829.1416355684,26803.5332483478 -4105,0.0001,47829.1416355684,26803.5332483478 -4106,0.0001,47829.1416355684,26803.5332483478 -4107,0.0001,47829.1416355684,26803.5332483478 -4108,0.0001,47829.1416355684,26803.5332483478 -4109,0.0001,47829.1416355684,26803.5332483478 -4110,0.0001,47829.1416355684,26803.5332483478 -4111,0.0001,47829.1416355684,26803.5332483478 -4112,0.0001,47829.1416355684,26803.5332483478 -4113,0.0001,47829.1416355684,26803.5332483478 -4114,0.0001,47829.1416355684,26803.5332483478 -4115,0.0001,47829.1416355684,26803.5332483478 -4116,0.0001,47829.1416355684,26803.5332483478 -4117,0.0001,47829.1416355684,26803.5332483478 -4118,0.0001,47829.1416355684,26803.5332483478 -4119,0.0001,47829.1416355684,26803.5332483478 -4120,0.0001,47829.1416355684,26803.5332483478 -4121,0.0001,47829.1416355684,26803.5332483478 -4122,0.0001,47829.1416355684,26803.5332483478 -4123,0.0001,47829.1416355684,26803.5332483478 -4124,0.0001,47829.1416355684,26803.5332483478 -4125,0.0001,47829.1416355684,26803.5332483478 -4126,0.0001,47829.1416355684,26803.5332483478 -4127,0.0001,47829.1416355684,26803.5332483478 -4128,0.0001,47829.1416355684,26803.5332483478 -4129,0.0001,47829.1416355684,26803.5332483478 -4130,0.0001,47829.1416355684,26803.5332483478 -4131,0.0001,47829.1416355684,26803.5332483478 -4132,0.0001,47829.1416355684,26803.5332483478 -4133,0.0001,47829.1416355684,26803.5332483478 -4134,0.0001,47829.1416355684,26803.5332483478 -4135,0.0001,47829.1416355684,26803.5332483478 -4136,0.0001,47829.1416355684,26803.5332483478 -4137,0.0001,47829.1416355684,26803.5332483478 -4138,0.0001,47829.1416355684,26803.5332483478 -4139,0.0001,47829.1416355684,26803.5332483478 -4140,0.0001,47829.1416355684,26803.5332483478 -4141,0.0001,47829.1416355684,26803.5332483478 -4142,0.0001,47829.1416355684,26803.5332483478 -4143,0.0001,47829.1416355684,26803.5332483478 -4144,0.0001,47829.1416355684,26803.5332483478 -4145,0.0001,47829.1416355684,26803.5332483478 -4146,0.0001,47829.1416355684,26803.5332483478 -4147,0.0001,47829.1416355684,26803.5332483478 -4148,0.0001,47829.1416355684,26803.5332483478 -4149,0.0001,47829.1416355684,26803.5332483478 -4150,0.0001,47829.1416355684,26803.5332483478 -4151,0.0001,47829.1416355684,26803.5332483478 -4152,0.0001,47829.1416355684,26803.5332483478 -4153,0.0001,47829.1416355684,26803.5332483478 -4154,0.0001,47829.1416355684,26803.5332483478 -4155,0.0001,47829.1416355684,26803.5332483478 -4156,0.0001,47829.1416355684,26803.5332483478 -4157,0.0001,47829.1416355684,26803.5332483478 -4158,0.0001,47829.1416355684,26803.5332483478 -4159,0.0001,47829.1416355684,26803.5332483478 -4160,0.0001,47829.1416355684,26803.5332483478 -4161,0.0001,47829.1416355684,26803.5332483478 -4162,0.0001,47829.1416355684,26803.5332483478 -4163,0.0001,47829.1416355684,26803.5332483478 -4164,0.0001,47829.1416355684,26803.5332483478 -4165,0.0001,47829.1416355684,26803.5332483478 -4166,0.0001,47829.1416355684,26803.5332483478 -4167,0.0001,47829.1416355684,26803.5332483478 -4168,0.0001,47829.1416355684,26803.5332483478 -4169,0.0001,47829.1416355684,26803.5332483478 -4170,0.0001,47829.1416355684,26803.5332483478 -4171,0.0001,47829.1416355684,26803.5332483478 -4172,0.0001,47829.1416355684,26803.5332483478 -4173,0.0001,47829.1416355684,26803.5332483478 -4174,0.0001,47829.1416355684,26803.5332483478 -4175,0.0001,47829.1416355684,26803.5332483478 -4176,0.0001,47829.1416355684,26803.5332483478 -4177,0.0001,47829.1416355684,26803.5332483478 -4178,0.0001,47829.1416355684,26803.5332483478 -4179,0.0001,47829.1416355684,26803.5332483478 -4180,0.0001,47829.1416355684,26803.5332483478 -4181,0.0001,47829.1416355684,26803.5332483478 -4182,0.0001,47829.1416355684,26803.5332483478 -4183,0.0001,47829.1416355684,26803.5332483478 -4184,0.0001,47829.1416355684,26803.5332483478 -4185,0.0001,47829.1416355684,26803.5332483478 -4186,0.0001,47829.1416355684,26803.5332483478 -4187,0.0001,47829.1416355684,26803.5332483478 -4188,0.0001,47829.1416355684,26803.5332483478 -4189,0.0001,47829.1416355684,26803.5332483478 -4190,0.0001,47829.1416355684,26803.5332483478 -4191,0.0001,47829.1416355684,26803.5332483478 -4192,0.0001,47829.1416355684,26803.5332483478 -4193,0.0001,47829.1416355684,26803.5332483478 -4194,0.0001,47829.1416355684,26803.5332483478 -4195,0.0001,47829.1416355684,26803.5332483478 -4196,0.0001,47829.1416355684,26803.5332483478 -4197,0.0001,47829.1416355684,26803.5332483478 -4198,0.0001,47829.1416355684,26803.5332483478 -4199,0.0001,47829.1416355684,26803.5332483478 -4200,0.0001,47829.1416355684,26803.5332483478 -4201,0.0001,47829.1416355684,26803.5332483478 -4202,0.0001,47829.1416355684,26803.5332483478 -4203,0.0001,47829.1416355684,26803.5332483478 -4204,0.0001,47829.1416355684,26803.5332483478 -4205,0.0001,47829.1416355684,26803.5332483478 -4206,0.0001,47829.1416355684,26803.5332483478 -4207,0.0001,47829.1416355684,26803.5332483478 -4208,0.0001,47829.1416355684,26803.5332483478 -4209,0.0001,47829.1416355684,26803.5332483478 -4210,0.0001,47829.1416355684,26803.5332483478 -4211,0.0001,47829.1416355684,26803.5332483478 -4212,0.0001,47829.1416355684,26803.5332483478 -4213,0.0001,47829.1416355684,26803.5332483478 -4214,0.0001,47829.1416355684,26803.5332483478 -4215,0.0001,47829.1416355684,26803.5332483478 -4216,0.0001,47829.1416355684,26803.5332483478 -4217,0.0001,47829.1416355684,26803.5332483478 -4218,0.0001,47829.1416355684,26803.5332483478 -4219,0.0001,47829.1416355684,26803.5332483478 -4220,0.0001,47829.1416355684,26803.5332483478 -4221,0.0001,47829.1416355684,26803.5332483478 -4222,0.0001,47829.1416355684,26803.5332483478 -4223,0.0001,47829.1416355684,26803.5332483478 -4224,0.0001,47829.1416355684,26803.5332483478 -4225,0.0001,47829.1416355684,26803.5332483478 -4226,0.0001,47829.1416355684,26803.5332483478 -4227,0.0001,47829.1416355684,26803.5332483478 -4228,0.0001,47829.1416355684,26803.5332483478 -4229,0.0001,47829.1416355684,26803.5332483478 -4230,0.0001,47829.1416355684,26803.5332483478 -4231,0.0001,47829.1416355684,26803.5332483478 -4232,0.0001,47829.1416355684,26803.5332483478 -4233,0.0001,47829.1416355684,26803.5332483478 -4234,0.0001,47829.1416355684,26803.5332483478 -4235,0.0001,47829.1416355684,26803.5332483478 -4236,0.0001,47829.1416355684,26803.5332483478 -4237,0.0001,47829.1416355684,26803.5332483478 -4238,0.0001,47829.1416355684,26803.5332483478 -4239,0.0001,47829.1416355684,26803.5332483478 -4240,0.0001,47829.1416355684,26803.5332483478 -4241,0.0001,47829.1416355684,26803.5332483478 -4242,0.0001,47829.1416355684,26803.5332483478 -4243,0.0001,47829.1416355684,26803.5332483478 -4244,0.0001,47829.1416355684,26803.5332483478 -4245,0.0001,47829.1416355684,26803.5332483478 -4246,0.0001,47829.1416355684,26803.5332483478 -4247,0.0001,47829.1416355684,26803.5332483478 -4248,0.0001,47829.1416355684,26803.5332483478 -4249,0.0001,47829.1416355684,26803.5332483478 -4250,0.0001,47829.1416355684,26803.5332483478 -4251,0.0001,47829.1416355684,26803.5332483478 -4252,0.0001,47829.1416355684,26803.5332483478 -4253,0.0001,47829.1416355684,26803.5332483478 -4254,0.0001,47829.1416355684,26803.5332483478 -4255,0.0001,47829.1416355684,26803.5332483478 -4256,0.0001,47829.1416355684,26803.5332483478 -4257,0.0001,47829.1416355684,26803.5332483478 -4258,0.0001,47829.1416355684,26803.5332483478 -4259,0.0001,47829.1416355684,26803.5332483478 -4260,0.0001,47829.1416355684,26803.5332483478 -4261,0.0001,47829.1416355684,26803.5332483478 -4262,0.0001,47829.1416355684,26803.5332483478 -4263,0.0001,47829.1416355684,26803.5332483478 -4264,0.0001,47829.1416355684,26803.5332483478 -4265,0.0001,47829.1416355684,26803.5332483478 -4266,0.0001,47829.1416355684,26803.5332483478 -4267,0.0001,47829.1416355684,26803.5332483478 -4268,0.0001,47829.1416355684,26803.5332483478 -4269,0.0001,47829.1416355684,26803.5332483478 -4270,0.0001,47829.1416355684,26803.5332483478 -4271,0.0001,47829.1416355684,26803.5332483478 -4272,0.0001,47829.1416355684,26803.5332483478 -4273,0.0001,47829.1416355684,26803.5332483478 -4274,0.0001,47829.1416355684,26803.5332483478 -4275,0.0001,47829.1416355684,26803.5332483478 -4276,0.0001,47829.1416355684,26803.5332483478 -4277,0.0001,47829.1416355684,26803.5332483478 -4278,0.0001,47829.1416355684,26803.5332483478 -4279,0.0001,47829.1416355684,26803.5332483478 -4280,0.0001,47829.1416355684,26803.5332483478 -4281,0.0001,47829.1416355684,26803.5332483478 -4282,0.0001,47829.1416355684,26803.5332483478 -4283,0.0001,47829.1416355684,26803.5332483478 -4284,0.0001,47829.1416355684,26803.5332483478 -4285,0.0001,47829.1416355684,26803.5332483478 -4286,0.0001,47829.1416355684,26803.5332483478 -4287,0.0001,47829.1416355684,26803.5332483478 -4288,0.0001,47829.1416355684,26803.5332483478 -4289,0.0001,47829.1416355684,26803.5332483478 -4290,0.0001,47829.1416355684,26803.5332483478 -4291,0.0001,47829.1416355684,26803.5332483478 -4292,0.0001,47829.1416355684,26803.5332483478 -4293,0.0001,47829.1416355684,26803.5332483478 -4294,0.0001,47829.1416355684,26803.5332483478 -4295,0.0001,47829.1416355684,26803.5332483478 -4296,0.0001,47829.1416355684,26803.5332483478 -4297,0.0001,47829.1416355684,26803.5332483478 -4298,0.0001,47829.1416355684,26803.5332483478 -4299,0.0001,47829.1416355684,26803.5332483478 -4300,0.0001,47829.1416355684,26803.5332483478 -4301,0.0001,47829.1416355684,26803.5332483478 -4302,0.0001,47829.1416355684,26803.5332483478 -4303,0.0001,47829.1416355684,26803.5332483478 -4304,0.0001,47829.1416355684,26803.5332483478 -4305,0.0001,47829.1416355684,26803.5332483478 -4306,0.0001,47829.1416355684,26803.5332483478 -4307,0.0001,47829.1416355684,26803.5332483478 -4308,0.0001,47829.1416355684,26803.5332483478 -4309,0.0001,47829.1416355684,26803.5332483478 -4310,0.0001,47829.1416355684,26803.5332483478 -4311,0.0001,47829.1416355684,26803.5332483478 -4312,0.0001,47829.1416355684,26803.5332483478 -4313,0.0001,47829.1416355684,26803.5332483478 -4314,0.0001,47829.1416355684,26803.5332483478 -4315,0.0001,47829.1416355684,26803.5332483478 -4316,0.0001,47829.1416355684,26803.5332483478 -4317,0.0001,47829.1416355684,26803.5332483478 -4318,0.0001,47829.1416355684,26803.5332483478 -4319,0.0001,47829.1416355684,26803.5332483478 -4320,0.0001,47829.1416355684,26803.5332483478 -4321,0.0001,47829.1416355684,26803.5332483478 -4322,0.0001,47829.1416355684,26803.5332483478 -4323,0.0001,47829.1416355684,26803.5332483478 -4324,0.0001,47829.1416355684,26803.5332483478 -4325,0.0001,47829.1416355684,26803.5332483478 -4326,0.0001,47829.1416355684,26803.5332483478 -4327,0.0001,47829.1416355684,26803.5332483478 -4328,0.0001,47829.1416355684,26803.5332483478 -4329,0.0001,47829.1416355684,26803.5332483478 -4330,0.0001,47829.1416355684,26803.5332483478 -4331,0.0001,47829.1416355684,26803.5332483478 -4332,0.0001,47829.1416355684,26803.5332483478 -4333,0.0001,47829.1416355684,26803.5332483478 -4334,0.0001,47829.1416355684,26803.5332483478 -4335,0.0001,47829.1416355684,26803.5332483478 -4336,0.0001,47829.1416355684,26803.5332483478 -4337,0.0001,47829.1416355684,26803.5332483478 -4338,0.0001,47829.1416355684,26803.5332483478 -4339,0.0001,47829.1416355684,26803.5332483478 -4340,0.0001,47829.1416355684,26803.5332483478 -4341,0.0001,47829.1416355684,26803.5332483478 -4342,0.0001,47829.1416355684,26803.5332483478 -4343,0.0001,47829.1416355684,26803.5332483478 -4344,0.0001,47829.1416355684,26803.5332483478 -4345,0.0001,47829.1416355684,26803.5332483478 -4346,0.0001,47829.1416355684,26803.5332483478 -4347,0.0001,47829.1416355684,26803.5332483478 -4348,0.0001,47829.1416355684,26803.5332483478 -4349,0.0001,47829.1416355684,26803.5332483478 -4350,0.0001,47829.1416355684,26803.5332483478 -4351,0.0001,47829.1416355684,26803.5332483478 -4352,0.0001,47829.1416355684,26803.5332483478 -4353,0.0001,47829.1416355684,26803.5332483478 -4354,0.0001,47829.1416355684,26803.5332483478 -4355,0.0001,47829.1416355684,26803.5332483478 -4356,0.0001,47829.1416355684,26803.5332483478 -4357,0.0001,47829.1416355684,26803.5332483478 -4358,0.0001,47829.1416355684,26803.5332483478 -4359,0.0001,47829.1416355684,26803.5332483478 -4360,0.0001,47829.1416355684,26803.5332483478 -4361,0.0001,47829.1416355684,26803.5332483478 -4362,0.0001,47829.1416355684,26803.5332483478 -4363,0.0001,47829.1416355684,26803.5332483478 -4364,0.0001,47829.1416355684,26803.5332483478 -4365,0.0001,47829.1416355684,26803.5332483478 -4366,0.0001,47829.1416355684,26803.5332483478 -4367,0.0001,47829.1416355684,26803.5332483478 -4368,0.0001,47829.1416355684,26803.5332483478 -4369,0.0001,47829.1416355684,26803.5332483478 -4370,0.0001,47829.1416355684,26803.5332483478 -4371,0.0001,47829.1416355684,26803.5332483478 -4372,0.0001,47829.1416355684,26803.5332483478 -4373,0.0001,47829.1416355684,26803.5332483478 -4374,0.0001,47829.1416355684,26803.5332483478 -4375,0.0001,47829.1416355684,26803.5332483478 -4376,0.0001,47829.1416355684,26803.5332483478 -4377,0.0001,47829.1416355684,26803.5332483478 -4378,0.0001,47829.1416355684,26803.5332483478 -4379,0.0001,47829.1416355684,26803.5332483478 -4380,0.0001,47829.1416355684,26803.5332483478 -4381,0.0001,47829.1416355684,26803.5332483478 -4382,0.0001,47829.1416355684,26803.5332483478 -4383,0.0001,47829.1416355684,26803.5332483478 -4384,0.0001,47829.1416355684,26803.5332483478 -4385,0.0001,47829.1416355684,26803.5332483478 -4386,0.0001,47829.1416355684,26803.5332483478 -4387,0.0001,47829.1416355684,26803.5332483478 -4388,0.0001,47829.1416355684,26803.5332483478 -4389,0.0001,47829.1416355684,26803.5332483478 -4390,0.0001,47829.1416355684,26803.5332483478 -4391,0.0001,47829.1416355684,26803.5332483478 -4392,0.0001,47829.1416355684,26803.5332483478 -4393,0.0001,47829.1416355684,26803.5332483478 -4394,0.0001,47829.1416355684,26803.5332483478 -4395,0.0001,47829.1416355684,26803.5332483478 -4396,0.0001,47829.1416355684,26803.5332483478 -4397,0.0001,47829.1416355684,26803.5332483478 -4398,0.0001,47829.1416355684,26803.5332483478 -4399,0.0001,47829.1416355684,26803.5332483478 -4400,0.0001,47829.1416355684,26803.5332483478 -4401,0.0001,47829.1416355684,26803.5332483478 -4402,0.0001,47829.1416355684,26803.5332483478 -4403,0.0001,47829.1416355684,26803.5332483478 -4404,0.0001,47829.1416355684,26803.5332483478 -4405,0.0001,47829.1416355684,26803.5332483478 -4406,0.0001,47829.1416355684,26803.5332483478 -4407,0.0001,47829.1416355684,26803.5332483478 -4408,0.0001,47829.1416355684,26803.5332483478 -4409,0.0001,47829.1416355684,26803.5332483478 -4410,0.0001,47829.1416355684,26803.5332483478 -4411,0.0001,47829.1416355684,26803.5332483478 -4412,0.0001,47829.1416355684,26803.5332483478 -4413,0.0001,47829.1416355684,26803.5332483478 -4414,0.0001,47829.1416355684,26803.5332483478 -4415,0.0001,47829.1416355684,26803.5332483478 -4416,0.0001,47829.1416355684,26803.5332483478 -4417,0.0001,47829.1416355684,26803.5332483478 -4418,0.0001,47829.1416355684,26803.5332483478 -4419,0.0001,47829.1416355684,26803.5332483478 -4420,0.0001,47829.1416355684,26803.5332483478 -4421,0.0001,47829.1416355684,26803.5332483478 -4422,0.0001,47829.1416355684,26803.5332483478 -4423,0.0001,47829.1416355684,26803.5332483478 -4424,0.0001,47829.1416355684,26803.5332483478 -4425,0.0001,47829.1416355684,26803.5332483478 -4426,0.0001,47829.1416355684,26803.5332483478 -4427,0.0001,47829.1416355684,26803.5332483478 -4428,0.0001,47829.1416355684,26803.5332483478 -4429,0.0001,47829.1416355684,26803.5332483478 -4430,0.0001,47829.1416355684,26803.5332483478 -4431,0.0001,47829.1416355684,26803.5332483478 -4432,0.0001,47829.1416355684,26803.5332483478 -4433,0.0001,47829.1416355684,26803.5332483478 -4434,0.0001,47829.1416355684,26803.5332483478 -4435,0.0001,47829.1416355684,26803.5332483478 -4436,0.0001,47829.1416355684,26803.5332483478 -4437,0.0001,47829.1416355684,26803.5332483478 -4438,0.0001,47829.1416355684,26803.5332483478 -4439,0.0001,47829.1416355684,26803.5332483478 -4440,0.0001,47829.1416355684,26803.5332483478 -4441,0.0001,47829.1416355684,26803.5332483478 -4442,0.0001,47829.1416355684,26803.5332483478 -4443,0.0001,47829.1416355684,26803.5332483478 -4444,0.0001,47829.1416355684,26803.5332483478 -4445,0.0001,47829.1416355684,26803.5332483478 -4446,0.0001,47829.1416355684,26803.5332483478 -4447,0.0001,47829.1416355684,26803.5332483478 -4448,0.0001,47829.1416355684,26803.5332483478 -4449,0.0001,47829.1416355684,26803.5332483478 -4450,0.0001,47829.1416355684,26803.5332483478 -4451,0.0001,47829.1416355684,26803.5332483478 -4452,0.0001,47829.1416355684,26803.5332483478 -4453,0.0001,47829.1416355684,26803.5332483478 -4454,0.0001,47829.1416355684,26803.5332483478 -4455,0.0001,47829.1416355684,26803.5332483478 -4456,0.0001,47829.1416355684,26803.5332483478 -4457,0.0001,47829.1416355684,26803.5332483478 -4458,0.0001,47829.1416355684,26803.5332483478 -4459,0.0001,47829.1416355684,26803.5332483478 -4460,0.0001,47829.1416355684,26803.5332483478 -4461,0.0001,47829.1416355684,26803.5332483478 -4462,0.0001,47829.1416355684,26803.5332483478 -4463,0.0001,47829.1416355684,26803.5332483478 -4464,0.0001,47829.1416355684,26803.5332483478 -4465,0.0001,47829.1416355684,26803.5332483478 -4466,0.0001,47829.1416355684,26803.5332483478 -4467,0.0001,47829.1416355684,26803.5332483478 -4468,0.0001,47829.1416355684,26803.5332483478 -4469,0.0001,47829.1416355684,26803.5332483478 -4470,0.0001,47829.1416355684,26803.5332483478 -4471,0.0001,47829.1416355684,26803.5332483478 -4472,0.0001,47829.1416355684,26803.5332483478 -4473,0.0001,47829.1416355684,26803.5332483478 -4474,0.0001,47829.1416355684,26803.5332483478 -4475,0.0001,47829.1416355684,26803.5332483478 -4476,0.0001,47829.1416355684,26803.5332483478 -4477,0.0001,47829.1416355684,26803.5332483478 -4478,0.0001,47829.1416355684,26803.5332483478 -4479,0.0001,47829.1416355684,26803.5332483478 -4480,0.0001,47829.1416355684,26803.5332483478 -4481,0.0001,47829.1416355684,26803.5332483478 -4482,0.0001,47829.1416355684,26803.5332483478 -4483,0.0001,47829.1416355684,26803.5332483478 -4484,0.0001,47829.1416355684,26803.5332483478 -4485,0.0001,47829.1416355684,26803.5332483478 -4486,0.0001,47829.1416355684,26803.5332483478 -4487,0.0001,47829.1416355684,26803.5332483478 -4488,0.0001,47829.1416355684,26803.5332483478 -4489,0.0001,47829.1416355684,26803.5332483478 -4490,0.0001,47829.1416355684,26803.5332483478 -4491,0.0001,47829.1416355684,26803.5332483478 -4492,0.0001,47829.1416355684,26803.5332483478 -4493,0.0001,47829.1416355684,26803.5332483478 -4494,0.0001,47829.1416355684,26803.5332483478 -4495,0.0001,47829.1416355684,26803.5332483478 -4496,0.0001,47829.1416355684,26803.5332483478 -4497,0.0001,47829.1416355684,26803.5332483478 -4498,0.0001,47829.1416355684,26803.5332483478 -4499,0.0001,47829.1416355684,26803.5332483478 -4500,0.0001,47829.1416355684,26803.5332483478 -4501,0.0001,47829.1416355684,26803.5332483478 -4502,0.0001,47829.1416355684,26803.5332483478 -4503,0.0001,47829.1416355684,26803.5332483478 -4504,0.0001,47829.1416355684,26803.5332483478 -4505,0.0001,47829.1416355684,26803.5332483478 -4506,0.0001,47829.1416355684,26803.5332483478 -4507,0.0001,47829.1416355684,26803.5332483478 -4508,0.0001,47829.1416355684,26803.5332483478 -4509,0.0001,47829.1416355684,26803.5332483478 -4510,0.0001,47829.1416355684,26803.5332483478 -4511,0.0001,47829.1416355684,26803.5332483478 -4512,0.0001,47829.1416355684,26803.5332483478 -4513,0.0001,47829.1416355684,26803.5332483478 -4514,0.0001,47829.1416355684,26803.5332483478 -4515,0.0001,47829.1416355684,26803.5332483478 -4516,0.0001,47829.1416355684,26803.5332483478 -4517,0.0001,47829.1416355684,26803.5332483478 -4518,0.0001,47829.1416355684,26803.5332483478 -4519,0.0001,47829.1416355684,26803.5332483478 -4520,0.0001,47829.1416355684,26803.5332483478 -4521,0.0001,47829.1416355684,26803.5332483478 -4522,0.0001,47829.1416355684,26803.5332483478 -4523,0.0001,47829.1416355684,26803.5332483478 -4524,0.0001,47829.1416355684,26803.5332483478 -4525,0.0001,47829.1416355684,26803.5332483478 -4526,0.0001,47829.1416355684,26803.5332483478 -4527,0.0001,47829.1416355684,26803.5332483478 -4528,0.0001,47829.1416355684,26803.5332483478 -4529,0.0001,47829.1416355684,26803.5332483478 -4530,0.0001,47829.1416355684,26803.5332483478 -4531,0.0001,47829.1416355684,26803.5332483478 -4532,0.0001,47829.1416355684,26803.5332483478 -4533,0.0001,47829.1416355684,26803.5332483478 -4534,0.0001,47829.1416355684,26803.5332483478 -4535,0.0001,47829.1416355684,26803.5332483478 -4536,0.0001,47829.1416355684,26803.5332483478 -4537,0.0001,47829.1416355684,26803.5332483478 -4538,0.0001,47829.1416355684,26803.5332483478 -4539,0.0001,47829.1416355684,26803.5332483478 -4540,0.0001,47829.1416355684,26803.5332483478 -4541,0.0001,47829.1416355684,26803.5332483478 -4542,0.0001,47829.1416355684,26803.5332483478 -4543,0.0001,47829.1416355684,26803.5332483478 -4544,0.0001,47829.1416355684,26803.5332483478 -4545,0.0001,47829.1416355684,26803.5332483478 -4546,0.0001,47829.1416355684,26803.5332483478 -4547,0.0001,47829.1416355684,26803.5332483478 -4548,0.0001,47829.1416355684,26803.5332483478 -4549,0.0001,47829.1416355684,26803.5332483478 -4550,0.0001,47829.1416355684,26803.5332483478 -4551,0.0001,47829.1416355684,26803.5332483478 -4552,0.0001,47829.1416355684,26803.5332483478 -4553,0.0001,47829.1416355684,26803.5332483478 -4554,0.0001,47829.1416355684,26803.5332483478 -4555,0.0001,47829.1416355684,26803.5332483478 -4556,0.0001,47829.1416355684,26803.5332483478 -4557,0.0001,47829.1416355684,26803.5332483478 -4558,0.0001,47829.1416355684,26803.5332483478 -4559,0.0001,47829.1416355684,26803.5332483478 -4560,0.0001,47829.1416355684,26803.5332483478 -4561,0.0001,47829.1416355684,26803.5332483478 -4562,0.0001,47829.1416355684,26803.5332483478 -4563,0.0001,47829.1416355684,26803.5332483478 -4564,0.0001,47829.1416355684,26803.5332483478 -4565,0.0001,47829.1416355684,26803.5332483478 -4566,0.0001,47829.1416355684,26803.5332483478 -4567,0.0001,47829.1416355684,26803.5332483478 -4568,0.0001,47829.1416355684,26803.5332483478 -4569,0.0001,47829.1416355684,26803.5332483478 -4570,0.0001,47829.1416355684,26803.5332483478 -4571,0.0001,47829.1416355684,26803.5332483478 -4572,0.0001,47829.1416355684,26803.5332483478 -4573,0.0001,47829.1416355684,26803.5332483478 -4574,0.0001,47829.1416355684,26803.5332483478 -4575,0.0001,47829.1416355684,26803.5332483478 -4576,0.0001,47829.1416355684,26803.5332483478 -4577,0.0001,47829.1416355684,26803.5332483478 -4578,0.0001,47829.1416355684,26803.5332483478 -4579,0.0001,47829.1416355684,26803.5332483478 -4580,0.0001,47829.1416355684,26803.5332483478 -4581,0.0001,47829.1416355684,26803.5332483478 -4582,0.0001,47829.1416355684,26803.5332483478 -4583,0.0001,47829.1416355684,26803.5332483478 -4584,0.0001,47829.1416355684,26803.5332483478 -4585,0.0001,47829.1416355684,26803.5332483478 -4586,0.0001,47829.1416355684,26803.5332483478 -4587,0.0001,47829.1416355684,26803.5332483478 -4588,0.0001,47829.1416355684,26803.5332483478 -4589,0.0001,47829.1416355684,26803.5332483478 -4590,0.0001,47829.1416355684,26803.5332483478 -4591,0.0001,47829.1416355684,26803.5332483478 -4592,0.0001,47829.1416355684,26803.5332483478 -4593,0.0001,47829.1416355684,26803.5332483478 -4594,0.0001,47829.1416355684,26803.5332483478 -4595,0.0001,47829.1416355684,26803.5332483478 -4596,0.0001,47829.1416355684,26803.5332483478 -4597,0.0001,47829.1416355684,26803.5332483478 -4598,0.0001,47829.1416355684,26803.5332483478 -4599,0.0001,47829.1416355684,26803.5332483478 -4600,0.0001,47829.1416355684,26803.5332483478 -4601,0.0001,47829.1416355684,26803.5332483478 -4602,0.0001,47829.1416355684,26803.5332483478 -4603,0.0001,47829.1416355684,26803.5332483478 -4604,0.0001,47829.1416355684,26803.5332483478 -4605,0.0001,47829.1416355684,26803.5332483478 -4606,0.0001,47829.1416355684,26803.5332483478 -4607,0.0001,47829.1416355684,26803.5332483478 -4608,0.0001,47829.1416355684,26803.5332483478 -4609,0.0001,47829.1416355684,26803.5332483478 -4610,0.0001,47829.1416355684,26803.5332483478 -4611,0.0001,47829.1416355684,26803.5332483478 -4612,0.0001,47829.1416355684,26803.5332483478 -4613,0.0001,47829.1416355684,26803.5332483478 -4614,0.0001,47829.1416355684,26803.5332483478 -4615,0.0001,47829.1416355684,26803.5332483478 -4616,0.0001,47829.1416355684,26803.5332483478 -4617,0.0001,47829.1416355684,26803.5332483478 -4618,0.0001,47829.1416355684,26803.5332483478 -4619,0.0001,47829.1416355684,26803.5332483478 -4620,0.0001,47829.1416355684,26803.5332483478 -4621,0.0001,47829.1416355684,26803.5332483478 -4622,0.0001,47829.1416355684,26803.5332483478 -4623,0.0001,47829.1416355684,26803.5332483478 -4624,0.0001,47829.1416355684,26803.5332483478 -4625,0.0001,47829.1416355684,26803.5332483478 -4626,0.0001,47829.1416355684,26803.5332483478 -4627,0.0001,47829.1416355684,26803.5332483478 -4628,0.0001,47829.1416355684,26803.5332483478 -4629,0.0001,47829.1416355684,26803.5332483478 -4630,0.0001,47829.1416355684,26803.5332483478 -4631,0.0001,47829.1416355684,26803.5332483478 -4632,0.0001,47829.1416355684,26803.5332483478 -4633,0.0001,47829.1416355684,26803.5332483478 -4634,0.0001,47829.1416355684,26803.5332483478 -4635,0.0001,47829.1416355684,26803.5332483478 -4636,0.0001,47829.1416355684,26803.5332483478 -4637,0.0001,47829.1416355684,26803.5332483478 -4638,0.0001,47829.1416355684,26803.5332483478 -4639,0.0001,47829.1416355684,26803.5332483478 -4640,0.0001,47829.1416355684,26803.5332483478 -4641,0.0001,47829.1416355684,26803.5332483478 -4642,0.0001,47829.1416355684,26803.5332483478 -4643,0.0001,47829.1416355684,26803.5332483478 -4644,0.0001,47829.1416355684,26803.5332483478 -4645,0.0001,47829.1416355684,26803.5332483478 -4646,0.0001,47829.1416355684,26803.5332483478 -4647,0.0001,47829.1416355684,26803.5332483478 -4648,0.0001,47829.1416355684,26803.5332483478 -4649,0.0001,47829.1416355684,26803.5332483478 -4650,0.0001,47829.1416355684,26803.5332483478 -4651,0.0001,47829.1416355684,26803.5332483478 -4652,0.0001,47829.1416355684,26803.5332483478 -4653,0.0001,47829.1416355684,26803.5332483478 -4654,0.0001,47829.1416355684,26803.5332483478 -4655,0.0001,47829.1416355684,26803.5332483478 -4656,0.0001,47829.1416355684,26803.5332483478 -4657,0.0001,47829.1416355684,26803.5332483478 -4658,0.0001,47829.1416355684,26803.5332483478 -4659,0.0001,47829.1416355684,26803.5332483478 -4660,0.0001,47829.1416355684,26803.5332483478 -4661,0.0001,47829.1416355684,26803.5332483478 -4662,0.0001,47829.1416355684,26803.5332483478 -4663,0.0001,47829.1416355684,26803.5332483478 -4664,0.0001,47829.1416355684,26803.5332483478 -4665,0.0001,47829.1416355684,26803.5332483478 -4666,0.0001,47829.1416355684,26803.5332483478 -4667,0.0001,47829.1416355684,26803.5332483478 -4668,0.0001,47829.1416355684,26803.5332483478 -4669,0.0001,47829.1416355684,26803.5332483478 -4670,0.0001,47829.1416355684,26803.5332483478 -4671,0.0001,47829.1416355684,26803.5332483478 -4672,0.0001,47829.1416355684,26803.5332483478 -4673,0.0001,47829.1416355684,26803.5332483478 -4674,0.0001,47829.1416355684,26803.5332483478 -4675,0.0001,47829.1416355684,26803.5332483478 -4676,0.0001,47829.1416355684,26803.5332483478 -4677,0.0001,47829.1416355684,26803.5332483478 -4678,0.0001,47829.1416355684,26803.5332483478 -4679,0.0001,47829.1416355684,26803.5332483478 -4680,0.0001,47829.1416355684,26803.5332483478 -4681,0.0001,47829.1416355684,26803.5332483478 -4682,0.0001,47829.1416355684,26803.5332483478 -4683,0.0001,47829.1416355684,26803.5332483478 -4684,0.0001,47829.1416355684,26803.5332483478 -4685,0.0001,47829.1416355684,26803.5332483478 -4686,0.0001,47829.1416355684,26803.5332483478 -4687,0.0001,47829.1416355684,26803.5332483478 -4688,0.0001,47829.1416355684,26803.5332483478 -4689,0.0001,47829.1416355684,26803.5332483478 -4690,0.0001,47829.1416355684,26803.5332483478 -4691,0.0001,47829.1416355684,26803.5332483478 -4692,0.0001,47829.1416355684,26803.5332483478 -4693,0.0001,47829.1416355684,26803.5332483478 -4694,0.0001,47829.1416355684,26803.5332483478 -4695,0.0001,47829.1416355684,26803.5332483478 -4696,0.0001,47829.1416355684,26803.5332483478 -4697,0.0001,47829.1416355684,26803.5332483478 -4698,0.0001,47829.1416355684,26803.5332483478 -4699,0.0001,47829.1416355684,26803.5332483478 -4700,0.0001,47829.1416355684,26803.5332483478 -4701,0.0001,47829.1416355684,26803.5332483478 -4702,0.0001,47829.1416355684,26803.5332483478 -4703,0.0001,47829.1416355684,26803.5332483478 -4704,0.0001,47829.1416355684,26803.5332483478 -4705,0.0001,47829.1416355684,26803.5332483478 -4706,0.0001,47829.1416355684,26803.5332483478 -4707,0.0001,47829.1416355684,26803.5332483478 -4708,0.0001,47829.1416355684,26803.5332483478 -4709,0.0001,47829.1416355684,26803.5332483478 -4710,0.0001,47829.1416355684,26803.5332483478 -4711,0.0001,47829.1416355684,26803.5332483478 -4712,0.0001,47829.1416355684,26803.5332483478 -4713,0.0001,47829.1416355684,26803.5332483478 -4714,0.0001,47829.1416355684,26803.5332483478 -4715,0.0001,47829.1416355684,26803.5332483478 -4716,0.0001,47829.1416355684,26803.5332483478 -4717,0.0001,47829.1416355684,26803.5332483478 -4718,0.0001,47829.1416355684,26803.5332483478 -4719,0.0001,47829.1416355684,26803.5332483478 -4720,0.0001,47829.1416355684,26803.5332483478 -4721,0.0001,47829.1416355684,26803.5332483478 -4722,0.0001,47829.1416355684,26803.5332483478 -4723,0.0001,47829.1416355684,26803.5332483478 -4724,0.0001,47829.1416355684,26803.5332483478 -4725,0.0001,47829.1416355684,26803.5332483478 -4726,0.0001,47829.1416355684,26803.5332483478 -4727,0.0001,47829.1416355684,26803.5332483478 -4728,0.0001,47829.1416355684,26803.5332483478 -4729,0.0001,47829.1416355684,26803.5332483478 -4730,0.0001,47829.1416355684,26803.5332483478 -4731,0.0001,47829.1416355684,26803.5332483478 -4732,0.0001,47829.1416355684,26803.5332483478 -4733,0.0001,47829.1416355684,26803.5332483478 -4734,0.0001,47829.1416355684,26803.5332483478 -4735,0.0001,47829.1416355684,26803.5332483478 -4736,0.0001,47829.1416355684,26803.5332483478 -4737,0.0001,47829.1416355684,26803.5332483478 -4738,0.0001,47829.1416355684,26803.5332483478 -4739,0.0001,47829.1416355684,26803.5332483478 -4740,0.0001,47829.1416355684,26803.5332483478 -4741,0.0001,47829.1416355684,26803.5332483478 -4742,0.0001,47829.1416355684,26803.5332483478 -4743,0.0001,47829.1416355684,26803.5332483478 -4744,0.0001,47829.1416355684,26803.5332483478 -4745,0.0001,47829.1416355684,26803.5332483478 -4746,0.0001,47829.1416355684,26803.5332483478 -4747,0.0001,47829.1416355684,26803.5332483478 -4748,0.0001,47829.1416355684,26803.5332483478 -4749,0.0001,47829.1416355684,26803.5332483478 -4750,0.0001,47829.1416355684,26803.5332483478 -4751,0.0001,47829.1416355684,26803.5332483478 -4752,0.0001,47829.1416355684,26803.5332483478 -4753,0.0001,47829.1416355684,26803.5332483478 -4754,0.0001,47829.1416355684,26803.5332483478 -4755,0.0001,47829.1416355684,26803.5332483478 -4756,0.0001,47829.1416355684,26803.5332483478 -4757,0.0001,47829.1416355684,26803.5332483478 -4758,0.0001,47829.1416355684,26803.5332483478 -4759,0.0001,47829.1416355684,26803.5332483478 -4760,0.0001,47829.1416355684,26803.5332483478 -4761,0.0001,47829.1416355684,26803.5332483478 -4762,0.0001,47829.1416355684,26803.5332483478 -4763,0.0001,47829.1416355684,26803.5332483478 -4764,0.0001,47829.1416355684,26803.5332483478 -4765,0.0001,47829.1416355684,26803.5332483478 -4766,0.0001,47829.1416355684,26803.5332483478 -4767,0.0001,47829.1416355684,26803.5332483478 -4768,0.0001,47829.1416355684,26803.5332483478 -4769,0.0001,47829.1416355684,26803.5332483478 -4770,0.0001,47829.1416355684,26803.5332483478 -4771,0.0001,47829.1416355684,26803.5332483478 -4772,0.0001,47829.1416355684,26803.5332483478 -4773,0.0001,47829.1416355684,26803.5332483478 -4774,0.0001,47829.1416355684,26803.5332483478 -4775,0.0001,47829.1416355684,26803.5332483478 -4776,0.0001,47829.1416355684,26803.5332483478 -4777,0.0001,47829.1416355684,26803.5332483478 -4778,0.0001,47829.1416355684,26803.5332483478 -4779,0.0001,47829.1416355684,26803.5332483478 -4780,0.0001,47829.1416355684,26803.5332483478 -4781,0.0001,47829.1416355684,26803.5332483478 -4782,0.0001,47829.1416355684,26803.5332483478 -4783,0.0001,47829.1416355684,26803.5332483478 -4784,0.0001,47829.1416355684,26803.5332483478 -4785,0.0001,47829.1416355684,26803.5332483478 -4786,0.0001,47829.1416355684,26803.5332483478 -4787,0.0001,47829.1416355684,26803.5332483478 -4788,0.0001,47829.1416355684,26803.5332483478 -4789,0.0001,47829.1416355684,26803.5332483478 -4790,0.0001,47829.1416355684,26803.5332483478 -4791,0.0001,47829.1416355684,26803.5332483478 -4792,0.0001,47829.1416355684,26803.5332483478 -4793,0.0001,47829.1416355684,26803.5332483478 -4794,0.0001,47829.1416355684,26803.5332483478 -4795,0.0001,47829.1416355684,26803.5332483478 -4796,0.0001,47829.1416355684,26803.5332483478 -4797,0.0001,47829.1416355684,26803.5332483478 -4798,0.0001,47829.1416355684,26803.5332483478 -4799,0.0001,47829.1416355684,26803.5332483478 -4800,0.0001,47829.1416355684,26803.5332483478 -4801,0.0001,47829.1416355684,26803.5332483478 -4802,0.0001,47829.1416355684,26803.5332483478 -4803,0.0001,47829.1416355684,26803.5332483478 -4804,0.0001,47829.1416355684,26803.5332483478 -4805,0.0001,47829.1416355684,26803.5332483478 -4806,0.0001,47829.1416355684,26803.5332483478 -4807,0.0001,47829.1416355684,26803.5332483478 -4808,0.0001,47829.1416355684,26803.5332483478 -4809,0.0001,47829.1416355684,26803.5332483478 -4810,0.0001,47829.1416355684,26803.5332483478 -4811,0.0001,47829.1416355684,26803.5332483478 -4812,0.0001,47829.1416355684,26803.5332483478 -4813,0.0001,47829.1416355684,26803.5332483478 -4814,0.0001,47829.1416355684,26803.5332483478 -4815,0.0001,47829.1416355684,26803.5332483478 -4816,0.0001,47829.1416355684,26803.5332483478 -4817,0.0001,47829.1416355684,26803.5332483478 -4818,0.0001,47829.1416355684,26803.5332483478 -4819,0.0001,47829.1416355684,26803.5332483478 -4820,0.0001,47829.1416355684,26803.5332483478 -4821,0.0001,47829.1416355684,26803.5332483478 -4822,0.0001,47829.1416355684,26803.5332483478 -4823,0.0001,47829.1416355684,26803.5332483478 -4824,0.0001,47829.1416355684,26803.5332483478 -4825,0.0001,47829.1416355684,26803.5332483478 -4826,0.0001,47829.1416355684,26803.5332483478 -4827,0.0001,47829.1416355684,26803.5332483478 -4828,0.0001,47829.1416355684,26803.5332483478 -4829,0.0001,47829.1416355684,26803.5332483478 -4830,0.0001,47829.1416355684,26803.5332483478 -4831,0.0001,47829.1416355684,26803.5332483478 -4832,0.0001,47829.1416355684,26803.5332483478 -4833,0.0001,47829.1416355684,26803.5332483478 -4834,0.0001,47829.1416355684,26803.5332483478 -4835,0.0001,47829.1416355684,26803.5332483478 -4836,0.0001,47829.1416355684,26803.5332483478 -4837,0.0001,47829.1416355684,26803.5332483478 -4838,0.0001,47829.1416355684,26803.5332483478 -4839,0.0001,47829.1416355684,26803.5332483478 -4840,0.0001,47829.1416355684,26803.5332483478 -4841,0.0001,47829.1416355684,26803.5332483478 -4842,0.0001,47829.1416355684,26803.5332483478 -4843,0.0001,47829.1416355684,26803.5332483478 -4844,0.0001,47829.1416355684,26803.5332483478 -4845,0.0001,47829.1416355684,26803.5332483478 -4846,0.0001,47829.1416355684,26803.5332483478 -4847,0.0001,47829.1416355684,26803.5332483478 -4848,0.0001,47829.1416355684,26803.5332483478 -4849,0.0001,47829.1416355684,26803.5332483478 -4850,0.0001,47829.1416355684,26803.5332483478 -4851,0.0001,47829.1416355684,26803.5332483478 -4852,0.0001,47829.1416355684,26803.5332483478 -4853,0.0001,47829.1416355684,26803.5332483478 -4854,0.0001,47829.1416355684,26803.5332483478 -4855,0.0001,47829.1416355684,26803.5332483478 -4856,0.0001,47829.1416355684,26803.5332483478 -4857,0.0001,47829.1416355684,26803.5332483478 -4858,0.0001,47829.1416355684,26803.5332483478 -4859,0.0001,47829.1416355684,26803.5332483478 -4860,0.0001,47829.1416355684,26803.5332483478 -4861,0.0001,47829.1416355684,26803.5332483478 -4862,0.0001,47829.1416355684,26803.5332483478 -4863,0.0001,47829.1416355684,26803.5332483478 -4864,0.0001,47829.1416355684,26803.5332483478 -4865,0.0001,47829.1416355684,26803.5332483478 -4866,0.0001,47829.1416355684,26803.5332483478 -4867,0.0001,47829.1416355684,26803.5332483478 -4868,0.0001,47829.1416355684,26803.5332483478 -4869,0.0001,47829.1416355684,26803.5332483478 -4870,0.0001,47829.1416355684,26803.5332483478 -4871,0.0001,47829.1416355684,26803.5332483478 -4872,0.0001,47829.1416355684,26803.5332483478 -4873,0.0001,47829.1416355684,26803.5332483478 -4874,0.0001,47829.1416355684,26803.5332483478 -4875,0.0001,47829.1416355684,26803.5332483478 -4876,0.0001,47829.1416355684,26803.5332483478 -4877,0.0001,47829.1416355684,26803.5332483478 -4878,0.0001,47829.1416355684,26803.5332483478 -4879,0.0001,47829.1416355684,26803.5332483478 -4880,0.0001,47829.1416355684,26803.5332483478 -4881,0.0001,47829.1416355684,26803.5332483478 -4882,0.0001,47829.1416355684,26803.5332483478 -4883,0.0001,47829.1416355684,26803.5332483478 -4884,0.0001,47829.1416355684,26803.5332483478 -4885,0.0001,47829.1416355684,26803.5332483478 -4886,0.0001,47829.1416355684,26803.5332483478 -4887,0.0001,47829.1416355684,26803.5332483478 -4888,0.0001,47829.1416355684,26803.5332483478 -4889,0.0001,47829.1416355684,26803.5332483478 -4890,0.0001,47829.1416355684,26803.5332483478 -4891,0.0001,47829.1416355684,26803.5332483478 -4892,0.0001,47829.1416355684,26803.5332483478 -4893,0.0001,47829.1416355684,26803.5332483478 -4894,0.0001,47829.1416355684,26803.5332483478 -4895,0.0001,47829.1416355684,26803.5332483478 -4896,0.0001,47829.1416355684,26803.5332483478 -4897,0.0001,47829.1416355684,26803.5332483478 -4898,0.0001,47829.1416355684,26803.5332483478 -4899,0.0001,47829.1416355684,26803.5332483478 -4900,0.0001,47829.1416355684,26803.5332483478 -4901,0.0001,47829.1416355684,26803.5332483478 -4902,0.0001,47829.1416355684,26803.5332483478 -4903,0.0001,47829.1416355684,26803.5332483478 -4904,0.0001,47829.1416355684,26803.5332483478 -4905,0.0001,47829.1416355684,26803.5332483478 -4906,0.0001,47829.1416355684,26803.5332483478 -4907,0.0001,47829.1416355684,26803.5332483478 -4908,0.0001,47829.1416355684,26803.5332483478 -4909,0.0001,47829.1416355684,26803.5332483478 -4910,0.0001,47829.1416355684,26803.5332483478 -4911,0.0001,47829.1416355684,26803.5332483478 -4912,0.0001,47829.1416355684,26803.5332483478 -4913,0.0001,47829.1416355684,26803.5332483478 -4914,0.0001,47829.1416355684,26803.5332483478 -4915,0.0001,47829.1416355684,26803.5332483478 -4916,0.0001,47829.1416355684,26803.5332483478 -4917,0.0001,47829.1416355684,26803.5332483478 -4918,0.0001,47829.1416355684,26803.5332483478 -4919,0.0001,47829.1416355684,26803.5332483478 -4920,0.0001,47829.1416355684,26803.5332483478 -4921,0.0001,47829.1416355684,26803.5332483478 -4922,0.0001,47829.1416355684,26803.5332483478 -4923,0.0001,47829.1416355684,26803.5332483478 -4924,0.0001,47829.1416355684,26803.5332483478 -4925,0.0001,47829.1416355684,26803.5332483478 -4926,0.0001,47829.1416355684,26803.5332483478 -4927,0.0001,47829.1416355684,26803.5332483478 -4928,0.0001,47829.1416355684,26803.5332483478 -4929,0.0001,47829.1416355684,26803.5332483478 -4930,0.0001,47829.1416355684,26803.5332483478 -4931,0.0001,47829.1416355684,26803.5332483478 -4932,0.0001,47829.1416355684,26803.5332483478 -4933,0.0001,47829.1416355684,26803.5332483478 -4934,0.0001,47829.1416355684,26803.5332483478 -4935,0.0001,47829.1416355684,26803.5332483478 -4936,0.0001,47829.1416355684,26803.5332483478 -4937,0.0001,47829.1416355684,26803.5332483478 -4938,0.0001,47829.1416355684,26803.5332483478 -4939,0.0001,47829.1416355684,26803.5332483478 -4940,0.0001,47829.1416355684,26803.5332483478 -4941,0.0001,47829.1416355684,26803.5332483478 -4942,0.0001,47829.1416355684,26803.5332483478 -4943,0.0001,47829.1416355684,26803.5332483478 -4944,0.0001,47829.1416355684,26803.5332483478 -4945,0.0001,47829.1416355684,26803.5332483478 -4946,0.0001,47829.1416355684,26803.5332483478 -4947,0.0001,47829.1416355684,26803.5332483478 -4948,0.0001,47829.1416355684,26803.5332483478 -4949,0.0001,47829.1416355684,26803.5332483478 -4950,0.0001,47829.1416355684,26803.5332483478 -4951,0.0001,47829.1416355684,26803.5332483478 -4952,0.0001,47829.1416355684,26803.5332483478 -4953,0.0001,47829.1416355684,26803.5332483478 -4954,0.0001,47829.1416355684,26803.5332483478 -4955,0.0001,47829.1416355684,26803.5332483478 -4956,0.0001,47829.1416355684,26803.5332483478 -4957,0.0001,47829.1416355684,26803.5332483478 -4958,0.0001,47829.1416355684,26803.5332483478 -4959,0.0001,47829.1416355684,26803.5332483478 -4960,0.0001,47829.1416355684,26803.5332483478 -4961,0.0001,47829.1416355684,26803.5332483478 -4962,0.0001,47829.1416355684,26803.5332483478 -4963,0.0001,47829.1416355684,26803.5332483478 -4964,0.0001,47829.1416355684,26803.5332483478 -4965,0.0001,47829.1416355684,26803.5332483478 -4966,0.0001,47829.1416355684,26803.5332483478 -4967,0.0001,47829.1416355684,26803.5332483478 -4968,0.0001,47829.1416355684,26803.5332483478 -4969,0.0001,47829.1416355684,26803.5332483478 -4970,0.0001,47829.1416355684,26803.5332483478 -4971,0.0001,47829.1416355684,26803.5332483478 -4972,0.0001,47829.1416355684,26803.5332483478 -4973,0.0001,47829.1416355684,26803.5332483478 -4974,0.0001,47829.1416355684,26803.5332483478 -4975,0.0001,47829.1416355684,26803.5332483478 -4976,0.0001,47829.1416355684,26803.5332483478 -4977,0.0001,47829.1416355684,26803.5332483478 -4978,0.0001,47829.1416355684,26803.5332483478 -4979,0.0001,47829.1416355684,26803.5332483478 -4980,0.0001,47829.1416355684,26803.5332483478 -4981,0.0001,47829.1416355684,26803.5332483478 -4982,0.0001,47829.1416355684,26803.5332483478 -4983,0.0001,47829.1416355684,26803.5332483478 -4984,0.0001,47829.1416355684,26803.5332483478 -4985,0.0001,47829.1416355684,26803.5332483478 -4986,0.0001,47829.1416355684,26803.5332483478 -4987,0.0001,47829.1416355684,26803.5332483478 -4988,0.0001,47829.1416355684,26803.5332483478 -4989,0.0001,47829.1416355684,26803.5332483478 -4990,0.0001,47829.1416355684,26803.5332483478 -4991,0.0001,47829.1416355684,26803.5332483478 -4992,0.0001,47829.1416355684,26803.5332483478 -4993,0.0001,47829.1416355684,26803.5332483478 -4994,0.0001,47829.1416355684,26803.5332483478 -4995,0.0001,47829.1416355684,26803.5332483478 -4996,0.0001,47829.1416355684,26803.5332483478 -4997,0.0001,47829.1416355684,26803.5332483478 -4998,0.0001,47829.1416355684,26803.5332483478 -4999,0.0001,47829.1416355684,26803.5332483478 -5000,0.0001,47829.1416355684,26803.5332483478 -5001,0.0001,47829.1416355684,26803.5332483478 -5002,0.0001,47829.1416355684,26803.5332483478 -5003,0.0001,47829.1416355684,26803.5332483478 -5004,0.0001,47829.1416355684,26803.5332483478 -5005,0.0001,47829.1416355684,26803.5332483478 -5006,0.0001,47829.1416355684,26803.5332483478 -5007,0.0001,47829.1416355684,26803.5332483478 -5008,0.0001,47829.1416355684,26803.5332483478 -5009,0.0001,47829.1416355684,26803.5332483478 -5010,0.0001,47829.1416355684,26803.5332483478 -5011,0.0001,47829.1416355684,26803.5332483478 -5012,0.0001,47829.1416355684,26803.5332483478 -5013,0.0001,47829.1416355684,26803.5332483478 -5014,0.0001,47829.1416355684,26803.5332483478 -5015,0.0001,47829.1416355684,26803.5332483478 -5016,0.0001,47829.1416355684,26803.5332483478 -5017,0.0001,47829.1416355684,26803.5332483478 -5018,0.0001,47829.1416355684,26803.5332483478 -5019,0.0001,47829.1416355684,26803.5332483478 -5020,0.0001,47829.1416355684,26803.5332483478 -5021,0.0001,47829.1416355684,26803.5332483478 -5022,0.0001,47829.1416355684,26803.5332483478 -5023,0.0001,47829.1416355684,26803.5332483478 -5024,0.0001,47829.1416355684,26803.5332483478 -5025,0.0001,47829.1416355684,26803.5332483478 -5026,0.0001,47829.1416355684,26803.5332483478 -5027,0.0001,47829.1416355684,26803.5332483478 -5028,0.0001,47829.1416355684,26803.5332483478 -5029,0.0001,47829.1416355684,26803.5332483478 -5030,0.0001,47829.1416355684,26803.5332483478 -5031,0.0001,47829.1416355684,26803.5332483478 -5032,0.0001,47829.1416355684,26803.5332483478 -5033,0.0001,47829.1416355684,26803.5332483478 -5034,0.0001,47829.1416355684,26803.5332483478 -5035,0.0001,47829.1416355684,26803.5332483478 -5036,0.0001,47829.1416355684,26803.5332483478 -5037,0.0001,47829.1416355684,26803.5332483478 -5038,0.0001,47829.1416355684,26803.5332483478 -5039,0.0001,47829.1416355684,26803.5332483478 -5040,0.0001,47829.1416355684,26803.5332483478 -5041,0.0001,47829.1416355684,26803.5332483478 -5042,0.0001,47829.1416355684,26803.5332483478 -5043,0.0001,47829.1416355684,26803.5332483478 -5044,0.0001,47829.1416355684,26803.5332483478 -5045,0.0001,47829.1416355684,26803.5332483478 -5046,0.0001,47829.1416355684,26803.5332483478 -5047,0.0001,47829.1416355684,26803.5332483478 -5048,0.0001,47829.1416355684,26803.5332483478 -5049,0.0001,47829.1416355684,26803.5332483478 -5050,0.0001,47829.1416355684,26803.5332483478 -5051,0.0001,47829.1416355684,26803.5332483478 -5052,0.0001,47829.1416355684,26803.5332483478 -5053,0.0001,47829.1416355684,26803.5332483478 -5054,0.0001,47829.1416355684,26803.5332483478 -5055,0.0001,47829.1416355684,26803.5332483478 -5056,0.0001,47829.1416355684,26803.5332483478 -5057,0.0001,47829.1416355684,26803.5332483478 -5058,0.0001,47829.1416355684,26803.5332483478 -5059,0.0001,47829.1416355684,26803.5332483478 -5060,0.0001,47829.1416355684,26803.5332483478 -5061,0.0001,47829.1416355684,26803.5332483478 -5062,0.0001,47829.1416355684,26803.5332483478 -5063,0.0001,47829.1416355684,26803.5332483478 -5064,0.0001,47829.1416355684,26803.5332483478 -5065,0.0001,47829.1416355684,26803.5332483478 -5066,0.0001,47829.1416355684,26803.5332483478 -5067,0.0001,47829.1416355684,26803.5332483478 -5068,0.0001,47829.1416355684,26803.5332483478 -5069,0.0001,47829.1416355684,26803.5332483478 -5070,0.0001,47829.1416355684,26803.5332483478 -5071,0.0001,47829.1416355684,26803.5332483478 -5072,0.0001,47829.1416355684,26803.5332483478 -5073,0.0001,47829.1416355684,26803.5332483478 -5074,0.0001,47829.1416355684,26803.5332483478 -5075,0.0001,47829.1416355684,26803.5332483478 -5076,0.0001,47829.1416355684,26803.5332483478 -5077,0.0001,47829.1416355684,26803.5332483478 -5078,0.0001,47829.1416355684,26803.5332483478 -5079,0.0001,47829.1416355684,26803.5332483478 -5080,0.0001,47829.1416355684,26803.5332483478 -5081,0.0001,47829.1416355684,26803.5332483478 -5082,0.0001,47829.1416355684,26803.5332483478 -5083,0.0001,47829.1416355684,26803.5332483478 -5084,0.0001,47829.1416355684,26803.5332483478 -5085,0.0001,47829.1416355684,26803.5332483478 -5086,0.0001,47829.1416355684,26803.5332483478 -5087,0.0001,47829.1416355684,26803.5332483478 -5088,0.0001,47829.1416355684,26803.5332483478 -5089,0.0001,47829.1416355684,26803.5332483478 -5090,0.0001,47829.1416355684,26803.5332483478 -5091,0.0001,47829.1416355684,26803.5332483478 -5092,0.0001,47829.1416355684,26803.5332483478 -5093,0.0001,47829.1416355684,26803.5332483478 -5094,0.0001,47829.1416355684,26803.5332483478 -5095,0.0001,47829.1416355684,26803.5332483478 -5096,0.0001,47829.1416355684,26803.5332483478 -5097,0.0001,47829.1416355684,26803.5332483478 -5098,0.0001,47829.1416355684,26803.5332483478 -5099,0.0001,47829.1416355684,26803.5332483478 -5100,0.0001,47829.1416355684,26803.5332483478 -5101,0.0001,47829.1416355684,26803.5332483478 -5102,0.0001,47829.1416355684,26803.5332483478 -5103,0.0001,47829.1416355684,26803.5332483478 -5104,0.0001,47829.1416355684,26803.5332483478 -5105,0.0001,47829.1416355684,26803.5332483478 -5106,0.0001,47829.1416355684,26803.5332483478 -5107,0.0001,47829.1416355684,26803.5332483478 -5108,0.0001,47829.1416355684,26803.5332483478 -5109,0.0001,47829.1416355684,26803.5332483478 -5110,0.0001,47829.1416355684,26803.5332483478 -5111,0.0001,47829.1416355684,26803.5332483478 -5112,0.0001,47829.1416355684,26803.5332483478 -5113,0.0001,47829.1416355684,26803.5332483478 -5114,0.0001,47829.1416355684,26803.5332483478 -5115,0.0001,47829.1416355684,26803.5332483478 -5116,0.0001,47829.1416355684,26803.5332483478 -5117,0.0001,47829.1416355684,26803.5332483478 -5118,0.0001,47829.1416355684,26803.5332483478 -5119,0.0001,47829.1416355684,26803.5332483478 -5120,0.0001,47829.1416355684,26803.5332483478 -5121,0.0001,47829.1416355684,26803.5332483478 -5122,0.0001,47829.1416355684,26803.5332483478 -5123,0.0001,47829.1416355684,26803.5332483478 -5124,0.0001,47829.1416355684,26803.5332483478 -5125,0.0001,47829.1416355684,26803.5332483478 -5126,0.0001,47829.1416355684,26803.5332483478 -5127,0.0001,47829.1416355684,26803.5332483478 -5128,0.0001,47829.1416355684,26803.5332483478 -5129,0.0001,47829.1416355684,26803.5332483478 -5130,0.0001,47829.1416355684,26803.5332483478 -5131,0.0001,47829.1416355684,26803.5332483478 -5132,0.0001,47829.1416355684,26803.5332483478 -5133,0.0001,47829.1416355684,26803.5332483478 -5134,0.0001,47829.1416355684,26803.5332483478 -5135,0.0001,47829.1416355684,26803.5332483478 -5136,0.0001,47829.1416355684,26803.5332483478 -5137,0.0001,47829.1416355684,26803.5332483478 -5138,0.0001,47829.1416355684,26803.5332483478 -5139,0.0001,47829.1416355684,26803.5332483478 -5140,0.0001,47829.1416355684,26803.5332483478 -5141,0.0001,47829.1416355684,26803.5332483478 -5142,0.0001,47829.1416355684,26803.5332483478 -5143,0.0001,47829.1416355684,26803.5332483478 -5144,0.0001,47829.1416355684,26803.5332483478 -5145,0.0001,47829.1416355684,26803.5332483478 -5146,0.0001,47829.1416355684,26803.5332483478 -5147,0.0001,47829.1416355684,26803.5332483478 -5148,0.0001,47829.1416355684,26803.5332483478 -5149,0.0001,47829.1416355684,26803.5332483478 -5150,0.0001,47829.1416355684,26803.5332483478 -5151,0.0001,47829.1416355684,26803.5332483478 -5152,0.0001,47829.1416355684,26803.5332483478 -5153,0.0001,47829.1416355684,26803.5332483478 -5154,0.0001,47829.1416355684,26803.5332483478 -5155,0.0001,47829.1416355684,26803.5332483478 -5156,0.0001,47829.1416355684,26803.5332483478 -5157,0.0001,47829.1416355684,26803.5332483478 -5158,0.0001,47829.1416355684,26803.5332483478 -5159,0.0001,47829.1416355684,26803.5332483478 -5160,0.0001,47829.1416355684,26803.5332483478 -5161,0.0001,47829.1416355684,26803.5332483478 -5162,0.0001,47829.1416355684,26803.5332483478 -5163,0.0001,47829.1416355684,26803.5332483478 -5164,0.0001,47829.1416355684,26803.5332483478 -5165,0.0001,47829.1416355684,26803.5332483478 -5166,0.0001,47829.1416355684,26803.5332483478 -5167,0.0001,47829.1416355684,26803.5332483478 -5168,0.0001,47829.1416355684,26803.5332483478 -5169,0.0001,47829.1416355684,26803.5332483478 -5170,0.0001,47829.1416355684,26803.5332483478 -5171,0.0001,47829.1416355684,26803.5332483478 -5172,0.0001,47829.1416355684,26803.5332483478 -5173,0.0001,47829.1416355684,26803.5332483478 -5174,0.0001,47829.1416355684,26803.5332483478 -5175,0.0001,47829.1416355684,26803.5332483478 -5176,0.0001,47829.1416355684,26803.5332483478 -5177,0.0001,47829.1416355684,26803.5332483478 -5178,0.0001,47829.1416355684,26803.5332483478 -5179,0.0001,47829.1416355684,26803.5332483478 -5180,0.0001,47829.1416355684,26803.5332483478 -5181,0.0001,47829.1416355684,26803.5332483478 -5182,0.0001,47829.1416355684,26803.5332483478 -5183,0.0001,47829.1416355684,26803.5332483478 -5184,0.0001,47829.1416355684,26803.5332483478 -5185,0.0001,47829.1416355684,26803.5332483478 -5186,0.0001,47829.1416355684,26803.5332483478 -5187,0.0001,47829.1416355684,26803.5332483478 -5188,0.0001,47829.1416355684,26803.5332483478 -5189,0.0001,47829.1416355684,26803.5332483478 -5190,0.0001,47829.1416355684,26803.5332483478 -5191,0.0001,47829.1416355684,26803.5332483478 -5192,0.0001,47829.1416355684,26803.5332483478 -5193,0.0001,47829.1416355684,26803.5332483478 -5194,0.0001,47829.1416355684,26803.5332483478 -5195,0.0001,47829.1416355684,26803.5332483478 -5196,0.0001,47829.1416355684,26803.5332483478 -5197,0.0001,47829.1416355684,26803.5332483478 -5198,0.0001,47829.1416355684,26803.5332483478 -5199,0.0001,47829.1416355684,26803.5332483478 -5200,0.0001,47829.1416355684,26803.5332483478 -5201,0.0001,47829.1416355684,26803.5332483478 -5202,0.0001,47829.1416355684,26803.5332483478 -5203,0.0001,47829.1416355684,26803.5332483478 -5204,0.0001,47829.1416355684,26803.5332483478 -5205,0.0001,47829.1416355684,26803.5332483478 -5206,0.0001,47829.1416355684,26803.5332483478 -5207,0.0001,47829.1416355684,26803.5332483478 -5208,0.0001,47829.1416355684,26803.5332483478 -5209,0.0001,47829.1416355684,26803.5332483478 -5210,0.0001,47829.1416355684,26803.5332483478 -5211,0.0001,47829.1416355684,26803.5332483478 -5212,0.0001,47829.1416355684,26803.5332483478 -5213,0.0001,47829.1416355684,26803.5332483478 -5214,0.0001,47829.1416355684,26803.5332483478 -5215,0.0001,47829.1416355684,26803.5332483478 -5216,0.0001,47829.1416355684,26803.5332483478 -5217,0.0001,47829.1416355684,26803.5332483478 -5218,0.0001,47829.1416355684,26803.5332483478 -5219,0.0001,47829.1416355684,26803.5332483478 -5220,0.0001,47829.1416355684,26803.5332483478 -5221,0.0001,47829.1416355684,26803.5332483478 -5222,0.0001,47829.1416355684,26803.5332483478 -5223,0.0001,47829.1416355684,26803.5332483478 -5224,0.0001,47829.1416355684,26803.5332483478 -5225,0.0001,47829.1416355684,26803.5332483478 -5226,0.0001,47829.1416355684,26803.5332483478 -5227,0.0001,47829.1416355684,26803.5332483478 -5228,0.0001,47829.1416355684,26803.5332483478 -5229,0.0001,47829.1416355684,26803.5332483478 -5230,0.0001,47829.1416355684,26803.5332483478 -5231,0.0001,47829.1416355684,26803.5332483478 -5232,0.0001,47829.1416355684,26803.5332483478 -5233,0.0001,47829.1416355684,26803.5332483478 -5234,0.0001,47829.1416355684,26803.5332483478 -5235,0.0001,47829.1416355684,26803.5332483478 -5236,0.0001,47829.1416355684,26803.5332483478 -5237,0.0001,47829.1416355684,26803.5332483478 -5238,0.0001,47829.1416355684,26803.5332483478 -5239,0.0001,47829.1416355684,26803.5332483478 -5240,0.0001,47829.1416355684,26803.5332483478 -5241,0.0001,47829.1416355684,26803.5332483478 -5242,0.0001,47829.1416355684,26803.5332483478 -5243,0.0001,47829.1416355684,26803.5332483478 -5244,0.0001,47829.1416355684,26803.5332483478 -5245,0.0001,47829.1416355684,26803.5332483478 -5246,0.0001,47829.1416355684,26803.5332483478 -5247,0.0001,47829.1416355684,26803.5332483478 -5248,0.0001,47829.1416355684,26803.5332483478 -5249,0.0001,47829.1416355684,26803.5332483478 -5250,0.0001,47829.1416355684,26803.5332483478 -5251,0.0001,47829.1416355684,26803.5332483478 -5252,0.0001,47829.1416355684,26803.5332483478 -5253,0.0001,47829.1416355684,26803.5332483478 -5254,0.0001,47829.1416355684,26803.5332483478 -5255,0.0001,47829.1416355684,26803.5332483478 -5256,0.0001,47829.1416355684,26803.5332483478 -5257,0.0001,47829.1416355684,26803.5332483478 -5258,0.0001,47829.1416355684,26803.5332483478 -5259,0.0001,47829.1416355684,26803.5332483478 -5260,0.0001,47829.1416355684,26803.5332483478 -5261,0.0001,47829.1416355684,26803.5332483478 -5262,0.0001,47829.1416355684,26803.5332483478 -5263,0.0001,47829.1416355684,26803.5332483478 -5264,0.0001,47829.1416355684,26803.5332483478 -5265,0.0001,47829.1416355684,26803.5332483478 -5266,0.0001,47829.1416355684,26803.5332483478 -5267,0.0001,47829.1416355684,26803.5332483478 -5268,0.0001,47829.1416355684,26803.5332483478 -5269,0.0001,47829.1416355684,26803.5332483478 -5270,0.0001,47829.1416355684,26803.5332483478 -5271,0.0001,47829.1416355684,26803.5332483478 -5272,0.0001,47829.1416355684,26803.5332483478 -5273,0.0001,47829.1416355684,26803.5332483478 -5274,0.0001,47829.1416355684,26803.5332483478 -5275,0.0001,47829.1416355684,26803.5332483478 -5276,0.0001,47829.1416355684,26803.5332483478 -5277,0.0001,47829.1416355684,26803.5332483478 -5278,0.0001,47829.1416355684,26803.5332483478 -5279,0.0001,47829.1416355684,26803.5332483478 -5280,0.0001,47829.1416355684,26803.5332483478 -5281,0.0001,47829.1416355684,26803.5332483478 -5282,0.0001,47829.1416355684,26803.5332483478 -5283,0.0001,47829.1416355684,26803.5332483478 -5284,0.0001,47829.1416355684,26803.5332483478 -5285,0.0001,47829.1416355684,26803.5332483478 -5286,0.0001,47829.1416355684,26803.5332483478 -5287,0.0001,47829.1416355684,26803.5332483478 -5288,0.0001,47829.1416355684,26803.5332483478 -5289,0.0001,47829.1416355684,26803.5332483478 -5290,0.0001,47829.1416355684,26803.5332483478 -5291,0.0001,47829.1416355684,26803.5332483478 -5292,0.0001,47829.1416355684,26803.5332483478 -5293,0.0001,47829.1416355684,26803.5332483478 -5294,0.0001,47829.1416355684,26803.5332483478 -5295,0.0001,47829.1416355684,26803.5332483478 -5296,0.0001,47829.1416355684,26803.5332483478 -5297,0.0001,47829.1416355684,26803.5332483478 -5298,0.0001,47829.1416355684,26803.5332483478 -5299,0.0001,47829.1416355684,26803.5332483478 -5300,0.0001,47829.1416355684,26803.5332483478 -5301,0.0001,47829.1416355684,26803.5332483478 -5302,0.0001,47829.1416355684,26803.5332483478 -5303,0.0001,47829.1416355684,26803.5332483478 -5304,0.0001,47829.1416355684,26803.5332483478 -5305,0.0001,47829.1416355684,26803.5332483478 -5306,0.0001,47829.1416355684,26803.5332483478 -5307,0.0001,47829.1416355684,26803.5332483478 -5308,0.0001,47829.1416355684,26803.5332483478 -5309,0.0001,47829.1416355684,26803.5332483478 -5310,0.0001,47829.1416355684,26803.5332483478 -5311,0.0001,47829.1416355684,26803.5332483478 -5312,0.0001,47829.1416355684,26803.5332483478 -5313,0.0001,47829.1416355684,26803.5332483478 -5314,0.0001,47829.1416355684,26803.5332483478 -5315,0.0001,47829.1416355684,26803.5332483478 -5316,0.0001,47829.1416355684,26803.5332483478 -5317,0.0001,47829.1416355684,26803.5332483478 -5318,0.0001,47829.1416355684,26803.5332483478 -5319,0.0001,47829.1416355684,26803.5332483478 -5320,0.0001,47829.1416355684,26803.5332483478 -5321,0.0001,47829.1416355684,26803.5332483478 -5322,0.0001,47829.1416355684,26803.5332483478 -5323,0.0001,47829.1416355684,26803.5332483478 -5324,0.0001,47829.1416355684,26803.5332483478 -5325,0.0001,47829.1416355684,26803.5332483478 -5326,0.0001,47829.1416355684,26803.5332483478 -5327,0.0001,47829.1416355684,26803.5332483478 -5328,0.0001,47829.1416355684,26803.5332483478 -5329,0.0001,47829.1416355684,26803.5332483478 -5330,0.0001,47829.1416355684,26803.5332483478 -5331,0.0001,47829.1416355684,26803.5332483478 -5332,0.0001,47829.1416355684,26803.5332483478 -5333,0.0001,47829.1416355684,26803.5332483478 -5334,0.0001,47829.1416355684,26803.5332483478 -5335,0.0001,47829.1416355684,26803.5332483478 -5336,0.0001,47829.1416355684,26803.5332483478 -5337,0.0001,47829.1416355684,26803.5332483478 -5338,0.0001,47829.1416355684,26803.5332483478 -5339,0.0001,47829.1416355684,26803.5332483478 -5340,0.0001,47829.1416355684,26803.5332483478 -5341,0.0001,47829.1416355684,26803.5332483478 -5342,0.0001,47829.1416355684,26803.5332483478 -5343,0.0001,47829.1416355684,26803.5332483478 -5344,0.0001,47829.1416355684,26803.5332483478 -5345,0.0001,47829.1416355684,26803.5332483478 -5346,0.0001,47829.1416355684,26803.5332483478 -5347,0.0001,47829.1416355684,26803.5332483478 -5348,0.0001,47829.1416355684,26803.5332483478 -5349,0.0001,47829.1416355684,26803.5332483478 -5350,0.0001,47829.1416355684,26803.5332483478 -5351,0.0001,47829.1416355684,26803.5332483478 -5352,0.0001,47829.1416355684,26803.5332483478 -5353,0.0001,47829.1416355684,26803.5332483478 -5354,0.0001,47829.1416355684,26803.5332483478 -5355,0.0001,47829.1416355684,26803.5332483478 -5356,0.0001,47829.1416355684,26803.5332483478 -5357,0.0001,47829.1416355684,26803.5332483478 -5358,0.0001,47829.1416355684,26803.5332483478 -5359,0.0001,47829.1416355684,26803.5332483478 -5360,0.0001,47829.1416355684,26803.5332483478 -5361,0.0001,47829.1416355684,26803.5332483478 -5362,0.0001,47829.1416355684,26803.5332483478 -5363,0.0001,47829.1416355684,26803.5332483478 -5364,0.0001,47829.1416355684,26803.5332483478 -5365,0.0001,47829.1416355684,26803.5332483478 -5366,0.0001,47829.1416355684,26803.5332483478 -5367,0.0001,47829.1416355684,26803.5332483478 -5368,0.0001,47829.1416355684,26803.5332483478 -5369,0.0001,47829.1416355684,26803.5332483478 -5370,0.0001,47829.1416355684,26803.5332483478 -5371,0.0001,47829.1416355684,26803.5332483478 -5372,0.0001,47829.1416355684,26803.5332483478 -5373,0.0001,47829.1416355684,26803.5332483478 -5374,0.0001,47829.1416355684,26803.5332483478 -5375,0.0001,47829.1416355684,26803.5332483478 -5376,0.0001,47829.1416355684,26803.5332483478 -5377,0.0001,47829.1416355684,26803.5332483478 -5378,0.0001,47829.1416355684,26803.5332483478 -5379,0.0001,47829.1416355684,26803.5332483478 -5380,0.0001,47829.1416355684,26803.5332483478 -5381,0.0001,47829.1416355684,26803.5332483478 -5382,0.0001,47829.1416355684,26803.5332483478 -5383,0.0001,47829.1416355684,26803.5332483478 -5384,0.0001,47829.1416355684,26803.5332483478 -5385,0.0001,47829.1416355684,26803.5332483478 -5386,0.0001,47829.1416355684,26803.5332483478 -5387,0.0001,47829.1416355684,26803.5332483478 -5388,0.0001,47829.1416355684,26803.5332483478 -5389,0.0001,47829.1416355684,26803.5332483478 -5390,0.0001,47829.1416355684,26803.5332483478 -5391,0.0001,47829.1416355684,26803.5332483478 -5392,0.0001,47829.1416355684,26803.5332483478 -5393,0.0001,47829.1416355684,26803.5332483478 -5394,0.0001,47829.1416355684,26803.5332483478 -5395,0.0001,47829.1416355684,26803.5332483478 -5396,0.0001,47829.1416355684,26803.5332483478 -5397,0.0001,47829.1416355684,26803.5332483478 -5398,0.0001,47829.1416355684,26803.5332483478 -5399,0.0001,47829.1416355684,26803.5332483478 -5400,0.0001,47829.1416355684,26803.5332483478 -5401,0.0001,47829.1416355684,26803.5332483478 -5402,0.0001,47829.1416355684,26803.5332483478 -5403,0.0001,47829.1416355684,26803.5332483478 -5404,0.0001,47829.1416355684,26803.5332483478 -5405,0.0001,47829.1416355684,26803.5332483478 -5406,0.0001,47829.1416355684,26803.5332483478 -5407,0.0001,47829.1416355684,26803.5332483478 -5408,0.0001,47829.1416355684,26803.5332483478 -5409,0.0001,47829.1416355684,26803.5332483478 -5410,0.0001,47829.1416355684,26803.5332483478 -5411,0.0001,47829.1416355684,26803.5332483478 -5412,0.0001,47829.1416355684,26803.5332483478 -5413,0.0001,47829.1416355684,26803.5332483478 -5414,0.0001,47829.1416355684,26803.5332483478 -5415,0.0001,47829.1416355684,26803.5332483478 -5416,0.0001,47829.1416355684,26803.5332483478 -5417,0.0001,47829.1416355684,26803.5332483478 -5418,0.0001,47829.1416355684,26803.5332483478 -5419,0.0001,47829.1416355684,26803.5332483478 -5420,0.0001,47829.1416355684,26803.5332483478 -5421,0.0001,47829.1416355684,26803.5332483478 -5422,0.0001,47829.1416355684,26803.5332483478 -5423,0.0001,47829.1416355684,26803.5332483478 -5424,0.0001,47829.1416355684,26803.5332483478 -5425,0.0001,47829.1416355684,26803.5332483478 -5426,0.0001,47829.1416355684,26803.5332483478 -5427,0.0001,47829.1416355684,26803.5332483478 -5428,0.0001,47829.1416355684,26803.5332483478 -5429,0.0001,47829.1416355684,26803.5332483478 -5430,0.0001,47829.1416355684,26803.5332483478 -5431,0.0001,47829.1416355684,26803.5332483478 -5432,0.0001,47829.1416355684,26803.5332483478 -5433,0.0001,47829.1416355684,26803.5332483478 -5434,0.0001,47829.1416355684,26803.5332483478 -5435,0.0001,47829.1416355684,26803.5332483478 -5436,0.0001,47829.1416355684,26803.5332483478 -5437,0.0001,47829.1416355684,26803.5332483478 -5438,0.0001,47829.1416355684,26803.5332483478 -5439,0.0001,47829.1416355684,26803.5332483478 -5440,0.0001,47829.1416355684,26803.5332483478 -5441,0.0001,47829.1416355684,26803.5332483478 -5442,0.0001,47829.1416355684,26803.5332483478 -5443,0.0001,47829.1416355684,26803.5332483478 -5444,0.0001,47829.1416355684,26803.5332483478 -5445,0.0001,47829.1416355684,26803.5332483478 -5446,0.0001,47829.1416355684,26803.5332483478 -5447,0.0001,47829.1416355684,26803.5332483478 -5448,0.0001,47829.1416355684,26803.5332483478 -5449,0.0001,47829.1416355684,26803.5332483478 -5450,0.0001,47829.1416355684,26803.5332483478 -5451,0.0001,47829.1416355684,26803.5332483478 -5452,0.0001,47829.1416355684,26803.5332483478 -5453,0.0001,47829.1416355684,26803.5332483478 -5454,0.0001,47829.1416355684,26803.5332483478 -5455,0.0001,47829.1416355684,26803.5332483478 -5456,0.0001,47829.1416355684,26803.5332483478 -5457,0.0001,47829.1416355684,26803.5332483478 -5458,0.0001,47829.1416355684,26803.5332483478 -5459,0.0001,47829.1416355684,26803.5332483478 -5460,0.0001,47829.1416355684,26803.5332483478 -5461,0.0001,47829.1416355684,26803.5332483478 -5462,0.0001,47829.1416355684,26803.5332483478 -5463,0.0001,47829.1416355684,26803.5332483478 -5464,0.0001,47829.1416355684,26803.5332483478 -5465,0.0001,47829.1416355684,26803.5332483478 -5466,0.0001,47829.1416355684,26803.5332483478 -5467,0.0001,47829.1416355684,26803.5332483478 -5468,0.0001,47829.1416355684,26803.5332483478 -5469,0.0001,47829.1416355684,26803.5332483478 -5470,0.0001,47829.1416355684,26803.5332483478 -5471,0.0001,47829.1416355684,26803.5332483478 -5472,0.0001,47829.1416355684,26803.5332483478 -5473,0.0001,47829.1416355684,26803.5332483478 -5474,0.0001,47829.1416355684,26803.5332483478 -5475,0.0001,47829.1416355684,26803.5332483478 -5476,0.0001,47829.1416355684,26803.5332483478 -5477,0.0001,47829.1416355684,26803.5332483478 -5478,0.0001,47829.1416355684,26803.5332483478 -5479,0.0001,47829.1416355684,26803.5332483478 -5480,0.0001,47829.1416355684,26803.5332483478 -5481,0.0001,47829.1416355684,26803.5332483478 -5482,0.0001,47829.1416355684,26803.5332483478 -5483,0.0001,47829.1416355684,26803.5332483478 -5484,0.0001,47829.1416355684,26803.5332483478 -5485,0.0001,47829.1416355684,26803.5332483478 -5486,0.0001,47829.1416355684,26803.5332483478 -5487,0.0001,47829.1416355684,26803.5332483478 -5488,0.0001,47829.1416355684,26803.5332483478 -5489,0.0001,47829.1416355684,26803.5332483478 -5490,0.0001,47829.1416355684,26803.5332483478 -5491,0.0001,47829.1416355684,26803.5332483478 -5492,0.0001,47829.1416355684,26803.5332483478 -5493,0.0001,47829.1416355684,26803.5332483478 -5494,0.0001,47829.1416355684,26803.5332483478 -5495,0.0001,47829.1416355684,26803.5332483478 -5496,0.0001,47829.1416355684,26803.5332483478 -5497,0.0001,47829.1416355684,26803.5332483478 -5498,0.0001,47829.1416355684,26803.5332483478 -5499,0.0001,47829.1416355684,26803.5332483478 -5500,0.0001,47829.1416355684,26803.5332483478 -5501,0.0001,47829.1416355684,26803.5332483478 -5502,0.0001,47829.1416355684,26803.5332483478 -5503,0.0001,47829.1416355684,26803.5332483478 -5504,0.0001,47829.1416355684,26803.5332483478 -5505,0.0001,47829.1416355684,26803.5332483478 -5506,0.0001,47829.1416355684,26803.5332483478 -5507,0.0001,47829.1416355684,26803.5332483478 -5508,0.0001,47829.1416355684,26803.5332483478 -5509,0.0001,47829.1416355684,26803.5332483478 -5510,0.0001,47829.1416355684,26803.5332483478 -5511,0.0001,47829.1416355684,26803.5332483478 -5512,0.0001,47829.1416355684,26803.5332483478 -5513,0.0001,47829.1416355684,26803.5332483478 -5514,0.0001,47829.1416355684,26803.5332483478 -5515,0.0001,47829.1416355684,26803.5332483478 -5516,0.0001,47829.1416355684,26803.5332483478 -5517,0.0001,47829.1416355684,26803.5332483478 -5518,0.0001,47829.1416355684,26803.5332483478 -5519,0.0001,47829.1416355684,26803.5332483478 -5520,0.0001,47829.1416355684,26803.5332483478 -5521,0.0001,47829.1416355684,26803.5332483478 -5522,0.0001,47829.1416355684,26803.5332483478 -5523,0.0001,47829.1416355684,26803.5332483478 -5524,0.0001,47829.1416355684,26803.5332483478 -5525,0.0001,47829.1416355684,26803.5332483478 -5526,0.0001,47829.1416355684,26803.5332483478 -5527,0.0001,47829.1416355684,26803.5332483478 -5528,0.0001,47829.1416355684,26803.5332483478 -5529,0.0001,47829.1416355684,26803.5332483478 -5530,0.0001,47829.1416355684,26803.5332483478 -5531,0.0001,47829.1416355684,26803.5332483478 -5532,0.0001,47829.1416355684,26803.5332483478 -5533,0.0001,47829.1416355684,26803.5332483478 -5534,0.0001,47829.1416355684,26803.5332483478 -5535,0.0001,47829.1416355684,26803.5332483478 -5536,0.0001,47829.1416355684,26803.5332483478 -5537,0.0001,47829.1416355684,26803.5332483478 -5538,0.0001,47829.1416355684,26803.5332483478 -5539,0.0001,47829.1416355684,26803.5332483478 -5540,0.0001,47829.1416355684,26803.5332483478 -5541,0.0001,47829.1416355684,26803.5332483478 -5542,0.0001,47829.1416355684,26803.5332483478 -5543,0.0001,47829.1416355684,26803.5332483478 -5544,0.0001,47829.1416355684,26803.5332483478 -5545,0.0001,47829.1416355684,26803.5332483478 -5546,0.0001,47829.1416355684,26803.5332483478 -5547,0.0001,47829.1416355684,26803.5332483478 -5548,0.0001,47829.1416355684,26803.5332483478 -5549,0.0001,47829.1416355684,26803.5332483478 -5550,0.0001,47829.1416355684,26803.5332483478 -5551,0.0001,47829.1416355684,26803.5332483478 -5552,0.0001,47829.1416355684,26803.5332483478 -5553,0.0001,47829.1416355684,26803.5332483478 -5554,0.0001,47829.1416355684,26803.5332483478 -5555,0.0001,47829.1416355684,26803.5332483478 -5556,0.0001,47829.1416355684,26803.5332483478 -5557,0.0001,47829.1416355684,26803.5332483478 -5558,0.0001,47829.1416355684,26803.5332483478 -5559,0.0001,47829.1416355684,26803.5332483478 -5560,0.0001,47829.1416355684,26803.5332483478 -5561,0.0001,47829.1416355684,26803.5332483478 -5562,0.0001,47829.1416355684,26803.5332483478 -5563,0.0001,47829.1416355684,26803.5332483478 -5564,0.0001,47829.1416355684,26803.5332483478 -5565,0.0001,47829.1416355684,26803.5332483478 -5566,0.0001,47829.1416355684,26803.5332483478 -5567,0.0001,47829.1416355684,26803.5332483478 -5568,0.0001,47829.1416355684,26803.5332483478 -5569,0.0001,47829.1416355684,26803.5332483478 -5570,0.0001,47829.1416355684,26803.5332483478 -5571,0.0001,47829.1416355684,26803.5332483478 -5572,0.0001,47829.1416355684,26803.5332483478 -5573,0.0001,47829.1416355684,26803.5332483478 -5574,0.0001,47829.1416355684,26803.5332483478 -5575,0.0001,47829.1416355684,26803.5332483478 -5576,0.0001,47829.1416355684,26803.5332483478 -5577,0.0001,47829.1416355684,26803.5332483478 -5578,0.0001,47829.1416355684,26803.5332483478 -5579,0.0001,47829.1416355684,26803.5332483478 -5580,0.0001,47829.1416355684,26803.5332483478 -5581,0.0001,47829.1416355684,26803.5332483478 -5582,0.0001,47829.1416355684,26803.5332483478 -5583,0.0001,47829.1416355684,26803.5332483478 -5584,0.0001,47829.1416355684,26803.5332483478 -5585,0.0001,47829.1416355684,26803.5332483478 -5586,0.0001,47829.1416355684,26803.5332483478 -5587,0.0001,47829.1416355684,26803.5332483478 -5588,0.0001,47829.1416355684,26803.5332483478 -5589,0.0001,47829.1416355684,26803.5332483478 -5590,0.0001,47829.1416355684,26803.5332483478 -5591,0.0001,47829.1416355684,26803.5332483478 -5592,0.0001,47829.1416355684,26803.5332483478 -5593,0.0001,47829.1416355684,26803.5332483478 -5594,0.0001,47829.1416355684,26803.5332483478 -5595,0.0001,47829.1416355684,26803.5332483478 -5596,0.0001,47829.1416355684,26803.5332483478 -5597,0.0001,47829.1416355684,26803.5332483478 -5598,0.0001,47829.1416355684,26803.5332483478 -5599,0.0001,47829.1416355684,26803.5332483478 -5600,0.0001,47829.1416355684,26803.5332483478 -5601,0.0001,47829.1416355684,26803.5332483478 -5602,0.0001,47829.1416355684,26803.5332483478 -5603,0.0001,47829.1416355684,26803.5332483478 -5604,0.0001,47829.1416355684,26803.5332483478 -5605,0.0001,47829.1416355684,26803.5332483478 -5606,0.0001,47829.1416355684,26803.5332483478 -5607,0.0001,47829.1416355684,26803.5332483478 -5608,0.0001,47829.1416355684,26803.5332483478 -5609,0.0001,47829.1416355684,26803.5332483478 -5610,0.0001,47829.1416355684,26803.5332483478 -5611,0.0001,47829.1416355684,26803.5332483478 -5612,0.0001,47829.1416355684,26803.5332483478 -5613,0.0001,47829.1416355684,26803.5332483478 -5614,0.0001,47829.1416355684,26803.5332483478 -5615,0.0001,47829.1416355684,26803.5332483478 -5616,0.0001,47829.1416355684,26803.5332483478 -5617,0.0001,47829.1416355684,26803.5332483478 -5618,0.0001,47829.1416355684,26803.5332483478 -5619,0.0001,47829.1416355684,26803.5332483478 -5620,0.0001,47829.1416355684,26803.5332483478 -5621,0.0001,47829.1416355684,26803.5332483478 -5622,0.0001,47829.1416355684,26803.5332483478 -5623,0.0001,47829.1416355684,26803.5332483478 -5624,0.0001,47829.1416355684,26803.5332483478 -5625,0.0001,47829.1416355684,26803.5332483478 -5626,0.0001,47829.1416355684,26803.5332483478 -5627,0.0001,47829.1416355684,26803.5332483478 -5628,0.0001,47829.1416355684,26803.5332483478 -5629,0.0001,47829.1416355684,26803.5332483478 -5630,0.0001,47829.1416355684,26803.5332483478 -5631,0.0001,47829.1416355684,26803.5332483478 -5632,0.0001,47829.1416355684,26803.5332483478 -5633,0.0001,47829.1416355684,26803.5332483478 -5634,0.0001,47829.1416355684,26803.5332483478 -5635,0.0001,47829.1416355684,26803.5332483478 -5636,0.0001,47829.1416355684,26803.5332483478 -5637,0.0001,47829.1416355684,26803.5332483478 -5638,0.0001,47829.1416355684,26803.5332483478 -5639,0.0001,47829.1416355684,26803.5332483478 -5640,0.0001,47829.1416355684,26803.5332483478 -5641,0.0001,47829.1416355684,26803.5332483478 -5642,0.0001,47829.1416355684,26803.5332483478 -5643,0.0001,47829.1416355684,26803.5332483478 -5644,0.0001,47829.1416355684,26803.5332483478 -5645,0.0001,47829.1416355684,26803.5332483478 -5646,0.0001,47829.1416355684,26803.5332483478 -5647,0.0001,47829.1416355684,26803.5332483478 -5648,0.0001,47829.1416355684,26803.5332483478 -5649,0.0001,47829.1416355684,26803.5332483478 -5650,0.0001,47829.1416355684,26803.5332483478 -5651,0.0001,47829.1416355684,26803.5332483478 -5652,0.0001,47829.1416355684,26803.5332483478 -5653,0.0001,47829.1416355684,26803.5332483478 -5654,0.0001,47829.1416355684,26803.5332483478 -5655,0.0001,47829.1416355684,26803.5332483478 -5656,0.0001,47829.1416355684,26803.5332483478 -5657,0.0001,47829.1416355684,26803.5332483478 -5658,0.0001,47829.1416355684,26803.5332483478 -5659,0.0001,47829.1416355684,26803.5332483478 -5660,0.0001,47829.1416355684,26803.5332483478 -5661,0.0001,47829.1416355684,26803.5332483478 -5662,0.0001,47829.1416355684,26803.5332483478 -5663,0.0001,47829.1416355684,26803.5332483478 -5664,0.0001,47829.1416355684,26803.5332483478 -5665,0.0001,47829.1416355684,26803.5332483478 -5666,0.0001,47829.1416355684,26803.5332483478 -5667,0.0001,47829.1416355684,26803.5332483478 -5668,0.0001,47829.1416355684,26803.5332483478 -5669,0.0001,47829.1416355684,26803.5332483478 -5670,0.0001,47829.1416355684,26803.5332483478 -5671,0.0001,47829.1416355684,26803.5332483478 -5672,0.0001,47829.1416355684,26803.5332483478 -5673,0.0001,47829.1416355684,26803.5332483478 -5674,0.0001,47829.1416355684,26803.5332483478 -5675,0.0001,47829.1416355684,26803.5332483478 -5676,0.0001,47829.1416355684,26803.5332483478 -5677,0.0001,47829.1416355684,26803.5332483478 -5678,0.0001,47829.1416355684,26803.5332483478 -5679,0.0001,47829.1416355684,26803.5332483478 -5680,0.0001,47829.1416355684,26803.5332483478 -5681,0.0001,47829.1416355684,26803.5332483478 -5682,0.0001,47829.1416355684,26803.5332483478 -5683,0.0001,47829.1416355684,26803.5332483478 -5684,0.0001,47829.1416355684,26803.5332483478 -5685,0.0001,47829.1416355684,26803.5332483478 -5686,0.0001,47829.1416355684,26803.5332483478 -5687,0.0001,47829.1416355684,26803.5332483478 -5688,0.0001,47829.1416355684,26803.5332483478 -5689,0.0001,47829.1416355684,26803.5332483478 -5690,0.0001,47829.1416355684,26803.5332483478 -5691,0.0001,47829.1416355684,26803.5332483478 -5692,0.0001,47829.1416355684,26803.5332483478 -5693,0.0001,47829.1416355684,26803.5332483478 -5694,0.0001,47829.1416355684,26803.5332483478 -5695,0.0001,47829.1416355684,26803.5332483478 -5696,0.0001,47829.1416355684,26803.5332483478 -5697,0.0001,47829.1416355684,26803.5332483478 -5698,0.0001,47829.1416355684,26803.5332483478 -5699,0.0001,47829.1416355684,26803.5332483478 -5700,0.0001,47829.1416355684,26803.5332483478 -5701,0.0001,47829.1416355684,26803.5332483478 -5702,0.0001,47829.1416355684,26803.5332483478 -5703,0.0001,47829.1416355684,26803.5332483478 -5704,0.0001,47829.1416355684,26803.5332483478 -5705,0.0001,47829.1416355684,26803.5332483478 -5706,0.0001,47829.1416355684,26803.5332483478 -5707,0.0001,47829.1416355684,26803.5332483478 -5708,0.0001,47829.1416355684,26803.5332483478 -5709,0.0001,47829.1416355684,26803.5332483478 -5710,0.0001,47829.1416355684,26803.5332483478 -5711,0.0001,47829.1416355684,26803.5332483478 -5712,0.0001,47829.1416355684,26803.5332483478 -5713,0.0001,47829.1416355684,26803.5332483478 -5714,0.0001,47829.1416355684,26803.5332483478 -5715,0.0001,47829.1416355684,26803.5332483478 -5716,0.0001,47829.1416355684,26803.5332483478 -5717,0.0001,47829.1416355684,26803.5332483478 -5718,0.0001,47829.1416355684,26803.5332483478 -5719,0.0001,47829.1416355684,26803.5332483478 -5720,0.0001,47829.1416355684,26803.5332483478 -5721,0.0001,47829.1416355684,26803.5332483478 -5722,0.0001,47829.1416355684,26803.5332483478 -5723,0.0001,47829.1416355684,26803.5332483478 -5724,0.0001,47829.1416355684,26803.5332483478 -5725,0.0001,47829.1416355684,26803.5332483478 -5726,0.0001,47829.1416355684,26803.5332483478 -5727,0.0001,47829.1416355684,26803.5332483478 -5728,0.0001,47829.1416355684,26803.5332483478 -5729,0.0001,47829.1416355684,26803.5332483478 -5730,0.0001,47829.1416355684,26803.5332483478 -5731,0.0001,47829.1416355684,26803.5332483478 -5732,0.0001,47829.1416355684,26803.5332483478 -5733,0.0001,47829.1416355684,26803.5332483478 -5734,0.0001,47829.1416355684,26803.5332483478 -5735,0.0001,47829.1416355684,26803.5332483478 -5736,0.0001,47829.1416355684,26803.5332483478 -5737,0.0001,47829.1416355684,26803.5332483478 -5738,0.0001,47829.1416355684,26803.5332483478 -5739,0.0001,47829.1416355684,26803.5332483478 -5740,0.0001,47829.1416355684,26803.5332483478 -5741,0.0001,47829.1416355684,26803.5332483478 -5742,0.0001,47829.1416355684,26803.5332483478 -5743,0.0001,47829.1416355684,26803.5332483478 -5744,0.0001,47829.1416355684,26803.5332483478 -5745,0.0001,47829.1416355684,26803.5332483478 -5746,0.0001,47829.1416355684,26803.5332483478 -5747,0.0001,47829.1416355684,26803.5332483478 -5748,0.0001,47829.1416355684,26803.5332483478 -5749,0.0001,47829.1416355684,26803.5332483478 -5750,0.0001,47829.1416355684,26803.5332483478 -5751,0.0001,47829.1416355684,26803.5332483478 -5752,0.0001,47829.1416355684,26803.5332483478 -5753,0.0001,47829.1416355684,26803.5332483478 -5754,0.0001,47829.1416355684,26803.5332483478 -5755,0.0001,47829.1416355684,26803.5332483478 -5756,0.0001,47829.1416355684,26803.5332483478 -5757,0.0001,47829.1416355684,26803.5332483478 -5758,0.0001,47829.1416355684,26803.5332483478 -5759,0.0001,47829.1416355684,26803.5332483478 -5760,0.0001,47829.1416355684,26803.5332483478 -5761,0.0001,47829.1416355684,26803.5332483478 -5762,0.0001,47829.1416355684,26803.5332483478 -5763,0.0001,47829.1416355684,26803.5332483478 -5764,0.0001,47829.1416355684,26803.5332483478 -5765,0.0001,47829.1416355684,26803.5332483478 -5766,0.0001,47829.1416355684,26803.5332483478 -5767,0.0001,47829.1416355684,26803.5332483478 -5768,0.0001,47829.1416355684,26803.5332483478 -5769,0.0001,47829.1416355684,26803.5332483478 -5770,0.0001,47829.1416355684,26803.5332483478 -5771,0.0001,47829.1416355684,26803.5332483478 -5772,0.0001,47829.1416355684,26803.5332483478 -5773,0.0001,47829.1416355684,26803.5332483478 -5774,0.0001,47829.1416355684,26803.5332483478 -5775,0.0001,47829.1416355684,26803.5332483478 -5776,0.0001,47829.1416355684,26803.5332483478 -5777,0.0001,47829.1416355684,26803.5332483478 -5778,0.0001,47829.1416355684,26803.5332483478 -5779,0.0001,47829.1416355684,26803.5332483478 -5780,0.0001,47829.1416355684,26803.5332483478 -5781,0.0001,47829.1416355684,26803.5332483478 -5782,0.0001,47829.1416355684,26803.5332483478 -5783,0.0001,47829.1416355684,26803.5332483478 -5784,0.0001,47829.1416355684,26803.5332483478 -5785,0.0001,47829.1416355684,26803.5332483478 -5786,0.0001,47829.1416355684,26803.5332483478 -5787,0.0001,47829.1416355684,26803.5332483478 -5788,0.0001,47829.1416355684,26803.5332483478 -5789,0.0001,47829.1416355684,26803.5332483478 -5790,0.0001,47829.1416355684,26803.5332483478 -5791,0.0001,47829.1416355684,26803.5332483478 -5792,0.0001,47829.1416355684,26803.5332483478 -5793,0.0001,47829.1416355684,26803.5332483478 -5794,0.0001,47829.1416355684,26803.5332483478 -5795,0.0001,47829.1416355684,26803.5332483478 -5796,0.0001,47829.1416355684,26803.5332483478 -5797,0.0001,47829.1416355684,26803.5332483478 -5798,0.0001,47829.1416355684,26803.5332483478 -5799,0.0001,47829.1416355684,26803.5332483478 -5800,0.0001,47829.1416355684,26803.5332483478 -5801,0.0001,47829.1416355684,26803.5332483478 -5802,0.0001,47829.1416355684,26803.5332483478 -5803,0.0001,47829.1416355684,26803.5332483478 -5804,0.0001,47829.1416355684,26803.5332483478 -5805,0.0001,47829.1416355684,26803.5332483478 -5806,0.0001,47829.1416355684,26803.5332483478 -5807,0.0001,47829.1416355684,26803.5332483478 -5808,0.0001,47829.1416355684,26803.5332483478 -5809,0.0001,47829.1416355684,26803.5332483478 -5810,0.0001,47829.1416355684,26803.5332483478 -5811,0.0001,47829.1416355684,26803.5332483478 -5812,0.0001,47829.1416355684,26803.5332483478 -5813,0.0001,47829.1416355684,26803.5332483478 -5814,0.0001,47829.1416355684,26803.5332483478 -5815,0.0001,47829.1416355684,26803.5332483478 -5816,0.0001,47829.1416355684,26803.5332483478 -5817,0.0001,47829.1416355684,26803.5332483478 -5818,0.0001,47829.1416355684,26803.5332483478 -5819,0.0001,47829.1416355684,26803.5332483478 -5820,0.0001,47829.1416355684,26803.5332483478 -5821,0.0001,47829.1416355684,26803.5332483478 -5822,0.0001,47829.1416355684,26803.5332483478 -5823,0.0001,47829.1416355684,26803.5332483478 -5824,0.0001,47829.1416355684,26803.5332483478 -5825,0.0001,47829.1416355684,26803.5332483478 -5826,0.0001,47829.1416355684,26803.5332483478 -5827,0.0001,47829.1416355684,26803.5332483478 -5828,0.0001,47829.1416355684,26803.5332483478 -5829,0.0001,47829.1416355684,26803.5332483478 -5830,0.0001,47829.1416355684,26803.5332483478 -5831,0.0001,47829.1416355684,26803.5332483478 -5832,0.0001,47829.1416355684,26803.5332483478 -5833,0.0001,47829.1416355684,26803.5332483478 -5834,0.0001,47829.1416355684,26803.5332483478 -5835,0.0001,47829.1416355684,26803.5332483478 -5836,0.0001,47829.1416355684,26803.5332483478 -5837,0.0001,47829.1416355684,26803.5332483478 -5838,0.0001,47829.1416355684,26803.5332483478 -5839,0.0001,47829.1416355684,26803.5332483478 -5840,0.0001,47829.1416355684,26803.5332483478 -5841,0.0001,47829.1416355684,26803.5332483478 -5842,0.0001,47829.1416355684,26803.5332483478 -5843,0.0001,47829.1416355684,26803.5332483478 -5844,0.0001,47829.1416355684,26803.5332483478 -5845,0.0001,47829.1416355684,26803.5332483478 -5846,0.0001,47829.1416355684,26803.5332483478 -5847,0.0001,47829.1416355684,26803.5332483478 -5848,0.0001,47829.1416355684,26803.5332483478 -5849,0.0001,47829.1416355684,26803.5332483478 -5850,0.0001,47829.1416355684,26803.5332483478 -5851,0.0001,47829.1416355684,26803.5332483478 -5852,0.0001,47829.1416355684,26803.5332483478 -5853,0.0001,47829.1416355684,26803.5332483478 -5854,0.0001,47829.1416355684,26803.5332483478 -5855,0.0001,47829.1416355684,26803.5332483478 -5856,0.0001,47829.1416355684,26803.5332483478 -5857,0.0001,47829.1416355684,26803.5332483478 -5858,0.0001,47829.1416355684,26803.5332483478 -5859,0.0001,47829.1416355684,26803.5332483478 -5860,0.0001,47829.1416355684,26803.5332483478 -5861,0.0001,47829.1416355684,26803.5332483478 -5862,0.0001,47829.1416355684,26803.5332483478 -5863,0.0001,47829.1416355684,26803.5332483478 -5864,0.0001,47829.1416355684,26803.5332483478 -5865,0.0001,47829.1416355684,26803.5332483478 -5866,0.0001,47829.1416355684,26803.5332483478 -5867,0.0001,47829.1416355684,26803.5332483478 -5868,0.0001,47829.1416355684,26803.5332483478 -5869,0.0001,47829.1416355684,26803.5332483478 -5870,0.0001,47829.1416355684,26803.5332483478 -5871,0.0001,47829.1416355684,26803.5332483478 -5872,0.0001,47829.1416355684,26803.5332483478 -5873,0.0001,47829.1416355684,26803.5332483478 -5874,0.0001,47829.1416355684,26803.5332483478 -5875,0.0001,47829.1416355684,26803.5332483478 -5876,0.0001,47829.1416355684,26803.5332483478 -5877,0.0001,47829.1416355684,26803.5332483478 -5878,0.0001,47829.1416355684,26803.5332483478 -5879,0.0001,47829.1416355684,26803.5332483478 -5880,0.0001,47829.1416355684,26803.5332483478 -5881,0.0001,47829.1416355684,26803.5332483478 -5882,0.0001,47829.1416355684,26803.5332483478 -5883,0.0001,47829.1416355684,26803.5332483478 -5884,0.0001,47829.1416355684,26803.5332483478 -5885,0.0001,47829.1416355684,26803.5332483478 -5886,0.0001,47829.1416355684,26803.5332483478 -5887,0.0001,47829.1416355684,26803.5332483478 -5888,0.0001,47829.1416355684,26803.5332483478 -5889,0.0001,47829.1416355684,26803.5332483478 -5890,0.0001,47829.1416355684,26803.5332483478 -5891,0.0001,47829.1416355684,26803.5332483478 -5892,0.0001,47829.1416355684,26803.5332483478 -5893,0.0001,47829.1416355684,26803.5332483478 -5894,0.0001,47829.1416355684,26803.5332483478 -5895,0.0001,47829.1416355684,26803.5332483478 -5896,0.0001,47829.1416355684,26803.5332483478 -5897,0.0001,47829.1416355684,26803.5332483478 -5898,0.0001,47829.1416355684,26803.5332483478 -5899,0.0001,47829.1416355684,26803.5332483478 -5900,0.0001,47829.1416355684,26803.5332483478 -5901,0.0001,47829.1416355684,26803.5332483478 -5902,0.0001,47829.1416355684,26803.5332483478 -5903,0.0001,47829.1416355684,26803.5332483478 -5904,0.0001,47829.1416355684,26803.5332483478 -5905,0.0001,47829.1416355684,26803.5332483478 -5906,0.0001,47829.1416355684,26803.5332483478 -5907,0.0001,47829.1416355684,26803.5332483478 -5908,0.0001,47829.1416355684,26803.5332483478 -5909,0.0001,47829.1416355684,26803.5332483478 -5910,0.0001,47829.1416355684,26803.5332483478 -5911,0.0001,47829.1416355684,26803.5332483478 -5912,0.0001,47829.1416355684,26803.5332483478 -5913,0.0001,47829.1416355684,26803.5332483478 -5914,0.0001,47829.1416355684,26803.5332483478 -5915,0.0001,47829.1416355684,26803.5332483478 -5916,0.0001,47829.1416355684,26803.5332483478 -5917,0.0001,47829.1416355684,26803.5332483478 -5918,0.0001,47829.1416355684,26803.5332483478 -5919,0.0001,47829.1416355684,26803.5332483478 -5920,0.0001,47829.1416355684,26803.5332483478 -5921,0.0001,47829.1416355684,26803.5332483478 -5922,0.0001,47829.1416355684,26803.5332483478 -5923,0.0001,47829.1416355684,26803.5332483478 -5924,0.0001,47829.1416355684,26803.5332483478 -5925,0.0001,47829.1416355684,26803.5332483478 -5926,0.0001,47829.1416355684,26803.5332483478 -5927,0.0001,47829.1416355684,26803.5332483478 -5928,0.0001,47829.1416355684,26803.5332483478 -5929,0.0001,47829.1416355684,26803.5332483478 -5930,0.0001,47829.1416355684,26803.5332483478 -5931,0.0001,47829.1416355684,26803.5332483478 -5932,0.0001,47829.1416355684,26803.5332483478 -5933,0.0001,47829.1416355684,26803.5332483478 -5934,0.0001,47829.1416355684,26803.5332483478 -5935,0.0001,47829.1416355684,26803.5332483478 -5936,0.0001,47829.1416355684,26803.5332483478 -5937,0.0001,47829.1416355684,26803.5332483478 -5938,0.0001,47829.1416355684,26803.5332483478 -5939,0.0001,47829.1416355684,26803.5332483478 -5940,0.0001,47829.1416355684,26803.5332483478 -5941,0.0001,47829.1416355684,26803.5332483478 -5942,0.0001,47829.1416355684,26803.5332483478 -5943,0.0001,47829.1416355684,26803.5332483478 -5944,0.0001,47829.1416355684,26803.5332483478 -5945,0.0001,47829.1416355684,26803.5332483478 -5946,0.0001,47829.1416355684,26803.5332483478 -5947,0.0001,47829.1416355684,26803.5332483478 -5948,0.0001,47829.1416355684,26803.5332483478 -5949,0.0001,47829.1416355684,26803.5332483478 -5950,0.0001,47829.1416355684,26803.5332483478 -5951,0.0001,47829.1416355684,26803.5332483478 -5952,0.0001,47829.1416355684,26803.5332483478 -5953,0.0001,47829.1416355684,26803.5332483478 -5954,0.0001,47829.1416355684,26803.5332483478 -5955,0.0001,47829.1416355684,26803.5332483478 -5956,0.0001,47829.1416355684,26803.5332483478 -5957,0.0001,47829.1416355684,26803.5332483478 -5958,0.0001,47829.1416355684,26803.5332483478 -5959,0.0001,47829.1416355684,26803.5332483478 -5960,0.0001,47829.1416355684,26803.5332483478 -5961,0.0001,47829.1416355684,26803.5332483478 -5962,0.0001,47829.1416355684,26803.5332483478 -5963,0.0001,47829.1416355684,26803.5332483478 -5964,0.0001,47829.1416355684,26803.5332483478 -5965,0.0001,47829.1416355684,26803.5332483478 -5966,0.0001,47829.1416355684,26803.5332483478 -5967,0.0001,47829.1416355684,26803.5332483478 -5968,0.0001,47829.1416355684,26803.5332483478 -5969,0.0001,47829.1416355684,26803.5332483478 -5970,0.0001,47829.1416355684,26803.5332483478 -5971,0.0001,47829.1416355684,26803.5332483478 -5972,0.0001,47829.1416355684,26803.5332483478 -5973,0.0001,47829.1416355684,26803.5332483478 -5974,0.0001,47829.1416355684,26803.5332483478 -5975,0.0001,47829.1416355684,26803.5332483478 -5976,0.0001,47829.1416355684,26803.5332483478 -5977,0.0001,47829.1416355684,26803.5332483478 -5978,0.0001,47829.1416355684,26803.5332483478 -5979,0.0001,47829.1416355684,26803.5332483478 -5980,0.0001,47829.1416355684,26803.5332483478 -5981,0.0001,47829.1416355684,26803.5332483478 -5982,0.0001,47829.1416355684,26803.5332483478 -5983,0.0001,47829.1416355684,26803.5332483478 -5984,0.0001,47829.1416355684,26803.5332483478 -5985,0.0001,47829.1416355684,26803.5332483478 -5986,0.0001,47829.1416355684,26803.5332483478 -5987,0.0001,47829.1416355684,26803.5332483478 -5988,0.0001,47829.1416355684,26803.5332483478 -5989,0.0001,47829.1416355684,26803.5332483478 -5990,0.0001,47829.1416355684,26803.5332483478 -5991,0.0001,47829.1416355684,26803.5332483478 -5992,0.0001,47829.1416355684,26803.5332483478 -5993,0.0001,47829.1416355684,26803.5332483478 -5994,0.0001,47829.1416355684,26803.5332483478 -5995,0.0001,47829.1416355684,26803.5332483478 -5996,0.0001,47829.1416355684,26803.5332483478 -5997,0.0001,47829.1416355684,26803.5332483478 -5998,0.0001,47829.1416355684,26803.5332483478 -5999,0.0001,47829.1416355684,26803.5332483478 -6000,0.0001,47829.1416355684,26803.5332483478 -6001,0.0001,47829.1416355684,26803.5332483478 -6002,0.0001,47829.1416355684,26803.5332483478 -6003,0.0001,47829.1416355684,26803.5332483478 -6004,0.0001,47829.1416355684,26803.5332483478 -6005,0.0001,47829.1416355684,26803.5332483478 -6006,0.0001,47829.1416355684,26803.5332483478 -6007,0.0001,47829.1416355684,26803.5332483478 -6008,0.0001,47829.1416355684,26803.5332483478 -6009,0.0001,47829.1416355684,26803.5332483478 -6010,0.0001,47829.1416355684,26803.5332483478 -6011,0.0001,47829.1416355684,26803.5332483478 -6012,0.0001,47829.1416355684,26803.5332483478 -6013,0.0001,47829.1416355684,26803.5332483478 -6014,0.0001,47829.1416355684,26803.5332483478 -6015,0.0001,47829.1416355684,26803.5332483478 -6016,0.0001,47829.1416355684,26803.5332483478 -6017,0.0001,47829.1416355684,26803.5332483478 -6018,0.0001,47829.1416355684,26803.5332483478 -6019,0.0001,47829.1416355684,26803.5332483478 -6020,0.0001,47829.1416355684,26803.5332483478 -6021,0.0001,47829.1416355684,26803.5332483478 -6022,0.0001,47829.1416355684,26803.5332483478 -6023,0.0001,47829.1416355684,26803.5332483478 -6024,0.0001,47829.1416355684,26803.5332483478 -6025,0.0001,47829.1416355684,26803.5332483478 -6026,0.0001,47829.1416355684,26803.5332483478 -6027,0.0001,47829.1416355684,26803.5332483478 -6028,0.0001,47829.1416355684,26803.5332483478 -6029,0.0001,47829.1416355684,26803.5332483478 -6030,0.0001,47829.1416355684,26803.5332483478 -6031,0.0001,47829.1416355684,26803.5332483478 -6032,0.0001,47829.1416355684,26803.5332483478 -6033,0.0001,47829.1416355684,26803.5332483478 -6034,0.0001,47829.1416355684,26803.5332483478 -6035,0.0001,47829.1416355684,26803.5332483478 -6036,0.0001,47829.1416355684,26803.5332483478 -6037,0.0001,47829.1416355684,26803.5332483478 -6038,0.0001,47829.1416355684,26803.5332483478 -6039,0.0001,47829.1416355684,26803.5332483478 -6040,0.0001,47829.1416355684,26803.5332483478 -6041,0.0001,47829.1416355684,26803.5332483478 -6042,0.0001,47829.1416355684,26803.5332483478 -6043,0.0001,47829.1416355684,26803.5332483478 -6044,0.0001,47829.1416355684,26803.5332483478 -6045,0.0001,47829.1416355684,26803.5332483478 -6046,0.0001,47829.1416355684,26803.5332483478 -6047,0.0001,47829.1416355684,26803.5332483478 -6048,0.0001,47829.1416355684,26803.5332483478 -6049,0.0001,47829.1416355684,26803.5332483478 -6050,0.0001,47829.1416355684,26803.5332483478 -6051,0.0001,47829.1416355684,26803.5332483478 -6052,0.0001,47829.1416355684,26803.5332483478 -6053,0.0001,47829.1416355684,26803.5332483478 -6054,0.0001,47829.1416355684,26803.5332483478 -6055,0.0001,47829.1416355684,26803.5332483478 -6056,0.0001,47829.1416355684,26803.5332483478 -6057,0.0001,47829.1416355684,26803.5332483478 -6058,0.0001,47829.1416355684,26803.5332483478 -6059,0.0001,47829.1416355684,26803.5332483478 -6060,0.0001,47829.1416355684,26803.5332483478 -6061,0.0001,47829.1416355684,26803.5332483478 -6062,0.0001,47829.1416355684,26803.5332483478 -6063,0.0001,47829.1416355684,26803.5332483478 -6064,0.0001,47829.1416355684,26803.5332483478 -6065,0.0001,47829.1416355684,26803.5332483478 -6066,0.0001,47829.1416355684,26803.5332483478 -6067,0.0001,47829.1416355684,26803.5332483478 -6068,0.0001,47829.1416355684,26803.5332483478 -6069,0.0001,47829.1416355684,26803.5332483478 -6070,0.0001,47829.1416355684,26803.5332483478 -6071,0.0001,47829.1416355684,26803.5332483478 -6072,0.0001,47829.1416355684,26803.5332483478 -6073,0.0001,47829.1416355684,26803.5332483478 -6074,0.0001,47829.1416355684,26803.5332483478 -6075,0.0001,47829.1416355684,26803.5332483478 -6076,0.0001,47829.1416355684,26803.5332483478 -6077,0.0001,47829.1416355684,26803.5332483478 -6078,0.0001,47829.1416355684,26803.5332483478 -6079,0.0001,47829.1416355684,26803.5332483478 -6080,0.0001,47829.1416355684,26803.5332483478 -6081,0.0001,47829.1416355684,26803.5332483478 -6082,0.0001,47829.1416355684,26803.5332483478 -6083,0.0001,47829.1416355684,26803.5332483478 -6084,0.0001,47829.1416355684,26803.5332483478 -6085,0.0001,47829.1416355684,26803.5332483478 -6086,0.0001,47829.1416355684,26803.5332483478 -6087,0.0001,47829.1416355684,26803.5332483478 -6088,0.0001,47829.1416355684,26803.5332483478 -6089,0.0001,47829.1416355684,26803.5332483478 -6090,0.0001,47829.1416355684,26803.5332483478 -6091,0.0001,47829.1416355684,26803.5332483478 -6092,0.0001,47829.1416355684,26803.5332483478 -6093,0.0001,47829.1416355684,26803.5332483478 -6094,0.0001,47829.1416355684,26803.5332483478 -6095,0.0001,47829.1416355684,26803.5332483478 -6096,0.0001,47829.1416355684,26803.5332483478 -6097,0.0001,47829.1416355684,26803.5332483478 -6098,0.0001,47829.1416355684,26803.5332483478 -6099,0.0001,47829.1416355684,26803.5332483478 -6100,0.0001,47829.1416355684,26803.5332483478 -6101,0.0001,47829.1416355684,26803.5332483478 -6102,0.0001,47829.1416355684,26803.5332483478 -6103,0.0001,47829.1416355684,26803.5332483478 -6104,0.0001,47829.1416355684,26803.5332483478 -6105,0.0001,47829.1416355684,26803.5332483478 -6106,0.0001,47829.1416355684,26803.5332483478 -6107,0.0001,47829.1416355684,26803.5332483478 -6108,0.0001,47829.1416355684,26803.5332483478 -6109,0.0001,47829.1416355684,26803.5332483478 -6110,0.0001,47829.1416355684,26803.5332483478 -6111,0.0001,47829.1416355684,26803.5332483478 -6112,0.0001,47829.1416355684,26803.5332483478 -6113,0.0001,47829.1416355684,26803.5332483478 -6114,0.0001,47829.1416355684,26803.5332483478 -6115,0.0001,47829.1416355684,26803.5332483478 -6116,0.0001,47829.1416355684,26803.5332483478 -6117,0.0001,47829.1416355684,26803.5332483478 -6118,0.0001,47829.1416355684,26803.5332483478 -6119,0.0001,47829.1416355684,26803.5332483478 -6120,0.0001,47829.1416355684,26803.5332483478 -6121,0.0001,47829.1416355684,26803.5332483478 -6122,0.0001,47829.1416355684,26803.5332483478 -6123,0.0001,47829.1416355684,26803.5332483478 -6124,0.0001,47829.1416355684,26803.5332483478 -6125,0.0001,47829.1416355684,26803.5332483478 -6126,0.0001,47829.1416355684,26803.5332483478 -6127,0.0001,47829.1416355684,26803.5332483478 -6128,0.0001,47829.1416355684,26803.5332483478 -6129,0.0001,47829.1416355684,26803.5332483478 -6130,0.0001,47829.1416355684,26803.5332483478 -6131,0.0001,47829.1416355684,26803.5332483478 -6132,0.0001,47829.1416355684,26803.5332483478 -6133,0.0001,47829.1416355684,26803.5332483478 -6134,0.0001,47829.1416355684,26803.5332483478 -6135,0.0001,47829.1416355684,26803.5332483478 -6136,0.0001,47829.1416355684,26803.5332483478 -6137,0.0001,47829.1416355684,26803.5332483478 -6138,0.0001,47829.1416355684,26803.5332483478 -6139,0.0001,47829.1416355684,26803.5332483478 -6140,0.0001,47829.1416355684,26803.5332483478 -6141,0.0001,47829.1416355684,26803.5332483478 -6142,0.0001,47829.1416355684,26803.5332483478 -6143,0.0001,47829.1416355684,26803.5332483478 -6144,0.0001,47829.1416355684,26803.5332483478 -6145,0.0001,47829.1416355684,26803.5332483478 -6146,0.0001,47829.1416355684,26803.5332483478 -6147,0.0001,47829.1416355684,26803.5332483478 -6148,0.0001,47829.1416355684,26803.5332483478 -6149,0.0001,47829.1416355684,26803.5332483478 -6150,0.0001,47829.1416355684,26803.5332483478 -6151,0.0001,47829.1416355684,26803.5332483478 -6152,0.0001,47829.1416355684,26803.5332483478 -6153,0.0001,47829.1416355684,26803.5332483478 -6154,0.0001,47829.1416355684,26803.5332483478 -6155,0.0001,47829.1416355684,26803.5332483478 -6156,0.0001,47829.1416355684,26803.5332483478 -6157,0.0001,47829.1416355684,26803.5332483478 -6158,0.0001,47829.1416355684,26803.5332483478 -6159,0.0001,47829.1416355684,26803.5332483478 -6160,0.0001,47829.1416355684,26803.5332483478 -6161,0.0001,47829.1416355684,26803.5332483478 -6162,0.0001,47829.1416355684,26803.5332483478 -6163,0.0001,47829.1416355684,26803.5332483478 -6164,0.0001,47829.1416355684,26803.5332483478 -6165,0.0001,47829.1416355684,26803.5332483478 -6166,0.0001,47829.1416355684,26803.5332483478 -6167,0.0001,47829.1416355684,26803.5332483478 -6168,0.0001,47829.1416355684,26803.5332483478 -6169,0.0001,47829.1416355684,26803.5332483478 -6170,0.0001,47829.1416355684,26803.5332483478 -6171,0.0001,47829.1416355684,26803.5332483478 -6172,0.0001,47829.1416355684,26803.5332483478 -6173,0.0001,47829.1416355684,26803.5332483478 -6174,0.0001,47829.1416355684,26803.5332483478 -6175,0.0001,47829.1416355684,26803.5332483478 -6176,0.0001,47829.1416355684,26803.5332483478 -6177,0.0001,47829.1416355684,26803.5332483478 -6178,0.0001,47829.1416355684,26803.5332483478 -6179,0.0001,47829.1416355684,26803.5332483478 -6180,0.0001,47829.1416355684,26803.5332483478 -6181,0.0001,47829.1416355684,26803.5332483478 -6182,0.0001,47829.1416355684,26803.5332483478 -6183,0.0001,47829.1416355684,26803.5332483478 -6184,0.0001,47829.1416355684,26803.5332483478 -6185,0.0001,47829.1416355684,26803.5332483478 -6186,0.0001,47829.1416355684,26803.5332483478 -6187,0.0001,47829.1416355684,26803.5332483478 -6188,0.0001,47829.1416355684,26803.5332483478 -6189,0.0001,47829.1416355684,26803.5332483478 -6190,0.0001,47829.1416355684,26803.5332483478 -6191,0.0001,47829.1416355684,26803.5332483478 -6192,0.0001,47829.1416355684,26803.5332483478 -6193,0.0001,47829.1416355684,26803.5332483478 -6194,0.0001,47829.1416355684,26803.5332483478 -6195,0.0001,47829.1416355684,26803.5332483478 -6196,0.0001,47829.1416355684,26803.5332483478 -6197,0.0001,47829.1416355684,26803.5332483478 -6198,0.0001,47829.1416355684,26803.5332483478 -6199,0.0001,47829.1416355684,26803.5332483478 -6200,0.0001,47829.1416355684,26803.5332483478 -6201,0.0001,47829.1416355684,26803.5332483478 -6202,0.0001,47829.1416355684,26803.5332483478 -6203,0.0001,47829.1416355684,26803.5332483478 -6204,0.0001,47829.1416355684,26803.5332483478 -6205,0.0001,47829.1416355684,26803.5332483478 -6206,0.0001,47829.1416355684,26803.5332483478 -6207,0.0001,47829.1416355684,26803.5332483478 -6208,0.0001,47829.1416355684,26803.5332483478 -6209,0.0001,47829.1416355684,26803.5332483478 -6210,0.0001,47829.1416355684,26803.5332483478 -6211,0.0001,47829.1416355684,26803.5332483478 -6212,0.0001,47829.1416355684,26803.5332483478 -6213,0.0001,47829.1416355684,26803.5332483478 -6214,0.0001,47829.1416355684,26803.5332483478 -6215,0.0001,47829.1416355684,26803.5332483478 -6216,0.0001,47829.1416355684,26803.5332483478 -6217,0.0001,47829.1416355684,26803.5332483478 -6218,0.0001,47829.1416355684,26803.5332483478 -6219,0.0001,47829.1416355684,26803.5332483478 -6220,0.0001,47829.1416355684,26803.5332483478 -6221,0.0001,47829.1416355684,26803.5332483478 -6222,0.0001,47829.1416355684,26803.5332483478 -6223,0.0001,47829.1416355684,26803.5332483478 -6224,0.0001,47829.1416355684,26803.5332483478 -6225,0.0001,47829.1416355684,26803.5332483478 -6226,0.0001,47829.1416355684,26803.5332483478 -6227,0.0001,47829.1416355684,26803.5332483478 -6228,0.0001,47829.1416355684,26803.5332483478 -6229,0.0001,47829.1416355684,26803.5332483478 -6230,0.0001,47829.1416355684,26803.5332483478 -6231,0.0001,47829.1416355684,26803.5332483478 -6232,0.0001,47829.1416355684,26803.5332483478 -6233,0.0001,47829.1416355684,26803.5332483478 -6234,0.0001,47829.1416355684,26803.5332483478 -6235,0.0001,47829.1416355684,26803.5332483478 -6236,0.0001,47829.1416355684,26803.5332483478 -6237,0.0001,47829.1416355684,26803.5332483478 -6238,0.0001,47829.1416355684,26803.5332483478 -6239,0.0001,47829.1416355684,26803.5332483478 -6240,0.0001,47829.1416355684,26803.5332483478 -6241,0.0001,47829.1416355684,26803.5332483478 -6242,0.0001,47829.1416355684,26803.5332483478 -6243,0.0001,47829.1416355684,26803.5332483478 -6244,0.0001,47829.1416355684,26803.5332483478 -6245,0.0001,47829.1416355684,26803.5332483478 -6246,0.0001,47829.1416355684,26803.5332483478 -6247,0.0001,47829.1416355684,26803.5332483478 -6248,0.0001,47829.1416355684,26803.5332483478 -6249,0.0001,47829.1416355684,26803.5332483478 -6250,0.0001,47829.1416355684,26803.5332483478 -6251,0.0001,47829.1416355684,26803.5332483478 -6252,0.0001,47829.1416355684,26803.5332483478 -6253,0.0001,47829.1416355684,26803.5332483478 -6254,0.0001,47829.1416355684,26803.5332483478 -6255,0.0001,47829.1416355684,26803.5332483478 -6256,0.0001,47829.1416355684,26803.5332483478 -6257,0.0001,47829.1416355684,26803.5332483478 -6258,0.0001,47829.1416355684,26803.5332483478 -6259,0.0001,47829.1416355684,26803.5332483478 -6260,0.0001,47829.1416355684,26803.5332483478 -6261,0.0001,47829.1416355684,26803.5332483478 -6262,0.0001,47829.1416355684,26803.5332483478 -6263,0.0001,47829.1416355684,26803.5332483478 -6264,0.0001,47829.1416355684,26803.5332483478 -6265,0.0001,47829.1416355684,26803.5332483478 -6266,0.0001,47829.1416355684,26803.5332483478 -6267,0.0001,47829.1416355684,26803.5332483478 -6268,0.0001,47829.1416355684,26803.5332483478 -6269,0.0001,47829.1416355684,26803.5332483478 -6270,0.0001,47829.1416355684,26803.5332483478 -6271,0.0001,47829.1416355684,26803.5332483478 -6272,0.0001,47829.1416355684,26803.5332483478 -6273,0.0001,47829.1416355684,26803.5332483478 -6274,0.0001,47829.1416355684,26803.5332483478 -6275,0.0001,47829.1416355684,26803.5332483478 -6276,0.0001,47829.1416355684,26803.5332483478 -6277,0.0001,47829.1416355684,26803.5332483478 -6278,0.0001,47829.1416355684,26803.5332483478 -6279,0.0001,47829.1416355684,26803.5332483478 -6280,0.0001,47829.1416355684,26803.5332483478 -6281,0.0001,47829.1416355684,26803.5332483478 -6282,0.0001,47829.1416355684,26803.5332483478 -6283,0.0001,47829.1416355684,26803.5332483478 -6284,0.0001,47829.1416355684,26803.5332483478 -6285,0.0001,47829.1416355684,26803.5332483478 -6286,0.0001,47829.1416355684,26803.5332483478 -6287,0.0001,47829.1416355684,26803.5332483478 -6288,0.0001,47829.1416355684,26803.5332483478 -6289,0.0001,47829.1416355684,26803.5332483478 -6290,0.0001,47829.1416355684,26803.5332483478 -6291,0.0001,47829.1416355684,26803.5332483478 -6292,0.0001,47829.1416355684,26803.5332483478 -6293,0.0001,47829.1416355684,26803.5332483478 -6294,0.0001,47829.1416355684,26803.5332483478 -6295,0.0001,47829.1416355684,26803.5332483478 -6296,0.0001,47829.1416355684,26803.5332483478 -6297,0.0001,47829.1416355684,26803.5332483478 -6298,0.0001,47829.1416355684,26803.5332483478 -6299,0.0001,47829.1416355684,26803.5332483478 -6300,0.0001,47829.1416355684,26803.5332483478 -6301,0.0001,47829.1416355684,26803.5332483478 -6302,0.0001,47829.1416355684,26803.5332483478 -6303,0.0001,47829.1416355684,26803.5332483478 -6304,0.0001,47829.1416355684,26803.5332483478 -6305,0.0001,47829.1416355684,26803.5332483478 -6306,0.0001,47829.1416355684,26803.5332483478 -6307,0.0001,47829.1416355684,26803.5332483478 -6308,0.0001,47829.1416355684,26803.5332483478 -6309,0.0001,47829.1416355684,26803.5332483478 -6310,0.0001,47829.1416355684,26803.5332483478 -6311,0.0001,47829.1416355684,26803.5332483478 -6312,0.0001,47829.1416355684,26803.5332483478 -6313,0.0001,47829.1416355684,26803.5332483478 -6314,0.0001,47829.1416355684,26803.5332483478 -6315,0.0001,47829.1416355684,26803.5332483478 -6316,0.0001,47829.1416355684,26803.5332483478 -6317,0.0001,47829.1416355684,26803.5332483478 -6318,0.0001,47829.1416355684,26803.5332483478 -6319,0.0001,47829.1416355684,26803.5332483478 -6320,0.0001,47829.1416355684,26803.5332483478 -6321,0.0001,47829.1416355684,26803.5332483478 -6322,0.0001,47829.1416355684,26803.5332483478 -6323,0.0001,47829.1416355684,26803.5332483478 -6324,0.0001,47829.1416355684,26803.5332483478 -6325,0.0001,47829.1416355684,26803.5332483478 -6326,0.0001,47829.1416355684,26803.5332483478 -6327,0.0001,47829.1416355684,26803.5332483478 -6328,0.0001,47829.1416355684,26803.5332483478 -6329,0.0001,47829.1416355684,26803.5332483478 -6330,0.0001,47829.1416355684,26803.5332483478 -6331,0.0001,47829.1416355684,26803.5332483478 -6332,0.0001,47829.1416355684,26803.5332483478 -6333,0.0001,47829.1416355684,26803.5332483478 -6334,0.0001,47829.1416355684,26803.5332483478 -6335,0.0001,47829.1416355684,26803.5332483478 -6336,0.0001,47829.1416355684,26803.5332483478 -6337,0.0001,47829.1416355684,26803.5332483478 -6338,0.0001,47829.1416355684,26803.5332483478 -6339,0.0001,47829.1416355684,26803.5332483478 -6340,0.0001,47829.1416355684,26803.5332483478 -6341,0.0001,47829.1416355684,26803.5332483478 -6342,0.0001,47829.1416355684,26803.5332483478 -6343,0.0001,47829.1416355684,26803.5332483478 -6344,0.0001,47829.1416355684,26803.5332483478 -6345,0.0001,47829.1416355684,26803.5332483478 -6346,0.0001,47829.1416355684,26803.5332483478 -6347,0.0001,47829.1416355684,26803.5332483478 -6348,0.0001,47829.1416355684,26803.5332483478 -6349,0.0001,47829.1416355684,26803.5332483478 -6350,0.0001,47829.1416355684,26803.5332483478 -6351,0.0001,47829.1416355684,26803.5332483478 -6352,0.0001,47829.1416355684,26803.5332483478 -6353,0.0001,47829.1416355684,26803.5332483478 -6354,0.0001,47829.1416355684,26803.5332483478 -6355,0.0001,47829.1416355684,26803.5332483478 -6356,0.0001,47829.1416355684,26803.5332483478 -6357,0.0001,47829.1416355684,26803.5332483478 -6358,0.0001,47829.1416355684,26803.5332483478 -6359,0.0001,47829.1416355684,26803.5332483478 -6360,0.0001,47829.1416355684,26803.5332483478 -6361,0.0001,47829.1416355684,26803.5332483478 -6362,0.0001,47829.1416355684,26803.5332483478 -6363,0.0001,47829.1416355684,26803.5332483478 -6364,0.0001,47829.1416355684,26803.5332483478 -6365,0.0001,47829.1416355684,26803.5332483478 -6366,0.0001,47829.1416355684,26803.5332483478 -6367,0.0001,47829.1416355684,26803.5332483478 -6368,0.0001,47829.1416355684,26803.5332483478 -6369,0.0001,47829.1416355684,26803.5332483478 -6370,0.0001,47829.1416355684,26803.5332483478 -6371,0.0001,47829.1416355684,26803.5332483478 -6372,0.0001,47829.1416355684,26803.5332483478 -6373,0.0001,47829.1416355684,26803.5332483478 -6374,0.0001,47829.1416355684,26803.5332483478 -6375,0.0001,47829.1416355684,26803.5332483478 -6376,0.0001,47829.1416355684,26803.5332483478 -6377,0.0001,47829.1416355684,26803.5332483478 -6378,0.0001,47829.1416355684,26803.5332483478 -6379,0.0001,47829.1416355684,26803.5332483478 -6380,0.0001,47829.1416355684,26803.5332483478 -6381,0.0001,47829.1416355684,26803.5332483478 -6382,0.0001,47829.1416355684,26803.5332483478 -6383,0.0001,47829.1416355684,26803.5332483478 -6384,0.0001,47829.1416355684,26803.5332483478 -6385,0.0001,47829.1416355684,26803.5332483478 -6386,0.0001,47829.1416355684,26803.5332483478 -6387,0.0001,47829.1416355684,26803.5332483478 -6388,0.0001,47829.1416355684,26803.5332483478 -6389,0.0001,47829.1416355684,26803.5332483478 -6390,0.0001,47829.1416355684,26803.5332483478 -6391,0.0001,47829.1416355684,26803.5332483478 -6392,0.0001,47829.1416355684,26803.5332483478 -6393,0.0001,47829.1416355684,26803.5332483478 -6394,0.0001,47829.1416355684,26803.5332483478 -6395,0.0001,47829.1416355684,26803.5332483478 -6396,0.0001,47829.1416355684,26803.5332483478 -6397,0.0001,47829.1416355684,26803.5332483478 -6398,0.0001,47829.1416355684,26803.5332483478 -6399,0.0001,47829.1416355684,26803.5332483478 -6400,0.0001,47829.1416355684,26803.5332483478 -6401,0.0001,47829.1416355684,26803.5332483478 -6402,0.0001,47829.1416355684,26803.5332483478 -6403,0.0001,47829.1416355684,26803.5332483478 -6404,0.0001,47829.1416355684,26803.5332483478 -6405,0.0001,47829.1416355684,26803.5332483478 -6406,0.0001,47829.1416355684,26803.5332483478 -6407,0.0001,47829.1416355684,26803.5332483478 -6408,0.0001,47829.1416355684,26803.5332483478 -6409,0.0001,47829.1416355684,26803.5332483478 -6410,0.0001,47829.1416355684,26803.5332483478 -6411,0.0001,47829.1416355684,26803.5332483478 -6412,0.0001,47829.1416355684,26803.5332483478 -6413,0.0001,47829.1416355684,26803.5332483478 -6414,0.0001,47829.1416355684,26803.5332483478 -6415,0.0001,47829.1416355684,26803.5332483478 -6416,0.0001,47829.1416355684,26803.5332483478 -6417,0.0001,47829.1416355684,26803.5332483478 -6418,0.0001,47829.1416355684,26803.5332483478 -6419,0.0001,47829.1416355684,26803.5332483478 -6420,0.0001,47829.1416355684,26803.5332483478 -6421,0.0001,47829.1416355684,26803.5332483478 -6422,0.0001,47829.1416355684,26803.5332483478 -6423,0.0001,47829.1416355684,26803.5332483478 -6424,0.0001,47829.1416355684,26803.5332483478 -6425,0.0001,47829.1416355684,26803.5332483478 -6426,0.0001,47829.1416355684,26803.5332483478 -6427,0.0001,47829.1416355684,26803.5332483478 -6428,0.0001,47829.1416355684,26803.5332483478 -6429,0.0001,47829.1416355684,26803.5332483478 -6430,0.0001,47829.1416355684,26803.5332483478 -6431,0.0001,47829.1416355684,26803.5332483478 -6432,0.0001,47829.1416355684,26803.5332483478 -6433,0.0001,47829.1416355684,26803.5332483478 -6434,0.0001,47829.1416355684,26803.5332483478 -6435,0.0001,47829.1416355684,26803.5332483478 -6436,0.0001,47829.1416355684,26803.5332483478 -6437,0.0001,47829.1416355684,26803.5332483478 -6438,0.0001,47829.1416355684,26803.5332483478 -6439,0.0001,47829.1416355684,26803.5332483478 -6440,0.0001,47829.1416355684,26803.5332483478 -6441,0.0001,47829.1416355684,26803.5332483478 -6442,0.0001,47829.1416355684,26803.5332483478 -6443,0.0001,47829.1416355684,26803.5332483478 -6444,0.0001,47829.1416355684,26803.5332483478 -6445,0.0001,47829.1416355684,26803.5332483478 -6446,0.0001,47829.1416355684,26803.5332483478 -6447,0.0001,47829.1416355684,26803.5332483478 -6448,0.0001,47829.1416355684,26803.5332483478 -6449,0.0001,47829.1416355684,26803.5332483478 -6450,0.0001,47829.1416355684,26803.5332483478 -6451,0.0001,47829.1416355684,26803.5332483478 -6452,0.0001,47829.1416355684,26803.5332483478 -6453,0.0001,47829.1416355684,26803.5332483478 -6454,0.0001,47829.1416355684,26803.5332483478 -6455,0.0001,47829.1416355684,26803.5332483478 -6456,0.0001,47829.1416355684,26803.5332483478 -6457,0.0001,47829.1416355684,26803.5332483478 -6458,0.0001,47829.1416355684,26803.5332483478 -6459,0.0001,47829.1416355684,26803.5332483478 -6460,0.0001,47829.1416355684,26803.5332483478 -6461,0.0001,47829.1416355684,26803.5332483478 -6462,0.0001,47829.1416355684,26803.5332483478 -6463,0.0001,47829.1416355684,26803.5332483478 -6464,0.0001,47829.1416355684,26803.5332483478 -6465,0.0001,47829.1416355684,26803.5332483478 -6466,0.0001,47829.1416355684,26803.5332483478 -6467,0.0001,47829.1416355684,26803.5332483478 -6468,0.0001,47829.1416355684,26803.5332483478 -6469,0.0001,47829.1416355684,26803.5332483478 -6470,0.0001,47829.1416355684,26803.5332483478 -6471,0.0001,47829.1416355684,26803.5332483478 -6472,0.0001,47829.1416355684,26803.5332483478 -6473,0.0001,47829.1416355684,26803.5332483478 -6474,0.0001,47829.1416355684,26803.5332483478 -6475,0.0001,47829.1416355684,26803.5332483478 -6476,0.0001,47829.1416355684,26803.5332483478 -6477,0.0001,47829.1416355684,26803.5332483478 -6478,0.0001,47829.1416355684,26803.5332483478 -6479,0.0001,47829.1416355684,26803.5332483478 -6480,0.0001,47829.1416355684,26803.5332483478 -6481,0.0001,47829.1416355684,26803.5332483478 -6482,0.0001,47829.1416355684,26803.5332483478 -6483,0.0001,47829.1416355684,26803.5332483478 -6484,0.0001,47829.1416355684,26803.5332483478 -6485,0.0001,47829.1416355684,26803.5332483478 -6486,0.0001,47829.1416355684,26803.5332483478 -6487,0.0001,47829.1416355684,26803.5332483478 -6488,0.0001,47829.1416355684,26803.5332483478 -6489,0.0001,47829.1416355684,26803.5332483478 -6490,0.0001,47829.1416355684,26803.5332483478 -6491,0.0001,47829.1416355684,26803.5332483478 -6492,0.0001,47829.1416355684,26803.5332483478 -6493,0.0001,47829.1416355684,26803.5332483478 -6494,0.0001,47829.1416355684,26803.5332483478 -6495,0.0001,47829.1416355684,26803.5332483478 -6496,0.0001,47829.1416355684,26803.5332483478 -6497,0.0001,47829.1416355684,26803.5332483478 -6498,0.0001,47829.1416355684,26803.5332483478 -6499,0.0001,47829.1416355684,26803.5332483478 -6500,0.0001,47829.1416355684,26803.5332483478 -6501,0.0001,47829.1416355684,26803.5332483478 -6502,0.0001,47829.1416355684,26803.5332483478 -6503,0.0001,47829.1416355684,26803.5332483478 -6504,0.0001,47829.1416355684,26803.5332483478 -6505,0.0001,47829.1416355684,26803.5332483478 -6506,0.0001,47829.1416355684,26803.5332483478 -6507,0.0001,47829.1416355684,26803.5332483478 -6508,0.0001,47829.1416355684,26803.5332483478 -6509,0.0001,47829.1416355684,26803.5332483478 -6510,0.0001,47829.1416355684,26803.5332483478 -6511,0.0001,47829.1416355684,26803.5332483478 -6512,0.0001,47829.1416355684,26803.5332483478 -6513,0.0001,47829.1416355684,26803.5332483478 -6514,0.0001,47829.1416355684,26803.5332483478 -6515,0.0001,47829.1416355684,26803.5332483478 -6516,0.0001,47829.1416355684,26803.5332483478 -6517,0.0001,47829.1416355684,26803.5332483478 -6518,0.0001,47829.1416355684,26803.5332483478 -6519,0.0001,47829.1416355684,26803.5332483478 -6520,0.0001,47829.1416355684,26803.5332483478 -6521,0.0001,47829.1416355684,26803.5332483478 -6522,0.0001,47829.1416355684,26803.5332483478 -6523,0.0001,47829.1416355684,26803.5332483478 -6524,0.0001,47829.1416355684,26803.5332483478 -6525,0.0001,47829.1416355684,26803.5332483478 -6526,0.0001,47829.1416355684,26803.5332483478 -6527,0.0001,47829.1416355684,26803.5332483478 -6528,0.0001,47829.1416355684,26803.5332483478 -6529,0.0001,47829.1416355684,26803.5332483478 -6530,0.0001,47829.1416355684,26803.5332483478 -6531,0.0001,47829.1416355684,26803.5332483478 -6532,0.0001,47829.1416355684,26803.5332483478 -6533,0.0001,47829.1416355684,26803.5332483478 -6534,0.0001,47829.1416355684,26803.5332483478 -6535,0.0001,47829.1416355684,26803.5332483478 -6536,0.0001,47829.1416355684,26803.5332483478 -6537,0.0001,47829.1416355684,26803.5332483478 -6538,0.0001,47829.1416355684,26803.5332483478 -6539,0.0001,47829.1416355684,26803.5332483478 -6540,0.0001,47829.1416355684,26803.5332483478 -6541,0.0001,47829.1416355684,26803.5332483478 -6542,0.0001,47829.1416355684,26803.5332483478 -6543,0.0001,47829.1416355684,26803.5332483478 -6544,0.0001,47829.1416355684,26803.5332483478 -6545,0.0001,47829.1416355684,26803.5332483478 -6546,0.0001,47829.1416355684,26803.5332483478 -6547,0.0001,47829.1416355684,26803.5332483478 -6548,0.0001,47829.1416355684,26803.5332483478 -6549,0.0001,47829.1416355684,26803.5332483478 -6550,0.0001,47829.1416355684,26803.5332483478 -6551,0.0001,47829.1416355684,26803.5332483478 -6552,0.0001,47829.1416355684,26803.5332483478 -6553,0.0001,47829.1416355684,26803.5332483478 -6554,0.0001,47829.1416355684,26803.5332483478 -6555,0.0001,47829.1416355684,26803.5332483478 -6556,0.0001,47829.1416355684,26803.5332483478 -6557,0.0001,47829.1416355684,26803.5332483478 -6558,0.0001,47829.1416355684,26803.5332483478 -6559,0.0001,47829.1416355684,26803.5332483478 -6560,0.0001,47829.1416355684,26803.5332483478 -6561,0.0001,47829.1416355684,26803.5332483478 -6562,0.0001,47829.1416355684,26803.5332483478 -6563,0.0001,47829.1416355684,26803.5332483478 -6564,0.0001,47829.1416355684,26803.5332483478 -6565,0.0001,47829.1416355684,26803.5332483478 -6566,0.0001,47829.1416355684,26803.5332483478 -6567,0.0001,47829.1416355684,26803.5332483478 -6568,0.0001,47829.1416355684,26803.5332483478 -6569,0.0001,47829.1416355684,26803.5332483478 -6570,0.0001,47829.1416355684,26803.5332483478 -6571,0.0001,47829.1416355684,26803.5332483478 -6572,0.0001,47829.1416355684,26803.5332483478 -6573,0.0001,47829.1416355684,26803.5332483478 -6574,0.0001,47829.1416355684,26803.5332483478 -6575,0.0001,47829.1416355684,26803.5332483478 -6576,0.0001,47829.1416355684,26803.5332483478 -6577,0.0001,47829.1416355684,26803.5332483478 -6578,0.0001,47829.1416355684,26803.5332483478 -6579,0.0001,47829.1416355684,26803.5332483478 -6580,0.0001,47829.1416355684,26803.5332483478 -6581,0.0001,47829.1416355684,26803.5332483478 -6582,0.0001,47829.1416355684,26803.5332483478 -6583,0.0001,47829.1416355684,26803.5332483478 -6584,0.0001,47829.1416355684,26803.5332483478 -6585,0.0001,47829.1416355684,26803.5332483478 -6586,0.0001,47829.1416355684,26803.5332483478 -6587,0.0001,47829.1416355684,26803.5332483478 -6588,0.0001,47829.1416355684,26803.5332483478 -6589,0.0001,47829.1416355684,26803.5332483478 -6590,0.0001,47829.1416355684,26803.5332483478 -6591,0.0001,47829.1416355684,26803.5332483478 -6592,0.0001,47829.1416355684,26803.5332483478 -6593,0.0001,47829.1416355684,26803.5332483478 -6594,0.0001,47829.1416355684,26803.5332483478 -6595,0.0001,47829.1416355684,26803.5332483478 -6596,0.0001,47829.1416355684,26803.5332483478 -6597,0.0001,47829.1416355684,26803.5332483478 -6598,0.0001,47829.1416355684,26803.5332483478 -6599,0.0001,47829.1416355684,26803.5332483478 -6600,0.0001,47829.1416355684,26803.5332483478 -6601,0.0001,47829.1416355684,26803.5332483478 -6602,0.0001,47829.1416355684,26803.5332483478 -6603,0.0001,47829.1416355684,26803.5332483478 -6604,0.0001,47829.1416355684,26803.5332483478 -6605,0.0001,47829.1416355684,26803.5332483478 -6606,0.0001,47829.1416355684,26803.5332483478 -6607,0.0001,47829.1416355684,26803.5332483478 -6608,0.0001,47829.1416355684,26803.5332483478 -6609,0.0001,47829.1416355684,26803.5332483478 -6610,0.0001,47829.1416355684,26803.5332483478 -6611,0.0001,47829.1416355684,26803.5332483478 -6612,0.0001,47829.1416355684,26803.5332483478 -6613,0.0001,47829.1416355684,26803.5332483478 -6614,0.0001,47829.1416355684,26803.5332483478 -6615,0.0001,47829.1416355684,26803.5332483478 -6616,0.0001,47829.1416355684,26803.5332483478 -6617,0.0001,47829.1416355684,26803.5332483478 -6618,0.0001,47829.1416355684,26803.5332483478 -6619,0.0001,47829.1416355684,26803.5332483478 -6620,0.0001,47829.1416355684,26803.5332483478 -6621,0.0001,47829.1416355684,26803.5332483478 -6622,0.0001,47829.1416355684,26803.5332483478 -6623,0.0001,47829.1416355684,26803.5332483478 -6624,0.0001,47829.1416355684,26803.5332483478 -6625,0.0001,47829.1416355684,26803.5332483478 -6626,0.0001,47829.1416355684,26803.5332483478 -6627,0.0001,47829.1416355684,26803.5332483478 -6628,0.0001,47829.1416355684,26803.5332483478 -6629,0.0001,47829.1416355684,26803.5332483478 -6630,0.0001,47829.1416355684,26803.5332483478 -6631,0.0001,47829.1416355684,26803.5332483478 -6632,0.0001,47829.1416355684,26803.5332483478 -6633,0.0001,47829.1416355684,26803.5332483478 -6634,0.0001,47829.1416355684,26803.5332483478 -6635,0.0001,47829.1416355684,26803.5332483478 -6636,0.0001,47829.1416355684,26803.5332483478 -6637,0.0001,47829.1416355684,26803.5332483478 -6638,0.0001,47829.1416355684,26803.5332483478 -6639,0.0001,47829.1416355684,26803.5332483478 -6640,0.0001,47829.1416355684,26803.5332483478 -6641,0.0001,47829.1416355684,26803.5332483478 -6642,0.0001,47829.1416355684,26803.5332483478 -6643,0.0001,47829.1416355684,26803.5332483478 -6644,0.0001,47829.1416355684,26803.5332483478 -6645,0.0001,47829.1416355684,26803.5332483478 -6646,0.0001,47829.1416355684,26803.5332483478 -6647,0.0001,47829.1416355684,26803.5332483478 -6648,0.0001,47829.1416355684,26803.5332483478 -6649,0.0001,47829.1416355684,26803.5332483478 -6650,0.0001,47829.1416355684,26803.5332483478 -6651,0.0001,47829.1416355684,26803.5332483478 -6652,0.0001,47829.1416355684,26803.5332483478 -6653,0.0001,47829.1416355684,26803.5332483478 -6654,0.0001,47829.1416355684,26803.5332483478 -6655,0.0001,47829.1416355684,26803.5332483478 -6656,0.0001,47829.1416355684,26803.5332483478 -6657,0.0001,47829.1416355684,26803.5332483478 -6658,0.0001,47829.1416355684,26803.5332483478 -6659,0.0001,47829.1416355684,26803.5332483478 -6660,0.0001,47829.1416355684,26803.5332483478 -6661,0.0001,47829.1416355684,26803.5332483478 -6662,0.0001,47829.1416355684,26803.5332483478 -6663,0.0001,47829.1416355684,26803.5332483478 -6664,0.0001,47829.1416355684,26803.5332483478 -6665,0.0001,47829.1416355684,26803.5332483478 -6666,0.0001,47829.1416355684,26803.5332483478 -6667,0.0001,47829.1416355684,26803.5332483478 -6668,0.0001,47829.1416355684,26803.5332483478 -6669,0.0001,47829.1416355684,26803.5332483478 -6670,0.0001,47829.1416355684,26803.5332483478 -6671,0.0001,47829.1416355684,26803.5332483478 -6672,0.0001,47829.1416355684,26803.5332483478 -6673,0.0001,47829.1416355684,26803.5332483478 -6674,0.0001,47829.1416355684,26803.5332483478 -6675,0.0001,47829.1416355684,26803.5332483478 -6676,0.0001,47829.1416355684,26803.5332483478 -6677,0.0001,47829.1416355684,26803.5332483478 -6678,0.0001,47829.1416355684,26803.5332483478 -6679,0.0001,47829.1416355684,26803.5332483478 -6680,0.0001,47829.1416355684,26803.5332483478 -6681,0.0001,47829.1416355684,26803.5332483478 -6682,0.0001,47829.1416355684,26803.5332483478 -6683,0.0001,47829.1416355684,26803.5332483478 -6684,0.0001,47829.1416355684,26803.5332483478 -6685,0.0001,47829.1416355684,26803.5332483478 -6686,0.0001,47829.1416355684,26803.5332483478 -6687,0.0001,47829.1416355684,26803.5332483478 -6688,0.0001,47829.1416355684,26803.5332483478 -6689,0.0001,47829.1416355684,26803.5332483478 -6690,0.0001,47829.1416355684,26803.5332483478 -6691,0.0001,47829.1416355684,26803.5332483478 -6692,0.0001,47829.1416355684,26803.5332483478 -6693,0.0001,47829.1416355684,26803.5332483478 -6694,0.0001,47829.1416355684,26803.5332483478 -6695,0.0001,47829.1416355684,26803.5332483478 -6696,0.0001,47829.1416355684,26803.5332483478 -6697,0.0001,47829.1416355684,26803.5332483478 -6698,0.0001,47829.1416355684,26803.5332483478 -6699,0.0001,47829.1416355684,26803.5332483478 -6700,0.0001,47829.1416355684,26803.5332483478 -6701,0.0001,47829.1416355684,26803.5332483478 -6702,0.0001,47829.1416355684,26803.5332483478 -6703,0.0001,47829.1416355684,26803.5332483478 -6704,0.0001,47829.1416355684,26803.5332483478 -6705,0.0001,47829.1416355684,26803.5332483478 -6706,0.0001,47829.1416355684,26803.5332483478 -6707,0.0001,47829.1416355684,26803.5332483478 -6708,0.0001,47829.1416355684,26803.5332483478 -6709,0.0001,47829.1416355684,26803.5332483478 -6710,0.0001,47829.1416355684,26803.5332483478 -6711,0.0001,47829.1416355684,26803.5332483478 -6712,0.0001,47829.1416355684,26803.5332483478 -6713,0.0001,47829.1416355684,26803.5332483478 -6714,0.0001,47829.1416355684,26803.5332483478 -6715,0.0001,47829.1416355684,26803.5332483478 -6716,0.0001,47829.1416355684,26803.5332483478 -6717,0.0001,47829.1416355684,26803.5332483478 -6718,0.0001,47829.1416355684,26803.5332483478 -6719,0.0001,47829.1416355684,26803.5332483478 -6720,0.0001,47829.1416355684,26803.5332483478 -6721,0.0001,47829.1416355684,26803.5332483478 -6722,0.0001,47829.1416355684,26803.5332483478 -6723,0.0001,47829.1416355684,26803.5332483478 -6724,0.0001,47829.1416355684,26803.5332483478 -6725,0.0001,47829.1416355684,26803.5332483478 -6726,0.0001,47829.1416355684,26803.5332483478 -6727,0.0001,47829.1416355684,26803.5332483478 -6728,0.0001,47829.1416355684,26803.5332483478 -6729,0.0001,47829.1416355684,26803.5332483478 -6730,0.0001,47829.1416355684,26803.5332483478 -6731,0.0001,47829.1416355684,26803.5332483478 -6732,0.0001,47829.1416355684,26803.5332483478 -6733,0.0001,47829.1416355684,26803.5332483478 -6734,0.0001,47829.1416355684,26803.5332483478 -6735,0.0001,47829.1416355684,26803.5332483478 -6736,0.0001,47829.1416355684,26803.5332483478 -6737,0.0001,47829.1416355684,26803.5332483478 -6738,0.0001,47829.1416355684,26803.5332483478 -6739,0.0001,47829.1416355684,26803.5332483478 -6740,0.0001,47829.1416355684,26803.5332483478 -6741,0.0001,47829.1416355684,26803.5332483478 -6742,0.0001,47829.1416355684,26803.5332483478 -6743,0.0001,47829.1416355684,26803.5332483478 -6744,0.0001,47829.1416355684,26803.5332483478 -6745,0.0001,47829.1416355684,26803.5332483478 -6746,0.0001,47829.1416355684,26803.5332483478 -6747,0.0001,47829.1416355684,26803.5332483478 -6748,0.0001,47829.1416355684,26803.5332483478 -6749,0.0001,47829.1416355684,26803.5332483478 -6750,0.0001,47829.1416355684,26803.5332483478 -6751,0.0001,47829.1416355684,26803.5332483478 -6752,0.0001,47829.1416355684,26803.5332483478 -6753,0.0001,47829.1416355684,26803.5332483478 -6754,0.0001,47829.1416355684,26803.5332483478 -6755,0.0001,47829.1416355684,26803.5332483478 -6756,0.0001,47829.1416355684,26803.5332483478 -6757,0.0001,47829.1416355684,26803.5332483478 -6758,0.0001,47829.1416355684,26803.5332483478 -6759,0.0001,47829.1416355684,26803.5332483478 -6760,0.0001,47829.1416355684,26803.5332483478 -6761,0.0001,47829.1416355684,26803.5332483478 -6762,0.0001,47829.1416355684,26803.5332483478 -6763,0.0001,47829.1416355684,26803.5332483478 -6764,0.0001,47829.1416355684,26803.5332483478 -6765,0.0001,47829.1416355684,26803.5332483478 -6766,0.0001,47829.1416355684,26803.5332483478 -6767,0.0001,47829.1416355684,26803.5332483478 -6768,0.0001,47829.1416355684,26803.5332483478 -6769,0.0001,47829.1416355684,26803.5332483478 -6770,0.0001,47829.1416355684,26803.5332483478 -6771,0.0001,47829.1416355684,26803.5332483478 -6772,0.0001,47829.1416355684,26803.5332483478 -6773,0.0001,47829.1416355684,26803.5332483478 -6774,0.0001,47829.1416355684,26803.5332483478 -6775,0.0001,47829.1416355684,26803.5332483478 -6776,0.0001,47829.1416355684,26803.5332483478 -6777,0.0001,47829.1416355684,26803.5332483478 -6778,0.0001,47829.1416355684,26803.5332483478 -6779,0.0001,47829.1416355684,26803.5332483478 -6780,0.0001,47829.1416355684,26803.5332483478 -6781,0.0001,47829.1416355684,26803.5332483478 -6782,0.0001,47829.1416355684,26803.5332483478 -6783,0.0001,47829.1416355684,26803.5332483478 -6784,0.0001,47829.1416355684,26803.5332483478 -6785,0.0001,47829.1416355684,26803.5332483478 -6786,0.0001,47829.1416355684,26803.5332483478 -6787,0.0001,47829.1416355684,26803.5332483478 -6788,0.0001,47829.1416355684,26803.5332483478 -6789,0.0001,47829.1416355684,26803.5332483478 -6790,0.0001,47829.1416355684,26803.5332483478 -6791,0.0001,47829.1416355684,26803.5332483478 -6792,0.0001,47829.1416355684,26803.5332483478 -6793,0.0001,47829.1416355684,26803.5332483478 -6794,0.0001,47829.1416355684,26803.5332483478 -6795,0.0001,47829.1416355684,26803.5332483478 -6796,0.0001,47829.1416355684,26803.5332483478 -6797,0.0001,47829.1416355684,26803.5332483478 -6798,0.0001,47829.1416355684,26803.5332483478 -6799,0.0001,47829.1416355684,26803.5332483478 -6800,0.0001,47829.1416355684,26803.5332483478 -6801,0.0001,47829.1416355684,26803.5332483478 -6802,0.0001,47829.1416355684,26803.5332483478 -6803,0.0001,47829.1416355684,26803.5332483478 -6804,0.0001,47829.1416355684,26803.5332483478 -6805,0.0001,47829.1416355684,26803.5332483478 -6806,0.0001,47829.1416355684,26803.5332483478 -6807,0.0001,47829.1416355684,26803.5332483478 -6808,0.0001,47829.1416355684,26803.5332483478 -6809,0.0001,47829.1416355684,26803.5332483478 -6810,0.0001,47829.1416355684,26803.5332483478 -6811,0.0001,47829.1416355684,26803.5332483478 -6812,0.0001,47829.1416355684,26803.5332483478 -6813,0.0001,47829.1416355684,26803.5332483478 -6814,0.0001,47829.1416355684,26803.5332483478 -6815,0.0001,47829.1416355684,26803.5332483478 -6816,0.0001,47829.1416355684,26803.5332483478 -6817,0.0001,47829.1416355684,26803.5332483478 -6818,0.0001,47829.1416355684,26803.5332483478 -6819,0.0001,47829.1416355684,26803.5332483478 -6820,0.0001,47829.1416355684,26803.5332483478 -6821,0.0001,47829.1416355684,26803.5332483478 -6822,0.0001,47829.1416355684,26803.5332483478 -6823,0.0001,47829.1416355684,26803.5332483478 -6824,0.0001,47829.1416355684,26803.5332483478 -6825,0.0001,47829.1416355684,26803.5332483478 -6826,0.0001,47829.1416355684,26803.5332483478 -6827,0.0001,47829.1416355684,26803.5332483478 -6828,0.0001,47829.1416355684,26803.5332483478 -6829,0.0001,47829.1416355684,26803.5332483478 -6830,0.0001,47829.1416355684,26803.5332483478 -6831,0.0001,47829.1416355684,26803.5332483478 -6832,0.0001,47829.1416355684,26803.5332483478 -6833,0.0001,47829.1416355684,26803.5332483478 -6834,0.0001,47829.1416355684,26803.5332483478 -6835,0.0001,47829.1416355684,26803.5332483478 -6836,0.0001,47829.1416355684,26803.5332483478 -6837,0.0001,47829.1416355684,26803.5332483478 -6838,0.0001,47829.1416355684,26803.5332483478 -6839,0.0001,47829.1416355684,26803.5332483478 -6840,0.0001,47829.1416355684,26803.5332483478 -6841,0.0001,47829.1416355684,26803.5332483478 -6842,0.0001,47829.1416355684,26803.5332483478 -6843,0.0001,47829.1416355684,26803.5332483478 -6844,0.0001,47829.1416355684,26803.5332483478 -6845,0.0001,47829.1416355684,26803.5332483478 -6846,0.0001,47829.1416355684,26803.5332483478 -6847,0.0001,47829.1416355684,26803.5332483478 -6848,0.0001,47829.1416355684,26803.5332483478 -6849,0.0001,47829.1416355684,26803.5332483478 -6850,0.0001,47829.1416355684,26803.5332483478 -6851,0.0001,47829.1416355684,26803.5332483478 -6852,0.0001,47829.1416355684,26803.5332483478 -6853,0.0001,47829.1416355684,26803.5332483478 -6854,0.0001,47829.1416355684,26803.5332483478 -6855,0.0001,47829.1416355684,26803.5332483478 -6856,0.0001,47829.1416355684,26803.5332483478 -6857,0.0001,47829.1416355684,26803.5332483478 -6858,0.0001,47829.1416355684,26803.5332483478 -6859,0.0001,47829.1416355684,26803.5332483478 -6860,0.0001,47829.1416355684,26803.5332483478 -6861,0.0001,47829.1416355684,26803.5332483478 -6862,0.0001,47829.1416355684,26803.5332483478 -6863,0.0001,47829.1416355684,26803.5332483478 -6864,0.0001,47829.1416355684,26803.5332483478 -6865,0.0001,47829.1416355684,26803.5332483478 -6866,0.0001,47829.1416355684,26803.5332483478 -6867,0.0001,47829.1416355684,26803.5332483478 -6868,0.0001,47829.1416355684,26803.5332483478 -6869,0.0001,47829.1416355684,26803.5332483478 -6870,0.0001,47829.1416355684,26803.5332483478 -6871,0.0001,47829.1416355684,26803.5332483478 -6872,0.0001,47829.1416355684,26803.5332483478 -6873,0.0001,47829.1416355684,26803.5332483478 -6874,0.0001,47829.1416355684,26803.5332483478 -6875,0.0001,47829.1416355684,26803.5332483478 -6876,0.0001,47829.1416355684,26803.5332483478 -6877,0.0001,47829.1416355684,26803.5332483478 -6878,0.0001,47829.1416355684,26803.5332483478 -6879,0.0001,47829.1416355684,26803.5332483478 -6880,0.0001,47829.1416355684,26803.5332483478 -6881,0.0001,47829.1416355684,26803.5332483478 -6882,0.0001,47829.1416355684,26803.5332483478 -6883,0.0001,47829.1416355684,26803.5332483478 -6884,0.0001,47829.1416355684,26803.5332483478 -6885,0.0001,47829.1416355684,26803.5332483478 -6886,0.0001,47829.1416355684,26803.5332483478 -6887,0.0001,47829.1416355684,26803.5332483478 -6888,0.0001,47829.1416355684,26803.5332483478 -6889,0.0001,47829.1416355684,26803.5332483478 -6890,0.0001,47829.1416355684,26803.5332483478 -6891,0.0001,47829.1416355684,26803.5332483478 -6892,0.0001,47829.1416355684,26803.5332483478 -6893,0.0001,47829.1416355684,26803.5332483478 -6894,0.0001,47829.1416355684,26803.5332483478 -6895,0.0001,47829.1416355684,26803.5332483478 -6896,0.0001,47829.1416355684,26803.5332483478 -6897,0.0001,47829.1416355684,26803.5332483478 -6898,0.0001,47829.1416355684,26803.5332483478 -6899,0.0001,47829.1416355684,26803.5332483478 -6900,0.0001,47829.1416355684,26803.5332483478 -6901,0.0001,47829.1416355684,26803.5332483478 -6902,0.0001,47829.1416355684,26803.5332483478 -6903,0.0001,47829.1416355684,26803.5332483478 -6904,0.0001,47829.1416355684,26803.5332483478 -6905,0.0001,47829.1416355684,26803.5332483478 -6906,0.0001,47829.1416355684,26803.5332483478 -6907,0.0001,47829.1416355684,26803.5332483478 -6908,0.0001,47829.1416355684,26803.5332483478 -6909,0.0001,47829.1416355684,26803.5332483478 -6910,0.0001,47829.1416355684,26803.5332483478 -6911,0.0001,47829.1416355684,26803.5332483478 -6912,0.0001,47829.1416355684,26803.5332483478 -6913,0.0001,47829.1416355684,26803.5332483478 -6914,0.0001,47829.1416355684,26803.5332483478 -6915,0.0001,47829.1416355684,26803.5332483478 -6916,0.0001,47829.1416355684,26803.5332483478 -6917,0.0001,47829.1416355684,26803.5332483478 -6918,0.0001,47829.1416355684,26803.5332483478 -6919,0.0001,47829.1416355684,26803.5332483478 -6920,0.0001,47829.1416355684,26803.5332483478 -6921,0.0001,47829.1416355684,26803.5332483478 -6922,0.0001,47829.1416355684,26803.5332483478 -6923,0.0001,47829.1416355684,26803.5332483478 -6924,0.0001,47829.1416355684,26803.5332483478 -6925,0.0001,47829.1416355684,26803.5332483478 -6926,0.0001,47829.1416355684,26803.5332483478 -6927,0.0001,47829.1416355684,26803.5332483478 -6928,0.0001,47829.1416355684,26803.5332483478 -6929,0.0001,47829.1416355684,26803.5332483478 -6930,0.0001,47829.1416355684,26803.5332483478 -6931,0.0001,47829.1416355684,26803.5332483478 -6932,0.0001,47829.1416355684,26803.5332483478 -6933,0.0001,47829.1416355684,26803.5332483478 -6934,0.0001,47829.1416355684,26803.5332483478 -6935,0.0001,47829.1416355684,26803.5332483478 -6936,0.0001,47829.1416355684,26803.5332483478 -6937,0.0001,47829.1416355684,26803.5332483478 -6938,0.0001,47829.1416355684,26803.5332483478 -6939,0.0001,47829.1416355684,26803.5332483478 -6940,0.0001,47829.1416355684,26803.5332483478 -6941,0.0001,47829.1416355684,26803.5332483478 -6942,0.0001,47829.1416355684,26803.5332483478 -6943,0.0001,47829.1416355684,26803.5332483478 -6944,0.0001,47829.1416355684,26803.5332483478 -6945,0.0001,47829.1416355684,26803.5332483478 -6946,0.0001,47829.1416355684,26803.5332483478 -6947,0.0001,47829.1416355684,26803.5332483478 -6948,0.0001,47829.1416355684,26803.5332483478 -6949,0.0001,47829.1416355684,26803.5332483478 -6950,0.0001,47829.1416355684,26803.5332483478 -6951,0.0001,47829.1416355684,26803.5332483478 -6952,0.0001,47829.1416355684,26803.5332483478 -6953,0.0001,47829.1416355684,26803.5332483478 -6954,0.0001,47829.1416355684,26803.5332483478 -6955,0.0001,47829.1416355684,26803.5332483478 -6956,0.0001,47829.1416355684,26803.5332483478 -6957,0.0001,47829.1416355684,26803.5332483478 -6958,0.0001,47829.1416355684,26803.5332483478 -6959,0.0001,47829.1416355684,26803.5332483478 -6960,0.0001,47829.1416355684,26803.5332483478 -6961,0.0001,47829.1416355684,26803.5332483478 -6962,0.0001,47829.1416355684,26803.5332483478 -6963,0.0001,47829.1416355684,26803.5332483478 -6964,0.0001,47829.1416355684,26803.5332483478 -6965,0.0001,47829.1416355684,26803.5332483478 -6966,0.0001,47829.1416355684,26803.5332483478 -6967,0.0001,47829.1416355684,26803.5332483478 -6968,0.0001,47829.1416355684,26803.5332483478 -6969,0.0001,47829.1416355684,26803.5332483478 -6970,0.0001,47829.1416355684,26803.5332483478 -6971,0.0001,47829.1416355684,26803.5332483478 -6972,0.0001,47829.1416355684,26803.5332483478 -6973,0.0001,47829.1416355684,26803.5332483478 -6974,0.0001,47829.1416355684,26803.5332483478 -6975,0.0001,47829.1416355684,26803.5332483478 -6976,0.0001,47829.1416355684,26803.5332483478 -6977,0.0001,47829.1416355684,26803.5332483478 -6978,0.0001,47829.1416355684,26803.5332483478 -6979,0.0001,47829.1416355684,26803.5332483478 -6980,0.0001,47829.1416355684,26803.5332483478 -6981,0.0001,47829.1416355684,26803.5332483478 -6982,0.0001,47829.1416355684,26803.5332483478 -6983,0.0001,47829.1416355684,26803.5332483478 -6984,0.0001,47829.1416355684,26803.5332483478 -6985,0.0001,47829.1416355684,26803.5332483478 -6986,0.0001,47829.1416355684,26803.5332483478 -6987,0.0001,47829.1416355684,26803.5332483478 -6988,0.0001,47829.1416355684,26803.5332483478 -6989,0.0001,47829.1416355684,26803.5332483478 -6990,0.0001,47829.1416355684,26803.5332483478 -6991,0.0001,47829.1416355684,26803.5332483478 -6992,0.0001,47829.1416355684,26803.5332483478 -6993,0.0001,47829.1416355684,26803.5332483478 -6994,0.0001,47829.1416355684,26803.5332483478 -6995,0.0001,47829.1416355684,26803.5332483478 -6996,0.0001,47829.1416355684,26803.5332483478 -6997,0.0001,47829.1416355684,26803.5332483478 -6998,0.0001,47829.1416355684,26803.5332483478 -6999,0.0001,47829.1416355684,26803.5332483478 -7000,0.0001,47829.1416355684,26803.5332483478 -7001,0.0001,47829.1416355684,26803.5332483478 -7002,0.0001,47829.1416355684,26803.5332483478 -7003,0.0001,47829.1416355684,26803.5332483478 -7004,0.0001,47829.1416355684,26803.5332483478 -7005,0.0001,47829.1416355684,26803.5332483478 -7006,0.0001,47829.1416355684,26803.5332483478 -7007,0.0001,47829.1416355684,26803.5332483478 -7008,0.0001,47829.1416355684,26803.5332483478 -7009,0.0001,47829.1416355684,26803.5332483478 -7010,0.0001,47829.1416355684,26803.5332483478 -7011,0.0001,47829.1416355684,26803.5332483478 -7012,0.0001,47829.1416355684,26803.5332483478 -7013,0.0001,47829.1416355684,26803.5332483478 -7014,0.0001,47829.1416355684,26803.5332483478 -7015,0.0001,47829.1416355684,26803.5332483478 -7016,0.0001,47829.1416355684,26803.5332483478 -7017,0.0001,47829.1416355684,26803.5332483478 -7018,0.0001,47829.1416355684,26803.5332483478 -7019,0.0001,47829.1416355684,26803.5332483478 -7020,0.0001,47829.1416355684,26803.5332483478 -7021,0.0001,47829.1416355684,26803.5332483478 -7022,0.0001,47829.1416355684,26803.5332483478 -7023,0.0001,47829.1416355684,26803.5332483478 -7024,0.0001,47829.1416355684,26803.5332483478 -7025,0.0001,47829.1416355684,26803.5332483478 -7026,0.0001,47829.1416355684,26803.5332483478 -7027,0.0001,47829.1416355684,26803.5332483478 -7028,0.0001,47829.1416355684,26803.5332483478 -7029,0.0001,47829.1416355684,26803.5332483478 -7030,0.0001,47829.1416355684,26803.5332483478 -7031,0.0001,47829.1416355684,26803.5332483478 -7032,0.0001,47829.1416355684,26803.5332483478 -7033,0.0001,47829.1416355684,26803.5332483478 -7034,0.0001,47829.1416355684,26803.5332483478 -7035,0.0001,47829.1416355684,26803.5332483478 -7036,0.0001,47829.1416355684,26803.5332483478 -7037,0.0001,47829.1416355684,26803.5332483478 -7038,0.0001,47829.1416355684,26803.5332483478 -7039,0.0001,47829.1416355684,26803.5332483478 -7040,0.0001,47829.1416355684,26803.5332483478 -7041,0.0001,47829.1416355684,26803.5332483478 -7042,0.0001,47829.1416355684,26803.5332483478 -7043,0.0001,47829.1416355684,26803.5332483478 -7044,0.0001,47829.1416355684,26803.5332483478 -7045,0.0001,47829.1416355684,26803.5332483478 -7046,0.0001,47829.1416355684,26803.5332483478 -7047,0.0001,47829.1416355684,26803.5332483478 -7048,0.0001,47829.1416355684,26803.5332483478 -7049,0.0001,47829.1416355684,26803.5332483478 -7050,0.0001,47829.1416355684,26803.5332483478 -7051,0.0001,47829.1416355684,26803.5332483478 -7052,0.0001,47829.1416355684,26803.5332483478 -7053,0.0001,47829.1416355684,26803.5332483478 -7054,0.0001,47829.1416355684,26803.5332483478 -7055,0.0001,47829.1416355684,26803.5332483478 -7056,0.0001,47829.1416355684,26803.5332483478 -7057,0.0001,47829.1416355684,26803.5332483478 -7058,0.0001,47829.1416355684,26803.5332483478 -7059,0.0001,47829.1416355684,26803.5332483478 -7060,0.0001,47829.1416355684,26803.5332483478 -7061,0.0001,47829.1416355684,26803.5332483478 -7062,0.0001,47829.1416355684,26803.5332483478 -7063,0.0001,47829.1416355684,26803.5332483478 -7064,0.0001,47829.1416355684,26803.5332483478 -7065,0.0001,47829.1416355684,26803.5332483478 -7066,0.0001,47829.1416355684,26803.5332483478 -7067,0.0001,47829.1416355684,26803.5332483478 -7068,0.0001,47829.1416355684,26803.5332483478 -7069,0.0001,47829.1416355684,26803.5332483478 -7070,0.0001,47829.1416355684,26803.5332483478 -7071,0.0001,47829.1416355684,26803.5332483478 -7072,0.0001,47829.1416355684,26803.5332483478 -7073,0.0001,47829.1416355684,26803.5332483478 -7074,0.0001,47829.1416355684,26803.5332483478 -7075,0.0001,47829.1416355684,26803.5332483478 -7076,0.0001,47829.1416355684,26803.5332483478 -7077,0.0001,47829.1416355684,26803.5332483478 -7078,0.0001,47829.1416355684,26803.5332483478 -7079,0.0001,47829.1416355684,26803.5332483478 -7080,0.0001,47829.1416355684,26803.5332483478 -7081,0.0001,47829.1416355684,26803.5332483478 -7082,0.0001,47829.1416355684,26803.5332483478 -7083,0.0001,47829.1416355684,26803.5332483478 -7084,0.0001,47829.1416355684,26803.5332483478 -7085,0.0001,47829.1416355684,26803.5332483478 -7086,0.0001,47829.1416355684,26803.5332483478 -7087,0.0001,47829.1416355684,26803.5332483478 -7088,0.0001,47829.1416355684,26803.5332483478 -7089,0.0001,47829.1416355684,26803.5332483478 -7090,0.0001,47829.1416355684,26803.5332483478 -7091,0.0001,47829.1416355684,26803.5332483478 -7092,0.0001,47829.1416355684,26803.5332483478 -7093,0.0001,47829.1416355684,26803.5332483478 -7094,0.0001,47829.1416355684,26803.5332483478 -7095,0.0001,47829.1416355684,26803.5332483478 -7096,0.0001,47829.1416355684,26803.5332483478 -7097,0.0001,47829.1416355684,26803.5332483478 -7098,0.0001,47829.1416355684,26803.5332483478 -7099,0.0001,47829.1416355684,26803.5332483478 -7100,0.0001,47829.1416355684,26803.5332483478 -7101,0.0001,47829.1416355684,26803.5332483478 -7102,0.0001,47829.1416355684,26803.5332483478 -7103,0.0001,47829.1416355684,26803.5332483478 -7104,0.0001,47829.1416355684,26803.5332483478 -7105,0.0001,47829.1416355684,26803.5332483478 -7106,0.0001,47829.1416355684,26803.5332483478 -7107,0.0001,47829.1416355684,26803.5332483478 -7108,0.0001,47829.1416355684,26803.5332483478 -7109,0.0001,47829.1416355684,26803.5332483478 -7110,0.0001,47829.1416355684,26803.5332483478 -7111,0.0001,47829.1416355684,26803.5332483478 -7112,0.0001,47829.1416355684,26803.5332483478 -7113,0.0001,47829.1416355684,26803.5332483478 -7114,0.0001,47829.1416355684,26803.5332483478 -7115,0.0001,47829.1416355684,26803.5332483478 -7116,0.0001,47829.1416355684,26803.5332483478 -7117,0.0001,47829.1416355684,26803.5332483478 -7118,0.0001,47829.1416355684,26803.5332483478 -7119,0.0001,47829.1416355684,26803.5332483478 -7120,0.0001,47829.1416355684,26803.5332483478 -7121,0.0001,47829.1416355684,26803.5332483478 -7122,0.0001,47829.1416355684,26803.5332483478 -7123,0.0001,47829.1416355684,26803.5332483478 -7124,0.0001,47829.1416355684,26803.5332483478 -7125,0.0001,47829.1416355684,26803.5332483478 -7126,0.0001,47829.1416355684,26803.5332483478 -7127,0.0001,47829.1416355684,26803.5332483478 -7128,0.0001,47829.1416355684,26803.5332483478 -7129,0.0001,47829.1416355684,26803.5332483478 -7130,0.0001,47829.1416355684,26803.5332483478 -7131,0.0001,47829.1416355684,26803.5332483478 -7132,0.0001,47829.1416355684,26803.5332483478 -7133,0.0001,47829.1416355684,26803.5332483478 -7134,0.0001,47829.1416355684,26803.5332483478 -7135,0.0001,47829.1416355684,26803.5332483478 -7136,0.0001,47829.1416355684,26803.5332483478 -7137,0.0001,47829.1416355684,26803.5332483478 -7138,0.0001,47829.1416355684,26803.5332483478 -7139,0.0001,47829.1416355684,26803.5332483478 -7140,0.0001,47829.1416355684,26803.5332483478 -7141,0.0001,47829.1416355684,26803.5332483478 -7142,0.0001,47829.1416355684,26803.5332483478 -7143,0.0001,47829.1416355684,26803.5332483478 -7144,0.0001,47829.1416355684,26803.5332483478 -7145,0.0001,47829.1416355684,26803.5332483478 -7146,0.0001,47829.1416355684,26803.5332483478 -7147,0.0001,47829.1416355684,26803.5332483478 -7148,0.0001,47829.1416355684,26803.5332483478 -7149,0.0001,47829.1416355684,26803.5332483478 -7150,0.0001,47829.1416355684,26803.5332483478 -7151,0.0001,47829.1416355684,26803.5332483478 -7152,0.0001,47829.1416355684,26803.5332483478 -7153,0.0001,47829.1416355684,26803.5332483478 -7154,0.0001,47829.1416355684,26803.5332483478 -7155,0.0001,47829.1416355684,26803.5332483478 -7156,0.0001,47829.1416355684,26803.5332483478 -7157,0.0001,47829.1416355684,26803.5332483478 -7158,0.0001,47829.1416355684,26803.5332483478 -7159,0.0001,47829.1416355684,26803.5332483478 -7160,0.0001,47829.1416355684,26803.5332483478 -7161,0.0001,47829.1416355684,26803.5332483478 -7162,0.0001,47829.1416355684,26803.5332483478 -7163,0.0001,47829.1416355684,26803.5332483478 -7164,0.0001,47829.1416355684,26803.5332483478 -7165,0.0001,47829.1416355684,26803.5332483478 -7166,0.0001,47829.1416355684,26803.5332483478 -7167,0.0001,47829.1416355684,26803.5332483478 -7168,0.0001,47829.1416355684,26803.5332483478 -7169,0.0001,47829.1416355684,26803.5332483478 -7170,0.0001,47829.1416355684,26803.5332483478 -7171,0.0001,47829.1416355684,26803.5332483478 -7172,0.0001,47829.1416355684,26803.5332483478 -7173,0.0001,47829.1416355684,26803.5332483478 -7174,0.0001,47829.1416355684,26803.5332483478 -7175,0.0001,47829.1416355684,26803.5332483478 -7176,0.0001,47829.1416355684,26803.5332483478 -7177,0.0001,47829.1416355684,26803.5332483478 -7178,0.0001,47829.1416355684,26803.5332483478 -7179,0.0001,47829.1416355684,26803.5332483478 -7180,0.0001,47829.1416355684,26803.5332483478 -7181,0.0001,47829.1416355684,26803.5332483478 -7182,0.0001,47829.1416355684,26803.5332483478 -7183,0.0001,47829.1416355684,26803.5332483478 -7184,0.0001,47829.1416355684,26803.5332483478 -7185,0.0001,47829.1416355684,26803.5332483478 -7186,0.0001,47829.1416355684,26803.5332483478 -7187,0.0001,47829.1416355684,26803.5332483478 -7188,0.0001,47829.1416355684,26803.5332483478 -7189,0.0001,47829.1416355684,26803.5332483478 -7190,0.0001,47829.1416355684,26803.5332483478 -7191,0.0001,47829.1416355684,26803.5332483478 -7192,0.0001,47829.1416355684,26803.5332483478 -7193,0.0001,47829.1416355684,26803.5332483478 -7194,0.0001,47829.1416355684,26803.5332483478 -7195,0.0001,47829.1416355684,26803.5332483478 -7196,0.0001,47829.1416355684,26803.5332483478 -7197,0.0001,47829.1416355684,26803.5332483478 -7198,0.0001,47829.1416355684,26803.5332483478 -7199,0.0001,47829.1416355684,26803.5332483478 -7200,0.0001,47829.1416355684,26803.5332483478 -7201,0.0001,47829.1416355684,26803.5332483478 -7202,0.0001,47829.1416355684,26803.5332483478 -7203,0.0001,47829.1416355684,26803.5332483478 -7204,0.0001,47829.1416355684,26803.5332483478 -7205,0.0001,47829.1416355684,26803.5332483478 -7206,0.0001,47829.1416355684,26803.5332483478 -7207,0.0001,47829.1416355684,26803.5332483478 -7208,0.0001,47829.1416355684,26803.5332483478 -7209,0.0001,47829.1416355684,26803.5332483478 -7210,0.0001,47829.1416355684,26803.5332483478 -7211,0.0001,47829.1416355684,26803.5332483478 -7212,0.0001,47829.1416355684,26803.5332483478 -7213,0.0001,47829.1416355684,26803.5332483478 -7214,0.0001,47829.1416355684,26803.5332483478 -7215,0.0001,47829.1416355684,26803.5332483478 -7216,0.0001,47829.1416355684,26803.5332483478 -7217,0.0001,47829.1416355684,26803.5332483478 -7218,0.0001,47829.1416355684,26803.5332483478 -7219,0.0001,47829.1416355684,26803.5332483478 -7220,0.0001,47829.1416355684,26803.5332483478 -7221,0.0001,47829.1416355684,26803.5332483478 -7222,0.0001,47829.1416355684,26803.5332483478 -7223,0.0001,47829.1416355684,26803.5332483478 -7224,0.0001,47829.1416355684,26803.5332483478 -7225,0.0001,47829.1416355684,26803.5332483478 -7226,0.0001,47829.1416355684,26803.5332483478 -7227,0.0001,47829.1416355684,26803.5332483478 -7228,0.0001,47829.1416355684,26803.5332483478 -7229,0.0001,47829.1416355684,26803.5332483478 -7230,0.0001,47829.1416355684,26803.5332483478 -7231,0.0001,47829.1416355684,26803.5332483478 -7232,0.0001,47829.1416355684,26803.5332483478 -7233,0.0001,47829.1416355684,26803.5332483478 -7234,0.0001,47829.1416355684,26803.5332483478 -7235,0.0001,47829.1416355684,26803.5332483478 -7236,0.0001,47829.1416355684,26803.5332483478 -7237,0.0001,47829.1416355684,26803.5332483478 -7238,0.0001,47829.1416355684,26803.5332483478 -7239,0.0001,47829.1416355684,26803.5332483478 -7240,0.0001,47829.1416355684,26803.5332483478 -7241,0.0001,47829.1416355684,26803.5332483478 -7242,0.0001,47829.1416355684,26803.5332483478 -7243,0.0001,47829.1416355684,26803.5332483478 -7244,0.0001,47829.1416355684,26803.5332483478 -7245,0.0001,47829.1416355684,26803.5332483478 -7246,0.0001,47829.1416355684,26803.5332483478 -7247,0.0001,47829.1416355684,26803.5332483478 -7248,0.0001,47829.1416355684,26803.5332483478 -7249,0.0001,47829.1416355684,26803.5332483478 -7250,0.0001,47829.1416355684,26803.5332483478 -7251,0.0001,47829.1416355684,26803.5332483478 -7252,0.0001,47829.1416355684,26803.5332483478 -7253,0.0001,47829.1416355684,26803.5332483478 -7254,0.0001,47829.1416355684,26803.5332483478 -7255,0.0001,47829.1416355684,26803.5332483478 -7256,0.0001,47829.1416355684,26803.5332483478 -7257,0.0001,47829.1416355684,26803.5332483478 -7258,0.0001,47829.1416355684,26803.5332483478 -7259,0.0001,47829.1416355684,26803.5332483478 -7260,0.0001,47829.1416355684,26803.5332483478 -7261,0.0001,47829.1416355684,26803.5332483478 -7262,0.0001,47829.1416355684,26803.5332483478 -7263,0.0001,47829.1416355684,26803.5332483478 -7264,0.0001,47829.1416355684,26803.5332483478 -7265,0.0001,47829.1416355684,26803.5332483478 -7266,0.0001,47829.1416355684,26803.5332483478 -7267,0.0001,47829.1416355684,26803.5332483478 -7268,0.0001,47829.1416355684,26803.5332483478 -7269,0.0001,47829.1416355684,26803.5332483478 -7270,0.0001,47829.1416355684,26803.5332483478 -7271,0.0001,47829.1416355684,26803.5332483478 -7272,0.0001,47829.1416355684,26803.5332483478 -7273,0.0001,47829.1416355684,26803.5332483478 -7274,0.0001,47829.1416355684,26803.5332483478 -7275,0.0001,47829.1416355684,26803.5332483478 -7276,0.0001,47829.1416355684,26803.5332483478 -7277,0.0001,47829.1416355684,26803.5332483478 -7278,0.0001,47829.1416355684,26803.5332483478 -7279,0.0001,47829.1416355684,26803.5332483478 -7280,0.0001,47829.1416355684,26803.5332483478 -7281,0.0001,47829.1416355684,26803.5332483478 -7282,0.0001,47829.1416355684,26803.5332483478 -7283,0.0001,47829.1416355684,26803.5332483478 -7284,0.0001,47829.1416355684,26803.5332483478 -7285,0.0001,47829.1416355684,26803.5332483478 -7286,0.0001,47829.1416355684,26803.5332483478 -7287,0.0001,47829.1416355684,26803.5332483478 -7288,0.0001,47829.1416355684,26803.5332483478 -7289,0.0001,47829.1416355684,26803.5332483478 -7290,0.0001,47829.1416355684,26803.5332483478 -7291,0.0001,47829.1416355684,26803.5332483478 -7292,0.0001,47829.1416355684,26803.5332483478 -7293,0.0001,47829.1416355684,26803.5332483478 -7294,0.0001,47829.1416355684,26803.5332483478 -7295,0.0001,47829.1416355684,26803.5332483478 -7296,0.0001,47829.1416355684,26803.5332483478 -7297,0.0001,47829.1416355684,26803.5332483478 -7298,0.0001,47829.1416355684,26803.5332483478 -7299,0.0001,47829.1416355684,26803.5332483478 -7300,0.0001,47829.1416355684,26803.5332483478 -7301,0.0001,47829.1416355684,26803.5332483478 -7302,0.0001,47829.1416355684,26803.5332483478 -7303,0.0001,47829.1416355684,26803.5332483478 -7304,0.0001,47829.1416355684,26803.5332483478 -7305,0.0001,47829.1416355684,26803.5332483478 -7306,0.0001,47829.1416355684,26803.5332483478 -7307,0.0001,47829.1416355684,26803.5332483478 -7308,0.0001,47829.1416355684,26803.5332483478 -7309,0.0001,47829.1416355684,26803.5332483478 -7310,0.0001,47829.1416355684,26803.5332483478 -7311,0.0001,47829.1416355684,26803.5332483478 -7312,0.0001,47829.1416355684,26803.5332483478 -7313,0.0001,47829.1416355684,26803.5332483478 -7314,0.0001,47829.1416355684,26803.5332483478 -7315,0.0001,47829.1416355684,26803.5332483478 -7316,0.0001,47829.1416355684,26803.5332483478 -7317,0.0001,47829.1416355684,26803.5332483478 -7318,0.0001,47829.1416355684,26803.5332483478 -7319,0.0001,47829.1416355684,26803.5332483478 -7320,0.0001,47829.1416355684,26803.5332483478 -7321,0.0001,47829.1416355684,26803.5332483478 -7322,0.0001,47829.1416355684,26803.5332483478 -7323,0.0001,47829.1416355684,26803.5332483478 -7324,0.0001,47829.1416355684,26803.5332483478 -7325,0.0001,47829.1416355684,26803.5332483478 -7326,0.0001,47829.1416355684,26803.5332483478 -7327,0.0001,47829.1416355684,26803.5332483478 -7328,0.0001,47829.1416355684,26803.5332483478 -7329,0.0001,47829.1416355684,26803.5332483478 -7330,0.0001,47829.1416355684,26803.5332483478 -7331,0.0001,47829.1416355684,26803.5332483478 -7332,0.0001,47829.1416355684,26803.5332483478 -7333,0.0001,47829.1416355684,26803.5332483478 -7334,0.0001,47829.1416355684,26803.5332483478 -7335,0.0001,47829.1416355684,26803.5332483478 -7336,0.0001,47829.1416355684,26803.5332483478 -7337,0.0001,47829.1416355684,26803.5332483478 -7338,0.0001,47829.1416355684,26803.5332483478 -7339,0.0001,47829.1416355684,26803.5332483478 -7340,0.0001,47829.1416355684,26803.5332483478 -7341,0.0001,47829.1416355684,26803.5332483478 -7342,0.0001,47829.1416355684,26803.5332483478 -7343,0.0001,47829.1416355684,26803.5332483478 -7344,0.0001,47829.1416355684,26803.5332483478 -7345,0.0001,47829.1416355684,26803.5332483478 -7346,0.0001,47829.1416355684,26803.5332483478 -7347,0.0001,47829.1416355684,26803.5332483478 -7348,0.0001,47829.1416355684,26803.5332483478 -7349,0.0001,47829.1416355684,26803.5332483478 -7350,0.0001,47829.1416355684,26803.5332483478 -7351,0.0001,47829.1416355684,26803.5332483478 -7352,0.0001,47829.1416355684,26803.5332483478 -7353,0.0001,47829.1416355684,26803.5332483478 -7354,0.0001,47829.1416355684,26803.5332483478 -7355,0.0001,47829.1416355684,26803.5332483478 -7356,0.0001,47829.1416355684,26803.5332483478 -7357,0.0001,47829.1416355684,26803.5332483478 -7358,0.0001,47829.1416355684,26803.5332483478 -7359,0.0001,47829.1416355684,26803.5332483478 -7360,0.0001,47829.1416355684,26803.5332483478 -7361,0.0001,47829.1416355684,26803.5332483478 -7362,0.0001,47829.1416355684,26803.5332483478 -7363,0.0001,47829.1416355684,26803.5332483478 -7364,0.0001,47829.1416355684,26803.5332483478 -7365,0.0001,47829.1416355684,26803.5332483478 -7366,0.0001,47829.1416355684,26803.5332483478 -7367,0.0001,47829.1416355684,26803.5332483478 -7368,0.0001,47829.1416355684,26803.5332483478 -7369,0.0001,47829.1416355684,26803.5332483478 -7370,0.0001,47829.1416355684,26803.5332483478 -7371,0.0001,47829.1416355684,26803.5332483478 -7372,0.0001,47829.1416355684,26803.5332483478 -7373,0.0001,47829.1416355684,26803.5332483478 -7374,0.0001,47829.1416355684,26803.5332483478 -7375,0.0001,47829.1416355684,26803.5332483478 -7376,0.0001,47829.1416355684,26803.5332483478 -7377,0.0001,47829.1416355684,26803.5332483478 -7378,0.0001,47829.1416355684,26803.5332483478 -7379,0.0001,47829.1416355684,26803.5332483478 -7380,0.0001,47829.1416355684,26803.5332483478 -7381,0.0001,47829.1416355684,26803.5332483478 -7382,0.0001,47829.1416355684,26803.5332483478 -7383,0.0001,47829.1416355684,26803.5332483478 -7384,0.0001,47829.1416355684,26803.5332483478 -7385,0.0001,47829.1416355684,26803.5332483478 -7386,0.0001,47829.1416355684,26803.5332483478 -7387,0.0001,47829.1416355684,26803.5332483478 -7388,0.0001,47829.1416355684,26803.5332483478 -7389,0.0001,47829.1416355684,26803.5332483478 -7390,0.0001,47829.1416355684,26803.5332483478 -7391,0.0001,47829.1416355684,26803.5332483478 -7392,0.0001,47829.1416355684,26803.5332483478 -7393,0.0001,47829.1416355684,26803.5332483478 -7394,0.0001,47829.1416355684,26803.5332483478 -7395,0.0001,47829.1416355684,26803.5332483478 -7396,0.0001,47829.1416355684,26803.5332483478 -7397,0.0001,47829.1416355684,26803.5332483478 -7398,0.0001,47829.1416355684,26803.5332483478 -7399,0.0001,47829.1416355684,26803.5332483478 -7400,0.0001,47829.1416355684,26803.5332483478 -7401,0.0001,47829.1416355684,26803.5332483478 -7402,0.0001,47829.1416355684,26803.5332483478 -7403,0.0001,47829.1416355684,26803.5332483478 -7404,0.0001,47829.1416355684,26803.5332483478 -7405,0.0001,47829.1416355684,26803.5332483478 -7406,0.0001,47829.1416355684,26803.5332483478 -7407,0.0001,47829.1416355684,26803.5332483478 -7408,0.0001,47829.1416355684,26803.5332483478 -7409,0.0001,47829.1416355684,26803.5332483478 -7410,0.0001,47829.1416355684,26803.5332483478 -7411,0.0001,47829.1416355684,26803.5332483478 -7412,0.0001,47829.1416355684,26803.5332483478 -7413,0.0001,47829.1416355684,26803.5332483478 -7414,0.0001,47829.1416355684,26803.5332483478 -7415,0.0001,47829.1416355684,26803.5332483478 -7416,0.0001,47829.1416355684,26803.5332483478 -7417,0.0001,47829.1416355684,26803.5332483478 -7418,0.0001,47829.1416355684,26803.5332483478 -7419,0.0001,47829.1416355684,26803.5332483478 -7420,0.0001,47829.1416355684,26803.5332483478 -7421,0.0001,47829.1416355684,26803.5332483478 -7422,0.0001,47829.1416355684,26803.5332483478 -7423,0.0001,47829.1416355684,26803.5332483478 -7424,0.0001,47829.1416355684,26803.5332483478 -7425,0.0001,47829.1416355684,26803.5332483478 -7426,0.0001,47829.1416355684,26803.5332483478 -7427,0.0001,47829.1416355684,26803.5332483478 -7428,0.0001,47829.1416355684,26803.5332483478 -7429,0.0001,47829.1416355684,26803.5332483478 -7430,0.0001,47829.1416355684,26803.5332483478 -7431,0.0001,47829.1416355684,26803.5332483478 -7432,0.0001,47829.1416355684,26803.5332483478 -7433,0.0001,47829.1416355684,26803.5332483478 -7434,0.0001,47829.1416355684,26803.5332483478 -7435,0.0001,47829.1416355684,26803.5332483478 -7436,0.0001,47829.1416355684,26803.5332483478 -7437,0.0001,47829.1416355684,26803.5332483478 -7438,0.0001,47829.1416355684,26803.5332483478 -7439,0.0001,47829.1416355684,26803.5332483478 -7440,0.0001,47829.1416355684,26803.5332483478 -7441,0.0001,47829.1416355684,26803.5332483478 -7442,0.0001,47829.1416355684,26803.5332483478 -7443,0.0001,47829.1416355684,26803.5332483478 -7444,0.0001,47829.1416355684,26803.5332483478 -7445,0.0001,47829.1416355684,26803.5332483478 -7446,0.0001,47829.1416355684,26803.5332483478 -7447,0.0001,47829.1416355684,26803.5332483478 -7448,0.0001,47829.1416355684,26803.5332483478 -7449,0.0001,47829.1416355684,26803.5332483478 -7450,0.0001,47829.1416355684,26803.5332483478 -7451,0.0001,47829.1416355684,26803.5332483478 -7452,0.0001,47829.1416355684,26803.5332483478 -7453,0.0001,47829.1416355684,26803.5332483478 -7454,0.0001,47829.1416355684,26803.5332483478 -7455,0.0001,47829.1416355684,26803.5332483478 -7456,0.0001,47829.1416355684,26803.5332483478 -7457,0.0001,47829.1416355684,26803.5332483478 -7458,0.0001,47829.1416355684,26803.5332483478 -7459,0.0001,47829.1416355684,26803.5332483478 -7460,0.0001,47829.1416355684,26803.5332483478 -7461,0.0001,47829.1416355684,26803.5332483478 -7462,0.0001,47829.1416355684,26803.5332483478 -7463,0.0001,47829.1416355684,26803.5332483478 -7464,0.0001,47829.1416355684,26803.5332483478 -7465,0.0001,47829.1416355684,26803.5332483478 -7466,0.0001,47829.1416355684,26803.5332483478 -7467,0.0001,47829.1416355684,26803.5332483478 -7468,0.0001,47829.1416355684,26803.5332483478 -7469,0.0001,47829.1416355684,26803.5332483478 -7470,0.0001,47829.1416355684,26803.5332483478 -7471,0.0001,47829.1416355684,26803.5332483478 -7472,0.0001,47829.1416355684,26803.5332483478 -7473,0.0001,47829.1416355684,26803.5332483478 -7474,0.0001,47829.1416355684,26803.5332483478 -7475,0.0001,47829.1416355684,26803.5332483478 -7476,0.0001,47829.1416355684,26803.5332483478 -7477,0.0001,47829.1416355684,26803.5332483478 -7478,0.0001,47829.1416355684,26803.5332483478 -7479,0.0001,47829.1416355684,26803.5332483478 -7480,0.0001,47829.1416355684,26803.5332483478 -7481,0.0001,47829.1416355684,26803.5332483478 -7482,0.0001,47829.1416355684,26803.5332483478 -7483,0.0001,47829.1416355684,26803.5332483478 -7484,0.0001,47829.1416355684,26803.5332483478 -7485,0.0001,47829.1416355684,26803.5332483478 -7486,0.0001,47829.1416355684,26803.5332483478 -7487,0.0001,47829.1416355684,26803.5332483478 -7488,0.0001,47829.1416355684,26803.5332483478 -7489,0.0001,47829.1416355684,26803.5332483478 -7490,0.0001,47829.1416355684,26803.5332483478 -7491,0.0001,47829.1416355684,26803.5332483478 -7492,0.0001,47829.1416355684,26803.5332483478 -7493,0.0001,47829.1416355684,26803.5332483478 -7494,0.0001,47829.1416355684,26803.5332483478 -7495,0.0001,47829.1416355684,26803.5332483478 -7496,0.0001,47829.1416355684,26803.5332483478 -7497,0.0001,47829.1416355684,26803.5332483478 -7498,0.0001,47829.1416355684,26803.5332483478 -7499,0.0001,47829.1416355684,26803.5332483478 -7500,0.0001,47829.1416355684,26803.5332483478 -7501,0.0001,47829.1416355684,26803.5332483478 -7502,0.0001,47829.1416355684,26803.5332483478 -7503,0.0001,47829.1416355684,26803.5332483478 -7504,0.0001,47829.1416355684,26803.5332483478 -7505,0.0001,47829.1416355684,26803.5332483478 -7506,0.0001,47829.1416355684,26803.5332483478 -7507,0.0001,47829.1416355684,26803.5332483478 -7508,0.0001,47829.1416355684,26803.5332483478 -7509,0.0001,47829.1416355684,26803.5332483478 -7510,0.0001,47829.1416355684,26803.5332483478 -7511,0.0001,47829.1416355684,26803.5332483478 -7512,0.0001,47829.1416355684,26803.5332483478 -7513,0.0001,47829.1416355684,26803.5332483478 -7514,0.0001,47829.1416355684,26803.5332483478 -7515,0.0001,47829.1416355684,26803.5332483478 -7516,0.0001,47829.1416355684,26803.5332483478 -7517,0.0001,47829.1416355684,26803.5332483478 -7518,0.0001,47829.1416355684,26803.5332483478 -7519,0.0001,47829.1416355684,26803.5332483478 -7520,0.0001,47829.1416355684,26803.5332483478 -7521,0.0001,47829.1416355684,26803.5332483478 -7522,0.0001,47829.1416355684,26803.5332483478 -7523,0.0001,47829.1416355684,26803.5332483478 -7524,0.0001,47829.1416355684,26803.5332483478 -7525,0.0001,47829.1416355684,26803.5332483478 -7526,0.0001,47829.1416355684,26803.5332483478 -7527,0.0001,47829.1416355684,26803.5332483478 -7528,0.0001,47829.1416355684,26803.5332483478 -7529,0.0001,47829.1416355684,26803.5332483478 -7530,0.0001,47829.1416355684,26803.5332483478 -7531,0.0001,47829.1416355684,26803.5332483478 -7532,0.0001,47829.1416355684,26803.5332483478 -7533,0.0001,47829.1416355684,26803.5332483478 -7534,0.0001,47829.1416355684,26803.5332483478 -7535,0.0001,47829.1416355684,26803.5332483478 -7536,0.0001,47829.1416355684,26803.5332483478 -7537,0.0001,47829.1416355684,26803.5332483478 -7538,0.0001,47829.1416355684,26803.5332483478 -7539,0.0001,47829.1416355684,26803.5332483478 -7540,0.0001,47829.1416355684,26803.5332483478 -7541,0.0001,47829.1416355684,26803.5332483478 -7542,0.0001,47829.1416355684,26803.5332483478 -7543,0.0001,47829.1416355684,26803.5332483478 -7544,0.0001,47829.1416355684,26803.5332483478 -7545,0.0001,47829.1416355684,26803.5332483478 -7546,0.0001,47829.1416355684,26803.5332483478 -7547,0.0001,47829.1416355684,26803.5332483478 -7548,0.0001,47829.1416355684,26803.5332483478 -7549,0.0001,47829.1416355684,26803.5332483478 -7550,0.0001,47829.1416355684,26803.5332483478 -7551,0.0001,47829.1416355684,26803.5332483478 -7552,0.0001,47829.1416355684,26803.5332483478 -7553,0.0001,47829.1416355684,26803.5332483478 -7554,0.0001,47829.1416355684,26803.5332483478 -7555,0.0001,47829.1416355684,26803.5332483478 -7556,0.0001,47829.1416355684,26803.5332483478 -7557,0.0001,47829.1416355684,26803.5332483478 -7558,0.0001,47829.1416355684,26803.5332483478 -7559,0.0001,47829.1416355684,26803.5332483478 -7560,0.0001,47829.1416355684,26803.5332483478 -7561,0.0001,47829.1416355684,26803.5332483478 -7562,0.0001,47829.1416355684,26803.5332483478 -7563,0.0001,47829.1416355684,26803.5332483478 -7564,0.0001,47829.1416355684,26803.5332483478 -7565,0.0001,47829.1416355684,26803.5332483478 -7566,0.0001,47829.1416355684,26803.5332483478 -7567,0.0001,47829.1416355684,26803.5332483478 -7568,0.0001,47829.1416355684,26803.5332483478 -7569,0.0001,47829.1416355684,26803.5332483478 -7570,0.0001,47829.1416355684,26803.5332483478 -7571,0.0001,47829.1416355684,26803.5332483478 -7572,0.0001,47829.1416355684,26803.5332483478 -7573,0.0001,47829.1416355684,26803.5332483478 -7574,0.0001,47829.1416355684,26803.5332483478 -7575,0.0001,47829.1416355684,26803.5332483478 -7576,0.0001,47829.1416355684,26803.5332483478 -7577,0.0001,47829.1416355684,26803.5332483478 -7578,0.0001,47829.1416355684,26803.5332483478 -7579,0.0001,47829.1416355684,26803.5332483478 -7580,0.0001,47829.1416355684,26803.5332483478 -7581,0.0001,47829.1416355684,26803.5332483478 -7582,0.0001,47829.1416355684,26803.5332483478 -7583,0.0001,47829.1416355684,26803.5332483478 -7584,0.0001,47829.1416355684,26803.5332483478 -7585,0.0001,47829.1416355684,26803.5332483478 -7586,0.0001,47829.1416355684,26803.5332483478 -7587,0.0001,47829.1416355684,26803.5332483478 -7588,0.0001,47829.1416355684,26803.5332483478 -7589,0.0001,47829.1416355684,26803.5332483478 -7590,0.0001,47829.1416355684,26803.5332483478 -7591,0.0001,47829.1416355684,26803.5332483478 -7592,0.0001,47829.1416355684,26803.5332483478 -7593,0.0001,47829.1416355684,26803.5332483478 -7594,0.0001,47829.1416355684,26803.5332483478 -7595,0.0001,47829.1416355684,26803.5332483478 -7596,0.0001,47829.1416355684,26803.5332483478 -7597,0.0001,47829.1416355684,26803.5332483478 -7598,0.0001,47829.1416355684,26803.5332483478 -7599,0.0001,47829.1416355684,26803.5332483478 -7600,0.0001,47829.1416355684,26803.5332483478 -7601,0.0001,47829.1416355684,26803.5332483478 -7602,0.0001,47829.1416355684,26803.5332483478 -7603,0.0001,47829.1416355684,26803.5332483478 -7604,0.0001,47829.1416355684,26803.5332483478 -7605,0.0001,47829.1416355684,26803.5332483478 -7606,0.0001,47829.1416355684,26803.5332483478 -7607,0.0001,47829.1416355684,26803.5332483478 -7608,0.0001,47829.1416355684,26803.5332483478 -7609,0.0001,47829.1416355684,26803.5332483478 -7610,0.0001,47829.1416355684,26803.5332483478 -7611,0.0001,47829.1416355684,26803.5332483478 -7612,0.0001,47829.1416355684,26803.5332483478 -7613,0.0001,47829.1416355684,26803.5332483478 -7614,0.0001,47829.1416355684,26803.5332483478 -7615,0.0001,47829.1416355684,26803.5332483478 -7616,0.0001,47829.1416355684,26803.5332483478 -7617,0.0001,47829.1416355684,26803.5332483478 -7618,0.0001,47829.1416355684,26803.5332483478 -7619,0.0001,47829.1416355684,26803.5332483478 -7620,0.0001,47829.1416355684,26803.5332483478 -7621,0.0001,47829.1416355684,26803.5332483478 -7622,0.0001,47829.1416355684,26803.5332483478 -7623,0.0001,47829.1416355684,26803.5332483478 -7624,0.0001,47829.1416355684,26803.5332483478 -7625,0.0001,47829.1416355684,26803.5332483478 -7626,0.0001,47829.1416355684,26803.5332483478 -7627,0.0001,47829.1416355684,26803.5332483478 -7628,0.0001,47829.1416355684,26803.5332483478 -7629,0.0001,47829.1416355684,26803.5332483478 -7630,0.0001,47829.1416355684,26803.5332483478 -7631,0.0001,47829.1416355684,26803.5332483478 -7632,0.0001,47829.1416355684,26803.5332483478 -7633,0.0001,47829.1416355684,26803.5332483478 -7634,0.0001,47829.1416355684,26803.5332483478 -7635,0.0001,47829.1416355684,26803.5332483478 -7636,0.0001,47829.1416355684,26803.5332483478 -7637,0.0001,47829.1416355684,26803.5332483478 -7638,0.0001,47829.1416355684,26803.5332483478 -7639,0.0001,47829.1416355684,26803.5332483478 -7640,0.0001,47829.1416355684,26803.5332483478 -7641,0.0001,47829.1416355684,26803.5332483478 -7642,0.0001,47829.1416355684,26803.5332483478 -7643,0.0001,47829.1416355684,26803.5332483478 -7644,0.0001,47829.1416355684,26803.5332483478 -7645,0.0001,47829.1416355684,26803.5332483478 -7646,0.0001,47829.1416355684,26803.5332483478 -7647,0.0001,47829.1416355684,26803.5332483478 -7648,0.0001,47829.1416355684,26803.5332483478 -7649,0.0001,47829.1416355684,26803.5332483478 -7650,0.0001,47829.1416355684,26803.5332483478 -7651,0.0001,47829.1416355684,26803.5332483478 -7652,0.0001,47829.1416355684,26803.5332483478 -7653,0.0001,47829.1416355684,26803.5332483478 -7654,0.0001,47829.1416355684,26803.5332483478 -7655,0.0001,47829.1416355684,26803.5332483478 -7656,0.0001,47829.1416355684,26803.5332483478 -7657,0.0001,47829.1416355684,26803.5332483478 -7658,0.0001,47829.1416355684,26803.5332483478 -7659,0.0001,47829.1416355684,26803.5332483478 -7660,0.0001,47829.1416355684,26803.5332483478 -7661,0.0001,47829.1416355684,26803.5332483478 -7662,0.0001,47829.1416355684,26803.5332483478 -7663,0.0001,47829.1416355684,26803.5332483478 -7664,0.0001,47829.1416355684,26803.5332483478 -7665,0.0001,47829.1416355684,26803.5332483478 -7666,0.0001,47829.1416355684,26803.5332483478 -7667,0.0001,47829.1416355684,26803.5332483478 -7668,0.0001,47829.1416355684,26803.5332483478 -7669,0.0001,47829.1416355684,26803.5332483478 -7670,0.0001,47829.1416355684,26803.5332483478 -7671,0.0001,47829.1416355684,26803.5332483478 -7672,0.0001,47829.1416355684,26803.5332483478 -7673,0.0001,47829.1416355684,26803.5332483478 -7674,0.0001,47829.1416355684,26803.5332483478 -7675,0.0001,47829.1416355684,26803.5332483478 -7676,0.0001,47829.1416355684,26803.5332483478 -7677,0.0001,47829.1416355684,26803.5332483478 -7678,0.0001,47829.1416355684,26803.5332483478 -7679,0.0001,47829.1416355684,26803.5332483478 -7680,0.0001,47829.1416355684,26803.5332483478 -7681,0.0001,47829.1416355684,26803.5332483478 -7682,0.0001,47829.1416355684,26803.5332483478 -7683,0.0001,47829.1416355684,26803.5332483478 -7684,0.0001,47829.1416355684,26803.5332483478 -7685,0.0001,47829.1416355684,26803.5332483478 -7686,0.0001,47829.1416355684,26803.5332483478 -7687,0.0001,47829.1416355684,26803.5332483478 -7688,0.0001,47829.1416355684,26803.5332483478 -7689,0.0001,47829.1416355684,26803.5332483478 -7690,0.0001,47829.1416355684,26803.5332483478 -7691,0.0001,47829.1416355684,26803.5332483478 -7692,0.0001,47829.1416355684,26803.5332483478 -7693,0.0001,47829.1416355684,26803.5332483478 -7694,0.0001,47829.1416355684,26803.5332483478 -7695,0.0001,47829.1416355684,26803.5332483478 -7696,0.0001,47829.1416355684,26803.5332483478 -7697,0.0001,47829.1416355684,26803.5332483478 -7698,0.0001,47829.1416355684,26803.5332483478 -7699,0.0001,47829.1416355684,26803.5332483478 -7700,0.0001,47829.1416355684,26803.5332483478 -7701,0.0001,47829.1416355684,26803.5332483478 -7702,0.0001,47829.1416355684,26803.5332483478 -7703,0.0001,47829.1416355684,26803.5332483478 -7704,0.0001,47829.1416355684,26803.5332483478 -7705,0.0001,47829.1416355684,26803.5332483478 -7706,0.0001,47829.1416355684,26803.5332483478 -7707,0.0001,47829.1416355684,26803.5332483478 -7708,0.0001,47829.1416355684,26803.5332483478 -7709,0.0001,47829.1416355684,26803.5332483478 -7710,0.0001,47829.1416355684,26803.5332483478 -7711,0.0001,47829.1416355684,26803.5332483478 -7712,0.0001,47829.1416355684,26803.5332483478 -7713,0.0001,47829.1416355684,26803.5332483478 -7714,0.0001,47829.1416355684,26803.5332483478 -7715,0.0001,47829.1416355684,26803.5332483478 -7716,0.0001,47829.1416355684,26803.5332483478 -7717,0.0001,47829.1416355684,26803.5332483478 -7718,0.0001,47829.1416355684,26803.5332483478 -7719,0.0001,47829.1416355684,26803.5332483478 -7720,0.0001,47829.1416355684,26803.5332483478 -7721,0.0001,47829.1416355684,26803.5332483478 -7722,0.0001,47829.1416355684,26803.5332483478 -7723,0.0001,47829.1416355684,26803.5332483478 -7724,0.0001,47829.1416355684,26803.5332483478 -7725,0.0001,47829.1416355684,26803.5332483478 -7726,0.0001,47829.1416355684,26803.5332483478 -7727,0.0001,47829.1416355684,26803.5332483478 -7728,0.0001,47829.1416355684,26803.5332483478 -7729,0.0001,47829.1416355684,26803.5332483478 -7730,0.0001,47829.1416355684,26803.5332483478 -7731,0.0001,47829.1416355684,26803.5332483478 -7732,0.0001,47829.1416355684,26803.5332483478 -7733,0.0001,47829.1416355684,26803.5332483478 -7734,0.0001,47829.1416355684,26803.5332483478 -7735,0.0001,47829.1416355684,26803.5332483478 -7736,0.0001,47829.1416355684,26803.5332483478 -7737,0.0001,47829.1416355684,26803.5332483478 -7738,0.0001,47829.1416355684,26803.5332483478 -7739,0.0001,47829.1416355684,26803.5332483478 -7740,0.0001,47829.1416355684,26803.5332483478 -7741,0.0001,47829.1416355684,26803.5332483478 -7742,0.0001,47829.1416355684,26803.5332483478 -7743,0.0001,47829.1416355684,26803.5332483478 -7744,0.0001,47829.1416355684,26803.5332483478 -7745,0.0001,47829.1416355684,26803.5332483478 -7746,0.0001,47829.1416355684,26803.5332483478 -7747,0.0001,47829.1416355684,26803.5332483478 -7748,0.0001,47829.1416355684,26803.5332483478 -7749,0.0001,47829.1416355684,26803.5332483478 -7750,0.0001,47829.1416355684,26803.5332483478 -7751,0.0001,47829.1416355684,26803.5332483478 -7752,0.0001,47829.1416355684,26803.5332483478 -7753,0.0001,47829.1416355684,26803.5332483478 -7754,0.0001,47829.1416355684,26803.5332483478 -7755,0.0001,47829.1416355684,26803.5332483478 -7756,0.0001,47829.1416355684,26803.5332483478 -7757,0.0001,47829.1416355684,26803.5332483478 -7758,0.0001,47829.1416355684,26803.5332483478 -7759,0.0001,47829.1416355684,26803.5332483478 -7760,0.0001,47829.1416355684,26803.5332483478 -7761,0.0001,47829.1416355684,26803.5332483478 -7762,0.0001,47829.1416355684,26803.5332483478 -7763,0.0001,47829.1416355684,26803.5332483478 -7764,0.0001,47829.1416355684,26803.5332483478 -7765,0.0001,47829.1416355684,26803.5332483478 -7766,0.0001,47829.1416355684,26803.5332483478 -7767,0.0001,47829.1416355684,26803.5332483478 -7768,0.0001,47829.1416355684,26803.5332483478 -7769,0.0001,47829.1416355684,26803.5332483478 -7770,0.0001,47829.1416355684,26803.5332483478 -7771,0.0001,47829.1416355684,26803.5332483478 -7772,0.0001,47829.1416355684,26803.5332483478 -7773,0.0001,47829.1416355684,26803.5332483478 -7774,0.0001,47829.1416355684,26803.5332483478 -7775,0.0001,47829.1416355684,26803.5332483478 -7776,0.0001,47829.1416355684,26803.5332483478 -7777,0.0001,47829.1416355684,26803.5332483478 -7778,0.0001,47829.1416355684,26803.5332483478 -7779,0.0001,47829.1416355684,26803.5332483478 -7780,0.0001,47829.1416355684,26803.5332483478 -7781,0.0001,47829.1416355684,26803.5332483478 -7782,0.0001,47829.1416355684,26803.5332483478 -7783,0.0001,47829.1416355684,26803.5332483478 -7784,0.0001,47829.1416355684,26803.5332483478 -7785,0.0001,47829.1416355684,26803.5332483478 -7786,0.0001,47829.1416355684,26803.5332483478 -7787,0.0001,47829.1416355684,26803.5332483478 -7788,0.0001,47829.1416355684,26803.5332483478 -7789,0.0001,47829.1416355684,26803.5332483478 -7790,0.0001,47829.1416355684,26803.5332483478 -7791,0.0001,47829.1416355684,26803.5332483478 -7792,0.0001,47829.1416355684,26803.5332483478 -7793,0.0001,47829.1416355684,26803.5332483478 -7794,0.0001,47829.1416355684,26803.5332483478 -7795,0.0001,47829.1416355684,26803.5332483478 -7796,0.0001,47829.1416355684,26803.5332483478 -7797,0.0001,47829.1416355684,26803.5332483478 -7798,0.0001,47829.1416355684,26803.5332483478 -7799,0.0001,47829.1416355684,26803.5332483478 -7800,0.0001,47829.1416355684,26803.5332483478 -7801,0.0001,47829.1416355684,26803.5332483478 -7802,0.0001,47829.1416355684,26803.5332483478 -7803,0.0001,47829.1416355684,26803.5332483478 -7804,0.0001,47829.1416355684,26803.5332483478 -7805,0.0001,47829.1416355684,26803.5332483478 -7806,0.0001,47829.1416355684,26803.5332483478 -7807,0.0001,47829.1416355684,26803.5332483478 -7808,0.0001,47829.1416355684,26803.5332483478 -7809,0.0001,47829.1416355684,26803.5332483478 -7810,0.0001,47829.1416355684,26803.5332483478 -7811,0.0001,47829.1416355684,26803.5332483478 -7812,0.0001,47829.1416355684,26803.5332483478 -7813,0.0001,47829.1416355684,26803.5332483478 -7814,0.0001,47829.1416355684,26803.5332483478 -7815,0.0001,47829.1416355684,26803.5332483478 -7816,0.0001,47829.1416355684,26803.5332483478 -7817,0.0001,47829.1416355684,26803.5332483478 -7818,0.0001,47829.1416355684,26803.5332483478 -7819,0.0001,47829.1416355684,26803.5332483478 -7820,0.0001,47829.1416355684,26803.5332483478 -7821,0.0001,47829.1416355684,26803.5332483478 -7822,0.0001,47829.1416355684,26803.5332483478 -7823,0.0001,47829.1416355684,26803.5332483478 -7824,0.0001,47829.1416355684,26803.5332483478 -7825,0.0001,47829.1416355684,26803.5332483478 -7826,0.0001,47829.1416355684,26803.5332483478 -7827,0.0001,47829.1416355684,26803.5332483478 -7828,0.0001,47829.1416355684,26803.5332483478 -7829,0.0001,47829.1416355684,26803.5332483478 -7830,0.0001,47829.1416355684,26803.5332483478 -7831,0.0001,47829.1416355684,26803.5332483478 -7832,0.0001,47829.1416355684,26803.5332483478 -7833,0.0001,47829.1416355684,26803.5332483478 -7834,0.0001,47829.1416355684,26803.5332483478 -7835,0.0001,47829.1416355684,26803.5332483478 -7836,0.0001,47829.1416355684,26803.5332483478 -7837,0.0001,47829.1416355684,26803.5332483478 -7838,0.0001,47829.1416355684,26803.5332483478 -7839,0.0001,47829.1416355684,26803.5332483478 -7840,0.0001,47829.1416355684,26803.5332483478 -7841,0.0001,47829.1416355684,26803.5332483478 -7842,0.0001,47829.1416355684,26803.5332483478 -7843,0.0001,47829.1416355684,26803.5332483478 -7844,0.0001,47829.1416355684,26803.5332483478 -7845,0.0001,47829.1416355684,26803.5332483478 -7846,0.0001,47829.1416355684,26803.5332483478 -7847,0.0001,47829.1416355684,26803.5332483478 -7848,0.0001,47829.1416355684,26803.5332483478 -7849,0.0001,47829.1416355684,26803.5332483478 -7850,0.0001,47829.1416355684,26803.5332483478 -7851,0.0001,47829.1416355684,26803.5332483478 -7852,0.0001,47829.1416355684,26803.5332483478 -7853,0.0001,47829.1416355684,26803.5332483478 -7854,0.0001,47829.1416355684,26803.5332483478 -7855,0.0001,47829.1416355684,26803.5332483478 -7856,0.0001,47829.1416355684,26803.5332483478 -7857,0.0001,47829.1416355684,26803.5332483478 -7858,0.0001,47829.1416355684,26803.5332483478 -7859,0.0001,47829.1416355684,26803.5332483478 -7860,0.0001,47829.1416355684,26803.5332483478 -7861,0.0001,47829.1416355684,26803.5332483478 -7862,0.0001,47829.1416355684,26803.5332483478 -7863,0.0001,47829.1416355684,26803.5332483478 -7864,0.0001,47829.1416355684,26803.5332483478 -7865,0.0001,47829.1416355684,26803.5332483478 -7866,0.0001,47829.1416355684,26803.5332483478 -7867,0.0001,47829.1416355684,26803.5332483478 -7868,0.0001,47829.1416355684,26803.5332483478 -7869,0.0001,47829.1416355684,26803.5332483478 -7870,0.0001,47829.1416355684,26803.5332483478 -7871,0.0001,47829.1416355684,26803.5332483478 -7872,0.0001,47829.1416355684,26803.5332483478 -7873,0.0001,47829.1416355684,26803.5332483478 -7874,0.0001,47829.1416355684,26803.5332483478 -7875,0.0001,47829.1416355684,26803.5332483478 -7876,0.0001,47829.1416355684,26803.5332483478 -7877,0.0001,47829.1416355684,26803.5332483478 -7878,0.0001,47829.1416355684,26803.5332483478 -7879,0.0001,47829.1416355684,26803.5332483478 -7880,0.0001,47829.1416355684,26803.5332483478 -7881,0.0001,47829.1416355684,26803.5332483478 -7882,0.0001,47829.1416355684,26803.5332483478 -7883,0.0001,47829.1416355684,26803.5332483478 -7884,0.0001,47829.1416355684,26803.5332483478 -7885,0.0001,47829.1416355684,26803.5332483478 -7886,0.0001,47829.1416355684,26803.5332483478 -7887,0.0001,47829.1416355684,26803.5332483478 -7888,0.0001,47829.1416355684,26803.5332483478 -7889,0.0001,47829.1416355684,26803.5332483478 -7890,0.0001,47829.1416355684,26803.5332483478 -7891,0.0001,47829.1416355684,26803.5332483478 -7892,0.0001,47829.1416355684,26803.5332483478 -7893,0.0001,47829.1416355684,26803.5332483478 -7894,0.0001,47829.1416355684,26803.5332483478 -7895,0.0001,47829.1416355684,26803.5332483478 -7896,0.0001,47829.1416355684,26803.5332483478 -7897,0.0001,47829.1416355684,26803.5332483478 -7898,0.0001,47829.1416355684,26803.5332483478 -7899,0.0001,47829.1416355684,26803.5332483478 -7900,0.0001,47829.1416355684,26803.5332483478 -7901,0.0001,47829.1416355684,26803.5332483478 -7902,0.0001,47829.1416355684,26803.5332483478 -7903,0.0001,47829.1416355684,26803.5332483478 -7904,0.0001,47829.1416355684,26803.5332483478 -7905,0.0001,47829.1416355684,26803.5332483478 -7906,0.0001,47829.1416355684,26803.5332483478 -7907,0.0001,47829.1416355684,26803.5332483478 -7908,0.0001,47829.1416355684,26803.5332483478 -7909,0.0001,47829.1416355684,26803.5332483478 -7910,0.0001,47829.1416355684,26803.5332483478 -7911,0.0001,47829.1416355684,26803.5332483478 -7912,0.0001,47829.1416355684,26803.5332483478 -7913,0.0001,47829.1416355684,26803.5332483478 -7914,0.0001,47829.1416355684,26803.5332483478 -7915,0.0001,47829.1416355684,26803.5332483478 -7916,0.0001,47829.1416355684,26803.5332483478 -7917,0.0001,47829.1416355684,26803.5332483478 -7918,0.0001,47829.1416355684,26803.5332483478 -7919,0.0001,47829.1416355684,26803.5332483478 -7920,0.0001,47829.1416355684,26803.5332483478 -7921,0.0001,47829.1416355684,26803.5332483478 -7922,0.0001,47829.1416355684,26803.5332483478 -7923,0.0001,47829.1416355684,26803.5332483478 -7924,0.0001,47829.1416355684,26803.5332483478 -7925,0.0001,47829.1416355684,26803.5332483478 -7926,0.0001,47829.1416355684,26803.5332483478 -7927,0.0001,47829.1416355684,26803.5332483478 -7928,0.0001,47829.1416355684,26803.5332483478 -7929,0.0001,47829.1416355684,26803.5332483478 -7930,0.0001,47829.1416355684,26803.5332483478 -7931,0.0001,47829.1416355684,26803.5332483478 -7932,0.0001,47829.1416355684,26803.5332483478 -7933,0.0001,47829.1416355684,26803.5332483478 -7934,0.0001,47829.1416355684,26803.5332483478 -7935,0.0001,47829.1416355684,26803.5332483478 -7936,0.0001,47829.1416355684,26803.5332483478 -7937,0.0001,47829.1416355684,26803.5332483478 -7938,0.0001,47829.1416355684,26803.5332483478 -7939,0.0001,47829.1416355684,26803.5332483478 -7940,0.0001,47829.1416355684,26803.5332483478 -7941,0.0001,47829.1416355684,26803.5332483478 -7942,0.0001,47829.1416355684,26803.5332483478 -7943,0.0001,47829.1416355684,26803.5332483478 -7944,0.0001,47829.1416355684,26803.5332483478 -7945,0.0001,47829.1416355684,26803.5332483478 -7946,0.0001,47829.1416355684,26803.5332483478 -7947,0.0001,47829.1416355684,26803.5332483478 -7948,0.0001,47829.1416355684,26803.5332483478 -7949,0.0001,47829.1416355684,26803.5332483478 -7950,0.0001,47829.1416355684,26803.5332483478 -7951,0.0001,47829.1416355684,26803.5332483478 -7952,0.0001,47829.1416355684,26803.5332483478 -7953,0.0001,47829.1416355684,26803.5332483478 -7954,0.0001,47829.1416355684,26803.5332483478 -7955,0.0001,47829.1416355684,26803.5332483478 -7956,0.0001,47829.1416355684,26803.5332483478 -7957,0.0001,47829.1416355684,26803.5332483478 -7958,0.0001,47829.1416355684,26803.5332483478 -7959,0.0001,47829.1416355684,26803.5332483478 -7960,0.0001,47829.1416355684,26803.5332483478 -7961,0.0001,47829.1416355684,26803.5332483478 -7962,0.0001,47829.1416355684,26803.5332483478 -7963,0.0001,47829.1416355684,26803.5332483478 -7964,0.0001,47829.1416355684,26803.5332483478 -7965,0.0001,47829.1416355684,26803.5332483478 -7966,0.0001,47829.1416355684,26803.5332483478 -7967,0.0001,47829.1416355684,26803.5332483478 -7968,0.0001,47829.1416355684,26803.5332483478 -7969,0.0001,47829.1416355684,26803.5332483478 -7970,0.0001,47829.1416355684,26803.5332483478 -7971,0.0001,47829.1416355684,26803.5332483478 -7972,0.0001,47829.1416355684,26803.5332483478 -7973,0.0001,47829.1416355684,26803.5332483478 -7974,0.0001,47829.1416355684,26803.5332483478 -7975,0.0001,47829.1416355684,26803.5332483478 -7976,0.0001,47829.1416355684,26803.5332483478 -7977,0.0001,47829.1416355684,26803.5332483478 -7978,0.0001,47829.1416355684,26803.5332483478 -7979,0.0001,47829.1416355684,26803.5332483478 -7980,0.0001,47829.1416355684,26803.5332483478 -7981,0.0001,47829.1416355684,26803.5332483478 -7982,0.0001,47829.1416355684,26803.5332483478 -7983,0.0001,47829.1416355684,26803.5332483478 -7984,0.0001,47829.1416355684,26803.5332483478 -7985,0.0001,47829.1416355684,26803.5332483478 -7986,0.0001,47829.1416355684,26803.5332483478 -7987,0.0001,47829.1416355684,26803.5332483478 -7988,0.0001,47829.1416355684,26803.5332483478 -7989,0.0001,47829.1416355684,26803.5332483478 -7990,0.0001,47829.1416355684,26803.5332483478 -7991,0.0001,47829.1416355684,26803.5332483478 -7992,0.0001,47829.1416355684,26803.5332483478 -7993,0.0001,47829.1416355684,26803.5332483478 -7994,0.0001,47829.1416355684,26803.5332483478 -7995,0.0001,47829.1416355684,26803.5332483478 -7996,0.0001,47829.1416355684,26803.5332483478 -7997,0.0001,47829.1416355684,26803.5332483478 -7998,0.0001,47829.1416355684,26803.5332483478 -7999,0.0001,47829.1416355684,26803.5332483478 -8000,0.0001,47829.1416355684,26803.5332483478 -8001,0.0001,47829.1416355684,26803.5332483478 -8002,0.0001,47829.1416355684,26803.5332483478 -8003,0.0001,47829.1416355684,26803.5332483478 -8004,0.0001,47829.1416355684,26803.5332483478 -8005,0.0001,47829.1416355684,26803.5332483478 -8006,0.0001,47829.1416355684,26803.5332483478 -8007,0.0001,47829.1416355684,26803.5332483478 -8008,0.0001,47829.1416355684,26803.5332483478 -8009,0.0001,47829.1416355684,26803.5332483478 -8010,0.0001,47829.1416355684,26803.5332483478 -8011,0.0001,47829.1416355684,26803.5332483478 -8012,0.0001,47829.1416355684,26803.5332483478 -8013,0.0001,47829.1416355684,26803.5332483478 -8014,0.0001,47829.1416355684,26803.5332483478 -8015,0.0001,47829.1416355684,26803.5332483478 -8016,0.0001,47829.1416355684,26803.5332483478 -8017,0.0001,47829.1416355684,26803.5332483478 -8018,0.0001,47829.1416355684,26803.5332483478 -8019,0.0001,47829.1416355684,26803.5332483478 -8020,0.0001,47829.1416355684,26803.5332483478 -8021,0.0001,47829.1416355684,26803.5332483478 -8022,0.0001,47829.1416355684,26803.5332483478 -8023,0.0001,47829.1416355684,26803.5332483478 -8024,0.0001,47829.1416355684,26803.5332483478 -8025,0.0001,47829.1416355684,26803.5332483478 -8026,0.0001,47829.1416355684,26803.5332483478 -8027,0.0001,47829.1416355684,26803.5332483478 -8028,0.0001,47829.1416355684,26803.5332483478 -8029,0.0001,47829.1416355684,26803.5332483478 -8030,0.0001,47829.1416355684,26803.5332483478 -8031,0.0001,47829.1416355684,26803.5332483478 -8032,0.0001,47829.1416355684,26803.5332483478 -8033,0.0001,47829.1416355684,26803.5332483478 -8034,0.0001,47829.1416355684,26803.5332483478 -8035,0.0001,47829.1416355684,26803.5332483478 -8036,0.0001,47829.1416355684,26803.5332483478 -8037,0.0001,47829.1416355684,26803.5332483478 -8038,0.0001,47829.1416355684,26803.5332483478 -8039,0.0001,47829.1416355684,26803.5332483478 -8040,0.0001,47829.1416355684,26803.5332483478 -8041,0.0001,47829.1416355684,26803.5332483478 -8042,0.0001,47829.1416355684,26803.5332483478 -8043,0.0001,47829.1416355684,26803.5332483478 -8044,0.0001,47829.1416355684,26803.5332483478 -8045,0.0001,47829.1416355684,26803.5332483478 -8046,0.0001,47829.1416355684,26803.5332483478 -8047,0.0001,47829.1416355684,26803.5332483478 -8048,0.0001,47829.1416355684,26803.5332483478 -8049,0.0001,47829.1416355684,26803.5332483478 -8050,0.0001,47829.1416355684,26803.5332483478 -8051,0.0001,47829.1416355684,26803.5332483478 -8052,0.0001,47829.1416355684,26803.5332483478 -8053,0.0001,47829.1416355684,26803.5332483478 -8054,0.0001,47829.1416355684,26803.5332483478 -8055,0.0001,47829.1416355684,26803.5332483478 -8056,0.0001,47829.1416355684,26803.5332483478 -8057,0.0001,47829.1416355684,26803.5332483478 -8058,0.0001,47829.1416355684,26803.5332483478 -8059,0.0001,47829.1416355684,26803.5332483478 -8060,0.0001,47829.1416355684,26803.5332483478 -8061,0.0001,47829.1416355684,26803.5332483478 -8062,0.0001,47829.1416355684,26803.5332483478 -8063,0.0001,47829.1416355684,26803.5332483478 -8064,0.0001,47829.1416355684,26803.5332483478 -8065,0.0001,47829.1416355684,26803.5332483478 -8066,0.0001,47829.1416355684,26803.5332483478 -8067,0.0001,47829.1416355684,26803.5332483478 -8068,0.0001,47829.1416355684,26803.5332483478 -8069,0.0001,47829.1416355684,26803.5332483478 -8070,0.0001,47829.1416355684,26803.5332483478 -8071,0.0001,47829.1416355684,26803.5332483478 -8072,0.0001,47829.1416355684,26803.5332483478 -8073,0.0001,47829.1416355684,26803.5332483478 -8074,0.0001,47829.1416355684,26803.5332483478 -8075,0.0001,47829.1416355684,26803.5332483478 -8076,0.0001,47829.1416355684,26803.5332483478 -8077,0.0001,47829.1416355684,26803.5332483478 -8078,0.0001,47829.1416355684,26803.5332483478 -8079,0.0001,47829.1416355684,26803.5332483478 -8080,0.0001,47829.1416355684,26803.5332483478 -8081,0.0001,47829.1416355684,26803.5332483478 -8082,0.0001,47829.1416355684,26803.5332483478 -8083,0.0001,47829.1416355684,26803.5332483478 -8084,0.0001,47829.1416355684,26803.5332483478 -8085,0.0001,47829.1416355684,26803.5332483478 -8086,0.0001,47829.1416355684,26803.5332483478 -8087,0.0001,47829.1416355684,26803.5332483478 -8088,0.0001,47829.1416355684,26803.5332483478 -8089,0.0001,47829.1416355684,26803.5332483478 -8090,0.0001,47829.1416355684,26803.5332483478 -8091,0.0001,47829.1416355684,26803.5332483478 -8092,0.0001,47829.1416355684,26803.5332483478 -8093,0.0001,47829.1416355684,26803.5332483478 -8094,0.0001,47829.1416355684,26803.5332483478 -8095,0.0001,47829.1416355684,26803.5332483478 -8096,0.0001,47829.1416355684,26803.5332483478 -8097,0.0001,47829.1416355684,26803.5332483478 -8098,0.0001,47829.1416355684,26803.5332483478 -8099,0.0001,47829.1416355684,26803.5332483478 -8100,0.0001,47829.1416355684,26803.5332483478 -8101,0.0001,47829.1416355684,26803.5332483478 -8102,0.0001,47829.1416355684,26803.5332483478 -8103,0.0001,47829.1416355684,26803.5332483478 -8104,0.0001,47829.1416355684,26803.5332483478 -8105,0.0001,47829.1416355684,26803.5332483478 -8106,0.0001,47829.1416355684,26803.5332483478 -8107,0.0001,47829.1416355684,26803.5332483478 -8108,0.0001,47829.1416355684,26803.5332483478 -8109,0.0001,47829.1416355684,26803.5332483478 -8110,0.0001,47829.1416355684,26803.5332483478 -8111,0.0001,47829.1416355684,26803.5332483478 -8112,0.0001,47829.1416355684,26803.5332483478 -8113,0.0001,47829.1416355684,26803.5332483478 -8114,0.0001,47829.1416355684,26803.5332483478 -8115,0.0001,47829.1416355684,26803.5332483478 -8116,0.0001,47829.1416355684,26803.5332483478 -8117,0.0001,47829.1416355684,26803.5332483478 -8118,0.0001,47829.1416355684,26803.5332483478 -8119,0.0001,47829.1416355684,26803.5332483478 -8120,0.0001,47829.1416355684,26803.5332483478 -8121,0.0001,47829.1416355684,26803.5332483478 -8122,0.0001,47829.1416355684,26803.5332483478 -8123,0.0001,47829.1416355684,26803.5332483478 -8124,0.0001,47829.1416355684,26803.5332483478 -8125,0.0001,47829.1416355684,26803.5332483478 -8126,0.0001,47829.1416355684,26803.5332483478 -8127,0.0001,47829.1416355684,26803.5332483478 -8128,0.0001,47829.1416355684,26803.5332483478 -8129,0.0001,47829.1416355684,26803.5332483478 -8130,0.0001,47829.1416355684,26803.5332483478 -8131,0.0001,47829.1416355684,26803.5332483478 -8132,0.0001,47829.1416355684,26803.5332483478 -8133,0.0001,47829.1416355684,26803.5332483478 -8134,0.0001,47829.1416355684,26803.5332483478 -8135,0.0001,47829.1416355684,26803.5332483478 -8136,0.0001,47829.1416355684,26803.5332483478 -8137,0.0001,47829.1416355684,26803.5332483478 -8138,0.0001,47829.1416355684,26803.5332483478 -8139,0.0001,47829.1416355684,26803.5332483478 -8140,0.0001,47829.1416355684,26803.5332483478 -8141,0.0001,47829.1416355684,26803.5332483478 -8142,0.0001,47829.1416355684,26803.5332483478 -8143,0.0001,47829.1416355684,26803.5332483478 -8144,0.0001,47829.1416355684,26803.5332483478 -8145,0.0001,47829.1416355684,26803.5332483478 -8146,0.0001,47829.1416355684,26803.5332483478 -8147,0.0001,47829.1416355684,26803.5332483478 -8148,0.0001,47829.1416355684,26803.5332483478 -8149,0.0001,47829.1416355684,26803.5332483478 -8150,0.0001,47829.1416355684,26803.5332483478 -8151,0.0001,47829.1416355684,26803.5332483478 -8152,0.0001,47829.1416355684,26803.5332483478 -8153,0.0001,47829.1416355684,26803.5332483478 -8154,0.0001,47829.1416355684,26803.5332483478 -8155,0.0001,47829.1416355684,26803.5332483478 -8156,0.0001,47829.1416355684,26803.5332483478 -8157,0.0001,47829.1416355684,26803.5332483478 -8158,0.0001,47829.1416355684,26803.5332483478 -8159,0.0001,47829.1416355684,26803.5332483478 -8160,0.0001,47829.1416355684,26803.5332483478 -8161,0.0001,47829.1416355684,26803.5332483478 -8162,0.0001,47829.1416355684,26803.5332483478 -8163,0.0001,47829.1416355684,26803.5332483478 -8164,0.0001,47829.1416355684,26803.5332483478 -8165,0.0001,47829.1416355684,26803.5332483478 -8166,0.0001,47829.1416355684,26803.5332483478 -8167,0.0001,47829.1416355684,26803.5332483478 -8168,0.0001,47829.1416355684,26803.5332483478 -8169,0.0001,47829.1416355684,26803.5332483478 -8170,0.0001,47829.1416355684,26803.5332483478 -8171,0.0001,47829.1416355684,26803.5332483478 -8172,0.0001,47829.1416355684,26803.5332483478 -8173,0.0001,47829.1416355684,26803.5332483478 -8174,0.0001,47829.1416355684,26803.5332483478 -8175,0.0001,47829.1416355684,26803.5332483478 -8176,0.0001,47829.1416355684,26803.5332483478 -8177,0.0001,47829.1416355684,26803.5332483478 -8178,0.0001,47829.1416355684,26803.5332483478 -8179,0.0001,47829.1416355684,26803.5332483478 -8180,0.0001,47829.1416355684,26803.5332483478 -8181,0.0001,47829.1416355684,26803.5332483478 -8182,0.0001,47829.1416355684,26803.5332483478 -8183,0.0001,47829.1416355684,26803.5332483478 -8184,0.0001,47829.1416355684,26803.5332483478 -8185,0.0001,47829.1416355684,26803.5332483478 -8186,0.0001,47829.1416355684,26803.5332483478 -8187,0.0001,47829.1416355684,26803.5332483478 -8188,0.0001,47829.1416355684,26803.5332483478 -8189,0.0001,47829.1416355684,26803.5332483478 -8190,0.0001,47829.1416355684,26803.5332483478 -8191,0.0001,47829.1416355684,26803.5332483478 -8192,0.0001,47829.1416355684,26803.5332483478 -8193,0.0001,47829.1416355684,26803.5332483478 -8194,0.0001,47829.1416355684,26803.5332483478 -8195,0.0001,47829.1416355684,26803.5332483478 -8196,0.0001,47829.1416355684,26803.5332483478 -8197,0.0001,47829.1416355684,26803.5332483478 -8198,0.0001,47829.1416355684,26803.5332483478 -8199,0.0001,47829.1416355684,26803.5332483478 -8200,0.0001,47829.1416355684,26803.5332483478 -8201,0.0001,47829.1416355684,26803.5332483478 -8202,0.0001,47829.1416355684,26803.5332483478 -8203,0.0001,47829.1416355684,26803.5332483478 -8204,0.0001,47829.1416355684,26803.5332483478 -8205,0.0001,47829.1416355684,26803.5332483478 -8206,0.0001,47829.1416355684,26803.5332483478 -8207,0.0001,47829.1416355684,26803.5332483478 -8208,0.0001,47829.1416355684,26803.5332483478 -8209,0.0001,47829.1416355684,26803.5332483478 -8210,0.0001,47829.1416355684,26803.5332483478 -8211,0.0001,47829.1416355684,26803.5332483478 -8212,0.0001,47829.1416355684,26803.5332483478 -8213,0.0001,47829.1416355684,26803.5332483478 -8214,0.0001,47829.1416355684,26803.5332483478 -8215,0.0001,47829.1416355684,26803.5332483478 -8216,0.0001,47829.1416355684,26803.5332483478 -8217,0.0001,47829.1416355684,26803.5332483478 -8218,0.0001,47829.1416355684,26803.5332483478 -8219,0.0001,47829.1416355684,26803.5332483478 -8220,0.0001,47829.1416355684,26803.5332483478 -8221,0.0001,47829.1416355684,26803.5332483478 -8222,0.0001,47829.1416355684,26803.5332483478 -8223,0.0001,47829.1416355684,26803.5332483478 -8224,0.0001,47829.1416355684,26803.5332483478 -8225,0.0001,47829.1416355684,26803.5332483478 -8226,0.0001,47829.1416355684,26803.5332483478 -8227,0.0001,47829.1416355684,26803.5332483478 -8228,0.0001,47829.1416355684,26803.5332483478 -8229,0.0001,47829.1416355684,26803.5332483478 -8230,0.0001,47829.1416355684,26803.5332483478 -8231,0.0001,47829.1416355684,26803.5332483478 -8232,0.0001,47829.1416355684,26803.5332483478 -8233,0.0001,47829.1416355684,26803.5332483478 -8234,0.0001,47829.1416355684,26803.5332483478 -8235,0.0001,47829.1416355684,26803.5332483478 -8236,0.0001,47829.1416355684,26803.5332483478 -8237,0.0001,47829.1416355684,26803.5332483478 -8238,0.0001,47829.1416355684,26803.5332483478 -8239,0.0001,47829.1416355684,26803.5332483478 -8240,0.0001,47829.1416355684,26803.5332483478 -8241,0.0001,47829.1416355684,26803.5332483478 -8242,0.0001,47829.1416355684,26803.5332483478 -8243,0.0001,47829.1416355684,26803.5332483478 -8244,0.0001,47829.1416355684,26803.5332483478 -8245,0.0001,47829.1416355684,26803.5332483478 -8246,0.0001,47829.1416355684,26803.5332483478 -8247,0.0001,47829.1416355684,26803.5332483478 -8248,0.0001,47829.1416355684,26803.5332483478 -8249,0.0001,47829.1416355684,26803.5332483478 -8250,0.0001,47829.1416355684,26803.5332483478 -8251,0.0001,47829.1416355684,26803.5332483478 -8252,0.0001,47829.1416355684,26803.5332483478 -8253,0.0001,47829.1416355684,26803.5332483478 -8254,0.0001,47829.1416355684,26803.5332483478 -8255,0.0001,47829.1416355684,26803.5332483478 -8256,0.0001,47829.1416355684,26803.5332483478 -8257,0.0001,47829.1416355684,26803.5332483478 -8258,0.0001,47829.1416355684,26803.5332483478 -8259,0.0001,47829.1416355684,26803.5332483478 -8260,0.0001,47829.1416355684,26803.5332483478 -8261,0.0001,47829.1416355684,26803.5332483478 -8262,0.0001,47829.1416355684,26803.5332483478 -8263,0.0001,47829.1416355684,26803.5332483478 -8264,0.0001,47829.1416355684,26803.5332483478 -8265,0.0001,47829.1416355684,26803.5332483478 -8266,0.0001,47829.1416355684,26803.5332483478 -8267,0.0001,47829.1416355684,26803.5332483478 -8268,0.0001,47829.1416355684,26803.5332483478 -8269,0.0001,47829.1416355684,26803.5332483478 -8270,0.0001,47829.1416355684,26803.5332483478 -8271,0.0001,47829.1416355684,26803.5332483478 -8272,0.0001,47829.1416355684,26803.5332483478 -8273,0.0001,47829.1416355684,26803.5332483478 -8274,0.0001,47829.1416355684,26803.5332483478 -8275,0.0001,47829.1416355684,26803.5332483478 -8276,0.0001,47829.1416355684,26803.5332483478 -8277,0.0001,47829.1416355684,26803.5332483478 -8278,0.0001,47829.1416355684,26803.5332483478 -8279,0.0001,47829.1416355684,26803.5332483478 -8280,0.0001,47829.1416355684,26803.5332483478 -8281,0.0001,47829.1416355684,26803.5332483478 -8282,0.0001,47829.1416355684,26803.5332483478 -8283,0.0001,47829.1416355684,26803.5332483478 -8284,0.0001,47829.1416355684,26803.5332483478 -8285,0.0001,47829.1416355684,26803.5332483478 -8286,0.0001,47829.1416355684,26803.5332483478 -8287,0.0001,47829.1416355684,26803.5332483478 -8288,0.0001,47829.1416355684,26803.5332483478 -8289,0.0001,47829.1416355684,26803.5332483478 -8290,0.0001,47829.1416355684,26803.5332483478 -8291,0.0001,47829.1416355684,26803.5332483478 -8292,0.0001,47829.1416355684,26803.5332483478 -8293,0.0001,47829.1416355684,26803.5332483478 -8294,0.0001,47829.1416355684,26803.5332483478 -8295,0.0001,47829.1416355684,26803.5332483478 -8296,0.0001,47829.1416355684,26803.5332483478 -8297,0.0001,47829.1416355684,26803.5332483478 -8298,0.0001,47829.1416355684,26803.5332483478 -8299,0.0001,47829.1416355684,26803.5332483478 -8300,0.0001,47829.1416355684,26803.5332483478 -8301,0.0001,47829.1416355684,26803.5332483478 -8302,0.0001,47829.1416355684,26803.5332483478 -8303,0.0001,47829.1416355684,26803.5332483478 -8304,0.0001,47829.1416355684,26803.5332483478 -8305,0.0001,47829.1416355684,26803.5332483478 -8306,0.0001,47829.1416355684,26803.5332483478 -8307,0.0001,47829.1416355684,26803.5332483478 -8308,0.0001,47829.1416355684,26803.5332483478 -8309,0.0001,47829.1416355684,26803.5332483478 -8310,0.0001,47829.1416355684,26803.5332483478 -8311,0.0001,47829.1416355684,26803.5332483478 -8312,0.0001,47829.1416355684,26803.5332483478 -8313,0.0001,47829.1416355684,26803.5332483478 -8314,0.0001,47829.1416355684,26803.5332483478 -8315,0.0001,47829.1416355684,26803.5332483478 -8316,0.0001,47829.1416355684,26803.5332483478 -8317,0.0001,47829.1416355684,26803.5332483478 -8318,0.0001,47829.1416355684,26803.5332483478 -8319,0.0001,47829.1416355684,26803.5332483478 -8320,0.0001,47829.1416355684,26803.5332483478 -8321,0.0001,47829.1416355684,26803.5332483478 -8322,0.0001,47829.1416355684,26803.5332483478 -8323,0.0001,47829.1416355684,26803.5332483478 -8324,0.0001,47829.1416355684,26803.5332483478 -8325,0.0001,47829.1416355684,26803.5332483478 -8326,0.0001,47829.1416355684,26803.5332483478 -8327,0.0001,47829.1416355684,26803.5332483478 -8328,0.0001,47829.1416355684,26803.5332483478 -8329,0.0001,47829.1416355684,26803.5332483478 -8330,0.0001,47829.1416355684,26803.5332483478 -8331,0.0001,47829.1416355684,26803.5332483478 -8332,0.0001,47829.1416355684,26803.5332483478 -8333,0.0001,47829.1416355684,26803.5332483478 -8334,0.0001,47829.1416355684,26803.5332483478 -8335,0.0001,47829.1416355684,26803.5332483478 -8336,0.0001,47829.1416355684,26803.5332483478 -8337,0.0001,47829.1416355684,26803.5332483478 -8338,0.0001,47829.1416355684,26803.5332483478 -8339,0.0001,47829.1416355684,26803.5332483478 -8340,0.0001,47829.1416355684,26803.5332483478 -8341,0.0001,47829.1416355684,26803.5332483478 -8342,0.0001,47829.1416355684,26803.5332483478 -8343,0.0001,47829.1416355684,26803.5332483478 -8344,0.0001,47829.1416355684,26803.5332483478 -8345,0.0001,47829.1416355684,26803.5332483478 -8346,0.0001,47829.1416355684,26803.5332483478 -8347,0.0001,47829.1416355684,26803.5332483478 -8348,0.0001,47829.1416355684,26803.5332483478 -8349,0.0001,47829.1416355684,26803.5332483478 -8350,0.0001,47829.1416355684,26803.5332483478 -8351,0.0001,47829.1416355684,26803.5332483478 -8352,0.0001,47829.1416355684,26803.5332483478 -8353,0.0001,47829.1416355684,26803.5332483478 -8354,0.0001,47829.1416355684,26803.5332483478 -8355,0.0001,47829.1416355684,26803.5332483478 -8356,0.0001,47829.1416355684,26803.5332483478 -8357,0.0001,47829.1416355684,26803.5332483478 -8358,0.0001,47829.1416355684,26803.5332483478 -8359,0.0001,47829.1416355684,26803.5332483478 -8360,0.0001,47829.1416355684,26803.5332483478 -8361,0.0001,47829.1416355684,26803.5332483478 -8362,0.0001,47829.1416355684,26803.5332483478 -8363,0.0001,47829.1416355684,26803.5332483478 -8364,0.0001,47829.1416355684,26803.5332483478 -8365,0.0001,47829.1416355684,26803.5332483478 -8366,0.0001,47829.1416355684,26803.5332483478 -8367,0.0001,47829.1416355684,26803.5332483478 -8368,0.0001,47829.1416355684,26803.5332483478 -8369,0.0001,47829.1416355684,26803.5332483478 -8370,0.0001,47829.1416355684,26803.5332483478 -8371,0.0001,47829.1416355684,26803.5332483478 -8372,0.0001,47829.1416355684,26803.5332483478 -8373,0.0001,47829.1416355684,26803.5332483478 -8374,0.0001,47829.1416355684,26803.5332483478 -8375,0.0001,47829.1416355684,26803.5332483478 -8376,0.0001,47829.1416355684,26803.5332483478 -8377,0.0001,47829.1416355684,26803.5332483478 -8378,0.0001,47829.1416355684,26803.5332483478 -8379,0.0001,47829.1416355684,26803.5332483478 -8380,0.0001,47829.1416355684,26803.5332483478 -8381,0.0001,47829.1416355684,26803.5332483478 -8382,0.0001,47829.1416355684,26803.5332483478 -8383,0.0001,47829.1416355684,26803.5332483478 -8384,0.0001,47829.1416355684,26803.5332483478 -8385,0.0001,47829.1416355684,26803.5332483478 -8386,0.0001,47829.1416355684,26803.5332483478 -8387,0.0001,47829.1416355684,26803.5332483478 -8388,0.0001,47829.1416355684,26803.5332483478 -8389,0.0001,47829.1416355684,26803.5332483478 -8390,0.0001,47829.1416355684,26803.5332483478 -8391,0.0001,47829.1416355684,26803.5332483478 -8392,0.0001,47829.1416355684,26803.5332483478 -8393,0.0001,47829.1416355684,26803.5332483478 -8394,0.0001,47829.1416355684,26803.5332483478 -8395,0.0001,47829.1416355684,26803.5332483478 -8396,0.0001,47829.1416355684,26803.5332483478 -8397,0.0001,47829.1416355684,26803.5332483478 -8398,0.0001,47829.1416355684,26803.5332483478 -8399,0.0001,47829.1416355684,26803.5332483478 -8400,0.0001,47829.1416355684,26803.5332483478 -8401,0.0001,47829.1416355684,26803.5332483478 -8402,0.0001,47829.1416355684,26803.5332483478 -8403,0.0001,47829.1416355684,26803.5332483478 -8404,0.0001,47829.1416355684,26803.5332483478 -8405,0.0001,47829.1416355684,26803.5332483478 -8406,0.0001,47829.1416355684,26803.5332483478 -8407,0.0001,47829.1416355684,26803.5332483478 -8408,0.0001,47829.1416355684,26803.5332483478 -8409,0.0001,47829.1416355684,26803.5332483478 -8410,0.0001,47829.1416355684,26803.5332483478 -8411,0.0001,47829.1416355684,26803.5332483478 -8412,0.0001,47829.1416355684,26803.5332483478 -8413,0.0001,47829.1416355684,26803.5332483478 -8414,0.0001,47829.1416355684,26803.5332483478 -8415,0.0001,47829.1416355684,26803.5332483478 -8416,0.0001,47829.1416355684,26803.5332483478 -8417,0.0001,47829.1416355684,26803.5332483478 -8418,0.0001,47829.1416355684,26803.5332483478 -8419,0.0001,47829.1416355684,26803.5332483478 -8420,0.0001,47829.1416355684,26803.5332483478 -8421,0.0001,47829.1416355684,26803.5332483478 -8422,0.0001,47829.1416355684,26803.5332483478 -8423,0.0001,47829.1416355684,26803.5332483478 -8424,0.0001,47829.1416355684,26803.5332483478 -8425,0.0001,47829.1416355684,26803.5332483478 -8426,0.0001,47829.1416355684,26803.5332483478 -8427,0.0001,47829.1416355684,26803.5332483478 -8428,0.0001,47829.1416355684,26803.5332483478 -8429,0.0001,47829.1416355684,26803.5332483478 -8430,0.0001,47829.1416355684,26803.5332483478 -8431,0.0001,47829.1416355684,26803.5332483478 -8432,0.0001,47829.1416355684,26803.5332483478 -8433,0.0001,47829.1416355684,26803.5332483478 -8434,0.0001,47829.1416355684,26803.5332483478 -8435,0.0001,47829.1416355684,26803.5332483478 -8436,0.0001,47829.1416355684,26803.5332483478 -8437,0.0001,47829.1416355684,26803.5332483478 -8438,0.0001,47829.1416355684,26803.5332483478 -8439,0.0001,47829.1416355684,26803.5332483478 -8440,0.0001,47829.1416355684,26803.5332483478 -8441,0.0001,47829.1416355684,26803.5332483478 -8442,0.0001,47829.1416355684,26803.5332483478 -8443,0.0001,47829.1416355684,26803.5332483478 -8444,0.0001,47829.1416355684,26803.5332483478 -8445,0.0001,47829.1416355684,26803.5332483478 -8446,0.0001,47829.1416355684,26803.5332483478 -8447,0.0001,47829.1416355684,26803.5332483478 -8448,0.0001,47829.1416355684,26803.5332483478 -8449,0.0001,47829.1416355684,26803.5332483478 -8450,0.0001,47829.1416355684,26803.5332483478 -8451,0.0001,47829.1416355684,26803.5332483478 -8452,0.0001,47829.1416355684,26803.5332483478 -8453,0.0001,47829.1416355684,26803.5332483478 -8454,0.0001,47829.1416355684,26803.5332483478 -8455,0.0001,47829.1416355684,26803.5332483478 -8456,0.0001,47829.1416355684,26803.5332483478 -8457,0.0001,47829.1416355684,26803.5332483478 -8458,0.0001,47829.1416355684,26803.5332483478 -8459,0.0001,47829.1416355684,26803.5332483478 -8460,0.0001,47829.1416355684,26803.5332483478 -8461,0.0001,47829.1416355684,26803.5332483478 -8462,0.0001,47829.1416355684,26803.5332483478 -8463,0.0001,47829.1416355684,26803.5332483478 -8464,0.0001,47829.1416355684,26803.5332483478 -8465,0.0001,47829.1416355684,26803.5332483478 -8466,0.0001,47829.1416355684,26803.5332483478 -8467,0.0001,47829.1416355684,26803.5332483478 -8468,0.0001,47829.1416355684,26803.5332483478 -8469,0.0001,47829.1416355684,26803.5332483478 -8470,0.0001,47829.1416355684,26803.5332483478 -8471,0.0001,47829.1416355684,26803.5332483478 -8472,0.0001,47829.1416355684,26803.5332483478 -8473,0.0001,47829.1416355684,26803.5332483478 -8474,0.0001,47829.1416355684,26803.5332483478 -8475,0.0001,47829.1416355684,26803.5332483478 -8476,0.0001,47829.1416355684,26803.5332483478 -8477,0.0001,47829.1416355684,26803.5332483478 -8478,0.0001,47829.1416355684,26803.5332483478 -8479,0.0001,47829.1416355684,26803.5332483478 -8480,0.0001,47829.1416355684,26803.5332483478 -8481,0.0001,47829.1416355684,26803.5332483478 -8482,0.0001,47829.1416355684,26803.5332483478 -8483,0.0001,47829.1416355684,26803.5332483478 -8484,0.0001,47829.1416355684,26803.5332483478 -8485,0.0001,47829.1416355684,26803.5332483478 -8486,0.0001,47829.1416355684,26803.5332483478 -8487,0.0001,47829.1416355684,26803.5332483478 -8488,0.0001,47829.1416355684,26803.5332483478 -8489,0.0001,47829.1416355684,26803.5332483478 -8490,0.0001,47829.1416355684,26803.5332483478 -8491,0.0001,47829.1416355684,26803.5332483478 -8492,0.0001,47829.1416355684,26803.5332483478 -8493,0.0001,47829.1416355684,26803.5332483478 -8494,0.0001,47829.1416355684,26803.5332483478 -8495,0.0001,47829.1416355684,26803.5332483478 -8496,0.0001,47829.1416355684,26803.5332483478 -8497,0.0001,47829.1416355684,26803.5332483478 -8498,0.0001,47829.1416355684,26803.5332483478 -8499,0.0001,47829.1416355684,26803.5332483478 -8500,0.0001,47829.1416355684,26803.5332483478 -8501,0.0001,47829.1416355684,26803.5332483478 -8502,0.0001,47829.1416355684,26803.5332483478 -8503,0.0001,47829.1416355684,26803.5332483478 -8504,0.0001,47829.1416355684,26803.5332483478 -8505,0.0001,47829.1416355684,26803.5332483478 -8506,0.0001,47829.1416355684,26803.5332483478 -8507,0.0001,47829.1416355684,26803.5332483478 -8508,0.0001,47829.1416355684,26803.5332483478 -8509,0.0001,47829.1416355684,26803.5332483478 -8510,0.0001,47829.1416355684,26803.5332483478 -8511,0.0001,47829.1416355684,26803.5332483478 -8512,0.0001,47829.1416355684,26803.5332483478 -8513,0.0001,47829.1416355684,26803.5332483478 -8514,0.0001,47829.1416355684,26803.5332483478 -8515,0.0001,47829.1416355684,26803.5332483478 -8516,0.0001,47829.1416355684,26803.5332483478 -8517,0.0001,47829.1416355684,26803.5332483478 -8518,0.0001,47829.1416355684,26803.5332483478 -8519,0.0001,47829.1416355684,26803.5332483478 -8520,0.0001,47829.1416355684,26803.5332483478 -8521,0.0001,47829.1416355684,26803.5332483478 -8522,0.0001,47829.1416355684,26803.5332483478 -8523,0.0001,47829.1416355684,26803.5332483478 -8524,0.0001,47829.1416355684,26803.5332483478 -8525,0.0001,47829.1416355684,26803.5332483478 -8526,0.0001,47829.1416355684,26803.5332483478 -8527,0.0001,47829.1416355684,26803.5332483478 -8528,0.0001,47829.1416355684,26803.5332483478 -8529,0.0001,47829.1416355684,26803.5332483478 -8530,0.0001,47829.1416355684,26803.5332483478 -8531,0.0001,47829.1416355684,26803.5332483478 -8532,0.0001,47829.1416355684,26803.5332483478 -8533,0.0001,47829.1416355684,26803.5332483478 -8534,0.0001,47829.1416355684,26803.5332483478 -8535,0.0001,47829.1416355684,26803.5332483478 -8536,0.0001,47829.1416355684,26803.5332483478 -8537,0.0001,47829.1416355684,26803.5332483478 -8538,0.0001,47829.1416355684,26803.5332483478 -8539,0.0001,47829.1416355684,26803.5332483478 -8540,0.0001,47829.1416355684,26803.5332483478 -8541,0.0001,47829.1416355684,26803.5332483478 -8542,0.0001,47829.1416355684,26803.5332483478 -8543,0.0001,47829.1416355684,26803.5332483478 -8544,0.0001,47829.1416355684,26803.5332483478 -8545,0.0001,47829.1416355684,26803.5332483478 -8546,0.0001,47829.1416355684,26803.5332483478 -8547,0.0001,47829.1416355684,26803.5332483478 -8548,0.0001,47829.1416355684,26803.5332483478 -8549,0.0001,47829.1416355684,26803.5332483478 -8550,0.0001,47829.1416355684,26803.5332483478 -8551,0.0001,47829.1416355684,26803.5332483478 -8552,0.0001,47829.1416355684,26803.5332483478 -8553,0.0001,47829.1416355684,26803.5332483478 -8554,0.0001,47829.1416355684,26803.5332483478 -8555,0.0001,47829.1416355684,26803.5332483478 -8556,0.0001,47829.1416355684,26803.5332483478 -8557,0.0001,47829.1416355684,26803.5332483478 -8558,0.0001,47829.1416355684,26803.5332483478 -8559,0.0001,47829.1416355684,26803.5332483478 -8560,0.0001,47829.1416355684,26803.5332483478 -8561,0.0001,47829.1416355684,26803.5332483478 -8562,0.0001,47829.1416355684,26803.5332483478 -8563,0.0001,47829.1416355684,26803.5332483478 -8564,0.0001,47829.1416355684,26803.5332483478 -8565,0.0001,47829.1416355684,26803.5332483478 -8566,0.0001,47829.1416355684,26803.5332483478 -8567,0.0001,47829.1416355684,26803.5332483478 -8568,0.0001,47829.1416355684,26803.5332483478 -8569,0.0001,47829.1416355684,26803.5332483478 -8570,0.0001,47829.1416355684,26803.5332483478 -8571,0.0001,47829.1416355684,26803.5332483478 -8572,0.0001,47829.1416355684,26803.5332483478 -8573,0.0001,47829.1416355684,26803.5332483478 -8574,0.0001,47829.1416355684,26803.5332483478 -8575,0.0001,47829.1416355684,26803.5332483478 -8576,0.0001,47829.1416355684,26803.5332483478 -8577,0.0001,47829.1416355684,26803.5332483478 -8578,0.0001,47829.1416355684,26803.5332483478 -8579,0.0001,47829.1416355684,26803.5332483478 -8580,0.0001,47829.1416355684,26803.5332483478 -8581,0.0001,47829.1416355684,26803.5332483478 -8582,0.0001,47829.1416355684,26803.5332483478 -8583,0.0001,47829.1416355684,26803.5332483478 -8584,0.0001,47829.1416355684,26803.5332483478 -8585,0.0001,47829.1416355684,26803.5332483478 -8586,0.0001,47829.1416355684,26803.5332483478 -8587,0.0001,47829.1416355684,26803.5332483478 -8588,0.0001,47829.1416355684,26803.5332483478 -8589,0.0001,47829.1416355684,26803.5332483478 -8590,0.0001,47829.1416355684,26803.5332483478 -8591,0.0001,47829.1416355684,26803.5332483478 -8592,0.0001,47829.1416355684,26803.5332483478 -8593,0.0001,47829.1416355684,26803.5332483478 -8594,0.0001,47829.1416355684,26803.5332483478 -8595,0.0001,47829.1416355684,26803.5332483478 -8596,0.0001,47829.1416355684,26803.5332483478 -8597,0.0001,47829.1416355684,26803.5332483478 -8598,0.0001,47829.1416355684,26803.5332483478 -8599,0.0001,47829.1416355684,26803.5332483478 -8600,0.0001,47829.1416355684,26803.5332483478 -8601,0.0001,47829.1416355684,26803.5332483478 -8602,0.0001,47829.1416355684,26803.5332483478 -8603,0.0001,47829.1416355684,26803.5332483478 -8604,0.0001,47829.1416355684,26803.5332483478 -8605,0.0001,47829.1416355684,26803.5332483478 -8606,0.0001,47829.1416355684,26803.5332483478 -8607,0.0001,47829.1416355684,26803.5332483478 -8608,0.0001,47829.1416355684,26803.5332483478 -8609,0.0001,47829.1416355684,26803.5332483478 -8610,0.0001,47829.1416355684,26803.5332483478 -8611,0.0001,47829.1416355684,26803.5332483478 -8612,0.0001,47829.1416355684,26803.5332483478 -8613,0.0001,47829.1416355684,26803.5332483478 -8614,0.0001,47829.1416355684,26803.5332483478 -8615,0.0001,47829.1416355684,26803.5332483478 -8616,0.0001,47829.1416355684,26803.5332483478 -8617,0.0001,47829.1416355684,26803.5332483478 -8618,0.0001,47829.1416355684,26803.5332483478 -8619,0.0001,47829.1416355684,26803.5332483478 -8620,0.0001,47829.1416355684,26803.5332483478 -8621,0.0001,47829.1416355684,26803.5332483478 -8622,0.0001,47829.1416355684,26803.5332483478 -8623,0.0001,47829.1416355684,26803.5332483478 -8624,0.0001,47829.1416355684,26803.5332483478 -8625,0.0001,47829.1416355684,26803.5332483478 -8626,0.0001,47829.1416355684,26803.5332483478 -8627,0.0001,47829.1416355684,26803.5332483478 -8628,0.0001,47829.1416355684,26803.5332483478 -8629,0.0001,47829.1416355684,26803.5332483478 -8630,0.0001,47829.1416355684,26803.5332483478 -8631,0.0001,47829.1416355684,26803.5332483478 -8632,0.0001,47829.1416355684,26803.5332483478 -8633,0.0001,47829.1416355684,26803.5332483478 -8634,0.0001,47829.1416355684,26803.5332483478 -8635,0.0001,47829.1416355684,26803.5332483478 -8636,0.0001,47829.1416355684,26803.5332483478 -8637,0.0001,47829.1416355684,26803.5332483478 -8638,0.0001,47829.1416355684,26803.5332483478 -8639,0.0001,47829.1416355684,26803.5332483478 -8640,0.0001,47829.1416355684,26803.5332483478 -8641,0.0001,47829.1416355684,26803.5332483478 -8642,0.0001,47829.1416355684,26803.5332483478 -8643,0.0001,47829.1416355684,26803.5332483478 -8644,0.0001,47829.1416355684,26803.5332483478 -8645,0.0001,47829.1416355684,26803.5332483478 -8646,0.0001,47829.1416355684,26803.5332483478 -8647,0.0001,47829.1416355684,26803.5332483478 -8648,0.0001,47829.1416355684,26803.5332483478 -8649,0.0001,47829.1416355684,26803.5332483478 -8650,0.0001,47829.1416355684,26803.5332483478 -8651,0.0001,47829.1416355684,26803.5332483478 -8652,0.0001,47829.1416355684,26803.5332483478 -8653,0.0001,47829.1416355684,26803.5332483478 -8654,0.0001,47829.1416355684,26803.5332483478 -8655,0.0001,47829.1416355684,26803.5332483478 -8656,0.0001,47829.1416355684,26803.5332483478 -8657,0.0001,47829.1416355684,26803.5332483478 -8658,0.0001,47829.1416355684,26803.5332483478 -8659,0.0001,47829.1416355684,26803.5332483478 -8660,0.0001,47829.1416355684,26803.5332483478 -8661,0.0001,47829.1416355684,26803.5332483478 -8662,0.0001,47829.1416355684,26803.5332483478 -8663,0.0001,47829.1416355684,26803.5332483478 -8664,0.0001,47829.1416355684,26803.5332483478 -8665,0.0001,47829.1416355684,26803.5332483478 -8666,0.0001,47829.1416355684,26803.5332483478 -8667,0.0001,47829.1416355684,26803.5332483478 -8668,0.0001,47829.1416355684,26803.5332483478 -8669,0.0001,47829.1416355684,26803.5332483478 -8670,0.0001,47829.1416355684,26803.5332483478 -8671,0.0001,47829.1416355684,26803.5332483478 -8672,0.0001,47829.1416355684,26803.5332483478 -8673,0.0001,47829.1416355684,26803.5332483478 -8674,0.0001,47829.1416355684,26803.5332483478 -8675,0.0001,47829.1416355684,26803.5332483478 -8676,0.0001,47829.1416355684,26803.5332483478 -8677,0.0001,47829.1416355684,26803.5332483478 -8678,0.0001,47829.1416355684,26803.5332483478 -8679,0.0001,47829.1416355684,26803.5332483478 -8680,0.0001,47829.1416355684,26803.5332483478 -8681,0.0001,47829.1416355684,26803.5332483478 -8682,0.0001,47829.1416355684,26803.5332483478 -8683,0.0001,47829.1416355684,26803.5332483478 -8684,0.0001,47829.1416355684,26803.5332483478 -8685,0.0001,47829.1416355684,26803.5332483478 -8686,0.0001,47829.1416355684,26803.5332483478 -8687,0.0001,47829.1416355684,26803.5332483478 -8688,0.0001,47829.1416355684,26803.5332483478 -8689,0.0001,47829.1416355684,26803.5332483478 -8690,0.0001,47829.1416355684,26803.5332483478 -8691,0.0001,47829.1416355684,26803.5332483478 -8692,0.0001,47829.1416355684,26803.5332483478 -8693,0.0001,47829.1416355684,26803.5332483478 -8694,0.0001,47829.1416355684,26803.5332483478 -8695,0.0001,47829.1416355684,26803.5332483478 -8696,0.0001,47829.1416355684,26803.5332483478 -8697,0.0001,47829.1416355684,26803.5332483478 -8698,0.0001,47829.1416355684,26803.5332483478 -8699,0.0001,47829.1416355684,26803.5332483478 -8700,0.0001,47829.1416355684,26803.5332483478 -8701,0.0001,47829.1416355684,26803.5332483478 -8702,0.0001,47829.1416355684,26803.5332483478 -8703,0.0001,47829.1416355684,26803.5332483478 -8704,0.0001,47829.1416355684,26803.5332483478 -8705,0.0001,47829.1416355684,26803.5332483478 -8706,0.0001,47829.1416355684,26803.5332483478 -8707,0.0001,47829.1416355684,26803.5332483478 -8708,0.0001,47829.1416355684,26803.5332483478 -8709,0.0001,47829.1416355684,26803.5332483478 -8710,0.0001,47829.1416355684,26803.5332483478 -8711,0.0001,47829.1416355684,26803.5332483478 -8712,0.0001,47829.1416355684,26803.5332483478 -8713,0.0001,47829.1416355684,26803.5332483478 -8714,0.0001,47829.1416355684,26803.5332483478 -8715,0.0001,47829.1416355684,26803.5332483478 -8716,0.0001,47829.1416355684,26803.5332483478 -8717,0.0001,47829.1416355684,26803.5332483478 -8718,0.0001,47829.1416355684,26803.5332483478 -8719,0.0001,47829.1416355684,26803.5332483478 -8720,0.0001,47829.1416355684,26803.5332483478 -8721,0.0001,47829.1416355684,26803.5332483478 -8722,0.0001,47829.1416355684,26803.5332483478 -8723,0.0001,47829.1416355684,26803.5332483478 -8724,0.0001,47829.1416355684,26803.5332483478 -8725,0.0001,47829.1416355684,26803.5332483478 -8726,0.0001,47829.1416355684,26803.5332483478 -8727,0.0001,47829.1416355684,26803.5332483478 -8728,0.0001,47829.1416355684,26803.5332483478 -8729,0.0001,47829.1416355684,26803.5332483478 -8730,0.0001,47829.1416355684,26803.5332483478 -8731,0.0001,47829.1416355684,26803.5332483478 -8732,0.0001,47829.1416355684,26803.5332483478 -8733,0.0001,47829.1416355684,26803.5332483478 -8734,0.0001,47829.1416355684,26803.5332483478 -8735,0.0001,47829.1416355684,26803.5332483478 -8736,0.0001,47829.1416355684,26803.5332483478 -8737,0.0001,47829.1416355684,26803.5332483478 -8738,0.0001,47829.1416355684,26803.5332483478 -8739,0.0001,47829.1416355684,26803.5332483478 -8740,0.0001,47829.1416355684,26803.5332483478 -8741,0.0001,47829.1416355684,26803.5332483478 -8742,0.0001,47829.1416355684,26803.5332483478 -8743,0.0001,47829.1416355684,26803.5332483478 -8744,0.0001,47829.1416355684,26803.5332483478 -8745,0.0001,47829.1416355684,26803.5332483478 -8746,0.0001,47829.1416355684,26803.5332483478 -8747,0.0001,47829.1416355684,26803.5332483478 -8748,0.0001,47829.1416355684,26803.5332483478 -8749,0.0001,47829.1416355684,26803.5332483478 -8750,0.0001,47829.1416355684,26803.5332483478 -8751,0.0001,47829.1416355684,26803.5332483478 -8752,0.0001,47829.1416355684,26803.5332483478 -8753,0.0001,47829.1416355684,26803.5332483478 -8754,0.0001,47829.1416355684,26803.5332483478 -8755,0.0001,47829.1416355684,26803.5332483478 -8756,0.0001,47829.1416355684,26803.5332483478 -8757,0.0001,47829.1416355684,26803.5332483478 -8758,0.0001,47829.1416355684,26803.5332483478 -8759,0.0001,47829.1416355684,26803.5332483478 diff --git a/tests/data/deflex_2014_de17_heat_csv/mobility.csv b/tests/data/deflex_2014_de17_heat_csv/mobility.csv deleted file mode 100644 index 6bb8ded1..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/mobility.csv +++ /dev/null @@ -1,5 +0,0 @@ -,,efficiency,source,source_region -DE,diesel,0.95,oil,DE -DE,petrol,0.95,oil,DE -DE,electricity,1.0,electricity,DE -DE01,electricity,1.0,electricity,DE01 diff --git a/tests/data/deflex_2014_de17_heat_csv/power lines.csv b/tests/data/deflex_2014_de17_heat_csv/power lines.csv deleted file mode 100644 index 61d8ace9..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/power lines.csv +++ /dev/null @@ -1,34 +0,0 @@ -,electrical,electrical -,capacity,efficiency -DE02-DE01,inf,1 -DE01-DE17,inf,1 -DE03-DE01,inf,1 -DE03-DE02,inf,1 -DE03-DE04,inf,1 -DE03-DE13,inf,1 -DE04-DE17,inf,1 -DE05-DE03,inf,1 -DE06-DE03,inf,1 -DE06-DE05,inf,1 -DE06-DE16,inf,1 -DE07-DE05,inf,1 -DE07-DE06,inf,1 -DE08-DE06,inf,1 -DE08-DE07,inf,1 -DE08-DE09,inf,1 -DE09-DE06,inf,1 -DE09-DE14,inf,1 -DE09-DE16,inf,1 -DE10-DE07,inf,1 -DE11-DE12,inf,1 -DE12-DE03,inf,1 -DE12-DE13,inf,1 -DE13-DE01,inf,1 -DE14-DE12,inf,1 -DE14-DE15,inf,1 -DE15-DE03,inf,1 -DE15-DE12,inf,1 -DE16-DE03,inf,1 -DE16-DE14,inf,1 -DE16-DE15,inf,1 -DE-DE05,inf,1 diff --git a/tests/data/deflex_2014_de17_heat_csv/power plants.csv b/tests/data/deflex_2014_de17_heat_csv/power plants.csv deleted file mode 100644 index 4b3932ba..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/power plants.csv +++ /dev/null @@ -1,323 +0,0 @@ -de17,,capacity,count,fuel,efficiency,limit_elec_pp,variable_costs,downtime_factor -DE01,bioenergy - 0.42,289.09,919,bioenergy,0.417,1811489.71612624,0,0.1 -DE01,hard coal - 0.37,12.0034794520548,1,hard coal,0.37,inf,0,0.22 -DE01,hard coal - 0.38,18.2661643835616,1,hard coal,0.38,inf,0,0.22 -DE01,hard coal - 0.4,168.570602739726,1,hard coal,0.405,inf,0,0.22 -DE01,hard coal - 0.41,135.691506849315,2,hard coal,0.408,inf,0,0.22 -DE01,hard coal - 0.47,17.2223835616438,1,hard coal,0.472,inf,0,0.22 -DE01,hard coal - 0.49,15.1348219178082,1,hard coal,0.486,inf,0,0.22 -DE01,hard coal - 0.5,14.0910410958904,1,hard coal,0.504,inf,0,0.22 -DE01,natural gas - 0.39,0.0,1,natural gas,0.391,inf,0,0.11 -DE01,natural gas - 0.61,0.0,1,natural gas,0.61,inf,0,0.11 -DE01,nuclear - 0.33,1410.0,1,nuclear,0.33,inf,0,0.11 -DE01,oil - 0.31,290.410440313112,5,oil,0.309,inf,0,0.15 -DE01,oil - 0.34,44.3336692759296,1,oil,0.343,inf,0,0.15 -DE01,oil - 0.35,87.6710763209393,1,oil,0.354,inf,0,0.15 -DE01,oil - 0.36,86.6748140900196,1,oil,0.355,inf,0,0.15 -DE01,oil - 0.38,0.0,1,oil,0.38,inf,0,0.15 -DE01,other - 0.42,0.0,1,other,0.417,inf,0,0.15 -DE01,waste - 0.33,17.0,1,waste,0.33,inf,0,0.15 -DE02,bioenergy - 0.38,0.0,1,bioenergy,0.38,7193.62069430742,0,0.1 -DE02,bioenergy - 0.42,0.0,62,bioenergy,0.417,13919.6244905485,0,0.1 -DE02,hard coal - 0.41,0.0,1,hard coal,0.408,inf,0,0.22 -DE02,hard coal - 0.46,0.0,2,hard coal,0.46,inf,0,0.22 -DE02,natural gas - 0.38,15.2382943143813,1,natural gas,0.376,inf,0,0.11 -DE02,natural gas - 0.58,86.0117056856187,1,natural gas,0.58,inf,0,0.11 -DE02,oil - 0.38,37.61,1,oil,0.377,inf,0,0.15 -DE02,waste - 0.33,24.0,1,waste,0.33,inf,0,0.15 -DE03,bioenergy - 0.38,108.519734093067,6,bioenergy,0.38,592097.40340046,0,0.1 -DE03,bioenergy - 0.42,1259.4049620133,2851,bioenergy,0.417,6871467.81811133,0,0.1 -DE03,bioenergy - 0.45,1.76530389363723,1,bioenergy,0.45,9632.18934517667,0,0.1 -DE03,hard coal - 0.36,567.619567497378,1,hard coal,0.365,inf,0,0.22 -DE03,hard coal - 0.39,103.851136193378,1,hard coal,0.387,inf,0,0.22 -DE03,hard coal - 0.4,233.946241821905,3,hard coal,0.398,inf,0,0.22 -DE03,hard coal - 0.42,46.1144034360485,1,hard coal,0.425,inf,0,0.22 -DE03,hard coal - 0.43,517.38111172152,1,hard coal,0.432,inf,0,0.22 -DE03,hard coal - 0.46,0.0,1,hard coal,0.46,inf,0,0.22 -DE03,hard coal - 0.47,32.4675393297708,1,hard coal,0.468,inf,0,0.22 -DE03,lignite - 0.36,352.0,1,lignite,0.364,inf,0,0.13 -DE03,natural gas - 0.29,44.7440733362845,2,natural gas,0.289,inf,0,0.11 -DE03,natural gas - 0.31,102.597875166003,2,natural gas,0.31,inf,0,0.11 -DE03,natural gas - 0.33,39.5191815454232,2,natural gas,0.332,inf,0,0.11 -DE03,natural gas - 0.35,90.7231210958635,2,natural gas,0.354,inf,0,0.11 -DE03,natural gas - 0.36,935.730620726969,4,natural gas,0.356,inf,0,0.11 -DE03,natural gas - 0.37,55.193856918007,1,natural gas,0.373,inf,0,0.11 -DE03,natural gas - 0.38,112.762664650042,4,natural gas,0.381,inf,0,0.11 -DE03,natural gas - 0.4,304.943684521175,2,natural gas,0.396,inf,0,0.11 -DE03,natural gas - 0.41,48.1640025084846,2,natural gas,0.411,inf,0,0.11 -DE03,natural gas - 0.42,682.085873788795,2,natural gas,0.421,inf,0,0.11 -DE03,natural gas - 0.54,12.3497442329448,1,natural gas,0.54,inf,0,0.11 -DE03,natural gas - 0.58,912.931092912301,2,natural gas,0.585,inf,0,0.11 -DE03,natural gas - 0.59,220.395435541783,2,natural gas,0.59,inf,0,0.11 -DE03,natural gas - 0.6,300.668773055924,2,natural gas,0.6,inf,0,0.11 -DE03,nuclear - 0.33,2696.0,2,nuclear,0.33,inf,0,0.11 -DE03,oil - 0.31,37.4380952380952,1,oil,0.31,inf,0,0.15 -DE03,oil - 0.38,1.87190476190476,1,oil,0.378,inf,0,0.15 -DE03,other - 0.42,242.45,3,other,0.417,inf,0,0.15 -DE03,waste - 0.33,74.7,3,waste,0.33,inf,0,0.15 -DE04,bioenergy - 0.42,0.0,12,bioenergy,0.417,-21513.3497354835,0,0.1 -DE04,hard coal - 0.34,118.655366289458,1,hard coal,0.345,inf,0,0.22 -DE04,hard coal - 0.37,283.091149493746,1,hard coal,0.372,inf,0,0.22 -DE04,hard coal - 0.44,327.002977963073,1,hard coal,0.442,inf,0,0.22 -DE04,hard coal - 0.46,55.5905062537225,1,hard coal,0.46,inf,0,0.22 -DE04,natural gas - 0.35,150.390164899882,1,natural gas,0.354,inf,0,0.11 -DE04,natural gas - 0.55,14.3598351001178,1,natural gas,0.549,inf,0,0.11 -DE04,natural gas - 0.61,0.0,1,natural gas,0.61,inf,0,0.11 -DE04,oil - 0.31,85.59,1,oil,0.312,inf,0,0.15 -DE04,other - 0.42,140.53,2,other,0.417,inf,0,0.15 -DE04,waste - 0.33,91.0,3,waste,0.33,inf,0,0.15 -DE05,bioenergy - 0.38,62.3008020637899,6,bioenergy,0.38,398529.551535936,0,0.1 -DE05,bioenergy - 0.42,454.52919793621,1582,bioenergy,0.417,2907557.66775865,0,0.1 -DE05,hard coal - 0.23,17.0510197775031,1,hard coal,0.232,inf,0,0.22 -DE05,hard coal - 0.27,107.690651226335,1,hard coal,0.266,inf,0,0.22 -DE05,hard coal - 0.32,81.2166994665279,3,hard coal,0.321,inf,0,0.22 -DE05,hard coal - 0.33,152.113044857199,4,hard coal,0.331,inf,0,0.22 -DE05,hard coal - 0.34,363.814916726303,6,hard coal,0.344,inf,0,0.22 -DE05,hard coal - 0.35,2057.34014946978,11,hard coal,0.351,inf,0,0.22 -DE05,hard coal - 0.37,303.328667620844,1,hard coal,0.372,inf,0,0.22 -DE05,hard coal - 0.38,2096.37801053933,4,hard coal,0.381,inf,0,0.22 -DE05,hard coal - 0.39,1557.0273323141,4,hard coal,0.39,inf,0,0.22 -DE05,hard coal - 0.4,659.605238761304,3,hard coal,0.396,inf,0,0.22 -DE05,hard coal - 0.41,49.6274417734695,1,hard coal,0.409,inf,0,0.22 -DE05,hard coal - 0.42,424.480650250472,2,hard coal,0.417,inf,0,0.22 -DE05,hard coal - 0.45,712.553142280919,1,hard coal,0.448,inf,0,0.22 -DE05,hard coal - 0.46,2453.19303493592,6,hard coal,0.458,inf,0,0.22 -DE05,lignite - 0.29,0.0,1,lignite,0.29,inf,0,0.13 -DE05,lignite - 0.3,0.0,7,lignite,0.3,inf,0,0.13 -DE05,lignite - 0.31,271.302879129506,8,lignite,0.311,inf,0,0.13 -DE05,lignite - 0.32,1206.44235259752,4,lignite,0.319,inf,0,0.13 -DE05,lignite - 0.33,1155.60361488676,4,lignite,0.331,inf,0,0.13 -DE05,lignite - 0.34,2758.97918884132,5,lignite,0.339,inf,0,0.13 -DE05,lignite - 0.35,19.0645266415329,1,lignite,0.347,inf,0,0.13 -DE05,lignite - 0.36,23.7573331994486,2,lignite,0.361,inf,0,0.13 -DE05,lignite - 0.37,172.069573790245,1,lignite,0.371,inf,0,0.13 -DE05,lignite - 0.38,728.362684509845,6,lignite,0.377,inf,0,0.13 -DE05,lignite - 0.39,19.5533606579824,2,lignite,0.388,inf,0,0.13 -DE05,lignite - 0.4,922.91862305677,1,lignite,0.405,inf,0,0.13 -DE05,lignite - 0.41,24.0506336093184,1,lignite,0.41,inf,0,0.13 -DE05,lignite - 0.42,1321.12281285658,3,lignite,0.421,inf,0,0.13 -DE05,lignite - 0.43,2086.83241622317,3,lignite,0.429,inf,0,0.13 -DE05,natural gas - 0.31,253.199812315581,5,natural gas,0.311,inf,0,0.11 -DE05,natural gas - 0.32,110.733599380835,2,natural gas,0.315,inf,0,0.11 -DE05,natural gas - 0.33,69.4150921491801,1,natural gas,0.328,inf,0,0.11 -DE05,natural gas - 0.34,92.5534561989068,1,natural gas,0.338,inf,0,0.11 -DE05,natural gas - 0.35,80.6537261161902,6,natural gas,0.349,inf,0,0.11 -DE05,natural gas - 0.36,879.836292990858,8,natural gas,0.357,inf,0,0.11 -DE05,natural gas - 0.37,11.1559969525468,1,natural gas,0.37,inf,0,0.11 -DE05,natural gas - 0.38,84.7855768393557,6,natural gas,0.379,inf,0,0.11 -DE05,natural gas - 0.39,113.708531901514,7,natural gas,0.389,inf,0,0.11 -DE05,natural gas - 0.4,466.65122067431,9,natural gas,0.397,inf,0,0.11 -DE05,natural gas - 0.42,677.623518599139,4,natural gas,0.418,inf,0,0.11 -DE05,natural gas - 0.44,11.5691820248634,1,natural gas,0.435,inf,0,0.11 -DE05,natural gas - 0.45,166.513584143569,1,natural gas,0.45,inf,0,0.11 -DE05,natural gas - 0.51,28.9229550621584,1,natural gas,0.513,inf,0,0.11 -DE05,natural gas - 0.52,42.8886105064577,1,natural gas,0.522,inf,0,0.11 -DE05,natural gas - 0.54,579.53338243119,3,natural gas,0.54,inf,0,0.11 -DE05,natural gas - 0.55,114.61753906061,2,natural gas,0.554,inf,0,0.11 -DE05,natural gas - 0.56,654.237243506022,6,natural gas,0.561,inf,0,0.11 -DE05,natural gas - 0.57,1005.69246601848,2,natural gas,0.569,inf,0,0.11 -DE05,natural gas - 0.58,1033.789050936,3,natural gas,0.576,inf,0,0.11 -DE05,natural gas - 0.6,355.339162192231,1,natural gas,0.598,inf,0,0.11 -DE05,natural gas - 0.61,0.0,1,natural gas,0.61,inf,0,0.11 -DE05,oil - 0.32,78.3785598095616,1,oil,0.32,inf,0,0.15 -DE05,oil - 0.38,379.981440190438,6,oil,0.38,inf,0,0.15 -DE05,other - 0.33,26.6815954006468,1,other,0.33,inf,0,0.15 -DE05,other - 0.42,1307.23840459935,82,other,0.417,inf,0,0.15 -DE05,waste - 0.33,489.5,22,waste,0.33,inf,0,0.15 -DE06,bioenergy - 0.38,0.0,3,bioenergy,0.38,69192.9050772843,0,0.1 -DE06,bioenergy - 0.42,0.0,539,bioenergy,0.417,548084.969510063,0,0.1 -DE06,hard coal - 0.34,0.0,1,hard coal,0.34,inf,0,0.22 -DE06,hard coal - 0.35,0.0,1,hard coal,0.35,inf,0,0.22 -DE06,hard coal - 0.39,75.9264847848898,1,hard coal,0.387,inf,0,0.22 -DE06,hard coal - 0.4,376.617292759706,4,hard coal,0.403,inf,0,0.22 -DE06,hard coal - 0.42,33.714648478489,1,hard coal,0.425,inf,0,0.22 -DE06,hard coal - 0.49,36.181573976915,1,hard coal,0.49,inf,0,0.22 -DE06,lignite - 0.37,0.0,1,lignite,0.371,inf,0,0.13 -DE06,natural gas - 0.34,0.0,1,natural gas,0.34,inf,0,0.11 -DE06,natural gas - 0.36,348.36782121449,3,natural gas,0.36,inf,0,0.11 -DE06,natural gas - 0.37,38.7980531665364,2,natural gas,0.372,inf,0,0.11 -DE06,natural gas - 0.38,10.8960411780036,2,natural gas,0.381,inf,0,0.11 -DE06,natural gas - 0.39,68.4821279645556,2,natural gas,0.392,inf,0,0.11 -DE06,natural gas - 0.4,12.8817683085744,3,natural gas,0.399,inf,0,0.11 -DE06,natural gas - 0.41,49.1340174615585,1,natural gas,0.411,inf,0,0.11 -DE06,natural gas - 0.42,28.5130049517852,1,natural gas,0.418,inf,0,0.11 -DE06,natural gas - 0.54,57.0769259838415,1,natural gas,0.536,inf,0,0.11 -DE06,natural gas - 0.55,43.7878290330988,1,natural gas,0.554,inf,0,0.11 -DE06,natural gas - 0.56,35.6412561897316,1,natural gas,0.562,inf,0,0.11 -DE06,natural gas - 0.6,87.8811545478238,2,natural gas,0.598,inf,0,0.11 -DE06,oil - 0.4,21.91,1,oil,0.397,inf,0,0.15 -DE06,other - 0.42,0.0,2,other,0.417,inf,0,0.15 -DE06,waste - 0.33,107.0,5,waste,0.33,inf,0,0.15 -DE07,bioenergy - 0.42,3.97999999999999,398,bioenergy,0.417,523692.153345504,0,0.1 -DE07,hard coal - 0.42,0.0,1,hard coal,0.415,inf,0,0.22 -DE07,natural gas - 0.36,41.6605859619804,1,natural gas,0.359,inf,0,0.11 -DE07,natural gas - 0.37,10.2821871735952,1,natural gas,0.373,inf,0,0.11 -DE07,natural gas - 0.38,36.7854110089827,2,natural gas,0.376,inf,0,0.11 -DE07,natural gas - 0.39,62.9340766659703,2,natural gas,0.393,inf,0,0.11 -DE07,natural gas - 0.4,11.5231407979946,1,natural gas,0.399,inf,0,0.11 -DE07,natural gas - 0.44,296.94247440986,1,natural gas,0.437,inf,0,0.11 -DE07,natural gas - 0.5,37.2286087319825,1,natural gas,0.504,inf,0,0.11 -DE07,natural gas - 0.53,363.422132859829,1,natural gas,0.526,inf,0,0.11 -DE07,natural gas - 0.54,384.872902653019,1,natural gas,0.544,inf,0,0.11 -DE07,natural gas - 0.55,10.636745351995,1,natural gas,0.554,inf,0,0.11 -DE07,natural gas - 0.56,440.981734384792,1,natural gas,0.562,inf,0,0.11 -DE07,other - 0.42,0.0,1,other,0.42,inf,0,0.15 -DE07,waste - 0.33,71.1,4,waste,0.33,inf,0,0.15 -DE08,bioenergy - 0.38,113.851133372618,9,bioenergy,0.38,798398.816155605,0,0.1 -DE08,bioenergy - 0.42,475.788866627382,1890,bioenergy,0.417,3336542.36630399,0,0.1 -DE08,hard coal - 0.34,167.744140960646,1,hard coal,0.34,inf,0,0.22 -DE08,hard coal - 0.35,167.744140960646,1,hard coal,0.35,inf,0,0.22 -DE08,hard coal - 0.37,17.1471788537549,1,hard coal,0.37,inf,0,0.22 -DE08,hard coal - 0.38,426.608556023372,3,hard coal,0.38,inf,0,0.22 -DE08,hard coal - 0.4,22.2830488485994,1,hard coal,0.4,inf,0,0.22 -DE08,hard coal - 0.41,360.339265767314,1,hard coal,0.408,inf,0,0.22 -DE08,hard coal - 0.44,917.8296700464,3,hard coal,0.438,inf,0,0.22 -DE08,hard coal - 0.45,1072.40278956865,7,hard coal,0.449,inf,0,0.22 -DE08,hard coal - 0.46,704.111208970614,3,hard coal,0.457,inf,0,0.22 -DE08,natural gas - 0.3,33.1311706629055,1,natural gas,0.305,inf,0,0.11 -DE08,natural gas - 0.31,55.9916784203103,2,natural gas,0.31,inf,0,0.11 -DE08,natural gas - 0.32,53.6724964739069,1,natural gas,0.315,inf,0,0.11 -DE08,natural gas - 0.35,22.6617207334274,3,natural gas,0.351,inf,0,0.11 -DE08,natural gas - 0.36,13.2524682651622,2,natural gas,0.362,inf,0,0.11 -DE08,natural gas - 0.37,75.6715937940762,4,natural gas,0.371,inf,0,0.11 -DE08,natural gas - 0.38,8.87915373765867,1,natural gas,0.385,inf,0,0.11 -DE08,natural gas - 0.39,53.3411847672779,4,natural gas,0.388,inf,0,0.11 -DE08,natural gas - 0.4,69.1778843441467,2,natural gas,0.399,inf,0,0.11 -DE08,natural gas - 0.45,27.3000846262341,1,natural gas,0.45,inf,0,0.11 -DE08,natural gas - 0.46,6.49370944992948,1,natural gas,0.457,inf,0,0.11 -DE08,natural gas - 0.53,273.729732016925,2,natural gas,0.531,inf,0,0.11 -DE08,natural gas - 0.56,11.3971227080395,1,natural gas,0.562,inf,0,0.11 -DE08,nuclear - 0.33,2712.0,2,nuclear,0.33,inf,0,0.11 -DE08,oil - 0.3,77.0790624109433,1,oil,0.305,inf,0,0.15 -DE08,oil - 0.31,69.6101610145341,3,oil,0.312,inf,0,0.15 -DE08,oil - 0.33,135.436078654887,1,oil,0.331,inf,0,0.15 -DE08,oil - 0.38,416.764697919635,4,oil,0.38,inf,0,0.15 -DE08,other - 0.42,0.0,1,other,0.417,inf,0,0.15 -DE08,waste - 0.33,110.3,11,waste,0.33,inf,0,0.15 -DE09,bioenergy - 0.38,66.4,7,bioenergy,0.38,353855.563682609,0,0.1 -DE09,bioenergy - 0.42,1441.5,3859,bioenergy,0.417,7681959.45027833,0,0.1 -DE09,hard coal - 0.35,24.8,1,hard coal,0.348,inf,0,0.22 -DE09,hard coal - 0.38,17.4,1,hard coal,0.375,inf,0,0.22 -DE09,hard coal - 0.4,332.7,1,hard coal,0.402,inf,0,0.22 -DE09,hard coal - 0.45,472.0,1,hard coal,0.452,inf,0,0.22 -DE09,natural gas - 0.18,28.0721047717097,1,natural gas,0.18,inf,0,0.11 -DE09,natural gas - 0.32,124.764910096488,2,natural gas,0.315,inf,0,0.11 -DE09,natural gas - 0.35,72.5196039935834,2,natural gas,0.35,inf,0,0.11 -DE09,natural gas - 0.36,65.4235997318457,5,natural gas,0.36,inf,0,0.11 -DE09,natural gas - 0.37,22.6916180237987,5,natural gas,0.372,inf,0,0.11 -DE09,natural gas - 0.38,40.5485957813585,3,natural gas,0.381,inf,0,0.11 -DE09,natural gas - 0.39,141.218282615462,5,natural gas,0.39,inf,0,0.11 -DE09,natural gas - 0.4,8.187697225082,4,natural gas,0.397,inf,0,0.11 -DE09,natural gas - 0.41,17.9349558263701,1,natural gas,0.409,inf,0,0.11 -DE09,natural gas - 0.42,298.656003543467,2,natural gas,0.418,inf,0,0.11 -DE09,natural gas - 0.43,343.103502765341,1,natural gas,0.432,inf,0,0.11 -DE09,natural gas - 0.45,214.82957957239,3,natural gas,0.45,inf,0,0.11 -DE09,natural gas - 0.46,18.168890032801,3,natural gas,0.459,inf,0,0.11 -DE09,natural gas - 0.51,19.4945172025762,1,natural gas,0.508,inf,0,0.11 -DE09,natural gas - 0.52,49.9059640385951,1,natural gas,0.517,inf,0,0.11 -DE09,natural gas - 0.54,93.5736825723657,1,natural gas,0.544,inf,0,0.11 -DE09,natural gas - 0.56,462.020057701056,7,natural gas,0.56,inf,0,0.11 -DE09,natural gas - 0.58,759.038521799507,3,natural gas,0.585,inf,0,0.11 -DE09,natural gas - 0.59,437.45696602581,1,natural gas,0.59,inf,0,0.11 -DE09,natural gas - 0.6,39.3009466803936,2,natural gas,0.599,inf,0,0.11 -DE09,nuclear - 0.33,5257.0,4,nuclear,0.33,inf,0,0.11 -DE09,oil - 0.32,45.9263656593209,1,oil,0.318,inf,0,0.15 -DE09,oil - 0.33,92.6514507214127,4,oil,0.333,inf,0,0.15 -DE09,oil - 0.35,23.961582083124,1,oil,0.349,inf,0,0.15 -DE09,oil - 0.36,1205.06789893044,5,oil,0.356,inf,0,0.15 -DE09,oil - 0.37,22.7635029789678,2,oil,0.369,inf,0,0.15 -DE09,oil - 0.38,0.499199626731749,1,oil,0.375,inf,0,0.15 -DE09,other - 0.42,0.0,1,other,0.417,inf,0,0.15 -DE09,waste - 0.33,214.1,11,waste,0.33,inf,0,0.15 -DE10,bioenergy - 0.42,0.0,41,bioenergy,0.417,68905.5432866352,0,0.1 -DE10,hard coal - 0.36,646.818530715643,1,hard coal,0.365,inf,0,0.22 -DE10,hard coal - 0.38,892.877929069031,2,hard coal,0.382,inf,0,0.22 -DE10,hard coal - 0.4,208.17374920836,1,hard coal,0.398,inf,0,0.22 -DE10,hard coal - 0.43,104.580177327422,1,hard coal,0.43,inf,0,0.22 -DE10,hard coal - 0.44,49.3302723242559,1,hard coal,0.438,inf,0,0.22 -DE10,hard coal - 0.45,279.209341355288,1,hard coal,0.452,inf,0,0.22 -DE10,natural gas - 0.4,0.0,2,natural gas,0.398,inf,0,0.11 -DE10,natural gas - 0.42,0.0,1,natural gas,0.416,inf,0,0.11 -DE10,natural gas - 0.59,0.0,1,natural gas,0.594,inf,0,0.11 -DE10,other - 0.42,117.422772277228,11,other,0.417,inf,0,0.15 -DE10,other - 0.45,35.2772277227723,1,other,0.446,inf,0,0.15 -DE10,waste - 0.33,27.6,2,waste,0.33,inf,0,0.15 -DE11,bioenergy - 0.38,0.0,1,bioenergy,0.38,25801.0033811427,0,0.1 -DE11,bioenergy - 0.42,0.0,92,bioenergy,0.417,64893.2104570275,0,0.1 -DE11,hard coal - 0.35,25.6378378378378,1,hard coal,0.348,inf,0,0.22 -DE11,hard coal - 0.39,58.3054054054054,1,hard coal,0.392,inf,0,0.22 -DE11,hard coal - 0.4,76.7067567567568,2,hard coal,0.396,inf,0,0.22 -DE11,natural gas - 0.38,271.191891891892,4,natural gas,0.382,inf,0,0.11 -DE11,natural gas - 0.4,77.2143581081081,1,natural gas,0.404,inf,0,0.11 -DE11,natural gas - 0.52,209.04375,1,natural gas,0.522,inf,0,0.11 -DE11,oil - 0.3,50.1359633027523,1,oil,0.305,inf,0,0.15 -DE11,oil - 0.36,271.324036697248,1,oil,0.36,inf,0,0.15 -DE11,waste - 0.33,36.0,1,waste,0.33,inf,0,0.15 -DE12,bioenergy - 0.38,64.2311172566372,6,bioenergy,0.38,457293.128898355,0,0.1 -DE12,bioenergy - 0.42,273.028882743363,553,bioenergy,0.417,1943826.46105686,0,0.1 -DE12,lignite - 0.39,3139.44036062599,8,lignite,0.391,inf,0,0.13 -DE12,lignite - 0.4,721.589639374008,2,lignite,0.395,inf,0,0.13 -DE12,natural gas - 0.35,316.318302199101,12,natural gas,0.351,inf,0,0.11 -DE12,natural gas - 0.38,83.547748876803,2,natural gas,0.381,inf,0,0.11 -DE12,natural gas - 0.51,200.003948924095,2,natural gas,0.513,inf,0,0.11 -DE12,oil - 0.35,27.7800299850075,1,oil,0.354,inf,0,0.15 -DE12,oil - 0.38,244.56347826087,3,oil,0.382,inf,0,0.15 -DE12,oil - 0.4,58.5364917541229,1,oil,0.397,inf,0,0.15 -DE12,other - 0.42,0.0,3,other,0.417,inf,0,0.15 -DE12,waste - 0.33,117.9,6,waste,0.33,inf,0,0.15 -DE13,bioenergy - 0.38,19.7300571428571,2,bioenergy,0.38,125255.619361073,0,0.1 -DE13,bioenergy - 0.42,242.979942857143,568,bioenergy,0.417,1542545.36396472,0,0.1 -DE13,hard coal - 0.41,444.03,1,hard coal,0.41,inf,0,0.22 -DE13,natural gas - 0.37,1.1779632721202,1,natural gas,0.37,inf,0,0.11 -DE13,natural gas - 0.38,6.65108514190317,3,natural gas,0.378,inf,0,0.11 -DE13,natural gas - 0.4,1.50651085141903,1,natural gas,0.4,inf,0,0.11 -DE13,natural gas - 0.52,8.65442404006678,1,natural gas,0.522,inf,0,0.11 -DE13,natural gas - 0.53,6.01001669449082,1,natural gas,0.526,inf,0,0.11 -DE13,other - 0.42,0.0,1,other,0.417,inf,0,0.15 -DE13,waste - 0.33,17.0,1,waste,0.33,inf,0,0.15 -DE14,bioenergy - 0.42,154.08,522,bioenergy,0.417,1131139.75771542,0,0.1 -DE14,lignite - 0.37,50.4877214077603,1,lignite,0.371,inf,0,0.13 -DE14,lignite - 0.38,413.323775609305,1,lignite,0.383,inf,0,0.13 -DE14,lignite - 0.39,413.323775609305,1,lignite,0.386,inf,0,0.13 -DE14,lignite - 0.4,2317.27974841604,3,lignite,0.399,inf,0,0.13 -DE14,lignite - 0.42,80.7092447856449,1,lignite,0.424,inf,0,0.13 -DE14,lignite - 0.43,568.875734171947,1,lignite,0.429,inf,0,0.13 -DE14,natural gas - 0.37,0.0,1,natural gas,0.37,inf,0,0.11 -DE14,natural gas - 0.38,0.0,2,natural gas,0.38,inf,0,0.11 -DE14,natural gas - 0.39,0.0,1,natural gas,0.393,inf,0,0.11 -DE14,natural gas - 0.4,0.0,1,natural gas,0.399,inf,0,0.11 -DE14,natural gas - 0.51,0.0,1,natural gas,0.508,inf,0,0.11 -DE14,natural gas - 0.52,0.0,1,natural gas,0.517,inf,0,0.11 -DE14,natural gas - 0.58,0.0,2,natural gas,0.585,inf,0,0.11 -DE14,oil - 0.38,15.59,1,oil,0.38,inf,0,0.15 -DE14,waste - 0.33,15.7,1,waste,0.33,inf,0,0.15 -DE15,bioenergy - 0.38,110.473367786391,2,bioenergy,0.38,715774.185210132,0,0.1 -DE15,bioenergy - 0.42,297.996632213609,478,bioenergy,0.417,1930765.94548687,0,0.1 -DE15,lignite - 0.25,51.7763208876365,1,lignite,0.246,inf,0,0.13 -DE15,lignite - 0.32,0.0,1,lignite,0.32,inf,0,0.13 -DE15,lignite - 0.35,34.7751408946812,1,lignite,0.35,inf,0,0.13 -DE15,lignite - 0.38,33.6932476224023,2,lignite,0.383,inf,0,0.13 -DE15,lignite - 0.39,757.32529059528,4,lignite,0.39,inf,0,0.13 -DE15,natural gas - 0.38,36.8084210526316,5,natural gas,0.38,inf,0,0.11 -DE15,natural gas - 0.39,23.9947368421053,1,natural gas,0.391,inf,0,0.11 -DE15,natural gas - 0.4,4.40315789473684,1,natural gas,0.399,inf,0,0.11 -DE15,natural gas - 0.51,42.7947368421053,4,natural gas,0.513,inf,0,0.11 -DE15,natural gas - 0.52,32.6526315789474,2,natural gas,0.522,inf,0,0.11 -DE15,natural gas - 0.53,9.64736842105263,1,natural gas,0.531,inf,0,0.11 -DE15,natural gas - 0.54,26.2210526315789,1,natural gas,0.54,inf,0,0.11 -DE15,natural gas - 0.6,13.3578947368421,1,natural gas,0.598,inf,0,0.11 -DE15,oil - 0.36,119.124681933842,1,oil,0.364,inf,0,0.15 -DE15,oil - 0.38,114.955318066158,2,oil,0.379,inf,0,0.15 -DE15,other - 0.42,0.0,3,other,0.417,inf,0,0.15 -DE15,waste - 0.33,185.3,8,waste,0.33,inf,0,0.15 -DE16,bioenergy - 0.38,11.5943275287143,1,bioenergy,0.38,78680.6651913661,0,0.1 -DE16,bioenergy - 0.42,161.295672471286,366,bioenergy,0.417,1094568.84976646,0,0.1 -DE16,natural gas - 0.31,4.38558576569372,1,natural gas,0.315,inf,0,0.11 -DE16,natural gas - 0.34,5.79228308676529,1,natural gas,0.343,inf,0,0.11 -DE16,natural gas - 0.35,5.56059176329468,1,natural gas,0.346,inf,0,0.11 -DE16,natural gas - 0.38,21.5638424630148,5,natural gas,0.38,inf,0,0.11 -DE16,natural gas - 0.52,30.1198720511795,1,natural gas,0.522,inf,0,0.11 -DE16,natural gas - 0.54,12.6602758896441,1,natural gas,0.54,inf,0,0.11 -DE16,natural gas - 0.6,2.69754898040784,1,natural gas,0.603,inf,0,0.11 -DE16,waste - 0.33,12.1,1,waste,0.33,inf,0,0.15 -DE17,bioenergy - 0.42,4.1,6,bioenergy,0.417,21849.9843538961,0,0.1 diff --git a/tests/data/deflex_2014_de17_heat_csv/storages.csv b/tests/data/deflex_2014_de17_heat_csv/storages.csv deleted file mode 100644 index f5371dce..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/storages.csv +++ /dev/null @@ -1,10 +0,0 @@ -de17,,energy,energy_inflow,pump,turbine,pump_eff,turbine_eff -DE01,phes,534.0,0,96.0,120.0,0.824621125123532,0.824621125123532 -DE03,phes,1032.0,0,230.0,220.0,0.894427190999916,0.894427190999916 -DE05,phes,1324.0,5728,300.9,302.9,0.863807292245178,0.863037142074385 -DE06,phes,3915.0,0,572.0,580.0,0.889660457481234,0.887571587189283 -DE08,phes,10670.4,212619,1725.1,2021.3,0.85695300230306,0.851015102290124 -DE09,phes,3118.9,86870,478.5,576.6,0.859779573804557,0.859665013651698 -DE14,phes,4609.0,0,1260.0,1170.0,0.842363290188543,0.841437360623681 -DE15,phes,523.0,0,72.0,80.0,0.836660026534076,0.836660026534076 -DE16,phes,12115.0,112744,1516.0,1522.75,0.875071657153899,0.868861941160136 diff --git a/tests/data/deflex_2014_de17_heat_csv/volatile plants.csv b/tests/data/deflex_2014_de17_heat_csv/volatile plants.csv deleted file mode 100644 index 2055d20c..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/volatile plants.csv +++ /dev/null @@ -1,55 +0,0 @@ -de17,energy_source_level_2,capacity,count -DE01,hydro,4.7,23 -DE01,solar,1448.1,44837 -DE01,wind,3815.9,3392 -DE02,geothermal,0.0,1 -DE02,hydro,0.1,1 -DE02,solar,36.4,3418 -DE02,wind,47.9,71 -DE03,hydro,74.6,247 -DE03,solar,3374.9,153917 -DE03,wind,7542.8,6106 -DE04,hydro,19.9,2 -DE04,solar,36.6,2039 -DE04,wind,142.2,86 -DE05,hydro,157.3,405 -DE05,solar,3955.5,244670 -DE05,wind,3420.8,3265 -DE06,hydro,75.6,486 -DE06,solar,1713.6,109934 -DE06,wind,945.1,823 -DE07,geothermal,7.8,2 -DE07,hydro,1311.9,225 -DE07,solar,1805.8,97588 -DE07,wind,2387.5,1613 -DE08,geothermal,0.6,1 -DE08,hydro,1160.7,1574 -DE08,solar,4872.3,312843 -DE08,wind,594.0,694 -DE09,geothermal,22.8,6 -DE09,hydro,5368.7,3579 -DE09,solar,10770.3,530034 -DE09,wind,1181.6,1202 -DE10,hydro,11.1,27 -DE10,solar,392.8,22893 -DE10,wind,224.6,179 -DE11,solar,74.8,6875 -DE11,wind,2.2,9 -DE12,hydro,22.0,41 -DE12,solar,2796.9,35476 -DE12,wind,5114.7,3756 -DE13,geothermal,0.2,1 -DE13,hydro,3.0,26 -DE13,solar,1227.2,16293 -DE13,wind,2342.9,1795 -DE14,hydro,249.1,330 -DE14,solar,1523.8,38450 -DE14,wind,1048.9,946 -DE15,hydro,105.2,60 -DE15,solar,1706.4,27494 -DE15,wind,4122.7,2870 -DE16,hydro,172.0,207 -DE16,solar,1051.1,28476 -DE16,wind,1074.1,882 -DE17,solar,5.5,266 -DE17,wind,517.8,27 diff --git a/tests/data/deflex_2014_de17_heat_csv/volatile series.csv b/tests/data/deflex_2014_de17_heat_csv/volatile series.csv deleted file mode 100644 index 3d21ea7b..00000000 --- a/tests/data/deflex_2014_de17_heat_csv/volatile series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -,DE01,DE01,DE01,DE02,DE02,DE02,DE03,DE03,DE03,DE04,DE04,DE04,DE05,DE05,DE05,DE06,DE06,DE06,DE07,DE07,DE07,DE07,DE08,DE08,DE08,DE08,DE09,DE09,DE09,DE09,DE10,DE10,DE10,DE11,DE11,DE12,DE12,DE12,DE13,DE13,DE13,DE13,DE14,DE14,DE14,DE15,DE15,DE15,DE16,DE16,DE16,DE17,DE17 -,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,geothermal,hydro,solar,wind,geothermal,hydro,solar,wind,geothermal,hydro,solar,wind,hydro,solar,wind,solar,wind,hydro,solar,wind,geothermal,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,solar,wind -0,0.255951455205554,0.0,0.650812573283165,0.255951455205554,0.0,0.300876542775308,0.255951455205554,0.0,0.32363110461669,0.255951455205554,0.0,0.378615653123423,0.255951455205554,0.0,0.094981392553389,0.255951455205554,0.0,0.0249426875750984,0.5,0.255951455205554,0.0,0.0134936672221671,0.5,0.255951455205554,0.0,0.00563292657098288,0.5,0.255951455205554,0.0,0.00955831728575877,0.255951455205554,0.0,0.0205452485338255,0.0,0.15500776405024,0.255951455205554,0.0,0.151575866512273,0.5,0.255951455205554,0.0,0.303921211820322,0.255951455205554,0.0,0.0923728069007036,0.255951455205554,0.0,0.0853009307407697,0.255951455205554,0.0,0.0538421403925328,0.0,0.980511238971777 -1,0.255951455205554,0.0,0.534584033396923,0.255951455205554,0.0,0.223440023646527,0.255951455205554,0.0,0.453035908010676,0.255951455205554,0.0,0.528333774754783,0.255951455205554,0.0,0.42821436172675,0.255951455205554,0.0,0.126910901866423,0.5,0.255951455205554,0.0,0.210394008499859,0.5,0.255951455205554,0.0,0.0963019748351027,0.5,0.255951455205554,0.0,0.0493079942765945,0.255951455205554,0.0,0.192079378444893,0.0,0.077328678944558,0.255951455205554,0.0,0.0985279324893822,0.5,0.255951455205554,0.0,0.156261151564583,0.255951455205554,0.0,0.170249349472417,0.255951455205554,0.0,0.0731159518778054,0.255951455205554,0.0,0.0598969652583525,0.0,0.935361816276589 -2,0.255951455205554,0.0,0.53829014278314,0.255951455205554,0.0,0.226748353702041,0.255951455205554,0.0,0.476425181884013,0.255951455205554,0.0,0.610708929367577,0.255951455205554,0.0,0.416542548197781,0.255951455205554,0.0,0.140708041444718,0.5,0.255951455205554,0.0,0.191009770747432,0.5,0.255951455205554,0.0,0.0849622989814097,0.5,0.255951455205554,0.0,0.0482748208041916,0.255951455205554,0.0,0.195841185566399,0.0,0.0922563260846463,0.255951455205554,0.0,0.107579364988757,0.5,0.255951455205554,0.0,0.172262096550622,0.255951455205554,0.0,0.188714765144622,0.255951455205554,0.0,0.0855997905610609,0.255951455205554,0.0,0.0644036077487803,0.0,0.93660211157341 -3,0.255951455205554,0.0,0.585432936605491,0.255951455205554,0.0,0.355460262865357,0.255951455205554,0.0,0.491095767059604,0.255951455205554,0.0,0.628893631341827,0.255951455205554,0.0,0.397421137175166,0.255951455205554,0.0,0.16971015874694,0.5,0.255951455205554,0.0,0.175904931531659,0.5,0.255951455205554,0.0,0.0908695243609269,0.5,0.255951455205554,0.0,0.0509178106617582,0.255951455205554,0.0,0.201853932037744,0.0,0.102316222987871,0.255951455205554,0.0,0.114082186939012,0.5,0.255951455205554,0.0,0.185009461191183,0.255951455205554,0.0,0.190077696347815,0.255951455205554,0.0,0.0946977106481838,0.255951455205554,0.0,0.0755465736464645,0.0,0.936129503353918 -4,0.255951455205554,0.0,0.599720488391442,0.255951455205554,0.0,0.310090528094658,0.255951455205554,0.0,0.47588214164936,0.255951455205554,0.0,0.595391826637011,0.255951455205554,0.0,0.365902520496416,0.255951455205554,0.0,0.220576873281169,0.5,0.255951455205554,0.0,0.14874849161792,0.5,0.255951455205554,0.0,0.0905830325854726,0.5,0.255951455205554,0.0,0.0534686386059804,0.255951455205554,0.0,0.219715841034677,0.0,0.102136934496022,0.255951455205554,0.0,0.113289857623452,0.5,0.255951455205554,0.0,0.191538367083741,0.255951455205554,0.0,0.195013420064937,0.255951455205554,0.0,0.0944971811914635,0.255951455205554,0.0,0.0817662742689145,0.0,0.933133027820352 -5,0.255951455205554,0.0,0.608527907261461,0.255951455205554,0.0,0.285483943309614,0.255951455205554,0.0,0.457878450336061,0.255951455205554,0.0,0.54046075634108,0.255951455205554,0.0,0.327913736693926,0.255951455205554,0.0,0.190085388228065,0.5,0.255951455205554,0.0,0.138781380727884,0.5,0.255951455205554,0.0,0.0918840625395407,0.5,0.255951455205554,0.0,0.0522094276009241,0.255951455205554,0.0,0.224998688005773,0.0,0.100710717173297,0.255951455205554,0.0,0.112104289817614,0.5,0.255951455205554,0.0,0.192965502714561,0.255951455205554,0.0,0.197211044684043,0.255951455205554,0.0,0.0937580319830462,0.255951455205554,0.0,0.0902188156017521,0.0,0.870175556789341 -6,0.255951455205554,0.0,0.599289578686063,0.255951455205554,0.0,0.289024672400287,0.255951455205554,0.0,0.424177777963416,0.255951455205554,0.0,0.479877976107706,0.255951455205554,0.0,0.28409144544717,0.255951455205554,0.0,0.15587156712951,0.5,0.255951455205554,0.0,0.138256398897239,0.5,0.255951455205554,0.0,0.0817379514445306,0.5,0.255951455205554,0.0,0.0539160476308869,0.255951455205554,0.0,0.208329740038606,0.0,0.104184744605269,0.255951455205554,0.0,0.114095746951859,0.5,0.255951455205554,0.0,0.190225000189392,0.255951455205554,0.0,0.214161376313205,0.255951455205554,0.0,0.0917381708912707,0.255951455205554,0.0,0.0934932990707369,0.0,0.773732870776074 -7,0.255951455205554,0.0,0.525530009935119,0.255951455205554,0.0,0.214297920682886,0.255951455205554,0.0,0.371784537125218,0.255951455205554,0.0,0.45225744000067,0.255951455205554,0.0,0.253740248752333,0.255951455205554,0.0,0.125211248672959,0.5,0.255951455205554,0.0,0.141104368083195,0.5,0.255951455205554,0.0,0.0780099551479005,0.5,0.255951455205554,0.0,0.0511082759506427,0.255951455205554,0.0,0.224435941748474,0.0,0.101831863207977,0.255951455205554,0.0,0.11574501218333,0.5,0.255951455205554,0.0,0.181432461278373,0.255951455205554,0.0,0.222357714421872,0.255951455205554,0.0,0.0867095643113809,0.255951455205554,0.0,0.0948240026970977,0.0,0.787483705069129 -8,0.255951455205554,0.0,0.507494421351847,0.255951455205554,0.0,0.18088805153076,0.255951455205554,0.0,0.309254935649166,0.255951455205554,0.0,0.400836041976718,0.255951455205554,0.0,0.245474371386208,0.255951455205554,0.0,0.102232354840134,0.5,0.255951455205554,0.0,0.136411164589161,0.5,0.255951455205554,0.0,0.0753934594676824,0.5,0.255951455205554,0.0,0.0519929584907007,0.255951455205554,0.0,0.186980169737143,0.0,0.0982651113406811,0.255951455205554,0.0,0.115147521720692,0.5,0.255951455205554,0.0,0.176568093284102,0.255951455205554,0.0,0.207277103036428,0.255951455205554,0.0,0.0841156485920873,0.255951455205554,0.0,0.0939435324385431,0.0,0.729020837532217 -9,0.255951455205554,0.0,0.468351906399136,0.255951455205554,0.0,0.174470248635239,0.255951455205554,0.0,0.281334245639252,0.255951455205554,0.0,0.264288053146564,0.255951455205554,0.0,0.270040353298684,0.255951455205554,0.0,0.089924450675488,0.5,0.255951455205554,0.0,0.14085023468637,0.5,0.255951455205554,0.000313132257254865,0.062607977917028,0.5,0.255951455205554,0.00289270534783067,0.0523729120480657,0.255951455205554,0.0,0.136149958016634,0.0,0.0945865574054776,0.255951455205554,0.000621425883131776,0.108071843689233,0.5,0.255951455205554,0.0,0.169753347626357,0.255951455205554,0.00133079085367469,0.22236917625553,0.255951455205554,1.79149578781735e-06,0.0868926981512651,0.255951455205554,5.51122476775341e-05,0.0951881451849463,0.0,0.754409177706254 -10,0.255951455205554,0.00113921761661071,0.355257090928633,0.255951455205554,0.00189018273240066,0.149454647354347,0.255951455205554,0.018729963346199,0.304894948700697,0.255951455205554,0.0236843516552797,0.223554114766331,0.255951455205554,0.040733591052728,0.274145865304342,0.255951455205554,0.0112629342381102,0.0829545839078181,0.5,0.255951455205554,0.0380366178861847,0.132475059694266,0.5,0.255951455205554,0.0306309122283678,0.0458265201752666,0.5,0.255951455205554,0.0595671835936429,0.0491102509214125,0.255951455205554,0.0205693702062961,0.154765288572742,0.0580401305123694,0.080520882521336,0.255951455205554,0.0620168533257836,0.102186537352018,0.5,0.255951455205554,0.0182056778948761,0.156153917192191,0.255951455205554,0.0622798516054383,0.205853271574393,0.255951455205554,0.0200485695146734,0.0818471343876968,0.255951455205554,0.0178964284645717,0.0875553527320057,0.000995731764007919,0.900390168700557 -11,0.255951455205554,0.0163510740238663,0.293232292903228,0.255951455205554,0.0403701288916619,0.134403912715896,0.255951455205554,0.0902209585590521,0.344614478136649,0.255951455205554,0.167341758735725,0.314575975076049,0.255951455205554,0.172000918991468,0.263572958470402,0.255951455205554,0.041509965243258,0.0946940738005505,0.5,0.255951455205554,0.136674779538715,0.174862349971815,0.5,0.255951455205554,0.0859730787954945,0.0361316390185527,0.5,0.255951455205554,0.115912877552701,0.046916872706488,0.255951455205554,0.0962338090290293,0.339138683252693,0.130450152658406,0.0684218224689384,0.255951455205554,0.141653712016696,0.0944021239861487,0.5,0.255951455205554,0.0472472345272204,0.136508638484632,0.255951455205554,0.127497676589895,0.194065394432408,0.255951455205554,0.0491801534220975,0.0847891212756318,0.255951455205554,0.0515953348230266,0.0886323594967372,0.00454219516611818,0.895354621584899 -12,0.255951455205554,0.122390148650061,0.298843605683637,0.255951455205554,0.255244967275719,0.163094211658765,0.255951455205554,0.143217081443254,0.399987177377674,0.255951455205554,0.132040816608173,0.415094579172165,0.255951455205554,0.30793186435197,0.304070976293165,0.255951455205554,0.0992038078145265,0.128765587352769,0.5,0.255951455205554,0.191903118309938,0.316657022904714,0.5,0.255951455205554,0.146026400865263,0.0308717538422677,0.5,0.255951455205554,0.162090295514738,0.0385027804304802,0.255951455205554,0.12269086875585,0.371652480997802,0.133588629816684,0.0581937775578652,0.255951455205554,0.17873058499557,0.083504046006464,0.5,0.255951455205554,0.0566549368155324,0.110778459597784,0.255951455205554,0.151874169019907,0.187777245203767,0.255951455205554,0.101266991731694,0.092328738543813,0.255951455205554,0.0733213665088473,0.0883230486528687,0.0636334158727096,0.910004148564608 -13,0.255951455205554,0.243396256170367,0.297199975985509,0.255951455205554,0.34212976211514,0.179909306869334,0.255951455205554,0.179619505621684,0.414177116749443,0.255951455205554,0.0796243124690428,0.438649370215842,0.255951455205554,0.381764656126735,0.349584172343652,0.255951455205554,0.162073900937051,0.198842602590664,0.5,0.255951455205554,0.156177998103654,0.457088363877303,0.5,0.255951455205554,0.204574403516173,0.029576138815002,0.5,0.255951455205554,0.191582869752512,0.0329869680436818,0.255951455205554,0.0497716772404669,0.322905850161075,0.0822572550381921,0.0522885697696482,0.255951455205554,0.145298198943333,0.0746040626497107,0.5,0.255951455205554,0.0519434582775812,0.096298634716008,0.255951455205554,0.139326000751414,0.164184452303991,0.255951455205554,0.131548682708216,0.0942088534044492,0.255951455205554,0.0661415761457198,0.0768181735399027,0.209127540239412,0.908296332118662 -14,0.255951455205554,0.290655073675913,0.265376127576319,0.255951455205554,0.327527900365743,0.172027577408256,0.255951455205554,0.212035492522772,0.374766560411967,0.255951455205554,0.0604753003878645,0.42979519050002,0.255951455205554,0.37282742734734,0.396273693520509,0.255951455205554,0.162465725676367,0.287958978770339,0.5,0.255951455205554,0.0936174670856362,0.463709248146178,0.5,0.255951455205554,0.223867028914782,0.0334716708569155,0.5,0.255951455205554,0.197211562731889,0.032377937930805,0.255951455205554,0.0243688529320796,0.288059701865426,0.0588325680973387,0.0452854553863781,0.255951455205554,0.0784464852393818,0.0668813197193503,0.5,0.255951455205554,0.0577366628786765,0.0860995119791348,0.255951455205554,0.100441150762545,0.135417534943066,0.255951455205554,0.1263040734962,0.0867286523499228,0.255951455205554,0.0771535337563137,0.0809215960040575,0.31377269383293,0.904037320093358 -15,0.255951455205554,0.216118031321231,0.257256639029592,0.255951455205554,0.139046437597751,0.196425116984566,0.255951455205554,0.18235314131466,0.314411166402001,0.255951455205554,0.0449069703450973,0.371541116876943,0.255951455205554,0.290139007885903,0.413543361459047,0.255951455205554,0.0790557117972085,0.335162006068642,0.5,0.255951455205554,0.0421553089324513,0.422329202405855,0.5,0.255951455205554,0.196355349296653,0.0462300372484018,0.5,0.255951455205554,0.166285905403523,0.0357537949048534,0.255951455205554,0.0147440381879492,0.295086934383717,0.0225783849183847,0.0339031159392065,0.255951455205554,0.0362173532509659,0.05407356746349,0.5,0.255951455205554,0.0435209941391125,0.0794921726503889,0.255951455205554,0.0466853450006031,0.104679235332517,0.255951455205554,0.105940615993984,0.0798472903628582,0.255951455205554,0.0697940058196597,0.099799604550352,0.209426020423805,0.897048996414756 -16,0.255951455205554,0.0,0.323846645235238,0.255951455205554,0.0,0.242611084779122,0.255951455205554,0.00983397760343361,0.292795182572316,0.255951455205554,0.0,0.281686560270945,0.255951455205554,0.0692380840703881,0.48178465833011,0.255951455205554,0.00992590644818026,0.286811603913242,0.5,0.255951455205554,0.0107220741820503,0.445987801242137,0.5,0.255951455205554,0.0925497880206202,0.070692360733696,0.5,0.255951455205554,0.0516126619629031,0.0451765032557289,0.255951455205554,0.0369186420533557,0.306175554637178,0.000907724409481211,0.0301026403127217,0.255951455205554,2.62228425796042e-05,0.0484685843507306,0.5,0.255951455205554,0.000159868531867245,0.0764941507189935,0.255951455205554,0.0,0.0872230415300753,0.255951455205554,0.0,0.0987729027907445,0.255951455205554,0.00127201012621286,0.124364693405294,0.0,0.905672379417519 -17,0.255951455205554,0.0,0.394021683580676,0.255951455205554,0.0,0.220530149579316,0.255951455205554,0.0,0.320666046279298,0.255951455205554,0.0,0.29562357433136,0.255951455205554,0.0,0.572250018653957,0.255951455205554,0.0,0.267396841090627,0.5,0.255951455205554,0.0,0.443157677104384,0.5,0.255951455205554,0.0,0.105672421732957,0.5,0.255951455205554,0.0,0.0588281712667611,0.255951455205554,0.0,0.390706991262664,0.0,0.0329058102322025,0.255951455205554,0.0,0.0475524184487518,0.5,0.255951455205554,0.0,0.0783922699486762,0.255951455205554,0.0,0.0832069007804166,0.255951455205554,0.0,0.113685287140208,0.255951455205554,0.0,0.168794023688589,0.0,0.909070421935481 -18,0.255951455205554,0.0,0.445647794182975,0.255951455205554,0.0,0.191209163701085,0.255951455205554,0.0,0.382347470195478,0.255951455205554,0.0,0.376357362320415,0.255951455205554,0.0,0.653964760726392,0.255951455205554,0.0,0.32564642531028,0.5,0.255951455205554,0.0,0.501865990700938,0.5,0.255951455205554,0.0,0.133114054433271,0.5,0.255951455205554,0.0,0.0728160611297251,0.255951455205554,0.0,0.438948399280022,0.0,0.0353364358093434,0.255951455205554,0.0,0.0509819901946378,0.5,0.255951455205554,0.0,0.0827078691665501,0.255951455205554,0.0,0.0795955958333798,0.255951455205554,0.0,0.130664766697122,0.255951455205554,0.0,0.124325891849068,0.0,0.915821438264386 -19,0.255951455205554,0.0,0.485715060221856,0.255951455205554,0.0,0.211169994734971,0.255951455205554,0.0,0.470031473330334,0.255951455205554,0.0,0.500836031045626,0.255951455205554,0.0,0.729920878927547,0.255951455205554,0.0,0.387793369051085,0.5,0.255951455205554,0.0,0.541466043177405,0.5,0.255951455205554,0.0,0.1713517686108,0.5,0.255951455205554,0.0,0.0940359166068097,0.255951455205554,0.0,0.537229663369502,0.0,0.03539095836661,0.255951455205554,0.0,0.0561612695146426,0.5,0.255951455205554,0.0,0.0936332068744335,0.255951455205554,0.0,0.0845864315743509,0.255951455205554,0.0,0.142692841605974,0.255951455205554,0.0,0.108482148089589,0.0,0.917868814148789 -20,0.255951455205554,0.0,0.530250871340846,0.255951455205554,0.0,0.300602046646641,0.255951455205554,0.0,0.526548729182075,0.255951455205554,0.0,0.597563461589465,0.255951455205554,0.0,0.795599879091277,0.255951455205554,0.0,0.407737225680723,0.5,0.255951455205554,0.0,0.576217055158189,0.5,0.255951455205554,0.0,0.208107361531105,0.5,0.255951455205554,0.0,0.125284618051768,0.255951455205554,0.0,0.65708920123725,0.0,0.0391050489246759,0.255951455205554,0.0,0.0728181867662789,0.5,0.255951455205554,0.0,0.112336019555791,0.255951455205554,0.0,0.107397731989414,0.255951455205554,0.0,0.151111954654773,0.255951455205554,0.0,0.141135597700814,0.0,0.921129179125241 -21,0.255951455205554,0.0,0.557170149851354,0.255951455205554,0.0,0.348487619955975,0.255951455205554,0.0,0.547731672944201,0.255951455205554,0.0,0.646246145749958,0.255951455205554,0.0,0.868334495390711,0.255951455205554,0.0,0.482414398273475,0.5,0.255951455205554,0.0,0.616062281758851,0.5,0.255951455205554,0.0,0.239767699457322,0.5,0.255951455205554,0.0,0.156176275611,0.255951455205554,0.0,0.767132215821251,0.0,0.0620072637404328,0.255951455205554,0.0,0.0990644059932764,0.5,0.255951455205554,0.0,0.139665083948755,0.255951455205554,0.0,0.125996039811204,0.255951455205554,0.0,0.146745827733037,0.255951455205554,0.0,0.162277865718639,0.0,0.925155550965712 -22,0.255951455205554,0.0,0.544531673947416,0.255951455205554,0.0,0.369277078082407,0.255951455205554,0.0,0.591566510291358,0.255951455205554,0.0,0.638536560902039,0.255951455205554,0.0,0.929361278324402,0.255951455205554,0.0,0.566531566607526,0.5,0.255951455205554,0.0,0.635868762628089,0.5,0.255951455205554,0.0,0.242197098265111,0.5,0.255951455205554,0.0,0.180241350729062,0.255951455205554,0.0,0.768736248175718,0.0,0.0735397108938881,0.255951455205554,0.0,0.109043680585488,0.5,0.255951455205554,0.0,0.160288969770605,0.255951455205554,0.0,0.153767546491442,0.255951455205554,0.0,0.166399574475577,0.255951455205554,0.0,0.17347611031182,0.0,0.931246587271969 -23,0.255951455205554,0.0,0.576901457821792,0.255951455205554,0.0,0.439126004947946,0.255951455205554,0.0,0.670825829501456,0.255951455205554,0.0,0.663382392329801,0.255951455205554,0.0,0.967330898897736,0.255951455205554,0.0,0.619123467307194,0.5,0.255951455205554,0.0,0.63148479981014,0.5,0.255951455205554,0.0,0.232940606605871,0.5,0.255951455205554,0.0,0.208749759437996,0.255951455205554,0.0,0.870462606206388,0.0,0.0926240954755966,0.255951455205554,0.0,0.12783729781358,0.5,0.255951455205554,0.0,0.176559706233383,0.255951455205554,0.0,0.180756318333577,0.255951455205554,0.0,0.217381712622423,0.255951455205554,0.0,0.22294487702469,0.0,0.937349378226504 -24,0.255951455205554,0.0,0.666786324245921,0.255951455205554,0.0,0.575941369181778,0.255951455205554,0.0,0.750990858803789,0.255951455205554,0.0,0.760979525611606,0.255951455205554,0.0,0.994862864622584,0.255951455205554,0.0,0.647693399312501,0.5,0.255951455205554,0.0,0.660880271207672,0.5,0.255951455205554,0.0,0.218091996269417,0.5,0.255951455205554,0.0,0.213874958019467,0.255951455205554,0.0,0.907080429114722,0.0,0.101487373888605,0.255951455205554,0.0,0.157796203316847,0.5,0.255951455205554,0.0,0.220174347306696,0.255951455205554,0.0,0.222205672697593,0.255951455205554,0.0,0.23729784048149,0.255951455205554,0.0,0.27496333351942,0.0,0.945259198894511 -25,0.255951455205554,0.0,0.754695928979312,0.255951455205554,0.0,0.540492542879574,0.255951455205554,0.0,0.818836200864393,0.255951455205554,0.0,0.959649911772964,0.255951455205554,0.0,0.999779473297628,0.255951455205554,0.0,0.67159088432244,0.5,0.255951455205554,0.0,0.681612367401897,0.5,0.255951455205554,0.0,0.180207142089155,0.5,0.255951455205554,0.0,0.198393757592913,0.255951455205554,0.0,0.918314426144646,0.0,0.128683991571859,0.255951455205554,0.0,0.180047222355258,0.5,0.255951455205554,0.0,0.277174411984751,0.255951455205554,0.0,0.257053266541282,0.255951455205554,0.0,0.241113865783025,0.255951455205554,0.0,0.312783562762341,0.0,0.961712244980228 -26,0.255951455205554,0.0,0.836938505238236,0.255951455205554,0.0,0.596718734898533,0.255951455205554,0.0,0.871910254615822,0.255951455205554,0.0,1.00302136174214,0.255951455205554,0.0,0.998679562028329,0.255951455205554,0.0,0.640698511263232,0.5,0.255951455205554,0.0,0.729335204022463,0.5,0.255951455205554,0.0,0.160775738135439,0.5,0.255951455205554,0.0,0.195517267912703,0.255951455205554,0.0,0.944474987243579,0.0,0.132958392186627,0.255951455205554,0.0,0.205562803507171,0.5,0.255951455205554,0.0,0.325313526802222,0.255951455205554,0.0,0.281740572830145,0.255951455205554,0.0,0.229404976882631,0.255951455205554,0.0,0.351130216736257,0.0,0.259397109478483 -27,0.255951455205554,0.0,0.918123343681655,0.255951455205554,0.0,0.760387340650296,0.255951455205554,0.0,0.90216920222876,0.255951455205554,0.0,1.00699664925758,0.255951455205554,0.0,1.00699044590792,0.255951455205554,0.0,0.675019970677536,0.5,0.255951455205554,0.0,0.773022917199342,0.5,0.255951455205554,0.0,0.134949388236532,0.5,0.255951455205554,0.0,0.164522549170837,0.255951455205554,0.0,0.979122457354487,0.0,0.145974878862662,0.255951455205554,0.0,0.216514330613371,0.5,0.255951455205554,0.0,0.365124895283561,0.255951455205554,0.0,0.309601469876611,0.255951455205554,0.0,0.231893377023747,0.255951455205554,0.0,0.37466941105753,0.0,0.982555451679583 -28,0.255951455205554,0.0,0.957412046980131,0.255951455205554,0.0,0.901633769073641,0.255951455205554,0.0,0.922214170988406,0.255951455205554,0.0,1.0056033162127,0.255951455205554,0.0,0.989613694633684,0.255951455205554,0.0,0.770568142065029,0.5,0.255951455205554,0.0,0.810852640416054,0.5,0.255951455205554,0.0,0.121845876464404,0.5,0.255951455205554,0.0,0.129362424814957,0.255951455205554,0.0,0.989285482091065,0.0,0.178626227072686,0.255951455205554,0.0,0.226364478913786,0.5,0.255951455205554,0.0,0.416295404077863,0.255951455205554,0.0,0.330194932696616,0.255951455205554,0.0,0.255652250867538,0.255951455205554,0.0,0.338192655343781,0.0,0.987436813269715 -29,0.255951455205554,0.0,0.971261500160654,0.255951455205554,0.0,0.920243585478652,0.255951455205554,0.0,0.934488227044567,0.255951455205554,0.0,1.00083873766363,0.255951455205554,0.0,0.946343083245105,0.255951455205554,0.0,0.815466471767324,0.5,0.255951455205554,0.0,0.832807226003253,0.5,0.255951455205554,0.0,0.128333284481593,0.5,0.255951455205554,0.0,0.0979947102358508,0.255951455205554,0.0,0.979111093415268,0.0,0.170004291427911,0.255951455205554,0.0,0.236496286490826,0.5,0.255951455205554,0.0,0.451837205173459,0.255951455205554,0.0,0.349783106575051,0.255951455205554,0.0,0.267646965458184,0.255951455205554,0.0,0.349865540492326,0.0,0.992871673797469 -30,0.255951455205554,0.0,0.976115906290013,0.255951455205554,0.0,0.927620669467233,0.255951455205554,0.0,0.923968486782237,0.255951455205554,0.0,0.984467032699921,0.255951455205554,0.0,0.874927976057203,0.255951455205554,0.0,0.843129717698032,0.5,0.255951455205554,0.0,0.805811395157233,0.5,0.255951455205554,0.0,0.152953605602227,0.5,0.255951455205554,0.0,0.0894105163402381,0.255951455205554,0.0,0.908783120151692,0.0,0.18638856382179,0.255951455205554,0.0,0.241175419995913,0.5,0.255951455205554,0.0,0.479859209010458,0.255951455205554,0.0,0.359412824644642,0.255951455205554,0.0,0.295286123894449,0.255951455205554,0.0,0.398628378477441,0.0,0.993609301636728 -31,0.255951455205554,0.0,0.96060351892691,0.255951455205554,0.0,0.925657199499921,0.255951455205554,0.0,0.877778888276643,0.255951455205554,0.0,0.948280044984498,0.255951455205554,0.0,0.793024806229861,0.255951455205554,0.0,0.861994652176958,0.5,0.255951455205554,0.0,0.762331871822989,0.5,0.255951455205554,0.0,0.266396815853112,0.5,0.255951455205554,0.0,0.098587760236306,0.255951455205554,0.0,0.882957209110761,0.0,0.183918662579471,0.255951455205554,0.0,0.251119234625875,0.5,0.255951455205554,0.0,0.513061915310201,0.255951455205554,0.0,0.349745966122866,0.255951455205554,0.0,0.337592469573553,0.255951455205554,0.0,0.448366767620707,0.0,0.992190187327709 -32,0.255951455205554,0.0,0.924873498736591,0.255951455205554,0.0,0.884007562592005,0.255951455205554,0.0,0.823303001609093,0.255951455205554,0.0,0.869919425185271,0.255951455205554,0.0,0.713301086010185,0.255951455205554,0.0,0.846120101716364,0.5,0.255951455205554,0.0,0.661482754952755,0.5,0.255951455205554,0.0,0.468746554522902,0.5,0.255951455205554,0.0,0.133953664169035,0.255951455205554,0.0,0.785479773215474,0.0,0.21125677075685,0.255951455205554,0.0,0.258652601685743,0.5,0.255951455205554,0.0,0.538088849803413,0.255951455205554,0.0,0.345203577117935,0.255951455205554,0.0,0.364106963791191,0.255951455205554,0.0,0.451197622599266,0.0,0.99015599482046 -33,0.255951455205554,0.0,0.882112762746297,0.255951455205554,0.0,0.80758658634437,0.255951455205554,0.0,0.769004446409034,0.255951455205554,0.0,0.795247041921855,0.255951455205554,0.0,0.640752400524904,0.255951455205554,0.0,0.751834245393687,0.5,0.255951455205554,0.0,0.553426343805618,0.5,0.255951455205554,0.000250574503242729,0.550749387040401,0.5,0.255951455205554,0.00268740498752548,0.203873238521637,0.255951455205554,0.0,0.769240634581297,0.0,0.261860436866147,0.255951455205554,0.000405573128585208,0.268309053129422,0.5,0.255951455205554,0.0,0.551688453096747,0.255951455205554,0.000930850246806178,0.346149467728796,0.255951455205554,1.14433866594857e-06,0.39450737858867,0.255951455205554,4.15587734702663e-05,0.415700037243681,0.0,0.988456971924523 -34,0.255951455205554,0.000834644512621343,0.827369569895529,0.255951455205554,0.00112350351989423,0.679601496982518,0.255951455205554,0.00226432896614044,0.706754281340061,0.255951455205554,0.00267729134916563,0.753440815108931,0.255951455205554,0.00316499968507062,0.489343221844971,0.255951455205554,0.00301317301211711,0.715138546247669,0.5,0.255951455205554,0.0045703543842398,0.508586498507788,0.5,0.255951455205554,0.0156131541062212,0.535076658218635,0.5,0.255951455205554,0.0558360357679613,0.256979725465418,0.255951455205554,0.00215263298469047,0.817180299978329,0.0203449211236262,0.247008823389073,0.255951455205554,0.0281292955412618,0.280978517881313,0.5,0.255951455205554,0.00807377093598195,0.54109415355014,0.255951455205554,0.0334476239970666,0.312432430383242,0.255951455205554,0.0115340274882906,0.381210944582489,0.255951455205554,0.0153737002431267,0.443766965639923,0.000817572412639822,0.983257715804401 -35,0.255951455205554,0.00368015196496502,0.763046599831889,0.255951455205554,0.00531283842893959,0.52653529802608,0.255951455205554,0.00853233142509342,0.548803691676702,0.255951455205554,0.00857488784310582,0.614201257293743,0.255951455205554,0.0157180218880447,0.431523329407971,0.255951455205554,0.0126558225736101,0.649166776882273,0.5,0.255951455205554,0.0235822022989048,0.478824338667775,0.5,0.255951455205554,0.046777160572235,0.542122268138541,0.5,0.255951455205554,0.11617627574256,0.264291803235134,0.255951455205554,0.00591696582134103,0.816899715281174,0.048089172053167,0.221309349226381,0.255951455205554,0.0648954316656267,0.277813924960352,0.5,0.255951455205554,0.0279729278733217,0.514779543816805,0.255951455205554,0.0748306325068022,0.265753422971751,0.255951455205554,0.0368760061474846,0.369038844787652,0.255951455205554,0.0508116827130851,0.6577804361266,0.00338945148451729,0.980639786288537 -36,0.255951455205554,0.00550390311836317,0.645657563624176,0.255951455205554,0.0122723299746162,0.336416281017484,0.255951455205554,0.0164146703138311,0.433952910898986,0.255951455205554,0.00399877808453874,0.436361992677845,0.255951455205554,0.0167423642515219,0.356448045162807,0.255951455205554,0.0224151380842212,0.559882466057803,0.5,0.255951455205554,0.0450800917246631,0.44021624077634,0.5,0.255951455205554,0.0930278746065025,0.552711885041469,0.5,0.255951455205554,0.149376217690173,0.243835433542561,0.255951455205554,0.00540418492877472,0.680906133034945,0.0693158158525185,0.192947773476475,0.255951455205554,0.104823014820304,0.249983752684488,0.5,0.255951455205554,0.0394665018088978,0.467104162622686,0.255951455205554,0.119365322053504,0.264374630855335,0.255951455205554,0.0628425256796143,0.426068336734762,0.255951455205554,0.0725809879792028,0.672299019092786,0.00783959804357798,0.978769894684722 -37,0.255951455205554,0.00583811732129778,0.507726018770686,0.255951455205554,0.0176732801068872,0.286431049300585,0.255951455205554,0.0196366150605245,0.378537477583731,0.255951455205554,0.0035931326179194,0.291796649370191,0.255951455205554,0.0243139689935468,0.269024550069955,0.255951455205554,0.0163530598637102,0.506908414439299,0.5,0.255951455205554,0.0247694624391891,0.342132541765451,0.5,0.255951455205554,0.119566190714303,0.588930018826736,0.5,0.255951455205554,0.144817252847535,0.248158695066442,0.255951455205554,0.00308225874801304,0.479587706812055,0.0733921336706906,0.203626939044149,0.255951455205554,0.10727429991125,0.224212452057796,0.5,0.255951455205554,0.03923628560768,0.389047652027045,0.255951455205554,0.131180021053485,0.36530728619667,0.255951455205554,0.0736717725643108,0.412324782144657,0.255951455205554,0.0693265103013462,0.631403774748111,0.00694998861885518,0.973077800437632 -38,0.255951455205554,0.00919597506349755,0.406200627300516,0.255951455205554,0.00284786019590466,0.209679055482045,0.255951455205554,0.0179370463867203,0.292315414625335,0.255951455205554,0.0105137689901412,0.192720840449883,0.255951455205554,0.0265579735674422,0.233436963828783,0.255951455205554,0.00752625233916101,0.460773546851705,0.5,0.255951455205554,0.0262756097707392,0.289480865680678,0.5,0.255951455205554,0.0969851365822669,0.560666117950501,0.5,0.255951455205554,0.124855589646219,0.273020510302446,0.255951455205554,0.00706123668864988,0.466304030587162,0.0632427588703337,0.168189191690349,0.255951455205554,0.0789225999238921,0.200560572206047,0.5,0.255951455205554,0.0260971937171011,0.346036606880971,0.255951455205554,0.111743695390481,0.323757051905113,0.255951455205554,0.070763832870335,0.341799515142202,0.255951455205554,0.0655131328666222,0.47417724079447,0.00227097376301851,0.947797027448449 -39,0.255951455205554,0.0121006398528534,0.321968957511162,0.255951455205554,0.00271654925983637,0.143112630030756,0.255951455205554,0.0232663716252375,0.213501944327531,0.255951455205554,0.0115605311995069,0.145538715333628,0.255951455205554,0.0316013984886582,0.205968012026597,0.255951455205554,0.00743918151828393,0.410857632340943,0.5,0.255951455205554,0.0157292966922657,0.281555828339565,0.5,0.255951455205554,0.0333351900539069,0.551080867771559,0.5,0.255951455205554,0.0669439996058479,0.318378678493616,0.255951455205554,0.0064217723399808,0.610479228555409,0.0315147747213892,0.152495835852676,0.255951455205554,0.04262598850973,0.175380040153095,0.5,0.255951455205554,0.00863145123517975,0.252568898731531,0.255951455205554,0.0585125110552613,0.23467844123236,0.255951455205554,0.0290490760151072,0.241500676712856,0.255951455205554,0.0413163947076895,0.342390988677354,0.00597183736180241,0.860850479882767 -40,0.255951455205554,0.000144062049532979,0.265090770100975,0.255951455205554,0.0,0.118298865342703,0.255951455205554,0.00956639020101584,0.201481421726637,0.255951455205554,0.0,0.145408361010146,0.255951455205554,0.0308259189731473,0.20621307840372,0.255951455205554,0.00408847490170769,0.271552100786231,0.5,0.255951455205554,0.00489273878522364,0.274363758203856,0.5,0.255951455205554,0.00956974623915114,0.52637572477852,0.5,0.255951455205554,0.0128628558554972,0.350556947751119,0.255951455205554,0.00838429520308203,0.519135592218233,0.0,0.135410585855726,0.255951455205554,5.44750878297644e-05,0.143575121438067,0.5,0.255951455205554,0.000218369494086219,0.193682738610758,0.255951455205554,0.0,0.269550630570809,0.255951455205554,9.1135470728874e-05,0.21784256631911,0.255951455205554,0.000429379245127448,0.315657973345303,0.0,0.785137959019151 -41,0.255951455205554,0.0,0.244552362614476,0.255951455205554,0.0,0.103166317123457,0.255951455205554,0.0,0.222339500593688,0.255951455205554,0.0,0.165045183888577,0.255951455205554,0.0,0.193830990815211,0.255951455205554,0.0,0.155787716410435,0.5,0.255951455205554,0.0,0.292060331690562,0.5,0.255951455205554,9.99088002124934e-07,0.393174662724112,0.5,0.255951455205554,0.0,0.345044485570089,0.255951455205554,0.0,0.333242727894146,0.0,0.115190094879052,0.255951455205554,0.0,0.12487653246092,0.5,0.255951455205554,0.0,0.154822444915771,0.255951455205554,0.0,0.305014942082165,0.255951455205554,0.0,0.234242021222638,0.255951455205554,0.0,0.270445784089687,0.0,0.777185269751983 -42,0.255951455205554,0.0,0.203897619090165,0.255951455205554,0.0,0.0740308501393656,0.255951455205554,0.0,0.22681172224548,0.255951455205554,0.0,0.197703928441921,0.255951455205554,0.0,0.191460990503574,0.255951455205554,0.0,0.126919554481545,0.5,0.255951455205554,0.0,0.302657969186425,0.5,0.255951455205554,0.0,0.309364987586003,0.5,0.255951455205554,0.0,0.281334299040283,0.255951455205554,0.0,0.219559209937585,0.0,0.0917074952790284,0.255951455205554,0.0,0.109958695236033,0.5,0.255951455205554,0.0,0.117639968757109,0.255951455205554,0.0,0.302366795011373,0.255951455205554,0.0,0.243056269882102,0.255951455205554,0.0,0.191499827885199,0.0,0.710839043947756 -43,0.255951455205554,0.0,0.16900618157914,0.255951455205554,0.0,0.0578304656444441,0.255951455205554,0.0,0.223057789390885,0.255951455205554,0.0,0.227828305456094,0.255951455205554,0.0,0.224104091816594,0.255951455205554,0.0,0.200644458023883,0.5,0.255951455205554,0.0,0.23673790843595,0.5,0.255951455205554,0.0,0.25992038010262,0.5,0.255951455205554,0.0,0.269331201621945,0.255951455205554,0.0,0.137315048409104,0.0,0.0871249242948867,0.255951455205554,0.0,0.0992646631828707,0.5,0.255951455205554,0.0,0.0868540941286742,0.255951455205554,0.0,0.314457180079947,0.255951455205554,0.0,0.20850230736876,0.255951455205554,0.0,0.143491260644218,0.0,0.63171915499317 -44,0.255951455205554,0.0,0.179158363807858,0.255951455205554,0.0,0.0851297094778284,0.255951455205554,0.0,0.235167536611934,0.255951455205554,0.0,0.241733207367792,0.255951455205554,0.0,0.237468660603249,0.255951455205554,0.0,0.315988692389143,0.5,0.255951455205554,0.0,0.162879145495218,0.5,0.255951455205554,0.0,0.170123153374497,0.5,0.255951455205554,0.0,0.236564509664188,0.255951455205554,0.0,0.0954601144849954,0.0,0.0774949282879508,0.255951455205554,0.0,0.100746767107799,0.5,0.255951455205554,0.0,0.0594949691541896,0.255951455205554,0.0,0.310838887161972,0.255951455205554,0.0,0.149285919645199,0.255951455205554,0.0,0.131272866945212,0.0,0.568439539820077 -45,0.255951455205554,0.0,0.200120150819491,0.255951455205554,0.0,0.117357770716687,0.255951455205554,0.0,0.247383427769452,0.255951455205554,0.0,0.239462009127454,0.255951455205554,0.0,0.19262533990208,0.255951455205554,0.0,0.244747078722051,0.5,0.255951455205554,0.0,0.102043823726508,0.5,0.255951455205554,0.0,0.103746979625564,0.5,0.255951455205554,0.0,0.154804457923215,0.255951455205554,0.0,0.0732998637614562,0.0,0.0818835517359334,0.255951455205554,0.0,0.101845860842831,0.5,0.255951455205554,0.0,0.0435614442161651,0.255951455205554,0.0,0.268354050589894,0.255951455205554,0.0,0.127884189694246,0.255951455205554,0.0,0.0996712367584072,0.0,0.453504162165019 -46,0.255951455205554,0.0,0.208402847458612,0.255951455205554,0.0,0.128350215655702,0.255951455205554,0.0,0.227207602179913,0.255951455205554,0.0,0.228964126052552,0.255951455205554,0.0,0.158994720791433,0.255951455205554,0.0,0.127915153937003,0.5,0.255951455205554,0.0,0.102834414884005,0.5,0.255951455205554,0.0,0.0907500082821086,0.5,0.255951455205554,0.0,0.106973317301377,0.255951455205554,0.0,0.0786651520613213,0.0,0.0680440620214303,0.255951455205554,0.0,0.0992467920265414,0.5,0.255951455205554,0.0,0.0370341389533691,0.255951455205554,0.0,0.213575420121998,0.255951455205554,0.0,0.109872960025294,0.255951455205554,0.0,0.0865782507954971,0.0,0.502146656296824 -47,0.255951455205554,0.0,0.194702580312275,0.255951455205554,0.0,0.124927359742444,0.255951455205554,0.0,0.202413447130177,0.255951455205554,0.0,0.182644208482289,0.255951455205554,0.0,0.169470332948301,0.255951455205554,0.0,0.108248757880016,0.5,0.255951455205554,0.0,0.0919127304609135,0.5,0.255951455205554,0.0,0.0834491987228698,0.5,0.255951455205554,0.0,0.0931578565278863,0.255951455205554,0.0,0.0686103985354425,0.0,0.0808458427192658,0.255951455205554,0.0,0.0860919152499457,0.5,0.255951455205554,0.0,0.039846885264917,0.255951455205554,0.0,0.154425245146762,0.255951455205554,0.0,0.100234670073627,0.255951455205554,0.0,0.101894101741734,0.0,0.699869240505612 -48,0.255951455205554,0.0,0.190174488360228,0.255951455205554,0.0,0.0920974432498913,0.255951455205554,0.0,0.206722816070916,0.255951455205554,0.0,0.200877383059034,0.255951455205554,0.0,0.195758627983108,0.255951455205554,0.0,0.132476588886598,0.5,0.255951455205554,0.0,0.120702443185824,0.5,0.255951455205554,0.0,0.0741152567027267,0.5,0.255951455205554,0.0,0.0773903163073399,0.255951455205554,0.0,0.0848614057129729,0.0,0.0895835798209289,0.255951455205554,0.0,0.0790095156850458,0.5,0.255951455205554,0.0,0.0508304982951335,0.255951455205554,0.0,0.131711542810813,0.255951455205554,0.0,0.0998631292094938,0.255951455205554,0.0,0.103632767234161,0.0,0.725707261042738 -49,0.255951455205554,0.0,0.225591273251645,0.255951455205554,0.0,0.112283561347086,0.255951455205554,0.0,0.217206927201277,0.255951455205554,0.0,0.200859128033422,0.255951455205554,0.0,0.227270330547741,0.255951455205554,0.0,0.120567227074145,0.5,0.255951455205554,0.0,0.137816410612953,0.5,0.255951455205554,0.0,0.0747198881814234,0.5,0.255951455205554,0.0,0.0718570325378122,0.255951455205554,0.0,0.0744849664977737,0.0,0.0639876153764894,0.255951455205554,0.0,0.07431490541988,0.5,0.255951455205554,0.0,0.0528454749907843,0.255951455205554,0.0,0.126302495415013,0.255951455205554,0.0,0.10046236058904,0.255951455205554,0.0,0.122319782647132,0.0,0.790987037852005 -50,0.255951455205554,0.0,0.218048463233886,0.255951455205554,0.0,0.0993178839901856,0.255951455205554,0.0,0.261511903509982,0.255951455205554,0.0,0.239834793117693,0.255951455205554,0.0,0.253397907022511,0.255951455205554,0.0,0.141451545752624,0.5,0.255951455205554,0.0,0.138038588724261,0.5,0.255951455205554,0.0,0.0754947070141554,0.5,0.255951455205554,0.0,0.0684006629278533,0.255951455205554,0.0,0.0672615997480815,0.0,0.0610592038485989,0.255951455205554,0.0,0.0719186555085988,0.5,0.255951455205554,0.0,0.0544261604636144,0.255951455205554,0.0,0.158600565177172,0.255951455205554,0.0,0.101170689232023,0.255951455205554,0.0,0.14385349380645,0.0,0.838353565296233 -51,0.255951455205554,0.0,0.270044547559515,0.255951455205554,0.0,0.157539710199605,0.255951455205554,0.0,0.303905182544035,0.255951455205554,0.0,0.29682711784307,0.255951455205554,0.0,0.288877045354949,0.255951455205554,0.0,0.15226246166114,0.5,0.255951455205554,0.0,0.149883951891685,0.5,0.255951455205554,0.0,0.0883605506726479,0.5,0.255951455205554,0.0,0.0547810169513551,0.255951455205554,0.0,0.0643980789952682,0.0,0.0846143174624449,0.255951455205554,0.0,0.0749784556528206,0.5,0.255951455205554,0.0,0.0669447882338221,0.255951455205554,0.0,0.173494959645672,0.255951455205554,0.0,0.104004085406877,0.255951455205554,0.0,0.149785667671391,0.0,0.881125087415022 -52,0.255951455205554,0.0,0.27446611990294,0.255951455205554,0.0,0.165538600561224,0.255951455205554,0.0,0.329872595213758,0.255951455205554,0.0,0.343799191800442,0.255951455205554,0.0,0.377171687259598,0.255951455205554,0.0,0.157772641978281,0.5,0.255951455205554,0.0,0.146029883333772,0.5,0.255951455205554,0.0,0.101619636267282,0.5,0.255951455205554,0.0,0.0582487263958253,0.255951455205554,0.0,0.0727180366553712,0.0,0.0622732054300329,0.255951455205554,0.0,0.0663888462190807,0.5,0.255951455205554,0.0,0.0708422509479024,0.255951455205554,0.0,0.178809055732379,0.255951455205554,0.0,0.145087684747744,0.255951455205554,0.0,0.151273682963078,0.0,0.896527692980762 -53,0.255951455205554,0.0,0.313314728785134,0.255951455205554,0.0,0.180374051848684,0.255951455205554,0.0,0.370228732343743,0.255951455205554,0.0,0.375949620067103,0.255951455205554,0.0,0.481530395981441,0.255951455205554,0.0,0.191836561395255,0.5,0.255951455205554,0.0,0.152967813565873,0.5,0.255951455205554,0.0,0.10110583455139,0.5,0.255951455205554,0.0,0.0626488594212437,0.255951455205554,0.0,0.0947175630678266,0.0,0.0599829570828709,0.255951455205554,0.0,0.0760280118328829,0.5,0.255951455205554,0.0,0.0774219614481398,0.255951455205554,0.0,0.167352795152041,0.255951455205554,0.0,0.125632837725227,0.255951455205554,0.0,0.129277564053829,0.0,0.912193105355689 -54,0.255951455205554,0.0,0.35093977040814,0.255951455205554,0.0,0.180018768250398,0.255951455205554,0.0,0.414489640455723,0.255951455205554,0.0,0.412467847024261,0.255951455205554,0.0,0.60988486371996,0.255951455205554,0.0,0.209724480698894,0.5,0.255951455205554,0.0,0.194756201633202,0.5,0.255951455205554,0.0,0.124640986320157,0.5,0.255951455205554,0.0,0.0741974783479752,0.255951455205554,0.0,0.14447324626805,0.0,0.0688652652750825,0.255951455205554,0.0,0.0808055986655571,0.5,0.255951455205554,0.0,0.0928846451933101,0.255951455205554,0.0,0.126076438556916,0.255951455205554,0.0,0.112274643117326,0.255951455205554,0.0,0.123092611413808,0.0,0.918438880213281 -55,0.255951455205554,0.0,0.387276679131457,0.255951455205554,0.0,0.179361867784843,0.255951455205554,0.0,0.49081316068729,0.255951455205554,0.0,0.484753155443719,0.255951455205554,0.0,0.688416382209048,0.255951455205554,0.0,0.205502773342762,0.5,0.255951455205554,0.0,0.256509164321094,0.5,0.255951455205554,0.0,0.141798338231773,0.5,0.255951455205554,0.0,0.0859965168726287,0.255951455205554,0.0,0.229672175781218,0.0,0.0657522251650908,0.255951455205554,0.0,0.0732468093610379,0.5,0.255951455205554,0.0,0.0934744297022324,0.255951455205554,0.0,0.109454645990456,0.255951455205554,0.0,0.140826462942807,0.255951455205554,0.0,0.104046323802528,0.0,0.92085081070393 -56,0.255951455205554,0.0,0.439666706748882,0.255951455205554,0.0,0.253749182275385,0.255951455205554,0.0,0.56852035343102,0.255951455205554,0.0,0.590591055027707,0.255951455205554,0.0,0.713853944048748,0.255951455205554,0.0,0.244132876539039,0.5,0.255951455205554,0.0,0.312252893204312,0.5,0.255951455205554,0.0,0.155146518929767,0.5,0.255951455205554,0.0,0.0993909065658827,0.255951455205554,0.0,0.300538153263413,0.0,0.0701928600154564,0.255951455205554,0.0,0.0755601425562713,0.5,0.255951455205554,0.0,0.0973666375315968,0.255951455205554,0.0,0.117361622277237,0.255951455205554,0.0,0.16986734893632,0.255951455205554,0.0,0.117517767388479,0.0,0.922906850742653 -57,0.255951455205554,0.0,0.543690675393856,0.255951455205554,0.0,0.374147413071684,0.255951455205554,0.0,0.612525178510546,0.255951455205554,0.0,0.670881187275721,0.255951455205554,0.0,0.703262893583331,0.255951455205554,0.0,0.293874029215728,0.5,0.255951455205554,0.0,0.34097217961483,0.5,0.255951455205554,0.000448500251852701,0.170918268187365,0.5,0.255951455205554,0.00305894478055175,0.124149531707903,0.255951455205554,0.0,0.42740263559073,9.77506245628792e-08,0.0686051305187458,0.255951455205554,0.000803039493149198,0.0816489101968877,0.5,0.255951455205554,0.0,0.108015458131681,0.255951455205554,0.00189622008133729,0.146358502885403,0.255951455205554,5.9014241160532e-06,0.199794220281677,0.255951455205554,0.000135631877194996,0.153740267350522,0.0,0.9206647887463 -58,0.255951455205554,0.00826163048582395,0.646557035073876,0.255951455205554,0.0129741588375145,0.459989703416136,0.255951455205554,0.00648839866785014,0.640178538679852,0.255951455205554,0.00268478752807413,0.670397181889039,0.255951455205554,0.00396138323049701,0.679237929628759,0.255951455205554,0.0207210426433265,0.332028256205749,0.5,0.255951455205554,0.00828607599637567,0.349571349992179,0.5,0.255951455205554,0.0308738267603318,0.175436900341711,0.5,0.255951455205554,0.0715067462201507,0.146209329762797,0.255951455205554,0.000795338167927995,0.456318107476914,0.0626289353267295,0.0687015648040468,0.255951455205554,0.0737028322851189,0.0986652859988741,0.5,0.255951455205554,0.0356464006968985,0.141409951147132,0.255951455205554,0.0956310794598341,0.163889215015006,0.255951455205554,0.054074926691897,0.212562490519773,0.255951455205554,0.0393861158686717,0.190043541214745,0.00734222527737817,0.925301582575151 -59,0.255951455205554,0.0310522672171666,0.732039880023469,0.255951455205554,0.0373750325253377,0.524240299129757,0.255951455205554,0.0167751066060535,0.658129682982897,0.255951455205554,0.00668584125591672,0.713964291350311,0.255951455205554,0.0105937303534543,0.627936406475424,0.255951455205554,0.0509504912332311,0.402736913360975,0.5,0.255951455205554,0.00783795979845102,0.360624129260551,0.5,0.255951455205554,0.0453014220026295,0.280159846481316,0.5,0.255951455205554,0.124186768228093,0.160846832032369,0.255951455205554,0.00140483291514402,0.517020635522771,0.111551990430725,0.0663912282137116,0.255951455205554,0.166689061235491,0.11226225896374,0.5,0.255951455205554,0.132957446400514,0.178700523823081,0.255951455205554,0.20709223511269,0.185211047703794,0.255951455205554,0.133575685496893,0.2315917971961,0.255951455205554,0.0879274260056816,0.249595934056813,0.0369106689132818,0.930263999991752 -60,0.255951455205554,0.0246089903656377,0.743743905276602,0.255951455205554,0.0430610503816422,0.550878474940015,0.255951455205554,0.0208184454138859,0.619359920425144,0.255951455205554,0.0130213616785088,0.724221557914751,0.255951455205554,0.0138304422931543,0.564152610323293,0.255951455205554,0.040755497043753,0.448011791311683,0.5,0.255951455205554,0.00733919411063624,0.43760850315235,0.5,0.255951455205554,0.0439130978883633,0.371701467432627,0.5,0.255951455205554,0.149235581847707,0.182263618156697,0.255951455205554,0.000975105204012992,0.644945623703646,0.249353648027066,0.0775440693484336,0.255951455205554,0.24616287745952,0.14005159926064,0.5,0.255951455205554,0.206969216201765,0.22851623890128,0.255951455205554,0.270373495543997,0.203696736519022,0.255951455205554,0.128100695919598,0.235083633375963,0.255951455205554,0.107150549028085,0.37709017076143,0.0442074742906816,0.919248467038965 -61,0.255951455205554,0.0160571758633405,0.735160583115002,0.255951455205554,0.0405612836849431,0.600036531897735,0.255951455205554,0.0240385151388375,0.554211805888022,0.255951455205554,0.0126162013094175,0.62573646040052,0.255951455205554,0.0149807291193402,0.533996973219988,0.255951455205554,0.025701672549617,0.577037524459788,0.5,0.255951455205554,0.00713223891137388,0.507742165866191,0.5,0.255951455205554,0.0368395827427672,0.468704123089327,0.5,0.255951455205554,0.138794501493023,0.241983447740001,0.255951455205554,0.00282359651017409,0.689721569702265,0.318676687075865,0.116834957355725,0.255951455205554,0.27624443369087,0.161012212957798,0.5,0.255951455205554,0.213046960381524,0.281631937753917,0.255951455205554,0.225466600560486,0.242596433503449,0.255951455205554,0.0788076097192904,0.258787252933741,0.255951455205554,0.0941786692603892,0.427203713282288,0.0222632384636882,0.908002914487521 -62,0.255951455205554,0.00959737497455776,0.691376853506398,0.255951455205554,0.0244869736573312,0.534674677751455,0.255951455205554,0.027845553086962,0.562622040982518,0.255951455205554,0.00802951257347275,0.479303331177739,0.255951455205554,0.0219864238495909,0.530207196971576,0.255951455205554,0.00825836888497813,0.625366138726201,0.5,0.255951455205554,0.0116242265773612,0.505746228706625,0.5,0.255951455205554,0.0255184458313643,0.562665524396313,0.5,0.255951455205554,0.113151835447248,0.340913902772664,0.255951455205554,0.0254183167725666,0.750231380597996,0.181287461269726,0.165584858672675,0.255951455205554,0.204974595925636,0.181257946860125,0.5,0.255951455205554,0.137260738522014,0.344172593183122,0.255951455205554,0.149361401624214,0.25840059969305,0.255951455205554,0.0597499880666068,0.295825519693723,0.255951455205554,0.0628865734692872,0.582180785609673,0.00865934080897608,0.957763471361277 -63,0.255951455205554,0.00371348960105318,0.596845632715185,0.255951455205554,0.00469685500739733,0.351673504849285,0.255951455205554,0.0196083239499873,0.594868729761707,0.255951455205554,0.013634380773734,0.493405159175944,0.255951455205554,0.0509106129600464,0.540884410511058,0.255951455205554,0.00497880745816464,0.564700215505842,0.5,0.255951455205554,0.0320122795381314,0.550577222458333,0.5,0.255951455205554,0.0167336001315063,0.528803353502617,0.5,0.255951455205554,0.0586507521315771,0.47048335326348,0.255951455205554,0.0210001406613348,0.635596532693729,0.032792312620061,0.170329645711382,0.255951455205554,0.0694056220137835,0.206341579221861,0.5,0.255951455205554,0.0438497885752442,0.384929756812866,0.255951455205554,0.0589994423736845,0.29164767649898,0.255951455205554,0.025880467875654,0.355410593415692,0.255951455205554,0.0196991609668704,0.635719578342278,0.00236000839905151,0.965768316540677 -64,0.255951455205554,0.000430045486478922,0.577930968707555,0.255951455205554,7.06027768063372e-05,0.31827531451379,0.255951455205554,0.0100828590400944,0.595396448854618,0.255951455205554,0.0,0.557307393016583,0.255951455205554,0.0501226676115536,0.542277274014821,0.255951455205554,0.00532003274321704,0.475196872515291,0.5,0.255951455205554,0.0284885128997945,0.555505118739647,0.5,0.255951455205554,0.00679495366702226,0.407314581198059,0.5,0.255951455205554,0.0154285199984863,0.453012246335629,0.255951455205554,0.0336271977282807,0.647750756960217,0.0,0.19344939339252,0.255951455205554,0.0,0.242440774215558,0.5,0.255951455205554,1.70480713699516e-05,0.414409051776119,0.255951455205554,4.13222175964144e-05,0.382638487974374,0.255951455205554,0.000179666445653752,0.374666502477199,0.255951455205554,0.00120398110407166,0.662368819728009,0.000591613835832098,0.971553023956929 -65,0.255951455205554,0.0,0.625886004921209,0.255951455205554,0.0,0.306271099114739,0.255951455205554,0.0,0.585628125031357,0.255951455205554,0.0,0.632506311558866,0.255951455205554,0.0,0.567330410328223,0.255951455205554,0.0,0.49091785508969,0.5,0.255951455205554,0.0,0.570783076345764,0.5,0.255951455205554,2.20400253457478e-05,0.332653169188803,0.5,0.255951455205554,0.0,0.352126595451425,0.255951455205554,0.0,0.706266059840534,0.0,0.275387279186356,0.255951455205554,0.0,0.288467571910639,0.5,0.255951455205554,0.0,0.400663877967035,0.255951455205554,0.0,0.417029279741781,0.255951455205554,0.0,0.459226663721326,0.255951455205554,0.0,0.660211589478106,0.0,0.969724442383604 -66,0.255951455205554,0.0,0.735883405498648,0.255951455205554,0.0,0.404457609659447,0.255951455205554,0.0,0.603336125693207,0.255951455205554,0.0,0.600784832694031,0.255951455205554,0.0,0.678183216535936,0.255951455205554,0.0,0.498587037093108,0.5,0.255951455205554,0.0,0.636831628077808,0.5,0.255951455205554,0.0,0.275803464541618,0.5,0.255951455205554,0.0,0.277923684388732,0.255951455205554,0.0,0.791914484887321,0.0,0.365616265858673,0.255951455205554,0.0,0.335360233424418,0.5,0.255951455205554,0.0,0.371029669307819,0.255951455205554,0.0,0.533888366725226,0.255951455205554,0.0,0.421823256056514,0.255951455205554,0.0,0.622323093908767,0.0,0.962745961325996 -67,0.255951455205554,0.0,0.815550117735229,0.255951455205554,0.0,0.501903130029334,0.255951455205554,0.0,0.652733856882503,0.255951455205554,0.0,0.650699365594232,0.255951455205554,0.0,0.832609514379253,0.255951455205554,0.0,0.654055335228554,0.5,0.255951455205554,0.0,0.664689695838838,0.5,0.255951455205554,0.0,0.29368860589597,0.5,0.255951455205554,0.0,0.284730355368233,0.255951455205554,0.0,0.921155392749082,0.0,0.291180780677638,0.255951455205554,0.0,0.352545125001963,0.5,0.255951455205554,0.0,0.328706970041589,0.255951455205554,0.0,0.564347430238465,0.255951455205554,0.0,0.362636868484054,0.255951455205554,0.0,0.602751206293201,0.0,0.953913299328391 -68,0.255951455205554,0.0,0.80040668340381,0.255951455205554,0.0,0.453543748938854,0.255951455205554,0.0,0.736177545751194,0.255951455205554,0.0,0.768019762925567,0.255951455205554,0.0,0.876753496941775,0.255951455205554,0.0,0.757887881341202,0.5,0.255951455205554,0.0,0.714785321250213,0.5,0.255951455205554,0.0,0.235107801984012,0.5,0.255951455205554,0.0,0.313384173512708,0.255951455205554,0.0,0.836191911836431,0.0,0.308565085432241,0.255951455205554,0.0,0.317481425067999,0.5,0.255951455205554,0.0,0.28123055179516,0.255951455205554,0.0,0.592293818236805,0.255951455205554,0.0,0.351175308663281,0.255951455205554,0.0,0.57114283716531,0.0,0.946351593009415 -69,0.255951455205554,0.0,0.82119346418747,0.255951455205554,0.0,0.556898718578866,0.255951455205554,0.0,0.850933369813814,0.255951455205554,0.0,0.937759854221836,0.255951455205554,0.0,0.882150144535665,0.255951455205554,0.0,0.766359498860861,0.5,0.255951455205554,0.0,0.668722448970686,0.5,0.255951455205554,0.0,0.197008489522981,0.5,0.255951455205554,0.0,0.234629361677676,0.255951455205554,0.0,0.72066343884442,0.0,0.25212838967493,0.255951455205554,0.0,0.319085202661644,0.5,0.255951455205554,0.0,0.26272271344013,0.255951455205554,0.0,0.587319224206574,0.255951455205554,0.0,0.396478015671344,0.255951455205554,0.0,0.666560799473485,0.0,0.945196156650561 -70,0.255951455205554,0.0,0.926508196566671,0.255951455205554,0.0,0.885107411103042,0.255951455205554,0.0,0.904481360351825,0.255951455205554,0.0,0.965801844998559,0.255951455205554,0.0,0.891784931885728,0.255951455205554,0.0,0.774528410904875,0.5,0.255951455205554,0.0,0.635735779926297,0.5,0.255951455205554,0.0,0.206554036953188,0.5,0.255951455205554,0.0,0.220981588094159,0.255951455205554,0.0,0.615911149097342,0.0,0.278831924561898,0.255951455205554,0.0,0.342489131686847,0.5,0.255951455205554,0.0,0.284968701034067,0.255951455205554,0.0,0.486580341101708,0.255951455205554,0.0,0.520355762346677,0.255951455205554,0.0,0.651627670872862,0.0,0.950640352004255 -71,0.255951455205554,0.0,0.97378046210159,0.255951455205554,0.0,1.00419268178286,0.255951455205554,0.0,0.889758824536517,0.255951455205554,0.0,0.967738886807108,0.255951455205554,0.0,0.94857289969993,0.255951455205554,0.0,0.636403089534397,0.5,0.255951455205554,0.0,0.647331391236805,0.5,0.255951455205554,0.0,0.212336804661746,0.5,0.255951455205554,0.0,0.239892989938079,0.255951455205554,0.0,0.656126090032557,0.0,0.326443790952567,0.255951455205554,0.0,0.388367748044042,0.5,0.255951455205554,0.0,0.411342958458184,0.255951455205554,0.0,0.412507260560994,0.255951455205554,0.0,0.542006673665332,0.255951455205554,0.0,0.607419841788222,0.0,0.959771138038485 -72,0.255951455205554,0.0,0.993660540485293,0.255951455205554,0.0,0.956484630024963,0.255951455205554,0.0,0.889754218325506,0.255951455205554,0.0,0.954705594443927,0.255951455205554,0.0,0.950977245874696,0.255951455205554,0.0,0.656035963656847,0.5,0.255951455205554,0.0,0.61981255096783,0.5,0.255951455205554,0.0,0.177493336340904,0.5,0.255951455205554,0.0,0.227713037924026,0.255951455205554,0.0,0.61819674451112,0.0,0.35384101309967,0.255951455205554,0.0,0.452679090727199,0.5,0.255951455205554,0.0,0.603216550626128,0.255951455205554,0.0,0.345361373330291,0.255951455205554,0.0,0.486579857594317,0.255951455205554,0.0,0.562411489335456,0.0,0.96742759562631 -73,0.255951455205554,0.0,0.986376522991065,0.255951455205554,0.0,0.902081729075536,0.255951455205554,0.0,0.922445002885112,0.255951455205554,0.0,0.995835045878903,0.255951455205554,0.0,0.901044364657573,0.255951455205554,0.0,0.661184365217036,0.5,0.255951455205554,0.0,0.486008167492406,0.5,0.255951455205554,0.0,0.121195260087743,0.5,0.255951455205554,0.0,0.217206470588132,0.255951455205554,0.0,0.34136019633168,0.0,0.457423833799639,0.255951455205554,0.0,0.409916153205504,0.5,0.255951455205554,0.0,0.759037289869582,0.255951455205554,0.0,0.332301927753306,0.255951455205554,0.0,0.410228434735273,0.255951455205554,0.0,0.525409887422823,0.0,1.00337280144823 -74,0.255951455205554,0.0,0.993203753758619,0.255951455205554,0.0,0.993354027666202,0.255951455205554,0.0,0.970056520649005,0.255951455205554,0.0,1.00908991472966,0.255951455205554,0.0,0.843793265508697,0.255951455205554,0.0,0.58372242944256,0.5,0.255951455205554,0.0,0.262890769555908,0.5,0.255951455205554,0.0,0.0877129060182019,0.5,0.255951455205554,0.0,0.172644872212798,0.255951455205554,0.0,0.179646619948058,0.0,0.393105481495146,0.255951455205554,0.0,0.395893394254632,0.5,0.255951455205554,0.0,0.765950037580234,0.255951455205554,0.0,0.358412878793857,0.255951455205554,0.0,0.426040345876223,0.255951455205554,0.0,0.573342525049595,0.0,1.00407262549546 -75,0.255951455205554,0.0,1.00501169790472,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.963353942250923,0.255951455205554,0.0,1.00142741639822,0.255951455205554,0.0,0.728198883178294,0.255951455205554,0.0,0.451640928156167,0.5,0.255951455205554,0.0,0.131488194591014,0.5,0.255951455205554,0.0,0.0529397902190285,0.5,0.255951455205554,0.0,0.112714104403888,0.255951455205554,0.0,0.100283821524619,0.0,0.292104592772776,0.255951455205554,0.0,0.417229455017357,0.5,0.255951455205554,0.0,0.695899589781052,0.255951455205554,0.0,0.317993949838192,0.255951455205554,0.0,0.529531997552458,0.255951455205554,0.0,0.557087658177603,0.0,1.00030695606914 -76,0.255951455205554,0.0,0.985516621448892,0.255951455205554,0.0,0.933055370047,0.255951455205554,0.0,0.90073262932652,0.255951455205554,0.0,0.972393071838745,0.255951455205554,0.0,0.528019327271729,0.255951455205554,0.0,0.242782066664334,0.5,0.255951455205554,0.0,0.0835528612534983,0.5,0.255951455205554,0.0,0.0302262643503119,0.5,0.255951455205554,0.0,0.0765999538631531,0.255951455205554,0.0,0.038879410698904,0.0,0.191479828002765,0.255951455205554,0.0,0.430592171977023,0.5,0.255951455205554,0.0,0.721435989965457,0.255951455205554,0.0,0.258437244106486,0.255951455205554,0.0,0.508790945496245,0.255951455205554,0.0,0.437654933604441,0.0,1.00878207190793 -77,0.255951455205554,0.0,0.95844312543989,0.255951455205554,0.0,0.95235934903291,0.255951455205554,0.0,0.794631310774818,0.255951455205554,0.0,0.902650758037242,0.255951455205554,0.0,0.340445675866336,0.255951455205554,0.0,0.112636389629134,0.5,0.255951455205554,0.0,0.0619211538052571,0.5,0.255951455205554,0.0,0.0271381716310009,0.5,0.255951455205554,0.0,0.0467601229154786,0.255951455205554,0.0,0.0312353830757261,0.0,0.240523880146029,0.255951455205554,0.0,0.422521226733747,0.5,0.255951455205554,0.0,0.806351294190574,0.255951455205554,0.0,0.223895337603187,0.255951455205554,0.0,0.355544234336228,0.255951455205554,0.0,0.295342558116717,0.0,1.00884453216947 -78,0.255951455205554,0.0,0.94176805060573,0.255951455205554,0.0,0.763178686236466,0.255951455205554,0.0,0.634350228351585,0.255951455205554,0.0,0.824408711584164,0.255951455205554,0.0,0.240173485297103,0.255951455205554,0.0,0.0952297483789086,0.5,0.255951455205554,0.0,0.0449539190151237,0.5,0.255951455205554,0.0,0.0323144616334482,0.5,0.255951455205554,0.0,0.0315559092683406,0.255951455205554,0.0,0.0402249460593418,0.0,0.239768293567005,0.255951455205554,0.0,0.420157762731633,0.5,0.255951455205554,0.0,0.81672712032368,0.255951455205554,0.0,0.149497980994916,0.255951455205554,0.0,0.190543149196137,0.255951455205554,0.0,0.14233141746778,0.0,1.00526355473136 -79,0.255951455205554,0.0,0.89875237255145,0.255951455205554,0.0,0.571678271141992,0.255951455205554,0.0,0.451585913272958,0.255951455205554,0.0,0.583463035865062,0.255951455205554,0.0,0.262110882098575,0.255951455205554,0.0,0.0827906613099303,0.5,0.255951455205554,0.0,0.0424347725393392,0.5,0.255951455205554,0.0,0.0386948819028263,0.5,0.255951455205554,0.0,0.0353862689505273,0.255951455205554,0.0,0.0433092428051763,0.0,0.17549226765013,0.255951455205554,0.0,0.321494237869797,0.5,0.255951455205554,0.0,0.733157690342203,0.255951455205554,0.0,0.0826276387714428,0.255951455205554,0.0,0.11211688497337,0.255951455205554,0.0,0.0857319534420548,0.0,0.965567869816208 -80,0.255951455205554,0.0,0.778383591381625,0.255951455205554,0.0,0.35937432474824,0.255951455205554,0.0,0.346316423692304,0.255951455205554,0.0,0.395274462557631,0.255951455205554,0.0,0.246825991239524,0.255951455205554,0.0,0.0570165488962352,0.5,0.255951455205554,0.0,0.0540026173032036,0.5,0.255951455205554,0.0,0.0381029323425754,0.5,0.255951455205554,0.0,0.0408228536777297,0.255951455205554,0.0,0.0503373397041951,0.0,0.0948673648654941,0.255951455205554,0.0,0.212001149935284,0.5,0.255951455205554,0.0,0.570330920478471,0.255951455205554,0.0,0.044037323464585,0.255951455205554,0.0,0.106319633674579,0.255951455205554,0.0,0.0323081159715843,0.0,0.932695651316771 -81,0.255951455205554,0.0,0.612090192873444,0.255951455205554,0.0,0.249320594665526,0.255951455205554,0.0,0.341955863042208,0.255951455205554,0.0,0.376816222445275,0.255951455205554,0.0,0.221802440548176,0.255951455205554,0.0,0.0606933874926542,0.5,0.255951455205554,0.0,0.0742139477160232,0.5,0.255951455205554,0.000273384598279144,0.0472776637013477,0.5,0.255951455205554,0.00157667152098082,0.0370798772055128,0.255951455205554,0.0,0.0596721432133114,9.28613871491116e-07,0.107489616097452,0.255951455205554,0.000494749181572267,0.154942562595315,0.5,0.255951455205554,0.0,0.396793032104796,0.255951455205554,0.00143812615732936,0.0367034258584205,0.255951455205554,5.66355470332061e-06,0.0944127790018979,0.255951455205554,0.000118525631411826,0.0263433367950094,0.0,0.94953144973059 -82,0.255951455205554,0.022244072575582,0.550453025365776,0.255951455205554,0.0502686757118218,0.273418180124429,0.255951455205554,0.0360384065968804,0.316063643725841,0.255951455205554,0.0417369332948417,0.377478046925776,0.255951455205554,0.025466826512559,0.257803240734284,0.255951455205554,0.0371691136458802,0.0689683912264104,0.5,0.255951455205554,0.0289881301155353,0.0952251868106912,0.5,0.255951455205554,0.0270377244798871,0.0665461749134973,0.5,0.255951455205554,0.0299231555261433,0.0393764489679514,0.255951455205554,0.0223168879578091,0.100789080874658,0.0683654940448115,0.0657785522155534,0.255951455205554,0.076547255502198,0.116475406428246,0.5,0.255951455205554,0.0620895065711512,0.296524015331145,0.255951455205554,0.0617507274824326,0.0478553990516473,0.255951455205554,0.0529768663207861,0.06289953272469,0.255951455205554,0.0460665015449445,0.0409865348614717,0.0037081233636912,0.915258112322773 -83,0.255951455205554,0.149311003658326,0.547126183779381,0.255951455205554,0.196940687050325,0.278300866725379,0.255951455205554,0.12560665167764,0.29790786779584,0.255951455205554,0.165438389118935,0.331310871211435,0.255951455205554,0.0940093590047447,0.349766549406064,0.255951455205554,0.103422090818559,0.0928220849493824,0.5,0.255951455205554,0.0774029024633424,0.177197736340297,0.5,0.255951455205554,0.0869269675254434,0.113486225212833,0.5,0.255951455205554,0.0718791402722619,0.0576690615545663,0.255951455205554,0.0600740795786618,0.37542544799489,0.157857045555155,0.0518037561561019,0.255951455205554,0.166907154268054,0.101371346630495,0.5,0.255951455205554,0.2061494596392,0.275467930028154,0.255951455205554,0.123023048654469,0.069949414996902,0.255951455205554,0.134684769520422,0.0614989788407067,0.255951455205554,0.104465259349097,0.050830382096692,0.036701367124946,0.958465283924834 -84,0.255951455205554,0.274373887442738,0.502976924812424,0.255951455205554,0.296985815017207,0.173233201322211,0.255951455205554,0.19081366025236,0.31371202146156,0.255951455205554,0.184314748906212,0.331868820171382,0.255951455205554,0.174181136876063,0.502387835622312,0.255951455205554,0.1568280607869,0.165331239386086,0.5,0.255951455205554,0.109774738311224,0.374416493360696,0.5,0.255951455205554,0.138012153929295,0.248153540762628,0.5,0.255951455205554,0.118441706535143,0.123256313860102,0.255951455205554,0.0510277663226634,0.57679915041039,0.231195883732087,0.0229797568763361,0.255951455205554,0.218001867880784,0.0848139244136292,0.5,0.255951455205554,0.306496657892826,0.296215516137912,0.255951455205554,0.153577425978468,0.0821675938863906,0.255951455205554,0.174411784099739,0.0827665552540369,0.255951455205554,0.137983684563958,0.0538165754882346,0.290092684998814,0.961367801695799 -85,0.255951455205554,0.30415398780983,0.451639221829446,0.255951455205554,0.279087845650664,0.179322326941286,0.255951455205554,0.228360660604286,0.375000482921027,0.255951455205554,0.233656048434902,0.375897899018847,0.255951455205554,0.202527358172932,0.561253085405767,0.255951455205554,0.154049625210707,0.214299466761593,0.5,0.255951455205554,0.0945093046302236,0.447619501300772,0.5,0.255951455205554,0.148208971705875,0.358863377933402,0.5,0.255951455205554,0.131213164307621,0.239214023656193,0.255951455205554,0.0529127962559823,0.598106072671041,0.209464877049075,0.0253558942463525,0.255951455205554,0.21411237126657,0.0700401304965882,0.5,0.255951455205554,0.330493970246922,0.218261710462475,0.255951455205554,0.150330137350002,0.0905484174661164,0.255951455205554,0.173610419614641,0.114773214162553,0.255951455205554,0.137268203565924,0.0620520301554683,0.332455945457277,0.953117489885826 -86,0.255951455205554,0.27388429879485,0.411419407995466,0.255951455205554,0.213878420861156,0.242416426666832,0.255951455205554,0.200440053773111,0.4284037776705,0.255951455205554,0.214398499197877,0.485958105421022,0.255951455205554,0.169997646424383,0.554887286377645,0.255951455205554,0.101357694120928,0.18100039080844,0.5,0.255951455205554,0.0720936093736236,0.431746957388094,0.5,0.255951455205554,0.107082169995974,0.381181347497265,0.5,0.255951455205554,0.127292790537021,0.327380405521434,0.255951455205554,0.0413998796089035,0.587470048383524,0.153806433553111,0.0640275304063423,0.255951455205554,0.165156853493769,0.0779521160100955,0.5,0.255951455205554,0.275917664340711,0.123012470521485,0.255951455205554,0.120901646821663,0.132181744726786,0.255951455205554,0.143744438146858,0.114162221080517,0.255951455205554,0.0976109842454249,0.0583873326178338,0.298732038789445,0.942502078154864 -87,0.255951455205554,0.157500989546467,0.43102459509796,0.255951455205554,0.122685356808788,0.278073922265767,0.255951455205554,0.120993795051874,0.433629872528149,0.255951455205554,0.127274174529885,0.532043562543749,0.255951455205554,0.0890263906359591,0.538762826954916,0.255951455205554,0.0501503659276532,0.144154485306184,0.5,0.255951455205554,0.0392246097596656,0.505863511508158,0.5,0.255951455205554,0.0541770876912967,0.238201281453748,0.5,0.255951455205554,0.0758696581517208,0.379601446591491,0.255951455205554,0.0349433570677025,0.512993082204909,0.097120086556657,0.0924507788920484,0.255951455205554,0.0933770480317748,0.102689842974148,0.5,0.255951455205554,0.146401546826768,0.0992121506195775,0.255951455205554,0.0536587063405383,0.180903420014487,0.255951455205554,0.073983392320792,0.125195013089361,0.255951455205554,0.0574976109441598,0.0670728502155975,0.176215794958795,0.918227348275635 -88,0.255951455205554,0.0,0.506776011360705,0.255951455205554,0.0,0.299368949383506,0.255951455205554,0.0151822836816963,0.416906407574724,0.255951455205554,0.0,0.481973940692394,0.255951455205554,0.0205927237043778,0.486583426908876,0.255951455205554,0.0133916764271386,0.139949100112044,0.5,0.255951455205554,0.0112745393073933,0.316983106494826,0.5,0.255951455205554,0.0167590360605541,0.107593473101241,0.5,0.255951455205554,0.0174082947416205,0.314414383800775,0.255951455205554,0.010633271122134,0.205340487941643,0.0,0.107763670430214,0.255951455205554,0.0,0.131604490911123,0.5,0.255951455205554,0.0,0.128741952093421,0.255951455205554,0.0,0.220992381135967,0.255951455205554,0.0,0.131953941991721,0.255951455205554,0.00573186895787963,0.107298444654086,0.0,0.910326379726985 -89,0.255951455205554,0.0,0.496876809798711,0.255951455205554,0.0,0.245204905516479,0.255951455205554,0.0,0.391042622480425,0.255951455205554,0.0,0.43482930453888,0.255951455205554,0.0,0.370669855453877,0.255951455205554,0.0,0.152894566028691,0.5,0.255951455205554,7.41164649657725e-06,0.166743110816809,0.5,0.255951455205554,2.8538806440878e-05,0.0576033060135488,0.5,0.255951455205554,0.0,0.204644162165116,0.255951455205554,0.000101333000304798,0.114261749298324,0.0,0.122407816260113,0.255951455205554,0.0,0.141586058424396,0.5,0.255951455205554,0.0,0.168980924158928,0.255951455205554,0.0,0.2918736572761,0.255951455205554,0.0,0.159144970091305,0.255951455205554,0.0,0.163212205654217,0.0,0.910531268704259 -90,0.255951455205554,0.0,0.431059103063134,0.255951455205554,0.0,0.232462699006981,0.255951455205554,0.0,0.352178904091391,0.255951455205554,0.0,0.369162538463999,0.255951455205554,0.0,0.314264483897362,0.255951455205554,0.0,0.122576494427656,0.5,0.255951455205554,0.0,0.120651301725784,0.5,0.255951455205554,0.0,0.039163017158709,0.5,0.255951455205554,0.0,0.0974018968020722,0.255951455205554,0.0,0.0734653704326774,0.0,0.13991481761415,0.255951455205554,0.0,0.163457657922033,0.5,0.255951455205554,0.0,0.157712849590629,0.255951455205554,0.0,0.42014789099281,0.255951455205554,0.0,0.217840301684433,0.255951455205554,0.0,0.242632107242748,0.0,0.915360048837824 -91,0.255951455205554,0.0,0.362775113785691,0.255951455205554,0.0,0.287671619245753,0.255951455205554,0.0,0.331789829960135,0.255951455205554,0.0,0.358748101795869,0.255951455205554,0.0,0.285884027223868,0.255951455205554,0.0,0.0920431614323704,0.5,0.255951455205554,0.0,0.0835699886137134,0.5,0.255951455205554,0.0,0.060436190860424,0.5,0.255951455205554,0.0,0.0518943355663073,0.255951455205554,0.0,0.0681841339933738,0.0,0.221722708613934,0.255951455205554,0.0,0.24714085046246,0.5,0.255951455205554,0.0,0.179008755299821,0.255951455205554,0.0,0.508610987148694,0.255951455205554,0.0,0.297865989719836,0.255951455205554,0.0,0.145813929123519,0.0,0.916527350571798 -92,0.255951455205554,0.0,0.393075718035092,0.255951455205554,0.0,0.302236478505743,0.255951455205554,0.0,0.338492061290475,0.255951455205554,0.0,0.426788686793295,0.255951455205554,0.0,0.222636955560222,0.255951455205554,0.0,0.0627634064215601,0.5,0.255951455205554,0.0,0.0859699864726315,0.5,0.255951455205554,0.0,0.0674047794572206,0.5,0.255951455205554,0.0,0.0297963800151367,0.255951455205554,0.0,0.125646095812206,0.0,0.434147215470337,0.255951455205554,0.0,0.361607440575622,0.5,0.255951455205554,0.0,0.203424292620701,0.255951455205554,0.0,0.441920975489503,0.255951455205554,0.0,0.23063212070134,0.255951455205554,0.0,0.0708140991339735,0.0,0.92442365981508 -93,0.255951455205554,0.0,0.396172160860571,0.255951455205554,0.0,0.279381673300217,0.255951455205554,0.0,0.360512718491758,0.255951455205554,0.0,0.432052198585209,0.255951455205554,0.0,0.159914522426383,0.255951455205554,0.0,0.0469929019002162,0.5,0.255951455205554,0.0,0.112745023048091,0.5,0.255951455205554,0.0,0.0679377960448262,0.5,0.255951455205554,0.0,0.0350212904186183,0.255951455205554,0.0,0.160629577593238,0.0,0.433911082863441,0.255951455205554,0.0,0.348752001751328,0.5,0.255951455205554,0.0,0.22576128108688,0.255951455205554,0.0,0.264996393418683,0.255951455205554,0.0,0.214295770085825,0.255951455205554,0.0,0.0306622283543026,0.0,0.920649945368845 -94,0.255951455205554,0.0,0.352996756471555,0.255951455205554,0.0,0.304239732868052,0.255951455205554,0.0,0.319787452420911,0.255951455205554,0.0,0.365774221994644,0.255951455205554,0.0,0.112262467999779,0.255951455205554,0.0,0.041464150509595,0.5,0.255951455205554,0.0,0.117877921135751,0.5,0.255951455205554,0.0,0.0625699426475416,0.5,0.255951455205554,0.0,0.0432594260845312,0.255951455205554,0.0,0.095712428111823,0.0,0.330793812838498,0.255951455205554,0.0,0.315625687107865,0.5,0.255951455205554,0.0,0.243742096353791,0.255951455205554,0.0,0.186419580026521,0.255951455205554,0.0,0.151155731885279,0.255951455205554,0.0,0.010082869256266,0.0,0.932197578990171 -95,0.255951455205554,0.0,0.35482077641209,0.255951455205554,0.0,0.283760330655184,0.255951455205554,0.0,0.258930042407306,0.255951455205554,0.0,0.330390548318088,0.255951455205554,0.0,0.0800261953082462,0.255951455205554,0.0,0.0481456476235074,0.5,0.255951455205554,0.0,0.0873717453891953,0.5,0.255951455205554,0.0,0.0530690559648618,0.5,0.255951455205554,0.0,0.05215755230277,0.255951455205554,0.0,0.0961796411720106,0.0,0.222144289324418,0.255951455205554,0.0,0.257615471370657,0.5,0.255951455205554,0.0,0.259801270061401,0.255951455205554,0.0,0.169290131405249,0.255951455205554,0.0,0.0744140304152751,0.255951455205554,0.0,0.0150673033319128,0.0,0.931968090376734 -96,0.255951455205554,0.0,0.384175429853284,0.255951455205554,0.0,0.180901822062497,0.255951455205554,0.0,0.183121759503078,0.255951455205554,0.0,0.265993204785926,0.255951455205554,0.0,0.0704824595919379,0.255951455205554,0.0,0.0392757909769892,0.5,0.255951455205554,0.0,0.0754141451072612,0.5,0.255951455205554,0.0,0.0514967166298349,0.5,0.255951455205554,0.0,0.0499262150451913,0.255951455205554,0.0,0.106239674410909,0.0,0.145502490019171,0.255951455205554,0.0,0.184380155326377,0.5,0.255951455205554,0.0,0.278627406484813,0.255951455205554,0.0,0.174047020688653,0.255951455205554,0.0,0.0398503920241598,0.255951455205554,0.0,0.0255549920134344,0.0,0.912520578249569 -97,0.255951455205554,0.0,0.332230723552303,0.255951455205554,0.0,0.103550694289075,0.255951455205554,0.0,0.112988919545844,0.255951455205554,0.0,0.161546030765185,0.255951455205554,0.0,0.0632076927603462,0.255951455205554,0.0,0.0469713754202504,0.5,0.255951455205554,0.0,0.0691073833505812,0.5,0.255951455205554,0.0,0.0440479818675439,0.5,0.255951455205554,0.0,0.0423416376125093,0.255951455205554,0.0,0.0928164641040816,0.0,0.0847425378857435,0.255951455205554,0.0,0.119453327743797,0.5,0.255951455205554,0.0,0.259588036520055,0.255951455205554,0.0,0.194300138148061,0.255951455205554,0.0,0.0235940388100396,0.255951455205554,0.0,0.0370709621192842,0.0,0.836359019481077 -98,0.255951455205554,0.0,0.255177304402723,0.255951455205554,0.0,0.0444669777671789,0.255951455205554,0.0,0.0719359076558803,0.255951455205554,0.0,0.0867488643656933,0.255951455205554,0.0,0.0717505633592915,0.255951455205554,0.0,0.0624447325356974,0.5,0.255951455205554,0.0,0.0741047202832541,0.5,0.255951455205554,0.0,0.0320737775220824,0.5,0.255951455205554,0.0,0.0407858798265969,0.255951455205554,0.0,0.113609352985384,0.0,0.0421283947620762,0.255951455205554,0.0,0.069369645659372,0.5,0.255951455205554,0.0,0.219736036168225,0.255951455205554,0.0,0.201020746442134,0.255951455205554,0.0,0.0318821083726443,0.255951455205554,0.0,0.0508570585970681,0.0,0.70924666077597 -99,0.255951455205554,0.0,0.196915529018633,0.255951455205554,0.0,0.0153424097408891,0.255951455205554,0.0,0.0608113926820891,0.255951455205554,0.0,0.0533363226585183,0.255951455205554,0.0,0.0956845942219394,0.255951455205554,0.0,0.0515045589461575,0.5,0.255951455205554,0.0,0.0911830265728233,0.5,0.255951455205554,0.0,0.0159543488422526,0.5,0.255951455205554,0.0,0.0338716040767675,0.255951455205554,0.0,0.182047527697429,0.0,0.0221717160644348,0.255951455205554,0.0,0.0544696318015108,0.5,0.255951455205554,0.0,0.172702291716979,0.255951455205554,0.0,0.17158310255435,0.255951455205554,0.0,0.0420452846606627,0.255951455205554,0.0,0.0727416797120561,0.0,0.688850685556086 -100,0.255951455205554,0.0,0.137513003601433,0.255951455205554,0.0,0.00602769138190013,0.255951455205554,0.0,0.0673492259909982,0.255951455205554,0.0,0.0345647149614823,0.255951455205554,0.0,0.136929182541402,0.255951455205554,0.0,0.0467298095932068,0.5,0.255951455205554,0.0,0.109867424890869,0.5,0.255951455205554,0.0,0.0105069721259138,0.5,0.255951455205554,0.0,0.0250200294825957,0.255951455205554,0.0,0.244986579074308,0.0,0.0231829524662893,0.255951455205554,0.0,0.046635357841095,0.5,0.255951455205554,0.0,0.0929414692354752,0.255951455205554,0.0,0.143105533052385,0.255951455205554,0.0,0.0811612118890312,0.255951455205554,0.0,0.103774065085021,0.0,0.423979739242597 -101,0.255951455205554,0.0,0.0733543802228625,0.255951455205554,0.0,0.00711847969101091,0.255951455205554,0.0,0.0775774388405639,0.255951455205554,0.0,0.0436962268536933,0.255951455205554,0.0,0.17419762991516,0.255951455205554,0.0,0.0604346836775148,0.5,0.255951455205554,0.0,0.0989263202757196,0.5,0.255951455205554,0.0,0.013408447288095,0.5,0.255951455205554,0.0,0.027682290123752,0.255951455205554,0.0,0.218617233686443,0.0,0.0269393599890542,0.255951455205554,0.0,0.0458738858318672,0.5,0.255951455205554,0.0,0.0384243613239476,0.255951455205554,0.0,0.115633152193196,0.255951455205554,0.0,0.0923654005425882,0.255951455205554,0.0,0.118639699618683,0.0,0.460381314667423 -102,0.255951455205554,0.0,0.0361125979514263,0.255951455205554,0.0,0.0208946193817592,0.255951455205554,0.0,0.0883967530353154,0.255951455205554,0.0,0.0366629690134806,0.255951455205554,0.0,0.240673839303229,0.255951455205554,0.0,0.0846132699758426,0.5,0.255951455205554,0.0,0.10744777601883,0.5,0.255951455205554,0.0,0.0232096155285278,0.5,0.255951455205554,0.0,0.027804129339827,0.255951455205554,0.0,0.188391643438695,0.0,0.0709598797627634,0.255951455205554,0.0,0.0564022828133999,0.5,0.255951455205554,0.0,0.0211774833234644,0.255951455205554,0.0,0.102405032580121,0.255951455205554,0.0,0.0852515468295199,0.255951455205554,0.0,0.134428816983281,0.0,0.379010834099872 -103,0.255951455205554,0.0,0.0217482331300589,0.255951455205554,0.0,0.0151759250186394,0.255951455205554,0.0,0.150925909875629,0.255951455205554,0.0,0.0764228003790022,0.255951455205554,0.0,0.295539652623077,0.255951455205554,0.0,0.0905364151522388,0.5,0.255951455205554,0.0,0.137783172643737,0.5,0.255951455205554,0.0,0.0549357260697359,0.5,0.255951455205554,0.0,0.0233974529430821,0.255951455205554,0.0,0.303751510686862,0.0,0.0680009317194202,0.255951455205554,0.0,0.0666975308482365,0.5,0.255951455205554,0.0,0.036266594576684,0.255951455205554,0.0,0.128586965689333,0.255951455205554,0.0,0.0972957220232293,0.255951455205554,0.0,0.159452031058379,0.0,0.462643787094492 -104,0.255951455205554,0.0,0.0292796014287753,0.255951455205554,0.0,0.0382873170536113,0.255951455205554,0.0,0.203888969015927,0.255951455205554,0.0,0.138619283203101,0.255951455205554,0.0,0.368162127198692,0.255951455205554,0.0,0.143436628334839,0.5,0.255951455205554,0.0,0.211289050068136,0.5,0.255951455205554,0.0,0.0932934033782847,0.5,0.255951455205554,0.0,0.0278331841700306,0.255951455205554,0.0,0.380074326352247,0.0,0.0500601111171961,0.255951455205554,0.0,0.0722470602892722,0.5,0.255951455205554,0.0,0.0562995316043961,0.255951455205554,0.0,0.150270845514319,0.255951455205554,0.0,0.136256022539531,0.255951455205554,0.0,0.122059710641059,0.0,0.501539597857483 -105,0.255951455205554,0.0,0.065731977688036,0.255951455205554,0.0,0.0545475353137238,0.255951455205554,0.0,0.24760118194977,0.255951455205554,0.0,0.226159195681761,0.255951455205554,0.0,0.472549977664376,0.255951455205554,0.0,0.195378803086278,0.5,0.255951455205554,0.0,0.288315659150132,0.5,0.255951455205554,0.000116461267660103,0.148071613910445,0.5,0.255951455205554,0.000932651920394822,0.0430572285045542,0.255951455205554,0.0,0.381251760391217,8.56557397150837e-07,0.0755631498264413,0.255951455205554,0.000329852324526564,0.0981813352865503,0.5,0.255951455205554,0.0,0.0866224314951134,0.255951455205554,0.000406440192532976,0.161441044891697,0.255951455205554,4.22470263607793e-07,0.1161678259046,0.255951455205554,2.42296829326677e-05,0.162196873137531,0.0,0.573095265276035 -106,0.255951455205554,0.00201946108969511,0.150987317291841,0.255951455205554,0.00303725835685067,0.109508647143146,0.255951455205554,0.00976269009533702,0.339387712059361,0.255951455205554,0.00941468899987927,0.322085062544941,0.255951455205554,0.00404867580238118,0.551061051752976,0.255951455205554,0.0244197283076134,0.253770343830315,0.5,0.255951455205554,0.00891787401938842,0.302765947770265,0.5,0.255951455205554,0.00914971819950357,0.266638954919184,0.5,0.255951455205554,0.0183659898219369,0.0893445039957857,0.255951455205554,0.00847052598160836,0.419389667941423,0.0153323093826331,0.102507822414971,0.255951455205554,0.015147829004255,0.11868522665478,0.5,0.255951455205554,0.00694920790864342,0.147922798775174,0.255951455205554,0.00991468333659008,0.164664225327754,0.255951455205554,0.0119238270217945,0.153519804699284,0.255951455205554,0.00520814333822225,0.201397101987717,0.00254992692137375,0.60693344598233 -107,0.255951455205554,0.0171687492761436,0.27723289823203,0.255951455205554,0.0464452684098784,0.391355025862858,0.255951455205554,0.0285217786141249,0.452220505759597,0.255951455205554,0.0323888070712872,0.354021295629538,0.255951455205554,0.0118056477490316,0.577449483448823,0.255951455205554,0.0594141785419333,0.315121215927184,0.5,0.255951455205554,0.0356193861247847,0.285583220156358,0.5,0.255951455205554,0.0280800106608029,0.398134840104595,0.5,0.255951455205554,0.040181447143485,0.193798858411265,0.255951455205554,0.0294401246122904,0.318484985671602,0.0206465931163314,0.0965254979796633,0.255951455205554,0.0161368410651017,0.127720549455416,0.5,0.255951455205554,0.0206365238572115,0.227440419224953,0.255951455205554,0.0262522194905485,0.178076424947369,0.255951455205554,0.0280379838965958,0.217764927993828,0.255951455205554,0.0219034161620939,0.261954040426978,0.0208623498266181,0.73737337037077 -108,0.255951455205554,0.0303642414181608,0.367536984037864,0.255951455205554,0.0598385820314873,0.495661652427623,0.255951455205554,0.0326374127500586,0.532140928198355,0.255951455205554,0.0167369121137935,0.430050645802625,0.255951455205554,0.0361269742189529,0.540546720557029,0.255951455205554,0.0905138321921539,0.384145609166402,0.5,0.255951455205554,0.063521015932317,0.238161141548691,0.5,0.255951455205554,0.0530056949764899,0.397373333825579,0.5,0.255951455205554,0.0524388159244257,0.257764214505815,0.255951455205554,0.0498791691366933,0.227870264826409,0.0310095732539116,0.178736162751092,0.255951455205554,0.0313309233253861,0.183496719101768,0.5,0.255951455205554,0.0480419878800338,0.193490771218632,0.255951455205554,0.0432206941674135,0.24460045559896,0.255951455205554,0.0826883542844855,0.364845750152305,0.255951455205554,0.0607903537868335,0.402893373686576,0.0128804155681981,0.613364234668392 -109,0.255951455205554,0.0443264422922435,0.553204218167594,0.255951455205554,0.0596867313801585,0.531117853885004,0.255951455205554,0.0510995349991802,0.485398981640229,0.255951455205554,0.00608661805000112,0.474495102459781,0.255951455205554,0.0868162897574765,0.445872293859923,0.255951455205554,0.068660379481265,0.359971225493301,0.5,0.255951455205554,0.107359274009098,0.171550712370525,0.5,0.255951455205554,0.0568320809390582,0.314100431773428,0.5,0.255951455205554,0.0494158737918762,0.296326891569147,0.255951455205554,0.0594816045676421,0.134502373564596,0.00869290510925487,0.134275774819349,0.255951455205554,0.0304993307019139,0.243711196625287,0.5,0.255951455205554,0.0974598163372712,0.364292147263798,0.255951455205554,0.0507988618880275,0.293989207276977,0.255951455205554,0.138748525099254,0.502324314628538,0.255951455205554,0.0848344629992059,0.426215519839691,0.042550938545616,0.556231774646245 -110,0.255951455205554,0.026218241470851,0.548298259936619,0.255951455205554,0.0246211032159262,0.442962362969063,0.255951455205554,0.0798914669543863,0.432132327110973,0.255951455205554,0.0600953820120301,0.4148603121414,0.255951455205554,0.139913716710954,0.401908682413806,0.255951455205554,0.0395951907513257,0.303985131813453,0.5,0.255951455205554,0.151168370527493,0.174526530345583,0.5,0.255951455205554,0.0459630643296918,0.212781460667979,0.5,0.255951455205554,0.0355829887170707,0.248844264809474,0.255951455205554,0.11508219710492,0.206687353378311,0.0345616120442049,0.237687343816824,0.255951455205554,0.0381263276072539,0.277251717269602,0.5,0.255951455205554,0.0362526515778041,0.366779238921687,0.255951455205554,0.063118972785659,0.193964903470467,0.255951455205554,0.0894316502204945,0.491321504647983,0.255951455205554,0.0837402338360294,0.40214895797385,0.0224641215364867,0.645955813753612 -111,0.255951455205554,0.0907053830034309,0.504402228799838,0.255951455205554,0.00545040734504561,0.435210164826158,0.255951455205554,0.0786811733381099,0.441320688965413,0.255951455205554,0.107512302899781,0.525681355732564,0.255951455205554,0.143331703175251,0.334682572747105,0.255951455205554,0.0320712144770505,0.202196587901829,0.5,0.255951455205554,0.151360180158319,0.200644996027171,0.5,0.255951455205554,0.034541307555427,0.150570001370726,0.5,0.255951455205554,0.0213463251851169,0.194596741185256,0.255951455205554,0.0387183463449532,0.185750170007923,0.0319362373297456,0.381904724417968,0.255951455205554,0.0303860326739876,0.250167135208512,0.5,0.255951455205554,0.0115151477089848,0.309406600829836,0.255951455205554,0.0596065150568812,0.157901613661054,0.255951455205554,0.0294087074839083,0.334731368868629,0.255951455205554,0.0420353779489511,0.343483418474671,0.00660712740450039,0.729330036275596 -112,0.255951455205554,6.40359529952745e-05,0.560665677131264,0.255951455205554,0.0,0.488974176912005,0.255951455205554,0.0237407029561662,0.424015095571021,0.255951455205554,0.0,0.471091029565863,0.255951455205554,0.0668956936965314,0.286027932872913,0.255951455205554,0.0194559413377459,0.180964536476436,0.5,0.255951455205554,0.0584310911547888,0.172240523856846,0.5,0.255951455205554,0.0114043714905808,0.133110724087903,0.5,0.255951455205554,0.00593860456301937,0.149866454380151,0.255951455205554,0.0109200353023416,0.110264558166805,0.0,0.299396542755457,0.255951455205554,0.000123574306682324,0.221093591934574,0.5,0.255951455205554,0.000401007535259841,0.296136570689961,0.255951455205554,2.72729902511729e-05,0.167830074613858,0.255951455205554,8.51543904689708e-06,0.302626532848,0.255951455205554,0.00272108883077945,0.23657754510702,0.0,0.731061928406788 -113,0.255951455205554,0.0,0.532408028663087,0.255951455205554,0.0,0.623633013823119,0.255951455205554,0.0,0.393451108406844,0.255951455205554,0.0,0.370211896175894,0.255951455205554,0.0,0.222063346874775,0.255951455205554,0.0,0.119279210888389,0.5,0.255951455205554,0.0,0.143279729503555,0.5,0.255951455205554,7.30566138859128e-06,0.0805964430341884,0.5,0.255951455205554,1.48621726480462e-09,0.10694327816965,0.255951455205554,0.0,0.0734759944716766,0.0,0.353700155977447,0.255951455205554,0.0,0.260011965145727,0.5,0.255951455205554,0.0,0.431263989992639,0.255951455205554,0.0,0.182367371750041,0.255951455205554,0.0,0.226768676192196,0.255951455205554,0.0,0.204526792845899,0.0,0.696358513393697 -114,0.255951455205554,0.0,0.517039890350198,0.255951455205554,0.0,0.472496174975137,0.255951455205554,0.0,0.374575360818843,0.255951455205554,0.0,0.328638946377374,0.255951455205554,0.0,0.208117389500731,0.255951455205554,0.0,0.0927908223115247,0.5,0.255951455205554,0.0,0.123838816715849,0.5,0.255951455205554,0.0,0.0429515982307241,0.5,0.255951455205554,0.0,0.0765686608530636,0.255951455205554,0.0,0.0731680696323432,0.0,0.326050526731525,0.255951455205554,0.0,0.29546489008101,0.5,0.255951455205554,0.0,0.516624684946482,0.255951455205554,0.0,0.190401108747337,0.255951455205554,0.0,0.209436387860049,0.255951455205554,0.0,0.162762968139904,0.0,0.868106106698014 -115,0.255951455205554,0.0,0.491482195162328,0.255951455205554,0.0,0.330332700214928,0.255951455205554,0.0,0.356816527454731,0.255951455205554,0.0,0.315802998254247,0.255951455205554,0.0,0.229450877898541,0.255951455205554,0.0,0.083223648505526,0.5,0.255951455205554,0.0,0.127700084048293,0.5,0.255951455205554,0.0,0.0336883051687253,0.5,0.255951455205554,0.0,0.0715126791162874,0.255951455205554,0.0,0.0940994324023489,0.0,0.249052102122972,0.255951455205554,0.0,0.273082490654767,0.5,0.255951455205554,0.0,0.517099160681295,0.255951455205554,0.0,0.172779379063628,0.255951455205554,0.0,0.229385779198189,0.255951455205554,0.0,0.13635718616813,0.0,0.911025865432399 -116,0.255951455205554,0.0,0.452540418646629,0.255951455205554,0.0,0.277256452624823,0.255951455205554,0.0,0.319847877361442,0.255951455205554,0.0,0.337993132107825,0.255951455205554,0.0,0.284629654064855,0.255951455205554,0.0,0.092593051320402,0.5,0.255951455205554,0.0,0.16968158318983,0.5,0.255951455205554,0.0,0.0290953069800703,0.5,0.255951455205554,0.0,0.0688616178295354,0.255951455205554,0.0,0.142469918817597,0.0,0.335207718581306,0.255951455205554,0.0,0.281729007257543,0.5,0.255951455205554,0.0,0.548569638871901,0.255951455205554,0.0,0.164605006286928,0.255951455205554,0.0,0.199861893391199,0.255951455205554,0.0,0.121802982771006,0.0,0.933473912713109 -117,0.255951455205554,0.0,0.424829495461015,0.255951455205554,0.0,0.256354629253189,0.255951455205554,0.0,0.293056958165312,0.255951455205554,0.0,0.316919873713834,0.255951455205554,0.0,0.343454819592183,0.255951455205554,0.0,0.108447849253826,0.5,0.255951455205554,0.0,0.252041567644531,0.5,0.255951455205554,0.0,0.0316202137544074,0.5,0.255951455205554,0.0,0.0656157170903379,0.255951455205554,0.0,0.19437488152063,0.0,0.306946959485723,0.255951455205554,0.0,0.27219420153297,0.5,0.255951455205554,0.0,0.495193004912044,0.255951455205554,0.0,0.120816646795069,0.255951455205554,0.0,0.113558024976483,0.255951455205554,0.0,0.112533111867591,0.0,0.952691494435303 -118,0.255951455205554,0.0,0.441070525915512,0.255951455205554,0.0,0.227831196493913,0.255951455205554,0.0,0.29682930064107,0.255951455205554,0.0,0.29887242698254,0.255951455205554,0.0,0.388062896116755,0.255951455205554,0.0,0.140937896609043,0.5,0.255951455205554,0.0,0.316611745439987,0.5,0.255951455205554,0.0,0.0424381664105451,0.5,0.255951455205554,0.0,0.0548601024868189,0.255951455205554,0.0,0.222938535489012,0.0,0.350212055173157,0.255951455205554,0.0,0.224192586635961,0.5,0.255951455205554,0.0,0.411950204794269,0.255951455205554,0.0,0.0950323380093636,0.255951455205554,0.0,0.0921217136846464,0.255951455205554,0.0,0.101754627230093,0.0,0.961526196892449 -119,0.255951455205554,0.0,0.448702036264229,0.255951455205554,0.0,0.203810227460416,0.255951455205554,0.0,0.330656942523033,0.255951455205554,0.0,0.314565338495281,0.255951455205554,0.0,0.483421843789117,0.255951455205554,0.0,0.183593516317592,0.5,0.255951455205554,0.0,0.334647026634482,0.5,0.255951455205554,0.0,0.0533408498022953,0.5,0.255951455205554,0.0,0.0468617512417431,0.255951455205554,0.0,0.238118757139593,0.0,0.248739428977094,0.255951455205554,0.0,0.16977769906974,0.5,0.255951455205554,0.0,0.341351955655246,0.255951455205554,0.0,0.0827983521479336,0.255951455205554,0.0,0.111110410166082,0.255951455205554,0.0,0.0996359881521289,0.0,0.97420467388871 -120,0.255951455205554,0.0,0.416197185389233,0.255951455205554,0.0,0.189989541308631,0.255951455205554,0.0,0.408250288396557,0.255951455205554,0.0,0.367943014371411,0.255951455205554,0.0,0.611296956974667,0.255951455205554,0.0,0.24753991897544,0.5,0.255951455205554,0.0,0.356604873755568,0.5,0.255951455205554,0.0,0.0542998774505071,0.5,0.255951455205554,0.0,0.0409871504052026,0.255951455205554,0.0,0.252727956389051,0.0,0.101920195520649,0.255951455205554,0.0,0.150708865036927,0.5,0.255951455205554,0.0,0.312749865383498,0.255951455205554,0.0,0.0733732976979506,0.255951455205554,0.0,0.132199518633809,0.255951455205554,0.0,0.112702096876432,0.0,0.977933674303877 -121,0.255951455205554,0.0,0.435552486507394,0.255951455205554,0.0,0.231420942953586,0.255951455205554,0.0,0.534442373791455,0.255951455205554,0.0,0.542830396098856,0.255951455205554,0.0,0.750364329277361,0.255951455205554,0.0,0.339363758082085,0.5,0.255951455205554,0.0,0.396130196728867,0.5,0.255951455205554,0.0,0.065542546191414,0.5,0.255951455205554,0.0,0.043236594023539,0.255951455205554,0.0,0.282729768858588,0.0,0.0556588176944758,0.255951455205554,0.0,0.125812293952993,0.5,0.255951455205554,0.0,0.291528854401157,0.255951455205554,0.0,0.0757638168635851,0.255951455205554,0.0,0.146966028554719,0.255951455205554,0.0,0.138236483856113,0.0,0.972813306093076 -122,0.255951455205554,0.0,0.493909248489895,0.255951455205554,0.0,0.354209321778971,0.255951455205554,0.0,0.643172441747891,0.255951455205554,0.0,0.686369154788188,0.255951455205554,0.0,0.842144421352868,0.255951455205554,0.0,0.421405438250147,0.5,0.255951455205554,0.0,0.474429579327514,0.5,0.255951455205554,0.0,0.0764674385084841,0.5,0.255951455205554,0.0,0.0600773547476519,0.255951455205554,0.0,0.399251209750108,0.0,0.079933237400678,0.255951455205554,0.0,0.121829360053842,0.5,0.255951455205554,0.0,0.277646578485457,0.255951455205554,0.0,0.0827839714443222,0.255951455205554,0.0,0.167034905012262,0.255951455205554,0.0,0.197255092770426,0.0,0.961786679208114 -123,0.255951455205554,0.0,0.609608892363751,0.255951455205554,0.0,0.420025536821536,0.255951455205554,0.0,0.722967193348636,0.255951455205554,0.0,0.755492953529887,0.255951455205554,0.0,0.878776740087556,0.255951455205554,0.0,0.492423274917764,0.5,0.255951455205554,0.0,0.503430121719859,0.5,0.255951455205554,0.0,0.10318440706907,0.5,0.255951455205554,0.0,0.0963986362837594,0.255951455205554,0.0,0.43473857661909,0.0,0.107548693143577,0.255951455205554,0.0,0.128679723637666,0.5,0.255951455205554,0.0,0.264939606309045,0.255951455205554,0.0,0.104432238288537,0.255951455205554,0.0,0.213332010801675,0.255951455205554,0.0,0.242724995963175,0.0,0.960382668324716 -124,0.255951455205554,0.0,0.735038133591027,0.255951455205554,0.0,0.534933378546818,0.255951455205554,0.0,0.793125720633872,0.255951455205554,0.0,0.838466384593013,0.255951455205554,0.0,0.92852305389484,0.255951455205554,0.0,0.514922485347419,0.5,0.255951455205554,0.0,0.450687658195175,0.5,0.255951455205554,0.0,0.132201322317608,0.5,0.255951455205554,0.0,0.139588820344234,0.255951455205554,0.0,0.324362753222329,0.0,0.11948118120663,0.255951455205554,0.0,0.146612159493236,0.5,0.255951455205554,0.0,0.25629715483856,0.255951455205554,0.0,0.134301340494446,0.255951455205554,0.0,0.27398380562027,0.255951455205554,0.0,0.252590126554081,0.0,0.960209549864531 -125,0.255951455205554,0.0,0.834596025695128,0.255951455205554,0.0,0.727369314367044,0.255951455205554,0.0,0.859712224539765,0.255951455205554,0.0,0.938794228351875,0.255951455205554,0.0,0.976064745917011,0.255951455205554,0.0,0.535844942306171,0.5,0.255951455205554,0.0,0.43924405977575,0.5,0.255951455205554,0.0,0.137917482141652,0.5,0.255951455205554,0.0,0.163046541609505,0.255951455205554,0.0,0.392051814914648,0.0,0.104109802766959,0.255951455205554,0.0,0.158118701006705,0.5,0.255951455205554,0.0,0.265236441534954,0.255951455205554,0.0,0.159693877290247,0.255951455205554,0.0,0.314644953315028,0.255951455205554,0.0,0.280000580368151,0.0,0.953469406936231 -126,0.255951455205554,0.0,0.899714478422216,0.255951455205554,0.0,0.868538303359531,0.255951455205554,0.0,0.908082864635503,0.255951455205554,0.0,0.98563325478144,0.255951455205554,0.0,0.984071170117226,0.255951455205554,0.0,0.566315569002589,0.5,0.255951455205554,0.0,0.387359935283222,0.5,0.255951455205554,0.0,0.127777936762679,0.5,0.255951455205554,0.0,0.184008091815167,0.255951455205554,0.0,0.384205216776203,0.0,0.13551623173614,0.255951455205554,0.0,0.190098459513691,0.5,0.255951455205554,0.0,0.347069745366565,0.255951455205554,0.0,0.179460196252269,0.255951455205554,0.0,0.365778316109066,0.255951455205554,0.0,0.390553927759807,0.0,0.963604332981951 -127,0.255951455205554,0.0,0.931918070735196,0.255951455205554,0.0,0.931706911623202,0.255951455205554,0.0,0.919506787591844,0.255951455205554,0.0,0.996306614624357,0.255951455205554,0.0,0.955994479873933,0.255951455205554,0.0,0.537994463501638,0.5,0.255951455205554,0.0,0.355129702031316,0.5,0.255951455205554,0.0,0.142286970799211,0.5,0.255951455205554,0.0,0.200097150951332,0.255951455205554,0.0,0.289379229226716,0.0,0.161158002570864,0.255951455205554,0.0,0.257859823028967,0.5,0.255951455205554,0.0,0.499375874645684,0.255951455205554,0.0,0.22175095089715,0.255951455205554,0.0,0.461877740222529,0.255951455205554,0.0,0.516953033410936,0.0,0.982752839953155 -128,0.255951455205554,0.0,0.96066158366665,0.255951455205554,0.0,0.93204269751128,0.255951455205554,0.0,0.885273067480839,0.255951455205554,0.0,0.949359654924094,0.255951455205554,0.0,0.922179369097638,0.255951455205554,0.0,0.525235348966144,0.5,0.255951455205554,0.0,0.309654313171107,0.5,0.255951455205554,0.0,0.130232962183752,0.5,0.255951455205554,0.0,0.204556403956345,0.255951455205554,0.0,0.215884812563408,0.0,0.212598883297894,0.255951455205554,0.0,0.33623527037606,0.5,0.255951455205554,0.0,0.634663593294386,0.255951455205554,0.0,0.287047042601598,0.255951455205554,0.0,0.554287449772603,0.255951455205554,0.0,0.557428088990871,0.0,0.984131025781839 -129,0.255951455205554,0.0,0.913834104690914,0.255951455205554,0.0,0.922849295130914,0.255951455205554,0.0,0.886854217175962,0.255951455205554,0.0,0.909385323045979,0.255951455205554,0.0,0.870352636149585,0.255951455205554,0.0,0.467112750194535,0.5,0.255951455205554,0.0,0.271381367761703,0.5,0.255951455205554,0.000536457720901029,0.1254768561688,0.5,0.255951455205554,0.00394533593151375,0.179635069302584,0.255951455205554,0.0,0.20090856546696,1.71087327945911e-06,0.313664929844473,0.255951455205554,0.000706767658205648,0.416678676518334,0.5,0.255951455205554,0.0,0.713012791573531,0.255951455205554,0.00179450544733963,0.299716159829053,0.255951455205554,8.39407099141802e-06,0.612104556101048,0.255951455205554,0.000143794911591563,0.536054664550344,0.0,0.984104699355522 -130,0.255951455205554,0.00068554606479583,0.86585262593593,0.255951455205554,0.00122558044817497,0.880595141008925,0.255951455205554,0.00184478375051572,0.816038865838699,0.255951455205554,0.00271408207806864,0.828545178829551,0.255951455205554,0.000945866516417454,0.804269867613839,0.255951455205554,0.00278233480623671,0.450178695342853,0.5,0.255951455205554,0.00345806955043107,0.306061306924571,0.5,0.255951455205554,0.0459203471798144,0.102498453526514,0.5,0.255951455205554,0.085892910287711,0.18050529247252,0.255951455205554,0.00044005035587652,0.240330648826639,0.0450848819597603,0.435595890832149,0.255951455205554,0.0362220957929171,0.471222974654337,0.5,0.255951455205554,0.00446837192545229,0.774959381660908,0.255951455205554,0.0664458351617888,0.329825838641357,0.255951455205554,0.00735596980932238,0.617445220873929,0.255951455205554,0.0297639845365506,0.519990498606939,0.000632787880342668,1.00115834927316 -131,0.255951455205554,0.00348748054120251,0.814308660067703,0.255951455205554,0.00845492632183338,0.725513267183084,0.255951455205554,0.0184963869222943,0.726450933423518,0.255951455205554,0.0229031260090081,0.734430501778989,0.255951455205554,0.00744791417265622,0.744597345327388,0.255951455205554,0.00939465282986082,0.491312531486202,0.5,0.255951455205554,0.00994059932898364,0.328990276672889,0.5,0.255951455205554,0.11226987552018,0.094947238187679,0.5,0.255951455205554,0.151809355748273,0.169131279665483,0.255951455205554,0.00127888306969373,0.292938957679028,0.0660913824974568,0.432251373315126,0.255951455205554,0.105543607330248,0.494486525392801,0.5,0.255951455205554,0.0109811570671277,0.856777899653404,0.255951455205554,0.124163941686753,0.361096671347267,0.255951455205554,0.0226937554157733,0.569537265258485,0.255951455205554,0.0670660844920282,0.53947651495767,0.0026805003365371,1.00347417714065 -132,0.255951455205554,0.0306508407937963,0.735553138241819,0.255951455205554,0.0532629263428635,0.563754124072632,0.255951455205554,0.0385462571721152,0.673707576544401,0.255951455205554,0.0546829487687547,0.704239657791564,0.255951455205554,0.00656793672321086,0.704855238471369,0.255951455205554,0.0171292392375626,0.518374798964005,0.5,0.255951455205554,0.0122794156317153,0.365602026075539,0.5,0.255951455205554,0.143092263675902,0.0821329114311761,0.5,0.255951455205554,0.191360951078275,0.159803699595277,0.255951455205554,0.00234497543383619,0.412475167079903,0.037911293678471,0.44074090104938,0.255951455205554,0.0987989820106638,0.517176365301445,0.5,0.255951455205554,0.0111442262529815,0.866889694760083,0.255951455205554,0.129537797526122,0.395008914074714,0.255951455205554,0.0523336897249514,0.535347759332368,0.255951455205554,0.105244013008477,0.609520356886375,0.0069694471591334,0.998940215664338 -133,0.255951455205554,0.0629767194287239,0.724052368959054,0.255951455205554,0.0556895985520828,0.603168540539644,0.255951455205554,0.0274773477866366,0.632944129001505,0.255951455205554,0.0309755460883389,0.635428987617903,0.255951455205554,0.00704089718059651,0.723367821781181,0.255951455205554,0.0112858813657179,0.552517573840932,0.5,0.255951455205554,0.011803100594033,0.480770796742517,0.5,0.255951455205554,0.137165360217779,0.0820983229725037,0.5,0.255951455205554,0.217298755706921,0.148297484506765,0.255951455205554,0.00248101880346345,0.61685147952603,0.007088421594455,0.526343680317348,0.255951455205554,0.0478417537397431,0.506554741297882,0.5,0.255951455205554,0.0271940184195818,0.809833681527985,0.255951455205554,0.0914147119957877,0.419173896586809,0.255951455205554,0.0923001237293633,0.488086647143793,0.255951455205554,0.138187482435891,0.583669564189226,0.0468443796545188,0.978161238351032 -134,0.255951455205554,0.0469551838141048,0.744620782908012,0.255951455205554,0.0318447652714245,0.467327493840255,0.255951455205554,0.0196940820548039,0.591375731024469,0.255951455205554,0.0230291542674494,0.588088114811463,0.255951455205554,0.00738042703764402,0.77072413368217,0.255951455205554,0.00579233334586955,0.587819186396343,0.5,0.255951455205554,0.00928523934510603,0.51987466840733,0.5,0.255951455205554,0.0986249025483346,0.0927708059648635,0.5,0.255951455205554,0.233203511343708,0.126294086389962,0.255951455205554,0.00210787330713039,0.578060734858484,0.00438119086883655,0.391086059024778,0.255951455205554,0.0264833248121136,0.442517678872218,0.5,0.255951455205554,0.0359669600707507,0.77713663572855,0.255951455205554,0.0776415053207698,0.368884608975801,0.255951455205554,0.0639602891369751,0.400628889357429,0.255951455205554,0.113952896913658,0.536370051989262,0.0646272244507154,0.975472806533315 -135,0.255951455205554,0.0191078552572674,0.658075615911915,0.255951455205554,0.0180936154686708,0.495585228318502,0.255951455205554,0.0108887670992897,0.605835192294914,0.255951455205554,0.0167109494384337,0.63132685086069,0.255951455205554,0.00363882364151575,0.78741468469393,0.255951455205554,0.00285271668491335,0.655759609599871,0.5,0.255951455205554,0.00272730236847549,0.534420373785054,0.5,0.255951455205554,0.0478552246537239,0.114226029871666,0.5,0.255951455205554,0.186371237902852,0.116368790721309,0.255951455205554,0.00125519654467673,0.532281106414002,0.00138385588881592,0.33255276460408,0.255951455205554,0.0092577036010385,0.391664619300806,0.5,0.255951455205554,0.0227139963361478,0.701916854991249,0.255951455205554,0.0515193654377936,0.318179607521226,0.255951455205554,0.0276684301736878,0.355068799845617,0.255951455205554,0.0571615642654238,0.502525850158835,0.0166471079195491,0.966461120984715 -136,0.255951455205554,0.000329770830392056,0.622894152668098,0.255951455205554,0.0,0.525651508480636,0.255951455205554,0.000983050696886069,0.582975030501075,0.255951455205554,0.00139039434655242,0.55924793406341,0.255951455205554,0.00180393195046614,0.753689001359362,0.255951455205554,0.000696062392223199,0.666210854661615,0.5,0.255951455205554,0.000965802975714669,0.525014585027834,0.5,0.255951455205554,0.0131413055684598,0.150076124782877,0.5,0.255951455205554,0.0492830119241108,0.11836201406321,0.255951455205554,0.000535374338012094,0.554470372509864,0.0,0.230485715877012,0.255951455205554,0.000327070613781484,0.339026022651158,0.5,0.255951455205554,0.000110164621426849,0.64449004232797,0.255951455205554,0.00150336902884198,0.333273927086028,0.255951455205554,0.00017774152590178,0.411645730100178,0.255951455205554,0.00620109642304484,0.501025643217514,0.0,0.949615669115625 -137,0.255951455205554,0.0,0.621414602155489,0.255951455205554,0.0,0.427278779300865,0.255951455205554,0.0,0.529672357178217,0.255951455205554,0.0,0.414437480114699,0.255951455205554,3.93673282120773e-11,0.745822974007579,0.255951455205554,0.0,0.650624301428472,0.5,0.255951455205554,5.62374745477638e-07,0.511014294474453,0.5,0.255951455205554,2.26289170573116e-05,0.231729150752334,0.5,0.255951455205554,0.0,0.137499608949937,0.255951455205554,0.0,0.567625067826853,0.0,0.216278320093596,0.255951455205554,0.0,0.317553936997999,0.5,0.255951455205554,0.0,0.556448878872893,0.255951455205554,0.0,0.366319480857006,0.255951455205554,0.0,0.480998739020648,0.255951455205554,0.0,0.535582048739145,0.0,0.939082145305976 -138,0.255951455205554,0.0,0.561261339444562,0.255951455205554,0.0,0.315939861498101,0.255951455205554,0.0,0.515409208372309,0.255951455205554,0.0,0.373599662032961,0.255951455205554,0.0,0.732779314127195,0.255951455205554,0.0,0.666253735559325,0.5,0.255951455205554,0.0,0.460177230415213,0.5,0.255951455205554,0.0,0.280915721498694,0.5,0.255951455205554,0.0,0.172770306078864,0.255951455205554,0.0,0.557829306569088,0.0,0.287199064077696,0.255951455205554,0.0,0.359122818268874,0.5,0.255951455205554,0.0,0.492868137193373,0.255951455205554,0.0,0.361145977708151,0.255951455205554,0.0,0.570214327453053,0.255951455205554,0.0,0.561715080616085,0.0,0.934524609848774 -139,0.255951455205554,0.0,0.558563543449113,0.255951455205554,0.0,0.25456054381207,0.255951455205554,0.0,0.526330451449525,0.255951455205554,0.0,0.320991233052476,0.255951455205554,0.0,0.661642605463908,0.255951455205554,0.0,0.683738008227215,0.5,0.255951455205554,0.0,0.437148569909523,0.5,0.255951455205554,0.0,0.40251549381493,0.5,0.255951455205554,0.0,0.230577439225171,0.255951455205554,0.0,0.647318420853317,0.0,0.403875909924211,0.255951455205554,0.0,0.406667294049336,0.5,0.255951455205554,0.0,0.525849671328178,0.255951455205554,0.0,0.391821495184346,0.255951455205554,0.0,0.621600385072904,0.255951455205554,0.0,0.566148671255345,0.0,0.917065100845908 -140,0.255951455205554,0.0,0.502524639562082,0.255951455205554,0.0,0.259373237807234,0.255951455205554,0.0,0.559077369977103,0.255951455205554,0.0,0.370966076960947,0.255951455205554,0.0,0.596211679357222,0.255951455205554,0.0,0.627886843670741,0.5,0.255951455205554,0.0,0.443694694328784,0.5,0.255951455205554,0.0,0.423897904768371,0.5,0.255951455205554,0.0,0.278939862740151,0.255951455205554,0.0,0.663683321219157,0.0,0.566737132734062,0.255951455205554,0.0,0.472513880915581,0.5,0.255951455205554,0.0,0.531799464328625,0.255951455205554,0.0,0.441144513258633,0.255951455205554,0.0,0.652384119782568,0.255951455205554,0.0,0.563407506716413,0.0,0.947713772706497 -141,0.255951455205554,0.0,0.436523518355112,0.255951455205554,0.0,0.265138919118336,0.255951455205554,0.0,0.532454882459312,0.255951455205554,0.0,0.459307827275983,0.255951455205554,0.0,0.609246218875369,0.255951455205554,0.0,0.596739266067737,0.5,0.255951455205554,0.0,0.445368900763836,0.5,0.255951455205554,0.0,0.400005014143132,0.5,0.255951455205554,0.0,0.281010640424566,0.255951455205554,0.0,0.660834436030902,0.0,0.628369801942617,0.255951455205554,0.0,0.531363469775884,0.5,0.255951455205554,0.0,0.538475739484827,0.255951455205554,0.0,0.455308266366672,0.255951455205554,0.0,0.631938553059866,0.255951455205554,0.0,0.589312971162591,0.0,0.932427472681369 -142,0.255951455205554,0.0,0.521751020468885,0.255951455205554,0.0,0.30966155862693,0.255951455205554,0.0,0.517876643647362,0.255951455205554,0.0,0.429206308548426,0.255951455205554,0.0,0.592820652007585,0.255951455205554,0.0,0.548319819171514,0.5,0.255951455205554,0.0,0.469733255600037,0.5,0.255951455205554,0.0,0.370366022339038,0.5,0.255951455205554,0.0,0.294927928654594,0.255951455205554,0.0,0.713471334760145,0.0,0.536399723104816,0.255951455205554,0.0,0.509172827758558,0.5,0.255951455205554,0.0,0.527026347131108,0.255951455205554,0.0,0.464644930355566,0.255951455205554,0.0,0.570479214440122,0.255951455205554,0.0,0.635311182858633,0.0,0.937775762603896 -143,0.255951455205554,0.0,0.699081127223938,0.255951455205554,0.0,0.282266314920928,0.255951455205554,0.0,0.551281683663694,0.255951455205554,0.0,0.426007079741549,0.255951455205554,0.0,0.583572898423125,0.255951455205554,0.0,0.454608582656209,0.5,0.255951455205554,0.0,0.518113193479224,0.5,0.255951455205554,0.0,0.349106822100788,0.5,0.255951455205554,0.0,0.280953113871702,0.255951455205554,0.0,0.751498634401607,0.0,0.483991348580469,0.255951455205554,0.0,0.465831923082704,0.5,0.255951455205554,0.0,0.461919149774391,0.255951455205554,0.0,0.480277708881482,0.255951455205554,0.0,0.484155849522687,0.255951455205554,0.0,0.607978653330101,0.0,0.951958395021099 -144,0.255951455205554,0.0,0.592728230184599,0.255951455205554,0.0,0.19983462402145,0.255951455205554,0.0,0.62325342487246,0.255951455205554,0.0,0.568319739508817,0.255951455205554,0.0,0.597356819700246,0.255951455205554,0.0,0.429093442176325,0.5,0.255951455205554,0.0,0.535876199603072,0.5,0.255951455205554,0.0,0.355418045791712,0.5,0.255951455205554,0.0,0.308894684360036,0.255951455205554,0.0,0.696996745442471,0.0,0.405437352455494,0.255951455205554,0.0,0.387016988670869,0.5,0.255951455205554,0.0,0.39419954497227,0.255951455205554,0.0,0.508842939697264,0.255951455205554,0.0,0.423438361884162,0.255951455205554,0.0,0.49145066191016,0.0,0.946416645501394 -145,0.255951455205554,0.0,0.672762689175389,0.255951455205554,0.0,0.433478785606012,0.255951455205554,0.0,0.682835926742662,0.255951455205554,0.0,0.716387147898733,0.255951455205554,0.0,0.633379172290182,0.255951455205554,0.0,0.475404921212492,0.5,0.255951455205554,0.0,0.522746181098359,0.5,0.255951455205554,0.0,0.395564826353156,0.5,0.255951455205554,0.0,0.279653335897787,0.255951455205554,0.0,0.506130398941538,0.0,0.29825310214967,0.255951455205554,0.0,0.320509575298963,0.5,0.255951455205554,0.0,0.341533646840753,0.255951455205554,0.0,0.508449550551007,0.255951455205554,0.0,0.407687772944092,0.255951455205554,0.0,0.407849688839906,0.0,0.94169439635999 -146,0.255951455205554,0.0,0.790754740617787,0.255951455205554,0.0,0.525965287349658,0.255951455205554,0.0,0.713818274612289,0.255951455205554,0.0,0.745956627428852,0.255951455205554,0.0,0.692466993568144,0.255951455205554,0.0,0.53597553171058,0.5,0.255951455205554,0.0,0.572545127195228,0.5,0.255951455205554,0.0,0.371575580561857,0.5,0.255951455205554,0.0,0.260010799285173,0.255951455205554,0.0,0.596219004644107,0.0,0.214463787428485,0.255951455205554,0.0,0.282435096830271,0.5,0.255951455205554,0.0,0.294670516573176,0.255951455205554,0.0,0.444530849142092,0.255951455205554,0.0,0.39386217429653,0.255951455205554,0.0,0.404969774473415,0.0,0.951974924184057 -147,0.255951455205554,0.0,0.841746639274649,0.255951455205554,0.0,0.610718978146547,0.255951455205554,0.0,0.745581119778177,0.255951455205554,0.0,0.863393563260917,0.255951455205554,0.0,0.737258656393053,0.255951455205554,0.0,0.518521136905691,0.5,0.255951455205554,0.0,0.68475730962575,0.5,0.255951455205554,0.0,0.318089730362264,0.5,0.255951455205554,0.0,0.255945255866065,0.255951455205554,0.0,0.733122912587513,0.0,0.1922957037084,0.255951455205554,0.0,0.271481661217519,0.5,0.255951455205554,0.0,0.2923498384378,0.255951455205554,0.0,0.389047003052586,0.255951455205554,0.0,0.355819645592006,0.255951455205554,0.0,0.471438156667783,0.0,0.956742828253385 -148,0.255951455205554,0.0,0.912197577093483,0.255951455205554,0.0,0.72899602002988,0.255951455205554,0.0,0.785527079905283,0.255951455205554,0.0,0.884307898606535,0.255951455205554,0.0,0.773685349722193,0.255951455205554,0.0,0.589425168345183,0.5,0.255951455205554,0.0,0.663331034470614,0.5,0.255951455205554,0.0,0.294453012057912,0.5,0.255951455205554,0.0,0.243504800684986,0.255951455205554,0.0,0.711936560728879,0.0,0.225897487470539,0.255951455205554,0.0,0.249647534879573,0.5,0.255951455205554,0.0,0.337948131014964,0.255951455205554,0.0,0.380583527036198,0.255951455205554,0.0,0.38971024401206,0.255951455205554,0.0,0.541240010920536,0.0,0.956393369008021 -149,0.255951455205554,0.0,0.945082373448663,0.255951455205554,0.0,0.827974618110782,0.255951455205554,0.0,0.815300407474069,0.255951455205554,0.0,0.880219158289417,0.255951455205554,0.0,0.811820095168792,0.255951455205554,0.0,0.653825697833413,0.5,0.255951455205554,0.0,0.630278321879445,0.5,0.255951455205554,0.0,0.326643213950311,0.5,0.255951455205554,0.0,0.291499253769164,0.255951455205554,0.0,0.71349674439433,0.0,0.249317946698491,0.255951455205554,0.0,0.264377546219199,0.5,0.255951455205554,0.0,0.386810520899096,0.255951455205554,0.0,0.400920328948754,0.255951455205554,0.0,0.507110286238511,0.255951455205554,0.0,0.525337317333212,0.0,0.965625134663479 -150,0.255951455205554,0.0,0.953348903822243,0.255951455205554,0.0,0.834718516377715,0.255951455205554,0.0,0.853945969602784,0.255951455205554,0.0,0.902419780631757,0.255951455205554,0.0,0.854480457277746,0.255951455205554,0.0,0.613369963644541,0.5,0.255951455205554,0.0,0.658360169727808,0.5,0.255951455205554,0.0,0.344244886261111,0.5,0.255951455205554,0.0,0.317600881784574,0.255951455205554,0.0,0.739242276759099,0.0,0.238178539906517,0.255951455205554,0.0,0.327634454524726,0.5,0.255951455205554,0.0,0.455384132060378,0.255951455205554,0.0,0.398088128355651,0.255951455205554,0.0,0.48026014920643,0.255951455205554,0.0,0.523703762745195,0.0,0.977156664697041 -151,0.255951455205554,0.0,0.957617965690818,0.255951455205554,0.0,0.875402181641874,0.255951455205554,0.0,0.891933867758604,0.255951455205554,0.0,0.947148503135338,0.255951455205554,0.0,0.86169017213882,0.255951455205554,0.0,0.638583071992024,0.5,0.255951455205554,0.0,0.661726870636407,0.5,0.255951455205554,0.0,0.266456591887203,0.5,0.255951455205554,0.0,0.346141000515274,0.255951455205554,0.0,0.627074779743648,0.0,0.294720281317783,0.255951455205554,0.0,0.380833248996714,0.5,0.255951455205554,0.0,0.524797460827125,0.255951455205554,0.0,0.359465189653921,0.255951455205554,0.0,0.52552480851144,0.255951455205554,0.0,0.532187643215599,0.0,0.986636900013763 -152,0.255951455205554,0.0,0.962612433650744,0.255951455205554,0.0,0.931920718236006,0.255951455205554,0.0,0.917220294317658,0.255951455205554,0.0,0.990616103460268,0.255951455205554,0.0,0.871991401529118,0.255951455205554,0.0,0.703068770306168,0.5,0.255951455205554,0.0,0.600985634929745,0.5,0.255951455205554,0.0,0.220724837092904,0.5,0.255951455205554,0.0,0.304097878244091,0.255951455205554,0.0,0.593242629012999,0.0,0.439646472647889,0.255951455205554,0.0,0.433094432935324,0.5,0.255951455205554,0.0,0.602628623689571,0.255951455205554,0.0,0.388246569171433,0.255951455205554,0.0,0.575292144252555,0.255951455205554,0.0,0.539456999883133,0.0,0.997235597349413 -153,0.255951455205554,0.0,0.978807138236143,0.255951455205554,0.0,0.971165453996461,0.255951455205554,0.0,0.918757093528685,0.255951455205554,0.0,0.990193851415225,0.255951455205554,0.0,0.844117539790611,0.255951455205554,0.0,0.662766149131169,0.5,0.255951455205554,0.0,0.562603027656858,0.5,0.255951455205554,0.000335005489935984,0.198729625471067,0.5,0.255951455205554,0.000860843213352879,0.242725901205965,0.255951455205554,0.0,0.503837148361734,3.56364480779291e-06,0.472140347587205,0.255951455205554,0.000879276886362125,0.504166670267994,0.5,0.255951455205554,0.0,0.65548506029151,0.255951455205554,0.00159820273416872,0.42242298205122,0.255951455205554,7.96613841551896e-06,0.535944999236564,0.255951455205554,3.597194350038e-05,0.526063017643336,0.0,0.991953691325108 -154,0.255951455205554,0.000815779843450556,0.990607712115681,0.255951455205554,0.00159895683577807,0.967723390909117,0.255951455205554,0.00245893660561926,0.907117205659113,0.255951455205554,0.000988508532916148,0.960984974148279,0.255951455205554,0.00632046865313001,0.831113829062231,0.255951455205554,0.00450073034949907,0.623823566826838,0.5,0.255951455205554,0.0045236782971754,0.546953748110773,0.5,0.255951455205554,0.0213378772496873,0.184033892792509,0.5,0.255951455205554,0.0197657584232065,0.233685326343645,0.255951455205554,0.0272600749228179,0.499338549909034,0.0441409394122681,0.549900567913425,0.255951455205554,0.0519632213920648,0.581055983241723,0.5,0.255951455205554,0.00703790755034896,0.718086683289931,0.255951455205554,0.060272946748343,0.373806967102787,0.255951455205554,0.0203771828551516,0.517308137856671,0.255951455205554,0.00692934041719126,0.522120214730945,0.00172585264942478,0.990955115447492 -155,0.255951455205554,0.00378745372874961,0.988145257289595,0.255951455205554,0.00664026452613159,0.896002847579513,0.255951455205554,0.015185358402899,0.88310068986964,0.255951455205554,0.00805678886580018,0.960061498887412,0.255951455205554,0.038125740694346,0.857831313260573,0.255951455205554,0.0192947964043568,0.69353554962753,0.5,0.255951455205554,0.0247451869296772,0.562956757252744,0.5,0.255951455205554,0.0722156175196878,0.166551754401743,0.5,0.255951455205554,0.053843397908042,0.236628847296988,0.255951455205554,0.138494111268384,0.563729551275611,0.0897503249140219,0.567428212016781,0.255951455205554,0.0781391852914765,0.563815061681412,0.5,0.255951455205554,0.0148954998373692,0.756562398056851,0.255951455205554,0.0945632710079396,0.345469425334387,0.255951455205554,0.0224506686694233,0.53782652104323,0.255951455205554,0.0250430497444225,0.537932498718034,0.000979007423446312,0.9962127223126 -156,0.255951455205554,0.01150033806388,0.981101611924408,0.255951455205554,0.0132920745237178,0.859050944046474,0.255951455205554,0.0364584792527608,0.880080131481082,0.255951455205554,0.0160347960784016,0.961970682301477,0.255951455205554,0.0537831774879797,0.853090972003396,0.255951455205554,0.0404888237274056,0.721718747576527,0.5,0.255951455205554,0.0588158206227294,0.524115290451679,0.5,0.255951455205554,0.147332497216313,0.157939424105667,0.5,0.255951455205554,0.0921912650416541,0.246568006204194,0.255951455205554,0.177945754842538,0.492562796690023,0.106511513278143,0.474540781649461,0.255951455205554,0.0664016799293628,0.499789334640345,0.5,0.255951455205554,0.0211258509249109,0.76138919084357,0.255951455205554,0.102038317571832,0.371694868640809,0.255951455205554,0.0363382731778604,0.535506723374911,0.255951455205554,0.0430334597330557,0.588006000126142,0.00693836605784189,1.00335369893873 -157,0.255951455205554,0.0258513734348988,0.980563576689242,0.255951455205554,0.0161414100097165,0.903394664805057,0.255951455205554,0.0418292135418663,0.888958293674414,0.255951455205554,0.0131627004174124,0.953379621027524,0.255951455205554,0.0476390138802418,0.838038406041275,0.255951455205554,0.0370572694376082,0.657186159495306,0.5,0.255951455205554,0.101924398157814,0.468866325533815,0.5,0.255951455205554,0.233196178698905,0.142432514452505,0.5,0.255951455205554,0.116594557858946,0.246800487411731,0.255951455205554,0.221403458524201,0.364107049499033,0.0300244550042589,0.465140535774948,0.255951455205554,0.0563740252495662,0.473817424140636,0.5,0.255951455205554,0.0218892198420629,0.713507901299797,0.255951455205554,0.136348113805982,0.374505382080324,0.255951455205554,0.0663299639829338,0.583711620819004,0.255951455205554,0.0481745217738649,0.60617602127266,0.0550435649016856,1.0057603283259 -158,0.255951455205554,0.00797817143391728,0.979194294488608,0.255951455205554,0.00876319059423439,0.883510579080435,0.255951455205554,0.0528962617095904,0.871284155654438,0.255951455205554,0.0213543543876918,0.941586955854207,0.255951455205554,0.0307157252429013,0.772707606969623,0.255951455205554,0.0296877002498744,0.577196609004279,0.5,0.255951455205554,0.110126203752579,0.375317879788121,0.5,0.255951455205554,0.272988699276919,0.105658586676873,0.5,0.255951455205554,0.113401997126284,0.206668697286426,0.255951455205554,0.249100924528659,0.232839195555186,0.0150657095600841,0.461390348646058,0.255951455205554,0.0356381688549422,0.507999932107534,0.5,0.255951455205554,0.0144914876535481,0.685330155475883,0.255951455205554,0.118752595682216,0.357514613279591,0.255951455205554,0.0511221066043928,0.559782624657806,0.255951455205554,0.0671794493793357,0.639703774417311,0.0123928268576399,0.997768652697945 -159,0.255951455205554,0.00293340525531493,0.960159199986904,0.255951455205554,0.00572954455479285,0.830188064196516,0.255951455205554,0.042059629568788,0.842227020702528,0.255951455205554,0.0699991464125383,0.925013596879347,0.255951455205554,0.0236135287986083,0.71761665955216,0.255951455205554,0.0265107978986075,0.492426381022746,0.5,0.255951455205554,0.0929852926247142,0.309499542360356,0.5,0.255951455205554,0.195991534387336,0.082085880676901,0.5,0.255951455205554,0.102184217167638,0.149641314596366,0.255951455205554,0.177185365508877,0.148516665414436,0.00846184004479343,0.525252407160481,0.255951455205554,0.0142145717175985,0.493891147942975,0.5,0.255951455205554,0.00567856475841881,0.70212455797998,0.255951455205554,0.0716930220116615,0.315299328207776,0.255951455205554,0.0243073123274062,0.486962719945562,0.255951455205554,0.061731265650866,0.685053843794756,0.00348173318058404,0.998763912209358 -160,0.255951455205554,0.000205458673037769,0.947048246950133,0.255951455205554,4.21764620549739e-06,0.836618575348264,0.255951455205554,0.0100855459733245,0.82820662753741,0.255951455205554,0.0121040416903057,0.931377827896143,0.255951455205554,0.0201928863364047,0.685584030029714,0.255951455205554,0.0191157976345217,0.425013826432696,0.5,0.255951455205554,0.0442978482206907,0.241772488314865,0.5,0.255951455205554,0.0730052192409108,0.0748901909380974,0.5,0.255951455205554,0.0420599522090809,0.128548487409256,0.255951455205554,0.0308882087869343,0.123727388025513,0.0,0.511047994968459,0.255951455205554,0.0,0.457650063523461,0.5,0.255951455205554,0.000160253992242634,0.701273851107567,0.255951455205554,0.000359544498622862,0.325041999341323,0.255951455205554,0.00139114333761819,0.443982524487987,0.255951455205554,0.0122124918335131,0.5829523355236,0.000910440367984957,0.994817667601996 -161,0.255951455205554,0.0,0.936269578979524,0.255951455205554,0.0,0.833783444734356,0.255951455205554,0.0,0.799244776353246,0.255951455205554,0.0,0.95246447566283,0.255951455205554,0.0,0.654348194033149,0.255951455205554,0.0,0.352838875109341,0.5,0.255951455205554,8.81175013657255e-06,0.219851701022865,0.5,0.255951455205554,0.0,0.0855176944452152,0.5,0.255951455205554,0.0,0.127742942277458,0.255951455205554,9.22158525846903e-05,0.146017091396712,0.0,0.443320407748342,0.255951455205554,0.0,0.429685431713937,0.5,0.255951455205554,0.0,0.70982227183617,0.255951455205554,0.0,0.295190827799284,0.255951455205554,0.0,0.393658329085121,0.255951455205554,0.0,0.430507148160145,0.0,0.993789690769472 -162,0.255951455205554,0.0,0.946606042897272,0.255951455205554,0.0,0.906138723948244,0.255951455205554,0.0,0.77093286147541,0.255951455205554,0.0,0.854461300638641,0.255951455205554,0.0,0.675011525870354,0.255951455205554,0.0,0.304032551541975,0.5,0.255951455205554,0.0,0.235199682114999,0.5,0.255951455205554,0.0,0.0925305560423946,0.5,0.255951455205554,0.0,0.122016714534045,0.255951455205554,0.0,0.16222587309646,0.0,0.412412786921346,0.255951455205554,0.0,0.423913675045783,0.5,0.255951455205554,0.0,0.731416096431195,0.255951455205554,0.0,0.23471082554019,0.255951455205554,0.0,0.367750206533223,0.255951455205554,0.0,0.362757186893208,0.0,0.996126490633605 -163,0.255951455205554,0.0,0.926737762820558,0.255951455205554,0.0,0.862064781631703,0.255951455205554,0.0,0.771857728013259,0.255951455205554,0.0,0.814662322650508,0.255951455205554,0.0,0.727920530658376,0.255951455205554,0.0,0.324454404757848,0.5,0.255951455205554,0.0,0.229788948763312,0.5,0.255951455205554,0.0,0.0884989237915308,0.5,0.255951455205554,0.0,0.114365555096439,0.255951455205554,0.0,0.147948446813858,0.0,0.4453548272275,0.255951455205554,0.0,0.397147026526582,0.5,0.255951455205554,0.0,0.712568342518908,0.255951455205554,0.0,0.21082866898013,0.255951455205554,0.0,0.347470339271722,0.255951455205554,0.0,0.313330533954724,0.0,0.99251469089709 -164,0.255951455205554,0.0,0.939999760550199,0.255951455205554,0.0,0.770687427341592,0.255951455205554,0.0,0.809438123229813,0.255951455205554,0.0,0.868452038884069,0.255951455205554,0.0,0.775445699915293,0.255951455205554,0.0,0.352466958673082,0.5,0.255951455205554,0.0,0.202635751789186,0.5,0.255951455205554,0.0,0.0925560413999271,0.5,0.255951455205554,0.0,0.0968372558267339,0.255951455205554,0.0,0.122962824668354,0.0,0.362068344531921,0.255951455205554,0.0,0.354955772776798,0.5,0.255951455205554,0.0,0.684407757008129,0.255951455205554,0.0,0.190327854239601,0.255951455205554,0.0,0.346741191915336,0.255951455205554,0.0,0.308739729018515,0.0,0.988470066819851 -165,0.255951455205554,0.0,0.963820793992517,0.255951455205554,0.0,0.850075613480564,0.255951455205554,0.0,0.850120746154761,0.255951455205554,0.0,0.906281659297939,0.255951455205554,0.0,0.762423370987214,0.255951455205554,0.0,0.317592006956145,0.5,0.255951455205554,0.0,0.172080894009579,0.5,0.255951455205554,0.0,0.0905939129453741,0.5,0.255951455205554,0.0,0.0934973456038123,0.255951455205554,0.0,0.116025393053188,0.0,0.308232047876992,0.255951455205554,0.0,0.341928487320635,0.5,0.255951455205554,0.0,0.683560513465294,0.255951455205554,0.0,0.160261675827659,0.255951455205554,0.0,0.376318453187749,0.255951455205554,0.0,0.317775070708315,0.0,0.991335301125007 -166,0.255951455205554,0.0,0.980535617284097,0.255951455205554,0.0,0.907513773585455,0.255951455205554,0.0,0.870191440281467,0.255951455205554,0.0,0.921173461915635,0.255951455205554,0.0,0.713947576399407,0.255951455205554,0.0,0.278488352845679,0.5,0.255951455205554,0.0,0.164745451083711,0.5,0.255951455205554,0.0,0.0920942937575621,0.5,0.255951455205554,0.0,0.0946318317120923,0.255951455205554,0.0,0.11214395053024,0.0,0.327519306903606,0.255951455205554,0.0,0.33864244659622,0.5,0.255951455205554,0.0,0.707172389769286,0.255951455205554,0.0,0.165974224010598,0.255951455205554,0.0,0.406158532993108,0.255951455205554,0.0,0.259945228728718,0.0,0.996471551562929 -167,0.255951455205554,0.0,0.985168799503076,0.255951455205554,0.0,0.921076352530444,0.255951455205554,0.0,0.859306661512327,0.255951455205554,0.0,0.917559003145785,0.255951455205554,0.0,0.65403828427518,0.255951455205554,0.0,0.276325391020773,0.5,0.255951455205554,0.0,0.174280401437923,0.5,0.255951455205554,0.0,0.0878358120103434,0.5,0.255951455205554,0.0,0.10487134814165,0.255951455205554,0.0,0.111706045040623,0.0,0.344090327940652,0.255951455205554,0.0,0.370578010906526,0.5,0.255951455205554,0.0,0.7476634596462,0.255951455205554,0.0,0.169559868698931,0.255951455205554,0.0,0.386769442637128,0.255951455205554,0.0,0.223345416538997,0.0,0.997040438952474 -168,0.255951455205554,0.0,0.979764552307984,0.255951455205554,0.0,0.910584780345824,0.255951455205554,0.0,0.835822996469086,0.255951455205554,0.0,0.906013803380824,0.255951455205554,0.0,0.592706799493956,0.255951455205554,0.0,0.271588297431201,0.5,0.255951455205554,0.0,0.201395651824502,0.5,0.255951455205554,0.0,0.0908583967639441,0.5,0.255951455205554,0.0,0.102970313043101,0.255951455205554,0.0,0.143890729301405,0.0,0.341566232903768,0.255951455205554,0.0,0.392141678564326,0.5,0.255951455205554,0.0,0.78695367667844,0.255951455205554,0.0,0.188284323544538,0.255951455205554,0.0,0.374477402926977,0.255951455205554,0.0,0.263616990290316,0.0,0.993372369393113 -169,0.255951455205554,0.0,0.971578286445162,0.255951455205554,0.0,0.890496875290124,0.255951455205554,0.0,0.791421811732742,0.255951455205554,0.0,0.863795792632239,0.255951455205554,0.0,0.571886366007751,0.255951455205554,0.0,0.296883698037365,0.5,0.255951455205554,0.0,0.230777898976898,0.5,0.255951455205554,0.0,0.116793509789927,0.5,0.255951455205554,0.0,0.102881588339587,0.255951455205554,0.0,0.208812987885834,0.0,0.362383112991069,0.255951455205554,0.0,0.403805318353903,0.5,0.255951455205554,0.0,0.791749417876274,0.255951455205554,0.0,0.214530347785234,0.255951455205554,0.0,0.367320305293449,0.255951455205554,0.0,0.325622743750455,0.0,0.989026996786095 -170,0.255951455205554,0.0,0.948926210540159,0.255951455205554,0.0,0.824732753419058,0.255951455205554,0.0,0.762100520940225,0.255951455205554,0.0,0.830647508339606,0.255951455205554,0.0,0.609279550811612,0.255951455205554,0.0,0.410883944982388,0.5,0.255951455205554,0.0,0.220420883590073,0.5,0.255951455205554,0.0,0.158524341786579,0.5,0.255951455205554,0.0,0.120093888486084,0.255951455205554,0.0,0.212558603407309,0.0,0.392657114791618,0.255951455205554,0.0,0.396705209251354,0.5,0.255951455205554,0.0,0.767282045033013,0.255951455205554,0.0,0.244963289955413,0.255951455205554,0.0,0.379424016255213,0.255951455205554,0.0,0.371380172516736,0.0,0.987303411998867 -171,0.255951455205554,0.0,0.920630105120903,0.255951455205554,0.0,0.774968147003609,0.255951455205554,0.0,0.785884776405037,0.255951455205554,0.0,0.871874170097063,0.255951455205554,0.0,0.636136925864623,0.255951455205554,0.0,0.453509568829646,0.5,0.255951455205554,0.0,0.188686322051032,0.5,0.255951455205554,0.0,0.245536713031155,0.5,0.255951455205554,0.0,0.145800726199185,0.255951455205554,0.0,0.212321365020053,0.0,0.363114225759259,0.255951455205554,0.0,0.370786796279004,0.5,0.255951455205554,0.0,0.721686182596999,0.255951455205554,0.0,0.311558566609383,0.255951455205554,0.0,0.378889602182065,0.255951455205554,0.0,0.401907520302281,0.0,0.996445582856915 -172,0.255951455205554,0.0,0.896642693304795,0.255951455205554,0.0,0.827739986676363,0.255951455205554,0.0,0.829487174748965,0.255951455205554,0.0,0.939712071589952,0.255951455205554,0.0,0.626837494379746,0.255951455205554,0.0,0.402940650449314,0.5,0.255951455205554,0.0,0.23582589004997,0.5,0.255951455205554,0.0,0.274433230257456,0.5,0.255951455205554,0.0,0.177970898462816,0.255951455205554,0.0,0.385065272380683,0.0,0.314390926935234,0.255951455205554,0.0,0.361030825539116,0.5,0.255951455205554,0.0,0.665119346138581,0.255951455205554,0.0,0.355854764478088,0.255951455205554,0.0,0.378983579351676,0.255951455205554,0.0,0.410865530605466,0.0,0.996233100581858 -173,0.255951455205554,0.0,0.893850282899621,0.255951455205554,0.0,0.941116524132034,0.255951455205554,0.0,0.830556888198487,0.255951455205554,0.0,0.939380033238361,0.255951455205554,0.0,0.583985695854777,0.255951455205554,0.0,0.34891105587338,0.5,0.255951455205554,0.0,0.355058958579925,0.5,0.255951455205554,0.0,0.317042689946751,0.5,0.255951455205554,0.0,0.200826999590328,0.255951455205554,0.0,0.745346999082071,0.0,0.379476623821378,0.255951455205554,0.0,0.374075543124518,0.5,0.255951455205554,0.0,0.607547302465628,0.255951455205554,0.0,0.323934286323648,0.255951455205554,0.0,0.37555654146838,0.255951455205554,0.0,0.391248055110226,0.0,0.991965217850518 -174,0.255951455205554,0.0,0.863975355046873,0.255951455205554,0.0,0.979778423383399,0.255951455205554,0.0,0.821737976580351,0.255951455205554,0.0,0.880049314395081,0.255951455205554,0.0,0.576486264553273,0.255951455205554,0.0,0.367486596945099,0.5,0.255951455205554,0.0,0.434748218102557,0.5,0.255951455205554,0.0,0.367741802376481,0.5,0.255951455205554,0.0,0.263182384207595,0.255951455205554,0.0,0.694800909364186,0.0,0.401270791504354,0.255951455205554,0.0,0.40839945589324,0.5,0.255951455205554,0.0,0.601820194662774,0.255951455205554,0.0,0.328555573387122,0.255951455205554,0.0,0.386386860646452,0.255951455205554,0.0,0.403300259737825,0.0,0.984488206422466 -175,0.255951455205554,0.0,0.865234395860239,0.255951455205554,0.0,0.946011017702005,0.255951455205554,0.0,0.823716664776287,0.255951455205554,0.0,0.834330689429848,0.255951455205554,0.0,0.561486553807548,0.255951455205554,0.0,0.466571143573617,0.5,0.255951455205554,0.0,0.432451049295357,0.5,0.255951455205554,0.0,0.379729158902899,0.5,0.255951455205554,0.0,0.313336668789755,0.255951455205554,0.0,0.406199300978079,0.0,0.339465726608095,0.255951455205554,0.0,0.430258100682925,0.5,0.255951455205554,0.0,0.660338214824617,0.255951455205554,0.0,0.376030432374542,0.255951455205554,0.0,0.409088083151832,0.255951455205554,0.0,0.401349963867542,0.0,0.976934673625772 -176,0.255951455205554,0.0,0.920280711780845,0.255951455205554,0.0,0.864961400539447,0.255951455205554,0.0,0.78593484469922,0.255951455205554,0.0,0.938553538142888,0.255951455205554,0.0,0.54377591043877,0.255951455205554,0.0,0.57470680504663,0.5,0.255951455205554,0.0,0.387436764260265,0.5,0.255951455205554,0.0,0.391766644535358,0.5,0.255951455205554,0.0,0.332184697398278,0.255951455205554,0.0,0.306321272584545,0.0,0.313004219382357,0.255951455205554,0.0,0.444236205252887,0.5,0.255951455205554,0.0,0.733114692797966,0.255951455205554,0.0,0.431617338923887,0.255951455205554,0.0,0.399416393050051,0.255951455205554,0.0,0.426243787170248,0.0,0.989834569836577 -177,0.255951455205554,0.0,0.918950156628512,0.255951455205554,0.0,0.949964675231531,0.255951455205554,0.0,0.784140952241058,0.255951455205554,0.0,0.840292320700892,0.255951455205554,0.0,0.560455758044574,0.255951455205554,0.0,0.588316513779413,0.5,0.255951455205554,0.0,0.356515772383837,0.5,0.255951455205554,9.96916235366303e-05,0.344221337069704,0.5,0.255951455205554,0.000778043875379601,0.369110984520137,0.255951455205554,0.0,0.353035052011441,2.35446707099062e-06,0.305319300248037,0.255951455205554,0.000165478014591131,0.46586344043285,0.5,0.255951455205554,0.0,0.764464172738381,0.255951455205554,0.000374753254914219,0.455937798718877,0.255951455205554,1.84793748628205e-05,0.367133347282794,0.255951455205554,0.000150927150924077,0.444554508865363,0.0,0.993218870437672 -178,0.255951455205554,0.00158938712667961,0.889058184956518,0.255951455205554,0.00077812603319009,0.924704625361149,0.255951455205554,0.00217929530601015,0.811984171650188,0.255951455205554,0.00174130790523322,0.842028662206266,0.255951455205554,0.00336529808486695,0.595805116273336,0.255951455205554,0.014227632552936,0.499744261582917,0.5,0.255951455205554,0.0225760736717745,0.364621819758955,0.5,0.255951455205554,0.00974977350197992,0.27780173109436,0.5,0.255951455205554,0.0133994890161006,0.416193551068231,0.255951455205554,0.015472447814047,0.455517937967642,0.0188884088862109,0.347962879568349,0.255951455205554,0.0127063157816662,0.46993111923991,0.5,0.255951455205554,0.00150372153134339,0.74893530860633,0.255951455205554,0.0309628538084105,0.418035637629633,0.255951455205554,0.00932952718277006,0.372108334535218,0.255951455205554,0.0181933552559579,0.589469111839462,0.00188047523082443,0.972051824826758 -179,0.255951455205554,0.0152489000882776,0.955305785795695,0.255951455205554,0.00703147164393695,0.812709854141091,0.255951455205554,0.0336785776565715,0.839063373860349,0.255951455205554,0.0191891411524712,0.951416680310289,0.255951455205554,0.019920572785346,0.670676331022907,0.255951455205554,0.0443245965374229,0.502355235871193,0.5,0.255951455205554,0.045514421624047,0.418908480240127,0.5,0.255951455205554,0.0511080153128575,0.231171542858379,0.5,0.255951455205554,0.0280189323929525,0.434210708461055,0.255951455205554,0.022592552132952,0.477356270144818,0.00222274417572064,0.375126023183942,0.255951455205554,0.0368500453876882,0.496901834642864,0.5,0.255951455205554,0.00636569302859471,0.802134478144422,0.255951455205554,0.0646265353434452,0.416812374764464,0.255951455205554,0.0185319689255671,0.451302856539477,0.255951455205554,0.022095116970894,0.678813845547731,0.0177308690385982,0.98095862003244 -180,0.255951455205554,0.0242452646451505,0.984729554631421,0.255951455205554,0.0219646699619339,0.92900044636715,0.255951455205554,0.127102486091604,0.879798857389675,0.255951455205554,0.208261907807175,0.996020594065652,0.255951455205554,0.0232199206956922,0.691252287936105,0.255951455205554,0.0409037113521737,0.534469246079901,0.5,0.255951455205554,0.0563363603886353,0.424500477930906,0.5,0.255951455205554,0.10799321374042,0.221936003778053,0.5,0.255951455205554,0.0599518068173666,0.429488059559399,0.255951455205554,0.0394194945217898,0.346615250372655,0.00822492026118068,0.3798284111092,0.255951455205554,0.0370421168112527,0.532780882637516,0.5,0.255951455205554,0.0120029089202586,0.817616853269249,0.255951455205554,0.0845734621043395,0.512823584802596,0.255951455205554,0.0362720404421062,0.492560696103911,0.255951455205554,0.0277229185998352,0.553304407389187,0.0350039208282304,1.00898593879062 -181,0.255951455205554,0.0484460323049326,1.00784687074185,0.255951455205554,0.144300683080218,1.02109188330009,0.255951455205554,0.184571689644852,0.91817012455965,0.255951455205554,0.265279341183685,1.00060688247344,0.255951455205554,0.034079461814894,0.660567699678369,0.255951455205554,0.0358948001110176,0.494679458090401,0.5,0.255951455205554,0.0500540591795052,0.34546675818038,0.5,0.255951455205554,0.148412678206396,0.228950907589915,0.5,0.255951455205554,0.106027083900553,0.366426220940494,0.255951455205554,0.0578767892182902,0.250217193898779,0.0161646605413831,0.589882991136823,0.255951455205554,0.0182978308659549,0.568667009506204,0.5,0.255951455205554,0.0148185570955491,0.783248330805503,0.255951455205554,0.0580116533652553,0.517388964969475,0.255951455205554,0.0359482901989343,0.406681553909387,0.255951455205554,0.0406334131624354,0.476295638193704,0.0286560893631837,1.00069191131542 -182,0.255951455205554,0.0785112657011753,1.00865603768814,0.255951455205554,0.0404654117274294,1.01801265707105,0.255951455205554,0.140396039459986,0.928696770865563,0.255951455205554,0.124456215108278,0.985243942138862,0.255951455205554,0.0507027172216681,0.631573946467773,0.255951455205554,0.0403298783346105,0.410479323480849,0.5,0.255951455205554,0.0502258076481413,0.281429081248037,0.5,0.255951455205554,0.137577045486287,0.191383169154789,0.5,0.255951455205554,0.111488434581016,0.267594970676267,0.255951455205554,0.041413364171628,0.17865039411157,0.00740299464659435,0.514357084000044,0.255951455205554,0.021162894686508,0.52339237538056,0.5,0.255951455205554,0.0263715949772758,0.773238537197777,0.255951455205554,0.0203470526940828,0.420691293218584,0.255951455205554,0.0512488734086999,0.424109703712955,0.255951455205554,0.0225103882757461,0.447082399023907,0.199678673405263,1.0069965597073 -183,0.255951455205554,0.032624093771796,0.997689737344168,0.255951455205554,0.00495566558218055,0.972674777111537,0.255951455205554,0.0699499177319321,0.867463457522578,0.255951455205554,0.0176640770859079,0.905070872147115,0.255951455205554,0.032812635676741,0.573531724113552,0.255951455205554,0.0227997100372312,0.314748963156253,0.5,0.255951455205554,0.0261671628742389,0.188743679250674,0.5,0.255951455205554,0.0943600707940472,0.139191846778985,0.5,0.255951455205554,0.083719541124708,0.197754203346973,0.255951455205554,0.031873967267239,0.1094901874174,0.00693770692361582,0.276238002053533,0.255951455205554,0.019032004455246,0.429882837819889,0.5,0.255951455205554,0.0239633006341776,0.828598428966947,0.255951455205554,0.00828518401176298,0.31551603605416,0.255951455205554,0.0214672247699062,0.468357561977969,0.255951455205554,0.0136743685631732,0.373800999795853,0.080301517373633,1.00685302636801 -184,0.255951455205554,0.00031911156319823,0.958159700614349,0.255951455205554,0.0,0.85465413219479,0.255951455205554,0.0208839063519533,0.755002845458253,0.255951455205554,0.00360122899739157,0.795487798435253,0.255951455205554,0.0177465640386079,0.447646881676442,0.255951455205554,0.00307700486977886,0.207024700806414,0.5,0.255951455205554,0.0110825422329437,0.119029814728745,0.5,0.255951455205554,0.0355265401383938,0.0683350742284054,0.5,0.255951455205554,0.0238755239288869,0.13924026052041,0.255951455205554,0.0221408475234794,0.0555152490740118,0.0,0.356951459177394,0.255951455205554,0.000136385722176488,0.461429576842621,0.5,0.255951455205554,0.000296514707284487,0.888619955107115,0.255951455205554,0.000673890064531109,0.256454429661823,0.255951455205554,0.00279920891162473,0.471865033277834,0.255951455205554,0.00295931764440867,0.272164439199674,0.000990898643673731,0.991351741424552 -185,0.255951455205554,0.0,0.885876748767262,0.255951455205554,0.0,0.791008627479215,0.255951455205554,0.0,0.634393436444747,0.255951455205554,0.0,0.698338512523537,0.255951455205554,3.61314440324711e-06,0.306488131369941,0.255951455205554,1.49397624638737e-08,0.128915087315319,0.5,0.255951455205554,7.10004028350773e-05,0.0635621958948898,0.5,0.255951455205554,3.5283838066711e-05,0.0393547795339954,0.5,0.255951455205554,9.36216916025198e-07,0.0889809743307826,0.255951455205554,2.54752665460648e-06,0.0246670803089756,0.0,0.586762240980819,0.255951455205554,0.0,0.492527066523458,0.5,0.255951455205554,0.0,0.83825220857734,0.255951455205554,0.0,0.237205677130575,0.255951455205554,0.0,0.360777015189464,0.255951455205554,0.0,0.199025959896936,0.0,0.973348316732467 -186,0.255951455205554,0.0,0.825491164516005,0.255951455205554,0.0,0.687049191240238,0.255951455205554,0.0,0.556826323011475,0.255951455205554,0.0,0.631258624308029,0.255951455205554,0.0,0.22393542860941,0.255951455205554,0.0,0.0989623397530674,0.5,0.255951455205554,0.0,0.0359522321725693,0.5,0.255951455205554,0.0,0.0325043408173954,0.5,0.255951455205554,0.0,0.0638043233635311,0.255951455205554,0.0,0.0255035614051877,0.0,0.495387985279952,0.255951455205554,0.0,0.457578936024622,0.5,0.255951455205554,0.0,0.780984682305853,0.255951455205554,0.0,0.210889263088157,0.255951455205554,0.0,0.27504364589324,0.255951455205554,0.0,0.154243038270207,0.0,0.976769355629903 -187,0.255951455205554,0.0,0.772200723132667,0.255951455205554,0.0,0.677643817192802,0.255951455205554,0.0,0.534300302403137,0.255951455205554,0.0,0.643051174286687,0.255951455205554,0.0,0.171368484119013,0.255951455205554,0.0,0.0896250853114222,0.5,0.255951455205554,0.0,0.0322361285899411,0.5,0.255951455205554,0.0,0.0306700686491291,0.5,0.255951455205554,0.0,0.0597853180813126,0.255951455205554,0.0,0.0214570014674762,0.0,0.404881025767437,0.255951455205554,0.0,0.394613951993335,0.5,0.255951455205554,0.0,0.714768318215459,0.255951455205554,0.0,0.168300334027571,0.255951455205554,0.0,0.219005800218987,0.255951455205554,0.0,0.14546247408833,0.0,0.931332390998398 -188,0.255951455205554,0.0,0.695944403176327,0.255951455205554,0.0,0.750763410991592,0.255951455205554,0.0,0.486428606495984,0.255951455205554,0.0,0.541685779570982,0.255951455205554,0.0,0.135132337894176,0.255951455205554,0.0,0.0713774142108309,0.5,0.255951455205554,0.0,0.0267315874134581,0.5,0.255951455205554,0.0,0.0349496461585673,0.5,0.255951455205554,0.0,0.0632645731926805,0.255951455205554,0.0,0.0166737796999728,0.0,0.360243673784464,0.255951455205554,0.0,0.34688115732514,0.5,0.255951455205554,0.0,0.664196441229965,0.255951455205554,0.0,0.15508415052416,0.255951455205554,0.0,0.196478846346984,0.255951455205554,0.0,0.127050903302727,0.0,0.88131780265257 -189,0.255951455205554,0.0,0.6943134527748,0.255951455205554,0.0,0.682357737125962,0.255951455205554,0.0,0.42185935649354,0.255951455205554,0.0,0.475181463809331,0.255951455205554,0.0,0.126633500213681,0.255951455205554,0.0,0.0727101028178578,0.5,0.255951455205554,0.0,0.0275321869476158,0.5,0.255951455205554,0.0,0.0389877911672975,0.5,0.255951455205554,0.0,0.0622413076596005,0.255951455205554,0.0,0.0250334884925111,0.0,0.320082876675462,0.255951455205554,0.0,0.317143903669452,0.5,0.255951455205554,0.0,0.632204916422132,0.255951455205554,0.0,0.131842606407382,0.255951455205554,0.0,0.165936549119309,0.255951455205554,0.0,0.098975623210918,0.0,0.866871228261084 -190,0.255951455205554,0.0,0.678574851880153,0.255951455205554,0.0,0.526097620853688,0.255951455205554,0.0,0.387200795374519,0.255951455205554,0.0,0.454236160145123,0.255951455205554,0.0,0.130326182798034,0.255951455205554,0.0,0.088911593174104,0.5,0.255951455205554,0.0,0.0311887264505733,0.5,0.255951455205554,0.0,0.0426772299635688,0.5,0.255951455205554,0.0,0.0580946534734385,0.255951455205554,0.0,0.0269348794964285,0.0,0.272021334726592,0.255951455205554,0.0,0.294149979466732,0.5,0.255951455205554,0.0,0.587723216760009,0.255951455205554,0.0,0.0970063367166299,0.255951455205554,0.0,0.11875900438648,0.255951455205554,0.0,0.0879679876202586,0.0,0.898471707209872 -191,0.255951455205554,0.0,0.674410618949771,0.255951455205554,0.0,0.496552782083979,0.255951455205554,0.0,0.350731377163208,0.255951455205554,0.0,0.425196491533323,0.255951455205554,0.0,0.135360652227591,0.255951455205554,0.0,0.0938216033213235,0.5,0.255951455205554,0.0,0.0389174155619285,0.5,0.255951455205554,0.0,0.0472326487983214,0.5,0.255951455205554,0.0,0.0648799731633097,0.255951455205554,0.0,0.031299680070036,0.0,0.200645194072366,0.255951455205554,0.0,0.271122261129768,0.5,0.255951455205554,0.0,0.524918225563611,0.255951455205554,0.0,0.0751496043941418,0.255951455205554,0.0,0.088570414928096,0.255951455205554,0.0,0.106024858820824,0.0,0.848361905998455 -192,0.255951455205554,0.0,0.65446912994796,0.255951455205554,0.0,0.346589835459064,0.255951455205554,0.0,0.311511011964994,0.255951455205554,0.0,0.391049531462987,0.255951455205554,0.0,0.146202631028231,0.255951455205554,0.0,0.0911252399765198,0.5,0.255951455205554,0.0,0.0518428392329545,0.5,0.255951455205554,0.0,0.0528777289597595,0.5,0.255951455205554,0.0,0.0640937974186184,0.255951455205554,0.0,0.0375217975296307,0.0,0.150131457371948,0.255951455205554,0.0,0.22888855486098,0.5,0.255951455205554,0.0,0.485358856753536,0.255951455205554,0.0,0.0743896636472349,0.255951455205554,0.0,0.0836041560900715,0.255951455205554,0.0,0.108600403427479,0.0,0.803210727215489 -193,0.255951455205554,0.0,0.642265874063473,0.255951455205554,0.0,0.334594322692184,0.255951455205554,0.0,0.259119631688103,0.255951455205554,0.0,0.318324146089074,0.255951455205554,0.0,0.173242176258858,0.255951455205554,0.0,0.0940608870713464,0.5,0.255951455205554,0.0,0.0706980392902092,0.5,0.255951455205554,0.0,0.0619718348755631,0.5,0.255951455205554,0.0,0.0600688440821872,0.255951455205554,0.0,0.0522418410851605,0.0,0.132296582326335,0.255951455205554,0.0,0.181639906764426,0.5,0.255951455205554,0.0,0.431309019644576,0.255951455205554,0.0,0.0788109765433622,0.255951455205554,0.0,0.0855035903363067,0.255951455205554,0.0,0.093508351105975,0.0,0.727149891718971 -194,0.255951455205554,0.0,0.618158430257787,0.255951455205554,0.0,0.281640137382837,0.255951455205554,0.0,0.22173887291101,0.255951455205554,0.0,0.246812532416991,0.255951455205554,0.0,0.214771689459006,0.255951455205554,0.0,0.114656856513645,0.5,0.255951455205554,0.0,0.104047244787606,0.5,0.255951455205554,0.0,0.0745942895543008,0.5,0.255951455205554,0.0,0.0607892092843207,0.255951455205554,0.0,0.112986461524816,0.0,0.112967379560863,0.255951455205554,0.0,0.140684977383211,0.5,0.255951455205554,0.0,0.369365883939048,0.255951455205554,0.0,0.0735219246928533,0.255951455205554,0.0,0.0777120653582368,0.255951455205554,0.0,0.0952258474281357,0.0,0.577124447807234 -195,0.255951455205554,0.0,0.561359738671745,0.255951455205554,0.0,0.213694011882277,0.255951455205554,0.0,0.203620683884629,0.255951455205554,0.0,0.209161325447181,0.255951455205554,0.0,0.29496297624511,0.255951455205554,0.0,0.162679485988482,0.5,0.255951455205554,0.0,0.186109916606898,0.5,0.255951455205554,0.0,0.0929620788690791,0.5,0.255951455205554,0.0,0.0705086253801573,0.255951455205554,0.0,0.275347214129313,0.0,0.0802186050071468,0.255951455205554,0.0,0.104745865388117,0.5,0.255951455205554,0.0,0.308431296497199,0.255951455205554,0.0,0.070946761089796,0.255951455205554,0.0,0.0823851174563459,0.255951455205554,0.0,0.110223507066572,0.0,0.507481022290106 -196,0.255951455205554,0.0,0.487115529654594,0.255951455205554,0.0,0.154831285776596,0.255951455205554,0.0,0.210999937469308,0.255951455205554,0.0,0.202564466180408,0.255951455205554,0.0,0.421320069343966,0.255951455205554,0.0,0.236289135031115,0.5,0.255951455205554,0.0,0.303598874308139,0.5,0.255951455205554,0.0,0.134344783433787,0.5,0.255951455205554,0.0,0.0904837957370251,0.255951455205554,0.0,0.503506780107433,0.0,0.0721436340057015,0.255951455205554,0.0,0.0871108081696193,0.5,0.255951455205554,0.0,0.241510885775948,0.255951455205554,0.0,0.0806813267958875,0.255951455205554,0.0,0.0979799076483038,0.255951455205554,0.0,0.13273527973466,0.0,0.398954328122327 -197,0.255951455205554,0.0,0.326610160674263,0.255951455205554,0.0,0.127898586196348,0.255951455205554,0.0,0.281259257169654,0.255951455205554,0.0,0.218131882555902,0.255951455205554,0.0,0.557287670490094,0.255951455205554,0.0,0.321522669735563,0.5,0.255951455205554,0.0,0.472507002361706,0.5,0.255951455205554,0.0,0.180556868669993,0.5,0.255951455205554,0.0,0.129078611038971,0.255951455205554,0.0,0.62214261039176,0.0,0.0703258506760657,0.255951455205554,0.0,0.0849390680007754,0.5,0.255951455205554,0.0,0.208824254549325,0.255951455205554,0.0,0.10540323724385,0.255951455205554,0.0,0.122552725477273,0.255951455205554,0.0,0.17576239254592,0.0,0.305910694768094 -198,0.255951455205554,0.0,0.270051493421781,0.255951455205554,0.0,0.145150565407984,0.255951455205554,0.0,0.415428865003679,0.255951455205554,0.0,0.342378969398273,0.255951455205554,0.0,0.680607517641377,0.255951455205554,0.0,0.510146078731938,0.5,0.255951455205554,0.0,0.612655723551285,0.5,0.255951455205554,0.0,0.262481688521609,0.5,0.255951455205554,0.0,0.205306275820441,0.255951455205554,0.0,0.713773739898894,0.0,0.0789994249830475,0.255951455205554,0.0,0.095829051687489,0.5,0.255951455205554,0.0,0.180328832819414,0.255951455205554,0.0,0.148204555156895,0.255951455205554,0.0,0.152765776983589,0.255951455205554,0.0,0.226606375328056,0.0,0.709542809461123 -199,0.255951455205554,0.0,0.400231017784023,0.255951455205554,0.0,0.258011590198975,0.255951455205554,0.0,0.566405910859513,0.255951455205554,0.0,0.581193800965633,0.255951455205554,0.0,0.79031674771646,0.255951455205554,0.0,0.701098913522462,0.5,0.255951455205554,0.0,0.725210059184096,0.5,0.255951455205554,0.0,0.316817755479621,0.5,0.255951455205554,0.0,0.304538837375777,0.255951455205554,0.0,0.771728638080443,0.0,0.111333502919398,0.255951455205554,0.0,0.117305529670972,0.5,0.255951455205554,0.0,0.164608462442437,0.255951455205554,0.0,0.195457329632316,0.255951455205554,0.0,0.189213270428612,0.255951455205554,0.0,0.288224691030891,0.0,0.935972152139902 -200,0.255951455205554,0.0,0.572267381399551,0.255951455205554,0.0,0.47094493866086,0.255951455205554,0.0,0.710752718034302,0.255951455205554,0.0,0.667359547973194,0.255951455205554,0.0,0.852512242238142,0.255951455205554,0.0,0.805935642245969,0.5,0.255951455205554,0.0,0.770316166707433,0.5,0.255951455205554,0.0,0.344788500340154,0.5,0.255951455205554,0.0,0.391579375146883,0.255951455205554,0.0,0.753939894258525,0.0,0.116196841515929,0.255951455205554,0.0,0.149929251222667,0.5,0.255951455205554,0.0,0.217190650020264,0.255951455205554,0.0,0.282799490329984,0.255951455205554,0.0,0.249110618108641,0.255951455205554,0.0,0.428381172525455,0.0,0.932798792112718 -201,0.255951455205554,0.0,0.69950245656816,0.255951455205554,0.0,0.507810539411388,0.255951455205554,0.0,0.815278292988183,0.255951455205554,0.0,0.868779233226857,0.255951455205554,0.0,0.888279889942059,0.255951455205554,0.0,0.878855666618688,0.5,0.255951455205554,0.0,0.788051425562701,0.5,0.255951455205554,0.000684376834169652,0.358222181650525,0.5,0.255951455205554,0.00253256690499794,0.444812398510304,0.255951455205554,0.0,0.812975093170728,3.41268399968653e-05,0.183678367041411,0.255951455205554,0.000696379256964262,0.218146438190734,0.5,0.255951455205554,0.0,0.344688994094807,0.255951455205554,0.00109271526022926,0.401335326614246,0.255951455205554,1.64484431389795e-05,0.356137945091496,0.255951455205554,6.92058746913839e-05,0.618663340247515,0.0,0.94708457830096 -202,0.255951455205554,0.00050832262808795,0.900625492428037,0.255951455205554,0.000866089963462234,0.764841436293666,0.255951455205554,0.00270334406670514,0.878625155951518,0.255951455205554,0.00238429111499516,0.938514278681616,0.255951455205554,0.00260729936877429,0.907498545388397,0.255951455205554,0.00549132393935892,0.916908133731829,0.5,0.255951455205554,0.0145012081722292,0.848640055144171,0.5,0.255951455205554,0.0419184672986213,0.403432156090724,0.5,0.255951455205554,0.0538050250776972,0.480115836979714,0.255951455205554,0.0196370547473415,0.916354567718096,0.0330607627717191,0.32082680612775,0.255951455205554,0.0288764840972248,0.363693057046107,0.5,0.255951455205554,0.0118153721684553,0.50068754117902,0.255951455205554,0.0186919781989779,0.561580580976636,0.255951455205554,0.00885106400641075,0.563199687726834,0.255951455205554,0.00401831121937229,0.809346823082683,0.000348066738001398,0.967848023080749 -203,0.255951455205554,0.00260938218628558,0.908257404213127,0.255951455205554,0.00992623485636854,0.917990463415057,0.255951455205554,0.0105190256386782,0.897979623692512,0.255951455205554,0.00628951999641278,0.899740686950367,0.255951455205554,0.00812240390216981,0.9380117448493,0.255951455205554,0.0231364177923753,0.951908324314805,0.5,0.255951455205554,0.0567675645956554,0.916586087713084,0.5,0.255951455205554,0.107024288190358,0.477663317931333,0.5,0.255951455205554,0.117760118382403,0.540742197409503,0.255951455205554,0.0462477064710206,0.967450889378941,0.0335438267419444,0.504106269890158,0.255951455205554,0.0411757972328982,0.518607315010962,0.5,0.255951455205554,0.0164341405845963,0.638217379665985,0.255951455205554,0.0183161641105068,0.750728723336371,0.255951455205554,0.0203400779789926,0.741547184011245,0.255951455205554,0.00984326970047945,0.910582134974128,0.00191288697678664,0.98498061257439 -204,0.255951455205554,0.00610321141150854,0.90113537242308,0.255951455205554,0.00721519266384159,0.908774550159167,0.255951455205554,0.0126753375396897,0.917970232415934,0.255951455205554,0.0146817534833375,0.924030687454059,0.255951455205554,0.00810924357892003,0.980061543422462,0.255951455205554,0.0448303761979625,0.985133544839044,0.5,0.255951455205554,0.0678686838208548,0.939182849732635,0.5,0.255951455205554,0.162379570827169,0.564708751616599,0.5,0.255951455205554,0.146009682899572,0.609954390954535,0.255951455205554,0.0609619873550183,0.992598431178391,0.0242005331705161,0.647451904836781,0.255951455205554,0.0179529329657584,0.664941835562379,0.5,0.255951455205554,0.0109285132790339,0.734759463403697,0.255951455205554,0.0203527406938913,0.838006133866969,0.255951455205554,0.0312375527345211,0.848792226553049,0.255951455205554,0.0226308055214313,0.96661702654892,0.00378178406720878,0.990385639484469 -205,0.255951455205554,0.00743593967590367,0.95956603198489,0.255951455205554,0.010956333464091,0.913032510205744,0.255951455205554,0.0152964812094232,0.963486179823125,0.255951455205554,0.0103748423296467,0.997181879360597,0.255951455205554,0.0118192447521434,0.985559825673308,0.255951455205554,0.0386937319750121,0.987956617197786,0.5,0.255951455205554,0.0869974081843282,0.9659685473117,0.5,0.255951455205554,0.223869537847768,0.634580125359355,0.5,0.255951455205554,0.157094779727719,0.648893988343984,0.255951455205554,0.0680793234391887,1.01979675891548,0.00629546269211884,0.704335629005764,0.255951455205554,0.0135203564606431,0.723951408199434,0.5,0.255951455205554,0.00839189630142622,0.796371564805021,0.255951455205554,0.0264003094388859,0.890446709314227,0.255951455205554,0.0323014468623632,0.87930362232665,0.255951455205554,0.0617947510655905,1.00236644594838,0.00762869823646026,0.99465079691736 -206,0.255951455205554,0.00580595191773935,0.988745478420293,0.255951455205554,0.00724339874396879,1.00230144678495,0.255951455205554,0.00929653510491515,0.986753870208639,0.255951455205554,0.0244588721038379,1.01216326617458,0.255951455205554,0.010344755211753,1.00085856209656,0.255951455205554,0.0197254259285222,0.988679205305192,0.5,0.255951455205554,0.0689569388951469,0.963414537618472,0.5,0.255951455205554,0.241090705648555,0.697456471494407,0.5,0.255951455205554,0.151587572883422,0.671443704052566,0.255951455205554,0.030680160646965,1.01014453063349,0.0153676587892596,0.765558313049216,0.255951455205554,0.014853326701135,0.790292502133569,0.5,0.255951455205554,0.00652874616293999,0.818260539289514,0.255951455205554,0.0636272248429219,0.910419881437499,0.255951455205554,0.0356992992703917,0.917991081395662,0.255951455205554,0.0704779266453586,0.995062720828536,0.00116816792414281,0.995620693362659 -207,0.255951455205554,0.00282898672728044,0.999382955199541,0.255951455205554,0.0106770231653956,1.01634207348773,0.255951455205554,0.0053114556531145,1.00250770008635,0.255951455205554,0.00084349431025653,1.0164402772225,0.255951455205554,0.00658270984591461,1.01881860807683,0.255951455205554,0.0078526559931839,0.998552842909337,0.5,0.255951455205554,0.0218950398822447,0.944141045738961,0.5,0.255951455205554,0.181957057456362,0.778728343960215,0.5,0.255951455205554,0.111736882689902,0.735207613308623,0.255951455205554,0.00607288374439287,0.982415708069682,0.00683198443861493,0.876957875037208,0.255951455205554,0.00722023241475193,0.87424164614022,0.5,0.255951455205554,0.00298945983267545,0.815101321606345,0.255951455205554,0.0495056125640249,0.926583779462607,0.255951455205554,0.019558431924718,0.955980508332473,0.255951455205554,0.0243617723167516,0.988455959482156,0.00312106789216581,0.99112349484413 -208,0.255951455205554,8.25963158276744e-05,1.00786844792051,0.255951455205554,2.64511114736993e-06,1.02173913043478,0.255951455205554,0.00152999525431937,1.01391697546412,0.255951455205554,0.00144866994656991,1.0164402772225,0.255951455205554,0.00242166182622297,0.992958154170309,0.255951455205554,0.00200482873607515,1.00498153611505,0.5,0.255951455205554,0.00470958177268142,0.900462309056753,0.5,0.255951455205554,0.0716319602944515,0.786247478929762,0.5,0.255951455205554,0.0519301631203548,0.784233897762926,0.255951455205554,0.00130599330890164,0.916122748340054,0.000371229205726892,0.95785711687885,0.255951455205554,0.000443479179702709,0.928580865100745,0.5,0.255951455205554,0.000599855303177644,0.876300039341231,0.255951455205554,0.0013044869441625,0.925249319357511,0.255951455205554,0.00142434884142675,0.953987412924378,0.255951455205554,0.00268549807805231,1.00017858295324,0.0,0.997814624570053 -209,0.255951455205554,0.0,1.01214480734383,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00998296981087,0.255951455205554,0.0,1.01550560439742,0.255951455205554,1.2679702490323e-06,0.947002546250485,0.255951455205554,6.64038634384703e-07,0.99812920948874,0.5,0.255951455205554,0.00015044374554968,0.785986169493185,0.5,0.255951455205554,3.07580282639364e-06,0.801353978585339,0.5,0.255951455205554,0.0,0.790811903210054,0.255951455205554,0.000154435267812952,0.805648465184073,0.0,0.95927578686443,0.255951455205554,0.0,0.966283301055272,0.5,0.255951455205554,0.0,0.962965562242052,0.255951455205554,0.0,0.9480530252281,0.255951455205554,0.0,1.00449643807111,0.255951455205554,0.0,0.993018260700051,0.0,0.998582720090459 -210,0.255951455205554,0.0,0.968031627182985,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00557212312486,0.255951455205554,0.0,1.01064422645925,0.255951455205554,0.0,0.917035289791719,0.255951455205554,0.0,0.947231326446343,0.5,0.255951455205554,0.0,0.645268163363427,0.5,0.255951455205554,0.0,0.843576870871043,0.5,0.255951455205554,0.0,0.814703807252549,0.255951455205554,0.0,0.695774206824762,0.0,1.0125188644743,0.255951455205554,0.0,0.998199529073741,0.5,0.255951455205554,0.0,1.01002188009153,0.255951455205554,0.0,0.945096887361956,0.255951455205554,0.0,1.01386006045625,0.255951455205554,0.0,0.996594332395839,0.0,1.01048875490787 -211,0.255951455205554,0.0,0.951944602522458,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00036832189239,0.255951455205554,0.0,1.00955763231826,0.255951455205554,0.0,0.902952618243256,0.255951455205554,0.0,0.838296330063144,0.5,0.255951455205554,0.0,0.492538336050078,0.5,0.255951455205554,0.0,0.733225004096593,0.5,0.255951455205554,0.0,0.832119628201249,0.255951455205554,0.0,0.546937417939305,0.0,1.02173913043478,0.255951455205554,0.0,1.01426198143093,0.5,0.255951455205554,0.0,1.01710537684633,0.255951455205554,0.0,0.92694632326242,0.255951455205554,0.0,1.02118917487506,0.255951455205554,0.0,0.998835849303604,0.0,0.923615844891682 -212,0.255951455205554,0.0,0.995440947248653,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.992415009858131,0.255951455205554,0.0,1.00778089285618,0.255951455205554,0.0,0.872409313493827,0.255951455205554,0.0,0.755019319555224,0.5,0.255951455205554,0.0,0.379779907637254,0.5,0.255951455205554,0.0,0.62245664712368,0.5,0.255951455205554,0.0,0.76713888185026,0.255951455205554,0.0,0.43917365573594,0.0,1.02173913043478,0.255951455205554,0.0,1.02155822100836,0.5,0.255951455205554,0.0,1.00147791151072,0.255951455205554,0.0,0.936408319998106,0.255951455205554,0.0,1.00606212729315,0.255951455205554,0.0,0.954329897582401,0.0,0.915545853633333 -213,0.255951455205554,0.0,0.989586105684264,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.988508228070083,0.255951455205554,0.0,0.995346644834152,0.255951455205554,0.0,0.83676275597021,0.255951455205554,0.0,0.719363884598569,0.5,0.255951455205554,0.0,0.314585237125738,0.5,0.255951455205554,0.0,0.480576843534414,0.5,0.255951455205554,0.0,0.666797616077567,0.255951455205554,0.0,0.295953335155235,0.0,1.02173913043478,0.255951455205554,0.0,1.0201424145077,0.5,0.255951455205554,0.0,1.00851669671514,0.255951455205554,0.0,0.948241464628314,0.255951455205554,0.0,0.969736074862998,0.255951455205554,0.0,0.881834300929384,0.0,0.91920204796754 -214,0.255951455205554,0.0,0.997073659680833,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.982567660988141,0.255951455205554,0.0,1.00676398528236,0.255951455205554,0.0,0.804184926693371,0.255951455205554,0.0,0.63434912556744,0.5,0.255951455205554,0.0,0.279833588016947,0.5,0.255951455205554,0.0,0.336337542136496,0.5,0.255951455205554,0.0,0.53621155889712,0.255951455205554,0.0,0.214448374021644,0.0,1.02173913043478,0.255951455205554,0.0,1.0047145901377,0.5,0.255951455205554,0.0,1.01346773587878,0.255951455205554,0.0,0.932618982133764,0.255951455205554,0.0,0.942877992103932,0.255951455205554,0.0,0.845519098260264,0.0,1.00961055221947 -215,0.255951455205554,0.0,1.00697349302075,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.977752250752165,0.255951455205554,0.0,1.00257861044258,0.255951455205554,0.0,0.768498522293707,0.255951455205554,0.0,0.555613843302887,0.5,0.255951455205554,0.0,0.315969716819641,0.5,0.255951455205554,0.0,0.266458699601772,0.5,0.255951455205554,0.0,0.413403644236416,0.255951455205554,0.0,0.250722314450749,0.0,1.02173913043478,0.255951455205554,0.0,0.985454061960418,0.5,0.255951455205554,0.0,1.01306692210195,0.255951455205554,0.0,0.848454787097337,0.255951455205554,0.0,0.944631943581665,0.255951455205554,0.0,0.845436034859942,0.0,1.00996452855737 -216,0.255951455205554,0.0,1.01018875243229,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.964652122207827,0.255951455205554,0.0,1.00364960194634,0.255951455205554,0.0,0.727718350555422,0.255951455205554,0.0,0.550640077099806,0.5,0.255951455205554,0.0,0.409859654209335,0.5,0.255951455205554,0.0,0.24398179264876,0.5,0.255951455205554,0.0,0.360874596523917,0.255951455205554,0.0,0.472010614486875,0.0,1.02173913043478,0.255951455205554,0.0,0.981569111024264,0.5,0.255951455205554,0.0,1.01558712086331,0.255951455205554,0.0,0.781382891407652,0.255951455205554,0.0,0.940562691953292,0.255951455205554,0.0,0.815876490854153,0.0,1.00975871036548 -217,0.255951455205554,0.0,1.00314405435487,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.952642708166096,0.255951455205554,0.0,1.01135371733134,0.255951455205554,0.0,0.690879477989399,0.255951455205554,0.0,0.661860943285651,0.5,0.255951455205554,0.0,0.446860282822497,0.5,0.255951455205554,0.0,0.232896723488403,0.5,0.255951455205554,0.0,0.32301977334046,0.255951455205554,0.0,0.647432955635682,0.0,1.0188516330971,0.255951455205554,0.0,0.973128067209544,0.5,0.255951455205554,0.0,1.01555863676621,0.255951455205554,0.0,0.752027883124376,0.255951455205554,0.0,0.911450512218428,0.255951455205554,0.0,0.832900524263827,0.0,1.00962488226409 -218,0.255951455205554,0.0,0.982421945932701,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.938436823206318,0.255951455205554,0.0,1.0102657266774,0.255951455205554,0.0,0.6589816859763,0.255951455205554,0.0,0.64084742956201,0.5,0.255951455205554,0.0,0.480494560486318,0.5,0.255951455205554,0.0,0.23769019784225,0.5,0.255951455205554,0.0,0.342145681383282,0.255951455205554,0.0,0.652065306732956,0.0,1.01013994482099,0.255951455205554,0.0,0.958674349094693,0.5,0.255951455205554,0.0,1.01458308094635,0.255951455205554,0.0,0.740310075905612,0.255951455205554,0.0,0.891170432426748,0.255951455205554,0.0,0.819141691088267,0.0,1.00940553552461 -219,0.255951455205554,0.0,0.96813974215706,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.925905521410339,0.255951455205554,0.0,1.00330875761141,0.255951455205554,0.0,0.66613244909688,0.255951455205554,0.0,0.619496261193442,0.5,0.255951455205554,0.0,0.483114420386222,0.5,0.255951455205554,0.0,0.301721881393662,0.5,0.255951455205554,0.0,0.406876524322548,0.255951455205554,0.0,0.614472810612819,0.0,0.990866448649915,0.255951455205554,0.0,0.950975450420012,0.5,0.255951455205554,0.0,1.01473032829596,0.255951455205554,0.0,0.743218700548002,0.255951455205554,0.0,0.830184768396981,0.255951455205554,0.0,0.686501713920759,0.0,1.00703075841711 -220,0.255951455205554,0.0,0.940850308501602,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.922913194225312,0.255951455205554,0.0,0.976069763835728,0.255951455205554,0.0,0.700266765056814,0.255951455205554,0.0,0.608084507266794,0.5,0.255951455205554,0.0,0.382945315948857,0.5,0.255951455205554,0.0,0.338482232041778,0.5,0.255951455205554,0.0,0.475532619978452,0.255951455205554,0.0,0.413184409669593,0.0,0.988626793589877,0.255951455205554,0.0,0.951905471254296,0.5,0.255951455205554,0.0,1.01449872490961,0.255951455205554,0.0,0.711142641788977,0.255951455205554,0.0,0.861983566119793,0.255951455205554,0.0,0.61962828800751,0.0,0.998382928601923 -221,0.255951455205554,0.0,0.910420032266927,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.900341534590718,0.255951455205554,0.0,0.937630350203957,0.255951455205554,0.0,0.75215418357322,0.255951455205554,0.0,0.582112591987482,0.5,0.255951455205554,0.0,0.30571459417391,0.5,0.255951455205554,0.0,0.375056404731846,0.5,0.255951455205554,0.0,0.532385537604107,0.255951455205554,0.0,0.287088447009703,0.0,0.984909736264821,0.255951455205554,0.0,0.962953587091749,0.5,0.255951455205554,0.0,1.0126981159751,0.255951455205554,0.0,0.804103433871033,0.255951455205554,0.0,0.85058375795082,0.255951455205554,0.0,0.631310137855751,0.0,0.959242039513783 -222,0.255951455205554,0.0,0.906158019467133,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.864623678283818,0.255951455205554,0.0,0.90961773659396,0.255951455205554,0.0,0.76992077039962,0.255951455205554,0.0,0.539740758086819,0.5,0.255951455205554,0.0,0.293117834182113,0.5,0.255951455205554,0.0,0.361631831753298,0.5,0.255951455205554,0.0,0.544666149339893,0.255951455205554,0.0,0.25314929069083,0.0,0.990283433596151,0.255951455205554,0.0,0.966555290479088,0.5,0.255951455205554,0.0,1.00168561219731,0.255951455205554,0.0,0.834400050349248,0.255951455205554,0.0,0.892539967615178,0.255951455205554,0.0,0.706326812763198,0.0,0.960617032122972 -223,0.255951455205554,0.0,0.916454973363395,0.255951455205554,0.0,1.01070164380601,0.255951455205554,0.0,0.846061254903021,0.255951455205554,0.0,0.887378086259975,0.255951455205554,0.0,0.779158780649077,0.255951455205554,0.0,0.533188382611217,0.5,0.255951455205554,0.0,0.323839230439097,0.5,0.255951455205554,0.0,0.330424729520075,0.5,0.255951455205554,0.0,0.554594705549869,0.255951455205554,0.0,0.263657979685181,0.0,1.02173913043478,0.255951455205554,0.0,0.991623092938041,0.5,0.255951455205554,0.0,0.978289022273741,0.255951455205554,0.0,0.860418076215045,0.255951455205554,0.0,0.875034560656534,0.255951455205554,0.0,0.736477123414488,0.0,0.999859212803845 -224,0.255951455205554,0.0,0.899625333636331,0.255951455205554,0.0,0.98747134994195,0.255951455205554,0.0,0.855263086618466,0.255951455205554,0.0,0.872297940063685,0.255951455205554,0.0,0.758251315584916,0.255951455205554,0.0,0.616556989329751,0.5,0.255951455205554,0.0,0.338650852543796,0.5,0.255951455205554,0.0,0.295721195763105,0.5,0.255951455205554,0.0,0.530032340152052,0.255951455205554,0.0,0.23917927179194,0.0,1.02173913043478,0.255951455205554,0.0,1.01745225405281,0.5,0.255951455205554,0.0,0.9565079441131,0.255951455205554,0.0,0.853844123750116,0.255951455205554,0.0,0.874431461915162,0.255951455205554,0.0,0.784298703789341,0.0,1.00663387470632 -225,0.255951455205554,0.0,0.886852196401285,0.255951455205554,0.0,0.991634213944274,0.255951455205554,0.0,0.867653408619205,0.255951455205554,0.0,0.889285255608893,0.255951455205554,0.0,0.728905528425517,0.255951455205554,0.0,0.66387626795243,0.5,0.255951455205554,0.0,0.309249307873928,0.5,0.255951455205554,0.000263260564904344,0.27651371215569,0.5,0.255951455205554,0.000876396535973556,0.490313318672191,0.255951455205554,0.0,0.190475313245819,7.53381800818731e-05,1.02173913043478,0.255951455205554,0.000607166281584527,1.01115322697095,0.5,0.255951455205554,0.0,0.93085401518509,0.255951455205554,0.00199914083369266,0.866069179434339,0.255951455205554,7.99708657067261e-05,0.936973824248129,0.255951455205554,0.000513092240904408,0.822710173115317,0.0,1.00429453398625 -226,0.255951455205554,0.00301956155563882,0.928133069435057,0.255951455205554,0.00515946961741353,1.00397500142998,0.255951455205554,0.00346166824935235,0.875025478435257,0.255951455205554,0.00344929463806861,0.918808498849727,0.255951455205554,0.00656970930140027,0.698543002424317,0.255951455205554,0.00698523258361086,0.612822222381063,0.5,0.255951455205554,0.00743346914482106,0.29208014082859,0.5,0.255951455205554,0.015735379342473,0.25492120744849,0.5,0.255951455205554,0.0140097767172045,0.4844060308829,0.255951455205554,0.00366675138404819,0.181625576790634,0.0127678348062905,1.02173913043478,0.255951455205554,0.0245057522102743,1.00842904699662,0.5,0.255951455205554,0.00609904491990558,0.918046190119785,0.255951455205554,0.055350216529827,0.910067130656826,0.255951455205554,0.0117753109847983,0.922725023382824,0.255951455205554,0.0341462427981754,0.871493296938016,0.00154519271275681,0.998989017528357 -227,0.255951455205554,0.00989132939191137,0.964512021886606,0.255951455205554,0.0148704279754851,0.99367316563968,0.255951455205554,0.0129918697084157,0.869814539782264,0.255951455205554,0.0201107408719664,0.9126740272357,0.255951455205554,0.0280996795471429,0.694593363063896,0.255951455205554,0.0296371671150516,0.578262271843853,0.5,0.255951455205554,0.0350967850834425,0.288041188141067,0.5,0.255951455205554,0.0555957454333503,0.260096776753418,0.5,0.255951455205554,0.0389840428425366,0.465802226539917,0.255951455205554,0.0197967029842378,0.202749076224237,0.0127655517080068,0.994137106509077,0.255951455205554,0.0314879752172357,0.993990674533531,0.5,0.255951455205554,0.0244548342393942,0.919854943435534,0.255951455205554,0.0716319908840498,0.974347882648823,0.255951455205554,0.0236011209452023,0.912440235025985,0.255951455205554,0.0316142800702924,0.841584660765523,0.0105063132722129,0.988492170537233 -228,0.255951455205554,0.0270258195146063,0.969128717584718,0.255951455205554,0.00921219631863756,0.975131133818425,0.255951455205554,0.025670265895381,0.856805292868094,0.255951455205554,0.0429283799388667,0.907025121320852,0.255951455205554,0.0577731079725599,0.677763560179868,0.255951455205554,0.043467561925278,0.559308076055047,0.5,0.255951455205554,0.0734298951340111,0.302080446014441,0.5,0.255951455205554,0.100595400079501,0.269287786207785,0.5,0.255951455205554,0.07137913713393,0.450236848443627,0.255951455205554,0.0615231993584988,0.191175473064448,0.0172137397004842,0.96376774057616,0.255951455205554,0.0302206365989056,0.976655703304073,0.5,0.255951455205554,0.0212107814632875,0.918380574272331,0.255951455205554,0.0655384685729308,0.952608519334158,0.255951455205554,0.0291235291538082,0.877895009150575,0.255951455205554,0.0317687351534401,0.777603998311388,0.0511788333776075,0.993372591535939 -229,0.255951455205554,0.030633509935418,0.961755074714485,0.255951455205554,0.0189623716305287,0.969965617274305,0.255951455205554,0.0385375316088322,0.846707715646699,0.255951455205554,0.0224618031618588,0.882201365647222,0.255951455205554,0.0761369833033469,0.642382704352769,0.255951455205554,0.044696930707176,0.509443897070099,0.5,0.255951455205554,0.100322795816023,0.288663768441997,0.5,0.255951455205554,0.126636194979374,0.261963481721429,0.5,0.255951455205554,0.105631454155332,0.443013309909627,0.255951455205554,0.106618235725453,0.214819570392831,0.0212341104232855,0.94860536899939,0.255951455205554,0.0205212375906011,0.966432209912878,0.5,0.255951455205554,0.0159847000828962,0.922321005265171,0.255951455205554,0.0592509140189997,0.914945075519467,0.255951455205554,0.0356019332783895,0.812409082129511,0.255951455205554,0.0347325800037922,0.723317207044228,0.0505203361948886,1.00183016547259 -230,0.255951455205554,0.0321181615822834,0.964821110540878,0.255951455205554,0.0250169550945067,0.941372220578454,0.255951455205554,0.0403265320718811,0.816764111195398,0.255951455205554,0.0245988080200671,0.864798835571551,0.255951455205554,0.0773049079782568,0.580044444214343,0.255951455205554,0.0379327111950266,0.431366855550597,0.5,0.255951455205554,0.0975861364193381,0.274102508956945,0.5,0.255951455205554,0.108100823128908,0.24499164501939,0.5,0.255951455205554,0.107408948074231,0.400034537297583,0.255951455205554,0.0633357063175635,0.228759570065499,0.0191718868889496,0.980558092884905,0.255951455205554,0.0253750653580805,0.950143367290274,0.5,0.255951455205554,0.0121987980269546,0.935697091628107,0.255951455205554,0.0461159568047105,0.84414000281215,0.255951455205554,0.0377035634366475,0.808556752685488,0.255951455205554,0.0461694085936252,0.72983820324875,0.116988412547301,1.00428762707628 -231,0.255951455205554,0.0122601042827375,0.969961478718148,0.255951455205554,0.0151856923037524,0.915538656210492,0.255951455205554,0.0574381419597054,0.737738966235858,0.255951455205554,0.0333669082942614,0.803775660497558,0.255951455205554,0.0738647475624284,0.515957508903918,0.255951455205554,0.0245895858275838,0.33505305707994,0.5,0.255951455205554,0.0458986635279136,0.192507950060512,0.5,0.255951455205554,0.0725478700141773,0.194025391632764,0.5,0.255951455205554,0.0718076081411446,0.353229641093467,0.255951455205554,0.0359935612161833,0.157356492121244,0.0108493572981855,0.975762421319118,0.255951455205554,0.0196140168624261,0.902285342385608,0.5,0.255951455205554,0.00828800708128061,0.931201009673392,0.255951455205554,0.0257849837021021,0.781451082817927,0.255951455205554,0.0195441776027152,0.781296968176083,0.255951455205554,0.040068794874701,0.694454329885667,0.0149933760310004,0.985186514521814 -232,0.255951455205554,6.04089584990641e-05,0.947285181621785,0.255951455205554,0.000772031639367071,0.913570924698692,0.255951455205554,0.0451310627168366,0.597177080938408,0.255951455205554,0.0473742512037444,0.596034332299924,0.255951455205554,0.030110479136998,0.439983926483654,0.255951455205554,0.00656975750801864,0.251800296835968,0.5,0.255951455205554,0.0131588557841298,0.135356637812003,0.5,0.255951455205554,0.038777013021381,0.127189740510377,0.5,0.255951455205554,0.023511605661422,0.288446540701644,0.255951455205554,0.0163583088562452,0.0969259810054937,0.00120377916275281,0.930185616268315,0.255951455205554,0.000190858868750607,0.847632562021913,0.5,0.255951455205554,6.62037221523344e-05,0.907552775686134,0.255951455205554,0.00184420933916795,0.725479933830921,0.255951455205554,0.00234615611006298,0.738399650138968,0.255951455205554,0.0100928140844091,0.577737133065782,0.0,0.990549968532583 -233,0.255951455205554,0.0,0.892835032006273,0.255951455205554,0.0,0.883525337885392,0.255951455205554,0.0,0.521608385987382,0.255951455205554,0.0,0.378114913930636,0.255951455205554,0.0,0.396402909295277,0.255951455205554,0.0,0.206677975156035,0.5,0.255951455205554,0.0,0.0700724519507998,0.5,0.255951455205554,0.0,0.0749885731130803,0.5,0.255951455205554,0.0,0.226958573253976,0.255951455205554,0.0,0.0407066583909891,0.0,0.864102722001887,0.255951455205554,0.0,0.788586726712148,0.5,0.255951455205554,0.0,0.889680124121629,0.255951455205554,0.0,0.702628322858906,0.255951455205554,0.0,0.64286945537506,0.255951455205554,0.0,0.435410393844798,0.0,0.997521853426637 -234,0.255951455205554,0.0,0.82333598019849,0.255951455205554,0.0,0.598663131063006,0.255951455205554,0.0,0.530557560248372,0.255951455205554,0.0,0.437192002287999,0.255951455205554,0.0,0.413294889189033,0.255951455205554,0.0,0.190302314033769,0.5,0.255951455205554,0.0,0.0332234945941094,0.5,0.255951455205554,0.0,0.0396660939920509,0.5,0.255951455205554,0.0,0.176242773808675,0.255951455205554,0.0,0.0112190945013377,0.0,0.806133823964993,0.255951455205554,0.0,0.738102429748839,0.5,0.255951455205554,0.0,0.860693263279948,0.255951455205554,0.0,0.641221815189374,0.255951455205554,0.0,0.469614500384301,0.255951455205554,0.0,0.337153247450951,0.0,0.991781475860208 -235,0.255951455205554,0.0,0.760141731886507,0.255951455205554,0.0,0.583305192005857,0.255951455205554,0.0,0.61110282137477,0.255951455205554,0.0,0.627446063759466,0.255951455205554,0.0,0.409567309076183,0.255951455205554,0.0,0.175334689152144,0.5,0.255951455205554,0.0,0.0196958198008633,0.5,0.255951455205554,0.0,0.0172523381184955,0.5,0.255951455205554,0.0,0.132862078913179,0.255951455205554,0.0,0.00607455032125438,0.0,0.748489105029419,0.255951455205554,0.0,0.688161983173967,0.5,0.255951455205554,0.0,0.832631598261543,0.255951455205554,0.0,0.537133888608886,0.255951455205554,0.0,0.312823109041163,0.255951455205554,0.0,0.316013015515577,0.0,0.979358345413091 -236,0.255951455205554,0.0,0.77769133297415,0.255951455205554,0.0,0.76754861300204,0.255951455205554,0.0,0.699768996253902,0.255951455205554,0.0,0.775062594721108,0.255951455205554,0.0,0.381214848755854,0.255951455205554,0.0,0.154753265727302,0.5,0.255951455205554,0.0,0.0184268223878537,0.5,0.255951455205554,0.0,0.0111927258226277,0.5,0.255951455205554,0.0,0.0961513950541331,0.255951455205554,0.0,0.00991340043490034,0.0,0.689841024957232,0.255951455205554,0.0,0.596625305426103,0.5,0.255951455205554,0.0,0.789309196774481,0.255951455205554,0.0,0.428425705665475,0.255951455205554,0.0,0.309270196967044,0.255951455205554,0.0,0.317261168445952,0.0,0.978111308615667 -237,0.255951455205554,0.0,0.811187544210599,0.255951455205554,0.0,0.942177583108531,0.255951455205554,0.0,0.728814310667009,0.255951455205554,0.0,0.841824814881537,0.255951455205554,0.0,0.335383856092969,0.255951455205554,0.0,0.129160279845804,0.5,0.255951455205554,0.0,0.0167347078464875,0.5,0.255951455205554,0.0,0.0120366548936715,0.5,0.255951455205554,0.0,0.0691956011791716,0.255951455205554,0.0,0.00964910589145677,0.0,0.625850199742069,0.255951455205554,0.0,0.545575528926471,0.5,0.255951455205554,0.0,0.768970672575489,0.255951455205554,0.0,0.377266373031771,0.255951455205554,0.0,0.339937751909501,0.255951455205554,0.0,0.313540427930202,0.0,0.994630359308811 -238,0.255951455205554,0.0,0.829656872395081,0.255951455205554,0.0,0.978593637196148,0.255951455205554,0.0,0.66803001488272,0.255951455205554,0.0,0.789688789025836,0.255951455205554,0.0,0.309670620322878,0.255951455205554,0.0,0.106034709109761,0.5,0.255951455205554,0.0,0.0124821040102759,0.5,0.255951455205554,0.0,0.00858963021567416,0.5,0.255951455205554,0.0,0.0427576836552388,0.255951455205554,0.0,0.00841820280852095,0.0,0.76723450627199,0.255951455205554,0.0,0.566701967425408,0.5,0.255951455205554,0.0,0.808271375744174,0.255951455205554,0.0,0.325962058864792,0.255951455205554,0.0,0.368433484456646,0.255951455205554,0.0,0.247179067722121,0.0,0.998768491732112 -239,0.255951455205554,0.0,0.861248614017771,0.255951455205554,0.0,0.931546208184243,0.255951455205554,0.0,0.580786891742258,0.255951455205554,0.0,0.688448179980842,0.255951455205554,0.0,0.310139965823293,0.255951455205554,0.0,0.090316895790229,0.5,0.255951455205554,0.0,0.0134606525653751,0.5,0.255951455205554,0.0,0.00838733506193252,0.5,0.255951455205554,0.0,0.0408942956163708,0.255951455205554,0.0,0.0068273665103143,0.0,0.739858367327533,0.255951455205554,0.0,0.621339785059223,0.5,0.255951455205554,0.0,0.874573233410867,0.255951455205554,0.0,0.282180532016567,0.255951455205554,0.0,0.400236650803481,0.255951455205554,0.0,0.199295295402635,0.0,0.993939616115178 -240,0.255951455205554,0.0,0.869414527770284,0.255951455205554,0.0,0.841391065844776,0.255951455205554,0.0,0.531658393197807,0.255951455205554,0.0,0.53322893247289,0.255951455205554,0.0,0.251579019776937,0.255951455205554,0.0,0.0674046921018773,0.5,0.255951455205554,0.0,0.0143381379787288,0.5,0.255951455205554,0.0,0.011617551414085,0.5,0.255951455205554,0.0,0.0397103158819047,0.255951455205554,0.0,0.00328127333071104,0.0,0.706025618391808,0.255951455205554,0.0,0.617309214204843,0.5,0.255951455205554,0.0,0.899261889755237,0.255951455205554,0.0,0.243937069891185,0.255951455205554,0.0,0.407955582861144,0.255951455205554,0.0,0.227651712369851,0.0,0.981787687724062 -241,0.255951455205554,0.0,0.85456491608105,0.255951455205554,0.0,0.747918301181425,0.255951455205554,0.0,0.515235211357568,0.255951455205554,0.0,0.476219231738683,0.255951455205554,0.0,0.183680496182437,0.255951455205554,0.0,0.0362143162943679,0.5,0.255951455205554,0.0,0.0129258657454284,0.5,0.255951455205554,0.0,0.0125012262905623,0.5,0.255951455205554,0.0,0.025777742343167,0.255951455205554,0.0,0.000747329748862027,0.0,0.704720796229931,0.255951455205554,0.0,0.602239115162618,0.5,0.255951455205554,0.0,0.907779239439961,0.255951455205554,0.0,0.267305743971074,0.255951455205554,0.0,0.399625472452359,0.255951455205554,0.0,0.248518606719236,0.0,0.941467463137239 -242,0.255951455205554,0.0,0.859047324165591,0.255951455205554,0.0,0.757448765247674,0.255951455205554,0.0,0.513846706993651,0.255951455205554,0.0,0.51277746142364,0.255951455205554,0.0,0.156147954624002,0.255951455205554,0.0,0.0264273168790368,0.5,0.255951455205554,0.0,0.00805653803655302,0.5,0.255951455205554,0.0,0.0116082755351353,0.5,0.255951455205554,0.0,0.0220608575219738,0.255951455205554,0.0,0.00127257666877219,0.0,0.652212000704777,0.255951455205554,0.0,0.571047084456672,0.5,0.255951455205554,0.0,0.883562394524045,0.255951455205554,0.0,0.28065936637683,0.255951455205554,0.0,0.338501398842726,0.255951455205554,0.0,0.192221866471424,0.0,0.882812742807019 -243,0.255951455205554,0.0,0.844054295359106,0.255951455205554,0.0,0.604280874171842,0.255951455205554,0.0,0.534011543662665,0.255951455205554,0.0,0.664487136335895,0.255951455205554,0.0,0.153765147715514,0.255951455205554,0.0,0.0273731861154544,0.5,0.255951455205554,0.0,0.00623729004329877,0.5,0.255951455205554,0.0,0.0102064703157506,0.5,0.255951455205554,0.0,0.0160740713611994,0.255951455205554,0.0,0.00205910262690571,0.0,0.533951130905137,0.255951455205554,0.0,0.558486847242704,0.5,0.255951455205554,0.0,0.836152301344135,0.255951455205554,0.0,0.286624358801352,0.255951455205554,0.0,0.291468491206539,0.255951455205554,0.0,0.151066415970509,0.0,0.812590787118258 -244,0.255951455205554,0.0,0.821036996540474,0.255951455205554,0.0,0.663231361623882,0.255951455205554,0.0,0.554051831538389,0.255951455205554,0.0,0.688912743059733,0.255951455205554,0.0,0.157809312833701,0.255951455205554,0.0,0.0326614334981283,0.5,0.255951455205554,0.0,0.00615151955525362,0.5,0.255951455205554,0.0,0.00796684357721928,0.5,0.255951455205554,0.0,0.0131818347662638,0.255951455205554,0.0,0.00282809952351784,0.0,0.518566738370727,0.255951455205554,0.0,0.521137976704166,0.5,0.255951455205554,0.0,0.797811985989281,0.255951455205554,0.0,0.275243406519653,0.255951455205554,0.0,0.214271818689444,0.255951455205554,0.0,0.113369021273349,0.0,0.750901779448784 -245,0.255951455205554,0.0,0.789674341055837,0.255951455205554,0.0,0.741427512387189,0.255951455205554,0.0,0.565249378745223,0.255951455205554,0.0,0.69045774963404,0.255951455205554,0.0,0.157650292675531,0.255951455205554,0.0,0.0409623422453462,0.5,0.255951455205554,0.0,0.00719126173801223,0.5,0.255951455205554,0.0,0.00656486015062797,0.5,0.255951455205554,0.0,0.0111389740973323,0.255951455205554,0.0,0.00185972291578417,0.0,0.479728820370891,0.255951455205554,0.0,0.45960479402303,0.5,0.255951455205554,0.0,0.76745389356253,0.255951455205554,0.0,0.284657805873091,0.255951455205554,0.0,0.171342206629494,0.255951455205554,0.0,0.0770105687574333,0.0,0.700629619013722 -246,0.255951455205554,0.0,0.77118192573338,0.255951455205554,0.0,0.712513894835207,0.255951455205554,0.0,0.553040639172871,0.255951455205554,0.0,0.682554453035397,0.255951455205554,0.0,0.153626105312502,0.255951455205554,0.0,0.0485186056512928,0.5,0.255951455205554,0.0,0.00714553702615647,0.5,0.255951455205554,0.0,0.00522679163203808,0.5,0.255951455205554,0.0,0.0102997614010996,0.255951455205554,0.0,0.000904110179122219,0.0,0.371688620539435,0.255951455205554,0.0,0.406492689479541,0.5,0.255951455205554,0.0,0.767714054754685,0.255951455205554,0.0,0.19909217638331,0.255951455205554,0.0,0.165774052922015,0.255951455205554,0.0,0.0638605282327306,0.0,0.633591576685674 -247,0.255951455205554,0.0,0.751326730771496,0.255951455205554,0.0,0.690255901490402,0.255951455205554,0.0,0.534781556460852,0.255951455205554,0.0,0.644084149798296,0.255951455205554,0.0,0.152361584085936,0.255951455205554,0.0,0.056550712948242,0.5,0.255951455205554,0.0,0.00631944468076922,0.5,0.255951455205554,0.0,0.00522962695695966,0.5,0.255951455205554,0.0,0.00903794228877901,0.255951455205554,0.0,0.00074554233026601,0.0,0.360558314038721,0.255951455205554,0.0,0.333365519927576,0.5,0.255951455205554,0.0,0.72082349592793,0.255951455205554,0.0,0.154546246148336,0.255951455205554,0.0,0.183895480038683,0.255951455205554,0.0,0.0586963231110073,0.0,0.549262125562164 -248,0.255951455205554,0.0,0.719744001643328,0.255951455205554,0.0,0.651058093202101,0.255951455205554,0.0,0.516947811266727,0.255951455205554,0.0,0.614635562989135,0.255951455205554,0.0,0.155213277180436,0.255951455205554,0.0,0.0488952773025335,0.5,0.255951455205554,0.0,0.00691566787791388,0.5,0.255951455205554,0.0,0.00606944474378704,0.5,0.255951455205554,0.0,0.00848539451849945,0.255951455205554,0.0,0.00116045370738649,0.0,0.227776151508228,0.255951455205554,0.0,0.340462687887249,0.5,0.255951455205554,0.0,0.669529256899041,0.255951455205554,0.0,0.123549581692621,0.255951455205554,0.0,0.201951968511647,0.255951455205554,0.0,0.0642828538097407,0.0,0.383079198915765 -249,0.255951455205554,0.0,0.693811952605443,0.255951455205554,0.0,0.638260610608371,0.255951455205554,0.0,0.527770341347652,0.255951455205554,0.0,0.611047761123513,0.255951455205554,0.0,0.167217933224019,0.255951455205554,0.0,0.0388409313038072,0.5,0.255951455205554,0.0,0.0104069808778144,0.5,0.255951455205554,0.000398412897954719,0.00762203099560876,0.5,0.255951455205554,0.00284199792172622,0.00875408975268308,0.255951455205554,0.0,0.00117395245974236,4.68236326655686e-05,0.203558684808351,0.255951455205554,0.000506774907208872,0.329005150782514,0.5,0.255951455205554,0.0,0.646720820339511,0.255951455205554,0.00143580351589419,0.108281652296181,0.255951455205554,0.000153764773964311,0.226001718414795,0.255951455205554,0.000603644444323239,0.0781794513558965,0.0,0.235332361193207 -250,0.255951455205554,0.00287987980578989,0.661730136188924,0.255951455205554,0.00639054531970163,0.671578622474373,0.255951455205554,0.011337916224055,0.556050086863582,0.255951455205554,0.00461306825803358,0.626183925402705,0.255951455205554,0.0189783810130839,0.202194064594588,0.255951455205554,0.071002149781499,0.0474243946943345,0.5,0.255951455205554,0.0745177728736164,0.0120442905416476,0.5,0.255951455205554,0.0422973181744208,0.00726799724677047,0.5,0.255951455205554,0.0557731036414288,0.00975439685542172,0.255951455205554,0.0624539516073555,0.000658825160402238,0.0136089589880712,0.365070261578757,0.255951455205554,0.017794345015885,0.384029915539043,0.5,0.255951455205554,0.00903982778351217,0.670067328476025,0.255951455205554,0.0510684158959687,0.0952316844596557,0.255951455205554,0.0593591935248145,0.244904338515232,0.255951455205554,0.0540123980580821,0.101803349282667,0.00165471982865998,0.196270762444905 -251,0.255951455205554,0.0120897274659606,0.598181083514043,0.255951455205554,0.019427937107063,0.691114840096201,0.255951455205554,0.038068881551885,0.595283246354698,0.255951455205554,0.020679696779023,0.661741777617253,0.255951455205554,0.0527668745479211,0.259060891910067,0.255951455205554,0.203277297003945,0.0807992727904165,0.5,0.255951455205554,0.160105193408004,0.0143285222281485,0.5,0.255951455205554,0.121707771912506,0.00643529496352238,0.5,0.255951455205554,0.115576985814272,0.010865315053112,0.255951455205554,0.141328190172363,0.000558798715876006,0.0429874115190998,0.441642619850836,0.255951455205554,0.0522955060874288,0.471195314184869,0.5,0.255951455205554,0.0301534488387823,0.686066034190512,0.255951455205554,0.129141505064569,0.121957918653023,0.255951455205554,0.14388802809682,0.273371248344112,0.255951455205554,0.133887556259644,0.169814317352996,0.00708885807079459,0.259512210061896 -252,0.255951455205554,0.0191273344035755,0.510361755070179,0.255951455205554,0.02773362202645,0.721625613467339,0.255951455205554,0.0509433777723908,0.639132484749307,0.255951455205554,0.0311946262126141,0.747385791261807,0.255951455205554,0.0824811671858829,0.319317947989827,0.255951455205554,0.259164763543356,0.116457196366361,0.5,0.255951455205554,0.224830512956055,0.0175137541773314,0.5,0.255951455205554,0.173101119370149,0.00543021802723104,0.5,0.255951455205554,0.176452216665302,0.0137984643835417,0.255951455205554,0.168628335295571,0.00252746631856427,0.0842644356722067,0.510642339611542,0.255951455205554,0.0910362809862723,0.493458060260567,0.5,0.255951455205554,0.0464117769328302,0.680841436934602,0.255951455205554,0.175506976736638,0.179811062467691,0.255951455205554,0.207503187539487,0.324537181703913,0.255951455205554,0.218045112527567,0.250839851833853,0.0095052331242217,0.245913728537922 -253,0.255951455205554,0.0211289680739448,0.42360727587067,0.255951455205554,0.0301961153758172,0.73015991915395,0.255951455205554,0.0470662212834492,0.66258322598488,0.255951455205554,0.0294802729551593,0.714741534925821,0.255951455205554,0.102270089900401,0.404624716911956,0.255951455205554,0.26855090118678,0.165226256301471,0.5,0.255951455205554,0.257872310214359,0.0250415077587289,0.5,0.255951455205554,0.181339707648863,0.00653589320652668,0.5,0.255951455205554,0.196919249905617,0.019193741260872,0.255951455205554,0.199529530402835,0.00685983089086854,0.0971195649024107,0.457039819678383,0.255951455205554,0.12137848182963,0.491404444090344,0.5,0.255951455205554,0.0455358227345174,0.67017872792936,0.255951455205554,0.164273226276317,0.220453195478916,0.255951455205554,0.219835933286093,0.32237962479941,0.255951455205554,0.267399885581797,0.241004786606267,0.00937974107141753,0.182235885481034 -254,0.255951455205554,0.0202213381263327,0.324559830770228,0.255951455205554,0.0219749990274134,0.731883357397797,0.255951455205554,0.0340353999451376,0.687302842147737,0.255951455205554,0.0198427042187008,0.744598115254049,0.255951455205554,0.103013225383031,0.484382016656509,0.255951455205554,0.219772611414328,0.193002188124846,0.5,0.255951455205554,0.284853986466102,0.0366693701518283,0.5,0.255951455205554,0.137101733341184,0.0110929033141097,0.5,0.255951455205554,0.16582196092657,0.0320809556394568,0.255951455205554,0.27623783511413,0.00955861333012949,0.103863882145308,0.46025267809296,0.255951455205554,0.116277291589225,0.453723648158225,0.5,0.255951455205554,0.0329729466777772,0.652849742521214,0.255951455205554,0.117539185644997,0.193810734316876,0.255951455205554,0.195152423602458,0.256360997034332,0.255951455205554,0.256878794302776,0.252887533041539,0.0081209761371107,0.195937086514846 -255,0.255951455205554,0.0128039608130602,0.248431483572189,0.255951455205554,0.00777285828258118,0.734323276986632,0.255951455205554,0.0143985402682397,0.746583346665391,0.255951455205554,0.00480542655417276,0.827965455708968,0.255951455205554,0.0504810239948311,0.564332948659487,0.255951455205554,0.198583974588663,0.18808967256489,0.5,0.255951455205554,0.294695239868856,0.0341330348289903,0.5,0.255951455205554,0.0703674694154195,0.0143572290939004,0.5,0.255951455205554,0.102849211290099,0.0329671428607164,0.255951455205554,0.348534549666908,0.0104518028935014,0.0596075096886227,0.359099082729413,0.255951455205554,0.0642083485761205,0.391089668791661,0.5,0.255951455205554,0.0149536549214978,0.627327617450348,0.255951455205554,0.0831813732411147,0.154801281732384,0.255951455205554,0.119154165302788,0.258638040026986,0.255951455205554,0.176750413817975,0.237130196235047,0.0073672149156125,0.45550989205136 -256,0.255951455205554,0.000329349850613296,0.249992134089576,0.255951455205554,0.000504050391370008,0.801324117959734,0.255951455205554,0.00333261498484617,0.799802594295695,0.255951455205554,0.00139185640644148,0.903230658147323,0.255951455205554,0.0120192937034139,0.707692272155908,0.255951455205554,0.0785725536513157,0.202170966467599,0.5,0.255951455205554,0.133629223625178,0.0417725857177475,0.5,0.255951455205554,0.0380240991448908,0.0176849379429137,0.5,0.255951455205554,0.0346764144768217,0.0291540667876788,0.255951455205554,0.166303561703469,0.0117532648050734,0.0,0.341782949539503,0.255951455205554,0.0,0.374126640395004,0.5,0.255951455205554,0.000617138033029115,0.586224430144074,0.255951455205554,0.0225654349437964,0.117974456972605,0.255951455205554,0.0205761541619727,0.309471956647753,0.255951455205554,0.0675349592689468,0.210524147798482,0.0,0.825324187006644 -257,0.255951455205554,0.0,0.280784788323336,0.255951455205554,0.0,0.901851391710197,0.255951455205554,0.0,0.805739381251804,0.255951455205554,0.0,0.901789196297195,0.255951455205554,7.93641968230855e-07,0.778119357060634,0.255951455205554,0.0,0.263245863946905,0.5,0.255951455205554,0.0,0.0650433769532805,0.5,0.255951455205554,0.000183539474186256,0.0217161465456027,0.5,0.255951455205554,1.68893835884304e-05,0.0377520868164904,0.255951455205554,0.0,0.0158020904182678,0.0,0.399139354534947,0.255951455205554,0.0,0.434263346988624,0.5,0.255951455205554,0.0,0.552717645818336,0.255951455205554,0.0,0.131503409339352,0.255951455205554,0.0,0.427115667945697,0.255951455205554,0.0,0.277726530747515,0.0,0.906623942581183 -258,0.255951455205554,0.0,0.324963384010238,0.255951455205554,0.0,0.926027286275028,0.255951455205554,0.0,0.790061525550389,0.255951455205554,0.0,0.782330501550176,0.255951455205554,0.0,0.738736262489123,0.255951455205554,0.0,0.331268236816779,0.5,0.255951455205554,0.0,0.0789968456348178,0.5,0.255951455205554,0.0,0.0237701477571475,0.5,0.255951455205554,0.0,0.0503949901463089,0.255951455205554,0.0,0.0108825594983954,0.0,0.539086704879638,0.255951455205554,0.0,0.540859584240952,0.5,0.255951455205554,0.0,0.574402911623599,0.255951455205554,0.0,0.192246155714372,0.255951455205554,0.0,0.616503995156345,0.255951455205554,0.0,0.481100328156608,0.0,0.910568044583724 -259,0.255951455205554,0.0,0.486675038196988,0.255951455205554,0.0,0.896251675255703,0.255951455205554,0.0,0.754894918640251,0.255951455205554,0.0,0.613273046274979,0.255951455205554,0.0,0.671527089447559,0.255951455205554,0.0,0.371271031415745,0.5,0.255951455205554,0.0,0.0948497493229134,0.5,0.255951455205554,0.0,0.0292427011128412,0.5,0.255951455205554,0.0,0.0751356133530606,0.255951455205554,0.0,0.0110154411245967,0.0,0.639848270931124,0.255951455205554,0.0,0.645240205520269,0.5,0.255951455205554,0.0,0.661302455342496,0.255951455205554,0.0,0.322537513450207,0.255951455205554,0.0,0.837195800409742,0.255951455205554,0.0,0.696364438023865,0.0,0.917036000300612 -260,0.255951455205554,0.0,0.606525887008073,0.255951455205554,0.0,0.539900649674329,0.255951455205554,0.0,0.70752566353612,0.255951455205554,0.0,0.613653491414355,0.255951455205554,0.0,0.561677748637358,0.255951455205554,0.0,0.412802591626484,0.5,0.255951455205554,0.0,0.097950306798906,0.5,0.255951455205554,0.0,0.0442620486276872,0.5,0.255951455205554,0.0,0.113986470615726,0.255951455205554,0.0,0.0178732350889902,0.0,0.756716587902148,0.255951455205554,0.0,0.787774263088751,0.5,0.255951455205554,0.0,0.737432875279709,0.255951455205554,0.0,0.535754547143555,0.255951455205554,0.0,0.958735012518732,0.255951455205554,0.0,0.827131656217462,0.0,0.934950923719232 -261,0.255951455205554,0.0,0.688345120472564,0.255951455205554,0.0,0.595669189062235,0.255951455205554,0.0,0.643643463779266,0.255951455205554,0.0,0.619647020863094,0.255951455205554,0.0,0.41692179307923,0.255951455205554,0.0,0.429197814778427,0.5,0.255951455205554,0.0,0.0879474018711652,0.5,0.255951455205554,0.0,0.0630389380960065,0.5,0.255951455205554,0.0,0.161918325935085,0.255951455205554,0.0,0.0137484190554762,0.0,0.98978741044731,0.255951455205554,0.0,0.925476420723694,0.5,0.255951455205554,0.0,0.726825071592971,0.255951455205554,0.0,0.688715033010682,0.255951455205554,0.0,0.978944722412537,0.255951455205554,0.0,0.888015243553381,0.0,0.962788550096154 -262,0.255951455205554,0.0,0.686490269143862,0.255951455205554,0.0,0.62596256303187,0.255951455205554,0.0,0.584404900337663,0.255951455205554,0.0,0.515686670313579,0.255951455205554,0.0,0.282250755877058,0.255951455205554,0.0,0.331907134739557,0.5,0.255951455205554,0.0,0.0571437276091228,0.5,0.255951455205554,0.0,0.0915071855326037,0.5,0.255951455205554,0.0,0.207969615649261,0.255951455205554,0.0,0.00601443624342026,0.0,1.02173913043478,0.255951455205554,0.0,0.988890897534705,0.5,0.255951455205554,0.0,0.797529548127679,0.255951455205554,0.0,0.858541853659938,0.255951455205554,0.0,0.976670271812708,0.255951455205554,0.0,0.900203735094408,0.0,0.994187852771529 -263,0.255951455205554,0.0,0.601400619939075,0.255951455205554,0.0,0.545032877658143,0.255951455205554,0.0,0.5310600573683,0.255951455205554,0.0,0.444069062291412,0.255951455205554,0.0,0.250776088031267,0.255951455205554,0.0,0.214432190084613,0.5,0.255951455205554,0.0,0.0305010752857746,0.5,0.255951455205554,0.0,0.0652659095439792,0.5,0.255951455205554,0.0,0.23426286376039,0.255951455205554,0.0,0.00283607900727756,0.0,1.02173913043478,0.255951455205554,0.0,1.00185316153239,0.5,0.255951455205554,0.0,0.803211073264422,0.255951455205554,0.0,0.98740188686155,0.255951455205554,0.0,0.937913111818683,0.255951455205554,0.0,0.838706381247903,0.0,0.989251895080143 -264,0.255951455205554,0.0,0.524010993234312,0.255951455205554,0.0,0.45369445377377,0.255951455205554,0.0,0.515163150281282,0.255951455205554,0.0,0.445420537484265,0.255951455205554,0.0,0.280444668690323,0.255951455205554,0.0,0.154228858214172,0.5,0.255951455205554,0.0,0.0188727835659203,0.5,0.255951455205554,0.0,0.0433157592885123,0.5,0.255951455205554,0.0,0.260329845111213,0.255951455205554,0.0,0.0014988035291683,0.0,1.01629212216162,0.255951455205554,0.0,0.974026221092548,0.5,0.255951455205554,0.0,0.73892256633802,0.255951455205554,0.0,0.977508437302263,0.255951455205554,0.0,0.811054854752585,0.255951455205554,0.0,0.556293091078331,0.0,0.989458375822094 -265,0.255951455205554,0.0,0.461355087288401,0.255951455205554,0.0,0.470335243377665,0.255951455205554,0.0,0.566819714015222,0.255951455205554,0.0,0.553131087009791,0.255951455205554,0.0,0.33606718638013,0.255951455205554,0.0,0.151731306232131,0.5,0.255951455205554,0.0,0.0149136971531969,0.5,0.255951455205554,0.0,0.0309434561449399,0.5,0.255951455205554,0.0,0.222772808241421,0.255951455205554,0.0,0.00238860926597231,0.0,1.01558422693713,0.255951455205554,0.0,0.94107027034719,0.5,0.255951455205554,0.0,0.630081342792071,0.255951455205554,0.0,0.899702404306812,0.255951455205554,0.0,0.695085883898159,0.255951455205554,0.0,0.376222213095545,0.0,0.98740678364278 -266,0.255951455205554,0.0,0.429134141873615,0.255951455205554,0.0,0.560655321109159,0.255951455205554,0.0,0.618416143304411,0.255951455205554,0.0,0.626189029599249,0.255951455205554,0.0,0.379932981644706,0.255951455205554,0.0,0.171839945549348,0.5,0.255951455205554,0.0,0.0121720580370259,0.5,0.255951455205554,0.0,0.027178339165571,0.5,0.255951455205554,0.0,0.155429556881721,0.255951455205554,0.0,0.00225591715118771,0.0,0.946073783176617,0.255951455205554,0.0,0.872529718415995,0.5,0.255951455205554,0.0,0.582476568789733,0.255951455205554,0.0,0.798820410924045,0.255951455205554,0.0,0.622599302689542,0.255951455205554,0.0,0.382281387448477,0.0,0.99010000227327 -267,0.255951455205554,0.0,0.468516439958263,0.255951455205554,0.0,0.58401254732173,0.255951455205554,0.0,0.635122994332221,0.255951455205554,0.0,0.650100924789957,0.255951455205554,0.0,0.370516612165448,0.255951455205554,0.0,0.153161081333643,0.5,0.255951455205554,0.0,0.00844651288940539,0.5,0.255951455205554,0.0,0.0201959479462704,0.5,0.255951455205554,0.0,0.130789146141689,0.255951455205554,0.0,0.000499347399458612,0.0,0.845136186827571,0.255951455205554,0.0,0.766137121627357,0.5,0.255951455205554,0.0,0.536394996944727,0.255951455205554,0.0,0.75389483845493,0.255951455205554,0.0,0.589613015296625,0.255951455205554,0.0,0.459652033759183,0.0,0.978110145421793 -268,0.255951455205554,0.0,0.5575926882982,0.255951455205554,0.0,0.523938808090271,0.255951455205554,0.0,0.623213401385277,0.255951455205554,0.0,0.662286158280055,0.255951455205554,0.0,0.331747198979748,0.255951455205554,0.0,0.118245145944711,0.5,0.255951455205554,0.0,0.00666780512735263,0.5,0.255951455205554,0.0,0.0128564899357445,0.5,0.255951455205554,0.0,0.111806301083454,0.255951455205554,0.0,0.0,0.0,0.754596703720116,0.255951455205554,0.0,0.655345675131324,0.5,0.255951455205554,0.0,0.504280686609206,0.255951455205554,0.0,0.737121281673265,0.255951455205554,0.0,0.603968016626819,0.255951455205554,0.0,0.490470520814676,0.0,0.920751026791477 -269,0.255951455205554,0.0,0.558921530557514,0.255951455205554,0.0,0.296561135721293,0.255951455205554,0.0,0.539781978654821,0.255951455205554,0.0,0.534984577242931,0.255951455205554,0.0,0.257475736759312,0.255951455205554,0.0,0.0954492232015966,0.5,0.255951455205554,0.0,0.00332007505303977,0.5,0.255951455205554,0.0,0.00680074596414338,0.5,0.255951455205554,0.0,0.0933262252254135,0.255951455205554,0.0,0.00026474038576635,0.0,0.674226713539016,0.255951455205554,0.0,0.615769089761873,0.5,0.255951455205554,0.0,0.511522967832262,0.255951455205554,0.0,0.70212521387991,0.255951455205554,0.0,0.684825678080014,0.255951455205554,0.0,0.470352191092196,0.0,0.807213174128173 -270,0.255951455205554,0.0,0.513129313193107,0.255951455205554,0.0,0.194153492650285,0.255951455205554,0.0,0.414619662077546,0.255951455205554,0.0,0.393536451143799,0.255951455205554,0.0,0.184193863830587,0.255951455205554,0.0,0.0795650015378757,0.5,0.255951455205554,0.0,0.00124137892042344,0.5,0.255951455205554,0.0,0.00469037529826523,0.5,0.255951455205554,0.0,0.0719935096717651,0.255951455205554,0.0,0.00280361467389898,0.0,0.679418838211749,0.255951455205554,0.0,0.654870639726882,0.5,0.255951455205554,0.0,0.507353239031129,0.255951455205554,0.0,0.689230011408659,0.255951455205554,0.0,0.724925953880529,0.255951455205554,0.0,0.44545489160635,0.0,0.696856401629403 -271,0.255951455205554,0.0,0.486480572722268,0.255951455205554,0.0,0.202318112182842,0.255951455205554,0.0,0.318948477227481,0.255951455205554,0.0,0.315597354096241,0.255951455205554,0.0,0.124722681905816,0.255951455205554,0.0,0.0634451125729442,0.5,0.255951455205554,0.0,0.000772529050243107,0.5,0.255951455205554,0.0,0.00455394593986992,0.5,0.255951455205554,0.0,0.0525358936104223,0.255951455205554,0.0,0.00427118135456487,0.0,0.664817876802468,0.255951455205554,0.0,0.682371932724003,0.5,0.255951455205554,0.0,0.482359907954809,0.255951455205554,0.0,0.686091847592961,0.255951455205554,0.0,0.715330246806554,0.255951455205554,0.0,0.432780318207374,0.0,0.539317988855005 -272,0.255951455205554,0.0,0.412974342980333,0.255951455205554,0.0,0.142310888380821,0.255951455205554,0.0,0.238755879867195,0.255951455205554,0.0,0.277116435801024,0.255951455205554,0.0,0.0765486128237451,0.255951455205554,0.0,0.0395912748424144,0.5,0.255951455205554,0.0,0.00130415329833026,0.5,0.255951455205554,0.0,0.0047688172439793,0.5,0.255951455205554,0.0,0.0369135766977624,0.255951455205554,0.0,0.00426065310645602,0.0,0.703160381332533,0.255951455205554,0.0,0.673327677879384,0.5,0.255951455205554,0.0,0.480898245663984,0.255951455205554,0.0,0.712603838399889,0.255951455205554,0.0,0.642666656263682,0.255951455205554,0.0,0.403274516027008,0.0,0.427925451872186 -273,0.255951455205554,0.0,0.479078243653945,0.255951455205554,0.0,0.116002748537763,0.255951455205554,0.0,0.171884048895447,0.255951455205554,0.0,0.229678641551216,0.255951455205554,0.0,0.0454963289604463,0.255951455205554,0.0,0.0199803481590332,0.5,0.255951455205554,0.0,0.00276892928133822,0.5,0.255951455205554,0.00146180798451396,0.00524821931888432,0.5,0.255951455205554,0.0039668237173632,0.0265082594858371,0.255951455205554,0.0,0.00741133017725898,0.000257823122640533,0.751165042009566,0.255951455205554,0.000890325040097303,0.648101049563501,0.5,0.255951455205554,1.76291585648298e-06,0.426154544113512,0.255951455205554,0.00266992848391555,0.708810325871221,0.255951455205554,0.0004444196286401,0.495077265782274,0.255951455205554,0.00105965064879179,0.331045941627916,0.0,0.347388598485557 -274,0.255951455205554,0.0408571572374558,0.521758393082461,0.255951455205554,0.0467814632170634,0.142426724257042,0.255951455205554,0.0510159109896832,0.119200943277608,0.255951455205554,0.0331384656436733,0.153500485543458,0.255951455205554,0.0671683814606534,0.0279085154593492,0.255951455205554,0.0961056050032295,0.00958990422143161,0.5,0.255951455205554,0.0997028466130498,0.00355874264770813,0.5,0.255951455205554,0.101710965025339,0.00554924963010142,0.5,0.255951455205554,0.0932397861876104,0.0186929072143241,0.255951455205554,0.101087234693986,0.00937281951768914,0.0195212588216732,0.699902282461964,0.255951455205554,0.0334720977307182,0.576595976750572,0.5,0.255951455205554,0.0669798733004198,0.427414554065887,0.255951455205554,0.0999569743869414,0.662590361149881,0.255951455205554,0.101368225180857,0.341878532097145,0.255951455205554,0.111358187912527,0.240053453731943,0.0493469597539763,0.299375525885458 -275,0.255951455205554,0.168718522911853,0.567360248406344,0.255951455205554,0.19317532259924,0.218680092524079,0.255951455205554,0.177833370373028,0.0937471385194714,0.255951455205554,0.138293431698346,0.0913590309112152,0.255951455205554,0.210414067898749,0.0237139159701393,0.255951455205554,0.254381242764737,0.00577042390572745,0.5,0.255951455205554,0.258309264920239,0.00447546612589374,0.5,0.255951455205554,0.22857077658828,0.00744101996488597,0.5,0.255951455205554,0.20178694906257,0.0160108725545715,0.255951455205554,0.258077718219786,0.0110214303968124,0.0472291051037365,0.579327166860635,0.255951455205554,0.0750293260392383,0.544507599435656,0.5,0.255951455205554,0.209403879113826,0.563773632415217,0.255951455205554,0.204402110895449,0.572711834680455,0.255951455205554,0.232954966812583,0.254541799567435,0.255951455205554,0.255313194320107,0.175534918229464,0.19946805331518,0.273851511714407 -276,0.255951455205554,0.221387200701731,0.542704896789287,0.255951455205554,0.336053178137231,0.223312806410557,0.255951455205554,0.307185205362844,0.0804301881768082,0.255951455205554,0.328430119297402,0.0819481268580429,0.255951455205554,0.326521821181262,0.0188108453962872,0.255951455205554,0.3773378115508,0.00465329668555513,0.5,0.255951455205554,0.380183639364634,0.00607111420695852,0.5,0.255951455205554,0.322998588187786,0.00777517630890546,0.5,0.255951455205554,0.304680515173988,0.0112858251660816,0.255951455205554,0.377193701888185,0.0119717089668432,0.0834710859376798,0.597979447600337,0.255951455205554,0.128008402631321,0.551549292381913,0.5,0.255951455205554,0.337562515628973,0.687962201078525,0.255951455205554,0.258387361394623,0.510310857554271,0.255951455205554,0.312566018340247,0.200844515118345,0.255951455205554,0.354053913303426,0.112872712313287,0.247399908690125,0.210326987178476 -277,0.255951455205554,0.227713010057899,0.524332526973399,0.255951455205554,0.365325012900904,0.211560890913259,0.255951455205554,0.362712551658722,0.0894654881781831,0.255951455205554,0.393052767494779,0.106130319272461,0.255951455205554,0.39932742051346,0.0174693854194756,0.255951455205554,0.433714960153602,0.00372346800550505,0.5,0.255951455205554,0.43374578159734,0.00758672845211187,0.5,0.255951455205554,0.361330102679246,0.0140181327869335,0.5,0.255951455205554,0.375464348939381,0.0102591992771986,0.255951455205554,0.444440404810419,0.0131859555701738,0.152267281447743,0.555832911276024,0.255951455205554,0.189175086404602,0.502971247464443,0.5,0.255951455205554,0.384665226245848,0.700083904233588,0.255951455205554,0.271331308864032,0.414143484065753,0.255951455205554,0.338855924595439,0.166066248294575,0.255951455205554,0.392248248987482,0.0762806924603028,0.241899760166623,0.18489357725332 -278,0.255951455205554,0.219266662807281,0.422528472026284,0.255951455205554,0.341462737818877,0.214233248755654,0.255951455205554,0.350380985443919,0.111132286010937,0.255951455205554,0.350360558692801,0.134667984314423,0.255951455205554,0.397189431355755,0.0195581222653845,0.255951455205554,0.421391542587243,0.00587564183352102,0.5,0.255951455205554,0.438810523632047,0.0110203438308163,0.5,0.255951455205554,0.344523016679343,0.0178495281974417,0.5,0.255951455205554,0.380399920942193,0.0108745631673975,0.255951455205554,0.440757150558657,0.0165665842175962,0.223166144343444,0.424964378763481,0.255951455205554,0.206830772856081,0.415262946145942,0.5,0.255951455205554,0.34155252371792,0.58174448298958,0.255951455205554,0.235819244112512,0.295277468525002,0.255951455205554,0.322133215122336,0.132951821970145,0.255951455205554,0.377647246689271,0.0465365469849646,0.254505871220218,0.230131216717178 -279,0.255951455205554,0.202132998104065,0.308647248988806,0.255951455205554,0.259942763463144,0.200314137722853,0.255951455205554,0.275694002030978,0.106213562349817,0.255951455205554,0.269626745089712,0.120119337603448,0.255951455205554,0.328775218963711,0.0239244376255608,0.255951455205554,0.340949396787653,0.00867778591131171,0.5,0.255951455205554,0.373045865783396,0.0142638531930487,0.5,0.255951455205554,0.27104665040401,0.0163858100219073,0.5,0.255951455205554,0.307237934133501,0.0107506429169874,0.255951455205554,0.37416541270742,0.0197844120887301,0.279948345317606,0.284545260093504,0.255951455205554,0.178908253265979,0.325960443868371,0.5,0.255951455205554,0.213632978911003,0.424765579077881,0.255951455205554,0.152967149793701,0.19974380433278,0.255951455205554,0.281449838481226,0.100443186260111,0.255951455205554,0.316130172174587,0.0209218376561861,0.213646009306193,0.246721655494794 -280,0.255951455205554,0.0130651008231455,0.223930323520622,0.255951455205554,0.032706367764028,0.181054257902758,0.255951455205554,0.0986324605057002,0.079467570424347,0.255951455205554,0.0722409576088029,0.0864764402123478,0.255951455205554,0.153744531249632,0.0338068989511332,0.255951455205554,0.117560094957323,0.0110719201303883,0.5,0.255951455205554,0.148623355128205,0.0154876901504684,0.5,0.255951455205554,0.11803625134641,0.0155607199770432,0.5,0.255951455205554,0.0879126965883497,0.0124495087066481,0.255951455205554,0.174126278916985,0.0196957281402137,0.0,0.26961412919024,0.255951455205554,0.0,0.268218760352178,0.5,0.255951455205554,0.0,0.300700416498423,0.255951455205554,0.0262312434028126,0.15748206419019,0.255951455205554,0.0527002857339373,0.0834790450655271,0.255951455205554,0.0975922705808161,0.0131965961705542,0.0,0.20972999883987 -281,0.255951455205554,0.0,0.153799756753167,0.255951455205554,0.0,0.133184390780649,0.255951455205554,0.0,0.0526213487645171,0.255951455205554,0.0,0.0553751257277376,0.255951455205554,0.0,0.0456741403676692,0.255951455205554,0.0,0.0154137997918885,0.5,0.255951455205554,0.0,0.0198365926483334,0.5,0.255951455205554,0.0,0.0204122584955605,0.5,0.255951455205554,0.0,0.0128474698584407,0.255951455205554,0.0,0.0192940926352616,0.0,0.259174418193692,0.255951455205554,0.0,0.24007992806947,0.5,0.255951455205554,0.0,0.232643503575839,0.255951455205554,0.0,0.144441879469836,0.255951455205554,0.0,0.0639806243072905,0.255951455205554,0.0,0.00962748689210525,0.0,0.139223576382502 -282,0.255951455205554,0.0,0.0964598267617747,0.255951455205554,0.0,0.0824569336441131,0.255951455205554,0.0,0.0391832051189756,0.255951455205554,0.0,0.0316853480535234,0.255951455205554,0.0,0.0582960152007051,0.255951455205554,0.0,0.0186023348416154,0.5,0.255951455205554,0.0,0.0264450499236483,0.5,0.255951455205554,0.0,0.0242672681089214,0.5,0.255951455205554,0.0,0.013984922812077,0.255951455205554,0.0,0.0186876822678466,0.0,0.249555966608928,0.255951455205554,0.0,0.211583683770417,0.5,0.255951455205554,0.0,0.191213686430492,0.255951455205554,0.0,0.124920257975378,0.255951455205554,0.0,0.0378913407616784,0.255951455205554,0.0,0.0088811707462374,0.0,0.132096724510775 -283,0.255951455205554,0.0,0.0709694429567447,0.255951455205554,0.0,0.0605088681027032,0.255951455205554,0.0,0.0390453257867844,0.255951455205554,0.0,0.0241740944433399,0.255951455205554,0.0,0.0819738280126913,0.255951455205554,0.0,0.0229958268069344,0.5,0.255951455205554,0.0,0.0253436107001986,0.5,0.255951455205554,0.0,0.0284736022898333,0.5,0.255951455205554,0.0,0.0152740857854887,0.255951455205554,0.0,0.0174467208066211,0.0,0.198525134272838,0.255951455205554,0.0,0.176167943982346,0.5,0.255951455205554,0.0,0.159364779786172,0.255951455205554,0.0,0.102017959119299,0.255951455205554,0.0,0.0299378652124641,0.255951455205554,0.0,0.0126326338399979,0.0,0.197452563745038 -284,0.255951455205554,0.0,0.0594145133281174,0.255951455205554,0.0,0.0426510783847539,0.255951455205554,0.0,0.0470599355773911,0.255951455205554,0.0,0.0379086885952678,0.255951455205554,0.0,0.105838697938138,0.255951455205554,0.0,0.0284755462398862,0.5,0.255951455205554,0.0,0.0295979054058592,0.5,0.255951455205554,0.0,0.0328010575290628,0.5,0.255951455205554,0.0,0.0178949694117164,0.255951455205554,0.0,0.0158290400085091,0.0,0.141676506280413,0.255951455205554,0.0,0.133528081391475,0.5,0.255951455205554,0.0,0.12681764674412,0.255951455205554,0.0,0.0662976962375057,0.255951455205554,0.0,0.0267572615287791,0.255951455205554,0.0,0.0150626654125656,0.0,0.327898282047436 -285,0.255951455205554,0.0,0.0625336479280948,0.255951455205554,0.0,0.037379268230632,0.255951455205554,0.0,0.0524388840442553,0.255951455205554,0.0,0.0500844312175324,0.255951455205554,0.0,0.105708864421733,0.255951455205554,0.0,0.0373309510846589,0.5,0.255951455205554,0.0,0.0345439769536683,0.5,0.255951455205554,0.0,0.0328889193731828,0.5,0.255951455205554,0.0,0.0187131021650661,0.255951455205554,0.0,0.0102427412043555,0.0,0.123160149193437,0.255951455205554,0.0,0.104313639137677,0.5,0.255951455205554,0.0,0.107962837347575,0.255951455205554,0.0,0.0451725668182162,0.255951455205554,0.0,0.0225735942488308,0.255951455205554,0.0,0.0149333589059644,0.0,0.46828809114616 -286,0.255951455205554,0.0,0.069548430386771,0.255951455205554,0.0,0.0333967139083287,0.255951455205554,0.0,0.055162056034337,0.255951455205554,0.0,0.0502143047972263,0.255951455205554,0.0,0.105304127387579,0.255951455205554,0.0,0.039611077642348,0.5,0.255951455205554,0.0,0.0405292681113555,0.5,0.255951455205554,0.0,0.0342254654879854,0.5,0.255951455205554,0.0,0.0207340615238921,0.255951455205554,0.0,0.0129889943386535,0.0,0.101504613923206,0.255951455205554,0.0,0.0771314862783131,0.5,0.255951455205554,0.0,0.0896696241260141,0.255951455205554,0.0,0.0338944364208933,0.255951455205554,0.0,0.0200355561171501,0.255951455205554,0.0,0.0185452302591882,0.0,0.488435605555267 -287,0.255951455205554,0.0,0.0688104593965856,0.255951455205554,0.0,0.0285107002130474,0.255951455205554,0.0,0.0713084762691887,0.255951455205554,0.0,0.0558069234475649,0.255951455205554,0.0,0.123251313355421,0.255951455205554,0.0,0.0370766218278365,0.5,0.255951455205554,0.0,0.0451758427963937,0.5,0.255951455205554,0.0,0.037666310113049,0.5,0.255951455205554,0.0,0.0253107111557903,0.255951455205554,0.0,0.0171422930079002,0.0,0.0645642997445765,0.255951455205554,0.0,0.0533199173311064,0.5,0.255951455205554,0.0,0.0762897139848993,0.255951455205554,0.0,0.0292673961350935,0.255951455205554,0.0,0.0174092160026614,0.255951455205554,0.0,0.0208964825382574,0.0,0.553433479121475 -288,0.255951455205554,0.0,0.0606401997590472,0.255951455205554,0.0,0.0297633352824395,0.255951455205554,0.0,0.101060521065864,0.255951455205554,0.0,0.0912872140683898,0.255951455205554,0.0,0.147218583001305,0.255951455205554,0.0,0.0442830056944382,0.5,0.255951455205554,0.0,0.0519650860409635,0.5,0.255951455205554,0.0,0.0415242956241336,0.5,0.255951455205554,0.0,0.0281015139527726,0.255951455205554,0.0,0.0206770046814418,0.0,0.039813345002296,0.255951455205554,0.0,0.0366125982637407,0.5,0.255951455205554,0.0,0.0596248044630158,0.255951455205554,0.0,0.0268089738078675,0.255951455205554,0.0,0.0147944186737314,0.255951455205554,0.0,0.0212583839886013,0.0,0.666103708455397 -289,0.255951455205554,0.0,0.0644012249797104,0.255951455205554,0.0,0.0424124336733686,0.255951455205554,0.0,0.131672107493128,0.255951455205554,0.0,0.134442925981599,0.255951455205554,0.0,0.159845624095689,0.255951455205554,0.0,0.0522986585803871,0.5,0.255951455205554,0.0,0.0509612436939952,0.5,0.255951455205554,0.0,0.0479076136236242,0.5,0.255951455205554,0.0,0.0268886836973027,0.255951455205554,0.0,0.0315920782272982,0.0,0.0209852029271688,0.255951455205554,0.0,0.0248841432494537,0.5,0.255951455205554,0.0,0.0436354416645034,0.255951455205554,0.0,0.0232431544559697,0.255951455205554,0.0,0.0188334971857842,0.255951455205554,0.0,0.0253627920076636,0.0,0.765280530785513 -290,0.255951455205554,0.0,0.0806804975195366,0.255951455205554,0.0,0.0536746976254396,0.255951455205554,0.0,0.149086706494355,0.255951455205554,0.0,0.169836292580692,0.255951455205554,0.0,0.165185328081971,0.255951455205554,0.0,0.061960413699332,0.5,0.255951455205554,0.0,0.0701623236044769,0.5,0.255951455205554,0.0,0.0517367509960019,0.5,0.255951455205554,0.0,0.0298946395302579,0.255951455205554,0.0,0.0414161712060391,0.0,0.0070127123290631,0.255951455205554,0.0,0.0150952649785126,0.5,0.255951455205554,0.0,0.0301450780635151,0.255951455205554,0.0,0.0247547460708136,0.255951455205554,0.0,0.0277725546253364,0.255951455205554,0.0,0.0341868415936131,0.0,0.815850124623113 -291,0.255951455205554,0.0,0.109332831715387,0.255951455205554,0.0,0.0677488420747007,0.255951455205554,0.0,0.161566905233497,0.255951455205554,0.0,0.199557574215238,0.255951455205554,0.0,0.17764384368468,0.255951455205554,0.0,0.0669470340682334,0.5,0.255951455205554,0.0,0.0841660964310768,0.5,0.255951455205554,0.0,0.0822372809905729,0.5,0.255951455205554,0.0,0.0380255011009897,0.255951455205554,0.0,0.0494449706659365,0.0,0.00241455281663197,0.255951455205554,0.0,0.0100249836438481,0.5,0.255951455205554,0.0,0.0228945471329212,0.255951455205554,0.0,0.0352527569966986,0.255951455205554,0.0,0.0363694277786254,0.255951455205554,0.0,0.0396374639499704,0.0,0.828786072739934 -292,0.255951455205554,0.0,0.143368555911465,0.255951455205554,0.0,0.0819851735516022,0.255951455205554,0.0,0.174498517079829,0.255951455205554,0.0,0.221185203042134,0.255951455205554,0.0,0.198292289961588,0.255951455205554,0.0,0.0691422794872314,0.5,0.255951455205554,0.0,0.0988883598008976,0.5,0.255951455205554,0.0,0.0760899449353262,0.5,0.255951455205554,0.0,0.0442529940274619,0.255951455205554,0.0,0.0956472336234427,0.0,0.00859496306138427,0.255951455205554,0.0,0.0148586233275215,0.5,0.255951455205554,0.0,0.0168205186884431,0.255951455205554,0.0,0.0428779953069372,0.255951455205554,0.0,0.0465346465440171,0.255951455205554,0.0,0.040039039858063,0.0,0.83919408928303 -293,0.255951455205554,0.0,0.184730809734331,0.255951455205554,0.0,0.107364428198818,0.255951455205554,0.0,0.193194916853664,0.255951455205554,0.0,0.237572450324904,0.255951455205554,0.0,0.224345384001921,0.255951455205554,0.0,0.0737470951833067,0.5,0.255951455205554,0.0,0.103773660152315,0.5,0.255951455205554,0.0,0.0699601928500059,0.5,0.255951455205554,0.0,0.0433511600938666,0.255951455205554,0.0,0.0949787191526632,0.0,0.0215623126965119,0.255951455205554,0.0,0.028013187289564,0.5,0.255951455205554,0.0,0.0177144894403863,0.255951455205554,0.0,0.0552121919557176,0.255951455205554,0.0,0.0604603067741038,0.255951455205554,0.0,0.0405715129837794,0.0,0.850736535144663 -294,0.255951455205554,0.0,0.255850184449256,0.255951455205554,0.0,0.143392150809499,0.255951455205554,0.0,0.218723517825849,0.255951455205554,0.0,0.260476465586355,0.255951455205554,0.0,0.257195768117658,0.255951455205554,0.0,0.0795375042432326,0.5,0.255951455205554,0.0,0.0981640267190225,0.5,0.255951455205554,0.0,0.0775028701595121,0.5,0.255951455205554,0.0,0.0417235532407423,0.255951455205554,0.0,0.0833543043865376,0.0,0.0332312466927373,0.255951455205554,0.0,0.0447244242045503,0.5,0.255951455205554,0.0,0.0299673608703608,0.255951455205554,0.0,0.0707723925040923,0.255951455205554,0.0,0.0708382266574932,0.255951455205554,0.0,0.0423882127044174,0.0,0.867205567900431 -295,0.255951455205554,0.0,0.375238335718085,0.255951455205554,0.0,0.233400973312506,0.255951455205554,0.0,0.245225346763388,0.255951455205554,0.0,0.280996715429902,0.255951455205554,0.0,0.282349379098559,0.255951455205554,0.0,0.0871848203024819,0.5,0.255951455205554,0.0,0.0862206496823037,0.5,0.255951455205554,0.0,0.0908921860456572,0.5,0.255951455205554,0.0,0.0415980348892369,0.255951455205554,0.0,0.0896250063809256,0.0,0.0459430346800473,0.255951455205554,0.0,0.0599283378603048,0.5,0.255951455205554,0.0,0.0536735064363525,0.255951455205554,0.0,0.0777694354848999,0.255951455205554,0.0,0.0839066950219801,0.255951455205554,0.0,0.0444133407625483,0.0,0.878885240868663 -296,0.255951455205554,0.0,0.471929027026554,0.255951455205554,0.0,0.264417285271932,0.255951455205554,0.0,0.25944053473032,0.255951455205554,0.0,0.282413643840402,0.255951455205554,0.0,0.286478558787481,0.255951455205554,0.0,0.103608016955828,0.5,0.255951455205554,0.0,0.071552457407264,0.5,0.255951455205554,0.0,0.0981241477203337,0.5,0.255951455205554,0.0,0.0462797144348343,0.255951455205554,0.0,0.149292443558053,0.0,0.0647680859660065,0.255951455205554,0.0,0.0832463150463588,0.5,0.255951455205554,0.0,0.0925994254003894,0.255951455205554,0.0,0.0873371018821565,0.255951455205554,0.0,0.09907560133534,0.255951455205554,0.0,0.0508232065616986,0.0,0.8625652577994 -297,0.255951455205554,0.0,0.590222316994746,0.255951455205554,0.0,0.267894095914364,0.255951455205554,0.0,0.263832277017233,0.255951455205554,0.0,0.287341088174475,0.255951455205554,0.0,0.33117880986987,0.255951455205554,0.0,0.122367384076878,0.5,0.255951455205554,0.0,0.0602951458005523,0.5,0.255951455205554,0.00141712402280318,0.0938728976118174,0.5,0.255951455205554,0.0063134572099062,0.0490975430487984,0.255951455205554,0.0,0.106543218623348,0.000866088760696572,0.088430543793901,0.255951455205554,0.00172893826887561,0.106519979322716,0.5,0.255951455205554,1.60779230014608e-05,0.125772854328423,0.255951455205554,0.00251359187400067,0.110246785613703,0.255951455205554,0.000218816680009472,0.102478376379083,0.255951455205554,0.000439595864390889,0.0609570990451365,0.0,0.607914558348921 -298,0.255951455205554,0.00439418255252973,0.601108165061902,0.255951455205554,0.00443451176186841,0.274339080868939,0.255951455205554,0.00262368209336356,0.274097893546401,0.255951455205554,0.00121039596303294,0.272920073749752,0.255951455205554,0.00213166436743961,0.354515834028336,0.255951455205554,0.00476771598478684,0.125950241149524,0.5,0.255951455205554,0.0040300783829711,0.0578956353389326,0.5,0.255951455205554,0.0478881423915489,0.0717431293511104,0.5,0.255951455205554,0.111116618489734,0.0475865412130322,0.255951455205554,0.00402476114694115,0.0594120560601758,0.0490057904911192,0.113475665945446,0.255951455205554,0.055110187748769,0.118734536422152,0.5,0.255951455205554,0.0433996080063542,0.150332620270671,0.255951455205554,0.0522109487381152,0.131098708747154,0.255951455205554,0.0183202663733377,0.105640088077646,0.255951455205554,0.0249743381945565,0.0701990148414484,0.00534420658180438,0.857248533399606 -299,0.255951455205554,0.0165568842993209,0.582430808218033,0.255951455205554,0.0128282495018271,0.229379152469354,0.255951455205554,0.00752697971770637,0.264429745741485,0.255951455205554,0.00410507121332587,0.250302715169507,0.255951455205554,0.00903356572031989,0.313237592726954,0.255951455205554,0.012642977039622,0.115258637573544,0.5,0.255951455205554,0.0184123455382932,0.0496326340946697,0.5,0.255951455205554,0.069898894652868,0.0589038870706319,0.5,0.255951455205554,0.172670901707433,0.0500454331156563,0.255951455205554,0.0203527051331947,0.0395820554749397,0.086509015259691,0.150501289359568,0.255951455205554,0.0946767853661425,0.130410960295542,0.5,0.255951455205554,0.0752940582708744,0.204192891264172,0.255951455205554,0.100957434744439,0.14534688749774,0.255951455205554,0.0397626236433995,0.107114312722149,0.255951455205554,0.0523201964115776,0.0965149407094809,0.0242769824077577,0.907114351039925 -300,0.255951455205554,0.0228130817896341,0.477912597390345,0.255951455205554,0.0115765998368335,0.172128908439887,0.255951455205554,0.0145486094347403,0.317864861654654,0.255951455205554,0.0102988615213635,0.306553285632901,0.255951455205554,0.0186226729974531,0.294058858551825,0.255951455205554,0.0269066946509514,0.0942154345345199,0.5,0.255951455205554,0.0346309687842839,0.0328509530055276,0.5,0.255951455205554,0.0817634690651194,0.057757206767581,0.5,0.255951455205554,0.16564235188444,0.0533858841734206,0.255951455205554,0.0338385727957928,0.033658896354087,0.0606978516589528,0.130840403266964,0.255951455205554,0.0884830541388722,0.138694320535397,0.5,0.255951455205554,0.0718439326874692,0.248336339814096,0.255951455205554,0.12425880787424,0.172101698308447,0.255951455205554,0.0537625844519471,0.115676300805226,0.255951455205554,0.057859125697372,0.133638195074132,0.0289487872701243,0.850622451174962 -301,0.255951455205554,0.022551485515016,0.336522425807249,0.255951455205554,0.0131337963614626,0.123352326567979,0.255951455205554,0.0217134312488704,0.335185339307908,0.255951455205554,0.0152499833974464,0.279371619702899,0.255951455205554,0.027039314857238,0.259148214445297,0.255951455205554,0.0350359307111761,0.0714019356927887,0.5,0.255951455205554,0.0582692879366712,0.0229372125601197,0.5,0.255951455205554,0.0856353688694842,0.0539190513672116,0.5,0.255951455205554,0.130108672447764,0.0497042881424512,0.255951455205554,0.0400078992991548,0.020045465681277,0.0594955320941631,0.112629501060055,0.255951455205554,0.0714153910302581,0.127815541980834,0.5,0.255951455205554,0.06329106451538,0.251641258236657,0.255951455205554,0.153823085935931,0.175805488403156,0.255951455205554,0.0453387240298872,0.141741182037712,0.255951455205554,0.0519773978762159,0.165107486817416,0.032842573277608,0.759857606557031 -302,0.255951455205554,0.0146991448714908,0.220863310831521,0.255951455205554,0.00921235649533082,0.173755477641716,0.255951455205554,0.0208447013932522,0.322390808103864,0.255951455205554,0.0272351406426234,0.339067807808779,0.255951455205554,0.0295019140454586,0.195317705974074,0.255951455205554,0.0315743332990359,0.0554957115516453,0.5,0.255951455205554,0.0754097572775036,0.0142660244821551,0.5,0.255951455205554,0.0679048730910292,0.036502567325967,0.5,0.255951455205554,0.0979284147164738,0.0417553832868924,0.255951455205554,0.0451810454519836,0.0110630302861427,0.038077871043636,0.0927125568091934,0.255951455205554,0.0500966858593335,0.114388377476931,0.5,0.255951455205554,0.040605057115954,0.255301203162764,0.255951455205554,0.107261146385095,0.203317570452175,0.255951455205554,0.0241875454237388,0.194654145765901,0.255951455205554,0.0396677050767227,0.204922353557727,0.0214171722090848,0.736187683788939 -303,0.255951455205554,0.0061510889883447,0.310061689095032,0.255951455205554,0.00390146304028012,0.201223683145033,0.255951455205554,0.013950744340394,0.303977036231071,0.255951455205554,0.0133824972841468,0.373141139774838,0.255951455205554,0.0259213930181054,0.136537743087909,0.255951455205554,0.0258325185294729,0.0387091905957611,0.5,0.255951455205554,0.0699723261864183,0.0119955330540169,0.5,0.255951455205554,0.0387113111936765,0.0276231787687716,0.5,0.255951455205554,0.0586076977703712,0.0313032259293744,0.255951455205554,0.0313813121951315,0.00572212316080391,0.011507973851955,0.0719234371309227,0.255951455205554,0.0255775880370688,0.106481243674297,0.5,0.255951455205554,0.0170963897455974,0.269488070930479,0.255951455205554,0.0508848607389456,0.202726230255953,0.255951455205554,0.0133493702265252,0.212561480451705,0.255951455205554,0.0192154375076229,0.190458128208899,0.00832698138824931,0.684827251769245 -304,0.255951455205554,0.000907146001822066,0.496182605216677,0.255951455205554,0.00168724593472684,0.198228290309302,0.255951455205554,0.0042001997295249,0.236106437755168,0.255951455205554,0.00356369712582766,0.287124948880096,0.255951455205554,0.0132922603753762,0.0955542925729168,0.255951455205554,0.0179142568511586,0.0253841503222797,0.5,0.255951455205554,0.0322232761399017,0.0131074089194521,0.5,0.255951455205554,0.0135490883466134,0.0161108033311783,0.5,0.255951455205554,0.0198280021862281,0.0202578595343394,0.255951455205554,0.0153471691647352,0.00983985007747946,0.0,0.0660310659849274,0.255951455205554,0.000163377168732049,0.110707871013507,0.5,0.255951455205554,6.5086280818421e-05,0.2574071922624,0.255951455205554,0.00323441424483309,0.203164165115262,0.255951455205554,0.00337488446291822,0.215150621939367,0.255951455205554,0.00486988741612754,0.160624508465323,0.0,0.574086370006911 -305,0.255951455205554,0.0,0.474763688664592,0.255951455205554,0.0,0.250915825406032,0.255951455205554,0.0,0.170056346544784,0.255951455205554,0.0,0.163042925222987,0.255951455205554,4.62631772462579e-05,0.0693808670612499,0.255951455205554,2.36286830819873e-05,0.0192956344493141,0.5,0.255951455205554,0.000131408032253112,0.016035546685943,0.5,0.255951455205554,0.000398057484918928,0.00786564942257955,0.5,0.255951455205554,5.8537302356259e-06,0.0144993090351878,0.255951455205554,9.18201263649726e-06,0.00685422843844378,0.0,0.0553060032818154,0.255951455205554,0.0,0.112309632221955,0.5,0.255951455205554,0.0,0.204359567313774,0.255951455205554,0.0,0.183533827165293,0.255951455205554,0.0,0.198433129463211,0.255951455205554,0.0,0.116413095649823,0.0,0.535095252289648 -306,0.255951455205554,0.0,0.306919505301643,0.255951455205554,0.0,0.165864201726719,0.255951455205554,0.0,0.133762393148364,0.255951455205554,0.0,0.110791093521585,0.255951455205554,0.0,0.0640306279468872,0.255951455205554,0.0,0.0121341471952079,0.5,0.255951455205554,0.0,0.0174432735557234,0.5,0.255951455205554,0.0,0.0036176186018853,0.5,0.255951455205554,0.0,0.00772302656316029,0.255951455205554,0.0,0.00695314740279397,0.0,0.0515989052014646,0.255951455205554,0.0,0.114139630675578,0.5,0.255951455205554,0.0,0.149711991711576,0.255951455205554,0.0,0.153096696085884,0.255951455205554,0.0,0.168954047527643,0.255951455205554,0.0,0.0899069559780788,0.0,0.494349869185244 -307,0.255951455205554,0.0,0.205158373492923,0.255951455205554,0.0,0.118888900332925,0.255951455205554,0.0,0.119088973673374,0.255951455205554,0.0,0.120707101570232,0.255951455205554,0.0,0.0726830219735169,0.255951455205554,0.0,0.00983736052570103,0.5,0.255951455205554,0.0,0.0198606839444351,0.5,0.255951455205554,0.0,0.00159712683418183,0.5,0.255951455205554,0.0,0.00437161331019709,0.255951455205554,0.0,0.00797116337092897,0.0,0.0903832757064504,0.255951455205554,0.0,0.114295126481885,0.5,0.255951455205554,0.0,0.118029238710463,0.255951455205554,0.0,0.134997823614163,0.255951455205554,0.0,0.144476915570618,0.255951455205554,0.0,0.066766969154675,0.0,0.399471545701677 -308,0.255951455205554,0.0,0.174695128951068,0.255951455205554,0.0,0.106330324260012,0.255951455205554,0.0,0.108343634525181,0.255951455205554,0.0,0.118467860903225,0.255951455205554,0.0,0.0916279461023648,0.255951455205554,0.0,0.0123810256515704,0.5,0.255951455205554,0.0,0.0202785860009711,0.5,0.255951455205554,0.0,0.000942501444962688,0.5,0.255951455205554,0.0,0.00267391631055184,0.255951455205554,0.0,0.0109424833284773,0.0,0.122619826254499,0.255951455205554,0.0,0.117285198427986,0.5,0.255951455205554,0.0,0.0952665019802203,0.255951455205554,0.0,0.1203971954079,0.255951455205554,0.0,0.0913516113158742,0.255951455205554,0.0,0.0367878760227845,0.0,0.243281529085729 -309,0.255951455205554,0.0,0.159765120173599,0.255951455205554,0.0,0.0829160558271641,0.255951455205554,0.0,0.101714435032495,0.255951455205554,0.0,0.0988530498562835,0.255951455205554,0.0,0.106856705625692,0.255951455205554,0.0,0.014381846604185,0.5,0.255951455205554,0.0,0.0190720394256132,0.5,0.255951455205554,0.0,0.000809480571645493,0.5,0.255951455205554,0.0,0.00146844450866676,0.255951455205554,0.0,0.0140030298187015,0.0,0.111571515196126,0.255951455205554,0.0,0.1092083622171,0.5,0.255951455205554,0.0,0.0908803740076667,0.255951455205554,0.0,0.0838721552967425,0.255951455205554,0.0,0.0495651784766569,0.255951455205554,0.0,0.0190118865598175,0.0,0.156684388849372 -310,0.255951455205554,0.0,0.152701901928178,0.255951455205554,0.0,0.0625763070728856,0.255951455205554,0.0,0.110175683828515,0.255951455205554,0.0,0.103059778812875,0.255951455205554,0.0,0.10627104106075,0.255951455205554,0.0,0.015701714807926,0.5,0.255951455205554,0.0,0.0224028212907994,0.5,0.255951455205554,0.0,0.000873213977462244,0.5,0.255951455205554,0.0,0.00102212344376385,0.255951455205554,0.0,0.0136195136910969,0.0,0.106938629464651,0.255951455205554,0.0,0.091417981940486,0.5,0.255951455205554,0.0,0.093442359515277,0.255951455205554,0.0,0.0620564612161168,0.255951455205554,0.0,0.0275697845409482,0.255951455205554,0.0,0.00971561731750513,0.0,0.113575845664884 -311,0.255951455205554,0.0,0.12953371716242,0.255951455205554,0.0,0.0530096001711245,0.255951455205554,0.0,0.124389793714674,0.255951455205554,0.0,0.150351796763497,0.255951455205554,0.0,0.104049798031449,0.255951455205554,0.0,0.0210775528301596,0.5,0.255951455205554,0.0,0.0234635792485147,0.5,0.255951455205554,0.0,0.00177968261824962,0.5,0.255951455205554,0.0,0.00118046360631638,0.255951455205554,0.0,0.00955863847532252,0.0,0.1089392505549,0.255951455205554,0.0,0.0717282963119238,0.5,0.255951455205554,0.0,0.0940645062104761,0.255951455205554,0.0,0.0420078092458821,0.255951455205554,0.0,0.0152899414804119,0.255951455205554,0.0,0.00492631598193622,0.0,0.0920063075941219 -312,0.255951455205554,0.0,0.109293247599239,0.255951455205554,0.0,0.0587150844059366,0.255951455205554,0.0,0.132105389890861,0.255951455205554,0.0,0.179203257110251,0.255951455205554,0.0,0.105687475563384,0.255951455205554,0.0,0.0242451056108784,0.5,0.255951455205554,0.0,0.0220887385816609,0.5,0.255951455205554,0.0,0.00256338766521075,0.5,0.255951455205554,0.0,0.00187161598207285,0.255951455205554,0.0,0.00772358948969393,0.0,0.0751032292063959,0.255951455205554,0.0,0.0535469046560755,0.5,0.255951455205554,0.0,0.0859982636312109,0.255951455205554,0.0,0.0223087390671305,0.255951455205554,0.0,0.0100572868786228,0.255951455205554,0.0,0.0028298209650334,0.0,0.100247922034768 -313,0.255951455205554,0.0,0.0994396367059067,0.255951455205554,0.0,0.0525713319147334,0.255951455205554,0.0,0.129779625672976,0.255951455205554,0.0,0.164932726034778,0.255951455205554,0.0,0.118789032242208,0.255951455205554,0.0,0.0250373012901512,0.5,0.255951455205554,0.0,0.0222134937478255,0.5,0.255951455205554,0.0,0.00444736326374493,0.5,0.255951455205554,0.0,0.00266897445127486,0.255951455205554,0.0,0.00958512470490291,0.0,0.0337482037989838,0.255951455205554,0.0,0.0361870945902965,0.5,0.255951455205554,0.0,0.0739953871232431,0.255951455205554,0.0,0.00894643733798501,0.255951455205554,0.0,0.00799716114070414,0.255951455205554,0.0,0.00202137357299147,0.0,0.15243309558229 -314,0.255951455205554,0.0,0.0921413883199332,0.255951455205554,0.0,0.0550889949026419,0.255951455205554,0.0,0.127831069009952,0.255951455205554,0.0,0.165491797080706,0.255951455205554,0.0,0.128704771944757,0.255951455205554,0.0,0.0227749798286161,0.5,0.255951455205554,0.0,0.0212263230383255,0.5,0.255951455205554,0.0,0.00738924764518244,0.5,0.255951455205554,0.0,0.004850734781718,0.255951455205554,0.0,0.0110903255811886,0.0,0.0175166289805055,0.255951455205554,0.0,0.0243253354195562,0.5,0.255951455205554,0.0,0.0619521245245128,0.255951455205554,0.0,0.00384726808264654,0.255951455205554,0.0,0.00756297289480683,0.255951455205554,0.0,0.0020180739163893,0.0,0.315415202508382 -315,0.255951455205554,0.0,0.0836215820560448,0.255951455205554,0.0,0.0738039790897536,0.255951455205554,0.0,0.127495690970464,0.255951455205554,0.0,0.174870086792642,0.255951455205554,0.0,0.129113019576803,0.255951455205554,0.0,0.0200404674676701,0.5,0.255951455205554,0.0,0.0209692649195909,0.5,0.255951455205554,0.0,0.00901571805358339,0.5,0.255951455205554,0.0,0.00735620078289942,0.255951455205554,0.0,0.010501988293745,0.0,0.00866825165921143,0.255951455205554,0.0,0.0154400562061048,0.5,0.255951455205554,0.0,0.0509998458468094,0.255951455205554,0.0,0.001715639682917,0.255951455205554,0.0,0.00855857521666247,0.255951455205554,0.0,0.00201236639428199,0.0,0.4459340497078 -316,0.255951455205554,0.0,0.0929091435874301,0.255951455205554,0.0,0.084888985695828,0.255951455205554,0.0,0.12283555318456,0.255951455205554,0.0,0.164498860477648,0.255951455205554,0.0,0.129666544767854,0.255951455205554,0.0,0.0180972300421759,0.5,0.255951455205554,0.0,0.0246709491082444,0.5,0.255951455205554,0.0,0.0108218618349806,0.5,0.255951455205554,0.0,0.0105217408271594,0.255951455205554,0.0,0.0118613284226764,0.0,0.00618899004502112,0.255951455205554,0.0,0.0100122766464955,0.5,0.255951455205554,0.0,0.0470125818509562,0.255951455205554,0.0,0.00134241368931387,0.255951455205554,0.0,0.00898801938412976,0.255951455205554,0.0,0.00265126367437457,0.0,0.493411808188454 -317,0.255951455205554,0.0,0.109464105239824,0.255951455205554,0.0,0.0863779352180631,0.255951455205554,0.0,0.121520470492731,0.255951455205554,0.0,0.152342997676843,0.255951455205554,0.0,0.143743102673038,0.255951455205554,0.0,0.0158961920178657,0.5,0.255951455205554,0.0,0.0241381443967312,0.5,0.255951455205554,0.0,0.00940491523485002,0.5,0.255951455205554,0.0,0.0135435810329474,0.255951455205554,0.0,0.0112464605689131,0.0,0.00312955269767904,0.255951455205554,0.0,0.00752782240048986,0.5,0.255951455205554,0.0,0.0413948923083001,0.255951455205554,0.0,0.00147540252256125,0.255951455205554,0.0,0.0103452728058676,0.255951455205554,0.0,0.0029562673541548,0.0,0.460974783236059 -318,0.255951455205554,0.0,0.124010619082633,0.255951455205554,0.0,0.0829669058150097,0.255951455205554,0.0,0.114389823938601,0.255951455205554,0.0,0.133490495237651,0.255951455205554,0.0,0.152007636730755,0.255951455205554,0.0,0.0133208345598767,0.5,0.255951455205554,0.0,0.0257053900437769,0.5,0.255951455205554,0.0,0.00858578996784487,0.5,0.255951455205554,0.0,0.0168675721630893,0.255951455205554,0.0,0.0104240643023845,0.0,0.00111247012328875,0.255951455205554,0.0,0.00770788359654901,0.5,0.255951455205554,0.0,0.0390503888978949,0.255951455205554,0.0,0.00267907094156392,0.255951455205554,0.0,0.0104502372142318,0.255951455205554,0.0,0.00341021728173132,0.0,0.449983038033029 -319,0.255951455205554,0.0,0.125186388140588,0.255951455205554,0.0,0.0879183820907458,0.255951455205554,0.0,0.115918908953802,0.255951455205554,0.0,0.123819777020313,0.255951455205554,0.0,0.136715915437522,0.255951455205554,0.0,0.0111865678284321,0.5,0.255951455205554,0.0,0.0265563885645605,0.5,0.255951455205554,0.0,0.00689617418341765,0.5,0.255951455205554,0.0,0.0176154658203599,0.255951455205554,0.0,0.0151152528901771,0.0,0.000481176908488642,0.255951455205554,0.0,0.00639637760092208,0.5,0.255951455205554,0.0,0.0389528066428924,0.255951455205554,0.0,0.00545164163619461,0.255951455205554,0.0,0.00919750540575693,0.255951455205554,0.0,0.00528757083922818,0.0,0.463118455845418 -320,0.255951455205554,0.0,0.120705908360724,0.255951455205554,0.0,0.085510021856553,0.255951455205554,0.0,0.116542383852144,0.255951455205554,0.0,0.122396130092438,0.255951455205554,0.0,0.113560761128299,0.255951455205554,0.0,0.00836791547606482,0.5,0.255951455205554,0.0,0.0288730582361806,0.5,0.255951455205554,0.0,0.00508721455853513,0.5,0.255951455205554,0.0,0.0175979662175025,0.255951455205554,0.0,0.0178562086042902,0.0,0.000125823895930485,0.255951455205554,0.0,0.00546039496382581,0.5,0.255951455205554,0.0,0.0344349216669241,0.255951455205554,0.0,0.0129213910384534,0.255951455205554,0.0,0.00922871018500203,0.255951455205554,0.0,0.00924755541066441,0.0,0.518309532279273 -321,0.255951455205554,0.0,0.113907642933793,0.255951455205554,0.0,0.066592955991986,0.255951455205554,0.0,0.112556588845658,0.255951455205554,0.0,0.109656309909266,0.255951455205554,0.0,0.0967997682315821,0.255951455205554,3.5748383475159e-07,0.00580961636620504,0.5,0.255951455205554,0.0,0.0270272325447906,0.5,0.255951455205554,0.000589219638547885,0.0039542391340385,0.5,0.255951455205554,0.00169358047262191,0.0181628657646238,0.255951455205554,0.0,0.0178346426090911,0.000378533176855311,0.000298950029014888,0.255951455205554,0.000558457151381057,0.0062867685546839,0.5,0.255951455205554,3.04387946535584e-06,0.0265177619604028,0.255951455205554,0.0012481760197969,0.0195634953737151,0.255951455205554,0.000374407460353471,0.0100295745802413,0.255951455205554,0.000564181931596043,0.0113962141167246,0.0,0.635110473733371 -322,0.255951455205554,0.023405524411509,0.106561781399244,0.255951455205554,0.0364317945339402,0.0467951412377879,0.255951455205554,0.0251546938242993,0.110511669675926,0.255951455205554,0.00658352775480681,0.110568548465836,0.255951455205554,0.0338024914563615,0.090615150844292,0.255951455205554,0.0490368683887922,0.00587457040896704,0.5,0.255951455205554,0.0155325603136523,0.036894198508475,0.5,0.255951455205554,0.0203996531801444,0.00375861183576625,0.5,0.255951455205554,0.0253434227111974,0.0193488621407078,0.255951455205554,0.070460219434859,0.0127448547497767,0.0155666356538968,0.000978541904221275,0.255951455205554,0.0216970375347267,0.00685092016052457,0.5,0.255951455205554,0.025362749492838,0.0210087197716671,0.255951455205554,0.0279801782502451,0.0364661690937378,0.255951455205554,0.0386628261094115,0.0107101191286931,0.255951455205554,0.035277210262324,0.0138417716379208,0.00825465105488706,0.707985438517959 -323,0.255951455205554,0.123326393344018,0.10321852744764,0.255951455205554,0.130660938838455,0.0390191727300302,0.255951455205554,0.0825414608410957,0.109135189785442,0.255951455205554,0.0377993517595155,0.112696331410638,0.255951455205554,0.121825758805711,0.0901367891438699,0.255951455205554,0.132378245711918,0.00746047303450797,0.5,0.255951455205554,0.0565594914037298,0.0411840184259071,0.5,0.255951455205554,0.0530400260590995,0.00555436485901627,0.5,0.255951455205554,0.0543205552388659,0.0220581809264982,0.255951455205554,0.177241993333364,0.0157690369259226,0.0613032694457188,0.00547718412630666,0.255951455205554,0.0650812127792672,0.0157286976272576,0.5,0.255951455205554,0.082979666063567,0.0190544687356829,0.255951455205554,0.0663307223865216,0.0644496549847307,0.255951455205554,0.0874458680926204,0.0166303742281056,0.255951455205554,0.0836045494946122,0.0217914185146931,0.0528986805501384,0.725301257411502 -324,0.255951455205554,0.236044273311982,0.0930406076832697,0.255951455205554,0.24052130588796,0.0518521435985678,0.255951455205554,0.13937785762107,0.113584648986977,0.255951455205554,0.0921742995599769,0.129093028836334,0.255951455205554,0.205627879050631,0.0914217997244138,0.255951455205554,0.199613290821572,0.0110384911820485,0.5,0.255951455205554,0.106068301228245,0.0380789361782324,0.5,0.255951455205554,0.0894675531062328,0.0106149859714339,0.5,0.255951455205554,0.0738495314242006,0.0273870593682338,0.255951455205554,0.239886752136729,0.0261075246143327,0.105101227346937,0.0236192851581613,0.255951455205554,0.107984542987247,0.0286505452535907,0.5,0.255951455205554,0.125460091981076,0.0149270697202369,0.255951455205554,0.0915643712724879,0.0928154610872764,0.255951455205554,0.131649466188078,0.0328948106784859,0.255951455205554,0.117036266591524,0.040454042482823,0.263857546208083,0.698000717448814 -325,0.255951455205554,0.306041747543562,0.0896944232143844,0.255951455205554,0.322725013313302,0.0701887727641922,0.255951455205554,0.166044737953659,0.120459953573493,0.255951455205554,0.0676830155520698,0.144074594401662,0.255951455205554,0.256827825893524,0.0720221542391214,0.255951455205554,0.238445418700601,0.0100584334555379,0.5,0.255951455205554,0.129032961991019,0.0369376688439805,0.5,0.255951455205554,0.113321483000585,0.0202713654200543,0.5,0.255951455205554,0.0789475490501314,0.0376853706424205,0.255951455205554,0.272993235620488,0.0547450333535965,0.104282903373336,0.0341339802126714,0.255951455205554,0.116062258298039,0.0381127534736303,0.5,0.255951455205554,0.158659972922596,0.0120199024189624,0.255951455205554,0.0780088358748058,0.102545579562524,0.255951455205554,0.138949888503292,0.0464366708798271,0.255951455205554,0.121430169324687,0.070637643136066,0.356126733896531,0.665919324072361 -326,0.255951455205554,0.293146638822798,0.0965178749673476,0.255951455205554,0.3194689304129,0.059582424286613,0.255951455205554,0.16241467098989,0.120803280484452,0.255951455205554,0.0516951400912504,0.131390213069784,0.255951455205554,0.24375144822643,0.0504956303380643,0.255951455205554,0.237800834432013,0.00711447064649285,0.5,0.255951455205554,0.124048635912904,0.0423967726726396,0.5,0.255951455205554,0.118633471014837,0.0239028806273442,0.5,0.255951455205554,0.0695053153810603,0.0490183879156242,0.255951455205554,0.244474516654242,0.0677730613108145,0.0863716448300557,0.0501614303870672,0.255951455205554,0.0813865286499111,0.0517184992739101,0.5,0.255951455205554,0.163108220766366,0.00901477337712823,0.255951455205554,0.0521225365864204,0.121745487882054,0.255951455205554,0.113201391646687,0.0616438746464405,0.255951455205554,0.0975265904850539,0.0916148839558401,0.346101645211412,0.634821304604573 -327,0.255951455205554,0.21061149030127,0.0920346681781694,0.255951455205554,0.250319943158095,0.0446535672321968,0.255951455205554,0.11751613501181,0.10279084197459,0.255951455205554,0.037051076508457,0.109983577179572,0.255951455205554,0.173309734453087,0.0341828179337799,0.255951455205554,0.193861041270463,0.00433881472234299,0.5,0.255951455205554,0.109759542399462,0.0330525224714056,0.5,0.255951455205554,0.0884635138084967,0.0174228633782464,0.5,0.255951455205554,0.0455586100132905,0.0498820424973287,0.255951455205554,0.164955239708657,0.0527811761502975,0.047896537447784,0.0535279609280848,0.255951455205554,0.0464394976095186,0.0656611191992935,0.5,0.255951455205554,0.118954709524292,0.00586502236926835,0.255951455205554,0.031244684866024,0.135497129367005,0.255951455205554,0.0670816536122909,0.0626614957296805,0.255951455205554,0.0612005195779873,0.0939889878945368,0.230351100522035,0.578610300884721 -328,0.255951455205554,0.0583284589817846,0.09902558765988,0.255951455205554,0.0483170210470967,0.0434641000792697,0.255951455205554,0.0403086048624116,0.0889321644259086,0.255951455205554,0.010899909516093,0.109337552467258,0.255951455205554,0.0899305977557597,0.0210796543643842,0.255951455205554,0.106107872716375,0.00382863108114144,0.5,0.255951455205554,0.0641707505942845,0.0131128708072666,0.5,0.255951455205554,0.0434047524982903,0.0145436825424251,0.5,0.255951455205554,0.0172975955012983,0.051007126639267,0.255951455205554,0.0863852330367191,0.0190130431168149,0.0,0.0493055090645323,0.255951455205554,0.00305006835268753,0.0687371371350087,0.5,0.255951455205554,0.00137512200740648,0.00641324773423876,0.255951455205554,0.00606559911302209,0.142555855831017,0.255951455205554,0.0191577775359264,0.0483771327027177,0.255951455205554,0.0210460565513124,0.07522253548554,0.0,0.508239002725426 -329,0.255951455205554,0.0,0.0984078544966942,0.255951455205554,0.0,0.0325350693706092,0.255951455205554,0.0,0.0858637089734973,0.255951455205554,0.0,0.106125495501271,0.255951455205554,5.73727005216603e-06,0.0187017981433192,0.255951455205554,0.0,0.00437270394829212,0.5,0.255951455205554,0.000183035798968455,0.00451715665732092,0.5,0.255951455205554,1.32052678271948e-06,0.0154446162667307,0.5,0.255951455205554,5.51087141521714e-05,0.048693203932073,0.255951455205554,0.0,0.0077983168265932,0.0,0.0564072099601115,0.255951455205554,0.0,0.0775803896544068,0.5,0.255951455205554,0.0,0.00717177206615978,0.255951455205554,0.0,0.136011017423631,0.255951455205554,0.0,0.036895795591149,0.255951455205554,0.0,0.05066676061289,0.0,0.46264090960937 -330,0.255951455205554,0.0,0.0914676129519946,0.255951455205554,0.0,0.0159355500668837,0.255951455205554,0.0,0.0844188180417642,0.255951455205554,0.0,0.102001214928162,0.255951455205554,0.0,0.0173703475453216,0.255951455205554,0.0,0.00422837514106244,0.5,0.255951455205554,0.0,0.00337497992936406,0.5,0.255951455205554,0.0,0.0180183740978576,0.5,0.255951455205554,0.0,0.0549036792970611,0.255951455205554,0.0,0.00764237316713608,0.0,0.0554684498932546,0.255951455205554,0.0,0.0756779170752633,0.5,0.255951455205554,0.0,0.00855928708311263,0.255951455205554,0.0,0.134120476644321,0.255951455205554,0.0,0.0356616986887623,0.255951455205554,0.0,0.0408070573595753,0.0,0.432684831796382 -331,0.255951455205554,0.0,0.0935977904339411,0.255951455205554,0.0,0.015840673962119,0.255951455205554,0.0,0.0809120179406471,0.255951455205554,0.0,0.107118683438181,0.255951455205554,0.0,0.0146607812555401,0.255951455205554,0.0,0.00355524659620142,0.5,0.255951455205554,0.0,0.00348371758880812,0.5,0.255951455205554,0.0,0.0217965735667579,0.5,0.255951455205554,0.0,0.0616692862891282,0.255951455205554,0.0,0.00387420479061002,0.0,0.0420118260118438,0.255951455205554,0.0,0.0683146787501857,0.5,0.255951455205554,0.0,0.00927138234717775,0.255951455205554,0.0,0.139399156685969,0.255951455205554,0.0,0.0323174582854799,0.255951455205554,0.0,0.0330344701712644,0.0,0.451537830301027 -332,0.255951455205554,0.0,0.0896995426370238,0.255951455205554,0.0,0.0228774654171154,0.255951455205554,0.0,0.0737848630707524,0.255951455205554,0.0,0.102931994962556,0.255951455205554,0.0,0.0140069863585778,0.255951455205554,0.0,0.00277187108702254,0.5,0.255951455205554,0.0,0.00239382584073667,0.5,0.255951455205554,0.0,0.0243014122835287,0.5,0.255951455205554,0.0,0.0675994065986049,0.255951455205554,0.0,0.00144902376096487,0.0,0.0456675901550485,0.255951455205554,0.0,0.0659334209724033,0.5,0.255951455205554,0.0,0.0158685703369909,0.255951455205554,0.0,0.147030859140962,0.255951455205554,0.0,0.032638345438367,0.255951455205554,0.0,0.0301248244474959,0.0,0.480499048296794 -333,0.255951455205554,0.0,0.0860160318672662,0.255951455205554,0.0,0.0311798835980928,0.255951455205554,0.0,0.0699572774347874,0.255951455205554,0.0,0.0949009037106477,0.255951455205554,0.0,0.0164991491122392,0.255951455205554,0.0,0.00242124308678344,0.5,0.255951455205554,0.0,0.00177938282255198,0.5,0.255951455205554,0.0,0.0223061351932817,0.5,0.255951455205554,0.0,0.0727982061806564,0.255951455205554,0.0,0.00135224854033396,0.0,0.0345750515699148,0.255951455205554,0.0,0.0588551089846357,0.5,0.255951455205554,0.0,0.0217263988423709,0.255951455205554,0.0,0.144818037827978,0.255951455205554,0.0,0.0337917970488802,0.255951455205554,0.0,0.0291846498588137,0.0,0.476432203891681 -334,0.255951455205554,0.0,0.0896373435842042,0.255951455205554,0.0,0.0360814491932779,0.255951455205554,0.0,0.0705840333900749,0.255951455205554,0.0,0.0935116437488136,0.255951455205554,0.0,0.0180710120292328,0.255951455205554,0.0,0.00189222559058547,0.5,0.255951455205554,0.0,0.00162945310629246,0.5,0.255951455205554,0.0,0.0156091457924412,0.5,0.255951455205554,0.0,0.0672820005416616,0.255951455205554,0.0,0.00152122760703064,0.0,0.0247285931703305,0.255951455205554,0.0,0.0428076227499879,0.5,0.255951455205554,0.0,0.0239434873138993,0.255951455205554,0.0,0.139495265468224,0.255951455205554,0.0,0.0290762502197477,0.255951455205554,0.0,0.0256375423516285,0.0,0.432008814855137 -335,0.255951455205554,0.0,0.0950274826332591,0.255951455205554,0.0,0.0291641355132667,0.255951455205554,0.0,0.0723200236179438,0.255951455205554,0.0,0.0943592839443198,0.255951455205554,0.0,0.0160108401484283,0.255951455205554,0.0,0.000925137713012866,0.5,0.255951455205554,0.0,0.00154540864807852,0.5,0.255951455205554,0.0,0.0117397588877117,0.5,0.255951455205554,0.0,0.0639442345097123,0.255951455205554,0.0,0.000890301246610407,0.0,0.0181914462553989,0.255951455205554,0.0,0.036000635513113,0.5,0.255951455205554,0.0,0.0234684244124713,0.255951455205554,0.0,0.133926225877262,0.255951455205554,0.0,0.0220850058766366,0.255951455205554,0.0,0.0226987412047085,0.0,0.41858647117621 -336,0.255951455205554,0.0,0.0922194614913843,0.255951455205554,0.0,0.0212626293294746,0.255951455205554,0.0,0.0730601562567606,0.255951455205554,0.0,0.0920161095335541,0.255951455205554,0.0,0.0149592982838742,0.255951455205554,0.0,0.00051366513781826,0.5,0.255951455205554,0.0,0.00237123934882357,0.5,0.255951455205554,0.0,0.00905939114663397,0.5,0.255951455205554,0.0,0.0616596410630096,0.255951455205554,0.0,0.000851891133338119,0.0,0.0191678452208554,0.255951455205554,0.0,0.0350636138092285,0.5,0.255951455205554,0.0,0.0275387249203414,0.255951455205554,0.0,0.121743702185429,0.255951455205554,0.0,0.0144475854537937,0.255951455205554,0.0,0.0177277876365052,0.0,0.438484981835371 -337,0.255951455205554,0.0,0.0857140565686512,0.255951455205554,0.0,0.0167102418063409,0.255951455205554,0.0,0.0726999021535717,0.255951455205554,0.0,0.0851591310003,0.255951455205554,0.0,0.0180993385870633,0.255951455205554,0.0,0.000767641452032862,0.5,0.255951455205554,0.0,0.00446672853045356,0.5,0.255951455205554,0.0,0.00879971770981944,0.5,0.255951455205554,0.0,0.0611195837884202,0.255951455205554,0.0,0.00185313037397882,0.0,0.0155326600629784,0.255951455205554,0.0,0.0362182587989609,0.5,0.255951455205554,0.0,0.0340006338824783,0.255951455205554,0.0,0.10608092359637,0.255951455205554,0.0,0.00945966908156171,0.255951455205554,0.0,0.0121427379712967,0.0,0.459627546783877 -338,0.255951455205554,0.0,0.0833561272215069,0.255951455205554,0.0,0.0197306650308629,0.255951455205554,0.0,0.0703396014373785,0.255951455205554,0.0,0.0860001532825723,0.255951455205554,0.0,0.0232758045035208,0.255951455205554,0.0,0.00206035600455978,0.5,0.255951455205554,0.0,0.00680047771569914,0.5,0.255951455205554,0.0,0.0116697618649839,0.5,0.255951455205554,0.0,0.0590130983540046,0.255951455205554,0.0,0.00241804281980094,0.0,0.0182037622294733,0.255951455205554,0.0,0.0382270218964784,0.5,0.255951455205554,0.0,0.0390618773094579,0.255951455205554,0.0,0.0936702674983822,0.255951455205554,0.0,0.0076644807609101,0.255951455205554,0.0,0.00908691657992758,0.0,0.500634833474639 -339,0.255951455205554,0.0,0.0897029916283989,0.255951455205554,0.0,0.0256857577064497,0.255951455205554,0.0,0.0720152825834397,0.255951455205554,0.0,0.09368737324442,0.255951455205554,0.0,0.0277617908321455,0.255951455205554,0.0,0.00302873463750637,0.5,0.255951455205554,0.0,0.00883324487464759,0.5,0.255951455205554,0.0,0.0069319818394762,0.5,0.255951455205554,0.0,0.0514125158332091,0.255951455205554,0.0,0.00336970819114555,0.0,0.0242061657091832,0.255951455205554,0.0,0.0388612914994234,0.5,0.255951455205554,0.0,0.0399555282184095,0.255951455205554,0.0,0.0857473771333925,0.255951455205554,0.0,0.00753649668669238,0.255951455205554,0.0,0.00698808167508438,0.0,0.530720795005133 -340,0.255951455205554,0.0,0.104601906955784,0.255951455205554,0.0,0.0274959525590483,0.255951455205554,0.0,0.0742414937623602,0.255951455205554,0.0,0.10003651225755,0.255951455205554,0.0,0.0302125017356214,0.255951455205554,0.0,0.0034015813111556,0.5,0.255951455205554,0.0,0.00850749128376408,0.5,0.255951455205554,0.0,0.00328836080002885,0.5,0.255951455205554,0.0,0.0418254206321992,0.255951455205554,0.0,0.00420051894970026,0.0,0.0286677294487586,0.255951455205554,0.0,0.0420416042651999,0.5,0.255951455205554,0.0,0.042587000269087,0.255951455205554,0.0,0.0869433502650802,0.255951455205554,0.0,0.00747519694367468,0.255951455205554,0.0,0.0054436028524141,0.0,0.524945986384349 -341,0.255951455205554,0.0,0.123735648817559,0.255951455205554,0.0,0.033015513247146,0.255951455205554,0.0,0.0817427899517123,0.255951455205554,0.0,0.110511487180206,0.255951455205554,0.0,0.0360061162614091,0.255951455205554,0.0,0.0054507189362804,0.5,0.255951455205554,0.0,0.00919817978180419,0.5,0.255951455205554,0.0,0.00348861105093797,0.5,0.255951455205554,0.0,0.0277143127332323,0.255951455205554,0.0,0.00633776072098652,0.0,0.034434793837919,0.255951455205554,0.0,0.0384456396429236,0.5,0.255951455205554,0.0,0.0374262969256291,0.255951455205554,0.0,0.0847062548235074,0.255951455205554,0.0,0.00576566640655734,0.255951455205554,0.0,0.00326724363746249,0.0,0.514088077219045 -342,0.255951455205554,0.0,0.142920699174675,0.255951455205554,0.0,0.0377861775211327,0.255951455205554,0.0,0.0947125671434029,0.255951455205554,0.0,0.12656863671615,0.255951455205554,0.0,0.0432541809128139,0.255951455205554,0.0,0.00779311185124633,0.5,0.255951455205554,0.0,0.0131516009323016,0.5,0.255951455205554,0.0,0.00471720669024014,0.5,0.255951455205554,0.0,0.0190359472430424,0.255951455205554,0.0,0.0110338710787339,0.0,0.0346611410244873,0.255951455205554,0.0,0.0340413107100288,0.5,0.255951455205554,0.0,0.0341522902102822,0.255951455205554,0.0,0.0769341751192675,0.255951455205554,0.0,0.00384852585443497,0.255951455205554,0.0,0.00208152170140818,0.0,0.549838271424881 -343,0.255951455205554,0.0,0.167337500702129,0.255951455205554,0.0,0.0411773423585766,0.255951455205554,0.0,0.111481152041026,0.255951455205554,0.0,0.152986590568792,0.255951455205554,0.0,0.0506201261736963,0.255951455205554,0.0,0.00918720488337961,0.5,0.255951455205554,0.0,0.0216177599272899,0.5,0.255951455205554,0.0,0.00528444609889035,0.5,0.255951455205554,0.0,0.012381162352804,0.255951455205554,0.0,0.0173179714514263,0.0,0.0297614764842555,0.255951455205554,0.0,0.029071604187001,0.5,0.255951455205554,0.0,0.0318887801881555,0.255951455205554,0.0,0.0655782914149169,0.255951455205554,0.0,0.00311111949074416,0.255951455205554,0.0,0.00221335538707842,0.0,0.640430274299626 -344,0.255951455205554,0.0,0.201990356558673,0.255951455205554,0.0,0.0517189171658549,0.255951455205554,0.0,0.127209197119408,0.255951455205554,0.0,0.172760949156314,0.255951455205554,0.0,0.0584138503953602,0.255951455205554,0.0,0.0121946982808067,0.5,0.255951455205554,0.0,0.0356684994185031,0.5,0.255951455205554,0.0,0.00635505037422866,0.5,0.255951455205554,0.0,0.007346380127451,0.255951455205554,0.0,0.0301583764405793,0.0,0.0179216888040487,0.255951455205554,0.0,0.0248874487961554,0.5,0.255951455205554,0.0,0.030262723337274,0.255951455205554,0.0,0.0580806974189392,0.255951455205554,0.0,0.00290741432062649,0.255951455205554,0.0,0.00271414251940437,0.0,0.716006407098229 -345,0.255951455205554,0.0,0.226842267987579,0.255951455205554,0.0,0.0668681757445268,0.255951455205554,0.0,0.13899041120266,0.255951455205554,0.0,0.187682495339904,0.255951455205554,0.0,0.0665091173098837,0.255951455205554,7.87196558565111e-06,0.0161168775945341,0.5,0.255951455205554,1.35968107885849e-07,0.0577455872363473,0.5,0.255951455205554,0.00175539593797169,0.00738245122559149,0.5,0.255951455205554,0.00346725978208452,0.00505724102568247,0.255951455205554,0.0,0.0615909054795359,0.00193978350829296,0.00920359599985749,0.255951455205554,0.000972938315387384,0.0206655323314795,0.5,0.255951455205554,3.40314963627311e-05,0.0308807705323807,0.255951455205554,0.000989835130545823,0.0562292387174393,0.255951455205554,0.000150549636959589,0.00260023295676707,0.255951455205554,0.000481714988192721,0.00333913388518335,0.0,0.764692413241328 -346,0.255951455205554,0.0269510127011937,0.244141031865757,0.255951455205554,0.00934655049258092,0.0779531101589738,0.255951455205554,0.0354940446781049,0.15074475497674,0.255951455205554,0.0461606301356964,0.205611897000519,0.255951455205554,0.0291466865140945,0.0754529851234609,0.255951455205554,0.0457609603758217,0.019628768323262,0.5,0.255951455205554,0.0117458935261073,0.10488243391728,0.5,0.255951455205554,0.0559582716069884,0.0102774301227568,0.5,0.255951455205554,0.0786240222795189,0.00579707896732765,0.255951455205554,0.0172771655585541,0.165498951135801,0.0965348522279832,0.00671405258051314,0.255951455205554,0.0283506210668415,0.0184908493586996,0.5,0.255951455205554,0.0150901439541771,0.0317707361484281,0.255951455205554,0.0118982747922297,0.0517714346319625,0.255951455205554,0.011135984198287,0.00337999934977774,0.255951455205554,0.0511409432793237,0.0045953327174132,0.0157095648645396,0.808278634961052 -347,0.255951455205554,0.116524303409503,0.290035583333843,0.255951455205554,0.0403319718926612,0.0896896539393995,0.255951455205554,0.102624638158269,0.176616530645424,0.255951455205554,0.149977293032342,0.249005078134888,0.255951455205554,0.0820951501085546,0.0984182747949768,0.255951455205554,0.0925370481106858,0.0251417376224253,0.5,0.255951455205554,0.0397664386167822,0.196442705841011,0.5,0.255951455205554,0.1099852572048,0.0163501849375276,0.5,0.255951455205554,0.174963803755451,0.00771908399346036,0.255951455205554,0.0319939520029674,0.265424719744531,0.178694004938914,0.00512481112295183,0.255951455205554,0.0566649989667074,0.0185201454752525,0.5,0.255951455205554,0.0387643511559379,0.0397620302607546,0.255951455205554,0.0292451141183032,0.0403738946203564,0.255951455205554,0.0371653054431081,0.005925198178925,0.255951455205554,0.149227306621651,0.00676315141368141,0.0663475208482914,0.833313135859745 -348,0.255951455205554,0.188255715235832,0.345393142932988,0.255951455205554,0.0691554466484331,0.123184936153712,0.255951455205554,0.157181675144954,0.197975120079603,0.255951455205554,0.225217699887525,0.274645695527096,0.255951455205554,0.110191865263035,0.142001982978244,0.255951455205554,0.110433982046641,0.0313815899586606,0.5,0.255951455205554,0.0607292731777401,0.292821194665752,0.5,0.255951455205554,0.12768386475923,0.0247595850186416,0.5,0.255951455205554,0.239905004030293,0.00982698867522996,0.255951455205554,0.033066003729367,0.305931175991973,0.178846701141015,0.0139412827749638,0.255951455205554,0.0715269905318417,0.0252120189640598,0.5,0.255951455205554,0.0618529199377728,0.0687318473242225,0.255951455205554,0.0509210603239404,0.0329147465655864,0.255951455205554,0.0694347579601512,0.0107396769726852,0.255951455205554,0.22560586552775,0.0116187744570471,0.171461666635069,0.850060434684755 -349,0.255951455205554,0.213992907746427,0.414637044245557,0.255951455205554,0.107103232243539,0.199747736915262,0.255951455205554,0.16917217513492,0.22812581016674,0.255951455205554,0.21748775110685,0.296585522865268,0.255951455205554,0.111083407933807,0.186554985142804,0.255951455205554,0.117702207139287,0.0376848568384194,0.5,0.255951455205554,0.0548228083089812,0.31931307481404,0.5,0.255951455205554,0.118790272052312,0.0306878293554272,0.5,0.255951455205554,0.248125210382522,0.0133906199840094,0.255951455205554,0.045658844643716,0.32327759215171,0.101873188912346,0.0104783929147969,0.255951455205554,0.0643409523439624,0.022722372046808,0.5,0.255951455205554,0.0768282992277922,0.0917116758929648,0.255951455205554,0.0669146051631683,0.0277078581816741,0.255951455205554,0.0896967286465777,0.0170128223779811,0.255951455205554,0.247516882629057,0.0164548537953952,0.0870343096063653,0.865758143241522 -350,0.255951455205554,0.191253356578059,0.470077661507395,0.255951455205554,0.0994565769800403,0.249286988789606,0.255951455205554,0.142559631456674,0.256391472737816,0.255951455205554,0.141249357408663,0.320257871562181,0.255951455205554,0.0936813959154898,0.206424960438289,0.255951455205554,0.103518474951707,0.0543145345849935,0.5,0.255951455205554,0.0415174678361636,0.308482906423946,0.5,0.255951455205554,0.111232825892205,0.0316095445315996,0.5,0.255951455205554,0.193627539168487,0.0154212613010216,0.255951455205554,0.0659177993150238,0.312428315377364,0.0368227797693954,0.00163895031650642,0.255951455205554,0.0427525020586368,0.018092098887596,0.5,0.255951455205554,0.0502448970830894,0.0860531187946931,0.255951455205554,0.062900894124151,0.0220193428090877,0.255951455205554,0.092098421353111,0.0237764275103903,0.255951455205554,0.195939432163437,0.0208476267828674,0.0623456903995022,0.858983706801464 -351,0.255951455205554,0.121244631491649,0.511416307610747,0.255951455205554,0.0950494719632507,0.266927004998776,0.255951455205554,0.0974395664203732,0.285978321460236,0.255951455205554,0.0836938836337743,0.361246600309913,0.255951455205554,0.0624758340363283,0.258215854938209,0.255951455205554,0.0683370534974109,0.0797175471180036,0.5,0.255951455205554,0.0417261607686044,0.324302338289171,0.5,0.255951455205554,0.0944746084891227,0.0343612328712362,0.5,0.255951455205554,0.121370006155869,0.0167558030525237,0.255951455205554,0.0888353424824574,0.33972070693066,0.0161937522761825,0.000323197456123054,0.255951455205554,0.0204895225171902,0.0124164454743613,0.5,0.255951455205554,0.0268139185318686,0.0722083068993667,0.255951455205554,0.038993023508997,0.0147567054817873,0.255951455205554,0.0681334948091733,0.0329736977311188,0.255951455205554,0.10027029799633,0.024023560720511,0.0493098646298095,0.857969044347854 -352,0.255951455205554,0.0393192784547295,0.549083354259545,0.255951455205554,0.032507269726216,0.304852437224799,0.255951455205554,0.0330750006392921,0.309674342369151,0.255951455205554,0.0222655102002478,0.388874518966636,0.255951455205554,0.0213701957669511,0.341203221640715,0.255951455205554,0.0197939893890857,0.104107386664973,0.5,0.255951455205554,0.0200915298285653,0.328140953469494,0.5,0.255951455205554,0.054437789941946,0.0291575174972291,0.5,0.255951455205554,0.058809951444288,0.0186125119113129,0.255951455205554,0.0326967909958334,0.309838151076873,6.64066445481174e-05,0.0,0.255951455205554,0.00215806081220493,0.00953216646287355,0.5,0.255951455205554,0.00061012610165522,0.0619001951598653,0.255951455205554,0.0128432507340475,0.00732603426332785,0.255951455205554,0.0256424947800226,0.0333435713131639,0.255951455205554,0.0314963371849931,0.0214501974833844,0.0399657239485002,0.887910648689561 -353,0.255951455205554,0.0,0.593448512823933,0.255951455205554,0.0,0.348150687091885,0.255951455205554,0.0,0.337174701959388,0.255951455205554,0.0,0.417452414402367,0.255951455205554,5.12791094353449e-05,0.449914322276982,0.255951455205554,0.000126466788193287,0.139153157674743,0.5,0.255951455205554,0.000190891071245784,0.340365356070916,0.5,0.255951455205554,5.61055195085539e-05,0.0237165313473086,0.5,0.255951455205554,1.35651300901504e-05,0.0254506700755005,0.255951455205554,0.000312716553535005,0.314408520735905,0.0,0.0,0.255951455205554,0.0,0.0107212912749828,0.5,0.255951455205554,0.0,0.0542881482200155,0.255951455205554,0.0,0.0052510650560439,0.255951455205554,0.0,0.0417769967948283,0.255951455205554,0.0,0.0325479654234832,0.0,0.921820970111334 -354,0.255951455205554,0.0,0.654334384743592,0.255951455205554,0.0,0.418544613184729,0.255951455205554,0.0,0.380190226677121,0.255951455205554,0.0,0.438984706171562,0.255951455205554,0.0,0.547881584089464,0.255951455205554,0.0,0.18655716507317,0.5,0.255951455205554,0.0,0.37172480224544,0.5,0.255951455205554,0.0,0.0281056824504502,0.5,0.255951455205554,0.0,0.0369010157020177,0.255951455205554,0.0,0.351437075616029,0.0,0.000788093643420423,0.255951455205554,0.0,0.0173966212589473,0.5,0.255951455205554,0.0,0.0683377278005992,0.255951455205554,0.0,0.00839589387647566,0.255951455205554,0.0,0.0620319359218916,0.255951455205554,0.0,0.0532951067287356,0.0,0.939424141068019 -355,0.255951455205554,0.0,0.711303806566461,0.255951455205554,0.0,0.48039467608726,0.255951455205554,0.0,0.430112248343662,0.255951455205554,0.0,0.464959694454852,0.255951455205554,0.0,0.62116571509117,0.255951455205554,0.0,0.227220472294457,0.5,0.255951455205554,0.0,0.389897368254605,0.5,0.255951455205554,0.0,0.0406471586787758,0.5,0.255951455205554,0.0,0.0578306003357489,0.255951455205554,0.0,0.342561313968569,0.0,0.00668056963321101,0.255951455205554,0.0,0.0268839565850825,0.5,0.255951455205554,0.0,0.0861897005045108,0.255951455205554,0.0,0.014140384831274,0.255951455205554,0.0,0.0793025448998147,0.255951455205554,0.0,0.0772419772254053,0.0,0.945952429507423 -356,0.255951455205554,0.0,0.766572902874117,0.255951455205554,0.0,0.562750840967679,0.255951455205554,0.0,0.477866781858049,0.255951455205554,0.0,0.474977927855138,0.255951455205554,0.0,0.656464524123059,0.255951455205554,0.0,0.259309460755205,0.5,0.255951455205554,0.0,0.381903817495307,0.5,0.255951455205554,0.0,0.052125663408731,0.5,0.255951455205554,0.0,0.0774493300513236,0.255951455205554,0.0,0.293999214484182,0.0,0.0143373372207691,0.255951455205554,0.0,0.0376869302336324,0.5,0.255951455205554,0.0,0.104653073282501,0.255951455205554,0.0,0.0206816129583748,0.255951455205554,0.0,0.0937982586986186,0.255951455205554,0.0,0.0893804033527591,0.0,0.950378758411036 -357,0.255951455205554,0.0,0.813781962076389,0.255951455205554,0.0,0.56446935579694,0.255951455205554,0.0,0.501776181731515,0.255951455205554,0.0,0.482409047474601,0.255951455205554,0.0,0.652909178032716,0.255951455205554,0.0,0.283009895780342,0.5,0.255951455205554,0.0,0.364002088685355,0.5,0.255951455205554,0.0,0.0578462765515224,0.5,0.255951455205554,0.0,0.0901371358652575,0.255951455205554,0.0,0.209850761712544,0.0,0.0281739774406911,0.255951455205554,0.0,0.0557760881085111,0.5,0.255951455205554,0.0,0.131441253920471,0.255951455205554,0.0,0.0249738316028491,0.255951455205554,0.0,0.102058301926667,0.255951455205554,0.0,0.0865938608601103,0.0,0.957988095365028 -358,0.255951455205554,0.0,0.821268962236059,0.255951455205554,0.0,0.490537000311503,0.255951455205554,0.0,0.478687344307002,0.255951455205554,0.0,0.503753713023608,0.255951455205554,0.0,0.63876445324384,0.255951455205554,0.0,0.302666987640487,0.5,0.255951455205554,0.0,0.342608156080217,0.5,0.255951455205554,0.0,0.0602008668197038,0.5,0.255951455205554,0.0,0.091878421749422,0.255951455205554,0.0,0.185919981685125,0.0,0.0484812781660537,0.255951455205554,0.0,0.0731118083547676,0.5,0.255951455205554,0.0,0.163321419537946,0.255951455205554,0.0,0.029746603373249,0.255951455205554,0.0,0.105444785816785,0.255951455205554,0.0,0.0731247431121973,0.0,0.961218384839085 -359,0.255951455205554,0.0,0.81397106837715,0.255951455205554,0.0,0.438262365806292,0.255951455205554,0.0,0.434705372160047,0.255951455205554,0.0,0.47549876151542,0.255951455205554,0.0,0.612687152900824,0.255951455205554,0.0,0.314460795407788,0.5,0.255951455205554,0.0,0.295621075332934,0.5,0.255951455205554,0.0,0.0643588410906531,0.5,0.255951455205554,0.0,0.106081629003018,0.255951455205554,0.0,0.18806999706022,0.0,0.0731526661545772,0.255951455205554,0.0,0.0967625497502844,0.5,0.255951455205554,0.0,0.207024278729527,0.255951455205554,0.0,0.0380400041998725,0.255951455205554,0.0,0.124930860461895,0.255951455205554,0.0,0.072235537913581,0.0,0.959643574668935 -360,0.255951455205554,0.0,0.814712329838456,0.255951455205554,0.0,0.42598119181702,0.255951455205554,0.0,0.40845555440752,0.255951455205554,0.0,0.473174140087012,0.255951455205554,0.0,0.5262556422557,0.255951455205554,0.0,0.308880355085204,0.5,0.255951455205554,0.0,0.251897826700005,0.5,0.255951455205554,0.0,0.0702900358900606,0.5,0.255951455205554,0.0,0.126620050801129,0.255951455205554,0.0,0.166120103220797,0.0,0.131063877035003,0.255951455205554,0.0,0.136668985861424,0.5,0.255951455205554,0.0,0.267800239991937,0.255951455205554,0.0,0.0528099430815832,0.255951455205554,0.0,0.147418682990233,0.255951455205554,0.0,0.0840069890625715,0.0,0.955886333710525 -361,0.255951455205554,0.0,0.794817522910943,0.255951455205554,0.0,0.442664341679631,0.255951455205554,0.0,0.380187296082213,0.255951455205554,0.0,0.441458228491428,0.255951455205554,0.0,0.431513110661103,0.255951455205554,0.0,0.278969031313815,0.5,0.255951455205554,0.0,0.203994765078967,0.5,0.255951455205554,0.0,0.0646170930674574,0.5,0.255951455205554,0.0,0.145814345068269,0.255951455205554,0.0,0.123684176756098,0.0,0.199552022242697,0.255951455205554,0.0,0.174073979316968,0.5,0.255951455205554,0.0,0.33010673100166,0.255951455205554,0.0,0.0707277554339383,0.255951455205554,0.0,0.167739515277157,0.255951455205554,0.0,0.106724342532648,0.0,0.95327625163212 -362,0.255951455205554,0.0,0.775463194252351,0.255951455205554,0.0,0.418837970050041,0.255951455205554,0.0,0.352884882160843,0.255951455205554,0.0,0.393253223512234,0.255951455205554,0.0,0.384880914453258,0.255951455205554,0.0,0.249521375807512,0.5,0.255951455205554,0.0,0.18312762099483,0.5,0.255951455205554,0.0,0.0562726827843559,0.5,0.255951455205554,0.0,0.145754511477315,0.255951455205554,0.0,0.113196690455805,0.0,0.22149578513147,0.255951455205554,0.0,0.196782777668106,0.5,0.255951455205554,0.0,0.373436756969236,0.255951455205554,0.0,0.0893838960170999,0.255951455205554,0.0,0.190256668584629,0.255951455205554,0.0,0.155105554793928,0.0,0.951548954128296 -363,0.255951455205554,0.0,0.750838238058711,0.255951455205554,0.0,0.37947833686819,0.255951455205554,0.0,0.330270409374606,0.255951455205554,0.0,0.362894022839448,0.255951455205554,0.0,0.359186744870333,0.255951455205554,0.0,0.22868453425511,0.5,0.255951455205554,0.0,0.169294373130621,0.5,0.255951455205554,0.0,0.0512173763224496,0.5,0.255951455205554,0.0,0.128788723610204,0.255951455205554,0.0,0.113306826818056,0.0,0.194459519137868,0.255951455205554,0.0,0.211252344587198,0.5,0.255951455205554,0.0,0.400442256493497,0.255951455205554,0.0,0.107219251052049,0.255951455205554,0.0,0.211104350083202,0.255951455205554,0.0,0.17679728116651,0.0,0.944649420018665 -364,0.255951455205554,0.0,0.717686735261128,0.255951455205554,0.0,0.347984272304975,0.255951455205554,0.0,0.305951620457119,0.255951455205554,0.0,0.319726015844377,0.255951455205554,0.0,0.351499729182559,0.255951455205554,0.0,0.214044716938762,0.5,0.255951455205554,0.0,0.160449890643828,0.5,0.255951455205554,0.0,0.0521122269693766,0.5,0.255951455205554,0.0,0.114168653013426,0.255951455205554,0.0,0.123609799228855,0.0,0.188196192525774,0.255951455205554,0.0,0.226351607889219,0.5,0.255951455205554,0.0,0.45356052093146,0.255951455205554,0.0,0.124033341408952,0.255951455205554,0.0,0.247862412007253,0.255951455205554,0.0,0.18815153624407,0.0,0.934364882112788 -365,0.255951455205554,0.0,0.680261263486595,0.255951455205554,0.0,0.306492632620389,0.255951455205554,0.0,0.279997236065664,0.255951455205554,0.0,0.284340745289168,0.255951455205554,0.0,0.341122674229029,0.255951455205554,0.0,0.192108904232648,0.5,0.255951455205554,0.0,0.159563121895866,0.5,0.255951455205554,0.0,0.0573227308156618,0.5,0.255951455205554,0.0,0.1036218536057,0.255951455205554,0.0,0.15360901044581,0.0,0.213151166981076,0.255951455205554,0.0,0.254812836245298,0.5,0.255951455205554,0.0,0.505212799915361,0.255951455205554,0.0,0.136663387659634,0.255951455205554,0.0,0.282713712476728,0.255951455205554,0.0,0.198451632281841,0.0,0.920067290454165 -366,0.255951455205554,0.0,0.640428881030517,0.255951455205554,0.0,0.251375488104184,0.255951455205554,0.0,0.259732989314907,0.255951455205554,0.0,0.256907457675146,0.255951455205554,0.0,0.3354736821746,0.255951455205554,0.0,0.179302483352103,0.5,0.255951455205554,0.0,0.178962074430332,0.5,0.255951455205554,0.0,0.0563565140890416,0.5,0.255951455205554,0.0,0.0953550780436986,0.255951455205554,0.0,0.188596698374465,0.0,0.233584034351444,0.255951455205554,0.0,0.278942585091375,0.5,0.255951455205554,0.0,0.557930608629689,0.255951455205554,0.0,0.142486996969287,0.255951455205554,0.0,0.311762797412241,0.255951455205554,0.0,0.192255340076895,0.0,0.914807105704353 -367,0.255951455205554,0.0,0.640256098368776,0.255951455205554,0.0,0.224905793869172,0.255951455205554,0.0,0.252406365011391,0.255951455205554,0.0,0.247181407996687,0.255951455205554,0.0,0.340359464212017,0.255951455205554,0.0,0.180570911723368,0.5,0.255951455205554,0.0,0.224880409928538,0.5,0.255951455205554,0.0,0.0641027340860341,0.5,0.255951455205554,0.0,0.0927661569804651,0.255951455205554,0.0,0.248516034501138,0.0,0.253729619339955,0.255951455205554,0.0,0.302149229988722,0.5,0.255951455205554,0.0,0.61418157308355,0.255951455205554,0.0,0.145609900420308,0.255951455205554,0.0,0.309063112810035,0.255951455205554,0.0,0.178694108319161,0.0,0.917051679437304 -368,0.255951455205554,0.0,0.651414410228008,0.255951455205554,0.0,0.218738806632914,0.255951455205554,0.0,0.256726043501318,0.255951455205554,0.0,0.237506626603099,0.255951455205554,0.0,0.367117872984174,0.255951455205554,0.0,0.19605097316153,0.5,0.255951455205554,0.0,0.284645284187702,0.5,0.255951455205554,0.0,0.0854173464992787,0.5,0.255951455205554,0.0,0.0915415402103817,0.255951455205554,0.0,0.440017793320908,0.0,0.275143550206139,0.255951455205554,0.0,0.32698123505136,0.5,0.255951455205554,0.0,0.664791801164589,0.255951455205554,0.0,0.152229473104185,0.255951455205554,0.0,0.283403288696307,0.255951455205554,0.0,0.164158922037032,0.0,0.927428409549922 -369,0.255951455205554,0.0,0.642681257399151,0.255951455205554,0.0,0.21701037889689,0.255951455205554,0.0,0.264322004902336,0.255951455205554,0.0,0.24202268095344,0.255951455205554,0.0,0.400006522048469,0.255951455205554,1.45516967984779e-06,0.225755465561295,0.5,0.255951455205554,3.9273430976548e-07,0.347499570571114,0.5,0.255951455205554,0.000905897532102009,0.122933905205357,0.5,0.255951455205554,0.00356053454431425,0.0883067797209264,0.255951455205554,0.0,0.497914158978183,0.000742755577766768,0.28016279431831,0.255951455205554,0.00111565459962045,0.3326801958182,0.5,0.255951455205554,2.38505330102005e-05,0.694675375930031,0.255951455205554,0.00164738696065933,0.150183040001898,0.255951455205554,0.000208003828398584,0.256988750132813,0.255951455205554,0.000409260260617607,0.148866044164552,0.0,0.943837191729651 -370,0.255951455205554,0.00300664698373254,0.643966743687332,0.255951455205554,0.00327590706551242,0.233934025807048,0.255951455205554,0.00212109806006467,0.279435051505028,0.255951455205554,0.00132252120617746,0.265585345197178,0.255951455205554,0.0038503086448621,0.431949748848006,0.255951455205554,0.0054510671308636,0.253176001530072,0.5,0.255951455205554,0.0038633542250371,0.394143919227395,0.5,0.255951455205554,0.0212912557758147,0.149660348733865,0.5,0.255951455205554,0.0516649854674959,0.0878999752329939,0.255951455205554,0.0013719199415426,0.537840862464754,0.0218474474912714,0.303747522419088,0.255951455205554,0.0215636133011496,0.339914303898324,0.5,0.255951455205554,0.0102279872552883,0.713301574526346,0.255951455205554,0.0230591672279265,0.148639759958752,0.255951455205554,0.00866385620744533,0.242921717652192,0.255951455205554,0.01285322558095,0.161933591895283,0.0025720232459727,0.947112726295071 -371,0.255951455205554,0.0135829382045114,0.64938637437786,0.255951455205554,0.0111409392523935,0.243831592581664,0.255951455205554,0.00713732691303731,0.285192614335633,0.255951455205554,0.00500778367726262,0.291909311769573,0.255951455205554,0.0157605740564126,0.445157634819831,0.255951455205554,0.0185538744610683,0.276600264936177,0.5,0.255951455205554,0.0132060000653654,0.385431368081819,0.5,0.255951455205554,0.0523561053959908,0.186837928124211,0.5,0.255951455205554,0.10908433325171,0.0922709695830972,0.255951455205554,0.00414860511974003,0.619238276649255,0.0497647202347084,0.338594357590911,0.255951455205554,0.0453183399668936,0.343336166796664,0.5,0.255951455205554,0.0305652276498179,0.714232312790456,0.255951455205554,0.0460872102314996,0.156280915865612,0.255951455205554,0.0231239737876915,0.237966698458227,0.255951455205554,0.0347242237265191,0.193173469137218,0.0132009801511323,0.904948405313165 -372,0.255951455205554,0.0222003913646959,0.656610512723247,0.255951455205554,0.0181376424422359,0.264661923557632,0.255951455205554,0.0133538157035278,0.286086268032648,0.255951455205554,0.00742936257511843,0.296540544044101,0.255951455205554,0.0283807251779306,0.442322335272882,0.255951455205554,0.0293215132515129,0.325689939324101,0.5,0.255951455205554,0.0189957295774249,0.406333518188397,0.5,0.255951455205554,0.0831239177247832,0.2418767741922,0.5,0.255951455205554,0.155338086022856,0.110424318655355,0.255951455205554,0.00799572123814338,0.659634638956666,0.0739587965854925,0.413294887832094,0.255951455205554,0.0575764229851947,0.357615910337853,0.5,0.255951455205554,0.0455516210315663,0.702254309997604,0.255951455205554,0.0595077214417493,0.167365556995556,0.255951455205554,0.0350439500536656,0.224529197492205,0.255951455205554,0.0553938684168193,0.209666234065642,0.0230248233997149,0.826266656544546 -373,0.255951455205554,0.0241592626649162,0.63506496201846,0.255951455205554,0.0187591167353129,0.280132050419095,0.255951455205554,0.0181132159301255,0.289608387665446,0.255951455205554,0.00797007135191707,0.283261093334157,0.255951455205554,0.0400293074648267,0.419016878220924,0.255951455205554,0.0229399799315708,0.386234776427866,0.5,0.255951455205554,0.025079175823425,0.356445535256214,0.5,0.255951455205554,0.0900196691395118,0.262489715604408,0.5,0.255951455205554,0.174245489219749,0.134248669315925,0.255951455205554,0.0180317826809907,0.498540305219501,0.0519117881291812,0.377418297474903,0.255951455205554,0.0551135308943798,0.360434565615942,0.5,0.255951455205554,0.0466695926954628,0.6834967807285,0.255951455205554,0.0598326697210069,0.170611684820653,0.255951455205554,0.0401570571223138,0.208787495269769,0.255951455205554,0.0633325525574942,0.200991685284938,0.0240624447816205,0.769971530077553 -374,0.255951455205554,0.0170004685807009,0.594173673701834,0.255951455205554,0.0102436861153495,0.276296177041162,0.255951455205554,0.0171075244676301,0.280279612410357,0.255951455205554,0.010903522525504,0.258999320066381,0.255951455205554,0.0386333870705031,0.346558584269144,0.255951455205554,0.0133695256140102,0.378781206476918,0.5,0.255951455205554,0.0334462541461076,0.317106988410318,0.5,0.255951455205554,0.0781025474942953,0.254596020715457,0.5,0.255951455205554,0.159164527682889,0.15197098766804,0.255951455205554,0.024799930661073,0.378609719932844,0.0421443799404491,0.392310585620376,0.255951455205554,0.0426373471617759,0.34709076685668,0.5,0.255951455205554,0.0344681744569051,0.672608789079456,0.255951455205554,0.0482457607210497,0.163765333418476,0.255951455205554,0.0340661293058385,0.187401154403282,0.255951455205554,0.055179762182394,0.210665908802366,0.0175640660490957,0.66424857106212 -375,0.255951455205554,0.00611708229168093,0.555413748392202,0.255951455205554,0.00380784521791687,0.278683488453695,0.255951455205554,0.0109648237146196,0.249071416801893,0.255951455205554,0.00738177834323072,0.216553086380352,0.255951455205554,0.0297590946815612,0.296822144913638,0.255951455205554,0.0127360844566906,0.344128035812686,0.5,0.255951455205554,0.031567197156941,0.329403708361169,0.5,0.255951455205554,0.0538801286825104,0.228548337263294,0.5,0.255951455205554,0.107048114718113,0.162389722946249,0.255951455205554,0.0221968766757006,0.266123789805743,0.0210264898554869,0.379798320569207,0.255951455205554,0.0217775106160613,0.332155500390245,0.5,0.255951455205554,0.0169273797045879,0.670532579929103,0.255951455205554,0.0299594517367454,0.165561488224874,0.255951455205554,0.0214172516336042,0.171370294651344,0.255951455205554,0.0303064723436924,0.251662912437556,0.00810193067854664,0.543967375384284 -376,0.255951455205554,0.00103273400474408,0.511477926827471,0.255951455205554,0.00120172602857846,0.260548849236422,0.255951455205554,0.00416269044653474,0.226090459957584,0.255951455205554,0.00181063599640582,0.193714440860505,0.255951455205554,0.0121087600748526,0.233147212092598,0.255951455205554,0.00574992434089231,0.261970903811993,0.5,0.255951455205554,0.0148333486421366,0.283349090019606,0.5,0.255951455205554,0.0227730463169293,0.153922548722242,0.5,0.255951455205554,0.0404342340253275,0.162661394447952,0.255951455205554,0.0150327192111249,0.231320407633006,0.000932100119494444,0.329341987441469,0.255951455205554,0.0022753662625293,0.321532284810866,0.5,0.255951455205554,0.000701595447469845,0.674197071085098,0.255951455205554,0.00755267850291259,0.175613848981207,0.255951455205554,0.00583115127822745,0.170709932532869,0.255951455205554,0.00888495186183305,0.257985180894135,0.00111275833295894,0.536622266855769 -377,0.255951455205554,0.0,0.468444038448658,0.255951455205554,0.0,0.226755423511332,0.255951455205554,1.4011201133097e-05,0.210100767248062,0.255951455205554,0.0,0.184427892584596,0.255951455205554,5.55187892667471e-05,0.188415592316004,0.255951455205554,0.000225734359512542,0.173523730050755,0.5,0.255951455205554,0.000467251669056859,0.240836220323983,0.5,0.255951455205554,0.000327992507396802,0.0879935340274376,0.5,0.255951455205554,2.58079941898778e-05,0.14105755275271,0.255951455205554,0.00129371953231513,0.211395515102432,0.0,0.27392009896397,0.255951455205554,0.0,0.314977940557507,0.5,0.255951455205554,0.0,0.676780363160125,0.255951455205554,0.0,0.203766367537407,0.255951455205554,0.0,0.164679371736061,0.255951455205554,4.71610621592466e-10,0.24401364254598,0.0,0.601779509693094 -378,0.255951455205554,0.0,0.416539075943151,0.255951455205554,0.0,0.14209273086949,0.255951455205554,0.0,0.189327497252806,0.255951455205554,0.0,0.164283310425816,0.255951455205554,0.0,0.179756603392729,0.255951455205554,0.0,0.145862517437846,0.5,0.255951455205554,0.0,0.230166609448029,0.5,0.255951455205554,0.0,0.0579134921675769,0.5,0.255951455205554,0.0,0.112154041867462,0.255951455205554,0.0,0.154906755130464,0.0,0.259560920284778,0.255951455205554,0.0,0.304814998691284,0.5,0.255951455205554,0.0,0.672148510026477,0.255951455205554,0.0,0.229212933294072,0.255951455205554,0.0,0.160250931545637,0.255951455205554,0.0,0.210037666647803,0.0,0.48493570470458 -379,0.255951455205554,0.0,0.343668333165696,0.255951455205554,0.0,0.108255469997536,0.255951455205554,0.0,0.186745113381009,0.255951455205554,0.0,0.195713776635295,0.255951455205554,0.0,0.207581195736439,0.255951455205554,0.0,0.143705552041819,0.5,0.255951455205554,0.0,0.232178901540352,0.5,0.255951455205554,0.0,0.0484828455274326,0.5,0.255951455205554,0.0,0.0855740638222114,0.255951455205554,0.0,0.277406820581944,0.0,0.234949746843395,0.255951455205554,0.0,0.278074869585066,0.5,0.255951455205554,0.0,0.650340516859331,0.255951455205554,0.0,0.226225094196822,0.255951455205554,0.0,0.142758604595982,0.255951455205554,0.0,0.171183747328552,0.0,0.435991620571951 -380,0.255951455205554,0.0,0.29127511766507,0.255951455205554,0.0,0.0932719750304973,0.255951455205554,0.0,0.171550627881248,0.255951455205554,0.0,0.181276750860031,0.255951455205554,0.0,0.228606844442416,0.255951455205554,0.0,0.143886679035772,0.5,0.255951455205554,0.0,0.358425112045423,0.5,0.255951455205554,0.0,0.0784137645557403,0.5,0.255951455205554,0.0,0.0805591402251551,0.255951455205554,0.0,0.357552510151859,0.0,0.201025042830142,0.255951455205554,0.0,0.243195966809013,0.5,0.255951455205554,0.0,0.616975026611796,0.255951455205554,0.0,0.206095564476475,0.255951455205554,0.0,0.120946685325701,0.255951455205554,0.0,0.137811312937886,0.0,0.621222499651087 -381,0.255951455205554,0.0,0.226455811931758,0.255951455205554,0.0,0.072321151169419,0.255951455205554,0.0,0.164688707691839,0.255951455205554,0.0,0.162266838180305,0.255951455205554,0.0,0.307894560972534,0.255951455205554,0.0,0.239277435962506,0.5,0.255951455205554,0.0,0.368633061166606,0.5,0.255951455205554,0.0,0.0875516827868109,0.5,0.255951455205554,0.0,0.0820366681065055,0.255951455205554,0.0,0.350445223707789,0.0,0.156054517883724,0.255951455205554,0.0,0.205308484304122,0.5,0.255951455205554,0.0,0.566499850446651,0.255951455205554,0.0,0.185267924370392,0.255951455205554,0.0,0.0881087051348013,0.255951455205554,0.0,0.125754795701668,0.0,0.736853591654295 -382,0.255951455205554,0.0,0.185254339364357,0.255951455205554,0.0,0.0669413373872924,0.255951455205554,0.0,0.169470904325194,0.255951455205554,0.0,0.155824056842206,0.255951455205554,0.0,0.426554081763334,0.255951455205554,0.0,0.23193376092738,0.5,0.255951455205554,0.0,0.400647562763991,0.5,0.255951455205554,0.0,0.110569866734038,0.5,0.255951455205554,0.0,0.0823148203736076,0.255951455205554,0.0,0.356837766112644,0.0,0.125755991009535,0.255951455205554,0.0,0.173046614602496,0.5,0.255951455205554,0.0,0.493431021813534,0.255951455205554,0.0,0.196237036594353,0.255951455205554,0.0,0.124418235457036,0.255951455205554,0.0,0.136318452043234,0.0,0.79831688218122 -383,0.255951455205554,0.0,0.15524614730616,0.255951455205554,0.0,0.0995716340227333,0.255951455205554,0.0,0.180244805286823,0.255951455205554,0.0,0.173299390167478,0.255951455205554,0.0,0.490917762567608,0.255951455205554,0.0,0.262484360860654,0.5,0.255951455205554,0.0,0.413335538894353,0.5,0.255951455205554,0.0,0.128604975028593,0.5,0.255951455205554,0.0,0.0838719948555989,0.255951455205554,0.0,0.359906842668403,0.0,0.0742249354849069,0.255951455205554,0.0,0.159608853526733,0.5,0.255951455205554,0.0,0.433938672522975,0.255951455205554,0.0,0.190457294665501,0.255951455205554,0.0,0.0894374726551205,0.255951455205554,0.0,0.11790247671121,0.0,0.772270080789644 -384,0.255951455205554,0.0,0.158605378718209,0.255951455205554,0.0,0.107501324751333,0.255951455205554,0.0,0.194714774769756,0.255951455205554,0.0,0.171125983481692,0.255951455205554,0.0,0.535566701895704,0.255951455205554,0.0,0.317905132610755,0.5,0.255951455205554,0.0,0.434304964316006,0.5,0.255951455205554,0.0,0.14725814442228,0.5,0.255951455205554,0.0,0.0750337806406198,0.255951455205554,0.0,0.455560639967104,0.0,0.0362148317559596,0.255951455205554,0.0,0.116910770733278,0.5,0.255951455205554,0.0,0.33937706467046,0.255951455205554,0.0,0.194967469641883,0.255951455205554,0.0,0.0708289813365725,0.255951455205554,0.0,0.12209853234937,0.0,0.698127742283295 -385,0.255951455205554,0.0,0.134429589930349,0.255951455205554,0.0,0.0598055366196279,0.255951455205554,0.0,0.206611478428007,0.255951455205554,0.0,0.167067513240923,0.255951455205554,0.0,0.540852721892275,0.255951455205554,0.0,0.337598731379469,0.5,0.255951455205554,0.0,0.508805275133931,0.5,0.255951455205554,0.0,0.143552444842672,0.5,0.255951455205554,0.0,0.0716614685639847,0.255951455205554,0.0,0.692204996519729,0.0,0.0289240152722616,0.255951455205554,0.0,0.10147195822108,0.5,0.255951455205554,0.0,0.23018843465407,0.255951455205554,0.0,0.160533144673299,0.255951455205554,0.0,0.0688863717396369,0.255951455205554,0.0,0.121804932646626,0.0,0.713931063179017 -386,0.255951455205554,0.0,0.115231789373442,0.255951455205554,0.0,0.0520743248058841,0.255951455205554,0.0,0.248562339459882,0.255951455205554,0.0,0.198530017075164,0.255951455205554,0.0,0.504686160990913,0.255951455205554,0.0,0.343249416627539,0.5,0.255951455205554,0.0,0.610614796318597,0.5,0.255951455205554,0.0,0.13636061599169,0.5,0.255951455205554,0.0,0.0760845643135952,0.255951455205554,0.0,0.70137567005128,0.0,0.0367517604141544,0.255951455205554,0.0,0.0795778230119103,0.5,0.255951455205554,0.0,0.157626322623195,0.255951455205554,0.0,0.107314662795105,0.255951455205554,0.0,0.0685808326274238,0.255951455205554,0.0,0.118984990082583,0.0,0.730532763153911 -387,0.255951455205554,0.0,0.121711945834507,0.255951455205554,0.0,0.0720729478207031,0.255951455205554,0.0,0.27348111595974,0.255951455205554,0.0,0.250003804316653,0.255951455205554,0.0,0.509281866758291,0.255951455205554,0.0,0.390838965724288,0.5,0.255951455205554,0.0,0.61307349928,0.5,0.255951455205554,0.0,0.137369061298544,0.5,0.255951455205554,0.0,0.0800735547666713,0.255951455205554,0.0,0.545800555426653,0.0,0.0454420219197356,0.255951455205554,0.0,0.0592669101374679,0.5,0.255951455205554,0.0,0.109917227440145,0.255951455205554,0.0,0.0931013969737927,0.255951455205554,0.0,0.0689508096702978,0.255951455205554,0.0,0.127452688733716,0.0,0.783260981622109 -388,0.255951455205554,0.0,0.149485116200406,0.255951455205554,0.0,0.112157453639188,0.255951455205554,0.0,0.272070621110938,0.255951455205554,0.0,0.269105463376704,0.255951455205554,0.0,0.550446745990376,0.255951455205554,0.0,0.4760030052566,0.5,0.255951455205554,0.0,0.529276911258124,0.5,0.255951455205554,0.0,0.163626856424875,0.5,0.255951455205554,0.0,0.0999000619693342,0.255951455205554,0.0,0.572563242128875,0.0,0.0408972301048837,0.255951455205554,0.0,0.0483017046916647,0.5,0.255951455205554,0.0,0.0747197049421698,0.255951455205554,0.0,0.0899607404089799,0.255951455205554,0.0,0.0782288347679856,0.255951455205554,0.0,0.129451928616556,0.0,0.81989818355675 -389,0.255951455205554,0.0,0.17739072821211,0.255951455205554,0.0,0.146483485522851,0.255951455205554,0.0,0.269979699572961,0.255951455205554,0.0,0.262952694997337,0.255951455205554,0.0,0.56412063523432,0.255951455205554,0.0,0.546313910986229,0.5,0.255951455205554,0.0,0.50911431984809,0.5,0.255951455205554,0.0,0.147164361833108,0.5,0.255951455205554,0.0,0.111310425233157,0.255951455205554,0.0,0.613823844669896,0.0,0.0438341646319035,0.255951455205554,0.0,0.0511946611971251,0.5,0.255951455205554,0.0,0.0502837240689698,0.255951455205554,0.0,0.0907109683483726,0.255951455205554,0.0,0.0866971187234525,0.255951455205554,0.0,0.154505617201936,0.0,0.751167132481498 -390,0.255951455205554,0.0,0.186072064600689,0.255951455205554,0.0,0.166648652775212,0.255951455205554,0.0,0.294790223104571,0.255951455205554,0.0,0.277212199155774,0.255951455205554,0.0,0.540462570676101,0.255951455205554,0.0,0.502483600944352,0.5,0.255951455205554,0.0,0.511211847092207,0.5,0.255951455205554,0.0,0.10980892707924,0.5,0.255951455205554,0.0,0.0969207495904714,0.255951455205554,0.0,0.665249855391056,0.0,0.0540996653621183,0.255951455205554,0.0,0.0564195323527791,0.5,0.255951455205554,0.0,0.0424986495292401,0.255951455205554,0.0,0.112530377124462,0.255951455205554,0.0,0.103799876118896,0.255951455205554,0.0,0.195414171721226,0.0,0.744417288250163 -391,0.255951455205554,0.0,0.192700751675368,0.255951455205554,0.0,0.169047772805759,0.255951455205554,0.0,0.317051738262277,0.255951455205554,0.0,0.322994112676074,0.255951455205554,0.0,0.571453105847451,0.255951455205554,0.0,0.472940761331525,0.5,0.255951455205554,0.0,0.502721060983511,0.5,0.255951455205554,0.0,0.0951539565435673,0.5,0.255951455205554,0.0,0.0893788546842097,0.255951455205554,0.0,0.691258221364876,0.0,0.0579067076912052,0.255951455205554,0.0,0.070015274590135,0.5,0.255951455205554,0.0,0.0472991653706005,0.255951455205554,0.0,0.124432335209818,0.255951455205554,0.0,0.117974477478037,0.255951455205554,0.0,0.203181570297573,0.0,0.795170787373535 -392,0.255951455205554,0.0,0.203712618907975,0.255951455205554,0.0,0.191435366142551,0.255951455205554,0.0,0.32766363441991,0.255951455205554,0.0,0.313361461732882,0.255951455205554,0.0,0.624513787635024,0.255951455205554,0.0,0.498252202597781,0.5,0.255951455205554,0.0,0.504686956331304,0.5,0.255951455205554,0.0,0.0932580409283543,0.5,0.255951455205554,0.0,0.0972330839114738,0.255951455205554,0.0,0.719538517662643,0.0,0.0710357949914436,0.255951455205554,0.0,0.075337125148658,0.5,0.255951455205554,0.0,0.0605803870885577,0.255951455205554,0.0,0.137954555001879,0.255951455205554,0.0,0.126782878949405,0.255951455205554,0.0,0.226231996616447,0.0,0.802159910514882 -393,0.255951455205554,0.0,0.221047643367657,0.255951455205554,0.0,0.205178839548941,0.255951455205554,0.0,0.358752518373363,0.255951455205554,0.0,0.313569389552618,0.255951455205554,0.0,0.654509377097513,0.255951455205554,7.13928660656844e-05,0.492037291664104,0.5,0.255951455205554,3.98825966872875e-05,0.501303216707153,0.5,0.255951455205554,0.00207405704804808,0.0807495982410599,0.5,0.255951455205554,0.00296649679137065,0.0969038851777526,0.255951455205554,0.0,0.751473423805324,0.0011708280603701,0.0699906278352808,0.255951455205554,0.00106342190579037,0.0810004702461899,0.5,0.255951455205554,4.03951817762859e-05,0.0659455099379297,0.255951455205554,0.00204473903171886,0.143273549199799,0.255951455205554,0.00110384846915009,0.141968941056783,0.255951455205554,0.00106575486745643,0.228277636033011,0.0,0.833751116532446 -394,0.255951455205554,0.00175007021413805,0.230654975374188,0.255951455205554,0.00592068330633847,0.180753717323972,0.255951455205554,0.0187557408031122,0.418238443547248,0.255951455205554,0.00554748840848922,0.371984356002456,0.255951455205554,0.015042858292711,0.65020799587645,0.255951455205554,0.0242079851111784,0.489427903074023,0.5,0.255951455205554,0.0134852084872807,0.483056668520834,0.5,0.255951455205554,0.07510478921803,0.0564821520417058,0.5,0.255951455205554,0.0482648185078168,0.0833975550563919,0.255951455205554,0.00524441510733018,0.716803201105552,0.040161530848399,0.0738627786162581,0.255951455205554,0.0340948226906018,0.0878222564655995,0.5,0.255951455205554,0.0138285917455208,0.0686729112104248,0.255951455205554,0.0452107013702504,0.136131524391735,0.255951455205554,0.0586593848232499,0.13682372920715,0.255951455205554,0.0419825402250916,0.203037693183552,0.00120220615740338,0.870860979097686 -395,0.255951455205554,0.00704945272679163,0.25163473293366,0.255951455205554,0.00941512406674298,0.174257658545439,0.255951455205554,0.0544546749223989,0.490495000512389,0.255951455205554,0.0583064401934224,0.440207862350913,0.255951455205554,0.0484186944114267,0.649863155890744,0.255951455205554,0.0501339916768706,0.53614215889459,0.5,0.255951455205554,0.0352843666503042,0.489600318615798,0.5,0.255951455205554,0.189384533414914,0.0544447259484675,0.5,0.255951455205554,0.103805185858809,0.10973208859226,0.255951455205554,0.0233319049109598,0.665532273418207,0.0807055047705244,0.0949042600644901,0.255951455205554,0.103081709344762,0.106616896969123,0.5,0.255951455205554,0.0386874124594486,0.0742274718791603,0.255951455205554,0.124281242846221,0.125915305045126,0.255951455205554,0.104420199129581,0.148843148575786,0.255951455205554,0.125152886062642,0.205173448538426,0.00490761964379377,0.899370846670835 -396,0.255951455205554,0.0240210595566784,0.294522542361079,0.255951455205554,0.035935275841688,0.250732942136897,0.255951455205554,0.0720445848346095,0.538681040771345,0.255951455205554,0.0647790996244963,0.452608452954476,0.255951455205554,0.0788283660568696,0.677768105267973,0.255951455205554,0.0914111039096669,0.62911650550594,0.5,0.255951455205554,0.0510514359701521,0.527850642466938,0.5,0.255951455205554,0.287214977067465,0.0849329664700999,0.5,0.255951455205554,0.151174959941152,0.163867219583584,0.255951455205554,0.0423674370338279,0.662707046314504,0.153211405031184,0.106067016557658,0.255951455205554,0.157680396152674,0.116914199705486,0.5,0.255951455205554,0.0625766247509862,0.0765278456153509,0.255951455205554,0.191857664182527,0.120419583493322,0.255951455205554,0.131495448132312,0.180904847940808,0.255951455205554,0.209504286851606,0.263199649862051,0.0217953687025203,0.910979322226059 -397,0.255951455205554,0.034026044435594,0.312872738432242,0.255951455205554,0.0581095800199207,0.301476216294235,0.255951455205554,0.0958041326249001,0.545151256026631,0.255951455205554,0.0471346885684865,0.422979805221856,0.255951455205554,0.08696043919469,0.67674427111614,0.255951455205554,0.119778435833744,0.611324620886711,0.5,0.255951455205554,0.051285360299079,0.444853430777312,0.5,0.255951455205554,0.337234768028671,0.135189335094388,0.5,0.255951455205554,0.176626578395351,0.190044745316473,0.255951455205554,0.0363282497053815,0.431697578993358,0.161009399399292,0.152180447225449,0.255951455205554,0.173574028947328,0.124110258892429,0.5,0.255951455205554,0.0836413855543015,0.0696821592837259,0.255951455205554,0.220201717568558,0.1197910534654,0.255951455205554,0.176362293300803,0.275800460734788,0.255951455205554,0.238198237097977,0.312439862132153,0.0290183850766002,0.911059782160172 -398,0.255951455205554,0.0308547310225891,0.328998115856815,0.255951455205554,0.0307920843741152,0.184835362859342,0.255951455205554,0.0890090129638353,0.504292661755623,0.255951455205554,0.0626871587091196,0.468078196079487,0.255951455205554,0.0638940896755749,0.634566781317646,0.255951455205554,0.0960325181964291,0.584486843221956,0.5,0.255951455205554,0.0513454497544961,0.328299945017313,0.5,0.255951455205554,0.333401221513627,0.111345515073853,0.5,0.255951455205554,0.162399005737754,0.189470007083037,0.255951455205554,0.0487924420946272,0.217318923229158,0.0558344553376132,0.106207939988058,0.255951455205554,0.161453311373477,0.116489697070556,0.5,0.255951455205554,0.099556042493598,0.0640338084482539,0.255951455205554,0.195829465508091,0.114392912735721,0.255951455205554,0.154248010992845,0.213919707798005,0.255951455205554,0.190901636308734,0.288840227416653,0.0314111506912974,0.908838190673255 -399,0.255951455205554,0.017447643623474,0.305339927776696,0.255951455205554,0.00684008651492406,0.14157151806235,0.255951455205554,0.0535652166286898,0.465258895552651,0.255951455205554,0.0367933607091636,0.389105281242684,0.255951455205554,0.0368199503102554,0.582078999569992,0.255951455205554,0.0577053103511163,0.531262245990402,0.5,0.255951455205554,0.0447335647380499,0.266620048193478,0.5,0.255951455205554,0.28780239294777,0.0576319857258539,0.5,0.255951455205554,0.117706937934298,0.121383378848986,0.255951455205554,0.105602787213913,0.221686537215219,0.0398988953602426,0.12466454629227,0.255951455205554,0.106626555920052,0.0926900122393207,0.5,0.255951455205554,0.0786204835457503,0.0567798159707058,0.255951455205554,0.111374315817741,0.0902140295261789,0.255951455205554,0.120103394646966,0.127781360791751,0.255951455205554,0.105540722553009,0.25544330951366,0.0277913120851133,0.905554123790541 -400,0.255951455205554,0.00470566405034939,0.240855205572053,0.255951455205554,0.00481920433250944,0.121998483324802,0.255951455205554,0.0143404705352721,0.437059799594377,0.255951455205554,0.0099807573145192,0.418607690972802,0.255951455205554,0.0166290069585536,0.488428081770103,0.255951455205554,0.018095524878342,0.412719990682704,0.5,0.255951455205554,0.0318652317137117,0.223769774852019,0.5,0.255951455205554,0.174819938800476,0.0221085458713771,0.5,0.255951455205554,0.052250361999567,0.0633165641086831,0.255951455205554,0.169653904168489,0.191930480127627,0.0105081723112136,0.145187419443567,0.255951455205554,0.0222818136781256,0.06860859790247,0.5,0.255951455205554,0.00637576043347216,0.0438580955489449,0.255951455205554,0.0422572812182419,0.0875804467699671,0.255951455205554,0.0643744519754326,0.125345251721355,0.255951455205554,0.0417820871041273,0.247133452491863,0.00504994307897368,0.892967194443193 -401,0.255951455205554,0.0,0.177326042612073,0.255951455205554,0.0,0.105892178448663,0.255951455205554,9.35106077092294e-06,0.409996042957112,0.255951455205554,0.0,0.388669288233356,0.255951455205554,0.00013800028659464,0.346233460415194,0.255951455205554,8.02356445006559e-05,0.293261408955858,0.5,0.255951455205554,4.69304890025599e-05,0.212772202079182,0.5,0.255951455205554,0.0,0.0208943058827805,0.5,0.255951455205554,1.40952601344044e-05,0.0393411994292573,0.255951455205554,0.0,0.149727820666679,0.0,0.125484863364334,0.255951455205554,0.0,0.0714005533967192,0.5,0.255951455205554,0.0,0.0426989828502296,0.255951455205554,0.0,0.11221187080812,0.255951455205554,0.0,0.157390742196272,0.255951455205554,0.0,0.211630732386508,0.0,0.868812080378639 -402,0.255951455205554,0.0,0.17735558137901,0.255951455205554,0.0,0.111034018804397,0.255951455205554,0.0,0.351711106595262,0.255951455205554,0.0,0.355990054453151,0.255951455205554,0.0,0.328437052739732,0.255951455205554,0.0,0.27146953147614,0.5,0.255951455205554,0.0,0.194510276866028,0.5,0.255951455205554,0.0,0.0238584891907795,0.5,0.255951455205554,0.0,0.0301729471511597,0.255951455205554,0.0,0.133368885231898,0.0,0.0881603321468122,0.255951455205554,0.0,0.0718289702614934,0.5,0.255951455205554,0.0,0.0437084846273265,0.255951455205554,0.0,0.1176676540243,0.255951455205554,0.0,0.164020885481207,0.255951455205554,0.0,0.207361111054465,0.0,0.846631475530617 -403,0.255951455205554,0.0,0.193847594877247,0.255951455205554,0.0,0.122070066384761,0.255951455205554,0.0,0.305491620683935,0.255951455205554,0.0,0.359864525065104,0.255951455205554,0.0,0.399253953609604,0.255951455205554,0.0,0.287818974509719,0.5,0.255951455205554,0.0,0.177868321253628,0.5,0.255951455205554,0.0,0.0266968863480513,0.5,0.255951455205554,0.0,0.0245845746510416,0.255951455205554,0.0,0.110267095008226,0.0,0.0633028934773731,0.255951455205554,0.0,0.0696662145597198,0.5,0.255951455205554,0.0,0.044710719470371,0.255951455205554,0.0,0.106359692563669,0.255951455205554,0.0,0.162449473150206,0.255951455205554,0.0,0.19477516981181,0.0,0.858988261828009 -404,0.255951455205554,0.0,0.2374060842695,0.255951455205554,0.0,0.147527904359715,0.255951455205554,0.0,0.28956750420614,0.255951455205554,0.0,0.260151015992036,0.255951455205554,0.0,0.468342961522114,0.255951455205554,0.0,0.254061362495858,0.5,0.255951455205554,0.0,0.160832421857548,0.5,0.255951455205554,0.0,0.0328612243094908,0.5,0.255951455205554,0.0,0.0242083985590046,0.255951455205554,0.0,0.0881337247747643,0.0,0.0563631469979,0.255951455205554,0.0,0.0664728219423279,0.5,0.255951455205554,0.0,0.0478723553256209,0.255951455205554,0.0,0.0923495657387507,0.255951455205554,0.0,0.162326018893576,0.255951455205554,0.0,0.163356414345948,0.0,0.873750766029017 -405,0.255951455205554,0.0,0.260876645167917,0.255951455205554,0.0,0.148680907838309,0.255951455205554,0.0,0.289225978959423,0.255951455205554,0.0,0.21084453547102,0.255951455205554,0.0,0.476349286010685,0.255951455205554,0.0,0.207199114020428,0.5,0.255951455205554,0.0,0.143684459905064,0.5,0.255951455205554,0.0,0.0366112969606159,0.5,0.255951455205554,0.0,0.0289825634026556,0.255951455205554,0.0,0.0725797916703767,0.0,0.0558949012664219,0.255951455205554,0.0,0.0604719258291015,0.5,0.255951455205554,0.0,0.0513624742589811,0.255951455205554,0.0,0.07497867901181,0.255951455205554,0.0,0.141073732730632,0.255951455205554,0.0,0.0927976454174018,0.0,0.860291077560458 -406,0.255951455205554,0.0,0.231721740962734,0.255951455205554,0.0,0.096005670481121,0.255951455205554,0.0,0.29532077306815,0.255951455205554,0.0,0.259972701433662,0.255951455205554,0.0,0.431413603656969,0.255951455205554,0.0,0.169258492508262,0.5,0.255951455205554,0.0,0.128439910900304,0.5,0.255951455205554,0.0,0.0383971581435208,0.5,0.255951455205554,0.0,0.0356525890265137,0.255951455205554,0.0,0.0678973804344354,0.0,0.0463577370310132,0.255951455205554,0.0,0.0563769950744374,0.5,0.255951455205554,0.0,0.0548076763478142,0.255951455205554,0.0,0.0497211298288005,0.255951455205554,0.0,0.0825733210035859,0.255951455205554,0.0,0.0707902610518353,0.0,0.832496481195766 -407,0.255951455205554,0.0,0.196548430683703,0.255951455205554,0.0,0.0887037115467097,0.255951455205554,0.0,0.274926275838836,0.255951455205554,0.0,0.307766468609986,0.255951455205554,0.0,0.381438133725744,0.255951455205554,0.0,0.142230965647672,0.5,0.255951455205554,0.0,0.103192739161058,0.5,0.255951455205554,0.0,0.0374513904001287,0.5,0.255951455205554,0.0,0.0376591830730918,0.255951455205554,0.0,0.0579503575481204,0.0,0.0400718644561752,0.255951455205554,0.0,0.0486358461306313,0.5,0.255951455205554,0.0,0.0541946211220571,0.255951455205554,0.0,0.0486958862179938,0.255951455205554,0.0,0.0594296979933117,0.255951455205554,0.0,0.0545516193518727,0.0,0.806850864572489 -408,0.255951455205554,0.0,0.204256267539639,0.255951455205554,0.0,0.124067272473257,0.255951455205554,0.0,0.244400146667754,0.255951455205554,0.0,0.27010895680164,0.255951455205554,0.0,0.321972974216943,0.255951455205554,0.0,0.116440268881667,0.5,0.255951455205554,0.0,0.0750315075673908,0.5,0.255951455205554,0.0,0.0333240638612018,0.5,0.255951455205554,0.0,0.0395638656154001,0.255951455205554,0.0,0.053491196754697,0.0,0.0427780980031319,0.255951455205554,0.0,0.0419914011202316,0.5,0.255951455205554,0.0,0.04803537327645,0.255951455205554,0.0,0.0570596614962449,0.255951455205554,0.0,0.0560697551126128,0.255951455205554,0.0,0.0477063874930704,0.0,0.781043087267934 -409,0.255951455205554,0.0,0.195637973229304,0.255951455205554,0.0,0.136161146538531,0.255951455205554,0.0,0.210765410256211,0.255951455205554,0.0,0.235497800093262,0.255951455205554,0.0,0.261046590940336,0.255951455205554,0.0,0.0899670183054993,0.5,0.255951455205554,0.0,0.0592925717791293,0.5,0.255951455205554,0.0,0.0318912649920995,0.5,0.255951455205554,0.0,0.0368575451844064,0.255951455205554,0.0,0.0549693383547532,0.0,0.0383594214596631,0.255951455205554,0.0,0.0432325834997627,0.5,0.255951455205554,0.0,0.0442940342326898,0.255951455205554,0.0,0.0657473683478683,0.255951455205554,0.0,0.057810120214653,0.255951455205554,0.0,0.048697740513404,0.0,0.739684219428957 -410,0.255951455205554,0.0,0.184382170771308,0.255951455205554,0.0,0.124883448395264,0.255951455205554,0.0,0.186349174756718,0.255951455205554,0.0,0.214885576168833,0.255951455205554,0.0,0.196327616867637,0.255951455205554,0.0,0.0701422159130593,0.5,0.255951455205554,0.0,0.0521049837545677,0.5,0.255951455205554,0.0,0.0351511671393793,0.5,0.255951455205554,0.0,0.0309264011302148,0.255951455205554,0.0,0.0562075455125424,0.0,0.0341783490064273,0.255951455205554,0.0,0.0466843883227107,0.5,0.255951455205554,0.0,0.0406707003151635,0.255951455205554,0.0,0.0699387009337112,0.255951455205554,0.0,0.0548412077833583,0.255951455205554,0.0,0.044367686332777,0.0,0.679796482869911 -411,0.255951455205554,0.0,0.148762777593165,0.255951455205554,0.0,0.11780086051215,0.255951455205554,0.0,0.163581769544334,0.255951455205554,0.0,0.19082240788318,0.255951455205554,0.0,0.155249513497146,0.255951455205554,0.0,0.0612850854763473,0.5,0.255951455205554,0.0,0.0556574350229862,0.5,0.255951455205554,0.0,0.0333829519285112,0.5,0.255951455205554,0.0,0.0271002138488904,0.255951455205554,0.0,0.0616395924266239,0.0,0.0330479147576354,0.255951455205554,0.0,0.0471551307459,0.5,0.255951455205554,0.0,0.0415871839678942,0.255951455205554,0.0,0.0696234157999864,0.255951455205554,0.0,0.0546901617675441,0.255951455205554,0.0,0.0404583385792998,0.0,0.657614260614373 -412,0.255951455205554,0.0,0.126942788926603,0.255951455205554,0.0,0.105716993902148,0.255951455205554,0.0,0.128042980931316,0.255951455205554,0.0,0.153154619666322,0.255951455205554,0.0,0.138403607998207,0.255951455205554,0.0,0.0543606997797937,0.5,0.255951455205554,0.0,0.0669136473515638,0.5,0.255951455205554,0.0,0.0321643590114818,0.5,0.255951455205554,0.0,0.0275461281843958,0.255951455205554,0.0,0.0641188561650105,0.0,0.033542013398348,0.255951455205554,0.0,0.0436758518149563,0.5,0.255951455205554,0.0,0.0406746328563198,0.255951455205554,0.0,0.0650154487575458,0.255951455205554,0.0,0.0547750894792248,0.255951455205554,0.0,0.0356708537784917,0.0,0.621271548278662 -413,0.255951455205554,0.0,0.106500896321525,0.255951455205554,0.0,0.0847619024201027,0.255951455205554,0.0,0.105428752040027,0.255951455205554,0.0,0.120968141126524,0.255951455205554,0.0,0.137893339341184,0.255951455205554,0.0,0.0499711826628496,0.5,0.255951455205554,0.0,0.0759057742890887,0.5,0.255951455205554,0.0,0.0296872433316796,0.5,0.255951455205554,0.0,0.0265876297753932,0.255951455205554,0.0,0.0656795443043282,0.0,0.0354953223236624,0.255951455205554,0.0,0.0425149984591502,0.5,0.255951455205554,0.0,0.0395003648443774,0.255951455205554,0.0,0.0616004661857255,0.255951455205554,0.0,0.0539864998289231,0.255951455205554,0.0,0.0325257834402256,0.0,0.483485263329801 -414,0.255951455205554,0.0,0.0882088970253095,0.255951455205554,0.0,0.071275072709963,0.255951455205554,0.0,0.101036876779924,0.255951455205554,0.0,0.105631655554543,0.255951455205554,0.0,0.145221833973652,0.255951455205554,0.0,0.0445078190392439,0.5,0.255951455205554,0.0,0.0904781332235041,0.5,0.255951455205554,0.0,0.0295235578758393,0.5,0.255951455205554,0.0,0.0267816363177499,0.255951455205554,0.0,0.0712156516820663,0.0,0.0312609649918427,0.255951455205554,0.0,0.0414700607469268,0.5,0.255951455205554,0.0,0.0403034297450231,0.255951455205554,0.0,0.0628657687982973,0.255951455205554,0.0,0.0540242908979469,0.255951455205554,0.0,0.0286439790633581,0.0,0.396471951695525 -415,0.255951455205554,0.0,0.0952445537203255,0.255951455205554,0.0,0.0697644794439557,0.255951455205554,0.0,0.102679765926474,0.255951455205554,0.0,0.100627962143819,0.255951455205554,0.0,0.164387423789683,0.255951455205554,0.0,0.0429882738555621,0.5,0.255951455205554,0.0,0.104291025401012,0.5,0.255951455205554,0.0,0.0311077395658641,0.5,0.255951455205554,0.0,0.0268900393171785,0.255951455205554,0.0,0.0698736949648841,0.0,0.0302827005409173,0.255951455205554,0.0,0.0410616731456002,0.5,0.255951455205554,0.0,0.0441875192531605,0.255951455205554,0.0,0.0582540947689975,0.255951455205554,0.0,0.0498450701586534,0.255951455205554,0.0,0.0239461676804932,0.0,0.443307614499573 -416,0.255951455205554,0.0,0.110776244598878,0.255951455205554,0.0,0.0744009982041784,0.255951455205554,0.0,0.0995942734191142,0.255951455205554,0.0,0.0940852987188073,0.255951455205554,0.0,0.179334954549176,0.255951455205554,0.0,0.0475871235424048,0.5,0.255951455205554,0.0,0.0960913816885566,0.5,0.255951455205554,0.0,0.0337564604051918,0.5,0.255951455205554,0.0,0.0256826652733009,0.255951455205554,0.0,0.037934414371467,0.0,0.0317053950569609,0.255951455205554,0.0,0.0418863063318805,0.5,0.255951455205554,0.0,0.0524473620170527,0.255951455205554,0.0,0.0553545025752822,0.255951455205554,0.0,0.0438994423379887,0.255951455205554,0.0,0.0206635324028025,0.0,0.493296224376052 -417,0.255951455205554,0.0,0.123336727886084,0.255951455205554,0.0,0.0768488437209677,0.255951455205554,7.0862743390211e-07,0.104134475180435,0.255951455205554,0.0,0.10053746580304,0.255951455205554,0.0,0.18170515724348,0.255951455205554,0.000254469710978673,0.0465945970187564,0.5,0.255951455205554,0.000136575107030227,0.0810071702527473,0.5,0.255951455205554,0.00365484005966684,0.0361180599032017,0.5,0.255951455205554,0.00982816491772346,0.0249979295828519,0.255951455205554,0.0,0.0199475628364916,0.00361472847325858,0.0345115252729855,0.255951455205554,0.00414375078393728,0.0415426815855671,0.5,0.255951455205554,0.000231271688855429,0.0570956172423287,0.255951455205554,0.00684738346218258,0.053857436971673,0.255951455205554,0.00228860356581489,0.0404863537439055,0.255951455205554,0.0031234567746727,0.0186175724182232,0.0,0.534078505243472 -418,0.255951455205554,0.0113876350857292,0.145320094552288,0.255951455205554,0.0303117886049138,0.101813022759071,0.255951455205554,0.0466143913730842,0.113116823223739,0.255951455205554,0.0361834031360746,0.122317532327875,0.255951455205554,0.0679358699099647,0.155729606657016,0.255951455205554,0.0889790685812482,0.0366394832131072,0.5,0.255951455205554,0.0922164263796879,0.0725328907991647,0.5,0.255951455205554,0.110687459320206,0.0376023393031774,0.5,0.255951455205554,0.139296895423243,0.0258127372462981,0.255951455205554,0.0840250677102645,0.0189852489857328,0.122254212226726,0.0381593587394927,0.255951455205554,0.112402706092514,0.0441107731506257,0.5,0.255951455205554,0.0456490834234088,0.0563469471663274,0.255951455205554,0.143886880595489,0.0479045123571513,0.255951455205554,0.110010256517532,0.0414701169824181,0.255951455205554,0.120952457185352,0.0182408569706821,0.00424878574702587,0.598967339195192 -419,0.255951455205554,0.0520887146026366,0.183507607744158,0.255951455205554,0.100427619864742,0.122311115578531,0.255951455205554,0.156094245324257,0.13423266484903,0.255951455205554,0.142716705401539,0.153753605261718,0.255951455205554,0.220720399617382,0.134006768240775,0.255951455205554,0.230189528543685,0.0326055609866115,0.5,0.255951455205554,0.231670504663994,0.0684035706231121,0.5,0.255951455205554,0.250221007808561,0.0366947549257416,0.5,0.255951455205554,0.282938942101069,0.0271858107598338,0.255951455205554,0.245769560779243,0.024642053634909,0.261730228601565,0.0414223153181023,0.255951455205554,0.251418213275693,0.0503702093450129,0.5,0.255951455205554,0.12428194419172,0.0641582130879223,0.255951455205554,0.269326760439459,0.0463733696878113,0.255951455205554,0.230102581717474,0.045179532239457,0.255951455205554,0.249669076037261,0.0161228817953425,0.0304748294151503,0.590215807628012 -420,0.255951455205554,0.0791877572064574,0.216268579549034,0.255951455205554,0.193919765840343,0.144246383554342,0.255951455205554,0.281670583048985,0.164666060497557,0.255951455205554,0.259024981183726,0.19611560719909,0.255951455205554,0.355349674308992,0.133350183369293,0.255951455205554,0.353507628953359,0.0290420286114905,0.5,0.255951455205554,0.353760237820439,0.0420964903139425,0.5,0.255951455205554,0.370059503070934,0.0371162293542618,0.5,0.255951455205554,0.394960459325785,0.0280368361474853,0.255951455205554,0.362486490704598,0.0259328796608326,0.351159857577193,0.0546616456846119,0.255951455205554,0.345445008430573,0.0675007748321296,0.5,0.255951455205554,0.198254524483574,0.081664254617005,0.255951455205554,0.318277489698921,0.044520742439524,0.255951455205554,0.276396277990971,0.0523211112079549,0.255951455205554,0.320886313127957,0.0133432028064654,0.063839105081978,0.592750119757743 -421,0.255951455205554,0.10786016298916,0.242766484506065,0.255951455205554,0.266506489449347,0.135700158876144,0.255951455205554,0.362743480069133,0.183778045898161,0.255951455205554,0.347540882135005,0.230377784741742,0.255951455205554,0.417794928799846,0.154242345627498,0.255951455205554,0.413491642009184,0.0310854632021578,0.5,0.255951455205554,0.418756197912449,0.0454926907075122,0.5,0.255951455205554,0.43804823157259,0.0547885867828477,0.5,0.255951455205554,0.446831549195402,0.0348782344195063,0.255951455205554,0.403256944334339,0.0413561140865692,0.370522006856912,0.0823513754030171,0.255951455205554,0.359705412060831,0.08584732946561,0.5,0.255951455205554,0.205140487839937,0.0924766360529426,0.255951455205554,0.299571347943772,0.0518146505938395,0.255951455205554,0.251201786577202,0.0580539489119715,0.255951455205554,0.341759562483517,0.0122793599328229,0.0894608868205928,0.665914575971688 -422,0.255951455205554,0.120865345320367,0.256974929013359,0.255951455205554,0.281956198921344,0.139737062407688,0.255951455205554,0.37275370772679,0.194299836202554,0.255951455205554,0.361411678888423,0.235115006643697,0.255951455205554,0.415601974684174,0.183780947916396,0.255951455205554,0.40629157185937,0.0395287980864115,0.5,0.255951455205554,0.413832029244387,0.0586207293571415,0.5,0.255951455205554,0.439610017954958,0.0626139693224908,0.5,0.255951455205554,0.43087687858418,0.0488843651156186,0.255951455205554,0.414790050447905,0.0524158380316398,0.298587232841327,0.0941583698249692,0.255951455205554,0.306821195258877,0.096301754820755,0.5,0.255951455205554,0.19415833639894,0.101585344223946,0.255951455205554,0.256023470108705,0.0645875935080554,0.255951455205554,0.217467861680785,0.0551744857656065,0.255951455205554,0.323477850306988,0.0155827469380577,0.0783887200017586,0.75275589104439 -423,0.255951455205554,0.0900224825811302,0.26799545284395,0.255951455205554,0.231388475534975,0.151801298255636,0.255951455205554,0.304435869856122,0.192725444814604,0.255951455205554,0.293143806941802,0.226619960860155,0.255951455205554,0.347815442162679,0.198570553416136,0.255951455205554,0.333323131268892,0.038465951103903,0.5,0.255951455205554,0.349688856490209,0.0519893363989006,0.5,0.255951455205554,0.367728588954823,0.0431973526609591,0.5,0.255951455205554,0.34802013337028,0.0421930888623104,0.255951455205554,0.375895513860027,0.0361467129685528,0.195938898323593,0.101356130466176,0.255951455205554,0.206661288598857,0.0971736533980762,0.5,0.255951455205554,0.154830543974086,0.102602373053393,0.255951455205554,0.183224584316095,0.0699998711930223,0.255951455205554,0.17128003773332,0.0572149519843011,0.255951455205554,0.249859707533924,0.0200600066572001,0.0534156489857268,0.808986327808125 -424,0.255951455205554,0.0468697884242422,0.289447180869134,0.255951455205554,0.0719064370839649,0.168971556053086,0.255951455205554,0.144158856867888,0.210307786946095,0.255951455205554,0.115968954330749,0.237451099942369,0.255951455205554,0.200600630061191,0.212073855352602,0.255951455205554,0.158955152918455,0.0438195743180853,0.5,0.255951455205554,0.19029159999927,0.0427387534746653,0.5,0.255951455205554,0.205595797967731,0.032293650801542,0.5,0.255951455205554,0.141234913596978,0.0327067936032573,0.255951455205554,0.210709271912011,0.0373380937916683,0.075447109969009,0.0976957662508564,0.255951455205554,0.0515688308645315,0.108465327898755,0.5,0.255951455205554,0.0245883415242767,0.118105982011977,0.255951455205554,0.0681053268090903,0.0693142620586491,0.255951455205554,0.0780580118621338,0.0751048115499828,0.255951455205554,0.127785634486938,0.0243155917486904,0.0191907995607752,0.826154647240441 -425,0.255951455205554,0.0,0.323913220463539,0.255951455205554,0.0,0.187026948847019,0.255951455205554,0.0,0.244573580551405,0.255951455205554,0.0,0.252891958912097,0.255951455205554,0.0,0.227067274971562,0.255951455205554,0.0,0.0570293036889077,0.5,0.255951455205554,0.0,0.0451554078841743,0.5,0.255951455205554,0.0,0.039348266428182,0.5,0.255951455205554,0.0,0.0322719272195993,0.255951455205554,0.0,0.0479346841042333,0.0,0.119133873445093,0.255951455205554,0.0,0.133135004516375,0.5,0.255951455205554,0.0,0.158275208383807,0.255951455205554,0.0,0.0728679811484664,0.255951455205554,0.0,0.104288619025357,0.255951455205554,0.0,0.030086661520994,0.0,0.840978477971142 -426,0.255951455205554,0.0,0.368736400729843,0.255951455205554,0.0,0.210730634350052,0.255951455205554,0.0,0.265526038285358,0.255951455205554,0.0,0.287924898553931,0.255951455205554,0.0,0.219738264049401,0.255951455205554,0.0,0.0553463212796415,0.5,0.255951455205554,0.0,0.0457752072562736,0.5,0.255951455205554,0.0,0.036711202157564,0.5,0.255951455205554,0.0,0.031131943335195,0.255951455205554,0.0,0.0462129590682705,0.0,0.138523171368356,0.255951455205554,0.0,0.147141097995287,0.5,0.255951455205554,0.0,0.188767514361558,0.255951455205554,0.0,0.0686304592239388,0.255951455205554,0.0,0.117270758933255,0.255951455205554,0.0,0.0321211182122918,0.0,0.858280963061844 -427,0.255951455205554,0.0,0.431009225309611,0.255951455205554,0.0,0.258717874850753,0.255951455205554,0.0,0.278974885277978,0.255951455205554,0.0,0.331182987184844,0.255951455205554,0.0,0.195527721635409,0.255951455205554,0.0,0.0560231360913368,0.5,0.255951455205554,0.0,0.0416052428965285,0.5,0.255951455205554,0.0,0.0387697786665635,0.5,0.255951455205554,0.0,0.030780282974873,0.255951455205554,0.0,0.0394861837793687,0.0,0.178723790798828,0.255951455205554,0.0,0.170800288624504,0.5,0.255951455205554,0.0,0.222574965175708,0.255951455205554,0.0,0.0650041242607996,0.255951455205554,0.0,0.13468407050168,0.255951455205554,0.0,0.0337298300367104,0.0,0.879332167914473 -428,0.255951455205554,0.0,0.49190073132734,0.255951455205554,0.0,0.311104932387323,0.255951455205554,0.0,0.283932144327057,0.255951455205554,0.0,0.365779817419515,0.255951455205554,0.0,0.167673204218982,0.255951455205554,0.0,0.0518960702662531,0.5,0.255951455205554,0.0,0.0344166671651402,0.5,0.255951455205554,0.0,0.0402926689747869,0.5,0.255951455205554,0.0,0.0329882684214618,0.255951455205554,0.0,0.0370705517435046,0.0,0.208173354658364,0.255951455205554,0.0,0.192452928039907,0.5,0.255951455205554,0.0,0.261893234084022,0.255951455205554,0.0,0.0598059334059017,0.255951455205554,0.0,0.147914689088707,0.255951455205554,0.0,0.0381540596893112,0.0,0.881073426444528 -429,0.255951455205554,0.0,0.520989089145833,0.255951455205554,0.0,0.330470488184368,0.255951455205554,0.0,0.303205533741241,0.255951455205554,0.0,0.365635364338919,0.255951455205554,0.0,0.149250345291112,0.255951455205554,0.0,0.0446729360155427,0.5,0.255951455205554,0.0,0.0291578185187822,0.5,0.255951455205554,0.0,0.0446867110421055,0.5,0.255951455205554,0.0,0.0350819961717052,0.255951455205554,0.0,0.0287749938807107,0.0,0.21015295618843,0.255951455205554,0.0,0.208850096865149,0.5,0.255951455205554,0.0,0.311980936595807,0.255951455205554,0.0,0.0557265977778784,0.255951455205554,0.0,0.154097309656962,0.255951455205554,0.0,0.043308212136608,0.0,0.911724383915211 -430,0.255951455205554,0.0,0.582190474681331,0.255951455205554,0.0,0.333344777943362,0.255951455205554,0.0,0.340913546201523,0.255951455205554,0.0,0.451920477775326,0.255951455205554,0.0,0.132103446023013,0.255951455205554,0.0,0.0363703820050417,0.5,0.255951455205554,0.0,0.0214273832956877,0.5,0.255951455205554,0.0,0.0434309936806151,0.5,0.255951455205554,0.0,0.0361420641411063,0.255951455205554,0.0,0.0187845026336318,0.0,0.20672820993977,0.255951455205554,0.0,0.226015088973176,0.5,0.255951455205554,0.0,0.352520363942388,0.255951455205554,0.0,0.0518774761584724,0.255951455205554,0.0,0.146093136269068,0.255951455205554,0.0,0.0436690412178047,0.0,0.936549523715308 -431,0.255951455205554,0.0,0.672285304483226,0.255951455205554,0.0,0.422649191411105,0.255951455205554,0.0,0.366249852670295,0.255951455205554,0.0,0.502695288309526,0.255951455205554,0.0,0.112718185777447,0.255951455205554,0.0,0.0297624588883788,0.5,0.255951455205554,0.0,0.0191955028347439,0.5,0.255951455205554,0.0,0.0492315083155418,0.5,0.255951455205554,0.0,0.0392783228516386,0.255951455205554,0.0,0.0276238275498823,0.0,0.327926959943773,0.255951455205554,0.0,0.254269637805832,0.5,0.255951455205554,0.0,0.366209696408076,0.255951455205554,0.0,0.0505546325869558,0.255951455205554,0.0,0.134287935774284,0.255951455205554,0.0,0.0450508754123818,0.0,0.960647558458412 -432,0.255951455205554,0.0,0.723863565225412,0.255951455205554,0.0,0.454437444507195,0.255951455205554,0.0,0.371673839003752,0.255951455205554,0.0,0.520575052395055,0.255951455205554,0.0,0.0978972889162554,0.255951455205554,0.0,0.0299095640736363,0.5,0.255951455205554,0.0,0.0233335489354814,0.5,0.255951455205554,0.0,0.056127947305791,0.5,0.255951455205554,0.0,0.0425687303825735,0.255951455205554,0.0,0.0535697416080016,0.0,0.366907441040824,0.255951455205554,0.0,0.303858218121452,0.5,0.255951455205554,0.0,0.383721773987471,0.255951455205554,0.0,0.0499162289542892,0.255951455205554,0.0,0.13396573265268,0.255951455205554,0.0,0.0468037849486031,0.0,0.970480547792502 -433,0.255951455205554,0.0,0.767656443557137,0.255951455205554,0.0,0.50335947857962,0.255951455205554,0.0,0.370214222948409,0.255951455205554,0.0,0.504823252928874,0.255951455205554,0.0,0.0805412830678017,0.255951455205554,0.0,0.0306535022629694,0.5,0.255951455205554,0.0,0.0271206686368313,0.5,0.255951455205554,0.0,0.0492075761044723,0.5,0.255951455205554,0.0,0.0441288918689875,0.255951455205554,0.0,0.0065965610090207,0.0,0.514012592420609,0.255951455205554,0.0,0.379726611141252,0.5,0.255951455205554,0.0,0.432175997553185,0.255951455205554,0.0,0.0465375928124405,0.255951455205554,0.0,0.146819750391913,0.255951455205554,0.0,0.0458893389646904,0.0,0.97585366979631 -434,0.255951455205554,0.0,0.7882144326524,0.255951455205554,0.0,0.510881493356526,0.255951455205554,0.0,0.368442777508823,0.255951455205554,0.0,0.489779566614878,0.255951455205554,0.0,0.0610415277248918,0.255951455205554,0.0,0.0339451359693671,0.5,0.255951455205554,0.0,0.0153975215230042,0.5,0.255951455205554,0.0,0.0441067459217771,0.5,0.255951455205554,0.0,0.0428245885743773,0.255951455205554,0.0,0.000229187736368127,0.0,0.653870113782279,0.255951455205554,0.0,0.437920696119337,0.5,0.255951455205554,0.0,0.513718078428544,0.255951455205554,0.0,0.0427085997908937,0.255951455205554,0.0,0.16533761698458,0.255951455205554,0.0,0.0474812503037141,0.0,0.982410123385728 -435,0.255951455205554,0.0,0.817798115111742,0.255951455205554,0.0,0.545322970004265,0.255951455205554,0.0,0.375421408638882,0.255951455205554,0.0,0.475564593400454,0.255951455205554,0.0,0.0485319893122463,0.255951455205554,0.0,0.0340091719867064,0.5,0.255951455205554,0.0,0.00958530648232547,0.5,0.255951455205554,0.0,0.0352003980642651,0.5,0.255951455205554,0.0,0.0425939780019112,0.255951455205554,0.0,0.0214233385508094,0.0,0.518393196364426,0.255951455205554,0.0,0.467900390900797,0.5,0.255951455205554,0.0,0.594585872537881,0.255951455205554,0.0,0.0436565784992175,0.255951455205554,0.0,0.184248347788829,0.255951455205554,0.0,0.0425645999295589,0.0,0.988484323632504 -436,0.255951455205554,0.0,0.854350144418342,0.255951455205554,0.0,0.707783846143057,0.255951455205554,0.0,0.396576503787775,0.255951455205554,0.0,0.47660819338969,0.255951455205554,0.0,0.0396560787183882,0.255951455205554,0.0,0.0199657315367908,0.5,0.255951455205554,0.0,0.0150729226226473,0.5,0.255951455205554,0.0,0.0157743294257373,0.5,0.255951455205554,0.0,0.0321788869603799,0.255951455205554,0.0,0.0345895135474107,0.0,0.574458518942844,0.255951455205554,0.0,0.501590712344169,0.5,0.255951455205554,0.0,0.671159767519642,0.255951455205554,0.0,0.045803111965215,0.255951455205554,0.0,0.176060889133031,0.255951455205554,0.0,0.0383499581844529,0.0,0.99427027634783 -437,0.255951455205554,0.0,0.890892314068854,0.255951455205554,0.0,0.749399822229442,0.255951455205554,0.0,0.41959598182683,0.255951455205554,0.0,0.518518501632032,0.255951455205554,0.0,0.0356229084054106,0.255951455205554,0.0,0.017696672814703,0.5,0.255951455205554,0.0,0.0149882028193764,0.5,0.255951455205554,0.0,0.0119816053092803,0.5,0.255951455205554,0.0,0.0200754399019748,0.255951455205554,0.0,0.0248176943558062,0.0,0.67400342518759,0.255951455205554,0.0,0.507792560871667,0.5,0.255951455205554,0.0,0.75258080834284,0.255951455205554,0.0,0.0457215519565755,0.255951455205554,0.0,0.180878376933315,0.255951455205554,0.0,0.0356060234723791,0.0,0.99932956425959 -438,0.255951455205554,0.0,0.932822790531804,0.255951455205554,0.0,0.68013010067964,0.255951455205554,0.0,0.433935742629064,0.255951455205554,0.0,0.635666034832784,0.255951455205554,0.0,0.0461549254049916,0.255951455205554,0.0,0.0279543013123771,0.5,0.255951455205554,0.0,0.0114608615205649,0.5,0.255951455205554,0.0,0.0154312189875179,0.5,0.255951455205554,0.0,0.0133825106452222,0.255951455205554,0.0,0.0142055042888949,0.0,0.683893567263027,0.255951455205554,0.0,0.51583058813032,0.5,0.255951455205554,0.0,0.810656587646079,0.255951455205554,0.0,0.0456902287292983,0.255951455205554,0.0,0.190387043568617,0.255951455205554,0.0,0.0280390043716401,0.0,1.00171189899462 -439,0.255951455205554,0.0,0.92753916886317,0.255951455205554,0.0,0.595812820831697,0.255951455205554,0.0,0.485420128124926,0.255951455205554,0.0,0.703719404428593,0.255951455205554,0.0,0.0617489755999551,0.255951455205554,0.0,0.0335886284596375,0.5,0.255951455205554,0.0,0.00807982366528159,0.5,0.255951455205554,0.0,0.0137603685247111,0.5,0.255951455205554,0.0,0.0143715781023469,0.255951455205554,0.0,0.0116174289663621,0.0,0.568118301022369,0.255951455205554,0.0,0.497438122908992,0.5,0.255951455205554,0.0,0.838358656066756,0.255951455205554,0.0,0.0431919522218097,0.255951455205554,0.0,0.193431135692984,0.255951455205554,0.0,0.0230188563838947,0.0,1.00302519366864 -440,0.255951455205554,0.0,0.925581942147638,0.255951455205554,0.0,0.628031782882273,0.255951455205554,0.0,0.545823903191108,0.255951455205554,0.0,0.75947439404626,0.255951455205554,0.0,0.0848098691678748,0.255951455205554,0.0,0.0270026708207251,0.5,0.255951455205554,0.0,0.00638524755125481,0.5,0.255951455205554,0.0,0.00800528107501421,0.5,0.255951455205554,0.0,0.0130500297452118,0.255951455205554,0.0,0.0110775666393417,0.0,0.459272538291398,0.255951455205554,0.0,0.461307004698494,0.5,0.255951455205554,0.0,0.831022609032787,0.255951455205554,0.0,0.0383323703883233,0.255951455205554,0.0,0.195253989637779,0.255951455205554,0.0,0.0286868494023484,0.0,1.00605036369897 -441,0.255951455205554,0.0,0.956602856627191,0.255951455205554,0.0,0.779062319029147,0.255951455205554,7.9249566683206e-07,0.593991644639045,0.255951455205554,0.0,0.74086033598425,0.255951455205554,0.0,0.102328221738164,0.255951455205554,0.000383628800671866,0.0218464459046863,0.5,0.255951455205554,0.000153219850588285,0.00597425952341992,0.5,0.255951455205554,0.00398369027618718,0.00549915080977038,0.5,0.255951455205554,0.00987212902441814,0.0120644199126414,0.255951455205554,0.0,0.0114250856347269,0.000309660959928177,0.406513971460452,0.255951455205554,0.000387898491512501,0.424669132415073,0.5,0.255951455205554,4.10185228572471e-05,0.84073923212237,0.255951455205554,0.00218126647257483,0.0325105441026214,0.255951455205554,0.000537048147898582,0.197142607653718,0.255951455205554,0.00203171729422112,0.0424599114498487,0.0,1.00681622381752 -442,0.255951455205554,0.00296172681668691,0.982795792973133,0.255951455205554,0.00202441771904337,0.867109615279833,0.255951455205554,0.00720464562676859,0.615939977417991,0.255951455205554,0.00541210034962245,0.717977628363827,0.255951455205554,0.0441037651812867,0.112269063262616,0.255951455205554,0.0631707437466294,0.0179634987570082,0.5,0.255951455205554,0.0336018262483697,0.00600950263997718,0.5,0.255951455205554,0.114402803657522,0.00262802346993465,0.5,0.255951455205554,0.139495698655677,0.0103696215174972,0.255951455205554,0.0231307306515405,0.0103611825782044,0.00368518629846719,0.368684546285152,0.255951455205554,0.00482535681935653,0.384639958850895,0.5,0.255951455205554,0.00380494503183117,0.856425578104992,0.255951455205554,0.0308322321179104,0.0294925705742781,0.255951455205554,0.00988596520476388,0.210118837093462,0.255951455205554,0.0528272300780178,0.0497114237412357,0.00358401976610487,1.00707313716877 -443,0.255951455205554,0.00963130594771149,0.983376491262675,0.255951455205554,0.00849275839999539,0.859717609929035,0.255951455205554,0.0252114056829746,0.620524140609313,0.255951455205554,0.0170585778737126,0.710393201311593,0.255951455205554,0.130964250171445,0.128412542955734,0.255951455205554,0.147688573053339,0.0135640610089323,0.5,0.255951455205554,0.0962308123439412,0.00498935711328426,0.5,0.255951455205554,0.251325462688732,0.00115957561408345,0.5,0.255951455205554,0.280740891626919,0.00763446615599982,0.255951455205554,0.0522369591245224,0.00877066489357028,0.00787092696907945,0.322534151341767,0.255951455205554,0.0136354474774909,0.348084484226266,0.5,0.255951455205554,0.0128826348920347,0.851950189061832,0.255951455205554,0.0666949819540441,0.0388066386382875,0.255951455205554,0.0262994592001524,0.222676992161837,0.255951455205554,0.109789049395273,0.0559199558432719,0.0092666495143572,1.0076152882671 -444,0.255951455205554,0.0173383533062056,0.969789075631381,0.255951455205554,0.0188662819077411,0.800233621603227,0.255951455205554,0.0432471700603837,0.626177057825968,0.255951455205554,0.0219063373297069,0.685346160201108,0.255951455205554,0.202996528580218,0.151815350292486,0.255951455205554,0.230247334423071,0.017699482221178,0.5,0.255951455205554,0.154704304890032,0.00548160156845244,0.5,0.255951455205554,0.349913607970808,0.000757433617407077,0.5,0.255951455205554,0.380480991843412,0.00528070783010919,0.255951455205554,0.0691433335516179,0.00982295207915339,0.0173477467303363,0.287962327315439,0.255951455205554,0.0229013033995754,0.334836815255922,0.5,0.255951455205554,0.0204718031162494,0.83479651942008,0.255951455205554,0.0969352364747889,0.0561378760642475,0.255951455205554,0.0417538076034825,0.209964516101992,0.255951455205554,0.149340749863329,0.0614240843772313,0.0173253597824441,1.00849494042941 -445,0.255951455205554,0.0215998925169588,0.953211671048667,0.255951455205554,0.0253150465036311,0.696536527997159,0.255951455205554,0.052252438401454,0.613090617728407,0.255951455205554,0.0259782069268297,0.67966354712103,0.255951455205554,0.237940329760431,0.148042963506903,0.255951455205554,0.265553243667226,0.0173586075525778,0.5,0.255951455205554,0.189572921504825,0.00750519105697671,0.5,0.255951455205554,0.379297791365935,0.00103356505718825,0.5,0.255951455205554,0.419274712463932,0.00365682937777311,0.255951455205554,0.081408322687238,0.0103750127292451,0.0363581426281227,0.295746997663292,0.255951455205554,0.0309742136661054,0.31822908514675,0.5,0.255951455205554,0.0218645260515963,0.813903517145781,0.255951455205554,0.111450866698143,0.0693074722376766,0.255951455205554,0.0472033030800737,0.186621834687446,0.255951455205554,0.178567147453455,0.0575622826551084,0.018769848337577,1.00871080326592 -446,0.255951455205554,0.0179649790254261,0.943277218269796,0.255951455205554,0.0203095276725163,0.615011205821649,0.255951455205554,0.0541581927264022,0.613812939881873,0.255951455205554,0.0360480104871571,0.715980649701466,0.255951455205554,0.215671308424683,0.145921960730687,0.255951455205554,0.269513720848588,0.0154015144289468,0.5,0.255951455205554,0.186926654376767,0.0107955205119213,0.5,0.255951455205554,0.348431589537927,0.0020534012553689,0.5,0.255951455205554,0.385639729983363,0.00322338053049872,0.255951455205554,0.0828413704476589,0.00947058120768419,0.0452933608640763,0.283170964318374,0.255951455205554,0.0305009369998529,0.291733875671115,0.5,0.255951455205554,0.0175132604180288,0.78739182419695,0.255951455205554,0.0996129160141939,0.0787231455326848,0.255951455205554,0.0416216163939331,0.156994923232346,0.255951455205554,0.175370971145687,0.0479160136523447,0.0108303844456132,1.00860028447459 -447,0.255951455205554,0.00731069646766442,0.932644186549707,0.255951455205554,0.0102807116073618,0.593264968925557,0.255951455205554,0.0380089014818562,0.58782012599524,0.255951455205554,0.0329928613501891,0.708844524424591,0.255951455205554,0.136302877040094,0.119934334516546,0.255951455205554,0.222066281298842,0.0162913652058125,0.5,0.255951455205554,0.132057780173933,0.00859688835120871,0.5,0.255951455205554,0.259670870919994,0.00265052764982613,0.5,0.255951455205554,0.285977284587262,0.0022353490247946,0.255951455205554,0.0603506857197075,0.00944896084566554,0.0249084777879664,0.269996873488497,0.255951455205554,0.0190251741331796,0.268733732246492,0.5,0.255951455205554,0.0091460652358123,0.744076942416959,0.255951455205554,0.0624928807316504,0.063700586256661,0.255951455205554,0.0256700115587843,0.133783618016192,0.255951455205554,0.132197572163433,0.0448235128954975,0.00535263265259931,1.0080172998708 -448,0.255951455205554,0.0018377969443953,0.924909996922014,0.255951455205554,0.00370008363571005,0.60308159415123,0.255951455205554,0.0114013567638953,0.542440006724435,0.255951455205554,0.0126912284741763,0.66032150452023,0.255951455205554,0.0711156013779051,0.0915546508558109,0.255951455205554,0.108235451918744,0.0135651263809509,0.5,0.255951455205554,0.059757990419294,0.00712148208490071,0.5,0.255951455205554,0.130668136495808,0.00369735091013707,0.5,0.255951455205554,0.114901443229794,0.0030171104301313,0.255951455205554,0.0320513009854427,0.0116534586867721,0.00408010311132151,0.257564307296308,0.255951455205554,0.00435757386538698,0.250292255314016,0.5,0.255951455205554,0.00119064383525024,0.688493329870354,0.255951455205554,0.0203842489153424,0.0491286197905344,0.255951455205554,0.00690936098389889,0.118060403903261,0.255951455205554,0.0507113024749225,0.0379661061531046,0.00110122371639112,1.00721179809424 -449,0.255951455205554,0.0,0.918373234069482,0.255951455205554,0.0,0.590970008024718,0.255951455205554,0.00010603537338722,0.491187173236976,0.255951455205554,0.0,0.599449713817809,0.255951455205554,1.66548068970921e-08,0.0773374533562443,0.255951455205554,0.0,0.012127385436912,0.5,0.255951455205554,1.80738180182634e-05,0.00821629283200382,0.5,0.255951455205554,0.0,0.00522088173713175,0.5,0.255951455205554,0.0,0.0044681282293859,0.255951455205554,2.17504964542351e-05,0.0139187238394031,0.0,0.249959289294076,0.255951455205554,0.0,0.23424561316353,0.5,0.255951455205554,0.0,0.635535033864367,0.255951455205554,0.0,0.0437242793161699,0.255951455205554,0.0,0.11461423354205,0.255951455205554,0.0,0.0281253094651033,0.0,1.00609384277739 -450,0.255951455205554,0.0,0.906462415769642,0.255951455205554,0.0,0.572605929983507,0.255951455205554,0.0,0.452924560379673,0.255951455205554,0.0,0.525735034807437,0.255951455205554,0.0,0.0700198875185803,0.255951455205554,0.0,0.0120862833254701,0.5,0.255951455205554,0.0,0.0089750601936082,0.5,0.255951455205554,0.0,0.00583098168018738,0.5,0.255951455205554,0.0,0.00517079773141201,0.255951455205554,0.0,0.0176731405995347,0.0,0.260466658634384,0.255951455205554,0.0,0.228133331381873,0.5,0.255951455205554,0.0,0.600395450623862,0.255951455205554,0.0,0.0441841939485252,0.255951455205554,0.0,0.119801517237508,0.255951455205554,0.0,0.0255384816312658,0.0,1.00534041927982 -451,0.255951455205554,0.0,0.883656773163566,0.255951455205554,0.0,0.537436987161555,0.255951455205554,0.0,0.419764333092794,0.255951455205554,0.0,0.48821831237699,0.255951455205554,0.0,0.0609750331274214,0.255951455205554,0.0,0.01214719813858,0.5,0.255951455205554,0.0,0.00929000027965794,0.5,0.255951455205554,0.0,0.00614795118191876,0.5,0.255951455205554,0.0,0.00661839454725207,0.255951455205554,0.0,0.0168700856141185,0.0,0.244574061907708,0.255951455205554,0.0,0.216993379559582,0.5,0.255951455205554,0.0,0.574340096875637,0.255951455205554,0.0,0.0430570008843783,0.255951455205554,0.0,0.120711306645511,0.255951455205554,0.0,0.023013328683572,0.0,1.00403567212476 -452,0.255951455205554,0.0,0.850326764142694,0.255951455205554,0.0,0.450617599300555,0.255951455205554,0.0,0.387290434910471,0.255951455205554,0.0,0.481030162819306,0.255951455205554,0.0,0.0543916354507437,0.255951455205554,0.0,0.0131623890586356,0.5,0.255951455205554,0.0,0.00870663735444658,0.5,0.255951455205554,0.0,0.00629592871789531,0.5,0.255951455205554,0.0,0.0082392286223323,0.255951455205554,0.0,0.0165675057072681,0.0,0.219915959168286,0.255951455205554,0.0,0.207566128028492,0.5,0.255951455205554,0.0,0.546977222409445,0.255951455205554,0.0,0.0383290932187986,0.255951455205554,0.0,0.124274781918843,0.255951455205554,0.0,0.0194998690414037,0.0,1.00186557935783 -453,0.255951455205554,0.0,0.818297099169789,0.255951455205554,0.0,0.411595944254644,0.255951455205554,0.0,0.35956292532105,0.255951455205554,0.0,0.433958151108631,0.255951455205554,0.0,0.0498976701013659,0.255951455205554,0.0,0.0150691869923928,0.5,0.255951455205554,0.0,0.00694536700290905,0.5,0.255951455205554,0.0,0.00764452270832161,0.5,0.255951455205554,0.0,0.00812510175672137,0.255951455205554,0.0,0.0187817336086394,0.0,0.205192940909545,0.255951455205554,0.0,0.208624337964259,0.5,0.255951455205554,0.0,0.524487613803452,0.255951455205554,0.0,0.0350963277511326,0.255951455205554,0.0,0.127858881720124,0.255951455205554,0.0,0.0171271832003547,0.0,0.998812513910363 -454,0.255951455205554,0.0,0.791415548104798,0.255951455205554,0.0,0.408916199304503,0.255951455205554,0.0,0.339448187427827,0.255951455205554,0.0,0.392267788344859,0.255951455205554,0.0,0.0444469693530755,0.255951455205554,0.0,0.0147367021630579,0.5,0.255951455205554,0.0,0.0067312015607474,0.5,0.255951455205554,0.0,0.00723434757288582,0.5,0.255951455205554,0.0,0.00755048988098366,0.255951455205554,0.0,0.0226989172979313,0.0,0.201315292953276,0.255951455205554,0.0,0.205685645689247,0.5,0.255951455205554,0.0,0.514814051757835,0.255951455205554,0.0,0.0347492622579344,0.255951455205554,0.0,0.123208835463621,0.255951455205554,0.0,0.0135711450840565,0.0,0.994246147470048 -455,0.255951455205554,0.0,0.747748809379273,0.255951455205554,0.0,0.357031866027675,0.255951455205554,0.0,0.32102370842941,0.255951455205554,0.0,0.355345252211505,0.255951455205554,0.0,0.0396880345093556,0.255951455205554,0.0,0.012217046558606,0.5,0.255951455205554,0.0,0.00716281637911292,0.5,0.255951455205554,0.0,0.00588071566005577,0.5,0.255951455205554,0.0,0.00672816949235313,0.255951455205554,0.0,0.0227366327170086,0.0,0.204944419348473,0.255951455205554,0.0,0.203756071150827,0.5,0.255951455205554,0.0,0.503821457061571,0.255951455205554,0.0,0.0362411458043502,0.255951455205554,0.0,0.116498873194516,0.255951455205554,0.0,0.0119474421250429,0.0,0.990193427160171 -456,0.255951455205554,0.0,0.701293144536235,0.255951455205554,0.0,0.3036584026637,0.255951455205554,0.0,0.302492224407539,0.255951455205554,0.0,0.345606617853535,0.255951455205554,0.0,0.0392993770033778,0.255951455205554,0.0,0.0107141449338908,0.5,0.255951455205554,0.0,0.00742158508031403,0.5,0.255951455205554,0.0,0.00502574417652322,0.5,0.255951455205554,0.0,0.00591704353895461,0.255951455205554,0.0,0.0209591161867938,0.0,0.206791217591218,0.255951455205554,0.0,0.192734656238798,0.5,0.255951455205554,0.0,0.486027625598552,0.255951455205554,0.0,0.0403283716575877,0.255951455205554,0.0,0.114107716521612,0.255951455205554,0.0,0.0124516123155317,0.0,0.985745534480006 -457,0.255951455205554,0.0,0.694882369252186,0.255951455205554,0.0,0.268254018278575,0.255951455205554,0.0,0.290024977296063,0.255951455205554,0.0,0.344640372783443,0.255951455205554,0.0,0.0397291825276756,0.255951455205554,0.0,0.012098827419998,0.5,0.255951455205554,0.0,0.00804285010522352,0.5,0.255951455205554,0.0,0.00472567903189884,0.5,0.255951455205554,0.0,0.00655200048019051,0.255951455205554,0.0,0.0194658139322431,0.0,0.187360793092645,0.255951455205554,0.0,0.174908918741566,0.5,0.255951455205554,0.0,0.445896190290412,0.255951455205554,0.0,0.0431809343982412,0.255951455205554,0.0,0.109042457938955,0.255951455205554,0.0,0.0156822825971529,0.0,0.977560026709154 -458,0.255951455205554,0.0,0.691865748347548,0.255951455205554,0.0,0.245074953403647,0.255951455205554,0.0,0.276902545937028,0.255951455205554,0.0,0.339363296680683,0.255951455205554,0.0,0.0383372924347778,0.255951455205554,0.0,0.0145890182780966,0.5,0.255951455205554,0.0,0.00863808357532297,0.5,0.255951455205554,0.0,0.00469642713781818,0.5,0.255951455205554,0.0,0.00862972739541968,0.255951455205554,0.0,0.0142364140711006,0.0,0.158441075128466,0.255951455205554,0.0,0.159846103199158,0.5,0.255951455205554,0.0,0.395335241541379,0.255951455205554,0.0,0.0431072945723514,0.255951455205554,0.0,0.0963352485151586,0.255951455205554,0.0,0.0197128304163555,0.0,0.964023940562884 -459,0.255951455205554,0.0,0.665752552061556,0.255951455205554,0.0,0.226139203401403,0.255951455205554,0.0,0.253009412652646,0.255951455205554,0.0,0.3275296901368,0.255951455205554,0.0,0.0350473019641671,0.255951455205554,0.0,0.0169225205650617,0.5,0.255951455205554,0.0,0.00736949346475471,0.5,0.255951455205554,0.0,0.0043663303821996,0.5,0.255951455205554,0.0,0.0105763226063687,0.255951455205554,0.0,0.00530184388870068,0.0,0.135401355384199,0.255951455205554,0.0,0.138886126438541,0.5,0.255951455205554,0.0,0.341902671062315,0.255951455205554,0.0,0.0381818394643461,0.255951455205554,0.0,0.0792956568791051,0.255951455205554,0.0,0.0204400136164687,0.0,0.933992176560469 -460,0.255951455205554,0.0,0.642011495822715,0.255951455205554,0.0,0.201483199441895,0.255951455205554,0.0,0.222733832454776,0.255951455205554,0.0,0.31091892886396,0.255951455205554,0.0,0.0323535537663012,0.255951455205554,0.0,0.0176896288394218,0.5,0.255951455205554,0.0,0.00388737993209284,0.5,0.255951455205554,0.0,0.00434910205924505,0.5,0.255951455205554,0.0,0.00918869029773582,0.255951455205554,0.0,0.0012658632912811,0.0,0.129273326077585,0.255951455205554,0.0,0.124533926020206,0.5,0.255951455205554,0.0,0.305791818101549,0.255951455205554,0.0,0.0341921419278364,0.255951455205554,0.0,0.0673488099893141,0.255951455205554,0.0,0.020385743585379,0.0,0.896793485016853 -461,0.255951455205554,0.0,0.602505867695584,0.255951455205554,0.0,0.183891246159683,0.255951455205554,0.0,0.195558540260866,0.255951455205554,0.0,0.285325925724747,0.255951455205554,0.0,0.0281787163445134,0.255951455205554,0.0,0.0127191110130587,0.5,0.255951455205554,0.0,0.00277436807314948,0.5,0.255951455205554,0.0,0.00232143886424807,0.5,0.255951455205554,0.0,0.00529310423794689,0.255951455205554,0.0,0.00385711159630559,0.0,0.115419847205531,0.255951455205554,0.0,0.122336175315025,0.5,0.255951455205554,0.0,0.283747491706794,0.255951455205554,0.0,0.0309990543764833,0.255951455205554,0.0,0.0643720289547988,0.255951455205554,0.0,0.0235652677463156,0.0,0.851478007165591 -462,0.255951455205554,0.0,0.545625659254504,0.255951455205554,0.0,0.16227681982536,0.255951455205554,0.0,0.171383503673643,0.255951455205554,0.0,0.239238649596001,0.255951455205554,0.0,0.0222458275094925,0.255951455205554,0.0,0.00619185412070284,0.5,0.255951455205554,0.0,0.0035576767624123,0.5,0.255951455205554,0.0,0.00174706788451847,0.5,0.255951455205554,0.0,0.00360334000673531,0.255951455205554,0.0,0.00442502542927067,0.0,0.120633725746159,0.255951455205554,0.0,0.124069665483316,0.5,0.255951455205554,0.0,0.272664190308704,0.255951455205554,0.0,0.0278936666246175,0.255951455205554,0.0,0.0667150304186852,0.255951455205554,0.0,0.0277906712710933,0.0,0.807411502731462 -463,0.255951455205554,0.0,0.479067142373536,0.255951455205554,0.0,0.137892775999449,0.255951455205554,0.0,0.152705956268001,0.255951455205554,0.0,0.20417851735364,0.255951455205554,0.0,0.0180727183173642,0.255951455205554,0.0,0.00315906991721388,0.5,0.255951455205554,0.0,0.00302775814218648,0.5,0.255951455205554,0.0,0.00116319403480813,0.5,0.255951455205554,0.0,0.0025111775387357,0.255951455205554,0.0,0.00209041503348249,0.0,0.12962507371728,0.255951455205554,0.0,0.12964937932245,0.5,0.255951455205554,0.0,0.269774162778091,0.255951455205554,0.0,0.02628455194447,0.255951455205554,0.0,0.0697319138242491,0.255951455205554,0.0,0.0282522475851625,0.0,0.769111374095284 -464,0.255951455205554,0.0,0.426973297276453,0.255951455205554,0.0,0.123626363836268,0.255951455205554,0.0,0.137959904863129,0.255951455205554,0.0,0.19099140181289,0.255951455205554,0.0,0.0162478866603942,0.255951455205554,0.0,0.00240794896514162,0.5,0.255951455205554,0.0,0.00192811470035798,0.5,0.255951455205554,0.0,0.00227728360268379,0.5,0.255951455205554,0.0,0.00234954256792537,0.255951455205554,0.0,0.000786554882650773,0.0,0.144782770380638,0.255951455205554,0.0,0.134901715182202,0.5,0.255951455205554,0.0,0.272521604761845,0.255951455205554,0.0,0.0238118160404974,0.255951455205554,0.0,0.0693982245913801,0.255951455205554,0.0,0.0220060274538818,0.0,0.722477670598892 -465,0.255951455205554,0.0,0.39925897665456,0.255951455205554,0.0,0.115906818474364,0.255951455205554,1.19153911361191e-06,0.124295885883544,0.255951455205554,0.0,0.17725010491332,0.255951455205554,0.0,0.017559532383406,0.255951455205554,0.000163214705857141,0.00254867084814482,0.5,0.255951455205554,0.000174290012194304,0.00193214314036285,0.5,0.255951455205554,0.0017838322802463,0.00202359665903278,0.5,0.255951455205554,0.00609800747471783,0.00230153009773738,0.255951455205554,6.59178112850018e-07,0.000472538495016096,0.000124631504887231,0.184865116528448,0.255951455205554,0.000149961675464589,0.138474623733147,0.5,0.255951455205554,3.54955985510297e-05,0.270653765601641,0.255951455205554,0.000300005030979769,0.0189543775270102,0.255951455205554,0.000270230590801482,0.0645996674804111,0.255951455205554,0.000305601805959709,0.0134602180240791,0.0,0.668495798040646 -466,0.255951455205554,0.00222395037196907,0.379902331385543,0.255951455205554,0.00524164385538733,0.110182151601587,0.255951455205554,0.00367614626514953,0.117088800169388,0.255951455205554,0.00270831192706778,0.155066369155377,0.255951455205554,0.0350723323362376,0.0214863479519628,0.255951455205554,0.0185244577994794,0.00277309228809927,0.5,0.255951455205554,0.0396475167829059,0.00210034577313946,0.5,0.255951455205554,0.041322105536391,0.00220483108032104,0.5,0.255951455205554,0.057687846900426,0.00209378004463678,0.255951455205554,0.0274218260750604,0.000573619204857953,0.0009607536212875,0.18921935682275,0.255951455205554,0.00189627687982313,0.130304810666337,0.5,0.255951455205554,0.0031383806755491,0.265126762958602,0.255951455205554,0.00207070416439685,0.0115981734397359,0.255951455205554,0.00439071146586298,0.0526147101044635,0.255951455205554,0.00437022804276073,0.00918012409410086,0.00109567791040618,0.615155886847195 -467,0.255951455205554,0.00901073685796834,0.357178764588626,0.255951455205554,0.0157635999697129,0.0931163868370639,0.255951455205554,0.0126071764667083,0.111576421654368,0.255951455205554,0.0108217510758259,0.137190466977388,0.255951455205554,0.0962554660482105,0.0273149495615507,0.255951455205554,0.0511379452142353,0.00350679002427143,0.5,0.255951455205554,0.0953986939193653,0.00211251974840363,0.5,0.255951455205554,0.0946744394680481,0.00481627981560736,0.5,0.255951455205554,0.116624779191577,0.00305461501991762,0.255951455205554,0.068391239486375,0.000872860614593763,0.00260126058239621,0.168257864293749,0.255951455205554,0.00546500273266843,0.115984219550534,0.5,0.255951455205554,0.00865852197957454,0.25497395962049,0.255951455205554,0.00517122626290052,0.00690675012335049,0.255951455205554,0.00979214631244306,0.0446307171021318,0.255951455205554,0.0104741077651346,0.0105748485799772,0.00365659258783271,0.585388948888571 -468,0.255951455205554,0.0158310013048733,0.326641002213421,0.255951455205554,0.0234207883673891,0.0986422227531713,0.255951455205554,0.0223994745821206,0.106585530077353,0.255951455205554,0.0236675875292173,0.135483670635722,0.255951455205554,0.139715843220237,0.0392319084017708,0.255951455205554,0.071994038010958,0.00484274945339257,0.5,0.255951455205554,0.139307439872796,0.00208980182372378,0.5,0.255951455205554,0.137970614053956,0.0121510493892426,0.5,0.255951455205554,0.151793220777229,0.00727153208478223,0.255951455205554,0.0996452070863305,0.00153760563398025,0.00386910446631912,0.132910774772497,0.255951455205554,0.00817253556247808,0.101374672173398,0.5,0.255951455205554,0.0122198675474076,0.253620578643677,0.255951455205554,0.00835940291206081,0.00565381803403018,0.255951455205554,0.010935415319096,0.0479221999514526,0.255951455205554,0.0153382782343929,0.0147227900128302,0.00775987753267154,0.576120979715689 -469,0.255951455205554,0.0194395945162263,0.301337769514182,0.255951455205554,0.030335909123034,0.106755445220051,0.255951455205554,0.0299122830692144,0.0910959697307704,0.255951455205554,0.0342434569252704,0.110765617335368,0.255951455205554,0.158551889407394,0.0438437685727066,0.255951455205554,0.0858559539892885,0.00698555562995538,0.5,0.255951455205554,0.181148117218353,0.00468838719217556,0.5,0.255951455205554,0.145276440993915,0.0235666477375627,0.5,0.255951455205554,0.150365932291397,0.0136064131337457,0.255951455205554,0.110846448049854,0.00383484710540946,0.00470970980707203,0.105412635206323,0.255951455205554,0.0090392211624519,0.0924985505498678,0.5,0.255951455205554,0.0113977578822407,0.253906170820282,0.255951455205554,0.0101472009697647,0.0074162591826131,0.255951455205554,0.00930007478754819,0.0540467025660325,0.255951455205554,0.017776844132531,0.0168316986696505,0.013121810640229,0.540416475424473 -470,0.255951455205554,0.0189737662145954,0.2994546444608,0.255951455205554,0.0308255973482833,0.104700008804953,0.255951455205554,0.0337446136679664,0.0804833250949671,0.255951455205554,0.0412775550838706,0.100212011804844,0.255951455205554,0.136559667386538,0.0430527721589037,0.255951455205554,0.0839046905509662,0.00825092184749915,0.5,0.255951455205554,0.211058422359455,0.00771523317276808,0.5,0.255951455205554,0.115745251235036,0.0349716568653629,0.5,0.255951455205554,0.111069028106979,0.018091302327212,0.255951455205554,0.0971987551953162,0.00892070928288814,0.00458083578120761,0.12294406878618,0.255951455205554,0.00632606925645149,0.0936064753437231,0.5,0.255951455205554,0.00734373540470394,0.259624987801734,0.255951455205554,0.00848530314060001,0.00932787461667583,0.255951455205554,0.00716646756698503,0.0588984545299741,0.255951455205554,0.0161287112525027,0.0138956210754125,0.016095132279597,0.454671503832367 -471,0.255951455205554,0.0124263362136986,0.301857640321945,0.255951455205554,0.0233386787471277,0.1186212668261,0.255951455205554,0.0284098917427733,0.0747111474635915,0.255951455205554,0.0340094955185926,0.0969367801388943,0.255951455205554,0.0884100940973621,0.0405694891495631,0.255951455205554,0.0537430903942184,0.00577243909031611,0.5,0.255951455205554,0.184617641886844,0.00913268815276046,0.5,0.255951455205554,0.0631533121177069,0.0337118041839529,0.5,0.255951455205554,0.0606260658893421,0.0171033629886481,0.255951455205554,0.0569267316755553,0.0124035560310846,0.00236264815339044,0.118386086366156,0.255951455205554,0.00322794069547148,0.0967187616296907,0.5,0.255951455205554,0.00313387190231743,0.279148426755682,0.255951455205554,0.00475972772395354,0.0106645471798083,0.255951455205554,0.00421235553509911,0.0577911977515013,0.255951455205554,0.0106612831407962,0.00862712174907502,0.00570043327127545,0.369199091449215 -472,0.255951455205554,0.00389833221858979,0.301043627196092,0.255951455205554,0.00830594562325324,0.118376585833336,0.255951455205554,0.0116869947204016,0.0685477777577035,0.255951455205554,0.0128979050984964,0.096851865052971,0.255951455205554,0.0307701597489761,0.0362784709386005,0.255951455205554,0.0188153763665925,0.00305777144153045,0.5,0.255951455205554,0.0812229460832034,0.00813885960491826,0.5,0.255951455205554,0.0235520977051606,0.0230595800496127,0.5,0.255951455205554,0.0208973523874073,0.0148796653900348,0.255951455205554,0.0164100281298992,0.011101998083865,0.000480924341396895,0.114779734554669,0.255951455205554,0.000869484272591074,0.103527502956427,0.5,0.255951455205554,0.000726825990551144,0.308331580724762,0.255951455205554,0.00127380747186266,0.0117747812801751,0.255951455205554,0.00124509326262573,0.0535532541738503,0.255951455205554,0.00372668378013833,0.0052472935674063,0.00147557257379957,0.315991054400236 -473,0.255951455205554,0.0,0.300293618651411,0.255951455205554,0.0,0.0901915948196934,0.255951455205554,0.000141851725773177,0.0603709120985645,0.255951455205554,6.40787038929605e-05,0.0868621384493298,0.255951455205554,1.91598561748894e-05,0.0277841537970956,0.255951455205554,2.30531386380725e-07,0.00198681419773887,0.5,0.255951455205554,8.91060090751974e-05,0.0125692609787036,0.5,0.255951455205554,0.00034872421123172,0.0172135805526706,0.5,0.255951455205554,7.51978868814325e-05,0.0129331315463913,0.255951455205554,0.000779670207707993,0.0154095278646664,0.0,0.122313542703466,0.255951455205554,0.0,0.111196686393452,0.5,0.255951455205554,0.0,0.333160180868265,0.255951455205554,0.0,0.0112651321013644,0.255951455205554,8.32309318761956e-10,0.0467012851503653,0.255951455205554,9.26771126099427e-06,0.00354673720264071,0.0,0.291791104666209 -474,0.255951455205554,0.0,0.292686300836339,0.255951455205554,0.0,0.0732241430198535,0.255951455205554,0.0,0.0560296485467045,0.255951455205554,0.0,0.0818163500943425,0.255951455205554,0.0,0.0274602529725737,0.255951455205554,0.0,0.00329631627288573,0.5,0.255951455205554,0.0,0.0214460453892845,0.5,0.255951455205554,0.0,0.0192977370293825,0.5,0.255951455205554,0.0,0.015263866028751,0.255951455205554,0.0,0.0115185886032122,0.0,0.154104749735023,0.255951455205554,0.0,0.121881159239485,0.5,0.255951455205554,0.0,0.352341316120485,0.255951455205554,0.0,0.0111657125834258,0.255951455205554,0.0,0.0409314956323773,0.255951455205554,0.0,0.00311032525477807,0.0,0.268171021980781 -475,0.255951455205554,0.0,0.273449747800715,0.255951455205554,0.0,0.0631390020077494,0.255951455205554,0.0,0.0438517172472568,0.255951455205554,0.0,0.0655228981921705,0.255951455205554,0.0,0.0336800191301918,0.255951455205554,0.0,0.00581328257668136,0.5,0.255951455205554,0.0,0.0323066375296102,0.5,0.255951455205554,0.0,0.0222337784290723,0.5,0.255951455205554,0.0,0.0174837712810431,0.255951455205554,0.0,0.00927243297217759,0.0,0.16372773798655,0.255951455205554,0.0,0.131329874949563,0.5,0.255951455205554,0.0,0.347473783158202,0.255951455205554,0.0,0.01112410453747,0.255951455205554,0.0,0.0385071631134747,0.255951455205554,0.0,0.00357665575436567,0.0,0.240699024604264 -476,0.255951455205554,0.0,0.248627886161755,0.255951455205554,0.0,0.0534708545876635,0.255951455205554,0.0,0.033983879905198,0.255951455205554,0.0,0.0471759387654024,0.255951455205554,0.0,0.0415881880928964,0.255951455205554,0.0,0.00848286890260906,0.5,0.255951455205554,0.0,0.0409124285851025,0.5,0.255951455205554,0.0,0.021906540525357,0.5,0.255951455205554,0.0,0.0174696680694967,0.255951455205554,0.0,0.011265757974597,0.0,0.16864254453372,0.255951455205554,0.0,0.120845801292852,0.5,0.255951455205554,0.0,0.323106211256583,0.255951455205554,0.0,0.0142324240695478,0.255951455205554,0.0,0.0370812202571026,0.255951455205554,0.0,0.00554116535161483,0.0,0.217469942932604 -477,0.255951455205554,0.0,0.213426183863698,0.255951455205554,0.0,0.0430991918984888,0.255951455205554,0.0,0.0308645499617412,0.255951455205554,0.0,0.039492395967754,0.255951455205554,0.0,0.045105628457889,0.255951455205554,0.0,0.0112671445532779,0.5,0.255951455205554,0.0,0.0483330636204594,0.5,0.255951455205554,0.0,0.0197712679001756,0.5,0.255951455205554,0.0,0.0163013934228654,0.255951455205554,0.0,0.0183011072570126,0.0,0.142916123262264,0.255951455205554,0.0,0.104582807643092,0.5,0.255951455205554,0.0,0.299099497096042,0.255951455205554,0.0,0.0211108037586237,0.255951455205554,0.0,0.0355757207490436,0.255951455205554,0.0,0.00760527326569434,0.0,0.203600435654473 -478,0.255951455205554,0.0,0.187303776830826,0.255951455205554,0.0,0.0367255705354336,0.255951455205554,0.0,0.0320814755540794,0.255951455205554,0.0,0.0390423236999456,0.255951455205554,0.0,0.0413089978214691,0.255951455205554,0.0,0.0116998949643624,0.5,0.255951455205554,0.0,0.0534101759705586,0.5,0.255951455205554,0.0,0.0188602418378007,0.5,0.255951455205554,0.0,0.0139794140919501,0.255951455205554,0.0,0.0253418506956935,0.0,0.0985917343587691,0.255951455205554,0.0,0.08663768034565,0.5,0.255951455205554,0.0,0.289936767086853,0.255951455205554,0.0,0.0295835184748028,0.255951455205554,0.0,0.0321607295895179,0.255951455205554,0.0,0.00718839872407822,0.0,0.207769602919613 -479,0.255951455205554,0.0,0.18100425930857,0.255951455205554,0.0,0.037929317997198,0.255951455205554,0.0,0.0351473836315453,0.255951455205554,0.0,0.0422898807023071,0.255951455205554,0.0,0.035610393653671,0.255951455205554,0.0,0.0107479023225443,0.5,0.255951455205554,0.0,0.0585849085170852,0.5,0.255951455205554,0.0,0.0202655736997,0.5,0.255951455205554,0.0,0.0142954584132603,0.255951455205554,0.0,0.0306211372423288,0.0,0.0710418495526744,0.255951455205554,0.0,0.0776474813539802,0.5,0.255951455205554,0.0,0.311784531614045,0.255951455205554,0.0,0.0350908736570965,0.255951455205554,0.0,0.0296048835409605,0.255951455205554,0.0,0.00600753629207993,0.0,0.200759543899301 -480,0.255951455205554,0.0,0.192954835655704,0.255951455205554,0.0,0.0462888243352555,0.255951455205554,0.0,0.0373422599097265,0.255951455205554,0.0,0.0510970094926358,0.255951455205554,0.0,0.0301117114954193,0.255951455205554,0.0,0.00926703380317902,0.5,0.255951455205554,0.0,0.0628084245135092,0.5,0.255951455205554,0.0,0.0212788267771799,0.5,0.255951455205554,0.0,0.0158167701390115,0.255951455205554,0.0,0.0374667704389072,0.0,0.0622689700035719,0.255951455205554,0.0,0.0758950963703244,0.5,0.255951455205554,0.0,0.332440558697351,0.255951455205554,0.0,0.0376629364068228,0.255951455205554,0.0,0.0290165658499665,0.255951455205554,0.0,0.00523369247355067,0.0,0.176118402665676 -481,0.255951455205554,0.0,0.216309431666927,0.255951455205554,0.0,0.0559745350134457,0.255951455205554,0.0,0.0392922259823579,0.255951455205554,0.0,0.0586334838908042,0.255951455205554,0.0,0.0287593897940628,0.255951455205554,0.0,0.0106391956425813,0.5,0.255951455205554,0.0,0.0590809334319473,0.5,0.255951455205554,0.0,0.0228779511638988,0.5,0.255951455205554,0.0,0.0185395088928594,0.255951455205554,0.0,0.0369708046682359,0.0,0.0628596441783905,0.255951455205554,0.0,0.0767211395259479,0.5,0.255951455205554,0.0,0.333859624724486,0.255951455205554,0.0,0.0386192711580233,0.255951455205554,0.0,0.0300302015014413,0.255951455205554,0.0,0.00670136160489902,0.0,0.156403162966693 -482,0.255951455205554,0.0,0.235983136894141,0.255951455205554,0.0,0.0639111844130376,0.255951455205554,0.0,0.0399117258735612,0.255951455205554,0.0,0.0552107448519416,0.255951455205554,0.0,0.0318997509263072,0.255951455205554,0.0,0.0131809995764979,0.5,0.255951455205554,0.0,0.0518044084184026,0.5,0.255951455205554,0.0,0.0246378314656164,0.5,0.255951455205554,0.0,0.0201687081257183,0.255951455205554,0.0,0.0333122010003359,0.0,0.0609026540345802,0.255951455205554,0.0,0.0737090874393764,0.5,0.255951455205554,0.0,0.310079520166661,0.255951455205554,0.0,0.0397586701564191,0.255951455205554,0.0,0.0294840401967065,0.255951455205554,0.0,0.00930897199061293,0.0,0.142155008917417 -483,0.255951455205554,0.0,0.243334844044927,0.255951455205554,0.0,0.0659210527002517,0.255951455205554,0.0,0.0398125391016729,0.255951455205554,0.0,0.0453297866458935,0.255951455205554,0.0,0.041171983852833,0.255951455205554,0.0,0.0174707561394018,0.5,0.255951455205554,0.0,0.0493960845538945,0.5,0.255951455205554,0.0,0.0268181497463601,0.5,0.255951455205554,0.0,0.019878144110314,0.255951455205554,0.0,0.0327691041962842,0.0,0.0538087152927523,0.255951455205554,0.0,0.0669321120010884,0.5,0.255951455205554,0.0,0.274148744998823,0.255951455205554,0.0,0.0401212843942533,0.255951455205554,0.0,0.0269667144446255,0.255951455205554,0.0,0.0128385340386581,0.0,0.137388905348577 -484,0.255951455205554,0.0,0.235168407327675,0.255951455205554,0.0,0.0652063112761726,0.255951455205554,0.0,0.042365664606413,0.255951455205554,0.0,0.0400680710379878,0.255951455205554,0.0,0.061359914028526,0.255951455205554,0.0,0.0292553959035329,0.5,0.255951455205554,0.0,0.0562782428530003,0.5,0.255951455205554,0.0,0.0296065876687401,0.5,0.255951455205554,0.0,0.0197968628731504,0.255951455205554,0.0,0.0357196270284057,0.0,0.0454198640323278,0.255951455205554,0.0,0.0590829107616064,0.5,0.255951455205554,0.0,0.245638142423588,0.255951455205554,0.0,0.0405966881573809,0.255951455205554,0.0,0.0254810831080883,0.255951455205554,0.0,0.0176305274999472,0.0,0.141499620838961 -485,0.255951455205554,0.0,0.230203550292895,0.255951455205554,0.0,0.0600334993412083,0.255951455205554,0.0,0.044462453837429,0.255951455205554,0.0,0.0389768057325577,0.255951455205554,0.0,0.07691171223701,0.255951455205554,0.0,0.0498354992399336,0.5,0.255951455205554,0.0,0.0649079029947288,0.5,0.255951455205554,0.0,0.03354133679371,0.5,0.255951455205554,0.0,0.0210050497697795,0.255951455205554,0.0,0.0379961882520895,0.0,0.0354718513588831,0.255951455205554,0.0,0.0507358315853637,0.5,0.255951455205554,0.0,0.225421059438675,0.255951455205554,0.0,0.0389107501072732,0.255951455205554,0.0,0.0225861852408177,0.255951455205554,0.0,0.0256090836713188,0.0,0.145228470121873 -486,0.255951455205554,0.0,0.231136158773347,0.255951455205554,0.0,0.0523991835716236,0.255951455205554,0.0,0.0445620893124484,0.255951455205554,0.0,0.0423848905489034,0.255951455205554,0.0,0.0753248427608979,0.255951455205554,0.0,0.0656417883252132,0.5,0.255951455205554,0.0,0.0678007423865336,0.5,0.255951455205554,0.0,0.0388671068750422,0.5,0.255951455205554,0.0,0.0239376694641367,0.255951455205554,0.0,0.0360325386827637,0.0,0.0262003692277209,0.255951455205554,0.0,0.0433251848717036,0.5,0.255951455205554,0.0,0.209903278081648,0.255951455205554,0.0,0.0378946555842452,0.255951455205554,0.0,0.0204846844256777,0.255951455205554,0.0,0.0378394758293027,0.0,0.144589117091791 -487,0.255951455205554,0.0,0.22696707207735,0.255951455205554,0.0,0.0471758268173905,0.255951455205554,0.0,0.047459309560133,0.255951455205554,0.0,0.0587687827795908,0.255951455205554,0.0,0.0602426788107722,0.255951455205554,0.0,0.0639467459719568,0.5,0.255951455205554,0.0,0.0584672821216195,0.5,0.255951455205554,0.0,0.044805954821277,0.5,0.255951455205554,0.0,0.0303036385881739,0.255951455205554,0.0,0.0292653760406544,0.0,0.0155716646781122,0.255951455205554,0.0,0.0377206257253036,0.5,0.255951455205554,0.0,0.197828187943352,0.255951455205554,0.0,0.0384270391369933,0.255951455205554,0.0,0.0222673097577953,0.255951455205554,0.0,0.050635995855202,0.0,0.136309746079071 -488,0.255951455205554,0.0,0.223124397053482,0.255951455205554,0.0,0.0466178562473018,0.255951455205554,0.0,0.0447023917490373,0.255951455205554,0.0,0.0666727510809734,0.255951455205554,0.0,0.0485055806609976,0.255951455205554,0.0,0.0495133663291864,0.5,0.255951455205554,0.0,0.043961000700303,0.5,0.255951455205554,0.0,0.0489593688800232,0.5,0.255951455205554,0.0,0.0374189995253006,0.255951455205554,0.0,0.0208334012523364,0.0,0.0120514521090385,0.255951455205554,0.0,0.0347987604170656,0.5,0.255951455205554,0.0,0.189158654963609,0.255951455205554,0.0,0.0418118355460516,0.255951455205554,0.0,0.0262697384569173,0.255951455205554,0.0,0.0582097123616843,0.0,0.12858508496226 -489,0.255951455205554,0.0,0.231616482291344,0.255951455205554,0.0,0.0567350579694498,0.255951455205554,4.71716762089623e-06,0.039887521637655,0.255951455205554,0.0,0.0662557690138145,0.255951455205554,0.0,0.0434719948163375,0.255951455205554,0.000101218105590155,0.0340175753080376,0.5,0.255951455205554,6.94321311523182e-05,0.0342489401925608,0.5,0.255951455205554,0.000601353825590442,0.0466630008944044,0.5,0.255951455205554,0.000992559500143424,0.0416667802927662,0.255951455205554,6.50636908699496e-06,0.0153843037105524,0.000203518848643874,0.0164971000357641,0.255951455205554,0.000365248479884192,0.0347062934098072,0.5,0.255951455205554,9.35508127775852e-05,0.18454663671151,0.255951455205554,0.000644356880518623,0.0483790556406457,0.255951455205554,0.000257860940897297,0.0311733731779658,0.255951455205554,0.000531834094401955,0.0569964682053089,0.0,0.117255293346122 -490,0.255951455205554,0.0025423267625388,0.248252718269306,0.255951455205554,0.00229680985290919,0.0728222862364383,0.255951455205554,0.003919990906472,0.0384658459119015,0.255951455205554,0.00406363724074191,0.0605143603852566,0.255951455205554,0.00393323963080712,0.0537943846687378,0.255951455205554,0.00912926401784719,0.0391946619246926,0.5,0.255951455205554,0.0124634707091719,0.0409059073843666,0.5,0.255951455205554,0.00986513491089097,0.0480769338308671,0.5,0.255951455205554,0.0120220210721682,0.0484609900171982,0.255951455205554,0.0148338667433,0.02609545875552,0.00258771576649817,0.0233998006054107,0.255951455205554,0.00382947361204158,0.0385638657912336,0.5,0.255951455205554,0.00516216070004466,0.187477915149132,0.255951455205554,0.00595475531207768,0.0627908066078583,0.255951455205554,0.00570803518041295,0.0370044217521242,0.255951455205554,0.0109981584311125,0.0574389820632622,0.00154132557272374,0.103272812509064 -491,0.255951455205554,0.0115246479019996,0.262078930528445,0.255951455205554,0.0148795525207806,0.0718634510429294,0.255951455205554,0.0121544257292126,0.0397848869053245,0.255951455205554,0.0105579133558599,0.0596945770901519,0.255951455205554,0.0129464301381285,0.0759822932624352,0.255951455205554,0.0274365982901358,0.0612185684948043,0.5,0.255951455205554,0.0385456068547845,0.0650585332600708,0.5,0.255951455205554,0.0269312977540186,0.0562588861842916,0.5,0.255951455205554,0.0333294566505659,0.0675168217035725,0.255951455205554,0.0440637239413873,0.0435380229671936,0.00867667225015164,0.0270497247340627,0.255951455205554,0.0108756616745714,0.0426917101374434,0.5,0.255951455205554,0.0146406274691615,0.200090624863955,0.255951455205554,0.0143043567479754,0.0687210624644417,0.255951455205554,0.0192739331174899,0.0370703161708457,0.255951455205554,0.0320824990042033,0.0592555069241851,0.00930484883887971,0.0969807962886516 -492,0.255951455205554,0.0193043238870653,0.258544498798657,0.255951455205554,0.0331491750049467,0.0759450929507636,0.255951455205554,0.0169697941070814,0.0424979980510313,0.255951455205554,0.0130043762737211,0.0586696732376227,0.255951455205554,0.023345042353847,0.0983742364080506,0.255951455205554,0.041370356112234,0.0861288598340872,0.5,0.255951455205554,0.0629942076528815,0.086559193644167,0.5,0.255951455205554,0.039979265075865,0.0682364778523128,0.5,0.255951455205554,0.0523576298487558,0.0794193303029693,0.255951455205554,0.0623356528364553,0.058270428685844,0.0140723013609551,0.0297808049750718,0.255951455205554,0.0166888463516854,0.0448707148718808,0.5,0.255951455205554,0.0278527570838536,0.214950760000007,0.255951455205554,0.0227645854598298,0.0652595017259047,0.255951455205554,0.031089145271019,0.0374561391219395,0.255951455205554,0.047692151429094,0.0658476725308528,0.0212389013229567,0.0962466728950092 -493,0.255951455205554,0.0235499128149184,0.253930036500926,0.255951455205554,0.0391642440016826,0.0669330208064842,0.255951455205554,0.0184997984523532,0.0426731951378838,0.255951455205554,0.0238081449684154,0.0479975539956624,0.255951455205554,0.0339034563714338,0.110038992581472,0.255951455205554,0.0493737842338447,0.106995444091764,0.5,0.255951455205554,0.076555330699802,0.100004786148207,0.5,0.255951455205554,0.0436678313105853,0.0744015636903013,0.5,0.255951455205554,0.0613788861809142,0.0945860445838642,0.255951455205554,0.0830030463718242,0.0607686884653799,0.0156629280051757,0.0254854785449183,0.255951455205554,0.0186987142416062,0.041934034791346,0.5,0.255951455205554,0.0366471031628782,0.215160258667935,0.255951455205554,0.0287658552300609,0.0600973276710939,0.255951455205554,0.0341298124304511,0.0378403451978054,0.255951455205554,0.0486850833109567,0.0747950208354026,0.0238711244074734,0.101002806357982 -494,0.255951455205554,0.0222746661596624,0.240159803980104,0.255951455205554,0.0356212212664728,0.0689704588271976,0.255951455205554,0.0174419437885961,0.0390567405625302,0.255951455205554,0.0282109800679183,0.0366599604506566,0.255951455205554,0.0375607795835028,0.113185335616556,0.255951455205554,0.0469031781537338,0.113549252082477,0.5,0.255951455205554,0.0694388595458676,0.0962710646573137,0.5,0.255951455205554,0.0388412967484332,0.0752200324889673,0.5,0.255951455205554,0.0543095067046654,0.0953972977712801,0.255951455205554,0.0700144331632417,0.0564837052355735,0.0151041976043681,0.0211605073452078,0.255951455205554,0.0164308620626402,0.0360660326663807,0.5,0.255951455205554,0.0319312443865159,0.20064975716471,0.255951455205554,0.0251151438646691,0.0519081022924846,0.255951455205554,0.026288692161959,0.0333238019673889,0.255951455205554,0.0373765625369176,0.0773486149592374,0.013383656141105,0.115414308996129 -495,0.255951455205554,0.0157164906477818,0.228236048624933,0.255951455205554,0.021523404638664,0.0620410281158009,0.255951455205554,0.0118863332375657,0.0346757749386821,0.255951455205554,0.0178171944636414,0.0342689806916082,0.255951455205554,0.0393284391608438,0.102036126460158,0.255951455205554,0.0343058949537135,0.109928735077594,0.5,0.255951455205554,0.0479016696363989,0.0771544761906402,0.5,0.255951455205554,0.0278092929710043,0.0747188399388489,0.5,0.255951455205554,0.0357916361469448,0.0930549290383113,0.255951455205554,0.0481170301028278,0.0372933242189065,0.00875640678519878,0.0133091647704661,0.255951455205554,0.00874060552509993,0.0315885457899156,0.5,0.255951455205554,0.0167254872276531,0.166955691926416,0.255951455205554,0.0136841794751644,0.0459750827299922,0.255951455205554,0.011626729407655,0.0285103429388568,0.255951455205554,0.0208918741592428,0.0722989001578826,0.00752374624780714,0.14562852280228 -496,0.255951455205554,0.00447806493762422,0.217272191249241,0.255951455205554,0.00644546109110782,0.0549680199716286,0.255951455205554,0.0046129591246089,0.0324177614458441,0.255951455205554,0.00579705582690563,0.0381657631572054,0.255951455205554,0.034751563364754,0.0773190542713188,0.255951455205554,0.0154504723650272,0.0912734820305821,0.5,0.255951455205554,0.0223946347909374,0.0478585309421715,0.5,0.255951455205554,0.0122516367053067,0.0688531568522645,0.5,0.255951455205554,0.0142052195326467,0.0895205579648556,0.255951455205554,0.0202084790838297,0.025519269506195,0.0019794803169748,0.010421177153371,0.255951455205554,0.00191141777787414,0.0302072762803069,0.5,0.255951455205554,0.00291135560415576,0.140888773292137,0.255951455205554,0.00345979331401707,0.0383713487465156,0.255951455205554,0.0027574852480614,0.0245623358921082,0.255951455205554,0.00732638588772339,0.0651944728711333,0.00239731414038135,0.17090407821138 -497,0.255951455205554,0.0,0.215896063780229,0.255951455205554,0.0,0.0516698635369226,0.255951455205554,0.000110179574063388,0.0305917779124475,0.255951455205554,1.74199310000637e-05,0.0417017647545443,0.255951455205554,7.93713452473315e-05,0.0515493486609619,0.255951455205554,0.000393915878305286,0.0592498814594656,0.5,0.255951455205554,0.000143975419169212,0.0190590613408829,0.5,0.255951455205554,0.000185356817496096,0.0543434680234802,0.5,0.255951455205554,0.000335019692124515,0.0775308225628419,0.255951455205554,0.0,0.00869860700548477,0.0,0.0127275258756355,0.255951455205554,0.0,0.0293982636655478,0.5,0.255951455205554,0.0,0.130807988380824,0.255951455205554,0.0,0.0303547542951525,0.255951455205554,0.0,0.0197386354170278,0.255951455205554,6.34321430468731e-05,0.0533900729943876,0.0,0.186669052540277 -498,0.255951455205554,0.0,0.236096032426125,0.255951455205554,0.0,0.0630522316322821,0.255951455205554,0.0,0.0328810623706408,0.255951455205554,0.0,0.0493521167751314,0.255951455205554,0.0,0.0330312919376236,0.255951455205554,0.0,0.0367802106494143,0.5,0.255951455205554,0.0,0.0079902990513462,0.5,0.255951455205554,0.0,0.0394827542255108,0.5,0.255951455205554,0.0,0.0672571885231099,0.255951455205554,0.0,0.00286753584500157,0.0,0.0181902734144541,0.255951455205554,0.0,0.0318699474711663,0.5,0.255951455205554,0.0,0.137250822733859,0.255951455205554,0.0,0.028074218596337,0.255951455205554,0.0,0.0170848648273231,0.255951455205554,0.0,0.0440012942900376,0.0,0.191544655503374 -499,0.255951455205554,0.0,0.263578604904323,0.255951455205554,0.0,0.0683957862597402,0.255951455205554,0.0,0.0371544491336771,0.255951455205554,0.0,0.0619532495320409,0.255951455205554,0.0,0.020002937218152,0.255951455205554,0.0,0.0216575299129316,0.5,0.255951455205554,0.0,0.00421980654296312,0.5,0.255951455205554,0.0,0.0277341561827176,0.5,0.255951455205554,0.0,0.0588348614474335,0.255951455205554,0.0,0.000460285977329956,0.0,0.0249848200806767,0.255951455205554,0.0,0.0362292573464243,0.5,0.255951455205554,0.0,0.148922805581451,0.255951455205554,0.0,0.0236126368590719,0.255951455205554,0.0,0.0143960891139093,0.255951455205554,0.0,0.03748455374968,0.0,0.202758369645243 -500,0.255951455205554,0.0,0.292641669196943,0.255951455205554,0.0,0.0682792043509317,0.255951455205554,0.0,0.0396418579370077,0.255951455205554,0.0,0.0757391160045577,0.255951455205554,0.0,0.0123630213917223,0.255951455205554,0.0,0.0138746665292249,0.5,0.255951455205554,0.0,0.00305334061293473,0.5,0.255951455205554,0.0,0.0184661656410923,0.5,0.255951455205554,0.0,0.0458961012381343,0.255951455205554,0.0,0.000176957421388908,0.0,0.0287768959957421,0.255951455205554,0.0,0.0417377867147972,0.5,0.255951455205554,0.0,0.161741808884642,0.255951455205554,0.0,0.0188785048898669,0.255951455205554,0.0,0.0117084300275512,0.255951455205554,0.0,0.0318002004305052,0.0,0.219596983077767 -501,0.255951455205554,0.0,0.310132999942603,0.255951455205554,0.0,0.0673170548310163,0.255951455205554,0.0,0.0392005565695767,0.255951455205554,0.0,0.0772053973710114,0.255951455205554,0.0,0.00983917757566958,0.255951455205554,0.0,0.0106040766287708,0.5,0.255951455205554,0.0,0.00262581805315,0.5,0.255951455205554,0.0,0.0128322783069029,0.5,0.255951455205554,0.0,0.035924156113724,0.255951455205554,0.0,0.000302370410600983,0.0,0.0296318296008266,0.255951455205554,0.0,0.043744212709534,0.5,0.255951455205554,0.0,0.167270812994122,0.255951455205554,0.0,0.0158740429573311,0.255951455205554,0.0,0.00959478152913528,0.255951455205554,0.0,0.024533185968719,0.0,0.243542075769868 -502,0.255951455205554,0.0,0.304356710567349,0.255951455205554,0.0,0.0645157341366937,0.255951455205554,0.0,0.0333128847004301,0.255951455205554,0.0,0.0630407913780901,0.255951455205554,0.0,0.0112016002096225,0.255951455205554,0.0,0.0110857147024165,0.5,0.255951455205554,0.0,0.00240859935651255,0.5,0.255951455205554,0.0,0.0111416237461344,0.5,0.255951455205554,0.0,0.0302063413512063,0.255951455205554,0.0,0.000496860129954505,0.0,0.0294526227094024,0.255951455205554,0.0,0.0421783943185592,0.5,0.255951455205554,0.0,0.170648995193852,0.255951455205554,0.0,0.0131932303690749,0.255951455205554,0.0,0.00741522547589642,0.255951455205554,0.0,0.0181002303755724,0.0,0.279069022622935 -503,0.255951455205554,0.0,0.274235406141909,0.255951455205554,0.0,0.0567907822866415,0.255951455205554,0.0,0.0258471670280424,0.255951455205554,0.0,0.047630257598838,0.255951455205554,0.0,0.0146427575356103,0.255951455205554,0.0,0.0136248003643032,0.5,0.255951455205554,0.0,0.00280461763509471,0.5,0.255951455205554,0.0,0.0105319959493909,0.5,0.255951455205554,0.0,0.0291228670596477,0.255951455205554,0.0,0.000656118160329069,0.0,0.031592400357238,0.255951455205554,0.0,0.0410803952322672,0.5,0.255951455205554,0.0,0.174966729267172,0.255951455205554,0.0,0.0115914251659269,0.255951455205554,0.0,0.00566571921674348,0.255951455205554,0.0,0.0128148210685018,0.0,0.303367119072206 -504,0.255951455205554,0.0,0.238197312014086,0.255951455205554,0.0,0.0477479365109862,0.255951455205554,0.0,0.0208165338128007,0.255951455205554,0.0,0.0360122269374245,0.255951455205554,0.0,0.0184330306876575,0.255951455205554,0.0,0.0164361035421853,0.5,0.255951455205554,0.0,0.00318152105098199,0.5,0.255951455205554,0.0,0.00929119417356143,0.5,0.255951455205554,0.0,0.0288398782351591,0.255951455205554,0.0,0.000545857841636127,0.0,0.0371301305737532,0.255951455205554,0.0,0.0437692502977284,0.5,0.255951455205554,0.0,0.177841705744472,0.255951455205554,0.0,0.00998305551508467,0.255951455205554,0.0,0.00458219542676082,0.255951455205554,0.0,0.0102222324644358,0.0,0.309550045139476 -505,0.255951455205554,0.0,0.213232915594005,0.255951455205554,0.0,0.0390920145623421,0.255951455205554,0.0,0.0178406237902134,0.255951455205554,0.0,0.0330233262686195,0.255951455205554,0.0,0.018969895508267,0.255951455205554,0.0,0.0157264339965168,0.5,0.255951455205554,0.0,0.00270925861023982,0.5,0.255951455205554,0.0,0.00780444380940238,0.5,0.255951455205554,0.0,0.0263463746575797,0.255951455205554,0.0,0.000343407857423473,0.0,0.0497530540770779,0.255951455205554,0.0,0.0469617978866255,0.5,0.255951455205554,0.0,0.17498567737412,0.255951455205554,0.0,0.00822023026824169,0.255951455205554,0.0,0.00438264196242719,0.255951455205554,0.0,0.00930667269736922,0.0,0.304295871961478 -506,0.255951455205554,0.0,0.20888723971137,0.255951455205554,0.0,0.0347643978112332,0.255951455205554,0.0,0.0168650521736689,0.255951455205554,0.0,0.032817521538429,0.255951455205554,0.0,0.0167951985216498,0.255951455205554,0.0,0.013339284992517,0.5,0.255951455205554,0.0,0.00195694889933036,0.5,0.255951455205554,0.0,0.00638942298623567,0.5,0.255951455205554,0.0,0.0228004995108955,0.255951455205554,0.0,0.000255320409930729,0.0,0.0592754553044377,0.255951455205554,0.0,0.0489103588796189,0.5,0.255951455205554,0.0,0.176512597017306,0.255951455205554,0.0,0.00711983412109073,0.255951455205554,0.0,0.00498803684942367,0.255951455205554,0.0,0.00864759058999895,0.0,0.297740712650055 -507,0.255951455205554,0.0,0.221034473735024,0.255951455205554,0.0,0.0351809659809993,0.255951455205554,0.0,0.017923805741943,0.255951455205554,0.0,0.0333493033667562,0.255951455205554,0.0,0.0141288467506448,0.255951455205554,0.0,0.010999676870634,0.5,0.255951455205554,0.0,0.00145562722579613,0.5,0.255951455205554,0.0,0.00521843933729061,0.5,0.255951455205554,0.0,0.0191804219026254,0.255951455205554,0.0,0.000106397889919759,0.0,0.067420395840671,0.255951455205554,0.0,0.0511197914378612,0.5,0.255951455205554,0.0,0.193277398471597,0.255951455205554,0.0,0.00591554699470121,0.255951455205554,0.0,0.00548085943114262,0.255951455205554,0.0,0.00718047898577831,0.0,0.298601621162354 -508,0.255951455205554,0.0,0.235905451745778,0.255951455205554,0.0,0.0453672563725582,0.255951455205554,0.0,0.0209996765546152,0.255951455205554,0.0,0.0372199192528617,0.255951455205554,0.0,0.010292602080805,0.255951455205554,0.0,0.00817715294832343,0.5,0.255951455205554,0.0,0.000693812947858304,0.5,0.255951455205554,0.0,0.00443701987934307,0.5,0.255951455205554,0.0,0.0156684603747347,0.255951455205554,0.0,0.000296553580415381,0.0,0.0747897451138109,0.255951455205554,0.0,0.056678644436125,0.5,0.255951455205554,0.0,0.225674933121443,0.255951455205554,0.0,0.00469626154660504,0.255951455205554,0.0,0.00603684411205666,0.255951455205554,0.0,0.00502181895511841,0.0,0.316226257242573 -509,0.255951455205554,0.0,0.246842640608504,0.255951455205554,0.0,0.0573285506327806,0.255951455205554,0.0,0.025435060595822,0.255951455205554,0.0,0.0439464412377453,0.255951455205554,0.0,0.00618689163946001,0.255951455205554,0.0,0.00486276132644757,0.5,0.255951455205554,0.0,0.000453648457241951,0.5,0.255951455205554,0.0,0.00357109331260349,0.5,0.255951455205554,0.0,0.0119608216699552,0.255951455205554,0.0,0.000770066920600683,0.0,0.0792563485159297,0.255951455205554,0.0,0.0654744491707145,0.5,0.255951455205554,0.0,0.267188813844229,0.255951455205554,0.0,0.00390029001307499,0.255951455205554,0.0,0.00686350720308028,0.255951455205554,0.0,0.00293352699619203,0.0,0.357286366493067 -510,0.255951455205554,0.0,0.259077443272699,0.255951455205554,0.0,0.0663519520269605,0.255951455205554,0.0,0.0302416409657084,0.255951455205554,0.0,0.0509506277233599,0.255951455205554,0.0,0.00349291784677047,0.255951455205554,0.0,0.00235484957016417,0.5,0.255951455205554,0.0,0.000559051202926115,0.5,0.255951455205554,0.0,0.00246185540801917,0.5,0.255951455205554,0.0,0.00915304087454929,0.255951455205554,0.0,0.00149780165946045,0.0,0.0871035103233521,0.255951455205554,0.0,0.0743726207748635,0.5,0.255951455205554,0.0,0.30030665079879,0.255951455205554,0.0,0.00350657408890519,0.255951455205554,0.0,0.00796861284627714,0.255951455205554,0.0,0.00196491001334247,0.0,0.401510686517145 -511,0.255951455205554,0.0,0.280288678133398,0.255951455205554,0.0,0.0759615030017822,0.255951455205554,0.0,0.0356080209206854,0.255951455205554,0.0,0.0570306647975666,0.255951455205554,0.0,0.00242959175521282,0.255951455205554,0.0,0.00104339342069978,0.5,0.255951455205554,0.0,0.000975882746268757,0.5,0.255951455205554,0.0,0.00145764099171883,0.5,0.255951455205554,0.0,0.0064011014269597,0.255951455205554,0.0,0.00177869722019314,0.0,0.0994775350068961,0.255951455205554,0.0,0.0843446650499002,0.5,0.255951455205554,0.0,0.312609170102042,0.255951455205554,0.0,0.00347264833615957,0.255951455205554,0.0,0.00956523418751064,0.255951455205554,0.0,0.00123978845077494,0.0,0.423366566746469 -512,0.255951455205554,0.0,0.300828790297287,0.255951455205554,0.0,0.0890673640021383,0.255951455205554,0.0,0.0393820836518659,0.255951455205554,0.0,0.0625440902158652,0.255951455205554,0.0,0.00215890585968469,0.255951455205554,0.0,0.000701000262416731,0.5,0.255951455205554,0.0,0.00153464440130227,0.5,0.255951455205554,0.0,0.00110751963326492,0.5,0.255951455205554,0.0,0.00449380496564959,0.255951455205554,0.0,0.00175444878995616,0.0,0.12163106749415,0.255951455205554,0.0,0.0962057473044436,0.5,0.255951455205554,0.0,0.311279261361575,0.255951455205554,0.0,0.00391733252095622,0.255951455205554,0.0,0.0118385942166319,0.255951455205554,0.0,0.00083707229335503,0.0,0.406822224890136 -513,0.255951455205554,0.0,0.319528106513756,0.255951455205554,0.0,0.0899565373642284,0.255951455205554,1.23993593699233e-05,0.0406658012249058,0.255951455205554,0.0,0.0657779793032497,0.255951455205554,3.57248274709693e-08,0.00224234077236385,0.255951455205554,0.000361473174346757,0.000611581050962604,0.5,0.255951455205554,0.000228213714575126,0.00213793079547969,0.5,0.255951455205554,0.00209233552407993,0.00101407094907162,0.5,0.255951455205554,0.00325507863508125,0.00388497504254236,0.255951455205554,2.56131558452276e-05,0.00176568476145796,0.000954775525668291,0.139366873365741,0.255951455205554,0.000994285688491796,0.106970403315633,0.5,0.255951455205554,0.000369010962334009,0.310329399434778,0.255951455205554,0.00118347235653142,0.00575951156460428,0.255951455205554,0.000715266115175842,0.0154229693372231,0.255951455205554,0.000896729017681547,0.000736227883380739,0.0,0.379102581656342 -514,0.255951455205554,0.00617854175620499,0.341715275557754,0.255951455205554,0.00708667116096964,0.0936556736751152,0.255951455205554,0.00531442626903417,0.0434555503326578,0.255951455205554,0.00427402037759827,0.0699368627790654,0.255951455205554,0.0165956832815338,0.00220570080776213,0.255951455205554,0.0168094515184328,0.000679793694029226,0.5,0.255951455205554,0.0320644637478426,0.00281224390160283,0.5,0.255951455205554,0.044265312451206,0.00129935606363313,0.5,0.255951455205554,0.039892496158651,0.00587827400781759,0.255951455205554,0.0104784566788514,0.00164705709075664,0.0147723682697994,0.137498362359974,0.255951455205554,0.0144805688301912,0.114180611970551,0.5,0.255951455205554,0.0196610973219988,0.320351402457702,0.255951455205554,0.0138760494423159,0.00892658319690853,0.255951455205554,0.0125104727663267,0.0194336729831734,0.255951455205554,0.0154121137806737,0.000724426058783697,0.00513287462970913,0.344240002191897 -515,0.255951455205554,0.0269184211059843,0.371451880078508,0.255951455205554,0.0237771157633119,0.112607197815985,0.255951455205554,0.0212741527373751,0.0472555034659866,0.255951455205554,0.0180301612696005,0.0756708431307994,0.255951455205554,0.0502953292908028,0.00231056822628253,0.255951455205554,0.0459054285968004,0.000910339323976831,0.5,0.255951455205554,0.0888751914173966,0.00498393128600169,0.5,0.255951455205554,0.115841005975353,0.00206671150403989,0.5,0.255951455205554,0.0902291198953859,0.0084857255802948,0.255951455205554,0.0402207499120286,0.00537921909991401,0.0464537862468313,0.12575890801186,0.255951455205554,0.0400999226333452,0.11351135183416,0.5,0.255951455205554,0.0614650176748955,0.311834280801276,0.255951455205554,0.0369603750947344,0.0122472759368712,0.255951455205554,0.0335464188584703,0.0235195655195977,0.255951455205554,0.0386515343792073,0.000738287257074544,0.0267063616014671,0.30580098857674 -516,0.255951455205554,0.0432611683523769,0.393595579332129,0.255951455205554,0.0389193787788174,0.120553087048749,0.255951455205554,0.0375136939676142,0.0485746721393342,0.255951455205554,0.0365080155853681,0.0784159753854382,0.255951455205554,0.0713288989288655,0.0030059578117819,0.255951455205554,0.0752162988226936,0.000958633392329777,0.5,0.255951455205554,0.141059816523276,0.00596427297613425,0.5,0.255951455205554,0.198114882137269,0.00233315784896166,0.5,0.255951455205554,0.135330253435638,0.00825890454854724,0.255951455205554,0.0886898002222302,0.00478638967893809,0.0706258278683253,0.122588580885887,0.255951455205554,0.0700094904017219,0.111650452481082,0.5,0.255951455205554,0.102236938591096,0.293890722528713,0.255951455205554,0.0588372106982809,0.0142939932807643,0.255951455205554,0.0529116614344914,0.0265663752745646,0.255951455205554,0.0584055516273762,0.000854247043219355,0.0483825558720434,0.275008227902017 -517,0.255951455205554,0.0536973459797829,0.401512317268466,0.255951455205554,0.0464558839979349,0.131793277465723,0.255951455205554,0.0447193401400279,0.0475948985323193,0.255951455205554,0.0470915002949169,0.0776327163036088,0.255951455205554,0.0801108174554639,0.00338887507609973,0.255951455205554,0.0840660917499757,0.000906497095550845,0.5,0.255951455205554,0.195971935413946,0.00498985387194781,0.5,0.255951455205554,0.2181003592983,0.00195505177608064,0.5,0.255951455205554,0.153583758561698,0.007280262089053,0.255951455205554,0.161376491604966,0.00152991692494231,0.0829429259573238,0.122363887474773,0.255951455205554,0.0838397350833653,0.109518872087764,0.5,0.255951455205554,0.108106495077763,0.29040038240511,0.255951455205554,0.0675839417483007,0.0138670204303318,0.255951455205554,0.062557084751645,0.0261497881811887,0.255951455205554,0.0660798323806642,0.000902423305871995,0.0651386877252405,0.250793683111647 -518,0.255951455205554,0.0502309566370713,0.391985839058241,0.255951455205554,0.0464606608402605,0.1242212970214,0.255951455205554,0.0403182880430589,0.0435378784824209,0.255951455205554,0.044145688105302,0.0696192779373927,0.255951455205554,0.0711534710007897,0.00285079736888937,0.255951455205554,0.0723030435396785,0.000752508114797599,0.5,0.255951455205554,0.186943285519891,0.00351251739962631,0.5,0.255951455205554,0.192748496250905,0.0013319003818595,0.5,0.255951455205554,0.136626946636907,0.00567162084652155,0.255951455205554,0.163135789279825,0.000470998612696696,0.068825066998663,0.125129534668371,0.255951455205554,0.069066759840174,0.111539930702663,0.5,0.255951455205554,0.0893514152667048,0.291732030227328,0.255951455205554,0.0614616898976807,0.0130461045971701,0.255951455205554,0.0574611734329601,0.0266256653594273,0.255951455205554,0.0592212336488571,0.000772389221760901,0.0584037733488523,0.234284669179907 -519,0.255951455205554,0.0329956659101448,0.371152218116758,0.255951455205554,0.0336876972051003,0.113762381718417,0.255951455205554,0.0272443532190963,0.0396612700248993,0.255951455205554,0.0284044330358676,0.0627545060180114,0.255951455205554,0.0462175520664716,0.00268874062304897,0.255951455205554,0.0527108509255316,0.000583135095544112,0.5,0.255951455205554,0.133729764612867,0.00297214802081838,0.5,0.255951455205554,0.134529709314441,0.000928080713220074,0.5,0.255951455205554,0.0868024154800398,0.00385424512341849,0.255951455205554,0.0891436058801112,0.000103522208863233,0.0418766547392527,0.132658158446376,0.255951455205554,0.0415494253435218,0.109174978424959,0.5,0.255951455205554,0.0558123598043589,0.291423621160499,0.255951455205554,0.0427286982908308,0.0138568056474111,0.255951455205554,0.040770311699636,0.0278996694569277,0.255951455205554,0.0444265384221506,0.000600771104899318,0.0391706106716251,0.231820300506524 -520,0.255951455205554,0.0103944064896407,0.355019253361881,0.255951455205554,0.0121781720806432,0.108478830866614,0.255951455205554,0.00989000546410321,0.0384043037574491,0.255951455205554,0.00971460355958908,0.0597948524216942,0.255951455205554,0.0245991784754977,0.003349943546661,0.255951455205554,0.0265988309915375,0.000476976612598339,0.5,0.255951455205554,0.0695132726340575,0.00258437701392526,0.5,0.255951455205554,0.0676674046198714,0.000715301352204187,0.5,0.255951455205554,0.0375744494229065,0.00271209760103001,0.255951455205554,0.0243530818360803,2.64125851696175e-05,0.0106491746998418,0.131145691377509,0.255951455205554,0.0120460009142011,0.105342380660424,0.5,0.255951455205554,0.0148773295121355,0.278449995625713,0.255951455205554,0.0146149502743881,0.0192989473681812,0.255951455205554,0.0149769808924051,0.0301994110817406,0.255951455205554,0.0186616655066754,0.000711758897173502,0.0120579146701639,0.24309047805375 -521,0.255951455205554,0.0,0.344723946584138,0.255951455205554,0.0,0.0998604314145538,0.255951455205554,0.000306917279507419,0.0383719332824292,0.255951455205554,0.000254978684459855,0.0598247624716199,0.255951455205554,0.00031530280363916,0.00437605817552867,0.255951455205554,0.000217794268063359,0.000317831007639964,0.5,0.255951455205554,0.0,0.00205742022432863,0.5,0.255951455205554,0.0,0.000523610563839625,0.5,0.255951455205554,3.75190752757501e-06,0.000920740458408227,0.255951455205554,0.0,0.000175129858271431,0.0,0.126533557432761,0.255951455205554,0.0,0.099938542059549,0.5,0.255951455205554,0.0,0.259169083241813,0.255951455205554,4.65694318679198e-10,0.0271092743611297,0.255951455205554,3.49561052489936e-05,0.0312241830004618,0.255951455205554,0.000202080999720662,0.00115606197107452,0.0,0.267066746296943 -522,0.255951455205554,0.0,0.358128602426902,0.255951455205554,0.0,0.101157827001151,0.255951455205554,0.0,0.0438419762306833,0.255951455205554,0.0,0.0681064694312164,0.255951455205554,0.0,0.00478271815911539,0.255951455205554,0.0,0.000343228130929411,0.5,0.255951455205554,0.0,0.00155252232772123,0.5,0.255951455205554,0.0,0.000642596286076924,0.5,0.255951455205554,0.0,0.000598044690650255,0.255951455205554,0.0,0.00031417401958591,0.0,0.131225839260352,0.255951455205554,0.0,0.104777103735373,0.5,0.255951455205554,0.0,0.255857241917566,0.255951455205554,0.0,0.0316507818300773,0.255951455205554,0.0,0.0360590441734895,0.255951455205554,0.0,0.00178047709468512,0.0,0.293313335244249 -523,0.255951455205554,0.0,0.367637904133949,0.255951455205554,0.0,0.102854778599655,0.255951455205554,0.0,0.0500912944986109,0.255951455205554,0.0,0.0765423947553918,0.255951455205554,0.0,0.00486797831328067,0.255951455205554,0.0,0.0003135100624918,0.5,0.255951455205554,0.0,0.0015069949280722,0.5,0.255951455205554,0.0,0.000613063609360841,0.5,0.255951455205554,0.0,0.000474048888197432,0.255951455205554,0.0,0.000342209046602573,0.0,0.12955878067578,0.255951455205554,0.0,0.108234551827756,0.5,0.255951455205554,0.0,0.260243221517297,0.255951455205554,0.0,0.0287131099528678,0.255951455205554,0.0,0.0389144476009843,0.255951455205554,0.0,0.00223961346061151,0.0,0.315132987831352 -524,0.255951455205554,0.0,0.358454873975805,0.255951455205554,0.0,0.104804108653032,0.255951455205554,0.0,0.0541973296234607,0.255951455205554,0.0,0.0829982939309165,0.255951455205554,0.0,0.00508018919035751,0.255951455205554,0.0,0.000245697308088593,0.5,0.255951455205554,0.0,0.00151970736625084,0.5,0.255951455205554,0.0,0.00043844391892011,0.5,0.255951455205554,0.0,0.000490772875969142,0.255951455205554,0.0,0.0002929883587886,0.0,0.122699753189266,0.255951455205554,0.0,0.107422093346765,0.5,0.255951455205554,0.0,0.279409487879708,0.255951455205554,0.0,0.027535027803079,0.255951455205554,0.0,0.0370672641975277,0.255951455205554,0.0,0.00250681972488907,0.0,0.344606664027211 -525,0.255951455205554,0.0,0.3461450867386,0.255951455205554,0.0,0.108553525492677,0.255951455205554,0.0,0.0576619433069351,0.255951455205554,0.0,0.0886162445813145,0.255951455205554,0.0,0.00604378163738892,0.255951455205554,0.0,0.000159879057003564,0.5,0.255951455205554,0.0,0.00167545959650579,0.5,0.255951455205554,0.0,0.000354340590614114,0.5,0.255951455205554,0.0,0.000499098604086452,0.255951455205554,0.0,0.000280510365322885,0.0,0.12876387915622,0.255951455205554,0.0,0.109969571919096,0.5,0.255951455205554,0.0,0.292856222083843,0.255951455205554,0.0,0.0275995657743083,0.255951455205554,0.0,0.0346785366147068,0.255951455205554,0.0,0.00284180235231054,0.0,0.376153717716559 -526,0.255951455205554,0.0,0.34214204591518,0.255951455205554,0.0,0.112893415909242,0.255951455205554,0.0,0.0607431387559738,0.255951455205554,0.0,0.091611911965401,0.255951455205554,0.0,0.00776349680978732,0.255951455205554,0.0,0.000155159082987261,0.5,0.255951455205554,0.0,0.00217229646021495,0.5,0.255951455205554,0.0,0.000322789353461953,0.5,0.255951455205554,0.0,0.000533019423466656,0.255951455205554,0.0,0.000267894832667152,0.0,0.134601793687471,0.255951455205554,0.0,0.115179922192622,0.5,0.255951455205554,0.0,0.307735852183372,0.255951455205554,0.0,0.0260854988441865,0.255951455205554,0.0,0.0327628557159978,0.255951455205554,0.0,0.00255009599992987,0.0,0.408742963646511 -527,0.255951455205554,0.0,0.345416899684836,0.255951455205554,0.0,0.125295784159929,0.255951455205554,0.0,0.0620574665273565,0.255951455205554,0.0,0.0906559089480503,0.255951455205554,0.0,0.00910373113315495,0.255951455205554,0.0,0.000245764599025462,0.5,0.255951455205554,0.0,0.00282087742197882,0.5,0.255951455205554,0.0,0.000372842426578078,0.5,0.255951455205554,0.0,0.000623863925248606,0.255951455205554,0.0,0.000257661768700221,0.0,0.14040967328329,0.255951455205554,0.0,0.122753765883844,0.5,0.255951455205554,0.0,0.323848761676087,0.255951455205554,0.0,0.026100876390571,0.255951455205554,0.0,0.0324529034729327,0.255951455205554,0.0,0.00193318958868245,0.0,0.435969352746283 -528,0.255951455205554,0.0,0.343098549432078,0.255951455205554,0.0,0.131071568571627,0.255951455205554,0.0,0.0606802609349324,0.255951455205554,0.0,0.0865798525935281,0.255951455205554,0.0,0.00951638535720454,0.255951455205554,0.0,0.000429304359688334,0.5,0.255951455205554,0.0,0.00277224256141008,0.5,0.255951455205554,0.0,0.000510004205762781,0.5,0.255951455205554,0.0,0.000700771005288143,0.255951455205554,0.0,0.000239890236633189,0.0,0.155659483784024,0.255951455205554,0.0,0.136849651372725,0.5,0.255951455205554,0.0,0.340463367210243,0.255951455205554,0.0,0.0278241691256639,0.255951455205554,0.0,0.0352794785181638,0.255951455205554,0.0,0.00163167005017646,0.0,0.446354930270225 -529,0.255951455205554,0.0,0.338346802579664,0.255951455205554,0.0,0.123470702490946,0.255951455205554,0.0,0.0579871733453909,0.255951455205554,0.0,0.08548300066986,0.255951455205554,0.0,0.00986658531842583,0.255951455205554,0.0,0.000914894779633375,0.5,0.255951455205554,0.0,0.00246303334283396,0.5,0.255951455205554,0.0,0.000863070903658957,0.5,0.255951455205554,0.0,0.000857768039474637,0.255951455205554,0.0,0.000203178508336243,0.0,0.174051969583565,0.255951455205554,0.0,0.153217512236974,0.5,0.255951455205554,0.0,0.344151558189535,0.255951455205554,0.0,0.0301653622371821,0.255951455205554,0.0,0.0412361308970842,0.255951455205554,0.0,0.00160465388669909,0.0,0.453652068365668 -530,0.255951455205554,0.0,0.346722613904651,0.255951455205554,0.0,0.124317116077614,0.255951455205554,0.0,0.0582251252660605,0.255951455205554,0.0,0.0866355134665166,0.255951455205554,0.0,0.0108692085247826,0.255951455205554,0.0,0.00136108382610614,0.5,0.255951455205554,0.0,0.00268004282369109,0.5,0.255951455205554,0.0,0.00127364378794173,0.5,0.255951455205554,0.0,0.00138694163070131,0.255951455205554,0.0,0.000367329603435429,0.0,0.190934107312375,0.255951455205554,0.0,0.163274382199944,0.5,0.255951455205554,0.0,0.328409438808096,0.255951455205554,0.0,0.0324816323132047,0.255951455205554,0.0,0.047941936846146,0.255951455205554,0.0,0.00186611941336612,0.0,0.460082433222869 -531,0.255951455205554,0.0,0.370105741429937,0.255951455205554,0.0,0.137573316549772,0.255951455205554,0.0,0.0637092773634059,0.255951455205554,0.0,0.0934378893818381,0.255951455205554,0.0,0.0126871312506016,0.255951455205554,0.0,0.00213448998004092,0.5,0.255951455205554,0.0,0.00325063199515743,0.5,0.255951455205554,0.0,0.0016332210523929,0.5,0.255951455205554,0.0,0.00181078734753514,0.255951455205554,0.0,0.000764973092699477,0.0,0.198545755104403,0.255951455205554,0.0,0.169159866369397,0.5,0.255951455205554,0.0,0.314736397521237,0.255951455205554,0.0,0.0351930666026623,0.255951455205554,0.0,0.0541428292264694,0.255951455205554,0.0,0.0024261744647265,0.0,0.472642694987626 -532,0.255951455205554,0.0,0.404473728915215,0.255951455205554,0.0,0.157244766542568,0.255951455205554,0.0,0.0726329907542313,0.255951455205554,0.0,0.105245104316748,0.255951455205554,0.0,0.0138995056813297,0.255951455205554,0.0,0.00274181275075968,0.5,0.255951455205554,0.0,0.00378746858859323,0.5,0.255951455205554,0.0,0.000908000074716493,0.5,0.255951455205554,0.0,0.00159720642796445,0.255951455205554,0.0,0.00124483526717925,0.0,0.214883838590618,0.255951455205554,0.0,0.175286934153783,0.5,0.255951455205554,0.0,0.310063266354035,0.255951455205554,0.0,0.0390545300876413,0.255951455205554,0.0,0.0615021758415933,0.255951455205554,0.0,0.00390672902947175,0.0,0.504177069208103 -533,0.255951455205554,0.0,0.447393974780066,0.255951455205554,0.0,0.180332452537581,0.255951455205554,0.0,0.0861080908703349,0.255951455205554,0.0,0.11850513192946,0.255951455205554,0.0,0.0156100147835816,0.255951455205554,0.0,0.00255242330210456,0.5,0.255951455205554,0.0,0.00492858624324035,0.5,0.255951455205554,0.0,0.000959111586223342,0.5,0.255951455205554,0.0,0.00140534883518366,0.255951455205554,0.0,0.00408421236575072,0.0,0.228594380815378,0.255951455205554,0.0,0.181146814965162,0.5,0.255951455205554,0.0,0.307844223991959,0.255951455205554,0.0,0.0425141457260988,0.255951455205554,0.0,0.0702983104590504,0.255951455205554,0.0,0.00591929798099221,0.0,0.547955236932525 -534,0.255951455205554,0.0,0.483294788491899,0.255951455205554,0.0,0.199342105006813,0.255951455205554,0.0,0.0995988356201743,0.255951455205554,0.0,0.128765215455841,0.255951455205554,0.0,0.0181986414553089,0.255951455205554,0.0,0.00266973410345197,0.5,0.255951455205554,0.0,0.00732076834687059,0.5,0.255951455205554,0.0,0.00139219685186091,0.5,0.255951455205554,0.0,0.0014628630329976,0.255951455205554,0.0,0.00912049471329602,0.0,0.226517939273316,0.255951455205554,0.0,0.185876627993174,0.5,0.255951455205554,0.0,0.307495437307917,0.255951455205554,0.0,0.0454045256798626,0.255951455205554,0.0,0.0797625736453405,0.255951455205554,0.0,0.00771445810345844,0.0,0.615921984138423 -535,0.255951455205554,0.0,0.515454470666118,0.255951455205554,0.0,0.217318824857861,0.255951455205554,0.0,0.111027012540804,0.255951455205554,0.0,0.139117239152455,0.255951455205554,0.0,0.022075574071323,0.255951455205554,0.0,0.00297437039811163,0.5,0.255951455205554,0.0,0.0110202709683606,0.5,0.255951455205554,0.0,0.00212177774801694,0.5,0.255951455205554,0.0,0.00154412201683115,0.255951455205554,0.0,0.0152541000171529,0.0,0.217844350282548,0.255951455205554,0.0,0.192701694472588,0.5,0.255951455205554,0.0,0.311989152651855,0.255951455205554,0.0,0.0467872118413204,0.255951455205554,0.0,0.0881280445354925,0.255951455205554,0.0,0.00933745337941664,0.0,0.704237302742336 -536,0.255951455205554,0.0,0.543821610084327,0.255951455205554,0.0,0.240081268354114,0.255951455205554,0.0,0.123086304516528,0.255951455205554,0.0,0.153828447559456,0.255951455205554,0.0,0.0270950270044507,0.255951455205554,0.0,0.00400693889223489,0.5,0.255951455205554,0.0,0.0182778632823148,0.5,0.255951455205554,0.0,0.00341704027317464,0.5,0.255951455205554,0.0,0.00184651044751273,0.255951455205554,0.0,0.0182327025402832,0.0,0.241851571683218,0.255951455205554,0.0,0.210865105908942,0.5,0.255951455205554,0.0,0.32934333694251,0.255951455205554,0.0,0.048595477097707,0.255951455205554,0.0,0.0990391144373619,0.255951455205554,0.0,0.0108330067194862,0.0,0.785664705466489 -537,0.255951455205554,0.0,0.583367423600062,0.255951455205554,0.0,0.282982698268526,0.255951455205554,7.02828817864003e-05,0.140063623226217,0.255951455205554,0.0,0.175153931115192,0.255951455205554,3.45735799715102e-06,0.0318574107180702,0.255951455205554,0.000686962524173647,0.00576949770631508,0.5,0.255951455205554,0.000223277987525015,0.0262001475924444,0.5,0.255951455205554,0.00246244256730209,0.00501107236233638,0.5,0.255951455205554,0.00319006036389248,0.00290053041334863,0.255951455205554,0.000147901889376909,0.0211248977302234,0.00432699574886517,0.294859067083585,0.255951455205554,0.00513725095202928,0.248652775239161,0.5,0.255951455205554,0.00267703153545236,0.359754765346032,0.255951455205554,0.00341714878276513,0.0574863993059948,0.255951455205554,0.00148720502531592,0.115809685655405,0.255951455205554,0.00124701423763171,0.0118319006503302,0.0,0.854844020941126 -538,0.255951455205554,0.0148359068462482,0.637739499431582,0.255951455205554,0.0146031487588968,0.336476667418683,0.255951455205554,0.0250785792621291,0.168752348398133,0.255951455205554,0.0215851762233114,0.209464037831358,0.255951455205554,0.020318202563657,0.0422130457251126,0.255951455205554,0.0262022544036608,0.017327544218515,0.5,0.255951455205554,0.0179580142244024,0.0521737151045674,0.5,0.255951455205554,0.0423846312910496,0.0106251587755655,0.5,0.255951455205554,0.0354138665261807,0.00531988814582078,0.255951455205554,0.0207607222184415,0.0474063263458913,0.0969156280033739,0.321826910020205,0.255951455205554,0.0904659101975247,0.292781210242023,0.5,0.255951455205554,0.124851102571898,0.433169779668877,0.255951455205554,0.0443171821098774,0.0715819358762272,0.255951455205554,0.0285091423012015,0.140124032141599,0.255951455205554,0.0219827273231704,0.0152707811803819,0.0175609559397768,0.899023676387011 -539,0.255951455205554,0.044386511958837,0.696133202339694,0.255951455205554,0.045704604129998,0.405104790680687,0.255951455205554,0.0681422968334331,0.225278007173763,0.255951455205554,0.0689943137978835,0.311740202914774,0.255951455205554,0.0574151550570414,0.0681400030801002,0.255951455205554,0.0679363595181075,0.0502365637302135,0.5,0.255951455205554,0.0507239694960564,0.113512515295817,0.5,0.255951455205554,0.0940009331244248,0.0366783679823521,0.5,0.255951455205554,0.0790419284289365,0.0162303370131043,0.255951455205554,0.0683791568793214,0.123478153309264,0.212063462015588,0.309408600548643,0.255951455205554,0.187200116503918,0.31466153073651,0.5,0.255951455205554,0.264257284610966,0.493643283730217,0.255951455205554,0.0924528341136385,0.0801823596387924,0.255951455205554,0.0691963071781927,0.166195413258985,0.255951455205554,0.0543828593449009,0.0193261133437805,0.0441539851827876,0.9224634302624 -540,0.255951455205554,0.0693075138128417,0.744633164816766,0.255951455205554,0.0628706738548244,0.472265218138215,0.255951455205554,0.096153335609727,0.279817827170143,0.255951455205554,0.0973921049595185,0.377947922143283,0.255951455205554,0.0959707621775479,0.105422067816854,0.255951455205554,0.089406929772815,0.0914180390245551,0.5,0.255951455205554,0.0825359962017649,0.167767174701112,0.5,0.255951455205554,0.128902097052268,0.0659160304508817,0.5,0.255951455205554,0.115823150655619,0.0299674314181646,0.255951455205554,0.0916672286432858,0.202567873786609,0.309080227291474,0.352017254924951,0.255951455205554,0.253684090788728,0.331689749889446,0.5,0.255951455205554,0.363130932238829,0.49792491990761,0.255951455205554,0.131244037752994,0.0841402213282914,0.255951455205554,0.104328435926409,0.195282211265603,0.255951455205554,0.0804118245496391,0.0228721032171665,0.0681451076888137,0.93923651816479 -541,0.255951455205554,0.0772036873765668,0.768056936948381,0.255951455205554,0.0827705086347599,0.528667612743012,0.255951455205554,0.109975524651943,0.330096428418398,0.255951455205554,0.095240459307015,0.386016234545387,0.255951455205554,0.114404625116471,0.150043838690319,0.255951455205554,0.0917550097003842,0.123122912122532,0.5,0.255951455205554,0.108327960366928,0.225376159495332,0.5,0.255951455205554,0.146626144598529,0.0932720733214966,0.5,0.255951455205554,0.142012429485459,0.0442472442669595,0.255951455205554,0.101089555580394,0.280559035895654,0.353333419203213,0.377583994821945,0.255951455205554,0.278737436248033,0.337717505609771,0.5,0.255951455205554,0.405547192606905,0.535168129895871,0.255951455205554,0.140037215480578,0.089987012785702,0.255951455205554,0.115391787602598,0.22733915452855,0.255951455205554,0.0821590359444548,0.0296414435362327,0.086562685266312,0.960861640512331 -542,0.255951455205554,0.0678987889563452,0.781841715391837,0.255951455205554,0.0716028709161232,0.555650087184012,0.255951455205554,0.0963406348211082,0.365079015787609,0.255951455205554,0.0690846050990778,0.394637875702037,0.255951455205554,0.111343610182926,0.184765192670932,0.255951455205554,0.0946474325072806,0.149402275207037,0.5,0.255951455205554,0.108601177461562,0.273964018652547,0.5,0.255951455205554,0.13978003881625,0.119779512686336,0.5,0.255951455205554,0.142837638732139,0.0520698647425243,0.255951455205554,0.0755147894549196,0.336140640822607,0.326158550117541,0.359656636527893,0.255951455205554,0.268981485662209,0.337799331023047,0.5,0.255951455205554,0.375258622046567,0.517411996683775,0.255951455205554,0.122573933718147,0.0930884078588359,0.255951455205554,0.101808405037392,0.238342931890992,0.255951455205554,0.0670218472509318,0.0333947562793578,0.0698551772804407,0.977855231876429 -543,0.255951455205554,0.0478811225306123,0.794336356796798,0.255951455205554,0.0506846538107713,0.575102426933919,0.255951455205554,0.0632744957336196,0.382908670750557,0.255951455205554,0.0353649191094702,0.441174232363056,0.255951455205554,0.0707682395801385,0.205996384930674,0.255951455205554,0.0704614718284811,0.16637740793157,0.5,0.255951455205554,0.0889853709629576,0.310048528869132,0.5,0.255951455205554,0.100124200154234,0.139924299441013,0.5,0.255951455205554,0.105559128630507,0.0608061184364664,0.255951455205554,0.0677689272442622,0.458921271635577,0.22596994798332,0.33826694942079,0.255951455205554,0.193721336039095,0.329187091540749,0.5,0.255951455205554,0.279397619079038,0.475902224823332,0.255951455205554,0.0803159873573934,0.090427726506556,0.255951455205554,0.0671625332577436,0.233334956501992,0.255951455205554,0.0425267918196475,0.0320182086332112,0.0464537510455958,0.985166533831433 -544,0.255951455205554,0.0172400884593823,0.800348231747395,0.255951455205554,0.0224319839140486,0.602481333439451,0.255951455205554,0.0276837777165388,0.3757337480708,0.255951455205554,0.0146561074754319,0.464662994722464,0.255951455205554,0.0323491215749972,0.194582924101267,0.255951455205554,0.0407458416495644,0.160544842432909,0.5,0.255951455205554,0.0347959459650897,0.304411761681161,0.5,0.255951455205554,0.0510664459256873,0.134681141642119,0.5,0.255951455205554,0.0469447531326094,0.0535995053388043,0.255951455205554,0.0267016915277319,0.443628077009488,0.0974523397546841,0.327863285392005,0.255951455205554,0.0526080635926854,0.314872103206235,0.5,0.255951455205554,0.06715249472792,0.435055707260455,0.255951455205554,0.0280180611967151,0.0835714087700493,0.255951455205554,0.0247504102421148,0.222214321748818,0.255951455205554,0.0172993199882857,0.0226345160512305,0.0165089737889886,0.986497084455224 -545,0.255951455205554,1.03809868025007e-05,0.829108615934015,0.255951455205554,2.74052065104006e-05,0.648545589435152,0.255951455205554,0.000187692215268491,0.374716963184279,0.255951455205554,0.000145495611346219,0.497959237256577,0.255951455205554,1.94270601924722e-05,0.159128243757642,0.255951455205554,6.38972859476158e-07,0.145855502209353,0.5,0.255951455205554,0.000486150571580081,0.31342469239954,0.5,0.255951455205554,5.77509247403617e-05,0.112199650317558,0.5,0.255951455205554,0.000112665489486471,0.0412579070443483,0.255951455205554,0.0,0.498147936028069,0.0,0.365067589214988,0.255951455205554,0.0,0.32276786520369,0.5,0.255951455205554,0.0,0.433248662935106,0.255951455205554,1.06883955848342e-05,0.0871130824315182,0.255951455205554,3.73352911157851e-05,0.226341346570686,0.255951455205554,0.000269373890586305,0.0163887569146157,0.0,0.986908678708392 -546,0.255951455205554,0.0,0.859175416682076,0.255951455205554,0.0,0.702019160780067,0.255951455205554,0.0,0.400574305596041,0.255951455205554,0.0,0.543744120788251,0.255951455205554,0.0,0.130639085504039,0.255951455205554,0.0,0.169771823739045,0.5,0.255951455205554,0.0,0.382560823734472,0.5,0.255951455205554,0.0,0.103991907119415,0.5,0.255951455205554,0.0,0.0434215456402192,0.255951455205554,0.0,0.62193688605569,0.0,0.458227885438661,0.255951455205554,0.0,0.378475100955175,0.5,0.255951455205554,0.0,0.486680650952379,0.255951455205554,0.0,0.102573655601576,0.255951455205554,0.0,0.263201565105402,0.255951455205554,0.0,0.0187533727755383,0.0,0.985638842458102 -547,0.255951455205554,0.0,0.879590262474587,0.255951455205554,0.0,0.722982606087243,0.255951455205554,0.0,0.439343352552645,0.255951455205554,0.0,0.575036530208165,0.255951455205554,0.0,0.1260123482987,0.255951455205554,0.0,0.215821105068588,0.5,0.255951455205554,0.0,0.405409732877398,0.5,0.255951455205554,0.0,0.111365985980451,0.5,0.255951455205554,0.0,0.0471390890135024,0.255951455205554,0.0,0.524455207097245,0.0,0.521499489637358,0.255951455205554,0.0,0.430744785025261,0.5,0.255951455205554,0.0,0.535635143515819,0.255951455205554,0.0,0.112142134216553,0.255951455205554,0.0,0.300294939437548,0.255951455205554,0.0,0.0229913812781139,0.0,0.983673185811645 -548,0.255951455205554,0.0,0.895766326884999,0.255951455205554,0.0,0.757750697413632,0.255951455205554,0.0,0.472643487319402,0.255951455205554,0.0,0.604592212867632,0.255951455205554,0.0,0.117651624791212,0.255951455205554,0.0,0.256382449288725,0.5,0.255951455205554,0.0,0.378675187610506,0.5,0.255951455205554,0.0,0.144129320209548,0.5,0.255951455205554,0.0,0.0507259023664057,0.255951455205554,0.0,0.45319121269038,0.0,0.566598238644986,0.255951455205554,0.0,0.476561636968533,0.5,0.255951455205554,0.0,0.567267706293399,0.255951455205554,0.0,0.114714667086327,0.255951455205554,0.0,0.308190067974741,0.255951455205554,0.0,0.0260344155989651,0.0,0.981223814551482 -549,0.255951455205554,0.0,0.903901974807752,0.255951455205554,0.0,0.772202528278633,0.255951455205554,0.0,0.477209769955639,0.255951455205554,0.0,0.619189240273114,0.255951455205554,0.0,0.0956357401910472,0.255951455205554,0.0,0.219977892824325,0.5,0.255951455205554,0.0,0.263897059612822,0.5,0.255951455205554,0.0,0.216185950787302,0.5,0.255951455205554,0.0,0.0728959979454222,0.255951455205554,0.0,0.369784148752801,0.0,0.585852726393478,0.255951455205554,0.0,0.486678899704508,0.5,0.255951455205554,0.0,0.581653744215549,0.255951455205554,0.0,0.106928620225389,0.255951455205554,0.0,0.292743058618216,0.255951455205554,0.0,0.0288692028378748,0.0,0.98785342270738 -550,0.255951455205554,0.0,0.912342176286647,0.255951455205554,0.0,0.792607569803776,0.255951455205554,0.0,0.465283109013513,0.255951455205554,0.0,0.620849177042513,0.255951455205554,0.0,0.0847838989577292,0.255951455205554,0.0,0.159869303330897,0.5,0.255951455205554,0.0,0.192468838465363,0.5,0.255951455205554,0.0,0.285980281074834,0.5,0.255951455205554,0.0,0.0970286722238495,0.255951455205554,0.0,0.172177900930121,0.0,0.595906338290648,0.255951455205554,0.0,0.480794986338413,0.5,0.255951455205554,0.0,0.574419028253967,0.255951455205554,0.0,0.0941577466481283,0.255951455205554,0.0,0.284557117824968,0.255951455205554,0.0,0.0327191282397091,0.0,0.992010603911596 -551,0.255951455205554,0.0,0.911723829035556,0.255951455205554,0.0,0.787351633789341,0.255951455205554,0.0,0.440658929214992,0.255951455205554,0.0,0.596805969546881,0.255951455205554,0.0,0.057508141099851,0.255951455205554,0.0,0.10806727949626,0.5,0.255951455205554,0.0,0.189210486700059,0.5,0.255951455205554,0.0,0.203376574842266,0.5,0.255951455205554,0.0,0.0907773986484842,0.255951455205554,0.0,0.248938773054975,0.0,0.607530027074399,0.255951455205554,0.0,0.480764950269296,0.5,0.255951455205554,0.0,0.560897928175146,0.255951455205554,0.0,0.0863967087321347,0.255951455205554,0.0,0.279702710655847,0.255951455205554,0.0,0.0296477003768482,0.0,0.987037175158243 -552,0.255951455205554,0.0,0.906661383961119,0.255951455205554,0.0,0.758166280156892,0.255951455205554,0.0,0.416274662349674,0.255951455205554,0.0,0.572383290895454,0.255951455205554,0.0,0.0492317321952885,0.255951455205554,0.0,0.0696428561551853,0.5,0.255951455205554,0.0,0.220464694318108,0.5,0.255951455205554,0.0,0.212658036097337,0.5,0.255951455205554,0.0,0.0692075696230067,0.255951455205554,0.0,0.399348166622008,0.0,0.626778662271439,0.255951455205554,0.0,0.493911028447289,0.5,0.255951455205554,0.0,0.557928742920338,0.255951455205554,0.0,0.0839316550891441,0.255951455205554,0.0,0.276288977037786,0.255951455205554,0.0,0.0316186787197614,0.0,0.975940859041006 -553,0.255951455205554,0.0,0.906289682402928,0.255951455205554,0.0,0.732939995170158,0.255951455205554,0.0,0.403480464236361,0.255951455205554,0.0,0.564911339966335,0.255951455205554,0.0,0.0642907416458461,0.255951455205554,0.0,0.0393959941461468,0.5,0.255951455205554,0.0,0.249379735614541,0.5,0.255951455205554,0.0,0.289135617991824,0.5,0.255951455205554,0.0,0.0486226271772219,0.255951455205554,0.0,0.642334422996528,0.0,0.659006549156847,0.255951455205554,0.0,0.512668348869966,0.5,0.255951455205554,0.0,0.568723448292,0.255951455205554,0.0,0.0845707639172228,0.255951455205554,0.0,0.272240074886867,0.255951455205554,0.0,0.0245488052500067,0.0,0.959132815115113 -554,0.255951455205554,0.0,0.90599466015256,0.255951455205554,0.0,0.725693924873526,0.255951455205554,0.0,0.391570762673496,0.255951455205554,0.0,0.544908434717153,0.255951455205554,0.0,0.0754493629093035,0.255951455205554,0.0,0.0226606005047714,0.5,0.255951455205554,0.0,0.250224083445388,0.5,0.255951455205554,0.0,0.261462124668771,0.5,0.255951455205554,0.0,0.0410758561984235,0.255951455205554,0.0,0.663397656321228,0.0,0.659900148670421,0.255951455205554,0.0,0.522106716563854,0.5,0.255951455205554,0.0,0.578291262107399,0.255951455205554,0.0,0.0825795669902715,0.255951455205554,0.0,0.270924594984616,0.255951455205554,0.0,0.0174396921666848,0.0,0.944049715165937 -555,0.255951455205554,0.0,0.900524603448499,0.255951455205554,0.0,0.694220116581427,0.255951455205554,0.0,0.379535903335658,0.255951455205554,0.0,0.532974390858865,0.255951455205554,0.0,0.0811079306538502,0.255951455205554,0.0,0.0140495002307176,0.5,0.255951455205554,0.0,0.293604897924099,0.5,0.255951455205554,0.0,0.241393009267463,0.5,0.255951455205554,0.0,0.0395643688538368,0.255951455205554,0.0,0.710889785218275,0.0,0.635720138887155,0.255951455205554,0.0,0.513071881360843,0.5,0.255951455205554,0.0,0.567245210555195,0.255951455205554,0.0,0.0800391857519272,0.255951455205554,0.0,0.267675100359796,0.255951455205554,0.0,0.00961404371769972,0.0,0.943586641089501 -556,0.255951455205554,0.0,0.892300047245488,0.255951455205554,0.0,0.647143097463118,0.255951455205554,0.0,0.377117906129054,0.255951455205554,0.0,0.533019930839833,0.255951455205554,0.0,0.0875278082469477,0.255951455205554,0.0,0.00816915180654855,0.5,0.255951455205554,0.0,0.348623087125001,0.5,0.255951455205554,0.0,0.282553492923409,0.5,0.255951455205554,0.0,0.0395188354262707,0.255951455205554,0.0,0.801554285427453,0.0,0.610805280310819,0.255951455205554,0.0,0.504829002303371,0.5,0.255951455205554,0.0,0.561080920778534,0.255951455205554,0.0,0.0816883834824924,0.255951455205554,0.0,0.256158579016436,0.255951455205554,0.0,0.00371348913705806,0.0,0.952504625983136 -557,0.255951455205554,0.0,0.885502430199292,0.255951455205554,0.0,0.627542441777424,0.255951455205554,0.0,0.377409579141206,0.255951455205554,0.0,0.530877831781717,0.255951455205554,0.0,0.0919296149074486,0.255951455205554,0.0,0.00480651363456295,0.5,0.255951455205554,0.0,0.371666803475161,0.5,0.255951455205554,0.0,0.319718376090146,0.5,0.255951455205554,0.0,0.0539757474079673,0.255951455205554,0.0,0.871082795355837,0.0,0.592956308343446,0.255951455205554,0.0,0.489393591795551,0.5,0.255951455205554,0.0,0.558157040793032,0.255951455205554,0.0,0.078806870394674,0.255951455205554,0.0,0.240063304500896,0.255951455205554,0.0,0.00178822479477015,0.0,0.952922190700994 -558,0.255951455205554,0.0,0.87732790591436,0.255951455205554,0.0,0.604562324192057,0.255951455205554,0.0,0.361088688310457,0.255951455205554,0.0,0.509813966467416,0.255951455205554,0.0,0.0939381160787957,0.255951455205554,0.0,0.00342201952831769,0.5,0.255951455205554,0.0,0.381016416959042,0.5,0.255951455205554,0.0,0.310664998594212,0.5,0.255951455205554,0.0,0.064367288934455,0.255951455205554,0.0,0.865548275663858,0.0,0.595464363603812,0.255951455205554,0.0,0.479897753696611,0.5,0.255951455205554,0.0,0.551943546665866,0.255951455205554,0.0,0.071129927835805,0.255951455205554,0.0,0.219110404752578,0.255951455205554,0.0,0.00151186171549911,0.0,0.946309511739863 -559,0.255951455205554,0.0,0.866836504676044,0.255951455205554,0.0,0.564691942778036,0.255951455205554,0.0,0.339332771973072,0.255951455205554,0.0,0.465196145031762,0.255951455205554,0.0,0.0861127914229607,0.255951455205554,0.0,0.00327587692153538,0.5,0.255951455205554,0.0,0.373988426515942,0.5,0.255951455205554,0.0,0.307045946004158,0.5,0.255951455205554,0.0,0.0658511949931652,0.255951455205554,0.0,0.807921375198646,0.0,0.599396360130135,0.255951455205554,0.0,0.494306318797334,0.5,0.255951455205554,0.0,0.555602927575061,0.255951455205554,0.0,0.0709442525872854,0.255951455205554,0.0,0.203169342323465,0.255951455205554,0.0,0.00207894703880839,0.0,0.941761818587455 -560,0.255951455205554,0.0,0.866470453154344,0.255951455205554,0.0,0.539613752961032,0.255951455205554,0.0,0.333876700788977,0.255951455205554,0.0,0.454069603929644,0.255951455205554,0.0,0.0740647957734833,0.255951455205554,0.0,0.00562499951534768,0.5,0.255951455205554,0.0,0.34226410358345,0.5,0.255951455205554,0.0,0.319055557028164,0.5,0.255951455205554,0.0,0.0642248117553697,0.255951455205554,0.0,0.726220636039441,0.0,0.612249994143853,0.255951455205554,0.0,0.504814843304486,0.5,0.255951455205554,0.0,0.557106004643491,0.255951455205554,0.0,0.0803222786740335,0.255951455205554,0.0,0.196842568316084,0.255951455205554,0.0,0.00361191321509392,0.0,0.940111263291537 -561,0.255951455205554,1.22856032219541e-07,0.872046873428899,0.255951455205554,0.0,0.552606901692875,0.255951455205554,7.60117377575262e-05,0.339260192824375,0.255951455205554,0.0,0.473079379140664,0.255951455205554,8.34515349832386e-06,0.0578790850955154,0.255951455205554,0.000599898697091002,0.00816364568109379,0.5,0.255951455205554,0.000250053039307511,0.291962109038612,0.5,0.255951455205554,0.00154802054504644,0.319665425610822,0.5,0.255951455205554,0.00325957429106179,0.0620209098235181,0.255951455205554,0.000330125221425814,0.616893339374212,0.00306300874921999,0.612091740432185,0.255951455205554,0.00321362351866205,0.518730584803529,0.5,0.255951455205554,0.00328144356685645,0.557377113685115,0.255951455205554,0.00275490265307829,0.0961949412561719,0.255951455205554,0.00120980669039637,0.199746931944556,0.255951455205554,0.00174770256487815,0.00724433328270584,0.0,0.940971231764122 -562,0.255951455205554,0.0541622429852787,0.890303779173256,0.255951455205554,0.03633932692505,0.588057951629515,0.255951455205554,0.018667405221509,0.348265705934385,0.255951455205554,0.0204841138907366,0.484259849534132,0.255951455205554,0.0112707717030194,0.0481764827329285,0.255951455205554,0.0188950851968154,0.0126517543856113,0.5,0.255951455205554,0.0162979403847962,0.238428151424905,0.5,0.255951455205554,0.0249092538975559,0.314891204638426,0.5,0.255951455205554,0.0339778448422193,0.0701427512347167,0.255951455205554,0.021851140580947,0.497229977174654,0.0438997444900658,0.583551825172242,0.255951455205554,0.0472380642869058,0.521538443225049,0.5,0.255951455205554,0.124555475114404,0.600181550190754,0.255951455205554,0.0299678536096305,0.113406125310683,0.255951455205554,0.0189270561039876,0.202927782499281,0.255951455205554,0.0257358751900751,0.0138488278409559,0.0746465752930208,0.924913692940386 -563,0.255951455205554,0.167687698369316,0.904285077086216,0.255951455205554,0.104294577338288,0.722560169170963,0.255951455205554,0.0575854985068932,0.371558649794722,0.255951455205554,0.0645940804582291,0.472353357299291,0.255951455205554,0.0368514350500301,0.0429901055353291,0.255951455205554,0.0528314424062871,0.0193205804129192,0.5,0.255951455205554,0.0477496323999178,0.193394932289028,0.5,0.255951455205554,0.0613362464467919,0.281171486796068,0.5,0.255951455205554,0.0620518972978933,0.0699702780228374,0.255951455205554,0.0565451718490771,0.40340016423277,0.0901930860432551,0.539721591762565,0.255951455205554,0.102060635693838,0.508478540999378,0.5,0.255951455205554,0.272275429437373,0.670059964009953,0.255951455205554,0.0624005885433803,0.129000735167794,0.255951455205554,0.0467339938304421,0.211430556625229,0.255951455205554,0.0573715483852567,0.0251420657106728,0.24657292622837,0.925470608516622 -564,0.255951455205554,0.284461289361843,0.903031755328367,0.255951455205554,0.169578189101792,0.688741621615832,0.255951455205554,0.0921046847571134,0.388614279774536,0.255951455205554,0.0984656533745845,0.518597136717538,0.255951455205554,0.0564855830785256,0.0390689001516756,0.255951455205554,0.0722031772173348,0.0218562700819673,0.5,0.255951455205554,0.0743818250093983,0.158678784373756,0.5,0.255951455205554,0.0922529618286802,0.225332836141294,0.5,0.255951455205554,0.0703005389111144,0.0621488864722202,0.255951455205554,0.0688878488629,0.314910341281436,0.123177661693918,0.578217379433552,0.255951455205554,0.149401065693048,0.523670643911068,0.5,0.255951455205554,0.39312940570442,0.672013797790196,0.255951455205554,0.0833216816494608,0.149328677721823,0.255951455205554,0.0755621671412498,0.24036599957846,0.255951455205554,0.071661474574933,0.0434349773263146,0.397529071125448,0.948681877019894 -565,0.255951455205554,0.37343439458165,0.899107039368676,0.255951455205554,0.199868224650496,0.673176503292796,0.255951455205554,0.106696795473628,0.404396993166967,0.255951455205554,0.11519495239014,0.50911454283837,0.255951455205554,0.0646539224310495,0.0377489335501372,0.255951455205554,0.138843995784521,0.0230338650779092,0.5,0.255951455205554,0.082496798113648,0.116631840270648,0.5,0.255951455205554,0.103313095167622,0.169230199338419,0.5,0.255951455205554,0.0700067491582918,0.0574052372170821,0.255951455205554,0.0710998613732002,0.232011717070047,0.14380300143739,0.640306778686519,0.255951455205554,0.179585817587956,0.539150181904394,0.5,0.255951455205554,0.454102628549571,0.675598483760848,0.255951455205554,0.0963189982992526,0.16466835049925,0.255951455205554,0.0936550969537899,0.243703104276455,0.255951455205554,0.0742935604899359,0.0653399518563738,0.463231307625565,0.973978138976929 -566,0.255951455205554,0.401724464413648,0.890651982233137,0.255951455205554,0.216480153361474,0.652188041918974,0.255951455205554,0.100752118609755,0.422386968879855,0.255951455205554,0.110623140661611,0.492718334194499,0.255951455205554,0.0602608360078212,0.0412560715315614,0.255951455205554,0.11908196385717,0.0179127238532416,0.5,0.255951455205554,0.0769119592372909,0.0725235373449076,0.5,0.255951455205554,0.0904969207919953,0.128091595451496,0.5,0.255951455205554,0.0661300776715836,0.0569381918193114,0.255951455205554,0.0671038639929597,0.156928931700639,0.142240019700775,0.639124627484833,0.255951455205554,0.192948927931806,0.545815099900975,0.5,0.255951455205554,0.447742635765668,0.668326441739376,0.255951455205554,0.0880536555308793,0.182833806875824,0.255951455205554,0.0908395765082394,0.23312717914039,0.255951455205554,0.0648214756716537,0.0822169333430122,0.458824510480419,0.966297520697545 -567,0.255951455205554,0.353659977821551,0.897490282774489,0.255951455205554,0.257832016614252,0.674874553117564,0.255951455205554,0.0828812794936497,0.433695005151613,0.255951455205554,0.0789604484674567,0.540735654639742,0.255951455205554,0.041649230751932,0.045488332563095,0.255951455205554,0.0628669727856829,0.0140470922842075,0.5,0.255951455205554,0.0630714902623668,0.0378319303951034,0.5,0.255951455205554,0.066499325837931,0.0896370207073955,0.5,0.255951455205554,0.0476966746625619,0.0535116453717508,0.255951455205554,0.0523367638532791,0.113817585287978,0.138328404040462,0.632310440896377,0.255951455205554,0.166576826156498,0.522016297441997,0.5,0.255951455205554,0.356973915332414,0.598998135479105,0.255951455205554,0.0549919442208504,0.204486463706719,0.255951455205554,0.0675874149872266,0.22872121176737,0.255951455205554,0.0511004447606442,0.0928519069808139,0.381153197538429,0.952257099968426 -568,0.255951455205554,0.186820586112824,0.877212110767641,0.255951455205554,0.118665369707852,0.691386772702107,0.255951455205554,0.0487661921243499,0.41310823917878,0.255951455205554,0.0496237539864682,0.552056280747493,0.255951455205554,0.0215960711800372,0.0444275990962722,0.255951455205554,0.0244208775883668,0.0110653837929364,0.5,0.255951455205554,0.032282456135702,0.0210109828521387,0.5,0.255951455205554,0.0335513930944557,0.0601804246509304,0.5,0.255951455205554,0.019779316335511,0.0467313235623338,0.255951455205554,0.026757834469119,0.0882479409753729,0.0989618211240839,0.612904826673139,0.255951455205554,0.0618497072938304,0.46709634828497,0.5,0.255951455205554,0.0961633308126161,0.498026303696601,0.255951455205554,0.0207641504012412,0.233321323554024,0.255951455205554,0.0283809773298249,0.237401498119403,0.255951455205554,0.023027239496436,0.102517130722825,0.208440488916551,0.943853203749858 -569,0.255951455205554,0.0,0.801630581991281,0.255951455205554,0.0,0.552873838902068,0.255951455205554,4.88380948179579e-05,0.382028540660088,0.255951455205554,0.0,0.491354296045998,0.255951455205554,0.000347874728485811,0.0410864296993176,0.255951455205554,0.000268047091241775,0.00884020076903134,0.5,0.255951455205554,0.000311044960163431,0.0110620780048972,0.5,0.255951455205554,0.000367247121549568,0.0340807627314079,0.5,0.255951455205554,0.000413487690755423,0.0362281832228682,0.255951455205554,0.0,0.0448624829111474,0.0,0.496161041169419,0.255951455205554,0.0,0.421462953956505,0.5,0.255951455205554,0.0,0.440452077596758,0.255951455205554,2.14765208678391e-07,0.245587983758754,0.255951455205554,0.0,0.252026680028089,0.255951455205554,0.00018688395317025,0.116933946192066,0.0,0.953404106753991 -570,0.255951455205554,0.0,0.708831497369928,0.255951455205554,0.0,0.480824541406371,0.255951455205554,0.0,0.386081894922134,0.255951455205554,0.0,0.487551324576091,0.255951455205554,0.0,0.0442139373119611,0.255951455205554,0.0,0.00813447430906789,0.5,0.255951455205554,0.0,0.00616934459587322,0.5,0.255951455205554,0.0,0.0229700806448882,0.5,0.255951455205554,0.0,0.0323591897862118,0.255951455205554,0.0,0.0210105468814589,0.0,0.450030026311357,0.255951455205554,0.0,0.434637153936417,0.5,0.255951455205554,0.0,0.41220761534428,0.255951455205554,0.0,0.257669280673056,0.255951455205554,0.0,0.276415533924735,0.255951455205554,0.0,0.115126281138728,0.0,0.968194686044721 -571,0.255951455205554,0.0,0.670034966514058,0.255951455205554,0.0,0.408973029462727,0.255951455205554,0.0,0.4159170397221,0.255951455205554,0.0,0.547436566644929,0.255951455205554,0.0,0.0504496920300821,0.255951455205554,0.0,0.00927906435383716,0.5,0.255951455205554,0.0,0.00363853794833112,0.5,0.255951455205554,0.0,0.018167658784494,0.5,0.255951455205554,0.0,0.0324482416942171,0.255951455205554,0.0,0.00636507561731586,0.0,0.448107492755204,0.255951455205554,0.0,0.415678866582728,0.5,0.255951455205554,0.0,0.393527238931474,0.255951455205554,0.0,0.280548083139051,0.255951455205554,0.0,0.265660639119372,0.255951455205554,0.0,0.108286234083584,0.0,0.968429171135488 -572,0.255951455205554,0.0,0.695394654999631,0.255951455205554,0.0,0.428445269831468,0.255951455205554,0.0,0.437067464106761,0.255951455205554,0.0,0.613973577839687,0.255951455205554,0.0,0.0590817171742609,0.255951455205554,0.0,0.0125224612754684,0.5,0.255951455205554,0.0,0.00153006803133769,0.5,0.255951455205554,0.0,0.0121105187409786,0.5,0.255951455205554,0.0,0.0323789033839195,0.255951455205554,0.0,0.00106520754961539,0.0,0.459178164407151,0.255951455205554,0.0,0.386825583577045,0.5,0.255951455205554,0.0,0.390680197749006,0.255951455205554,0.0,0.272576377309077,0.255951455205554,0.0,0.234530839080528,0.255951455205554,0.0,0.108852366855322,0.0,0.968485492491427 -573,0.255951455205554,0.0,0.720946820151248,0.255951455205554,0.0,0.492368624330201,0.255951455205554,0.0,0.434076615526124,0.255951455205554,0.0,0.566622423142516,0.255951455205554,0.0,0.0578336925971175,0.255951455205554,0.0,0.025183022805465,0.5,0.255951455205554,0.0,0.0010667705698978,0.5,0.255951455205554,0.0,0.0087389408327139,0.5,0.255951455205554,0.0,0.0344983825364134,0.255951455205554,0.0,0.000195971227832101,0.0,0.435641561689051,0.255951455205554,0.0,0.353376892119315,0.5,0.255951455205554,0.0,0.38087999968549,0.255951455205554,0.0,0.258423722497947,0.255951455205554,0.0,0.228228918746221,0.255951455205554,0.0,0.103067830717685,0.0,0.96687643730879 -574,0.255951455205554,0.0,0.662965015874626,0.255951455205554,0.0,0.445348578796278,0.255951455205554,0.0,0.419648009797848,0.255951455205554,0.0,0.505210867047097,0.255951455205554,0.0,0.0487910960049246,0.255951455205554,0.0,0.0254374680562812,0.5,0.255951455205554,0.0,0.00246951869423381,0.5,0.255951455205554,0.0,0.00674481178733869,0.5,0.255951455205554,0.0,0.0406970151690798,0.255951455205554,0.0,0.000140654131110427,0.0,0.374620364496075,0.255951455205554,0.0,0.303489146231464,0.5,0.255951455205554,0.0,0.345607324831218,0.255951455205554,0.0,0.25577357946407,0.255951455205554,0.0,0.226671338279649,0.255951455205554,0.0,0.112227417577988,0.0,0.938220516985012 -575,0.255951455205554,0.0,0.680701086793706,0.255951455205554,0.0,0.34022657190697,0.255951455205554,0.0,0.394587000798323,0.255951455205554,0.0,0.537624364381979,0.255951455205554,0.0,0.0412796172148003,0.255951455205554,0.0,0.0169403559160732,0.5,0.255951455205554,0.0,0.00147140664557823,0.5,0.255951455205554,0.0,0.00810421538513085,0.5,0.255951455205554,0.0,0.0542916166141631,0.255951455205554,0.0,0.000173138871429462,0.0,0.306359002960164,0.255951455205554,0.0,0.261694764037579,0.5,0.255951455205554,0.0,0.313210749563277,0.255951455205554,0.0,0.234616731593164,0.255951455205554,0.0,0.22574372372154,0.255951455205554,0.0,0.123473470262313,0.0,0.930035266423908 -576,0.255951455205554,0.0,0.689554132723747,0.255951455205554,0.0,0.376229785628858,0.255951455205554,0.0,0.363510104778029,0.255951455205554,0.0,0.484727320269967,0.255951455205554,0.0,0.0365935482687479,0.255951455205554,0.0,0.0176172949986695,0.5,0.255951455205554,0.0,0.00111205406730435,0.5,0.255951455205554,0.0,0.00817841502749385,0.5,0.255951455205554,0.0,0.0580451472873255,0.255951455205554,0.0,0.00013305884784809,0.0,0.245107775318692,0.255951455205554,0.0,0.236463118884188,0.5,0.255951455205554,0.0,0.275737729804418,0.255951455205554,0.0,0.216908313991828,0.255951455205554,0.0,0.208561077300617,0.255951455205554,0.0,0.112755529816463,0.0,0.953169986250027 -577,0.255951455205554,0.0,0.6124294233336,0.255951455205554,0.0,0.360947877417892,0.255951455205554,0.0,0.351499457860964,0.255951455205554,0.0,0.443320722104274,0.255951455205554,0.0,0.0308862956032082,0.255951455205554,0.0,0.0154060065394537,0.5,0.255951455205554,0.0,0.00196109865259732,0.5,0.255951455205554,0.0,0.00891442999913812,0.5,0.255951455205554,0.0,0.0555584336835665,0.255951455205554,0.0,0.00076547445439918,0.0,0.229599773760436,0.255951455205554,0.0,0.215977469687912,0.5,0.255951455205554,0.0,0.228929327414454,0.255951455205554,0.0,0.196165767704392,0.255951455205554,0.0,0.17643794448158,0.255951455205554,0.0,0.106241768368937,0.0,0.94998387137734 -578,0.255951455205554,0.0,0.608773819526663,0.255951455205554,0.0,0.256762828315163,0.255951455205554,0.0,0.349872077672263,0.255951455205554,0.0,0.513241247567206,0.255951455205554,0.0,0.0308424512684129,0.255951455205554,0.0,0.00938910222010479,0.5,0.255951455205554,0.0,0.00312322376889941,0.5,0.255951455205554,0.0,0.00845081377695635,0.5,0.255951455205554,0.0,0.0489579200014302,0.255951455205554,0.0,0.00127468889553571,0.0,0.222459131405393,0.255951455205554,0.0,0.183585072491736,0.5,0.255951455205554,0.0,0.197205336219356,0.255951455205554,0.0,0.176274296228331,0.255951455205554,0.0,0.155432607155389,0.255951455205554,0.0,0.109829555733172,0.0,0.926681434337823 -579,0.255951455205554,0.0,0.602314887066885,0.255951455205554,0.0,0.280614932286013,0.255951455205554,0.0,0.32420361394409,0.255951455205554,0.0,0.515900569597462,0.255951455205554,0.0,0.0275865511220903,0.255951455205554,0.0,0.01093721591503,0.5,0.255951455205554,0.0,0.00294447455462402,0.5,0.255951455205554,0.0,0.00680171238663322,0.5,0.255951455205554,0.0,0.0458039838611553,0.255951455205554,0.0,0.00256765570374662,0.0,0.21821528727199,0.255951455205554,0.0,0.170717760369948,0.5,0.255951455205554,0.0,0.204053170852453,0.255951455205554,0.0,0.168600701456629,0.255951455205554,0.0,0.150775014902456,0.255951455205554,0.0,0.101942069382814,0.0,0.925698122512509 -580,0.255951455205554,0.0,0.588088506686433,0.255951455205554,0.0,0.278644735773239,0.255951455205554,0.0,0.31402351980791,0.255951455205554,0.0,0.479178487726223,0.255951455205554,0.0,0.0231189070936949,0.255951455205554,0.0,0.0134036978756655,0.5,0.255951455205554,0.0,0.00282190245263749,0.5,0.255951455205554,0.0,0.0064589347826336,0.5,0.255951455205554,0.0,0.0462161122420386,0.255951455205554,0.0,0.00148030029300341,0.0,0.207002780368372,0.255951455205554,0.0,0.175427392770119,0.5,0.255951455205554,0.0,0.217204756184165,0.255951455205554,0.0,0.179128478858976,0.255951455205554,0.0,0.151245130608737,0.255951455205554,0.0,0.100595050166724,0.0,0.932558359462225 -581,0.255951455205554,0.0,0.586632323254493,0.255951455205554,0.0,0.267242725145119,0.255951455205554,0.0,0.313317630408643,0.255951455205554,0.0,0.462337432707257,0.255951455205554,0.0,0.0221879046653947,0.255951455205554,0.0,0.010394911831274,0.5,0.255951455205554,0.0,0.00269009232843757,0.5,0.255951455205554,0.0,0.00553508797057951,0.5,0.255951455205554,0.0,0.0424508171059557,0.255951455205554,0.0,0.000692118283741971,0.0,0.209955249369136,0.255951455205554,0.0,0.170870838299906,0.5,0.255951455205554,0.0,0.225104984212229,0.255951455205554,0.0,0.179759011137992,0.255951455205554,0.0,0.145243568924655,0.255951455205554,0.0,0.110440711103286,0.0,0.936610865419437 -582,0.255951455205554,0.0,0.614676252972671,0.255951455205554,0.0,0.268321594514286,0.255951455205554,0.0,0.319776478725537,0.255951455205554,0.0,0.494431597424254,0.255951455205554,0.0,0.0229871839155746,0.255951455205554,0.0,0.00892167662876429,0.5,0.255951455205554,0.0,0.002442511178628,0.5,0.255951455205554,0.0,0.00389232487493096,0.5,0.255951455205554,0.0,0.0360793047467507,0.255951455205554,0.0,0.000550967196944464,0.0,0.230362384007529,0.255951455205554,0.0,0.158676548950378,0.5,0.255951455205554,0.0,0.221368366382087,0.255951455205554,0.0,0.160733405323223,0.255951455205554,0.0,0.12577831198125,0.255951455205554,0.0,0.105299307135567,0.0,0.942833159626607 -583,0.255951455205554,0.0,0.613436349120405,0.255951455205554,0.0,0.267172711855052,0.255951455205554,0.0,0.331139539724355,0.255951455205554,0.0,0.479071081497284,0.255951455205554,0.0,0.0260698770624974,0.255951455205554,0.0,0.00834527635088189,0.5,0.255951455205554,0.0,0.00263578171894851,0.5,0.255951455205554,0.0,0.00304455641172669,0.5,0.255951455205554,0.0,0.0347816542928743,0.255951455205554,0.0,0.000299426915643308,0.0,0.213930411016062,0.255951455205554,0.0,0.147842109908596,0.5,0.255951455205554,0.0,0.205535215757007,0.255951455205554,0.0,0.144536667684098,0.255951455205554,0.0,0.105699298665558,0.255951455205554,0.0,0.0990817832049587,0.0,0.950928888660782 -584,0.255951455205554,0.0,0.625520611513117,0.255951455205554,0.0,0.243410084019536,0.255951455205554,0.0,0.347557107113666,0.255951455205554,0.0,0.483038562789839,0.255951455205554,0.0,0.0293085313707982,0.255951455205554,0.0,0.00874578198148979,0.5,0.255951455205554,0.0,0.0035214326067442,0.5,0.255951455205554,0.0,0.00273174970282349,0.5,0.255951455205554,0.0,0.0388720198931474,0.255951455205554,0.0,0.000419736970499139,0.0,0.159745898678559,0.255951455205554,0.0,0.138589606126959,0.5,0.255951455205554,0.0,0.194323132835972,0.255951455205554,0.0,0.142214927982937,0.255951455205554,0.0,0.104524308114273,0.255951455205554,0.0,0.101960928478355,0.0,0.955051598505724 -585,0.255951455205554,2.5569956518805e-05,0.668256408318245,0.255951455205554,2.462165235877e-06,0.25052133915545,0.255951455205554,0.000557466394264253,0.365831807095053,0.255951455205554,0.0,0.530819714473756,0.255951455205554,5.51208735194166e-05,0.0361653380428709,0.255951455205554,0.00215039219984292,0.00861238971586166,0.5,0.255951455205554,0.0005350120153822,0.0063249602623942,0.5,0.255951455205554,0.00327607562189328,0.00292782224456668,0.5,0.255951455205554,0.00560972489843961,0.0441980672252603,0.255951455205554,0.000432569675369227,0.00083562795668243,0.0128260378042176,0.155176661221597,0.255951455205554,0.0168040891261142,0.142413130141932,0.5,0.255951455205554,0.0051512419729316,0.201638050042947,0.255951455205554,0.0178099725662062,0.136098876793616,0.255951455205554,0.00822940090143063,0.110936693888804,0.255951455205554,0.0040089349920113,0.100535200079658,0.0,0.958965481595493 -586,0.255951455205554,0.084305329840233,0.722749271339035,0.255951455205554,0.111966622951485,0.428557101257498,0.255951455205554,0.0594704447176398,0.397026273939829,0.255951455205554,0.0616148142321401,0.543553226324987,0.255951455205554,0.0362119372771465,0.0425205719160554,0.255951455205554,0.0738220784388906,0.011705234455779,0.5,0.255951455205554,0.0329036577210408,0.0129609513372548,0.5,0.255951455205554,0.0605272080524971,0.00241605732012334,0.5,0.255951455205554,0.064132290890808,0.0465520843388374,0.255951455205554,0.0312902397500548,0.0020611373389398,0.199075434506002,0.177489546164635,0.255951455205554,0.202860667629758,0.178039169114254,0.5,0.255951455205554,0.172179943024671,0.230576121486199,0.255951455205554,0.183601625902144,0.128199838107772,0.255951455205554,0.173016540203204,0.109922503046065,0.255951455205554,0.0778235687657087,0.0844451137818218,0.0840366048297853,0.9659248263538 -587,0.255951455205554,0.217642008986351,0.747000043450739,0.255951455205554,0.262809907270263,0.443205211468473,0.255951455205554,0.152824892785406,0.394034870029927,0.255951455205554,0.178559035348256,0.514326651061862,0.255951455205554,0.101975274073008,0.0550853580234347,0.255951455205554,0.185836185800359,0.0138608238812745,0.5,0.255951455205554,0.0909058772598977,0.0217710982667603,0.5,0.255951455205554,0.127713709456778,0.00358580104415663,0.5,0.255951455205554,0.133059917393036,0.0554238626639368,0.255951455205554,0.113680621945693,0.0076799703135679,0.370864473877526,0.14336562168095,0.255951455205554,0.373386161342801,0.200958855635859,0.5,0.255951455205554,0.346240116989396,0.304690672333405,0.255951455205554,0.354864091275479,0.127645374145773,0.255951455205554,0.351271630911145,0.111171836801106,0.255951455205554,0.199309208544134,0.0767878076335757,0.21054996301356,0.975675243884317 -588,0.255951455205554,0.316083262613287,0.783080673981474,0.255951455205554,0.368262867916471,0.541584572395432,0.255951455205554,0.225693853810673,0.403242457710397,0.255951455205554,0.260937353269513,0.514861718705563,0.255951455205554,0.158857802542175,0.0785135665223168,0.255951455205554,0.280278940301904,0.0140230963440009,0.5,0.255951455205554,0.151928044085882,0.0343766529294174,0.5,0.255951455205554,0.177879002617519,0.00406939154647457,0.5,0.255951455205554,0.186895150889761,0.0684087771776832,0.255951455205554,0.221790113315962,0.0282718899777788,0.488360009426611,0.183395054508061,0.255951455205554,0.489291495513939,0.211403932372032,0.5,0.255951455205554,0.467746969500745,0.301872636604063,0.255951455205554,0.476177392884169,0.137524846710854,0.255951455205554,0.477371335813968,0.129210783595877,0.255951455205554,0.321516986124133,0.0749857504454508,0.29791974180416,0.97551242529178 -589,0.255951455205554,0.35354859014799,0.795627760491157,0.255951455205554,0.421353984118474,0.53345318466193,0.255951455205554,0.253135919555582,0.455912199568973,0.255951455205554,0.285889976661871,0.642481614726324,0.255951455205554,0.19066283439598,0.122010180334832,0.255951455205554,0.299813999004414,0.017376334062176,0.5,0.255951455205554,0.180840371580123,0.0578010265075826,0.5,0.255951455205554,0.184300863696372,0.00557231897468216,0.5,0.255951455205554,0.172176732840236,0.0794071480474672,0.255951455205554,0.300861066502527,0.0371650054074344,0.533971625990994,0.161649266635099,0.255951455205554,0.533657392276074,0.192427693581371,0.5,0.255951455205554,0.516388990980218,0.318422506854441,0.255951455205554,0.532078855878846,0.149212409655785,0.255951455205554,0.529272346198041,0.124543743020499,0.255951455205554,0.421537385763771,0.0689232157177977,0.358784404641315,0.973163023621851 -590,0.255951455205554,0.321146982499855,0.835621852692248,0.255951455205554,0.4090638076743,0.583328324623553,0.255951455205554,0.233551277292307,0.459677821214761,0.255951455205554,0.245933814773425,0.719055227438648,0.255951455205554,0.183712033545454,0.170429964045903,0.255951455205554,0.263862110020713,0.0204343166430814,0.5,0.255951455205554,0.158494276402161,0.0803760586481791,0.5,0.255951455205554,0.159252505166292,0.01420769751768,0.5,0.255951455205554,0.142328088606621,0.076878232373773,0.255951455205554,0.27659236387805,0.0490724093538536,0.506451587621174,0.161729767567043,0.255951455205554,0.504974490640889,0.179373405707717,0.5,0.255951455205554,0.489590314934162,0.281050426525243,0.255951455205554,0.506490499040348,0.150259375652388,0.255951455205554,0.508451209108185,0.127704920698723,0.255951455205554,0.409932953193707,0.0602765026424604,0.352424974509408,0.969673934082268 -591,0.255951455205554,0.204622830335777,0.804475911699098,0.255951455205554,0.307082811266997,0.661862579363147,0.255951455205554,0.163391271373326,0.444685774372201,0.255951455205554,0.143424747419706,0.608337660472674,0.255951455205554,0.11169174078374,0.16580493270542,0.255951455205554,0.179955600473114,0.0447921239041848,0.5,0.255951455205554,0.130713787003417,0.0945445488770662,0.5,0.255951455205554,0.114790788067946,0.0296522810731997,0.5,0.255951455205554,0.0936657338099548,0.0683343582538289,0.255951455205554,0.234975292283879,0.0726068259969598,0.405376641808934,0.164509698585097,0.255951455205554,0.401122037241648,0.167484989529662,0.5,0.255951455205554,0.376405015180537,0.24119635714537,0.255951455205554,0.412024181208007,0.145087676949796,0.255951455205554,0.412558116693998,0.123314972633624,0.255951455205554,0.3355575276511,0.0556718132569856,0.243169458654884,0.967767842018744 -592,0.255951455205554,0.0779249468770881,0.818762173637548,0.255951455205554,0.12548697276465,0.552197843998938,0.255951455205554,0.0640954376985113,0.448957643735977,0.255951455205554,0.0542510739202375,0.636900801368408,0.255951455205554,0.0432807479154269,0.129100118300847,0.255951455205554,0.0847054621315513,0.0390367204500569,0.5,0.255951455205554,0.0585267519130916,0.0975086974108912,0.5,0.255951455205554,0.0674236007712246,0.0276493657912374,0.5,0.255951455205554,0.0485128464356552,0.0527398806460666,0.255951455205554,0.117950675550416,0.0783913858558058,0.146891218030027,0.119226202659375,0.255951455205554,0.110497729696465,0.128358872875611,0.5,0.255951455205554,0.10841750710986,0.199476289038812,0.255951455205554,0.121812485525874,0.110148370670542,0.255951455205554,0.159841078570767,0.120306045386817,0.255951455205554,0.171001969472856,0.0794369759422272,0.0930860636788964,0.969150079759136 -593,0.255951455205554,3.99309040839311e-06,0.866322393146151,0.255951455205554,0.0,0.644259665548781,0.255951455205554,0.000225189888164013,0.486234427527014,0.255951455205554,0.0,0.70614785978281,0.255951455205554,0.0,0.140684969354599,0.255951455205554,0.0,0.0430201419247814,0.5,0.255951455205554,0.0,0.0944112110442459,0.5,0.255951455205554,0.000221207131671557,0.0278025154103302,0.5,0.255951455205554,8.4383250372669e-05,0.0260833388535904,0.255951455205554,0.0,0.0773242413262809,0.0,0.0934476122413992,0.255951455205554,0.0,0.102583911015767,0.5,0.255951455205554,0.0,0.200607123240827,0.255951455205554,0.0,0.071176298467695,0.255951455205554,0.0,0.10645811094935,0.255951455205554,0.0,0.070397188484539,0.0,0.972832376305722 -594,0.255951455205554,0.0,0.873691764504204,0.255951455205554,0.0,0.684814766514533,0.255951455205554,0.0,0.518353497635751,0.255951455205554,0.0,0.712931729739777,0.255951455205554,0.0,0.168871589155315,0.255951455205554,0.0,0.0632529718556856,0.5,0.255951455205554,0.0,0.107961031695968,0.5,0.255951455205554,0.0,0.0238578991378192,0.5,0.255951455205554,0.0,0.0179061723246352,0.255951455205554,0.0,0.0741219178891265,0.0,0.123606262489871,0.255951455205554,0.0,0.115556045696051,0.5,0.255951455205554,0.0,0.231649169962003,0.255951455205554,0.0,0.0563034248240703,0.255951455205554,0.0,0.0996111644485191,0.255951455205554,0.0,0.0651764681915087,0.0,0.979660270023746 -595,0.255951455205554,0.0,0.901223019991493,0.255951455205554,0.0,0.692272449724449,0.255951455205554,0.0,0.562867467607423,0.255951455205554,0.0,0.773324285913506,0.255951455205554,0.0,0.272891774593825,0.255951455205554,0.0,0.0751730059076239,0.5,0.255951455205554,0.0,0.156346262985739,0.5,0.255951455205554,0.0,0.0316493971406935,0.5,0.255951455205554,0.0,0.011634882820311,0.255951455205554,0.0,0.087719446484976,0.0,0.140877312217194,0.255951455205554,0.0,0.131083789373324,0.5,0.255951455205554,0.0,0.267081826131335,0.255951455205554,0.0,0.0478213390596006,0.255951455205554,0.0,0.137983118120472,0.255951455205554,0.0,0.0686307959911549,0.0,0.978812379005336 -596,0.255951455205554,0.0,0.912877384632989,0.255951455205554,0.0,0.847912189011975,0.255951455205554,0.0,0.603876117055306,0.255951455205554,0.0,0.82471061316572,0.255951455205554,0.0,0.372596412243278,0.255951455205554,0.0,0.122647616392229,0.5,0.255951455205554,0.0,0.249074841933729,0.5,0.255951455205554,0.0,0.046574012922826,0.5,0.255951455205554,0.0,0.0125702774756941,0.255951455205554,0.0,0.146308443239062,0.0,0.106389773092405,0.255951455205554,0.0,0.15168367016954,0.5,0.255951455205554,0.0,0.294498273862575,0.255951455205554,0.0,0.0472700798285317,0.255951455205554,0.0,0.150126870232601,0.255951455205554,0.0,0.0395849883207431,0.0,0.979037804126756 -597,0.255951455205554,0.0,0.896622990094218,0.255951455205554,0.0,0.855558485462318,0.255951455205554,0.0,0.592401800079086,0.255951455205554,0.0,0.803541399224135,0.255951455205554,0.0,0.405538432833873,0.255951455205554,0.0,0.169844701459358,0.5,0.255951455205554,0.0,0.330981427103674,0.5,0.255951455205554,0.0,0.0555088842955189,0.5,0.255951455205554,0.0,0.0213761891871663,0.255951455205554,0.0,0.258315269634577,0.0,0.117559469212039,0.255951455205554,0.0,0.156545302965625,0.5,0.255951455205554,0.0,0.291596941689517,0.255951455205554,0.0,0.0435900252648202,0.255951455205554,0.0,0.143614689679973,0.255951455205554,0.0,0.0370755026149933,0.0,0.958103999245907 -598,0.255951455205554,0.0,0.866019180740368,0.255951455205554,0.0,0.783883452422885,0.255951455205554,0.0,0.544844521547542,0.255951455205554,0.0,0.763878773125049,0.255951455205554,0.0,0.31336111309188,0.255951455205554,0.0,0.250764157099139,0.5,0.255951455205554,0.0,0.39667852494633,0.5,0.255951455205554,0.0,0.0748742047465059,0.5,0.255951455205554,0.0,0.0367245768490972,0.255951455205554,0.0,0.429423706550348,0.0,0.172073248057537,0.255951455205554,0.0,0.158276444637959,0.5,0.255951455205554,0.0,0.306255555624604,0.255951455205554,0.0,0.0307822226880673,0.255951455205554,0.0,0.177391201564991,0.255951455205554,0.0,0.0361581156197666,0.0,0.886251721407855 -599,0.255951455205554,0.0,0.850813495930876,0.255951455205554,0.0,0.713666668741997,0.255951455205554,0.0,0.511914288586599,0.255951455205554,0.0,0.775659214171006,0.255951455205554,0.0,0.214143564469871,0.255951455205554,0.0,0.23588987875932,0.5,0.255951455205554,0.0,0.405554037343775,0.5,0.255951455205554,0.0,0.111988930740128,0.5,0.255951455205554,0.0,0.0605981832320879,0.255951455205554,0.0,0.561051751177648,0.0,0.0907529114560115,0.255951455205554,0.0,0.156156012886457,0.5,0.255951455205554,0.0,0.28465248888793,0.255951455205554,0.0,0.0356003768598991,0.255951455205554,0.0,0.188087958647734,0.255951455205554,0.0,0.0322005072416669,0.0,0.856512011979155 -600,0.255951455205554,0.0,0.872267462656698,0.255951455205554,0.0,0.767062062785985,0.255951455205554,0.0,0.518111355127221,0.255951455205554,0.0,0.770847095807423,0.255951455205554,0.0,0.181999354952846,0.255951455205554,0.0,0.215121333535326,0.5,0.255951455205554,0.0,0.349867768301716,0.5,0.255951455205554,0.0,0.189637550481402,0.5,0.255951455205554,0.0,0.0812679820178892,0.255951455205554,0.0,0.401059031461662,0.0,0.0630629674370105,0.255951455205554,0.0,0.133313849012524,0.5,0.255951455205554,0.0,0.23123760741503,0.255951455205554,0.0,0.0333206028376544,0.255951455205554,0.0,0.199294860549034,0.255951455205554,0.0,0.0354258489626823,0.0,0.826786295853355 -601,0.255951455205554,0.0,0.887806193870195,0.255951455205554,0.0,0.820088530441004,0.255951455205554,0.0,0.512182619764154,0.255951455205554,0.0,0.752414886276256,0.255951455205554,0.0,0.185237302103656,0.255951455205554,0.0,0.165268025190315,0.5,0.255951455205554,0.0,0.234948607424517,0.5,0.255951455205554,0.0,0.235809143470203,0.5,0.255951455205554,0.0,0.0862063977659297,0.255951455205554,0.0,0.282641624471403,0.0,0.0674485989676634,0.255951455205554,0.0,0.126664413860074,0.5,0.255951455205554,0.0,0.194603893743806,0.255951455205554,0.0,0.0375489091714672,0.255951455205554,0.0,0.232701598632778,0.255951455205554,0.0,0.0658963529241714,0.0,0.768678031047944 -602,0.255951455205554,0.0,0.878352184497649,0.255951455205554,0.0,0.806597680412735,0.255951455205554,0.0,0.525437560340472,0.255951455205554,0.0,0.774567256307235,0.255951455205554,0.0,0.261968319022482,0.255951455205554,0.0,0.127221664804231,0.5,0.255951455205554,0.0,0.339393718980313,0.5,0.255951455205554,0.0,0.294921649835611,0.5,0.255951455205554,0.0,0.0827006148555502,0.255951455205554,0.0,0.824784088859121,0.0,0.0722928287533458,0.255951455205554,0.0,0.126576758615733,0.5,0.255951455205554,0.0,0.166672171496804,0.255951455205554,0.0,0.0431888161450255,0.255951455205554,0.0,0.232791677773876,0.255951455205554,0.0,0.102965592814883,0.0,0.674358778201785 -603,0.255951455205554,0.0,0.848078076076966,0.255951455205554,0.0,0.747190970693104,0.255951455205554,0.0,0.555279428474546,0.255951455205554,0.0,0.760996161268725,0.255951455205554,0.0,0.296798379367698,0.255951455205554,0.0,0.0727890853066492,0.5,0.255951455205554,0.0,0.539320751753863,0.5,0.255951455205554,0.0,0.432883771336888,0.5,0.255951455205554,0.0,0.0886481468163259,0.255951455205554,0.0,0.997457288977097,0.0,0.0726582016213275,0.255951455205554,0.0,0.109730728303441,0.5,0.255951455205554,0.0,0.137133651267179,0.255951455205554,0.0,0.0375631500847472,0.255951455205554,0.0,0.181774778191293,0.255951455205554,0.0,0.116170010982941,0.0,0.617858596982221 -604,0.255951455205554,0.0,0.787721141354179,0.255951455205554,0.0,0.635888387542531,0.255951455205554,0.0,0.55045125941361,0.255951455205554,0.0,0.778807330153583,0.255951455205554,0.0,0.319170606435154,0.255951455205554,0.0,0.0517319995211024,0.5,0.255951455205554,0.0,0.694130565132404,0.5,0.255951455205554,0.0,0.603547546281662,0.5,0.255951455205554,0.0,0.0954079275219695,0.255951455205554,0.0,0.981502117263722,0.0,0.0617656487089046,0.255951455205554,0.0,0.0903844849643726,0.5,0.255951455205554,0.0,0.114898484801408,0.255951455205554,0.0,0.030399901331588,0.255951455205554,0.0,0.132721141642954,0.255951455205554,0.0,0.114226580628942,0.0,0.74624530356397 -605,0.255951455205554,0.0,0.703350665493651,0.255951455205554,0.0,0.47303351073029,0.255951455205554,0.0,0.489562186402474,0.255951455205554,0.0,0.71200361650503,0.255951455205554,0.0,0.328999113305209,0.255951455205554,0.0,0.0645623077504075,0.5,0.255951455205554,0.0,0.784414756937357,0.5,0.255951455205554,0.0,0.757021773279378,0.5,0.255951455205554,0.0,0.121329511267427,0.255951455205554,0.0,0.943212004297751,0.0,0.0519062841950517,0.255951455205554,0.0,0.0751105349946942,0.5,0.255951455205554,0.0,0.100240608899336,0.255951455205554,0.0,0.0251188283225715,0.255951455205554,0.0,0.107233689310062,0.255951455205554,0.0,0.0816571612430068,0.0,0.887738053827962 -606,0.255951455205554,0.0,0.619290394790194,0.255951455205554,0.0,0.369591202785266,0.255951455205554,0.0,0.366137454333804,0.255951455205554,0.0,0.501771244170855,0.255951455205554,0.0,0.28351792347304,0.255951455205554,0.0,0.0712574119141104,0.5,0.255951455205554,0.0,0.795462634601228,0.5,0.255951455205554,0.0,0.787578351487747,0.5,0.255951455205554,0.0,0.143623160351814,0.255951455205554,0.0,0.879139128137606,0.0,0.0527916459765112,0.255951455205554,0.0,0.0662788383636998,0.5,0.255951455205554,0.0,0.0855215966621934,0.255951455205554,0.0,0.0247456241504883,0.255951455205554,0.0,0.0821945879450194,0.255951455205554,0.0,0.0470015019764708,0.0,0.909338482283076 -607,0.255951455205554,0.0,0.524852764860095,0.255951455205554,0.0,0.339231589045768,0.255951455205554,0.0,0.26713474996833,0.255951455205554,0.0,0.307534450979521,0.255951455205554,0.0,0.208551486737601,0.255951455205554,0.0,0.0620363078106586,0.5,0.255951455205554,0.0,0.7103369368621,0.5,0.255951455205554,0.0,0.735528882419108,0.5,0.255951455205554,0.0,0.151269762021616,0.255951455205554,0.0,0.71575283053366,0.0,0.0495923859782778,0.255951455205554,0.0,0.0624787520364313,0.5,0.255951455205554,0.0,0.0760524406365619,0.255951455205554,0.0,0.0262421567320654,0.255951455205554,0.0,0.0727386549908107,0.255951455205554,0.0,0.023113637338794,0.0,0.884719933057387 -608,0.255951455205554,0.0,0.401299177269589,0.255951455205554,0.0,0.239821954293851,0.255951455205554,0.0,0.233597303262908,0.255951455205554,0.0,0.287366026022999,0.255951455205554,0.0,0.176735514399075,0.255951455205554,0.0,0.0587067279740692,0.5,0.255951455205554,0.0,0.580036371257905,0.5,0.255951455205554,0.0,0.634012515255881,0.5,0.255951455205554,0.0,0.153169308184796,0.255951455205554,0.0,0.555117369030033,0.0,0.042645222361524,0.255951455205554,0.0,0.0597728036245722,0.5,0.255951455205554,0.0,0.0742360036539139,0.255951455205554,0.0,0.0295447540882434,0.255951455205554,0.0,0.0687769571236116,0.255951455205554,0.0,0.01420097137574,0.0,0.854801971379587 -609,0.255951455205554,8.52351864914404e-05,0.393449779312214,0.255951455205554,0.000245038122062864,0.191608794401676,0.255951455205554,0.000616899165634917,0.270533737308727,0.255951455205554,0.0,0.421099232215873,0.255951455205554,6.2830837821687e-05,0.148541601869875,0.255951455205554,0.00100158331987585,0.0705069167317673,0.5,0.255951455205554,0.000602079614117024,0.44918994823803,0.5,0.255951455205554,0.00193763936562735,0.599112188893905,0.5,0.255951455205554,0.00453990669064337,0.160228668494557,0.255951455205554,0.000201540080450354,0.453819217825524,0.0122061405729806,0.0342638912971868,0.255951455205554,0.0159753524871927,0.0512383469026571,0.5,0.255951455205554,0.00452092261126995,0.0757965432788573,0.255951455205554,0.0238247710149302,0.0278750566753966,0.255951455205554,0.00898641929257899,0.0528613893628219,0.255951455205554,0.0068562355046815,0.0169774945287015,0.0,0.890061744941553 -610,0.255951455205554,0.10738908315693,0.480313736171725,0.255951455205554,0.127386736033241,0.247866541362376,0.255951455205554,0.0769910899159174,0.364015657572151,0.255951455205554,0.0747118637002238,0.606232403480149,0.255951455205554,0.0124543036180893,0.122184782130738,0.255951455205554,0.0253246064201653,0.0924719656747964,0.5,0.255951455205554,0.0211418130878512,0.364482059766571,0.5,0.255951455205554,0.031739557312568,0.635784662028832,0.5,0.255951455205554,0.0349231496440181,0.198035344686505,0.255951455205554,0.00730195564110804,0.355016372734192,0.175386735547229,0.0242888466279568,0.255951455205554,0.178663134914282,0.0362854719844704,0.5,0.255951455205554,0.136079441995952,0.0594468626455386,0.255951455205554,0.201554619819693,0.0220257026714117,0.255951455205554,0.172228457239186,0.0487330727186253,0.255951455205554,0.105376365861489,0.0298284464755262,0.117092857949352,0.920884082894901 -611,0.255951455205554,0.279190750655832,0.638050027181074,0.255951455205554,0.307588478675775,0.480391069265205,0.255951455205554,0.193795033311572,0.408264820984639,0.255951455205554,0.262839024441845,0.552036825069527,0.255951455205554,0.0343760421615703,0.136386483797052,0.255951455205554,0.0541113175254219,0.115532195772529,0.5,0.255951455205554,0.0713233075422876,0.359164887859112,0.5,0.255951455205554,0.0677100880996482,0.633989488980555,0.5,0.255951455205554,0.0642592406150535,0.247215036632677,0.255951455205554,0.0402846458141996,0.380872609434308,0.330577205277763,0.0128000153684019,0.255951455205554,0.334633577277571,0.0435629208133444,0.5,0.255951455205554,0.278119793720869,0.054542047951663,0.255951455205554,0.359576659748,0.0143615775516203,0.255951455205554,0.337699102877039,0.0574281231899762,0.255951455205554,0.200744215095743,0.0347321740665673,0.290127183335459,0.929648782097448 -612,0.255951455205554,0.420505396303986,0.650270001208938,0.255951455205554,0.44492355542182,0.402351462533477,0.255951455205554,0.273143122133196,0.458018541625456,0.255951455205554,0.394027937279493,0.66353443530559,0.255951455205554,0.0474058400029753,0.190640265302973,0.255951455205554,0.0912759822020701,0.139958544811525,0.5,0.255951455205554,0.141630122001151,0.464068072603806,0.5,0.255951455205554,0.0992691692254524,0.605245834044359,0.5,0.255951455205554,0.0839722382156753,0.275419478754713,0.255951455205554,0.067541070453912,0.4649385178208,0.419926362868877,0.0275264569245219,0.255951455205554,0.394600333662796,0.0285762396555421,0.5,0.255951455205554,0.345241494033432,0.0482309726414403,0.255951455205554,0.464742608993009,0.0105614109369291,0.255951455205554,0.458822416816833,0.090130140187906,0.255951455205554,0.272102370641732,0.0245987679255756,0.421550631303104,0.924278442550524 -613,0.255951455205554,0.482176902476309,0.656944360962454,0.255951455205554,0.506109405832614,0.462007173908364,0.255951455205554,0.296306584458325,0.441235947564013,0.255951455205554,0.460987266733594,0.596396830594519,0.255951455205554,0.0579828275968769,0.229229469099446,0.255951455205554,0.12638168396003,0.176080994432369,0.5,0.255951455205554,0.135461219682786,0.52954060718416,0.5,0.255951455205554,0.118431081005089,0.607707617299303,0.5,0.255951455205554,0.0946519841252405,0.316332279746856,0.255951455205554,0.0597964995137184,0.491312560468555,0.349635367665784,0.024178406907804,0.255951455205554,0.401634400317605,0.0392887419453495,0.5,0.255951455205554,0.358830631404656,0.0567801757653311,0.255951455205554,0.506565552059218,0.0105225986857385,0.255951455205554,0.513479751328833,0.0697710036730836,0.255951455205554,0.30140649747048,0.0227695345439172,0.482050317582857,0.921404835195425 -614,0.255951455205554,0.473429020365778,0.60138561990872,0.255951455205554,0.495068845141653,0.310156001809061,0.255951455205554,0.248022483184042,0.412810509862985,0.255951455205554,0.432620397707734,0.556061437770366,0.255951455205554,0.0672215995943534,0.283409082894426,0.255951455205554,0.101187368188699,0.223127167744912,0.5,0.255951455205554,0.0912172886568441,0.570152322626061,0.5,0.255951455205554,0.10811327241893,0.612060342116937,0.5,0.255951455205554,0.0935612255079995,0.38792844945322,0.255951455205554,0.047001784472543,0.503994372515301,0.304425280423751,0.0486544217565944,0.255951455205554,0.379082917037316,0.0460393506966917,0.5,0.255951455205554,0.353123122158871,0.0804883891259348,0.255951455205554,0.480855675404806,0.00804181164627045,0.255951455205554,0.494680155339876,0.0649372862755992,0.255951455205554,0.284489703685531,0.0166941936980419,0.469709990592151,0.929084699263278 -615,0.255951455205554,0.392335890578611,0.568309908893177,0.255951455205554,0.410630740399844,0.275848608865224,0.255951455205554,0.170536963907922,0.404754054087667,0.255951455205554,0.294640274166883,0.554785876338103,0.255951455205554,0.0676542470263326,0.334235333464253,0.255951455205554,0.0550936287158778,0.250725136840327,0.5,0.255951455205554,0.057902362912477,0.586779084277358,0.5,0.255951455205554,0.080574673266665,0.574361706141152,0.5,0.255951455205554,0.068669575666194,0.431058167319928,0.255951455205554,0.0611775197682926,0.560742265384438,0.202849143969204,0.0607040595531537,0.255951455205554,0.305770589763161,0.0607134779386647,0.5,0.255951455205554,0.299498178921039,0.0943294352227839,0.255951455205554,0.382783447924216,0.00928640616327719,0.255951455205554,0.397196538548093,0.0635589813551937,0.255951455205554,0.191350718986146,0.0180035218381481,0.354230544758825,0.928042177864665 -616,0.255951455205554,0.206684974266345,0.598211451849004,0.255951455205554,0.134261512804741,0.344626712652238,0.255951455205554,0.0614469037516001,0.43179225096414,0.255951455205554,0.100209932736582,0.594847835163536,0.255951455205554,0.0357339907467267,0.340163650310821,0.255951455205554,0.0236855873002276,0.267476394028397,0.5,0.255951455205554,0.0401199353155958,0.548172188645653,0.5,0.255951455205554,0.0403507121068765,0.459814772112958,0.5,0.255951455205554,0.0349828871504478,0.419054275881841,0.255951455205554,0.069320589401719,0.578041013252336,0.0687193785165208,0.0685424186557867,0.255951455205554,0.0962779740538288,0.0486226078804205,0.5,0.255951455205554,0.0980582023412566,0.0933159181670336,0.255951455205554,0.119531569178794,0.0102164597560709,0.255951455205554,0.154426384234692,0.0681828113464599,0.255951455205554,0.0626379252143306,0.0190284860146778,0.211857759603353,0.927862862107265 -617,0.255951455205554,0.0,0.640029018756888,0.255951455205554,0.0,0.418609311629885,0.255951455205554,6.5078631745643e-05,0.456235878722809,0.255951455205554,0.0,0.650548853265393,0.255951455205554,7.49613734172433e-05,0.361152505184206,0.255951455205554,0.000614844887070375,0.299050999781262,0.5,0.255951455205554,5.4003686293512e-06,0.575759365541158,0.5,0.255951455205554,0.000418162115954298,0.355222904889087,0.5,0.255951455205554,1.73961861762151e-05,0.35171343829213,0.255951455205554,7.86676823461753e-05,0.69419337872325,0.0,0.0478168621912197,0.255951455205554,0.0,0.061432791803213,0.5,0.255951455205554,0.0,0.107276109304852,0.255951455205554,0.0,0.0241010720064988,0.255951455205554,0.0,0.108405331984137,0.255951455205554,3.24500041352655e-05,0.0288793295019876,0.0,0.935699028865345 -618,0.255951455205554,0.0,0.696237886553997,0.255951455205554,0.0,0.560465794702578,0.255951455205554,0.0,0.477664667895137,0.255951455205554,0.0,0.6764513675588,0.255951455205554,0.0,0.429272180359349,0.255951455205554,0.0,0.384255470447428,0.5,0.255951455205554,0.0,0.686745926461676,0.5,0.255951455205554,0.0,0.31049906284516,0.5,0.255951455205554,0.0,0.296452526086617,0.255951455205554,0.0,0.717848877762638,0.0,0.0813289333005395,0.255951455205554,0.0,0.11107395983391,0.5,0.255951455205554,0.0,0.158082850411348,0.255951455205554,0.0,0.0492494756333294,0.255951455205554,0.0,0.154993989299452,0.255951455205554,0.0,0.0338948758440818,0.0,0.95130491321371 -619,0.255951455205554,0.0,0.767293052809057,0.255951455205554,0.0,0.673469030762063,0.255951455205554,0.0,0.499781299488555,0.255951455205554,0.0,0.649822856374913,0.255951455205554,0.0,0.553409173134891,0.255951455205554,0.0,0.470130639899316,0.5,0.255951455205554,0.0,0.800080437325822,0.5,0.255951455205554,0.0,0.304623664383948,0.5,0.255951455205554,0.0,0.25577591848599,0.255951455205554,0.0,0.804662291225868,0.0,0.131095177736012,0.255951455205554,0.0,0.15232449547151,0.5,0.255951455205554,0.0,0.222218986354218,0.255951455205554,0.0,0.0749037031929434,0.255951455205554,0.0,0.183381621298499,0.255951455205554,0.0,0.037096144213375,0.0,0.972194196889785 -620,0.255951455205554,0.0,0.841331920805185,0.255951455205554,0.0,0.70854935678429,0.255951455205554,0.0,0.545081878263513,0.255951455205554,0.0,0.685279264724234,0.255951455205554,0.0,0.665986962105397,0.255951455205554,0.0,0.605658126361024,0.5,0.255951455205554,0.0,0.815653764174761,0.5,0.255951455205554,0.0,0.360138450870877,0.5,0.255951455205554,0.0,0.246954072150195,0.255951455205554,0.0,0.854834404145311,0.0,0.156647097675964,0.255951455205554,0.0,0.190368983597551,0.5,0.255951455205554,0.0,0.276180905838033,0.255951455205554,0.0,0.0960371225010375,0.255951455205554,0.0,0.191022708356145,0.255951455205554,0.0,0.0606026256798056,0.0,0.981011486125644 -621,0.255951455205554,0.0,0.911900501446767,0.255951455205554,0.0,0.785952747821828,0.255951455205554,0.0,0.55901332062275,0.255951455205554,0.0,0.66739283208229,0.255951455205554,0.0,0.76928734418849,0.255951455205554,0.0,0.744051907732009,0.5,0.255951455205554,0.0,0.800813717455986,0.5,0.255951455205554,0.0,0.448134513642198,0.5,0.255951455205554,0.0,0.276339467758762,0.255951455205554,0.0,0.782622882648661,0.0,0.190957436660654,0.255951455205554,0.0,0.226652361104942,0.5,0.255951455205554,0.0,0.330749023183187,0.255951455205554,0.0,0.117762081198618,0.255951455205554,0.0,0.190821243703886,0.255951455205554,0.0,0.116362959389365,0.0,0.988862751653259 -622,0.255951455205554,0.0,0.924058268003188,0.255951455205554,0.0,0.785618710181231,0.255951455205554,0.0,0.619704634724391,0.255951455205554,0.0,0.624312056580905,0.255951455205554,0.0,0.889096508775278,0.255951455205554,0.0,0.806651776798558,0.5,0.255951455205554,0.0,0.805680990083273,0.5,0.255951455205554,0.0,0.468738216073249,0.5,0.255951455205554,0.0,0.324855696136729,0.255951455205554,0.0,0.824102480554653,0.0,0.234943972429352,0.255951455205554,0.0,0.255146946675484,0.5,0.255951455205554,0.0,0.394715362503699,0.255951455205554,0.0,0.138560703898193,0.255951455205554,0.0,0.193571428199079,0.255951455205554,0.0,0.203115111139608,0.0,0.995583245518567 -623,0.255951455205554,0.0,0.924039697817012,0.255951455205554,0.0,0.768919637058459,0.255951455205554,0.0,0.69272233415606,0.255951455205554,0.0,0.669690367461132,0.255951455205554,0.0,0.941267476552394,0.255951455205554,0.0,0.869257704459608,0.5,0.255951455205554,0.0,0.710595669963464,0.5,0.255951455205554,0.0,0.565825124051419,0.5,0.255951455205554,0.0,0.387174326077051,0.255951455205554,0.0,0.823891301202462,0.0,0.278197475381443,0.255951455205554,0.0,0.278369216113755,0.5,0.255951455205554,0.0,0.454546181702101,0.255951455205554,0.0,0.151464607171871,0.255951455205554,0.0,0.161404206531954,0.255951455205554,0.0,0.266009637556138,0.0,1.00174764991805 -624,0.255951455205554,0.0,0.932153234933664,0.255951455205554,0.0,0.774713398199375,0.255951455205554,0.0,0.741995077444742,0.255951455205554,0.0,0.717407179072704,0.255951455205554,0.0,0.918278911238615,0.255951455205554,0.0,0.884055315881427,0.5,0.255951455205554,0.0,0.643075334954102,0.5,0.255951455205554,0.0,0.693215807997271,0.5,0.255951455205554,0.0,0.518366062617208,0.255951455205554,0.0,0.911726566943771,0.0,0.283235924098479,0.255951455205554,0.0,0.293119660924187,0.5,0.255951455205554,0.0,0.509806207449582,0.255951455205554,0.0,0.148888741642369,0.255951455205554,0.0,0.159454183966446,0.255951455205554,0.0,0.32803429643637,0.0,1.00512054163086 -625,0.255951455205554,0.0,0.932802636373608,0.255951455205554,0.0,0.784623581248407,0.255951455205554,0.0,0.752179489007481,0.255951455205554,0.0,0.821354083901412,0.255951455205554,0.0,0.867000387682077,0.255951455205554,0.0,0.847591622962799,0.5,0.255951455205554,0.0,0.647895456325421,0.5,0.255951455205554,0.0,0.673208881621104,0.5,0.255951455205554,0.0,0.658207903086816,0.255951455205554,0.0,0.679875913877549,0.0,0.306962662717372,0.255951455205554,0.0,0.305462838647182,0.5,0.255951455205554,0.0,0.54666159046614,0.255951455205554,0.0,0.161107975524489,0.255951455205554,0.0,0.207063519606857,0.255951455205554,0.0,0.413653329456626,0.0,1.00508728188022 -626,0.255951455205554,0.0,0.930700458484957,0.255951455205554,0.0,0.822453823353597,0.255951455205554,0.0,0.697386445009941,0.255951455205554,0.0,0.843113311304766,0.255951455205554,0.0,0.858730659997939,0.255951455205554,0.0,0.765874029292581,0.5,0.255951455205554,0.0,0.610080804544994,0.5,0.255951455205554,0.0,0.615080247290594,0.5,0.255951455205554,0.0,0.733062690048026,0.255951455205554,0.0,0.422106637406559,0.0,0.35684517628828,0.255951455205554,0.0,0.326554152937606,0.5,0.255951455205554,0.0,0.585990675350848,0.255951455205554,0.0,0.218031668261229,0.255951455205554,0.0,0.289860099545052,0.255951455205554,0.0,0.499207985568136,0.0,0.997731913194798 -627,0.255951455205554,0.0,0.928417535186734,0.255951455205554,0.0,0.825050801155652,0.255951455205554,0.0,0.61306666683176,0.255951455205554,0.0,0.799448912063606,0.255951455205554,0.0,0.857588505720507,0.255951455205554,0.0,0.729876203999073,0.5,0.255951455205554,0.0,0.574322220881675,0.5,0.255951455205554,0.0,0.779811906048288,0.5,0.255951455205554,0.0,0.720653398138816,0.255951455205554,0.0,0.510709038390792,0.0,0.34765207278465,0.255951455205554,0.0,0.360898214548511,0.5,0.255951455205554,0.0,0.651027516181613,0.255951455205554,0.0,0.316179935641469,0.255951455205554,0.0,0.400550316507906,0.255951455205554,0.0,0.572060696428584,0.0,0.897804960078208 -628,0.255951455205554,0.0,0.918529966653333,0.255951455205554,0.0,0.810875874061937,0.255951455205554,0.0,0.539251979712761,0.255951455205554,0.0,0.593851915843317,0.255951455205554,0.0,0.868869395680417,0.255951455205554,0.0,0.753444902719424,0.5,0.255951455205554,0.0,0.500365869056961,0.5,0.255951455205554,0.0,0.841423593219606,0.5,0.255951455205554,0.0,0.744815331700533,0.255951455205554,0.0,0.486108618393305,0.0,0.408738881387554,0.255951455205554,0.0,0.387554859060419,0.5,0.255951455205554,0.0,0.694372151175216,0.255951455205554,0.0,0.375569471617524,0.255951455205554,0.0,0.488634838711955,0.255951455205554,0.0,0.627265532348022,0.0,0.336080324720563 -629,0.255951455205554,0.0,0.900269081687095,0.255951455205554,0.0,0.689666524176536,0.255951455205554,0.0,0.530005120714163,0.255951455205554,0.0,0.41760299044909,0.255951455205554,0.0,0.826842748909951,0.255951455205554,0.0,0.67338608504036,0.5,0.255951455205554,0.0,0.394825036430303,0.5,0.255951455205554,0.0,0.770367030977138,0.5,0.255951455205554,0.0,0.738288595076345,0.255951455205554,0.0,0.566272590852263,0.0,0.321161147597046,0.255951455205554,0.0,0.412949493546466,0.5,0.255951455205554,0.0,0.733545427486045,0.255951455205554,0.0,0.450082306385248,0.255951455205554,0.0,0.496396969018558,0.255951455205554,0.0,0.709473867723832,0.0,0.172103055204831 -630,0.255951455205554,0.0,0.857375729269976,0.255951455205554,0.0,0.427258701756894,0.255951455205554,0.0,0.564713613711291,0.255951455205554,0.0,0.52235454611657,0.255951455205554,0.0,0.734146778334857,0.255951455205554,0.0,0.575841606196741,0.5,0.255951455205554,0.0,0.458161669828576,0.5,0.255951455205554,0.0,0.651112517348606,0.5,0.255951455205554,0.0,0.647214184007959,0.255951455205554,0.0,0.903295616192681,0.0,0.35107838680557,0.255951455205554,0.0,0.433822314490695,0.5,0.255951455205554,0.0,0.739149995095133,0.255951455205554,0.0,0.507520102413807,0.255951455205554,0.0,0.421558941580118,0.255951455205554,0.0,0.737350065129275,0.0,0.560255578102141 -631,0.255951455205554,0.0,0.749864411543959,0.255951455205554,0.0,0.159959518840006,0.255951455205554,0.0,0.636699848991601,0.255951455205554,0.0,0.618231176443644,0.255951455205554,0.0,0.687615211608881,0.255951455205554,0.0,0.51449548989019,0.5,0.255951455205554,0.0,0.652744597907168,0.5,0.255951455205554,0.0,0.591291107547733,0.5,0.255951455205554,0.0,0.530347936031012,0.255951455205554,0.0,0.952378815435605,0.0,0.397622404744383,0.255951455205554,0.0,0.455866705425095,0.5,0.255951455205554,0.0,0.74544933296216,0.255951455205554,0.0,0.53031979059975,0.255951455205554,0.0,0.362677636775551,0.255951455205554,0.0,0.698928786191146,0.0,0.842831676552793 -632,0.255951455205554,0.0,0.604923107387979,0.255951455205554,0.0,0.180688901474775,0.255951455205554,0.0,0.709408131601939,0.255951455205554,0.0,0.818547530598233,0.255951455205554,0.0,0.658951416557052,0.255951455205554,0.0,0.436743943825744,0.5,0.255951455205554,0.0,0.770003759538317,0.5,0.255951455205554,0.0,0.545883310069557,0.5,0.255951455205554,0.0,0.325190948541461,0.255951455205554,0.0,0.94647405122431,0.0,0.31393817527085,0.255951455205554,0.0,0.390463647610339,0.5,0.255951455205554,0.0,0.710658776880863,0.255951455205554,0.0,0.523544467200061,0.255951455205554,0.0,0.400174427181808,0.255951455205554,0.0,0.641003771513257,0.0,0.896769008534497 -633,0.255951455205554,2.11848863503915e-05,0.59787241526439,0.255951455205554,8.77882664499202e-05,0.748271813686331,0.255951455205554,0.000245930194337373,0.711954591903751,0.255951455205554,0.0,0.840402256505361,0.255951455205554,0.000175856383970616,0.622390280673775,0.255951455205554,0.00107211064645417,0.421600582250151,0.5,0.255951455205554,0.000924630859842499,0.815578152463687,0.5,0.255951455205554,0.00246088188198339,0.564767085501265,0.5,0.255951455205554,0.00646020941701073,0.292868964402671,0.255951455205554,0.00185968090370098,0.866965609511599,0.00261528561918101,0.193586091735738,0.255951455205554,0.00325207225883359,0.295474801453522,0.5,0.255951455205554,0.00180585686464716,0.629611066905835,0.255951455205554,0.0052050364249973,0.519936413977596,0.255951455205554,0.00311851179867114,0.432477401847443,0.255951455205554,0.0041284219786144,0.573141679917734,0.0,0.850690398870942 -634,0.255951455205554,0.0155964439870741,0.555249635803432,0.255951455205554,0.0217425207519072,0.818461488436964,0.255951455205554,0.0288640876983109,0.686263662838081,0.255951455205554,0.0415556846295188,0.762059648759672,0.255951455205554,0.0447601638893015,0.686891471715024,0.255951455205554,0.0193829355316081,0.441864281300296,0.5,0.255951455205554,0.0388400017802125,0.811294955519628,0.5,0.255951455205554,0.0309498463045461,0.463891617296406,0.5,0.255951455205554,0.0545595491580873,0.342147639608893,0.255951455205554,0.0955348736005434,0.933540721949682,0.0294751678223214,0.099718999354524,0.255951455205554,0.0306340252405198,0.241531626836365,0.5,0.255951455205554,0.0263748056939871,0.552664748262429,0.255951455205554,0.0591095928002685,0.514893536596303,0.255951455205554,0.0438122582524836,0.36002269060814,0.255951455205554,0.0680459666648843,0.440199773039202,0.0154843220086296,0.80534290772148 -635,0.255951455205554,0.0541287847482954,0.536759697740462,0.255951455205554,0.125970453629821,0.760288094084508,0.255951455205554,0.100594220845686,0.646378458663884,0.255951455205554,0.0869657194505848,0.683500911151715,0.255951455205554,0.11026411495991,0.71690096419065,0.255951455205554,0.0598793907924012,0.446009150661152,0.5,0.255951455205554,0.171663210034516,0.801480178821248,0.5,0.255951455205554,0.0714763871377497,0.426446593411962,0.5,0.255951455205554,0.10752000903115,0.384461937018993,0.255951455205554,0.178494290024084,0.918044523468648,0.0466243843557973,0.0416881746534226,0.255951455205554,0.0547556488352246,0.217550227387332,0.5,0.255951455205554,0.0497710384095967,0.459389872107581,0.255951455205554,0.147548138304388,0.367361747697379,0.255951455205554,0.108070076362166,0.266726944362938,0.255951455205554,0.156966602749192,0.299810778158241,0.0411877137476449,0.762170943721662 -636,0.255951455205554,0.100354684826524,0.625622057437139,0.255951455205554,0.327869601518907,0.611933336095802,0.255951455205554,0.227867601845115,0.543144447892701,0.255951455205554,0.1519042099948,0.615353438412616,0.255951455205554,0.206286861298781,0.678399373425058,0.255951455205554,0.158085547944222,0.555202688639857,0.5,0.255951455205554,0.262606164003569,0.737868436441429,0.5,0.255951455205554,0.162819734873414,0.432060025811377,0.5,0.255951455205554,0.15478752496884,0.508164682704056,0.255951455205554,0.244924088762901,0.846920797304824,0.0552258106117737,0.0422375076065225,0.255951455205554,0.0770977817152885,0.159108180882267,0.5,0.255951455205554,0.0756847752479441,0.394433902657457,0.255951455205554,0.264246280944412,0.197330439785625,0.255951455205554,0.198396434569823,0.181551475251452,0.255951455205554,0.212738023694692,0.228210488251375,0.0477412542914485,0.76061566373466 -637,0.255951455205554,0.1504518975555,0.734821210311225,0.255951455205554,0.395668141151627,0.471804096279457,0.255951455205554,0.363829555594398,0.431374425064425,0.255951455205554,0.362407562590659,0.449262972320798,0.255951455205554,0.219428894730493,0.663707864214434,0.255951455205554,0.213572713072493,0.584527961775023,0.5,0.255951455205554,0.292816905677576,0.635628734621138,0.5,0.255951455205554,0.271614653614771,0.314399726861211,0.5,0.255951455205554,0.139873644164074,0.51937412723319,0.255951455205554,0.272550589143906,0.7738424682613,0.0446574483872064,0.0649756349448335,0.255951455205554,0.0853063409510724,0.0971997236445448,0.5,0.255951455205554,0.0991528624058381,0.300280211988206,0.255951455205554,0.323679985393824,0.101282182863458,0.255951455205554,0.273990368800638,0.0831518020830239,0.255951455205554,0.2672120245168,0.234139544695916,0.0653791001441227,0.72241839780256 -638,0.255951455205554,0.177258381317041,0.683173717395253,0.255951455205554,0.399422940909184,0.332097090966115,0.255951455205554,0.391056630588731,0.358033944434553,0.255951455205554,0.442642647528827,0.329577602102861,0.255951455205554,0.17594971174647,0.592313236347557,0.255951455205554,0.182669961319735,0.525806829513066,0.5,0.255951455205554,0.246443391806384,0.546248680482418,0.5,0.255951455205554,0.292735180048803,0.279225752890743,0.5,0.255951455205554,0.162279478677207,0.354554171261875,0.255951455205554,0.123306202407852,0.774879366730739,0.0620844951410763,0.0327709223485922,0.255951455205554,0.0726527346797262,0.0496741895745126,0.5,0.255951455205554,0.122862731526449,0.199323901718861,0.255951455205554,0.267521509749936,0.0541092696006163,0.255951455205554,0.340862500684912,0.064720453967613,0.255951455205554,0.224359843284788,0.360659650036526,0.0848217749428271,0.734060395490159 -639,0.255951455205554,0.167439172926294,0.539517043128901,0.255951455205554,0.382116971445083,0.237987118075924,0.255951455205554,0.291178603295943,0.322833077270647,0.255951455205554,0.310564481215373,0.280586447417407,0.255951455205554,0.132474826314347,0.528809214261555,0.255951455205554,0.105912667209739,0.417328196271452,0.5,0.255951455205554,0.130075144111589,0.47393314288017,0.5,0.255951455205554,0.192483328838934,0.233473897750362,0.5,0.255951455205554,0.169874293059107,0.2239775385661,0.255951455205554,0.057872198866603,0.658259314430823,0.0653007628790559,0.0174131356514854,0.255951455205554,0.0740992617562949,0.0371030620291077,0.5,0.255951455205554,0.124633194118484,0.148918878284207,0.255951455205554,0.140848007136542,0.0557374996257726,0.255951455205554,0.319395817182782,0.0867336371917837,0.255951455205554,0.126141279835887,0.430351486726583,0.0688459865795819,0.78400329697465 -640,0.255951455205554,0.0984485668025703,0.4323299453621,0.255951455205554,0.138934924224948,0.164561385638312,0.255951455205554,0.119291164039091,0.324089543407534,0.255951455205554,0.188041312527005,0.297295375789098,0.255951455205554,0.0729668037842753,0.461302849978692,0.255951455205554,0.0560829174726464,0.344013320009377,0.5,0.255951455205554,0.0750700180231215,0.418521545790061,0.5,0.255951455205554,0.104043056821151,0.208171140719909,0.5,0.255951455205554,0.109578172451941,0.147839848963256,0.255951455205554,0.105133298651428,0.484471131803944,0.0474306727043933,0.0163878903408083,0.255951455205554,0.0624524078210066,0.051747739416894,0.5,0.255951455205554,0.0701956408187881,0.13613409458802,0.255951455205554,0.0274516242832591,0.0578075458970706,0.255951455205554,0.158941921132068,0.113796252198074,0.255951455205554,0.0433277053456551,0.422170828682558,0.034579284893485,0.807322400727858 -641,0.255951455205554,5.2595160774922e-05,0.375691761551874,0.255951455205554,0.0,0.137234146341307,0.255951455205554,2.71925742737141e-05,0.326514852073314,0.255951455205554,0.0,0.345418832429141,0.255951455205554,4.48716611685702e-05,0.416881378941372,0.255951455205554,0.0,0.295054419310542,0.5,0.255951455205554,0.000309983483226733,0.331203986622938,0.5,0.255951455205554,0.00148030097445418,0.188467586848315,0.5,0.255951455205554,3.38035645486578e-06,0.109319930022402,0.255951455205554,0.00548181968002723,0.294948232372653,0.0,0.0382605805138886,0.255951455205554,0.0,0.076832355129723,0.5,0.255951455205554,0.0,0.146497703112007,0.255951455205554,1.01511034325222e-05,0.052051996378435,0.255951455205554,0.0,0.154596811026497,0.255951455205554,0.0,0.35912669501429,0.0,0.836342709623469 -642,0.255951455205554,0.0,0.362494604036146,0.255951455205554,0.0,0.135101213571485,0.255951455205554,0.0,0.333453068049491,0.255951455205554,0.0,0.388393156165928,0.255951455205554,0.0,0.425095478630737,0.255951455205554,0.0,0.280048171503021,0.5,0.255951455205554,0.0,0.271382144155531,0.5,0.255951455205554,0.0,0.161811405415238,0.5,0.255951455205554,0.0,0.103915620898607,0.255951455205554,0.0,0.192933138034923,0.0,0.0640677200484302,0.255951455205554,0.0,0.094967596400055,0.5,0.255951455205554,0.0,0.153959558313353,0.255951455205554,0.0,0.0481961038379834,0.255951455205554,0.0,0.155638835777461,0.255951455205554,0.0,0.271287117268492,0.0,0.808397440352175 -643,0.255951455205554,0.0,0.355808852176175,0.255951455205554,0.0,0.140541928628618,0.255951455205554,0.0,0.359545123202848,0.255951455205554,0.0,0.384801164405704,0.255951455205554,0.0,0.445033367668637,0.255951455205554,0.0,0.275583481894635,0.5,0.255951455205554,0.0,0.285944991293695,0.5,0.255951455205554,0.0,0.147801901613458,0.5,0.255951455205554,0.0,0.099582308886777,0.255951455205554,0.0,0.182277245749992,0.0,0.0639976330949384,0.255951455205554,0.0,0.0955203457570628,0.5,0.255951455205554,0.0,0.17069186418255,0.255951455205554,0.0,0.0494225005177718,0.255951455205554,0.0,0.13560763116007,0.255951455205554,0.0,0.163267994202888,0.0,0.787638591081805 -644,0.255951455205554,0.0,0.351016746727397,0.255951455205554,0.0,0.169949742854942,0.255951455205554,0.0,0.393249661193673,0.255951455205554,0.0,0.354035030053037,0.255951455205554,0.0,0.439811637662797,0.255951455205554,0.0,0.320447546934008,0.5,0.255951455205554,0.0,0.290405761172656,0.5,0.255951455205554,0.0,0.168084355621217,0.5,0.255951455205554,0.0,0.0881541135070835,0.255951455205554,0.0,0.175399545574663,0.0,0.060221674216079,0.255951455205554,0.0,0.077397573668994,0.5,0.255951455205554,0.0,0.171514955317211,0.255951455205554,0.0,0.0477445626315202,0.255951455205554,0.0,0.109736630952946,0.255951455205554,0.0,0.119600060059618,0.0,0.860624880430505 -645,0.255951455205554,0.0,0.372806898541348,0.255951455205554,0.0,0.191824256926823,0.255951455205554,0.0,0.405140942115331,0.255951455205554,0.0,0.368359384635841,0.255951455205554,0.0,0.407633305442646,0.255951455205554,0.0,0.350966201826587,0.5,0.255951455205554,0.0,0.232915918990228,0.5,0.255951455205554,0.0,0.165350753475404,0.5,0.255951455205554,0.0,0.0809230989180954,0.255951455205554,0.0,0.177942454336622,0.0,0.0317943095317343,0.255951455205554,0.0,0.0567780150611611,0.5,0.255951455205554,0.0,0.15509616894016,0.255951455205554,0.0,0.0445933443349123,0.255951455205554,0.0,0.0884940028097504,0.255951455205554,0.0,0.125721413896485,0.0,0.871938820866734 -646,0.255951455205554,0.0,0.41023456370982,0.255951455205554,0.0,0.216721685208153,0.255951455205554,0.0,0.425707523940666,0.255951455205554,0.0,0.427057353569588,0.255951455205554,0.0,0.378849875650072,0.255951455205554,0.0,0.305249980618244,0.5,0.255951455205554,0.0,0.185567780517534,0.5,0.255951455205554,0.0,0.135627736898372,0.5,0.255951455205554,0.0,0.0783588464148506,0.255951455205554,0.0,0.18124789344485,0.0,0.0266791932350289,0.255951455205554,0.0,0.0458134490542814,0.5,0.255951455205554,0.0,0.131645281456528,0.255951455205554,0.0,0.0494400881722454,0.255951455205554,0.0,0.0788951605653337,0.255951455205554,0.0,0.110239314384396,0.0,0.811703043933205 -647,0.255951455205554,0.0,0.455156455722223,0.255951455205554,0.0,0.230059034294746,0.255951455205554,0.0,0.438199614480773,0.255951455205554,0.0,0.500236994485502,0.255951455205554,0.0,0.294219118969787,0.255951455205554,0.0,0.230071804504777,0.5,0.255951455205554,0.0,0.158486646341955,0.5,0.255951455205554,0.0,0.102051757508442,0.5,0.255951455205554,0.0,0.0737310644124858,0.255951455205554,0.0,0.165769127379799,0.0,0.0261764065472062,0.255951455205554,0.0,0.0408817679093142,0.5,0.255951455205554,0.0,0.117767129578302,0.255951455205554,0.0,0.0477349064802963,0.255951455205554,0.0,0.0815928014968846,0.255951455205554,0.0,0.0947765118061083,0.0,0.789279356832266 -648,0.255951455205554,0.0,0.47579481277304,0.255951455205554,0.0,0.221995777242017,0.255951455205554,0.0,0.403174875928585,0.255951455205554,0.0,0.518644056464418,0.255951455205554,0.0,0.261022523784729,0.255951455205554,0.0,0.190327351506087,0.5,0.255951455205554,0.0,0.164301996927278,0.5,0.255951455205554,0.0,0.0870516250772389,0.5,0.255951455205554,0.0,0.0652294423859749,0.255951455205554,0.0,0.171023324924815,0.0,0.0249828163600572,0.255951455205554,0.0,0.0397007093768865,0.5,0.255951455205554,0.0,0.115471621815669,0.255951455205554,0.0,0.0404812261265587,0.255951455205554,0.0,0.0785069076488851,0.255951455205554,0.0,0.102989925356255,0.0,0.770995208288385 -649,0.255951455205554,0.0,0.476132039955318,0.255951455205554,0.0,0.198422983824374,0.255951455205554,0.0,0.378662594551325,0.255951455205554,0.0,0.484452301953907,0.255951455205554,0.0,0.281239162626391,0.255951455205554,0.0,0.183862550308068,0.5,0.255951455205554,0.0,0.168615693714029,0.5,0.255951455205554,0.0,0.085066607478208,0.5,0.255951455205554,0.0,0.056328561291857,0.255951455205554,0.0,0.132895571109826,0.0,0.0264724067018767,0.255951455205554,0.0,0.042156360886946,0.5,0.255951455205554,0.0,0.114486835773447,0.255951455205554,0.0,0.0340302669994085,0.255951455205554,0.0,0.0788015012843099,0.255951455205554,0.0,0.107738235575866,0.0,0.80912860548257 -650,0.255951455205554,0.0,0.472629358626821,0.255951455205554,0.0,0.189725544578982,0.255951455205554,0.0,0.354903626648805,0.255951455205554,0.0,0.409219838338707,0.255951455205554,0.0,0.296541910070693,0.255951455205554,0.0,0.192419324907177,0.5,0.255951455205554,0.0,0.178070907179544,0.5,0.255951455205554,0.0,0.0835966001016034,0.5,0.255951455205554,0.0,0.0530679792013898,0.255951455205554,0.0,0.119840105307686,0.0,0.0372379007391,0.255951455205554,0.0,0.0522718223014627,0.5,0.255951455205554,0.0,0.112701166587039,0.255951455205554,0.0,0.0279101412724862,0.255951455205554,0.0,0.0780918659485478,0.255951455205554,0.0,0.0870858231666889,0.0,0.868088098769432 -651,0.255951455205554,0.0,0.451657788682059,0.255951455205554,0.0,0.184043047308579,0.255951455205554,0.0,0.312206699689943,0.255951455205554,0.0,0.333660720188293,0.255951455205554,0.0,0.284024168746205,0.255951455205554,0.0,0.201543983118175,0.5,0.255951455205554,0.0,0.2105108671405,0.5,0.255951455205554,0.0,0.0733508959075415,0.5,0.255951455205554,0.0,0.0470931783307419,0.255951455205554,0.0,0.173005817999157,0.0,0.0481043357598945,0.255951455205554,0.0,0.0616087024412016,0.5,0.255951455205554,0.0,0.11544499864372,0.255951455205554,0.0,0.0264239100733099,0.255951455205554,0.0,0.0621673261784481,0.255951455205554,0.0,0.0639634160154845,0.0,0.885272508087693 -652,0.255951455205554,0.0,0.418786188269883,0.255951455205554,0.0,0.194163882828872,0.255951455205554,0.0,0.255169876458916,0.255951455205554,0.0,0.270785803987768,0.255951455205554,0.0,0.294889995559262,0.255951455205554,0.0,0.223177698641604,0.5,0.255951455205554,0.0,0.252174168639779,0.5,0.255951455205554,0.0,0.0655099158176394,0.5,0.255951455205554,0.0,0.0334506312683776,0.255951455205554,0.0,0.246951964786995,0.0,0.0426731235003772,0.255951455205554,0.0,0.0666489996567838,0.5,0.255951455205554,0.0,0.113725715442849,0.255951455205554,0.0,0.0275371851113122,0.255951455205554,0.0,0.0528008269998663,0.255951455205554,0.0,0.0465173712217157,0.0,0.895071922548332 -653,0.255951455205554,0.0,0.41254597246668,0.255951455205554,0.0,0.215922106978257,0.255951455205554,0.0,0.217935754847023,0.255951455205554,0.0,0.228752580804678,0.255951455205554,0.0,0.321207365512432,0.255951455205554,0.0,0.223910317313476,0.5,0.255951455205554,0.0,0.28685105144274,0.5,0.255951455205554,0.0,0.0598230648085978,0.5,0.255951455205554,0.0,0.0298440053745523,0.255951455205554,0.0,0.301348999287012,0.0,0.0391036232798019,0.255951455205554,0.0,0.0687933093510877,0.5,0.255951455205554,0.0,0.114744888183858,0.255951455205554,0.0,0.0290799163453512,0.255951455205554,0.0,0.060603027650988,0.255951455205554,0.0,0.0405982172037716,0.0,0.893593512633509 -654,0.255951455205554,0.0,0.464950118501001,0.255951455205554,0.0,0.235999187544661,0.255951455205554,0.0,0.222023092955624,0.255951455205554,0.0,0.235310321169838,0.255951455205554,0.0,0.344311355538282,0.255951455205554,0.0,0.218858565934267,0.5,0.255951455205554,0.0,0.313569724469863,0.5,0.255951455205554,0.0,0.0516519007661183,0.5,0.255951455205554,0.0,0.030973913049184,0.255951455205554,0.0,0.38805724421955,0.0,0.0421065320628682,0.255951455205554,0.0,0.0678334852260103,0.5,0.255951455205554,0.0,0.117557377727103,0.255951455205554,0.0,0.029050163553527,0.255951455205554,0.0,0.0665622972399645,0.255951455205554,0.0,0.0421856287326908,0.0,0.885532904615555 -655,0.255951455205554,0.0,0.537350286689738,0.255951455205554,0.0,0.287488879192852,0.255951455205554,0.0,0.259674663098302,0.255951455205554,0.0,0.324354636966767,0.255951455205554,0.0,0.375283036767701,0.255951455205554,0.0,0.234934447159292,0.5,0.255951455205554,0.0,0.343234869251993,0.5,0.255951455205554,0.0,0.0465160662081058,0.5,0.255951455205554,0.0,0.0314653189486496,0.255951455205554,0.0,0.466231339493864,0.0,0.0484205559414168,0.255951455205554,0.0,0.0678030096125734,0.5,0.255951455205554,0.0,0.125747464303816,0.255951455205554,0.0,0.0255311903787021,0.255951455205554,0.0,0.0635100956341823,0.255951455205554,0.0,0.0470725648476432,0.0,0.891247447394185 -656,0.255951455205554,0.0,0.577364729735845,0.255951455205554,0.0,0.310089068908518,0.255951455205554,0.0,0.330493050812394,0.255951455205554,0.0,0.419843661689483,0.255951455205554,0.0,0.427700514255637,0.255951455205554,0.0,0.251361516390159,0.5,0.255951455205554,0.0,0.380783258242611,0.5,0.255951455205554,0.0,0.0490243970940344,0.5,0.255951455205554,0.0,0.0400826085129452,0.255951455205554,0.0,0.524411376343652,0.0,0.0491654583864836,0.255951455205554,0.0,0.0672088464605337,0.5,0.255951455205554,0.0,0.138776012511862,0.255951455205554,0.0,0.0189714028006836,0.255951455205554,0.0,0.0611780067019105,0.255951455205554,0.0,0.0555738351472085,0.0,0.914040847218774 -657,0.255951455205554,4.86120345838055e-05,0.601033213377667,0.255951455205554,0.000392855063612989,0.330814705814395,0.255951455205554,0.000635146244292406,0.413687438373252,0.255951455205554,7.64009456449002e-05,0.508046826078946,0.255951455205554,0.000526902465816596,0.476890748718835,0.255951455205554,0.00194723313232323,0.257312213896568,0.5,0.255951455205554,0.00155724424040929,0.423724447633236,0.5,0.255951455205554,0.00630770009794615,0.0580907209992408,0.5,0.255951455205554,0.0184510584125394,0.0502895398403233,0.255951455205554,0.00127975395243325,0.564421046760789,0.00973442784089069,0.0494224086517603,0.255951455205554,0.0134398594372669,0.0648232873883982,0.5,0.255951455205554,0.00154330351129879,0.151648043562139,0.255951455205554,0.0262158892160763,0.0100366831455947,0.255951455205554,0.00531773514997019,0.0540144554146223,0.255951455205554,0.00733683087910403,0.0631853425405635,0.0,0.933834997027387 -658,0.255951455205554,0.0233956443467358,0.602579439413905,0.255951455205554,0.0250224397776834,0.35162943178494,0.255951455205554,0.0721378768432496,0.458143784827409,0.255951455205554,0.0654195600145134,0.50498982115637,0.255951455205554,0.0783490350279584,0.5089318447669,0.255951455205554,0.0399172255659928,0.306132363980589,0.5,0.255951455205554,0.0401057100685451,0.476831545281893,0.5,0.255951455205554,0.0977465813345921,0.068859965256389,0.5,0.255951455205554,0.117118081764052,0.0674108784062449,0.255951455205554,0.0312845293449587,0.576471840805266,0.0804690403448299,0.0532911325176654,0.255951455205554,0.106182267850465,0.0758255940801188,0.5,0.255951455205554,0.0253050558485813,0.159147097302925,0.255951455205554,0.174765994136056,0.00528641388825201,0.255951455205554,0.104207146094894,0.0427129120986149,0.255951455205554,0.0987029070480334,0.0692231325226826,0.0116255684383437,0.945215464528844 -659,0.255951455205554,0.076811585309565,0.613097642171998,0.255951455205554,0.0660007746985105,0.33454816101708,0.255951455205554,0.183050024013922,0.491951860114054,0.255951455205554,0.20680534286169,0.537501634674882,0.255951455205554,0.175217445844197,0.563122224955652,0.255951455205554,0.0945793240213869,0.350635278422177,0.5,0.255951455205554,0.0857182024899701,0.518489205684896,0.5,0.255951455205554,0.219758073809936,0.0828315442288664,0.5,0.255951455205554,0.257620971323849,0.0674311505926991,0.255951455205554,0.0557900327050453,0.513332502167932,0.133185305775543,0.0888675128098863,0.255951455205554,0.20355061545477,0.0867866728383518,0.5,0.255951455205554,0.068943703448943,0.172371995761994,0.255951455205554,0.308868055929103,0.00580979006667964,0.255951455205554,0.275786009353559,0.0372104281420711,0.255951455205554,0.225757770229798,0.0680081762187661,0.0321560156279332,0.945816521199429 -660,0.255951455205554,0.140054356353457,0.624442470627707,0.255951455205554,0.149244906544196,0.346905031267511,0.255951455205554,0.311294194216048,0.50749405966189,0.255951455205554,0.389763813922962,0.58090249539702,0.255951455205554,0.204010211020023,0.641057444913052,0.255951455205554,0.150608781739664,0.376602220211829,0.5,0.255951455205554,0.0997013903920847,0.531796265763316,0.5,0.255951455205554,0.333222368872065,0.0926224971957801,0.5,0.255951455205554,0.378930096721746,0.0589135977403906,0.255951455205554,0.0536011139621208,0.423767076291936,0.192711797174893,0.0542745353465921,0.255951455205554,0.273233559496692,0.0819942425720338,0.5,0.255951455205554,0.112828588321567,0.163395300830932,0.255951455205554,0.393400625689323,0.00935000014904752,0.255951455205554,0.426382743540258,0.0514851462756413,0.255951455205554,0.368236077555504,0.0569209545527576,0.0490922558648367,0.940471603946908 -661,0.255951455205554,0.225988733506598,0.65238551402232,0.255951455205554,0.3004899205871,0.362153634742491,0.255951455205554,0.394362314512296,0.524987858232332,0.255951455205554,0.443081324527243,0.596840892056403,0.255951455205554,0.198612604045917,0.736384369625002,0.255951455205554,0.187818476393095,0.399828469383582,0.5,0.255951455205554,0.103524397166667,0.484684240970177,0.5,0.255951455205554,0.398171358629379,0.107877290353262,0.5,0.255951455205554,0.43899210900933,0.0537365332676557,0.255951455205554,0.057311591375364,0.382684352263389,0.292047006515923,0.0511387808327449,0.255951455205554,0.296978804403674,0.0675127834832322,0.5,0.255951455205554,0.162732012422646,0.131584797355632,0.255951455205554,0.416263378460968,0.0096150852866563,0.255951455205554,0.485292460125252,0.0667922489911249,0.255951455205554,0.459397732869703,0.052315120103414,0.0521165241343085,0.935640371550463 -662,0.255951455205554,0.260348472304362,0.696527782541614,0.255951455205554,0.399860505502432,0.451091570078476,0.255951455205554,0.403888124306084,0.523017528306638,0.255951455205554,0.335820520597254,0.580920812447239,0.255951455205554,0.175732219615098,0.752680075617791,0.255951455205554,0.190228735022666,0.389671500290592,0.5,0.255951455205554,0.0960216162776232,0.413398919016256,0.5,0.255951455205554,0.405476750742752,0.0979956954029249,0.5,0.255951455205554,0.43063250887733,0.0439785701416374,0.255951455205554,0.0790663687740173,0.337041528590051,0.277098110145541,0.0529352541247607,0.255951455205554,0.262760486229976,0.0626896610381407,0.5,0.255951455205554,0.187678196457007,0.121152210031511,0.255951455205554,0.375309918125084,0.00923846485937286,0.255951455205554,0.471641010450662,0.0693866057993299,0.255951455205554,0.430423425024394,0.0581820259924281,0.0476957406747423,0.936017579529234 -663,0.255951455205554,0.216839431905379,0.719190966976193,0.255951455205554,0.330896018728633,0.510156804328185,0.255951455205554,0.342966916969363,0.514306084296863,0.255951455205554,0.326432239515708,0.557830727312101,0.255951455205554,0.132272642603527,0.709182811862033,0.255951455205554,0.13448729352279,0.345802075394652,0.5,0.255951455205554,0.0798532905016742,0.35281006018803,0.5,0.255951455205554,0.333368908319031,0.0706057588947913,0.5,0.255951455205554,0.360129433044617,0.0361175212086257,0.255951455205554,0.0770819373585031,0.295691390577041,0.145264215640128,0.0672631507363538,0.255951455205554,0.179194091357924,0.0718929924750846,0.5,0.255951455205554,0.156207165097049,0.132922205861999,0.255951455205554,0.277371467842669,0.012998715902735,0.255951455205554,0.38664874810702,0.0604476485691457,0.255951455205554,0.336827170534131,0.0509786844451023,0.0335597186675618,0.946107065420389 -664,0.255951455205554,0.132274277062782,0.707156015797888,0.255951455205554,0.150010058360099,0.42089326932032,0.255951455205554,0.178075111272935,0.503225910078953,0.255951455205554,0.208804716851371,0.610492674895368,0.255951455205554,0.0661719392050847,0.625314940073072,0.255951455205554,0.0612653595649144,0.28383941639227,0.5,0.255951455205554,0.0491515021821372,0.271378339552902,0.5,0.255951455205554,0.191915190664526,0.0417411109220682,0.5,0.255951455205554,0.203216991711456,0.0227736490775035,0.255951455205554,0.0489967798038251,0.210300455347802,0.0428895321771299,0.120847403196339,0.255951455205554,0.0717025567077336,0.0854535705081906,0.5,0.255951455205554,0.0928071239941247,0.13569984528221,0.255951455205554,0.121535557465693,0.0226303247384506,0.255951455205554,0.183375769180724,0.052864180723822,0.255951455205554,0.184103480624301,0.0419036003336781,0.0126102731620694,0.957351905798207 -665,0.255951455205554,0.0,0.690707667353031,0.255951455205554,0.0,0.444878960169516,0.255951455205554,0.0,0.503389799357497,0.255951455205554,0.0,0.632282090397847,0.255951455205554,0.0,0.512715882467527,0.255951455205554,0.0,0.220083875899402,0.5,0.255951455205554,0.00154357391781883,0.190323078680877,0.5,0.255951455205554,0.00597519293533302,0.0322318730165286,0.5,0.255951455205554,0.0,0.0205523624512128,0.255951455205554,0.0234623522090558,0.152018933448018,0.0,0.161355690650925,0.255951455205554,0.0,0.103925672444424,0.5,0.255951455205554,0.0,0.127369933647334,0.255951455205554,0.0,0.0322063172549094,0.255951455205554,0.0,0.054623246442959,0.255951455205554,0.0,0.0331021785212262,0.0,0.954704457779262 -666,0.255951455205554,0.0,0.688359591523657,0.255951455205554,0.0,0.45116763691304,0.255951455205554,0.0,0.474333888399274,0.255951455205554,0.0,0.573371172996914,0.255951455205554,0.0,0.400505639430074,0.255951455205554,0.0,0.17570060913643,0.5,0.255951455205554,0.0,0.158240048673843,0.5,0.255951455205554,0.0,0.0348393407765937,0.5,0.255951455205554,0.0,0.0188898358228663,0.255951455205554,0.0,0.123305742543745,0.0,0.15206630877029,0.255951455205554,0.0,0.141968810374959,0.5,0.255951455205554,0.0,0.147169746425002,0.255951455205554,0.0,0.0459809244806702,0.255951455205554,0.0,0.0631505777963342,0.255951455205554,0.0,0.0235882535050051,0.0,0.947136629485549 -667,0.255951455205554,0.0,0.678610883403594,0.255951455205554,0.0,0.392784012469182,0.255951455205554,0.0,0.432893012280603,0.255951455205554,0.0,0.497254047676992,0.255951455205554,0.0,0.332823645828329,0.255951455205554,0.0,0.146418288382382,0.5,0.255951455205554,0.0,0.155575345333462,0.5,0.255951455205554,0.0,0.0381135068092168,0.5,0.255951455205554,0.0,0.0172622032167069,0.255951455205554,0.0,0.105512432947999,0.0,0.166030718538195,0.255951455205554,0.0,0.177791715868289,0.5,0.255951455205554,0.0,0.177632711030169,0.255951455205554,0.0,0.0559520865897861,0.255951455205554,0.0,0.083169200327814,0.255951455205554,0.0,0.0166412730395094,0.0,0.943777851774679 -668,0.255951455205554,0.0,0.647827523367436,0.255951455205554,0.0,0.35081595547549,0.255951455205554,0.0,0.395278061080077,0.255951455205554,0.0,0.439543752644093,0.255951455205554,0.0,0.275887877044037,0.255951455205554,0.0,0.118939787640619,0.5,0.255951455205554,0.0,0.147312721431803,0.5,0.255951455205554,0.0,0.0412818339870185,0.5,0.255951455205554,0.0,0.0154912354724609,0.255951455205554,0.0,0.0859361081275132,0.0,0.163249742396117,0.255951455205554,0.0,0.192118618377095,0.5,0.255951455205554,0.0,0.208363254321326,0.255951455205554,0.0,0.0584488105147983,0.255951455205554,0.0,0.108460015163734,0.255951455205554,0.0,0.0173155566364843,0.0,0.947668125168587 -669,0.255951455205554,0.0,0.601728586247493,0.255951455205554,0.0,0.32413349882508,0.255951455205554,0.0,0.374998909022453,0.255951455205554,0.0,0.398696414848541,0.255951455205554,0.0,0.225645396811068,0.255951455205554,0.0,0.0850569406283938,0.5,0.255951455205554,0.0,0.12214301349325,0.5,0.255951455205554,0.0,0.044187155823888,0.5,0.255951455205554,0.0,0.0159041058068826,0.255951455205554,0.0,0.068703695687605,0.0,0.164927996487471,0.255951455205554,0.0,0.182305898176319,0.5,0.255951455205554,0.0,0.233028067103158,0.255951455205554,0.0,0.0528251541732227,0.255951455205554,0.0,0.11964955172316,0.255951455205554,0.0,0.0221619154460307,0.0,0.953828270562031 -670,0.255951455205554,0.0,0.527817951332045,0.255951455205554,0.0,0.306959337496583,0.255951455205554,0.0,0.36390435904122,0.255951455205554,0.0,0.380028837652188,0.255951455205554,0.0,0.177659777857905,0.255951455205554,0.0,0.058290863066476,0.5,0.255951455205554,0.0,0.0918619540901326,0.5,0.255951455205554,0.0,0.0466981135228532,0.5,0.255951455205554,0.0,0.019409354336753,0.255951455205554,0.0,0.0546852999542589,0.0,0.154510627204528,0.255951455205554,0.0,0.16517418978122,0.5,0.255951455205554,0.0,0.233915376942152,0.255951455205554,0.0,0.0439175965067291,0.255951455205554,0.0,0.109567868507919,0.255951455205554,0.0,0.0240673830398329,0.0,0.955277040990894 -671,0.255951455205554,0.0,0.451611715924314,0.255951455205554,0.0,0.343187538372993,0.255951455205554,0.0,0.350945592221618,0.255951455205554,0.0,0.371707890650417,0.255951455205554,0.0,0.149347741757004,0.255951455205554,0.0,0.0486509375025341,0.5,0.255951455205554,0.0,0.0717043694060226,0.5,0.255951455205554,0.0,0.0563891814095764,0.5,0.255951455205554,0.0,0.0244584776013359,0.255951455205554,0.0,0.059026846152571,0.0,0.143991240823722,0.255951455205554,0.0,0.147053190538773,0.5,0.255951455205554,0.0,0.223136541016533,0.255951455205554,0.0,0.0374076724386295,0.255951455205554,0.0,0.0957841842354868,0.255951455205554,0.0,0.0236951549946048,0.0,0.953995156106713 -672,0.255951455205554,0.0,0.386417995180532,0.255951455205554,0.0,0.406117695293707,0.255951455205554,0.0,0.334122950258979,0.255951455205554,0.0,0.385980120908409,0.255951455205554,0.0,0.135066695633924,0.255951455205554,0.0,0.0455759667559456,0.5,0.255951455205554,0.0,0.0658629520315822,0.5,0.255951455205554,0.0,0.0633011690031039,0.5,0.255951455205554,0.0,0.0287155979562013,0.255951455205554,0.0,0.063123087372415,0.0,0.146523116142575,0.255951455205554,0.0,0.131655278373812,0.5,0.255951455205554,0.0,0.21366211460747,0.255951455205554,0.0,0.0340406936189159,0.255951455205554,0.0,0.0839235257279233,0.255951455205554,0.0,0.0218447112094642,0.0,0.952844120377125 -673,0.255951455205554,0.0,0.347740152280849,0.255951455205554,0.0,0.382301249300921,0.255951455205554,0.0,0.315678355059332,0.255951455205554,0.0,0.381197452704564,0.255951455205554,0.0,0.136807741291112,0.255951455205554,0.0,0.0447345335065032,0.5,0.255951455205554,0.0,0.0761127776634015,0.5,0.255951455205554,0.0,0.0697975190988616,0.5,0.255951455205554,0.0,0.0299635694174039,0.255951455205554,0.0,0.0699086890014397,0.0,0.148721183027719,0.255951455205554,0.0,0.129914094297661,0.5,0.255951455205554,0.0,0.21443657680934,0.255951455205554,0.0,0.0342284070336663,0.255951455205554,0.0,0.0854779331914601,0.255951455205554,0.0,0.0195417063612611,0.0,0.952771233285682 -674,0.255951455205554,0.0,0.328255492946882,0.255951455205554,0.0,0.327400767020319,0.255951455205554,0.0,0.305838489952694,0.255951455205554,0.0,0.37250891659938,0.255951455205554,0.0,0.147641013781217,0.255951455205554,0.0,0.0480372426440374,0.5,0.255951455205554,0.0,0.0876329122034287,0.5,0.255951455205554,0.0,0.0680304518613578,0.5,0.255951455205554,0.0,0.0275376546211128,0.255951455205554,0.0,0.0789100423691186,0.0,0.158984700601815,0.255951455205554,0.0,0.143171226368386,0.5,0.255951455205554,0.0,0.238115977465714,0.255951455205554,0.0,0.0385003679323206,0.255951455205554,0.0,0.0870879343846387,0.255951455205554,0.0,0.0179977943194,0.0,0.952426191938196 -675,0.255951455205554,0.0,0.338042618572631,0.255951455205554,0.0,0.317805998845976,0.255951455205554,0.0,0.299759967994293,0.255951455205554,0.0,0.376285240644561,0.255951455205554,0.0,0.14566123464473,0.255951455205554,0.0,0.051250021997513,0.5,0.255951455205554,0.0,0.103232260994648,0.5,0.255951455205554,0.0,0.0671278982312213,0.5,0.255951455205554,0.0,0.0250055687863825,0.255951455205554,0.0,0.0988849919855825,0.0,0.167912430134426,0.255951455205554,0.0,0.173832752370916,0.5,0.255951455205554,0.0,0.266187179145971,0.255951455205554,0.0,0.0469086949129063,0.255951455205554,0.0,0.089865815627212,0.255951455205554,0.0,0.0183426876748491,0.0,0.946612848391017 -676,0.255951455205554,0.0,0.382039165582323,0.255951455205554,0.0,0.305631028422556,0.255951455205554,0.0,0.30719096257012,0.255951455205554,0.0,0.364999534539037,0.255951455205554,0.0,0.140133286957512,0.255951455205554,0.0,0.0447537486201579,0.5,0.255951455205554,0.0,0.110142056380709,0.5,0.255951455205554,0.0,0.0715663905747346,0.5,0.255951455205554,0.0,0.0254472696084278,0.255951455205554,0.0,0.110983104204976,0.0,0.190438948006114,0.255951455205554,0.0,0.207622599875955,0.5,0.255951455205554,0.0,0.29539332299134,0.255951455205554,0.0,0.0649215665543161,0.255951455205554,0.0,0.105059895244752,0.255951455205554,0.0,0.0208777353245583,0.0,0.936841188429725 -677,0.255951455205554,0.0,0.430427868305552,0.255951455205554,0.0,0.324407455061526,0.255951455205554,0.0,0.320203672223911,0.255951455205554,0.0,0.38104744915229,0.255951455205554,0.0,0.141977827841872,0.255951455205554,0.0,0.0389110541781497,0.5,0.255951455205554,0.0,0.0976313616790254,0.5,0.255951455205554,0.0,0.0738641605641267,0.5,0.255951455205554,0.0,0.0247580523572412,0.255951455205554,0.0,0.10266477581704,0.0,0.229744608290125,0.255951455205554,0.0,0.227551557943856,0.5,0.255951455205554,0.0,0.324847654894013,0.255951455205554,0.0,0.0795723938357148,0.255951455205554,0.0,0.139036923633976,0.255951455205554,0.0,0.0263093327678963,0.0,0.925490618140837 -678,0.255951455205554,0.0,0.464953999900229,0.255951455205554,0.0,0.361447051572419,0.255951455205554,0.0,0.334665850139278,0.255951455205554,0.0,0.396597530578379,0.255951455205554,0.0,0.140852076920651,0.255951455205554,0.0,0.036927368955485,0.5,0.255951455205554,0.0,0.0837413031500596,0.5,0.255951455205554,0.0,0.0683451201753859,0.5,0.255951455205554,0.0,0.0249993590972292,0.255951455205554,0.0,0.0822405091234299,0.0,0.243441649782751,0.255951455205554,0.0,0.236788038454734,0.5,0.255951455205554,0.0,0.353439832330699,0.255951455205554,0.0,0.0821878530049046,0.255951455205554,0.0,0.158363331220904,0.255951455205554,0.0,0.0447973047156478,0.0,0.93101314410218 -679,0.255951455205554,0.0,0.466592812868464,0.255951455205554,0.0,0.330545342692994,0.255951455205554,0.0,0.373020064149611,0.255951455205554,0.0,0.437226119303398,0.255951455205554,0.0,0.136069944478581,0.255951455205554,0.0,0.0394135455451767,0.5,0.255951455205554,0.0,0.0854207603636642,0.5,0.255951455205554,0.0,0.0706341166957207,0.5,0.255951455205554,0.0,0.0266044047330142,0.255951455205554,0.0,0.10516831742252,0.0,0.237902572123211,0.255951455205554,0.0,0.234944255935681,0.5,0.255951455205554,0.0,0.366790365137491,0.255951455205554,0.0,0.0764948306375454,0.255951455205554,0.0,0.15631546922924,0.255951455205554,0.0,0.0600282851838419,0.0,0.944994305112912 -680,0.255951455205554,0.0,0.447627882434136,0.255951455205554,0.0,0.288443259291909,0.255951455205554,0.0,0.403290718638982,0.255951455205554,0.0,0.49624536263479,0.255951455205554,0.0,0.134939261558882,0.255951455205554,0.0,0.0419886879306412,0.5,0.255951455205554,0.0,0.0929320688432798,0.5,0.255951455205554,0.0,0.0859784340878968,0.5,0.255951455205554,0.0,0.0286606317406647,0.255951455205554,0.0,0.130430411766074,0.0,0.234551041265123,0.255951455205554,0.0,0.2303616358481,0.5,0.255951455205554,0.0,0.355202253161135,0.255951455205554,0.0,0.0698504197386177,0.255951455205554,0.0,0.130002859887698,0.255951455205554,0.0,0.060687087460271,0.0,0.957123023182471 -681,0.255951455205554,0.00026287593009636,0.455204400520184,0.255951455205554,0.00102189501261145,0.281430135549186,0.255951455205554,0.00133223791584543,0.427807177154783,0.255951455205554,0.000318333614475407,0.54877550645273,0.255951455205554,0.00176718573349224,0.142789171912137,0.255951455205554,0.00760063492056116,0.0433335387783025,0.5,0.255951455205554,0.00549977287700033,0.0995356109019242,0.5,0.255951455205554,0.0193942283109676,0.0859820255592073,0.5,0.255951455205554,0.0393384854343179,0.0292696114847745,0.255951455205554,0.00500402187352071,0.148237667495532,0.00570689607338436,0.254610455561656,0.255951455205554,0.0083477587947165,0.241965727260001,0.5,0.255951455205554,0.00321958492419004,0.364334698369555,0.255951455205554,0.0163548360867909,0.0678806320279623,0.255951455205554,0.0044582579097829,0.114690144077943,0.255951455205554,0.013250291084266,0.0693046464798481,0.0,0.954106583537338 -682,0.255951455205554,0.0373068405776489,0.491866233333825,0.255951455205554,0.0449253309935715,0.302256452492613,0.255951455205554,0.0913050872143796,0.459279541889601,0.255951455205554,0.0354071706783523,0.557940531849117,0.255951455205554,0.135434884497912,0.166580606334019,0.255951455205554,0.167754344028845,0.0451579540372979,0.5,0.255951455205554,0.157278854737321,0.130518858331135,0.5,0.255951455205554,0.195183254623076,0.0833775894392575,0.5,0.255951455205554,0.210166576807508,0.0341242790726249,0.255951455205554,0.151943582183846,0.192343939517776,0.0672081543102391,0.283120752725173,0.255951455205554,0.071599362691287,0.253547094697145,0.5,0.255951455205554,0.0508202263599202,0.397229643072189,0.255951455205554,0.107788046559622,0.0672396623287358,0.255951455205554,0.0597657740898643,0.120550733290414,0.255951455205554,0.148463343622527,0.0982796181004978,0.026705633743904,0.948693121568163 -683,0.255951455205554,0.10721964066307,0.527680293474808,0.255951455205554,0.140788224798601,0.321246798615368,0.255951455205554,0.206370599156263,0.474754638046553,0.255951455205554,0.088949059445656,0.501696099598804,0.255951455205554,0.301268466690653,0.217626192777978,0.255951455205554,0.334799620225211,0.0711958314748653,0.5,0.255951455205554,0.32477260001008,0.242557935209123,0.5,0.255951455205554,0.363620219185992,0.115720005991952,0.5,0.255951455205554,0.372226011889477,0.0600595181397394,0.255951455205554,0.314222120531216,0.386038780072537,0.132477474119481,0.303717836131745,0.255951455205554,0.145494074890463,0.267451830269672,0.5,0.255951455205554,0.107233803134726,0.426176956112924,0.255951455205554,0.219771307042447,0.0705851171753859,0.255951455205554,0.125533752527993,0.129155459374175,0.255951455205554,0.290635966045909,0.118843601568726,0.0681703520460045,0.94339338397087 -684,0.255951455205554,0.152804388691127,0.541890071166144,0.255951455205554,0.220648248613568,0.333180577073722,0.255951455205554,0.291907719159959,0.458623050600308,0.255951455205554,0.145097930229918,0.428670424415815,0.255951455205554,0.432369255222058,0.265904040438158,0.255951455205554,0.458954664238104,0.108804094970231,0.5,0.255951455205554,0.453179363597951,0.376041112370415,0.5,0.255951455205554,0.481610232720448,0.14580359752632,0.5,0.255951455205554,0.481179000496107,0.092706634756906,0.255951455205554,0.428076958958812,0.47745402988615,0.185803450752587,0.313531504845482,0.255951455205554,0.2006580178749,0.28769445892584,0.5,0.255951455205554,0.150750752010371,0.424374855266339,0.255951455205554,0.311340975660303,0.0848586369908773,0.255951455205554,0.179746069716234,0.140667671119277,0.255951455205554,0.387178572758463,0.116848712170291,0.0987781388107435,0.93260384140627 -685,0.255951455205554,0.159059297671727,0.541698226989636,0.255951455205554,0.157176456482921,0.328769277183836,0.255951455205554,0.331162424971138,0.42315327276818,0.255951455205554,0.166489895685383,0.397009520552256,0.255951455205554,0.502217426013998,0.309446105503219,0.255951455205554,0.521455909395556,0.135881462069011,0.5,0.255951455205554,0.518182900405859,0.316697983909444,0.5,0.255951455205554,0.533116302559556,0.173738758441672,0.5,0.255951455205554,0.52322324195036,0.133994598772698,0.255951455205554,0.458961549920975,0.4187237955994,0.200165588062594,0.324976343907976,0.255951455205554,0.219033370960535,0.310043171148507,0.5,0.255951455205554,0.180330030300155,0.426771798488704,0.255951455205554,0.328546049722076,0.0990169964630014,0.255951455205554,0.182604340518399,0.144520201117781,0.255951455205554,0.425954185052392,0.110538033486932,0.111826308110198,0.907510354238806 -686,0.255951455205554,0.143490060166757,0.550545929993443,0.255951455205554,0.118439253386108,0.317403269209821,0.255951455205554,0.325182075885373,0.397784273521508,0.255951455205554,0.158350096939839,0.398376104753617,0.255951455205554,0.505335409923229,0.35092989320855,0.255951455205554,0.516481199242121,0.144632426613541,0.5,0.255951455205554,0.513220567939981,0.340901072491185,0.5,0.255951455205554,0.517052551032303,0.150071951652167,0.5,0.255951455205554,0.498616842067088,0.166856223203194,0.255951455205554,0.460729518928477,0.37359944786798,0.19087970906625,0.353927709575986,0.255951455205554,0.205413836129005,0.337805011614694,0.5,0.255951455205554,0.164495084554792,0.428633373121635,0.255951455205554,0.293618516745314,0.110514008985215,0.255951455205554,0.148980723486441,0.156418866045768,0.255951455205554,0.406471286621493,0.122417853119646,0.106659330424706,0.881084032039658 -687,0.255951455205554,0.0784888873556515,0.54074330522029,0.255951455205554,0.081138540480333,0.323257451289439,0.255951455205554,0.264567296719826,0.385964938216763,0.255951455205554,0.102147969109903,0.399061074078679,0.255951455205554,0.439330764512013,0.334991845891036,0.255951455205554,0.441231538089093,0.132872705234172,0.5,0.255951455205554,0.435631830265502,0.3129054801448,0.5,0.255951455205554,0.436412534243853,0.111934272886432,0.5,0.255951455205554,0.404802753898653,0.149334484758769,0.255951455205554,0.402390687874634,0.34329294462187,0.141299011215898,0.350037051517087,0.255951455205554,0.135527227099968,0.352300326793689,0.5,0.255951455205554,0.11321064984638,0.426136586681197,0.255951455205554,0.202609628240966,0.11492976775218,0.255951455205554,0.0970114913180971,0.176290356192166,0.255951455205554,0.320032813651602,0.139173566524577,0.0693865149804227,0.859814898584631 -688,0.255951455205554,0.0340785946308364,0.53443943469938,0.255951455205554,0.037717051801779,0.331945751765083,0.255951455205554,0.160066097743911,0.393960251534395,0.255951455205554,0.0454613125404934,0.41313601258492,0.255951455205554,0.296676647795074,0.296531141640408,0.255951455205554,0.245481615404521,0.108107410535923,0.5,0.255951455205554,0.266666100565987,0.262100016111718,0.5,0.255951455205554,0.252175437166796,0.10857682201301,0.5,0.255951455205554,0.206105444000016,0.111761379137002,0.255951455205554,0.261329648407695,0.2756586155227,0.0594291009791121,0.305792338481792,0.255951455205554,0.0555121871377837,0.333900044699406,0.5,0.255951455205554,0.0444041527335642,0.419072390420413,0.255951455205554,0.0851737500413739,0.115206504014422,0.255951455205554,0.0455963347618597,0.189338749714752,0.255951455205554,0.169335922902834,0.145762824153974,0.0279592983601566,0.856402203624764 -689,0.255951455205554,5.52172630908567e-05,0.500819186880778,0.255951455205554,0.0,0.343152443030551,0.255951455205554,0.0,0.402529920059509,0.255951455205554,0.0,0.453714454253112,0.255951455205554,0.00200018580058062,0.28162950420667,0.255951455205554,0.0,0.110884654198323,0.5,0.255951455205554,0.0142200654754522,0.206190842800924,0.5,0.255951455205554,0.0106097836645476,0.12342737858479,0.5,0.255951455205554,0.0,0.0955645334174469,0.255951455205554,0.0415744113312239,0.217222976198933,0.0,0.255621232839769,0.255951455205554,0.0,0.281709848756654,0.5,0.255951455205554,0.0,0.370527424075077,0.255951455205554,0.0,0.109692682161766,0.255951455205554,0.0,0.176258605986586,0.255951455205554,0.0,0.148697057774535,0.0,0.864435383337475 -690,0.255951455205554,0.0,0.490300794453139,0.255951455205554,0.0,0.407937454496245,0.255951455205554,0.0,0.425103093673587,0.255951455205554,0.0,0.544876884442765,0.255951455205554,0.0,0.288395192311268,0.255951455205554,0.0,0.120999175684581,0.5,0.255951455205554,0.0,0.181421151176818,0.5,0.255951455205554,0.0,0.106128459478065,0.5,0.255951455205554,0.0,0.10449874059347,0.255951455205554,0.0,0.19075811919093,0.0,0.229218035257722,0.255951455205554,0.0,0.276958022692029,0.5,0.255951455205554,0.0,0.367142997557149,0.255951455205554,0.0,0.103155691021039,0.255951455205554,0.0,0.20120404156039,0.255951455205554,0.0,0.136386178772081,0.0,0.871975723763219 -691,0.255951455205554,0.0,0.501733504064267,0.255951455205554,0.0,0.461631903189459,0.255951455205554,0.0,0.44186108460113,0.255951455205554,0.0,0.591510773413796,0.255951455205554,0.0,0.306995492260505,0.255951455205554,0.0,0.108955776330193,0.5,0.255951455205554,0.0,0.158882001218043,0.5,0.255951455205554,0.0,0.0906993648421782,0.5,0.255951455205554,0.0,0.117196836105629,0.255951455205554,0.0,0.13443280177453,0.0,0.238490068898617,0.255951455205554,0.0,0.277517643303341,0.5,0.255951455205554,0.0,0.398028789642202,0.255951455205554,0.0,0.0903027516490443,0.255951455205554,0.0,0.22504739590233,0.255951455205554,0.0,0.110934567567228,0.0,0.859856086024799 -692,0.255951455205554,0.0,0.489911725996841,0.255951455205554,0.0,0.468332396538681,0.255951455205554,0.0,0.424560528712844,0.255951455205554,0.0,0.540696353946418,0.255951455205554,0.0,0.292806354581675,0.255951455205554,0.0,0.102599762079872,0.5,0.255951455205554,0.0,0.121433466743122,0.5,0.255951455205554,0.0,0.0875323971889524,0.5,0.255951455205554,0.0,0.119492960009111,0.255951455205554,0.0,0.055800638310972,0.0,0.259612918497493,0.255951455205554,0.0,0.268715994635516,0.5,0.255951455205554,0.0,0.39996392908245,0.255951455205554,0.0,0.0776274233024634,0.255951455205554,0.0,0.205605145373549,0.255951455205554,0.0,0.0886796009700208,0.0,0.823004238723268 -693,0.255951455205554,0.0,0.444110637347772,0.255951455205554,0.0,0.439692111922829,0.255951455205554,0.0,0.391116887126402,0.255951455205554,0.0,0.492764382562657,0.255951455205554,0.0,0.274735942520993,0.255951455205554,0.0,0.10841697405753,0.5,0.255951455205554,0.0,0.0799358417701789,0.5,0.255951455205554,0.0,0.0864309491615697,0.5,0.255951455205554,0.0,0.114265365523053,0.255951455205554,0.0,0.0410538498237605,0.0,0.298223104685232,0.255951455205554,0.0,0.257372223598155,0.5,0.255951455205554,0.0,0.370724497307758,0.255951455205554,0.0,0.0707215808482113,0.255951455205554,0.0,0.177509346694078,0.255951455205554,0.0,0.0798791353466448,0.0,0.761162310621639 -694,0.255951455205554,0.0,0.400977522721891,0.255951455205554,0.0,0.339812913891727,0.255951455205554,0.0,0.355176008840165,0.255951455205554,0.0,0.477095021918016,0.255951455205554,0.0,0.261357729314882,0.255951455205554,0.0,0.103567209189023,0.5,0.255951455205554,0.0,0.0503841785176751,0.5,0.255951455205554,0.0,0.0754151661139999,0.5,0.255951455205554,0.0,0.0903043432311629,0.255951455205554,0.0,0.0317054073836043,0.0,0.27115231992959,0.255951455205554,0.0,0.249289784995339,0.5,0.255951455205554,0.0,0.345377127953942,0.255951455205554,0.0,0.0723449464846773,0.255951455205554,0.0,0.157541548867808,0.255951455205554,0.0,0.0527100733742087,0.0,0.685124828268083 -695,0.255951455205554,0.0,0.385636886520229,0.255951455205554,0.0,0.254580813444295,0.255951455205554,0.0,0.331363173488168,0.255951455205554,0.0,0.466757557296358,0.255951455205554,0.0,0.242098780253434,0.255951455205554,0.0,0.0844382806061177,0.5,0.255951455205554,0.0,0.0394833464155904,0.5,0.255951455205554,0.0,0.0541692013062562,0.5,0.255951455205554,0.0,0.0631157257707965,0.255951455205554,0.0,0.0231238092347378,0.0,0.245970902864116,0.255951455205554,0.0,0.234144609767693,0.5,0.255951455205554,0.0,0.326055437346118,0.255951455205554,0.0,0.0889892505109302,0.255951455205554,0.0,0.133008167655912,0.255951455205554,0.0,0.0390806356880884,0.0,0.609082973362075 -696,0.255951455205554,0.0,0.381994762633596,0.255951455205554,0.0,0.303701864713086,0.255951455205554,0.0,0.31375629814756,0.255951455205554,0.0,0.412178418602003,0.255951455205554,0.0,0.210504567161376,0.255951455205554,0.0,0.0684152582369227,0.5,0.255951455205554,0.0,0.0348019109967712,0.5,0.255951455205554,0.0,0.046300069263335,0.5,0.255951455205554,0.0,0.0464889946069448,0.255951455205554,0.0,0.022419919581155,0.0,0.232891305152904,0.255951455205554,0.0,0.205630311542307,0.5,0.255951455205554,0.0,0.291156540174356,0.255951455205554,0.0,0.101469296222349,0.255951455205554,0.0,0.10048661102414,0.255951455205554,0.0,0.0326755203171332,0.0,0.595795824991872 -697,0.255951455205554,0.0,0.373768522130289,0.255951455205554,0.0,0.307613883982544,0.255951455205554,0.0,0.287777676716089,0.255951455205554,0.0,0.391778973671772,0.255951455205554,0.0,0.189319675276476,0.255951455205554,0.0,0.0542161990869507,0.5,0.255951455205554,0.0,0.0277051167515742,0.5,0.255951455205554,0.0,0.0418048926611514,0.5,0.255951455205554,0.0,0.0359997154931989,0.255951455205554,0.0,0.0241379914405024,0.0,0.226826448516454,0.255951455205554,0.0,0.198462394197668,0.5,0.255951455205554,0.0,0.252362314906715,0.255951455205554,0.0,0.103378623601133,0.255951455205554,0.0,0.0837691101935105,0.255951455205554,0.0,0.0236376728791107,0.0,0.638544886472648 -698,0.255951455205554,0.0,0.366435745414033,0.255951455205554,0.0,0.207283024895387,0.255951455205554,0.0,0.27395003910065,0.255951455205554,0.0,0.378704068058491,0.255951455205554,0.0,0.163702735273733,0.255951455205554,0.0,0.0386665068820636,0.5,0.255951455205554,0.0,0.0231112412498759,0.5,0.255951455205554,0.0,0.0391359987143041,0.5,0.255951455205554,0.0,0.0316261552618476,0.255951455205554,0.0,0.0266535029719964,0.0,0.232901072196673,0.255951455205554,0.0,0.198210096473014,0.5,0.255951455205554,0.0,0.239112675603803,0.255951455205554,0.0,0.102047705733218,0.255951455205554,0.0,0.0660424176851799,0.255951455205554,0.0,0.0156689132425995,0.0,0.687264192210935 -699,0.255951455205554,0.0,0.342738563439309,0.255951455205554,0.0,0.245645410351088,0.255951455205554,0.0,0.270870147757832,0.255951455205554,0.0,0.324996457692711,0.255951455205554,0.0,0.133385203571495,0.255951455205554,0.0,0.0279522350023357,0.5,0.255951455205554,0.0,0.0240785981568077,0.5,0.255951455205554,0.0,0.0341188124085404,0.5,0.255951455205554,0.0,0.0293286609251795,0.255951455205554,0.0,0.0352473591487735,0.0,0.239084441838215,0.255951455205554,0.0,0.19122752746805,0.5,0.255951455205554,0.0,0.230624736005915,0.255951455205554,0.0,0.0965688969326711,0.255951455205554,0.0,0.0557594549139483,0.255951455205554,0.0,0.0146239113325497,0.0,0.716181850380518 -700,0.255951455205554,0.0,0.346840499401065,0.255951455205554,0.0,0.2951107236064,0.255951455205554,0.0,0.281991837043282,0.255951455205554,0.0,0.36674302125748,0.255951455205554,0.0,0.107826448770712,0.255951455205554,0.0,0.0206952796744085,0.5,0.255951455205554,0.0,0.0275103840503485,0.5,0.255951455205554,0.0,0.0288719193629861,0.5,0.255951455205554,0.0,0.0270788250988855,0.255951455205554,0.0,0.0393051397292079,0.0,0.222619248939774,0.255951455205554,0.0,0.182560186786366,0.5,0.255951455205554,0.0,0.230689580974577,0.255951455205554,0.0,0.0939002086458899,0.255951455205554,0.0,0.0537279980784114,0.255951455205554,0.0,0.0159534627946698,0.0,0.764855745936246 -701,0.255951455205554,0.0,0.410642614801494,0.255951455205554,0.0,0.264763929619317,0.255951455205554,0.0,0.304300638758271,0.255951455205554,0.0,0.438180153038304,0.255951455205554,0.0,0.0989795354927915,0.255951455205554,0.0,0.0176230457338399,0.5,0.255951455205554,0.0,0.0314612358523158,0.5,0.255951455205554,0.0,0.0259639104268738,0.5,0.255951455205554,0.0,0.0257634783229513,0.255951455205554,0.0,0.037490453367078,0.0,0.193603743085315,0.255951455205554,0.0,0.181521223757138,0.5,0.255951455205554,0.0,0.228208050538248,0.255951455205554,0.0,0.0948816765836176,0.255951455205554,0.0,0.0507943601789174,0.255951455205554,0.0,0.0137679102690217,0.0,0.798914568029627 -702,0.255951455205554,0.0,0.435675623062411,0.255951455205554,0.0,0.222146955590211,0.255951455205554,0.0,0.32686352450982,0.255951455205554,0.0,0.495229391650032,0.255951455205554,0.0,0.0998688420807679,0.255951455205554,0.0,0.019115467747986,0.5,0.255951455205554,0.0,0.0329396942056308,0.5,0.255951455205554,0.0,0.0255878195187037,0.5,0.255951455205554,0.0,0.0257047816116762,0.255951455205554,0.0,0.0384516900360507,0.0,0.207585527752434,0.255951455205554,0.0,0.181107386481226,0.5,0.255951455205554,0.0,0.252944484992121,0.255951455205554,0.0,0.101228894888301,0.255951455205554,0.0,0.0517485149409481,0.255951455205554,0.0,0.0110281121215764,0.0,0.836555920863605 -703,0.255951455205554,0.0,0.419920746069916,0.255951455205554,0.0,0.198341763981704,0.255951455205554,0.0,0.32473768652168,0.255951455205554,0.0,0.47582492564327,0.255951455205554,0.0,0.103892505828707,0.255951455205554,0.0,0.0208248493435529,0.5,0.255951455205554,0.0,0.0373953996467906,0.5,0.255951455205554,0.0,0.0235826590874133,0.5,0.255951455205554,0.0,0.0252798715181643,0.255951455205554,0.0,0.0412819694927375,0.0,0.202748757671883,0.255951455205554,0.0,0.176596027838661,0.5,0.255951455205554,0.0,0.270929111621493,0.255951455205554,0.0,0.111886668944829,0.255951455205554,0.0,0.054613752844972,0.255951455205554,0.0,0.0101096010704454,0.0,0.874816903674643 -704,0.255951455205554,0.0,0.41064553209398,0.255951455205554,0.0,0.197589733601005,0.255951455205554,0.0,0.311349874296699,0.255951455205554,0.0,0.431091875496442,0.255951455205554,0.0,0.101787835715399,0.255951455205554,0.0,0.0190997041802299,0.5,0.255951455205554,0.0,0.040632262018808,0.5,0.255951455205554,0.0,0.0262274206977659,0.5,0.255951455205554,0.0,0.0231335884266531,0.255951455205554,0.0,0.0376254248200595,0.0,0.19081771983144,0.255951455205554,0.0,0.166523957029097,0.5,0.255951455205554,0.0,0.249612240189163,0.255951455205554,0.0,0.119324967330467,0.255951455205554,0.0,0.0518271183528908,0.255951455205554,0.0,0.0112173064891422,0.0,0.894351349649236 -705,0.255951455205554,0.000641788892974806,0.420306048435812,0.255951455205554,0.00257765699179262,0.203721413661529,0.255951455205554,0.00261264721928807,0.28986574435201,0.255951455205554,0.00159999870269549,0.373194304746928,0.255951455205554,0.00206164086960896,0.0955031705742074,0.255951455205554,0.00802895240306679,0.0207781995695881,0.5,0.255951455205554,0.00441172008304336,0.0443454685280409,0.5,0.255951455205554,0.0157949083480026,0.0225931444218133,0.5,0.255951455205554,0.0407533778486849,0.0196784643353261,0.255951455205554,0.00203177865284377,0.0359787193944143,0.00496395761694463,0.211703488960645,0.255951455205554,0.0103311346832741,0.173223727773197,0.5,0.255951455205554,0.00658602525631315,0.243682282518012,0.255951455205554,0.0262498533888737,0.115861219408256,0.255951455205554,0.0161495845178127,0.04707869526292,0.255951455205554,0.0194858448949277,0.0119982385078627,0.000252538811650355,0.90373765543141 -706,0.255951455205554,0.0650648222090242,0.461512098852221,0.255951455205554,0.1000678765942,0.209229604364695,0.255951455205554,0.125759775367584,0.271519507008792,0.255951455205554,0.12681264834808,0.324008203599056,0.255951455205554,0.103214503033518,0.0897840563234152,0.255951455205554,0.163658751800054,0.0221949310443318,0.5,0.255951455205554,0.105238209527715,0.0518091586768585,0.5,0.255951455205554,0.155862064265562,0.0166729740519217,0.5,0.255951455205554,0.198609710506938,0.0173642163727608,0.255951455205554,0.0311634215778039,0.0373831616807617,0.0320973067791861,0.200726260255907,0.255951455205554,0.0790001981239644,0.178137893825975,0.5,0.255951455205554,0.12661640186022,0.267970612132386,0.255951455205554,0.161897764712661,0.114661613679902,0.255951455205554,0.181287165476568,0.047221781368135,0.255951455205554,0.191812429339367,0.0100943377778991,0.032120866262942,0.912370237880827 -707,0.255951455205554,0.172819129363727,0.501599977798185,0.255951455205554,0.257445407043974,0.271685297975189,0.255951455205554,0.279595223343051,0.261793774794379,0.255951455205554,0.29447886725045,0.309375772594692,0.255951455205554,0.216263170836045,0.0929119391634861,0.255951455205554,0.328435104363344,0.0207388185682345,0.5,0.255951455205554,0.210410487846341,0.0661069942415872,0.5,0.255951455205554,0.313940897509785,0.0120281429616582,0.5,0.255951455205554,0.358990559222968,0.0180304841715729,0.255951455205554,0.0680955781380007,0.0376598456727807,0.0637621962660404,0.152922598737408,0.255951455205554,0.128258300630386,0.188698709385419,0.5,0.255951455205554,0.257791903255157,0.286878571968252,0.255951455205554,0.289774570371599,0.113341431144964,0.255951455205554,0.339542412097244,0.0520853118648687,0.255951455205554,0.356265577758799,0.00892237208568882,0.0908744629163929,0.918218573003733 -708,0.255951455205554,0.290597136758098,0.507396134068957,0.255951455205554,0.397611271891347,0.304500715199607,0.255951455205554,0.39588103631786,0.244094868872327,0.255951455205554,0.424008714054089,0.296462918853685,0.255951455205554,0.286276338430243,0.0936541859386808,0.255951455205554,0.452862995035581,0.017184541972286,0.5,0.255951455205554,0.308318216956269,0.0681885953614009,0.5,0.255951455205554,0.444562514402396,0.011172060898565,0.5,0.255951455205554,0.466118597895831,0.0228577510582122,0.255951455205554,0.156248213577756,0.0297114062701094,0.0800044644201525,0.162472180939831,0.255951455205554,0.16307532933189,0.185840487376233,0.5,0.255951455205554,0.319415773811585,0.266575360290481,0.255951455205554,0.387699367980519,0.112867613274004,0.255951455205554,0.456225182973532,0.0531944667198105,0.255951455205554,0.474077292990256,0.00922466115463412,0.194020398544173,0.900019293802919 -709,0.255951455205554,0.351852680961223,0.476685705624971,0.255951455205554,0.415483310450364,0.24511962353606,0.255951455205554,0.452281195080014,0.222087883146171,0.255951455205554,0.485674709725529,0.271779003763107,0.255951455205554,0.309816390263551,0.100602485183966,0.255951455205554,0.514405015187078,0.01525460607923,0.5,0.255951455205554,0.382755969261551,0.0641316744832617,0.5,0.255951455205554,0.507837628407832,0.00792162840850755,0.5,0.255951455205554,0.520009104781278,0.0324221216641427,0.255951455205554,0.256895151465322,0.0273457858331778,0.116005776733081,0.17707605545126,0.255951455205554,0.216850932344761,0.198479108375497,0.5,0.255951455205554,0.281352996408814,0.258852248504958,0.255951455205554,0.455198418603118,0.0904650803139302,0.255951455205554,0.505869308952103,0.0743754550424151,0.255951455205554,0.526587469073646,0.00686406997449186,0.275538061489821,0.87392010245538 -710,0.255951455205554,0.361391980305297,0.463096749029997,0.255951455205554,0.443371855383962,0.308410264126712,0.255951455205554,0.43907797331838,0.196733644822704,0.255951455205554,0.472662505436529,0.245337929670834,0.255951455205554,0.308421684587555,0.102006518156134,0.255951455205554,0.509698345908396,0.0151809387202904,0.5,0.255951455205554,0.392572203493385,0.0551216650501825,0.5,0.255951455205554,0.499661959158671,0.00851914968799474,0.5,0.255951455205554,0.50087480175944,0.0305537938700463,0.255951455205554,0.245145156070527,0.0207669399848859,0.194255603264383,0.223226056034054,0.255951455205554,0.249119116005756,0.235119287810043,0.5,0.255951455205554,0.161008942361979,0.282260351619644,0.255951455205554,0.469281636492372,0.0796541225679225,0.255951455205554,0.487963265198136,0.078824926808067,0.255951455205554,0.512075055231297,0.00605894336728951,0.213206244212382,0.856576335778517 -711,0.255951455205554,0.262945569966384,0.441021568195677,0.255951455205554,0.317276432695933,0.297259574320243,0.255951455205554,0.362869803998925,0.17928787394002,0.255951455205554,0.395245734222415,0.221288948132253,0.255951455205554,0.28974536314302,0.0921248681793542,0.255951455205554,0.432349401141859,0.0135233656539112,0.5,0.255951455205554,0.323609156752931,0.0358866574634701,0.5,0.255951455205554,0.411537163815735,0.010224121384771,0.5,0.255951455205554,0.40583256432622,0.0260758442819138,0.255951455205554,0.188958464324462,0.0132019997197694,0.16566113613644,0.255908949970406,0.255951455205554,0.224585554152544,0.242699336388795,0.5,0.255951455205554,0.0953163442463351,0.289254696200352,0.255951455205554,0.390671341408687,0.0855792331330409,0.255951455205554,0.400152488022813,0.0648576354090438,0.255951455205554,0.426986003466871,0.00762195952574627,0.119969197891882,0.831940555529722 -712,0.255951455205554,0.136215316799659,0.415936471142386,0.255951455205554,0.140291667391717,0.21988638438192,0.255951455205554,0.218956863138832,0.172578826762943,0.255951455205554,0.229348690039829,0.219857299581458,0.255951455205554,0.203782619118917,0.08295172853275,0.255951455205554,0.256845661619532,0.0126149865061891,0.5,0.255951455205554,0.196279054570053,0.0236431223462318,0.5,0.255951455205554,0.242673618396135,0.0120882983551945,0.5,0.255951455205554,0.206564491677581,0.0215086076837064,0.255951455205554,0.152449397291714,0.0110953533031671,0.160306471140122,0.205154050753673,0.255951455205554,0.106277773684112,0.200985502099617,0.5,0.255951455205554,0.0408366968186213,0.310822665471839,0.255951455205554,0.156230813343426,0.0653316689766345,0.255951455205554,0.198439239379182,0.0586588038620946,0.255951455205554,0.241965251641591,0.00948437515650885,0.0534191801877671,0.801496248792066 -713,0.255951455205554,0.0,0.402088412762742,0.255951455205554,0.0,0.208101329081636,0.255951455205554,0.0,0.170857650030857,0.255951455205554,0.0,0.219532428447447,0.255951455205554,0.00257630184524755,0.0779440225781473,0.255951455205554,0.0,0.0163725932629245,0.5,0.255951455205554,0.0156863304490842,0.0199314875634545,0.5,0.255951455205554,0.0183405095515408,0.0118088468674195,0.5,0.255951455205554,4.02839775294589e-05,0.020565671266672,0.255951455205554,0.0356514253206104,0.00936988379478079,0.0,0.164887028463299,0.255951455205554,8.57632612411143e-07,0.176333906556472,0.5,0.255951455205554,1.15804638242638e-06,0.293485478339551,0.255951455205554,0.0,0.0590711337736712,0.255951455205554,0.0,0.0641953525408605,0.255951455205554,0.0,0.0102458929330212,0.0,0.783856961765226 -714,0.255951455205554,0.0,0.385678340363733,0.255951455205554,0.0,0.189047415059559,0.255951455205554,0.0,0.166885314484228,0.255951455205554,0.0,0.220112957171035,0.255951455205554,0.0,0.064353084230913,0.255951455205554,0.0,0.0174602163964334,0.5,0.255951455205554,0.0,0.017417908632219,0.5,0.255951455205554,0.0,0.0124936012459944,0.5,0.255951455205554,0.0,0.0166680992341525,0.255951455205554,0.0,0.0183083725117287,0.0,0.164265139840722,0.255951455205554,0.0,0.18449921377882,0.5,0.255951455205554,0.0,0.280036911371248,0.255951455205554,0.0,0.064080177145574,0.255951455205554,0.0,0.0606336679734924,0.255951455205554,0.0,0.0105038539512229,0.0,0.800716299256629 -715,0.255951455205554,0.0,0.362027436247863,0.255951455205554,0.0,0.185566643708444,0.255951455205554,0.0,0.161721784046118,0.255951455205554,0.0,0.221135526238599,0.255951455205554,0.0,0.0533153761663558,0.255951455205554,0.0,0.0164216317961759,0.5,0.255951455205554,0.0,0.0176595777540867,0.5,0.255951455205554,0.0,0.0165197097676278,0.5,0.255951455205554,0.0,0.017465368071019,0.255951455205554,0.0,0.0253574891171428,0.0,0.119623939818708,0.255951455205554,0.0,0.174305557212051,0.5,0.255951455205554,0.0,0.281826228500602,0.255951455205554,0.0,0.0628326067654211,0.255951455205554,0.0,0.0564141789259769,0.255951455205554,0.0,0.00773953348717694,0.0,0.832576214670988 -716,0.255951455205554,0.0,0.35888054955208,0.255951455205554,0.0,0.190745458593713,0.255951455205554,0.0,0.153277584921705,0.255951455205554,0.0,0.205555480746148,0.255951455205554,0.0,0.0468430570940484,0.255951455205554,0.0,0.0120347063032654,0.5,0.255951455205554,0.0,0.0145838488115554,0.5,0.255951455205554,0.0,0.0168271636186382,0.5,0.255951455205554,0.0,0.0204349286517882,0.255951455205554,0.0,0.0272355579338754,0.0,0.124247782415777,0.255951455205554,0.0,0.154375869046661,0.5,0.255951455205554,0.0,0.264051151445757,0.255951455205554,0.0,0.0682322289741057,0.255951455205554,0.0,0.0509420683778637,0.255951455205554,0.0,0.00695509556229182,0.0,0.842031266760265 -717,0.255951455205554,0.0,0.375231056465201,0.255951455205554,0.0,0.212465108431817,0.255951455205554,0.0,0.14236731530552,0.255951455205554,0.0,0.190471202022393,0.255951455205554,0.0,0.0346908422082854,0.255951455205554,0.0,0.00965430881244645,0.5,0.255951455205554,0.0,0.0123428717772456,0.5,0.255951455205554,0.0,0.0126045486657625,0.5,0.255951455205554,0.0,0.0171477212591393,0.255951455205554,0.0,0.0259172630435686,0.0,0.114751847159434,0.255951455205554,0.0,0.146285346241387,0.5,0.255951455205554,0.0,0.226952909291399,0.255951455205554,0.0,0.0738698879864233,0.255951455205554,0.0,0.0528912271482758,0.255951455205554,0.0,0.0104010787036668,0.0,0.807210439322645 -718,0.255951455205554,0.0,0.397963104048519,0.255951455205554,0.0,0.208859627966895,0.255951455205554,0.0,0.130154735876293,0.255951455205554,0.0,0.186025228876644,0.255951455205554,0.0,0.0269559753240279,0.255951455205554,0.0,0.0111500513483689,0.5,0.255951455205554,0.0,0.0112628887675101,0.5,0.255951455205554,0.0,0.0123390085137435,0.5,0.255951455205554,0.0,0.0145260171588075,0.255951455205554,0.0,0.0206185952674484,0.0,0.12242391056217,0.255951455205554,0.0,0.136753882304288,0.5,0.255951455205554,0.0,0.185522665317738,0.255951455205554,0.0,0.072074084492349,0.255951455205554,0.0,0.0536966972534974,0.255951455205554,0.0,0.0077205917642385,0.0,0.77819042346601 -719,0.255951455205554,0.0,0.412865879222041,0.255951455205554,0.0,0.190122048082631,0.255951455205554,0.0,0.118416006213703,0.255951455205554,0.0,0.169335014939719,0.255951455205554,0.0,0.0235891577412906,0.255951455205554,0.0,0.0114114917463821,0.5,0.255951455205554,0.0,0.0117120931079336,0.5,0.255951455205554,0.0,0.0100851150615208,0.5,0.255951455205554,0.0,0.0163167544465808,0.255951455205554,0.0,0.0235527619031201,0.0,0.109346354056483,0.255951455205554,0.0,0.126126992456872,0.5,0.255951455205554,0.0,0.156322361278639,0.255951455205554,0.0,0.077430744796792,0.255951455205554,0.0,0.0475265276464934,0.255951455205554,0.0,0.00641570545065684,0.0,0.775928084020568 -720,0.255951455205554,0.0,0.397885727005743,0.255951455205554,0.0,0.181447215147352,0.255951455205554,0.0,0.113218556800058,0.255951455205554,0.0,0.176683004085769,0.255951455205554,0.0,0.0205000548566476,0.255951455205554,0.0,0.0119540703881181,0.5,0.255951455205554,0.0,0.0105854586893782,0.5,0.255951455205554,0.0,0.0110605563392643,0.5,0.255951455205554,0.0,0.0154866275503232,0.255951455205554,0.0,0.0195756882696181,0.0,0.102474720991607,0.255951455205554,0.0,0.11513646171069,0.5,0.255951455205554,0.0,0.153050656119448,0.255951455205554,0.0,0.064253856957867,0.255951455205554,0.0,0.0466846883070498,0.255951455205554,0.0,0.0079471863756047,0.0,0.737765723121809 -721,0.255951455205554,0.0,0.405400986560713,0.255951455205554,0.0,0.176850531472687,0.255951455205554,0.0,0.116941718596339,0.255951455205554,0.0,0.193389592946991,0.255951455205554,0.0,0.0181595828064934,0.255951455205554,0.0,0.00950039076023183,0.5,0.255951455205554,0.0,0.00943267297164581,0.5,0.255951455205554,0.0,0.00925855445964013,0.5,0.255951455205554,0.0,0.0154979593075666,0.255951455205554,0.0,0.0150972393890534,0.0,0.0966453655525979,0.255951455205554,0.0,0.114268590842755,0.5,0.255951455205554,0.0,0.158993088825559,0.255951455205554,0.0,0.0686932807715985,0.255951455205554,0.0,0.0564829388471254,0.255951455205554,0.0,0.00611423406087927,0.0,0.649520225760986 -722,0.255951455205554,0.0,0.384488989483135,0.255951455205554,0.0,0.137725325434707,0.255951455205554,0.0,0.115911705117258,0.255951455205554,0.0,0.188238525989767,0.255951455205554,0.0,0.0155704799030375,0.255951455205554,0.0,0.00834708782229314,0.5,0.255951455205554,0.0,0.0079308881311085,0.5,0.255951455205554,0.0,0.00796769524432479,0.5,0.255951455205554,0.0,0.0150098085587232,0.255951455205554,0.0,0.0137315061063726,0.0,0.109960645216121,0.255951455205554,0.0,0.129511211885007,0.5,0.255951455205554,0.0,0.162874635960383,0.255951455205554,0.0,0.0923700100515043,0.255951455205554,0.0,0.0584454763411894,0.255951455205554,0.0,0.007657294288162,0.0,0.628163647444155 -723,0.255951455205554,0.0,0.344310313339396,0.255951455205554,0.0,0.119199488808158,0.255951455205554,0.0,0.105280490840258,0.255951455205554,0.0,0.183032681795451,0.255951455205554,0.0,0.0122296857071771,0.255951455205554,0.0,0.00863711945888782,0.5,0.255951455205554,0.0,0.00552151237489606,0.5,0.255951455205554,0.0,0.00919359989181541,0.5,0.255951455205554,0.0,0.0118556419925814,0.255951455205554,0.0,0.00870170086056872,0.0,0.135124872031775,0.255951455205554,0.0,0.140374926241119,0.5,0.255951455205554,0.0,0.175300426343072,0.255951455205554,0.0,0.130244052983616,0.255951455205554,0.0,0.0663892745047298,0.255951455205554,0.0,0.00658660360870616,0.0,0.573609865956918 -724,0.255951455205554,0.0,0.311132616511439,0.255951455205554,0.0,0.117773131952609,0.255951455205554,0.0,0.0932559580736342,0.255951455205554,0.0,0.166734787554068,0.255951455205554,0.0,0.010344094596235,0.255951455205554,0.0,0.0103322567898046,0.5,0.255951455205554,0.0,0.0047502645890274,0.5,0.255951455205554,0.0,0.00776404114467957,0.5,0.255951455205554,0.0,0.0119284667095059,0.255951455205554,0.0,0.00834081638077821,0.0,0.120028419963075,0.255951455205554,0.0,0.146454754198657,0.5,0.255951455205554,0.0,0.183986190103582,0.255951455205554,0.0,0.196122905614251,0.255951455205554,0.0,0.0749527621359137,0.255951455205554,0.0,0.00393924655703037,0.0,0.492583654319373 -725,0.255951455205554,0.0,0.284162498487448,0.255951455205554,0.0,0.092607783711176,0.255951455205554,0.0,0.0857686916374236,0.255951455205554,0.0,0.141708925696407,0.255951455205554,0.0,0.0097152014369954,0.255951455205554,0.0,0.00565696657076879,0.5,0.255951455205554,0.0,0.00373466527002042,0.5,0.255951455205554,0.0,0.0056871337626285,0.5,0.255951455205554,0.0,0.0121720460071177,0.255951455205554,0.0,0.00617112211472905,0.0,0.108869447395718,0.255951455205554,0.0,0.154435394837069,0.5,0.255951455205554,0.0,0.207922500498324,0.255951455205554,0.0,0.303788062367157,0.255951455205554,0.0,0.0570812105091776,0.255951455205554,0.0,0.0022780466675291,0.0,0.418182841153636 -726,0.255951455205554,0.0,0.28148495059277,0.255951455205554,0.0,0.0826037412774083,0.255951455205554,0.0,0.0866686172885541,0.255951455205554,0.0,0.14209405247065,0.255951455205554,0.0,0.0116135424770402,0.255951455205554,0.0,0.00463829296305843,0.5,0.255951455205554,0.0,0.00824003114500483,0.5,0.255951455205554,0.0,0.00361760107677296,0.5,0.255951455205554,0.0,0.0111924688231027,0.255951455205554,0.0,0.00882972821660214,0.0,0.100992851979612,0.255951455205554,0.0,0.145310786203815,0.5,0.255951455205554,0.0,0.182174675296786,0.255951455205554,0.0,0.382504669331977,0.255951455205554,0.0,0.0400495812631897,0.255951455205554,0.0,0.00222180752231796,0.0,0.370968345001474 -727,0.255951455205554,0.0,0.314077387825731,0.255951455205554,0.0,0.0696754243852954,0.255951455205554,0.0,0.082337683911579,0.255951455205554,0.0,0.146040505175335,0.255951455205554,0.0,0.0115712492161642,0.255951455205554,0.0,0.00407930322218605,0.5,0.255951455205554,0.0,0.00392772532631943,0.5,0.255951455205554,0.0,0.00242524427393622,0.5,0.255951455205554,0.0,0.00937412982079924,0.255951455205554,0.0,0.005771798119734,0.0,0.135805177576909,0.255951455205554,0.0,0.166182126966083,0.5,0.255951455205554,0.0,0.163086675737137,0.255951455205554,0.0,0.394183689893458,0.255951455205554,0.0,0.0399549007109523,0.255951455205554,0.0,0.00190764972168468,0.0,0.399982509385952 -728,0.255951455205554,0.0,0.301437204545088,0.255951455205554,0.0,0.0506854723529866,0.255951455205554,0.0,0.0714200769125208,0.255951455205554,0.0,0.127367119238578,0.255951455205554,0.0,0.00602389968183982,0.255951455205554,0.0,0.00237629430168742,0.5,0.255951455205554,0.0,0.000936102886195779,0.5,0.255951455205554,0.0,0.00210194043086043,0.5,0.255951455205554,0.0,0.0075926559259224,0.255951455205554,0.0,0.00121178781011717,0.0,0.295147921386634,0.255951455205554,0.0,0.189288365907443,0.5,0.255951455205554,0.0,0.164824434948369,0.255951455205554,0.0,0.433280120675991,0.255951455205554,0.0,0.0333234726327116,0.255951455205554,0.0,0.00173417539594961,0.0,0.438854206314527 -729,0.255951455205554,0.000780203219005663,0.284821774065822,0.255951455205554,0.00223419157535829,0.066052562456079,0.255951455205554,0.00203173956073302,0.0582991084048442,0.255951455205554,0.00187279568925498,0.107194602476502,0.255951455205554,0.00258358405919694,0.00384382953483848,0.255951455205554,0.00506977248877712,0.000633200879770403,0.5,0.255951455205554,0.0048988227212692,0.0010144802585374,0.5,0.255951455205554,0.00730842408246244,0.00138011389589002,0.5,0.255951455205554,0.0182757836061093,0.00525029488695383,0.255951455205554,0.00579311857971525,0.000538708835267917,0.00323084226163656,0.278158996565603,0.255951455205554,0.0060364603425607,0.195992360681412,0.5,0.255951455205554,0.00197615990218088,0.169586226611022,0.255951455205554,0.0127117092188856,0.466889814413511,0.255951455205554,0.00729658936688609,0.0217428626888289,0.255951455205554,0.00960647130835966,0.00200574495289602,0.000722899686940124,0.376232270769762 -730,0.255951455205554,0.0438452352739218,0.31012895804029,0.255951455205554,0.0552445803326036,0.0811918213536434,0.255951455205554,0.100017802218549,0.0457431385898032,0.255951455205554,0.0912551910346083,0.0902134397048,0.255951455205554,0.119483067224992,0.00535397890811707,0.255951455205554,0.0791732633739567,0.000233609030517506,0.5,0.255951455205554,0.11742596644256,0.00243123381926153,0.5,0.255951455205554,0.0816484488628408,0.00436570734417143,0.5,0.255951455205554,0.0939491100794006,0.00511232843770578,0.255951455205554,0.14538788981748,5.64920392323299e-05,0.0303657713745359,0.325401130482138,0.255951455205554,0.034999122476729,0.202575556291428,0.5,0.255951455205554,0.016369091573567,0.158104077177737,0.255951455205554,0.0556015792072839,0.475840934850095,0.255951455205554,0.0686462369410221,0.0142235487847008,0.255951455205554,0.0705290769641237,0.000576352095009094,0.0417752492494143,0.324323536318881 -731,0.255951455205554,0.0979803742663047,0.31573595472225,0.255951455205554,0.0949121153439883,0.0996653968809231,0.255951455205554,0.225048534981387,0.037435059558446,0.255951455205554,0.23382660515295,0.0542643508871121,0.255951455205554,0.261175434363573,0.00633477699516135,0.255951455205554,0.165391974069168,0.000459062968370283,0.5,0.255951455205554,0.268252608958512,0.00243669830501877,0.5,0.255951455205554,0.163616307165685,0.0065189107621259,0.5,0.255951455205554,0.19009324439153,0.00580511934205652,0.255951455205554,0.315602251748842,0.000668126088979942,0.0555311492874587,0.312464131094635,0.255951455205554,0.0645717018009647,0.203954553903386,0.5,0.255951455205554,0.0296120545362719,0.146490019289732,0.255951455205554,0.0971452436432151,0.463732828925607,0.255951455205554,0.0887371590336489,0.00990346891831229,0.255951455205554,0.0924617872606455,0.000463733549131207,0.111153787740038,0.242545762635537 -732,0.255951455205554,0.153021010882653,0.25832229028367,0.255951455205554,0.125488453340203,0.117545537894809,0.255951455205554,0.328660468416335,0.0274768642767334,0.255951455205554,0.381917652614034,0.0308325870664082,0.255951455205554,0.384932889103423,0.00801424165301128,0.255951455205554,0.257846224728699,0.00104517009454555,0.5,0.255951455205554,0.409339979670134,0.00402410914462564,0.5,0.255951455205554,0.220816099332971,0.0118049628964569,0.5,0.255951455205554,0.26809406317448,0.00937480325529536,0.255951455205554,0.450166333308057,0.00146712747054512,0.0778901205082798,0.289032071941754,0.255951455205554,0.0889230438502305,0.195544228190222,0.5,0.255951455205554,0.0397920381911321,0.137623631814519,0.255951455205554,0.13272671935658,0.460720902111546,0.255951455205554,0.0964238747327969,0.00714757173905133,0.255951455205554,0.10785496084151,0.00125311159730938,0.147551271366257,0.207333450778534 -733,0.255951455205554,0.269015415483311,0.151691522167618,0.255951455205554,0.175617095561259,0.059134859536403,0.255951455205554,0.396890375423025,0.0170471502308905,0.255951455205554,0.481607727062588,0.0172464710915925,0.255951455205554,0.471907792311817,0.0101803430340086,0.255951455205554,0.326857347658604,0.0038127389387432,0.5,0.255951455205554,0.495020579874659,0.00577935763465164,0.5,0.255951455205554,0.29868867773454,0.0119173723305991,0.5,0.255951455205554,0.277150102406985,0.0149234997859523,0.255951455205554,0.522409028367961,0.00280138653380754,0.0870069421179219,0.249247501531257,0.255951455205554,0.0987666347038123,0.196815966601738,0.5,0.255951455205554,0.0410436130409943,0.135929534041947,0.255951455205554,0.143274967215711,0.449265156571073,0.255951455205554,0.0929629288852636,0.00752560275426017,0.255951455205554,0.0995483860231494,0.00332302553191722,0.193302682230825,0.225416741460355 -734,0.255951455205554,0.286542750425612,0.0867941243622384,0.255951455205554,0.19356718922718,0.0218184046684783,0.255951455205554,0.411006204473481,0.0132155939905436,0.255951455205554,0.494056337782315,0.0152400391317864,0.255951455205554,0.486763792257171,0.0136071485684923,0.255951455205554,0.358412461765079,0.010445246347128,0.5,0.255951455205554,0.514609176061359,0.0110837920398552,0.5,0.255951455205554,0.379071079766778,0.0132300268080441,0.5,0.255951455205554,0.250937984538786,0.0159060909016083,0.255951455205554,0.528332487864681,0.00715948792210889,0.0802322604497641,0.218028028820693,0.255951455205554,0.0795366717075472,0.164451633042247,0.5,0.255951455205554,0.0356212049464296,0.11201119595704,0.255951455205554,0.119026323049008,0.405212485751069,0.255951455205554,0.0733849653135424,0.00950445609828054,0.255951455205554,0.0992380410644095,0.00964141507240785,0.189365274786138,0.253277397594031 -735,0.255951455205554,0.228505546384209,0.0619116593711271,0.255951455205554,0.14380763087549,0.0080710229490231,0.255951455205554,0.360936856030319,0.015801356709406,0.255951455205554,0.424219507468891,0.0136618817763903,0.255951455205554,0.433809767746254,0.0204561524350016,0.255951455205554,0.36713185481083,0.0183531391941174,0.5,0.255951455205554,0.457854551551767,0.0164769796114498,0.5,0.255951455205554,0.382765629212994,0.0131653369765436,0.5,0.255951455205554,0.237303070707253,0.0195495807084923,0.255951455205554,0.466657253277746,0.00929799187280349,0.0370228386274846,0.194689844633392,0.255951455205554,0.0484767966778432,0.134173861040842,0.5,0.255951455205554,0.0327981322015369,0.0900502871728102,0.255951455205554,0.0782724577942861,0.366130631088578,0.255951455205554,0.0570738242996032,0.0124290764677329,0.255951455205554,0.0937653589982656,0.0153839793129255,0.16442422192429,0.27756281073549 -736,0.255951455205554,0.134539016078815,0.0386591477642347,0.255951455205554,0.0910551764902221,0.00294674039731293,0.255951455205554,0.246842472609198,0.0209600358600269,0.255951455205554,0.236786948364221,0.0157715588799825,0.255951455205554,0.305812671852487,0.0319845925640122,0.255951455205554,0.257047471639883,0.0272317230718783,0.5,0.255951455205554,0.31349425858971,0.0262528901882008,0.5,0.255951455205554,0.276816216807748,0.0118770806117513,0.5,0.255951455205554,0.162603141493251,0.0223603449040629,0.255951455205554,0.342942758451023,0.013353321008126,0.0102834237433852,0.118729279296446,0.255951455205554,0.0169044339674271,0.130447097735161,0.5,0.255951455205554,0.0172010031915195,0.0793197137684361,0.255951455205554,0.0318034303622448,0.347635850834926,0.255951455205554,0.034909203070525,0.0175729850832969,0.255951455205554,0.0842944468041195,0.0257585974663562,0.109443759075872,0.314750790247009 -737,0.255951455205554,0.0,0.0349529494220516,0.255951455205554,0.0,0.00598430110833669,0.255951455205554,0.0,0.0302267670243194,0.255951455205554,0.0,0.0199563549112455,0.255951455205554,0.012836660072682,0.0569086082401146,0.255951455205554,0.000180967278794197,0.0353689815915068,0.5,0.255951455205554,0.0350775464945119,0.0328849785838492,0.5,0.255951455205554,0.0252344491422141,0.0181996699613277,0.5,0.255951455205554,0.000184281580691085,0.0339130608407614,0.255951455205554,0.04985042310044,0.0186475638835251,7.81553665068863e-05,0.094559206322913,0.255951455205554,0.00015198521504802,0.14102475963563,0.5,0.255951455205554,0.000198743407677888,0.0819116965155112,0.255951455205554,4.30851813865049e-05,0.34413592706365,0.255951455205554,0.0,0.033700943127352,0.255951455205554,0.0,0.0443629338815788,0.0,0.391683152106015 -738,0.255951455205554,0.0,0.0403982656097271,0.255951455205554,0.0,0.0171683488400848,0.255951455205554,0.0,0.0494506646714817,0.255951455205554,0.0,0.036166993374602,0.255951455205554,0.0,0.0873398512130011,0.255951455205554,0.0,0.0420125868573715,0.5,0.255951455205554,0.0,0.0460266412740171,0.5,0.255951455205554,0.0,0.0226516489361744,0.5,0.255951455205554,0.0,0.0314722185264123,0.255951455205554,0.0,0.02026559935756,0.0,0.11368840460445,0.255951455205554,0.0,0.164784693724505,0.5,0.255951455205554,0.0,0.0913295673517078,0.255951455205554,0.0,0.37424156179158,0.255951455205554,0.0,0.0475716609854293,0.255951455205554,0.0,0.0609691992688227,0.0,0.507649127791329 -739,0.255951455205554,0.0,0.057510911320658,0.255951455205554,0.0,0.0279661582045926,0.255951455205554,0.0,0.0809008625945785,0.255951455205554,0.0,0.0613403277044822,0.255951455205554,0.0,0.126373734428649,0.255951455205554,0.0,0.0499307905727187,0.5,0.255951455205554,0.0,0.0634656731156628,0.5,0.255951455205554,0.0,0.0280655858667202,0.5,0.255951455205554,0.0,0.0354702114754724,0.255951455205554,0.0,0.0303234830466725,0.0,0.0893583400662235,0.255951455205554,0.0,0.173798213190861,0.5,0.255951455205554,0.0,0.105075160113076,0.255951455205554,0.0,0.403429219143012,0.255951455205554,0.0,0.0539297497490143,0.255951455205554,0.0,0.0648860691851634,0.0,0.634525102608318 -740,0.255951455205554,0.0,0.0807908301145761,0.255951455205554,0.0,0.0383237579030315,0.255951455205554,0.0,0.118419358649397,0.255951455205554,0.0,0.0977005382892837,0.255951455205554,0.0,0.165612221411064,0.255951455205554,0.0,0.0682611712560966,0.5,0.255951455205554,0.0,0.0873777813963732,0.5,0.255951455205554,0.0,0.0254444490023138,0.5,0.255951455205554,0.0,0.0348310384062887,0.255951455205554,0.0,0.043999319965955,0.0,0.0699463955220192,0.255951455205554,0.0,0.151832808240353,0.5,0.255951455205554,0.0,0.110133619643252,0.255951455205554,0.0,0.403032846464259,0.255951455205554,0.0,0.0569355974482448,0.255951455205554,0.0,0.0742220032568245,0.0,0.727207262950641 -741,0.255951455205554,0.0,0.101207931575861,0.255951455205554,0.0,0.0541217294224042,0.255951455205554,0.0,0.157354083590389,0.255951455205554,0.0,0.126086891283928,0.255951455205554,0.0,0.228858408126913,0.255951455205554,0.0,0.0737425539988282,0.5,0.255951455205554,0.0,0.103527575866617,0.5,0.255951455205554,0.0,0.0310571469076298,0.5,0.255951455205554,0.0,0.032366973339738,0.255951455205554,0.0,0.0479289555775577,0.0,0.0639032005310643,0.255951455205554,0.0,0.130029366868293,0.5,0.255951455205554,0.0,0.116530619281607,0.255951455205554,0.0,0.356446567110337,0.255951455205554,0.0,0.068560302607411,0.255951455205554,0.0,0.0625688300059475,0.0,0.819356495060858 -742,0.255951455205554,0.0,0.126263967519833,0.255951455205554,0.0,0.0759162712690807,0.255951455205554,0.0,0.215584549291389,0.255951455205554,0.0,0.179625155906591,0.255951455205554,0.0,0.310028604023999,0.255951455205554,0.0,0.065908600970466,0.5,0.255951455205554,0.0,0.119205759146972,0.5,0.255951455205554,0.0,0.0385947960706585,0.5,0.255951455205554,0.0,0.036670539866698,0.255951455205554,0.0,0.0469263560991525,0.0,0.0686296458042558,0.255951455205554,0.0,0.122692446417129,0.5,0.255951455205554,0.0,0.146824265350859,0.255951455205554,0.0,0.317606181779287,0.255951455205554,0.0,0.0616534164249627,0.255951455205554,0.0,0.051746310498465,0.0,0.875329514980235 -743,0.255951455205554,0.0,0.171102103372496,0.255951455205554,0.0,0.0979560392213499,0.255951455205554,0.0,0.270176881989865,0.255951455205554,0.0,0.238568803618597,0.255951455205554,0.0,0.363366000035414,0.255951455205554,0.0,0.0689266410227476,0.5,0.255951455205554,0.0,0.141850099720871,0.5,0.255951455205554,0.0,0.040123341953901,0.5,0.255951455205554,0.0,0.0375328431432607,0.255951455205554,0.0,0.0645868801184188,0.0,0.0634738707900929,0.255951455205554,0.0,0.114623341071449,0.5,0.255951455205554,0.0,0.149600848166061,0.255951455205554,0.0,0.27097636877363,0.255951455205554,0.0,0.0544932197478915,0.255951455205554,0.0,0.048027675510529,0.0,0.910859157369961 -744,0.255951455205554,0.0,0.231176399889021,0.255951455205554,0.0,0.15685145019307,0.255951455205554,0.0,0.321147878535111,0.255951455205554,0.0,0.294188007513468,0.255951455205554,0.0,0.405271499326161,0.255951455205554,0.0,0.0975229632440043,0.5,0.255951455205554,0.0,0.166679872713764,0.5,0.255951455205554,0.0,0.0354644381390339,0.5,0.255951455205554,0.0,0.0374897403517223,0.255951455205554,0.0,0.088007921465835,0.0,0.0761274652659915,0.255951455205554,0.0,0.102883444332175,0.5,0.255951455205554,0.0,0.116167045411902,0.255951455205554,0.0,0.245416766922091,0.255951455205554,0.0,0.0606095491499705,0.255951455205554,0.0,0.0572102046996979,0.0,0.921998034073931 -745,0.255951455205554,0.0,0.288006694164779,0.255951455205554,0.0,0.128594615455604,0.255951455205554,0.0,0.367480528013781,0.255951455205554,0.0,0.343576510481196,0.255951455205554,0.0,0.484777194256237,0.255951455205554,0.0,0.108302053849706,0.5,0.255951455205554,0.0,0.189590766628621,0.5,0.255951455205554,0.0,0.0449480812121852,0.5,0.255951455205554,0.0,0.0410855930987295,0.255951455205554,0.0,0.109259486582946,0.0,0.0833436685127334,0.255951455205554,0.0,0.111933181281753,0.5,0.255951455205554,0.0,0.0898732603352087,0.255951455205554,0.0,0.211591337662399,0.255951455205554,0.0,0.0800441241684715,0.255951455205554,0.0,0.0548375983807816,0.0,0.920535054868027 -746,0.255951455205554,0.0,0.333647722073228,0.255951455205554,0.0,0.137821149827583,0.255951455205554,0.0,0.412940770802538,0.255951455205554,0.0,0.382137675890486,0.255951455205554,0.0,0.585551324805573,0.255951455205554,0.0,0.124904377791423,0.5,0.255951455205554,0.0,0.233480611070521,0.5,0.255951455205554,0.0,0.0530571895435086,0.5,0.255951455205554,0.0,0.0479176422171846,0.255951455205554,0.0,0.146280148516928,0.0,0.0735331646443394,0.255951455205554,0.0,0.113205143667888,0.5,0.255951455205554,0.0,0.116667272631999,0.255951455205554,0.0,0.197845972091941,0.255951455205554,0.0,0.086642938486884,0.255951455205554,0.0,0.0508657435490125,0.0,0.916460401370946 -747,0.255951455205554,0.0,0.359915953217746,0.255951455205554,0.0,0.218120955487679,0.255951455205554,0.0,0.46741783158699,0.255951455205554,0.0,0.465134506172405,0.255951455205554,0.0,0.651343842924637,0.255951455205554,0.0,0.165108940981665,0.5,0.255951455205554,0.0,0.268667438220168,0.5,0.255951455205554,0.0,0.0645018998433003,0.5,0.255951455205554,0.0,0.0462203721174401,0.255951455205554,0.0,0.169665023679843,0.0,0.0632041042267292,0.255951455205554,0.0,0.100180451143111,0.5,0.255951455205554,0.0,0.146378345059356,0.255951455205554,0.0,0.186180588155469,0.255951455205554,0.0,0.084750844732931,0.255951455205554,0.0,0.0636466628493246,0.0,0.920288949584617 -748,0.255951455205554,0.0,0.44099429567449,0.255951455205554,0.0,0.297669149126318,0.255951455205554,0.0,0.533277322277701,0.255951455205554,0.0,0.54266464148945,0.255951455205554,0.0,0.702476041119129,0.255951455205554,0.0,0.174759653995882,0.5,0.255951455205554,0.0,0.298891045098442,0.5,0.255951455205554,0.0,0.0823692576471698,0.5,0.255951455205554,0.0,0.0512381536989779,0.255951455205554,0.0,0.21752713490162,0.0,0.072887162855589,0.255951455205554,0.0,0.0988060786996537,0.5,0.255951455205554,0.0,0.143965888348398,0.255951455205554,0.0,0.174127015719984,0.255951455205554,0.0,0.0914265772939198,0.255951455205554,0.0,0.0727863769184234,0.0,0.93376138028095 -749,0.255951455205554,0.0,0.561377986666339,0.255951455205554,0.0,0.31771120405984,0.255951455205554,0.0,0.593244039631234,0.255951455205554,0.0,0.613966190069628,0.255951455205554,0.0,0.760957861103128,0.255951455205554,0.0,0.205543116624923,0.5,0.255951455205554,0.0,0.32277741438588,0.5,0.255951455205554,0.0,0.0901956315828197,0.5,0.255951455205554,0.0,0.0577481930326196,0.255951455205554,0.0,0.246085850100219,0.0,0.0940405352357583,0.255951455205554,0.0,0.119779601399164,0.5,0.255951455205554,0.0,0.160771991612842,0.255951455205554,0.0,0.209598540561149,0.255951455205554,0.0,0.0911870506746806,0.255951455205554,0.0,0.0743781155236245,0.0,0.934481458111787 -750,0.255951455205554,0.0,0.661148067257413,0.255951455205554,0.0,0.384045763281124,0.255951455205554,0.0,0.642452351388789,0.255951455205554,0.0,0.679051183996744,0.255951455205554,0.0,0.783978231704564,0.255951455205554,0.0,0.214900550693123,0.5,0.255951455205554,0.0,0.334077707531608,0.5,0.255951455205554,0.0,0.107075363204662,0.5,0.255951455205554,0.0,0.0705643264637652,0.255951455205554,0.0,0.247131776400165,0.0,0.104232104351548,0.255951455205554,0.0,0.148284971979601,0.5,0.255951455205554,0.0,0.205754210019072,0.255951455205554,0.0,0.263990546357475,0.255951455205554,0.0,0.103518333500664,0.255951455205554,0.0,0.0946808713485547,0.0,0.936425184400495 -751,0.255951455205554,0.0,0.704162177585943,0.255951455205554,0.0,0.420125509697091,0.255951455205554,0.0,0.669244716896446,0.255951455205554,0.0,0.712646119168897,0.255951455205554,0.0,0.797430479090481,0.255951455205554,0.0,0.219172096574351,0.5,0.255951455205554,0.0,0.346694434018201,0.5,0.255951455205554,0.0,0.11094954720398,0.5,0.255951455205554,0.0,0.0762598492238255,0.255951455205554,0.0,0.30280328760089,0.0,0.137949627116421,0.255951455205554,0.0,0.178089603156317,0.5,0.255951455205554,0.0,0.22992715324288,0.255951455205554,0.0,0.337575213555134,0.255951455205554,0.0,0.12849308578914,0.255951455205554,0.0,0.115559454412267,0.0,0.943422572775859 -752,0.255951455205554,0.0,0.716396447685134,0.255951455205554,0.0,0.464270827188148,0.255951455205554,0.0,0.682693783226852,0.255951455205554,0.0,0.742728811595262,0.255951455205554,0.0,0.806980753572813,0.255951455205554,0.0,0.2122246141191,0.5,0.255951455205554,0.0,0.373204698123055,0.5,0.255951455205554,0.0,0.114407683635651,0.5,0.255951455205554,0.0,0.0817536761538641,0.255951455205554,0.0,0.397328010541492,0.0,0.18515776377922,0.255951455205554,0.0,0.223781113260223,0.5,0.255951455205554,0.0,0.244784070974921,0.255951455205554,0.0,0.400754163530438,0.255951455205554,0.0,0.130988660654083,0.255951455205554,0.0,0.133318405383425,0.0,0.950734193843632 -753,0.255951455205554,0.00124489766715772,0.749130898262128,0.255951455205554,0.00340161592272433,0.481911948739374,0.255951455205554,0.00208237824449665,0.688351124041825,0.255951455205554,0.00114029123490663,0.784806229039178,0.255951455205554,0.0012130498156018,0.79719173812968,0.255951455205554,0.00704175710899361,0.194589360259022,0.5,0.255951455205554,0.0043958727790108,0.414718241616574,0.5,0.255951455205554,0.0255712376345344,0.100049634408128,0.5,0.255951455205554,0.0452505434963486,0.0717922341433107,0.255951455205554,0.003241626276563,0.557609670473173,0.00945803729009486,0.208824947928171,0.255951455205554,0.0153200460308226,0.236431008250453,0.5,0.255951455205554,0.00616852457770782,0.26298954555224,0.255951455205554,0.0264483483183576,0.461742664384403,0.255951455205554,0.0169043003423862,0.123674964955105,0.255951455205554,0.0229013596601188,0.106880634795023,0.00142076915874614,0.954679834479794 -754,0.255951455205554,0.0388531887633413,0.753715539756285,0.255951455205554,0.0804908400882703,0.46300832408042,0.255951455205554,0.0420008483931414,0.672548564846445,0.255951455205554,0.0248607187327713,0.8047521981179,0.255951455205554,0.0223397606863377,0.761350105335348,0.255951455205554,0.103008731935199,0.208730520159387,0.5,0.255951455205554,0.069003152774968,0.437444043878272,0.5,0.255951455205554,0.18446372061783,0.0800788060370177,0.5,0.255951455205554,0.202423028862371,0.0611593386578841,0.255951455205554,0.0402571550609223,0.670215723820829,0.0613367408432115,0.170097297441735,0.255951455205554,0.0919933448729623,0.23431008353611,0.5,0.255951455205554,0.0857425767684438,0.312041416469069,0.255951455205554,0.142510273955265,0.522450917198518,0.255951455205554,0.142653655347651,0.111360119993311,0.255951455205554,0.170242449727401,0.095327142606269,0.0524349291960077,0.960574255832889 -755,0.255951455205554,0.0820898996877659,0.759107201264275,0.255951455205554,0.171463795866646,0.437061407067263,0.255951455205554,0.0914014589371455,0.658340159756416,0.255951455205554,0.0482672236971037,0.787555463596311,0.255951455205554,0.0465169032962869,0.718659350141418,0.255951455205554,0.216552609494929,0.267809579638346,0.5,0.255951455205554,0.130912088485941,0.474957714982811,0.5,0.255951455205554,0.333384921242724,0.059337867686598,0.5,0.255951455205554,0.347753320176052,0.0513434544327373,0.255951455205554,0.0519894923408862,0.713414901890286,0.114820928553493,0.137913204331857,0.255951455205554,0.171953261740737,0.245003068061035,0.5,0.255951455205554,0.142280135048191,0.311197915807598,0.255951455205554,0.268232577117342,0.534069929137531,0.255951455205554,0.28615619971477,0.117637734849406,0.255951455205554,0.329162600135457,0.106724800844859,0.0704240853677312,0.963255360954803 -756,0.255951455205554,0.114082348201526,0.74824129082739,0.255951455205554,0.242523261338634,0.418095198821754,0.255951455205554,0.130486582741016,0.608087345575459,0.255951455205554,0.062173336347884,0.734053513531052,0.255951455205554,0.0670030771290621,0.675702571622375,0.255951455205554,0.333486855457263,0.465883941983637,0.5,0.255951455205554,0.168785232748891,0.435408922093608,0.5,0.255951455205554,0.425929141130292,0.053966985541011,0.5,0.255951455205554,0.433884752500248,0.0410021277305881,0.255951455205554,0.0540346411860757,0.583588688190734,0.173596937417028,0.129154736576091,0.255951455205554,0.253622159320717,0.282767769505848,0.5,0.255951455205554,0.168354660654306,0.315527634878141,0.255951455205554,0.378999286353121,0.497493435276152,0.255951455205554,0.422399824643991,0.134764062769918,0.255951455205554,0.444712179566902,0.121646479791582,0.16300081666304,0.939302112162689 -757,0.255951455205554,0.113275756461422,0.732280588565109,0.255951455205554,0.268195487516534,0.399848585174588,0.255951455205554,0.134442999670309,0.550116606800031,0.255951455205554,0.0615130882930092,0.612389588599685,0.255951455205554,0.0724686762568684,0.592949527957777,0.255951455205554,0.308145358872149,0.591350126226614,0.5,0.255951455205554,0.128056489009769,0.354549431817154,0.5,0.255951455205554,0.427026138013153,0.195789973645158,0.5,0.255951455205554,0.446006870466063,0.036595815459089,0.255951455205554,0.0626709092466573,0.412871188726892,0.194001533991574,0.208438799696474,0.255951455205554,0.32157063405731,0.261722500916743,0.5,0.255951455205554,0.184550339932657,0.316094256932101,0.255951455205554,0.421522281543756,0.466664679535265,0.255951455205554,0.488264697422234,0.146584821056618,0.255951455205554,0.489718335606969,0.135547079996648,0.175284228760784,0.850427940207861 -758,0.255951455205554,0.0788373118026642,0.6709827856083,0.255951455205554,0.138226088936732,0.353899706481874,0.255951455205554,0.10643362048139,0.499296658438566,0.255951455205554,0.0470275059092835,0.535677221822342,0.255951455205554,0.0643211396251402,0.461428658328822,0.255951455205554,0.177444106035845,0.679553896212761,0.5,0.255951455205554,0.0863660135794553,0.29238639600641,0.5,0.255951455205554,0.330560763967214,0.211124896524681,0.5,0.255951455205554,0.368255279724387,0.0371610183333681,0.255951455205554,0.0607893068418064,0.275619362001641,0.215323571851032,0.177209450163798,0.255951455205554,0.33053122621971,0.225784692871715,0.5,0.255951455205554,0.184262397278854,0.324983942181947,0.255951455205554,0.356617141859723,0.41300192369019,0.255951455205554,0.482724404444379,0.160339466711464,0.255951455205554,0.455284896734609,0.147635249066481,0.0899969209641941,0.864243254588191 -759,0.255951455205554,0.0478929089690363,0.636971321259257,0.255951455205554,0.0770574801598178,0.361213579196293,0.255951455205554,0.0761924635686684,0.418810741869607,0.255951455205554,0.035163848134179,0.470537835396887,0.255951455205554,0.0523233285170176,0.349253769664617,0.255951455205554,0.0952329894897162,0.57330978844992,0.5,0.255951455205554,0.0801333317616716,0.213526916252097,0.5,0.255951455205554,0.245855787557056,0.225936495347516,0.5,0.255951455205554,0.241670429010614,0.0449535909750213,0.255951455205554,0.0521026076388722,0.174879195246766,0.22459978530021,0.121574628392362,0.255951455205554,0.264032626801924,0.18855074579955,0.5,0.255951455205554,0.160136195256301,0.31653228925936,0.255951455205554,0.20965749555203,0.329991028043631,0.255951455205554,0.378880979579348,0.155843639429104,0.255951455205554,0.342011035694986,0.153765730030496,0.0515918589783208,0.903616416968423 -760,0.255951455205554,0.0178048458059486,0.593886818274886,0.255951455205554,0.0180500106922671,0.214994078546953,0.255951455205554,0.037349046248919,0.334825318544525,0.255951455205554,0.013956340953796,0.422916927384654,0.255951455205554,0.0349986101545635,0.254859094461157,0.255951455205554,0.0496305607828681,0.379584372837074,0.5,0.255951455205554,0.0526457847353675,0.137378381466668,0.5,0.255951455205554,0.131658820307357,0.168280039176678,0.5,0.255951455205554,0.115026406004192,0.059381524223535,0.255951455205554,0.0353279869574409,0.0909887018608729,0.152364938336939,0.115910167276905,0.255951455205554,0.13575573009183,0.153894909454624,0.5,0.255951455205554,0.0798537485682657,0.271803495821041,0.255951455205554,0.0829466864645234,0.275077081222783,0.255951455205554,0.191005504426824,0.171219020587287,0.255951455205554,0.207261893431091,0.164982453915943,0.0104852533635025,0.887967964125241 -761,0.255951455205554,0.000692150672950825,0.503484245315183,0.255951455205554,0.000952242707998973,0.204961675452402,0.255951455205554,0.000923872937388956,0.265238698938622,0.255951455205554,0.00144726769420352,0.337617788861188,0.255951455205554,0.00574659932575476,0.187260746186011,0.255951455205554,0.000987253474087593,0.20236805818697,0.5,0.255951455205554,0.0132245111965233,0.0591915838374874,0.5,0.255951455205554,0.0130735514144231,0.121286201616867,0.5,0.255951455205554,0.000988728447315123,0.0526536757468044,0.255951455205554,0.011329843461669,0.0530092963243728,0.0,0.109995170947926,0.255951455205554,0.0,0.149951781469611,0.5,0.255951455205554,0.0,0.239743670087427,0.255951455205554,0.0,0.305020400462381,0.255951455205554,0.0,0.153880785982374,0.255951455205554,0.0,0.153211273209044,0.000792457708316572,0.884156611898371 -762,0.255951455205554,0.0,0.400105837817432,0.255951455205554,0.0,0.230876433493992,0.255951455205554,0.0,0.225402919531402,0.255951455205554,0.0,0.229656553089728,0.255951455205554,0.0,0.148092027346215,0.255951455205554,0.0,0.104868650279594,0.5,0.255951455205554,0.0,0.0476477531915253,0.5,0.255951455205554,0.0,0.0712058064626495,0.5,0.255951455205554,0.0,0.0513820112286956,0.255951455205554,0.0,0.0592853644067982,0.0,0.0831532486724267,0.255951455205554,0.0,0.1332938049048,0.5,0.255951455205554,0.0,0.227540377570428,0.255951455205554,0.0,0.339001580029538,0.255951455205554,0.0,0.127075697482592,0.255951455205554,0.0,0.147628433722604,0.0,0.8519015164411 -763,0.255951455205554,0.0,0.293298755282486,0.255951455205554,0.0,0.138475993706803,0.255951455205554,0.0,0.209616360947965,0.255951455205554,0.0,0.182557435151892,0.255951455205554,0.0,0.144742614238847,0.255951455205554,0.0,0.0552985777851262,0.5,0.255951455205554,0.0,0.0437752822228402,0.5,0.255951455205554,0.0,0.0376641827801794,0.5,0.255951455205554,0.0,0.0397200174005374,0.255951455205554,0.0,0.0503881741749162,0.0,0.0664398563836843,0.255951455205554,0.0,0.115768459172897,0.5,0.255951455205554,0.0,0.192720244213943,0.255951455205554,0.0,0.326333052716107,0.255951455205554,0.0,0.0898485021275199,0.255951455205554,0.0,0.124568554175491,0.0,0.852014144000821 -764,0.255951455205554,0.0,0.247501681657112,0.255951455205554,0.0,0.0915177546900786,0.255951455205554,0.0,0.209648529702192,0.255951455205554,0.0,0.173932977367479,0.255951455205554,0.0,0.162968523258297,0.255951455205554,0.0,0.0335140149639401,0.5,0.255951455205554,0.0,0.0416830423078786,0.5,0.255951455205554,0.0,0.0236836084184452,0.5,0.255951455205554,0.0,0.0269377940190734,0.255951455205554,0.0,0.0392548316920957,0.0,0.061246511404861,0.255951455205554,0.0,0.090163392639506,0.5,0.255951455205554,0.0,0.142366585608657,0.255951455205554,0.0,0.275270550653519,0.255951455205554,0.0,0.0557369275274383,0.255951455205554,0.0,0.0936738876221885,0.0,0.917294583184802 -765,0.255951455205554,0.0,0.245740420951051,0.255951455205554,0.0,0.0957424163764035,0.255951455205554,0.0,0.229820202540588,0.255951455205554,0.0,0.170993942712182,0.255951455205554,0.0,0.198971547031104,0.255951455205554,0.0,0.0237700716123359,0.5,0.255951455205554,0.0,0.0458512825477118,0.5,0.255951455205554,0.0,0.0148792369111209,0.5,0.255951455205554,0.0,0.0193003603533423,0.255951455205554,0.0,0.0410003186504167,0.0,0.0553396794396462,0.255951455205554,0.0,0.0659791289257151,0.5,0.255951455205554,0.0,0.0972217474757117,0.255951455205554,0.0,0.223140539958954,0.255951455205554,0.0,0.03597128348944,0.255951455205554,0.0,0.0540824095978282,0.0,0.921300766114065 -766,0.255951455205554,0.0,0.263753311008427,0.255951455205554,0.0,0.0969757328936477,0.255951455205554,0.0,0.26441282922762,0.255951455205554,0.0,0.210126400111932,0.255951455205554,0.0,0.221400084575381,0.255951455205554,0.0,0.0216232814855397,0.5,0.255951455205554,0.0,0.0568679262102215,0.5,0.255951455205554,0.0,0.00907671263078607,0.5,0.255951455205554,0.0,0.0130731659937913,0.255951455205554,0.0,0.0522112735238371,0.0,0.0346552920413149,0.255951455205554,0.0,0.0514249085926292,0.5,0.255951455205554,0.0,0.0704731612094157,0.255951455205554,0.0,0.170303794296411,0.255951455205554,0.0,0.0303530992088541,0.255951455205554,0.0,0.0226549537177185,0.0,0.916656018619172 -767,0.255951455205554,0.0,0.309660654051974,0.255951455205554,0.0,0.0969473172399578,0.255951455205554,0.0,0.288211081434621,0.255951455205554,0.0,0.27924288729453,0.255951455205554,0.0,0.227741729172166,0.255951455205554,0.0,0.0275645998049372,0.5,0.255951455205554,0.0,0.0731519335159946,0.5,0.255951455205554,0.0,0.00845378715424567,0.5,0.255951455205554,0.0,0.0106576225601099,0.255951455205554,0.0,0.0629285475851949,0.0,0.0292676987259727,0.255951455205554,0.0,0.0401166114107607,0.5,0.255951455205554,0.0,0.054404559083091,0.255951455205554,0.0,0.112550594196358,0.255951455205554,0.0,0.0233525890705489,0.255951455205554,0.0,0.0108690299460949,0.0,0.913976778984533 -768,0.255951455205554,0.0,0.354750716425826,0.255951455205554,0.0,0.097297807286901,0.255951455205554,0.0,0.30952329331877,0.255951455205554,0.0,0.32720068623442,0.255951455205554,0.0,0.241528054422923,0.255951455205554,0.0,0.0319584964222182,0.5,0.255951455205554,0.0,0.0947998264381713,0.5,0.255951455205554,0.0,0.0115230388701314,0.5,0.255951455205554,0.0,0.0125180950663819,0.255951455205554,0.0,0.0707161017658915,0.0,0.0160095831171081,0.255951455205554,0.0,0.0279888574116647,0.5,0.255951455205554,0.0,0.0477417523107765,0.255951455205554,0.0,0.0922570392730926,0.255951455205554,0.0,0.0197385202177798,0.255951455205554,0.0,0.0121712310733047,0.0,0.911060658892018 -769,0.255951455205554,0.0,0.373200301102101,0.255951455205554,0.0,0.12523742792733,0.255951455205554,0.0,0.340871593149402,0.255951455205554,0.0,0.382783772909333,0.255951455205554,0.0,0.264589192895969,0.255951455205554,0.0,0.0358292238922422,0.5,0.255951455205554,0.0,0.111269592744366,0.5,0.255951455205554,0.0,0.015835530761165,0.5,0.255951455205554,0.0,0.0143038778823088,0.255951455205554,0.0,0.0668632861715555,0.0,0.00806423732543326,0.255951455205554,0.0,0.0221629379886433,0.5,0.255951455205554,0.0,0.0463286408192578,0.255951455205554,0.0,0.102278630082998,0.255951455205554,0.0,0.0184924974051803,0.255951455205554,0.0,0.0143414544458766,0.0,0.909778972735986 -770,0.255951455205554,0.0,0.407470025759301,0.255951455205554,0.0,0.157763956850278,0.255951455205554,0.0,0.377205652898574,0.255951455205554,0.0,0.41204223722965,0.255951455205554,0.0,0.28064082212374,0.255951455205554,0.0,0.0341123873237671,0.5,0.255951455205554,0.0,0.107909152703007,0.5,0.255951455205554,0.0,0.0162570188986494,0.5,0.255951455205554,0.0,0.0126371809892984,0.255951455205554,0.0,0.0602916768271344,0.0,0.0074876014991106,0.255951455205554,0.0,0.0213879256410411,0.5,0.255951455205554,0.0,0.0495733893226768,0.255951455205554,0.0,0.0893884830362192,0.255951455205554,0.0,0.0180609975124294,0.255951455205554,0.0,0.0100845859837016,0.0,0.912056899144055 -771,0.255951455205554,0.0,0.438582773836166,0.255951455205554,0.0,0.181760170646629,0.255951455205554,0.0,0.410382578538185,0.255951455205554,0.0,0.431341158128804,0.255951455205554,0.0,0.284744274351737,0.255951455205554,0.0,0.0333021075882069,0.5,0.255951455205554,0.0,0.100391452937654,0.5,0.255951455205554,0.0,0.0150965907623408,0.5,0.255951455205554,0.0,0.0119183264909021,0.255951455205554,0.0,0.0577443554550353,0.0,0.0065879082194092,0.255951455205554,0.0,0.0202908270533446,0.5,0.255951455205554,0.0,0.0557342848945041,0.255951455205554,0.0,0.0816015941398611,0.255951455205554,0.0,0.0161390728595909,0.255951455205554,0.0,0.00900134636896727,0.0,0.91462880617114 -772,0.255951455205554,0.0,0.451250830985855,0.255951455205554,0.0,0.17292464507812,0.255951455205554,0.0,0.416133533877743,0.255951455205554,0.0,0.444605547494303,0.255951455205554,0.0,0.285712977637862,0.255951455205554,0.0,0.0359038445517135,0.5,0.255951455205554,0.0,0.0924845890302457,0.5,0.255951455205554,0.0,0.0168811760350643,0.5,0.255951455205554,0.0,0.0144184189673928,0.255951455205554,0.0,0.0491126938355064,0.0,0.0068164028451991,0.255951455205554,0.0,0.0176680262352587,0.5,0.255951455205554,0.0,0.058663837822385,0.255951455205554,0.0,0.0521508001631288,0.255951455205554,0.0,0.0152615530285234,0.255951455205554,0.0,0.00858946748235904,0.0,0.91578915185238 -773,0.255951455205554,0.0,0.454635501999338,0.255951455205554,0.0,0.182919000177733,0.255951455205554,0.0,0.409503083861236,0.255951455205554,0.0,0.441105427618927,0.255951455205554,0.0,0.288405242562486,0.255951455205554,0.0,0.0344306994328486,0.5,0.255951455205554,0.0,0.0892224994926985,0.5,0.255951455205554,0.0,0.0105125539881963,0.5,0.255951455205554,0.0,0.0157415426616704,0.255951455205554,0.0,0.0400478715663071,0.0,0.00558046595786749,0.255951455205554,0.0,0.0161093847173236,0.5,0.255951455205554,0.0,0.06034876772831,0.255951455205554,0.0,0.0438215531915528,0.255951455205554,0.0,0.0163305869359715,0.255951455205554,0.0,0.00728855493930827,0.0,0.915851487236322 -774,0.255951455205554,0.0,0.468250623265686,0.255951455205554,0.0,0.193043664370622,0.255951455205554,0.0,0.397603846590149,0.255951455205554,0.0,0.420683470394215,0.255951455205554,0.0,0.278931043425766,0.255951455205554,0.0,0.0338968240689268,0.5,0.255951455205554,0.0,0.090752969911009,0.5,0.255951455205554,0.0,0.0058145108884337,0.5,0.255951455205554,0.0,0.0198862545548614,0.255951455205554,0.0,0.0376716341538188,0.0,0.00528423706244903,0.255951455205554,0.0,0.0165990647023926,0.5,0.255951455205554,0.0,0.0631147060343257,0.255951455205554,0.0,0.0424142772841331,0.255951455205554,0.0,0.0170931162537985,0.255951455205554,0.0,0.00765220248166219,0.0,0.915819970456125 -775,0.255951455205554,0.0,0.469141205283857,0.255951455205554,0.0,0.181856992939196,0.255951455205554,0.0,0.381227294788106,0.255951455205554,0.0,0.410922531479818,0.255951455205554,0.0,0.25869796039085,0.255951455205554,0.0,0.0346289192024368,0.5,0.255951455205554,0.0,0.078078920819155,0.5,0.255951455205554,0.0,0.00436384671966663,0.5,0.255951455205554,0.0,0.023324249312658,0.255951455205554,0.0,0.0400258517125282,0.0,0.00651528731749015,0.255951455205554,0.0,0.0150460034293787,0.5,0.255951455205554,0.0,0.0679850364661692,0.255951455205554,0.0,0.0378672801333021,0.255951455205554,0.0,0.018579506415004,0.255951455205554,0.0,0.00975219608456411,0.0,0.915969422678802 -776,0.255951455205554,0.0,0.478106119091768,0.255951455205554,0.0,0.183523067775667,0.255951455205554,0.0,0.358459119643067,0.255951455205554,0.0,0.416379028685042,0.255951455205554,0.0,0.22531643436395,0.255951455205554,0.0,0.0331137889556341,0.5,0.255951455205554,0.0,0.0604933164402489,0.5,0.255951455205554,0.0,0.00479149191970011,0.5,0.255951455205554,0.0,0.0234492946325977,0.255951455205554,0.0,0.0316243176660539,0.0,0.0024477460761699,0.255951455205554,0.0,0.0124625466571043,0.5,0.255951455205554,0.0,0.0699222763915761,0.255951455205554,0.0,0.0296458561904159,0.255951455205554,0.0,0.0210453019356057,0.255951455205554,0.0,0.00907016367415207,0.0,0.914157244473825 -777,0.255951455205554,0.0029618339627504,0.483816039694702,0.255951455205554,0.00482773461475275,0.194137833216322,0.255951455205554,0.00380448485062557,0.336220439257874,0.255951455205554,0.00413380194997045,0.385778451162085,0.255951455205554,0.00401357944736944,0.197693934046659,0.255951455205554,0.00670127347092644,0.0301099924377124,0.5,0.255951455205554,0.00440044918504757,0.0488937354603236,0.5,0.255951455205554,0.0105446709549131,0.00442809568736398,0.5,0.255951455205554,0.00855702905520035,0.0224771551547879,0.255951455205554,0.00224343197966089,0.0274930977351163,0.00456398645095446,0.00195290015635664,0.255951455205554,0.00357606411865468,0.0120014083090325,0.5,0.255951455205554,0.00520817981018303,0.068563449278625,0.255951455205554,0.00411895496333924,0.0232733378541498,0.255951455205554,0.00722561608632636,0.019506568750321,0.255951455205554,0.00845967046176681,0.0074020093373896,0.00347924879222298,0.904995592993422 -778,0.255951455205554,0.115669830171881,0.475224406680038,0.255951455205554,0.124615344050149,0.192096857399856,0.255951455205554,0.113897646910163,0.31868811417693,0.255951455205554,0.142887754187276,0.349482235319913,0.255951455205554,0.120908298419906,0.179837269177484,0.255951455205554,0.113334457845538,0.0296680622258863,0.5,0.255951455205554,0.076778306319008,0.0467107390941154,0.5,0.255951455205554,0.0841849487382765,0.00487105576066544,0.5,0.255951455205554,0.0521350056536663,0.022464251184755,0.255951455205554,0.0309756102406692,0.0189589103355335,0.0425931438425195,0.00327657975630177,0.255951455205554,0.0348051542008154,0.0123910223710595,0.5,0.255951455205554,0.0721362120420719,0.0696890832323178,0.255951455205554,0.0334807244379307,0.0241518012797905,0.255951455205554,0.0698475332984051,0.0179469397752327,0.255951455205554,0.0766653654637563,0.00661267759825312,0.139456544566172,0.90312804818643 -779,0.255951455205554,0.205603141100688,0.465750910352439,0.255951455205554,0.286536100450166,0.191143112562278,0.255951455205554,0.228015977416363,0.299783324679409,0.255951455205554,0.285807604451163,0.340829225624608,0.255951455205554,0.25410647942916,0.163824642557856,0.255951455205554,0.258705643309254,0.0273023300889684,0.5,0.255951455205554,0.172334698336011,0.048348089054699,0.5,0.255951455205554,0.176704407729273,0.00390515950909614,0.5,0.255951455205554,0.101778365329294,0.0189145232421838,0.255951455205554,0.0666339126685189,0.0166134621909889,0.0941521784371535,0.00181587735072763,0.255951455205554,0.0777410388783421,0.011882332303043,0.5,0.255951455205554,0.157621566809464,0.0713262649563475,0.255951455205554,0.0763467213401469,0.0248976889706584,0.255951455205554,0.147405063250322,0.0144355954558427,0.255951455205554,0.164171913839424,0.00667363358502954,0.298000361637179,0.901776381334829 -780,0.255951455205554,0.204715054073904,0.471238578213472,0.255951455205554,0.416209082493996,0.19169752190487,0.255951455205554,0.313298895284461,0.281008179444703,0.255951455205554,0.290585939487116,0.323787669851499,0.255951455205554,0.351631046952901,0.136263366942995,0.255951455205554,0.383357048618908,0.0320502913241957,0.5,0.255951455205554,0.253861702956886,0.0562897137171773,0.5,0.255951455205554,0.251187281619767,0.00334403233406711,0.5,0.255951455205554,0.145148011183467,0.0135576413307415,0.255951455205554,0.0964866455631162,0.02288311768426,0.136491228609023,0.00211861319124091,0.255951455205554,0.127590247871039,0.0111565934815569,0.5,0.255951455205554,0.227609726985896,0.0672730864742497,0.255951455205554,0.116981428394603,0.0213601695765341,0.255951455205554,0.230721873002032,0.0164074336691437,0.255951455205554,0.254599654480618,0.00728037799061311,0.360652226822078,0.881787859237421 -781,0.255951455205554,0.178373014090952,0.470589418583846,0.255951455205554,0.460946977996943,0.206802615910211,0.255951455205554,0.357579911597626,0.269277436095168,0.255951455205554,0.222401709542958,0.280924070693193,0.255951455205554,0.383187390314451,0.164986156017802,0.255951455205554,0.456254228084708,0.0353530505165075,0.5,0.255951455205554,0.309852375579515,0.0589760003933616,0.5,0.255951455205554,0.28256002457496,0.0116983410157157,0.5,0.255951455205554,0.175652372196776,0.0147490500924579,0.255951455205554,0.109993360099596,0.0256784871615973,0.252257008391829,0.0050117805479667,0.255951455205554,0.180128425535386,0.0118287702241829,0.5,0.255951455205554,0.269895445926432,0.0713270936890789,0.255951455205554,0.146098101446449,0.0159666681066646,0.255951455205554,0.302509249673931,0.0181858593267048,0.255951455205554,0.321439213567115,0.0076281426665883,0.212404585340031,0.875058101128393 -782,0.255951455205554,0.137475892975662,0.421318165826421,0.255951455205554,0.319417887651815,0.17978599665481,0.255951455205554,0.359719452554106,0.230964977292955,0.255951455205554,0.326351006869069,0.228419621951057,0.255951455205554,0.39214335792905,0.151422325753187,0.255951455205554,0.469193877766821,0.0393275675109361,0.5,0.255951455205554,0.314465613593971,0.0480152099935106,0.5,0.255951455205554,0.265712183275662,0.0139390850114685,0.5,0.255951455205554,0.176803553967395,0.0156430020628381,0.255951455205554,0.121437177512882,0.0147619395280881,0.15105122844882,0.00797132630259999,0.255951455205554,0.156737537894499,0.0120670978299185,0.5,0.255951455205554,0.275633671360308,0.0728351908648814,0.255951455205554,0.129851479333185,0.0108522960839634,0.255951455205554,0.308311166730663,0.0147436630212143,0.255951455205554,0.335840002400449,0.00861975603505246,0.113278379348133,0.872693216797079 -783,0.255951455205554,0.0949455037973043,0.351848681055914,0.255951455205554,0.116390651054733,0.114233071936896,0.255951455205554,0.316569802815086,0.188462516630529,0.255951455205554,0.363907568564135,0.188785807152234,0.255951455205554,0.370641253980658,0.115374231218176,0.255951455205554,0.394183347473119,0.0287177004981295,0.5,0.255951455205554,0.263745564708758,0.0472504581628644,0.5,0.255951455205554,0.21117617719918,0.012233887916502,0.5,0.255951455205554,0.144362178692897,0.0149381546685298,0.255951455205554,0.101852283976944,0.0121149798606944,0.0801114521588106,0.00565383799725914,0.255951455205554,0.0958589344223901,0.0119158689601902,0.5,0.255951455205554,0.21009291838044,0.066455193368064,0.255951455205554,0.106798928639818,0.00679747083888979,0.255951455205554,0.247853443914945,0.0119391635025281,0.255951455205554,0.26652308005946,0.00590000024418121,0.0602855111913482,0.857445287734844 -784,0.255951455205554,0.0533676786639491,0.309032630668817,0.255951455205554,0.0720584375394127,0.0888849346944491,0.255951455205554,0.210601539089169,0.161340602480474,0.255951455205554,0.232093236648458,0.159574600745975,0.255951455205554,0.282578603429193,0.0946649911095886,0.255951455205554,0.245896187004651,0.010466524542051,0.5,0.255951455205554,0.175146516842249,0.0353556414836176,0.5,0.255951455205554,0.147820604696091,0.003886804385113,0.5,0.255951455205554,0.0861462761238584,0.00697221729630291,0.255951455205554,0.0652440145368122,0.00684855328703803,0.0371264265682846,0.00434762973463344,0.255951455205554,0.0539172483348392,0.0105069190921916,0.5,0.255951455205554,0.121844654737729,0.0650757652825774,0.255951455205554,0.0673634173061024,0.00230236231784676,0.255951455205554,0.156266450220239,0.00961145233909843,0.255951455205554,0.156012432457987,0.00328144511154845,0.0452519541248283,0.852140833694116 -785,0.255951455205554,0.0,0.303303250662202,0.255951455205554,0.0,0.0832297654181591,0.255951455205554,0.0,0.164335506614868,0.255951455205554,0.0,0.152372492224971,0.255951455205554,0.0316951753170273,0.104248729013321,0.255951455205554,0.0114007554783271,0.00480478062274205,0.5,0.255951455205554,0.034691202762475,0.0247968642717975,0.5,0.255951455205554,0.0367340234428979,0.0026930967461366,0.5,0.255951455205554,0.00204628755419542,0.00622602601828922,0.255951455205554,0.0211990046611873,0.00236355363929731,0.0,0.00337401198763098,0.255951455205554,0.0,0.00738182654273597,0.5,0.255951455205554,0.0,0.0518378256511541,0.255951455205554,0.0,0.00129918314072062,0.255951455205554,0.0,0.00596488240032227,0.255951455205554,0.0,0.00142355611843107,0.0,0.835512275412386 -786,0.255951455205554,0.0,0.291550824999409,0.255951455205554,0.0,0.0616752687078137,0.255951455205554,0.0,0.166844939366454,0.255951455205554,0.0,0.162706885973302,0.255951455205554,0.0,0.0937901301302878,0.255951455205554,0.0,0.00218971534453337,0.5,0.255951455205554,0.0,0.0174843055161794,0.5,0.255951455205554,0.0,0.00290475996669587,0.5,0.255951455205554,0.0,0.00375979255041718,0.255951455205554,0.0,0.00032108966809401,0.0,0.00124823866872279,0.255951455205554,0.0,0.00399246766647133,0.5,0.255951455205554,0.0,0.0383970924919406,0.255951455205554,0.0,0.000867223670483575,0.255951455205554,0.0,0.00234930911480703,0.255951455205554,0.0,0.000570832614195659,0.0,0.814531076843577 -787,0.255951455205554,0.0,0.262008361161214,0.255951455205554,0.0,0.0497017620255003,0.255951455205554,0.0,0.156908189364201,0.255951455205554,0.0,0.176087187276707,0.255951455205554,0.0,0.0773554930624706,0.255951455205554,0.0,0.00181061956320484,0.5,0.255951455205554,0.0,0.0132670901885947,0.5,0.255951455205554,0.0,0.00258204520384808,0.5,0.255951455205554,0.0,0.00413135874477896,0.255951455205554,0.0,0.000491178225392824,0.0,0.00106716325704605,0.255951455205554,0.0,0.00197862728175621,0.5,0.255951455205554,0.0,0.0282871437969618,0.255951455205554,0.0,0.000452961107074209,0.255951455205554,0.0,0.000975450773200899,0.255951455205554,0.0,0.000156033995352581,0.0,0.850873570768642 -788,0.255951455205554,0.0,0.253060015133903,0.255951455205554,0.0,0.0481072502575642,0.255951455205554,0.0,0.151982316644004,0.255951455205554,0.0,0.177855879278551,0.255951455205554,0.0,0.0770327525847837,0.255951455205554,0.0,0.001875409214029,0.5,0.255951455205554,0.0,0.00977490134279418,0.5,0.255951455205554,0.0,0.00347860519991322,0.5,0.255951455205554,0.0,0.00242736985859388,0.255951455205554,0.0,0.000812999036094664,0.0,0.000444713301548593,0.255951455205554,0.0,0.000872842854268289,0.5,0.255951455205554,0.0,0.0207495868361869,0.255951455205554,0.0,0.000683459829353572,0.255951455205554,0.0,0.000626100245031357,0.255951455205554,0.0,6.64370651030859e-05,0.0,0.88040749368967 -789,0.255951455205554,0.0,0.262586860208251,0.255951455205554,0.0,0.0719279226136166,0.255951455205554,0.0,0.160245372331323,0.255951455205554,0.0,0.186377047846563,0.255951455205554,0.0,0.0715994953485162,0.255951455205554,0.0,0.000885563350402381,0.5,0.255951455205554,0.0,0.0049572405335954,0.5,0.255951455205554,0.0,0.00528051112602372,0.5,0.255951455205554,0.0,0.00512735052306762,0.255951455205554,0.0,0.00134015600038841,0.0,0.000519659339481746,0.255951455205554,0.0,0.000684975330714467,0.5,0.255951455205554,0.0,0.021355904934564,0.255951455205554,0.0,0.0015316219873353,0.255951455205554,0.0,0.00028934845467297,0.255951455205554,0.0,0.00027533599751668,0.0,0.875929037779578 -790,0.255951455205554,0.0,0.275492721852039,0.255951455205554,0.0,0.0723263206788944,0.255951455205554,0.0,0.158845228305679,0.255951455205554,0.0,0.17722551730418,0.255951455205554,0.0,0.0611109906456518,0.255951455205554,0.0,0.00084415593218972,0.5,0.255951455205554,0.0,0.004139961716477,0.5,0.255951455205554,0.0,0.00604158360587174,0.5,0.255951455205554,0.0,0.00804174524648374,0.255951455205554,0.0,0.00305529967172422,0.0,0.000257033759985081,0.255951455205554,0.0,0.000950922279378987,0.5,0.255951455205554,0.0,0.0151601344126023,0.255951455205554,0.0,0.00136385922499185,0.255951455205554,0.0,0.000349726711360597,0.255951455205554,0.0,0.000112343223221675,0.0,0.861025352660976 -791,0.255951455205554,0.0,0.265799053359705,0.255951455205554,0.0,0.0751066070033531,0.255951455205554,0.0,0.144450192306442,0.255951455205554,0.0,0.160573060677907,0.255951455205554,0.0,0.0503949773093991,0.255951455205554,0.0,0.00124648231766174,0.5,0.255951455205554,0.0,0.0035355602072319,0.5,0.255951455205554,0.0,0.00704712680698624,0.5,0.255951455205554,0.0,0.00998170058155927,0.255951455205554,0.0,0.00543877720922512,0.0,0.000365132495456701,0.255951455205554,0.0,0.000477333713630168,0.5,0.255951455205554,0.0,0.0186137150477795,0.255951455205554,0.0,0.00126862935648918,0.255951455205554,0.0,0.000381515105618289,0.255951455205554,0.0,0.000391561476028468,0.0,0.833586064749489 -792,0.255951455205554,0.0,0.250816783451494,0.255951455205554,0.0,0.0615645996264225,0.255951455205554,0.0,0.12758557611327,0.255951455205554,0.0,0.137964842962774,0.255951455205554,0.0,0.0419260587913493,0.255951455205554,0.0,0.00429989238727211,0.5,0.255951455205554,0.0,0.00473221156672997,0.5,0.255951455205554,0.0,0.00970703317313664,0.5,0.255951455205554,0.0,0.0144974720362106,0.255951455205554,0.0,0.0089531579527126,0.0,0.00340274443735102,0.255951455205554,0.0,0.000683155785842252,0.5,0.255951455205554,0.0,0.0160643345044162,0.255951455205554,0.0,0.000930843567998661,0.255951455205554,0.0,0.000404343868582983,0.255951455205554,0.0,0.00087409909741001,0.0,0.815171138184989 -793,0.255951455205554,0.0,0.235530205120549,0.255951455205554,0.0,0.0512041143822062,0.255951455205554,0.0,0.114285502429362,0.255951455205554,0.0,0.114042972689613,0.255951455205554,0.0,0.0314544019605357,0.255951455205554,0.0,0.00730655584875778,0.5,0.255951455205554,0.0,0.00583169325281811,0.5,0.255951455205554,0.0,0.0110930016171255,0.5,0.255951455205554,0.0,0.0168374417930513,0.255951455205554,0.0,0.0120890737321551,0.0,0.00160431502271641,0.255951455205554,0.0,0.00168876225113204,0.5,0.255951455205554,0.0,0.0151877888837314,0.255951455205554,0.0,0.00172364570391676,0.255951455205554,0.0,0.00150221870381601,0.255951455205554,0.0,0.00202985515994208,0.0,0.799287003670158 -794,0.255951455205554,0.0,0.201715258130647,0.255951455205554,0.0,0.0349727284933022,0.255951455205554,0.0,0.0958784956881633,0.255951455205554,0.0,0.0900301567219659,0.255951455205554,0.0,0.0239553648709617,0.255951455205554,0.0,0.00788996035628946,0.5,0.255951455205554,0.0,0.00572607795748793,0.5,0.255951455205554,0.0,0.0120672794200999,0.5,0.255951455205554,0.0,0.0200036146578325,0.255951455205554,0.0,0.0127175144653544,0.0,0.00533308210814136,0.255951455205554,0.0,0.00309594011186305,0.5,0.255951455205554,0.0,0.0163954603930707,0.255951455205554,0.0,0.00301654028987535,0.255951455205554,0.0,0.00261406448805856,0.255951455205554,0.0,0.00239125723169133,0.0,0.782098724656619 -795,0.255951455205554,0.0,0.162484302749259,0.255951455205554,0.0,0.0285514548036069,0.255951455205554,0.0,0.0797366790651445,0.255951455205554,0.0,0.0771976430263413,0.255951455205554,0.0,0.0248865555773152,0.255951455205554,0.0,0.008323278576954,0.5,0.255951455205554,0.0,0.00617791521793421,0.5,0.255951455205554,0.0,0.0148051020684961,0.5,0.255951455205554,0.0,0.0221733087671803,0.255951455205554,0.0,0.0159630292170327,0.0,0.00876833585412531,0.255951455205554,0.0,0.00443602203132216,0.5,0.255951455205554,0.0,0.0131559586910368,0.255951455205554,0.0,0.007093476461322,0.255951455205554,0.0,0.00491783190025994,0.255951455205554,0.0,0.00590818014925282,0.0,0.774691082372261 -796,0.255951455205554,0.0,0.136886061421349,0.255951455205554,0.0,0.0140709164315945,0.255951455205554,0.0,0.0742915283150746,0.255951455205554,0.0,0.0750524645293494,0.255951455205554,0.0,0.02792534960107,0.255951455205554,0.0,0.0100480882192411,0.5,0.255951455205554,0.0,0.00669763065345943,0.5,0.255951455205554,0.0,0.0175309426631998,0.5,0.255951455205554,0.0,0.0299849828832769,0.255951455205554,0.0,0.0176683915686782,0.0,0.0108417875032301,0.255951455205554,0.0,0.00993325546506778,0.5,0.255951455205554,0.0,0.00531003475205811,0.255951455205554,0.0,0.00814544125856762,0.255951455205554,0.0,0.0107060717859351,0.255951455205554,0.0,0.0100378170078023,0.0,0.743552478362077 -797,0.255951455205554,0.0,0.113838726349118,0.255951455205554,0.0,0.021989639271576,0.255951455205554,0.0,0.0672072648527545,0.255951455205554,0.0,0.070895344583317,0.255951455205554,0.0,0.0384856282302501,0.255951455205554,0.0,0.0101823716765794,0.5,0.255951455205554,0.0,0.0109157481962225,0.5,0.255951455205554,0.0,0.0210203434334009,0.5,0.255951455205554,0.0,0.0360969525810815,0.255951455205554,0.0,0.0243976682416222,0.0,0.0105144964037805,0.255951455205554,0.0,0.0110321453941321,0.5,0.255951455205554,0.0,0.003038641236582,0.255951455205554,0.0,0.0104652993961046,0.255951455205554,0.0,0.016354763679848,0.255951455205554,0.0,0.0146756311503626,0.0,0.690559569630581 -798,0.255951455205554,0.0,0.0917333674673966,0.255951455205554,0.0,0.0247601149852858,0.255951455205554,0.0,0.0630146514888927,0.255951455205554,0.0,0.0718303942455193,0.255951455205554,0.0,0.0652841119052967,0.255951455205554,0.0,0.0158870977552895,0.5,0.255951455205554,0.0,0.0157716958289351,0.5,0.255951455205554,0.0,0.0230630797950539,0.5,0.255951455205554,0.0,0.0395147881869917,0.255951455205554,0.0,0.0347967062629166,0.0,0.0104838235567063,0.255951455205554,0.0,0.0123617708734315,0.5,0.255951455205554,0.0,0.00386975246972501,0.255951455205554,0.0,0.0184598734810468,0.255951455205554,0.0,0.0146797850285364,0.255951455205554,0.0,0.0137849016794288,0.0,0.614875007169848 -799,0.255951455205554,0.0,0.0945191683236767,0.255951455205554,0.0,0.0446632222266428,0.255951455205554,0.0,0.0749640564241818,0.255951455205554,0.0,0.0840441560868621,0.255951455205554,0.0,0.0705475457008538,0.255951455205554,0.0,0.0207022981854902,0.5,0.255951455205554,0.0,0.02198335079761,0.5,0.255951455205554,0.0,0.0294708640804753,0.5,0.255951455205554,0.0,0.0428943283447101,0.255951455205554,0.0,0.0495536809999187,0.0,0.0197055641790411,0.255951455205554,0.0,0.0170894754518454,0.5,0.255951455205554,0.0,0.0121582853813512,0.255951455205554,0.0,0.027491592371333,0.255951455205554,0.0,0.0141283533889403,0.255951455205554,0.0,0.0175652260800015,0.0,0.547579682309832 -800,0.255951455205554,0.0,0.100402117583694,0.255951455205554,0.0,0.0654098050567835,0.255951455205554,0.0,0.0790827348211705,0.255951455205554,0.0,0.0892830571171671,0.255951455205554,0.0,0.0632570245059858,0.255951455205554,0.0,0.0281779704815414,0.5,0.255951455205554,0.0,0.0266868497947163,0.5,0.255951455205554,0.0,0.0357122012063281,0.5,0.255951455205554,0.0,0.0489455201971009,0.255951455205554,0.0,0.0510533779904412,0.0,0.0248368817332386,0.255951455205554,0.0,0.0265301873073735,0.5,0.255951455205554,0.0,0.0175479323932341,0.255951455205554,0.0,0.0453840457342838,0.255951455205554,0.0,0.0226492491865616,0.255951455205554,0.0,0.023894954319731,0.0,0.560093843514495 -801,0.255951455205554,0.00457840097693229,0.096198788603887,0.255951455205554,0.00760936985158202,0.0710405309144358,0.255951455205554,0.00629410402966256,0.0797831897775739,0.255951455205554,0.00536267164551703,0.0935300423119895,0.255951455205554,0.00598428573656991,0.0534248563707878,0.255951455205554,0.0135970531880191,0.031379306628302,0.5,0.255951455205554,0.00849072976077302,0.0267015773121496,0.5,0.255951455205554,0.013211559334564,0.0443146411376542,0.5,0.255951455205554,0.0188018098531142,0.0638368407648653,0.255951455205554,0.00875571935090791,0.0500795550611554,0.0124561517105638,0.0396091884872279,0.255951455205554,0.0120592989285956,0.0447508821351691,0.5,0.255951455205554,0.013739298883798,0.0283943807519995,0.255951455205554,0.0161305936070358,0.0913060464647253,0.255951455205554,0.0137634008315435,0.0422600944186398,0.255951455205554,0.0168832610827686,0.0382855362291991,0.00476166934270528,0.693490365601256 -802,0.255951455205554,0.151902100359434,0.096017290557897,0.255951455205554,0.163625686705665,0.0709288283669849,0.255951455205554,0.156764292204142,0.0865865166920801,0.255951455205554,0.155349195971315,0.0976343400280103,0.255951455205554,0.157061304403208,0.0404413510145761,0.255951455205554,0.160070100662394,0.0317962732850311,0.5,0.255951455205554,0.138778777379033,0.0304298636736093,0.5,0.255951455205554,0.0905564452859515,0.0594973074998301,0.5,0.255951455205554,0.0924442347715227,0.106687006174276,0.255951455205554,0.153909129679782,0.0595146197874302,0.0754651244474432,0.069707584075211,0.255951455205554,0.0724127508599033,0.0677909898753255,0.5,0.255951455205554,0.154920986449026,0.050629841811145,0.255951455205554,0.0768441429302249,0.172102283376206,0.255951455205554,0.0982344945761058,0.0745795464797635,0.255951455205554,0.115296991984488,0.058581599764919,0.154176927524616,0.628102891511621 -803,0.255951455205554,0.313028185733642,0.11341548355264,0.255951455205554,0.321824627515963,0.0909993556546473,0.255951455205554,0.316791680433943,0.111963068119142,0.255951455205554,0.31647662292349,0.117080647245808,0.255951455205554,0.318597185767285,0.0436924219213022,0.255951455205554,0.291882528052204,0.0394775415487701,0.5,0.255951455205554,0.238432681929311,0.0408491034020026,0.5,0.255951455205554,0.179995145628537,0.0862797471754104,0.5,0.255951455205554,0.181579751984819,0.154695444660576,0.255951455205554,0.277234268994123,0.118973352720806,0.107575017455416,0.10534648689164,0.255951455205554,0.140815479059426,0.0995098010308094,0.5,0.255951455205554,0.302658626493609,0.0715116398445611,0.255951455205554,0.187544577112188,0.241903892233359,0.255951455205554,0.181345833501851,0.111287865389256,0.255951455205554,0.206451178775249,0.118435161289374,0.315480545527722,0.531689360120655 -804,0.255951455205554,0.43514633322317,0.138668958083539,0.255951455205554,0.436949300158182,0.124240062213418,0.255951455205554,0.439048737344538,0.147120767989538,0.255951455205554,0.440962067940999,0.162032328428773,0.255951455205554,0.443568172765221,0.061362002128137,0.255951455205554,0.390085739621249,0.0650650417786443,0.5,0.255951455205554,0.300159966177055,0.0629874082802415,0.5,0.255951455205554,0.248918681698595,0.118822396244588,0.5,0.255951455205554,0.266804989509491,0.185651843286013,0.255951455205554,0.378345752402928,0.193052450805295,0.0932078470664533,0.134743127132349,0.255951455205554,0.238364351026053,0.138500885526549,0.5,0.255951455205554,0.405918310997305,0.100799601606481,0.255951455205554,0.30301878680012,0.347915051606151,0.255951455205554,0.232797400373117,0.156258843803523,0.255951455205554,0.24309235139895,0.169734753098566,0.437199221319877,0.630618836341562 -805,0.255951455205554,0.493833099301507,0.177039806735403,0.255951455205554,0.493464990552509,0.138622277286225,0.255951455205554,0.484161976108167,0.180283934041476,0.255951455205554,0.50182310389548,0.180601427255901,0.255951455205554,0.500175838973085,0.0933279473477883,0.255951455205554,0.40631215387479,0.102110636286369,0.5,0.255951455205554,0.320703108523951,0.0923758120777025,0.5,0.255951455205554,0.282069776962389,0.201756039512092,0.5,0.255951455205554,0.311050264721137,0.248841513770262,0.255951455205554,0.442600790523064,0.225743255408915,0.18799441798131,0.16398647696862,0.255951455205554,0.294065613665304,0.191795764157446,0.5,0.255951455205554,0.441505149356754,0.117791568197526,0.255951455205554,0.376799127687332,0.445280095771595,0.255951455205554,0.286812262009554,0.198058629244054,0.255951455205554,0.276472526371611,0.194345797216839,0.495004328212174,0.704371406619967 -806,0.255951455205554,0.486357131804715,0.191031686992519,0.255951455205554,0.485610623914845,0.140812848036182,0.255951455205554,0.457694030002027,0.211652710638067,0.255951455205554,0.496462746040421,0.180615896315128,0.255951455205554,0.472176760330914,0.143418384656483,0.255951455205554,0.362690139972206,0.138651483194169,0.5,0.255951455205554,0.301362509791658,0.127746494634283,0.5,0.255951455205554,0.276388950877157,0.15824815037029,0.5,0.255951455205554,0.305020971767564,0.227051082534212,0.255951455205554,0.441505988831842,0.356930825713888,0.266291874424576,0.170807706300758,0.255951455205554,0.302473547914936,0.263405010532393,0.5,0.255951455205554,0.395438593216426,0.134475798582505,0.255951455205554,0.404479543975044,0.546625845701137,0.255951455205554,0.328548697494108,0.256054585665099,0.255951455205554,0.287462435786579,0.182343448957848,0.483099030108674,0.811886633028164 -807,0.255951455205554,0.409421005093563,0.194362594255801,0.255951455205554,0.398326945570264,0.162756052195301,0.255951455205554,0.36023190139074,0.22108830076127,0.255951455205554,0.414049856075029,0.172334919838497,0.255951455205554,0.371141310823955,0.150565531671401,0.255951455205554,0.279843621391855,0.0670239894912914,0.5,0.255951455205554,0.233485939725383,0.12698895013013,0.5,0.255951455205554,0.233588027496008,0.0908431202388451,0.5,0.255951455205554,0.253066547569122,0.174397376072042,0.255951455205554,0.267176917240208,0.393976996128668,0.258992205674642,0.252583303990282,0.255951455205554,0.271706430521468,0.311024964285865,0.5,0.255951455205554,0.280707606732495,0.158992110031466,0.255951455205554,0.362648983832255,0.648087981067787,0.255951455205554,0.285802321189308,0.260685037958079,0.255951455205554,0.229149005802259,0.168553918643911,0.40758861174997,0.85872276322628 -808,0.255951455205554,0.267956617482106,0.218612611765794,0.255951455205554,0.198255609911238,0.180219367901092,0.255951455205554,0.202668361132167,0.245831547253168,0.255951455205554,0.216883122634742,0.211652804048265,0.255951455205554,0.26133032873501,0.115338176314232,0.255951455205554,0.128537071982754,0.040239172891062,0.5,0.255951455205554,0.124681926952914,0.090656050188569,0.5,0.255951455205554,0.165180297972691,0.0541352848604006,0.5,0.255951455205554,0.155425587870147,0.118324634779674,0.255951455205554,0.0954707954767998,0.202258816599481,0.186218846165085,0.346958723741269,0.255951455205554,0.149053203801068,0.377272907768169,0.5,0.255951455205554,0.1469567141678,0.194885851092004,0.255951455205554,0.186613779388733,0.626114595653984,0.255951455205554,0.17100306531952,0.267518172875644,0.255951455205554,0.123417291018993,0.134603882393645,0.278973843054678,0.86910908815883 -809,0.255951455205554,0.0,0.290695270260288,0.255951455205554,0.0,0.244284861761134,0.255951455205554,0.00201524089626893,0.290952960749617,0.255951455205554,0.0,0.298828901925461,0.255951455205554,0.0449400171308454,0.117330390827685,0.255951455205554,0.00954060766788491,0.0455247467307056,0.5,0.255951455205554,0.023718264551393,0.0715422925595294,0.5,0.255951455205554,0.0422036755975687,0.0458794367025703,0.5,0.255951455205554,0.00914377554791118,0.0851396684139071,0.255951455205554,0.0224907180654539,0.0902944262628277,0.0,0.448042230065857,0.255951455205554,0.0,0.449514983027372,0.5,0.255951455205554,0.0,0.255897247012735,0.255951455205554,0.0,0.613485562159235,0.255951455205554,0.0,0.305613539853658,0.255951455205554,0.0,0.0931124508858169,0.0,0.879083386022062 -810,0.255951455205554,0.0,0.381650798809083,0.255951455205554,0.0,0.300482037838213,0.255951455205554,0.0,0.360080047214356,0.255951455205554,0.0,0.38951034034097,0.255951455205554,0.0,0.16901468984286,0.255951455205554,0.0,0.0483474136813976,0.5,0.255951455205554,0.0,0.0855490941326501,0.5,0.255951455205554,0.0,0.0333050235311044,0.5,0.255951455205554,0.0,0.0655870851121519,0.255951455205554,0.0,0.0546974528937992,0.0,0.553518554484279,0.255951455205554,0.0,0.503175156904622,0.5,0.255951455205554,0.0,0.330054283095684,0.255951455205554,0.0,0.610770900288252,0.255951455205554,0.0,0.327934151234421,0.255951455205554,0.0,0.0561401857103804,0.0,0.866890950286333 -811,0.255951455205554,0.0,0.478780671257998,0.255951455205554,0.0,0.439242132466199,0.255951455205554,0.0,0.408380620485162,0.255951455205554,0.0,0.448086350057032,0.255951455205554,0.0,0.211205870477438,0.255951455205554,0.0,0.0443441878166753,0.5,0.255951455205554,0.0,0.0913542501167884,0.5,0.255951455205554,0.0,0.0200854631824938,0.5,0.255951455205554,0.0,0.0374179283947763,0.255951455205554,0.0,0.0358684450535168,0.0,0.61191712972588,0.255951455205554,0.0,0.521738809984064,0.5,0.255951455205554,0.0,0.412973002595207,0.255951455205554,0.0,0.564187351571558,0.255951455205554,0.0,0.284650371609707,0.255951455205554,0.0,0.0310809603648892,0.0,0.870812872992059 -812,0.255951455205554,0.0,0.562202244932023,0.255951455205554,0.0,0.543025025426977,0.255951455205554,0.0,0.426753555500125,0.255951455205554,0.0,0.572763389773738,0.255951455205554,0.0,0.202047750660327,0.255951455205554,0.0,0.0424276342362696,0.5,0.255951455205554,0.0,0.082942913132639,0.5,0.255951455205554,0.0,0.0139751446869644,0.5,0.255951455205554,0.0,0.0197288056157174,0.255951455205554,0.0,0.0233988564141504,0.0,0.611441190955244,0.255951455205554,0.0,0.503902032116204,0.5,0.255951455205554,0.0,0.451553842903726,0.255951455205554,0.0,0.453675288346145,0.255951455205554,0.0,0.223894709264649,0.255951455205554,0.0,0.0159170528995124,0.0,0.934856177586237 -813,0.255951455205554,0.0,0.623148603717618,0.255951455205554,0.0,0.622016129282436,0.255951455205554,0.0,0.415850800076155,0.255951455205554,0.0,0.603479769163944,0.255951455205554,0.0,0.150153991296988,0.255951455205554,0.0,0.0356641764365655,0.5,0.255951455205554,0.0,0.0660312967354289,0.5,0.255951455205554,0.0,0.0118485248894831,0.5,0.255951455205554,0.0,0.0123312613331951,0.255951455205554,0.0,0.0181820763412848,0.0,0.519113769938071,0.255951455205554,0.0,0.467472687813743,0.5,0.255951455205554,0.0,0.495230982535894,0.255951455205554,0.0,0.350220426285029,0.255951455205554,0.0,0.167130724686673,0.255951455205554,0.0,0.0100354512303332,0.0,0.969211603806813 -814,0.255951455205554,0.0,0.612756852861244,0.255951455205554,0.0,0.63573893176546,0.255951455205554,0.0,0.353278420889849,0.255951455205554,0.0,0.473844438390344,0.255951455205554,0.0,0.109677064790239,0.255951455205554,0.0,0.037986922107445,0.5,0.255951455205554,0.0,0.0580473664198017,0.5,0.255951455205554,0.0,0.0121843889546915,0.5,0.255951455205554,0.0,0.0111163571563795,0.255951455205554,0.0,0.0186865425489376,0.0,0.436851876233839,0.255951455205554,0.0,0.440386834643827,0.5,0.255951455205554,0.0,0.568882519382697,0.255951455205554,0.0,0.288577418230951,0.255951455205554,0.0,0.123524126413057,0.255951455205554,0.0,0.008470300637967,0.0,0.96256394069641 -815,0.255951455205554,0.0,0.583896624224684,0.255951455205554,0.0,0.47718596596004,0.255951455205554,0.0,0.262231972501055,0.255951455205554,0.0,0.306575443357453,0.255951455205554,0.0,0.094498016619087,0.255951455205554,0.0,0.0454717278796703,0.5,0.255951455205554,0.0,0.0481648338143246,0.5,0.255951455205554,0.0,0.0124939067623257,0.5,0.255951455205554,0.0,0.0110763949897015,0.255951455205554,0.0,0.0207027796207328,0.0,0.42041933084645,0.255951455205554,0.0,0.40058758580601,0.5,0.255951455205554,0.0,0.621109078798387,0.255951455205554,0.0,0.259407875821926,0.255951455205554,0.0,0.0861505653013254,0.255951455205554,0.0,0.00743512594918083,0.0,0.945768174483352 -816,0.255951455205554,0.0,0.49635737947134,0.255951455205554,0.0,0.23800455719956,0.255951455205554,0.0,0.182311112880297,0.255951455205554,0.0,0.209580430585193,0.255951455205554,0.0,0.0948055512304726,0.255951455205554,0.0,0.0500744752622525,0.5,0.255951455205554,0.0,0.0398634529435981,0.5,0.255951455205554,0.0,0.0107291120338505,0.5,0.255951455205554,0.0,0.0103751067751463,0.255951455205554,0.0,0.0265199788807117,0.0,0.422938030938449,0.255951455205554,0.0,0.35620147915714,0.5,0.255951455205554,0.0,0.536161075036224,0.255951455205554,0.0,0.230362744254817,0.255951455205554,0.0,0.0632981079809397,0.255951455205554,0.0,0.00857328502749595,0.0,0.907790277092326 -817,0.255951455205554,0.0,0.446217101704808,0.255951455205554,0.0,0.119969389979951,0.255951455205554,0.0,0.129223032296898,0.255951455205554,0.0,0.142399385649728,0.255951455205554,0.0,0.100766558505166,0.255951455205554,0.0,0.0522958668435646,0.5,0.255951455205554,0.0,0.0537168917909079,0.5,0.255951455205554,0.0,0.0108717749715515,0.5,0.255951455205554,0.0,0.0120512111402925,0.255951455205554,0.0,0.0324884269734992,0.0,0.367563870536594,0.255951455205554,0.0,0.329420807421793,0.5,0.255951455205554,0.0,0.423012142390762,0.255951455205554,0.0,0.207098943829138,0.255951455205554,0.0,0.0476669654193132,0.255951455205554,0.0,0.0125842594060333,0.0,0.869993879521316 -818,0.255951455205554,0.0,0.350155921583598,0.255951455205554,0.0,0.0983052419115447,0.255951455205554,0.0,0.112930520700905,0.255951455205554,0.0,0.126156049939503,0.255951455205554,0.0,0.104152560946602,0.255951455205554,0.0,0.0546577322571589,0.5,0.255951455205554,0.0,0.0605533157765633,0.5,0.255951455205554,0.0,0.013050698847552,0.5,0.255951455205554,0.0,0.0135535222669484,0.255951455205554,0.0,0.0461583856111765,0.0,0.347730522288653,0.255951455205554,0.0,0.30130254574635,0.5,0.255951455205554,0.0,0.317307440149857,0.255951455205554,0.0,0.201521320397857,0.255951455205554,0.0,0.0372810124352408,0.255951455205554,0.0,0.0167586440333042,0.0,0.83563693212725 -819,0.255951455205554,0.0,0.268241013318456,0.255951455205554,0.0,0.093083407602935,0.255951455205554,0.0,0.116695152391201,0.255951455205554,0.0,0.139955681171882,0.255951455205554,0.0,0.118857577722563,0.255951455205554,0.0,0.0577975888261321,0.5,0.255951455205554,0.0,0.0747801213937523,0.5,0.255951455205554,0.0,0.0176345598459212,0.5,0.255951455205554,0.0,0.0150595777018204,0.255951455205554,0.0,0.0791377295822506,0.0,0.324256996053033,0.255951455205554,0.0,0.250524870697915,0.5,0.255951455205554,0.0,0.244722985368922,0.255951455205554,0.0,0.192738820196956,0.255951455205554,0.0,0.0341800212585815,0.255951455205554,0.0,0.0210578642008373,0.0,0.793783035959865 -820,0.255951455205554,0.0,0.219616465228064,0.255951455205554,0.0,0.071402201678619,0.255951455205554,0.0,0.114636778027602,0.255951455205554,0.0,0.141453117677168,0.255951455205554,0.0,0.131262075748565,0.255951455205554,0.0,0.0633368928363529,0.5,0.255951455205554,0.0,0.0858619318700889,0.5,0.255951455205554,0.0,0.0215013034346769,0.5,0.255951455205554,0.0,0.0159375971464286,0.255951455205554,0.0,0.0797444206339345,0.0,0.259324111446735,0.255951455205554,0.0,0.201851530603817,0.5,0.255951455205554,0.0,0.194197256292867,0.255951455205554,0.0,0.174929435509774,0.255951455205554,0.0,0.0301994029451998,0.255951455205554,0.0,0.0242583392942739,0.0,0.772793746487253 -821,0.255951455205554,0.0,0.193417037455296,0.255951455205554,0.0,0.0642350838803069,0.255951455205554,0.0,0.107387072379474,0.255951455205554,0.0,0.122389903258149,0.255951455205554,0.0,0.143327835923336,0.255951455205554,0.0,0.0661160239436911,0.5,0.255951455205554,0.0,0.107884042807854,0.5,0.255951455205554,0.0,0.0334899403884846,0.5,0.255951455205554,0.0,0.0159383982406075,0.255951455205554,0.0,0.090921748608008,0.0,0.191083486278384,0.255951455205554,0.0,0.170641413288792,0.5,0.255951455205554,0.0,0.171486298288929,0.255951455205554,0.0,0.195083993096572,0.255951455205554,0.0,0.0310955902499722,0.255951455205554,0.0,0.0276964613486669,0.0,0.765389717009054 -822,0.255951455205554,0.0,0.170665512195311,0.255951455205554,0.0,0.0645941342247088,0.255951455205554,0.0,0.0986790495621981,0.255951455205554,0.0,0.107291421477084,0.255951455205554,0.0,0.14979547042662,0.255951455205554,0.0,0.071469568440809,0.5,0.255951455205554,0.0,0.138607327738754,0.5,0.255951455205554,0.0,0.0504788863752317,0.5,0.255951455205554,0.0,0.019957471426403,0.255951455205554,0.0,0.10793157271261,0.0,0.177523229956924,0.255951455205554,0.0,0.150702551031896,0.5,0.255951455205554,0.0,0.157240966313326,0.255951455205554,0.0,0.224178633417033,0.255951455205554,0.0,0.0309194024767294,0.255951455205554,0.0,0.0318841964874614,0.0,0.741274339959092 -823,0.255951455205554,0.0,0.158821493892159,0.255951455205554,0.0,0.063111618350382,0.255951455205554,0.0,0.0903280740548475,0.255951455205554,0.0,0.0969467369490386,0.255951455205554,0.0,0.175577935832418,0.255951455205554,0.0,0.0786588212426915,0.5,0.255951455205554,0.0,0.147811443453951,0.5,0.255951455205554,0.0,0.0540158913184822,0.5,0.255951455205554,0.0,0.0238531808291556,0.255951455205554,0.0,0.0868676257038976,0.0,0.133746642503771,0.255951455205554,0.0,0.129078378151314,0.5,0.255951455205554,0.0,0.133051831467798,0.255951455205554,0.0,0.239682229521935,0.255951455205554,0.0,0.0325777204143613,0.255951455205554,0.0,0.0329003966180907,0.0,0.690317215056466 -824,0.255951455205554,0.0,0.141304091731163,0.255951455205554,0.0,0.0575134090469599,0.255951455205554,0.0,0.0874496955024092,0.255951455205554,0.0,0.0906594031767136,0.255951455205554,0.0,0.200437903555505,0.255951455205554,0.0,0.0884066561243006,0.5,0.255951455205554,0.0,0.12609753637859,0.5,0.255951455205554,0.0,0.0514447240522337,0.5,0.255951455205554,0.0,0.0235838237511982,0.255951455205554,0.0,0.0705827256769421,0.0,0.0739582590302781,0.255951455205554,0.0,0.103170783276731,0.5,0.255951455205554,0.0,0.114137381013024,0.255951455205554,0.0,0.240964028357358,0.255951455205554,0.0,0.0368763351364109,0.255951455205554,0.0,0.0364335963510625,0.0,0.591727896706521 -825,0.255951455205554,0.00292458211412772,0.118013782271108,0.255951455205554,0.0061117247190736,0.0553070865461423,0.255951455205554,0.00484221455209234,0.0874368599250947,0.255951455205554,0.00399559721951037,0.0881152798605325,0.255951455205554,0.00401813879607691,0.196496498357199,0.255951455205554,0.00629783959866385,0.100453314039124,0.5,0.255951455205554,0.00465078659900113,0.116587710918841,0.5,0.255951455205554,0.0143954088898833,0.0464528143525324,0.5,0.255951455205554,0.0410824415139917,0.0198497416801715,0.255951455205554,0.00444575026841755,0.067255450618383,0.0378525270837025,0.0536758726471957,0.255951455205554,0.0426223164306196,0.0864023062993002,0.5,0.255951455205554,0.0163794053191307,0.0976599051832332,0.255951455205554,0.0573957870134676,0.226345364791743,0.255951455205554,0.0268241625006052,0.0377886003873454,0.255951455205554,0.0226992868468958,0.0352915558057901,0.00177398688641607,0.517564308628231 -826,0.255951455205554,0.0825030906518669,0.119349565451225,0.255951455205554,0.115223602486832,0.0547538611636182,0.255951455205554,0.109907988602163,0.0923634040234757,0.255951455205554,0.0999552926909781,0.0945490306122378,0.255951455205554,0.0940501968600292,0.192254801242161,0.255951455205554,0.069735239288245,0.0976300431955554,0.5,0.255951455205554,0.0636782426220766,0.127576248454351,0.5,0.255951455205554,0.0816258913956825,0.0382406861300214,0.5,0.255951455205554,0.146078617059286,0.017073818235737,0.255951455205554,0.0701694036979431,0.0853942478631776,0.150493804260465,0.0470076211070687,0.255951455205554,0.176864009212908,0.081815747158074,0.5,0.255951455205554,0.114561417737659,0.0918552116115979,0.255951455205554,0.213138876520914,0.223898655856919,0.255951455205554,0.143674432972436,0.0348788562468241,0.255951455205554,0.101105200982563,0.0338781080023158,0.0764495666945485,0.629214078578837 -827,0.255951455205554,0.17604889609462,0.125278781145316,0.255951455205554,0.206159816830964,0.0534224275473554,0.255951455205554,0.245307805184212,0.106398076557508,0.255951455205554,0.244010500543145,0.104164541800093,0.255951455205554,0.216023759567442,0.189376891977301,0.255951455205554,0.146219527494361,0.0854419883610528,0.5,0.255951455205554,0.138785766218348,0.131288082087836,0.5,0.255951455205554,0.153703200933745,0.0344593096675874,0.5,0.255951455205554,0.241471531063855,0.0148977085488437,0.255951455205554,0.144094221563707,0.104938112660017,0.259874350717311,0.0357657716720122,0.255951455205554,0.322911959189444,0.0779128357724687,0.5,0.255951455205554,0.203751682496755,0.0860917120856364,0.255951455205554,0.339438117208147,0.222512950556017,0.255951455205554,0.222174340942354,0.0287381178121337,0.255951455205554,0.156469445241717,0.0320191512904506,0.214964555029681,0.721046562487638 -828,0.255951455205554,0.281152933487005,0.128172777324592,0.255951455205554,0.289624945119491,0.051165601585797,0.255951455205554,0.355960042251782,0.113940990075032,0.255951455205554,0.401906116240947,0.112154570011209,0.255951455205554,0.323505967339603,0.214676409148148,0.255951455205554,0.229991300324324,0.0921129562577163,0.5,0.255951455205554,0.231338090974746,0.169851673349436,0.5,0.255951455205554,0.210184204711824,0.0365746966998888,0.5,0.255951455205554,0.295879033139919,0.0145000776867156,0.255951455205554,0.126040528337966,0.168264374129744,0.4321249405923,0.0282542757331847,0.255951455205554,0.421639377415471,0.0645548331579415,0.5,0.255951455205554,0.270552641888381,0.071627409987968,0.255951455205554,0.386481480101184,0.194341504926269,0.255951455205554,0.212229967490229,0.0234321000325372,0.255951455205554,0.175968115998524,0.0271634377957802,0.324213553313177,0.762792612305284 -829,0.255951455205554,0.382226895190267,0.130157621643732,0.255951455205554,0.352160856857302,0.0549485680278258,0.255951455205554,0.408688179543351,0.13376361880683,0.255951455205554,0.468107799152005,0.116426892928489,0.255951455205554,0.347651624029662,0.25230435356955,0.255951455205554,0.290813832139821,0.114037056634487,0.5,0.255951455205554,0.274461898145197,0.218895147859716,0.5,0.255951455205554,0.233623423017633,0.0401745382966407,0.5,0.255951455205554,0.303449876804415,0.014812841457355,0.255951455205554,0.0943266056751591,0.181134237181671,0.479410167252207,0.0266329859823752,0.255951455205554,0.434555762070346,0.0558547153653057,0.5,0.255951455205554,0.292808333482387,0.0612212345056531,0.255951455205554,0.351953295293902,0.159834181928671,0.255951455205554,0.195634521767215,0.0198556418213105,0.255951455205554,0.176573864623448,0.0260846694965897,0.345727857039819,0.783392758844593 -830,0.255951455205554,0.421563059450686,0.133670881791609,0.255951455205554,0.35943031734043,0.0595852008420794,0.255951455205554,0.389886535478021,0.147594832281864,0.255951455205554,0.458522797726088,0.119321735160161,0.255951455205554,0.325067568653874,0.24358754785018,0.255951455205554,0.316714332940051,0.142682786985234,0.5,0.255951455205554,0.238108467307116,0.224452013958173,0.5,0.255951455205554,0.211372821350544,0.0408853940675472,0.5,0.255951455205554,0.262377688244007,0.0138386305341281,0.255951455205554,0.130763813538095,0.134701470232695,0.391108347962841,0.0293268675785689,0.255951455205554,0.376455690223778,0.0492304198055974,0.5,0.255951455205554,0.254632907856306,0.0552445764719992,0.255951455205554,0.290483917849724,0.125799404860514,0.255951455205554,0.168587407301543,0.0229810804139767,0.255951455205554,0.15502551615808,0.025806447748302,0.408251518890204,0.763893037803296 -831,0.255951455205554,0.348970630843807,0.133410332647482,0.255951455205554,0.329128150791633,0.0646694004313229,0.255951455205554,0.316741493202048,0.151320614396611,0.255951455205554,0.421834996025554,0.123912016468858,0.255951455205554,0.267377661071349,0.228564838477936,0.255951455205554,0.281672179292959,0.16260359369412,0.5,0.255951455205554,0.146756350854482,0.189261238438064,0.5,0.255951455205554,0.151898417391993,0.0317069865782581,0.5,0.255951455205554,0.216519104930366,0.0122578421182394,0.255951455205554,0.16011663692941,0.139085025363793,0.222048289474888,0.0281359142456274,0.255951455205554,0.279582428089685,0.0431530648655593,0.5,0.255951455205554,0.205609020897884,0.0597239975615672,0.255951455205554,0.205311914315994,0.105334141195405,0.255951455205554,0.117921188323708,0.0298207904860546,0.255951455205554,0.111372034822421,0.0262226302123131,0.314621202072731,0.751581555932629 -832,0.255951455205554,0.233547067303708,0.129992104744265,0.255951455205554,0.210777632410449,0.06565723944874,0.255951455205554,0.196914313979602,0.145889897129134,0.255951455205554,0.267814602835148,0.136608034624177,0.255951455205554,0.160495644135086,0.206603171714604,0.255951455205554,0.1564908712974,0.144719484371739,0.5,0.255951455205554,0.105114418733168,0.138394085401237,0.5,0.255951455205554,0.0915650981504256,0.0225470217218389,0.5,0.255951455205554,0.143633252437733,0.00886369083882198,0.255951455205554,0.0549575803588796,0.104185749822636,0.164333023607756,0.0327796607138716,0.255951455205554,0.129730569768563,0.0410814011484499,0.5,0.255951455205554,0.118984516276587,0.0624647028254062,0.255951455205554,0.098187595050105,0.0812699616327656,0.255951455205554,0.0616005686265388,0.0317681521433128,0.255951455205554,0.0582221811548924,0.0226924584652277,0.171685407380629,0.714954849697574 -833,0.255951455205554,0.0,0.130429035050063,0.255951455205554,0.0,0.0590079719393617,0.255951455205554,0.000909955506572132,0.133328414558774,0.255951455205554,0.0,0.15055132552592,0.255951455205554,0.0282917438750097,0.182343494208106,0.255951455205554,0.0148799905550507,0.0900977580559846,0.5,0.255951455205554,0.0313180719060357,0.101094661116054,0.5,0.255951455205554,0.0293494882466923,0.0183182055891661,0.5,0.255951455205554,0.00879956997546739,0.0082797053618662,0.255951455205554,0.00942856652069565,0.0608008823247715,0.0,0.0324773562608594,0.255951455205554,0.0,0.0403589379914691,0.5,0.255951455205554,0.0,0.0665436790310047,0.255951455205554,0.0,0.0710510131680061,0.255951455205554,0.0,0.0308810624257826,0.255951455205554,0.0,0.0207303368025562,0.0,0.658598417131065 -834,0.255951455205554,0.0,0.137771813501147,0.255951455205554,0.0,0.0612004489552864,0.255951455205554,0.0,0.112632913098009,0.255951455205554,0.0,0.132854793655746,0.255951455205554,0.0,0.179261950495245,0.255951455205554,0.0,0.0567110045977079,0.5,0.255951455205554,0.0,0.0811330280791255,0.5,0.255951455205554,0.0,0.0181588442963069,0.5,0.255951455205554,0.0,0.00742649572223861,0.255951455205554,0.0,0.0477207068996793,0.0,0.0262695612947669,0.255951455205554,0.0,0.0350220064339851,0.5,0.255951455205554,0.0,0.0621869085969582,0.255951455205554,0.0,0.0653524522083267,0.255951455205554,0.0,0.0267006860984845,0.255951455205554,0.0,0.0210360024930123,0.0,0.62466860555989 -835,0.255951455205554,0.0,0.145000534852579,0.255951455205554,0.0,0.0633463472884167,0.255951455205554,0.0,0.098834811580084,0.255951455205554,0.0,0.0974786893293999,0.255951455205554,0.0,0.180417340056487,0.255951455205554,0.0,0.0408881255917384,0.5,0.255951455205554,0.0,0.0846004751695611,0.5,0.255951455205554,0.0,0.0223932329431447,0.5,0.255951455205554,0.0,0.00594355262619254,0.255951455205554,0.0,0.05264061778486,0.0,0.0198370553416606,0.255951455205554,0.0,0.030765483897601,0.5,0.255951455205554,0.0,0.0545294569365785,0.255951455205554,0.0,0.070003028498933,0.255951455205554,0.0,0.0214681931858873,0.255951455205554,0.0,0.0181561117652797,0.0,0.58592067967142 -836,0.255951455205554,0.0,0.108648814551061,0.255951455205554,0.0,0.0494618562147937,0.255951455205554,0.0,0.101746903736352,0.255951455205554,0.0,0.0945730515421117,0.255951455205554,0.0,0.188991991461174,0.255951455205554,0.0,0.0449257299077263,0.5,0.255951455205554,0.0,0.0941906871414937,0.5,0.255951455205554,0.0,0.0252728121515441,0.5,0.255951455205554,0.0,0.00586958049424066,0.255951455205554,0.0,0.0513540069955791,0.0,0.0145374594522388,0.255951455205554,0.0,0.0284211778596349,0.5,0.255951455205554,0.0,0.0469572374485487,0.255951455205554,0.0,0.0716755346950213,0.255951455205554,0.0,0.0176205057450995,0.255951455205554,0.0,0.0143094031503676,0.0,0.570637288343954 -837,0.255951455205554,0.0,0.0975251798172949,0.255951455205554,0.0,0.0453343174856846,0.255951455205554,0.0,0.116843270315919,0.255951455205554,0.0,0.107536209319571,0.255951455205554,0.0,0.212279000435855,0.255951455205554,0.0,0.0403119692281645,0.5,0.255951455205554,0.0,0.116249764026226,0.5,0.255951455205554,0.0,0.0291928140128748,0.5,0.255951455205554,0.0,0.00953068672044422,0.255951455205554,0.0,0.0480645130473548,0.0,0.0120385437758953,0.255951455205554,0.0,0.0267190829872318,0.5,0.255951455205554,0.0,0.0434884405510373,0.255951455205554,0.0,0.0704758870458169,0.255951455205554,0.0,0.0150038040209659,0.255951455205554,0.0,0.0142250597449106,0.0,0.663939797279914 -838,0.255951455205554,0.0,0.105575608191552,0.255951455205554,0.0,0.0500291687340156,0.255951455205554,0.0,0.131358646270678,0.255951455205554,0.0,0.116764349856468,0.255951455205554,0.0,0.240519407214007,0.255951455205554,0.0,0.0411395424719744,0.5,0.255951455205554,0.0,0.145482472537028,0.5,0.255951455205554,0.0,0.0282944296954891,0.5,0.255951455205554,0.0,0.012571096580152,0.255951455205554,0.0,0.0540389653209763,0.0,0.0127671739721807,0.255951455205554,0.0,0.0265714863299457,0.5,0.255951455205554,0.0,0.0457993413111464,0.255951455205554,0.0,0.0671604373307431,0.255951455205554,0.0,0.0184947859627037,0.255951455205554,0.0,0.0150239014375319,0.0,0.793961343817407 -839,0.255951455205554,0.0,0.113853588464433,0.255951455205554,0.0,0.0508424000034607,0.255951455205554,0.0,0.144056211836198,0.255951455205554,0.0,0.130174112447287,0.255951455205554,0.0,0.302467354961843,0.255951455205554,0.0,0.0570884424382781,0.5,0.255951455205554,0.0,0.159039443694204,0.5,0.255951455205554,0.0,0.0222145202004486,0.5,0.255951455205554,0.0,0.0138353474346656,0.255951455205554,0.0,0.0736593188212872,0.0,0.0157682776373084,0.255951455205554,0.0,0.0284892713223792,0.5,0.255951455205554,0.0,0.0479257281630706,0.255951455205554,0.0,0.0706945040403302,0.255951455205554,0.0,0.0195465036969199,0.255951455205554,0.0,0.0128471922600756,0.0,0.837089278064347 -840,0.255951455205554,0.0,0.125206759630955,0.255951455205554,0.0,0.0487868533281146,0.255951455205554,0.0,0.160351165968701,0.255951455205554,0.0,0.142483392127853,0.255951455205554,0.0,0.331416627791654,0.255951455205554,0.0,0.0708097568394974,0.5,0.255951455205554,0.0,0.152612969708731,0.5,0.255951455205554,0.0,0.0257855479727638,0.5,0.255951455205554,0.0,0.0127876255821263,0.255951455205554,0.0,0.0968055677025995,0.0,0.0160590940074656,0.255951455205554,0.0,0.0300437171732159,0.5,0.255951455205554,0.0,0.0458452291675213,0.255951455205554,0.0,0.078074825513646,0.255951455205554,0.0,0.0194483527510432,0.255951455205554,0.0,0.0129060065651136,0.0,0.855857893718687 -841,0.255951455205554,0.0,0.136592566668707,0.255951455205554,0.0,0.0529889997693546,0.255951455205554,0.0,0.174008863035105,0.255951455205554,0.0,0.163163246079841,0.255951455205554,0.0,0.358008708397133,0.255951455205554,0.0,0.0830220509032075,0.5,0.255951455205554,0.0,0.165563701311388,0.5,0.255951455205554,0.0,0.0312857042279334,0.5,0.255951455205554,0.0,0.0106192550678726,0.255951455205554,0.0,0.147568653020479,0.0,0.0186320143165336,0.255951455205554,0.0,0.0312572045228307,0.5,0.255951455205554,0.0,0.0446394963864053,0.255951455205554,0.0,0.082958921523412,0.255951455205554,0.0,0.0240191803057611,0.255951455205554,0.0,0.014370046847849,0.0,0.873606243033992 -842,0.255951455205554,0.0,0.154192110840321,0.255951455205554,0.0,0.0700268030405533,0.255951455205554,0.0,0.18259265502363,0.255951455205554,0.0,0.174082168666978,0.255951455205554,0.0,0.407333940072858,0.255951455205554,0.0,0.0997966085915254,0.5,0.255951455205554,0.0,0.209659148157351,0.5,0.255951455205554,0.0,0.0459665291771718,0.5,0.255951455205554,0.0,0.0128881580856923,0.255951455205554,0.0,0.197498588272802,0.0,0.0233040514745778,0.255951455205554,0.0,0.0356583370331025,0.5,0.255951455205554,0.0,0.0439407457800898,0.255951455205554,0.0,0.0873060642057456,0.255951455205554,0.0,0.029148044179577,0.255951455205554,0.0,0.0176221281941115,0.0,0.86751136318402 -843,0.255951455205554,0.0,0.159420266199363,0.255951455205554,0.0,0.0776015705673529,0.255951455205554,0.0,0.201032067319781,0.255951455205554,0.0,0.172468718796034,0.255951455205554,0.0,0.443949163968006,0.255951455205554,0.0,0.121036171848164,0.5,0.255951455205554,0.0,0.26407511547014,0.5,0.255951455205554,0.0,0.064735775546415,0.5,0.255951455205554,0.0,0.0247501600859717,0.255951455205554,0.0,0.212225841714398,0.0,0.0260321482936686,0.255951455205554,0.0,0.0415254291149652,0.5,0.255951455205554,0.0,0.047745313591826,0.255951455205554,0.0,0.0962248324237203,0.255951455205554,0.0,0.0365512815536598,0.255951455205554,0.0,0.0233335029473578,0.0,0.882234734062716 -844,0.255951455205554,0.0,0.172064947316809,0.255951455205554,0.0,0.0883123613795484,0.255951455205554,0.0,0.233487985141522,0.255951455205554,0.0,0.230468754157171,0.255951455205554,0.0,0.487017644605143,0.255951455205554,0.0,0.136463063822631,0.5,0.255951455205554,0.0,0.271220540539238,0.5,0.255951455205554,0.0,0.0745500871388677,0.5,0.255951455205554,0.0,0.036867708730531,0.255951455205554,0.0,0.252747292293703,0.0,0.0340605481541416,0.255951455205554,0.0,0.0510051970715735,0.5,0.255951455205554,0.0,0.0548781240043437,0.255951455205554,0.0,0.110882558898018,0.255951455205554,0.0,0.0437337076832051,0.255951455205554,0.0,0.031792775056728,0.0,0.88618699265622 -845,0.255951455205554,0.0,0.20423970525867,0.255951455205554,0.0,0.121642269790145,0.255951455205554,0.0,0.288063973614277,0.255951455205554,0.0,0.277048881591595,0.255951455205554,0.0,0.542301506367625,0.255951455205554,0.0,0.133054713426074,0.5,0.255951455205554,0.0,0.302521279922166,0.5,0.255951455205554,0.0,0.0793527698986784,0.5,0.255951455205554,0.0,0.0423306896178708,0.255951455205554,0.0,0.343889881003677,0.0,0.0487022336542162,0.255951455205554,0.0,0.0654948433903124,0.5,0.255951455205554,0.0,0.0597118813511979,0.255951455205554,0.0,0.133107168577568,0.255951455205554,0.0,0.0534174130706767,0.255951455205554,0.0,0.0407099391343269,0.0,0.888651341375887 -846,0.255951455205554,0.0,0.229674412952278,0.255951455205554,0.0,0.124586358651076,0.255951455205554,0.0,0.35610438106862,0.255951455205554,0.0,0.346424566708468,0.255951455205554,0.0,0.578223978355522,0.255951455205554,0.0,0.126723783617732,0.5,0.255951455205554,0.0,0.354825576650813,0.5,0.255951455205554,0.0,0.0739236879262581,0.5,0.255951455205554,0.0,0.0395241416419835,0.255951455205554,0.0,0.416144374930455,0.0,0.0661021699893952,0.255951455205554,0.0,0.0808459610382007,0.5,0.255951455205554,0.0,0.0651029576360956,0.255951455205554,0.0,0.149802310876332,0.255951455205554,0.0,0.0581294895427316,0.255951455205554,0.0,0.0390355694997912,0.0,0.907358491559078 -847,0.255951455205554,0.0,0.2745466507536,0.255951455205554,0.0,0.142598165325291,0.255951455205554,0.0,0.432315700812316,0.255951455205554,0.0,0.432806294150879,0.255951455205554,0.0,0.639890143273496,0.255951455205554,0.0,0.141771598671363,0.5,0.255951455205554,0.0,0.411826877578895,0.5,0.255951455205554,0.0,0.07094795074129,0.5,0.255951455205554,0.0,0.0391112699797158,0.255951455205554,0.0,0.562344587297202,0.0,0.102571203682695,0.255951455205554,0.0,0.0969187769393702,0.5,0.255951455205554,0.0,0.0748291892742342,0.255951455205554,0.0,0.16357197042081,0.255951455205554,0.0,0.0549101747543041,0.255951455205554,0.0,0.035299500558796,0.0,0.911594602474765 -848,0.255951455205554,0.0,0.324185743591552,0.255951455205554,0.0,0.194807584806998,0.255951455205554,0.0,0.50530598971512,0.255951455205554,0.0,0.583603305165591,0.255951455205554,0.0,0.697391710290708,0.255951455205554,0.0,0.133491955887917,0.5,0.255951455205554,0.0,0.430423415402894,0.5,0.255951455205554,0.0,0.0600134111477171,0.5,0.255951455205554,0.0,0.0398507674835781,0.255951455205554,0.0,0.679609820277781,0.0,0.0948512399060673,0.255951455205554,0.0,0.0935672106344986,0.5,0.255951455205554,0.0,0.0804389483988214,0.255951455205554,0.0,0.164570656365529,0.255951455205554,0.0,0.0497299279976369,0.255951455205554,0.0,0.0321472989728924,0.0,0.912306100680376 -849,0.255951455205554,0.00651393693283167,0.396491729446274,0.255951455205554,0.00987756940247791,0.25248660367962,0.255951455205554,0.00917357925917555,0.509357316229179,0.255951455205554,0.00740144689760169,0.65061452303106,0.255951455205554,0.00495389655215821,0.678951258361504,0.255951455205554,0.01765789885082,0.125919940571878,0.5,0.255951455205554,0.00462902824455205,0.503085893915354,0.5,0.255951455205554,0.0284504558806914,0.057230268754998,0.5,0.255951455205554,0.0635169309416462,0.032369365016707,0.255951455205554,0.00217922290290196,0.661729422986136,0.0424456695798154,0.101248308032569,0.255951455205554,0.0454689244136747,0.0819017590111827,0.5,0.255951455205554,0.0107433423542503,0.0852331257746949,0.255951455205554,0.0507856331074389,0.156285192028705,0.255951455205554,0.0398666420909977,0.0436919766854358,0.255951455205554,0.0403798304622351,0.029929211893074,0.00654101345510842,0.913472682447961 -850,0.255951455205554,0.154577159029537,0.434016625257973,0.255951455205554,0.168883466600594,0.272198082881718,0.255951455205554,0.147028537231608,0.493422595989625,0.255951455205554,0.163091155983006,0.619598339920634,0.255951455205554,0.0681710801807578,0.65780180035803,0.255951455205554,0.112167134678473,0.17571895383568,0.5,0.255951455205554,0.0416951953306654,0.487707909830018,0.5,0.255951455205554,0.114722960824634,0.0475214690823785,0.5,0.255951455205554,0.221923281370055,0.0253071333746786,0.255951455205554,0.0250145859925616,0.645052687396315,0.184415654209995,0.106690128184876,0.255951455205554,0.188629913255759,0.086100875357947,0.5,0.255951455205554,0.0896247305477483,0.0926875017721068,0.255951455205554,0.195238806823966,0.15080620491177,0.255951455205554,0.199068393107088,0.0433330888825674,0.255951455205554,0.197431047631231,0.0301946913192177,0.151569767423075,0.91547376444577 -851,0.255951455205554,0.310897857263678,0.48250883417255,0.255951455205554,0.326649910092119,0.274937698240444,0.255951455205554,0.256506397854783,0.47045518600512,0.255951455205554,0.315283259916575,0.531906229525661,0.255951455205554,0.108865242970184,0.712648963068125,0.255951455205554,0.163474155938683,0.273801740644415,0.5,0.255951455205554,0.07392902451756,0.476560367526197,0.5,0.255951455205554,0.189430062277047,0.057511581148678,0.5,0.255951455205554,0.343626589464683,0.0219436746747244,0.255951455205554,0.0529185700074708,0.599483189004973,0.310449837133208,0.101471626210049,0.255951455205554,0.320392588752594,0.0954056531969249,0.5,0.255951455205554,0.18644490140845,0.106480933167655,0.255951455205554,0.335599811876774,0.149441752470916,0.255951455205554,0.345151079370543,0.0434993508154786,0.255951455205554,0.337316522255097,0.0351649443632973,0.293067487599672,0.916985035292737 -852,0.255951455205554,0.434383848043309,0.508193896958187,0.255951455205554,0.446787530413662,0.231112373209283,0.255951455205554,0.271188950522745,0.450356642341181,0.255951455205554,0.385655486849969,0.476177024604354,0.255951455205554,0.124599756077929,0.788158099721984,0.255951455205554,0.193217345232979,0.359140732054986,0.5,0.255951455205554,0.105299704266084,0.498667730843051,0.5,0.255951455205554,0.231422513721503,0.074570756690696,0.5,0.255951455205554,0.411560544719349,0.0238476754250185,0.255951455205554,0.0799569095064364,0.546698185162908,0.420665142798621,0.0983506199201549,0.255951455205554,0.413091327367923,0.101794726812986,0.5,0.255951455205554,0.313719236607458,0.131585575040307,0.255951455205554,0.437704439567771,0.159837900630999,0.255951455205554,0.429171061611637,0.050171324124329,0.255951455205554,0.418011590597523,0.0455096164901761,0.420158713895173,0.922533126305835 -853,0.255951455205554,0.482591261314793,0.484376176447212,0.255951455205554,0.491955709053232,0.27542526542451,0.255951455205554,0.225508945523976,0.43884500745544,0.255951455205554,0.225565518840554,0.43786770594602,0.255951455205554,0.129799438503772,0.824087668965534,0.255951455205554,0.167010027594234,0.59337056034435,0.5,0.255951455205554,0.115215991490144,0.613431427802759,0.5,0.255951455205554,0.242139205648872,0.191954100193261,0.5,0.255951455205554,0.407608896574241,0.0275175378562246,0.255951455205554,0.0915445187435868,0.620515250965204,0.487550021028377,0.101098919424387,0.255951455205554,0.464361346793709,0.104931539023733,0.5,0.255951455205554,0.399899052756566,0.154768273683357,0.255951455205554,0.47495297434837,0.168661857663978,0.255951455205554,0.469730062989941,0.070784507681999,0.255951455205554,0.44845478757414,0.0525096300513879,0.492414713229791,0.922457170072824 -854,0.255951455205554,0.421539395530696,0.439044876429062,0.255951455205554,0.373154295832972,0.246955382614782,0.255951455205554,0.160666553639097,0.434849892951735,0.255951455205554,0.100033968533732,0.404159533706974,0.255951455205554,0.153212527563631,0.828883999238494,0.255951455205554,0.124288320571569,0.807450729132264,0.5,0.255951455205554,0.135891571914753,0.73157586167568,0.5,0.255951455205554,0.22554283748516,0.271897267466594,0.5,0.255951455205554,0.343016291806588,0.0373606213667153,0.255951455205554,0.0766438329359636,0.537386849641382,0.471543499705907,0.0674562887058501,0.255951455205554,0.44751009078328,0.0922332891283298,0.5,0.255951455205554,0.408456155212263,0.155957552689242,0.255951455205554,0.443186523140122,0.154390582333382,0.255951455205554,0.46578681388229,0.0859427668483352,0.255951455205554,0.362162901165123,0.0666556705829666,0.46015636141391,0.916810939659753 -855,0.255951455205554,0.214991655667724,0.412764550160796,0.255951455205554,0.143121212799061,0.300332524987869,0.255951455205554,0.100594590999454,0.43802286981296,0.255951455205554,0.0758442645629157,0.372430484209442,0.255951455205554,0.168468628127558,0.81978415779795,0.255951455205554,0.124143494479756,0.89130361645616,0.5,0.255951455205554,0.11539555392854,0.678544912788603,0.5,0.255951455205554,0.222630672564131,0.350936100348592,0.5,0.255951455205554,0.26730149129063,0.0911139025376816,0.255951455205554,0.0531617453819761,0.616133742751403,0.374869954954947,0.0660485958658305,0.255951455205554,0.354504040977491,0.0740194432020465,0.5,0.255951455205554,0.351871697916034,0.129218166994389,0.255951455205554,0.362494226035037,0.124331474360153,0.255951455205554,0.345101237323336,0.0650424191855574,0.255951455205554,0.211525602278384,0.12041667454306,0.293108757782941,0.908962051466896 -856,0.255951455205554,0.0550820466190842,0.389656394054405,0.255951455205554,0.0452182107485853,0.305729165452014,0.255951455205554,0.0631421041013837,0.431635156883746,0.255951455205554,0.0455572166559586,0.327686609178446,0.255951455205554,0.104230755881487,0.804456202929394,0.255951455205554,0.0659569207852204,0.835885945460058,0.5,0.255951455205554,0.0776078255361289,0.584316962915998,0.5,0.255951455205554,0.165351508373352,0.316248777595205,0.5,0.255951455205554,0.181745734889016,0.122926030700555,0.255951455205554,0.0777427695139373,0.492659435103759,0.239964102013108,0.0621230956587395,0.255951455205554,0.195160593531426,0.0713180940634773,0.5,0.255951455205554,0.198038985435541,0.118225823858402,0.255951455205554,0.18087261305168,0.107057538642989,0.255951455205554,0.147015212489384,0.0775682066240699,0.255951455205554,0.0965577914056436,0.220944192359593,0.0917123901011683,0.91432598880308 -857,0.255951455205554,0.0,0.338863979770392,0.255951455205554,0.0,0.216910846340829,0.255951455205554,0.00219858534451327,0.396746533937747,0.255951455205554,0.0,0.32687760710802,0.255951455205554,0.0314603326039209,0.757083674404677,0.255951455205554,0.0133064178722852,0.613899131511677,0.5,0.255951455205554,0.0406746065338951,0.564234031402697,0.5,0.255951455205554,0.0504187839734432,0.201744982991076,0.5,0.255951455205554,0.0170739924425342,0.114103910194,0.255951455205554,0.0796406297579762,0.561857013026397,0.0,0.0438353064475781,0.255951455205554,0.0,0.070872478227772,0.5,0.255951455205554,0.0,0.128687267409954,0.255951455205554,0.0,0.126753458544009,0.255951455205554,0.0,0.140895145655002,0.255951455205554,0.0,0.269411397612797,0.0,0.917492439484375 -858,0.255951455205554,0.0,0.32204111028435,0.255951455205554,0.0,0.190064538494553,0.255951455205554,0.0,0.368648271477873,0.255951455205554,0.0,0.306811091071331,0.255951455205554,0.0,0.760164193721658,0.255951455205554,0.0,0.459222188369217,0.5,0.255951455205554,0.0,0.619883424325644,0.5,0.255951455205554,0.0,0.163330007609356,0.5,0.255951455205554,0.0,0.105533263309802,0.255951455205554,0.0,0.703657540376876,0.0,0.0333907927148079,0.255951455205554,0.0,0.0691473478726407,0.5,0.255951455205554,0.0,0.12923223392179,0.255951455205554,0.0,0.148659333293653,0.255951455205554,0.0,0.210693313622684,0.255951455205554,0.0,0.236811015435035,0.0,0.900798471976512 -859,0.255951455205554,0.0,0.299740384419861,0.255951455205554,0.0,0.168814690971714,0.255951455205554,0.0,0.383187448691844,0.255951455205554,0.0,0.353714543559765,0.255951455205554,0.0,0.750697548443255,0.255951455205554,0.0,0.44082767405199,0.5,0.255951455205554,0.0,0.659430469719682,0.5,0.255951455205554,0.0,0.155798373591173,0.5,0.255951455205554,0.0,0.106364608597461,0.255951455205554,0.0,0.778531199813807,0.0,0.0325668206469918,0.255951455205554,0.0,0.0750175862582841,0.5,0.255951455205554,0.0,0.126092577865494,0.255951455205554,0.0,0.147852957305022,0.255951455205554,0.0,0.222756141833615,0.255951455205554,0.0,0.16735134163764,0.0,0.858756989066295 -860,0.255951455205554,0.0,0.290201142643781,0.255951455205554,0.0,0.213695352034147,0.255951455205554,0.0,0.447934556912621,0.255951455205554,0.0,0.428309686826396,0.255951455205554,0.0,0.725048511318851,0.255951455205554,0.0,0.419863436848237,0.5,0.255951455205554,0.0,0.659760964890339,0.5,0.255951455205554,0.0,0.155481092408128,0.5,0.255951455205554,0.0,0.09036943355209,0.255951455205554,0.0,0.799434011916259,0.0,0.0375111210595663,0.255951455205554,0.0,0.0857493170317995,0.5,0.255951455205554,0.0,0.114307818750205,0.255951455205554,0.0,0.13965508483389,0.255951455205554,0.0,0.179811779815414,0.255951455205554,0.0,0.165030479199864,0.0,0.898610276599147 -861,0.255951455205554,0.0,0.340001223016546,0.255951455205554,0.0,0.274131354328796,0.255951455205554,0.0,0.500522718058515,0.255951455205554,0.0,0.448012313361396,0.255951455205554,0.0,0.666683565987751,0.255951455205554,0.0,0.421302850416837,0.5,0.255951455205554,0.0,0.656716071511909,0.5,0.255951455205554,0.0,0.167358812403284,0.5,0.255951455205554,0.0,0.078633714858286,0.255951455205554,0.0,0.839488004536875,0.0,0.0586720744530147,0.255951455205554,0.0,0.0871162100949726,0.5,0.255951455205554,0.0,0.101825862082017,0.255951455205554,0.0,0.126250526879367,0.255951455205554,0.0,0.181076536620079,0.255951455205554,0.0,0.190148939058369,0.0,0.917721723841447 -862,0.255951455205554,0.0,0.413127251668533,0.255951455205554,0.0,0.339147417881188,0.255951455205554,0.0,0.515112523067945,0.255951455205554,0.0,0.423376836201562,0.255951455205554,0.0,0.69033124480752,0.255951455205554,0.0,0.497495749335207,0.5,0.255951455205554,0.0,0.642270822340126,0.5,0.255951455205554,0.0,0.19984170684072,0.5,0.255951455205554,0.0,0.0830420443568027,0.255951455205554,0.0,0.75653263298976,0.0,0.0602648597235319,0.255951455205554,0.0,0.100058858404268,0.5,0.255951455205554,0.0,0.113526634747475,0.255951455205554,0.0,0.133117345013773,0.255951455205554,0.0,0.207696905884604,0.255951455205554,0.0,0.200216655984798,0.0,0.916733661407671 -863,0.255951455205554,0.0,0.434470894553838,0.255951455205554,0.0,0.385873718486729,0.255951455205554,0.0,0.553862757053356,0.255951455205554,0.0,0.47554015666122,0.255951455205554,0.0,0.688147631102258,0.255951455205554,0.0,0.529754695146975,0.5,0.255951455205554,0.0,0.620022899986809,0.5,0.255951455205554,0.0,0.268323356323142,0.5,0.255951455205554,0.0,0.0915770966067869,0.255951455205554,0.0,0.720954662430885,0.0,0.0856744667988102,0.255951455205554,0.0,0.114510052636794,0.5,0.255951455205554,0.0,0.138640737925834,0.255951455205554,0.0,0.14840076158602,0.255951455205554,0.0,0.201305857786125,0.255951455205554,0.0,0.237762812804122,0.0,0.920013777340774 -864,0.255951455205554,0.0,0.468255840285697,0.255951455205554,0.0,0.447400483400653,0.255951455205554,0.0,0.596548128037503,0.255951455205554,0.0,0.578525258643326,0.255951455205554,0.0,0.699957224329778,0.255951455205554,0.0,0.584747281207711,0.5,0.255951455205554,0.0,0.608070566600001,0.5,0.255951455205554,0.0,0.301404463831453,0.5,0.255951455205554,0.0,0.107819952837661,0.255951455205554,0.0,0.732476941007225,0.0,0.086517745683748,0.255951455205554,0.0,0.124432569974053,0.5,0.255951455205554,0.0,0.150763422345536,0.255951455205554,0.0,0.159924795606022,0.255951455205554,0.0,0.203714514964158,0.255951455205554,0.0,0.255379701542915,0.0,0.919414816400751 -865,0.255951455205554,0.0,0.522965699736375,0.255951455205554,0.0,0.370843216841211,0.255951455205554,0.0,0.628395538219994,0.255951455205554,0.0,0.61709502961157,0.255951455205554,0.0,0.747833464422913,0.255951455205554,0.0,0.605503708110299,0.5,0.255951455205554,0.0,0.59731799369165,0.5,0.255951455205554,0.0,0.307354162316174,0.5,0.255951455205554,0.0,0.129022361494882,0.255951455205554,0.0,0.819225230733067,0.0,0.0820001731026363,0.255951455205554,0.0,0.117228787532692,0.5,0.255951455205554,0.0,0.139942024901678,0.255951455205554,0.0,0.170038159572367,0.255951455205554,0.0,0.241075014128422,0.255951455205554,0.0,0.257901504111824,0.0,0.921881849831657 -866,0.255951455205554,0.0,0.600051033354561,0.255951455205554,0.0,0.40677551273202,0.255951455205554,0.0,0.692975321012358,0.255951455205554,0.0,0.643472095215822,0.255951455205554,0.0,0.743993453242117,0.255951455205554,0.0,0.586277845458165,0.5,0.255951455205554,0.0,0.533305684602805,0.5,0.255951455205554,0.0,0.295782031185541,0.5,0.255951455205554,0.0,0.142257279897109,0.255951455205554,0.0,0.719158932037743,0.0,0.0828340635685974,0.255951455205554,0.0,0.125695256704581,0.5,0.255951455205554,0.0,0.123032939030345,0.255951455205554,0.0,0.195920897337091,0.255951455205554,0.0,0.267820887851511,0.255951455205554,0.0,0.336188958048091,0.0,0.921785519119552 -867,0.255951455205554,0.0,0.680580537378467,0.255951455205554,0.0,0.484085984112429,0.255951455205554,0.0,0.747979515779931,0.255951455205554,0.0,0.767806055565123,0.255951455205554,0.0,0.719331210990465,0.255951455205554,0.0,0.539059829556501,0.5,0.255951455205554,0.0,0.484818748545714,0.5,0.255951455205554,0.0,0.307852288031592,0.5,0.255951455205554,0.0,0.17005109777549,0.255951455205554,0.0,0.716348014400376,0.0,0.124831675969098,0.255951455205554,0.0,0.158806312576038,0.5,0.255951455205554,0.0,0.127523728758501,0.255951455205554,0.0,0.227448464594416,0.255951455205554,0.0,0.30260518801094,0.255951455205554,0.0,0.409382553973129,0.0,0.92194080958906 -868,0.255951455205554,0.0,0.740292833079492,0.255951455205554,0.0,0.629032048966672,0.255951455205554,0.0,0.768553224945728,0.255951455205554,0.0,0.833015774930058,0.255951455205554,0.0,0.660009403999361,0.255951455205554,0.0,0.540218157959055,0.5,0.255951455205554,0.0,0.457297310653041,0.5,0.255951455205554,0.0,0.348509786460947,0.5,0.255951455205554,0.0,0.198051276848968,0.255951455205554,0.0,0.784415178850428,0.0,0.155796199946392,0.255951455205554,0.0,0.174454193004961,0.5,0.255951455205554,0.0,0.153469700736181,0.255951455205554,0.0,0.250306365192925,0.255951455205554,0.0,0.362546403177367,0.255951455205554,0.0,0.427192514597866,0.0,0.92427213725278 -869,0.255951455205554,0.0,0.820564091854416,0.255951455205554,0.0,0.763941620807873,0.255951455205554,0.0,0.763561942304278,0.255951455205554,0.0,0.830267377746639,0.255951455205554,0.0,0.631076617213293,0.255951455205554,0.0,0.586351888921712,0.5,0.255951455205554,0.0,0.490137835557413,0.5,0.255951455205554,0.0,0.329985098702139,0.5,0.255951455205554,0.0,0.218644259372813,0.255951455205554,0.0,0.749236554700305,0.0,0.146590434199422,0.255951455205554,0.0,0.1939739096565,0.5,0.255951455205554,0.0,0.189718702507348,0.255951455205554,0.0,0.27731569748028,0.255951455205554,0.0,0.366376782795851,0.255951455205554,0.0,0.403247667592766,0.0,0.927817429860098 -870,0.255951455205554,0.0,0.827533777482912,0.255951455205554,0.0,0.818009095763834,0.255951455205554,0.0,0.741227885180582,0.255951455205554,0.0,0.793171096535395,0.255951455205554,0.0,0.625955280768845,0.255951455205554,0.0,0.631131935233699,0.5,0.255951455205554,0.0,0.49199296302303,0.5,0.255951455205554,0.0,0.358582646062088,0.5,0.255951455205554,0.0,0.240950477591559,0.255951455205554,0.0,0.460552784331483,0.0,0.183539664696284,0.255951455205554,0.0,0.183311277757965,0.5,0.255951455205554,0.0,0.228010978824841,0.255951455205554,0.0,0.323331144879254,0.255951455205554,0.0,0.350940900245383,0.255951455205554,0.0,0.399534968746568,0.0,0.928997452847528 -871,0.255951455205554,0.0,0.802915380502116,0.255951455205554,0.0,0.717745691884678,0.255951455205554,0.0,0.699384560203094,0.255951455205554,0.0,0.754386582207447,0.255951455205554,0.0,0.637549738086575,0.255951455205554,0.0,0.679626684979962,0.5,0.255951455205554,0.0,0.373282317928485,0.5,0.255951455205554,0.0,0.382775181397683,0.5,0.255951455205554,0.0,0.271342891714112,0.255951455205554,0.0,0.264333172777309,0.0,0.180526293321881,0.255951455205554,0.0,0.173833562949078,0.5,0.255951455205554,0.0,0.240821617773481,0.255951455205554,0.0,0.350849711622844,0.255951455205554,0.0,0.32888841684632,0.255951455205554,0.0,0.381811491315682,0.0,0.934709014259832 -872,0.255951455205554,0.0,0.782592107731566,0.255951455205554,0.0,0.600022596501379,0.255951455205554,0.0,0.678122549992701,0.255951455205554,0.0,0.745131213419878,0.255951455205554,0.0,0.634955487290422,0.255951455205554,0.0,0.670900443161285,0.5,0.255951455205554,0.0,0.282176368601837,0.5,0.255951455205554,0.0,0.328894741235563,0.5,0.255951455205554,0.0,0.298623794425659,0.255951455205554,0.0,0.477550198887749,0.0,0.173869842178478,0.255951455205554,0.0,0.164044302280316,0.5,0.255951455205554,0.0,0.210239149855245,0.255951455205554,0.0,0.298011744926149,0.255951455205554,0.0,0.292894273176649,0.255951455205554,0.0,0.3853240971901,0.0,0.948244871636089 -873,0.255951455205554,0.000757856395695949,0.758287844330785,0.255951455205554,0.00112906177232334,0.551991412550852,0.255951455205554,0.00271849347998614,0.670888438452264,0.255951455205554,0.000681987570533569,0.722050839097176,0.255951455205554,0.00282744234312331,0.617158413678744,0.255951455205554,0.00362528760601571,0.530825599083351,0.5,0.255951455205554,0.00271378985630444,0.27322675764469,0.5,0.255951455205554,0.035841496268154,0.199632413669401,0.5,0.255951455205554,0.0276658369815323,0.264093544526584,0.255951455205554,0.0010188048698317,0.441868184734288,0.0338424744751129,0.144456187905855,0.255951455205554,0.023721016770383,0.143576761401375,0.5,0.255951455205554,0.00724025200515169,0.195090473682799,0.255951455205554,0.0227038133606751,0.216828123383561,0.255951455205554,0.0129567445213127,0.264934192066789,0.255951455205554,0.00504730157839252,0.402351443498465,0.000782545701418233,0.950399579034036 -874,0.255951455205554,0.00966829140367441,0.734661130452937,0.255951455205554,0.0130073065155436,0.53126858079886,0.255951455205554,0.0378430381500943,0.680284893056724,0.255951455205554,0.0102625540195737,0.720884408504331,0.255951455205554,0.0777525696010836,0.593712871764673,0.255951455205554,0.0486910568778283,0.41998883695565,0.5,0.255951455205554,0.0225509334229937,0.265572973086538,0.5,0.255951455205554,0.147445172925959,0.176758222013606,0.5,0.255951455205554,0.134274751499862,0.218364377277526,0.255951455205554,0.0045845911122581,0.418594724268849,0.0932388482480622,0.126610241517482,0.255951455205554,0.0638347355728511,0.13637929790418,0.5,0.255951455205554,0.0432473796939515,0.208350582238595,0.255951455205554,0.054756854405652,0.197772525575225,0.255951455205554,0.0614206199102662,0.264054634556172,0.255951455205554,0.0305329631457765,0.471524988052421,0.0104407918565823,0.944699794199709 -875,0.255951455205554,0.0318377162215527,0.789210241715801,0.255951455205554,0.0273121793119913,0.532734125337242,0.255951455205554,0.102443795795389,0.699388377939728,0.255951455205554,0.0341835918523202,0.711263623956255,0.255951455205554,0.21355342280083,0.610883647670528,0.255951455205554,0.10302564533782,0.501812388976539,0.5,0.255951455205554,0.0633490850346872,0.337019951870994,0.5,0.255951455205554,0.235407223338908,0.206952619655426,0.5,0.255951455205554,0.262409247269325,0.195412574829719,0.255951455205554,0.0212628972786425,0.471937666233248,0.0972444406641131,0.118485768961452,0.255951455205554,0.0791200522944303,0.137973216291055,0.5,0.255951455205554,0.0667315615532416,0.225325661993867,0.255951455205554,0.0639969293227903,0.246578445158016,0.255951455205554,0.0926438537545173,0.317404749131002,0.255951455205554,0.0693162068642401,0.562682892811085,0.0286000858068326,0.948658078251248 -876,0.255951455205554,0.0496849689429938,0.837084627227167,0.255951455205554,0.0379180841189201,0.507188881362566,0.255951455205554,0.190762110881919,0.728389038769381,0.255951455205554,0.200683069340108,0.740831077694377,0.255951455205554,0.335074809106176,0.621984928806703,0.255951455205554,0.129914665484716,0.528245059779253,0.5,0.255951455205554,0.0974624221175718,0.359343102875321,0.5,0.255951455205554,0.341494370100016,0.260278723314534,0.5,0.255951455205554,0.362592577690573,0.224533298928962,0.255951455205554,0.0289669889164416,0.501168410001126,0.0645497540144167,0.136943741604904,0.255951455205554,0.0834674910533597,0.164192810964016,0.5,0.255951455205554,0.0703840543722656,0.245301157001901,0.255951455205554,0.0941606666996773,0.294699097739539,0.255951455205554,0.125244779194095,0.370349260171437,0.255951455205554,0.127522125936935,0.560946706527723,0.0446976160686179,0.944777056988058 -877,0.255951455205554,0.0934345736434101,0.855314936155724,0.255951455205554,0.0821630795555642,0.490971789188655,0.255951455205554,0.233885081661712,0.730342035418943,0.255951455205554,0.374861069509548,0.825434227385311,0.255951455205554,0.437912710667599,0.583906631898828,0.255951455205554,0.167787081696613,0.537333676565551,0.5,0.255951455205554,0.104429746499401,0.303163015688041,0.5,0.255951455205554,0.454935537608198,0.251441873897239,0.5,0.255951455205554,0.405853621923026,0.222365255639368,0.255951455205554,0.0310019339678949,0.318577737122061,0.0908661256594205,0.172338937043191,0.255951455205554,0.0922804814071165,0.182647734937924,0.5,0.255951455205554,0.0625681634925336,0.252313059965187,0.255951455205554,0.187899849172603,0.374973031395088,0.255951455205554,0.139528599540322,0.367284950698617,0.255951455205554,0.134004776615408,0.453774699808428,0.0481430948542886,0.946249187748415 -878,0.255951455205554,0.107314888744057,0.849681523872531,0.255951455205554,0.410629010789671,0.542209749162237,0.255951455205554,0.274986318823932,0.616974272941622,0.255951455205554,0.169765547114484,0.722267542115922,0.255951455205554,0.490411682218802,0.502557519435692,0.255951455205554,0.205447336809815,0.469642332190661,0.5,0.255951455205554,0.109830693538489,0.294808103920926,0.5,0.255951455205554,0.484455353820928,0.150375342447799,0.5,0.255951455205554,0.402210597430647,0.185523549211524,0.255951455205554,0.0824693118562641,0.249945118437387,0.0852048354955107,0.128211646390076,0.255951455205554,0.119760136870054,0.182759303757292,0.5,0.255951455205554,0.0537124222017668,0.23636747017089,0.255951455205554,0.150209787164507,0.31745228279887,0.255951455205554,0.130069916249769,0.324478655888432,0.255951455205554,0.121091078266639,0.360334323354018,0.0994117450473183,0.942666410781391 -879,0.255951455205554,0.0602953669689395,0.790889055083547,0.255951455205554,0.193214589540706,0.528352113072676,0.255951455205554,0.30300624397622,0.434879115247957,0.255951455205554,0.100486259851998,0.454598506091641,0.255951455205554,0.4067667683645,0.409942707652209,0.255951455205554,0.197438338934179,0.448956342043213,0.5,0.255951455205554,0.137310152514825,0.299221510334462,0.5,0.255951455205554,0.432914895125666,0.105829970219625,0.5,0.255951455205554,0.344426522965574,0.153867316932152,0.255951455205554,0.24455134384784,0.305640110553833,0.11461036954263,0.103181622999403,0.255951455205554,0.12374416452745,0.157897307855526,0.5,0.255951455205554,0.047147713466582,0.222926568619642,0.255951455205554,0.128006938753153,0.192619451471332,0.255951455205554,0.0999875531722125,0.19105090387913,0.255951455205554,0.138654466086034,0.348904916696845,0.0234559630774301,0.888150380947765 -880,0.255951455205554,0.0173518415650443,0.606350361798019,0.255951455205554,0.0218413811190696,0.243772976240887,0.255951455205554,0.249940294179261,0.290699543322182,0.255951455205554,0.179557421330447,0.260826084772585,0.255951455205554,0.229608169063141,0.328212488418726,0.255951455205554,0.14024267735206,0.420388966244971,0.5,0.255951455205554,0.165055795032032,0.287904793352735,0.5,0.255951455205554,0.309377734568728,0.0889639054857632,0.5,0.255951455205554,0.238764107452536,0.112225848447201,0.255951455205554,0.259104366249728,0.251177852929372,0.0326740993630639,0.0804797986356341,0.255951455205554,0.0615444299351991,0.136809374526511,0.5,0.255951455205554,0.0493759924257424,0.225004869177844,0.255951455205554,0.0689783374702523,0.12641318070205,0.255951455205554,0.0816387108684741,0.125941950776458,0.255951455205554,0.121155855498746,0.343516302504889,0.00759355214654842,0.836837706410964 -881,0.255951455205554,0.000141007441510046,0.435150765828268,0.255951455205554,0.0,0.130831716831658,0.255951455205554,0.0301508025661254,0.251800057289217,0.255951455205554,0.0,0.24522280704989,0.255951455205554,0.0444895874807602,0.35926685665005,0.255951455205554,0.0297201306341541,0.334189717174251,0.5,0.255951455205554,0.0568670641868121,0.264064168937979,0.5,0.255951455205554,0.0688439025370194,0.114619561042564,0.5,0.255951455205554,0.0274051480889114,0.111348027998557,0.255951455205554,0.0608459731216627,0.301577448223516,0.0,0.0893089662955052,0.255951455205554,0.0,0.144980806766515,0.5,0.255951455205554,0.0,0.225790779373642,0.255951455205554,0.0,0.0948821901879556,0.255951455205554,0.0,0.153459921255117,0.255951455205554,0.000275085496107982,0.236206534502513,0.0,0.753505981968447 -882,0.255951455205554,0.0,0.363321979100113,0.255951455205554,0.0,0.137034240144047,0.255951455205554,0.0,0.2686451361743,0.255951455205554,0.0,0.277793983210166,0.255951455205554,0.0,0.439030655106506,0.255951455205554,0.0,0.263144440616366,0.5,0.255951455205554,0.0,0.372331784882112,0.5,0.255951455205554,0.0,0.163619967071554,0.5,0.255951455205554,0.0,0.134969326535946,0.255951455205554,0.0,0.443663673284321,0.0,0.08569232754332,0.255951455205554,0.0,0.148449010807778,0.5,0.255951455205554,0.0,0.22334395692476,0.255951455205554,0.0,0.0803639103747693,0.255951455205554,0.0,0.187687684391321,0.255951455205554,0.0,0.131955156274954,0.0,0.766137692196367 -883,0.255951455205554,0.0,0.29806584696376,0.255951455205554,0.0,0.174811309125678,0.255951455205554,0.0,0.28883539626201,0.255951455205554,0.0,0.265737797182529,0.255951455205554,0.0,0.566905783531,0.255951455205554,0.0,0.303812013595354,0.5,0.255951455205554,0.0,0.515274456991446,0.5,0.255951455205554,0.0,0.175154767654768,0.5,0.255951455205554,0.0,0.145281115283036,0.255951455205554,0.0,0.561860088567529,0.0,0.0770630642076305,0.255951455205554,0.0,0.143623926345105,0.5,0.255951455205554,0.0,0.203612438228522,0.255951455205554,0.0,0.082168848180346,0.255951455205554,0.0,0.188267393293814,0.255951455205554,0.0,0.127184893649008,0.0,0.78729053829302 -884,0.255951455205554,0.0,0.288375688888171,0.255951455205554,0.0,0.184621077935652,0.255951455205554,0.0,0.323687245506791,0.255951455205554,0.0,0.283711551636519,0.255951455205554,0.0,0.722305949613274,0.255951455205554,0.0,0.429934542107702,0.5,0.255951455205554,0.0,0.598759679021971,0.5,0.255951455205554,0.0,0.19785465112592,0.5,0.255951455205554,0.0,0.159105886018795,0.255951455205554,0.0,0.630894939480391,0.0,0.110657504622461,0.255951455205554,0.0,0.147677363837908,0.5,0.255951455205554,0.0,0.18663512924776,0.255951455205554,0.0,0.108590414383247,0.255951455205554,0.0,0.200930232656461,0.255951455205554,0.0,0.152810673321234,0.0,0.765557239657861 -885,0.255951455205554,0.0,0.290514635007533,0.255951455205554,0.0,0.199384327036206,0.255951455205554,0.0,0.36968441462487,0.255951455205554,0.0,0.314130702626295,0.255951455205554,0.0,0.835293391915064,0.255951455205554,0.0,0.562480884334647,0.5,0.255951455205554,0.0,0.634063061456966,0.5,0.255951455205554,0.0,0.234683276935531,0.5,0.255951455205554,0.0,0.189862230258607,0.255951455205554,0.0,0.723011250184761,0.0,0.0977102613364097,0.255951455205554,0.0,0.152671469637633,0.5,0.255951455205554,0.0,0.189302202396208,0.255951455205554,0.0,0.130438131717099,0.255951455205554,0.0,0.218520999633703,0.255951455205554,0.0,0.181556005619418,0.0,0.727302678578524 -886,0.255951455205554,0.0,0.288522964832411,0.255951455205554,0.0,0.234575805601431,0.255951455205554,0.0,0.460644524837892,0.255951455205554,0.0,0.389631303671636,0.255951455205554,0.0,0.93018998855748,0.255951455205554,0.0,0.652222050816038,0.5,0.255951455205554,0.0,0.649376987929215,0.5,0.255951455205554,0.0,0.255572780443097,0.5,0.255951455205554,0.0,0.258072368061382,0.255951455205554,0.0,0.691025153107999,0.0,0.118348576411399,0.255951455205554,0.0,0.155655152304119,0.5,0.255951455205554,0.0,0.192031042462761,0.255951455205554,0.0,0.160678568545031,0.255951455205554,0.0,0.23206466626029,0.255951455205554,0.0,0.204465883131654,0.0,0.763163422676985 -887,0.255951455205554,0.0,0.335671766442278,0.255951455205554,0.0,0.293151690943287,0.255951455205554,0.0,0.576977753362099,0.255951455205554,0.0,0.516457091275553,0.255951455205554,0.0,0.975479920759836,0.255951455205554,0.0,0.684155267887642,0.5,0.255951455205554,0.0,0.681298443200743,0.5,0.255951455205554,0.0,0.247733504743642,0.5,0.255951455205554,0.0,0.317033351799739,0.255951455205554,0.0,0.801085828480776,0.0,0.10797908491948,0.255951455205554,0.0,0.153965430753607,0.5,0.255951455205554,0.0,0.216314483697053,0.255951455205554,0.0,0.197984980874422,0.255951455205554,0.0,0.241392785583917,0.255951455205554,0.0,0.253003117177033,0.0,0.879799567022166 -888,0.255951455205554,0.0,0.390555311846728,0.255951455205554,0.0,0.35930688099716,0.255951455205554,0.0,0.689342529502861,0.255951455205554,0.0,0.69507119904244,0.255951455205554,0.0,1.0020939494448,0.255951455205554,0.0,0.768438817293323,0.5,0.255951455205554,0.0,0.742814857506393,0.5,0.255951455205554,0.0,0.206673460251249,0.5,0.255951455205554,0.0,0.297858843992879,0.255951455205554,0.0,0.812788006996274,0.0,0.13265132442617,0.255951455205554,0.0,0.174674595752763,0.5,0.255951455205554,0.0,0.242813670425366,0.255951455205554,0.0,0.248026886511225,0.255951455205554,0.0,0.270220193086799,0.255951455205554,0.0,0.307583270425953,0.0,0.91698689503454 -889,0.255951455205554,0.0,0.473180367495328,0.255951455205554,0.0,0.421968889586865,0.255951455205554,0.0,0.788582828741357,0.255951455205554,0.0,0.891955679833965,0.255951455205554,0.0,1.00874208145632,0.255951455205554,0.0,0.875213650867689,0.5,0.255951455205554,0.0,0.759968728930701,0.5,0.255951455205554,0.0,0.243709883608827,0.5,0.255951455205554,0.0,0.273915944328911,0.255951455205554,0.0,0.810558158417145,0.0,0.160575275254537,0.255951455205554,0.0,0.194622121571532,0.5,0.255951455205554,0.0,0.285323312745098,0.255951455205554,0.0,0.30023209093986,0.255951455205554,0.0,0.256717312931238,0.255951455205554,0.0,0.357165542962048,0.0,0.925400312356506 -890,0.255951455205554,0.0,0.630992284371275,0.255951455205554,0.0,0.720288351138393,0.255951455205554,0.0,0.854215849243189,0.255951455205554,0.0,0.950338290652681,0.255951455205554,0.0,0.997580425322333,0.255951455205554,0.0,0.913849330327416,0.5,0.255951455205554,0.0,0.72055163244436,0.5,0.255951455205554,0.0,0.297086641338802,0.5,0.255951455205554,0.0,0.268013027201608,0.255951455205554,0.0,0.84386614000083,0.0,0.185677698898849,0.255951455205554,0.0,0.212482063132705,0.5,0.255951455205554,0.0,0.32973663635605,0.255951455205554,0.0,0.349152451458581,0.255951455205554,0.0,0.255764699666973,0.255951455205554,0.0,0.542620174635243,0.0,0.925178754227655 -891,0.255951455205554,0.0,0.777876092328789,0.255951455205554,0.0,0.850724420455857,0.255951455205554,0.0,0.880664142405325,0.255951455205554,0.0,0.945813652657258,0.255951455205554,0.0,0.981040996689396,0.255951455205554,0.0,0.860477024957845,0.5,0.255951455205554,0.0,0.723104452692342,0.5,0.255951455205554,0.0,0.310597035248049,0.5,0.255951455205554,0.0,0.289841058622822,0.255951455205554,0.0,1.00035192967893,0.0,0.177581281447579,0.255951455205554,0.0,0.232629143254339,0.5,0.255951455205554,0.0,0.402713368310134,0.255951455205554,0.0,0.383880906251792,0.255951455205554,0.0,0.377958125276821,0.255951455205554,0.0,0.723585783749728,0.0,0.901374118168007 -892,0.255951455205554,0.0,0.862772109935488,0.255951455205554,0.0,0.852121810281604,0.255951455205554,0.0,0.870153139741762,0.255951455205554,0.0,0.913462443225739,0.255951455205554,0.0,0.965538994184882,0.255951455205554,0.0,0.891457018136205,0.5,0.255951455205554,0.0,0.83185209030815,0.5,0.255951455205554,0.0,0.448118590680399,0.5,0.255951455205554,0.0,0.273545437109042,0.255951455205554,0.0,1.02173913043478,0.0,0.20059288598451,0.255951455205554,0.0,0.278098456842754,0.5,0.255951455205554,0.0,0.51529358299798,0.255951455205554,0.0,0.432764318139229,0.255951455205554,0.0,0.634194922854153,0.255951455205554,0.0,0.833646216355043,0.0,0.915477423305592 -893,0.255951455205554,0.0,0.857090311772623,0.255951455205554,0.0,0.805716298813412,0.255951455205554,0.0,0.829656175850417,0.255951455205554,0.0,0.830126688923449,0.255951455205554,0.0,0.93888865917653,0.255951455205554,0.0,0.917048171757523,0.5,0.255951455205554,0.0,0.885578281336129,0.5,0.255951455205554,0.0,0.581469357529471,0.5,0.255951455205554,0.0,0.3323040403723,0.255951455205554,0.0,1.02173913043478,0.0,0.265047287404689,0.255951455205554,0.0,0.362187990885021,0.5,0.255951455205554,0.0,0.632585919188377,0.255951455205554,0.0,0.574261082614039,0.255951455205554,0.0,0.756637029104214,0.255951455205554,0.0,0.835543820195647,0.0,0.955071442092292 -894,0.255951455205554,0.0,0.812193877312043,0.255951455205554,0.0,0.710931561496806,0.255951455205554,0.0,0.830124220232436,0.255951455205554,0.0,0.789013723590965,0.255951455205554,0.0,0.921600194009205,0.255951455205554,0.0,0.862913313138714,0.5,0.255951455205554,0.0,0.936445192346208,0.5,0.255951455205554,0.0,0.652349594209128,0.5,0.255951455205554,0.0,0.390179654512137,0.255951455205554,0.0,1.02173913043478,0.0,0.338371952286655,0.255951455205554,0.0,0.461575756314806,0.5,0.255951455205554,0.0,0.751837359240668,0.255951455205554,0.0,0.684483073233361,0.255951455205554,0.0,0.807157923418719,0.255951455205554,0.0,0.89594387392557,0.0,0.983416055070914 -895,0.255951455205554,0.0,0.786332148606214,0.255951455205554,0.0,0.685360223560391,0.255951455205554,0.0,0.833515802174756,0.255951455205554,0.0,0.783260476089895,0.255951455205554,0.0,0.928045021718762,0.255951455205554,0.0,0.918099928288965,0.5,0.255951455205554,0.0,0.994858893850843,0.5,0.255951455205554,0.0,0.723611843426473,0.5,0.255951455205554,0.0,0.423562317806037,0.255951455205554,0.0,1.02173913043478,0.0,0.349617239944571,0.255951455205554,0.0,0.565847400896227,0.5,0.255951455205554,0.0,0.793411242560725,0.255951455205554,0.0,0.711279035720007,0.255951455205554,0.0,0.828716620784994,0.255951455205554,0.0,0.889549940205733,0.0,0.994711784662575 -896,0.255951455205554,0.0,0.777531623978534,0.255951455205554,0.0,0.682282304025229,0.255951455205554,0.0,0.830525163030914,0.255951455205554,0.0,0.785507596630585,0.255951455205554,0.0,0.98013581958346,0.255951455205554,0.0,1.00750296447746,0.5,0.255951455205554,0.0,1.02169602536564,0.5,0.255951455205554,0.0,0.771101202274332,0.5,0.255951455205554,0.0,0.4897542861922,0.255951455205554,0.0,1.02173913043478,0.0,0.480194646525676,0.255951455205554,0.0,0.587071547342834,0.5,0.255951455205554,0.0,0.787308272418957,0.255951455205554,0.0,0.72905164711639,0.255951455205554,0.0,0.841827640397502,0.255951455205554,0.0,0.87858486765417,0.0,1.00096676709897 -897,0.255951455205554,0.000325553816581959,0.706218519899699,0.255951455205554,0.00115058723744976,0.6838626720017,0.255951455205554,0.00245240495096329,0.894463411075922,0.255951455205554,0.00332133212847654,0.874830325348992,0.255951455205554,0.00153117286680793,1.01557835204004,0.255951455205554,0.00133450418481502,1.02173913043478,0.5,0.255951455205554,0.00187783007761131,1.02169992815215,0.5,0.255951455205554,0.00674438271635545,0.842681843497917,0.5,0.255951455205554,0.0150730339378154,0.547217018328866,0.255951455205554,0.00125120106187011,1.02173913043478,0.00192632329807103,0.386233918286816,0.255951455205554,0.00415157672423308,0.631212416145038,0.5,0.255951455205554,0.00169515762481585,0.793099097394623,0.255951455205554,0.00715725031000783,0.768020448513523,0.255951455205554,0.00536421017946242,0.758201105550872,0.255951455205554,0.0074251830970334,0.884054789768353,0.000268923671718137,0.9994594383236 -898,0.255951455205554,0.00953656490337028,0.856000850827331,0.255951455205554,0.0507161272582474,0.867904827082686,0.255951455205554,0.0232813549576095,0.960732370877065,0.255951455205554,0.0134975614744783,0.986091958182252,0.255951455205554,0.0173355588117576,1.0217370771281,0.255951455205554,0.0145327469720754,1.02173913043478,0.5,0.255951455205554,0.0255275076183512,1.02173913043478,0.5,0.255951455205554,0.0340169627134511,0.926192966271956,0.5,0.255951455205554,0.0581046477753336,0.696240420795194,0.255951455205554,0.0122711186055607,1.02173913043478,0.0132903343499889,0.504937997694064,0.255951455205554,0.0179212711629972,0.583582458830748,0.5,0.255951455205554,0.00936943330419242,0.713528602656248,0.255951455205554,0.0428510262071505,0.766762276996777,0.255951455205554,0.0492800749715385,0.731780741794254,0.255951455205554,0.0426951282815783,0.954583499645349,0.00136626279700543,0.990603405750833 -899,0.255951455205554,0.035531264861305,0.933358519028678,0.255951455205554,0.0677198289210008,1.01653761802237,0.255951455205554,0.0382722018728901,1.00784760706353,0.255951455205554,0.0203935904365293,1.01232532241344,0.255951455205554,0.0523837780570347,1.02173913043478,0.255951455205554,0.0310005862015687,1.02173913043478,0.5,0.255951455205554,0.0609157307320007,1.02173913043478,0.5,0.255951455205554,0.0777241053151811,0.974790086203409,0.5,0.255951455205554,0.0983630237922144,0.824669236478186,0.255951455205554,0.037052081491901,1.02173913043478,0.088155357229751,0.524285245740453,0.255951455205554,0.0734045777982741,0.546704398341346,0.5,0.255951455205554,0.0388907334950495,0.599238909302318,0.255951455205554,0.0958974925579186,0.822294878571643,0.255951455205554,0.0867364806572421,0.880302232779839,0.255951455205554,0.0558588944835965,1.01284847649637,0.0114915207890214,0.981960086201208 -900,0.255951455205554,0.0366167288643405,0.985600903060938,0.255951455205554,0.0482748711498663,1.02173913043478,0.255951455205554,0.0460008479641647,1.01675305857983,0.255951455205554,0.0451935593314037,1.01637101885767,0.255951455205554,0.0609569196777713,1.02173913043478,0.255951455205554,0.0722875796673169,1.02173913043478,0.5,0.255951455205554,0.113372343879897,1.02173913043478,0.5,0.255951455205554,0.119075588218515,0.994366288418092,0.5,0.255951455205554,0.126673661482957,0.946611220368909,0.255951455205554,0.0601120110301255,1.02173913043478,0.230471605189898,0.814031627048915,0.255951455205554,0.157321729908481,0.714118983404711,0.5,0.255951455205554,0.105206250296717,0.604619217463478,0.255951455205554,0.11932454871523,0.852798423797426,0.255951455205554,0.0658483873320613,1.00315208346095,0.255951455205554,0.0598267678254238,1.02162091619861,0.063857817521132,0.968766461628592 -901,0.255951455205554,0.0229734298460716,1.0030961738057,0.255951455205554,0.0752876368742394,1.02173913043478,0.255951455205554,0.0422590002955993,1.0171062998255,0.255951455205554,0.024289961137438,1.01640406551217,0.255951455205554,0.0746486566311728,1.02173913043478,0.255951455205554,0.0971226797362733,1.02173913043478,0.5,0.255951455205554,0.153460600722533,1.02173913043478,0.5,0.255951455205554,0.12367512301761,0.980240760089167,0.5,0.255951455205554,0.147496006988916,0.991278335120881,0.255951455205554,0.0774464207484064,1.02173913043478,0.206586558774193,0.985886298486728,0.255951455205554,0.164997074774855,0.872245988206589,0.5,0.255951455205554,0.157258740122401,0.845666181728098,0.255951455205554,0.128285274803948,0.881610414493647,0.255951455205554,0.0561580149866257,1.02168695559287,0.255951455205554,0.107852966649533,1.02173913043478,0.0124434429054967,0.976415958147169 -902,0.255951455205554,0.0190733255608846,1.00798026058411,0.255951455205554,0.0299531851640655,1.02173913043478,0.255951455205554,0.0359866311210979,1.01601517942706,0.255951455205554,0.0209677626538126,1.01628803877812,0.255951455205554,0.0777740204817837,1.02173913043478,0.255951455205554,0.0972078091855573,1.02173913043478,0.5,0.255951455205554,0.139682711522939,1.02144608403181,0.5,0.255951455205554,0.122719767052275,0.934078388550489,0.5,0.255951455205554,0.13996623387451,0.981276247189028,0.255951455205554,0.0964176953716839,1.02173913043478,0.0402960765997683,1.02173913043478,0.255951455205554,0.0931698241664201,0.972565677768796,0.5,0.255951455205554,0.0773089205210485,0.909573115346005,0.255951455205554,0.0871431803480781,0.909617677253613,0.255951455205554,0.115417317725019,1.02173913043478,0.255951455205554,0.110581537882135,1.02173913043478,0.0120538068798561,0.978278827035879 -903,0.255951455205554,0.0163584686597969,1.00378767039672,0.255951455205554,0.0112767709713216,1.02173913043478,0.255951455205554,0.0286790271869364,1.01683375833272,0.255951455205554,0.0162948347458126,1.01637684683271,0.255951455205554,0.0765176819679026,1.02171112066868,0.255951455205554,0.0836046962754028,1.02173913043478,0.5,0.255951455205554,0.0755869321333767,1.01198016396013,0.5,0.255951455205554,0.102625923157816,0.873247121512043,0.5,0.255951455205554,0.109966690579019,0.96490097771178,0.255951455205554,0.0493516872791017,1.00747732954675,0.0301139375213026,1.02173913043478,0.255951455205554,0.0414880420721745,0.993815342017269,0.5,0.255951455205554,0.0243464207263637,0.979949718631982,0.255951455205554,0.0632319181431955,0.93730302350287,0.255951455205554,0.067197745880452,1.02173913043478,0.255951455205554,0.0802206570956385,1.02173913043478,0.0153632947075054,0.994067751281162 -904,0.255951455205554,0.00853181188820786,0.999732775183619,0.255951455205554,0.00459396390482703,1.02173913043478,0.255951455205554,0.0176609125597123,1.01770742324169,0.255951455205554,0.00587962444807463,1.01616214448187,0.255951455205554,0.0580516052294006,1.01083116162874,0.255951455205554,0.0462723705962418,1.02057864996206,0.5,0.255951455205554,0.0381206464583824,0.940374406511885,0.5,0.255951455205554,0.0603749137714843,0.783764724070391,0.5,0.255951455205554,0.0588612874839936,0.95301089292261,0.255951455205554,0.0353965343585675,0.847304724704536,0.0325497244910588,1.02173913043478,0.255951455205554,0.0251164383999486,1.01669482695364,0.5,0.255951455205554,0.0175462783800599,0.996479998439841,0.255951455205554,0.0360924366856695,0.951314518732214,0.255951455205554,0.0284289634710214,1.02173913043478,0.255951455205554,0.0445759445242809,1.02173913043478,0.0114614005946526,1.00137405024598 -905,0.255951455205554,0.000162516869042611,0.969549465299556,0.255951455205554,0.000727618359733539,1.02173913043478,0.255951455205554,0.00270831451355326,1.01771981806177,0.255951455205554,9.28145634432186e-05,1.0164402772225,0.255951455205554,0.0329449441897801,0.968015564733292,0.255951455205554,0.0120698400976832,1.0081041246511,0.5,0.255951455205554,0.0124566343156266,0.779349448619874,0.5,0.255951455205554,0.0183694222434934,0.680221167435921,0.5,0.255951455205554,0.0105744457608521,0.903886974874657,0.255951455205554,0.00931932879109794,0.576102072848979,0.0,1.02173913043478,0.255951455205554,0.0,1.02128030098741,0.5,0.255951455205554,0.000138974250915461,1.00479370210339,0.255951455205554,0.0,0.96060281627415,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.000802969250181589,1.02172658029569,0.0,1.00608667855528 -906,0.255951455205554,0.0,1.00690021648338,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01568810659849,0.255951455205554,0.0,1.01643325533097,0.255951455205554,0.0,0.884950503329965,0.255951455205554,0.0,0.949540573780938,0.5,0.255951455205554,0.0,0.57633453947397,0.5,0.255951455205554,0.0,0.529030571210188,0.5,0.255951455205554,0.0,0.825848518290133,0.255951455205554,0.0,0.397886914157196,0.0,1.02173913043478,0.255951455205554,0.0,1.02157091961793,0.5,0.255951455205554,0.0,1.00960948233713,0.255951455205554,0.0,0.965852884769918,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02133115521111,0.0,1.00777635397364 -907,0.255951455205554,0.0,1.01202911480397,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.0038851690435,0.255951455205554,0.0,1.01531485309705,0.255951455205554,0.0,0.77993841767161,0.255951455205554,0.0,0.845360171266733,0.5,0.255951455205554,0.0,0.430219017547486,0.5,0.255951455205554,0.0,0.400172195241115,0.5,0.255951455205554,0.0,0.71308438664864,0.255951455205554,0.0,0.261219875464165,0.0,1.02173913043478,0.255951455205554,0.0,1.0213540512392,0.5,0.255951455205554,0.0,1.01301870210572,0.255951455205554,0.0,0.962318025269718,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00907377526215,0.0,1.00973920986444 -908,0.255951455205554,0.0,1.01200745871206,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.960587550725622,0.255951455205554,0.0,1.00896930060246,0.255951455205554,0.0,0.691024815424658,0.255951455205554,0.0,0.724293964878448,0.5,0.255951455205554,0.0,0.336314549967091,0.5,0.255951455205554,0.0,0.260897507115263,0.5,0.255951455205554,0.0,0.555385105146847,0.255951455205554,0.0,0.192773575735045,0.0,1.02173913043478,0.255951455205554,0.0,1.01999657058052,0.5,0.255951455205554,0.0,1.01356949793285,0.255951455205554,0.0,0.927689849661504,0.255951455205554,0.0,1.01150643627935,0.255951455205554,0.0,0.966727378219115,0.0,1.00971407211612 -909,0.255951455205554,0.0,1.00905820911948,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.855973806773043,0.255951455205554,0.0,0.928278464361103,0.255951455205554,0.0,0.608182656610159,0.255951455205554,0.0,0.573200433375894,0.5,0.255951455205554,0.0,0.316754444920034,0.5,0.255951455205554,0.0,0.165018687374316,0.5,0.255951455205554,0.0,0.383481975698495,0.255951455205554,0.0,0.165417928050182,0.0,1.02173913043478,0.255951455205554,0.0,1.0050114375301,0.5,0.255951455205554,0.0,1.01039431530029,0.255951455205554,0.0,0.884371559024586,0.255951455205554,0.0,0.961011939293146,0.255951455205554,0.0,0.867835897389034,0.0,1.00574618711102 -910,0.255951455205554,0.0,0.996039545283983,0.255951455205554,0.0,1.00490325222077,0.255951455205554,0.0,0.733430356445432,0.255951455205554,0.0,0.752584777131619,0.255951455205554,0.0,0.563941948358421,0.255951455205554,0.0,0.440970983973306,0.5,0.255951455205554,0.0,0.288653861170871,0.5,0.255951455205554,0.0,0.14373026626076,0.5,0.255951455205554,0.0,0.264179503640036,0.255951455205554,0.0,0.159651188235652,0.0,0.987628443891085,0.255951455205554,0.0,0.978370485455926,0.5,0.255951455205554,0.0,1.00006678805489,0.255951455205554,0.0,0.780420419044077,0.255951455205554,0.0,0.836864185016457,0.255951455205554,0.0,0.730615172444199,0.0,0.985075343953669 -911,0.255951455205554,0.0,0.943560625592809,0.255951455205554,0.0,0.88892434639093,0.255951455205554,0.0,0.684166518571858,0.255951455205554,0.0,0.586485798781498,0.255951455205554,0.0,0.466023661806025,0.255951455205554,0.0,0.33529383128506,0.5,0.255951455205554,0.0,0.295640712825315,0.5,0.255951455205554,0.0,0.159552490659289,0.5,0.255951455205554,0.0,0.201413982049369,0.255951455205554,0.0,0.19309257329807,0.0,0.92410884560101,0.255951455205554,0.0,0.902314633033222,0.5,0.255951455205554,0.0,0.983500125481002,0.255951455205554,0.0,0.653088073030474,0.255951455205554,0.0,0.666315339730779,0.255951455205554,0.0,0.582501725843707,0.0,0.951595697997163 -912,0.255951455205554,0.0,0.860190238810921,0.255951455205554,0.0,0.689947921019926,0.255951455205554,0.0,0.709468724050507,0.255951455205554,0.0,0.735134450351897,0.255951455205554,0.0,0.401363780165745,0.255951455205554,0.0,0.321756541963778,0.5,0.255951455205554,0.0,0.337342849431598,0.5,0.255951455205554,0.0,0.175407027018819,0.5,0.255951455205554,0.0,0.199202224669502,0.255951455205554,0.0,0.246282741657679,0.0,0.822406367181009,0.255951455205554,0.0,0.773960061213403,0.5,0.255951455205554,0.0,0.948266631815664,0.255951455205554,0.0,0.501440590127898,0.255951455205554,0.0,0.5560158019965,0.255951455205554,0.0,0.432107924836855,0.0,0.944967130451665 -913,0.255951455205554,0.0,0.787764364677201,0.255951455205554,0.0,0.698129629182758,0.255951455205554,0.0,0.635100768329725,0.255951455205554,0.0,0.743008879337226,0.255951455205554,0.0,0.390724614529491,0.255951455205554,0.0,0.391426582461852,0.5,0.255951455205554,0.0,0.401495166811691,0.5,0.255951455205554,0.0,0.210578761474454,0.5,0.255951455205554,0.0,0.225300385179305,0.255951455205554,0.0,0.295215150330995,0.0,0.700471420048813,0.255951455205554,0.0,0.667528388699392,0.5,0.255951455205554,0.0,0.882653830746453,0.255951455205554,0.0,0.384459441505294,0.255951455205554,0.0,0.457979139112942,0.255951455205554,0.0,0.327719127610214,0.0,0.906014878959591 -914,0.255951455205554,0.0,0.749825180024859,0.255951455205554,0.0,0.857416409829199,0.255951455205554,0.0,0.490490571362659,0.255951455205554,0.0,0.560422999311635,0.255951455205554,0.0,0.440574159688121,0.255951455205554,0.0,0.473081127405186,0.5,0.255951455205554,0.0,0.444610888947907,0.5,0.255951455205554,0.0,0.216482394792663,0.5,0.255951455205554,0.0,0.255867235150811,0.255951455205554,0.0,0.326254105954444,0.0,0.461300824444757,0.255951455205554,0.0,0.531423487633407,0.5,0.255951455205554,0.0,0.796497572171282,0.255951455205554,0.0,0.331927351664298,0.255951455205554,0.0,0.324188232278964,0.255951455205554,0.0,0.299305290581593,0.0,0.844967090151068 -915,0.255951455205554,0.0,0.679612862661161,0.255951455205554,0.0,0.593923532706055,0.255951455205554,0.0,0.436246861917468,0.255951455205554,0.0,0.398475298525813,0.255951455205554,0.0,0.559361209327873,0.255951455205554,0.0,0.523312496752458,0.5,0.255951455205554,0.0,0.470094645801137,0.5,0.255951455205554,0.0,0.192233999392626,0.5,0.255951455205554,0.0,0.231887104870778,0.255951455205554,0.0,0.39770347656278,0.0,0.350280795491637,0.255951455205554,0.0,0.387173903800312,0.5,0.255951455205554,0.0,0.620883839656893,0.255951455205554,0.0,0.278686092947465,0.255951455205554,0.0,0.227697344617195,0.255951455205554,0.0,0.2869189700991,0.0,0.964568138306353 -916,0.255951455205554,0.0,0.628251300407993,0.255951455205554,0.0,0.395883435820822,0.255951455205554,0.0,0.4442496093589,0.255951455205554,0.0,0.382835030262243,0.255951455205554,0.0,0.703310109189894,0.255951455205554,0.0,0.573213947043198,0.5,0.255951455205554,0.0,0.53226205333083,0.5,0.255951455205554,0.0,0.171799534264065,0.5,0.255951455205554,0.0,0.191266026573473,0.255951455205554,0.0,0.49872965691437,0.0,0.302571711687644,0.255951455205554,0.0,0.295099744865048,0.5,0.255951455205554,0.0,0.401608907331442,0.255951455205554,0.0,0.23042126494537,0.255951455205554,0.0,0.18602493118314,0.255951455205554,0.0,0.2745274188647,0.0,0.987320108453422 -917,0.255951455205554,0.0,0.509764879975017,0.255951455205554,0.0,0.221838491792008,0.255951455205554,0.0,0.513950347587025,0.255951455205554,0.0,0.493297401831778,0.255951455205554,0.0,0.791631137600838,0.255951455205554,0.0,0.573607431023603,0.5,0.255951455205554,0.0,0.595198480548403,0.5,0.255951455205554,0.0,0.183559972334345,0.5,0.255951455205554,0.0,0.166619576952031,0.255951455205554,0.0,0.551957606619603,0.0,0.222904107104267,0.255951455205554,0.0,0.244618219982632,0.5,0.255951455205554,0.0,0.377977562431138,0.255951455205554,0.0,0.188732442142081,0.255951455205554,0.0,0.182952723634744,0.255951455205554,0.0,0.284111600591819,0.0,0.985802544280412 -918,0.255951455205554,0.0,0.499329661758608,0.255951455205554,0.0,0.240149905979609,0.255951455205554,0.0,0.618440577051255,0.255951455205554,0.0,0.687457411852479,0.255951455205554,0.0,0.861070740770011,0.255951455205554,0.0,0.642215155542775,0.5,0.255951455205554,0.0,0.630468585233124,0.5,0.255951455205554,0.0,0.187064358278812,0.5,0.255951455205554,0.0,0.164502010717083,0.255951455205554,0.0,0.611026987642878,0.0,0.160309474775896,0.255951455205554,0.0,0.198130999602617,0.5,0.255951455205554,0.0,0.406072125388633,0.255951455205554,0.0,0.158228699405669,0.255951455205554,0.0,0.217956049444051,0.255951455205554,0.0,0.282270022225546,0.0,0.992355107781628 -919,0.255951455205554,0.0,0.617944625303048,0.255951455205554,0.0,0.396555136698423,0.255951455205554,0.0,0.689605507859635,0.255951455205554,0.0,0.763482442206395,0.255951455205554,0.0,0.929841569356146,0.255951455205554,0.0,0.692010850412898,0.5,0.255951455205554,0.0,0.675253171185549,0.5,0.255951455205554,0.0,0.190906333237547,0.5,0.255951455205554,0.0,0.170264787497873,0.255951455205554,0.0,0.663815949675648,0.0,0.153109387611405,0.255951455205554,0.0,0.174812024340967,0.5,0.255951455205554,0.0,0.373016456479244,0.255951455205554,0.0,0.154778010154538,0.255951455205554,0.0,0.264784519132195,0.255951455205554,0.0,0.314879972576708,0.0,0.980405038236548 -920,0.255951455205554,0.0,0.76524833575002,0.255951455205554,0.0,0.585491744855324,0.255951455205554,0.0,0.754507862414854,0.255951455205554,0.0,0.848966941090291,0.255951455205554,0.0,0.949426347221618,0.255951455205554,0.0,0.724182114817856,0.5,0.255951455205554,0.0,0.711696844996222,0.5,0.255951455205554,0.0,0.217212973752345,0.5,0.255951455205554,0.0,0.18177859780488,0.255951455205554,0.0,0.704787173741033,0.0,0.166234979879794,0.255951455205554,0.0,0.189800203750897,0.5,0.255951455205554,0.0,0.301293657548831,0.255951455205554,0.0,0.180017355241835,0.255951455205554,0.0,0.286385248361777,0.255951455205554,0.0,0.388594272569518,0.0,0.972264580631759 -921,0.255951455205554,0.0076620546676909,0.843812951727831,0.255951455205554,0.0130761244153561,0.681831522881764,0.255951455205554,0.0107834784939582,0.82181608843733,0.255951455205554,0.00594450151261098,0.91812262461888,0.255951455205554,0.00537841336823237,0.986908540631321,0.255951455205554,0.0193722683942953,0.75838339164095,0.5,0.255951455205554,0.00974524721303336,0.721346194607107,0.5,0.255951455205554,0.0406327221543729,0.227175599583067,0.5,0.255951455205554,0.0738024115271694,0.202678243519278,0.255951455205554,0.00653075291017625,0.73770398635707,0.00636893874973209,0.171026987927808,0.255951455205554,0.0130694308422597,0.225051608203828,0.5,0.255951455205554,0.0181460964656418,0.326438447980521,0.255951455205554,0.0437997787524067,0.212972776150282,0.255951455205554,0.0500160073766809,0.33439281008573,0.255951455205554,0.0415517654553339,0.484376321305533,0.00696503558380121,0.963944325297128 -922,0.255951455205554,0.110650647731526,0.898488930222178,0.255951455205554,0.133738083376462,0.823454659619943,0.255951455205554,0.0933630674479631,0.886643930112719,0.255951455205554,0.0930111678555498,0.965685756505033,0.255951455205554,0.0542214490292248,1.01242439329041,0.255951455205554,0.107586417141193,0.796087335565477,0.5,0.255951455205554,0.0643611207656282,0.74983735160678,0.5,0.255951455205554,0.141666514301708,0.263834207831443,0.5,0.255951455205554,0.235632193804983,0.240677074214436,0.255951455205554,0.0361032054507594,0.802633173091359,0.0445589838434425,0.243480666876572,0.255951455205554,0.0939635165898602,0.302075252539512,0.5,0.255951455205554,0.108089076043751,0.414800147971222,0.255951455205554,0.182085092753594,0.231463954056885,0.255951455205554,0.211911738676658,0.421554743859552,0.255951455205554,0.189472073655203,0.45100755877675,0.112401829223957,0.961373648832595 -923,0.255951455205554,0.241475559335965,0.930278449064336,0.255951455205554,0.263054215847052,0.916762323524801,0.255951455205554,0.151873673014143,0.946462901595518,0.255951455205554,0.181156037706789,0.993831746102873,0.255951455205554,0.0906011343243033,1.01857308238211,0.255951455205554,0.190615533334145,0.873470717893163,0.5,0.255951455205554,0.093465641428055,0.78357772796711,0.5,0.255951455205554,0.211187132031094,0.352076723705573,0.5,0.255951455205554,0.371270882709304,0.395205747864033,0.255951455205554,0.0566816426822172,0.915768408077012,0.303945855390235,0.360265741838636,0.255951455205554,0.231683592383241,0.444633182790293,0.5,0.255951455205554,0.299984951389162,0.584429045537352,0.255951455205554,0.337665024136908,0.293921955844348,0.255951455205554,0.348993579284177,0.58204295139685,0.255951455205554,0.320218450607604,0.554548305827634,0.239577726745081,0.965293681934803 -924,0.255951455205554,0.262102810723082,0.959879468058624,0.255951455205554,0.335905989920337,0.968692609954343,0.255951455205554,0.145285563060613,0.971573609006733,0.255951455205554,0.112307889312924,0.998881404447176,0.255951455205554,0.104748807957451,1.01500699737321,0.255951455205554,0.215249630744563,0.912805894402362,0.5,0.255951455205554,0.0955647159470139,0.811767884142517,0.5,0.255951455205554,0.238239632975615,0.44465872367695,0.5,0.255951455205554,0.436648510893188,0.564652070194356,0.255951455205554,0.0793288904958713,0.993713288303223,0.479924074415357,0.524701344939105,0.255951455205554,0.408705495098371,0.57814964702177,0.5,0.255951455205554,0.438039843938042,0.69398177639074,0.255951455205554,0.469245456965538,0.454259156901206,0.255951455205554,0.428618730796608,0.734695573047432,0.255951455205554,0.378279701951244,0.781394673439762,0.328016918410937,0.969996222838923 -925,0.255951455205554,0.182869707180353,0.979437046735271,0.255951455205554,0.25453303978084,0.992383959009198,0.255951455205554,0.117924468988887,0.978784576178996,0.255951455205554,0.0826875716684175,1.01101007195709,0.255951455205554,0.102527750814267,0.998385086789976,0.255951455205554,0.176861277595503,0.928227307643646,0.5,0.255951455205554,0.105732794301527,0.893561620825948,0.5,0.255951455205554,0.2183432975324,0.530008221848144,0.5,0.255951455205554,0.436916680158119,0.630439845255404,0.255951455205554,0.0903765898612753,1.01990532297501,0.518954616848041,0.639480641676397,0.255951455205554,0.51820833719158,0.619794252737738,0.5,0.255951455205554,0.470727659419144,0.788895362254635,0.255951455205554,0.521987816623825,0.565178373781241,0.255951455205554,0.424193022237333,0.803568539913063,0.255951455205554,0.370226956780815,0.866735104150405,0.240185219687272,0.978183807539311 -926,0.255951455205554,0.0901097929098197,0.99569518879344,0.255951455205554,0.111560818039607,0.967444821678669,0.255951455205554,0.0890610773312927,0.972946249980664,0.255951455205554,0.0736321102279673,1.01353860488791,0.255951455205554,0.0874562427308848,0.978448001645841,0.255951455205554,0.109583765596757,0.966057649610538,0.5,0.255951455205554,0.0939609447100828,0.922777019955488,0.5,0.255951455205554,0.176231624742022,0.495660196399832,0.5,0.255951455205554,0.375806318848427,0.603545741543769,0.255951455205554,0.0737369432297266,0.983083432885062,0.49912845416599,0.633985723911319,0.255951455205554,0.493200540678679,0.671982127703232,0.5,0.255951455205554,0.425630046514006,0.807490196705726,0.255951455205554,0.472069887306644,0.625429305975717,0.255951455205554,0.321109463957197,0.858462356275396,0.255951455205554,0.306415488152697,0.876944111229216,0.108223106726752,0.98167621398691 -927,0.255951455205554,0.0479243310605647,0.998926015988909,0.255951455205554,0.0719451242620556,0.935164266367988,0.255951455205554,0.0617319596471837,0.973205808271734,0.255951455205554,0.0380035988871248,1.0074143097057,0.255951455205554,0.0797015719613929,0.937803637826807,0.255951455205554,0.0719829470171391,0.988753579378909,0.5,0.255951455205554,0.069013854334342,0.90554446545987,0.5,0.255951455205554,0.124004188444546,0.518602509767418,0.5,0.255951455205554,0.259227436853839,0.524914962375156,0.255951455205554,0.0741017129223537,0.932724417528578,0.402948586595511,0.570810134214723,0.255951455205554,0.377433205044495,0.619815296674646,0.5,0.255951455205554,0.308856216702482,0.805069884493453,0.255951455205554,0.323445417132994,0.572986702947257,0.255951455205554,0.181779296710928,0.841755088591422,0.255951455205554,0.190729815780274,0.830764578988282,0.0692190979837948,0.990174006874782 -928,0.255951455205554,0.018941821196996,0.984044982223076,0.255951455205554,0.0143454880388186,0.806743583737656,0.255951455205554,0.036763847423336,0.913522269844589,0.255951455205554,0.0261866090153979,0.95376049952498,0.255951455205554,0.0575124154523834,0.916482140315219,0.255951455205554,0.0344661119995271,0.986919629640611,0.5,0.255951455205554,0.0487078477773077,0.900564543514498,0.5,0.255951455205554,0.0747811626646594,0.612042698724142,0.5,0.255951455205554,0.134201485478559,0.4671812572942,0.255951455205554,0.0482080707387197,0.904004203856957,0.214377912093609,0.470914444858201,0.255951455205554,0.183014538765066,0.54744928507984,0.5,0.255951455205554,0.180857547241899,0.806513803547625,0.255951455205554,0.151883727370212,0.491579087328786,0.255951455205554,0.086228164713392,0.767019862831774,0.255951455205554,0.0933195503265627,0.755392013702384,0.00976020944791339,0.997058315402839 -929,0.255951455205554,8.16923082312363e-05,0.904434068987388,0.255951455205554,0.0,0.56846218901135,0.255951455205554,0.00836069220696405,0.817083006972982,0.255951455205554,0.00657140887749596,0.913143209531966,0.255951455205554,0.0186453840496497,0.841995162087435,0.255951455205554,0.00985094161487548,0.92429378928532,0.5,0.255951455205554,0.0162119229277694,0.863771472415913,0.5,0.255951455205554,0.0234575100089163,0.589604469150916,0.5,0.255951455205554,0.028416372279213,0.469920663920085,0.255951455205554,0.0179894534304323,0.903369932251183,0.0,0.420171090957338,0.255951455205554,0.0,0.509476555139778,0.5,0.255951455205554,0.000128621408183932,0.800174638970674,0.255951455205554,0.0,0.420951273116281,0.255951455205554,0.0,0.657144051781216,0.255951455205554,0.00613776901869088,0.661465327864741,0.0,0.997575327788838 -930,0.255951455205554,0.0,0.810578724012296,0.255951455205554,0.0,0.496056731496233,0.255951455205554,0.0,0.716417480555262,0.255951455205554,0.0,0.738918309481516,0.255951455205554,0.0,0.766607155193629,0.255951455205554,0.0,0.853146753406602,0.5,0.255951455205554,0.0,0.814713583504829,0.5,0.255951455205554,0.0,0.523281206580224,0.5,0.255951455205554,0.0,0.467388039257764,0.255951455205554,0.0,0.901784635130205,0.0,0.45833723491118,0.255951455205554,0.0,0.487625756837518,0.5,0.255951455205554,0.0,0.760727121097799,0.255951455205554,0.0,0.408286696691936,0.255951455205554,0.0,0.528607525572278,0.255951455205554,0.0,0.669368639819523,0.0,0.990840103595249 -931,0.255951455205554,0.0,0.812796805685642,0.255951455205554,0.0,0.362267084594942,0.255951455205554,0.0,0.661753941850409,0.255951455205554,0.0,0.580119903329324,0.255951455205554,0.0,0.777399005475903,0.255951455205554,0.0,0.797128703962121,0.5,0.255951455205554,0.0,0.810338260554965,0.5,0.255951455205554,0.0,0.479437301581248,0.5,0.255951455205554,0.0,0.434348650218206,0.255951455205554,0.0,0.871385140531688,0.0,0.547919552587326,0.255951455205554,0.0,0.462620935953914,0.5,0.255951455205554,0.0,0.708269072232191,0.255951455205554,0.0,0.419195788154077,0.255951455205554,0.0,0.436002134183755,0.255951455205554,0.0,0.648073760392058,0.0,0.97996234368558 -932,0.255951455205554,0.0,0.691796125023302,0.255951455205554,0.0,0.341946587226372,0.255951455205554,0.0,0.678025762512782,0.255951455205554,0.0,0.558093790991141,0.255951455205554,0.0,0.771046797121096,0.255951455205554,0.0,0.729555710215024,0.5,0.255951455205554,0.0,0.795679217694953,0.5,0.255951455205554,0.0,0.451473121482041,0.5,0.255951455205554,0.0,0.380501669549468,0.255951455205554,0.0,0.891071138102683,0.0,0.531534223501467,0.255951455205554,0.0,0.44015490353102,0.5,0.255951455205554,0.0,0.613086861352705,0.255951455205554,0.0,0.415487974274033,0.255951455205554,0.0,0.40619721484264,0.255951455205554,0.0,0.517273316351566,0.0,0.968526630533231 -933,0.255951455205554,0.0,0.626633223406901,0.255951455205554,0.0,0.369724024159553,0.255951455205554,0.0,0.715381999770497,0.255951455205554,0.0,0.723723285950514,0.255951455205554,0.0,0.785212602350046,0.255951455205554,0.0,0.829502223220809,0.5,0.255951455205554,0.0,0.796051977057103,0.5,0.255951455205554,0.0,0.449946018281775,0.5,0.255951455205554,0.0,0.337034214180343,0.255951455205554,0.0,0.947937117156572,0.0,0.400226468130307,0.255951455205554,0.0,0.385160848819289,0.5,0.255951455205554,0.0,0.531118450514573,0.255951455205554,0.0,0.389550760060092,0.255951455205554,0.0,0.339797193108559,0.255951455205554,0.0,0.386044929297985,0.0,0.958830878963959 -934,0.255951455205554,0.0,0.659882141132922,0.255951455205554,0.0,0.483765923152159,0.255951455205554,0.0,0.734132340302054,0.255951455205554,0.0,0.795823938774864,0.255951455205554,0.0,0.806229161865426,0.255951455205554,0.0,0.845982932778864,0.5,0.255951455205554,0.0,0.819799608372135,0.5,0.255951455205554,0.0,0.46531159625175,0.5,0.255951455205554,0.0,0.293183003916672,0.255951455205554,0.0,0.97634007368448,0.0,0.311222400759885,0.255951455205554,0.0,0.314604812080976,0.5,0.255951455205554,0.0,0.473389816197808,0.255951455205554,0.0,0.347266834850101,0.255951455205554,0.0,0.316672468143633,0.255951455205554,0.0,0.436403020301476,0.0,0.948953827144445 -935,0.255951455205554,0.0,0.721362736436472,0.255951455205554,0.0,0.57361963592929,0.255951455205554,0.0,0.730158544334615,0.255951455205554,0.0,0.728805011735259,0.255951455205554,0.0,0.828234807935019,0.255951455205554,0.0,0.841022221822673,0.5,0.255951455205554,0.0,0.876471931287294,0.5,0.255951455205554,0.0,0.492619996842492,0.5,0.255951455205554,0.0,0.271863392311933,0.255951455205554,0.0,1.02173913043478,0.0,0.227650093832654,0.255951455205554,0.0,0.262580730314115,0.5,0.255951455205554,0.0,0.409563064225276,0.255951455205554,0.0,0.327541456093371,0.255951455205554,0.0,0.322682504752622,0.255951455205554,0.0,0.541650122448469,0.0,0.942364549517133 -936,0.255951455205554,0.0,0.714898011505341,0.255951455205554,0.0,0.46944166512083,0.255951455205554,0.0,0.727251605572438,0.255951455205554,0.0,0.707548901549767,0.255951455205554,0.0,0.839858933176768,0.255951455205554,0.0,0.867310827657137,0.5,0.255951455205554,0.0,0.929347200775372,0.5,0.255951455205554,0.0,0.585434907622641,0.5,0.255951455205554,0.0,0.31206741391149,0.255951455205554,0.0,1.02092699622742,0.0,0.19086752212961,0.255951455205554,0.0,0.241977306462709,0.5,0.255951455205554,0.0,0.343870219653192,0.255951455205554,0.0,0.312019490861172,0.255951455205554,0.0,0.348444156470056,0.255951455205554,0.0,0.622338044437604,0.0,0.937492419453509 -937,0.255951455205554,0.0,0.694565369374589,0.255951455205554,0.0,0.407338291873152,0.255951455205554,0.0,0.761595116827932,0.255951455205554,0.0,0.776485100706601,0.255951455205554,0.0,0.890621882066546,0.255951455205554,0.0,0.912128692033616,0.5,0.255951455205554,0.0,0.966181843294911,0.5,0.255951455205554,0.0,0.575834434440148,0.5,0.255951455205554,0.0,0.39126096152408,0.255951455205554,0.0,0.996278763288144,0.0,0.193464846608345,0.255951455205554,0.0,0.239137338246609,0.5,0.255951455205554,0.0,0.318835514474587,0.255951455205554,0.0,0.312611096985445,0.255951455205554,0.0,0.350246865964541,0.255951455205554,0.0,0.643855100543097,0.0,0.936970513212346 -938,0.255951455205554,0.0,0.712671816363831,0.255951455205554,0.0,0.478679272529984,0.255951455205554,0.0,0.821232821942924,0.255951455205554,0.0,0.888249231945354,0.255951455205554,0.0,0.930206342996065,0.255951455205554,0.0,0.931229729712058,0.5,0.255951455205554,0.0,0.947915323627801,0.5,0.255951455205554,0.0,0.554205691648584,0.5,0.255951455205554,0.0,0.422306955734315,0.255951455205554,0.0,0.91321107617496,0.0,0.221857078975166,0.255951455205554,0.0,0.248883286419548,0.5,0.255951455205554,0.0,0.325994193389503,0.255951455205554,0.0,0.295482513532496,0.255951455205554,0.0,0.368557500959784,0.255951455205554,0.0,0.698701083528853,0.0,0.941076526772663 -939,0.255951455205554,0.0,0.757005916101897,0.255951455205554,0.0,0.635045858961717,0.255951455205554,0.0,0.87455866058732,0.255951455205554,0.0,0.917168924456932,0.255951455205554,0.0,0.955427868803461,0.255951455205554,0.0,0.918348726944229,0.5,0.255951455205554,0.0,0.898979368309596,0.5,0.255951455205554,0.0,0.498937507611429,0.5,0.255951455205554,0.0,0.480387432779507,0.255951455205554,0.0,0.912292602207577,0.0,0.265818331170683,0.255951455205554,0.0,0.258010328373219,0.5,0.255951455205554,0.0,0.409402456918821,0.255951455205554,0.0,0.27846720850398,0.255951455205554,0.0,0.523078904777571,0.255951455205554,0.0,0.779315518683046,0.0,0.947935236626233 -940,0.255951455205554,0.0,0.820206648536785,0.255951455205554,0.0,0.768429085963677,0.255951455205554,0.0,0.908121871653439,0.255951455205554,0.0,0.968823569044101,0.255951455205554,0.0,0.948855051952991,0.255951455205554,0.0,0.871124492333985,0.5,0.255951455205554,0.0,0.855559860214431,0.5,0.255951455205554,0.0,0.392218987452928,0.5,0.255951455205554,0.0,0.420894563929929,0.255951455205554,0.0,0.96889976461884,0.0,0.231386703637311,0.255951455205554,0.0,0.273551188107096,0.5,0.255951455205554,0.0,0.540584645809446,0.255951455205554,0.0,0.311003172726279,0.255951455205554,0.0,0.660500087865068,0.255951455205554,0.0,0.795212564376821,0.0,0.962620984814877 -941,0.255951455205554,0.0,0.869099266136235,0.255951455205554,0.0,0.863500332776928,0.255951455205554,0.0,0.927777344282454,0.255951455205554,0.0,0.985377705194248,0.255951455205554,0.0,0.911040388298298,0.255951455205554,0.0,0.815758088246267,0.5,0.255951455205554,0.0,0.805579283587425,0.5,0.255951455205554,0.0,0.371862385097673,0.5,0.255951455205554,0.0,0.369397077953372,0.255951455205554,0.0,0.947375855490652,0.0,0.193769415932179,0.255951455205554,0.0,0.283803559312618,0.5,0.255951455205554,0.0,0.628877257558609,0.255951455205554,0.0,0.38076868891654,0.255951455205554,0.0,0.680431759843369,0.255951455205554,0.0,0.83836621290449,0.0,0.976331078434202 -942,0.255951455205554,0.0,0.93375664878699,0.255951455205554,0.0,0.915930978789997,0.255951455205554,0.0,0.933639841136514,0.255951455205554,0.0,0.984138978500735,0.255951455205554,0.0,0.844852142227422,0.255951455205554,0.0,0.766360409845126,0.5,0.255951455205554,0.0,0.787736711994615,0.5,0.255951455205554,0.0,0.433102118624209,0.5,0.255951455205554,0.0,0.341385042085125,0.255951455205554,0.0,0.992331651931122,0.0,0.170775338285763,0.255951455205554,0.0,0.292434671234344,0.5,0.255951455205554,0.0,0.621415035590983,0.255951455205554,0.0,0.443812797907895,0.255951455205554,0.0,0.759232594807145,0.255951455205554,0.0,0.8436058946159,0.0,0.975367611510595 -943,0.255951455205554,0.0,0.948000182962629,0.255951455205554,0.0,0.921820954381027,0.255951455205554,0.0,0.924644184135053,0.255951455205554,0.0,0.991179612702033,0.255951455205554,0.0,0.784087568232491,0.255951455205554,0.0,0.755961918449825,0.5,0.255951455205554,0.0,0.865662197921767,0.5,0.255951455205554,0.0,0.469584383095436,0.5,0.255951455205554,0.0,0.308703529837261,0.255951455205554,0.0,0.945859228986715,0.0,0.204911809809201,0.255951455205554,0.0,0.332747833545226,0.5,0.255951455205554,0.0,0.587048159052099,0.255951455205554,0.0,0.498478822124712,0.255951455205554,0.0,0.734476076681438,0.255951455205554,0.0,0.772902004644615,0.0,0.977638842934664 -944,0.255951455205554,0.0,0.95719936729068,0.255951455205554,0.0,0.93038538745287,0.255951455205554,0.0,0.885883895639134,0.255951455205554,0.0,0.971129171493935,0.255951455205554,0.0,0.802165381839271,0.255951455205554,0.0,0.869624444156911,0.5,0.255951455205554,0.0,0.865509756548754,0.5,0.255951455205554,0.0,0.57773655688187,0.5,0.255951455205554,0.0,0.360762578561708,0.255951455205554,0.0,0.934887998649222,0.0,0.242791977395433,0.255951455205554,0.0,0.348339588176702,0.5,0.255951455205554,0.0,0.59283545595863,0.255951455205554,0.0,0.421541244213376,0.255951455205554,0.0,0.611702016736464,0.255951455205554,0.0,0.695967561682996,0.0,0.976403835154474 -945,0.255951455205554,0.0012527795627447,0.960069600182408,0.255951455205554,0.00250088584134608,0.891253787920127,0.255951455205554,0.00520973133647293,0.823596960372396,0.255951455205554,0.00210248334217697,0.917682041087134,0.255951455205554,0.00608388921037695,0.863737149504043,0.255951455205554,0.0096848985255215,0.897980815870742,0.5,0.255951455205554,0.00766101394075109,0.886313135590301,0.5,0.255951455205554,0.0291735342950394,0.672866021374614,0.5,0.255951455205554,0.0362519929603029,0.488751363631003,0.255951455205554,0.00112242580423216,0.977279940828186,0.00357908845211725,0.253477537314849,0.255951455205554,0.00787007200494597,0.334583717093441,0.5,0.255951455205554,0.00917060611798639,0.602873367877573,0.255951455205554,0.0423886286715894,0.304193816539231,0.255951455205554,0.0106083112862227,0.530408591163809,0.255951455205554,0.028867815138951,0.73461372947802,0.000702647584743759,0.983289714718666 -946,0.255951455205554,0.0214431982788034,0.955150533961671,0.255951455205554,0.0343803340173348,0.775239893388053,0.255951455205554,0.0464541115572644,0.821636825090983,0.255951455205554,0.0229406003108522,0.908614595002724,0.255951455205554,0.0515731941472075,0.938190180854243,0.255951455205554,0.0509897179517863,0.958679556870862,0.5,0.255951455205554,0.0362770402861608,0.915777824699071,0.5,0.255951455205554,0.0942848258599227,0.814647424804428,0.5,0.255951455205554,0.125796241772597,0.661133205495007,0.255951455205554,0.0248921710138349,1.02173913043478,0.0327018855199373,0.301316065777337,0.255951455205554,0.0428571955966417,0.334516696187963,0.5,0.255951455205554,0.055202980399545,0.658473424456096,0.255951455205554,0.166715355542537,0.324765842643848,0.255951455205554,0.0528919400366825,0.638302694190722,0.255951455205554,0.11128496523711,0.82953506641482,0.00866692072246402,0.272333917910763 -947,0.255951455205554,0.0599174440376663,0.946124098291938,0.255951455205554,0.0754661258134395,0.832907038067323,0.255951455205554,0.0833016996969172,0.895582200385721,0.255951455205554,0.0357311269233976,0.917277430330842,0.255951455205554,0.0851763722558113,0.980724305157847,0.255951455205554,0.0772467699539985,0.961558500687111,0.5,0.255951455205554,0.0992179370951141,0.975895873863042,0.5,0.255951455205554,0.136898108658775,0.933386211691785,0.5,0.255951455205554,0.195588321849613,0.838225859026017,0.255951455205554,0.0978668099154694,1.02173913043478,0.0999204634301562,0.454408218390311,0.255951455205554,0.114428555671282,0.414231073973318,0.5,0.255951455205554,0.141506159809242,0.729639094998609,0.255951455205554,0.331542751540917,0.539826237138061,0.255951455205554,0.10319800196777,0.737211129542824,0.255951455205554,0.208619052675916,0.920262190812873,0.0218820704707475,0.980460728009882 -948,0.255951455205554,0.0585550564443324,0.945940213719295,0.255951455205554,0.0716102791280637,0.904950465887511,0.255951455205554,0.106601554061366,0.950217660330304,0.255951455205554,0.0606110958122777,0.96374692518101,0.255951455205554,0.103081434847572,0.992810040010163,0.255951455205554,0.0952615056592132,0.966546689676474,0.5,0.255951455205554,0.161845116682945,1.01066073597197,0.5,0.255951455205554,0.171643293966389,0.940430882901331,0.5,0.255951455205554,0.19013875758652,0.887015225200201,0.255951455205554,0.0711136135383692,1.02173913043478,0.0770141120007168,0.429418674007364,0.255951455205554,0.174071604286337,0.513875011839945,0.5,0.255951455205554,0.25793518755409,0.783498428568159,0.255951455205554,0.422622703217881,0.690871649802643,0.255951455205554,0.227873877178913,0.804383677788678,0.255951455205554,0.258170453377938,0.950872006976386,0.0407051335886075,0.986440154154257 -949,0.255951455205554,0.0528416027702807,0.951717653317351,0.255951455205554,0.112955649811826,0.903462824739502,0.255951455205554,0.124094037696098,0.949170833609182,0.255951455205554,0.0589463989974238,0.970395860427955,0.255951455205554,0.128028941442925,1.00250576587518,0.255951455205554,0.125349842004032,0.998901644355485,0.5,0.255951455205554,0.146007019705805,1.01640473582882,0.5,0.255951455205554,0.279277163888519,0.975656308658782,0.5,0.255951455205554,0.175932110643904,0.871943570591685,0.255951455205554,0.157461461643746,1.02078653765848,0.0697225022911031,0.404823576702878,0.255951455205554,0.216781442859141,0.511145429513008,0.5,0.255951455205554,0.271514745831321,0.782804487482605,0.255951455205554,0.444663991760969,0.655045293789427,0.255951455205554,0.335259556811779,0.889135377220257,0.255951455205554,0.219412192605776,0.970654819499274,0.0482395731865206,0.985992836963931 -950,0.255951455205554,0.0644304262678512,0.963240880606673,0.255951455205554,0.193287386002573,0.936950138418237,0.255951455205554,0.158171731160489,0.946936796471023,0.255951455205554,0.135131910174491,1.00845513637706,0.255951455205554,0.141404308285144,1.01375082776098,0.255951455205554,0.113505342114205,1.00331109150987,0.5,0.255951455205554,0.159385088520665,1.00299397387926,0.5,0.255951455205554,0.372434393599283,0.975780857406322,0.5,0.255951455205554,0.139397828757901,0.834498117279921,0.255951455205554,0.0862570522443702,0.955767630027546,0.0728670169732031,0.230001671897413,0.255951455205554,0.232590051304447,0.528115718188152,0.5,0.255951455205554,0.177602666413401,0.782153357296681,0.255951455205554,0.398609039065482,0.663002014877714,0.255951455205554,0.215458958751728,0.915155501706188,0.255951455205554,0.159055723986443,0.980984825215926,0.0351091233375227,0.990931229192355 -951,0.255951455205554,0.0595495895823237,0.966754795621335,0.255951455205554,0.0359558741234912,0.878922055570744,0.255951455205554,0.0948268836809022,0.96095795652536,0.255951455205554,0.234866514923353,1.01040377941544,0.255951455205554,0.122261473307675,0.993229562761103,0.255951455205554,0.0841271320119006,0.98263741825698,0.5,0.255951455205554,0.0970372802275669,0.949425432055438,0.5,0.255951455205554,0.368908622455738,0.917634356559302,0.5,0.255951455205554,0.137149215952809,0.776058923697233,0.255951455205554,0.0895529024445638,0.956146766264503,0.17250575284484,0.291483416655408,0.255951455205554,0.216654440009995,0.548058216593064,0.5,0.255951455205554,0.134140793617585,0.696688310758463,0.255951455205554,0.235712402703725,0.635621812190312,0.255951455205554,0.125300541181806,0.913825606518375,0.255951455205554,0.1641041224742,1.00369167181948,0.0307522187675705,0.985110691841307 -952,0.255951455205554,0.0679879881253472,0.97313707282819,0.255951455205554,0.0476837171131278,0.89796352109821,0.255951455205554,0.0899028608618235,0.961863207080845,0.255951455205554,0.0396052919555244,0.948489411523388,0.255951455205554,0.10651199213021,0.984145803611925,0.255951455205554,0.0435382844144203,0.932595197611642,0.5,0.255951455205554,0.124077982488997,0.925679857164639,0.5,0.255951455205554,0.25664805565601,0.773500409091979,0.5,0.255951455205554,0.110857844912669,0.677831379104347,0.255951455205554,0.27279331712298,1.01687751168219,0.217518801810566,0.451312868554986,0.255951455205554,0.14364933431248,0.538526920539454,0.5,0.255951455205554,0.104536365359059,0.532275492161572,0.255951455205554,0.10306895750837,0.613878969245539,0.255951455205554,0.0839873423699879,0.90608923739955,0.255951455205554,0.101813581989155,0.975634319726017,0.0253845464746228,0.963068355009225 -953,0.255951455205554,6.37344934614757e-05,0.915151499303977,0.255951455205554,5.41208450542593e-05,0.891478431159622,0.255951455205554,0.0276102374348206,0.902449516235814,0.255951455205554,0.0163140428408306,0.949863800730261,0.255951455205554,0.0516135837540467,0.932244488701432,0.255951455205554,0.00936767334527865,0.848518858071551,0.5,0.255951455205554,0.0730038584144045,0.878959511965454,0.5,0.255951455205554,0.0743682903026918,0.624103257194085,0.5,0.255951455205554,0.0350128371049179,0.481896073097395,0.255951455205554,0.0553388135825014,0.944436764288023,0.0,0.68892646538705,0.255951455205554,0.0,0.500210380192637,0.5,0.255951455205554,0.0,0.455614033916536,0.255951455205554,0.0,0.62107164329405,0.255951455205554,0.000452804539672774,0.807560030130881,0.255951455205554,0.0147694413827554,0.849186602724922,0.0,0.945092201755624 -954,0.255951455205554,0.0,0.893555314511781,0.255951455205554,0.0,0.861043086407779,0.255951455205554,0.0,0.886185258984812,0.255951455205554,0.0,0.977979751801274,0.255951455205554,0.0,0.869190241794261,0.255951455205554,0.0,0.741816378595247,0.5,0.255951455205554,0.0,0.695744896802625,0.5,0.255951455205554,0.0,0.446954304961753,0.5,0.255951455205554,0.0,0.329695750403391,0.255951455205554,0.0,0.67440421288145,0.0,0.524248567378413,0.255951455205554,0.0,0.482978762701638,0.5,0.255951455205554,0.0,0.500336466400475,0.255951455205554,0.0,0.546887914726696,0.255951455205554,0.0,0.522838483889745,0.255951455205554,0.0,0.802214057061706,0.0,0.945526906565054 -955,0.255951455205554,0.0,0.946263982183792,0.255951455205554,0.0,0.946422982910815,0.255951455205554,0.0,0.887648285144467,0.255951455205554,0.0,0.894382039418403,0.255951455205554,0.0,0.827317897847917,0.255951455205554,0.0,0.72421430621321,0.5,0.255951455205554,0.0,0.672815761106057,0.5,0.255951455205554,0.0,0.435508040374411,0.5,0.255951455205554,0.0,0.278243066024702,0.255951455205554,0.0,0.575102327419625,0.0,0.423081470337772,0.255951455205554,0.0,0.479910382182529,0.5,0.255951455205554,0.0,0.534259717066378,0.255951455205554,0.0,0.475739684222891,0.255951455205554,0.0,0.634476931926257,0.255951455205554,0.0,0.830297635137108,0.0,0.949385592815427 -956,0.255951455205554,0.0,0.926611776735855,0.255951455205554,0.0,0.858723957145369,0.255951455205554,0.0,0.882281996246086,0.255951455205554,0.0,0.919639812178071,0.255951455205554,0.0,0.84003857314989,0.255951455205554,0.0,0.728051362999613,0.5,0.255951455205554,0.0,0.630668558022425,0.5,0.255951455205554,0.0,0.425199553563105,0.5,0.255951455205554,0.0,0.275807186096223,0.255951455205554,0.0,0.613798137532164,0.0,0.479340625438005,0.255951455205554,0.0,0.440229476542203,0.5,0.255951455205554,0.0,0.497321523456201,0.255951455205554,0.0,0.491675304238593,0.255951455205554,0.0,0.764798818521247,0.255951455205554,0.0,0.751359603283773,0.0,0.924349052649223 -957,0.255951455205554,0.0,0.896590263297734,0.255951455205554,0.0,0.846898625894104,0.255951455205554,0.0,0.891573218860066,0.255951455205554,0.0,0.997612797763103,0.255951455205554,0.0,0.814329130300044,0.255951455205554,0.0,0.71833723773033,0.5,0.255951455205554,0.0,0.674164763762299,0.5,0.255951455205554,0.0,0.371109898215105,0.5,0.255951455205554,0.0,0.2655793361222,0.255951455205554,0.0,0.692280657314364,0.0,0.584876259112386,0.255951455205554,0.0,0.574474922025484,0.5,0.255951455205554,0.0,0.636617120268892,0.255951455205554,0.0,0.501989522884039,0.255951455205554,0.0,0.582321818239039,0.255951455205554,0.0,0.669147353669086,0.0,0.978704159925927 -958,0.255951455205554,0.0,0.928176969104707,0.255951455205554,0.0,0.935431844481672,0.255951455205554,0.0,0.912959978659278,0.255951455205554,0.0,1.01459655275054,0.255951455205554,0.0,0.770269718962372,0.255951455205554,0.0,0.609829161028411,0.5,0.255951455205554,0.0,0.520667560536541,0.5,0.255951455205554,0.0,0.27797848755914,0.5,0.255951455205554,0.0,0.257958802326421,0.255951455205554,0.0,0.609912731345181,0.0,0.719060830373582,0.255951455205554,0.0,0.508387288665606,0.5,0.255951455205554,0.0,0.629475309529612,0.255951455205554,0.0,0.414581336835878,0.255951455205554,0.0,0.472091781294948,0.255951455205554,0.0,0.643734400458666,0.0,0.98132038635123 -959,0.255951455205554,0.0,0.95771262202972,0.255951455205554,0.0,1.00574071693453,0.255951455205554,0.0,0.920768707392585,0.255951455205554,0.0,1.0013924621087,0.255951455205554,0.0,0.64945077291969,0.255951455205554,0.0,0.481893862454647,0.5,0.255951455205554,0.0,0.34165279382982,0.5,0.255951455205554,0.0,0.202925735208688,0.5,0.255951455205554,0.0,0.241741105150138,0.255951455205554,0.0,0.372116164382755,0.0,0.36800922446667,0.255951455205554,0.0,0.433266727267262,0.5,0.255951455205554,0.0,0.603493162679142,0.255951455205554,0.0,0.267922364656586,0.255951455205554,0.0,0.462065141386336,0.255951455205554,0.0,0.5558261948875,0.0,0.979698105691617 -960,0.255951455205554,0.0,0.966460107129201,0.255951455205554,0.0,1.01055237634345,0.255951455205554,0.0,0.90656276608267,0.255951455205554,0.0,0.99305427800796,0.255951455205554,0.0,0.486638468939396,0.255951455205554,0.0,0.399076402183681,0.5,0.255951455205554,0.0,0.217054524542501,0.5,0.255951455205554,0.0,0.133444740686757,0.5,0.255951455205554,0.0,0.21310631980541,0.255951455205554,0.0,0.196005437124849,0.0,0.22066292367014,0.255951455205554,0.0,0.318944560095086,0.5,0.255951455205554,0.0,0.571962835138553,0.255951455205554,0.0,0.26367854597589,0.255951455205554,0.0,0.383774361603281,0.255951455205554,0.0,0.51059476781665,0.0,0.970653200751402 -961,0.255951455205554,0.0,0.924938688702927,0.255951455205554,0.0,0.970549956748563,0.255951455205554,0.0,0.856293873537264,0.255951455205554,0.0,0.97110764572618,0.255951455205554,0.0,0.334407853385266,0.255951455205554,0.0,0.315454517267813,0.5,0.255951455205554,0.0,0.159681150328012,0.5,0.255951455205554,0.0,0.0838166812341046,0.5,0.255951455205554,0.0,0.169115838237857,0.255951455205554,0.0,0.177774640563614,0.0,0.221170956428269,0.255951455205554,0.0,0.29204617625483,0.5,0.255951455205554,0.0,0.610747888634956,0.255951455205554,0.0,0.311521666144925,0.255951455205554,0.0,0.315341783721411,0.255951455205554,0.0,0.532785197619586,0.0,0.978745297387456 -962,0.255951455205554,0.0,0.900266477515504,0.255951455205554,0.0,0.932790292170511,0.255951455205554,0.0,0.74391412170021,0.255951455205554,0.0,0.867224622917394,0.255951455205554,0.0,0.270818387085149,0.255951455205554,0.0,0.295201806271878,0.5,0.255951455205554,0.0,0.14083157155181,0.5,0.255951455205554,0.0,0.0425438944332595,0.5,0.255951455205554,0.0,0.116164095157132,0.255951455205554,0.0,0.0885478753187002,0.0,0.255109413729412,0.255951455205554,0.0,0.283018581986194,0.5,0.255951455205554,0.0,0.653715352605378,0.255951455205554,0.0,0.306271819055502,0.255951455205554,0.0,0.261890787371085,0.255951455205554,0.0,0.457016759585814,0.0,0.984912457120548 -963,0.255951455205554,0.0,0.904768771931627,0.255951455205554,0.0,0.844193593872122,0.255951455205554,0.0,0.646777403060318,0.255951455205554,0.0,0.695290089561875,0.255951455205554,0.0,0.220587273370856,0.255951455205554,0.0,0.220129850309489,0.5,0.255951455205554,0.0,0.11172609674675,0.5,0.255951455205554,0.0,0.0335277493633108,0.5,0.255951455205554,0.0,0.0748893876773225,0.255951455205554,0.0,0.0453879596904625,0.0,0.202605979001088,0.255951455205554,0.0,0.261262626265354,0.5,0.255951455205554,0.0,0.652879765687883,0.255951455205554,0.0,0.26757619903874,0.255951455205554,0.0,0.20976090918312,0.255951455205554,0.0,0.397543931913596,0.0,0.996289740468388 -964,0.255951455205554,0.0,0.864326879297379,0.255951455205554,0.0,0.662671753246251,0.255951455205554,0.0,0.569425880761114,0.255951455205554,0.0,0.589098139987218,0.255951455205554,0.0,0.176548411963868,0.255951455205554,0.0,0.15312884556719,0.5,0.255951455205554,0.0,0.0751193690773959,0.5,0.255951455205554,0.0,0.0426652631795081,0.5,0.255951455205554,0.0,0.0560027819448769,0.255951455205554,0.0,0.0379268576587615,0.0,0.138306293681367,0.255951455205554,0.0,0.210636832864151,0.5,0.255951455205554,0.0,0.617537564603377,0.255951455205554,0.0,0.219400207441596,0.255951455205554,0.0,0.167248738664042,0.255951455205554,0.0,0.359870008196795,0.0,0.994202868996032 -965,0.255951455205554,0.0,0.802512696016208,0.255951455205554,0.0,0.446375966991251,0.255951455205554,0.0,0.472146892508161,0.255951455205554,0.0,0.550277945740784,0.255951455205554,0.0,0.147726561294928,0.255951455205554,0.0,0.144059053697621,0.5,0.255951455205554,0.0,0.0494468752630943,0.5,0.255951455205554,0.0,0.0529399382258603,0.5,0.255951455205554,0.0,0.0485305662488061,0.255951455205554,0.0,0.0452368201542015,0.0,0.131475203579673,0.255951455205554,0.0,0.158610187676192,0.5,0.255951455205554,0.0,0.540480737292242,0.255951455205554,0.0,0.164917117233554,0.255951455205554,0.0,0.149482981092008,0.255951455205554,0.0,0.205583028597632,0.0,0.971762412761525 -966,0.255951455205554,0.0,0.758843521671432,0.255951455205554,0.0,0.302911177767485,0.255951455205554,0.0,0.378154409489551,0.255951455205554,0.0,0.44417626169327,0.255951455205554,0.0,0.147835113665367,0.255951455205554,0.0,0.120885550419863,0.5,0.255951455205554,0.0,0.0399793319765716,0.5,0.255951455205554,0.0,0.0655454126424478,0.5,0.255951455205554,0.0,0.0597379924043513,0.255951455205554,0.0,0.0413860907974951,0.0,0.141639225088914,0.255951455205554,0.0,0.137294440929758,0.5,0.255951455205554,0.0,0.427778039774653,0.255951455205554,0.0,0.111452783953449,0.255951455205554,0.0,0.123976991940035,0.255951455205554,0.0,0.0942465424790609,0.0,0.9633336852953 -967,0.255951455205554,0.0,0.657027215272998,0.255951455205554,0.0,0.20366919480151,0.255951455205554,0.0,0.322517982775405,0.255951455205554,0.0,0.368879489539381,0.255951455205554,0.0,0.142265511560156,0.255951455205554,0.0,0.0796380899936906,0.5,0.255951455205554,0.0,0.0366706916215334,0.5,0.255951455205554,0.0,0.0939163634622491,0.5,0.255951455205554,0.0,0.0793866530143901,0.255951455205554,0.0,0.0549524740679558,0.0,0.129265069251822,0.255951455205554,0.0,0.120410051359108,0.5,0.255951455205554,0.0,0.32561216007628,0.255951455205554,0.0,0.0728040388394667,0.255951455205554,0.0,0.099657912482189,0.255951455205554,0.0,0.0444413193384673,0.0,0.95829360981956 -968,0.255951455205554,0.0,0.571553485008639,0.255951455205554,0.0,0.15671676293146,0.255951455205554,0.0,0.26680570606931,0.255951455205554,0.0,0.303289050998727,0.255951455205554,0.0,0.133931477785398,0.255951455205554,0.0,0.0684619691290126,0.5,0.255951455205554,0.0,0.0495607481613916,0.5,0.255951455205554,0.0,0.0958764101391212,0.5,0.255951455205554,0.0,0.0856654197759448,0.255951455205554,0.0,0.131915615921033,0.0,0.0793327393680741,0.255951455205554,0.0,0.0913415881414665,0.5,0.255951455205554,0.0,0.251008151176545,0.255951455205554,0.0,0.0725885206981026,0.255951455205554,0.0,0.101963592584574,0.255951455205554,0.0,0.0516625853168102,0.0,0.937750900693353 -969,0.255951455205554,0.010022622062768,0.528004381710012,0.255951455205554,0.0296922849438127,0.117668491202198,0.255951455205554,0.0215527457483293,0.200712496857355,0.255951455205554,0.0175293805696002,0.228463989900367,0.255951455205554,0.0129047513349464,0.127207933387132,0.255951455205554,0.0298944002020652,0.0885471455427391,0.5,0.255951455205554,0.0185945331979605,0.0714094334156787,0.5,0.255951455205554,0.036054368306597,0.138075512310653,0.5,0.255951455205554,0.0607238011250493,0.0973836552851392,0.255951455205554,0.0154067105565963,0.188801390886796,0.0782391147775177,0.0740564046097689,0.255951455205554,0.0653814841313487,0.0794425710730234,0.5,0.255951455205554,0.0533566617049707,0.179427539499171,0.255951455205554,0.086938160372293,0.0664142841837721,0.255951455205554,0.0563351426835345,0.0999081702492023,0.255951455205554,0.0602824713686951,0.052965916163168,0.00392464225688855,0.923872116371966 -970,0.255951455205554,0.142172136564783,0.492712282783978,0.255951455205554,0.19115271234318,0.085630652321667,0.255951455205554,0.171084898828014,0.146898258161682,0.255951455205554,0.171806876056709,0.162433295592908,0.255951455205554,0.114966923914355,0.142096579109032,0.255951455205554,0.139253704516199,0.147231728335895,0.5,0.255951455205554,0.112817343715888,0.089559525478672,0.5,0.255951455205554,0.139585435392227,0.220099116474899,0.5,0.255951455205554,0.192339240179332,0.175087331541353,0.255951455205554,0.0763956376813198,0.215325947326943,0.243306494856783,0.074409847214958,0.255951455205554,0.231852730550477,0.0826778705053428,0.5,0.255951455205554,0.212841608916548,0.150690970742232,0.255951455205554,0.251984538528731,0.0762149061725363,0.255951455205554,0.220492343828362,0.0984230842267659,0.255951455205554,0.191059383032174,0.0415923637213511,0.0925430600232864,0.902445629273391 -971,0.255951455205554,0.313095037489575,0.46253110944676,0.255951455205554,0.346333279085054,0.0717088679371889,0.255951455205554,0.289510923083966,0.121836437341417,0.255951455205554,0.299959400929595,0.126818603939616,0.255951455205554,0.218687771108086,0.159651660886531,0.255951455205554,0.264944157003908,0.211489142762403,0.5,0.255951455205554,0.202781178119519,0.15420913955406,0.5,0.255951455205554,0.225060484109688,0.322363264604034,0.5,0.255951455205554,0.34106364507261,0.284178617411861,0.255951455205554,0.127826169295135,0.343673109345161,0.393868893617372,0.0738829236650755,0.255951455205554,0.38269016427022,0.0927275571833576,0.5,0.255951455205554,0.357504319026427,0.165604871946947,0.255951455205554,0.393460639880249,0.111204808461976,0.255951455205554,0.355209266036977,0.103503491912614,0.255951455205554,0.307337267741007,0.0396028041028915,0.304462880469867,0.873047156601065 -972,0.255951455205554,0.4463737025535,0.436781322803868,0.255951455205554,0.435253522613854,0.130067033894127,0.255951455205554,0.348953900604873,0.136148002761056,0.255951455205554,0.341276390981886,0.160842476809004,0.255951455205554,0.270124395911606,0.144911183387648,0.255951455205554,0.382390613489492,0.25854826136067,0.5,0.255951455205554,0.243355247183821,0.287849792163714,0.5,0.255951455205554,0.267059058169195,0.351650036415932,0.5,0.255951455205554,0.427114867729835,0.491816225444855,0.255951455205554,0.228140105921647,0.399263779195027,0.495013724678292,0.0726696686130289,0.255951455205554,0.483683009998205,0.10912470569035,0.5,0.255951455205554,0.458890150410887,0.20544778666458,0.255951455205554,0.49485195357749,0.193998284317025,0.255951455205554,0.458484185713566,0.118395274254265,0.255951455205554,0.431993324109999,0.0812777466193412,0.461210698402595,0.836395511636002 -973,0.255951455205554,0.513225213294935,0.420252799006495,0.255951455205554,0.46779521057207,0.129167459235854,0.255951455205554,0.345935365836117,0.107711404604884,0.255951455205554,0.333220307532931,0.122726642888342,0.255951455205554,0.295524184739993,0.0865560653327701,0.255951455205554,0.417530069959154,0.313002723601361,0.5,0.255951455205554,0.27244971525048,0.243609021659257,0.5,0.255951455205554,0.292434596664654,0.344215950033836,0.5,0.255951455205554,0.455347035771029,0.531915622491327,0.255951455205554,0.257888812209692,0.204299396124854,0.531058149162956,0.090420799016852,0.255951455205554,0.528088040963914,0.116357835300791,0.5,0.255951455205554,0.519596044397071,0.17361813583702,0.255951455205554,0.539462674998218,0.246342834543278,0.255951455205554,0.504735863003398,0.13371815583996,0.255951455205554,0.504287015279108,0.152441426427285,0.520862374783008,0.813658426028246 -974,0.255951455205554,0.480985561644372,0.346907265575497,0.255951455205554,0.407665477224281,0.0738069871820013,0.255951455205554,0.31559553806878,0.0703654819582335,0.255951455205554,0.299823192696635,0.065881923143758,0.255951455205554,0.309365610865491,0.047010459910962,0.255951455205554,0.386577242945015,0.243795201783079,0.5,0.255951455205554,0.204270343842099,0.159538653675151,0.5,0.255951455205554,0.222497754696375,0.183203803616445,0.5,0.255951455205554,0.416077141716866,0.395929805838273,0.255951455205554,0.121268609039536,0.062941093599678,0.501957616371168,0.109793685246723,0.255951455205554,0.50184310636063,0.122069609014671,0.5,0.255951455205554,0.505468426665895,0.143630606894044,0.255951455205554,0.520473909619541,0.251005112809492,0.255951455205554,0.498746651970209,0.132276536526563,0.255951455205554,0.509742830421987,0.196977327163549,0.512369259354895,0.770134982452663 -975,0.255951455205554,0.379618512476539,0.215842147377198,0.255951455205554,0.332193856861942,0.0489817188814623,0.255951455205554,0.256158833901559,0.0446503124564704,0.255951455205554,0.251467784429626,0.0418861675506383,0.255951455205554,0.248103235934311,0.0458085341766334,0.255951455205554,0.271542885334606,0.181428078017665,0.5,0.255951455205554,0.133552302878254,0.0838969353642606,0.5,0.255951455205554,0.140423066919989,0.119469766610265,0.5,0.255951455205554,0.312748561499669,0.179115054474302,0.255951455205554,0.0941941940324188,0.0115328657146982,0.400084873513872,0.100241580138307,0.255951455205554,0.412344728727072,0.111086874222525,0.5,0.255951455205554,0.418444560230083,0.0844406595195627,0.255951455205554,0.429800255668043,0.237248046377316,0.255951455205554,0.419552430779263,0.116550224910766,0.255951455205554,0.399669391623738,0.144998718335178,0.413683480581288,0.678798824735933 -976,0.255951455205554,0.231087451529278,0.115502659689901,0.255951455205554,0.211008176182103,0.0124629843626411,0.255951455205554,0.153784435031739,0.0269338169607877,0.255951455205554,0.132319428852135,0.0216479414751181,0.255951455205554,0.166643682464002,0.061004323726227,0.255951455205554,0.144921314911782,0.128479866049583,0.5,0.255951455205554,0.07830592600331,0.0449491439601391,0.5,0.255951455205554,0.0823597733296011,0.105207769207728,0.5,0.255951455205554,0.15776126755224,0.0714267543821019,0.255951455205554,0.058723263001818,0.0029125498306015,0.221472391619168,0.0805792247940551,0.255951455205554,0.233222116082667,0.0917828971721475,0.5,0.255951455205554,0.254876604569229,0.0499891538010738,0.255951455205554,0.239765422741078,0.177579771226836,0.255951455205554,0.266937403223388,0.0791342965381661,0.255951455205554,0.20683272281298,0.0943321894723233,0.229571240982083,0.593740169743657 -977,0.255951455205554,0.00969624630580421,0.0693084054395284,0.255951455205554,0.000113609390599177,0.0251044815286746,0.255951455205554,0.0425280430744192,0.0272191833648614,0.255951455205554,0.0466423285671469,0.0167039896811323,0.255951455205554,0.0592055709195372,0.079663735484823,0.255951455205554,0.0397894058581328,0.0932043191837381,0.5,0.255951455205554,0.0273454246950778,0.0224785184772234,0.5,0.255951455205554,0.0291542092071254,0.082827426481191,0.5,0.255951455205554,0.0324290343387468,0.0481408522560398,0.255951455205554,0.022192237788504,0.0033056159475219,0.0,0.104075837121054,0.255951455205554,0.0,0.110693991138178,0.5,0.255951455205554,0.0,0.0570538481906562,0.255951455205554,0.00110300063428311,0.139934757163528,0.255951455205554,0.00634463016445162,0.0884515973202535,0.255951455205554,0.0372278181388224,0.0885872124847162,0.0,0.525845193345025 -978,0.255951455205554,0.0,0.0621127867156274,0.255951455205554,0.0,0.0461732112660674,0.255951455205554,0.0,0.0454330454986906,0.255951455205554,0.0,0.0368055642461352,0.255951455205554,2.32139222395115e-08,0.0846828100906645,0.255951455205554,0.0,0.0638283625456686,0.5,0.255951455205554,8.82384462548333e-06,0.0115940754954296,0.5,0.255951455205554,2.76745869509449e-06,0.078562908913757,0.5,0.255951455205554,0.0,0.0385985044471814,0.255951455205554,0.0,0.00591852516230618,0.0,0.129365845425582,0.255951455205554,0.0,0.135891682140815,0.5,0.255951455205554,0.0,0.0708608754711807,0.255951455205554,0.0,0.135577546255834,0.255951455205554,0.0,0.110513242115667,0.255951455205554,0.0,0.0775275850667076,0.0,0.448252519228442 -979,0.255951455205554,0.0,0.0539057105347205,0.255951455205554,0.0,0.0646695080908823,0.255951455205554,0.0,0.0610984208903108,0.255951455205554,0.0,0.052446951446965,0.255951455205554,0.0,0.0510240543986809,0.255951455205554,0.0,0.0336257281474727,0.5,0.255951455205554,0.0,0.0133654563453984,0.5,0.255951455205554,0.0,0.0893150798713548,0.5,0.255951455205554,0.0,0.0369049635479988,0.255951455205554,0.0,0.0167511741967178,0.0,0.209290058005682,0.255951455205554,0.0,0.174016599304976,0.5,0.255951455205554,0.0,0.0753164940673945,0.255951455205554,0.0,0.16850159431722,0.255951455205554,0.0,0.137513136860257,0.255951455205554,0.0,0.0409746982644058,0.0,0.325336950633198 -980,0.255951455205554,0.0,0.0557910321386334,0.255951455205554,0.0,0.067874040440504,0.255951455205554,0.0,0.0608186478743476,0.255951455205554,0.0,0.0513516242041572,0.255951455205554,0.0,0.0457807282602281,0.255951455205554,0.0,0.0210615059127235,0.5,0.255951455205554,0.0,0.0266259146795033,0.5,0.255951455205554,0.0,0.0833760044834551,0.5,0.255951455205554,0.0,0.0462182281938311,0.255951455205554,0.0,0.0271920858105449,0.0,0.293735272787685,0.255951455205554,0.0,0.216183812577175,0.5,0.255951455205554,0.0,0.088534454560812,0.255951455205554,0.0,0.179092183926611,0.255951455205554,0.0,0.142994937070144,0.255951455205554,0.0,0.0244103039524069,0.0,0.20018045997784 -981,0.255951455205554,0.0,0.0562941067291517,0.255951455205554,0.0,0.0622998952007676,0.255951455205554,0.0,0.0475979066798729,0.255951455205554,0.0,0.040374792562331,0.255951455205554,0.0,0.0538417370974631,0.255951455205554,0.0,0.0261277550738454,0.5,0.255951455205554,0.0,0.0383501754911468,0.5,0.255951455205554,0.0,0.108388721160505,0.5,0.255951455205554,0.0,0.0635865339492459,0.255951455205554,0.0,0.0673255955205645,0.0,0.321351173480631,0.255951455205554,0.0,0.233749444407388,0.5,0.255951455205554,0.0,0.116347484872195,0.255951455205554,0.0,0.13364393323735,0.255951455205554,0.0,0.11110980360331,0.255951455205554,0.0,0.0157707366454589,0.0,0.14456644182942 -982,0.255951455205554,0.0,0.0454380421722044,0.255951455205554,0.0,0.0581081064447722,0.255951455205554,0.0,0.0292070904235496,0.255951455205554,0.0,0.0251829314502164,0.255951455205554,0.0,0.0779324170448349,0.255951455205554,0.0,0.0610546936747179,0.5,0.255951455205554,0.0,0.0645670415869612,0.5,0.255951455205554,0.0,0.265222897167201,0.5,0.255951455205554,0.0,0.114871830042609,0.255951455205554,0.0,0.198815979778056,0.0,0.257941706741051,0.255951455205554,0.0,0.225182277179458,0.5,0.255951455205554,0.0,0.147999045716087,0.255951455205554,0.0,0.116236531771866,0.255951455205554,0.0,0.0670321869656196,0.255951455205554,0.0,0.025463389542555,0.0,0.19062911305168 -983,0.255951455205554,0.0,0.0380054450560577,0.255951455205554,0.0,0.0350579463323979,0.255951455205554,0.0,0.0173634129571622,0.255951455205554,0.0,0.0130402420334463,0.255951455205554,0.0,0.0962934182275573,0.255951455205554,0.0,0.0789409293215338,0.5,0.255951455205554,0.0,0.112403789822663,0.5,0.255951455205554,0.0,0.338648584998321,0.5,0.255951455205554,0.0,0.177479867355812,0.255951455205554,0.0,0.264739977072136,0.0,0.191238876722919,0.255951455205554,0.0,0.186336717495201,0.5,0.255951455205554,0.0,0.169300820495459,0.255951455205554,0.0,0.134287662199896,0.255951455205554,0.0,0.041966710484523,0.255951455205554,0.0,0.0575361635790956,0.0,0.357250454940071 -984,0.255951455205554,0.0,0.0338258088766443,0.255951455205554,0.0,0.0137100199132948,0.255951455205554,0.0,0.0140724651176692,0.255951455205554,0.0,0.0116307238953115,0.255951455205554,0.0,0.0980606943162808,0.255951455205554,0.0,0.0992966380280655,0.5,0.255951455205554,0.0,0.175722583869074,0.5,0.255951455205554,0.0,0.359473983596312,0.5,0.255951455205554,0.0,0.213150709268788,0.255951455205554,0.0,0.32399832011095,0.0,0.134206408781098,0.255951455205554,0.0,0.139476755398064,0.5,0.255951455205554,0.0,0.143649244877613,0.255951455205554,0.0,0.142639899697425,0.255951455205554,0.0,0.0306111623601233,0.255951455205554,0.0,0.103727704084044,0.0,0.491182369114653 -985,0.255951455205554,0.0,0.0266595420854974,0.255951455205554,0.0,0.0159222444025293,0.255951455205554,0.0,0.0121126449920915,0.255951455205554,0.0,0.0119316613421014,0.255951455205554,0.0,0.104414981774265,0.255951455205554,0.0,0.117475575287977,0.5,0.255951455205554,0.0,0.265997274928057,0.5,0.255951455205554,0.0,0.437279666961609,0.5,0.255951455205554,0.0,0.248398453907983,0.255951455205554,0.0,0.49394196300121,0.0,0.107483478029795,0.255951455205554,0.0,0.100890299395886,0.5,0.255951455205554,0.0,0.12072357389993,0.255951455205554,0.0,0.172097023582777,0.255951455205554,0.0,0.0309340992770663,0.255951455205554,0.0,0.190510943140309,0.0,0.514485412495494 -986,0.255951455205554,0.0,0.0142843934688256,0.255951455205554,0.0,0.0263939771404637,0.255951455205554,0.0,0.0128040865558362,0.255951455205554,0.0,0.0109215040745408,0.255951455205554,0.0,0.120693512717108,0.255951455205554,0.0,0.157935049377516,0.5,0.255951455205554,0.0,0.385011316914501,0.5,0.255951455205554,0.0,0.544189604464741,0.5,0.255951455205554,0.0,0.308838701032208,0.255951455205554,0.0,0.541924906603665,0.0,0.102572928348387,0.255951455205554,0.0,0.0842916691226379,0.5,0.255951455205554,0.0,0.0999294197567116,0.255951455205554,0.0,0.189973455873643,0.255951455205554,0.0,0.0460915803156127,0.255951455205554,0.0,0.217991770754154,0.0,0.478959684817561 -987,0.255951455205554,0.0,0.00810326288967379,0.255951455205554,0.0,0.0208863134647498,0.255951455205554,0.0,0.0181656272113746,0.255951455205554,0.0,0.0179861273971646,0.255951455205554,0.0,0.160996141311412,0.255951455205554,0.0,0.264603792293286,0.5,0.255951455205554,0.0,0.431471992096285,0.5,0.255951455205554,0.0,0.598960230145847,0.5,0.255951455205554,0.0,0.400966247857547,0.255951455205554,0.0,0.487002251078387,0.0,0.0810257548713422,0.255951455205554,0.0,0.074239752874062,0.5,0.255951455205554,0.0,0.075610248674521,0.255951455205554,0.0,0.260624339887898,0.255951455205554,0.0,0.0698307084949593,0.255951455205554,0.0,0.232385991881188,0.0,0.366325856967442 -988,0.255951455205554,0.0,0.0108405501284129,0.255951455205554,0.0,0.00781104311510405,0.255951455205554,0.0,0.0364087279097737,0.255951455205554,0.0,0.0443366242126974,0.255951455205554,0.0,0.222760666993178,0.255951455205554,0.0,0.430588946119649,0.5,0.255951455205554,0.0,0.409344024819937,0.5,0.255951455205554,0.0,0.624737918787614,0.5,0.255951455205554,0.0,0.52731404674298,0.255951455205554,0.0,0.410148604076213,0.0,0.052173067579796,0.255951455205554,0.0,0.073456602913739,0.5,0.255951455205554,0.0,0.0461440218707399,0.255951455205554,0.0,0.299223322706832,0.255951455205554,0.0,0.101143625696206,0.255951455205554,0.0,0.302064764054773,0.0,0.23173146312878 -989,0.255951455205554,0.0,0.0134331912384079,0.255951455205554,0.0,0.00843431897663645,0.255951455205554,0.0,0.063856838997776,0.255951455205554,0.0,0.05478657284346,0.255951455205554,0.0,0.297997576165848,0.255951455205554,0.0,0.569575375893543,0.5,0.255951455205554,0.0,0.389999334793451,0.5,0.255951455205554,0.0,0.63701328855582,0.5,0.255951455205554,0.0,0.631157767058564,0.255951455205554,0.0,0.368994888405542,0.0,0.0394679455989391,0.255951455205554,0.0,0.0812398906217112,0.5,0.255951455205554,0.0,0.0276059779541133,0.255951455205554,0.0,0.373621531747846,0.255951455205554,0.0,0.165911777147301,0.255951455205554,0.0,0.410061555706523,0.0,0.164933471184429 -990,0.255951455205554,0.0,0.0102973802862281,0.255951455205554,0.0,0.0231755797955971,0.255951455205554,0.0,0.109884509762803,0.255951455205554,0.0,0.065605395758462,0.255951455205554,0.0,0.335258394906615,0.255951455205554,0.0,0.578129997090428,0.5,0.255951455205554,0.0,0.387688841836085,0.5,0.255951455205554,0.0,0.595541715317078,0.5,0.255951455205554,0.0,0.700525086136916,0.255951455205554,0.0,0.404047927517851,0.0,0.0539183803428961,0.255951455205554,0.0,0.107730828833205,0.5,0.255951455205554,0.0,0.0128003063825787,0.255951455205554,0.0,0.434934703579759,0.255951455205554,0.0,0.252004357290731,0.255951455205554,0.0,0.557500621426788,0.0,0.215057364478053 -991,0.255951455205554,0.0,0.011118604067338,0.255951455205554,0.0,0.0403886235774207,0.255951455205554,0.0,0.142483943245796,0.255951455205554,0.0,0.0846181553065506,0.255951455205554,0.0,0.349460549839892,0.255951455205554,0.0,0.53431833619069,0.5,0.255951455205554,0.0,0.388680017627833,0.5,0.255951455205554,0.0,0.524149788011251,0.5,0.255951455205554,0.0,0.683430589806584,0.255951455205554,0.0,0.400713540563757,0.0,0.100057381727614,0.255951455205554,0.0,0.15190125897855,0.5,0.255951455205554,0.0,0.00699308386159499,0.255951455205554,0.0,0.484364042919662,0.255951455205554,0.0,0.409040808225531,0.255951455205554,0.0,0.720014262974136,0.0,0.192632177268978 -992,0.255951455205554,0.0,0.0174776079809847,0.255951455205554,0.0,0.0527599439946828,0.255951455205554,0.0,0.156729681578833,0.255951455205554,0.0,0.0856368068940445,0.255951455205554,0.0,0.366986802535901,0.255951455205554,0.0,0.52250174255523,0.5,0.255951455205554,0.0,0.376186853086387,0.5,0.255951455205554,0.0,0.46817776670731,0.5,0.255951455205554,0.0,0.61894429912482,0.255951455205554,0.0,0.334148142930534,0.0,0.143790462584494,0.255951455205554,0.0,0.209255776475446,0.5,0.255951455205554,0.0,0.0143942823506108,0.255951455205554,0.0,0.536700712602832,0.255951455205554,0.0,0.548642453028543,0.255951455205554,0.0,0.767954019030004,0.0,0.137833358748434 -993,0.255951455205554,0.0068751231703085,0.0215025638576795,0.255951455205554,0.0149217878579444,0.0538804846592665,0.255951455205554,0.0136768531193532,0.16809465640027,0.255951455205554,0.0174166075586105,0.0922155888965622,0.255951455205554,0.0101025039533048,0.411183809197188,0.255951455205554,0.0127618021384655,0.512303277129758,0.5,0.255951455205554,0.0081663291236316,0.401651870105084,0.5,0.255951455205554,0.0078959306078848,0.431850548025821,0.5,0.255951455205554,0.023660458054107,0.556106265265302,0.255951455205554,0.00733295816106479,0.312320132787492,0.0106419590723584,0.278130498282945,0.255951455205554,0.0120367946516878,0.307669673598804,0.5,0.255951455205554,0.00708692609361352,0.0340202775931136,0.255951455205554,0.013572666120762,0.638342550466858,0.255951455205554,0.0142328275420752,0.574560656898376,0.255951455205554,0.00670649185343088,0.667556749852702,0.00747744593870021,0.165117429936727 -994,0.255951455205554,0.0817765170785337,0.0401637030235565,0.255951455205554,0.0858796265073147,0.0504684583582565,0.255951455205554,0.0941787676374439,0.204615473567203,0.255951455205554,0.156203296940158,0.182430263431165,0.255951455205554,0.0704328378712224,0.471389716946833,0.255951455205554,0.0608607427386971,0.599791339432255,0.5,0.255951455205554,0.0444816165057229,0.443827873126602,0.5,0.255951455205554,0.0367605260287842,0.437805604694243,0.5,0.255951455205554,0.0735794669592768,0.516696285487703,0.255951455205554,0.0434446952777035,0.298915673849837,0.019776647229954,0.386644567209214,0.255951455205554,0.0321870644834158,0.384530604927774,0.5,0.255951455205554,0.0421242164068289,0.0676943357522869,0.255951455205554,0.0321170717430244,0.711155113935442,0.255951455205554,0.072727449660692,0.649183331373998,0.255951455205554,0.0303065811107209,0.540510655152404,0.0604283424504136,0.145004686176788 -995,0.255951455205554,0.228472415436033,0.104741896930151,0.255951455205554,0.217706474711435,0.106415243342042,0.255951455205554,0.121506382722637,0.317639725055295,0.255951455205554,0.278895686071192,0.31772255320229,0.255951455205554,0.142673614603702,0.472016230615005,0.255951455205554,0.0837665790279428,0.580258201889848,0.5,0.255951455205554,0.0938658155209834,0.502112591496421,0.5,0.255951455205554,0.0726840624686951,0.431055638478505,0.5,0.255951455205554,0.10756581089156,0.529900091661709,0.255951455205554,0.0963582630188747,0.322321189948286,0.0414381271857302,0.405770393658896,0.255951455205554,0.0610788885279514,0.498267180431905,0.5,0.255951455205554,0.113511744015389,0.112274703800002,0.255951455205554,0.0527350440943887,0.690356221697634,0.255951455205554,0.131809018139044,0.576611511511297,0.255951455205554,0.0778443214769159,0.598532486532813,0.157599137863567,0.19279085325238 -996,0.255951455205554,0.332307075988981,0.202585382556619,0.255951455205554,0.382088264730519,0.333632740883916,0.255951455205554,0.12501649023333,0.375835002928172,0.255951455205554,0.0801010242740036,0.338857339049367,0.255951455205554,0.243965063523483,0.50527897759499,0.255951455205554,0.0987163134608403,0.538809629889076,0.5,0.255951455205554,0.14297624005323,0.528933434339989,0.5,0.255951455205554,0.125342863004712,0.386981025284571,0.5,0.255951455205554,0.102657130181761,0.528206730267969,0.255951455205554,0.306091229633774,0.465475857964668,0.125331422860115,0.629039510691533,0.255951455205554,0.11364831477338,0.597607070282464,0.5,0.255951455205554,0.171307626763986,0.207974718914839,0.255951455205554,0.0828023245828082,0.681340507028481,0.255951455205554,0.204472425524505,0.589509891427439,0.255951455205554,0.117434440767727,0.641257839616422,0.244955274963661,0.341198694142307 -997,0.255951455205554,0.253678766571081,0.282497212886848,0.255951455205554,0.438996924842213,0.670196621577676,0.255951455205554,0.156257397234017,0.417697995485169,0.255951455205554,0.0502481390049798,0.274925499144299,0.255951455205554,0.320808655278877,0.54460969394804,0.255951455205554,0.120563110971954,0.482646930099454,0.5,0.255951455205554,0.236411261981931,0.564625289523786,0.5,0.255951455205554,0.160892902462245,0.323258139157942,0.5,0.255951455205554,0.0965883580503307,0.493125811329854,0.255951455205554,0.432540365823906,0.651846939883147,0.197385698221624,0.762621762283358,0.255951455205554,0.162574354870505,0.651550064832311,0.5,0.255951455205554,0.248210740047951,0.325388719356319,0.255951455205554,0.141149629867016,0.652828247342587,0.255951455205554,0.237701719877596,0.684808613391927,0.255951455205554,0.126509975964948,0.695699210951528,0.327171851217319,0.513727359844124 -998,0.255951455205554,0.121820851516523,0.295826882475082,0.255951455205554,0.119895365001619,0.6123322499575,0.255951455205554,0.220230413155411,0.468408973600294,0.255951455205554,0.0691684137604793,0.285777050121015,0.255951455205554,0.357598552066261,0.62077038886997,0.255951455205554,0.13788175106158,0.538636014273801,0.5,0.255951455205554,0.245842481069103,0.662607012214211,0.5,0.255951455205554,0.236575669642473,0.285429551182232,0.5,0.255951455205554,0.0956021912023565,0.413417528398755,0.255951455205554,0.313775330135274,0.67925114343602,0.201484120342361,0.671254850873579,0.255951455205554,0.199038890929567,0.698679564563111,0.5,0.255951455205554,0.318248876265915,0.444845361663302,0.255951455205554,0.16428533590071,0.647633928716068,0.255951455205554,0.143421496583428,0.668823614655741,0.255951455205554,0.0960032670769507,0.629313745278417,0.193890575067417,0.736909519004907 -999,0.255951455205554,0.0533170628223229,0.321370525997641,0.255951455205554,0.0677762804855153,0.503553632861431,0.255951455205554,0.236859834541115,0.498818988130714,0.255951455205554,0.0866877484589669,0.456950997898027,0.255951455205554,0.299500525861244,0.678492082197331,0.255951455205554,0.094231716880569,0.558593599951183,0.5,0.255951455205554,0.12424282718395,0.621989592161594,0.5,0.255951455205554,0.247915984102352,0.263647661149089,0.5,0.255951455205554,0.0971658405916542,0.309336164199569,0.255951455205554,0.165805393203142,0.612378224489265,0.130328274128261,0.657224096399542,0.255951455205554,0.190287754808133,0.687167840652149,0.5,0.255951455205554,0.290486737414819,0.475213871789138,0.255951455205554,0.117115862844744,0.600593100901343,0.255951455205554,0.0503438911969471,0.471383782464572,0.255951455205554,0.0723118190852794,0.516003148698225,0.056473689274736,0.839246302084432 -1000,0.255951455205554,0.0312143834602074,0.36541572533932,0.255951455205554,0.0379479268316191,0.489342792053334,0.255951455205554,0.188980520315439,0.430397073994789,0.255951455205554,0.145502841821857,0.365408143019062,0.255951455205554,0.172324622483646,0.686891429125597,0.255951455205554,0.044576601361625,0.489477536932786,0.5,0.255951455205554,0.0910783283292849,0.570605774922912,0.5,0.255951455205554,0.185669361063,0.207413254931351,0.5,0.255951455205554,0.087330864081481,0.227818788720231,0.255951455205554,0.157431307228085,0.540003184378553,0.110271377295439,0.734409116201718,0.255951455205554,0.0879569752862244,0.584273405179804,0.5,0.255951455205554,0.179927274143757,0.501777969721454,0.255951455205554,0.0470920256121572,0.396824410517766,0.255951455205554,0.0253487351048973,0.349882982570256,0.255951455205554,0.0396461409029475,0.561041661963173,0.0320337322241885,0.870017771215517 -1001,0.255951455205554,0.00258391175773081,0.310176201987537,0.255951455205554,0.00240221727492868,0.219205433502386,0.255951455205554,0.0649827378143389,0.375534527755061,0.255951455205554,0.0634055069283514,0.310292236884145,0.255951455205554,0.081866246746452,0.706315185376373,0.255951455205554,0.0202948882509736,0.41708041259236,0.5,0.255951455205554,0.0627075264103608,0.487541106184093,0.5,0.255951455205554,0.0767738426199421,0.112051444170056,0.5,0.255951455205554,0.0359324755865285,0.173218701321518,0.255951455205554,0.114032299300141,0.450239876798687,0.0,0.574902429257468,0.255951455205554,0.000109459153158635,0.463541004278803,0.5,0.255951455205554,9.05301795302658e-05,0.49637095355396,0.255951455205554,0.00106808714753002,0.267771694099841,0.255951455205554,0.00212048509091137,0.336787319291197,0.255951455205554,0.00687614177776043,0.517980630709835,0.0,0.904104790164637 -1002,0.255951455205554,0.0,0.239263138660793,0.255951455205554,0.0,0.114882287900449,0.255951455205554,0.0,0.453151441534302,0.255951455205554,0.0,0.391952555284578,0.255951455205554,0.0,0.71374868276411,0.255951455205554,0.0,0.381612765555841,0.5,0.255951455205554,0.0,0.442061234004705,0.5,0.255951455205554,0.0,0.0631263829983599,0.5,0.255951455205554,0.0,0.128119944602807,0.255951455205554,0.0,0.423730264461669,0.0,0.367148961569709,0.255951455205554,0.0,0.378247651114793,0.5,0.255951455205554,0.0,0.474682110033179,0.255951455205554,0.0,0.266520305248951,0.255951455205554,0.0,0.267772182771252,0.255951455205554,0.0,0.405002422801419,0.0,0.933917226239053 -1003,0.255951455205554,0.0,0.2971602516618,0.255951455205554,0.0,0.196554424945627,0.255951455205554,0.0,0.569681722002641,0.255951455205554,0.0,0.539736562761157,0.255951455205554,0.0,0.790531309535726,0.255951455205554,0.0,0.447290488853364,0.5,0.255951455205554,0.0,0.490329735473944,0.5,0.255951455205554,0.0,0.0573650814539512,0.5,0.255951455205554,0.0,0.105618724212364,0.255951455205554,0.0,0.4888397641243,0.0,0.2615244526974,0.255951455205554,0.0,0.302007564900551,0.5,0.255951455205554,0.0,0.42780671136677,0.255951455205554,0.0,0.251138942594551,0.255951455205554,0.0,0.231572521227101,0.255951455205554,0.0,0.380637110195276,0.0,0.965427726174977 -1004,0.255951455205554,0.0,0.430981961103778,0.255951455205554,0.0,0.247435406388617,0.255951455205554,0.0,0.67402109049376,0.255951455205554,0.0,0.717861470315578,0.255951455205554,0.0,0.872691284899588,0.255951455205554,0.0,0.555692341795027,0.5,0.255951455205554,0.0,0.5365487941087,0.5,0.255951455205554,0.0,0.0693040537999509,0.5,0.255951455205554,0.0,0.106518518592829,0.255951455205554,0.0,0.489626077296431,0.0,0.149734206752166,0.255951455205554,0.0,0.232743934350192,0.5,0.255951455205554,0.0,0.37992300027706,0.255951455205554,0.0,0.219366137228551,0.255951455205554,0.0,0.301686313523227,0.255951455205554,0.0,0.400163849986703,0.0,0.974526528345751 -1005,0.255951455205554,0.0,0.59645795339352,0.255951455205554,0.0,0.424044628361543,0.255951455205554,0.0,0.770831821704752,0.255951455205554,0.0,0.854601344041627,0.255951455205554,0.0,0.925935287161845,0.255951455205554,0.0,0.628097002530601,0.5,0.255951455205554,0.0,0.497472016083045,0.5,0.255951455205554,0.0,0.085359450918435,0.5,0.255951455205554,0.0,0.11031990028907,0.255951455205554,0.0,0.467792797837296,0.0,0.143567431394634,0.255951455205554,0.0,0.179411543774088,0.5,0.255951455205554,0.0,0.281398599495985,0.255951455205554,0.0,0.187390789080174,0.255951455205554,0.0,0.346369659543142,0.255951455205554,0.0,0.417597451357339,0.0,0.95283458074078 -1006,0.255951455205554,0.0,0.744102892419157,0.255951455205554,0.0,0.611893017738045,0.255951455205554,0.0,0.852480666580349,0.255951455205554,0.0,0.933582737365431,0.255951455205554,0.0,0.845626232325782,0.255951455205554,0.0,0.643241824216062,0.5,0.255951455205554,0.0,0.37811335447284,0.5,0.255951455205554,0.0,0.103537484748024,0.5,0.255951455205554,0.0,0.119671525034346,0.255951455205554,0.0,0.421981759444096,0.0,0.19520680498244,0.255951455205554,0.0,0.194105375689133,0.5,0.255951455205554,0.0,0.229888393501163,0.255951455205554,0.0,0.13736412477533,0.255951455205554,0.0,0.354227214118596,0.255951455205554,0.0,0.458519830021709,0.0,0.939492248064512 -1007,0.255951455205554,0.0,0.865233672254892,0.255951455205554,0.0,0.779283286845261,0.255951455205554,0.0,0.895590746923127,0.255951455205554,0.0,0.960038645849719,0.255951455205554,0.0,0.704616550797706,0.255951455205554,0.0,0.615865531359782,0.5,0.255951455205554,0.0,0.268330400857577,0.5,0.255951455205554,0.0,0.0990709720176111,0.5,0.255951455205554,0.0,0.109625992866373,0.255951455205554,0.0,0.34894271457773,0.0,0.215605811410394,0.255951455205554,0.0,0.217044889132395,0.5,0.255951455205554,0.0,0.272132079431309,0.255951455205554,0.0,0.127769565565776,0.255951455205554,0.0,0.386394988528428,0.255951455205554,0.0,0.473884227564709,0.0,0.935032770164389 -1008,0.255951455205554,0.0,0.939703045889359,0.255951455205554,0.0,0.89338661014642,0.255951455205554,0.0,0.867016114808565,0.255951455205554,0.0,0.953258338394912,0.255951455205554,0.0,0.514307928337102,0.255951455205554,0.0,0.533534216205194,0.5,0.255951455205554,0.0,0.194260976492269,0.5,0.255951455205554,0.0,0.0925325938830445,0.5,0.255951455205554,0.0,0.0977692539920031,0.255951455205554,0.0,0.231477592021357,0.0,0.17683160755984,0.255951455205554,0.0,0.235300847150591,0.5,0.255951455205554,0.0,0.364691433624165,0.255951455205554,0.0,0.135832572864817,0.255951455205554,0.0,0.408048656162636,0.255951455205554,0.0,0.419512367063808,0.0,0.941964418322891 -1009,0.255951455205554,0.0,0.93961698947445,0.255951455205554,0.0,0.851909175117588,0.255951455205554,0.0,0.755145610153998,0.255951455205554,0.0,0.787785415744753,0.255951455205554,0.0,0.330878352300284,0.255951455205554,0.0,0.383443106206959,0.5,0.255951455205554,0.0,0.124878148501839,0.5,0.255951455205554,0.0,0.0851160990843888,0.5,0.255951455205554,0.0,0.0931063999173255,0.255951455205554,0.0,0.157121521643774,0.0,0.166832309691265,0.255951455205554,0.0,0.26172976479091,0.5,0.255951455205554,0.0,0.462310483701475,0.255951455205554,0.0,0.121608662847645,0.255951455205554,0.0,0.369516138800982,0.255951455205554,0.0,0.385588387731087,0.0,0.951274415178832 -1010,0.255951455205554,0.0,0.884711239746878,0.255951455205554,0.0,0.770401722529617,0.255951455205554,0.0,0.584124285738463,0.255951455205554,0.0,0.614647728000647,0.255951455205554,0.0,0.226047808343639,0.255951455205554,0.0,0.206770649754738,0.5,0.255951455205554,0.0,0.0947286385084091,0.5,0.255951455205554,0.0,0.0821715769131875,0.5,0.255951455205554,0.0,0.0813295881223042,0.255951455205554,0.0,0.11372215111964,0.0,0.244198669137607,0.255951455205554,0.0,0.282842806828226,0.5,0.255951455205554,0.0,0.536721534354643,0.255951455205554,0.0,0.101616487675008,0.255951455205554,0.0,0.321133597220967,0.255951455205554,0.0,0.387952932549252,0.0,0.967772129456815 -1011,0.255951455205554,0.0,0.856607416547249,0.255951455205554,0.0,0.522962236562833,0.255951455205554,0.0,0.464282802277497,0.255951455205554,0.0,0.502525417091763,0.255951455205554,0.0,0.215514084125972,0.255951455205554,0.0,0.103350415545323,0.5,0.255951455205554,0.0,0.0739004385883024,0.5,0.255951455205554,0.0,0.0919655875911438,0.5,0.255951455205554,0.0,0.0871280088530988,0.255951455205554,0.0,0.0830776488550552,0.0,0.288262595059718,0.255951455205554,0.0,0.274593462521581,0.5,0.255951455205554,0.0,0.583939155445098,0.255951455205554,0.0,0.0972812012913707,0.255951455205554,0.0,0.266581627348154,0.255951455205554,0.0,0.330521107456925,0.0,0.973649956431375 -1012,0.255951455205554,0.0,0.794773338379495,0.255951455205554,0.0,0.383616374962883,0.255951455205554,0.0,0.424736336538506,0.255951455205554,0.0,0.437358475257293,0.255951455205554,0.0,0.225998441945094,0.255951455205554,0.0,0.0532769060211389,0.5,0.255951455205554,0.0,0.0823021347928172,0.5,0.255951455205554,0.0,0.0740661984545717,0.5,0.255951455205554,0.0,0.0834673728485231,0.255951455205554,0.0,0.0894996557147554,0.0,0.226629635082031,0.255951455205554,0.0,0.240291127080764,0.5,0.255951455205554,0.0,0.528990232083073,0.255951455205554,0.0,0.124976706041675,0.255951455205554,0.0,0.205909790413453,0.255951455205554,0.0,0.223802682577452,0.0,0.98359512748875 -1013,0.255951455205554,0.0,0.705927854723338,0.255951455205554,0.0,0.306426471291977,0.255951455205554,0.0,0.415644862791552,0.255951455205554,0.0,0.430317132991844,0.255951455205554,0.0,0.221224803274091,0.255951455205554,0.0,0.0412877935003903,0.5,0.255951455205554,0.0,0.106238687024828,0.5,0.255951455205554,0.0,0.0602542402592287,0.5,0.255951455205554,0.0,0.066627731857397,0.255951455205554,0.0,0.0974891220003895,0.0,0.169945878384613,0.255951455205554,0.0,0.197480054733983,0.5,0.255951455205554,0.0,0.417305329595925,0.255951455205554,0.0,0.145126430431463,0.255951455205554,0.0,0.153720283602368,0.255951455205554,0.0,0.14598904063457,0.0,0.983915450732587 -1014,0.255951455205554,0.0,0.689182959124975,0.255951455205554,0.0,0.31854414879218,0.255951455205554,0.0,0.411651030214615,0.255951455205554,0.0,0.487488195940264,0.255951455205554,0.0,0.248689660499551,0.255951455205554,0.0,0.0544013648663665,0.5,0.255951455205554,0.0,0.09223506344288,0.5,0.255951455205554,0.0,0.0813565486109156,0.5,0.255951455205554,0.0,0.0590934983749735,0.255951455205554,0.0,0.0736831633371746,0.0,0.13317336565773,0.255951455205554,0.0,0.158456714032256,0.5,0.255951455205554,0.0,0.312019087377065,0.255951455205554,0.0,0.119586081542328,0.255951455205554,0.0,0.115886107877512,0.255951455205554,0.0,0.0977076360984682,0.0,0.967535852398127 -1015,0.255951455205554,0.0,0.67289510292443,0.255951455205554,0.0,0.38119272778861,0.255951455205554,0.0,0.419403804763672,0.255951455205554,0.0,0.48076576102219,0.255951455205554,0.0,0.29224587275081,0.255951455205554,0.0,0.0872702278411239,0.5,0.255951455205554,0.0,0.0705592186674311,0.5,0.255951455205554,0.0,0.115037403483808,0.5,0.255951455205554,0.0,0.0683603450037831,0.255951455205554,0.0,0.0516218878244465,0.0,0.0986619657385027,0.255951455205554,0.0,0.125233129080254,0.5,0.255951455205554,0.0,0.239281462267136,0.255951455205554,0.0,0.0780223943591639,0.255951455205554,0.0,0.0798148554028535,0.255951455205554,0.0,0.063962566370948,0.0,0.946682749771331 -1016,0.255951455205554,0.0,0.642140922370298,0.255951455205554,0.0,0.365206876338222,0.255951455205554,0.0,0.444042360265996,0.255951455205554,0.0,0.449208727219595,0.255951455205554,0.0,0.330493883165346,0.255951455205554,0.0,0.115028944693942,0.5,0.255951455205554,0.0,0.0645150135676256,0.5,0.255951455205554,0.0,0.150362042270615,0.5,0.255951455205554,2.24983373823479e-07,0.0918637443695487,0.255951455205554,0.0,0.0515587366072268,0.0,0.0680814400080465,0.255951455205554,0.0,0.0955055015819907,0.5,0.255951455205554,0.0,0.216474777743457,0.255951455205554,0.0,0.063465089958769,0.255951455205554,0.0,0.065456406411018,0.255951455205554,0.0,0.0524967001621907,0.0,0.945253520243027 -1017,0.255951455205554,0.0289196466113215,0.628047303557884,0.255951455205554,0.0450413224891321,0.302149710608461,0.255951455205554,0.0308743226459537,0.4613004954987,0.255951455205554,0.0343593073324758,0.550487543170057,0.255951455205554,0.0331128172053888,0.314880785819476,0.255951455205554,0.0513872097844281,0.110371969284577,0.5,0.255951455205554,0.0464104034310677,0.0633993037267214,0.5,0.255951455205554,0.0147453179828687,0.140713385467539,0.5,0.255951455205554,0.032931689826022,0.11579056198445,0.255951455205554,0.0410388536233066,0.050150246019665,0.0327406937731786,0.0538661608293086,0.255951455205554,0.0330348438143073,0.0814464277003197,0.5,0.255951455205554,0.0450290464896205,0.205773785262048,0.255951455205554,0.0344500005952392,0.0629306718417528,0.255951455205554,0.0518113341871282,0.0591826308533912,0.255951455205554,0.0486862511775517,0.0508206078816698,0.0324584082663267,0.938782884703634 -1018,0.255951455205554,0.17752363588125,0.665886376006718,0.255951455205554,0.218779645366931,0.35156298034196,0.255951455205554,0.197364787877915,0.473331928968971,0.255951455205554,0.207695804478621,0.570996067277501,0.255951455205554,0.200066160382923,0.295223225761962,0.255951455205554,0.21510041474976,0.107497655232916,0.5,0.255951455205554,0.20229486411222,0.0769188751818949,0.5,0.255951455205554,0.0792798582375737,0.0933105623188991,0.5,0.255951455205554,0.0758295490845323,0.148090339974063,0.255951455205554,0.159565760602424,0.0627036249257247,0.169285351868107,0.0583239565638127,0.255951455205554,0.117165277298002,0.0808310008298215,0.5,0.255951455205554,0.192208447824842,0.196673663199011,0.255951455205554,0.109712136201537,0.0617022180152708,0.255951455205554,0.181263070564973,0.0596775517583669,0.255951455205554,0.201384561197516,0.0750256607656718,0.203382759075351,0.942287823090372 -1019,0.255951455205554,0.289832092626157,0.709552450717143,0.255951455205554,0.379958411988233,0.463465914679393,0.255951455205554,0.358277127743683,0.508207333283291,0.255951455205554,0.369742065151338,0.511188604775583,0.255951455205554,0.36737919442616,0.296204548956236,0.255951455205554,0.36429292628413,0.100852778344539,0.5,0.255951455205554,0.33015503322038,0.105015368300449,0.5,0.255951455205554,0.187608366063524,0.0934205400263997,0.5,0.255951455205554,0.128667072171845,0.159862755794684,0.255951455205554,0.227290327218361,0.0739169505134977,0.299504287999479,0.0700745778129181,0.255951455205554,0.216911976621475,0.0913399939162047,0.5,0.255951455205554,0.364050669516943,0.219807246038263,0.255951455205554,0.229330232148634,0.0648683134987515,0.255951455205554,0.317589037083086,0.114009948078992,0.255951455205554,0.372247781424467,0.141798006783426,0.350134194781436,0.943771293243925 -1020,0.255951455205554,0.352090982680358,0.770882019222004,0.255951455205554,0.497510820545628,0.538747122218298,0.255951455205554,0.486529215967821,0.590364359739546,0.255951455205554,0.489383395498507,0.65609983595823,0.255951455205554,0.498534665993337,0.393563903275707,0.255951455205554,0.491040003654778,0.117383563648019,0.5,0.255951455205554,0.421361500369825,0.165728405746331,0.5,0.255951455205554,0.266498603986436,0.0989866622238193,0.5,0.255951455205554,0.170433666072946,0.159359816958622,0.255951455205554,0.337689253380044,0.0856113854001439,0.469628621758872,0.167693360253909,0.255951455205554,0.327172998281336,0.13218701888784,0.5,0.255951455205554,0.491868074081818,0.302048721989052,0.255951455205554,0.36104246361959,0.0941974997844795,0.255951455205554,0.455230782198304,0.317624605119017,0.255951455205554,0.459240531450257,0.341322816773498,0.436560431007361,0.942145348990774 -1021,0.255951455205554,0.480030800268769,0.813924492812112,0.255951455205554,0.552206281332794,0.526008644234661,0.255951455205554,0.554235833583538,0.555084845816854,0.255951455205554,0.553557298761948,0.682456132551771,0.255951455205554,0.565825310599525,0.40638274237583,0.255951455205554,0.561694183489263,0.186691549641523,0.5,0.255951455205554,0.473289085791769,0.182649886244823,0.5,0.255951455205554,0.328801945704895,0.0765984180235045,0.5,0.255951455205554,0.188302759373464,0.155644419088775,0.255951455205554,0.458670785128354,0.0925163201831768,0.496843118271326,0.421954086249923,0.255951455205554,0.443960096998107,0.227971781848416,0.5,0.255951455205554,0.548226482390224,0.385322578839326,0.255951455205554,0.444019393434719,0.15417461782452,0.255951455205554,0.523767115322718,0.338247382728418,0.255951455205554,0.49042789017762,0.325732845195122,0.475558189258339,0.831533336821619 -1022,0.255951455205554,0.467845360405162,0.781745765656843,0.255951455205554,0.54620199851911,0.57451780643155,0.255951455205554,0.554119981996453,0.459778856826466,0.255951455205554,0.555105859955385,0.507947512695032,0.255951455205554,0.561465696119318,0.388469328580814,0.255951455205554,0.554634481070748,0.202084774587117,0.5,0.255951455205554,0.471445446704355,0.207329397933942,0.5,0.255951455205554,0.329727720593849,0.0588816536171465,0.5,0.255951455205554,0.176876433040455,0.119878456776493,0.255951455205554,0.503786758397062,0.171166241039107,0.467888247630765,0.267383331022016,0.255951455205554,0.456680213635956,0.216006099580286,0.5,0.255951455205554,0.533175761187329,0.377350687380395,0.255951455205554,0.457703148872422,0.153641485979728,0.255951455205554,0.521894521662827,0.252951701218865,0.255951455205554,0.491780615150909,0.262353672309187,0.469003946412567,0.840300412579473 -1023,0.255951455205554,0.367428038364039,0.582996190705961,0.255951455205554,0.474326400887422,0.345736914154071,0.255951455205554,0.482380616292447,0.347392449335069,0.255951455205554,0.48730754432302,0.363573793207928,0.255951455205554,0.484790943405797,0.362615216893441,0.255951455205554,0.47847827463728,0.192372864312368,0.5,0.255951455205554,0.426304555557857,0.261188698260299,0.5,0.255951455205554,0.297931829423377,0.0613296320666175,0.5,0.255951455205554,0.13468583637116,0.0794959469591504,0.255951455205554,0.403938965215351,0.245972575501008,0.370244819402342,0.0912616105646784,0.255951455205554,0.373469371603012,0.113146297130849,0.5,0.255951455205554,0.444814600837341,0.26891932041819,0.255951455205554,0.38154765970321,0.0943580226367376,0.255951455205554,0.447910990546649,0.146020504830376,0.255951455205554,0.42206453486653,0.174306333481829,0.4052342523399,0.801052723182868 -1024,0.255951455205554,0.263761160909139,0.32977038765574,0.255951455205554,0.263931780450861,0.171192477067219,0.255951455205554,0.345266994640381,0.243742167159388,0.255951455205554,0.357686141867673,0.235809758715015,0.255951455205554,0.355983031887773,0.292576608942894,0.255951455205554,0.358483276850961,0.135700900847995,0.5,0.255951455205554,0.312954596187904,0.264118640165362,0.5,0.255951455205554,0.231702222698366,0.0744119677287968,0.5,0.255951455205554,0.0842248532243426,0.0536269753504809,0.255951455205554,0.301135485226114,0.222323559360767,0.272218431400281,0.0186323761808963,0.255951455205554,0.218143836099232,0.0363301188006908,0.5,0.255951455205554,0.269866090688626,0.151728393774528,0.255951455205554,0.234536148423758,0.0233211628063368,0.255951455205554,0.313515404335535,0.0406560084031799,0.255951455205554,0.3072194267866,0.102028635318624,0.321524928951801,0.831760736730391 -1025,0.255951455205554,0.0752285411523577,0.236887618748474,0.255951455205554,0.0374493419506171,0.12616348429479,0.255951455205554,0.099341767659432,0.244041114304835,0.255951455205554,0.0714821501177958,0.23869837661819,0.255951455205554,0.147333335997585,0.316423602317487,0.255951455205554,0.090403942571694,0.1210110720436,0.5,0.255951455205554,0.106321408725892,0.23205071168307,0.5,0.255951455205554,0.0920567194572895,0.079121124085486,0.5,0.255951455205554,0.0257386390763947,0.0470466514982252,0.255951455205554,0.125345827299137,0.140868692400745,0.0,0.0317609677018118,0.255951455205554,0.0,0.039264035864037,0.5,0.255951455205554,0.000354718065384386,0.121296982574625,0.255951455205554,0.0109566862237395,0.0144599596297364,0.255951455205554,0.0397525409070073,0.046524379582865,0.255951455205554,0.0655895443118006,0.0918587039588689,0.101929442523212,0.907016808822534 -1026,0.255951455205554,0.0,0.305960848050838,0.255951455205554,0.0,0.145665900581817,0.255951455205554,0.0,0.313094202506219,0.255951455205554,0.0,0.3183343860034,0.255951455205554,0.0,0.422361182560289,0.255951455205554,0.0,0.174955691217395,0.5,0.255951455205554,0.0,0.291100377228657,0.5,0.255951455205554,0.0,0.101931294418953,0.5,0.255951455205554,0.0,0.0593250260052466,0.255951455205554,0.0,0.201609309286312,0.0,0.039541292497178,0.255951455205554,0.0,0.042711636064294,0.5,0.255951455205554,0.0,0.107293010514822,0.255951455205554,0.0,0.0214715191582143,0.255951455205554,0.0,0.078673049106128,0.255951455205554,0.0,0.137601174162633,0.0,0.915340441267071 -1027,0.255951455205554,0.0,0.36689030373402,0.255951455205554,0.0,0.154214615294531,0.255951455205554,0.0,0.381140469990656,0.255951455205554,0.0,0.379184026670997,0.255951455205554,0.0,0.534394743999221,0.255951455205554,0.0,0.275693026548919,0.5,0.255951455205554,0.0,0.410851476050243,0.5,0.255951455205554,0.0,0.125992470573437,0.5,0.255951455205554,0.0,0.0880378621013069,0.255951455205554,0.0,0.424151827001446,0.0,0.0593920361069856,0.255951455205554,0.0,0.0542695719514063,0.5,0.255951455205554,0.0,0.0934238891782678,0.255951455205554,0.0,0.0384754308041911,0.255951455205554,0.0,0.116065249814311,0.255951455205554,0.0,0.183303304599947,0.0,0.915006052957357 -1028,0.255951455205554,0.0,0.43282418218276,0.255951455205554,0.0,0.187654256459564,0.255951455205554,0.0,0.482636499900553,0.255951455205554,0.0,0.475682713049834,0.255951455205554,0.0,0.686433376889026,0.255951455205554,0.0,0.430078019708892,0.5,0.255951455205554,0.0,0.54095539152527,0.5,0.255951455205554,0.0,0.17750101983898,0.5,0.255951455205554,0.0,0.141370260977833,0.255951455205554,0.0,0.410152529262126,0.0,0.0813117078298816,0.255951455205554,0.0,0.0812948582323959,0.5,0.255951455205554,0.0,0.117959852228138,0.255951455205554,0.0,0.0569171179456097,0.255951455205554,0.0,0.16327635067205,0.255951455205554,0.0,0.212190226781113,0.0,0.9153001038259 -1029,0.255951455205554,0.0,0.544409053835262,0.255951455205554,0.0,0.295938810909774,0.255951455205554,0.0,0.584525507680459,0.255951455205554,0.0,0.606608634904229,0.255951455205554,0.0,0.875618568959788,0.255951455205554,0.0,0.58102529241008,0.5,0.255951455205554,0.0,0.582880269520862,0.5,0.255951455205554,0.0,0.238346704851083,0.5,0.255951455205554,0.0,0.230018581417872,0.255951455205554,0.0,0.439999120363162,0.0,0.0767373334757354,0.255951455205554,0.0,0.105335136157549,0.5,0.255951455205554,0.0,0.155598313165635,0.255951455205554,0.0,0.066957884659761,0.255951455205554,0.0,0.189807238427586,0.255951455205554,0.0,0.220908617445859,0.0,0.919982815459226 -1030,0.255951455205554,0.0,0.593437317175086,0.255951455205554,0.0,0.398455706060557,0.255951455205554,0.0,0.679866378762082,0.255951455205554,0.0,0.681039774935737,0.255951455205554,0.0,0.972306866721045,0.255951455205554,0.0,0.679821837630891,0.5,0.255951455205554,0.0,0.613217488455749,0.5,0.255951455205554,0.0,0.236035267913353,0.5,0.255951455205554,0.0,0.309991759499857,0.255951455205554,0.0,0.478440150948007,0.0,0.0792210476709136,0.255951455205554,0.0,0.116816007467224,0.5,0.255951455205554,0.0,0.19416816103562,0.255951455205554,0.0,0.0813959277473253,0.255951455205554,0.0,0.19437236663134,0.255951455205554,0.0,0.243343764729055,0.0,0.925076911504265 -1031,0.255951455205554,0.0,0.697884930743203,0.255951455205554,0.0,0.519985146594131,0.255951455205554,0.0,0.78105057470312,0.255951455205554,0.0,0.848793325163477,0.255951455205554,0.0,1.00390230051601,0.255951455205554,0.0,0.764909264859609,0.5,0.255951455205554,0.0,0.634686237265736,0.5,0.255951455205554,0.0,0.261544461526574,0.5,0.255951455205554,0.0,0.350002398342806,0.255951455205554,0.0,0.478782738089014,0.0,0.0743449138961797,0.255951455205554,0.0,0.12067325262094,0.5,0.255951455205554,0.0,0.24727821565245,0.255951455205554,0.0,0.109259225291951,0.255951455205554,0.0,0.21362479350633,0.255951455205554,0.0,0.327337194527241,0.0,0.93357502410723 -1032,0.255951455205554,0.0,0.800043469272317,0.255951455205554,0.0,0.722535481249392,0.255951455205554,0.0,0.847947991990282,0.255951455205554,0.0,0.949677387389249,0.255951455205554,0.0,1.01000930822709,0.255951455205554,0.0,0.854905920476205,0.5,0.255951455205554,0.0,0.602517006442447,0.5,0.255951455205554,0.0,0.304617118159588,0.5,0.255951455205554,0.0,0.402401086320389,0.255951455205554,0.0,0.458205498106554,0.0,0.0923893248832629,0.255951455205554,0.0,0.126461109130603,0.5,0.255951455205554,0.0,0.266994061924336,0.255951455205554,0.0,0.143158414330031,0.255951455205554,0.0,0.280088927761606,0.255951455205554,0.0,0.430205257475256,0.0,0.0574346615499211 -1033,0.255951455205554,0.0,0.896947153861952,0.255951455205554,0.0,0.81521186056193,0.255951455205554,0.0,0.872827572467412,0.255951455205554,0.0,0.96419946176666,0.255951455205554,0.0,1.00894713793262,0.255951455205554,0.0,0.828529821535651,0.5,0.255951455205554,0.0,0.566309622746364,0.5,0.255951455205554,0.0,0.341644968870044,0.5,0.255951455205554,0.0,0.479839069534205,0.255951455205554,0.0,0.536937709662824,0.0,0.128703779883184,0.255951455205554,0.0,0.169005822864372,0.5,0.255951455205554,0.0,0.281775912020368,0.255951455205554,0.0,0.2020792488903,0.255951455205554,0.0,0.385634785046105,0.255951455205554,0.0,0.501954281494552,0.0,0.177206474579176 -1034,0.255951455205554,0.0,0.948033671426401,0.255951455205554,0.0,0.870444045379139,0.255951455205554,0.0,0.911763094459164,0.255951455205554,0.0,1.00253037121073,0.255951455205554,0.0,0.995671287907669,0.255951455205554,0.0,0.7797855556309,0.5,0.255951455205554,0.0,0.52819190194062,0.5,0.255951455205554,0.0,0.434692453126181,0.5,0.255951455205554,0.0,0.512338271926039,0.255951455205554,0.0,0.832065445851337,0.0,0.1841798036748,0.255951455205554,0.0,0.255680562978012,0.5,0.255951455205554,0.0,0.362883568702709,0.255951455205554,0.0,0.284262430263095,0.255951455205554,0.0,0.457723058844714,0.255951455205554,0.0,0.562533932094237,0.0,0.0680846605866571 -1035,0.255951455205554,0.0,0.990290549613857,0.255951455205554,0.0,0.98942328318186,0.255951455205554,0.0,0.936033497388065,0.255951455205554,0.0,1.0133571273059,0.255951455205554,0.0,0.953921430247616,0.255951455205554,0.0,0.742883088412796,0.5,0.255951455205554,0.0,0.551704953836083,0.5,0.255951455205554,0.0,0.398127645160583,0.5,0.255951455205554,0.0,0.494481636010012,0.255951455205554,0.0,0.76314390571335,0.0,0.227567105063849,0.255951455205554,0.0,0.332330310035844,0.5,0.255951455205554,0.0,0.523528225025305,0.255951455205554,0.0,0.389557142933403,0.255951455205554,0.0,0.451072166792853,0.255951455205554,0.0,0.56440631833213,0.0,0.871090239692636 -1036,0.255951455205554,0.0,1.00478504397385,0.255951455205554,0.0,1.01749774915005,0.255951455205554,0.0,0.93881134059133,0.255951455205554,0.0,1.0056558620987,0.255951455205554,0.0,0.860804505796384,0.255951455205554,0.0,0.608105775074335,0.5,0.255951455205554,0.0,0.506181427508229,0.5,0.255951455205554,0.0,0.526084195648483,0.5,0.255951455205554,0.0,0.409348303829817,0.255951455205554,0.0,0.614662035450174,0.0,0.308323979053665,0.255951455205554,0.0,0.391572728005609,0.5,0.255951455205554,0.0,0.673281989356199,0.255951455205554,0.0,0.479370499367236,0.255951455205554,0.0,0.438918066528692,0.255951455205554,0.0,0.657072679731512,0.0,0.987053996519376 -1037,0.255951455205554,0.0,1.00565663346551,0.255951455205554,0.0,0.987356957298757,0.255951455205554,0.0,0.869259470120221,0.255951455205554,0.0,0.924786647266985,0.255951455205554,0.0,0.74524463742098,0.255951455205554,0.0,0.684046947714024,0.5,0.255951455205554,0.0,0.413411500668804,0.5,0.255951455205554,0.0,0.654578305191525,0.5,0.255951455205554,0.0,0.391885169102677,0.255951455205554,0.0,0.62635276851161,0.0,0.339275692331586,0.255951455205554,0.0,0.447108996236372,0.5,0.255951455205554,0.0,0.736078058125021,0.255951455205554,0.0,0.487576956945479,0.255951455205554,0.0,0.495045061485707,0.255951455205554,0.0,0.723764782489875,0.0,0.975366409982293 -1038,0.255951455205554,0.0,0.977817435422989,0.255951455205554,0.0,0.881999555722754,0.255951455205554,0.0,0.757694212425861,0.255951455205554,0.0,0.76476024739708,0.255951455205554,0.0,0.659399193458004,0.255951455205554,0.0,0.613023880794851,0.5,0.255951455205554,0.0,0.377707086714977,0.5,0.255951455205554,0.0,0.624698610543881,0.5,0.255951455205554,0.0,0.401841402903721,0.255951455205554,0.0,0.544924352127696,0.0,0.447119470059377,0.255951455205554,0.0,0.491052787823338,0.5,0.255951455205554,0.0,0.801336853447984,0.255951455205554,0.0,0.515295686252326,0.255951455205554,0.0,0.610643147597298,0.255951455205554,0.0,0.655930038622917,0.0,0.956170900294591 -1039,0.255951455205554,0.0,0.867816485913053,0.255951455205554,0.0,0.7158832246683,0.255951455205554,0.0,0.667721968251908,0.255951455205554,0.0,0.648952851646566,0.255951455205554,0.0,0.601541823734664,0.255951455205554,0.0,0.506203261714713,0.5,0.255951455205554,0.0,0.238744334894643,0.5,0.255951455205554,0.0,0.578769746471047,0.5,0.255951455205554,0.0,0.390530275820299,0.255951455205554,0.0,0.297145649878748,0.0,0.476352127028922,0.255951455205554,0.0,0.553525652985407,0.5,0.255951455205554,0.0,0.862080346543211,0.255951455205554,0.0,0.57620624323844,0.255951455205554,0.0,0.598921465295817,0.255951455205554,0.0,0.642710083943823,0.0,0.931947193642208 -1040,0.255951455205554,0.0,0.711901901674954,0.255951455205554,0.0,0.482224451596879,0.255951455205554,0.0,0.640616739391657,0.255951455205554,0.0,0.616522214903691,0.255951455205554,0.0,0.560907299130867,0.255951455205554,0.0,0.357751037352952,0.5,0.255951455205554,0.0,0.186601000368806,0.5,0.255951455205554,0.0,0.409688105625656,0.5,0.255951455205554,5.37696463540913e-06,0.355518101918293,0.255951455205554,0.0,0.352313219504964,0.0,0.55638348980637,0.255951455205554,0.0,0.574499307406079,0.5,0.255951455205554,0.0,0.815260255084979,0.255951455205554,1.14164191314785e-06,0.64470976376197,0.255951455205554,0.0,0.512930521504024,0.255951455205554,0.0,0.636399098906857,0.0,0.979894397980326 -1041,0.255951455205554,0.0050319220465045,0.568497756267617,0.255951455205554,0.00276929798910407,0.312384242573412,0.255951455205554,0.0032824181320309,0.645088872635132,0.255951455205554,0.00166944839396497,0.679821903678667,0.255951455205554,0.00678898490533014,0.513345971452275,0.255951455205554,0.0114280052041446,0.24682409267218,0.5,0.255951455205554,0.00481600489018929,0.144296089041778,0.5,0.255951455205554,0.0149440266738692,0.266640359017809,0.5,0.255951455205554,0.0360455821588652,0.280167115137426,0.255951455205554,0.00146070642061589,0.191285283703435,0.0302722634161567,0.547066601986713,0.255951455205554,0.0358602838461497,0.528785118871129,0.5,0.255951455205554,0.0176398286347515,0.744671601689067,0.255951455205554,0.0324868158322419,0.628088552143605,0.255951455205554,0.0230815282470667,0.434334133053574,0.255951455205554,0.0220658200079332,0.462759002088112,0.00501817565180899,0.989256666280248 -1042,0.255951455205554,0.0296403603461078,0.562624428831039,0.255951455205554,0.0233914083125635,0.330461215698825,0.255951455205554,0.0235811919131497,0.661083276802616,0.255951455205554,0.0129184843256292,0.781739964503442,0.255951455205554,0.0907126984643021,0.498065710072009,0.255951455205554,0.0471408060994028,0.209068838226276,0.5,0.255951455205554,0.0257198959773126,0.0724563809667717,0.5,0.255951455205554,0.0469790788462304,0.15659457914028,0.5,0.255951455205554,0.105976781205346,0.212655008841933,0.255951455205554,0.0199302441245548,0.135043559335961,0.0593105396331377,0.394172045666478,0.255951455205554,0.0673028775380614,0.436380282082762,0.5,0.255951455205554,0.0443906282809367,0.614644470973045,0.255951455205554,0.0856936413126252,0.540103613866524,0.255951455205554,0.0585877458280926,0.252867565079621,0.255951455205554,0.0826320120721754,0.266915448476248,0.0529444422729563,0.975782821232183 -1043,0.255951455205554,0.0420439893347351,0.663243617515296,0.255951455205554,0.04737451147133,0.502304949518453,0.255951455205554,0.0732396931136346,0.661932032318725,0.255951455205554,0.026701442979763,0.769654860951812,0.255951455205554,0.236775122959849,0.517979463918617,0.255951455205554,0.0802176814185067,0.0943876288863913,0.5,0.255951455205554,0.0831740929493128,0.0887568368652256,0.5,0.255951455205554,0.119882537907297,0.122256526128966,0.5,0.255951455205554,0.162253670980671,0.143842796425684,0.255951455205554,0.0549245122629117,0.136647661863172,0.0840912970014703,0.256438443329177,0.255951455205554,0.0945096637739784,0.287572476501817,0.5,0.255951455205554,0.0555468204993137,0.463155202190749,0.255951455205554,0.155045170367125,0.421190409147099,0.255951455205554,0.162937290449727,0.195307207452375,0.255951455205554,0.184132685984331,0.294527669273649,0.100979800900471,0.966312779747984 -1044,0.255951455205554,0.0546665501352289,0.686632451308955,0.255951455205554,0.0726992768375334,0.677981456310666,0.255951455205554,0.199035113937343,0.613587120649813,0.255951455205554,0.0573466046257699,0.600011263322412,0.255951455205554,0.357831364132662,0.515925383563252,0.255951455205554,0.128018609001987,0.0688863176968722,0.5,0.255951455205554,0.0997711661110432,0.119321892377873,0.5,0.255951455205554,0.162222723593754,0.179622861441341,0.5,0.255951455205554,0.224691626170456,0.0615256877257851,0.255951455205554,0.0653866897928941,0.233750811801393,0.183147169666202,0.132002313017888,0.255951455205554,0.172044228287398,0.20393717884598,0.5,0.255951455205554,0.0900655315802986,0.36386977358758,0.255951455205554,0.268158848301253,0.444840689914441,0.255951455205554,0.245504612251257,0.232138486360569,0.255951455205554,0.131838042370667,0.209273119960843,0.044115846164097,0.942310101588964 -1045,0.255951455205554,0.0772817143365938,0.634566998151992,0.255951455205554,0.0725968506791128,0.428539452580697,0.255951455205554,0.329662679666947,0.574575199722538,0.255951455205554,0.377094739522355,0.627430404516701,0.255951455205554,0.402975615664833,0.518204236706576,0.255951455205554,0.158117353221962,0.0922329545089708,0.5,0.255951455205554,0.0969146728977742,0.190887032626424,0.5,0.255951455205554,0.163522807307165,0.17935056953492,0.5,0.255951455205554,0.290429997739704,0.043041206363161,0.255951455205554,0.0952742553217353,0.32134176847132,0.0990089082272643,0.1452245314137,0.255951455205554,0.176421156953842,0.183383202426693,0.5,0.255951455205554,0.130001193642824,0.270128457419242,0.255951455205554,0.148335186000243,0.257930946742168,0.255951455205554,0.297091726023842,0.112483930127352,0.255951455205554,0.209715353604865,0.115931342695061,0.0549934476520818,0.932568710646495 -1046,0.255951455205554,0.0902429501753315,0.523962265243827,0.255951455205554,0.247235984472979,0.43714054828436,0.255951455205554,0.398309065952251,0.534492157038283,0.255951455205554,0.405188581765594,0.487886396272569,0.255951455205554,0.394330996290129,0.461175458993954,0.255951455205554,0.145983065527401,0.135611255472533,0.5,0.255951455205554,0.0946179034959214,0.216070137631312,0.5,0.255951455205554,0.12403739906304,0.239175916625311,0.5,0.255951455205554,0.292249464784561,0.0377948763245806,0.255951455205554,0.158066379273597,0.324001299511282,0.107793083618219,0.0968161344177932,0.255951455205554,0.127063952485696,0.127882975226001,0.5,0.255951455205554,0.122901370866481,0.287139136700357,0.255951455205554,0.168108078062494,0.152844177565708,0.255951455205554,0.315283441965498,0.0820787992897226,0.255951455205554,0.185019111531251,0.0868199419657777,0.0982827908485445,0.932202277397306 -1047,0.255951455205554,0.140106441577099,0.439412118249486,0.255951455205554,0.377246436634112,0.282146340729815,0.255951455205554,0.359034312648789,0.451619664158127,0.255951455205554,0.356014937975312,0.440645968364643,0.255951455205554,0.263359727134829,0.330194526001311,0.255951455205554,0.108649377892425,0.125664659440517,0.5,0.255951455205554,0.0875137513060125,0.231930850701522,0.5,0.255951455205554,0.0850803550644448,0.418897485986103,0.5,0.255951455205554,0.215831921907281,0.0739816329633926,0.255951455205554,0.104748665752301,0.378241159665391,0.255547234177212,0.0598682819189712,0.255951455205554,0.188062686078229,0.0897114460795859,0.5,0.255951455205554,0.112387768061943,0.197930579977782,0.255951455205554,0.148079128925642,0.090473757560376,0.255951455205554,0.174292365351471,0.0639391203858124,0.255951455205554,0.109346655115539,0.0739747770442685,0.0309810893682842,0.929129318092641 -1048,0.255951455205554,0.171073440172703,0.383553350558138,0.255951455205554,0.237406246546318,0.170250337936418,0.255951455205554,0.247609228048215,0.344533186560339,0.255951455205554,0.273163785233506,0.397044281678444,0.255951455205554,0.13649687979365,0.27247230564453,0.255951455205554,0.0668190327862803,0.133781482571935,0.5,0.255951455205554,0.0598283910133879,0.299856076867644,0.5,0.255951455205554,0.0526471825308626,0.341048366438089,0.5,0.255951455205554,0.0956044018040286,0.134158208890579,0.255951455205554,0.0337145199916613,0.332075526606942,0.109390903995693,0.0283817344472287,0.255951455205554,0.108925457458489,0.0524288425317658,0.5,0.255951455205554,0.117727324502738,0.154182534995407,0.255951455205554,0.100515571528072,0.0480804059423505,0.255951455205554,0.0810045169884037,0.0635690884798884,0.255951455205554,0.0563161999793812,0.0497126655174676,0.0244909213238087,0.912914254536811 -1049,0.255951455205554,0.0937403520266707,0.36239697085752,0.255951455205554,0.0448792079498591,0.159023419067221,0.255951455205554,0.0923002045418128,0.261810531402234,0.255951455205554,0.0838693381060408,0.304796619583166,0.255951455205554,0.0549608617558641,0.229343363735287,0.255951455205554,0.0193778427606784,0.177969868401254,0.5,0.255951455205554,0.0342072460051341,0.312086783096055,0.5,0.255951455205554,0.0253595779217468,0.205504704984605,0.5,0.255951455205554,0.0203093001578343,0.130593301494469,0.255951455205554,0.0136422244246479,0.377520545243019,0.0,0.0260078914261557,0.255951455205554,0.000729157995564667,0.0487094765278304,0.5,0.255951455205554,0.0030759289389879,0.143091056140185,0.255951455205554,0.00426307857716726,0.0631711602961917,0.255951455205554,0.015698201868565,0.0612710979554259,0.255951455205554,0.0160790119087977,0.0411402417737857,0.0762480055180753,0.887788150754807 -1050,0.255951455205554,0.0,0.339632478583335,0.255951455205554,0.0,0.144417056779219,0.255951455205554,0.0,0.244088465093248,0.255951455205554,0.0,0.271576678787595,0.255951455205554,1.79548470971495e-05,0.191455512607002,0.255951455205554,0.0,0.146950348079577,0.5,0.255951455205554,5.09049026415058e-06,0.314269390772112,0.5,0.255951455205554,4.69740855783876e-05,0.106687644303647,0.5,0.255951455205554,0.0,0.11837168700684,0.255951455205554,0.000456769509868394,0.42519597097721,0.0,0.0226349609939878,0.255951455205554,0.0,0.0527299627893945,0.5,0.255951455205554,0.0,0.113219282617055,0.255951455205554,0.0,0.0762858953164513,0.255951455205554,0.0,0.0691118632251426,0.255951455205554,0.0,0.020257842484702,0.0,0.846507450640203 -1051,0.255951455205554,0.0,0.30688702430373,0.255951455205554,0.0,0.132985619938376,0.255951455205554,0.0,0.220749765573008,0.255951455205554,0.0,0.244335339099265,0.255951455205554,0.0,0.214136265214233,0.255951455205554,0.0,0.140351739241566,0.5,0.255951455205554,0.0,0.290721330076555,0.5,0.255951455205554,0.0,0.102106226913661,0.5,0.255951455205554,0.0,0.0842912391857327,0.255951455205554,0.0,0.319415865111343,0.0,0.0329835914759934,0.255951455205554,0.0,0.0563790661073235,0.5,0.255951455205554,0.0,0.0786763760460555,0.255951455205554,0.0,0.038962674326324,0.255951455205554,0.0,0.0675368145831736,0.255951455205554,0.0,0.0186252619878648,0.0,0.806683347044087 -1052,0.255951455205554,0.0,0.310598751346592,0.255951455205554,0.0,0.128880140450251,0.255951455205554,0.0,0.194644278588325,0.255951455205554,0.0,0.197998718101465,0.255951455205554,0.0,0.245488411632638,0.255951455205554,0.0,0.129719954965356,0.5,0.255951455205554,0.0,0.317257608904108,0.5,0.255951455205554,0.0,0.0949356487838426,0.5,0.255951455205554,0.0,0.0902408202658556,0.255951455205554,0.0,0.460552830720637,0.0,0.0242307762634117,0.255951455205554,0.0,0.0427633395315217,0.5,0.255951455205554,0.0,0.0860182648326386,0.255951455205554,0.0,0.0227760273070414,0.255951455205554,0.0,0.0604482173139977,0.255951455205554,0.0,0.0290368056357623,0.0,0.781647767451138 -1053,0.255951455205554,0.0,0.301093832882792,0.255951455205554,0.0,0.126252052852303,0.255951455205554,0.0,0.176503449484027,0.255951455205554,0.0,0.164232598847468,0.255951455205554,0.0,0.29033330486343,0.255951455205554,0.0,0.156982471551846,0.5,0.255951455205554,0.0,0.390219368871418,0.5,0.255951455205554,0.0,0.101068649955895,0.5,0.255951455205554,0.0,0.0924982963171058,0.255951455205554,0.0,0.683429686600928,0.0,0.0120144706511963,0.255951455205554,0.0,0.0301114873825507,0.5,0.255951455205554,0.0,0.0846251808460089,0.255951455205554,0.0,0.0329886733224151,0.255951455205554,0.0,0.0730019711235612,0.255951455205554,0.0,0.0480725043171529,0.0,0.725116594338322 -1054,0.255951455205554,0.0,0.276736420894266,0.255951455205554,0.0,0.106969504066125,0.255951455205554,0.0,0.163294616925726,0.255951455205554,0.0,0.155041634018784,0.255951455205554,0.0,0.381425512667589,0.255951455205554,0.0,0.277625494870019,0.5,0.255951455205554,0.0,0.516508674021847,0.5,0.255951455205554,0.0,0.173623669270963,0.5,0.255951455205554,0.0,0.0967489217356299,0.255951455205554,0.0,0.819685007969748,0.0,0.0164559804243104,0.255951455205554,0.0,0.0339303835785338,0.5,0.255951455205554,0.0,0.0754512929878785,0.255951455205554,0.0,0.039764413456797,0.255951455205554,0.0,0.0829903179447866,0.255951455205554,0.0,0.0820871665788693,0.0,0.681123905029395 -1055,0.255951455205554,0.0,0.259865190632936,0.255951455205554,0.0,0.10354308544093,0.255951455205554,0.0,0.160079816270367,0.255951455205554,0.0,0.146066915965024,0.255951455205554,0.0,0.477615639196263,0.255951455205554,0.0,0.413315316076843,0.5,0.255951455205554,0.0,0.627258874502321,0.5,0.255951455205554,0.0,0.242639262728949,0.5,0.255951455205554,0.0,0.128635797438457,0.255951455205554,0.0,0.764170621876894,0.0,0.0215906774794508,0.255951455205554,0.0,0.0361662243105986,0.5,0.255951455205554,0.0,0.0740053335315702,0.255951455205554,0.0,0.0501653485371021,0.255951455205554,0.0,0.0870769602086723,0.255951455205554,0.0,0.107276124166916,0.0,0.65538572812548 -1056,0.255951455205554,0.0,0.239039449495779,0.255951455205554,0.0,0.0854520569992019,0.255951455205554,0.0,0.177310785843672,0.255951455205554,0.0,0.154955850777881,0.255951455205554,0.0,0.56095172965202,0.255951455205554,0.0,0.587174839449857,0.5,0.255951455205554,0.0,0.609111371606192,0.5,0.255951455205554,0.0,0.411420234282629,0.5,0.255951455205554,0.0,0.166338029138732,0.255951455205554,0.0,0.602322152877813,0.0,0.0280533596186748,0.255951455205554,0.0,0.0364409612217908,0.5,0.255951455205554,0.0,0.0672663849563679,0.255951455205554,0.0,0.0716567341193353,0.255951455205554,0.0,0.0872729088699981,0.255951455205554,0.0,0.140331489278158,0.0,0.634556379499517 -1057,0.255951455205554,0.0,0.214610508863957,0.255951455205554,0.0,0.0725519709384585,0.255951455205554,0.0,0.208905443813845,0.255951455205554,0.0,0.199699169816081,0.255951455205554,0.0,0.635445002532405,0.255951455205554,0.0,0.654037236471387,0.5,0.255951455205554,0.0,0.46296135684654,0.5,0.255951455205554,0.0,0.537248664818784,0.5,0.255951455205554,0.0,0.303336188192719,0.255951455205554,0.0,0.347600494352921,0.0,0.03399270631621,0.255951455205554,0.0,0.0392663987445413,0.5,0.255951455205554,0.0,0.0678053278479742,0.255951455205554,0.0,0.0980971525238963,0.255951455205554,0.0,0.0875743508663975,0.255951455205554,0.0,0.154796613155931,0.0,0.575771844734582 -1058,0.255951455205554,0.0,0.209833335308549,0.255951455205554,0.0,0.0917312762608444,0.255951455205554,0.0,0.25978200165896,0.255951455205554,0.0,0.204995062089433,0.255951455205554,0.0,0.671111320416324,0.255951455205554,0.0,0.548793851813457,0.5,0.255951455205554,0.0,0.320751414059379,0.5,0.255951455205554,0.0,0.524583294489833,0.5,0.255951455205554,0.0,0.450416551771146,0.255951455205554,0.0,0.202856224995644,0.0,0.0467112170835965,0.255951455205554,0.0,0.0402536615326997,0.5,0.255951455205554,0.0,0.0600530925886768,0.255951455205554,0.0,0.0967541885462229,0.255951455205554,0.0,0.101542376669158,0.255951455205554,0.0,0.218587182093867,0.0,0.443573055625531 -1059,0.255951455205554,0.0,0.215061955879303,0.255951455205554,0.0,0.123940777632036,0.255951455205554,0.0,0.334812597749825,0.255951455205554,0.0,0.205660061372572,0.255951455205554,0.0,0.707811377332502,0.255951455205554,0.0,0.421240325568957,0.5,0.255951455205554,0.0,0.259267712918135,0.5,0.255951455205554,0.0,0.411152075969477,0.5,0.255951455205554,0.0,0.52521152765517,0.255951455205554,0.0,0.16492447438385,0.0,0.0459044566185495,0.255951455205554,0.0,0.0494787574967876,0.5,0.255951455205554,0.0,0.0591357291839013,0.255951455205554,0.0,0.0939000793169744,0.255951455205554,0.0,0.148214876544921,0.255951455205554,0.0,0.371537904399806,0.0,0.432990902883486 -1060,0.255951455205554,0.0,0.22223817854163,0.255951455205554,0.0,0.103421357204483,0.255951455205554,0.0,0.389633008504644,0.255951455205554,0.0,0.309047449985378,0.255951455205554,0.0,0.670991466429862,0.255951455205554,0.0,0.402983669778749,0.5,0.255951455205554,0.0,0.250188489930743,0.5,0.255951455205554,0.0,0.281312030747242,0.5,0.255951455205554,0.0,0.500054870996001,0.255951455205554,0.0,0.183836610295251,0.0,0.0501515854639846,0.255951455205554,0.0,0.0692475778660055,0.5,0.255951455205554,0.0,0.0684143674825758,0.255951455205554,0.0,0.104263461598463,0.255951455205554,0.0,0.180810711404959,0.255951455205554,0.0,0.374771189062779,0.0,0.415486774108379 -1061,0.255951455205554,0.0,0.258977708892147,0.255951455205554,0.0,0.0845704824285512,0.255951455205554,0.0,0.495534483789224,0.255951455205554,0.0,0.54202104298011,0.255951455205554,0.0,0.551097915303625,0.255951455205554,0.0,0.387605821824092,0.5,0.255951455205554,0.0,0.236019035577642,0.5,0.255951455205554,0.0,0.217419169918753,0.5,0.255951455205554,0.0,0.356649390511965,0.255951455205554,0.0,0.143636850108859,0.0,0.0544044566299723,0.255951455205554,0.0,0.0773934364975486,0.5,0.255951455205554,0.0,0.0857832431082282,0.255951455205554,0.0,0.179945312887757,0.255951455205554,0.0,0.208398405507194,0.255951455205554,0.0,0.384270900979229,0.0,0.626309778529228 -1062,0.255951455205554,0.0,0.242854892983497,0.255951455205554,0.0,0.154730600611716,0.255951455205554,0.0,0.539247744022971,0.255951455205554,0.0,0.642470425465721,0.255951455205554,0.0,0.491956954433716,0.255951455205554,0.0,0.466399379327996,0.5,0.255951455205554,0.0,0.183115036645823,0.5,0.255951455205554,0.0,0.185165570551367,0.5,0.255951455205554,0.0,0.274197071534423,0.255951455205554,0.0,0.0677813797604201,0.0,0.0555596514068625,0.255951455205554,0.0,0.0923325087517619,0.5,0.255951455205554,0.0,0.0812361340298395,0.255951455205554,0.0,0.285918127175926,0.255951455205554,0.0,0.243420643371714,0.255951455205554,0.0,0.391653416866314,0.0,0.730060616068535 -1063,0.255951455205554,0.0,0.343956509886838,0.255951455205554,0.0,0.440106164408548,0.255951455205554,0.0,0.547237202509796,0.255951455205554,0.0,0.648441152184642,0.255951455205554,0.0,0.413592835318548,0.255951455205554,0.0,0.442433852182926,0.5,0.255951455205554,0.0,0.160828137699296,0.5,0.255951455205554,0.0,0.160658772127539,0.5,0.255951455205554,0.0,0.224108891506338,0.255951455205554,0.0,0.0969841380252682,0.0,0.0834110578585336,0.255951455205554,0.0,0.136708081889931,0.5,0.255951455205554,0.0,0.072914766669136,0.255951455205554,0.0,0.305454306034822,0.255951455205554,0.0,0.262404170855787,0.255951455205554,0.0,0.47550285475162,0.0,0.645378595482133 -1064,0.255951455205554,0.0,0.39117926140694,0.255951455205554,0.0,0.413355695709633,0.255951455205554,0.0,0.516132851023952,0.255951455205554,0.0,0.583436938620647,0.255951455205554,0.0,0.364375465551729,0.255951455205554,0.0,0.381979389092249,0.5,0.255951455205554,0.0,0.17375289001062,0.5,0.255951455205554,0.0,0.150625470579494,0.5,0.255951455205554,1.37553805720788e-05,0.195969053183729,0.255951455205554,0.0,0.130292665114447,0.0,0.0764918150383004,0.255951455205554,0.0,0.166051447413758,0.5,0.255951455205554,0.0,0.0733108121417263,0.255951455205554,1.53644779699278e-05,0.386175508285804,0.255951455205554,0.0,0.325756147503582,0.255951455205554,0.0,0.356800766969768,0.0,0.792456488334638 -1065,0.255951455205554,0.00783952288246181,0.425696030268021,0.255951455205554,0.00327972900121864,0.346682498213191,0.255951455205554,0.0178412960713889,0.434006347958681,0.255951455205554,0.0168086487832434,0.543699235362057,0.255951455205554,0.0305610197771778,0.359572584223475,0.255951455205554,0.0245789406979118,0.301540770212171,0.5,0.255951455205554,0.0167432597475358,0.245682462002269,0.5,0.255951455205554,0.0388949278027829,0.136113114535472,0.5,0.255951455205554,0.0620711721566005,0.150535825649619,0.255951455205554,0.0057993494099941,0.291456664093158,0.0119445210237194,0.104520661733466,0.255951455205554,0.0316907375878455,0.249549054805782,0.5,0.255951455205554,0.0381782665035889,0.0762155009678443,0.255951455205554,0.0289108075834915,0.410454196229367,0.255951455205554,0.0114337128612087,0.233509707754449,0.255951455205554,0.0139555664137051,0.230450878699894,0.00413470965843502,0.70056971255985 -1066,0.255951455205554,0.0478704191248199,0.469594067602049,0.255951455205554,0.0424221955081375,0.305630672977845,0.255951455205554,0.108994402746406,0.386380832709863,0.255951455205554,0.0734397630855736,0.452433398022772,0.255951455205554,0.120263224020039,0.452492891314667,0.255951455205554,0.127988717544664,0.351611251486224,0.5,0.255951455205554,0.0919722757163818,0.377525548543485,0.5,0.255951455205554,0.0968402233192706,0.123007742141733,0.5,0.255951455205554,0.199068274325971,0.12596417442875,0.255951455205554,0.0335567697339857,0.388200514177495,0.0350885800029414,0.170167161493894,0.255951455205554,0.0659672258290135,0.270881704491822,0.5,0.255951455205554,0.105822168959131,0.0923715082052768,0.255951455205554,0.0914790547046239,0.440391163997938,0.255951455205554,0.0614714866357967,0.178857175554202,0.255951455205554,0.0464380396480789,0.197455963520998,0.0213337727647778,0.713454949664261 -1067,0.255951455205554,0.0989867718722553,0.49000535648861,0.255951455205554,0.160822922898526,0.414668228657859,0.255951455205554,0.215137688181482,0.403724008394629,0.255951455205554,0.164101438073104,0.340662735311066,0.255951455205554,0.178356584306725,0.597828631149087,0.255951455205554,0.266437848186839,0.44743618334349,0.5,0.255951455205554,0.195611566849174,0.531000524268049,0.5,0.255951455205554,0.181360432672114,0.144228870319359,0.5,0.255951455205554,0.326596495483625,0.158540277099485,0.255951455205554,0.177739576756648,0.298394908397768,0.067766638314468,0.192174255739231,0.255951455205554,0.116991007115188,0.251490599572351,0.5,0.255951455205554,0.122150345603249,0.0981196671760459,0.255951455205554,0.124450878232548,0.430042293683032,0.255951455205554,0.190134946575655,0.246734230911889,0.255951455205554,0.129353396947741,0.267293155586049,0.0382256677032252,0.638443710155863 -1068,0.255951455205554,0.158855848788085,0.445857105767617,0.255951455205554,0.176230102542624,0.349484721377875,0.255951455205554,0.289712574927145,0.485014397794809,0.255951455205554,0.305727793264061,0.420911836681798,0.255951455205554,0.197522040707333,0.572136614537634,0.255951455205554,0.344840178493511,0.440013817860187,0.5,0.255951455205554,0.240956410191609,0.443780287998997,0.5,0.255951455205554,0.310102515272404,0.166629649700094,0.5,0.255951455205554,0.36923532619921,0.173773932250049,0.255951455205554,0.377232645867401,0.345849639692787,0.245396137653032,0.141847510684381,0.255951455205554,0.210398669399347,0.273393642828284,0.5,0.255951455205554,0.136141264016284,0.129443858159825,0.255951455205554,0.154983933425616,0.389706448822798,0.255951455205554,0.360868676853789,0.335775744319785,0.255951455205554,0.233504811389454,0.389425025139218,0.0932050937349888,0.567821431671862 -1069,0.255951455205554,0.228671015098478,0.521192908550042,0.255951455205554,0.170558561064171,0.464855379943673,0.255951455205554,0.295798810559615,0.563686563296589,0.255951455205554,0.301732677335957,0.458032205902613,0.255951455205554,0.189331748339089,0.440005881083901,0.255951455205554,0.312156281645487,0.389427244852717,0.5,0.255951455205554,0.213506263894376,0.335721008862383,0.5,0.255951455205554,0.369706578100526,0.165153672241079,0.5,0.255951455205554,0.408237342713592,0.165303345301429,0.255951455205554,0.367711475277962,0.326579218127329,0.537551320379835,0.264054550031909,0.255951455205554,0.288723515389128,0.258706733412255,0.5,0.255951455205554,0.229731261455149,0.162237534193879,0.255951455205554,0.180602856778369,0.390564118813093,0.255951455205554,0.480334239932178,0.355672979965996,0.255951455205554,0.286683960828684,0.439872455247574,0.118984441593568,0.684381555034043 -1070,0.255951455205554,0.223241479813302,0.527255981183029,0.255951455205554,0.151900971309621,0.381260975391098,0.255951455205554,0.246818971355385,0.57272591088327,0.255951455205554,0.227825967072291,0.593822654229699,0.255951455205554,0.194372170359195,0.333669911156553,0.255951455205554,0.208881754104673,0.29197849995561,0.5,0.255951455205554,0.245664489794994,0.36430395968255,0.5,0.255951455205554,0.368923713106531,0.147382090643121,0.5,0.255951455205554,0.397072715265803,0.118678845425634,0.255951455205554,0.380069170541765,0.353587459895596,0.413341878913532,0.173886123589704,0.255951455205554,0.262903866910349,0.203832931492606,0.5,0.255951455205554,0.334362595674527,0.173672784519836,0.255951455205554,0.218775047455638,0.367600761217992,0.255951455205554,0.500008568932263,0.338429479267776,0.255951455205554,0.336736242217224,0.400257565348903,0.206687205757401,0.839324146000016 -1071,0.255951455205554,0.183688513655957,0.53919160484577,0.255951455205554,0.127901527721412,0.382328578815355,0.255951455205554,0.170888192180733,0.468325096845972,0.255951455205554,0.0966322964180652,0.608736721575076,0.255951455205554,0.186905395892303,0.357232741000164,0.255951455205554,0.143721459358927,0.285356478153311,0.5,0.255951455205554,0.236935304476881,0.432930202501426,0.5,0.255951455205554,0.328729681633709,0.142032800471516,0.5,0.255951455205554,0.372971806049887,0.0975715457853412,0.255951455205554,0.363188808792218,0.413147924225005,0.152640973409539,0.117204614002521,0.255951455205554,0.201871742112287,0.120381520377357,0.5,0.255951455205554,0.27997315976677,0.13749238098563,0.255951455205554,0.255141565115304,0.240591127314656,0.255951455205554,0.44113813503281,0.201330344405265,0.255951455205554,0.28874988807349,0.277055992682387,0.0839689272697634,0.833038931131359 -1072,0.255951455205554,0.0927822519241783,0.488058520374177,0.255951455205554,0.0769542011266794,0.349731035770155,0.255951455205554,0.106032401645898,0.322356785608583,0.255951455205554,0.0396655799121097,0.315019008019554,0.255951455205554,0.165136745904285,0.482803978329186,0.255951455205554,0.0758489455302319,0.357171456741507,0.5,0.255951455205554,0.166890316977781,0.457080080333379,0.5,0.255951455205554,0.231388029355935,0.102543566922168,0.5,0.255951455205554,0.27396203788419,0.0779690951521775,0.255951455205554,0.148364345061879,0.365117707188205,0.0924240278203842,0.0156905999015535,0.255951455205554,0.139718774161172,0.0572145646279257,0.5,0.255951455205554,0.177987864536843,0.0656868743044873,0.255951455205554,0.218386745867847,0.0985951314334427,0.255951455205554,0.316783750002924,0.0716152274364204,0.255951455205554,0.186552737877933,0.154711019669459,0.0536693647396701,0.746493901439583 -1073,0.255951455205554,0.0298474389694749,0.317875238190722,0.255951455205554,0.012247288937087,0.148064305523288,0.255951455205554,0.0336864517867633,0.323294039234093,0.255951455205554,0.0161382517972185,0.303875258383755,0.255951455205554,0.0855909254160927,0.603445759758447,0.255951455205554,0.026783948800893,0.440027678633988,0.5,0.255951455205554,0.0661181095037897,0.519819815856068,0.5,0.255951455205554,0.086552972553756,0.0936346590514332,0.5,0.255951455205554,0.070752356740525,0.0684989442786559,0.255951455205554,0.0378193212736793,0.580677059966488,0.0,0.0131753006464842,0.255951455205554,0.00577357318962242,0.0461493220299333,0.5,0.255951455205554,0.00651059367101483,0.0553367081011309,0.255951455205554,0.0263124862177273,0.0432165981335368,0.255951455205554,0.0605048062033242,0.066766315726159,0.255951455205554,0.04699058540996,0.147687938136237,0.0094023333393038,0.810793241094016 -1074,0.255951455205554,0.0,0.32239849897563,0.255951455205554,0.0,0.13976551298979,0.255951455205554,0.0,0.445865532359904,0.255951455205554,0.0,0.433161126065293,0.255951455205554,0.0,0.71642855800485,0.255951455205554,0.0,0.492660137431493,0.5,0.255951455205554,9.92278899251499e-05,0.6351112563923,0.5,0.255951455205554,4.51697697862318e-06,0.16814747526651,0.5,0.255951455205554,0.0,0.109542198383075,0.255951455205554,0.000218924011595656,0.755354683108382,0.0,0.0355830776472547,0.255951455205554,0.0,0.0586908001696682,0.5,0.255951455205554,0.0,0.0621102947560703,0.255951455205554,0.0,0.0653774852966955,0.255951455205554,0.0,0.123645217995837,0.255951455205554,0.0,0.162130055089108,0.0,0.891060039203858 -1075,0.255951455205554,0.0,0.5165619059137,0.255951455205554,0.0,0.207251551774173,0.255951455205554,0.0,0.579286139213228,0.255951455205554,0.0,0.679784518168623,0.255951455205554,0.0,0.852043114295359,0.255951455205554,0.0,0.49887078891833,0.5,0.255951455205554,0.0,0.694075270868844,0.5,0.255951455205554,0.0,0.236784149227436,0.5,0.255951455205554,0.0,0.181520880955501,0.255951455205554,0.0,0.784290991503778,0.0,0.0724569072531464,0.255951455205554,0.0,0.0859645316111481,0.5,0.255951455205554,0.0,0.0768178718378944,0.255951455205554,0.0,0.0929080853957855,0.255951455205554,0.0,0.157361717930251,0.255951455205554,0.0,0.17334264231129,0.0,0.910139796895811 -1076,0.255951455205554,0.0,0.661054375052554,0.255951455205554,0.0,0.240895267754714,0.255951455205554,0.0,0.66861840259193,0.255951455205554,0.0,0.790615195486908,0.255951455205554,0.0,0.949494618554948,0.255951455205554,0.0,0.581440338849324,0.5,0.255951455205554,0.0,0.711565785717872,0.5,0.255951455205554,0.0,0.307499376609885,0.5,0.255951455205554,0.0,0.264494208755664,0.255951455205554,0.0,0.767362833637146,0.0,0.084385098831561,0.255951455205554,0.0,0.110130591240119,0.5,0.255951455205554,0.0,0.121235001227936,0.255951455205554,0.0,0.125269484952995,0.255951455205554,0.0,0.181344852333147,0.255951455205554,0.0,0.167527752216389,0.0,0.917069815671851 -1077,0.255951455205554,0.0,0.729437892210041,0.255951455205554,0.0,0.439299824861229,0.255951455205554,0.0,0.773098676846042,0.255951455205554,0.0,0.873434706026102,0.255951455205554,0.0,1.00778328856951,0.255951455205554,0.0,0.793307774716997,0.5,0.255951455205554,0.0,0.750000002598534,0.5,0.255951455205554,0.0,0.385443914009644,0.5,0.255951455205554,0.0,0.35611244679341,0.255951455205554,0.0,0.69734084679643,0.0,0.102534754078212,0.255951455205554,0.0,0.142468995300502,0.5,0.255951455205554,0.0,0.185008899348774,0.255951455205554,0.0,0.170705790901647,0.255951455205554,0.0,0.198929851853859,0.255951455205554,0.0,0.216062176018948,0.0,0.927570471157964 -1078,0.255951455205554,0.0,0.797819093876852,0.255951455205554,0.0,0.694481015426572,0.255951455205554,0.0,0.866984375525944,0.255951455205554,0.0,0.959821749107587,0.255951455205554,0.0,1.01853178658585,0.255951455205554,0.0,0.911718697520912,0.5,0.255951455205554,0.0,0.741845400460017,0.5,0.255951455205554,0.0,0.445001894204888,0.5,0.255951455205554,0.0,0.442466713257379,0.255951455205554,0.0,0.578457790665057,0.0,0.139041850420159,0.255951455205554,0.0,0.177864187434194,0.5,0.255951455205554,0.0,0.256446177140247,0.255951455205554,0.0,0.263239763193229,0.255951455205554,0.0,0.26216889194495,0.255951455205554,0.0,0.335847008269976,0.0,0.93528673127466 -1079,0.255951455205554,0.0,0.900843383580622,0.255951455205554,0.0,0.816772930637045,0.255951455205554,0.0,0.922746595666587,0.255951455205554,0.0,0.995823371524949,0.255951455205554,0.0,1.01813649504926,0.255951455205554,0.0,0.945122787138966,0.5,0.255951455205554,0.0,0.694179800421021,0.5,0.255951455205554,0.0,0.498634950286993,0.5,0.255951455205554,0.0,0.491444776559103,0.255951455205554,0.0,0.591351188893307,0.0,0.175364462283231,0.255951455205554,0.0,0.26020489989046,0.5,0.255951455205554,0.0,0.37593018511642,0.255951455205554,0.0,0.387469261413112,0.255951455205554,0.0,0.392571475127231,0.255951455205554,0.0,0.46485775285161,0.0,0.0642245555717008 -1080,0.255951455205554,0.0,0.956806124928013,0.255951455205554,0.0,0.927391424632855,0.255951455205554,0.0,0.95603428797956,0.255951455205554,0.0,1.00715136578222,0.255951455205554,0.0,1.00822502411307,0.255951455205554,0.0,0.916408435680201,0.5,0.255951455205554,0.0,0.628987899253368,0.5,0.255951455205554,0.0,0.460012709920059,0.5,0.255951455205554,0.0,0.482137073695772,0.255951455205554,0.0,0.666326381254365,0.0,0.244237609016854,0.255951455205554,0.0,0.352107649542525,0.5,0.255951455205554,0.0,0.480078446735715,0.255951455205554,0.0,0.47800057518271,0.255951455205554,0.0,0.464475037759451,0.255951455205554,0.0,0.597493322118506,0.0,0.083528470694587 -1081,0.255951455205554,0.0,0.991077706220716,0.255951455205554,0.0,0.959994760877525,0.255951455205554,0.0,0.97013247008408,0.255951455205554,0.0,1.00865451767893,0.255951455205554,0.0,0.980175903614361,0.255951455205554,0.0,0.847389751379766,0.5,0.255951455205554,0.0,0.552888465160568,0.5,0.255951455205554,0.0,0.380984025127163,0.5,0.255951455205554,0.0,0.485926877228732,0.255951455205554,0.0,0.777453689406683,0.0,0.342488436509676,0.255951455205554,0.0,0.420758506692618,0.5,0.255951455205554,0.0,0.573204787674675,0.255951455205554,0.0,0.5260790950147,0.255951455205554,0.0,0.501199406450842,0.255951455205554,0.0,0.739416043322967,0.0,0.269056705129214 -1082,0.255951455205554,0.0,1.00178028681746,0.255951455205554,0.0,1.00304373362376,0.255951455205554,0.0,0.960491587670189,0.255951455205554,0.0,0.995179474927189,0.255951455205554,0.0,0.935491535536634,0.255951455205554,0.0,0.69891826007445,0.5,0.255951455205554,0.0,0.549184533334251,0.5,0.255951455205554,0.0,0.26692705414677,0.5,0.255951455205554,0.0,0.442039184280157,0.255951455205554,0.0,0.966124369128096,0.0,0.391591286876716,0.255951455205554,0.0,0.480779358632582,0.5,0.255951455205554,0.0,0.672935110322792,0.255951455205554,0.0,0.607596435283934,0.255951455205554,0.0,0.633736560980519,0.255951455205554,0.0,0.843167036267239,0.0,0.994121227795703 -1083,0.255951455205554,0.0,1.00409793831217,0.255951455205554,0.0,0.99049995374937,0.255951455205554,0.0,0.902174125115481,0.255951455205554,0.0,0.929346218003103,0.255951455205554,0.0,0.900129517558819,0.255951455205554,0.0,0.551069058081222,0.5,0.255951455205554,0.0,0.758549536544572,0.5,0.255951455205554,0.0,0.264509271690681,0.5,0.255951455205554,0.0,0.34394446205526,0.255951455205554,0.0,1.0094314352194,0.0,0.425357585148648,0.255951455205554,0.0,0.566993432561738,0.5,0.255951455205554,0.0,0.790951554889623,0.255951455205554,0.0,0.7108331512209,0.255951455205554,0.0,0.750769914575851,0.255951455205554,0.0,0.856581509311747,0.0,1.00180527955648 -1084,0.255951455205554,0.0,0.978234379866582,0.255951455205554,0.0,0.859727860459847,0.255951455205554,0.0,0.860157127062825,0.255951455205554,0.0,0.825523397988801,0.255951455205554,0.0,0.865171292708815,0.255951455205554,0.0,0.722575490086922,0.5,0.255951455205554,0.0,0.84380002371337,0.5,0.255951455205554,0.0,0.33420907074277,0.5,0.255951455205554,0.0,0.303720938662161,0.255951455205554,0.0,0.993093527074371,0.0,0.483688573380321,0.255951455205554,0.0,0.628987356791835,0.5,0.255951455205554,0.0,0.868740322062393,0.255951455205554,0.0,0.752458830780379,0.255951455205554,0.0,0.793064862574299,0.255951455205554,0.0,0.775453466870086,0.0,1.00674883207417 -1085,0.255951455205554,0.0,0.838110733238451,0.255951455205554,0.0,0.569650321788843,0.255951455205554,0.0,0.80878937976276,0.255951455205554,0.0,0.750473021145998,0.255951455205554,0.0,0.803206416381584,0.255951455205554,0.0,0.812888858743122,0.5,0.255951455205554,0.0,0.861579865422173,0.5,0.255951455205554,0.0,0.508007825088016,0.5,0.255951455205554,0.0,0.329108411845971,0.255951455205554,0.0,0.987271671255324,0.0,0.663323044291886,0.255951455205554,0.0,0.698671110153886,0.5,0.255951455205554,0.0,0.909902053935753,0.255951455205554,0.0,0.749902729001722,0.255951455205554,0.0,0.689655724276518,0.255951455205554,0.0,0.612046310094192,0.0,0.228023067514744 -1086,0.255951455205554,0.0,0.809906919292012,0.255951455205554,0.0,0.256157924853228,0.255951455205554,0.0,0.791911388123757,0.255951455205554,0.0,0.813179980744391,0.255951455205554,0.0,0.778237462327376,0.255951455205554,0.0,0.819809208833658,0.5,0.255951455205554,0.0,0.81095798914003,0.5,0.255951455205554,0.0,0.52140041695065,0.5,0.255951455205554,0.0,0.431238984300181,0.255951455205554,0.0,0.960622028585459,0.0,0.732632621943321,0.255951455205554,0.0,0.701982188320387,0.5,0.255951455205554,0.0,0.88556505135195,0.255951455205554,0.0,0.698604900830433,0.255951455205554,0.0,0.513326140798192,0.255951455205554,0.0,0.535981962974489,0.0,0.117468287666423 -1087,0.255951455205554,0.0,0.887259145516426,0.255951455205554,0.0,0.695005629144133,0.255951455205554,0.0,0.790275713191753,0.255951455205554,0.0,0.931089385447049,0.255951455205554,0.0,0.820804762452265,0.255951455205554,0.0,0.764071639388408,0.5,0.255951455205554,0.0,0.778650709948409,0.5,0.255951455205554,0.0,0.369743358864685,0.5,0.255951455205554,0.0,0.439471998556253,0.255951455205554,0.0,0.863714705170378,0.0,0.62987722505676,0.255951455205554,0.0,0.581848804115999,0.5,0.255951455205554,0.0,0.797361435591422,0.255951455205554,0.0,0.664579398725941,0.255951455205554,0.0,0.441307690784354,0.255951455205554,0.0,0.562793966549074,0.0,0.109954013053145 -1088,0.255951455205554,0.0,0.921230859205304,0.255951455205554,0.0,0.686653787969727,0.255951455205554,0.0,0.803052196667771,0.255951455205554,0.0,0.980380418244444,0.255951455205554,0.0,0.884045634421207,0.255951455205554,0.0,0.763543406710975,0.5,0.255951455205554,0.0,0.759367459264655,0.5,0.255951455205554,0.0,0.266699118786716,0.5,0.255951455205554,9.22685902639049e-05,0.381511295563707,0.255951455205554,0.0,0.81346740739005,0.0,0.376376571853091,0.255951455205554,0.0,0.445439163215045,0.5,0.255951455205554,0.0,0.635807985205674,0.255951455205554,1.30089286433847e-05,0.622340817302263,0.255951455205554,0.0,0.477494472048845,0.255951455205554,0.0,0.514433967211092,0.0,0.095255822060931 -1089,0.255951455205554,0.00647710688737899,0.93888058653629,0.255951455205554,0.0185704805275981,0.854688682273633,0.255951455205554,0.00592829793152666,0.848341203961026,0.255951455205554,0.00387715471095534,1.00072929128993,0.255951455205554,0.00508455881123325,0.94730257413956,0.255951455205554,0.0082466632115828,0.779501611952537,0.5,0.255951455205554,0.0087471030819636,0.739310273326791,0.5,0.255951455205554,0.00925255855345886,0.201927760109203,0.5,0.255951455205554,0.0214236173575246,0.318836373927602,0.255951455205554,0.0184209490011319,0.828613231741662,0.00212334420434408,0.226221047607088,0.255951455205554,0.00280088426954041,0.373029420423889,0.5,0.255951455205554,0.00544083232131173,0.467664593973395,0.255951455205554,0.00612703705661851,0.737392026990854,0.255951455205554,0.00830808206719582,0.438909781893577,0.255951455205554,0.00473298260524621,0.515485224651234,0.0130768738544719,0.0703281771558381 -1090,0.255951455205554,0.0477744300295746,0.960589306884213,0.255951455205554,0.0400904567644425,0.982875444911214,0.255951455205554,0.0299306909169457,0.914695856932567,0.255951455205554,0.0218448799740837,1.00560255321363,0.255951455205554,0.0249542568830478,0.953897633857714,0.255951455205554,0.0462457906920752,0.822377244212238,0.5,0.255951455205554,0.0436149700577889,0.780069269346886,0.5,0.255951455205554,0.03807408345767,0.17362718264461,0.5,0.255951455205554,0.064213345160394,0.250317291286249,0.255951455205554,0.0634002395844536,0.854717845984745,0.0127987044359511,0.18623040756798,0.255951455205554,0.0180583550442668,0.316412629620312,0.5,0.255951455205554,0.0445100573660168,0.326185120570761,0.255951455205554,0.0291281946562805,0.706180410903867,0.255951455205554,0.0495175355693154,0.407294694839101,0.255951455205554,0.0368073380899586,0.562878596157607,0.0359693542300669,0.0518644514544254 -1091,0.255951455205554,0.086320657110525,0.99497692412935,0.255951455205554,0.042497170723683,1.01383691733205,0.255951455205554,0.0572950790261804,0.963308537701494,0.255951455205554,0.0419826695483202,1.01166054805134,0.255951455205554,0.0797653353306939,0.962300760736569,0.255951455205554,0.0686034018648704,0.824562097592563,0.5,0.255951455205554,0.077291537121195,0.83349111690924,0.5,0.255951455205554,0.0776300202239492,0.198499372436515,0.5,0.255951455205554,0.107971621912117,0.223315470127794,0.255951455205554,0.0967483844534259,0.881051379482824,0.0537211365196993,0.196289163076948,0.255951455205554,0.0507044743980472,0.317989145914415,0.5,0.255951455205554,0.107412550098561,0.306107020695174,0.255951455205554,0.0649148454297203,0.657116456334181,0.255951455205554,0.117776589156972,0.485412821576793,0.255951455205554,0.0829249434951929,0.675499330865352,0.0962884513527137,0.0490279225684683 -1092,0.255951455205554,0.0650663304219753,1.00323265731764,0.255951455205554,0.170056228121366,1.02173913043478,0.255951455205554,0.0886037052624048,0.967300794530155,0.255951455205554,0.0575524822179575,1.0150389380238,0.255951455205554,0.137081698891187,0.996291264787278,0.255951455205554,0.0759978067833813,0.854463859195044,0.5,0.255951455205554,0.0847594511871343,0.847965975516701,0.5,0.255951455205554,0.112739145541541,0.273045742357411,0.5,0.255951455205554,0.138686141889102,0.26030588177999,0.255951455205554,0.0717176571124378,0.856906099878041,0.132291604786888,0.287234363935362,0.255951455205554,0.0917689303556113,0.328952856890471,0.5,0.255951455205554,0.127625978240015,0.380997538263193,0.255951455205554,0.0998246063007915,0.584984259076566,0.255951455205554,0.158319007359666,0.566437157808323,0.255951455205554,0.124296208195407,0.768350040251223,0.0809178766254589,0.0553708683121398 -1093,0.255951455205554,0.0880616200732946,0.944900793076848,0.255951455205554,0.211466189947542,1.02173913043478,0.255951455205554,0.122756980264712,0.980077275670624,0.255951455205554,0.123191273979199,1.01392344840664,0.255951455205554,0.106893686617687,0.996875064912358,0.255951455205554,0.0751376687048049,0.884719040511948,0.5,0.255951455205554,0.0833814453365096,0.868283282701189,0.5,0.255951455205554,0.144614840665342,0.383505414190107,0.5,0.255951455205554,0.161947145504547,0.314584115677707,0.255951455205554,0.0567308594751519,0.868119923302467,0.186597792631956,0.334345187215516,0.255951455205554,0.13423859912119,0.391756754222661,0.5,0.255951455205554,0.099726484683437,0.440423580375805,0.255951455205554,0.14331957446069,0.546664625935827,0.255951455205554,0.141589217748978,0.623888305226715,0.255951455205554,0.12977228968354,0.767757054241897,0.06039471580283,0.0711833656293707 -1094,0.255951455205554,0.0662978832680097,1.00799993518493,0.255951455205554,0.124124567994706,1.02101051016248,0.255951455205554,0.156444557319525,0.989668117819448,0.255951455205554,0.0712702724282278,1.01552028348304,0.255951455205554,0.105319222691604,1.00417579505696,0.255951455205554,0.0733888131069545,0.919688863449193,0.5,0.255951455205554,0.0838170679536096,0.886939138205141,0.5,0.255951455205554,0.139804947049717,0.434630691944689,0.5,0.255951455205554,0.165495923816009,0.35025910529192,0.255951455205554,0.0373903790276425,0.834728378654504,0.190120505816253,0.56624653391792,0.255951455205554,0.16118315756185,0.428580084551242,0.5,0.255951455205554,0.121839990476744,0.487175203745681,0.255951455205554,0.13632461233631,0.51496041594519,0.255951455205554,0.108657753685914,0.726524396823403,0.255951455205554,0.108162673135753,0.798092498973554,0.0315322732031477,0.0908977257985683 -1095,0.255951455205554,0.0866765676941051,1.00629374411152,0.255951455205554,0.0752658774310471,1.02173913043478,0.255951455205554,0.158734524610053,0.990958533864251,0.255951455205554,0.0725721869901843,1.0162277250186,0.255951455205554,0.12278886290574,1.00392864790285,0.255951455205554,0.0574505217687792,0.925767198392897,0.5,0.255951455205554,0.0654779877545766,0.858349424847789,0.5,0.255951455205554,0.102961346346263,0.420391387706159,0.5,0.255951455205554,0.161857809327879,0.359435293338261,0.255951455205554,0.0316784316735914,0.784286260075257,0.085827303418813,0.401558844649753,0.255951455205554,0.112130943979434,0.448837320291457,0.5,0.255951455205554,0.126362325783519,0.5689509276856,0.255951455205554,0.0930562834563041,0.467277046914082,0.255951455205554,0.0829151224610507,0.795248478720877,0.255951455205554,0.0909861110862158,0.853018603155797,0.0299589414332788,0.0984177537512359 -1096,0.255951455205554,0.0658310509209191,1.00686402554386,0.255951455205554,0.0206588958591949,1.01964939645561,0.255951455205554,0.109220894186545,0.990896669306845,0.255951455205554,0.108554954423574,1.01606410633616,0.255951455205554,0.100374189933345,1.00113603690529,0.255951455205554,0.0333292247071229,0.915894405520748,0.5,0.255951455205554,0.0447850603594754,0.86010664575082,0.5,0.255951455205554,0.0557459026557944,0.370168248893779,0.5,0.255951455205554,0.114313902634978,0.33054462674033,0.255951455205554,0.0217371576348473,0.815436467028872,0.0209696675654238,0.445249587652219,0.255951455205554,0.0559835430581699,0.499898905556892,0.5,0.255951455205554,0.0747122152134542,0.620489681745206,0.255951455205554,0.0375941150415207,0.405542844211675,0.255951455205554,0.0537594736988933,0.788984417580826,0.255951455205554,0.0571082770490584,0.830419427201942,0.0272838149698921,0.230064889470917 -1097,0.255951455205554,0.0215936536524463,1.00301664274382,0.255951455205554,0.0357465772924738,1.01902436397719,0.255951455205554,0.0531649568986417,0.989469556239551,0.255951455205554,0.0631003517425965,1.01601037338934,0.255951455205554,0.0566487830144474,0.998111651213057,0.255951455205554,0.00907914214444325,0.909096176562506,0.5,0.255951455205554,0.0171275558506986,0.876033335892417,0.5,0.255951455205554,0.0203265918923269,0.312198513754365,0.5,0.255951455205554,0.029170083133237,0.304239511049925,0.255951455205554,0.00768688851596763,0.820088487751558,0.000765051309053618,0.419375907965155,0.255951455205554,0.00475688558869321,0.448478197559944,0.5,0.255951455205554,0.00618137340781194,0.668423320215475,0.255951455205554,0.0075267841543823,0.391677948909618,0.255951455205554,0.0216002982537381,0.761657238700778,0.255951455205554,0.0172169770877554,0.800800221845537,0.00892025177816478,0.141344181815111 -1098,0.255951455205554,0.0,1.00591046591509,0.255951455205554,0.0,1.02010135098621,0.255951455205554,2.32710969282832e-07,0.990267214506754,0.255951455205554,0.0,1.01170281499726,0.255951455205554,3.29827247329268e-06,0.985072608121923,0.255951455205554,1.26448739312862e-05,0.903119563412712,0.5,0.255951455205554,1.3943197017969e-05,0.860306231747863,0.5,0.255951455205554,6.49129264348779e-05,0.275537645756096,0.5,0.255951455205554,1.64276834044511e-08,0.283172710236255,0.255951455205554,0.0,0.783372257752036,0.0,0.345803923283296,0.255951455205554,0.0,0.4390959454797,0.5,0.255951455205554,0.0,0.699303669419532,0.255951455205554,0.0,0.427862503500478,0.255951455205554,0.0,0.741591363980158,0.255951455205554,0.0,0.778033199783512,0.0,0.867252400181481 -1099,0.255951455205554,0.0,1.00717522646786,0.255951455205554,0.0,1.02022576678244,0.255951455205554,0.0,0.990620938889416,0.255951455205554,0.0,1.01598946532959,0.255951455205554,0.0,0.975254020067053,0.255951455205554,0.0,0.887834990239484,0.5,0.255951455205554,0.0,0.829584612200597,0.5,0.255951455205554,0.0,0.303399283411092,0.5,0.255951455205554,0.0,0.277294950211244,0.255951455205554,0.0,0.702082113032315,0.0,0.406379218464559,0.255951455205554,0.0,0.482248972033296,0.5,0.255951455205554,0.0,0.753962779748195,0.255951455205554,0.0,0.448466580821638,0.255951455205554,0.0,0.737339563323652,0.255951455205554,0.0,0.792101389181014,0.0,0.990210758373687 -1100,0.255951455205554,0.0,0.925732300467975,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.99417249362114,0.255951455205554,0.0,1.01594805015539,0.255951455205554,0.0,0.967967561218479,0.255951455205554,0.0,0.869331900250906,0.5,0.255951455205554,0.0,0.787877486080746,0.5,0.255951455205554,0.0,0.337422611393548,0.5,0.255951455205554,0.0,0.305817165828616,0.255951455205554,0.0,0.633907350269765,0.0,0.45651574030662,0.255951455205554,0.0,0.52830225509724,0.5,0.255951455205554,0.0,0.820840517216182,0.255951455205554,0.0,0.411158760963582,0.255951455205554,0.0,0.75665654566442,0.255951455205554,0.0,0.811805395336732,0.0,0.287074381298347 -1101,0.255951455205554,0.0,0.934261485965202,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.990141438890787,0.255951455205554,0.0,1.01529588548547,0.255951455205554,0.0,0.97577236599667,0.255951455205554,0.0,0.833909562152884,0.5,0.255951455205554,0.0,0.770724196844721,0.5,0.255951455205554,0.0,0.341860492330024,0.5,0.255951455205554,0.0,0.344460308680376,0.255951455205554,0.0,0.747375396422219,0.0,0.554897676539265,0.255951455205554,0.0,0.556601900944012,0.5,0.255951455205554,0.0,0.849599010542922,0.255951455205554,0.0,0.360872616001813,0.255951455205554,0.0,0.797305612044387,0.255951455205554,0.0,0.830285893805414,0.0,1.00312785899424 -1102,0.255951455205554,0.0,1.0101131948832,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.991164310854182,0.255951455205554,0.0,1.01579114137678,0.255951455205554,0.0,0.985529508280361,0.255951455205554,0.0,0.796171052135873,0.5,0.255951455205554,0.0,0.761748617580435,0.5,0.255951455205554,0.0,0.308523792602029,0.5,0.255951455205554,0.0,0.349366267870207,0.255951455205554,0.0,0.69978573596933,0.0,0.55623746952266,0.255951455205554,0.0,0.550329164014009,0.5,0.255951455205554,0.0,0.872187322634394,0.255951455205554,0.0,0.35652900384802,0.255951455205554,0.0,0.804243636913474,0.255951455205554,0.0,0.832488369040966,0.0,1.00694173484728 -1103,0.255951455205554,0.0,1.01070559547704,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.992877651205379,0.255951455205554,0.0,1.01332428112019,0.255951455205554,0.0,0.973199304698095,0.255951455205554,0.0,0.771583840488545,0.5,0.255951455205554,0.0,0.732050683920609,0.5,0.255951455205554,0.0,0.297335386005509,0.5,0.255951455205554,0.0,0.341356594107238,0.255951455205554,0.0,0.697665825001834,0.0,0.531618879222702,0.255951455205554,0.0,0.543964499755404,0.5,0.255951455205554,0.0,0.87976890480045,0.255951455205554,0.0,0.369191871258048,0.255951455205554,0.0,0.799850180050618,0.255951455205554,0.0,0.849344395298726,0.0,1.00954438177844 -1104,0.255951455205554,0.0,1.01125121484493,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.989970992709216,0.255951455205554,0.0,1.01396047015086,0.255951455205554,0.0,0.966009023905549,0.255951455205554,0.0,0.747216318426587,0.5,0.255951455205554,0.0,0.71334486451448,0.5,0.255951455205554,0.0,0.325220088272995,0.5,0.255951455205554,0.0,0.343665677218466,0.255951455205554,0.0,0.66353043304308,0.0,0.520183210098563,0.255951455205554,0.0,0.550668889543712,0.5,0.255951455205554,0.0,0.879518142288999,0.255951455205554,0.0,0.420266921717518,0.255951455205554,0.0,0.828505024108863,0.255951455205554,0.0,0.873733421481499,0.0,1.00827794356695 -1105,0.255951455205554,0.0,1.01066141786297,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.990572590492964,0.255951455205554,0.0,1.01400406768887,0.255951455205554,0.0,0.95135451733127,0.255951455205554,0.0,0.730140373556288,0.5,0.255951455205554,0.0,0.65662812026092,0.5,0.255951455205554,0.0,0.332950244569609,0.5,0.255951455205554,0.0,0.336513883191203,0.255951455205554,0.0,0.5743691603817,0.0,0.593953862755039,0.255951455205554,0.0,0.5980962003816,0.5,0.255951455205554,0.0,0.881658727983184,0.255951455205554,0.0,0.522779626594083,0.255951455205554,0.0,0.849307999290283,0.255951455205554,0.0,0.857836703213534,0.0,1.00969547345071 -1106,0.255951455205554,0.0,1.01079067656244,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.993833992020122,0.255951455205554,0.0,1.01040004809542,0.255951455205554,0.0,0.923885142810753,0.255951455205554,0.0,0.690528497200588,0.5,0.255951455205554,0.0,0.619169508122049,0.5,0.255951455205554,0.0,0.30324254818263,0.5,0.255951455205554,0.0,0.31048477794396,0.255951455205554,0.0,0.511482461921227,0.0,0.693012925868278,0.255951455205554,0.0,0.659655458834584,0.5,0.255951455205554,0.0,0.905984527590999,0.255951455205554,0.0,0.516815066438083,0.255951455205554,0.0,0.807574605934722,0.255951455205554,0.0,0.773922006209081,0.0,1.00951000250592 -1107,0.255951455205554,0.0,1.00987310859075,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.988551972985851,0.255951455205554,0.0,1.00765523405348,0.255951455205554,0.0,0.910621791997354,0.255951455205554,0.0,0.678907412613458,0.5,0.255951455205554,0.0,0.631133991115112,0.5,0.255951455205554,0.0,0.283203526417148,0.5,0.255951455205554,0.0,0.316886788959874,0.255951455205554,0.0,0.748968420429963,0.0,0.686582869253912,0.255951455205554,0.0,0.635801579504177,0.5,0.255951455205554,0.0,0.914689941593841,0.255951455205554,0.0,0.42949424253013,0.255951455205554,0.0,0.758040782876928,0.255951455205554,0.0,0.721195520336213,0.0,1.00928022007143 -1108,0.255951455205554,0.0,1.00947822323127,0.255951455205554,0.0,1.01881540207305,0.255951455205554,0.0,0.984453091930115,0.255951455205554,0.0,1.00401870840277,0.255951455205554,0.0,0.906711090348523,0.255951455205554,0.0,0.688488019345441,0.5,0.255951455205554,0.0,0.595238678409362,0.5,0.255951455205554,0.0,0.237854304759323,0.5,0.255951455205554,0.0,0.323300572576977,0.255951455205554,0.0,0.595594373344938,0.0,0.538212729758467,0.255951455205554,0.0,0.587997668086136,0.5,0.255951455205554,0.0,0.917765886608862,0.255951455205554,0.0,0.401716054903749,0.255951455205554,0.0,0.722039178414642,0.255951455205554,0.0,0.798363147167643,0.0,1.0092782575788 -1109,0.255951455205554,0.0,1.00759819180047,0.255951455205554,0.0,1.01650427293949,0.255951455205554,0.0,0.983779774876427,0.255951455205554,0.0,0.999602413945964,0.255951455205554,0.0,0.891496974403461,0.255951455205554,0.0,0.635532063931468,0.5,0.255951455205554,0.0,0.608508121501735,0.5,0.255951455205554,0.0,0.218854237832086,0.5,0.255951455205554,0.0,0.306490849179556,0.255951455205554,0.0,0.652723399443902,0.0,0.578174276949607,0.255951455205554,0.0,0.597645051827214,0.5,0.255951455205554,0.0,0.906815512297761,0.255951455205554,0.0,0.439277180158816,0.255951455205554,0.0,0.720166814520146,0.255951455205554,0.0,0.78688971628496,0.0,1.007632671158 -1110,0.255951455205554,0.0,1.00099666829162,0.255951455205554,0.0,0.995497837461968,0.255951455205554,0.0,0.979743239715912,0.255951455205554,0.0,0.998538281969786,0.255951455205554,0.0,0.885202596443827,0.255951455205554,0.0,0.602389407064116,0.5,0.255951455205554,0.0,0.644706076583494,0.5,0.255951455205554,0.0,0.230588764109511,0.5,0.255951455205554,0.0,0.294538295665655,0.255951455205554,0.0,0.641583409461726,0.0,0.544852398292621,0.255951455205554,0.0,0.653363496815058,0.5,0.255951455205554,0.0,0.90723125463578,0.255951455205554,0.0,0.434485221084286,0.255951455205554,0.0,0.723877345571703,0.255951455205554,0.0,0.755225123790668,0.0,0.998071422926881 -1111,0.255951455205554,0.0,0.988323653925505,0.255951455205554,0.0,0.989453160666158,0.255951455205554,0.0,0.978698379114424,0.255951455205554,0.0,1.00454184984124,0.255951455205554,0.0,0.893033792771779,0.255951455205554,0.0,0.616410502645046,0.5,0.255951455205554,0.0,0.684090579286243,0.5,0.255951455205554,0.0,0.280542135248913,0.5,0.255951455205554,0.0,0.293766629375147,0.255951455205554,0.0,0.651130033646148,0.0,0.548141361647418,0.255951455205554,0.0,0.68969215924221,0.5,0.255951455205554,0.0,0.905001757961192,0.255951455205554,0.0,0.444401554840283,0.255951455205554,0.0,0.701856985772304,0.255951455205554,0.0,0.672243767297243,0.0,0.991001655358627 -1112,0.255951455205554,0.0,0.984942619396271,0.255951455205554,0.0,1.0158734569123,0.255951455205554,0.0,0.97555276862915,0.255951455205554,0.0,1.00409514024974,0.255951455205554,0.0,0.907020524558261,0.255951455205554,0.0,0.695258612075117,0.5,0.255951455205554,0.0,0.68145705055727,0.5,0.255951455205554,0.0,0.339910443596207,0.5,0.255951455205554,9.8845883745412e-05,0.34300944296229,0.255951455205554,0.0,0.63725775910255,0.0,0.497932965188803,0.255951455205554,1.11456563176201e-05,0.639897972337722,0.5,0.255951455205554,0.0,0.903604555235708,0.255951455205554,0.000152480371795174,0.387405591915276,0.255951455205554,0.0,0.621160989996413,0.255951455205554,0.0,0.594975780335506,0.0,0.965812418806136 -1113,0.255951455205554,0.00165744553568819,0.984533426149142,0.255951455205554,0.00178359154453183,1.01668147859632,0.255951455205554,0.00912337351926064,0.977849664325738,0.255951455205554,0.0023372591424216,1.00371722015321,0.255951455205554,0.01360776095901,0.932991903872034,0.255951455205554,0.00621727999269686,0.773154502692905,0.5,0.255951455205554,0.00472403275752011,0.664689560047826,0.5,0.255951455205554,0.0260635610370979,0.405766086926725,0.5,0.255951455205554,0.025396839100276,0.430545276098951,0.255951455205554,0.00274565347860432,0.629412755986282,0.00541753380984416,0.461270465687235,0.255951455205554,0.00751622221726841,0.599500834754183,0.5,0.255951455205554,0.00498867532271971,0.902942318721283,0.255951455205554,0.0107099591482984,0.404969228506976,0.255951455205554,0.0273016270847384,0.633942497887994,0.255951455205554,0.00993210369832411,0.655315952559305,0.000773632696227607,0.911778712536166 -1114,0.255951455205554,0.0114646150877427,0.980376331712347,0.255951455205554,0.0145362002646783,1.01881492432032,0.255951455205554,0.0399311074467557,0.991002050351201,0.255951455205554,0.0141222987911689,1.00577336400247,0.255951455205554,0.0672417554632988,0.941483189371186,0.255951455205554,0.0361047960679041,0.846889490099941,0.5,0.255951455205554,0.0326754603901023,0.694737247015321,0.5,0.255951455205554,0.0746966154331903,0.522219848641718,0.5,0.255951455205554,0.0706719048601251,0.556911255687247,0.255951455205554,0.0243321043249236,0.679714523052467,0.0216566166723061,0.458033982363733,0.255951455205554,0.0287572183181918,0.615967658830144,0.5,0.255951455205554,0.0241786422354519,0.91408016072536,0.255951455205554,0.0332886514356194,0.464893481873107,0.255951455205554,0.102364968272058,0.759413305517959,0.255951455205554,0.0333910932244879,0.771024403597715,0.00324857621308739,0.938921569231422 -1115,0.255951455205554,0.0169655279538749,0.962060529057158,0.255951455205554,0.0296685680530643,1.02005641016677,0.255951455205554,0.0805144499393511,0.990310138675153,0.255951455205554,0.0361461619091314,1.01036726008658,0.255951455205554,0.134297899870158,0.949325180318721,0.255951455205554,0.0823180835169493,0.85693296403439,0.5,0.255951455205554,0.0892931023563321,0.784899927637494,0.5,0.255951455205554,0.103235944906247,0.575803191706397,0.5,0.255951455205554,0.112028494069318,0.595585421408198,0.255951455205554,0.0722053103574618,0.761773736389453,0.0675001558236276,0.609726140251627,0.255951455205554,0.0617986381027912,0.662548468632731,0.5,0.255951455205554,0.0492005319388124,0.928539510597246,0.255951455205554,0.06684204803472,0.553035812707646,0.255951455205554,0.165750333788098,0.894265494262614,0.255951455205554,0.050361163548059,0.850214962427481,0.00897508608676325,0.957190024760347 -1116,0.255951455205554,0.0237012359389128,0.929043721525602,0.255951455205554,0.0566738139659883,1.02076316341569,0.255951455205554,0.120121643569462,0.977200392759734,0.255951455205554,0.0391298492228872,1.00628270100999,0.255951455205554,0.172537800604075,0.965669674966429,0.255951455205554,0.108781928322848,0.853837026713556,0.5,0.255951455205554,0.188168823463288,0.812624763388532,0.5,0.255951455205554,0.106729972571897,0.579818018134113,0.5,0.255951455205554,0.135528492251939,0.582196378493943,0.255951455205554,0.177451436659992,0.861833812754827,0.127761595985614,0.793749303901712,0.255951455205554,0.0977112808379472,0.716059617816781,0.5,0.255951455205554,0.0576615325043702,0.931439419736157,0.255951455205554,0.102135425591373,0.637543564070351,0.255951455205554,0.177856322003319,0.925083153128664,0.255951455205554,0.0943170576230192,0.874113984323375,0.0216026103536175,0.942135985491723 -1117,0.255951455205554,0.0296393705718279,0.924737717073364,0.255951455205554,0.076623143373686,1.02077062861988,0.255951455205554,0.111002156812812,0.944225012257274,0.255951455205554,0.0834778197511504,0.987373059977273,0.255951455205554,0.220092115211089,0.99794617060379,0.255951455205554,0.119794542462245,0.813820967996421,0.5,0.255951455205554,0.247356978352177,0.889541643293335,0.5,0.255951455205554,0.11440233297404,0.572800111791469,0.5,0.255951455205554,0.136094955452051,0.588589680287435,0.255951455205554,0.365366263968165,0.956541923536719,0.208345710964815,0.829403628062935,0.255951455205554,0.118795478168087,0.782172553642756,0.5,0.255951455205554,0.0655983228361321,0.939173947391104,0.255951455205554,0.109049390383016,0.638059972000908,0.255951455205554,0.225228219129071,0.961240914721073,0.255951455205554,0.124104254330113,0.930606633491778,0.00568490069693207,0.931593536071946 -1118,0.255951455205554,0.037467811831089,0.893129147123777,0.255951455205554,0.0748475182136064,1.01769283769391,0.255951455205554,0.0965545058243679,0.905161254549231,0.255951455205554,0.0731700864458134,0.928497526643756,0.255951455205554,0.227763895065082,0.991883940376188,0.255951455205554,0.134631227476121,0.839624371644336,0.5,0.255951455205554,0.199047816742598,0.89714218417356,0.5,0.255951455205554,0.102729095568012,0.553643852315993,0.5,0.255951455205554,0.130492630573728,0.592978016564362,0.255951455205554,0.215059295403361,0.981867373353568,0.126514256424005,0.780978426536262,0.255951455205554,0.116391996692288,0.808154868201922,0.5,0.255951455205554,0.0699244846770235,0.948913844237456,0.255951455205554,0.0763413786367275,0.654842685718351,0.255951455205554,0.214815959037363,0.964265569417985,0.255951455205554,0.0713387696004459,0.897697839038734,0.0106885361559032,0.927215553260768 -1119,0.255951455205554,0.0405470603925305,0.863586326374376,0.255951455205554,0.0489470419956432,0.967836603326085,0.255951455205554,0.0736901668817795,0.841124925985921,0.255951455205554,0.0381626147802483,0.835487847517124,0.255951455205554,0.156236731976762,0.946490686739994,0.255951455205554,0.147936972929283,0.82754353173764,0.5,0.255951455205554,0.154427657492509,0.897586761067103,0.5,0.255951455205554,0.0713374478359632,0.487447242592224,0.5,0.255951455205554,0.0967872954434881,0.565825198730244,0.255951455205554,0.166390429166246,0.987586066653966,0.180572083907334,0.781870333071928,0.255951455205554,0.10163955748532,0.824960731779767,0.5,0.255951455205554,0.0472155461099466,0.956202244197708,0.255951455205554,0.0421956352341482,0.618513365039407,0.255951455205554,0.16292410235804,0.930627562357075,0.255951455205554,0.0979786803214538,0.862968971700124,0.0568936958315453,0.929995353117194 -1120,0.255951455205554,0.0270794167968804,0.841560025066611,0.255951455205554,0.0108611051182751,0.841905879547952,0.255951455205554,0.0338430070996065,0.770300732942017,0.255951455205554,0.00995614868595188,0.717218158144362,0.255951455205554,0.114030745731607,0.838928593700372,0.255951455205554,0.101159871485822,0.708307334118019,0.5,0.255951455205554,0.144478032200069,0.842068528472809,0.5,0.255951455205554,0.0554545300508779,0.430800315468634,0.5,0.255951455205554,0.0426597842792706,0.479671844310845,0.255951455205554,0.164533300159864,0.940193713878952,0.107842883960805,0.653795830550363,0.255951455205554,0.0597072738288816,0.783830554900965,0.5,0.255951455205554,0.0215521220492217,0.936455439261855,0.255951455205554,0.0265506539946146,0.588449992472339,0.255951455205554,0.149732571956181,0.871317429208533,0.255951455205554,0.116277273985727,0.825165365861829,0.0229136989587302,0.920696085834784 -1121,0.255951455205554,0.0102225083378997,0.816660723783796,0.255951455205554,0.000725581672534701,0.681537641687688,0.255951455205554,0.0105281850890651,0.656641413353671,0.255951455205554,0.00323661949201365,0.600894248444006,0.255951455205554,0.0589691166479192,0.664316472635994,0.255951455205554,0.0574261811590346,0.566446643328571,0.5,0.255951455205554,0.0671502983458404,0.698676610359294,0.5,0.255951455205554,0.0391406826450732,0.288222593918569,0.5,0.255951455205554,0.0121237195660665,0.358813521367244,0.255951455205554,0.126564783981742,0.844206528253322,0.0188623615868527,0.576813006977694,0.255951455205554,0.00916825451873864,0.706536849296463,0.5,0.255951455205554,0.001949157538276,0.870633607791096,0.255951455205554,0.0113635871387809,0.503809085517747,0.255951455205554,0.0379713351543129,0.767535286275222,0.255951455205554,0.0465595984798107,0.687866627822454,0.0056966300774147,0.905078142129068 -1122,0.255951455205554,0.0,0.766688272961064,0.255951455205554,0.0,0.603500583796371,0.255951455205554,2.92902582155659e-06,0.517973427878132,0.255951455205554,0.0,0.544173088077428,0.255951455205554,5.62430704939357e-05,0.360321715693957,0.255951455205554,2.17391139290835e-06,0.407423105936837,0.5,0.255951455205554,0.000118429737386937,0.49045982116556,0.5,0.255951455205554,8.59522319685326e-06,0.196044944586845,0.5,0.255951455205554,3.50804031029645e-08,0.253028516898319,0.255951455205554,0.0,0.622005768708053,0.0,0.50821264084103,0.255951455205554,0.0,0.621039103709995,0.5,0.255951455205554,0.0,0.768558197081423,0.255951455205554,0.0,0.434874953309325,0.255951455205554,0.0,0.485014828645588,0.255951455205554,0.0,0.424743892697601,0.0,0.888103489092306 -1123,0.255951455205554,0.0,0.706690627847075,0.255951455205554,0.0,0.535091812024413,0.255951455205554,0.0,0.425037292693634,0.255951455205554,0.0,0.487726719354033,0.255951455205554,0.0,0.216790759975158,0.255951455205554,0.0,0.316102797464565,0.5,0.255951455205554,0.0,0.374740832635214,0.5,0.255951455205554,0.0,0.175315380244293,0.5,0.255951455205554,0.0,0.215311613843737,0.255951455205554,0.0,0.459975382018452,0.0,0.498396752265001,0.255951455205554,0.0,0.528744045754235,0.5,0.255951455205554,0.0,0.611312845068521,0.255951455205554,0.0,0.351779368028235,0.255951455205554,0.0,0.32717433829595,0.255951455205554,0.0,0.381475279060516,0.0,0.900541508593984 -1124,0.255951455205554,0.0,0.650693124865247,0.255951455205554,0.0,0.472151650941151,0.255951455205554,0.0,0.400522043768379,0.255951455205554,0.0,0.436707228596341,0.255951455205554,0.0,0.181727243548448,0.255951455205554,0.0,0.276732383039915,0.5,0.255951455205554,0.0,0.262220853015739,0.5,0.255951455205554,0.0,0.175818146036079,0.5,0.255951455205554,0.0,0.233014595969371,0.255951455205554,0.0,0.235845690056725,0.0,0.410272910497329,0.255951455205554,0.0,0.404121963234931,0.5,0.255951455205554,0.0,0.497595361820779,0.255951455205554,0.0,0.284083143178278,0.255951455205554,0.0,0.28972302846129,0.255951455205554,0.0,0.460984509763888,0.0,0.93214872485299 -1125,0.255951455205554,0.0,0.58874166885752,0.255951455205554,0.0,0.376458845061725,0.255951455205554,0.0,0.381312029717893,0.255951455205554,0.0,0.422620148457469,0.255951455205554,0.0,0.154352684933333,0.255951455205554,0.0,0.236208251907973,0.5,0.255951455205554,0.0,0.211844386643602,0.5,0.255951455205554,0.0,0.166981764097424,0.5,0.255951455205554,0.0,0.233491635507401,0.255951455205554,0.0,0.193763697174701,0.0,0.28031508926676,0.255951455205554,0.0,0.362269789617422,0.5,0.255951455205554,0.0,0.43969370294182,0.255951455205554,0.0,0.287044586607489,0.255951455205554,0.0,0.283937176284328,0.255951455205554,0.0,0.472979366393002,0.0,0.917792537316777 -1126,0.255951455205554,0.0,0.558225985778152,0.255951455205554,0.0,0.376640794217555,0.255951455205554,0.0,0.359426637519862,0.255951455205554,0.0,0.404207584986211,0.255951455205554,0.0,0.146227815432133,0.255951455205554,0.0,0.190251982560562,0.5,0.255951455205554,0.0,0.177865410781073,0.5,0.255951455205554,0.0,0.143641747851143,0.5,0.255951455205554,0.0,0.211046569179316,0.255951455205554,0.0,0.147060507076262,0.0,0.262707669856983,0.255951455205554,0.0,0.350591674719128,0.5,0.255951455205554,0.0,0.417702440622935,0.255951455205554,0.0,0.352478973404102,0.255951455205554,0.0,0.234161653458729,0.255951455205554,0.0,0.384154661685183,0.0,0.852582708240045 -1127,0.255951455205554,0.0,0.531205063199737,0.255951455205554,0.0,0.397308311851868,0.255951455205554,0.0,0.32863547052333,0.255951455205554,0.0,0.370902775880006,0.255951455205554,0.0,0.111670315897045,0.255951455205554,0.0,0.16418309500182,0.5,0.255951455205554,0.0,0.114814799307145,0.5,0.255951455205554,0.0,0.114764698386419,0.5,0.255951455205554,0.0,0.189371403855867,0.255951455205554,0.0,0.097845225852469,0.0,0.256898040015886,0.255951455205554,0.0,0.304812925372498,0.5,0.255951455205554,0.0,0.376697810322019,0.255951455205554,0.0,0.342417397395187,0.255951455205554,0.0,0.160933095537677,0.255951455205554,0.0,0.243721412589843,0.0,0.75916721052167 -1128,0.255951455205554,0.0,0.526393333473421,0.255951455205554,0.0,0.359823299732462,0.255951455205554,0.0,0.3069467671006,0.255951455205554,0.0,0.361164356743259,0.255951455205554,0.0,0.0922080222513744,0.255951455205554,0.0,0.150396618140823,0.5,0.255951455205554,0.0,0.0737773305591263,0.5,0.255951455205554,0.0,0.0896252834429223,0.5,0.255951455205554,0.0,0.15787495621759,0.255951455205554,0.0,0.0670287077628391,0.0,0.185641563202554,0.255951455205554,0.0,0.233177773442079,0.5,0.255951455205554,0.0,0.329687354104318,0.255951455205554,0.0,0.275230481206859,0.255951455205554,0.0,0.116735724220068,0.255951455205554,0.0,0.157214411248981,0.0,0.801620806221704 -1129,0.255951455205554,0.0,0.565377647766439,0.255951455205554,0.0,0.313108310309903,0.255951455205554,0.0,0.289289181928579,0.255951455205554,0.0,0.361111043705839,0.255951455205554,0.0,0.0901102772888955,0.255951455205554,0.0,0.128118532884303,0.5,0.255951455205554,0.0,0.0400998660356127,0.5,0.255951455205554,0.0,0.0848986861963665,0.5,0.255951455205554,0.0,0.133370876409609,0.255951455205554,0.0,0.045795685334594,0.0,0.131465381859184,0.255951455205554,0.0,0.19164662642069,0.5,0.255951455205554,0.0,0.308980007175048,0.255951455205554,0.0,0.210616043995952,0.255951455205554,0.0,0.100427651754866,0.255951455205554,0.0,0.114178393650507,0.0,0.816805166328199 -1130,0.255951455205554,0.0,0.581159787361191,0.255951455205554,0.0,0.321469338971404,0.255951455205554,0.0,0.272272119661999,0.255951455205554,0.0,0.354209725385573,0.255951455205554,0.0,0.0964881388441416,0.255951455205554,0.0,0.108337437089047,0.5,0.255951455205554,0.0,0.0294671683885433,0.5,0.255951455205554,0.0,0.0736505420467864,0.5,0.255951455205554,0.0,0.126929668136846,0.255951455205554,0.0,0.0341633467564923,0.0,0.102341740763381,0.255951455205554,0.0,0.144063722885762,0.5,0.255951455205554,0.0,0.304066772555605,0.255951455205554,0.0,0.149417677086914,0.255951455205554,0.0,0.0839023693630472,0.255951455205554,0.0,0.0789841878299196,0.0,0.805155049656088 -1131,0.255951455205554,0.0,0.57505052010883,0.255951455205554,0.0,0.358704908048711,0.255951455205554,0.0,0.257658015444376,0.255951455205554,0.0,0.354002413109022,0.255951455205554,0.0,0.102819058158664,0.255951455205554,0.0,0.0915683020292792,0.5,0.255951455205554,0.0,0.0419788939132893,0.5,0.255951455205554,0.0,0.0601321432513212,0.5,0.255951455205554,0.0,0.112047235821121,0.255951455205554,0.0,0.0320814937717315,0.0,0.0924198865016994,0.255951455205554,0.0,0.11746892312196,0.5,0.255951455205554,0.0,0.340149085933127,0.255951455205554,0.0,0.098183884789031,0.255951455205554,0.0,0.0721725404488266,0.255951455205554,0.0,0.075103311763242,0.0,0.637344042763966 -1132,0.255951455205554,0.0,0.592770381720763,0.255951455205554,0.0,0.378379020210606,0.255951455205554,0.0,0.233094659942005,0.255951455205554,0.0,0.330677564086179,0.255951455205554,0.0,0.097382255997644,0.255951455205554,0.0,0.0781110070423743,0.5,0.255951455205554,0.0,0.0482229464752472,0.5,0.255951455205554,0.0,0.0475201505087417,0.5,0.255951455205554,0.0,0.0820788139269461,0.255951455205554,0.0,0.0361931334167088,0.0,0.0945865280668979,0.255951455205554,0.0,0.120545041651266,0.5,0.255951455205554,0.0,0.396895774062369,0.255951455205554,0.0,0.0897997066142487,0.255951455205554,0.0,0.0642037698323925,0.255951455205554,0.0,0.0982127889091693,0.0,0.333968354229667 -1133,0.255951455205554,0.0,0.562916898393148,0.255951455205554,0.0,0.340073596658325,0.255951455205554,0.0,0.203385385207863,0.255951455205554,0.0,0.256017934674994,0.255951455205554,0.0,0.0792822567226079,0.255951455205554,0.0,0.0709096450599719,0.5,0.255951455205554,0.0,0.0451036298899281,0.5,0.255951455205554,0.0,0.0340006523232065,0.5,0.255951455205554,0.0,0.058296477459015,0.255951455205554,0.0,0.0404056254613471,0.0,0.0982952342731235,0.255951455205554,0.0,0.119026774770814,0.5,0.255951455205554,0.0,0.427513310999552,0.255951455205554,0.0,0.0897195693049024,0.255951455205554,0.0,0.0649482993393109,0.255951455205554,0.0,0.117440651186765,0.0,0.316324483804667 -1134,0.255951455205554,0.0,0.476532351605663,0.255951455205554,0.0,0.244358206271241,0.255951455205554,0.0,0.17689827869493,0.255951455205554,0.0,0.211500893611626,0.255951455205554,0.0,0.0777425902581773,0.255951455205554,0.0,0.066937276036058,0.5,0.255951455205554,0.0,0.0405563956225108,0.5,0.255951455205554,0.0,0.0261105399460778,0.5,0.255951455205554,0.0,0.041184956035811,0.255951455205554,0.0,0.0466294601973846,0.0,0.0902389853524778,0.255951455205554,0.0,0.105078920610701,0.5,0.255951455205554,0.0,0.437913643628647,0.255951455205554,0.0,0.0822524723867502,0.255951455205554,0.0,0.0664737832543195,0.255951455205554,0.0,0.133310303166837,0.0,0.378118144774294 -1135,0.255951455205554,0.0,0.386999045324789,0.255951455205554,0.0,0.157206999372949,0.255951455205554,0.0,0.151104681229696,0.255951455205554,0.0,0.195350414687699,0.255951455205554,0.0,0.0860523617574588,0.255951455205554,0.0,0.0719411268933358,0.5,0.255951455205554,0.0,0.0368949614395155,0.5,0.255951455205554,0.0,0.0181528997279305,0.5,0.255951455205554,0.0,0.0285266995374714,0.255951455205554,0.0,0.0406704392024105,0.0,0.0752157731139134,0.255951455205554,0.0,0.0941774125883596,0.5,0.255951455205554,0.0,0.39888836284688,0.255951455205554,0.0,0.0783548621680076,0.255951455205554,0.0,0.0674560275204547,0.255951455205554,0.0,0.135084474011446,0.0,0.376682584374855 -1136,0.255951455205554,0.0,0.32459768631893,0.255951455205554,0.0,0.132791009557648,0.255951455205554,0.0,0.139052814288667,0.255951455205554,0.0,0.160381061205344,0.255951455205554,0.0,0.0951370352526495,0.255951455205554,0.0,0.0631172131353783,0.5,0.255951455205554,0.0,0.0348136865399219,0.5,0.255951455205554,0.0,0.0121967024311372,0.5,0.255951455205554,0.00059111023280331,0.024912850819969,0.255951455205554,0.0,0.0333119934157466,8.31560407971175e-07,0.074891956476871,0.255951455205554,0.000141879839104486,0.0860312236010071,0.5,0.255951455205554,0.0,0.330423063632987,0.255951455205554,0.000349196789705521,0.0805984768335211,0.255951455205554,0.0,0.0721647886564579,0.255951455205554,0.0,0.116608868947741,0.0,0.326773391110684 -1137,0.255951455205554,0.0155965305505823,0.28043175694834,0.255951455205554,0.0388957803779844,0.1349571726176,0.255951455205554,0.0391457999237498,0.142276256544925,0.255951455205554,0.0249631903822036,0.141254157719989,0.255951455205554,0.0256526287754189,0.0982217665650981,0.255951455205554,0.0190821307381616,0.0707597939809915,0.5,0.255951455205554,0.0148004827711664,0.0392157619729032,0.5,0.255951455205554,0.060229056695303,0.0106252967494162,0.5,0.255951455205554,0.079944475132689,0.0239012609533654,0.255951455205554,0.0079125206063673,0.0342499697959995,0.117396851582063,0.0555646581770948,0.255951455205554,0.0561863421862358,0.0864459451359673,0.5,0.255951455205554,0.0280583408994833,0.286457814736462,0.255951455205554,0.0393782884156081,0.0978807800059765,0.255951455205554,0.0409062033169624,0.0762216299051272,0.255951455205554,0.0285415022630075,0.101894789350923,0.013343095187198,0.365739328448292 -1138,0.255951455205554,0.090943779505729,0.263119592262854,0.255951455205554,0.133494862579461,0.15659065976623,0.255951455205554,0.145381078477175,0.168668270895968,0.255951455205554,0.11255266462629,0.180196900087782,0.255951455205554,0.0911115118669838,0.133691757042489,0.255951455205554,0.0848588327297082,0.0943257955946579,0.5,0.255951455205554,0.0748615707604268,0.0750771124410921,0.5,0.255951455205554,0.187268181053403,0.0134083955723954,0.5,0.255951455205554,0.19945327746595,0.0305177588685106,0.255951455205554,0.0432720516466906,0.0553149094657943,0.279831827252988,0.0667457023488786,0.255951455205554,0.148388620012324,0.117361803480543,0.5,0.255951455205554,0.0806280450818998,0.27060522141663,0.255951455205554,0.116268156095721,0.152292865382682,0.255951455205554,0.146351837568994,0.0961629661480322,0.255951455205554,0.118245907262237,0.129783406069367,0.167109068407829,0.42582827565379 -1139,0.255951455205554,0.141242930555128,0.310350762182828,0.255951455205554,0.211974348154735,0.277636100032578,0.255951455205554,0.241929482411138,0.257924856072522,0.255951455205554,0.221734448482966,0.319462475049438,0.255951455205554,0.135711031631137,0.18666737689879,0.255951455205554,0.189605271692079,0.133234251730508,0.5,0.255951455205554,0.163518510955316,0.125574090884542,0.5,0.255951455205554,0.328626323769339,0.0155055457738299,0.5,0.255951455205554,0.310683115156069,0.0330099285745688,0.255951455205554,0.132413960004511,0.101271742213915,0.422490249455023,0.136110852454758,0.255951455205554,0.245429610716815,0.175751560781094,0.5,0.255951455205554,0.120264131891448,0.278310680001188,0.255951455205554,0.237576487923616,0.247281816200316,0.255951455205554,0.271409907710162,0.149798841485512,0.255951455205554,0.210767602891379,0.164439055693574,0.24227337629725,0.473277215575407 -1140,0.255951455205554,0.151843215022226,0.415099802284483,0.255951455205554,0.285455773976582,0.423737086552446,0.255951455205554,0.298426224841427,0.343556886100362,0.255951455205554,0.22918167455252,0.466392216877482,0.255951455205554,0.169877175265723,0.226498822481558,0.255951455205554,0.287607670564446,0.185664777837898,0.5,0.255951455205554,0.231376627358967,0.144732948108524,0.5,0.255951455205554,0.427935408960585,0.0169934444088629,0.5,0.255951455205554,0.387032817511732,0.0337793430936177,0.255951455205554,0.261824890150977,0.115661666463777,0.522593903340406,0.186967921500679,0.255951455205554,0.322381820263619,0.20389095993014,0.5,0.255951455205554,0.122164377478694,0.260095698651474,0.255951455205554,0.330959278350469,0.28444697384424,0.255951455205554,0.464978194462359,0.221105788205539,0.255951455205554,0.327074221343489,0.215790870508824,0.230878118592735,0.477236368149098 -1141,0.255951455205554,0.123816407844503,0.447909572504714,0.255951455205554,0.257219610170665,0.582942549298458,0.255951455205554,0.302030079523251,0.352023381012696,0.255951455205554,0.191781522158446,0.300372769570018,0.255951455205554,0.21933621403045,0.259166026575677,0.255951455205554,0.203895338461108,0.167597320142061,0.5,0.255951455205554,0.223368777802153,0.137943168885875,0.5,0.255951455205554,0.493885938020267,0.0118360235307099,0.5,0.255951455205554,0.383470920333423,0.0323233198509438,0.255951455205554,0.309534463898857,0.0978412715640344,0.539172370759768,0.185077611566059,0.255951455205554,0.319435182790078,0.210734549017905,0.5,0.255951455205554,0.115273506368827,0.274458263055177,0.255951455205554,0.213204587746607,0.196559643038659,0.255951455205554,0.513288379666962,0.219006595175215,0.255951455205554,0.272252939800649,0.20901458379429,0.0881005101801759,0.496780318689299 -1142,0.255951455205554,0.0887681755814641,0.462896284777633,0.255951455205554,0.156438721266337,0.62280671728387,0.255951455205554,0.232784266775041,0.381337826217678,0.255951455205554,0.223157654084686,0.354278331950261,0.255951455205554,0.255543492481496,0.25349990713519,0.255951455205554,0.0919836940475716,0.140304585856688,0.5,0.255951455205554,0.155466741985879,0.112430336173381,0.5,0.255951455205554,0.484718524078702,0.0123437477504867,0.5,0.255951455205554,0.366653930989789,0.0301095713705354,0.255951455205554,0.274890821067619,0.0893128462574646,0.505906776162357,0.175240839694195,0.255951455205554,0.291005261257915,0.185099024161795,0.5,0.255951455205554,0.120473789535308,0.305517480183954,0.255951455205554,0.183371368243247,0.146441724091342,0.255951455205554,0.487946685432819,0.20911206704585,0.255951455205554,0.160326164002119,0.173914847496071,0.0496320785118005,0.479709662165144 -1143,0.255951455205554,0.0532362080853244,0.46281087067703,0.255951455205554,0.0582310812652237,0.2892098766786,0.255951455205554,0.195055362168317,0.344636569358492,0.255951455205554,0.197887665096991,0.355392720038478,0.255951455205554,0.23745629377448,0.193710545744498,0.255951455205554,0.0679266000419848,0.103146544360103,0.5,0.255951455205554,0.120314233835242,0.108142329296062,0.5,0.255951455205554,0.413268842351448,0.00996505414365973,0.5,0.255951455205554,0.328857787179724,0.0240455917909282,0.255951455205554,0.165461606601558,0.0879674472780568,0.412487347866675,0.121069953881626,0.255951455205554,0.241934474855122,0.163346681180442,0.5,0.255951455205554,0.113245162138442,0.3650541854512,0.255951455205554,0.159572733634135,0.116576462624377,0.255951455205554,0.371884738518535,0.169895113447274,0.255951455205554,0.0834989565941637,0.148771578640833,0.0369509753659996,0.502638342789791 -1144,0.255951455205554,0.0256012605353583,0.414958882437766,0.255951455205554,0.0334629802321884,0.186823942342446,0.255951455205554,0.199071590121105,0.234136217994069,0.255951455205554,0.213450491599305,0.277177244349205,0.255951455205554,0.18351160883328,0.133444456707314,0.255951455205554,0.108094164429508,0.0894055229677553,0.5,0.255951455205554,0.117200672523196,0.0852225553906186,0.5,0.255951455205554,0.305692100574455,0.0113222012139056,0.5,0.255951455205554,0.240165988769913,0.0138595150202349,0.255951455205554,0.093021112806198,0.0735965239903816,0.271688928428625,0.0512535769154386,0.255951455205554,0.179560613778384,0.106357899689876,0.5,0.255951455205554,0.0637628185809493,0.393613355948776,0.255951455205554,0.0972565646358477,0.0666279963366065,0.255951455205554,0.169901940970636,0.109214812833076,0.255951455205554,0.0322226072409825,0.0888553003909026,0.0229412708443743,0.535408702821169 -1145,0.255951455205554,0.00659434356616594,0.340575722206608,0.255951455205554,0.0369127394798323,0.162161348575692,0.255951455205554,0.115760687692316,0.153342722937876,0.255951455205554,0.112579555460694,0.189837003985806,0.255951455205554,0.0861067731671736,0.0792890391373064,0.255951455205554,0.0819326443667548,0.0366053754817648,0.5,0.255951455205554,0.0618974018691232,0.0506845773053615,0.5,0.255951455205554,0.114748276007078,0.00585984556571725,0.5,0.255951455205554,0.0700131798704247,0.00439960955929579,0.255951455205554,0.0454458299943697,0.0351055072887208,0.0618057819562823,0.0602893294287629,0.255951455205554,0.035607123820491,0.0856986415612797,0.5,0.255951455205554,0.00771658870865085,0.354870650175012,0.255951455205554,0.0216664572058534,0.0469994519085032,0.255951455205554,0.0355466393011016,0.0708636328259121,0.255951455205554,0.0168052813168092,0.039153346577845,0.00477794259529992,0.530855423354818 -1146,0.255951455205554,0.0,0.269953026881421,0.255951455205554,0.0,0.167400010734073,0.255951455205554,0.0,0.146849998771544,0.255951455205554,0.0,0.179870930805385,0.255951455205554,0.0,0.0738899650439236,0.255951455205554,0.0,0.0287421169958925,0.5,0.255951455205554,0.0,0.0397358601323818,0.5,0.255951455205554,0.0,0.0109404151966034,0.5,0.255951455205554,0.0,0.00341982467116463,0.255951455205554,0.0,0.0198229225459659,0.0,0.0745847149325637,0.255951455205554,0.0,0.0937476494593735,0.5,0.255951455205554,0.0,0.259877282870729,0.255951455205554,0.0,0.0481933007729659,0.255951455205554,0.0,0.0609307973326681,0.255951455205554,0.0,0.0127102590466287,0.0,0.489885807548574 -1147,0.255951455205554,0.0,0.244677326617803,0.255951455205554,0.0,0.156163041539481,0.255951455205554,0.0,0.145081878005808,0.255951455205554,0.0,0.169115597394153,0.255951455205554,0.0,0.074857945369503,0.255951455205554,0.0,0.027314388922948,0.5,0.255951455205554,0.0,0.0384803858025763,0.5,0.255951455205554,0.0,0.0155707389481875,0.5,0.255951455205554,0.0,0.00354244931860762,0.255951455205554,0.0,0.0189122402996231,0.0,0.0690406553890205,0.255951455205554,0.0,0.101520701581335,0.5,0.255951455205554,0.0,0.206770795785083,0.255951455205554,0.0,0.0474750256816399,0.255951455205554,0.0,0.0523658635136197,0.255951455205554,0.0,0.0135577224626035,0.0,0.47903824532497 -1148,0.255951455205554,0.0,0.240005693288959,0.255951455205554,0.0,0.130427024290817,0.255951455205554,0.0,0.157096574701707,0.255951455205554,0.0,0.173944767534774,0.255951455205554,0.0,0.0803102273162027,0.255951455205554,0.0,0.0271505344087414,0.5,0.255951455205554,0.0,0.0366394696655723,0.5,0.255951455205554,0.0,0.0174646046573648,0.5,0.255951455205554,0.0,0.00396424764775422,0.255951455205554,0.0,0.0231673518055396,0.0,0.0671924200963918,0.255951455205554,0.0,0.107067821991759,0.5,0.255951455205554,0.0,0.213421978855963,0.255951455205554,0.0,0.0432856192666552,0.255951455205554,0.0,0.0491894694242744,0.255951455205554,0.0,0.0193082572017679,0.0,0.604869082830175 -1149,0.255951455205554,0.0,0.239783933804789,0.255951455205554,0.0,0.122912628221999,0.255951455205554,0.0,0.169979664890664,0.255951455205554,0.0,0.187131444722177,0.255951455205554,0.0,0.0903268632494076,0.255951455205554,0.0,0.026089453690867,0.5,0.255951455205554,0.0,0.0327610539053491,0.5,0.255951455205554,0.0,0.0192403216596169,0.5,0.255951455205554,0.0,0.00541303472179114,0.255951455205554,0.0,0.0315050082234686,0.0,0.0546141774276707,0.255951455205554,0.0,0.102162967890527,0.5,0.255951455205554,0.0,0.222645435328019,0.255951455205554,0.0,0.0414714000130231,0.255951455205554,0.0,0.0535086757467816,0.255951455205554,0.0,0.0226804402514404,0.0,0.725826185922455 -1150,0.255951455205554,0.0,0.245314033121218,0.255951455205554,0.0,0.124321431237223,0.255951455205554,0.0,0.174925206792732,0.255951455205554,0.0,0.196996574905561,0.255951455205554,0.0,0.0989534145058521,0.255951455205554,0.0,0.0275376968363214,0.5,0.255951455205554,0.0,0.0362978317310394,0.5,0.255951455205554,0.0,0.0230810172412961,0.5,0.255951455205554,0.0,0.00846784940206241,0.255951455205554,0.0,0.0300347414168585,0.0,0.0517860782680895,0.255951455205554,0.0,0.0937950150867965,0.5,0.255951455205554,0.0,0.211095318616168,0.255951455205554,0.0,0.0418241536899773,0.255951455205554,0.0,0.0549789556924812,0.255951455205554,0.0,0.0219718888537149,0.0,0.800479672572326 -1151,0.255951455205554,0.0,0.266244343183936,0.255951455205554,0.0,0.117151500884317,0.255951455205554,0.0,0.173895518892654,0.255951455205554,0.0,0.200164823811037,0.255951455205554,0.0,0.106867607693931,0.255951455205554,0.0,0.0350251290703947,0.5,0.255951455205554,0.0,0.0322897925111295,0.5,0.255951455205554,0.0,0.0286988556925345,0.5,0.255951455205554,0.0,0.0132067866111967,0.255951455205554,0.0,0.0277515572922134,0.0,0.0523688880371746,0.255951455205554,0.0,0.0873248107150078,0.5,0.255951455205554,0.0,0.20024422502483,0.255951455205554,0.0,0.0391287307561543,0.255951455205554,0.0,0.0536702699061966,0.255951455205554,0.0,0.0211027413126955,0.0,0.823137776875064 -1152,0.255951455205554,0.0,0.274826117190086,0.255951455205554,0.0,0.11099151647759,0.255951455205554,0.0,0.175802685206278,0.255951455205554,0.0,0.200488620193304,0.255951455205554,0.0,0.112311686697585,0.255951455205554,0.0,0.0427260891955789,0.5,0.255951455205554,0.0,0.0261862035806489,0.5,0.255951455205554,0.0,0.0360133769945664,0.5,0.255951455205554,0.0,0.0202536804499416,0.255951455205554,0.0,0.023534624601888,0.0,0.056041450839839,0.255951455205554,0.0,0.081384545849738,0.5,0.255951455205554,0.0,0.188516080953927,0.255951455205554,0.0,0.035940732502821,0.255951455205554,0.0,0.0511810502840197,0.255951455205554,0.0,0.0192239671263877,0.0,0.835486728333038 -1153,0.255951455205554,0.0,0.268482482893371,0.255951455205554,0.0,0.105339848440577,0.255951455205554,0.0,0.183817289063266,0.255951455205554,0.0,0.206882421513813,0.255951455205554,0.0,0.113244680299254,0.255951455205554,0.0,0.033424631772204,0.5,0.255951455205554,0.0,0.0272691768331449,0.5,0.255951455205554,0.0,0.0356195360097668,0.5,0.255951455205554,0.0,0.0275886968130352,0.255951455205554,0.0,0.0198924808668527,0.0,0.0671076529603213,0.255951455205554,0.0,0.0743102818677477,0.5,0.255951455205554,0.0,0.165119261867928,0.255951455205554,0.0,0.0342216472779788,0.255951455205554,0.0,0.0489949598162577,0.255951455205554,0.0,0.0200230301955881,0.0,0.848952976006382 -1154,0.255951455205554,0.0,0.261822771920356,0.255951455205554,0.0,0.113302291347085,0.255951455205554,0.0,0.186675596414442,0.255951455205554,0.0,0.209314048980661,0.255951455205554,0.0,0.122227625271346,0.255951455205554,0.0,0.0326601459971906,0.5,0.255951455205554,0.0,0.0283273968603853,0.5,0.255951455205554,0.0,0.0355323727084763,0.5,0.255951455205554,0.0,0.0302341084084734,0.255951455205554,0.0,0.0168557906306534,0.0,0.0638582676162796,0.255951455205554,0.0,0.0727742743204784,0.5,0.255951455205554,0.0,0.147495410179088,0.255951455205554,0.0,0.0370125270198467,0.255951455205554,0.0,0.0436359794257076,0.255951455205554,0.0,0.0176743171249505,0.0,0.857233783892069 -1155,0.255951455205554,0.0,0.27087892956706,0.255951455205554,0.0,0.116805936524465,0.255951455205554,0.0,0.165028857490851,0.255951455205554,0.0,0.206719270940001,0.255951455205554,0.0,0.147075453225227,0.255951455205554,0.0,0.0404819405926765,0.5,0.255951455205554,0.0,0.0294323697358948,0.5,0.255951455205554,0.0,0.0356099727138423,0.5,0.255951455205554,0.0,0.0327574493113433,0.255951455205554,0.0,0.0152420056398778,0.0,0.059036991411548,0.255951455205554,0.0,0.0698820456160076,0.5,0.255951455205554,0.0,0.137888762982039,0.255951455205554,0.0,0.0429565230260427,0.255951455205554,0.0,0.03324408259565,0.255951455205554,0.0,0.0205408834642892,0.0,0.81927691727341 -1156,0.255951455205554,0.0,0.29141098426745,0.255951455205554,0.0,0.124125687810655,0.255951455205554,0.0,0.162901114910628,0.255951455205554,0.0,0.155745423554051,0.255951455205554,0.0,0.158770489254724,0.255951455205554,0.0,0.0484351405613454,0.5,0.255951455205554,0.0,0.027785242938054,0.5,0.255951455205554,0.0,0.0375828992811567,0.5,0.255951455205554,0.0,0.0338725153540722,0.255951455205554,0.0,0.019222689313763,0.0,0.050229197010773,0.255951455205554,0.0,0.0592632725788691,0.5,0.255951455205554,0.0,0.126519639155896,0.255951455205554,0.0,0.0466081494305419,0.255951455205554,0.0,0.0278677900119622,0.255951455205554,0.0,0.0256879366497189,0.0,0.797981568700573 -1157,0.255951455205554,0.0,0.248177411802967,0.255951455205554,0.0,0.0919200447236443,0.255951455205554,0.0,0.196360094779923,0.255951455205554,0.0,0.232414803007835,0.255951455205554,0.0,0.151173558780916,0.255951455205554,0.0,0.0454850651065973,0.5,0.255951455205554,0.0,0.0298616292176132,0.5,0.255951455205554,0.0,0.0428479708158789,0.5,0.255951455205554,0.0,0.0352849190711571,0.255951455205554,0.0,0.0192052131172668,0.0,0.0453999209450811,0.255951455205554,0.0,0.0528902717435665,0.5,0.255951455205554,0.0,0.123113237389452,0.255951455205554,0.0,0.0491552689760939,0.255951455205554,0.0,0.0344331089715644,0.255951455205554,0.0,0.0283101839202853,0.0,0.852121013563535 -1158,0.255951455205554,0.0,0.293627141727851,0.255951455205554,0.0,0.177163672083666,0.255951455205554,0.0,0.195450051055359,0.255951455205554,0.0,0.24607592779494,0.255951455205554,0.0,0.145370530218911,0.255951455205554,0.0,0.0472559645373993,0.5,0.255951455205554,0.0,0.0319949327984949,0.5,0.255951455205554,0.0,0.0415077600953457,0.5,0.255951455205554,0.0,0.0356924660083641,0.255951455205554,0.0,0.0215672537851199,0.0,0.0358879281164196,0.255951455205554,0.0,0.0518662255905288,0.5,0.255951455205554,0.0,0.11637990554187,0.255951455205554,0.0,0.0604023356497119,0.255951455205554,0.0,0.053695419275956,0.255951455205554,0.0,0.0293738459814942,0.0,0.855993676334709 -1159,0.255951455205554,0.0,0.386892291128843,0.255951455205554,0.0,0.175143960292894,0.255951455205554,0.0,0.166062632725466,0.255951455205554,0.0,0.195065455587539,0.255951455205554,0.0,0.153343399534132,0.255951455205554,0.0,0.0501906652060166,0.5,0.255951455205554,0.0,0.0344265424810799,0.5,0.255951455205554,0.0,0.0424095520084528,0.5,0.255951455205554,0.0,0.0355741204354062,0.255951455205554,0.0,0.0240104359350004,0.0,0.0493751519974784,0.255951455205554,0.0,0.0670302427789095,0.5,0.255951455205554,0.0,0.121684159832988,0.255951455205554,0.0,0.071134290582232,0.255951455205554,0.0,0.0608459549461795,0.255951455205554,0.0,0.0347523232580405,0.0,0.798480116240049 -1160,0.255951455205554,0.0,0.341948245687528,0.255951455205554,0.0,0.104733784958388,0.255951455205554,0.0,0.159828179979861,0.255951455205554,0.0,0.177786631329918,0.255951455205554,0.0,0.160639910590355,0.255951455205554,0.0,0.0510293094836435,0.5,0.255951455205554,0.0,0.0395558488678496,0.5,0.255951455205554,0.0,0.0406627091348775,0.5,0.255951455205554,0.00123956254207119,0.0361026483025335,0.255951455205554,0.0,0.0201087358832393,0.000199514344941048,0.0620379500319825,0.255951455205554,0.00123651464136485,0.0753477750393246,0.5,0.255951455205554,1.66854059772336e-05,0.155602919996395,0.255951455205554,0.0015763873608347,0.0799988500801582,0.255951455205554,3.03787944321725e-06,0.0690277314324344,0.255951455205554,1.08062032015404e-05,0.0422502888814381,0.0,0.754022196499048 -1161,0.255951455205554,0.03462900929902,0.26971370028508,0.255951455205554,0.0562405124924026,0.109346475681142,0.255951455205554,0.0574382869161206,0.168496624826753,0.255951455205554,0.0510382368858968,0.18197047155529,0.255951455205554,0.0449729752687621,0.146825073509624,0.255951455205554,0.070405143257106,0.0468610251567261,0.5,0.255951455205554,0.0655246888173553,0.0370089673442204,0.5,0.255951455205554,0.0917897294557151,0.0365737504805968,0.5,0.255951455205554,0.123298784774086,0.0342358705007429,0.255951455205554,0.0656422141899052,0.0207732275615243,0.121623378623289,0.0555786168861551,0.255951455205554,0.122544120269694,0.0718794145078746,0.5,0.255951455205554,0.0852421163818646,0.144315979978282,0.255951455205554,0.12962432735781,0.0746170695735923,0.255951455205554,0.106314611388794,0.0706581884393555,0.255951455205554,0.0947395401921765,0.0382626433198693,0.0350715315374428,0.771541845293628 -1162,0.255951455205554,0.118068555330308,0.307304215379847,0.255951455205554,0.195775838019249,0.120935314378156,0.255951455205554,0.2050788179743,0.168150512137885,0.255951455205554,0.204262013108909,0.188604496578006,0.255951455205554,0.162063508743866,0.152573545508655,0.255951455205554,0.23095573854966,0.0517197639442126,0.5,0.255951455205554,0.218037222681765,0.0430352303468702,0.5,0.255951455205554,0.24014104950698,0.0345653549654827,0.5,0.255951455205554,0.290760193371346,0.0317722129580087,0.255951455205554,0.208915443670129,0.0212096698581589,0.287904570755737,0.0646011343273369,0.255951455205554,0.288483010290571,0.07825899196191,0.5,0.255951455205554,0.234334515241818,0.120424539197936,0.255951455205554,0.29449943319032,0.0920887297525509,0.255951455205554,0.267845726240849,0.0722702297013189,0.255951455205554,0.254320004737309,0.0365652488426084,0.112692852876904,0.741108504387957 -1163,0.255951455205554,0.259524338704835,0.379851055158553,0.255951455205554,0.363171914484714,0.166430967193306,0.255951455205554,0.329032881012788,0.200476385318869,0.255951455205554,0.35621687418545,0.204662537780113,0.255951455205554,0.257904457472917,0.189687636043616,0.255951455205554,0.390991547754426,0.0621235524954301,0.5,0.255951455205554,0.352160691679432,0.0502790890869638,0.5,0.255951455205554,0.381808948146465,0.02757415319337,0.5,0.255951455205554,0.43923812881712,0.0337942906521487,0.255951455205554,0.32997061788531,0.0208090647357396,0.437788822127182,0.102255486514756,0.255951455205554,0.434172686552451,0.110221635797927,0.5,0.255951455205554,0.335489638439331,0.144874890530042,0.255951455205554,0.441130932462503,0.121968775403829,0.255951455205554,0.414350061688703,0.0806308738895213,0.255951455205554,0.418757114942092,0.0393563319483776,0.172558021663929,0.726886791802764 -1164,0.255951455205554,0.392775666132087,0.411078939314023,0.255951455205554,0.472002373596322,0.196264674014772,0.255951455205554,0.401067014503304,0.243918750235757,0.255951455205554,0.377536353473359,0.24813073653883,0.255951455205554,0.312598304503825,0.259119974530848,0.255951455205554,0.488956432798526,0.128761952169028,0.5,0.255951455205554,0.443333943427375,0.0920829753694621,0.5,0.255951455205554,0.482176436941986,0.0268919605096982,0.5,0.255951455205554,0.537840830725301,0.0743756776834819,0.255951455205554,0.442953055680148,0.0622703449558281,0.525785740831335,0.168371424361887,0.255951455205554,0.526345799245526,0.159159857679531,0.5,0.255951455205554,0.421547180813836,0.250824930216128,0.255951455205554,0.540276163552369,0.167785007232336,0.255951455205554,0.510932577310514,0.11377711677176,0.255951455205554,0.530731610421449,0.0693262641115313,0.392399246702212,0.74291188660097 -1165,0.255951455205554,0.454175719345655,0.380334479813537,0.255951455205554,0.456064506812856,0.145290246922848,0.255951455205554,0.390569867337827,0.239853674468216,0.255951455205554,0.401072111374225,0.204339026871193,0.255951455205554,0.331212161046929,0.262630072246666,0.255951455205554,0.5091980867588,0.163595110699478,0.5,0.255951455205554,0.467746436183941,0.15784528230788,0.5,0.255951455205554,0.498069295442833,0.0302979692420693,0.5,0.255951455205554,0.571712517307818,0.0942265540779179,0.255951455205554,0.472726624301843,0.135229377423347,0.554941908064921,0.143362297308354,0.255951455205554,0.552184433674259,0.1666181230876,0.5,0.255951455205554,0.507728271807585,0.264553553350837,0.255951455205554,0.577189516393957,0.182843592612952,0.255951455205554,0.541245733466666,0.127735931458123,0.255951455205554,0.561706095337828,0.106257765107132,0.479009068612024,0.728518084050867 -1166,0.255951455205554,0.367973464370464,0.323718664534165,0.255951455205554,0.337934529732454,0.17067136428441,0.255951455205554,0.304043836386299,0.218782829628119,0.255951455205554,0.402104109051903,0.212471892196284,0.255951455205554,0.329994610332507,0.231985264123784,0.255951455205554,0.459234736133421,0.180643413804188,0.5,0.255951455205554,0.433136145791624,0.184421614068411,0.5,0.255951455205554,0.409273383013811,0.0264717816826561,0.5,0.255951455205554,0.539137778110563,0.0866971560188669,0.255951455205554,0.442586987785097,0.149860023652348,0.515348445657116,0.128362689630098,0.255951455205554,0.514660896119169,0.157166265113061,0.5,0.255951455205554,0.477323855225427,0.220848468626835,0.255951455205554,0.548072216626222,0.180072252478175,0.255951455205554,0.501781740768857,0.158056261726893,0.255951455205554,0.502823243760976,0.139807050465372,0.444431424321991,0.663056193899913 -1167,0.255951455205554,0.232494331041973,0.254778069380089,0.255951455205554,0.313793256024831,0.157884672519105,0.255951455205554,0.209399329905197,0.192965214011384,0.255951455205554,0.152829398869822,0.180939927990076,0.255951455205554,0.284833213337796,0.224182549554603,0.255951455205554,0.362007937857112,0.212086600447218,0.5,0.255951455205554,0.354704958620399,0.1900332456309,0.5,0.255951455205554,0.286751970706471,0.0189462326905503,0.5,0.255951455205554,0.424223423961081,0.0709352085664098,0.255951455205554,0.394841608643636,0.144457175121458,0.395697415534944,0.130180009867038,0.255951455205554,0.406420083221527,0.142335664911919,0.5,0.255951455205554,0.354030769041164,0.153889695528964,0.255951455205554,0.421128282897675,0.162061787272578,0.255951455205554,0.377285091614398,0.152037169432452,0.255951455205554,0.365432608062673,0.155589832701437,0.270499461223365,0.545247128375464 -1168,0.255951455205554,0.129792975331135,0.185286837034165,0.255951455205554,0.132448788328897,0.115185604807441,0.255951455205554,0.119581994605062,0.164354521772074,0.255951455205554,0.0904657367487212,0.142812552615148,0.255951455205554,0.207684061134131,0.194709924282865,0.255951455205554,0.225866999927326,0.157336228012074,0.5,0.255951455205554,0.252663474426342,0.145871614201769,0.5,0.255951455205554,0.174440709250743,0.0118885507470868,0.5,0.255951455205554,0.253225435093646,0.0429406120361514,0.255951455205554,0.259290299689037,0.10650901124262,0.241098288608002,0.104654827060295,0.255951455205554,0.243103133679419,0.107700404295952,0.5,0.255951455205554,0.196140768335754,0.11842746020838,0.255951455205554,0.242182087832104,0.106440891392951,0.255951455205554,0.208679874583996,0.11299027186305,0.255951455205554,0.215749077162692,0.0818071547218438,0.115278876128243,0.553590712316884 -1169,0.255951455205554,0.0319080559023319,0.148928388862455,0.255951455205554,0.0247023678210777,0.0967766066888612,0.255951455205554,0.0454619478220936,0.157002621290195,0.255951455205554,0.033729016475798,0.13969560693194,0.255951455205554,0.0895727928777153,0.158998302073494,0.255951455205554,0.110511469986118,0.0986531853010434,0.5,0.255951455205554,0.102031287444064,0.0790818515817737,0.5,0.255951455205554,0.0768285648682728,0.011503493018519,0.5,0.255951455205554,0.0845135106979913,0.0227476706426821,0.255951455205554,0.067199406837196,0.0439472409729229,0.0690878046316921,0.101194836873535,0.255951455205554,0.0508930726841926,0.110198696723656,0.5,0.255951455205554,0.043827416317572,0.125730742225068,0.255951455205554,0.0620252503586141,0.0998104586810575,0.255951455205554,0.0792655383181948,0.101032610882468,0.255951455205554,0.0768888031438083,0.0465067736962674,0.0442489974526033,0.61425833362383 -1170,0.255951455205554,0.0,0.144514648269188,0.255951455205554,0.0,0.107887818009834,0.255951455205554,1.60554847953984e-06,0.169012840093068,0.255951455205554,0.0,0.163849397400888,0.255951455205554,0.0,0.160485442157359,0.255951455205554,1.30772070073897e-05,0.0955016590056633,0.5,0.255951455205554,0.000265641411707353,0.0641095232162642,0.5,0.255951455205554,3.89997076518908e-05,0.0164571257973411,0.5,0.255951455205554,0.0,0.0294294029728541,0.255951455205554,0.0,0.0374655403334505,0.0,0.11056009116766,0.255951455205554,0.0,0.11904725573475,0.5,0.255951455205554,0.0,0.133969683398689,0.255951455205554,0.0,0.127013984156416,0.255951455205554,0.0,0.0938908311610187,0.255951455205554,0.0,0.0550100987859182,0.0,0.717007185994706 -1171,0.255951455205554,0.0,0.150054593557856,0.255951455205554,0.0,0.1004660190876,0.255951455205554,0.0,0.174969510365272,0.255951455205554,0.0,0.169048785509332,0.255951455205554,0.0,0.16323132886345,0.255951455205554,0.0,0.0901254552398286,0.5,0.255951455205554,0.0,0.0557843630375631,0.5,0.255951455205554,0.0,0.0179374295960393,0.5,0.255951455205554,0.0,0.0297632539050417,0.255951455205554,0.0,0.0419063590012122,0.0,0.0751533600118076,0.255951455205554,0.0,0.100086282037849,0.5,0.255951455205554,0.0,0.124417588403229,0.255951455205554,0.0,0.152747915862647,0.255951455205554,0.0,0.0750752455716984,0.255951455205554,0.0,0.0584201758395997,0.0,0.718601738971387 -1172,0.255951455205554,0.0,0.166048907848049,0.255951455205554,0.0,0.0931474787378723,0.255951455205554,0.0,0.185648121912055,0.255951455205554,0.0,0.179845653487771,0.255951455205554,0.0,0.161420403299487,0.255951455205554,0.0,0.0841461287826853,0.5,0.255951455205554,0.0,0.0525173145314927,0.5,0.255951455205554,0.0,0.0150576423460274,0.5,0.255951455205554,0.0,0.0267391452249187,0.255951455205554,0.0,0.0465494913921289,0.0,0.0724555177626513,0.255951455205554,0.0,0.0913219978770124,0.5,0.255951455205554,0.0,0.10836880827721,0.255951455205554,0.0,0.171595758912193,0.255951455205554,0.0,0.0777910197514142,0.255951455205554,0.0,0.0625663982959494,0.0,0.655204000772853 -1173,0.255951455205554,0.0,0.201964804679363,0.255951455205554,0.0,0.100166279501106,0.255951455205554,0.0,0.19777298159099,0.255951455205554,0.0,0.204748286742495,0.255951455205554,0.0,0.162259198731043,0.255951455205554,0.0,0.0733428223955262,0.5,0.255951455205554,0.0,0.0555723956361158,0.5,0.255951455205554,0.0,0.0135799430280713,0.5,0.255951455205554,0.0,0.0221044613568394,0.255951455205554,0.0,0.0512164975201344,0.0,0.0833945058640368,0.255951455205554,0.0,0.0893389378172472,0.5,0.255951455205554,0.0,0.0856781505734466,0.255951455205554,0.0,0.167418174588382,0.255951455205554,0.0,0.0809747640348905,0.255951455205554,0.0,0.0659696486187225,0.0,0.649547740705795 -1174,0.255951455205554,0.0,0.229664585268889,0.255951455205554,0.0,0.120383141780113,0.255951455205554,0.0,0.213801769641208,0.255951455205554,0.0,0.246860428178911,0.255951455205554,0.0,0.16878415574009,0.255951455205554,0.0,0.0704851032547097,0.5,0.255951455205554,0.0,0.0626774641907855,0.5,0.255951455205554,0.0,0.0132214584360159,0.5,0.255951455205554,0.0,0.0199943371814652,0.255951455205554,0.0,0.054393065136641,0.0,0.074553176489213,0.255951455205554,0.0,0.0885616639536275,0.5,0.255951455205554,0.0,0.0849321669988735,0.255951455205554,0.0,0.162692920616363,0.255951455205554,0.0,0.0848253736937593,0.255951455205554,0.0,0.0682671985118165,0.0,0.701675975383688 -1175,0.255951455205554,0.0,0.247001170933856,0.255951455205554,0.0,0.135795109796119,0.255951455205554,0.0,0.23162867089357,0.255951455205554,0.0,0.274718465358193,0.255951455205554,0.0,0.178627079973009,0.255951455205554,0.0,0.0670039132175896,0.5,0.255951455205554,0.0,0.0663083959184081,0.5,0.255951455205554,0.0,0.0133026757213228,0.5,0.255951455205554,0.0,0.0182559090826568,0.255951455205554,0.0,0.0594930666225429,0.0,0.0714135878175273,0.255951455205554,0.0,0.0838227085373796,0.5,0.255951455205554,0.0,0.0871208323088808,0.255951455205554,0.0,0.139551075415174,0.255951455205554,0.0,0.0874205156096404,0.255951455205554,0.0,0.0757835357144165,0.0,0.747174779016493 -1176,0.255951455205554,0.0,0.27742111060061,0.255951455205554,0.0,0.159756280542083,0.255951455205554,0.0,0.251392286640035,0.255951455205554,0.0,0.258858435228571,0.255951455205554,0.0,0.187110032372207,0.255951455205554,0.0,0.0612613123430537,0.5,0.255951455205554,0.0,0.065601969036276,0.5,0.255951455205554,0.0,0.0160685848851086,0.5,0.255951455205554,0.0,0.0179619387857678,0.255951455205554,0.0,0.0666649385948215,0.0,0.0733370271364663,0.255951455205554,0.0,0.081079391611195,0.5,0.255951455205554,0.0,0.0830207820653375,0.255951455205554,0.0,0.118722905988954,0.255951455205554,0.0,0.0937995882450155,0.255951455205554,0.0,0.0762093683630773,0.0,0.662430653447854 -1177,0.255951455205554,0.0,0.283152741935919,0.255951455205554,0.0,0.176556882045245,0.255951455205554,0.0,0.269851411647502,0.255951455205554,0.0,0.24718417887729,0.255951455205554,0.0,0.197726370927237,0.255951455205554,0.0,0.056348953900488,0.5,0.255951455205554,0.0,0.0625709775492038,0.5,0.255951455205554,0.0,0.0158027150024966,0.5,0.255951455205554,0.0,0.0225094547634314,0.255951455205554,0.0,0.075977028438483,0.0,0.0707762644567147,0.255951455205554,0.0,0.0834639525371309,0.5,0.255951455205554,0.0,0.078795816612909,0.255951455205554,0.0,0.10634192853068,0.255951455205554,0.0,0.0879819325025896,0.255951455205554,0.0,0.0721400634411349,0.0,0.594180026305578 -1178,0.255951455205554,0.0,0.282476719711096,0.255951455205554,0.0,0.17822797309055,0.255951455205554,0.0,0.296334161422159,0.255951455205554,0.0,0.265378640262047,0.255951455205554,0.0,0.206842463402806,0.255951455205554,0.0,0.0540770649779621,0.5,0.255951455205554,0.0,0.0631694568349198,0.5,0.255951455205554,0.0,0.0135246870487856,0.5,0.255951455205554,0.0,0.0248648947981987,0.255951455205554,0.0,0.0731264379222661,0.0,0.0671946422143812,0.255951455205554,0.0,0.0798646009332977,0.5,0.255951455205554,0.0,0.0828689880017573,0.255951455205554,0.0,0.130462437730879,0.255951455205554,0.0,0.0848848190489012,0.255951455205554,0.0,0.0833259417065469,0.0,0.558360657561025 -1179,0.255951455205554,0.0,0.339049022257905,0.255951455205554,0.0,0.178236869933551,0.255951455205554,0.0,0.3232933317212,0.255951455205554,0.0,0.337144979620619,0.255951455205554,0.0,0.213591273257885,0.255951455205554,0.0,0.0569038094261347,0.5,0.255951455205554,0.0,0.0611901740328116,0.5,0.255951455205554,0.0,0.0114703333046158,0.5,0.255951455205554,0.0,0.0200494537408473,0.255951455205554,0.0,0.0666032335782086,0.0,0.0632897539520994,0.255951455205554,0.0,0.0825751240800131,0.5,0.255951455205554,0.0,0.0844697964149801,0.255951455205554,0.0,0.141318612154567,0.255951455205554,0.0,0.0915772205860231,0.255951455205554,0.0,0.0913991654023255,0.0,0.601576473500337 -1180,0.255951455205554,0.0,0.486185978387468,0.255951455205554,0.0,0.232006562485454,0.255951455205554,0.0,0.34963190062145,0.255951455205554,0.0,0.397664242221589,0.255951455205554,0.0,0.208702713083308,0.255951455205554,0.0,0.0528358587131927,0.5,0.255951455205554,0.0,0.0523766862433126,0.5,0.255951455205554,0.0,0.0129723789053445,0.5,0.255951455205554,0.0,0.0203464592129882,0.255951455205554,0.0,0.060763726863324,0.0,0.0660652098049094,0.255951455205554,0.0,0.0832227669661185,0.5,0.255951455205554,0.0,0.0861577030562644,0.255951455205554,0.0,0.108464355702435,0.255951455205554,0.0,0.0904548699049638,0.255951455205554,0.0,0.0760257576799421,0.0,0.62111631241427 -1181,0.255951455205554,0.0,0.569806208486177,0.255951455205554,0.0,0.280412643475597,0.255951455205554,0.0,0.360812709342125,0.255951455205554,0.0,0.425464140306403,0.255951455205554,0.0,0.210792423979801,0.255951455205554,0.0,0.0466857548430787,0.5,0.255951455205554,0.0,0.0436960112920141,0.5,0.255951455205554,0.0,0.0143256781211958,0.5,0.255951455205554,0.0,0.0196456281951371,0.255951455205554,0.0,0.0559153782869845,0.0,0.0580480044165354,0.255951455205554,0.0,0.0772152264355556,0.5,0.255951455205554,0.0,0.095183639518941,0.255951455205554,0.0,0.103206103045496,0.255951455205554,0.0,0.0833798168983207,0.255951455205554,0.0,0.0699936757598556,0.0,0.585316153434292 -1182,0.255951455205554,0.0,0.59090890986265,0.255951455205554,0.0,0.335875424248675,0.255951455205554,0.0,0.359926950100596,0.255951455205554,0.0,0.485314023854116,0.255951455205554,0.0,0.216288406196374,0.255951455205554,0.0,0.0423234222262585,0.5,0.255951455205554,0.0,0.0380998071772568,0.5,0.255951455205554,0.0,0.0162574513889486,0.5,0.255951455205554,0.0,0.0207808963334953,0.255951455205554,0.0,0.0577048984791701,0.0,0.0522606331146948,0.255951455205554,0.0,0.0779453638673406,0.5,0.255951455205554,0.0,0.110608921324671,0.255951455205554,0.0,0.0977723699208839,0.255951455205554,0.0,0.0848007941431933,0.255951455205554,0.0,0.0662000106918352,0.0,0.434274235052378 -1183,0.255951455205554,0.0,0.590176174826216,0.255951455205554,0.0,0.403107959408407,0.255951455205554,0.0,0.361745780001092,0.255951455205554,0.0,0.480813879772841,0.255951455205554,0.0,0.227304960313759,0.255951455205554,0.0,0.0383569042908474,0.5,0.255951455205554,0.0,0.0317500900678788,0.5,0.255951455205554,0.0,0.0158415283477299,0.5,0.255951455205554,0.0,0.0208876223859839,0.255951455205554,0.0,0.061016537563426,0.0,0.057455956592058,0.255951455205554,0.0,0.0803749603713664,0.5,0.255951455205554,0.0,0.130762705420259,0.255951455205554,0.0,0.0967239608852563,0.255951455205554,0.0,0.102443618524626,0.255951455205554,0.0,0.070065336668425,0.0,0.2917893897231 -1184,0.255951455205554,0.0,0.551690318415376,0.255951455205554,0.0,0.453175318231854,0.255951455205554,0.0,0.363295025516225,0.255951455205554,0.0,0.406850015102059,0.255951455205554,0.0,0.2604467188811,0.255951455205554,0.0,0.037515166946447,0.5,0.255951455205554,0.0,0.0282405402935132,0.5,0.255951455205554,0.0,0.0151156708669481,0.5,0.255951455205554,0.000565741397803465,0.0189583511103105,0.255951455205554,0.0,0.0644089455786305,0.000119437275850866,0.0688130813875697,0.255951455205554,0.000662923075428252,0.0922494790900089,0.5,0.255951455205554,1.13794676175733e-05,0.155178102624717,0.255951455205554,0.000781661189848741,0.0992766664852987,0.255951455205554,2.83058365693119e-06,0.123847303409207,0.255951455205554,2.01727814422544e-05,0.0699652004683572,0.0,0.203888505005558 -1185,0.255951455205554,0.00260093220369102,0.509716940354694,0.255951455205554,0.00331391559327291,0.438414469201598,0.255951455205554,0.0101384089560253,0.386363567239156,0.255951455205554,0.00531219112192656,0.415289374149263,0.255951455205554,0.0137565503235053,0.312795333163156,0.255951455205554,0.0106017718807929,0.0427849623887717,0.5,0.255951455205554,0.00683656592241206,0.0278687287194365,0.5,0.255951455205554,0.0147565502964069,0.0145986472880221,0.5,0.255951455205554,0.0283716287583306,0.0196075655124066,0.255951455205554,0.00400871535248745,0.0644242571526925,0.013989685258971,0.0808830692897831,0.255951455205554,0.021600288933542,0.111830346369289,0.5,0.255951455205554,0.0103475574107164,0.189093860683061,0.255951455205554,0.0256595646812875,0.0906139240710616,0.255951455205554,0.0152499135864424,0.135208637908779,0.255951455205554,0.0143468684089147,0.0684862162477075,0.000826855161816353,0.144836432728945 -1186,0.255951455205554,0.0165639595394279,0.492103316598282,0.255951455205554,0.0196292889564044,0.421756461649203,0.255951455205554,0.038794583685628,0.411556978372559,0.255951455205554,0.0269582576183435,0.39992204718937,0.255951455205554,0.0741437794284649,0.43105376834894,0.255951455205554,0.0443728555525114,0.0777880476694252,0.5,0.255951455205554,0.0420607968805671,0.0534406687921585,0.5,0.255951455205554,0.0439680291349931,0.0165031241245771,0.5,0.255951455205554,0.0707265258784522,0.0257064114131244,0.255951455205554,0.0504235448241368,0.0909504142676076,0.0369130758777747,0.108084581374889,0.255951455205554,0.0443711779818337,0.143959129536152,0.5,0.255951455205554,0.0255346628585577,0.241773500893256,0.255951455205554,0.0600120173869447,0.108340408642345,0.255951455205554,0.0817905493691223,0.206737508110908,0.255951455205554,0.0645612682676296,0.128058562548603,0.00212885054575125,0.116295999290179 -1187,0.255951455205554,0.0348339569573668,0.501985191640883,0.255951455205554,0.0233516183622587,0.431552417319962,0.255951455205554,0.0753531052918104,0.409605981042355,0.255951455205554,0.0364900324367555,0.363961611318923,0.255951455205554,0.133376240578064,0.562008665049625,0.255951455205554,0.0934897260114242,0.169252287656517,0.5,0.255951455205554,0.10254590576399,0.127506497012483,0.5,0.255951455205554,0.0705719521122636,0.0301344487087477,0.5,0.255951455205554,0.111015643108245,0.0391395942744328,0.255951455205554,0.135243006164563,0.147119535608809,0.121389657861339,0.131539558997188,0.255951455205554,0.0813365861175698,0.202867059951982,0.5,0.255951455205554,0.048896201226045,0.29955030863583,0.255951455205554,0.0895315215110739,0.129482404516157,0.255951455205554,0.218111492440853,0.337714280642906,0.255951455205554,0.130111346944653,0.229708285069838,0.0142795617142265,0.100089523525732 -1188,0.255951455205554,0.0482231623298522,0.493136506442273,0.255951455205554,0.0353399705205488,0.466834987541875,0.255951455205554,0.112572558927746,0.426498770128527,0.255951455205554,0.0413154170398416,0.360529621942301,0.255951455205554,0.134367872247683,0.624652866336565,0.255951455205554,0.126651344713447,0.273868822538438,0.5,0.255951455205554,0.127686035489082,0.147058196330971,0.5,0.255951455205554,0.0875980922343002,0.0610383842054536,0.5,0.255951455205554,0.13753944255141,0.0762117522314394,0.255951455205554,0.120420738835436,0.143819239100879,0.308536311821103,0.30050971910873,0.255951455205554,0.14005140118938,0.315509989847022,0.5,0.255951455205554,0.085472735801911,0.384890423895053,0.255951455205554,0.149647447953312,0.202627646125647,0.255951455205554,0.29030097217742,0.437766093011602,0.255951455205554,0.15966979443385,0.333656823540844,0.0847828926773626,0.0861499922901065 -1189,0.255951455205554,0.0639776476569778,0.476169186301573,0.255951455205554,0.0466531722405959,0.47560999024956,0.255951455205554,0.116019352040221,0.393942236925873,0.255951455205554,0.0697495365195995,0.25577490300306,0.255951455205554,0.108139958260375,0.614138870949593,0.255951455205554,0.101364859466235,0.351392043576566,0.5,0.255951455205554,0.112098587887133,0.131401279580281,0.5,0.255951455205554,0.101455935758743,0.0762080393567472,0.5,0.255951455205554,0.142442890972271,0.0856959470241462,0.255951455205554,0.0879576112891359,0.098402043247975,0.254589142436539,0.743502868946428,0.255951455205554,0.205972541861054,0.417588652561649,0.5,0.255951455205554,0.104226922778408,0.505639543441592,0.255951455205554,0.219581133625014,0.229714783561444,0.255951455205554,0.217220503684779,0.512462946127033,0.255951455205554,0.130506795479788,0.31308672846175,0.110274878639158,0.07436242555016 -1190,0.255951455205554,0.0834414087441717,0.47030121037301,0.255951455205554,0.0529152085314071,0.394050755524104,0.255951455205554,0.0883074236995884,0.351106223760026,0.255951455205554,0.191756618682895,0.241092499842892,0.255951455205554,0.136975755436224,0.575487631624989,0.255951455205554,0.0915737304939086,0.343760928257468,0.5,0.255951455205554,0.0867068900018554,0.101152894707149,0.5,0.255951455205554,0.0887142796453107,0.0880126341574645,0.5,0.255951455205554,0.116577526377651,0.0879564370917824,0.255951455205554,0.0731567412684809,0.0611425682520742,0.112462845941472,0.530439369479412,0.255951455205554,0.227891372293422,0.406575480609344,0.5,0.255951455205554,0.0755461524356661,0.501832276230643,0.255951455205554,0.175534181761868,0.215440899589013,0.255951455205554,0.130739204332918,0.431974936299447,0.255951455205554,0.0940479428424013,0.268347808945526,0.100221571716972,0.073735423567898 -1191,0.255951455205554,0.0753205225322441,0.415862119326814,0.255951455205554,0.083037390824115,0.409903739407974,0.255951455205554,0.0682099976783106,0.330038042532151,0.255951455205554,0.186867095630269,0.17005768987026,0.255951455205554,0.16671233624892,0.442373371424383,0.255951455205554,0.101792419794162,0.300369008237552,0.5,0.255951455205554,0.0735124272238595,0.0760370900868966,0.5,0.255951455205554,0.071368991972746,0.0853997508033548,0.5,0.255951455205554,0.0772417523979446,0.079558408461864,0.255951455205554,0.0647033308291614,0.0508895472045926,0.0831633905537863,0.384308264874634,0.255951455205554,0.148926429246073,0.349493131710041,0.5,0.255951455205554,0.0381685324904651,0.417765585181535,0.255951455205554,0.11559305099476,0.180397718308789,0.255951455205554,0.0642438740871328,0.328813704871397,0.255951455205554,0.0632481343730765,0.247607566635004,0.074985288656332,0.0636708291061894 -1192,0.255951455205554,0.060369733607091,0.358064929156711,0.255951455205554,0.0895605896004295,0.218991172451912,0.255951455205554,0.0452764569944264,0.285736153064876,0.255951455205554,0.0465643350297514,0.136388817320618,0.255951455205554,0.133964491673407,0.26685568628727,0.255951455205554,0.0768926879333774,0.224018673970592,0.5,0.255951455205554,0.0461330695571197,0.0549176317968342,0.5,0.255951455205554,0.0481447118438026,0.0639590972549448,0.5,0.255951455205554,0.0392825290257469,0.0679738128263575,0.255951455205554,0.0448056947194114,0.0370854206784856,0.0877185379768183,0.348335530982059,0.255951455205554,0.0543434066887332,0.272488188572379,0.5,0.255951455205554,0.01558975300838,0.345014264255999,0.255951455205554,0.0485099138219539,0.129152178557785,0.255951455205554,0.052227239721511,0.342491110837058,0.255951455205554,0.0449158538661182,0.245010711993843,0.0396284624169986,0.0570067365114594 -1193,0.255951455205554,0.0494918819756546,0.274498795874346,0.255951455205554,0.0795952174521293,0.0867764875553659,0.255951455205554,0.0163742416105413,0.251942545657543,0.255951455205554,0.010481576126505,0.250746991964883,0.255951455205554,0.055760117460793,0.167617897750931,0.255951455205554,0.0421903330213841,0.130599179574615,0.5,0.255951455205554,0.0181282082445358,0.0413760109041435,0.5,0.255951455205554,0.0197665292075034,0.0376075373782755,0.5,0.255951455205554,0.0136406526370758,0.0510606519836607,0.255951455205554,0.0133147165770232,0.0353648996277078,0.0113056290616997,0.2234395877678,0.255951455205554,0.012818750829109,0.220494437914542,0.5,0.255951455205554,0.0037089997548639,0.294332819618219,0.255951455205554,0.0137417612811234,0.114367717217043,0.255951455205554,0.0202889207276459,0.28538243063394,0.255951455205554,0.0246417467434433,0.221355360250942,0.00952046351977566,0.0516370516119638 -1194,0.255951455205554,0.0,0.214545174226582,0.255951455205554,0.0,0.133795306429948,0.255951455205554,3.0154457418301e-07,0.224748398082398,0.255951455205554,0.0,0.30692807637837,0.255951455205554,0.000105330730503038,0.117049373369146,0.255951455205554,3.21966738584847e-05,0.0792663767872563,0.5,0.255951455205554,7.27927575366416e-05,0.0297937320086988,0.5,0.255951455205554,0.000202660587654573,0.0207723156806489,0.5,0.255951455205554,5.61907600609062e-05,0.0385559095788547,0.255951455205554,1.51604780329105e-05,0.0373496688692942,0.0,0.154247661309382,0.255951455205554,0.0,0.174286405077459,0.5,0.255951455205554,0.0,0.254166192384824,0.255951455205554,0.0,0.11756278013776,0.255951455205554,0.0,0.203239699739158,0.255951455205554,4.6747981432826e-08,0.175758290746074,0.0,0.0443829814775827 -1195,0.255951455205554,0.0,0.185970809506209,0.255951455205554,0.0,0.163885952757593,0.255951455205554,0.0,0.198866001425227,0.255951455205554,0.0,0.293795670138782,0.255951455205554,0.0,0.0937757239073167,0.255951455205554,0.0,0.0600443195231062,0.5,0.255951455205554,0.0,0.019817918920923,0.5,0.255951455205554,0.0,0.0196851269055846,0.5,0.255951455205554,0.0,0.0341790840985818,0.255951455205554,0.0,0.00879282505526581,0.0,0.133199119983177,0.255951455205554,0.0,0.160559357675762,0.5,0.255951455205554,0.0,0.241164776480593,0.255951455205554,0.0,0.123402880082468,0.255951455205554,0.0,0.174442947337378,0.255951455205554,0.0,0.135063307038262,0.0,0.0427178403659074 -1196,0.255951455205554,0.0,0.151462699810241,0.255951455205554,0.0,0.237635069435174,0.255951455205554,0.0,0.175665330621815,0.255951455205554,0.0,0.209725163098315,0.255951455205554,0.0,0.0967573336203057,0.255951455205554,0.0,0.0534174925793769,0.5,0.255951455205554,0.0,0.0190431760085633,0.5,0.255951455205554,0.0,0.0178094818897683,0.5,0.255951455205554,0.0,0.0264615826453449,0.255951455205554,0.0,0.00356922057764688,0.0,0.118694060726065,0.255951455205554,0.0,0.162881225918789,0.5,0.255951455205554,0.0,0.23668914655241,0.255951455205554,0.0,0.142974216017471,0.255951455205554,0.0,0.144020455072804,0.255951455205554,0.0,0.130231919447093,0.0,0.0536234122721245 -1197,0.255951455205554,0.0,0.120918332140111,0.255951455205554,0.0,0.379238887616414,0.255951455205554,0.0,0.149361595256607,0.255951455205554,0.0,0.114383363214901,0.255951455205554,0.0,0.109968138964742,0.255951455205554,0.0,0.0489958753957194,0.5,0.255951455205554,0.0,0.0277800196690666,0.5,0.255951455205554,0.0,0.0113945295760202,0.5,0.255951455205554,0.0,0.0192752418756237,0.255951455205554,0.0,0.0117119965092767,0.0,0.126191553586899,0.255951455205554,0.0,0.146059657591097,0.5,0.255951455205554,0.0,0.1953203680305,0.255951455205554,0.0,0.153984257102907,0.255951455205554,0.0,0.137669516104164,0.255951455205554,0.0,0.125846278768303,0.0,0.0492785822571087 -1198,0.255951455205554,0.0,0.0709263306700768,0.255951455205554,0.0,0.283901448465083,0.255951455205554,0.0,0.123369674516792,0.255951455205554,0.0,0.0796314133341081,0.255951455205554,0.0,0.114486961385381,0.255951455205554,0.0,0.0466704964453609,0.5,0.255951455205554,0.0,0.0410693279558281,0.5,0.255951455205554,0.0,0.00585953370791562,0.5,0.255951455205554,0.0,0.0129050468275598,0.255951455205554,0.0,0.020443150592231,0.0,0.133727301353741,0.255951455205554,0.0,0.115804718289793,0.5,0.255951455205554,0.0,0.173828852719609,0.255951455205554,0.0,0.153705986716207,0.255951455205554,0.0,0.135291661326511,0.255951455205554,0.0,0.112915308116426,0.0,0.0432657621526192 -1199,0.255951455205554,0.0,0.0367709210624922,0.255951455205554,0.0,0.152874072700412,0.255951455205554,0.0,0.103690928857836,0.255951455205554,0.0,0.0963634993997368,0.255951455205554,0.0,0.118394624800039,0.255951455205554,0.0,0.0489979191911205,0.5,0.255951455205554,0.0,0.0566280629030353,0.5,0.255951455205554,0.0,0.0049645187664864,0.5,0.255951455205554,0.0,0.00774188123965809,0.255951455205554,0.0,0.0348102296959382,0.0,0.124153951902631,0.255951455205554,0.0,0.110465779492561,0.5,0.255951455205554,0.0,0.151583030530492,0.255951455205554,0.0,0.131405937280114,0.255951455205554,0.0,0.123780558841603,0.255951455205554,0.0,0.0859142308890524,0.0,0.0351490012564948 -1200,0.255951455205554,0.0,0.0274872585307719,0.255951455205554,0.0,0.140987479683194,0.255951455205554,0.0,0.0868971471055386,0.255951455205554,0.0,0.0974461786657979,0.255951455205554,0.0,0.130653864487521,0.255951455205554,0.0,0.0516648665224664,0.5,0.255951455205554,0.0,0.0715085480903856,0.5,0.255951455205554,0.0,0.00662889145764532,0.5,0.255951455205554,0.0,0.00588585607829063,0.255951455205554,0.0,0.0621293098723891,0.0,0.0465012424567436,0.255951455205554,0.0,0.11425565368591,0.5,0.255951455205554,0.0,0.105110221617438,0.255951455205554,0.0,0.0962876734257172,0.255951455205554,0.0,0.0982076784929504,0.255951455205554,0.0,0.0599552995038908,0.0,0.0256548851662982 -1201,0.255951455205554,0.0,0.0185996391230144,0.255951455205554,0.0,0.135917676943294,0.255951455205554,0.0,0.0774429601358737,0.255951455205554,0.0,0.0694006696245895,0.255951455205554,0.0,0.135796234738877,0.255951455205554,0.0,0.0589193589565462,0.5,0.255951455205554,0.0,0.0907001854727287,0.5,0.255951455205554,0.0,0.00757972176648193,0.5,0.255951455205554,0.0,0.00677108227704371,0.255951455205554,0.0,0.090770370535224,0.0,0.0791922830279251,0.255951455205554,0.0,0.118431376789704,0.5,0.255951455205554,0.0,0.0798167506861971,0.255951455205554,0.0,0.065991109382988,0.255951455205554,0.0,0.0850239125810943,0.255951455205554,0.0,0.0463398052362672,0.0,0.021444790458086 -1202,0.255951455205554,0.0,0.0113378880959632,0.255951455205554,0.0,0.100981270832622,0.255951455205554,0.0,0.075757142223705,0.255951455205554,0.0,0.0790951940968418,0.255951455205554,0.0,0.127275681087702,0.255951455205554,0.0,0.069101187683536,0.5,0.255951455205554,0.0,0.104266164974536,0.5,0.255951455205554,0.0,0.00753153428940208,0.5,0.255951455205554,0.0,0.00723162492782697,0.255951455205554,0.0,0.117692597209765,0.0,0.173036522497248,0.255951455205554,0.0,0.142763517638707,0.5,0.255951455205554,0.0,0.0831089243316295,0.255951455205554,0.0,0.0537739007650249,0.255951455205554,0.0,0.0713131709951687,0.255951455205554,0.0,0.0421670780329162,0.0,0.0370518974653261 -1203,0.255951455205554,0.0,0.00769293718330782,0.255951455205554,0.0,0.0837235721188188,0.255951455205554,0.0,0.0762812132197238,0.255951455205554,0.0,0.0892769429462969,0.255951455205554,0.0,0.129898238440766,0.255951455205554,0.0,0.0843364207951535,0.5,0.255951455205554,0.0,0.126290613650667,0.5,0.255951455205554,0.0,0.00877779725908308,0.5,0.255951455205554,0.0,0.00815285952424348,0.255951455205554,0.0,0.131739648114116,0.0,0.306022112472955,0.255951455205554,0.0,0.146533302815215,0.5,0.255951455205554,0.0,0.0764856561074326,0.255951455205554,0.0,0.054510718864687,0.255951455205554,0.0,0.0615476207978193,0.255951455205554,0.0,0.0498549193267006,0.0,0.050197879098631 -1204,0.255951455205554,0.0,0.00855755265096522,0.255951455205554,0.0,0.0882642537830557,0.255951455205554,0.0,0.0739413020764013,0.255951455205554,0.0,0.0752231699844326,0.255951455205554,0.0,0.130357919653519,0.255951455205554,0.0,0.10360392804025,0.5,0.255951455205554,0.0,0.148919590668547,0.5,0.255951455205554,0.0,0.00851362423563406,0.5,0.255951455205554,0.0,0.00955061722151666,0.255951455205554,0.0,0.146530077641683,0.0,0.153250317989551,0.255951455205554,0.0,0.140553925059352,0.5,0.255951455205554,0.0,0.0676865741966024,0.255951455205554,0.0,0.0527079205344118,0.255951455205554,0.0,0.0793719127003755,0.255951455205554,0.0,0.0640467815790764,0.0,0.100192229547775 -1205,0.255951455205554,0.0,0.0160810342479616,0.255951455205554,0.0,0.0927620884453324,0.255951455205554,0.0,0.0761192910654119,0.255951455205554,0.0,0.0661494685456524,0.255951455205554,0.0,0.132132345216281,0.255951455205554,0.0,0.118720202567938,0.5,0.255951455205554,0.0,0.168740598121224,0.5,0.255951455205554,0.0,0.00936958086578072,0.5,0.255951455205554,0.0,0.011437955460178,0.255951455205554,0.0,0.15708910881424,0.0,0.0575688437620069,0.255951455205554,0.0,0.104131086424891,0.5,0.255951455205554,0.0,0.0670002095650442,0.255951455205554,0.0,0.0514117379825484,0.255951455205554,0.0,0.10225212629609,0.255951455205554,0.0,0.0797443097486765,0.0,0.264133207887851 -1206,0.255951455205554,0.0,0.0312047751332712,0.255951455205554,0.0,0.0763196443395181,0.255951455205554,0.0,0.0863641719916386,0.255951455205554,0.0,0.0727012345743257,0.255951455205554,0.0,0.136663570763614,0.255951455205554,0.0,0.126054764693972,0.5,0.255951455205554,0.0,0.174933179996518,0.5,0.255951455205554,0.0,0.0150002996715736,0.5,0.255951455205554,0.0,0.0137441031250727,0.255951455205554,0.0,0.142794215643854,0.0,0.0539889803000947,0.255951455205554,0.0,0.0798913250465504,0.5,0.255951455205554,0.0,0.0529556322602762,0.255951455205554,0.0,0.0552330576484144,0.255951455205554,0.0,0.119306038504863,0.255951455205554,0.0,0.0935428805178961,0.0,0.51989853801947 -1207,0.255951455205554,0.0,0.0541420014098056,0.255951455205554,0.0,0.0624349838421876,0.255951455205554,0.0,0.096936494679475,0.255951455205554,0.0,0.0892591974453441,0.255951455205554,0.0,0.154799858729822,0.255951455205554,0.0,0.135460746174884,0.5,0.255951455205554,0.0,0.183719849600299,0.5,0.255951455205554,0.0,0.0246192218936307,0.5,0.255951455205554,0.0,0.0156493037911013,0.255951455205554,0.0,0.131504504048233,0.0,0.0544287679636966,0.255951455205554,0.0,0.0754930096963282,0.5,0.255951455205554,0.0,0.0416470635760908,0.255951455205554,0.0,0.0696780621876368,0.255951455205554,0.0,0.127452695779093,0.255951455205554,0.0,0.109710493330527,0.0,0.693477833573423 -1208,0.255951455205554,0.0,0.0761604897367055,0.255951455205554,0.0,0.0677289019522589,0.255951455205554,0.0,0.115337424646878,0.255951455205554,0.0,0.086665365771008,0.255951455205554,0.0,0.197477745322432,0.255951455205554,0.0,0.148185843948924,0.5,0.255951455205554,0.0,0.206397381895099,0.5,0.255951455205554,3.43079158204517e-06,0.0321810419110921,0.5,0.255951455205554,0.000939823457508155,0.020511018188642,0.255951455205554,0.0,0.138330961101086,0.000285034312007324,0.0763463635626423,0.255951455205554,0.000426957413111893,0.0774518998768687,0.5,0.255951455205554,6.42744704377645e-05,0.0339529236451121,0.255951455205554,0.00198348202795526,0.0885133206651988,0.255951455205554,0.000141873527065672,0.125454279495746,0.255951455205554,0.000429663174728514,0.119498796325749,0.0,0.761051286737186 -1209,0.255951455205554,0.0260475355825083,0.0945219531047359,0.255951455205554,0.0645621278355142,0.0586669299949974,0.255951455205554,0.00765852602514206,0.145735075724602,0.255951455205554,0.00408088946837468,0.0984538399908713,0.255951455205554,0.0130039564178773,0.279375868298723,0.255951455205554,0.0192851218388627,0.173871142599999,0.5,0.255951455205554,0.0331277210213939,0.262047752410342,0.5,0.255951455205554,0.0729565443493518,0.0322930370789074,0.5,0.255951455205554,0.0600927863052436,0.0241740198624413,0.255951455205554,0.0499790653175057,0.160011153679383,0.0149409620383468,0.140405272107879,0.255951455205554,0.0186341512181257,0.088329236980782,0.5,0.255951455205554,0.0194964931557619,0.0324160618373687,0.255951455205554,0.098079836066573,0.0909761081054378,0.255951455205554,0.0370547726806486,0.130871003739998,0.255951455205554,0.089651383795158,0.114602038264832,0.0303497345311313,0.833455450605131 -1210,0.255951455205554,0.0764056852127361,0.125613422890738,0.255951455205554,0.124146318002433,0.0881882892644684,0.255951455205554,0.0373566902180897,0.225862977593718,0.255951455205554,0.0177510326027084,0.165982811758587,0.255951455205554,0.0822006191132797,0.412226582601665,0.255951455205554,0.0594200403552007,0.253752119681579,0.5,0.255951455205554,0.154917557764715,0.368031189742354,0.5,0.255951455205554,0.227498832376999,0.0528651179479766,0.5,0.255951455205554,0.188713577115912,0.0372624253486971,0.255951455205554,0.224856205169676,0.237383221321708,0.0409963312215479,0.209084717866638,0.255951455205554,0.0707929852530084,0.126325093806003,0.5,0.255951455205554,0.0706307111455918,0.0535479249726778,0.255951455205554,0.242550824347109,0.132513175555492,0.255951455205554,0.103168926888933,0.165118977599481,0.255951455205554,0.201988971940156,0.181837426391119,0.0445857434022506,0.857364842142696 -1211,0.255951455205554,0.12182190475024,0.24993634228001,0.255951455205554,0.0865202489289294,0.245473868654648,0.255951455205554,0.0960957555434477,0.398499864327432,0.255951455205554,0.0450710861881978,0.323844166728262,0.255951455205554,0.211359268673776,0.573029498839409,0.255951455205554,0.144809088946294,0.417371060693455,0.5,0.255951455205554,0.32202488828228,0.476893624414715,0.5,0.255951455205554,0.388276660148347,0.127672302952304,0.5,0.255951455205554,0.321559646961911,0.0838197410793891,0.255951455205554,0.400976049283766,0.316195165782884,0.0548875574330696,0.205377724708318,0.255951455205554,0.143929570851086,0.172302786162101,0.5,0.255951455205554,0.0984481965859147,0.0996918845089164,0.255951455205554,0.39622170048865,0.222030710418946,0.255951455205554,0.138512398732617,0.211560900277852,0.255951455205554,0.290136796521204,0.292522026503573,0.0728166430869074,0.888688304832183 -1212,0.255951455205554,0.149238442472008,0.420597130418481,0.255951455205554,0.0490876075699642,0.269120334603748,0.255951455205554,0.175374867120998,0.486784558204607,0.255951455205554,0.120640214665108,0.474420513129178,0.255951455205554,0.336110056768623,0.721989554012696,0.255951455205554,0.286408006704818,0.557892561939103,0.5,0.255951455205554,0.43473978438066,0.56804010964367,0.5,0.255951455205554,0.489815486763535,0.178886137983966,0.5,0.255951455205554,0.408961576579757,0.15254054383428,0.255951455205554,0.521301190014007,0.436870537499089,0.0695471676317867,0.235539524753321,0.255951455205554,0.206654149288747,0.204500069241907,0.5,0.255951455205554,0.0824649384028072,0.115032102972206,0.255951455205554,0.474667635799026,0.267450007134409,0.255951455205554,0.148547051974198,0.213590592078222,0.255951455205554,0.363487081409947,0.352963991656539,0.305053584169583,0.89563670727829 -1213,0.255951455205554,0.133609610181447,0.497111826339169,0.255951455205554,0.0588238098390477,0.271887285715246,0.255951455205554,0.25275518877126,0.590518599045001,0.255951455205554,0.260871338561119,0.632072793139563,0.255951455205554,0.373002963394371,0.83399450969057,0.255951455205554,0.428433649879414,0.669453140759382,0.5,0.255951455205554,0.490757560189393,0.611236720825716,0.5,0.255951455205554,0.530881938880207,0.179134759887976,0.5,0.255951455205554,0.399846325252022,0.186852153386884,0.255951455205554,0.536749675638668,0.429087454282731,0.0710259470310141,0.230284755685388,0.255951455205554,0.21478040607375,0.208177484101197,0.5,0.255951455205554,0.0657149499966873,0.122513524052341,0.255951455205554,0.481878831212146,0.271636298984188,0.255951455205554,0.184552816651995,0.266614061897906,0.255951455205554,0.394373258101854,0.469559823506223,0.38266289202183,0.907273373647646 -1214,0.255951455205554,0.124538793787718,0.554969851372193,0.255951455205554,0.0661007510528615,0.301905814840173,0.255951455205554,0.275708707445903,0.676606939075801,0.255951455205554,0.311828821835261,0.633791546908165,0.255951455205554,0.311769425603856,0.893384841937054,0.255951455205554,0.50228583664512,0.703507846920002,0.5,0.255951455205554,0.457785092129212,0.64034884960453,0.5,0.255951455205554,0.54222772825547,0.177141540955006,0.5,0.255951455205554,0.352912418286049,0.200017770353891,0.255951455205554,0.424323289753099,0.551500650786095,0.0683929852634238,0.221618274350829,0.255951455205554,0.186002202077247,0.189556136002398,0.5,0.255951455205554,0.0926011447715426,0.163583027193823,0.255951455205554,0.467105690730277,0.243895549736183,0.255951455205554,0.205685145418658,0.306833085507703,0.255951455205554,0.448272069906711,0.510734682186684,0.0880627226223956,0.910791775870232 -1215,0.255951455205554,0.0924404945089697,0.539834238774126,0.255951455205554,0.0564641052236023,0.372140211138025,0.255951455205554,0.212283416454166,0.748856692933277,0.255951455205554,0.373778192363528,0.805920113976793,0.255951455205554,0.205372812441065,0.91956969941168,0.255951455205554,0.446113198002469,0.697646387704627,0.5,0.255951455205554,0.346279558246974,0.681723142903746,0.5,0.255951455205554,0.498509798481788,0.176267493734487,0.5,0.255951455205554,0.283793547722303,0.210398826180744,0.255951455205554,0.27521437727519,0.690476157117095,0.0752625458481927,0.171378053006532,0.255951455205554,0.106170245875997,0.151600586235625,0.5,0.255951455205554,0.120968753286548,0.220918464318497,0.255951455205554,0.395513529193713,0.195591527193056,0.255951455205554,0.238465210390966,0.338554886793255,0.255951455205554,0.460268768768304,0.454819202166441,0.0806148690737906,0.912168677559958 -1216,0.255951455205554,0.0703717070524595,0.627122457599502,0.255951455205554,0.0458788125248832,0.513633998206834,0.255951455205554,0.132241975113583,0.77036256642683,0.255951455205554,0.0857846023461409,0.795301251135079,0.255951455205554,0.0930614147504199,0.899023870244306,0.255951455205554,0.329854074114608,0.622703688460231,0.5,0.255951455205554,0.182863195830699,0.692329990315758,0.5,0.255951455205554,0.385820547600214,0.130763945817867,0.5,0.255951455205554,0.19845721525205,0.181806094234323,0.255951455205554,0.11579694639632,0.785556925452896,0.0243957241072221,0.0800623421157137,0.255951455205554,0.0697043445579068,0.120528625555956,0.5,0.255951455205554,0.0907507052675222,0.257118216973525,0.255951455205554,0.277959014125492,0.113040468300221,0.255951455205554,0.249158487283961,0.270779945743563,0.255951455205554,0.349941831779313,0.310196892082327,0.116530006573286,0.912213237833223 -1217,0.255951455205554,0.027399907024747,0.766411471201919,0.255951455205554,0.0707077393683667,0.581071518230087,0.255951455205554,0.0425291608241386,0.760349326976909,0.255951455205554,0.0111870294801553,0.77786462877527,0.255951455205554,0.0233306399866465,0.847036972683066,0.255951455205554,0.120405432779942,0.540712442040891,0.5,0.255951455205554,0.045629172751634,0.598139309072709,0.5,0.255951455205554,0.151448420888837,0.0633699584714474,0.5,0.255951455205554,0.0813533286378537,0.109443309710292,0.255951455205554,0.0196391934543228,0.693401179501615,0.0049987215682888,0.071743432944295,0.255951455205554,0.0232092530905456,0.116316474884685,0.5,0.255951455205554,0.0254150895394772,0.246035020564028,0.255951455205554,0.0583867492397737,0.0986457194838601,0.255951455205554,0.0938830719981595,0.23559888382478,0.255951455205554,0.120136382349475,0.259775564774799,0.029429344483788,0.914477214159421 -1218,0.255951455205554,0.0,0.792609382716272,0.255951455205554,0.0,0.66098899399413,0.255951455205554,2.87563160088918e-05,0.777275076597485,0.255951455205554,7.24555395295829e-05,0.798050498406025,0.255951455205554,7.08770512643713e-05,0.80447861785902,0.255951455205554,4.08117505376745e-05,0.512275787670965,0.5,0.255951455205554,0.000115502249877654,0.5006144544011,0.5,0.255951455205554,0.0,0.0794710917613923,0.5,0.255951455205554,0.0,0.0896660833612265,0.255951455205554,0.0,0.52202357000119,0.0,0.120663555757848,0.255951455205554,0.0,0.159280237146406,0.5,0.255951455205554,0.0,0.264770335230673,0.255951455205554,0.0,0.132556320731255,0.255951455205554,0.0,0.316056912564391,0.255951455205554,0.0,0.282427172831749,0.0,0.919231376202118 -1219,0.255951455205554,0.0,0.837920592977783,0.255951455205554,0.0,0.771597738398672,0.255951455205554,0.0,0.807215568276723,0.255951455205554,0.0,0.835251781528025,0.255951455205554,0.0,0.74144747528022,0.255951455205554,0.0,0.504376772779857,0.5,0.255951455205554,0.0,0.418382136890836,0.5,0.255951455205554,0.0,0.0879429891943346,0.5,0.255951455205554,0.0,0.0976358821813804,0.255951455205554,0.0,0.440737577665635,0.0,0.199699014765202,0.255951455205554,0.0,0.23014196280315,0.5,0.255951455205554,0.0,0.361875729374008,0.255951455205554,0.0,0.152163535755321,0.255951455205554,0.0,0.405338849523718,0.255951455205554,0.0,0.305290605381326,0.0,0.800918794936883 -1220,0.255951455205554,0.0,0.909988616098644,0.255951455205554,0.0,0.819771882551108,0.255951455205554,0.0,0.797163816875032,0.255951455205554,0.0,0.877305679795571,0.255951455205554,0.0,0.646992875269141,0.255951455205554,0.0,0.510013404773922,0.5,0.255951455205554,0.0,0.352885546916291,0.5,0.255951455205554,0.0,0.0833007224824975,0.5,0.255951455205554,0.0,0.102492667373003,0.255951455205554,0.0,0.431162718960954,0.0,0.238559429352306,0.255951455205554,0.0,0.298266753451311,0.5,0.255951455205554,0.0,0.49750046931757,0.255951455205554,0.0,0.167409530823231,0.255951455205554,0.0,0.457415317289045,0.255951455205554,0.0,0.319346452169908,0.0,0.803084002607204 -1221,0.255951455205554,0.0,0.910112847875809,0.255951455205554,0.0,0.820577159155841,0.255951455205554,0.0,0.720992997235768,0.255951455205554,0.0,0.825296668131039,0.255951455205554,0.0,0.514602813026092,0.255951455205554,0.0,0.467526173457966,0.5,0.255951455205554,0.0,0.282923767208346,0.5,0.255951455205554,0.0,0.0808697585302617,0.5,0.255951455205554,0.0,0.0973690656924928,0.255951455205554,0.0,0.386669829481422,0.0,0.272089064895993,0.255951455205554,0.0,0.339225178182448,0.5,0.255951455205554,0.0,0.609283963596149,0.255951455205554,0.0,0.18388894555695,0.255951455205554,0.0,0.44218320386836,0.255951455205554,0.0,0.306418726326124,0.0,0.853761586151308 -1222,0.255951455205554,0.0,0.835329123448124,0.255951455205554,0.0,0.776334912754248,0.255951455205554,0.0,0.586254419841161,0.255951455205554,0.0,0.590183228506434,0.255951455205554,0.0,0.394609709996459,0.255951455205554,0.0,0.373411520805779,0.5,0.255951455205554,0.0,0.216408515517686,0.5,0.255951455205554,0.0,0.0886191328319275,0.5,0.255951455205554,0.0,0.100914087756545,0.255951455205554,0.0,0.321663901891639,0.0,0.262974284826727,0.255951455205554,0.0,0.350345460269818,0.5,0.255951455205554,0.0,0.659542683047917,0.255951455205554,0.0,0.205117582037267,0.255951455205554,0.0,0.376935122385768,0.255951455205554,0.0,0.270111091448904,0.0,0.755173705703781 -1223,0.255951455205554,0.0,0.646310854588044,0.255951455205554,0.0,0.577110954336705,0.255951455205554,0.0,0.44264064794467,0.255951455205554,0.0,0.37519092373771,0.255951455205554,0.0,0.322742457709126,0.255951455205554,0.0,0.287084869474892,0.5,0.255951455205554,0.0,0.168037200979412,0.5,0.255951455205554,0.0,0.0988677530207194,0.5,0.255951455205554,0.0,0.1026563935653,0.255951455205554,0.0,0.255536443190872,0.0,0.221047048170131,0.255951455205554,0.0,0.334229569343473,0.5,0.255951455205554,0.0,0.677005294941434,0.255951455205554,0.0,0.229710416546895,0.255951455205554,0.0,0.302627665095859,0.255951455205554,0.0,0.240538393316187,0.0,0.758575374821308 -1224,0.255951455205554,0.0,0.461890053098882,0.255951455205554,0.0,0.388969980254126,0.255951455205554,0.0,0.339552003500801,0.255951455205554,0.0,0.260135337007664,0.255951455205554,0.0,0.277893938350529,0.255951455205554,0.0,0.202252727506035,0.5,0.255951455205554,0.0,0.135235763166736,0.5,0.255951455205554,0.0,0.105012678131506,0.5,0.255951455205554,0.0,0.105533672362412,0.255951455205554,0.0,0.212208196462354,0.0,0.190180975301546,0.255951455205554,0.0,0.302221086779635,0.5,0.255951455205554,0.0,0.647815367263348,0.255951455205554,0.0,0.244852583266848,0.255951455205554,0.0,0.248047232153991,0.255951455205554,0.0,0.223542301606744,0.0,0.736636724104127 -1225,0.255951455205554,0.0,0.308596145121027,0.255951455205554,0.0,0.253939055634068,0.255951455205554,0.0,0.305970048221188,0.255951455205554,0.0,0.259910511751636,0.255951455205554,0.0,0.262125609654648,0.255951455205554,0.0,0.140090164075928,0.5,0.255951455205554,0.0,0.123379340656644,0.5,0.255951455205554,0.0,0.108095345835368,0.5,0.255951455205554,0.0,0.105449913623598,0.255951455205554,0.0,0.187696362763969,0.0,0.201193480086694,0.255951455205554,0.0,0.266119548108241,0.5,0.255951455205554,0.0,0.551924786142897,0.255951455205554,0.0,0.239199806916869,0.255951455205554,0.0,0.204183961664634,0.255951455205554,0.0,0.203093594810248,0.0,0.747318619927996 -1226,0.255951455205554,0.0,0.214244480791787,0.255951455205554,0.0,0.205953373442488,0.255951455205554,0.0,0.284858127379237,0.255951455205554,0.0,0.29893483384804,0.255951455205554,0.0,0.265992978591128,0.255951455205554,0.0,0.107135656245891,0.5,0.255951455205554,0.0,0.123603998225257,0.5,0.255951455205554,0.0,0.11045684918009,0.5,0.255951455205554,0.0,0.107462826399271,0.255951455205554,0.0,0.178730945029584,0.0,0.234529327318227,0.255951455205554,0.0,0.242964982389798,0.5,0.255951455205554,0.0,0.438628495723426,0.255951455205554,0.0,0.238429670293191,0.255951455205554,0.0,0.176425061036153,0.255951455205554,0.0,0.17304346645986,0.0,0.556782091924761 -1227,0.255951455205554,0.0,0.233520380485523,0.255951455205554,0.0,0.243778565577245,0.255951455205554,0.0,0.231092454873643,0.255951455205554,0.0,0.313234971931845,0.255951455205554,0.0,0.25948430656332,0.255951455205554,0.0,0.112989496332042,0.5,0.255951455205554,0.0,0.118991082882533,0.5,0.255951455205554,0.0,0.120741911808282,0.5,0.255951455205554,0.0,0.108985970637352,0.255951455205554,0.0,0.155970180518462,0.0,0.213826100844158,0.255951455205554,0.0,0.223141240495834,0.5,0.255951455205554,0.0,0.344986137591599,0.255951455205554,0.0,0.239586125562751,0.255951455205554,0.0,0.160299566945171,0.255951455205554,0.0,0.150758474673918,0.0,0.445848299176711 -1228,0.255951455205554,0.0,0.272838068379522,0.255951455205554,0.0,0.295992743529377,0.255951455205554,0.0,0.246758820379434,0.255951455205554,0.0,0.259699735775217,0.255951455205554,0.0,0.218823149235623,0.255951455205554,0.0,0.134374140348331,0.5,0.255951455205554,0.0,0.131563445645368,0.5,0.255951455205554,0.0,0.129392117864273,0.5,0.255951455205554,0.0,0.109345096476638,0.255951455205554,0.0,0.142900066361679,0.0,0.20276300232909,0.255951455205554,0.0,0.193535642484868,0.5,0.255951455205554,0.0,0.25841143940444,0.255951455205554,0.0,0.228686749818336,0.255951455205554,0.0,0.138809571584032,0.255951455205554,0.0,0.128203636364478,0.0,0.788955143130641 -1229,0.255951455205554,0.0,0.223101339655878,0.255951455205554,0.0,0.31505034121664,0.255951455205554,0.0,0.280411798125227,0.255951455205554,0.0,0.185160888126973,0.255951455205554,0.0,0.163945587427772,0.255951455205554,0.0,0.124545802692744,0.5,0.255951455205554,0.0,0.180691664610833,0.5,0.255951455205554,0.0,0.147489424996794,0.5,0.255951455205554,0.0,0.108407791697536,0.255951455205554,0.0,0.211157339250841,0.0,0.178646882517499,0.255951455205554,0.0,0.171280823693909,0.5,0.255951455205554,0.0,0.18613789161235,0.255951455205554,0.0,0.211789294960644,0.255951455205554,0.0,0.115502335029024,0.255951455205554,0.0,0.115531456470358,0.0,0.855112370377246 -1230,0.255951455205554,0.0,0.224505630178504,0.255951455205554,0.0,0.212828116499664,0.255951455205554,0.0,0.305090982341097,0.255951455205554,0.0,0.27521574273888,0.255951455205554,0.0,0.165458987475281,0.255951455205554,0.0,0.0885885873688267,0.5,0.255951455205554,0.0,0.264448011977398,0.5,0.255951455205554,0.0,0.186145760358326,0.5,0.255951455205554,0.0,0.116131294666754,0.255951455205554,0.0,0.424099255323232,0.0,0.138761199282505,0.255951455205554,0.0,0.141189326116327,0.5,0.255951455205554,0.0,0.133097198374854,0.255951455205554,0.0,0.183185014567401,0.255951455205554,0.0,0.102486171250051,0.255951455205554,0.0,0.118404058170582,0.0,0.882797039660019 -1231,0.255951455205554,0.0,0.33026824706806,0.255951455205554,0.0,0.141990670854969,0.255951455205554,0.0,0.282016458765616,0.255951455205554,0.0,0.310071611780435,0.255951455205554,0.0,0.207433615088482,0.255951455205554,0.0,0.0872478040728886,0.5,0.255951455205554,0.0,0.318739215511761,0.5,0.255951455205554,0.0,0.164190359352601,0.5,0.255951455205554,0.0,0.125546629716452,0.255951455205554,0.0,0.557299799808773,0.0,0.0933878686310552,0.255951455205554,0.0,0.112874134142407,0.5,0.255951455205554,0.0,0.104939424483281,0.255951455205554,0.0,0.163207776203134,0.255951455205554,0.0,0.116281312015344,0.255951455205554,0.0,0.126478340412354,0.0,0.890966803215951 -1232,0.255951455205554,0.0,0.451265642961634,0.255951455205554,0.0,0.157506711155868,0.255951455205554,0.0,0.277378979931965,0.255951455205554,0.0,0.245155117824387,0.255951455205554,0.0,0.277793046908693,0.255951455205554,0.0,0.126613498356218,0.5,0.255951455205554,0.0,0.419237472952149,0.5,0.255951455205554,1.18065890694083e-05,0.1124330974333,0.5,0.255951455205554,0.000543022518098946,0.120821784041329,0.255951455205554,0.0,0.558194936297824,0.000163204100494322,0.067875178377875,0.255951455205554,0.000626787700145687,0.0988151537056682,0.5,0.255951455205554,2.6996712452744e-05,0.0947471403482856,0.255951455205554,0.00104331766071652,0.148437981581388,0.255951455205554,7.20999985642107e-05,0.132955627709573,0.255951455205554,9.27466701446317e-05,0.129964702959881,0.0,0.805292658540341 -1233,0.255951455205554,0.00576913756069439,0.432676208188977,0.255951455205554,0.00480391131321261,0.167433797631085,0.255951455205554,0.0438230033804286,0.315178383373022,0.255951455205554,0.0182548810481891,0.288230753327501,0.255951455205554,0.0317421446478356,0.372427645704813,0.255951455205554,0.0316030080092133,0.236971189504789,0.5,0.255951455205554,0.0276431215828109,0.590939280221147,0.5,0.255951455205554,0.0170584582305072,0.120895352325294,0.5,0.255951455205554,0.0175880232714647,0.11592334518278,0.255951455205554,0.0310504749970914,0.747491466951046,0.00345482432961222,0.0573163839739212,0.255951455205554,0.0123107338973667,0.10378250850585,0.5,0.255951455205554,0.0122329061416025,0.102041588498968,0.255951455205554,0.0166563951722956,0.143701627817377,0.255951455205554,0.0179577524611742,0.136498160140403,0.255951455205554,0.0238973698033693,0.122832598594902,0.0126085598594126,0.67669060995533 -1234,0.255951455205554,0.028441115748275,0.397135328928251,0.255951455205554,0.0283065664944429,0.157864653270337,0.255951455205554,0.145273369780752,0.482485851277231,0.255951455205554,0.209137799269557,0.469079187394382,0.255951455205554,0.0845365373220683,0.627355781975204,0.255951455205554,0.0956244557040418,0.552095926256693,0.5,0.255951455205554,0.0825608943096514,0.746656624065252,0.5,0.255951455205554,0.0727212375393406,0.200742754073621,0.5,0.255951455205554,0.0542344416878964,0.176804514941927,0.255951455205554,0.0183320519893634,0.915084919669997,0.0144957160165955,0.058780756555565,0.255951455205554,0.0281007641106639,0.124692048556889,0.5,0.255951455205554,0.065457768493223,0.128135031304763,0.255951455205554,0.0385277728487467,0.162169116607061,0.255951455205554,0.0912905644672423,0.163578691529157,0.255951455205554,0.114302383713052,0.17606753009369,0.0336823648022419,0.701447518996216 -1235,0.255951455205554,0.0812446647653261,0.563302668446801,0.255951455205554,0.0892677496767888,0.258123796029762,0.255951455205554,0.178157215270092,0.672929262488217,0.255951455205554,0.216611556760575,0.875427057731476,0.255951455205554,0.110262736406954,0.757065877915516,0.255951455205554,0.145357043503211,0.767736136415099,0.5,0.255951455205554,0.0815810662582023,0.787348225307649,0.5,0.255951455205554,0.128956254961358,0.406695804954421,0.5,0.255951455205554,0.0982729560129303,0.295037482220692,0.255951455205554,0.0428160703248157,0.866607725256006,0.0406336760116102,0.0968060687066004,0.255951455205554,0.0516537137272846,0.143960137077234,0.5,0.255951455205554,0.143149882230404,0.192146879215059,0.255951455205554,0.0520364111279764,0.170016925414344,0.255951455205554,0.262396082567178,0.254807678590844,0.255951455205554,0.228305716777275,0.35286592687541,0.0537569328871369,0.746695269215334 -1236,0.255951455205554,0.172670370610307,0.79032495227154,0.255951455205554,0.298088804019876,0.740391071494719,0.255951455205554,0.144907592950066,0.740943618769498,0.255951455205554,0.106017869558682,0.818464539049612,0.255951455205554,0.0801774527739932,0.776452859474195,0.255951455205554,0.114651798975896,0.761679314776979,0.5,0.255951455205554,0.0968450185860747,0.838182366594548,0.5,0.255951455205554,0.124250205255649,0.50227867429849,0.5,0.255951455205554,0.130541468676786,0.406387700458953,0.255951455205554,0.143944348326585,0.836919941254077,0.0717252211278497,0.145291089121998,0.255951455205554,0.0918494192631922,0.140931924826623,0.5,0.255951455205554,0.209030452791308,0.230935857894627,0.255951455205554,0.115273583727857,0.164423251199914,0.255951455205554,0.393578881955004,0.35525347995678,0.255951455205554,0.312205818750133,0.609899928136539,0.104781869325684,0.763587683186318 -1237,0.255951455205554,0.214096645625657,0.846471028187607,0.255951455205554,0.310708973819979,0.848482053072573,0.255951455205554,0.112626761456819,0.738058593226337,0.255951455205554,0.103506425847602,0.802309125214604,0.255951455205554,0.0633589515624343,0.758542433072802,0.255951455205554,0.181839644722734,0.814701681474092,0.5,0.255951455205554,0.22091089875903,0.863189641015693,0.5,0.255951455205554,0.147758472750936,0.53428474096727,0.5,0.255951455205554,0.137933439627239,0.463819297489596,0.255951455205554,0.313046005982132,0.882504129962413,0.223016030996065,0.193841742047367,0.255951455205554,0.146831456083196,0.168706917742356,0.5,0.255951455205554,0.184242949796934,0.216320197384387,0.255951455205554,0.162712122659615,0.202269913818875,0.255951455205554,0.383897648353596,0.471633837798108,0.255951455205554,0.291856031777217,0.686193378552327,0.431888614041473,0.802096699098753 -1238,0.255951455205554,0.119310184869697,0.762335792739799,0.255951455205554,0.211805574666889,0.80838899992663,0.255951455205554,0.111744971743966,0.741340436336292,0.255951455205554,0.137280488435352,0.768969091302277,0.255951455205554,0.0803645326399003,0.743303529046301,0.255951455205554,0.197009641588075,0.803948361499681,0.5,0.255951455205554,0.285184527634088,0.808972522672575,0.5,0.255951455205554,0.154640561227098,0.554490005849088,0.5,0.255951455205554,0.133392773507306,0.457014112774519,0.255951455205554,0.244398205502082,0.898454798137078,0.378170201090877,0.281839014608969,0.255951455205554,0.175762719643571,0.199243788131368,0.5,0.255951455205554,0.125496319343246,0.180114140416338,0.255951455205554,0.131071087269607,0.218328294880728,0.255951455205554,0.293771701355009,0.470668432205846,0.255951455205554,0.286404670130468,0.671299062424833,0.194181231306842,0.823316155448699 -1239,0.255951455205554,0.149659472378402,0.663097668120019,0.255951455205554,0.115704398112208,0.787252934725744,0.255951455205554,0.0837797603528352,0.681174836091793,0.255951455205554,0.0328551166872775,0.643776403398793,0.255951455205554,0.0932998263708458,0.654286897932208,0.255951455205554,0.134765095612167,0.615295967976386,0.5,0.255951455205554,0.297891870439902,0.733987316563934,0.5,0.255951455205554,0.10680376364713,0.473682113280624,0.5,0.255951455205554,0.123272945960582,0.481581048205268,0.255951455205554,0.336739813858946,0.872290567281846,0.0845411390337216,0.119225362566273,0.255951455205554,0.177353532069228,0.196592786885513,0.5,0.255951455205554,0.121478643235343,0.174753799796024,0.255951455205554,0.133768159608019,0.213207909396683,0.255951455205554,0.280366438809394,0.460559652219624,0.255951455205554,0.304913684196673,0.700737237910055,0.16028269320519,0.876164736855472 -1240,0.255951455205554,0.0701868651128448,0.596514321456524,0.255951455205554,0.080737789515434,0.635669839852464,0.255951455205554,0.0573306401176341,0.579805965319734,0.255951455205554,0.0110433985247464,0.55811642867521,0.255951455205554,0.0741815901541181,0.563233706630438,0.255951455205554,0.143463957402481,0.490470399865292,0.5,0.255951455205554,0.212862597518775,0.611043794076859,0.5,0.255951455205554,0.0816057216565943,0.377762515159168,0.5,0.255951455205554,0.0714150467516573,0.471736502084475,0.255951455205554,0.349870740364996,0.655256642029945,0.0755901440169564,0.0784719517803258,0.255951455205554,0.104261131168356,0.178858546332383,0.5,0.255951455205554,0.12878259268906,0.197991874768502,0.255951455205554,0.111545707853846,0.189572842658294,0.255951455205554,0.216282464141806,0.41360628063557,0.255951455205554,0.168122614226454,0.650906728824876,0.0980808036249099,0.896193261438493 -1241,0.255951455205554,0.0287314728196893,0.456349224589213,0.255951455205554,0.00997423612630752,0.499063722052658,0.255951455205554,0.0465053043470884,0.458571252037857,0.255951455205554,0.0379749725222259,0.512198916729123,0.255951455205554,0.0371009805896716,0.493292254924241,0.255951455205554,0.0636180550598211,0.303349196133717,0.5,0.255951455205554,0.098795120397814,0.421069371245271,0.5,0.255951455205554,0.0488139279981827,0.246169301675531,0.5,0.255951455205554,0.0246404120943594,0.417673996795626,0.255951455205554,0.154913964739052,0.389882404441779,0.0787869435637541,0.12827653833618,0.255951455205554,0.0319960715415148,0.147218716697188,0.5,0.255951455205554,0.0369863421189451,0.21888201899288,0.255951455205554,0.0461045141213723,0.15160021488531,0.255951455205554,0.0757309690128294,0.395444918692491,0.255951455205554,0.0432352956899985,0.551442585053463,0.00479637466711085,0.887229924628643 -1242,0.255951455205554,0.0,0.38289930125599,0.255951455205554,0.0,0.37715202797224,0.255951455205554,2.78810211916122e-06,0.387399874842164,0.255951455205554,0.0,0.345158499392575,0.255951455205554,0.0,0.429133931580697,0.255951455205554,3.04575466545617e-05,0.191097912727228,0.5,0.255951455205554,0.0,0.299960065989927,0.5,0.255951455205554,9.99039177883948e-05,0.148226151898213,0.5,0.255951455205554,9.76581284182275e-05,0.318097530774219,0.255951455205554,0.0,0.229492259401124,0.0,0.187553785601195,0.255951455205554,0.0,0.158877076297275,0.5,0.255951455205554,0.0,0.212808488368316,0.255951455205554,0.0,0.170202963985281,0.255951455205554,0.0,0.378373015784822,0.255951455205554,3.39832981514133e-05,0.411661385932502,0.0,0.880528705892695 -1243,0.255951455205554,0.0,0.451693167725525,0.255951455205554,0.0,0.364611342790608,0.255951455205554,0.0,0.368119031468445,0.255951455205554,0.0,0.340200253106012,0.255951455205554,0.0,0.412080772613555,0.255951455205554,0.0,0.175667088791585,0.5,0.255951455205554,0.0,0.261073335059833,0.5,0.255951455205554,0.0,0.125459180930277,0.5,0.255951455205554,0.0,0.281733471788332,0.255951455205554,0.0,0.139299990732527,0.0,0.145126461998156,0.255951455205554,0.0,0.208867282998996,0.5,0.255951455205554,0.0,0.244582733527138,0.255951455205554,0.0,0.233088744720854,0.255951455205554,0.0,0.307012953158082,0.255951455205554,0.0,0.355318438428839,0.0,0.873710729747165 -1244,0.255951455205554,0.0,0.515378656741888,0.255951455205554,0.0,0.227271710717873,0.255951455205554,0.0,0.380390283808647,0.255951455205554,0.0,0.427307428672154,0.255951455205554,0.0,0.417003690260881,0.255951455205554,0.0,0.210397159256486,0.5,0.255951455205554,0.0,0.184672971667892,0.5,0.255951455205554,0.0,0.115917705789137,0.5,0.255951455205554,0.0,0.201993393890513,0.255951455205554,0.0,0.0806625615418739,0.0,0.216762232704313,0.255951455205554,0.0,0.253411318365853,0.5,0.255951455205554,0.0,0.286667776640884,0.255951455205554,0.0,0.277773008449896,0.255951455205554,0.0,0.264056467555116,0.255951455205554,0.0,0.294739735704181,0.0,0.861828897428603 -1245,0.255951455205554,0.0,0.504403420738594,0.255951455205554,0.0,0.244727698774242,0.255951455205554,0.0,0.400521060545241,0.255951455205554,0.0,0.454914380735693,0.255951455205554,0.0,0.360184068366853,0.255951455205554,0.0,0.208746183067597,0.5,0.255951455205554,0.0,0.123779324673349,0.5,0.255951455205554,0.0,0.106874910108201,0.5,0.255951455205554,0.0,0.145846915181945,0.255951455205554,0.0,0.0504663676066531,0.0,0.247206775126773,0.255951455205554,0.0,0.268043915597996,0.5,0.255951455205554,0.0,0.305885247765638,0.255951455205554,0.0,0.204654834251313,0.255951455205554,0.0,0.256835460963637,0.255951455205554,0.0,0.255325601252674,0.0,0.875190238534904 -1246,0.255951455205554,0.0,0.484038738388989,0.255951455205554,0.0,0.438652168897291,0.255951455205554,0.0,0.411545077757662,0.255951455205554,0.0,0.430293272191606,0.255951455205554,0.0,0.348938273666727,0.255951455205554,0.0,0.163805177260482,0.5,0.255951455205554,0.0,0.110344472681231,0.5,0.255951455205554,0.0,0.099657598439021,0.5,0.255951455205554,0.0,0.12168439728602,0.255951455205554,0.0,0.0514032261437884,0.0,0.204501467975983,0.255951455205554,0.0,0.270772467392937,0.5,0.255951455205554,0.0,0.276670201060545,0.255951455205554,0.0,0.16952085475579,0.255951455205554,0.0,0.220813607405892,0.255951455205554,0.0,0.199388185199125,0.0,0.815624470219605 -1247,0.255951455205554,0.0,0.519215546516102,0.255951455205554,0.0,0.474795961673467,0.255951455205554,0.0,0.441114485636542,0.255951455205554,0.0,0.436954496744669,0.255951455205554,0.0,0.394531924585509,0.255951455205554,0.0,0.146977968715513,0.5,0.255951455205554,0.0,0.120026281958309,0.5,0.255951455205554,0.0,0.0984456681725149,0.5,0.255951455205554,0.0,0.098943920782257,0.255951455205554,0.0,0.0375632410927,0.0,0.191339858025858,0.255951455205554,0.0,0.226880662898902,0.5,0.255951455205554,0.0,0.23899138092361,0.255951455205554,0.0,0.15769695302648,0.255951455205554,0.0,0.171823615256634,0.255951455205554,0.0,0.143859041066897,0.0,0.90089929470514 -1248,0.255951455205554,0.0,0.564252693316068,0.255951455205554,0.0,0.452291290286044,0.255951455205554,0.0,0.48635415472019,0.255951455205554,0.0,0.50125587277873,0.255951455205554,0.0,0.370797876317198,0.255951455205554,0.0,0.150802379915064,0.5,0.255951455205554,0.0,0.0947098682806497,0.5,0.255951455205554,0.0,0.0954742503202778,0.5,0.255951455205554,0.0,0.0778021708454502,0.255951455205554,0.0,0.0468687751369556,0.0,0.176437835756786,0.255951455205554,0.0,0.20648149604552,0.5,0.255951455205554,0.0,0.244079802367151,0.255951455205554,0.0,0.119854842346461,0.255951455205554,0.0,0.124156956567206,0.255951455205554,0.0,0.123062361699745,0.0,0.914478657411813 -1249,0.255951455205554,0.0,0.615665207727377,0.255951455205554,0.0,0.464540465640246,0.255951455205554,0.0,0.502809936467674,0.255951455205554,0.0,0.651558747987357,0.255951455205554,0.0,0.326578508561829,0.255951455205554,0.0,0.160995222048952,0.5,0.255951455205554,0.0,0.0951546296445366,0.5,0.255951455205554,0.0,0.0849546341465127,0.5,0.255951455205554,0.0,0.0658455532616415,0.255951455205554,0.0,0.0924496330387959,0.0,0.142837912208319,0.255951455205554,0.0,0.186695768920972,0.5,0.255951455205554,0.0,0.270287783272383,0.255951455205554,0.0,0.0891587976460963,0.255951455205554,0.0,0.0997901838867256,0.255951455205554,0.0,0.133480206403338,0.0,0.897932875537555 -1250,0.255951455205554,0.0,0.693894522757756,0.255951455205554,0.0,0.621091021396015,0.255951455205554,0.0,0.503736455078217,0.255951455205554,0.0,0.549338844713309,0.255951455205554,0.0,0.349560709396805,0.255951455205554,0.0,0.179581510813374,0.5,0.255951455205554,0.0,0.149968638067252,0.5,0.255951455205554,0.0,0.0682035622716579,0.5,0.255951455205554,0.0,0.055284803088663,0.255951455205554,0.0,0.175800712399119,0.0,0.113601671174046,0.255951455205554,0.0,0.15664852015579,0.5,0.255951455205554,0.0,0.32876328741655,0.255951455205554,0.0,0.0758766652654377,0.255951455205554,0.0,0.0954562095624512,0.255951455205554,0.0,0.150697284861855,0.0,0.924587009234476 -1251,0.255951455205554,0.0,0.710734828450246,0.255951455205554,0.0,0.562144793032789,0.255951455205554,0.0,0.548985164166378,0.255951455205554,0.0,0.50945474389845,0.255951455205554,0.0,0.395468870508095,0.255951455205554,0.0,0.19875663446285,0.5,0.255951455205554,0.0,0.245713252277404,0.5,0.255951455205554,0.0,0.0557225639699284,0.5,0.255951455205554,0.0,0.0468613268960092,0.255951455205554,0.0,0.286460112302288,0.0,0.0721972077073809,0.255951455205554,0.0,0.120129531900416,0.5,0.255951455205554,0.0,0.384066334211847,0.255951455205554,0.0,0.0702434549030647,0.255951455205554,0.0,0.120172653658177,0.255951455205554,0.0,0.168624531585945,0.0,0.899301986166273 -1252,0.255951455205554,0.0,0.650811729241072,0.255951455205554,0.0,0.440266014781293,0.255951455205554,0.0,0.592810547656612,0.255951455205554,0.0,0.676802308853698,0.255951455205554,0.0,0.393351505449883,0.255951455205554,0.0,0.20607367305634,0.5,0.255951455205554,0.0,0.314754649843084,0.5,0.255951455205554,0.0,0.0505576179690805,0.5,0.255951455205554,0.0,0.0404787592689449,0.255951455205554,0.0,0.426572899383979,0.0,0.0278128314288782,0.255951455205554,0.0,0.104501922289591,0.5,0.255951455205554,0.0,0.371873929286038,0.255951455205554,0.0,0.064934658969836,0.255951455205554,0.0,0.148425802559957,0.255951455205554,0.0,0.160091474933989,0.0,0.873741566311815 -1253,0.255951455205554,0.0,0.733501886008897,0.255951455205554,0.0,0.503400928953779,0.255951455205554,0.0,0.634145307772448,0.255951455205554,0.0,0.789392767383148,0.255951455205554,0.0,0.359171452712546,0.255951455205554,0.0,0.22318480989367,0.5,0.255951455205554,0.0,0.40267740868251,0.5,0.255951455205554,0.0,0.0535925991388158,0.5,0.255951455205554,0.0,0.0394181035076645,0.255951455205554,0.0,0.425373400435907,0.0,0.0460583918146439,0.255951455205554,0.0,0.103721538240257,0.5,0.255951455205554,0.0,0.357726678275247,0.255951455205554,0.0,0.0552305697176332,0.255951455205554,0.0,0.148856921292415,0.255951455205554,0.0,0.137708410120151,0.0,0.888714260596445 -1254,0.255951455205554,0.0,0.865388537667204,0.255951455205554,0.0,0.676822005162926,0.255951455205554,0.0,0.64524278260314,0.255951455205554,0.0,0.808093245104199,0.255951455205554,0.0,0.341518883788455,0.255951455205554,0.0,0.312809971666087,0.5,0.255951455205554,0.0,0.454200224166334,0.5,0.255951455205554,0.0,0.0729526197481634,0.5,0.255951455205554,0.0,0.0546386789883886,0.255951455205554,0.0,0.317847896858826,0.0,0.0717786218121608,0.255951455205554,0.0,0.106345929177921,0.5,0.255951455205554,0.0,0.35731807718696,0.255951455205554,0.0,0.044292286950535,0.255951455205554,0.0,0.135501846342846,0.255951455205554,0.0,0.120316427803513,0.0,0.917065515267746 -1255,0.255951455205554,0.0,0.885066463844889,0.255951455205554,0.0,0.728642852490205,0.255951455205554,0.0,0.629260741081353,0.255951455205554,0.0,0.809662106972554,0.255951455205554,0.0,0.313605784621117,0.255951455205554,0.0,0.417269978813916,0.5,0.255951455205554,0.0,0.382359880717469,0.5,0.255951455205554,0.0,0.096534195321222,0.5,0.255951455205554,0.0,0.0592778216126885,0.255951455205554,0.0,0.235548191323606,0.0,0.0887047555442927,0.255951455205554,0.0,0.109851923396611,0.5,0.255951455205554,0.0,0.338800314291858,0.255951455205554,0.0,0.0410834620618374,0.255951455205554,0.0,0.126157886964739,0.255951455205554,0.0,0.109425102557853,0.0,0.928744529965765 -1256,0.255951455205554,0.0,0.913964356118179,0.255951455205554,0.0,0.719918880149533,0.255951455205554,1.44123376696738e-10,0.608699499955309,0.255951455205554,0.0,0.816195904180043,0.255951455205554,0.0,0.321562181704506,0.255951455205554,0.0,0.403821099067099,0.5,0.255951455205554,0.0,0.318290867959863,0.5,0.255951455205554,0.00028381851609226,0.0977777408656891,0.5,0.255951455205554,0.00290233331847398,0.0460353993398,0.255951455205554,0.0,0.271505048916699,0.000475428391019691,0.100693759705509,0.255951455205554,0.00070765012098793,0.115156944970759,0.5,0.255951455205554,0.00012988167019397,0.338621390486144,0.255951455205554,0.00136308568425155,0.0470390404678242,0.255951455205554,0.00050418728975007,0.105779745649986,0.255951455205554,0.00121153319310088,0.0940685612346387,0.0,0.933572116819928 -1257,0.255951455205554,0.0132015195214743,0.930717959048631,0.255951455205554,0.0464774974510633,0.799919528729915,0.255951455205554,0.038049360401883,0.603732630123518,0.255951455205554,0.0229382165987426,0.81214039713271,0.255951455205554,0.0410399472037937,0.342630843018652,0.255951455205554,0.0440790105789978,0.434006249121845,0.5,0.255951455205554,0.059887557004521,0.34938295905691,0.5,0.255951455205554,0.0604298596146206,0.104660417622621,0.5,0.255951455205554,0.0893119467327821,0.0454947082665408,0.255951455205554,0.0707194423236413,0.359364698113451,0.0152851110035671,0.116643012677832,0.255951455205554,0.0156040194323993,0.122096274755215,0.5,0.255951455205554,0.0147652426832697,0.369037012974229,0.255951455205554,0.0356378458307242,0.058744064962848,0.255951455205554,0.036643459017377,0.104274709220408,0.255951455205554,0.078617060771832,0.100621811451593,0.0107315553180546,0.940274128332786 -1258,0.255951455205554,0.0558951235386173,0.918263242686059,0.255951455205554,0.122156647074607,0.822621841867618,0.255951455205554,0.12643926049955,0.653175703299543,0.255951455205554,0.0801099889715808,0.777105027245754,0.255951455205554,0.125104811101116,0.484115240079469,0.255951455205554,0.168102587527359,0.58498143047391,0.5,0.255951455205554,0.181903484941422,0.533161718443215,0.5,0.255951455205554,0.154688408821291,0.214755388283019,0.5,0.255951455205554,0.19199022392618,0.110999942684203,0.255951455205554,0.137257202077071,0.553055052336743,0.0523794761303348,0.138476903669431,0.255951455205554,0.0542637065343203,0.146614751603656,0.5,0.255951455205554,0.0771179940223468,0.430111449815837,0.255951455205554,0.104650706456002,0.0858091434032625,0.255951455205554,0.128738485002187,0.175434468054511,0.255951455205554,0.177541970942342,0.180621591938809,0.037875705984316,0.941934393083356 -1259,0.255951455205554,0.112388169559717,0.887569414294198,0.255951455205554,0.196617660605091,0.77397344726317,0.255951455205554,0.242756630941465,0.688064191705683,0.255951455205554,0.203063773782185,0.774219911188696,0.255951455205554,0.187383507730106,0.588832884034929,0.255951455205554,0.240666191348853,0.630924078721162,0.5,0.255951455205554,0.250504759352437,0.69076713973508,0.5,0.255951455205554,0.285944291277148,0.302794912824381,0.5,0.255951455205554,0.279305499198413,0.234946154587579,0.255951455205554,0.118683693801261,0.679125246049111,0.0787785461974501,0.141335106997677,0.255951455205554,0.14971100348525,0.233501585369333,0.5,0.255951455205554,0.207656527673183,0.551558377878606,0.255951455205554,0.195783214821084,0.135873268943359,0.255951455205554,0.178321459835417,0.310125912851769,0.255951455205554,0.312247481602166,0.380298535384076,0.070095487729375,0.951547429190427 -1260,0.255951455205554,0.164537012474296,0.877527395206055,0.255951455205554,0.270613642278049,0.780380210909269,0.255951455205554,0.321567590681822,0.646599894446134,0.255951455205554,0.374247028743122,0.716400729101843,0.255951455205554,0.199661038472201,0.652584505712845,0.255951455205554,0.329063244028145,0.696629900495024,0.5,0.255951455205554,0.226997450509806,0.746778732207103,0.5,0.255951455205554,0.399934581785445,0.3202832769962,0.5,0.255951455205554,0.308817155929328,0.25388684335096,0.255951455205554,0.129219212166293,0.693546586378442,0.17303779331605,0.181837096535746,0.255951455205554,0.234174759252466,0.312610661803606,0.5,0.255951455205554,0.349084938335187,0.668389745312229,0.255951455205554,0.211423477022939,0.174433729453453,0.255951455205554,0.253525003879068,0.341960580265405,0.255951455205554,0.308679896452156,0.511613732966984,0.0787368340163503,0.963748915461731 -1261,0.255951455205554,0.182103623400134,0.841431223974309,0.255951455205554,0.38580969305434,0.70260179583589,0.255951455205554,0.317289536956416,0.571684859631294,0.255951455205554,0.420330851693264,0.637658733568664,0.255951455205554,0.167151518341262,0.663269671640751,0.255951455205554,0.359409336095443,0.738245836787418,0.5,0.255951455205554,0.15318553109078,0.770981492842633,0.5,0.255951455205554,0.446862558936961,0.414702604434869,0.5,0.255951455205554,0.348844173098992,0.275274430032163,0.255951455205554,0.105527867909934,0.90043097096189,0.462280192408045,0.30339811176681,0.255951455205554,0.33668338695497,0.347950275585786,0.5,0.255951455205554,0.404193540513928,0.689602183918211,0.255951455205554,0.223854120282229,0.177096291364116,0.255951455205554,0.377256043544894,0.377502874004849,0.255951455205554,0.221762834877162,0.511652477324789,0.0774396089311813,0.940705480399502 -1262,0.255951455205554,0.17550315452592,0.757515894845278,0.255951455205554,0.39083497123762,0.592584582044972,0.255951455205554,0.257183494275811,0.452685105186998,0.255951455205554,0.312885807902498,0.462411445785836,0.255951455205554,0.127615897316973,0.645448921509259,0.255951455205554,0.283951222919287,0.785419965840709,0.5,0.255951455205554,0.129022493281635,0.780457614002299,0.5,0.255951455205554,0.405036863661522,0.441793671901407,0.5,0.255951455205554,0.393924664602399,0.26131559009933,0.255951455205554,0.0913534805135375,0.901432066309443,0.462768801549713,0.254450676153964,0.255951455205554,0.350065992902029,0.30013797286952,0.5,0.255951455205554,0.404382052219991,0.624118494780173,0.255951455205554,0.251477615028802,0.169461463284347,0.255951455205554,0.351962235155918,0.437238790391606,0.255951455205554,0.195068488469221,0.503479969513029,0.080182671071184,0.889283992729176 -1263,0.255951455205554,0.160017507694856,0.644796600954972,0.255951455205554,0.293882149358947,0.455152094189117,0.255951455205554,0.18697479910351,0.349535290377916,0.255951455205554,0.239060103693298,0.364757890401836,0.255951455205554,0.0957281946781151,0.564151498787379,0.255951455205554,0.183083407021698,0.791970477247463,0.5,0.255951455205554,0.0773109979586479,0.569177432408689,0.5,0.255951455205554,0.295610294310319,0.408920765583257,0.5,0.255951455205554,0.360283103056186,0.230454872034838,0.255951455205554,0.0542131888884734,0.688758413449542,0.348153029805481,0.168582119371847,0.255951455205554,0.287144677065413,0.219334048034035,0.5,0.255951455205554,0.300677936261815,0.443873839634279,0.255951455205554,0.232756880207821,0.175311684918782,0.255951455205554,0.21642301230946,0.394220352373599,0.255951455205554,0.175685164380852,0.470812468056926,0.0729515405909524,0.851546364187091 -1264,0.255951455205554,0.1130647367151,0.494709118605172,0.255951455205554,0.113263408306594,0.271764729878818,0.255951455205554,0.0898362038046544,0.268652049563824,0.255951455205554,0.0989122468583189,0.303259850797639,0.255951455205554,0.0661255979251633,0.44547847054622,0.255951455205554,0.0830722183292157,0.722810072869102,0.5,0.255951455205554,0.0494334554254236,0.353129907412961,0.5,0.255951455205554,0.170300234146467,0.34105506556191,0.5,0.255951455205554,0.287102248715566,0.164435598761958,0.255951455205554,0.0318335919423136,0.413139885683786,0.144734219260387,0.082103182419054,0.255951455205554,0.225292881128839,0.110830478225444,0.5,0.255951455205554,0.212217832152634,0.234040577041351,0.255951455205554,0.121086122660177,0.13996469774386,0.255951455205554,0.140827989420437,0.264974387412953,0.255951455205554,0.176497902190706,0.382851333157724,0.0513861458312448,0.855891514549813 -1265,0.255951455205554,0.0739821978631058,0.384900049313551,0.255951455205554,0.0440196796588164,0.215043213257598,0.255951455205554,0.0412426658164118,0.211010684363795,0.255951455205554,0.0366790654942749,0.271283194076565,0.255951455205554,0.0350495120226877,0.358912512461253,0.255951455205554,0.0263020834210153,0.562326554287531,0.5,0.255951455205554,0.025175380830904,0.231115658974081,0.5,0.255951455205554,0.0631532425718469,0.321308318123026,0.5,0.255951455205554,0.108194894695204,0.0972161545284038,0.255951455205554,0.0262843351903353,0.178182976124978,0.0858205701006602,0.0588914963489759,0.255951455205554,0.066012071417444,0.0846872095785167,0.5,0.255951455205554,0.076310626032693,0.12154206538575,0.255951455205554,0.0292380110191938,0.0874298355652671,0.255951455205554,0.0863817598758605,0.122066462232663,0.255951455205554,0.099914602988759,0.238743650223142,0.024811648266089,0.788093917953552 -1266,0.255951455205554,0.0,0.362870989304051,0.255951455205554,0.0,0.142189160029131,0.255951455205554,7.14410727794798e-05,0.138967630295357,0.255951455205554,0.000583229072664809,0.176996561562058,0.255951455205554,0.00013234166896815,0.276636018938334,0.255951455205554,3.73076655645322e-05,0.31059757576107,0.5,0.255951455205554,0.000356220217451014,0.148990611310508,0.5,0.255951455205554,3.2281492621921e-05,0.249249504626408,0.5,0.255951455205554,0.0,0.0731124338414272,0.255951455205554,0.0,0.086616969886217,0.0,0.0763107012956317,0.255951455205554,0.0,0.0928116054348937,0.5,0.255951455205554,0.0,0.119266420645872,0.255951455205554,0.0,0.0645306267028583,0.255951455205554,0.0,0.0917402225277134,0.255951455205554,0.0,0.161936136439082,0.0,0.756179869291366 -1267,0.255951455205554,0.0,0.341496460761806,0.255951455205554,0.0,0.064537035254306,0.255951455205554,0.0,0.107395342684957,0.255951455205554,0.0,0.0943275590976723,0.255951455205554,0.0,0.237433893577342,0.255951455205554,0.0,0.158176795049251,0.5,0.255951455205554,0.0,0.114724494573552,0.5,0.255951455205554,0.0,0.184520182477605,0.5,0.255951455205554,0.0,0.0689630878922031,0.255951455205554,0.0,0.170939472518542,0.0,0.0746904159016997,0.255951455205554,0.0,0.0913335039083043,0.5,0.255951455205554,0.0,0.122492197139752,0.255951455205554,0.0,0.0708925037388689,0.255951455205554,0.0,0.095419118107073,0.255951455205554,0.0,0.115088486073365,0.0,0.77046460136346 -1268,0.255951455205554,0.0,0.29087743541202,0.255951455205554,0.0,0.0352974403302301,0.255951455205554,0.0,0.103448282659952,0.255951455205554,0.0,0.0665961544266502,0.255951455205554,0.0,0.191929652932794,0.255951455205554,0.0,0.08867943068797,0.5,0.255951455205554,0.0,0.112198276281626,0.5,0.255951455205554,0.0,0.191477170985979,0.5,0.255951455205554,0.0,0.064762008483641,0.255951455205554,0.0,0.283273572896843,0.0,0.0699529550524066,0.255951455205554,0.0,0.089788442311386,0.5,0.255951455205554,0.0,0.0984268448675116,0.255951455205554,0.0,0.0867150210364242,0.255951455205554,0.0,0.104195068105235,0.255951455205554,0.0,0.0909085769774641,0.0,0.710658572709608 -1269,0.255951455205554,0.0,0.236852888242562,0.255951455205554,0.0,0.0320857741436827,0.255951455205554,0.0,0.0994355696997391,0.255951455205554,0.0,0.0756435746697775,0.255951455205554,0.0,0.179150105527689,0.255951455205554,0.0,0.0809114209347002,0.5,0.255951455205554,0.0,0.142340995427191,0.5,0.255951455205554,0.0,0.211472770891792,0.5,0.255951455205554,0.0,0.0648152214297367,0.255951455205554,0.0,0.2862485803454,0.0,0.065831749179743,0.255951455205554,0.0,0.0741114747938407,0.5,0.255951455205554,0.0,0.0684504045617904,0.255951455205554,0.0,0.0884109436870812,0.255951455205554,0.0,0.096880543363158,0.255951455205554,0.0,0.0752510443036733,0.0,0.661516862745203 -1270,0.255951455205554,0.0,0.193910315312584,0.255951455205554,0.0,0.0392965312689074,0.255951455205554,0.0,0.096070768224644,0.255951455205554,0.0,0.0763613907063053,0.255951455205554,0.0,0.154894337212924,0.255951455205554,0.0,0.0760605218524895,0.5,0.255951455205554,0.0,0.138387882636416,0.5,0.255951455205554,0.0,0.241949882877449,0.5,0.255951455205554,0.0,0.0678841910507976,0.255951455205554,0.0,0.106048325809604,0.0,0.0555191146027734,0.255951455205554,0.0,0.0661636839774721,0.5,0.255951455205554,0.0,0.0601544663126572,0.255951455205554,0.0,0.0796168257853354,0.255951455205554,0.0,0.084364770832132,0.255951455205554,0.0,0.0746853524878047,0.0,0.676180400959997 -1271,0.255951455205554,0.0,0.212511128761199,0.255951455205554,0.0,0.0595076584947674,0.255951455205554,0.0,0.109439790346541,0.255951455205554,0.0,0.0876697254302271,0.255951455205554,0.0,0.148147991680678,0.255951455205554,0.0,0.0645310375612126,0.5,0.255951455205554,0.0,0.0932359889050347,0.5,0.255951455205554,0.0,0.2275597913086,0.5,0.255951455205554,0.0,0.0674435136280645,0.255951455205554,0.0,0.0516396407172292,0.0,0.0622050878597589,0.255951455205554,0.0,0.0705029655654369,0.5,0.255951455205554,0.0,0.0714811757972293,0.255951455205554,0.0,0.0653678248163173,0.255951455205554,0.0,0.0725576243765,0.255951455205554,0.0,0.0799915156475834,0.0,0.658465926289626 -1272,0.255951455205554,0.0,0.24311288969078,0.255951455205554,0.0,0.10382832527006,0.255951455205554,0.0,0.13545326679443,0.255951455205554,0.0,0.113499404882906,0.255951455205554,0.0,0.160728555046353,0.255951455205554,0.0,0.0786193696734688,0.5,0.255951455205554,0.0,0.0674946327070505,0.5,0.255951455205554,0.0,0.200906022544457,0.5,0.255951455205554,0.0,0.078340775919336,0.255951455205554,0.0,0.0714409911892736,0.0,0.0662517083829089,0.255951455205554,0.0,0.0742835806899939,0.5,0.255951455205554,0.0,0.0867185962474045,0.255951455205554,0.0,0.0631953523422513,0.255951455205554,0.0,0.0687097945269814,0.255951455205554,0.0,0.0792843188867032,0.0,0.541359916118011 -1273,0.255951455205554,0.0,0.218306467447953,0.255951455205554,0.0,0.206117177511791,0.255951455205554,0.0,0.160149396916023,0.255951455205554,0.0,0.098029935228532,0.255951455205554,0.0,0.169240401428444,0.255951455205554,0.0,0.111434428656666,0.5,0.255951455205554,0.0,0.0550138994202645,0.5,0.255951455205554,0.0,0.223456271868809,0.5,0.255951455205554,0.0,0.0888981489202591,0.255951455205554,0.0,0.0845983538844789,0.0,0.081432265253288,0.255951455205554,0.0,0.072542007292709,0.5,0.255951455205554,0.0,0.0926300690859823,0.255951455205554,0.0,0.0638373156473447,0.255951455205554,0.0,0.0672753206914793,0.255951455205554,0.0,0.0747537620930508,0.0,0.73224237553758 -1274,0.255951455205554,0.0,0.216646402523385,0.255951455205554,0.0,0.235368018041609,0.255951455205554,0.0,0.172517128264845,0.255951455205554,0.0,0.112894027342177,0.255951455205554,0.0,0.161373454651142,0.255951455205554,0.0,0.0893085923353709,0.5,0.255951455205554,0.0,0.0531261573615649,0.5,0.255951455205554,0.0,0.277255835843003,0.5,0.255951455205554,0.0,0.11259970604005,0.255951455205554,0.0,0.0663155557173161,0.0,0.0729850955424499,0.255951455205554,0.0,0.0678603518466408,0.5,0.255951455205554,0.0,0.084576870527765,0.255951455205554,0.0,0.0679832746401324,0.255951455205554,0.0,0.0631392845833578,0.255951455205554,0.0,0.0783299111102061,0.0,0.771212684048312 -1275,0.255951455205554,0.0,0.227007884539249,0.255951455205554,0.0,0.150515751215151,0.255951455205554,0.0,0.179460581070536,0.255951455205554,0.0,0.171495488185456,0.255951455205554,0.0,0.164135434333046,0.255951455205554,0.0,0.0469678285659755,0.5,0.255951455205554,0.0,0.0506951889600724,0.5,0.255951455205554,0.0,0.222602046576611,0.5,0.255951455205554,0.0,0.139952028577223,0.255951455205554,0.0,0.0560427892395021,0.0,0.0561992158244747,0.255951455205554,0.0,0.058823093066223,0.5,0.255951455205554,0.0,0.0794376519789468,0.255951455205554,0.0,0.0596531529997646,0.255951455205554,0.0,0.0630398889711109,0.255951455205554,0.0,0.0756651543957381,0.0,0.821464196126342 -1276,0.255951455205554,0.0,0.308258565439326,0.255951455205554,0.0,0.0965522606553195,0.255951455205554,0.0,0.195369976715559,0.255951455205554,0.0,0.217559997271658,0.255951455205554,0.0,0.170130738405305,0.255951455205554,0.0,0.032743247956679,0.5,0.255951455205554,0.0,0.0536678727190735,0.5,0.255951455205554,0.0,0.108778271443245,0.5,0.255951455205554,0.0,0.120970428287224,0.255951455205554,0.0,0.0507712169342592,0.0,0.0411452688615124,0.255951455205554,0.0,0.0510891923363917,0.5,0.255951455205554,0.0,0.0837976021524021,0.255951455205554,0.0,0.0450629256356745,0.255951455205554,0.0,0.0579169187290615,0.255951455205554,0.0,0.0544931283744171,0.0,0.859641879790755 -1277,0.255951455205554,0.0,0.386264449040694,0.255951455205554,0.0,0.0938274811282786,0.255951455205554,0.0,0.223575322800298,0.255951455205554,0.0,0.242803034319048,0.255951455205554,0.0,0.189379849797562,0.255951455205554,0.0,0.034396823914275,0.5,0.255951455205554,0.0,0.0644800145691562,0.5,0.255951455205554,0.0,0.0446341479049287,0.5,0.255951455205554,0.0,0.0816662647079864,0.255951455205554,0.0,0.0488972594843413,0.0,0.0332204148076331,0.255951455205554,0.0,0.048020304059506,0.5,0.255951455205554,0.0,0.0829439742090445,0.255951455205554,0.0,0.0323587674094678,0.255951455205554,0.0,0.0498557936485951,0.255951455205554,0.0,0.0436938281531323,0.0,0.883339233132739 -1278,0.255951455205554,0.0,0.435503157381305,0.255951455205554,0.0,0.152000042231709,0.255951455205554,0.0,0.260677675334965,0.255951455205554,0.0,0.248072378955828,0.255951455205554,0.0,0.224405752591571,0.255951455205554,0.0,0.0430039247196039,0.5,0.255951455205554,0.0,0.0763977815697324,0.5,0.255951455205554,0.0,0.0238741012592238,0.5,0.255951455205554,0.0,0.0551170285090124,0.255951455205554,0.0,0.0471816683371011,0.0,0.0289979036466533,0.255951455205554,0.0,0.0424949475967045,0.5,0.255951455205554,0.0,0.0758571908062806,0.255951455205554,0.0,0.0249872511777403,0.255951455205554,0.0,0.029299530495556,0.255951455205554,0.0,0.0248750716507416,0.0,0.893743702565122 -1279,0.255951455205554,0.0,0.444430055069956,0.255951455205554,0.0,0.192977706607107,0.255951455205554,0.0,0.303441273617941,0.255951455205554,0.0,0.279076929185964,0.255951455205554,0.0,0.257431762966726,0.255951455205554,0.0,0.0548984653551952,0.5,0.255951455205554,0.0,0.0901236928961844,0.5,0.255951455205554,0.0,0.0149964789109165,0.5,0.255951455205554,0.0,0.0452659845192639,0.255951455205554,0.0,0.0481818785422868,0.0,0.0271756406382024,0.255951455205554,0.0,0.035815959016875,0.5,0.255951455205554,0.0,0.0798405912506338,0.255951455205554,0.0,0.0195695341065133,0.255951455205554,0.0,0.0266084486356682,0.255951455205554,0.0,0.0170983512099089,0.0,0.90623425815041 -1280,0.255951455205554,0.0,0.458479475342893,0.255951455205554,0.0,0.182698673007129,0.255951455205554,4.21486963143586e-06,0.348036857524276,0.255951455205554,0.0,0.354769149358699,0.255951455205554,0.0,0.281692856572382,0.255951455205554,9.22861838739706e-07,0.0696578916554644,0.5,0.255951455205554,0.0,0.0932840325438809,0.5,0.255951455205554,0.000228307570653233,0.0131562227765243,0.5,0.255951455205554,0.00121092170521921,0.0396380835779638,0.255951455205554,0.0,0.0499556781946527,0.00102914385700012,0.0258198003663185,0.255951455205554,0.00155310013022122,0.0345285452974032,0.5,0.255951455205554,0.000478369631511481,0.0931592069407231,0.255951455205554,0.00169699459984048,0.0138371653874499,0.255951455205554,0.000589410369702235,0.0389650512117307,0.255951455205554,0.00042576420193105,0.018861932605168,0.0,0.916767565858645 -1281,0.255951455205554,0.0602256463726977,0.505982425894458,0.255951455205554,0.0939502472173769,0.188074110808065,0.255951455205554,0.0637759062817643,0.377416840541427,0.255951455205554,0.0891146343602122,0.396003443148955,0.255951455205554,0.0591467170985504,0.293593941987218,0.255951455205554,0.0668920623238847,0.0792571667279275,0.5,0.255951455205554,0.0563155734818739,0.0993555342272903,0.5,0.255951455205554,0.0339425749820408,0.0197601158253855,0.5,0.255951455205554,0.0290753628165417,0.0458719437259324,0.255951455205554,0.0370547506638828,0.0625500681779804,0.0350052639495462,0.028524632632379,0.255951455205554,0.0268728811741228,0.0386358693797575,0.5,0.255951455205554,0.0545302872009616,0.111374850793648,0.255951455205554,0.0290971072573605,0.0105848433713571,0.255951455205554,0.0258437852268532,0.0536348076072822,0.255951455205554,0.0196506094827908,0.0272559330750819,0.0686935522672976,0.916346486763965 -1282,0.255951455205554,0.135747721968139,0.617536426992613,0.255951455205554,0.257772752741287,0.250043287853254,0.255951455205554,0.164738685836425,0.449291055460272,0.255951455205554,0.196876085335266,0.48333139389684,0.255951455205554,0.160185852353691,0.341857465568698,0.255951455205554,0.205498360685027,0.156170218853289,0.5,0.255951455205554,0.172488075611395,0.142757048750479,0.5,0.255951455205554,0.107796455140874,0.0277975081081234,0.5,0.255951455205554,0.0713467045400241,0.056609997899595,0.255951455205554,0.13847722445889,0.135981853666586,0.116049666207119,0.0596789308984583,0.255951455205554,0.0805057472549418,0.064869940967617,0.5,0.255951455205554,0.190729845905876,0.186921779246036,0.255951455205554,0.0779767681638682,0.0241256369334302,0.255951455205554,0.0748688131411797,0.0887656326335086,0.255951455205554,0.0645292751873457,0.0530607675102863,0.161965311249656,0.92094665665442 -1283,0.255951455205554,0.170962091880557,0.663254788039465,0.255951455205554,0.423304954348644,0.378308459115688,0.255951455205554,0.2680779634917,0.528548650662489,0.255951455205554,0.109647422948348,0.555312712016391,0.255951455205554,0.27224066681446,0.433356656201417,0.255951455205554,0.368924057056723,0.310263706369773,0.5,0.255951455205554,0.295864132592506,0.282975373932536,0.5,0.255951455205554,0.203157208607411,0.0347657263636424,0.5,0.255951455205554,0.107605915899993,0.0522476820037793,0.255951455205554,0.282608987509248,0.21956843120138,0.136838845602461,0.110068824453242,0.255951455205554,0.141078058842689,0.12285560521655,0.5,0.255951455205554,0.33487550806419,0.299295578930196,0.255951455205554,0.122595595205136,0.0479990732620476,0.255951455205554,0.157750836741249,0.14309708368572,0.255951455205554,0.140363071741407,0.110968726960261,0.193119739504592,0.929278494834652 -1284,0.255951455205554,0.2074144661928,0.717240932368242,0.255951455205554,0.515994006703123,0.505690792425218,0.255951455205554,0.392181991972504,0.610980735702952,0.255951455205554,0.112505015523382,0.615561598013758,0.255951455205554,0.403966987363126,0.518351465392929,0.255951455205554,0.47914447470248,0.40141456325881,0.5,0.255951455205554,0.422556071783536,0.364403687443599,0.5,0.255951455205554,0.291321705883936,0.0319403763180926,0.5,0.255951455205554,0.136438685013456,0.0390187921925238,0.255951455205554,0.428709438184233,0.224661505849772,0.100937882995425,0.12854859564591,0.255951455205554,0.16303930248227,0.166759959126124,0.5,0.255951455205554,0.443877852089125,0.374360260634118,0.255951455205554,0.123183339521126,0.0488432425071574,0.255951455205554,0.258560921763664,0.190629455341799,0.255951455205554,0.266616637184791,0.16331676923275,0.103751669795078,0.93578601496984 -1285,0.255951455205554,0.333963306171005,0.766747681440172,0.255951455205554,0.469648328620003,0.625974848747165,0.255951455205554,0.47793911229719,0.615747382953585,0.255951455205554,0.318850385136836,0.674253952833249,0.255951455205554,0.476504300316041,0.544912612545055,0.255951455205554,0.524913794427234,0.394491781190466,0.5,0.255951455205554,0.510369628761088,0.330909277192286,0.5,0.255951455205554,0.320503332341757,0.0396454093409364,0.5,0.255951455205554,0.139905932005719,0.0294140533720428,0.255951455205554,0.524643278390824,0.186029813648652,0.0889789724501755,0.0744422398460054,0.255951455205554,0.176283645725248,0.172261728118888,0.5,0.255951455205554,0.506619290358732,0.421707757987141,0.255951455205554,0.137579657053856,0.0410746315752675,0.255951455205554,0.346378385070968,0.212233833825617,0.255951455205554,0.315809881827093,0.167221711049774,0.197649679556638,0.933625285432519 -1286,0.255951455205554,0.37905664349134,0.743907488564084,0.255951455205554,0.337508391126987,0.530362907304444,0.255951455205554,0.473729896343896,0.620225245999255,0.255951455205554,0.48881627394961,0.675187186919736,0.255951455205554,0.480519040903714,0.537323285901558,0.255951455205554,0.492825513422241,0.365392794061836,0.5,0.255951455205554,0.49847763968518,0.27937436916725,0.5,0.255951455205554,0.342178908477562,0.0600531332419449,0.5,0.255951455205554,0.141202035808459,0.0291661039966615,0.255951455205554,0.535769300993083,0.142035286311664,0.098994322931347,0.0788550527071653,0.255951455205554,0.201164636051781,0.180340945916895,0.5,0.255951455205554,0.526899716823969,0.453476432254514,0.255951455205554,0.149352692115715,0.0334140514081266,0.255951455205554,0.419597411532654,0.2110767989528,0.255951455205554,0.286453125294963,0.170524419353265,0.363996666231671,0.933709316172906 -1287,0.255951455205554,0.359402969956496,0.733075879988713,0.255951455205554,0.241403756422394,0.513685693108867,0.255951455205554,0.383562921599689,0.589054053248656,0.255951455205554,0.460622655003624,0.630444610036691,0.255951455205554,0.432761883273566,0.510941678977524,0.255951455205554,0.400576382864916,0.345804374096382,0.5,0.255951455205554,0.43576514108937,0.242659528736056,0.5,0.255951455205554,0.342256426176116,0.0773046827478065,0.5,0.255951455205554,0.123517879984948,0.0362118527178559,0.255951455205554,0.505234366741872,0.120929014468083,0.139425739020382,0.112748846764201,0.255951455205554,0.193533405680374,0.179877819197268,0.5,0.255951455205554,0.465241741262514,0.425978153137478,0.255951455205554,0.131188244811114,0.0279626227554064,0.255951455205554,0.423188027721848,0.191275535779865,0.255951455205554,0.219148592397517,0.168684854888138,0.309989977701177,0.933298010591564 -1288,0.255951455205554,0.244710579772458,0.722736989213392,0.255951455205554,0.23635821900318,0.48257786672231,0.255951455205554,0.281546183887248,0.533458074107373,0.255951455205554,0.307154439159817,0.60152464956271,0.255951455205554,0.354845372931132,0.44661941767232,0.255951455205554,0.262537456922733,0.292177588778718,0.5,0.255951455205554,0.340952943353978,0.193460254707592,0.5,0.255951455205554,0.290106585502281,0.0765336476687508,0.5,0.255951455205554,0.103395739448599,0.0407322777882906,0.255951455205554,0.421866404650129,0.0998994737398137,0.211222667675999,0.101093794973652,0.255951455205554,0.182796003635053,0.132548631652188,0.5,0.255951455205554,0.34237374920684,0.324550277272941,0.255951455205554,0.0967410479400106,0.0211428912030898,0.255951455205554,0.334543848130789,0.115177778502051,0.255951455205554,0.138796160421977,0.15345892847539,0.247451480832537,0.931829021094552 -1289,0.255951455205554,0.11940890202499,0.721390111315539,0.255951455205554,0.111335854394066,0.409606524082971,0.255951455205554,0.151009160187484,0.498752108550599,0.255951455205554,0.147123773885727,0.559156737439563,0.255951455205554,0.194215357372843,0.331501596891057,0.255951455205554,0.11430332879061,0.190117913769865,0.5,0.255951455205554,0.179726197424779,0.10242792165661,0.5,0.255951455205554,0.15794658541296,0.0503169033491332,0.5,0.255951455205554,0.0481508788614417,0.0341318329199621,0.255951455205554,0.190170198476781,0.0389579042758691,0.0889978481576122,0.0663555076143739,0.255951455205554,0.0602941595553849,0.095521587332756,0.5,0.255951455205554,0.0841356395696105,0.289066742923508,0.255951455205554,0.0370724164639231,0.0100887422578431,0.255951455205554,0.108615537899877,0.0846960405940587,0.255951455205554,0.0599576827266143,0.110881709841568,0.143566900692169,0.932731454134687 -1290,0.255951455205554,0.0,0.744194919721881,0.255951455205554,0.0,0.395797356744628,0.255951455205554,0.0,0.512454018012075,0.255951455205554,0.0,0.546436767828761,0.255951455205554,0.0,0.302137540780829,0.255951455205554,0.0,0.134476441450514,0.5,0.255951455205554,0.0,0.0831867669965301,0.5,0.255951455205554,0.0,0.039699350505014,0.5,0.255951455205554,0.0,0.0232013153696648,0.255951455205554,0.0,0.0432045275513087,0.0,0.0818314513829309,0.255951455205554,0.0,0.107141856433077,0.5,0.255951455205554,0.0,0.307333865297005,0.255951455205554,0.0,0.00960048469593258,0.255951455205554,0.0,0.103996116423189,0.255951455205554,0.0,0.0687872430198081,0.0,0.938880020549573 -1291,0.255951455205554,0.0,0.764747638532414,0.255951455205554,0.0,0.388868883442918,0.255951455205554,0.0,0.521567131705125,0.255951455205554,0.0,0.561445198201533,0.255951455205554,0.0,0.311399960944772,0.255951455205554,0.0,0.131315606802488,0.5,0.255951455205554,0.0,0.0770991422782485,0.5,0.255951455205554,0.0,0.0486959573982139,0.5,0.255951455205554,0.0,0.0274155555743089,0.255951455205554,0.0,0.0442231400698732,0.0,0.070569773266159,0.255951455205554,0.0,0.104400395984979,0.5,0.255951455205554,0.0,0.31491388439971,0.255951455205554,0.0,0.00921167213489836,0.255951455205554,0.0,0.1074239311594,0.255951455205554,0.0,0.05034920818058,0.0,0.946763350160963 -1292,0.255951455205554,0.0,0.777369228294057,0.255951455205554,0.0,0.378790532511827,0.255951455205554,0.0,0.514124703717938,0.255951455205554,0.0,0.580289821605605,0.255951455205554,0.0,0.315829734141859,0.255951455205554,0.0,0.120309161202383,0.5,0.255951455205554,0.0,0.0669444602288644,0.5,0.255951455205554,0.0,0.0554563727878954,0.5,0.255951455205554,0.0,0.0330086153557612,0.255951455205554,0.0,0.0409807123175948,0.0,0.063760520626038,0.255951455205554,0.0,0.101861561055743,0.5,0.255951455205554,0.0,0.307166033610215,0.255951455205554,0.0,0.0106539491860918,0.255951455205554,0.0,0.105356477871633,0.255951455205554,0.0,0.0430392818415652,0.0,0.95005764067953 -1293,0.255951455205554,0.0,0.773251295583906,0.255951455205554,0.0,0.381453766019264,0.255951455205554,0.0,0.494733584287716,0.255951455205554,0.0,0.574483704872343,0.255951455205554,0.0,0.307119699798879,0.255951455205554,0.0,0.0951816519316086,0.5,0.255951455205554,0.0,0.0582883002410559,0.5,0.255951455205554,0.0,0.0568028244253954,0.5,0.255951455205554,0.0,0.0372630836131894,0.255951455205554,0.0,0.0366283957693306,0.0,0.062981179512401,0.255951455205554,0.0,0.0941418069801341,0.5,0.255951455205554,0.0,0.271326021417147,0.255951455205554,0.0,0.0139077608909512,0.255951455205554,0.0,0.0949959437485655,0.255951455205554,0.0,0.0405706946087911,0.0,0.951668455283033 -1294,0.255951455205554,0.0,0.753612127108487,0.255951455205554,0.0,0.374266468063801,0.255951455205554,0.0,0.464635258381331,0.255951455205554,0.0,0.52784498010563,0.255951455205554,0.0,0.290239554899957,0.255951455205554,0.0,0.081087765510681,0.5,0.255951455205554,0.0,0.0463606819471087,0.5,0.255951455205554,0.0,0.0613845936628884,0.5,0.255951455205554,0.0,0.040428569956599,0.255951455205554,0.0,0.0299213211028641,0.0,0.0515421055810996,0.255951455205554,0.0,0.0745082063188292,0.5,0.255951455205554,0.0,0.241695193894861,0.255951455205554,0.0,0.0157113116543703,0.255951455205554,0.0,0.0808259072764104,0.255951455205554,0.0,0.0357596529088649,0.0,0.951590234434961 -1295,0.255951455205554,0.0,0.718053812035007,0.255951455205554,0.0,0.34161624038676,0.255951455205554,0.0,0.426652854883954,0.255951455205554,0.0,0.474255507096625,0.255951455205554,0.0,0.272112241174807,0.255951455205554,0.0,0.0798653853570016,0.5,0.255951455205554,0.0,0.0424424751241394,0.5,0.255951455205554,0.0,0.0664849463735875,0.5,0.255951455205554,0.0,0.0464972591314901,0.255951455205554,0.0,0.027694496477974,0.0,0.0503120782425432,0.255951455205554,0.0,0.0621143765649541,0.5,0.255951455205554,0.0,0.223569322932156,0.255951455205554,0.0,0.0158637231377498,0.255951455205554,0.0,0.0638128390837871,0.255951455205554,0.0,0.028606452008849,0.0,0.952396467617914 -1296,0.255951455205554,0.0,0.676288484770247,0.255951455205554,0.0,0.300359155492137,0.255951455205554,0.0,0.388226386235819,0.255951455205554,0.0,0.423697552841422,0.255951455205554,0.0,0.253959471532448,0.255951455205554,0.0,0.0867506076754574,0.5,0.255951455205554,0.0,0.0434163635045175,0.5,0.255951455205554,0.0,0.0702476805854725,0.5,0.255951455205554,0.0,0.0519936490889267,0.255951455205554,0.0,0.0292526247852878,0.0,0.0426402519713744,0.255951455205554,0.0,0.0561435018300767,0.5,0.255951455205554,0.0,0.206616053455937,0.255951455205554,0.0,0.0161532500629534,0.255951455205554,0.0,0.0547214622719008,0.255951455205554,0.0,0.0249192834125648,0.0,0.949300111506271 -1297,0.255951455205554,0.0,0.621166574373005,0.255951455205554,0.0,0.249025454005861,0.255951455205554,0.0,0.349822930725969,0.255951455205554,0.0,0.385538778311908,0.255951455205554,0.0,0.240073012774229,0.255951455205554,0.0,0.0930550002782573,0.5,0.255951455205554,0.0,0.0486113067644235,0.5,0.255951455205554,0.0,0.0696654523529415,0.5,0.255951455205554,0.0,0.054009440621813,0.255951455205554,0.0,0.0304280146869955,0.0,0.0420735049592431,0.255951455205554,0.0,0.0554214932466189,0.5,0.255951455205554,0.0,0.185897418441591,0.255951455205554,0.0,0.0165981112913607,0.255951455205554,0.0,0.0541151237451706,0.255951455205554,0.0,0.0248844433937269,0.0,0.944309266495256 -1298,0.255951455205554,0.0,0.562164478681727,0.255951455205554,0.0,0.207853178701518,0.255951455205554,0.0,0.308747168048462,0.255951455205554,0.0,0.347338603845215,0.255951455205554,0.0,0.229139559163568,0.255951455205554,0.0,0.100374088004107,0.5,0.255951455205554,0.0,0.0522411943179015,0.5,0.255951455205554,0.0,0.0682404397926973,0.5,0.255951455205554,0.0,0.051825018598097,0.255951455205554,0.0,0.0334246386168068,0.0,0.0486350079051854,0.255951455205554,0.0,0.060006255500184,0.5,0.255951455205554,0.0,0.17868504581802,0.255951455205554,0.0,0.01844197096175,0.255951455205554,0.0,0.059641124336439,0.255951455205554,0.0,0.0291114724443017,0.0,0.94088707686604 -1299,0.255951455205554,0.0,0.502028536610271,0.255951455205554,0.0,0.190246132270003,0.255951455205554,0.0,0.276852486112444,0.255951455205554,0.0,0.309057875583914,0.255951455205554,0.0,0.231398160294554,0.255951455205554,0.0,0.110807868989051,0.5,0.255951455205554,0.0,0.0521482636579001,0.5,0.255951455205554,0.0,0.0687357116153883,0.5,0.255951455205554,0.0,0.0495126927741716,0.255951455205554,0.0,0.0352836019374993,0.0,0.0562143614006036,0.255951455205554,0.0,0.0702352184424373,0.5,0.255951455205554,0.0,0.181165890695492,0.255951455205554,0.0,0.0222040456531416,0.255951455205554,0.0,0.0722005622614963,0.255951455205554,0.0,0.0340746462852952,0.0,0.937007975911579 -1300,0.255951455205554,0.0,0.44293655151048,0.255951455205554,0.0,0.166595893482871,0.255951455205554,0.0,0.248301149354679,0.255951455205554,0.0,0.276503311125732,0.255951455205554,0.0,0.237568358514687,0.255951455205554,0.0,0.119333015684362,0.5,0.255951455205554,0.0,0.052824796701421,0.5,0.255951455205554,0.0,0.0692346483428509,0.5,0.255951455205554,0.0,0.0547888609208725,0.255951455205554,0.0,0.033272800093035,0.0,0.0627454550803482,0.255951455205554,0.0,0.0805881042987477,0.5,0.255951455205554,0.0,0.180107710664116,0.255951455205554,0.0,0.0278642120042698,0.255951455205554,0.0,0.0842696808108903,0.255951455205554,0.0,0.0410379216706815,0.0,0.930816976138001 -1301,0.255951455205554,0.0,0.394616862788255,0.255951455205554,0.0,0.149015738628883,0.255951455205554,0.0,0.230927348831322,0.255951455205554,0.0,0.254480509186221,0.255951455205554,0.0,0.245409478010045,0.255951455205554,0.0,0.123808669330376,0.5,0.255951455205554,0.0,0.0557835372771397,0.5,0.255951455205554,0.0,0.0692001300798854,0.5,0.255951455205554,0.0,0.0602499763230093,0.255951455205554,0.0,0.0315757148974956,0.0,0.0633207709427154,0.255951455205554,0.0,0.0840289175756105,0.5,0.255951455205554,0.0,0.167446866577655,0.255951455205554,0.0,0.0327449277751473,0.255951455205554,0.0,0.0946027355058571,0.255951455205554,0.0,0.0450253269316288,0.0,0.915456366857272 -1302,0.255951455205554,0.0,0.365721651632573,0.255951455205554,0.0,0.146924511597567,0.255951455205554,0.0,0.224034709273918,0.255951455205554,0.0,0.251192379802626,0.255951455205554,0.0,0.25031801447388,0.255951455205554,0.0,0.122447212743616,0.5,0.255951455205554,0.0,0.0597384505811279,0.5,0.255951455205554,0.0,0.0649774819258091,0.5,0.255951455205554,0.0,0.060804411805251,0.255951455205554,0.0,0.0355570040716864,0.0,0.0727709824318882,0.255951455205554,0.0,0.0886569310132342,0.5,0.255951455205554,0.0,0.149905535744382,0.255951455205554,0.0,0.0391741544800086,0.255951455205554,0.0,0.0948971070303136,0.255951455205554,0.0,0.044825052428987,0.0,0.898870561817473 -1303,0.255951455205554,0.0,0.344068872324695,0.255951455205554,0.0,0.173266624767482,0.255951455205554,0.0,0.224140743840444,0.255951455205554,0.0,0.270765415172929,0.255951455205554,0.0,0.25531286099284,0.255951455205554,0.0,0.118963288713768,0.5,0.255951455205554,0.0,0.0650295709359855,0.5,0.255951455205554,0.0,0.0532484849890504,0.5,0.255951455205554,0.0,0.0553567046188228,0.255951455205554,0.0,0.0367465231143735,0.0,0.083667214135996,0.255951455205554,0.0,0.0941169961689895,0.5,0.255951455205554,0.0,0.144934174595732,0.255951455205554,0.0,0.0436532110450612,0.255951455205554,0.0,0.0912872259478958,0.255951455205554,0.0,0.0435811493986327,0.0,0.886257373238331 -1304,0.255951455205554,1.97572714473098e-06,0.34881767879744,0.255951455205554,0.0,0.21000735027949,0.255951455205554,0.00012285963025335,0.233192547700456,0.255951455205554,0.0,0.30288290563115,0.255951455205554,0.0,0.266050629029357,0.255951455205554,0.000205688721341708,0.114787627059831,0.5,0.255951455205554,0.0,0.074264045897517,0.5,0.255951455205554,0.00178265071405916,0.042910622345535,0.5,0.255951455205554,0.00687185853957691,0.0448736400638066,0.255951455205554,0.0,0.0370180364675696,0.00656483582134607,0.0724514917293807,0.255951455205554,0.00758277208307975,0.0893048940954242,0.5,0.255951455205554,0.00344638717738486,0.155854764211495,0.255951455205554,0.00910507426740975,0.0425265267453845,0.255951455205554,0.00397219606526741,0.0902003143135897,0.255951455205554,0.0037217149098136,0.0401104113840424,0.0,0.883957788070157 -1305,0.255951455205554,0.104007010383499,0.373940274202657,0.255951455205554,0.115635955104729,0.22187836417796,0.255951455205554,0.104921162303062,0.235762901411274,0.255951455205554,0.102876846833343,0.304559881303668,0.255951455205554,0.0998511141302978,0.264288068970289,0.255951455205554,0.125056739186233,0.110130305706603,0.5,0.255951455205554,0.111773916020638,0.0719239638291822,0.5,0.255951455205554,0.136838084177692,0.0340839679366392,0.5,0.255951455205554,0.160238216404043,0.0329796468349759,0.255951455205554,0.107561427506714,0.0319111120233748,0.159945583916777,0.0665686547032233,0.255951455205554,0.163742368139079,0.0862535505999142,0.5,0.255951455205554,0.14207572456363,0.17296597314737,0.255951455205554,0.170110434747785,0.0362043194706893,0.255951455205554,0.14692042604882,0.0843958222366808,0.255951455205554,0.147916888333245,0.0289135485767062,0.106477064565908,0.885250524670733 -1306,0.255951455205554,0.271495072062299,0.431695912676865,0.255951455205554,0.285223597707516,0.2628251530802,0.255951455205554,0.275778398510253,0.265440300054391,0.255951455205554,0.273197899020574,0.319134311127031,0.255951455205554,0.27322769511416,0.268688626746646,0.255951455205554,0.301065898946122,0.13157190294691,0.5,0.255951455205554,0.288002582644157,0.0789149521646587,0.5,0.255951455205554,0.314840305128056,0.0299989705662019,0.5,0.255951455205554,0.336028900328063,0.0278450979895679,0.255951455205554,0.283261174181971,0.0325571799760239,0.32956121962843,0.0726407129131061,0.255951455205554,0.333421980225673,0.0918894578929828,0.5,0.255951455205554,0.308198490236196,0.211113689930161,0.255951455205554,0.343321791227825,0.0331387832670019,0.255951455205554,0.318326539631504,0.0837471009805299,0.255951455205554,0.322632704876216,0.025311457039012,0.273707259369353,0.893936929115435 -1307,0.255951455205554,0.426442056814935,0.593187463936495,0.255951455205554,0.440967732151543,0.347639269081236,0.255951455205554,0.435696925320606,0.373053302506755,0.255951455205554,0.431827641767191,0.455241452423398,0.255951455205554,0.435590702659524,0.310478803216812,0.255951455205554,0.46596691514534,0.152197558402633,0.5,0.255951455205554,0.45420794309437,0.101364649062136,0.5,0.255951455205554,0.480145391069022,0.0259915925668822,0.5,0.255951455205554,0.494094833921758,0.041571998141943,0.255951455205554,0.450012966467781,0.0376657649827145,0.480870443737973,0.102301482903642,0.255951455205554,0.484165650065311,0.133530557324513,0.5,0.255951455205554,0.458734311837179,0.291324850286086,0.255951455205554,0.49641637997339,0.0394568566453962,0.255951455205554,0.473997758512982,0.107859576741731,0.255951455205554,0.48280270262499,0.0324990499852258,0.428383995634213,0.902975326604965 -1308,0.255951455205554,0.539674464025,0.694468568852798,0.255951455205554,0.55233998895251,0.470933340284116,0.255951455205554,0.552381802489395,0.491591663686192,0.255951455205554,0.549030088475547,0.596552397692593,0.255951455205554,0.554984768430559,0.448594888891487,0.255951455205554,0.583244172110573,0.210542617929892,0.5,0.255951455205554,0.576136923339229,0.15723097474974,0.5,0.255951455205554,0.595080960316869,0.0272262060123862,0.5,0.255951455205554,0.599386440907401,0.0634193518058937,0.255951455205554,0.573991550836763,0.0899958574517507,0.578836786590358,0.12261719168768,0.255951455205554,0.5818501983949,0.196135288414016,0.5,0.255951455205554,0.559518958315476,0.412508262464125,0.255951455205554,0.594072258055775,0.0482242819425287,0.255951455205554,0.5782748811833,0.190798388661792,0.255951455205554,0.591786393784958,0.062375312362074,0.54045265595815,0.912108118850219 -1309,0.255951455205554,0.592257285747688,0.780454425831628,0.255951455205554,0.603040445688067,0.595797316891719,0.255951455205554,0.606942982826603,0.5656059517653,0.255951455205554,0.605061639263062,0.677231092311973,0.255951455205554,0.612567993124438,0.510775076691852,0.255951455205554,0.635841036200767,0.1983967026344,0.5,0.255951455205554,0.633519641831934,0.21165787168621,0.5,0.255951455205554,0.645962018787843,0.0299387599494568,0.5,0.255951455205554,0.641822277734738,0.0676049993262391,0.255951455205554,0.632210571030136,0.191229436399197,0.616855406097657,0.148962712473429,0.255951455205554,0.617569534898478,0.23578322480609,0.5,0.255951455205554,0.600364774491308,0.527681257663734,0.255951455205554,0.628922783492249,0.0594395526402154,0.255951455205554,0.620751827531167,0.231020134967192,0.255951455205554,0.636737475701848,0.088433524447117,0.591437610076025,0.906083223719401 -1310,0.255951455205554,0.586303686427824,0.719143106161386,0.255951455205554,0.597590259119466,0.592719120749186,0.255951455205554,0.603384400293288,0.552817159568674,0.255951455205554,0.601476637360046,0.575939051173012,0.255951455205554,0.612681953813063,0.546900248463996,0.255951455205554,0.630115320652005,0.250798174834295,0.5,0.255951455205554,0.633122771085673,0.238372902968918,0.5,0.255951455205554,0.63860476878263,0.0255835343160348,0.5,0.255951455205554,0.626434610125217,0.0656919584165741,0.255951455205554,0.634173635916565,0.237913451232544,0.597140278506288,0.161733198216692,0.255951455205554,0.594720673789657,0.207651450379484,0.5,0.255951455205554,0.584134581110759,0.444104524313899,0.255951455205554,0.605068055206834,0.0671671539421091,0.255951455205554,0.606009857256508,0.180656724472715,0.255951455205554,0.622780130302927,0.091513248890467,0.585650124701861,0.86954862796216 -1311,0.255951455205554,0.518808014064252,0.714832611665288,0.255951455205554,0.528244701654941,0.635151754993337,0.255951455205554,0.536585794353725,0.518341064866686,0.255951455205554,0.532846395828086,0.494039336387998,0.255951455205554,0.550472894275292,0.45745791268022,0.255951455205554,0.561342502418767,0.203361185346598,0.5,0.255951455205554,0.571257258906149,0.207186842990611,0.5,0.255951455205554,0.56989902659279,0.0222365147186067,0.5,0.255951455205554,0.547533845491571,0.043058060494578,0.255951455205554,0.574783386848473,0.234085100587194,0.511469118824902,0.156453665442491,0.255951455205554,0.506111852360394,0.198876885892761,0.5,0.255951455205554,0.502845987865318,0.428252757991725,0.255951455205554,0.516076431764671,0.0653146118428381,0.255951455205554,0.526468777258859,0.145577290207963,0.255951455205554,0.543805938586009,0.0802059890677919,0.515063778436013,0.857912941242086 -1312,0.255951455205554,0.394897941928855,0.604921837685397,0.255951455205554,0.400567288353889,0.4607834856159,0.255951455205554,0.411112739788186,0.406165969290415,0.255951455205554,0.407022719262209,0.436145218887928,0.255951455205554,0.427471087121049,0.348614741389688,0.255951455205554,0.431667117039249,0.141988188170007,0.5,0.255951455205554,0.446563311759736,0.150402279595828,0.5,0.255951455205554,0.439928229134611,0.014941138706957,0.5,0.255951455205554,0.410009174724307,0.0221865813800285,0.255951455205554,0.452039263227981,0.127800081108175,0.374819085457526,0.0968270673316585,0.255951455205554,0.368265475440784,0.157402431459694,0.5,0.255951455205554,0.372088588628618,0.369558992719558,0.255951455205554,0.375551706327724,0.0400956073053236,0.255951455205554,0.39255504097675,0.115463837221385,0.255951455205554,0.407622892444593,0.035057449816729,0.390982733712885,0.847333358775069 -1313,0.255951455205554,0.199026971229763,0.499570019723921,0.255951455205554,0.115814635748161,0.361785818915339,0.255951455205554,0.17971660525581,0.305784325592361,0.255951455205554,0.159478481492453,0.332298890781946,0.255951455205554,0.215403359044038,0.257320335294733,0.255951455205554,0.165229513453769,0.0901272253419038,0.5,0.255951455205554,0.18493934120125,0.0852050360795876,0.5,0.255951455205554,0.17554148968422,0.0140814850269753,0.5,0.255951455205554,0.136038752147906,0.00888862064822315,0.255951455205554,0.195029436876822,0.0500517310657569,0.0960157438123637,0.0967870028454907,0.255951455205554,0.0805119800415484,0.160399618544144,0.5,0.255951455205554,0.0942511188452717,0.373386363498604,0.255951455205554,0.0863173382995966,0.0378690692145795,0.255951455205554,0.122073160010679,0.143837765479978,0.255951455205554,0.147380413841268,0.0285670640760328,0.222999791110655,0.817749352455013 -1314,0.255951455205554,0.0,0.427638608900278,0.255951455205554,0.0,0.300637443629964,0.255951455205554,0.0,0.266440826597836,0.255951455205554,0.0,0.263650063066355,0.255951455205554,0.0,0.230489541784854,0.255951455205554,0.0,0.0944132343135992,0.5,0.255951455205554,0.0,0.0792332200284959,0.5,0.255951455205554,0.0,0.0257864953039198,0.5,0.255951455205554,0.0,0.0143071714825692,0.255951455205554,0.0,0.0602269192705855,0.0,0.144323796736528,0.255951455205554,0.0,0.19870838066892,0.5,0.255951455205554,0.0,0.408954590759662,0.255951455205554,0.0,0.0512093048013628,0.255951455205554,0.0,0.165372376680721,0.255951455205554,0.0,0.0374747778577384,0.0,0.803373868153929 -1315,0.255951455205554,0.0,0.380651766565538,0.255951455205554,0.0,0.217953113980951,0.255951455205554,0.0,0.227004946666556,0.255951455205554,0.0,0.220822914294401,0.255951455205554,0.0,0.206926770348348,0.255951455205554,0.0,0.0902927293663159,0.5,0.255951455205554,0.0,0.0713719181238289,0.5,0.255951455205554,0.0,0.0359706333630591,0.5,0.255951455205554,0.0,0.01961401104099,0.255951455205554,0.0,0.0635083237036083,0.0,0.187343607624087,0.255951455205554,0.0,0.202175182320385,0.5,0.255951455205554,0.0,0.390151780728664,0.255951455205554,0.0,0.0625168951221859,0.255951455205554,0.0,0.140860025564586,0.255951455205554,0.0,0.0422544419381342,0.0,0.7925403251286 -1316,0.255951455205554,0.0,0.333682856149703,0.255951455205554,0.0,0.17797777728881,0.255951455205554,0.0,0.189755763524939,0.255951455205554,0.0,0.184474386363724,0.255951455205554,0.0,0.194495039173238,0.255951455205554,0.0,0.0723726923541586,0.5,0.255951455205554,0.0,0.0607863449181088,0.5,0.255951455205554,0.0,0.0438024220498843,0.5,0.255951455205554,0.0,0.0221240148764602,0.255951455205554,0.0,0.0541289568671528,0.0,0.196248329390066,0.255951455205554,0.0,0.207373610665812,0.5,0.255951455205554,0.0,0.341179854796658,0.255951455205554,0.0,0.0779185321738829,0.255951455205554,0.0,0.109948864181863,0.255951455205554,0.0,0.0418722339005523,0.0,0.762527956708845 -1317,0.255951455205554,0.0,0.287267297308204,0.255951455205554,0.0,0.172409221568672,0.255951455205554,0.0,0.1687644577226,0.255951455205554,0.0,0.166310640994858,0.255951455205554,0.0,0.184839985439521,0.255951455205554,0.0,0.0572249269448768,0.5,0.255951455205554,0.0,0.0541917274339467,0.5,0.255951455205554,0.0,0.0433199600127013,0.5,0.255951455205554,0.0,0.0214066790246305,0.255951455205554,0.0,0.0479132317003351,0.0,0.15595501379073,0.255951455205554,0.0,0.178706336996396,0.5,0.255951455205554,0.0,0.27270202055691,0.255951455205554,0.0,0.0806969617429433,0.255951455205554,0.0,0.0825984471675519,0.255951455205554,0.0,0.0393954881491704,0.0,0.732625808459695 -1318,0.255951455205554,0.0,0.263385878831347,0.255951455205554,0.0,0.167223002069306,0.255951455205554,0.0,0.159069286034058,0.255951455205554,0.0,0.164129405305867,0.255951455205554,0.0,0.177694464607912,0.255951455205554,0.0,0.0507523104140206,0.5,0.255951455205554,0.0,0.0526767019312335,0.5,0.255951455205554,0.0,0.0359769055680091,0.5,0.255951455205554,0.0,0.0197957440155269,0.255951455205554,0.0,0.0465124776981765,0.0,0.0953187049980546,0.255951455205554,0.0,0.130539816909351,0.5,0.255951455205554,0.0,0.225935433606029,0.255951455205554,0.0,0.0739874270285236,0.255951455205554,0.0,0.0604260645093758,0.255951455205554,0.0,0.0335898226811957,0.0,0.698897871160617 -1319,0.255951455205554,0.0,0.241665017466685,0.255951455205554,0.0,0.13079785961881,0.255951455205554,0.0,0.15335871395795,0.255951455205554,0.0,0.163329558190529,0.255951455205554,0.0,0.170325812587848,0.255951455205554,0.0,0.0527371559914938,0.5,0.255951455205554,0.0,0.0489488273049453,0.5,0.255951455205554,0.0,0.0355312815053901,0.5,0.255951455205554,0.0,0.0191489496100468,0.255951455205554,0.0,0.0456614512490468,0.0,0.0468577827153835,0.255951455205554,0.0,0.0889851205556987,0.5,0.255951455205554,0.0,0.1954305037108,0.255951455205554,0.0,0.0650787551079789,0.255951455205554,0.0,0.0463734518903826,0.255951455205554,0.0,0.0301744652728421,0.0,0.654537474697413 -1320,0.255951455205554,0.0,0.215422543819974,0.255951455205554,0.0,0.113744945689407,0.255951455205554,0.0,0.148240433389031,0.255951455205554,0.0,0.161992493561008,0.255951455205554,0.0,0.153673707427815,0.255951455205554,0.0,0.0536014726301014,0.5,0.255951455205554,0.0,0.0486877191275409,0.5,0.255951455205554,0.0,0.0464107457640449,0.5,0.255951455205554,0.0,0.0187838290739473,0.255951455205554,0.0,0.0427999932986293,0.0,0.045996886956093,0.255951455205554,0.0,0.0680129168726944,0.5,0.255951455205554,0.0,0.189538108297032,0.255951455205554,0.0,0.0632491602786809,0.255951455205554,0.0,0.0382052110837334,0.255951455205554,0.0,0.0306208121281549,0.0,0.558348606928502 -1321,0.255951455205554,0.0,0.18261333154549,0.255951455205554,0.0,0.0879240897609696,0.255951455205554,0.0,0.140983684538262,0.255951455205554,0.0,0.15644227738564,0.255951455205554,0.0,0.146612709911451,0.255951455205554,0.0,0.0527006858347522,0.5,0.255951455205554,0.0,0.0486456649034078,0.5,0.255951455205554,0.0,0.0542741464893798,0.5,0.255951455205554,0.0,0.0174985977124741,0.255951455205554,0.0,0.0382076044925775,0.0,0.0558344125163088,0.255951455205554,0.0,0.0647814990823467,0.5,0.255951455205554,0.0,0.202173945747109,0.255951455205554,0.0,0.0556130665983214,0.255951455205554,0.0,0.0355174897361986,0.255951455205554,0.0,0.0293727420430379,0.0,0.442351468477273 -1322,0.255951455205554,0.0,0.158230633261004,0.255951455205554,0.0,0.0708149309476786,0.255951455205554,0.0,0.133477027139923,0.255951455205554,0.0,0.141752486425221,0.255951455205554,0.0,0.139796420282004,0.255951455205554,0.0,0.0491899459781819,0.5,0.255951455205554,0.0,0.0459804803803762,0.5,0.255951455205554,0.0,0.046939679554107,0.5,0.255951455205554,0.0,0.01618125921683,0.255951455205554,0.0,0.0373701203449519,0.0,0.0701286473651142,0.255951455205554,0.0,0.0767974148794315,0.5,0.255951455205554,0.0,0.210689027691341,0.255951455205554,0.0,0.0539449085531279,0.255951455205554,0.0,0.0355409332768571,0.255951455205554,0.0,0.0306127269828311,0.0,0.409489947102295 -1323,0.255951455205554,0.0,0.149490904722904,0.255951455205554,0.0,0.0751102195998942,0.255951455205554,0.0,0.128067520238741,0.255951455205554,0.0,0.143354700729527,0.255951455205554,0.0,0.149543154669537,0.255951455205554,0.0,0.0475208267970425,0.5,0.255951455205554,0.0,0.0441878646007259,0.5,0.255951455205554,0.0,0.0473083310269733,0.5,0.255951455205554,0.0,0.0175431187191223,0.255951455205554,0.0,0.0392896844168054,0.0,0.0711700273942194,0.255951455205554,0.0,0.103867063075755,0.5,0.255951455205554,0.0,0.222969418377577,0.255951455205554,0.0,0.0588738521344561,0.255951455205554,0.0,0.0354606156665067,0.255951455205554,0.0,0.0309538701079416,0.0,0.481968713509672 -1324,0.255951455205554,0.0,0.153327123422092,0.255951455205554,0.0,0.0715324263334179,0.255951455205554,0.0,0.12340762929994,0.255951455205554,0.0,0.132771825494257,0.255951455205554,0.0,0.155554601586658,0.255951455205554,0.0,0.0436748607478194,0.5,0.255951455205554,0.0,0.0460980319266382,0.5,0.255951455205554,0.0,0.0543909791095106,0.5,0.255951455205554,0.0,0.018968537545231,0.255951455205554,0.0,0.0458761289046809,0.0,0.0612750515504181,0.255951455205554,0.0,0.10958986681493,0.5,0.255951455205554,0.0,0.218845119894317,0.255951455205554,0.0,0.0664167991633155,0.255951455205554,0.0,0.0363638328210052,0.255951455205554,0.0,0.0322520699870812,0.0,0.568066992262085 -1325,0.255951455205554,0.0,0.160036475054854,0.255951455205554,0.0,0.0710649820692655,0.255951455205554,0.0,0.124592439605971,0.255951455205554,0.0,0.123291216486545,0.255951455205554,0.0,0.163546693200242,0.255951455205554,0.0,0.0446761540766236,0.5,0.255951455205554,0.0,0.057224737371357,0.5,0.255951455205554,0.0,0.0570123701786708,0.5,0.255951455205554,0.0,0.0208096138244382,0.255951455205554,0.0,0.0519891879946553,0.0,0.0550616342685643,0.255951455205554,0.0,0.103115990901835,0.5,0.255951455205554,0.0,0.206326052830567,0.255951455205554,0.0,0.0728234299651144,0.255951455205554,0.0,0.0373222093956685,0.255951455205554,0.0,0.0338002772881311,0.0,0.60929258004074 -1326,0.255951455205554,0.0,0.161926095439631,0.255951455205554,0.0,0.0593015267348813,0.255951455205554,0.0,0.125420072859124,0.255951455205554,0.0,0.126383518086524,0.255951455205554,0.0,0.162337610785971,0.255951455205554,0.0,0.0443987994593089,0.5,0.255951455205554,0.0,0.0644056196563251,0.5,0.255951455205554,0.0,0.0530816731060325,0.5,0.255951455205554,0.0,0.0229009302850338,0.255951455205554,0.0,0.0580277090184209,0.0,0.0492717524260935,0.255951455205554,0.0,0.0953057421958414,0.5,0.255951455205554,0.0,0.199446257081666,0.255951455205554,0.0,0.0783546557928306,0.255951455205554,0.0,0.0359478414434895,0.255951455205554,0.0,0.0340518370914893,0.0,0.69514767707699 -1327,0.255951455205554,0.0,0.160211729215759,0.255951455205554,0.0,0.0513447714991838,0.255951455205554,0.0,0.141778846856218,0.255951455205554,0.0,0.136733458319706,0.255951455205554,0.0,0.162682661039681,0.255951455205554,0.0,0.0419482544238954,0.5,0.255951455205554,0.0,0.0784964612205218,0.5,0.255951455205554,0.0,0.0495232851722485,0.5,0.255951455205554,0.0,0.0246141271085311,0.255951455205554,0.0,0.0680378384719405,0.0,0.0444971032756684,0.255951455205554,0.0,0.088598730977375,0.5,0.255951455205554,0.0,0.193764462414818,0.255951455205554,0.0,0.0877615965836458,0.255951455205554,0.0,0.0331150882756003,0.255951455205554,0.0,0.0342981343413443,0.0,0.763156987333696 -1328,0.255951455205554,8.27270061239714e-05,0.16052603464386,0.255951455205554,3.56387450750075e-05,0.0507292215892757,0.255951455205554,0.000310490931184397,0.167475257379377,0.255951455205554,0.0,0.158917640042422,0.255951455205554,3.48441341390314e-06,0.171154133481032,0.255951455205554,0.00039429247100365,0.0420799736171929,0.5,0.255951455205554,2.32615409714986e-06,0.0802677997473469,0.5,0.255951455205554,0.00230933522549056,0.0412148469658806,0.5,0.255951455205554,0.00855772748779425,0.022647080729374,0.255951455205554,0.0,0.0679927867421266,0.0076535309557211,0.0458665410496206,0.255951455205554,0.00838504333557683,0.0823388398855049,0.5,0.255951455205554,0.00218899882296997,0.192885835517413,0.255951455205554,0.00922548545905449,0.102553998442934,0.255951455205554,0.00502441661539543,0.0297712057959949,0.255951455205554,0.00456361578611506,0.034924647503294,0.0,0.840857371787532 -1329,0.255951455205554,0.0265938241827106,0.166028829572302,0.255951455205554,0.028324442434878,0.0639409415961274,0.255951455205554,0.0392992645516984,0.187985383543845,0.255951455205554,0.026024788948842,0.186233577903333,0.255951455205554,0.0232952159269871,0.1819537067633,0.255951455205554,0.0355768046902573,0.044524987914321,0.5,0.255951455205554,0.01978107636759,0.081194875651378,0.5,0.255951455205554,0.109182853448064,0.0288164513877299,0.5,0.255951455205554,0.156939137417705,0.0171084996291612,0.255951455205554,0.0322561546111006,0.0667727729067327,0.16339187317238,0.0496448973417269,0.255951455205554,0.144606368690911,0.0853609831401827,0.5,0.255951455205554,0.0757450818354892,0.19984623854178,0.255951455205554,0.152032258488484,0.119512923747213,0.255951455205554,0.151297000880167,0.0262236852393365,0.255951455205554,0.143550330904143,0.0301458039359274,0.0311668315936522,0.814843070532681 -1330,0.255951455205554,0.054339735784897,0.191102714084166,0.255951455205554,0.0685552182304245,0.0713949221486411,0.255951455205554,0.0966765679996846,0.207099975173543,0.255951455205554,0.105665958730869,0.232084854887996,0.255951455205554,0.0636674412002022,0.204107063457978,0.255951455205554,0.0637268021482945,0.0501669831053655,0.5,0.255951455205554,0.0711151825830104,0.112524324184687,0.5,0.255951455205554,0.243940117016834,0.0280897773215642,0.5,0.255951455205554,0.316621369855687,0.0137579149697256,0.255951455205554,0.10856291952026,0.113666147859545,0.330027700205591,0.0481842017438516,0.255951455205554,0.300846683675437,0.0886876020448341,0.5,0.255951455205554,0.177650845911259,0.188005276738458,0.255951455205554,0.303603058090827,0.136671180746509,0.255951455205554,0.319562521326216,0.027259068811187,0.255951455205554,0.282546788715101,0.0319505982990346,0.0524545931909051,0.765454326675578 -1331,0.255951455205554,0.0835871058700192,0.231529166743139,0.255951455205554,0.141092726104772,0.0886671049006118,0.255951455205554,0.142137309156539,0.225862640322957,0.255951455205554,0.0966436383129146,0.249363974962582,0.255951455205554,0.113859746648367,0.273007461322734,0.255951455205554,0.101872565280273,0.0568226253239729,0.5,0.255951455205554,0.134948622589386,0.174509128950649,0.5,0.255951455205554,0.394882096644962,0.029543209429359,0.5,0.255951455205554,0.453554318685846,0.0146990709299892,0.255951455205554,0.206638456441405,0.219938012087194,0.477578604651545,0.0705895232355535,0.255951455205554,0.455485565790531,0.0997256813562755,0.5,0.255951455205554,0.305490708909217,0.173525972132138,0.255951455205554,0.447602942227306,0.15136904199867,0.255951455205554,0.471095543668276,0.0318002750900834,0.255951455205554,0.367869434747379,0.0385894435502809,0.0563652068958532,0.764264087885113 -1332,0.255951455205554,0.113648128767351,0.266502794920341,0.255951455205554,0.284375135631249,0.145995040765574,0.255951455205554,0.189168230838049,0.259472262696849,0.255951455205554,0.0544884100552646,0.256851095064821,0.255951455205554,0.190601610120737,0.345527195599585,0.255951455205554,0.123690849042131,0.0794283844440259,0.5,0.255951455205554,0.248062585025114,0.286057613826419,0.5,0.255951455205554,0.52788467043335,0.0494277457138101,0.5,0.255951455205554,0.543860312499156,0.0207588978824216,0.255951455205554,0.443023373202955,0.411628129879275,0.571959895768135,0.0746192315282476,0.255951455205554,0.565223657040087,0.103557318285777,0.5,0.255951455205554,0.428896762363344,0.159310628814895,0.255951455205554,0.559915643501012,0.146726920941192,0.255951455205554,0.569844970502769,0.0664440168677482,0.255951455205554,0.423628836314324,0.056470742159379,0.0531091311202438,0.741607782890457 -1333,0.255951455205554,0.132870329204809,0.267571450271415,0.255951455205554,0.383737519845804,0.193922241215417,0.255951455205554,0.25313606338587,0.301084754734727,0.255951455205554,0.0540250907865271,0.265906370599662,0.255951455205554,0.292486651277356,0.445340146835589,0.255951455205554,0.159282172492514,0.128553411708667,0.5,0.255951455205554,0.412875588788196,0.474402492744067,0.5,0.255951455205554,0.589890568652181,0.106541098136624,0.5,0.255951455205554,0.587717943360095,0.0334759022957589,0.255951455205554,0.543464093285873,0.764509222553909,0.606672977260559,0.0658371784491883,0.255951455205554,0.608975638530556,0.0967932079361064,0.5,0.255951455205554,0.493220035283338,0.153527766293321,0.255951455205554,0.611542494642896,0.127044817618111,0.255951455205554,0.606193077729063,0.0894095734337687,0.255951455205554,0.474024762223341,0.0867609543895025,0.0689816194240772,0.69077361724921 -1334,0.255951455205554,0.138975519346801,0.294313629512848,0.255951455205554,0.334951551273381,0.190128380661531,0.255951455205554,0.284640695961532,0.315874643367394,0.255951455205554,0.0628715556040476,0.300410998627471,0.255951455205554,0.366204518481124,0.531329659768426,0.255951455205554,0.267581887547097,0.231516268421014,0.5,0.255951455205554,0.470059421453062,0.642360256886457,0.5,0.255951455205554,0.57358439026278,0.171730458495097,0.5,0.255951455205554,0.587228017307374,0.0478324008614947,0.255951455205554,0.331203339877541,0.771460279740283,0.585499292759363,0.0824354256539161,0.255951455205554,0.586961482679307,0.0995338176619684,0.5,0.255951455205554,0.510408363204532,0.160214169652893,0.255951455205554,0.596211319136361,0.123133733501061,0.255951455205554,0.585751183928529,0.0891824917030839,0.255951455205554,0.436039244168518,0.116283094890753,0.0954977880641453,0.62886291945652 -1335,0.255951455205554,0.124045062315069,0.291048464133652,0.255951455205554,0.19410379806182,0.172961918519873,0.255951455205554,0.242491344483108,0.336241858228309,0.255951455205554,0.086457667362216,0.300826714422677,0.255951455205554,0.317306802653652,0.545392259871425,0.255951455205554,0.359601579661576,0.30669617665136,0.5,0.255951455205554,0.289112405603557,0.663533613637096,0.5,0.255951455205554,0.470354378693849,0.226840805002635,0.5,0.255951455205554,0.52654824823745,0.0672353725365704,0.255951455205554,0.121313675804339,0.685301260942299,0.499695739593702,0.100887767355208,0.255951455205554,0.499985863380105,0.101187909759102,0.5,0.255951455205554,0.460103297082654,0.15695694364059,0.255951455205554,0.511379605560123,0.106799873091426,0.255951455205554,0.485834830983136,0.0962539446847156,0.255951455205554,0.344437625209408,0.124544940725362,0.0989818402911903,0.550417887784331 -1336,0.255951455205554,0.0781135579810954,0.255080805196525,0.255951455205554,0.119625880199077,0.169586355216919,0.255951455205554,0.166756729167952,0.302288264737725,0.255951455205554,0.0647437580039104,0.256311458332153,0.255951455205554,0.189612890615338,0.478889768915264,0.255951455205554,0.29498144156691,0.312956128857232,0.5,0.255951455205554,0.143654278555112,0.606133884604109,0.5,0.255951455205554,0.308849093925513,0.172457227151726,0.5,0.255951455205554,0.397396265568921,0.0563944310285092,0.255951455205554,0.0804182120952292,0.826760329442381,0.364679487552119,0.0646398096661601,0.255951455205554,0.364002861987134,0.066438982009544,0.5,0.255951455205554,0.346561653168207,0.111811388897263,0.255951455205554,0.370084346800673,0.0554418916453072,0.255951455205554,0.321131004414494,0.0590955498917638,0.255951455205554,0.251690545584814,0.0880597683092423,0.0504936271983281,0.524488164685963 -1337,0.255951455205554,0.0244977566699378,0.22566585631518,0.255951455205554,0.0488495277042818,0.121308328807607,0.255951455205554,0.08415331134548,0.258201472330926,0.255951455205554,0.0426354421205715,0.246120291931916,0.255951455205554,0.080887908818355,0.382862030189751,0.255951455205554,0.140151191465064,0.234783487092495,0.5,0.255951455205554,0.0571577913281823,0.473311385040303,0.5,0.255951455205554,0.13279432620394,0.0983624954295766,0.5,0.255951455205554,0.14027578877132,0.0405128613351108,0.255951455205554,0.017266790231075,0.762197401088652,0.0993361540520442,0.064347668144653,0.255951455205554,0.0851031431869841,0.0574371047569958,0.5,0.255951455205554,0.0976734781572645,0.0818513227283086,0.255951455205554,0.0911738782953254,0.0377787651288255,0.255951455205554,0.112115787844283,0.04737835964783,0.255951455205554,0.118232466374655,0.058427891179182,0.0128017672415916,0.570349821933818 -1338,0.255951455205554,0.000124624602673167,0.231726837808151,0.255951455205554,0.0,0.121603236517356,0.255951455205554,1.60532914419929e-05,0.249879147328582,0.255951455205554,0.0,0.259172992002411,0.255951455205554,3.09605418269432e-05,0.325639949293343,0.255951455205554,0.0,0.169204881199934,0.5,0.255951455205554,3.73080876905034e-05,0.341973390722627,0.5,0.255951455205554,0.0,0.0784632303118314,0.5,0.255951455205554,0.0,0.0514600718383944,0.255951455205554,0.0,0.559596975693606,0.0,0.0797300666292077,0.255951455205554,0.0,0.0737489276496701,0.5,0.255951455205554,0.0,0.0969348461524364,0.255951455205554,0.0,0.054947122539658,0.255951455205554,0.0,0.0544237589996137,0.255951455205554,0.0,0.0653919525428801,0.0,0.540898732212718 -1339,0.255951455205554,0.0,0.257181611777713,0.255951455205554,0.0,0.139110361920753,0.255951455205554,0.0,0.24232114385712,0.255951455205554,0.0,0.265525964677577,0.255951455205554,0.0,0.244997852622829,0.255951455205554,0.0,0.133622449519616,0.5,0.255951455205554,0.0,0.182664908034528,0.5,0.255951455205554,0.0,0.0812458840049431,0.5,0.255951455205554,0.0,0.0530656032571789,0.255951455205554,0.0,0.271090907206568,0.0,0.0608328455082434,0.255951455205554,0.0,0.0647308362773587,0.5,0.255951455205554,0.0,0.088266424382497,0.255951455205554,0.0,0.0634387567320154,0.255951455205554,0.0,0.0516399349743383,0.255951455205554,0.0,0.0638736782198,0.0,0.402928860590665 -1340,0.255951455205554,0.0,0.27399928682318,0.255951455205554,0.0,0.146346453477758,0.255951455205554,0.0,0.238127036611791,0.255951455205554,0.0,0.266975728561878,0.255951455205554,0.0,0.159966239261437,0.255951455205554,0.0,0.123149671317458,0.5,0.255951455205554,0.0,0.105951871632312,0.5,0.255951455205554,0.0,0.083422054106151,0.5,0.255951455205554,0.0,0.0568230546754289,0.255951455205554,0.0,0.119871041407881,0.0,0.0525579947632401,0.255951455205554,0.0,0.0550414311895972,0.5,0.255951455205554,0.0,0.0780310993902817,0.255951455205554,0.0,0.0687953029169674,0.255951455205554,0.0,0.0583390250118714,0.255951455205554,0.0,0.0585740094066867,0.0,0.376473470623991 -1341,0.255951455205554,0.0,0.268819160280646,0.255951455205554,0.0,0.156030254301479,0.255951455205554,0.0,0.203502250226633,0.255951455205554,0.0,0.245695753635895,0.255951455205554,0.0,0.120798396205977,0.255951455205554,0.0,0.119974546308366,0.5,0.255951455205554,0.0,0.0776963413706906,0.5,0.255951455205554,0.0,0.0754365043252158,0.5,0.255951455205554,0.0,0.0559508563072703,0.255951455205554,0.0,0.0580708820317467,0.0,0.0412011325920046,0.255951455205554,0.0,0.0505008458214094,0.5,0.255951455205554,0.0,0.0723260472002408,0.255951455205554,0.0,0.0735677549594862,0.255951455205554,0.0,0.0681822320330146,0.255951455205554,0.0,0.061931035125018,0.0,0.44631479835303 -1342,0.255951455205554,0.0,0.264311330997996,0.255951455205554,0.0,0.173371519335914,0.255951455205554,0.0,0.162471021581511,0.255951455205554,0.0,0.191794781336865,0.255951455205554,0.0,0.103683349806244,0.255951455205554,0.0,0.109413546383798,0.5,0.255951455205554,0.0,0.0543103737911006,0.5,0.255951455205554,0.0,0.061756935357055,0.5,0.255951455205554,0.0,0.0506423988756862,0.255951455205554,0.0,0.0295703916420438,0.0,0.036236201306968,0.255951455205554,0.0,0.046973869244262,0.5,0.255951455205554,0.0,0.0642671968503675,0.255951455205554,0.0,0.0774689378375175,0.255951455205554,0.0,0.0709597146779138,0.255951455205554,0.0,0.0651333156895977,0.0,0.583390935950021 -1343,0.255951455205554,0.0,0.241437727903473,0.255951455205554,0.0,0.145986194596236,0.255951455205554,0.0,0.133094814882768,0.255951455205554,0.0,0.134684416429488,0.255951455205554,0.0,0.0763536530897822,0.255951455205554,0.0,0.081221783762322,0.5,0.255951455205554,0.0,0.034504530567958,0.5,0.255951455205554,0.0,0.0497248025697952,0.5,0.255951455205554,0.0,0.0434134544379609,0.255951455205554,0.0,0.0225272781400411,0.0,0.0396947861027651,0.255951455205554,0.0,0.044829089257165,0.5,0.255951455205554,0.0,0.0609278561107897,0.255951455205554,0.0,0.0866049677045516,0.255951455205554,0.0,0.0689413594945196,0.255951455205554,0.0,0.0632422604887003,0.0,0.643177948636762 -1344,0.255951455205554,0.0,0.194652798920073,0.255951455205554,0.0,0.118268720362102,0.255951455205554,0.0,0.0998860562769009,0.255951455205554,0.0,0.0871205290309427,0.255951455205554,0.0,0.0543990496563379,0.255951455205554,0.0,0.0469842020021334,0.5,0.255951455205554,0.0,0.0309818105439812,0.5,0.255951455205554,0.0,0.0419472664134128,0.5,0.255951455205554,0.0,0.0379222902545436,0.255951455205554,0.0,0.0243698553373191,0.0,0.0355890238590263,0.255951455205554,0.0,0.0442825180739028,0.5,0.255951455205554,0.0,0.0609304946655198,0.255951455205554,0.0,0.0867057587247487,0.255951455205554,0.0,0.0694155586140858,0.255951455205554,0.0,0.0584805307067311,0.0,0.594930568743372 -1345,0.255951455205554,0.0,0.141279621898145,0.255951455205554,0.0,0.0943507855852443,0.255951455205554,0.0,0.0646260982622516,0.255951455205554,0.0,0.0587247689867844,0.255951455205554,0.0,0.0409005498466805,0.255951455205554,0.0,0.0260683974347384,0.5,0.255951455205554,0.0,0.0249211523562002,0.5,0.255951455205554,0.0,0.0364924723132071,0.5,0.255951455205554,0.0,0.0332862202982739,0.255951455205554,0.0,0.0220743273791442,0.0,0.0381067675015249,0.255951455205554,0.0,0.0449337573588686,0.5,0.255951455205554,0.0,0.0607019808007837,0.255951455205554,0.0,0.0779520868222014,0.255951455205554,0.0,0.0689759946617538,0.255951455205554,0.0,0.051414377169441,0.0,0.545032484960391 -1346,0.255951455205554,0.0,0.100072255538301,0.255951455205554,0.0,0.0675181961311607,0.255951455205554,0.0,0.04897155032871,0.255951455205554,0.0,0.038647382777971,0.255951455205554,0.0,0.0330093741856929,0.255951455205554,0.0,0.0186396991466761,0.5,0.255951455205554,0.0,0.0260027903866086,0.5,0.255951455205554,0.0,0.0345169492882508,0.5,0.255951455205554,0.0,0.0294402098851051,0.255951455205554,0.0,0.0204533948887596,0.0,0.0470215542563643,0.255951455205554,0.0,0.047548519325881,0.5,0.255951455205554,0.0,0.0625921664202718,0.255951455205554,0.0,0.0717772823606808,0.255951455205554,0.0,0.0660540012985169,0.255951455205554,0.0,0.0456905275498515,0.0,0.506255789245733 -1347,0.255951455205554,0.0,0.0711242034300948,0.255951455205554,0.0,0.0442242114248666,0.255951455205554,0.0,0.0436588861176641,0.255951455205554,0.0,0.0247484287398504,0.255951455205554,0.0,0.0342825887039937,0.255951455205554,0.0,0.0158193387117359,0.5,0.255951455205554,0.0,0.0306158483635462,0.5,0.255951455205554,0.0,0.0313807692257086,0.5,0.255951455205554,0.0,0.0259502415039771,0.255951455205554,0.0,0.0250218951970533,0.0,0.050587306111121,0.255951455205554,0.0,0.045531886322414,0.5,0.255951455205554,0.0,0.0639079814703079,0.255951455205554,0.0,0.0631572875582904,0.255951455205554,0.0,0.0579495036637493,0.255951455205554,0.0,0.0390114978468654,0.0,0.425098506110123 -1348,0.255951455205554,0.0,0.0557567108708852,0.255951455205554,0.0,0.0294095621067862,0.255951455205554,0.0,0.0369606054557596,0.255951455205554,0.0,0.0194665757268878,0.255951455205554,0.0,0.0431666371887722,0.255951455205554,0.0,0.0141248368362624,0.5,0.255951455205554,0.0,0.0385835398947813,0.5,0.255951455205554,0.0,0.0231714267978732,0.5,0.255951455205554,0.0,0.0213225130666788,0.255951455205554,0.0,0.0397661775627915,0.0,0.0385719590099036,0.255951455205554,0.0,0.0392720352546993,0.5,0.255951455205554,0.0,0.06326155605573,0.255951455205554,0.0,0.0542642179642289,0.255951455205554,0.0,0.041736112478552,0.255951455205554,0.0,0.0318262688853002,0.0,0.30189468506221 -1349,0.255951455205554,0.0,0.0468880750304933,0.255951455205554,0.0,0.0216282328279633,0.255951455205554,0.0,0.0350648540833005,0.255951455205554,0.0,0.0234082469209326,0.255951455205554,0.0,0.0524232934602935,0.255951455205554,0.0,0.0121991072460932,0.5,0.255951455205554,0.0,0.0396755184113839,0.5,0.255951455205554,0.0,0.0183988248273285,0.5,0.255951455205554,0.0,0.0179579062082661,0.255951455205554,0.0,0.0435394153532778,0.0,0.0334196364163384,0.255951455205554,0.0,0.0318715563875953,0.5,0.255951455205554,0.0,0.0563536947289473,0.255951455205554,0.0,0.044308409451471,0.255951455205554,0.0,0.0290612645139248,0.255951455205554,0.0,0.0263334590056702,0.0,0.247306155147933 -1350,0.255951455205554,0.0,0.03945146383542,0.255951455205554,0.0,0.0157144274127945,0.255951455205554,0.0,0.0441792189203643,0.255951455205554,0.0,0.0345391950452994,0.255951455205554,0.0,0.0572586059010322,0.255951455205554,0.0,0.00958570709286684,0.5,0.255951455205554,0.0,0.0318002580669648,0.5,0.255951455205554,0.0,0.0161954121334564,0.5,0.255951455205554,0.0,0.0156443596749493,0.255951455205554,0.0,0.0329992581115923,0.0,0.0315369710473136,0.255951455205554,0.0,0.0265379124916864,0.5,0.255951455205554,0.0,0.0478321548342161,0.255951455205554,0.0,0.0390653289285563,0.255951455205554,0.0,0.0215342406064375,0.255951455205554,0.0,0.0212625338434869,0.0,0.172500586586686 -1351,0.255951455205554,0.0,0.0326397729512574,0.255951455205554,0.0,0.0158187112580072,0.255951455205554,0.0,0.0560625856169311,0.255951455205554,0.0,0.0460171934045602,0.255951455205554,0.0,0.0555160529195554,0.255951455205554,0.0,0.00906780147085993,0.5,0.255951455205554,0.0,0.0219442049767143,0.5,0.255951455205554,0.0,0.0132778256049961,0.5,0.255951455205554,0.0,0.0119608853023293,0.255951455205554,0.0,0.017155448412495,0.0,0.0321112717636875,0.255951455205554,0.0,0.0249795553206376,0.5,0.255951455205554,0.0,0.0394519586887229,0.255951455205554,0.0,0.0341869313233471,0.255951455205554,0.0,0.0160057363342281,0.255951455205554,0.0,0.0148864726194985,0.0,0.223855305343747 -1352,0.255951455205554,1.6152787445574e-05,0.0384783168359663,0.255951455205554,8.14285503547187e-05,0.0157325697243164,0.255951455205554,0.000133967102285158,0.0638799535879829,0.255951455205554,0.0,0.0515241020561631,0.255951455205554,2.2972683685759e-05,0.0521439599769904,0.255951455205554,0.000337714916083772,0.00980476180733528,0.5,0.255951455205554,6.35817992864614e-05,0.0134508819104989,0.5,0.255951455205554,0.00108105251721531,0.00913543432066531,0.5,0.255951455205554,0.00866209003432932,0.00826227694295073,0.255951455205554,0.0,0.00781412610387957,0.00461238195913908,0.0318652264909506,0.255951455205554,0.0076677021982707,0.0243101378329171,0.5,0.255951455205554,0.00328157571824894,0.0343893290212046,0.255951455205554,0.0105173281667339,0.0273015997557027,0.255951455205554,0.00188553102195801,0.00834609382198708,0.255951455205554,0.0022070626486668,0.0102374859870727,0.0,0.293314806730216 -1353,0.255951455205554,0.0129217340664706,0.0468501732313033,0.255951455205554,0.00857329774930941,0.00992983640698286,0.255951455205554,0.0172317288747611,0.0630541302149631,0.255951455205554,0.0131203121110943,0.0562665796577179,0.255951455205554,0.0204703960967904,0.0477043082327667,0.255951455205554,0.0270860606903018,0.0106903448144257,0.5,0.255951455205554,0.0301878525190893,0.0114656568792057,0.5,0.255951455205554,0.0343183450752363,0.0050402215843888,0.5,0.255951455205554,0.111563292128951,0.00561082187198564,0.255951455205554,0.0378971042445486,0.0116826651717341,0.0754034777621175,0.0245978944532986,0.255951455205554,0.0946081465321778,0.0223040617283544,0.5,0.255951455205554,0.0743618894648475,0.0310731564605924,0.255951455205554,0.115989694983108,0.0224731198755706,0.255951455205554,0.0405822124156182,0.00275722523473086,0.255951455205554,0.0567019177265172,0.00660786769904287,0.0136209530005704,0.372669442344372 -1354,0.255951455205554,0.0473502380228515,0.0566629233052484,0.255951455205554,0.0359187225541044,0.00653257082853591,0.255951455205554,0.0636325314683847,0.0716742017111568,0.255951455205554,0.0405773037160425,0.0700266668781612,0.255951455205554,0.0718176439305669,0.0681281789040429,0.255951455205554,0.0783393410454077,0.0275462569942585,0.5,0.255951455205554,0.104430731672742,0.0228045642822639,0.5,0.255951455205554,0.0942543361885938,0.00336469129828841,0.5,0.255951455205554,0.229346224529083,0.00460234704104289,0.255951455205554,0.0934365410896941,0.0212580467197831,0.115613056319961,0.0202923535589413,0.255951455205554,0.168989316842413,0.023046147789629,0.5,0.255951455205554,0.125770924658792,0.0316705116540345,0.255951455205554,0.219322445432264,0.0216176825727519,0.255951455205554,0.099983976525778,0.00118169470313203,0.255951455205554,0.13861666530756,0.00514610258424956,0.0308287000957702,0.392644102053167 -1355,0.255951455205554,0.0985338397118736,0.0776078106807789,0.255951455205554,0.0971523442479552,0.0113652239568765,0.255951455205554,0.117889466983906,0.107291495444014,0.255951455205554,0.0877937374590341,0.0956108709642651,0.255951455205554,0.16944329843113,0.0991924398165699,0.255951455205554,0.124344663401314,0.0402325493240929,0.5,0.255951455205554,0.210445661178503,0.0425558473611051,0.5,0.255951455205554,0.163816945906018,0.0030836984087857,0.5,0.255951455205554,0.333282332547276,0.00500054570141524,0.255951455205554,0.187703719336235,0.0457330285753126,0.149510303470617,0.0285718245915021,0.255951455205554,0.22193795603059,0.028144869005084,0.5,0.255951455205554,0.109582804065356,0.0357810534013859,0.255951455205554,0.29617850411912,0.0296779844012022,0.255951455205554,0.181342637030085,0.0010640333520539,0.255951455205554,0.217484326206628,0.00519790003846277,0.0562565370133779,0.353141944591102 -1356,0.255951455205554,0.181350313652297,0.11909782803483,0.255951455205554,0.158932263397171,0.0229274116380693,0.255951455205554,0.166691572895939,0.129068279857866,0.255951455205554,0.123495454400912,0.117715003249436,0.255951455205554,0.2292057660293,0.089006942244345,0.255951455205554,0.150272460296111,0.0381010005917525,0.5,0.255951455205554,0.270021967242413,0.0618671308013986,0.5,0.255951455205554,0.210149664353354,0.00252897981401048,0.5,0.255951455205554,0.398670433023442,0.00733110015358573,0.255951455205554,0.294181032344496,0.0621284600711203,0.0936215823466532,0.0173312108318182,0.255951455205554,0.259929986966282,0.0237053954245621,0.5,0.255951455205554,0.085372563019954,0.033315795802013,0.255951455205554,0.346412149841575,0.0325380725784057,0.255951455205554,0.252745737837841,0.00213094665189951,0.255951455205554,0.267449723263769,0.00643821212056123,0.0710166399299713,0.307912552426694 -1357,0.255951455205554,0.233982385631007,0.139452238256468,0.255951455205554,0.291394158160118,0.03168087638153,0.255951455205554,0.21899534173007,0.120776190130675,0.255951455205554,0.0917221091084803,0.134879948769242,0.255951455205554,0.30474951147492,0.0702892149991375,0.255951455205554,0.182819337041753,0.0260829778477052,0.5,0.255951455205554,0.213906557604698,0.0511239209914957,0.5,0.255951455205554,0.231327030606975,0.00207425596931309,0.5,0.255951455205554,0.424777543323498,0.00845246427181467,0.255951455205554,0.190827172005496,0.0432060733083651,0.092222866925481,0.0123459139940067,0.255951455205554,0.28284571949334,0.0188199440075065,0.5,0.255951455205554,0.0826086132777872,0.02120202265238,0.255951455205554,0.388537535608725,0.0365217569755713,0.255951455205554,0.286836169997737,0.004996696359964,0.255951455205554,0.244120500069482,0.0061775059529085,0.0742425376548648,0.24156213876718 -1358,0.255951455205554,0.282475252381386,0.122079329594261,0.255951455205554,0.248803692054021,0.0380963348470026,0.255951455205554,0.24456537474391,0.0961089200066935,0.255951455205554,0.0546390249541589,0.137275810680757,0.255951455205554,0.292093685637656,0.0751062877690803,0.255951455205554,0.214528899227671,0.0222817868550668,0.5,0.255951455205554,0.132494168625809,0.0335663402504579,0.5,0.255951455205554,0.209948021088919,0.00379907056741139,0.5,0.255951455205554,0.42129799502079,0.00934687606801641,0.255951455205554,0.123568243972816,0.0271941804808962,0.114102129845455,0.00984684342368051,0.255951455205554,0.277235663768082,0.0127711659881714,0.5,0.255951455205554,0.088204771409893,0.0138523096219885,0.255951455205554,0.402598002161055,0.0357434718461031,0.255951455205554,0.276656412119631,0.00603955563198209,0.255951455205554,0.200420701854915,0.00546766683133927,0.0939737505585662,0.175427320628202 -1359,0.255951455205554,0.221314440662139,0.0985591134846324,0.255951455205554,0.096890666368027,0.0180104389980977,0.255951455205554,0.230109759642653,0.0805705503073149,0.255951455205554,0.118405091291806,0.0785452261976458,0.255951455205554,0.178948661396512,0.062438894555838,0.255951455205554,0.18519876773686,0.0180927860964671,0.5,0.255951455205554,0.104753979389968,0.0219988106819072,0.5,0.255951455205554,0.186730608314101,0.00842358020313336,0.5,0.255951455205554,0.387445680021032,0.00888454661304419,0.255951455205554,0.0906092809834015,0.0169033406461722,0.129790290683566,0.00550696638138167,0.255951455205554,0.233090352455644,0.00758720045969324,0.5,0.255951455205554,0.073260868867313,0.0112790501052107,0.255951455205554,0.36149516508013,0.0297894304483741,0.255951455205554,0.187440828119832,0.00443128638045693,0.255951455205554,0.140927248839948,0.00381710466453076,0.152416492147977,0.153407450843727 -1360,0.255951455205554,0.114275777711013,0.0608349751829481,0.255951455205554,0.0843551199429634,0.0132618960691691,0.255951455205554,0.130325164970209,0.0507333280907367,0.255951455205554,0.221101591213252,0.0553167522542426,0.255951455205554,0.0701548172835003,0.0356536251482458,0.255951455205554,0.0946112247900876,0.0109012914849525,0.5,0.255951455205554,0.06617535212643,0.0124264064185909,0.5,0.255951455205554,0.141678738710231,0.0120554073991297,0.5,0.255951455205554,0.296456333839344,0.00529875024442012,0.255951455205554,0.0552201828720109,0.00696655014498202,0.0776447959932964,0.000727868527419403,0.255951455205554,0.156393023326545,0.00253564089829543,0.5,0.255951455205554,0.0467436764741617,0.00553513147283093,0.255951455205554,0.249380789220932,0.0197577167119001,0.255951455205554,0.0973560440969103,0.00242521280046966,0.255951455205554,0.0819504004942912,0.0015703537480134,0.220513054893638,0.173593140269135 -1361,0.255951455205554,0.0306636668391496,0.0339710564374961,0.255951455205554,0.0720374465395508,0.01768846451093,0.255951455205554,0.0545385992889864,0.0258828645438447,0.255951455205554,0.141442656125497,0.0368655725406354,0.255951455205554,0.0159820073171203,0.0165178956444638,0.255951455205554,0.0317174030578026,0.00606322103847195,0.5,0.255951455205554,0.0256180717567931,0.00493136213455283,0.5,0.255951455205554,0.0739868580509176,0.0113893254061299,0.5,0.255951455205554,0.124173514213575,0.00155730648361678,0.255951455205554,0.016238900906237,0.00107816222318955,0.0212720818229946,9.68170482924461e-05,0.255951455205554,0.0461210999409298,0.00142610599406011,0.5,0.255951455205554,0.0156986698047451,0.00298021458362154,0.255951455205554,0.0785352050097953,0.0105466394930576,0.255951455205554,0.0375950849174322,0.000898075081397509,0.255951455205554,0.0304532024394357,0.00050314088984284,0.0586372810628532,0.198987247825227 -1362,0.255951455205554,0.000200790121479594,0.0229145516974888,0.255951455205554,0.0,0.0232764477518029,0.255951455205554,1.24558999682479e-05,0.0170503267738968,0.255951455205554,0.0,0.0327209405609548,0.255951455205554,0.000319548670320424,0.0112000734294101,0.255951455205554,9.96553575712516e-05,0.00455488009480524,0.5,0.255951455205554,0.000506090173559135,0.00287490425245193,0.5,0.255951455205554,0.00026166426959337,0.0106439566017845,0.5,0.255951455205554,4.36195464773647e-06,0.00161600376659974,0.255951455205554,0.000318562304911404,0.00113614336875464,0.0,0.000593348627989524,0.255951455205554,0.0,0.00247999349492317,0.5,0.255951455205554,9.21328349694685e-06,0.0016991935504078,0.255951455205554,0.0,0.0147749270566174,0.255951455205554,0.0,0.00130581236421102,0.255951455205554,0.000104362115668241,0.0002703941793404,0.0,0.228337963095733 -1363,0.255951455205554,0.0,0.0256635430083983,0.255951455205554,0.0,0.0150148971509439,0.255951455205554,0.0,0.0158465365810229,0.255951455205554,0.0,0.020397312102781,0.255951455205554,0.0,0.00937458504662754,0.255951455205554,0.0,0.00330269296288733,0.5,0.255951455205554,0.0,0.00235918379961352,0.5,0.255951455205554,0.0,0.010488847709643,0.5,0.255951455205554,0.0,0.00116774342087477,0.255951455205554,0.0,0.00159746252615126,0.0,0.00135953585425806,0.255951455205554,0.0,0.00456095341056387,0.5,0.255951455205554,0.0,0.00203627382021677,0.255951455205554,0.0,0.0161607347869425,0.255951455205554,0.0,0.00176096203821272,0.255951455205554,0.0,0.000207196882882039,0.0,0.2740656891387 -1364,0.255951455205554,0.0,0.0347083970299879,0.255951455205554,0.0,0.0156699084494011,0.255951455205554,0.0,0.0209840736012052,0.255951455205554,0.0,0.0110704691373572,0.255951455205554,0.0,0.00724306912849461,0.255951455205554,0.0,0.0017930539017584,0.5,0.255951455205554,0.0,0.0019326491406181,0.5,0.255951455205554,0.0,0.00751421239934203,0.5,0.255951455205554,0.0,0.000879440739115728,0.255951455205554,0.0,0.000997692892751061,0.0,0.00467100510704381,0.255951455205554,0.0,0.00649910566882827,0.5,0.255951455205554,0.0,0.00412954193113629,0.255951455205554,0.0,0.0181753395588987,0.255951455205554,0.0,0.00162785227920472,0.255951455205554,0.0,0.000292893309177387,0.0,0.349161337691592 -1365,0.255951455205554,0.0,0.0411714653025243,0.255951455205554,0.0,0.0181364519695534,0.255951455205554,0.0,0.0241848279694959,0.255951455205554,0.0,0.00963098462446538,0.255951455205554,0.0,0.00586003309887475,0.255951455205554,0.0,0.000960146943334566,0.5,0.255951455205554,0.0,0.00113684730458199,0.5,0.255951455205554,0.0,0.00522246989205201,0.5,0.255951455205554,0.0,0.000638788378597871,0.255951455205554,0.0,0.000784842517355153,0.0,0.00608256856213233,0.255951455205554,0.0,0.00844256910000982,0.5,0.255951455205554,0.0,0.00757084508884531,0.255951455205554,0.0,0.0179905429311973,0.255951455205554,0.0,0.0019487447856683,0.255951455205554,0.0,0.000280180958507735,0.0,0.417270186140127 -1366,0.255951455205554,0.0,0.0474025799398297,0.255951455205554,0.0,0.0160555329194632,0.255951455205554,0.0,0.0281575977324673,0.255951455205554,0.0,0.0218465780708464,0.255951455205554,0.0,0.00618395786901673,0.255951455205554,0.0,0.000585392243707891,0.5,0.255951455205554,0.0,0.000995513942496499,0.5,0.255951455205554,0.0,0.00287617911582571,0.5,0.255951455205554,0.0,0.000430391509341392,0.255951455205554,0.0,0.00144221958834041,0.0,0.0050533300425459,0.255951455205554,0.0,0.00995104103396664,0.5,0.255951455205554,0.0,0.0105894120488185,0.255951455205554,0.0,0.0183264755753589,0.255951455205554,0.0,0.00272828851072474,0.255951455205554,0.0,0.000266894353496976,0.0,0.412495691166144 -1367,0.255951455205554,0.0,0.0576778876121533,0.255951455205554,0.0,0.0101787002911517,0.255951455205554,0.0,0.0349791224682212,0.255951455205554,0.0,0.0406019414859266,0.255951455205554,0.0,0.00823485923378652,0.255951455205554,0.0,0.000492391620022963,0.5,0.255951455205554,0.0,0.000812463705794032,0.5,0.255951455205554,0.0,0.00223746013717624,0.5,0.255951455205554,0.0,0.000450847811898269,0.255951455205554,0.0,0.00167347455764092,0.0,0.00333655731107737,0.255951455205554,0.0,0.00998879947558813,0.5,0.255951455205554,0.0,0.0123390881331376,0.255951455205554,0.0,0.0200832276920117,0.255951455205554,0.0,0.00234360584934491,0.255951455205554,0.0,0.000294152844669371,0.0,0.486522300593429 -1368,0.255951455205554,0.0,0.0729242750979766,0.255951455205554,0.0,0.00859674821146377,0.255951455205554,0.0,0.042658897343322,0.255951455205554,0.0,0.0524779573271314,0.255951455205554,0.0,0.0121043303939829,0.255951455205554,0.0,0.000599763313019436,0.5,0.255951455205554,0.0,0.00106285606758218,0.5,0.255951455205554,0.0,0.00150090886958906,0.5,0.255951455205554,0.0,0.000551627493863574,0.255951455205554,0.0,0.00185285720137228,0.0,0.00375397658327926,0.255951455205554,0.0,0.00841885834158577,0.5,0.255951455205554,0.0,0.0119230667959965,0.255951455205554,0.0,0.0213289315430027,0.255951455205554,0.0,0.00128360826846654,0.255951455205554,0.0,0.00057946669311201,0.0,0.582252960052409 -1369,0.255951455205554,0.0,0.0897569580745922,0.255951455205554,0.0,0.00954655423901562,0.255951455205554,0.0,0.0521208622519755,0.255951455205554,0.0,0.0572405754202236,0.255951455205554,0.0,0.0180085182645666,0.255951455205554,0.0,0.000693249459696054,0.5,0.255951455205554,0.0,0.00166282652156631,0.5,0.255951455205554,0.0,0.00108372479021888,0.5,0.255951455205554,0.0,0.000881105336456418,0.255951455205554,0.0,0.00372820727314463,0.0,0.00594975400626316,0.255951455205554,0.0,0.00741979270580841,0.5,0.255951455205554,0.0,0.0105223701671064,0.255951455205554,0.0,0.0227189628160094,0.255951455205554,0.0,0.000798869606248423,0.255951455205554,0.0,0.00104767478550494,0.0,0.643459031517432 -1370,0.255951455205554,0.0,0.0946310773309846,0.255951455205554,0.0,0.0194664773749829,0.255951455205554,0.0,0.0649226840577906,0.255951455205554,0.0,0.0699564796884996,0.255951455205554,0.0,0.0246528641675113,0.255951455205554,0.0,0.000939576824357668,0.5,0.255951455205554,0.0,0.00233411712941522,0.5,0.255951455205554,0.0,0.000686188199362191,0.5,0.255951455205554,0.0,0.00139123886866376,0.255951455205554,0.0,0.0069690433581842,0.0,0.0035561330436422,0.255951455205554,0.0,0.00757134868198526,0.5,0.255951455205554,0.0,0.00942868638394102,0.255951455205554,0.0,0.0232315897704387,0.255951455205554,0.0,0.000753957449315956,0.255951455205554,0.0,0.00144881926716712,0.0,0.694254710895539 -1371,0.255951455205554,0.0,0.0925142616488727,0.255951455205554,0.0,0.0278070188321712,0.255951455205554,0.0,0.0799981464637524,0.255951455205554,0.0,0.0838829845003404,0.255951455205554,0.0,0.0315448065941975,0.255951455205554,0.0,0.0016013043776653,0.5,0.255951455205554,0.0,0.00212800268255008,0.5,0.255951455205554,0.0,0.000834852337582293,0.5,0.255951455205554,0.0,0.00172733190501727,0.255951455205554,0.0,0.00580114794932605,0.0,0.0010701315034061,0.255951455205554,0.0,0.00626374283520425,0.5,0.255951455205554,0.0,0.00927576240647728,0.255951455205554,0.0,0.0223608343231534,0.255951455205554,0.0,0.000734587628189673,0.255951455205554,0.0,0.00161452568095885,0.0,0.715275939597243 -1372,0.255951455205554,0.0,0.0986043862979883,0.255951455205554,0.0,0.03195931990022,0.255951455205554,0.0,0.0874196170240204,0.255951455205554,0.0,0.0935448999660037,0.255951455205554,0.0,0.0373229973793387,0.255951455205554,0.0,0.00204389263029664,0.5,0.255951455205554,0.0,0.00199733852868073,0.5,0.255951455205554,0.0,0.00123510137275141,0.5,0.255951455205554,0.0,0.00195227462013976,0.255951455205554,0.0,0.00295548434493511,0.0,0.00108790462093359,0.255951455205554,0.0,0.00432024418784511,0.5,0.255951455205554,0.0,0.00879463725067082,0.255951455205554,0.0,0.0191069874103444,0.255951455205554,0.0,0.00083055752117118,0.255951455205554,0.0,0.00171127411592383,0.0,0.674441593242602 -1373,0.255951455205554,0.0,0.112984059730164,0.255951455205554,0.0,0.0354184917523607,0.255951455205554,0.0,0.0874854471760373,0.255951455205554,0.0,0.0973250257910955,0.255951455205554,0.0,0.0419013993292724,0.255951455205554,0.0,0.00160520935694685,0.5,0.255951455205554,0.0,0.00234012095756831,0.5,0.255951455205554,0.0,0.00155096325176984,0.5,0.255951455205554,0.0,0.00258873735570139,0.255951455205554,0.0,0.00233369084258113,0.0,0.00264435874290194,0.255951455205554,0.0,0.00335460603341127,0.5,0.255951455205554,0.0,0.00761894635373462,0.255951455205554,0.0,0.0175376955447152,0.255951455205554,0.0,0.00190365098574538,0.255951455205554,0.0,0.0029130663280654,0.0,0.622734115349371 -1374,0.255951455205554,0.0,0.115342213511213,0.255951455205554,0.0,0.036456065056545,0.255951455205554,0.0,0.089428987840996,0.255951455205554,0.0,0.088098532861698,0.255951455205554,0.0,0.049448117888175,0.255951455205554,0.0,0.00161807395769592,0.5,0.255951455205554,0.0,0.00330145928438629,0.5,0.255951455205554,0.0,0.00183128070388064,0.5,0.255951455205554,0.0,0.00340634593420654,0.255951455205554,0.0,0.000908326468914712,0.0,0.00477848971483089,0.255951455205554,0.0,0.00340514281824323,0.5,0.255951455205554,0.0,0.00610026412218889,0.255951455205554,0.0,0.0167269581963583,0.255951455205554,0.0,0.00282047998403587,0.255951455205554,0.0,0.00430222854972584,0.0,0.654822464235283 -1375,0.255951455205554,0.0,0.124887185703319,0.255951455205554,0.0,0.0455963150491554,0.255951455205554,0.0,0.0943007541423292,0.255951455205554,0.0,0.0871082789866862,0.255951455205554,0.0,0.0576867181950414,0.255951455205554,0.0,0.00131243724082032,0.5,0.255951455205554,0.0,0.006440269595843,0.5,0.255951455205554,0.0,0.00201235501951382,0.5,0.255951455205554,0.0,0.00403510852013129,0.255951455205554,0.0,0.00344526905194845,0.0,0.00676459797008766,0.255951455205554,0.0,0.00377787163191605,0.5,0.255951455205554,0.0,0.0040080738898064,0.255951455205554,0.0,0.0150427949648073,0.255951455205554,0.0,0.00351899744978671,0.255951455205554,0.0,0.00518064578897339,0.0,0.692193324114284 -1376,0.255951455205554,0.000506114179932076,0.139571335607054,0.255951455205554,0.00189173336301381,0.0427627462737826,0.255951455205554,0.000517440569522347,0.101785436506921,0.255951455205554,7.5517509162341e-05,0.0976128127042396,0.255951455205554,0.000142591502845517,0.068063289383931,0.255951455205554,0.00115789509487859,0.00155561579218156,0.5,0.255951455205554,0.000261802983744331,0.0122772975056469,0.5,0.255951455205554,0.000974220111173866,0.00171626323720272,0.5,0.255951455205554,0.00671479498434309,0.00357350422536653,0.255951455205554,3.43658576815871e-05,0.0102791273231867,0.00237603479378074,0.00756102631363595,0.255951455205554,0.00434170744793763,0.00422374338303114,0.5,0.255951455205554,0.00181284832514602,0.00232531854778466,0.255951455205554,0.00778383021320149,0.0135028901867342,0.255951455205554,0.000801074735547411,0.00414722904957443,0.255951455205554,0.00146233726025059,0.00455324423826956,0.000749724547248575,0.733885276896558 -1377,0.255951455205554,0.120867138356767,0.127723540762813,0.255951455205554,0.13075805641626,0.0288415944930953,0.255951455205554,0.10338023966225,0.0948262493146435,0.255951455205554,0.120162181827566,0.0891935018062811,0.255951455205554,0.107180046569254,0.0601402575509112,0.255951455205554,0.0613782506439525,0.00322710952999991,0.5,0.255951455205554,0.0873060113394964,0.0177220531116139,0.5,0.255951455205554,0.0345492278726732,0.00180407270841351,0.5,0.255951455205554,0.080827983395827,0.00227774350411286,0.255951455205554,0.117507700098835,0.0127967102613396,0.0484151353581117,0.00800255952017515,0.255951455205554,0.0468066974931233,0.00578829945243797,0.5,0.255951455205554,0.0389820197535989,0.00252423791156113,0.255951455205554,0.0677041279156371,0.0135969201409223,0.255951455205554,0.0136525002997743,0.00363452266554852,0.255951455205554,0.0358133334801595,0.00309410965782385,0.12733468739019,0.783668794231815 -1378,0.255951455205554,0.288542515364645,0.141786658466592,0.255951455205554,0.294559727830803,0.0290202091529147,0.255951455205554,0.254762228650539,0.116972387562766,0.255951455205554,0.286314257148371,0.108150505413002,0.255951455205554,0.270407133635529,0.0788924888832993,0.255951455205554,0.203990762672453,0.0234868377719981,0.5,0.255951455205554,0.243161270914029,0.0478367503929226,0.5,0.255951455205554,0.0947690498906582,0.00335678072509028,0.5,0.255951455205554,0.176388953592029,0.00301026168914241,0.255951455205554,0.287696367254855,0.0416916499032787,0.104633006252759,0.0147678778320433,0.255951455205554,0.106546669355929,0.0110591653173352,0.5,0.255951455205554,0.100444209359454,0.00555563565830833,0.255951455205554,0.137605164475301,0.0154243398943037,0.255951455205554,0.0453471328453188,0.00418792582101327,0.255951455205554,0.103907450757464,0.00281469425030257,0.29303451418719,0.824901289459614 -1379,0.255951455205554,0.441840920120988,0.221775435550443,0.255951455205554,0.446385060782365,0.0759586579588418,0.255951455205554,0.392801745853459,0.207013854562524,0.255951455205554,0.442000768893982,0.184519773431242,0.255951455205554,0.414011970506157,0.198699835697493,0.255951455205554,0.35080019318978,0.0922902044172733,0.5,0.255951455205554,0.383646269002361,0.199885864421205,0.5,0.255951455205554,0.146884340847159,0.00518068082131175,0.5,0.255951455205554,0.290205052135157,0.00593832422481341,0.255951455205554,0.442760118934881,0.165730522360889,0.159744666412662,0.0322336205104809,0.255951455205554,0.163574642905143,0.0180704830945135,0.5,0.255951455205554,0.167340806610646,0.0162011334661708,0.255951455205554,0.207617826275592,0.019576542809294,0.255951455205554,0.100223922348329,0.0109064510819792,0.255951455205554,0.200904701040287,0.0046162733366458,0.445698601275659,0.859420573043147 -1380,0.255951455205554,0.550868587054491,0.280293598316399,0.255951455205554,0.546176848923845,0.17143967430948,0.255951455205554,0.475691745359873,0.2748152512922,0.255951455205554,0.555073261021794,0.26520762775936,0.255951455205554,0.511672522012324,0.340740800725028,0.255951455205554,0.389694631866616,0.192200296347479,0.5,0.255951455205554,0.472615893422735,0.378909558007557,0.5,0.255951455205554,0.195196513053611,0.0129840665527781,0.5,0.255951455205554,0.356466928536565,0.0133569763059476,0.255951455205554,0.516182105797838,0.313082809755784,0.196987722062711,0.0475157820075978,0.255951455205554,0.252350392752718,0.0274830493705362,0.5,0.255951455205554,0.229234693517351,0.0360593451823408,0.255951455205554,0.307720055211411,0.0248020837812997,0.255951455205554,0.158566632259892,0.0140638734237447,0.255951455205554,0.267069928172025,0.00839165886821118,0.554943226603576,0.872785377150956 -1381,0.255951455205554,0.596829548970488,0.336628073883954,0.255951455205554,0.564181641960948,0.205308866609569,0.255951455205554,0.506198696410848,0.347299107545142,0.255951455205554,0.593616620854053,0.338888766784387,0.255951455205554,0.536630216247455,0.477994374670343,0.255951455205554,0.357945912531939,0.271647201179577,0.5,0.255951455205554,0.424011497597664,0.479648733778561,0.5,0.255951455205554,0.207965585291468,0.0269800207064106,0.5,0.255951455205554,0.387007488495765,0.0305385241029889,0.255951455205554,0.518440600467083,0.461735967974203,0.27163329113912,0.0497884048883678,0.255951455205554,0.326032658888449,0.0354488990992111,0.5,0.255951455205554,0.270350506168046,0.0649543855228425,0.255951455205554,0.34375865566154,0.0260785122198567,0.255951455205554,0.220467401297638,0.0128997943848521,0.255951455205554,0.264907063733647,0.0186228009244005,0.602549493045701,0.87226861538301 -1382,0.255951455205554,0.567378734576313,0.356839578227459,0.255951455205554,0.445168168652251,0.193534083480576,0.255951455205554,0.478336071089561,0.409292123889137,0.255951455205554,0.586217716582896,0.37902631197513,0.255951455205554,0.479219389026983,0.547200148616454,0.255951455205554,0.155657541161914,0.257510659478171,0.5,0.255951455205554,0.337067104819106,0.515738064167911,0.5,0.255951455205554,0.178367203431016,0.0437368109458372,0.5,0.255951455205554,0.397284196462074,0.0507535388026501,0.255951455205554,0.499550526886114,0.508536367630347,0.288809201024068,0.0498592757544234,0.255951455205554,0.341348915758908,0.0466541511581268,0.5,0.255951455205554,0.211312553625631,0.0783643101011996,0.255951455205554,0.336300172940474,0.027013207445247,0.255951455205554,0.207565197812786,0.0179654163711336,0.255951455205554,0.207481827822862,0.0368375612007728,0.574774459387131,0.880622328917379 -1383,0.255951455205554,0.491495139619387,0.30581370709669,0.255951455205554,0.37009868108693,0.213384970126004,0.255951455205554,0.415765904249676,0.418816147597734,0.255951455205554,0.523252609117963,0.366415494080419,0.255951455205554,0.378551098100421,0.582726754920082,0.255951455205554,0.105565431404164,0.228061491499159,0.5,0.255951455205554,0.274798066753014,0.523629212909816,0.5,0.255951455205554,0.126716317079265,0.0573195728333745,0.5,0.255951455205554,0.354440300810365,0.0619092794035281,0.255951455205554,0.45489747010469,0.574266939049824,0.266140099650726,0.0673615135454422,0.255951455205554,0.297730195895868,0.0583049895055921,0.5,0.255951455205554,0.138519330111481,0.07093771552024,0.255951455205554,0.30800926050318,0.0319092433259148,0.255951455205554,0.122077847669224,0.033229840394806,0.255951455205554,0.137951282245862,0.0485639493771877,0.48730811568225,0.88441010756474 -1384,0.255951455205554,0.367361320304799,0.198271395543769,0.255951455205554,0.232104263333429,0.163675864445059,0.255951455205554,0.294226808599681,0.346415756892281,0.255951455205554,0.402516033654635,0.244676956296145,0.255951455205554,0.232323887148577,0.550727999303547,0.255951455205554,0.144087873527897,0.266093052025278,0.5,0.255951455205554,0.172133355387512,0.511649950206484,0.5,0.255951455205554,0.077028512726924,0.0640867187843358,0.5,0.255951455205554,0.238324367125189,0.0563689827634684,0.255951455205554,0.282730728751487,0.491986587976966,0.151801213400152,0.0413495345082427,0.255951455205554,0.202623168368797,0.049275859025741,0.5,0.255951455205554,0.0951421509155495,0.0595476784142719,0.255951455205554,0.217965127198834,0.0249608138131803,0.255951455205554,0.0728427537254489,0.0388192412856866,0.255951455205554,0.0729853527681764,0.0291924902560256,0.387173517275796,0.886169438920298 -1385,0.255951455205554,0.210627734546732,0.1470857776194,0.255951455205554,0.0959240241732557,0.130744719750465,0.255951455205554,0.137117056144043,0.292650699488171,0.255951455205554,0.176428205121725,0.168832277774591,0.255951455205554,0.0978063696238428,0.505072094662578,0.255951455205554,0.103227970257212,0.240221576091933,0.5,0.255951455205554,0.0706122497132381,0.444745906115404,0.5,0.255951455205554,0.0334884420045853,0.0484443778705022,0.5,0.255951455205554,0.0956501135340659,0.0374978953196776,0.255951455205554,0.145844563042856,0.370758343575855,0.0814803726768409,0.0256673477163393,0.255951455205554,0.062883198792268,0.031392778301839,0.5,0.255951455205554,0.0400374446863495,0.0453019604814328,0.255951455205554,0.0573897885295482,0.0115793622662551,0.255951455205554,0.0286768079607317,0.0253250301902173,0.255951455205554,0.0366550879836868,0.0141464629645144,0.238424962372403,0.89929745984697 -1386,0.255951455205554,0.0,0.196178305922083,0.255951455205554,0.0,0.147315371081383,0.255951455205554,0.0,0.289983160883467,0.255951455205554,0.0,0.198544802552887,0.255951455205554,1.35391466375604e-05,0.457412616651657,0.255951455205554,0.0,0.208552220253927,0.5,0.255951455205554,0.0,0.391360434434444,0.5,0.255951455205554,0.0,0.037549456464063,0.5,0.255951455205554,5.41227623617049e-05,0.0239914634663584,0.255951455205554,0.0,0.331296299964407,0.0,0.041498504633428,0.255951455205554,4.34532547307277e-07,0.038715493929209,0.5,0.255951455205554,0.0,0.0588241905890501,0.255951455205554,3.6873918978505e-06,0.0174502189033493,0.255951455205554,0.000284546691841074,0.0202526477862578,0.255951455205554,0.000153310595371772,0.019666169327169,0.0,0.903714457348329 -1387,0.255951455205554,0.0,0.247414598880666,0.255951455205554,0.0,0.17095275821713,0.255951455205554,0.0,0.309284393642435,0.255951455205554,0.0,0.212085214701816,0.255951455205554,0.0,0.435382172632054,0.255951455205554,0.0,0.189054485262821,0.5,0.255951455205554,0.0,0.380483373042907,0.5,0.255951455205554,0.0,0.0328475699878308,0.5,0.255951455205554,0.0,0.0246213199206271,0.255951455205554,0.0,0.46076278943638,0.0,0.0544563819818825,0.255951455205554,0.0,0.0451542626655391,0.5,0.255951455205554,0.0,0.0730084708841763,0.255951455205554,0.0,0.0203256456354181,0.255951455205554,0.0,0.0255180064624011,0.255951455205554,0.0,0.0307269678294066,0.0,0.905702756268962 -1388,0.255951455205554,0.0,0.275662774379999,0.255951455205554,0.0,0.161264090394823,0.255951455205554,0.0,0.334592837506692,0.255951455205554,0.0,0.22248421298295,0.255951455205554,0.0,0.418314083358981,0.255951455205554,0.0,0.196760699559181,0.5,0.255951455205554,0.0,0.378794513486551,0.5,0.255951455205554,0.0,0.0313750653346148,0.5,0.255951455205554,0.0,0.0231414983832049,0.255951455205554,0.0,0.64159994350941,0.0,0.0684440200334346,0.255951455205554,0.0,0.0533725520918564,0.5,0.255951455205554,0.0,0.0910421194140784,0.255951455205554,0.0,0.0235534915623473,0.255951455205554,0.0,0.034861768916358,0.255951455205554,0.0,0.0353589112296253,0.0,0.900623246748543 -1389,0.255951455205554,0.0,0.29087161556671,0.255951455205554,0.0,0.148299401287666,0.255951455205554,0.0,0.360747316733596,0.255951455205554,0.0,0.240665355229676,0.255951455205554,0.0,0.398563835384926,0.255951455205554,0.0,0.207093942265523,0.5,0.255951455205554,0.0,0.305550430746786,0.5,0.255951455205554,0.0,0.0526386672586313,0.5,0.255951455205554,0.0,0.0224534203744672,0.255951455205554,0.0,0.512729131353461,0.0,0.0611511259977969,0.255951455205554,0.0,0.0606000776359544,0.5,0.255951455205554,0.0,0.0998574637524573,0.255951455205554,0.0,0.0266496121782613,0.255951455205554,0.0,0.0405021401266356,0.255951455205554,0.0,0.0370463146255725,0.0,0.823814253207559 -1390,0.255951455205554,0.0,0.312111056383102,0.255951455205554,0.0,0.140492587380811,0.255951455205554,0.0,0.372877842862336,0.255951455205554,0.0,0.270068530113545,0.255951455205554,0.0,0.367726877698508,0.255951455205554,0.0,0.247654560647364,0.5,0.255951455205554,0.0,0.284182363085472,0.5,0.255951455205554,0.0,0.114971900981756,0.5,0.255951455205554,0.0,0.029152544288239,0.255951455205554,0.0,0.397712826789407,0.0,0.0522903312384501,0.255951455205554,0.0,0.0586020545315088,0.5,0.255951455205554,0.0,0.109480104939082,0.255951455205554,0.0,0.0315866826695613,0.255951455205554,0.0,0.0406409528116463,0.255951455205554,0.0,0.0416979528735924,0.0,0.52513986562783 -1391,0.255951455205554,0.0,0.316389142585129,0.255951455205554,0.0,0.168899844629833,0.255951455205554,0.0,0.351648101398982,0.255951455205554,0.0,0.316860172826035,0.255951455205554,0.0,0.330689881946897,0.255951455205554,0.0,0.326014496674629,0.5,0.255951455205554,0.0,0.262926814680159,0.5,0.255951455205554,0.0,0.158101715474597,0.5,0.255951455205554,0.0,0.0356997237812939,0.255951455205554,0.0,0.256699403361993,0.0,0.0521820817379629,0.255951455205554,0.0,0.0558042429421155,0.5,0.255951455205554,0.0,0.111627422243305,0.255951455205554,0.0,0.0362870233397824,0.255951455205554,0.0,0.0430233085049736,0.255951455205554,0.0,0.0481023119675696,0.0,0.246113203566008 -1392,0.255951455205554,0.0,0.299850393067458,0.255951455205554,0.0,0.17311714666304,0.255951455205554,0.0,0.311283253333775,0.255951455205554,0.0,0.404799318405906,0.255951455205554,0.0,0.291016659043793,0.255951455205554,0.0,0.40208329222546,0.5,0.255951455205554,0.0,0.247116717645079,0.5,0.255951455205554,0.0,0.245985893881244,0.5,0.255951455205554,0.0,0.0527939775170614,0.255951455205554,0.0,0.239850437542212,0.0,0.0577898016092305,0.255951455205554,0.0,0.0589614354535394,0.5,0.255951455205554,0.0,0.104907182469235,0.255951455205554,0.0,0.0389407199565858,0.255951455205554,0.0,0.0431600240843239,0.255951455205554,0.0,0.045832545928541,0.0,0.166779747783831 -1393,0.255951455205554,0.0,0.276146721686463,0.255951455205554,0.0,0.142388689139988,0.255951455205554,0.0,0.253548804608388,0.255951455205554,0.0,0.42716086989152,0.255951455205554,0.0,0.249966871928946,0.255951455205554,0.0,0.367994818118914,0.5,0.255951455205554,0.0,0.24395317367294,0.5,0.255951455205554,0.0,0.337059916106162,0.5,0.255951455205554,0.0,0.10029868381835,0.255951455205554,0.0,0.255617866097876,0.0,0.0663863232765921,0.255951455205554,0.0,0.0658845245429534,0.5,0.255951455205554,0.0,0.103526534650023,0.255951455205554,0.0,0.0406335791061986,0.255951455205554,0.0,0.0374430685733921,0.255951455205554,0.0,0.0443209040142179,0.0,0.164575703290543 -1394,0.255951455205554,0.0,0.272690075694162,0.255951455205554,0.0,0.133556875043938,0.255951455205554,0.0,0.199053129188336,0.255951455205554,0.0,0.275513863471504,0.255951455205554,0.0,0.205987081600237,0.255951455205554,0.0,0.299449822212823,0.5,0.255951455205554,0.0,0.191833767149352,0.5,0.255951455205554,0.0,0.381912653382996,0.5,0.255951455205554,0.0,0.141955821328232,0.255951455205554,0.0,0.267702577659486,0.0,0.0732937956158547,0.255951455205554,0.0,0.0706654772418499,0.5,0.255951455205554,0.0,0.112908170296101,0.255951455205554,0.0,0.0434946315269119,0.255951455205554,0.0,0.0319289165977133,0.255951455205554,0.0,0.0511787067339643,0.0,0.201033248723013 -1395,0.255951455205554,0.0,0.252046350967275,0.255951455205554,0.0,0.133910709947111,0.255951455205554,0.0,0.164009727857614,0.255951455205554,0.0,0.194914876669536,0.255951455205554,0.0,0.145603227550974,0.255951455205554,0.0,0.224026547939473,0.5,0.255951455205554,0.0,0.162511908924825,0.5,0.255951455205554,0.0,0.365898716280963,0.5,0.255951455205554,0.0,0.178800838259264,0.255951455205554,0.0,0.246724885336979,0.0,0.067646168945244,0.255951455205554,0.0,0.0672511102088116,0.5,0.255951455205554,0.0,0.124299679749873,0.255951455205554,0.0,0.048364156300823,0.255951455205554,0.0,0.033480611328881,0.255951455205554,0.0,0.0624898353959436,0.0,0.250416040836523 -1396,0.255951455205554,0.0,0.220834060482854,0.255951455205554,0.0,0.12871400404429,0.255951455205554,0.0,0.133422589209859,0.255951455205554,0.0,0.147248878926575,0.255951455205554,0.0,0.10215679486407,0.255951455205554,0.0,0.165196357130952,0.5,0.255951455205554,0.0,0.153153686031975,0.5,0.255951455205554,0.0,0.307390346101297,0.5,0.255951455205554,0.0,0.215829225362358,0.255951455205554,0.0,0.278147702506897,0.0,0.0453310482534115,0.255951455205554,0.0,0.0560766583160438,0.5,0.255951455205554,0.0,0.133352393803294,0.255951455205554,0.0,0.0524871257504131,0.255951455205554,0.0,0.0399848351930083,0.255951455205554,0.0,0.0749878170410172,0.0,0.276485027422408 -1397,0.255951455205554,0.0,0.181586723438092,0.255951455205554,0.0,0.121956330284081,0.255951455205554,0.0,0.107324411664801,0.255951455205554,0.0,0.111034568299629,0.255951455205554,0.0,0.0836986934768017,0.255951455205554,0.0,0.14642174746808,0.5,0.255951455205554,0.0,0.167709943833585,0.5,0.255951455205554,0.0,0.250297451034142,0.5,0.255951455205554,0.0,0.240535250113962,0.255951455205554,0.0,0.473929030258133,0.0,0.0331697573560272,0.255951455205554,0.0,0.0559289151932954,0.5,0.255951455205554,0.0,0.13124867648967,0.255951455205554,0.0,0.0500355800100658,0.255951455205554,0.0,0.0455769185373757,0.255951455205554,0.0,0.0842080872380822,0.0,0.337227062281717 -1398,0.255951455205554,0.0,0.136681617670465,0.255951455205554,0.0,0.100966809828173,0.255951455205554,0.0,0.084999122052908,0.255951455205554,0.0,0.0809786284062374,0.255951455205554,0.0,0.0840105912313849,0.255951455205554,0.0,0.156738823731653,0.5,0.255951455205554,0.0,0.226330428076759,0.5,0.255951455205554,0.0,0.212827772367086,0.5,0.255951455205554,0.0,0.242838148381437,0.255951455205554,0.0,0.57716078389348,0.0,0.0252369697190927,0.255951455205554,0.0,0.0540772990804861,0.5,0.255951455205554,0.0,0.118867149450573,0.255951455205554,0.0,0.0466479550092372,0.255951455205554,0.0,0.0494972067294786,0.255951455205554,0.0,0.0873835838918813,0.0,0.415311666834543 -1399,0.255951455205554,0.0,0.103512765522339,0.255951455205554,0.0,0.0717697424817825,0.255951455205554,0.0,0.0649647500603085,0.255951455205554,0.0,0.0606826846455381,0.255951455205554,0.0,0.0868691892222264,0.255951455205554,0.0,0.161207083795895,0.5,0.255951455205554,0.0,0.305861708435393,0.5,0.255951455205554,0.0,0.180047761569128,0.5,0.255951455205554,0.0,0.21239571359442,0.255951455205554,0.0,0.496454785681177,0.0,0.0207342657873231,0.255951455205554,0.0,0.0503230675654249,0.5,0.255951455205554,0.0,0.110280664882683,0.255951455205554,0.0,0.0523995002749553,0.255951455205554,0.0,0.0514613546665382,0.255951455205554,0.0,0.0793071902131748,0.0,0.338496820222033 -1400,0.255951455205554,0.000243450243544302,0.0815459859642389,0.255951455205554,0.000362146306598845,0.0463262506004805,0.255951455205554,0.000377057951824698,0.0471508238232554,0.255951455205554,9.79773219855837e-05,0.0535134808969483,0.255951455205554,0.000197533871815675,0.0829143774555156,0.255951455205554,0.001411185723077,0.156145786024845,0.5,0.255951455205554,0.000172411426376719,0.313391511861922,0.5,0.255951455205554,0.00217097678290753,0.201598893106015,0.5,0.255951455205554,0.00448214894980312,0.151419127129537,0.255951455205554,1.09242789663652e-05,0.402252120212275,0.00220253959924698,0.0170618428608458,0.255951455205554,0.00635456440989626,0.0448123713285563,0.5,0.255951455205554,0.00204845694887637,0.0966661172080529,0.255951455205554,0.00874110667992204,0.0511339182775662,0.255951455205554,0.00321113423211824,0.0502137929001184,0.255951455205554,0.00273582013059826,0.0816736457545402,0.000276769814671078,0.219569582549685 -1401,0.255951455205554,0.0116425047771919,0.0670950165067357,0.255951455205554,0.0103620648929003,0.0310240437656139,0.255951455205554,0.0232171513780958,0.0410845097879087,0.255951455205554,0.0143225235444685,0.0580915941594471,0.255951455205554,0.036952033073994,0.0803346355719958,0.255951455205554,0.0539814639044326,0.224000377490097,0.5,0.255951455205554,0.0113040163275961,0.276505623761483,0.5,0.255951455205554,0.0448592014987312,0.325391767898966,0.5,0.255951455205554,0.0664453415295827,0.166550650432568,0.255951455205554,0.00747545269221571,0.359131484889606,0.0279246431612965,0.016081066710756,0.255951455205554,0.0572145652120248,0.0438018915520279,0.5,0.255951455205554,0.0360377609154325,0.0880667987967167,0.255951455205554,0.0771247990177067,0.0651998302022179,0.255951455205554,0.0497732823963359,0.0728930838327921,0.255951455205554,0.0500891446722867,0.140675353160398,0.0109595566685928,0.137390676360553 -1402,0.255951455205554,0.0425997342306882,0.0686997609168815,0.255951455205554,0.0509127128327808,0.0324869951013652,0.255951455205554,0.0740221238587641,0.0444826117848191,0.255951455205554,0.0292499331192823,0.0475669409959317,0.255951455205554,0.104013298241922,0.123722250086968,0.255951455205554,0.120400577323185,0.333073792404634,0.5,0.255951455205554,0.05271924403632,0.289378167044342,0.5,0.255951455205554,0.0959174486300774,0.360584360580686,0.5,0.255951455205554,0.149509247194272,0.252307532884938,0.255951455205554,0.0426511977328847,0.264353449775844,0.0657788338538839,0.0212224362955257,0.255951455205554,0.110791962909474,0.0696563704984413,0.5,0.255951455205554,0.0909155750192197,0.0906957997530163,0.255951455205554,0.14808909523175,0.128254021619081,0.255951455205554,0.115774157549584,0.12510325984109,0.255951455205554,0.123277348128241,0.199630956693276,0.0389907835007587,0.0804769863579633 -1403,0.255951455205554,0.086691946163775,0.0722621733472685,0.255951455205554,0.116901888689114,0.0332842960289476,0.255951455205554,0.156904821519347,0.0388217880227804,0.255951455205554,0.0304442677382159,0.024922667590851,0.255951455205554,0.175309597372577,0.173331058167383,0.255951455205554,0.172254205038388,0.394464246671781,0.5,0.255951455205554,0.0985504827543941,0.270528658966479,0.5,0.255951455205554,0.188559415080593,0.402013890545998,0.5,0.255951455205554,0.218070044551071,0.328475602681284,0.255951455205554,0.314733029597507,0.272557420772457,0.139219473335519,0.0400916194204779,0.255951455205554,0.15292983209759,0.0763033677680784,0.5,0.255951455205554,0.148253220278086,0.0785650142990606,0.255951455205554,0.19576104758318,0.14464431265602,0.255951455205554,0.15694192894748,0.127707072339065,0.255951455205554,0.180319333401376,0.196129694975118,0.0702598182517629,0.0317136644950414 -1404,0.255951455205554,0.117246944370787,0.0568697727429597,0.255951455205554,0.131552282655979,0.0187637870503915,0.255951455205554,0.246590155214882,0.0331374240063413,0.255951455205554,0.0796882377662857,0.0125094464383161,0.255951455205554,0.190126269051139,0.180974509404887,0.255951455205554,0.130143719667534,0.385234754441538,0.5,0.255951455205554,0.197207241608756,0.255380004789679,0.5,0.255951455205554,0.296101172144225,0.38305118288929,0.5,0.255951455205554,0.248282703634746,0.290395014846285,0.255951455205554,0.455038799251918,0.3212745165927,0.10631731115401,0.0603113236046741,0.255951455205554,0.146613770637496,0.0792721605355657,0.5,0.255951455205554,0.159894473064504,0.0702840449432911,0.255951455205554,0.211678928261629,0.148742018392144,0.255951455205554,0.148485364488819,0.118052126165515,0.255951455205554,0.16255542235639,0.195548244575313,0.117280810783049,0.0130924499442934 -1405,0.255951455205554,0.13453549507115,0.0370248737663118,0.255951455205554,0.329084627175685,0.0236507717961189,0.255951455205554,0.271171912053944,0.0319500903462046,0.255951455205554,0.29143364133241,0.00450492976822453,0.255951455205554,0.195109847637221,0.158021058957948,0.255951455205554,0.104648905793908,0.322606161511749,0.5,0.255951455205554,0.246874900231022,0.247753026106662,0.5,0.255951455205554,0.280289935403224,0.24424208051928,0.5,0.255951455205554,0.253383899099248,0.233705595836694,0.255951455205554,0.394507474853395,0.433610050080718,0.067836011520811,0.0741707126657115,0.255951455205554,0.122671382143231,0.0739101297120196,0.5,0.255951455205554,0.12137259868275,0.0634010217774355,0.255951455205554,0.199101979499551,0.146001714462103,0.255951455205554,0.132615926533786,0.113567218652803,0.255951455205554,0.137120277380917,0.197928100084634,0.166381910231583,0.0061592259571498 -1406,0.255951455205554,0.109045601915382,0.0185565935553152,0.255951455205554,0.166841419618516,0.0222042791911058,0.255951455205554,0.206757897993096,0.0319786266741352,0.255951455205554,0.269893339011061,0.00562216268835011,0.255951455205554,0.203951451779415,0.133959762437723,0.255951455205554,0.117868304935301,0.26808975209236,0.5,0.255951455205554,0.265117623155273,0.280813233108137,0.5,0.255951455205554,0.345605534202832,0.125732012465034,0.5,0.255951455205554,0.246889725334295,0.153437731255295,0.255951455205554,0.376154414320338,0.61125676870729,0.0330235874165969,0.0644933685456396,0.255951455205554,0.116494748769799,0.0695324268667503,0.5,0.255951455205554,0.0854552656701111,0.0511643155097906,0.255951455205554,0.166851889688039,0.123748714833164,0.255951455205554,0.1266593940303,0.113365154956975,0.255951455205554,0.150622133242091,0.160005859614344,0.0645577342518276,0.00287661846457898 -1407,0.255951455205554,0.103380792741532,0.00761465971567331,0.255951455205554,0.0667529908460724,0.01206988444074,0.255951455205554,0.12047736582282,0.0331529556590471,0.255951455205554,0.111075468338147,0.0122787607333878,0.255951455205554,0.15576508676624,0.131719981522619,0.255951455205554,0.132507836196585,0.223581419820234,0.5,0.255951455205554,0.264092785550442,0.323399129242716,0.5,0.255951455205554,0.38047911015232,0.074276419318352,0.5,0.255951455205554,0.21895410623366,0.0932495209495199,0.255951455205554,0.18060208748537,0.67097089655532,0.0178370720937734,0.0473425284964645,0.255951455205554,0.0869660006870225,0.0657650626397087,0.5,0.255951455205554,0.0579960427355768,0.0424740442419,0.255951455205554,0.122765860772263,0.09861286163686,0.255951455205554,0.0908503152889893,0.0906777981862265,0.255951455205554,0.121979877862616,0.12194316533097,0.065957239798004,0.00159361391951075 -1408,0.255951455205554,0.103131511203844,0.00407070680796501,0.255951455205554,0.0356277733991254,0.00740450343316979,0.255951455205554,0.0732264532912702,0.027797076600364,0.255951455205554,0.0371266038547873,0.00504008714455617,0.255951455205554,0.0889625852093477,0.114951548681071,0.255951455205554,0.125840389268077,0.13740370925316,0.5,0.255951455205554,0.193114691890612,0.327962912502474,0.5,0.255951455205554,0.309152077349018,0.0507022291058065,0.5,0.255951455205554,0.195035727784964,0.0672831848153253,0.255951455205554,0.149918922763906,0.555586588054344,0.0125399274710897,0.0267556052172509,0.255951455205554,0.03556587621085,0.0376083360568647,0.5,0.255951455205554,0.0311700851279411,0.0344198391268354,0.255951455205554,0.0752221970414327,0.0688555364539114,0.255951455205554,0.0718267532071153,0.0703194603890831,0.255951455205554,0.0872066504880473,0.0979491766277019,0.0246644954060594,0.00165734245180774 -1409,0.255951455205554,0.0670015412938892,0.00205003739372845,0.255951455205554,0.00839965957902945,0.00118562086150591,0.255951455205554,0.0517141800254635,0.0177163091314398,0.255951455205554,0.0111204557568044,0.00126120931329689,0.255951455205554,0.0466418031989852,0.0831683762473667,0.255951455205554,0.0727647593933979,0.0696638011258285,0.5,0.255951455205554,0.0948583641805082,0.229648751151253,0.5,0.255951455205554,0.176249271982691,0.0301604741661202,0.5,0.255951455205554,0.118395824596489,0.0398107163164623,0.255951455205554,0.0983855727765808,0.252742847026153,0.00664933216483329,0.0101179274096766,0.255951455205554,0.00737456618325611,0.0175123546360738,0.5,0.255951455205554,0.0077679290153466,0.0210073401812979,0.255951455205554,0.0346355434064507,0.0310750618094158,0.255951455205554,0.0382307173887087,0.0472044510522985,0.255951455205554,0.0340654546580297,0.063891116892608,0.00886483629215759,0.00174150137876722 -1410,0.255951455205554,5.59947525353106e-05,0.00148397724047456,0.255951455205554,0.000290132912443408,0.000837417650270621,0.255951455205554,3.63049319205074e-05,0.012397536512762,0.255951455205554,0.0,0.00474296894466998,0.255951455205554,0.0,0.0576526420583477,0.255951455205554,0.0,0.0380983133320097,0.5,0.255951455205554,0.0,0.125948956787861,0.5,0.255951455205554,0.0,0.0356554944506281,0.5,0.255951455205554,7.23624733834868e-06,0.0291578898848496,0.255951455205554,0.0,0.139264563968049,0.0,0.00896373371172368,0.255951455205554,1.34548898476206e-05,0.0112127439700582,0.5,0.255951455205554,4.2015711527318e-05,0.0151986127432109,0.255951455205554,0.0,0.0128981736334223,0.255951455205554,5.14558683380141e-06,0.0360668004462859,0.255951455205554,0.0,0.0443853497347563,0.0,0.00200288095881733 -1411,0.255951455205554,0.0,0.00116749840872158,0.255951455205554,0.0,0.000833550717353015,0.255951455205554,0.0,0.0133221659741213,0.255951455205554,0.0,0.00856854578670748,0.255951455205554,0.0,0.0501053388474737,0.255951455205554,0.0,0.0315342258060724,0.5,0.255951455205554,0.0,0.0713338290194455,0.5,0.255951455205554,0.0,0.0419211733220267,0.5,0.255951455205554,0.0,0.0296350991204567,0.255951455205554,0.0,0.121699635717458,0.0,0.00804704725866449,0.255951455205554,0.0,0.0104372284843966,0.5,0.255951455205554,0.0,0.0137406683983732,0.255951455205554,0.0,0.0112473480171978,0.255951455205554,0.0,0.0312934140204207,0.255951455205554,0.0,0.0288491394505243,0.0,0.00370044767466108 -1412,0.255951455205554,0.0,0.00064707288162649,0.255951455205554,0.0,0.000910976106459891,0.255951455205554,0.0,0.0132130318507893,0.255951455205554,0.0,0.0110116051665468,0.255951455205554,0.0,0.0487646158511779,0.255951455205554,0.0,0.0310307207600234,0.5,0.255951455205554,0.0,0.0572660618570353,0.5,0.255951455205554,0.0,0.0434206130948012,0.5,0.255951455205554,0.0,0.0260341053783121,0.255951455205554,0.0,0.0902543525098693,0.0,0.00561456485719564,0.255951455205554,0.0,0.0100890836642788,0.5,0.255951455205554,0.0,0.0151217617020432,0.255951455205554,0.0,0.0122350763487121,0.255951455205554,0.0,0.0260823386935368,0.255951455205554,0.0,0.0148210419621426,0.0,0.00689022077417391 -1413,0.255951455205554,0.0,0.000651797584919315,0.255951455205554,0.0,0.000987452539469104,0.255951455205554,0.0,0.0131019562491067,0.255951455205554,0.0,0.0144910278270699,0.255951455205554,0.0,0.0539069230799742,0.255951455205554,0.0,0.0321751130137631,0.5,0.255951455205554,0.0,0.0557742937892776,0.5,0.255951455205554,0.0,0.0434142524595965,0.5,0.255951455205554,0.0,0.0273408474057645,0.255951455205554,0.0,0.0650975677863312,0.0,0.00128510421281506,0.255951455205554,0.0,0.00847137408633654,0.5,0.255951455205554,0.0,0.0149074684839263,0.255951455205554,0.0,0.012212680919896,0.255951455205554,0.0,0.0199066402515497,0.255951455205554,0.0,0.00547039277712311,0.0,0.0070391652470802 -1414,0.255951455205554,0.0,0.00123543917761188,0.255951455205554,0.0,0.00180607910453999,0.255951455205554,0.0,0.0117736815927158,0.255951455205554,0.0,0.0159234114323967,0.255951455205554,0.0,0.0562780452865035,0.255951455205554,0.0,0.0265640699124459,0.5,0.255951455205554,0.0,0.054112326109915,0.5,0.255951455205554,0.0,0.0305060013690482,0.5,0.255951455205554,0.0,0.026174943063692,0.255951455205554,0.0,0.0553019173569793,0.0,0.00128746194976209,0.255951455205554,0.0,0.0075434261750753,0.5,0.255951455205554,0.0,0.0131917418115809,0.255951455205554,0.0,0.0106396441746648,0.255951455205554,0.0,0.013700589858179,0.255951455205554,0.0,0.00316585094555394,0.0,0.00661167880287183 -1415,0.255951455205554,0.0,0.00197827720488947,0.255951455205554,0.0,0.00757385199768117,0.255951455205554,0.0,0.0108936453145333,0.255951455205554,0.0,0.0152967375004734,0.255951455205554,0.0,0.0527669963416476,0.255951455205554,0.0,0.0180715558098826,0.5,0.255951455205554,0.0,0.0481749954244425,0.5,0.255951455205554,0.0,0.0184176151032192,0.5,0.255951455205554,0.0,0.0171437058857864,0.255951455205554,0.0,0.0498900828224059,0.0,0.00123447999487727,0.255951455205554,0.0,0.00791928426438808,0.5,0.255951455205554,0.0,0.0119318713992882,0.255951455205554,0.0,0.00819705107938646,0.255951455205554,0.0,0.0103564028638424,0.255951455205554,0.0,0.0028556357178328,0.0,0.00791585327977457 -1416,0.255951455205554,0.0,0.00249137159574498,0.255951455205554,0.0,0.00999922749733693,0.255951455205554,0.0,0.0109627633697709,0.255951455205554,0.0,0.0144989320565275,0.255951455205554,0.0,0.048573822794914,0.255951455205554,0.0,0.0156922107797079,0.5,0.255951455205554,0.0,0.0418316031816582,0.5,0.255951455205554,0.0,0.0143694066318173,0.5,0.255951455205554,0.0,0.0105688463535385,0.255951455205554,0.0,0.0505413584730466,0.0,0.00126107802112439,0.255951455205554,0.0,0.00849071625281095,0.5,0.255951455205554,0.0,0.0106514494374519,0.255951455205554,0.0,0.00653933167773174,0.255951455205554,0.0,0.00834919890264598,0.255951455205554,0.0,0.00333147750657165,0.0,0.00842712331981236 -1417,0.255951455205554,0.0,0.00301244323021809,0.255951455205554,0.0,0.0111062567691258,0.255951455205554,0.0,0.0113034435594988,0.255951455205554,0.0,0.0103127953546076,0.255951455205554,0.0,0.0448999389021945,0.255951455205554,0.0,0.0172489786667381,0.5,0.255951455205554,0.0,0.0414685342342227,0.5,0.255951455205554,0.0,0.0108016523563011,0.5,0.255951455205554,0.0,0.00886634175764286,0.255951455205554,0.0,0.0674526100920654,0.0,0.00245196587247872,0.255951455205554,0.0,0.00837573790857658,0.5,0.255951455205554,0.0,0.00934631335479164,0.255951455205554,0.0,0.00699311311837162,0.255951455205554,0.0,0.00657160689250629,0.255951455205554,0.0,0.00465522734780316,0.0,0.00628935918844056 -1418,0.255951455205554,0.0,0.004523503692247,0.255951455205554,0.0,0.0125838110055231,0.255951455205554,0.0,0.0117238182531409,0.255951455205554,0.0,0.00843055057102392,0.255951455205554,0.0,0.0421239397235596,0.255951455205554,0.0,0.0186674522234569,0.5,0.255951455205554,0.0,0.049354878193677,0.5,0.255951455205554,0.0,0.00904669373085768,0.5,0.255951455205554,0.0,0.00908310275325146,0.255951455205554,0.0,0.0837734657747875,0.0,0.0058690265118704,0.255951455205554,0.0,0.00671388297621556,0.5,0.255951455205554,0.0,0.00801296028652686,0.255951455205554,0.0,0.00520905192446155,0.255951455205554,0.0,0.00493013863041556,0.255951455205554,0.0,0.00433674714037785,0.0,0.00514764182256978 -1419,0.255951455205554,0.0,0.00902527006733174,0.255951455205554,0.0,0.0104291470037776,0.255951455205554,0.0,0.0134424144530053,0.255951455205554,0.0,0.0104074888131906,0.255951455205554,0.0,0.0389227230208889,0.255951455205554,0.0,0.0170636328335384,0.5,0.255951455205554,0.0,0.0429593212816171,0.5,0.255951455205554,0.0,0.00839110717338033,0.5,0.255951455205554,0.0,0.0104044941498559,0.255951455205554,0.0,0.0537466147712529,0.0,0.00909729884665702,0.255951455205554,0.0,0.00503845161667728,0.5,0.255951455205554,0.0,0.00656867503522754,0.255951455205554,0.0,0.00292966741033017,0.255951455205554,0.0,0.00322837225615386,0.255951455205554,0.0,0.0032226003518518,0.0,0.00750699915100778 -1420,0.255951455205554,0.0,0.0143845857051221,0.255951455205554,0.0,0.00986475460641191,0.255951455205554,0.0,0.0163643682091968,0.255951455205554,0.0,0.0126296691511667,0.255951455205554,0.0,0.0355111627253942,0.255951455205554,0.0,0.0113723472943163,0.5,0.255951455205554,0.0,0.02375899160639,0.5,0.255951455205554,0.0,0.00563688068362536,0.5,0.255951455205554,0.0,0.0116074777129838,0.255951455205554,0.0,0.0267306350055886,0.0,0.0103789148259407,0.255951455205554,0.0,0.00433808681805797,0.5,0.255951455205554,0.0,0.00530127476550377,0.255951455205554,0.0,0.00169175799100999,0.255951455205554,0.0,0.00200122330560695,0.255951455205554,0.0,0.00340856295151401,0.0,0.0128865685066578 -1421,0.255951455205554,0.0,0.0181437016336191,0.255951455205554,0.0,0.0108419410547863,0.255951455205554,0.0,0.0205104778053871,0.255951455205554,0.0,0.0131159303863507,0.255951455205554,0.0,0.0356779750106795,0.255951455205554,0.0,0.00721869560528201,0.5,0.255951455205554,0.0,0.0139353124949105,0.5,0.255951455205554,0.0,0.00381757905237467,0.5,0.255951455205554,0.0,0.0106052655756429,0.255951455205554,0.0,0.016301941689162,0.0,0.0101566036997459,0.255951455205554,0.0,0.00399408398651532,0.5,0.255951455205554,0.0,0.00397350033625699,0.255951455205554,0.0,0.000934065431250302,0.255951455205554,0.0,0.00140277805576234,0.255951455205554,0.0,0.00517578707122109,0.0,0.0191896447230042 -1422,0.255951455205554,0.0,0.0205497072279467,0.255951455205554,0.0,0.0148717614562546,0.255951455205554,0.0,0.0259837499076202,0.255951455205554,0.0,0.0168385802079731,0.255951455205554,0.0,0.036802769816707,0.255951455205554,0.0,0.00768923417121122,0.5,0.255951455205554,0.0,0.0120805620518591,0.5,0.255951455205554,0.0,0.00451061662481134,0.5,0.255951455205554,0.0,0.00832162417678298,0.255951455205554,0.0,0.021363820370861,0.0,0.00874331666055985,0.255951455205554,0.0,0.00415232253938774,0.5,0.255951455205554,0.0,0.00302917049051519,0.255951455205554,0.0,0.00164816374790922,0.255951455205554,0.0,0.00158312318774003,0.255951455205554,0.0,0.00545295685851639,0.0,0.0193791355024697 -1423,0.255951455205554,0.0,0.0221198505937892,0.255951455205554,0.0,0.0203010460569725,0.255951455205554,0.0,0.0318160807763821,0.255951455205554,0.0,0.0265505547925106,0.255951455205554,0.0,0.0378685599129878,0.255951455205554,0.0,0.0105920976935127,0.5,0.255951455205554,0.0,0.0147103629893319,0.5,0.255951455205554,0.0,0.0064319807667015,0.5,0.255951455205554,0.0,0.00727651443789357,0.255951455205554,0.0,0.0230571426285651,0.0,0.00846328513550725,0.255951455205554,0.0,0.00467589651797071,0.5,0.255951455205554,0.0,0.00300988687595024,0.255951455205554,0.0,0.00481134104594205,0.255951455205554,0.0,0.00450549295913322,0.255951455205554,0.0,0.00393011128568216,0.0,0.0188830001240694 -1424,0.255951455205554,0.00127183898644291,0.0249157771869193,0.255951455205554,0.00199741417537137,0.0260677959844629,0.255951455205554,0.00201865996849999,0.0361029222823542,0.255951455205554,0.00202236466327003,0.0337559891005903,0.255951455205554,0.00078090123134004,0.0375412597956088,0.255951455205554,0.00425364349687611,0.0108867064790797,0.5,0.255951455205554,0.00134280457855585,0.0166302500873988,0.5,0.255951455205554,0.00485937287459485,0.00644840200727392,0.5,0.255951455205554,0.0206801523351387,0.00765944287549338,0.255951455205554,0.00101187536205057,0.0234280843293925,0.00278399741135168,0.00872705083726977,0.255951455205554,0.00658342173599609,0.00612461394322132,0.5,0.255951455205554,0.00148323866371621,0.00384969815492251,0.255951455205554,0.024975507393879,0.0067418932677265,0.255951455205554,0.0108881098410772,0.00669704371827695,0.255951455205554,0.0112312606761906,0.00314986878286993,0.000431105081820116,0.0367365717698892 -1425,0.255951455205554,0.0837860244729013,0.03076933140686,0.255951455205554,0.0889682263528882,0.0273439048357596,0.255951455205554,0.101899086549729,0.0342189094913294,0.255951455205554,0.133009637766042,0.0325315119855533,0.255951455205554,0.0841210409329005,0.0314738684441089,0.255951455205554,0.137727658688526,0.00800558793384351,0.5,0.255951455205554,0.0727885606058607,0.019602066489015,0.5,0.255951455205554,0.108917090410776,0.00359669396821939,0.5,0.255951455205554,0.18016295632564,0.00782786580566066,0.255951455205554,0.0744672765693835,0.0205984389364626,0.0428581236846819,0.0105184384619858,0.255951455205554,0.0811743544193216,0.00912426980608048,0.5,0.255951455205554,0.023841212756861,0.00592726661101232,0.255951455205554,0.188431202109266,0.00659325713102641,0.255951455205554,0.171039198971676,0.00665850745431562,0.255951455205554,0.17223446013715,0.00463942966302367,0.0110035005018575,0.0739579244928352 -1426,0.255951455205554,0.221763657541765,0.0489676442968233,0.255951455205554,0.25568137257045,0.0585085978908117,0.255951455205554,0.237114788809986,0.0452131106067193,0.255951455205554,0.295212703702707,0.0442628491528651,0.255951455205554,0.22376174647471,0.0438035462225363,0.255951455205554,0.301206525096732,0.00572808513400919,0.5,0.255951455205554,0.172753198038672,0.06477993665432,0.5,0.255951455205554,0.229914290430036,0.00422943255774397,0.5,0.255951455205554,0.347546231441215,0.00742494323185745,0.255951455205554,0.179266945471909,0.0922142329360698,0.0964375097656143,0.0314822750145817,0.255951455205554,0.194337895420019,0.0238515695935203,0.5,0.255951455205554,0.0774698277823551,0.015836329732085,0.255951455205554,0.358623854202156,0.0135671583689055,0.255951455205554,0.33884865411664,0.0131530518689456,0.255951455205554,0.342892582274822,0.00710150994781764,0.0406908339220937,0.0948972043878442 -1427,0.255951455205554,0.325239917240684,0.0954312189555399,0.255951455205554,0.33271809178261,0.0817711985622839,0.255951455205554,0.37640251565597,0.0734745050627021,0.255951455205554,0.451118846462843,0.0737439208277103,0.255951455205554,0.367378022740395,0.0856331956522508,0.255951455205554,0.453340247761378,0.00940582769013475,0.5,0.255951455205554,0.288065344442706,0.140351826037549,0.5,0.255951455205554,0.357392318167651,0.0121072699675812,0.5,0.255951455205554,0.495124374608039,0.0179966263159011,0.255951455205554,0.256883598843624,0.253563161846742,0.128502077458984,0.0596663462574567,0.255951455205554,0.284905702265857,0.0443905683516805,0.5,0.255951455205554,0.179067136285591,0.0316252633445536,0.255951455205554,0.506004994078675,0.0373348270929064,0.255951455205554,0.487664566420157,0.0388887662026431,0.255951455205554,0.496890362908276,0.0234303449266153,0.117837428872336,0.100522114002468 -1428,0.255951455205554,0.258966947504582,0.111280155163569,0.255951455205554,0.339045480160047,0.0751941356543673,0.255951455205554,0.463348010379169,0.0875322447014006,0.255951455205554,0.566273525179257,0.107224095405063,0.255951455205554,0.469191191541579,0.107058118851935,0.255951455205554,0.563926609359912,0.0325708530703146,0.5,0.255951455205554,0.34687838119019,0.132434429091375,0.5,0.255951455205554,0.41501389516976,0.0307776987938547,0.5,0.255951455205554,0.592010638114047,0.0514118801810995,0.255951455205554,0.144786681509899,0.216878577558411,0.175460854708048,0.0648346926214106,0.255951455205554,0.329518805481488,0.0562654681712544,0.5,0.255951455205554,0.260234830302338,0.035135572734204,0.255951455205554,0.589909678842313,0.0742389555346723,0.255951455205554,0.572628965257066,0.0843308572232421,0.255951455205554,0.600151502102103,0.0624783639328844,0.124766641700003,0.130946108322923 -1429,0.255951455205554,0.253132535205059,0.108816112084671,0.255951455205554,0.416266553781221,0.125387809573315,0.255951455205554,0.497856307863938,0.103139218678678,0.255951455205554,0.618081685535443,0.130667688082702,0.255951455205554,0.495994357980769,0.12444570232501,0.255951455205554,0.60384381062376,0.0663081955125019,0.5,0.255951455205554,0.275211388834749,0.131419178280294,0.5,0.255951455205554,0.441916944100648,0.0421969495613665,0.5,0.255951455205554,0.627638073814375,0.0949537724819861,0.255951455205554,0.125996930574233,0.21845267377854,0.281392759924727,0.0520512466047485,0.255951455205554,0.367642349247828,0.062554475813574,0.5,0.255951455205554,0.284569204509244,0.0359688955291729,0.255951455205554,0.617123455794859,0.135590220836935,0.255951455205554,0.606604328647104,0.120039628306513,0.255951455205554,0.642731590364045,0.0904216590848576,0.110749462529162,0.157461450915647 -1430,0.255951455205554,0.291840331937817,0.123552014475968,0.255951455205554,0.456776354218011,0.211689690325658,0.255951455205554,0.495280890813603,0.117152976517992,0.255951455205554,0.60635371472171,0.11803372549253,0.255951455205554,0.451006703775486,0.152195142074573,0.255951455205554,0.561734025739922,0.0933180419298429,0.5,0.255951455205554,0.192696157040513,0.142941066045457,0.5,0.255951455205554,0.403014032503274,0.0424555083861811,0.5,0.255951455205554,0.614722766966344,0.108311986158566,0.255951455205554,0.10560292388853,0.21135045345898,0.492440278915836,0.0541237733628686,0.255951455205554,0.377771555471467,0.0591483628491091,0.5,0.255951455205554,0.227284693319456,0.0304634213210152,0.255951455205554,0.576943868360235,0.155936700566897,0.255951455205554,0.575083255481478,0.128508437076139,0.255951455205554,0.630554575295023,0.100243368955501,0.157804134088028,0.171523750363922 -1431,0.255951455205554,0.295094255966202,0.138321628320255,0.255951455205554,0.306991584214684,0.211176582884855,0.255951455205554,0.426794219886122,0.126986871904173,0.255951455205554,0.516981465289774,0.111035746648084,0.255951455205554,0.331950873280364,0.161431539422326,0.255951455205554,0.430737897753295,0.0990968942328261,0.5,0.255951455205554,0.138904574179614,0.146560864782192,0.5,0.255951455205554,0.301482923440998,0.0343961841108341,0.5,0.255951455205554,0.532288585589454,0.0847430172454812,0.255951455205554,0.0846539653973375,0.211333143067954,0.480168643310883,0.0483939393157953,0.255951455205554,0.321805444251031,0.0541573416218684,0.5,0.255951455205554,0.167909180862596,0.0289127527078368,0.255951455205554,0.475121922839914,0.135275918298831,0.255951455205554,0.48690995752905,0.118345310176137,0.255951455205554,0.554024560874392,0.100471380523524,0.307584535533964,0.18658638462244 -1432,0.255951455205554,0.186576229058761,0.138299911852434,0.255951455205554,0.0770861911895974,0.135906273980132,0.255951455205554,0.307906087380192,0.117893696770492,0.255951455205554,0.393261016662087,0.104019658936358,0.255951455205554,0.197720855292682,0.131068369678517,0.255951455205554,0.283612268199827,0.0853219566943185,0.5,0.255951455205554,0.0994790218245619,0.122364452207833,0.5,0.255951455205554,0.188623297063786,0.0219555320011685,0.5,0.255951455205554,0.378506629367842,0.0544219159135192,0.255951455205554,0.0534532243428925,0.19929078835663,0.272145463281143,0.0328600485336899,0.255951455205554,0.214185835250971,0.0414419556558141,0.5,0.255951455205554,0.118924299921549,0.0348846201246625,0.255951455205554,0.329961125052258,0.0842702759027524,0.255951455205554,0.359259983213753,0.0769137120350366,0.255951455205554,0.418316253280204,0.0987596723786341,0.369022716269494,0.199911600174146 -1433,0.255951455205554,0.0773935419944138,0.112608231357273,0.255951455205554,0.0316578032966781,0.0913182797506679,0.255951455205554,0.156600703833966,0.0759558269584141,0.255951455205554,0.19968190549739,0.0611298461141356,0.255951455205554,0.0889245061205725,0.0632152136804666,0.255951455205554,0.13577770299163,0.0327287682886116,0.5,0.255951455205554,0.0533711149114307,0.0968803947280415,0.5,0.255951455205554,0.0888583388552077,0.0136736495186347,0.5,0.255951455205554,0.138419983752828,0.0184438230786886,0.255951455205554,0.0247000275657505,0.138297467688868,0.122218071702781,0.0335482507127061,0.255951455205554,0.0862340795503303,0.0277785170545274,0.5,0.255951455205554,0.0550125272984491,0.0222733222659607,0.255951455205554,0.102486471765295,0.0485801367440859,0.255951455205554,0.144274353165473,0.0423339617672847,0.255951455205554,0.174207336131653,0.0542680723377688,0.189575172641756,0.201327505204317 -1434,0.255951455205554,0.0,0.0997488644067955,0.255951455205554,0.0,0.0832576016079797,0.255951455205554,0.0,0.0963273513530588,0.255951455205554,0.0,0.085326263796787,0.255951455205554,3.78284677539605e-05,0.0528423992720476,0.255951455205554,0.0,0.022097694169113,0.5,0.255951455205554,0.0,0.0751234486737317,0.5,0.255951455205554,0.0,0.00723340238724988,0.5,0.255951455205554,0.0,0.0128072973054914,0.255951455205554,0.0,0.0685288553584498,0.0,0.06542828881902,0.255951455205554,0.0,0.0525839996699141,0.5,0.255951455205554,0.0,0.01691661005942,0.255951455205554,0.0,0.0628523883246801,0.255951455205554,0.0,0.0697504031306978,0.255951455205554,0.0,0.0636941423364591,0.0,0.181799107176598 -1435,0.255951455205554,0.0,0.0940930677450566,0.255951455205554,0.0,0.0915481933023322,0.255951455205554,0.0,0.115676930061554,0.255951455205554,0.0,0.104646734870959,0.255951455205554,0.0,0.0528995232592891,0.255951455205554,0.0,0.0187559737494831,0.5,0.255951455205554,0.0,0.057968621160742,0.5,0.255951455205554,0.0,0.00611796206702401,0.5,0.255951455205554,0.0,0.0111416586278669,0.255951455205554,0.0,0.0308168393721546,0.0,0.0828080722573104,0.255951455205554,0.0,0.0728789382091456,0.5,0.255951455205554,0.0,0.0212733993356523,0.255951455205554,0.0,0.0684253988749203,0.255951455205554,0.0,0.0850638968782002,0.255951455205554,0.0,0.061213335495268,0.0,0.167234660563651 -1436,0.255951455205554,0.0,0.0857945494664412,0.255951455205554,0.0,0.0975242482992794,0.255951455205554,0.0,0.117649183320821,0.255951455205554,0.0,0.13844350595133,0.255951455205554,0.0,0.0427990982390438,0.255951455205554,0.0,0.0128116262137169,0.5,0.255951455205554,0.0,0.0500003774206978,0.5,0.255951455205554,0.0,0.00695617146134473,0.5,0.255951455205554,0.0,0.0101477559531796,0.255951455205554,0.0,0.0161335642137001,0.0,0.0998580597783191,0.255951455205554,0.0,0.0817027310531637,0.5,0.255951455205554,0.0,0.0311283502694621,0.255951455205554,0.0,0.0703889021518101,0.255951455205554,0.0,0.0886460958166654,0.255951455205554,0.0,0.0541292855705313,0.0,0.172123196528897 -1437,0.255951455205554,0.0,0.0969688354609695,0.255951455205554,0.0,0.126609063895218,0.255951455205554,0.0,0.121034224486767,0.255951455205554,0.0,0.150225399264296,0.255951455205554,0.0,0.0340057479001374,0.255951455205554,0.0,0.0086804875849015,0.5,0.255951455205554,0.0,0.0420390450603807,0.5,0.255951455205554,0.0,0.00622130609356893,0.5,0.255951455205554,0.0,0.00891388197426195,0.255951455205554,0.0,0.0159106472020667,0.0,0.0962062670214239,0.255951455205554,0.0,0.081568423485985,0.5,0.255951455205554,0.0,0.0390306896129992,0.255951455205554,0.0,0.0709797247112077,0.255951455205554,0.0,0.0857746854663671,0.255951455205554,0.0,0.0451737162153934,0.0,0.211137485436704 -1438,0.255951455205554,0.0,0.101785763295711,0.255951455205554,0.0,0.16683846873084,0.255951455205554,0.0,0.122211817868779,0.255951455205554,0.0,0.148286606143851,0.255951455205554,0.0,0.0287391357252793,0.255951455205554,0.0,0.00842209623606594,0.5,0.255951455205554,0.0,0.032143503651424,0.5,0.255951455205554,0.0,0.00554537315351728,0.5,0.255951455205554,0.0,0.00600879478646876,0.255951455205554,0.0,0.0143836446054901,0.0,0.0859156529027637,0.255951455205554,0.0,0.0812940449432087,0.5,0.255951455205554,0.0,0.043619761295598,0.255951455205554,0.0,0.0618634766506922,0.255951455205554,0.0,0.0848485301358453,0.255951455205554,0.0,0.035937160057179,0.0,0.29692830551124 -1439,0.255951455205554,0.0,0.114061112401803,0.255951455205554,0.0,0.183754892639078,0.255951455205554,0.0,0.121328447821722,0.255951455205554,0.0,0.155917978263638,0.255951455205554,0.0,0.0251916502986695,0.255951455205554,0.0,0.0101874391140005,0.5,0.255951455205554,0.0,0.0237275817508567,0.5,0.255951455205554,0.0,0.00966636359544422,0.5,0.255951455205554,0.0,0.00365484985543799,0.255951455205554,0.0,0.0189988104086525,0.0,0.0755442036778351,0.255951455205554,0.0,0.0824428312021044,0.5,0.255951455205554,0.0,0.0505163820065141,0.255951455205554,0.0,0.0473193285889629,0.255951455205554,0.0,0.0822330101317035,0.255951455205554,0.0,0.0259600488493054,0.0,0.405959487751787 -1440,0.255951455205554,0.0,0.1391733118399,0.255951455205554,0.0,0.153480932968703,0.255951455205554,0.0,0.117559882671278,0.255951455205554,0.0,0.16761612987434,0.255951455205554,0.0,0.0234249528301432,0.255951455205554,0.0,0.0100167069362743,0.5,0.255951455205554,0.0,0.0245496318775983,0.5,0.255951455205554,0.0,0.0170393676330515,0.5,0.255951455205554,0.0,0.00357711137995611,0.255951455205554,0.0,0.0226233822054711,0.0,0.0783967151944258,0.255951455205554,0.0,0.0811374196795766,0.5,0.255951455205554,0.0,0.0599940553918957,0.255951455205554,0.0,0.0453931489508805,0.255951455205554,0.0,0.0730684190309567,0.255951455205554,0.0,0.0159414972807527,0.0,0.453496520191187 -1441,0.255951455205554,0.0,0.163953385995256,0.255951455205554,0.0,0.138919915766172,0.255951455205554,0.0,0.112340784403367,0.255951455205554,0.0,0.176567672133424,0.255951455205554,0.0,0.0281977376141416,0.255951455205554,0.0,0.0107805014830055,0.5,0.255951455205554,0.0,0.0284562413553609,0.5,0.255951455205554,0.0,0.0277763615051964,0.5,0.255951455205554,0.0,0.00616499480593418,0.255951455205554,0.0,0.0255899083676725,0.0,0.0738084168932753,0.255951455205554,0.0,0.0804053106309158,0.5,0.255951455205554,0.0,0.0712207021274482,0.255951455205554,0.0,0.0571601787787143,0.255951455205554,0.0,0.0637529907634148,0.255951455205554,0.0,0.00980980550983766,0.0,0.429364821717901 -1442,0.255951455205554,0.0,0.192943773652054,0.255951455205554,0.0,0.137045403895915,0.255951455205554,0.0,0.10288258869848,0.255951455205554,0.0,0.171231199635224,0.255951455205554,0.0,0.0410560153504693,0.255951455205554,0.0,0.0151228208249078,0.5,0.255951455205554,0.0,0.031933591035552,0.5,0.255951455205554,0.0,0.0315153798509011,0.5,0.255951455205554,0.0,0.0108900965515258,0.255951455205554,0.0,0.0427341112368348,0.0,0.0742170342896695,0.255951455205554,0.0,0.0863480600271313,0.5,0.255951455205554,0.0,0.0771759889222597,0.255951455205554,0.0,0.0735074622880575,0.255951455205554,0.0,0.0595496921707597,0.255951455205554,0.0,0.00565399445031516,0.0,0.350907320953365 -1443,0.255951455205554,0.0,0.213855521059466,0.255951455205554,0.0,0.134836033776952,0.255951455205554,0.0,0.0893030160183345,0.255951455205554,0.0,0.142067053681743,0.255951455205554,0.0,0.0551114535933223,0.255951455205554,0.0,0.0198451400742723,0.5,0.255951455205554,0.0,0.0285956190155595,0.5,0.255951455205554,0.0,0.028242639078637,0.5,0.255951455205554,0.0,0.015572751308279,0.255951455205554,0.0,0.0409094728291605,0.0,0.0800796551286692,0.255951455205554,0.0,0.0919210352575135,0.5,0.255951455205554,0.0,0.0843702886876071,0.255951455205554,0.0,0.0898259962713057,0.255951455205554,0.0,0.0554050325300353,0.255951455205554,0.0,0.00333271584148162,0.0,0.29199421944199 -1444,0.255951455205554,0.0,0.223700935067253,0.255951455205554,0.0,0.115343897452979,0.255951455205554,0.0,0.0767932695895138,0.255951455205554,0.0,0.118936227480363,0.255951455205554,0.0,0.0634977439125898,0.255951455205554,0.0,0.016553639782269,0.5,0.255951455205554,0.0,0.024425524313815,0.5,0.255951455205554,0.0,0.0253843517610784,0.5,0.255951455205554,0.0,0.0191009908925086,0.255951455205554,0.0,0.0206137944904935,0.0,0.0962593421970157,0.255951455205554,0.0,0.0975208210984116,0.5,0.255951455205554,0.0,0.0889699148416477,0.255951455205554,0.0,0.0970905437417212,0.255951455205554,0.0,0.0454240051803621,0.255951455205554,0.0,0.00321349885692995,0.0,0.244411818004736 -1445,0.255951455205554,0.0,0.231599837315924,0.255951455205554,0.0,0.116936908021714,0.255951455205554,0.0,0.0676664379810972,0.255951455205554,0.0,0.0937073331721123,0.255951455205554,0.0,0.0652773704277353,0.255951455205554,0.0,0.0168494013251666,0.5,0.255951455205554,0.0,0.022728648935786,0.5,0.255951455205554,0.0,0.0262215010605026,0.5,0.255951455205554,0.0,0.02040915765776,0.255951455205554,0.0,0.0120000233903356,0.0,0.0721758069603932,0.255951455205554,0.0,0.0931689489235332,0.5,0.255951455205554,0.0,0.0860926192802509,0.255951455205554,0.0,0.075928043818079,0.255951455205554,0.0,0.0341269745212069,0.255951455205554,0.0,0.0054379250195103,0.0,0.19822253049797 -1446,0.255951455205554,0.0,0.216797616874075,0.255951455205554,0.0,0.124098394822753,0.255951455205554,0.0,0.0656712284576877,0.255951455205554,0.0,0.0742791813775141,0.255951455205554,0.0,0.0698933319061119,0.255951455205554,0.0,0.023540555905236,0.5,0.255951455205554,0.0,0.0232929861229119,0.5,0.255951455205554,0.0,0.0209536976161577,0.5,0.255951455205554,0.0,0.016149340978192,0.255951455205554,0.0,0.00816490325004742,0.0,0.0797482338428144,0.255951455205554,0.0,0.0816443436875327,0.5,0.255951455205554,0.0,0.0885791286105774,0.255951455205554,0.0,0.062780635069797,0.255951455205554,0.0,0.0281119722200575,0.255951455205554,0.0,0.0102878801348763,0.0,0.162897917982201 -1447,0.255951455205554,0.0,0.205740027972389,0.255951455205554,0.0,0.128491881550163,0.255951455205554,0.0,0.0767742475535723,0.255951455205554,0.0,0.0684118791414715,0.255951455205554,0.0,0.0754552971935842,0.255951455205554,0.0,0.0359539505153507,0.5,0.255951455205554,0.0,0.0180660110137375,0.5,0.255951455205554,0.0,0.0160418331615085,0.5,0.255951455205554,0.0,0.0155240545435234,0.255951455205554,0.0,0.00608843630839593,0.0,0.0918559221523771,0.255951455205554,0.0,0.0757445495939337,0.5,0.255951455205554,0.0,0.0907219282399026,0.255951455205554,0.0,0.0504608613628886,0.255951455205554,0.0,0.0258923403393917,0.255951455205554,0.0,0.0138396591641971,0.0,0.157120045747688 -1448,0.255951455205554,0.00210578083136551,0.202805884482591,0.255951455205554,0.00298920139996813,0.0994705659739241,0.255951455205554,0.00112982286715209,0.0974049635471936,0.255951455205554,0.000612925048628401,0.0892312496910095,0.255951455205554,0.000751510735129873,0.0888289766720641,0.255951455205554,0.00192678619113003,0.0467610163762526,0.5,0.255951455205554,0.00117139676475071,0.0143513211229942,0.5,0.255951455205554,0.00356212885577848,0.0170308264964582,0.5,0.255951455205554,0.00535370631168444,0.018607955642749,0.255951455205554,0.00158542078244233,0.00527829209641471,0.00206535033291319,0.0938292458329681,0.255951455205554,0.00258225171267381,0.0746472325743397,0.5,0.255951455205554,0.00967502243746327,0.090846081794064,0.255951455205554,0.00468950923416094,0.040577492664161,0.255951455205554,0.00240796089296041,0.0240698821580247,0.255951455205554,0.00383280995739768,0.0155276008891842,0.0025585712229937,0.162893079154393 -1449,0.255951455205554,0.0577178904532474,0.219643768625478,0.255951455205554,0.0511026213950955,0.10372630794068,0.255951455205554,0.0393898496845182,0.141485446992045,0.255951455205554,0.0377955307402906,0.172980701412916,0.255951455205554,0.034799447124567,0.135236101428019,0.255951455205554,0.051507519011938,0.0891489182325452,0.5,0.255951455205554,0.0509809376444373,0.0159127687045044,0.5,0.255951455205554,0.0771192455851893,0.0255023630736746,0.5,0.255951455205554,0.055499950010012,0.0349495444085605,0.255951455205554,0.0924826380910488,0.0062224092576184,0.0139852486482985,0.0906322827166036,0.255951455205554,0.0183089100684013,0.0766746149604456,0.5,0.255951455205554,0.0649222025832967,0.109118600521365,0.255951455205554,0.0448001325138127,0.0419852334274994,0.255951455205554,0.0308490303875932,0.0277146193156134,0.255951455205554,0.0469539141746161,0.0191756932523421,0.0662932479044564,0.216703523685572 -1450,0.255951455205554,0.112881113105184,0.274349068733433,0.255951455205554,0.0624692923691644,0.0958381227339349,0.255951455205554,0.104410334578163,0.23663231368641,0.255951455205554,0.185321253122181,0.323770959881435,0.255951455205554,0.0970978206244262,0.229370597850084,0.255951455205554,0.142336030450731,0.147115611839252,0.5,0.255951455205554,0.131453615612616,0.0325592945428371,0.5,0.255951455205554,0.177341391861138,0.0468523232640786,0.5,0.255951455205554,0.124272167845604,0.0593065878239838,0.255951455205554,0.248641442198762,0.0224066742180567,0.0264728998362488,0.0870223007403211,0.255951455205554,0.0386303688026543,0.0869888039915864,0.5,0.255951455205554,0.0701745791360701,0.139963307210619,0.255951455205554,0.0918928735629958,0.0690094893298756,0.255951455205554,0.0910997422759694,0.0446644830522148,0.255951455205554,0.126608059805818,0.040885401961348,0.143782710541065,0.341367420055034 -1451,0.255951455205554,0.134548682226235,0.286911858095494,0.255951455205554,0.0708668765023425,0.142905707792604,0.255951455205554,0.200508584323525,0.352205995138272,0.255951455205554,0.36612765136637,0.464074761709909,0.255951455205554,0.174659120875734,0.294113362564039,0.255951455205554,0.193022470435965,0.151370629063155,0.5,0.255951455205554,0.19989183527677,0.058062185112108,0.5,0.255951455205554,0.257778347870279,0.0373092779466997,0.5,0.255951455205554,0.194017399488371,0.0577690657280298,0.255951455205554,0.388555219615451,0.0346178913187359,0.0553803091213996,0.185360444808717,0.255951455205554,0.0625884816628485,0.120389202542309,0.5,0.255951455205554,0.0836139204330123,0.190347900175523,0.255951455205554,0.127867284435588,0.0737511754554518,0.255951455205554,0.162167700566908,0.0837538018891256,0.255951455205554,0.217623914278686,0.103996388772777,0.191394147009033,0.538310468527979 -1452,0.255951455205554,0.107458945642015,0.24490285718106,0.255951455205554,0.162959952372238,0.336936960807979,0.255951455205554,0.230410660009244,0.369292726574413,0.255951455205554,0.389930921457355,0.431730971283537,0.255951455205554,0.223849776103434,0.285623712859144,0.255951455205554,0.165257065276915,0.127613278237618,0.5,0.255951455205554,0.250465491888122,0.0522336526721756,0.5,0.255951455205554,0.336432780456948,0.0267081809237401,0.5,0.255951455205554,0.222353689047485,0.0477438866549706,0.255951455205554,0.362331474878563,0.0255100667161961,0.10734290320039,0.202190435770441,0.255951455205554,0.0894352503801579,0.166292451422753,0.5,0.255951455205554,0.0865614159840165,0.211974038393083,0.255951455205554,0.161517111488697,0.0750777846105324,0.255951455205554,0.165779203979085,0.120582943823598,0.255951455205554,0.252679368534763,0.152644844030449,0.12733317562749,0.462816369040676 -1453,0.255951455205554,0.103523777785293,0.230867140796789,0.255951455205554,0.261653648568697,0.483361953796137,0.255951455205554,0.234250008110327,0.31270330035268,0.255951455205554,0.193407836990044,0.32492663631128,0.255951455205554,0.309361682147061,0.252829240704462,0.255951455205554,0.162325126366202,0.104823310913715,0.5,0.255951455205554,0.248743807434427,0.0496114967253818,0.5,0.255951455205554,0.270702168883227,0.0178197105777905,0.5,0.255951455205554,0.194659571746716,0.0366369823931652,0.255951455205554,0.273978102812128,0.0339508010321086,0.112908746042456,0.173435227615797,0.255951455205554,0.11846972984197,0.193672014836943,0.5,0.255951455205554,0.0776876649797113,0.243583256922468,0.255951455205554,0.162544120627645,0.0705867889994081,0.255951455205554,0.168797516650595,0.137564764125245,0.255951455205554,0.178998946212229,0.149360756265986,0.10212137913256,0.334692507923969 -1454,0.255951455205554,0.0988006297911815,0.292616434302414,0.255951455205554,0.103992645453307,0.342639956417571,0.255951455205554,0.236415971895033,0.255105363384966,0.255951455205554,0.171706464278593,0.245790357198489,0.255951455205554,0.27452292503644,0.222841324597561,0.255951455205554,0.147068839983567,0.0924900043100046,0.5,0.255951455205554,0.178224152511915,0.0605497483472272,0.5,0.255951455205554,0.194577746101568,0.0130774721213391,0.5,0.255951455205554,0.176583665490214,0.0278445713797365,0.255951455205554,0.248763892086525,0.0433875085462498,0.132062488480592,0.176940872352435,0.255951455205554,0.124303485935103,0.153909693219854,0.5,0.255951455205554,0.0655935007554125,0.302082479704744,0.255951455205554,0.136763455346488,0.0453768343697844,0.255951455205554,0.145693244274458,0.133540817098482,0.255951455205554,0.14744370853943,0.129105800679593,0.0973472192452376,0.382942279590436 -1455,0.255951455205554,0.0737801425044183,0.387126141843991,0.255951455205554,0.0597002972043693,0.20572241249223,0.255951455205554,0.264025973274209,0.207991029579331,0.255951455205554,0.172344381876097,0.168786718158542,0.255951455205554,0.226602621688912,0.193786234785864,0.255951455205554,0.121228078250112,0.0910775481625057,0.5,0.255951455205554,0.128755118260031,0.0810228091790628,0.5,0.255951455205554,0.149364561314602,0.0112860857522271,0.5,0.255951455205554,0.164520058419283,0.019252025221806,0.255951455205554,0.102636908515448,0.0568049095123255,0.135589890453677,0.155423227259624,0.255951455205554,0.103351450706516,0.138564158325422,0.5,0.255951455205554,0.0468919043814873,0.226184228949144,0.255951455205554,0.0829756686130909,0.0242789478893891,0.255951455205554,0.115185442166032,0.120819746530595,0.255951455205554,0.108089699019113,0.102122147212833,0.0919445458422912,0.472349869066232 -1456,0.255951455205554,0.062377675118375,0.418547799736001,0.255951455205554,0.0608686209256293,0.0992700391946881,0.255951455205554,0.207681660747852,0.161835847698487,0.255951455205554,0.160824447224646,0.0877617923629767,0.255951455205554,0.131205305290971,0.174010336459212,0.255951455205554,0.090324559938,0.0959552447892901,0.5,0.255951455205554,0.0780843603906783,0.104842724844439,0.5,0.255951455205554,0.0988215075018772,0.0113803422950619,0.5,0.255951455205554,0.106965804673611,0.0138456963801547,0.255951455205554,0.0641142615352316,0.0804914249092223,0.0810426476941777,0.0813999611376254,0.255951455205554,0.0605185447591993,0.113348215819515,0.5,0.255951455205554,0.037792978141463,0.19693233209877,0.255951455205554,0.0428125217047775,0.00774225433768349,0.255951455205554,0.0764986230082032,0.0864720494376688,0.255951455205554,0.0839442121551664,0.0705831589765533,0.0221459308491546,0.556590752632263 -1457,0.255951455205554,0.0370229060258815,0.337606649224766,0.255951455205554,0.0926904546435224,0.0247402342996468,0.255951455205554,0.127501981226635,0.100030381966685,0.255951455205554,0.0740621246667653,0.0409272886436673,0.255951455205554,0.0636078594210875,0.159446533214038,0.255951455205554,0.0526315991494102,0.102171480321522,0.5,0.255951455205554,0.0510163748939953,0.139755725944936,0.5,0.255951455205554,0.0487255437431098,0.0159226829975264,0.5,0.255951455205554,0.0434204996246758,0.0110021587915323,0.255951455205554,0.0336939293613845,0.098032792056384,0.0179511521301481,0.0411809021894844,0.255951455205554,0.0158005062415052,0.0619657132613441,0.5,0.255951455205554,0.0197374478264641,0.155817621451738,0.255951455205554,0.0158941871225553,0.00220748899435673,0.255951455205554,0.0338116372756154,0.0417664016935818,0.255951455205554,0.0403246553024164,0.0344624308327882,0.00961204466401606,0.596492828022197 -1458,0.255951455205554,0.0,0.202749697385165,0.255951455205554,0.0,0.00998179174878816,0.255951455205554,0.0,0.0904556857407824,0.255951455205554,0.0,0.0448266338934437,0.255951455205554,0.000288622311274819,0.172739326820147,0.255951455205554,0.0,0.088524026200523,0.5,0.255951455205554,0.000429728668529688,0.156688616449382,0.5,0.255951455205554,0.0,0.0193900005867916,0.5,0.255951455205554,3.14585974420404e-06,0.00782129923076737,0.255951455205554,0.000324338181107609,0.0979760550646705,0.0,0.0309217525939036,0.255951455205554,5.99888065267475e-05,0.0259355764226542,0.5,0.255951455205554,9.94921102385147e-05,0.0993585939495638,0.255951455205554,5.52278722172115e-05,0.00121067642104951,0.255951455205554,0.0,0.0187012424364981,0.255951455205554,0.0,0.01101224754189,0.0,0.651063331953425 -1459,0.255951455205554,0.0,0.125780009498972,0.255951455205554,0.0,0.0392389035653346,0.255951455205554,0.0,0.122581054601512,0.255951455205554,0.0,0.0776078395311693,0.255951455205554,0.0,0.205231766267937,0.255951455205554,0.0,0.091544036467864,0.5,0.255951455205554,0.0,0.168106767722043,0.5,0.255951455205554,0.0,0.030386303368039,0.5,0.255951455205554,0.0,0.00904677502315451,0.255951455205554,0.0,0.101790485609071,0.0,0.0303929471684411,0.255951455205554,0.0,0.0161304022947602,0.5,0.255951455205554,0.0,0.0683598921673215,0.255951455205554,0.0,0.00118570677246053,0.255951455205554,0.0,0.0168182210538076,0.255951455205554,0.0,0.00886424581390107,0.0,0.7566301208757 -1460,0.255951455205554,0.0,0.119676966030363,0.255951455205554,0.0,0.0746406361838207,0.255951455205554,0.0,0.149693145167252,0.255951455205554,0.0,0.0946643508880901,0.255951455205554,0.0,0.232246564581214,0.255951455205554,0.0,0.114401152722847,0.5,0.255951455205554,0.0,0.167253314235113,0.5,0.255951455205554,0.0,0.0558484416227431,0.5,0.255951455205554,0.0,0.0151371087456362,0.255951455205554,0.0,0.0913854555891711,0.0,0.0256716305814143,0.255951455205554,0.0,0.0165383383709656,0.5,0.255951455205554,0.0,0.0566208266210493,0.255951455205554,0.0,0.00168953356895114,0.255951455205554,0.0,0.019698998648644,0.255951455205554,0.0,0.0125965924457967,0.0,0.860262667101635 -1461,0.255951455205554,0.0,0.126435498430299,0.255951455205554,0.0,0.119425102903128,0.255951455205554,0.0,0.166179068388775,0.255951455205554,0.0,0.0963000137882017,0.255951455205554,0.0,0.234491520569679,0.255951455205554,0.0,0.12453988447398,0.5,0.255951455205554,0.0,0.137684353043411,0.5,0.255951455205554,0.0,0.0872246526604819,0.5,0.255951455205554,0.0,0.0263331422268746,0.255951455205554,0.0,0.0435641419914849,0.0,0.0123933675246911,0.255951455205554,0.0,0.0182265105420348,0.5,0.255951455205554,0.0,0.04763348313342,0.255951455205554,0.0,0.00393712690982135,0.255951455205554,0.0,0.0219112364872997,0.255951455205554,0.0,0.0193993907351839,0.0,0.890074893110761 -1462,0.255951455205554,0.0,0.124374267027258,0.255951455205554,0.0,0.150647572024548,0.255951455205554,0.0,0.161179615565502,0.255951455205554,0.0,0.112524245503333,0.255951455205554,0.0,0.267621696278454,0.255951455205554,0.0,0.112205791930216,0.5,0.255951455205554,0.0,0.140807878924104,0.5,0.255951455205554,0.0,0.119701146825753,0.5,0.255951455205554,0.0,0.043653105707371,0.255951455205554,0.0,0.0393143582504906,0.0,0.00606225580547471,0.255951455205554,0.0,0.0203012026473483,0.5,0.255951455205554,0.0,0.0429537202847204,0.255951455205554,0.0,0.0103105247744026,0.255951455205554,0.0,0.0223899462353686,0.255951455205554,0.0,0.0208875041058338,0.0,0.889455994995331 -1463,0.255951455205554,0.0,0.132506866572866,0.255951455205554,0.0,0.13348341708022,0.255951455205554,0.0,0.212877194656092,0.255951455205554,0.0,0.16352069700882,0.255951455205554,0.0,0.319360848023775,0.255951455205554,0.0,0.114499187125171,0.5,0.255951455205554,0.0,0.190552494929038,0.5,0.255951455205554,0.0,0.123054733854408,0.5,0.255951455205554,0.0,0.0469678479359882,0.255951455205554,0.0,0.0827738477872955,0.0,0.00979734979991067,0.255951455205554,0.0,0.0248921915648679,0.5,0.255951455205554,0.0,0.0393267870138444,0.255951455205554,0.0,0.0220082535826585,0.255951455205554,0.0,0.0256978650036851,0.255951455205554,0.0,0.0164589846275722,0.0,0.893571762385366 -1464,0.255951455205554,0.0,0.156509397441082,0.255951455205554,0.0,0.107277392862648,0.255951455205554,0.0,0.262633482219378,0.255951455205554,0.0,0.253932589434774,0.255951455205554,0.0,0.362490243847956,0.255951455205554,0.0,0.148797612578464,0.5,0.255951455205554,0.0,0.239803385972847,0.5,0.255951455205554,0.0,0.103141958838058,0.5,0.255951455205554,0.0,0.0425777438943623,0.255951455205554,0.0,0.113163441837858,0.0,0.0258792414314459,0.255951455205554,0.0,0.0332525689876815,0.5,0.255951455205554,0.0,0.0342847482248959,0.255951455205554,0.0,0.0315595814334753,0.255951455205554,0.0,0.0305754604291401,0.255951455205554,0.0,0.0142133446847506,0.0,0.879261090552359 -1465,0.255951455205554,0.0,0.204087973586129,0.255951455205554,0.0,0.112151754451835,0.255951455205554,0.0,0.265586348452374,0.255951455205554,0.0,0.336846784768629,0.255951455205554,0.0,0.412623060221536,0.255951455205554,0.0,0.195244106283234,0.5,0.255951455205554,0.0,0.247594849407534,0.5,0.255951455205554,0.0,0.111423294131828,0.5,0.255951455205554,0.0,0.0552160302277885,0.255951455205554,0.0,0.137754220940692,0.0,0.0418463921413014,0.255951455205554,0.0,0.0441649731638668,0.5,0.255951455205554,0.0,0.0366295302385661,0.255951455205554,0.0,0.0332089561101748,0.255951455205554,0.0,0.041728092256001,0.255951455205554,0.0,0.0183446547317097,0.0,0.893934731265672 -1466,0.255951455205554,0.0,0.218913434962162,0.255951455205554,0.0,0.154492290027148,0.255951455205554,0.0,0.276150784534113,0.255951455205554,0.0,0.312034677430975,0.255951455205554,0.0,0.448167969263874,0.255951455205554,0.0,0.229980727234962,0.5,0.255951455205554,0.0,0.255641566006186,0.5,0.255951455205554,0.0,0.132969781803698,0.5,0.255951455205554,0.0,0.0826214513476633,0.255951455205554,0.0,0.140289095544212,0.0,0.0610871051557933,0.255951455205554,0.0,0.056604537530234,0.5,0.255951455205554,0.0,0.0451075285648881,0.255951455205554,0.0,0.0302711004209809,0.255951455205554,0.0,0.0555745620397088,0.255951455205554,0.0,0.0296060708065729,0.0,0.90457034549122 -1467,0.255951455205554,0.0,0.237147752604942,0.255951455205554,0.0,0.191431906734027,0.255951455205554,0.0,0.320883548961286,0.255951455205554,0.0,0.331542058398384,0.255951455205554,0.0,0.481753113482886,0.255951455205554,0.0,0.244328265386648,0.5,0.255951455205554,0.0,0.262660799898957,0.5,0.255951455205554,0.0,0.154735799926662,0.5,0.255951455205554,0.0,0.113489327658271,0.255951455205554,0.0,0.113945984369997,0.0,0.0859276592819892,0.255951455205554,0.0,0.0673890281864899,0.5,0.255951455205554,0.0,0.0623412128711267,0.255951455205554,0.0,0.029523963490825,0.255951455205554,0.0,0.0732343990753281,0.255951455205554,0.0,0.0458506602648811,0.0,0.907232317721603 -1468,0.255951455205554,0.0,0.304301032409769,0.255951455205554,0.0,0.198038711827202,0.255951455205554,0.0,0.379984257245945,0.255951455205554,0.0,0.419617770998947,0.255951455205554,0.0,0.515989936303653,0.255951455205554,0.0,0.277352956953596,0.5,0.255951455205554,0.0,0.223148643621601,0.5,0.255951455205554,0.0,0.168902136419881,0.5,0.255951455205554,0.0,0.126018994318567,0.255951455205554,0.0,0.0959378237624904,0.0,0.109708422745624,0.255951455205554,0.0,0.0827196192750665,0.5,0.255951455205554,0.0,0.0908251097715658,0.255951455205554,0.0,0.0317019553107063,0.255951455205554,0.0,0.11328546125009,0.255951455205554,0.0,0.0641775408994289,0.0,0.91431955747111 -1469,0.255951455205554,0.0,0.383832518863883,0.255951455205554,0.0,0.189863867317954,0.255951455205554,0.0,0.423126076189153,0.255951455205554,0.0,0.49480475950836,0.255951455205554,0.0,0.524475933981862,0.255951455205554,0.0,0.322490700015949,0.5,0.255951455205554,0.0,0.196726916263975,0.5,0.255951455205554,0.0,0.16808468499827,0.5,0.255951455205554,0.0,0.149516475145417,0.255951455205554,0.0,0.19130762298873,0.0,0.113142301536868,0.255951455205554,0.0,0.107615350896053,0.5,0.255951455205554,0.0,0.126921347283953,0.255951455205554,0.0,0.0439872425029176,0.255951455205554,0.0,0.162967643452739,0.255951455205554,0.0,0.0920009230928897,0.0,0.922870438614207 -1470,0.255951455205554,0.0,0.442040420617769,0.255951455205554,0.0,0.206691248969696,0.255951455205554,0.0,0.443940561972001,0.255951455205554,0.0,0.483905626500657,0.255951455205554,0.0,0.481220957346904,0.255951455205554,0.0,0.316779978675277,0.5,0.255951455205554,0.0,0.305778265139,0.5,0.255951455205554,0.0,0.284896282210065,0.5,0.255951455205554,0.0,0.143773155491881,0.255951455205554,0.0,0.644636976610791,0.0,0.179603387180318,0.255951455205554,0.0,0.154640859418116,0.5,0.255951455205554,0.0,0.153919011757552,0.255951455205554,0.0,0.0661339497485805,0.255951455205554,0.0,0.21159141494784,0.255951455205554,0.0,0.134934238513195,0.0,0.930475154417465 -1471,0.255951455205554,0.0,0.450000471907363,0.255951455205554,0.0,0.234479305300095,0.255951455205554,0.0,0.45753540400007,0.255951455205554,0.0,0.43903809869832,0.255951455205554,0.0,0.473360832784294,0.255951455205554,0.0,0.32390149492706,0.5,0.255951455205554,0.0,0.41632360889167,0.5,0.255951455205554,0.0,0.289659828791946,0.5,0.255951455205554,0.0,0.112975024631856,0.255951455205554,0.0,0.81398221569284,0.0,0.302887458599018,0.255951455205554,0.0,0.251045897549613,0.5,0.255951455205554,0.0,0.19692904664626,0.255951455205554,0.0,0.0847184866362843,0.255951455205554,0.0,0.240084442670138,0.255951455205554,0.0,0.141567966921931,0.0,0.934639747021721 -1472,0.255951455205554,0.00107618086563383,0.439202474226065,0.255951455205554,0.000546060898984507,0.243661521773463,0.255951455205554,0.00256680412245417,0.482258925480516,0.255951455205554,0.0006831496699673,0.477990410434754,0.255951455205554,0.00239778954157606,0.492141901434823,0.255951455205554,0.00487239503360905,0.364833740471612,0.5,0.255951455205554,0.00160835007636926,0.568666011750313,0.5,0.255951455205554,0.0063485208009959,0.279395474518901,0.5,0.255951455205554,0.0281356926330446,0.0936896808286378,0.255951455205554,0.000627951166106716,0.765543490098541,0.027911019436561,0.439064470515176,0.255951455205554,0.0301599675312446,0.35060984071842,0.5,0.255951455205554,0.0060726082562802,0.289605450159632,0.255951455205554,0.0291630071369018,0.0846013156666394,0.255951455205554,0.0172658562344613,0.229767971378289,0.255951455205554,0.0181290703743638,0.112220659299171,0.00114242576467766,0.93345894500828 -1473,0.255951455205554,0.00915846553761765,0.454301594601309,0.255951455205554,0.00632170720517761,0.282373360749635,0.255951455205554,0.0992954636318785,0.529204605160529,0.255951455205554,0.0256270903300316,0.541925595485953,0.255951455205554,0.0914544240058608,0.523029427569788,0.255951455205554,0.0895764575923846,0.500403685268845,0.5,0.255951455205554,0.0383088135669173,0.591315796808225,0.5,0.255951455205554,0.0758561770789318,0.310980668104467,0.5,0.255951455205554,0.170371676938194,0.0936555688522994,0.255951455205554,0.00976735079326167,0.650502376186713,0.175550592551585,0.539621953670102,0.255951455205554,0.171483327418924,0.44643198803645,0.5,0.255951455205554,0.0874360366100525,0.485335246809046,0.255951455205554,0.150385192331168,0.0795530072572756,0.255951455205554,0.154586064065113,0.250970515439993,0.255951455205554,0.174383871795238,0.0936705601629463,0.00872950551200136,0.931108634963724 -1474,0.255951455205554,0.0275609440395801,0.535997043896857,0.255951455205554,0.0323086047260165,0.36969481184944,0.255951455205554,0.256596651578314,0.603679081785069,0.255951455205554,0.17903226594552,0.66721598162792,0.255951455205554,0.181940369999323,0.598520097703813,0.255951455205554,0.173032494584277,0.844498639445783,0.5,0.255951455205554,0.101088741654303,0.625123557191717,0.5,0.255951455205554,0.157943783384879,0.320707062694795,0.5,0.255951455205554,0.286708042549122,0.117214249872941,0.255951455205554,0.0452703494851749,0.484670608338648,0.332041158887577,0.598708646828417,0.255951455205554,0.324947074142423,0.578115336410465,0.5,0.255951455205554,0.2322246854106,0.678796412196987,0.255951455205554,0.261383037245306,0.0979552834922775,0.255951455205554,0.30726094627366,0.332930183495439,0.255951455205554,0.325795563980697,0.120348717586696,0.0252691966991906,0.949096487396599 -1475,0.255951455205554,0.0825904778001262,0.699382561214328,0.255951455205554,0.150688660291278,0.970943219098518,0.255951455205554,0.425229087305405,0.744698495593118,0.255951455205554,0.429204447945139,0.851394234011081,0.255951455205554,0.241739507461188,0.779813193829767,0.255951455205554,0.217405939404018,0.854105509034281,0.5,0.255951455205554,0.174004314945767,0.533062963577955,0.5,0.255951455205554,0.252009922817782,0.46334649494483,0.5,0.255951455205554,0.39331618799278,0.296838263355349,0.255951455205554,0.117622695857467,0.34417940193849,0.473172249545628,0.717160664062706,0.255951455205554,0.447805519451599,0.655614552301262,0.5,0.255951455205554,0.37655872466665,0.802888350948732,0.255951455205554,0.369539058282779,0.111475941575733,0.255951455205554,0.462520150914005,0.389432604612669,0.255951455205554,0.467804262017165,0.254760579092248,0.0574899313312398,0.971051520069877 -1476,0.255951455205554,0.20411345204835,0.832144819053972,0.255951455205554,0.456652078653618,0.978752015022893,0.255951455205554,0.51096466787585,0.769841733539207,0.255951455205554,0.564766746205154,0.846407842088413,0.255951455205554,0.274806012193893,0.800365828950756,0.255951455205554,0.224719969848434,0.734507584896198,0.5,0.255951455205554,0.238845308998815,0.405893181983675,0.5,0.255951455205554,0.306525004949575,0.27602541690966,0.5,0.255951455205554,0.460636014092574,0.300429112895674,0.255951455205554,0.218333622190086,0.31026477360606,0.585000183205396,0.743695300981264,0.255951455205554,0.543948083513311,0.664137500871923,0.5,0.255951455205554,0.469920625332364,0.832770142617184,0.255951455205554,0.477373975202305,0.107154794573915,0.255951455205554,0.549081635708148,0.37071015940782,0.255951455205554,0.548054675727117,0.414543737672284,0.105909465402186,0.975480983887391 -1477,0.255951455205554,0.349367046973265,0.885671828347072,0.255951455205554,0.496312442665022,0.857233394849024,0.255951455205554,0.416850832020768,0.746687852000853,0.255951455205554,0.554401785125135,0.797577881356543,0.255951455205554,0.333769828355249,0.739603315640052,0.255951455205554,0.273758618876881,0.502971885552617,0.5,0.255951455205554,0.292185694855128,0.322138743916559,0.5,0.255951455205554,0.320858508709656,0.148252881914944,0.5,0.255951455205554,0.497719001589496,0.233453646299667,0.255951455205554,0.284836621785272,0.262536296764293,0.632495358964081,0.700268447744539,0.255951455205554,0.559141617009557,0.665570752879255,0.5,0.255951455205554,0.503192907788726,0.861529032027693,0.255951455205554,0.536709589481557,0.0916457195736236,0.255951455205554,0.551575028191061,0.325215894051914,0.255951455205554,0.550713481383424,0.451592906770131,0.20562885446047,0.868779748810762 -1478,0.255951455205554,0.338922964452576,0.814094243813867,0.255951455205554,0.530103095872518,0.746834654065513,0.255951455205554,0.289897999152021,0.677161796074853,0.255951455205554,0.23808627690872,0.763846271644642,0.255951455205554,0.362059407038043,0.563167283679321,0.255951455205554,0.294014738685919,0.318550394990019,0.5,0.255951455205554,0.243809455439868,0.265034799143682,0.5,0.255951455205554,0.285320210855665,0.0791254761405887,0.5,0.255951455205554,0.48034867601071,0.130461522833909,0.255951455205554,0.190622903829716,0.180666825365043,0.607829973880601,0.766429406149299,0.255951455205554,0.48779659737616,0.682330833788613,0.5,0.255951455205554,0.458454690211101,0.878018339048168,0.255951455205554,0.480283280229864,0.0655858609524848,0.255951455205554,0.503071271242303,0.29627128720273,0.255951455205554,0.507238491867044,0.332316399216135,0.52290939576689,0.80666219267621 -1479,0.255951455205554,0.300419519831316,0.685331962054692,0.255951455205554,0.428889599491406,0.651532192717268,0.255951455205554,0.242325816985457,0.539008815376404,0.255951455205554,0.118180725335291,0.624838340542789,0.255951455205554,0.342419139726045,0.375238937054614,0.255951455205554,0.197359278832389,0.176292007862393,0.5,0.255951455205554,0.183148549373586,0.210497586587884,0.5,0.255951455205554,0.203739035576876,0.0386624092265444,0.5,0.255951455205554,0.390492812796418,0.0548845520784377,0.255951455205554,0.155463967925455,0.10909274639564,0.369757189191154,0.817578944340137,0.255951455205554,0.347645817445221,0.668060272365059,0.5,0.255951455205554,0.351575763741322,0.848044999532739,0.255951455205554,0.327039085844355,0.0407503477983135,0.255951455205554,0.410797548336549,0.213310429378766,0.255951455205554,0.441818223233931,0.185346648472931,0.403892707004196,0.714407408542733 -1480,0.255951455205554,0.160739506712207,0.548054788907832,0.255951455205554,0.072929683583993,0.299937743480025,0.255951455205554,0.207589107944883,0.344641912897533,0.255951455205554,0.145668514462378,0.51152829342861,0.255951455205554,0.261114194833702,0.240342028663968,0.255951455205554,0.103409982115031,0.101708352490395,0.5,0.255951455205554,0.127401577720356,0.150678116921471,0.5,0.255951455205554,0.134885503303101,0.0186525364535888,0.5,0.255951455205554,0.257822943527217,0.022247039127689,0.255951455205554,0.18339640867932,0.120253808159676,0.183326212305723,0.719704692994541,0.255951455205554,0.200017332487005,0.573063023389153,0.5,0.255951455205554,0.231917337448301,0.791288807447685,0.255951455205554,0.19939674054306,0.0246272384149572,0.255951455205554,0.255651070419665,0.110796238126248,0.255951455205554,0.318300855506749,0.0798094908741801,0.255081067582678,0.756867887469891 -1481,0.255951455205554,0.0418263574724605,0.447214827979694,0.255951455205554,0.024353217967803,0.200155306634522,0.255951455205554,0.151019571819916,0.142734553983589,0.255951455205554,0.0706388295916195,0.226832362569408,0.255951455205554,0.156690733710493,0.13707436423832,0.255951455205554,0.0446805667924611,0.0604168080280057,0.5,0.255951455205554,0.0939068381289207,0.115074714289402,0.5,0.255951455205554,0.0678891497422947,0.00704054177414554,0.5,0.255951455205554,0.118295830416659,0.00677048287881204,0.255951455205554,0.105964942934741,0.136165475450128,0.0846572871278564,0.440166561709677,0.255951455205554,0.0836717856930152,0.425938081019414,0.5,0.255951455205554,0.09640646689292,0.680462708011802,0.255951455205554,0.0939360823375972,0.0157043999521185,0.255951455205554,0.109381722184734,0.0490792263749051,0.255951455205554,0.161753994993861,0.0169095793739829,0.0801177126619234,0.542113213772065 -1482,0.255951455205554,0.0,0.324758489994038,0.255951455205554,0.0,0.104535502140363,0.255951455205554,0.0,0.0730790090754083,0.255951455205554,0.0,0.0836110751400231,0.255951455205554,0.00260047465999568,0.112155056038661,0.255951455205554,0.0,0.0265700911242111,0.5,0.255951455205554,0.00524825317352848,0.0795394343465747,0.5,0.255951455205554,4.13559460044973e-05,0.00119089196497384,0.5,0.255951455205554,1.68544139623174e-05,0.00280408055646331,0.255951455205554,0.0154917659503289,0.116754625893192,0.0,0.182238172791101,0.255951455205554,2.9229934607342e-05,0.245860736218019,0.5,0.255951455205554,1.40623488933307e-05,0.483190187672407,0.255951455205554,6.28795785256988e-05,0.0172779310275622,0.255951455205554,4.26417343295666e-05,0.0389711588709579,0.255951455205554,0.0,0.0072249728122407,0.0,0.388544818504707 -1483,0.255951455205554,0.0,0.197890229222085,0.255951455205554,0.0,0.0358988406571586,0.255951455205554,0.0,0.0740234835583079,0.255951455205554,0.0,0.068068102824983,0.255951455205554,0.0,0.107128591204332,0.255951455205554,0.0,0.0148621111247598,0.5,0.255951455205554,0.0,0.0647312205449326,0.5,0.255951455205554,0.0,0.00088559398251893,0.5,0.255951455205554,0.0,0.00308578733384115,0.255951455205554,0.0,0.0831155025800414,0.0,0.0846337905378669,0.255951455205554,0.0,0.135418207836499,0.5,0.255951455205554,0.0,0.280949069798069,0.255951455205554,0.0,0.0132590272070518,0.255951455205554,0.0,0.03493351723715,0.255951455205554,0.0,0.00544126913257282,0.0,0.39766239992334 -1484,0.255951455205554,0.0,0.128502635178588,0.255951455205554,0.0,0.0230566055322742,0.255951455205554,0.0,0.0665296485592067,0.255951455205554,0.0,0.0630375573464913,0.255951455205554,0.0,0.0934300673909658,0.255951455205554,0.0,0.00884427442237471,0.5,0.255951455205554,0.0,0.0510728548900599,0.5,0.255951455205554,0.0,0.000762419905069033,0.5,0.255951455205554,0.0,0.0048683307034543,0.255951455205554,0.0,0.0504783363976156,0.0,0.03871038900723,0.255951455205554,0.0,0.0763630031863119,0.5,0.255951455205554,0.0,0.155328513413068,0.255951455205554,0.0,0.00972370409830328,0.255951455205554,0.0,0.0260871658587237,0.255951455205554,0.0,0.00391929550840785,0.0,0.398770414730941 -1485,0.255951455205554,0.0,0.081981868085162,0.255951455205554,0.0,0.00990769930067738,0.255951455205554,0.0,0.0477901000342196,0.255951455205554,0.0,0.0505724165615843,0.255951455205554,0.0,0.0770547204847413,0.255951455205554,0.0,0.00380876941314271,0.5,0.255951455205554,0.0,0.0385803277869993,0.5,0.255951455205554,0.0,0.00205157364544819,0.5,0.255951455205554,0.0,0.00742029728997247,0.255951455205554,0.0,0.0275595320958128,0.0,0.0258286727427256,0.255951455205554,0.0,0.0485893581547172,0.5,0.255951455205554,0.0,0.08683979713087,0.255951455205554,0.0,0.00714709426957245,0.255951455205554,0.0,0.0163092382571419,0.255951455205554,0.0,0.00358195520909704,0.0,0.528600221791 -1486,0.255951455205554,0.0,0.0449550988503161,0.255951455205554,0.0,0.00331027897435236,0.255951455205554,0.0,0.033290351962535,0.255951455205554,0.0,0.0333632011117943,0.255951455205554,0.0,0.0661010466885767,0.255951455205554,0.0,0.00174690836232756,0.5,0.255951455205554,0.0,0.024812783770896,0.5,0.255951455205554,0.0,0.00505201087979874,0.5,0.255951455205554,0.0,0.00932373916858538,0.255951455205554,0.0,0.0130720270599885,0.0,0.0290982714497382,0.255951455205554,0.0,0.0370186103271363,0.5,0.255951455205554,0.0,0.0703097272419182,0.255951455205554,0.0,0.0049850757801763,0.255951455205554,0.0,0.0108573509892266,0.255951455205554,0.0,0.00399389574276113,0.0,0.582085128030843 -1487,0.255951455205554,0.0,0.0240774557639811,0.255951455205554,0.0,0.000566261380184131,0.255951455205554,0.0,0.0250562819809369,0.255951455205554,0.0,0.0178089136569792,0.255951455205554,0.0,0.0554649229645519,0.255951455205554,0.0,0.00149351263071176,0.5,0.255951455205554,0.0,0.0176163518861534,0.5,0.255951455205554,0.0,0.00563241250352986,0.5,0.255951455205554,0.0,0.0105566457392162,0.255951455205554,0.0,0.0126174426508648,0.0,0.0329836712272122,0.255951455205554,0.0,0.0326883617447074,0.5,0.255951455205554,0.0,0.0764939054661408,0.255951455205554,0.0,0.0035170840216912,0.255951455205554,0.0,0.0113054992194959,0.255951455205554,0.0,0.00425963039848536,0.0,0.438455524661492 -1488,0.255951455205554,0.0,0.0120204026101902,0.255951455205554,0.0,8.80050577869128e-05,0.255951455205554,0.0,0.0185904498016357,0.255951455205554,0.0,0.0066031490178353,0.255951455205554,0.0,0.0407343531144325,0.255951455205554,0.0,0.00222719159940731,0.5,0.255951455205554,0.0,0.0152178930494215,0.5,0.255951455205554,0.0,0.00690467808888276,0.5,0.255951455205554,0.0,0.0127650131330034,0.255951455205554,0.0,0.0148868831855858,0.0,0.0337112522898562,0.255951455205554,0.0,0.0329324161072077,0.5,0.255951455205554,0.0,0.077048256815031,0.255951455205554,0.0,0.00332801576616336,0.255951455205554,0.0,0.0151656410103496,0.255951455205554,0.0,0.00491027947169632,0.0,0.275697156609084 -1489,0.255951455205554,0.0,0.00741678432594826,0.255951455205554,0.0,0.00121245427533877,0.255951455205554,0.0,0.0135182162801296,0.255951455205554,0.0,0.00325985532876576,0.255951455205554,0.0,0.0286600931851448,0.255951455205554,0.0,0.0029883190478924,0.5,0.255951455205554,0.0,0.0136971923215711,0.5,0.255951455205554,0.0,0.00832452625705678,0.5,0.255951455205554,0.0,0.0151636247028896,0.255951455205554,0.0,0.0185175621787537,0.0,0.0361206802526756,0.255951455205554,0.0,0.0358909113436297,0.5,0.255951455205554,0.0,0.0710697166902071,0.255951455205554,0.0,0.00476860768129718,0.255951455205554,0.0,0.021006664628357,0.255951455205554,0.0,0.00717146637760269,0.0,0.181978208548623 -1490,0.255951455205554,0.0,0.00697824505594211,0.255951455205554,0.0,0.00457521442785544,0.255951455205554,0.0,0.0103626513843667,0.255951455205554,0.0,0.0041913507661102,0.255951455205554,0.0,0.0209853423759582,0.255951455205554,0.0,0.00325275660842388,0.5,0.255951455205554,0.0,0.0112282288844979,0.5,0.255951455205554,0.0,0.00956171200268603,0.5,0.255951455205554,0.0,0.0176362531839993,0.255951455205554,0.0,0.0144898580912432,0.0,0.0350687884100707,0.255951455205554,0.0,0.0403983351069831,0.5,0.255951455205554,0.0,0.0655591910610916,0.255951455205554,0.0,0.00695007560228716,0.255951455205554,0.0,0.0266602551014438,0.255951455205554,0.0,0.00916336817592731,0.0,0.137228537490371 -1491,0.255951455205554,0.0,0.00756423604929152,0.255951455205554,0.0,0.00343451339562581,0.255951455205554,0.0,0.010043507248891,0.255951455205554,0.0,0.00606239107620762,0.255951455205554,0.0,0.0160688937944845,0.255951455205554,0.0,0.00351214802157863,0.5,0.255951455205554,0.0,0.00754217191232284,0.5,0.255951455205554,0.0,0.0107045906721629,0.5,0.255951455205554,0.0,0.0210752110848322,0.255951455205554,0.0,0.00899637933519326,0.0,0.0330228407886217,0.255951455205554,0.0,0.0479750242760442,0.5,0.255951455205554,0.0,0.0623548959039445,0.255951455205554,0.0,0.00995002463777415,0.255951455205554,0.0,0.0289999997118659,0.255951455205554,0.0,0.0105147261575547,0.0,0.121407647562679 -1492,0.255951455205554,0.0,0.00734978870200193,0.255951455205554,0.0,0.00547292034013671,0.255951455205554,0.0,0.0104203683192216,0.255951455205554,0.0,0.00619546012396095,0.255951455205554,0.0,0.0128729791161105,0.255951455205554,0.0,0.00408937332019099,0.5,0.255951455205554,0.0,0.00356950758567048,0.5,0.255951455205554,0.0,0.0105925757419357,0.5,0.255951455205554,0.0,0.025677644975901,0.255951455205554,0.0,0.00599488990597738,0.0,0.033624396822674,0.255951455205554,0.0,0.0617729866220416,0.5,0.255951455205554,0.0,0.0651363065739374,0.255951455205554,0.0,0.0133727404049713,0.255951455205554,0.0,0.0290960603730553,0.255951455205554,0.0,0.0116546562507372,0.0,0.103315973780674 -1493,0.255951455205554,0.0,0.00778903282581947,0.255951455205554,0.0,0.00821480959694512,0.255951455205554,0.0,0.00976442262545315,0.255951455205554,0.0,0.00516191924391297,0.255951455205554,0.0,0.0107634890617229,0.255951455205554,0.0,0.00451628667589217,0.5,0.255951455205554,0.0,0.00242124199311002,0.5,0.255951455205554,0.0,0.00933578238500648,0.5,0.255951455205554,0.0,0.0288454909095936,0.255951455205554,0.0,0.00526878303729565,0.0,0.0453356946389565,0.255951455205554,0.0,0.0732607905549588,0.5,0.255951455205554,0.0,0.0774775600141209,0.255951455205554,0.0,0.0147123223025691,0.255951455205554,0.0,0.0278843629684215,0.255951455205554,0.0,0.0126756043466982,0.0,0.0884831672889418 -1494,0.255951455205554,0.0,0.0090610855259412,0.255951455205554,0.0,0.0089639541507016,0.255951455205554,0.0,0.00870851236171559,0.255951455205554,0.0,0.0039290821137346,0.255951455205554,0.0,0.00822553759106367,0.255951455205554,0.0,0.00458760206084537,0.5,0.255951455205554,0.0,0.00320115125340667,0.5,0.255951455205554,0.0,0.00821108561196748,0.5,0.255951455205554,0.0,0.029298049563728,0.255951455205554,0.0,0.00563619894326817,0.0,0.0596395616863194,0.255951455205554,0.0,0.0755328228930703,0.5,0.255951455205554,0.0,0.0865949318719689,0.255951455205554,0.0,0.0132033998181117,0.255951455205554,0.0,0.0244844989572535,0.255951455205554,0.0,0.0115033807972604,0.0,0.0917820835538506 -1495,0.255951455205554,0.0,0.0114427362831887,0.255951455205554,0.0,0.00768666863201984,0.255951455205554,0.0,0.00802274797064648,0.255951455205554,0.0,0.00299217442857418,0.255951455205554,0.0,0.00592887424445278,0.255951455205554,0.0,0.00484888453836757,0.5,0.255951455205554,0.0,0.00356776065567331,0.5,0.255951455205554,0.0,0.00627213658514239,0.5,0.255951455205554,0.0,0.0282235269051654,0.255951455205554,0.0,0.00384821564629969,0.0,0.0714834437687642,0.255951455205554,0.0,0.0749830066314997,0.5,0.255951455205554,0.0,0.0867254872420031,0.255951455205554,0.0,0.0110140885917957,0.255951455205554,0.0,0.0208793114839766,0.255951455205554,0.0,0.00981900085461083,0.0,0.109975655719338 -1496,0.255951455205554,0.003617148186355,0.0135967439610752,0.255951455205554,0.00428674908099042,0.00590004776766417,0.255951455205554,0.00300014496692371,0.0074373739340325,0.255951455205554,0.00298054527192359,0.00226389240217128,0.255951455205554,0.0031812210298366,0.00495301550273151,0.255951455205554,0.00454767112470687,0.00531969615570774,0.5,0.255951455205554,0.0046422519358273,0.00264510498145876,0.5,0.255951455205554,0.0048408019057465,0.00479807053286378,0.5,0.255951455205554,0.00848801229977927,0.0270986113668854,0.255951455205554,0.00444474897268867,0.0015131768936317,0.00202706628711499,0.0879379310725024,0.255951455205554,0.00319141065654866,0.0760104095050291,0.5,0.255951455205554,0.00170875469762764,0.0904635962913665,0.255951455205554,0.00845160197422789,0.0102120587880171,0.255951455205554,0.00611632240921453,0.0204957340509472,0.255951455205554,0.00399846726514835,0.00978945226014859,0.00363567154471664,0.1286735587102 -1497,0.255951455205554,0.081455616955428,0.0178822097492899,0.255951455205554,0.0765932335897484,0.00450581757938242,0.255951455205554,0.0778714277484386,0.0068327119168309,0.255951455205554,0.0732816788468348,0.00230087269816907,0.255951455205554,0.112122728673747,0.00451205596913838,0.255951455205554,0.0907070469031867,0.00494536955112862,0.5,0.255951455205554,0.134916212067262,0.00133690071439376,0.5,0.255951455205554,0.0720504864855876,0.00731491338851777,0.5,0.255951455205554,0.0574226732664852,0.0392440708366563,0.255951455205554,0.145751808571122,0.000859238152991314,0.0116244783261578,0.110960907354684,0.255951455205554,0.0205184006766552,0.0872527472644691,0.5,0.255951455205554,0.0175869736019079,0.113277379626721,0.255951455205554,0.0504030456063728,0.0156026848761362,0.255951455205554,0.0529764295794661,0.0361059416095047,0.255951455205554,0.0457420095011983,0.0150830289021306,0.0723044975375603,0.125037988214096 -1498,0.255951455205554,0.190081686303221,0.0259354590112836,0.255951455205554,0.175870695520437,0.0099194635828531,0.255951455205554,0.191990947646377,0.0085662779473945,0.255951455205554,0.211329528080403,0.00363966579130982,0.255951455205554,0.262764502649159,0.00399249681972709,0.255951455205554,0.225058625003972,0.00640571427552459,0.5,0.255951455205554,0.300753228613267,0.000906397859844099,0.5,0.255951455205554,0.163598159471782,0.0215717237453037,0.5,0.255951455205554,0.117640617121619,0.0531572053671206,0.255951455205554,0.31846383474038,0.000152964714465027,0.0287775415439445,0.126297818462575,0.255951455205554,0.0431408750994139,0.109068315075745,0.5,0.255951455205554,0.0432249231147402,0.145780216053685,0.255951455205554,0.100106630037038,0.0189856562014854,0.255951455205554,0.138110358090459,0.0516855657735582,0.255951455205554,0.102122203369604,0.0236525561341126,0.169340190802343,0.104592600892576 -1499,0.255951455205554,0.291715085977041,0.0419607589524305,0.255951455205554,0.267171835939112,0.0242729882359701,0.255951455205554,0.320629205500037,0.00870705813576435,0.255951455205554,0.347936890436021,0.00190872980669456,0.255951455205554,0.419236375451957,0.00459413841862741,0.255951455205554,0.375320015602918,0.00437018970164582,0.5,0.255951455205554,0.460469331601345,0.00110408319990516,0.5,0.255951455205554,0.262697109634014,0.034450281837079,0.5,0.255951455205554,0.169663846787653,0.046520468029237,0.255951455205554,0.479035717810668,0.0,0.0567979416458354,0.127053894398542,0.255951455205554,0.0653390790125037,0.127434170058319,0.5,0.255951455205554,0.0716100819234,0.177697778523053,0.255951455205554,0.143942249538767,0.0192232198990771,0.255951455205554,0.206308068922682,0.0539452048102442,0.255951455205554,0.163667571080193,0.0315165291504485,0.212114394105507,0.0838477334376297 -1500,0.255951455205554,0.30120970999898,0.0385239620019156,0.255951455205554,0.258084916900713,0.0224258956174,0.255951455205554,0.414051414865608,0.00666425614155213,0.255951455205554,0.455331124727117,0.000425580741606684,0.255951455205554,0.543431124001102,0.00515968414477537,0.255951455205554,0.493064531345167,0.002559410878911,0.5,0.255951455205554,0.577884659268512,0.00311542097714601,0.5,0.255951455205554,0.319949297961975,0.0536206854134635,0.5,0.255951455205554,0.191585072574847,0.0464017710837103,0.255951455205554,0.593072647468517,0.00117736262347853,0.0669350664077157,0.130598379286175,0.255951455205554,0.0735757044037184,0.148974831504076,0.5,0.255951455205554,0.0944025130929393,0.201519877334221,0.255951455205554,0.14505434337616,0.0164936931821592,0.255951455205554,0.216890896574174,0.0544728261023947,0.255951455205554,0.196733299860846,0.0372596001547748,0.227182259066427,0.0713224270168318 -1501,0.255951455205554,0.251199723532231,0.0280216213953418,0.255951455205554,0.235699724689713,0.0117895254505368,0.255951455205554,0.452208035854408,0.00483956718352196,0.255951455205554,0.504934108710518,0.000432755082656099,0.255951455205554,0.608327560706511,0.00518779157714343,0.255951455205554,0.546507691613867,0.00281480097909149,0.5,0.255951455205554,0.630676701689015,0.0124826640745163,0.5,0.255951455205554,0.328005368817893,0.0743750392971813,0.5,0.255951455205554,0.179795938943893,0.0578454179810982,0.255951455205554,0.637936966113067,0.0134301954961196,0.0709086791754256,0.119480635018306,0.255951455205554,0.0712398851354115,0.129761519811007,0.5,0.255951455205554,0.100540120133095,0.213914598596925,0.255951455205554,0.141173355018256,0.0123728977344701,0.255951455205554,0.191694578691932,0.0482047946331861,0.255951455205554,0.189798570314304,0.0366786686975332,0.207198201708325,0.0686297703883624 -1502,0.255951455205554,0.186312115614863,0.0239650340733469,0.255951455205554,0.18653391356131,0.00696765749749472,0.255951455205554,0.434522493725381,0.00425742463069124,0.255951455205554,0.503085013760007,0.0011059135061999,0.255951455205554,0.611574667179425,0.00677573806397655,0.255951455205554,0.530596060880284,0.00501993117941311,0.5,0.255951455205554,0.617559686908749,0.0259377925876327,0.5,0.255951455205554,0.34615589905908,0.0947843982348682,0.5,0.255951455205554,0.173088953581039,0.0738012254117798,0.255951455205554,0.630101666632819,0.0325596505236761,0.062323512387813,0.099300276726686,0.255951455205554,0.0620397039163001,0.110791251018199,0.5,0.255951455205554,0.0905021174719214,0.20005748826579,0.255951455205554,0.121053175618971,0.00898146794467028,0.255951455205554,0.143635109654863,0.0396379367209336,0.255951455205554,0.154976798863212,0.0313972029246752,0.128688785267742,0.0661494774350186 -1503,0.255951455205554,0.148724683562536,0.026588904289682,0.255951455205554,0.118026059976556,0.00290018217350123,0.255951455205554,0.3628314407976,0.00491990782245308,0.255951455205554,0.420422406198347,0.00348364940224108,0.255951455205554,0.548381583893897,0.0104042188280232,0.255951455205554,0.460903438211219,0.00929730408640683,0.5,0.255951455205554,0.543527662533413,0.0372496732330438,0.5,0.255951455205554,0.30131783081569,0.101531996105269,0.5,0.255951455205554,0.134554801849539,0.0772871316867449,0.255951455205554,0.551790017243045,0.0539489506361595,0.0459183910181825,0.0692469461434613,0.255951455205554,0.0457999086756778,0.0840571798107774,0.5,0.255951455205554,0.0693230367461156,0.162295178713949,0.255951455205554,0.089803897722456,0.00666052368865753,0.255951455205554,0.0932145832318018,0.0296414884000583,0.255951455205554,0.102904128742061,0.0247188334752348,0.112412927833406,0.0600879663223109 -1504,0.255951455205554,0.120338230958113,0.0279329266176841,0.255951455205554,0.0760111566875268,0.00125048970566667,0.255951455205554,0.271338681293033,0.00655004691631819,0.255951455205554,0.287298373444921,0.00380698212737053,0.255951455205554,0.421881876252285,0.0127195318656475,0.255951455205554,0.34751928406893,0.0133812855940964,0.5,0.255951455205554,0.406165860018557,0.0422737450141439,0.5,0.255951455205554,0.237702491208248,0.0971167266825246,0.5,0.255951455205554,0.0904553973839028,0.0753322322405744,0.255951455205554,0.384704980798008,0.0644003084502161,0.0237239692732672,0.0380775506286383,0.255951455205554,0.0281313134510129,0.0564430628057219,0.5,0.255951455205554,0.0385037752023915,0.116957724854226,0.255951455205554,0.057512341123498,0.00554509224817268,0.255951455205554,0.0536847121964493,0.0224096060686929,0.255951455205554,0.063026523126975,0.0201975853717007,0.0544186208880857,0.0469390089902274 -1505,0.255951455205554,0.0626030525550504,0.0237698850559851,0.255951455205554,0.0427702466205249,0.00115653785490071,0.255951455205554,0.179921098578622,0.00405011304437109,0.255951455205554,0.170994993238201,0.00153838364330171,0.255951455205554,0.271469850740107,0.00616622313050509,0.255951455205554,0.205861227993351,0.00657028036838707,0.5,0.255951455205554,0.254292979967836,0.0214728119366699,0.5,0.255951455205554,0.139690401678133,0.0575835100924511,0.5,0.255951455205554,0.043146059955844,0.0519830646420349,0.255951455205554,0.247325899811908,0.0357967890383377,0.0078500115084437,0.026430060173897,0.255951455205554,0.0106685362069525,0.0342078786316595,0.5,0.255951455205554,0.0107299071865148,0.0729937061061185,0.255951455205554,0.0271460306716004,0.00528460167743608,0.255951455205554,0.020122844952633,0.0124990280807437,0.255951455205554,0.0274557137405826,0.0106077663841694,0.0285701400771569,0.0373098478394933 -1506,0.255951455205554,7.33502762299487e-05,0.0215664005088125,0.255951455205554,0.0,0.00417557990194424,0.255951455205554,1.73045394437003e-06,0.00139472646984322,0.255951455205554,0.0,0.000342128920143716,0.255951455205554,0.00750996722379213,0.00464361060968901,0.255951455205554,0.0,0.00592871665889241,0.5,0.255951455205554,0.00733350380868609,0.0140035085495045,0.5,0.255951455205554,0.00112162155080619,0.0211357346693783,0.5,0.255951455205554,0.000261343550782498,0.0286916287096374,0.255951455205554,0.02784011606707,0.022127577121928,0.0,0.0160708362452218,0.255951455205554,0.000126422302806775,0.0223005580652996,0.5,0.255951455205554,0.000141859947713182,0.0532951346266803,0.255951455205554,2.50824705522735e-05,0.00389773537071097,0.255951455205554,0.000298038100184595,0.00542793189052027,0.255951455205554,0.00027492755658552,0.00557203176367919,0.0,0.0324381473474546 -1507,0.255951455205554,0.0,0.0249821127499421,0.255951455205554,0.0,0.00811219654187198,0.255951455205554,0.0,0.00112745258974015,0.255951455205554,0.0,0.000104271051758235,0.255951455205554,0.0,0.00580207069657752,0.255951455205554,0.0,0.00622146076011532,0.5,0.255951455205554,0.0,0.0141642755556219,0.5,0.255951455205554,0.0,0.0115226624165371,0.5,0.255951455205554,0.0,0.0184068752254312,0.255951455205554,0.0,0.0248795097243544,0.0,0.00911584321100867,0.255951455205554,0.0,0.0181116767858505,0.5,0.255951455205554,0.0,0.0473730501468804,0.255951455205554,0.0,0.00233372679581199,0.255951455205554,0.0,0.00341077918406891,0.255951455205554,0.0,0.00346691912255465,0.0,0.0276193011896285 -1508,0.255951455205554,0.0,0.0216538373325605,0.255951455205554,0.0,0.00577760243598242,0.255951455205554,0.0,0.000925696911450425,0.255951455205554,0.0,0.000551969556063409,0.255951455205554,0.0,0.00672103515402729,0.255951455205554,0.0,0.00569701213910012,0.5,0.255951455205554,0.0,0.013834125893629,0.5,0.255951455205554,0.0,0.00815626557828575,0.5,0.255951455205554,0.0,0.0137224260071151,0.255951455205554,0.0,0.0186766818705854,0.0,0.00522887547639929,0.255951455205554,0.0,0.0163914512688534,0.5,0.255951455205554,0.0,0.0471627690777319,0.255951455205554,0.0,0.00142739969027489,0.255951455205554,0.0,0.00163865421900302,0.255951455205554,0.0,0.00156330047810747,0.0,0.0219491062869923 -1509,0.255951455205554,0.0,0.0131685897092257,0.255951455205554,0.0,0.00128418422785932,0.255951455205554,0.0,0.00100657825636118,0.255951455205554,0.0,0.00341139720533717,0.255951455205554,0.0,0.00707704961563801,0.255951455205554,0.0,0.004854047393007,0.5,0.255951455205554,0.0,0.0134385908159728,0.5,0.255951455205554,0.0,0.00699398980530263,0.5,0.255951455205554,0.0,0.0103027286290777,0.255951455205554,0.0,0.0108045868653222,0.0,0.00394627475052132,0.255951455205554,0.0,0.0143650877907879,0.5,0.255951455205554,0.0,0.0482935014537216,0.255951455205554,0.0,0.00103695659318343,0.255951455205554,0.0,0.000789280953408483,0.255951455205554,0.0,0.000935604348815018,0.0,0.0164113944340157 -1510,0.255951455205554,0.0,0.00675670276443117,0.255951455205554,0.0,9.57545585404566e-05,0.255951455205554,0.0,0.00154227305120369,0.255951455205554,0.0,0.00476546060585753,0.255951455205554,0.0,0.00641336756794882,0.255951455205554,0.0,0.00419050067780618,0.5,0.255951455205554,0.0,0.0107573458022041,0.5,0.255951455205554,0.0,0.00589003205165974,0.5,0.255951455205554,0.0,0.00729355482744371,0.255951455205554,0.0,0.00540518505611479,0.0,0.00293983915195261,0.255951455205554,0.0,0.0111811188294817,0.5,0.255951455205554,0.0,0.042655910469949,0.255951455205554,0.0,0.00114339547559528,0.255951455205554,0.0,0.000683732835246871,0.255951455205554,0.0,0.00153024210593729,0.0,0.0119017343198881 -1511,0.255951455205554,0.0,0.00329885805895008,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00142256714841275,0.255951455205554,0.0,0.00365257200202717,0.255951455205554,0.0,0.00559402647502156,0.255951455205554,0.0,0.00316651388852026,0.5,0.255951455205554,0.0,0.00841786184092794,0.5,0.255951455205554,0.0,0.00470537710428737,0.5,0.255951455205554,0.0,0.00527797017269801,0.255951455205554,0.0,0.00188258409227115,0.0,0.000990748879034375,0.255951455205554,0.0,0.00762535643911222,0.5,0.255951455205554,0.0,0.0287153914688614,0.255951455205554,0.0,0.00164976512327269,0.255951455205554,0.0,0.00244156659221245,0.255951455205554,0.0,0.00267199802532105,0.0,0.0070798023355184 -1512,0.255951455205554,0.0,0.00151554130573583,0.255951455205554,0.0,9.43303506828348e-05,0.255951455205554,0.0,0.00120196277372557,0.255951455205554,0.0,0.00142593571400386,0.255951455205554,0.0,0.00492987790754005,0.255951455205554,0.0,0.00258569580665008,0.5,0.255951455205554,0.0,0.00682850787352901,0.5,0.255951455205554,0.0,0.00397767683750731,0.5,0.255951455205554,0.0,0.00440280985808219,0.255951455205554,0.0,0.000745820524539282,0.0,0.000153717173594217,0.255951455205554,0.0,0.00435384873263537,0.5,0.255951455205554,0.0,0.0152478456688758,0.255951455205554,0.0,0.00351067263155886,0.255951455205554,0.0,0.00532917466939041,0.255951455205554,0.0,0.00402368734011841,0.0,0.00425500785364164 -1513,0.255951455205554,0.0,0.000726394102934965,0.255951455205554,0.0,0.000262716422176185,0.255951455205554,0.0,0.00150210736593737,0.255951455205554,0.0,0.000341915289562384,0.255951455205554,0.0,0.00502241328697953,0.255951455205554,0.0,0.00236755783577318,0.5,0.255951455205554,0.0,0.00643413327896928,0.5,0.255951455205554,0.0,0.00421763714562709,0.5,0.255951455205554,0.0,0.0042017964670143,0.255951455205554,0.0,0.000701771839690271,0.0,0.0,0.255951455205554,0.0,0.00343237985193698,0.5,0.255951455205554,0.0,0.00863130850758251,0.255951455205554,0.0,0.0052514732681222,0.255951455205554,0.0,0.00845616259733281,0.255951455205554,0.0,0.00539588128228657,0.0,0.0032630586314834 -1514,0.255951455205554,0.0,0.000536936660855538,0.255951455205554,0.0,0.000705877638147875,0.255951455205554,0.0,0.00224439564736991,0.255951455205554,0.0,0.000256738553398683,0.255951455205554,0.0,0.00608379196532606,0.255951455205554,0.0,0.00297274510917825,0.5,0.255951455205554,0.0,0.00653485731121122,0.5,0.255951455205554,0.0,0.00494076637170043,0.5,0.255951455205554,0.0,0.00454011835521051,0.255951455205554,0.0,0.00101473900660594,0.0,0.000255115014597959,0.255951455205554,0.0,0.00390481428534987,0.5,0.255951455205554,0.0,0.00559154544510214,0.255951455205554,0.0,0.00728655602130214,0.255951455205554,0.0,0.0107275188943464,0.255951455205554,0.0,0.00657357876063896,0.0,0.00273366908243009 -1515,0.255951455205554,0.0,0.000348954149305013,0.255951455205554,0.0,0.00414216703621587,0.255951455205554,0.0,0.0041230972731434,0.255951455205554,0.0,0.000483856492822683,0.255951455205554,0.0,0.00706493611534672,0.255951455205554,0.0,0.00439495880771405,0.5,0.255951455205554,0.0,0.006490543309794,0.5,0.255951455205554,0.0,0.00656081664776308,0.5,0.255951455205554,0.0,0.00533008437695176,0.255951455205554,0.0,0.0012908316506864,0.0,0.000876816030602279,0.255951455205554,0.0,0.00427814840158556,0.5,0.255951455205554,0.0,0.00344423513261757,0.255951455205554,0.0,0.00904686633374791,0.255951455205554,0.0,0.0135745644844689,0.255951455205554,0.0,0.00863723069868872,0.0,0.00236404626053386 -1516,0.255951455205554,0.0,0.000669224110029663,0.255951455205554,0.0,0.00830240600871588,0.255951455205554,0.0,0.00629262221071086,0.255951455205554,0.0,0.00250988711955259,0.255951455205554,0.0,0.00762618337736171,0.255951455205554,0.0,0.00502230320495031,0.5,0.255951455205554,0.0,0.00524860063157947,0.5,0.255951455205554,0.0,0.00842749245593632,0.5,0.255951455205554,0.0,0.0061152153444449,0.255951455205554,0.0,0.00103780347581475,0.0,0.00094327023148383,0.255951455205554,0.0,0.0045526931872001,0.5,0.255951455205554,0.0,0.00379199258565557,0.255951455205554,0.0,0.0101176615619572,0.255951455205554,0.0,0.0179789603527224,0.255951455205554,0.0,0.012157570468052,0.0,0.00206553327505251 -1517,0.255951455205554,0.0,0.00117973743183625,0.255951455205554,0.0,0.0100673455101245,0.255951455205554,0.0,0.00847420856224116,0.255951455205554,0.0,0.00496300884494781,0.255951455205554,0.0,0.00794468950810137,0.255951455205554,0.0,0.00563506151668045,0.5,0.255951455205554,0.0,0.00465701035151688,0.5,0.255951455205554,0.0,0.00831236571274116,0.5,0.255951455205554,0.0,0.00668610009424258,0.255951455205554,0.0,0.00101336337206588,0.0,0.00113299028569702,0.255951455205554,0.0,0.00543325340295808,0.5,0.255951455205554,0.0,0.00546969461516269,0.255951455205554,0.0,0.0123358005739318,0.255951455205554,0.0,0.0250830795686919,0.255951455205554,0.0,0.0142210574962758,0.0,0.0015077915364301 -1518,0.255951455205554,0.0,0.00207343233181359,0.255951455205554,0.0,0.0111510093203509,0.255951455205554,0.0,0.00901454727020945,0.255951455205554,0.0,0.00691854988519503,0.255951455205554,0.0,0.00734709132097637,0.255951455205554,0.0,0.00739714884434559,0.5,0.255951455205554,0.0,0.00461083497653401,0.5,0.255951455205554,0.0,0.00831028751549665,0.5,0.255951455205554,0.0,0.00743125375139802,0.255951455205554,0.0,0.00159734899995314,0.0,0.0013191546356837,0.255951455205554,0.0,0.00693203673826922,0.5,0.255951455205554,0.0,0.00643380006761565,0.255951455205554,0.0,0.0155938256359512,0.255951455205554,0.0,0.0301215657353079,0.255951455205554,0.0,0.0133012398086048,0.0,0.00077713411936425 -1519,0.255951455205554,0.0,0.00332042169420497,0.255951455205554,0.0,0.0117608844748383,0.255951455205554,0.0,0.00941497547626203,0.255951455205554,0.0,0.00615002780748843,0.255951455205554,0.0,0.00666652514101769,0.255951455205554,0.0,0.00733677979676983,0.5,0.255951455205554,0.0,0.0036652937913752,0.5,0.255951455205554,0.0,0.00904644670334935,0.5,0.255951455205554,0.0,0.00831803105384721,0.255951455205554,0.0,0.0014699381339114,0.0,0.00197736465986916,0.255951455205554,0.0,0.00738197068693568,0.5,0.255951455205554,0.0,0.00638182015075956,0.255951455205554,0.0,0.0181146336767101,0.255951455205554,0.0,0.0335227483863114,0.255951455205554,0.0,0.0115815254968794,0.0,0.000732193642475408 -1520,0.255951455205554,0.00370041119649954,0.00408442727397465,0.255951455205554,0.00320626446333728,0.0110540193062093,0.255951455205554,0.0063018272538986,0.00981977162117089,0.255951455205554,0.00653899261151122,0.00522447127894355,0.255951455205554,0.00342453710195843,0.00651361491253379,0.255951455205554,0.00924892722562976,0.00516703377585664,0.5,0.255951455205554,0.00235615966039734,0.0032145963800684,0.5,0.255951455205554,0.0107275600584208,0.010107692160441,0.5,0.255951455205554,0.00993026143451634,0.00939872901957754,0.255951455205554,0.00392258261872561,0.00290966732794879,0.00259502011957761,0.00132501975432983,0.255951455205554,0.002743825298581,0.00724094116302709,0.5,0.255951455205554,0.0018166412644437,0.00748542139690264,0.255951455205554,0.00283189752545178,0.0230111594796903,0.255951455205554,0.007858162051374,0.0398572846475257,0.255951455205554,0.016295687035077,0.0129959527221218,0.00172634668321888,0.00116224105755063 -1521,0.255951455205554,0.0753303412847373,0.00462677026135608,0.255951455205554,0.0466712589189613,0.0107369277400475,0.255951455205554,0.136775292932033,0.0101597266118995,0.255951455205554,0.155852800969943,0.00366242979323158,0.255951455205554,0.0763157582008974,0.00480625715880209,0.255951455205554,0.140376722068129,0.00365563520449021,0.5,0.255951455205554,0.0511990357029058,0.00278562061182213,0.5,0.255951455205554,0.117160216274547,0.0138823959520988,0.5,0.255951455205554,0.0741307178105575,0.0198107253788963,0.255951455205554,0.0940750506765944,0.00303237023194813,0.0192676260513336,0.00107118294883281,0.255951455205554,0.0195240206391628,0.0122200699398378,0.5,0.255951455205554,0.0169753602754169,0.0128104706400253,0.255951455205554,0.0206041428833,0.0371841073675381,0.255951455205554,0.0506894332554268,0.0677228704629307,0.255951455205554,0.126018150283373,0.0231733404831331,0.0226534574305302,0.00199072166467898 -1522,0.255951455205554,0.144044325989488,0.00792669881290228,0.255951455205554,0.093045279282312,0.0219308129151176,0.255951455205554,0.282687922346674,0.0129382402068878,0.255951455205554,0.318888461810377,0.00309802447079739,0.255951455205554,0.153977819836107,0.00502460185563499,0.255951455205554,0.287263013171208,0.00503112562779079,0.5,0.255951455205554,0.116651086037962,0.00249575933715948,0.5,0.255951455205554,0.241463666464296,0.0316182294836834,0.5,0.255951455205554,0.148424624038076,0.0519432600105153,0.255951455205554,0.167271604806648,0.00192954217750005,0.0421233768114721,0.0012098148539638,0.255951455205554,0.0431862849038851,0.020052703137585,0.5,0.255951455205554,0.0445606875147772,0.0214648660077474,0.255951455205554,0.0463386976801146,0.057859995913013,0.255951455205554,0.0863870821318044,0.109843333586024,0.255951455205554,0.238434567703989,0.0474977730833295,0.0542905473979793,0.00353251706180615 -1523,0.255951455205554,0.200660032840744,0.0174909625851616,0.255951455205554,0.183109915941715,0.0493698503130138,0.255951455205554,0.420826513282447,0.020668822431572,0.255951455205554,0.47096286140351,0.00689245173551595,0.255951455205554,0.219572229697151,0.0133072661981401,0.255951455205554,0.420450483956368,0.025019718408895,0.5,0.255951455205554,0.194679553002391,0.0087087892796388,0.5,0.255951455205554,0.369330398012376,0.081216447187601,0.5,0.255951455205554,0.201247913283756,0.0853534508901525,0.255951455205554,0.266376852959335,0.00831561303471632,0.05311446276861,0.00681440035799576,0.255951455205554,0.0607457135282897,0.0249106988837685,0.5,0.255951455205554,0.0753272676570587,0.0272223037267737,0.255951455205554,0.0614316081985843,0.0771034649868275,0.255951455205554,0.128652424084346,0.162056003888929,0.255951455205554,0.33075384876099,0.0734589110386137,0.110196465634833,0.00537401619136503 -1524,0.255951455205554,0.236831476848658,0.0194857247200562,0.255951455205554,0.283625892809979,0.0756148195987486,0.255951455205554,0.517943422071213,0.0294452366814799,0.255951455205554,0.578531184968115,0.00623483031550907,0.255951455205554,0.262926588953027,0.04885579213461,0.255951455205554,0.496474865117388,0.138883505818949,0.5,0.255951455205554,0.257763616979113,0.0259443289446186,0.5,0.255951455205554,0.453592629000703,0.137652537523067,0.5,0.255951455205554,0.264026979654578,0.119586678702223,0.255951455205554,0.407752618955799,0.0242226691753798,0.0577037656992895,0.0192306252922731,0.255951455205554,0.0683012020438022,0.0346445599965041,0.5,0.255951455205554,0.0949727059245897,0.0321654889408872,0.255951455205554,0.0693696998342704,0.102178098476317,0.255951455205554,0.158331858950774,0.186288979418698,0.255951455205554,0.384797016911717,0.0979865342805749,0.221128866076485,0.00707600040506743 -1525,0.255951455205554,0.231745272788126,0.0124136285339236,0.255951455205554,0.439033726175878,0.0639204486930348,0.255951455205554,0.559541397192481,0.0330620259697952,0.255951455205554,0.624186688253586,0.00382835782503944,0.255951455205554,0.301767378940309,0.0684151454104047,0.255951455205554,0.451039846298613,0.213582057419618,0.5,0.255951455205554,0.28094991303552,0.037682891826838,0.5,0.255951455205554,0.419246577134371,0.198244755773177,0.5,0.255951455205554,0.26245719932372,0.145392940372926,0.255951455205554,0.363570251912094,0.0442578348652051,0.0740836237528947,0.0309079009176533,0.255951455205554,0.0712462955052194,0.0536077097599472,0.5,0.255951455205554,0.104046623003183,0.0440299387772975,0.255951455205554,0.0847407618481462,0.137528644743175,0.255951455205554,0.224926673371108,0.249608881906864,0.255951455205554,0.407443545123025,0.134507153003929,0.187369462228973,0.0121711725538542 -1526,0.255951455205554,0.230236100994943,0.00836219138868607,0.255951455205554,0.211123584048835,0.0558888933345256,0.255951455205554,0.541937980630812,0.0326248376960884,0.255951455205554,0.586445989174172,0.00625953928040812,0.255951455205554,0.288035044270625,0.0780169897545469,0.255951455205554,0.430304494769252,0.16969282893863,0.5,0.255951455205554,0.291165546309064,0.0426166450277191,0.5,0.255951455205554,0.363466269016624,0.21036466321435,0.5,0.255951455205554,0.228023610924066,0.160311072049244,0.255951455205554,0.400264729122004,0.0471549836295138,0.0651641225709389,0.047629600827324,0.255951455205554,0.0756421684529222,0.0745382120076421,0.5,0.255951455205554,0.0991529943231616,0.0652697897694954,0.255951455205554,0.0892233653033189,0.149696299079675,0.255951455205554,0.154546613277745,0.23524931940172,0.255951455205554,0.318858115224911,0.145044579177876,0.0926874581642704,0.0194621400673542 -1527,0.255951455205554,0.198302376788789,0.00810155478302969,0.255951455205554,0.122243692974989,0.0553841495551246,0.255951455205554,0.443316463394347,0.0364634800635493,0.255951455205554,0.477333111601251,0.013124594390569,0.255951455205554,0.229346003937591,0.0781542551985593,0.255951455205554,0.383148624879162,0.136532050987147,0.5,0.255951455205554,0.274224302393355,0.0470469291523721,0.5,0.255951455205554,0.300540670038379,0.202854110469703,0.5,0.255951455205554,0.169866976570605,0.162134637787667,0.255951455205554,0.271025332542169,0.0446509614072975,0.0470069289341445,0.0544771950869724,0.255951455205554,0.0605899401458116,0.0755015099359076,0.5,0.255951455205554,0.103293842100697,0.0843941083954286,0.255951455205554,0.0636976753600744,0.140203185936355,0.255951455205554,0.0923553758253101,0.154977512032819,0.255951455205554,0.196548053761551,0.102263695151282,0.0686845114278627,0.0192468820010284 -1528,0.255951455205554,0.153182059040603,0.00816218552189395,0.255951455205554,0.0505234634754215,0.0352512778885753,0.255951455205554,0.315066594901345,0.0353906081666139,0.255951455205554,0.324656653764252,0.0172916136177352,0.255951455205554,0.162278822880514,0.066382550320797,0.255951455205554,0.269721952094777,0.128464457892832,0.5,0.255951455205554,0.205568995241995,0.0554970501088822,0.5,0.255951455205554,0.256249419655587,0.191255395967234,0.5,0.255951455205554,0.110350718294961,0.141602499309188,0.255951455205554,0.130510383291057,0.0421937739893421,0.0351193232588521,0.0380429308027419,0.255951455205554,0.0366929085750403,0.0624804520840994,0.5,0.255951455205554,0.0918504303835591,0.0901516754173213,0.255951455205554,0.0364459184847449,0.111041918603109,0.255951455205554,0.063266146725211,0.113244262308296,0.255951455205554,0.111021331999293,0.0709522160307685,0.0439698017105135,0.0139758622071394 -1529,0.255951455205554,0.0895735638237016,0.00528535045534117,0.255951455205554,0.0251383660658775,0.0203181370289958,0.255951455205554,0.16239371267853,0.0163450319270399,0.255951455205554,0.120915358181256,0.00968297715996917,0.255951455205554,0.0849422432429125,0.037058256505501,0.255951455205554,0.117699983947485,0.0867777685037329,0.5,0.255951455205554,0.139682569665744,0.0563838247891806,0.5,0.255951455205554,0.154814525336375,0.120520510247482,0.5,0.255951455205554,0.0544668838428626,0.0914456732654948,0.255951455205554,0.0935767438194578,0.0363715929423396,0.0225555985785451,0.0317983775068346,0.255951455205554,0.0161537120156659,0.0479817423103941,0.5,0.255951455205554,0.049332535804539,0.0745673035721056,0.255951455205554,0.0137321577394033,0.0822372853081446,0.255951455205554,0.0190840279013366,0.0781839455679037,0.255951455205554,0.0503346645496785,0.0549058458880419,0.0186836218860345,0.00928999247302849 -1530,0.255951455205554,0.0,0.00190285025856312,0.255951455205554,0.0,0.00966833678607281,0.255951455205554,4.52029528759829e-05,0.00784103056624261,0.255951455205554,0.0,0.00212398444715592,0.255951455205554,0.00643913782823918,0.0199581016049624,0.255951455205554,0.0,0.0677230345652159,0.5,0.255951455205554,0.0109073416103773,0.0411782939130607,0.5,0.255951455205554,0.00298495146153848,0.070437295898453,0.5,0.255951455205554,0.000240363874168435,0.0631197127973116,0.255951455205554,0.0246455822314227,0.0221091657836296,1.86798704972086e-05,0.0264956865297772,0.255951455205554,0.0002650884386649,0.0386762125906721,0.5,0.255951455205554,0.000367781227366358,0.0492677778410402,0.255951455205554,0.000352106398009783,0.0703088704630664,0.255951455205554,0.000104464329662141,0.0635095867221169,0.255951455205554,2.98200351217077e-05,0.0433366085196936,0.0,0.00552522362732416 -1531,0.255951455205554,0.0,0.00147215198235739,0.255951455205554,0.0,0.00635011059229676,0.255951455205554,0.0,0.00682359191452709,0.255951455205554,0.0,0.00135961535039305,0.255951455205554,0.0,0.0163566395694677,0.255951455205554,0.0,0.0566536486215219,0.5,0.255951455205554,0.0,0.0400566730200112,0.5,0.255951455205554,0.0,0.0564662806402639,0.5,0.255951455205554,0.0,0.0639366044444338,0.255951455205554,0.0,0.0300648399575375,0.0,0.0288935831124276,0.255951455205554,0.0,0.0416842710036532,0.5,0.255951455205554,0.0,0.0427156527193867,0.255951455205554,0.0,0.0747643912784736,0.255951455205554,0.0,0.0610405731810035,0.255951455205554,0.0,0.0376572905780079,0.0,0.00496862545935129 -1532,0.255951455205554,0.0,0.00166193284890358,0.255951455205554,0.0,0.00241603774512668,0.255951455205554,0.0,0.00580832915308392,0.255951455205554,0.0,0.000610714358591879,0.255951455205554,0.0,0.0124993252828434,0.255951455205554,0.0,0.0412027051268284,0.5,0.255951455205554,0.0,0.0360345909732039,0.5,0.255951455205554,0.0,0.0435833354820762,0.5,0.255951455205554,0.0,0.072116682998623,0.255951455205554,0.0,0.0366501344317052,0.0,0.0302998971741152,0.255951455205554,0.0,0.0492484217516837,0.5,0.255951455205554,0.0,0.0376832809973336,0.255951455205554,0.0,0.0803551836459541,0.255951455205554,0.0,0.0616125826917881,0.255951455205554,0.0,0.0337578025579833,0.0,0.00472630242036504 -1533,0.255951455205554,0.0,0.00317085485567813,0.255951455205554,0.0,0.00156261515598192,0.255951455205554,0.0,0.00456235895986913,0.255951455205554,0.0,0.000456895839562092,0.255951455205554,0.0,0.00897902688031022,0.255951455205554,0.0,0.0269208843982435,0.5,0.255951455205554,0.0,0.0354504322500319,0.5,0.255951455205554,0.0,0.0385021820546956,0.5,0.255951455205554,0.0,0.0737697127475306,0.255951455205554,0.0,0.0464253150693045,0.0,0.0352970632243401,0.255951455205554,0.0,0.0466673170058488,0.5,0.255951455205554,0.0,0.0286043132105366,0.255951455205554,0.0,0.0733261278987703,0.255951455205554,0.0,0.061449718869251,0.255951455205554,0.0,0.0301332678113102,0.0,0.0052033393628599 -1534,0.255951455205554,0.0,0.00517203418914438,0.255951455205554,0.0,0.000788703204879242,0.255951455205554,0.0,0.00320861748510135,0.255951455205554,0.0,0.000485811526855883,0.255951455205554,0.0,0.0059981304259339,0.255951455205554,0.0,0.0174565108529461,0.5,0.255951455205554,0.0,0.0299928122602206,0.5,0.255951455205554,0.0,0.0350617716190787,0.5,0.255951455205554,0.0,0.0627853608887568,0.255951455205554,0.0,0.0502637963720297,0.0,0.0501284676638981,0.255951455205554,0.0,0.0373605013944499,0.5,0.255951455205554,0.0,0.0200122931117394,0.255951455205554,0.0,0.0631310231387032,0.255951455205554,0.0,0.0602418999386001,0.255951455205554,0.0,0.0265017748297963,0.0,0.00903008832135038 -1535,0.255951455205554,0.0,0.00775218068162014,0.255951455205554,0.0,4.77557721545928e-05,0.255951455205554,0.0,0.00266198297191929,0.255951455205554,0.0,0.00174680897903616,0.255951455205554,0.0,0.00394234459741957,0.255951455205554,0.0,0.0111339327692653,0.5,0.255951455205554,0.0,0.0203834022529668,0.5,0.255951455205554,0.0,0.0318726617138559,0.5,0.255951455205554,0.0,0.0563233480192046,0.255951455205554,0.0,0.0467279004634217,0.0,0.0524922537304166,0.255951455205554,0.0,0.0299535687642297,0.5,0.255951455205554,0.0,0.0115908153838969,0.255951455205554,0.0,0.0534209595250112,0.255951455205554,0.0,0.0568545855811976,0.255951455205554,0.0,0.0245751984709423,0.0,0.0170462277998723 -1536,0.255951455205554,0.0,0.0116862683317772,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00270301117164337,0.255951455205554,0.0,0.0032679789281605,0.255951455205554,0.0,0.0024067775593745,0.255951455205554,0.0,0.00757309298328043,0.5,0.255951455205554,0.0,0.0145525923735158,0.5,0.255951455205554,0.0,0.0279499318954081,0.5,0.255951455205554,0.0,0.0504192800492159,0.255951455205554,0.0,0.0391605074807957,0.0,0.0425963643842113,0.255951455205554,0.0,0.0260906192269658,0.5,0.255951455205554,0.0,0.0072000613258717,0.255951455205554,0.0,0.0500710434897294,0.255951455205554,0.0,0.0492080307713436,0.255951455205554,0.0,0.0250635501946402,0.0,0.0293481337744462 -1537,0.255951455205554,0.0,0.0183392498276986,0.255951455205554,0.0,6.14006428339072e-05,0.255951455205554,0.0,0.00414681011327092,0.255951455205554,0.0,0.00621891122525962,0.255951455205554,0.0,0.00131386521582049,0.255951455205554,0.0,0.00587212187219143,0.5,0.255951455205554,0.0,0.0122194290247638,0.5,0.255951455205554,0.0,0.0229588777672187,0.5,0.255951455205554,0.0,0.0443076518630341,0.255951455205554,0.0,0.0368633396372956,0.0,0.0285847916793095,0.255951455205554,0.0,0.0234253698240465,0.5,0.255951455205554,0.0,0.00475784820021135,0.255951455205554,0.0,0.0506436805872715,0.255951455205554,0.0,0.039331893211,0.255951455205554,0.0,0.0249209656643312,0.0,0.047753594968521 -1538,0.255951455205554,0.0,0.0269065999722257,0.255951455205554,0.0,0.00120193528785143,0.255951455205554,0.0,0.00652089172160695,0.255951455205554,0.0,0.0100138694737525,0.255951455205554,0.0,0.00114059140259478,0.255951455205554,0.0,0.00529639680336692,0.5,0.255951455205554,0.0,0.0101882909857205,0.5,0.255951455205554,0.0,0.0168406493134104,0.5,0.255951455205554,0.0,0.0410306365397289,0.255951455205554,0.0,0.0352028136938407,0.0,0.0188367926790523,0.255951455205554,0.0,0.0219255017447073,0.5,0.255951455205554,0.0,0.00518091466703593,0.255951455205554,0.0,0.0500098482641005,0.255951455205554,0.0,0.0340409407568399,0.255951455205554,0.0,0.0272688847445935,0.0,0.0798441848425171 -1539,0.255951455205554,0.0,0.0316007072536778,0.255951455205554,0.0,0.00434210852102279,0.255951455205554,0.0,0.00867565967761527,0.255951455205554,0.0,0.0130097971542755,0.255951455205554,0.0,0.000759542117324996,0.255951455205554,0.0,0.00516900382146436,0.5,0.255951455205554,0.0,0.00878431057074118,0.5,0.255951455205554,0.0,0.0131194473149535,0.5,0.255951455205554,0.0,0.0379888394831355,0.255951455205554,0.0,0.0326815145718363,0.0,0.024681896261233,0.255951455205554,0.0,0.022615756686074,0.5,0.255951455205554,0.0,0.00915454549348761,0.255951455205554,0.0,0.0454670969981508,0.255951455205554,0.0,0.0382590608702221,0.255951455205554,0.0,0.0323356900788634,0.0,0.125768822376789 -1540,0.255951455205554,0.0,0.0363003614733407,0.255951455205554,0.0,0.00400756379449787,0.255951455205554,0.0,0.00982849726218826,0.255951455205554,0.0,0.0132158302453568,0.255951455205554,0.0,0.000724680411295915,0.255951455205554,0.0,0.00565518688754695,0.5,0.255951455205554,0.0,0.00793610104125205,0.5,0.255951455205554,0.0,0.0136526381338115,0.5,0.255951455205554,0.0,0.0380304307559615,0.255951455205554,0.0,0.0294614098461807,0.0,0.0423435678390814,0.255951455205554,0.0,0.0301019329442894,0.5,0.255951455205554,0.0,0.010950968800433,0.255951455205554,0.0,0.0405366343213191,0.255951455205554,0.0,0.045269465288827,0.255951455205554,0.0,0.0371283221873178,0.0,0.169356286329098 -1541,0.255951455205554,0.0,0.0397860456639833,0.255951455205554,0.0,0.00455823314835773,0.255951455205554,0.0,0.0111485080677374,0.255951455205554,0.0,0.0135766185667183,0.255951455205554,0.0,0.000921497381860099,0.255951455205554,0.0,0.00627835489523425,0.5,0.255951455205554,0.0,0.00825007904554004,0.5,0.255951455205554,0.0,0.015739038661745,0.5,0.255951455205554,0.0,0.0386152898904543,0.255951455205554,0.0,0.0266130516874086,0.0,0.0410622303640264,0.255951455205554,0.0,0.0391862871433415,0.5,0.255951455205554,0.0,0.00990187695259986,0.255951455205554,0.0,0.0385744708446562,0.255951455205554,0.0,0.0417948555497568,0.255951455205554,0.0,0.032518959693689,0.0,0.212249130231912 -1542,0.255951455205554,0.0,0.0442572325055839,0.255951455205554,0.0,0.00450363709329556,0.255951455205554,0.0,0.0131469508088689,0.255951455205554,0.0,0.0141361967261,0.255951455205554,0.0,0.000820973466290507,0.255951455205554,0.0,0.00651560909943159,0.5,0.255951455205554,0.0,0.00933976275485059,0.5,0.255951455205554,0.0,0.0200513234741392,0.5,0.255951455205554,0.0,0.0409718481529154,0.255951455205554,0.0,0.0279012648441469,0.0,0.0319164061394428,0.255951455205554,0.0,0.04529929317641,0.5,0.255951455205554,0.0,0.00555863467419296,0.255951455205554,0.0,0.0432286105619996,0.255951455205554,0.0,0.0326849979994413,0.255951455205554,0.0,0.0250646990709307,0.0,0.272922769655233 -1543,0.255951455205554,0.0,0.0488096338666654,0.255951455205554,0.0,0.00560122004418197,0.255951455205554,0.0,0.016634495098253,0.255951455205554,0.0,0.0154190997207847,0.255951455205554,0.0,0.000782738767428232,0.255951455205554,0.0,0.00662354308691997,0.5,0.255951455205554,0.0,0.0117133104349765,0.5,0.255951455205554,0.0,0.0251385817826559,0.5,0.255951455205554,0.0,0.0433858461493394,0.255951455205554,0.0,0.02851514353522,0.0,0.0184420081801327,0.255951455205554,0.0,0.0442933423027133,0.5,0.255951455205554,0.0,0.00225539258450951,0.255951455205554,0.0,0.0533560922450432,0.255951455205554,0.0,0.0280261836084522,0.255951455205554,0.0,0.0220595325974577,0.0,0.373725889298825 -1544,0.255951455205554,0.0085605656219905,0.0523506857212719,0.255951455205554,0.013613684483478,0.00780767621282498,0.255951455205554,0.0093907541236268,0.020324264140566,0.255951455205554,0.00771354412982233,0.0171943139830564,0.255951455205554,0.00412702957494191,0.00100747891964082,0.255951455205554,0.0063085581637416,0.00655302787593445,0.5,0.255951455205554,0.00397938142002883,0.0139344624570022,0.5,0.255951455205554,0.00648870064454584,0.0398832994149268,0.5,0.255951455205554,0.00746230988226468,0.0501728939289676,0.255951455205554,0.00657291997056682,0.0316658162538345,0.0289476053986263,0.00770611547480922,0.255951455205554,0.0136727619454737,0.0399589389185748,0.5,0.255951455205554,0.00793821154143264,0.00134071164676229,0.255951455205554,0.00220805631450869,0.0748819418790295,0.255951455205554,0.00655957890289596,0.0282007615790444,0.255951455205554,0.00921476124441832,0.0227631505595729,0.00915081663463607,0.473477636961793 -1545,0.255951455205554,0.155445926425842,0.0539722354492625,0.255951455205554,0.174018904192651,0.0118327766049434,0.255951455205554,0.147237740677858,0.0225584178683467,0.255951455205554,0.161451128413299,0.0193429290088949,0.255951455205554,0.0984280834763513,0.00183757525977819,0.255951455205554,0.0871092809177381,0.00626430927735147,0.5,0.255951455205554,0.0907299386170674,0.0211212185797756,0.5,0.255951455205554,0.0603710518048012,0.0906720431266984,0.5,0.255951455205554,0.0495495493363808,0.0665689127723964,0.255951455205554,0.157355770391699,0.0289687572035166,0.144380649569424,0.00968728304403112,0.255951455205554,0.0748894452139899,0.0367326027707802,0.5,0.255951455205554,0.0419151870022941,0.00221293628698885,0.255951455205554,0.0201751342187458,0.0934205061236643,0.255951455205554,0.0537320675116779,0.0357965272002334,0.255951455205554,0.0751085256056847,0.0299556183338621,0.164929040036938,0.561155088329284 -1546,0.255951455205554,0.309319944974391,0.0728670751649403,0.255951455205554,0.335190687326253,0.0135582402736938,0.255951455205554,0.3007708527156,0.026115420351061,0.255951455205554,0.320814814647725,0.023018986291154,0.255951455205554,0.218707677062209,0.00566055121678766,0.255951455205554,0.208068481739132,0.0222358287611399,0.5,0.255951455205554,0.195257895181101,0.0718475857816367,0.5,0.255951455205554,0.147114828774064,0.171239224597387,0.5,0.255951455205554,0.103966082406859,0.0831251647234676,0.255951455205554,0.320642171628501,0.0731017516649485,0.28033047068363,0.0473982452913702,0.255951455205554,0.142940428133489,0.0364524153810229,0.5,0.255951455205554,0.0757420904293116,0.00634588685033891,0.255951455205554,0.0632518466058795,0.0944121332969652,0.255951455205554,0.12318407272194,0.0421112710120454,0.255951455205554,0.158849426625501,0.0551734301294732,0.324877660799766,0.607903219803442 -1547,0.255951455205554,0.450670675808231,0.131273347898954,0.255951455205554,0.483054663101028,0.0392772414319032,0.255951455205554,0.450294128174872,0.0407949019642989,0.255951455205554,0.460733658903193,0.0348699027290808,0.255951455205554,0.368789694442486,0.028421573703458,0.255951455205554,0.329815674159771,0.028338809338514,0.5,0.255951455205554,0.285223068166198,0.12138558034825,0.5,0.255951455205554,0.251721466549129,0.231963728690441,0.5,0.255951455205554,0.159701897098854,0.104310823781879,0.255951455205554,0.462570204968608,0.253038804624105,0.379702839847797,0.0243540005149418,0.255951455205554,0.214097150351714,0.0305495504014102,0.5,0.255951455205554,0.114316856917848,0.0109585024865644,0.255951455205554,0.131224185565922,0.0804902898897602,0.255951455205554,0.196287020152531,0.0303213050382457,0.255951455205554,0.217469889278588,0.0556163483851491,0.471399057068394,0.627588103431164 -1548,0.255951455205554,0.545228015213412,0.178447359846273,0.255951455205554,0.585477838172225,0.0566443229021835,0.255951455205554,0.5516664837637,0.0650516765353906,0.255951455205554,0.545551598126728,0.0430254084079005,0.255951455205554,0.489506208839496,0.0631772545035547,0.255951455205554,0.431109971436652,0.0337618044333095,0.5,0.255951455205554,0.322435851335193,0.125152667615478,0.5,0.255951455205554,0.317959584030857,0.26389429389625,0.5,0.255951455205554,0.217383831327255,0.116578403874002,0.255951455205554,0.522596759766826,0.246985609889268,0.362079337012414,0.0195757119355513,0.255951455205554,0.260135759460092,0.0251567911357452,0.5,0.255951455205554,0.149767201161387,0.0108119071136602,0.255951455205554,0.256233237358533,0.0588658778026742,0.255951455205554,0.271736956178592,0.0171389314855294,0.255951455205554,0.249930137838602,0.0440149665532193,0.565820447452853,0.636299961490872 -1549,0.255951455205554,0.577176065193938,0.208194068960362,0.255951455205554,0.628941059650702,0.0838488083191212,0.255951455205554,0.583524618593049,0.0961525669955271,0.255951455205554,0.560561013063741,0.0523383776795545,0.255951455205554,0.545831515048939,0.0810285033371315,0.255951455205554,0.505280807654146,0.0396060175850992,0.5,0.255951455205554,0.369426995484888,0.115895282630884,0.5,0.255951455205554,0.391346094323988,0.275452018463288,0.5,0.255951455205554,0.251000427087553,0.119291790927531,0.255951455205554,0.420469393565226,0.204133296341542,0.240070064052361,0.0126631188871521,0.255951455205554,0.278760061527915,0.024779188240799,0.5,0.255951455205554,0.162365595157299,0.0136096237012681,0.255951455205554,0.343899358116698,0.0469657504731586,0.255951455205554,0.281130838370677,0.01056732809451,0.255951455205554,0.229345876089241,0.0346875472623686,0.596149777771309,0.644404986470198 -1550,0.255951455205554,0.54779792933177,0.215886335073194,0.255951455205554,0.575877290418941,0.0898847784804826,0.255951455205554,0.541146282809859,0.127467856516788,0.255951455205554,0.487508900369108,0.0746569674737914,0.255951455205554,0.504367163137472,0.0944049229461342,0.255951455205554,0.517828955528825,0.0411602652342127,0.5,0.255951455205554,0.389998223317941,0.0983647912189804,0.5,0.255951455205554,0.39574702678269,0.27085711267024,0.5,0.255951455205554,0.225221897816552,0.10428122435702,0.255951455205554,0.350014233108633,0.176200332955639,0.180853381231061,0.00502865982526065,0.255951455205554,0.261536613122458,0.0227564197278239,0.5,0.255951455205554,0.144390517874279,0.0160262519310181,0.255951455205554,0.316992969482537,0.0473002648639427,0.255951455205554,0.249550735537959,0.00884174054906273,0.255951455205554,0.220757405707112,0.0355069334128544,0.576485430579536,0.675674214135556 -1551,0.255951455205554,0.466431566410976,0.21027684280546,0.255951455205554,0.447885237753487,0.0762717899350205,0.255951455205554,0.415674569568311,0.135400180291136,0.255951455205554,0.388942473976305,0.103852348487528,0.255951455205554,0.455744777070076,0.0961082361916774,0.255951455205554,0.475830209532419,0.0390981248794641,0.5,0.255951455205554,0.397398237696692,0.0785322471064988,0.5,0.255951455205554,0.327056267750804,0.223682393972605,0.5,0.255951455205554,0.137738028702541,0.085907392448715,0.255951455205554,0.324956843536223,0.143962853138508,0.16772743498593,0.00568822044511618,0.255951455205554,0.195317620342671,0.0153652792209019,0.5,0.255951455205554,0.110927866594687,0.0163330570550428,0.255951455205554,0.229411959825081,0.0436869513338349,0.255951455205554,0.236486324829827,0.00646243581000751,0.255951455205554,0.183643618581166,0.0317270090874957,0.488221811928219,0.687980402407073 -1552,0.255951455205554,0.349675397853676,0.166219547136309,0.255951455205554,0.310070244380715,0.0532041295531753,0.255951455205554,0.279445656635652,0.114577142236635,0.255951455205554,0.174050809579572,0.100820150394353,0.255951455205554,0.355560702548135,0.084406872846661,0.255951455205554,0.379298266884704,0.0245147838185109,0.5,0.255951455205554,0.346727995837565,0.0523200792315364,0.5,0.255951455205554,0.234988338718132,0.164917699405467,0.5,0.255951455205554,0.0810872636667729,0.0682122214292059,0.255951455205554,0.296672496859451,0.0866795292826661,0.111178355647128,0.0114749623427031,0.255951455205554,0.11338663163125,0.01105367378363,0.5,0.255951455205554,0.0713256626697012,0.0138715901866766,0.255951455205554,0.124890289230086,0.0352901125765453,0.255951455205554,0.131932918724001,0.00432526236794431,0.255951455205554,0.096508653951257,0.0274275212446783,0.373095635727891,0.655750454739178 -1553,0.255951455205554,0.21743294594561,0.0814719126173038,0.255951455205554,0.175061097121735,0.0128851216426232,0.255951455205554,0.150528920894768,0.0686188723436147,0.255951455205554,0.0791049806426263,0.0700696646786517,0.255951455205554,0.232868004969647,0.0455800323071167,0.255951455205554,0.241860734527161,0.00533306673491459,0.5,0.255951455205554,0.239334815079733,0.0222130416858972,0.5,0.255951455205554,0.132424977996433,0.114459086384797,0.5,0.255951455205554,0.0364625604603082,0.0469819318679207,0.255951455205554,0.230875200417111,0.0266437721592244,0.044911317699449,0.0127800303794713,0.255951455205554,0.0387830495912782,0.00806449777629856,0.5,0.255951455205554,0.0480282863272794,0.00871512615326356,0.255951455205554,0.0417143143083738,0.026292537380854,0.255951455205554,0.0429525468557289,0.00297318064825238,0.255951455205554,0.0334128729584949,0.0213624835653574,0.24613421356537,0.58222819079951 -1554,0.255951455205554,0.0,0.0668319513212344,0.255951455205554,0.0,0.0246462536102203,0.255951455205554,0.00109164694097091,0.0618621255374375,0.255951455205554,0.0,0.0636900693631013,0.255951455205554,0.0211740716471882,0.0340440606549866,0.255951455205554,0.00015507791512856,0.00720495541955301,0.5,0.255951455205554,0.0287162048713993,0.00801281410898919,0.5,0.255951455205554,0.00666022181776234,0.0808588170993298,0.5,0.255951455205554,0.0,0.0316766523001274,0.255951455205554,0.0384462152365007,0.00815665746474271,0.0,0.00658758025744896,0.255951455205554,0.0,0.00428693981789963,0.5,0.255951455205554,0.0,0.00758733584077151,0.255951455205554,0.0,0.0188878397716946,0.255951455205554,0.0,0.00313360713343612,0.255951455205554,0.0,0.015653053403405,0.0,0.514395070533241 -1555,0.255951455205554,0.0,0.0763957042111219,0.255951455205554,0.0,0.032779515037837,0.255951455205554,0.0,0.062239087716838,0.255951455205554,0.0,0.0677358197208242,0.255951455205554,0.0,0.0436919180030006,0.255951455205554,0.0,0.0135538440576357,0.5,0.255951455205554,0.0,0.00922169792454683,0.5,0.255951455205554,0.0,0.0648965387635635,0.5,0.255951455205554,0.0,0.0296015679080364,0.255951455205554,0.0,0.0192526538365191,0.0,0.00439654059187898,0.255951455205554,0.0,0.00373828607804271,0.5,0.255951455205554,0.0,0.0152359138862005,0.255951455205554,0.0,0.0148485479254453,0.255951455205554,0.0,0.00720924635285223,0.255951455205554,0.0,0.0152162769170948,0.0,0.461594136087824 -1556,0.255951455205554,0.0,0.0946724017344365,0.255951455205554,0.0,0.0359450221902571,0.255951455205554,0.0,0.063134176967718,0.255951455205554,0.0,0.0567479983472654,0.255951455205554,0.0,0.045313866352051,0.255951455205554,0.0,0.0215889813922712,0.5,0.255951455205554,0.0,0.00767365605182408,0.5,0.255951455205554,0.0,0.0499916578135886,0.5,0.255951455205554,0.0,0.0271176886426362,0.255951455205554,0.0,0.0273792434118037,0.0,0.0048427392796244,0.255951455205554,0.0,0.00601088977296788,0.5,0.255951455205554,0.0,0.0279762250310154,0.255951455205554,0.0,0.0147351723812338,0.255951455205554,0.0,0.0142358125255254,0.255951455205554,0.0,0.0164680845775502,0.0,0.524891520334851 -1557,0.255951455205554,0.0,0.135064263873912,0.255951455205554,0.0,0.0411742815592114,0.255951455205554,0.0,0.0758078558696482,0.255951455205554,0.0,0.0619703730676937,0.255951455205554,0.0,0.0491322279234716,0.255951455205554,0.0,0.0261580130121544,0.5,0.255951455205554,0.0,0.00770698615052325,0.5,0.255951455205554,0.0,0.0454801660743935,0.5,0.255951455205554,0.0,0.0253456232034321,0.255951455205554,0.0,0.0301278207062019,0.0,0.00466999350195962,0.255951455205554,0.0,0.00949021873311723,0.5,0.255951455205554,0.0,0.0420460881002263,0.255951455205554,0.0,0.0159749286400871,0.255951455205554,0.0,0.0197515004299808,0.255951455205554,0.0,0.0157025490216227,0.0,0.655423900440928 -1558,0.255951455205554,0.0,0.184174105838894,0.255951455205554,0.0,0.0658993060117275,0.255951455205554,0.0,0.0988795474577857,0.255951455205554,0.0,0.090901003060185,0.255951455205554,0.0,0.0552060968823254,0.255951455205554,0.0,0.0262733205442152,0.5,0.255951455205554,0.0,0.00740169008117431,0.5,0.255951455205554,0.0,0.0450888277102654,0.5,0.255951455205554,0.0,0.0247810195904573,0.255951455205554,0.0,0.0250774087594107,0.0,0.00422188303784325,0.255951455205554,0.0,0.0125550308482873,0.5,0.255951455205554,0.0,0.0534875345601704,0.255951455205554,0.0,0.0150997854063319,0.255951455205554,0.0,0.0235174346682716,0.255951455205554,0.0,0.0150738035919197,0.0,0.725877486600324 -1559,0.255951455205554,0.0,0.220077147642666,0.255951455205554,0.0,0.0990991751280368,0.255951455205554,0.0,0.121363674996929,0.255951455205554,0.0,0.134791874450813,0.255951455205554,0.0,0.0600130481123521,0.255951455205554,0.0,0.0217838451846739,0.5,0.255951455205554,0.0,0.00770768432851362,0.5,0.255951455205554,0.0,0.0446351132359866,0.5,0.255951455205554,0.0,0.025810835042277,0.255951455205554,0.0,0.021603743185575,0.0,0.00348911422871411,0.255951455205554,0.0,0.015193022460752,0.5,0.255951455205554,0.0,0.0631067668320278,0.255951455205554,0.0,0.0136507572170001,0.255951455205554,0.0,0.0256447675960282,0.255951455205554,0.0,0.0156397426442124,0.0,0.777009268639139 -1560,0.255951455205554,0.0,0.241473628204551,0.255951455205554,0.0,0.122670693328223,0.255951455205554,0.0,0.131777039507527,0.255951455205554,0.0,0.151445996989244,0.255951455205554,0.0,0.061779275167971,0.255951455205554,0.0,0.0164010377456065,0.5,0.255951455205554,0.0,0.00794232524343357,0.5,0.255951455205554,0.0,0.04347721022414,0.5,0.255951455205554,0.0,0.0295089330831475,0.255951455205554,0.0,0.0193761531929095,0.0,0.00336222545677327,0.255951455205554,0.0,0.017224033658573,0.5,0.255951455205554,0.0,0.0705694784130642,0.255951455205554,0.0,0.0111343681906578,0.255951455205554,0.0,0.0283139996000172,0.255951455205554,0.0,0.0152624869402811,0.0,0.831126398484416 -1561,0.255951455205554,0.0,0.258563049449713,0.255951455205554,0.0,0.133887444673395,0.255951455205554,0.0,0.139973982702309,0.255951455205554,0.0,0.146941043287877,0.255951455205554,0.0,0.0644817921727657,0.255951455205554,0.0,0.0137038110495068,0.5,0.255951455205554,0.0,0.00913133602574895,0.5,0.255951455205554,0.0,0.043599700611651,0.5,0.255951455205554,0.0,0.0316891627023431,0.255951455205554,0.0,0.0150112370528028,0.0,0.00311696464547092,0.255951455205554,0.0,0.0191549033238428,0.5,0.255951455205554,0.0,0.0787525455312445,0.255951455205554,0.0,0.00801456875674523,0.255951455205554,0.0,0.0289941012798246,0.255951455205554,0.0,0.0148355456126096,0.0,0.872402422160359 -1562,0.255951455205554,0.0,0.2737400918603,0.255951455205554,0.0,0.126240953758005,0.255951455205554,0.0,0.15484147794596,0.255951455205554,0.0,0.161590079397753,0.255951455205554,0.0,0.0665723216261781,0.255951455205554,0.0,0.0122999583213389,0.5,0.255951455205554,0.0,0.00984314226999493,0.5,0.255951455205554,0.0,0.0421395732907626,0.5,0.255951455205554,0.0,0.032708964715395,0.255951455205554,0.0,0.0142424721067165,0.0,0.00340136435740348,0.255951455205554,0.0,0.0196158672112212,0.5,0.255951455205554,0.0,0.082691423985916,0.255951455205554,0.0,0.00531037463840519,0.255951455205554,0.0,0.0286292941829348,0.255951455205554,0.0,0.0134588336903504,0.0,0.886552727673938 -1563,0.255951455205554,0.0,0.296449611329817,0.255951455205554,0.0,0.108265039054386,0.255951455205554,0.0,0.168723135824094,0.255951455205554,0.0,0.178360589843926,0.255951455205554,0.0,0.0680558745902464,0.255951455205554,0.0,0.0126969135662597,0.5,0.255951455205554,0.0,0.00964890131645224,0.5,0.255951455205554,0.0,0.0395982133398538,0.5,0.255951455205554,0.0,0.0301341839738738,0.255951455205554,0.0,0.0146141136893372,0.0,0.00613588154524144,0.255951455205554,0.0,0.0190437326882026,0.5,0.255951455205554,0.0,0.0802550131108514,0.255951455205554,0.0,0.00448258767887315,0.255951455205554,0.0,0.0305275830799921,0.255951455205554,0.0,0.0112673428908161,0.0,0.889234517321868 -1564,0.255951455205554,0.0,0.315722698547222,0.255951455205554,0.0,0.103992250678742,0.255951455205554,0.0,0.182465264536286,0.255951455205554,0.0,0.212510860309409,0.255951455205554,0.0,0.0761077317859346,0.255951455205554,0.0,0.0131780162278066,0.5,0.255951455205554,0.0,0.00934718980251788,0.5,0.255951455205554,0.0,0.0315672042803798,0.5,0.255951455205554,0.0,0.0265719497033219,0.255951455205554,0.0,0.012658410047048,0.0,0.010233618999703,0.255951455205554,0.0,0.019004614905333,0.5,0.255951455205554,0.0,0.0739044148953099,0.255951455205554,0.0,0.00442938914082424,0.255951455205554,0.0,0.0359649714064546,0.255951455205554,0.0,0.0108287938839875,0.0,0.889637393886889 -1565,0.255951455205554,0.0,0.326872669308881,0.255951455205554,0.0,0.120693630903169,0.255951455205554,0.0,0.189074142888993,0.255951455205554,0.0,0.227125339746278,0.255951455205554,0.0,0.0885385216489282,0.255951455205554,0.0,0.0120848622702015,0.5,0.255951455205554,0.0,0.00905095710799172,0.5,0.255951455205554,0.0,0.0284579827272976,0.5,0.255951455205554,0.0,0.0236798395300623,0.255951455205554,0.0,0.00998626227960019,0.0,0.0210076775881203,0.255951455205554,0.0,0.0213191895232863,0.5,0.255951455205554,0.0,0.0734123555318238,0.255951455205554,0.0,0.00529135357937285,0.255951455205554,0.0,0.044124337001746,0.255951455205554,0.0,0.0122429363950636,0.0,0.894128161269667 -1566,0.255951455205554,0.0,0.34117967947968,0.255951455205554,0.0,0.14912371881279,0.255951455205554,0.0,0.200207578314625,0.255951455205554,0.0,0.22770804115454,0.255951455205554,0.0,0.0989199996063213,0.255951455205554,0.0,0.0119041902148695,0.5,0.255951455205554,0.0,0.0100032740159092,0.5,0.255951455205554,0.0,0.0229237367782714,0.5,0.255951455205554,0.0,0.0217644091063,0.255951455205554,0.0,0.00970328078777437,0.0,0.0267140893461872,0.255951455205554,0.0,0.0267374826361342,0.5,0.255951455205554,0.0,0.0867825831849215,0.255951455205554,0.0,0.00720720575272657,0.255951455205554,0.0,0.0512639252532032,0.255951455205554,0.0,0.0126689560718858,0.0,0.906521534284077 -1567,0.255951455205554,0.0,0.356298980008841,0.255951455205554,0.0,0.143988355771797,0.255951455205554,0.0,0.216557755150654,0.255951455205554,0.0,0.236430597874277,0.255951455205554,0.0,0.112557774375732,0.255951455205554,0.0,0.0139990163089261,0.5,0.255951455205554,0.0,0.0115968973002265,0.5,0.255951455205554,0.0,0.0210829144889907,0.5,0.255951455205554,0.0,0.0246036662158296,0.255951455205554,0.0,0.00901703994737186,0.0,0.025825657598187,0.255951455205554,0.0,0.0356687594101045,0.5,0.255951455205554,0.0,0.113089655696681,0.255951455205554,0.0,0.00898182355284586,0.255951455205554,0.0,0.0619227427311676,0.255951455205554,0.0,0.0120147428857788,0.0,0.920369402054181 -1568,0.255951455205554,0.0114417280795128,0.375896232656244,0.255951455205554,0.0194856132588383,0.143543624158097,0.255951455205554,0.0127287425802862,0.235302266402108,0.255951455205554,0.00961413983035941,0.246226480930977,0.255951455205554,0.00835216755069091,0.116580864889322,0.255951455205554,0.0143861719988458,0.015185563677684,0.5,0.255951455205554,0.00522919149761439,0.011134480503283,0.5,0.255951455205554,0.00805430016403464,0.0227641388891824,0.5,0.255951455205554,0.0202256922043593,0.0312004793818079,0.255951455205554,0.00595868301019504,0.00620312240601386,0.00937361149618722,0.0286791838876444,0.255951455205554,0.0159774134643186,0.0457487127264497,0.5,0.255951455205554,0.0422172948660492,0.136198307474545,0.255951455205554,0.0205067173451766,0.00827006279747221,0.255951455205554,0.0284517098669367,0.0696791938277369,0.255951455205554,0.0236018996009395,0.0107230008486359,0.0125034449758438,0.929270735116207 -1569,0.255951455205554,0.140941785749652,0.431653605599028,0.255951455205554,0.178881384138424,0.150836729294325,0.255951455205554,0.162221329205141,0.252411444925207,0.255951455205554,0.163323924011352,0.25438931882078,0.255951455205554,0.16028966612368,0.114992863838,0.255951455205554,0.122380301640474,0.0138718494461441,0.5,0.255951455205554,0.0988956275588945,0.0084885491341713,0.5,0.255951455205554,0.0814420699528606,0.0295299553505682,0.5,0.255951455205554,0.0953637019022328,0.0557149371281885,0.255951455205554,0.125405265735456,0.00220764398848842,0.0438643552625161,0.0541128902777118,0.255951455205554,0.0707951387582161,0.065804598124715,0.5,0.255951455205554,0.198996908427653,0.15779393875664,0.255951455205554,0.100984704600389,0.0138704388212922,0.255951455205554,0.168182255097529,0.0834119238014729,0.255951455205554,0.138880794081821,0.0113551586448206,0.1483245181761,0.935292932510972 -1570,0.255951455205554,0.253573057840145,0.590941278398669,0.255951455205554,0.328622773273329,0.218851061681,0.255951455205554,0.309901981851635,0.318939750301137,0.255951455205554,0.309962564444558,0.332641210034414,0.255951455205554,0.326201661725799,0.115842598080359,0.255951455205554,0.224457408812062,0.0141820791024905,0.5,0.255951455205554,0.202368356701998,0.00849310203127045,0.5,0.255951455205554,0.190051466696687,0.0374015170815849,0.5,0.255951455205554,0.176274676499322,0.0729419011227181,0.255951455205554,0.28343427488878,0.000895520993806102,0.0921400102432458,0.16311052694109,0.255951455205554,0.146040638383434,0.154427263111484,0.5,0.255951455205554,0.349156561369626,0.219110951743495,0.255951455205554,0.200349677030088,0.0296585213224558,0.255951455205554,0.341675872133216,0.160585686082483,0.255951455205554,0.281145717020253,0.0251426509826197,0.259194863246683,0.93975301774975 -1571,0.255951455205554,0.343051257821051,0.68348941854172,0.255951455205554,0.462609498108509,0.309565981999838,0.255951455205554,0.437871129112461,0.434799499699184,0.255951455205554,0.431306298113655,0.459672216012797,0.255951455205554,0.47971285373827,0.224632357175281,0.255951455205554,0.310886117782422,0.044039236367732,0.5,0.255951455205554,0.306121174271142,0.0168089550653008,0.5,0.255951455205554,0.320365530384688,0.0486566832987821,0.5,0.255951455205554,0.246413433450146,0.0652049783109234,0.255951455205554,0.45323246293886,0.0106406353215356,0.171947247735151,0.195211028375794,0.255951455205554,0.245379521416085,0.273058144915784,0.5,0.255951455205554,0.487983678329168,0.429472997257473,0.255951455205554,0.297472075261019,0.0401814593127005,0.255951455205554,0.48556187106699,0.200516448867235,0.255951455205554,0.39935517170365,0.0397158012000932,0.354761501374865,0.946955437019921 -1572,0.255951455205554,0.397974828568603,0.765054727481056,0.255951455205554,0.537497321696474,0.354051038746566,0.255951455205554,0.520095083901326,0.51736793731037,0.255951455205554,0.50457027835034,0.546304968544767,0.255951455205554,0.579425612884793,0.342408618930314,0.255951455205554,0.374706286174574,0.182809629765523,0.5,0.255951455205554,0.411524166726552,0.0800070570931075,0.5,0.255951455205554,0.424571769137369,0.0368616537099596,0.5,0.255951455205554,0.28247621642393,0.050009837337023,0.255951455205554,0.560713162114347,0.018013014828883,0.275957611105701,0.280827426189138,0.255951455205554,0.391581756088671,0.297933958788306,0.5,0.255951455205554,0.569897264322652,0.578307486882034,0.255951455205554,0.371850491766337,0.0366901441131389,0.255951455205554,0.563817557336689,0.17678099735502,0.255951455205554,0.452734129313092,0.0573234396359697,0.419093665704932,0.945662079522593 -1573,0.255951455205554,0.408872282853228,0.822659246007302,0.255951455205554,0.560156559814502,0.435579586477204,0.255951455205554,0.547176212466842,0.589229795617043,0.255951455205554,0.530585741237636,0.651862523142142,0.255951455205554,0.607261739274794,0.409975323594252,0.255951455205554,0.403696155565963,0.244982906801693,0.5,0.255951455205554,0.450029634849033,0.0646951002251047,0.5,0.255951455205554,0.471379535339754,0.0226561355078258,0.5,0.255951455205554,0.258656890893896,0.0308845735448358,0.255951455205554,0.611165734802823,0.0113555998437783,0.363942309439372,0.295628610251366,0.255951455205554,0.460660551054415,0.278127431593924,0.5,0.255951455205554,0.593203650334402,0.556538449730692,0.255951455205554,0.385211180058911,0.0356742777587985,0.255951455205554,0.596934045505231,0.147366441783153,0.255951455205554,0.463902671298962,0.0663209393488974,0.426360422267008,0.947654806461058 -1574,0.255951455205554,0.368504545071454,0.811960328969814,0.255951455205554,0.536930487169408,0.517575532542941,0.255951455205554,0.515226261640681,0.606972314583576,0.255951455205554,0.506781769271992,0.693123603200543,0.255951455205554,0.579572727876234,0.367730222776388,0.255951455205554,0.438187959665475,0.196209686885263,0.5,0.255951455205554,0.475741507646032,0.04098772978547,0.5,0.255951455205554,0.468099284496786,0.0161081278195681,0.5,0.255951455205554,0.231995966995647,0.0220812689573142,0.255951455205554,0.625290932568764,0.0132659216241325,0.416766349667587,0.209701238530147,0.255951455205554,0.438779998709601,0.235605388512872,0.5,0.255951455205554,0.570261711863675,0.522508855386806,0.255951455205554,0.317634914531967,0.0373359148825887,0.255951455205554,0.570797904363773,0.121267968267422,0.255951455205554,0.448119588136617,0.0649375166601937,0.377221624635114,0.942315184100866 -1575,0.255951455205554,0.303042288980297,0.821871144557057,0.255951455205554,0.447785602480253,0.47759732929405,0.255951455205554,0.429801793508886,0.581518362507292,0.255951455205554,0.413953082086612,0.658792542947232,0.255951455205554,0.498669724037946,0.313983648407513,0.255951455205554,0.359148462460395,0.140928383527586,0.5,0.255951455205554,0.396904165018533,0.0250630238732715,0.5,0.255951455205554,0.416314944719125,0.0112964673003712,0.5,0.255951455205554,0.181849092286642,0.0203160101882214,0.255951455205554,0.569273590555983,0.0151141072732628,0.389842526309715,0.172012462863584,0.255951455205554,0.338582300769268,0.204031881954658,0.5,0.255951455205554,0.471342769888952,0.469118406064758,0.255951455205554,0.258865844919566,0.0418347899895638,0.255951455205554,0.495990706247824,0.0992354633787625,0.255951455205554,0.391578133973047,0.058056141439012,0.292497855684739,0.937346856710487 -1576,0.255951455205554,0.196561877572826,0.792516452561853,0.255951455205554,0.299081651345228,0.42264419763546,0.255951455205554,0.280174260513616,0.484747492930046,0.255951455205554,0.289722778761086,0.56725941819904,0.255951455205554,0.368622523183195,0.237867247223859,0.255951455205554,0.24512620840845,0.0932689899258378,0.5,0.255951455205554,0.310449246402526,0.0186633279284862,0.5,0.255951455205554,0.31510045067876,0.00760609411339393,0.5,0.255951455205554,0.116762643363685,0.0135895004206035,0.255951455205554,0.453715987601689,0.00792286098012304,0.267275906208497,0.087490827796929,0.255951455205554,0.222419737070569,0.145322201843558,0.5,0.255951455205554,0.332952131528966,0.356054553324588,0.255951455205554,0.176396286757406,0.0401539926460807,0.255951455205554,0.36721217853671,0.067330099851002,0.255951455205554,0.283155127158284,0.0424059511957683,0.210707781998215,0.933856084314921 -1577,0.255951455205554,0.0565647422000499,0.751017286883698,0.255951455205554,0.172156289378865,0.309503135824064,0.255951455205554,0.120463832734743,0.383067162915861,0.255951455205554,0.143939144675882,0.445061030046717,0.255951455205554,0.198717309744094,0.132815513439239,0.255951455205554,0.14803453872897,0.0456875576862819,0.5,0.255951455205554,0.214015206856299,0.0203952460359639,0.5,0.255951455205554,0.185659310986978,0.00779636136823396,0.5,0.255951455205554,0.0549702217787291,0.00586766423693353,0.255951455205554,0.317948993437515,0.0030244024952927,0.135638240219564,0.0709687668647751,0.255951455205554,0.0827426356591672,0.0918677587361452,0.5,0.255951455205554,0.169635417640942,0.259825452268077,0.255951455205554,0.0708741498839567,0.0276098223000076,0.255951455205554,0.181944057597856,0.0290262153061038,0.255951455205554,0.141061783337249,0.0128891753486052,0.078382279357292,0.922094471727067 -1578,0.255951455205554,0.000198610602421624,0.770419142985747,0.255951455205554,0.0,0.268770947003693,0.255951455205554,0.000147304357745761,0.373786905616339,0.255951455205554,0.0,0.408462563493898,0.255951455205554,0.0131198232343209,0.0995648879378587,0.255951455205554,0.00277988180969258,0.0545722751318423,0.5,0.255951455205554,0.0327838064641743,0.0210251255665682,0.5,0.255951455205554,0.0113063509161708,0.00363199033017071,0.5,0.255951455205554,0.0,0.00275905135209745,0.255951455205554,0.0406209283695545,0.00712323979573384,0.0,0.107522754752609,0.255951455205554,0.0,0.109278108332406,0.5,0.255951455205554,0.0,0.291389466604832,0.255951455205554,0.0,0.0165113666863949,0.255951455205554,0.0,0.0548511817799995,0.255951455205554,0.0,0.013221538749539,0.00102710285656383,0.872542143138108 -1579,0.255951455205554,0.0,0.818078894213332,0.255951455205554,0.0,0.292706912032549,0.255951455205554,0.0,0.356201380321725,0.255951455205554,0.0,0.411535528042248,0.255951455205554,0.0,0.0948785062397011,0.255951455205554,0.0,0.0405639559701861,0.5,0.255951455205554,0.0,0.0118878333610211,0.5,0.255951455205554,0.0,0.00193586890550473,0.5,0.255951455205554,0.0,0.00399654169254227,0.255951455205554,0.0,0.00886977323074872,0.0,0.136679845624563,0.255951455205554,0.0,0.127629355802053,0.5,0.255951455205554,0.0,0.364372912670667,0.255951455205554,0.0,0.0186226193990248,0.255951455205554,0.0,0.0802907154790674,0.255951455205554,0.0,0.0253725897297471,0.0,0.895170976724944 -1580,0.255951455205554,0.0,0.776190449928579,0.255951455205554,0.0,0.376316067687302,0.255951455205554,0.0,0.287954220685134,0.255951455205554,0.0,0.391656183474595,0.255951455205554,0.0,0.0909112583956873,0.255951455205554,0.0,0.0294445164533182,0.5,0.255951455205554,0.0,0.00551801837113776,0.5,0.255951455205554,0.0,0.000570608149043341,0.5,0.255951455205554,0.0,0.0059849056121438,0.255951455205554,0.0,0.00426185724780148,0.0,0.117704326887328,0.255951455205554,0.0,0.128792911912962,0.5,0.255951455205554,0.0,0.39395778792874,0.255951455205554,0.0,0.0225090202611171,0.255951455205554,0.0,0.0621097519679967,0.255951455205554,0.0,0.0244815835316674,0.0,0.928802380993136 -1581,0.255951455205554,0.0,0.552136182431114,0.255951455205554,0.0,0.371132494388927,0.255951455205554,0.0,0.249439097329601,0.255951455205554,0.0,0.339188174340644,0.255951455205554,0.0,0.102043442546586,0.255951455205554,0.0,0.0241439914326929,0.5,0.255951455205554,0.0,0.00415852083897544,0.5,0.255951455205554,0.0,0.005684092934503,0.5,0.255951455205554,0.0,0.00311388328741656,0.255951455205554,0.0,0.000463426669138152,0.0,0.094832357285431,0.255951455205554,0.0,0.114101913662728,0.5,0.255951455205554,0.0,0.381742180563434,0.255951455205554,0.0,0.0183529809069266,0.255951455205554,0.0,0.0495529789472973,0.255951455205554,0.0,0.0290207216474293,0.0,0.852538675210931 -1582,0.255951455205554,0.0,0.521810693101488,0.255951455205554,0.0,0.391046864670378,0.255951455205554,0.0,0.241512371819666,0.255951455205554,0.0,0.231157232398853,0.255951455205554,0.0,0.074671892261081,0.255951455205554,0.0,0.0266847512910087,0.5,0.255951455205554,0.0,0.00455706894359684,0.5,0.255951455205554,0.0,0.0290991348601427,0.5,0.255951455205554,0.0,0.00318264422374611,0.255951455205554,0.0,0.000512958363270785,0.0,0.0591699743185311,0.255951455205554,0.0,0.0915823917128986,0.5,0.255951455205554,0.0,0.335041485724626,0.255951455205554,0.0,0.0222270597248909,0.255951455205554,0.0,0.0490513099547665,0.255951455205554,0.0,0.036334276312739,0.0,0.770287506400631 -1583,0.255951455205554,0.0,0.499273359033109,0.255951455205554,0.0,0.210496157050499,0.255951455205554,0.0,0.231637412273494,0.255951455205554,0.0,0.284135265023006,0.255951455205554,0.0,0.0450286371425942,0.255951455205554,0.0,0.016764871242318,0.5,0.255951455205554,0.0,0.00315000916266508,0.5,0.255951455205554,0.0,0.00877402933113138,0.5,0.255951455205554,0.0,0.00297281773784981,0.255951455205554,0.0,0.000673382717486052,0.0,0.058360435840076,0.255951455205554,0.0,0.0774794822720938,0.5,0.255951455205554,0.0,0.278867813916671,0.255951455205554,0.0,0.0285981412567,0.255951455205554,0.0,0.056169183935935,0.255951455205554,0.0,0.0378645728717004,0.0,0.732423431704703 -1584,0.255951455205554,0.0,0.347183244460168,0.255951455205554,0.0,0.231682562205663,0.255951455205554,0.0,0.227696009567882,0.255951455205554,0.0,0.327093375779183,0.255951455205554,0.0,0.0366048668875932,0.255951455205554,0.0,0.0103757021780358,0.5,0.255951455205554,0.0,0.0016769364487419,0.5,0.255951455205554,0.0,0.00424353801723125,0.5,0.255951455205554,0.0,0.00179904212821558,0.255951455205554,0.0,0.000396527359015827,0.0,0.0405466222764975,0.255951455205554,0.0,0.0648386805261097,0.5,0.255951455205554,0.0,0.21428786466906,0.255951455205554,0.0,0.0351733182640007,0.255951455205554,0.0,0.0659392634209905,0.255951455205554,0.0,0.0394910557986261,0.0,0.639289724553431 -1585,0.255951455205554,0.0,0.223863421657876,0.255951455205554,0.0,0.252095983857731,0.255951455205554,0.0,0.197729824100513,0.255951455205554,0.0,0.2798804446983,0.255951455205554,0.0,0.0507824056900341,0.255951455205554,0.0,0.00744351095944657,0.5,0.255951455205554,0.0,0.000686634221174621,0.5,0.255951455205554,0.0,0.0021334229412906,0.5,0.255951455205554,0.0,0.00139010202440155,0.255951455205554,0.0,0.000102238880446807,0.0,0.0311004625337092,0.255951455205554,0.0,0.0584658977058245,0.5,0.255951455205554,0.0,0.174358917662232,0.255951455205554,0.0,0.0350044122835285,0.255951455205554,0.0,0.066939312513772,0.255951455205554,0.0,0.039480539975809,0.0,0.399649690595622 -1586,0.255951455205554,0.0,0.0759873096337246,0.255951455205554,0.0,0.118805731536457,0.255951455205554,0.0,0.113023707056979,0.255951455205554,0.0,0.129251546294691,0.255951455205554,0.0,0.053066659525766,0.255951455205554,0.0,0.0056364948680405,0.5,0.255951455205554,0.0,0.000539764536128976,0.5,0.255951455205554,0.0,0.00192090364038598,0.5,0.255951455205554,0.0,0.00158463121940889,0.255951455205554,0.0,9.88464236352671e-05,0.0,0.0275209817656737,0.255951455205554,0.0,0.0530942557724208,0.5,0.255951455205554,0.0,0.198476783890198,0.255951455205554,0.0,0.037755617455773,0.255951455205554,0.0,0.0784479448729707,0.255951455205554,0.0,0.0402207986615326,0.0,0.21473790705487 -1587,0.255951455205554,0.0,0.0320982097529334,0.255951455205554,0.0,0.0412143373404252,0.255951455205554,0.0,0.0574833837068873,0.255951455205554,0.0,0.0411892561832735,0.255951455205554,0.0,0.0364342281981835,0.255951455205554,0.0,0.00389417661710133,0.5,0.255951455205554,0.0,0.000751983503628077,0.5,0.255951455205554,0.0,0.00154286020495634,0.5,0.255951455205554,0.0,0.00121071646240668,0.255951455205554,0.0,0.000629498584939388,0.0,0.0158681135690765,0.255951455205554,0.0,0.0555807385569523,0.5,0.255951455205554,0.0,0.16524863821611,0.255951455205554,0.0,0.0337545782988963,0.255951455205554,0.0,0.087977860802751,0.255951455205554,0.0,0.0366746853463033,0.0,0.0929778033192585 -1588,0.255951455205554,0.0,0.0217083593512605,0.255951455205554,0.0,0.024450905053118,0.255951455205554,0.0,0.034775766278645,0.255951455205554,0.0,0.0212923258253284,0.255951455205554,0.0,0.0289766918685683,0.255951455205554,0.0,0.00162393147263365,0.5,0.255951455205554,0.0,0.00101552179259832,0.5,0.255951455205554,0.0,0.00157694987510528,0.5,0.255951455205554,0.0,0.000472913674409575,0.255951455205554,0.0,0.00157912032492298,0.0,0.00979223409498847,0.255951455205554,0.0,0.0568595525322346,0.5,0.255951455205554,0.0,0.130565764210721,0.255951455205554,0.0,0.0268713492112714,0.255951455205554,0.0,0.0837613680008245,0.255951455205554,0.0,0.0269039014042905,0.0,0.0216805359918385 -1589,0.255951455205554,0.0,0.0121662767151522,0.255951455205554,0.0,0.0140724684017034,0.255951455205554,0.0,0.0234972876061736,0.255951455205554,0.0,0.00684639314763725,0.255951455205554,0.0,0.0335864173411491,0.255951455205554,0.0,0.00188556068521477,0.5,0.255951455205554,0.0,0.000533182019501547,0.5,0.255951455205554,0.0,0.00273586907288115,0.5,0.255951455205554,0.0,0.000289544811490743,0.255951455205554,0.0,0.00230378927888725,0.0,0.00730226953882039,0.255951455205554,0.0,0.0499079798525236,0.5,0.255951455205554,0.0,0.097129077331793,0.255951455205554,0.0,0.0226676015641143,0.255951455205554,0.0,0.0749595004201772,0.255951455205554,0.0,0.0123654909116029,0.0,0.00949340866876548 -1590,0.255951455205554,0.0,0.00843286256766458,0.255951455205554,0.0,0.0113864842864369,0.255951455205554,0.0,0.0127084239369936,0.255951455205554,0.0,0.00275521909621939,0.255951455205554,0.0,0.0382899442283997,0.255951455205554,0.0,0.00773398875422417,0.5,0.255951455205554,0.0,0.000781405722523461,0.5,0.255951455205554,0.0,0.00687401357822254,0.5,0.255951455205554,0.0,0.000726434519111819,0.255951455205554,0.0,0.00291039650550868,0.0,0.00925920188449768,0.255951455205554,0.0,0.0437345541293876,0.5,0.255951455205554,0.0,0.0719838453688015,0.255951455205554,0.0,0.0172727347632809,0.255951455205554,0.0,0.0698194675719073,0.255951455205554,0.0,0.00591821619799634,0.0,0.00915463037185798 -1591,0.255951455205554,0.0,0.00498554169259296,0.255951455205554,0.0,0.00555538254932165,0.255951455205554,0.0,0.00651189601773687,0.255951455205554,0.0,0.000395788330758624,0.255951455205554,0.0,0.0324550705398189,0.255951455205554,0.0,0.0116345473763319,0.5,0.255951455205554,0.0,0.00194107842958853,0.5,0.255951455205554,0.0,0.0085076206396985,0.5,0.255951455205554,0.0,0.00172233006689061,0.255951455205554,0.0,0.0057611323116664,0.0,0.0207546094549445,0.255951455205554,0.0,0.0395146054977218,0.5,0.255951455205554,0.0,0.0564088495763986,0.255951455205554,0.0,0.0124360126020283,0.255951455205554,0.0,0.0517774997179142,0.255951455205554,0.0,0.00416985717910346,0.0,0.0107938429505107 -1592,0.255951455205554,0.0162600066270392,0.00208274159962757,0.255951455205554,0.0257828202060568,0.000284807902464474,0.255951455205554,0.0142353019441816,0.00523763574014497,0.255951455205554,0.0141593637502201,0.000393610548911679,0.255951455205554,0.0033635913071512,0.0276489885098917,0.255951455205554,0.0028220614306632,0.00891999814546315,0.5,0.255951455205554,0.00532558513660407,0.00434163965212503,0.5,0.255951455205554,0.0232135804749813,0.0103501530952703,0.5,0.255951455205554,0.0202312226940922,0.00236175887107771,0.255951455205554,0.00506495357510083,0.00964795277564408,0.00165112181280286,0.0319999228248191,0.255951455205554,0.013956327431456,0.0343843346875183,0.5,0.255951455205554,0.0489756915862749,0.0289394954720581,0.255951455205554,0.0140392311286532,0.010165640512956,0.255951455205554,0.00867194789438314,0.0390266544489694,0.255951455205554,0.00112843509074106,0.00293234007135249,0.0187984182057742,0.015347954548078 -1593,0.255951455205554,0.159753066024449,0.00217729690015012,0.255951455205554,0.188348199576275,0.0,0.255951455205554,0.165011407094586,0.0066148433524787,0.255951455205554,0.171649767068672,0.000997542125370284,0.255951455205554,0.0675073338076907,0.0321546853316314,0.255951455205554,0.0276273503632368,0.00504214601009437,0.5,0.255951455205554,0.0701665279176648,0.00613418248560999,0.5,0.255951455205554,0.147278694666155,0.00955255637327585,0.5,0.255951455205554,0.100536627857823,0.00385723759872306,0.255951455205554,0.102784012154845,0.0131244822145447,0.0227216334187732,0.0346675502668022,0.255951455205554,0.0743321752626248,0.0401704951045505,0.5,0.255951455205554,0.215716206557719,0.0174770229108882,0.255951455205554,0.0385318741353926,0.0102424786516013,0.255951455205554,0.0578550270931241,0.0407195538898746,0.255951455205554,0.00742507130390998,0.00279691922070295,0.155655132305277,0.0227509277001837 -1594,0.255951455205554,0.31589749360916,0.00386267382140519,0.255951455205554,0.34317505997762,0.0,0.255951455205554,0.327078896002919,0.0126949403585781,0.255951455205554,0.328462980297923,0.00300648816404095,0.255951455205554,0.193021818638478,0.0633503443101026,0.255951455205554,0.0665979269096161,0.00729621822846098,0.5,0.255951455205554,0.13463390141664,0.0289688062377921,0.5,0.255951455205554,0.282646904186328,0.0278883531344447,0.5,0.255951455205554,0.223628356710274,0.0116058600797337,0.255951455205554,0.24428337059275,0.0585718399373698,0.179986768426499,0.0590452786009515,0.255951455205554,0.160308531170706,0.056117842849364,0.5,0.255951455205554,0.376214182284064,0.0200903573141657,0.255951455205554,0.056491621109299,0.0199871642611994,0.255951455205554,0.133472184069413,0.0324881130690462,0.255951455205554,0.0255660482152515,0.00293262302918451,0.325545040886344,0.0661457759863596 -1595,0.255951455205554,0.462107345870623,0.00583857516989838,0.255951455205554,0.488192196817488,0.000711002023622478,0.255951455205554,0.480204176141594,0.0343088222970023,0.255951455205554,0.479942961996157,0.0244771939126196,0.255951455205554,0.35393171908272,0.125139217090956,0.255951455205554,0.111051170514912,0.0221552150817965,0.5,0.255951455205554,0.204893598061758,0.129280183047836,0.5,0.255951455205554,0.438166344397949,0.0581541622270408,0.5,0.255951455205554,0.361588382798746,0.0159316721549694,0.255951455205554,0.433965828281368,0.243200477517451,0.436113653740986,0.0902602953850947,0.255951455205554,0.260861877299327,0.0658014960422505,0.5,0.255951455205554,0.522210868995179,0.0338442766040925,0.255951455205554,0.0694722934714604,0.0397294170505878,0.255951455205554,0.238683227947814,0.0237662345234668,0.255951455205554,0.0505432360784367,0.00253465061208696,0.460541390182383,0.136586385929695 -1596,0.255951455205554,0.564777780915812,0.0112382020533383,0.255951455205554,0.594928687015482,0.0163990119582909,0.255951455205554,0.581036432390205,0.0675974421068206,0.255951455205554,0.591578955420137,0.0603034494263252,0.255951455205554,0.481252659755017,0.175353671357597,0.255951455205554,0.181766065667835,0.0412500118234979,0.5,0.255951455205554,0.301212916917377,0.185985461805921,0.5,0.255951455205554,0.584252121966665,0.0797380280273829,0.5,0.255951455205554,0.418543066449607,0.0197233962305295,0.255951455205554,0.591760098257537,0.363510281226582,0.557782452091504,0.0731489096655817,0.255951455205554,0.363152739472709,0.0583915994888917,0.5,0.255951455205554,0.614573978948681,0.0303938437594437,0.255951455205554,0.0867064910620135,0.0324981907174268,0.255951455205554,0.297475502894429,0.0155834588393307,0.255951455205554,0.0815795478125878,0.00203497283992786,0.549824257870279,0.197017697612857 -1597,0.255951455205554,0.618651399454646,0.0362426894263282,0.255951455205554,0.638206520559714,0.048508328673201,0.255951455205554,0.624167023431136,0.100385575342899,0.255951455205554,0.64594969338973,0.106234806947453,0.255951455205554,0.510856803978627,0.178487003945457,0.255951455205554,0.315969315101395,0.0499693780016597,0.5,0.255951455205554,0.445771118309211,0.178319437491551,0.5,0.255951455205554,0.652285766962504,0.123845317845052,0.5,0.255951455205554,0.453197282760795,0.0298217506671372,0.255951455205554,0.652378587042421,0.298268510004173,0.576744397193564,0.0577847613642486,0.255951455205554,0.428008600798897,0.0434127812636821,0.5,0.255951455205554,0.648248452812467,0.0193131942086936,0.255951455205554,0.10818064063649,0.0235105621668526,0.255951455205554,0.277372367285241,0.00989509912354822,0.255951455205554,0.112553138193834,0.00426380493054163,0.599987881670344,0.260342448297724 -1598,0.255951455205554,0.614274899005334,0.0807704585953517,0.255951455205554,0.627455533479798,0.0906698839184644,0.255951455205554,0.613541531117273,0.122688204428994,0.255951455205554,0.648462218322882,0.138314810329733,0.255951455205554,0.445856084404301,0.159489332974458,0.255951455205554,0.342793733724707,0.0457278820088887,0.5,0.255951455205554,0.504545107843358,0.161282269550659,0.5,0.255951455205554,0.648948547056521,0.161384988619242,0.5,0.255951455205554,0.439153880617167,0.0522844996425357,0.255951455205554,0.657091778974796,0.298425958408793,0.493637622623206,0.0392056555797232,0.255951455205554,0.411995991008929,0.0333619322105433,0.5,0.255951455205554,0.628588876409047,0.0131284701062025,0.255951455205554,0.12045868759787,0.0221330319615744,0.255951455205554,0.24355621332378,0.0101334999617553,0.255951455205554,0.123902524962836,0.0106257550345315,0.595616471282817,0.316277445964481 -1599,0.255951455205554,0.552130484310081,0.128948390891035,0.255951455205554,0.559664882993682,0.125084083096813,0.255951455205554,0.547061031417799,0.147727202435168,0.255951455205554,0.585101071139017,0.169862763838655,0.255951455205554,0.351135850003623,0.145604222523476,0.255951455205554,0.358148407783898,0.0567598517366057,0.5,0.255951455205554,0.511370855145025,0.16076564008684,0.5,0.255951455205554,0.584351665239047,0.215789486272252,0.5,0.255951455205554,0.387928914041997,0.0918189062865599,0.255951455205554,0.603336858919941,0.311817145800302,0.338148334111404,0.0264741365346465,0.255951455205554,0.336964383603385,0.026098104662317,0.5,0.255951455205554,0.541280433513071,0.0144684927217742,0.255951455205554,0.10551160280317,0.0193810206617414,0.255951455205554,0.220855764524527,0.0137612097559981,0.255951455205554,0.114646181214268,0.0229831998116245,0.531656556294925,0.321225067676276 -1600,0.255951455205554,0.433484821972897,0.139062228094119,0.255951455205554,0.441319014509472,0.115365001858944,0.255951455205554,0.422513190305634,0.148730763220728,0.255951455205554,0.45811601205326,0.178466835280588,0.255951455205554,0.262844740179238,0.141250022528158,0.255951455205554,0.295926778876678,0.0854606001152847,0.5,0.255951455205554,0.441013626684639,0.180652745344263,0.5,0.255951455205554,0.459376619147614,0.24454363704157,0.5,0.255951455205554,0.295786970973762,0.124275042540178,0.255951455205554,0.486489427122841,0.341305094532485,0.277609314743167,0.0127560671212577,0.255951455205554,0.23179037598009,0.0183471601782944,0.5,0.255951455205554,0.393061004269212,0.0206728116079704,0.255951455205554,0.0815826596868094,0.013953886773374,0.255951455205554,0.177177420572442,0.0194329790316322,0.255951455205554,0.0776383360369529,0.0392743636790846,0.417941970186608,0.324901282356209 -1601,0.255951455205554,0.268297046577816,0.0738397324593675,0.255951455205554,0.195902464207612,0.0593886940747982,0.255951455205554,0.262692754129101,0.0868468896326223,0.255951455205554,0.312518235305464,0.112029113979297,0.255951455205554,0.153301031317335,0.112841126167668,0.255951455205554,0.168498951601352,0.0942154756896413,0.5,0.255951455205554,0.313591389576381,0.153530269942364,0.5,0.255951455205554,0.307713850634822,0.167338616698659,0.5,0.255951455205554,0.178492230641451,0.0962604368831582,0.255951455205554,0.336724840679611,0.340006071414244,0.139439338863237,0.00207486407664415,0.255951455205554,0.0918082455744484,0.00825330940971235,0.5,0.255951455205554,0.179609586423835,0.0137199562942388,0.255951455205554,0.030744633609467,0.00835527074864061,0.255951455205554,0.0874097196157809,0.0216249394279883,0.255951455205554,0.0395914819246097,0.0500906711335009,0.287393897944515,0.379952876839301 -1602,0.255951455205554,0.0,0.106449782634618,0.255951455205554,0.0,0.0912517062176888,0.255951455205554,0.0133370596991589,0.110065264789416,0.255951455205554,0.0,0.13376848703473,0.255951455205554,0.0256817532792688,0.0833307597625134,0.255951455205554,0.00927936045103011,0.093781185157663,0.5,0.255951455205554,0.035291259249829,0.13727682914799,0.5,0.255951455205554,0.0174415331536888,0.146528569475846,0.5,0.255951455205554,5.55574128055169e-06,0.0789900702363176,0.255951455205554,0.0416350874860932,0.353566400961322,0.0,0.00502135203124548,0.255951455205554,0.0,0.0113477636107375,0.5,0.255951455205554,0.0,0.0199613169350947,0.255951455205554,0.0,0.00625506773467814,0.255951455205554,0.0,0.0270186121297417,0.255951455205554,0.0,0.0450102016948225,0.0,0.458156334905678 -1603,0.255951455205554,0.0,0.166202591279624,0.255951455205554,0.0,0.113560739656556,0.255951455205554,0.0,0.153685782846348,0.255951455205554,0.0,0.165292855416515,0.255951455205554,0.0,0.100848697693264,0.255951455205554,0.0,0.113930412849418,0.5,0.255951455205554,0.0,0.157486226157627,0.5,0.255951455205554,0.0,0.17566008904825,0.5,0.255951455205554,0.0,0.0863718129049759,0.255951455205554,0.0,0.383185355062284,0.0,0.00765141869295209,0.255951455205554,0.0,0.0141615214924224,0.5,0.255951455205554,0.0,0.0303002836607798,0.255951455205554,0.0,0.00809934426013592,0.255951455205554,0.0,0.0339268174727191,0.255951455205554,0.0,0.0405043460595028,0.0,0.573726738019658 -1604,0.255951455205554,0.0,0.237998396172373,0.255951455205554,0.0,0.11416535168613,0.255951455205554,0.0,0.186774244224346,0.255951455205554,0.0,0.211237771814561,0.255951455205554,0.0,0.128213294295791,0.255951455205554,0.0,0.122079674479388,0.5,0.255951455205554,0.0,0.166281837837661,0.5,0.255951455205554,0.0,0.160671599544378,0.5,0.255951455205554,0.0,0.0773576929753938,0.255951455205554,0.0,0.378385339204915,0.0,0.00941221752014777,0.255951455205554,0.0,0.020757592101622,0.5,0.255951455205554,0.0,0.0496515208167619,0.255951455205554,0.0,0.0107131991640572,0.255951455205554,0.0,0.0413105633385605,0.255951455205554,0.0,0.0406132360617881,0.0,0.701188241077112 -1605,0.255951455205554,0.0,0.268295850289276,0.255951455205554,0.0,0.125761419824862,0.255951455205554,0.0,0.198114508709778,0.255951455205554,0.0,0.244376069116606,0.255951455205554,0.0,0.167517846955088,0.255951455205554,0.0,0.119788236133001,0.5,0.255951455205554,0.0,0.183040507189567,0.5,0.255951455205554,0.0,0.135698872742526,0.5,0.255951455205554,0.0,0.0666967821990442,0.255951455205554,0.0,0.451092261871408,0.0,0.010625319577473,0.255951455205554,0.0,0.0279720911969278,0.5,0.255951455205554,0.0,0.0647257379313308,0.255951455205554,0.0,0.0164621504684197,0.255951455205554,0.0,0.052265987205014,0.255951455205554,0.0,0.043815561306085,0.0,0.763301656331598 -1606,0.255951455205554,0.0,0.257513860431694,0.255951455205554,0.0,0.141229072699539,0.255951455205554,0.0,0.193961789530096,0.255951455205554,0.0,0.24349255317901,0.255951455205554,0.0,0.181899753571243,0.255951455205554,0.0,0.103523118682486,0.5,0.255951455205554,0.0,0.199166628162441,0.5,0.255951455205554,0.0,0.11922658906833,0.5,0.255951455205554,0.0,0.0636564452237892,0.255951455205554,0.0,0.510066014169902,0.0,0.0175439641176357,0.255951455205554,0.0,0.0350440040315633,0.5,0.255951455205554,0.0,0.0817293781190846,0.255951455205554,0.0,0.0231327687428377,0.255951455205554,0.0,0.066554381274464,0.255951455205554,0.0,0.0484784225601033,0.0,0.770601671781173 -1607,0.255951455205554,0.0,0.245260714620876,0.255951455205554,0.0,0.150813135900078,0.255951455205554,0.0,0.184101710762837,0.255951455205554,0.0,0.235775381147225,0.255951455205554,0.0,0.184973210145949,0.255951455205554,0.0,0.0858510143960826,0.5,0.255951455205554,0.0,0.192428350367525,0.5,0.255951455205554,0.0,0.110249497410048,0.5,0.255951455205554,0.0,0.0671467696286257,0.255951455205554,0.0,0.459985209669318,0.0,0.0341638912937424,0.255951455205554,0.0,0.0418065296459877,0.5,0.255951455205554,0.0,0.0828805453948721,0.255951455205554,0.0,0.0329222507048106,0.255951455205554,0.0,0.0752859333239905,0.255951455205554,0.0,0.0501511080432868,0.0,0.748945842432603 -1608,0.255951455205554,0.0,0.257947564993164,0.255951455205554,0.0,0.149872295255719,0.255951455205554,0.0,0.169115387254589,0.255951455205554,0.0,0.22446363404533,0.255951455205554,0.0,0.168177453889235,0.255951455205554,0.0,0.0758499108514357,0.5,0.255951455205554,0.0,0.162685243234383,0.5,0.255951455205554,0.0,0.0990495475523632,0.5,0.255951455205554,0.0,0.0809250944194106,0.255951455205554,0.0,0.338554782238622,0.0,0.0437226416241962,0.255951455205554,0.0,0.0454702202297698,0.5,0.255951455205554,0.0,0.0912890126867021,0.255951455205554,0.0,0.0398356951420975,0.255951455205554,0.0,0.0735592565759528,0.255951455205554,0.0,0.0485999004149001,0.0,0.711978289748504 -1609,0.255951455205554,0.0,0.262323809294387,0.255951455205554,0.0,0.140905579860196,0.255951455205554,0.0,0.163139012396287,0.255951455205554,0.0,0.205349662083843,0.255951455205554,0.0,0.146087085456058,0.255951455205554,0.0,0.07716277405535,0.5,0.255951455205554,0.0,0.147792559087906,0.5,0.255951455205554,0.0,0.103355233159094,0.5,0.255951455205554,0.0,0.0936796757167722,0.255951455205554,0.0,0.207048995576698,0.0,0.0266124044816411,0.255951455205554,0.0,0.0466434441769344,0.5,0.255951455205554,0.0,0.0977321571394771,0.255951455205554,0.0,0.0449115158286852,0.255951455205554,0.0,0.0664614813953417,0.255951455205554,0.0,0.0412511354033297,0.0,0.683127612792553 -1610,0.255951455205554,0.0,0.268082291966538,0.255951455205554,0.0,0.124766386613733,0.255951455205554,0.0,0.157052147534032,0.255951455205554,0.0,0.192898494745567,0.255951455205554,0.0,0.133513590247154,0.255951455205554,0.0,0.0744464984062466,0.5,0.255951455205554,0.0,0.134411205377552,0.5,0.255951455205554,0.0,0.102976580098514,0.5,0.255951455205554,0.0,0.101650543284755,0.255951455205554,0.0,0.113872677889962,0.0,0.0195998996439329,0.255951455205554,0.0,0.0502540667515645,0.5,0.255951455205554,0.0,0.097638386665581,0.255951455205554,0.0,0.0481616242838093,0.255951455205554,0.0,0.0629191457492939,0.255951455205554,0.0,0.033880345458161,0.0,0.684606551703893 -1611,0.255951455205554,0.0,0.257514156944248,0.255951455205554,0.0,0.121232146671863,0.255951455205554,0.0,0.159025238013375,0.255951455205554,0.0,0.18534243012226,0.255951455205554,0.0,0.12921579983084,0.255951455205554,0.0,0.0623006505889431,0.5,0.255951455205554,0.0,0.113700322593784,0.5,0.255951455205554,0.0,0.0896077462765287,0.5,0.255951455205554,0.0,0.101685753001131,0.255951455205554,0.0,0.0513304733505047,0.0,0.022887385076748,0.255951455205554,0.0,0.0509379667009868,0.5,0.255951455205554,0.0,0.0884124960301315,0.255951455205554,0.0,0.0556659184379946,0.255951455205554,0.0,0.0599867546785316,0.255951455205554,0.0,0.0268903699497072,0.0,0.697783207946992 -1612,0.255951455205554,0.0,0.244434390422702,0.255951455205554,0.0,0.124304838714998,0.255951455205554,0.0,0.162662943512933,0.255951455205554,0.0,0.189335699450149,0.255951455205554,0.0,0.131311472375539,0.255951455205554,0.0,0.0558462472146533,0.5,0.255951455205554,0.0,0.0907820331786522,0.5,0.255951455205554,0.0,0.0653692121956128,0.5,0.255951455205554,0.0,0.0929954307780105,0.255951455205554,0.0,0.0348073808424756,0.0,0.0339115053850939,0.255951455205554,0.0,0.0485396912391182,0.5,0.255951455205554,0.0,0.089059625739823,0.255951455205554,0.0,0.0575002811107077,0.255951455205554,0.0,0.0535163547909895,0.255951455205554,0.0,0.0215522857287008,0.0,0.706141477933597 -1613,0.255951455205554,0.0,0.229899634824176,0.255951455205554,0.0,0.132700147079841,0.255951455205554,0.0,0.163560688691141,0.255951455205554,0.0,0.190743347349098,0.255951455205554,0.0,0.137525896226535,0.255951455205554,0.0,0.0545352298426555,0.5,0.255951455205554,0.0,0.0677788480568699,0.5,0.255951455205554,0.0,0.0482295849278942,0.5,0.255951455205554,0.0,0.0739935559270119,0.255951455205554,0.0,0.020686948019845,0.0,0.0377955844368827,0.255951455205554,0.0,0.0538364818536886,0.5,0.255951455205554,0.0,0.0970888844568948,0.255951455205554,0.0,0.0486456919522998,0.255951455205554,0.0,0.0520475900093493,0.255951455205554,0.0,0.0181593913157525,0.0,0.699629662671356 -1614,0.255951455205554,0.0,0.221863553437377,0.255951455205554,0.0,0.120833665117806,0.255951455205554,0.0,0.167706988226514,0.255951455205554,0.0,0.183985930965686,0.255951455205554,0.0,0.147154991158709,0.255951455205554,0.0,0.0628148955097179,0.5,0.255951455205554,0.0,0.0573537901236871,0.5,0.255951455205554,0.0,0.0403562122725401,0.5,0.255951455205554,0.0,0.0503549413517783,0.255951455205554,0.0,0.0136649656308399,0.0,0.0510230071718686,0.255951455205554,0.0,0.0645799569594053,0.5,0.255951455205554,0.0,0.10860212970827,0.255951455205554,0.0,0.0346933712757145,0.255951455205554,0.0,0.0532302022255791,0.255951455205554,0.0,0.0155665729999332,0.0,0.673893381733926 -1615,0.255951455205554,0.0,0.212822546937422,0.255951455205554,0.0,0.118966980504395,0.255951455205554,0.0,0.171376697526975,0.255951455205554,0.0,0.180093052877535,0.255951455205554,0.0,0.160010934929619,0.255951455205554,0.0,0.0652542079940049,0.5,0.255951455205554,0.0,0.0541012175725915,0.5,0.255951455205554,0.0,0.0344421201495936,0.5,0.255951455205554,0.0,0.0277399945551778,0.255951455205554,0.0,0.0141868533565083,0.0,0.0619990061170395,0.255951455205554,0.0,0.0676740774398898,0.5,0.255951455205554,0.0,0.120578901228301,0.255951455205554,0.0,0.029363762322069,0.255951455205554,0.0,0.0566195556602881,0.255951455205554,0.0,0.0155274063012709,0.0,0.645421303119319 -1616,0.255951455205554,0.022834381064881,0.216568037592787,0.255951455205554,0.030614906543406,0.112398461061719,0.255951455205554,0.0206314203799402,0.169455072018314,0.255951455205554,0.0197202741383958,0.178131489419576,0.255951455205554,0.0142221104607134,0.155182022564504,0.255951455205554,0.0302367226151273,0.0582132193194455,0.5,0.255951455205554,0.0188165178804121,0.0387730580491654,0.5,0.255951455205554,0.0361917411122915,0.0312876463121684,0.5,0.255951455205554,0.0518435642574513,0.0272516024490582,0.255951455205554,0.0146923243045929,0.0147592882561847,0.0664213648242283,0.0637741985959072,0.255951455205554,0.0688467944232723,0.06949974041384,0.5,0.255951455205554,0.0547366922607256,0.124912350999581,0.255951455205554,0.0651900564414705,0.0350804653468006,0.255951455205554,0.0526039562480288,0.0572411592201471,0.255951455205554,0.0329387733457108,0.0190063200769993,0.0254897298432777,0.624296288331229 -1617,0.255951455205554,0.182323893068018,0.23856342769929,0.255951455205554,0.191235395947696,0.108205343585073,0.255951455205554,0.179879009660786,0.176975984278339,0.255951455205554,0.17862623271021,0.201011372631196,0.255951455205554,0.172765945418592,0.134565011208218,0.255951455205554,0.192084590097828,0.0519936073328234,0.5,0.255951455205554,0.181420887890711,0.024097892690545,0.5,0.255951455205554,0.200822650861139,0.0327089298369344,0.5,0.255951455205554,0.205564790770504,0.0424587790784334,0.255951455205554,0.175863715302444,0.0132073675986057,0.23185240832073,0.0655993734572772,0.255951455205554,0.234734343916992,0.0753395267664509,0.5,0.255951455205554,0.21940907541574,0.132808994527534,0.255951455205554,0.222389887342538,0.0477141327151135,0.255951455205554,0.217560514711943,0.0569951238752748,0.255951455205554,0.160715109463688,0.0230231227665673,0.185080994246913,0.630834865562187 -1618,0.255951455205554,0.343310360817934,0.298492827602216,0.255951455205554,0.351239011596757,0.13601851282167,0.255951455205554,0.342850847259756,0.263063863454226,0.255951455205554,0.340148162706058,0.288204000902939,0.255951455205554,0.339258041587278,0.193803213614251,0.255951455205554,0.35992716943893,0.0846642509045285,0.5,0.255951455205554,0.350680393131845,0.0211557711563517,0.5,0.255951455205554,0.372409045550144,0.0834159017777242,0.5,0.255951455205554,0.373669622112045,0.10380515278961,0.255951455205554,0.344892069387344,0.00693715322685003,0.391770042086196,0.109971663557367,0.255951455205554,0.394587137024242,0.136038758844327,0.5,0.255951455205554,0.377744347827083,0.231497469962293,0.255951455205554,0.380323782862479,0.0784269751228846,0.255951455205554,0.380856711550977,0.0902196192723307,0.255951455205554,0.335126413875319,0.0270795068257234,0.344999684134766,0.669421221763616 -1619,0.255951455205554,0.494647917981604,0.35332925834243,0.255951455205554,0.500149773275421,0.193177776023665,0.255951455205554,0.496265695481972,0.371003342423602,0.255951455205554,0.492650800050301,0.382498251003004,0.255951455205554,0.496515258657423,0.28657495768053,0.255951455205554,0.517766247180689,0.159587966899327,0.5,0.255951455205554,0.50906010244902,0.0327406452454879,0.5,0.255951455205554,0.527961321724574,0.10996843658269,0.5,0.255951455205554,0.531555084583271,0.116775664583292,0.255951455205554,0.503574754523904,0.00834793578985364,0.532009113885935,0.154605002667657,0.255951455205554,0.535122335263902,0.187222269400881,0.5,0.255951455205554,0.521007021293785,0.327858519809447,0.255951455205554,0.52854865978014,0.0833150056110979,0.255951455205554,0.528661641999911,0.141282071650941,0.255951455205554,0.5231325376067,0.0354550560847395,0.496291196051645,0.66275924304711 -1620,0.255951455205554,0.59786940160023,0.424450309183528,0.255951455205554,0.601006386712928,0.302585358240325,0.255951455205554,0.603024510075117,0.461506161722706,0.255951455205554,0.599441691557304,0.526099826185024,0.255951455205554,0.60726136596891,0.375051258120405,0.255951455205554,0.622750647292911,0.25473751256105,0.5,0.255951455205554,0.618754146007132,0.0489058593608001,0.5,0.255951455205554,0.630463506756973,0.0892010998687093,0.5,0.255951455205554,0.639242410936503,0.129202215194076,0.255951455205554,0.614880248605156,0.0151980274882964,0.618158771724298,0.190918401171739,0.255951455205554,0.620260703094962,0.230533150140999,0.5,0.255951455205554,0.611281847990149,0.424640536872872,0.255951455205554,0.631554434166627,0.0832965373059727,0.255951455205554,0.621546658167141,0.177306746333415,0.255951455205554,0.629448173758533,0.0476228745481672,0.599588630228017,0.545089166183632 -1621,0.255951455205554,0.641179301400632,0.529613006092879,0.255951455205554,0.644103500582624,0.485485287004258,0.255951455205554,0.649858931032172,0.497731527583918,0.255951455205554,0.646540791861186,0.609118201789373,0.255951455205554,0.657311254984698,0.378039799613572,0.255951455205554,0.667033829888028,0.223189165885235,0.5,0.255951455205554,0.668279317095187,0.0621343011132292,0.5,0.255951455205554,0.674120041742785,0.0734408588326789,0.5,0.255951455205554,0.677951725835057,0.114862661458702,0.255951455205554,0.66616789251945,0.0216877414831288,0.648576297128787,0.185293531564059,0.255951455205554,0.649580429687313,0.266554626203036,0.5,0.255951455205554,0.644353947281499,0.504209892869108,0.255951455205554,0.662598469996267,0.0922567540417454,0.255951455205554,0.656356790208983,0.219159116515248,0.255951455205554,0.666422400337133,0.0569589197316166,0.640662931266162,0.370584568422269 -1622,0.255951455205554,0.634438964057286,0.510817317563444,0.255951455205554,0.636840181918462,0.47736384132045,0.255951455205554,0.645445404693274,0.500884897768323,0.255951455205554,0.642142881801669,0.630606300424997,0.255951455205554,0.656318323481692,0.408049306939257,0.255951455205554,0.660615584923332,0.212387735724282,0.5,0.255951455205554,0.666609295843402,0.0548290018912486,0.5,0.255951455205554,0.666762071193939,0.0545730608309404,0.5,0.255951455205554,0.66253905955565,0.0921007337639405,0.255951455205554,0.665986420161953,0.0120779195543508,0.628315594809048,0.212177258272657,0.255951455205554,0.627848799317332,0.29675706558476,0.5,0.255951455205554,0.626577388928021,0.502817572657083,0.255951455205554,0.641219278265919,0.106189538745468,0.255951455205554,0.640475837726271,0.23347770919173,0.255951455205554,0.652540615126649,0.0698483018947639,0.631461605511481,0.248916372436689 -1623,0.255951455205554,0.567290469876222,0.56355691519018,0.255951455205554,0.568512352516868,0.407376032641362,0.255951455205554,0.581422071230231,0.440490875867442,0.255951455205554,0.577717096655041,0.49805823537656,0.255951455205554,0.597323125810212,0.327469877712183,0.255951455205554,0.594872707382417,0.168315412153207,0.5,0.255951455205554,0.607610942373621,0.0450073998093995,0.5,0.255951455205554,0.600311881227975,0.0471315858150354,0.5,0.255951455205554,0.585520479921749,0.0960046609764668,0.255951455205554,0.610368423280024,0.0108128640284903,0.544954714953518,0.219834447525739,0.255951455205554,0.54333654983051,0.307841008357672,0.5,0.255951455205554,0.546180858322171,0.485571719253788,0.255951455205554,0.556611178930306,0.128466044031292,0.255951455205554,0.56305292844625,0.277642827639714,0.255951455205554,0.576970040894509,0.086037622485991,0.56262607058575,0.252819225068395 -1624,0.255951455205554,0.443701461553188,0.448117005554562,0.255951455205554,0.443090338589327,0.336313662127735,0.255951455205554,0.45835411279926,0.306589072894114,0.255951455205554,0.45439282007542,0.289790549563026,0.255951455205554,0.477159346600669,0.189823742201575,0.255951455205554,0.46847115007906,0.11308278359484,0.5,0.255951455205554,0.486521536800916,0.035347888917437,0.5,0.255951455205554,0.473095022918124,0.0588399298660949,0.5,0.255951455205554,0.44931065171049,0.0915227684331491,0.255951455205554,0.492073485731974,0.00916728243339371,0.410308557862868,0.138067663655872,0.255951455205554,0.408210856529624,0.246517663966072,0.5,0.255951455205554,0.415398952518841,0.405055108532854,0.255951455205554,0.4186746735411,0.120867625334963,0.255951455205554,0.430515763274237,0.268245811283357,0.255951455205554,0.443771991548665,0.0914660455644077,0.438536312948349,0.251677322763276 -1625,0.255951455205554,0.270877267306814,0.393833637120511,0.255951455205554,0.199163916109547,0.262984170527564,0.255951455205554,0.300082071259057,0.201893675535914,0.255951455205554,0.313561359370346,0.206525636486318,0.255951455205554,0.3326238154066,0.0924976287152296,0.255951455205554,0.318849897490287,0.0426158757658027,0.5,0.255951455205554,0.335662779809875,0.0137327994349867,0.5,0.255951455205554,0.317370774454463,0.026405534592683,0.5,0.255951455205554,0.255762002732773,0.0348760507430041,0.255951455205554,0.340604215055609,0.00169898444886629,0.14871987405725,0.120201236682757,0.255951455205554,0.146631123620461,0.178778378486648,0.5,0.255951455205554,0.176650066245263,0.325134477005874,0.255951455205554,0.154075128741571,0.0644631279787307,0.255951455205554,0.186068073065972,0.165691237790615,0.255951455205554,0.238458512360204,0.0452982112543643,0.289668781479072,0.257702381737619 -1626,0.255951455205554,1.4812472650528e-06,0.419702974032002,0.255951455205554,0.0,0.206981153715008,0.255951455205554,0.0197702092051596,0.20032554445227,0.255951455205554,0.00172670988223837,0.221733225248923,0.255951455205554,0.0377483685448537,0.0907495664758324,0.255951455205554,0.0168013650039026,0.0382706061882536,0.5,0.255951455205554,0.0392748768968441,0.0109591861386644,0.5,0.255951455205554,0.0245390247210064,0.0257237528822537,0.5,0.255951455205554,0.000375199408332325,0.036604832202896,0.255951455205554,0.0456621143481898,0.0023189087715839,0.0,0.153094507643985,0.255951455205554,0.0,0.194773925917483,0.5,0.255951455205554,0.0,0.346160375404259,0.255951455205554,0.0,0.0879602423101658,0.255951455205554,0.0,0.16717022667013,0.255951455205554,0.0,0.0492366774811059,0.0,0.274761305699402 -1627,0.255951455205554,0.0,0.408557333558131,0.255951455205554,0.0,0.21516314457593,0.255951455205554,0.0,0.187843632942252,0.255951455205554,0.0,0.224746208783432,0.255951455205554,0.0,0.0875136996694618,0.255951455205554,0.0,0.0291699538738605,0.5,0.255951455205554,0.0,0.00899633248980046,0.5,0.255951455205554,0.0,0.0228382042279218,0.5,0.255951455205554,0.0,0.0347900042201911,0.255951455205554,0.0,0.00552226019833548,0.0,0.140760105215886,0.255951455205554,0.0,0.192141843924067,0.5,0.255951455205554,0.0,0.358763910443271,0.255951455205554,0.0,0.0980330739066054,0.255951455205554,0.0,0.145241058902455,0.255951455205554,0.0,0.0319323433129212,0.0,0.270932077049916 -1628,0.255951455205554,0.0,0.361073484349773,0.255951455205554,0.0,0.219515071977164,0.255951455205554,0.0,0.151445656638769,0.255951455205554,0.0,0.192701922267619,0.255951455205554,0.0,0.0776506844566563,0.255951455205554,0.0,0.0232121140589425,0.5,0.255951455205554,0.0,0.00695727711376414,0.5,0.255951455205554,0.0,0.019307254703749,0.5,0.255951455205554,0.0,0.0300892705957847,0.255951455205554,0.0,0.00543574837722128,0.0,0.11058544777921,0.255951455205554,0.0,0.173291356181772,0.5,0.255951455205554,0.0,0.335255810613974,0.255951455205554,0.0,0.0985944000315546,0.255951455205554,0.0,0.114241407673012,0.255951455205554,0.0,0.0233411872373132,0.0,0.250811564583048 -1629,0.255951455205554,0.0,0.29965141434214,0.255951455205554,0.0,0.215282819001153,0.255951455205554,0.0,0.115285086934,0.255951455205554,0.0,0.138503149379801,0.255951455205554,0.0,0.0719588091331686,0.255951455205554,0.0,0.021852427081365,0.5,0.255951455205554,0.0,0.00576946223565782,0.5,0.255951455205554,0.0,0.0178871724553888,0.5,0.255951455205554,0.0,0.0263081165035281,0.255951455205554,0.0,0.00681340645158341,0.0,0.0982393654400693,0.255951455205554,0.0,0.154604247803502,0.5,0.255951455205554,0.0,0.303939362574088,0.255951455205554,0.0,0.0940153457969208,0.255951455205554,0.0,0.106021366038076,0.255951455205554,0.0,0.0211740770518836,0.0,0.219916299609574 -1630,0.255951455205554,0.0,0.226370068277033,0.255951455205554,0.0,0.170250830492846,0.255951455205554,0.0,0.0886252059472526,0.255951455205554,0.0,0.0978320944980683,0.255951455205554,0.0,0.0606134222110455,0.255951455205554,0.0,0.0239092146857477,0.5,0.255951455205554,0.0,0.00488257123305453,0.5,0.255951455205554,0.0,0.012790263441042,0.5,0.255951455205554,0.0,0.0192893477141127,0.255951455205554,0.0,0.00796430435957292,0.0,0.120535314048972,0.255951455205554,0.0,0.152437354903179,0.5,0.255951455205554,0.0,0.273134677721508,0.255951455205554,0.0,0.0753623802181586,0.255951455205554,0.0,0.0951133627127354,0.255951455205554,0.0,0.017880689311209,0.0,0.174216470479959 -1631,0.255951455205554,0.0,0.168475959452988,0.255951455205554,0.0,0.109367157108128,0.255951455205554,0.0,0.0668416936331588,0.255951455205554,0.0,0.0671180176131636,0.255951455205554,0.0,0.0415925227180165,0.255951455205554,0.0,0.0203149569353462,0.5,0.255951455205554,0.0,0.00317367235872579,0.5,0.255951455205554,0.0,0.0098305356509759,0.5,0.255951455205554,0.0,0.0149935224020361,0.255951455205554,0.0,0.00689264338061521,0.0,0.116764903093689,0.255951455205554,0.0,0.146733071146339,0.5,0.255951455205554,0.0,0.222710644098279,0.255951455205554,0.0,0.0628411119798208,0.255951455205554,0.0,0.0756568944539548,0.255951455205554,0.0,0.0131661987847548,0.0,0.14585951632122 -1632,0.255951455205554,0.0,0.121751153034113,0.255951455205554,0.0,0.0744833003171195,0.255951455205554,0.0,0.0498442367703014,0.255951455205554,0.0,0.0474591367883836,0.255951455205554,0.0,0.0302083677460842,0.255951455205554,0.0,0.0116582116311197,0.5,0.255951455205554,0.0,0.00204822428095239,0.5,0.255951455205554,0.0,0.00920834956002114,0.5,0.255951455205554,0.0,0.0150281303775171,0.255951455205554,0.0,0.00542851614302507,0.0,0.11278492113592,0.255951455205554,0.0,0.118090891191574,0.5,0.255951455205554,0.0,0.166385540725685,0.255951455205554,0.0,0.0575099695836717,0.255951455205554,0.0,0.0592759673743634,0.255951455205554,0.0,0.00914609026555328,0.0,0.129401109352257 -1633,0.255951455205554,0.0,0.0889477585226288,0.255951455205554,0.0,0.0488242356265063,0.255951455205554,0.0,0.0364355750010983,0.255951455205554,0.0,0.0335737891248806,0.255951455205554,0.0,0.0216902627465304,0.255951455205554,0.0,0.00590122572655039,0.5,0.255951455205554,0.0,0.00247118918802155,0.5,0.255951455205554,0.0,0.00929772839467227,0.5,0.255951455205554,0.0,0.0122017906791596,0.255951455205554,0.0,0.00478553696006618,0.0,0.105583273492459,0.255951455205554,0.0,0.10127756608695,0.5,0.255951455205554,0.0,0.119529281396688,0.255951455205554,0.0,0.0552175751525123,0.255951455205554,0.0,0.0444372754018589,0.255951455205554,0.0,0.00869737792478842,0.0,0.11519490740677 -1634,0.255951455205554,0.0,0.0677213323182738,0.255951455205554,0.0,0.0370220335906961,0.255951455205554,0.0,0.027426343082437,0.255951455205554,0.0,0.0252291791811275,0.255951455205554,0.0,0.015595171672909,0.255951455205554,0.0,0.00404549701469249,0.5,0.255951455205554,0.0,0.00298053527770414,0.5,0.255951455205554,0.0,0.00651051941865604,0.5,0.255951455205554,0.0,0.00988976937016695,0.255951455205554,0.0,0.00605015572867151,0.0,0.0726403141570946,0.255951455205554,0.0,0.0754965293093411,0.5,0.255951455205554,0.0,0.108205445613152,0.255951455205554,0.0,0.0483045136449325,0.255951455205554,0.0,0.0334309496919203,0.255951455205554,0.0,0.0070789213350875,0.0,0.0952108728980768 -1635,0.255951455205554,0.0,0.051791529282548,0.255951455205554,0.0,0.0305535847148738,0.255951455205554,0.0,0.0260683714074958,0.255951455205554,0.0,0.0264716473652352,0.255951455205554,0.0,0.0099267467347302,0.255951455205554,0.0,0.00385540668531542,0.5,0.255951455205554,0.0,0.00319389313985057,0.5,0.255951455205554,0.0,0.00351822167028241,0.5,0.255951455205554,0.0,0.00754361419489669,0.255951455205554,0.0,0.00566462324118598,0.0,0.0564679341802328,0.255951455205554,0.0,0.0568619110001092,0.5,0.255951455205554,0.0,0.104074121786424,0.255951455205554,0.0,0.0407743402812063,0.255951455205554,0.0,0.0243931914659135,0.255951455205554,0.0,0.00486561684544087,0.0,0.0749710175562468 -1636,0.255951455205554,0.0,0.0515790457983403,0.255951455205554,0.0,0.0250684207576007,0.255951455205554,0.0,0.0246932138699183,0.255951455205554,0.0,0.025837791093865,0.255951455205554,0.0,0.00729327371093906,0.255951455205554,0.0,0.00421087810377897,0.5,0.255951455205554,0.0,0.00324494141316298,0.5,0.255951455205554,0.0,0.00453233917985063,0.5,0.255951455205554,0.0,0.0074073365638099,0.255951455205554,0.0,0.00470021737833133,0.0,0.0428798772749741,0.255951455205554,0.0,0.0483483233276386,0.5,0.255951455205554,0.0,0.0998780978115059,0.255951455205554,0.0,0.0434217209482359,0.255951455205554,0.0,0.0183407046766649,0.255951455205554,0.0,0.00381129720464291,0.0,0.0645154467792311 -1637,0.255951455205554,0.0,0.0566757219040684,0.255951455205554,0.0,0.0158426749055405,0.255951455205554,0.0,0.0199636082466099,0.255951455205554,0.0,0.0190188343357435,0.255951455205554,0.0,0.00561146087976559,0.255951455205554,0.0,0.00394353001838591,0.5,0.255951455205554,0.0,0.00305548620555449,0.5,0.255951455205554,0.0,0.00687221047785778,0.5,0.255951455205554,0.0,0.00733763046191247,0.255951455205554,0.0,0.00508042858103434,0.0,0.0336691700040048,0.255951455205554,0.0,0.0469791256282061,0.5,0.255951455205554,0.0,0.0946933073292141,0.255951455205554,0.0,0.0448147148433211,0.255951455205554,0.0,0.0162680763940611,0.255951455205554,0.0,0.00376884820782063,0.0,0.0542608720597814 -1638,0.255951455205554,0.0,0.0445288759077439,0.255951455205554,0.0,0.0104982396226028,0.255951455205554,0.0,0.0152777945882836,0.255951455205554,0.0,0.0146747930158455,0.255951455205554,0.0,0.00369193283702366,0.255951455205554,0.0,0.0040123111559424,0.5,0.255951455205554,0.0,0.00246844951776452,0.5,0.255951455205554,0.0,0.0116772759867795,0.5,0.255951455205554,0.0,0.00909909217484452,0.255951455205554,0.0,0.00591857194188224,0.0,0.0416783121926086,0.255951455205554,0.0,0.0478310574850855,0.5,0.255951455205554,0.0,0.0958905196756826,0.255951455205554,0.0,0.0584124719523,0.255951455205554,0.0,0.0162198758483052,0.255951455205554,0.0,0.00432558216269478,0.0,0.0419293523692164 -1639,0.255951455205554,0.0,0.0324580469070574,0.255951455205554,0.0,0.00859281021803829,0.255951455205554,0.0,0.0122020546281288,0.255951455205554,0.0,0.0115611533737202,0.255951455205554,0.0,0.00220154895962175,0.255951455205554,0.0,0.00338996698885165,0.5,0.255951455205554,0.0,0.00290804713879047,0.5,0.255951455205554,0.0,0.0155516967770588,0.5,0.255951455205554,0.0,0.0115807931019011,0.255951455205554,0.0,0.00638468700843339,0.0,0.0543376975533315,0.255951455205554,0.0,0.0564771237811724,0.5,0.255951455205554,0.0,0.0967902192116941,0.255951455205554,0.0,0.073936700673038,0.255951455205554,0.0,0.0170171635098697,0.255951455205554,0.0,0.00799839768659037,0.0,0.0293286732938503 -1640,0.255951455205554,0.0292263351235407,0.0188793974319006,0.255951455205554,0.0365288699176586,0.00411710810982221,0.255951455205554,0.0257005584033479,0.00862473611839916,0.255951455205554,0.0253650492542418,0.00725582767240854,0.255951455205554,0.018230954343414,0.00289053995871217,0.255951455205554,0.0352009219265771,0.00282612607948119,0.5,0.255951455205554,0.0230192482205118,0.00379753566091129,0.5,0.255951455205554,0.0402412611547594,0.0111112305390979,0.5,0.255951455205554,0.0493765321640165,0.00970789370035749,0.255951455205554,0.0191993297149505,0.00523637534618264,0.0713265304358751,0.0703034381245934,0.255951455205554,0.0733718489937176,0.0650157686923868,0.5,0.255951455205554,0.0605872915084823,0.0786758325368591,0.255951455205554,0.0733429642645896,0.0591716268716161,0.255951455205554,0.057393231835761,0.0212970616081547,0.255951455205554,0.0544199846981759,0.0115807452167287,0.032329241070973,0.0199658480531458 -1641,0.255951455205554,0.189645454357951,0.00829641176321331,0.255951455205554,0.197596288204715,0.00100700205903463,0.255951455205554,0.185294596787573,0.00531144210002717,0.255951455205554,0.184622947674102,0.00330437397320804,0.255951455205554,0.17575879522001,0.00234865609642005,0.255951455205554,0.19772398278281,0.00276734447964672,0.5,0.255951455205554,0.182594339362705,0.00445714184316887,0.5,0.255951455205554,0.199639030606867,0.00595269803053779,0.5,0.255951455205554,0.182791418344894,0.00813690489929635,0.255951455205554,0.177484420161632,0.00483040485787293,0.235379072106366,0.0679299982871054,0.255951455205554,0.237835775250949,0.0644465888519007,0.5,0.255951455205554,0.224935048951974,0.0604682780492746,0.255951455205554,0.237825680753651,0.0474810205863373,0.255951455205554,0.22179834746277,0.0241180549959769,0.255951455205554,0.221079414391143,0.00819912943732276,0.194240331735263,0.0188559688683516 -1642,0.255951455205554,0.348170167412154,0.00484528196024496,0.255951455205554,0.356360239299135,0.000544225191617483,0.255951455205554,0.347485657839041,0.00330047446955913,0.255951455205554,0.345823505777145,0.00198551646281293,0.255951455205554,0.340695972648219,0.00202849290658098,0.255951455205554,0.363894011648433,0.00115935946122955,0.5,0.255951455205554,0.350963447037483,0.00524368515736187,0.5,0.255951455205554,0.361778130547959,0.0103290139573142,0.5,0.255951455205554,0.324021190292214,0.017365145021187,0.255951455205554,0.345685188505176,0.00296943441296539,0.393815766101187,0.0744876062314838,0.255951455205554,0.397501392958295,0.077835139423282,0.5,0.255951455205554,0.382713566599948,0.0633835264869045,0.255951455205554,0.402213225416991,0.10318245614737,0.255951455205554,0.383952132757268,0.0278987549256213,0.255951455205554,0.38693024571315,0.00734643216812479,0.352756947848419,0.0208342795733809 -1643,0.255951455205554,0.496037422973294,0.00739104189778576,0.255951455205554,0.504194216191786,0.000964024276201491,0.255951455205554,0.49992667744108,0.00441311115150771,0.255951455205554,0.497570570642701,0.00202913714093216,0.255951455205554,0.496686519085759,0.00705748859957562,0.255951455205554,0.517543383007371,0.000907714082548361,0.5,0.255951455205554,0.508753766873507,0.0114055495281994,0.5,0.255951455205554,0.514293041440127,0.0316739132754943,0.5,0.255951455205554,0.465215049672691,0.0514862393318229,0.255951455205554,0.504390100755981,0.00778062770091698,0.53341711382609,0.0684696614452667,0.255951455205554,0.537393052396083,0.0758130079413887,0.5,0.255951455205554,0.525013181254034,0.046465127675936,0.255951455205554,0.548311917787144,0.174086070063867,0.255951455205554,0.530118518548317,0.0239298864627553,0.255951455205554,0.536250186266941,0.0104052748932849,0.500216374702099,0.0229538471947486 -1644,0.255951455205554,0.594171959569676,0.0157697761962181,0.255951455205554,0.6031346897418,0.000864497688078713,0.255951455205554,0.605485619759622,0.00741981228592562,0.255951455205554,0.603060620976112,0.00516029895643165,0.255951455205554,0.606961815896643,0.0192068178748437,0.255951455205554,0.62079607452772,0.00370115551709499,0.5,0.255951455205554,0.618717620501309,0.0449802384678167,0.5,0.255951455205554,0.622454558714739,0.0721946256612907,0.5,0.255951455205554,0.568488877559638,0.0753269477966579,0.255951455205554,0.616774628823844,0.0410068627338194,0.618206893934059,0.0523058494163185,0.255951455205554,0.621557020523613,0.0671595871020496,0.5,0.255951455205554,0.613924308548387,0.0354879217302049,0.255951455205554,0.635656366145001,0.181046685689846,0.255951455205554,0.622251292844216,0.0161274920429134,0.255951455205554,0.631926762130266,0.0169121445022422,0.598903550078179,0.040239352370887 -1645,0.255951455205554,0.61801371954534,0.0315312181523636,0.255951455205554,0.644714536484943,0.00526025732004698,0.255951455205554,0.651367700837315,0.0143034193261229,0.255951455205554,0.649486827739727,0.0110652726718012,0.255951455205554,0.657933617410572,0.0375854620805315,0.255951455205554,0.665038883551711,0.0128888156611072,0.5,0.255951455205554,0.669560164383813,0.0866293540378989,0.5,0.255951455205554,0.668383863812188,0.0490732683183834,0.5,0.255951455205554,0.621833761196649,0.0352761719132087,0.255951455205554,0.67039965959667,0.0968652983681849,0.647837992623995,0.0350773411960651,0.255951455205554,0.650184572822531,0.0487567193084286,0.5,0.255951455205554,0.646013195814399,0.0270779374617014,0.255951455205554,0.666260550267258,0.0737540133811335,0.255951455205554,0.656631425971692,0.00716009786523552,0.255951455205554,0.668939653897551,0.00837932927793073,0.638301933879973,0.131377360195977 -1646,0.255951455205554,0.56451001846997,0.0668358497224038,0.255951455205554,0.636607800998313,0.00423997522216124,0.255951455205554,0.645735280922506,0.0366012680699832,0.255951455205554,0.645342043948082,0.0173614918177548,0.255951455205554,0.658466258421011,0.0586252363612822,0.255951455205554,0.659394399736311,0.0231493036379964,0.5,0.255951455205554,0.669261457279775,0.107089620355062,0.5,0.255951455205554,0.671799915213337,0.0246713463804182,0.5,0.255951455205554,0.623391859510015,0.0335429870449764,0.255951455205554,0.673020636115767,0.150577887646685,0.626752444667013,0.0295464750255585,0.255951455205554,0.628370804248061,0.0188747563098212,0.5,0.255951455205554,0.627598688419277,0.0110602529681019,0.255951455205554,0.646259015012046,0.0309305220556817,0.255951455205554,0.640761159888199,0.00212477305778452,0.255951455205554,0.655136566847483,0.000992257442445084,0.623011113813853,0.44635464141281 -1647,0.255951455205554,0.399308114435821,0.133259068951994,0.255951455205554,0.568660619929219,0.018925096399798,0.255951455205554,0.578940484052075,0.0756610913135779,0.255951455205554,0.581009254987069,0.0510380810151112,0.255951455205554,0.60045277683601,0.0621009588728621,0.255951455205554,0.594597550078183,0.0368458873947401,0.5,0.255951455205554,0.610919329774877,0.109738185061574,0.5,0.255951455205554,0.607244384550891,0.104897634520555,0.5,0.255951455205554,0.55948924761162,0.0644989869237087,0.255951455205554,0.617135879726661,0.161797083030662,0.543365925671149,0.0164033803367374,0.255951455205554,0.544591016653424,0.0112671553161255,0.5,0.255951455205554,0.546423511648364,0.00827454833038823,0.255951455205554,0.563252194407938,0.0388622801041667,0.255951455205554,0.56365119606357,0.00300697588717547,0.255951455205554,0.580388917113615,0.00760760032917385,0.389133420077273,0.668289280842529 -1648,0.255951455205554,0.241652155163576,0.223207855857,0.255951455205554,0.442885700729691,0.0769418529089721,0.255951455205554,0.453543930106833,0.139656791412982,0.255951455205554,0.454968704306019,0.126808429112225,0.255951455205554,0.480335471692985,0.0775153261673095,0.255951455205554,0.470080375555307,0.0776019747591726,0.5,0.255951455205554,0.490553136752467,0.126881023882031,0.5,0.255951455205554,0.471422251697668,0.110393689309421,0.5,0.255951455205554,0.434628833739801,0.080095787959959,0.255951455205554,0.498267297561157,0.161682358087338,0.409595285187283,0.00881522844405039,0.255951455205554,0.410130640636233,0.0176912000041427,0.5,0.255951455205554,0.4148608970904,0.0264477789501023,0.255951455205554,0.425607458429422,0.0507811962087451,0.255951455205554,0.431871810032466,0.0148805543393216,0.255951455205554,0.448252221002365,0.0322899490968513,0.121003287771971,0.681461222810191 -1649,0.255951455205554,0.098053115517253,0.273308638187107,0.255951455205554,0.204817192238426,0.0629727704998258,0.255951455205554,0.302369279902626,0.177520605349314,0.255951455205554,0.309456480391688,0.139619838461778,0.255951455205554,0.334630693137154,0.067708205083944,0.255951455205554,0.32164524967331,0.0392720300693823,0.5,0.255951455205554,0.340086036242125,0.0732681492061897,0.5,0.255951455205554,0.297380434527027,0.0845401006481286,0.5,0.255951455205554,0.25500430780544,0.0429691467324303,0.255951455205554,0.346834927548061,0.0868154541971678,0.151418446227646,0.0134949611476023,0.255951455205554,0.150676642210825,0.0199618992993916,0.5,0.255951455205554,0.181582881323499,0.0543924881957111,0.255951455205554,0.158483523961328,0.0277587958942981,0.255951455205554,0.190487874129131,0.0153428535545715,0.255951455205554,0.261692791210745,0.0169765837815367,0.0438469254767066,0.675522666031701 -1650,0.255951455205554,0.000324599877618571,0.343408592652547,0.255951455205554,0.000127179581048364,0.171088182975432,0.255951455205554,0.0239419327261207,0.226423046175151,0.255951455205554,0.0287875373295594,0.194197401685203,0.255951455205554,0.0433585181662568,0.0825434228937847,0.255951455205554,0.0226193824615645,0.0416554258373939,0.5,0.255951455205554,0.0412989208646984,0.0625774289491857,0.5,0.255951455205554,0.033097738543534,0.0452695810543887,0.5,0.255951455205554,0.00104574644811626,0.0279675029941736,0.255951455205554,0.0483291920221044,0.0607000135165088,0.0,0.0184829417157833,0.255951455205554,0.0,0.0251159112232351,0.5,0.255951455205554,0.0,0.0994607993913643,0.255951455205554,0.0,0.0286383328524338,0.255951455205554,0.0,0.0144025285665931,0.255951455205554,0.0,0.0150969098242671,0.0,0.715766364245614 -1651,0.255951455205554,0.0,0.295027884730863,0.255951455205554,0.0,0.340388644391248,0.255951455205554,0.0,0.298097011957177,0.255951455205554,0.0,0.298040738293355,0.255951455205554,0.0,0.099149863732175,0.255951455205554,0.0,0.0368344417640364,0.5,0.255951455205554,0.0,0.0594678246307855,0.5,0.255951455205554,0.0,0.0289350162491901,0.5,0.255951455205554,0.0,0.0187222385216877,0.255951455205554,0.0,0.0572398079932614,0.0,0.000948188148149671,0.255951455205554,0.0,0.0205793593725501,0.5,0.255951455205554,0.0,0.117305676775638,0.255951455205554,0.0,0.0254333858008315,0.255951455205554,0.0,0.00940914606491615,0.255951455205554,0.0,0.00562761317455481,0.0,0.706446958461537 -1652,0.255951455205554,0.0,0.184278878097931,0.255951455205554,0.0,0.321093151708086,0.255951455205554,0.0,0.321731754549043,0.255951455205554,0.0,0.395478695396949,0.255951455205554,0.0,0.0996211312707284,0.255951455205554,0.0,0.0537928063495583,0.5,0.255951455205554,0.0,0.0563350878130119,0.5,0.255951455205554,0.0,0.0146651472056788,0.5,0.255951455205554,0.0,0.0140946948666802,0.255951455205554,0.0,0.0579170405562572,0.0,0.00118847007022704,0.255951455205554,0.0,0.0210976530417812,0.5,0.255951455205554,0.0,0.111607077354923,0.255951455205554,0.0,0.020709416223198,0.255951455205554,0.0,0.0223098132075653,0.255951455205554,0.0,0.0116906158779135,0.0,0.649706408822648 -1653,0.255951455205554,0.0,0.127917946191318,0.255951455205554,0.0,0.290444135561635,0.255951455205554,0.0,0.283454051223656,0.255951455205554,0.0,0.33459358916197,0.255951455205554,0.0,0.0965095506955473,0.255951455205554,0.0,0.0704838468662589,0.5,0.255951455205554,0.0,0.0669790431196906,0.5,0.255951455205554,0.0,0.0112835776337072,0.5,0.255951455205554,0.0,0.0118415423621745,0.255951455205554,0.0,0.058942129409906,0.0,0.0162328198226024,0.255951455205554,0.0,0.0409128713587867,0.5,0.255951455205554,0.0,0.10130019421961,0.255951455205554,0.0,0.0164551763177958,0.255951455205554,0.0,0.0466931943959837,0.255951455205554,0.0,0.0155698392438357,0.0,0.604247333482466 -1654,0.255951455205554,0.0,0.109915119225706,0.255951455205554,0.0,0.401091847833288,0.255951455205554,0.0,0.240076002633777,0.255951455205554,0.0,0.225587718793088,0.255951455205554,0.0,0.103209301474563,0.255951455205554,0.0,0.0709510891807948,0.5,0.255951455205554,0.0,0.0722425338186953,0.5,0.255951455205554,0.0,0.0111310457585761,0.5,0.255951455205554,0.0,0.0126722689949795,0.255951455205554,0.0,0.0530141138218715,0.0,0.0244664841119164,0.255951455205554,0.0,0.057259848471514,0.5,0.255951455205554,0.0,0.0869746527636572,0.255951455205554,0.0,0.0121981868532028,0.255951455205554,0.0,0.0651277731780793,0.255951455205554,0.0,0.0123827860023855,0.0,0.541749495713755 -1655,0.255951455205554,0.0,0.104231628675298,0.255951455205554,0.0,0.384310319317444,0.255951455205554,0.0,0.235639632731309,0.255951455205554,0.0,0.249803040980076,0.255951455205554,0.0,0.122966121133322,0.255951455205554,0.0,0.0661977434800914,0.5,0.255951455205554,0.0,0.0725487779707576,0.5,0.255951455205554,0.0,0.0116841559120304,0.5,0.255951455205554,0.0,0.0149006470339832,0.255951455205554,0.0,0.0508464425095143,0.0,0.0190287483769619,0.255951455205554,0.0,0.0523454137644096,0.5,0.255951455205554,0.0,0.0871712275073973,0.255951455205554,0.0,0.00252702687520985,0.255951455205554,0.0,0.0522064532898594,0.255951455205554,0.0,0.00877819326917831,0.0,0.425804445347693 -1656,0.255951455205554,0.0,0.115662946293899,0.255951455205554,0.0,0.312044259358424,0.255951455205554,0.0,0.283326036762994,0.255951455205554,0.0,0.303194245770119,0.255951455205554,0.0,0.165475262850847,0.255951455205554,0.0,0.0576228253075528,0.5,0.255951455205554,0.0,0.0650892839884341,0.5,0.255951455205554,0.0,0.0142429473520755,0.5,0.255951455205554,0.0,0.0189167822761295,0.255951455205554,0.0,0.0546846456346229,0.0,0.0136967051090375,0.255951455205554,0.0,0.0546101590601406,0.5,0.255951455205554,0.0,0.102075503135242,0.255951455205554,0.0,0.00161534577593009,0.255951455205554,0.0,0.0406647442857163,0.255951455205554,0.0,0.0118333743438487,0.0,0.342525775732332 -1657,0.255951455205554,0.0,0.122541561517142,0.255951455205554,0.0,0.1978471220867,0.255951455205554,0.0,0.303884210132096,0.255951455205554,0.0,0.290853262296718,0.255951455205554,0.0,0.243586263271996,0.255951455205554,0.0,0.0569155819067696,0.5,0.255951455205554,0.0,0.0759904734560589,0.5,0.255951455205554,0.0,0.0154050783269306,0.5,0.255951455205554,0.0,0.0196677591878322,0.255951455205554,0.0,0.0716856649944128,0.0,0.0250771888246673,0.255951455205554,0.0,0.0654216537027424,0.5,0.255951455205554,0.0,0.118213936502676,0.255951455205554,0.0,0.00179949966079877,0.255951455205554,0.0,0.0483836831365016,0.255951455205554,0.0,0.0152359476096583,0.0,0.355458137276791 -1658,0.255951455205554,0.0,0.120499012142701,0.255951455205554,0.0,0.127700787882848,0.255951455205554,0.0,0.297909727862156,0.255951455205554,0.0,0.296435486842681,0.255951455205554,0.0,0.322781996421311,0.255951455205554,0.0,0.0610859278540632,0.5,0.255951455205554,0.0,0.0739707766516637,0.5,0.255951455205554,0.0,0.0128743153066534,0.5,0.255951455205554,0.0,0.021245305937663,0.255951455205554,0.0,0.0846365533031053,0.0,0.0579841979011545,0.255951455205554,0.0,0.0790305517392078,0.5,0.255951455205554,0.0,0.123241701378161,0.255951455205554,0.0,0.00337491273079981,0.255951455205554,0.0,0.0819024822510812,0.255951455205554,0.0,0.0121334530755946,0.0,0.43250745441764 -1659,0.255951455205554,0.0,0.112230702087682,0.255951455205554,0.0,0.103593805227282,0.255951455205554,0.0,0.285760267239802,0.255951455205554,0.0,0.2437364518338,0.255951455205554,0.0,0.371487087950073,0.255951455205554,0.0,0.0776651389280156,0.5,0.255951455205554,0.0,0.0657255776447226,0.5,0.255951455205554,0.0,0.0128849011140177,0.5,0.255951455205554,0.0,0.0214575156904704,0.255951455205554,0.0,0.0653520703636384,0.0,0.0851726073280953,0.255951455205554,0.0,0.0986458385020206,0.5,0.255951455205554,0.0,0.1025928172495,0.255951455205554,0.0,0.00265701225807546,0.255951455205554,0.0,0.128680966983034,0.255951455205554,0.0,0.00903292949353892,0.0,0.502093613845328 -1660,0.255951455205554,0.0,0.0993980611378686,0.255951455205554,0.0,0.0901269420056154,0.255951455205554,0.0,0.263305582345172,0.255951455205554,0.0,0.1732395039716,0.255951455205554,0.0,0.393729426739547,0.255951455205554,0.0,0.115889150758598,0.5,0.255951455205554,0.0,0.0561762578672166,0.5,0.255951455205554,0.0,0.0135688335009253,0.5,0.255951455205554,0.0,0.0187969397732509,0.255951455205554,0.0,0.052659421731959,0.0,0.103169661554335,0.255951455205554,0.0,0.101495793684421,0.5,0.255951455205554,0.0,0.0894065801951986,0.255951455205554,0.0,0.00355305011376874,0.255951455205554,0.0,0.155683406573877,0.255951455205554,0.0,0.0162652663950582,0.0,0.503611719728943 -1661,0.255951455205554,0.0,0.0876511916411683,0.255951455205554,0.0,0.0718661894998503,0.255951455205554,0.0,0.214620063528452,0.255951455205554,0.0,0.128656734016909,0.255951455205554,0.0,0.420098653632148,0.255951455205554,0.0,0.165444663894646,0.5,0.255951455205554,0.0,0.0662077512615217,0.5,0.255951455205554,0.0,0.0142993411134829,0.5,0.255951455205554,0.0,0.0188732076224941,0.255951455205554,0.0,0.063663571227815,0.0,0.115243792621203,0.255951455205554,0.0,0.0981742580584814,0.5,0.255951455205554,0.0,0.0810587276641904,0.255951455205554,0.0,0.00959793968450159,0.255951455205554,0.0,0.160416906913892,0.255951455205554,0.0,0.0425503279819063,0.0,0.423970828529642 -1662,0.255951455205554,0.0,0.0812952786571322,0.255951455205554,0.0,0.0611985461495829,0.255951455205554,0.0,0.1607805267888,0.255951455205554,0.0,0.107489365642187,0.255951455205554,0.0,0.413506864553404,0.255951455205554,0.0,0.228239567161667,0.5,0.255951455205554,0.0,0.0859940707376392,0.5,0.255951455205554,0.0,0.0155356142463305,0.5,0.255951455205554,0.0,0.0221988895130472,0.255951455205554,0.0,0.0779055655931081,0.0,0.157065421278432,0.255951455205554,0.0,0.100225810373023,0.5,0.255951455205554,0.0,0.0749916389063341,0.255951455205554,0.0,0.0174518694839999,0.255951455205554,0.0,0.135360418708057,0.255951455205554,0.0,0.112247569974899,0.0,0.33362726574999 -1663,0.255951455205554,0.0,0.078565487408944,0.255951455205554,0.0,0.0533336263669355,0.255951455205554,0.0,0.130718306200928,0.255951455205554,0.0,0.0962333582234803,0.255951455205554,0.0,0.395471680220599,0.255951455205554,0.0,0.290535706451364,0.5,0.255951455205554,0.0,0.11748585272616,0.5,0.255951455205554,0.0,0.0169572441820326,0.5,0.255951455205554,0.0,0.0313676727069164,0.255951455205554,0.0,0.103305296330199,0.0,0.218919236054859,0.255951455205554,0.0,0.117993288478051,0.5,0.255951455205554,0.0,0.0691747055352629,0.255951455205554,0.0,0.0188147162806502,0.255951455205554,0.0,0.126173693164512,0.255951455205554,0.0,0.157685946778565,0.0,0.282203184574968 -1664,0.255951455205554,0.0361284970740588,0.0736539964234629,0.255951455205554,0.0434769803349113,0.0499021098238751,0.255951455205554,0.0185572336631044,0.115510896847733,0.255951455205554,0.0310957029877019,0.0916467947850216,0.255951455205554,0.00259846558514925,0.354440818468335,0.255951455205554,0.0128120494970108,0.33660887679087,0.5,0.255951455205554,0.0170394545313031,0.158766612482019,0.5,0.255951455205554,0.0369417349611694,0.0193851156574263,0.5,0.255951455205554,0.062558403109414,0.0369790834841522,0.255951455205554,0.0140365997862927,0.139993567963521,0.0131606154095705,0.266666683550733,0.255951455205554,0.031415726514467,0.1745054073119,0.5,0.255951455205554,0.0477456419771562,0.0659553108012898,0.255951455205554,0.0726777502216702,0.0166758439856973,0.255951455205554,0.00877877932497919,0.14352586928327,0.255951455205554,0.0234290811180446,0.168592328154117,0.0387279189139541,0.244456244172491 -1665,0.255951455205554,0.201831669567044,0.0663601652514526,0.255951455205554,0.210588220893181,0.0424682453216089,0.255951455205554,0.138318959602073,0.120863905875217,0.255951455205554,0.194139252443265,0.0990238953776705,0.255951455205554,0.0357301637295609,0.330309271489922,0.255951455205554,0.0667871372829692,0.353515483409122,0.5,0.255951455205554,0.101726601714412,0.224178001142834,0.5,0.255951455205554,0.177326112879998,0.0254991890072822,0.5,0.255951455205554,0.221405235751844,0.0449101107599289,0.255951455205554,0.11673236290553,0.222492767790633,0.0523370347159091,0.219930864194607,0.255951455205554,0.0813423989538867,0.235441094163787,0.5,0.255951455205554,0.181332107900616,0.0703105194002322,0.255951455205554,0.202321531986785,0.0248347901507297,0.255951455205554,0.034911522056706,0.179834302108893,0.255951455205554,0.0834927582029152,0.170798053878769,0.203696273105381,0.22338677448674 -1666,0.255951455205554,0.363651179801005,0.0750229301469907,0.255951455205554,0.373848048024239,0.0730498606240953,0.255951455205554,0.264279394586932,0.181283559256999,0.255951455205554,0.358535409481711,0.1461578956313,0.255951455205554,0.101952295221526,0.359519007073524,0.255951455205554,0.146103257662518,0.360488712565153,0.5,0.255951455205554,0.188834982714433,0.267153303636627,0.5,0.255951455205554,0.334596407435897,0.0676935455601508,0.5,0.255951455205554,0.387927557835735,0.0860110408697093,0.255951455205554,0.254283624414085,0.394931710566645,0.0903653622941137,0.344791770824505,0.255951455205554,0.116377385368099,0.258117085051221,0.5,0.255951455205554,0.338743378571479,0.10515464611552,0.255951455205554,0.28232345441621,0.0803686531059831,0.255951455205554,0.0606294057652772,0.199341188252312,0.255951455205554,0.144491119728652,0.183893806443418,0.364527389850817,0.208092772071461 -1667,0.255951455205554,0.515419661123029,0.0992427320928553,0.255951455205554,0.525657986664224,0.093892568559257,0.255951455205554,0.381281769186131,0.223383204823933,0.255951455205554,0.513863750549193,0.154084073457505,0.255951455205554,0.206635143953174,0.392495125982572,0.255951455205554,0.258455534345459,0.370491316247164,0.5,0.255951455205554,0.290068216160769,0.27201347610952,0.5,0.255951455205554,0.489080506058127,0.169176868948049,0.5,0.255951455205554,0.535076763523501,0.140500684518086,0.255951455205554,0.434790452452115,0.457344985193634,0.0977561636304973,0.343051970385828,0.255951455205554,0.145149096902995,0.237482542550214,0.5,0.255951455205554,0.481824832093632,0.128668789887962,0.255951455205554,0.30493912354454,0.134366090310217,0.255951455205554,0.0850284221068992,0.20103167302565,0.255951455205554,0.193338043196377,0.208292452975555,0.516154916954527,0.180473735212088 -1668,0.255951455205554,0.619179334874081,0.121659351796597,0.255951455205554,0.626777865493938,0.133040760521879,0.255951455205554,0.465856378851729,0.233217570720448,0.255951455205554,0.621533504756314,0.155444341525244,0.255951455205554,0.265826943308054,0.389016049341868,0.255951455205554,0.375567885683448,0.352004710568185,0.5,0.255951455205554,0.401756814290985,0.261129815692714,0.5,0.255951455205554,0.603969457738538,0.250270423757951,0.5,0.255951455205554,0.631217761023351,0.200991875129393,0.255951455205554,0.575160362473326,0.460874979545077,0.108611587811156,0.289045048555455,0.255951455205554,0.175725931034226,0.22277875780021,0.5,0.255951455205554,0.586552181508214,0.139689119979727,0.255951455205554,0.286571636880705,0.151557715396667,0.255951455205554,0.108840610086368,0.193006914598337,0.255951455205554,0.213452159885513,0.219882661941447,0.619896249098805,0.143203568456444 -1669,0.255951455205554,0.663353917935407,0.123651737246079,0.255951455205554,0.668397361179295,0.187621802687451,0.255951455205554,0.509753748486865,0.242720035301066,0.255951455205554,0.668766472325795,0.181186813129099,0.255951455205554,0.288597828739053,0.37876666630675,0.255951455205554,0.465698305612138,0.336060676869456,0.5,0.255951455205554,0.535187924458992,0.263317194244596,0.5,0.255951455205554,0.656877689955561,0.300300141775408,0.5,0.255951455205554,0.670862127525438,0.254389144336324,0.255951455205554,0.68152990236654,0.550048313655153,0.114428880444503,0.249786825905203,0.255951455205554,0.190744173666883,0.211957435720813,0.5,0.255951455205554,0.630881098941715,0.157400286002567,0.255951455205554,0.248159590550663,0.162523719598246,0.255951455205554,0.121225599772797,0.182870033795871,0.255951455205554,0.213855551013597,0.216918337518109,0.664345072792799,0.112358044109424 -1670,0.255951455205554,0.65727315661279,0.121157482099022,0.255951455205554,0.659886665536419,0.2296621521572,0.255951455205554,0.518004921293704,0.273456609655235,0.255951455205554,0.664842798406483,0.24364500319157,0.255951455205554,0.282882686258626,0.359611871644407,0.255951455205554,0.496558022302054,0.342684733803621,0.5,0.255951455205554,0.630282677727997,0.29538758262257,0.5,0.255951455205554,0.656042216960485,0.317181674226764,0.5,0.255951455205554,0.658164488181906,0.273893620064584,0.255951455205554,0.691429086000949,0.555787415021176,0.114585059039782,0.243411498066049,0.255951455205554,0.196819899716098,0.215258648678984,0.5,0.255951455205554,0.619470956419121,0.202206626844339,0.255951455205554,0.192303408276778,0.180077391494845,0.255951455205554,0.113687382637869,0.177831052754914,0.255951455205554,0.194422579443753,0.213108873328811,0.658252561642279,0.0924813222088544 -1671,0.255951455205554,0.589665541882417,0.120833931832857,0.255951455205554,0.589874435842011,0.256845627301119,0.255951455205554,0.471547918196665,0.29395151066898,0.255951455205554,0.60050102053199,0.276354987177845,0.255951455205554,0.250486642553603,0.359118559997073,0.255951455205554,0.442856872872756,0.399262905926679,0.5,0.255951455205554,0.615395129543442,0.333673202585584,0.5,0.255951455205554,0.602056105547375,0.350804823080802,0.5,0.255951455205554,0.586375416258458,0.325776862465515,0.255951455205554,0.634633391924637,0.542326786352727,0.103809702944851,0.241955203458233,0.255951455205554,0.16868923920572,0.224359615721864,0.5,0.255951455205554,0.549088497390094,0.245127455257557,0.255951455205554,0.135906692673204,0.218929843034206,0.255951455205554,0.0927721706950957,0.182419318936568,0.255951455205554,0.152275821670368,0.236299126407894,0.589683474690481,0.0781664420045986 -1672,0.255951455205554,0.463736284371932,0.113470351183136,0.255951455205554,0.461664570303118,0.25719418920394,0.255951455205554,0.369932947170024,0.281940688898306,0.255951455205554,0.475749693218855,0.254639677106629,0.255951455205554,0.186679434721257,0.375169915452428,0.255951455205554,0.336738079915906,0.470421925773303,0.5,0.255951455205554,0.502762574414278,0.376891020669404,0.5,0.255951455205554,0.484740342494075,0.336385879799742,0.5,0.255951455205554,0.453978763457994,0.363600614263705,0.255951455205554,0.513554793916317,0.587242836713039,0.0790300345688417,0.203552926984096,0.255951455205554,0.116782492844506,0.21956702948586,0.5,0.255951455205554,0.419195166742055,0.234931528230711,0.255951455205554,0.0756498343813817,0.238771295252997,0.255951455205554,0.060262126530806,0.192544488809896,0.255951455205554,0.100617310314735,0.264405972153713,0.46271834202746,0.0741703853434923 -1673,0.255951455205554,0.307761481438095,0.0740610303454385,0.255951455205554,0.304642251389002,0.129682145887284,0.255951455205554,0.243667883658405,0.193640518169251,0.255951455205554,0.332393776401423,0.13555972122376,0.255951455205554,0.109131560867584,0.363258092184147,0.255951455205554,0.213296213753801,0.447763511030144,0.5,0.255951455205554,0.349424250937128,0.301819398335063,0.5,0.255951455205554,0.329156349275639,0.226160601029524,0.5,0.255951455205554,0.286048737607808,0.320715345272453,0.255951455205554,0.358683832643041,0.509491027114252,0.0401977050768629,0.145593253930717,0.255951455205554,0.057019533154675,0.171714105042745,0.5,0.255951455205554,0.189882125090732,0.13150755823742,0.255951455205554,0.0310680227115422,0.225847578784748,0.255951455205554,0.0254568669032364,0.191425090377855,0.255951455205554,0.0489092508449676,0.267515740249775,0.300776503014656,0.0943993600180938 -1674,0.255951455205554,0.0106564896619105,0.0880168681224185,0.255951455205554,0.000145358987767783,0.112379422275099,0.255951455205554,0.0279403949671356,0.163743632766899,0.255951455205554,0.0319746476446702,0.120492558317649,0.255951455205554,0.0231023993308322,0.310902784811888,0.255951455205554,0.0236173811708561,0.353315325572408,0.5,0.255951455205554,0.0446792536113493,0.227047308560551,0.5,0.255951455205554,0.0384914007473083,0.225400708235627,0.5,0.255951455205554,0.00447472753010624,0.28932288900694,0.255951455205554,0.0523487425917874,0.365916923277101,0.0,0.096339015968445,0.255951455205554,0.0,0.129508955920738,0.5,0.255951455205554,0.0,0.0965539982689728,0.255951455205554,0.0,0.209498702664235,0.255951455205554,0.0,0.169240880497536,0.255951455205554,0.000225485222487917,0.27463404573778,0.0,0.133321521680403 -1675,0.255951455205554,0.0,0.106534755933851,0.255951455205554,0.0,0.103102429122974,0.255951455205554,0.0,0.168442231336688,0.255951455205554,0.0,0.130158973763374,0.255951455205554,0.0,0.270625974949283,0.255951455205554,0.0,0.300257385931672,0.5,0.255951455205554,0.0,0.224663931853663,0.5,0.255951455205554,0.0,0.24593696897826,0.5,0.255951455205554,0.0,0.262296442233248,0.255951455205554,0.0,0.349355501584847,0.0,0.0695048498202157,0.255951455205554,0.0,0.11899654399599,0.5,0.255951455205554,0.0,0.0957580207112053,0.255951455205554,0.0,0.219804999267127,0.255951455205554,0.0,0.160583922835678,0.255951455205554,0.0,0.283967742499504,0.0,0.173111536078082 -1676,0.255951455205554,0.0,0.103627409244317,0.255951455205554,0.0,0.0762895168400245,0.255951455205554,0.0,0.167672715130479,0.255951455205554,0.0,0.121214815389199,0.255951455205554,0.0,0.260576556149083,0.255951455205554,0.0,0.286771849157882,0.5,0.255951455205554,0.0,0.200463516433483,0.5,0.255951455205554,0.0,0.2478018532529,0.5,0.255951455205554,0.0,0.240829849802421,0.255951455205554,0.0,0.334739126228955,0.0,0.0420633466785402,0.255951455205554,0.0,0.103689226884876,0.5,0.255951455205554,0.0,0.0769828768257375,0.255951455205554,0.0,0.249199078898728,0.255951455205554,0.0,0.179023639835143,0.255951455205554,0.0,0.293392792196942,0.0,0.20262219678059 -1677,0.255951455205554,0.0,0.0863114484011022,0.255951455205554,0.0,0.0631979431090903,0.255951455205554,0.0,0.158812579775673,0.255951455205554,0.0,0.102154262672726,0.255951455205554,0.0,0.24254059070232,0.255951455205554,0.0,0.261216671169747,0.5,0.255951455205554,0.0,0.182081604969523,0.5,0.255951455205554,0.0,0.249997129360129,0.5,0.255951455205554,0.0,0.217832598503859,0.255951455205554,0.0,0.329345826498479,0.0,0.0226802617459836,0.255951455205554,0.0,0.0867715230332289,0.5,0.255951455205554,0.0,0.0562491908257276,0.255951455205554,0.0,0.249297976659135,0.255951455205554,0.0,0.183822744795487,0.255951455205554,0.0,0.338517084963611,0.0,0.20109809386606 -1678,0.255951455205554,0.0,0.0667884085937383,0.255951455205554,0.0,0.0538138119102231,0.255951455205554,0.0,0.139580888063919,0.255951455205554,0.0,0.0799323414779085,0.255951455205554,0.0,0.232936147978,0.255951455205554,0.0,0.256117077985418,0.5,0.255951455205554,0.0,0.152994136043896,0.5,0.255951455205554,0.0,0.220199057522183,0.5,0.255951455205554,0.0,0.205534889417548,0.255951455205554,0.0,0.342735356849123,0.0,0.0158619828231885,0.255951455205554,0.0,0.0791303945478576,0.5,0.255951455205554,0.0,0.0382559851563829,0.255951455205554,0.0,0.214742898715735,0.255951455205554,0.0,0.163355101866438,0.255951455205554,0.0,0.342762969844779,0.0,0.187425408734398 -1679,0.255951455205554,0.0,0.0516730299010123,0.255951455205554,0.0,0.0444403895021404,0.255951455205554,0.0,0.119311448422936,0.255951455205554,0.0,0.0659429891395858,0.255951455205554,0.0,0.211467858827438,0.255951455205554,0.0,0.250158213225327,0.5,0.255951455205554,0.0,0.126534175947974,0.5,0.255951455205554,0.0,0.188025729164245,0.5,0.255951455205554,0.0,0.208440579121377,0.255951455205554,0.0,0.406430813882636,0.0,0.0154924093422299,0.255951455205554,0.0,0.0712885464244481,0.5,0.255951455205554,0.0,0.0295009404246677,0.255951455205554,0.0,0.176304593002573,0.255951455205554,0.0,0.128934003894586,0.255951455205554,0.0,0.315340637834257,0.0,0.176492325327701 -1680,0.255951455205554,0.0,0.0396763522602966,0.255951455205554,0.0,0.0336707416023005,0.255951455205554,0.0,0.100020725676777,0.255951455205554,0.0,0.0585009971622229,0.255951455205554,0.0,0.189401519714402,0.255951455205554,0.0,0.234706741123495,0.5,0.255951455205554,0.0,0.114168104525592,0.5,0.255951455205554,0.0,0.152423547184909,0.5,0.255951455205554,0.0,0.225886257907087,0.255951455205554,0.0,0.417558536770509,0.0,0.0191872299949554,0.255951455205554,0.0,0.0559369880694184,0.5,0.255951455205554,0.0,0.0246526858401592,0.255951455205554,0.0,0.122415223285605,0.255951455205554,0.0,0.102221476665392,0.255951455205554,0.0,0.254784069798988,0.0,0.17009025474237 -1681,0.255951455205554,0.0,0.032612490230005,0.255951455205554,0.0,0.0286673300782156,0.255951455205554,0.0,0.0812186944007099,0.255951455205554,0.0,0.0505722520327604,0.255951455205554,0.0,0.164927374540061,0.255951455205554,0.0,0.178134378888931,0.5,0.255951455205554,0.0,0.115036423514056,0.5,0.255951455205554,0.0,0.135359250561189,0.5,0.255951455205554,0.0,0.236121807051308,0.255951455205554,0.0,0.377048281690215,0.0,0.0137917362352823,0.255951455205554,0.0,0.0432329882575206,0.5,0.255951455205554,0.0,0.0181050382748143,0.255951455205554,0.0,0.0784747636689275,0.255951455205554,0.0,0.0825094245679589,0.255951455205554,0.0,0.191157195402854,0.0,0.141115447163898 -1682,0.255951455205554,0.0,0.0286385889317327,0.255951455205554,0.0,0.0293341677623191,0.255951455205554,0.0,0.0656673690098223,0.255951455205554,0.0,0.0404051175102199,0.255951455205554,0.0,0.13583875119682,0.255951455205554,0.0,0.13349846791188,0.5,0.255951455205554,0.0,0.113485237885659,0.5,0.255951455205554,0.0,0.130804729373323,0.5,0.255951455205554,0.0,0.220901958122508,0.255951455205554,0.0,0.320631527682813,0.0,0.0074954553739196,0.255951455205554,0.0,0.0300571699270112,0.5,0.255951455205554,0.0,0.0133541708072711,0.255951455205554,0.0,0.0620714902746607,0.255951455205554,0.0,0.0806296111510143,0.255951455205554,0.0,0.158760529606933,0.0,0.106688482836317 -1683,0.255951455205554,0.0,0.0275724772231446,0.255951455205554,0.0,0.0301029046424975,0.255951455205554,0.0,0.0594916084628964,0.255951455205554,0.0,0.0438171270200272,0.255951455205554,0.0,0.113599719188591,0.255951455205554,0.0,0.113202372470043,0.5,0.255951455205554,0.0,0.0983762047279047,0.5,0.255951455205554,0.0,0.133593845366704,0.5,0.255951455205554,0.0,0.159511847107487,0.255951455205554,0.0,0.310735549603189,0.0,0.00984847446616451,0.255951455205554,0.0,0.0181157037080454,0.5,0.255951455205554,0.0,0.0105435164099089,0.255951455205554,0.0,0.0527713986784901,0.255951455205554,0.0,0.0820484202796566,0.255951455205554,0.0,0.143902554891653,0.0,0.0844116535275684 -1684,0.255951455205554,0.0,0.0271176609541435,0.255951455205554,0.0,0.0333429599352715,0.255951455205554,0.0,0.0612202083537155,0.255951455205554,0.0,0.0465149225889736,0.255951455205554,0.0,0.10261509906019,0.255951455205554,0.0,0.105243341774589,0.5,0.255951455205554,0.0,0.0673789106729543,0.5,0.255951455205554,0.0,0.138435274610981,0.5,0.255951455205554,0.0,0.115865529452875,0.255951455205554,0.0,0.272994126129824,0.0,0.0230178727644313,0.255951455205554,0.0,0.0160027384942912,0.5,0.255951455205554,0.0,0.00787710969093256,0.255951455205554,0.0,0.0392632187943429,0.255951455205554,0.0,0.0791207549901973,0.255951455205554,0.0,0.150842931292161,0.0,0.0746190987751947 -1685,0.255951455205554,0.0,0.025506788106335,0.255951455205554,0.0,0.0331935808793179,0.255951455205554,0.0,0.0646740150531587,0.255951455205554,0.0,0.0497076293366685,0.255951455205554,0.0,0.113236929469717,0.255951455205554,0.0,0.10078961720868,0.5,0.255951455205554,0.0,0.0546686226174716,0.5,0.255951455205554,0.0,0.138374542035564,0.5,0.255951455205554,0.0,0.0910366992198562,0.255951455205554,0.0,0.188344974368313,0.0,0.0231323487299619,0.255951455205554,0.0,0.0213103797978835,0.5,0.255951455205554,0.0,0.00670076726317749,0.255951455205554,0.0,0.0327887485416006,0.255951455205554,0.0,0.0729074908521788,0.255951455205554,0.0,0.145596502027972,0.0,0.0734323312003933 -1686,0.255951455205554,0.0,0.0206780174934552,0.255951455205554,0.0,0.0252596402783896,0.255951455205554,0.0,0.0678685324526885,0.255951455205554,0.0,0.0506337122792856,0.255951455205554,0.0,0.122186793066635,0.255951455205554,0.0,0.0951673259148047,0.5,0.255951455205554,0.0,0.0666227826987783,0.5,0.255951455205554,0.0,0.129814490023706,0.5,0.255951455205554,0.0,0.0679527528832979,0.255951455205554,0.0,0.151733209227291,0.0,0.0214888601030212,0.255951455205554,0.0,0.0230590576950874,0.5,0.255951455205554,0.0,0.00677306696126726,0.255951455205554,0.0,0.0398438568879855,0.255951455205554,0.0,0.0676587888350674,0.255951455205554,0.0,0.127992239215061,0.0,0.0799702437671992 -1687,0.255951455205554,0.0,0.0164127737169153,0.255951455205554,0.0,0.0207865649499018,0.255951455205554,0.0,0.063061014543695,0.255951455205554,0.0,0.0456082860665921,0.255951455205554,0.0,0.128611540569635,0.255951455205554,0.0,0.0842370806716263,0.5,0.255951455205554,0.0,0.0829128526375224,0.5,0.255951455205554,0.0,0.0995139556589407,0.5,0.255951455205554,0.0,0.0512132190922581,0.255951455205554,0.0,0.190938010098314,0.0,0.0280919101875502,0.255951455205554,0.0,0.0235999853547667,0.5,0.255951455205554,0.0,0.00676577042512381,0.255951455205554,0.0,0.0413475687926387,0.255951455205554,0.0,0.0571178219688702,0.255951455205554,0.0,0.114794448620219,0.0,0.0877320786590553 -1688,0.255951455205554,0.0417285436132216,0.0151400899727846,0.255951455205554,0.0489705352865653,0.0192771557276536,0.255951455205554,0.0319116879108561,0.0569076382149532,0.255951455205554,0.0372208086823861,0.0421309053437271,0.255951455205554,0.0234627177346829,0.1290473418613,0.255951455205554,0.0372605401332879,0.0688044945330239,0.5,0.255951455205554,0.011790949308063,0.0837387093418752,0.5,0.255951455205554,0.0214426095749834,0.0737946862936748,0.5,0.255951455205554,0.0642478200546538,0.044653688434711,0.255951455205554,0.0089230728954662,0.263757173716618,0.0832661956120879,0.0277151904029883,0.255951455205554,0.0811710896527097,0.0255345174397633,0.5,0.255951455205554,0.0722439631096651,0.00516944593733649,0.255951455205554,0.0647093719484164,0.0494738299062977,0.255951455205554,0.0511704043221864,0.0450591867972652,0.255951455205554,0.0443805449197615,0.120162636851696,0.0443961602977886,0.0885959958219688 -1689,0.255951455205554,0.207538202244602,0.015584573770198,0.255951455205554,0.216691744390347,0.0182475514740894,0.255951455205554,0.184234740713626,0.070934617038478,0.255951455205554,0.202008449967338,0.0438387044096045,0.255951455205554,0.173095924058657,0.129308113662393,0.255951455205554,0.188701253552415,0.0647679666914904,0.5,0.255951455205554,0.0891852083711789,0.0816867606842676,0.5,0.255951455205554,0.113936369798222,0.0682725095479214,0.5,0.255951455205554,0.222522264958835,0.0418508107289031,0.255951455205554,0.0670492078893686,0.359969947909165,0.252097156978268,0.0212926763266806,0.255951455205554,0.243891639370576,0.0289340969875739,0.5,0.255951455205554,0.23912818982661,0.0041334915570811,0.255951455205554,0.194674333262489,0.0775188232565547,0.255951455205554,0.218259841772395,0.0657965626895327,0.255951455205554,0.169122571273368,0.140669615150646,0.210028410927347,0.0814082349054029 -1690,0.255951455205554,0.371509817922496,0.0150791085675852,0.255951455205554,0.380977266876452,0.0229753854848675,0.255951455205554,0.347184360597756,0.117190140186379,0.255951455205554,0.367150310967499,0.0725368772491669,0.255951455205554,0.34795789599844,0.177511580997816,0.255951455205554,0.359644393127467,0.0954441646476936,0.5,0.255951455205554,0.201336226271605,0.0750028248209332,0.5,0.255951455205554,0.241775650410979,0.08983234813921,0.5,0.255951455205554,0.390991804575305,0.0834416761312243,0.255951455205554,0.161670676995236,0.335654814769215,0.412915556554705,0.0385364307869468,0.255951455205554,0.408581993906253,0.0552973511034916,0.5,0.255951455205554,0.399511778588262,0.00343498498116069,0.255951455205554,0.345240326259122,0.0903644514653167,0.255951455205554,0.392068716735766,0.127035021416971,0.255951455205554,0.330741435859247,0.176722519293515,0.372420370829707,0.0737461469858727 -1691,0.255951455205554,0.523525043590169,0.0192230246738486,0.255951455205554,0.531790526014574,0.0593428369940098,0.255951455205554,0.503746402225168,0.158669864321869,0.255951455205554,0.522844075716968,0.131642679429869,0.255951455205554,0.51288990806808,0.176100404699728,0.255951455205554,0.532865729296629,0.111057917529925,0.5,0.255951455205554,0.364416189457952,0.0770991759628009,0.5,0.255951455205554,0.386088796751702,0.127386749014627,0.5,0.255951455205554,0.549470622606159,0.1311098775449,0.255951455205554,0.323277646412457,0.256166094123679,0.553659612319558,0.0458060109393435,0.255951455205554,0.554996610350735,0.0792784783165209,0.5,0.255951455205554,0.545543396691095,0.00814781143478722,0.255951455205554,0.521158247335245,0.106083600342386,0.255951455205554,0.547339642116841,0.151045321072089,0.255951455205554,0.503665470173509,0.146061788977829,0.522932049479247,0.0622937987085695 -1692,0.255951455205554,0.626238261222696,0.0204727593991627,0.255951455205554,0.632051686492356,0.110548495391314,0.255951455205554,0.619716403957222,0.170705663426356,0.255951455205554,0.62939281490173,0.174632212627533,0.255951455205554,0.624189509773222,0.150163055095268,0.255951455205554,0.644629193185358,0.10946737007101,0.5,0.255951455205554,0.555999182442027,0.0995058193564187,0.5,0.255951455205554,0.528843268561222,0.148083207953056,0.5,0.255951455205554,0.653207050106308,0.136272557861503,0.255951455205554,0.539352819573691,0.247315444471772,0.637560021681273,0.0409030056676265,0.255951455205554,0.640302668156772,0.0876441767978793,0.5,0.255951455205554,0.635118367848823,0.0127858353512806,0.255951455205554,0.653066985638449,0.145976389876958,0.255951455205554,0.642970688434045,0.177995233473343,0.255951455205554,0.652853184887983,0.164177629885714,0.624083144034581,0.0498727411958248 -1693,0.255951455205554,0.669128413020939,0.0201350598670913,0.255951455205554,0.672752258932277,0.100584183157274,0.255951455205554,0.668424556986651,0.194516633523351,0.255951455205554,0.674651946537547,0.203139144524755,0.255951455205554,0.675431686569703,0.145165754045859,0.255951455205554,0.687889390762842,0.102510554826553,0.5,0.255951455205554,0.656272051558815,0.150401232055342,0.5,0.255951455205554,0.634656970793065,0.148862582601184,0.5,0.255951455205554,0.695313175295729,0.152638253119244,0.255951455205554,0.645678101205511,0.305509561912868,0.666954508673376,0.0419659400316327,0.255951455205554,0.668287785592958,0.0832343954970174,0.5,0.255951455205554,0.667035300446713,0.00985789888715557,0.255951455205554,0.680981467211484,0.188318780083219,0.255951455205554,0.677292405972904,0.213188872306264,0.255951455205554,0.689107704837692,0.203976434075812,0.665462045324215,0.0446684116604067 -1694,0.255951455205554,0.662010662278855,0.0319015787829364,0.255951455205554,0.663996142729347,0.12430610634587,0.255951455205554,0.658582785531229,0.208524415239693,0.255951455205554,0.669140860332798,0.248509410541434,0.255951455205554,0.677914918244096,0.153534478371681,0.255951455205554,0.681029613353006,0.10721361101901,0.5,0.255951455205554,0.679075413840632,0.130049118025495,0.5,0.255951455205554,0.666857601039096,0.128720005025859,0.5,0.255951455205554,0.680509594993048,0.140972516231898,0.255951455205554,0.693210434944055,0.254490299707046,0.645441688436966,0.0519370329481268,0.255951455205554,0.646548804315742,0.0802546764362508,0.5,0.255951455205554,0.648238680894202,0.00745739699345419,0.255951455205554,0.658521979771732,0.189516499123038,0.255951455205554,0.660966202212533,0.230441387146816,0.255951455205554,0.674514851330895,0.221787759339339,0.657167083512402,0.0493403168717337 -1695,0.255951455205554,0.593577991913292,0.0567174198690284,0.255951455205554,0.593532808360621,0.16076365801259,0.255951455205554,0.59718866030534,0.217303929363489,0.255951455205554,0.603204211578272,0.251038438557111,0.255951455205554,0.620054878253202,0.157641384165097,0.255951455205554,0.614556981192618,0.115196619715493,0.5,0.255951455205554,0.624596310221089,0.116993801827543,0.5,0.255951455205554,0.606042237448212,0.120741476696418,0.5,0.255951455205554,0.602614469507649,0.15528678603621,0.255951455205554,0.633571778957644,0.208878380040881,0.561126563475844,0.0401320929781233,0.255951455205554,0.560940858626715,0.07368992478199,0.5,0.255951455205554,0.565823005119738,0.00536417727135275,0.255951455205554,0.572684452037523,0.196216315636872,0.255951455205554,0.581862153711875,0.229942229142351,0.255951455205554,0.597304688718519,0.211285716196304,0.587805441922655,0.0716354676643207 -1696,0.255951455205554,0.466811979544303,0.0685441163004517,0.255951455205554,0.464723810103816,0.183505975515932,0.255951455205554,0.475096796949307,0.197850659356996,0.255951455205554,0.47752941789191,0.206442673108946,0.255951455205554,0.497851674358197,0.138330584720812,0.255951455205554,0.48644888027543,0.112566300807526,0.5,0.255951455205554,0.503708732359556,0.109078266174944,0.5,0.255951455205554,0.480564747405119,0.111801912775469,0.5,0.255951455205554,0.464968111796667,0.151551570229927,0.255951455205554,0.509430882149317,0.183748371671763,0.425001582784963,0.0342180133086537,0.255951455205554,0.423750507117999,0.067267540134453,0.5,0.255951455205554,0.431936931847115,0.00750828681901269,0.255951455205554,0.433279208212189,0.168883009570459,0.255951455205554,0.446680995708398,0.215466425402557,0.255951455205554,0.461379418827767,0.185004923552684,0.461213955241656,0.0874999127219183 -1697,0.255951455205554,0.321730703233011,0.0359629114278824,0.255951455205554,0.320972020814213,0.0878405822083077,0.255951455205554,0.331477047618895,0.100123411525959,0.255951455205554,0.333725814108632,0.0979994727726643,0.255951455205554,0.350172416164386,0.0584687189232887,0.255951455205554,0.334804501562391,0.049866114975498,0.5,0.255951455205554,0.350092619919157,0.05703304395598,0.5,0.255951455205554,0.323059477614166,0.0534092896850617,0.5,0.255951455205554,0.303068484866459,0.0737954075767277,0.255951455205554,0.353530747489178,0.105486621052129,0.159289095861659,0.0160053925568325,0.255951455205554,0.160915878211935,0.0286127209763213,0.5,0.255951455205554,0.193989438993366,0.00545516713183923,0.255951455205554,0.175371320507036,0.0625460379996003,0.255951455205554,0.250709579122961,0.112754383458194,0.255951455205554,0.301360955153816,0.0940256413423515,0.320730595410135,0.089236949907007 -1698,0.255951455205554,0.0297949327384341,0.0425846300735172,0.255951455205554,0.00016410220372068,0.0890902362408347,0.255951455205554,0.0356323454661093,0.074497281191839,0.255951455205554,0.0357492793808037,0.0899285777374302,0.255951455205554,0.051375694442167,0.0423574728036983,0.255951455205554,0.0353961429627196,0.0376217769778193,0.5,0.255951455205554,0.0483398766381471,0.0256164426350318,0.5,0.255951455205554,0.042098159109336,0.0415173449820575,0.5,0.255951455205554,0.0105781021207605,0.0671126021180266,0.255951455205554,0.056765757323703,0.0330310317937453,0.0,0.0293167008999754,0.255951455205554,0.0,0.0417759767538654,0.5,0.255951455205554,0.0,0.0119881390136527,0.255951455205554,0.0,0.0566894429189445,0.255951455205554,0.0,0.0827731130168679,0.255951455205554,0.00434991113478466,0.0758282138202428,0.0,0.0915545713098474 -1699,0.255951455205554,0.0,0.0514691310061235,0.255951455205554,0.0,0.0940736112810118,0.255951455205554,0.0,0.0778422319028495,0.255951455205554,0.0,0.0991742859630505,0.255951455205554,0.0,0.0409124257996234,0.255951455205554,0.0,0.0307983487535089,0.5,0.255951455205554,0.0,0.0206297972883696,0.5,0.255951455205554,0.0,0.035757652822825,0.5,0.255951455205554,0.0,0.052019583505696,0.255951455205554,0.0,0.0258332600484642,0.0,0.0316847567438225,0.255951455205554,0.0,0.0459519828515908,0.5,0.255951455205554,0.0,0.0166548028492058,0.255951455205554,0.0,0.0481538522745289,0.255951455205554,0.0,0.0781847354950043,0.255951455205554,0.0,0.0568433147493367,0.0,0.0799973328234254 -1700,0.255951455205554,0.0,0.0468201813505138,0.255951455205554,0.0,0.0825003845774243,0.255951455205554,0.0,0.0722641028842093,0.255951455205554,0.0,0.0897551729207752,0.255951455205554,0.0,0.0364696779065702,0.255951455205554,0.0,0.0218571109998131,0.5,0.255951455205554,0.0,0.016555213178723,0.5,0.255951455205554,0.0,0.0247599653931054,0.5,0.255951455205554,0.0,0.0342056161795887,0.255951455205554,0.0,0.0200460733794655,0.0,0.032903378647787,0.255951455205554,0.0,0.045313184457924,0.5,0.255951455205554,0.0,0.0193457908582152,0.255951455205554,0.0,0.0378687834699017,0.255951455205554,0.0,0.0688093385855442,0.255951455205554,0.0,0.0377263775771788,0.0,0.05003452744515 -1701,0.255951455205554,0.0,0.0371474213043106,0.255951455205554,0.0,0.0770378183989536,0.255951455205554,0.0,0.0652601538193558,0.255951455205554,0.0,0.0778796008102876,0.255951455205554,0.0,0.035611205303358,0.255951455205554,0.0,0.0167055531711789,0.5,0.255951455205554,0.0,0.0159637411209593,0.5,0.255951455205554,0.0,0.018343037181653,0.5,0.255951455205554,0.0,0.0240484091718598,0.255951455205554,0.0,0.0248102158435545,0.0,0.0339051941838028,0.255951455205554,0.0,0.0424759063989009,0.5,0.255951455205554,0.0,0.018496633262826,0.255951455205554,0.0,0.0322152011594995,0.255951455205554,0.0,0.0585016584517723,0.255951455205554,0.0,0.0264521290554112,0.0,0.0373626932555184 -1702,0.255951455205554,0.0,0.0322400973928252,0.255951455205554,0.0,0.0622832055070216,0.255951455205554,0.0,0.0583251569915356,0.255951455205554,0.0,0.0685099975680704,0.255951455205554,0.0,0.032733423028576,0.255951455205554,0.0,0.0164193709908669,0.5,0.255951455205554,0.0,0.0147793956818373,0.5,0.255951455205554,0.0,0.0157551797494878,0.5,0.255951455205554,0.0,0.019036641528639,0.255951455205554,0.0,0.0254697109747724,0.0,0.0350305742027747,0.255951455205554,0.0,0.0367730348658795,0.5,0.255951455205554,0.0,0.01853383823612,0.255951455205554,0.0,0.0262232137940365,0.255951455205554,0.0,0.0465135156456162,0.255951455205554,0.0,0.0155179073231915,0.0,0.0244993277562603 -1703,0.255951455205554,0.0,0.0321636810115785,0.255951455205554,0.0,0.0352888834675717,0.255951455205554,0.0,0.0514832247286181,0.255951455205554,0.0,0.0716938013727248,0.255951455205554,0.0,0.0298153276414496,0.255951455205554,0.0,0.0162536038188436,0.5,0.255951455205554,0.0,0.0124047808435958,0.5,0.255951455205554,0.0,0.0131328102231829,0.5,0.255951455205554,0.0,0.0168488671225862,0.255951455205554,0.0,0.0195489468875712,0.0,0.0313981215803868,0.255951455205554,0.0,0.0355899111591246,0.5,0.255951455205554,0.0,0.020439011614528,0.255951455205554,0.0,0.0232514005182414,0.255951455205554,0.0,0.0356182244106868,0.255951455205554,0.0,0.00828643936442569,0.0,0.0135696121308268 -1704,0.255951455205554,0.0,0.0349353232883837,0.255951455205554,0.0,0.0340005956396682,0.255951455205554,0.0,0.0413121610024116,0.255951455205554,0.0,0.0707636726822691,0.255951455205554,0.0,0.0258978251979101,0.255951455205554,0.0,0.0132178180297218,0.5,0.255951455205554,0.0,0.00889442255008001,0.5,0.255951455205554,0.0,0.0108112170907516,0.5,0.255951455205554,0.0,0.0154423677748098,0.255951455205554,0.0,0.0166001989280511,0.0,0.0297171164439732,0.255951455205554,0.0,0.0351264299519461,0.5,0.255951455205554,0.0,0.0189043087256479,0.255951455205554,0.0,0.0241314674990682,0.255951455205554,0.0,0.0266891210171532,0.255951455205554,0.0,0.00591446746077056,0.0,0.00945396984189555 -1705,0.255951455205554,0.0,0.0297550572885646,0.255951455205554,0.0,0.0437623710019349,0.255951455205554,0.0,0.0297402772168593,0.255951455205554,0.0,0.0518904986130552,0.255951455205554,0.0,0.0222201284144311,0.255951455205554,0.0,0.00865853542889962,0.5,0.255951455205554,0.0,0.0067443519264944,0.5,0.255951455205554,0.0,0.00885473625763091,0.5,0.255951455205554,0.0,0.012772997909626,0.255951455205554,0.0,0.0132225868123938,0.0,0.0315956216783946,0.255951455205554,0.0,0.0308570201186007,0.5,0.255951455205554,0.0,0.0171920133405005,0.255951455205554,0.0,0.0252655043106455,0.255951455205554,0.0,0.0181922322556047,0.255951455205554,0.0,0.00506999973947235,0.0,0.00825881604778627 -1706,0.255951455205554,0.0,0.0221010802607713,0.255951455205554,0.0,0.045996279607044,0.255951455205554,0.0,0.0218611500692463,0.255951455205554,0.0,0.0295474736277513,0.255951455205554,0.0,0.0188569781814904,0.255951455205554,0.0,0.00565861242121472,0.5,0.255951455205554,0.0,0.00528367822053807,0.5,0.255951455205554,0.0,0.00738970215077298,0.5,0.255951455205554,0.0,0.0110394481034629,0.255951455205554,0.0,0.00948551543504156,0.0,0.0214601451255817,0.255951455205554,0.0,0.0231840696643897,0.5,0.255951455205554,0.0,0.0261881841998679,0.255951455205554,0.0,0.0254047578617801,0.255951455205554,0.0,0.0102141764269295,0.255951455205554,0.0,0.00421196967623282,0.0,0.00622538712756631 -1707,0.255951455205554,0.0,0.0211660716313975,0.255951455205554,0.0,0.030467353815811,0.255951455205554,0.0,0.0158881869189823,0.255951455205554,0.0,0.0178061160729628,0.255951455205554,0.0,0.0159373528410592,0.255951455205554,0.0,0.00475840896389598,0.5,0.255951455205554,0.0,0.00303028188187148,0.5,0.255951455205554,0.0,0.00703393779904317,0.5,0.255951455205554,0.0,0.010118309700096,0.255951455205554,0.0,0.00536262583740091,0.0,0.00767723422199139,0.255951455205554,0.0,0.0201801259867926,0.5,0.255951455205554,0.0,0.0327787320547197,0.255951455205554,0.0,0.0267181361038287,0.255951455205554,0.0,0.0114198870625357,0.255951455205554,0.0,0.00384148829100352,0.0,0.00473665315552915 -1708,0.255951455205554,0.0,0.0237402454886497,0.255951455205554,0.0,0.0175966791787258,0.255951455205554,0.0,0.0113722608673827,0.255951455205554,0.0,0.0139523883637203,0.255951455205554,0.0,0.012121117036948,0.255951455205554,0.0,0.00542085859041888,0.5,0.255951455205554,0.0,0.0014322626824495,0.5,0.255951455205554,0.0,0.00714210867217504,0.5,0.255951455205554,0.0,0.00874433554706994,0.255951455205554,0.0,0.00163201708969288,0.0,0.00865783793309949,0.255951455205554,0.0,0.0185497091710571,0.5,0.255951455205554,0.0,0.0283038821093376,0.255951455205554,0.0,0.0231916165970828,0.255951455205554,0.0,0.0131289091543789,0.255951455205554,0.0,0.00269629740723325,0.0,0.00478998327349745 -1709,0.255951455205554,0.0,0.0244330134863844,0.255951455205554,0.0,0.01703305493623,0.255951455205554,0.0,0.00934844491305416,0.255951455205554,0.0,0.0138367483433253,0.255951455205554,0.0,0.00862455170487553,0.255951455205554,0.0,0.00497151990137555,0.5,0.255951455205554,0.0,0.000943029377672468,0.5,0.255951455205554,0.0,0.00680301799593491,0.5,0.255951455205554,0.0,0.0050121129705191,0.255951455205554,0.0,0.000935390501548595,0.0,0.0196314524636644,0.255951455205554,0.0,0.0168626655842606,0.5,0.255951455205554,0.0,0.018375376325885,0.255951455205554,0.0,0.0153735078715121,0.255951455205554,0.0,0.0112753504430522,0.255951455205554,0.0,0.00168263517036517,0.0,0.00340407448753673 -1710,0.255951455205554,0.0,0.0224537979197759,0.255951455205554,0.0,0.0238403958393041,0.255951455205554,0.0,0.00873685641113324,0.255951455205554,0.0,0.0129740330048788,0.255951455205554,0.0,0.00569286466054693,0.255951455205554,0.0,0.00320437910966616,0.5,0.255951455205554,0.0,0.000871026919902535,0.5,0.255951455205554,0.0,0.00601556605277678,0.5,0.255951455205554,0.0,0.00246334647369238,0.255951455205554,0.0,0.000892125692906034,0.0,0.0167260273704597,0.255951455205554,0.0,0.015222282339848,0.5,0.255951455205554,0.0,0.0124443381648435,0.255951455205554,0.0,0.010665802711358,0.255951455205554,0.0,0.0084239202321415,0.255951455205554,0.0,0.00165806802161282,0.0,0.00272149185313207 -1711,0.255951455205554,0.0,0.0197536331252615,0.255951455205554,0.0,0.0246110754714909,0.255951455205554,0.0,0.00847223417227855,0.255951455205554,0.0,0.0132168385509174,0.255951455205554,0.0,0.00475604019568073,0.255951455205554,0.0,0.00227727061452874,0.5,0.255951455205554,0.0,0.000812434741301713,0.5,0.255951455205554,0.0,0.00474713396702984,0.5,0.255951455205554,0.0,0.00238028323418001,0.255951455205554,0.0,0.000871272856329079,0.0,0.012285524485055,0.255951455205554,0.0,0.0140139137505776,0.5,0.255951455205554,0.0,0.0140744158516236,0.255951455205554,0.0,0.0135056551622053,0.255951455205554,0.0,0.00676874576472019,0.255951455205554,0.0,0.00255290353790857,0.0,0.00304941174828615 -1712,0.255951455205554,0.0482032941897337,0.0184847080011458,0.255951455205554,0.0552353181762721,0.0193107288504389,0.255951455205554,0.0433221363616011,0.00768483536036621,0.255951455205554,0.0434315453416636,0.0102792809471666,0.255951455205554,0.0346157615170313,0.00464913257190074,0.255951455205554,0.0508046413149898,0.00156549858080465,0.5,0.255951455205554,0.0376638387340265,0.000653096295489965,0.5,0.255951455205554,0.0536196381293142,0.00322833776030522,0.5,0.255951455205554,0.0761985465547332,0.00338726270922649,0.255951455205554,0.0333752813597845,0.000690309420053793,0.0892692427480992,0.0116539026272321,0.255951455205554,0.0911420042522754,0.0121206489371415,0.5,0.255951455205554,0.0792678340284582,0.021014400720618,0.255951455205554,0.090302062737185,0.0192527538785165,0.255951455205554,0.0736815294575902,0.0056679428982165,0.255951455205554,0.0699550185565919,0.00307645294121092,0.05135448968866,0.00447972233849728 -1713,0.255951455205554,0.216357059327525,0.014545971978334,0.255951455205554,0.225152331717032,0.0108744193970444,0.255951455205554,0.210142673567548,0.00605766824577053,0.255951455205554,0.210610509590371,0.00672040064121707,0.255951455205554,0.199454680647212,0.00415614886494529,0.255951455205554,0.21865459020273,0.00113384847140415,0.5,0.255951455205554,0.201554162469898,0.000499107686542847,0.5,0.255951455205554,0.219558746200194,0.00225909254381343,0.5,0.255951455205554,0.245780445567577,0.003527516031337,0.255951455205554,0.195528978635209,0.000429751037665529,0.258561941559343,0.0120916778368943,0.255951455205554,0.260321989615299,0.012904344363608,0.5,0.255951455205554,0.249039523123557,0.0267646423975173,0.255951455205554,0.260126881311772,0.0189940566959375,0.255951455205554,0.242266222049473,0.00556868801049976,0.255951455205554,0.239418537341277,0.00228966636059759,0.220478762382748,0.00502456030102258 -1714,0.255951455205554,0.380465235843985,0.0125705046435988,0.255951455205554,0.38995832377587,0.00767544753073854,0.255951455205554,0.3770739177912,0.004705846463877,0.255951455205554,0.376315507880529,0.00452243827427137,0.255951455205554,0.366998655498901,0.00316675500070097,0.255951455205554,0.388320905653312,0.000906396471244365,0.5,0.255951455205554,0.372182372241053,0.000284678008438735,0.5,0.255951455205554,0.390987862071462,0.000546160243430876,0.5,0.255951455205554,0.417698053939013,0.00268445466944281,0.255951455205554,0.365880934319759,0.000118578732402939,0.420962506852206,0.0156884522244391,0.255951455205554,0.423447680252271,0.0187342095941468,0.5,0.255951455205554,0.410988457420876,0.0288660369045103,0.255951455205554,0.426337225456049,0.016222560504333,0.255951455205554,0.407522706395105,0.00703054409098484,0.255951455205554,0.407718546524566,0.00200368389672676,0.383965608807015,0.00388898204432938 -1715,0.255951455205554,0.533019522790307,0.0193475548153958,0.255951455205554,0.542301764155285,0.00980181620136145,0.255951455205554,0.531905728682353,0.00815158455263328,0.255951455205554,0.530158900694169,0.00816606155711664,0.255951455205554,0.523692905780346,0.00458311319921016,0.255951455205554,0.543515904077214,0.00153564201420778,0.5,0.255951455205554,0.529883927548752,0.000233859165617823,0.5,0.255951455205554,0.544448090386667,0.000489045202459866,0.5,0.255951455205554,0.566292966259386,0.0034331920379538,0.255951455205554,0.522933251299405,1.39388625360518e-05,0.562902765846036,0.0283820461515823,0.255951455205554,0.564294998651299,0.0334790287043823,0.5,0.255951455205554,0.556738131797033,0.0404764098096212,0.255951455205554,0.569061512135973,0.0245086177838462,0.255951455205554,0.554096955410637,0.016466740601763,0.255951455205554,0.558590216632018,0.00406517591759686,0.536573683656603,0.00553210697273435 -1716,0.255951455205554,0.634246810462064,0.0321386011227003,0.255951455205554,0.639834972010477,0.0292426370399901,0.255951455205554,0.635924473654021,0.0182049778497997,0.255951455205554,0.634137146495208,0.0175644525686116,0.255951455205554,0.632051907121923,0.00673354635467297,0.255951455205554,0.644988252348956,0.0036547296405621,0.5,0.255951455205554,0.636989686520325,0.00019307380488853,0.5,0.255951455205554,0.644419743472498,0.000891848233906139,0.5,0.255951455205554,0.656764023738716,0.00552022753139141,0.255951455205554,0.631801255400239,0.000106945203334604,0.644825900198669,0.0378495037653602,0.255951455205554,0.64569086697172,0.0480195925455129,0.5,0.255951455205554,0.644744025267502,0.0702771214173444,0.255951455205554,0.652057083339455,0.0426189828044774,0.255951455205554,0.644385548826843,0.0209495854750035,0.255951455205554,0.651436619208968,0.00992926518578704,0.636692919556349,0.0108141391487537 -1717,0.255951455205554,0.675776266254421,0.0444320078102965,0.255951455205554,0.678973531321769,0.0420425907722482,0.255951455205554,0.680147021689953,0.0286677086893162,0.255951455205554,0.67812803024923,0.0272751000217585,0.255951455205554,0.680272615589433,0.0115241344085162,0.255951455205554,0.687504570330263,0.00558791344722687,0.5,0.255951455205554,0.684676227033535,0.000154349767055041,0.5,0.255951455205554,0.686447488186881,0.00170841243341745,0.5,0.255951455205554,0.690598012636958,0.00515537435558366,0.255951455205554,0.681277954071332,0.000426956454788575,0.671360469495547,0.0354357580165434,0.255951455205554,0.671867755600196,0.041676407722842,0.5,0.255951455205554,0.675608006336435,0.0671322330133251,0.255951455205554,0.679310643645868,0.0453112414528413,0.255951455205554,0.677727578328818,0.0212075871030377,0.255951455205554,0.687277574668676,0.0171052249806751,0.676564070827798,0.0209946531185966 -1718,0.255951455205554,0.66794045709768,0.066624524149928,0.255951455205554,0.668938620302852,0.0436436684037621,0.255951455205554,0.674827509532079,0.0437392902929419,0.255951455205554,0.672499990883104,0.0446334915814614,0.255951455205554,0.679206175778894,0.0195669587672421,0.255951455205554,0.680921935200006,0.00807206309076494,0.5,0.255951455205554,0.683093311781975,0.000131469456848156,0.5,0.255951455205554,0.679187394098497,0.00327690368120085,0.5,0.255951455205554,0.674830608388565,0.00521017667007531,0.255951455205554,0.681806795209259,0.000520449820762677,0.648707031270511,0.0177652376661688,0.255951455205554,0.648696088627731,0.0290140041574616,0.5,0.255951455205554,0.656286729697738,0.0472872411866206,0.255951455205554,0.656945238971829,0.0454255433371394,0.255951455205554,0.662051229317142,0.0221374602389843,0.255951455205554,0.673767342654261,0.0323688207743565,0.66682425617429,0.0330314636030007 -1719,0.255951455205554,0.598800997384975,0.0930536234577562,0.255951455205554,0.598178978275129,0.0701268290496769,0.255951455205554,0.609764176546186,0.0579306363034778,0.255951455205554,0.60700823510806,0.0561820587908035,0.255951455205554,0.620453216037,0.0247969067884898,0.255951455205554,0.615177598568189,0.00873632553137112,0.5,0.255951455205554,0.62271950009806,0.000220068795935457,0.5,0.255951455205554,0.613742301374456,0.00377103686428979,0.5,0.255951455205554,0.598242264688625,0.00483663314715969,0.255951455205554,0.625934461041159,0.000435969987529904,0.564647801612662,0.0151680125428171,0.255951455205554,0.563285720853194,0.0241903727147896,0.5,0.255951455205554,0.573500391264377,0.0534796175354121,0.255951455205554,0.572484254466354,0.0365207906888946,0.255951455205554,0.584820581110353,0.0216006185388358,0.255951455205554,0.598798011203745,0.0370954970341173,0.595415843243733,0.0439565417373108 -1720,0.255951455205554,0.471073738777625,0.0990604620296493,0.255951455205554,0.468598178476636,0.068219197577398,0.255951455205554,0.483854903710571,0.0609639751159806,0.255951455205554,0.480967549162264,0.0611863665823647,0.255951455205554,0.499219747114999,0.0296530545859427,0.255951455205554,0.488153537968449,0.00775678093174018,0.5,0.255951455205554,0.501737925658751,0.000491763257394817,0.5,0.255951455205554,0.487046132524467,0.00421978669813074,0.5,0.255951455205554,0.462562976700583,0.0034267502077102,0.255951455205554,0.50702998267833,0.000665016115313176,0.428779336080512,0.00686167710388679,0.255951455205554,0.426943087303131,0.0141156133813038,0.5,0.255951455205554,0.438876109257646,0.0374710954262514,0.255951455205554,0.43454932297958,0.0217140834057568,0.255951455205554,0.451380964864488,0.0228801435071841,0.255951455205554,0.465101638954703,0.0379174612825802,0.466186604686507,0.0489627890600256 -1721,0.255951455205554,0.327429813760491,0.0619645211959501,0.255951455205554,0.324713589257874,0.0217003911993064,0.255951455205554,0.338825371160046,0.0279406644908083,0.255951455205554,0.337132107725993,0.0257478210064953,0.255951455205554,0.352040955459985,0.0181871670550684,0.255951455205554,0.337170213817795,0.00248018853982863,0.5,0.255951455205554,0.350703637568957,0.000426212495856054,0.5,0.255951455205554,0.330909685392695,0.00483804253738358,0.5,0.255951455205554,0.304927314247397,0.000917839791003178,0.255951455205554,0.35546775077565,0.00100118484821869,0.161398222716705,0.000948940090003782,0.255951455205554,0.163866262067927,0.00308592480197074,0.5,0.255951455205554,0.206637542525817,0.0119121538228813,0.255951455205554,0.199695875693501,0.00469390169258852,0.255951455205554,0.286901343424887,0.00681748110395265,0.255951455205554,0.313691392044219,0.00874450494212053,0.324130302765561,0.0553688004145337 -1722,0.255951455205554,0.0392644806703233,0.0458866401625019,0.255951455205554,0.0169972785720076,0.025863994192144,0.255951455205554,0.0404639562996533,0.018996515361763,0.255951455205554,0.0388903915518727,0.0202323564580223,0.255951455205554,0.0545083552751552,0.0113633759455825,0.255951455205554,0.0377495987165922,0.00242047257388493,0.5,0.255951455205554,0.0507686428424329,0.000322768195056651,0.5,0.255951455205554,0.0437634310277888,0.00393922851250199,0.5,0.255951455205554,0.0149883530623183,0.000755600228470228,0.255951455205554,0.0588902081624544,0.000467831486543478,0.0,0.00112769961225711,0.255951455205554,0.0,0.00433962078562083,0.5,0.255951455205554,0.0,0.0192755742672904,0.255951455205554,0.0,0.00607700692635,0.255951455205554,1.59527971518177e-05,0.0102050418190975,0.255951455205554,0.010426994325936,0.0090046426574322,0.0435982462173049,0.0615418132586214 -1723,0.255951455205554,0.0,0.049742106337093,0.255951455205554,0.0,0.0274800554991003,0.255951455205554,0.0,0.0182395587660414,0.255951455205554,0.0,0.020608502045072,0.255951455205554,0.0,0.00552367182167132,0.255951455205554,0.0,0.00223183816814442,0.5,0.255951455205554,0.0,0.0009695470940106,0.5,0.255951455205554,0.0,0.00366678592017723,0.5,0.255951455205554,0.0,0.000675035971415288,0.255951455205554,0.0,0.00076484604542972,0.0,0.00393208923673797,0.255951455205554,0.0,0.00607911713564542,0.5,0.255951455205554,0.0,0.0242611400888417,0.255951455205554,0.0,0.00842175067037084,0.255951455205554,0.0,0.0112958536385698,0.255951455205554,0.0,0.00765422552991198,0.0,0.0698286923320868 -1724,0.255951455205554,0.0,0.0504727946477478,0.255951455205554,0.0,0.0258989793417599,0.255951455205554,0.0,0.0184814655944801,0.255951455205554,0.0,0.0222775032347115,0.255951455205554,0.0,0.00239040412172166,0.255951455205554,0.0,0.00180505194388533,0.5,0.255951455205554,0.0,0.00134200587244552,0.5,0.255951455205554,0.0,0.00243108853006167,0.5,0.255951455205554,0.0,0.000906956689183485,0.255951455205554,0.0,0.00140837482278095,0.0,0.00710766491311423,0.255951455205554,0.0,0.00925215918886845,0.5,0.255951455205554,0.0,0.0318530576979207,0.255951455205554,0.0,0.012299804945409,0.255951455205554,0.0,0.0128005691769418,0.255951455205554,0.0,0.00750744653764109,0.0,0.0910847822276101 -1725,0.255951455205554,0.0,0.0585925206030091,0.255951455205554,0.0,0.0237315804300599,0.255951455205554,0.0,0.0195024044871703,0.255951455205554,0.0,0.0225593926285424,0.255951455205554,0.0,0.00208265467887073,0.255951455205554,0.0,0.00172283353831105,0.5,0.255951455205554,0.0,0.00136229237171357,0.5,0.255951455205554,0.0,0.00171621708411935,0.5,0.255951455205554,0.0,0.00147936055229902,0.255951455205554,0.0,0.00162900716266366,0.0,0.0106580935475444,0.255951455205554,0.0,0.0148377611346421,0.5,0.255951455205554,0.0,0.0426459281883916,0.255951455205554,0.0,0.0166609136358555,0.255951455205554,0.0,0.0170974391766984,0.255951455205554,0.0,0.00831247927264196,0.0,0.0726607153129225 -1726,0.255951455205554,0.0,0.0615390522682083,0.255951455205554,0.0,0.0279662446345767,0.255951455205554,0.0,0.0189815438242915,0.255951455205554,0.0,0.0218825473156365,0.255951455205554,0.0,0.00324953323821715,0.255951455205554,0.0,0.00225482539233207,0.5,0.255951455205554,0.0,0.00292026786789883,0.5,0.255951455205554,0.0,0.00128133655215288,0.5,0.255951455205554,0.0,0.00210384719774867,0.255951455205554,0.0,0.00121728788686667,0.0,0.0227846546284673,0.255951455205554,0.0,0.0225771397284323,0.5,0.255951455205554,0.0,0.0489564174043657,0.255951455205554,0.0,0.0262529914421356,0.255951455205554,0.0,0.0228337710336527,0.255951455205554,0.0,0.0108533674350478,0.0,0.0737886479307562 -1727,0.255951455205554,0.0,0.0641682565946131,0.255951455205554,0.0,0.0240768545839683,0.255951455205554,0.0,0.0173909665232104,0.255951455205554,0.0,0.0169644936693597,0.255951455205554,0.0,0.00369408522748546,0.255951455205554,0.0,0.00317485539587049,0.5,0.255951455205554,0.0,0.00571588134673858,0.5,0.255951455205554,0.0,0.00104205904696012,0.5,0.255951455205554,0.0,0.0019255649422237,0.255951455205554,0.0,0.00146577079110015,0.0,0.0299253717710254,0.255951455205554,0.0,0.0279288119913076,0.5,0.255951455205554,0.0,0.059998900776383,0.255951455205554,0.0,0.0322304296372748,0.255951455205554,0.0,0.0288347231905201,0.255951455205554,0.0,0.0127042293392097,0.0,0.119762883490026 -1728,0.255951455205554,0.0,0.0840590558172636,0.255951455205554,0.0,0.0296687150685199,0.255951455205554,0.0,0.026612567205171,0.255951455205554,0.0,0.0311794011043802,0.255951455205554,0.0,0.00313623681212478,0.255951455205554,0.0,0.00339342170286976,0.5,0.255951455205554,0.0,0.00631517475259214,0.5,0.255951455205554,0.0,0.000928063543142449,0.5,0.255951455205554,0.0,0.00131317083137107,0.255951455205554,0.0,0.00209367250493232,0.0,0.0307984379530221,0.255951455205554,0.0,0.0329834040682853,0.5,0.255951455205554,0.0,0.0625008947556382,0.255951455205554,0.0,0.0331159040743323,0.255951455205554,0.0,0.0328942701202687,0.255951455205554,0.0,0.0132082186490671,0.0,0.106726656827068 -1729,0.255951455205554,0.0,0.0959138140621612,0.255951455205554,0.0,0.0438093736754593,0.255951455205554,0.0,0.0365157262053037,0.255951455205554,0.0,0.0452761046031758,0.255951455205554,0.0,0.00283565520580955,0.255951455205554,0.0,0.00379018335918325,0.5,0.255951455205554,0.0,0.00610498704905337,0.5,0.255951455205554,0.0,0.00101376662845217,0.5,0.255951455205554,0.0,0.0013152315992257,0.255951455205554,0.0,0.00313674954412933,0.0,0.0300981507422419,0.255951455205554,0.0,0.0363036205216653,0.5,0.255951455205554,0.0,0.0746646338842644,0.255951455205554,0.0,0.0290233807401193,0.255951455205554,0.0,0.0361100015138477,0.255951455205554,0.0,0.0124258365832726,0.0,0.120697929479734 -1730,0.255951455205554,0.0,0.114551934509703,0.255951455205554,0.0,0.0586599217442153,0.255951455205554,0.0,0.0451782294375668,0.255951455205554,0.0,0.0540499842009118,0.255951455205554,0.0,0.00269086654567356,0.255951455205554,0.0,0.00387120216535374,0.5,0.255951455205554,0.0,0.00663183854453618,0.5,0.255951455205554,0.0,0.00110228181084203,0.5,0.255951455205554,0.0,0.00159610514843991,0.255951455205554,0.0,0.00499034783186439,0.0,0.0312385634290044,0.255951455205554,0.0,0.0417935568104438,0.5,0.255951455205554,0.0,0.0849760092695491,0.255951455205554,0.0,0.0265373707712946,0.255951455205554,0.0,0.0365970474548159,0.255951455205554,0.0,0.011061149531431,0.0,0.130171908750607 -1731,0.255951455205554,0.0,0.138975296555741,0.255951455205554,0.0,0.0639833208995057,0.255951455205554,0.0,0.0521524680157025,0.255951455205554,0.0,0.0648139095668634,0.255951455205554,0.0,0.00265947557684403,0.255951455205554,0.0,0.00187963451468453,0.5,0.255951455205554,0.0,0.00515436961736726,0.5,0.255951455205554,0.0,0.000905764231231077,0.5,0.255951455205554,0.0,0.00130607268668019,0.255951455205554,0.0,0.00578702208779573,0.0,0.0426290366219163,0.255951455205554,0.0,0.0449114626814708,0.5,0.255951455205554,0.0,0.0937481095310134,0.255951455205554,0.0,0.0269150275633591,0.255951455205554,0.0,0.0358432521917634,0.255951455205554,0.0,0.0118701262169525,0.0,0.144643942241474 -1732,0.255951455205554,0.0,0.157300027426884,0.255951455205554,0.0,0.0821633116618769,0.255951455205554,0.0,0.0588212545455635,0.255951455205554,0.0,0.0746636466290352,0.255951455205554,0.0,0.00293738456851775,0.255951455205554,0.0,0.00118841115914603,0.5,0.255951455205554,0.0,0.00318244295007246,0.5,0.255951455205554,0.0,0.000664637466033751,0.5,0.255951455205554,0.0,0.000702814119122389,0.255951455205554,0.0,0.00455008659284297,0.0,0.0408974380770825,0.255951455205554,0.0,0.0472782974390353,0.5,0.255951455205554,0.0,0.1073138332676,0.255951455205554,0.0,0.0298139960140043,0.255951455205554,0.0,0.031883289918429,0.255951455205554,0.0,0.0132525618652599,0.0,0.141517457007254 -1733,0.255951455205554,0.0,0.151418301367079,0.255951455205554,0.0,0.0909778630529909,0.255951455205554,0.0,0.0602134020883302,0.255951455205554,0.0,0.0786270200826563,0.255951455205554,0.0,0.00334824105604998,0.255951455205554,0.0,0.00140949137381187,0.5,0.255951455205554,0.0,0.00180614228684315,0.5,0.255951455205554,0.0,0.00074343119217581,0.5,0.255951455205554,0.0,0.000737700109757287,0.255951455205554,0.0,0.00300735109875688,0.0,0.0406455765036917,0.255951455205554,0.0,0.0492896106954321,0.5,0.255951455205554,0.0,0.110063437717242,0.255951455205554,0.0,0.0236834637816094,0.255951455205554,0.0,0.0324084898408748,0.255951455205554,0.0,0.0101602682587629,0.0,0.128643557285387 -1734,0.255951455205554,0.0,0.134548721915625,0.255951455205554,0.0,0.073758002609374,0.255951455205554,0.0,0.0622920900657401,0.255951455205554,0.0,0.0789151827158881,0.255951455205554,0.0,0.00336923677583401,0.255951455205554,0.0,0.00162950490859755,0.5,0.255951455205554,0.0,0.00128233468554429,0.5,0.255951455205554,0.0,0.000722128608158037,0.5,0.255951455205554,0.0,0.00108690979566251,0.255951455205554,0.0,0.0012834285768634,0.0,0.0414724311715812,0.255951455205554,0.0,0.0489392296766028,0.5,0.255951455205554,0.0,0.109649799114093,0.255951455205554,0.0,0.0192300982857186,0.255951455205554,0.0,0.0336667160124423,0.255951455205554,0.0,0.00962057937894584,0.0,0.107467972304678 -1735,0.255951455205554,0.0,0.116050318092865,0.255951455205554,0.0,0.0717386213246898,0.255951455205554,0.0,0.0600533817521543,0.255951455205554,0.0,0.0703731655057236,0.255951455205554,0.0,0.0047612756612346,0.255951455205554,0.0,0.00185583152901699,0.5,0.255951455205554,0.0,0.00121850735109668,0.5,0.255951455205554,0.0,0.000761375009179611,0.5,0.255951455205554,0.0,0.00101539926955101,0.255951455205554,0.0,0.000750777308502186,0.0,0.0452766889712681,0.255951455205554,0.0,0.0481868084373337,0.5,0.255951455205554,0.0,0.111735076698489,0.255951455205554,2.37903586299515e-05,0.0161737015387161,0.255951455205554,0.0,0.0324372016724812,0.255951455205554,0.0,0.00835042694037928,0.0,0.0772854837002631 -1736,0.255951455205554,0.0119307904574571,0.0919310940896548,0.255951455205554,0.0528975197798426,0.0748577508312284,0.255951455205554,0.0457983575271337,0.055638367802899,0.255951455205554,0.0452589377425089,0.0705833223015073,0.255951455205554,0.0385665711767334,0.00501752875499172,0.255951455205554,0.0547557256803732,0.00166202638003187,0.5,0.255951455205554,0.0421705218154976,0.00158578726679205,0.5,0.255951455205554,0.058033664998793,0.00116057194634665,0.5,0.255951455205554,0.0809660468648242,0.000943916909228637,0.255951455205554,0.0376589873697147,0.0010118639974807,0.0944497800648825,0.038023490830607,0.255951455205554,0.0950833553372619,0.0472455721258181,0.5,0.255951455205554,0.0587700203827552,0.117054167063803,0.255951455205554,0.0960943843422753,0.0165590790796066,0.255951455205554,0.0791136221270733,0.0285650851917092,0.255951455205554,0.075189744131064,0.00733664075912912,0.000977295280526926,0.060951196070162 -1737,0.255951455205554,0.037218422205608,0.0762228929850342,0.255951455205554,0.198924748428936,0.0777414763261201,0.255951455205554,0.200626944832737,0.0615233903859771,0.255951455205554,0.199643605745415,0.078753982197278,0.255951455205554,0.20173537528635,0.00433664537585534,0.255951455205554,0.221685259213005,0.00156089736768065,0.5,0.255951455205554,0.206693903221836,0.00169791507078848,0.5,0.255951455205554,0.224391949826367,0.00078297113282012,0.5,0.255951455205554,0.250943893274375,0.000726682547194641,0.255951455205554,0.200487888374502,0.00180028851088498,0.263593674277402,0.0410121589438015,0.255951455205554,0.259862799311041,0.0486023321852454,0.5,0.255951455205554,0.173770355772705,0.111082882242667,0.255951455205554,0.266435790893973,0.0221078947140459,0.255951455205554,0.248024685825304,0.0293662318841819,0.255951455205554,0.245117383727738,0.0105706994396038,0.0102898691161959,0.0344278172267288 -1738,0.255951455205554,0.0580504415539484,0.0693785066784641,0.255951455205554,0.314996570466969,0.11950317370562,0.255951455205554,0.340600172504802,0.0812840216009405,0.255951455205554,0.330539483738657,0.108015944484145,0.255951455205554,0.367762159386156,0.00570464274728359,0.255951455205554,0.389356896437399,0.000895374888569868,0.5,0.255951455205554,0.37629704906635,0.000994338219408104,0.5,0.255951455205554,0.397007642242983,0.00108474112569522,0.5,0.255951455205554,0.422449290999123,0.0006511512208636,0.255951455205554,0.371102862499603,0.000914331621494658,0.42240517423597,0.0742274463178745,0.255951455205554,0.417871993954358,0.081329566775284,0.5,0.255951455205554,0.248172976698403,0.140590714939698,0.255951455205554,0.430888840204392,0.0354591137023316,0.255951455205554,0.410184074793965,0.0498861415431924,0.255951455205554,0.411523134375503,0.0123034744995139,0.0785931217362003,0.0235815897380215 -1739,0.255951455205554,0.101586898246337,0.0794398721170985,0.255951455205554,0.293925072276049,0.238600909299924,0.255951455205554,0.449650558018958,0.129222395752211,0.255951455205554,0.40786207540112,0.162827660965999,0.255951455205554,0.523023763429268,0.0184032124016851,0.255951455205554,0.541826392513455,0.00122024634189738,0.5,0.255951455205554,0.532518836380693,0.000561664899980815,0.5,0.255951455205554,0.551423678838785,0.000685378294014502,0.5,0.255951455205554,0.570041856933952,0.00121528484072627,0.255951455205554,0.528700204276713,0.000640917266730875,0.558442371402482,0.126842821760242,0.255951455205554,0.548571254947383,0.118334136526776,0.5,0.255951455205554,0.274446488109828,0.16808516002346,0.255951455205554,0.571990737313935,0.0674156443160288,0.255951455205554,0.554365311739933,0.0814338917754795,0.255951455205554,0.559289312637809,0.0231903960549793,0.0807828980367723,0.026953651061776 -1740,0.255951455205554,0.223560872404932,0.140546044082067,0.255951455205554,0.105655493175288,0.185589513722816,0.255951455205554,0.502675906264145,0.168520636855106,0.255951455205554,0.430725309622078,0.190736026369688,0.255951455205554,0.629863806070332,0.0422359193873388,0.255951455205554,0.641255307889626,0.00413773534774054,0.5,0.255951455205554,0.638617879071243,0.00074650296871977,0.5,0.255951455205554,0.650814186238027,0.00218858231292398,0.5,0.255951455205554,0.660089784992626,0.00250411536713092,0.255951455205554,0.635604309898687,0.000150071701534942,0.645131249075016,0.148140638392205,0.255951455205554,0.634397667839322,0.148884653806395,0.5,0.255951455205554,0.2216595470582,0.148853556743317,0.255951455205554,0.655047661551742,0.0784321724396636,0.255951455205554,0.6427440417893,0.0985966249180897,0.255951455205554,0.651028127207222,0.0367128202389508,0.163043015416769,0.0612460608145595 -1741,0.255951455205554,0.335215838973094,0.226309748244322,0.255951455205554,0.072905775240627,0.176917239756367,0.255951455205554,0.495839111240713,0.199441242721161,0.255951455205554,0.317855570493742,0.21460811930454,0.255951455205554,0.677199044899352,0.0777858594499181,0.255951455205554,0.682654087990477,0.014016485385323,0.5,0.255951455205554,0.685731785945576,0.00276520404015247,0.5,0.255951455205554,0.692696580093605,0.00513477777662516,0.5,0.255951455205554,0.692508774866034,0.00726484106401923,0.255951455205554,0.684844989033739,0.000649347274438297,0.668224766338534,0.166604587241575,0.255951455205554,0.657254448298393,0.169565539344877,0.5,0.255951455205554,0.144989278882534,0.145232825550669,0.255951455205554,0.682495161356261,0.0867593848420321,0.255951455205554,0.674357920683246,0.112179805181023,0.255951455205554,0.685600231080335,0.0557286831108547,0.563352993712492,0.161641626601365 -1742,0.255951455205554,0.360108844270042,0.369184298100415,0.255951455205554,0.0748618453729098,0.190279360008193,0.255951455205554,0.457321536462392,0.225047711910736,0.255951455205554,0.185437658010823,0.20623080462274,0.255951455205554,0.675529467883464,0.108443593035326,0.255951455205554,0.675858016184506,0.0279895297451744,0.5,0.255951455205554,0.683832748254851,0.00695734735522187,0.5,0.255951455205554,0.684174627429819,0.00722209481962669,0.5,0.255951455205554,0.676008339436534,0.0156758296022998,0.255951455205554,0.685339491619873,0.00234222583143194,0.639364094672022,0.190563864017894,0.255951455205554,0.628891230326113,0.193566635581067,0.5,0.255951455205554,0.108584512846674,0.176315904476944,0.255951455205554,0.660168868793347,0.0917650403693349,0.255951455205554,0.657166837587549,0.120656330099874,0.255951455205554,0.671185665523246,0.0764170101231115,0.578198585613028,0.365362331121224 -1743,0.255951455205554,0.257567024626725,0.566803818735139,0.255951455205554,0.0699179413825335,0.192823325511071,0.255951455205554,0.380597981604563,0.260320520978112,0.255951455205554,0.109423201503446,0.190290789931095,0.255951455205554,0.616241714101957,0.129477015578706,0.255951455205554,0.610736823161975,0.0451558521990332,0.5,0.255951455205554,0.625425630234684,0.0125701458483418,0.5,0.255951455205554,0.618239871454169,0.0118491278248855,0.5,0.255951455205554,0.599847612676935,0.0255623818199558,0.255951455205554,0.630240577010985,0.00833747180645281,0.558724807528088,0.222738415241229,0.255951455205554,0.520455479599698,0.219728275027609,0.5,0.255951455205554,0.0717592492421776,0.266089971604084,0.255951455205554,0.575118070295345,0.107080143765446,0.255951455205554,0.578418972329202,0.142332407044076,0.255951455205554,0.595510869327044,0.0997699582511243,0.42998644653338,0.627222941282124 -1744,0.255951455205554,0.128771813659717,0.712813893166036,0.255951455205554,0.11285444729775,0.289421462317951,0.255951455205554,0.275293808776133,0.313436684456119,0.255951455205554,0.0614936301064609,0.237228478547089,0.255951455205554,0.495014090272931,0.147114997888991,0.255951455205554,0.484429925752571,0.0556574425773551,0.5,0.255951455205554,0.504372956081282,0.0139230414060367,0.5,0.255951455205554,0.491708958138309,0.0185660260519855,0.5,0.255951455205554,0.464865615319432,0.0316303095956987,0.255951455205554,0.511825810768336,0.014756290872962,0.422716779608206,0.176709336339521,0.255951455205554,0.357849732564843,0.200046954736276,0.5,0.255951455205554,0.073308831276197,0.377070700896893,0.255951455205554,0.436122227073522,0.0985170538224956,0.255951455205554,0.441216743828511,0.146205858103139,0.255951455205554,0.461403432485426,0.108424099462642,0.243520443424018,0.873146669471049 -1745,0.255951455205554,0.0443096792207228,0.837002761624911,0.255951455205554,0.0420367555591278,0.283795546617645,0.255951455205554,0.160192159773062,0.321814592485145,0.255951455205554,0.0259299865692717,0.4275240896575,0.255951455205554,0.348284644722345,0.0972421520107262,0.255951455205554,0.33393451423773,0.0233068448207512,0.5,0.255951455205554,0.352238815383552,0.00759094193223554,0.5,0.255951455205554,0.33513580726851,0.0137268263826347,0.5,0.255951455205554,0.307481487439273,0.015585320481261,0.255951455205554,0.358407825344594,0.00999452044103211,0.164004655649754,0.0976191474129856,0.255951455205554,0.137313112221778,0.122859915505355,0.5,0.255951455205554,0.0479596325094815,0.398143984024175,0.255951455205554,0.231884988848683,0.0305204561133723,0.255951455205554,0.286520055524081,0.0715506315209807,0.255951455205554,0.309835475026616,0.0395540664781507,0.0586668377200022,0.946309870056924 -1746,0.255951455205554,0.00643962415717157,0.865629326963967,0.255951455205554,0.00795504019535142,0.34872988882691,0.255951455205554,0.0202247506222268,0.342326186581079,0.255951455205554,0.0045302380486492,0.389128331605184,0.255951455205554,0.0583894914777832,0.0793055984739467,0.255951455205554,0.0404523849254245,0.0262068176572162,0.5,0.255951455205554,0.0543821769841856,0.00922525738632941,0.5,0.255951455205554,0.0478817318364551,0.00841089171035835,0.5,0.255951455205554,0.0192001848040927,0.0122225835625353,0.255951455205554,0.0629111995903075,0.0086264866329622,0.0,0.119691575142422,0.255951455205554,0.000232435774655261,0.129466156123409,0.5,0.255951455205554,0.000199018396906421,0.394998178086677,0.255951455205554,0.0,0.0367440328047909,0.255951455205554,0.00251525218947249,0.0772875582032312,0.255951455205554,0.0175183781737609,0.0453680119404725,0.00250523130097834,0.967436347842795 -1747,0.255951455205554,0.0,0.906053813197939,0.255951455205554,0.0,0.454115594722059,0.255951455205554,0.0,0.410764783595368,0.255951455205554,0.0,0.480662095807531,0.255951455205554,0.0,0.0916009561048672,0.255951455205554,0.0,0.0303336586326433,0.5,0.255951455205554,0.0,0.0148711311907357,0.5,0.255951455205554,0.0,0.00854889109201292,0.5,0.255951455205554,0.0,0.0143094806851135,0.255951455205554,0.0,0.0122543340798206,0.0,0.133469214806639,0.255951455205554,0.0,0.147709687268638,0.5,0.255951455205554,0.0,0.485237636973983,0.255951455205554,0.0,0.0497049294777715,0.255951455205554,0.0,0.105644692645635,0.255951455205554,0.0,0.057639988733893,0.0,0.98072291891178 -1748,0.255951455205554,0.0,0.96313068756948,0.255951455205554,0.0,0.665558855957636,0.255951455205554,0.0,0.51006399363716,0.255951455205554,0.0,0.640156555280573,0.255951455205554,0.0,0.11552840349133,0.255951455205554,0.0,0.0272827711002042,0.5,0.255951455205554,0.0,0.0126213915188372,0.5,0.255951455205554,0.0,0.0105166901942608,0.5,0.255951455205554,0.0,0.0200670035316988,0.255951455205554,0.0,0.0109036490522704,0.0,0.132315744102553,0.255951455205554,0.0,0.191718986158417,0.5,0.255951455205554,0.0,0.620918459541607,0.255951455205554,0.0,0.066834557653226,0.255951455205554,0.0,0.13650085769245,0.255951455205554,0.0,0.0635374264420726,0.0,0.99717294394094 -1749,0.255951455205554,0.0,0.991808332800318,0.255951455205554,0.0,0.83232927971314,0.255951455205554,0.0,0.622800909441871,0.255951455205554,0.0,0.781583403669656,0.255951455205554,0.0,0.152173893143581,0.255951455205554,0.0,0.0387991327925103,0.5,0.255951455205554,0.0,0.0204499957695699,0.5,0.255951455205554,0.0,0.0125612650636128,0.5,0.255951455205554,0.0,0.0238693160929085,0.255951455205554,0.0,0.0104211093690966,0.0,0.159860461109058,0.255951455205554,0.0,0.263095211467828,0.5,0.255951455205554,0.0,0.772481559290181,0.255951455205554,0.0,0.100924132970973,0.255951455205554,0.0,0.186919881923167,0.255951455205554,0.0,0.0873220335551923,0.0,1.00747648936827 -1750,0.255951455205554,0.0,1.00549286732813,0.255951455205554,0.0,0.950421767968676,0.255951455205554,0.0,0.728754493511016,0.255951455205554,0.0,0.873174452769124,0.255951455205554,0.0,0.21518132360367,0.255951455205554,0.0,0.0520680563778201,0.5,0.255951455205554,0.0,0.0293683895128615,0.5,0.255951455205554,0.0,0.0201015228534264,0.5,0.255951455205554,0.0,0.0369804881172163,0.255951455205554,0.0,0.0140892340982489,0.0,0.244893785965675,0.255951455205554,0.0,0.366033721506538,0.5,0.255951455205554,0.0,0.871808359568492,0.255951455205554,0.0,0.157786186206224,0.255951455205554,0.0,0.261894349368957,0.255951455205554,0.0,0.119058938291848,0.0,1.00949938937519 -1751,0.255951455205554,0.0,1.00977438557306,0.255951455205554,0.0,1.01658794374882,0.255951455205554,0.0,0.81439646575642,0.255951455205554,0.0,0.932241360274211,0.255951455205554,0.0,0.318163806785443,0.255951455205554,0.0,0.072887905817267,0.5,0.255951455205554,0.0,0.0333029606642245,0.5,0.255951455205554,0.0,0.0332889120746937,0.5,0.255951455205554,0.0,0.0488514326264997,0.255951455205554,0.0,0.0157021833997683,0.0,0.383597600320021,0.255951455205554,0.0,0.469906780079696,0.5,0.255951455205554,0.0,0.935926631351413,0.255951455205554,0.0,0.197192553183952,0.255951455205554,0.0,0.354906359012413,0.255951455205554,0.0,0.175333934002318,0.0,1.00957988516292 -1752,0.255951455205554,0.0,1.00834934356043,0.255951455205554,0.0,1.02003350863136,0.255951455205554,0.0,0.871592583658492,0.255951455205554,0.0,0.963290124590612,0.255951455205554,0.0,0.452025608399873,0.255951455205554,0.0,0.100831030056676,0.5,0.255951455205554,0.0,0.043381816656834,0.5,0.255951455205554,0.0,0.0432511317050271,0.5,0.255951455205554,0.0,0.0656006842265078,0.255951455205554,0.0,0.0199310062502056,0.0,0.547537703535189,0.255951455205554,0.0,0.578133853097174,0.5,0.255951455205554,0.0,0.981727562744824,0.255951455205554,0.0,0.283598643169441,0.255951455205554,0.0,0.471390162862909,0.255951455205554,0.0,0.259464466392294,0.0,1.00918924310015 -1753,0.255951455205554,0.0,0.993524853240228,0.255951455205554,0.0,1.01627172150514,0.255951455205554,0.0,0.899293070477691,0.255951455205554,0.0,0.949117696040449,0.255951455205554,0.0,0.578397262121381,0.255951455205554,0.0,0.146457100504914,0.5,0.255951455205554,0.0,0.0528217279665836,0.5,0.255951455205554,0.0,0.0515004031195045,0.5,0.255951455205554,0.0,0.0830841896541357,0.255951455205554,0.0,0.0279124721103078,0.0,0.6868393365996,0.255951455205554,0.0,0.697641476010919,0.5,0.255951455205554,0.0,0.997305768339241,0.255951455205554,0.0,0.380244127519257,0.255951455205554,0.0,0.62145761373223,0.255951455205554,0.0,0.363436187183296,0.0,1.00926008603348 -1754,0.255951455205554,0.0,0.960716471030972,0.255951455205554,0.0,0.975275464259429,0.255951455205554,0.0,0.888359443457739,0.255951455205554,0.0,0.911650943488329,0.255951455205554,0.0,0.687157782276664,0.255951455205554,0.0,0.21888077097116,0.5,0.255951455205554,0.0,0.0659939396789288,0.5,0.255951455205554,0.0,0.0672373819683848,0.5,0.255951455205554,0.0,0.102052745624945,0.255951455205554,0.0,0.0296173557545135,0.0,0.836920839355359,0.255951455205554,0.0,0.797473118653118,0.5,0.255951455205554,0.0,0.985549524208229,0.255951455205554,0.0,0.525936640513346,0.255951455205554,0.0,0.764130369684729,0.255951455205554,0.0,0.512143333100319,0.0,1.00970787708493 -1755,0.255951455205554,0.0,0.922653996084975,0.255951455205554,0.0,0.973011552250447,0.255951455205554,0.0,0.891440633554859,0.255951455205554,0.0,0.937411286497198,0.255951455205554,0.0,0.693459668515143,0.255951455205554,0.0,0.311992337383804,0.5,0.255951455205554,0.0,0.0823756203275572,0.5,0.255951455205554,0.0,0.0830616066451183,0.5,0.255951455205554,0.0,0.138020388068076,0.255951455205554,0.0,0.0435051988657205,0.0,0.94153826225777,0.255951455205554,0.0,0.885564317233291,0.5,0.255951455205554,0.0,0.959593084393513,0.255951455205554,0.0,0.644103899815455,0.255951455205554,0.0,0.868028309022042,0.255951455205554,0.0,0.659874927642492,0.0,1.00906277424051 -1756,0.255951455205554,0.0,0.965963405918894,0.255951455205554,0.0,0.994512818573196,0.255951455205554,0.0,0.90885631734196,0.255951455205554,0.0,0.964280770230338,0.255951455205554,0.0,0.663834260423167,0.255951455205554,0.0,0.361515740895675,0.5,0.255951455205554,0.0,0.12211127872622,0.5,0.255951455205554,0.0,0.106336883622547,0.5,0.255951455205554,0.0,0.198523931500303,0.255951455205554,0.0,0.0498571668650462,0.0,0.938425397930639,0.255951455205554,0.0,0.908217370882914,0.5,0.255951455205554,0.0,0.927506781505334,0.255951455205554,0.0,0.742430438454918,0.255951455205554,0.0,0.89543653241824,0.255951455205554,0.0,0.786559519428463,0.0,1.00928299944927 -1757,0.255951455205554,0.0,0.994326350712675,0.255951455205554,0.0,1.01631826416182,0.255951455205554,0.0,0.945596336409853,0.255951455205554,0.0,0.981627940172214,0.255951455205554,0.0,0.740431019606253,0.255951455205554,0.0,0.40394487021921,0.5,0.255951455205554,0.0,0.15840927489264,0.5,0.255951455205554,0.0,0.144208114632198,0.5,0.255951455205554,0.0,0.267094484738954,0.255951455205554,0.0,0.0675864154197884,0.0,0.925896050808421,0.255951455205554,0.0,0.889941613400412,0.5,0.255951455205554,0.0,0.87336081438992,0.255951455205554,0.0,0.849468570481613,0.255951455205554,0.0,0.901129977981986,0.255951455205554,0.0,0.839408520059218,0.0,1.01003192946145 -1758,0.255951455205554,0.0,1.00865108985429,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.976955746793599,0.255951455205554,0.0,1.00116543239167,0.255951455205554,0.0,0.764871227598305,0.255951455205554,0.0,0.468593022704175,0.5,0.255951455205554,0.0,0.201816161446215,0.5,0.255951455205554,0.0,0.190563822069157,0.5,0.255951455205554,0.0,0.366995824079056,0.255951455205554,0.0,0.0891352173819611,0.0,0.948943705029589,0.255951455205554,0.0,0.853320659577377,0.5,0.255951455205554,0.0,0.88244958271962,0.255951455205554,0.0,0.908076706750159,0.255951455205554,0.0,0.904040371733148,0.255951455205554,0.0,0.854122640029574,0.0,1.00799492088638 -1759,0.255951455205554,0.0,0.999940835072979,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.970417214557945,0.255951455205554,0.0,1.0030867792858,0.255951455205554,0.0,0.797984139857597,0.255951455205554,0.0,0.522536289888338,0.5,0.255951455205554,0.0,0.260883737269928,0.5,0.255951455205554,0.0,0.262063422022393,0.5,0.255951455205554,9.83810397326925e-08,0.504319817065458,0.255951455205554,0.0,0.0959573348248845,0.0,0.954373040008508,0.255951455205554,3.85494714981374e-06,0.872625581599441,0.5,0.255951455205554,0.0,0.933656864618251,0.255951455205554,1.0671945629332e-05,0.927647249513529,0.255951455205554,0.0,0.929412786730077,0.255951455205554,0.0,0.841154939665616,0.0,1.00606661564016 -1760,0.255951455205554,0.0205552808599952,0.997844979963816,0.255951455205554,0.00555702439738179,1.00654680062417,0.255951455205554,0.00446898829863611,0.952497782661994,0.255951455205554,0.00869319301774833,0.951557236898813,0.255951455205554,0.0016722350877213,0.801492290954275,0.255951455205554,0.00370363007920481,0.569940729851472,0.5,0.255951455205554,0.0137299131324476,0.294965986248449,0.5,0.255951455205554,0.0483953711911204,0.354671424435656,0.5,0.255951455205554,0.0524891685326042,0.674071376620282,0.255951455205554,0.0214028511497697,0.115107344793739,0.00289429703377122,1.01619794993186,0.255951455205554,0.00634065894873919,0.904454674281424,0.5,0.255951455205554,0.00865831245634948,0.945718231471,0.255951455205554,0.00905250135456099,0.957402528780196,0.255951455205554,0.00612338800141873,0.948391522932589,0.255951455205554,0.0048457794947202,0.888860167821776,0.043524514255692,1.0093588220604 -1761,0.255951455205554,0.138905944201724,1.00632656125113,0.255951455205554,0.0520795317681664,1.01009748922645,0.255951455205554,0.0608541540582765,0.95078360909566,0.255951455205554,0.122963234449627,1.00554595891198,0.255951455205554,0.012587486033654,0.802940079118754,0.255951455205554,0.0179481301103116,0.616099601055138,0.5,0.255951455205554,0.0231499841446521,0.351648230711351,0.5,0.255951455205554,0.154514730849148,0.479037260028823,0.5,0.255951455205554,0.141130602728178,0.781810918438439,0.255951455205554,0.0219955006458131,0.212518637077533,0.00551765505451792,1.02173913043478,0.255951455205554,0.0199255527920701,1.00491288734185,0.5,0.255951455205554,0.0330392400164513,0.986543339721895,0.255951455205554,0.0375131911279803,0.996628965129744,0.255951455205554,0.0277524957462877,0.981324549428722,0.255951455205554,0.0272090627096057,0.893478345372023,0.1596737959615,1.01072265387738 -1762,0.255951455205554,0.2868470276392,1.01202613570058,0.255951455205554,0.219540884898854,1.02173913043478,0.255951455205554,0.188885232516926,0.988654887963373,0.255951455205554,0.170612369445842,1.0125041851436,0.255951455205554,0.0452818287482561,0.787532472164862,0.255951455205554,0.0496282180866025,0.65149351573433,0.5,0.255951455205554,0.0364614369368958,0.381943382894965,0.5,0.255951455205554,0.210960380470771,0.590443897002223,0.5,0.255951455205554,0.216961497431602,0.82777277055046,0.255951455205554,0.0158920665533208,0.28074163467614,0.0246969927508053,1.02173913043478,0.255951455205554,0.0423432565394964,1.01852640719094,0.5,0.255951455205554,0.0917053196898692,1.00841328106025,0.255951455205554,0.0701694566298851,1.01210695197503,0.255951455205554,0.0468406270614225,1.00520689574481,0.255951455205554,0.0559954361472478,0.904896257925435,0.327518452595158,1.01075512445807 -1763,0.255951455205554,0.341236796977517,1.01179014829056,0.255951455205554,0.351995167819824,1.02173913043478,0.255951455205554,0.309391397214547,1.00128700846841,0.255951455205554,0.411787628682028,1.01372828038876,0.255951455205554,0.146889093006081,0.791097186118755,0.255951455205554,0.0770875824614534,0.686652485099308,0.5,0.255951455205554,0.0751088906247422,0.424703790474727,0.5,0.255951455205554,0.203495253145522,0.650075371163827,0.5,0.255951455205554,0.222166811163476,0.831416022038681,0.255951455205554,0.0436630094944072,0.341229052658896,0.0740218156230314,1.00962577183255,0.255951455205554,0.0766166990904236,1.0200026497025,0.5,0.255951455205554,0.139069778936705,1.01522974199059,0.255951455205554,0.0557603118997365,1.01525930045118,0.255951455205554,0.117631132338521,1.01154550959441,0.255951455205554,0.0698604518674817,0.907153301214054,0.219974480394305,1.01081463817231 -1764,0.255951455205554,0.252207710114241,1.00809565451558,0.255951455205554,0.517532019396346,1.02173913043478,0.255951455205554,0.40003248587156,1.00054834649494,0.255951455205554,0.471830824136054,1.01540078667744,0.255951455205554,0.199725991547266,0.779201231920692,0.255951455205554,0.107967787004068,0.654175465383735,0.5,0.255951455205554,0.122728731696956,0.449419597762142,0.5,0.255951455205554,0.154130067523093,0.670192673489483,0.5,0.255951455205554,0.169102000828041,0.854441780612803,0.255951455205554,0.110658386070072,0.323217542299868,0.165370080519469,1.02173913043478,0.255951455205554,0.170055859673998,1.01818426850553,0.5,0.255951455205554,0.215324793051733,1.01522547162726,0.255951455205554,0.0737478910826324,1.00308163676392,0.255951455205554,0.228713640413461,1.01008153207779,0.255951455205554,0.0775445947737637,0.934972760698341,0.116910230566314,1.0020666826346 -1765,0.255951455205554,0.216591215209132,1.00045556612237,0.255951455205554,0.24952032060016,1.02173913043478,0.255951455205554,0.453436172898074,0.993208924393895,0.255951455205554,0.516043702391468,1.01115462796051,0.255951455205554,0.191882896962547,0.712565948056071,0.255951455205554,0.111869236110281,0.576792828522705,0.5,0.255951455205554,0.136150897418847,0.409279684085978,0.5,0.255951455205554,0.0871483092998618,0.596126807765256,0.5,0.255951455205554,0.122373405022393,0.871080174313568,0.255951455205554,0.186074357692107,0.448037547637883,0.356203023131079,1.02173913043478,0.255951455205554,0.3176063924984,1.02114527130435,0.5,0.255951455205554,0.263567697009329,1.01307496399857,0.255951455205554,0.11769128567943,0.997739357415495,0.255951455205554,0.335346513573992,1.01547065368418,0.255951455205554,0.0929910083328284,0.946679402901175,0.152156691192654,0.971298009479502 -1766,0.255951455205554,0.222029315608195,0.98356170425774,0.255951455205554,0.226700750649086,1.02173913043478,0.255951455205554,0.44952281847853,0.976436794411156,0.255951455205554,0.557928439624852,1.00259176501487,0.255951455205554,0.179852472487899,0.670675062501452,0.255951455205554,0.107150495040022,0.53981032125582,0.5,0.255951455205554,0.129306771662514,0.378131247382744,0.5,0.255951455205554,0.0578472674468447,0.508847348756576,0.5,0.255951455205554,0.0980131770046674,0.844978193671317,0.255951455205554,0.153407235824871,0.416715857978824,0.58630722813554,1.02173913043478,0.255951455205554,0.306537563864823,1.02157554460181,0.5,0.255951455205554,0.365780991431163,1.01256454411149,0.255951455205554,0.136107580907134,1.00774163656897,0.255951455205554,0.366900569595827,1.01023860269788,0.255951455205554,0.112058242652855,0.925282628215352,0.141825058018857,0.90426119451051 -1767,0.255951455205554,0.211931387672912,0.937304034735069,0.255951455205554,0.138990705005124,0.999242554266504,0.255951455205554,0.373895983610914,0.926538099474245,0.255951455205554,0.444705302078099,0.974230841272493,0.255951455205554,0.144705189998694,0.628912964756154,0.255951455205554,0.0917939015813365,0.553606827462692,0.5,0.255951455205554,0.0891491521148499,0.302629500413085,0.5,0.255951455205554,0.0567143484528831,0.508786038102835,0.5,0.255951455205554,0.0831792491495432,0.78880248875243,0.255951455205554,0.0725556389477082,0.325795991555432,0.129660915823612,1.02173913043478,0.255951455205554,0.256643540858792,1.02037102301244,0.5,0.255951455205554,0.297007246862623,1.00787509008566,0.255951455205554,0.172907427975178,1.00961239138332,0.255951455205554,0.353825908075055,1.0115921607593,0.255951455205554,0.106389075757838,0.889442120386885,0.132905586626224,0.759008015271111 -1768,0.255951455205554,0.187917437179493,0.855016721834786,0.255951455205554,0.0900890430442072,0.911177111253178,0.255951455205554,0.224927187600022,0.811054760423726,0.255951455205554,0.306444161283491,0.877725930114041,0.255951455205554,0.12131976258454,0.590503097870685,0.255951455205554,0.0734340655353737,0.524972229709791,0.5,0.255951455205554,0.0553724221537446,0.26404567135568,0.5,0.255951455205554,0.044369793881304,0.48457704349441,0.5,0.255951455205554,0.0550824170816433,0.687187331170685,0.255951455205554,0.0385005000264703,0.308981018449553,0.313127461039808,1.02173913043478,0.255951455205554,0.140854760621959,1.0144030174033,0.5,0.255951455205554,0.0960770672593713,0.993779903442906,0.255951455205554,0.128302239437192,1.00328620742751,0.255951455205554,0.169670908556872,1.00689905628342,0.255951455205554,0.0775605470072887,0.870043904044679,0.1102838762851,0.562909702325474 -1769,0.255951455205554,0.135396618933597,0.66175793890109,0.255951455205554,0.0597598781864406,0.753299033579009,0.255951455205554,0.116279277847712,0.619615613017547,0.255951455205554,0.168722781400844,0.698723641163546,0.255951455205554,0.069544431710881,0.536625881699436,0.255951455205554,0.0535841811512686,0.462068474650075,0.5,0.255951455205554,0.0315430020422213,0.242705661861261,0.5,0.255951455205554,0.0238453379416698,0.412625062320442,0.5,0.255951455205554,0.0234201585321673,0.576435564294779,0.255951455205554,0.0200154206806682,0.30488625430284,0.0844622266089037,0.960592174494889,0.255951455205554,0.0601327848259835,0.988940465094222,0.5,0.255951455205554,0.0303631657264983,0.959116555275878,0.255951455205554,0.0334455291094508,0.944145142615811,0.255951455205554,0.0385020115875491,0.922561987439782,0.255951455205554,0.026918701218832,0.800314068860475,0.126215515057693,0.46941397699321 -1770,0.255951455205554,0.0296973425483716,0.570013248251995,0.255951455205554,0.0322268568764185,0.548652031417016,0.255951455205554,0.0262970177354456,0.458917949704056,0.255951455205554,0.0146377469315772,0.505726449630913,0.255951455205554,0.0152399483774854,0.550281752366095,0.255951455205554,0.020641022702296,0.384650053727665,0.5,0.255951455205554,0.0122240301035043,0.223235442802725,0.5,0.255951455205554,0.00722126070995575,0.367386041484046,0.5,0.255951455205554,0.00292348516032959,0.488936136291214,0.255951455205554,0.00885162706039196,0.307229898913973,0.0,0.891014838900311,0.255951455205554,0.0,0.919935919246328,0.5,0.255951455205554,0.000399493092828389,0.870649453542185,0.255951455205554,0.0,0.880296577814496,0.255951455205554,0.00108818078140447,0.828734805848218,0.255951455205554,0.00312607181780056,0.71781033565687,0.0406358899665516,0.716515949019499 -1771,0.255951455205554,0.0,0.550955251167457,0.255951455205554,0.0,0.530567926208609,0.255951455205554,0.0,0.345472313587129,0.255951455205554,0.0,0.321493097643468,0.255951455205554,0.0,0.535073650312832,0.255951455205554,0.0,0.36002118215459,0.5,0.255951455205554,0.0,0.238350753253051,0.5,0.255951455205554,0.0,0.350555848624962,0.5,0.255951455205554,0.0,0.441432731699141,0.255951455205554,0.0,0.334555493757531,0.0,0.774887330401159,0.255951455205554,0.0,0.811179256978798,0.5,0.255951455205554,0.0,0.704509397653505,0.255951455205554,0.0,0.861437807510216,0.255951455205554,0.0,0.689554022496932,0.255951455205554,0.0,0.628322169812073,0.0,0.735265766459535 -1772,0.255951455205554,0.0,0.5141671940384,0.255951455205554,0.0,0.446459861169543,0.255951455205554,0.0,0.355921668735097,0.255951455205554,0.0,0.26428343410788,0.255951455205554,0.0,0.608268141114999,0.255951455205554,0.0,0.432301327216349,0.5,0.255951455205554,0.0,0.311865860596363,0.5,0.255951455205554,0.0,0.376272727274369,0.5,0.255951455205554,0.0,0.430451757234091,0.255951455205554,0.0,0.418540963198213,0.0,0.682773401166261,0.255951455205554,0.0,0.626126057923238,0.5,0.255951455205554,0.0,0.571486554923204,0.255951455205554,0.0,0.813876367407796,0.255951455205554,0.0,0.588815293096134,0.255951455205554,0.0,0.54931002183988,0.0,0.974521503144354 -1773,0.255951455205554,0.0,0.472610450404758,0.255951455205554,0.0,0.367705274829339,0.255951455205554,0.0,0.494613780085504,0.255951455205554,0.0,0.345557695873096,0.255951455205554,0.0,0.689302594100602,0.255951455205554,0.0,0.517150258383435,0.5,0.255951455205554,0.0,0.392435285400359,0.5,0.255951455205554,0.0,0.442506263156255,0.5,0.255951455205554,0.0,0.488700921933372,0.255951455205554,0.0,0.484963563386451,0.0,0.421866159092336,0.255951455205554,0.0,0.470720372430157,0.5,0.255951455205554,0.0,0.482057597326015,0.255951455205554,0.0,0.712908096975342,0.255951455205554,0.0,0.527231954514445,0.255951455205554,0.0,0.63994427271504,0.0,0.977585779713479 -1774,0.255951455205554,0.0,0.491843152065756,0.255951455205554,0.0,0.463396661488179,0.255951455205554,0.0,0.682032445874537,0.255951455205554,0.0,0.654787818689689,0.255951455205554,0.0,0.729906451345253,0.255951455205554,0.0,0.47520908387025,0.5,0.255951455205554,0.0,0.460588010789932,0.5,0.255951455205554,0.0,0.513325672129,0.5,0.255951455205554,0.0,0.619797806120223,0.255951455205554,0.0,0.506621183198169,0.0,0.385990493534088,0.255951455205554,0.0,0.413007214866443,0.5,0.255951455205554,0.0,0.489412183250861,0.255951455205554,0.0,0.788951184282942,0.255951455205554,0.0,0.473144217711609,0.255951455205554,0.0,0.651972100206743,0.0,0.979465036857756 -1775,0.255951455205554,0.0,0.660544430171771,0.255951455205554,0.0,0.559462747029207,0.255951455205554,0.0,0.862973071649425,0.255951455205554,0.0,0.941625491215956,0.255951455205554,0.0,0.872311719870122,0.255951455205554,0.0,0.636892784068229,0.5,0.255951455205554,0.0,0.572856974537483,0.5,0.255951455205554,0.0,0.562095447813443,0.5,0.255951455205554,0.0,0.675162046071348,0.255951455205554,0.0,0.570985150092511,0.0,0.394478802358347,0.255951455205554,0.0,0.427409430406159,0.5,0.255951455205554,0.0,0.517092829327475,0.255951455205554,0.0,0.800793107188125,0.255951455205554,0.0,0.516265899056084,0.255951455205554,0.0,0.664878573444395,0.0,0.988461784146362 -1776,0.255951455205554,0.0,0.845809715582572,0.255951455205554,0.0,0.935427889817711,0.255951455205554,0.0,0.943195855647642,0.255951455205554,0.0,0.992661992580085,0.255951455205554,0.0,0.937332077224157,0.255951455205554,0.0,0.820236575929964,0.5,0.255951455205554,0.0,0.695813303792195,0.5,0.255951455205554,0.0,0.620451160266145,0.5,0.255951455205554,0.0,0.743475905714763,0.255951455205554,0.0,0.646552684751439,0.0,0.52257288979994,0.255951455205554,0.0,0.516364168953245,0.5,0.255951455205554,0.0,0.55657747284392,0.255951455205554,0.0,0.762640986238749,0.255951455205554,0.0,0.672867544551553,0.255951455205554,0.0,0.772320479950691,0.0,0.994360314977984 -1777,0.255951455205554,0.0,0.920386821639922,0.255951455205554,0.0,1.01580598876791,0.255951455205554,0.0,0.983970399039741,0.255951455205554,0.0,0.984582795470781,0.255951455205554,0.0,0.947918192949049,0.255951455205554,0.0,0.934414318178651,0.5,0.255951455205554,0.0,0.741574551511066,0.5,0.255951455205554,0.0,0.682496195773138,0.5,0.255951455205554,0.0,0.866863457880133,0.255951455205554,0.0,0.669408940350427,0.0,0.663269595893952,0.255951455205554,0.0,0.521797835233019,0.5,0.255951455205554,0.0,0.480352487620512,0.255951455205554,0.0,0.753984449661005,0.255951455205554,0.0,0.894743716641342,0.255951455205554,0.0,0.950924639186759,0.0,0.993357005622655 -1778,0.255951455205554,0.0,0.965329338186952,0.255951455205554,0.0,1.01715608589923,0.255951455205554,0.0,0.994355455862321,0.255951455205554,0.0,1.00063053259926,0.255951455205554,0.0,0.961597275727732,0.255951455205554,0.0,0.947234364552067,0.5,0.255951455205554,0.0,0.723056008843376,0.5,0.255951455205554,0.0,0.735816247181774,0.5,0.255951455205554,0.0,0.959771683834565,0.255951455205554,0.0,0.632744538251693,0.0,0.404702320725709,0.255951455205554,0.0,0.68013583768647,0.5,0.255951455205554,0.0,0.501638772741445,0.255951455205554,0.0,0.854589693119012,0.255951455205554,0.0,0.983651237189376,0.255951455205554,0.0,0.998598622460324,0.0,0.999307021616098 -1779,0.255951455205554,0.0,0.979320594351878,0.255951455205554,0.0,1.01352524347348,0.255951455205554,0.0,0.996853699508834,0.255951455205554,0.0,1.00815675926036,0.255951455205554,0.0,0.96469338435454,0.255951455205554,0.0,0.947282328941814,0.5,0.255951455205554,0.0,0.680087400833258,0.5,0.255951455205554,0.0,0.754729478308347,0.5,0.255951455205554,0.0,0.994523920875022,0.255951455205554,0.0,0.602940154753279,0.0,0.576473719558896,0.255951455205554,0.0,0.732202900518349,0.5,0.255951455205554,0.0,0.544413779492392,0.255951455205554,0.0,0.901664130255746,0.255951455205554,0.0,0.980933107441039,0.255951455205554,0.0,1.00522762418366,0.0,0.987288067675997 -1780,0.255951455205554,0.0,0.983063542786537,0.255951455205554,0.0,1.01824052587288,0.255951455205554,0.0,0.999604382947976,0.255951455205554,0.0,1.0116463236908,0.255951455205554,0.0,0.95634803618927,0.255951455205554,0.0,0.957961577195917,0.5,0.255951455205554,0.0,0.600744266323054,0.5,0.255951455205554,0.0,0.749008840128417,0.5,0.255951455205554,0.0,1.00263320128343,0.255951455205554,0.0,0.569954867667674,0.0,0.944037710156138,0.255951455205554,0.0,0.824068241377312,0.5,0.255951455205554,0.0,0.673293277041712,0.255951455205554,0.0,0.960761254907192,0.255951455205554,0.0,0.966495695434406,0.255951455205554,0.0,1.00194350610482,0.0,0.988176493282265 -1781,0.255951455205554,0.0,0.990918165369851,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00283376537726,0.255951455205554,0.0,1.01421572696951,0.255951455205554,0.0,0.939350976320576,0.255951455205554,0.0,0.949242575764086,0.5,0.255951455205554,0.0,0.540131334323764,0.5,0.255951455205554,0.0,0.734205727192355,0.5,0.255951455205554,0.0,1.00071443882164,0.255951455205554,0.0,0.57141700486709,0.0,0.932540966669492,0.255951455205554,0.0,0.89462455514077,0.5,0.255951455205554,0.0,0.753214048285445,0.255951455205554,0.0,0.997412915877892,0.255951455205554,0.0,0.962573823561111,0.255951455205554,0.0,1.00702291337024,0.0,0.981250671280115 -1782,0.255951455205554,0.0,1.00228019094347,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00403975067221,0.255951455205554,0.0,1.01454593165809,0.255951455205554,0.0,0.923754381058447,0.255951455205554,0.0,0.933635704881756,0.5,0.255951455205554,0.0,0.530595122154572,0.5,0.255951455205554,0.0,0.710696590953109,0.5,0.255951455205554,0.0,0.997424680001864,0.255951455205554,0.0,0.593177281493866,0.0,0.8007902882606,0.255951455205554,0.0,0.829839012444679,0.5,0.255951455205554,0.0,0.678932397176973,0.255951455205554,0.0,0.999975706197403,0.255951455205554,0.0,0.987729875525978,0.255951455205554,0.0,1.01547874504797,0.0,0.96545470421833 -1783,0.255951455205554,0.0,1.01040556356438,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00497223495155,0.255951455205554,0.0,1.01473975119728,0.255951455205554,0.0,0.92109439944571,0.255951455205554,0.0,0.913390732435698,0.5,0.255951455205554,0.0,0.577162803763046,0.5,0.255951455205554,0.0,0.697438606605062,0.5,0.255951455205554,1.74023956648406e-07,0.992846930377968,0.255951455205554,0.0,0.6518166450348,0.0,0.734164417170751,0.255951455205554,9.88537890122909e-07,0.75020388220912,0.5,0.255951455205554,2.52986042219238e-07,0.607815600699294,0.255951455205554,2.90086969750314e-06,0.994431061722177,0.255951455205554,0.0,1.01056721381702,0.255951455205554,0.0,1.01665384062111,0.0,0.953416399922388 -1784,0.255951455205554,0.000213918265004601,1.01186492077587,0.255951455205554,0.000144050851565698,1.02173913043478,0.255951455205554,0.000360861572837946,1.00297327796708,0.255951455205554,0.000455617147251657,1.01380497185783,0.255951455205554,0.000256445731309381,0.908030613538119,0.255951455205554,0.000564702549895481,0.903411072899988,0.5,0.255951455205554,0.00142955145798133,0.627219501558028,0.5,0.255951455205554,0.00107218677013029,0.68746824022918,0.5,0.255951455205554,0.000806465024041441,0.99194436196787,0.255951455205554,0.00124919428117178,0.679960478727988,0.0020118590886784,0.822684303601307,0.255951455205554,0.00184404143278825,0.764570428063859,0.5,0.255951455205554,0.00165548184514495,0.632460484851878,0.255951455205554,0.00128321624673165,0.996791823612033,0.255951455205554,0.000485191465646069,1.01931448347407,0.255951455205554,0.000432738362977629,1.01656341940796,0.000173081894856911,0.958582073532445 -1785,0.255951455205554,0.00187888644683154,1.01202127405109,0.255951455205554,0.000915476889575207,1.02173913043478,0.255951455205554,0.00166246276035396,0.996871101933791,0.255951455205554,0.00227034714261103,1.00839416273518,0.255951455205554,0.00137218821734731,0.887874841923302,0.255951455205554,0.00284349561615211,0.897727373507127,0.5,0.255951455205554,0.0054611937990964,0.639735002664475,0.5,0.255951455205554,0.00715109437154342,0.701585078703873,0.5,0.255951455205554,0.00283038967718754,0.997075960461885,0.255951455205554,0.00643310206075154,0.696537286249484,0.00690054044549118,0.987954099373184,0.255951455205554,0.00752881912151415,0.838669252408589,0.5,0.255951455205554,0.00491818147946226,0.730414207706937,0.255951455205554,0.00495636246177089,1.00817130229567,0.255951455205554,0.0015800145407232,1.02172660495437,0.255951455205554,0.00289678100531264,1.01635433716606,0.00129395835326799,0.975473982680112 -1786,0.255951455205554,0.00524348411079022,1.01189806698554,0.255951455205554,0.0050884644056667,1.02173913043478,0.255951455205554,0.00350761906883522,0.990902413005394,0.255951455205554,0.00376810011773172,1.00480673137642,0.255951455205554,0.00317306284837334,0.875445920090276,0.255951455205554,0.00610097962800664,0.883194585370004,0.5,0.255951455205554,0.0112364058296367,0.650498251218155,0.5,0.255951455205554,0.0170329913136054,0.71409058426895,0.5,0.255951455205554,0.00658028471008522,0.996264380707585,0.255951455205554,0.00927756453907552,0.700473524929325,0.00967337092451231,1.02173913043478,0.255951455205554,0.0122877853465293,0.940694654712654,0.5,0.255951455205554,0.00819897536761659,0.873824119391428,0.255951455205554,0.00900965548997171,1.0183327837893,0.255951455205554,0.00263099043017441,1.02173913043478,0.255951455205554,0.00756576572759722,1.01552608579301,0.00548866597308513,0.991683288823209 -1787,0.255951455205554,0.0365676908086216,1.01132279350575,0.255951455205554,0.0116376052735847,1.02173913043478,0.255951455205554,0.00621863542132595,0.980290516252562,0.255951455205554,0.00567500174763851,1.0001195355752,0.255951455205554,0.00468471054207605,0.841982011323644,0.255951455205554,0.0115225102551679,0.884003461807053,0.5,0.255951455205554,0.0183699342789628,0.686374652671541,0.5,0.255951455205554,0.0309772419916877,0.716236666407,0.5,0.255951455205554,0.0136914786900985,0.993808812979256,0.255951455205554,0.0118210574679601,0.721674433155299,0.00939006840191816,1.02173913043478,0.255951455205554,0.0129260851343518,1.0075930147983,0.5,0.255951455205554,0.00933583149961407,0.975277968064369,0.255951455205554,0.0097256930573106,1.0212805792127,0.255951455205554,0.00507424687939765,1.02173913043478,0.255951455205554,0.0117552029445401,1.01520288657128,0.0402558122818751,1.00939308935777 -1788,0.255951455205554,0.0604537199767275,1.01033461547602,0.255951455205554,0.0261976696724561,1.02173913043478,0.255951455205554,0.0142643497061911,0.975350944718951,0.255951455205554,0.0143348519803629,0.997486046069891,0.255951455205554,0.00658226850978373,0.834432961434098,0.255951455205554,0.017242590108075,0.86619373680447,0.5,0.255951455205554,0.0214259516760741,0.693316141394097,0.5,0.255951455205554,0.0517114694560708,0.731267997823369,0.5,0.255951455205554,0.0246719492096263,0.990772562771158,0.255951455205554,0.0120893099160099,0.673693291427381,0.00624040987813126,1.02173913043478,0.255951455205554,0.0122766324170481,1.02143237390743,0.5,0.255951455205554,0.0164617778395772,1.01165824208908,0.255951455205554,0.00840093456511314,1.02122069458909,0.255951455205554,0.00948375166437634,1.02173913043478,0.255951455205554,0.0150741803399011,1.0142197713968,0.0727040915608992,1.01026429075331 -1789,0.255951455205554,0.0411684665816341,1.01106392225124,0.255951455205554,0.0272142783596612,1.02173913043478,0.255951455205554,0.0236242961139831,0.970453620205098,0.255951455205554,0.0210125708893627,0.989121956154678,0.255951455205554,0.00747350240896034,0.823682271995857,0.255951455205554,0.0178998943444283,0.862992818425552,0.5,0.255951455205554,0.0241504699123419,0.674834483322985,0.5,0.255951455205554,0.0568100812758765,0.721393341680807,0.5,0.255951455205554,0.029752844696227,0.984522532368607,0.255951455205554,0.012997070399582,0.601522583911216,0.0105615788210525,1.02173913043478,0.255951455205554,0.0156216432663658,1.02173913043478,0.5,0.255951455205554,0.0285196992011749,1.0150940044301,0.255951455205554,0.00839292987161295,1.02109894913401,0.255951455205554,0.0192138243023295,1.01606688722929,0.255951455205554,0.0155135230756229,1.00983750558263,0.0576047962581636,1.01047144422269 -1790,0.255951455205554,0.0153315120446852,1.01083713195946,0.255951455205554,0.0261862818349405,1.02173913043478,0.255951455205554,0.0387036302153572,0.974985216747248,0.255951455205554,0.0365611138802177,0.997616529826597,0.255951455205554,0.0095114786274311,0.796676774435396,0.255951455205554,0.0124872732378323,0.840458491658744,0.5,0.255951455205554,0.0236667780895752,0.608808367219752,0.5,0.255951455205554,0.0540131319576881,0.701344734388062,0.5,0.255951455205554,0.0269977569269179,0.978098891884832,0.255951455205554,0.0138013816215308,0.505596643007337,0.0247213542455153,1.02173913043478,0.255951455205554,0.0194993513568355,1.02173913043478,0.5,0.255951455205554,0.033893634636816,1.01421110915493,0.255951455205554,0.00836742213049693,1.02044568276343,0.255951455205554,0.0242686705134536,1.01430300686336,0.255951455205554,0.0137187411350806,0.99932350066964,0.012132103390786,1.01075759577685 -1791,0.255951455205554,0.0133739310602918,1.01161528783028,0.255951455205554,0.0106771733086632,1.02173913043478,0.255951455205554,0.0380434092005397,0.981321977425263,0.255951455205554,0.0559308434235546,1.00769675473037,0.255951455205554,0.0151083884520116,0.803128757493758,0.255951455205554,0.00873934119154922,0.79130909024551,0.5,0.255951455205554,0.0214421020026545,0.541092186053736,0.5,0.255951455205554,0.0488991913074593,0.664040334363824,0.5,0.255951455205554,0.0219003872996124,0.961333887893056,0.255951455205554,0.0128919094147314,0.467296443446457,0.0199005831769024,1.02173913043478,0.255951455205554,0.0198479262886079,1.02134013301222,0.5,0.255951455205554,0.0238871305319619,1.00938462405455,0.255951455205554,0.0109418510735018,1.01767526561992,0.255951455205554,0.0197262968448659,1.00479031871016,0.255951455205554,0.00930730936729521,0.974867794655639,0.00934734174335361,1.01042871053599 -1792,0.255951455205554,0.0111815582438956,1.01137898376448,0.255951455205554,0.00817860525108817,1.02173913043478,0.255951455205554,0.017569579993021,0.974383407107434,0.255951455205554,0.0154735572968866,1.00466687186154,0.255951455205554,0.013489217673416,0.793664392270163,0.255951455205554,0.0088793411437597,0.706925838956463,0.5,0.255951455205554,0.0171468875567034,0.489972594735455,0.5,0.255951455205554,0.0348749763177639,0.596600643216309,0.5,0.255951455205554,0.0134707125097838,0.929555021055401,0.255951455205554,0.0091348640709387,0.420866221470016,0.015937265613423,0.992970383468062,0.255951455205554,0.011331947772324,1.01132169854683,0.5,0.255951455205554,0.0134242347613633,1.0056946132526,0.255951455205554,0.00757677835363852,1.01037641838204,0.255951455205554,0.0108249542964439,0.980136270152219,0.255951455205554,0.00464703977272106,0.934767395696211,0.0107983043308786,1.00742655191177 -1793,0.255951455205554,0.00762627003216651,1.01006935619591,0.255951455205554,0.0032661284609099,1.02173913043478,0.255951455205554,0.00601990580597916,0.952904587994994,0.255951455205554,0.00413996427042822,0.997607483205692,0.255951455205554,0.00692110651083438,0.774400569988419,0.255951455205554,0.00472720682166658,0.665643133473644,0.5,0.255951455205554,0.00821659212065411,0.436541506533838,0.5,0.255951455205554,0.0167045354894495,0.55730205784668,0.5,0.255951455205554,0.00597407521876357,0.886344736584439,0.255951455205554,0.00530589044445546,0.368207583033835,0.00240005675645494,0.994760031960799,0.255951455205554,0.00246756988574571,0.988429298380171,0.5,0.255951455205554,0.00247834092749097,1.00266715072506,0.255951455205554,0.00221651089203195,0.992259127315131,0.255951455205554,0.00357204850130511,0.953464033422146,0.255951455205554,0.00181994509411246,0.865501442395324,0.00719974715397927,1.00946880350041 -1794,0.255951455205554,0.00207632334035539,1.00721449540119,0.255951455205554,0.00125398839400749,1.02040425640288,0.255951455205554,0.00147220741563661,0.906102991049543,0.255951455205554,0.00144322113286323,0.961827708859566,0.255951455205554,0.00212934266538624,0.720640399133341,0.255951455205554,0.00095268879401575,0.632918340784159,0.5,0.255951455205554,0.0023517905781887,0.399845701450401,0.5,0.255951455205554,0.00406459231558041,0.511695012919899,0.5,0.255951455205554,0.000978651743067268,0.846156279111288,0.255951455205554,0.00230363333680801,0.303273786980861,0.0,1.00393939591356,0.255951455205554,2.3297220580334e-05,0.980951911710006,0.5,0.255951455205554,0.000195922249164756,0.997617042646078,0.255951455205554,5.68263662613166e-05,0.98033612394885,0.255951455205554,0.000379526182371644,0.959047370019892,0.255951455205554,0.000472193399063424,0.842395807243625,0.00186508416321566,1.0064043421429 -1795,0.255951455205554,0.0,1.00429017735248,0.255951455205554,0.0,1.01804229254123,0.255951455205554,0.0,0.876656527371761,0.255951455205554,0.0,0.876703467713494,0.255951455205554,0.0,0.697822619207736,0.255951455205554,0.0,0.604763394821575,0.5,0.255951455205554,0.0,0.350614516314109,0.5,0.255951455205554,0.0,0.458527682363994,0.5,0.255951455205554,0.0,0.791831422934991,0.255951455205554,0.0,0.273961456055987,0.0,0.994798313419979,0.255951455205554,0.0,0.980803533447703,0.5,0.255951455205554,0.0,0.983130215781238,0.255951455205554,0.0,0.991975042482511,0.255951455205554,0.0,0.955915458607104,0.255951455205554,0.0,0.858440542913605,0.0,1.00478065951725 -1796,0.255951455205554,0.0,1.00016829000913,0.255951455205554,0.0,0.980868285257321,0.255951455205554,0.0,0.876332194766096,0.255951455205554,0.0,0.885204786723807,0.255951455205554,0.0,0.767600662400423,0.255951455205554,0.0,0.583521353015674,0.5,0.255951455205554,0.0,0.3179564621942,0.5,0.255951455205554,0.0,0.417888474296522,0.5,0.255951455205554,0.0,0.757609862515751,0.255951455205554,0.0,0.226583975709978,0.0,0.97429321484839,0.255951455205554,0.0,0.965742679640366,0.5,0.255951455205554,0.0,0.981852340243088,0.255951455205554,0.0,0.996370520144011,0.255951455205554,0.0,0.931910694328167,0.255951455205554,0.0,0.861628887313128,0.0,0.993176695631722 -1797,0.255951455205554,0.0,1.00405315370343,0.255951455205554,0.0,1.01545859464248,0.255951455205554,0.0,0.910952114042383,0.255951455205554,0.0,0.966613723656766,0.255951455205554,0.0,0.772175253560477,0.255951455205554,0.0,0.623632661414678,0.5,0.255951455205554,0.0,0.305025448071481,0.5,0.255951455205554,0.0,0.400814328697894,0.5,0.255951455205554,0.0,0.748407523558797,0.255951455205554,0.0,0.21620218563079,0.0,1.00002883856495,0.255951455205554,0.0,0.975365687184975,0.5,0.255951455205554,0.0,0.992641175503294,0.255951455205554,0.0,1.00107960460533,0.255951455205554,0.0,0.904575215077087,0.255951455205554,0.0,0.863029341485812,0.0,0.930285477575936 -1798,0.255951455205554,0.0,0.994525132495498,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.920127621274941,0.255951455205554,0.0,0.955805011577946,0.255951455205554,0.0,0.681527872253761,0.255951455205554,0.0,0.65153831241987,0.5,0.255951455205554,0.0,0.298050826428293,0.5,0.255951455205554,0.0,0.402593134168513,0.5,0.255951455205554,0.0,0.748219227399345,0.255951455205554,0.0,0.262497150679392,0.0,1.01473603764153,0.255951455205554,0.0,1.00613072437437,0.5,0.255951455205554,0.0,1.00660067275465,0.255951455205554,0.0,0.999714282839122,0.255951455205554,0.0,0.908937542400207,0.255951455205554,0.0,0.882600373639866,0.0,0.959277107187448 -1799,0.255951455205554,0.0,0.982146552277274,0.255951455205554,0.0,0.990448030338792,0.255951455205554,0.0,0.886683261891451,0.255951455205554,0.0,0.920273295008721,0.255951455205554,0.0,0.645603704482058,0.255951455205554,0.0,0.690672506664473,0.5,0.255951455205554,0.0,0.309612020369173,0.5,0.255951455205554,0.0,0.417854764263027,0.5,0.255951455205554,0.0,0.746216773548429,0.255951455205554,0.0,0.32520908982477,0.0,1.01507304905014,0.255951455205554,0.0,1.01121330096029,0.5,0.255951455205554,0.0,1.012896127617,0.255951455205554,0.0,0.9933714769864,0.255951455205554,0.0,0.949776066477116,0.255951455205554,0.0,0.894060608708306,0.0,0.993599416450055 -1800,0.255951455205554,0.0,0.987091347620168,0.255951455205554,0.0,0.967659265589567,0.255951455205554,0.0,0.858029741385293,0.255951455205554,0.0,0.893886878241889,0.255951455205554,0.0,0.663350936143908,0.255951455205554,0.0,0.655327352534962,0.5,0.255951455205554,0.0,0.304625867916672,0.5,0.255951455205554,0.0,0.423269258126005,0.5,0.255951455205554,0.0,0.735482720966503,0.255951455205554,0.0,0.324865403937676,0.0,1.02173913043478,0.255951455205554,0.0,1.0166207734148,0.5,0.255951455205554,0.0,1.00855985473231,0.255951455205554,0.0,1.00128637090414,0.255951455205554,0.0,0.978477188833521,0.255951455205554,0.0,0.924098165857229,0.0,1.00549585594313 -1801,0.255951455205554,0.0,0.988991798174899,0.255951455205554,0.0,0.942614437663616,0.255951455205554,0.0,0.873828335704446,0.255951455205554,0.0,0.913927182555462,0.255951455205554,0.0,0.615915231055943,0.255951455205554,0.0,0.597847231097275,0.5,0.255951455205554,0.0,0.248132623983609,0.5,0.255951455205554,0.0,0.447499954804043,0.5,0.255951455205554,0.0,0.747474166227,0.255951455205554,0.0,0.242941751234624,0.0,1.02173913043478,0.255951455205554,0.0,1.0195180099574,0.5,0.255951455205554,0.0,1.00323752697091,0.255951455205554,0.0,1.0056551100629,0.255951455205554,0.0,0.97681633526477,0.255951455205554,0.0,0.931502030982814,0.0,1.00257620812623 -1802,0.255951455205554,0.0,0.999451774262251,0.255951455205554,0.0,0.964939191284642,0.255951455205554,0.0,0.899742991294579,0.255951455205554,0.0,0.914716216980408,0.255951455205554,0.0,0.669592134388308,0.255951455205554,0.0,0.548422923975693,0.5,0.255951455205554,0.0,0.279312582206379,0.5,0.255951455205554,0.0,0.482567000940188,0.5,0.255951455205554,0.0,0.779867821358302,0.255951455205554,0.0,0.241260351928312,0.0,1.02173913043478,0.255951455205554,0.0,1.01398842259114,0.5,0.255951455205554,0.0,0.996978698091808,0.255951455205554,0.0,1.00355196118137,0.255951455205554,0.0,0.96237993800511,0.255951455205554,0.0,0.919606994202816,0.0,1.00376161275448 -1803,0.255951455205554,0.0,0.998829092678028,0.255951455205554,0.0,1.00905546634924,0.255951455205554,0.0,0.891998545968437,0.255951455205554,0.0,0.927140814945572,0.255951455205554,0.0,0.649939721185603,0.255951455205554,0.0,0.565961345734294,0.5,0.255951455205554,0.0,0.343380403590006,0.5,0.255951455205554,0.0,0.491424744431561,0.5,0.255951455205554,0.0,0.781098786856676,0.255951455205554,0.0,0.308060836953965,0.0,0.986776539131268,0.255951455205554,0.0,1.00471248927811,0.5,0.255951455205554,0.0,0.99284618483217,0.255951455205554,0.0,1.00289085503701,0.255951455205554,0.0,0.931483927414884,0.255951455205554,0.0,0.834038379062095,0.0,1.00087557559609 -1804,0.255951455205554,0.0,0.987863386711705,0.255951455205554,0.0,0.978766910353812,0.255951455205554,0.0,0.855981894412659,0.255951455205554,0.0,0.833257756793971,0.255951455205554,0.0,0.662660089009206,0.255951455205554,0.0,0.462763801851733,0.5,0.255951455205554,0.0,0.28114590237348,0.5,0.255951455205554,0.0,0.455790881113883,0.5,0.255951455205554,0.0,0.73396962460619,0.255951455205554,0.0,0.287950888487552,0.0,1.00521926323165,0.255951455205554,0.0,0.99339449862327,0.5,0.255951455205554,0.0,0.989613383861238,0.255951455205554,0.0,0.988613756442738,0.255951455205554,0.0,0.892735064958857,0.255951455205554,0.0,0.74758111300115,0.0,0.994490016531148 -1805,0.255951455205554,0.0,0.984799424109607,0.255951455205554,0.0,0.926803512430415,0.255951455205554,0.0,0.822714061080861,0.255951455205554,0.0,0.795928961949884,0.255951455205554,0.0,0.692635605444209,0.255951455205554,0.0,0.449470560106102,0.5,0.255951455205554,0.0,0.231922844629888,0.5,0.255951455205554,0.0,0.4298511825187,0.5,0.255951455205554,0.0,0.712142809863374,0.255951455205554,0.0,0.230793472554724,0.0,0.963593927453968,0.255951455205554,0.0,0.983533229540164,0.5,0.255951455205554,0.0,0.981946328570163,0.255951455205554,0.0,0.960838039604963,0.255951455205554,0.0,0.923907586804763,0.255951455205554,0.0,0.704939422573408,0.0,0.991089966287294 -1806,0.255951455205554,0.0,0.984501766551744,0.255951455205554,0.0,0.926910908534546,0.255951455205554,0.0,0.801834601760592,0.255951455205554,0.0,0.813703686846401,0.255951455205554,0.0,0.656850301115227,0.255951455205554,0.0,0.44599668405389,0.5,0.255951455205554,0.0,0.20419663868775,0.5,0.255951455205554,0.0,0.420917754075062,0.5,0.255951455205554,0.0,0.703189440273127,0.255951455205554,0.0,0.158128474416543,0.0,1.00071708182426,0.255951455205554,0.0,0.9984037050121,0.5,0.255951455205554,0.0,0.980038025977349,0.255951455205554,0.0,0.946751847526512,0.255951455205554,0.0,0.912130432653641,0.255951455205554,0.0,0.69358096029421,0.0,0.991656252056717 -1807,0.255951455205554,0.0,0.985727752335832,0.255951455205554,0.0,0.944511471454101,0.255951455205554,0.0,0.782118209900489,0.255951455205554,0.0,0.794558155341302,0.255951455205554,0.0,0.604753088944544,0.255951455205554,0.0,0.479603756229756,0.5,0.255951455205554,0.0,0.200200180118038,0.5,0.255951455205554,0.0,0.371258622673014,0.5,0.255951455205554,5.53256817222615e-06,0.667131571039922,0.255951455205554,0.0,0.119397352676954,1.67515773374684e-09,1.01774631224671,0.255951455205554,2.85780246380759e-05,0.990393176333083,0.5,0.255951455205554,1.92239450478974e-06,0.985054063650974,0.255951455205554,4.63769858006576e-05,0.949484963841648,0.255951455205554,0.0,0.914362031827032,0.255951455205554,0.0,0.757090679801248,0.0,0.993858026469846 -1808,0.255951455205554,0.00189774176409771,0.974980306056602,0.255951455205554,0.00452198777148544,0.965822887638133,0.255951455205554,0.00344253879124715,0.767790842980031,0.255951455205554,0.00540327138044724,0.807226054116753,0.255951455205554,0.00110340154320045,0.562722382911822,0.255951455205554,0.00308138354809728,0.504369127827422,0.5,0.255951455205554,0.00609802951710569,0.207809155687437,0.5,0.255951455205554,0.0198704189464773,0.357647347963896,0.5,0.255951455205554,0.0130472425395753,0.65813893569201,0.255951455205554,0.00426847984725448,0.102493307493134,0.00186277163530204,0.995260762611832,0.255951455205554,0.00309086128349008,0.990640695789003,0.5,0.255951455205554,0.00330794283549588,0.992428753578803,0.255951455205554,0.00718012321868908,0.970737352317766,0.255951455205554,0.010683100633005,0.938349036069091,0.255951455205554,0.00716909590855601,0.838869617926066,0.000961130183051841,0.994816329041215 -1809,0.255951455205554,0.0147804700706155,0.952192324850824,0.255951455205554,0.0106264944047099,0.969062454230043,0.255951455205554,0.0301214809038269,0.785418151614136,0.255951455205554,0.0383820903874666,0.848690047890094,0.255951455205554,0.0103704134364093,0.544681252705501,0.255951455205554,0.01564634927515,0.502943007454523,0.5,0.255951455205554,0.0344905064710456,0.21954617415149,0.5,0.255951455205554,0.0758684774000448,0.37692845781957,0.5,0.255951455205554,0.0551665093562324,0.678480080471538,0.255951455205554,0.0512091179528606,0.116240648316699,0.0290892538515366,1.00407975601953,0.255951455205554,0.0196944806971428,0.995543151180012,0.5,0.255951455205554,0.00922826486988845,0.99141739590292,0.255951455205554,0.0281067380041819,0.970596581830799,0.255951455205554,0.0317257506665316,0.942423885415999,0.255951455205554,0.0231392571811032,0.829897383174125,0.0115720268276062,0.951788827299641 -1810,0.255951455205554,0.0544969517996619,0.933148515030128,0.255951455205554,0.0150003108836662,0.976038444484818,0.255951455205554,0.069501867047819,0.818540122778543,0.255951455205554,0.0680606160792989,0.861941107160263,0.255951455205554,0.0280246227256127,0.560758775931492,0.255951455205554,0.0365135822380486,0.501441923672938,0.5,0.255951455205554,0.0676322160806141,0.252855914563635,0.5,0.255951455205554,0.148366904275407,0.3858682063024,0.5,0.255951455205554,0.113078765629131,0.680497855222617,0.255951455205554,0.101093559315135,0.186833813725084,0.0452522296664993,1.02173913043478,0.255951455205554,0.049826040477812,0.995222761132875,0.5,0.255951455205554,0.0228527381265558,0.992956042278824,0.255951455205554,0.0517280652076275,0.961558204430583,0.255951455205554,0.0580533806413227,0.937853752932046,0.255951455205554,0.0464262462192842,0.829971057797905,0.0866030278406119,0.74836505817098 -1811,0.255951455205554,0.0852311030531824,0.917368082274351,0.255951455205554,0.0172956091013185,0.918709413462539,0.255951455205554,0.108823286580831,0.810369421241437,0.255951455205554,0.04780095702872,0.781694805174107,0.255951455205554,0.0475625614821414,0.558649069628304,0.255951455205554,0.0559408073279118,0.463912029733684,0.5,0.255951455205554,0.0888485876870172,0.272078860337132,0.5,0.255951455205554,0.222522316478921,0.402362689559823,0.5,0.255951455205554,0.164183393887167,0.667424320171855,0.255951455205554,0.0976320347849729,0.317633062696101,0.0221582043074417,1.00557867028409,0.255951455205554,0.0599798377651277,0.99087549460354,0.5,0.255951455205554,0.0741646848571234,0.987798988659901,0.255951455205554,0.0688821515543751,0.967560229418366,0.255951455205554,0.111826985501038,0.934082420480942,0.255951455205554,0.052493506835618,0.803289934837305,0.0798405248526948,0.48343699690178 -1812,0.255951455205554,0.135290553055508,0.927634165047546,0.255951455205554,0.0219550596837297,0.830490774201026,0.255951455205554,0.125058663645266,0.769790354857725,0.255951455205554,0.0698244920869536,0.686647212651541,0.255951455205554,0.0754711830924046,0.578629798805091,0.255951455205554,0.0924805923939235,0.444126027538071,0.5,0.255951455205554,0.120304422328438,0.261273028445873,0.5,0.255951455205554,0.232002824852124,0.388999855425238,0.5,0.255951455205554,0.203342003280788,0.66182961360437,0.255951455205554,0.0951720883648791,0.269750634723803,0.0149531711152843,0.985949312568021,0.255951455205554,0.0596425545191533,0.965963270436997,0.5,0.255951455205554,0.107017118257792,0.983551015519063,0.255951455205554,0.094469843239879,0.970426631337506,0.255951455205554,0.161523272305008,0.933118369775634,0.255951455205554,0.0611184230670833,0.743069127221671,0.0928200156645628,0.317018463392206 -1813,0.255951455205554,0.145465039474783,0.91752751321415,0.255951455205554,0.0517486297705691,0.757222642071958,0.255951455205554,0.110330314669006,0.704814751060275,0.255951455205554,0.0779964337563906,0.619186905282712,0.255951455205554,0.0861565911633632,0.586030568685501,0.255951455205554,0.150974858817914,0.423378894031586,0.5,0.255951455205554,0.191763468178627,0.246274227395873,0.5,0.255951455205554,0.202797034123068,0.331764801394185,0.5,0.255951455205554,0.215023997368779,0.609890694680954,0.255951455205554,0.148703381470271,0.231713076867316,0.0115717924534069,0.931901160740718,0.255951455205554,0.0790816132138774,0.940161071390084,0.5,0.255951455205554,0.127470473078631,0.973894296877356,0.255951455205554,0.151760498486886,0.961364917802797,0.255951455205554,0.213020940275925,0.939498730787249,0.255951455205554,0.0873547728340045,0.711820974982112,0.112403611050512,0.219866662158577 -1814,0.255951455205554,0.146352899858113,0.890455335836487,0.255951455205554,0.0781305997645399,0.687167509512064,0.255951455205554,0.0805944202428478,0.604242950852616,0.255951455205554,0.043871729754399,0.472917525542486,0.255951455205554,0.0977911304291087,0.551630953220792,0.255951455205554,0.150947707697182,0.408070663862339,0.5,0.255951455205554,0.208330698937291,0.231226032851611,0.5,0.255951455205554,0.178011617134741,0.27254560155023,0.5,0.255951455205554,0.164825844181973,0.548711895738027,0.255951455205554,0.294020492486507,0.211729396032698,0.0171686419074458,0.84075581219776,0.255951455205554,0.0743747957529705,0.889919573392812,0.5,0.255951455205554,0.173539538498892,0.955701466010242,0.255951455205554,0.228514762751158,0.958746778534968,0.255951455205554,0.201887444783521,0.909401156889478,0.255951455205554,0.152934295586058,0.783612279575166,0.145919106529128,0.174477951276881 -1815,0.255951455205554,0.144184432409859,0.841387706765468,0.255951455205554,0.102713990054166,0.6125204488048,0.255951455205554,0.0613410740428597,0.485112862384377,0.255951455205554,0.0386830500085929,0.327601611172967,0.255951455205554,0.110950854631833,0.56088351961188,0.255951455205554,0.128900669534731,0.387650901316048,0.5,0.255951455205554,0.188511784895866,0.186990417849352,0.5,0.255951455205554,0.141510024330855,0.196415082439987,0.5,0.255951455205554,0.109004918605172,0.427043855434509,0.255951455205554,0.299738180021679,0.202246659010316,0.0169547709805226,0.767310337882069,0.255951455205554,0.0360504348004114,0.827857770011255,0.5,0.255951455205554,0.184067693081189,0.932228790409799,0.255951455205554,0.176442559999479,0.933774197795492,0.255951455205554,0.128918778901113,0.843551538600115,0.255951455205554,0.161518756443517,0.738997820381896,0.129267581311032,0.209716453104445 -1816,0.255951455205554,0.20158893356754,0.801953402560722,0.255951455205554,0.0818633726114951,0.534562012415524,0.255951455205554,0.0453997494271952,0.389582326049404,0.255951455205554,0.0331788542881428,0.231585803581456,0.255951455205554,0.0706967080796978,0.472053724419046,0.255951455205554,0.0969103451234444,0.334102856889884,0.5,0.255951455205554,0.160595182411978,0.145974397747835,0.5,0.255951455205554,0.101315209059833,0.141304752468647,0.5,0.255951455205554,0.0727574504004063,0.35652757404251,0.255951455205554,0.22199679533382,0.160320505364453,0.0145831961998448,0.711318709315623,0.255951455205554,0.0195325042978916,0.744237453622636,0.5,0.255951455205554,0.176501519650155,0.903783054953566,0.255951455205554,0.0750239501262656,0.862925757494375,0.255951455205554,0.049666499886661,0.720522278275518,0.255951455205554,0.0908556867384786,0.669321064618435,0.0782860213004625,0.342438504619554 -1817,0.255951455205554,0.213973924773084,0.739155451845999,0.255951455205554,0.0517654996296742,0.372737640068226,0.255951455205554,0.0235046794082649,0.326052069515855,0.255951455205554,0.020099217554013,0.197784651625794,0.255951455205554,0.0358362970249616,0.37811011842476,0.255951455205554,0.0594076264251547,0.286488135609502,0.5,0.255951455205554,0.0859078857141112,0.0941061076752661,0.5,0.255951455205554,0.0591579461669692,0.0900547262317192,0.5,0.255951455205554,0.0400277181156374,0.290618511481358,0.255951455205554,0.154793371282453,0.101423219970665,0.00790548552588191,0.571911306570638,0.255951455205554,0.00992660997634218,0.649981650672445,0.5,0.255951455205554,0.109856834573998,0.873952360319104,0.255951455205554,0.019037652961655,0.808431752775287,0.255951455205554,0.0117227382612453,0.577200353539652,0.255951455205554,0.0406626966269608,0.547769449874736,0.0744821763826014,0.387598582708365 -1818,0.255951455205554,0.0493208625715597,0.488801554033798,0.255951455205554,0.0317922219434708,0.286455389605076,0.255951455205554,0.00467035276585187,0.259199372086253,0.255951455205554,0.00256735538867529,0.165363005094958,0.255951455205554,0.00939063419213299,0.289122480444917,0.255951455205554,0.0161834528051391,0.198207060828481,0.5,0.255951455205554,0.0260893579132093,0.0437653661132292,0.5,0.255951455205554,0.0203281227107708,0.0506595684749933,0.5,0.255951455205554,0.00758770995837333,0.245280454311466,0.255951455205554,0.0382350917404453,0.0243338220140475,0.000171867165627681,0.557743484564795,0.255951455205554,0.000603890888085039,0.584804271912667,0.5,0.255951455205554,0.00182218149194943,0.836352964422962,0.255951455205554,0.000873526748372986,0.770727067995031,0.255951455205554,0.00180177605517636,0.449216054592231,0.255951455205554,0.0144490193046331,0.440122555032238,0.0694757986242038,0.387234308008534 -1819,0.255951455205554,0.0,0.25284178565302,0.255951455205554,0.0,0.106113072819721,0.255951455205554,0.0,0.202026882450582,0.255951455205554,0.0,0.160619693468304,0.255951455205554,8.95283642467451e-07,0.213606499581521,0.255951455205554,0.0,0.149514563980709,0.5,0.255951455205554,5.52946754533456e-07,0.0198303421723866,0.5,0.255951455205554,0.0,0.0345134668601628,0.5,0.255951455205554,0.0,0.194498037104227,0.255951455205554,0.0,0.0077354322330208,0.0,0.644740015077937,0.255951455205554,0.0,0.530308117835276,0.5,0.255951455205554,0.0,0.676247096451175,0.255951455205554,0.0,0.656120859838099,0.255951455205554,0.0,0.314670991365885,0.255951455205554,0.0,0.308207243789996,0.0,0.337273384340407 -1820,0.255951455205554,0.0,0.119963760393633,0.255951455205554,0.0,0.0353236462581385,0.255951455205554,0.0,0.184766166179593,0.255951455205554,0.0,0.190866012967687,0.255951455205554,0.0,0.174342436338382,0.255951455205554,0.0,0.10412157215787,0.5,0.255951455205554,0.0,0.0103809841815197,0.5,0.255951455205554,0.0,0.0280147415591107,0.5,0.255951455205554,0.0,0.127294402628579,0.255951455205554,0.0,0.0024739601002235,0.0,0.600356524254071,0.255951455205554,0.0,0.465090958966856,0.5,0.255951455205554,0.0,0.529047507502013,0.255951455205554,0.0,0.568164698488777,0.255951455205554,0.0,0.209911251640524,0.255951455205554,0.0,0.261559575098384,0.0,0.315139570817549 -1821,0.255951455205554,0.0,0.0646211473973739,0.255951455205554,0.0,0.0268329438462636,0.255951455205554,0.0,0.207023812290929,0.255951455205554,0.0,0.275976696129377,0.255951455205554,0.0,0.153465868312805,0.255951455205554,0.0,0.0783868911638622,0.5,0.255951455205554,0.0,0.00644961250200836,0.5,0.255951455205554,0.0,0.0239511984483508,0.5,0.255951455205554,0.0,0.0956888664718081,0.255951455205554,0.0,0.000859410517142685,0.0,0.423789305406656,0.255951455205554,0.0,0.365657666856407,0.5,0.255951455205554,0.0,0.414387816950832,0.255951455205554,0.0,0.469482827841707,0.255951455205554,0.0,0.151140805078966,0.255951455205554,0.0,0.25036695610655,0.0,0.443047081094482 -1822,0.255951455205554,0.0,0.0916937668450362,0.255951455205554,0.0,0.047947814005584,0.255951455205554,0.0,0.26137027860835,0.255951455205554,0.0,0.391308476404619,0.255951455205554,0.0,0.137216514225131,0.255951455205554,0.0,0.0644095538407281,0.5,0.255951455205554,0.0,0.00309570819224742,0.5,0.255951455205554,0.0,0.0224865056430411,0.5,0.255951455205554,0.0,0.0800694444290145,0.255951455205554,0.0,0.000534733179269015,0.0,0.179557460754976,0.255951455205554,0.0,0.246672200694979,0.5,0.255951455205554,0.0,0.327184311782761,0.255951455205554,0.0,0.435609689112327,0.255951455205554,0.0,0.148196703417807,0.255951455205554,0.0,0.269536152595049,0.0,0.697303097625017 -1823,0.255951455205554,0.0,0.229993732638144,0.255951455205554,0.0,0.150834934402499,0.255951455205554,0.0,0.340644420079578,0.255951455205554,0.0,0.398345923598623,0.255951455205554,0.0,0.119663105187139,0.255951455205554,0.0,0.0476512870292762,0.5,0.255951455205554,0.0,0.002464140504021,0.5,0.255951455205554,0.0,0.0178433762729324,0.5,0.255951455205554,0.0,0.0646037856268039,0.255951455205554,0.0,0.000927296957964885,0.0,0.146751926431244,0.255951455205554,0.0,0.151995466037553,0.5,0.255951455205554,0.0,0.248022085078174,0.255951455205554,0.0,0.388865302809326,0.255951455205554,0.0,0.18498318771646,0.255951455205554,0.0,0.267783385843526,0.0,0.798220898439864 -1824,0.255951455205554,0.0,0.563959479417321,0.255951455205554,0.0,0.411609387891503,0.255951455205554,0.0,0.403136566293607,0.255951455205554,0.0,0.415470204927108,0.255951455205554,0.0,0.111378287510447,0.255951455205554,0.0,0.0321105994667294,0.5,0.255951455205554,0.0,0.00254264054865248,0.5,0.255951455205554,0.0,0.0150071591516185,0.5,0.255951455205554,0.0,0.0484850131991289,0.255951455205554,0.0,0.000949791907178168,0.0,0.12454137730608,0.255951455205554,0.0,0.112040340190639,0.5,0.255951455205554,0.0,0.193660384674572,0.255951455205554,0.0,0.316766949694692,0.255951455205554,0.0,0.241725513168883,0.255951455205554,0.0,0.232051327337618,0.0,0.774210747828799 -1825,0.255951455205554,0.0,0.812828562826799,0.255951455205554,0.0,0.581770407046262,0.255951455205554,0.0,0.432642456510124,0.255951455205554,0.0,0.524994697054281,0.255951455205554,0.0,0.124416213089204,0.255951455205554,0.0,0.0267137229400631,0.5,0.255951455205554,0.0,0.00224014472255864,0.5,0.255951455205554,0.0,0.0125467418140486,0.5,0.255951455205554,0.0,0.0348332721814311,0.255951455205554,0.0,0.000411359637482953,0.0,0.0999831927285231,0.255951455205554,0.0,0.0912883698729084,0.5,0.255951455205554,0.0,0.164393104322999,0.255951455205554,0.0,0.279777787809591,0.255951455205554,0.0,0.294991071168987,0.255951455205554,0.0,0.19605564221448,0.0,0.805270225188417 -1826,0.255951455205554,0.0,0.890188657567395,0.255951455205554,0.0,0.685051042530916,0.255951455205554,0.0,0.441849554501265,0.255951455205554,0.0,0.592473757389118,0.255951455205554,0.0,0.134378331965822,0.255951455205554,0.0,0.0295000178308986,0.5,0.255951455205554,0.0,0.00185768677280932,0.5,0.255951455205554,0.0,0.0117865235717619,0.5,0.255951455205554,0.0,0.0264584637152776,0.255951455205554,0.0,0.000190489448765181,0.0,0.0666002478413407,0.255951455205554,0.0,0.107550692859842,0.5,0.255951455205554,0.0,0.197069476897856,0.255951455205554,0.0,0.274426140485137,0.255951455205554,0.0,0.316324276478954,0.255951455205554,0.0,0.16976927805074,0.0,0.821682734765737 -1827,0.255951455205554,0.0,0.911673892618048,0.255951455205554,0.0,0.740516624518687,0.255951455205554,0.0,0.443725653659361,0.255951455205554,0.0,0.530826724972908,0.255951455205554,0.0,0.145821815399197,0.255951455205554,0.0,0.0354817677091848,0.5,0.255951455205554,0.0,0.00170923589972774,0.5,0.255951455205554,0.0,0.0121340958101417,0.5,0.255951455205554,0.0,0.0200550518068143,0.255951455205554,0.0,0.000345011828467265,0.0,0.0848501016999048,0.255951455205554,0.0,0.194279438550941,0.5,0.255951455205554,0.0,0.321528613339305,0.255951455205554,0.0,0.255389404328378,0.255951455205554,0.0,0.300445651187335,0.255951455205554,0.0,0.14571539804219,0.0,0.786391976504456 -1828,0.255951455205554,0.0,0.908584689925399,0.255951455205554,0.0,0.688940000759406,0.255951455205554,0.0,0.436940628462647,0.255951455205554,0.0,0.516690590536848,0.255951455205554,0.0,0.178233980820906,0.255951455205554,0.0,0.0410659328519525,0.5,0.255951455205554,0.0,0.00212434493589596,0.5,0.255951455205554,0.0,0.00892428589184845,0.5,0.255951455205554,0.0,0.0135193602996874,0.255951455205554,0.0,0.00088789497175443,0.0,0.207147699388694,0.255951455205554,0.0,0.290913528539543,0.5,0.255951455205554,0.0,0.541581152728195,0.255951455205554,0.0,0.243316045925531,0.255951455205554,0.0,0.272041856509578,0.255951455205554,0.0,0.132878565172452,0.0,0.848973183841536 -1829,0.255951455205554,0.0,0.88051266932972,0.255951455205554,0.0,0.64584666287225,0.255951455205554,0.0,0.421316172787457,0.255951455205554,0.0,0.44455646194662,0.255951455205554,0.0,0.199047991631637,0.255951455205554,0.0,0.0443797242511025,0.5,0.255951455205554,0.0,0.00338032341590073,0.5,0.255951455205554,0.0,0.00667748907268959,0.5,0.255951455205554,0.0,0.0123357481897954,0.255951455205554,0.0,0.00120430674890615,0.0,0.356280235246028,0.255951455205554,0.0,0.386525614632032,0.5,0.255951455205554,0.0,0.755280743252414,0.255951455205554,0.0,0.261499958711964,0.255951455205554,0.0,0.298988884647436,0.255951455205554,0.0,0.133448015333318,0.0,0.905033012282346 -1830,0.255951455205554,0.0,0.824415396921973,0.255951455205554,0.0,0.648127867070872,0.255951455205554,0.0,0.400894203322744,0.255951455205554,0.0,0.400239251030893,0.255951455205554,0.0,0.225330169286946,0.255951455205554,0.0,0.0439272813324939,0.5,0.255951455205554,0.0,0.00520151082956155,0.5,0.255951455205554,0.0,0.00553281378748044,0.5,0.255951455205554,0.0,0.0130917072899658,0.255951455205554,0.0,0.00216527650873296,0.0,0.405792518962461,0.255951455205554,0.0,0.463029778397395,0.5,0.255951455205554,0.0,0.827921901206968,0.255951455205554,0.0,0.289864808628547,0.255951455205554,0.0,0.340025203547653,0.255951455205554,0.0,0.131326255398511,0.0,0.854199141162444 -1831,0.255951455205554,0.0,0.797369833996417,0.255951455205554,0.0,0.595000375373854,0.255951455205554,0.0,0.412565302074741,0.255951455205554,0.0,0.462930472701568,0.255951455205554,0.0,0.23932051757123,0.255951455205554,0.0,0.0425176045948429,0.5,0.255951455205554,0.0,0.007446785325673,0.5,0.255951455205554,0.0,0.00525293274421419,0.5,0.255951455205554,0.000161529185151691,0.0156670136335975,0.255951455205554,0.0,0.00345853707580448,0.000197101831902481,0.520132156675771,0.255951455205554,0.00023126236542132,0.520079905367848,0.5,0.255951455205554,3.67324506320908e-05,0.820412538401743,0.255951455205554,0.00026794084270168,0.259422396358118,0.255951455205554,7.92894229432919e-07,0.341526189827321,0.255951455205554,1.96443953775124e-06,0.133208221897427,0.0,0.72515662884238 -1832,0.255951455205554,0.00802994612865352,0.817776910642624,0.255951455205554,0.00744581058224314,0.621354681293392,0.255951455205554,0.00510432237090817,0.454757716749289,0.255951455205554,0.00478066580372763,0.513463725839549,0.255951455205554,0.0247925006263723,0.275269504977124,0.255951455205554,0.0280995599084661,0.0515687493539144,0.5,0.255951455205554,0.0256631190973752,0.00820356340667246,0.5,0.255951455205554,0.0613395062131867,0.00560921535469871,0.5,0.255951455205554,0.0623614897296349,0.0226149677769087,0.255951455205554,0.0160722217149636,0.0036946958016715,0.0064191769555698,0.734870921718299,0.255951455205554,0.00751372312432856,0.555803944084642,0.5,0.255951455205554,0.0107588987774749,0.788376292676401,0.255951455205554,0.0179888169770896,0.254786073325324,0.255951455205554,0.0180328929105909,0.363722636922671,0.255951455205554,0.0131473202135005,0.152908221389508,0.00433367251686161,0.841443058702918 -1833,0.255951455205554,0.0428493089711798,0.834485624689025,0.255951455205554,0.0339515276329132,0.710709694034296,0.255951455205554,0.025215422004882,0.528177044166927,0.255951455205554,0.018096929803571,0.554906467332617,0.255951455205554,0.122950518833913,0.348686901602003,0.255951455205554,0.118123665736684,0.107756406233026,0.5,0.255951455205554,0.120657034960642,0.0180598942665126,0.5,0.255951455205554,0.201439065125455,0.0103543914568657,0.5,0.255951455205554,0.184436381300155,0.0403049888598226,0.255951455205554,0.137488968624417,0.0138675624640421,0.0249447366620859,0.697752812080964,0.255951455205554,0.0295538948009057,0.588691870757904,0.5,0.255951455205554,0.0457876885508222,0.788522578541348,0.255951455205554,0.0440408005333217,0.322839731165431,0.255951455205554,0.0408107984366205,0.377628320241513,0.255951455205554,0.0574964681726152,0.187845121725185,0.0360680423650791,0.891806056225867 -1834,0.255951455205554,0.116875981953058,0.863923441878934,0.255951455205554,0.0626787295646681,0.736011054347319,0.255951455205554,0.0617559388822864,0.605856953754628,0.255951455205554,0.0320209855481303,0.605889414409373,0.255951455205554,0.246928876175756,0.46355197028998,0.255951455205554,0.251228097232672,0.242336187075906,0.5,0.255951455205554,0.25758302130365,0.0975887557223612,0.5,0.255951455205554,0.353253091711755,0.0172929606109476,0.5,0.255951455205554,0.317141702677474,0.0584107338934372,0.255951455205554,0.268503525721681,0.0942083116807776,0.0582759874476058,0.627052912227733,0.255951455205554,0.0752252256509068,0.646258574537422,0.5,0.255951455205554,0.0806237396124227,0.808640686584569,0.255951455205554,0.0692457561283079,0.360419310116224,0.255951455205554,0.070587474182138,0.407330889613715,0.255951455205554,0.119901071110938,0.233909763112558,0.125338938150649,0.842092468193818 -1835,0.255951455205554,0.179510106956976,0.92107290393053,0.255951455205554,0.0904536267080238,0.765788162018188,0.255951455205554,0.130258642326142,0.735415299999538,0.255951455205554,0.0468801353909455,0.654620492875963,0.255951455205554,0.372815080816097,0.568648968928498,0.255951455205554,0.387843486947189,0.336949615586712,0.5,0.255951455205554,0.384853721229858,0.211292121503681,0.5,0.255951455205554,0.49032093298202,0.0322377276968417,0.5,0.255951455205554,0.430865658807022,0.0769410129748416,0.255951455205554,0.34566867122141,0.190503463093344,0.157568409161957,0.709967372123811,0.255951455205554,0.131755734747924,0.695858373519899,0.5,0.255951455205554,0.0904441417492947,0.80703520334442,0.255951455205554,0.130516158562803,0.416898040648815,0.255951455205554,0.12576397350382,0.52866072000756,0.255951455205554,0.204128149607624,0.31464464242382,0.285323884504818,0.83147633754714 -1836,0.255951455205554,0.167914406017256,0.929464724855285,0.255951455205554,0.108309592629578,0.760114441239496,0.255951455205554,0.202679400445149,0.803570220504409,0.255951455205554,0.120006962823934,0.822053480086666,0.255951455205554,0.481849518445664,0.692880285363844,0.255951455205554,0.473873440924538,0.419065550526379,0.5,0.255951455205554,0.422060212520645,0.309125736449073,0.5,0.255951455205554,0.570664762180785,0.0479280380025173,0.5,0.255951455205554,0.497663910973305,0.0966010176303633,0.255951455205554,0.295358447404471,0.237627056927217,0.0987963235865497,0.65198363582272,0.255951455205554,0.189554249966787,0.737134238322684,0.5,0.255951455205554,0.0919836384430523,0.808729387518719,0.255951455205554,0.200518479810051,0.483147509744019,0.255951455205554,0.198511193638997,0.638602515890616,0.255951455205554,0.299982033263203,0.38039826513387,0.105105712851022,0.90023306614945 -1837,0.255951455205554,0.17218946997492,0.90710734603099,0.255951455205554,0.101857918776606,0.745837477337618,0.255951455205554,0.227629531375045,0.815564797120577,0.255951455205554,0.21004109867079,0.859822463216001,0.255951455205554,0.525342635279058,0.827896089867566,0.255951455205554,0.456385638917908,0.495929253614795,0.5,0.255951455205554,0.437068177602059,0.403697867917997,0.5,0.255951455205554,0.597772543648997,0.0851272919701641,0.5,0.255951455205554,0.511755795991101,0.138928602593442,0.255951455205554,0.264201103593203,0.300040349585809,0.0877160493699942,0.637162438644873,0.255951455205554,0.169139245174223,0.727379139846348,0.5,0.255951455205554,0.117111944261775,0.828534078606054,0.255951455205554,0.239222699638062,0.499895038874864,0.255951455205554,0.299711677287666,0.676057084801118,0.255951455205554,0.345439575400732,0.376651978144609,0.194706535925688,0.936029039315621 -1838,0.255951455205554,0.101840535367216,0.856327810834059,0.255951455205554,0.12251037135649,0.775671433337025,0.255951455205554,0.24488291353183,0.801148374421832,0.255951455205554,0.0917290140287322,0.699649348501361,0.255951455205554,0.370653040642057,0.896006612239817,0.255951455205554,0.421428535917408,0.579829493568399,0.5,0.255951455205554,0.413196740489328,0.522129133413698,0.5,0.255951455205554,0.564772146603349,0.114891182830403,0.5,0.255951455205554,0.47599563382712,0.185493347221312,0.255951455205554,0.251032947936825,0.375360542380424,0.069733345439467,0.671622810405939,0.255951455205554,0.162813683105012,0.691180071657473,0.5,0.255951455205554,0.131118721394296,0.847646060518431,0.255951455205554,0.297300759315132,0.482976940679123,0.255951455205554,0.358332661617203,0.670141014191491,0.255951455205554,0.373449835798147,0.406649630549287,0.138055845146076,0.929128113997657 -1839,0.255951455205554,0.0396604463902058,0.798082506858324,0.255951455205554,0.0371135468808842,0.669864950167772,0.255951455205554,0.198685346965256,0.815628501871478,0.255951455205554,0.238828035029915,0.830230439294538,0.255951455205554,0.25301278316695,0.924329709668029,0.255951455205554,0.348752894896904,0.608874787659145,0.5,0.255951455205554,0.316457928528545,0.60750375316585,0.5,0.255951455205554,0.481546984258665,0.143830118458195,0.5,0.255951455205554,0.401943516023384,0.21027223716789,0.255951455205554,0.267751383642471,0.418481672836234,0.066686980731972,0.520477910089308,0.255951455205554,0.132250277582018,0.641408608358156,0.5,0.255951455205554,0.0794518508135971,0.811799531685757,0.255951455205554,0.245798615770274,0.395799258115864,0.255951455205554,0.359291530773245,0.662729808831712,0.255951455205554,0.393440433667122,0.484495172964192,0.0752828775997936,0.962059715645983 -1840,0.255951455205554,0.025437664581959,0.829751816416517,0.255951455205554,0.107261193475177,0.785526758562975,0.255951455205554,0.105445382979115,0.83006170339,0.255951455205554,0.122531555479284,0.934757578253025,0.255951455205554,0.17569200180935,0.942055499604401,0.255951455205554,0.207042098384064,0.553187055430827,0.5,0.255951455205554,0.197528288340121,0.603283015027624,0.5,0.255951455205554,0.367134626196781,0.167080629809947,0.5,0.255951455205554,0.291512881568553,0.233933351805744,0.255951455205554,0.176968727318231,0.373029233087871,0.0457589052555698,0.376623708867178,0.255951455205554,0.0890018875379845,0.559211493726242,0.5,0.255951455205554,0.041714861120987,0.74166726933593,0.255951455205554,0.22809880760931,0.273009464471552,0.255951455205554,0.285139195104673,0.57489609179678,0.255951455205554,0.338832769943033,0.563355356025141,0.058161785148846,0.977220084261912 -1841,0.255951455205554,0.0104565439117105,0.891771434624241,0.255951455205554,0.0772792840156536,0.93138164589603,0.255951455205554,0.0385023457260288,0.857171474356454,0.255951455205554,0.00557688564352834,0.936419979217949,0.255951455205554,0.106564289801135,0.948698675665704,0.255951455205554,0.0875052123230624,0.567594796879737,0.5,0.255951455205554,0.115922191773902,0.556123897010734,0.5,0.255951455205554,0.23658758660517,0.159284041530133,0.5,0.255951455205554,0.167046418534328,0.221081584211805,0.255951455205554,0.132188357913786,0.356447007591813,0.0209849415670503,0.2461740784718,0.255951455205554,0.0698070695896881,0.437008512456296,0.5,0.255951455205554,0.0210036980954587,0.647450048168732,0.255951455205554,0.187280900796141,0.13610635254899,0.255951455205554,0.166894104705497,0.346817545681298,0.255951455205554,0.174106564204988,0.645350334368085,0.00405546881248666,0.978211945446866 -1842,0.255951455205554,0.00121259292008657,0.92418933912154,0.255951455205554,0.00118923251509211,0.930845491530565,0.255951455205554,0.00705479119707873,0.898496325838346,0.255951455205554,0.0025204663204567,0.92061045835278,0.255951455205554,0.0257838875543804,0.923739562354441,0.255951455205554,0.0213817433131466,0.512895955175364,0.5,0.255951455205554,0.0482628065210403,0.509637563423379,0.5,0.255951455205554,0.0681353098026288,0.142145012904696,0.5,0.255951455205554,0.0360697536993904,0.210927273326176,0.255951455205554,0.0633412792254924,0.457402372240331,0.00173622639641688,0.192626562283988,0.255951455205554,0.00242735931111058,0.328703408488121,0.5,0.255951455205554,0.00500290225027498,0.58704040326416,0.255951455205554,0.012108807248227,0.129348518951178,0.255951455205554,0.0263095963340899,0.325647175123879,0.255951455205554,0.0329307511285135,0.711868015196875,0.000536825377702207,0.96272901805018 -1843,0.255951455205554,0.0,0.901488245868977,0.255951455205554,0.0,0.934680926668754,0.255951455205554,0.0,0.901836977294443,0.255951455205554,0.0,0.896377404843911,0.255951455205554,3.56826965959347e-06,0.884086735414902,0.255951455205554,0.0,0.367807196544305,0.5,0.255951455205554,0.0,0.439158068570468,0.5,0.255951455205554,0.0,0.134510781141368,0.5,0.255951455205554,0.0,0.217342217166907,0.255951455205554,0.0,0.578779171151443,0.0,0.219146323171032,0.255951455205554,0.0,0.298172301937794,0.5,0.255951455205554,0.0,0.58793142183548,0.255951455205554,0.0,0.227121750948677,0.255951455205554,0.0,0.571818076366965,0.255951455205554,0.0,0.552836138828354,0.0,0.958369942513314 -1844,0.255951455205554,0.0,0.803297406720033,0.255951455205554,0.0,0.801599876646754,0.255951455205554,0.0,0.892670894812181,0.255951455205554,0.0,0.909757545612145,0.255951455205554,0.0,0.942525879848064,0.255951455205554,0.0,0.448798254928985,0.5,0.255951455205554,0.0,0.431830525044263,0.5,0.255951455205554,0.0,0.134354049390712,0.5,0.255951455205554,0.0,0.234648869810985,0.255951455205554,0.0,0.607031306178314,0.0,0.226765236187484,0.255951455205554,0.0,0.379370025817704,0.5,0.255951455205554,0.0,0.671038752677253,0.255951455205554,0.0,0.341213386304583,0.255951455205554,0.0,0.604543769463101,0.255951455205554,0.0,0.45669775783465,0.0,0.973371956897849 -1845,0.255951455205554,0.0,0.822524526522435,0.255951455205554,0.0,0.835767384369863,0.255951455205554,0.0,0.906316166264746,0.255951455205554,0.0,0.953870229145969,0.255951455205554,0.0,0.955332274897228,0.255951455205554,0.0,0.564786532457549,0.5,0.255951455205554,0.0,0.497856251260276,0.5,0.255951455205554,0.0,0.151850066144121,0.5,0.255951455205554,0.0,0.234934133943686,0.255951455205554,0.0,0.50260395134668,0.0,0.325651009434214,0.255951455205554,0.0,0.49383925312332,0.5,0.255951455205554,0.0,0.713574008379893,0.255951455205554,0.0,0.423156327133876,0.255951455205554,0.0,0.534624499576124,0.255951455205554,0.0,0.517841403706349,0.0,0.982703121498028 -1846,0.255951455205554,0.0,0.810451177935567,0.255951455205554,0.0,0.927957838353186,0.255951455205554,0.0,0.927989111949247,0.255951455205554,0.0,0.944765406306841,0.255951455205554,0.0,0.977584621680386,0.255951455205554,0.0,0.65999792945151,0.5,0.255951455205554,0.0,0.627425315142784,0.5,0.255951455205554,0.0,0.220056191665003,0.5,0.255951455205554,0.0,0.314472712726017,0.255951455205554,0.0,0.510970076752209,0.0,0.429473565232061,0.255951455205554,0.0,0.580554824752788,0.5,0.255951455205554,0.0,0.668048433149628,0.255951455205554,0.0,0.505117737233029,0.255951455205554,0.0,0.560827399680183,0.255951455205554,0.0,0.626679401386277,0.0,0.976636961314294 -1847,0.255951455205554,0.0,0.848630871352619,0.255951455205554,0.0,0.950969690039999,0.255951455205554,0.0,0.960467690106073,0.255951455205554,0.0,0.923561849525651,0.255951455205554,0.0,0.980123809295501,0.255951455205554,0.0,0.783500012760408,0.5,0.255951455205554,0.0,0.747202860545738,0.5,0.255951455205554,0.0,0.3291489238239,0.5,0.255951455205554,0.0,0.395485964022103,0.255951455205554,0.0,0.525660448849273,0.0,0.59675181845491,0.255951455205554,0.0,0.628539921855838,0.5,0.255951455205554,0.0,0.600744741747279,0.255951455205554,0.0,0.576640539798877,0.255951455205554,0.0,0.650283222119209,0.255951455205554,0.0,0.771557526485697,0.0,0.951677906865135 -1848,0.255951455205554,0.0,0.799092228599733,0.255951455205554,0.0,0.905172987405916,0.255951455205554,0.0,0.97050529298912,0.255951455205554,0.0,0.943034356404957,0.255951455205554,0.0,0.991558036060243,0.255951455205554,0.0,0.87911988798317,0.5,0.255951455205554,0.0,0.763458114912747,0.5,0.255951455205554,0.0,0.482015035372863,0.5,0.255951455205554,0.0,0.56098764207285,0.255951455205554,0.0,0.598307116296184,0.0,0.579118577415492,0.255951455205554,0.0,0.650471189646454,0.5,0.255951455205554,0.0,0.532083991719394,0.255951455205554,0.0,0.612323126917642,0.255951455205554,0.0,0.869767650991136,0.255951455205554,0.0,0.878828147453373,0.0,0.939294323539191 -1849,0.255951455205554,0.0,0.768841488225299,0.255951455205554,0.0,0.880710352125939,0.255951455205554,0.0,0.979457332484125,0.255951455205554,0.0,0.996763428557109,0.255951455205554,0.0,0.995941263706451,0.255951455205554,0.0,0.904006102249537,0.5,0.255951455205554,0.0,0.73668910172242,0.5,0.255951455205554,0.0,0.553868779917793,0.5,0.255951455205554,0.0,0.725118507686421,0.255951455205554,0.0,0.749596029006513,0.0,0.704128228992842,0.255951455205554,0.0,0.727711173059084,0.5,0.255951455205554,0.0,0.599035538020776,0.255951455205554,0.0,0.729705173348544,0.255951455205554,0.0,0.948894225504277,0.255951455205554,0.0,0.93308228561774,0.0,0.937944160156714 -1850,0.255951455205554,0.0,0.764332996577492,0.255951455205554,0.0,0.9493869547872,0.255951455205554,0.0,0.988133612776707,0.255951455205554,0.0,1.00347610068566,0.255951455205554,0.0,1.00417571826048,0.255951455205554,0.0,0.922716738861634,0.5,0.255951455205554,0.0,0.722939992784979,0.5,0.255951455205554,0.0,0.656452893784895,0.5,0.255951455205554,0.0,0.842217423795848,0.255951455205554,0.0,0.812329283211208,0.0,0.87954452665558,0.255951455205554,0.0,0.83624437778351,0.5,0.255951455205554,0.0,0.697958490888457,0.255951455205554,0.0,0.810078062534993,0.255951455205554,0.0,0.984084734581152,0.255951455205554,0.0,0.976206733003015,0.0,0.97872293804549 -1851,0.255951455205554,0.0,0.764380319829187,0.255951455205554,0.0,0.979437276694238,0.255951455205554,0.0,0.991947934088852,0.255951455205554,0.0,0.994659452989627,0.255951455205554,0.0,1.00498607678752,0.255951455205554,0.0,0.910811151070208,0.5,0.255951455205554,0.0,0.681100579345488,0.5,0.255951455205554,0.0,0.682491711534197,0.5,0.255951455205554,0.0,0.881933075878803,0.255951455205554,0.0,0.740154170607947,0.0,0.87830083918478,0.255951455205554,0.0,0.877905174143968,0.5,0.255951455205554,0.0,0.696656839202827,0.255951455205554,0.0,0.891166183918529,0.255951455205554,0.0,0.965974866202766,0.255951455205554,0.0,0.984299323438141,0.0,0.984627452667356 -1852,0.255951455205554,0.0,0.832872575774483,0.255951455205554,0.0,0.972830506883999,0.255951455205554,0.0,0.993786199013867,0.255951455205554,0.0,0.995568436170954,0.255951455205554,0.0,0.994284434598328,0.255951455205554,0.0,0.884570888228149,0.5,0.255951455205554,0.0,0.573556870540881,0.5,0.255951455205554,0.0,0.711676694295503,0.5,0.255951455205554,0.0,0.904657754303816,0.255951455205554,0.0,0.60636881394056,0.0,0.857627780791953,0.255951455205554,0.0,0.834911927770492,0.5,0.255951455205554,0.0,0.630917134907017,0.255951455205554,0.0,0.93208217644236,0.255951455205554,0.0,0.966071664058644,0.255951455205554,0.0,0.983357862148455,0.0,0.968956115317403 -1853,0.255951455205554,0.0,0.90621671278686,0.255951455205554,0.0,0.95794675785889,0.255951455205554,0.0,0.991817299779888,0.255951455205554,0.0,1.00460601299455,0.255951455205554,0.0,0.963141380210218,0.255951455205554,0.0,0.88061242857513,0.5,0.255951455205554,0.0,0.497017976309138,0.5,0.255951455205554,0.0,0.681086881040219,0.5,0.255951455205554,0.0,0.909103332607706,0.255951455205554,0.0,0.548483064925514,0.0,0.781521965230043,0.255951455205554,0.0,0.814736270934662,0.5,0.255951455205554,0.0,0.637927962340138,0.255951455205554,0.0,0.96600665858782,0.255951455205554,0.0,0.971454179051404,0.255951455205554,0.0,0.984122481539831,0.0,0.97807092494154 -1854,0.255951455205554,0.0,0.954412855239442,0.255951455205554,0.0,0.97876481796446,0.255951455205554,0.0,0.97156822768319,0.255951455205554,0.0,1.00064314976407,0.255951455205554,0.0,0.926062573695866,0.255951455205554,0.0,0.857060793427859,0.5,0.255951455205554,0.0,0.451682479500595,0.5,0.255951455205554,0.0,0.662264373490179,0.5,0.255951455205554,0.0,0.908830180278775,0.255951455205554,0.0,0.471028416076644,0.0,0.921034971118644,0.255951455205554,0.0,0.853774663608876,0.5,0.255951455205554,0.0,0.714289250144844,0.255951455205554,0.0,0.997527697961306,0.255951455205554,0.0,0.9746571539667,0.255951455205554,0.0,0.985467885354527,0.0,0.959083256161966 -1855,0.255951455205554,0.0,0.969504456564357,0.255951455205554,0.0,1.00660271470029,0.255951455205554,0.0,0.938659480913808,0.255951455205554,0.0,0.97569049319241,0.255951455205554,0.0,0.871893925591499,0.255951455205554,0.0,0.838013114035803,0.5,0.255951455205554,0.0,0.422642794627663,0.5,0.255951455205554,0.0,0.642438962512555,0.5,0.255951455205554,4.5995776723669e-05,0.888468128502089,0.255951455205554,0.0,0.427428674491393,1.63131458349083e-05,0.942788385290638,0.255951455205554,8.58829186532249e-05,0.880013115024948,0.5,0.255951455205554,2.51569200718586e-05,0.755027171266066,0.255951455205554,0.000111357631999075,1.00988224140424,0.255951455205554,3.43976636749521e-07,0.971992875180598,0.255951455205554,2.81994996021249e-06,0.990937174492605,0.0,0.969297622283069 -1856,0.255951455205554,0.0061483709557414,0.961830810266373,0.255951455205554,0.00239077346825326,1.01387889201903,0.255951455205554,0.00485145391940324,0.917737484276533,0.255951455205554,0.0014390449113143,0.943999050486324,0.255951455205554,0.00522696801987945,0.840895650149288,0.255951455205554,0.00466752691053312,0.838615181878207,0.5,0.255951455205554,0.00470918551636251,0.406349777690936,0.5,0.255951455205554,0.00634302173844602,0.630714260057122,0.5,0.255951455205554,0.00859817688948533,0.890708125999626,0.255951455205554,0.00163971682225888,0.396303745503358,0.00142555318957446,0.928432512465264,0.255951455205554,0.00161252279823485,0.881515267594696,0.5,0.255951455205554,0.00336610368367675,0.818038868750266,0.255951455205554,0.0021998614676727,1.01282328261329,0.255951455205554,0.00270309329867892,0.983159667979531,0.255951455205554,0.00493530955890646,0.990902703276207,0.00141340914136705,0.979590668675944 -1857,0.255951455205554,0.0822605810377748,0.981324520675684,0.255951455205554,0.00999624754113475,1.01982840400379,0.255951455205554,0.0457779594299577,0.913336413017132,0.255951455205554,0.0273897875255905,0.93123376833336,0.255951455205554,0.0640628256956574,0.845034748826409,0.255951455205554,0.0268699554884644,0.821953777911619,0.5,0.255951455205554,0.0372733402913213,0.428721326891647,0.5,0.255951455205554,0.0323249632380987,0.586228761290376,0.5,0.255951455205554,0.0284668140321434,0.885852528974611,0.255951455205554,0.0169173491372039,0.371902087435413,0.0129280487428573,0.856742862241757,0.255951455205554,0.00698896257667562,0.879762961546394,0.5,0.255951455205554,0.0144670181212386,0.86969927871882,0.255951455205554,0.00823679736693983,1.00919488009746,0.255951455205554,0.0110676455123839,0.994039598390159,0.255951455205554,0.0147319357489175,0.978401533624011,0.047404162085628,0.947325786615502 -1858,0.255951455205554,0.2212792110938,0.96030714747544,0.255951455205554,0.0647472903896009,1.00329181404114,0.255951455205554,0.137253817796036,0.905394725970725,0.255951455205554,0.139409361329697,0.883527777539591,0.255951455205554,0.168098504850087,0.845717472926108,0.255951455205554,0.0764189686414242,0.827533955527619,0.5,0.255951455205554,0.0886950681998638,0.441145685823283,0.5,0.255951455205554,0.0675201698838948,0.540526149903009,0.5,0.255951455205554,0.0590259926711844,0.873959975144961,0.255951455205554,0.0598476718778945,0.374007915529585,0.0174583206041191,0.919815015702452,0.255951455205554,0.0220741973487906,0.902792333347035,0.5,0.255951455205554,0.0278563714028523,0.920737248853255,0.255951455205554,0.019476597375168,1.00230629557451,0.255951455205554,0.0205584655692208,0.99801947523581,0.255951455205554,0.0261519599008017,0.950221976696879,0.255270912036609,0.990169525014178 -1859,0.255951455205554,0.318387638374811,0.909402271544248,0.255951455205554,0.206520113566777,0.996830522427966,0.255951455205554,0.258920207360932,0.910189057921535,0.255951455205554,0.362926924344157,0.933952565888566,0.255951455205554,0.255553139725677,0.829404169200818,0.255951455205554,0.114684953985343,0.813185124307294,0.5,0.255951455205554,0.149626680013296,0.427316486804107,0.5,0.255951455205554,0.113461416516993,0.503610268685039,0.5,0.255951455205554,0.0890511483141748,0.841668803982588,0.255951455205554,0.116201500794293,0.378992929794611,0.0236681659626385,0.955175809223463,0.255951455205554,0.0200760653611737,0.939373207508366,0.5,0.255951455205554,0.0417297471873262,0.983316662390303,0.255951455205554,0.026839460771605,1.00109166557464,0.255951455205554,0.0365873590791513,0.991179605349567,0.255951455205554,0.0452297723112714,0.923254198677338,0.248808315146187,1.00745413735123 -1860,0.255951455205554,0.363580388721066,0.99081472616922,0.255951455205554,0.398876533080665,0.993947041764802,0.255951455205554,0.268482379559308,0.936112843964854,0.255951455205554,0.392289052713739,0.975839175032174,0.255951455205554,0.342056176521213,0.834478950260279,0.255951455205554,0.152478031628207,0.793582130733848,0.5,0.255951455205554,0.236042563257634,0.438322518873117,0.5,0.255951455205554,0.132271486667931,0.458436500788222,0.5,0.255951455205554,0.116266002825961,0.785114926314043,0.255951455205554,0.18651815112076,0.381819370929845,0.026036663773111,1.02173913043478,0.255951455205554,0.0256907911799545,0.990979002877342,0.5,0.255951455205554,0.0905449347542985,0.991735623085065,0.255951455205554,0.0383181695901875,1.00359918047435,0.255951455205554,0.0712767395734421,0.977080954432735,0.255951455205554,0.083993961162225,0.904384331452553,0.276911200947518,0.988280602815737 -1861,0.255951455205554,0.252253439324432,1.00377804864498,0.255951455205554,0.425531525229076,1.01889661380273,0.255951455205554,0.194786785580423,0.956050974634721,0.255951455205554,0.175741459001577,0.976809742029931,0.255951455205554,0.34656728250053,0.831116967577945,0.255951455205554,0.180887957500186,0.729466346039316,0.5,0.255951455205554,0.320963238621627,0.383366171740161,0.5,0.255951455205554,0.14169227254217,0.423069029445961,0.5,0.255951455205554,0.12679202079342,0.734419101962599,0.255951455205554,0.17395314116895,0.305424840002371,0.0386214062145723,1.02173913043478,0.255951455205554,0.0406218819743849,0.995519386200599,0.5,0.255951455205554,0.182988669608326,0.984523314760237,0.255951455205554,0.0489880257418573,0.991288770168823,0.255951455205554,0.0936875022931502,0.94855534871341,0.255951455205554,0.106625344243613,0.886694015582462,0.274689236183236,0.993902568630631 -1862,0.255951455205554,0.128719650107872,1.00711116435242,0.255951455205554,0.208996555744098,1.01103819675297,0.255951455205554,0.103019507383503,0.954066442763347,0.255951455205554,0.0979812000604711,0.988536043748165,0.255951455205554,0.269092814547439,0.851555638061236,0.255951455205554,0.259963659144431,0.653908187954116,0.5,0.255951455205554,0.404393666559696,0.320792467874971,0.5,0.255951455205554,0.135421906204368,0.390929894412779,0.5,0.255951455205554,0.116487598896129,0.688100585209852,0.255951455205554,0.169117013163725,0.230353173289098,0.0634220096751248,0.925061164829175,0.255951455205554,0.0632749142131968,0.95191175249404,0.5,0.255951455205554,0.190357377071587,0.95519701990205,0.255951455205554,0.0542342338205747,0.967836985489689,0.255951455205554,0.117053627164018,0.945339623881439,0.255951455205554,0.112374061143049,0.869296785810148,0.116426417961735,1.00169218116893 -1863,0.255951455205554,0.0597983111859651,1.00502322483967,0.255951455205554,0.140843110025502,1.02173913043478,0.255951455205554,0.0878385705252382,0.941758122154588,0.255951455205554,0.0599486945946761,0.955159232725902,0.255951455205554,0.14060608218106,0.785980381064078,0.255951455205554,0.34018093956839,0.60205050696147,0.5,0.255951455205554,0.387611495568324,0.302610216917032,0.5,0.255951455205554,0.121559928128512,0.32925162674675,0.5,0.255951455205554,0.098756333181591,0.5921297651667,0.255951455205554,0.330868967368648,0.245654228493379,0.112348057788219,0.874898374479718,0.255951455205554,0.0850117482542039,0.913865449965646,0.5,0.255951455205554,0.14447598169872,0.927528882025409,0.255951455205554,0.0551180341888189,0.922075325855535,0.255951455205554,0.11535875659524,0.933185998928909,0.255951455205554,0.138778628698889,0.857216682341344,0.042864044242961,1.00039855530365 -1864,0.255951455205554,0.0454781419463988,1.00340408067216,0.255951455205554,0.0227710029810096,1.01763078306264,0.255951455205554,0.0895070250794637,0.958959499628592,0.255951455205554,0.0854674631392937,1.00242779461623,0.255951455205554,0.127779144628059,0.70896121272685,0.255951455205554,0.316874776202569,0.589239747567573,0.5,0.255951455205554,0.305834451809909,0.287389299067204,0.5,0.255951455205554,0.0991917397034639,0.274534903828965,0.5,0.255951455205554,0.0758404293487454,0.480245931001089,0.255951455205554,0.33963142401644,0.237166831036679,0.069214082885392,0.958666496211287,0.255951455205554,0.066492744849711,0.850650806605124,0.5,0.255951455205554,0.114604012648026,0.836159038341254,0.255951455205554,0.044057845578859,0.842417431988424,0.255951455205554,0.0890963743917248,0.913705537860547,0.255951455205554,0.17547128057042,0.834612040401548,0.0164748906936316,1.00628809993811 -1865,0.255951455205554,0.0390177082625972,1.0051156488945,0.255951455205554,0.00645725728795783,0.920066587674326,0.255951455205554,0.0928458525034995,0.920899658759716,0.255951455205554,0.0853693788182553,0.974017944368203,0.255951455205554,0.126318995643863,0.582947962907587,0.255951455205554,0.179235154489745,0.378821058581181,0.5,0.255951455205554,0.171999547531549,0.216031519477043,0.5,0.255951455205554,0.0831281250512699,0.194557122903637,0.5,0.255951455205554,0.048995102653044,0.353186845619233,0.255951455205554,0.18066897321358,0.185269207240089,0.0353467843994997,0.7951470006748,0.255951455205554,0.0315245078467407,0.744832927551247,0.5,0.255951455205554,0.0483737428790682,0.89543926184119,0.255951455205554,0.0309861584025055,0.721440159730577,0.255951455205554,0.0414019596838153,0.873636841205309,0.255951455205554,0.102107183466854,0.81830578437815,0.0155321967745785,1.00986045966408 -1866,0.255951455205554,0.0114087538265847,1.00168192795882,0.255951455205554,0.00624734614277916,0.922230297553772,0.255951455205554,0.0439682826054975,0.913462399340192,0.255951455205554,0.0398400076053314,0.977351143083942,0.255951455205554,0.0682198339338287,0.472814530190415,0.255951455205554,0.0448119628164595,0.164908237305642,0.5,0.255951455205554,0.0549456557410039,0.174981466809354,0.5,0.255951455205554,0.0397773132587674,0.118193610669001,0.5,0.255951455205554,0.0158741114495406,0.255782232372237,0.255951455205554,0.0477135790046687,0.0993571322706977,7.25460312995936e-05,0.659406624827389,0.255951455205554,0.000851584043370175,0.712637191334885,0.5,0.255951455205554,0.00103090236880512,0.93884440956412,0.255951455205554,0.00470197237114535,0.604101753281033,0.255951455205554,0.00560600542087765,0.871661609658251,0.255951455205554,0.0131963871778026,0.746732110037999,0.00466292755357254,1.0103314713638 -1867,0.255951455205554,0.0,1.00224350477416,0.255951455205554,0.0,0.889819065732665,0.255951455205554,0.0,0.855043457185671,0.255951455205554,0.0,0.896073100791937,0.255951455205554,0.0,0.410490576264721,0.255951455205554,0.0,0.144447422812766,0.5,0.255951455205554,0.0,0.181739186676205,0.5,0.255951455205554,0.0,0.080978441228795,0.5,0.255951455205554,0.0,0.214967687920589,0.255951455205554,0.0,0.0509140462634793,0.0,0.741310178539604,0.255951455205554,0.0,0.68245815031537,0.5,0.255951455205554,0.0,0.957194407597552,0.255951455205554,0.0,0.514979118142189,0.255951455205554,0.0,0.738192168949409,0.255951455205554,0.0,0.475894676203241,0.0,1.01030630859124 -1868,0.255951455205554,0.0,1.00222982835834,0.255951455205554,0.0,0.875741506078393,0.255951455205554,0.0,0.843854536592979,0.255951455205554,0.0,0.935157775796401,0.255951455205554,0.0,0.403032394979693,0.255951455205554,0.0,0.182229565471071,0.5,0.255951455205554,0.0,0.165170145440251,0.5,0.255951455205554,0.0,0.0693952471440114,0.5,0.255951455205554,0.0,0.189301591019344,0.255951455205554,0.0,0.0242939301809025,0.0,0.815164090938891,0.255951455205554,0.0,0.719675299438336,0.5,0.255951455205554,0.0,0.940417616780827,0.255951455205554,0.0,0.501654957550825,0.255951455205554,0.0,0.574761457058592,0.255951455205554,0.0,0.425699479724085,0.0,1.00971434390393 -1869,0.255951455205554,0.0,0.99996044868149,0.255951455205554,0.0,0.923693153034296,0.255951455205554,0.0,0.844053857566026,0.255951455205554,0.0,0.928544278540497,0.255951455205554,0.0,0.406463381248083,0.255951455205554,0.0,0.231239281306612,0.5,0.255951455205554,0.0,0.109383276721495,0.5,0.255951455205554,0.0,0.0553140629569443,0.5,0.255951455205554,0.0,0.177659533132186,0.255951455205554,0.0,0.00719739026394548,0.0,0.762552348989942,0.255951455205554,0.0,0.756400030351376,0.5,0.255951455205554,0.0,0.939070088952556,0.255951455205554,0.0,0.613065658150767,0.255951455205554,0.0,0.64084388156744,0.255951455205554,0.0,0.467645470072615,0.0,1.00964088900667 -1870,0.255951455205554,0.0,0.990539486746891,0.255951455205554,0.0,0.933266864976842,0.255951455205554,0.0,0.840294799806304,0.255951455205554,0.0,0.91533601855827,0.255951455205554,0.0,0.422461683753912,0.255951455205554,0.0,0.266988131493647,0.5,0.255951455205554,0.0,0.0634370443143702,0.5,0.255951455205554,0.0,0.0357688589015385,0.5,0.255951455205554,0.0,0.160229209610781,0.255951455205554,0.0,0.0049725960056589,0.0,0.787591057817302,0.255951455205554,0.0,0.811421330665703,0.5,0.255951455205554,0.0,0.95885494144803,0.255951455205554,0.0,0.743603697887336,0.255951455205554,0.0,0.716440583948699,0.255951455205554,0.0,0.534365208989183,0.0,1.00789111730879 -1871,0.255951455205554,0.0,0.981217761214668,0.255951455205554,0.0,0.911807434353991,0.255951455205554,0.0,0.835737441730919,0.255951455205554,0.0,0.903437581555663,0.255951455205554,0.0,0.441969951488259,0.255951455205554,0.0,0.232968738171238,0.5,0.255951455205554,0.0,0.0381662242101286,0.5,0.255951455205554,0.0,0.0207140228481765,0.5,0.255951455205554,0.0,0.1339015642591,0.255951455205554,0.0,0.00654159681897596,0.0,0.831324068332646,0.255951455205554,0.0,0.856002901738331,0.5,0.255951455205554,0.0,0.952080120402346,0.255951455205554,0.0,0.784018393316732,0.255951455205554,0.0,0.751045031895713,0.255951455205554,0.0,0.595143288963715,0.0,1.0084181544505 -1872,0.255951455205554,0.0,0.990043422223805,0.255951455205554,0.0,0.917762319990254,0.255951455205554,0.0,0.841487443018234,0.255951455205554,0.0,0.919803377716161,0.255951455205554,0.0,0.458348902139923,0.255951455205554,0.0,0.182009122921113,0.5,0.255951455205554,0.0,0.024996327001313,0.5,0.255951455205554,0.0,0.0181193656977356,0.5,0.255951455205554,0.0,0.106969966096579,0.255951455205554,0.0,0.00627191623965337,0.0,0.847066672025212,0.255951455205554,0.0,0.861440570533065,0.5,0.255951455205554,0.0,0.950497272187095,0.255951455205554,0.0,0.760282779908978,0.255951455205554,0.0,0.730099474876704,0.255951455205554,0.0,0.600277823546397,0.0,1.00631713745376 -1873,0.255951455205554,0.0,0.989776881122055,0.255951455205554,0.0,0.941399743013288,0.255951455205554,0.0,0.821716171817993,0.255951455205554,0.0,0.875154836241194,0.255951455205554,0.0,0.444107431353264,0.255951455205554,0.0,0.14689819927018,0.5,0.255951455205554,0.0,0.0189426171930015,0.5,0.255951455205554,0.0,0.0223716351884165,0.5,0.255951455205554,0.0,0.0862922526504651,0.255951455205554,0.0,0.0032532899584774,0.0,0.818798830655305,0.255951455205554,0.0,0.857808309531801,0.5,0.255951455205554,0.0,0.968168940009393,0.255951455205554,0.0,0.748971697987484,0.255951455205554,0.0,0.694008643482116,0.255951455205554,0.0,0.575845644432477,0.0,1.00045135440193 -1874,0.255951455205554,0.0,0.977916314328735,0.255951455205554,0.0,0.960947701518518,0.255951455205554,0.0,0.785051577222088,0.255951455205554,0.0,0.807548424821033,0.255951455205554,0.0,0.390305466184279,0.255951455205554,0.0,0.103191257116728,0.5,0.255951455205554,0.0,0.019784883310079,0.5,0.255951455205554,0.0,0.0310308399940329,0.5,0.255951455205554,0.0,0.058263872622044,0.255951455205554,0.0,0.00134938178710115,0.0,0.81410959738289,0.255951455205554,0.0,0.872399707497596,0.5,0.255951455205554,0.0,0.982869658006833,0.255951455205554,0.0,0.701299239861844,0.255951455205554,0.0,0.657530067192845,0.255951455205554,0.0,0.499142374342061,0.0,0.997378455193475 -1875,0.255951455205554,0.0,0.969029686141348,0.255951455205554,0.0,0.958221110145419,0.255951455205554,0.0,0.759453341002195,0.255951455205554,0.0,0.808877399161274,0.255951455205554,0.0,0.314308970328851,0.255951455205554,0.0,0.0722371831904788,0.5,0.255951455205554,0.0,0.0261550027409616,0.5,0.255951455205554,0.0,0.0445129041730117,0.5,0.255951455205554,0.0,0.0406908318588413,0.255951455205554,0.0,0.00361448377678009,0.0,0.803908078579739,0.255951455205554,0.0,0.855954486332699,0.5,0.255951455205554,0.0,0.960435569808443,0.255951455205554,0.0,0.639574715258967,0.255951455205554,0.0,0.591567360472714,0.255951455205554,0.0,0.344061935817186,0.0,1.00389865798265 -1876,0.255951455205554,0.0,0.954836906364769,0.255951455205554,0.0,0.861689049409388,0.255951455205554,0.0,0.729579350763552,0.255951455205554,0.0,0.853165397759374,0.255951455205554,0.0,0.238862011298815,0.255951455205554,0.0,0.0630326239496485,0.5,0.255951455205554,0.0,0.0293298039299596,0.5,0.255951455205554,0.0,0.0493338964133906,0.5,0.255951455205554,0.0,0.0397892166363788,0.255951455205554,0.0,0.00428966405273695,0.0,0.756619869366551,0.255951455205554,0.0,0.780598586379231,0.5,0.255951455205554,0.0,0.875162192421876,0.255951455205554,0.0,0.513457354283192,0.255951455205554,0.0,0.49301470361001,0.255951455205554,0.0,0.19915679303384,0.0,0.999219995687148 -1877,0.255951455205554,0.0,0.942902323988502,0.255951455205554,0.0,0.895416857638815,0.255951455205554,0.0,0.698976423445343,0.255951455205554,0.0,0.857199573968976,0.255951455205554,0.0,0.197804327783165,0.255951455205554,0.0,0.0603222016240624,0.5,0.255951455205554,0.0,0.0304431653520578,0.5,0.255951455205554,0.0,0.0432464820032348,0.5,0.255951455205554,0.0,0.0385278521384148,0.255951455205554,0.0,0.0053987471486198,0.0,0.653037844469317,0.255951455205554,0.0,0.625683642470719,0.5,0.255951455205554,0.0,0.74164793737837,0.255951455205554,0.0,0.34607155158512,0.255951455205554,0.0,0.359021007445283,0.255951455205554,0.0,0.135228199199902,0.0,0.991708026354188 -1878,0.255951455205554,0.0,0.927787003165494,0.255951455205554,0.0,0.921067548910111,0.255951455205554,0.0,0.63134023477626,0.255951455205554,0.0,0.781862894866997,0.255951455205554,0.0,0.17354973343603,0.255951455205554,0.0,0.0645292845309077,0.5,0.255951455205554,0.0,0.029130749537683,0.5,0.255951455205554,0.0,0.0326484541117946,0.5,0.255951455205554,0.0,0.0341662129593796,0.255951455205554,0.0,0.00825213690483038,0.0,0.435682137582273,0.255951455205554,0.0,0.466298740075113,0.5,0.255951455205554,0.0,0.605183460779123,0.255951455205554,0.0,0.24128260042907,0.255951455205554,0.0,0.288658649071492,0.255951455205554,0.0,0.114180556185827,0.0,0.97631380142657 -1879,0.255951455205554,0.0,0.896418289534424,0.255951455205554,0.0,0.837259568610811,0.255951455205554,2.96778286493178e-09,0.570495568658111,0.255951455205554,0.0,0.680883328051125,0.255951455205554,0.0,0.171688870550416,0.255951455205554,0.0,0.0635368783348913,0.5,0.255951455205554,0.0,0.0336759934723662,0.5,0.255951455205554,0.0,0.0224132338784747,0.5,0.255951455205554,0.00102144134759863,0.0305057930193336,0.255951455205554,0.0,0.00985784450585042,0.000377134786022612,0.358141117625337,0.255951455205554,0.00101312339856729,0.401191720036751,0.5,0.255951455205554,0.000264055647944225,0.589831805690916,0.255951455205554,0.00271470619899543,0.205550428087318,0.255951455205554,0.000784793071009495,0.25395525048834,0.255951455205554,0.000437286288350845,0.115450242788486,0.0,0.971825292202053 -1880,0.255951455205554,0.0303411490534124,0.864070753211233,0.255951455205554,0.0318737370683016,0.803611761290696,0.255951455205554,0.0570308344675809,0.525564608280869,0.255951455205554,0.044156186357961,0.68008845503743,0.255951455205554,0.0641741486903373,0.133905058750231,0.255951455205554,0.0793882228303066,0.060679085278593,0.5,0.255951455205554,0.0666764416702737,0.0282909786229595,0.5,0.255951455205554,0.0834917843595391,0.0175964245612875,0.5,0.255951455205554,0.10481944932669,0.0288228854878396,0.255951455205554,0.0623177935802986,0.0123894763831096,0.0391133442255848,0.4997441713356,0.255951455205554,0.0442820113877809,0.4256892198551,0.5,0.255951455205554,0.0110004688586952,0.630361335094981,0.255951455205554,0.108046110946096,0.159079805149358,0.255951455205554,0.0981579334971239,0.206667452065581,0.255951455205554,0.0992501445696112,0.100608399363858,0.0218233752177181,0.969412315174482 -1881,0.255951455205554,0.147257718747453,0.855140300595904,0.255951455205554,0.120782905261838,0.748666942245895,0.255951455205554,0.211982605447407,0.526382976175441,0.255951455205554,0.172267911143834,0.624773387583871,0.255951455205554,0.222069066225519,0.149259496102032,0.255951455205554,0.240122575549713,0.0789130317873775,0.5,0.255951455205554,0.226304191268503,0.0333785909745575,0.5,0.255951455205554,0.247020994171097,0.0131555549591211,0.5,0.255951455205554,0.270437317693419,0.038589931636664,0.255951455205554,0.221387366872727,0.0158246841599791,0.191321042452511,0.47376910560561,0.255951455205554,0.160472152029534,0.461197430514293,0.5,0.255951455205554,0.0458773537162633,0.656090999862583,0.255951455205554,0.275014811450254,0.181555996855375,0.255951455205554,0.259170700806097,0.224262416617191,0.255951455205554,0.262504056854972,0.121908703913454,0.0946246449568687,0.980087018808496 -1882,0.255951455205554,0.338079494885738,0.845700286213648,0.255951455205554,0.218147537199093,0.658613970610881,0.255951455205554,0.381005795327314,0.536285217145645,0.255951455205554,0.37617137726829,0.5932858026053,0.255951455205554,0.380705729480407,0.23062061974737,0.255951455205554,0.402183489802453,0.153334236659516,0.5,0.255951455205554,0.389377447279846,0.0724305675347249,0.5,0.255951455205554,0.413400915467963,0.019420698653947,0.5,0.255951455205554,0.43737073532435,0.0530120280211449,0.255951455205554,0.385465021720127,0.03240284771534,0.388046677408127,0.449275518411411,0.255951455205554,0.329655293061618,0.456372457043283,0.5,0.255951455205554,0.113270377111065,0.716936329054906,0.255951455205554,0.439301952052941,0.22840320801769,0.255951455205554,0.419747893735342,0.282241678375115,0.255951455205554,0.423489841083153,0.226052248860989,0.203377799765189,0.974026905477475 -1883,0.255951455205554,0.520345501281916,0.839830891669148,0.255951455205554,0.485259692093705,0.603681367125206,0.255951455205554,0.532050184224238,0.572864528172823,0.255951455205554,0.529676950095343,0.51099446453552,0.255951455205554,0.529373356343069,0.315531010796004,0.255951455205554,0.549334636171625,0.24053421877655,0.5,0.255951455205554,0.540160715234428,0.187397455331004,0.5,0.255951455205554,0.558974597362782,0.0323086491981845,0.5,0.255951455205554,0.578028990715445,0.078914362100116,0.255951455205554,0.53813625208859,0.126560031040203,0.558966625147763,0.426665281187163,0.255951455205554,0.477106863865667,0.469292386092836,0.5,0.255951455205554,0.217702812291312,0.778330790665053,0.255951455205554,0.57296642629464,0.242453493705717,0.255951455205554,0.557155069962117,0.295055116251662,0.255951455205554,0.564548324655179,0.248233638565335,0.533337587243403,0.979943399112004 -1884,0.255951455205554,0.624791713478788,0.839466153112716,0.255951455205554,0.628058073742296,0.492494025789195,0.255951455205554,0.628353765298205,0.586313366388249,0.255951455205554,0.624891023330088,0.612159542423646,0.255951455205554,0.629037596764036,0.443288580576545,0.255951455205554,0.643115478635637,0.368735517636296,0.5,0.255951455205554,0.640138258154645,0.365391984251753,0.5,0.255951455205554,0.6502476114964,0.0473076347685573,0.5,0.255951455205554,0.660374953229819,0.098894101501434,0.255951455205554,0.640341485482904,0.211399026832998,0.640246224620247,0.339194715314665,0.255951455205554,0.581729784421952,0.42333873105358,0.5,0.255951455205554,0.374430127989168,0.749208036433297,0.255951455205554,0.649157980541739,0.199468453584104,0.255951455205554,0.638330338712643,0.284339783994297,0.255951455205554,0.650097636279387,0.237956160404186,0.624327090625579,0.97679377668412 -1885,0.255951455205554,0.662654796605517,0.867973690727835,0.255951455205554,0.662284527709136,0.578896940803145,0.255951455205554,0.667279898770194,0.610715521134073,0.255951455205554,0.66368166756437,0.627228000549332,0.255951455205554,0.671160566469749,0.555804477606223,0.255951455205554,0.680572485620644,0.468242809957409,0.5,0.255951455205554,0.682461761567023,0.46931549248207,0.5,0.255951455205554,0.687057948383493,0.0688957078743001,0.5,0.255951455205554,0.68839073599231,0.127337573923049,0.255951455205554,0.684291981698542,0.284537560397944,0.66414917434353,0.271140473262291,0.255951455205554,0.63255729065148,0.344004829048694,0.5,0.255951455205554,0.560499768944568,0.663050483206631,0.255951455205554,0.672521595665106,0.135094254065021,0.255951455205554,0.666851864226561,0.263093257615548,0.255951455205554,0.680361648474063,0.29634642429167,0.659947676220001,0.979507276069801 -1886,0.255951455205554,0.654692332639248,0.861808177470591,0.255951455205554,0.652811504051347,0.556464861696521,0.255951455205554,0.660617034802032,0.627928676623865,0.255951455205554,0.657299409567292,0.65517180337595,0.255951455205554,0.667760626212803,0.585490635276097,0.255951455205554,0.672378089536536,0.548684845257871,0.5,0.255951455205554,0.677658938162402,0.576777831491069,0.5,0.255951455205554,0.678490073456024,0.110706351498518,0.5,0.255951455205554,0.670261283234983,0.161327949759342,0.255951455205554,0.680336807226199,0.49739691880709,0.64166622148323,0.214509287309689,0.255951455205554,0.631925689415413,0.272322656653006,0.5,0.255951455205554,0.619908654129169,0.612844243206298,0.255951455205554,0.650022607218409,0.153454878948336,0.255951455205554,0.649840424502073,0.31624682048011,0.255951455205554,0.66406501184049,0.457807533812311,0.651176037762559,0.966225749677239 -1887,0.255951455205554,0.587556046901335,0.838870329731134,0.255951455205554,0.584917751495992,0.598740986677558,0.255951455205554,0.596973747367801,0.645865754198467,0.255951455205554,0.593885127271199,0.658231715811364,0.255951455205554,0.609703910326048,0.678680423899591,0.255951455205554,0.605160145094448,0.605521814438278,0.5,0.255951455205554,0.616618240209273,0.640495729297236,0.5,0.255951455205554,0.61254641600589,0.155229772883108,0.5,0.255951455205554,0.594715071286286,0.189663157476195,0.255951455205554,0.622161933059219,0.624616051292139,0.560360850252491,0.251948142036508,0.255951455205554,0.556015184859725,0.29133790847772,0.5,0.255951455205554,0.559509772847806,0.641890835236052,0.255951455205554,0.565978377230179,0.253235463357493,0.255951455205554,0.572701986322914,0.400339579877561,0.255951455205554,0.590353598498627,0.43769927536155,0.581451344380343,0.947706238746254 -1888,0.255951455205554,0.463589410752707,0.814070083091482,0.255951455205554,0.459586270899831,0.523757318380752,0.255951455205554,0.473968745970315,0.605902399151357,0.255951455205554,0.472151321580672,0.580545027275915,0.255951455205554,0.491998064749062,0.719387233192403,0.255951455205554,0.477670889530422,0.608218008685327,0.5,0.255951455205554,0.499417851735249,0.636691310380134,0.5,0.255951455205554,0.487564227470828,0.133401353174915,0.5,0.255951455205554,0.461219054006982,0.193870724916032,0.255951455205554,0.507095190500425,0.51367788250624,0.426728063502538,0.23649774452296,0.255951455205554,0.422922756913931,0.261564127514442,0.5,0.255951455205554,0.43150224960003,0.638274339489363,0.255951455205554,0.429592832642121,0.197303153635727,0.255951455205554,0.44217782476453,0.328353881529471,0.255951455205554,0.458011889922068,0.30384278343443,0.458355728780788,0.937603334004579 -1889,0.255951455205554,0.323330026767139,0.78247540587668,0.255951455205554,0.319332687033547,0.429916001992878,0.255951455205554,0.331424106175843,0.572248058534322,0.255951455205554,0.329111679941689,0.528781227267284,0.255951455205554,0.348714722788601,0.719260123120884,0.255951455205554,0.333899736861304,0.480432457661432,0.5,0.255951455205554,0.351183068546387,0.440429419670164,0.5,0.255951455205554,0.334076975185608,0.0639247168710959,0.5,0.255951455205554,0.305459947461265,0.101545038154466,0.255951455205554,0.358295642683564,0.322929250737698,0.281435223007767,0.198693508097982,0.255951455205554,0.277623619540772,0.220260363525156,0.5,0.255951455205554,0.290209588131307,0.553433083231638,0.255951455205554,0.275002828898086,0.134011766344608,0.255951455205554,0.29706448867353,0.204458454002025,0.255951455205554,0.299021555691303,0.21333397802083,0.317880347501817,0.94115959695323 -1890,0.255951455205554,0.0815484350383072,0.758234205045864,0.255951455205554,0.0511093532485019,0.492927655655171,0.255951455205554,0.0717654217621661,0.638186772919808,0.255951455205554,0.0695926275716507,0.609125353575483,0.255951455205554,0.0844630973869967,0.747362216764772,0.255951455205554,0.0608266189806436,0.502899636985654,0.5,0.255951455205554,0.0768355575918781,0.357013384298655,0.5,0.255951455205554,0.0676048305334867,0.0818704408888108,0.5,0.255951455205554,0.0452911192281986,0.128457422022158,0.255951455205554,0.0867948774675313,0.407088967105105,0.024193696348109,0.255125733097385,0.255951455205554,0.0109316988352687,0.28800364222753,0.5,0.255951455205554,0.0280599376888099,0.495048823445567,0.255951455205554,0.0230920373963265,0.189451024860337,0.255951455205554,0.0395102252773474,0.266199588053381,0.255951455205554,0.0505154576222453,0.252344863156224,0.0853890614568076,0.9443662002506 -1891,0.255951455205554,0.0,0.793849733393421,0.255951455205554,0.0,0.618148184956043,0.255951455205554,0.0,0.751657476075179,0.255951455205554,0.0,0.762477766512221,0.255951455205554,0.0,0.767790193429031,0.255951455205554,0.0,0.51832305835688,0.5,0.255951455205554,0.0,0.420201740933934,0.5,0.255951455205554,0.0,0.108644308367324,0.5,0.255951455205554,0.0,0.138139691542266,0.255951455205554,0.0,0.537044474041546,0.0,0.283176347480408,0.255951455205554,0.0,0.347081915367883,0.5,0.255951455205554,0.0,0.541362328573588,0.255951455205554,0.0,0.249098279625263,0.255951455205554,0.0,0.355512061681752,0.255951455205554,0.0,0.350847968773786,0.0,0.94370722836692 -1892,0.255951455205554,0.0,0.854355377728812,0.255951455205554,0.0,0.767180200437138,0.255951455205554,0.0,0.82462235182944,0.255951455205554,0.0,0.863439905245971,0.255951455205554,0.0,0.779878321080231,0.255951455205554,0.0,0.514753262592968,0.5,0.255951455205554,0.0,0.497969630836454,0.5,0.255951455205554,0.0,0.127562403690635,0.5,0.255951455205554,0.0,0.128079805435045,0.255951455205554,0.0,0.543446872414789,0.0,0.317368968187676,0.255951455205554,0.0,0.376507757800528,0.5,0.255951455205554,0.0,0.626989834413364,0.255951455205554,0.0,0.304220167087806,0.255951455205554,0.0,0.445763900274033,0.255951455205554,0.0,0.411851367823662,0.0,0.963018720814791 -1893,0.255951455205554,0.0,0.924218442588613,0.255951455205554,0.0,0.88183032474131,0.255951455205554,0.0,0.836337188730398,0.255951455205554,0.0,0.868603992518577,0.255951455205554,0.0,0.798836380565365,0.255951455205554,0.0,0.600259918209796,0.5,0.255951455205554,0.0,0.53124399509306,0.5,0.255951455205554,0.0,0.137253559880074,0.5,0.255951455205554,0.0,0.126674974184064,0.255951455205554,0.0,0.526948199672806,0.0,0.313475372744809,0.255951455205554,0.0,0.424921589086477,0.5,0.255951455205554,0.0,0.722894079804179,0.255951455205554,0.0,0.359803521219739,0.255951455205554,0.0,0.528375361261813,0.255951455205554,0.0,0.413001384245082,0.0,0.978712619725382 -1894,0.255951455205554,0.0,0.944549304714149,0.255951455205554,0.0,0.88260788990374,0.255951455205554,0.0,0.827431126544983,0.255951455205554,0.0,0.826572068917438,0.255951455205554,0.0,0.820779334226473,0.255951455205554,0.0,0.657358233172516,0.5,0.255951455205554,0.0,0.526223867948114,0.5,0.255951455205554,0.0,0.163466553971563,0.5,0.255951455205554,0.0,0.120533216663283,0.255951455205554,0.0,0.669197696491711,0.0,0.404956832293427,0.255951455205554,0.0,0.50274567118528,0.5,0.255951455205554,0.0,0.771523121382433,0.255951455205554,0.0,0.448081389379147,0.255951455205554,0.0,0.516117078885832,0.255951455205554,0.0,0.483251869598247,0.0,0.984468043163789 -1895,0.255951455205554,0.0,0.939702637943835,0.255951455205554,0.0,0.83702586790169,0.255951455205554,0.0,0.829624931371236,0.255951455205554,0.0,0.803317250674563,0.255951455205554,0.0,0.815891572626171,0.255951455205554,0.0,0.656196837901061,0.5,0.255951455205554,0.0,0.61540190113048,0.5,0.255951455205554,0.0,0.236978686154505,0.5,0.255951455205554,0.0,0.139082648771079,0.255951455205554,0.0,0.759058084287506,0.0,0.607191340687677,0.255951455205554,0.0,0.565737011895893,0.5,0.255951455205554,0.0,0.794436147430842,0.255951455205554,0.0,0.471533537430681,0.255951455205554,0.0,0.501762081783555,0.255951455205554,0.0,0.61193575298524,0.0,0.990423249260081 -1896,0.255951455205554,0.0,0.931956958838578,0.255951455205554,0.0,0.809472998794035,0.255951455205554,0.0,0.827273188945878,0.255951455205554,0.0,0.825553488410125,0.255951455205554,0.0,0.811947964012617,0.255951455205554,0.0,0.685632169574974,0.5,0.255951455205554,0.0,0.668610272813789,0.5,0.255951455205554,0.0,0.315483849599258,0.5,0.255951455205554,0.0,0.189338738317592,0.255951455205554,0.0,0.687351318411162,0.0,0.579348231251615,0.255951455205554,0.0,0.562451179529582,0.5,0.255951455205554,0.0,0.794474804604827,0.255951455205554,0.0,0.489001781862009,0.255951455205554,0.0,0.621120877095248,0.255951455205554,0.0,0.666638063542399,0.0,0.992632297876781 -1897,0.255951455205554,0.0,0.929080786215009,0.255951455205554,0.0,0.811542275128042,0.255951455205554,0.0,0.819703183667611,0.255951455205554,0.0,0.833494009536244,0.255951455205554,0.0,0.840468789897573,0.255951455205554,0.0,0.760002417168298,0.5,0.255951455205554,0.0,0.673071455330868,0.5,0.255951455205554,0.0,0.398819368622953,0.5,0.255951455205554,0.0,0.262364017896562,0.255951455205554,0.0,0.663305181173695,0.0,0.475540356125162,0.255951455205554,0.0,0.55923517244393,0.5,0.255951455205554,0.0,0.760998324185797,0.255951455205554,0.0,0.42973039379414,0.255951455205554,0.0,0.627255199325087,0.255951455205554,0.0,0.648305054250413,0.0,0.99283829564903 -1898,0.255951455205554,0.0,0.930221814126864,0.255951455205554,0.0,0.806383687105342,0.255951455205554,0.0,0.833550344857172,0.255951455205554,0.0,0.858989467326758,0.255951455205554,0.0,0.865118490286219,0.255951455205554,0.0,0.755037729819102,0.5,0.255951455205554,0.0,0.698337897911528,0.5,0.255951455205554,0.0,0.447005286009336,0.5,0.255951455205554,0.0,0.332982777085603,0.255951455205554,0.0,0.705651125662051,0.0,0.557284690895027,0.255951455205554,0.0,0.536721549466189,0.5,0.255951455205554,0.0,0.741789978194476,0.255951455205554,0.0,0.370892218603779,0.255951455205554,0.0,0.589851655061232,0.255951455205554,0.0,0.729279561352511,0.0,0.978778251555238 -1899,0.255951455205554,0.0,0.938035966743134,0.255951455205554,0.0,0.833607608951518,0.255951455205554,0.0,0.846481684608528,0.255951455205554,0.0,0.882598585859946,0.255951455205554,0.0,0.857560667206535,0.255951455205554,0.0,0.752462506496112,0.5,0.255951455205554,0.0,0.73035661239983,0.5,0.255951455205554,0.0,0.449430027474096,0.5,0.255951455205554,0.0,0.376120166763523,0.255951455205554,0.0,0.732966545015476,0.0,0.543304590353961,0.255951455205554,0.0,0.530770463204538,0.5,0.255951455205554,0.0,0.720491807523475,0.255951455205554,0.0,0.450885616341579,0.255951455205554,0.0,0.629843007875398,0.255951455205554,0.0,0.800195721583593,0.0,0.715809499403218 -1900,0.255951455205554,0.0,0.944078372141311,0.255951455205554,0.0,0.860423332993505,0.255951455205554,0.0,0.821664669492684,0.255951455205554,0.0,0.878974286341798,0.255951455205554,0.0,0.85083773438246,0.255951455205554,0.0,0.806380449245598,0.5,0.255951455205554,0.0,0.77545620413113,0.5,0.255951455205554,0.0,0.42477025702584,0.5,0.255951455205554,0.0,0.379468074760269,0.255951455205554,0.0,0.739692010271544,0.0,0.566502170284509,0.255951455205554,0.0,0.551431289892924,0.5,0.255951455205554,0.0,0.695358950072736,0.255951455205554,0.0,0.549426161231214,0.255951455205554,0.0,0.67571913845562,0.255951455205554,0.0,0.802141018927583,0.0,0.741911663409431 -1901,0.255951455205554,0.0,0.833872448480322,0.255951455205554,0.0,0.872804168578514,0.255951455205554,0.0,0.718422079022602,0.255951455205554,0.0,0.824136278359645,0.255951455205554,0.0,0.823242237586127,0.255951455205554,0.0,0.872311894810917,0.5,0.255951455205554,0.0,0.806558420537854,0.5,0.255951455205554,0.0,0.403793303712991,0.5,0.255951455205554,0.0,0.378157084381345,0.255951455205554,0.0,0.755989302797053,0.0,0.618136824353129,0.255951455205554,0.0,0.597303690868709,0.5,0.255951455205554,0.0,0.698653434342888,0.255951455205554,0.0,0.575553662060186,0.255951455205554,0.0,0.682555074036283,0.255951455205554,0.0,0.821181801249335,0.0,0.855175847088558 -1902,0.255951455205554,0.0,0.525865639690073,0.255951455205554,0.0,0.853013186127503,0.255951455205554,0.0,0.575702308251887,0.255951455205554,0.0,0.653997260778833,0.255951455205554,0.0,0.785517814991853,0.255951455205554,0.0,0.901211645753152,0.5,0.255951455205554,0.0,0.806363690303101,0.5,0.255951455205554,0.0,0.397695309335223,0.5,0.255951455205554,0.0,0.3712924439295,0.255951455205554,0.0,0.76794679545916,0.0,0.610138608321883,0.255951455205554,0.0,0.616121610010551,0.5,0.255951455205554,0.0,0.70702383698122,0.255951455205554,0.0,0.639725061184273,0.255951455205554,0.0,0.697143461285584,0.255951455205554,0.0,0.865721584242355,0.0,0.834137945942066 -1903,0.255951455205554,0.0,0.339734224495942,0.255951455205554,0.0,0.71010609779635,0.255951455205554,2.45306948841379e-06,0.45145189826368,0.255951455205554,0.0,0.353701032037559,0.255951455205554,0.0,0.652791958491168,0.255951455205554,0.0,0.894489621364702,0.5,0.255951455205554,0.0,0.774425526071909,0.5,0.255951455205554,0.0,0.397555801447631,0.5,0.255951455205554,0.00154321400799631,0.358547999419039,0.255951455205554,0.0,0.750506565466043,0.00416074771933508,0.608168263572614,0.255951455205554,0.00434723806328237,0.609902336116048,0.5,0.255951455205554,0.00172881480792865,0.707531021794782,0.255951455205554,0.0040760729744118,0.672034277796724,0.255951455205554,0.00145626316330013,0.748221825970277,0.255951455205554,0.000802703330648011,0.904719125709708,0.0,0.795513794007353 -1904,0.255951455205554,0.0388543400402558,0.291988277960363,0.255951455205554,0.00151777762795108,0.441065127542226,0.255951455205554,0.0078480896613204,0.35336379925787,0.255951455205554,0.00490695316951784,0.23867349727314,0.255951455205554,0.00228164125736915,0.501104276901543,0.255951455205554,0.0206760147294908,0.876802298912661,0.5,0.255951455205554,0.0319308789406064,0.750772646258713,0.5,0.255951455205554,0.0852127085114486,0.354150477084606,0.5,0.255951455205554,0.106682629150791,0.332123003608166,0.255951455205554,0.0524276887017806,0.743691119324209,0.122532217808122,0.635078045511455,0.255951455205554,0.113089124799152,0.639453078458034,0.5,0.255951455205554,0.0297919647395929,0.716472945271851,0.255951455205554,0.122893611448308,0.670000144484936,0.255951455205554,0.0765020118829776,0.814864606329177,0.255951455205554,0.0560575015009374,0.936508271313277,0.0470573425282222,0.685019460121977 -1905,0.255951455205554,0.157677574506684,0.342126947523507,0.255951455205554,0.0179660081767103,0.300511813488717,0.255951455205554,0.0439980715566213,0.314194303139674,0.255951455205554,0.0488259659313874,0.213613875529023,0.255951455205554,0.0134012967493172,0.400811090281171,0.255951455205554,0.0691566051600595,0.852533264381282,0.5,0.255951455205554,0.102922370674318,0.731013983344652,0.5,0.255951455205554,0.246122500619227,0.385102295485571,0.5,0.255951455205554,0.266773411219965,0.389833522341284,0.255951455205554,0.167995637695279,0.795537208678278,0.273538721407145,0.925869302310008,0.255951455205554,0.232609318640517,0.808869862259463,0.5,0.255951455205554,0.0301039243594955,0.705758302587113,0.255951455205554,0.282407110270215,0.759715934879178,0.255951455205554,0.138240116523315,0.850067547946596,0.255951455205554,0.133815333645825,0.949566324720087,0.200956880251232,0.628099003888446 -1906,0.255951455205554,0.300812196448928,0.416530646793257,0.255951455205554,0.10379082913958,0.203518999363736,0.255951455205554,0.12412253681862,0.283998240425163,0.255951455205554,0.156192713968055,0.220389549889104,0.255951455205554,0.0367515729436425,0.325588957076539,0.255951455205554,0.122781528578462,0.813007386809652,0.5,0.255951455205554,0.178110567975404,0.741074111878665,0.5,0.255951455205554,0.411953521970221,0.544144913968611,0.5,0.255951455205554,0.430441409977453,0.517175181230167,0.255951455205554,0.135504217979689,0.846397106170674,0.296751876922605,0.889933371127271,0.255951455205554,0.307529647092565,0.805928075944288,0.5,0.255951455205554,0.029307458342929,0.569404011325337,0.255951455205554,0.437319650894206,0.830751137620162,0.255951455205554,0.178198864140802,0.807546822185794,0.255951455205554,0.221277266685873,0.945079262531683,0.273941350826442,0.632914605138559 -1907,0.255951455205554,0.394346151100202,0.414889629016689,0.255951455205554,0.224002758550259,0.171432209467327,0.255951455205554,0.197892045196892,0.237359604002151,0.255951455205554,0.260984434434254,0.182899708833767,0.255951455205554,0.0642810764142994,0.27134394511921,0.255951455205554,0.167944912857918,0.776312195183192,0.5,0.255951455205554,0.203039913710907,0.7532617450575,0.5,0.255951455205554,0.557159895689964,0.649138851496416,0.5,0.255951455205554,0.56849739118064,0.611202697580375,0.255951455205554,0.0260677385785415,0.86394102782771,0.144530080631691,0.748020464819087,0.255951455205554,0.325110931307812,0.737250103696888,0.5,0.255951455205554,0.0550093272286443,0.435021172772176,0.255951455205554,0.562197846727372,0.855650083848787,0.255951455205554,0.245186880596477,0.7627412267174,0.255951455205554,0.308342156933424,0.921865520591014,0.289849766802349,0.68432961950968 -1908,0.255951455205554,0.51248984389213,0.432882365443416,0.255951455205554,0.262999255984168,0.157494980914791,0.255951455205554,0.264701792943333,0.213663582219095,0.255951455205554,0.257407681151723,0.154527963251146,0.255951455205554,0.0895740515507333,0.236932203573893,0.255951455205554,0.154166423092588,0.788934165038035,0.5,0.255951455205554,0.152402022308912,0.788145323625826,0.5,0.255951455205554,0.642248673778433,0.722532963320754,0.5,0.255951455205554,0.647934535909068,0.679118425980348,0.255951455205554,0.0419740402772372,0.905664687281808,0.0995838688298154,0.551327183036135,0.255951455205554,0.322993053018098,0.631711060780498,0.5,0.255951455205554,0.109698214853343,0.282108208568543,0.255951455205554,0.640003177689241,0.846146456888581,0.255951455205554,0.3061984658088,0.721455807226731,0.255951455205554,0.390608232959558,0.898857289298382,0.568013806752343,0.74851504358988 -1909,0.255951455205554,0.558335624843945,0.473578065931924,0.255951455205554,0.16212793363702,0.13836294455391,0.255951455205554,0.317380996552204,0.228279226090416,0.255951455205554,0.315999028357836,0.160140797896189,0.255951455205554,0.124538732262609,0.182314291425509,0.255951455205554,0.104571528486484,0.794458391492181,0.5,0.255951455205554,0.131875270173434,0.726499830360756,0.5,0.255951455205554,0.619500110068707,0.774207503262868,0.5,0.255951455205554,0.662075972554859,0.762317204996104,0.255951455205554,0.069264261204238,0.81386875424127,0.0893888235865759,0.373545427451862,0.255951455205554,0.309838589293981,0.501350243064056,0.5,0.255951455205554,0.130387039639219,0.157092049617244,0.255951455205554,0.648653225137476,0.83373469165447,0.255951455205554,0.305858167584735,0.665884779178018,0.255951455205554,0.36227667877704,0.886549161484062,0.665638913275575,0.791142384101886 -1910,0.255951455205554,0.569999311704494,0.520057656003329,0.255951455205554,0.175452384845671,0.157419743762324,0.255951455205554,0.32843765782264,0.25568585187674,0.255951455205554,0.319144167643637,0.176196755878705,0.255951455205554,0.169277288577213,0.15514944908126,0.255951455205554,0.111462319182206,0.740580907392745,0.5,0.255951455205554,0.134908891208481,0.572946938868372,0.5,0.255951455205554,0.523956927851779,0.745425942143771,0.5,0.255951455205554,0.606046348492105,0.823573315681797,0.255951455205554,0.0963176938066435,0.670471167336832,0.0674637373976694,0.233938773540709,0.255951455205554,0.289160807356069,0.410072102404363,0.5,0.255951455205554,0.120421594179473,0.0963951675674445,0.255951455205554,0.616903018514904,0.828798013197671,0.255951455205554,0.220096282031069,0.637090944828896,0.255951455205554,0.271373338997476,0.837598812472043,0.629943556863682,0.781254522923412 -1911,0.255951455205554,0.519631790921284,0.540943396666641,0.255951455205554,0.186923100252742,0.181330869351408,0.255951455205554,0.31897096388169,0.270213795710013,0.255951455205554,0.34205499489877,0.189437428686825,0.255951455205554,0.176612116465446,0.143780375544652,0.255951455205554,0.0943683613721039,0.553860298752144,0.5,0.255951455205554,0.167052996191145,0.449639834541716,0.5,0.255951455205554,0.480336075434393,0.60604451039185,0.5,0.255951455205554,0.508383727299425,0.817660772902361,0.255951455205554,0.0924041006629621,0.600718207192267,0.0394079008168363,0.147120342914739,0.255951455205554,0.250238326500708,0.390510625863201,0.5,0.255951455205554,0.0763281792570698,0.0764175434395833,0.255951455205554,0.464674702014806,0.808836963315499,0.255951455205554,0.0693577558209133,0.599439946581912,0.255951455205554,0.159131459703235,0.723982074265625,0.567788402196793,0.703194710278702 -1912,0.255951455205554,0.389772506270932,0.477723111560753,0.255951455205554,0.0929726993200466,0.130654235507061,0.255951455205554,0.229807343516235,0.244319437825112,0.255951455205554,0.223004526662323,0.169013562183845,0.255951455205554,0.127864317858989,0.136507737514877,0.255951455205554,0.069333048381313,0.381917179322349,0.5,0.255951455205554,0.100371250298229,0.321514951784972,0.5,0.255951455205554,0.417912267065785,0.391451020731595,0.5,0.255951455205554,0.387405651424276,0.544717137120076,0.255951455205554,0.0226306086135292,0.461498231082078,0.0226385820218324,0.12512574322683,0.255951455205554,0.143879635353094,0.392628625847368,0.5,0.255951455205554,0.0556230503234664,0.0709911907538374,0.255951455205554,0.251844345363447,0.723643164929461,0.255951455205554,0.0357142375700097,0.449606241784053,0.255951455205554,0.0608298721302312,0.674249154554136,0.423914566821279,0.657920128469106 -1913,0.255951455205554,0.274941770817945,0.331256077560944,0.255951455205554,0.0796248753814341,0.082813474230821,0.255951455205554,0.158253872180329,0.169453020073862,0.255951455205554,0.162588061304963,0.121712524835753,0.255951455205554,0.0787121759318153,0.124725490448757,0.255951455205554,0.0222801992375038,0.281220889428818,0.5,0.255951455205554,0.0242427522723836,0.176973254647401,0.5,0.255951455205554,0.267964767400723,0.194836792614533,0.5,0.255951455205554,0.264244595062739,0.307003635816268,0.255951455205554,0.00659527531325197,0.273044785681032,0.015777084395206,0.145895167995503,0.255951455205554,0.0179801600403832,0.292536792037899,0.5,0.255951455205554,0.0323860921726883,0.0645213775805729,0.255951455205554,0.101583591828708,0.545307338217134,0.255951455205554,0.0186421870675523,0.333328184969088,0.255951455205554,0.0344328701120107,0.511172032826076,0.289879446233341,0.673661529779673 -1914,0.255951455205554,0.0855540631993867,0.193072286679909,0.255951455205554,0.0401840897974241,0.0247899976196168,0.255951455205554,0.0543247502818417,0.0793805624504846,0.255951455205554,0.0574449191845229,0.0580911165166818,0.255951455205554,0.0305809397610996,0.0742236293907757,0.255951455205554,0.00283836306060005,0.215154726927457,0.5,0.255951455205554,0.00540873750918564,0.0922815318941998,0.5,0.255951455205554,0.0617611299860997,0.128490666940667,0.5,0.255951455205554,0.0451278706711272,0.139012829203827,0.255951455205554,0.00285158241170297,0.138169929799301,0.00198032337966916,0.0884791972866168,0.255951455205554,0.00104674271291106,0.121818469205009,0.5,0.255951455205554,0.00746976552886003,0.049080539676818,0.255951455205554,0.00543855030195209,0.352666494476742,0.255951455205554,0.00537568912921365,0.228396972659641,0.255951455205554,0.010688869893995,0.31706686391597,0.091854567209568,0.644230063263879 -1915,0.255951455205554,0.0,0.15539599697204,0.255951455205554,0.0,0.0223859527848194,0.255951455205554,0.0,0.0555668297043746,0.255951455205554,0.0,0.0510206023710845,0.255951455205554,1.86367334400103e-06,0.0392442263364227,0.255951455205554,3.85969031715107e-08,0.0844618082615862,0.5,0.255951455205554,4.3138171480025e-05,0.0466422101285895,0.5,0.255951455205554,0.0,0.133341270998193,0.5,0.255951455205554,0.0,0.0863216502466869,0.255951455205554,0.000105882586521016,0.110690498877383,0.0,0.0679190186459557,0.255951455205554,0.0,0.0754046215545831,0.5,0.255951455205554,0.0,0.0420085773936147,0.255951455205554,0.0,0.215594489696606,0.255951455205554,0.0,0.151397529933073,0.255951455205554,0.0,0.206071789366328,0.0,0.519369892243813 -1916,0.255951455205554,0.0,0.11679146352657,0.255951455205554,0.0,0.0216900719829315,0.255951455205554,0.0,0.0471281271745952,0.255951455205554,0.0,0.046226256379124,0.255951455205554,0.0,0.0271327351045388,0.255951455205554,0.0,0.0282323095552215,0.5,0.255951455205554,0.0,0.0276665017000626,0.5,0.255951455205554,0.0,0.19643714152701,0.5,0.255951455205554,0.0,0.0545042814000655,0.255951455205554,0.0,0.0789576003096128,0.0,0.0727822769109391,0.255951455205554,0.0,0.0734587717443833,0.5,0.255951455205554,0.0,0.0478890589086913,0.255951455205554,0.0,0.176566729663154,0.255951455205554,0.0,0.106143620135937,0.255951455205554,0.0,0.119469145918803,0.0,0.314456052738651 -1917,0.255951455205554,0.0,0.0918583728659486,0.255951455205554,0.0,0.0240890820226727,0.255951455205554,0.0,0.0486656298954578,0.255951455205554,0.0,0.0477379799214984,0.255951455205554,0.0,0.0275310666800444,0.255951455205554,0.0,0.00853560786029928,0.5,0.255951455205554,0.0,0.0228993808100843,0.5,0.255951455205554,0.0,0.106586198487248,0.5,0.255951455205554,0.0,0.0458164780324559,0.255951455205554,0.0,0.0428750919268939,0.0,0.0760545213468402,0.255951455205554,0.0,0.0721574054819214,0.5,0.255951455205554,0.0,0.0485115108018069,0.255951455205554,0.0,0.139197536968807,0.255951455205554,0.0,0.0686872147213541,0.255951455205554,0.0,0.0530489957793742,0.0,0.199243204634248 -1918,0.255951455205554,0.0,0.086060208227349,0.255951455205554,0.0,0.0289805722038018,0.255951455205554,0.0,0.0622287589277578,0.255951455205554,0.0,0.0640450511805002,0.255951455205554,0.0,0.0417349477522438,0.255951455205554,0.0,0.00393823011468935,0.5,0.255951455205554,0.0,0.0212621086661791,0.5,0.255951455205554,0.0,0.064426208213759,0.5,0.255951455205554,0.0,0.04595593454566,0.255951455205554,0.0,0.0330051663107961,0.0,0.0776289564708443,0.255951455205554,0.0,0.0627109837083246,0.5,0.255951455205554,0.0,0.0446388312791235,0.255951455205554,0.0,0.0864136497718729,0.255951455205554,0.0,0.038704737125058,0.255951455205554,0.0,0.0195382885003122,0.0,0.263929525099627 -1919,0.255951455205554,0.0,0.10288640043357,0.255951455205554,0.0,0.0427908236880257,0.255951455205554,0.0,0.086115934834513,0.255951455205554,0.0,0.0907070158245432,0.255951455205554,0.0,0.0618020608615413,0.255951455205554,0.0,0.00412103076593956,0.5,0.255951455205554,0.0,0.0306808451636206,0.5,0.255951455205554,0.0,0.0488153893439654,0.5,0.255951455205554,0.0,0.0457594542976557,0.255951455205554,0.0,0.0292513986941438,0.0,0.0477730587960992,0.255951455205554,0.0,0.0399254680763009,0.5,0.255951455205554,0.0,0.0360611597772992,0.255951455205554,0.0,0.0470596181918284,0.255951455205554,0.0,0.0139004273192061,0.255951455205554,0.0,0.00457399729761607,0.0,0.526799331534853 -1920,0.255951455205554,0.0,0.131323536077226,0.255951455205554,0.0,0.0672021215017378,0.255951455205554,0.0,0.120369775058458,0.255951455205554,0.0,0.126378514285086,0.255951455205554,0.0,0.0804693674551612,0.255951455205554,0.0,0.00653783200184932,0.5,0.255951455205554,0.0,0.0404019791336636,0.5,0.255951455205554,0.0,0.0388958713279938,0.5,0.255951455205554,0.0,0.0411293069007075,0.255951455205554,0.0,0.0159039385890891,0.0,0.0221395972919258,0.255951455205554,0.0,0.0171272948783965,0.5,0.255951455205554,0.0,0.0269889635885859,0.255951455205554,0.0,0.0235298448636818,0.255951455205554,0.0,0.00344035702999836,0.255951455205554,0.0,0.00102459150374944,0.0,0.755453180863584 -1921,0.255951455205554,0.0,0.169658419603418,0.255951455205554,0.0,0.0830325754208904,0.255951455205554,0.0,0.165337463594463,0.255951455205554,0.0,0.176639675778383,0.255951455205554,0.0,0.0877760147335275,0.255951455205554,0.0,0.0164028096031768,0.5,0.255951455205554,0.0,0.0335314853410637,0.5,0.255951455205554,0.0,0.0451765093664327,0.5,0.255951455205554,0.0,0.0434939928081286,0.255951455205554,0.0,0.0322534725079404,0.0,0.00419213953285813,0.255951455205554,0.0,0.00746040769854776,0.5,0.255951455205554,0.0,0.0266030507059865,0.255951455205554,0.0,0.012177660055631,0.255951455205554,0.0,0.00195172680649421,0.255951455205554,0.0,0.000707778395425641,0.0,0.822890324087693 -1922,0.255951455205554,0.0,0.226249949537508,0.255951455205554,0.0,0.111247147862788,0.255951455205554,0.0,0.193906958754895,0.255951455205554,0.0,0.236296398622449,0.255951455205554,0.0,0.0978591526807957,0.255951455205554,0.0,0.0316831522038818,0.5,0.255951455205554,0.0,0.0410862932459843,0.5,0.255951455205554,0.0,0.0522867198597425,0.5,0.255951455205554,0.0,0.055745046523847,0.255951455205554,0.0,0.0798220881693054,0.0,0.00101472331125028,0.255951455205554,0.0,0.00458139174022732,0.5,0.255951455205554,0.0,0.0347824415306181,0.255951455205554,0.0,0.00956228991931544,0.255951455205554,0.0,0.00456078295614791,0.255951455205554,0.0,0.00168705016028103,0.0,0.846265185720977 -1923,0.255951455205554,0.0,0.294390492914608,0.255951455205554,0.0,0.127094766537688,0.255951455205554,0.0,0.209408231620919,0.255951455205554,0.0,0.259030466493203,0.255951455205554,0.0,0.124372546031427,0.255951455205554,0.0,0.0610356689026976,0.5,0.255951455205554,0.0,0.0639769813122143,0.5,0.255951455205554,0.0,0.0428049394345004,0.5,0.255951455205554,0.0,0.0736297920895012,0.255951455205554,0.0,0.196157819091352,0.0,7.2199712996947e-05,0.255951455205554,0.0,0.00762603859159206,0.5,0.255951455205554,0.0,0.0442654001750617,0.255951455205554,0.0,0.0128975436256215,0.255951455205554,0.0,0.00583667122729057,0.255951455205554,0.0,0.0050399676429616,0.0,0.848812999616641 -1924,0.255951455205554,0.0,0.342097697236219,0.255951455205554,0.0,0.131715624860229,0.255951455205554,0.0,0.232696880403695,0.255951455205554,0.0,0.267872680004916,0.255951455205554,0.0,0.141016597650493,0.255951455205554,0.0,0.0760114278570506,0.5,0.255951455205554,0.0,0.105678351956363,0.5,0.255951455205554,0.0,0.0427396886887441,0.5,0.255951455205554,0.0,0.0781214879788186,0.255951455205554,0.0,0.263379678659653,0.0,0.000305441072538909,0.255951455205554,0.0,0.00897968108797458,0.5,0.255951455205554,0.0,0.0576909675268869,0.255951455205554,0.0,0.0208073878905298,0.255951455205554,0.0,0.00558047609315381,0.255951455205554,0.0,0.0209663343208319,0.0,0.861224789940125 -1925,0.255951455205554,0.0,0.391265088115535,0.255951455205554,0.0,0.145512879977167,0.255951455205554,0.0,0.261504333634308,0.255951455205554,0.0,0.346530653396958,0.255951455205554,0.0,0.161518075209649,0.255951455205554,0.0,0.0708715928361889,0.5,0.255951455205554,0.0,0.160997338126271,0.5,0.255951455205554,0.0,0.0708463649741756,0.5,0.255951455205554,0.0,0.070601852437915,0.255951455205554,0.0,0.235996433908454,0.0,0.000612904426685983,0.255951455205554,0.0,0.00721535656218884,0.5,0.255951455205554,0.0,0.0588775994293942,0.255951455205554,0.0,0.0359560382787755,0.255951455205554,0.0,0.00619604742179606,0.255951455205554,0.0,0.0653000453730567,0.0,0.854402039532835 -1926,0.255951455205554,0.0,0.480201641909385,0.255951455205554,0.0,0.146189215215172,0.255951455205554,0.0,0.282287171646261,0.255951455205554,0.0,0.355084902110271,0.255951455205554,0.0,0.193726803267177,0.255951455205554,0.0,0.0940471742575636,0.5,0.255951455205554,0.0,0.223311990601351,0.5,0.255951455205554,0.0,0.126303297531066,0.5,0.255951455205554,0.0,0.067303985626607,0.255951455205554,0.0,0.239329573352573,0.0,0.0012933521862178,0.255951455205554,0.0,0.00690673048279046,0.5,0.255951455205554,0.0,0.0601616230943955,0.255951455205554,0.0,0.0624842336760087,0.255951455205554,0.0,0.0146686324856367,0.255951455205554,0.0,0.0920608368640649,0.0,0.894583921617531 -1927,0.255951455205554,9.38513989334868e-05,0.515332556680001,0.255951455205554,2.13638268953229e-05,0.131850355653687,0.255951455205554,5.02301462830281e-05,0.30108721539527,0.255951455205554,0.0,0.336456746297568,0.255951455205554,0.0,0.238364905389639,0.255951455205554,1.0307378178674e-07,0.148591644960145,0.5,0.255951455205554,0.0,0.27950577843213,0.5,0.255951455205554,5.25748261543635e-07,0.147160956797108,0.5,0.255951455205554,0.001396883397201,0.110614630569916,0.255951455205554,0.0,0.19173906918815,0.00170369539633557,0.00521175330338176,0.255951455205554,0.00176561269855364,0.00832040564003672,0.5,0.255951455205554,0.0037117908036155,0.0595201854328174,0.255951455205554,0.00186595394461528,0.109703096564701,0.255951455205554,0.000520566078699429,0.0263893556668277,0.255951455205554,0.000544158013219717,0.119355930833802,0.0,0.914692609141609 -1928,0.255951455205554,0.0531729725225277,0.502560152226098,0.255951455205554,0.052262260648451,0.126633535935743,0.255951455205554,0.0367600590287238,0.342173342198903,0.255951455205554,0.0247685427274062,0.395832681353793,0.255951455205554,0.0359474204425321,0.31605338193111,0.255951455205554,0.0357432477887535,0.287090443108684,0.5,0.255951455205554,0.0350297764815351,0.336101890959189,0.5,0.255951455205554,0.0170005682567468,0.180506250963208,0.5,0.255951455205554,0.0505431653890631,0.207517904012809,0.255951455205554,0.0538367547368262,0.208061040365841,0.0260558563696593,0.0073782429321364,0.255951455205554,0.0411859764353737,0.0127720806101845,0.5,0.255951455205554,0.107901328571937,0.0507133889030413,0.255951455205554,0.0530557899892356,0.160225631846409,0.255951455205554,0.024384517613231,0.0397719769362047,0.255951455205554,0.0399634012546088,0.143931535904535,0.0271763467359613,0.915512670404304 -1929,0.255951455205554,0.124798858397369,0.5808865349171,0.255951455205554,0.0988330445492039,0.179283624204004,0.255951455205554,0.127826058917295,0.428398556160996,0.255951455205554,0.0460315934947887,0.46229937100916,0.255951455205554,0.139612962904329,0.487761827569153,0.255951455205554,0.111887508890656,0.448827497682997,0.5,0.255951455205554,0.145769960725942,0.488385300946882,0.5,0.255951455205554,0.0671453816936601,0.223455625370788,0.5,0.255951455205554,0.119585184335761,0.280057268253747,0.255951455205554,0.1655784375776,0.505229636354987,0.0547094222567943,0.013627141406958,0.255951455205554,0.0981700024133634,0.0551271778591648,0.5,0.255951455205554,0.231781738703126,0.0691842882211342,0.255951455205554,0.133594885322317,0.300123746106773,0.255951455205554,0.100965226405319,0.0997182966172573,0.255951455205554,0.0961356728713455,0.247397953044325,0.130064115170946,0.918977807992725 -1930,0.255951455205554,0.215155849682142,0.696705672161893,0.255951455205554,0.152239424251997,0.234417536498931,0.255951455205554,0.259748434144424,0.556154401829032,0.255951455205554,0.126497535281428,0.547236397642939,0.255951455205554,0.29620860648822,0.697565623177005,0.255951455205554,0.223944321737682,0.561025165603624,0.5,0.255951455205554,0.261056144420709,0.701713576631027,0.5,0.255951455205554,0.148916821018637,0.232945414551426,0.5,0.255951455205554,0.182328514620932,0.29617587689421,0.255951455205554,0.259841147202765,0.758436391360493,0.0292385999614632,0.00977661060600567,0.255951455205554,0.167423700644267,0.189269575602183,0.5,0.255951455205554,0.342266560641999,0.142443186340176,0.255951455205554,0.181665649039056,0.365656487888686,0.255951455205554,0.21305517261649,0.25666793288427,0.255951455205554,0.136247934403877,0.45278771660685,0.308119019126697,0.921197744159481 -1931,0.255951455205554,0.425930273777369,0.800806630605594,0.255951455205554,0.279638341554276,0.433185420697428,0.255951455205554,0.42063142147326,0.706355908421038,0.255951455205554,0.284617061436701,0.702379702580666,0.255951455205554,0.404872975351498,0.850671042064941,0.255951455205554,0.333894085072964,0.622938828568486,0.5,0.255951455205554,0.357754492631646,0.712526783123984,0.5,0.255951455205554,0.225279511083155,0.221366358773545,0.5,0.255951455205554,0.242796631009133,0.282972309437478,0.255951455205554,0.299334626198951,0.701582424292436,0.0192783610953466,0.0107819975940434,0.255951455205554,0.18353298612924,0.273929487808878,0.5,0.255951455205554,0.435959447878534,0.262111255997752,0.255951455205554,0.17944857283248,0.364717380775517,0.255951455205554,0.252426600611515,0.37391248375353,0.255951455205554,0.13880174851783,0.531782641705709,0.445672573351845,0.924263803782047 -1932,0.255951455205554,0.537247613490112,0.856177581408447,0.255951455205554,0.428681607223822,0.61553319171251,0.255951455205554,0.501140888553617,0.786410534734274,0.255951455205554,0.568555784182291,0.876969849632176,0.255951455205554,0.41036279846503,0.910325486084325,0.255951455205554,0.435261649713817,0.723838948287256,0.5,0.255951455205554,0.417055407370007,0.704532345424417,0.5,0.255951455205554,0.249285339627344,0.171414445476127,0.5,0.255951455205554,0.285148339800404,0.241584661115641,0.255951455205554,0.239734925249673,0.683190155206221,0.0429117736031123,0.0486415000257443,0.255951455205554,0.186520083925697,0.292136816030571,0.5,0.255951455205554,0.484083124069759,0.333914444119048,0.255951455205554,0.13357671235021,0.331486152657894,0.255951455205554,0.236409389067694,0.421154727932969,0.255951455205554,0.176642058186726,0.576392087691829,0.616917567979551,0.877809831024326 -1933,0.255951455205554,0.555573946485263,0.881929081168862,0.255951455205554,0.41179619810456,0.699544045592195,0.255951455205554,0.372506671737605,0.838276801285514,0.255951455205554,0.543679271820086,0.962143921594741,0.255951455205554,0.334471914317488,0.908416951258158,0.255951455205554,0.527806355179542,0.726100384027602,0.5,0.255951455205554,0.394627382356432,0.749612643751333,0.5,0.255951455205554,0.237285761240329,0.143712333868616,0.5,0.255951455205554,0.303178044887734,0.20935419752319,0.255951455205554,0.336897623776801,0.789456170366988,0.278751237611347,0.196448250426031,0.255951455205554,0.213008180997143,0.26519520060709,0.5,0.255951455205554,0.442407782607132,0.327203625598419,0.255951455205554,0.141655937258859,0.305025934053168,0.255951455205554,0.249340664094899,0.501696136899093,0.255951455205554,0.245903823762724,0.592092201600763,0.624025570476684,0.742988363689481 -1934,0.255951455205554,0.31489109672367,0.898346129272622,0.255951455205554,0.602883826471998,0.798942013320999,0.255951455205554,0.349097702851434,0.855807909181794,0.255951455205554,0.205605150378,0.969973729426817,0.255951455205554,0.394596315867501,0.902948812490179,0.255951455205554,0.49456313886591,0.731842952306154,0.5,0.255951455205554,0.354941541266099,0.797852121381033,0.5,0.255951455205554,0.20422827516242,0.162522791888366,0.5,0.255951455205554,0.301698578664632,0.18657175774591,0.255951455205554,0.252112350672653,0.825573110431094,0.347934821434038,0.323353567235293,0.255951455205554,0.245001870226866,0.322997772643885,0.5,0.255951455205554,0.407816870253298,0.370108260609789,0.255951455205554,0.157210780431579,0.295893399512163,0.255951455205554,0.263866820583456,0.554995309550778,0.255951455205554,0.325720383021164,0.552693207149215,0.373767428683842,0.666470378355076 -1935,0.255951455205554,0.218039196494927,0.93193019570126,0.255951455205554,0.463435012030085,0.860247908589971,0.255951455205554,0.271660303005724,0.809341502404835,0.255951455205554,0.175737447241362,0.943005736417618,0.255951455205554,0.270674312096264,0.840466273862976,0.255951455205554,0.43845557074972,0.796793372884677,0.5,0.255951455205554,0.208974052233837,0.843376037509268,0.5,0.255951455205554,0.165909369111525,0.201778797730049,0.5,0.255951455205554,0.262746129852439,0.201445115867614,0.255951455205554,0.135348991571509,0.864338794773625,0.142474766751058,0.214440361765113,0.255951455205554,0.254013158893494,0.363437697112426,0.5,0.255951455205554,0.333530047916989,0.379624590987072,0.255951455205554,0.176018775120988,0.266549632041248,0.255951455205554,0.304799287496985,0.549948285490797,0.255951455205554,0.343298346540425,0.535501255770974,0.13816541032242,0.53976741083557 -1936,0.255951455205554,0.0797681732497753,0.757844137755126,0.255951455205554,0.11663108932527,0.724873098580335,0.255951455205554,0.183406731782731,0.619313957553482,0.255951455205554,0.127718852742574,0.713891838706913,0.255951455205554,0.215070733394283,0.79001020567482,0.255951455205554,0.236648742603282,0.744998257854278,0.5,0.255951455205554,0.130123147551353,0.86877137632721,0.5,0.255951455205554,0.130400338976124,0.231875528056257,0.5,0.255951455205554,0.193375061581424,0.210451716935164,0.255951455205554,0.131131720798836,0.872908718746085,0.0791952905309989,0.209868498347975,0.255951455205554,0.184735347798153,0.262073048567727,0.5,0.255951455205554,0.309677459577667,0.363656353691907,0.255951455205554,0.167194695921903,0.214693383846525,0.255951455205554,0.321510356379998,0.490460302629684,0.255951455205554,0.289933465193115,0.532267445817104,0.0589050060209055,0.596980700159707 -1937,0.255951455205554,0.0788853552325144,0.545574300753766,0.255951455205554,0.049907010203416,0.547370109852074,0.255951455205554,0.0771589772225935,0.36174931252125,0.255951455205554,0.0375524734633927,0.351300947523776,0.255951455205554,0.061941471810928,0.664666610539237,0.255951455205554,0.0932992852257804,0.738757097416875,0.5,0.255951455205554,0.0687787173736926,0.822345115569288,0.5,0.255951455205554,0.0693601134099212,0.212319150213421,0.5,0.255951455205554,0.101469569248581,0.19856086616801,0.255951455205554,0.0366422517692729,0.826719523775972,0.0247112468637428,0.0746095399791241,0.255951455205554,0.119510679534152,0.158284434968259,0.5,0.255951455205554,0.249246745511628,0.246484357031055,0.255951455205554,0.0902244310396399,0.133637536995195,0.255951455205554,0.222187126596592,0.358906807633708,0.255951455205554,0.175850915476078,0.408824054335067,0.00603209355463367,0.601190002289726 -1938,0.255951455205554,0.00950410194740888,0.321575835805326,0.255951455205554,0.00744019275878222,0.235230091010787,0.255951455205554,0.0168443828915251,0.20424796521989,0.255951455205554,0.00851261694475772,0.172148429311073,0.255951455205554,0.0137244080544449,0.644173279446629,0.255951455205554,0.0330121207806092,0.677811165540521,0.5,0.255951455205554,0.0312483971716863,0.721409785891308,0.5,0.255951455205554,0.021015510628545,0.158698564859102,0.5,0.255951455205554,0.0222410755314464,0.156818374418648,0.255951455205554,0.00829691077727197,0.686537605048646,0.0385970634895266,0.0649694305543208,0.255951455205554,0.0259215862723454,0.10655807730857,0.5,0.255951455205554,0.0373856725574749,0.194407818057242,0.255951455205554,0.0245283808200456,0.0729967135331033,0.255951455205554,0.0540699668350011,0.192495184911226,0.255951455205554,0.0487925870412143,0.309318734018345,0.0184613932365847,0.496793650797005 -1939,0.255951455205554,8.4011587570868e-09,0.195733919177527,0.255951455205554,4.6773890248708e-08,0.107899734999847,0.255951455205554,1.46252187279405e-05,0.162894452073639,0.255951455205554,0.0,0.0698115026862009,0.255951455205554,8.14898361908854e-05,0.576060235526157,0.255951455205554,0.0,0.423100010992046,0.5,0.255951455205554,6.47904202701034e-06,0.543520029854522,0.5,0.255951455205554,1.04633049413902e-05,0.116813834214927,0.5,0.255951455205554,0.0,0.122511592602427,0.255951455205554,0.000348558040771445,0.576021678117844,0.0,0.0862474637346963,0.255951455205554,0.0,0.107234703940223,0.5,0.255951455205554,0.0,0.190505179799612,0.255951455205554,0.0,0.0450407248345802,0.255951455205554,0.0,0.14490691259823,0.255951455205554,0.0,0.321509674848524,0.0,0.400081325157044 -1940,0.255951455205554,0.0,0.120038178866719,0.255951455205554,0.0,0.0482082613245487,0.255951455205554,0.0,0.171967544726155,0.255951455205554,0.0,0.0792158617883615,0.255951455205554,0.0,0.547740103030156,0.255951455205554,0.0,0.313922509998455,0.5,0.255951455205554,0.0,0.473054785667845,0.5,0.255951455205554,0.0,0.110054512486448,0.5,0.255951455205554,0.0,0.122060940501959,0.255951455205554,0.0,0.524956058147218,0.0,0.0775160649050574,0.255951455205554,0.0,0.0936601369567588,0.5,0.255951455205554,0.0,0.181296834017978,0.255951455205554,0.0,0.0326504264000302,0.255951455205554,0.0,0.152415584301467,0.255951455205554,0.0,0.229235582828333,0.0,0.436895656396592 -1941,0.255951455205554,0.0,0.0869313164681081,0.255951455205554,0.0,0.0236626674722551,0.255951455205554,0.0,0.247778351996199,0.255951455205554,0.0,0.209459302508153,0.255951455205554,0.0,0.534368614000737,0.255951455205554,0.0,0.358618778402219,0.5,0.255951455205554,0.0,0.461316961306738,0.5,0.255951455205554,0.0,0.140618690540181,0.5,0.255951455205554,0.0,0.133717541756875,0.255951455205554,0.0,0.448392552211321,0.0,0.0824443822978057,0.255951455205554,0.0,0.090017918445668,0.5,0.255951455205554,0.0,0.162298596716204,0.255951455205554,0.0,0.0316250260482427,0.255951455205554,0.0,0.161898919100231,0.255951455205554,0.0,0.158643185880715,0.0,0.53551806182601 -1942,0.255951455205554,0.0,0.0653458390684112,0.255951455205554,0.0,0.0400794331212332,0.255951455205554,0.0,0.348572740752449,0.255951455205554,0.0,0.311108555420087,0.255951455205554,0.0,0.420107845726117,0.255951455205554,0.0,0.388169961213313,0.5,0.255951455205554,0.0,0.375889873554233,0.5,0.255951455205554,0.0,0.177559174684477,0.5,0.255951455205554,0.0,0.16139116256246,0.255951455205554,0.0,0.393544776875531,0.0,0.100976168071759,0.255951455205554,0.0,0.101296178877548,0.5,0.255951455205554,0.0,0.131608761676351,0.255951455205554,0.0,0.0388213732633546,0.255951455205554,0.0,0.158853120951741,0.255951455205554,0.0,0.151325081593979,0.0,0.669750621944798 -1943,0.255951455205554,0.0,0.0775698470681561,0.255951455205554,0.0,0.208366741482593,0.255951455205554,0.0,0.379762749094752,0.255951455205554,0.0,0.446443766010171,0.255951455205554,0.0,0.319505516201901,0.255951455205554,0.0,0.283059284170837,0.5,0.255951455205554,0.0,0.299956170240895,0.5,0.255951455205554,0.0,0.250941614670866,0.5,0.255951455205554,0.0,0.193340967149927,0.255951455205554,0.0,0.290133849855014,0.0,0.118904501517483,0.255951455205554,0.0,0.116999910405146,0.5,0.255951455205554,0.0,0.115367115487054,0.255951455205554,0.0,0.0523978215602771,0.255951455205554,0.0,0.165610491276448,0.255951455205554,0.0,0.175523894439216,0.0,0.734875329755348 -1944,0.255951455205554,0.0,0.1103054877857,0.255951455205554,0.0,0.368215933068109,0.255951455205554,0.0,0.354737722968612,0.255951455205554,0.0,0.392706092296133,0.255951455205554,0.0,0.287160816795114,0.255951455205554,0.0,0.193061340271737,0.5,0.255951455205554,0.0,0.269916227600903,0.5,0.255951455205554,0.0,0.248558804128711,0.5,0.255951455205554,0.0,0.228088536966388,0.255951455205554,0.0,0.212704854431027,0.0,0.11914537029584,0.255951455205554,0.0,0.128174937389151,0.5,0.255951455205554,0.0,0.127791121997055,0.255951455205554,0.0,0.0635873882776667,0.255951455205554,0.0,0.19345480835793,0.255951455205554,0.0,0.211000303806296,0.0,0.760998009469272 -1945,0.255951455205554,0.0,0.157870002290264,0.255951455205554,0.0,0.473202754898384,0.255951455205554,0.0,0.312282625669219,0.255951455205554,0.0,0.145892544750981,0.255951455205554,0.0,0.251449984627779,0.255951455205554,0.0,0.149861080685785,0.5,0.255951455205554,0.0,0.168891214578165,0.5,0.255951455205554,0.0,0.230135590855169,0.5,0.255951455205554,0.0,0.243270342784504,0.255951455205554,0.0,0.168898151177169,0.0,0.10243484787367,0.255951455205554,0.0,0.146815501162306,0.5,0.255951455205554,0.0,0.170137536989839,0.255951455205554,0.0,0.0927509375609199,0.255951455205554,0.0,0.223218548560158,0.255951455205554,0.0,0.198967920641311,0.0,0.787174632336045 -1946,0.255951455205554,0.0,0.170662147831822,0.255951455205554,0.0,0.333332263987452,0.255951455205554,0.0,0.270719137632034,0.255951455205554,0.0,0.168223830201926,0.255951455205554,0.0,0.243969739154121,0.255951455205554,0.0,0.135744331036471,0.5,0.255951455205554,0.0,0.173656767305545,0.5,0.255951455205554,0.0,0.21024490208743,0.5,0.255951455205554,0.0,0.244834897551634,0.255951455205554,0.0,0.172837859318799,0.0,0.0897200662709572,0.255951455205554,0.0,0.167543450711951,0.5,0.255951455205554,0.0,0.215921726551239,0.255951455205554,0.0,0.131458620940567,0.255951455205554,0.0,0.238122519243004,0.255951455205554,0.0,0.166586156276127,0.0,0.66645704123495 -1947,0.255951455205554,0.0,0.198809584931945,0.255951455205554,0.0,0.106141611417039,0.255951455205554,0.0,0.247479463218514,0.255951455205554,0.0,0.258421131506476,0.255951455205554,0.0,0.282654882998968,0.255951455205554,0.0,0.136027926486287,0.5,0.255951455205554,0.0,0.197137540965238,0.5,0.255951455205554,0.0,0.155815756710342,0.5,0.255951455205554,0.0,0.226331997677375,0.255951455205554,0.0,0.295456593675337,0.0,0.102676949849503,0.255951455205554,0.0,0.178232458605183,0.5,0.255951455205554,0.0,0.249757337215817,0.255951455205554,0.0,0.176719997920674,0.255951455205554,0.0,0.18011296257812,0.255951455205554,0.0,0.133928230271415,0.0,0.584184872345634 -1948,0.255951455205554,0.0,0.291877356372461,0.255951455205554,0.0,0.105640618615813,0.255951455205554,0.0,0.246050805496587,0.255951455205554,0.0,0.2468079922325,0.255951455205554,0.0,0.296439006690657,0.255951455205554,0.0,0.163521237384332,0.5,0.255951455205554,0.0,0.155962284585994,0.5,0.255951455205554,0.0,0.112784647518245,0.5,0.255951455205554,0.0,0.187518489563936,0.255951455205554,0.0,0.26934247291711,0.0,0.158475689085626,0.255951455205554,0.0,0.169102907266304,0.5,0.255951455205554,0.0,0.251077304920282,0.255951455205554,0.0,0.164345825532299,0.255951455205554,0.0,0.0794635816593772,0.255951455205554,0.0,0.0991342729289561,0.0,0.600621024421003 -1949,0.255951455205554,0.0,0.337138850767395,0.255951455205554,0.0,0.146804450082518,0.255951455205554,0.0,0.250658362984045,0.255951455205554,0.0,0.261830167195101,0.255951455205554,0.0,0.305268685272231,0.255951455205554,0.0,0.191872890878115,0.5,0.255951455205554,0.0,0.108427971501134,0.5,0.255951455205554,0.0,0.0773202343710461,0.5,0.255951455205554,0.0,0.150813949013329,0.255951455205554,0.0,0.148394103096755,0.0,0.222299623209511,0.255951455205554,0.0,0.130740288362491,0.5,0.255951455205554,0.0,0.196202648265079,0.255951455205554,0.0,0.115829919331729,0.255951455205554,0.0,0.0367684454706098,0.255951455205554,0.0,0.0847497382000363,0.0,0.598618345516286 -1950,0.255951455205554,0.0,0.336940381656156,0.255951455205554,0.0,0.160214158478639,0.255951455205554,0.0,0.281917539554506,0.255951455205554,0.0,0.317044893564405,0.255951455205554,0.0,0.275130741730764,0.255951455205554,0.0,0.19145234933113,0.5,0.255951455205554,0.0,0.0776167737804967,0.5,0.255951455205554,0.0,0.0553474989948793,0.5,0.255951455205554,0.0,0.125653429362882,0.255951455205554,0.0,0.0646098030676732,0.0,0.115649477934703,0.255951455205554,0.0,0.0931552842532262,0.5,0.255951455205554,0.0,0.139574521711126,0.255951455205554,0.0,0.0906372960995679,0.255951455205554,0.0,0.0293799218383633,0.255951455205554,0.0,0.0775408942057072,0.0,0.596162203946277 -1951,0.255951455205554,0.000299366977853702,0.364245726345195,0.255951455205554,0.000677628383406853,0.163849457342065,0.255951455205554,0.000148982268323859,0.295249141177032,0.255951455205554,0.0,0.346072912553208,0.255951455205554,0.0,0.239009715232391,0.255951455205554,1.62399022286171e-05,0.155755502197861,0.5,0.255951455205554,0.0,0.0867107332884001,0.5,0.255951455205554,6.33554281051746e-05,0.0391385037518302,0.5,0.255951455205554,0.000979485029044211,0.0979570111127812,0.255951455205554,0.0,0.0565511904748963,0.00465593102496759,0.0630320373630529,0.255951455205554,0.00335169071229073,0.0721704538666071,0.5,0.255951455205554,0.00216769231942774,0.115786677248803,0.255951455205554,0.00214736474311086,0.0929695017754794,0.255951455205554,0.00220172762536417,0.0296797697492588,0.255951455205554,0.00164994135028321,0.0727185982125431,0.000304389879276569,0.536001710212907 -1952,0.255951455205554,0.0668159350427403,0.452192253292761,0.255951455205554,0.098922492823666,0.179424097509265,0.255951455205554,0.0372542318115646,0.356300182221105,0.255951455205554,0.0177630700721086,0.430772397376557,0.255951455205554,0.0273659472742934,0.26969790277611,0.255951455205554,0.0488929274326372,0.184314948159695,0.5,0.255951455205554,0.0461248810351645,0.149804458078834,0.5,0.255951455205554,0.0478520736783412,0.0666553529010656,0.5,0.255951455205554,0.0424599689563866,0.101183455193577,0.255951455205554,0.0468192824065421,0.158255157687915,0.0902946154267753,0.0688913948577867,0.255951455205554,0.0641251613205134,0.0838104450863737,0.5,0.255951455205554,0.0603830015836304,0.114327176989983,0.255951455205554,0.0335536261590674,0.144265691277604,0.255951455205554,0.0622055351727244,0.047186588078612,0.255951455205554,0.060495476245295,0.109444084897901,0.0631879989383207,0.494881108434573 -1953,0.255951455205554,0.166081420505661,0.641475678278662,0.255951455205554,0.198779541526013,0.356970010648137,0.255951455205554,0.0935821643817272,0.435587652913611,0.255951455205554,0.0583140416496218,0.536871487015535,0.255951455205554,0.112298749133488,0.404489960481516,0.255951455205554,0.157088792339678,0.293445832814184,0.5,0.255951455205554,0.169487468666064,0.276964989927459,0.5,0.255951455205554,0.133557720709944,0.192074848422759,0.5,0.255951455205554,0.115135944518891,0.165559580741746,0.255951455205554,0.132994915688474,0.242443986953733,0.180200924522079,0.103500614192306,0.255951455205554,0.153298960741921,0.111176308569602,0.5,0.255951455205554,0.179345395799837,0.139848949063804,0.255951455205554,0.0829570145105061,0.204131600183742,0.255951455205554,0.150485026475252,0.138160254367064,0.255951455205554,0.157311022167654,0.249736499032397,0.208443201528339,0.606693389846137 -1954,0.255951455205554,0.256172567314295,0.67428953396726,0.255951455205554,0.173374503170585,0.508533608379774,0.255951455205554,0.154813601286945,0.483643546305231,0.255951455205554,0.0937184630853996,0.497307021262553,0.255951455205554,0.228233187804379,0.521644337062302,0.255951455205554,0.271812972168248,0.366554788887619,0.5,0.255951455205554,0.314099290790482,0.397053228894995,0.5,0.255951455205554,0.23455474076273,0.236935341125191,0.5,0.255951455205554,0.187537085133247,0.214844602077393,0.255951455205554,0.211976495702545,0.325809457598588,0.266407310252185,0.131281781173049,0.255951455205554,0.244244147771324,0.162538495063446,0.5,0.255951455205554,0.305035451327062,0.20401956621475,0.255951455205554,0.156283830893814,0.220559351728922,0.255951455205554,0.242568321488875,0.234425105821759,0.255951455205554,0.250010195265904,0.291328928843288,0.303889451939817,0.636631350969535 -1955,0.255951455205554,0.38252415616303,0.673976607280943,0.255951455205554,0.178284943197697,0.448756683334072,0.255951455205554,0.194634738424601,0.495811375635202,0.255951455205554,0.151713347386781,0.509009216121087,0.255951455205554,0.295341333477839,0.511365378586402,0.255951455205554,0.244006748727544,0.27564970331813,0.5,0.255951455205554,0.414800277354327,0.453814518504195,0.5,0.255951455205554,0.280311033018819,0.269814280887852,0.5,0.255951455205554,0.238752530562694,0.209429214139515,0.255951455205554,0.273799399894472,0.387546095582722,0.351788100778409,0.178171626434229,0.255951455205554,0.306979280885953,0.189210240746628,0.5,0.255951455205554,0.380640011471905,0.249624367505456,0.255951455205554,0.197426733022627,0.195194421310784,0.255951455205554,0.291281438474604,0.257097877070531,0.255951455205554,0.256546801787834,0.273873852370434,0.450095003889637,0.572646502679396 -1956,0.255951455205554,0.432202508831587,0.677939290642529,0.255951455205554,0.458412593179511,0.555877546380242,0.255951455205554,0.212603958318479,0.460053588025433,0.255951455205554,0.222932510644108,0.557268222644278,0.255951455205554,0.390870257675875,0.456517470560466,0.255951455205554,0.261933107919876,0.223177887933037,0.5,0.255951455205554,0.438341036045725,0.448214504762514,0.5,0.255951455205554,0.25488531884809,0.287097732862326,0.5,0.255951455205554,0.264144796115283,0.198544625902097,0.255951455205554,0.361658019468455,0.477283084305599,0.387553863275632,0.168587485916941,0.255951455205554,0.328744422338346,0.184886777025555,0.5,0.255951455205554,0.375286577594826,0.233044341778624,0.255951455205554,0.224714388322596,0.160122861059983,0.255951455205554,0.210262359139783,0.225880216729409,0.255951455205554,0.210495577496669,0.248299109711778,0.591797217580655,0.57335051903662 -1957,0.255951455205554,0.300688604932669,0.606458742958909,0.255951455205554,0.153443405731117,0.388558506532619,0.255951455205554,0.209261577803556,0.399195757963773,0.255951455205554,0.138724342424829,0.422600054626201,0.255951455205554,0.372223699278204,0.398815799692728,0.255951455205554,0.305167059431006,0.159390413159098,0.5,0.255951455205554,0.388694462685054,0.411389304716894,0.5,0.255951455205554,0.203375121591489,0.253632871370494,0.5,0.255951455205554,0.233568992585479,0.180270004103945,0.255951455205554,0.158986698642718,0.356221623852127,0.408521965344296,0.180098209118543,0.255951455205554,0.332788108925607,0.183178851348326,0.5,0.255951455205554,0.341382223104313,0.221195948576266,0.255951455205554,0.22995658838248,0.140100586409512,0.255951455205554,0.22767061853161,0.18935956416151,0.255951455205554,0.264713620042178,0.24066496495557,0.498126764181244,0.629131022414559 -1958,0.255951455205554,0.134731084162825,0.43474157719176,0.255951455205554,0.0835442539979885,0.256512118489858,0.255951455205554,0.254499496366036,0.365250861366225,0.255951455205554,0.412751679488637,0.426432653077451,0.255951455205554,0.29929839163781,0.372536441669856,0.255951455205554,0.323938097390599,0.104701899801856,0.5,0.255951455205554,0.31153824921017,0.378618843937736,0.5,0.255951455205554,0.198292937028738,0.239305034010552,0.5,0.255951455205554,0.193325298565914,0.169059161211744,0.255951455205554,0.137550571137416,0.257735472380257,0.439620506195129,0.197778359729817,0.255951455205554,0.316809485385412,0.159405143425447,0.5,0.255951455205554,0.349236973643648,0.211394270470904,0.255951455205554,0.203982329228462,0.130375826262648,0.255951455205554,0.303086890591258,0.154715856064477,0.255951455205554,0.264343513377679,0.207485868363591,0.154887241313315,0.570260560960542 -1959,0.255951455205554,0.136621850369011,0.377451671315238,0.255951455205554,0.162711384607853,0.248679259123482,0.255951455205554,0.221394266738668,0.337113500043746,0.255951455205554,0.39235014797243,0.376731286234327,0.255951455205554,0.20286843033161,0.365893914407336,0.255951455205554,0.346340277674698,0.0907526836202967,0.5,0.255951455205554,0.233521256457683,0.344679364385527,0.5,0.255951455205554,0.177867400404601,0.239736610798559,0.5,0.255951455205554,0.15050299497319,0.162939778557371,0.255951455205554,0.142346103180025,0.230182278438982,0.405252425201293,0.195409198677105,0.255951455205554,0.281391702768339,0.121939535000735,0.5,0.255951455205554,0.316830487567973,0.211995653387681,0.255951455205554,0.155736624993668,0.116850801826091,0.255951455205554,0.369388235546621,0.149655824305274,0.255951455205554,0.18605630196927,0.16408812675344,0.0702642549911203,0.47812828835604 -1960,0.255951455205554,0.199947903073209,0.350610431488784,0.255951455205554,0.336173452226295,0.248756428634468,0.255951455205554,0.164430236544796,0.317756893146278,0.255951455205554,0.0849276026373541,0.366345239531428,0.255951455205554,0.136610599245035,0.391274539286625,0.255951455205554,0.277517542087706,0.110000406653069,0.5,0.255951455205554,0.173701656731395,0.336374382348819,0.5,0.255951455205554,0.137855176028201,0.2459876566606,0.5,0.255951455205554,0.107741350364235,0.160097611330336,0.255951455205554,0.128372573018866,0.224275109418557,0.282443967596888,0.150959828556529,0.255951455205554,0.21402339180853,0.0818187248006861,0.5,0.255951455205554,0.242182689301066,0.199513802762024,0.255951455205554,0.109581494774737,0.0984586910271683,0.255951455205554,0.307477840068312,0.163594419891185,0.255951455205554,0.114418376913682,0.127286326993281,0.0995359401489609,0.529008712807964 -1961,0.255951455205554,0.129962778244389,0.243769853051239,0.255951455205554,0.183218990069749,0.149164799933697,0.255951455205554,0.122782836678657,0.268418066794081,0.255951455205554,0.0611132858400847,0.282464010190745,0.255951455205554,0.0860398123928054,0.379613235063838,0.255951455205554,0.180045034189988,0.123657750906259,0.5,0.255951455205554,0.091338625646211,0.325856381909903,0.5,0.255951455205554,0.125903399830666,0.226196917952912,0.5,0.255951455205554,0.0644460784122149,0.148422173771444,0.255951455205554,0.0838326063361474,0.163745291022011,0.185487645351445,0.0647014741938574,0.255951455205554,0.141897414772779,0.0491171280319478,0.5,0.255951455205554,0.17940687454955,0.135399130426853,0.255951455205554,0.061141516269203,0.0751668019789287,0.255951455205554,0.159985524852032,0.149061128151416,0.255951455205554,0.0960052039694006,0.0958653174825144,0.030566592776934,0.468853051076193 -1962,0.255951455205554,0.0697309893478328,0.156089095249927,0.255951455205554,0.0174100711936212,0.145137538616764,0.255951455205554,0.0455304257173921,0.172329076979094,0.255951455205554,0.0399764527175601,0.159153730165829,0.255951455205554,0.0338429419956356,0.341575235029768,0.255951455205554,0.058327459525784,0.149682728200013,0.5,0.255951455205554,0.0426986243228001,0.327765917495872,0.5,0.255951455205554,0.0599363070840853,0.148314452580785,0.5,0.255951455205554,0.020846405053006,0.107291302539607,0.255951455205554,0.0718908953670222,0.156953813105035,0.0377939309345773,0.0225092758606283,0.255951455205554,0.0302165507633402,0.0159307265432755,0.5,0.255951455205554,0.0388894744877544,0.0440401870343309,0.255951455205554,0.0165589446613489,0.0421555603705187,0.255951455205554,0.0304858142675697,0.087963259936719,0.255951455205554,0.037184328991055,0.0493201010591701,0.0129483653508568,0.420014321749559 -1963,0.255951455205554,0.0,0.153677962754928,0.255951455205554,0.0,0.0843153187542992,0.255951455205554,0.0,0.129143080606096,0.255951455205554,0.0,0.105815521297218,0.255951455205554,8.45281521478655e-05,0.251210557201373,0.255951455205554,1.06631292385182e-05,0.216039067769911,0.5,0.255951455205554,0.000125955080833121,0.297195747759592,0.5,0.255951455205554,0.0,0.101115677040654,0.5,0.255951455205554,0.0,0.0715071146852376,0.255951455205554,0.0,0.18916021721012,0.0,0.0205594374222542,0.255951455205554,0.0,0.0159563366314201,0.5,0.255951455205554,0.0,0.0310853674404669,0.255951455205554,0.0,0.0249806315784963,0.255951455205554,0.0,0.0582452457440961,0.255951455205554,0.0,0.0257344846288959,0.0,0.569372614278979 -1964,0.255951455205554,0.0,0.13376653060597,0.255951455205554,0.0,0.0403160767124147,0.255951455205554,0.0,0.117350519970824,0.255951455205554,0.0,0.104746797536317,0.255951455205554,0.0,0.177425224785785,0.255951455205554,0.0,0.255352563544532,0.5,0.255951455205554,0.0,0.274618207540153,0.5,0.255951455205554,0.0,0.143447451094518,0.5,0.255951455205554,0.0,0.0599121255339325,0.255951455205554,0.0,0.220392159207776,0.0,0.0144983301114224,0.255951455205554,0.0,0.0181182230964519,0.5,0.255951455205554,0.0,0.0254758104643433,0.255951455205554,0.0,0.0294168473187798,0.255951455205554,0.0,0.0377974812674105,0.255951455205554,0.0,0.0174373049087101,0.0,0.669078394016557 -1965,0.255951455205554,0.0,0.110952213975303,0.255951455205554,0.0,0.035025015049639,0.255951455205554,0.0,0.119727142228674,0.255951455205554,0.0,0.115137662197778,0.255951455205554,0.0,0.135161107579561,0.255951455205554,0.0,0.279304683268617,0.5,0.255951455205554,0.0,0.237520250135122,0.5,0.255951455205554,0.0,0.168731805709956,0.5,0.255951455205554,0.0,0.0511760479443009,0.255951455205554,0.0,0.190538521842729,0.0,0.01616547436382,0.255951455205554,0.0,0.0206739509125314,0.5,0.255951455205554,0.0,0.0219633161989727,0.255951455205554,0.0,0.0405787717664976,0.255951455205554,0.0,0.0256040383988057,0.255951455205554,0.0,0.0149494888244686,0.0,0.771993269797155 -1966,0.255951455205554,0.0,0.0939165188938764,0.255951455205554,0.0,0.0507828347944486,0.255951455205554,0.0,0.109711220748377,0.255951455205554,0.0,0.113302290688566,0.255951455205554,0.0,0.107529547631268,0.255951455205554,0.0,0.241660710588363,0.5,0.255951455205554,0.0,0.184116303532015,0.5,0.255951455205554,0.0,0.136565366825261,0.5,0.255951455205554,0.0,0.0487505967889618,0.255951455205554,0.0,0.105619026885938,0.0,0.0181785874511535,0.255951455205554,0.0,0.0250523902196506,0.5,0.255951455205554,0.0,0.0190506846004849,0.255951455205554,0.0,0.054094037028046,0.255951455205554,0.0,0.023574207041947,0.255951455205554,0.0,0.0260685673191937,0.0,0.757895331700072 -1967,0.255951455205554,0.0,0.0629340327984735,0.255951455205554,0.0,0.0667328676452595,0.255951455205554,0.0,0.0955118590110124,0.255951455205554,0.0,0.0984867558391865,0.255951455205554,0.0,0.0813075252868175,0.255951455205554,0.0,0.155120364614473,0.5,0.255951455205554,0.0,0.135005621870339,0.5,0.255951455205554,0.0,0.0765038538330483,0.5,0.255951455205554,0.0,0.0463909566032956,0.255951455205554,0.0,0.0510724898086134,0.0,0.0229543283714307,0.255951455205554,0.0,0.0275146472511458,0.5,0.255951455205554,0.0,0.017613647209851,0.255951455205554,0.0,0.0594135169724404,0.255951455205554,0.0,0.0289403835339587,0.255951455205554,0.0,0.0380142638169525,0.0,0.713325809001509 -1968,0.255951455205554,0.0,0.0487510218796615,0.255951455205554,0.0,0.0764173060891459,0.255951455205554,0.0,0.0911933402903161,0.255951455205554,0.0,0.0847865791213568,0.255951455205554,0.0,0.0673977044131074,0.255951455205554,0.0,0.0989691438855912,0.5,0.255951455205554,0.0,0.0869839491704339,0.5,0.255951455205554,0.0,0.0595123120381222,0.5,0.255951455205554,0.0,0.0439765854521962,0.255951455205554,0.0,0.0261725338242909,0.0,0.02503544539792,0.255951455205554,0.0,0.0281076487083937,0.5,0.255951455205554,0.0,0.0189085985557815,0.255951455205554,0.0,0.06054545656694,0.255951455205554,0.0,0.0351266683788387,0.255951455205554,0.0,0.0369549396527071,0.0,0.710696708273875 -1969,0.255951455205554,0.0,0.0462608384500684,0.255951455205554,0.0,0.0686925932739489,0.255951455205554,0.0,0.083556156584483,0.255951455205554,0.0,0.0792093685303815,0.255951455205554,0.0,0.0667408292559881,0.255951455205554,0.0,0.0829398555660898,0.5,0.255951455205554,0.0,0.0532328860788846,0.5,0.255951455205554,0.0,0.0790641372258866,0.5,0.255951455205554,0.0,0.046410234870116,0.255951455205554,0.0,0.0201771027773422,0.0,0.0251845572679665,0.255951455205554,0.0,0.0291330767023735,0.5,0.255951455205554,0.0,0.0228000433005295,0.255951455205554,0.0,0.061737558201063,0.255951455205554,0.0,0.0397090939624987,0.255951455205554,0.0,0.0371183695146786,0.0,0.699491095898508 -1970,0.255951455205554,0.0,0.04463413936765,0.255951455205554,0.0,0.0707499406922037,0.255951455205554,0.0,0.0875027297224699,0.255951455205554,0.0,0.0784629240432591,0.255951455205554,0.0,0.066333059945119,0.255951455205554,0.0,0.0780384991479994,0.5,0.255951455205554,0.0,0.0472584091668057,0.5,0.255951455205554,0.0,0.106561177683005,0.5,0.255951455205554,0.0,0.0596577132652125,0.255951455205554,0.0,0.0241230088044933,0.0,0.0281894710686713,0.255951455205554,0.0,0.0299607483312908,0.5,0.255951455205554,0.0,0.0259533898151764,0.255951455205554,0.0,0.0625555258317398,0.255951455205554,0.0,0.0412032864342048,0.255951455205554,0.0,0.0418793512163282,0.0,0.694541152792498 -1971,0.255951455205554,0.0,0.0562974160773174,0.255951455205554,0.0,0.0713269391464381,0.255951455205554,0.0,0.0984828024624409,0.255951455205554,0.0,0.0867048211480143,0.255951455205554,0.0,0.0646264624364022,0.255951455205554,0.0,0.0702673085129415,0.5,0.255951455205554,0.0,0.050457189455568,0.5,0.255951455205554,0.0,0.127519482458022,0.5,0.255951455205554,0.0,0.0814577718364126,0.255951455205554,0.0,0.0260503818687974,0.0,0.0307366922816155,0.255951455205554,0.0,0.0342133258260221,0.5,0.255951455205554,0.0,0.0258502169550644,0.255951455205554,0.0,0.0607393482887242,0.255951455205554,0.0,0.0479980057043916,0.255951455205554,0.0,0.0511066769725037,0.0,0.658064826934983 -1972,0.255951455205554,0.0,0.0856444717614071,0.255951455205554,0.0,0.0715837220678101,0.255951455205554,0.0,0.109271306377263,0.255951455205554,0.0,0.1049232543586,0.255951455205554,0.0,0.0625924294809758,0.255951455205554,0.0,0.0552882171065569,0.5,0.255951455205554,0.0,0.0466992472557669,0.5,0.255951455205554,0.0,0.159919817361155,0.5,0.255951455205554,0.0,0.10276794441119,0.255951455205554,0.0,0.0187605802798265,0.0,0.0386401387094,0.255951455205554,0.0,0.0405724556489957,0.5,0.255951455205554,0.0,0.0229963293566814,0.255951455205554,0.0,0.064193188961252,0.255951455205554,0.0,0.0588960492400259,0.255951455205554,0.0,0.0663756481583762,0.0,0.653766161099888 -1973,0.255951455205554,0.0,0.145699442128312,0.255951455205554,0.0,0.070985172385854,0.255951455205554,0.0,0.118667759437168,0.255951455205554,0.0,0.147343792110317,0.255951455205554,0.0,0.052022099002008,0.255951455205554,0.0,0.037761002545166,0.5,0.255951455205554,0.0,0.0308099621818155,0.5,0.255951455205554,0.0,0.148195654856587,0.5,0.255951455205554,0.0,0.0964156092715443,0.255951455205554,0.0,0.0111960351150033,0.0,0.0412295523031103,0.255951455205554,0.0,0.0437188867895253,0.5,0.255951455205554,0.0,0.0218412428927842,0.255951455205554,0.0,0.0833847618353144,0.255951455205554,0.0,0.0657284583559206,0.255951455205554,0.0,0.071278702535814,0.0,0.640204813960024 -1974,0.255951455205554,0.0,0.190893141017059,0.255951455205554,0.0,0.0624835949751899,0.255951455205554,0.0,0.131916275788932,0.255951455205554,0.0,0.186332549382097,0.255951455205554,0.0,0.0389638594314935,0.255951455205554,0.0,0.0289377320168102,0.5,0.255951455205554,0.0,0.0164511863923931,0.5,0.255951455205554,0.0,0.139013095796524,0.5,0.255951455205554,0.0,0.0832013371105855,0.255951455205554,0.0,0.00734062663821177,0.0,0.0361305674003959,0.255951455205554,0.0,0.0446464500569058,0.5,0.255951455205554,0.0,0.023964165532077,0.255951455205554,0.0,0.0995887910773581,0.255951455205554,0.0,0.0651491309767266,0.255951455205554,0.0,0.0630020291047667,0.0,0.631081448634481 -1975,0.255951455205554,0.00092480837904058,0.19436580536269,0.255951455205554,0.0017195244827173,0.0561266112510911,0.255951455205554,0.000504955395313778,0.131683360242847,0.255951455205554,0.0,0.181264330076158,0.255951455205554,6.32020570571446e-06,0.0319066333399317,0.255951455205554,0.00030373254019093,0.0298202407670646,0.5,0.255951455205554,0.0,0.0101448884359078,0.5,0.255951455205554,0.000143616146698412,0.140696498625313,0.5,0.255951455205554,0.00194352013924274,0.0764044750572,0.255951455205554,0.0,0.00478861274018186,0.00165390203327013,0.0309256919096504,0.255951455205554,0.00402320863128237,0.0446220202817039,0.5,0.255951455205554,0.00545061100113857,0.0262359079963717,0.255951455205554,0.00345959146595406,0.105459102153639,0.255951455205554,0.0040782001339452,0.0583998955870778,0.255951455205554,0.00238151637204929,0.0536658427691347,0.00152719770275967,0.639597431531095 -1976,0.255951455205554,0.100468272055058,0.164559382165548,0.255951455205554,0.100072397353189,0.0525230371702971,0.255951455205554,0.0477906301382155,0.125083242690606,0.255951455205554,0.0268186036284097,0.145984159189272,0.255951455205554,0.0257990697703802,0.0281525394287492,0.255951455205554,0.082174094678982,0.0538407083362956,0.5,0.255951455205554,0.0865121504280454,0.00717514322512433,0.5,0.255951455205554,0.0481097539209561,0.165162977291319,0.5,0.255951455205554,0.0505115523355368,0.107273430500285,0.255951455205554,0.0825158204295083,0.00120783518986269,0.040801078993255,0.0344484586054042,0.255951455205554,0.0691896381147386,0.0568385415215415,0.5,0.255951455205554,0.124709151509542,0.0279289006001739,0.255951455205554,0.0585634416332203,0.141319475151712,0.255951455205554,0.107249492343372,0.0667488970698876,0.255951455205554,0.0834881240739483,0.074719523700209,0.108306703165951,0.648266976624179 -1977,0.255951455205554,0.257265446275794,0.130487410495067,0.255951455205554,0.143600779769817,0.0566809677731363,0.255951455205554,0.135245926108667,0.139819489821222,0.255951455205554,0.126831350566497,0.140026636421497,0.255951455205554,0.0751874535717941,0.0265637258175364,0.255951455205554,0.202661108822291,0.100829878672509,0.5,0.255951455205554,0.244142322668175,0.0160953331939546,0.5,0.255951455205554,0.149106321668244,0.197001629957067,0.5,0.255951455205554,0.11765027168611,0.14804987801081,0.255951455205554,0.250586571534771,0.000804077249034935,0.186183144834295,0.0652412882780761,0.255951455205554,0.168402517831375,0.0926060625938049,0.5,0.255951455205554,0.280545720572774,0.0432494464176795,0.255951455205554,0.150052244347695,0.204503254814043,0.255951455205554,0.254424085805588,0.130466222389661,0.255951455205554,0.2136994563332,0.154603419724775,0.27240818106777,0.653359800806119 -1978,0.255951455205554,0.407048920923398,0.217930628472145,0.255951455205554,0.162250959652413,0.0536774864818437,0.255951455205554,0.24506860271574,0.240691230779954,0.255951455205554,0.346612488639667,0.222330710243237,0.255951455205554,0.130124401764248,0.0470234873559648,0.255951455205554,0.311924830201363,0.164385801913382,0.5,0.255951455205554,0.377808344768561,0.0519174993857115,0.5,0.255951455205554,0.261332086889405,0.190121312713941,0.5,0.255951455205554,0.17530136878665,0.149262758281178,0.255951455205554,0.418590644626874,0.0042712965678313,0.375782227630819,0.0943458457621168,0.255951455205554,0.290162959774685,0.125284040503904,0.5,0.255951455205554,0.429021833074383,0.0698226014942434,0.255951455205554,0.260726990886091,0.241903386738652,0.255951455205554,0.40662880777628,0.235334484957244,0.255951455205554,0.348796039270636,0.183597237199976,0.426998491640111,0.633875257690052 -1979,0.255951455205554,0.547470043694321,0.290820175577683,0.255951455205554,0.343584248318055,0.123323333864841,0.255951455205554,0.356404829967202,0.283459725153538,0.255951455205554,0.505199431835286,0.287582166768536,0.255951455205554,0.192123052009084,0.0664159799895401,0.255951455205554,0.363406450448646,0.124760270462224,0.5,0.255951455205554,0.467981350847871,0.0568637331094182,0.5,0.255951455205554,0.348330083914227,0.181489657388925,0.5,0.255951455205554,0.231013843475519,0.144511375944454,0.255951455205554,0.544638827405584,0.023491970352086,0.51266819653062,0.123338219380545,0.255951455205554,0.413451524896749,0.147332505706985,0.5,0.255951455205554,0.550038593936686,0.103133606529741,0.255951455205554,0.347918272432641,0.252647918136361,0.255951455205554,0.521060629752637,0.316271944821916,0.255951455205554,0.440446631209127,0.190667140289715,0.570163312240366,0.602213769442864 -1980,0.255951455205554,0.629814410238031,0.329141454833671,0.255951455205554,0.602227988038929,0.182478669222115,0.255951455205554,0.444050553134646,0.28710671461378,0.255951455205554,0.640942239983211,0.265126462628156,0.255951455205554,0.237129481025288,0.0559901844011348,0.255951455205554,0.332710540207452,0.0804292421690789,0.5,0.255951455205554,0.497863480842141,0.0330350617703528,0.5,0.255951455205554,0.407298406847439,0.187669372829761,0.5,0.255951455205554,0.269485899001021,0.15215951711111,0.255951455205554,0.590514936680714,0.0205426728860796,0.580190449240763,0.16735060837882,0.255951455205554,0.455509324279588,0.175416743358001,0.5,0.255951455205554,0.608400577499897,0.145474999457844,0.255951455205554,0.376163693028933,0.249189582325141,0.255951455205554,0.549020711860228,0.35815171030225,0.255951455205554,0.457352732256449,0.208467111048549,0.635348013975823,0.565285232777656 -1981,0.255951455205554,0.652843864002339,0.322349812273282,0.255951455205554,0.66608483529392,0.191075302550129,0.255951455205554,0.476592061928588,0.266280654502142,0.255951455205554,0.652540560838097,0.251093110985458,0.255951455205554,0.209631307606668,0.0448393328376382,0.255951455205554,0.315200839435927,0.0609889780856055,0.5,0.255951455205554,0.50705489995826,0.0266498749508842,0.5,0.255951455205554,0.404578204806295,0.176685530568942,0.5,0.255951455205554,0.231870741397186,0.160772693227723,0.255951455205554,0.559789995887923,0.00798947879519724,0.599176124291348,0.202111864511298,0.255951455205554,0.438173680211908,0.178142174640478,0.5,0.255951455205554,0.588276820946588,0.163094999262305,0.255951455205554,0.363953818803599,0.248338237423027,0.255951455205554,0.524915824064282,0.382073567087861,0.255951455205554,0.381142625019021,0.218326527904142,0.660734598507746,0.560722630748791 -1982,0.255951455205554,0.567497459952522,0.295589574390818,0.255951455205554,0.642188909506875,0.190008101675283,0.255951455205554,0.408744642054816,0.235802989191774,0.255951455205554,0.64790463202461,0.221086918092935,0.255951455205554,0.151153734650972,0.0454868867287319,0.255951455205554,0.270787276532029,0.0529030052895483,0.5,0.255951455205554,0.474552100006876,0.0263768771128265,0.5,0.255951455205554,0.372269547103195,0.155130024528425,0.5,0.255951455205554,0.186633627357243,0.163653716576565,0.255951455205554,0.431351082446432,0.00482251143201693,0.557369316703928,0.185366144162121,0.255951455205554,0.409844533161666,0.181131135462389,0.5,0.255951455205554,0.551288769972625,0.17065616484471,0.255951455205554,0.353278420610656,0.238571960865509,0.255951455205554,0.463789510614623,0.393163748666637,0.255951455205554,0.311591093397045,0.221643862917756,0.647871200026741,0.607202313171235 -1983,0.255951455205554,0.467148970508555,0.252368430472453,0.255951455205554,0.547328700293122,0.178657035106304,0.255951455205554,0.336659436833999,0.205437389172148,0.255951455205554,0.542468460245083,0.180474896237352,0.255951455205554,0.148971374994163,0.0448115566857678,0.255951455205554,0.221901778890711,0.0472796627893339,0.5,0.255951455205554,0.407598937258653,0.0276325637708939,0.5,0.255951455205554,0.285723424641733,0.119792734224072,0.5,0.255951455205554,0.158376685007621,0.148845433586607,0.255951455205554,0.41884347537071,0.00675201303314955,0.460926727667026,0.144811201031772,0.255951455205554,0.352628764833244,0.16904462108103,0.5,0.255951455205554,0.441009577511576,0.156633519956256,0.255951455205554,0.297272924309865,0.206322597057488,0.255951455205554,0.333340184438306,0.41354767173598,0.255951455205554,0.232223610392629,0.210042246664253,0.583378723216922,0.658755522748665 -1984,0.255951455205554,0.313883575290984,0.199318790272164,0.255951455205554,0.413349680767773,0.154874122459046,0.255951455205554,0.255982830141858,0.178394069825608,0.255951455205554,0.361149167117882,0.147641483792333,0.255951455205554,0.15105549123391,0.043262828551124,0.255951455205554,0.160184268857672,0.0416005032797714,0.5,0.255951455205554,0.282407313735707,0.0260662647527049,0.5,0.255951455205554,0.24315174151661,0.0942934952080899,0.5,0.255951455205554,0.102048562071695,0.133580263179882,0.255951455205554,0.288654482350326,0.00861844564217463,0.330230919449224,0.0832964468786613,0.255951455205554,0.271806836294339,0.140971536563065,0.5,0.255951455205554,0.326665373029682,0.122121729338025,0.255951455205554,0.240111498919571,0.171175422666331,0.255951455205554,0.219275310518799,0.419532679580258,0.255951455205554,0.170653732891423,0.201940793181558,0.233014994601696,0.686196810982055 -1985,0.255951455205554,0.199825988956573,0.129580528027518,0.255951455205554,0.320322350770353,0.0662310959770376,0.255951455205554,0.169576115108819,0.137193271961664,0.255951455205554,0.275595812800262,0.101348807389237,0.255951455205554,0.103852961054682,0.0363120122770815,0.255951455205554,0.0934405792090144,0.0332141335177885,0.5,0.255951455205554,0.166469540518464,0.0217269208859735,0.5,0.255951455205554,0.146075767902048,0.0699233934409842,0.5,0.255951455205554,0.0491154630127907,0.111674265366567,0.255951455205554,0.139792617528894,0.00756970432752946,0.20013169868993,0.0400272784841676,0.255951455205554,0.156577160756483,0.0893125213172661,0.5,0.255951455205554,0.213429200290637,0.068602991841117,0.255951455205554,0.140678702227993,0.117086689788453,0.255951455205554,0.123328984310652,0.349422802347349,0.255951455205554,0.0738574196885199,0.177673001976749,0.0813275190391767,0.683944030662893 -1986,0.255951455205554,0.0698029196322898,0.0849330511042509,0.255951455205554,0.0648648160265444,0.0273789446487873,0.255951455205554,0.0711298089619958,0.086397164889284,0.255951455205554,0.0866685767519262,0.05316162589977,0.255951455205554,0.0381814704439588,0.0262027894298803,0.255951455205554,0.0384194378961291,0.0212283223649053,0.5,0.255951455205554,0.0512883885055811,0.0136957319728703,0.5,0.255951455205554,0.0428512696462295,0.040251977779605,0.5,0.255951455205554,0.0144774972482807,0.0854430470020346,0.255951455205554,0.0470805173655966,0.00613911214021975,0.0348080554902373,0.0652622363305433,0.255951455205554,0.0317042967510853,0.0603388744171887,0.5,0.255951455205554,0.048407259548688,0.0222851990402821,0.255951455205554,0.0282378081659205,0.0674843511847368,0.255951455205554,0.029362606921747,0.237260354640945,0.255951455205554,0.020744292904035,0.133961870519165,0.0365911279906616,0.660496162347094 -1987,0.255951455205554,0.0,0.0808033770453335,0.255951455205554,0.0,0.0330898303408544,0.255951455205554,0.0,0.0904094656472142,0.255951455205554,0.0,0.0690651895434837,0.255951455205554,8.52072015490618e-06,0.0176744969766813,0.255951455205554,0.0,0.00904420287155775,0.5,0.255951455205554,1.32649470041502e-05,0.00849883855059748,0.5,0.255951455205554,1.26614597198369e-05,0.0164730015173072,0.5,0.255951455205554,0.0,0.0611204052254948,0.255951455205554,0.0,0.00132244469787703,0.0,0.0829306093592673,0.255951455205554,0.0,0.0570959359054182,0.5,0.255951455205554,0.0,0.0132155104491273,0.255951455205554,0.0,0.0846845637793179,0.255951455205554,0.0,0.153119964349796,0.255951455205554,0.0,0.0859623433444201,0.0,0.639355361812044 -1988,0.255951455205554,0.0,0.086357669641054,0.255951455205554,0.0,0.0360300705686361,0.255951455205554,0.0,0.100172196665651,0.255951455205554,0.0,0.0780731773770474,0.255951455205554,0.0,0.0157557493189483,0.255951455205554,0.0,0.00835725878746545,0.5,0.255951455205554,0.0,0.00622278961410231,0.5,0.255951455205554,0.0,0.0107014676829161,0.5,0.255951455205554,0.0,0.0538244838421344,0.255951455205554,0.0,0.000868700252928608,0.0,0.0506715558773541,0.255951455205554,0.0,0.0632531148696632,0.5,0.255951455205554,0.0,0.00773216986572666,0.255951455205554,0.0,0.154012554404204,0.255951455205554,0.0,0.113481292515715,0.255951455205554,0.0,0.0749262139185839,0.0,0.633607286097786 -1989,0.255951455205554,0.0,0.0910332438581432,0.255951455205554,0.0,0.0448033876495979,0.255951455205554,0.0,0.100424216170131,0.255951455205554,0.0,0.0862623788214692,0.255951455205554,0.0,0.0127340446727879,0.255951455205554,0.0,0.00758524845398517,0.5,0.255951455205554,0.0,0.00470214017923037,0.5,0.255951455205554,0.0,0.00747908590240868,0.5,0.255951455205554,0.0,0.0442405620113157,0.255951455205554,0.0,0.00109477425988035,0.0,0.0638350069355663,0.255951455205554,0.0,0.0755775991156184,0.5,0.255951455205554,0.0,0.00694924586890895,0.255951455205554,0.0,0.241147555451144,0.255951455205554,0.0,0.0921539145592019,0.255951455205554,0.0,0.0549556093353317,0.0,0.665674526393262 -1990,0.255951455205554,0.0,0.0855614249198726,0.255951455205554,0.0,0.0489692053492344,0.255951455205554,0.0,0.0966004136198308,0.255951455205554,0.0,0.0914601388728158,0.255951455205554,0.0,0.0088084853362788,0.255951455205554,0.0,0.00436466801292259,0.5,0.255951455205554,0.0,0.00309361221337673,0.5,0.255951455205554,0.0,0.00524615663440516,0.5,0.255951455205554,0.0,0.0381141319295693,0.255951455205554,0.0,0.000556791758254389,0.0,0.0603280340949576,0.255951455205554,0.0,0.0710195257216287,0.5,0.255951455205554,0.0,0.00745659215438849,0.255951455205554,0.0,0.240102064270943,0.255951455205554,0.0,0.0873100584657521,0.255951455205554,0.0,0.0367107547605217,0.0,0.681881813878783 -1991,0.255951455205554,0.0,0.0782750819369037,0.255951455205554,0.0,0.0490073388980517,0.255951455205554,0.0,0.0876217712178504,0.255951455205554,0.0,0.0916237312087894,0.255951455205554,0.0,0.00671347149345421,0.255951455205554,0.0,0.00281730259132895,0.5,0.255951455205554,0.0,0.00233358072492858,0.5,0.255951455205554,0.0,0.00324395389103701,0.5,0.255951455205554,0.0,0.0300823904373685,0.255951455205554,0.0,0.000578230051699074,0.0,0.0448231943402174,0.255951455205554,0.0,0.0668452714431832,0.5,0.255951455205554,0.0,0.00789700064565291,0.255951455205554,0.0,0.187261632723356,0.255951455205554,0.0,0.0904682183763136,0.255951455205554,0.0,0.0244406148191596,0.0,0.623284822351238 -1992,0.255951455205554,0.0,0.0775710348719348,0.255951455205554,0.0,0.0485092289856267,0.255951455205554,0.0,0.0779702393092893,0.255951455205554,0.0,0.085004974791115,0.255951455205554,0.0,0.00535711119408035,0.255951455205554,0.0,0.0019008631309727,0.5,0.255951455205554,0.0,0.00263143693101995,0.5,0.255951455205554,0.0,0.00169856132655124,0.5,0.255951455205554,0.0,0.0220265043748811,0.255951455205554,0.0,0.000851934269696451,0.0,0.045129873762485,0.255951455205554,0.0,0.0681915215916098,0.5,0.255951455205554,0.0,0.00804514680630341,0.255951455205554,0.0,0.159365405638427,0.255951455205554,0.0,0.0979193447526454,0.255951455205554,0.0,0.0218303546037571,0.0,0.504441475523447 -1993,0.255951455205554,0.0,0.0714929398363764,0.255951455205554,0.0,0.0438714929919912,0.255951455205554,0.0,0.0664992089943018,0.255951455205554,0.0,0.080694967851946,0.255951455205554,0.0,0.00600468026202203,0.255951455205554,0.0,0.0014986725357175,0.5,0.255951455205554,0.0,0.00329804287708418,0.5,0.255951455205554,0.0,0.00105576429188698,0.5,0.255951455205554,0.0,0.0157819177180508,0.255951455205554,0.0,0.00125282648047034,0.0,0.0444397171458142,0.255951455205554,0.0,0.0681016259845475,0.5,0.255951455205554,0.0,0.00851760787407216,0.255951455205554,0.0,0.16413730104408,0.255951455205554,0.0,0.102712381314111,0.255951455205554,0.0,0.0201123418956505,0.0,0.333933917240215 -1994,0.255951455205554,0.0,0.0647791125175146,0.255951455205554,0.0,0.0380684448246769,0.255951455205554,0.0,0.0558975219802275,0.255951455205554,0.0,0.0677805389528821,0.255951455205554,0.0,0.00910632635528294,0.255951455205554,0.0,0.000722597306026589,0.5,0.255951455205554,0.0,0.00383530103950798,0.5,0.255951455205554,0.0,0.00114999402942808,0.5,0.255951455205554,0.0,0.0127986205445209,0.255951455205554,0.0,0.00172505615250112,0.0,0.0341219595026075,0.255951455205554,0.0,0.0649567756848377,0.5,0.255951455205554,0.0,0.00874204260108499,0.255951455205554,0.0,0.176032154839081,0.255951455205554,0.0,0.0977678037157356,0.255951455205554,0.0,0.0194986890473265,0.0,0.194784749027313 -1995,0.255951455205554,0.0,0.0587268875072115,0.255951455205554,0.0,0.0369687579818029,0.255951455205554,0.0,0.049317153875283,0.255951455205554,0.0,0.059933828100097,0.255951455205554,0.0,0.0131233470535793,0.255951455205554,0.0,0.000616430950100389,0.5,0.255951455205554,0.0,0.0043745785036263,0.5,0.255951455205554,0.0,0.00115474960577785,0.5,0.255951455205554,0.0,0.00979087067313875,0.255951455205554,0.0,0.00221807319282439,0.0,0.025983786691645,0.255951455205554,0.0,0.0605100315332379,0.5,0.255951455205554,0.0,0.00837759725635333,0.255951455205554,0.0,0.165388696315064,0.255951455205554,0.0,0.089421671804381,0.255951455205554,0.0,0.0175770075946292,0.0,0.110968660098074 -1996,0.255951455205554,0.0,0.0557840551993367,0.255951455205554,0.0,0.0380694197783453,0.255951455205554,0.0,0.0473136495142585,0.255951455205554,0.0,0.0599819501719979,0.255951455205554,0.0,0.0157279695941148,0.255951455205554,0.0,0.00061919458442986,0.5,0.255951455205554,0.0,0.00468645696678692,0.5,0.255951455205554,0.0,0.00102504851211092,0.5,0.255951455205554,0.0,0.00806067447693481,0.255951455205554,0.0,0.00276435649390845,0.0,0.0215524972292378,0.255951455205554,0.0,0.0582311646685433,0.5,0.255951455205554,0.0,0.00789598222998574,0.255951455205554,0.0,0.145778430781465,0.255951455205554,0.0,0.0784299271116857,0.255951455205554,0.0,0.0163440143716355,0.0,0.0789591303870703 -1997,0.255951455205554,0.0,0.0565547615793368,0.255951455205554,0.0,0.0396744804585216,0.255951455205554,0.0,0.048560999566852,0.255951455205554,0.0,0.0630024928561905,0.255951455205554,0.0,0.0177119555716835,0.255951455205554,0.0,0.000733456967370772,0.5,0.255951455205554,0.0,0.00547118562503943,0.5,0.255951455205554,0.0,0.00144116361392359,0.5,0.255951455205554,0.0,0.00709509450452043,0.255951455205554,0.0,0.00444085113087891,0.0,0.0239802149696465,0.255951455205554,0.0,0.0538376287235493,0.5,0.255951455205554,0.0,0.00819993758449239,0.255951455205554,0.0,0.129138967788721,0.255951455205554,0.0,0.0630059112863289,0.255951455205554,0.0,0.0168530847476888,0.0,0.0714678883449795 -1998,0.255951455205554,0.0,0.0628608374126462,0.255951455205554,0.0,0.0456845087360491,0.255951455205554,0.0,0.0498256496601839,0.255951455205554,0.0,0.0712374752540003,0.255951455205554,0.0,0.0190106836288348,0.255951455205554,0.0,0.00104036814750308,0.5,0.255951455205554,0.0,0.00672847639853299,0.5,0.255951455205554,0.0,0.00140532566495093,0.5,0.255951455205554,0.0,0.00580547398673507,0.255951455205554,0.0,0.00627027147824264,0.0,0.0254457537022641,0.255951455205554,0.0,0.0460742560119474,0.5,0.255951455205554,0.0,0.00707561106903045,0.255951455205554,0.0,0.114744836533551,0.255951455205554,0.0,0.0518409933482441,0.255951455205554,0.0,0.018141189840603,0.0,0.0729375179166708 -1999,0.255951455205554,0.000923069039337759,0.0717411036538591,0.255951455205554,0.00274670956779242,0.0477691776429821,0.255951455205554,0.000598156158943237,0.0481281823930431,0.255951455205554,0.000582964249164452,0.0754391528285163,0.255951455205554,8.66776638602935e-05,0.0200005910137915,0.255951455205554,0.000391720417575394,0.00151526740999978,0.5,0.255951455205554,2.80951622208423e-07,0.00839523677978695,0.5,0.255951455205554,0.000924945335978451,0.00173356218653718,0.5,0.255951455205554,0.0030247259458228,0.00518818337365904,0.255951455205554,0.0,0.00921023999291609,0.00296982172316678,0.0269031592628566,0.255951455205554,0.0055000067359131,0.0448557008181442,0.5,0.255951455205554,0.00303376784150561,0.00616162424099595,0.255951455205554,0.00377545491455942,0.114933975288088,0.255951455205554,0.0018658390510831,0.0492236608275605,0.255951455205554,0.00220565548648585,0.0208351409910153,0.000861760699747929,0.0613552212913834 -2000,0.255951455205554,0.0308365631424169,0.0808599417702143,0.255951455205554,0.114588847808099,0.0478153959398918,0.255951455205554,0.0827879697706153,0.0445454587783867,0.255951455205554,0.101686523194862,0.0758205658311128,0.255951455205554,0.0806578890399571,0.0181747471191045,0.255951455205554,0.0392314550342143,0.00248284722389112,0.5,0.255951455205554,0.0639754400543386,0.00893931359724776,0.5,0.255951455205554,0.0829298350484796,0.00224948263455293,0.5,0.255951455205554,0.073801682531339,0.00558792008309433,0.255951455205554,0.0630650592666772,0.00823920973742643,0.0336290608862932,0.0371829703073019,0.255951455205554,0.0557049420395295,0.0623443852299942,0.5,0.255951455205554,0.054053087780446,0.00932297243475069,0.255951455205554,0.0516704775577522,0.137220119678535,0.255951455205554,0.0352986739034622,0.0620545931815508,0.255951455205554,0.0568228363366475,0.035474054389012,0.00987720201479614,0.0453969487798608 -2001,0.255951455205554,0.055676627723447,0.0945142455758704,0.255951455205554,0.276897643006695,0.0489523604096707,0.255951455205554,0.222507962947153,0.0484968243302568,0.255951455205554,0.259676758978424,0.0746060967282832,0.255951455205554,0.232585777653225,0.0169219143668233,0.255951455205554,0.111880687366494,0.00381745521264363,0.5,0.255951455205554,0.208871786444064,0.0170071922851575,0.5,0.255951455205554,0.228974736986015,0.00586145118057418,0.5,0.255951455205554,0.174664632640666,0.0106452657840967,0.255951455205554,0.240191152597752,0.0301765237880337,0.0889512726691694,0.0543591573846964,0.255951455205554,0.125959288699923,0.0976528682380342,0.5,0.255951455205554,0.125728636983648,0.0337445613600196,0.255951455205554,0.113139242936145,0.169508045970355,0.255951455205554,0.0995876050908513,0.0786315882941057,0.255951455205554,0.149943303217746,0.0410215891856172,0.0148114942296205,0.0343831757152813 -2002,0.255951455205554,0.0896999372723822,0.112617420755743,0.255951455205554,0.412601021171004,0.153335845130448,0.255951455205554,0.361771353723068,0.073501488959858,0.255951455205554,0.410790642529305,0.101441364943133,0.255951455205554,0.380678184542665,0.0309966014089344,0.255951455205554,0.18153678515822,0.00297555535935802,0.5,0.255951455205554,0.381966165102607,0.0343948125273712,0.5,0.255951455205554,0.376296375261255,0.0234102967972933,0.5,0.255951455205554,0.266282244788374,0.0191149416916388,0.255951455205554,0.39809722317029,0.0784375591263203,0.165834784453564,0.0701741059268272,0.255951455205554,0.20122052599204,0.148672329553718,0.5,0.255951455205554,0.207899289008145,0.0651620801462553,0.255951455205554,0.132509907874006,0.16916583514229,0.255951455205554,0.173985235299219,0.0890774063024687,0.255951455205554,0.215015416827395,0.0286984352587332,0.0623376891185138,0.0269934208455531 -2003,0.255951455205554,0.116931171272782,0.134341705381445,0.255951455205554,0.500307114186041,0.245878518414762,0.255951455205554,0.495913249245296,0.0899524293492803,0.255951455205554,0.550580611898588,0.109402029016966,0.255951455205554,0.503849852301191,0.0330796933484655,0.255951455205554,0.234676530851536,0.00224654323855456,0.5,0.255951455205554,0.543371348233653,0.0523451705407909,0.5,0.255951455205554,0.449199179164318,0.0338839412359124,0.5,0.255951455205554,0.340809912485886,0.0154816187752903,0.255951455205554,0.54924914113575,0.0884619866028998,0.382074524715217,0.138006622963356,0.255951455205554,0.256136560918185,0.178468757424802,0.5,0.255951455205554,0.298128589555137,0.0979652672343483,0.255951455205554,0.174189604074759,0.189901049936266,0.255951455205554,0.25812828590539,0.109209653222807,0.255951455205554,0.277297290913091,0.0183080303427733,0.0679200447701068,0.0257430123838361 -2004,0.255951455205554,0.145542279587102,0.167600144659278,0.255951455205554,0.53814421839769,0.34778290128424,0.255951455205554,0.569971647779339,0.099282818093724,0.255951455205554,0.641238005268413,0.11704684749888,0.255951455205554,0.572168436590516,0.0165629000860503,0.255951455205554,0.319639714723364,0.00412448841082488,0.5,0.255951455205554,0.635280739039178,0.0576631401441577,0.5,0.255951455205554,0.465760371405362,0.0384703360704457,0.5,0.255951455205554,0.332943649419249,0.01379255941034,0.255951455205554,0.626379318897639,0.0964768197027569,0.371033455804539,0.177889835701725,0.255951455205554,0.296514245754961,0.197073408133403,0.5,0.255951455205554,0.231951932478852,0.124401837052336,0.255951455205554,0.293512318430564,0.187010864191427,0.255951455205554,0.313275448352773,0.118504652733296,0.255951455205554,0.252140470042505,0.0112853593709089,0.103312011698548,0.0244214626781794 -2005,0.255951455205554,0.159681991927081,0.19182193916448,0.255951455205554,0.483270427075481,0.406516757551691,0.255951455205554,0.585744252380955,0.101179231224974,0.255951455205554,0.593596987370808,0.103688139093465,0.255951455205554,0.598847091619454,0.0168086574160247,0.255951455205554,0.373141312211144,0.00775598073712483,0.5,0.255951455205554,0.658954529624292,0.0670380694980239,0.5,0.255951455205554,0.424712850709376,0.0470735521754444,0.5,0.255951455205554,0.29146106295253,0.0163708793082616,0.255951455205554,0.64542752002719,0.101075049372849,0.243859773439161,0.158538284707557,0.255951455205554,0.236971373722782,0.196148393953738,0.5,0.255951455205554,0.203793428153568,0.174856522626038,0.255951455205554,0.33203616586712,0.165158380852052,0.255951455205554,0.516850194915422,0.138016328778615,0.255951455205554,0.210484094121602,0.00902636810216825,0.0849136893349781,0.029002405669071 -2006,0.255951455205554,0.141060193649712,0.185619364321052,0.255951455205554,0.356715372968127,0.414135060199148,0.255951455205554,0.562227490353755,0.0989879997103988,0.255951455205554,0.561405445376941,0.0820070870482613,0.255951455205554,0.592987781248772,0.0257191148026891,0.255951455205554,0.308767191964946,0.015387651587875,0.5,0.255951455205554,0.629406316603311,0.0754636115125996,0.5,0.255951455205554,0.346631643616327,0.0533538519124338,0.5,0.255951455205554,0.273977444160749,0.0176648946318073,0.255951455205554,0.599589032840788,0.100627442260607,0.210480119449088,0.145169668068588,0.255951455205554,0.213582063177052,0.191372472031911,0.5,0.255951455205554,0.224477795440781,0.246465484248416,0.255951455205554,0.26150158299309,0.153002468003927,0.255951455205554,0.419959993477324,0.145234861768332,0.255951455205554,0.259941900096416,0.00958850141321224,0.0457001361253896,0.0435626356350226 -2007,0.255951455205554,0.106955229909531,0.17397562491511,0.255951455205554,0.265907070599304,0.421031974879375,0.255951455205554,0.504854610854535,0.0946451281888146,0.255951455205554,0.532218039505949,0.0723315147761557,0.255951455205554,0.539977118017279,0.0357672899954852,0.255951455205554,0.259514274880525,0.0278544594089073,0.5,0.255951455205554,0.548984435826215,0.0955669516456987,0.5,0.255951455205554,0.236308860948605,0.0644199671771842,0.5,0.255951455205554,0.235784279507617,0.0231518032354506,0.255951455205554,0.473412294918485,0.116855902680802,0.104564304500951,0.0925503868914645,0.255951455205554,0.180610697813029,0.174453809855377,0.5,0.255951455205554,0.214491761486035,0.289726050263423,0.255951455205554,0.155825097976529,0.130004868068266,0.255951455205554,0.173603155154465,0.149405063815939,0.255951455205554,0.168324584767526,0.00976511695456708,0.0147844431915426,0.0621623856972017 -2008,0.255951455205554,0.0797635677090964,0.186646778090711,0.255951455205554,0.172087657523019,0.390781647719721,0.255951455205554,0.406477861097258,0.0909930855160859,0.255951455205554,0.456162245556935,0.0771700261162343,0.255951455205554,0.429191174706519,0.0458560623654151,0.255951455205554,0.189829301426014,0.0395315809356099,0.5,0.255951455205554,0.441392423973111,0.121252383120414,0.5,0.255951455205554,0.158755121059237,0.0776001941169763,0.5,0.255951455205554,0.165014630417779,0.0324267934996968,0.255951455205554,0.328519484657953,0.139518913213275,0.0629321470951795,0.0496700833159349,0.255951455205554,0.104292303116145,0.123850617880804,0.5,0.255951455205554,0.144950407568104,0.300688263100883,0.255951455205554,0.10849375550973,0.0916037528101066,0.255951455205554,0.0802838494411226,0.138673390539014,0.255951455205554,0.108425717866908,0.00946979877365149,0.0276199741059851,0.0802333912521759 -2009,0.255951455205554,0.0649867215981355,0.203044709457717,0.255951455205554,0.0796852425771673,0.290312701400253,0.255951455205554,0.291407155738102,0.0825382373251884,0.255951455205554,0.345818046367114,0.0828713289001681,0.255951455205554,0.298657432213552,0.0477799075618147,0.255951455205554,0.0978817198456825,0.0403684966857352,0.5,0.255951455205554,0.291676025278387,0.14466238962303,0.5,0.255951455205554,0.100300203675609,0.0796066227222066,0.5,0.255951455205554,0.0897018225975182,0.0368810579353433,0.255951455205554,0.185269539855849,0.137158089068962,0.0285939805378222,0.024495275808032,0.255951455205554,0.045816610191515,0.0890872655331419,0.5,0.255951455205554,0.084339134062588,0.287205161169068,0.255951455205554,0.0630110128020391,0.0523596868377972,0.255951455205554,0.0498330393924495,0.132934076103774,0.255951455205554,0.0527795015610657,0.00832371853606723,0.0601529751636156,0.0709396541513679 -2010,0.255951455205554,0.033661732338376,0.173204475083387,0.255951455205554,0.0620863702524309,0.165355234905761,0.255951455205554,0.0914294930490218,0.0503271817125398,0.255951455205554,0.0948646136586516,0.0523440790690229,0.255951455205554,0.100581447871259,0.0211157908504853,0.255951455205554,0.0328473762298567,0.025412308062572,0.5,0.255951455205554,0.0957950391292651,0.117992367336304,0.5,0.255951455205554,0.0383952856152968,0.0677024941943995,0.5,0.255951455205554,0.0276849341863787,0.0257044228335176,0.255951455205554,0.076798250331247,0.0858329563877699,0.00454972515538748,0.0121639992801364,0.255951455205554,0.00851203371008289,0.0675548464386122,0.5,0.255951455205554,0.025741733529869,0.260345155701168,0.255951455205554,0.0171683971388821,0.0263444024413168,0.255951455205554,0.0163518106823127,0.0989895373736159,0.255951455205554,0.0167636898309985,0.00540821278705664,0.0716512185970185,0.0744575669839497 -2011,0.255951455205554,2.39165100393276e-05,0.153851791645702,0.255951455205554,0.0,0.125476905694236,0.255951455205554,0.0,0.041223332117595,0.255951455205554,0.0,0.055196728149505,0.255951455205554,0.0,0.018518755546145,0.255951455205554,0.0,0.00736891010312513,0.5,0.255951455205554,0.0,0.0924391622375428,0.5,0.255951455205554,1.18409783180588e-05,0.0539186909778086,0.5,0.255951455205554,0.0,0.0109465085346523,0.255951455205554,0.0,0.072762384514755,0.0,0.0134013209478669,0.255951455205554,0.0,0.0698945177211242,0.5,0.255951455205554,0.0,0.27023326448019,0.255951455205554,0.0,0.0209873082623684,0.255951455205554,0.0,0.072294533716635,0.255951455205554,0.0,0.00357429779284819,0.0,0.17056332881741 -2012,0.255951455205554,0.0,0.160896166666463,0.255951455205554,0.0,0.0718859276748696,0.255951455205554,0.0,0.0369429198960324,0.255951455205554,0.0,0.0478779706388154,0.255951455205554,0.0,0.0144953210097748,0.255951455205554,0.0,0.0033344896208752,0.5,0.255951455205554,0.0,0.0666093845102226,0.5,0.255951455205554,0.0,0.0454140162644694,0.5,0.255951455205554,0.0,0.00622619947023143,0.255951455205554,0.0,0.0945069855520496,0.0,0.0190056363958692,0.255951455205554,0.0,0.0837850898296005,0.5,0.255951455205554,0.0,0.384000999839414,0.255951455205554,0.0,0.0222777816827509,0.255951455205554,0.0,0.0541739050213823,0.255951455205554,0.0,0.00396415030698241,0.0,0.596467640536921 -2013,0.255951455205554,0.0,0.212131563359787,0.255951455205554,0.0,0.0475375732780386,0.255951455205554,0.0,0.0406298055545437,0.255951455205554,0.0,0.0613254987435864,0.255951455205554,0.0,0.00899671683779238,0.255951455205554,0.0,0.0024601958637594,0.5,0.255951455205554,0.0,0.0332522018597892,0.5,0.255951455205554,0.0,0.0367128926986606,0.5,0.255951455205554,0.0,0.00487423777832297,0.255951455205554,0.0,0.0795001131237222,0.0,0.0282492997530502,0.255951455205554,0.0,0.0971628918579996,0.5,0.255951455205554,0.0,0.495111242896222,0.255951455205554,0.0,0.0257390654568541,0.255951455205554,0.0,0.0458764769650493,0.255951455205554,0.0,0.00403187323725023,0.0,0.858450843101014 -2014,0.255951455205554,0.0,0.31770742564951,0.255951455205554,0.0,0.044778610504997,0.255951455205554,0.0,0.0522308684183685,0.255951455205554,0.0,0.0909071924245518,0.255951455205554,0.0,0.00507016896213287,0.255951455205554,0.0,0.00277518805986094,0.5,0.255951455205554,0.0,0.0168808536546146,0.5,0.255951455205554,0.0,0.028702453816937,0.5,0.255951455205554,0.0,0.00433418964538958,0.255951455205554,0.0,0.0536349041331893,0.0,0.0369196859481229,0.255951455205554,0.0,0.116112413424589,0.5,0.255951455205554,0.0,0.434525076151056,0.255951455205554,0.0,0.0304366799057962,0.255951455205554,0.0,0.0585510116100965,0.255951455205554,0.0,0.00291518775425073,0.0,0.843310239908478 -2015,0.255951455205554,0.0,0.428535822017369,0.255951455205554,0.0,0.0692178423938513,0.255951455205554,0.0,0.0695712986465621,0.255951455205554,0.0,0.073694083436332,0.255951455205554,0.0,0.00337384159534897,0.255951455205554,0.0,0.00227753790627395,0.5,0.255951455205554,0.0,0.0128959127979034,0.5,0.255951455205554,0.0,0.0251219845664236,0.5,0.255951455205554,0.0,0.00506398292842233,0.255951455205554,0.0,0.0359424463853958,0.0,0.0469372165909543,0.255951455205554,0.0,0.135570147869885,0.5,0.255951455205554,0.0,0.351762279826838,0.255951455205554,0.0,0.03916823331565,0.255951455205554,0.0,0.0751019855448233,0.255951455205554,0.0,0.0044813397250785,0.0,0.721034360203493 -2016,0.255951455205554,0.0,0.362447637542986,0.255951455205554,0.0,0.111927678767533,0.255951455205554,0.0,0.0787269940889144,0.255951455205554,0.0,0.0875192396566304,0.255951455205554,0.0,0.00390379964831678,0.255951455205554,0.0,0.00140277042474812,0.5,0.255951455205554,0.0,0.0144167347292292,0.5,0.255951455205554,0.0,0.0248199291401515,0.5,0.255951455205554,0.0,0.00576222856594758,0.255951455205554,0.0,0.0381004278023821,0.0,0.0867659122992368,0.255951455205554,0.0,0.168111474586771,0.5,0.255951455205554,0.0,0.353811558031852,0.255951455205554,0.0,0.047317432420538,0.255951455205554,0.0,0.0927648513903902,0.255951455205554,0.0,0.00726062975996691,0.0,0.614005892441838 -2017,0.255951455205554,0.0,0.427602850392735,0.255951455205554,0.0,0.200031239064299,0.255951455205554,0.0,0.0906423454713291,0.255951455205554,0.0,0.0920947038372053,0.255951455205554,0.0,0.00700539806298881,0.255951455205554,0.0,0.00112396546705332,0.5,0.255951455205554,0.0,0.014043192181017,0.5,0.255951455205554,0.0,0.0238366547969566,0.5,0.255951455205554,0.0,0.00531703805795964,0.255951455205554,0.0,0.0417252971379177,0.0,0.177984364508909,0.255951455205554,0.0,0.194057264965782,0.5,0.255951455205554,0.0,0.392297454025874,0.255951455205554,0.0,0.0485434773402927,0.255951455205554,0.0,0.110418353312143,0.255951455205554,0.0,0.00888662039056789,0.0,0.624352767539092 -2018,0.255951455205554,0.0,0.577503666254698,0.255951455205554,0.0,0.160887205489722,0.255951455205554,0.0,0.115734396691523,0.255951455205554,0.0,0.134460076330513,0.255951455205554,0.0,0.0125590220792751,0.255951455205554,0.0,0.00156239496816403,0.5,0.255951455205554,0.0,0.0114914629159643,0.5,0.255951455205554,0.0,0.0240493594612403,0.5,0.255951455205554,0.0,0.00552513637391496,0.255951455205554,0.0,0.0368657653739363,0.0,0.270147216086943,0.255951455205554,0.0,0.198014650944227,0.5,0.255951455205554,0.0,0.405531235179191,0.255951455205554,0.0,0.0388542685600746,0.255951455205554,0.0,0.11521453303722,0.255951455205554,0.0,0.00967500119732764,0.0,0.646293647757674 -2019,0.255951455205554,0.0,0.620499417933368,0.255951455205554,0.0,0.0802193684111812,0.255951455205554,0.0,0.163880285425861,0.255951455205554,0.0,0.217093639967347,0.255951455205554,0.0,0.0176919916310812,0.255951455205554,0.0,0.00203539150241645,0.5,0.255951455205554,0.0,0.00996114595452825,0.5,0.255951455205554,0.0,0.0272432204076348,0.5,0.255951455205554,0.0,0.00718088893489709,0.255951455205554,0.0,0.0300295463957429,0.0,0.233149887599775,0.255951455205554,0.0,0.177433117399633,0.5,0.255951455205554,0.0,0.411351518692169,0.255951455205554,0.0,0.0244533946017772,0.255951455205554,0.0,0.111165709897922,0.255951455205554,0.0,0.00737124021932591,0.0,0.701343583528735 -2020,0.255951455205554,0.0,0.548069849506748,0.255951455205554,0.0,0.097140504813835,0.255951455205554,0.0,0.217643337529369,0.255951455205554,0.0,0.280154243881103,0.255951455205554,0.0,0.019340010291573,0.255951455205554,0.0,0.00180978109015693,0.5,0.255951455205554,0.0,0.0105225264075994,0.5,0.255951455205554,0.0,0.0282421283955092,0.5,0.255951455205554,0.0,0.00915289729645857,0.255951455205554,0.0,0.0275779904620196,0.0,0.169354797750235,0.255951455205554,0.0,0.136958256435336,0.5,0.255951455205554,0.0,0.365393912383193,0.255951455205554,0.0,0.0147244159190549,0.255951455205554,0.0,0.100499767324779,0.255951455205554,0.0,0.00399189552204862,0.0,0.79156746716389 -2021,0.255951455205554,0.0,0.343057863821507,0.255951455205554,0.0,0.116311844795245,0.255951455205554,0.0,0.234517231243219,0.255951455205554,0.0,0.266339755876443,0.255951455205554,0.0,0.0190863518550497,0.255951455205554,0.0,0.00158824674864723,0.5,0.255951455205554,0.0,0.0105800868414364,0.5,0.255951455205554,0.0,0.0244293211704595,0.5,0.255951455205554,0.0,0.0116954045463667,0.255951455205554,0.0,0.0295924023843772,0.0,0.129672839386837,0.255951455205554,0.0,0.110252821042317,0.5,0.255951455205554,0.0,0.28193470439304,0.255951455205554,0.0,0.00845518099640514,0.255951455205554,0.0,0.0852141987390469,0.255951455205554,0.0,0.00124823871385227,0.0,0.920536615982757 -2022,0.255951455205554,0.0,0.163873125575882,0.255951455205554,0.0,0.108898573254738,0.255951455205554,0.0,0.190519115418872,0.255951455205554,0.0,0.194196205372674,0.255951455205554,0.0,0.0205532341467872,0.255951455205554,0.0,0.00171899707931577,0.5,0.255951455205554,0.0,0.0101450253758769,0.5,0.255951455205554,0.0,0.0235049697508215,0.5,0.255951455205554,0.0,0.0162689242394005,0.255951455205554,0.0,0.0307455842303414,0.0,0.0886965818133253,0.255951455205554,0.0,0.0944479370665909,0.5,0.255951455205554,0.0,0.21261729611782,0.255951455205554,0.0,0.00616523522303821,0.255951455205554,0.0,0.0720108668557691,0.255951455205554,0.0,0.000634015640109373,0.0,0.94480550899334 -2023,0.255951455205554,0.00129831888924368,0.0817519462295043,0.255951455205554,0.00128700508132361,0.109644238365822,0.255951455205554,0.000802294190964608,0.141280138471741,0.255951455205554,0.000405112556321939,0.112810368589834,0.255951455205554,0.000327854631919267,0.0223140284331467,0.255951455205554,0.00107120586830363,0.00272073191032077,0.5,0.255951455205554,8.08920816953008e-05,0.00832680362190001,0.5,0.255951455205554,0.000944265080480206,0.0269648469333312,0.5,0.255951455205554,0.00337335165040969,0.0218745372461559,0.255951455205554,0.0,0.0280045479466854,0.0128139822651935,0.0656913927826767,0.255951455205554,0.0104841680519461,0.0942070307274219,0.5,0.255951455205554,0.00407619817728783,0.197911217635727,0.255951455205554,0.00778286383614453,0.00835406314773899,0.255951455205554,0.00501007729889132,0.0588293656565534,0.255951455205554,0.00307634508993591,0.00142215371552863,0.00166994495042099,0.943155816107964 -2024,0.255951455205554,0.0450940148299531,0.0796865918266199,0.255951455205554,0.0380566635820353,0.14938607690373,0.255951455205554,0.0381978779576556,0.128301232114592,0.255951455205554,0.0271966331988534,0.096495286037058,0.255951455205554,0.0763382606548731,0.0223897613579744,0.255951455205554,0.0598946053731593,0.00394993133139287,0.5,0.255951455205554,0.0935304984894015,0.00597446480658536,0.5,0.255951455205554,0.0554645604582513,0.0413441180426505,0.5,0.255951455205554,0.0701855666575236,0.0447118134492743,0.255951455205554,0.0938080734272764,0.0216098738815462,0.139503466445215,0.0578472801227546,0.255951455205554,0.100193584036983,0.109511672944537,0.5,0.255951455205554,0.0571734168825747,0.266598521521466,0.255951455205554,0.0993016511532643,0.0166948790869528,0.255951455205554,0.118762462097988,0.0500370233668222,0.255951455205554,0.0695628409719275,0.00380027712482664,0.0505854662080831,0.933933467167527 -2025,0.255951455205554,0.121205584977631,0.155441461322215,0.255951455205554,0.135434209357752,0.266547969987684,0.255951455205554,0.110684275252747,0.144985452726414,0.255951455205554,0.0997977776894208,0.143511166777523,0.255951455205554,0.194599574358653,0.0290392459403886,0.255951455205554,0.15890414481775,0.0163555489005419,0.5,0.255951455205554,0.255430615003823,0.00605317880500099,0.5,0.255951455205554,0.144047969923888,0.093211539503078,0.5,0.255951455205554,0.18290660384735,0.119645889325957,0.255951455205554,0.262861420130916,0.0196910655363037,0.290928121668217,0.0676313361180906,0.255951455205554,0.206857219471803,0.133383729746533,0.5,0.255951455205554,0.139381345447817,0.388049943239375,0.255951455205554,0.234621535387608,0.0547970549786193,0.255951455205554,0.269691082112393,0.078742916234363,0.255951455205554,0.174565899203184,0.0251813560824562,0.131622016771939,0.809280924769459 -2026,0.255951455205554,0.185301148492364,0.373487461822983,0.255951455205554,0.222660335749497,0.350399908020252,0.255951455205554,0.20793391023822,0.179391954177588,0.255951455205554,0.193576890016209,0.207382896066224,0.255951455205554,0.307581407557128,0.0583376411056606,0.255951455205554,0.261326659229768,0.0467878492804454,0.5,0.255951455205554,0.417542420526428,0.021460389639002,0.5,0.255951455205554,0.254839165300466,0.120025536094257,0.5,0.255951455205554,0.305443660436487,0.149612404301698,0.255951455205554,0.434490686313332,0.0467548621808661,0.415953644581075,0.0710308320595822,0.255951455205554,0.322582342721401,0.146537720133881,0.5,0.255951455205554,0.222173857661651,0.454228869580159,0.255951455205554,0.391848454893603,0.185516860378506,0.255951455205554,0.38741689598384,0.150794921951223,0.255951455205554,0.316778614552169,0.100845024538853,0.241842673808939,0.430075691372219 -2027,0.255951455205554,0.25275151115448,0.572128594181247,0.255951455205554,0.255053431996115,0.377882756622095,0.255951455205554,0.282196715143549,0.215848723129884,0.255951455205554,0.263603896535652,0.280459341054671,0.255951455205554,0.420470501398006,0.0816244236784004,0.255951455205554,0.366409465612718,0.0522692114245534,0.5,0.255951455205554,0.560302984760555,0.0517043777254089,0.5,0.255951455205554,0.36759865974897,0.101135683558588,0.5,0.255951455205554,0.425893000547885,0.154881259550951,0.255951455205554,0.590884994529774,0.103582124019576,0.481923260475715,0.0789125515507981,0.255951455205554,0.417895808704101,0.181346406113564,0.5,0.255951455205554,0.280069626846078,0.457066015040456,0.255951455205554,0.443269701293631,0.253628622430703,0.255951455205554,0.421631698370281,0.214797039214804,0.255951455205554,0.403515278905799,0.131756002163399,0.288732256910276,0.143901755968973 -2028,0.255951455205554,0.23736108614312,0.661920929214564,0.255951455205554,0.252043221372298,0.41032935380241,0.255951455205554,0.321058676743883,0.254683834784372,0.255951455205554,0.262684072204621,0.322045459686233,0.255951455205554,0.506414366447637,0.0881255835855368,0.255951455205554,0.388081465778348,0.0574262227703797,0.5,0.255951455205554,0.633663154253619,0.0535558348566501,0.5,0.255951455205554,0.440111800471331,0.0887441488487336,0.5,0.255951455205554,0.481913577182403,0.16991172491394,0.255951455205554,0.667976317641833,0.110203794369191,0.524911884220803,0.126227870491386,0.255951455205554,0.447508361598834,0.225755574050414,0.5,0.255951455205554,0.329659109482185,0.410114667714048,0.255951455205554,0.481354163954959,0.286328049274442,0.255951455205554,0.441860527655422,0.254143553997001,0.255951455205554,0.438830990437694,0.15775772197668,0.191409201830565,0.0480267963441825 -2029,0.255951455205554,0.158299275988361,0.658656443097967,0.255951455205554,0.188909355330627,0.392925341838597,0.255951455205554,0.339579333511432,0.284557177899459,0.255951455205554,0.227078510554882,0.325100768481959,0.255951455205554,0.523349602173302,0.105313549379838,0.255951455205554,0.431589858925342,0.0575275007732225,0.5,0.255951455205554,0.658616894733572,0.054729859504922,0.5,0.255951455205554,0.467724423112762,0.0778307799021086,0.5,0.255951455205554,0.51765502077659,0.182963141226307,0.255951455205554,0.707724788323626,0.0899828028967886,0.605647956383784,0.172132973073459,0.255951455205554,0.346171280492394,0.234273188248675,0.5,0.255951455205554,0.35059265873784,0.349080061029051,0.255951455205554,0.478742482108342,0.318937423067416,0.255951455205554,0.468742121721772,0.281786907985577,0.255951455205554,0.419166168824727,0.221113430148796,0.173537091498009,0.0402226945426531 -2030,0.255951455205554,0.160762567690064,0.603670826876706,0.255951455205554,0.167029102145234,0.325270149267753,0.255951455205554,0.294724358529569,0.275135171292584,0.255951455205554,0.185905737501194,0.307396369378347,0.255951455205554,0.470052976769549,0.111319984910998,0.255951455205554,0.540433409844324,0.0339077544098981,0.5,0.255951455205554,0.649513055263745,0.0523901425826331,0.5,0.255951455205554,0.4657132184908,0.0796689226137493,0.5,0.255951455205554,0.476839299603134,0.212991163783249,0.255951455205554,0.707652139022691,0.0791478085191764,0.452374149117566,0.263993868652164,0.255951455205554,0.289827910699111,0.234077182063631,0.5,0.255951455205554,0.260022896533271,0.24652649225139,0.255951455205554,0.470804920019564,0.354992677284734,0.255951455205554,0.434817296641125,0.351907771815709,0.255951455205554,0.386583182041387,0.321565299650143,0.182600864222985,0.0935946322763522 -2031,0.255951455205554,0.131169682501121,0.49202236414551,0.255951455205554,0.132379380455411,0.230826899433945,0.255951455205554,0.231660137717073,0.238757370252332,0.255951455205554,0.167814184393101,0.282984579398848,0.255951455205554,0.399940462361491,0.0844945883969779,0.255951455205554,0.577275285296988,0.0336712400434008,0.5,0.255951455205554,0.596724362979105,0.0476140769426192,0.5,0.255951455205554,0.389723172179812,0.0830082838741842,0.5,0.255951455205554,0.418358203005275,0.231911103919161,0.255951455205554,0.647250912378058,0.0660805479770694,0.148261284651014,0.223304537144286,0.255951455205554,0.322465533405996,0.26714048908471,0.5,0.255951455205554,0.161398190523966,0.161951759002468,0.255951455205554,0.450978262265515,0.413271391915457,0.255951455205554,0.348245375157282,0.437072735105479,0.255951455205554,0.338784111151949,0.42201504800806,0.131396090152687,0.323280997873984 -2032,0.255951455205554,0.128956732896191,0.453081901021779,0.255951455205554,0.129157358164031,0.163613562818155,0.255951455205554,0.195076655052937,0.215013986690453,0.255951455205554,0.100887106157655,0.229924801764238,0.255951455205554,0.342204515849665,0.0689998633657745,0.255951455205554,0.44995897868641,0.060778571368747,0.5,0.255951455205554,0.499796447037912,0.045415124761509,0.5,0.255951455205554,0.302217681717869,0.0808752712869366,0.5,0.255951455205554,0.309623554581613,0.23417798277024,0.255951455205554,0.532395664717988,0.058149452365219,0.186961020255633,0.268202443180005,0.255951455205554,0.270864500311016,0.314270246163927,0.5,0.255951455205554,0.12733968945523,0.118676533755233,0.255951455205554,0.383386995172207,0.436634483630375,0.255951455205554,0.249888980419336,0.510986066483749,0.255951455205554,0.279388999696443,0.472499932588967,0.0974454036860685,0.648471319153693 -2033,0.255951455205554,0.101811413194615,0.3548867192693,0.255951455205554,0.191916139564227,0.141169593146973,0.255951455205554,0.131057143735005,0.168886150246933,0.255951455205554,0.0516678395220687,0.157661069216817,0.255951455205554,0.278474935960098,0.0626070451928549,0.255951455205554,0.280306324408587,0.0667062812837542,0.5,0.255951455205554,0.367858996525486,0.047682264457923,0.5,0.255951455205554,0.211724762931702,0.0616767538876815,0.5,0.255951455205554,0.199480050826057,0.173863949423983,0.255951455205554,0.377671745266396,0.0491533049768361,0.197900652947652,0.241478779411096,0.255951455205554,0.174870752463134,0.295366234220825,0.5,0.255951455205554,0.0873692547905679,0.104452365545984,0.255951455205554,0.285805325621258,0.291295493774313,0.255951455205554,0.166245641761286,0.516379136000418,0.255951455205554,0.17051713395904,0.368786441946374,0.0399371249517258,0.766876359582674 -2034,0.255951455205554,0.0276680860841445,0.236367067913274,0.255951455205554,0.0860159494017327,0.134393054886444,0.255951455205554,0.0505193370148315,0.137040598540291,0.255951455205554,0.0372494471658552,0.112617734576232,0.255951455205554,0.112241833932369,0.0325110250939575,0.255951455205554,0.0688640629821015,0.0504353433399689,0.5,0.255951455205554,0.105783529799617,0.0237899551972887,0.5,0.255951455205554,0.0697609998821979,0.0322918475518614,0.5,0.255951455205554,0.0514128002880068,0.100694171545975,0.255951455205554,0.11552383129067,0.0213171967923771,0.0218526516396746,0.216812504780368,0.255951455205554,0.0343902686011802,0.256826531212406,0.5,0.255951455205554,0.0247257698513092,0.110411710360737,0.255951455205554,0.0450849273430942,0.210128612864567,0.255951455205554,0.0502123566584233,0.456214542298082,0.255951455205554,0.0434160434154503,0.245175428704528,0.0215331352285744,0.779516788869175 -2035,0.255951455205554,4.67199737899061e-06,0.225522852333128,0.255951455205554,0.0,0.245089891185905,0.255951455205554,5.39459658704307e-06,0.157179448606652,0.255951455205554,0.0,0.130351996008397,0.255951455205554,0.0,0.0577231856121771,0.255951455205554,6.54500086452576e-05,0.0683372398894528,0.5,0.255951455205554,0.0,0.0356089179253653,0.5,0.255951455205554,0.0,0.0441495974739544,0.5,0.255951455205554,0.0,0.0873123662929888,0.255951455205554,0.0,0.0406401975152823,0.0,0.274813450391674,0.255951455205554,0.0,0.251585048584921,0.5,0.255951455205554,0.0,0.129992521126098,0.255951455205554,0.0,0.224852282266003,0.255951455205554,0.0,0.405259682703591,0.255951455205554,7.93757159125785e-07,0.210702068090951,0.000166375140411874,0.703376033110135 -2036,0.255951455205554,0.0,0.287057973781389,0.255951455205554,0.0,0.34676921520383,0.255951455205554,0.0,0.213342801005388,0.255951455205554,0.0,0.208711807236456,0.255951455205554,0.0,0.0760612461502029,0.255951455205554,0.0,0.067059091375916,0.5,0.255951455205554,0.0,0.0349315286844778,0.5,0.255951455205554,0.0,0.0432198159786709,0.5,0.255951455205554,0.0,0.0797928307272697,0.255951455205554,0.0,0.0508140636881503,0.0,0.22846676838576,0.255951455205554,0.0,0.229147788927281,0.5,0.255951455205554,0.0,0.13488675341889,0.255951455205554,0.0,0.221762847949905,0.255951455205554,0.0,0.411382132898125,0.255951455205554,0.0,0.227009276800587,0.0,0.78543794604998 -2037,0.255951455205554,0.0,0.343088101370887,0.255951455205554,0.0,0.370329384251801,0.255951455205554,0.0,0.27128812547044,0.255951455205554,0.0,0.326067818234207,0.255951455205554,0.0,0.0832368077359318,0.255951455205554,0.0,0.0710290570120709,0.5,0.255951455205554,0.0,0.0285630300832088,0.5,0.255951455205554,0.0,0.0354103681442762,0.5,0.255951455205554,0.0,0.0828031843158502,0.255951455205554,0.0,0.0456229735517877,0.0,0.174536719188211,0.255951455205554,0.0,0.200019683650734,0.5,0.255951455205554,0.0,0.110996837214489,0.255951455205554,0.0,0.197769626851557,0.255951455205554,0.0,0.388570756780071,0.255951455205554,0.0,0.253290615858873,0.0,0.885254188437935 -2038,0.255951455205554,0.0,0.359367671344167,0.255951455205554,0.0,0.301453421536967,0.255951455205554,0.0,0.327787661165799,0.255951455205554,0.0,0.488291521577551,0.255951455205554,0.0,0.114284816160494,0.255951455205554,0.0,0.106226463362907,0.5,0.255951455205554,0.0,0.023662921673806,0.5,0.255951455205554,0.0,0.0243514673722235,0.5,0.255951455205554,0.0,0.0820383786546454,0.255951455205554,0.0,0.034142906225467,0.0,0.154507869827626,0.255951455205554,0.0,0.165659630230752,0.5,0.255951455205554,0.0,0.090217560805783,0.255951455205554,0.0,0.156725528348553,0.255951455205554,0.0,0.317764419649294,0.255951455205554,0.0,0.224200980413252,0.0,0.883322257268772 -2039,0.255951455205554,0.0,0.319355247995517,0.255951455205554,0.0,0.233206462225289,0.255951455205554,0.0,0.36233437000774,0.255951455205554,0.0,0.485497434466206,0.255951455205554,0.0,0.162509666665342,0.255951455205554,0.0,0.133088522057405,0.5,0.255951455205554,0.0,0.0197161093223458,0.5,0.255951455205554,0.0,0.0156230488759057,0.5,0.255951455205554,0.0,0.0777435473533139,0.255951455205554,0.0,0.0287515615756246,0.0,0.170060474506455,0.255951455205554,0.0,0.151649620350557,0.5,0.255951455205554,0.0,0.088138130224917,0.255951455205554,0.0,0.123734002725783,0.255951455205554,0.0,0.229345623930986,0.255951455205554,0.0,0.161345302324638,0.0,0.852468073689852 -2040,0.255951455205554,0.0,0.278546005243311,0.255951455205554,0.0,0.178178886181988,0.255951455205554,0.0,0.370419034019022,0.255951455205554,0.0,0.39615460027503,0.255951455205554,0.0,0.168401211241678,0.255951455205554,0.0,0.0992097357360712,0.5,0.255951455205554,0.0,0.0179906780064808,0.5,0.255951455205554,0.0,0.0149088544813767,0.5,0.255951455205554,0.0,0.0703302080576819,0.255951455205554,0.0,0.0229535415457749,0.0,0.138609149735551,0.255951455205554,0.0,0.142314483976503,0.5,0.255951455205554,0.0,0.0848373222263225,0.255951455205554,0.0,0.0939524129395477,0.255951455205554,0.0,0.173977810969576,0.255951455205554,0.0,0.10960580255327,0.0,0.882274163853557 -2041,0.255951455205554,0.0,0.265696348260265,0.255951455205554,0.0,0.187041819410641,0.255951455205554,0.0,0.350184881804306,0.255951455205554,0.0,0.336717836034942,0.255951455205554,0.0,0.126885787812368,0.255951455205554,0.0,0.0569473717229132,0.5,0.255951455205554,0.0,0.0169963917311915,0.5,0.255951455205554,0.0,0.0163874934896945,0.5,0.255951455205554,0.0,0.0630386183229985,0.255951455205554,0.0,0.0196023321143715,0.0,0.101343721272631,0.255951455205554,0.0,0.120940630787908,0.5,0.255951455205554,0.0,0.0784618270293767,0.255951455205554,0.0,0.0725063520455995,0.255951455205554,0.0,0.156222671002022,0.255951455205554,0.0,0.0796458796948095,0.0,0.913497937149946 -2042,0.255951455205554,0.0,0.292013765009961,0.255951455205554,0.0,0.24791899396426,0.255951455205554,0.0,0.359626233730009,0.255951455205554,0.0,0.37772125517353,0.255951455205554,0.0,0.0936253772066838,0.255951455205554,0.0,0.0441899080862979,0.5,0.255951455205554,0.0,0.0139497223771408,0.5,0.255951455205554,0.0,0.0166556882519678,0.5,0.255951455205554,0.0,0.0587451655980469,0.255951455205554,0.0,0.0163944668917166,0.0,0.0752338259195091,0.255951455205554,0.0,0.0980555912656706,0.5,0.255951455205554,0.0,0.0736491672854607,0.255951455205554,0.0,0.0630693648267945,0.255951455205554,0.0,0.13164630933556,0.255951455205554,0.0,0.0600154085073232,0.0,0.904314689244125 -2043,0.255951455205554,0.0,0.324898105087236,0.255951455205554,0.0,0.268765430838244,0.255951455205554,0.0,0.396394030449232,0.255951455205554,0.0,0.478233544326741,0.255951455205554,0.0,0.0674578413744676,0.255951455205554,0.0,0.0424754331660457,0.5,0.255951455205554,0.0,0.0106919718103015,0.5,0.255951455205554,0.0,0.0161366333382424,0.5,0.255951455205554,0.0,0.0554786928217688,0.255951455205554,0.0,0.0148983141061705,0.0,0.0694761973546231,0.255951455205554,0.0,0.0894602300747867,0.5,0.255951455205554,0.0,0.0761503759642361,0.255951455205554,0.0,0.060445899330346,0.255951455205554,0.0,0.115368514972628,0.255951455205554,0.0,0.0508332761475482,0.0,0.876434124659573 -2044,0.255951455205554,0.0,0.353962078504153,0.255951455205554,0.0,0.280016060124196,0.255951455205554,0.0,0.425489107544244,0.255951455205554,0.0,0.509412742040304,0.255951455205554,0.0,0.0600222560349025,0.255951455205554,0.0,0.0440679534270825,0.5,0.255951455205554,0.0,0.010691740848994,0.5,0.255951455205554,0.0,0.015140661097572,0.5,0.255951455205554,0.0,0.0555481892840547,0.255951455205554,0.0,0.0161607021383175,0.0,0.0703693253057505,0.255951455205554,0.0,0.0908507180251959,0.5,0.255951455205554,0.0,0.082522991027438,0.255951455205554,0.0,0.0635430613354283,0.255951455205554,0.0,0.112965452843926,0.255951455205554,0.0,0.0530283729080724,0.0,0.913896807868156 -2045,0.255951455205554,0.0,0.37081831638739,0.255951455205554,0.0,0.290429455827403,0.255951455205554,0.0,0.434560165037356,0.255951455205554,0.0,0.522676801775702,0.255951455205554,0.0,0.0642513932891822,0.255951455205554,0.0,0.0433391188493411,0.5,0.255951455205554,0.0,0.0119532822457705,0.5,0.255951455205554,0.0,0.0136515235237064,0.5,0.255951455205554,0.0,0.0503112283903469,0.255951455205554,0.0,0.0136907778958888,0.0,0.0722585893711833,0.255951455205554,0.0,0.0896730662658698,0.5,0.255951455205554,0.0,0.085817649790954,0.255951455205554,0.0,0.0645317158729379,0.255951455205554,0.0,0.113075279029144,0.255951455205554,0.0,0.06197421589153,0.0,0.944985622615833 -2046,0.255951455205554,0.0,0.368313618249665,0.255951455205554,0.0,0.284920923824319,0.255951455205554,0.0,0.434668120673088,0.255951455205554,0.0,0.529412526900351,0.255951455205554,0.0,0.0680070902750763,0.255951455205554,0.0,0.0430249185234119,0.5,0.255951455205554,0.0,0.0127537230140515,0.5,0.255951455205554,0.0,0.0129414959474306,0.5,0.255951455205554,0.0,0.0434019650883178,0.255951455205554,0.0,0.00989581127699372,0.0,0.067685001391001,0.255951455205554,0.0,0.0868433981974035,0.5,0.255951455205554,0.0,0.0872968533276022,0.255951455205554,0.0,0.0671042701461008,0.255951455205554,0.0,0.111901461348431,0.255951455205554,0.0,0.0693887300728705,0.0,0.941552804458064 -2047,0.255951455205554,0.00293097278485727,0.372365043134425,0.255951455205554,0.00482214766836682,0.240756655997005,0.255951455205554,0.00187010986295134,0.427121628770351,0.255951455205554,0.00246272595549878,0.524126723208676,0.255951455205554,0.000749567321321712,0.0693655847287681,0.255951455205554,0.00237628302274471,0.0423916394864268,0.5,0.255951455205554,0.000510606130006573,0.0113537923777438,0.5,0.255951455205554,0.00277203061388032,0.0124792770943315,0.5,0.255951455205554,0.00888207907951669,0.0359825104294203,0.255951455205554,0.0,0.00782662229935483,0.0199219089249408,0.0575843596442676,0.255951455205554,0.0186730514361589,0.0799028010805365,0.5,0.255951455205554,0.0122024874054518,0.0826107041042948,0.255951455205554,0.0161664453239537,0.0716498479397399,0.255951455205554,0.00766561119228982,0.106818794932119,0.255951455205554,0.00646982034726594,0.0693010007385653,0.00129551426503414,0.935286085509151 -2048,0.255951455205554,0.0751240280539747,0.411890090127992,0.255951455205554,0.124689382326747,0.203987854167665,0.255951455205554,0.0812853277089369,0.454554573022807,0.255951455205554,0.103630414901704,0.506747218055677,0.255951455205554,0.0848188934020623,0.076886252370314,0.255951455205554,0.0945918816511971,0.0454962717296919,0.5,0.255951455205554,0.0923760877740688,0.00868839223892145,0.5,0.255951455205554,0.115025122994062,0.0112226114578772,0.5,0.255951455205554,0.13980711882837,0.0324508618735028,0.255951455205554,0.0816679014541938,0.00950066485952964,0.147255478825304,0.0524227038588961,0.255951455205554,0.14175441486352,0.0783175031839229,0.5,0.255951455205554,0.133533774874236,0.0833804134706213,0.255951455205554,0.139066464500068,0.084728631213094,0.255951455205554,0.119642882271441,0.136102071943905,0.255951455205554,0.115887468265467,0.0778455754746994,0.0276673904495851,0.930379011082773 -2049,0.255951455205554,0.180330189540598,0.517593941856656,0.255951455205554,0.288021740938397,0.26820057465764,0.255951455205554,0.207836572702838,0.534862909328548,0.255951455205554,0.256528263135904,0.609944940483169,0.255951455205554,0.226736548822307,0.119061593933105,0.255951455205554,0.230712343962841,0.0634434858228228,0.5,0.255951455205554,0.248586279484915,0.0103079003850385,0.5,0.255951455205554,0.280420454789684,0.0127352563584807,0.5,0.255951455205554,0.306105327669023,0.0459988932357087,0.255951455205554,0.237888288637045,0.0111717637983041,0.29677595711769,0.0740743387004845,0.255951455205554,0.29406755371842,0.112033570694859,0.5,0.255951455205554,0.297880696985597,0.151121594340717,0.255951455205554,0.291386157040472,0.150770718529025,0.255951455205554,0.264022990421959,0.263110539385144,0.255951455205554,0.261646092871567,0.142760050008763,0.0710458888369222,0.929525198803523 -2050,0.255951455205554,0.300578150673121,0.628740285897267,0.255951455205554,0.444536661438807,0.494199781885102,0.255951455205554,0.365197747457735,0.601598009814038,0.255951455205554,0.429383883448521,0.694268283919481,0.255951455205554,0.387114296086684,0.206765359963701,0.255951455205554,0.378099570707121,0.122056104649886,0.5,0.255951455205554,0.416811829756647,0.0274016362124041,0.5,0.255951455205554,0.448397358493507,0.0413305865131796,0.5,0.255951455205554,0.472784873376237,0.150715384939975,0.255951455205554,0.403850195919955,0.00809040747938511,0.472863024417087,0.0908186275113811,0.255951455205554,0.470095761383108,0.195721331304416,0.5,0.255951455205554,0.459302674216993,0.234848376069141,0.255951455205554,0.457063421156966,0.218978564081969,0.255951455205554,0.430855876896793,0.294238564323034,0.255951455205554,0.424116620242363,0.218440199993809,0.0976556323820304,0.92389647776553 -2051,0.255951455205554,0.374549073788331,0.602994360995298,0.255951455205554,0.582947637026255,0.6907005735257,0.255951455205554,0.549805712783504,0.671245669945166,0.255951455205554,0.57741549818377,0.726369208124764,0.255951455205554,0.553663080464371,0.340529204409336,0.255951455205554,0.542312102994436,0.250279663704989,0.5,0.255951455205554,0.569390773713712,0.0425455980845694,0.5,0.255951455205554,0.59280234726683,0.0545732297021534,0.5,0.255951455205554,0.610430599357516,0.188533868784922,0.255951455205554,0.556352628651508,0.0116185347727141,0.611083121597951,0.165510567993407,0.255951455205554,0.584143563672616,0.290270166939886,0.5,0.255951455205554,0.588356323895455,0.235492969267484,0.255951455205554,0.599601376432561,0.24297538161277,0.255951455205554,0.589853289056379,0.419817982117274,0.255951455205554,0.582929516921111,0.301974542010436,0.203131937598679,0.920291874829629 -2052,0.255951455205554,0.440778824873208,0.537532556579301,0.255951455205554,0.653447554160753,0.668911596925429,0.255951455205554,0.665547269571283,0.71452196086881,0.255951455205554,0.671240753161167,0.765482642991535,0.255951455205554,0.664884564740619,0.420193038819728,0.255951455205554,0.67009333351788,0.338302137256654,0.5,0.255951455205554,0.666550268309171,0.0539930018090472,0.5,0.255951455205554,0.682197066808234,0.0685639422769738,0.5,0.255951455205554,0.689959560835266,0.214450801373944,0.255951455205554,0.658963569292597,0.0137041410535801,0.643597234856602,0.212648292863273,0.255951455205554,0.629030361793936,0.298800268605802,0.5,0.255951455205554,0.633683774517254,0.220955609260993,0.255951455205554,0.673912231538266,0.263636768005671,0.255951455205554,0.682333657092881,0.527473506167818,0.255951455205554,0.685827061405918,0.381185455845619,0.602466302674967,0.913098029783111 -2053,0.255951455205554,0.536415770770138,0.506385296624083,0.255951455205554,0.676375009705958,0.622312769810139,0.255951455205554,0.705656862581036,0.717500610121504,0.255951455205554,0.697184241502079,0.737679786974747,0.255951455205554,0.705950408898006,0.459611873914031,0.255951455205554,0.708543431129505,0.377512890870495,0.5,0.255951455205554,0.700910965063878,0.059552043700713,0.5,0.255951455205554,0.716160193370822,0.0819517175066144,0.5,0.255951455205554,0.712386356823689,0.237904234841228,0.255951455205554,0.685198907046426,0.0148181900228037,0.667406333224515,0.220380538306987,0.255951455205554,0.644871185488885,0.274785546460638,0.5,0.255951455205554,0.636066095517862,0.22051158665163,0.255951455205554,0.687447828532579,0.276103275923497,0.255951455205554,0.707589468535975,0.56618791607901,0.255951455205554,0.714885619900563,0.462359854295714,0.633477768419872,0.903414474346913 -2054,0.255951455205554,0.523836861256504,0.509332180762263,0.255951455205554,0.647919956699515,0.591174227801018,0.255951455205554,0.695292753717127,0.705176198681454,0.255951455205554,0.677540646428338,0.679859140477763,0.255951455205554,0.693640948448429,0.465229205800415,0.255951455205554,0.692214804766522,0.373319708399061,0.5,0.255951455205554,0.68728456546106,0.0613284392379284,0.5,0.255951455205554,0.700330489322488,0.0953316902051777,0.5,0.255951455205554,0.684871501529187,0.247669030869513,0.255951455205554,0.6798867694441,0.0170340671117295,0.63814016816013,0.216562221557137,0.255951455205554,0.622602910296977,0.258154270742507,0.5,0.255951455205554,0.633032918090985,0.242424450240824,0.255951455205554,0.660449635376041,0.289885616055447,0.255951455205554,0.687541963682448,0.535746657867006,0.255951455205554,0.688661154344094,0.535130397712282,0.639154461466634,0.888006240627176 -2055,0.255951455205554,0.472643702950082,0.515409262437237,0.255951455205554,0.57535671765665,0.514752038599673,0.255951455205554,0.630019395860998,0.689486558952438,0.255951455205554,0.614862131028721,0.667901040263896,0.255951455205554,0.621206227714599,0.459811884843551,0.255951455205554,0.62544036483706,0.346964505967366,0.5,0.255951455205554,0.619321766623829,0.0653251082221546,0.5,0.255951455205554,0.625802570003277,0.113094221711289,0.5,0.255951455205554,0.593939196412839,0.250715835293656,0.255951455205554,0.624068052369318,0.0197890090683943,0.562516673574529,0.260209404461883,0.255951455205554,0.540101548533124,0.25190061119245,0.5,0.255951455205554,0.551457305205958,0.258099727078763,0.255951455205554,0.566164851586418,0.303123430626063,0.255951455205554,0.609240067644886,0.483324944352703,0.255951455205554,0.61408747443497,0.54717367222388,0.597055177522279,0.881033009393813 -2056,0.255951455205554,0.361810157303402,0.484013701367298,0.255951455205554,0.423507543591494,0.38763734712916,0.255951455205554,0.504031415638453,0.639403059627286,0.255951455205554,0.501431054487171,0.59371996550179,0.255951455205554,0.490264850741356,0.420028402501929,0.255951455205554,0.49991551487936,0.324742160446172,0.5,0.255951455205554,0.49645419004708,0.0720142402647629,0.5,0.255951455205554,0.49652853113711,0.130733076432124,0.5,0.255951455205554,0.442605742583322,0.237988287566435,0.255951455205554,0.500312694675512,0.0269588831147131,0.436070574930522,0.226478301784586,0.255951455205554,0.419301401435575,0.239578303508458,0.5,0.255951455205554,0.420000719026503,0.271335059076445,0.255951455205554,0.427131442923053,0.312779315071232,0.255951455205554,0.472216440264374,0.442387817354676,0.255951455205554,0.48067859800137,0.53946116497997,0.495602762281827,0.892066963472466 -2057,0.255951455205554,0.258148181639334,0.419806392390736,0.255951455205554,0.291846184560917,0.230243332321222,0.255951455205554,0.359925542044556,0.479300342055089,0.255951455205554,0.350235209684322,0.399292209139995,0.255951455205554,0.343237589433627,0.30036555677634,0.255951455205554,0.350854078255802,0.228471371420331,0.5,0.255951455205554,0.346015700822831,0.0748076941565197,0.5,0.255951455205554,0.336593956334231,0.120972802875104,0.5,0.255951455205554,0.277830554159389,0.184364426323438,0.255951455205554,0.345447476010896,0.041793842012825,0.297187780730982,0.084392508988386,0.255951455205554,0.27532204670027,0.146420384804167,0.5,0.255951455205554,0.279744646617248,0.249090616214084,0.255951455205554,0.274271710040056,0.24867998446373,0.255951455205554,0.320253962071965,0.351443337928645,0.255951455205554,0.327791234182123,0.432880602269722,0.346304245028116,0.8982660675653 -2058,0.255951455205554,0.105470222867167,0.312009180467214,0.255951455205554,0.0848389470395021,0.177465664571007,0.255951455205554,0.107782859690847,0.302373723068123,0.255951455205554,0.102913147278751,0.267770139819706,0.255951455205554,0.120766505578717,0.190202590806601,0.255951455205554,0.0902768365360904,0.142101588280119,0.5,0.255951455205554,0.108620977322965,0.0283304378269492,0.5,0.255951455205554,0.09474939022078,0.0722555950706876,0.5,0.255951455205554,0.0678119127479701,0.103164099656619,0.255951455205554,0.118212140752102,0.0166313997780113,0.0454797776828634,0.034531756592514,0.255951455205554,0.0454612043209206,0.0973437253735355,0.5,0.255951455205554,0.0630762804048362,0.136605544158968,0.255951455205554,0.0488331315693531,0.11358552330048,0.255951455205554,0.0679158607100193,0.145344447854947,0.255951455205554,0.0793705321718096,0.198514698470471,0.12834284235383,0.891943078689489 -2059,0.255951455205554,0.0,0.246843664216933,0.255951455205554,0.0,0.188059461238759,0.255951455205554,0.0,0.287099315762788,0.255951455205554,0.0,0.29567332855113,0.255951455205554,0.0,0.19296278354882,0.255951455205554,0.0,0.165311209621423,0.5,0.255951455205554,0.0,0.0233828878291107,0.5,0.255951455205554,0.0,0.0871078706407346,0.5,0.255951455205554,0.0,0.114701372445098,0.255951455205554,0.0,0.0167438148656324,0.0,0.034503365792288,0.255951455205554,0.0,0.0892214456321153,0.5,0.255951455205554,0.0,0.0937694200661768,0.255951455205554,0.0,0.0843227348682747,0.255951455205554,0.0,0.098415230808794,0.255951455205554,0.0,0.155642131646705,0.0,0.884563644350125 -2060,0.255951455205554,0.0,0.194080613111888,0.255951455205554,0.0,0.177094570226739,0.255951455205554,0.0,0.29125124567709,0.255951455205554,0.0,0.332329242891989,0.255951455205554,0.0,0.191279105175264,0.255951455205554,0.0,0.167558033900184,0.5,0.255951455205554,0.0,0.0218572207628965,0.5,0.255951455205554,0.0,0.0823113168802624,0.5,0.255951455205554,0.0,0.107302975828817,0.255951455205554,0.0,0.0217210655086369,0.0,0.042505518571396,0.255951455205554,0.0,0.0671411871777424,0.5,0.255951455205554,0.0,0.0644461047730719,0.255951455205554,0.0,0.0567577901718927,0.255951455205554,0.0,0.0752942903298345,0.255951455205554,0.0,0.126211199567913,0.0,0.874567336747401 -2061,0.255951455205554,0.0,0.152395459821417,0.255951455205554,0.0,0.143141572965161,0.255951455205554,0.0,0.268106677551109,0.255951455205554,0.0,0.302991170167274,0.255951455205554,0.0,0.169577420241176,0.255951455205554,0.0,0.140359495047898,0.5,0.255951455205554,0.0,0.0291420793502188,0.5,0.255951455205554,0.0,0.0670529385545877,0.5,0.255951455205554,0.0,0.0838571820200093,0.255951455205554,0.0,0.0297535657482873,0.0,0.0421852071953716,0.255951455205554,0.0,0.0474278859348315,0.5,0.255951455205554,0.0,0.0489026879473222,0.255951455205554,0.0,0.0263036845970291,0.255951455205554,0.0,0.0604994761495482,0.255951455205554,0.0,0.0942000464789138,0.0,0.854519066867757 -2062,0.255951455205554,0.0,0.122566513914494,0.255951455205554,0.0,0.10241017774525,0.255951455205554,0.0,0.224791617238597,0.255951455205554,0.0,0.245162852518776,0.255951455205554,0.0,0.14432716668826,0.255951455205554,0.0,0.0895333143136803,0.5,0.255951455205554,0.0,0.0352168632199742,0.5,0.255951455205554,0.0,0.0518183341067655,0.5,0.255951455205554,0.0,0.0646761130293296,0.255951455205554,0.0,0.0353076455427507,0.0,0.0486013317678367,0.255951455205554,0.0,0.0429388854028163,0.5,0.255951455205554,0.0,0.0448583275571969,0.255951455205554,0.0,0.0124810671335446,0.255951455205554,0.0,0.0425214381334702,0.255951455205554,0.0,0.0641140208904572,0.0,0.813368082407627 -2063,0.255951455205554,0.0,0.103008186812421,0.255951455205554,0.0,0.073080118523562,0.255951455205554,0.0,0.183431814859253,0.255951455205554,0.0,0.193719143679822,0.255951455205554,0.0,0.115360127886473,0.255951455205554,0.0,0.0543992059022844,0.5,0.255951455205554,0.0,0.0372481086982437,0.5,0.255951455205554,0.0,0.0426400288749344,0.5,0.255951455205554,0.0,0.0514299525692539,0.255951455205554,0.0,0.0479831206861009,0.0,0.0443619995717542,0.255951455205554,0.0,0.0423820817024448,0.5,0.255951455205554,0.0,0.0382092821880545,0.255951455205554,0.0,0.00906691256954948,0.255951455205554,0.0,0.030361726658203,0.255951455205554,0.0,0.0420549605197481,0.0,0.782587700696682 -2064,0.255951455205554,0.0,0.0872484654810707,0.255951455205554,0.0,0.071215275272529,0.255951455205554,0.0,0.160856898655311,0.255951455205554,0.0,0.157685089451637,0.255951455205554,0.0,0.0937656467761392,0.255951455205554,0.0,0.0410815253471725,0.5,0.255951455205554,0.0,0.0363132831912118,0.5,0.255951455205554,0.0,0.0332086073997308,0.5,0.255951455205554,0.0,0.0444061329364006,0.255951455205554,0.0,0.0540676025687283,0.0,0.0380225643684046,0.255951455205554,0.0,0.0382218405728896,0.5,0.255951455205554,0.0,0.0281129364738539,0.255951455205554,0.0,0.00867916560158776,0.255951455205554,0.0,0.0279018504353887,0.255951455205554,0.0,0.0245305516135021,0.0,0.762747173449474 -2065,0.255951455205554,0.0,0.0766801644805617,0.255951455205554,0.0,0.0661903565895149,0.255951455205554,0.0,0.14527887893465,0.255951455205554,0.0,0.151315613846861,0.255951455205554,0.0,0.081657674367576,0.255951455205554,0.0,0.0366986123904854,0.5,0.255951455205554,0.0,0.0344209180102105,0.5,0.255951455205554,0.0,0.0283331561622025,0.5,0.255951455205554,0.0,0.0403363755989773,0.255951455205554,0.0,0.0466196654629297,0.0,0.0345649403125882,0.255951455205554,0.0,0.0341526567844284,0.5,0.255951455205554,0.0,0.0220773823411776,0.255951455205554,0.0,0.0076250229119209,0.255951455205554,0.0,0.0282525023088836,0.255951455205554,0.0,0.0177905544568248,0.0,0.723187125201013 -2066,0.255951455205554,0.0,0.0727138462100518,0.255951455205554,0.0,0.0617603069021209,0.255951455205554,0.0,0.134623023359856,0.255951455205554,0.0,0.154119179535565,0.255951455205554,0.0,0.072753193003674,0.255951455205554,0.0,0.0328210885923207,0.5,0.255951455205554,0.0,0.0309743764482455,0.5,0.255951455205554,0.0,0.0283680370583264,0.5,0.255951455205554,0.0,0.0377633371429839,0.255951455205554,0.0,0.0532694381495794,0.0,0.0343194863568086,0.255951455205554,0.0,0.0342362394907679,0.5,0.255951455205554,0.0,0.0238561319567925,0.255951455205554,0.0,0.00630912937727852,0.255951455205554,0.0,0.0245558469214699,0.255951455205554,0.0,0.0177406844736464,0.0,0.681934310279823 -2067,0.255951455205554,0.0,0.0750520896003319,0.255951455205554,0.0,0.0518583744268262,0.255951455205554,0.0,0.127880325916728,0.255951455205554,0.0,0.134901408644615,0.255951455205554,0.0,0.0686934912555298,0.255951455205554,0.0,0.0315474979683372,0.5,0.255951455205554,0.0,0.0287208891948426,0.5,0.255951455205554,0.0,0.0274338173600056,0.5,0.255951455205554,0.0,0.0358861618936521,0.255951455205554,0.0,0.0585982780637301,0.0,0.0352916665309839,0.255951455205554,0.0,0.0408995704652799,0.5,0.255951455205554,0.0,0.0313226058498291,0.255951455205554,0.0,0.00712526680800825,0.255951455205554,0.0,0.0196984614943103,0.255951455205554,0.0,0.018892475893734,0.0,0.651382097422622 -2068,0.255951455205554,0.0,0.0813835444027124,0.255951455205554,0.0,0.0491509964018789,0.255951455205554,0.0,0.120834848554441,0.255951455205554,0.0,0.116963688094188,0.255951455205554,0.0,0.0683918650712987,0.255951455205554,0.0,0.0351639597119303,0.5,0.255951455205554,0.0,0.0267091558782615,0.5,0.255951455205554,0.0,0.0241984393306478,0.5,0.255951455205554,0.0,0.034664070444586,0.255951455205554,0.0,0.0567021881076184,0.0,0.0351393943376271,0.255951455205554,0.0,0.0429039084532206,0.5,0.255951455205554,0.0,0.0359450749437543,0.255951455205554,0.0,0.0104679515721164,0.255951455205554,0.0,0.0215826088777357,0.255951455205554,0.0,0.0194588202211077,0.0,0.606727056645749 -2069,0.255951455205554,0.0,0.0859075260132082,0.255951455205554,0.0,0.0632143157780032,0.255951455205554,0.0,0.118558482776045,0.255951455205554,0.0,0.116250066648176,0.255951455205554,0.0,0.0786186058324631,0.255951455205554,0.0,0.0380361595616401,0.5,0.255951455205554,0.0,0.0262329158325954,0.5,0.255951455205554,0.0,0.0220938692668991,0.5,0.255951455205554,0.0,0.0308915428457154,0.255951455205554,0.0,0.0545894252168717,0.0,0.0341040095164488,0.255951455205554,0.0,0.0387629529132306,0.5,0.255951455205554,0.0,0.0430061554185465,0.255951455205554,0.0,0.0129689661911509,0.255951455205554,0.0,0.0249885807928143,0.255951455205554,0.0,0.0220643448969777,0.0,0.574195703342487 -2070,0.255951455205554,0.0,0.0833147496392228,0.255951455205554,0.0,0.0531738222221963,0.255951455205554,0.0,0.11651036582208,0.255951455205554,0.0,0.12971922072663,0.255951455205554,0.0,0.0843689252969803,0.255951455205554,0.0,0.0350111732237972,0.5,0.255951455205554,0.0,0.0285745884833515,0.5,0.255951455205554,0.0,0.0198080915697076,0.5,0.255951455205554,0.0,0.0241339043426273,0.255951455205554,0.0,0.0574348294220823,0.0,0.0374066235746061,0.255951455205554,0.0,0.0369146916667672,0.5,0.255951455205554,0.0,0.0559498100082996,0.255951455205554,0.0,0.013023660120723,0.255951455205554,0.0,0.0198315829581478,0.255951455205554,0.0,0.023478377970925,0.0,0.626662844040563 -2071,0.255951455205554,0.00297581453173373,0.0755277163639977,0.255951455205554,0.00559479512913817,0.0321617491421562,0.255951455205554,0.00335239820777484,0.112214298507565,0.255951455205554,0.00358343282539113,0.115998542821831,0.255951455205554,0.00141322033781498,0.0825770704367814,0.255951455205554,0.00376540724128214,0.0358304783971446,0.5,0.255951455205554,0.00114661688920179,0.0308268525436249,0.5,0.255951455205554,0.00327292830027327,0.0176934435671924,0.5,0.255951455205554,0.0100546336225514,0.0201025602084263,0.255951455205554,0.000186876902756679,0.0544952598998534,0.00138310592383249,0.0403695799123761,0.255951455205554,0.0013640299702042,0.0393064942802261,0.5,0.255951455205554,0.00178783421745139,0.0727598933445134,0.255951455205554,0.00423300316448711,0.0152725737133876,0.255951455205554,0.00658806471564382,0.0137205386898421,0.255951455205554,0.00778723522665674,0.0170294006742679,0.000984290911234119,0.656277560304273 -2072,0.255951455205554,0.0588517808767102,0.0734792546162492,0.255951455205554,0.116792539594999,0.0203974929185932,0.255951455205554,0.112648153416165,0.105561616460434,0.255951455205554,0.116711294843269,0.0899972723249024,0.255951455205554,0.104389627857168,0.0828951923082991,0.255951455205554,0.118951957399257,0.0365178826936866,0.5,0.255951455205554,0.101459485789301,0.0285090005789109,0.5,0.255951455205554,0.104531271752964,0.0150141765850584,0.5,0.255951455205554,0.128147812240391,0.0200415903713065,0.255951455205554,0.0972387753442373,0.0422594460397697,0.00521502943321781,0.0436139349678441,0.255951455205554,0.0101493445941887,0.0457551082612404,0.5,0.255951455205554,0.0167516525426521,0.117759178536594,0.255951455205554,0.0333093368444424,0.0186811564758934,0.255951455205554,0.0744581903180833,0.0128949265907017,0.255951455205554,0.107848075101643,0.0105241959818021,0.0166737149051273,0.658468734920117 -2073,0.255951455205554,0.123945418922771,0.0805864882791698,0.255951455205554,0.235396407947737,0.0205604833840376,0.255951455205554,0.265454431238255,0.109536832278621,0.255951455205554,0.277604931624215,0.0775881847997226,0.255951455205554,0.267925332220545,0.09935855386315,0.255951455205554,0.28216572748179,0.044667393114004,0.5,0.255951455205554,0.262402730991771,0.0370201574430411,0.5,0.255951455205554,0.247084975640474,0.0365617917783799,0.5,0.255951455205554,0.277661758426742,0.04485640587604,0.255951455205554,0.258493486485357,0.0651766176356484,0.0150919133511553,0.0513938616301465,0.255951455205554,0.0269629356880057,0.0612661013042209,0.5,0.255951455205554,0.0479541847293626,0.20802068847756,0.255951455205554,0.0595043202581333,0.0199979767601831,0.255951455205554,0.135758398761502,0.0205881349247273,0.255951455205554,0.19347404771445,0.0125532725984808,0.0258119179285271,0.648153421591016 -2074,0.255951455205554,0.127043436753662,0.125548728920777,0.255951455205554,0.246531306202961,0.0522707640292767,0.255951455205554,0.405788184653474,0.167039299891727,0.255951455205554,0.428228750913057,0.12228986748544,0.255951455205554,0.428383467348459,0.222500118287063,0.255951455205554,0.440589865317624,0.164731936467876,0.5,0.255951455205554,0.425895616769598,0.113817398591374,0.5,0.255951455205554,0.398043468348098,0.105816938787933,0.5,0.255951455205554,0.432292240338389,0.0913785276526185,0.255951455205554,0.422907602272944,0.224257274231206,0.0268815327673758,0.0548344728961321,0.255951455205554,0.0544344803701357,0.0796959037473646,0.5,0.255951455205554,0.0984394219454999,0.326701384494148,0.255951455205554,0.0722636022789535,0.0242614331480373,0.255951455205554,0.162624520995135,0.0337030305624829,0.255951455205554,0.254627334013649,0.0328886519423749,0.0292030011740475,0.602035075405135 -2075,0.255951455205554,0.0993993376066831,0.182936765919039,0.255951455205554,0.190567997786578,0.187741751970136,0.255951455205554,0.530562204771869,0.185017574636513,0.255951455205554,0.551606157145056,0.132188054188902,0.255951455205554,0.576231273696496,0.335090030783016,0.255951455205554,0.578571406970732,0.258983271233271,0.5,0.255951455205554,0.573819618724289,0.18525632616363,0.5,0.255951455205554,0.536951311017492,0.15320936700555,0.5,0.255951455205554,0.550611827257101,0.121402002805983,0.255951455205554,0.571944078150559,0.284654631194781,0.0671868263393026,0.0643087178685532,0.255951455205554,0.107907008750867,0.113281785090983,0.5,0.255951455205554,0.142831991720536,0.429029807314685,0.255951455205554,0.080514310171793,0.0312123863588399,0.255951455205554,0.170643940722146,0.0438327271658868,0.255951455205554,0.295833166386145,0.121058108259762,0.0423350761922371,0.50021590311716 -2076,0.255951455205554,0.0970691646768794,0.258317920948149,0.255951455205554,0.177788622135521,0.182256599882851,0.255951455205554,0.577061633898726,0.247689161666909,0.255951455205554,0.622030396299543,0.208017785493039,0.255951455205554,0.670592349040727,0.389633769392955,0.255951455205554,0.672312100104598,0.262342263895512,0.5,0.255951455205554,0.668664493646471,0.250748066278851,0.5,0.255951455205554,0.629588696335062,0.147518889672936,0.5,0.255951455205554,0.573287131757149,0.120972684213545,0.255951455205554,0.667473296383095,0.295638398644434,0.190042344418301,0.148452489212273,0.255951455205554,0.14388480594786,0.153582508240335,0.5,0.255951455205554,0.157519908469057,0.4441040106329,0.255951455205554,0.0765450627760358,0.0410434104704379,0.255951455205554,0.143171721776097,0.0498345849655758,0.255951455205554,0.279587785054206,0.119413490547375,0.0714808917199014,0.47436145185388 -2077,0.255951455205554,0.0869031137846677,0.295161459853959,0.255951455205554,0.0829125144588706,0.126204901172584,0.255951455205554,0.548934780936294,0.297182995450533,0.255951455205554,0.600944164772988,0.257488506520971,0.255951455205554,0.70508108964908,0.412177333721675,0.255951455205554,0.705510359408204,0.263874103761629,0.5,0.255951455205554,0.705684401388431,0.257135277832511,0.5,0.255951455205554,0.669299573680804,0.144920956244361,0.5,0.255951455205554,0.543020803569241,0.11125504837375,0.255951455205554,0.701112953159723,0.287283201082298,0.200503673565074,0.21136356208518,0.255951455205554,0.113215939401944,0.166088019655389,0.5,0.255951455205554,0.164936870610881,0.44474510178695,0.255951455205554,0.0724056818825472,0.0480984696774699,0.255951455205554,0.103566435193097,0.0457121679384306,0.255951455205554,0.247719256507108,0.102904779433564,0.0775127118032372,0.564879607386203 -2078,0.255951455205554,0.0850209349083884,0.3287182624075,0.255951455205554,0.0464590400230351,0.109600657315512,0.255951455205554,0.474936693722826,0.314087212450942,0.255951455205554,0.463473642080374,0.273303370313261,0.255951455205554,0.693122171523503,0.435959713430658,0.255951455205554,0.694107246949437,0.29008357050665,0.5,0.255951455205554,0.697075068323651,0.217763047621264,0.5,0.255951455205554,0.669754668950034,0.146884750213663,0.5,0.255951455205554,0.492183181132598,0.117559384840567,0.255951455205554,0.686586349626053,0.245972718967729,0.0884538776180076,0.183737591069583,0.255951455205554,0.103802973665838,0.161764896702268,0.5,0.255951455205554,0.157882964332458,0.446343914266037,0.255951455205554,0.078392008145702,0.0537699130640703,0.255951455205554,0.0738886397430196,0.0455070276005792,0.255951455205554,0.185701483731001,0.0886472233359459,0.113571628428633,0.572266850819671 -2079,0.255951455205554,0.0895048921940417,0.369107763865496,0.255951455205554,0.0453745939891971,0.0925700783411808,0.255951455205554,0.375422716548109,0.318365103353509,0.255951455205554,0.222455929169124,0.273603865754232,0.255951455205554,0.620334581251976,0.448680255407449,0.255951455205554,0.619923917558884,0.323189151125735,0.5,0.255951455205554,0.635597371542434,0.17569183166506,0.5,0.255951455205554,0.616691315502361,0.157180224550245,0.5,0.255951455205554,0.422100524567366,0.138826880690051,0.255951455205554,0.64276988099915,0.195419904252543,0.0617249471325611,0.164054700116206,0.255951455205554,0.0897245149823223,0.141255006119063,0.5,0.255951455205554,0.129294252085074,0.438938362976843,0.255951455205554,0.0627500097777405,0.0541966971797589,0.255951455205554,0.0546502379796915,0.042175672233229,0.255951455205554,0.106896175194672,0.0695020812212496,0.16934952335187,0.565870497912479 -2080,0.255951455205554,0.0812047347804561,0.424938491370247,0.255951455205554,0.0399936034675559,0.0839012230974382,0.255951455205554,0.230877823650844,0.274989579604983,0.255951455205554,0.0422170630768752,0.197551040540272,0.255951455205554,0.495746007266664,0.414546883200377,0.255951455205554,0.479944348743339,0.333051932717155,0.5,0.255951455205554,0.512302543461882,0.140121801052967,0.5,0.255951455205554,0.495969968159552,0.16679513489115,0.5,0.255951455205554,0.324479472057743,0.15820516255217,0.255951455205554,0.521174874921507,0.156615581360254,0.0532400156362995,0.154670321507421,0.255951455205554,0.0670263815135269,0.131198470260491,0.5,0.255951455205554,0.088783784140219,0.401471422050628,0.255951455205554,0.0438937765897233,0.0519755565599707,0.255951455205554,0.0336221045547756,0.0329857790641917,0.255951455205554,0.0632008628013416,0.0582114572639783,0.109595755117809,0.604381309424403 -2081,0.255951455205554,0.0519726714669424,0.481434251724293,0.255951455205554,0.0214843365780279,0.0781942479696479,0.255951455205554,0.121863553167438,0.237028034377354,0.255951455205554,0.0209939298468467,0.25255394158687,0.255951455205554,0.347448247723507,0.252103984953001,0.255951455205554,0.323582655514828,0.218146723811486,0.5,0.255951455205554,0.360444680890673,0.104822726913642,0.5,0.255951455205554,0.338566991767715,0.124575272277073,0.5,0.255951455205554,0.21108654720542,0.14139353387856,0.255951455205554,0.365711655482625,0.1102963436949,0.0271756992636612,0.115198767840068,0.255951455205554,0.027656464180453,0.105280963012372,0.5,0.255951455205554,0.0497397378738414,0.329017084864543,0.255951455205554,0.0228905737183812,0.0415708652116898,0.255951455205554,0.0144965382854168,0.0257755812904293,0.255951455205554,0.0348033865684242,0.0622775111063747,0.0589980850117454,0.686840631433958 -2082,0.255951455205554,0.0151018670699804,0.491488597470142,0.255951455205554,0.00506525683657187,0.100219506138319,0.255951455205554,0.0354396764329856,0.244295493487734,0.255951455205554,0.00925413920782749,0.307517471977474,0.255951455205554,0.121745885621043,0.130902991998853,0.255951455205554,0.0861495294790893,0.108064314506584,0.5,0.255951455205554,0.113390548305657,0.0397076007976886,0.5,0.255951455205554,0.101083322213984,0.0386804873701209,0.5,0.255951455205554,0.0567944688550631,0.0823893218062922,0.255951455205554,0.12758485725951,0.0421489785920065,0.00485042598626341,0.0601107677680208,0.255951455205554,0.0053503763694982,0.0796373196836403,0.5,0.255951455205554,0.0165367325996697,0.25722520503944,0.255951455205554,0.00563962212459344,0.0323442530927356,0.255951455205554,0.00322138744626375,0.0277325537826627,0.255951455205554,0.010280400485384,0.0856449252718026,0.0165210150047393,0.675759334325664 -2083,0.255951455205554,0.0004833315721247,0.466579672141666,0.255951455205554,0.0,0.161420191028875,0.255951455205554,0.000137602100860811,0.253827891932703,0.255951455205554,3.06736380559757e-05,0.343653175630786,0.255951455205554,9.22331847628286e-07,0.118616035150298,0.255951455205554,0.0,0.0896635060032532,0.5,0.255951455205554,0.0,0.0375188348421499,0.5,0.255951455205554,0.0,0.0308855408785765,0.5,0.255951455205554,0.0,0.0634082211510874,0.255951455205554,0.0,0.0458983242571969,0.0,0.0467451030227924,0.255951455205554,0.0,0.0663804676872435,0.5,0.255951455205554,1.31036501032461e-06,0.188268732070497,0.255951455205554,0.0,0.0282314473778129,0.255951455205554,9.96780813418098e-09,0.0307340026487682,0.255951455205554,0.0,0.0713336943328403,0.0,0.661447118845474 -2084,0.255951455205554,0.0,0.436588361986891,0.255951455205554,0.0,0.193660773344228,0.255951455205554,0.0,0.219050183752388,0.255951455205554,0.0,0.304234449229669,0.255951455205554,0.0,0.107388670818401,0.255951455205554,0.0,0.0690663390786169,0.5,0.255951455205554,0.0,0.0306003876036577,0.5,0.255951455205554,0.0,0.0307359631030149,0.5,0.255951455205554,0.0,0.0357369803957539,0.255951455205554,0.0,0.0416033255398965,0.0,0.0586193606737501,0.255951455205554,0.0,0.0662081606583787,0.5,0.255951455205554,0.0,0.162860882936105,0.255951455205554,0.0,0.0267289292394987,0.255951455205554,0.0,0.0406084173989698,0.255951455205554,0.0,0.0436388482433939,0.0,0.68171690281619 -2085,0.255951455205554,0.0,0.423091868313489,0.255951455205554,0.0,0.20812507453914,0.255951455205554,0.0,0.175295253118902,0.255951455205554,0.0,0.181651744043035,0.255951455205554,0.0,0.103478685538227,0.255951455205554,0.0,0.0594050363656345,0.5,0.255951455205554,0.0,0.0282478577272052,0.5,0.255951455205554,0.0,0.0344488702162269,0.5,0.255951455205554,0.0,0.0210016681472685,0.255951455205554,0.0,0.034749483122593,0.0,0.078660567723183,0.255951455205554,0.0,0.0728647250060692,0.5,0.255951455205554,0.0,0.14011226398135,0.255951455205554,0.0,0.0235388984265687,0.255951455205554,0.0,0.0549113796452421,0.255951455205554,0.0,0.0202605848483827,0.0,0.69155453331825 -2086,0.255951455205554,0.0,0.387133255814881,0.255951455205554,0.0,0.185167049992823,0.255951455205554,0.0,0.142196376227372,0.255951455205554,0.0,0.138815182463907,0.255951455205554,0.0,0.103664404720374,0.255951455205554,0.0,0.0574756356769808,0.5,0.255951455205554,0.0,0.0221706491032265,0.5,0.255951455205554,0.0,0.0386494804795167,0.5,0.255951455205554,0.0,0.0190155688297135,0.255951455205554,0.0,0.0335331935808894,0.0,0.0964966586177555,0.255951455205554,0.0,0.0780811685167498,0.5,0.255951455205554,0.0,0.113990537657602,0.255951455205554,0.0,0.0196100162023588,0.255951455205554,0.0,0.0585843597539267,0.255951455205554,0.0,0.00784929754508132,0.0,0.676827814363957 -2087,0.255951455205554,0.0,0.344827629377197,0.255951455205554,0.0,0.148320916552134,0.255951455205554,0.0,0.128873324675532,0.255951455205554,0.0,0.141969306477427,0.255951455205554,0.0,0.101524779237517,0.255951455205554,0.0,0.0568710099095895,0.5,0.255951455205554,0.0,0.0204935733097706,0.5,0.255951455205554,0.0,0.0434443992009494,0.5,0.255951455205554,0.0,0.020021949799268,0.255951455205554,0.0,0.0361091965103137,0.0,0.113776673307767,0.255951455205554,0.0,0.0829986024246409,0.5,0.255951455205554,0.0,0.0854444766902079,0.255951455205554,0.0,0.0187529013556293,0.255951455205554,0.0,0.0457459767676824,0.255951455205554,0.0,0.00438803441452121,0.0,0.635449348791219 -2088,0.255951455205554,0.0,0.286479799502157,0.255951455205554,0.0,0.117225619061839,0.255951455205554,0.0,0.12496323705835,0.255951455205554,0.0,0.152769490396608,0.255951455205554,0.0,0.0928632260931517,0.255951455205554,0.0,0.0463609914294828,0.5,0.255951455205554,0.0,0.0208101929493289,0.5,0.255951455205554,0.0,0.0445198607730833,0.5,0.255951455205554,0.0,0.021698145457559,0.255951455205554,0.0,0.0332118476866151,0.0,0.115484599612638,0.255951455205554,0.0,0.0832083748018451,0.5,0.255951455205554,0.0,0.0647784818278634,0.255951455205554,0.0,0.0167523844832195,0.255951455205554,0.0,0.0344982612530241,0.255951455205554,0.0,0.00451210012153813,0.0,0.589778296895128 -2089,0.255951455205554,0.0,0.230558973258265,0.255951455205554,0.0,0.099565635659189,0.255951455205554,0.0,0.122894940491089,0.255951455205554,0.0,0.147585205448494,0.255951455205554,0.0,0.0757941924176012,0.255951455205554,0.0,0.0334001438006379,0.5,0.255951455205554,0.0,0.0197456916875431,0.5,0.255951455205554,0.0,0.0422932424432252,0.5,0.255951455205554,0.0,0.0234196894020736,0.255951455205554,0.0,0.0272043964661391,0.0,0.11142250394136,0.255951455205554,0.0,0.0816687142429046,0.5,0.255951455205554,0.0,0.0556457204706022,0.255951455205554,0.0,0.0134048307208461,0.255951455205554,0.0,0.0313230907535396,0.255951455205554,0.0,0.00757240005942166,0.0,0.580340525351837 -2090,0.255951455205554,0.0,0.189776779408877,0.255951455205554,0.0,0.0939672273173998,0.255951455205554,0.0,0.1161722519816,0.255951455205554,0.0,0.147674917556096,0.255951455205554,0.0,0.06718059012004,0.255951455205554,0.0,0.0265133486752742,0.5,0.255951455205554,0.0,0.0180288782814092,0.5,0.255951455205554,0.0,0.0373582030141838,0.5,0.255951455205554,0.0,0.023498123883079,0.255951455205554,0.0,0.0264749172721467,0.0,0.115415861976017,0.255951455205554,0.0,0.083030582431376,0.5,0.255951455205554,0.0,0.0510427979178221,0.255951455205554,0.0,0.0107587365092692,0.255951455205554,0.0,0.0318925919602837,0.255951455205554,0.0,0.0109196383360084,0.0,0.522202536126578 -2091,0.255951455205554,0.0,0.15490057859202,0.255951455205554,0.0,0.0822150982250314,0.255951455205554,0.0,0.112922620964681,0.255951455205554,0.0,0.150605380531299,0.255951455205554,0.0,0.0602246963332217,0.255951455205554,0.0,0.0228403968915454,0.5,0.255951455205554,0.0,0.015483071972547,0.5,0.255951455205554,0.0,0.0367013188073907,0.5,0.255951455205554,0.0,0.0212696657736213,0.255951455205554,0.0,0.0259364947581328,0.0,0.129383115595572,0.255951455205554,0.0,0.0843397059619859,0.5,0.255951455205554,0.0,0.0482245326947565,0.255951455205554,0.0,0.0108489919134048,0.255951455205554,0.0,0.0334005991341431,0.255951455205554,0.0,0.0127116974793454,0.0,0.443048710407661 -2092,0.255951455205554,0.0,0.128020186044606,0.255951455205554,0.0,0.0715623133783135,0.255951455205554,0.0,0.110674093599822,0.255951455205554,0.0,0.155849604652368,0.255951455205554,0.0,0.0579794749029713,0.255951455205554,0.0,0.0228148613623746,0.5,0.255951455205554,0.0,0.0139338898754471,0.5,0.255951455205554,0.0,0.0359962981112652,0.5,0.255951455205554,0.0,0.0216877057160498,0.255951455205554,0.0,0.0268543458684519,0.0,0.127926525729504,0.255951455205554,0.0,0.084283568986707,0.5,0.255951455205554,0.0,0.0488065752040833,0.255951455205554,0.0,0.010965627104975,0.255951455205554,0.0,0.0381878245706897,0.255951455205554,0.0,0.0150667414220841,0.0,0.41053870289323 -2093,0.255951455205554,0.0,0.114844744205235,0.255951455205554,0.0,0.0756618847414724,0.255951455205554,0.0,0.107107297656553,0.255951455205554,0.0,0.155034092587106,0.255951455205554,0.0,0.0588002852464398,0.255951455205554,0.0,0.0220932401006557,0.5,0.255951455205554,0.0,0.0139797981127868,0.5,0.255951455205554,0.0,0.0365495160033997,0.5,0.255951455205554,0.0,0.0244265469753425,0.255951455205554,0.0,0.0279392812709918,0.0,0.117586309251244,0.255951455205554,0.0,0.0861947965411044,0.5,0.255951455205554,0.0,0.0581938843248406,0.255951455205554,0.0,0.0117151465696569,0.255951455205554,0.0,0.0422138092834177,0.255951455205554,0.0,0.0180125465456,0.0,0.389999488664441 -2094,0.255951455205554,0.0,0.109617412917145,0.255951455205554,0.0,0.0841517034846617,0.255951455205554,0.0,0.105887308781646,0.255951455205554,0.0,0.14170400811138,0.255951455205554,0.0,0.0613816395905344,0.255951455205554,0.0,0.0240624718070895,0.5,0.255951455205554,0.0,0.0163231629579651,0.5,0.255951455205554,0.0,0.0388470245986582,0.5,0.255951455205554,0.0,0.0265368679740048,0.255951455205554,0.0,0.031627663357595,0.0,0.10752546502801,0.255951455205554,0.0,0.0876406319501517,0.5,0.255951455205554,0.0,0.0700393036564261,0.255951455205554,0.0,0.014139911607169,0.255951455205554,0.0,0.0362838156729035,0.255951455205554,0.0,0.0175043450852387,0.0,0.333315921882788 -2095,0.255951455205554,0.000878461563390021,0.108571781397481,0.255951455205554,0.000960867289442715,0.0935521298699841,0.255951455205554,0.00142040378090302,0.111995942272016,0.255951455205554,0.000675062724297071,0.133113860955724,0.255951455205554,0.00196895879508932,0.0659510568887979,0.255951455205554,0.00411231080835055,0.0270162351156475,0.5,0.255951455205554,0.00193068527148416,0.0187767602891438,0.5,0.255951455205554,0.00449528950947042,0.043363392052963,0.5,0.255951455205554,0.0126293318079022,0.0266009542316599,0.255951455205554,0.000936238247848648,0.0327239235701235,0.0017251631120258,0.107447413535588,0.255951455205554,0.00251484287999228,0.0894804250587873,0.5,0.255951455205554,0.00310531670497955,0.0852032927114201,0.255951455205554,0.0102617023049235,0.016738855999826,0.255951455205554,0.00746806544526925,0.0327843079381839,0.255951455205554,0.00857798297685964,0.014173451153831,0.00103064827564367,0.301008452770995 -2096,0.255951455205554,0.0143049381271964,0.125526756565955,0.255951455205554,0.0117805709653788,0.105043169509379,0.255951455205554,0.0449007460586229,0.129310165558811,0.255951455205554,0.0107347550324139,0.132228154198737,0.255951455205554,0.102846183768566,0.0587413582333653,0.255951455205554,0.109225038148999,0.0256759113813943,0.5,0.255951455205554,0.106738855220547,0.0185501167050797,0.5,0.255951455205554,0.123889548757768,0.0402224639067372,0.5,0.255951455205554,0.139375422005436,0.0258464269260414,0.255951455205554,0.100790193891754,0.0291217284909342,0.0154572386784082,0.133914038128517,0.255951455205554,0.0225142609580464,0.104215574854604,0.5,0.255951455205554,0.0308467045389612,0.118401820209783,0.255951455205554,0.0905676497427022,0.020833253880303,0.255951455205554,0.0933467846741908,0.0416432204921533,0.255951455205554,0.11201021566218,0.0129370990719829,0.00998478585208897,0.292948220476614 -2097,0.255951455205554,0.0387105368420362,0.163706600014831,0.255951455205554,0.0434652343462859,0.124779661677446,0.255951455205554,0.145441168911341,0.171491395625709,0.255951455205554,0.0429334656952523,0.141061475759468,0.255951455205554,0.261171179436362,0.0844751861559082,0.255951455205554,0.254653319470757,0.0420793360070864,0.5,0.255951455205554,0.268523132612018,0.0272962956712594,0.5,0.255951455205554,0.287694764217276,0.0892572205779121,0.5,0.255951455205554,0.298408721018767,0.0650642776716244,0.255951455205554,0.261806022109927,0.0314754585462195,0.0408379145195308,0.139074328131395,0.255951455205554,0.0593616591875855,0.129182826122722,0.5,0.255951455205554,0.073869863671918,0.146183212482462,0.255951455205554,0.19762850987548,0.0394973294392793,0.255951455205554,0.207222583311552,0.0577023185809795,0.255951455205554,0.268138985631603,0.0214790136623774,0.0334431345281035,0.338117194587761 -2098,0.255951455205554,0.0721860171016403,0.23209900289127,0.255951455205554,0.0951591121648243,0.147734083608217,0.255951455205554,0.296025657718899,0.210153269371406,0.255951455205554,0.122780290623664,0.17583933207191,0.255951455205554,0.419828465302123,0.148297926524625,0.255951455205554,0.413829746675005,0.104142955429137,0.5,0.255951455205554,0.431526345075682,0.0858362588309747,0.5,0.255951455205554,0.45587814639709,0.172677286320831,0.5,0.255951455205554,0.462761612460422,0.15672323503264,0.255951455205554,0.425623732546732,0.117444984309137,0.0886146399820228,0.217447479132367,0.255951455205554,0.119675249640076,0.155286542192372,0.5,0.255951455205554,0.121475524218619,0.154643001874217,0.255951455205554,0.296737320351507,0.0684548581092226,0.255951455205554,0.318115126136524,0.0662657743633766,0.255951455205554,0.453059718064654,0.035656235915515,0.080729595743533,0.399619669868155 -2099,0.255951455205554,0.100689585003333,0.235633170285826,0.255951455205554,0.130952465377722,0.125927400079706,0.255951455205554,0.46229102307281,0.20766864384697,0.255951455205554,0.395180552506053,0.197935476202453,0.255951455205554,0.566762978065365,0.213887156018754,0.255951455205554,0.575744742216414,0.169730777149715,0.5,0.255951455205554,0.577486026528004,0.155855728602365,0.5,0.255951455205554,0.598757800425452,0.167881184447317,0.5,0.255951455205554,0.589203547019451,0.208779646344423,0.255951455205554,0.573759121442142,0.202366184764693,0.135622714346931,0.143074558975829,0.255951455205554,0.21769260091747,0.141420067653621,0.5,0.255951455205554,0.153649253132412,0.151209145926087,0.255951455205554,0.367320101547039,0.0752373276231289,0.255951455205554,0.393886062636206,0.0784330547693545,0.255951455205554,0.595201018135502,0.0493449080003791,0.119578574118568,0.419718802379568 -2100,0.255951455205554,0.10911131408302,0.228056844860296,0.255951455205554,0.175755164885034,0.133346086923522,0.255951455205554,0.547746514747703,0.17990847387696,0.255951455205554,0.449189607249802,0.160804816698831,0.255951455205554,0.661880877319943,0.237355116175275,0.255951455205554,0.673193404309344,0.194468206198059,0.5,0.255951455205554,0.670028004826512,0.200628322898972,0.5,0.255951455205554,0.685441198212009,0.150359427684261,0.5,0.255951455205554,0.656709802101849,0.211014634079103,0.255951455205554,0.66776458309606,0.249543574855857,0.176022236803003,0.10290116534052,0.255951455205554,0.276524590378624,0.11146493088256,0.5,0.255951455205554,0.145221874975366,0.132925918953965,0.255951455205554,0.34386975819769,0.0716664031069974,0.255951455205554,0.453230459744886,0.110907795736957,0.255951455205554,0.65813703513091,0.0576053395347869,0.0761938676445558,0.42219790611927 -2101,0.255951455205554,0.137717320377701,0.224220251500807,0.255951455205554,0.264814828031073,0.162210369878764,0.255951455205554,0.580014629215915,0.163095962260765,0.255951455205554,0.410550929375185,0.138878191624448,0.255951455205554,0.699047743550447,0.223313422794632,0.255951455205554,0.706275662479729,0.177648824554691,0.5,0.255951455205554,0.706840777989343,0.192206713597376,0.5,0.255951455205554,0.717831334740082,0.17894255314604,0.5,0.255951455205554,0.681674773226341,0.205779891885029,0.255951455205554,0.704005628479071,0.225454937346815,0.199579597425177,0.0600805827812887,0.255951455205554,0.324320366785754,0.0906059104751135,0.5,0.255951455205554,0.139245796680784,0.114747617604928,0.255951455205554,0.259204989077785,0.0656674129228082,0.255951455205554,0.467295009544894,0.135440189312671,0.255951455205554,0.675331078523734,0.0710279986221446,0.0947010363016338,0.427997542579156 -2102,0.255951455205554,0.153744383197364,0.229355906605104,0.255951455205554,0.286787626244652,0.186613847125203,0.255951455205554,0.587537280300828,0.155808435033775,0.255951455205554,0.412456564093052,0.130826557327735,0.255951455205554,0.694436022216941,0.200177446110179,0.255951455205554,0.696553283873257,0.184453330212776,0.5,0.255951455205554,0.700634089657692,0.189176095270815,0.5,0.255951455205554,0.707044475564014,0.22037715073685,0.5,0.255951455205554,0.675733974784316,0.227747229118901,0.255951455205554,0.691743958726703,0.216863961225208,0.31476314816725,0.0530765205800579,0.255951455205554,0.274399957020944,0.0811497127046835,0.5,0.255951455205554,0.14182837023077,0.102266539171133,0.255951455205554,0.249301657306024,0.0671137767347096,0.255951455205554,0.424336960016632,0.149051214689198,0.255951455205554,0.651648417756301,0.0898515455862175,0.0870935239659405,0.361713660025173 -2103,0.255951455205554,0.165467482536405,0.230465240092064,0.255951455205554,0.184320746293194,0.193073179469252,0.255951455205554,0.53743179308505,0.15573709519132,0.255951455205554,0.403557378214459,0.129768195692686,0.255951455205554,0.635453937267365,0.170394938711854,0.255951455205554,0.631682735650204,0.179262192243629,0.5,0.255951455205554,0.639161824243581,0.178759484468575,0.5,0.255951455205554,0.640972234072395,0.242569292014243,0.5,0.255951455205554,0.611486326869151,0.259972811530054,0.255951455205554,0.598782210363669,0.226107908503063,0.400911350621709,0.0637074422420885,0.255951455205554,0.225068096445698,0.0873019587204955,0.5,0.255951455205554,0.163920553550978,0.0883049329180567,0.255951455205554,0.251595378827621,0.0779923527953024,0.255951455205554,0.346262398180818,0.167281343697457,0.255951455205554,0.580977396751616,0.11102222554069,0.0615609556062991,0.293557873272229 -2104,0.255951455205554,0.127918056549696,0.182597779718883,0.255951455205554,0.128017276197063,0.155477674181668,0.255951455205554,0.434495335665786,0.159573965326076,0.255951455205554,0.359677067665176,0.152515425405536,0.255951455205554,0.51576346419554,0.140434905112071,0.255951455205554,0.507485871102176,0.175116858962948,0.5,0.255951455205554,0.508917246992301,0.171979201650304,0.5,0.255951455205554,0.514078279333682,0.268060955603277,0.5,0.255951455205554,0.485243824091533,0.284988955506585,0.255951455205554,0.445865448584998,0.206129393460118,0.255697914857734,0.0834040245903125,0.255951455205554,0.163893266576144,0.0886476332652838,0.5,0.255951455205554,0.154709050985445,0.0948970409658422,0.255951455205554,0.231011524562241,0.0932308936410761,0.255951455205554,0.280389055759335,0.186020432967663,0.255951455205554,0.458631237499147,0.143017436900728,0.0580600872314849,0.288622316224988 -2105,0.255951455205554,0.0619005398518442,0.124765355908944,0.255951455205554,0.101304130980718,0.116631710703929,0.255951455205554,0.31398039910493,0.136122438294486,0.255951455205554,0.287227873519164,0.163157716410047,0.255951455205554,0.367743775139612,0.0855238324051765,0.255951455205554,0.357768931239527,0.129416154591775,0.5,0.255951455205554,0.344768874789473,0.130450999086967,0.5,0.255951455205554,0.355013675945174,0.205480360849394,0.5,0.255951455205554,0.331663878103816,0.236898297908959,0.255951455205554,0.315564627598806,0.123042481955873,0.101515292070013,0.0638454245709009,0.255951455205554,0.0974773602907968,0.0734246063424429,0.5,0.255951455205554,0.123975905774961,0.104479426612685,0.255951455205554,0.155885866622208,0.0928332619854453,0.255951455205554,0.213798698644717,0.202920171036516,0.255951455205554,0.317831419633512,0.151887596666044,0.0254805082218606,0.26959410385186 -2106,0.255951455205554,0.0216213255950276,0.0858565562202248,0.255951455205554,0.0368753405606106,0.0498083948260106,0.255951455205554,0.107113400542729,0.105722225849163,0.255951455205554,0.109753152583155,0.150615050762082,0.255951455205554,0.129757176276403,0.0635798202937323,0.255951455205554,0.0959159530077712,0.0652914540358011,0.5,0.255951455205554,0.124387271798163,0.0668259962698053,0.5,0.255951455205554,0.102644457244835,0.117206427868247,0.5,0.255951455205554,0.0722685414466351,0.129367547971652,0.255951455205554,0.143295897288093,0.0772770527866363,0.039417891511293,0.0608316386497596,0.255951455205554,0.0246862584132918,0.0442545997196079,0.5,0.255951455205554,0.0480374931505033,0.0641235236152618,0.255951455205554,0.0407494876719144,0.0580972836651592,0.255951455205554,0.0670901713900824,0.132097038686331,0.255951455205554,0.084193631033925,0.0807801445370459,0.0105039638359374,0.267182035700729 -2107,0.255951455205554,0.000456794785318237,0.0723495762789954,0.255951455205554,0.0,0.044780314945741,0.255951455205554,0.0,0.141556144356593,0.255951455205554,0.0,0.174875966523343,0.255951455205554,0.0,0.0791814507658789,0.255951455205554,0.0,0.0507931068897325,0.5,0.255951455205554,0.0,0.0725442672464672,0.5,0.255951455205554,0.0,0.103823547528195,0.5,0.255951455205554,0.0,0.111559808328747,0.255951455205554,0.0,0.092305375853707,0.0,0.0618096739183934,0.255951455205554,0.0,0.0469917111867292,0.5,0.255951455205554,1.70502004711102e-06,0.0522156470897287,0.255951455205554,0.0,0.0554948506643777,0.255951455205554,0.0,0.0973150841801422,0.255951455205554,0.0,0.083784278248986,0.000738089582097968,0.300858167235876 -2108,0.255951455205554,0.0,0.0538358660498421,0.255951455205554,0.0,0.066696547429489,0.255951455205554,0.0,0.144419639484441,0.255951455205554,0.0,0.148866219717913,0.255951455205554,0.0,0.0828703429758894,0.255951455205554,0.0,0.0398453657032155,0.5,0.255951455205554,0.0,0.063008136984226,0.5,0.255951455205554,0.0,0.0770431939203434,0.5,0.255951455205554,0.0,0.0699945494843427,0.255951455205554,0.0,0.0964555178480006,0.0,0.0587468519046399,0.255951455205554,0.0,0.0471455411393009,0.5,0.255951455205554,0.0,0.0430085669444181,0.255951455205554,0.0,0.0466516500834288,0.255951455205554,0.0,0.0755493836887175,0.255951455205554,0.0,0.0607549186330599,0.0,0.336949422642914 -2109,0.255951455205554,0.0,0.0522665680631684,0.255951455205554,0.0,0.0663592384264835,0.255951455205554,0.0,0.129282094576381,0.255951455205554,0.0,0.119214380627798,0.255951455205554,0.0,0.0848802191904194,0.255951455205554,0.0,0.0350440599728511,0.5,0.255951455205554,0.0,0.0524209936054448,0.5,0.255951455205554,0.0,0.0529386825503376,0.5,0.255951455205554,0.0,0.0428101043181894,0.255951455205554,0.0,0.0979371185030805,0.0,0.0462714061330752,0.255951455205554,0.0,0.0429117874338967,0.5,0.255951455205554,0.0,0.0374637182719443,0.255951455205554,0.0,0.0337743059031239,0.255951455205554,0.0,0.0613574172736177,0.255951455205554,0.0,0.0314673548490888,0.0,0.361013067331433 -2110,0.255951455205554,0.0,0.0529946214567267,0.255951455205554,0.0,0.0573414051964751,0.255951455205554,0.0,0.117117860532417,0.255951455205554,0.0,0.11671795052635,0.255951455205554,0.0,0.0769746123801982,0.255951455205554,0.0,0.026582917990881,0.5,0.255951455205554,0.0,0.0458985831585755,0.5,0.255951455205554,0.0,0.0383708809417874,0.5,0.255951455205554,0.0,0.0272576561027031,0.255951455205554,0.0,0.0708404689298422,0.0,0.0296238505721866,0.255951455205554,0.0,0.0343215954126415,0.5,0.255951455205554,0.0,0.0320382401043034,0.255951455205554,0.0,0.0214656056794582,0.255951455205554,0.0,0.0430270615445058,0.255951455205554,0.0,0.0140213276478313,0.0,0.328902082155585 -2111,0.255951455205554,0.0,0.0511610751961706,0.255951455205554,0.0,0.0605261638951212,0.255951455205554,0.0,0.105685752647361,0.255951455205554,0.0,0.113112099785792,0.255951455205554,0.0,0.0651642000018852,0.255951455205554,0.0,0.0231660888532796,0.5,0.255951455205554,0.0,0.0356837905689918,0.5,0.255951455205554,0.0,0.0364928999421404,0.5,0.255951455205554,0.0,0.0223019310001034,0.255951455205554,0.0,0.061124132045901,0.0,0.0215062538739639,0.255951455205554,0.0,0.0248127745033863,0.5,0.255951455205554,0.0,0.0247228510207093,0.255951455205554,0.0,0.0142566919814419,0.255951455205554,0.0,0.0298657860078676,0.255951455205554,0.0,0.00930677626505667,0.0,0.316299525720662 -2112,0.255951455205554,0.0,0.042910383298976,0.255951455205554,0.0,0.0644540440474732,0.255951455205554,0.0,0.0940036659397526,0.255951455205554,0.0,0.10092200488422,0.255951455205554,0.0,0.0569861570275634,0.255951455205554,0.0,0.0229973934818387,0.5,0.255951455205554,0.0,0.0302778463328017,0.5,0.255951455205554,0.0,0.0323807477986548,0.5,0.255951455205554,0.0,0.0203957841500611,0.255951455205554,0.0,0.0705957826147186,0.0,0.0122257207513144,0.255951455205554,0.0,0.0185583397260798,0.5,0.255951455205554,0.0,0.0195842200571092,0.255951455205554,0.0,0.00893239775971744,0.255951455205554,0.0,0.0272457801807955,0.255951455205554,0.0,0.00746402072330233,0.0,0.350841560704039 -2113,0.255951455205554,0.0,0.039672228955958,0.255951455205554,0.0,0.0620627530119554,0.255951455205554,0.0,0.0871310991092688,0.255951455205554,0.0,0.0885929759655836,0.255951455205554,0.0,0.0482112926418699,0.255951455205554,0.0,0.0184484638885008,0.5,0.255951455205554,0.0,0.0257860814912067,0.5,0.255951455205554,0.0,0.0268903722345847,0.5,0.255951455205554,0.0,0.0170545678233613,0.255951455205554,0.0,0.045478551673696,0.0,0.010728059356072,0.255951455205554,0.0,0.0166033210817308,0.5,0.255951455205554,0.0,0.0159161737642986,0.255951455205554,0.0,0.00615798609300302,0.255951455205554,0.0,0.0282989861204598,0.255951455205554,0.0,0.00621541274553793,0.0,0.295707578124874 -2114,0.255951455205554,0.0,0.0456785102040298,0.255951455205554,0.0,0.055872327112368,0.255951455205554,0.0,0.0824637530274643,0.255951455205554,0.0,0.0961863906647625,0.255951455205554,0.0,0.0405341393143035,0.255951455205554,0.0,0.0142733556533633,0.5,0.255951455205554,0.0,0.0202585796319504,0.5,0.255951455205554,0.0,0.0238149570801305,0.5,0.255951455205554,0.0,0.0110396240814291,0.255951455205554,0.0,0.0229864773076221,0.0,0.0147328558161784,0.255951455205554,0.0,0.0174535395100312,0.5,0.255951455205554,0.0,0.0130543409612633,0.255951455205554,0.0,0.00576094068485878,0.255951455205554,0.0,0.0264115958650049,0.255951455205554,0.0,0.00642848942959052,0.0,0.241650742477292 -2115,0.255951455205554,0.0,0.042422467345937,0.255951455205554,0.0,0.0710947694269216,0.255951455205554,0.0,0.0745903530631365,0.255951455205554,0.0,0.0951487957780929,0.255951455205554,0.0,0.0340176090646577,0.255951455205554,0.0,0.0145621104070076,0.5,0.255951455205554,0.0,0.0125976542440435,0.5,0.255951455205554,0.0,0.0235479991749861,0.5,0.255951455205554,0.0,0.00921533488813246,0.255951455205554,0.0,0.0262722754186514,0.0,0.0177793350695482,0.255951455205554,0.0,0.0186762611088357,0.5,0.255951455205554,0.0,0.0132083810888137,0.255951455205554,0.0,0.00574142679131698,0.255951455205554,0.0,0.0251737751055159,0.255951455205554,0.0,0.00645819359204772,0.0,0.244974390109774 -2116,0.255951455205554,0.0,0.0319362284691931,0.255951455205554,0.0,0.0758829429536569,0.255951455205554,0.0,0.0653811045515151,0.255951455205554,0.0,0.0759466639730052,0.255951455205554,0.0,0.0314424306322321,0.255951455205554,0.0,0.0145937798775682,0.5,0.255951455205554,0.0,0.0101340511974194,0.5,0.255951455205554,0.0,0.0198124774867819,0.5,0.255951455205554,0.0,0.0087929681005584,0.255951455205554,0.0,0.0259501289888358,0.0,0.0213172157247704,0.255951455205554,0.0,0.0213184077740315,0.5,0.255951455205554,0.0,0.0199421536834893,0.255951455205554,0.0,0.00674303778955545,0.255951455205554,0.0,0.0236928267127842,0.255951455205554,0.0,0.00481806620249582,0.0,0.293468688306622 -2117,0.255951455205554,0.0,0.0310073295964513,0.255951455205554,0.0,0.0505662379503764,0.255951455205554,0.0,0.0615248479716893,0.255951455205554,0.0,0.0738558908157585,0.255951455205554,0.0,0.0295580173674082,0.255951455205554,0.0,0.00821017961412722,0.5,0.255951455205554,0.0,0.0107347758136672,0.5,0.255951455205554,0.0,0.0161303477449446,0.5,0.255951455205554,0.0,0.0076152158015108,0.255951455205554,0.0,0.0219773741874808,0.0,0.0245489902642288,0.255951455205554,0.0,0.0239670952543065,0.5,0.255951455205554,0.0,0.0256347899637553,0.255951455205554,0.0,0.00729064312863709,0.255951455205554,0.0,0.0191168183265963,0.255951455205554,0.0,0.00438640652544248,0.0,0.30017342681181 -2118,0.255951455205554,0.0,0.0346718662150658,0.255951455205554,0.0,0.0432512370102297,0.255951455205554,0.0,0.0605650447384851,0.255951455205554,0.0,0.0705894748088956,0.255951455205554,0.0,0.0286814523476368,0.255951455205554,0.0,0.0070203848770421,0.5,0.255951455205554,0.0,0.00928778446461403,0.5,0.255951455205554,0.0,0.0130195386086693,0.5,0.255951455205554,0.0,0.00569020319038672,0.255951455205554,0.0,0.0143334378144759,0.0,0.0216337463896656,0.255951455205554,0.0,0.0205101663796293,0.5,0.255951455205554,0.0,0.021378076282294,0.255951455205554,0.0,0.00603861298670214,0.255951455205554,0.0,0.0157627227122303,0.255951455205554,0.0,0.00499056256953747,0.0,0.292043057302209 -2119,0.255951455205554,0.00376124458309667,0.0313623273709554,0.255951455205554,0.00686562963079919,0.0475650598568506,0.255951455205554,0.00526965704503229,0.0559416849863423,0.255951455205554,0.00522228144555516,0.0634478236335053,0.255951455205554,0.00293837142805176,0.0285117361054387,0.255951455205554,0.00546387948690201,0.00935820021969625,0.5,0.255951455205554,0.00270748787326435,0.00720358562415327,0.5,0.255951455205554,0.00488779561402385,0.011214821447098,0.5,0.255951455205554,0.0167232301941388,0.00493168462466,0.255951455205554,0.00179059280968101,0.00917358018614348,0.0292791003653434,0.0101216845572508,0.255951455205554,0.0286698889427656,0.0121751523867874,0.5,0.255951455205554,0.00883321630797928,0.0133451861510769,0.255951455205554,0.0297375049440161,0.00312422832463335,0.255951455205554,0.0179809412952719,0.0135903890046573,0.255951455205554,0.014609337379471,0.00344202253214056,0.00272581389364776,0.298526924392012 -2120,0.255951455205554,0.0601280426883866,0.0267449084583319,0.255951455205554,0.112578442250088,0.0344699539513419,0.255951455205554,0.119037854637927,0.0549279139763101,0.255951455205554,0.120966639554512,0.064934726703733,0.255951455205554,0.109244302611648,0.0230492657081097,0.255951455205554,0.126100422999217,0.00758814250500378,0.5,0.255951455205554,0.109389826590524,0.00430538399918321,0.5,0.255951455205554,0.119938002309457,0.00826155291018619,0.5,0.255951455205554,0.148177222123413,0.00369692035859787,0.255951455205554,0.103498799227459,0.0074968239757932,0.161266195233868,0.00646724066139976,0.255951455205554,0.151147937647973,0.0103960847533556,0.5,0.255951455205554,0.0545266619658918,0.0117449554049143,0.255951455205554,0.158636420222063,0.00160564521111961,0.255951455205554,0.135944663123903,0.0102082660481455,0.255951455205554,0.139083213272307,0.00226268289869525,0.0288568267864129,0.302030075019878 -2121,0.255951455205554,0.130219439862834,0.034650659405221,0.255951455205554,0.252354304466746,0.061294197000665,0.255951455205554,0.277359972264555,0.0817290571150573,0.255951455205554,0.278602012437273,0.109802880109494,0.255951455205554,0.268694409908268,0.0208559008319021,0.255951455205554,0.288327246292692,0.00613118062238406,0.5,0.255951455205554,0.269493787417381,0.00399141658420764,0.5,0.255951455205554,0.279729574589633,0.00775599755718516,0.5,0.255951455205554,0.312604061885466,0.00424351432696632,0.255951455205554,0.263367529327277,0.00573017029512885,0.317172491455958,0.0246423776719381,0.255951455205554,0.293954853372072,0.0252721547887362,0.5,0.255951455205554,0.123389484387397,0.0187016267844502,0.255951455205554,0.311409376135356,0.00180328477220787,0.255951455205554,0.293289955925969,0.0231709935937121,0.255951455205554,0.299387456159201,0.00532635078869225,0.0414493987495509,0.280907906858636 -2122,0.255951455205554,0.212077398313371,0.0527349572906387,0.255951455205554,0.405399515069936,0.148556816770586,0.255951455205554,0.431594325873898,0.12874617425289,0.255951455205554,0.430561721502334,0.157100170303032,0.255951455205554,0.42525868034395,0.0310607638025975,0.255951455205554,0.448924501892537,0.0086095239473268,0.5,0.255951455205554,0.430317138855274,0.00622929541470588,0.5,0.255951455205554,0.44987203414401,0.013873859273365,0.5,0.255951455205554,0.48000501323257,0.00856888037440825,0.255951455205554,0.425126580348368,0.00884867028674702,0.466565564505543,0.0593089440861147,0.255951455205554,0.443653475361542,0.038250664221988,0.5,0.255951455205554,0.228254779931479,0.0255226396964836,0.255951455205554,0.472448969694889,0.0015672020494238,0.255951455205554,0.458262014853383,0.033365967384455,0.255951455205554,0.46455030644303,0.00983630860108814,0.0780651070014041,0.246973572487675 -2123,0.255951455205554,0.283340565746821,0.0627040477756027,0.255951455205554,0.525078082755096,0.194479288970719,0.255951455205554,0.570880821857608,0.153569766912506,0.255951455205554,0.570421377918728,0.215488494300575,0.255951455205554,0.567939229433564,0.0348556172185174,0.255951455205554,0.588292898212714,0.0100443562448649,0.5,0.255951455205554,0.572915032506977,0.00944833145060193,0.5,0.255951455205554,0.591884388844888,0.0170428960530559,0.5,0.255951455205554,0.614779439478157,0.0114544522858592,0.255951455205554,0.569702876023568,0.0147483391563717,0.553503934711361,0.061361120200663,0.255951455205554,0.556920758961002,0.0366148906189885,0.5,0.255951455205554,0.32250503476313,0.0199051975438205,0.255951455205554,0.606980633754967,0.00217907236967566,0.255951455205554,0.59279576455049,0.0375541227711157,0.255951455205554,0.604323706456481,0.0160131309929401,0.105905254370611,0.209122019029266 -2124,0.255951455205554,0.325572086549565,0.0420232254486558,0.255951455205554,0.593794418572871,0.136177594238592,0.255951455205554,0.657356636306777,0.145194255578693,0.255951455205554,0.657195703674606,0.209063935075063,0.255951455205554,0.658098886164907,0.0323135165255765,0.255951455205554,0.672188600273948,0.0103974757148268,0.5,0.255951455205554,0.663430621257398,0.0132024168170671,0.5,0.255951455205554,0.676250375941517,0.0153096856104576,0.5,0.255951455205554,0.691676552777488,0.00837109496460353,0.255951455205554,0.661129424327731,0.0191996616232051,0.557900580480056,0.0433543837606486,0.255951455205554,0.60318408475473,0.0342966299729373,0.5,0.255951455205554,0.441731402557758,0.0194671101553186,0.255951455205554,0.679657887361833,0.00462515827381357,0.255951455205554,0.670012179701349,0.0386698332158703,0.255951455205554,0.684157855413873,0.0263238597020362,0.176657137568702,0.160725648623179 -2125,0.255951455205554,0.278243808304917,0.0342987862451602,0.255951455205554,0.587967152851734,0.117802930872673,0.255951455205554,0.689160980699011,0.119792753569967,0.255951455205554,0.68917536568565,0.166994575142273,0.255951455205554,0.693329811409937,0.0282378804247323,0.255951455205554,0.702785524644431,0.00774870784677477,0.5,0.255951455205554,0.699244176759321,0.0162526749559987,0.5,0.255951455205554,0.70752670786124,0.0145649136791565,0.5,0.255951455205554,0.716875499680586,0.00628835780668664,0.255951455205554,0.69810351685223,0.022746990016072,0.587236812861353,0.0397712145172428,0.255951455205554,0.614794078603888,0.0355153237170236,0.5,0.255951455205554,0.464439776929985,0.0258651341718392,0.255951455205554,0.70143831056239,0.0129596016567504,0.255951455205554,0.695295092870616,0.0462415635125318,0.255951455205554,0.710550416715198,0.0391111933464872,0.180793902510467,0.146910255787763 -2126,0.255951455205554,0.236756756477452,0.0259082483579185,0.255951455205554,0.576790061553128,0.0978683108381836,0.255951455205554,0.679661873668439,0.112546037594023,0.255951455205554,0.679437151850286,0.129601843575587,0.255951455205554,0.687321615149619,0.0297253110698396,0.255951455205554,0.691533618508009,0.00548298262729932,0.5,0.255951455205554,0.693447962653854,0.0177128377950756,0.5,0.255951455205554,0.696201170191892,0.0165294640126171,0.5,0.255951455205554,0.697968407906496,0.00722510397177592,0.255951455205554,0.693850636389155,0.0289589996078791,0.545748988038789,0.0528117037081929,0.255951455205554,0.560378369397726,0.0492872897913257,0.5,0.255951455205554,0.388656001505668,0.0389274578333947,0.255951455205554,0.675658919640215,0.0246606882433996,0.255951455205554,0.677676748225086,0.053773166738594,0.255951455205554,0.693089886817792,0.0463213979028134,0.153881186653037,0.174878621357549 -2127,0.255951455205554,0.184804385151239,0.026394233035665,0.255951455205554,0.499164387234539,0.0917354588693924,0.255951455205554,0.614497179058183,0.13657319795178,0.255951455205554,0.611878987693265,0.163345079380789,0.255951455205554,0.628460340933566,0.0394599511084966,0.255951455205554,0.626338360622834,0.00801499274797284,0.5,0.255951455205554,0.635789529095318,0.0182894479596264,0.5,0.255951455205554,0.63128370769919,0.0218729406450821,0.5,0.255951455205554,0.621907168690803,0.0121464967367127,0.255951455205554,0.639043044716805,0.0300700343269494,0.388958099685234,0.0877017014636935,0.255951455205554,0.461129109037387,0.0615234696360278,0.5,0.255951455205554,0.284088415149534,0.0483895966449159,0.255951455205554,0.589280677425022,0.033067599587072,0.255951455205554,0.598636626708145,0.0537813333809177,0.255951455205554,0.617341483310362,0.0443494109782001,0.121106256895898,0.185886637361008 -2128,0.255951455205554,0.151164278076122,0.059782519965274,0.255951455205554,0.381778975962625,0.155135801503731,0.255951455205554,0.491165071663837,0.157325555657762,0.255951455205554,0.489988575547663,0.210300817563352,0.255951455205554,0.510344994025219,0.0425725895272431,0.255951455205554,0.503622374381383,0.0178787926468904,0.5,0.255951455205554,0.51867192411501,0.0146416795056461,0.5,0.255951455205554,0.507530235156997,0.0291837586357646,0.5,0.255951455205554,0.488391323746257,0.0200270953663747,0.255951455205554,0.524472930143921,0.0196100899252545,0.229629356394796,0.111980360814845,0.255951455205554,0.326301170124681,0.0700239787864811,0.5,0.255951455205554,0.190643060866395,0.0492623820125707,0.255951455205554,0.454041830188935,0.0371617988118117,0.255951455205554,0.467295153227386,0.0578514676982588,0.255951455205554,0.48522202334689,0.0559091886652931,0.0565071282131442,0.201290426406087 -2129,0.255951455205554,0.140189577056383,0.0902548524854654,0.255951455205554,0.30002191060387,0.19481712275989,0.255951455205554,0.349547707083809,0.14408469756078,0.255951455205554,0.349474608472356,0.157252899765457,0.255951455205554,0.364781973842941,0.0284789096657325,0.255951455205554,0.355237096499053,0.0170510281935711,0.5,0.255951455205554,0.368925906092961,0.0108535820468278,0.5,0.255951455205554,0.350994990459145,0.0295503628220851,0.5,0.255951455205554,0.3306372413755,0.0211382972270453,0.255951455205554,0.374075726927131,0.023539460499634,0.0985191603701666,0.118358977147285,0.255951455205554,0.193217864764439,0.0740499390431225,0.5,0.255951455205554,0.110342651701082,0.0478441085210309,0.255951455205554,0.303907149514363,0.0354417453533462,0.255951455205554,0.320983783435586,0.0739379682525053,0.255951455205554,0.33488629635065,0.0684016498503695,0.0425685528693423,0.181376463477101 -2130,0.255951455205554,0.0721385622853305,0.0645717030279601,0.255951455205554,0.0981300225520055,0.0712566212809703,0.255951455205554,0.118423586951826,0.0844081755045172,0.255951455205554,0.113397459807907,0.100151372626628,0.255951455205554,0.132921825926053,0.0181541846008217,0.255951455205554,0.100174109007233,0.00599298313545603,0.5,0.255951455205554,0.116562553922968,0.00647479454959992,0.5,0.255951455205554,0.10416665119689,0.0148301689689572,0.5,0.255951455205554,0.0752027388166254,0.0113537966129424,0.255951455205554,0.125521051044052,0.0116079048675632,0.0215329964451754,0.118054956892049,0.255951455205554,0.0384419957613578,0.0629204486196021,0.5,0.255951455205554,0.0379215483317492,0.0443617351396228,0.255951455205554,0.0551354793255963,0.017876885964574,0.255951455205554,0.0766546673036955,0.0485421924655875,0.255951455205554,0.0882806977431979,0.0343444024711056,0.0390526164018744,0.158023777759879 -2131,0.255951455205554,0.0,0.0466711925651711,0.255951455205554,0.0,0.0742662923448338,0.255951455205554,0.0,0.102992439153961,0.255951455205554,0.0,0.117470219300669,0.255951455205554,0.0,0.0276798803634139,0.255951455205554,0.0,0.00707450086752186,0.5,0.255951455205554,0.0,0.00628569775937876,0.5,0.255951455205554,0.0,0.0113317099517813,0.5,0.255951455205554,0.0,0.00938850505918737,0.255951455205554,0.0,0.0105919446032064,0.0,0.103717793664938,0.255951455205554,0.0,0.0525969341513611,0.5,0.255951455205554,0.0,0.0258931631328873,0.255951455205554,0.0,0.0208989963021368,0.255951455205554,0.0,0.0442097749436356,0.255951455205554,0.0,0.0302385517518744,0.0,0.174401304486007 -2132,0.255951455205554,0.0,0.0456589263701432,0.255951455205554,0.0,0.0702804293885829,0.255951455205554,0.0,0.11189969642637,0.255951455205554,0.0,0.114159073994954,0.255951455205554,0.0,0.0312909892342751,0.255951455205554,0.0,0.00872509864488606,0.5,0.255951455205554,0.0,0.00469061805763514,0.5,0.255951455205554,0.0,0.00879788584297551,0.5,0.255951455205554,0.0,0.00552543517113668,0.255951455205554,0.0,0.0140442243896112,0.0,0.063346534225106,0.255951455205554,0.0,0.0381461002660128,0.5,0.255951455205554,0.0,0.0104141496758528,0.255951455205554,0.0,0.0127237156339485,0.255951455205554,0.0,0.032790718584844,0.255951455205554,0.0,0.0163910143628131,0.0,0.194522878922698 -2133,0.255951455205554,0.0,0.0432995857834736,0.255951455205554,0.0,0.0527423892672638,0.255951455205554,0.0,0.0984582048577069,0.255951455205554,0.0,0.101343655310868,0.255951455205554,0.0,0.0300771196728422,0.255951455205554,0.0,0.00729272732143529,0.5,0.255951455205554,0.0,0.00314361601163968,0.5,0.255951455205554,0.0,0.00739821899021462,0.5,0.255951455205554,0.0,0.00396582686514958,0.255951455205554,0.0,0.00870428888775704,0.0,0.0336032016856834,0.255951455205554,0.0,0.0304125327132357,0.5,0.255951455205554,0.0,0.00565452852559997,0.255951455205554,0.0,0.00635990687276368,0.255951455205554,0.0,0.0296382662557946,0.255951455205554,0.0,0.0107127805234168,0.0,0.18587717211784 -2134,0.255951455205554,0.0,0.0316123951955743,0.255951455205554,0.0,0.0406165780023554,0.255951455205554,0.0,0.0771393562293024,0.255951455205554,0.0,0.0820907309901808,0.255951455205554,0.0,0.0270704183935421,0.255951455205554,0.0,0.00658273714504827,0.5,0.255951455205554,0.0,0.0023394282996347,0.5,0.255951455205554,0.0,0.00577686614722792,0.5,0.255951455205554,0.0,0.00298559226408916,0.255951455205554,0.0,0.00915880175865587,0.0,0.0167305158958172,0.255951455205554,0.0,0.0243645586740766,0.5,0.255951455205554,0.0,0.0040488143728728,0.255951455205554,0.0,0.00448084948110169,0.255951455205554,0.0,0.0230329463768351,0.255951455205554,0.0,0.00644881377567691,0.0,0.186834028566608 -2135,0.255951455205554,0.0,0.0190477428702683,0.255951455205554,0.0,0.026895913087047,0.255951455205554,0.0,0.0661512511574697,0.255951455205554,0.0,0.0690031037376372,0.255951455205554,0.0,0.0225085707236765,0.255951455205554,0.0,0.00608529317500539,0.5,0.255951455205554,0.0,0.00325951912933507,0.5,0.255951455205554,0.0,0.00520943927195166,0.5,0.255951455205554,0.0,0.00248480910890389,0.255951455205554,0.0,0.0131726896377565,0.0,0.00894370010555985,0.255951455205554,0.0,0.0157691112517667,0.5,0.255951455205554,0.0,0.00324152496997921,0.255951455205554,0.0,0.00406175210287038,0.255951455205554,0.0,0.0136309418134681,0.255951455205554,0.0,0.00212823137200334,0.0,0.171833167119938 -2136,0.255951455205554,0.0,0.0179959872303254,0.255951455205554,0.0,0.0243849801935473,0.255951455205554,0.0,0.0615661471869133,0.255951455205554,0.0,0.0745951208150053,0.255951455205554,0.0,0.0182822682375156,0.255951455205554,0.0,0.00349284285976813,0.5,0.255951455205554,0.0,0.00396435432692252,0.5,0.255951455205554,0.0,0.00482103725383151,0.5,0.255951455205554,0.0,0.00191890489182265,0.255951455205554,0.0,0.0150717781069854,0.0,0.00870676117141081,0.255951455205554,0.0,0.0106640166117231,0.5,0.255951455205554,0.0,0.00174275644111812,0.255951455205554,0.0,0.00308626374660556,0.255951455205554,0.0,0.0103492756345454,0.255951455205554,0.0,0.00144870991614252,0.0,0.146468563115314 -2137,0.255951455205554,0.0,0.0172554602012408,0.255951455205554,0.0,0.0242617776871309,0.255951455205554,0.0,0.0556257604386652,0.255951455205554,0.0,0.0780718302411634,0.255951455205554,0.0,0.0149596832197249,0.255951455205554,0.0,0.00219210636572695,0.5,0.255951455205554,0.0,0.00366439870668598,0.5,0.255951455205554,0.0,0.00468365699104861,0.5,0.255951455205554,0.0,0.00114442921286377,0.255951455205554,0.0,0.0139401592068049,0.0,0.00876380112138287,0.255951455205554,0.0,0.00689253000613583,0.5,0.255951455205554,0.0,0.00261077234142622,0.255951455205554,0.0,0.00363197827911398,0.255951455205554,0.0,0.00839443119038876,0.255951455205554,0.0,0.000908564344112251,0.0,0.140953079294513 -2138,0.255951455205554,0.0,0.0181386732227163,0.255951455205554,0.0,0.0227533222662277,0.255951455205554,0.0,0.0502448646184218,0.255951455205554,0.0,0.063575875531141,0.255951455205554,0.0,0.0126782662990241,0.255951455205554,0.0,0.00219999678098247,0.5,0.255951455205554,0.0,0.00279709198669666,0.5,0.255951455205554,0.0,0.00550363552186656,0.5,0.255951455205554,0.0,0.000817832476018693,0.255951455205554,0.0,0.0110641389693439,0.0,0.00926137976946954,0.255951455205554,0.0,0.00647506426867605,0.5,0.255951455205554,0.0,0.0065981322565331,0.255951455205554,0.0,0.00449661829339106,0.255951455205554,0.0,0.00807180268070088,0.255951455205554,0.0,0.00115092959900222,0.0,0.131096393398208 -2139,0.255951455205554,0.0,0.0191105321522855,0.255951455205554,0.0,0.0181239869685974,0.255951455205554,0.0,0.0486332136859375,0.255951455205554,0.0,0.0582940387948828,0.255951455205554,0.0,0.0110385468387827,0.255951455205554,0.0,0.00205834851775076,0.5,0.255951455205554,0.0,0.00220189249441602,0.5,0.255951455205554,0.0,0.0064606561836704,0.5,0.255951455205554,0.0,0.000797670120484261,0.255951455205554,0.0,0.00627537327810418,0.0,0.0102792922655817,0.255951455205554,0.0,0.00725587035089151,0.5,0.255951455205554,0.0,0.00870624920698669,0.255951455205554,0.0,0.00479279292512093,0.255951455205554,0.0,0.00754922734298009,0.255951455205554,0.0,0.00270993416876748,0.0,0.122936827565775 -2140,0.255951455205554,0.0,0.0172368464444594,0.255951455205554,0.0,0.0176430086821385,0.255951455205554,0.0,0.048038756593279,0.255951455205554,0.0,0.0564427822209514,0.255951455205554,0.0,0.00976513289595312,0.255951455205554,0.0,0.00166612525006033,0.5,0.255951455205554,0.0,0.00173867920594487,0.5,0.255951455205554,0.0,0.00743814257136358,0.5,0.255951455205554,0.0,0.0016609933375928,0.255951455205554,0.0,0.00185812006937496,0.0,0.00935606001030298,0.255951455205554,0.0,0.00712796915581709,0.5,0.255951455205554,0.0,0.00773731148891624,0.255951455205554,0.0,0.00367593853529085,0.255951455205554,0.0,0.00592325441896662,0.255951455205554,0.0,0.003635577702366,0.0,0.123675675408262 -2141,0.255951455205554,0.0,0.0126865817394449,0.255951455205554,0.0,0.0138421090634178,0.255951455205554,0.0,0.0480237234862903,0.255951455205554,0.0,0.0556376425119778,0.255951455205554,0.0,0.0106680325954524,0.255951455205554,0.0,0.00206665361826074,0.5,0.255951455205554,0.0,0.00173022909228807,0.5,0.255951455205554,0.0,0.00737810118632889,0.5,0.255951455205554,0.0,0.00252737498104185,0.255951455205554,0.0,0.00128796223943359,0.0,0.00334744120154974,0.255951455205554,0.0,0.00452781063347421,0.5,0.255951455205554,0.0,0.00601639136393353,0.255951455205554,0.0,0.0029296509311387,0.255951455205554,0.0,0.00467771553636848,0.255951455205554,0.0,0.00347794110322255,0.0,0.106114137329766 -2142,0.255951455205554,0.0,0.0127523973881784,0.255951455205554,0.0,0.0113818614168545,0.255951455205554,0.0,0.0462250719021354,0.255951455205554,0.0,0.0590542587127261,0.255951455205554,0.0,0.0108219060621359,0.255951455205554,0.0,0.00337509455787534,0.5,0.255951455205554,0.0,0.00255249433910418,0.5,0.255951455205554,0.0,0.00822342158309654,0.5,0.255951455205554,0.0,0.00189378633053229,0.255951455205554,0.0,0.00114184534752825,0.0,0.000739582024148924,0.255951455205554,0.0,0.00248643254353338,0.5,0.255951455205554,0.0,0.00443283736363281,0.255951455205554,0.0,0.00218188890551748,0.255951455205554,0.0,0.0039836230023746,0.255951455205554,0.0,0.00281630378976955,0.0,0.0870381976381403 -2143,0.255951455205554,0.00931445369156458,0.0113283627932439,0.255951455205554,0.0115683571317082,0.0115790473496958,0.255951455205554,0.00700838382133268,0.0413902435588534,0.255951455205554,0.00638992682081612,0.0508867235645057,0.255951455205554,0.00378657568763634,0.0081407271128265,0.255951455205554,0.00656649650816678,0.00351638824331134,0.5,0.255951455205554,0.00350258237618075,0.00258643679273145,0.5,0.255951455205554,0.00644095228446996,0.00978712240635398,0.5,0.255951455205554,0.0197752954886843,0.00127583785360411,0.255951455205554,0.00259542710908012,0.00102708900428247,0.0327171681259898,0.000459388119232606,0.255951455205554,0.029931720282836,0.00175470163057882,0.5,0.255951455205554,0.0165062012265378,0.00427049060456777,0.255951455205554,0.0227781129774098,0.00121891329298358,0.255951455205554,0.021015130260935,0.0033274082882185,0.255951455205554,0.0176830967443776,0.00212367773401271,0.00796817793735706,0.0907216230602723 -2144,0.255951455205554,0.132769364949589,0.00804327649070964,0.255951455205554,0.137970535355714,0.0093075101740079,0.255951455205554,0.123093801210167,0.0350580968203201,0.255951455205554,0.124781251219131,0.0395887133063739,0.255951455205554,0.106246794843588,0.00530583013741098,0.255951455205554,0.126830116861558,0.0039095925449663,0.5,0.255951455205554,0.107702037537778,0.00191660965704757,0.5,0.255951455205554,0.126416264915155,0.00670466202169075,0.5,0.255951455205554,0.151974436093087,0.000806057895207937,0.255951455205554,0.103259985934769,0.000977485387390069,0.147437627137126,0.000226900767567414,0.255951455205554,0.138505579728268,0.0030637910927764,0.5,0.255951455205554,0.0950080662491238,0.0066561020160862,0.255951455205554,0.117872328161959,0.00207973419643193,0.255951455205554,0.137524872966722,0.00353998616631298,0.255951455205554,0.139367540185084,0.001875831374944,0.126336091655227,0.0933041822578436 -2145,0.255951455205554,0.290501928222068,0.00994930789480526,0.255951455205554,0.294594927845144,0.0159159883426626,0.255951455205554,0.276989558797777,0.040446033917889,0.255951455205554,0.281533548252294,0.0530458771590649,0.255951455205554,0.252105685521751,0.00295900394415139,0.255951455205554,0.283747444288748,0.00141161555906609,0.5,0.255951455205554,0.257768528237055,0.000875165869186063,0.5,0.255951455205554,0.283134933837467,0.00333061149113076,0.5,0.255951455205554,0.311776545039684,0.000613036955296922,0.255951455205554,0.253302943216231,0.00080346567610941,0.237730521619057,0.000856590044289619,0.255951455205554,0.256445655631426,0.00992868901577442,0.5,0.255951455205554,0.194669377266626,0.0130033376545915,0.255951455205554,0.226403184353112,0.00441001549945806,0.255951455205554,0.270251689203549,0.0115848663082647,0.255951455205554,0.278205260864765,0.00307645269203828,0.295394237830425,0.0759603851122202 -2146,0.255951455205554,0.44103196886704,0.0142031923438935,0.255951455205554,0.445954508650517,0.0328710807929742,0.255951455205554,0.426910191119459,0.0456273502788245,0.255951455205554,0.433073253927929,0.0531215952616631,0.255951455205554,0.396445099006521,0.00344312536281585,0.255951455205554,0.438016018949162,0.000973964195223898,0.5,0.255951455205554,0.409680075987119,0.000642340501181701,0.5,0.255951455205554,0.444644439184192,0.00255021108917705,0.5,0.255951455205554,0.473604874424838,0.000982733442797246,0.255951455205554,0.405307941774303,0.00121481541812574,0.312059014752202,0.011603269958028,0.255951455205554,0.370890075632413,0.0194514840655007,0.5,0.255951455205554,0.288917021339894,0.0104549163037914,0.255951455205554,0.342748794687107,0.00674124841305311,0.255951455205554,0.407464265822861,0.0183156076530628,0.255951455205554,0.417398858900329,0.00416473259387111,0.445595350524136,0.0599356289528681 -2147,0.255951455205554,0.575283372254436,0.00932766970711618,0.255951455205554,0.574977326299456,0.0347356165819946,0.255951455205554,0.563122369342366,0.044965438881033,0.255951455205554,0.57025966903031,0.050175482964042,0.255951455205554,0.5275001118356,0.00663536621320932,0.255951455205554,0.569524599434125,0.000310654292146302,0.5,0.255951455205554,0.543500833179404,0.000939615032146986,0.5,0.255951455205554,0.580744177951574,0.00323839224207294,0.5,0.255951455205554,0.604303962015804,0.00243184963561989,0.255951455205554,0.53847481403163,0.00245933086423485,0.436191210211441,0.0302965167172141,0.255951455205554,0.441668094269715,0.0230902767399115,0.5,0.255951455205554,0.359737735202199,0.00780016874389945,0.255951455205554,0.475655136295561,0.0100081534254503,0.255951455205554,0.542364511880742,0.0172869084432032,0.255951455205554,0.559176944082339,0.00508832819096918,0.566498624575714,0.0551764650643317 -2148,0.255951455205554,0.656835607450849,0.00278975521138037,0.255951455205554,0.641105876813404,0.013122207747543,0.255951455205554,0.648061941343322,0.041304397371343,0.255951455205554,0.653409747045588,0.03976653152914,0.255951455205554,0.611183795371567,0.0101456213895421,0.255951455205554,0.647495893789853,7.26820506912655e-05,0.5,0.255951455205554,0.626624955102427,0.00182402277352292,0.5,0.255951455205554,0.661630047091831,0.00380564079553213,0.5,0.255951455205554,0.678426792100458,0.0044959295108182,0.255951455205554,0.614973579705983,0.00566367646481972,0.326594265284933,0.0293133570309801,0.255951455205554,0.48112713804681,0.0226887811926959,0.5,0.255951455205554,0.433760861812037,0.00332894065699375,0.255951455205554,0.585349375343041,0.0156694515385462,0.255951455205554,0.643680565760471,0.0105374667582001,0.255951455205554,0.665882298641495,0.00601764508259916,0.645791934480639,0.0557570163821556 -2149,0.255951455205554,0.678529402650675,0.00075207170009715,0.255951455205554,0.660214457204248,0.00597657744652871,0.255951455205554,0.680266115616602,0.03674249476262,0.255951455205554,0.685483602599623,0.0353508795100688,0.255951455205554,0.643538068174425,0.0125774383070143,0.255951455205554,0.675602640815955,5.12167018879404e-05,0.5,0.255951455205554,0.658266258167633,0.00365169311867894,0.5,0.255951455205554,0.688596976007316,0.00389254167269288,0.5,0.255951455205554,0.70218398716444,0.0059550163595742,0.255951455205554,0.643729768138371,0.00602420302474228,0.29999364633075,0.0241982005860923,0.255951455205554,0.4793980040103,0.0187954655777822,0.5,0.255951455205554,0.505110421076354,0.00134271246740761,0.255951455205554,0.634910460137779,0.0205840013772881,0.255951455205554,0.676258667010838,0.00549092941322767,0.255951455205554,0.701620411120532,0.00510562166228223,0.679169216106142,0.0508982407695723 -2150,0.255951455205554,0.665510836402173,0.000189765382361163,0.255951455205554,0.647834051887255,0.00538205435050431,0.255951455205554,0.671879854539988,0.029781762807414,0.255951455205554,0.679319307056799,0.0293838915548225,0.255951455205554,0.635779830759459,0.014346677156857,0.255951455205554,0.664487054366822,8.07237347688998e-05,0.5,0.255951455205554,0.646415530116018,0.00729550523874444,0.5,0.255951455205554,0.672482785016465,0.00350374800719589,0.5,0.255951455205554,0.682800984004226,0.00820095357572846,0.255951455205554,0.625335673228803,0.00596912920353893,0.338526356065443,0.015243171842174,0.255951455205554,0.476960955337417,0.0156762371706241,0.5,0.255951455205554,0.528039885512093,0.00104607742856581,0.255951455205554,0.626973340072094,0.0235547036374062,0.255951455205554,0.657459176102735,0.00384991101666902,0.255951455205554,0.684628474930632,0.00304947552756219,0.668591423062301,0.0454201481959599 -2151,0.255951455205554,0.59547558856377,5.44714270713623e-05,0.255951455205554,0.582514529821725,0.00264669816904353,0.255951455205554,0.608827485544554,0.0275624701624989,0.255951455205554,0.617685178927874,0.0217165440256998,0.255951455205554,0.577406402465938,0.0148844424108188,0.255951455205554,0.601749408673718,0.000123212387491483,0.5,0.255951455205554,0.584650108094558,0.0104967447726624,0.5,0.255951455205554,0.605304228851566,0.00273511375809768,0.5,0.255951455205554,0.607563641509095,0.0093983914748094,0.255951455205554,0.561926927732628,0.00818751798724231,0.32612082706333,0.00888894009757694,0.255951455205554,0.45062304451517,0.0134394825697482,0.5,0.255951455205554,0.483993147359386,0.000826114834662491,0.255951455205554,0.56292737701696,0.0237374608375107,0.255951455205554,0.589156597689438,0.00426543787286369,0.255951455205554,0.610222196288347,0.00301036701271415,0.596405612618562,0.046564231932731 -2152,0.255951455205554,0.469974990596459,0.000964718943743765,0.255951455205554,0.458674617066241,0.000628860229303815,0.255951455205554,0.489079694429417,0.0256386034034317,0.255951455205554,0.495537712275209,0.0206709926339706,0.255951455205554,0.462527120911103,0.012766840466124,0.255951455205554,0.482018115980279,0.000159293876921255,0.5,0.255951455205554,0.469607512054715,0.011521534791881,0.5,0.255951455205554,0.48375312312103,0.00225749548076244,0.5,0.255951455205554,0.476371664692157,0.00864297518403915,0.255951455205554,0.465779621457631,0.00810435418034482,0.286416517805203,0.00674663589596962,0.255951455205554,0.353605283347235,0.0112420944500568,0.5,0.255951455205554,0.385283765538005,0.00139607946950698,0.255951455205554,0.436096027493264,0.023973583352053,0.255951455205554,0.464495883213285,0.0062007213660948,0.255951455205554,0.47981966718659,0.00452233081095927,0.472028941022061,0.0348202905979028 -2153,0.255951455205554,0.333205553235176,0.00115267392523701,0.255951455205554,0.325111932740635,0.000228598357101714,0.255951455205554,0.348066744256676,0.0240168694266118,0.255951455205554,0.354887938054643,0.0199561614254936,0.255951455205554,0.319280026142603,0.00944389451035757,0.255951455205554,0.333440745555848,0.000195611666204401,0.5,0.255951455205554,0.324363558710323,0.00840345757166492,0.5,0.255951455205554,0.332284555508529,0.00151257682355812,0.5,0.255951455205554,0.321169512225762,0.00487638115957191,0.255951455205554,0.31921973648965,0.00594270454591929,0.208107482713327,0.0062540374101723,0.255951455205554,0.233793060005027,0.00877473543955406,0.5,0.255951455205554,0.260661343032977,0.00314000612210051,0.255951455205554,0.289441229912432,0.0204794528433935,0.255951455205554,0.322438301571563,0.00836169761895675,0.255951455205554,0.331111233742116,0.00679491953966896,0.338683724575211,0.0203334388359412 -2154,0.255951455205554,0.138291794958646,0.00257576260675949,0.255951455205554,0.10157341905623,0.000816514779581782,0.255951455205554,0.12433406064125,0.0168602800152009,0.255951455205554,0.117567726506711,0.0117388379018548,0.255951455205554,0.147847666587691,0.00654621467798501,0.255951455205554,0.11045089321637,0.000224719697955134,0.5,0.255951455205554,0.134728237903808,0.00223437201520644,0.5,0.255951455205554,0.110186182830287,0.000811411474339643,0.5,0.255951455205554,0.0784775000470561,0.00249423086312087,0.255951455205554,0.146644871662061,0.000854483389939795,0.0647677881083806,0.00344070253700529,0.255951455205554,0.061832112195628,0.00473783518712952,0.5,0.255951455205554,0.0810037645277346,0.00464164159390256,0.255951455205554,0.0592859185232633,0.00815667899574092,0.255951455205554,0.0806348740279306,0.0083741121916412,0.255951455205554,0.0913153107335422,0.00703113171308949,0.147042857646488,0.017095629697781 -2155,0.255951455205554,0.0,0.00478758314554983,0.255951455205554,0.0,0.00611622640909753,0.255951455205554,0.0,0.0270414873365823,0.255951455205554,0.0,0.017174591535166,0.255951455205554,0.0,0.0120450633385952,0.255951455205554,0.0,0.00066102016661687,0.5,0.255951455205554,0.0,0.00196801688106566,0.5,0.255951455205554,0.0,0.00114814846815525,0.5,0.255951455205554,0.0,0.00260425016074208,0.255951455205554,0.0,0.000791096482897683,0.0,0.00366041339307094,0.255951455205554,0.0,0.00652375585877018,0.5,0.255951455205554,0.0,0.00313367852270421,0.255951455205554,0.0,0.00711036100356906,0.255951455205554,0.0,0.0145422493709777,0.255951455205554,0.0,0.0119463595938972,0.0,0.0157777658980615 -2156,0.255951455205554,0.0,0.00729457430620507,0.255951455205554,0.0,0.00946591338324979,0.255951455205554,0.0,0.0318607808978628,0.255951455205554,0.0,0.0205816867071703,0.255951455205554,0.0,0.0134680925270511,0.255951455205554,0.0,0.000769607657213161,0.5,0.255951455205554,0.0,0.00149607736652183,0.5,0.255951455205554,0.0,0.0010621448981641,0.5,0.255951455205554,0.0,0.00204139633709075,0.255951455205554,0.0,0.000902899123765603,0.0,0.00293183130563009,0.255951455205554,0.0,0.00820475714343083,0.5,0.255951455205554,0.0,0.00132976671534316,0.255951455205554,0.0,0.00634987299528007,0.255951455205554,0.0,0.0184619771649646,0.255951455205554,0.0,0.0100855798996778,0.0,0.0188077616367852 -2157,0.255951455205554,0.0,0.00561069655686594,0.255951455205554,0.0,0.00871375630143721,0.255951455205554,0.0,0.0336557655288102,0.255951455205554,0.0,0.0269739484655168,0.255951455205554,0.0,0.0145340989213783,0.255951455205554,0.0,0.000678200317275323,0.5,0.255951455205554,0.0,0.00140852458533621,0.5,0.255951455205554,0.0,0.000848723661318867,0.5,0.255951455205554,0.0,0.00146618552989861,0.255951455205554,0.0,0.00124689464696999,0.0,0.00206112565106358,0.255951455205554,0.0,0.00828062241541931,0.5,0.255951455205554,0.0,0.000650189912894462,0.255951455205554,0.0,0.0064891721118759,0.255951455205554,0.0,0.0186957479489128,0.255951455205554,0.0,0.00720368229164382,0.0,0.022915734747675 -2158,0.255951455205554,0.0,0.00368898410324739,0.255951455205554,0.0,0.00857641245256341,0.255951455205554,0.0,0.0329569508257349,0.255951455205554,0.0,0.0298475019991913,0.255951455205554,0.0,0.0161520403721819,0.255951455205554,0.0,0.000743715366665913,0.5,0.255951455205554,0.0,0.00157820140873176,0.5,0.255951455205554,0.0,0.000525069870583138,0.5,0.255951455205554,0.0,0.00118933663432978,0.255951455205554,0.0,0.00313410844907154,0.0,0.00125634740870833,0.255951455205554,0.0,0.00567016817326578,0.5,0.255951455205554,0.0,0.000630547028365896,0.255951455205554,0.0,0.00578470292736394,0.255951455205554,0.0,0.013564255571513,0.255951455205554,0.0,0.00473011222637873,0.0,0.0314743461968184 -2159,0.255951455205554,0.0,0.00342388733950821,0.255951455205554,0.0,0.0103430739389001,0.255951455205554,0.0,0.0317743576327683,0.255951455205554,0.0,0.0268410091912389,0.255951455205554,0.0,0.0162534621306783,0.255951455205554,0.0,0.00160291637299769,0.5,0.255951455205554,0.0,0.00233354611369868,0.5,0.255951455205554,0.0,0.000846443754725081,0.5,0.255951455205554,0.0,0.00125588155692837,0.255951455205554,0.0,0.00336082731386328,0.0,0.00121283024294578,0.255951455205554,0.0,0.00367053771399822,0.5,0.255951455205554,0.0,0.00126968464901537,0.255951455205554,0.0,0.00391948863875171,0.255951455205554,0.0,0.00866072765491407,0.255951455205554,0.0,0.0030876920340313,0.0,0.0462199299982392 -2160,0.255951455205554,0.0,0.00411778826153675,0.255951455205554,0.0,0.0117729118474095,0.255951455205554,0.0,0.0307225604719716,0.255951455205554,0.0,0.0247153764082712,0.255951455205554,0.0,0.0157778263932997,0.255951455205554,0.0,0.00394246798969334,0.5,0.255951455205554,0.0,0.0031868064603723,0.5,0.255951455205554,0.0,0.00202342247937983,0.5,0.255951455205554,0.0,0.00158233136690387,0.255951455205554,0.0,0.00230854024369649,0.0,0.00109964442350092,0.255951455205554,0.0,0.0024414835806994,0.5,0.255951455205554,0.0,0.00104977582367334,0.255951455205554,0.0,0.00286195845431992,0.255951455205554,0.0,0.00887122989551028,0.255951455205554,0.0,0.00304542564710219,0.0,0.0478827058365271 -2161,0.255951455205554,0.0,0.00527691128096768,0.255951455205554,0.0,0.0105857481150084,0.255951455205554,0.0,0.0264321708272847,0.255951455205554,0.0,0.024050580170677,0.255951455205554,0.0,0.0143202841084065,0.255951455205554,0.0,0.00537430989341557,0.5,0.255951455205554,0.0,0.00332860934099383,0.5,0.255951455205554,0.0,0.00513537898050641,0.5,0.255951455205554,0.0,0.00230188419035732,0.255951455205554,0.0,0.00258499210412052,0.0,0.00124040097126599,0.255951455205554,0.0,0.00216157957407828,0.5,0.255951455205554,0.0,0.000663412403472909,0.255951455205554,0.0,0.00249099657773552,0.255951455205554,0.0,0.00867043680641468,0.255951455205554,0.0,0.00334177126151589,0.0,0.0441980200154959 -2162,0.255951455205554,0.0,0.00424802430596243,0.255951455205554,0.0,0.00964678336944708,0.255951455205554,0.0,0.0233255688232937,0.255951455205554,0.0,0.0177169620597867,0.255951455205554,0.0,0.0138626832004343,0.255951455205554,0.0,0.00650128573912866,0.5,0.255951455205554,0.0,0.00337209341748187,0.5,0.255951455205554,0.0,0.00905290577492297,0.5,0.255951455205554,0.0,0.0031020162174857,0.255951455205554,0.0,0.00255803952097437,0.0,0.00128961887659268,0.255951455205554,0.0,0.00265530337869945,0.5,0.255951455205554,0.0,0.000685933349945004,0.255951455205554,0.0,0.00290855371040317,0.255951455205554,0.0,0.00752935689514716,0.255951455205554,0.0,0.00332319096088413,0.0,0.0450000214463439 -2163,0.255951455205554,0.0,0.00308451762826926,0.255951455205554,0.0,0.00615431861383895,0.255951455205554,0.0,0.023312508171072,0.255951455205554,0.0,0.0149222273882126,0.255951455205554,0.0,0.0148250429288883,0.255951455205554,0.0,0.00812071949581869,0.5,0.255951455205554,0.0,0.00369743270601795,0.5,0.255951455205554,0.0,0.0138889385696567,0.5,0.255951455205554,0.0,0.00362543431316635,0.255951455205554,0.0,0.00240719746818619,0.0,0.00110520685678856,0.255951455205554,0.0,0.00214084208424202,0.5,0.255951455205554,0.0,0.000726847375840608,0.255951455205554,0.0,0.00321727732813781,0.255951455205554,0.0,0.00704293616822489,0.255951455205554,0.0,0.00272556861425878,0.0,0.0430213185170959 -2164,0.255951455205554,0.0,0.00366914977041806,0.255951455205554,0.0,0.00634742402239709,0.255951455205554,0.0,0.02561331942653,0.255951455205554,0.0,0.0168601973737253,0.255951455205554,0.0,0.0173414268093535,0.255951455205554,0.0,0.00805366241009286,0.5,0.255951455205554,0.0,0.00407399785987526,0.5,0.255951455205554,0.0,0.0162756442822144,0.5,0.255951455205554,0.0,0.00327667717145664,0.255951455205554,0.0,0.00131328933944498,0.0,0.00101705049516221,0.255951455205554,0.0,0.00128315416196925,0.5,0.255951455205554,0.0,0.000537173908571223,0.255951455205554,0.0,0.00263194672813841,0.255951455205554,0.0,0.00537644022460291,0.255951455205554,0.0,0.00206212612353054,0.0,0.0307994055199264 -2165,0.255951455205554,0.0,0.00535888533150208,0.255951455205554,0.0,0.00786192298896669,0.255951455205554,0.0,0.0268847188090798,0.255951455205554,0.0,0.0269623040536858,0.255951455205554,0.0,0.021176279247083,0.255951455205554,0.0,0.0069608033209207,0.5,0.255951455205554,0.0,0.00448896937114415,0.5,0.255951455205554,0.0,0.0178585015803626,0.5,0.255951455205554,0.0,0.00282642109755545,0.255951455205554,0.0,0.00127119181942143,0.0,0.000855561897033152,0.255951455205554,0.0,0.000875425782989601,0.5,0.255951455205554,0.0,0.000522866599878978,0.255951455205554,0.0,0.00253259978499969,0.255951455205554,0.0,0.00365653050699489,0.255951455205554,0.0,0.00172935296303505,0.0,0.0223578753241052 -2166,0.255951455205554,0.0,0.00915827664420606,0.255951455205554,0.0,0.0112732053934566,0.255951455205554,0.0,0.0272375917791193,0.255951455205554,0.0,0.0388543152469387,0.255951455205554,0.0,0.0216405356382288,0.255951455205554,0.0,0.00664631549379813,0.5,0.255951455205554,0.0,0.00593556491853798,0.5,0.255951455205554,0.0,0.0182282749958524,0.5,0.255951455205554,0.0,0.00316949753695306,0.255951455205554,0.0,0.00144957551725022,0.0,0.000537391046221557,0.255951455205554,0.0,0.000750508880844735,0.5,0.255951455205554,0.0,0.000607108203770471,0.255951455205554,0.0,0.00229009419995815,0.255951455205554,0.0,0.00352210158070316,0.255951455205554,0.0,0.00163937560430515,0.0,0.0182683433415239 -2167,0.255951455205554,0.00760580625192749,0.010888651660218,0.255951455205554,0.0113572482656769,0.02014529183244,0.255951455205554,0.00635874051218636,0.0278712841666311,0.255951455205554,0.00540648229569497,0.0339794024087886,0.255951455205554,0.00311504497832147,0.0190441670532861,0.255951455205554,0.00598434668342694,0.00647437605763392,0.5,0.255951455205554,0.00352936463846772,0.0067737752183049,0.5,0.255951455205554,0.00753497473609227,0.0215066414348984,0.5,0.255951455205554,0.0222584413284177,0.00350801566000393,0.255951455205554,0.00306275172393188,0.00131772481200134,0.0372798389947918,0.000432233284342118,0.255951455205554,0.0381146717123154,0.000746394060896641,0.5,0.255951455205554,0.031509725947996,0.000442643191555152,0.255951455205554,0.0343640713239996,0.0018422902542098,0.255951455205554,0.022915224302556,0.00506641229382563,0.255951455205554,0.0192067058858198,0.00156341031364553,0.00921901720501398,0.0153705342205042 -2168,0.255951455205554,0.0732285034296248,0.0091299747709871,0.255951455205554,0.0989608986450714,0.0196434361775105,0.255951455205554,0.0834909309131425,0.0268850189640972,0.255951455205554,0.088136616595596,0.0310825106883513,0.255951455205554,0.0726079090914844,0.0148646608599318,0.255951455205554,0.0927757625976197,0.00477387082933406,0.5,0.255951455205554,0.0829683145790352,0.00491998610949303,0.5,0.255951455205554,0.116571477744398,0.0135760148867968,0.5,0.255951455205554,0.144864733070348,0.00192751055841207,0.255951455205554,0.0921458458152959,0.000625230525764575,0.163631518266406,0.00046621938425778,0.255951455205554,0.163583199294047,0.00104692537571165,0.5,0.255951455205554,0.149660379113929,0.000534532093489186,0.255951455205554,0.15322953403364,0.00151095044685496,0.255951455205554,0.127136461072827,0.00885549011139651,0.255951455205554,0.121557673122193,0.00131684428493055,0.0685872300925086,0.0173392439760524 -2169,0.255951455205554,0.151819716619736,0.0145984811234043,0.255951455205554,0.211167046310752,0.0230016606589515,0.255951455205554,0.19128967556084,0.0387579681976806,0.255951455205554,0.161474807833314,0.054032141986312,0.255951455205554,0.179153765548803,0.0124290322853172,0.255951455205554,0.210664639680064,0.00262687070388931,0.5,0.255951455205554,0.195742059726924,0.00272373044815713,0.5,0.255951455205554,0.259925210615566,0.00270415045505418,0.5,0.255951455205554,0.288944540360455,0.000910103697673753,0.255951455205554,0.205543307944395,0.000291996775388316,0.302612880438053,0.000624569633314431,0.255951455205554,0.305321803697938,0.00384708057337685,0.5,0.255951455205554,0.275609419031518,0.00225920619111039,0.255951455205554,0.292198891843305,0.00260405182597672,0.255951455205554,0.250154807320217,0.0230786171965073,0.255951455205554,0.22700989810144,0.00170037294931697,0.0639103518267026,0.0220017875226437 -2170,0.255951455205554,0.222970822923724,0.0255773903007622,0.255951455205554,0.34007574560873,0.0542853498291182,0.255951455205554,0.306782793537298,0.0542644149364759,0.255951455205554,0.257034394968029,0.0606127866683049,0.255951455205554,0.298875431980716,0.0187426011536064,0.255951455205554,0.343539506879722,0.00462920258417521,0.5,0.255951455205554,0.300227249030476,0.00418402489733535,0.5,0.255951455205554,0.413825669646564,0.00248774002030339,0.5,0.255951455205554,0.43406939865928,0.000869394891938564,0.255951455205554,0.282841924372527,0.000411425937444302,0.43351669646937,0.00233325563503625,0.255951455205554,0.439488041882252,0.00535129494632164,0.5,0.255951455205554,0.377626385112321,0.00656324809258068,0.255951455205554,0.421787568253516,0.00394316514582836,0.255951455205554,0.364927888001747,0.028561945198973,0.255951455205554,0.349596204766294,0.00292858983928962,0.158976735541731,0.030568881823645 -2171,0.255951455205554,0.295829773442321,0.0323312240708904,0.255951455205554,0.363394262745603,0.0860462151867965,0.255951455205554,0.409833752108591,0.0685842480495669,0.255951455205554,0.415624246481303,0.0628938283446295,0.255951455205554,0.411907040328993,0.0206895673472191,0.255951455205554,0.478797885215749,0.0043023487979614,0.5,0.255951455205554,0.381188289306575,0.00897309987616512,0.5,0.255951455205554,0.54807513804585,0.00477041824379771,0.5,0.255951455205554,0.551699224273411,0.00116638206283048,0.255951455205554,0.306365139594428,0.0022911320043506,0.524055372147203,0.00639237788888869,0.255951455205554,0.529996915571188,0.00688604595162622,0.5,0.255951455205554,0.430625110134466,0.0166143356171221,0.255951455205554,0.515723723003255,0.00410999671470158,0.255951455205554,0.457921464393064,0.0298974986437836,0.255951455205554,0.434156723539235,0.00357877644424682,0.292727912020663,0.0493723134495281 -2172,0.255951455205554,0.386395669183076,0.0368077581802098,0.255951455205554,0.32708972893726,0.112765883804506,0.255951455205554,0.49451835276672,0.0920565940165637,0.255951455205554,0.543036812505352,0.074816706558105,0.255951455205554,0.499765459767091,0.0167573963830939,0.255951455205554,0.563609589366736,0.00459560605207954,0.5,0.255951455205554,0.406282723219849,0.0131319231723658,0.5,0.255951455205554,0.627196708677054,0.0106192356533406,0.5,0.255951455205554,0.618153177841736,0.00188308809431408,0.255951455205554,0.356050146821418,0.0084169738356123,0.558324202101298,0.0113574230447501,0.255951455205554,0.562984417773936,0.0114932897167335,0.5,0.255951455205554,0.455761598135201,0.042388013366761,0.255951455205554,0.564746888173051,0.00458384992824677,0.255951455205554,0.518874446396985,0.0371938337115017,0.255951455205554,0.480843531184762,0.0042151091716961,0.356250789259836,0.0739036171078144 -2173,0.255951455205554,0.450310702975715,0.0459869277323982,0.255951455205554,0.291497058153232,0.118919690183318,0.255951455205554,0.537715699578872,0.127952071168758,0.255951455205554,0.611177772277367,0.100735806239525,0.255951455205554,0.536197187959149,0.0154803408748277,0.255951455205554,0.589013936854582,0.00418177126566057,0.5,0.255951455205554,0.429943722910492,0.0142194092540862,0.5,0.255951455205554,0.650015407240649,0.0174872992744068,0.5,0.255951455205554,0.628662665654491,0.00215251495858128,0.255951455205554,0.423038817830394,0.0320340311870529,0.567001638005768,0.013173444765016,0.255951455205554,0.547857610345779,0.0271970860523943,0.5,0.255951455205554,0.459763990168392,0.0593050550748051,0.255951455205554,0.571109054274009,0.00692899649914114,0.255951455205554,0.514174094927555,0.0494691202879969,0.255951455205554,0.499747822236082,0.00808939657672905,0.323143395520936,0.0748502321681806 -2174,0.255951455205554,0.448007742290292,0.0704654858507168,0.255951455205554,0.455389228404935,0.135706517215886,0.255951455205554,0.552317678390594,0.164427850530025,0.255951455205554,0.61551904838934,0.135626779484813,0.255951455205554,0.545056080932453,0.0173128893144106,0.255951455205554,0.547037525098158,0.00281077303569907,0.5,0.255951455205554,0.353006670061282,0.0172134370142279,0.5,0.255951455205554,0.636802718156616,0.0209163829802294,0.5,0.255951455205554,0.602580241348498,0.00205888018448083,0.255951455205554,0.296956953649932,0.0208242863778653,0.550654338891135,0.0411951934417099,0.255951455205554,0.514543448256664,0.0444441431331962,0.5,0.255951455205554,0.423404555095985,0.0688313244446521,0.255951455205554,0.532641677974845,0.014083385721039,0.255951455205554,0.459632804947021,0.0686617321401235,0.255951455205554,0.489287838067493,0.0129397747960889,0.430091485395962,0.0648448045585781 -2175,0.255951455205554,0.374734333108513,0.123367120309122,0.255951455205554,0.535927991136423,0.18189168423547,0.255951455205554,0.514625447537808,0.197019955355074,0.255951455205554,0.568608808654225,0.20233685768821,0.255951455205554,0.506090798872234,0.0198592590004846,0.255951455205554,0.4238526349145,0.00197798322904813,0.5,0.255951455205554,0.284685616230766,0.01988166492513,0.5,0.255951455205554,0.555374858351442,0.0218605694908159,0.5,0.255951455205554,0.531844432686097,0.00189371439135041,0.255951455205554,0.219870577822701,0.0159901972115057,0.45623006687533,0.0643867592339039,0.255951455205554,0.414936488680218,0.0545024904334623,0.5,0.255951455205554,0.382363254602675,0.073031577274392,0.255951455205554,0.43807745448513,0.0188793128854873,0.255951455205554,0.370657530255081,0.075124200581473,0.255951455205554,0.427361993141041,0.0252632095775446,0.315663998815544,0.0706133147690947 -2176,0.255951455205554,0.300369669300913,0.173132962591129,0.255951455205554,0.449615110909687,0.218202220947329,0.255951455205554,0.420861238468194,0.209428542887838,0.255951455205554,0.461887870073569,0.263632336370978,0.255951455205554,0.402838980369763,0.0203464668982979,0.255951455205554,0.266616490772873,0.00359984624999956,0.5,0.255951455205554,0.190540289130592,0.00843104318921189,0.5,0.255951455205554,0.424798256647542,0.025341299832352,0.5,0.255951455205554,0.413739689044115,0.00173698763273052,0.255951455205554,0.165973648607098,0.00510975331632667,0.338496439805024,0.058774065081885,0.255951455205554,0.265095608675963,0.0515807313025312,0.5,0.255951455205554,0.320155959200073,0.076174179759468,0.255951455205554,0.287172681627046,0.0284231948158602,0.255951455205554,0.248952506307584,0.0843516056015088,0.255951455205554,0.329408808472233,0.0428818520841178,0.0725545754125616,0.090207884574889 -2177,0.255951455205554,0.227639354997152,0.188393213827518,0.255951455205554,0.318667227717637,0.214886319997079,0.255951455205554,0.302643686637564,0.184396076990638,0.255951455205554,0.328027308981453,0.2582941774137,0.255951455205554,0.280422292550946,0.0191190381571322,0.255951455205554,0.13797608094094,0.00613926178862532,0.5,0.255951455205554,0.149951049335951,0.00330288299250357,0.5,0.255951455205554,0.280784993554745,0.0226268338103257,0.5,0.255951455205554,0.273185844201555,0.00131984730294586,0.255951455205554,0.100996419261341,0.000665928443587746,0.209917997727423,0.0450988419863439,0.255951455205554,0.151413522560453,0.0412907391942295,0.5,0.255951455205554,0.218384809103641,0.0778342002002894,0.255951455205554,0.159775820835924,0.0321844040422758,0.255951455205554,0.149869028378602,0.0886728219261639,0.255951455205554,0.208528852162576,0.0559714820089557,0.100439235884505,0.114567832660088 -2178,0.255951455205554,0.11291847374181,0.138737683534107,0.255951455205554,0.10705341969087,0.115844721235161,0.255951455205554,0.124760849692225,0.103015045425126,0.255951455205554,0.129139309382185,0.133998470730296,0.255951455205554,0.13238501989829,0.0120086387796634,0.255951455205554,0.0561238692204248,0.00558470242784111,0.5,0.255951455205554,0.0814491448298106,0.000849898475073619,0.5,0.255951455205554,0.101817003495393,0.00669516287803735,0.5,0.255951455205554,0.0854915247666455,0.000968755709013191,0.255951455205554,0.05919480490888,6.26210947375765e-05,0.0665707759802811,0.0154275979564766,0.255951455205554,0.0504378429933127,0.0175689363973694,0.5,0.255951455205554,0.0838081147680464,0.0632001000474776,0.255951455205554,0.0547654877533816,0.0209128887994541,0.255951455205554,0.0528320952818121,0.0588470473033408,0.255951455205554,0.0805643011622366,0.0328725508810837,0.076836913077121,0.117804712392198 -2179,0.255951455205554,0.0,0.118398365402931,0.255951455205554,0.0,0.10885721230964,0.255951455205554,0.0,0.109297843446834,0.255951455205554,0.0,0.117651549184226,0.255951455205554,0.0,0.0159632473694907,0.255951455205554,0.0,0.0052472583718782,0.5,0.255951455205554,0.0,0.00111471375949786,0.5,0.255951455205554,0.0,0.00550757492011425,0.5,0.255951455205554,0.0,0.00149759742534206,0.255951455205554,0.0,0.000721033120982707,0.0,0.0235167356296704,0.255951455205554,0.0,0.0256454718190361,0.5,0.255951455205554,0.0,0.0648235829819454,0.255951455205554,0.0,0.025293407625572,0.255951455205554,0.0,0.0499570054183976,0.255951455205554,0.0,0.0392504785622526,0.0,0.111234207704912 -2180,0.255951455205554,0.0,0.135740467133082,0.255951455205554,0.0,0.0973703071665512,0.255951455205554,0.0,0.11492133793925,0.255951455205554,0.0,0.117705771294893,0.255951455205554,0.0,0.0157958867269025,0.255951455205554,0.0,0.00340759458309681,0.5,0.255951455205554,0.0,0.00192163513509888,0.5,0.255951455205554,0.0,0.0029373554744086,0.5,0.255951455205554,0.0,0.00131638163142249,0.255951455205554,0.0,0.00136245595907793,0.0,0.0280604015989834,0.255951455205554,0.0,0.0326074987511424,0.5,0.255951455205554,0.0,0.0737104296943696,0.255951455205554,0.0,0.023400459335259,0.255951455205554,0.0,0.0494890927464638,0.255951455205554,0.0,0.0325571801287793,0.0,0.117714122770805 -2181,0.255951455205554,0.0,0.144324738341783,0.255951455205554,0.0,0.0915323681415643,0.255951455205554,0.0,0.106946560523905,0.255951455205554,0.0,0.108958918851318,0.255951455205554,0.0,0.0145796996618428,0.255951455205554,0.0,0.00189750656643056,0.5,0.255951455205554,0.0,0.00243264571978354,0.5,0.255951455205554,0.0,0.00131684821294629,0.5,0.255951455205554,0.0,0.0013883312517248,0.255951455205554,0.0,0.001462817707892,0.0,0.0301311524084242,0.255951455205554,0.0,0.0386885906558648,0.5,0.255951455205554,0.0,0.0770257703931018,0.255951455205554,0.0,0.0231417520142616,0.255951455205554,0.0,0.047997907801914,0.255951455205554,0.0,0.0226745680416243,0.0,0.125607359955848 -2182,0.255951455205554,0.0,0.156112410400864,0.255951455205554,0.0,0.0909655418161828,0.255951455205554,0.0,0.0981139573950855,0.255951455205554,0.0,0.113598296527452,0.255951455205554,0.0,0.0126980790387264,0.255951455205554,0.0,0.00151546862342972,0.5,0.255951455205554,0.0,0.00307357808710481,0.5,0.255951455205554,0.0,0.00121188927511005,0.5,0.255951455205554,0.0,0.00173351419781295,0.255951455205554,0.0,0.00117077280171471,0.0,0.0275461665734513,0.255951455205554,0.0,0.0396454855497814,0.5,0.255951455205554,0.0,0.0740648783413829,0.255951455205554,0.0,0.0251622656556165,0.255951455205554,0.0,0.047604424468757,0.255951455205554,0.0,0.0145114101255887,0.0,0.129680605301906 -2183,0.255951455205554,0.0,0.161217217177539,0.255951455205554,0.0,0.0955560968853117,0.255951455205554,0.0,0.0951695060989035,0.255951455205554,0.0,0.115616558248698,0.255951455205554,0.0,0.0112426445714648,0.255951455205554,0.0,0.00180592994040962,0.5,0.255951455205554,0.0,0.00226259666160998,0.5,0.255951455205554,0.0,0.00186300076708907,0.5,0.255951455205554,0.0,0.00246146089848673,0.255951455205554,0.0,0.000872864644394852,0.0,0.0229854345192559,0.255951455205554,0.0,0.038432726968116,0.5,0.255951455205554,0.0,0.0661768135549401,0.255951455205554,0.0,0.0269421480567662,0.255951455205554,0.0,0.0459324606621788,0.255951455205554,0.0,0.0113033740848592,0.0,0.143564202855911 -2184,0.255951455205554,0.0,0.166887946280362,0.255951455205554,0.0,0.09393232334423,0.255951455205554,0.0,0.0979944955313182,0.255951455205554,0.0,0.127018125873919,0.255951455205554,0.0,0.0107926911511326,0.255951455205554,0.0,0.00165144910657761,0.5,0.255951455205554,0.0,0.00103162754663689,0.5,0.255951455205554,0.0,0.00214847189595129,0.5,0.255951455205554,0.0,0.00315148063859524,0.255951455205554,0.0,0.00112747554558826,0.0,0.024380555465763,0.255951455205554,0.0,0.0369269197794289,0.5,0.255951455205554,0.0,0.0550548042117493,0.255951455205554,0.0,0.0243021581661803,0.255951455205554,0.0,0.0445293279812112,0.255951455205554,0.0,0.00959132825628814,0.0,0.144360617495642 -2185,0.255951455205554,0.0,0.172266801543026,0.255951455205554,0.0,0.0958299016108422,0.255951455205554,0.0,0.100751134370341,0.255951455205554,0.0,0.147830097577919,0.255951455205554,0.0,0.0105587392374926,0.255951455205554,0.0,0.000941633315592959,0.5,0.255951455205554,0.0,0.000998637354057057,0.5,0.255951455205554,0.0,0.00415886167221771,0.5,0.255951455205554,0.0,0.0030513271076484,0.255951455205554,0.0,0.00235118816970069,0.0,0.0283342107623183,0.255951455205554,0.0,0.0363276015718673,0.5,0.255951455205554,0.0,0.044957373863811,0.255951455205554,0.0,0.0185351914751137,0.255951455205554,0.0,0.0405726854367545,0.255951455205554,0.0,0.00803611153866723,0.0,0.147100026906029 -2186,0.255951455205554,0.0,0.180498895514639,0.255951455205554,0.0,0.101788494826244,0.255951455205554,0.0,0.103431465131744,0.255951455205554,0.0,0.150773457151862,0.255951455205554,0.0,0.0101602643699786,0.255951455205554,0.0,0.00112270515805868,0.5,0.255951455205554,0.0,0.00146935208914811,0.5,0.255951455205554,0.0,0.00941570696896894,0.5,0.255951455205554,0.0,0.00282610712505075,0.255951455205554,0.0,0.00384428827091712,0.0,0.0324148147185039,0.255951455205554,0.0,0.0365444288540588,0.5,0.255951455205554,0.0,0.0386249768571177,0.255951455205554,0.0,0.0138489037625989,0.255951455205554,0.0,0.0348290492637286,0.255951455205554,0.0,0.00619015216236865,0.0,0.163701858777382 -2187,0.255951455205554,0.0,0.184790232488277,0.255951455205554,0.0,0.0977312280390293,0.255951455205554,0.0,0.103185578146722,0.255951455205554,0.0,0.154987291438729,0.255951455205554,0.0,0.010449759432561,0.255951455205554,0.0,0.00166678508887974,0.5,0.255951455205554,0.0,0.00240271105266072,0.5,0.255951455205554,0.0,0.0214749409429928,0.5,0.255951455205554,0.0,0.00313784367379914,0.255951455205554,0.0,0.00469936616997049,0.0,0.0316085594920252,0.255951455205554,0.0,0.0384153398029504,0.5,0.255951455205554,0.0,0.0349702601372778,0.255951455205554,0.0,0.0117588753046061,0.255951455205554,0.0,0.0323535735718083,0.255951455205554,0.0,0.00495316763263531,0.0,0.182719208949548 -2188,0.255951455205554,0.0,0.192168413785331,0.255951455205554,0.0,0.0978026946665828,0.255951455205554,0.0,0.105287986398801,0.255951455205554,0.0,0.161040388033136,0.255951455205554,0.0,0.0113589022346448,0.255951455205554,0.0,0.00273657519483688,0.5,0.255951455205554,0.0,0.00397650156122805,0.5,0.255951455205554,0.0,0.0107467083635502,0.5,0.255951455205554,0.0,0.00315509344247789,0.255951455205554,0.0,0.00405765079331346,0.0,0.0354830632267933,0.255951455205554,0.0,0.0429770888943538,0.5,0.255951455205554,0.0,0.0334426174284125,0.255951455205554,0.0,0.0119333475706554,0.255951455205554,0.0,0.0298972993801553,0.255951455205554,0.0,0.00377698570173727,0.0,0.197926813989319 -2189,0.255951455205554,0.0,0.18907310900343,0.255951455205554,0.0,0.108314396350174,0.255951455205554,0.0,0.107874489575055,0.255951455205554,0.0,0.164754731871605,0.255951455205554,0.0,0.0120309555917548,0.255951455205554,0.0,0.00484167779141992,0.5,0.255951455205554,0.0,0.00340724811557859,0.5,0.255951455205554,0.0,0.0170866604178995,0.5,0.255951455205554,0.0,0.00420668441900158,0.255951455205554,0.0,0.00308534016219687,0.0,0.0488861244641269,0.255951455205554,0.0,0.0483966560103508,0.5,0.255951455205554,0.0,0.0318472845726419,0.255951455205554,0.0,0.0121726054537684,0.255951455205554,0.0,0.0291944790432651,0.255951455205554,0.0,0.00331704372554655,0.0,0.213594644936095 -2190,0.255951455205554,0.0,0.185328932681892,0.255951455205554,0.0,0.117906468277948,0.255951455205554,0.0,0.106129238012711,0.255951455205554,0.0,0.168399982586268,0.255951455205554,0.0,0.0129108625291953,0.255951455205554,0.0,0.00572358311266846,0.5,0.255951455205554,0.0,0.00284336999890482,0.5,0.255951455205554,0.0,0.0151283252920749,0.5,0.255951455205554,0.0,0.00410212348918671,0.255951455205554,0.0,0.00411238880906995,0.0,0.0556311409918367,0.255951455205554,0.0,0.0532608986512288,0.5,0.255951455205554,0.0,0.0321886108850321,0.255951455205554,0.0,0.0122292702844627,0.255951455205554,0.0,0.0338997683870012,0.255951455205554,0.0,0.00318712178250327,0.0,0.194606853830165 -2191,0.255951455205554,0.0109532643051639,0.184600939203652,0.255951455205554,0.0158294420161126,0.121167348019475,0.255951455205554,0.0103107730968139,0.100926312543836,0.255951455205554,0.0100405181503055,0.16108042922684,0.255951455205554,0.00587267156578866,0.0120529989802368,0.255951455205554,0.0097980436728135,0.00598039411617675,0.5,0.255951455205554,0.00506637706245811,0.00316722050388917,0.5,0.255951455205554,0.00982871241701005,0.0168931728112519,0.5,0.255951455205554,0.0170157629418541,0.00320521151862557,0.255951455205554,0.00409202908524595,0.00592101706967857,0.0424409197224376,0.0536023675421027,0.255951455205554,0.0429236846887796,0.055692799253618,0.5,0.255951455205554,0.0352673798707538,0.0329909016569655,0.255951455205554,0.0333898856326668,0.0119142003929639,0.255951455205554,0.0248881755138563,0.0374900570246352,0.255951455205554,0.0231250612684582,0.00240956138004505,0.0102470744098639,0.184075805997487 -2192,0.255951455205554,0.101965914524009,0.183920468813085,0.255951455205554,0.118510547552878,0.133438606791919,0.255951455205554,0.124320609510715,0.103518892735052,0.255951455205554,0.128123008092193,0.171255933596537,0.255951455205554,0.115767691239479,0.0079432830036168,0.255951455205554,0.12595555400889,0.00382525059460847,0.5,0.255951455205554,0.115532752236054,0.0029998138352073,0.5,0.255951455205554,0.129527727828501,0.00916412700763646,0.5,0.255951455205554,0.11408479092483,0.00193778697571688,0.255951455205554,0.110675739389901,0.00166671499823261,0.179782137323345,0.075288073545713,0.255951455205554,0.178228425985193,0.0751298323320815,0.5,0.255951455205554,0.158575417185339,0.0386999575984563,0.255951455205554,0.151625684524502,0.0131322052513162,0.255951455205554,0.143462070023453,0.0425388748928244,0.255951455205554,0.145874303170222,0.00180041792460337,0.0856236940291167,0.182679553955309 -2193,0.255951455205554,0.223646398496218,0.219723006772788,0.255951455205554,0.243616923324689,0.161037794586553,0.255951455205554,0.269837804620079,0.13827015052881,0.255951455205554,0.269355363972928,0.22395478498934,0.255951455205554,0.266681674542767,0.00637547111932814,0.255951455205554,0.275563067912093,0.00254029964585018,0.5,0.255951455205554,0.268432998900288,0.00154181217573923,0.5,0.255951455205554,0.283953744262869,0.00476561932303022,0.5,0.255951455205554,0.246230834484206,0.00193291254849184,0.255951455205554,0.262688620334594,0.00139666462345618,0.332411350789744,0.133362895784028,0.255951455205554,0.327689869171367,0.133187593765074,0.5,0.255951455205554,0.29961559214942,0.0850289994532496,0.255951455205554,0.301322029123391,0.0185914098485276,0.255951455205554,0.287638415316906,0.0756071687216633,0.255951455205554,0.294280550276637,0.0038341452175203,0.187199710185372,0.215840238120536 -2194,0.255951455205554,0.360388551027902,0.257227927182848,0.255951455205554,0.368718185064642,0.188819019766146,0.255951455205554,0.410656177859379,0.162608120019329,0.255951455205554,0.394682682447987,0.23847052158368,0.255951455205554,0.412350371017164,0.0112403957476822,0.255951455205554,0.428051765115073,0.00571700863076843,0.5,0.255951455205554,0.419938924087195,0.00476137090219942,0.5,0.255951455205554,0.443389772447381,0.00551801148116053,0.5,0.255951455205554,0.384538920803498,0.00698714484640582,0.255951455205554,0.413556386141828,0.00649479630911003,0.476804820269483,0.148151939669673,0.255951455205554,0.47183299820899,0.168758660063949,0.5,0.255951455205554,0.443652351548333,0.121088169525393,0.255951455205554,0.453554062686708,0.0250745184108727,0.255951455205554,0.436642647983865,0.0982551153045537,0.255951455205554,0.445921634772022,0.00909916888797282,0.303542034703792,0.301513612205573 -2195,0.255951455205554,0.476243634360728,0.265355525631381,0.255951455205554,0.486742165602809,0.218423550635642,0.255951455205554,0.538251602745951,0.175547734769734,0.255951455205554,0.491017786564332,0.250342739057056,0.255951455205554,0.526947819996715,0.0188620129533855,0.255951455205554,0.558356431369251,0.0160929378807335,0.5,0.255951455205554,0.543349342190182,0.0171543258133749,0.5,0.255951455205554,0.57633212974754,0.0079648612642264,0.5,0.255951455205554,0.522408279568869,0.0175599996864579,0.255951455205554,0.549997945842815,0.0279224495714643,0.578043325271559,0.169321404574216,0.255951455205554,0.582765091408925,0.181463085031637,0.5,0.255951455205554,0.565791407741999,0.133889645909407,0.255951455205554,0.583430229868981,0.0288791769787998,0.255951455205554,0.566896813473804,0.117434756404918,0.255951455205554,0.575873005132137,0.0160751532464796,0.539990203042895,0.29838740366855 -2196,0.255951455205554,0.552357053812166,0.298520457082269,0.255951455205554,0.554541953324556,0.277105936949305,0.255951455205554,0.609139451995026,0.191092644513591,0.255951455205554,0.545262283059021,0.286718774372893,0.255951455205554,0.590481792880889,0.0253687817902515,0.255951455205554,0.623585034642039,0.0312540513371938,0.5,0.255951455205554,0.614374924442847,0.0423657769590328,0.5,0.255951455205554,0.651160175597711,0.00928115020055327,0.5,0.255951455205554,0.616818046803384,0.0219692312685678,0.255951455205554,0.640140984724036,0.0549188716613129,0.63546730341969,0.178895569602226,0.255951455205554,0.645026077471499,0.185137342057471,0.5,0.255951455205554,0.631561642030437,0.139641796698691,0.255951455205554,0.660434945468425,0.0346624129864955,0.255951455205554,0.645377320656667,0.123256537894165,0.255951455205554,0.649595847251048,0.0179285784074767,0.618853210889003,0.199612704507163 -2197,0.255951455205554,0.591811068733967,0.339956102792202,0.255951455205554,0.564435487722206,0.368472458726149,0.255951455205554,0.633775019190944,0.188311928130316,0.255951455205554,0.598147704166497,0.282500077594979,0.255951455205554,0.608855088448727,0.0347476466736563,0.255951455205554,0.586538128490551,0.0398195600032788,0.5,0.255951455205554,0.633139998946383,0.0561236475552091,0.5,0.255951455205554,0.665075704413004,0.00924099843655606,0.5,0.255951455205554,0.637467270075705,0.0210320580715928,0.255951455205554,0.661678705939655,0.0591093665536382,0.654062806543742,0.18146372598519,0.255951455205554,0.659373298448875,0.180635798452277,0.5,0.255951455205554,0.634058405391948,0.146831347619689,0.255951455205554,0.682424915159409,0.0454377423715561,0.255951455205554,0.670578338764045,0.10697039579551,0.255951455205554,0.665310724287124,0.0131991656980839,0.574398474091556,0.104492934494036 -2198,0.255951455205554,0.60928348229971,0.304510600776657,0.255951455205554,0.592990673963699,0.356734845855879,0.255951455205554,0.618093900099199,0.165040119637029,0.255951455205554,0.620130377722452,0.239089154539886,0.255951455205554,0.596577864040034,0.0365985122227498,0.255951455205554,0.55211583738111,0.0491190194011722,0.5,0.255951455205554,0.643353174367819,0.0620420444254187,0.5,0.255951455205554,0.658740402345992,0.00730843687353657,0.5,0.255951455205554,0.596591065045454,0.0209471059587457,0.255951455205554,0.653880299613656,0.0648757228357439,0.614038690216635,0.183381206965123,0.255951455205554,0.630284491137209,0.18853509548236,0.5,0.255951455205554,0.598021489506972,0.156176859962295,0.255951455205554,0.653573849535402,0.0507791781444447,0.255951455205554,0.642510872042891,0.131041638656025,0.255951455205554,0.63347763035129,0.0146052062786708,0.59724451162777,0.0843207393759182 -2199,0.255951455205554,0.529495780937903,0.295631427728139,0.255951455205554,0.521644271915897,0.309258517771704,0.255951455205554,0.534422782631931,0.138775596951964,0.255951455205554,0.578339495101219,0.194024986497246,0.255951455205554,0.545658273497015,0.0352768777616958,0.255951455205554,0.504807545843847,0.0466677105399742,0.5,0.255951455205554,0.596337246118938,0.0679573072234815,0.5,0.255951455205554,0.597771749489259,0.00673817571045797,0.5,0.255951455205554,0.515682401098174,0.0187513920953722,0.255951455205554,0.598348646078112,0.0761236537270142,0.504345887950469,0.220697605498783,0.255951455205554,0.538708071312474,0.213949309668031,0.5,0.255951455205554,0.526207501489134,0.1812025458853,0.255951455205554,0.567354375412319,0.0513592124977681,0.255951455205554,0.560463909322744,0.178011058319455,0.255951455205554,0.546586946952278,0.0274515061637565,0.539355226567904,0.0707520361108024 -2200,0.255951455205554,0.382977103359965,0.333998657479476,0.255951455205554,0.399981671886228,0.311665674234137,0.255951455205554,0.419978238603906,0.113353149906215,0.255951455205554,0.474940586342681,0.165629809439681,0.255951455205554,0.44864660046613,0.0300239610211034,0.255951455205554,0.432594587442698,0.0377682446693996,0.5,0.255951455205554,0.487908878138393,0.0713193874999603,0.5,0.255951455205554,0.481634557591116,0.0112123263070942,0.5,0.255951455205554,0.430009012732086,0.0225888494264973,0.255951455205554,0.484117516356158,0.0824281839484452,0.389423512780241,0.280811415894324,0.255951455205554,0.410095626252873,0.246642759061658,0.5,0.255951455205554,0.400892200042328,0.171426717734886,0.255951455205554,0.429927858118919,0.0646254994935213,0.255951455205554,0.440898595962171,0.202049252965492,0.255951455205554,0.404671327672729,0.0328389558487614,0.374182215610644,0.0594286831461041 -2201,0.255951455205554,0.253394699761125,0.320334997214516,0.255951455205554,0.302187130190282,0.167106342515495,0.255951455205554,0.309645017859141,0.088447857542046,0.255951455205554,0.341725378737387,0.15556389050461,0.255951455205554,0.326056319669734,0.0205486966790522,0.255951455205554,0.31731633080196,0.0260511060330268,0.5,0.255951455205554,0.336624583725323,0.0566786039760593,0.5,0.255951455205554,0.329626501288598,0.0153603803333016,0.5,0.255951455205554,0.300051713236424,0.02625761148929,0.255951455205554,0.315624704168019,0.0847041347939466,0.260422635628897,0.227881393850997,0.255951455205554,0.267103976211752,0.216862775701644,0.5,0.255951455205554,0.250419031477229,0.114996358997501,0.255951455205554,0.286470852316684,0.0714485199773372,0.255951455205554,0.274262086503489,0.155019191168009,0.255951455205554,0.259285236800129,0.0217323431626889,0.219459634430188,0.0638153199445669 -2202,0.255951455205554,0.105315357684099,0.253530581486313,0.255951455205554,0.110411599602759,0.11188133707143,0.255951455205554,0.130690474844798,0.0683481058195808,0.255951455205554,0.125181793326527,0.128927473291133,0.255951455205554,0.146576853494599,0.00806649121225981,0.255951455205554,0.112331330078586,0.00554548291960165,0.5,0.255951455205554,0.137161967926581,0.0203413201151311,0.5,0.255951455205554,0.113944721557568,0.0128428233134455,0.5,0.255951455205554,0.0842744345406772,0.0160933935895061,0.255951455205554,0.152984032270195,0.0435299218322807,0.0791938046848709,0.125214481227291,0.255951455205554,0.0726157352762118,0.128875380789505,0.5,0.255951455205554,0.0871940354575477,0.0778196655800079,0.255951455205554,0.06899862067369,0.0600003200926873,0.255951455205554,0.0943127119454251,0.0733414000748386,0.255951455205554,0.105777068245698,0.00590577099256661,0.0742914634501509,0.0732023131459176 -2203,0.255951455205554,0.0,0.199018507191472,0.255951455205554,0.0,0.129412762907707,0.255951455205554,0.0,0.0982921627416692,0.255951455205554,0.0,0.158169293852787,0.255951455205554,0.0,0.0170236058889716,0.255951455205554,0.0,0.00590036557798208,0.5,0.255951455205554,0.0,0.022671170177518,0.5,0.255951455205554,0.0,0.024973553860455,0.5,0.255951455205554,0.0,0.0246314305514861,0.255951455205554,0.0,0.0481397150421432,0.0,0.127908013745133,0.255951455205554,0.0,0.126367191784486,0.5,0.255951455205554,0.0,0.0920493466821542,0.255951455205554,0.0,0.0747656957939922,0.255951455205554,0.0,0.0870093216389321,0.255951455205554,0.0,0.00880675533425426,0.0,0.0813260422707696 -2204,0.255951455205554,0.0,0.160486450901604,0.255951455205554,0.0,0.13542119206869,0.255951455205554,0.0,0.109964794930817,0.255951455205554,0.0,0.140378977831072,0.255951455205554,0.0,0.0252092682390703,0.255951455205554,0.0,0.00578174991553853,0.5,0.255951455205554,0.0,0.0185546800919004,0.5,0.255951455205554,0.0,0.0327450138937299,0.5,0.255951455205554,0.0,0.0290147103054135,0.255951455205554,0.0,0.0304779078581469,0.0,0.11291874935042,0.255951455205554,0.0,0.122332147562845,0.5,0.255951455205554,0.0,0.0994481104842326,0.255951455205554,0.0,0.0708065234970206,0.255951455205554,0.0,0.0945885215897477,0.255951455205554,0.0,0.00905075423142772,0.0,0.0911100215349753 -2205,0.255951455205554,0.0,0.141339630727728,0.255951455205554,0.0,0.125823690811806,0.255951455205554,0.0,0.0998241776735712,0.255951455205554,0.0,0.119167807912308,0.255951455205554,0.0,0.0290354271028272,0.255951455205554,0.0,0.00677107902074378,0.5,0.255951455205554,0.0,0.0129488958342604,0.5,0.255951455205554,0.0,0.0359809267872254,0.5,0.255951455205554,0.0,0.0274989875108545,0.255951455205554,0.0,0.0168570539960379,0.0,0.0943733553508196,0.255951455205554,0.0,0.105020354539956,0.5,0.255951455205554,0.0,0.0960098845367237,0.255951455205554,0.0,0.0582281031455735,0.255951455205554,0.0,0.071706072940123,0.255951455205554,0.0,0.00839574035955502,0.0,0.0946965645172977 -2206,0.255951455205554,0.0,0.130467453069796,0.255951455205554,0.0,0.101311844121853,0.255951455205554,0.0,0.0843953678212096,0.255951455205554,0.0,0.0971319049585286,0.255951455205554,0.0,0.0294873843416338,0.255951455205554,0.0,0.00809311214198839,0.5,0.255951455205554,0.0,0.00980920337815677,0.5,0.255951455205554,0.0,0.0360906232410571,0.5,0.255951455205554,0.0,0.026298974677056,0.255951455205554,0.0,0.0195740697771538,0.0,0.0764116594381693,0.255951455205554,0.0,0.0817864143411061,0.5,0.255951455205554,0.0,0.0814653577182658,0.255951455205554,0.0,0.0554471787243581,0.255951455205554,0.0,0.0503647717812592,0.255951455205554,0.0,0.00814631135965984,0.0,0.0948217435300429 -2207,0.255951455205554,0.0,0.116152817500142,0.255951455205554,0.0,0.0823005722059909,0.255951455205554,0.0,0.0699892428245576,0.255951455205554,0.0,0.0844500239034837,0.255951455205554,0.0,0.0274827668612862,0.255951455205554,0.0,0.00879130303323699,0.5,0.255951455205554,0.0,0.00890966063845539,0.5,0.255951455205554,0.0,0.0316872147134219,0.5,0.255951455205554,0.0,0.0243422036779985,0.255951455205554,0.0,0.0203194342862429,0.0,0.0648603388274345,0.255951455205554,0.0,0.0666423559517437,0.5,0.255951455205554,0.0,0.0621396284346433,0.255951455205554,0.0,0.0677517649782857,0.255951455205554,0.0,0.0350791875678665,0.255951455205554,0.0,0.012275390444631,0.0,0.0947953732370107 -2208,0.255951455205554,0.0,0.100215973169618,0.255951455205554,0.0,0.0779028280283929,0.255951455205554,0.0,0.0548382596292256,0.255951455205554,0.0,0.0653692205358433,0.255951455205554,0.0,0.0263052836485523,0.255951455205554,0.0,0.00894346570326268,0.5,0.255951455205554,0.0,0.00901082147515728,0.5,0.255951455205554,0.0,0.0264421071886973,0.5,0.255951455205554,0.0,0.0210774479727138,0.255951455205554,0.0,0.0148877578676824,0.0,0.0530061836048769,0.255951455205554,0.0,0.0549686347181727,0.5,0.255951455205554,0.0,0.0526092294787477,0.255951455205554,0.0,0.0763003690648822,0.255951455205554,0.0,0.024140381891452,0.255951455205554,0.0,0.0155962397355319,0.0,0.090660550742073 -2209,0.255951455205554,0.0,0.0878415180455753,0.255951455205554,0.0,0.0675963961869999,0.255951455205554,0.0,0.0425909390793603,0.255951455205554,0.0,0.0525343412875634,0.255951455205554,0.0,0.0275248310302034,0.255951455205554,0.0,0.00938463865984414,0.5,0.255951455205554,0.0,0.00890734894793522,0.5,0.255951455205554,0.0,0.0240506582806533,0.5,0.255951455205554,0.0,0.0175890869289023,0.255951455205554,0.0,0.0117541019365621,0.0,0.0452759715303756,0.255951455205554,0.0,0.046658977757298,0.5,0.255951455205554,0.0,0.0524013611228453,0.255951455205554,0.0,0.0902390538542937,0.255951455205554,0.0,0.0174661883607649,0.255951455205554,0.0,0.0176258884762458,0.0,0.0766457317868735 -2210,0.255951455205554,0.0,0.0862256841501365,0.255951455205554,0.0,0.0685713419394013,0.255951455205554,0.0,0.03470245966,0.255951455205554,0.0,0.0450924545508851,0.255951455205554,0.0,0.0294143509324928,0.255951455205554,0.0,0.00939766655719119,0.5,0.255951455205554,0.0,0.0082965534363827,0.5,0.255951455205554,0.0,0.0249092203283619,0.5,0.255951455205554,0.0,0.0149810596344117,0.255951455205554,0.0,0.0105346594488335,0.0,0.0402112238945572,0.255951455205554,0.0,0.0395630337830796,0.5,0.255951455205554,0.0,0.0526183153720954,0.255951455205554,0.0,0.0779804263771502,0.255951455205554,0.0,0.0134077760192872,0.255951455205554,0.0,0.0157624186778853,0.0,0.0550386663239316 -2211,0.255951455205554,0.0,0.094176102647967,0.255951455205554,0.0,0.0676189387549128,0.255951455205554,0.0,0.0342105325076797,0.255951455205554,0.0,0.0452096792315459,0.255951455205554,0.0,0.0351044195908796,0.255951455205554,0.0,0.00936876436863928,0.5,0.255951455205554,0.0,0.0087472601878954,0.5,0.255951455205554,0.0,0.0277346278737863,0.5,0.255951455205554,0.0,0.0157009077459651,0.255951455205554,0.0,0.0125758207566105,0.0,0.0425930673514912,0.255951455205554,0.0,0.036845540346996,0.5,0.255951455205554,0.0,0.0542721908211172,0.255951455205554,0.0,0.06079162928401,0.255951455205554,0.0,0.0118335623289699,0.255951455205554,0.0,0.0147471232319083,0.0,0.0459439129405654 -2212,0.255951455205554,0.0,0.0989068800037427,0.255951455205554,0.0,0.0695483456421267,0.255951455205554,0.0,0.0370436570613181,0.255951455205554,0.0,0.0497078588658214,0.255951455205554,0.0,0.0400873796237171,0.255951455205554,0.0,0.00839734014420525,0.5,0.255951455205554,0.0,0.00896618427085916,0.5,0.255951455205554,0.0,0.020965073405542,0.5,0.255951455205554,0.0,0.0149482573480042,0.255951455205554,0.0,0.00981234868603457,0.0,0.049034904943627,0.255951455205554,0.0,0.0379069122386308,0.5,0.255951455205554,0.0,0.0584591298153084,0.255951455205554,0.0,0.0495969566298912,0.255951455205554,0.0,0.012333972265279,0.255951455205554,0.0,0.0127739117051734,0.0,0.0475582131672568 -2213,0.255951455205554,0.0,0.113533909599998,0.255951455205554,0.0,0.070339480237373,0.255951455205554,0.0,0.0431609893002614,0.255951455205554,0.0,0.0556969075079353,0.255951455205554,0.0,0.0462677361943352,0.255951455205554,0.0,0.00625311786644998,0.5,0.255951455205554,0.0,0.0117445565724842,0.5,0.255951455205554,0.0,0.0176066196183685,0.5,0.255951455205554,0.0,0.0137721445816715,0.255951455205554,0.0,0.00862426057841245,0.0,0.0520565335636348,0.255951455205554,0.0,0.0402806583317249,0.5,0.255951455205554,0.0,0.0604886349780135,0.255951455205554,0.0,0.0458077427723248,0.255951455205554,0.0,0.0129075556247331,0.255951455205554,0.0,0.00815657332563835,0.0,0.0613692822323059 -2214,0.255951455205554,0.0,0.131321067543534,0.255951455205554,0.0,0.0686988757571503,0.255951455205554,0.0,0.0522956051153018,0.255951455205554,0.0,0.0653512951292325,0.255951455205554,0.0,0.0520986146944538,0.255951455205554,0.0,0.0065409615606392,0.5,0.255951455205554,0.0,0.0150483054577972,0.5,0.255951455205554,0.0,0.0130853506775461,0.5,0.255951455205554,0.0,0.0118277099024241,0.255951455205554,0.0,0.0132168665171616,0.0,0.0493579913027695,0.255951455205554,0.0,0.0403013940040418,0.5,0.255951455205554,0.0,0.0634779700273702,0.255951455205554,0.0,0.0393079545435088,0.255951455205554,0.0,0.0136443675140943,0.255951455205554,0.0,0.0069843229526406,0.0,0.0903213607571491 -2215,0.255951455205554,0.0196641916230167,0.13509213943641,0.255951455205554,0.0214711114605766,0.0710076832552839,0.255951455205554,0.0130504734225159,0.0632834928244424,0.255951455205554,0.013751846652349,0.0825776213366632,0.255951455205554,0.00621008967821513,0.0523006820086687,0.255951455205554,0.0112273089755614,0.00733882820426865,0.5,0.255951455205554,0.00349119152507646,0.0124019038005987,0.5,0.255951455205554,0.00610150251988467,0.0132526921700493,0.5,0.255951455205554,0.0239390713843879,0.0107496551424896,0.255951455205554,0.00237676513804886,0.00901642244646501,0.0440700243237269,0.0435381837765601,0.255951455205554,0.0424380675904536,0.0390756315842514,0.5,0.255951455205554,0.0329164032023903,0.0649304592135651,0.255951455205554,0.0410164220379346,0.0284535088209864,0.255951455205554,0.0320537824199305,0.0140968905506952,0.255951455205554,0.0255392665418474,0.00753367173232221,0.0229909063905356,0.135012511652837 -2216,0.255951455205554,0.140180596948301,0.139845247581296,0.255951455205554,0.137225050186973,0.0782683407385205,0.255951455205554,0.12511918235354,0.0743682128718948,0.255951455205554,0.131209950784993,0.103857026561341,0.255951455205554,0.0943180015458457,0.0436413419822379,0.255951455205554,0.108663567323526,0.00601048262791172,0.5,0.255951455205554,0.0662804753939971,0.00899615095301756,0.5,0.255951455205554,0.0751621248566933,0.0166677055553488,0.5,0.255951455205554,0.121848147790984,0.00979439547474628,0.255951455205554,0.072260677145924,0.00434890021168627,0.174675605549881,0.0468113788135914,0.255951455205554,0.171850301945209,0.0387474818243661,0.5,0.255951455205554,0.1468426214413,0.0864182226424309,0.255951455205554,0.169571965447421,0.0210062389662004,0.255951455205554,0.157853550738211,0.0130977831862425,0.255951455205554,0.129960378081842,0.00576789136842744,0.147800846007505,0.185636942684278 -2217,0.255951455205554,0.292276890588454,0.199190056504135,0.255951455205554,0.286151531945163,0.131636913478293,0.255951455205554,0.267099225927599,0.104823519321976,0.255951455205554,0.281116003389949,0.149232624217806,0.255951455205554,0.19625860209362,0.0379901065766375,0.255951455205554,0.23439129687128,0.00610286436201794,0.5,0.255951455205554,0.148215374725921,0.0070501102300955,0.5,0.255951455205554,0.177749456590275,0.0127543455781621,0.5,0.255951455205554,0.244988697478167,0.0126045700067548,0.255951455205554,0.176609496222628,0.00246530569865417,0.32343919386597,0.0680897463877614,0.255951455205554,0.321609344428813,0.0654799309481013,0.5,0.255951455205554,0.300339459641183,0.146611342089063,0.255951455205554,0.31471481528457,0.0203035728292975,0.255951455205554,0.30404816882985,0.0201231263850294,0.255951455205554,0.264914403794187,0.00375843776725,0.300777734778128,0.229657605478281 -2218,0.255951455205554,0.440601287634753,0.278643666846209,0.255951455205554,0.442238837798337,0.214447952657446,0.255951455205554,0.40957402314716,0.133344861876486,0.255951455205554,0.429302072592746,0.159042759086027,0.255951455205554,0.282487730608028,0.0440706113030423,0.255951455205554,0.345566342681886,0.00633293051236913,0.5,0.255951455205554,0.239857836093687,0.0122949090847338,0.5,0.255951455205554,0.310036038834117,0.0100224694041232,0.5,0.255951455205554,0.370904691151435,0.020938352399183,0.255951455205554,0.327826734788537,0.00701770959592892,0.473697484741154,0.0992575592445914,0.255951455205554,0.471618662186878,0.0912996657096298,0.5,0.255951455205554,0.46359039177275,0.193919022251167,0.255951455205554,0.462211938055092,0.0257821763746274,0.255951455205554,0.450690627900495,0.0317740546489327,0.255951455205554,0.412225031189602,0.00264208456040352,0.447231860938815,0.285395207292819 -2219,0.255951455205554,0.576550109801022,0.335035599744517,0.255951455205554,0.576586811434369,0.231648748859442,0.255951455205554,0.535200697299059,0.157945649588983,0.255951455205554,0.56285820788906,0.179406564269988,0.255951455205554,0.351209033538223,0.0484355521400735,0.255951455205554,0.402541520902022,0.00653307012825447,0.5,0.255951455205554,0.356195769470236,0.025208555375239,0.5,0.255951455205554,0.430146645822285,0.0114600647727219,0.5,0.255951455205554,0.483518590466092,0.0204286951592203,0.255951455205554,0.478569294873735,0.0190545066182526,0.594750103390918,0.119486591605723,0.255951455205554,0.589728233952105,0.106053750669357,0.5,0.255951455205554,0.595340336425315,0.253311290845987,0.255951455205554,0.577804281779683,0.0187527109508913,0.255951455205554,0.570585161334998,0.0331595227668425,0.255951455205554,0.527640409239101,0.00167633236316721,0.583321213861112,0.33468568280152 -2220,0.255951455205554,0.65870564572228,0.346356370742122,0.255951455205554,0.65285817887058,0.217392126751128,0.255951455205554,0.607332045259067,0.181748388004583,0.255951455205554,0.643537263405211,0.218211859333901,0.255951455205554,0.394296077754128,0.0466027375707471,0.255951455205554,0.432972128517498,0.00613286696568739,0.5,0.255951455205554,0.503811119105865,0.04828614316545,0.5,0.255951455205554,0.521017379882774,0.0126370773648693,0.5,0.255951455205554,0.555676164121216,0.0151244092854409,0.255951455205554,0.534365684655855,0.0447292104904607,0.658017254048796,0.13432212688233,0.255951455205554,0.653302342757192,0.116229259266212,0.5,0.255951455205554,0.670593899411136,0.312962721347859,0.255951455205554,0.636215760282696,0.0105123871173116,0.255951455205554,0.633929164594004,0.034396960700416,0.255951455205554,0.585651807307677,0.00149139635931864,0.666905025929183,0.331523049731134 -2221,0.255951455205554,0.689508964041357,0.387381231927748,0.255951455205554,0.680245732314665,0.275351341637072,0.255951455205554,0.62631570643884,0.20540429850007,0.255951455205554,0.669910379215393,0.263082377366541,0.255951455205554,0.445687019821227,0.0550162665997415,0.255951455205554,0.473215980501523,0.00300736179476342,0.5,0.255951455205554,0.56252895013178,0.0628451746464006,0.5,0.255951455205554,0.551794026515048,0.0141483121980614,0.5,0.255951455205554,0.588532650291437,0.0101107471024652,0.255951455205554,0.454406619992607,0.0605757025536164,0.674711456700576,0.149122562393473,0.255951455205554,0.669333205429258,0.129942011511103,0.5,0.255951455205554,0.694606823541533,0.378356339872619,0.255951455205554,0.645953418748289,0.00396581268893085,0.255951455205554,0.646565314482059,0.0467050364620769,0.255951455205554,0.608337634447059,0.00126123071957427,0.698540340738412,0.307197565080909 -2222,0.255951455205554,0.679628105689163,0.456359223314451,0.255951455205554,0.66787522357932,0.305116699875602,0.255951455205554,0.600334321023537,0.218179154167762,0.255951455205554,0.655393762680422,0.282838378933061,0.255951455205554,0.428448468341274,0.0702282683167519,0.255951455205554,0.475522024593182,0.00159858894125753,0.5,0.255951455205554,0.487066616076576,0.0637616958863572,0.5,0.255951455205554,0.535684236051679,0.0211592908835232,0.5,0.255951455205554,0.577038303631617,0.00694588223356745,0.255951455205554,0.401429035628287,0.0460144911079273,0.651290643920087,0.175933271178041,0.255951455205554,0.644219138899656,0.158817476913531,0.5,0.255951455205554,0.674939448626352,0.434617274720205,0.255951455205554,0.612954694012243,0.0014780361421183,0.255951455205554,0.619991009702185,0.0652164128852631,0.255951455205554,0.580646739051117,0.00119081421056067,0.687644354528707,0.337820692835651 -2223,0.255951455205554,0.612867926347249,0.54894163723088,0.255951455205554,0.599784627621804,0.345003096539736,0.255951455205554,0.504737338146578,0.239675441731008,0.255951455205554,0.581911198509532,0.31958056785537,0.255951455205554,0.362727942663314,0.0886171802399674,0.255951455205554,0.398236256429415,0.00326279618027712,0.5,0.255951455205554,0.413149413145592,0.0663647915343304,0.5,0.255951455205554,0.460579202338274,0.037622839312206,0.5,0.255951455205554,0.51085562221029,0.00794359383472868,0.255951455205554,0.397744926354261,0.0383127914009738,0.571576013953369,0.244801767143208,0.255951455205554,0.561612053363143,0.203679986063162,0.5,0.255951455205554,0.595391207769311,0.491767802658422,0.255951455205554,0.51740997204756,0.00442399179537746,0.255951455205554,0.538923827026956,0.0908999473460643,0.255951455205554,0.412984754407934,0.0018379064440345,0.619145865216543,0.442066721085357 -2224,0.255951455205554,0.489683312496392,0.60348468469341,0.255951455205554,0.47659017520919,0.385633516233798,0.255951455205554,0.371050081793148,0.264462400902712,0.255951455205554,0.454743144782874,0.377045230244947,0.255951455205554,0.260910864690409,0.0862720926110443,0.255951455205554,0.320177621907396,0.0112309307136789,0.5,0.255951455205554,0.329430997832962,0.0674185670230601,0.5,0.255951455205554,0.355054949353614,0.0682164723475949,0.5,0.255951455205554,0.39413807945823,0.0125142800915137,0.255951455205554,0.316685099645752,0.0474119175051748,0.44225549375127,0.297525972316984,0.255951455205554,0.417078961880616,0.252109872466793,0.5,0.255951455205554,0.464581491771483,0.544392392367324,0.255951455205554,0.358450752662677,0.0144126017503698,0.255951455205554,0.41589953910603,0.123344686113993,0.255951455205554,0.287492111370103,0.00343619308675614,0.493999682195069,0.56389914001171 -2225,0.255951455205554,0.352248732687814,0.587425437797918,0.255951455205554,0.33870676114914,0.290968037609615,0.255951455205554,0.227757080636279,0.257223171035605,0.255951455205554,0.308124231772252,0.411119646137687,0.255951455205554,0.180598166782065,0.0701948119813348,0.255951455205554,0.224878774289996,0.0204321212986115,0.5,0.255951455205554,0.223458294455784,0.0597355538815523,0.5,0.255951455205554,0.246123050046034,0.0675000354468401,0.5,0.255951455205554,0.25426683124129,0.0186079580456295,0.255951455205554,0.224797024435821,0.0422833221906907,0.30201306099049,0.237594599430738,0.255951455205554,0.290489840345149,0.255427741987287,0.5,0.255951455205554,0.323855503076578,0.503079634333434,0.255951455205554,0.238208930166913,0.0257561374110029,0.255951455205554,0.277857501474963,0.142825626389383,0.255951455205554,0.200204728048511,0.00560711722928948,0.356091404429731,0.651904889552685 -2226,0.255951455205554,0.153143896972827,0.520772989380659,0.255951455205554,0.110374861428336,0.209749447297453,0.255951455205554,0.0928610249691724,0.200239512678293,0.255951455205554,0.138622685738458,0.30522628596627,0.255951455205554,0.0898447543830704,0.0508248586515095,0.255951455205554,0.097757062549949,0.0103969026103041,0.5,0.255951455205554,0.0904051532010426,0.0288654138266771,0.5,0.255951455205554,0.116197630382568,0.0388790955398976,0.5,0.255951455205554,0.0903597723833104,0.014969110638136,0.255951455205554,0.107178039167244,0.0323558891663624,0.0681888982448628,0.136438149369507,0.255951455205554,0.0673094661245146,0.166637710406891,0.5,0.255951455205554,0.0882687736767587,0.348918536654216,0.255951455205554,0.0667986879550764,0.0243121346583178,0.255951455205554,0.091497310907159,0.10244932178894,0.255951455205554,0.0904935171156711,0.0120946701525643,0.160308543270391,0.721970331499576 -2227,0.255951455205554,0.0,0.501386103530472,0.255951455205554,0.0,0.26684650868008,0.255951455205554,0.0,0.236860841707328,0.255951455205554,0.0,0.273171051917925,0.255951455205554,0.0,0.0665532703104984,0.255951455205554,0.0,0.0136595643139793,0.5,0.255951455205554,0.0,0.0284751134177686,0.5,0.255951455205554,0.0,0.0443848877339954,0.5,0.255951455205554,0.0,0.0198657822987693,0.255951455205554,0.0,0.0401302319985566,0.0,0.169633197626936,0.255951455205554,0.0,0.182961914361685,0.5,0.255951455205554,0.0,0.277815443154991,0.255951455205554,0.0,0.0426374667945728,0.255951455205554,0.0,0.124571718105706,0.255951455205554,0.0,0.0305205887037564,0.0,0.797932617040189 -2228,0.255951455205554,0.0,0.52877738641977,0.255951455205554,0.0,0.384563359082809,0.255951455205554,0.0,0.2897446627036,0.255951455205554,0.0,0.292155196154398,0.255951455205554,0.0,0.0701489333899127,0.255951455205554,0.0,0.0135345123960318,0.5,0.255951455205554,0.0,0.0254967434237231,0.5,0.255951455205554,0.0,0.0389651128924294,0.5,0.255951455205554,0.0,0.0185232636370706,0.255951455205554,0.0,0.0492049488557784,0.0,0.165567613628835,0.255951455205554,0.0,0.183438773173691,0.5,0.255951455205554,0.0,0.245310609299171,0.255951455205554,0.0,0.0437195896990946,0.255951455205554,0.0,0.135554868952804,0.255951455205554,0.0,0.0414032145931872,0.0,0.847876040597742 -2229,0.255951455205554,0.0,0.538911693500901,0.255951455205554,0.0,0.441249789650946,0.255951455205554,0.0,0.31079433046722,0.255951455205554,0.0,0.358204145008355,0.255951455205554,0.0,0.0618658906785886,0.255951455205554,0.0,0.0152368058273749,0.5,0.255951455205554,0.0,0.0207973102670094,0.5,0.255951455205554,0.0,0.0339871558332398,0.5,0.255951455205554,0.0,0.0164662490119416,0.255951455205554,0.0,0.0389781447557885,0.0,0.159642419174878,0.255951455205554,0.0,0.177287659580275,0.5,0.255951455205554,0.0,0.225343754968049,0.255951455205554,0.0,0.040582543156654,0.255951455205554,0.0,0.135483093076985,0.255951455205554,0.0,0.0467202208192079,0.0,0.859759821680659 -2230,0.255951455205554,0.0,0.534193749040946,0.255951455205554,0.0,0.395531455085805,0.255951455205554,0.0,0.323852783549156,0.255951455205554,0.0,0.467501851251525,0.255951455205554,0.0,0.0523713201547461,0.255951455205554,0.0,0.0174969745938038,0.5,0.255951455205554,0.0,0.015727837411399,0.5,0.255951455205554,0.0,0.0311907177551224,0.5,0.255951455205554,0.0,0.0165666652338612,0.255951455205554,0.0,0.0306168192911513,0.0,0.167387538912346,0.255951455205554,0.0,0.178814472533786,0.5,0.255951455205554,0.0,0.209974017463191,0.255951455205554,0.0,0.0507036583890867,0.255951455205554,0.0,0.135820573762983,0.255951455205554,0.0,0.0404978610854558,0.0,0.854150899368383 -2231,0.255951455205554,0.0,0.530352163132061,0.255951455205554,0.0,0.385308365522086,0.255951455205554,0.0,0.343521806755003,0.255951455205554,0.0,0.531887487300408,0.255951455205554,0.0,0.0459965829010237,0.255951455205554,0.0,0.0208581360549372,0.5,0.255951455205554,0.0,0.0132892192977273,0.5,0.255951455205554,0.0,0.0259590729317823,0.5,0.255951455205554,0.0,0.0160989919017013,0.255951455205554,0.0,0.0305212472661128,0.0,0.189507462593702,0.255951455205554,0.0,0.180893377999904,0.5,0.255951455205554,0.0,0.199521421384216,0.255951455205554,0.0,0.0707006844857214,0.255951455205554,0.0,0.129331854094846,0.255951455205554,0.0,0.0350162381443234,0.0,0.85680640299308 -2232,0.255951455205554,0.0,0.521374893367777,0.255951455205554,0.0,0.385010769342276,0.255951455205554,0.0,0.334268253678424,0.255951455205554,0.0,0.534965734422361,0.255951455205554,0.0,0.0391717621933571,0.255951455205554,0.0,0.0214885935184717,0.5,0.255951455205554,0.0,0.0132890221569638,0.5,0.255951455205554,0.0,0.0194960833322276,0.5,0.255951455205554,0.0,0.0159499429934009,0.255951455205554,0.0,0.0340062340174865,0.0,0.204786640536538,0.255951455205554,0.0,0.184284815085505,0.5,0.255951455205554,0.0,0.18660930417142,0.255951455205554,0.0,0.0791685300238027,0.255951455205554,0.0,0.117485532236751,0.255951455205554,0.0,0.0317069256997701,0.0,0.851236313533637 -2233,0.255951455205554,0.0,0.524021926478509,0.255951455205554,0.0,0.383077935546283,0.255951455205554,0.0,0.305544552491341,0.255951455205554,0.0,0.510413468677755,0.255951455205554,0.0,0.0335513461284074,0.255951455205554,0.0,0.0210998707828232,0.5,0.255951455205554,0.0,0.0150022816927231,0.5,0.255951455205554,0.0,0.0183558875874254,0.5,0.255951455205554,0.0,0.0158823693196771,0.255951455205554,0.0,0.0380046038303594,0.0,0.217520904660935,0.255951455205554,0.0,0.187579427245078,0.5,0.255951455205554,0.0,0.168950871399649,0.255951455205554,0.0,0.0965928597243473,0.255951455205554,0.0,0.114470693347239,0.255951455205554,0.0,0.0270595571700781,0.0,0.806475811726801 -2234,0.255951455205554,0.0,0.522272278433914,0.255951455205554,0.0,0.335970838416715,0.255951455205554,0.0,0.271456306405259,0.255951455205554,0.0,0.433712129335627,0.255951455205554,0.0,0.029949052210978,0.255951455205554,0.0,0.0208871326612112,0.5,0.255951455205554,0.0,0.0168574072407006,0.5,0.255951455205554,0.0,0.0171180567384816,0.5,0.255951455205554,0.0,0.0165428172206855,0.255951455205554,0.0,0.0372464493191992,0.0,0.233563363417823,0.255951455205554,0.0,0.195995965612609,0.5,0.255951455205554,0.0,0.159490374216579,0.255951455205554,0.0,0.107597296219408,0.255951455205554,0.0,0.135173850590956,0.255951455205554,0.0,0.0238348950994731,0.0,0.809860086894694 -2235,0.255951455205554,0.0,0.47386150290382,0.255951455205554,0.0,0.318430010256246,0.255951455205554,0.0,0.257104629130447,0.255951455205554,0.0,0.371919132942928,0.255951455205554,0.0,0.0269623579120622,0.255951455205554,0.0,0.0207219212060218,0.5,0.255951455205554,0.0,0.0180514244068388,0.5,0.255951455205554,0.0,0.0177912315361492,0.5,0.255951455205554,0.0,0.0189193094408233,0.255951455205554,0.0,0.0352760547617969,0.0,0.250502912388373,0.255951455205554,0.0,0.215222072601584,0.5,0.255951455205554,0.0,0.168667801666291,0.255951455205554,0.0,0.12043257221652,0.255951455205554,0.0,0.154767822091698,0.255951455205554,0.0,0.0211888753375943,0.0,0.863574755993712 -2236,0.255951455205554,0.0,0.421997715673799,0.255951455205554,0.0,0.262727576363996,0.255951455205554,0.0,0.280314911825298,0.255951455205554,0.0,0.367441440468901,0.255951455205554,0.0,0.023969029831346,0.255951455205554,0.0,0.0234977169409825,0.5,0.255951455205554,0.0,0.0171584175093371,0.5,0.255951455205554,0.0,0.0163403629029932,0.5,0.255951455205554,0.0,0.0200725786960926,0.255951455205554,0.0,0.0314442414505218,0.0,0.26850028423016,0.255951455205554,0.0,0.23951417826648,0.5,0.255951455205554,0.0,0.202558755044886,0.255951455205554,0.0,0.156554227703316,0.255951455205554,0.0,0.176993601066564,0.255951455205554,0.0,0.0228740099073031,0.0,0.912180289015699 -2237,0.255951455205554,0.0,0.47245596035354,0.255951455205554,0.0,0.280755604432749,0.255951455205554,0.0,0.324534360649455,0.255951455205554,0.0,0.426737645207844,0.255951455205554,0.0,0.0222153363054425,0.255951455205554,0.0,0.024720063550645,0.5,0.255951455205554,0.0,0.01344304493942,0.5,0.255951455205554,0.0,0.015306310752771,0.5,0.255951455205554,0.0,0.0177837053641149,0.255951455205554,0.0,0.0296166690015368,0.0,0.310936931109929,0.255951455205554,0.0,0.264855040068249,0.5,0.255951455205554,0.0,0.230336844240214,0.255951455205554,0.0,0.171882120023529,0.255951455205554,0.0,0.193918910543049,0.255951455205554,0.0,0.0341566501291788,0.0,0.91349585103669 -2238,0.255951455205554,0.0,0.545830089645524,0.255951455205554,0.0,0.417843020327331,0.255951455205554,0.0,0.367471113607159,0.255951455205554,0.0,0.498477776711329,0.255951455205554,0.0,0.0251908063998389,0.255951455205554,0.0,0.0222463750142997,0.5,0.255951455205554,0.0,0.012839262409046,0.5,0.255951455205554,0.0,0.0160194294723053,0.5,0.255951455205554,0.0,0.0156938980767226,0.255951455205554,0.0,0.0282290108211442,0.0,0.362603671754619,0.255951455205554,0.0,0.275450593998083,0.5,0.255951455205554,0.0,0.234971602111062,0.255951455205554,0.0,0.180355867760236,0.255951455205554,0.0,0.221640846429173,0.255951455205554,0.0,0.062246607615874,0.0,0.884165973491978 -2239,0.255951455205554,0.0132032976572141,0.64077132599805,0.255951455205554,0.0121064055400813,0.481736695475341,0.255951455205554,0.00426739779396261,0.413243011979673,0.255951455205554,0.00237679085271625,0.558991994805696,0.255951455205554,0.00441177884565874,0.0300371627726619,0.255951455205554,0.0130651092918939,0.0180302510937749,0.5,0.255951455205554,0.00628568614655363,0.0157596340500879,0.5,0.255951455205554,0.0154373984110518,0.0143464331316513,0.5,0.255951455205554,0.0314504608528973,0.0143198217788089,0.255951455205554,0.00432622001670147,0.0284837628389882,0.0484764261031397,0.402177366501579,0.255951455205554,0.0430302679594088,0.298552039531437,0.5,0.255951455205554,0.0429158084770829,0.255338937355029,0.255951455205554,0.0186576672272827,0.187148372604612,0.255951455205554,0.0123320652507571,0.263059421673804,0.255951455205554,0.0209333512189037,0.106273116495876,0.0194287470830401,0.860626216859596 -2240,0.255951455205554,0.0673529547368409,0.723991329508891,0.255951455205554,0.0585328294499595,0.518545371279101,0.255951455205554,0.0403604668973713,0.478912683173149,0.255951455205554,0.0188693956930913,0.61622467256753,0.255951455205554,0.0715573994365218,0.0370957207553576,0.255951455205554,0.117712496753668,0.0183482547821713,0.5,0.255951455205554,0.104357510438972,0.0190903226649848,0.5,0.255951455205554,0.133176926068999,0.0108019463820916,0.5,0.255951455205554,0.159254382142839,0.014166200297487,0.255951455205554,0.0941422091569629,0.0261630858063169,0.179185906828636,0.3540507589187,0.255951455205554,0.164385027189594,0.359526401409587,0.5,0.255951455205554,0.162198574608329,0.421994774714678,0.255951455205554,0.0836126493339943,0.208646421986117,0.255951455205554,0.0632388477148827,0.314366749819808,0.255951455205554,0.101119958670463,0.161458609670588,0.0908998553052313,0.847360816297414 -2241,0.255951455205554,0.111624264956737,0.808311290383375,0.255951455205554,0.124430302686756,0.692254029504857,0.255951455205554,0.0998109403548032,0.543991007106271,0.255951455205554,0.0494874936306158,0.633107100597362,0.255951455205554,0.176576709088628,0.0784170232648728,0.255951455205554,0.254709548741145,0.0418240509261677,0.5,0.255951455205554,0.241888606059427,0.0351737662638532,0.5,0.255951455205554,0.284619391861901,0.0248410956959241,0.5,0.255951455205554,0.313175120601903,0.0333921864200786,0.255951455205554,0.224822280163979,0.0315341330833223,0.328858917197812,0.507649851172787,0.255951455205554,0.305173611549953,0.484880260464139,0.5,0.255951455205554,0.299450387010041,0.604118976826672,0.255951455205554,0.170328305272975,0.263305577608928,0.255951455205554,0.133652414076105,0.35513605373048,0.255951455205554,0.190638781459829,0.203453347818868,0.133857894296626,0.860040075801784 -2242,0.255951455205554,0.146013843960327,0.835049965969751,0.255951455205554,0.18348107214201,0.690220246083325,0.255951455205554,0.171612680854822,0.550504290960508,0.255951455205554,0.146259856343064,0.741650772346542,0.255951455205554,0.301394221133197,0.143523918478039,0.255951455205554,0.397498312823981,0.0944628360625287,0.5,0.255951455205554,0.391966294208709,0.0636654056289726,0.5,0.255951455205554,0.442272867372827,0.0717841267142006,0.5,0.255951455205554,0.46999886444138,0.102265536946883,0.255951455205554,0.37290829966519,0.0629470684571543,0.476935264582607,0.643416514631734,0.255951455205554,0.456199134901231,0.610456671784708,0.5,0.255951455205554,0.438311038129767,0.713455114434846,0.255951455205554,0.27950760764098,0.313102297442222,0.255951455205554,0.23097229549487,0.409407921506735,0.255951455205554,0.283889201349257,0.236760662996459,0.187583911159763,0.889569235834177 -2243,0.255951455205554,0.153659447608758,0.843580924065864,0.255951455205554,0.225550090270504,0.733269577074598,0.255951455205554,0.228690711710808,0.521946807338132,0.255951455205554,0.214714747479249,0.685286274640123,0.255951455205554,0.422736182558555,0.183814123257917,0.255951455205554,0.527469315090095,0.152369877855335,0.5,0.255951455205554,0.529810407576613,0.0874686128384114,0.5,0.255951455205554,0.57310214043674,0.120108982079171,0.5,0.255951455205554,0.594861919607283,0.173249517968845,0.255951455205554,0.496557871013334,0.112841604310616,0.574533209421762,0.736548527794313,0.255951455205554,0.589527401727983,0.67507444338336,0.5,0.255951455205554,0.534933077466034,0.75892154554447,0.255951455205554,0.410178287756749,0.335722735716627,0.255951455205554,0.376064501632288,0.403773271092372,0.255951455205554,0.391562746022553,0.249513060945611,0.231711069249494,0.910935301626775 -2244,0.255951455205554,0.143960632747792,0.831188663427666,0.255951455205554,0.250156678501838,0.726969245120605,0.255951455205554,0.267785901358531,0.527070922587804,0.255951455205554,0.251951530044107,0.753152370825714,0.255951455205554,0.499297865938923,0.159930564488615,0.255951455205554,0.616787355286954,0.171502641517975,0.5,0.255951455205554,0.617672990279291,0.0925429548756881,0.5,0.255951455205554,0.650103301407654,0.143504095588965,0.5,0.255951455205554,0.665320415700465,0.214855390145308,0.255951455205554,0.580056695547728,0.121174963023805,0.6219159121227,0.787364188207291,0.255951455205554,0.646849597735303,0.706759989069266,0.5,0.255951455205554,0.558000833324805,0.776053194010791,0.255951455205554,0.570275238538756,0.393939254368211,0.255951455205554,0.529348688820101,0.403324398234694,0.255951455205554,0.506106857655321,0.26844801113044,0.240589790555475,0.911605919064579 -2245,0.255951455205554,0.153395602292069,0.851004351894566,0.255951455205554,0.233388698717152,0.776849839823657,0.255951455205554,0.244145671225589,0.537843229863563,0.255951455205554,0.25398697772936,0.77393035411005,0.255951455205554,0.525328876250539,0.147535711836344,0.255951455205554,0.654403744645506,0.162899769774201,0.5,0.255951455205554,0.653324254497796,0.0987647107735558,0.5,0.255951455205554,0.676687389336525,0.179031579813069,0.5,0.255951455205554,0.6875404587639,0.248496967944148,0.255951455205554,0.629408815111353,0.125332573495288,0.638848231787278,0.794988171835141,0.255951455205554,0.643101236882651,0.745966784473364,0.5,0.255951455205554,0.499939427599675,0.783118708251657,0.255951455205554,0.646802642662348,0.46319768062209,0.255951455205554,0.608889568860459,0.496551691705765,0.255951455205554,0.59331792853299,0.296933257119553,0.230100880587619,0.9295908080639 -2246,0.255951455205554,0.146798639327681,0.874086487228286,0.255951455205554,0.237284422645865,0.814088078938949,0.255951455205554,0.234772792661447,0.590836638048134,0.255951455205554,0.112241885887999,0.799038129508104,0.255951455205554,0.499903953264621,0.138796104959336,0.255951455205554,0.643432107861867,0.14963195751031,0.5,0.255951455205554,0.649779271241093,0.102604840112377,0.5,0.255951455205554,0.660537643637054,0.22294043195998,0.5,0.255951455205554,0.666559018206723,0.291777734164424,0.255951455205554,0.641934909405655,0.118083370989577,0.611847460893749,0.852404280669524,0.255951455205554,0.593810944185926,0.787639762676831,0.5,0.255951455205554,0.415571950416264,0.786980453328032,0.255951455205554,0.639034444236623,0.531266227341058,0.255951455205554,0.579296730288205,0.57733046064524,0.255951455205554,0.647874174266114,0.355229934129032,0.236545114127522,0.955450102796664 -2247,0.255951455205554,0.12766116954011,0.889814159005529,0.255951455205554,0.128550908349133,0.791893668595506,0.255951455205554,0.189501850607031,0.605458725400393,0.255951455205554,0.0678339681239748,0.765438688526995,0.255951455205554,0.438407908016479,0.153094129751628,0.255951455205554,0.583093017421117,0.153540405894921,0.5,0.255951455205554,0.591181564710083,0.103431551253283,0.5,0.255951455205554,0.589278741082985,0.241887222306796,0.5,0.255951455205554,0.591520282225597,0.322684905674526,0.255951455205554,0.594489603818307,0.115288354593552,0.524505236586341,0.864379890133597,0.255951455205554,0.499745186595862,0.803634409456327,0.5,0.255951455205554,0.308064488665514,0.765492622042907,0.255951455205554,0.550687659672624,0.578087313724838,0.255951455205554,0.494264793148764,0.639250514577787,0.255951455205554,0.577480947030605,0.399663289212781,0.128851049979892,0.96387833113054 -2248,0.255951455205554,0.0900231771795534,0.888986938855397,0.255951455205554,0.0499889247476512,0.742688852230407,0.255951455205554,0.162556975662498,0.60853638193361,0.255951455205554,0.0480730004621355,0.746372288607845,0.255951455205554,0.344407611689535,0.166309738100326,0.255951455205554,0.469822134882931,0.177159675609564,0.5,0.255951455205554,0.480339767111969,0.108999828720881,0.5,0.255951455205554,0.465067114112832,0.252999203621536,0.5,0.255951455205554,0.462474505386803,0.334590001814227,0.255951455205554,0.48519900308576,0.117916490109295,0.363166465865509,0.849044221399566,0.255951455205554,0.36849191145015,0.796902623812901,0.5,0.255951455205554,0.213511813003661,0.7562966982923,0.255951455205554,0.412195188701864,0.632315494862567,0.255951455205554,0.375946019208831,0.694818659158505,0.255951455205554,0.448734277480573,0.463672639485928,0.0960161731394414,0.963562234249353 -2249,0.255951455205554,0.0450412902620954,0.870916091919618,0.255951455205554,0.02748731903647,0.700271089989076,0.255951455205554,0.109783655827759,0.562412033198641,0.255951455205554,0.042702337935383,0.705859836774638,0.255951455205554,0.215707000047459,0.172572909736719,0.255951455205554,0.329752538083225,0.204482397606712,0.5,0.255951455205554,0.325767406109225,0.11148615581848,0.5,0.255951455205554,0.314965962465268,0.18968373536932,0.5,0.255951455205554,0.312498250535463,0.257938047911534,0.255951455205554,0.33095793601203,0.0971361947109548,0.227220370699896,0.820833262923833,0.255951455205554,0.226590087307796,0.749833734038341,0.5,0.255951455205554,0.110724982866982,0.698045597713202,0.255951455205554,0.273552645274786,0.627678988568174,0.255951455205554,0.250239829758488,0.704055409973153,0.255951455205554,0.310080363130481,0.486486780550312,0.0797177844558573,0.963829108416924 -2250,0.255951455205554,0.0192268672272104,0.861972424075027,0.255951455205554,0.0200447994043487,0.679796135635389,0.255951455205554,0.0540298434064298,0.500094795413433,0.255951455205554,0.0248426436366196,0.67428907892139,0.255951455205554,0.101703899484753,0.152840369423911,0.255951455205554,0.11652137916045,0.154649999866295,0.5,0.255951455205554,0.130177834295322,0.0728340502299464,0.5,0.255951455205554,0.116800596083305,0.0736140121853426,0.5,0.255951455205554,0.0868824268073226,0.13523784001633,0.255951455205554,0.156844966338438,0.0532771016096488,0.0861001369934567,0.732515884305559,0.255951455205554,0.0728096071345797,0.647469927573195,0.5,0.255951455205554,0.0390934201998024,0.614390625599115,0.255951455205554,0.0760731103881818,0.495900263641365,0.255951455205554,0.101570577019497,0.607462146239494,0.255951455205554,0.107538056728616,0.353386842078995,0.0416575501393818,0.959136044582985 -2251,0.255951455205554,0.000139980553738101,0.853864125334724,0.255951455205554,0.0,0.651469983082533,0.255951455205554,0.000134766012164801,0.437901105933138,0.255951455205554,0.0,0.610597609154409,0.255951455205554,3.05249115565722e-05,0.1262756117394,0.255951455205554,0.0,0.14394873691769,0.5,0.255951455205554,0.0,0.0972828190491511,0.5,0.255951455205554,0.0,0.0662501438266934,0.5,0.255951455205554,2.30697192279954e-06,0.127500509932969,0.255951455205554,0.0,0.0897478705051474,0.0,0.644569060688801,0.255951455205554,8.79838724688357e-06,0.554118907512853,0.5,0.255951455205554,5.46125006068245e-05,0.57109585867862,0.255951455205554,0.0,0.399939254656212,0.255951455205554,0.0,0.461459489830524,0.255951455205554,0.0,0.303058219279726,0.0,0.942626178886879 -2252,0.255951455205554,0.0,0.843570658240573,0.255951455205554,0.0,0.606746967206368,0.255951455205554,0.0,0.409672915385152,0.255951455205554,0.0,0.592851536777181,0.255951455205554,0.0,0.131080413129584,0.255951455205554,0.0,0.126420794755284,0.5,0.255951455205554,0.0,0.119879088408648,0.5,0.255951455205554,0.0,0.0550175383651007,0.5,0.255951455205554,0.0,0.11231009682533,0.255951455205554,0.0,0.106923615903439,0.0,0.595455519046586,0.255951455205554,0.0,0.533379138822413,0.5,0.255951455205554,0.0,0.535813927303619,0.255951455205554,0.0,0.339403928299853,0.255951455205554,0.0,0.41124786444163,0.255951455205554,0.0,0.29659602156292,0.0,0.915828930200226 -2253,0.255951455205554,0.0,0.822562431875957,0.255951455205554,0.0,0.635704383231379,0.255951455205554,0.0,0.387939837508386,0.255951455205554,0.0,0.514945038490219,0.255951455205554,0.0,0.147296168079951,0.255951455205554,0.0,0.0938726466278012,0.5,0.255951455205554,0.0,0.142809370028206,0.5,0.255951455205554,0.0,0.0479632035057705,0.5,0.255951455205554,0.0,0.101509879318474,0.255951455205554,0.0,0.113563152800137,0.0,0.546733692419645,0.255951455205554,0.0,0.512509775528836,0.5,0.255951455205554,0.0,0.509110772555726,0.255951455205554,0.0,0.263523364717809,0.255951455205554,0.0,0.39094727215225,0.255951455205554,0.0,0.261710327085409,0.0,0.884674866191149 -2254,0.255951455205554,0.0,0.765422228067084,0.255951455205554,0.0,0.572030037606473,0.255951455205554,0.0,0.351884623492583,0.255951455205554,0.0,0.422512669222936,0.255951455205554,0.0,0.141530234596305,0.255951455205554,0.0,0.0620654571593973,0.5,0.255951455205554,0.0,0.150456569385946,0.5,0.255951455205554,0.0,0.0384188048718123,0.5,0.255951455205554,0.0,0.0880984077247281,0.255951455205554,0.0,0.130875801939347,0.0,0.497651517145498,0.255951455205554,0.0,0.461302277969968,0.5,0.255951455205554,0.0,0.487672215924355,0.255951455205554,0.0,0.18131839369361,0.255951455205554,0.0,0.333693451473285,0.255951455205554,0.0,0.177230600312155,0.0,0.845007853977465 -2255,0.255951455205554,0.0,0.691993594081636,0.255951455205554,0.0,0.504484314072827,0.255951455205554,0.0,0.308581314737679,0.255951455205554,0.0,0.378745939367699,0.255951455205554,0.0,0.114115484457866,0.255951455205554,0.0,0.0392366867558435,0.5,0.255951455205554,0.0,0.155664033790027,0.5,0.255951455205554,0.0,0.0322208231855298,0.5,0.255951455205554,0.0,0.0736459458889151,0.255951455205554,0.0,0.154249334410437,0.0,0.448001501612287,0.255951455205554,0.0,0.418242451241637,0.5,0.255951455205554,0.0,0.462328692708931,0.255951455205554,0.0,0.129226169197067,0.255951455205554,0.0,0.270253709133834,0.255951455205554,0.0,0.0885472175292481,0.0,0.784301709345423 -2256,0.255951455205554,0.0,0.619500565892207,0.255951455205554,0.0,0.461155274792448,0.255951455205554,0.0,0.270703424609712,0.255951455205554,0.0,0.360950933090049,0.255951455205554,0.0,0.0832044696459555,0.255951455205554,0.0,0.0250861934889424,0.5,0.255951455205554,0.0,0.169993547358824,0.5,0.255951455205554,0.0,0.0277868037358285,0.5,0.255951455205554,0.0,0.0626854953160161,0.255951455205554,0.0,0.169419154050205,0.0,0.406377015162008,0.255951455205554,0.0,0.365912617743864,0.5,0.255951455205554,0.0,0.408529233369652,0.255951455205554,0.0,0.101980933557591,0.255951455205554,0.0,0.220426179802808,0.255951455205554,0.0,0.0398418043838424,0.0,0.701738955843247 -2257,0.255951455205554,0.0,0.552155251720858,0.255951455205554,0.0,0.413439599103216,0.255951455205554,0.0,0.239308523012817,0.255951455205554,0.0,0.337637356376362,0.255951455205554,0.0,0.0594619902013312,0.255951455205554,0.0,0.0169890552884041,0.5,0.255951455205554,0.0,0.180012769686183,0.5,0.255951455205554,0.0,0.0170647900587548,0.5,0.255951455205554,0.0,0.048735311557346,0.255951455205554,0.0,0.152575959835294,0.0,0.339074512265198,0.255951455205554,0.0,0.306836650667794,0.5,0.255951455205554,0.0,0.332106888622466,0.255951455205554,0.0,0.0797994912442464,0.255951455205554,0.0,0.178763877423293,0.255951455205554,0.0,0.0239073100146202,0.0,0.535866509989619 -2258,0.255951455205554,0.0,0.490148989623264,0.255951455205554,0.0,0.339722778790521,0.255951455205554,0.0,0.207704789996535,0.255951455205554,0.0,0.311969093234323,0.255951455205554,0.0,0.0499844559359352,0.255951455205554,0.0,0.0137264847966744,0.5,0.255951455205554,0.0,0.176059812305364,0.5,0.255951455205554,0.0,0.0122785646920198,0.5,0.255951455205554,0.0,0.0320653513053523,0.255951455205554,0.0,0.156999789133718,0.0,0.297443783073299,0.255951455205554,0.0,0.254091153574107,0.5,0.255951455205554,0.0,0.280280677246172,0.255951455205554,0.0,0.0618535179179127,0.255951455205554,0.0,0.149373699026397,0.255951455205554,0.0,0.0174215988708478,0.0,0.318448113020067 -2259,0.255951455205554,0.0,0.458280162791091,0.255951455205554,0.0,0.281044149585135,0.255951455205554,0.0,0.170195625124405,0.255951455205554,0.0,0.282586893267553,0.255951455205554,0.0,0.0501022722248382,0.255951455205554,0.0,0.0115847876308806,0.5,0.255951455205554,0.0,0.167617373713094,0.5,0.255951455205554,0.0,0.00924037578196334,0.5,0.255951455205554,0.0,0.0206735515837392,0.255951455205554,0.0,0.181053120809746,0.0,0.289657783943096,0.255951455205554,0.0,0.234750404061663,0.5,0.255951455205554,0.0,0.256203720866098,0.255951455205554,0.0,0.0469519732116896,0.255951455205554,0.0,0.113128423968293,0.255951455205554,0.0,0.0125448561979263,0.0,0.179373468475678 -2260,0.255951455205554,0.0,0.433818794303189,0.255951455205554,0.0,0.262128969594587,0.255951455205554,0.0,0.130728433912445,0.255951455205554,0.0,0.229203018338994,0.255951455205554,0.0,0.0578201642417897,0.255951455205554,0.0,0.0114859622482565,0.5,0.255951455205554,0.0,0.170402591127012,0.5,0.255951455205554,0.0,0.00824812977801585,0.5,0.255951455205554,0.0,0.0162733521239276,0.255951455205554,0.0,0.186037802261646,0.0,0.253198753604124,0.255951455205554,0.0,0.216191125380395,0.5,0.255951455205554,0.0,0.231430201127418,0.255951455205554,0.0,0.0382722058633386,0.255951455205554,0.0,0.0852595486920368,0.255951455205554,0.0,0.00925786452760131,0.0,0.112664707608999 -2261,0.255951455205554,0.0,0.370068874683376,0.255951455205554,0.0,0.257813893774834,0.255951455205554,0.0,0.0982435066100889,0.255951455205554,0.0,0.153800980610994,0.255951455205554,0.0,0.0630957171103983,0.255951455205554,0.0,0.0126551019931164,0.5,0.255951455205554,0.0,0.180638967379269,0.5,0.255951455205554,0.0,0.00869379754070941,0.5,0.255951455205554,0.0,0.0136819360814641,0.255951455205554,0.0,0.18707149918582,0.0,0.234222294975696,0.255951455205554,0.0,0.201504556503772,0.5,0.255951455205554,0.0,0.208841874290813,0.255951455205554,0.0,0.0330423994939434,0.255951455205554,0.0,0.0727268892443888,0.255951455205554,0.0,0.00646314824752547,0.0,0.0791794263033396 -2262,0.255951455205554,0.0,0.2992229567039,0.255951455205554,0.0,0.191281348722981,0.255951455205554,0.0,0.0721425812445347,0.255951455205554,0.0,0.0958821971319496,0.255951455205554,0.0,0.0620710266006339,0.255951455205554,0.0,0.0129261638398807,0.5,0.255951455205554,0.0,0.192375835309402,0.5,0.255951455205554,0.0,0.00826983787656324,0.5,0.255951455205554,0.0,0.0121404751016234,0.255951455205554,0.0,0.182388638760295,0.0,0.243957393290405,0.255951455205554,0.0,0.197112870558577,0.5,0.255951455205554,0.0,0.187651000371483,0.255951455205554,0.0,0.0260607954629679,0.255951455205554,0.0,0.0662613485155868,0.255951455205554,0.0,0.00442648107633201,0.0,0.0621946877449794 -2263,0.255951455205554,0.00412144696146808,0.253703356262189,0.255951455205554,0.00324795737814534,0.136905262305437,0.255951455205554,0.0043379502829864,0.0559325820493906,0.255951455205554,0.00123770132468513,0.077720256255814,0.255951455205554,0.00359493708032973,0.0587683251240812,0.255951455205554,0.0167015683664303,0.0134837015893549,0.5,0.255951455205554,0.00434931645384104,0.200375242002887,0.5,0.255951455205554,0.0176697656767177,0.0102979550731998,0.5,0.255951455205554,0.0301731194018624,0.0109422009420554,0.255951455205554,0.00145006327103388,0.204972575691131,0.0322408657768774,0.22721046776368,0.255951455205554,0.0331219144095082,0.213819914541807,0.5,0.255951455205554,0.0354928720188977,0.182372500231067,0.255951455205554,0.0413070641546974,0.022750382083032,0.255951455205554,0.0274365483285962,0.0706147670941209,0.255951455205554,0.0303362049281135,0.00253356128977378,0.00341566057716264,0.0568952699043582 -2264,0.255951455205554,0.0201776325121721,0.214360583313309,0.255951455205554,0.014981300106246,0.126606884107271,0.255951455205554,0.0315325116547047,0.0488351762922107,0.255951455205554,0.0100604009616388,0.0693515451250991,0.255951455205554,0.0351577753203909,0.0704569146995223,0.255951455205554,0.104921336369939,0.0152658072612623,0.5,0.255951455205554,0.0438258366916593,0.204984059812385,0.5,0.255951455205554,0.123499784010475,0.0145245703288955,0.5,0.255951455205554,0.138751304084971,0.0103527768739964,0.255951455205554,0.0195862871526838,0.179268530112471,0.0718947335016087,0.225515549223257,0.255951455205554,0.118915737925992,0.233080988382098,0.5,0.255951455205554,0.136297366673125,0.205914472288753,0.255951455205554,0.157818532326424,0.024662404382174,0.255951455205554,0.116111704095032,0.0750711508180824,0.255951455205554,0.13940025098312,0.00165553115911037,0.01063910980468,0.0551890156873245 -2265,0.255951455205554,0.0423364859566791,0.171561516601249,0.255951455205554,0.039519072570793,0.130412801490161,0.255951455205554,0.0581555547906919,0.0425013664113931,0.255951455205554,0.0300743333269276,0.0409173915716461,0.255951455205554,0.0804142724492028,0.0896926836103029,0.255951455205554,0.194683548305013,0.0228228632818859,0.5,0.255951455205554,0.0884290384728033,0.205534819404082,0.5,0.255951455205554,0.246481686186672,0.0297668483715963,0.5,0.255951455205554,0.264201795811251,0.0175433396946675,0.255951455205554,0.0471953107516571,0.160014229225768,0.137038345940769,0.244343465138336,0.255951455205554,0.219467407099707,0.230847235041574,0.5,0.255951455205554,0.249320562022865,0.233465282649012,0.255951455205554,0.293655990407199,0.0303043933634498,0.255951455205554,0.21187919483693,0.0560087252718766,0.255951455205554,0.271838347168868,0.00127980243184062,0.019696880803841,0.0452179949100843 -2266,0.255951455205554,0.0699736417970563,0.138321110004487,0.255951455205554,0.0785198264384799,0.118981827085298,0.255951455205554,0.0959277585407155,0.037446455089985,0.255951455205554,0.0353516066116926,0.0187325445868545,0.255951455205554,0.13827401646897,0.112638276807101,0.255951455205554,0.262653405898826,0.041132063401897,0.5,0.255951455205554,0.133804530433706,0.188527069068243,0.5,0.255951455205554,0.370972826543093,0.0515540631770696,0.5,0.255951455205554,0.39581499770343,0.0245640209439309,0.255951455205554,0.0846180322952434,0.130400081799676,0.216176462198029,0.233552631673437,0.255951455205554,0.311842158095282,0.225172033441238,0.5,0.255951455205554,0.352928215508436,0.264615884651591,0.255951455205554,0.425051263008352,0.0339533403153167,0.255951455205554,0.2734037169881,0.0420594399231478,0.255951455205554,0.408441016523782,0.00159351903863719,0.0315643668909518,0.0415772769485645 -2267,0.255951455205554,0.0903580417850575,0.111259564118508,0.255951455205554,0.100021633551882,0.0650204767507437,0.255951455205554,0.139927342269809,0.0307616316763311,0.255951455205554,0.0576254189967692,0.011162029280645,0.255951455205554,0.184818590230095,0.139381457485497,0.255951455205554,0.32290174526423,0.0880998349359288,0.5,0.255951455205554,0.176960363383172,0.173981990752474,0.5,0.255951455205554,0.472652094360008,0.0768430155367284,0.5,0.255951455205554,0.499833143022631,0.0285263454104823,0.255951455205554,0.130504768710991,0.10134519875233,0.2541642877846,0.19819511715639,0.255951455205554,0.366278605351221,0.186146957329277,0.5,0.255951455205554,0.45405987067258,0.296410031843952,0.255951455205554,0.505341992738791,0.0329539080014383,0.255951455205554,0.286247327073927,0.0340230620348958,0.255951455205554,0.513068648553027,0.00397553149348212,0.0477884951311383,0.0405400141949496 -2268,0.255951455205554,0.115613265659078,0.0874011416887638,0.255951455205554,0.0736269087737367,0.0450302779064199,0.255951455205554,0.186440396545058,0.0339391860636785,0.255951455205554,0.0516947595103371,0.0034773659519883,0.255951455205554,0.190001080777268,0.161112036813397,0.255951455205554,0.368481146589917,0.117237059809567,0.5,0.255951455205554,0.213209042613248,0.169072736816552,0.5,0.255951455205554,0.515139135651332,0.0987225779937587,0.5,0.255951455205554,0.557216549116002,0.0312914882527296,0.255951455205554,0.191946197594647,0.102421987898464,0.289494507250478,0.199546064000214,0.255951455205554,0.414340373269154,0.191637950217086,0.5,0.255951455205554,0.521712881815633,0.294657713681715,0.255951455205554,0.52742106680018,0.0324858917862311,0.255951455205554,0.316558797339905,0.0278197380985028,0.255951455205554,0.532842541647926,0.00940132002209384,0.0647784119293319,0.0363371941013405 -2269,0.255951455205554,0.135141876899278,0.0565127700503329,0.255951455205554,0.146814424450618,0.0364948252687964,0.255951455205554,0.206753056708923,0.0472003133979161,0.255951455205554,0.135284428820361,0.000693251359040675,0.255951455205554,0.173527924315448,0.181069116408254,0.255951455205554,0.379874252008588,0.140184268635374,0.5,0.255951455205554,0.231675676203887,0.170378854544659,0.5,0.255951455205554,0.515697818997671,0.113696632290545,0.5,0.255951455205554,0.574302924651869,0.0373198490069629,0.255951455205554,0.261768923232541,0.110669790619022,0.442397844110166,0.196289064940982,0.255951455205554,0.44339551869422,0.207673410425727,0.5,0.255951455205554,0.514860549913327,0.281913089789829,0.255951455205554,0.515794679968803,0.0416273791474185,0.255951455205554,0.320502927321208,0.0207123617764019,0.255951455205554,0.488573041642781,0.0166360696549951,0.0714593434041748,0.0334304937036101 -2270,0.255951455205554,0.155131919088052,0.0372091099565886,0.255951455205554,0.145617028272376,0.0300500280889582,0.255951455205554,0.19644692549953,0.0638816407726441,0.255951455205554,0.158929805985825,0.00653255393066868,0.255951455205554,0.158553402471746,0.184835133960382,0.255951455205554,0.352728250617288,0.177563169670434,0.5,0.255951455205554,0.26235987999133,0.174175506739034,0.5,0.255951455205554,0.486559569593314,0.12009903208025,0.5,0.255951455205554,0.550353869041768,0.0404468711488293,0.255951455205554,0.329349576511316,0.101703838171861,0.441218210625223,0.202300277002947,0.255951455205554,0.423987497223265,0.187898447203022,0.5,0.255951455205554,0.458012628232203,0.250045031897569,0.255951455205554,0.490679497513958,0.0546628459502742,0.255951455205554,0.267897264185553,0.0142438133055728,0.255951455205554,0.431530993558554,0.0210557661191483,0.0908895309269277,0.0319976091920429 -2271,0.255951455205554,0.154236973880536,0.0262798543083924,0.255951455205554,0.0997695838910679,0.00779105337944601,0.255951455205554,0.153001726136286,0.0743993220284183,0.255951455205554,0.185399297335584,0.025186500137753,0.255951455205554,0.144688033920575,0.168722114190612,0.255951455205554,0.276569997448071,0.213164698046419,0.5,0.255951455205554,0.264598945333652,0.159756332961487,0.5,0.255951455205554,0.415824635195445,0.118900328168432,0.5,0.255951455205554,0.486085893571561,0.0385378230164225,0.255951455205554,0.312671198890298,0.0795777284152769,0.389631686539828,0.155728896985558,0.255951455205554,0.350125801798163,0.175058877140007,0.5,0.255951455205554,0.369106939665503,0.2001266194363,0.255951455205554,0.382193153140248,0.0594317302177701,0.255951455205554,0.163540520079092,0.00766435581792728,0.255951455205554,0.350178874817471,0.0206843752156192,0.176273127781439,0.0398279019991454 -2272,0.255951455205554,0.111731615287935,0.0172300615287764,0.255951455205554,0.119948874403839,0.00211386898104945,0.255951455205554,0.109703617473076,0.075369704455071,0.255951455205554,0.150634141824911,0.0632669092904021,0.255951455205554,0.107957410874217,0.143765029045037,0.255951455205554,0.179507465912056,0.241436930621516,0.5,0.255951455205554,0.239724321648018,0.141455683796176,0.5,0.255951455205554,0.303730474260952,0.118159501935214,0.5,0.255951455205554,0.363024280714713,0.0404431815577012,0.255951455205554,0.263741605704601,0.0681947266102184,0.28491552052537,0.110605786744529,0.255951455205554,0.252569418286862,0.140795214010095,0.5,0.255951455205554,0.244030428838238,0.144170625362179,0.255951455205554,0.245740335360555,0.0592157168186533,0.255951455205554,0.123338265881867,0.00447325559737301,0.255951455205554,0.283837609061831,0.0220145603217838,0.128623139310442,0.0523283541290948 -2273,0.255951455205554,0.0662337803445671,0.0127476569469502,0.255951455205554,0.0843732368498953,0.00466933860975518,0.255951455205554,0.0607737712902754,0.0643840293539079,0.255951455205554,0.0711434331884524,0.0845540321176804,0.255951455205554,0.0661145509680882,0.121794196806434,0.255951455205554,0.106154100595915,0.245061666238576,0.5,0.255951455205554,0.182044479752106,0.114396604751107,0.5,0.255951455205554,0.189373482280883,0.113713356092393,0.5,0.255951455205554,0.235246910833356,0.0412297597033567,0.255951455205554,0.170218132969758,0.0579067296914232,0.165819136703547,0.0584931624227576,0.255951455205554,0.14989830478272,0.0879874839064092,0.5,0.255951455205554,0.122928080328939,0.0658019766785,0.255951455205554,0.13376282185819,0.0478081878886782,0.255951455205554,0.107146084931897,0.00425089462716125,0.255951455205554,0.204111390221344,0.0279167098399362,0.086228661246015,0.0605051400963649 -2274,0.255951455205554,0.0194600350969587,0.00938652674339969,0.255951455205554,0.0340557425156501,0.0122592092104633,0.255951455205554,0.0207526225473204,0.0413971640774263,0.255951455205554,0.0189640004357,0.0463606134308053,0.255951455205554,0.0309348893235341,0.0899167443044468,0.255951455205554,0.0474361985113553,0.207765216812722,0.5,0.255951455205554,0.0963568826613915,0.0726479439165502,0.5,0.255951455205554,0.0726679437746514,0.0799182270366511,0.5,0.255951455205554,0.0722482921202847,0.0260801317049893,0.255951455205554,0.0814339080565126,0.0377560843502946,0.0577248095776753,0.0139800276909705,0.255951455205554,0.0520639872928475,0.0301827946657328,0.5,0.255951455205554,0.0361110065253783,0.0251315680972838,0.255951455205554,0.0401323734541868,0.0270943036400557,0.255951455205554,0.0642971738574673,0.00340720999292708,0.255951455205554,0.0902988885130218,0.0348260254810355,0.0269782132708581,0.0588393355523819 -2275,0.255951455205554,0.000877112172505506,0.0121920618324048,0.255951455205554,0.0,0.0252213442141132,0.255951455205554,8.65647609110774e-05,0.0288586334666034,0.255951455205554,0.0,0.0227424488658952,0.255951455205554,3.27255190628172e-05,0.0595015594109482,0.255951455205554,9.21029895695515e-05,0.153664126159984,0.5,0.255951455205554,0.0,0.0238968639539299,0.5,0.255951455205554,7.10034040310815e-05,0.109456000599575,0.5,0.255951455205554,1.85434651432916e-05,0.0473133814943607,0.255951455205554,0.0,0.0145648587595251,0.0,0.0132245670351782,0.255951455205554,3.82440185424032e-05,0.0217508835825529,0.5,0.255951455205554,3.62604031996326e-05,0.0202073332635265,0.255951455205554,1.85313402901384e-06,0.0230373845922066,0.255951455205554,8.63835584707328e-05,0.00228712812715689,0.255951455205554,0.0,0.0475592781109358,0.00111572763981356,0.0651967448534316 -2276,0.255951455205554,0.0,0.0182149347783381,0.255951455205554,0.0,0.034699728561826,0.255951455205554,0.0,0.0272087950729175,0.255951455205554,0.0,0.0123549560391916,0.255951455205554,0.0,0.0427886789372211,0.255951455205554,0.0,0.118157912789892,0.5,0.255951455205554,0.0,0.0196311896908924,0.5,0.255951455205554,0.0,0.138678039733267,0.5,0.255951455205554,0.0,0.0686186411625359,0.255951455205554,0.0,0.0154276916809889,0.0,0.00494359910035245,0.255951455205554,0.0,0.0129151932296423,0.5,0.255951455205554,0.0,0.0150715647124614,0.255951455205554,0.0,0.0160205356087926,0.255951455205554,0.0,0.0030613930451949,0.255951455205554,0.0,0.0552695329661037,0.0,0.0748895544144933 -2277,0.255951455205554,0.0,0.0237788888617616,0.255951455205554,0.0,0.0481721527473857,0.255951455205554,0.0,0.0291243193690161,0.255951455205554,0.0,0.00629991542163468,0.255951455205554,0.0,0.0344267501359696,0.255951455205554,0.0,0.105558709991286,0.5,0.255951455205554,0.0,0.0189800897541203,0.5,0.255951455205554,0.0,0.180200321382294,0.5,0.255951455205554,0.0,0.0832614943178762,0.255951455205554,0.0,0.0149177381426837,0.0,0.000644067352417229,0.255951455205554,0.0,0.00710916792468269,0.5,0.255951455205554,0.0,0.0119786141242552,0.255951455205554,0.0,0.00989941918193204,0.255951455205554,0.0,0.0106106828960916,0.255951455205554,0.0,0.0645094686370893,0.0,0.0778379957494655 -2278,0.255951455205554,0.0,0.0265586673040232,0.255951455205554,0.0,0.0517201354776227,0.255951455205554,0.0,0.0303414179869046,0.255951455205554,0.0,0.00489437603978452,0.255951455205554,0.0,0.0279118020690361,0.255951455205554,0.0,0.0918150239711243,0.5,0.255951455205554,0.0,0.0150498489017698,0.5,0.255951455205554,0.0,0.216160113345785,0.5,0.255951455205554,0.0,0.0930456579677383,0.255951455205554,0.0,0.0118558114901943,0.0,0.0,0.255951455205554,0.0,0.0050814809626273,0.5,0.255951455205554,0.0,0.0113565318898922,0.255951455205554,0.0,0.00743310296113056,0.255951455205554,0.0,0.0262594942623247,0.255951455205554,0.0,0.0710288859630352,0.0,0.0922915743644566 -2279,0.255951455205554,0.0,0.0313390562421374,0.255951455205554,0.0,0.0470070584287501,0.255951455205554,0.0,0.0332087740779469,0.255951455205554,0.0,0.00936496544967157,0.255951455205554,0.0,0.0262890563442936,0.255951455205554,0.0,0.0698937692595157,0.5,0.255951455205554,0.0,0.0107869635505947,0.5,0.255951455205554,0.0,0.179539340384133,0.5,0.255951455205554,0.0,0.100932287269649,0.255951455205554,0.0,0.00864346220925379,0.0,0.0,0.255951455205554,0.0,0.00691489515305444,0.5,0.255951455205554,0.0,0.0134446306657849,0.255951455205554,0.0,0.00861990382509594,0.255951455205554,0.0,0.0464077989788202,0.255951455205554,0.0,0.0675829481267561,0.0,0.133350274399199 -2280,0.255951455205554,0.0,0.040211912967559,0.255951455205554,0.0,0.044143874674326,0.255951455205554,0.0,0.0398729644444479,0.255951455205554,0.0,0.0229823657443574,0.255951455205554,0.0,0.0282395439688846,0.255951455205554,0.0,0.0527748568447682,0.5,0.255951455205554,0.0,0.00673821135393801,0.5,0.255951455205554,0.0,0.110000355392103,0.5,0.255951455205554,0.0,0.1032312280328,0.255951455205554,0.0,0.00458831425163636,0.0,0.00356931951158892,0.255951455205554,0.0,0.0133723538118793,0.5,0.255951455205554,0.0,0.0174118723004953,0.255951455205554,0.0,0.0124188393376056,0.255951455205554,0.0,0.0614217967191495,0.255951455205554,0.0,0.0602902104789184,0.0,0.17823351191029 -2281,0.255951455205554,0.0,0.0501442373898008,0.255951455205554,0.0,0.0354631085057173,0.255951455205554,0.0,0.0479154550598061,0.255951455205554,0.0,0.0378676476059152,0.255951455205554,0.0,0.0329659265291334,0.255951455205554,0.0,0.038943952219338,0.5,0.255951455205554,0.0,0.00420613454762921,0.5,0.255951455205554,0.0,0.0844900232816682,0.5,0.255951455205554,0.0,0.0969409989934585,0.255951455205554,0.0,0.00103472878553962,0.0,0.0113169665327694,0.255951455205554,0.0,0.0222514091224324,0.5,0.255951455205554,0.0,0.0221989749496324,0.255951455205554,0.0,0.0199461113493757,0.255951455205554,0.0,0.0690744900333127,0.255951455205554,0.0,0.0546900037033973,0.0,0.205728345924897 -2282,0.255951455205554,0.0,0.0631390686218087,0.255951455205554,0.0,0.0463030375814493,0.255951455205554,0.0,0.0563540475671607,0.255951455205554,0.0,0.0451415091941356,0.255951455205554,0.0,0.0419475775867596,0.255951455205554,0.0,0.0220883108049779,0.5,0.255951455205554,0.0,0.00467871442744698,0.5,0.255951455205554,0.0,0.0685283155895262,0.5,0.255951455205554,0.0,0.0971556798488097,0.255951455205554,0.0,0.000178216611979669,0.0,0.0238844780564412,0.255951455205554,0.0,0.0314472026809683,0.5,0.255951455205554,0.0,0.0277291545833444,0.255951455205554,0.0,0.0263871734750298,0.255951455205554,0.0,0.069080404851493,0.255951455205554,0.0,0.0520384870988569,0.0,0.252539332046134 -2283,0.255951455205554,0.0,0.0782123846387188,0.255951455205554,0.0,0.0519157514055496,0.255951455205554,0.0,0.067590055635715,0.255951455205554,0.0,0.0590576298514465,0.255951455205554,0.0,0.0505905610129506,0.255951455205554,0.0,0.0114360324225841,0.5,0.255951455205554,0.0,0.00743682484892239,0.5,0.255951455205554,0.0,0.0517062335491901,0.5,0.255951455205554,0.0,0.0936935406896546,0.255951455205554,0.0,0.0011292048026191,0.0,0.0365888189365761,0.255951455205554,0.0,0.0382629176729944,0.5,0.255951455205554,0.0,0.0324054729596279,0.255951455205554,0.0,0.0309189213839653,0.255951455205554,0.0,0.0622290713377254,0.255951455205554,0.0,0.0465564272555165,0.0,0.298355866086862 -2284,0.255951455205554,0.0,0.10173786748302,0.255951455205554,0.0,0.0466657330048005,0.255951455205554,0.0,0.0788633693700827,0.255951455205554,0.0,0.0761753653930101,0.255951455205554,0.0,0.0564317585089268,0.255951455205554,0.0,0.00632072267535303,0.5,0.255951455205554,0.0,0.00705961469604198,0.5,0.255951455205554,0.0,0.0333864691485578,0.5,0.255951455205554,0.0,0.0815438548434115,0.255951455205554,0.0,0.00290336500990072,0.0,0.0461064551349494,0.255951455205554,0.0,0.0394611021289607,0.5,0.255951455205554,0.0,0.0382822065724215,0.255951455205554,0.0,0.0321024073163996,0.255951455205554,0.0,0.0514473781610268,0.255951455205554,0.0,0.0399025051999422,0.0,0.297253115077316 -2285,0.255951455205554,0.0,0.13379012889567,0.255951455205554,0.0,0.0582542194859546,0.255951455205554,0.0,0.0889196572555202,0.255951455205554,0.0,0.0908793521500364,0.255951455205554,0.0,0.0610564313016699,0.255951455205554,0.0,0.0050399045547965,0.5,0.255951455205554,0.0,0.0075295857790028,0.5,0.255951455205554,0.0,0.0230031611881595,0.5,0.255951455205554,0.0,0.0687695031649086,0.255951455205554,0.0,0.00515038574940794,0.0,0.0467181713307803,0.255951455205554,0.0,0.0401795455744064,0.5,0.255951455205554,0.0,0.0436304062631576,0.255951455205554,0.0,0.0315115365698762,0.255951455205554,0.0,0.0352393253864315,0.255951455205554,0.0,0.0262092365821851,0.0,0.288883984875605 -2286,0.255951455205554,0.0,0.14239866191479,0.255951455205554,0.0,0.069103896170089,0.255951455205554,0.0,0.0958251652642931,0.255951455205554,0.0,0.0992302388883577,0.255951455205554,0.0,0.0639751234458824,0.255951455205554,0.0,0.00571328355571023,0.5,0.255951455205554,0.0,0.00829830437159892,0.5,0.255951455205554,0.0,0.0184640670423862,0.5,0.255951455205554,0.0,0.0560984661074123,0.255951455205554,0.0,0.00180878107744189,0.0,0.0429225034152949,0.255951455205554,0.0,0.0414323642146528,0.5,0.255951455205554,0.0,0.0438629496529636,0.255951455205554,0.0,0.0340419821275717,0.255951455205554,0.0,0.0229912555700882,0.255951455205554,0.0,0.0152867085857776,0.0,0.286246762984529 -2287,0.255951455205554,0.0109391620297641,0.130643729285736,0.255951455205554,0.0175276087030165,0.0580970526734691,0.255951455205554,0.011864530630763,0.0960988702150272,0.255951455205554,0.00370091995718704,0.107468115200365,0.255951455205554,0.00505314938150854,0.066061771003569,0.255951455205554,0.0228530709363372,0.00556081726549562,0.5,0.255951455205554,0.0107883172126399,0.0097718189351142,0.5,0.255951455205554,0.00795446307007835,0.0175900664732087,0.5,0.255951455205554,0.00541625661710134,0.0484668449256619,0.255951455205554,0.00832764203524171,0.00115508247220381,0.0454278314165365,0.0398632903839209,0.255951455205554,0.0177803719201877,0.0439977111607917,0.5,0.255951455205554,0.0233767068283971,0.0437338456704463,0.255951455205554,0.00447291076156749,0.0454170703383165,0.255951455205554,0.0235192971652159,0.0190414804047183,0.255951455205554,0.0149045025097294,0.0111406387368212,0.00720554634717081,0.307800517606808 -2288,0.255951455205554,0.0600767660570516,0.127515792690558,0.255951455205554,0.0766875844940799,0.0630084123013772,0.255951455205554,0.0778605832005628,0.10101706885532,0.255951455205554,0.0430465184478588,0.117118255339924,0.255951455205554,0.054818953634844,0.069416864491654,0.255951455205554,0.127387060897232,0.00577892315769044,0.5,0.255951455205554,0.0992689799186936,0.00920683328410889,0.5,0.255951455205554,0.0778232493201632,0.0239935760582154,0.5,0.255951455205554,0.0395598255396821,0.0543573764938102,0.255951455205554,0.110090431761571,0.00139340627638843,0.178618771713554,0.0817605376287919,0.255951455205554,0.0762247615164016,0.0680084115590718,0.5,0.255951455205554,0.116546770353352,0.06358517473216,0.255951455205554,0.0156244982197041,0.0631472589128927,0.255951455205554,0.136515586897336,0.0262139501335688,0.255951455205554,0.0973629799580425,0.0227644078626315,0.0245822269588163,0.345078656263767 -2289,0.255951455205554,0.137689576774385,0.158749152356245,0.255951455205554,0.137747280525379,0.103664337506477,0.255951455205554,0.150853483944324,0.129877791483275,0.255951455205554,0.1392617196582,0.141128209062436,0.255951455205554,0.135195555680063,0.0900490697320419,0.255951455205554,0.21391735161203,0.0114069985635649,0.5,0.255951455205554,0.208741686275362,0.0115934776512573,0.5,0.255951455205554,0.20186181282003,0.0421983071579346,0.5,0.255951455205554,0.0989716879484245,0.0726489510143776,0.255951455205554,0.238610031906608,0.00400023268025975,0.257169397581635,0.160035492791213,0.255951455205554,0.15609286332094,0.118398626568403,0.5,0.255951455205554,0.230427497797709,0.128761343062327,0.255951455205554,0.0501861794765425,0.0745974713265869,0.255951455205554,0.298016262214188,0.0754439243233758,0.255951455205554,0.2163660428192,0.0690650928384939,0.0798166519691705,0.33972083027863 -2290,0.255951455205554,0.22240947230913,0.200190247897795,0.255951455205554,0.174253111968196,0.1450648610751,0.255951455205554,0.196228831152493,0.153121483894146,0.255951455205554,0.303919109483009,0.187619449254602,0.255951455205554,0.236060472551211,0.146870860477904,0.255951455205554,0.280739429136135,0.0243612997796478,0.5,0.255951455205554,0.325830560696647,0.0238777327656418,0.5,0.255951455205554,0.34302889772454,0.0742468086355285,0.5,0.255951455205554,0.18254994123812,0.0982081409392,0.255951455205554,0.393569155596449,0.0126786875633857,0.154904156468267,0.127684764996423,0.255951455205554,0.268355343138048,0.187514997426068,0.5,0.255951455205554,0.303892654338544,0.183455679107952,0.255951455205554,0.127788802944329,0.0853520555087254,0.255951455205554,0.42278447755779,0.108645715565229,0.255951455205554,0.360610951699141,0.101198696042748,0.176614857001782,0.329834542282556 -2291,0.255951455205554,0.338857402800834,0.24245864182486,0.255951455205554,0.281536309496882,0.19025859965285,0.255951455205554,0.214012410922926,0.165962139506312,0.255951455205554,0.3518052530995,0.216692123764571,0.255951455205554,0.352412395074403,0.215919655211727,0.255951455205554,0.358463903350241,0.046759115662207,0.5,0.255951455205554,0.438600445641282,0.0450641526827134,0.5,0.255951455205554,0.449222164618959,0.0955565739749174,0.5,0.255951455205554,0.276795092975738,0.119893195175765,0.255951455205554,0.543960012144634,0.0340375022688104,0.339242239870042,0.198033729579406,0.255951455205554,0.391223862568491,0.247640839885687,0.5,0.255951455205554,0.34440744487301,0.230133948612854,0.255951455205554,0.275449631434321,0.124895155888671,0.255951455205554,0.477375826369849,0.0951420296343583,0.255951455205554,0.466065644971287,0.103753806411082,0.346345997516556,0.326155115021425 -2292,0.255951455205554,0.40261194371445,0.298219975627167,0.255951455205554,0.401516570364921,0.213298910837369,0.255951455205554,0.247968366460045,0.193358324199297,0.255951455205554,0.189882048169972,0.203949032775834,0.255951455205554,0.412068985350991,0.260275752936549,0.255951455205554,0.471926653841464,0.0771504626177233,0.5,0.255951455205554,0.52993354463535,0.0782880108086541,0.5,0.255951455205554,0.50286020223516,0.0948330344046056,0.5,0.255951455205554,0.353031377148149,0.122449798104085,0.255951455205554,0.637591994225934,0.0477360318077151,0.627615070281173,0.270113330755928,0.255951455205554,0.47649642807629,0.253243678735551,0.5,0.255951455205554,0.366984953568431,0.260534023170551,0.255951455205554,0.429879171184242,0.201210836777473,0.255951455205554,0.461294054370377,0.0808755118067137,0.255951455205554,0.483664516666615,0.0944713861145363,0.554621596275778,0.309236602758729 -2293,0.255951455205554,0.326120999594918,0.372669520980452,0.255951455205554,0.440647560673491,0.288084548286485,0.255951455205554,0.289014118415287,0.270463949534688,0.255951455205554,0.0838223631380141,0.126658408364314,0.255951455205554,0.40701392019709,0.303691950302035,0.255951455205554,0.558129236427898,0.106700002585967,0.5,0.255951455205554,0.546650270298339,0.0899613482278227,0.5,0.255951455205554,0.541615991362251,0.0773295002730604,0.5,0.255951455205554,0.39695309180103,0.102258959402096,0.255951455205554,0.630453564402405,0.0436560501192653,0.63232448918236,0.258054012530245,0.255951455205554,0.435421834571215,0.212916776265844,0.5,0.255951455205554,0.413511988062399,0.276511154020104,0.255951455205554,0.47271414640337,0.232809622225987,0.255951455205554,0.440114596854647,0.0835067808756478,0.255951455205554,0.543129899220817,0.0996456173993299,0.452589137534076,0.307721784929431 -2294,0.255951455205554,0.181313637648126,0.3326974962286,0.255951455205554,0.311705807273874,0.496522334610634,0.255951455205554,0.274639175746958,0.280872231798474,0.255951455205554,0.149026149703379,0.178961894191456,0.255951455205554,0.311126223027296,0.313635358480858,0.255951455205554,0.537913159380518,0.121875602070339,0.5,0.255951455205554,0.537000694675379,0.0930378924641756,0.5,0.255951455205554,0.515517459224719,0.0496054396835376,0.5,0.255951455205554,0.399002592971369,0.0708075331939821,0.255951455205554,0.615873345605125,0.0420225330771099,0.533487955062665,0.225614978284689,0.255951455205554,0.469178470199351,0.190779887253381,0.5,0.255951455205554,0.455472283178217,0.275968327596584,0.255951455205554,0.445580232365005,0.180582245285416,0.255951455205554,0.455052259573827,0.09187066842411,0.255951455205554,0.544500245124986,0.105410973100797,0.172188001230239,0.308262213169685 -2295,0.255951455205554,0.092864475253625,0.290261797441271,0.255951455205554,0.0700747756830635,0.206248652145032,0.255951455205554,0.231011174728501,0.278447782480315,0.255951455205554,0.287906866756769,0.280452332756802,0.255951455205554,0.305330638963169,0.332693215568578,0.255951455205554,0.457385700270144,0.124287529691108,0.5,0.255951455205554,0.493972283661291,0.101914266962801,0.5,0.255951455205554,0.448056247915634,0.0279753442389449,0.5,0.255951455205554,0.348453727604363,0.0458833002737507,0.255951455205554,0.564934598920428,0.0479212442868718,0.450092510591845,0.194115691416364,0.255951455205554,0.472146919005914,0.161470958076205,0.5,0.255951455205554,0.442509447939056,0.247524719940813,0.255951455205554,0.432741901597337,0.102480235352475,0.255951455205554,0.413173240984366,0.0866237540052311,0.255951455205554,0.460176813669145,0.0937940483737706,0.0583349593171759,0.30604012721463 -2296,0.255951455205554,0.0698392274811119,0.197490582919803,0.255951455205554,0.0674795144602616,0.186182075801201,0.255951455205554,0.197086481302168,0.235151856160182,0.255951455205554,0.116847148713092,0.178930119803705,0.255951455205554,0.229879371454826,0.270113035055362,0.255951455205554,0.365182650055853,0.115003374775061,0.5,0.255951455205554,0.383917369733575,0.101205111642304,0.5,0.255951455205554,0.358334554118856,0.0158610383905383,0.5,0.255951455205554,0.280040261943539,0.0306424100175114,0.255951455205554,0.462166281191191,0.0548145101503717,0.346228158921144,0.158199519886341,0.255951455205554,0.353431202615159,0.134952724023671,0.5,0.255951455205554,0.313361249681319,0.19042131059214,0.255951455205554,0.371786337040013,0.0692406290959526,0.255951455205554,0.296591070992269,0.0626876284243878,0.255951455205554,0.343675541143425,0.0702044971219176,0.0294669195930036,0.308921157846262 -2297,0.255951455205554,0.0724458171624448,0.139687760799597,0.255951455205554,0.0609705247394867,0.0588320695913544,0.255951455205554,0.161230340555188,0.156480489215525,0.255951455205554,0.151040998076068,0.106393907352826,0.255951455205554,0.191476935318833,0.173181375221235,0.255951455205554,0.217997527813942,0.0667215298751956,0.5,0.255951455205554,0.269786485485474,0.0861691626035532,0.5,0.255951455205554,0.246709435208956,0.00753857295303939,0.5,0.255951455205554,0.189218480789107,0.0145678943223034,0.255951455205554,0.325133400639453,0.0486681074328209,0.216744947051394,0.079593617679424,0.255951455205554,0.210209722222208,0.0811438276285012,0.5,0.255951455205554,0.17245039113067,0.1224668995304,0.255951455205554,0.253634924808695,0.0375322384858736,0.255951455205554,0.183025460548324,0.0329651095797799,0.255951455205554,0.231244659183527,0.0493101212390779,0.0214207496706309,0.315873081156582 -2298,0.255951455205554,0.0528996938668361,0.0905822431528796,0.255951455205554,0.0214588207129153,0.027266713375228,0.255951455205554,0.0986986012305364,0.0708366152087592,0.255951455205554,0.0590649204072796,0.059333840940813,0.255951455205554,0.131060670290568,0.0689122268263953,0.255951455205554,0.0973061667704868,0.0228834164911383,0.5,0.255951455205554,0.146856089613751,0.0311603547610023,0.5,0.255951455205554,0.101324659579645,0.00183194806675351,0.5,0.255951455205554,0.0681200752799132,0.00229545646572946,0.255951455205554,0.196503487597595,0.0139087574500396,0.0795848296570224,0.0156291900844157,0.255951455205554,0.065801957893211,0.021066603410128,0.5,0.255951455205554,0.0521401306429056,0.0623905401986774,0.255951455205554,0.0783356468144047,0.00316263066573958,0.255951455205554,0.0672519365747035,0.00706025226178927,0.255951455205554,0.097197586252488,0.0115121709888153,0.0339000663267268,0.344754384310746 -2299,0.255951455205554,6.35612901671032e-05,0.0591409136612074,0.255951455205554,0.000125742785097243,0.037965200805874,0.255951455205554,0.0,0.0560856716367418,0.255951455205554,0.0,0.0553839271672059,0.255951455205554,0.0,0.0502813002991736,0.255951455205554,0.0,0.0184635973383057,0.5,0.255951455205554,0.0,0.0281431656381629,0.5,0.255951455205554,0.0,0.00253225748500043,0.5,0.255951455205554,2.82173556315599e-06,0.00241045380561562,0.255951455205554,0.0,0.0147051788885616,0.0,0.0177976480262801,0.255951455205554,0.0,0.0184367465980575,0.5,0.255951455205554,4.97862683425724e-05,0.0490944847687794,0.255951455205554,0.0,0.00193518319700749,0.255951455205554,8.76085471183185e-06,0.00518231290487125,0.255951455205554,0.0,0.00938550762643418,0.0,0.350875849407972 -2300,0.255951455205554,0.0,0.0584402224632423,0.255951455205554,0.0,0.045357685211661,0.255951455205554,0.0,0.0668967225835986,0.255951455205554,0.0,0.0736485127180927,0.255951455205554,0.0,0.0630122711354302,0.255951455205554,0.0,0.0200170374222457,0.5,0.255951455205554,0.0,0.0287017950829056,0.5,0.255951455205554,0.0,0.00391873378912158,0.5,0.255951455205554,0.0,0.0037170533903656,0.255951455205554,0.0,0.0128680661990833,0.0,0.0147942043661891,0.255951455205554,0.0,0.0191053541579862,0.5,0.255951455205554,0.0,0.0499273665196315,0.255951455205554,0.0,0.00917397784219086,0.255951455205554,0.0,0.00827713953737842,0.255951455205554,0.0,0.00961966190347407,0.0,0.404439503029028 -2301,0.255951455205554,0.0,0.0744833304712695,0.255951455205554,0.0,0.057506756649536,0.255951455205554,0.0,0.0826167861078891,0.255951455205554,0.0,0.0903921702748724,0.255951455205554,0.0,0.0774475691753601,0.255951455205554,0.0,0.0240306181445195,0.5,0.255951455205554,0.0,0.0254836356816418,0.5,0.255951455205554,0.0,0.00565119657794732,0.5,0.255951455205554,0.0,0.00461408056383574,0.255951455205554,0.0,0.00975748460970594,0.0,0.0140601507428067,0.255951455205554,0.0,0.0229838227078422,0.5,0.255951455205554,0.0,0.0530558058153239,0.255951455205554,0.0,0.0217495480585149,0.255951455205554,0.0,0.0123104412924381,0.255951455205554,0.0,0.0137456663192107,0.0,0.398229047399863 -2302,0.255951455205554,0.0,0.102076164398342,0.255951455205554,0.0,0.0701302839055502,0.255951455205554,0.0,0.0993564637513167,0.255951455205554,0.0,0.106678177649425,0.255951455205554,0.0,0.0989232280363471,0.255951455205554,0.0,0.0280595714637797,0.5,0.255951455205554,0.0,0.0226337265548249,0.5,0.255951455205554,0.0,0.00783243692609615,0.5,0.255951455205554,0.0,0.00604653697655137,0.255951455205554,0.0,0.00793152986984026,0.0,0.0170371672692038,0.255951455205554,0.0,0.0295391035573363,0.5,0.255951455205554,0.0,0.0549264723471755,0.255951455205554,0.0,0.0362082644772333,0.255951455205554,0.0,0.0177707809723907,0.255951455205554,0.0,0.0240319202091313,0.0,0.446246651622571 -2303,0.255951455205554,0.0,0.137103154161825,0.255951455205554,0.0,0.0776163791658373,0.255951455205554,0.0,0.128974612972578,0.255951455205554,0.0,0.127745757284487,0.255951455205554,0.0,0.126340750295138,0.255951455205554,0.0,0.0324134423150012,0.5,0.255951455205554,0.0,0.0205974456894055,0.5,0.255951455205554,0.0,0.00911954274297171,0.5,0.255951455205554,0.0,0.00710898253624939,0.255951455205554,0.0,0.00715857887656,0.0,0.0259254468611431,0.255951455205554,0.0,0.0367474641658464,0.5,0.255951455205554,0.0,0.063017210309249,0.255951455205554,0.0,0.0533429667542203,0.255951455205554,0.0,0.0275524825261664,0.255951455205554,0.0,0.0344898341098014,0.0,0.573438310551149 -2304,0.255951455205554,0.0,0.183544283473681,0.255951455205554,0.0,0.0864403372657142,0.255951455205554,0.0,0.167620151231713,0.255951455205554,0.0,0.159625769661478,0.255951455205554,0.0,0.14572865771016,0.255951455205554,0.0,0.0358848888687586,0.5,0.255951455205554,0.0,0.0205677819290523,0.5,0.255951455205554,0.0,0.00885955430359243,0.5,0.255951455205554,0.0,0.00728066755567337,0.255951455205554,0.0,0.00800175588428374,0.0,0.0289361359566009,0.255951455205554,0.0,0.0421447806743428,0.5,0.255951455205554,0.0,0.0727408653270045,0.255951455205554,0.0,0.0686537740825103,0.255951455205554,0.0,0.0403781877280127,0.255951455205554,0.0,0.0443328930837749,0.0,0.627181883894839 -2305,0.255951455205554,0.0,0.25515432586301,0.255951455205554,0.0,0.102004291223931,0.255951455205554,0.0,0.212445143643168,0.255951455205554,0.0,0.20801546114579,0.255951455205554,0.0,0.152043793547305,0.255951455205554,0.0,0.0400047344834615,0.5,0.255951455205554,0.0,0.0225156110225857,0.5,0.255951455205554,0.0,0.00909323458666456,0.5,0.255951455205554,0.0,0.00787972171557074,0.255951455205554,0.0,0.00927674350012275,0.0,0.0304393967823568,0.255951455205554,0.0,0.0472211867029567,0.5,0.255951455205554,0.0,0.0800441098226849,0.255951455205554,0.0,0.0811900151275593,0.255951455205554,0.0,0.0514302479855588,0.255951455205554,0.0,0.0541204494796111,0.0,0.640006295401155 -2306,0.255951455205554,0.0,0.379564129545023,0.255951455205554,0.0,0.12924432023251,0.255951455205554,0.0,0.251481942706174,0.255951455205554,0.0,0.268207784603668,0.255951455205554,0.0,0.156652146264464,0.255951455205554,0.0,0.0460440355125794,0.5,0.255951455205554,0.0,0.0250394981089346,0.5,0.255951455205554,0.0,0.00903280676804696,0.5,0.255951455205554,0.0,0.0092257382195982,0.255951455205554,0.0,0.0117320327469537,0.0,0.0335412165103088,0.255951455205554,0.0,0.0521009573356497,0.5,0.255951455205554,0.0,0.0836005224229418,0.255951455205554,0.0,0.0848983402191707,0.255951455205554,0.0,0.0619993031125449,0.255951455205554,0.0,0.0653613674982134,0.0,0.658259562277669 -2307,0.255951455205554,0.0,0.504904188502651,0.255951455205554,0.0,0.195092645397536,0.255951455205554,0.0,0.276968897977825,0.255951455205554,0.0,0.331945990734623,0.255951455205554,0.0,0.164733524111788,0.255951455205554,0.0,0.0475723572068162,0.5,0.255951455205554,0.0,0.0273757111310157,0.5,0.255951455205554,0.0,0.0103902813501629,0.5,0.255951455205554,0.0,0.012138742838328,0.255951455205554,0.0,0.014068589777028,0.0,0.0402894983230679,0.255951455205554,0.0,0.0548579373731857,0.5,0.255951455205554,0.0,0.0831266581223287,0.255951455205554,0.0,0.0900005456847202,0.255951455205554,0.0,0.0787661710888186,0.255951455205554,0.0,0.078283259008108,0.0,0.486402036393504 -2308,0.255951455205554,0.0,0.490245729468284,0.255951455205554,0.0,0.284535241464417,0.255951455205554,0.0,0.283257209567213,0.255951455205554,0.0,0.305982953934633,0.255951455205554,0.0,0.168793576589763,0.255951455205554,0.0,0.0465435679695301,0.5,0.255951455205554,0.0,0.0270249175390422,0.5,0.255951455205554,0.0,0.012652347618486,0.5,0.255951455205554,0.0,0.0153078877688006,0.255951455205554,0.0,0.0135605330684756,0.0,0.044151439849488,0.255951455205554,0.0,0.0574715946882574,0.5,0.255951455205554,0.0,0.0856617521422955,0.255951455205554,0.0,0.0887429529953316,0.255951455205554,0.0,0.098918827000115,0.255951455205554,0.0,0.0835165517873261,0.0,0.3900720947982 -2309,0.255951455205554,0.0,0.439421001496921,0.255951455205554,0.0,0.274174471981029,0.255951455205554,0.0,0.268536712501128,0.255951455205554,0.0,0.313089285041686,0.255951455205554,0.0,0.169006210295595,0.255951455205554,0.0,0.0452527872145006,0.5,0.255951455205554,0.0,0.0282717154869832,0.5,0.255951455205554,0.0,0.0157927583887345,0.5,0.255951455205554,0.0,0.0165034672097221,0.255951455205554,0.0,0.0166946603201967,0.0,0.0434642255241543,0.255951455205554,0.0,0.0633090047421141,0.5,0.255951455205554,0.0,0.0986452156522329,0.255951455205554,0.0,0.0905817924215492,0.255951455205554,0.0,0.113615905217076,0.255951455205554,0.0,0.0828860033591768,0.0,0.289010070920819 -2310,0.255951455205554,0.0,0.345202641593068,0.255951455205554,0.0,0.263426614365436,0.255951455205554,0.0,0.255405092683223,0.255951455205554,0.0,0.274704659259829,0.255951455205554,0.0,0.171479934641783,0.255951455205554,0.0,0.0473644776533209,0.5,0.255951455205554,0.0,0.028206582488016,0.5,0.255951455205554,0.0,0.0170078991245411,0.5,0.255951455205554,0.0,0.0187257557544603,0.255951455205554,0.0,0.0201801276322048,0.0,0.0458941584207411,0.255951455205554,0.0,0.0715741928351713,0.5,0.255951455205554,0.0,0.122570096911974,0.255951455205554,0.0,0.0975449223070572,0.255951455205554,0.0,0.113167520946516,0.255951455205554,0.0,0.0791390224142298,0.0,0.234859481924217 -2311,0.255951455205554,0.000664175893399356,0.272892850199162,0.255951455205554,0.000736573013069318,0.283805780717144,0.255951455205554,0.00313179862324237,0.249430998052222,0.255951455205554,0.000411555029681208,0.237843852547142,0.255951455205554,0.00323656712856087,0.164978445724723,0.255951455205554,0.0183476317214631,0.0471303345836976,0.5,0.255951455205554,0.0112497500155411,0.0266739432137324,0.5,0.255951455205554,0.0253050357483987,0.0145227897547155,0.5,0.255951455205554,0.0406767208222423,0.017130203502322,0.255951455205554,0.00674333945023048,0.0155445938990179,0.0364179836319039,0.0417675233533682,0.255951455205554,0.031303027060655,0.0646908786012377,0.5,0.255951455205554,0.0140346521133068,0.141685127270792,0.255951455205554,0.0318019167269625,0.089275934556959,0.255951455205554,0.0287179197096531,0.0886496763421168,0.255951455205554,0.034641017153503,0.0631651601314149,0.000550544383654739,0.166560461014007 -2312,0.255951455205554,0.00352916850249092,0.246043784497232,0.255951455205554,0.00469798333594048,0.256604257138751,0.255951455205554,0.0166399555004665,0.260760531999519,0.255951455205554,0.00358396533609012,0.247689255212995,0.255951455205554,0.0234367839179478,0.163986122636134,0.255951455205554,0.097060581573519,0.0514950875893494,0.5,0.255951455205554,0.0928775125177209,0.0269544783513083,0.5,0.255951455205554,0.14413857312337,0.00847867419142991,0.5,0.255951455205554,0.168708517772404,0.0138062075576115,0.255951455205554,0.0715952742509912,0.0123463457119616,0.0755369909738196,0.0503479246236366,0.255951455205554,0.102747886473477,0.0811459319611877,0.5,0.255951455205554,0.0348497545749983,0.180948104860668,0.255951455205554,0.131259003376765,0.0893483705655293,0.255951455205554,0.10318357484206,0.0973611610437738,0.255951455205554,0.132951601409993,0.0639378615306923,0.00333314085471869,0.109249189626987 -2313,0.255951455205554,0.0122699687975935,0.246146521338967,0.255951455205554,0.0307709165960245,0.255340810173547,0.255951455205554,0.03353460035628,0.283035722510322,0.255951455205554,0.0108407056389282,0.287426332255517,0.255951455205554,0.0464842006458811,0.168865468178829,0.255951455205554,0.182692421642318,0.0802858249545644,0.5,0.255951455205554,0.207182307185151,0.0391058130078517,0.5,0.255951455205554,0.292602174429409,0.00964250204266192,0.5,0.255951455205554,0.318252770521098,0.0205915014290121,0.255951455205554,0.199841357246833,0.0185283500054834,0.122441848313494,0.0739444603829018,0.255951455205554,0.18057355994933,0.136464042983502,0.5,0.255951455205554,0.0495707564856702,0.225745632505524,0.255951455205554,0.266298211006263,0.149854759172616,0.255951455205554,0.16960423103131,0.160704580000102,0.255951455205554,0.237545714796333,0.15071081269495,0.0100103289496955,0.128511341128444 -2314,0.255951455205554,0.022661168020793,0.258529584386953,0.255951455205554,0.0661469461298211,0.306715898261642,0.255951455205554,0.065826147993277,0.325550226270654,0.255951455205554,0.0760691045130872,0.358297184324601,0.255951455205554,0.0919074487430765,0.186756469278619,0.255951455205554,0.230889759143289,0.121906125586427,0.5,0.255951455205554,0.327972560006961,0.0856136095213868,0.5,0.255951455205554,0.446748251128658,0.0268169362806312,0.5,0.255951455205554,0.469441046862813,0.0443952688318071,0.255951455205554,0.344732062216532,0.0498402611431346,0.14660292108651,0.0921063316171634,0.255951455205554,0.247311351860725,0.186285459950684,0.5,0.255951455205554,0.0555755296852535,0.243544451353104,0.255951455205554,0.40658586984581,0.211887420407069,0.255951455205554,0.234610895656023,0.231089889291946,0.255951455205554,0.327000941055867,0.20955935294859,0.017464397867917,0.145805092378492 -2315,0.255951455205554,0.0321039088153004,0.267855274337574,0.255951455205554,0.133067238283617,0.432289021069296,0.255951455205554,0.108503072327862,0.370655373361485,0.255951455205554,0.151365223100388,0.490021182504631,0.255951455205554,0.158281090896368,0.206840330894974,0.255951455205554,0.313065182240923,0.177901567315839,0.5,0.255951455205554,0.465897229191851,0.142563080965924,0.5,0.255951455205554,0.572037714199424,0.0581790030772634,0.5,0.255951455205554,0.58514899065615,0.0758402526960719,0.255951455205554,0.503792690928665,0.0758975958292754,0.296987505064748,0.149912427466804,0.255951455205554,0.291643922921765,0.223194706515502,0.5,0.255951455205554,0.0621380255186913,0.283415995137447,0.255951455205554,0.509917538502452,0.256773675244385,0.255951455205554,0.289598787018347,0.288227646371346,0.255951455205554,0.375666940087909,0.2729045317776,0.0173436274168786,0.158051172729294 -2316,0.255951455205554,0.039180307336984,0.267721605710019,0.255951455205554,0.188540359004166,0.583854306737318,0.255951455205554,0.164864774930356,0.402086241489513,0.255951455205554,0.203722185091571,0.510297892066437,0.255951455205554,0.267996132053782,0.222525238168158,0.255951455205554,0.465770919201733,0.247588425591608,0.5,0.255951455205554,0.575969890829647,0.211378619061656,0.5,0.255951455205554,0.647490240623009,0.102382620122916,0.5,0.255951455205554,0.650029999719524,0.0966424782185465,0.255951455205554,0.605195973660542,0.123222046006519,0.30153119597164,0.230328104342298,0.255951455205554,0.323963359452863,0.232545498592033,0.5,0.255951455205554,0.0866512937316986,0.332481043032743,0.255951455205554,0.567265037956091,0.251658928086546,0.255951455205554,0.336020779935669,0.309624175068184,0.255951455205554,0.430691064390471,0.297940300105212,0.0130247505161047,0.204028862851131 -2317,0.255951455205554,0.0507889227635676,0.225587585711597,0.255951455205554,0.223687887208336,0.636064914769122,0.255951455205554,0.21451891457229,0.355710209831224,0.255951455205554,0.287068225417638,0.473829111734942,0.255951455205554,0.393040430664816,0.256151683378514,0.255951455205554,0.576418484301133,0.308083703085407,0.5,0.255951455205554,0.62249818479211,0.253074097771192,0.5,0.255951455205554,0.67888337519773,0.128263313236319,0.5,0.255951455205554,0.675793384448675,0.126636518077284,0.255951455205554,0.636051335212532,0.135731037918597,0.32502819653326,0.259927015005544,0.255951455205554,0.324057601570123,0.227614228375557,0.5,0.255951455205554,0.127253733612623,0.412740393361142,0.255951455205554,0.593181762665451,0.222279409761968,0.255951455205554,0.383919119220837,0.33098599938931,0.255951455205554,0.48708746509394,0.289586854131815,0.0109267248321281,0.255533959994232 -2318,0.255951455205554,0.0606045071559352,0.198436645968374,0.255951455205554,0.150898449102167,0.429868571558192,0.255951455205554,0.213301095037948,0.27842351936246,0.255951455205554,0.213365667371312,0.329624950039054,0.255951455205554,0.46617923083708,0.284508571038586,0.255951455205554,0.599771631546728,0.347134154927883,0.5,0.255951455205554,0.606513161821716,0.258117160662277,0.5,0.255951455205554,0.669937125284337,0.14406284737047,0.5,0.255951455205554,0.66313720970589,0.165055190322766,0.255951455205554,0.601520681554142,0.141644252471783,0.361076731791375,0.248559027987,0.255951455205554,0.33304713130514,0.234027030031925,0.5,0.255951455205554,0.157190876614536,0.475615098610865,0.255951455205554,0.580887557773651,0.186114742881846,0.255951455205554,0.369713436427979,0.293784284928387,0.255951455205554,0.548648567406277,0.274502193298245,0.0222515208757551,0.285761233833827 -2319,0.255951455205554,0.0595791494233964,0.16453541451706,0.255951455205554,0.254437804694177,0.348839520116156,0.255951455205554,0.218292460318894,0.223480899905384,0.255951455205554,0.26380653877681,0.268615578416211,0.255951455205554,0.441267819120708,0.304965008012927,0.255951455205554,0.544108526799972,0.334554234923122,0.5,0.255951455205554,0.531566664264437,0.258566551654009,0.5,0.255951455205554,0.606209180366336,0.140571999613671,0.5,0.255951455205554,0.596212767891817,0.200485274652488,0.255951455205554,0.514082144551308,0.149658152723374,0.339478257143997,0.248000416994261,0.255951455205554,0.318681533639615,0.235661005738614,0.5,0.255951455205554,0.139487505102461,0.447548749295582,0.255951455205554,0.523191163447771,0.150093495922062,0.255951455205554,0.335166147487521,0.215004349244169,0.255951455205554,0.52482686020635,0.237880838047988,0.0406942436044455,0.322066561474819 -2320,0.255951455205554,0.0519727815300795,0.116828795197741,0.255951455205554,0.143572814925631,0.158308334174418,0.255951455205554,0.218895263455135,0.168729801818098,0.255951455205554,0.126361303538545,0.163513482699979,0.255951455205554,0.31744240609872,0.283849301795749,0.255951455205554,0.420923894796146,0.313186618930092,0.5,0.255951455205554,0.395791745871758,0.233529529796997,0.5,0.255951455205554,0.483733989730047,0.130302433915625,0.5,0.255951455205554,0.471628601707023,0.201631506059947,0.255951455205554,0.389903240511221,0.14734552087235,0.244013233315645,0.226235723601384,0.255951455205554,0.266321009803964,0.176264849340211,0.5,0.255951455205554,0.108847352672724,0.350799707299807,0.255951455205554,0.414215392553629,0.111631901944987,0.255951455205554,0.281453075720701,0.138231264523822,0.255951455205554,0.429966158041322,0.202539607210077,0.0337506076406615,0.343447130745859 -2321,0.255951455205554,0.0602592896745097,0.0882059918989728,0.255951455205554,0.0970419666552173,0.115187759856985,0.255951455205554,0.169040958356543,0.124451597509283,0.255951455205554,0.146655077662799,0.14299375299569,0.255951455205554,0.189166400322501,0.217088500588719,0.255951455205554,0.269460664899551,0.226859132418679,0.5,0.255951455205554,0.230196800501959,0.169383892555434,0.5,0.255951455205554,0.326598202831395,0.107716565334373,0.5,0.255951455205554,0.319891474410367,0.163458642681681,0.255951455205554,0.241439327621087,0.116083930480415,0.144152777881285,0.0978079432811203,0.255951455205554,0.186537066976802,0.0841423391202468,0.5,0.255951455205554,0.100655238787008,0.236416981697879,0.255951455205554,0.278794778416259,0.0604778353741194,0.255951455205554,0.215728676592875,0.0796579612109472,0.255951455205554,0.296549902406496,0.14286988109809,0.0241901618687282,0.321540090866639 -2322,0.255951455205554,0.0332681232645829,0.0703243828740344,0.255951455205554,0.0470764112706153,0.0959794697019453,0.255951455205554,0.0743911825783728,0.0962486511480981,0.255951455205554,0.078593771526217,0.110147386676391,0.255951455205554,0.0755551615833804,0.147464454472669,0.255951455205554,0.10884729062588,0.0944696384740912,0.5,0.255951455205554,0.096000621852236,0.0710560498042153,0.5,0.255951455205554,0.138111271126133,0.0398258502381677,0.5,0.255951455205554,0.0995116556753274,0.0694245281217631,0.255951455205554,0.0945945447925315,0.0417840200401637,0.044789301640777,0.0244782285188686,0.255951455205554,0.0615442150623092,0.0338789336834273,0.5,0.255951455205554,0.0537619372452989,0.126116130657059,0.255951455205554,0.0787491028755733,0.0250063319697222,0.255951455205554,0.0931990115593452,0.0236645131520374,0.255951455205554,0.115850011335479,0.0471648881804674,0.019667379708279,0.319406795135573 -2323,0.255951455205554,0.0,0.0880361453887331,0.255951455205554,0.0,0.0800234126145122,0.255951455205554,7.16617470725644e-06,0.0973694459301543,0.255951455205554,0.0,0.10723263871193,0.255951455205554,5.95021819511116e-05,0.149673925777893,0.255951455205554,0.0,0.0814472964545486,0.5,0.255951455205554,0.0,0.0575724461323059,0.5,0.255951455205554,0.0,0.0534257389779858,0.5,0.255951455205554,0.0,0.0791499935382948,0.255951455205554,0.0,0.0415701593693598,0.0,0.00771639356245533,0.255951455205554,6.13321239627402e-05,0.022393762341464,0.5,0.255951455205554,2.55253689183464e-06,0.0895836056577012,0.255951455205554,0.0,0.0380615816629833,0.255951455205554,0.0,0.0347797593768654,0.255951455205554,0.0,0.0504204906587879,0.0,0.364786336177663 -2324,0.255951455205554,0.0,0.113293113608111,0.255951455205554,0.0,0.0700031921333032,0.255951455205554,0.0,0.119886026190331,0.255951455205554,0.0,0.0961156350112333,0.255951455205554,0.0,0.145454563364551,0.255951455205554,0.0,0.0753374653942512,0.5,0.255951455205554,0.0,0.059487843129468,0.5,0.255951455205554,0.0,0.0711295775026141,0.5,0.255951455205554,0.0,0.0898341627613439,0.255951455205554,0.0,0.057241015011273,0.0,0.00110025254749207,0.255951455205554,0.0,0.0169251785980405,0.5,0.255951455205554,0.0,0.0724553437205435,0.255951455205554,0.0,0.0665957833776722,0.255951455205554,0.0,0.0534594697362355,0.255951455205554,0.0,0.0625308320549861,0.0,0.442780282285776 -2325,0.255951455205554,0.0,0.132344060585413,0.255951455205554,0.0,0.0698657170008532,0.255951455205554,0.0,0.167592674185671,0.255951455205554,0.0,0.0982581671781249,0.255951455205554,0.0,0.127959729310391,0.255951455205554,0.0,0.0652083931331079,0.5,0.255951455205554,0.0,0.0695783001052971,0.5,0.255951455205554,0.0,0.077863050321252,0.5,0.255951455205554,0.0,0.094181364831764,0.255951455205554,0.0,0.0954054450780894,0.0,0.0040256995501074,0.255951455205554,0.0,0.0209099512945821,0.5,0.255951455205554,0.0,0.0563129712716962,0.255951455205554,0.0,0.0909666497850261,0.255951455205554,0.0,0.0702794503160601,0.255951455205554,0.0,0.0719177364199755,0.0,0.487525350090492 -2326,0.255951455205554,0.0,0.163767308247806,0.255951455205554,0.0,0.0940068715603223,0.255951455205554,0.0,0.227329965968902,0.255951455205554,0.0,0.160164447620703,0.255951455205554,0.0,0.132215166167762,0.255951455205554,0.0,0.0650648697173397,0.5,0.255951455205554,0.0,0.08987117636964,0.5,0.255951455205554,0.0,0.0829101728441978,0.5,0.255951455205554,0.0,0.0903161786376812,0.255951455205554,0.0,0.141989112871768,0.0,0.0110494535040159,0.255951455205554,0.0,0.0339543434474684,0.5,0.255951455205554,0.0,0.0496547248955698,0.255951455205554,0.0,0.105779930273282,0.255951455205554,0.0,0.0870763772852353,0.255951455205554,0.0,0.0787180369150973,0.0,0.559688430702078 -2327,0.255951455205554,0.0,0.236242431091478,0.255951455205554,0.0,0.171446923926922,0.255951455205554,0.0,0.235986105099313,0.255951455205554,0.0,0.219240313658222,0.255951455205554,0.0,0.140013121358777,0.255951455205554,0.0,0.0759025806932144,0.5,0.255951455205554,0.0,0.116589373911088,0.5,0.255951455205554,0.0,0.107106551810897,0.5,0.255951455205554,0.0,0.0917597940506347,0.255951455205554,0.0,0.177590242541208,0.0,0.034047110181229,0.255951455205554,0.0,0.049682731811821,0.5,0.255951455205554,0.0,0.0503190591987703,0.255951455205554,0.0,0.112839925881218,0.255951455205554,0.0,0.104615664595876,0.255951455205554,0.0,0.0904809202253116,0.0,0.662076826452049 -2328,0.255951455205554,0.0,0.381976258292681,0.255951455205554,0.0,0.213414453044506,0.255951455205554,0.0,0.223480430072797,0.255951455205554,0.0,0.195684181798255,0.255951455205554,0.0,0.163936608556946,0.255951455205554,0.0,0.0866625250092368,0.5,0.255951455205554,0.0,0.149814707297965,0.5,0.255951455205554,0.0,0.115006584660996,0.5,0.255951455205554,0.0,0.0972711316824256,0.255951455205554,0.0,0.183805019880305,0.0,0.0479842421286732,0.255951455205554,0.0,0.061730555579585,0.5,0.255951455205554,0.0,0.0513228491112189,0.255951455205554,0.0,0.128726340554369,0.255951455205554,0.0,0.122182688008157,0.255951455205554,0.0,0.105992803370695,0.0,0.71556291623996 -2329,0.255951455205554,0.0,0.477668222933557,0.255951455205554,0.0,0.136567954619375,0.255951455205554,0.0,0.242329683199644,0.255951455205554,0.0,0.191822615457658,0.255951455205554,0.0,0.237202134871805,0.255951455205554,0.0,0.11422404819874,0.5,0.255951455205554,0.0,0.174253374398602,0.5,0.255951455205554,0.0,0.143198896378007,0.5,0.255951455205554,0.0,0.10573780148951,0.255951455205554,0.0,0.188946846792177,0.0,0.069726729864885,0.255951455205554,0.0,0.0710612397247134,0.5,0.255951455205554,0.0,0.0675372954816355,0.255951455205554,0.0,0.139310728346839,0.255951455205554,0.0,0.127038392177191,0.255951455205554,0.0,0.112872584311306,0.0,0.767509765346906 -2330,0.255951455205554,0.0,0.365308282936346,0.255951455205554,0.0,0.119694989439921,0.255951455205554,0.0,0.294908003802103,0.255951455205554,0.0,0.242385949893502,0.255951455205554,0.0,0.364696044502039,0.255951455205554,0.0,0.171798526467485,0.5,0.255951455205554,0.0,0.234021940135137,0.5,0.255951455205554,0.0,0.189059938445635,0.5,0.255951455205554,0.0,0.12343202937363,0.255951455205554,0.0,0.209446777194668,0.0,0.0938305563308555,0.255951455205554,0.0,0.0801390128976126,0.5,0.255951455205554,0.0,0.0760542267303325,0.255951455205554,0.0,0.151598635425392,0.255951455205554,0.0,0.118526619604247,0.255951455205554,0.0,0.12010365004409,0.0,0.72157636388474 -2331,0.255951455205554,0.0,0.32182097296957,0.255951455205554,0.0,0.161052496785201,0.255951455205554,0.0,0.344322328818142,0.255951455205554,0.0,0.304070462429541,0.255951455205554,0.0,0.491012507690145,0.255951455205554,0.0,0.190937388579767,0.5,0.255951455205554,0.0,0.345976337428814,0.5,0.255951455205554,0.0,0.195443886102683,0.5,0.255951455205554,0.0,0.141929482375434,0.255951455205554,0.0,0.385200376880607,0.0,0.12110884667029,0.255951455205554,0.0,0.0863418250912488,0.5,0.255951455205554,0.0,0.0719809719056779,0.255951455205554,0.0,0.173847694209153,0.255951455205554,0.0,0.125763994104959,0.255951455205554,0.0,0.151946708097841,0.0,0.839869380623179 -2332,0.255951455205554,0.0,0.383669530946147,0.255951455205554,0.0,0.189094994277765,0.255951455205554,0.0,0.483173218107215,0.255951455205554,0.0,0.38559893412932,0.255951455205554,0.0,0.648782732190755,0.255951455205554,0.0,0.247520432683214,0.5,0.255951455205554,0.0,0.505748714919593,0.5,0.255951455205554,0.0,0.183880387258033,0.5,0.255951455205554,0.0,0.1394751175299,0.255951455205554,0.0,0.639128021357731,0.0,0.12317962231486,0.255951455205554,0.0,0.0904070209518428,0.5,0.255951455205554,0.0,0.0824686439038543,0.255951455205554,0.0,0.203682315479293,0.255951455205554,0.0,0.141355377610361,0.255951455205554,0.0,0.197190456690614,0.0,0.873776209138208 -2333,0.255951455205554,0.0,0.435257752560532,0.255951455205554,0.0,0.276866873210736,0.255951455205554,0.0,0.644265523487363,0.255951455205554,0.0,0.650256835125871,0.255951455205554,0.0,0.738856619111149,0.255951455205554,0.0,0.357877647977913,0.5,0.255951455205554,0.0,0.570967347807753,0.5,0.255951455205554,0.0,0.228925009894308,0.5,0.255951455205554,0.0,0.153056650057127,0.255951455205554,0.0,0.801157174974911,0.0,0.114164912483769,0.255951455205554,0.0,0.102313071955787,0.5,0.255951455205554,0.0,0.11107666833088,0.255951455205554,0.0,0.241172850062625,0.255951455205554,0.0,0.157065120530323,0.255951455205554,0.0,0.21368417294501,0.0,0.897982746083308 -2334,0.255951455205554,0.0,0.615882392370473,0.255951455205554,0.0,0.439513239172987,0.255951455205554,0.0,0.776333982849986,0.255951455205554,0.0,1.00301010032782,0.255951455205554,0.0,0.767280907880118,0.255951455205554,0.0,0.491380956104703,0.5,0.255951455205554,0.0,0.605381735021773,0.5,0.255951455205554,0.0,0.321391572728484,0.5,0.255951455205554,0.0,0.196733912950998,0.255951455205554,0.0,0.794150881146718,0.0,0.124963328878042,0.255951455205554,0.0,0.123125710450847,0.5,0.255951455205554,0.0,0.146153778002462,0.255951455205554,0.0,0.258930581187415,0.255951455205554,0.0,0.183246037131856,0.255951455205554,0.0,0.263672173730975,0.0,0.89802008921215 -2335,0.255951455205554,0.000431564164765563,0.871150438490526,0.255951455205554,0.000925356214667019,0.958197887408815,0.255951455205554,0.00496589718987793,0.847884449389929,0.255951455205554,0.001140671109249,0.992920468722259,0.255951455205554,0.00117788136465442,0.880477074839154,0.255951455205554,0.00888841718687365,0.705824069552565,0.5,0.255951455205554,0.000874428913522515,0.633311918369495,0.5,0.255951455205554,0.0047776173686968,0.411492767530965,0.5,0.255951455205554,0.0142465110179955,0.31330591747603,0.255951455205554,0.000279061009989253,0.767197199514778,0.0194814891891919,0.125671415913272,0.255951455205554,0.0206822971245963,0.136849119620136,0.5,0.255951455205554,0.0115507431164454,0.178849374843928,0.255951455205554,0.0181707478905861,0.252046570497503,0.255951455205554,0.0177570843225771,0.23071331173738,0.255951455205554,0.0205879735627001,0.367503650387267,7.6560011693527e-05,0.903792538676248 -2336,0.255951455205554,0.0120345473960609,0.94276149338139,0.255951455205554,0.00216865951717832,1.02173913043478,0.255951455205554,0.0212541443473082,0.906480827315449,0.255951455205554,0.0355275606554377,0.993313009635094,0.255951455205554,0.0138575373137698,0.889656546243324,0.255951455205554,0.00899653345881747,0.888746971193172,0.5,0.255951455205554,0.00751630325815566,0.69146031285011,0.5,0.255951455205554,0.0246695410548535,0.481713801654046,0.5,0.255951455205554,0.0417513044439369,0.446419922923858,0.255951455205554,0.0167012276258518,0.812237538873099,0.0710242608470061,0.147327160782329,0.255951455205554,0.0661314016064254,0.197919284886295,0.5,0.255951455205554,0.0309672094433917,0.272624548353103,0.255951455205554,0.0656801236602926,0.305661505778603,0.255951455205554,0.0898245516395315,0.384310707624057,0.255951455205554,0.0890440094261102,0.67813104255073,0.00167917534717342,0.903257396858726 -2337,0.255951455205554,0.0360425898712453,0.989167193433486,0.255951455205554,0.0386020496642048,1.01862739282873,0.255951455205554,0.0312076337854819,0.91732460906294,0.255951455205554,0.0384257236616206,0.94063704556799,0.255951455205554,0.036114490734458,0.859776337687229,0.255951455205554,0.0131701265023438,0.889952930499437,0.5,0.255951455205554,0.0374050249681823,0.760388983640033,0.5,0.255951455205554,0.0327200905653994,0.540843963349052,0.5,0.255951455205554,0.0580826026127546,0.587440600995962,0.255951455205554,0.125973126752927,0.877831530636281,0.103777509477376,0.226573371420314,0.255951455205554,0.10159916903772,0.283373375724665,0.5,0.255951455205554,0.0216551808790184,0.443600232467767,0.255951455205554,0.119378291307514,0.443930157225716,0.255951455205554,0.17231521859138,0.739517331637166,0.255951455205554,0.132041580235868,0.888467087773633,0.0417894800131593,0.83536896558757 -2338,0.255951455205554,0.0431644311908492,0.961383176172679,0.255951455205554,0.0503547881420942,0.989041275381877,0.255951455205554,0.0606774791181841,0.863611164755036,0.255951455205554,0.065869450488474,0.9012158451102,0.255951455205554,0.0783269460570865,0.80304132248549,0.255951455205554,0.055711335116287,0.89057824888695,0.5,0.255951455205554,0.141331961602864,0.838542102345617,0.5,0.255951455205554,0.0326565438809994,0.579104043302023,0.5,0.255951455205554,0.0809101089601766,0.665729281661993,0.255951455205554,0.211221301361449,0.891391271667964,0.0561986270157634,0.233489945091185,0.255951455205554,0.105386233004698,0.441874124285819,0.5,0.255951455205554,0.0200527510891945,0.639446163072729,0.255951455205554,0.195149285676489,0.639949247886127,0.255951455205554,0.138803795103812,0.973771354834056,0.255951455205554,0.100392213804677,0.955766405352104,0.0475706992823483,0.668108985697944 -2339,0.255951455205554,0.0719723004804876,0.934544168092376,0.255951455205554,0.088872443807132,0.971986205099307,0.255951455205554,0.114099158525105,0.804474642439801,0.255951455205554,0.0959536872263999,0.834185693068729,0.255951455205554,0.163530964937263,0.857596793758787,0.255951455205554,0.113720647263324,0.905829316307106,0.5,0.255951455205554,0.239486224991805,0.832968304569731,0.5,0.255951455205554,0.0589004639719854,0.61724028483311,0.5,0.255951455205554,0.117329895906476,0.685496089818964,0.255951455205554,0.261742080217734,0.883300224030871,0.0118600237309898,0.312212348688807,0.255951455205554,0.0935361034342871,0.640126961073152,0.5,0.255951455205554,0.040446225968915,0.871331963024516,0.255951455205554,0.211591748779133,0.78283518564321,0.255951455205554,0.0314639092821141,1.01257838318612,0.255951455205554,0.0448824581079956,0.953472583328678,0.0539254393952196,0.831211508155681 -2340,0.255951455205554,0.127246026449096,0.915124553941559,0.255951455205554,0.147709635282842,0.967749405051397,0.255951455205554,0.162416783732297,0.832768079692308,0.255951455205554,0.13432043541624,0.733699076385428,0.255951455205554,0.249459792811849,0.910795255067919,0.255951455205554,0.154553905762099,0.896165005075976,0.5,0.255951455205554,0.392366323476693,0.801660451357384,0.5,0.255951455205554,0.125324560674159,0.704026196380384,0.5,0.255951455205554,0.134573812745656,0.704352817123677,0.255951455205554,0.286455243967213,0.723376007089662,0.00432546267527726,1.01694776987834,0.255951455205554,0.0454539815969588,0.858269354814627,0.5,0.255951455205554,0.0657972000440243,0.96734050115058,0.255951455205554,0.10864440687534,0.805350280945889,0.255951455205554,0.0991624582698248,1.00892073304296,0.255951455205554,0.0665707617342663,0.947463709152011,0.106930153535798,1.0082809653873 -2341,0.255951455205554,0.209726871634475,0.857136871452717,0.255951455205554,0.15917119267867,0.86278252104113,0.255951455205554,0.182681680723143,0.848739117589576,0.255951455205554,0.189052774031481,0.755954631083788,0.255951455205554,0.235125595993271,0.922962849896073,0.255951455205554,0.218096224195382,0.805621228750311,0.5,0.255951455205554,0.478773607219789,0.815755786703426,0.5,0.255951455205554,0.233019854996961,0.701954053810967,0.5,0.255951455205554,0.11652296671411,0.755231393852661,0.255951455205554,0.331217364229384,0.781976635816704,0.03060705217042,0.988104088497157,0.255951455205554,0.0387022270909026,0.975756320948269,0.5,0.255951455205554,0.093989151267666,0.949994729690587,0.255951455205554,0.0989497528486278,0.855553669402843,0.255951455205554,0.178747185920028,0.981346496734672,0.255951455205554,0.100001149208893,0.913977016890957,0.102897053756654,1.0075233621181 -2342,0.255951455205554,0.315536276886502,0.894824549926672,0.255951455205554,0.152763758405298,0.674960498112227,0.255951455205554,0.196609495084294,0.897370585393146,0.255951455205554,0.387613765454782,1.00049978061105,0.255951455205554,0.185054511755647,0.987653152520745,0.255951455205554,0.319830881952723,0.75482057319236,0.5,0.255951455205554,0.439408216052367,0.887729038113607,0.5,0.255951455205554,0.355782697333107,0.732352929932399,0.5,0.255951455205554,0.0831499781743992,0.726053219279937,0.255951455205554,0.327222303951761,0.93191172406099,0.138105738338653,0.983566895434392,0.255951455205554,0.0834786900963779,0.942097595977473,0.5,0.255951455205554,0.0987503152383218,0.910135759917113,0.255951455205554,0.0747760770879888,0.921293954097061,0.255951455205554,0.134149587998452,0.918606420411703,0.255951455205554,0.116863338035572,0.865205772507317,0.150797292707817,1.00648332968355 -2343,0.255951455205554,0.212700025745855,0.947861023477742,0.255951455205554,0.322962343434611,0.9485232343173,0.255951455205554,0.148209906180512,0.939914947230004,0.255951455205554,0.208959652717992,1.00618818250046,0.255951455205554,0.131921672780545,1.00032934581279,0.255951455205554,0.328181542106348,0.841441983853288,0.5,0.255951455205554,0.291554803153982,0.94720190800865,0.5,0.255951455205554,0.410685883326265,0.700148375566111,0.5,0.255951455205554,0.100972554533339,0.676335985762296,0.255951455205554,0.142485388667282,0.979728400566694,0.0849067294025735,0.922202516831852,0.255951455205554,0.139228154485202,0.906057940105618,0.5,0.255951455205554,0.0787280865053911,0.833768318355752,0.255951455205554,0.0770589416692951,0.883206291224801,0.255951455205554,0.105367873641462,0.826024539387685,0.255951455205554,0.12980992229438,0.76550071319397,0.212228660543703,1.00210980523722 -2344,0.255951455205554,0.122427728194831,0.976789338111479,0.255951455205554,0.0878663274353366,1.01914821904499,0.255951455205554,0.119072206425961,0.978264939418927,0.255951455205554,0.0848043547314498,1.00138694369889,0.255951455205554,0.085483697523347,0.950237966310927,0.255951455205554,0.152302111941754,0.881542839240966,0.5,0.255951455205554,0.157096860398434,0.931963392527592,0.5,0.255951455205554,0.340460071285894,0.707919456957565,0.5,0.255951455205554,0.13147930697563,0.617351118219134,0.255951455205554,0.0816915108871064,0.960076134668216,0.0721897754928952,0.781786021825357,0.255951455205554,0.0828607984992087,0.759353314178689,0.5,0.255951455205554,0.0863068575797678,0.72482330992483,0.255951455205554,0.088069389163799,0.849947026978143,0.255951455205554,0.102713061762295,0.690779458113506,0.255951455205554,0.119152238766202,0.708857588434213,0.171061173244484,0.996103315239771 -2345,0.255951455205554,0.089898482940436,0.987487752963438,0.255951455205554,0.0753932615417418,1.01378812886664,0.255951455205554,0.0880195010637987,0.967299707567934,0.255951455205554,0.0584009849688693,0.96472614013706,0.255951455205554,0.0877158558315813,0.887844853052783,0.255951455205554,0.0771020167052534,0.957156663935997,0.5,0.255951455205554,0.116851570037708,0.896486187753257,0.5,0.255951455205554,0.184168718614835,0.649962660335705,0.5,0.255951455205554,0.12730102476075,0.532712073111446,0.255951455205554,0.0457531691177941,0.885575077669216,0.0402602633792251,0.440248354883699,0.255951455205554,0.0618569356806381,0.649136358326467,0.5,0.255951455205554,0.0920625773960884,0.641735259322812,0.255951455205554,0.0529942480189323,0.757524042451009,0.255951455205554,0.096582827327153,0.78446968798025,0.255951455205554,0.0733851623498552,0.753153611997041,0.168563383274893,0.971422502484324 -2346,0.255951455205554,0.025511582630709,0.980010110123587,0.255951455205554,0.0176886116118188,1.00041437249956,0.255951455205554,0.0706596499731019,0.926091025132202,0.255951455205554,0.117493247936839,0.939659837372281,0.255951455205554,0.0620363797069808,0.815427961877489,0.255951455205554,0.0463954733001276,0.949722545164403,0.5,0.255951455205554,0.0627095735428104,0.799210146435596,0.5,0.255951455205554,0.0627448359559391,0.653413306916425,0.5,0.255951455205554,0.0477542877141083,0.434032220363619,0.255951455205554,0.0292030310840352,0.771839125586691,0.0338983806616375,0.27355194596542,0.255951455205554,0.0256083399056976,0.547681948096714,0.5,0.255951455205554,0.0532651194983869,0.604174760291375,0.255951455205554,0.0177528139278835,0.569740528792958,0.255951455205554,0.0302806826098551,0.919785795105076,0.255951455205554,0.0320687596381955,0.858640423058093,0.0338196928151119,0.950836465971937 -2347,0.255951455205554,9.3762409794444e-05,0.956889096861075,0.255951455205554,0.0,0.958723813913224,0.255951455205554,0.000139875195028066,0.888685095723597,0.255951455205554,0.0,0.857663095710445,0.255951455205554,0.00233198820011265,0.698557741524885,0.255951455205554,2.55137839591482e-05,0.830975843834665,0.5,0.255951455205554,6.84593476876795e-05,0.651817773631467,0.5,0.255951455205554,0.000141456727344651,0.748037083273719,0.5,0.255951455205554,6.22293980394998e-05,0.443371739247092,0.255951455205554,0.0,0.553172331562153,0.0,0.287023074993595,0.255951455205554,7.59633629698458e-05,0.571292919490978,0.5,0.255951455205554,3.1510110613513e-05,0.646105618299448,0.255951455205554,0.0,0.481158582423813,0.255951455205554,0.000216921744609428,0.954348050332786,0.255951455205554,2.35111197176505e-05,0.91090873650329,0.0,0.998247486178906 -2348,0.255951455205554,0.0,0.885680720727688,0.255951455205554,0.0,0.845589929361985,0.255951455205554,0.0,0.776637369626645,0.255951455205554,0.0,0.873984069484855,0.255951455205554,0.0,0.520404721158108,0.255951455205554,0.0,0.694887781260105,0.5,0.255951455205554,0.0,0.489263049827015,0.5,0.255951455205554,0.0,0.83801109476597,0.5,0.255951455205554,0.0,0.549750074249608,0.255951455205554,0.0,0.284013153484781,0.0,0.807623769942045,0.255951455205554,0.0,0.733651003839355,0.5,0.255951455205554,0.0,0.794089420243283,0.255951455205554,0.0,0.54603124023175,0.255951455205554,0.0,0.960598319774721,0.255951455205554,0.0,0.921883847580864,0.0,1.00612767701341 -2349,0.255951455205554,0.0,0.839666656693681,0.255951455205554,0.0,0.788112841021521,0.255951455205554,0.0,0.71189155242569,0.255951455205554,0.0,0.851302686278858,0.255951455205554,0.0,0.388765905977411,0.255951455205554,0.0,0.514962844707635,0.5,0.255951455205554,0.0,0.309523118078647,0.5,0.255951455205554,0.0,0.755590916750043,0.5,0.255951455205554,0.0,0.601083933289873,0.255951455205554,0.0,0.0573541142707679,0.0,0.821602506053506,0.255951455205554,0.0,0.838404572329856,0.5,0.255951455205554,0.0,0.872683317569059,0.255951455205554,0.0,0.737766584158747,0.255951455205554,0.0,0.842058850147671,0.255951455205554,0.0,0.787045519100622,0.0,1.00671434973424 -2350,0.255951455205554,0.0,0.76501785942424,0.255951455205554,0.0,0.896347107093622,0.255951455205554,0.0,0.754688971367571,0.255951455205554,0.0,0.872721936062628,0.255951455205554,0.0,0.41849846844616,0.255951455205554,0.0,0.413358010322473,0.5,0.255951455205554,0.0,0.147584136198874,0.5,0.255951455205554,0.0,0.589694141839271,0.5,0.255951455205554,0.0,0.61558923430276,0.255951455205554,0.0,0.0153634462282351,0.0,0.839307899894422,0.255951455205554,0.0,0.820430500942608,0.5,0.255951455205554,0.0,0.833099288751207,0.255951455205554,0.0,0.827857293430529,0.255951455205554,0.0,0.584424228187486,0.255951455205554,0.0,0.584532959643768,0.0,1.00642340516837 -2351,0.255951455205554,0.0,0.693779974054565,0.255951455205554,0.0,0.867855621346842,0.255951455205554,0.0,0.790588834410576,0.255951455205554,0.0,0.862546321767105,0.255951455205554,0.0,0.449278870794269,0.255951455205554,0.0,0.346751921019934,0.5,0.255951455205554,0.0,0.0873762331256423,0.5,0.255951455205554,0.0,0.444426076267676,0.5,0.255951455205554,0.0,0.532162128299607,0.255951455205554,0.0,0.0223878809474066,0.0,0.704736739305829,0.255951455205554,0.0,0.748741305786283,0.5,0.255951455205554,0.0,0.743704248382657,0.255951455205554,0.0,0.666624168866707,0.255951455205554,0.0,0.456792205218763,0.255951455205554,0.0,0.432816369036069,0.0,0.99980734553845 -2352,0.255951455205554,0.0,0.755724825671121,0.255951455205554,0.0,0.823184815162082,0.255951455205554,0.0,0.799972434856636,0.255951455205554,0.0,0.874266762584019,0.255951455205554,0.0,0.450548699914188,0.255951455205554,0.0,0.352327061335819,0.5,0.255951455205554,0.0,0.0858450713123783,0.5,0.255951455205554,0.0,0.299837891812661,0.5,0.255951455205554,0.0,0.454480034079209,0.255951455205554,0.0,0.0334876152381776,0.0,0.396500858305133,0.255951455205554,0.0,0.590514834654335,0.5,0.255951455205554,0.0,0.65795999325086,0.255951455205554,0.0,0.552604071579232,0.255951455205554,0.0,0.601614512379739,0.255951455205554,0.0,0.438436766308888,0.0,0.976161780910356 -2353,0.255951455205554,0.0,0.773557262773128,0.255951455205554,0.0,0.940482391012474,0.255951455205554,0.0,0.771891430091803,0.255951455205554,0.0,0.880663786595264,0.255951455205554,0.0,0.413609723866346,0.255951455205554,0.0,0.380900579950715,0.5,0.255951455205554,0.0,0.0871701890515272,0.5,0.255951455205554,0.0,0.184020969195853,0.5,0.255951455205554,0.0,0.372484035022598,0.255951455205554,0.0,0.0407680316484073,0.0,0.325728878355541,0.255951455205554,0.0,0.494039515577253,0.5,0.255951455205554,0.0,0.567080665583869,0.255951455205554,0.0,0.476516882769915,0.255951455205554,0.0,0.68144385639692,0.255951455205554,0.0,0.617782737053813,0.0,0.933375963337168 -2354,0.255951455205554,0.0,0.775776040637581,0.255951455205554,0.0,0.928558533152961,0.255951455205554,0.0,0.725979075150934,0.255951455205554,0.0,0.826270704317932,0.255951455205554,0.0,0.356850633879504,0.255951455205554,0.0,0.369381122459511,0.5,0.255951455205554,0.0,0.0802352689416102,0.5,0.255951455205554,0.0,0.130306421857643,0.5,0.255951455205554,0.0,0.328609690705223,0.255951455205554,0.0,0.0455561179285943,0.0,0.558209827607786,0.255951455205554,0.0,0.620177258015506,0.5,0.255951455205554,0.0,0.592985552771437,0.255951455205554,0.0,0.469646454682605,0.255951455205554,0.0,0.684004756022615,0.255951455205554,0.0,0.691062302987808,0.0,0.877941405242781 -2355,0.255951455205554,0.0,0.805994498629423,0.255951455205554,0.0,0.868366786925508,0.255951455205554,0.0,0.660436670310403,0.255951455205554,0.0,0.775066243543628,0.255951455205554,0.0,0.321323782036963,0.255951455205554,0.0,0.281338343194811,0.5,0.255951455205554,0.0,0.070012383587321,0.5,0.255951455205554,0.0,0.115684907499675,0.5,0.255951455205554,0.0,0.344611537050792,0.255951455205554,0.0,0.0433938050224983,0.0,0.925556938089278,0.255951455205554,0.0,0.754340107768454,0.5,0.255951455205554,0.0,0.728016371021979,0.255951455205554,0.0,0.484782304220553,0.255951455205554,0.0,0.689561312654925,0.255951455205554,0.0,0.693032405074883,0.0,0.805348430928817 -2356,0.255951455205554,0.0,0.824840039764017,0.255951455205554,0.0,0.729486059229629,0.255951455205554,0.0,0.576534447060768,0.255951455205554,0.0,0.600886008411632,0.255951455205554,0.0,0.318934471980694,0.255951455205554,0.0,0.195059776380314,0.5,0.255951455205554,0.0,0.06065879428721,0.5,0.255951455205554,0.0,0.114155646398844,0.5,0.255951455205554,0.0,0.365980715617824,0.255951455205554,0.0,0.030424443991171,0.0,0.876192443163564,0.255951455205554,0.0,0.798255971792133,0.5,0.255951455205554,0.0,0.821810481006187,0.255951455205554,0.0,0.528006010390579,0.255951455205554,0.0,0.813837088088855,0.255951455205554,0.0,0.695551110654928,0.0,0.731531010243597 -2357,0.255951455205554,0.0,0.816453106624081,0.255951455205554,0.0,0.688840238469568,0.255951455205554,0.0,0.498265883199227,0.255951455205554,0.0,0.45868500627755,0.255951455205554,0.0,0.37648501920624,0.255951455205554,0.0,0.194215252424787,0.5,0.255951455205554,0.0,0.0582975128745835,0.5,0.255951455205554,0.0,0.0982886018292783,0.5,0.255951455205554,0.0,0.346274921413609,0.255951455205554,0.0,0.0274744284313217,0.0,0.852815983017982,0.255951455205554,0.0,0.84398185663482,0.5,0.255951455205554,0.0,0.759781157887385,0.255951455205554,0.0,0.692525119512125,0.255951455205554,0.0,0.840271165803583,0.255951455205554,0.0,0.678958779189951,0.0,0.574136792028531 -2358,0.255951455205554,0.0,0.80043630250328,0.255951455205554,0.0,0.659070027608416,0.255951455205554,0.0,0.437922505943925,0.255951455205554,0.0,0.407460061987697,0.255951455205554,0.0,0.410447628201002,0.255951455205554,0.0,0.19993085082565,0.5,0.255951455205554,0.0,0.0704165640764062,0.5,0.255951455205554,0.0,0.079746785391781,0.5,0.255951455205554,0.0,0.306454321420439,0.255951455205554,0.0,0.029274626643744,0.0,0.941150878224427,0.255951455205554,0.0,0.840284483149429,0.5,0.255951455205554,0.0,0.686854102645358,0.255951455205554,0.0,0.727890261866471,0.255951455205554,0.0,0.783446609749217,0.255951455205554,0.0,0.551810682488682,0.0,0.417536423482196 -2359,0.255951455205554,0.0382663265675019,0.771323834134478,0.255951455205554,0.0405662891436332,0.63996718480954,0.255951455205554,0.0290432537392612,0.40299913001174,0.255951455205554,0.0373267553060833,0.363512615270854,0.255951455205554,0.00904325281313964,0.418957508739284,0.255951455205554,0.0190794904701085,0.250108088784317,0.5,0.255951455205554,0.0178815059150667,0.0807730991255411,0.5,0.255951455205554,0.0330968098659076,0.0764197109601935,0.5,0.255951455205554,0.033369823499888,0.30890575336635,0.255951455205554,0.0197273282620962,0.0256594736690591,0.0120257583518445,0.933987942173423,0.255951455205554,0.0143441151942907,0.860813230186151,0.5,0.255951455205554,0.0241191259853449,0.786331407050529,0.255951455205554,0.0164573479420093,0.795684745212242,0.255951455205554,0.0347713403727604,0.729552787416491,0.255951455205554,0.0135985528704965,0.485615456646835,0.0432362293953824,0.300319596782038 -2360,0.255951455205554,0.162795003386769,0.770749708752335,0.255951455205554,0.174560115132821,0.663309307045895,0.255951455205554,0.104035189480651,0.473466269042824,0.255951455205554,0.156340426830461,0.416400610566679,0.255951455205554,0.042179237307193,0.489592993300496,0.255951455205554,0.0830963508046201,0.348719608592861,0.5,0.255951455205554,0.113133420033826,0.128689243904721,0.5,0.255951455205554,0.155912862562534,0.118473069411406,0.5,0.255951455205554,0.132557182954595,0.364939088452297,0.255951455205554,0.134513294255094,0.0385518039395772,0.0183211269240052,0.856902741672245,0.255951455205554,0.0498971507666333,0.845170290853952,0.5,0.255951455205554,0.0994490013064758,0.927109304447937,0.255951455205554,0.08394043660987,0.855171762308922,0.255951455205554,0.151930015636543,0.798475646232386,0.255951455205554,0.111971447478204,0.697442127336115,0.166522567439965,0.239421332641139 -2361,0.255951455205554,0.31858648951297,0.85173673534373,0.255951455205554,0.332912419138928,0.740458190116879,0.255951455205554,0.159383573011534,0.572144114340294,0.255951455205554,0.195365308274763,0.711124073085151,0.255951455205554,0.0732790155705392,0.548161438265431,0.255951455205554,0.119372583349994,0.451719750309232,0.5,0.255951455205554,0.23911666353593,0.289933675721483,0.5,0.255951455205554,0.30016014951036,0.214943924949479,0.5,0.255951455205554,0.231205194526956,0.402663826162506,0.255951455205554,0.286420736628557,0.129829686015694,0.0652402392278124,0.812279108634495,0.255951455205554,0.109712776160688,0.869801724527742,0.5,0.255951455205554,0.200070873670891,0.945801858572111,0.255951455205554,0.189680947362997,0.895559014060375,0.255951455205554,0.325713609797822,0.880035739950644,0.255951455205554,0.267915842524356,0.861603802567807,0.323609474985524,0.203892457116913 -2362,0.255951455205554,0.468721727808228,0.893084727250688,0.255951455205554,0.485152657261214,0.887736833886421,0.255951455205554,0.184813604007266,0.601217802113681,0.255951455205554,0.253944897176726,0.681729048335664,0.255951455205554,0.0862695354365074,0.668140893352897,0.255951455205554,0.154294526212501,0.59268449942906,0.5,0.255951455205554,0.353052268498765,0.531105085189321,0.5,0.255951455205554,0.441971796134389,0.340230645234512,0.5,0.255951455205554,0.332315477227934,0.531706962319543,0.255951455205554,0.424571739398862,0.374243603553697,0.279955751297154,0.922075431987104,0.255951455205554,0.231928406272813,0.888049329971986,0.5,0.255951455205554,0.311675509346769,0.960526047651357,0.255951455205554,0.376318373971586,0.927595743848785,0.255951455205554,0.492019006200575,0.922833869557671,0.255951455205554,0.405552974631642,0.865416478653694,0.46792275218132,0.205900398195509 -2363,0.255951455205554,0.59631522222808,0.90320148139052,0.255951455205554,0.592367133119343,0.948358087865358,0.255951455205554,0.161617571802489,0.565733363869908,0.255951455205554,0.200409647597133,0.598735369360525,0.255951455205554,0.0880851693071763,0.752067436825041,0.255951455205554,0.199250285660909,0.711383158501037,0.5,0.255951455205554,0.399524486988168,0.751427533228364,0.5,0.255951455205554,0.551870836448957,0.451364844367906,0.5,0.255951455205554,0.402843670025592,0.691511025302156,0.255951455205554,0.506084827570054,0.609077216978507,0.241030636928419,0.86922012337494,0.255951455205554,0.343730133363097,0.911136851807212,0.5,0.255951455205554,0.418528285150543,0.967969846373784,0.255951455205554,0.502709667062234,0.913884863482731,0.255951455205554,0.578966025975285,0.937829811808917,0.255951455205554,0.41849573575823,0.87129222374316,0.574655764544737,0.210130263285491 -2364,0.255951455205554,0.672005003240975,0.901698160786351,0.255951455205554,0.627573125272195,0.947479732316321,0.255951455205554,0.129213052657534,0.532344893831009,0.255951455205554,0.0748412269944518,0.493606504934389,0.255951455205554,0.0707622766050005,0.789815458629808,0.255951455205554,0.21134944018144,0.813630124288887,0.5,0.255951455205554,0.367450682389439,0.831568985057216,0.5,0.255951455205554,0.60206343667355,0.485910546403765,0.5,0.255951455205554,0.401781295494656,0.774001589772406,0.255951455205554,0.514358470728915,0.809310967215303,0.299271108961765,0.833851543833262,0.255951455205554,0.480521632903881,0.922764908223813,0.5,0.255951455205554,0.413350912983139,0.966850400451907,0.255951455205554,0.590000636563976,0.899034765551395,0.255951455205554,0.46505208421134,0.951123749260467,0.255951455205554,0.355462853222885,0.915146473736899,0.693111354423162,0.196305185676773 -2365,0.255951455205554,0.693404127315905,0.889155964147221,0.255951455205554,0.643393180801355,0.963410452049046,0.255951455205554,0.0953927308576019,0.487238320259992,0.255951455205554,0.0565159126155095,0.418438419362969,0.255951455205554,0.0503065647426712,0.780408174307742,0.255951455205554,0.199122312910882,0.804055324375685,0.5,0.255951455205554,0.276411566165955,0.820169139212076,0.5,0.255951455205554,0.582512518219602,0.520703610791506,0.5,0.255951455205554,0.421580163239694,0.849337403054601,0.255951455205554,0.339366231790448,0.777386949184163,0.577516724912192,0.913695293445006,0.255951455205554,0.503942827610035,0.916342370173478,0.5,0.255951455205554,0.44020347609288,0.968975850920151,0.255951455205554,0.454975283207624,0.918726531228356,0.255951455205554,0.367157227559789,0.93307376612077,0.255951455205554,0.247077074172956,0.958020882569709,0.693370815821024,0.186334342025121 -2366,0.255951455205554,0.683387878548477,0.876551535572225,0.255951455205554,0.606118506908144,0.951486990308752,0.255951455205554,0.0753355599540414,0.441182629709939,0.255951455205554,0.0263098755361225,0.278831874214039,0.255951455205554,0.0349974058215202,0.78346678875162,0.255951455205554,0.167744963476098,0.815122626710622,0.5,0.255951455205554,0.180007425139096,0.805408375601827,0.5,0.255951455205554,0.501918020334787,0.581314555111939,0.5,0.255951455205554,0.428739994628671,0.873847189944437,0.255951455205554,0.158997339951552,0.702083280545959,0.589090305238929,0.886277573188373,0.255951455205554,0.543956573010183,0.912529466837855,0.5,0.255951455205554,0.472821323257966,0.963517864529677,0.255951455205554,0.337788405103323,0.874976088507702,0.255951455205554,0.310682966829775,0.919183549120696,0.255951455205554,0.192344289406399,0.980590675523191,0.707427705713822,0.202504696176833 -2367,0.255951455205554,0.629658926180986,0.871543737214627,0.255951455205554,0.540010764506039,0.910884000738201,0.255951455205554,0.0667594798676883,0.416350669437006,0.255951455205554,0.0372968970114212,0.194247550023946,0.255951455205554,0.0267176180304413,0.756716849372948,0.255951455205554,0.120717984309767,0.801947287363218,0.5,0.255951455205554,0.114700988625288,0.783439667539215,0.5,0.255951455205554,0.406889049528153,0.656515811524429,0.5,0.255951455205554,0.338261448490158,0.883501716293313,0.255951455205554,0.102965856122576,0.645746471214051,0.579199382875243,0.846307026302437,0.255951455205554,0.498143533570062,0.902796501960354,0.5,0.255951455205554,0.470670248230982,0.964036526712541,0.255951455205554,0.289608217327406,0.872865475837661,0.255951455205554,0.201956513560516,0.918243180126632,0.255951455205554,0.142726337511525,0.979304256385239,0.64237672499338,0.200320520130613 -2368,0.255951455205554,0.514655307969073,0.861638610461629,0.255951455205554,0.457359089853234,0.843406615610781,0.255951455205554,0.0749404878652024,0.409763845894134,0.255951455205554,0.0833635690962734,0.207742716637756,0.255951455205554,0.0221360246315501,0.682360505344503,0.255951455205554,0.0581276601666755,0.767265600550737,0.5,0.255951455205554,0.0557833874591191,0.713621756131813,0.5,0.255951455205554,0.283846323009843,0.701192510666387,0.5,0.255951455205554,0.232259396257022,0.864672360455115,0.255951455205554,0.0460185360214008,0.607111146388825,0.427275666061934,0.784434103191969,0.255951455205554,0.366580320368487,0.858694808609545,0.5,0.255951455205554,0.381491517729494,0.933601944533928,0.255951455205554,0.167173339826016,0.843472732986095,0.255951455205554,0.14974264685388,0.91342008998018,0.255951455205554,0.0700069423522317,0.932355047109369,0.515641443680965,0.196154526622815 -2369,0.255951455205554,0.376138407654195,0.796708072005775,0.255951455205554,0.347979030244043,0.761728715037984,0.255951455205554,0.0802895797880299,0.378380011878695,0.255951455205554,0.147180773689273,0.283775676648064,0.255951455205554,0.0158542840772458,0.586484758768951,0.255951455205554,0.0161739685626533,0.730024589349512,0.5,0.255951455205554,0.0193492305674224,0.593149948760236,0.5,0.255951455205554,0.159736546008105,0.695264300105276,0.5,0.255951455205554,0.127555411539226,0.809557687764356,0.255951455205554,0.0176740082297054,0.473758807946021,0.305442371536237,0.611710748707977,0.255951455205554,0.24006825383074,0.7384196360682,0.5,0.255951455205554,0.260472574874677,0.873041924059583,0.255951455205554,0.0891036189585628,0.768433906770424,0.255951455205554,0.096524730501886,0.863499706748757,0.255951455205554,0.0295591439655947,0.85799673655205,0.375010735878652,0.201515310323159 -2370,0.255951455205554,0.179639220128229,0.654470790003039,0.255951455205554,0.1387142128186,0.55061921348706,0.255951455205554,0.0546051854589893,0.30606687630866,0.255951455205554,0.126785449348113,0.264690123393596,0.255951455205554,0.00789801024312481,0.474361567979033,0.255951455205554,0.00212437765649428,0.575506333610212,0.5,0.255951455205554,0.0058808373012418,0.524863664581103,0.5,0.255951455205554,0.0600703462367339,0.672549839954771,0.5,0.255951455205554,0.0472385333338633,0.749637949381599,0.255951455205554,0.00653427402733943,0.387817835494592,0.0999538936396762,0.308723917187025,0.255951455205554,0.0815022271564766,0.51412510416695,0.5,0.255951455205554,0.0963416119717527,0.765894525866687,0.255951455205554,0.0233508016438624,0.666706900533109,0.255951455205554,0.0464172543849798,0.775318586646889,0.255951455205554,0.00674930088658276,0.74527240578112,0.184092698084706,0.225827398866319 -2371,0.255951455205554,0.0,0.533748642974459,0.255951455205554,0.0,0.403263042531723,0.255951455205554,0.0011681283428471,0.25552575977106,0.255951455205554,0.0,0.247415823365047,0.255951455205554,0.00151967859185782,0.391655475082095,0.255951455205554,0.000162148028187007,0.470206045229909,0.5,0.255951455205554,0.000706052791840981,0.383109037717755,0.5,0.255951455205554,1.09898916905247e-05,0.597720834690468,0.5,0.255951455205554,0.000103249345440291,0.720054529354149,0.255951455205554,0.00103325797135808,0.259340603848051,0.0,0.227144960587331,0.255951455205554,2.05553430716064e-05,0.36963712972374,0.5,0.255951455205554,0.0,0.624471113521526,0.255951455205554,0.000212065730438663,0.613906730446012,0.255951455205554,4.00012640146044e-05,0.635589599286928,0.255951455205554,7.56490996085977e-05,0.616186808416916,0.0,0.261817243044485 -2372,0.255951455205554,0.0,0.480905210116672,0.255951455205554,0.0,0.381820596943329,0.255951455205554,0.0,0.250792050695766,0.255951455205554,0.0,0.219396291486016,0.255951455205554,0.0,0.339337652600801,0.255951455205554,0.0,0.432749286819248,0.5,0.255951455205554,0.0,0.277095117624736,0.5,0.255951455205554,0.0,0.544031485880636,0.5,0.255951455205554,0.0,0.71318171856538,0.255951455205554,0.0,0.121691867398966,0.0,0.231357203101942,0.255951455205554,0.0,0.29996123408601,0.5,0.255951455205554,0.0,0.498580151278977,0.255951455205554,0.0,0.600063092903063,0.255951455205554,0.0,0.499886386333599,0.255951455205554,0.0,0.563931852243443,0.0,0.290736071180558 -2373,0.255951455205554,0.0,0.428563383991371,0.255951455205554,0.0,0.365331219922602,0.255951455205554,0.0,0.256540053670291,0.255951455205554,0.0,0.204969676249585,0.255951455205554,0.0,0.30778728780113,0.255951455205554,0.0,0.389175322897115,0.5,0.255951455205554,0.0,0.247728520260579,0.5,0.255951455205554,0.0,0.566459280283887,0.5,0.255951455205554,0.0,0.666916811511668,0.255951455205554,0.0,0.062687459921215,0.0,0.244643615219077,0.255951455205554,0.0,0.308262896091355,0.5,0.255951455205554,0.0,0.495929547517265,0.255951455205554,0.0,0.573523984655531,0.255951455205554,0.0,0.476010679501582,0.255951455205554,0.0,0.498987863977287,0.0,0.250290368601384 -2374,0.255951455205554,0.0,0.371668816613473,0.255951455205554,0.0,0.323206340577865,0.255951455205554,0.0,0.253658955651015,0.255951455205554,0.0,0.196598662767503,0.255951455205554,0.0,0.276754545708949,0.255951455205554,0.0,0.304581939862418,0.5,0.255951455205554,0.0,0.169523553931212,0.5,0.255951455205554,0.0,0.493862437980519,0.5,0.255951455205554,0.0,0.620595646736748,0.255951455205554,0.0,0.0435449049524785,0.0,0.268151561189282,0.255951455205554,0.0,0.348845420942083,0.5,0.255951455205554,0.0,0.517487668294819,0.255951455205554,0.0,0.505825832798991,0.255951455205554,0.0,0.520321923746419,0.255951455205554,0.0,0.418948275819527,0.0,0.180676743347728 -2375,0.255951455205554,0.0,0.326001270853659,0.255951455205554,0.0,0.288635533752955,0.255951455205554,0.0,0.237221243366533,0.255951455205554,0.0,0.211070202476469,0.255951455205554,0.0,0.247875417746883,0.255951455205554,0.0,0.23819659535889,0.5,0.255951455205554,0.0,0.112272746166931,0.5,0.255951455205554,0.0,0.397563290125661,0.5,0.255951455205554,0.0,0.579047464768027,0.255951455205554,0.0,0.0247648610085069,0.0,0.327024379651967,0.255951455205554,0.0,0.40714119679394,0.5,0.255951455205554,0.0,0.594504262169924,0.255951455205554,0.0,0.546664057735496,0.255951455205554,0.0,0.494468514810867,0.255951455205554,0.0,0.353971204366009,0.0,0.144152569941949 -2376,0.255951455205554,0.0,0.282935971575739,0.255951455205554,0.0,0.252654746715345,0.255951455205554,0.0,0.227829551117199,0.255951455205554,0.0,0.212986877807999,0.255951455205554,0.0,0.232243952388422,0.255951455205554,0.0,0.218479904935176,0.5,0.255951455205554,0.0,0.0712847760652323,0.5,0.255951455205554,0.0,0.311544856440459,0.5,0.255951455205554,0.0,0.459207674820888,0.255951455205554,0.0,0.0147422091477531,0.0,0.407493786011781,0.255951455205554,0.0,0.474821521336623,0.5,0.255951455205554,0.0,0.559420992158403,0.255951455205554,0.0,0.574659826380508,0.255951455205554,0.0,0.46237557015347,0.255951455205554,0.0,0.338648227277429,0.0,0.126941864556343 -2377,0.255951455205554,0.0,0.221688144459877,0.255951455205554,0.0,0.201148182138064,0.255951455205554,0.0,0.230133052511943,0.255951455205554,0.0,0.226022367265918,0.255951455205554,0.0,0.227497991857307,0.255951455205554,0.0,0.21769894807866,0.5,0.255951455205554,0.0,0.0512980189134526,0.5,0.255951455205554,0.0,0.218427258279814,0.5,0.255951455205554,0.0,0.389854850794162,0.255951455205554,0.0,0.00804043092851058,0.0,0.463031421940647,0.255951455205554,0.0,0.461104475261912,0.5,0.255951455205554,0.0,0.490337890929465,0.255951455205554,0.0,0.551099459651508,0.255951455205554,0.0,0.419458925111002,0.255951455205554,0.0,0.332814720833734,0.0,0.121723643722882 -2378,0.255951455205554,0.0,0.157006370735238,0.255951455205554,0.0,0.131668258252703,0.255951455205554,0.0,0.221030350859232,0.255951455205554,0.0,0.20872090508376,0.255951455205554,0.0,0.213649871706905,0.255951455205554,0.0,0.2327918772135,0.5,0.255951455205554,0.0,0.0416391407658039,0.5,0.255951455205554,0.0,0.212319123882203,0.5,0.255951455205554,0.0,0.368645814708889,0.255951455205554,0.0,0.00494250781523374,0.0,0.507447300310367,0.255951455205554,0.0,0.434887230848913,0.5,0.255951455205554,0.0,0.420586981175124,0.255951455205554,0.0,0.487220754796755,0.255951455205554,0.0,0.369918291740084,0.255951455205554,0.0,0.318913804199925,0.0,0.12338471423274 -2379,0.255951455205554,0.0,0.110582238082974,0.255951455205554,0.0,0.0836013225871688,0.255951455205554,0.0,0.18536551937282,0.255951455205554,0.0,0.173088725504407,0.255951455205554,0.0,0.172394054382913,0.255951455205554,0.0,0.231454335118161,0.5,0.255951455205554,0.0,0.0339278665941595,0.5,0.255951455205554,0.0,0.200175440033419,0.5,0.255951455205554,0.0,0.356861830634328,0.255951455205554,0.0,0.00314668519761001,0.0,0.450227582659296,0.255951455205554,0.0,0.407884997643679,0.5,0.255951455205554,0.0,0.349455100719838,0.255951455205554,0.0,0.451009462001682,0.255951455205554,0.0,0.349550232193411,0.255951455205554,0.0,0.274397178437069,0.0,0.12441202382946 -2380,0.255951455205554,0.0,0.0783834451499685,0.255951455205554,0.0,0.0642181565230793,0.255951455205554,0.0,0.151136190430728,0.255951455205554,0.0,0.118505013328706,0.255951455205554,0.0,0.121990798906177,0.255951455205554,0.0,0.193711829363059,0.5,0.255951455205554,0.0,0.0245975366926263,0.5,0.255951455205554,0.0,0.193545240975306,0.5,0.255951455205554,0.0,0.342644944338265,0.255951455205554,0.0,0.00286405948656033,0.0,0.354100739420901,0.255951455205554,0.0,0.411356106316021,0.5,0.255951455205554,0.0,0.27539563625328,0.255951455205554,0.0,0.455165276572124,0.255951455205554,0.0,0.344652088493382,0.255951455205554,0.0,0.230516049471563,0.0,0.134316658312613 -2381,0.255951455205554,0.0,0.0499281199627351,0.255951455205554,0.0,0.0485867551519245,0.255951455205554,0.0,0.118838263374234,0.255951455205554,0.0,0.0762134085357877,0.255951455205554,0.0,0.0953375253520431,0.255951455205554,0.0,0.123921758693798,0.5,0.255951455205554,0.0,0.0183939907404498,0.5,0.255951455205554,0.0,0.162882661891128,0.5,0.255951455205554,0.0,0.312842618654841,0.255951455205554,0.0,0.00370890873361357,0.0,0.386890432970839,0.255951455205554,0.0,0.373490963662096,0.5,0.255951455205554,0.0,0.209467973391076,0.255951455205554,0.0,0.52410444442616,0.255951455205554,0.0,0.351330272772029,0.255951455205554,0.0,0.260867310837503,0.0,0.147043752019259 -2382,0.255951455205554,0.0,0.0291880354663313,0.255951455205554,0.0,0.0330103068560001,0.255951455205554,0.0,0.0874950324658374,0.255951455205554,0.0,0.0528346074562605,0.255951455205554,0.0,0.0921383708987164,0.255951455205554,0.0,0.0753037589746322,0.5,0.255951455205554,0.0,0.0166741513259033,0.5,0.255951455205554,0.0,0.127027546746871,0.5,0.255951455205554,0.0,0.293804822526706,0.255951455205554,0.0,0.00493072522637748,0.0,0.345300106283081,0.255951455205554,2.09119867732915e-06,0.319320680345302,0.5,0.255951455205554,9.48621376662428e-07,0.156600545378049,0.255951455205554,6.05425363475934e-07,0.579792490494448,0.255951455205554,0.0,0.323056237786625,0.255951455205554,0.0,0.237998371358389,0.0,0.139553812288853 -2383,0.255951455205554,0.0407756774152014,0.0154833682846739,0.255951455205554,0.0369991275946723,0.0239584277407682,0.255951455205554,0.00497529657162367,0.0701399840772098,0.255951455205554,0.0010362229104558,0.0421647795344106,0.255951455205554,0.00138161092854734,0.0985863389940112,0.255951455205554,0.00189604645045548,0.0581737612130682,0.5,0.255951455205554,0.00370151895916389,0.0177569081403575,0.5,0.255951455205554,0.00590048583362665,0.110924020484154,0.5,0.255951455205554,0.00375427065506726,0.297258015437608,0.255951455205554,0.00116468493575397,0.00505737248396926,0.0415639527264497,0.327414590146234,0.255951455205554,0.0199461545227103,0.306194932848003,0.5,0.255951455205554,0.0259212562981351,0.147086144349399,0.255951455205554,0.0120533187625982,0.596297840945127,0.255951455205554,0.0194728569869184,0.305510597040745,0.255951455205554,0.0104081452063195,0.234052566160123,0.0492937277573389,0.111241443833151 -2384,0.255951455205554,0.123148960518953,0.012651715910855,0.255951455205554,0.145651888801386,0.0328362464450471,0.255951455205554,0.036925328930006,0.0693117372459149,0.255951455205554,0.00476243826025307,0.0377722192548931,0.255951455205554,0.0168514354024971,0.114954671522903,0.255951455205554,0.00803843916828897,0.0641228349657583,0.5,0.255951455205554,0.0280164131578923,0.0272073355541726,0.5,0.255951455205554,0.0387156815086516,0.109689131607776,0.5,0.255951455205554,0.0207155057723559,0.324995491100983,0.255951455205554,0.0150972893740113,0.00467548995425986,0.0911706894136572,0.33716286610317,0.255951455205554,0.0807489160122054,0.313470072986145,0.5,0.255951455205554,0.0915826456814191,0.157668671970578,0.255951455205554,0.0439139465876838,0.553091293191478,0.255951455205554,0.0841182802979289,0.332611059791032,0.255951455205554,0.0324551535793591,0.192042768130115,0.177892347712058,0.0928790917537624 -2385,0.255951455205554,0.176103523950326,0.0123845515802003,0.255951455205554,0.283100169352161,0.0483979692439464,0.255951455205554,0.114098213814882,0.0978766503889142,0.255951455205554,0.0145943691661177,0.0435725268667219,0.255951455205554,0.0580542986989213,0.130832895131764,0.255951455205554,0.0214557124773824,0.0936242490370878,0.5,0.255951455205554,0.0642171949164913,0.0468325484044419,0.5,0.255951455205554,0.0869802630893759,0.120981890734714,0.5,0.255951455205554,0.0458964980193295,0.317258772310989,0.255951455205554,0.0443049605470141,0.00397614316151951,0.115213313098645,0.231832982029538,0.255951455205554,0.157582842301518,0.303082395208112,0.5,0.255951455205554,0.167507121560745,0.168935462818668,0.255951455205554,0.0905137834625338,0.500468620923499,0.255951455205554,0.165917576941961,0.327749958221475,0.255951455205554,0.0648836608849472,0.185878423526616,0.325196053948165,0.0868863929755553 -2386,0.255951455205554,0.183646309660827,0.0123761935406607,0.255951455205554,0.347930927169034,0.0925300822500726,0.255951455205554,0.213883333744839,0.143885737901612,0.255951455205554,0.0323019917425558,0.0699471442834055,0.255951455205554,0.127561664589717,0.141842457540954,0.255951455205554,0.0514425444901345,0.128210251656813,0.5,0.255951455205554,0.107225600417323,0.0618334041109004,0.5,0.255951455205554,0.124749824599399,0.110203795020939,0.5,0.255951455205554,0.0665871026497173,0.285233322443184,0.255951455205554,0.0777537772203891,0.00575907166051564,0.150539895480813,0.188147501492227,0.255951455205554,0.243540047670012,0.259236961167888,0.5,0.255951455205554,0.211745023400584,0.152327211765909,0.255951455205554,0.150980144499017,0.46753607565353,0.255951455205554,0.265376127260478,0.328693193529944,0.255951455205554,0.0881337493230209,0.17429235797305,0.437924071656044,0.072542259883806 -2387,0.255951455205554,0.167367710932943,0.0128213724133598,0.255951455205554,0.283058620155855,0.124681845065429,0.255951455205554,0.268418241987185,0.175862625321357,0.255951455205554,0.0808457419247441,0.0953352991560875,0.255951455205554,0.204215240691406,0.194105431101041,0.255951455205554,0.125847298896707,0.208908742151842,0.5,0.255951455205554,0.141975522291666,0.0619865986431039,0.5,0.255951455205554,0.165584260196778,0.113056016240999,0.5,0.255951455205554,0.0873990962586038,0.243732534298923,0.255951455205554,0.142414630879537,0.0104080125071422,0.213182206358321,0.128773562823622,0.255951455205554,0.252620683260774,0.201430445436895,0.5,0.255951455205554,0.234738451950374,0.133690447658576,0.255951455205554,0.202099174070411,0.381979221729405,0.255951455205554,0.345557066280174,0.277958425227551,0.255951455205554,0.107326599076636,0.161152670315085,0.391524422261864,0.0507508361702676 -2388,0.255951455205554,0.142253174073263,0.0147100999273206,0.255951455205554,0.18396705306457,0.1486538396097,0.255951455205554,0.195992499546937,0.162670372652095,0.255951455205554,0.131579639160999,0.117059686264135,0.255951455205554,0.231126261834376,0.243175272401289,0.255951455205554,0.220247946581706,0.330504404072535,0.5,0.255951455205554,0.190338088981321,0.0589147987674651,0.5,0.255951455205554,0.214587921377526,0.0977115810878978,0.5,0.255951455205554,0.0960953106331553,0.205675605647272,0.255951455205554,0.194835619526888,0.0113301520198564,0.197401053311966,0.102633380886586,0.255951455205554,0.282471084782085,0.169984833823616,0.5,0.255951455205554,0.241757061401273,0.119370659029725,0.255951455205554,0.251394575623317,0.289043473401702,0.255951455205554,0.417483411600233,0.262436620107546,0.255951455205554,0.109854819699729,0.143797849425395,0.168049799679935,0.0403459393512179 -2389,0.255951455205554,0.115681143384948,0.0206295505032209,0.255951455205554,0.0681540572641284,0.120982670245132,0.255951455205554,0.190486462420866,0.152571364350985,0.255951455205554,0.163307766917716,0.112067110294655,0.255951455205554,0.195312248766977,0.210802267492535,0.255951455205554,0.240677632720384,0.290238685068197,0.5,0.255951455205554,0.194452222020894,0.0506097677141617,0.5,0.255951455205554,0.226432862100129,0.108065616403451,0.5,0.255951455205554,0.108277927725507,0.185276748165231,0.255951455205554,0.202552310395185,0.00668790953750839,0.178719260952963,0.100774645122095,0.255951455205554,0.249465854606459,0.145486925507929,0.5,0.255951455205554,0.241437147928373,0.099943977579996,0.255951455205554,0.329223250736084,0.250193191668402,0.255951455205554,0.449533262622173,0.303007689298298,0.255951455205554,0.119437169417581,0.135844321162825,0.0823836884790329,0.0434888245954056 -2390,0.255951455205554,0.100742471964277,0.0329038680809601,0.255951455205554,0.0330036202114461,0.105359784134017,0.255951455205554,0.162939880789474,0.127728453307177,0.255951455205554,0.172668971366963,0.115641649325859,0.255951455205554,0.154075060921338,0.157515376089208,0.255951455205554,0.152769021053407,0.226083439605041,0.5,0.255951455205554,0.131031955853111,0.0334191300524752,0.5,0.255951455205554,0.169423089362767,0.0949560219147358,0.5,0.255951455205554,0.119726718024863,0.191200462853998,0.255951455205554,0.250266135919701,0.00579713674426619,0.154890283729499,0.0974190150850704,0.255951455205554,0.227957907641543,0.129809303133933,0.5,0.255951455205554,0.244588350733905,0.0766020460278141,0.255951455205554,0.293142645922802,0.224340099914296,0.255951455205554,0.415352174938998,0.323851854368079,0.255951455205554,0.0974411971923639,0.122199734878636,0.0574161721005587,0.0533276326987499 -2391,0.255951455205554,0.101609451582729,0.0480495727797032,0.255951455205554,0.026034144778034,0.0819088044821127,0.255951455205554,0.132520992549038,0.099663177291141,0.255951455205554,0.115825533998126,0.0899700752536895,0.255951455205554,0.121099410203502,0.110499563449359,0.255951455205554,0.120983699015454,0.162998162791413,0.5,0.255951455205554,0.112211832946489,0.0240696822524501,0.5,0.255951455205554,0.116004803237466,0.071004584416276,0.5,0.255951455205554,0.128423581740817,0.188994881965853,0.255951455205554,0.291439263393766,0.00489417268409042,0.104048355060653,0.0740001568553246,0.255951455205554,0.181752709234213,0.103170430569612,0.5,0.255951455205554,0.234880947793923,0.0515083198532684,0.255951455205554,0.200703231099637,0.183313611981171,0.255951455205554,0.284758746077856,0.308536763061944,0.255951455205554,0.080465023009434,0.1161230061232,0.039554406721427,0.0615986142167312 -2392,0.255951455205554,0.0954922768329308,0.0555622420676776,0.255951455205554,0.025993459515577,0.0547221946592955,0.255951455205554,0.0953588691946773,0.0732458751127555,0.255951455205554,0.0740216181044913,0.0591508778703154,0.255951455205554,0.0926052372145903,0.0689223065530484,0.255951455205554,0.107417680787742,0.103492734541789,0.5,0.255951455205554,0.0987750917593885,0.0198451163955998,0.5,0.255951455205554,0.0888483384926858,0.0427725151883784,0.5,0.255951455205554,0.107761471419677,0.16943770997411,0.255951455205554,0.234646189606556,0.00221045740637846,0.0780712120695209,0.0561106998813052,0.255951455205554,0.135689512410773,0.0783671785358883,0.5,0.255951455205554,0.182520880579874,0.0315518561908558,0.255951455205554,0.123038426578059,0.11293494004094,0.255951455205554,0.205417193259083,0.295722627416531,0.255951455205554,0.0785474274693189,0.117449574971536,0.0200734781428869,0.0620403417798996 -2393,0.255951455205554,0.0696719997203582,0.0490458966940693,0.255951455205554,0.0269824459593646,0.0285629130217698,0.255951455205554,0.0543183866714208,0.0492424964142651,0.255951455205554,0.0458182678245908,0.0293019526312206,0.255951455205554,0.0575460446617973,0.0459429851107394,0.255951455205554,0.0778888404828936,0.0595520523159031,0.5,0.255951455205554,0.0912326605090516,0.0177754660419833,0.5,0.255951455205554,0.0757184892753974,0.0238146894477839,0.5,0.255951455205554,0.0685162495049801,0.125671632869434,0.255951455205554,0.0889374994483234,0.000651162216995499,0.0438273613108535,0.0323577920734715,0.255951455205554,0.0878054526103792,0.0555623031488127,0.5,0.255951455205554,0.104544110785697,0.018322210020913,0.255951455205554,0.0784445403184074,0.0487678632949825,0.255951455205554,0.13038370008925,0.277449285167151,0.255951455205554,0.0798631156176949,0.116306535207971,0.00911261051963305,0.0737739162819121 -2394,0.255951455205554,0.02459321700295,0.032902712905528,0.255951455205554,0.0210726789036505,0.0107508335548228,0.255951455205554,0.0226416559580621,0.0260912806245295,0.255951455205554,0.0165939633845109,0.00791191281200166,0.255951455205554,0.0251207509129598,0.0238391762422611,0.255951455205554,0.0396196038555775,0.0318702240601554,0.5,0.255951455205554,0.0499089915068582,0.0106001423118426,0.5,0.255951455205554,0.0516106378208757,0.0103569976220318,0.5,0.255951455205554,0.0274560080138197,0.0850132859461154,0.255951455205554,0.0435072827989859,6.11648726808382e-05,0.0176169530539317,0.0189947280788032,0.255951455205554,0.033863339913105,0.0310620310677766,0.5,0.255951455205554,0.0414060433382481,0.00774102113461536,0.255951455205554,0.0356950383214964,0.0164662578404772,0.255951455205554,0.0505524111267978,0.233460268082586,0.255951455205554,0.0332236307100602,0.097998424111863,0.00374546884075866,0.0872526435548573 -2395,0.255951455205554,0.000134242421536651,0.0262671637985166,0.255951455205554,0.000298524754979048,0.00909795511439643,0.255951455205554,0.00221589663419649,0.01433799821648,0.255951455205554,0.0,0.00188532477933412,0.255951455205554,0.00259373944660304,0.00995843675209136,0.255951455205554,0.000455474950128158,0.00996858394959845,0.5,0.255951455205554,0.00156318559623249,0.00229515952832567,0.5,0.255951455205554,0.000264846553234847,0.00573590977187399,0.5,0.255951455205554,0.000138482682025496,0.0590095178870115,0.255951455205554,0.00103747381778158,3.29746980783093e-05,0.0,0.0118207011350829,0.255951455205554,6.45249497784088e-05,0.0172742803256405,0.5,0.255951455205554,9.10770776660659e-05,0.00226367688897766,0.255951455205554,8.28160323243337e-05,0.0111152152924551,0.255951455205554,9.69861104148889e-05,0.156622035421535,0.255951455205554,0.00040229702694292,0.0703994496316172,0.000774084452186389,0.092272456036578 -2396,0.255951455205554,0.0,0.0228476993335211,0.255951455205554,0.0,0.016310861860167,0.255951455205554,0.0,0.00837479306667203,0.255951455205554,0.0,0.00123454671756184,0.255951455205554,0.0,0.00575165656993595,0.255951455205554,0.0,0.00398678996065855,0.5,0.255951455205554,0.0,0.00109879137229605,0.5,0.255951455205554,0.0,0.00442215032978545,0.5,0.255951455205554,0.0,0.049367171641749,0.255951455205554,0.0,2.90454644272066e-05,0.0,0.00919498615361136,0.255951455205554,0.0,0.0127719090567038,0.5,0.255951455205554,0.0,0.00106932820299234,0.255951455205554,0.0,0.0104676412643975,0.255951455205554,0.0,0.113036295141871,0.255951455205554,0.0,0.0653842120820342,0.0,0.0810488146438544 -2397,0.255951455205554,0.0,0.0206320200631414,0.255951455205554,0.0,0.0194903386270268,0.255951455205554,0.0,0.00422485485549072,0.255951455205554,0.0,0.000410095842750797,0.255951455205554,0.0,0.00460326959808729,0.255951455205554,0.0,0.00142207401904769,0.5,0.255951455205554,0.0,0.000876950110476652,0.5,0.255951455205554,0.0,0.00361089313122659,0.5,0.255951455205554,0.0,0.0391172455912498,0.255951455205554,0.0,0.000413182351034993,0.0,0.00605970703317646,0.255951455205554,0.0,0.00831387349589729,0.5,0.255951455205554,0.0,0.000856549294353946,0.255951455205554,0.0,0.0113439501756723,0.255951455205554,0.0,0.0697119100008204,0.255951455205554,0.0,0.0581297971465227,0.0,0.0746626526938283 -2398,0.255951455205554,0.0,0.0205599826997555,0.255951455205554,0.0,0.00740336825352645,0.255951455205554,0.0,0.00187525036558284,0.255951455205554,0.0,0.000143021653005457,0.255951455205554,0.0,0.00619736508949404,0.255951455205554,0.0,0.000658305406397424,0.5,0.255951455205554,0.0,0.000684043486622781,0.5,0.255951455205554,0.0,0.00324140552089164,0.5,0.255951455205554,0.0,0.0206662748491635,0.255951455205554,0.0,0.000521052799095161,0.0,0.00191118555964074,0.255951455205554,0.0,0.00416865121831742,0.5,0.255951455205554,0.0,0.00156606064716844,0.255951455205554,0.0,0.00955146411530308,0.255951455205554,0.0,0.0329792985814362,0.255951455205554,0.0,0.0395009281209672,0.0,0.0763726066306796 -2399,0.255951455205554,0.0,0.0249030462838686,0.255951455205554,0.0,0.00136730531121679,0.255951455205554,0.0,0.000996491288881606,0.255951455205554,0.0,0.000142610053815006,0.255951455205554,0.0,0.0102339335776928,0.255951455205554,0.0,0.00050301649237501,0.5,0.255951455205554,0.0,0.000392212311235725,0.5,0.255951455205554,0.0,0.00337981090118691,0.5,0.255951455205554,0.0,0.015885610036795,0.255951455205554,0.0,0.000471614070177046,0.0,0.000957429837213244,0.255951455205554,0.0,0.00252813281493784,0.5,0.255951455205554,0.0,0.00417234185547681,0.255951455205554,0.0,0.00543814085686089,0.255951455205554,0.0,0.0134553295319661,0.255951455205554,0.0,0.0240640758752698,0.0,0.0870246601800571 -2400,0.255951455205554,0.0,0.0300645501499085,0.255951455205554,0.0,0.000686937542156121,0.255951455205554,0.0,0.00152086908095389,0.255951455205554,0.0,0.000333398440817676,0.255951455205554,0.0,0.0133879489730471,0.255951455205554,0.0,0.000888158811201012,0.5,0.255951455205554,0.0,0.000324206298856852,0.5,0.255951455205554,0.0,0.00369175137444015,0.5,0.255951455205554,0.0,0.0163582899009665,0.255951455205554,0.0,0.000632818028922433,0.0,0.000784170217673561,0.255951455205554,0.0,0.00267109615521968,0.5,0.255951455205554,0.0,0.00903953558945711,0.255951455205554,0.0,0.00277071381894402,0.255951455205554,0.0,0.00531839799031893,0.255951455205554,0.0,0.0126182491587585,0.0,0.109707607185135 -2401,0.255951455205554,0.0,0.0378727749513434,0.255951455205554,0.0,0.00144843806394301,0.255951455205554,0.0,0.00331076145548853,0.255951455205554,0.0,0.00120541980741381,0.255951455205554,0.0,0.0159859328517797,0.255951455205554,0.0,0.00139959531499117,0.5,0.255951455205554,0.0,0.000373696185027917,0.5,0.255951455205554,0.0,0.00446390505658799,0.5,0.255951455205554,0.0,0.0135140323713361,0.255951455205554,0.0,0.000806296006661809,0.0,0.000696918401432273,0.255951455205554,0.0,0.00389129577021789,0.5,0.255951455205554,0.0,0.0148101230555528,0.255951455205554,0.0,0.00155946422465097,0.255951455205554,0.0,0.00148737436518078,0.255951455205554,0.0,0.00469009261186117,0.0,0.126240834412001 -2402,0.255951455205554,0.0,0.0527925520314258,0.255951455205554,0.0,0.00546349989002665,0.255951455205554,0.0,0.00557063218212292,0.255951455205554,0.0,0.00323361489493193,0.255951455205554,0.0,0.0156027705892374,0.255951455205554,0.0,0.00192357099086879,0.5,0.255951455205554,0.0,0.000345741852406962,0.5,0.255951455205554,0.0,0.00530924595092794,0.5,0.255951455205554,0.0,0.00874087331866817,0.255951455205554,0.0,0.00061268666997237,0.0,0.00112242390149451,0.255951455205554,0.0,0.00563042972301166,0.5,0.255951455205554,0.0,0.0205311042078237,0.255951455205554,0.0,0.00112629342317851,0.255951455205554,0.0,0.000503316993472593,0.255951455205554,0.0,0.00208194920966563,0.0,0.141341511474561 -2403,0.255951455205554,0.0,0.0698891353675027,0.255951455205554,0.0,0.00959296972061625,0.255951455205554,0.0,0.0078466171164594,0.255951455205554,0.0,0.0054815642919937,0.255951455205554,0.0,0.0136980258038728,0.255951455205554,0.0,0.00256647290619762,0.5,0.255951455205554,0.0,0.000457317633567572,0.5,0.255951455205554,0.0,0.0062575679139586,0.5,0.255951455205554,0.0,0.00435554020377491,0.255951455205554,0.0,0.000201898872458547,0.0,0.00235190754315731,0.255951455205554,0.0,0.00705206941046531,0.5,0.255951455205554,0.0,0.0267190959806441,0.255951455205554,0.0,0.000913731864714321,0.255951455205554,0.0,0.000630243525892423,0.255951455205554,0.0,0.00186567903856087,0.0,0.139340991570015 -2404,0.255951455205554,0.0,0.0909190221796662,0.255951455205554,0.0,0.0106123984970179,0.255951455205554,0.0,0.0102958308648236,0.255951455205554,0.0,0.005927512266107,0.255951455205554,0.0,0.0143058704901807,0.255951455205554,0.0,0.00278358036975621,0.5,0.255951455205554,0.0,0.000562124501723617,0.5,0.255951455205554,0.0,0.00633148932554037,0.5,0.255951455205554,0.0,0.00234340408959093,0.255951455205554,0.0,0.000220407651557533,0.0,0.00323998699261527,0.255951455205554,0.0,0.00948709415134396,0.5,0.255951455205554,0.0,0.0327900177153484,0.255951455205554,0.0,0.000977455365329978,0.255951455205554,0.0,0.00140060642663291,0.255951455205554,0.0,0.00205517958034012,0.0,0.118241230203683 -2405,0.255951455205554,0.0,0.10616791945041,0.255951455205554,0.0,0.00921945693026271,0.255951455205554,0.0,0.0120463013369939,0.255951455205554,0.0,0.00918239554830909,0.255951455205554,0.0,0.016509317576673,0.255951455205554,0.0,0.00271546633874129,0.5,0.255951455205554,0.0,0.000612092333770345,0.5,0.255951455205554,0.0,0.00728839322028884,0.5,0.255951455205554,0.0,0.00172868048524252,0.255951455205554,0.0,0.000365451220267213,0.0,0.00447633978705695,0.255951455205554,0.0,0.0115412717412215,0.5,0.255951455205554,0.0,0.036044879322444,0.255951455205554,0.0,0.00108498162040516,0.255951455205554,0.0,0.00264025730873084,0.255951455205554,0.0,0.0020932498670019,0.0,0.0936712939375675 -2406,0.255951455205554,0.0,0.116326537739837,0.255951455205554,0.0,0.00725788991717428,0.255951455205554,0.0,0.0146842932575548,0.255951455205554,0.0,0.010633877412058,0.255951455205554,0.0,0.0174553300166264,0.255951455205554,0.0,0.00302516796408918,0.5,0.255951455205554,0.0,0.000630997548617902,0.5,0.255951455205554,0.0,0.00782994963219014,0.5,0.255951455205554,0.0,0.00124426294678675,0.255951455205554,0.0,0.000336387750802643,3.21550338359502e-08,0.00741194238087186,0.255951455205554,2.6646440717874e-05,0.0129303997078665,0.5,0.255951455205554,6.51775668333756e-06,0.0376927793996037,0.255951455205554,6.06151606393516e-05,0.00115235969982706,0.255951455205554,0.0,0.00417876531047187,0.255951455205554,0.0,0.00231543737571998,0.0,0.127827110830545 -2407,0.255951455205554,0.0182642252573698,0.121886552081025,0.255951455205554,0.00738579069067395,0.00552386879212686,0.255951455205554,0.0119781572410034,0.0184991681383232,0.255951455205554,0.0113698138841473,0.0106183955852767,0.255951455205554,0.0115808162086002,0.0189452691187986,0.255951455205554,0.0124182146271394,0.00357503435570293,0.5,0.255951455205554,0.00320642630810353,0.000602232476618017,0.5,0.255951455205554,0.024056596337885,0.00521435533536999,0.5,0.255951455205554,0.0205747231485309,0.00103417997286046,0.255951455205554,0.00282483870703489,0.000493061969117542,0.0122220183098491,0.00879935819099616,0.255951455205554,0.010694079277133,0.0134430016877795,0.5,0.255951455205554,0.0104506364194354,0.0399446730031577,0.255951455205554,0.0133747838167849,0.00139784348684888,0.255951455205554,0.00913444655014096,0.00601331467872148,0.255951455205554,0.0121162332606288,0.00415484882337143,0.0285325281815208,0.192882741485557 -2408,0.255951455205554,0.0532638559877224,0.14060818649192,0.255951455205554,0.0709671641587994,0.00804480008782521,0.255951455205554,0.0637233302391091,0.0288393531023705,0.255951455205554,0.0939156177055311,0.0213902365955858,0.255951455205554,0.0698230607771617,0.0319832845897364,0.255951455205554,0.0595647697223051,0.00507336919019547,0.5,0.255951455205554,0.023390375596277,0.000658197961515945,0.5,0.255951455205554,0.110382312205259,0.00205493240027435,0.5,0.255951455205554,0.0801174425381391,0.00188499955526958,0.255951455205554,0.0257066276274603,0.000962009373535948,0.0491338001062734,0.008430019904365,0.255951455205554,0.0436574765690773,0.0174090578962219,0.5,0.255951455205554,0.0449025802456105,0.0469820548395085,0.255951455205554,0.0517949151333124,0.00262320425817411,0.255951455205554,0.0348793321210182,0.00898553857851845,0.255951455205554,0.0645636238603933,0.0072884927778109,0.0767671433014476,0.205901121095406 -2409,0.255951455205554,0.0794447915889265,0.178204014107355,0.255951455205554,0.230093383409784,0.0419688316148625,0.255951455205554,0.130854770462452,0.0574228729701026,0.255951455205554,0.226076337395122,0.065331433706104,0.255951455205554,0.168274343797027,0.0554615124685894,0.255951455205554,0.118509780581803,0.0157223573585979,0.5,0.255951455205554,0.0601704603407274,0.00181947273477365,0.5,0.255951455205554,0.22197970515149,0.00653126445991058,0.5,0.255951455205554,0.159478675920313,0.00510445920122835,0.255951455205554,0.0756592542063843,0.00570039955874021,0.0973737513007862,0.0117490909627903,0.255951455205554,0.0947272530807116,0.0248018960495258,0.5,0.255951455205554,0.0999350629662995,0.0669483105616971,0.255951455205554,0.132547617620147,0.00441931027077426,0.255951455205554,0.0691660861698172,0.0179917815788888,0.255951455205554,0.165175432639834,0.0199358058997308,0.0445060084199416,0.203276360338957 -2410,0.255951455205554,0.0982467533452928,0.220671557937828,0.255951455205554,0.294236879465025,0.11275716239163,0.255951455205554,0.170485377500943,0.10725825296992,0.255951455205554,0.292470367697189,0.155325604860007,0.255951455205554,0.26623844082782,0.0767004573104129,0.255951455205554,0.131405506992757,0.0289036861343065,0.5,0.255951455205554,0.108138818973264,0.00559983148300338,0.5,0.255951455205554,0.321104168156252,0.0261120193167732,0.5,0.255951455205554,0.223097564862637,0.00783169406540956,0.255951455205554,0.140465141621328,0.0170168374466157,0.17571414683733,0.0176359577922391,0.255951455205554,0.160796200119256,0.0287779477932357,0.5,0.255951455205554,0.171013222169786,0.0986663283770465,0.255951455205554,0.242539172550069,0.00450834577198277,0.255951455205554,0.0807799715371888,0.0242442652607856,0.255951455205554,0.22769220299739,0.0312749348008384,0.0230440576234188,0.198279985898514 -2411,0.255951455205554,0.122427356973173,0.263802944362499,0.255951455205554,0.345931165930342,0.209554946880044,0.255951455205554,0.191878285650565,0.14561061416052,0.255951455205554,0.318072157773069,0.189689573011499,0.255951455205554,0.335006906841295,0.101433465338506,0.255951455205554,0.166828580102015,0.052642077146002,0.5,0.255951455205554,0.157004142542274,0.0156402214777778,0.5,0.255951455205554,0.421587981142298,0.0508590018631238,0.5,0.255951455205554,0.28171345404748,0.00894906402660524,0.255951455205554,0.166306517855621,0.040495807031169,0.306312582837336,0.0209407564446224,0.255951455205554,0.213975178520516,0.0224437832406578,0.5,0.255951455205554,0.217497736290059,0.113307048715094,0.255951455205554,0.287744483196382,0.00452305316220622,0.255951455205554,0.11701498515001,0.025386007723326,0.255951455205554,0.245907493337965,0.044685394101864,0.0320801151011592,0.210129584045623 -2412,0.255951455205554,0.179650149810986,0.287842240545024,0.255951455205554,0.153714284104329,0.217911070409682,0.255951455205554,0.211492976873785,0.173796960391039,0.255951455205554,0.219709261174188,0.223260209110053,0.255951455205554,0.354578402061578,0.112674263531763,0.255951455205554,0.207532349118775,0.0692298793453631,0.5,0.255951455205554,0.230546410760743,0.0269899734760857,0.5,0.255951455205554,0.465363738840437,0.0519973389486975,0.5,0.255951455205554,0.306320837137453,0.0106158133806022,0.255951455205554,0.255326572408708,0.0618530379266976,0.198117625142383,0.0181469306618927,0.255951455205554,0.252576122870173,0.0189457207621237,0.5,0.255951455205554,0.28881843899896,0.127073522411201,0.255951455205554,0.314357928749161,0.00404126011044108,0.255951455205554,0.127029727609656,0.0248057338763422,0.255951455205554,0.232127634203198,0.0622100871475818,0.107273677107506,0.230533761779054 -2413,0.255951455205554,0.244843984944139,0.282215842016632,0.255951455205554,0.0990299126134803,0.288615937723458,0.255951455205554,0.230993320028745,0.209435411303635,0.255951455205554,0.107561756971793,0.249499477223952,0.255951455205554,0.370211455469385,0.0967114615756573,0.255951455205554,0.215670733622176,0.0812468386202977,0.5,0.255951455205554,0.210999822111045,0.0389830286091887,0.5,0.255951455205554,0.399349682565127,0.0443985153598642,0.5,0.255951455205554,0.334547304459834,0.0108861485639442,0.255951455205554,0.286210529558034,0.0660158164138098,0.243346477949306,0.0175096250255735,0.255951455205554,0.270747898187573,0.0192306743158646,0.5,0.255951455205554,0.272475255485321,0.13800455182773,0.255951455205554,0.329391099850302,0.00245934587367681,0.255951455205554,0.14536344642791,0.026602593835871,0.255951455205554,0.193860191343671,0.0740560623249315,0.177119082884481,0.307491645174895 -2414,0.255951455205554,0.307379793114605,0.323289190652335,0.255951455205554,0.0388941416844366,0.229671360573069,0.255951455205554,0.228800318253669,0.23672849945047,0.255951455205554,0.128060598080322,0.296280919686496,0.255951455205554,0.396736818569175,0.085759579735111,0.255951455205554,0.17461640312773,0.0822772625637275,0.5,0.255951455205554,0.247760822222692,0.0420244130201361,0.5,0.255951455205554,0.342156844295427,0.0432497865424644,0.5,0.255951455205554,0.290667926889246,0.0100084762637248,0.255951455205554,0.313547344503989,0.060483238408029,0.208259817668221,0.00742871325770974,0.255951455205554,0.239882528275554,0.0204083884543491,0.5,0.255951455205554,0.24614602575306,0.156783172227697,0.255951455205554,0.294762867250867,0.00173342964535873,0.255951455205554,0.135783760819479,0.0317254709981567,0.255951455205554,0.207775143483129,0.0945895991510818,0.173082931102168,0.284427385823466 -2415,0.255951455205554,0.273298833967859,0.333363291371998,0.255951455205554,0.0621676665792563,0.143461977668033,0.255951455205554,0.197343033894525,0.251706091690851,0.255951455205554,0.225430219269139,0.334148463464057,0.255951455205554,0.320015430092996,0.086015224778986,0.255951455205554,0.156574147917465,0.0844794788797206,0.5,0.255951455205554,0.223919199717871,0.043978140476941,0.5,0.255951455205554,0.294251632749135,0.0434956688107183,0.5,0.255951455205554,0.220319817083656,0.0107113403321959,0.255951455205554,0.336280514479324,0.0619275536417079,0.0839465659162526,0.001088938157752,0.255951455205554,0.164168589094628,0.0215103794817856,0.5,0.255951455205554,0.148926224239671,0.151396174294665,0.255951455205554,0.208681598674891,0.0029035683162078,0.255951455205554,0.12248522195324,0.042073382004631,0.255951455205554,0.16241019067754,0.10596755994793,0.128927611023593,0.198003548469136 -2416,0.255951455205554,0.230314981504278,0.319419704576552,0.255951455205554,0.149038913473415,0.207222999558506,0.255951455205554,0.152964593968299,0.249946099694912,0.255951455205554,0.185472300822138,0.338343904271903,0.255951455205554,0.246433876590171,0.091063632364507,0.255951455205554,0.132880851961991,0.0906789635263096,0.5,0.255951455205554,0.17925419564478,0.0585155366668501,0.5,0.255951455205554,0.256584514460386,0.0454581841110532,0.5,0.255951455205554,0.165482070122166,0.0131108394218279,0.255951455205554,0.302193611525737,0.0767421009037174,0.0987850487840358,0.000769122439559351,0.255951455205554,0.113611994184776,0.0252426732298544,0.5,0.255951455205554,0.100972292186623,0.143537769947455,0.255951455205554,0.14705948200418,0.00569336432649181,0.255951455205554,0.0983623904958746,0.0595518854314563,0.255951455205554,0.118293462042316,0.0989570168817921,0.112741674450137,0.142151347873764 -2417,0.255951455205554,0.159063868174972,0.303535857826873,0.255951455205554,0.103546913026012,0.192655017880488,0.255951455205554,0.114663711970527,0.234452742365021,0.255951455205554,0.157402277734202,0.309865243666256,0.255951455205554,0.150512236410944,0.0919464541449136,0.255951455205554,0.0906696508042386,0.0838409578312598,0.5,0.255951455205554,0.125425159838153,0.0688255627045332,0.5,0.255951455205554,0.197755749053161,0.0474422115246079,0.5,0.255951455205554,0.105195766998964,0.0158313367844581,0.255951455205554,0.182985075671287,0.0937594300906094,0.0419442960798935,0.000488853399359793,0.255951455205554,0.0866354425065918,0.0252107756865096,0.5,0.255951455205554,0.0634832988287206,0.124669437783343,0.255951455205554,0.107348747444988,0.00869143193053412,0.255951455205554,0.0791843935363695,0.077073340676239,0.255951455205554,0.0756912768099105,0.0988895831344042,0.0602495014821412,0.11803427883308 -2418,0.255951455205554,0.0751396784250162,0.234171147211651,0.255951455205554,0.0300536364659776,0.12862358446745,0.255951455205554,0.0699977838480557,0.192646923923477,0.255951455205554,0.0922067541379741,0.273909850523328,0.255951455205554,0.0740258720904731,0.0734011381502721,0.255951455205554,0.0518092080952628,0.0627032525188923,0.5,0.255951455205554,0.0670235766225286,0.0621485780296035,0.5,0.255951455205554,0.112068061019673,0.0350217321054592,0.5,0.255951455205554,0.0475179118463791,0.0154227541245343,0.255951455205554,0.0913763158651236,0.0996773173551702,0.0167189492996308,0.000373907707870387,0.255951455205554,0.0385478360419515,0.017072357315954,0.5,0.255951455205554,0.0215239708640614,0.0876735922369023,0.255951455205554,0.0446534461962075,0.00820436929533378,0.255951455205554,0.0362538091440986,0.0571439060424232,0.255951455205554,0.0287097790690834,0.0739479603204101,0.0169399480048499,0.123786852016907 -2419,0.255951455205554,0.000799803640658945,0.141913484065679,0.255951455205554,0.000114329976869837,0.0641918228593834,0.255951455205554,0.00883018662872025,0.119188768479282,0.255951455205554,0.000771335818123735,0.17855261108227,0.255951455205554,0.0109508666923522,0.0660745814447895,0.255951455205554,0.0,0.0349922221228079,0.5,0.255951455205554,0.00365284074372723,0.0519958909713909,0.5,0.255951455205554,0.0,0.020597779926882,0.5,0.255951455205554,0.000125787726095167,0.012856455261938,0.255951455205554,0.00692672968404874,0.0800210866174276,0.0,0.000475455205268341,0.255951455205554,3.2640818029944e-05,0.0145011315653498,0.5,0.255951455205554,0.000154814298316144,0.0679812489555909,0.255951455205554,0.0,0.00586134419237771,0.255951455205554,5.35297197175585e-05,0.0425251189192631,0.255951455205554,0.000255275667976127,0.0458757910509569,0.0,0.118899089183604 -2420,0.255951455205554,0.0,0.100779906366671,0.255951455205554,0.0,0.0461593338642886,0.255951455205554,0.0,0.0825721688535881,0.255951455205554,0.0,0.128612074143444,0.255951455205554,0.0,0.0762495538098645,0.255951455205554,0.0,0.0285811656752128,0.5,0.255951455205554,0.0,0.0468023031176244,0.5,0.255951455205554,0.0,0.0227632513031794,0.5,0.255951455205554,0.0,0.0193578215427586,0.255951455205554,0.0,0.0763374226540609,0.0,0.000751176958194659,0.255951455205554,0.0,0.0165974711362836,0.5,0.255951455205554,0.0,0.0551624540098536,0.255951455205554,0.0,0.00962603582416342,0.255951455205554,0.0,0.0403356693387953,0.255951455205554,0.0,0.0373425042744969,0.0,0.0780831761553086 -2421,0.255951455205554,0.0,0.0770107861755768,0.255951455205554,0.0,0.0629246996076098,0.255951455205554,0.0,0.070717231073237,0.255951455205554,0.0,0.101627850512568,0.255951455205554,0.0,0.0918856679882409,0.255951455205554,0.0,0.0240157713797671,0.5,0.255951455205554,0.0,0.0368934398062985,0.5,0.255951455205554,0.0,0.0325287610310519,0.5,0.255951455205554,0.0,0.0307080229830488,0.255951455205554,0.0,0.0609329299806286,0.0,0.00100335919853698,0.255951455205554,0.0,0.0205598836657651,0.5,0.255951455205554,0.0,0.052880116022527,0.255951455205554,0.0,0.0173642935864706,0.255951455205554,0.0,0.0401389032765984,0.255951455205554,0.0,0.0337008636339321,0.0,0.024968288852519 -2422,0.255951455205554,0.0,0.0725864427077262,0.255951455205554,0.0,0.0566204074922409,0.255951455205554,0.0,0.0572867515567426,0.255951455205554,0.0,0.0637489322334227,0.255951455205554,0.0,0.0936230646218669,0.255951455205554,0.0,0.0170315499180664,0.5,0.255951455205554,0.0,0.0299272952128698,0.5,0.255951455205554,0.0,0.0349754600316532,0.5,0.255951455205554,0.0,0.0299236099441688,0.255951455205554,0.0,0.0445764932809341,0.0,0.00404701159268471,0.255951455205554,0.0,0.0236334645658455,0.5,0.255951455205554,0.0,0.0465723863893448,0.255951455205554,0.0,0.0242443542917679,0.255951455205554,0.0,0.0428589136470124,0.255951455205554,0.0,0.0250953408017992,0.0,0.00824946961061749 -2423,0.255951455205554,0.0,0.0478112408705399,0.255951455205554,0.0,0.034261879478647,0.255951455205554,0.0,0.036532313476094,0.255951455205554,0.0,0.0350470693562611,0.255951455205554,0.0,0.0732418325470502,0.255951455205554,0.0,0.0120112835283327,0.5,0.255951455205554,0.0,0.0206207530293983,0.5,0.255951455205554,0.0,0.0283560247018089,0.5,0.255951455205554,0.0,0.0250624735248558,0.255951455205554,0.0,0.0319700055122476,0.0,0.00876947233464013,0.255951455205554,0.0,0.0219595463271259,0.5,0.255951455205554,0.0,0.0519030045383885,0.255951455205554,0.0,0.0301145660620364,0.255951455205554,0.0,0.0336343008843237,0.255951455205554,0.0,0.0174284726651074,0.0,0.00872339436746038 -2424,0.255951455205554,0.0,0.0395144168706162,0.255951455205554,0.0,0.0232708735531202,0.255951455205554,0.0,0.0230737356836974,0.255951455205554,0.0,0.0183584988984001,0.255951455205554,0.0,0.0506664739253884,0.255951455205554,0.0,0.008442577432007,0.5,0.255951455205554,0.0,0.0208153351742038,0.5,0.255951455205554,0.0,0.0231819620171143,0.5,0.255951455205554,0.0,0.0247258305948611,0.255951455205554,0.0,0.0299727731121626,0.0,0.0239008843252651,0.255951455205554,0.0,0.0264092502524577,0.5,0.255951455205554,0.0,0.0401959140317994,0.255951455205554,0.0,0.0343593709829633,0.255951455205554,0.0,0.0230746751939334,0.255951455205554,0.0,0.0119929730502886,0.0,0.0182333006700775 -2425,0.255951455205554,0.0,0.0288296622304314,0.255951455205554,0.0,0.0271205487098738,0.255951455205554,0.0,0.0157242513426855,0.255951455205554,0.0,0.018854626105866,0.255951455205554,0.0,0.0235592371002743,0.255951455205554,0.0,0.00481642980386355,0.5,0.255951455205554,0.0,0.0159302943877196,0.5,0.255951455205554,0.0,0.0204319238274418,0.5,0.255951455205554,0.0,0.0230254980471736,0.255951455205554,0.0,0.0306281168584329,0.0,0.0323282904365717,0.255951455205554,0.0,0.0291713073580003,0.5,0.255951455205554,0.0,0.0380289099540347,0.255951455205554,0.0,0.0362978610330865,0.255951455205554,0.0,0.0130542800706669,0.255951455205554,0.0,0.00784791885099773,0.0,0.0349354591852009 -2426,0.255951455205554,0.0,0.0258431539875325,0.255951455205554,0.0,0.0106628354603559,0.255951455205554,0.0,0.011859263402342,0.255951455205554,0.0,0.00949695233505676,0.255951455205554,0.0,0.0127363302505936,0.255951455205554,0.0,0.00199041739941182,0.5,0.255951455205554,0.0,0.00898020902766706,0.5,0.255951455205554,0.0,0.0156041557676717,0.5,0.255951455205554,0.0,0.0195162723317686,0.255951455205554,0.0,0.0250652571586062,0.0,0.03052834539213,0.255951455205554,0.0,0.0336621864830968,0.5,0.255951455205554,0.0,0.0423440264104844,0.255951455205554,0.0,0.0360385073182495,0.255951455205554,0.0,0.00659621988452897,0.255951455205554,0.0,0.00425504760451974,0.0,0.0620255632428825 -2427,0.255951455205554,0.0,0.0200372469743206,0.255951455205554,0.0,0.0014177460285395,0.255951455205554,0.0,0.0112975195410018,0.255951455205554,0.0,0.00460340580861415,0.255951455205554,0.0,0.0134932802985337,0.255951455205554,0.0,0.000843928127192901,0.5,0.255951455205554,0.0,0.00609236536941094,0.5,0.255951455205554,0.0,0.0122008174556021,0.5,0.255951455205554,0.0,0.0138260482672272,0.255951455205554,0.0,0.0192101391686741,0.0,0.0331417928066554,0.255951455205554,0.0,0.0358093584018025,0.5,0.255951455205554,0.0,0.047947593015338,0.255951455205554,0.0,0.0256148207523419,0.255951455205554,0.0,0.00619651927435303,0.255951455205554,0.0,0.00126496081197812,0.0,0.127222084213084 -2428,0.255951455205554,0.0,0.0234675409660446,0.255951455205554,0.0,0.000899041436801175,0.255951455205554,0.0,0.0116981007239588,0.255951455205554,0.0,0.00253163030509276,0.255951455205554,0.0,0.0176559629042471,0.255951455205554,0.0,0.00177889158529302,0.5,0.255951455205554,0.0,0.00535558735789614,0.5,0.255951455205554,0.0,0.00941273089676818,0.5,0.255951455205554,0.0,0.00631469930903178,0.255951455205554,0.0,0.0200970563049953,0.0,0.0349633152986515,0.255951455205554,0.0,0.0364109878989191,0.5,0.255951455205554,0.0,0.0326784525096797,0.255951455205554,0.0,0.01859560329908,0.255951455205554,0.0,0.00799654769109943,0.255951455205554,0.0,0.000471957916105744,0.0,0.203602031917178 -2429,0.255951455205554,0.0,0.0319896580239717,0.255951455205554,0.0,0.00272484568197483,0.255951455205554,0.0,0.0106628154882024,0.255951455205554,0.0,0.00148127396018846,0.255951455205554,0.0,0.0111034533440277,0.255951455205554,0.0,0.00107695622008288,0.5,0.255951455205554,0.0,0.00315121459554545,0.5,0.255951455205554,0.0,0.00643355166106944,0.5,0.255951455205554,0.0,0.00350784685442119,0.255951455205554,0.0,0.0169545076958504,0.0,0.0485176603801326,0.255951455205554,0.0,0.0285713526128198,0.5,0.255951455205554,0.0,0.0233734070218933,0.255951455205554,0.0,0.0150899231230944,0.255951455205554,0.0,0.0087202223552996,0.255951455205554,0.0,0.000498285280906694,0.0,0.27176797689953 -2430,0.255951455205554,0.0,0.0331050142403702,0.255951455205554,0.0,0.0046658668176577,0.255951455205554,0.0,0.0156811797672698,0.255951455205554,0.0,0.00699106393885991,0.255951455205554,0.0,0.00867901549940711,0.255951455205554,0.0,0.000986975098974941,0.5,0.255951455205554,0.0,0.00389843456729754,0.5,0.255951455205554,0.0,0.00657526738041543,0.5,0.255951455205554,0.0,0.0033333919315582,0.255951455205554,0.0,0.0139555721347081,0.000295835923575034,0.0182027709812866,0.255951455205554,0.000164817641985158,0.0196589486920471,0.5,0.255951455205554,7.75130774722263e-05,0.020329067753448,0.255951455205554,1.87970114231753e-05,0.0164300022287196,0.255951455205554,0.0,0.00608770383246482,0.255951455205554,0.0,0.000647205886744955,0.0,0.328458533680841 -2431,0.255951455205554,0.0449491954069512,0.0363405303152374,0.255951455205554,0.0464401807221948,0.00407438100244145,0.255951455205554,0.0305459276059799,0.0221103650801741,0.255951455205554,0.0434305188470366,0.0174080008740159,0.255951455205554,0.00937973799875431,0.00604616129641261,0.255951455205554,0.0267793347633556,0.000831337974534149,0.5,0.255951455205554,0.0323348844234496,0.00604628750368825,0.5,0.255951455205554,0.0371418414002799,0.00638273315534183,0.5,0.255951455205554,0.0433067860589709,0.00522309481138982,0.255951455205554,0.0293381482793937,0.0274932942987837,0.0556577057480769,0.0268265395606751,0.255951455205554,0.0265072058409866,0.0267335216598641,0.5,0.255951455205554,0.0249655842469727,0.0258990651012195,0.255951455205554,0.0160112465207671,0.0192853398485493,0.255951455205554,0.00767071945230315,0.00514686907621768,0.255951455205554,0.0147415478857211,0.000544558745089816,0.0509376997141822,0.368236334192368 -2432,0.255951455205554,0.1504101540573,0.0710942509612919,0.255951455205554,0.157360726416585,0.00773838082163021,0.255951455205554,0.120253208974448,0.0323077104738279,0.255951455205554,0.15479386139275,0.029725374917998,0.255951455205554,0.0493649291651694,0.00338617254076967,0.255951455205554,0.108656629194232,0.000484562928007969,0.5,0.255951455205554,0.148268805877716,0.00286419337759718,0.5,0.255951455205554,0.149716775913237,0.00728439666932301,0.5,0.255951455205554,0.148295281775813,0.00811286875690957,0.255951455205554,0.148237450932728,0.00993633959396352,0.116158560839689,0.0511645845430789,0.255951455205554,0.0875021155696201,0.0457189414485719,0.5,0.255951455205554,0.0955010378623572,0.0295865440656018,0.255951455205554,0.0498080175870084,0.0228596178345177,0.255951455205554,0.0318813308814081,0.00780593508095272,0.255951455205554,0.053920624354771,0.00067862961275663,0.162278904403046,0.399341022530546 -2433,0.255951455205554,0.267093701147725,0.182852330148997,0.255951455205554,0.299269576367003,0.0215736562523655,0.255951455205554,0.236090263292301,0.0538001967394941,0.255951455205554,0.290248480251694,0.047419048607866,0.255951455205554,0.10496585229907,0.00167506686354156,0.255951455205554,0.20706175944647,0.00133707416376192,0.5,0.255951455205554,0.295430180216088,0.00378371822734645,0.5,0.255951455205554,0.275494535885635,0.00592103729441083,0.5,0.255951455205554,0.255359460866374,0.00968310726086025,0.255951455205554,0.299841416537893,0.0137385087995669,0.135727477623145,0.0186165941605432,0.255951455205554,0.151703913985288,0.0501497380282497,0.5,0.255951455205554,0.210594982464224,0.0290438892318482,0.255951455205554,0.13674938441006,0.0265253756875966,0.255951455205554,0.051294086684947,0.00603862206866654,0.255951455205554,0.131784276539276,0.00355898505203889,0.279479530257707,0.450217587592226 -2434,0.255951455205554,0.36346757206202,0.343817679682597,0.255951455205554,0.426314326554316,0.0470639047168632,0.255951455205554,0.349109432014188,0.0782313515908625,0.255951455205554,0.437638666175894,0.0710071081449039,0.255951455205554,0.181336577656021,0.00258343829740889,0.255951455205554,0.3015241414197,0.00395972236965752,0.5,0.255951455205554,0.452191010463654,0.00485975429773933,0.5,0.255951455205554,0.414721233056344,0.00742569774758379,0.5,0.255951455205554,0.343233703505613,0.00823159833167279,0.255951455205554,0.458315213932051,0.0151007352284183,0.206475662153337,0.00929897379988117,0.255951455205554,0.23602206305809,0.0381324630691569,0.5,0.255951455205554,0.319425079455196,0.0332538591064395,0.255951455205554,0.204538094775115,0.0317056540896553,0.255951455205554,0.0905220936892321,0.00289765616753331,0.255951455205554,0.21858641406462,0.00963924247419648,0.395249096710249,0.520762737741767 -2435,0.255951455205554,0.423561014578761,0.448269245252631,0.255951455205554,0.538010324015291,0.0785713752462413,0.255951455205554,0.427220264622103,0.105978355596599,0.255951455205554,0.525327504322511,0.0937788106201773,0.255951455205554,0.273795467645277,0.0174655914591275,0.255951455205554,0.368645524058529,0.00798437187934239,0.5,0.255951455205554,0.574563525731775,0.00276016492485192,0.5,0.255951455205554,0.533904261010281,0.00369634652720187,0.5,0.255951455205554,0.411105421804524,0.00497210968900441,0.255951455205554,0.59247371351661,0.00507405642168821,0.25274505632034,0.0480632624861597,0.255951455205554,0.321742562594123,0.0414976332926866,0.5,0.255951455205554,0.384393159211086,0.0502875731954183,0.255951455205554,0.173555702867683,0.0284761986968242,0.255951455205554,0.177160330933972,0.00186699508481529,0.255951455205554,0.269265590783398,0.012049554175778,0.418105993441206,0.605153728902285 -2436,0.255951455205554,0.438141741002212,0.48249618221837,0.255951455205554,0.583163872704734,0.120901295887956,0.255951455205554,0.486515535569776,0.138659951778445,0.255951455205554,0.572158851807636,0.106810253272255,0.255951455205554,0.342172005611602,0.0541372288340283,0.255951455205554,0.379716866283489,0.0140199186328498,0.5,0.255951455205554,0.645941981544457,0.00374704705331667,0.5,0.255951455205554,0.599524595436117,0.000677025455373198,0.5,0.255951455205554,0.460507303543078,0.0027995154853344,0.255951455205554,0.664193975578091,0.00095767168697073,0.518851260244775,0.108371804403971,0.255951455205554,0.367219483902347,0.0602511680054731,0.5,0.255951455205554,0.413694445167654,0.0713075778227704,0.255951455205554,0.161453498652807,0.0227552294241933,0.255951455205554,0.266262806589045,0.0102310799694552,0.255951455205554,0.243337175819404,0.0171111230987271,0.404381683008946,0.672546170173157 -2437,0.255951455205554,0.438383463771094,0.505402307798941,0.255951455205554,0.580028743595532,0.14700467933465,0.255951455205554,0.505459370086294,0.173829637635394,0.255951455205554,0.572117406509359,0.119533719814565,0.255951455205554,0.387338948623237,0.103233691217005,0.255951455205554,0.331311177223346,0.0225412079243116,0.5,0.255951455205554,0.652056600320202,0.0111036392636549,0.5,0.255951455205554,0.633335567507766,0.000531847539277593,0.5,0.255951455205554,0.473973499176349,0.00167387989823077,0.255951455205554,0.69172722138361,0.00455394320727246,0.529857207352189,0.128431434212717,0.255951455205554,0.36571802812613,0.079754034578312,0.5,0.255951455205554,0.438631979789826,0.0991991780350971,0.255951455205554,0.190184944175795,0.0156938030823369,0.255951455205554,0.291980872710211,0.0431471431221862,0.255951455205554,0.166750900423169,0.0246245028993268,0.364390524337475,0.672344086220669 -2438,0.255951455205554,0.399914681909242,0.5051499264744,0.255951455205554,0.53520267680024,0.165260866033251,0.255951455205554,0.475528225138983,0.196838380594819,0.255951455205554,0.535247492920677,0.130685949251481,0.255951455205554,0.397994748489605,0.181363766686259,0.255951455205554,0.313625107210477,0.0341174313995713,0.5,0.255951455205554,0.633733697614128,0.0200620493529573,0.5,0.255951455205554,0.578785843303594,0.00779854478853604,0.5,0.255951455205554,0.436208848531703,0.00216422713922527,0.255951455205554,0.681073617951955,0.00789323574657818,0.528614403807571,0.128324659590393,0.255951455205554,0.326855584488893,0.0950232501158438,0.5,0.255951455205554,0.441312898564205,0.117255155594959,0.255951455205554,0.146408414305351,0.0107180217865477,0.255951455205554,0.214705533740916,0.0906535086063476,0.255951455205554,0.191601609462248,0.0354173916031751,0.331008515569527,0.639096495094439 -2439,0.255951455205554,0.344591616694455,0.475110803281303,0.255951455205554,0.43384994839923,0.174139159797537,0.255951455205554,0.416213318386743,0.224873996764185,0.255951455205554,0.427269215707534,0.167722154757302,0.255951455205554,0.291859279103621,0.199626311505851,0.255951455205554,0.316791986897576,0.0447054345525117,0.5,0.255951455205554,0.58530537445474,0.031685392053953,0.5,0.255951455205554,0.494072707362145,0.0282228419126507,0.5,0.255951455205554,0.363379099308595,0.00497643889749113,0.255951455205554,0.630271401205965,0.0071838778658817,0.457622979488677,0.140452912869175,0.255951455205554,0.234936433497501,0.0985905379032545,0.5,0.255951455205554,0.360521100405377,0.117697734077277,0.255951455205554,0.114437592220248,0.00768196458615819,0.255951455205554,0.110293838046324,0.0826544365854199,0.255951455205554,0.267906092755991,0.0427922412771835,0.294363326191301,0.617743857061946 -2440,0.255951455205554,0.259265726117053,0.43646727513203,0.255951455205554,0.326489554219044,0.163093427843076,0.255951455205554,0.30371043830431,0.241957893068868,0.255951455205554,0.316120460566969,0.197058640469373,0.255951455205554,0.199934245367611,0.193172225278531,0.255951455205554,0.279099760510109,0.0510980828412735,0.5,0.255951455205554,0.46760409771437,0.0557458853895474,0.5,0.255951455205554,0.382439682839905,0.0341142449551132,0.5,0.255951455205554,0.256873542370719,0.00693223227485835,0.255951455205554,0.514110012169908,0.0150659680910058,0.114694475886297,0.11010778383337,0.255951455205554,0.128683272636233,0.0925772617765852,0.5,0.255951455205554,0.268683066228386,0.100597223121721,0.255951455205554,0.0965681005498667,0.00476072483806764,0.255951455205554,0.0939742409012659,0.0574855702054197,0.255951455205554,0.269477819361305,0.0580170946775274,0.218855543576754,0.645644753486478 -2441,0.255951455205554,0.160431613088391,0.374223523752235,0.255951455205554,0.189714264013276,0.112508755204902,0.255951455205554,0.17708614587184,0.19594515515466,0.255951455205554,0.200317513163396,0.17480504221038,0.255951455205554,0.125661120691973,0.168127197495161,0.255951455205554,0.199323728173587,0.0515552755673404,0.5,0.255951455205554,0.302808009451209,0.0791691789996082,0.5,0.255951455205554,0.258544860359573,0.0341299556344691,0.5,0.255951455205554,0.146040712384402,0.00677214894905265,0.255951455205554,0.34445886373181,0.0285587387300281,0.0449941106611831,0.108132929526812,0.255951455205554,0.0675277862318243,0.0741951550099546,0.5,0.255951455205554,0.177517939115293,0.0736919484171623,0.255951455205554,0.0749318217663387,0.00288013608870699,0.255951455205554,0.0809520306710914,0.0344955052647178,0.255951455205554,0.147500023418111,0.0485645303759435,0.162881759990436,0.733088120530457 -2442,0.255951455205554,0.0635167471918995,0.276107688615727,0.255951455205554,0.0878356537566213,0.033028180265505,0.255951455205554,0.0761812048571862,0.151682029857745,0.255951455205554,0.0815540644089577,0.0662757508250671,0.255951455205554,0.0709926637279734,0.103634107840413,0.255951455205554,0.0984556358784734,0.0357991205976604,0.5,0.255951455205554,0.150981269466256,0.0701101715869583,0.5,0.255951455205554,0.136307712693377,0.0268394273461506,0.5,0.255951455205554,0.0661515667782093,0.00704056831876985,0.255951455205554,0.174504037094713,0.0249805556181697,0.0543388338557384,0.0814149054518621,0.255951455205554,0.0381972330211413,0.047666176486603,0.5,0.255951455205554,0.0743614356549541,0.0327112123200945,0.255951455205554,0.0330496247327263,0.00147800708315127,0.255951455205554,0.0401961328487493,0.0179528478686362,0.255951455205554,0.0604976560763252,0.0297671633889231,0.070861822561533,0.808147880723122 -2443,0.255951455205554,0.00192200729086827,0.254655911807109,0.255951455205554,2.29649632630678e-05,0.020211916285521,0.255951455205554,0.007845507583357,0.149692396396249,0.255951455205554,0.00442037268059496,0.0880172717155694,0.255951455205554,0.016476179367585,0.0412760365739325,0.255951455205554,0.0,0.0141917068494718,0.5,0.255951455205554,0.0157738328597484,0.0376154891786822,0.5,0.255951455205554,0.0,0.0188776901472704,0.5,0.255951455205554,5.35940815817697e-07,0.00635034491695302,0.255951455205554,0.0330843517955513,0.00783550626297736,0.0,0.0391845434015325,0.255951455205554,0.0,0.0203716081779084,0.5,0.255951455205554,0.0,0.0234843925484202,0.255951455205554,0.000264294723761927,0.00131205565739882,0.255951455205554,1.98492350469661e-05,0.0118726524076899,0.255951455205554,0.0,0.0162093229941417,0.0,0.877909066292717 -2444,0.255951455205554,0.0,0.345959574759326,0.255951455205554,0.0,0.0305609912942013,0.255951455205554,0.0,0.172066308570483,0.255951455205554,0.0,0.141198392750553,0.255951455205554,0.0,0.0272349366176079,0.255951455205554,0.0,0.00869285321578531,0.5,0.255951455205554,0.0,0.0283906131062264,0.5,0.255951455205554,0.0,0.0134403507322053,0.5,0.255951455205554,0.0,0.00587405309619513,0.255951455205554,0.0,0.00704990663390408,0.0,0.0178334371349074,0.255951455205554,0.0,0.0160601737293265,0.5,0.255951455205554,0.0,0.0278619556939837,0.255951455205554,0.0,0.00200301877586239,0.255951455205554,0.0,0.0173458435531758,0.255951455205554,0.0,0.0111705290222014,0.0,0.816642257384233 -2445,0.255951455205554,0.0,0.434846130946549,0.255951455205554,0.0,0.0650247232859921,0.255951455205554,0.0,0.184519713364203,0.255951455205554,0.0,0.196379894697226,0.255951455205554,0.0,0.0327242651562648,0.255951455205554,0.0,0.00563005319100767,0.5,0.255951455205554,0.0,0.0198322563580605,0.5,0.255951455205554,0.0,0.00561716557302844,0.5,0.255951455205554,0.0,0.00394709528299745,0.255951455205554,0.0,0.00879616486833566,0.0,0.0140763775897695,0.255951455205554,0.0,0.0198302802102338,0.5,0.255951455205554,0.0,0.034729313055786,0.255951455205554,0.0,0.00403257503564244,0.255951455205554,0.0,0.0247858798958654,0.255951455205554,0.0,0.00679025154327172,0.0,0.759763250239682 -2446,0.255951455205554,0.0,0.506156121686146,0.255951455205554,0.0,0.115889448186185,0.255951455205554,0.0,0.218844642816303,0.255951455205554,0.0,0.236702448102598,0.255951455205554,0.0,0.0425723118857394,0.255951455205554,0.0,0.00640966939295969,0.5,0.255951455205554,0.0,0.0176529148101154,0.5,0.255951455205554,0.0,0.00235748507365494,0.5,0.255951455205554,0.0,0.00249315252259649,0.255951455205554,0.0,0.0142562459175715,0.0,0.0227256312461564,0.255951455205554,0.0,0.0265632873044059,0.5,0.255951455205554,0.0,0.0464171931546073,0.255951455205554,0.0,0.00850039891179644,0.255951455205554,0.0,0.0313979105184301,0.255951455205554,0.0,0.00534055391313809,0.0,0.846363131167222 -2447,0.255951455205554,0.0,0.609607833314229,0.255951455205554,0.0,0.133589473745814,0.255951455205554,0.0,0.211894763150153,0.255951455205554,0.0,0.275020233174832,0.255951455205554,0.0,0.0413096450494771,0.255951455205554,0.0,0.00939412894356065,0.5,0.255951455205554,0.0,0.0150788434952725,0.5,0.255951455205554,0.0,0.00152647954437184,0.5,0.255951455205554,0.0,0.00179814406203787,0.255951455205554,0.0,0.0157747122078195,0.0,0.0261514390165161,0.255951455205554,0.0,0.0340827288461247,0.5,0.255951455205554,0.0,0.0635268930195419,0.255951455205554,0.0,0.0148165637162705,0.255951455205554,0.0,0.035545129375501,0.255951455205554,0.0,0.0072487382042961,0.0,0.737200889717516 -2448,0.255951455205554,0.0,0.685844679566352,0.255951455205554,0.0,0.135937199967293,0.255951455205554,0.0,0.213957666120989,0.255951455205554,0.0,0.264523597388811,0.255951455205554,0.0,0.0420067708094599,0.255951455205554,0.0,0.010895477065483,0.5,0.255951455205554,0.0,0.0113464586615008,0.5,0.255951455205554,0.0,0.00490180474391613,0.5,0.255951455205554,0.0,0.00287977129965886,0.255951455205554,0.0,0.0137043267591362,0.0,0.0292337775151537,0.255951455205554,0.0,0.0411096592321711,0.5,0.255951455205554,0.0,0.0899677133415235,0.255951455205554,0.0,0.0198530226765396,0.255951455205554,0.0,0.0449188705156332,0.255951455205554,0.0,0.0118563543267825,0.0,0.786876937511254 -2449,0.255951455205554,0.0,0.598743400351462,0.255951455205554,0.0,0.189350886157434,0.255951455205554,0.0,0.205607236665382,0.255951455205554,0.0,0.258604747545202,0.255951455205554,0.0,0.0477608362691441,0.255951455205554,0.0,0.0105907549130277,0.5,0.255951455205554,0.0,0.00584651097605256,0.5,0.255951455205554,0.0,0.00698628351099958,0.5,0.255951455205554,0.0,0.00531262165681389,0.255951455205554,0.0,0.0061306757943456,0.0,0.0348595787372193,0.255951455205554,0.0,0.0487720420873161,0.5,0.255951455205554,0.0,0.12581787694825,0.255951455205554,0.0,0.0228552928453387,0.255951455205554,0.0,0.0601553632369291,0.255951455205554,0.0,0.0172675293835462,0.0,0.778221769829676 -2450,0.255951455205554,0.0,0.503868975060484,0.255951455205554,0.0,0.318013794139893,0.255951455205554,0.0,0.228715418335605,0.255951455205554,0.0,0.276269752474727,0.255951455205554,0.0,0.0625298438071442,0.255951455205554,0.0,0.0116406256163947,0.5,0.255951455205554,0.0,0.00261215027268697,0.5,0.255951455205554,0.0,0.00685121589169041,0.5,0.255951455205554,0.0,0.0066074058839679,0.255951455205554,0.0,0.0015034823680693,0.0,0.0493734158161898,0.255951455205554,0.0,0.0571549482329842,0.5,0.255951455205554,0.0,0.177406595058268,0.255951455205554,0.0,0.0271563481215049,0.255951455205554,0.0,0.0595657223639759,0.255951455205554,0.0,0.0243486682532615,0.0,0.659100540772222 -2451,0.255951455205554,0.0,0.527044171519408,0.255951455205554,0.0,0.526375360506648,0.255951455205554,0.0,0.300297900569567,0.255951455205554,0.0,0.450483037315844,0.255951455205554,0.0,0.083968829380435,0.255951455205554,0.0,0.0149717953553775,0.5,0.255951455205554,0.0,0.00189063734527145,0.5,0.255951455205554,0.0,0.00769201754370725,0.5,0.255951455205554,0.0,0.00766697730706258,0.255951455205554,0.0,0.00036858005651766,0.0,0.0689026949015737,0.255951455205554,0.0,0.0696637070187857,0.5,0.255951455205554,0.0,0.260444149622677,0.255951455205554,0.0,0.034808758538041,0.255951455205554,0.0,0.0602046023593922,0.255951455205554,0.0,0.0325052309488177,0.0,0.682760570402114 -2452,0.255951455205554,0.0,0.461719691792067,0.255951455205554,0.0,0.40738400160402,0.255951455205554,0.0,0.3345792840754,0.255951455205554,0.0,0.451246913241968,0.255951455205554,0.0,0.104324930261905,0.255951455205554,0.0,0.0208810155599426,0.5,0.255951455205554,0.0,0.00237914795298616,0.5,0.255951455205554,0.0,0.00644930429609838,0.5,0.255951455205554,0.0,0.00783391874562559,0.255951455205554,0.0,5.00765188524207e-05,0.0,0.0832286765365393,0.255951455205554,0.0,0.0883217619009484,0.5,0.255951455205554,0.0,0.355928967035234,0.255951455205554,0.0,0.0425749726255655,0.255951455205554,0.0,0.0676871185619692,0.255951455205554,0.0,0.0402959902709375,0.0,0.756021067141703 -2453,0.255951455205554,0.0,0.368680388590591,0.255951455205554,0.0,0.331107799945749,0.255951455205554,0.0,0.307453686811801,0.255951455205554,0.0,0.344427791645149,0.255951455205554,0.0,0.132307947565631,0.255951455205554,0.0,0.0264333020160521,0.5,0.255951455205554,0.0,0.00380483792226324,0.5,0.255951455205554,0.0,0.00460609073455924,0.5,0.255951455205554,0.0,0.00797044558059222,0.255951455205554,0.0,0.00016494892153086,0.0,0.0751901136943773,0.255951455205554,0.0,0.122960218993747,0.5,0.255951455205554,0.0,0.427029189498697,0.255951455205554,0.0,0.050300069791563,0.255951455205554,0.0,0.089882559669767,0.255951455205554,0.0,0.0477218965306889,0.0,0.840448182506303 -2454,0.255951455205554,0.0,0.399009579736336,0.255951455205554,0.0,0.345356399374585,0.255951455205554,0.0,0.277709490569732,0.255951455205554,0.0,0.29001924821052,0.255951455205554,0.0,0.17953087825161,0.255951455205554,0.0,0.0366695919750864,0.5,0.255951455205554,0.0,0.0066707667767341,0.5,0.255951455205554,0.0,0.00288543539890022,0.5,0.255951455205554,1.03988986007398e-08,0.0086162764731363,0.255951455205554,0.0,0.000838852441470497,0.000178237100409904,0.0837590603203503,0.255951455205554,0.000534669726227817,0.172309959296458,0.5,0.255951455205554,0.000115061304012912,0.49289036213715,0.255951455205554,0.000301660095480386,0.054752827290432,0.255951455205554,7.13841466718764e-07,0.131028103212956,0.255951455205554,0.0,0.0617015382966045,0.0,0.863905235693077 -2455,0.255951455205554,0.0417632619088367,0.403987344199849,0.255951455205554,0.0462561447380009,0.186747169222551,0.255951455205554,0.0112598377163354,0.272293130563727,0.255951455205554,0.0174975472960546,0.202545746789701,0.255951455205554,0.0023705981437425,0.190903610090906,0.255951455205554,0.0261045922935971,0.0586403621936872,0.5,0.255951455205554,0.023905844371628,0.0087726024652427,0.5,0.255951455205554,0.0200739991923922,0.00223216991594634,0.5,0.255951455205554,0.0325653217519306,0.0107495402773725,0.255951455205554,0.0274181077318921,0.00408566996439019,0.0106241727238204,0.136356998355484,0.255951455205554,0.0218523620465295,0.249507443288504,0.5,0.255951455205554,0.00876366274064744,0.519352412848668,0.255951455205554,0.0247325077801799,0.0756769776865449,0.255951455205554,0.0123368311394693,0.212883575642926,0.255951455205554,0.0212389660868365,0.105026078027589,0.0542878129396998,0.887218350218184 -2456,0.255951455205554,0.126344125562346,0.501285539314379,0.255951455205554,0.185422948569753,0.242338437380424,0.255951455205554,0.0741156639887634,0.292198898587662,0.255951455205554,0.132033605306279,0.298725194368625,0.255951455205554,0.0147953175716889,0.196811523706447,0.255951455205554,0.0930715443554612,0.119741034597665,0.5,0.255951455205554,0.111765836625364,0.0276712195470817,0.5,0.255951455205554,0.0942072790696578,0.00509988816127679,0.5,0.255951455205554,0.109174206319877,0.0398286413213942,0.255951455205554,0.13661384997862,0.00710692361023501,0.0371937851262874,0.400788198567025,0.255951455205554,0.0603472449205626,0.347924638223068,0.5,0.255951455205554,0.0481680662576238,0.513240629479023,0.255951455205554,0.0717634773731044,0.158118013183498,0.255951455205554,0.0431533624960798,0.298019556586113,0.255951455205554,0.0829199160188756,0.260201365064674,0.135987793372683,0.888734196878683 -2457,0.255951455205554,0.187823332738577,0.713423392904346,0.255951455205554,0.284862719529713,0.586313919518743,0.255951455205554,0.211042374344567,0.487791945236339,0.255951455205554,0.296601585639629,0.549324239572839,0.255951455205554,0.051603144533865,0.256541297963959,0.255951455205554,0.149746309277677,0.205191995502759,0.5,0.255951455205554,0.198219143727781,0.0831454237806173,0.5,0.255951455205554,0.210174800526247,0.0342046089241082,0.5,0.255951455205554,0.201960159974732,0.143571298963339,0.255951455205554,0.256500905783668,0.0522024374983538,0.068612526286677,0.521213558813402,0.255951455205554,0.0699258193053935,0.399659727679661,0.5,0.255951455205554,0.178195586008276,0.598202530586179,0.255951455205554,0.0968322070488112,0.236389443534918,0.255951455205554,0.0756225559757209,0.337615696398791,0.255951455205554,0.132510195736342,0.341728537291746,0.229315520186984,0.911501529068127 -2458,0.255951455205554,0.216907933096355,0.848891854510963,0.255951455205554,0.284590026239864,0.822399090059024,0.255951455205554,0.324786637159383,0.649989832993008,0.255951455205554,0.336925854429662,0.729962072318582,0.255951455205554,0.127688868946611,0.32646183805365,0.255951455205554,0.161943208320844,0.220648866488062,0.5,0.255951455205554,0.26942657813393,0.115644766596863,0.5,0.255951455205554,0.362827768898166,0.100102577762342,0.5,0.255951455205554,0.278258593594921,0.244628322614171,0.255951455205554,0.377425221223723,0.096792542755074,0.178180858207448,0.490311863001424,0.255951455205554,0.118417010800965,0.475854943000582,0.5,0.255951455205554,0.368246454791087,0.682832020232854,0.255951455205554,0.111693682276636,0.279123390473516,0.255951455205554,0.112313646730761,0.409380553256184,0.255951455205554,0.150723074955115,0.325244316044984,0.17130930790646,0.926237807488915 -2459,0.255951455205554,0.289161509328572,0.912211291103524,0.255951455205554,0.333579342828032,0.915562841197349,0.255951455205554,0.410289619721165,0.724004475254952,0.255951455205554,0.365168793916422,0.826219593541883,0.255951455205554,0.199346852824282,0.358444456546846,0.255951455205554,0.239375518332129,0.248792532250915,0.5,0.255951455205554,0.345847396346804,0.139023297203857,0.5,0.255951455205554,0.453778722386706,0.152384666924156,0.5,0.255951455205554,0.339771537036837,0.315178974728125,0.255951455205554,0.47206820362828,0.126239247556797,0.236050517613108,0.671489711025138,0.255951455205554,0.223597974642183,0.570256941938678,0.5,0.255951455205554,0.468787452026548,0.827560828084433,0.255951455205554,0.143919382615791,0.318287519467811,0.255951455205554,0.159533659506827,0.44426845230449,0.255951455205554,0.231447740687062,0.348849580639901,0.238537144376747,0.916225003005401 -2460,0.255951455205554,0.3375910164023,0.945990281998129,0.255951455205554,0.400073486919516,0.991054292532134,0.255951455205554,0.431695224032939,0.771803977439375,0.255951455205554,0.391413902465727,0.864326805466367,0.255951455205554,0.243936095898308,0.389335073164986,0.255951455205554,0.280699967488238,0.271403663828029,0.5,0.255951455205554,0.407998277731086,0.158115133816527,0.5,0.255951455205554,0.454406683192643,0.175816061231343,0.5,0.255951455205554,0.365042407750216,0.337451283117094,0.255951455205554,0.560221045801788,0.143258510496016,0.17912800025673,0.691066403301395,0.255951455205554,0.290641011814146,0.613476631586208,0.5,0.255951455205554,0.420560008408036,0.902382529482615,0.255951455205554,0.173931553717925,0.327931248270761,0.255951455205554,0.218666735244382,0.516774968248503,0.255951455205554,0.292611015676822,0.417218867272429,0.296801490509498,0.89767219658929 -2461,0.255951455205554,0.404723651491517,0.957973684544185,0.255951455205554,0.379993614475078,1.00745808581603,0.255951455205554,0.427349957082716,0.798437941126269,0.255951455205554,0.396054323882518,0.89154785278345,0.255951455205554,0.239153885302925,0.43018919730172,0.255951455205554,0.296879973490348,0.292726749203416,0.5,0.255951455205554,0.442372154292908,0.18138259695951,0.5,0.255951455205554,0.437190950356345,0.190232711811493,0.5,0.255951455205554,0.359247391426055,0.329911095757996,0.255951455205554,0.391791466580721,0.13034756379523,0.225714958094333,0.599605353868088,0.255951455205554,0.259039255783459,0.670073250491997,0.5,0.255951455205554,0.399679191055397,0.931344656188971,0.255951455205554,0.190244694350306,0.366455261541098,0.255951455205554,0.222246470987521,0.598513620156801,0.255951455205554,0.33327962996645,0.500777171871633,0.336417774089912,0.888494139333194 -2462,0.255951455205554,0.46261464825358,0.957153357023581,0.255951455205554,0.374635029693254,1.00828126618306,0.255951455205554,0.421137670275413,0.82307762140199,0.255951455205554,0.525247766722574,0.920131769695419,0.255951455205554,0.222734050119519,0.41163931619089,0.255951455205554,0.27526245693416,0.319248157820697,0.5,0.255951455205554,0.359828265673251,0.196250516672627,0.5,0.255951455205554,0.467011189067878,0.187515866560738,0.5,0.255951455205554,0.349515873869164,0.3100055473469,0.255951455205554,0.246336600802479,0.102350751707409,0.491311644168963,0.638970170631618,0.255951455205554,0.221702139475744,0.708831736033884,0.5,0.255951455205554,0.387173458089093,0.956369910300573,0.255951455205554,0.134548273136243,0.367090528413865,0.255951455205554,0.237512398322001,0.658727231897412,0.255951455205554,0.187924784190535,0.4988216983713,0.353259487481606,0.892270745909743 -2463,0.255951455205554,0.429990713117168,0.946370891481666,0.255951455205554,0.357367749095012,0.98873298128234,0.255951455205554,0.365572435626439,0.813372282941937,0.255951455205554,0.355205403872311,0.912204065431675,0.255951455205554,0.222900994329825,0.374998295110959,0.255951455205554,0.216945903726648,0.315028964694455,0.5,0.255951455205554,0.257948566786471,0.198877937166049,0.5,0.255951455205554,0.417643792711861,0.166173612583326,0.5,0.255951455205554,0.322752817923789,0.280847375380565,0.255951455205554,0.261120384547476,0.0938388885553618,0.285360765622157,0.68317098124472,0.255951455205554,0.208743411082195,0.702129331281171,0.5,0.255951455205554,0.379757916334958,0.965084372473953,0.255951455205554,0.106695462774957,0.390554069371941,0.255951455205554,0.258055781037291,0.654798370911727,0.255951455205554,0.133883244022148,0.499981304310762,0.358132814460566,0.911681696705995 -2464,0.255951455205554,0.278464334199851,0.934936570235394,0.255951455205554,0.377701705157372,0.932947022041386,0.255951455205554,0.284288456720451,0.780934225585734,0.255951455205554,0.319139750425166,0.866417568456955,0.255951455205554,0.204890788553158,0.338680168902741,0.255951455205554,0.144843636742578,0.29766712276818,0.5,0.255951455205554,0.192100084587394,0.197738996062101,0.5,0.255951455205554,0.36046064196401,0.155728828383278,0.5,0.255951455205554,0.272189300075267,0.25278350021869,0.255951455205554,0.240289082943189,0.103561651626266,0.175314640275532,0.636383366947543,0.255951455205554,0.173116310773591,0.679909627459732,0.5,0.255951455205554,0.263073505913843,0.939654664755089,0.255951455205554,0.0920961428999684,0.416885026393168,0.255951455205554,0.198673286546052,0.575678406573901,0.255951455205554,0.112681653958197,0.447704475778276,0.228548497647955,0.948688974793171 -2465,0.255951455205554,0.158473105528461,0.907952016820808,0.255951455205554,0.282719441549529,0.837727631784076,0.255951455205554,0.214735391688132,0.720594731190039,0.255951455205554,0.263831144921362,0.807479228570748,0.255951455205554,0.151495824517617,0.282565675212627,0.255951455205554,0.0906055800781194,0.257043122774653,0.5,0.255951455205554,0.134741343880404,0.189534434487558,0.5,0.255951455205554,0.262323136821687,0.138878617818187,0.5,0.255951455205554,0.183770963003765,0.214892807959008,0.255951455205554,0.18728664194387,0.114566809946432,0.128384935393104,0.628630157425357,0.255951455205554,0.124522098289202,0.603955932694041,0.5,0.255951455205554,0.196630700382853,0.867930035409816,0.255951455205554,0.0813596652822727,0.378267191476066,0.255951455205554,0.142120972513376,0.47734891213784,0.255951455205554,0.0918672587517033,0.389603635827986,0.117961291249272,0.970314919074466 -2466,0.255951455205554,0.0824436493075693,0.886381173894913,0.255951455205554,0.137681142835925,0.654590172746269,0.255951455205554,0.127403341443523,0.593587772527595,0.255951455205554,0.110410551779838,0.672452338780608,0.255951455205554,0.0888871557198032,0.198547226660455,0.255951455205554,0.0438452844152068,0.18798700656197,0.5,0.255951455205554,0.072072637136964,0.163062797004753,0.5,0.255951455205554,0.147231806388993,0.0998464323265961,0.5,0.255951455205554,0.0822416579525052,0.151764135240208,0.255951455205554,0.0916237553788733,0.113225994475465,0.0475823933926882,0.447094909891559,0.255951455205554,0.0541645559484976,0.410895517435729,0.5,0.255951455205554,0.0951950679464719,0.709562366878653,0.255951455205554,0.0477786791886658,0.259244198214135,0.255951455205554,0.055110766953161,0.301028920754338,0.255951455205554,0.0317262694422401,0.270624185660213,0.046607888401914,0.970694553775995 -2467,0.255951455205554,0.00841189141854903,0.833976725732384,0.255951455205554,8.55441914829973e-05,0.378969245527161,0.255951455205554,0.0176305860975295,0.448218295224025,0.255951455205554,0.0192969905402607,0.539201180287105,0.255951455205554,0.0197593510802752,0.120047277838364,0.255951455205554,0.000300433831079211,0.117940650138836,0.5,0.255951455205554,0.0132665791681827,0.0954690471321181,0.5,0.255951455205554,0.0,0.0746669297420597,0.5,0.255951455205554,0.0,0.110581870280592,0.255951455205554,0.0166363630732848,0.0686002995887224,0.0,0.231307698876023,0.255951455205554,0.0,0.237427486619358,0.5,0.255951455205554,0.0,0.50634668479128,0.255951455205554,1.74827851110704e-08,0.139942295873551,0.255951455205554,0.0,0.189740964666387,0.255951455205554,0.0,0.17413816450511,0.0,0.954636831193051 -2468,0.255951455205554,0.0,0.780533341297442,0.255951455205554,0.0,0.258895495701139,0.255951455205554,0.0,0.358068902608001,0.255951455205554,0.0,0.409137948456124,0.255951455205554,0.0,0.0971767514448235,0.255951455205554,0.0,0.0859511696208449,0.5,0.255951455205554,0.0,0.0470904705628753,0.5,0.255951455205554,0.0,0.0636788485760735,0.5,0.255951455205554,0.0,0.0803724989109432,0.255951455205554,0.0,0.0383671917872513,0.0,0.147524731421872,0.255951455205554,0.0,0.154049078984503,0.5,0.255951455205554,0.0,0.398635796296083,0.255951455205554,0.0,0.0929287141836207,0.255951455205554,0.0,0.186646601303993,0.255951455205554,0.0,0.123130300889635,0.0,0.964252369447498 -2469,0.255951455205554,0.0,0.78323846942698,0.255951455205554,0.0,0.228218585756143,0.255951455205554,0.0,0.333550457166575,0.255951455205554,0.0,0.376555108903899,0.255951455205554,0.0,0.0907032140839296,0.255951455205554,0.0,0.0710533010439473,0.5,0.255951455205554,0.0,0.0287915953673465,0.5,0.255951455205554,0.0,0.0477543659417908,0.5,0.255951455205554,0.0,0.0531078155696936,0.255951455205554,0.0,0.0319496077002776,0.0,0.120251583434055,0.255951455205554,0.0,0.136182526932322,0.5,0.255951455205554,0.0,0.356407608919591,0.255951455205554,0.0,0.0901087785329628,0.255951455205554,0.0,0.217066492728787,0.255951455205554,0.0,0.112175118601418,0.0,0.979511214080477 -2470,0.255951455205554,0.0,0.807457527651878,0.255951455205554,0.0,0.284793003615482,0.255951455205554,0.0,0.377010502050208,0.255951455205554,0.0,0.436291588497707,0.255951455205554,0.0,0.0951014375220361,0.255951455205554,0.0,0.0507495387243733,0.5,0.255951455205554,0.0,0.0227817131335701,0.5,0.255951455205554,0.0,0.0405963793835332,0.5,0.255951455205554,0.0,0.0350192481701688,0.255951455205554,0.0,0.0183653774246646,0.0,0.104311504139409,0.255951455205554,0.0,0.147051035127277,0.5,0.255951455205554,0.0,0.348705448983365,0.255951455205554,0.0,0.113277351813831,0.255951455205554,0.0,0.25599075743438,0.255951455205554,0.0,0.126400052333086,0.0,0.982932529091459 -2471,0.255951455205554,0.0,0.835453375458632,0.255951455205554,0.0,0.428448823679199,0.255951455205554,0.0,0.468887905335192,0.255951455205554,0.0,0.553454453073998,0.255951455205554,0.0,0.113434838228101,0.255951455205554,0.0,0.0274704096268887,0.5,0.255951455205554,0.0,0.0105111295997355,0.5,0.255951455205554,0.0,0.0518424138550207,0.5,0.255951455205554,0.0,0.0406283978934501,0.255951455205554,0.0,0.00298884821316461,0.0,0.113829483726471,0.255951455205554,0.0,0.185092310093033,0.5,0.255951455205554,0.0,0.361017499340626,0.255951455205554,0.0,0.142250864613061,0.255951455205554,0.0,0.274363872152132,0.255951455205554,0.0,0.119768121690477,0.0,0.983435717287939 -2472,0.255951455205554,0.0,0.845448519832934,0.255951455205554,0.0,0.609594867077863,0.255951455205554,0.0,0.563127390955665,0.255951455205554,0.0,0.715226246564967,0.255951455205554,0.0,0.159404116063201,0.255951455205554,0.0,0.0309650262695813,0.5,0.255951455205554,0.0,0.00956501650250925,0.5,0.255951455205554,0.0,0.0386468111249397,0.5,0.255951455205554,0.0,0.0329654084122642,0.255951455205554,0.0,0.00258348093758357,0.0,0.144526803602225,0.255951455205554,0.0,0.223075060836678,0.5,0.255951455205554,0.0,0.398818751339922,0.255951455205554,0.0,0.152325861529863,0.255951455205554,0.0,0.269234348702283,0.255951455205554,0.0,0.102739221967885,0.0,0.988907906377473 -2473,0.255951455205554,0.0,0.806165228466266,0.255951455205554,0.0,0.958217922181964,0.255951455205554,0.0,0.643181261250999,0.255951455205554,0.0,0.835835925661636,0.255951455205554,0.0,0.244695243324979,0.255951455205554,0.0,0.0513464153307271,0.5,0.255951455205554,0.0,0.0210876509284499,0.5,0.255951455205554,0.0,0.0152426563855402,0.5,0.255951455205554,0.0,0.0278519597560302,0.255951455205554,0.0,0.00905598920476764,0.0,0.204749634335219,0.255951455205554,0.0,0.255421033113498,0.5,0.255951455205554,0.0,0.528700100012618,0.255951455205554,0.0,0.152598801916688,0.255951455205554,0.0,0.259616327423631,0.255951455205554,0.0,0.102897621573018,0.0,1.00090396909495 -2474,0.255951455205554,0.0,0.803249605943527,0.255951455205554,0.0,0.938568071768851,0.255951455205554,0.0,0.708636759773794,0.255951455205554,0.0,0.823576066195046,0.255951455205554,0.0,0.396001127411977,0.255951455205554,0.0,0.0817973539451482,0.5,0.255951455205554,0.0,0.0419014227742896,0.5,0.255951455205554,0.0,0.0074498001915039,0.5,0.255951455205554,0.0,0.036560427304998,0.255951455205554,0.0,0.020687062524856,0.0,0.243444340493874,0.255951455205554,0.0,0.321566945420548,0.5,0.255951455205554,0.0,0.681330777456001,0.255951455205554,0.0,0.163126564771076,0.255951455205554,0.0,0.280499086454613,0.255951455205554,0.0,0.131857958094754,0.0,0.999592192999117 -2475,0.255951455205554,0.0,0.790669065657984,0.255951455205554,0.0,0.815874353069666,0.255951455205554,0.0,0.768119976708576,0.255951455205554,0.0,0.788208767466376,0.255951455205554,0.0,0.589038518780464,0.255951455205554,0.0,0.143150937836209,0.5,0.255951455205554,0.0,0.0626191603756762,0.5,0.255951455205554,0.0,0.0132671456355058,0.5,0.255951455205554,0.0,0.059775507650049,0.255951455205554,0.0,0.025216602716698,0.0,0.297734128644319,0.255951455205554,0.0,0.414295233115011,0.5,0.255951455205554,0.0,0.761633467461758,0.255951455205554,0.0,0.205086836870709,0.255951455205554,0.0,0.372531865117537,0.255951455205554,0.0,0.22813780721282,0.0,0.997730310148585 -2476,0.255951455205554,0.0,0.722505288942475,0.255951455205554,0.0,0.795772687307788,0.255951455205554,0.0,0.797607696722385,0.255951455205554,0.0,0.822699341206815,0.255951455205554,0.0,0.720588644252721,0.255951455205554,0.0,0.230855305942566,0.5,0.255951455205554,0.0,0.094777103708667,0.5,0.255951455205554,0.0,0.0236253892710838,0.5,0.255951455205554,0.0,0.0832370871919545,0.255951455205554,0.0,0.0360598033986719,0.0,0.434673277542002,0.255951455205554,0.0,0.491991756936749,0.5,0.255951455205554,0.0,0.702212940242484,0.255951455205554,0.0,0.248101541638399,0.255951455205554,0.0,0.478594210473914,0.255951455205554,0.0,0.33714238342819,0.0,0.997750302211156 -2477,0.255951455205554,0.0,0.70584830784005,0.255951455205554,0.0,0.785383182153869,0.255951455205554,0.0,0.826401789719304,0.255951455205554,0.0,0.790938233856602,0.255951455205554,0.0,0.798190210069172,0.255951455205554,0.0,0.415519582097081,0.5,0.255951455205554,0.0,0.164562979995677,0.5,0.255951455205554,0.0,0.0492714898849026,0.5,0.255951455205554,0.0,0.115267379042196,0.255951455205554,0.0,0.0548588946294333,0.0,0.558750154308328,0.255951455205554,0.0,0.51652071947133,0.5,0.255951455205554,0.0,0.603215064027797,0.255951455205554,0.0,0.294788536373516,0.255951455205554,0.0,0.519920591817483,0.255951455205554,0.0,0.453844058322691,0.0,0.987646929193137 -2478,0.255951455205554,0.0,0.73475119102693,0.255951455205554,0.0,0.683428199375587,0.255951455205554,0.0,0.833688296936694,0.255951455205554,0.0,0.872865077481834,0.255951455205554,0.0,0.89773595387496,0.255951455205554,0.0,0.604212098039867,0.5,0.255951455205554,0.0,0.306159359274515,0.5,0.255951455205554,0.0,0.107456330748215,0.5,0.255951455205554,1.42390282703559e-07,0.189847312032164,0.255951455205554,0.0,0.0962745258957029,0.000276236233659922,0.554646153191004,0.255951455205554,0.000515123636579201,0.530483531992829,0.5,0.255951455205554,0.000393370194194208,0.545273288377115,0.255951455205554,0.000370101361002215,0.346444409172618,0.255951455205554,7.79813945092225e-06,0.563543915236749,0.255951455205554,5.29277706912891e-07,0.635416577847092,0.0,0.985226725798964 -2479,0.255951455205554,0.00677286308966539,0.721964611668526,0.255951455205554,0.000554023963029316,0.804447606088569,0.255951455205554,0.00244834642902854,0.870348084925382,0.255951455205554,0.000916757159201774,0.942697602387352,0.255951455205554,0.00325334544026622,0.953003905961931,0.255951455205554,0.00906658393139636,0.79866277455982,0.5,0.255951455205554,0.0146830736168137,0.445581653391622,0.5,0.255951455205554,0.04581840438955,0.247848660245532,0.5,0.255951455205554,0.0357938915727644,0.414006840346657,0.255951455205554,0.0227140512288901,0.200763520254446,0.00797122077505741,0.514130402044982,0.255951455205554,0.0146988692312504,0.55738203922932,0.5,0.255951455205554,0.0109116532152654,0.525522454416435,0.255951455205554,0.026000847945325,0.526511237064688,0.255951455205554,0.0120803523148758,0.731309815381343,0.255951455205554,0.016545178664843,0.873742127139149,0.019058072814526,0.979021740649653 -2480,0.255951455205554,0.0506225085602544,0.817895180563277,0.255951455205554,0.00387072449173129,0.834693925442588,0.255951455205554,0.0252406258331655,0.913212417377048,0.255951455205554,0.0092938058101859,0.870158153654232,0.255951455205554,0.0411885387129008,0.927024526901835,0.255951455205554,0.0382649268754731,0.913759195907151,0.5,0.255951455205554,0.0422556053731987,0.612538300855056,0.5,0.255951455205554,0.160524383272541,0.584497640139041,0.5,0.255951455205554,0.114950290258624,0.856725738077969,0.255951455205554,0.0218782526413969,0.338585837176126,0.0375491887967718,0.465182638973222,0.255951455205554,0.0376379235870377,0.591460899677851,0.5,0.255951455205554,0.0219280040246211,0.520287615850788,0.255951455205554,0.0673007944968305,0.775575283903629,0.255951455205554,0.041689407840128,0.804370579661691,0.255951455205554,0.0493372699459508,0.906047045227991,0.0780558909697859,0.985670148969089 -2481,0.255951455205554,0.142422431213496,0.922418252519596,0.255951455205554,0.0802345308198567,0.679006093668517,0.255951455205554,0.0791224914415715,0.945503458729243,0.255951455205554,0.0620627293437095,0.965347966287809,0.255951455205554,0.124945981300648,0.993676550380272,0.255951455205554,0.0672736676958678,0.969734410219174,0.5,0.255951455205554,0.0903650263773206,0.777458387939336,0.5,0.255951455205554,0.252113942764411,0.841718809295126,0.5,0.255951455205554,0.176254564900595,0.961749730619989,0.255951455205554,0.0998887842620381,0.481339817072667,0.0626414750903985,0.582089496235987,0.255951455205554,0.0602320980512846,0.619862605064773,0.5,0.255951455205554,0.0200664936487054,0.54189474166089,0.255951455205554,0.109626631972275,0.840486548988758,0.255951455205554,0.0697371743160638,0.89506950235173,0.255951455205554,0.0830096279041356,0.955310453886092,0.220124410122998,0.990181984110439 -2482,0.255951455205554,0.19494414994672,0.981931005854329,0.255951455205554,0.184151818275309,0.935450177952445,0.255951455205554,0.11196138217554,0.962057592424114,0.255951455205554,0.0976245920058279,1.01469097358625,0.255951455205554,0.232679904929233,1.01142563107542,0.255951455205554,0.156281686020202,0.957597613895082,0.5,0.255951455205554,0.172627893331608,0.814202346459996,0.5,0.255951455205554,0.305074945431103,0.941801282328726,0.5,0.255951455205554,0.206172759592735,0.997400986935046,0.255951455205554,0.317767698830701,0.797127723491053,0.0737273358086528,0.608662660619835,0.255951455205554,0.0798327173748928,0.671211282226376,0.5,0.255951455205554,0.0627464728376798,0.586532580639903,0.255951455205554,0.138292908028342,0.904274504566607,0.255951455205554,0.0751369808094253,0.961524428774844,0.255951455205554,0.0892425849573673,1.00479951234011,0.100370038432517,0.973750329457802 -2483,0.255951455205554,0.338765820077887,0.997546410359438,0.255951455205554,0.162410138962136,1.01660311591154,0.255951455205554,0.111786950186112,0.973107097786173,0.255951455205554,0.0630475960671827,1.00788009420103,0.255951455205554,0.355661564505885,1.01570619152847,0.255951455205554,0.261416831811578,0.937637664198914,0.5,0.255951455205554,0.214849458072503,0.784873834071204,0.5,0.255951455205554,0.281684143557628,0.906001240345025,0.5,0.255951455205554,0.190560585742577,0.998739947348327,0.255951455205554,0.104160817105039,0.681404162195404,0.0831329725123562,0.673170407291992,0.255951455205554,0.0818471704068098,0.672959245852489,0.5,0.255951455205554,0.157768418274092,0.709543630141499,0.255951455205554,0.119722562611146,0.936534566810527,0.255951455205554,0.0806445530242979,0.969317363604629,0.255951455205554,0.108030353498376,0.98985949418915,0.462492435130014,0.960970117669455 -2484,0.255951455205554,0.455968586274081,1.0029328427246,0.255951455205554,0.120854654123353,1.018861170899,0.255951455205554,0.116698330013612,0.970760611335806,0.255951455205554,0.147486131110031,0.998665886919858,0.255951455205554,0.246512516354546,1.01333996899088,0.255951455205554,0.369036775457062,0.986006533063669,0.5,0.255951455205554,0.293279826177862,0.788071912716829,0.5,0.255951455205554,0.233406248250417,0.84523690295248,0.5,0.255951455205554,0.181441317232715,0.974937768952578,0.255951455205554,0.169264831884698,0.583195779928866,0.0292610253878837,0.812477568399633,0.255951455205554,0.0953079144032545,0.734947692566102,0.5,0.255951455205554,0.151715858350945,0.746307490429139,0.255951455205554,0.0932484694698401,0.986601228746831,0.255951455205554,0.122862421520747,0.951551143117471,0.255951455205554,0.213654733748698,0.999086335851659,0.698960489164016,0.983668557436013 -2485,0.255951455205554,0.433601684183049,1.00145390260967,0.255951455205554,0.377609136627189,1.02173913043478,0.255951455205554,0.116510073097419,0.958221255499818,0.255951455205554,0.1972971514318,0.983461137904047,0.255951455205554,0.155440360041405,0.984507776890052,0.255951455205554,0.35771272267462,1.01144489151338,0.5,0.255951455205554,0.375063275951755,0.879500612379146,0.5,0.255951455205554,0.216805247794625,0.822287052656616,0.5,0.255951455205554,0.221842048864904,0.961948281643211,0.255951455205554,0.316056702434963,0.641010155937723,0.106221648362296,0.709362694961768,0.255951455205554,0.115119037998803,0.797739303817448,0.5,0.255951455205554,0.129702271576621,0.803924297812372,0.255951455205554,0.0898747917386378,0.965448659061351,0.255951455205554,0.15404871574512,0.991467847079601,0.255951455205554,0.212537780676193,1.0079043921224,0.701358180758384,0.996016080569428 -2486,0.255951455205554,0.328413080405419,1.00501487910285,0.255951455205554,0.187967483005667,1.02173913043478,0.255951455205554,0.106140485565867,0.950274702231926,0.255951455205554,0.181278053653577,0.986160699062339,0.255951455205554,0.185149869596385,0.949262293365029,0.255951455205554,0.220577780237359,0.99425030311723,0.5,0.255951455205554,0.305174459174067,0.880341527117703,0.5,0.255951455205554,0.286242381511922,0.850742118661151,0.5,0.255951455205554,0.236397603975734,0.972100387492634,0.255951455205554,0.352090984235606,0.714382337869746,0.112659579620139,0.569816082898566,0.255951455205554,0.094151269012451,0.80222358070802,0.5,0.255951455205554,0.153189550019556,0.846750326735449,0.255951455205554,0.0746923134048356,0.933909627143787,0.255951455205554,0.0617117159146333,1.01323803762555,0.255951455205554,0.100228558911687,0.997059621579071,0.260012043453001,0.979947216411601 -2487,0.255951455205554,0.211469948982481,1.00126168354269,0.255951455205554,0.142009455003289,1.02107796796443,0.255951455205554,0.0978068020386481,0.956919740266852,0.255951455205554,0.12026876877546,0.993467527407701,0.255951455205554,0.178976865718338,0.894199874059351,0.255951455205554,0.159975636103243,0.954067375831052,0.5,0.255951455205554,0.204123517978312,0.849940709764216,0.5,0.255951455205554,0.255197401457676,0.832544000015135,0.5,0.255951455205554,0.221881524880054,0.989109245790076,0.255951455205554,0.355374069148356,0.742502144331958,0.0863681904682435,0.860443517485842,0.255951455205554,0.0746174605359903,0.80801991387985,0.5,0.255951455205554,0.292416871349372,0.878702425857184,0.255951455205554,0.0377500391939471,0.956710586015055,0.255951455205554,0.0651956693806148,1.01211382725055,0.255951455205554,0.0813424514848147,0.983412916931705,0.421505938982525,0.978952557880429 -2488,0.255951455205554,0.291414408676909,1.0029252902617,0.255951455205554,0.106034589236927,1.0189307531561,0.255951455205554,0.0967498764132427,0.964829426337135,0.255951455205554,0.129284328997763,0.997980210623435,0.255951455205554,0.120828318794276,0.904288955833025,0.255951455205554,0.110685494950748,0.871523095846776,0.5,0.255951455205554,0.156439460829671,0.801493472675202,0.5,0.255951455205554,0.173779424242792,0.780099668856785,0.5,0.255951455205554,0.213226816759461,0.972004926950934,0.255951455205554,0.24531450209106,0.670059844374721,0.0796094132795918,0.949747239677761,0.255951455205554,0.0731970697820557,0.888840299322733,0.5,0.255951455205554,0.288645392686926,0.870731800999973,0.255951455205554,0.0579878236494544,0.919197540069165,0.255951455205554,0.094147870879909,1.00700431407814,0.255951455205554,0.100676178854008,0.947861730898829,0.374610208485337,0.994957754829542 -2489,0.255951455205554,0.185376883687894,0.997605286426643,0.255951455205554,0.0924101547477946,0.996537718558191,0.255951455205554,0.0839779516540932,0.946789620566665,0.255951455205554,0.120591015685327,0.983514547770837,0.255951455205554,0.0741256090724577,0.934900105082158,0.255951455205554,0.0841008963996697,0.818749749631549,0.5,0.255951455205554,0.139207652780402,0.775288593229829,0.5,0.255951455205554,0.120886910692431,0.733961531339462,0.5,0.255951455205554,0.131457239451233,0.91493109582166,0.255951455205554,0.0617831798337007,0.633539100360034,0.0416461595257269,0.787949469667235,0.255951455205554,0.0526612872496882,0.888977576084751,0.5,0.255951455205554,0.182357866238359,0.850300665225975,0.255951455205554,0.0229505831635245,0.94374148034185,0.255951455205554,0.0468686788446801,0.975091038260757,0.255951455205554,0.045858005548179,0.855307086116986,0.167628860178336,0.979704408191496 -2490,0.255951455205554,0.113090126233193,0.9536287007127,0.255951455205554,0.0722882319007814,1.01692954432123,0.255951455205554,0.0442142301065814,0.932386316703059,0.255951455205554,0.0430973246175892,0.973818021666067,0.255951455205554,0.037773767600178,0.924955994451081,0.255951455205554,0.0493284016644898,0.837675810669415,0.5,0.255951455205554,0.0658710421000168,0.719112851779571,0.5,0.255951455205554,0.0646277627999135,0.667802408593719,0.5,0.255951455205554,0.0358026878433327,0.784497504065619,0.255951455205554,0.0565156251032612,0.568344400286826,0.12300877778261,0.688941727033919,0.255951455205554,0.0328384812043652,0.790348145399962,0.5,0.255951455205554,0.0773249330250359,0.786641680376368,0.255951455205554,0.00677150298957924,0.961468405064565,0.255951455205554,0.0227623554059422,0.914443786535192,0.255951455205554,0.0177474482693863,0.727605068804903,0.107616348741714,0.956143188123385 -2491,0.255951455205554,0.027103940543479,0.87816496152711,0.255951455205554,6.23294762439327e-05,0.934826986252882,0.255951455205554,0.00705478021849156,0.926097103661272,0.255951455205554,0.00612922537364324,0.997728754891532,0.255951455205554,0.00580445301863892,0.866675387693541,0.255951455205554,0.00332014235979262,0.837560877381531,0.5,0.255951455205554,0.00869339162101377,0.699840223205666,0.5,0.255951455205554,0.000956243832426414,0.544158515586268,0.5,0.255951455205554,0.000172586103924286,0.60070396305775,0.255951455205554,0.0167613781494337,0.618522022731183,0.0,0.80225341053993,0.255951455205554,0.000129049902533261,0.731678641481199,0.5,0.255951455205554,0.0,0.50650013372981,0.255951455205554,0.000227907621373103,0.901933590801486,0.255951455205554,1.67589392667919e-05,0.852384316632254,0.255951455205554,0.000701457175163995,0.706951908075711,0.0323174874492639,0.946183531624314 -2492,0.255951455205554,0.0,0.863608257390287,0.255951455205554,0.0,0.830393186716261,0.255951455205554,0.0,0.884784550498535,0.255951455205554,0.0,0.924138079382103,0.255951455205554,0.0,0.763902232315898,0.255951455205554,0.0,0.822079836936581,0.5,0.255951455205554,0.0,0.747837787471216,0.5,0.255951455205554,0.0,0.425408682558801,0.5,0.255951455205554,0.0,0.501552762948646,0.255951455205554,0.0,0.511561896103568,0.0,0.742998062491582,0.255951455205554,0.0,0.6312226075803,0.5,0.255951455205554,0.0,0.296990513513097,0.255951455205554,0.0,0.820111430607567,0.255951455205554,0.0,0.819895054336954,0.255951455205554,0.0,0.796843445787675,0.0,0.946921346792692 -2493,0.255951455205554,0.0,0.879532198982782,0.255951455205554,0.0,0.820030632974773,0.255951455205554,0.0,0.869282816655557,0.255951455205554,0.0,0.90541601752654,0.255951455205554,0.0,0.720951337492336,0.255951455205554,0.0,0.777609707579009,0.5,0.255951455205554,0.0,0.761761222186108,0.5,0.255951455205554,0.0,0.47314440335506,0.5,0.255951455205554,0.0,0.57227151310153,0.255951455205554,0.0,0.527144105376826,0.0,0.492492289693815,0.255951455205554,0.0,0.539352768230024,0.5,0.255951455205554,0.0,0.269418439744849,0.255951455205554,0.0,0.778202666735064,0.255951455205554,0.0,0.804319318998482,0.255951455205554,0.0,0.761525480762602,0.0,0.952843439371871 -2494,0.255951455205554,0.0,0.88398908358046,0.255951455205554,0.0,0.811082504240626,0.255951455205554,0.0,0.872653741267714,0.255951455205554,0.0,0.964635587562925,0.255951455205554,0.0,0.719567725683446,0.255951455205554,0.0,0.698145255775196,0.5,0.255951455205554,0.0,0.675879815447578,0.5,0.255951455205554,0.0,0.564671463753035,0.5,0.255951455205554,0.0,0.75513469304449,0.255951455205554,0.0,0.621812046387147,0.0,0.415482523386523,0.255951455205554,0.0,0.552503706749064,0.5,0.255951455205554,0.0,0.271593340781691,0.255951455205554,0.0,0.755439185530118,0.255951455205554,0.0,0.885963621039936,0.255951455205554,0.0,0.713833315694834,0.0,0.951616446647271 -2495,0.255951455205554,0.0,0.860077620673527,0.255951455205554,0.0,0.804272755038163,0.255951455205554,0.0,0.873209753910379,0.255951455205554,0.0,0.990583072100362,0.255951455205554,0.0,0.691139949037289,0.255951455205554,0.0,0.633724105840772,0.5,0.255951455205554,0.0,0.599200321011628,0.5,0.255951455205554,0.0,0.537828998637285,0.5,0.255951455205554,0.0,0.72810112952171,0.255951455205554,0.0,0.510076588662896,0.0,0.679199129241158,0.255951455205554,0.0,0.557857368645354,0.5,0.255951455205554,0.0,0.268685823630181,0.255951455205554,0.0,0.716694438046315,0.255951455205554,0.0,0.934015156568283,0.255951455205554,0.0,0.844703007589918,0.0,0.968228742393896 -2496,0.255951455205554,0.0,0.809167976141698,0.255951455205554,0.0,0.731986053169723,0.255951455205554,0.0,0.871278643487029,0.255951455205554,0.0,0.964711245762643,0.255951455205554,0.0,0.668892181852166,0.255951455205554,0.0,0.682024851501544,0.5,0.255951455205554,0.0,0.498857572447318,0.5,0.255951455205554,0.0,0.497851583193523,0.5,0.255951455205554,0.0,0.630666694466499,0.255951455205554,0.0,0.458179691495445,0.0,0.565153859050181,0.255951455205554,0.0,0.513396029705099,0.5,0.255951455205554,0.0,0.315237827216148,0.255951455205554,0.0,0.747944938688035,0.255951455205554,0.0,0.95121271188148,0.255951455205554,0.0,0.948859290094227,0.0,0.984380862430447 -2497,0.255951455205554,0.0,0.737576546927056,0.255951455205554,0.0,0.654429218981111,0.255951455205554,0.0,0.84554423725169,0.255951455205554,0.0,0.919046451204634,0.255951455205554,0.0,0.65545249281247,0.255951455205554,0.0,0.757086876065509,0.5,0.255951455205554,0.0,0.395718112420897,0.5,0.255951455205554,0.0,0.475862698370032,0.5,0.255951455205554,0.0,0.638309355340466,0.255951455205554,0.0,0.383761201828265,0.0,0.378647282510457,0.255951455205554,0.0,0.488916025303995,0.5,0.255951455205554,0.0,0.390817987581515,0.255951455205554,0.0,0.773545732531156,0.255951455205554,0.0,0.918476419887205,0.255951455205554,0.0,0.970095608253841,0.0,0.987942756628517 -2498,0.255951455205554,0.0,0.674576819197538,0.255951455205554,0.0,0.584704203050733,0.255951455205554,0.0,0.803694540758012,0.255951455205554,0.0,0.882742473245478,0.255951455205554,0.0,0.666493250366825,0.255951455205554,0.0,0.789406429256843,0.5,0.255951455205554,0.0,0.349349554814302,0.5,0.255951455205554,0.0,0.489819375419396,0.5,0.255951455205554,0.0,0.685904939876443,0.255951455205554,0.0,0.335732498276944,0.0,0.346525628294478,0.255951455205554,0.0,0.445043304631811,0.5,0.255951455205554,0.0,0.445565453971658,0.255951455205554,0.0,0.761910724989422,0.255951455205554,0.0,0.883294100374155,0.255951455205554,0.0,0.91967349771273,0.0,0.981855545866249 -2499,0.255951455205554,0.0,0.614952221869323,0.255951455205554,0.0,0.507377720669733,0.255951455205554,0.0,0.738262982343034,0.255951455205554,0.0,0.819293924650661,0.255951455205554,0.0,0.631911321259177,0.255951455205554,0.0,0.750558293987286,0.5,0.255951455205554,0.0,0.319261478447961,0.5,0.255951455205554,0.0,0.468314517098884,0.5,0.255951455205554,0.0,0.781548826545362,0.255951455205554,0.0,0.231221279226164,0.0,0.443743503252841,0.255951455205554,0.0,0.464083191541674,0.5,0.255951455205554,0.0,0.462994126433563,0.255951455205554,0.0,0.751685556932109,0.255951455205554,0.0,0.856873576210819,0.255951455205554,0.0,0.882184113176295,0.0,0.97423112254828 -2500,0.255951455205554,0.0,0.53574867541611,0.255951455205554,0.0,0.414201894514924,0.255951455205554,0.0,0.664442983356892,0.255951455205554,0.0,0.696527647976092,0.255951455205554,0.0,0.527611240058605,0.255951455205554,0.0,0.654035310072421,0.5,0.255951455205554,0.0,0.30575255463645,0.5,0.255951455205554,0.0,0.419750248015508,0.5,0.255951455205554,0.0,0.799634952941237,0.255951455205554,0.0,0.153213808434184,0.0,0.51367867337707,0.255951455205554,0.0,0.474326195256364,0.5,0.255951455205554,0.0,0.442933102217216,0.255951455205554,0.0,0.691150419219767,0.255951455205554,0.0,0.861097547662418,0.255951455205554,0.0,0.867311934362657,0.0,0.973600260331396 -2501,0.255951455205554,0.0,0.476991032859156,0.255951455205554,0.0,0.326261899439953,0.255951455205554,0.0,0.59928869681832,0.255951455205554,0.0,0.606231697704631,0.255951455205554,0.0,0.443300581731419,0.255951455205554,0.0,0.593669883425864,0.5,0.255951455205554,0.0,0.294618518766653,0.5,0.255951455205554,0.0,0.415212815806225,0.5,0.255951455205554,0.0,0.759680625896849,0.255951455205554,0.0,0.101169314040586,0.0,0.508491599949502,0.255951455205554,0.0,0.548044988326431,0.5,0.255951455205554,0.0,0.444035282908804,0.255951455205554,0.0,0.677242860845385,0.255951455205554,0.0,0.867941445737581,0.255951455205554,0.0,0.845115800693081,0.0,0.976072563641557 -2502,0.255951455205554,2.71020855053266e-05,0.425371013791821,0.255951455205554,0.0,0.29573497989955,0.255951455205554,4.15072040792275e-07,0.548586348040746,0.255951455205554,0.0,0.572511017221842,0.255951455205554,0.0,0.402710514471943,0.255951455205554,0.0,0.575999527409673,0.5,0.255951455205554,0.0,0.240445841754064,0.5,0.255951455205554,0.0,0.357916836040507,0.5,0.255951455205554,2.39408142621852e-05,0.668938781671664,0.255951455205554,0.0,0.0505715397186731,0.000478202641410002,0.583124210563416,0.255951455205554,0.0007969126721231,0.592779930065604,0.5,0.255951455205554,0.00233616920892357,0.462851906622355,0.255951455205554,0.000375789681471407,0.735230705927647,0.255951455205554,7.2403095803821e-05,0.832083493524265,0.255951455205554,4.46961689822882e-06,0.823464899078595,0.0,0.974626308997098 -2503,0.255951455205554,0.0473036063253125,0.399391233856156,0.255951455205554,0.0379218697507077,0.328657549763839,0.255951455205554,0.0124438697622159,0.521046012937533,0.255951455205554,0.00935049151108143,0.45650930932234,0.255951455205554,0.00901746613504675,0.404448670410975,0.255951455205554,0.0209521515288627,0.59760397035045,0.5,0.255951455205554,0.0310629351424957,0.267391376646468,0.5,0.255951455205554,0.0304202194522529,0.346556406568033,0.5,0.255951455205554,0.0388852146557024,0.641499217869783,0.255951455205554,0.0378236599782136,0.043267165413162,0.0156055415955813,0.655400280120939,0.255951455205554,0.0165038492226651,0.667056236382216,0.5,0.255951455205554,0.0760597557716869,0.524584188674561,0.255951455205554,0.0100708445952105,0.776715172591183,0.255951455205554,0.0262224747918786,0.815917048055281,0.255951455205554,0.015365447537347,0.81577252287228,0.0691947593054838,0.973799978143697 -2504,0.255951455205554,0.172055119649831,0.491318630325744,0.255951455205554,0.153355871963876,0.417871099936048,0.255951455205554,0.0543444517209138,0.540541108040975,0.255951455205554,0.0595391701757672,0.492350605794993,0.255951455205554,0.045674539239843,0.466960440979599,0.255951455205554,0.0750052195693831,0.64908091223069,0.5,0.255951455205554,0.116977622148238,0.472486415238211,0.5,0.255951455205554,0.118684151903432,0.417364754637047,0.5,0.255951455205554,0.107979275128706,0.670638310871401,0.255951455205554,0.153135746603487,0.195762398652812,0.0486844773831336,0.756279823693979,0.255951455205554,0.0567090573901541,0.72619239620816,0.5,0.255951455205554,0.218059778962289,0.780551326223602,0.255951455205554,0.0293057778810599,0.785639792783989,0.255951455205554,0.0803710544106494,0.812207003086582,0.255951455205554,0.0479050743713547,0.81591397237009,0.206414571931066,0.976075941569452 -2505,0.255951455205554,0.335134224662485,0.661620850125634,0.255951455205554,0.344125027184629,0.754487801338734,0.255951455205554,0.113416525675356,0.617066893232405,0.255951455205554,0.0992828126717122,0.579276247442846,0.255951455205554,0.0918926637292979,0.53420964676073,0.255951455205554,0.114904084589151,0.691536343931719,0.5,0.255951455205554,0.172413905557652,0.541119740375339,0.5,0.255951455205554,0.223264704340936,0.401784945039657,0.5,0.255951455205554,0.178171932800029,0.678243688945834,0.255951455205554,0.279284730501196,0.364894623881311,0.0711736354144578,0.710150966897704,0.255951455205554,0.143705866295444,0.828399923783539,0.5,0.255951455205554,0.354490173561371,0.91608539793872,0.255951455205554,0.0738008918172756,0.796554054051188,0.255951455205554,0.145546013571509,0.825264356366439,0.255951455205554,0.0937060485476759,0.805445173882498,0.360761417281295,0.978013784089788 -2506,0.255951455205554,0.49145430273447,0.784831325119183,0.255951455205554,0.490518126868711,0.874010329152418,0.255951455205554,0.202462739968425,0.687698227547438,0.255951455205554,0.145756900245854,0.540470095004985,0.255951455205554,0.14323575110829,0.54582453941226,0.255951455205554,0.14101767259955,0.679583206253436,0.5,0.255951455205554,0.181656010831684,0.511306330274513,0.5,0.255951455205554,0.293057705628698,0.367919986707085,0.5,0.255951455205554,0.228101291564981,0.673599275640768,0.255951455205554,0.340184482498272,0.371852749834035,0.168450461797507,0.753720837773848,0.255951455205554,0.206546383316982,0.863073505113857,0.5,0.255951455205554,0.407754609931347,0.918199355613924,0.255951455205554,0.137432122489028,0.821043623933763,0.255951455205554,0.229710601545843,0.863739470439028,0.255951455205554,0.150389994963724,0.796803282792072,0.515384466007753,0.974318764838835 -2507,0.255951455205554,0.63612997489366,0.798634626124765,0.255951455205554,0.626217022042657,0.910857575212128,0.255951455205554,0.29027576401467,0.740879308205363,0.255951455205554,0.22532582139402,0.651885887475018,0.255951455205554,0.200117860535157,0.575256645009724,0.255951455205554,0.176017946634067,0.611487322706558,0.5,0.255951455205554,0.208298174779228,0.470783508696845,0.5,0.255951455205554,0.343613197722679,0.354581635576722,0.5,0.255951455205554,0.255483376853273,0.65929331862379,0.255951455205554,0.320784777061102,0.341141676828999,0.196859197030766,0.747531165245734,0.255951455205554,0.196229881089675,0.833091876471336,0.5,0.255951455205554,0.473859144731578,0.885885997552396,0.255951455205554,0.146883523016651,0.824840510551677,0.255951455205554,0.350996156524274,0.903280279173529,0.255951455205554,0.197468384507462,0.74593098777069,0.649520041365151,0.957359991785249 -2508,0.255951455205554,0.710725789174665,0.82140085189496,0.255951455205554,0.699539447358423,0.936498176325392,0.255951455205554,0.289798106610313,0.726413700714211,0.255951455205554,0.300783415023473,0.666491844531598,0.255951455205554,0.227781759986962,0.593152701773473,0.255951455205554,0.216633760426696,0.587912813840863,0.5,0.255951455205554,0.255996590473557,0.496356192688471,0.5,0.255951455205554,0.329046361119683,0.336632452852509,0.5,0.255951455205554,0.273539967180262,0.632061375575977,0.255951455205554,0.399468911295368,0.32867201742766,0.179197234933904,0.597407819994516,0.255951455205554,0.194616194940972,0.769770619491973,0.5,0.255951455205554,0.545233108498871,0.870643231076774,0.255951455205554,0.202086964914519,0.83755663503628,0.255951455205554,0.396973939639987,0.916718414787038,0.255951455205554,0.201650302449774,0.642064119327724,0.724708830887089,0.918579896809309 -2509,0.255951455205554,0.733136151159086,0.829838672446223,0.255951455205554,0.724370184963198,0.928889525690209,0.255951455205554,0.388271967406353,0.72317841157315,0.255951455205554,0.511666572560802,0.749903673830561,0.255951455205554,0.212060745709269,0.543422618167561,0.255951455205554,0.206332842985985,0.580017515482227,0.5,0.255951455205554,0.276197702991232,0.523105945607128,0.5,0.255951455205554,0.313609451643779,0.35605709500971,0.5,0.255951455205554,0.274524498648556,0.592746859714342,0.255951455205554,0.528598359724335,0.416107900305056,0.164772693730245,0.468675775813025,0.255951455205554,0.195638717023449,0.713279058276908,0.5,0.255951455205554,0.573460891812419,0.868866977505207,0.255951455205554,0.203326151684719,0.798413497467736,0.255951455205554,0.26376053660353,0.885991897626261,0.255951455205554,0.217730719691634,0.636952496241449,0.751733258253762,0.872355048463859 -2510,0.255951455205554,0.716736047596974,0.820011469084234,0.255951455205554,0.704403324585093,0.883134789161261,0.255951455205554,0.409181636703335,0.702673240450767,0.255951455205554,0.701078921633572,0.798955661622621,0.255951455205554,0.197486376570991,0.476655191587956,0.255951455205554,0.186563093595583,0.56314024295602,0.5,0.255951455205554,0.293567562157391,0.530049762471467,0.5,0.255951455205554,0.296354531403827,0.401957017721955,0.5,0.255951455205554,0.247568553329207,0.600356008521839,0.255951455205554,0.498168882371492,0.456620272922109,0.200882961617271,0.43975871638863,0.255951455205554,0.193407987561063,0.674938456220074,0.5,0.255951455205554,0.515538254516085,0.856602103919037,0.255951455205554,0.187154271075263,0.759641749346476,0.255951455205554,0.244181765286347,0.868750841738529,0.255951455205554,0.221734752299846,0.703713095672291,0.735823003577576,0.81372249287972 -2511,0.255951455205554,0.646632222797063,0.80613773436525,0.255951455205554,0.627643929542277,0.848714328038518,0.255951455205554,0.410461943953919,0.680965799303009,0.255951455205554,0.657638204125922,0.821466789779408,0.255951455205554,0.165181545975844,0.402459035391991,0.255951455205554,0.218387542290061,0.588853850337777,0.5,0.255951455205554,0.250118813560785,0.49431548786075,0.5,0.255951455205554,0.246885437934624,0.365470869354805,0.5,0.255951455205554,0.202378617937348,0.55496228255377,0.255951455205554,0.524787856211125,0.458733667758711,0.188379750708388,0.374275823574476,0.255951455205554,0.166944393429222,0.649751198226019,0.5,0.255951455205554,0.415739302259899,0.835563992088842,0.255951455205554,0.175554756957678,0.73963937313321,0.255951455205554,0.243306011632967,0.818792334095655,0.255951455205554,0.187559698653605,0.669033554756942,0.642508418246685,0.771140526708133 -2512,0.255951455205554,0.522153698235779,0.741146715644619,0.255951455205554,0.498821525134723,0.78672825618161,0.255951455205554,0.36876063366831,0.638689047600776,0.255951455205554,0.536181282857133,0.792835052574287,0.255951455205554,0.147776945892758,0.346825325152536,0.255951455205554,0.145879393705759,0.572877664859975,0.5,0.255951455205554,0.189668401255752,0.491993792261459,0.5,0.255951455205554,0.21723087104438,0.284382589048371,0.5,0.255951455205554,0.153061740522264,0.472824858239357,0.255951455205554,0.423721945565894,0.493028123506617,0.15235037562143,0.333667515574733,0.255951455205554,0.149666422907057,0.623472147829516,0.5,0.255951455205554,0.346028375664566,0.792027839306906,0.255951455205554,0.166619115188698,0.681060159377466,0.255951455205554,0.193768445107147,0.736666670786606,0.255951455205554,0.1912954128332,0.631361506530347,0.528612241499241,0.689362788464384 -2513,0.255951455205554,0.381125761733935,0.622079809233521,0.255951455205554,0.368532474295112,0.638859127029524,0.255951455205554,0.291497989948897,0.561355323232928,0.255951455205554,0.382778807325971,0.69229932405453,0.255951455205554,0.106015498148756,0.25707382483317,0.255951455205554,0.0964950715597709,0.519258122529804,0.5,0.255951455205554,0.111995164828403,0.445678838512237,0.5,0.255951455205554,0.14143847469876,0.258209449157176,0.5,0.255951455205554,0.100183085915325,0.430128639346604,0.255951455205554,0.215275842850814,0.497434246470745,0.0671179754527982,0.237702150783114,0.255951455205554,0.0949803404425505,0.529669116303108,0.5,0.255951455205554,0.257447626310387,0.714242023338625,0.255951455205554,0.102147315535367,0.537104946563031,0.255951455205554,0.125276852618203,0.610020016244026,0.255951455205554,0.0967580813526087,0.432393983797013,0.372049801089379,0.587099291820924 -2514,0.255951455205554,0.220470846283708,0.368463124231663,0.255951455205554,0.211617335758279,0.282255924787687,0.255951455205554,0.178773017060214,0.35472451760822,0.255951455205554,0.224665082827524,0.427652251878624,0.255951455205554,0.0651606336729303,0.155200375953039,0.255951455205554,0.0539358383234715,0.403461149416797,0.5,0.255951455205554,0.0556896352498741,0.35869734626879,0.5,0.255951455205554,0.0688447490938752,0.24837949895449,0.5,0.255951455205554,0.0459858408944922,0.386536130405908,0.255951455205554,0.0787081454713224,0.444875753684781,0.02256112955403,0.188495487999482,0.255951455205554,0.0415084179134967,0.39195731911834,0.5,0.255951455205554,0.120968800162851,0.560867839829759,0.255951455205554,0.05225826109863,0.384867870251783,0.255951455205554,0.0593408745562377,0.484970891056614,0.255951455205554,0.049707111364286,0.298736645040652,0.214357946090302,0.488678633494037 -2515,0.255951455205554,0.0313938425469458,0.248029366355381,0.255951455205554,0.0180229085970272,0.114664154397724,0.255951455205554,0.0271135515196936,0.182127693852359,0.255951455205554,0.0297966000279436,0.256661823711721,0.255951455205554,0.0176030575584915,0.0731266453804821,0.255951455205554,0.00479087196738805,0.233402911993531,0.5,0.255951455205554,0.0116863810093696,0.242207292029108,0.5,0.255951455205554,0.00386888336985864,0.202825394952243,0.5,0.255951455205554,0.000108977102312976,0.318532294496332,0.255951455205554,0.0141538189078281,0.343067257831617,0.00128550544397586,0.136248573394544,0.255951455205554,5.72019705741728e-05,0.279302173269824,0.5,0.255951455205554,1.65621923223012e-05,0.352103529834255,0.255951455205554,8.76570453869685e-05,0.319224431941422,0.255951455205554,0.0,0.351043209327816,0.255951455205554,0.000104863397610391,0.214694057902265,0.0336765566964956,0.386844957755258 -2516,0.255951455205554,0.0,0.211613027507694,0.255951455205554,0.0,0.0800545383790971,0.255951455205554,0.0,0.144556111754485,0.255951455205554,0.0,0.211805033273719,0.255951455205554,0.0,0.0411300106099703,0.255951455205554,0.0,0.11845953489192,0.5,0.255951455205554,0.0,0.162030945059273,0.5,0.255951455205554,0.0,0.188830865494645,0.5,0.255951455205554,0.0,0.261232691946682,0.255951455205554,0.0,0.257683760211752,0.0,0.142647209078805,0.255951455205554,0.0,0.197618392969346,0.5,0.255951455205554,0.0,0.241637333404211,0.255951455205554,0.0,0.27900888555523,0.255951455205554,0.0,0.250900035949765,0.255951455205554,0.0,0.14612130771392,0.0,0.295715796180121 -2517,0.255951455205554,0.0,0.163192956791623,0.255951455205554,0.0,0.0747650690118053,0.255951455205554,0.0,0.115158360028831,0.255951455205554,0.0,0.168714500216928,0.255951455205554,0.0,0.0383741260233344,0.255951455205554,0.0,0.0698992227665034,0.5,0.255951455205554,0.0,0.102976803509863,0.5,0.255951455205554,0.0,0.139571036658862,0.5,0.255951455205554,0.0,0.175243781615055,0.255951455205554,0.0,0.186876523201406,0.0,0.149976130735257,0.255951455205554,0.0,0.151670927784057,0.5,0.255951455205554,0.0,0.185528389699639,0.255951455205554,0.0,0.327103312810047,0.255951455205554,0.0,0.210967893921312,0.255951455205554,0.0,0.111381978937646,0.0,0.212670886963979 -2518,0.255951455205554,0.0,0.109585495734904,0.255951455205554,0.0,0.0587190168558509,0.255951455205554,0.0,0.0839720136407909,0.255951455205554,0.0,0.108701282408127,0.255951455205554,0.0,0.0383227588026489,0.255951455205554,0.0,0.0564762879899985,0.5,0.255951455205554,0.0,0.0635257951347617,0.5,0.255951455205554,0.0,0.0736619475104289,0.5,0.255951455205554,0.0,0.120129713293853,0.255951455205554,0.0,0.131772247874226,0.0,0.0856615903372964,0.255951455205554,0.0,0.126045439824273,0.5,0.255951455205554,0.0,0.184022755240322,0.255951455205554,0.0,0.309803264360454,0.255951455205554,0.0,0.172715493233224,0.255951455205554,0.0,0.101038218104209,0.0,0.14318616175319 -2519,0.255951455205554,0.0,0.0801767009343784,0.255951455205554,0.0,0.0451727466174928,0.255951455205554,0.0,0.0570198302303056,0.255951455205554,0.0,0.071257500725001,0.255951455205554,0.0,0.0296623806259201,0.255951455205554,0.0,0.0455834581524144,0.5,0.255951455205554,0.0,0.0351731946683366,0.5,0.255951455205554,0.0,0.0392444457912862,0.5,0.255951455205554,0.0,0.0976524709268853,0.255951455205554,0.0,0.0685361879817599,0.0,0.041116394530726,0.255951455205554,0.0,0.11538374023897,0.5,0.255951455205554,0.0,0.202471752219516,0.255951455205554,0.0,0.252326405422099,0.255951455205554,0.0,0.136903557699344,0.255951455205554,0.0,0.0927440690121343,0.0,0.0890329329921205 -2520,0.255951455205554,0.0,0.0577233818398967,0.255951455205554,0.0,0.0426535968038585,0.255951455205554,0.0,0.0397285506855918,0.255951455205554,0.0,0.0490011460910195,0.255951455205554,0.0,0.0205746942060634,0.255951455205554,0.0,0.03897866710262,0.5,0.255951455205554,0.0,0.0283794748667113,0.5,0.255951455205554,0.0,0.0302579643420562,0.5,0.255951455205554,0.0,0.0877315810751476,0.255951455205554,0.0,0.0419162407897634,0.0,0.0277422136488672,0.255951455205554,0.0,0.116497431104545,0.5,0.255951455205554,0.0,0.181578316720502,0.255951455205554,0.0,0.215642107900481,0.255951455205554,0.0,0.110212205516836,0.255951455205554,0.0,0.0718187329804638,0.0,0.0533403052555769 -2521,0.255951455205554,0.0,0.0388996065669681,0.255951455205554,0.0,0.03105418563611,0.255951455205554,0.0,0.025664027933136,0.255951455205554,0.0,0.028904893972075,0.255951455205554,0.0,0.0138954225765393,0.255951455205554,0.0,0.0378441235376707,0.5,0.255951455205554,0.0,0.0243865046123404,0.5,0.255951455205554,0.0,0.0240296257004627,0.5,0.255951455205554,0.0,0.0690828160070134,0.255951455205554,0.0,0.0360944927598836,0.0,0.0306537175003822,0.255951455205554,0.0,0.113595258345439,0.5,0.255951455205554,0.0,0.136910547838731,0.255951455205554,0.0,0.220372150378924,0.255951455205554,0.0,0.0906346242715659,0.255951455205554,0.0,0.0630886765773414,0.0,0.0310253252139481 -2522,0.255951455205554,0.0,0.0262492672047417,0.255951455205554,0.0,0.0293343619213222,0.255951455205554,0.0,0.0178430335635809,0.255951455205554,0.0,0.016224728676851,0.255951455205554,0.0,0.00801104330054569,0.255951455205554,0.0,0.0332544386415587,0.5,0.255951455205554,0.0,0.0187315055240739,0.5,0.255951455205554,0.0,0.0236160364899204,0.5,0.255951455205554,0.0,0.0576591136052735,0.255951455205554,0.0,0.0422054516719121,0.0,0.036595858588002,0.255951455205554,0.0,0.101385414492505,0.5,0.255951455205554,0.0,0.0937036747799097,0.255951455205554,0.0,0.212298247682771,0.255951455205554,0.0,0.0722626369484151,0.255951455205554,0.0,0.050616873899208,0.0,0.0184844999029421 -2523,0.255951455205554,0.0,0.0157969014546852,0.255951455205554,0.0,0.0273578079588089,0.255951455205554,0.0,0.0117499352992559,0.255951455205554,0.0,0.00869933198205571,0.255951455205554,0.0,0.00494249028742099,0.255951455205554,0.0,0.0244687789031666,0.5,0.255951455205554,0.0,0.0166900717953452,0.5,0.255951455205554,0.0,0.0186478394631458,0.5,0.255951455205554,0.0,0.0552277572859597,0.255951455205554,0.0,0.0487332898444532,0.0,0.0505279449691709,0.255951455205554,0.0,0.0898271880338537,0.5,0.255951455205554,0.0,0.0627250182732614,0.255951455205554,0.0,0.186001410445181,0.255951455205554,0.0,0.0594062978759526,0.255951455205554,0.0,0.0368089668613925,0.0,0.0116910884315183 -2524,0.255951455205554,0.0,0.0114994393274717,0.255951455205554,0.0,0.0203038241849228,0.255951455205554,0.0,0.00793069469476343,0.255951455205554,0.0,0.00537913500867472,0.255951455205554,0.0,0.00366212792844467,0.255951455205554,0.0,0.0186626911814591,0.5,0.255951455205554,0.0,0.0156615298597152,0.5,0.255951455205554,0.0,0.0134065180334584,0.5,0.255951455205554,0.0,0.0464202105620591,0.255951455205554,0.0,0.046547050047889,0.0,0.0598337722745877,0.255951455205554,0.0,0.0844047649623763,0.5,0.255951455205554,0.0,0.0470234433520408,0.255951455205554,0.0,0.173353117290408,0.255951455205554,0.0,0.0498514884821116,0.255951455205554,0.0,0.0313408697806597,0.0,0.00547671934874184 -2525,0.255951455205554,0.0,0.00965193124550761,0.255951455205554,0.0,0.015752032694078,0.255951455205554,0.0,0.00647499112914278,0.255951455205554,0.0,0.00558860021245052,0.255951455205554,0.0,0.00303697236209578,0.255951455205554,0.0,0.0164237584179467,0.5,0.255951455205554,0.0,0.0170559397258439,0.5,0.255951455205554,0.0,0.0127566130141684,0.5,0.255951455205554,0.0,0.0402083119855583,0.255951455205554,0.0,0.0394136383749643,0.0,0.0752170467275783,0.255951455205554,0.0,0.0866601862892669,0.5,0.255951455205554,0.0,0.0321513876927164,0.255951455205554,0.0,0.166138976272583,0.255951455205554,0.0,0.0403299170857953,0.255951455205554,0.0,0.0268737753962727,0.0,0.00145281185490021 -2526,0.255951455205554,0.000110086499780886,0.007936267986679,0.255951455205554,1.35117326276568e-07,0.011902347171115,0.255951455205554,9.46707610009239e-06,0.00586272918178445,0.255951455205554,0.0,0.00657361529144105,0.255951455205554,0.0,0.0025500766228392,0.255951455205554,0.0,0.0148742757774792,0.5,0.255951455205554,0.0,0.018474120980419,0.5,0.255951455205554,0.0,0.0141121259423338,0.5,0.255951455205554,0.000105140180488635,0.039949072120966,0.255951455205554,0.0,0.035460439920299,0.000980433702253559,0.110372558978707,0.255951455205554,0.00130693792508036,0.0894904717587042,0.5,0.255951455205554,0.00275670809997493,0.0255200181015335,0.255951455205554,0.000619041802466524,0.162398370617049,0.255951455205554,0.000294551455742928,0.0339932734691232,0.255951455205554,5.22511535372909e-05,0.0235559481072432,2.99063269450116e-05,0.00184924955798965 -2527,0.255951455205554,0.0684500810690625,0.00497909412516325,0.255951455205554,0.0715333025993472,0.0075067430666344,0.255951455205554,0.0603391910594663,0.00467653441754124,0.255951455205554,0.0619702563026058,0.00508172282037492,0.255951455205554,0.0510021769183318,0.00231422138444733,0.255951455205554,0.0608531024133442,0.0114137782660221,0.5,0.255951455205554,0.0481080126804715,0.0169792468655652,0.5,0.255951455205554,0.0458294548722587,0.0167482990671488,0.5,0.255951455205554,0.0527357914536087,0.0473560469355153,0.255951455205554,0.0441860630562081,0.03137712819126,0.0345510005116882,0.15788858579934,0.255951455205554,0.0338938491180161,0.109918538358902,0.5,0.255951455205554,0.0691149453853897,0.0274609235154729,0.255951455205554,0.0213050205455369,0.168171196212252,0.255951455205554,0.0344383955761017,0.0408647110461345,0.255951455205554,0.0478754183209345,0.0219858023522584,0.0712721036233203,0.00416849884249582 -2528,0.255951455205554,0.202366837673863,0.00408262396542805,0.255951455205554,0.210229349502165,0.00470658822152631,0.255951455205554,0.191280586775227,0.00456653170902874,0.255951455205554,0.196360387949688,0.00404755529012574,0.255951455205554,0.18155044856442,0.00205669749758699,0.255951455205554,0.198587914207696,0.0126996485006063,0.5,0.255951455205554,0.179006506872516,0.0200242075239749,0.5,0.255951455205554,0.165263598890247,0.032577271247717,0.5,0.255951455205554,0.149267785111989,0.0718679196236376,0.255951455205554,0.173017844975058,0.0312510853170614,0.140302999638734,0.183252455193334,0.255951455205554,0.0918014000535582,0.158249491132366,0.5,0.255951455205554,0.182721106763144,0.0610319057708823,0.255951455205554,0.0671439769364106,0.169337796591828,0.255951455205554,0.0923897605020755,0.0738324151661756,0.255951455205554,0.128872982421353,0.0284990586646165,0.206916782893615,0.00549938064594382 -2529,0.255951455205554,0.34983642700005,0.00502956110640498,0.255951455205554,0.36104049418824,0.0107365490752146,0.255951455205554,0.338849785721863,0.0138204142134189,0.255951455205554,0.348924723859917,0.00987960569918918,0.255951455205554,0.337291745463559,0.00825387200986598,0.255951455205554,0.357251013433377,0.0577158770696816,0.5,0.255951455205554,0.336824482546086,0.0604054110481391,0.5,0.255951455205554,0.310141874973204,0.108020001673356,0.5,0.255951455205554,0.237478045433272,0.108655117323744,0.255951455205554,0.330530222332672,0.0923881838776652,0.133038863567241,0.174957193400623,0.255951455205554,0.166156345901596,0.19064514090634,0.5,0.255951455205554,0.31630832667263,0.123512152850008,0.255951455205554,0.107097294449473,0.169823809257003,0.255951455205554,0.167273081543932,0.124735720909182,0.255951455205554,0.207867021604464,0.0650466279897313,0.355738053629985,0.00506171390934305 -2530,0.255951455205554,0.493662333517327,0.00605853771768276,0.255951455205554,0.513759727263051,0.0453428872073325,0.255951455205554,0.484491692602443,0.0261821803606091,0.255951455205554,0.502767990479591,0.0145328036534773,0.255951455205554,0.496296983110724,0.0342248316312064,0.255951455205554,0.519332603452159,0.135273064181958,0.5,0.255951455205554,0.500332238553685,0.149439307372126,0.5,0.255951455205554,0.433274704742537,0.153004215307359,0.5,0.255951455205554,0.281345049183617,0.127972206027349,0.255951455205554,0.494261050246929,0.260730531035962,0.163658842645306,0.17529006524037,0.255951455205554,0.180822914472028,0.185888377401515,0.5,0.255951455205554,0.460722695384512,0.1338599254325,0.255951455205554,0.159666674628551,0.181235870787544,0.255951455205554,0.24662473214089,0.144977500185048,0.255951455205554,0.279812116666835,0.113333452125796,0.501511424693468,0.00361967467453412 -2531,0.255951455205554,0.618105711895213,0.00597601888487085,0.255951455205554,0.621967005940467,0.0525497448422298,0.255951455205554,0.588189516095373,0.0258812757380728,0.255951455205554,0.634446037635941,0.016277289090366,0.255951455205554,0.632502974316338,0.066421023101198,0.255951455205554,0.641045338802265,0.152062457375686,0.5,0.255951455205554,0.632566304284677,0.213868306754087,0.5,0.255951455205554,0.55155887773877,0.177303135285363,0.5,0.255951455205554,0.31325945425797,0.122897853537023,0.255951455205554,0.616169117171182,0.33371406671009,0.199620198964512,0.15483658235184,0.255951455205554,0.237572157589283,0.177905324082523,0.5,0.255951455205554,0.585995190650759,0.118369935599416,0.255951455205554,0.197761025238692,0.192212661074349,0.255951455205554,0.231260078231779,0.12031562373087,0.255951455205554,0.273004563087808,0.10045573035145,0.628054550196037,0.00535736722259092 -2532,0.255951455205554,0.688733896469009,0.00673923389134734,0.255951455205554,0.68509076411642,0.0404359453707804,0.255951455205554,0.619909679392519,0.0261953492307099,0.255951455205554,0.692892236449462,0.0194416804341954,0.255951455205554,0.708741755430602,0.0918292840211963,0.255951455205554,0.695995881528558,0.143539062304508,0.5,0.255951455205554,0.720856835853655,0.21428304636244,0.5,0.255951455205554,0.627639665365582,0.19404185565677,0.5,0.255951455205554,0.297843183199119,0.127699388438925,0.255951455205554,0.720051118196198,0.33754253349756,0.201898015736417,0.111422356226601,0.255951455205554,0.297281564532518,0.169044150944227,0.5,0.255951455205554,0.663940618394708,0.104009837548856,0.255951455205554,0.213443385076471,0.199863367588306,0.255951455205554,0.263276344062224,0.104990192478461,0.255951455205554,0.267980723861555,0.0926390351302905,0.704630382641695,0.0118948404441789 -2533,0.255951455205554,0.71343672858719,0.00947911576414968,0.255951455205554,0.69473664653962,0.0356585356815067,0.255951455205554,0.625700437639175,0.0316842236793199,0.255951455205554,0.72176607730271,0.0301264881369199,0.255951455205554,0.744154377410364,0.108985870765112,0.255951455205554,0.719103861487424,0.158548570720927,0.5,0.255951455205554,0.756042213924389,0.191053065604866,0.5,0.255951455205554,0.666507767929043,0.213498258915795,0.5,0.255951455205554,0.273619636065048,0.137363114219282,0.255951455205554,0.756207981868795,0.313337215955191,0.388443134992096,0.0969752038060292,0.255951455205554,0.367079813184401,0.157106534372428,0.5,0.255951455205554,0.700031393552921,0.0907637539381706,0.255951455205554,0.235058681902903,0.213491127855865,0.255951455205554,0.273959931872969,0.106810521307822,0.255951455205554,0.287084401416071,0.10562858839453,0.730052814233635,0.0175868841078982 -2534,0.255951455205554,0.691766357994036,0.0131806522436431,0.255951455205554,0.670260006131571,0.038742396874425,0.255951455205554,0.621044469210192,0.0398600694641375,0.255951455205554,0.71557751898969,0.0403620560512128,0.255951455205554,0.726102826620058,0.124085892603547,0.255951455205554,0.68348075657463,0.184708114377073,0.5,0.255951455205554,0.745696787938249,0.185700956728306,0.5,0.255951455205554,0.648132492001527,0.241222230473315,0.5,0.255951455205554,0.268615980700415,0.158021196450908,0.255951455205554,0.746739963129632,0.314829778963925,0.464920525627828,0.0797565627939014,0.255951455205554,0.400207555689531,0.141547295590843,0.5,0.255951455205554,0.69541440219913,0.0763847367371203,0.255951455205554,0.205590808216788,0.218363033003279,0.255951455205554,0.323197057174323,0.102967998463305,0.255951455205554,0.258285885398578,0.117537331838547,0.707528330829144,0.0181300055455824 -2535,0.255951455205554,0.620417543061557,0.0155955511307159,0.255951455205554,0.630595882656029,0.047101977140066,0.255951455205554,0.575684331590393,0.043615922075792,0.255951455205554,0.64652280036847,0.0450747274280918,0.255951455205554,0.662423004288278,0.126528994716265,0.255951455205554,0.615816817300652,0.206099859682428,0.5,0.255951455205554,0.683864845258278,0.174322578432117,0.5,0.255951455205554,0.566151317682184,0.259062387752523,0.5,0.255951455205554,0.220407589427561,0.171227093077435,0.255951455205554,0.687845312663802,0.285215751279487,0.54844143405857,0.0879605805506213,0.255951455205554,0.411986855622793,0.123909566042601,0.5,0.255951455205554,0.611596009477764,0.0652730492466781,0.255951455205554,0.1670486183402,0.196743888359008,0.255951455205554,0.284438477352455,0.0939714057210532,0.255951455205554,0.227676725966097,0.12433144940678,0.623814381787062,0.0183326839938527 -2536,0.255951455205554,0.497712951929099,0.0151144571567316,0.255951455205554,0.513594693764319,0.0418557516030458,0.255951455205554,0.487421418555654,0.0423710780464719,0.255951455205554,0.519901865574244,0.0444194448937853,0.255951455205554,0.544337050552337,0.119136852768485,0.255951455205554,0.501432010700635,0.20329243674778,0.5,0.255951455205554,0.562223727640986,0.163750970725987,0.5,0.255951455205554,0.442592993121753,0.274136034434402,0.5,0.255951455205554,0.168999438402635,0.180419801222955,0.255951455205554,0.569278675914438,0.266697860822764,0.453952142689516,0.100765868628576,0.255951455205554,0.368241883512226,0.108078932176884,0.5,0.255951455205554,0.485450613902409,0.055285642642838,0.255951455205554,0.129978539712224,0.164748687031776,0.255951455205554,0.279324912182647,0.0854091671679648,0.255951455205554,0.191532038094282,0.125234684631306,0.497949399068715,0.0202693519217056 -2537,0.255951455205554,0.357596058463336,0.011410793581263,0.255951455205554,0.374093495541583,0.0281811507105103,0.255951455205554,0.362431348347886,0.0404229384890281,0.255951455205554,0.372319826251337,0.0423233409366457,0.255951455205554,0.392301001305957,0.109522054744846,0.255951455205554,0.353030903584753,0.176468643846234,0.5,0.255951455205554,0.404405754670833,0.150236406661652,0.5,0.255951455205554,0.294277295918172,0.263142185353156,0.5,0.255951455205554,0.122556477030069,0.169933953885576,0.255951455205554,0.411325063336146,0.251506942398135,0.287907444394133,0.0953495585719874,0.255951455205554,0.279203998314008,0.0855006559726217,0.5,0.255951455205554,0.346625735916709,0.0445458305377153,0.255951455205554,0.106273285442084,0.123051309336233,0.255951455205554,0.218585520309169,0.0782575042411291,0.255951455205554,0.135278568041869,0.122305021318585,0.360251515279924,0.0173254457842393 -2538,0.255951455205554,0.197712297947887,0.00928501593742905,0.255951455205554,0.212726725824933,0.0156328503905152,0.255951455205554,0.213072866593137,0.0407370224186216,0.255951455205554,0.212235697739781,0.0478782876331102,0.255951455205554,0.23552645582524,0.0907161446924072,0.255951455205554,0.191465408379021,0.143863600009757,0.5,0.255951455205554,0.240882886398442,0.113741666142107,0.5,0.255951455205554,0.153524664643383,0.214871891507728,0.5,0.255951455205554,0.0601303511148825,0.136162888603587,0.255951455205554,0.247804238553214,0.177941764499518,0.134764078922222,0.0279001979877095,0.255951455205554,0.124673717789652,0.0400052942752575,0.5,0.255951455205554,0.149730724389503,0.0266252249708659,0.255951455205554,0.065960139483921,0.0678853439362213,0.255951455205554,0.111759425210206,0.062109498877453,0.255951455205554,0.0713227150951251,0.100744423572165,0.198947588142984,0.0188546681822969 -2539,0.255951455205554,0.0409567785152618,0.00648153129723155,0.255951455205554,0.0266968769426072,0.010810064050232,0.255951455205554,0.031477699936343,0.0301175851900909,0.255951455205554,0.0324921804518854,0.0443844388721647,0.255951455205554,0.0398425144765061,0.057535361487852,0.255951455205554,0.022580892698868,0.0754773437089084,0.5,0.255951455205554,0.0334634436810957,0.054668796760595,0.5,0.255951455205554,0.00830038533889652,0.135112170703494,0.5,0.255951455205554,7.39876622877302e-05,0.0857642846500696,0.255951455205554,0.0359435129317322,0.0795156798864119,0.0,0.0324602103997358,0.255951455205554,0.0,0.0209615746331388,0.5,0.255951455205554,0.000192311548990524,0.011356638170356,0.255951455205554,0.0,0.0242141061524738,0.255951455205554,0.0,0.0322137123161641,0.255951455205554,0.0,0.0695122433629092,0.0403128288710483,0.0404668370273777 -2540,0.255951455205554,0.0,0.00933730729854023,0.255951455205554,0.0,0.021787492743862,0.255951455205554,0.0,0.0466046620620571,0.255951455205554,0.0,0.0708029180221829,0.255951455205554,0.0,0.0776299963209682,0.255951455205554,0.0,0.0739816383528483,0.5,0.255951455205554,0.0,0.0666807237575817,0.5,0.255951455205554,0.0,0.107377134852872,0.5,0.255951455205554,0.0,0.0534212316147584,0.255951455205554,0.0,0.0737249437242589,0.0,0.0435615857145695,0.255951455205554,0.0,0.0188976140446715,0.5,0.255951455205554,0.0,0.00996864552692926,0.255951455205554,0.0,0.0103767977962172,0.255951455205554,0.0,0.0137775528488463,0.255951455205554,0.0,0.0495578702186298,0.0,0.0691456368766552 -2541,0.255951455205554,0.0,0.0179419744446764,0.255951455205554,0.0,0.0252116926886691,0.255951455205554,0.0,0.0599626275586626,0.255951455205554,0.0,0.0751610464174311,0.255951455205554,0.0,0.0778713888937832,0.255951455205554,0.0,0.0762816848122445,0.5,0.255951455205554,0.0,0.0850840499004937,0.5,0.255951455205554,0.0,0.101609216018988,0.5,0.255951455205554,0.0,0.0427621578106939,0.255951455205554,0.0,0.070919966515887,0.0,0.0460806910287702,0.255951455205554,0.0,0.0147638889729468,0.5,0.255951455205554,0.0,0.0104672579951002,0.255951455205554,0.0,0.00564792788422736,0.255951455205554,0.0,0.00820912318227255,0.255951455205554,0.0,0.0391477859244137,0.0,0.109481654257101 -2542,0.255951455205554,0.0,0.0289785873364158,0.255951455205554,0.0,0.0298244522515864,0.255951455205554,0.0,0.0718531975111069,0.255951455205554,0.0,0.0873969266690393,0.255951455205554,0.0,0.0721213315510056,0.255951455205554,0.0,0.0718683205267442,0.5,0.255951455205554,0.0,0.0979731236524634,0.5,0.255951455205554,0.0,0.0968010697847568,0.5,0.255951455205554,0.0,0.0389439876449371,0.255951455205554,0.0,0.07956604917285,0.0,0.035763935844017,0.255951455205554,0.0,0.0109125210652931,0.5,0.255951455205554,0.0,0.0138980089419096,0.255951455205554,0.0,0.0044651312472056,0.255951455205554,0.0,0.00779227934529018,0.255951455205554,0.0,0.0286114393655677,0.0,0.187620797356977 -2543,0.255951455205554,0.0,0.0557979704556918,0.255951455205554,0.0,0.027865915504176,0.255951455205554,0.0,0.0779058832171154,0.255951455205554,0.0,0.0865644591646077,0.255951455205554,0.0,0.0652921681899473,0.255951455205554,0.0,0.0481299694527094,0.5,0.255951455205554,0.0,0.0720132615457105,0.5,0.255951455205554,0.0,0.0923415522343062,0.5,0.255951455205554,0.0,0.0375206374886695,0.255951455205554,0.0,0.0878830300389295,0.0,0.0233405338454824,0.255951455205554,0.0,0.00734263561581896,0.5,0.255951455205554,0.0,0.0214560628957654,0.255951455205554,0.0,0.00418174068482934,0.255951455205554,0.0,0.00668155439962003,0.255951455205554,0.0,0.0246148241890424,0.0,0.268033106249426 -2544,0.255951455205554,0.0,0.104117061603114,0.255951455205554,0.0,0.0265692551415439,0.255951455205554,0.0,0.0907027332800413,0.255951455205554,0.0,0.0940802089606678,0.255951455205554,0.0,0.0667206190334118,0.255951455205554,0.0,0.0236083999480171,0.5,0.255951455205554,0.0,0.0390516166919335,0.5,0.255951455205554,0.0,0.0856589870638953,0.5,0.255951455205554,0.0,0.0363314569510225,0.255951455205554,0.0,0.0705525942682551,0.0,0.0103374973604746,0.255951455205554,0.0,0.00571689614525126,0.5,0.255951455205554,0.0,0.0278349159426768,0.255951455205554,0.0,0.0031726494520796,0.255951455205554,0.0,0.00541924889423253,0.255951455205554,0.0,0.0162995196755202,0.0,0.366934962739276 -2545,0.255951455205554,0.0,0.14489415985823,0.255951455205554,0.0,0.0483785097432063,0.255951455205554,0.0,0.0965711236614968,0.255951455205554,0.0,0.115248177199886,0.255951455205554,0.0,0.0729372703893565,0.255951455205554,0.0,0.0152812938685936,0.5,0.255951455205554,0.0,0.0246711822224642,0.5,0.255951455205554,0.0,0.0744540813327634,0.5,0.255951455205554,0.0,0.0406867383613867,0.255951455205554,0.0,0.0614536450959528,0.0,0.00636732591188635,0.255951455205554,0.0,0.00424453769562315,0.5,0.255951455205554,0.0,0.0328854368602874,0.255951455205554,0.0,0.00194312220400968,0.255951455205554,0.0,0.0045467139209559,0.255951455205554,0.0,0.0089353581145655,0.0,0.491956580133973 -2546,0.255951455205554,0.0,0.171169784400812,0.255951455205554,0.0,0.0550924839389974,0.255951455205554,0.0,0.0969670092412398,0.255951455205554,0.0,0.116506533742561,0.255951455205554,0.0,0.0815552987986838,0.255951455205554,0.0,0.0129603454511243,0.5,0.255951455205554,0.0,0.016147917605492,0.5,0.255951455205554,0.0,0.0609735750507506,0.5,0.255951455205554,0.0,0.0411994363498551,0.255951455205554,0.0,0.0425977261231693,0.0,0.00424482992270559,0.255951455205554,0.0,0.0038462971542053,0.5,0.255951455205554,0.0,0.0380130558219216,0.255951455205554,0.0,0.000950153129053009,0.255951455205554,0.0,0.00323282832494881,0.255951455205554,0.0,0.00494926027057809,0.0,0.588781751342724 -2547,0.255951455205554,0.0,0.184453782360528,0.255951455205554,0.0,0.0406684164054825,0.255951455205554,0.0,0.0943106609394717,0.255951455205554,0.0,0.115916405261839,0.255951455205554,0.0,0.0834557243188931,0.255951455205554,0.0,0.0143917622087145,0.5,0.255951455205554,0.0,0.0133836322761003,0.5,0.255951455205554,0.0,0.0483787632286529,0.5,0.255951455205554,0.0,0.0363917609603134,0.255951455205554,0.0,0.0327915069231322,0.0,0.00333007920377194,0.255951455205554,0.0,0.00457231470635883,0.5,0.255951455205554,0.0,0.0375907489513433,0.255951455205554,0.0,0.000413023693250046,0.255951455205554,0.0,0.00334342458252881,0.255951455205554,0.0,0.00217480389466348,0.0,0.663456996201859 -2548,0.255951455205554,0.0,0.195766295885255,0.255951455205554,0.0,0.0452180389639929,0.255951455205554,0.0,0.0913237459966753,0.255951455205554,0.0,0.120999712949251,0.255951455205554,0.0,0.073536883998161,0.255951455205554,0.0,0.0185003311876703,0.5,0.255951455205554,0.0,0.0145323710465387,0.5,0.255951455205554,0.0,0.0387676122915042,0.5,0.255951455205554,0.0,0.027443573624293,0.255951455205554,0.0,0.0357786111922809,0.0,0.00487670579967534,0.255951455205554,0.0,0.00495370443589256,0.5,0.255951455205554,0.0,0.0330690062432616,0.255951455205554,0.0,0.000301459926308094,0.255951455205554,0.0,0.00650293176812727,0.255951455205554,0.0,0.00280756119753121,0.0,0.689969483367843 -2549,0.255951455205554,0.0,0.204717967345229,0.255951455205554,0.0,0.0572953176943672,0.255951455205554,0.0,0.097046876571339,0.255951455205554,0.0,0.133669012199726,0.255951455205554,0.0,0.0675137622333939,0.255951455205554,0.0,0.0193804446223332,0.5,0.255951455205554,0.0,0.0141277567415306,0.5,0.255951455205554,0.0,0.0336375568003817,0.5,0.255951455205554,0.0,0.0211188941334945,0.255951455205554,0.0,0.0373096179233839,0.0,0.00673523408708861,0.255951455205554,0.0,0.00481540097910882,0.5,0.255951455205554,0.0,0.0336372120448219,0.255951455205554,0.0,0.00041492221273113,0.255951455205554,0.0,0.00984674888548004,0.255951455205554,0.0,0.00893343518518107,0.0,0.672048222373081 -2550,0.255951455205554,0.000348680883324006,0.221305043632275,0.255951455205554,0.000286680587806331,0.065677653389198,0.255951455205554,5.44530241613488e-05,0.10705098618341,0.255951455205554,0.0,0.15159419686654,0.255951455205554,0.0,0.062592370276921,0.255951455205554,0.0,0.0154977300317995,0.5,0.255951455205554,0.0,0.0120610526959486,0.5,0.255951455205554,0.0,0.0325984286293883,0.5,0.255951455205554,0.000432011902890243,0.0198749730432736,0.255951455205554,0.0,0.033478423805404,0.00491119182773642,0.00541320173177592,0.255951455205554,0.00501789099878093,0.00563645897000406,0.5,0.255951455205554,0.00398143097247735,0.0401315879895315,0.255951455205554,0.00388059825235999,0.0017589156230801,0.255951455205554,0.00184494250576804,0.0090747696382429,0.255951455205554,0.000638946931906896,0.0091948491023264,0.000805242495315625,0.65934122544926 -2551,0.255951455205554,0.0694630155331118,0.257683725343628,0.255951455205554,0.0731291686475287,0.0775716570338395,0.255951455205554,0.0617981241247605,0.119930368637818,0.255951455205554,0.0633886843201529,0.166023455624302,0.255951455205554,0.0528314327009444,0.054004393111699,0.255951455205554,0.0622013563969143,0.0145795172082474,0.5,0.255951455205554,0.05068621720199,0.00952661414809844,0.5,0.255951455205554,0.0606874780083936,0.0297699092966003,0.5,0.255951455205554,0.0781649910859692,0.0196855510299677,0.255951455205554,0.0463252885781398,0.0293643148403472,0.0969100469859925,0.00360662254821744,0.255951455205554,0.0973011340669811,0.00875028894704765,0.5,0.255951455205554,0.0844318654278384,0.0480167139115831,0.255951455205554,0.0964956661548011,0.00254290769735359,0.255951455205554,0.0817007695585856,0.011705225314431,0.255951455205554,0.0791878894445442,0.00404256117964158,0.0726512765294079,0.663314026634892 -2552,0.255951455205554,0.191353443347461,0.422713988006307,0.255951455205554,0.201376625134099,0.164780089970176,0.255951455205554,0.182288490513896,0.176711729962051,0.255951455205554,0.182088084701637,0.244040557550388,0.255951455205554,0.173628795605911,0.0585813162516533,0.255951455205554,0.196850726078877,0.0164417963277734,0.5,0.255951455205554,0.180794910675656,0.00939117283995243,0.5,0.255951455205554,0.197547533950341,0.0449555361036087,0.5,0.255951455205554,0.222740913863422,0.0276232689457077,0.255951455205554,0.175299693737329,0.0290569073353117,0.233522042525081,0.00622949066882545,0.255951455205554,0.234982225770174,0.0175222418034138,0.5,0.255951455205554,0.203872385186805,0.0855524675932116,0.255951455205554,0.245132909385564,0.00131226002305432,0.255951455205554,0.210001525772254,0.0228994468636663,0.255951455205554,0.215447030546872,0.00282497108284245,0.195708837153135,0.704474323446844 -2553,0.255951455205554,0.328702227914509,0.604530074160807,0.255951455205554,0.338333425307877,0.320435606595269,0.255951455205554,0.325672374091603,0.266756797453224,0.255951455205554,0.31775687218007,0.296029537944999,0.255951455205554,0.312643100561251,0.13144773851651,0.255951455205554,0.350516786594007,0.0629632612375674,0.5,0.255951455205554,0.334337535378708,0.0339701188623855,0.5,0.255951455205554,0.358265211992563,0.102727685032865,0.5,0.255951455205554,0.385138430355965,0.0661861255774218,0.255951455205554,0.330713382581449,0.1128452040742,0.374670842295524,0.0334144051547215,0.255951455205554,0.377708696019433,0.0527475203842777,0.5,0.255951455205554,0.341601658136655,0.175967233220383,0.255951455205554,0.400403823894237,0.00174324868320194,0.255951455205554,0.349249418138553,0.0788937650040005,0.255951455205554,0.363609505259722,0.00965865496266531,0.330847532123715,0.736545595173896 -2554,0.255951455205554,0.462861016153333,0.686181589213998,0.255951455205554,0.4700329225842,0.431503845366439,0.255951455205554,0.47807383335569,0.386306051953232,0.255951455205554,0.476116175251812,0.430440815614343,0.255951455205554,0.460498677788594,0.206637649391216,0.255951455205554,0.505676563405683,0.138349413116706,0.5,0.255951455205554,0.490716247358905,0.0882751963441526,0.5,0.255951455205554,0.523208394219317,0.134362346332645,0.5,0.255951455205554,0.543822618233309,0.0789965840114473,0.255951455205554,0.489368303495865,0.147647131810633,0.503752631410284,0.0568731552103881,0.255951455205554,0.518288331674938,0.0914287169304971,0.5,0.255951455205554,0.485739420764241,0.311662893535412,0.255951455205554,0.551531683618246,0.00388637611662558,0.255951455205554,0.491334388505895,0.145022894924106,0.255951455205554,0.513775064878498,0.0243398152911482,0.468349048312665,0.74356755483884 -2555,0.255951455205554,0.571045315959679,0.741826964725942,0.255951455205554,0.603222688390231,0.506185604508786,0.255951455205554,0.606239940324162,0.459574456422327,0.255951455205554,0.608271118893546,0.511780874810003,0.255951455205554,0.604280326572535,0.239224921384233,0.255951455205554,0.626522892385597,0.14959280992983,0.5,0.255951455205554,0.616685032010919,0.0962940210189346,0.5,0.255951455205554,0.653426105204636,0.133307667258307,0.5,0.255951455205554,0.666594682996784,0.0737628897144217,0.255951455205554,0.618468519692183,0.171154587520983,0.594822881642043,0.0825940227272588,0.255951455205554,0.621918972865213,0.156720036182187,0.5,0.255951455205554,0.599697446395189,0.461291445965222,0.255951455205554,0.658602525558208,0.00714744767347614,0.255951455205554,0.607063637749056,0.199712626933647,0.255951455205554,0.630776249441333,0.0374442259146952,0.579028631307061,0.78530028729881 -2556,0.255951455205554,0.629509427345884,0.766037634460331,0.255951455205554,0.679402145976529,0.599249170812688,0.255951455205554,0.681791105041346,0.514848843619475,0.255951455205554,0.677172989338837,0.593040437749448,0.255951455205554,0.697327822329433,0.241029740272953,0.255951455205554,0.691854197003479,0.145760464771787,0.5,0.255951455205554,0.690935357186977,0.0751895245494798,0.5,0.255951455205554,0.728348483687571,0.138280519728361,0.5,0.255951455205554,0.734587882085152,0.0762676315173193,0.255951455205554,0.697357247385313,0.104971101055749,0.641856258764767,0.132471220635813,0.255951455205554,0.666676592057651,0.224673294120297,0.5,0.255951455205554,0.655282955172501,0.585270166037187,0.255951455205554,0.702018556006103,0.0113104010506355,0.255951455205554,0.670018580656604,0.23453789450975,0.255951455205554,0.68836695288773,0.0478186772648673,0.611186985113703,0.847442857330546 -2557,0.255951455205554,0.651927402907126,0.800431289421619,0.255951455205554,0.707663089181436,0.6940192878014,0.255951455205554,0.709023239277431,0.571207160515493,0.255951455205554,0.704823577935802,0.665311659376187,0.255951455205554,0.733264879280058,0.242244212618186,0.255951455205554,0.715315792047061,0.152091817252003,0.5,0.255951455205554,0.72802206578953,0.0593274398200196,0.5,0.255951455205554,0.756141065513262,0.132046079542491,0.5,0.255951455205554,0.756139899877834,0.0802326217033582,0.255951455205554,0.72964885764897,0.0677972436996279,0.652828103387178,0.190275858131266,0.255951455205554,0.663322471377031,0.288888088210407,0.5,0.255951455205554,0.665136165640132,0.677887619267414,0.255951455205554,0.697881928542868,0.0163627918931093,0.255951455205554,0.687586306441261,0.259371245456841,0.255951455205554,0.704456781316969,0.0613233475288284,0.646090115407562,0.904458712008892 -2558,0.255951455205554,0.619036256263188,0.819616665554396,0.255951455205554,0.684709246972139,0.755831344598064,0.255951455205554,0.682043590438647,0.636873694783267,0.255951455205554,0.680872941412455,0.742805055064106,0.255951455205554,0.719791782924062,0.26014373195514,0.255951455205554,0.708337655354235,0.161852413225713,0.5,0.255951455205554,0.721881839143211,0.0390899905595303,0.5,0.255951455205554,0.73475654091841,0.121803615165755,0.5,0.255951455205554,0.729753490983839,0.0795537954454653,0.255951455205554,0.721350354723285,0.0346675818886644,0.605512514309043,0.244733021999101,0.255951455205554,0.623748430772676,0.335104334946173,0.5,0.255951455205554,0.647576922026587,0.724472455684689,0.255951455205554,0.656484887121366,0.0271428445532273,0.255951455205554,0.663347327000257,0.287347611869448,0.255951455205554,0.682491607276776,0.0888487649154463,0.620296069552899,0.924494519264788 -2559,0.255951455205554,0.51362361157831,0.803768397410683,0.255951455205554,0.59851813762545,0.806406275734526,0.255951455205554,0.591427790422985,0.685790871627659,0.255951455205554,0.588921577488715,0.792955972649384,0.255951455205554,0.652379472598964,0.299637108720297,0.255951455205554,0.651876670605229,0.171503170124405,0.5,0.255951455205554,0.665411989055705,0.0259923117409686,0.5,0.255951455205554,0.658253013926229,0.0910619121905589,0.5,0.255951455205554,0.643547341967734,0.0691634509985111,0.255951455205554,0.671425547715172,0.00785141136730858,0.532022954223044,0.314515569596621,0.255951455205554,0.538210468299106,0.380856309703818,0.5,0.255951455205554,0.579580720373688,0.758700863370791,0.255951455205554,0.561671725299658,0.0401783801176363,0.255951455205554,0.588315451617709,0.306716339591956,0.255951455205554,0.607904664645937,0.114230601025156,0.505223522942412,0.94558711854634 -2560,0.255951455205554,0.330814499431929,0.708674459383414,0.255951455205554,0.447045788483309,0.775423358152358,0.255951455205554,0.435346740947963,0.693093696175732,0.255951455205554,0.442146940525345,0.817668618366992,0.255951455205554,0.529567575842205,0.325706169489539,0.255951455205554,0.535576833041819,0.195487758075512,0.5,0.255951455205554,0.550772639518289,0.0302993789112518,0.5,0.255951455205554,0.524894086140878,0.0639290110295371,0.5,0.255951455205554,0.500534469842291,0.0565920021933388,0.255951455205554,0.558040878810163,0.00219662870387836,0.414110474081278,0.352586260213575,0.255951455205554,0.413148669521845,0.40560634312879,0.5,0.255951455205554,0.451239198963494,0.772606607260632,0.255951455205554,0.42861907369223,0.045837859341347,0.255951455205554,0.467465733072652,0.320866222089024,0.255951455205554,0.483782521026563,0.143102349174156,0.36465575766939,0.947709287879754 -2561,0.255951455205554,0.173749979717143,0.586453519692514,0.255951455205554,0.299602653565461,0.548544449554795,0.255951455205554,0.277110418881737,0.616348393646929,0.255951455205554,0.255995704226846,0.765654786081492,0.255951455205554,0.379894998003814,0.275329729638807,0.255951455205554,0.383864018794528,0.195375714056084,0.5,0.255951455205554,0.398304323261497,0.0365329097847959,0.5,0.255951455205554,0.362658076024348,0.0463804728481167,0.5,0.255951455205554,0.337461999776218,0.0472885827884607,0.255951455205554,0.40377056648537,0.00311784594845633,0.277170058925523,0.350701681099643,0.255951455205554,0.279238081102135,0.376309977111648,0.5,0.255951455205554,0.299408849983751,0.709358721439322,0.255951455205554,0.287741513532399,0.0490824045858944,0.255951455205554,0.325124853924578,0.302889104519987,0.255951455205554,0.338630013932636,0.173598096894618,0.143559910528103,0.945277123093339 -2562,0.255951455205554,0.0977165188231942,0.663498938353053,0.255951455205554,0.133945684119493,0.29643449715695,0.255951455205554,0.128833727708189,0.483549973083195,0.255951455205554,0.0826757293268937,0.615361201942332,0.255951455205554,0.209624471730297,0.139533939641548,0.255951455205554,0.221871681935845,0.0799609626011745,0.5,0.255951455205554,0.238131470576857,0.0164260425168471,0.5,0.255951455205554,0.20341032500993,0.0212516900979045,0.5,0.255951455205554,0.155467693098301,0.0272359460402309,0.255951455205554,0.244150371049457,0.00118682313034971,0.135890101499119,0.200977700360006,0.255951455205554,0.133335948357857,0.211393618685104,0.5,0.255951455205554,0.135792927701927,0.474936285567648,0.255951455205554,0.133885491696636,0.0188697975173098,0.255951455205554,0.170233681618018,0.137577274746654,0.255951455205554,0.182080864112,0.0974505242582783,0.087802385926684,0.841303304922942 -2563,0.255951455205554,0.0239744203861389,0.76107957808332,0.255951455205554,0.0281879537610069,0.246956486675256,0.255951455205554,0.025969153646131,0.428642754829199,0.255951455205554,0.0193333644605728,0.48470188134768,0.255951455205554,0.0411661361959754,0.118880094652493,0.255951455205554,0.027521931244064,0.0646471118026148,0.5,0.255951455205554,0.0341070177416643,0.0118383162979135,0.5,0.255951455205554,0.0127314542975606,0.0144180724953787,0.5,0.255951455205554,0.000389940112366252,0.0227288448165142,0.255951455205554,0.0363082063762908,0.000708381911167724,0.0,0.137642848945735,0.255951455205554,0.0,0.153102053450457,0.5,0.255951455205554,0.000832362949044963,0.318857644740232,0.255951455205554,0.0,0.0374767774408765,0.255951455205554,0.0,0.0998896109755771,0.255951455205554,0.00028339338112868,0.0895101681050538,0.0242701297188098,0.84571703740064 -2564,0.255951455205554,0.0,0.728429632634389,0.255951455205554,0.0,0.293192588943068,0.255951455205554,0.0,0.442757610245295,0.255951455205554,0.0,0.476662860710451,0.255951455205554,0.0,0.131122648890043,0.255951455205554,0.0,0.0677976957378899,0.5,0.255951455205554,0.0,0.0163532783126178,0.5,0.255951455205554,0.0,0.0167600692092966,0.5,0.255951455205554,0.0,0.0251320658748013,0.255951455205554,0.0,0.00130380823146669,0.0,0.131170805125009,0.255951455205554,0.0,0.162394049638703,0.5,0.255951455205554,0.0,0.323683233547542,0.255951455205554,0.0,0.0585983539320279,0.255951455205554,0.0,0.121996094825245,0.255951455205554,0.0,0.0882491347835098,0.0,0.926611773654835 -2565,0.255951455205554,0.0,0.653658267106403,0.255951455205554,0.0,0.235596122087681,0.255951455205554,0.0,0.405652746385459,0.255951455205554,0.0,0.613737370756895,0.255951455205554,0.0,0.136376681383327,0.255951455205554,0.0,0.062133208317687,0.5,0.255951455205554,0.0,0.0192237154016635,0.5,0.255951455205554,0.0,0.0136492243127678,0.5,0.255951455205554,0.0,0.0251730664264755,0.255951455205554,0.0,0.0034484872701511,0.0,0.138524004907978,0.255951455205554,0.0,0.17006467873835,0.5,0.255951455205554,0.0,0.344517165046748,0.255951455205554,0.0,0.0777319442396024,0.255951455205554,0.0,0.144681321266383,0.255951455205554,0.0,0.0917775502469093,0.0,0.926022290363575 -2566,0.255951455205554,0.0,0.670892353572772,0.255951455205554,0.0,0.554953877671833,0.255951455205554,0.0,0.437608858349121,0.255951455205554,0.0,0.577765575613894,0.255951455205554,0.0,0.135931728383694,0.255951455205554,0.0,0.0532751217988105,0.5,0.255951455205554,0.0,0.0189878353516827,0.5,0.255951455205554,0.0,0.0172664094900505,0.5,0.255951455205554,0.0,0.0317328700478138,0.255951455205554,0.0,0.00464046198899629,0.0,0.146093941824054,0.255951455205554,0.0,0.175029169525309,0.5,0.255951455205554,0.0,0.336359946033428,0.255951455205554,0.0,0.102691106250373,0.255951455205554,0.0,0.153901137666041,0.255951455205554,0.0,0.0882770540476177,0.0,0.94423434747095 -2567,0.255951455205554,0.0,0.733710823492023,0.255951455205554,0.0,0.454572318256224,0.255951455205554,0.0,0.464497756379379,0.255951455205554,0.0,0.50892564425424,0.255951455205554,0.0,0.126202933073372,0.255951455205554,0.0,0.0513819125543274,0.5,0.255951455205554,0.0,0.0199497666765937,0.5,0.255951455205554,0.0,0.019639802227197,0.5,0.255951455205554,0.0,0.0372735417865678,0.255951455205554,0.0,0.00573649298703265,0.0,0.137312428964154,0.255951455205554,0.0,0.165674747245457,0.5,0.255951455205554,0.0,0.318524146077869,0.255951455205554,0.0,0.12977884291495,0.255951455205554,0.0,0.160601832287757,0.255951455205554,0.0,0.0901636087783846,0.0,0.950039605245774 -2568,0.255951455205554,0.0,0.694061997663044,0.255951455205554,0.0,0.599618416553686,0.255951455205554,0.0,0.550525335625987,0.255951455205554,0.0,0.705829138056249,0.255951455205554,0.0,0.139282493994813,0.255951455205554,0.0,0.0460898359276342,0.5,0.255951455205554,0.0,0.0222298575930662,0.5,0.255951455205554,0.0,0.0182680144252248,0.5,0.255951455205554,0.0,0.0329049830623527,0.255951455205554,0.0,0.00586688940956363,0.0,0.135672729319819,0.255951455205554,0.0,0.165473733208042,0.5,0.255951455205554,0.0,0.297221164819616,0.255951455205554,0.0,0.142462469671567,0.255951455205554,0.0,0.170546226199868,0.255951455205554,0.0,0.101328646432364,0.0,0.926193173786904 -2569,0.255951455205554,0.0,0.648376372612026,0.255951455205554,0.0,0.745150726092021,0.255951455205554,0.0,0.544494889708127,0.255951455205554,0.0,0.726635239233877,0.255951455205554,0.0,0.221621116215809,0.255951455205554,0.0,0.036722662267441,0.5,0.255951455205554,0.0,0.023789988431023,0.5,0.255951455205554,0.0,0.0211481310487943,0.5,0.255951455205554,0.0,0.0323868438148418,0.255951455205554,0.0,0.00604292953525789,0.0,0.131147533496245,0.255951455205554,0.0,0.168375894641586,0.5,0.255951455205554,0.0,0.260417299340584,0.255951455205554,0.0,0.16297604534742,0.255951455205554,0.0,0.1749993751224,0.255951455205554,0.0,0.102501919590279,0.0,0.930416018648108 -2570,0.255951455205554,0.0,0.551292021993099,0.255951455205554,0.0,0.438150061689966,0.255951455205554,0.0,0.518949563236189,0.255951455205554,0.0,0.609671301916818,0.255951455205554,0.0,0.240794434444671,0.255951455205554,0.0,0.0281947527111991,0.5,0.255951455205554,0.0,0.0268366864198729,0.5,0.255951455205554,0.0,0.0217036205807582,0.5,0.255951455205554,0.0,0.0345438206727133,0.255951455205554,0.0,0.00544677703882876,0.0,0.134529220259288,0.255951455205554,0.0,0.158935082063145,0.5,0.255951455205554,0.0,0.25497943410509,0.255951455205554,0.0,0.182184744767739,0.255951455205554,0.0,0.168798980345268,0.255951455205554,0.0,0.105883406261287,0.0,0.939892326409305 -2571,0.255951455205554,0.0,0.4204219692596,0.255951455205554,0.0,0.279791834459326,0.255951455205554,0.0,0.429354209367834,0.255951455205554,0.0,0.42544087107861,0.255951455205554,0.0,0.385932793236443,0.255951455205554,0.0,0.0385212614709877,0.5,0.255951455205554,0.0,0.0283089723402933,0.5,0.255951455205554,0.0,0.0211026004645525,0.5,0.255951455205554,0.0,0.0350560250818245,0.255951455205554,0.0,0.00591994594814849,0.0,0.129892879736541,0.255951455205554,0.0,0.152350043788795,0.5,0.255951455205554,0.0,0.237033009510449,0.255951455205554,0.0,0.193568702270932,0.255951455205554,0.0,0.155669439325779,0.255951455205554,0.0,0.121626714162332,0.0,0.95299714166125 -2572,0.255951455205554,0.0,0.302115044664925,0.255951455205554,0.0,0.267742748999859,0.255951455205554,0.0,0.40109526817414,0.255951455205554,0.0,0.4106700172041,0.255951455205554,0.0,0.437074621581162,0.255951455205554,0.0,0.11426745928482,0.5,0.255951455205554,0.0,0.0353906943753077,0.5,0.255951455205554,0.0,0.0196566892902528,0.5,0.255951455205554,0.0,0.030179074453454,0.255951455205554,0.0,0.00778156699151673,0.0,0.0849673773046555,0.255951455205554,0.0,0.151717372203825,0.5,0.255951455205554,0.0,0.15202439304799,0.255951455205554,0.0,0.173073744042313,0.255951455205554,0.0,0.188950232326176,0.255951455205554,0.0,0.117795712601276,0.0,0.936059324141373 -2573,0.255951455205554,0.0,0.291954819451177,0.255951455205554,0.0,0.312427078981776,0.255951455205554,0.0,0.420158924589748,0.255951455205554,0.0,0.517681394160912,0.255951455205554,0.0,0.351794993036116,0.255951455205554,0.0,0.218476527474357,0.5,0.255951455205554,0.0,0.0715588654679467,0.5,0.255951455205554,0.0,0.0219289105311901,0.5,0.255951455205554,0.0,0.0258330488168861,0.255951455205554,0.0,0.0168905147828266,0.0,0.0413648450161352,0.255951455205554,0.0,0.112564306693518,0.5,0.255951455205554,0.0,0.0968852167320287,0.255951455205554,0.0,0.135048563115427,0.255951455205554,0.0,0.239888100667389,0.255951455205554,0.0,0.117895565989308,0.0,0.916878414702749 -2574,0.255951455205554,0.000721971669958895,0.288092008096518,0.255951455205554,0.000717114506964928,0.528654541721601,0.255951455205554,0.000148811910554639,0.436337277740572,0.255951455205554,0.0,0.631657508402443,0.255951455205554,0.0,0.23352913666148,0.255951455205554,0.0,0.282787398849298,0.5,0.255951455205554,0.0,0.156068389622492,0.5,0.255951455205554,0.0,0.0277536906633069,0.5,0.255951455205554,0.00074989217582704,0.0243437457161096,0.255951455205554,0.0,0.0280299665018351,0.00147664862842457,0.033509528248617,0.255951455205554,0.00308565157236776,0.0779047725835498,0.5,0.255951455205554,0.00269279075839025,0.0676675598188825,0.255951455205554,0.00310778263825046,0.106494891438413,0.255951455205554,0.000790092060391534,0.205106874824898,0.255951455205554,0.000534082260578259,0.166331855760269,0.00119440306093242,0.908277136700316 -2575,0.255951455205554,0.0594598546136271,0.21176496676584,0.255951455205554,0.0249385825264142,0.590616975177787,0.255951455205554,0.0523208868250527,0.418482688466731,0.255951455205554,0.0404957543539888,0.522057499677248,0.255951455205554,0.0493585679938983,0.244133567048928,0.255951455205554,0.0210420316259964,0.343517404522165,0.5,0.255951455205554,0.0176395008326491,0.285188976709935,0.5,0.255951455205554,0.039113668107479,0.0218933150683758,0.5,0.255951455205554,0.0678247384932007,0.0230979159427523,0.255951455205554,0.0196747183509173,0.030450764290582,0.0164707900535677,0.0618588490245663,0.255951455205554,0.0525288939583176,0.0685834201091712,0.5,0.255951455205554,0.0616121588031513,0.0632990051509296,0.255951455205554,0.0572372139573468,0.0818999793427924,0.255951455205554,0.0317482012435345,0.21456818056772,0.255951455205554,0.0254645067114031,0.271679194733888,0.0637098050025828,0.901913099329853 -2576,0.255951455205554,0.180753164543956,0.170536439512299,0.255951455205554,0.051842651369816,0.32486250556467,0.255951455205554,0.152528641606588,0.45574654897424,0.255951455205554,0.141119433210211,0.363552766822826,0.255951455205554,0.155625788601018,0.423140161513934,0.255951455205554,0.12193457319848,0.394631283363854,0.5,0.255951455205554,0.0770774943461203,0.469491662035007,0.5,0.255951455205554,0.124559879049401,0.0543801765540925,0.5,0.255951455205554,0.169727910199982,0.0643306734254759,0.255951455205554,0.0479816756022898,0.144976445750899,0.0663190298177516,0.132693549175237,0.255951455205554,0.118077660702451,0.111599666161948,0.5,0.255951455205554,0.156702495166982,0.0996083794343667,0.255951455205554,0.10824994681175,0.122074077529892,0.255951455205554,0.13081612526024,0.294012993286177,0.255951455205554,0.0607622145876985,0.371195531286605,0.196723810972659,0.900328093519288 -2577,0.255951455205554,0.317772573265104,0.25882886081703,0.255951455205554,0.178355930960923,0.171372049409685,0.255951455205554,0.230482366500341,0.556014836274118,0.255951455205554,0.239689490702546,0.459150148986993,0.255951455205554,0.286193782042742,0.632007911630388,0.255951455205554,0.291017113839714,0.494429468609179,0.5,0.255951455205554,0.175915234322966,0.608103320392717,0.5,0.255951455205554,0.224515493548414,0.246983419328501,0.5,0.255951455205554,0.268345583182926,0.284052857681067,0.255951455205554,0.0898033900336749,0.430916302648203,0.178782043699662,0.16978720198843,0.255951455205554,0.173185046112183,0.13824187046299,0.5,0.255951455205554,0.244005988325405,0.0556925920518173,0.255951455205554,0.149262948464136,0.202355862930036,0.255951455205554,0.252674425491446,0.42211864232733,0.255951455205554,0.159695872818573,0.342668844906631,0.35091324413614,0.904115780394233 -2578,0.255951455205554,0.4333518697361,0.368071960907843,0.255951455205554,0.439990114708177,0.402908740489147,0.255951455205554,0.246365526880816,0.641996905289644,0.255951455205554,0.155749047287343,0.597594434845548,0.255951455205554,0.401238814485701,0.782903284381669,0.255951455205554,0.471402650006937,0.621997191614599,0.5,0.255951455205554,0.349719910379194,0.620059577187878,0.5,0.255951455205554,0.309550121311683,0.31883577555399,0.5,0.255951455205554,0.35110065513489,0.362065535694737,0.255951455205554,0.156173366095626,0.502892879087694,0.250874077222678,0.107402633707456,0.255951455205554,0.229645200959228,0.0935499413310423,0.5,0.255951455205554,0.281379731065387,0.00926926748233278,0.255951455205554,0.193253154269418,0.199713678294933,0.255951455205554,0.374062343976794,0.444367277629738,0.255951455205554,0.302581318096999,0.447398360602277,0.475825335722519,0.908117196515009 -2579,0.255951455205554,0.545374206762076,0.462478628545671,0.255951455205554,0.458831158770683,0.453094493791058,0.255951455205554,0.274029175867316,0.722918065377853,0.255951455205554,0.109915697153202,0.702836141291947,0.255951455205554,0.355091450442213,0.851471041111263,0.255951455205554,0.604107010375398,0.727024930737981,0.5,0.255951455205554,0.549938527151642,0.618077977934306,0.5,0.255951455205554,0.38535069048397,0.337920863765605,0.5,0.255951455205554,0.4143583446808,0.349796594942215,0.255951455205554,0.440051567354853,0.449681696213165,0.257977392739231,0.0365951980826356,0.255951455205554,0.2644320063079,0.052812432216495,0.5,0.255951455205554,0.306015878249872,0.00258299986888062,0.255951455205554,0.235221800172753,0.179436719579822,0.255951455205554,0.450008621316775,0.366203786942608,0.255951455205554,0.416924433108525,0.472062535378874,0.499640461549051,0.908627295262741 -2580,0.255951455205554,0.559627360388156,0.524909342473822,0.255951455205554,0.231688018688967,0.48614684965715,0.255951455205554,0.330235644451965,0.80057491460432,0.255951455205554,0.406484604995792,0.886460638985002,0.255951455205554,0.338982161811471,0.93119218037799,0.255951455205554,0.608994001215459,0.720550204741044,0.5,0.255951455205554,0.656295661126979,0.688679109198677,0.5,0.255951455205554,0.465969569469924,0.428056840800494,0.5,0.255951455205554,0.454743336101042,0.338586338986699,0.255951455205554,0.68579149311272,0.534175513374767,0.3279984047634,0.00174709390268178,0.255951455205554,0.280101702703033,0.0291983578213103,0.5,0.255951455205554,0.371492315155783,0.0152541041970706,0.255951455205554,0.315199445757855,0.150862242147782,0.255951455205554,0.447948316329827,0.200650414048967,0.255951455205554,0.501905646014777,0.299772655427423,0.499337119844726,0.908916365299731 -2581,0.255951455205554,0.474311294288919,0.534798928420822,0.255951455205554,0.159023827200272,0.478021537755415,0.255951455205554,0.348297268435785,0.790158666908087,0.255951455205554,0.47751330758546,0.866518831779822,0.255951455205554,0.372056975954051,0.979974426615362,0.255951455205554,0.529544667864944,0.679542885119419,0.5,0.255951455205554,0.617155382744248,0.661168566257128,0.5,0.255951455205554,0.513793627333268,0.418878047477661,0.5,0.255951455205554,0.475308125769222,0.255017355688537,0.255951455205554,0.732472015434385,0.454561862454953,0.430569501283662,0.00193412471375555,0.255951455205554,0.318352816792559,0.0203051854273571,0.5,0.255951455205554,0.417877729368897,0.0477302287056778,0.255951455205554,0.364683486235445,0.098059883456776,0.255951455205554,0.53667535792483,0.0861279101418111,0.255951455205554,0.635381189400268,0.235350019528377,0.527937995634371,0.903974371802085 -2582,0.255951455205554,0.305561498763338,0.537604391356447,0.255951455205554,0.107590138183284,0.381965429615143,0.255951455205554,0.333106150816331,0.737218923555143,0.255951455205554,0.408697534521503,0.814408640310477,0.255951455205554,0.245090196635228,0.958656181344005,0.255951455205554,0.453437612237119,0.751283673818157,0.5,0.255951455205554,0.516375558357369,0.653094724206713,0.5,0.255951455205554,0.511593502695029,0.335790680782669,0.5,0.255951455205554,0.423867967784029,0.183813348860635,0.255951455205554,0.687519206706879,0.440007116682286,0.546560579904702,0.0471852081262185,0.255951455205554,0.310885343083772,0.0290378520829708,0.5,0.255951455205554,0.419322161073505,0.105297516106934,0.255951455205554,0.474137737509058,0.0549473125759918,0.255951455205554,0.53446966401799,0.0422321870056133,0.255951455205554,0.621508215283764,0.278910094213693,0.192517630298146,0.898837551832211 -2583,0.255951455205554,0.22669782998364,0.525905374195717,0.255951455205554,0.165917338413102,0.484160957014205,0.255951455205554,0.259640381986527,0.66040090000458,0.255951455205554,0.283110777699053,0.760033686219584,0.255951455205554,0.259516224084384,0.902008913464236,0.255951455205554,0.33789577858138,0.77753209776155,0.5,0.255951455205554,0.397797180474112,0.719186840571074,0.5,0.255951455205554,0.476183203481094,0.263857058757732,0.5,0.255951455205554,0.384059703263673,0.121956324525939,0.255951455205554,0.44344143450505,0.546166898714239,0.497334191894322,0.0972211443344421,0.255951455205554,0.369635009453722,0.061871949088504,0.5,0.255951455205554,0.341657467674647,0.158118865934147,0.255951455205554,0.504980087801754,0.0281864686423418,0.255951455205554,0.427440881169459,0.031524194093477,0.255951455205554,0.454208585619749,0.255296204552092,0.212046047151564,0.889527800638344 -2584,0.255951455205554,0.175703560511634,0.443113032107846,0.255951455205554,0.103227087464281,0.455882487194701,0.255951455205554,0.189505240564421,0.595405655446551,0.255951455205554,0.139210012460423,0.734379871374736,0.255951455205554,0.23236031705689,0.829763369174017,0.255951455205554,0.193938048731047,0.728577163391109,0.5,0.255951455205554,0.265206037036455,0.800637058611468,0.5,0.255951455205554,0.409418016576667,0.216815376764834,0.5,0.255951455205554,0.306235489957696,0.0965788300255098,0.255951455205554,0.230153810127537,0.567375469855736,0.412023599980994,0.124746524537247,0.255951455205554,0.332251327562378,0.103038992684829,0.5,0.255951455205554,0.274234886975835,0.195206797901048,0.255951455205554,0.420167162687428,0.0155355793546841,0.255951455205554,0.236995421267105,0.0433522932152171,0.255951455205554,0.296208323547162,0.159350007305248,0.211070185567426,0.885948588273739 -2585,0.255951455205554,0.158403185808492,0.35894896698841,0.255951455205554,0.0424742128958328,0.319222292137526,0.255951455205554,0.111810833195238,0.545008817516325,0.255951455205554,0.0686056804637967,0.687945802530933,0.255951455205554,0.147905291968723,0.669693840028178,0.255951455205554,0.112686378150312,0.511367028671755,0.5,0.255951455205554,0.16469793250438,0.824925152864972,0.5,0.255951455205554,0.287014655117009,0.174454860074771,0.5,0.255951455205554,0.202202984852396,0.0911442224986829,0.255951455205554,0.19355966683324,0.551044679139439,0.284436051373693,0.139050695061007,0.255951455205554,0.255978801466373,0.128286698002105,0.5,0.255951455205554,0.202502466643882,0.222517107233525,0.255951455205554,0.286608700978709,0.0193798601841265,0.255951455205554,0.140135969941469,0.0603084567877274,0.255951455205554,0.168695209416478,0.0553867429844486,0.192584233616574,0.878690449572249 -2586,0.255951455205554,0.0817060969897743,0.213472579505927,0.255951455205554,0.0334081371618374,0.260617258817496,0.255951455205554,0.0512219584616626,0.479299017090344,0.255951455205554,0.026432028368099,0.590091418347627,0.255951455205554,0.0682888594753039,0.524712344270107,0.255951455205554,0.0403653164867204,0.230161866307295,0.5,0.255951455205554,0.082394816470798,0.70560796631522,0.5,0.255951455205554,0.144726544889444,0.155515840089263,0.5,0.255951455205554,0.10014497171598,0.0828173669888289,0.255951455205554,0.0919907363722658,0.683220726132198,0.13665787048043,0.0641656889054109,0.255951455205554,0.118884508275208,0.101047726158845,0.5,0.255951455205554,0.115504539622286,0.172052198052355,0.255951455205554,0.115493581124472,0.0303207467431168,0.255951455205554,0.0909977591786786,0.0572156292462026,0.255951455205554,0.0825322479055104,0.0109573838414634,0.0239179791136195,0.848144999666899 -2587,0.255951455205554,0.0225619542230737,0.0883230219478828,0.255951455205554,0.0132442327111056,0.198728987720803,0.255951455205554,0.0100032217328071,0.377745006827918,0.255951455205554,0.00673941318625474,0.358306500693588,0.255951455205554,0.0164783075859118,0.413903432098248,0.255951455205554,0.0103695784094242,0.0809160607495242,0.5,0.255951455205554,0.0205458226987959,0.459774380967574,0.5,0.255951455205554,0.0142254826844195,0.113964288169359,0.5,0.255951455205554,0.000537172502278616,0.0545757881259191,0.255951455205554,0.021822710637091,0.549780371040742,0.0,0.0374282644956785,0.255951455205554,0.0,0.0787394206513526,0.5,0.255951455205554,0.00225941879136438,0.0846469252040458,0.255951455205554,0.0,0.0561303896615994,0.255951455205554,0.000162953680878899,0.0550375599892935,0.255951455205554,0.000936235209780952,0.0063848471414242,0.0229199976275596,0.757179030973853 -2588,0.255951455205554,0.0,0.0564266038476517,0.255951455205554,0.0,0.177585176605582,0.255951455205554,0.0,0.26437058401802,0.255951455205554,0.0,0.234799325274717,0.255951455205554,0.0,0.337365255266202,0.255951455205554,0.0,0.0310601142499636,0.5,0.255951455205554,0.0,0.316421119400396,0.5,0.255951455205554,0.0,0.0592892011751778,0.5,0.255951455205554,0.0,0.0302993149208848,0.255951455205554,0.0,0.359905553088449,0.0,0.0333885897990072,0.255951455205554,0.0,0.0722489465468279,0.5,0.255951455205554,0.0,0.0631890984451054,0.255951455205554,0.0,0.0795634726563257,0.255951455205554,0.0,0.0904496583557958,0.255951455205554,0.0,0.0143153735860848,0.0,0.583690153649809 -2589,0.255951455205554,0.0,0.071539522979842,0.255951455205554,0.0,0.169648881474591,0.255951455205554,0.0,0.198630563548995,0.255951455205554,0.0,0.197673335825,0.255951455205554,0.0,0.250735514792974,0.255951455205554,0.0,0.0177967174339226,0.5,0.255951455205554,0.0,0.262445842883474,0.5,0.255951455205554,0.0,0.0282831536454018,0.5,0.255951455205554,0.0,0.0203678570792166,0.255951455205554,0.0,0.205046770117006,0.0,0.0263320743121851,0.255951455205554,0.0,0.0540203574740179,0.5,0.255951455205554,0.0,0.0562423694895268,0.255951455205554,0.0,0.0746543135854665,0.255951455205554,0.0,0.125888650753502,0.255951455205554,0.0,0.0279218862973846,0.0,0.342090125405699 -2590,0.255951455205554,0.0,0.0948937564867194,0.255951455205554,0.0,0.156216822039782,0.255951455205554,0.0,0.179405965146391,0.255951455205554,0.0,0.213435799703502,0.255951455205554,0.0,0.219680148514762,0.255951455205554,0.0,0.0214854279570051,0.5,0.255951455205554,0.0,0.175192997907417,0.5,0.255951455205554,0.0,0.0149259262686029,0.5,0.255951455205554,0.0,0.0171588094963637,0.255951455205554,0.0,0.0823619059440883,0.0,0.0187858375640577,0.255951455205554,0.0,0.0414326741906128,0.5,0.255951455205554,0.0,0.0677421716849252,0.255951455205554,0.0,0.0533147687259773,0.255951455205554,0.0,0.145085101640143,0.255951455205554,0.0,0.0358182145568203,0.0,0.235421974501544 -2591,0.255951455205554,0.0,0.125502090990947,0.255951455205554,0.0,0.171034896347408,0.255951455205554,0.0,0.18824855200369,0.255951455205554,0.0,0.239395936896995,0.255951455205554,0.0,0.184539644287303,0.255951455205554,0.0,0.0324878169713227,0.5,0.255951455205554,0.0,0.117530559720639,0.5,0.255951455205554,0.0,0.0114702756674611,0.5,0.255951455205554,0.0,0.0201139095431516,0.255951455205554,0.0,0.038972643432374,0.0,0.0243509482094391,0.255951455205554,0.0,0.0447600895826768,0.5,0.255951455205554,0.0,0.0822317033978643,0.255951455205554,0.0,0.0370824967260166,0.255951455205554,0.0,0.11857333835073,0.255951455205554,0.0,0.0410868302094044,0.0,0.230062286103974 -2592,0.255951455205554,0.0,0.170134061568516,0.255951455205554,0.0,0.159724533790733,0.255951455205554,0.0,0.212649840924847,0.255951455205554,0.0,0.28475708094763,0.255951455205554,0.0,0.167521225306883,0.255951455205554,0.0,0.0322559048417572,0.5,0.255951455205554,0.0,0.0907278031640062,0.5,0.255951455205554,0.0,0.0128595516125589,0.5,0.255951455205554,0.0,0.0256461757086181,0.255951455205554,0.0,0.0212288193729213,0.0,0.0572172760139824,0.255951455205554,0.0,0.0608116522971898,0.5,0.255951455205554,0.0,0.0900574888832358,0.255951455205554,0.0,0.028327489422717,0.255951455205554,0.0,0.0767240078551768,0.255951455205554,0.0,0.0463875416996079,0.0,0.224485039167801 -2593,0.255951455205554,0.0,0.184202488848562,0.255951455205554,0.0,0.145479493184605,0.255951455205554,0.0,0.237599814311565,0.255951455205554,0.0,0.31193567106481,0.255951455205554,0.0,0.159117537336545,0.255951455205554,0.0,0.0293896043623008,0.5,0.255951455205554,0.0,0.104863166977205,0.5,0.255951455205554,0.0,0.0187483064256357,0.5,0.255951455205554,0.0,0.0353071601933588,0.255951455205554,0.0,0.0217560563324526,0.0,0.083774116596647,0.255951455205554,0.0,0.0768972230899136,0.5,0.255951455205554,0.0,0.0944007606526897,0.255951455205554,0.0,0.0276947440545169,0.255951455205554,0.0,0.0568794904345882,0.255951455205554,0.0,0.0443525277804409,0.0,0.215403354487189 -2594,0.255951455205554,0.0,0.156724909179647,0.255951455205554,0.0,0.135225216872535,0.255951455205554,0.0,0.237643197679981,0.255951455205554,0.0,0.287957507377192,0.255951455205554,0.0,0.147701052910114,0.255951455205554,0.0,0.03247400738068,0.5,0.255951455205554,0.0,0.116628259944034,0.5,0.255951455205554,0.0,0.024020236373983,0.5,0.255951455205554,0.0,0.0451890423823915,0.255951455205554,0.0,0.0520534664375113,0.0,0.0877160499666215,0.255951455205554,0.0,0.0815532775677826,0.5,0.255951455205554,0.0,0.0843332229463061,0.255951455205554,0.0,0.0377458674098203,0.255951455205554,0.0,0.0606654231463961,0.255951455205554,0.0,0.036181140791989,0.0,0.268400617103553 -2595,0.255951455205554,0.0,0.111531861532133,0.255951455205554,0.0,0.11378403364127,0.255951455205554,0.0,0.2095123801522,0.255951455205554,0.0,0.246201858449745,0.255951455205554,0.0,0.125557242917236,0.255951455205554,0.0,0.045814812085266,0.5,0.255951455205554,0.0,0.101739714897357,0.5,0.255951455205554,0.0,0.0289548423818428,0.5,0.255951455205554,0.0,0.0504236425534894,0.255951455205554,0.0,0.0852471876894097,0.0,0.0677668901180441,0.255951455205554,0.0,0.0818245924704223,0.5,0.255951455205554,0.0,0.0699890051817223,0.255951455205554,0.0,0.0496754862931142,0.255951455205554,0.0,0.0677497184356912,0.255951455205554,0.0,0.0463021918253139,0.0,0.328887195925669 -2596,0.255951455205554,0.0,0.0719664222371611,0.255951455205554,0.0,0.0814612289312807,0.255951455205554,0.0,0.164260187108142,0.255951455205554,0.0,0.173968394628434,0.255951455205554,0.0,0.113049230010616,0.255951455205554,0.0,0.0630094294731697,0.5,0.255951455205554,0.0,0.102157018840192,0.5,0.255951455205554,0.0,0.0457097037703755,0.5,0.255951455205554,0.0,0.060319019386616,0.255951455205554,0.0,0.103679849306661,0.0,0.0762897074751985,0.255951455205554,0.0,0.0839488416164235,0.5,0.255951455205554,0.0,0.0651794178216774,0.255951455205554,0.0,0.0661191623610646,0.255951455205554,0.0,0.0627863521789515,0.255951455205554,0.0,0.0678257241044193,0.0,0.315798074525167 -2597,0.255951455205554,0.0,0.0585763303165476,0.255951455205554,0.0,0.0595973460002032,0.255951455205554,0.0,0.122744876920032,0.255951455205554,0.0,0.109102860451688,0.255951455205554,0.0,0.121335743098001,0.255951455205554,0.0,0.0865582942121212,0.5,0.255951455205554,0.0,0.119713610561238,0.5,0.255951455205554,0.0,0.0651755560702517,0.5,0.255951455205554,0.0,0.0720798373743991,0.255951455205554,0.0,0.110772489154324,0.0,0.106450284734721,0.255951455205554,0.0,0.0965298172687699,0.5,0.255951455205554,0.0,0.0707782131421137,0.255951455205554,0.0,0.0828428219267994,0.255951455205554,0.0,0.0623933601380743,0.255951455205554,0.0,0.0829806463603164,0.0,0.257762856660956 -2598,0.255951455205554,0.00177114971465625,0.0738128270449285,0.255951455205554,0.00196623648034596,0.0391768003352205,0.255951455205554,0.000384101420108382,0.0954275700304371,0.255951455205554,1.36497438409024e-05,0.0791810682352622,0.255951455205554,0.0,0.140679490257413,0.255951455205554,3.02187709154039e-06,0.146518309423258,0.5,0.255951455205554,0.0,0.137326319154114,0.5,0.255951455205554,0.0,0.079471321791172,0.5,0.255951455205554,0.000857194688703458,0.107540623730931,0.255951455205554,0.0,0.114563027953323,0.00347445243000478,0.158610904461297,0.255951455205554,0.00239095808730623,0.122416163539922,0.5,0.255951455205554,0.00593675625843897,0.0706742001040466,0.255951455205554,0.00133694455139455,0.103533661721699,0.255951455205554,0.00273528000823037,0.064226331732722,0.255951455205554,0.000815551782676943,0.115142560351593,0.00247844906856339,0.206115272843722 -2599,0.255951455205554,0.0757024438243129,0.0987211557244991,0.255951455205554,0.0780248365791645,0.0361633151388207,0.255951455205554,0.0676509201292531,0.0768795071152041,0.255951455205554,0.0695427702865513,0.0691075118886575,0.255951455205554,0.0554000063168517,0.134232723045878,0.255951455205554,0.0637238327078526,0.20429493801364,0.5,0.255951455205554,0.0434064918646316,0.229167044076407,0.5,0.255951455205554,0.0320090217986176,0.161884436604585,0.5,0.255951455205554,0.0578469844311133,0.168363477772576,0.255951455205554,0.0363246797100453,0.272931347543147,0.0404773216412237,0.134856658911588,0.255951455205554,0.031207674436726,0.158864810477131,0.5,0.255951455205554,0.093182565224525,0.0686907298861743,0.255951455205554,0.0172832327021449,0.157033554894066,0.255951455205554,0.0653158633005754,0.0922364139750137,0.255951455205554,0.0353173642396341,0.15391022106986,0.0779718877028408,0.206881703732555 -2600,0.255951455205554,0.207159686735311,0.159446130308253,0.255951455205554,0.210813151041777,0.068704944114189,0.255951455205554,0.197652248124805,0.120873747726251,0.255951455205554,0.200874352375993,0.115893691592133,0.255951455205554,0.182464327263919,0.173504006227706,0.255951455205554,0.173681363157092,0.453818213189396,0.5,0.255951455205554,0.143885365882607,0.425436147703093,0.5,0.255951455205554,0.101422690160595,0.338223688925707,0.5,0.255951455205554,0.142173299429064,0.338481587686461,0.255951455205554,0.118904117134133,0.543536548207298,0.0326207842560514,0.136873925690666,0.255951455205554,0.060056332752413,0.198115541125723,0.5,0.255951455205554,0.223640438692997,0.152290510869453,0.255951455205554,0.0317513888184297,0.234507969220026,0.255951455205554,0.123861694299418,0.183217441082723,0.255951455205554,0.0816118931889478,0.261428858802318,0.20967233329614,0.282759723815333 -2601,0.255951455205554,0.352478701795277,0.274929036482561,0.255951455205554,0.356046696232776,0.17820773522149,0.255951455205554,0.344763952310931,0.246052449759776,0.255951455205554,0.348069825459116,0.236027619073177,0.255951455205554,0.335166584703421,0.254637464051733,0.255951455205554,0.296184763221792,0.660293992835733,0.5,0.255951455205554,0.268728718491284,0.625415335618241,0.5,0.255951455205554,0.201440306335063,0.498139360347696,0.5,0.255951455205554,0.217362687738616,0.469407677273467,0.255951455205554,0.220498028701213,0.772190539079106,0.0163418667446165,0.17446405901761,0.255951455205554,0.108464977548772,0.247969611771724,0.5,0.255951455205554,0.347565261493049,0.389817866834298,0.255951455205554,0.0580503616388976,0.275929076203551,0.255951455205554,0.140817971320921,0.290457888439156,0.255951455205554,0.116797746002247,0.356721244471929,0.354528389720765,0.399909138650602 -2602,0.255951455205554,0.499144442654353,0.374618333992558,0.255951455205554,0.503894729918232,0.345628350040996,0.255951455205554,0.48115712361069,0.397392385732399,0.255951455205554,0.495140201109397,0.390167195071206,0.255951455205554,0.488875202496272,0.368231442982549,0.255951455205554,0.445665807265791,0.695041582161064,0.5,0.255951455205554,0.4071713528703,0.680740088735339,0.5,0.255951455205554,0.342460958055659,0.689090675308067,0.5,0.255951455205554,0.25093837934819,0.56698776063304,0.255951455205554,0.328251722456791,0.866513876249497,0.110069204590247,0.290633866679776,0.255951455205554,0.25719663041725,0.325922427878993,0.5,0.255951455205554,0.440106721078457,0.645030699143357,0.255951455205554,0.12059222811894,0.374702608108017,0.255951455205554,0.11570163574722,0.335452090785512,0.255951455205554,0.11498347975674,0.460253638789683,0.501999644786243,0.500376824302285 -2603,0.255951455205554,0.624356273007878,0.453934598894672,0.255951455205554,0.624462144921878,0.622671517594786,0.255951455205554,0.57298765595798,0.532364156904478,0.255951455205554,0.619991308419698,0.498616557761329,0.255951455205554,0.610695904246289,0.493345125752131,0.255951455205554,0.528630479436558,0.858735535394725,0.5,0.255951455205554,0.556882620860635,0.742318277417816,0.5,0.255951455205554,0.459080837762621,0.793937465304342,0.5,0.255951455205554,0.231815417540225,0.549106592209043,0.255951455205554,0.489053537926238,0.903716550484828,0.572100021558768,0.487493949440169,0.255951455205554,0.445092070355966,0.459260268577552,0.5,0.255951455205554,0.444014242982354,0.782221826279988,0.255951455205554,0.251491852513744,0.537657711389445,0.255951455205554,0.125093314190299,0.389754217998321,0.255951455205554,0.102790019216709,0.561918136983415,0.628668644117191,0.511591088201232 -2604,0.255951455205554,0.676538144190424,0.544618361968348,0.255951455205554,0.648566057186676,0.752134800337081,0.255951455205554,0.590938093704895,0.635543573281456,0.255951455205554,0.689321851796689,0.623228967523925,0.255951455205554,0.656693489757817,0.674485401584193,0.255951455205554,0.462696116777012,0.942774994791102,0.5,0.255951455205554,0.661731545859797,0.862838631008672,0.5,0.255951455205554,0.484006744995922,0.826759909574453,0.5,0.255951455205554,0.212426230734207,0.560986924441298,0.255951455205554,0.632159319828945,0.951865097168494,0.663311950078474,0.611057582885726,0.255951455205554,0.583348102202568,0.634137963290083,0.5,0.255951455205554,0.437633430172906,0.814398117337866,0.255951455205554,0.366567456681925,0.738681864949826,0.255951455205554,0.324821483035283,0.496428384126705,0.255951455205554,0.107616420414904,0.553755599138014,0.699950439986579,0.439102501938006 -2605,0.255951455205554,0.693367720434328,0.646223067803716,0.255951455205554,0.601564596600213,0.801172181845802,0.255951455205554,0.545207677290179,0.691626762798553,0.255951455205554,0.650507708569585,0.709448856786282,0.255951455205554,0.631997377139597,0.824822133212002,0.255951455205554,0.266380742904418,0.898248892253745,0.5,0.255951455205554,0.671211208154688,0.936351907042974,0.5,0.255951455205554,0.403074722806713,0.816444082914487,0.5,0.255951455205554,0.222365833528516,0.546286033223618,0.255951455205554,0.655245777362465,0.99562098915875,0.681616040683437,0.801482223127115,0.255951455205554,0.629358347479888,0.799850412574388,0.5,0.255951455205554,0.422072763182196,0.830706923463247,0.255951455205554,0.421814017263875,0.799975155846093,0.255951455205554,0.543230454139134,0.626657375499345,0.255951455205554,0.181157662049712,0.66027570525787,0.705892599258666,0.384933791114639 -2606,0.255951455205554,0.662578596835375,0.72122583285839,0.255951455205554,0.52031020828397,0.831380160033498,0.255951455205554,0.482437049305731,0.741544472862604,0.255951455205554,0.533358381873031,0.755083516179908,0.255951455205554,0.518742147935527,0.882216107903546,0.255951455205554,0.122968467477111,0.822889499750397,0.5,0.255951455205554,0.519287755241573,0.989879351927615,0.5,0.255951455205554,0.299019288494148,0.681444484741223,0.5,0.255951455205554,0.245445743054955,0.592116729539872,0.255951455205554,0.599992148473311,1.00757429712001,0.656973246951208,0.88855318730851,0.255951455205554,0.624308887735995,0.847782845967027,0.5,0.255951455205554,0.452905485045685,0.855442701306995,0.255951455205554,0.46013948116265,0.845209581799609,0.255951455205554,0.599234174791663,0.737363096445817,0.255951455205554,0.25847489777974,0.746360898626239,0.688524570323912,0.369329626953149 -2607,0.255951455205554,0.591634822428684,0.7591541576091,0.255951455205554,0.295623193025112,0.822188298780822,0.255951455205554,0.384270162357829,0.752637609801111,0.255951455205554,0.256673458632616,0.710756293841633,0.255951455205554,0.353096851162042,0.925047398084456,0.255951455205554,0.150867563349304,0.920886841911307,0.5,0.255951455205554,0.229163675393309,0.966550223116775,0.5,0.255951455205554,0.221191796165818,0.6819233104789,0.5,0.255951455205554,0.199011316004691,0.638291029713636,0.255951455205554,0.548133539462123,1.01933581874732,0.541035700764719,0.841771120915521,0.255951455205554,0.548706364794892,0.843220360046512,0.5,0.255951455205554,0.492615584324422,0.864441756476267,0.255951455205554,0.460308464008161,0.833101778430276,0.255951455205554,0.505338570124027,0.831823297319663,0.255951455205554,0.285030043013891,0.745609219798831,0.637427016280257,0.344347927930782 -2608,0.255951455205554,0.481152489971541,0.754394201596379,0.255951455205554,0.214465641918226,0.834147383079257,0.255951455205554,0.283591741545883,0.781941326140866,0.255951455205554,0.13079406383296,0.673886684437921,0.255951455205554,0.172791447900414,0.884539971330293,0.255951455205554,0.207255008342082,0.936020496964918,0.5,0.255951455205554,0.0811930561113235,0.908935833293799,0.5,0.255951455205554,0.161283746527243,0.644765015036251,0.5,0.255951455205554,0.121812967667957,0.649860549244974,0.255951455205554,0.109311511408918,0.997576115067329,0.433330860862829,0.825599710607873,0.255951455205554,0.432244792472046,0.80995030501382,0.5,0.255951455205554,0.458537611056497,0.83992448233816,0.255951455205554,0.37159372964227,0.793770891152856,0.255951455205554,0.394908561378391,0.827890536158076,0.255951455205554,0.238780999857207,0.70629070139882,0.510253027836292,0.348214011774185 -2609,0.255951455205554,0.355761046482211,0.712656218848994,0.255951455205554,0.329367234129111,0.851192802332904,0.255951455205554,0.234847667547061,0.760712610984392,0.255951455205554,0.261563680592366,0.79796116540226,0.255951455205554,0.108251006491254,0.849668102595701,0.255951455205554,0.121507978986842,0.893779689165828,0.5,0.255951455205554,0.0564756941092923,0.875349261407261,0.5,0.255951455205554,0.0891909292467778,0.611303695898088,0.5,0.255951455205554,0.0607723498276927,0.548941805744115,0.255951455205554,0.021346351613614,0.965375036769431,0.27437598777503,0.701832402463389,0.255951455205554,0.302196791389681,0.689752465708996,0.5,0.255951455205554,0.33775093240238,0.764317146056265,0.255951455205554,0.263864771033257,0.677571490825563,0.255951455205554,0.291700947530544,0.779059462940433,0.255951455205554,0.207559233208237,0.651165196149997,0.370568805803273,0.371738442901457 -2610,0.255951455205554,0.21165134961916,0.588954986737887,0.255951455205554,0.208668841649527,0.740768534941146,0.255951455205554,0.183740546042427,0.670024454846021,0.255951455205554,0.217177261796512,0.765368799299497,0.255951455205554,0.0861275504131067,0.754239055786476,0.255951455205554,0.0579211448093178,0.594092860179982,0.5,0.255951455205554,0.0208216513351942,0.848017983511795,0.5,0.255951455205554,0.0320477264310984,0.504222026196367,0.5,0.255951455205554,0.0273313143682584,0.390887519309034,0.255951455205554,0.00572654559115153,0.880239262228538,0.133011980788743,0.550658888873751,0.255951455205554,0.131021647083528,0.50177505173628,0.5,0.255951455205554,0.172781861451357,0.610198168610094,0.255951455205554,0.120418856458216,0.493938251967307,0.255951455205554,0.164437135251885,0.574854301908222,0.255951455205554,0.127302842964707,0.605669924348437,0.21348480361493,0.404462660045153 -2611,0.255951455205554,0.0430049784304234,0.500503293947988,0.255951455205554,0.0299397474528173,0.621818206133512,0.255951455205554,0.0385642660523529,0.572062670030425,0.255951455205554,0.036828138951492,0.682441787587343,0.255951455205554,0.0210543746743933,0.565991616183981,0.255951455205554,0.0157931983181038,0.316348772153,0.5,0.255951455205554,0.0021548346915505,0.760824525238705,0.5,0.255951455205554,0.00366195129791901,0.325239324583074,0.5,0.255951455205554,0.000472541503322611,0.301754272888045,0.255951455205554,0.00190555058156164,0.784387098098734,0.0,0.4367883299579,0.255951455205554,0.000485296988663446,0.412370656035166,0.5,0.255951455205554,0.00704408984481309,0.445787296446688,0.255951455205554,0.0,0.379717345790049,0.255951455205554,0.00380291605733152,0.412665450710923,0.255951455205554,0.00881576315408448,0.520205965105605,0.044121197685467,0.449381281014959 -2612,0.255951455205554,0.0,0.49417631981924,0.255951455205554,0.0,0.532435914019612,0.255951455205554,0.0,0.548739413704084,0.255951455205554,0.0,0.661227434632517,0.255951455205554,0.0,0.445687073598491,0.255951455205554,0.0,0.263032243785929,0.5,0.255951455205554,0.0,0.645942241094415,0.5,0.255951455205554,0.0,0.213139804646359,0.5,0.255951455205554,0.0,0.360447936307311,0.255951455205554,0.0,0.702875915705602,0.0,0.406828616500805,0.255951455205554,0.0,0.396823471541422,0.5,0.255951455205554,0.0,0.372216646710841,0.255951455205554,0.0,0.331197993675241,0.255951455205554,0.0,0.362532748231765,0.255951455205554,0.0,0.428495811249568,0.0,0.518942711629025 -2613,0.255951455205554,0.0,0.497449153181308,0.255951455205554,0.0,0.420158539987754,0.255951455205554,0.0,0.526830074663863,0.255951455205554,0.0,0.619039601727014,0.255951455205554,0.0,0.341157366483992,0.255951455205554,0.0,0.301251473411093,0.5,0.255951455205554,0.0,0.40901415161037,0.5,0.255951455205554,0.0,0.25215759173482,0.5,0.255951455205554,0.0,0.44165697832677,0.255951455205554,0.0,0.679689187602844,0.0,0.416106529410683,0.255951455205554,0.0,0.390381665412727,0.5,0.255951455205554,0.0,0.366228311450026,0.255951455205554,0.0,0.317586967820381,0.255951455205554,0.0,0.312120476251381,0.255951455205554,0.0,0.374680871204715,0.0,0.574326580212265 -2614,0.255951455205554,0.0,0.468772376119333,0.255951455205554,0.0,0.339200479800421,0.255951455205554,0.0,0.477291834053941,0.255951455205554,0.0,0.545708421414261,0.255951455205554,0.0,0.350042357283995,0.255951455205554,0.0,0.354893035852453,0.5,0.255951455205554,0.0,0.320758478344591,0.5,0.255951455205554,0.0,0.285822097022975,0.5,0.255951455205554,0.0,0.400517129635099,0.255951455205554,0.0,0.48298364378457,0.0,0.453169841712052,0.255951455205554,0.0,0.382055193296432,0.5,0.255951455205554,0.0,0.375317117432597,0.255951455205554,0.0,0.309132842590451,0.255951455205554,0.0,0.274470724529526,0.255951455205554,0.0,0.30987451376872,0.0,0.626944045348177 -2615,0.255951455205554,0.0,0.427953006871191,0.255951455205554,0.0,0.256238611933944,0.255951455205554,0.0,0.409032414936548,0.255951455205554,0.0,0.483494781428688,0.255951455205554,0.0,0.349224728992903,0.255951455205554,0.0,0.347131785752853,0.5,0.255951455205554,0.0,0.378528795002992,0.5,0.255951455205554,0.0,0.256514909250241,0.5,0.255951455205554,0.0,0.296892160149498,0.255951455205554,0.0,0.350461430984419,0.0,0.482948326000963,0.255951455205554,0.0,0.383842064543577,0.5,0.255951455205554,0.0,0.361016251722949,0.255951455205554,0.0,0.311533907621286,0.255951455205554,0.0,0.267895371698002,0.255951455205554,0.0,0.272338372429748,0.0,0.725062996526659 -2616,0.255951455205554,0.0,0.39088736744782,0.255951455205554,0.0,0.192912386338389,0.255951455205554,0.0,0.357591027414241,0.255951455205554,0.0,0.394470973520432,0.255951455205554,0.0,0.334163269867193,0.255951455205554,0.0,0.273706314216389,0.5,0.255951455205554,0.0,0.464387193403814,0.5,0.255951455205554,0.0,0.188282541528823,0.5,0.255951455205554,0.0,0.212443890484232,0.255951455205554,0.0,0.538131622142116,0.0,0.445807011444058,0.255951455205554,0.0,0.364991178413588,0.5,0.255951455205554,0.0,0.353033745046099,0.255951455205554,0.0,0.30804422489474,0.255951455205554,0.0,0.287718944895507,0.255951455205554,0.0,0.27704339070661,0.0,0.810467840172283 -2617,0.255951455205554,0.0,0.379057630168649,0.255951455205554,0.0,0.182280693034102,0.255951455205554,0.0,0.319062397445985,0.255951455205554,0.0,0.344949396402535,0.255951455205554,0.0,0.336147410053224,0.255951455205554,0.0,0.22872308270592,0.5,0.255951455205554,0.0,0.41469240297121,0.5,0.255951455205554,0.0,0.126455572346663,0.5,0.255951455205554,0.0,0.206988023255573,0.255951455205554,0.0,0.59291915627499,0.0,0.375944644609132,0.255951455205554,0.0,0.314320656372034,0.5,0.255951455205554,0.0,0.330582206742745,0.255951455205554,0.0,0.313918567728372,0.255951455205554,0.0,0.290353276904829,0.255951455205554,0.0,0.327882185382616,0.0,0.82759987652148 -2618,0.255951455205554,0.0,0.372719664209982,0.255951455205554,0.0,0.191830832046371,0.255951455205554,0.0,0.294202550073615,0.255951455205554,0.0,0.302454137249876,0.255951455205554,0.0,0.332615191552915,0.255951455205554,0.0,0.243463600117991,0.5,0.255951455205554,0.0,0.295422970999823,0.5,0.255951455205554,0.0,0.112989254142375,0.5,0.255951455205554,0.0,0.221668167445147,0.255951455205554,0.0,0.546856173385486,0.0,0.312352482766768,0.255951455205554,0.0,0.259398420016069,0.5,0.255951455205554,0.0,0.287646879094225,0.255951455205554,0.0,0.29849955744319,0.255951455205554,0.0,0.293037180924809,0.255951455205554,0.0,0.421276519144246,0.0,0.820923860101084 -2619,0.255951455205554,0.0,0.358548697311235,0.255951455205554,0.0,0.195810014232622,0.255951455205554,0.0,0.265210690333061,0.255951455205554,0.0,0.277469913421356,0.255951455205554,0.0,0.294907758220884,0.255951455205554,0.0,0.326173110896923,0.5,0.255951455205554,0.0,0.191165020383712,0.5,0.255951455205554,0.0,0.142330930319046,0.5,0.255951455205554,0.0,0.225049603807376,0.255951455205554,0.0,0.442183656302087,0.0,0.215910112368657,0.255951455205554,0.0,0.207460422204743,0.5,0.255951455205554,0.0,0.266474178851211,0.255951455205554,0.0,0.231023520108736,0.255951455205554,0.0,0.306011170149636,0.255951455205554,0.0,0.427550613416118,0.0,0.816617038498374 -2620,0.255951455205554,0.0,0.35444601759932,0.255951455205554,0.0,0.206127747177785,0.255951455205554,0.0,0.256031140459878,0.255951455205554,0.0,0.277799554657029,0.255951455205554,0.0,0.27264116722588,0.255951455205554,0.0,0.407098895079711,0.5,0.255951455205554,0.0,0.172198726773031,0.5,0.255951455205554,0.0,0.16778504229842,0.5,0.255951455205554,0.0,0.229815081944369,0.255951455205554,0.0,0.385837147243232,0.0,0.135902436720138,0.255951455205554,0.0,0.166291532174317,0.5,0.255951455205554,0.0,0.251866166898694,0.255951455205554,0.0,0.183677499411176,0.255951455205554,0.0,0.263159433465005,0.255951455205554,0.0,0.392473993623571,0.0,0.818110303855944 -2621,0.255951455205554,0.0,0.366971004325915,0.255951455205554,0.0,0.222468274632847,0.255951455205554,0.0,0.268981722691216,0.255951455205554,0.0,0.305506825737965,0.255951455205554,0.0,0.308978760301066,0.255951455205554,0.0,0.415559859244875,0.5,0.255951455205554,0.0,0.218753804564601,0.5,0.255951455205554,0.0,0.167402950643276,0.5,0.255951455205554,0.0,0.248730652731753,0.255951455205554,0.0,0.386420596239111,0.0,0.122559391409675,0.255951455205554,0.0,0.145090731270696,0.5,0.255951455205554,0.0,0.223992366358026,0.255951455205554,0.0,0.164046711988698,0.255951455205554,0.0,0.214783412784413,0.255951455205554,0.0,0.342826263379357,0.0,0.814246618692575 -2622,0.255951455205554,0.00244138405844948,0.397451501988887,0.255951455205554,0.00259176493859025,0.228922992189144,0.255951455205554,0.000398519669728075,0.297272910478103,0.255951455205554,0.000497174428090769,0.356233196582432,0.255951455205554,9.0285242703187e-07,0.307265934246292,0.255951455205554,7.48892488877289e-07,0.325188783108248,0.5,0.255951455205554,0.0,0.226416597204452,0.5,0.255951455205554,0.0,0.149747912941614,0.5,0.255951455205554,0.000317909700845727,0.279488315356476,0.255951455205554,0.0,0.304336130936429,0.00104671801753999,0.104252488331187,0.255951455205554,0.00251275886232101,0.139666194161337,0.5,0.255951455205554,0.00686109191137417,0.190696750894928,0.255951455205554,0.00319950207534891,0.149946087352497,0.255951455205554,0.000565187417704691,0.191462920802724,0.255951455205554,0.000383681779458809,0.299192982445181,0.00307405668290878,0.793973627998274 -2623,0.255951455205554,0.0751174252286022,0.4191147994861,0.255951455205554,0.0772364869782175,0.236450473475941,0.255951455205554,0.0424951555667082,0.34145092484449,0.255951455205554,0.0676735087730387,0.377640820804442,0.255951455205554,0.0144913630453801,0.341361840167781,0.255951455205554,0.00963564210960196,0.314932205503408,0.5,0.255951455205554,0.00583809724591858,0.239133241441384,0.5,0.255951455205554,0.0064861805076096,0.143740452090195,0.5,0.255951455205554,0.017026584815508,0.303856407021831,0.255951455205554,0.00561598995956242,0.290949635441909,0.014963192496402,0.12076231879814,0.255951455205554,0.0419727013738876,0.154092408024842,0.5,0.255951455205554,0.0889576143598845,0.189024676023972,0.255951455205554,0.0569502298584009,0.19394991623597,0.255951455205554,0.00886378038061578,0.184356670900182,0.255951455205554,0.0117029190105225,0.297435304852868,0.0778357661730189,0.807248294227403 -2624,0.255951455205554,0.203348093217864,0.561900581019469,0.255951455205554,0.206804393573775,0.384578869508858,0.255951455205554,0.122078784701758,0.428200965926574,0.255951455205554,0.19383600853392,0.470808002407073,0.255951455205554,0.0504108788983097,0.378001647546586,0.255951455205554,0.0254285695263984,0.360121832482744,0.5,0.255951455205554,0.0159835368479366,0.253184168759366,0.5,0.255951455205554,0.0180724554035445,0.172428045012454,0.5,0.255951455205554,0.0621175690082405,0.339728554060339,0.255951455205554,0.0188121265542344,0.30243236747022,0.0604679362981734,0.165166871811258,0.255951455205554,0.101103923906516,0.216926214901543,0.5,0.255951455205554,0.184385194202775,0.26497592213953,0.255951455205554,0.161214313686111,0.303971272464805,0.255951455205554,0.0392189736507699,0.180089351538778,0.255951455205554,0.0489598419936662,0.325994987546578,0.207878901770312,0.85943306187009 -2625,0.255951455205554,0.344779090196719,0.718415256905727,0.255951455205554,0.345706594149202,0.519924830851597,0.255951455205554,0.207162289678119,0.541201159352355,0.255951455205554,0.334270533928079,0.673301562363885,0.255951455205554,0.0943143401578263,0.434908424063828,0.255951455205554,0.0493397116995361,0.438887935536315,0.5,0.255951455205554,0.0193783717031133,0.2649475908615,0.5,0.255951455205554,0.0309890886336031,0.20229687870211,0.5,0.255951455205554,0.122637652977945,0.416375364191535,0.255951455205554,0.0191170738940068,0.323065623878538,0.0934168611673358,0.210709968455603,0.255951455205554,0.160329496255371,0.340127653691012,0.5,0.255951455205554,0.2325913554627,0.325735759045214,0.255951455205554,0.280927284952287,0.406519659761435,0.255951455205554,0.106067086548578,0.220226729249171,0.255951455205554,0.140530909596833,0.379913885738964,0.35180997147591,0.90563022191178 -2626,0.255951455205554,0.480543707980427,0.794449529113601,0.255951455205554,0.429667542587242,0.589044697720607,0.255951455205554,0.280342217346211,0.572716097940659,0.255951455205554,0.435504203644598,0.70965275399495,0.255951455205554,0.128486165975242,0.519009336297691,0.255951455205554,0.0998980527051979,0.525074548539681,0.5,0.255951455205554,0.0320650856374218,0.292323786888591,0.5,0.255951455205554,0.0571465409688484,0.189309284454126,0.5,0.255951455205554,0.186014898969007,0.485684177418813,0.255951455205554,0.0201024510340344,0.288108422436685,0.108525615744263,0.294145112619443,0.255951455205554,0.24022886163892,0.424756721673131,0.5,0.255951455205554,0.24566884618911,0.336397490032534,0.255951455205554,0.368141785012504,0.449496421929692,0.255951455205554,0.185626126512774,0.293748858507936,0.255951455205554,0.239199721614593,0.419116932044691,0.492962052781663,0.913495641663289 -2627,0.255951455205554,0.584487008526177,0.822446498321292,0.255951455205554,0.326360632513601,0.541926020609285,0.255951455205554,0.31314407645708,0.639893936497699,0.255951455205554,0.364602185172984,0.726676060577783,0.255951455205554,0.144946919219269,0.561653480446326,0.255951455205554,0.15273273655286,0.572430772625489,0.5,0.255951455205554,0.0598517004400026,0.353165799517714,0.5,0.255951455205554,0.113352737306359,0.23008848393231,0.5,0.255951455205554,0.244553324902556,0.555266947407343,0.255951455205554,0.038515116230555,0.274425130071554,0.226119176691422,0.522499894803965,0.255951455205554,0.265212420952547,0.474005954079287,0.5,0.255951455205554,0.246612633393235,0.371834353274512,0.255951455205554,0.376189215796801,0.42126344088535,0.255951455205554,0.217424887570978,0.413756857290641,0.255951455205554,0.304683477794013,0.424479044388667,0.616742571521147,0.907108567690461 -2628,0.255951455205554,0.62077925340868,0.820338102476094,0.255951455205554,0.123806642687433,0.59287786668654,0.255951455205554,0.290458926652729,0.705462958721208,0.255951455205554,0.223189179959567,0.71622752067742,0.255951455205554,0.177338199952967,0.588448395354228,0.255951455205554,0.180544693365171,0.555202988783014,0.5,0.255951455205554,0.089329882257348,0.354033860990196,0.5,0.255951455205554,0.172772462039584,0.26091580382636,0.5,0.255951455205554,0.281166360487883,0.589795185042292,0.255951455205554,0.0622758460044564,0.279679996095186,0.247712832370332,0.625678636857354,0.255951455205554,0.235781644876387,0.499648937351239,0.5,0.255951455205554,0.260673047077622,0.446415117122601,0.255951455205554,0.331344946291627,0.403479952162646,0.255951455205554,0.213080082583252,0.49033313727269,0.255951455205554,0.200679969916989,0.332908645828637,0.678693157427621,0.894688579397987 -2629,0.255951455205554,0.595869484741149,0.815501326514964,0.255951455205554,0.141121765272355,0.497164669961285,0.255951455205554,0.28607820225698,0.73197504934765,0.255951455205554,0.207932838637671,0.650511836648278,0.255951455205554,0.218004611799572,0.624024230253958,0.255951455205554,0.252154813970697,0.536814551202416,0.5,0.255951455205554,0.139732006743309,0.316919529501642,0.5,0.255951455205554,0.184863484063339,0.226451310069798,0.5,0.255951455205554,0.247089685913197,0.532219343179527,0.255951455205554,0.0575141022063573,0.229835915851146,0.162982339607999,0.480079090912959,0.255951455205554,0.211682086705996,0.535003761095205,0.5,0.255951455205554,0.284383556690386,0.536265187989014,0.255951455205554,0.289745834192601,0.425854832164279,0.255951455205554,0.270198793511678,0.487776361466526,0.255951455205554,0.16816623809559,0.276987775194394,0.710143422995098,0.874485467990553 -2630,0.255951455205554,0.538030189620915,0.801513439510942,0.255951455205554,0.478250850092404,0.792138715726975,0.255951455205554,0.29960620628742,0.703354593127984,0.255951455205554,0.45125230072188,0.769722798772244,0.255951455205554,0.223981942305315,0.543404853409029,0.255951455205554,0.241553345449979,0.527213679509218,0.5,0.255951455205554,0.233294418816455,0.314172844703925,0.5,0.255951455205554,0.204679192081677,0.180102020052213,0.5,0.255951455205554,0.235842007433993,0.426077552255944,0.255951455205554,0.0723389859663426,0.148577715199436,0.117077256952899,0.321324201988033,0.255951455205554,0.177804039889784,0.522143378709387,0.5,0.255951455205554,0.244738611190974,0.584713220294831,0.255951455205554,0.214101831443528,0.455132582235902,0.255951455205554,0.24834864998059,0.531602856924904,0.255951455205554,0.158081914033949,0.287740116314063,0.680911084624086,0.842949630969859 -2631,0.255951455205554,0.501595164487599,0.811348586846739,0.255951455205554,0.273523295244404,0.732919678079977,0.255951455205554,0.208063730682385,0.621200843939417,0.255951455205554,0.217286861232594,0.684745128090314,0.255951455205554,0.232786095043015,0.454692580523501,0.255951455205554,0.188646177793927,0.433739716605857,0.5,0.255951455205554,0.266060958175917,0.324214155656568,0.5,0.255951455205554,0.238525446892475,0.129488850693985,0.5,0.255951455205554,0.193728349420616,0.325106838083741,0.255951455205554,0.105871032047488,0.129809395431573,0.11073823753998,0.21112506740987,0.255951455205554,0.165232709975874,0.4925833856646,0.5,0.255951455205554,0.192136451383988,0.56901267463158,0.255951455205554,0.156452416143894,0.474332413214811,0.255951455205554,0.15987970351967,0.564458669185655,0.255951455205554,0.18466567575448,0.332494943926595,0.526111085956316,0.771104717493656 -2632,0.255951455205554,0.40774051251441,0.781758448489289,0.255951455205554,0.110323468393106,0.448806395802916,0.255951455205554,0.134051094337592,0.526754885838662,0.255951455205554,0.0889105962710401,0.536074855386923,0.255951455205554,0.222582795148594,0.447474638283747,0.255951455205554,0.140992757158321,0.327168110588146,0.5,0.255951455205554,0.194552011094185,0.348876380818127,0.5,0.255951455205554,0.217468702315703,0.0779183755365999,0.5,0.255951455205554,0.128792434003799,0.194377733030338,0.255951455205554,0.125310532930689,0.0888189164889354,0.101941426057651,0.075022519049444,0.255951455205554,0.154655008539886,0.405578466803455,0.5,0.255951455205554,0.139177011202477,0.531720300148529,0.255951455205554,0.15247843708544,0.459716647160641,0.255951455205554,0.0940330620482282,0.57854541639487,0.255951455205554,0.209877040051864,0.432164954386034,0.461247795052303,0.684575423439189 -2633,0.255951455205554,0.262385942463316,0.723897329625187,0.255951455205554,0.0967202513206539,0.405712706137411,0.255951455205554,0.0780568308328067,0.397199002270109,0.255951455205554,0.0464028752704144,0.314298194491954,0.255951455205554,0.171203563633653,0.436104478031001,0.255951455205554,0.0748197943382086,0.223730482850003,0.5,0.255951455205554,0.097263810128471,0.326919973192863,0.5,0.255951455205554,0.149682404857236,0.0679978513232219,0.5,0.255951455205554,0.0755773357950816,0.142388904107262,0.255951455205554,0.0825726141303406,0.0507529859471897,0.114540214213254,0.0370101676744763,0.255951455205554,0.124930698507813,0.314217194187839,0.5,0.255951455205554,0.110707194281082,0.415055579778999,0.255951455205554,0.101078178156909,0.408761006985586,0.255951455205554,0.0750565006686481,0.522660559506588,0.255951455205554,0.17307728474146,0.503506506575681,0.361842458136307,0.621063702795641 -2634,0.255951455205554,0.135306630439997,0.586613581926723,0.255951455205554,0.0558604882870366,0.389045706324812,0.255951455205554,0.031933862322802,0.278156160067156,0.255951455205554,0.0186004051834559,0.171199295373122,0.255951455205554,0.0944230649610553,0.337823788471397,0.255951455205554,0.0480271500435753,0.14065761503319,0.5,0.255951455205554,0.0413619957409476,0.242887500827334,0.5,0.255951455205554,0.0714576936751956,0.059380898040359,0.5,0.255951455205554,0.0341011209683887,0.093453824224034,0.255951455205554,0.0573906846877031,0.0519746894131625,0.120378188862729,0.02008043670401,0.255951455205554,0.0627636952198178,0.184568803516716,0.5,0.255951455205554,0.0956933015494647,0.301174519317645,0.255951455205554,0.0290530264470312,0.286682365777388,0.255951455205554,0.0459126463557679,0.445268302648458,0.255951455205554,0.106124270414792,0.504495621891421,0.210447949609003,0.567957320450272 -2635,0.255951455205554,0.0312445934697048,0.403378949229195,0.255951455205554,0.00554094944656492,0.306355576414353,0.255951455205554,0.00798003181914478,0.199347775640771,0.255951455205554,0.00397092795158136,0.110815284509067,0.255951455205554,0.0293451014193768,0.268530056884456,0.255951455205554,0.0143994019084322,0.118514868571935,0.5,0.255951455205554,0.0084027865164623,0.15727888530729,0.5,0.255951455205554,0.011434388357295,0.0410671943990675,0.5,0.255951455205554,0.000747149554953461,0.0631941681053966,0.255951455205554,0.027521082258246,0.0606183992558835,0.0,0.0171569877055059,0.255951455205554,0.00080496433170948,0.129142599557391,0.5,0.255951455205554,0.00861542879831841,0.188558032807646,0.255951455205554,2.1767104273857e-05,0.189906763257971,0.255951455205554,0.00278529742674371,0.261373985983266,0.255951455205554,0.0121385838981691,0.463409084024754,0.0481198069073579,0.557133868563057 -2636,0.255951455205554,0.0,0.305954798104058,0.255951455205554,0.0,0.17472074598353,0.255951455205554,0.0,0.157819741426776,0.255951455205554,0.0,0.128738042719621,0.255951455205554,0.0,0.246803064466244,0.255951455205554,0.0,0.138672913064098,0.5,0.255951455205554,0.0,0.122725998533689,0.5,0.255951455205554,0.0,0.0319540313592501,0.5,0.255951455205554,0.0,0.0517759131682207,0.255951455205554,0.0,0.0636404084035926,0.0,0.0142433314739875,0.255951455205554,0.0,0.127478936352366,0.5,0.255951455205554,0.0,0.164231806912763,0.255951455205554,0.0,0.133824944479983,0.255951455205554,0.0,0.158700305061918,0.255951455205554,0.0,0.384286284474804,0.0,0.526164084013242 -2637,0.255951455205554,0.0,0.237458538983775,0.255951455205554,0.0,0.0702211924035465,0.255951455205554,0.0,0.136343600517597,0.255951455205554,0.0,0.161421284477157,0.255951455205554,0.0,0.230383866419087,0.255951455205554,0.0,0.162047620626996,0.5,0.255951455205554,0.0,0.0950156877270757,0.5,0.255951455205554,0.0,0.0261573606387546,0.5,0.255951455205554,0.0,0.0448915540705733,0.255951455205554,0.0,0.0650380881915158,0.0,0.0140587629836611,0.255951455205554,0.0,0.116739716901195,0.5,0.255951455205554,0.0,0.164793652081598,0.255951455205554,0.0,0.113920785719882,0.255951455205554,0.0,0.101743430530544,0.255951455205554,0.0,0.285239730707084,0.0,0.4567286326292 -2638,0.255951455205554,0.0,0.213152314042631,0.255951455205554,0.0,0.0769514436891948,0.255951455205554,0.0,0.132574590032261,0.255951455205554,0.0,0.168275999445065,0.255951455205554,0.0,0.221679833627873,0.255951455205554,0.0,0.198130728183596,0.5,0.255951455205554,0.0,0.0672030317443703,0.5,0.255951455205554,0.0,0.0219566272091188,0.5,0.255951455205554,0.0,0.0324787967608676,0.255951455205554,0.0,0.0606028408333015,0.0,0.0108159100339755,0.255951455205554,0.0,0.0940488336004848,0.5,0.255951455205554,0.0,0.163866102455539,0.255951455205554,0.0,0.0848454357161605,0.255951455205554,0.0,0.0731256619598351,0.255951455205554,0.0,0.224504725571395,0.0,0.411037978312758 -2639,0.255951455205554,0.0,0.224207989012909,0.255951455205554,0.0,0.124496888925539,0.255951455205554,0.0,0.141478095909502,0.255951455205554,0.0,0.138251013494523,0.255951455205554,0.0,0.226202283591352,0.255951455205554,0.0,0.198469500790392,0.5,0.255951455205554,0.0,0.0490806361464879,0.5,0.255951455205554,0.0,0.0212404615765405,0.5,0.255951455205554,0.0,0.0289828409681513,0.255951455205554,0.0,0.0538243703957145,0.0,0.0124768274755474,0.255951455205554,0.0,0.0739212741667598,0.5,0.255951455205554,0.0,0.157464850103194,0.255951455205554,0.0,0.0520197770909968,0.255951455205554,0.0,0.058759137787611,0.255951455205554,0.0,0.19279478231662,0.0,0.398546423657021 -2640,0.255951455205554,0.0,0.241638223783369,0.255951455205554,0.0,0.197590589845215,0.255951455205554,0.0,0.147018678031863,0.255951455205554,0.0,0.11449235159094,0.255951455205554,0.0,0.215339637482054,0.255951455205554,0.0,0.157101943213225,0.5,0.255951455205554,0.0,0.0378676490211901,0.5,0.255951455205554,0.0,0.0210474316305268,0.5,0.255951455205554,0.0,0.0266119297159256,0.255951455205554,0.0,0.0395771432058239,0.0,0.0269925959457899,0.255951455205554,0.0,0.0632835464241498,0.5,0.255951455205554,0.0,0.14020733573316,0.255951455205554,0.0,0.0373451174770403,0.255951455205554,0.0,0.045999351643793,0.255951455205554,0.0,0.165432023969033,0.0,0.439022458925889 -2641,0.255951455205554,0.0,0.265903540326657,0.255951455205554,0.0,0.22751410940821,0.255951455205554,0.0,0.15468461353336,0.255951455205554,0.0,0.1705185251522,0.255951455205554,0.0,0.183076846945552,0.255951455205554,0.0,0.114346745403384,0.5,0.255951455205554,0.0,0.0365553126467534,0.5,0.255951455205554,0.0,0.0178928983557537,0.5,0.255951455205554,0.0,0.0251289096347979,0.255951455205554,0.0,0.0289140817693544,0.0,0.043042597811736,0.255951455205554,0.0,0.0604141786273536,0.5,0.255951455205554,0.0,0.123168512836198,0.255951455205554,0.0,0.0287430555111446,0.255951455205554,0.0,0.036238917772399,0.255951455205554,0.0,0.116144480094277,0.0,0.491056844448305 -2642,0.255951455205554,0.0,0.284623543179189,0.255951455205554,0.0,0.204629180478189,0.255951455205554,0.0,0.175755512385998,0.255951455205554,0.0,0.251297032418499,0.255951455205554,0.0,0.139794041583902,0.255951455205554,0.0,0.0791394422454571,0.5,0.255951455205554,0.0,0.034603450121982,0.5,0.255951455205554,0.0,0.0154217701620456,0.5,0.255951455205554,0.0,0.0252343206110787,0.255951455205554,0.0,0.0155320803684013,0.0,0.0645540861853563,0.255951455205554,0.0,0.0626803459261376,0.5,0.255951455205554,0.0,0.11079471447585,0.255951455205554,0.0,0.0223360086015085,0.255951455205554,0.0,0.0295439989352338,0.255951455205554,0.0,0.0752846811306714,0.0,0.514205119647128 -2643,0.255951455205554,0.0,0.282759103176577,0.255951455205554,0.0,0.149939946151463,0.255951455205554,0.0,0.194856830082964,0.255951455205554,0.0,0.274502425654336,0.255951455205554,0.0,0.110851844049774,0.255951455205554,0.0,0.0616379235611385,0.5,0.255951455205554,0.0,0.0255824918827631,0.5,0.255951455205554,0.0,0.0157719058771432,0.5,0.255951455205554,0.0,0.0249899208458138,0.255951455205554,0.0,0.0121273624796341,0.0,0.0800868303711831,0.255951455205554,0.0,0.0676518960928814,0.5,0.255951455205554,0.0,0.101117600520237,0.255951455205554,0.0,0.0169445240838497,0.255951455205554,0.0,0.0283155576404063,0.255951455205554,0.0,0.0508667225167946,0.0,0.534269724058314 -2644,0.255951455205554,0.0,0.284143668091772,0.255951455205554,0.0,0.119728629453872,0.255951455205554,0.0,0.187688231196572,0.255951455205554,0.0,0.216747236638532,0.255951455205554,0.0,0.0974214310831754,0.255951455205554,0.0,0.0520713777954812,0.5,0.255951455205554,0.0,0.0180665212220812,0.5,0.255951455205554,0.0,0.0158611161508435,0.5,0.255951455205554,0.0,0.0258422553148393,0.255951455205554,0.0,0.0136211735472445,0.0,0.129184798971573,0.255951455205554,0.0,0.08127314946245,0.5,0.255951455205554,0.0,0.102182946977403,0.255951455205554,0.0,0.0131041900343665,0.255951455205554,0.0,0.0280950160399198,0.255951455205554,0.0,0.0394539566540196,0.0,0.51667162610828 -2645,0.255951455205554,0.0,0.292409175433277,0.255951455205554,0.0,0.110929097035009,0.255951455205554,0.0,0.162824392233032,0.255951455205554,0.0,0.180185177218687,0.255951455205554,0.0,0.084200128827636,0.255951455205554,0.0,0.0422707486781,0.5,0.255951455205554,0.0,0.0147696176842449,0.5,0.255951455205554,0.0,0.014268138442886,0.5,0.255951455205554,0.0,0.0250807431425391,0.255951455205554,0.0,0.0173941533189346,0.0,0.146196822628515,0.255951455205554,0.0,0.102254924206446,0.5,0.255951455205554,0.0,0.115706924045243,0.255951455205554,0.0,0.0103088061536752,0.255951455205554,0.0,0.0307950792959701,0.255951455205554,0.0,0.0344993295953653,0.0,0.473272029449823 -2646,0.255951455205554,0.0016912573993492,0.289269951739271,0.255951455205554,0.00177153555927795,0.120999368563167,0.255951455205554,0.000457836988666638,0.150151202870675,0.255951455205554,0.000494244273619094,0.174803248028305,0.255951455205554,2.00109111859176e-05,0.0775392502219337,0.255951455205554,6.5806080573256e-05,0.0317994463537078,0.5,0.255951455205554,0.0,0.0142502199105583,0.5,0.255951455205554,6.04792571052731e-06,0.0119826246974321,0.5,0.255951455205554,0.000366957197375206,0.018775907670427,0.255951455205554,0.0,0.0185753761923755,0.00163804550703001,0.180188601207752,0.255951455205554,0.00203875297525423,0.11774501389743,0.5,0.255951455205554,0.00361803328783547,0.125226298841754,0.255951455205554,0.00115764334969483,0.00861233587410443,0.255951455205554,0.000886347448753464,0.0361378470212107,0.255951455205554,0.000700973173986824,0.0335928667543938,0.0022349883388683,0.470278518002284 -2647,0.255951455205554,0.0486292167304065,0.305557707429585,0.255951455205554,0.0407996448975739,0.162781937034881,0.255951455205554,0.0219907636965216,0.165155401086044,0.255951455205554,0.0324678086178974,0.203898249742717,0.255951455205554,0.0198665256302321,0.0830671527909935,0.255951455205554,0.0189925233162368,0.0273513126354169,0.5,0.255951455205554,0.0215079700126652,0.012719980408733,0.5,0.255951455205554,0.0283477435623654,0.00833147848761708,0.5,0.255951455205554,0.0193579308259229,0.0176739451607869,0.255951455205554,0.0502067129459476,0.0126340735626085,0.0183340026851897,0.195528114652528,0.255951455205554,0.0244053776657185,0.141853698493327,0.5,0.255951455205554,0.0431666495804935,0.14325767450993,0.255951455205554,0.0135529671388245,0.00834104574737592,0.255951455205554,0.0117116076072164,0.0442409011075198,0.255951455205554,0.0158898578018508,0.0362378104728378,0.0551700044319396,0.523430919267196 -2648,0.255951455205554,0.134649576448628,0.367294021839919,0.255951455205554,0.0984082471054641,0.202447295744596,0.255951455205554,0.0621375442322562,0.190200916672514,0.255951455205554,0.0837682672084243,0.227410085431679,0.255951455205554,0.0812681025421805,0.121763859198303,0.255951455205554,0.0599330343945982,0.0459126800613963,0.5,0.255951455205554,0.0843820308920503,0.0230528122045271,0.5,0.255951455205554,0.0943045722311218,0.0123682718260525,0.5,0.255951455205554,0.0675705851936296,0.0304829919547806,0.255951455205554,0.159655100132645,0.0207904086589794,0.0302282874333794,0.280878486496147,0.255951455205554,0.0561952314875024,0.215998463929307,0.5,0.255951455205554,0.0892380777600368,0.191442563042594,0.255951455205554,0.0493211108259381,0.00903579764246569,0.255951455205554,0.029751069493623,0.0814381110846266,0.255951455205554,0.035958861162796,0.0405024039694285,0.15167151909428,0.569610369212976 -2649,0.255951455205554,0.226564106271853,0.487028151344971,0.255951455205554,0.150782312731283,0.169181365487496,0.255951455205554,0.109498853404438,0.201018888157562,0.255951455205554,0.111484587522129,0.20803549486062,0.255951455205554,0.161164822692861,0.183519142900546,0.255951455205554,0.109075930222014,0.0777826038049644,0.5,0.255951455205554,0.190442144760379,0.050687047265328,0.5,0.255951455205554,0.172167579836449,0.0239689696408274,0.5,0.255951455205554,0.138624860333059,0.04149839519305,0.255951455205554,0.276694121789459,0.085500085863011,0.0349069167549552,0.28382080595942,0.255951455205554,0.0863812115841082,0.240949868026162,0.5,0.255951455205554,0.132174023130926,0.301284985143516,0.255951455205554,0.106945104564076,0.0125142968281293,0.255951455205554,0.0657154358920291,0.0977873745478134,0.255951455205554,0.0672077287427713,0.0355087853640387,0.238884151031842,0.595397148168779 -2650,0.255951455205554,0.254981235116745,0.541955778171575,0.255951455205554,0.221316105880808,0.37233764675672,0.255951455205554,0.17651221660886,0.248172385756181,0.255951455205554,0.108293979518663,0.242789280579011,0.255951455205554,0.222064903534063,0.211106124015762,0.255951455205554,0.18054828775358,0.0891129125765798,0.5,0.255951455205554,0.269366354692277,0.0780028257154057,0.5,0.255951455205554,0.235930298583207,0.0260703489063756,0.5,0.255951455205554,0.206275735931533,0.0359005638490562,0.255951455205554,0.351837675440867,0.100465699213242,0.0273692450278171,0.255621693382858,0.255951455205554,0.110716690205912,0.26677844241,0.5,0.255951455205554,0.138856827267867,0.337520202512949,0.255951455205554,0.222187815540088,0.0263059843448254,0.255951455205554,0.136525486015791,0.103492400988229,0.255951455205554,0.136472194163793,0.0362078157417159,0.199708869403525,0.589034930378426 -2651,0.255951455205554,0.209748030723087,0.545605648425234,0.255951455205554,0.274508405472226,0.526536519240029,0.255951455205554,0.239970264924178,0.316554943004924,0.255951455205554,0.252497324971959,0.311569149856952,0.255951455205554,0.280821495344241,0.171840877239925,0.255951455205554,0.28995040819509,0.0687468205394548,0.5,0.255951455205554,0.336583690936526,0.105664645189575,0.5,0.255951455205554,0.332474678190376,0.0185199054254714,0.5,0.255951455205554,0.285745626875726,0.0267343099703527,0.255951455205554,0.395726140422959,0.11754622027008,0.041294478658402,0.202843498073868,0.255951455205554,0.162470896008775,0.26512714986774,0.5,0.255951455205554,0.12995624488237,0.367632754413484,0.255951455205554,0.38748123516088,0.0469546194835079,0.255951455205554,0.183564536827614,0.112490640725549,0.255951455205554,0.302975776331843,0.0374549017290085,0.142863581383226,0.577084758471193 -2652,0.255951455205554,0.180533204803379,0.580642334614944,0.255951455205554,0.346039936637224,0.62315989890004,0.255951455205554,0.254320802722312,0.385338132474761,0.255951455205554,0.340463841564558,0.423721786762331,0.255951455205554,0.320690656776223,0.154726866922753,0.255951455205554,0.436470845762753,0.0553836699181874,0.5,0.255951455205554,0.31217125692635,0.0839925491317948,0.5,0.255951455205554,0.320793954720978,0.00791494209954506,0.5,0.255951455205554,0.377607361053819,0.015840253604448,0.255951455205554,0.287780042223674,0.0704321724478818,0.0598068798748274,0.140020869869608,0.255951455205554,0.243567827520317,0.213529354313774,0.5,0.255951455205554,0.132532725976963,0.362356028808501,0.255951455205554,0.473149292431059,0.0805372661004947,0.255951455205554,0.244304387698167,0.0993432419980289,0.255951455205554,0.473044886864916,0.0388811437083419,0.096280820120153,0.623486193400674 -2653,0.255951455205554,0.166518538851508,0.625573814828062,0.255951455205554,0.361748753028424,0.714202366984505,0.255951455205554,0.218214728804806,0.413868162667284,0.255951455205554,0.366917660171943,0.521803431547789,0.255951455205554,0.409597419596992,0.155894662889119,0.255951455205554,0.455185531056056,0.0336612752208194,0.5,0.255951455205554,0.198635594263852,0.0498022616720235,0.5,0.255951455205554,0.331685540862422,0.00227836969730316,0.5,0.255951455205554,0.36718106093893,0.0104219108899232,0.255951455205554,0.132323981836866,0.031717969153902,0.0714399157059703,0.113174655995981,0.255951455205554,0.267674806418435,0.197322281838832,0.5,0.255951455205554,0.162071845115775,0.392482579071001,0.255951455205554,0.439847615117138,0.100525317141345,0.255951455205554,0.313356672465765,0.0797518502529388,0.255951455205554,0.402346452443785,0.0281752814876326,0.0447706541185791,0.574477697603022 -2654,0.255951455205554,0.137771491416991,0.641949381969109,0.255951455205554,0.192366308654782,0.61745254474232,0.255951455205554,0.230645338936646,0.435122972732349,0.255951455205554,0.428108583514077,0.621567302219525,0.255951455205554,0.421581123433231,0.140401023926202,0.255951455205554,0.265918176376856,0.0175483540453723,0.5,0.255951455205554,0.202521106804214,0.0246551937923242,0.5,0.255951455205554,0.349879659532802,0.00435521578706929,0.5,0.255951455205554,0.33822189455922,0.00956656411605599,0.255951455205554,0.120967579391126,0.0111349484217654,0.148012613964361,0.109739993790817,0.255951455205554,0.212085034713397,0.201887478310737,0.5,0.255951455205554,0.182217884169282,0.472946670730843,0.255951455205554,0.341984952727564,0.0966024329799935,0.255951455205554,0.263200096836974,0.06556998263556,0.255951455205554,0.233251495188849,0.0209968669807325,0.0312843968261579,0.601887332733617 -2655,0.255951455205554,0.131441724226314,0.660128160983028,0.255951455205554,0.0938233652683277,0.460320164476634,0.255951455205554,0.154537340966831,0.392240639560281,0.255951455205554,0.160145684352254,0.537840608067294,0.255951455205554,0.351956074161707,0.12067915017593,0.255951455205554,0.1814160647755,0.0112492836826989,0.5,0.255951455205554,0.233619677398267,0.0124384317981024,0.5,0.255951455205554,0.357384682002874,0.00730114521273074,0.5,0.255951455205554,0.28719079579478,0.00950581643751285,0.255951455205554,0.139980289858274,0.00775239508478469,0.217763424920003,0.107791853413364,0.255951455205554,0.151809530260711,0.183168070293662,0.5,0.255951455205554,0.141640689163793,0.495377725831468,0.255951455205554,0.269925092188914,0.0885829951220657,0.255951455205554,0.219366515730533,0.0566647899159129,0.255951455205554,0.183377895639223,0.0179719587472469,0.0326902504810268,0.736649250035229 -2656,0.255951455205554,0.113072501614271,0.704939078480115,0.255951455205554,0.0840083112144668,0.411752563043723,0.255951455205554,0.102098187736652,0.35309652386108,0.255951455205554,0.119542063081954,0.45138516464671,0.255951455205554,0.256214491854612,0.108561232351627,0.255951455205554,0.120043065728739,0.00610196466806703,0.5,0.255951455205554,0.207116163150094,0.0108539966266809,0.5,0.255951455205554,0.28087289895411,0.00627099046839622,0.5,0.255951455205554,0.226780317751565,0.00796920551110028,0.255951455205554,0.159919192684015,0.00538558024792207,0.157541878755562,0.122614855612213,0.255951455205554,0.0998216251081898,0.164122977921885,0.5,0.255951455205554,0.0814548640976963,0.443549936115797,0.255951455205554,0.191936191627886,0.0685228919895563,0.255951455205554,0.139944438240778,0.0599790565112743,0.255951455205554,0.15718193394496,0.0167058861219202,0.0463768422190041,0.779520195119928 -2657,0.255951455205554,0.0751066775942347,0.723796525053856,0.255951455205554,0.0537336244552294,0.399298369909576,0.255951455205554,0.0768794197727408,0.334086767330543,0.255951455205554,0.0593742349404931,0.393821573554393,0.255951455205554,0.193048390267032,0.0788821788495063,0.255951455205554,0.10808465021954,0.00506348023338656,0.5,0.255951455205554,0.18218878527197,0.0127818425159692,0.5,0.255951455205554,0.180339378412593,0.00640402645518063,0.5,0.255951455205554,0.136121414321809,0.00602701553967309,0.255951455205554,0.147094537053807,0.00110051920851639,0.0942057001405165,0.0851653011529571,0.255951455205554,0.0759942193318909,0.113571263762843,0.5,0.255951455205554,0.0319354304393447,0.347588817386058,0.255951455205554,0.144057644311677,0.0501315311478306,0.255951455205554,0.0900615823139651,0.0600564676598903,0.255951455205554,0.104479648835407,0.0133458922960983,0.0394965797071444,0.777476603677704 -2658,0.255951455205554,0.0368269096658642,0.669879757025286,0.255951455205554,0.0222912718266387,0.385585815263587,0.255951455205554,0.0403192499244613,0.309072172490503,0.255951455205554,0.0286963192619719,0.365949460356174,0.255951455205554,0.112433015362101,0.0413177948459344,0.255951455205554,0.0855843872281114,0.00698701774421566,0.5,0.255951455205554,0.10854958837996,0.00881672686648086,0.5,0.255951455205554,0.0875022174328939,0.00619741927452487,0.5,0.255951455205554,0.0768744858038845,0.00486923172316465,0.255951455205554,0.091798346442769,0.000403669663329939,0.0474089933012163,0.035377723233839,0.255951455205554,0.0554110260064188,0.0745256845672203,0.5,0.255951455205554,0.0101933455497783,0.267865513672733,0.255951455205554,0.0715361227821689,0.0216803968664041,0.255951455205554,0.0556624908316527,0.0471586018667128,0.255951455205554,0.0414622035160198,0.00721271182051165,0.0264463695792131,0.815998513392987 -2659,0.255951455205554,0.0073041490843342,0.566930675486575,0.255951455205554,0.00241394653333521,0.300661171326567,0.255951455205554,0.00895381562606557,0.295813539786906,0.255951455205554,0.0129075709636451,0.388168908471526,0.255951455205554,0.0324316757180678,0.0231966083658459,0.255951455205554,0.024642632560203,0.00369377419995704,0.5,0.255951455205554,0.0287608363063919,0.0041176417591439,0.5,0.255951455205554,0.0186421548918346,0.00433189678272648,0.5,0.255951455205554,0.00406177441936395,0.00389977491864339,0.255951455205554,0.0144392910376918,0.000139163845510393,0.0,0.0331834688619609,0.255951455205554,0.000471848923197289,0.0560103036303514,0.5,0.255951455205554,0.000858100465254433,0.188135273704137,0.255951455205554,0.0,0.0179803296791079,0.255951455205554,0.00389092536062065,0.0291546996074177,0.255951455205554,0.00328805589275135,0.00572618550090725,0.00773044516696687,0.816175363526095 -2660,0.255951455205554,0.0,0.480130036259505,0.255951455205554,0.0,0.227859004804332,0.255951455205554,0.0,0.271351286732515,0.255951455205554,0.0,0.353282474558759,0.255951455205554,0.0,0.0238869808076044,0.255951455205554,0.0,0.00495276819482033,0.5,0.255951455205554,0.0,0.00571371042028447,0.5,0.255951455205554,0.0,0.00733870534386724,0.5,0.255951455205554,0.0,0.00499489420529127,0.255951455205554,0.0,0.000299435031664175,0.0,0.0627774190278554,0.255951455205554,0.0,0.0561764932487663,0.5,0.255951455205554,0.0,0.141019299451355,0.255951455205554,0.0,0.0169558192715794,0.255951455205554,0.0,0.0269740610430292,0.255951455205554,0.0,0.00414206058185967,0.0,0.813099987144631 -2661,0.255951455205554,0.0,0.445036668683644,0.255951455205554,0.0,0.166956926500213,0.255951455205554,0.0,0.231472421808124,0.255951455205554,0.0,0.269450295613508,0.255951455205554,0.0,0.0228751621902887,0.255951455205554,0.0,0.00457998598710835,0.5,0.255951455205554,0.0,0.00603625723277609,0.5,0.255951455205554,0.0,0.00710505717497159,0.5,0.255951455205554,0.0,0.00499715751329655,0.255951455205554,0.0,0.000449923273295519,0.0,0.0776765852681504,0.255951455205554,0.0,0.0544790624413348,0.5,0.255951455205554,0.0,0.107398642178045,0.255951455205554,0.0,0.0134075308017735,0.255951455205554,0.0,0.0223598904740273,0.255951455205554,0.0,0.00254236994092398,0.0,0.839657468870343 -2662,0.255951455205554,0.0,0.432009224432697,0.255951455205554,0.0,0.122723446009478,0.255951455205554,0.0,0.183056967378035,0.255951455205554,0.0,0.221020032027962,0.255951455205554,0.0,0.021693056699248,0.255951455205554,0.0,0.00412222917649676,0.5,0.255951455205554,0.0,0.00585177135303814,0.5,0.255951455205554,0.0,0.00615332102079125,0.5,0.255951455205554,0.0,0.00367854184650969,0.255951455205554,0.0,0.000320178291493967,0.0,0.0729285559221087,0.255951455205554,0.0,0.0542252301630055,0.5,0.255951455205554,0.0,0.0831593276831928,0.255951455205554,0.0,0.0100611234107406,0.255951455205554,0.0,0.0210064488758933,0.255951455205554,0.0,0.00150378733715697,0.0,0.787236434403481 -2663,0.255951455205554,0.0,0.428940777085116,0.255951455205554,0.0,0.101089411509525,0.255951455205554,0.0,0.147259511477899,0.255951455205554,0.0,0.188558898545349,0.255951455205554,0.0,0.0198055009355541,0.255951455205554,0.0,0.00356717292187264,0.5,0.255951455205554,0.0,0.00404020667603808,0.5,0.255951455205554,0.0,0.00560245210205206,0.5,0.255951455205554,0.0,0.00301258070004569,0.255951455205554,0.0,0.0,0.0,0.0643423141842285,0.255951455205554,0.0,0.0519006372507833,0.5,0.255951455205554,0.0,0.0679391637091223,0.255951455205554,0.0,0.00823164724897905,0.255951455205554,0.0,0.0208201165500324,0.255951455205554,0.0,0.000665851591051938,0.0,0.724215152344029 -2664,0.255951455205554,0.0,0.391730779253376,0.255951455205554,0.0,0.0793010512829388,0.255951455205554,0.0,0.125554854922859,0.255951455205554,0.0,0.159777680739966,0.255951455205554,0.0,0.01841943872299,0.255951455205554,0.0,0.00342398944698457,0.5,0.255951455205554,0.0,0.00294932912949784,0.5,0.255951455205554,0.0,0.00652220206862533,0.5,0.255951455205554,0.0,0.00311324548688669,0.255951455205554,0.0,0.000570372135218238,0.0,0.0514592090172397,0.255951455205554,0.0,0.0484999279081109,0.5,0.255951455205554,0.0,0.0623208257310621,0.255951455205554,0.0,0.00951091302082551,0.255951455205554,0.0,0.0197318894908016,0.255951455205554,0.0,0.000752733478678306,0.0,0.655496482304472 -2665,0.255951455205554,0.0,0.317565267936609,0.255951455205554,0.0,0.0655899986825554,0.255951455205554,0.0,0.102937756510545,0.255951455205554,0.0,0.128734056989893,0.255951455205554,0.0,0.0162801855414531,0.255951455205554,0.0,0.0037863585698466,0.5,0.255951455205554,0.0,0.00269206567654223,0.5,0.255951455205554,0.0,0.00705945649435941,0.5,0.255951455205554,0.0,0.00330415914729243,0.255951455205554,0.0,0.00179706121873694,0.0,0.0329964866526294,0.255951455205554,0.0,0.047619269538566,0.5,0.255951455205554,0.0,0.0640954715303306,0.255951455205554,0.0,0.0114704288821117,0.255951455205554,0.0,0.0164747696552022,0.255951455205554,0.0,0.00129190459090883,0.0,0.638695195255662 -2666,0.255951455205554,0.0,0.227768555167058,0.255951455205554,0.0,0.0618195846575055,0.255951455205554,0.0,0.0823147681108851,0.255951455205554,0.0,0.0938963783806891,0.255951455205554,0.0,0.0130550468439726,0.255951455205554,0.0,0.00453622004682623,0.5,0.255951455205554,0.0,0.0023366266670965,0.5,0.255951455205554,0.0,0.00672283668776961,0.5,0.255951455205554,0.0,0.00259711219330986,0.255951455205554,0.0,0.00110875914309209,0.0,0.028998525349127,0.255951455205554,0.0,0.0482595155334413,0.5,0.255951455205554,0.0,0.0750266131941565,0.255951455205554,0.0,0.0125377590314126,0.255951455205554,0.0,0.0130444596122198,0.255951455205554,0.0,0.000991659252725539,0.0,0.584875280554006 -2667,0.255951455205554,0.0,0.184352146872107,0.255951455205554,0.0,0.0530971809405133,0.255951455205554,0.0,0.0655192418790778,0.255951455205554,0.0,0.0961975344513129,0.255951455205554,0.0,0.011309473002844,0.255951455205554,0.0,0.00510422485918914,0.5,0.255951455205554,0.0,0.00268009276804711,0.5,0.255951455205554,0.0,0.0066017326530543,0.5,0.255951455205554,0.0,0.0023244522237579,0.255951455205554,0.0,0.00109731636190431,0.0,0.0266734969388381,0.255951455205554,0.0,0.0443936730321095,0.5,0.255951455205554,0.0,0.0942723778326181,0.255951455205554,0.0,0.0125694494321092,0.255951455205554,0.0,0.0103348976743679,0.255951455205554,0.0,0.000795452319747333,0.0,0.522423252827828 -2668,0.255951455205554,0.0,0.156105967948507,0.255951455205554,0.0,0.0459061205530981,0.255951455205554,0.0,0.0610488958559756,0.255951455205554,0.0,0.126305400988954,0.255951455205554,0.0,0.0123224862030848,0.255951455205554,0.0,0.00647838942343865,0.5,0.255951455205554,0.0,0.00271982258703203,0.5,0.255951455205554,0.0,0.00785017682990845,0.5,0.255951455205554,0.0,0.00280557410463766,0.255951455205554,0.0,0.00168674929942316,0.0,0.0241614881779499,0.255951455205554,0.0,0.0406128797681091,0.5,0.255951455205554,0.0,0.105650821570051,0.255951455205554,0.0,0.0118928120636622,0.255951455205554,0.0,0.00956855571966487,0.255951455205554,0.0,0.00123073531871904,0.0,0.449528853921244 -2669,0.255951455205554,0.0,0.14118955117984,0.255951455205554,0.0,0.0445455701216432,0.255951455205554,0.0,0.0631110455898421,0.255951455205554,0.0,0.136945860211363,0.255951455205554,0.0,0.0176052631591906,0.255951455205554,0.0,0.0090502290239226,0.5,0.255951455205554,0.0,0.00304731227559944,0.5,0.255951455205554,0.0,0.00953373965162555,0.5,0.255951455205554,0.0,0.00328703578005311,0.255951455205554,0.0,0.00159819662049377,0.0,0.0205875089959541,0.255951455205554,0.0,0.0347052711362879,0.5,0.255951455205554,0.0,0.102352824365534,0.255951455205554,0.0,0.0105187444853708,0.255951455205554,0.0,0.00958621370745643,0.255951455205554,0.0,0.00114482660730013,0.0,0.364373541537537 -2670,0.255951455205554,0.000518579664298376,0.127666005059902,0.255951455205554,0.000228831241150645,0.0396161691633631,0.255951455205554,0.000357501959431476,0.0648863143840031,0.255951455205554,0.00063035637003305,0.130866099233744,0.255951455205554,0.000104349254366058,0.0248407954679298,0.255951455205554,0.00069410947721504,0.0099157550609455,0.5,0.255951455205554,0.0,0.00363188635483728,0.5,0.255951455205554,6.21795959196564e-05,0.0100834679612632,0.5,0.255951455205554,0.00181048515890592,0.00332762058772481,0.255951455205554,0.0,0.00112891563241451,0.000418597622969198,0.0145141793119564,0.255951455205554,0.00403549785894115,0.0296205755019286,0.5,0.255951455205554,0.000721427346698407,0.0840065021186185,0.255951455205554,0.00500632525226299,0.00814129647547341,0.255951455205554,0.00224279969446314,0.0093335170995084,0.255951455205554,0.00344353147553999,0.00112155910555229,0.00065339797550702,0.353451749374596 -2671,0.255951455205554,0.00719586796096579,0.123158001707999,0.255951455205554,0.00374862720367736,0.0316890257998986,0.255951455205554,0.0244677106928668,0.0683309984600903,0.255951455205554,0.041698721232439,0.110283837821853,0.255951455205554,0.0385070605028944,0.0282031800812861,0.255951455205554,0.0497962674804839,0.00602550297725695,0.5,0.255951455205554,0.00960773062609257,0.00445632477849232,0.5,0.255951455205554,0.0427408599497719,0.00759948454488695,0.5,0.255951455205554,0.0467880224862323,0.00260215925656187,0.255951455205554,0.0212189756602895,0.00118190108992347,0.00537383936594682,0.0112633549774224,0.255951455205554,0.0443119361673092,0.0270165201785667,0.5,0.255951455205554,0.00865075061533797,0.0660006271054709,0.255951455205554,0.0682312837809956,0.00525406327708899,0.255951455205554,0.043672748381369,0.00834136884309415,0.255951455205554,0.0821857134718972,0.00119856228077252,0.0065213030554717,0.388223677907279 -2672,0.255951455205554,0.0249715269636322,0.122684766469636,0.255951455205554,0.034052027208903,0.0298460564306453,0.255951455205554,0.082434544508951,0.0757472919326378,0.255951455205554,0.140126063944765,0.094818837707374,0.255951455205554,0.124330611247295,0.0336431120804669,0.255951455205554,0.131305260320923,0.00486005542340475,0.5,0.255951455205554,0.0449649283445596,0.00566160203720433,0.5,0.255951455205554,0.146121474262284,0.00514855512114354,0.5,0.255951455205554,0.135263510193073,0.0021723627058021,0.255951455205554,0.104208413651848,0.00273494193329351,0.0244313232274724,0.0146420256377699,0.255951455205554,0.109209391888188,0.0307036221132365,0.5,0.255951455205554,0.0317836952642706,0.0542364528776918,0.255951455205554,0.17271862623075,0.00712535980496566,0.255951455205554,0.115043431060474,0.0108842249726435,0.255951455205554,0.210533897845358,0.00109823890585625,0.0214052625648878,0.398567946697612 -2673,0.255951455205554,0.0509281890664683,0.12437308660285,0.255951455205554,0.0922137285002977,0.0773458029637088,0.255951455205554,0.190108326028024,0.0844719007465807,0.255951455205554,0.265567059513777,0.0862175083021395,0.255951455205554,0.212357285551393,0.0689282828112384,0.255951455205554,0.224560518893232,0.0115760928176189,0.5,0.255951455205554,0.128405451819685,0.0135327877821453,0.5,0.255951455205554,0.282999168308145,0.0101586024576335,0.5,0.255951455205554,0.250000573408347,0.00419132721252221,0.255951455205554,0.240063714966528,0.00992424353125325,0.0420324187930565,0.0168754613019526,0.255951455205554,0.163237749038811,0.045131462165126,0.5,0.255951455205554,0.0604963909643714,0.0520470860126285,0.255951455205554,0.30035366488223,0.0187944169038641,0.255951455205554,0.234362546257549,0.0354903532344136,0.255951455205554,0.351815939756664,0.00337223500381274,0.031775356299317,0.382603363014302 -2674,0.255951455205554,0.0771485282567437,0.160689327109662,0.255951455205554,0.1363792205202,0.0675308807588351,0.255951455205554,0.328549903871661,0.0903109989767446,0.255951455205554,0.336043998563692,0.0647940824702133,0.255951455205554,0.299155240965237,0.120604022398789,0.255951455205554,0.323002798431825,0.0330284983958599,0.5,0.255951455205554,0.243129276069775,0.019852310792558,0.5,0.255951455205554,0.41048418766665,0.0163407467785762,0.5,0.255951455205554,0.353570095939946,0.00808244828994723,0.255951455205554,0.404023303696979,0.0131492721951809,0.0739117546065803,0.0242152578209518,0.255951455205554,0.197730894809674,0.0620659914376461,0.5,0.255951455205554,0.0936081145936731,0.0550894882231721,0.255951455205554,0.421003888051555,0.0370889312113086,0.255951455205554,0.414227178168472,0.0676257393168924,0.255951455205554,0.488329722273919,0.00811843274588193,0.044491382523774,0.347640030992939 -2675,0.255951455205554,0.120185793952674,0.168240488780179,0.255951455205554,0.201247995414661,0.0874836994260807,0.255951455205554,0.415699107398294,0.0831282915758312,0.255951455205554,0.393254967930488,0.0537598715525162,0.255951455205554,0.390794632222292,0.140162805712174,0.255951455205554,0.3924158773661,0.0448104957738362,0.5,0.255951455205554,0.369098043763838,0.0269415252817534,0.5,0.255951455205554,0.410217446731927,0.0102396238195515,0.5,0.255951455205554,0.431263763469167,0.00760884588486227,0.255951455205554,0.476866079372267,0.0268392376501069,0.129728216219306,0.0341289999016606,0.255951455205554,0.219531890369727,0.0740299130031536,0.5,0.255951455205554,0.12998668522141,0.0660955775694654,0.255951455205554,0.47423417870251,0.0479616298851406,0.255951455205554,0.528626547909403,0.0839295229265022,0.255951455205554,0.580154183418957,0.0111714406806526,0.114449074958095,0.332574839398135 -2676,0.255951455205554,0.187299735198458,0.227226405614295,0.255951455205554,0.26406076118886,0.107029719786646,0.255951455205554,0.470977514304413,0.0689521830645804,0.255951455205554,0.408254593893672,0.0650227229715634,0.255951455205554,0.4152962576673,0.120324251970647,0.255951455205554,0.427315171706932,0.0425477499315668,0.5,0.255951455205554,0.462891552455159,0.0289356414150276,0.5,0.255951455205554,0.456822190686814,0.00562967804525266,0.5,0.255951455205554,0.46363839432544,0.00414332180723591,0.255951455205554,0.463942137123197,0.0289901580756526,0.210154601185836,0.0593608813681597,0.255951455205554,0.269992542756559,0.0836560840198113,0.5,0.255951455205554,0.180030110394122,0.0793241104221126,0.255951455205554,0.493173642183021,0.0432977654523904,0.255951455205554,0.592719076211374,0.0775164364064351,0.255951455205554,0.60169783703542,0.00956418153425115,0.202976503639404,0.317795090805815 -2677,0.255951455205554,0.223157514467195,0.239931870010082,0.255951455205554,0.250619936716597,0.104015529155636,0.255951455205554,0.458115578908082,0.0685088519458701,0.255951455205554,0.400773481291645,0.0846284941267466,0.255951455205554,0.408798584896064,0.100501316930509,0.255951455205554,0.479193650411783,0.0357430288019459,0.5,0.255951455205554,0.51544518396283,0.0257371428405404,0.5,0.255951455205554,0.445992452814422,0.00463225627238288,0.5,0.255951455205554,0.472595473313844,0.00451877785401934,0.255951455205554,0.573748663081401,0.00950149196285725,0.32737487387605,0.0990901109248946,0.255951455205554,0.313065547341339,0.0911123000300621,0.5,0.255951455205554,0.211928186798739,0.0857133000612445,0.255951455205554,0.486143466968874,0.036658254076847,0.255951455205554,0.588808997386999,0.0624611940470092,0.255951455205554,0.585848318236572,0.00576083246712325,0.28391368964947,0.309436977183356 -2678,0.255951455205554,0.283558162187785,0.256329233801466,0.255951455205554,0.406149376567815,0.108523533105823,0.255951455205554,0.392868018366573,0.0609830482541934,0.255951455205554,0.136461533055042,0.0603135143156182,0.255951455205554,0.390158789243623,0.0777484040915345,0.255951455205554,0.475335742736396,0.0312966400340564,0.5,0.255951455205554,0.520493436172147,0.0144277629897802,0.5,0.255951455205554,0.499466663176865,0.000730578716298818,0.5,0.255951455205554,0.399992868277144,0.00490605181786036,0.255951455205554,0.619682707430443,0.00658519245663651,0.433784253148312,0.176276817619457,0.255951455205554,0.329209861911621,0.0976839710404013,0.5,0.255951455205554,0.176220679306733,0.0877864771946313,0.255951455205554,0.382557831836262,0.0347892774778287,0.255951455205554,0.532206871343119,0.0482874970109002,0.255951455205554,0.546666608921214,0.0069353150483025,0.275069252841931,0.31565045267044 -2679,0.255951455205554,0.291581934202822,0.269382329775663,0.255951455205554,0.186463676499885,0.0509341323040259,0.255951455205554,0.347535217682008,0.0486542953781617,0.255951455205554,0.126991400727172,0.0437743458892565,0.255951455205554,0.333451505639532,0.0503618611278608,0.255951455205554,0.44256123241567,0.0328241787441358,0.5,0.255951455205554,0.461669239242706,0.00718140262540824,0.5,0.255951455205554,0.41350248073194,0.00102720298853746,0.5,0.255951455205554,0.391615586186429,0.00324179921568384,0.255951455205554,0.475354749973252,0.00300804742440699,0.403948475407593,0.204532799774715,0.255951455205554,0.356241831623082,0.108675279608824,0.5,0.255951455205554,0.150163945134632,0.0773141618264079,0.255951455205554,0.313126044139341,0.039407282982707,0.255951455205554,0.47768647927742,0.0551300691215338,0.255951455205554,0.461196669409106,0.00950578336538504,0.240872090829518,0.308412020530037 -2680,0.255951455205554,0.173408069270952,0.22463991923226,0.255951455205554,0.0665618800013796,0.0158948352121773,0.255951455205554,0.309090008809168,0.0487633145123177,0.255951455205554,0.329013120021053,0.0738704123296907,0.255951455205554,0.301360757746851,0.0261204228748684,0.255951455205554,0.402311991910563,0.0288093360882001,0.5,0.255951455205554,0.399768975403114,0.00444638507842559,0.5,0.255951455205554,0.375760803579385,0.00153439350082825,0.5,0.255951455205554,0.301127785619289,0.00511332390522847,0.255951455205554,0.438856279313785,0.00216188595418835,0.41127723983835,0.18407595280223,0.255951455205554,0.296836200408779,0.114912458787482,0.5,0.255951455205554,0.147928775686814,0.106273333760469,0.255951455205554,0.23106548744367,0.0435740071285742,0.255951455205554,0.360232355918597,0.0731343427393098,0.255951455205554,0.363003129916503,0.0116773488788485,0.286425164969511,0.257390220631395 -2681,0.255951455205554,0.121852754151382,0.195340140003782,0.255951455205554,0.121775218647708,0.0720020934444163,0.255951455205554,0.228374420809794,0.0634488833627091,0.255951455205554,0.324894050470798,0.0950318501460298,0.255951455205554,0.247875137548019,0.0165835150045341,0.255951455205554,0.319498304811126,0.0181392550248445,0.5,0.255951455205554,0.284844604950163,0.00264541830179824,0.5,0.255951455205554,0.280547912073242,0.00285814729844977,0.5,0.255951455205554,0.237730438218271,0.0095610583329729,0.255951455205554,0.314883921853841,0.000937215898733845,0.287187635336882,0.141188706409198,0.255951455205554,0.213630469923254,0.115077109131998,0.5,0.255951455205554,0.126691977660714,0.14910218056535,0.255951455205554,0.126264088633169,0.0435523770120715,0.255951455205554,0.226016924006662,0.103066958197398,0.255951455205554,0.23742388457973,0.0248093667662133,0.220707825900635,0.196899884210271 -2682,0.255951455205554,0.0879405557871818,0.201039824880282,0.255951455205554,0.111340519386958,0.106899605937003,0.255951455205554,0.13952710656571,0.0598809374065788,0.255951455205554,0.187910764209067,0.0735335232190622,0.255951455205554,0.162343824315258,0.01024873628959,0.255951455205554,0.19036532077284,0.00230798283993687,0.5,0.255951455205554,0.170373025454898,0.000668254952799075,0.5,0.255951455205554,0.170725346103385,0.00220346861340648,0.5,0.255951455205554,0.136964928307704,0.00599856997554446,0.255951455205554,0.194224043443711,0.000554316567725704,0.141633924229179,0.0483594142120186,0.255951455205554,0.0867384813411284,0.0718933855439825,0.5,0.255951455205554,0.0801248385678876,0.145396632380363,0.255951455205554,0.0604394131814835,0.0373208537221911,0.255951455205554,0.106120899199612,0.156246004082967,0.255951455205554,0.149377433936081,0.0245901253821161,0.112671479200367,0.157675596812747 -2683,0.255951455205554,0.0344823416306719,0.213478443500249,0.255951455205554,0.0357785377439128,0.118608151270929,0.255951455205554,0.0389220680074744,0.0912640814018555,0.255951455205554,0.0414658275920181,0.0963225819048729,0.255951455205554,0.0454236692017022,0.0125744782716423,0.255951455205554,0.0313963666248913,0.000940693735560263,0.5,0.255951455205554,0.0417124300883386,0.000243573665350105,0.5,0.255951455205554,0.0270948176059455,0.00233408599222602,0.5,0.255951455205554,0.00703289068651836,0.00546837745315154,0.255951455205554,0.0454323275781475,0.000846246214932172,0.0,0.0462106164129581,0.255951455205554,0.00379409634949476,0.0688650133269245,0.5,0.255951455205554,0.0161628910504461,0.124609054037782,0.255951455205554,0.0,0.0271588295016684,0.255951455205554,0.0214707488802282,0.224176741860945,0.255951455205554,0.0155200211486081,0.0232060672300953,0.0268230071008351,0.158942136478524 -2684,0.255951455205554,0.0,0.197434441388319,0.255951455205554,0.0,0.115474871347652,0.255951455205554,0.0,0.142452154600648,0.255951455205554,0.0,0.17790888094073,0.255951455205554,0.0,0.0186414194769386,0.255951455205554,0.0,0.000889406528928035,0.5,0.255951455205554,0.0,0.000750540360092348,0.5,0.255951455205554,0.0,0.00330142132011541,0.5,0.255951455205554,0.0,0.00476075570180024,0.255951455205554,0.0,0.00201320151287292,0.0,0.0609624477926147,0.255951455205554,0.0,0.0723505409786147,0.5,0.255951455205554,0.0,0.127074034583402,0.255951455205554,0.0,0.0205826757809192,0.255951455205554,0.0,0.138192541270421,0.255951455205554,0.0,0.0353010308377394,0.0,0.184175052405467 -2685,0.255951455205554,0.0,0.174096764115233,0.255951455205554,0.0,0.100688811194209,0.255951455205554,0.0,0.153476760964226,0.255951455205554,0.0,0.188442695328384,0.255951455205554,0.0,0.0207319677868442,0.255951455205554,0.0,0.00236138292097723,0.5,0.255951455205554,0.0,0.00144794806816202,0.5,0.255951455205554,0.0,0.00264153424290277,0.5,0.255951455205554,0.0,0.00253902035439092,0.255951455205554,0.0,0.00206018280962147,0.0,0.0601360229680901,0.255951455205554,0.0,0.0624244081493816,0.5,0.255951455205554,0.0,0.133772629060504,0.255951455205554,0.0,0.0157449249566465,0.255951455205554,0.0,0.0686574044535643,0.255951455205554,0.0,0.0308223784483673,0.0,0.212385923261981 -2686,0.255951455205554,0.0,0.172477918584724,0.255951455205554,0.0,0.103925621425388,0.255951455205554,0.0,0.138909438188412,0.255951455205554,0.0,0.156865150538362,0.255951455205554,0.0,0.0195075123200063,0.255951455205554,0.0,0.00225341796767407,0.5,0.255951455205554,0.0,0.00227977794479485,0.5,0.255951455205554,0.0,0.00210906125777159,0.5,0.255951455205554,0.0,0.00143081403121875,0.255951455205554,0.0,0.00513694512818005,0.0,0.0584279589852793,0.255951455205554,0.0,0.0541376192476857,0.5,0.255951455205554,0.0,0.13812401021159,0.255951455205554,0.0,0.0116965309363663,0.255951455205554,0.0,0.0368989262214513,0.255951455205554,0.0,0.0169139399807128,0.0,0.250243598673673 -2687,0.255951455205554,0.0,0.178505815819101,0.255951455205554,0.0,0.109723594877657,0.255951455205554,0.0,0.115690829234309,0.255951455205554,0.0,0.128310761070512,0.255951455205554,0.0,0.0192097012199492,0.255951455205554,0.0,0.00192648401249808,0.5,0.255951455205554,0.0,0.00282602221585992,0.5,0.255951455205554,0.0,0.00249765705170598,0.5,0.255951455205554,0.0,0.00107273284951541,0.255951455205554,0.0,0.0064195915445023,0.0,0.0551151126183349,0.255951455205554,0.0,0.048917804443789,0.5,0.255951455205554,0.0,0.146640595651979,0.255951455205554,0.0,0.00551353428896304,0.255951455205554,0.0,0.0242246071209619,0.255951455205554,0.0,0.011028981474092,0.0,0.306832211156513 -2688,0.255951455205554,0.0,0.190215474437671,0.255951455205554,0.0,0.0850681798635538,0.255951455205554,0.0,0.0897810440000757,0.255951455205554,0.0,0.118205274642356,0.255951455205554,0.0,0.0168534928441303,0.255951455205554,0.0,0.0027806797780414,0.5,0.255951455205554,0.0,0.00285330967180827,0.5,0.255951455205554,0.0,0.003422207312263,0.5,0.255951455205554,0.0,0.00135129698028684,0.255951455205554,0.0,0.00614030429095811,0.0,0.0520234910894786,0.255951455205554,0.0,0.0453680548350255,0.5,0.255951455205554,0.0,0.153138200217675,0.255951455205554,0.0,0.0026811722554618,0.255951455205554,0.0,0.0166726866019436,0.255951455205554,0.0,0.00812962589088433,0.0,0.353981310953899 -2689,0.255951455205554,0.0,0.195106354765726,0.255951455205554,0.0,0.0664848337231106,0.255951455205554,0.0,0.0777167276957415,0.255951455205554,0.0,0.104541085570958,0.255951455205554,0.0,0.0143707923419126,0.255951455205554,0.0,0.00365823818097424,0.5,0.255951455205554,0.0,0.00340491888897548,0.5,0.255951455205554,0.0,0.00341269034926504,0.5,0.255951455205554,0.0,0.00216110561438748,0.255951455205554,0.0,0.00689022724834416,0.0,0.0499445985907625,0.255951455205554,0.0,0.0409019726939501,0.5,0.255951455205554,0.0,0.160319231126004,0.255951455205554,0.0,0.002252547029846,0.255951455205554,0.0,0.0128572809105747,0.255951455205554,0.0,0.00531958132807332,0.0,0.320789967321012 -2690,0.255951455205554,0.0,0.198577258846106,0.255951455205554,0.0,0.0582770393043482,0.255951455205554,0.0,0.073626109990065,0.255951455205554,0.0,0.10346002100441,0.255951455205554,0.0,0.0110085195948692,0.255951455205554,0.0,0.00443433750123388,0.5,0.255951455205554,0.0,0.00370102063998148,0.5,0.255951455205554,0.0,0.00262025054817324,0.5,0.255951455205554,0.0,0.00276369447192312,0.255951455205554,0.0,0.00677672621358437,0.0,0.0365983642772297,0.255951455205554,0.0,0.0360222335751947,0.5,0.255951455205554,0.0,0.163650712559405,0.255951455205554,0.0,0.00151701093529196,0.255951455205554,0.0,0.0105906183336054,0.255951455205554,0.0,0.00250707958428009,0.0,0.27470452999325 -2691,0.255951455205554,0.0,0.205761795208553,0.255951455205554,0.0,0.0567417453533966,0.255951455205554,0.0,0.0701913838797263,0.255951455205554,0.0,0.100806622049165,0.255951455205554,0.0,0.00848472990138412,0.255951455205554,0.0,0.00524627117948034,0.5,0.255951455205554,0.0,0.00284330622040751,0.5,0.255951455205554,0.0,0.00271333930090475,0.5,0.255951455205554,0.0,0.0032508759906521,0.255951455205554,0.0,0.00589324250465772,0.0,0.0296303487691067,0.255951455205554,0.0,0.0324336465699645,0.5,0.255951455205554,0.0,0.168205866009909,0.255951455205554,0.0,0.000537109779277064,0.255951455205554,0.0,0.00821942491884137,0.255951455205554,0.0,0.00147734353116896,0.0,0.258575887625342 -2692,0.255951455205554,0.0,0.217461574974923,0.255951455205554,0.0,0.0592746930733127,0.255951455205554,0.0,0.0683993904919213,0.255951455205554,0.0,0.0993530457949383,0.255951455205554,0.0,0.00706543026798758,0.255951455205554,0.0,0.00675242649925432,0.5,0.255951455205554,0.0,0.00237131292322259,0.5,0.255951455205554,0.0,0.00324172648329035,0.5,0.255951455205554,0.0,0.00310714505906394,0.255951455205554,0.0,0.00572511004880174,0.0,0.0239884479412093,0.255951455205554,0.0,0.0308035952342112,0.5,0.255951455205554,0.0,0.166919768214336,0.255951455205554,0.0,0.000207357532052543,0.255951455205554,0.0,0.00627945286469599,0.255951455205554,0.0,0.00121790195863431,0.0,0.272048201174332 -2693,0.255951455205554,0.0,0.230796199564378,0.255951455205554,0.0,0.0657141844512248,0.255951455205554,0.0,0.0653756273462266,0.255951455205554,0.0,0.100117447002157,0.255951455205554,0.0,0.00608250253353625,0.255951455205554,0.0,0.00565390668026935,0.5,0.255951455205554,0.0,0.00212560347482818,0.5,0.255951455205554,0.0,0.0034294495898795,0.5,0.255951455205554,0.0,0.00230779364176323,0.255951455205554,0.0,0.00320630845003823,0.0,0.0249086662333497,0.255951455205554,0.0,0.0319706903903992,0.5,0.255951455205554,0.0,0.159694654053476,0.255951455205554,0.0,0.000214738445386338,0.255951455205554,0.0,0.00502089585871012,0.255951455205554,0.0,0.00133044356996517,0.0,0.283327325201785 -2694,0.255951455205554,0.00358990078241148,0.243525260322823,0.255951455205554,0.00344167432315513,0.0722942648203031,0.255951455205554,0.00153278293267271,0.0632731637131729,0.255951455205554,0.00137744116536298,0.100032886562375,0.255951455205554,0.000421678506172365,0.00458648065298549,0.255951455205554,0.00120987451204105,0.00350765843058551,0.5,0.255951455205554,5.07631518435784e-08,0.00172323520190097,0.5,0.255951455205554,0.000380158534154185,0.00371682225193007,0.5,0.255951455205554,0.00270953333801814,0.00178018099081336,0.255951455205554,0.0,0.00106698781878265,0.00198333225286749,0.0305904824858102,0.255951455205554,0.00383665686218863,0.0366094846101214,0.5,0.255951455205554,0.00611507844251856,0.160358036576988,0.255951455205554,0.00535036967559165,0.000372154252352191,0.255951455205554,0.0035934283794265,0.00465123800748708,0.255951455205554,0.00312932442790083,0.00144426634495363,0.00460094240367534,0.289911355711589 -2695,0.255951455205554,0.0663577577525565,0.272245559578689,0.255951455205554,0.0660213954714173,0.0748228945984808,0.255951455205554,0.0606839200387,0.0636379881012925,0.255951455205554,0.0547855266203891,0.104033729874995,0.255951455205554,0.0603581246444737,0.00270051219591981,0.255951455205554,0.0708828716842514,0.00226008433171007,0.5,0.255951455205554,0.0531375725511446,0.00108347758842205,0.5,0.255951455205554,0.0657241457112352,0.00176462175417799,0.5,0.255951455205554,0.0714394740529123,0.0011114523620578,0.255951455205554,0.0371815674616303,0.000301331648732808,0.013124537736104,0.0455978388265224,0.255951455205554,0.0390589338581156,0.0440510506096234,0.5,0.255951455205554,0.0517570784459905,0.17618156306635,0.255951455205554,0.0600691051578518,0.000201836640093151,0.255951455205554,0.059049970336078,0.00582631112711632,0.255951455205554,0.0631778872541176,0.00108726031892995,0.0775923805260364,0.289005065076464 -2696,0.255951455205554,0.158274986949733,0.342959961434035,0.255951455205554,0.163626001863763,0.115536417177065,0.255951455205554,0.169736587434686,0.0823580663996602,0.255951455205554,0.159813251212514,0.130713159089506,0.255951455205554,0.169713753630174,0.00160137314149709,0.255951455205554,0.192222877284585,0.00159431396703633,0.5,0.255951455205554,0.143689449679898,0.000662829928340922,0.5,0.255951455205554,0.181406679115128,0.000446005332219266,0.5,0.255951455205554,0.17518643812954,0.000651747039946641,0.255951455205554,0.10135765456297,2.96715179461471e-06,0.0764922025767238,0.0627757371921258,0.255951455205554,0.0828497232509042,0.0543861178549836,0.5,0.255951455205554,0.101356861404723,0.213525222531036,0.255951455205554,0.121465461512203,0.000339864167533591,0.255951455205554,0.124235873489813,0.0144998578656131,0.255951455205554,0.151489160272924,0.00246324639111742,0.177003213423549,0.293297892893242 -2697,0.255951455205554,0.248237574622277,0.417855615952605,0.255951455205554,0.26595013771098,0.136429216529533,0.255951455205554,0.292797851675122,0.110234307358816,0.255951455205554,0.252000846313766,0.134122398950899,0.255951455205554,0.293851265695386,0.00145726391862553,0.255951455205554,0.329615098338531,0.000977551182330999,0.5,0.255951455205554,0.245162999623545,0.000848767490509465,0.5,0.255951455205554,0.317081258474313,0.000417975014227182,0.5,0.255951455205554,0.278880966936264,0.00122678640976624,0.255951455205554,0.139051923540064,4.20119184273184e-05,0.124842085363754,0.0595722500932773,0.255951455205554,0.141620227265793,0.0692154770017439,0.5,0.255951455205554,0.162347268611564,0.274934418998975,0.255951455205554,0.172925934629389,0.000933196579414352,0.255951455205554,0.166470646358984,0.0340745172209704,0.255951455205554,0.25026042030751,0.00184653262376087,0.225668402636833,0.307567120050941 -2698,0.255951455205554,0.323904479926341,0.50316691691348,0.255951455205554,0.379592132179486,0.174808798091892,0.255951455205554,0.406382000343668,0.138263600832251,0.255951455205554,0.283594255237685,0.138002547431134,0.255951455205554,0.419584926027984,0.00340958658664091,0.255951455205554,0.471023334576111,0.00157662929937197,0.5,0.255951455205554,0.349655359381086,0.0014075990227069,0.5,0.255951455205554,0.454780002561485,0.00157030588550846,0.5,0.255951455205554,0.363413191979825,0.00226832280080188,0.255951455205554,0.181467382245986,0.000354829033197926,0.172178189654411,0.052195575255666,0.255951455205554,0.172614022752664,0.0612598197130299,0.5,0.255951455205554,0.218542479536322,0.311199467148984,0.255951455205554,0.203154367663693,0.00438293108477581,0.255951455205554,0.188036358661725,0.0508769470686054,0.255951455205554,0.341250059788912,0.00288669044029449,0.301024741688768,0.317797503498385 -2699,0.255951455205554,0.378363460596219,0.560195543276839,0.255951455205554,0.459718714678572,0.235583811559102,0.255951455205554,0.489122234888941,0.159699524151364,0.255951455205554,0.34742400714751,0.172561170065705,0.255951455205554,0.501244065474845,0.00708506284745091,0.255951455205554,0.582944922813145,0.0030623223001239,0.5,0.255951455205554,0.429824739056567,0.00202433961667527,0.5,0.255951455205554,0.477476276989237,0.00638202381996657,0.5,0.255951455205554,0.38560354956385,0.00266036947438122,0.255951455205554,0.22166068215145,0.00305117633453149,0.219783725196326,0.0539685989773393,0.255951455205554,0.268505554778535,0.0689169623004051,0.5,0.255951455205554,0.266948659167676,0.378549784985684,0.255951455205554,0.228327726338703,0.00411369725162851,0.255951455205554,0.16072457213365,0.060465673492868,0.255951455205554,0.398178665421538,0.0073924955898361,0.332105436570527,0.301774651562892 -2700,0.255951455205554,0.443098963393439,0.639354604180829,0.255951455205554,0.545281575366794,0.381929222504402,0.255951455205554,0.516516638114874,0.182778353927348,0.255951455205554,0.442642303306929,0.198625713890144,0.255951455205554,0.499968894827228,0.00830323246357032,0.255951455205554,0.550799360227651,0.00196191573710746,0.5,0.255951455205554,0.353952947343436,0.00283935886663696,0.5,0.255951455205554,0.391164692183398,0.00933836222432677,0.5,0.255951455205554,0.352336921301106,0.00510965636590078,0.255951455205554,0.351363464544337,0.0117364015725243,0.302050468133933,0.0724523577134875,0.255951455205554,0.318927914014162,0.0932534820764606,0.5,0.255951455205554,0.303395442501916,0.435322519491884,0.255951455205554,0.214611554248669,0.00417370140913507,0.255951455205554,0.183433835348539,0.0677982796220255,0.255951455205554,0.432910162047992,0.0142283120518431,0.377819841847259,0.289424814246821 -2701,0.255951455205554,0.501363139841897,0.734224953938879,0.255951455205554,0.56926008879052,0.55904847271398,0.255951455205554,0.389877902823543,0.212170540524706,0.255951455205554,0.518090856774346,0.284775037082233,0.255951455205554,0.501820891915805,0.0107583693073954,0.255951455205554,0.396713254345527,0.0028883384376422,0.5,0.255951455205554,0.365130266716007,0.00301280112776126,0.5,0.255951455205554,0.347889837826056,0.0106813349514884,0.5,0.255951455205554,0.30444371707252,0.00675496026452366,0.255951455205554,0.478356585307661,0.0106912829651073,0.422732171749299,0.105624859399522,0.255951455205554,0.292849276182132,0.121033592980827,0.5,0.255951455205554,0.351665793211034,0.541282897613745,0.255951455205554,0.245471539550691,0.0106990888293457,0.255951455205554,0.198786224156456,0.0686706246221955,0.255951455205554,0.381070921049294,0.0267676250849655,0.358127857209868,0.3075731408715 -2702,0.255951455205554,0.518454264312068,0.789632316727807,0.255951455205554,0.582363165785399,0.587358294547367,0.255951455205554,0.410264785460918,0.249174794473968,0.255951455205554,0.554064955319693,0.33350888544654,0.255951455205554,0.442001052371063,0.0138422638534846,0.255951455205554,0.398238173862673,0.00399742781949703,0.5,0.255951455205554,0.302499857018394,0.00240643437720239,0.5,0.255951455205554,0.313555316005013,0.00923520456107888,0.5,0.255951455205554,0.296129580714137,0.0060053065128053,0.255951455205554,0.379308550231808,0.00531355152800063,0.235366970778685,0.0601269825638433,0.255951455205554,0.275358699349003,0.148283889514298,0.5,0.255951455205554,0.383256055967775,0.637493846251309,0.255951455205554,0.248831380318562,0.0153421077006965,0.255951455205554,0.229144943041553,0.0613850616077505,0.255951455205554,0.288513888015851,0.0296337880041972,0.257398976151303,0.345070608665366 -2703,0.255951455205554,0.476190030169944,0.803997914913674,0.255951455205554,0.538257247780124,0.563978962138299,0.255951455205554,0.386828235229654,0.264595345869158,0.255951455205554,0.305700013250213,0.348323062492693,0.255951455205554,0.358900023124872,0.0115347635597969,0.255951455205554,0.292046783861786,0.00343727028848114,0.5,0.255951455205554,0.305286707003844,0.00344914718533314,0.5,0.255951455205554,0.305348856816755,0.007131254417183,0.5,0.255951455205554,0.266095634673626,0.00445392477022609,0.255951455205554,0.336056691082761,0.0104318237217118,0.164658590298401,0.0371488533497569,0.255951455205554,0.210663251933284,0.146482038654172,0.5,0.255951455205554,0.368376631087717,0.685993075307916,0.255951455205554,0.197573326588828,0.0152642702122531,0.255951455205554,0.202272545283108,0.0841251385973455,0.255951455205554,0.234955955339425,0.033014506039332,0.27049064004474,0.396872858189424 -2704,0.255951455205554,0.376349621568519,0.797462249076651,0.255951455205554,0.441678573566368,0.553564368123865,0.255951455205554,0.273448737851932,0.23886022430355,0.255951455205554,0.228605802295114,0.300416852570043,0.255951455205554,0.275340938889402,0.0118044526521684,0.255951455205554,0.264524484539012,0.00304319158822714,0.5,0.255951455205554,0.252999498509928,0.00537338270393356,0.5,0.255951455205554,0.223965985892106,0.00709025091169045,0.5,0.255951455205554,0.194701234590588,0.00304732131327225,0.255951455205554,0.255637532847054,0.01057668775493,0.0997189585303622,0.0520104032455286,0.255951455205554,0.193469224281974,0.118561053852998,0.5,0.255951455205554,0.289888175541212,0.690456588953606,0.255951455205554,0.149269198456093,0.0155884432188279,0.255951455205554,0.141489840755824,0.0810985967935122,0.255951455205554,0.171934768289637,0.038640414553697,0.233771493950104,0.456479185748621 -2705,0.255951455205554,0.258178950957981,0.786070652039042,0.255951455205554,0.317436459558032,0.5536336141368,0.255951455205554,0.210966224843229,0.235289640958243,0.255951455205554,0.292141183307185,0.31119733485599,0.255951455205554,0.207081718667229,0.00882094902610108,0.255951455205554,0.139880819304382,0.00431891751484268,0.5,0.255951455205554,0.186753033733219,0.0074056822030906,0.5,0.255951455205554,0.1600767832341,0.00742239064383617,0.5,0.255951455205554,0.119938311191003,0.00687272257864724,0.255951455205554,0.138938843478113,0.014812920182752,0.157420194154879,0.0868992286891806,0.255951455205554,0.10139841512818,0.0852945346317976,0.5,0.255951455205554,0.19638951034574,0.66328827458084,0.255951455205554,0.0858398003391525,0.012908171859926,0.255951455205554,0.0746271346494645,0.0578570598778049,0.255951455205554,0.107839347097956,0.0459179367169546,0.142684491183487,0.493437674609328 -2706,0.255951455205554,0.124611800384836,0.764504865971211,0.255951455205554,0.178067115537671,0.422657964399686,0.255951455205554,0.117364878812003,0.197128159626245,0.255951455205554,0.107287526790963,0.309922051466262,0.255951455205554,0.116754487533706,0.0069657970572394,0.255951455205554,0.0971894465416307,0.00266273566701545,0.5,0.255951455205554,0.132888243762373,0.0081333452429582,0.5,0.255951455205554,0.0878635472391319,0.00842990883242529,0.5,0.255951455205554,0.0515267190649203,0.0152878243666472,0.255951455205554,0.0598584478714253,0.0233942702544578,0.0690903876497629,0.0552928647130911,0.255951455205554,0.0642904563655624,0.0740186399877138,0.5,0.255951455205554,0.0976229380657984,0.654530060679715,0.255951455205554,0.0473236286847822,0.0121991718062258,0.255951455205554,0.0430948737443886,0.0260602852581811,0.255951455205554,0.0430366808050324,0.046810274170569,0.0584309078260246,0.557533779169585 -2707,0.255951455205554,0.0324642328592438,0.738861162922614,0.255951455205554,0.0332121438520887,0.227114756241672,0.255951455205554,0.0376055863189608,0.157311662724633,0.255951455205554,0.0230050467826802,0.255001406448512,0.255951455205554,0.0421110894668556,0.00840556307522151,0.255951455205554,0.0284904519357171,0.00502062234061993,0.5,0.255951455205554,0.0313359429808573,0.0087952904666761,0.5,0.255951455205554,0.0202874823534271,0.00714070127242712,0.5,0.255951455205554,0.00590415976582996,0.0172752930064552,0.255951455205554,0.028437688970822,0.0238907517084312,0.00231926045632884,0.068994670079836,0.255951455205554,0.00445613290762016,0.0793650580863731,0.5,0.255951455205554,0.016081235617192,0.657378699435462,0.255951455205554,0.000745934179889241,0.0193174827135168,0.255951455205554,0.0104833879055668,0.016166965209294,0.255951455205554,0.00717877706991461,0.029844974501089,0.00934148925233505,0.672664324263487 -2708,0.255951455205554,0.0,0.726719247095159,0.255951455205554,0.0,0.150760985498823,0.255951455205554,0.0,0.148756266126338,0.255951455205554,0.0,0.207388036776068,0.255951455205554,0.0,0.011695807506652,0.255951455205554,0.0,0.00868490096582373,0.5,0.255951455205554,0.0,0.0129382100369704,0.5,0.255951455205554,0.0,0.00761582427624248,0.5,0.255951455205554,0.0,0.0189806744824492,0.255951455205554,0.0,0.0347634360438866,0.0,0.0667219452827715,0.255951455205554,0.0,0.0982386473938963,0.5,0.255951455205554,0.0,0.64023099035071,0.255951455205554,0.0,0.0192125131972453,0.255951455205554,0.0,0.0125221199911452,0.255951455205554,0.0,0.0159127709216028,0.0,0.743588142686073 -2709,0.255951455205554,0.0,0.758291789304113,0.255951455205554,0.0,0.187794517827921,0.255951455205554,0.0,0.150018495419173,0.255951455205554,0.0,0.178148368150003,0.255951455205554,0.0,0.0117082585734734,0.255951455205554,0.0,0.00646539633978975,0.5,0.255951455205554,0.0,0.0128065186463966,0.5,0.255951455205554,0.0,0.00774808703816457,0.5,0.255951455205554,0.0,0.01376718637547,0.255951455205554,0.0,0.0250928904872877,0.0,0.0843956507053249,0.255951455205554,0.0,0.130580606070026,0.5,0.255951455205554,0.0,0.634400196725146,0.255951455205554,0.0,0.0190556506075652,0.255951455205554,0.0,0.0099113682270164,0.255951455205554,0.0,0.010184781006204,0.0,0.802928886379428 -2710,0.255951455205554,0.0,0.792565235934694,0.255951455205554,0.0,0.266236068255341,0.255951455205554,0.0,0.153268201374347,0.255951455205554,0.0,0.198050867752995,0.255951455205554,0.0,0.00938464345827578,0.255951455205554,0.0,0.00294155534117408,0.5,0.255951455205554,0.0,0.0119814191460042,0.5,0.255951455205554,0.0,0.00519206349823855,0.5,0.255951455205554,0.0,0.00913970090611342,0.255951455205554,0.0,0.0133390160110705,0.0,0.0822311737704174,0.255951455205554,0.0,0.153611027391363,0.5,0.255951455205554,0.0,0.61696798504009,0.255951455205554,0.0,0.0181364550020552,0.255951455205554,0.0,0.0132929188951334,0.255951455205554,0.0,0.00973019120205541,0.0,0.825643911081313 -2711,0.255951455205554,0.0,0.821595085659908,0.255951455205554,0.0,0.317014404650861,0.255951455205554,0.0,0.164576351423035,0.255951455205554,0.0,0.218476774767544,0.255951455205554,0.0,0.00867638737610429,0.255951455205554,0.0,0.0023078363322952,0.5,0.255951455205554,0.0,0.0125796342023111,0.5,0.255951455205554,0.0,0.00407389147513854,0.5,0.255951455205554,0.0,0.00627902577277699,0.255951455205554,0.0,0.0138333304078565,0.0,0.0790976916214163,0.255951455205554,0.0,0.154996152398752,0.5,0.255951455205554,0.0,0.576219377320478,0.255951455205554,0.0,0.0169877458478991,0.255951455205554,0.0,0.0153883935739776,0.255951455205554,0.0,0.00928830605095519,0.0,0.830566160576063 -2712,0.255951455205554,0.0,0.793989362540196,0.255951455205554,0.0,0.258745568798981,0.255951455205554,0.0,0.166981303663158,0.255951455205554,0.0,0.244216410558205,0.255951455205554,0.0,0.009231235801861,0.255951455205554,0.0,0.00263718607325568,0.5,0.255951455205554,0.0,0.0117864312634659,0.5,0.255951455205554,0.0,0.004364604991742,0.5,0.255951455205554,0.0,0.00520455457497069,0.255951455205554,0.0,0.0154631188523184,0.0,0.10468860722408,0.255951455205554,0.0,0.163387511276717,0.5,0.255951455205554,0.0,0.525431934022981,0.255951455205554,0.0,0.0149223760643848,0.255951455205554,0.0,0.016325551619312,0.255951455205554,0.0,0.00751264948748513,0.0,0.84406528118164 -2713,0.255951455205554,0.0,0.73197467544054,0.255951455205554,0.0,0.21887204341215,0.255951455205554,0.0,0.143990859909332,0.255951455205554,0.0,0.1832705848575,0.255951455205554,0.0,0.0105580956636962,0.255951455205554,0.0,0.0048897768740781,0.5,0.255951455205554,0.0,0.0107414827888792,0.5,0.255951455205554,0.0,0.00536918961251397,0.5,0.255951455205554,0.0,0.00454720092497695,0.255951455205554,0.0,0.0134236552694422,0.0,0.142622647900792,0.255951455205554,0.0,0.164284643857222,0.5,0.255951455205554,0.0,0.472952339131294,0.255951455205554,0.0,0.0150353689506901,0.255951455205554,0.0,0.0195911069591546,0.255951455205554,0.0,0.00366202880617743,0.0,0.876734993902487 -2714,0.255951455205554,0.0,0.679917063771996,0.255951455205554,0.0,0.17535452295278,0.255951455205554,0.0,0.119276370875375,0.255951455205554,0.0,0.16014051619648,0.255951455205554,0.0,0.010835390193915,0.255951455205554,0.0,0.00537740249308477,0.5,0.255951455205554,0.0,0.00939913704714823,0.5,0.255951455205554,0.0,0.0052262794238878,0.5,0.255951455205554,0.0,0.00409896914906412,0.255951455205554,0.0,0.0103255924726643,0.0,0.165409225609675,0.255951455205554,0.0,0.164637210592498,0.5,0.255951455205554,0.0,0.414692661073787,0.255951455205554,0.0,0.0146922903587199,0.255951455205554,0.0,0.0224630340801222,0.255951455205554,0.0,0.00190917196802396,0.0,0.860283553031723 -2715,0.255951455205554,0.0,0.63332144211613,0.255951455205554,0.0,0.127619900224009,0.255951455205554,0.0,0.107538290372359,0.255951455205554,0.0,0.150004353595391,0.255951455205554,0.0,0.0100608663853096,0.255951455205554,0.0,0.00416017076163739,0.5,0.255951455205554,0.0,0.00890287953101846,0.5,0.255951455205554,0.0,0.00448936875528847,0.5,0.255951455205554,0.0,0.00360729147057467,0.255951455205554,0.0,0.00951739636672131,0.0,0.15138788212806,0.255951455205554,0.0,0.160276026499316,0.5,0.255951455205554,0.0,0.377582508335477,0.255951455205554,0.0,0.0152389733493631,0.255951455205554,0.0,0.0265198859240316,0.255951455205554,0.0,0.00119992672498216,0.0,0.783328325293217 -2716,0.255951455205554,0.0,0.595283134304901,0.255951455205554,0.0,0.129799603076271,0.255951455205554,0.0,0.0915617272397718,0.255951455205554,0.0,0.129579545863214,0.255951455205554,0.0,0.0102730228838669,0.255951455205554,0.0,0.00314122755378884,0.5,0.255951455205554,0.0,0.00978016796746861,0.5,0.255951455205554,0.0,0.00357247959650926,0.5,0.255951455205554,0.0,0.00307218640610888,0.255951455205554,0.0,0.0103692997850336,0.0,0.13895514513089,0.255951455205554,0.0,0.153398913549972,0.5,0.255951455205554,0.0,0.357282967304966,0.255951455205554,0.0,0.016621152207782,0.255951455205554,0.0,0.0293096948189736,0.255951455205554,0.0,0.00095141466786581,0.0,0.719133256597052 -2717,0.255951455205554,0.0,0.560950847177418,0.255951455205554,0.0,0.127600390071026,0.255951455205554,0.0,0.0760063734031528,0.255951455205554,0.0,0.111097592823314,0.255951455205554,0.0,0.0122900359568937,0.255951455205554,0.0,0.00276319626788423,0.5,0.255951455205554,0.0,0.0104208021076098,0.5,0.255951455205554,0.0,0.00336335216778125,0.5,0.255951455205554,0.0,0.00293810378563198,0.255951455205554,0.0,0.0118853315536602,0.0,0.130724239371219,0.255951455205554,0.0,0.144956661882523,0.5,0.255951455205554,0.0,0.32784104208358,0.255951455205554,0.0,0.0176509070191406,0.255951455205554,0.0,0.0291859753627747,0.255951455205554,0.0,0.001147900444206,0.0,0.716421952982462 -2718,0.255951455205554,0.000472110836888283,0.518576366037693,0.255951455205554,6.23630739162713e-05,0.128868107824963,0.255951455205554,0.000736208936716653,0.0657637857695413,0.255951455205554,0.000993094057746704,0.0850489627935166,0.255951455205554,0.00022926889054241,0.01509524705558,0.255951455205554,0.000756959470141314,0.00276878356991956,0.5,0.255951455205554,1.61327209496688e-05,0.0122335207753927,0.5,0.255951455205554,0.000148060249179619,0.00349752413362447,0.5,0.255951455205554,0.00182480350268022,0.00240115100381282,0.255951455205554,0.0,0.0102583145644925,0.0019616231873934,0.130486244516027,0.255951455205554,0.0046865172045161,0.145533712862035,0.5,0.255951455205554,0.00764709777252809,0.309269881935178,0.255951455205554,0.000781316253333841,0.0198868494599505,0.255951455205554,0.000853889764921424,0.0297312995518084,0.255951455205554,0.00217388960602942,0.00077238990622299,0.00162279176159939,0.69370197480859 -2719,0.255951455205554,0.0108979386452174,0.482596834888011,0.255951455205554,0.00205683163844552,0.118729557640228,0.255951455205554,0.0191291514448231,0.0590981057768619,0.255951455205554,0.0197845422645387,0.0702219257910038,0.255951455205554,0.0217381551785983,0.0166339227090187,0.255951455205554,0.035343955147122,0.00223627860258932,0.5,0.255951455205554,0.018114333795892,0.015810484615651,0.5,0.255951455205554,0.020030438524996,0.00473497499941351,0.5,0.255951455205554,0.0432904598713406,0.0015130255112847,0.255951455205554,0.0446214376212661,0.00894206621385265,0.0556098971698298,0.155452460406435,0.255951455205554,0.0446908697013513,0.154429668760705,0.5,0.255951455205554,0.0651840106339886,0.319715466282548,0.255951455205554,0.0124096397447415,0.0251829736466197,0.255951455205554,0.0111382174088372,0.0306049577497531,0.255951455205554,0.0450315092774262,0.000576311543091021,0.0383808484449773,0.605734681694249 -2720,0.255951455205554,0.0379992525410873,0.46143209611883,0.255951455205554,0.0421828830308262,0.110754755585898,0.255951455205554,0.0456549764882723,0.0545924392461612,0.255951455205554,0.0531421418953996,0.0630052072127814,0.255951455205554,0.0538177759557486,0.0169013237244121,0.255951455205554,0.0893255551048796,0.0030278986888683,0.5,0.255951455205554,0.0466948718799661,0.0300151412441173,0.5,0.255951455205554,0.0526729117130777,0.00908733681408192,0.5,0.255951455205554,0.111012756066339,0.00248107495196439,0.255951455205554,0.107402540812144,0.0243258284405565,0.176948745744996,0.20455583106021,0.255951455205554,0.118566290143928,0.171530948696108,0.5,0.255951455205554,0.165165169051618,0.351060696880427,0.255951455205554,0.0407815484008315,0.0353935287489638,0.255951455205554,0.0319230654686785,0.0332071613227023,0.255951455205554,0.120904347694184,0.00124294951975759,0.11590666172456,0.47307491602672 -2721,0.255951455205554,0.0999553819031328,0.487817444014592,0.255951455205554,0.095754812161143,0.111747234651593,0.255951455205554,0.0778713290452102,0.0525145639853364,0.255951455205554,0.10455217985453,0.083245892873003,0.255951455205554,0.0891123867667388,0.0176741819248974,0.255951455205554,0.143390732110442,0.00537895248204216,0.5,0.255951455205554,0.0778381549809628,0.0490942196588623,0.5,0.255951455205554,0.0863262495667339,0.0144857394356906,0.5,0.255951455205554,0.184337924600582,0.0091342482032875,0.255951455205554,0.15604396529967,0.0491665506176898,0.328106665354899,0.179683567821413,0.255951455205554,0.233386010625277,0.174336646152082,0.5,0.255951455205554,0.2958849637488,0.41917299807715,0.255951455205554,0.0780740523157387,0.0508888938594244,0.255951455205554,0.0582453381148041,0.0414024701852035,0.255951455205554,0.211859955707704,0.00292015041411364,0.206202869819212,0.374399257505322 -2722,0.255951455205554,0.181285673036139,0.483395810468801,0.255951455205554,0.161152118581354,0.0979626024648375,0.255951455205554,0.112125287377769,0.0499450909848918,0.255951455205554,0.145553930365871,0.0811244523408963,0.255951455205554,0.122402509606825,0.0122993693121192,0.255951455205554,0.202553159846045,0.00583991826640941,0.5,0.255951455205554,0.119976213069742,0.0537074361464502,0.5,0.255951455205554,0.114337270286719,0.018651340497777,0.5,0.255951455205554,0.24973779400384,0.0188081217125112,0.255951455205554,0.176889146445566,0.056446042211204,0.474556592830909,0.190190522186885,0.255951455205554,0.367504335970794,0.198015159458529,0.5,0.255951455205554,0.435658452042412,0.486721603952809,0.255951455205554,0.113445049110421,0.0769980426734304,0.255951455205554,0.0865574089583045,0.0520232375538952,0.255951455205554,0.281397273092344,0.00483829659299536,0.345099583871728,0.315996923812761 -2723,0.255951455205554,0.260164890796803,0.472511520229813,0.255951455205554,0.25430641772129,0.118255370318059,0.255951455205554,0.145904432730274,0.0507212915363298,0.255951455205554,0.185376374028655,0.0933367838971737,0.255951455205554,0.164450591572377,0.00883068006856561,0.255951455205554,0.236019492959214,0.00562020496490529,0.5,0.255951455205554,0.139722485543551,0.0542188676546649,0.5,0.255951455205554,0.145208869992298,0.0239644374201611,0.5,0.255951455205554,0.307371277245506,0.0279318958300593,0.255951455205554,0.337278769052958,0.0823690575864185,0.574095973867796,0.209702756590677,0.255951455205554,0.461505111192774,0.247799378046653,0.5,0.255951455205554,0.538781543682889,0.549006157796684,0.255951455205554,0.144985163942556,0.119762475498431,0.255951455205554,0.11479466389772,0.0641024309495583,0.255951455205554,0.330110733175554,0.0108774192386812,0.413726760149831,0.278689961399565 -2724,0.255951455205554,0.316332231150173,0.502781226309638,0.255951455205554,0.313787156610684,0.146771725672771,0.255951455205554,0.185953719215048,0.0626938248137666,0.255951455205554,0.109720031524172,0.105524677473942,0.255951455205554,0.182037068041677,0.0079365945693455,0.255951455205554,0.252677637901513,0.00452154510092375,0.5,0.255951455205554,0.111127412813233,0.0566679612876806,0.5,0.255951455205554,0.198946052328131,0.0320965619035517,0.5,0.255951455205554,0.348103555424687,0.0343741191124231,0.255951455205554,0.341956186887592,0.107761423812718,0.615194855930945,0.265945763172286,0.255951455205554,0.45413281789568,0.282003969076871,0.5,0.255951455205554,0.579470392322215,0.614412364373696,0.255951455205554,0.16111349404832,0.149898567068316,0.255951455205554,0.151590901133608,0.0897657162155362,0.255951455205554,0.317705339965199,0.0284827566143723,0.448573386334026,0.218149972329499 -2725,0.255951455205554,0.325932067130678,0.545530017323475,0.255951455205554,0.31885419633348,0.219814105213323,0.255951455205554,0.208241192435144,0.0902771977832619,0.255951455205554,0.29071866191424,0.158747672023988,0.255951455205554,0.233460913949958,0.00879143058251197,0.255951455205554,0.237603802604597,0.00492589300534691,0.5,0.255951455205554,0.147490220858323,0.0630764949434086,0.5,0.255951455205554,0.244356813177933,0.0460246913979933,0.5,0.255951455205554,0.367521411784726,0.0428177020245086,0.255951455205554,0.277497375685861,0.129958220551035,0.563780835995026,0.371132187043479,0.255951455205554,0.440221247342321,0.292779804164101,0.5,0.255951455205554,0.570456983985073,0.665640872942372,0.255951455205554,0.189174737741482,0.1639431082561,0.255951455205554,0.160095005991133,0.150774135824201,0.255951455205554,0.266469158043663,0.0579648885730082,0.446814115155031,0.172290714020002 -2726,0.255951455205554,0.313542993985174,0.593815621222435,0.255951455205554,0.27020009600172,0.303590649709966,0.255951455205554,0.202624958756639,0.12389311852417,0.255951455205554,0.13998244675348,0.181384454009604,0.255951455205554,0.256906021689479,0.0112060748214248,0.255951455205554,0.22621420610937,0.00804495810577541,0.5,0.255951455205554,0.214657058319734,0.0693209396751463,0.5,0.255951455205554,0.275393775498231,0.0560416202650317,0.5,0.255951455205554,0.408629651835009,0.047875783230329,0.255951455205554,0.234842625010299,0.147648803109229,0.378656027875143,0.337844108886067,0.255951455205554,0.382549713424339,0.273035067142296,0.5,0.255951455205554,0.542999614149864,0.682725788381449,0.255951455205554,0.278439456309275,0.215831696455709,0.255951455205554,0.178800392723472,0.217334204921614,0.255951455205554,0.323685560287148,0.094929933615302,0.385742577999262,0.144909115825286 -2727,0.255951455205554,0.293926345387722,0.630155093536155,0.255951455205554,0.149628159832602,0.230365917837435,0.255951455205554,0.171605567254106,0.124760594784416,0.255951455205554,0.235210868074221,0.195130335642915,0.255951455205554,0.236510992614663,0.0114857693340149,0.255951455205554,0.148133749014098,0.00886405992423723,0.5,0.255951455205554,0.259222574934487,0.0762628227195172,0.5,0.255951455205554,0.267521431943541,0.0499963819110234,0.5,0.255951455205554,0.396403532721691,0.0661938280490828,0.255951455205554,0.23137735943782,0.164777042834513,0.119736159948557,0.233401555413714,0.255951455205554,0.207022992939986,0.250484284490159,0.5,0.255951455205554,0.482837832345186,0.684805667521603,0.255951455205554,0.298572646965948,0.241090948285769,0.255951455205554,0.203019481969702,0.226435242775494,0.255951455205554,0.303761150326372,0.131069296261575,0.342003716297656,0.13697925830256 -2728,0.255951455205554,0.234614024940148,0.611139565598167,0.255951455205554,0.0831154632159299,0.17826170349221,0.255951455205554,0.128508324528264,0.1081515823444,0.255951455205554,0.0751936024782505,0.140774006294669,0.255951455205554,0.198381389662927,0.0129579642043383,0.255951455205554,0.0878829558559472,0.00669356719823379,0.5,0.255951455205554,0.21569956692438,0.0883043644011242,0.5,0.255951455205554,0.232987077561014,0.0479519401276091,0.5,0.255951455205554,0.307293550773899,0.0927119323589716,0.255951455205554,0.270424636927729,0.164133673196183,0.102673830305433,0.159887212988262,0.255951455205554,0.0924423257958972,0.208051684613117,0.5,0.255951455205554,0.369584692541085,0.679058457233126,0.255951455205554,0.233580957127301,0.26236874169783,0.255951455205554,0.177159408108252,0.252130748864226,0.255951455205554,0.255406173328872,0.138197192395041,0.273667753617187,0.132292277912674 -2729,0.255951455205554,0.142488534099087,0.577070037018411,0.255951455205554,0.0601557785101125,0.08590856378566,0.255951455205554,0.0721684451331299,0.0863167189992847,0.255951455205554,0.0438347423154241,0.113050856754432,0.255951455205554,0.164978775874531,0.0142400453972175,0.255951455205554,0.056391634672199,0.00640057691097124,0.5,0.255951455205554,0.114510688517044,0.0867739203790102,0.5,0.255951455205554,0.175781934893349,0.0489962899153656,0.5,0.255951455205554,0.197169784027802,0.104281420973776,0.255951455205554,0.161308562755111,0.152449462868037,0.112001975210345,0.116692621283913,0.255951455205554,0.0614014962622291,0.175626094852532,0.5,0.255951455205554,0.246887418313371,0.647757675531801,0.255951455205554,0.108318973244521,0.196201128856474,0.255951455205554,0.12446218800979,0.2373457011337,0.255951455205554,0.1469494372613,0.127570737769926,0.102054226787636,0.12794018992008 -2730,0.255951455205554,0.0535766024913859,0.572915134555713,0.255951455205554,0.023489538861297,0.0604016952416725,0.255951455205554,0.0418673561841287,0.0826913221329619,0.255951455205554,0.0583640612322135,0.118067307300252,0.255951455205554,0.103917131501702,0.0128961366351148,0.255951455205554,0.0360412116328944,0.0146041527516008,0.5,0.255951455205554,0.0661878853426816,0.0774994441027685,0.5,0.255951455205554,0.104135175961992,0.0402131064373121,0.5,0.255951455205554,0.0958786394321604,0.128435845917028,0.255951455205554,0.0744216166997647,0.104979798480963,0.0858052305366755,0.0718461183868652,0.255951455205554,0.0405374710158842,0.13027107338059,0.5,0.255951455205554,0.121602772508979,0.535941743822133,0.255951455205554,0.037616386133562,0.116069972850275,0.255951455205554,0.0516406895098305,0.226285970983466,0.255951455205554,0.0759571084045277,0.105593778337759,0.0392692651111104,0.119587947191045 -2731,0.255951455205554,0.0101313467993599,0.589727836293692,0.255951455205554,0.00463704990466914,0.0713586118574317,0.255951455205554,0.0141821132450505,0.0831203281109313,0.255951455205554,0.0160862362161416,0.109414454312253,0.255951455205554,0.0315037574610761,0.00831251960829816,0.255951455205554,0.0111984945946855,0.0229398701733586,0.5,0.255951455205554,0.0169209669550477,0.0477376925952116,0.5,0.255951455205554,0.0264702378894215,0.0281813607034168,0.5,0.255951455205554,0.0107014189173479,0.130359890235754,0.255951455205554,0.0126751286516402,0.0840319108484272,0.0128328796400842,0.0699734753875454,0.255951455205554,0.00170244055372695,0.109668838438282,0.5,0.255951455205554,0.021108501454458,0.375204810824894,0.255951455205554,0.00109791828002265,0.0780575104776141,0.255951455205554,0.00692413577514359,0.22030617753619,0.255951455205554,0.0119133996075247,0.0964308813394801,0.00902932003960333,0.114812724233835 -2732,0.255951455205554,7.36282844561982e-06,0.627729274429723,0.255951455205554,0.0,0.133153024503872,0.255951455205554,2.29225978142447e-07,0.0983845447051133,0.255951455205554,0.0,0.106528972884887,0.255951455205554,0.0,0.00952490802292319,0.255951455205554,0.0,0.031632474398723,0.5,0.255951455205554,0.0,0.0420365426162039,0.5,0.255951455205554,0.0,0.0335536761833721,0.5,0.255951455205554,0.0,0.146471329996586,0.255951455205554,0.0,0.0809357168171383,0.0,0.0924066558324314,0.255951455205554,0.0,0.101648929081088,0.5,0.255951455205554,0.0,0.24752891776518,0.255951455205554,0.0,0.0613769033309647,0.255951455205554,0.0,0.17723602742323,0.255951455205554,0.0,0.120797699030229,0.0,0.112680660214959 -2733,0.255951455205554,0.0,0.660011098695215,0.255951455205554,0.0,0.203410890521829,0.255951455205554,0.0,0.113570142568938,0.255951455205554,0.0,0.108399010556777,0.255951455205554,0.0,0.00837879767969545,0.255951455205554,0.0,0.0294089454817011,0.5,0.255951455205554,0.0,0.0391132463025041,0.5,0.255951455205554,0.0,0.0384375427926077,0.5,0.255951455205554,0.0,0.147789387718785,0.255951455205554,0.0,0.0808550439951546,0.0,0.0825528909819007,0.255951455205554,0.0,0.094410287371401,0.5,0.255951455205554,0.0,0.181476186638913,0.255951455205554,0.0,0.0546321551237956,0.255951455205554,0.0,0.124986925354242,0.255951455205554,0.0,0.157164779147126,0.0,0.127892642521697 -2734,0.255951455205554,0.0,0.643444811563319,0.255951455205554,0.0,0.253060615826157,0.255951455205554,0.0,0.128451652137848,0.255951455205554,0.0,0.135790165348942,0.255951455205554,0.0,0.00907181649329312,0.255951455205554,0.0,0.0311003740853775,0.5,0.255951455205554,0.0,0.0313106503509964,0.5,0.255951455205554,0.0,0.0611302828347811,0.5,0.255951455205554,0.0,0.151638984216921,0.255951455205554,0.0,0.0686277486215694,0.0,0.093941940117718,0.255951455205554,0.0,0.0987191349282433,0.5,0.255951455205554,0.0,0.138997199896247,0.255951455205554,0.0,0.0585269455993892,0.255951455205554,0.0,0.0943363856382437,0.255951455205554,0.0,0.149978794700333,0.0,0.161497764118861 -2735,0.255951455205554,0.0,0.584382658904062,0.255951455205554,0.0,0.244514151637205,0.255951455205554,0.0,0.13511988314605,0.255951455205554,0.0,0.207832772093303,0.255951455205554,0.0,0.0131011759844706,0.255951455205554,0.0,0.0418428539427522,0.5,0.255951455205554,0.0,0.0258489205822396,0.5,0.255951455205554,0.0,0.0963811980941731,0.5,0.255951455205554,0.0,0.131724191193821,0.255951455205554,0.0,0.0509709116845391,0.0,0.101726025902063,0.255951455205554,0.0,0.110903795360317,0.5,0.255951455205554,0.0,0.116669007084855,0.255951455205554,0.0,0.0647400673704763,0.255951455205554,0.0,0.096019538545439,0.255951455205554,0.0,0.113008266377895,0.0,0.215084791600206 -2736,0.255951455205554,0.0,0.482318403397356,0.255951455205554,0.0,0.210315247852447,0.255951455205554,0.0,0.135938432584147,0.255951455205554,0.0,0.24042573728224,0.255951455205554,0.0,0.023569927196416,0.255951455205554,0.0,0.0622694348624558,0.5,0.255951455205554,0.0,0.0226448023795004,0.5,0.255951455205554,0.0,0.111566341380454,0.5,0.255951455205554,0.0,0.101024036726697,0.255951455205554,0.0,0.0442364107321944,0.0,0.12578778540721,0.255951455205554,0.0,0.122637124522761,0.5,0.255951455205554,0.0,0.110659392656579,0.255951455205554,0.0,0.0653160487587525,0.255951455205554,0.0,0.105729787724893,0.255951455205554,0.0,0.0882455441409675,0.0,0.264458619060673 -2737,0.255951455205554,0.0,0.38853167972635,0.255951455205554,0.0,0.193733088344937,0.255951455205554,0.0,0.140467658990464,0.255951455205554,0.0,0.246220900328773,0.255951455205554,0.0,0.0382142730067146,0.255951455205554,0.0,0.0605909073000777,0.5,0.255951455205554,0.0,0.0256114281642521,0.5,0.255951455205554,0.0,0.10075210748367,0.5,0.255951455205554,0.0,0.0836617548311938,0.255951455205554,0.0,0.0561271441459442,0.0,0.13504373025792,0.255951455205554,0.0,0.12833256466721,0.5,0.255951455205554,0.0,0.106571565231341,0.255951455205554,0.0,0.0581607233471047,0.255951455205554,0.0,0.0930756938622633,0.255951455205554,0.0,0.0710545150436824,0.0,0.262919472686173 -2738,0.255951455205554,0.0,0.317158922274369,0.255951455205554,0.0,0.210260444143138,0.255951455205554,0.0,0.14939783153093,0.255951455205554,0.0,0.250324712739943,0.255951455205554,0.0,0.040275280456164,0.255951455205554,0.0,0.0537927298652258,0.5,0.255951455205554,0.0,0.0320783646901278,0.5,0.255951455205554,0.0,0.0852601377024541,0.5,0.255951455205554,0.0,0.0708526819960683,0.255951455205554,0.0,0.0592332533332326,0.0,0.137147881896849,0.255951455205554,0.0,0.130815331150309,0.5,0.255951455205554,0.0,0.109663812775835,0.255951455205554,0.0,0.0582696304042476,0.255951455205554,0.0,0.0859064629676467,0.255951455205554,0.0,0.057764147128296,0.0,0.217962777296661 -2739,0.255951455205554,0.0,0.26855707583163,0.255951455205554,0.0,0.237728078172896,0.255951455205554,0.0,0.16109773830915,0.255951455205554,0.0,0.272978951209203,0.255951455205554,0.0,0.0457436421664549,0.255951455205554,0.0,0.0524055697554482,0.5,0.255951455205554,0.0,0.0329152039832577,0.5,0.255951455205554,0.0,0.0779629342741134,0.5,0.255951455205554,0.0,0.061071559174294,0.255951455205554,0.0,0.0487022011991045,0.0,0.132408587348916,0.255951455205554,0.0,0.130923215672292,0.5,0.255951455205554,0.0,0.107906355078215,0.255951455205554,0.0,0.0610589691838325,0.255951455205554,0.0,0.094983464728806,0.255951455205554,0.0,0.0485961561313027,0.0,0.178617751642046 -2740,0.255951455205554,0.0,0.245213830362997,0.255951455205554,0.0,0.240226157129437,0.255951455205554,0.0,0.168405385343953,0.255951455205554,0.0,0.277385869686293,0.255951455205554,0.0,0.0553267361817134,0.255951455205554,0.0,0.0588079065356078,0.5,0.255951455205554,0.0,0.0366665286666663,0.5,0.255951455205554,0.0,0.0815224672257804,0.5,0.255951455205554,0.0,0.0625091327303232,0.255951455205554,0.0,0.0608192887107905,0.0,0.133035516761747,0.255951455205554,0.0,0.1290684738751,0.5,0.255951455205554,0.0,0.106668872439973,0.255951455205554,0.0,0.0682058284912568,0.255951455205554,0.0,0.112609868391321,0.255951455205554,0.0,0.0418570663180985,0.0,0.176773647784996 -2741,0.255951455205554,0.0,0.223155999514814,0.255951455205554,0.0,0.205953602641526,0.255951455205554,0.0,0.167842952554329,0.255951455205554,0.0,0.245781084296217,0.255951455205554,0.0,0.0676264567751306,0.255951455205554,0.0,0.0720871665669648,0.5,0.255951455205554,0.0,0.0457742840646668,0.5,0.255951455205554,0.0,0.0803199717876447,0.5,0.255951455205554,0.0,0.0735248076691847,0.255951455205554,0.0,0.0797053907200147,0.0,0.138267695051863,0.255951455205554,0.0,0.120926384185882,0.5,0.255951455205554,0.0,0.0960710099441459,0.255951455205554,0.0,0.0793882650130801,0.255951455205554,0.0,0.112322930233462,0.255951455205554,0.0,0.0390602112647223,0.0,0.204069435687547 -2742,0.255951455205554,0.00520633708042455,0.20631736608012,0.255951455205554,0.000376197133104281,0.16881633471829,0.255951455205554,0.00150278722459795,0.167742528010058,0.255951455205554,0.00282555595382629,0.213190014930529,0.255951455205554,0.000134053900547625,0.0762025060065546,0.255951455205554,0.0018934741971754,0.0718044896583631,0.5,0.255951455205554,0.000147486491559726,0.0554110953326272,0.5,0.255951455205554,0.00105043570791938,0.0803078684298036,0.5,0.255951455205554,0.00261742327218315,0.0848332495020489,0.255951455205554,0.0,0.109565504336015,0.0164748682267785,0.139424367065733,0.255951455205554,0.0174458566597844,0.118595471676737,0.5,0.255951455205554,0.00737888047594168,0.0870735242505799,0.255951455205554,0.00978840504868401,0.101209876050391,0.255951455205554,0.00642527051013166,0.115649876837596,0.255951455205554,0.00523076911984794,0.0466324203883743,0.00713240038331502,0.224769338685103 -2743,0.255951455205554,0.0721334511614761,0.189581958270176,0.255951455205554,0.00266964724218933,0.151052379375391,0.255951455205554,0.0342255167190459,0.184656989592064,0.255951455205554,0.0635561538956293,0.208541273097691,0.255951455205554,0.00925448028315169,0.0850033662705551,0.255951455205554,0.0668927973707895,0.0701025025722363,0.5,0.255951455205554,0.0489600941727855,0.0809687477098316,0.5,0.255951455205554,0.0569688685166261,0.096757771507482,0.5,0.255951455205554,0.0546626260309723,0.124480509288316,0.255951455205554,0.0569727444424363,0.155765030514384,0.10383348679449,0.14224543366615,0.255951455205554,0.102829895310472,0.151035941155395,0.5,0.255951455205554,0.0632642686996556,0.092152157266674,0.255951455205554,0.0797194755925523,0.126400164286653,0.255951455205554,0.0768134195155317,0.150910195384982,0.255951455205554,0.0780382638142166,0.111943450354834,0.0903924391455605,0.237652813762075 -2744,0.255951455205554,0.16320727005515,0.22491298986012,0.255951455205554,0.0114914382647467,0.150606989149186,0.255951455205554,0.105823317060851,0.241484539108712,0.255951455205554,0.162294018316667,0.287956786123449,0.255951455205554,0.0472065456865069,0.11511164937019,0.255951455205554,0.187295441201767,0.141246591254638,0.5,0.255951455205554,0.152240546690725,0.230840464887059,0.5,0.255951455205554,0.154035478734394,0.197235695536777,0.5,0.255951455205554,0.140707694200821,0.257694259956497,0.255951455205554,0.157055904004682,0.303454713290802,0.228134101303918,0.198686116345661,0.255951455205554,0.225725287495285,0.221200062429322,0.5,0.255951455205554,0.174477652835506,0.141392877427974,0.255951455205554,0.179340760116626,0.155943450657878,0.255951455205554,0.183364273690645,0.191625663427816,0.255951455205554,0.174559341731785,0.15550360218845,0.212543868069623,0.249586347073884 -2745,0.255951455205554,0.245895571812937,0.286653671891518,0.255951455205554,0.0726470400017157,0.203615291313042,0.255951455205554,0.210329908822501,0.331230331711404,0.255951455205554,0.274806068069632,0.440586919485876,0.255951455205554,0.135178775150361,0.169513050554009,0.255951455205554,0.332924400724722,0.246334905848335,0.5,0.255951455205554,0.306210806546368,0.331334981179049,0.5,0.255951455205554,0.261759045588062,0.30163921945507,0.5,0.255951455205554,0.246066164924491,0.356404346485674,0.255951455205554,0.299344441944381,0.452644167794832,0.362342117369345,0.25301755114561,0.255951455205554,0.360999087858758,0.264810259686828,0.5,0.255951455205554,0.327475362311327,0.215065653117628,0.255951455205554,0.29488101265661,0.225853855986836,0.255951455205554,0.323656544713902,0.237796702324605,0.255951455205554,0.268257704421778,0.187302261781234,0.324400860338316,0.270961544891491 -2746,0.255951455205554,0.292638607435314,0.314650913675461,0.255951455205554,0.340177752145626,0.433233924126313,0.255951455205554,0.33765988886011,0.420274765039252,0.255951455205554,0.384140800341329,0.536130793811459,0.255951455205554,0.276984523249447,0.248872463695124,0.255951455205554,0.478197489489483,0.38726308778512,0.5,0.255951455205554,0.464307356542174,0.370334040359258,0.5,0.255951455205554,0.36117624313831,0.345647485883262,0.5,0.255951455205554,0.354659850639052,0.375282989167941,0.255951455205554,0.454815773470777,0.459508286155724,0.518152923690161,0.340280234815439,0.255951455205554,0.499593410562628,0.3510683712277,0.5,0.255951455205554,0.489424041091677,0.337757156706056,0.255951455205554,0.389476787961765,0.313707645266691,0.255951455205554,0.491962772932687,0.31226331133075,0.255951455205554,0.36707191386495,0.286079775074911,0.419018091338351,0.305007192865911 -2747,0.255951455205554,0.370858878749935,0.344620604749007,0.255951455205554,0.55082260467258,0.571062946965299,0.255951455205554,0.430875265649252,0.482711937533206,0.255951455205554,0.346476181936416,0.592598569821489,0.255951455205554,0.425762124015942,0.32143111260139,0.255951455205554,0.579167516986965,0.477744290295733,0.5,0.255951455205554,0.568752518753556,0.422348436461754,0.5,0.255951455205554,0.425482400544616,0.310718867313659,0.5,0.255951455205554,0.424137359399026,0.374756254176032,0.255951455205554,0.571267981494062,0.568495432438625,0.633494991856255,0.561860422357489,0.255951455205554,0.576551283286273,0.516788031007619,0.5,0.255951455205554,0.613979956022184,0.508276614914363,0.255951455205554,0.426052590431636,0.400679801323465,0.255951455205554,0.621390072842187,0.478282887860261,0.255951455205554,0.458182474273279,0.383292271637545,0.509304413275192,0.348968758893312 -2748,0.255951455205554,0.472849045591006,0.411654800507885,0.255951455205554,0.553626431791937,0.637709618114319,0.255951455205554,0.447854195924223,0.504884570586223,0.255951455205554,0.313103312717889,0.554818429471877,0.255951455205554,0.523440071264339,0.379073950166257,0.255951455205554,0.63743589888176,0.504934756581111,0.5,0.255951455205554,0.617318368644837,0.430138750600654,0.5,0.255951455205554,0.445824546030206,0.267900040170111,0.5,0.255951455205554,0.450096090584907,0.362510202637335,0.255951455205554,0.592629940292308,0.530523204939496,0.672410180138206,0.682211950601869,0.255951455205554,0.572421307898342,0.595332615687496,0.5,0.255951455205554,0.677228621370858,0.538256172686737,0.255951455205554,0.418720761113413,0.446709553168568,0.255951455205554,0.677459968400899,0.626444422095372,0.255951455205554,0.528547496435632,0.532538771639614,0.596026753826214,0.397444520153349 -2749,0.255951455205554,0.61161799310236,0.511569977146246,0.255951455205554,0.524118988313401,0.583351414019918,0.255951455205554,0.459284854509184,0.488930444231214,0.255951455205554,0.407721947334637,0.510719185476325,0.255951455205554,0.545795256376588,0.41058399845216,0.255951455205554,0.664987412389983,0.504913594365375,0.5,0.255951455205554,0.62231473753957,0.395271216484606,0.5,0.255951455205554,0.428819861551179,0.235825559068298,0.5,0.255951455205554,0.439623040890837,0.352860058306133,0.255951455205554,0.593849188054894,0.424572161417816,0.660373579547833,0.688498511732907,0.255951455205554,0.535872649277678,0.568779899846484,0.5,0.255951455205554,0.682247100956585,0.542580317859651,0.255951455205554,0.379485785048696,0.420907045956698,0.255951455205554,0.681357560343382,0.657131445145516,0.255951455205554,0.531527351522223,0.609406374175718,0.663060367834845,0.453932567537172 -2750,0.255951455205554,0.608680152919627,0.568875423940363,0.255951455205554,0.506015665132537,0.48048325625631,0.255951455205554,0.477085590677836,0.444006027993644,0.255951455205554,0.539371585087358,0.5076926879724,0.255951455205554,0.547611587255024,0.427503622386209,0.255951455205554,0.649248390041629,0.512814420393313,0.5,0.255951455205554,0.591179888741738,0.3485660484755,0.5,0.255951455205554,0.399867223929741,0.233956760483349,0.5,0.255951455205554,0.409734028061419,0.339708222783887,0.255951455205554,0.597037656954124,0.367847982622024,0.561181741761526,0.695607488305467,0.255951455205554,0.501742898842583,0.539601612319361,0.5,0.255951455205554,0.654922185488594,0.537819587672522,0.255951455205554,0.324956845022921,0.363167758098782,0.255951455205554,0.63628936527927,0.617839753661157,0.255951455205554,0.450869046781345,0.625091434957647,0.693447332551695,0.525803126697664 -2751,0.255951455205554,0.540466128202653,0.611877150765767,0.255951455205554,0.338918217959269,0.393136646150312,0.255951455205554,0.424447987210665,0.376455627578028,0.255951455205554,0.44053828085322,0.483847467073391,0.255951455205554,0.478979962122202,0.426134916603499,0.255951455205554,0.583012693863027,0.531647412578308,0.5,0.255951455205554,0.515229511086968,0.298367287415856,0.5,0.255951455205554,0.360234719323655,0.246305861205437,0.5,0.255951455205554,0.35935994840779,0.331604389239775,0.255951455205554,0.510852102816273,0.275834555547019,0.477031401007287,0.741944455349257,0.255951455205554,0.414430907407048,0.522685483070962,0.5,0.255951455205554,0.570954200295611,0.531236439240514,0.255951455205554,0.261898462270679,0.322808430661002,0.255951455205554,0.54891146451448,0.561761935150343,0.255951455205554,0.372648066450708,0.614895039302885,0.636005256531175,0.542948975272783 -2752,0.255951455205554,0.443386246463885,0.635471223471968,0.255951455205554,0.118139459379902,0.196727369285213,0.255951455205554,0.329463171735462,0.336116357563878,0.255951455205554,0.34811079359564,0.435568829610745,0.255951455205554,0.383130639838111,0.406276352448597,0.255951455205554,0.465517293773311,0.535661659805512,0.5,0.255951455205554,0.408272280353739,0.248594904202456,0.5,0.255951455205554,0.29447107242527,0.243739740174989,0.5,0.255951455205554,0.282272272968462,0.320793636946426,0.255951455205554,0.373867263565919,0.212045193090571,0.28839894523906,0.724525132081865,0.255951455205554,0.30184280779237,0.528322035841234,0.5,0.255951455205554,0.448929567604726,0.527831141774738,0.255951455205554,0.200361634721767,0.291078952918953,0.255951455205554,0.424555062085358,0.510536781927767,0.255951455205554,0.266386712574547,0.561767213374001,0.514066696207544,0.496346319485792 -2753,0.255951455205554,0.336583719240787,0.608478369061227,0.255951455205554,0.0869488161978351,0.117430485754769,0.255951455205554,0.2413977284485,0.293955338957892,0.255951455205554,0.167787860310211,0.406515514601414,0.255951455205554,0.282141891174283,0.359631459922934,0.255951455205554,0.325411449118697,0.500404101109315,0.5,0.255951455205554,0.2741961994601,0.186909162713987,0.5,0.255951455205554,0.199010820023542,0.211424133336051,0.5,0.255951455205554,0.176891164136114,0.296992124975166,0.255951455205554,0.207167228917986,0.139767482359332,0.235297742087028,0.716419654045349,0.255951455205554,0.185131770676857,0.49964655056324,0.5,0.255951455205554,0.317789905057119,0.523094097205563,0.255951455205554,0.12342223067353,0.254690939790241,0.255951455205554,0.277693206908841,0.453462145198537,0.255951455205554,0.186111934596545,0.468053036650914,0.378286645383587,0.454041177595389 -2754,0.255951455205554,0.202835190603755,0.494531559764025,0.255951455205554,0.0560099987831204,0.126607332032952,0.255951455205554,0.148875312423301,0.222816741371811,0.255951455205554,0.100779499863278,0.307321505665589,0.255951455205554,0.167883913406526,0.235841696495555,0.255951455205554,0.182764515510512,0.358769929138333,0.5,0.255951455205554,0.152367820337994,0.0976774286146517,0.5,0.255951455205554,0.103428777314794,0.141186738351305,0.5,0.255951455205554,0.088601093627994,0.237960412466366,0.255951455205554,0.105960401098831,0.056290926407248,0.106215328589264,0.617486701512414,0.255951455205554,0.0943935544886185,0.382563646978402,0.5,0.255951455205554,0.173092978462944,0.465696131547567,0.255951455205554,0.0519653920648059,0.207269732224452,0.255951455205554,0.144852215284666,0.377852166394558,0.255951455205554,0.0918854069318223,0.324414048239555,0.226100513976029,0.459072395050109 -2755,0.255951455205554,0.0590526600655606,0.398735916861185,0.255951455205554,0.0205899815892743,0.199591388402479,0.255951455205554,0.0459331098860596,0.21306765824491,0.255951455205554,0.0419793673307937,0.22731105416688,0.255951455205554,0.0555608444083089,0.16082807329745,0.255951455205554,0.0398082525124367,0.209604506568755,0.5,0.255951455205554,0.0440450761451612,0.0540596105362255,0.5,0.255951455205554,0.0251306170719717,0.0650134540189531,0.5,0.255951455205554,0.0135813820760307,0.15278185597973,0.255951455205554,0.0328896949649721,0.0214114086081629,0.0129184780445323,0.32245908579931,0.255951455205554,0.0109393242717152,0.224644378596751,0.5,0.255951455205554,0.0304813206090066,0.34936204209138,0.255951455205554,0.00539307424755595,0.165334096110568,0.255951455205554,0.0262059555417614,0.315671116521446,0.255951455205554,0.0183450998936343,0.184511662734265,0.063211145403979,0.537445984847155 -2756,0.255951455205554,0.0,0.37010071261831,0.255951455205554,0.0,0.248997042119741,0.255951455205554,1.23143857355438e-06,0.254005441441069,0.255951455205554,0.0,0.31058736292556,0.255951455205554,0.0,0.151525191867301,0.255951455205554,0.0,0.10013468342316,0.5,0.255951455205554,0.0,0.0636882126359299,0.5,0.255951455205554,0.0,0.0470891551298523,0.5,0.255951455205554,0.0,0.129722459933052,0.255951455205554,0.0,0.0176604043962138,0.0,0.108137783145685,0.255951455205554,0.0,0.139291499703625,0.5,0.255951455205554,0.0,0.252532623689642,0.255951455205554,0.0,0.122599044967138,0.255951455205554,0.0,0.268536337707041,0.255951455205554,0.0,0.126535403273277,0.0,0.721355802190908 -2757,0.255951455205554,0.0,0.353191810766492,0.255951455205554,0.0,0.245188533353145,0.255951455205554,0.0,0.259023759871834,0.255951455205554,0.0,0.312797893297493,0.255951455205554,0.0,0.126554728895055,0.255951455205554,0.0,0.0455120514235936,0.5,0.255951455205554,0.0,0.0846480643543872,0.5,0.255951455205554,0.0,0.0348928003533336,0.5,0.255951455205554,0.0,0.112334396738842,0.255951455205554,0.0,0.0084717086699107,0.0,0.0809778942243384,0.255951455205554,0.0,0.0971895206942507,0.5,0.255951455205554,0.0,0.181138757657101,0.255951455205554,0.0,0.080360839685316,0.255951455205554,0.0,0.203507595523821,0.255951455205554,0.0,0.0962366415936132,0.0,0.791264590655787 -2758,0.255951455205554,0.0,0.327959750464814,0.255951455205554,0.0,0.202346601279259,0.255951455205554,0.0,0.235573799961252,0.255951455205554,0.0,0.271372264710681,0.255951455205554,0.0,0.101729242500274,0.255951455205554,0.0,0.0290218164647808,0.5,0.255951455205554,0.0,0.0777499614433661,0.5,0.255951455205554,0.0,0.0269064209465774,0.5,0.255951455205554,0.0,0.0887944938471992,0.255951455205554,0.0,0.00298875023381859,0.0,0.103621417187302,0.255951455205554,0.0,0.0809276149338067,0.5,0.255951455205554,0.0,0.135134820518879,0.255951455205554,0.0,0.0492161372985734,0.255951455205554,0.0,0.110861221944529,0.255951455205554,0.0,0.0657041252393201,0.0,0.787038499534867 -2759,0.255951455205554,0.0,0.293706414426201,0.255951455205554,0.0,0.143747210487222,0.255951455205554,0.0,0.203102164697127,0.255951455205554,0.0,0.250785192426176,0.255951455205554,0.0,0.0846947899994927,0.255951455205554,0.0,0.0240489256006973,0.5,0.255951455205554,0.0,0.0366462353726932,0.5,0.255951455205554,0.0,0.0237919706907875,0.5,0.255951455205554,0.0,0.069079085610658,0.255951455205554,0.0,0.00303092741278233,0.0,0.106675642955311,0.255951455205554,0.0,0.0766607405156723,0.5,0.255951455205554,0.0,0.108457536913313,0.255951455205554,0.0,0.0327781213200465,0.255951455205554,0.0,0.0610597309212429,0.255951455205554,0.0,0.0437484834073475,0.0,0.732994951343202 -2760,0.255951455205554,0.0,0.25441574173694,0.255951455205554,0.0,0.108570011030602,0.255951455205554,0.0,0.177094514353476,0.255951455205554,0.0,0.229131607876466,0.255951455205554,0.0,0.0758982183905212,0.255951455205554,0.0,0.0214904814509402,0.5,0.255951455205554,0.0,0.0162984620802856,0.5,0.255951455205554,0.0,0.02350267142973,0.5,0.255951455205554,0.0,0.0517894171374356,0.255951455205554,0.0,0.00512573888765853,0.0,0.0989697928440235,0.255951455205554,0.0,0.0728987397131564,0.5,0.255951455205554,0.0,0.0867330033078761,0.255951455205554,0.0,0.0236871733329277,0.255951455205554,0.0,0.0444235441883352,0.255951455205554,0.0,0.0287061883039189,0.0,0.664014602613434 -2761,0.255951455205554,0.0,0.223176533110955,0.255951455205554,0.0,0.120628753774236,0.255951455205554,0.0,0.148294079454088,0.255951455205554,0.0,0.198428664763616,0.255951455205554,0.0,0.0628316912548939,0.255951455205554,0.0,0.0149561858701191,0.5,0.255951455205554,0.0,0.00967495602705329,0.5,0.255951455205554,0.0,0.0199794354732048,0.5,0.255951455205554,0.0,0.0373821398648323,0.255951455205554,0.0,0.00561422512913394,0.0,0.0882295458896955,0.255951455205554,0.0,0.0695728625039304,0.5,0.255951455205554,0.0,0.0725186879580128,0.255951455205554,0.0,0.017654149718971,0.255951455205554,0.0,0.0405538959980718,0.255951455205554,0.0,0.0223930153756641,0.0,0.599398984182709 -2762,0.255951455205554,0.0,0.184169656340213,0.255951455205554,0.0,0.0757233272048861,0.255951455205554,0.0,0.122395083127095,0.255951455205554,0.0,0.145646260470819,0.255951455205554,0.0,0.0545550517727565,0.255951455205554,0.0,0.0109218142044716,0.5,0.255951455205554,0.0,0.00696725838144855,0.5,0.255951455205554,0.0,0.0182754678351625,0.5,0.255951455205554,0.0,0.0277756567264928,0.255951455205554,0.0,0.00427990943720654,0.0,0.0739833267321674,0.255951455205554,0.0,0.0659352554320963,0.5,0.255951455205554,0.0,0.0686049223217403,0.255951455205554,0.0,0.0144267305936517,0.255951455205554,0.0,0.0380661412643845,0.255951455205554,0.0,0.0213608904564161,0.0,0.565415282916144 -2763,0.255951455205554,0.0,0.151044209654367,0.255951455205554,0.0,0.0749569183631866,0.255951455205554,0.0,0.113822567503842,0.255951455205554,0.0,0.119637579135193,0.255951455205554,0.0,0.0533667265101374,0.255951455205554,0.0,0.00997136203999888,0.5,0.255951455205554,0.0,0.0055910629448263,0.5,0.255951455205554,0.0,0.0218479677752915,0.5,0.255951455205554,0.0,0.0224075970491504,0.255951455205554,0.0,0.00487167238523497,0.0,0.0645368542439569,0.255951455205554,0.0,0.0631629809407628,0.5,0.255951455205554,0.0,0.0685883460996227,0.255951455205554,0.0,0.0131655758326969,0.255951455205554,0.0,0.0386407093405585,0.255951455205554,0.0,0.019659140916661,0.0,0.597976576833723 -2764,0.255951455205554,0.0,0.136418027119989,0.255951455205554,0.0,0.0780453651849904,0.255951455205554,0.0,0.121213033911634,0.255951455205554,0.0,0.120479204688094,0.255951455205554,0.0,0.053330086670973,0.255951455205554,0.0,0.0103553214425545,0.5,0.255951455205554,0.0,0.00563074930915525,0.5,0.255951455205554,0.0,0.0215411529102437,0.5,0.255951455205554,0.0,0.0193876959715246,0.255951455205554,0.0,0.00558927462832259,0.0,0.0611844880739917,0.255951455205554,0.0,0.0631455723339261,0.5,0.255951455205554,0.0,0.0762863390598615,0.255951455205554,0.0,0.0128541014434802,0.255951455205554,0.0,0.0372261587138561,0.255951455205554,0.0,0.0169546677850163,0.0,0.607582174882057 -2765,0.255951455205554,0.0,0.135725555166562,0.255951455205554,0.0,0.0862419253832334,0.255951455205554,0.0,0.134643587269581,0.255951455205554,0.0,0.154385779515851,0.255951455205554,0.0,0.0537860136658653,0.255951455205554,0.0,0.011136398797917,0.5,0.255951455205554,0.0,0.00481232706358738,0.5,0.255951455205554,0.0,0.0187147248277944,0.5,0.255951455205554,0.0,0.0151308754909059,0.255951455205554,0.0,0.00293769304124578,0.0,0.0589235965034805,0.255951455205554,0.0,0.0625476972257316,0.5,0.255951455205554,0.0,0.0796012976055187,0.255951455205554,0.0,0.0107578601140814,0.255951455205554,0.0,0.0334020431541834,0.255951455205554,0.0,0.0145786070922759,0.0,0.54454176169906 -2766,0.255951455205554,0.00777666792493566,0.146907686189166,0.255951455205554,0.00709250257053769,0.0802028095724696,0.255951455205554,0.00384487809105442,0.139598444893517,0.255951455205554,0.00472816070030589,0.173539684184395,0.255951455205554,0.00168568943906616,0.055592077436389,0.255951455205554,0.000944716221203409,0.0125376797162799,0.5,0.255951455205554,0.000461406889790576,0.00388769855543076,0.5,0.255951455205554,0.00018270357078753,0.0165542910567527,0.5,0.255951455205554,0.000978340349826838,0.0125788967947309,0.255951455205554,0.0,0.0045359483567947,0.00488216104676652,0.0605626377660028,0.255951455205554,0.00434890083279204,0.0628219158088053,0.5,0.255951455205554,0.0176310379520485,0.0753837524018636,0.255951455205554,0.00498684206322336,0.00868915765732467,0.255951455205554,0.00226074824771548,0.0301223596161698,0.255951455205554,0.00109875860252248,0.0122543902599133,0.00970735914962397,0.501374335419535 -2767,0.255951455205554,0.0906624743346399,0.162326038285222,0.255951455205554,0.0874384101749094,0.0881616374375242,0.255951455205554,0.0724744441395113,0.147511047160128,0.255951455205554,0.0829689899700268,0.16400553285717,0.255951455205554,0.0676899927031432,0.0523437636016421,0.255951455205554,0.0224249430271155,0.011371987365924,0.5,0.255951455205554,0.0538094729956781,0.00332365628139403,0.5,0.255951455205554,0.0075323379191407,0.0147822210011819,0.5,0.255951455205554,0.0166157470426945,0.00992551479260186,0.255951455205554,0.0580054572327675,0.00473576347476676,0.0382940519407566,0.0716309293473946,0.255951455205554,0.0380826495980877,0.0731269006567391,0.5,0.255951455205554,0.0931038472268645,0.0808311776387238,0.255951455205554,0.0418526606511456,0.00828414967391975,0.255951455205554,0.0250330261834731,0.0371873921508329,0.255951455205554,0.0119065364835608,0.0149997101525137,0.0952340127184463,0.539574682233795 -2768,0.255951455205554,0.215607842731083,0.208905003475977,0.255951455205554,0.203934193783143,0.164411503829442,0.255951455205554,0.174743957882901,0.210743913057834,0.255951455205554,0.208280158086904,0.201032266926354,0.255951455205554,0.180976280568436,0.0712141916482176,0.255951455205554,0.0565552593361805,0.0153103323511708,0.5,0.255951455205554,0.13561033783848,0.00543614416305791,0.5,0.255951455205554,0.0246858427401191,0.0105088676643248,0.5,0.255951455205554,0.0483627930873175,0.0081187812087322,0.255951455205554,0.1584934971673,0.00512187653060707,0.0886472370782451,0.0935125798933656,0.255951455205554,0.0941893844828828,0.0960836961130959,0.5,0.255951455205554,0.194763995852888,0.133191636652088,0.255951455205554,0.0897465235699466,0.01304864533639,0.255951455205554,0.0638817936694035,0.0571330280025706,0.255951455205554,0.0366103930460992,0.025346343859703,0.225463683931744,0.625919348588473 -2769,0.255951455205554,0.348707770341283,0.302323015144839,0.255951455205554,0.321066611034114,0.284762806158161,0.255951455205554,0.283378281626985,0.311554714928647,0.255951455205554,0.340923567085711,0.32108363594757,0.255951455205554,0.30903014055503,0.129397248261906,0.255951455205554,0.0898425194221986,0.0377698061012348,0.5,0.255951455205554,0.215585029919686,0.0159827345122477,0.5,0.255951455205554,0.057858632118559,0.0130502224937351,0.5,0.255951455205554,0.0970217742670446,0.0178494293763931,0.255951455205554,0.273243518591252,0.00869684270489374,0.132154228625619,0.109588500397936,0.255951455205554,0.158680857614873,0.121262216620918,0.5,0.255951455205554,0.306706202923506,0.212245392076147,0.255951455205554,0.153402297096912,0.0237143527385829,0.255951455205554,0.120056391321721,0.0914131366998823,0.255951455205554,0.0989107229569952,0.0438209453655833,0.365335420359983,0.667554836772636 -2770,0.255951455205554,0.485426846337496,0.384854027610232,0.255951455205554,0.432468610077194,0.346367248974779,0.255951455205554,0.385957539222445,0.361102174333863,0.255951455205554,0.43090438453775,0.421289716904074,0.255951455205554,0.428074579130658,0.199668845691586,0.255951455205554,0.131946226751415,0.0642344808545818,0.5,0.255951455205554,0.303831390429083,0.0490503411447615,0.5,0.255951455205554,0.113989701613251,0.0227331455762443,0.5,0.255951455205554,0.135335111655672,0.0277991430494786,0.255951455205554,0.398417793550129,0.0248160084168873,0.166549045192761,0.12485515387456,0.255951455205554,0.25015746951053,0.147325931406154,0.5,0.255951455205554,0.432037732904636,0.256502470116419,0.255951455205554,0.213217976564495,0.0355117936555586,0.255951455205554,0.206105625210407,0.11423712126699,0.255951455205554,0.138212964327975,0.0456511401186299,0.509599558286752,0.699244661724372 -2771,0.255951455205554,0.598822259520172,0.478005279649112,0.255951455205554,0.526467106099294,0.461002072703338,0.255951455205554,0.459828437201818,0.41983413810188,0.255951455205554,0.469619043992992,0.517867235003259,0.255951455205554,0.510503946648307,0.226929192373319,0.255951455205554,0.178352895682058,0.0802478901423402,0.5,0.255951455205554,0.394718961003757,0.0994142659159414,0.5,0.255951455205554,0.18441181933491,0.0223942015205027,0.5,0.255951455205554,0.183562515810249,0.0319364094011789,0.255951455205554,0.441839921975702,0.0420164005202592,0.214064219497248,0.140081752528232,0.255951455205554,0.35101587491021,0.179803337681727,0.5,0.255951455205554,0.544945491812204,0.3342559030252,0.255951455205554,0.235594627049779,0.0433939055570486,0.255951455205554,0.277971503042073,0.118018778591168,0.255951455205554,0.166384978182328,0.0457945750679628,0.630463694497959,0.72244167419654 -2772,0.255951455205554,0.663168910596056,0.544324221968659,0.255951455205554,0.594794503220516,0.545407962892805,0.255951455205554,0.486791958773964,0.470395751633572,0.255951455205554,0.498869630394939,0.582358251732981,0.255951455205554,0.5415618346841,0.224737084929094,0.255951455205554,0.261489819951108,0.0900690713094834,0.5,0.255951455205554,0.465647541390646,0.120190929315873,0.5,0.255951455205554,0.245631001646877,0.0155305492654035,0.5,0.255951455205554,0.225391390559542,0.0321257509094118,0.255951455205554,0.441437482538056,0.0438054699138098,0.259095252107897,0.147668700714869,0.255951455205554,0.435217917870871,0.198885519762635,0.5,0.255951455205554,0.612998168838867,0.377207460328132,0.255951455205554,0.249150363549718,0.049365117590833,0.255951455205554,0.283776321268928,0.121624526832689,0.255951455205554,0.188589715186757,0.0553825846417752,0.699055143705363,0.733536363613275 -2773,0.255951455205554,0.691020951606465,0.571469098127407,0.255951455205554,0.607009074010685,0.491538711870241,0.255951455205554,0.482417281805573,0.476057787537649,0.255951455205554,0.49734813660265,0.618172395264865,0.255951455205554,0.565842981873269,0.213314277961965,0.255951455205554,0.335212736136737,0.0848707236443611,0.5,0.255951455205554,0.458625792871851,0.126767424895473,0.5,0.255951455205554,0.288263467502436,0.0174671665164235,0.5,0.255951455205554,0.230629282202678,0.0384987580335805,0.255951455205554,0.452600672051783,0.045610593045865,0.249588418265002,0.137971652355268,0.255951455205554,0.457742459364678,0.18372409601201,0.5,0.255951455205554,0.625175753368777,0.370226947985901,0.255951455205554,0.225343493550633,0.0497113670294777,0.255951455205554,0.259302962793663,0.14915821332564,0.255951455205554,0.186127908140041,0.0795820779713365,0.725408517755698,0.743090048856953 -2774,0.255951455205554,0.664867371968843,0.579266194843392,0.255951455205554,0.520730068040194,0.426682372107326,0.255951455205554,0.459301300143014,0.463849387139409,0.255951455205554,0.354452053779643,0.630235603326337,0.255951455205554,0.518254930131017,0.202078820416549,0.255951455205554,0.338928742944612,0.0845102168681524,0.5,0.255951455205554,0.434473645387554,0.144722179771459,0.5,0.255951455205554,0.288317964222431,0.0163855120933729,0.5,0.255951455205554,0.212061753248638,0.0424524016739588,0.255951455205554,0.480708589689675,0.0553648953994191,0.247448818185714,0.113873945035996,0.255951455205554,0.415205992940072,0.156685058913769,0.5,0.255951455205554,0.584158266990578,0.353912221858543,0.255951455205554,0.196061529847028,0.0521242688524502,0.255951455205554,0.241271699250463,0.18913788940409,0.255951455205554,0.191981965010324,0.109677256159243,0.695879649936126,0.747495748468979 -2775,0.255951455205554,0.59522468242828,0.585919622872602,0.255951455205554,0.432362828278214,0.454286977582808,0.255951455205554,0.389552063130087,0.466538145353698,0.255951455205554,0.214427641522381,0.570878136413767,0.255951455205554,0.414387882797084,0.206276496257211,0.255951455205554,0.296456185761785,0.102873429481815,0.5,0.255951455205554,0.36887118464009,0.154591785175841,0.5,0.255951455205554,0.282648462498178,0.0138312847079986,0.5,0.255951455205554,0.207178059699446,0.049918064973953,0.255951455205554,0.318815558624581,0.0738982332853642,0.279915066577155,0.0885859994356693,0.255951455205554,0.323037189260918,0.141166869497116,0.5,0.255951455205554,0.506166345312455,0.365321821332761,0.255951455205554,0.194315798724114,0.0628252625178326,0.255951455205554,0.200936378009886,0.203705582285351,0.255951455205554,0.159944947506742,0.129833453970983,0.621698655751693,0.753803598964036 -2776,0.255951455205554,0.464453878476979,0.579278813245228,0.255951455205554,0.237558766824127,0.456124918302355,0.255951455205554,0.30962157808389,0.470767024442886,0.255951455205554,0.190692385091923,0.483133005535411,0.255951455205554,0.308408805489329,0.19277565493981,0.255951455205554,0.272551267930061,0.123424281388081,0.5,0.255951455205554,0.301478381212333,0.141723070084659,0.5,0.255951455205554,0.262844960537524,0.0227295434708962,0.5,0.255951455205554,0.182268938913022,0.0633878287954342,0.255951455205554,0.128272540830607,0.0361613538690793,0.231339455109511,0.0885908066799926,0.255951455205554,0.251017000700397,0.143300565695144,0.5,0.255951455205554,0.385423076783625,0.385671451308393,0.255951455205554,0.190168943652644,0.0732616393120326,0.255951455205554,0.145647837789464,0.19734341061247,0.255951455205554,0.150369974580052,0.143925421634286,0.501475089635028,0.769507195361082 -2777,0.255951455205554,0.329672952444511,0.534738702737692,0.255951455205554,0.161161010969374,0.330960697662848,0.255951455205554,0.223187026589267,0.443799545747834,0.255951455205554,0.174335607248267,0.438513719587825,0.255951455205554,0.201651596385683,0.166629085526478,0.255951455205554,0.231086954389432,0.141899453373419,0.5,0.255951455205554,0.170767589885404,0.0734509335081369,0.5,0.255951455205554,0.196351268075248,0.0455365516062803,0.5,0.255951455205554,0.153411184646238,0.0782657434371001,0.255951455205554,0.084609359252865,0.0139457235957852,0.228850082464035,0.0843796272177473,0.255951455205554,0.196996127733727,0.152146811918926,0.5,0.255951455205554,0.275194868940425,0.395583500657359,0.255951455205554,0.160594534922068,0.0720952606728131,0.255951455205554,0.0934765485669599,0.176443694283052,0.255951455205554,0.108697222064195,0.154569675996814,0.368062045549067,0.786199634964274 -2778,0.255951455205554,0.189662464443519,0.451866928362363,0.255951455205554,0.161501964474824,0.214853242944511,0.255951455205554,0.147459603959139,0.35853000880153,0.255951455205554,0.141494893840134,0.390306312434517,0.255951455205554,0.0951171419457265,0.110687884751181,0.255951455205554,0.13765081008775,0.108426480918764,0.5,0.255951455205554,0.0719934748954616,0.0263371105153953,0.5,0.255951455205554,0.113582872784495,0.046109977941644,0.5,0.255951455205554,0.101633758274915,0.0762656475647703,0.255951455205554,0.0200035126882472,0.00360077004959393,0.131232585259618,0.0304516223008513,0.255951455205554,0.109031418951874,0.119307030607636,0.5,0.255951455205554,0.156217158374479,0.347316021577918,0.255951455205554,0.0815812436396042,0.0468094986885785,0.255951455205554,0.0472270499762804,0.128986980224462,0.255951455205554,0.0805884423492069,0.145154471555379,0.220145458460285,0.80170896192574 -2779,0.255951455205554,0.0595386766319627,0.422596684580855,0.255951455205554,0.0443775765431745,0.090895455627852,0.255951455205554,0.0543792924559403,0.240462018336475,0.255951455205554,0.0576261508104065,0.266251666238379,0.255951455205554,0.0265492100622278,0.0709443632708916,0.255951455205554,0.0399841794361191,0.0603263254882994,0.5,0.255951455205554,0.0158822781980297,0.00511456415049914,0.5,0.255951455205554,0.0251903159345511,0.0271691087636841,0.5,0.255951455205554,0.0197587118019369,0.0398452889624049,0.255951455205554,0.00940547669309309,0.00099372662555374,0.0245769965633703,0.0589284923613264,0.255951455205554,0.0161731911333916,0.0871889218859753,0.5,0.255951455205554,0.0320938191657476,0.247525700548774,0.255951455205554,0.0080859376911087,0.0474846311031027,0.255951455205554,0.0118953592215126,0.0734955898958074,0.255951455205554,0.0222938428184051,0.103711418068905,0.0658326758182151,0.811420264272042 -2780,0.255951455205554,0.0,0.422098421242163,0.255951455205554,0.0,0.0723603817573181,0.255951455205554,0.0,0.20966934312323,0.255951455205554,0.0,0.220394848995218,0.255951455205554,8.60976356194642e-08,0.0823118467569416,0.255951455205554,0.0,0.0651521252403034,0.5,0.255951455205554,0.0,0.00339313600387973,0.5,0.255951455205554,0.0,0.0271315881236805,0.5,0.255951455205554,0.0,0.0226049456382256,0.255951455205554,0.0,0.00547209874896488,0.0,0.109513069753897,0.255951455205554,0.0,0.0956127796374964,0.5,0.255951455205554,0.0,0.191115634627072,0.255951455205554,0.0,0.0552097786029631,0.255951455205554,0.0,0.0505621954828406,0.255951455205554,0.0,0.0753261594039099,0.0,0.819444221528405 -2781,0.255951455205554,0.0,0.415651432442332,0.255951455205554,0.0,0.0700077849885779,0.255951455205554,0.0,0.204003511817246,0.255951455205554,0.0,0.22166775235779,0.255951455205554,0.0,0.0996548270803748,0.255951455205554,0.0,0.0659109730249005,0.5,0.255951455205554,0.0,0.00740479386812598,0.5,0.255951455205554,0.0,0.0230234934718905,0.5,0.255951455205554,0.0,0.0168894953476636,0.255951455205554,0.0,0.0488742995634786,0.0,0.112578862985133,0.255951455205554,0.0,0.0960096219689565,0.5,0.255951455205554,0.0,0.162456492277375,0.255951455205554,0.0,0.0489872158989449,0.255951455205554,0.0,0.0452889646226849,0.255951455205554,0.0,0.0501536319024887,0.0,0.833310934052455 -2782,0.255951455205554,0.0,0.394269622133374,0.255951455205554,0.0,0.0949720145167443,0.255951455205554,0.0,0.204723922732942,0.255951455205554,0.0,0.243622551958547,0.255951455205554,0.0,0.108165891540458,0.255951455205554,0.0,0.0577035363715297,0.5,0.255951455205554,0.0,0.0551328161711933,0.5,0.255951455205554,0.0,0.023779465478518,0.5,0.255951455205554,0.0,0.0155059239519039,0.255951455205554,0.0,0.369981983759886,0.0,0.0804340815290957,0.255951455205554,0.0,0.0860510398822117,0.5,0.255951455205554,0.0,0.136315621242327,0.255951455205554,0.0,0.0387131130306698,0.255951455205554,0.0,0.0513367787757071,0.255951455205554,0.0,0.0395482308452465,0.0,0.836923811543185 -2783,0.255951455205554,0.0,0.364978083175249,0.255951455205554,0.0,0.122873016809072,0.255951455205554,0.0,0.209511801598308,0.255951455205554,0.0,0.25143080487148,0.255951455205554,0.0,0.0985047149664627,0.255951455205554,0.0,0.0373471483274649,0.5,0.255951455205554,0.0,0.1340446154211,0.5,0.255951455205554,0.0,0.0465923962596765,0.5,0.255951455205554,0.0,0.0147780875308018,0.255951455205554,0.0,0.467972375269854,0.0,0.0663754992429767,0.255951455205554,0.0,0.0773266220983797,0.5,0.255951455205554,0.0,0.115051345242529,0.255951455205554,0.0,0.033416844560365,0.255951455205554,0.0,0.0646437691770207,0.255951455205554,0.0,0.0349311029365476,0.0,0.830726098986402 -2784,0.255951455205554,0.0,0.323873822346668,0.255951455205554,0.0,0.120663862463416,0.255951455205554,0.0,0.210405553828436,0.255951455205554,0.0,0.245120922848228,0.255951455205554,0.0,0.108753047785047,0.255951455205554,0.0,0.0274455184286352,0.5,0.255951455205554,0.0,0.183738657568899,0.5,0.255951455205554,0.0,0.0756579384341567,0.5,0.255951455205554,0.0,0.0117218023215634,0.255951455205554,0.0,0.290362153386991,0.0,0.0607296025350667,0.255951455205554,0.0,0.0705509066214171,0.5,0.255951455205554,0.0,0.0999520842386539,0.255951455205554,0.0,0.034066158630576,0.255951455205554,0.0,0.0714907678714593,0.255951455205554,0.0,0.0277239214502069,0.0,0.809899103426587 -2785,0.255951455205554,0.0,0.291293555417076,0.255951455205554,0.0,0.106139483314593,0.255951455205554,0.0,0.206250853346729,0.255951455205554,0.0,0.214291954477549,0.255951455205554,0.0,0.128821897005854,0.255951455205554,0.0,0.0218302935500882,0.5,0.255951455205554,0.0,0.216541110920636,0.5,0.255951455205554,0.0,0.0803700175281119,0.5,0.255951455205554,0.0,0.00830489811842659,0.255951455205554,0.0,0.113903445833896,0.0,0.0614651594119858,0.255951455205554,0.0,0.0669029725842919,0.5,0.255951455205554,0.0,0.0917752626531136,0.255951455205554,0.0,0.0376377278885016,0.255951455205554,0.0,0.0703632068721087,0.255951455205554,0.0,0.0200241067061929,0.0,0.768462130202382 -2786,0.255951455205554,0.0,0.270804388743111,0.255951455205554,0.0,0.100476068156566,0.255951455205554,0.0,0.20478705682658,0.255951455205554,0.0,0.182815606787147,0.255951455205554,0.0,0.126637850221203,0.255951455205554,0.0,0.0192878321903994,0.5,0.255951455205554,0.0,0.183695922505966,0.5,0.255951455205554,0.0,0.062864837732815,0.5,0.255951455205554,0.0,0.00584160187573688,0.255951455205554,0.0,0.0470998256409197,0.0,0.0652907883656988,0.255951455205554,0.0,0.069244957097448,0.5,0.255951455205554,0.0,0.0869250015653979,0.255951455205554,0.0,0.0407714051707357,0.255951455205554,0.0,0.0703297154884619,0.255951455205554,0.0,0.0187358359021272,0.0,0.722069399881371 -2787,0.255951455205554,0.0,0.260599839657892,0.255951455205554,0.0,0.113892614568091,0.255951455205554,0.0,0.185972626293388,0.255951455205554,0.0,0.174891380910136,0.255951455205554,0.0,0.0914630463958695,0.255951455205554,0.0,0.0188022050512259,0.5,0.255951455205554,0.0,0.126958989529517,0.5,0.255951455205554,0.0,0.0786171835017822,0.5,0.255951455205554,0.0,0.00548533776544184,0.255951455205554,0.0,0.056382960550487,0.0,0.0578994297115256,0.255951455205554,0.0,0.0705834572379391,0.5,0.255951455205554,0.0,0.086915617008445,0.255951455205554,0.0,0.0431137736524647,0.255951455205554,0.0,0.072929171386293,0.255951455205554,0.0,0.0211087845366358,0.0,0.722819760701947 -2788,0.255951455205554,0.0,0.253163979574682,0.255951455205554,0.0,0.129255654170451,0.255951455205554,0.0,0.178316663675601,0.255951455205554,0.0,0.181606955896446,0.255951455205554,0.0,0.0596686761563467,0.255951455205554,0.0,0.0181263173213549,0.5,0.255951455205554,0.0,0.0924026286979354,0.5,0.255951455205554,0.0,0.162325337317822,0.5,0.255951455205554,0.0,0.0158786492366486,0.255951455205554,0.0,0.080986039634925,0.0,0.0645596992383248,0.255951455205554,0.0,0.0728491227967731,0.5,0.255951455205554,0.0,0.0908836713899979,0.255951455205554,0.0,0.0467594607844232,0.255951455205554,0.0,0.076785876765641,0.255951455205554,0.0,0.0245398215476631,0.0,0.692607039487022 -2789,0.255951455205554,0.0,0.253460418634903,0.255951455205554,0.0,0.160093517640739,0.255951455205554,0.0,0.180233813312221,0.255951455205554,0.0,0.201345963174203,0.255951455205554,0.0,0.0444359666809039,0.255951455205554,0.0,0.0236867721394225,0.5,0.255951455205554,0.0,0.0868335303130075,0.5,0.255951455205554,0.0,0.25172007319725,0.5,0.255951455205554,0.0,0.042112071954863,0.255951455205554,0.0,0.129512336673476,0.0,0.0714839366693876,0.255951455205554,0.0,0.0843996604102642,0.5,0.255951455205554,0.0,0.101384746747968,0.255951455205554,0.0,0.0533397668217075,0.255951455205554,0.0,0.0791988237832151,0.255951455205554,0.0,0.0273336146793029,0.0,0.699515769753385 -2790,0.255951455205554,0.00945751471879945,0.252182349230652,0.255951455205554,0.00844889743921697,0.172279265764719,0.255951455205554,0.00153839273259913,0.197087604325085,0.255951455205554,0.00112286276414858,0.223274757652742,0.255951455205554,0.000317603893653617,0.0427324016343178,0.255951455205554,0.000866855567509468,0.0342405821068463,0.5,0.255951455205554,0.000275816761382987,0.0945030521585839,0.5,0.255951455205554,0.00022330434415002,0.291257070726314,0.5,0.255951455205554,0.00368698018362723,0.0584534925799746,0.255951455205554,1.35143330891147e-05,0.208232779002693,0.0114562326140796,0.0970476111451091,0.255951455205554,0.00514765050794938,0.10271565814362,0.5,0.255951455205554,0.0142193077028009,0.111104033599294,0.255951455205554,0.00385809935684008,0.0642027812293678,0.255951455205554,0.00655027555792839,0.079430795993663,0.255951455205554,0.00150573971302411,0.024096342120523,0.0123051369064703,0.695749358680887 -2791,0.255951455205554,0.0927405169340299,0.259153489924352,0.255951455205554,0.0915020583123874,0.18863862270777,0.255951455205554,0.0233815749054307,0.235822993131245,0.255951455205554,0.0209257863908999,0.259356757117248,0.255951455205554,0.0108296669914017,0.0499624524286019,0.255951455205554,0.0143347960939868,0.0497554967516259,0.5,0.255951455205554,0.0243083153933866,0.132093492327038,0.5,0.255951455205554,0.00839456591825149,0.300070292017335,0.5,0.255951455205554,0.0391390807857395,0.0867450124690817,0.255951455205554,0.0410475013561297,0.176319233668761,0.0618568431380483,0.124293151563267,0.255951455205554,0.0426126808530712,0.137690272501684,0.5,0.255951455205554,0.0789400057631259,0.150331981152378,0.255951455205554,0.0428906462595519,0.0935780193663335,0.255951455205554,0.0585167633710565,0.0934965696385718,0.255951455205554,0.0227191300989415,0.020163324883453,0.0965082357703101,0.704869650184595 -2792,0.255951455205554,0.219621116013499,0.332043457982928,0.255951455205554,0.209764768294314,0.282287289024354,0.255951455205554,0.0744505990597934,0.304413498772122,0.255951455205554,0.0786770314606069,0.293924790565249,0.255951455205554,0.0307078041950353,0.0661994499176063,0.255951455205554,0.0362432489453301,0.074348736255608,0.5,0.255951455205554,0.069237907973082,0.172556590056374,0.5,0.255951455205554,0.0254378028596878,0.309151810692653,0.5,0.255951455205554,0.0725406779671468,0.154537668628705,0.255951455205554,0.120660804074628,0.234943057138931,0.0878992940794534,0.186345797149729,0.255951455205554,0.109255347194508,0.205866121768194,0.5,0.255951455205554,0.182329380050508,0.261550619394095,0.255951455205554,0.112944318742877,0.142682415522111,0.255951455205554,0.111984672343841,0.138740374185278,0.255951455205554,0.06993804125954,0.0297382240112261,0.225625767182508,0.733773939403051 -2793,0.255951455205554,0.353909627379511,0.467850297562755,0.255951455205554,0.323585408838863,0.366667179009542,0.255951455205554,0.143164683631683,0.361398042164356,0.255951455205554,0.241120604147144,0.367348921422787,0.255951455205554,0.0560845642675116,0.0747766158525206,0.255951455205554,0.0604398757118008,0.106072713941751,0.5,0.255951455205554,0.116228359509295,0.149440953901,0.5,0.255951455205554,0.0470476743193563,0.317878612901466,0.5,0.255951455205554,0.101724772466841,0.215338486120581,0.255951455205554,0.130366295008162,0.18563769720288,0.0960822007995757,0.216428824736854,0.255951455205554,0.182915636287375,0.276219891972186,0.5,0.255951455205554,0.295095206650885,0.387387466989582,0.255951455205554,0.217399477732172,0.197717631706783,0.255951455205554,0.147052160423826,0.174116916658619,0.255951455205554,0.141693680269414,0.0389981829112836,0.363255065908637,0.765549926426713 -2794,0.255951455205554,0.485865569072687,0.602352605450593,0.255951455205554,0.443224363975923,0.518159846156564,0.255951455205554,0.214994964535116,0.391783507577972,0.255951455205554,0.363447896744116,0.42964310366199,0.255951455205554,0.0802247877891476,0.0711935374365442,0.255951455205554,0.0826029364934622,0.14081252611561,0.5,0.255951455205554,0.165268100866483,0.130016698684358,0.5,0.255951455205554,0.0763229996173101,0.332182052724976,0.5,0.255951455205554,0.130892039646569,0.259809779084662,0.255951455205554,0.15558055869369,0.190596266274076,0.101991088681053,0.201867909538292,0.255951455205554,0.250448027822413,0.318622054893596,0.5,0.255951455205554,0.390117237821928,0.486687941484494,0.255951455205554,0.325815742594579,0.240054251781524,0.255951455205554,0.193937779163456,0.201461901922699,0.255951455205554,0.232341056819518,0.0509378154886544,0.504339927424702,0.753189972835298 -2795,0.255951455205554,0.588352828714886,0.697893783423546,0.255951455205554,0.533512667280373,0.627642562864956,0.255951455205554,0.282471372796,0.401910048549681,0.255951455205554,0.5381214488631,0.490346752854651,0.255951455205554,0.095536973561114,0.0649093170297625,0.255951455205554,0.103445338611471,0.169943529139377,0.5,0.255951455205554,0.187290831655146,0.144370222746588,0.5,0.255951455205554,0.099766640205527,0.341449671038071,0.5,0.255951455205554,0.135894656528528,0.289237830705218,0.255951455205554,0.224005316689956,0.190512720803833,0.136535138042826,0.261798526096946,0.255951455205554,0.296844820171468,0.351430883509361,0.5,0.255951455205554,0.471435807465731,0.566802895312844,0.255951455205554,0.425768527806604,0.289657035377681,0.255951455205554,0.28327377465781,0.259569380228588,0.255951455205554,0.331888304933558,0.0756085000445662,0.606324432387925,0.722221086298099 -2796,0.255951455205554,0.641966036819644,0.754718179843779,0.255951455205554,0.547562661229959,0.70952153240481,0.255951455205554,0.369253755725251,0.41419902045596,0.255951455205554,0.636056571996478,0.549682311600984,0.255951455205554,0.101857336695751,0.0617124995138449,0.255951455205554,0.108283621273352,0.18263008649612,0.5,0.255951455205554,0.191819945575066,0.143128265564914,0.5,0.255951455205554,0.117548104980185,0.346512492407491,0.5,0.255951455205554,0.118084506074152,0.314999250288819,0.255951455205554,0.209899617868813,0.180314604410093,0.270123190571795,0.405150760519447,0.255951455205554,0.330673408110584,0.391601520789825,0.5,0.255951455205554,0.540017407624582,0.629454799195765,0.255951455205554,0.505916665082587,0.3578203674439,0.255951455205554,0.39559803993054,0.371373870144744,0.255951455205554,0.381722722918759,0.0990593286413436,0.650987815555133,0.69973331861032 -2797,0.255951455205554,0.662927721409035,0.81486950147253,0.255951455205554,0.492213224699283,0.758588342960708,0.255951455205554,0.422168836104815,0.428292573775077,0.255951455205554,0.585744421752487,0.586396120195342,0.255951455205554,0.103225250576194,0.0668457102770464,0.255951455205554,0.0981809278254284,0.189374150728255,0.5,0.255951455205554,0.218930534505129,0.149519391470182,0.5,0.255951455205554,0.120288467752104,0.340958562974191,0.5,0.255951455205554,0.0956273979905517,0.331636516836529,0.255951455205554,0.226333035361611,0.146018477033797,0.339297176240478,0.500579326350527,0.255951455205554,0.361418218875422,0.448342789956435,0.5,0.255951455205554,0.570957473344152,0.661905242533867,0.255951455205554,0.54139187487892,0.407573160147866,0.255951455205554,0.470055290552484,0.447417543885101,0.255951455205554,0.337637676538441,0.109363881677419,0.679113220075124,0.691943226858324 -2798,0.255951455205554,0.647395480912983,0.862679659800484,0.255951455205554,0.425634995581263,0.792252696584814,0.255951455205554,0.385245446939324,0.442498369593115,0.255951455205554,0.577851965254378,0.614014518961943,0.255951455205554,0.102936646634162,0.0873736497180953,0.255951455205554,0.0760206206369311,0.186238329339401,0.5,0.255951455205554,0.198225670566764,0.099956701930603,0.5,0.255951455205554,0.126482449095874,0.300775284165968,0.5,0.255951455205554,0.0792242304327152,0.326559602481043,0.255951455205554,0.312084250041248,0.0537270566477007,0.365320399550949,0.603375485364307,0.255951455205554,0.35363185064204,0.489925857421098,0.5,0.255951455205554,0.553421935918421,0.680590959866601,0.255951455205554,0.483175379992771,0.431844485945482,0.255951455205554,0.457219653951569,0.476545934131595,0.255951455205554,0.240237255780248,0.102975782533574,0.666354371422956,0.659957426799122 -2799,0.255951455205554,0.584630178383462,0.880153987170005,0.255951455205554,0.342147696082623,0.772564786600782,0.255951455205554,0.303011133449845,0.422475229410319,0.255951455205554,0.4962174306233,0.684731327634067,0.255951455205554,0.0910268171873893,0.0954278343993523,0.255951455205554,0.0611804567292425,0.176250091332999,0.5,0.255951455205554,0.236491842964761,0.0710937422380833,0.5,0.255951455205554,0.13533470383486,0.244247057647323,0.5,0.255951455205554,0.070119566712196,0.290596547470383,0.255951455205554,0.468403220507937,0.0272537378149995,0.367098551738176,0.650571770663769,0.255951455205554,0.325368357990709,0.51624343283432,0.5,0.255951455205554,0.477200433475896,0.686907365432342,0.255951455205554,0.383043076440771,0.450979297793849,0.255951455205554,0.31810759138057,0.474319542083124,0.255951455205554,0.152869845223672,0.0652063296748165,0.597294167377394,0.632126037101388 -2800,0.255951455205554,0.465953556903722,0.872368356584333,0.255951455205554,0.268622107138173,0.745098447629332,0.255951455205554,0.221959874198596,0.395394097650236,0.255951455205554,0.379414601122717,0.672249957124383,0.255951455205554,0.0662905606138485,0.0936936298076002,0.255951455205554,0.039972717103277,0.156226350997838,0.5,0.255951455205554,0.218409965264525,0.0466573992690613,0.5,0.255951455205554,0.119452930424072,0.181294491837961,0.5,0.255951455205554,0.0480530509367404,0.24691010805956,0.255951455205554,0.383525093153592,0.0186033273499977,0.316852628292792,0.596989402453384,0.255951455205554,0.258802360698663,0.52857547311255,0.5,0.255951455205554,0.378226053653543,0.676971859539454,0.255951455205554,0.235440280174064,0.382685148535208,0.255951455205554,0.238334325233911,0.459154278850342,0.255951455205554,0.0743164092423917,0.0293971605578135,0.473736271513866,0.634019848175414 -2801,0.255951455205554,0.333151627562377,0.827265016465608,0.255951455205554,0.200087898418713,0.670639866377705,0.255951455205554,0.132868377826428,0.327720147898777,0.255951455205554,0.29039058595166,0.593209641915463,0.255951455205554,0.0447104257508665,0.0854058242679622,0.255951455205554,0.0213933209062273,0.135514526585969,0.5,0.255951455205554,0.178861553949109,0.0234300599236357,0.5,0.255951455205554,0.092867280963139,0.122463877312723,0.5,0.255951455205554,0.0275301059391762,0.206994391526086,0.255951455205554,0.261061633186601,0.00806353779028724,0.209544613121568,0.474698211906865,0.255951455205554,0.173602233343485,0.450995632749178,0.5,0.255951455205554,0.279228022148703,0.644170557434973,0.255951455205554,0.139795126456522,0.30691265362762,0.255951455205554,0.13182455044678,0.359110934704219,0.255951455205554,0.0423277440943585,0.0134037447594023,0.346311455541239,0.657281081033515 -2802,0.255951455205554,0.195655611251846,0.743784132810365,0.255951455205554,0.105745798726743,0.450245262213488,0.255951455205554,0.0549340253371887,0.251692267213485,0.255951455205554,0.168123163109383,0.48664557927017,0.255951455205554,0.0261723376208925,0.0798509608927068,0.255951455205554,0.0135293598935102,0.116331620192849,0.5,0.255951455205554,0.119638150809258,0.00780537205787629,0.5,0.255951455205554,0.0550570619221878,0.0900015698559989,0.5,0.255951455205554,0.0104735931235225,0.176364667368253,0.255951455205554,0.134382021759483,0.00346847435018902,0.0999175758004127,0.298728029102997,0.255951455205554,0.0964614361928492,0.32207240082666,0.5,0.255951455205554,0.155879177248728,0.564871006385345,0.255951455205554,0.0591646407169385,0.253746857611064,0.255951455205554,0.0532285716650121,0.26083139749335,0.255951455205554,0.0215033988302071,0.0138350947094313,0.21282311818713,0.667143513860586 -2803,0.255951455205554,0.0623287071306895,0.68538303422679,0.255951455205554,0.0330478391043305,0.280459442527008,0.255951455205554,0.0165085221850227,0.222934582267898,0.255951455205554,0.0565795841094758,0.384000406603119,0.255951455205554,0.0100734435482136,0.0774899245227701,0.255951455205554,0.00512818597583485,0.0990850207813028,0.5,0.255951455205554,0.0451359044328174,0.00130328299517247,0.5,0.255951455205554,0.0169015057013903,0.0741330851287796,0.5,0.255951455205554,0.00152318878572916,0.155871121202401,0.255951455205554,0.0381717065440148,0.00187682526855733,0.0183833621945135,0.170504560772883,0.255951455205554,0.0184685463781522,0.205193190783934,0.5,0.255951455205554,0.0312807381834253,0.444001532055304,0.255951455205554,0.0132973549464742,0.213600682523113,0.255951455205554,0.010535336625466,0.234787381412378,0.255951455205554,0.00805502259066322,0.0136325948218248,0.0686778423829507,0.684383188164344 -2804,0.255951455205554,0.0,0.640128825200452,0.255951455205554,0.0,0.226191525983143,0.255951455205554,2.36582850461844e-05,0.214892839804588,0.255951455205554,0.0,0.329707962663414,0.255951455205554,1.0310018896652e-09,0.072714022227145,0.255951455205554,0.0,0.0856291614172706,0.5,0.255951455205554,0.0,0.000754663760165094,0.5,0.255951455205554,0.0,0.0565183719539445,0.5,0.255951455205554,0.0,0.133711175159511,0.255951455205554,0.0,0.00193336666393138,0.0,0.100906924934438,0.255951455205554,0.0,0.144122857843316,0.5,0.255951455205554,0.0,0.33609906820796,0.255951455205554,0.0,0.173582718432944,0.255951455205554,0.0,0.221644466885854,0.255951455205554,0.0,0.0186501303673241,0.0,0.711013500748069 -2805,0.255951455205554,0.0,0.590255519378152,0.255951455205554,0.0,0.249406250588291,0.255951455205554,0.0,0.206118573363868,0.255951455205554,0.0,0.319984396846503,0.255951455205554,0.0,0.0651580275311841,0.255951455205554,0.0,0.0744835138489751,0.5,0.255951455205554,0.0,0.00086890144877517,0.5,0.255951455205554,0.0,0.0456433132002925,0.5,0.255951455205554,0.0,0.120304392491704,0.255951455205554,0.0,0.00156395847896045,0.0,0.0653377403841754,0.255951455205554,0.0,0.10770671322964,0.5,0.255951455205554,0.0,0.267573578030097,0.255951455205554,0.0,0.136834249807227,0.255951455205554,0.0,0.204913511598134,0.255951455205554,0.0,0.0248557915621337,0.0,0.766650891178466 -2806,0.255951455205554,0.0,0.521476116902429,0.255951455205554,0.0,0.268896137187884,0.255951455205554,0.0,0.198041167256728,0.255951455205554,0.0,0.292447665892895,0.255951455205554,0.0,0.0510764876386862,0.255951455205554,0.0,0.0604465474347373,0.5,0.255951455205554,0.0,0.000990498405018282,0.5,0.255951455205554,0.0,0.0380388653556178,0.5,0.255951455205554,0.0,0.115496772502193,0.255951455205554,0.0,0.0016895020921651,0.0,0.0653344791479327,0.255951455205554,0.0,0.0912813882294217,0.5,0.255951455205554,0.0,0.216952239272162,0.255951455205554,0.0,0.11259300225428,0.255951455205554,0.0,0.171766221134014,0.255951455205554,0.0,0.0287650620269331,0.0,0.747433946001095 -2807,0.255951455205554,0.0,0.464753428605385,0.255951455205554,0.0,0.232953336957808,0.255951455205554,0.0,0.193426492917889,0.255951455205554,0.0,0.262033152168038,0.255951455205554,0.0,0.0426798636287915,0.255951455205554,0.0,0.0494307904751134,0.5,0.255951455205554,0.0,0.00108622302394545,0.5,0.255951455205554,0.0,0.0339160311881608,0.5,0.255951455205554,0.0,0.113121136181401,0.255951455205554,0.0,0.00199258168323419,0.0,0.0626960055179692,0.255951455205554,0.0,0.0867164113570766,0.5,0.255951455205554,0.0,0.179668468789023,0.255951455205554,0.0,0.0963586758033095,0.255951455205554,0.0,0.139415010100239,0.255951455205554,0.0,0.0285336117319506,0.0,0.728540033137735 -2808,0.255951455205554,0.0,0.414660352081169,0.255951455205554,0.0,0.189616346427096,0.255951455205554,0.0,0.189775424079611,0.255951455205554,0.0,0.29790843598503,0.255951455205554,0.0,0.0373863723531167,0.255951455205554,0.0,0.0426010420914869,0.5,0.255951455205554,0.0,0.00106061261195573,0.5,0.255951455205554,0.0,0.0310991744356896,0.5,0.255951455205554,0.0,0.107372535690452,0.255951455205554,0.0,0.00387006683107892,0.0,0.0538652920721569,0.255951455205554,0.0,0.0787615789323026,0.5,0.255951455205554,0.0,0.157073203358681,0.255951455205554,0.0,0.0777388028492173,0.255951455205554,0.0,0.104799672703608,0.255951455205554,0.0,0.0219281370704524,0.0,0.700231626252346 -2809,0.255951455205554,0.0,0.372005088780532,0.255951455205554,0.0,0.158827197350526,0.255951455205554,0.0,0.175767634343428,0.255951455205554,0.0,0.301640542615999,0.255951455205554,0.0,0.034276229008948,0.255951455205554,0.0,0.0401202571256878,0.5,0.255951455205554,0.0,0.00145230412908267,0.5,0.255951455205554,0.0,0.0280378615793984,0.5,0.255951455205554,0.0,0.0994507494419915,0.255951455205554,0.0,0.0119344431111065,0.0,0.0420199697853738,0.255951455205554,0.0,0.0655783569887093,0.5,0.255951455205554,0.0,0.139850633469734,0.255951455205554,0.0,0.0617246510987922,0.255951455205554,0.0,0.0812068208490021,0.255951455205554,0.0,0.0165781082922995,0.0,0.672801896444189 -2810,0.255951455205554,0.0,0.343550411579614,0.255951455205554,0.0,0.129180823658089,0.255951455205554,0.0,0.15023669849373,0.255951455205554,0.0,0.250831319057142,0.255951455205554,0.0,0.0321329941917179,0.255951455205554,0.0,0.0404487214306003,0.5,0.255951455205554,0.0,0.00263948883740692,0.5,0.255951455205554,0.0,0.0247786951469804,0.5,0.255951455205554,0.0,0.0885660597427942,0.255951455205554,0.0,0.0247348103640031,0.0,0.0346677142580835,0.255951455205554,0.0,0.0546882691275469,0.5,0.255951455205554,0.0,0.118263907421553,0.255951455205554,0.0,0.0513749776772139,0.255951455205554,0.0,0.0643649137226871,0.255951455205554,0.0,0.0129589919951969,0.0,0.626896989873911 -2811,0.255951455205554,0.0,0.326899203764346,0.255951455205554,0.0,0.1179960816456,0.255951455205554,0.0,0.121639503280808,0.255951455205554,0.0,0.190915771564207,0.255951455205554,0.0,0.0298055093726047,0.255951455205554,0.0,0.0377129470774576,0.5,0.255951455205554,0.0,0.00373125685013352,0.5,0.255951455205554,0.0,0.0217535147226417,0.5,0.255951455205554,0.0,0.0755742385961438,0.255951455205554,0.0,0.0311710432706748,0.0,0.0316021568104383,0.255951455205554,0.0,0.0474972292996827,0.5,0.255951455205554,0.0,0.102826793952468,0.255951455205554,0.0,0.0456244191583526,0.255951455205554,0.0,0.0542577665918466,0.255951455205554,0.0,0.0102413220420733,0.0,0.578814882277693 -2812,0.255951455205554,0.0,0.310696930864256,0.255951455205554,0.0,0.115406008546995,0.255951455205554,0.0,0.102399755864415,0.255951455205554,0.0,0.151472019009173,0.255951455205554,0.0,0.0277588925558471,0.255951455205554,0.0,0.0323660640386274,0.5,0.255951455205554,0.0,0.00431688716433929,0.5,0.255951455205554,0.0,0.0188737814671854,0.5,0.255951455205554,0.0,0.0612153134676841,0.255951455205554,0.0,0.0267970760872988,0.0,0.0304252136774545,0.255951455205554,0.0,0.0429206080906418,0.5,0.255951455205554,0.0,0.0947114893850368,0.255951455205554,0.0,0.0396352677558721,0.255951455205554,0.0,0.0492038086572482,0.255951455205554,0.0,0.00837514358052509,0.0,0.551096845189341 -2813,0.255951455205554,0.0,0.285306294420738,0.255951455205554,0.0,0.112153956552249,0.255951455205554,0.0,0.0909565998169046,0.255951455205554,0.0,0.136149948887297,0.255951455205554,0.0,0.0254109036280353,0.255951455205554,0.0,0.0269912779492191,0.5,0.255951455205554,0.0,0.00466278526197561,0.5,0.255951455205554,0.0,0.0171967839336835,0.5,0.255951455205554,0.0,0.0472633168410905,0.255951455205554,0.0,0.0222871305891759,0.0,0.0266755684533892,0.255951455205554,0.0,0.0418140383740369,0.5,0.255951455205554,0.0,0.0886454208395277,0.255951455205554,0.0,0.0315145077783925,0.255951455205554,0.0,0.0460796945648464,0.255951455205554,0.0,0.00695044529966169,0.0,0.550089574647931 -2814,0.255951455205554,0.0117672933591651,0.250147149451034,0.255951455205554,0.0114226259315382,0.0978320837646278,0.255951455205554,0.0031810070117274,0.0847138603826958,0.255951455205554,0.00298987287841522,0.132635103783339,0.255951455205554,0.000220776577687824,0.0235001402420587,0.255951455205554,0.000306154535101607,0.0231425055090139,0.5,0.255951455205554,0.000542731957127401,0.00544646450806828,0.5,0.255951455205554,0.000788505185162763,0.021705324011387,0.5,0.255951455205554,0.000549007423971604,0.0394365549129767,0.255951455205554,0.000255198439342044,0.0177828453316418,0.0227529763227403,0.0263881505502803,0.255951455205554,0.0242545052073979,0.039260018781183,0.5,0.255951455205554,0.0258348684305561,0.0837513652920267,0.255951455205554,0.0190963314089501,0.0230298851590453,0.255951455205554,0.013916835467337,0.042561017460057,0.255951455205554,0.00598393111500143,0.0054477251445732,0.0151125435712038,0.525667139682004 -2815,0.255951455205554,0.0945413166577418,0.230397268644077,0.255951455205554,0.0937804902126342,0.0940546580844261,0.255951455205554,0.0443638677728249,0.0881016542541374,0.255951455205554,0.0504443020158022,0.14487497655518,0.255951455205554,0.00767479173190202,0.0250766136473837,0.255951455205554,0.00583788952789159,0.0260775169359725,0.5,0.255951455205554,0.0287317144567537,0.00746101262420546,0.5,0.255951455205554,0.0233971100374033,0.0390175969718587,0.5,0.255951455205554,0.0094164996013566,0.0374379012536074,0.255951455205554,0.0402628598581435,0.0223089939707365,0.10756713498233,0.0310081074969834,0.255951455205554,0.111219764275964,0.0425044771623597,0.5,0.255951455205554,0.114851930334979,0.0874819197517164,0.255951455205554,0.101938224370915,0.0195683150109372,0.255951455205554,0.0948021522338209,0.043037794931221,0.255951455205554,0.0531141195383635,0.00512059803273158,0.0990045540489253,0.4845517375994 -2816,0.255951455205554,0.222083261962154,0.273776097584713,0.255951455205554,0.218392613466483,0.153443229688026,0.255951455205554,0.126023932324894,0.121375993405999,0.255951455205554,0.160976140295358,0.175435271783717,0.255951455205554,0.0269880741198262,0.0320848308856783,0.255951455205554,0.0196639403593227,0.0318863106095275,0.5,0.255951455205554,0.0816454670989721,0.0155564691805171,0.5,0.255951455205554,0.0601836769425072,0.0601777573432568,0.5,0.255951455205554,0.0282208374920633,0.0391728874095804,0.255951455205554,0.108068186767962,0.0488237525984592,0.230385193452177,0.0762675317273275,0.255951455205554,0.238236448067264,0.0792532616004534,0.5,0.255951455205554,0.248542247935081,0.143248909770543,0.255951455205554,0.22103186074921,0.0359103760802351,0.255951455205554,0.215418872870748,0.0873875704474014,0.255951455205554,0.117736898078356,0.0105779410901789,0.228617212906094,0.443334773391223 -2817,0.255951455205554,0.360226940381349,0.345463159899229,0.255951455205554,0.353455444733579,0.210885951894866,0.255951455205554,0.230876335094218,0.14944247819428,0.255951455205554,0.302887543899087,0.203336057774617,0.255951455205554,0.0567501920774703,0.0397573768881848,0.255951455205554,0.0448447427711916,0.0378246842040083,0.5,0.255951455205554,0.153346538159698,0.0311815796330883,0.5,0.255951455205554,0.100934230725655,0.0785792179857484,0.5,0.255951455205554,0.0487345251605921,0.04265485877578,0.255951455205554,0.196926000104416,0.0781331718941188,0.370308893396519,0.0971553557315766,0.255951455205554,0.375476168079048,0.0996049643204324,0.5,0.255951455205554,0.387177019372212,0.235957627738649,0.255951455205554,0.354547745725056,0.0517629807181042,0.255951455205554,0.352356864700004,0.127394571659777,0.255951455205554,0.19201021449097,0.0210648866344462,0.367599794186404,0.40614421113314 -2818,0.255951455205554,0.502802244194659,0.3811609676119,0.255951455205554,0.492767067361381,0.298782072437907,0.255951455205554,0.361964905273201,0.184493704379433,0.255951455205554,0.461152278586286,0.248557038389785,0.255951455205554,0.0914355319950196,0.0475464788354209,0.255951455205554,0.0625136759958675,0.0438698311714783,0.5,0.255951455205554,0.233298267227975,0.0393094033214515,0.5,0.255951455205554,0.133117981192201,0.0835913007993111,0.5,0.255951455205554,0.0746090364129018,0.0451796086675451,0.255951455205554,0.32241432411697,0.0992806552210368,0.51199808304327,0.111737213845886,0.255951455205554,0.512056566439486,0.117759832478657,0.5,0.255951455205554,0.528843595034579,0.280723632106746,0.255951455205554,0.481886646091097,0.0693294187867232,0.255951455205554,0.49080046595591,0.175271446621195,0.255951455205554,0.260002845190952,0.033644936630536,0.512170584276942,0.374702487330068 -2819,0.255951455205554,0.622328666452603,0.392129093187352,0.255951455205554,0.605968094225116,0.322592085072924,0.255951455205554,0.473037226298875,0.215273166329086,0.255951455205554,0.588752958024928,0.281826694612428,0.255951455205554,0.116643322383303,0.0499037173234509,0.255951455205554,0.0806435421894532,0.0446882291565831,0.5,0.255951455205554,0.284363105469592,0.0401345046882968,0.5,0.255951455205554,0.154115523275234,0.0800855774812436,0.5,0.255951455205554,0.106889897566191,0.0512136706749685,0.255951455205554,0.387932501196246,0.0989721684718546,0.614219699949446,0.131806977040397,0.255951455205554,0.611486195204307,0.134749920132865,0.5,0.255951455205554,0.638841684347067,0.295245843128755,0.255951455205554,0.569429614902774,0.0954350991803617,0.255951455205554,0.595659733949001,0.235048159618146,0.255951455205554,0.287340710649942,0.0453308554679047,0.633281116074265,0.316118451447976 -2820,0.255951455205554,0.689973953197829,0.412903271283434,0.255951455205554,0.668135513282814,0.399779237226368,0.255951455205554,0.526360045511664,0.256817127256685,0.255951455205554,0.643178775577047,0.344258842944858,0.255951455205554,0.127437307415027,0.0533937597980337,0.255951455205554,0.0899108578687132,0.042658119662641,0.5,0.255951455205554,0.291308242352235,0.0377565570234775,0.5,0.255951455205554,0.167587955012058,0.0736601331467522,0.5,0.255951455205554,0.144116233460788,0.0510795266810668,0.255951455205554,0.383107915390279,0.0874238348901981,0.639196662942392,0.130469977754886,0.255951455205554,0.586277212245257,0.134876299001453,0.5,0.255951455205554,0.695917702587298,0.300049820067886,0.255951455205554,0.575038399241609,0.103709728996132,0.255951455205554,0.626240860250295,0.263700037811624,0.255951455205554,0.260175766652831,0.0449259522615056,0.701530694981385,0.241701564689704 -2821,0.255951455205554,0.717369177437017,0.390994597945909,0.255951455205554,0.691996351242498,0.410820167079938,0.255951455205554,0.511245225068809,0.249009615029273,0.255951455205554,0.57583115984558,0.345049384713898,0.255951455205554,0.127520423055924,0.057353970621837,0.255951455205554,0.0996445678156406,0.0414586786676371,0.5,0.255951455205554,0.30048976920884,0.0318901207006686,0.5,0.255951455205554,0.169415710886161,0.0596549979357573,0.5,0.255951455205554,0.163081780937671,0.0474794344988339,0.255951455205554,0.43329200315905,0.0772094831849198,0.679623138120063,0.100618905833533,0.255951455205554,0.599644834875017,0.117030320703353,0.5,0.255951455205554,0.712083546728831,0.301218457372034,0.255951455205554,0.574360599714248,0.0923080086045263,0.255951455205554,0.639800880630024,0.245953573392577,0.255951455205554,0.2340764367232,0.0405126777428895,0.728624326799591,0.176689916209314 -2822,0.255951455205554,0.698617238269471,0.384678591065754,0.255951455205554,0.676738286446284,0.347620211096711,0.255951455205554,0.471180930420081,0.20109958340869,0.255951455205554,0.612870168809895,0.28891439192183,0.255951455205554,0.115804122421114,0.0616076917812235,0.255951455205554,0.0990986568272649,0.0439081049074514,0.5,0.255951455205554,0.259877533026929,0.0257794679984232,0.5,0.255951455205554,0.147384248609986,0.0487685690087487,0.5,0.255951455205554,0.165635744180785,0.0455689081209441,0.255951455205554,0.386477525108221,0.0747970041935639,0.656157113849514,0.0725516559175586,0.255951455205554,0.578984274021404,0.0984037480452805,0.5,0.255951455205554,0.686245085538264,0.32426097741633,0.255951455205554,0.558687657165586,0.0758614927114728,0.255951455205554,0.596546681491788,0.21075485950254,0.255951455205554,0.185928101111594,0.034400248570633,0.70944518640128,0.145111735445205 -2823,0.255951455205554,0.631295691369652,0.386777833447462,0.255951455205554,0.61016004263404,0.286909501818862,0.255951455205554,0.402656888054368,0.15578602040192,0.255951455205554,0.534929988522745,0.225521334730189,0.255951455205554,0.104054632079005,0.0683006283442084,0.255951455205554,0.0957675082960235,0.044865352747755,0.5,0.255951455205554,0.211491540131194,0.0214649423136003,0.5,0.255951455205554,0.126767848412245,0.0425527962204233,0.5,0.255951455205554,0.158446733989958,0.0412037968055526,0.255951455205554,0.33041742179387,0.0728314763819036,0.574866786503126,0.0613540626918319,0.255951455205554,0.530546099785415,0.0869858935811036,0.5,0.255951455205554,0.606952424565954,0.368345888408969,0.255951455205554,0.447622504579307,0.0830141773096032,0.255951455205554,0.501669204388613,0.172830704363235,0.255951455205554,0.172722455781832,0.0368189947360939,0.639745938086866,0.131969707277607 -2824,0.255951455205554,0.511514454117703,0.408744808282334,0.255951455205554,0.492613360713876,0.28248457454228,0.255951455205554,0.313871988642654,0.128622848223518,0.255951455205554,0.409531740032498,0.183997350996827,0.255951455205554,0.0965472366342242,0.0737234289012754,0.255951455205554,0.0786088661905671,0.0432130175427764,0.5,0.255951455205554,0.169208511753076,0.017919495705568,0.5,0.255951455205554,0.102529786948185,0.0439409850456668,0.5,0.255951455205554,0.125677097442484,0.0404422753257068,0.255951455205554,0.234788628657623,0.0582547862995034,0.434074730712116,0.0587181277635311,0.255951455205554,0.42046125350536,0.081014878503316,0.5,0.255951455205554,0.48020078235674,0.404775184192536,0.255951455205554,0.373956434165914,0.0929818671585687,0.255951455205554,0.394232318266272,0.151670548297949,0.255951455205554,0.192278435152178,0.0450662570566921,0.517017561436024,0.124575029402148 -2825,0.255951455205554,0.376579388016001,0.419583795153353,0.255951455205554,0.359044484449201,0.294060625427529,0.255951455205554,0.23766277111814,0.109623384508749,0.255951455205554,0.299084849902064,0.134399275609637,0.255951455205554,0.073041064689541,0.0712949880719366,0.255951455205554,0.0649121994253869,0.038196646972527,0.5,0.255951455205554,0.130083066308508,0.0134184731598382,0.5,0.255951455205554,0.0742054775159633,0.041758649461542,0.5,0.255951455205554,0.081342512358789,0.0387615128083767,0.255951455205554,0.167266796524858,0.0325065073868725,0.312630938681795,0.0529464784699946,0.255951455205554,0.282702721379776,0.0777741949475809,0.5,0.255951455205554,0.344033280490409,0.402018809710157,0.255951455205554,0.243651439024351,0.0749717419849844,0.255951455205554,0.275890944168113,0.110372181818932,0.255951455205554,0.186886557359824,0.0382630637871776,0.380609782613937,0.116703102646923 -2826,0.255951455205554,0.229253630543479,0.305748546918864,0.255951455205554,0.214317948719149,0.230091565944386,0.255951455205554,0.137220708834819,0.0900846766645486,0.255951455205554,0.121956023091422,0.0997397469149873,0.255951455205554,0.0441732595302525,0.0616637265219579,0.255951455205554,0.0405657862002753,0.0290766025105774,0.5,0.255951455205554,0.0757019114492711,0.00744469640255819,0.5,0.255951455205554,0.0373368808329557,0.0345458048392577,0.5,0.255951455205554,0.04351581897074,0.030730164881152,0.255951455205554,0.110685482235102,0.014307243056705,0.174739180881618,0.0101740241446886,0.255951455205554,0.149499884188059,0.0478659195428455,0.5,0.255951455205554,0.194685690506363,0.31637294627241,0.255951455205554,0.137635875486882,0.0284914243783739,0.255951455205554,0.153381215630081,0.0320595913207265,0.255951455205554,0.113804423958613,0.0286758104666928,0.230262964799737,0.10498176586536 -2827,0.255951455205554,0.0662261615676192,0.183214131099373,0.255951455205554,0.046017112369882,0.190410304111426,0.255951455205554,0.041707271693673,0.0855762312168698,0.255951455205554,0.0203994523833977,0.109981273243644,0.255951455205554,0.0156529063541557,0.0410034030584554,0.255951455205554,0.0102757070534715,0.016671613387087,0.5,0.255951455205554,0.0258533721556103,0.0019952640857369,0.5,0.255951455205554,0.00625571446590328,0.0179725392348187,0.5,0.255951455205554,0.00871324139811938,0.0181950286156294,0.255951455205554,0.0395026120790007,0.00222150462721006,0.0269274561814675,0.00887094672643927,0.255951455205554,0.0234657176828708,0.0522761625842061,0.5,0.255951455205554,0.0356314527722482,0.177793311491872,0.255951455205554,0.0172705091701293,0.0110735871258769,0.255951455205554,0.0277747588023841,0.00969501522217598,0.255951455205554,0.0261118149710509,0.0178794811831476,0.0715425808313151,0.0949568216873356 -2828,0.255951455205554,0.0,0.143884367485556,0.255951455205554,0.0,0.162944037513761,0.255951455205554,2.49666210160702e-05,0.0982862817355202,0.255951455205554,1.29204191263798e-05,0.13388861551895,0.255951455205554,3.91721012571525e-05,0.0230398228255445,0.255951455205554,0.0,0.0101730497343617,0.5,0.255951455205554,0.0,0.00117787717986826,0.5,0.255951455205554,0.0,0.013847757652416,0.5,0.255951455205554,0.0,0.0136598660504818,0.255951455205554,0.0,0.00151344789243475,0.0,0.00968563888833059,0.255951455205554,0.0,0.0615063224985966,0.5,0.255951455205554,0.0,0.11785720148209,0.255951455205554,0.0,0.00637772143990416,0.255951455205554,0.0,0.0086729073950312,0.255951455205554,0.0,0.0181212055930181,0.0,0.0940635702950327 -2829,0.255951455205554,0.0,0.122365934588511,0.255951455205554,0.0,0.122882085895,0.255951455205554,0.0,0.0959910430754574,0.255951455205554,0.0,0.111631433659052,0.255951455205554,0.0,0.0138603533187323,0.255951455205554,0.0,0.00593108571269923,0.5,0.255951455205554,0.0,0.000849629309722593,0.5,0.255951455205554,0.0,0.0137137694992541,0.5,0.255951455205554,0.0,0.0123265185337966,0.255951455205554,0.0,0.00136167998857198,0.0,0.0190621567054973,0.255951455205554,0.0,0.0504471400489621,0.5,0.255951455205554,0.0,0.0905807460432394,0.255951455205554,0.0,0.00312393518858474,0.255951455205554,0.0,0.0104959857187889,0.255951455205554,0.0,0.0156532985521916,0.0,0.0970209557727135 -2830,0.255951455205554,0.0,0.112054008462448,0.255951455205554,0.0,0.119631374891821,0.255951455205554,0.0,0.0807693392001177,0.255951455205554,0.0,0.0923354862904985,0.255951455205554,0.0,0.00866338559414523,0.255951455205554,0.0,0.00282953443206303,0.5,0.255951455205554,0.0,0.000700535149114469,0.5,0.255951455205554,0.0,0.0126462694204238,0.5,0.255951455205554,0.0,0.0098927764394985,0.255951455205554,0.0,0.00107935132961134,0.0,0.0171834288396631,0.255951455205554,0.0,0.0376243062617257,0.5,0.255951455205554,0.0,0.0713217620145876,0.255951455205554,0.0,0.00134238150252653,0.255951455205554,0.0,0.0104252737142921,0.255951455205554,0.0,0.0120939101506274,0.0,0.0959550692278296 -2831,0.255951455205554,0.0,0.0960373709954883,0.255951455205554,0.0,0.0784597101714529,0.255951455205554,0.0,0.063245952042992,0.255951455205554,0.0,0.0791865341357232,0.255951455205554,0.0,0.00666741627984205,0.255951455205554,0.0,0.00172886781109496,0.5,0.255951455205554,0.0,0.000633725857382004,0.5,0.255951455205554,0.0,0.0121923135408568,0.5,0.255951455205554,0.0,0.00839764569716615,0.255951455205554,0.0,0.00152209176129868,0.0,0.0109468924055464,0.255951455205554,0.0,0.0305884342476441,0.5,0.255951455205554,0.0,0.0597376148040418,0.255951455205554,0.0,0.000863818277631755,0.255951455205554,0.0,0.00861143871697009,0.255951455205554,0.0,0.00865415188755218,0.0,0.0850927591096701 -2832,0.255951455205554,0.0,0.0837877432010287,0.255951455205554,0.0,0.0644832700102992,0.255951455205554,0.0,0.0481593702199264,0.255951455205554,0.0,0.0637191542893416,0.255951455205554,0.0,0.00646107211884661,0.255951455205554,0.0,0.00117246471301889,0.5,0.255951455205554,0.0,0.000883869622491726,0.5,0.255951455205554,0.0,0.0109627470546903,0.5,0.255951455205554,0.0,0.00715210049475372,0.255951455205554,0.0,0.00362220393326697,0.0,0.0105638462256334,0.255951455205554,0.0,0.0216516782554934,0.5,0.255951455205554,0.0,0.0486884636873873,0.255951455205554,0.0,0.000750440997432364,0.255951455205554,0.0,0.00562196622937052,0.255951455205554,0.0,0.00665463145823492,0.0,0.0686841187992013 -2833,0.255951455205554,0.0,0.0707057935589724,0.255951455205554,0.0,0.0487438671968865,0.255951455205554,0.0,0.0364876557814123,0.255951455205554,0.0,0.0474753976563087,0.255951455205554,0.0,0.00697068029042352,0.255951455205554,0.0,0.000878037332306567,0.5,0.255951455205554,0.0,0.00177579216640478,0.5,0.255951455205554,0.0,0.00854280480075616,0.5,0.255951455205554,0.0,0.00625579165657171,0.255951455205554,0.0,0.00605197451023473,0.0,0.0110961988865286,0.255951455205554,0.0,0.0145420835274762,0.5,0.255951455205554,0.0,0.0364707881448523,0.255951455205554,0.0,0.000982961038132554,0.255951455205554,0.0,0.00274520689078076,0.255951455205554,0.0,0.00620060728560385,0.0,0.0521735628345411 -2834,0.255951455205554,0.0,0.0497831266874747,0.255951455205554,0.0,0.030452886851339,0.255951455205554,0.0,0.02667723311337,0.255951455205554,0.0,0.0283176386302055,0.255951455205554,0.0,0.00720155448453953,0.255951455205554,0.0,0.000734050524162389,0.5,0.255951455205554,0.0,0.00298796581793637,0.5,0.255951455205554,0.0,0.00648590390983057,0.5,0.255951455205554,0.0,0.00579718799895849,0.255951455205554,0.0,0.00715694330917362,0.0,0.0170701376756872,0.255951455205554,0.0,0.00868259333881572,0.5,0.255951455205554,0.0,0.0239378296372111,0.255951455205554,0.0,0.00123658968065043,0.255951455205554,0.0,0.00177849656283915,0.255951455205554,0.0,0.00619923614261108,0.0,0.0366633697183271 -2835,0.255951455205554,0.0,0.0309093029597211,0.255951455205554,0.0,0.0230022049063359,0.255951455205554,0.0,0.021815732172169,0.255951455205554,0.0,0.0163502668666652,0.255951455205554,0.0,0.00721734032352513,0.255951455205554,0.0,0.000621683092412908,0.5,0.255951455205554,0.0,0.00407896858664808,0.5,0.255951455205554,0.0,0.00568958467353056,0.5,0.255951455205554,0.0,0.00569390792976502,0.255951455205554,0.0,0.00592244896838254,0.0,0.0108487622536829,0.255951455205554,0.0,0.00541059023446777,0.5,0.255951455205554,0.0,0.0160237078761433,0.255951455205554,0.0,0.00125427665779373,0.255951455205554,0.0,0.00245828300432822,0.255951455205554,0.0,0.00604710255041276,0.0,0.0235066205882664 -2836,0.255951455205554,0.0,0.0188734819669499,0.255951455205554,0.0,0.014119751654686,0.255951455205554,0.0,0.0197659009752563,0.255951455205554,0.0,0.0119726764499742,0.255951455205554,0.0,0.00789118917719204,0.255951455205554,0.0,0.000494633161912321,0.5,0.255951455205554,0.0,0.00412225177450319,0.5,0.255951455205554,0.0,0.00524660547474404,0.5,0.255951455205554,0.0,0.00611934380368728,0.255951455205554,0.0,0.0052721097259097,0.0,0.00778733041573963,0.255951455205554,0.0,0.00384525925858104,0.5,0.255951455205554,0.0,0.0107017810549584,0.255951455205554,0.0,0.00142941557615319,0.255951455205554,0.0,0.00331025710406683,0.255951455205554,0.0,0.00571091517672703,0.0,0.018005818606225 -2837,0.255951455205554,0.0,0.0141305463932612,0.255951455205554,0.0,0.00785029612990129,0.255951455205554,0.0,0.0187751502850088,0.255951455205554,0.0,0.0140576295484811,0.255951455205554,0.0,0.00823093477751622,0.255951455205554,0.0,0.000419176942463619,0.5,0.255951455205554,0.0,0.0039331293691316,0.5,0.255951455205554,0.0,0.00489732585170285,0.5,0.255951455205554,0.0,0.0064811512058395,0.255951455205554,0.0,0.0038699802326876,0.0,0.00420555018419476,0.255951455205554,0.0,0.00220740422387513,0.5,0.255951455205554,0.0,0.00648243528042377,0.255951455205554,0.0,0.00201725432697955,0.255951455205554,0.0,0.00458953840660194,0.255951455205554,0.0,0.00527774724026568,0.0,0.0186556716420121 -2838,0.255951455205554,0.0154250903917382,0.0123619062372577,0.255951455205554,0.0149040684360009,0.00243772301739362,0.255951455205554,0.00392152269353138,0.0185364346913891,0.255951455205554,0.00214175251294861,0.0178371195548847,0.255951455205554,0.00113235980432922,0.00736777887786375,0.255951455205554,0.00120564521075749,0.000446174672179667,0.5,0.255951455205554,0.000593307193120535,0.00323387180551922,0.5,0.255951455205554,0.0010870089973553,0.0050023067035896,0.5,0.255951455205554,0.00260255878932946,0.00621485191481353,0.255951455205554,0.000474831189650824,0.0017712156469603,0.0285565015140979,0.00109395550707566,0.255951455205554,0.0286864065622502,0.000945195964691853,0.5,0.255951455205554,0.0295436969815671,0.00257909326911691,0.255951455205554,0.0248845371052876,0.00190759987017347,0.255951455205554,0.0163720356799196,0.00625893199567583,0.255951455205554,0.00775441660487194,0.00485990979158511,0.0186278021721792,0.0195829851300143 -2839,0.255951455205554,0.0995837936883585,0.0116817574132821,0.255951455205554,0.0975511469788734,0.000708224962787475,0.255951455205554,0.0425479592203254,0.0218325578294137,0.255951455205554,0.0270711090723569,0.0200561757877053,0.255951455205554,0.026889123678721,0.00641858623533036,0.255951455205554,0.0254902737471451,0.000472225513859646,0.5,0.255951455205554,0.0234182948067113,0.00210746088710924,0.5,0.255951455205554,0.0239892327140678,0.00918233017150686,0.5,0.255951455205554,0.0333402308800709,0.00905356102155597,0.255951455205554,0.0406018402581625,0.000782185440165131,0.118073035461124,0.00040821836744243,0.255951455205554,0.118259882277643,0.000395267560459028,0.5,0.255951455205554,0.119291855145791,0.00099795209834285,0.255951455205554,0.116322737434901,0.00204264995401826,0.255951455205554,0.0957485635332445,0.00788525339462659,0.255951455205554,0.0575335863046842,0.00702161465969736,0.103686461872661,0.0196935113575427 -2840,0.255951455205554,0.227272584874739,0.0114408377619004,0.255951455205554,0.213218881002774,2.27611798590776e-05,0.255951455205554,0.0863769755206244,0.0267564201824959,0.255951455205554,0.0564920918653564,0.0196085144515269,0.255951455205554,0.0754461608350808,0.00988476399149072,0.255951455205554,0.0760924256698725,0.000884741183094302,0.5,0.255951455205554,0.072831265988472,0.00238564854745507,0.5,0.255951455205554,0.0630310856090435,0.0171339310688123,0.5,0.255951455205554,0.0812257958188359,0.0167991315009046,0.255951455205554,0.0948765472924517,0.00065679183505457,0.244302817273203,0.0,0.255951455205554,0.245313118427867,0.000189232615546753,0.5,0.255951455205554,0.252175477229224,0.0014263231320417,0.255951455205554,0.247144899739796,0.00510540652497482,0.255951455205554,0.200643245526448,0.0187993064580734,0.255951455205554,0.130832818966707,0.0153815708219348,0.233907593639578,0.0186584562605572 -2841,0.255951455205554,0.360508461117697,0.011538345143329,0.255951455205554,0.321069937101787,0.0,0.255951455205554,0.127562861870817,0.0268162312637998,0.255951455205554,0.0859123767261598,0.0225615116960038,0.255951455205554,0.144327019327168,0.010587671227715,0.255951455205554,0.13470877096751,0.00145600307872212,0.5,0.255951455205554,0.14510544417725,0.00442616396582036,0.5,0.255951455205554,0.11310707338758,0.0186106104779452,0.5,0.255951455205554,0.123452461596301,0.0171959543737848,0.255951455205554,0.196524806851904,0.00102151175113744,0.377665993499771,0.0,0.255951455205554,0.379837138133145,0.000136427191707102,0.5,0.255951455205554,0.388259254563065,0.00270971692135249,0.255951455205554,0.385735635660687,0.0128844743243087,0.255951455205554,0.308562857771164,0.0325057171961268,0.255951455205554,0.218856393994941,0.0204482802568037,0.371745731348725,0.015961917565183 -2842,0.255951455205554,0.493018680408284,0.00419598252884764,0.255951455205554,0.412175446195113,0.00053038984461475,0.255951455205554,0.16820008213128,0.0239910351985198,0.255951455205554,0.0968436915893373,0.0187663898852745,0.255951455205554,0.234018869629179,0.00724196818887842,0.255951455205554,0.180005610581846,0.00133136792601867,0.5,0.255951455205554,0.227311611227632,0.00596354783326897,0.5,0.255951455205554,0.158310114285269,0.0146044628862206,0.5,0.255951455205554,0.169349287695427,0.0137810155290163,0.255951455205554,0.325364525802045,0.00120487683766051,0.512336623786976,0.0,0.255951455205554,0.51386159849499,0.00147322305068797,0.5,0.255951455205554,0.525623510363423,0.00368573784570368,0.255951455205554,0.521207099854285,0.02188041852166,0.255951455205554,0.414145670922515,0.0374736612437582,0.255951455205554,0.315655672516753,0.0251230514880318,0.513848099913071,0.0121790281668639 -2843,0.255951455205554,0.598086135545311,0.000619572716376146,0.255951455205554,0.457984036414775,0.00282652023816883,0.255951455205554,0.214513297894161,0.0213164922300699,0.255951455205554,0.115969818966461,0.0151263064681243,0.255951455205554,0.324107620783938,0.00340894255362037,0.255951455205554,0.197843897207239,0.00083611064418009,0.5,0.255951455205554,0.310789580687298,0.0056721898658049,0.5,0.255951455205554,0.180029146979633,0.0115152903321524,0.5,0.255951455205554,0.23681337957743,0.00982535092566528,0.255951455205554,0.431342437876006,0.0011518556503621,0.608672523474349,4.97184920486895e-05,0.255951455205554,0.611936181857993,0.00617476011367809,0.5,0.255951455205554,0.627913487867276,0.00470935321499383,0.255951455205554,0.614644602010722,0.0329437700626845,0.255951455205554,0.511420076864583,0.0413469433504716,0.255951455205554,0.396405783848999,0.030256381630296,0.630601119187761,0.00890362211766203 -2844,0.255951455205554,0.652869594947402,0.000217777690600928,0.255951455205554,0.500993864849294,0.0117040730396385,0.255951455205554,0.268786324919476,0.0200338495916643,0.255951455205554,0.151263860743425,0.013824083357992,0.255951455205554,0.350402973162132,0.00140222854384932,0.255951455205554,0.196597652074374,0.00138103850982718,0.5,0.255951455205554,0.327206001649046,0.00228383567175634,0.5,0.255951455205554,0.183786403918209,0.00824380928774446,0.5,0.255951455205554,0.329198266175645,0.00416891371809959,0.255951455205554,0.470580288399799,0.000771225870546854,0.609445818683152,0.000967389126587959,0.255951455205554,0.648843642120883,0.0102731413269813,0.5,0.255951455205554,0.678153157255363,0.00571345922135478,0.255951455205554,0.63925373013161,0.040368016675673,0.255951455205554,0.495732034796032,0.0359673266731968,0.255951455205554,0.362994964423216,0.0300323434283353,0.694028341356985,0.00930878335131393 -2845,0.255951455205554,0.669120791843161,0.00158974259414652,0.255951455205554,0.535215616263961,0.0424629666485385,0.255951455205554,0.278126057462481,0.0195090146247242,0.255951455205554,0.184920700301758,0.015205333460618,0.255951455205554,0.312780187581534,0.00269482322383282,0.255951455205554,0.233860174363262,0.00376662794529257,0.5,0.255951455205554,0.265366963310314,0.00213584617327525,0.5,0.255951455205554,0.187003740878034,0.0035921437789796,0.5,0.255951455205554,0.336904050900158,0.00252244728156787,0.255951455205554,0.316662907719718,0.000616427249411265,0.632287541486881,0.000734776115415624,0.255951455205554,0.625671947444237,0.00881143473665899,0.5,0.255951455205554,0.689118668078827,0.00672206896854369,0.255951455205554,0.61282559440059,0.0378623850264929,0.255951455205554,0.438502679560307,0.0341490992721143,0.255951455205554,0.466815648286253,0.0194353006968941,0.716751927287166,0.0118123211862467 -2846,0.255951455205554,0.635824007432282,0.00905964828838841,0.255951455205554,0.505290266214536,0.0663231892921796,0.255951455205554,0.325744876131398,0.0177212944815049,0.255951455205554,0.194038462826318,0.0111299621836925,0.255951455205554,0.286801184224199,0.00382739457863696,0.255951455205554,0.336444162690197,0.00416829011853956,0.5,0.255951455205554,0.273663047228677,0.00193452087151314,0.5,0.255951455205554,0.179277154643199,0.00141631976909597,0.5,0.255951455205554,0.267146644466143,0.00247028794159488,0.255951455205554,0.331594242843099,0.00242245831270549,0.608057832960947,0.000819222304780056,0.255951455205554,0.619403553196007,0.00827888058126064,0.5,0.255951455205554,0.653905284306427,0.0115735718205668,0.255951455205554,0.554957738304554,0.0324484684591708,0.255951455205554,0.470934319231333,0.0357683761872737,0.255951455205554,0.44256202608304,0.00318422314657254,0.693108192852402,0.0140984953281577 -2847,0.255951455205554,0.573926664338566,0.0216172760488951,0.255951455205554,0.475367955497964,0.0722091492664823,0.255951455205554,0.327368777569856,0.0161772199948028,0.255951455205554,0.268118152890653,0.00875751461397858,0.255951455205554,0.294532101828463,0.00256183583965126,0.255951455205554,0.321408608694063,0.00157491296583699,0.5,0.255951455205554,0.275015813492933,0.00130897053690194,0.5,0.255951455205554,0.189163847579134,0.00110067465391228,0.5,0.255951455205554,0.22823204141912,0.00365115819046519,0.255951455205554,0.279210860910933,0.00727307551180575,0.543441620684413,0.00224054755404856,0.255951455205554,0.546064223232218,0.0121593980760141,0.5,0.255951455205554,0.57198260813032,0.0257615773498131,0.255951455205554,0.379270162377387,0.0291378878074603,0.255951455205554,0.306266545466347,0.0470566859045769,0.255951455205554,0.234246752399373,0.00281470663861338,0.615783263200272,0.0164955048970758 -2848,0.255951455205554,0.470791228334071,0.0368197403070891,0.255951455205554,0.453447014613763,0.0718736599385732,0.255951455205554,0.298926686161513,0.0152929214349821,0.255951455205554,0.367179921707652,0.0112171061402257,0.255951455205554,0.261791383248832,0.00307182672746326,0.255951455205554,0.240213699499479,0.000437381274323087,0.5,0.255951455205554,0.24326943428528,0.00160643585378511,0.5,0.255951455205554,0.224782906812165,0.00074500447533529,0.5,0.255951455205554,0.209726760279876,0.00517440173591862,0.255951455205554,0.144061540010429,0.0121482830766292,0.401893061409839,0.00438709096755786,0.255951455205554,0.42671893523659,0.017532543729017,0.5,0.255951455205554,0.451566620439356,0.0518577019172179,0.255951455205554,0.311267274110647,0.02854592110947,0.255951455205554,0.252616582531352,0.0520602008478531,0.255951455205554,0.14754679683635,0.0045398624523622,0.491743708148235,0.0215696438410049 -2849,0.255951455205554,0.344353885395589,0.0535432079556132,0.255951455205554,0.279528566117531,0.0590478213387394,0.255951455205554,0.19521783181107,0.0167432879561006,0.255951455205554,0.250472976459706,0.0179406165830831,0.255951455205554,0.194100967032307,0.00726729024881912,0.255951455205554,0.159585419400947,8.84432890873521e-05,0.5,0.255951455205554,0.151417494601347,0.00335461341590544,0.5,0.255951455205554,0.150066181515815,0.000266551919691135,0.5,0.255951455205554,0.170354705286728,0.00306642789407341,0.255951455205554,0.158698257560316,0.0140537335395998,0.280885665897651,0.00581398744547819,0.255951455205554,0.294066400606324,0.0237561581429028,0.5,0.255951455205554,0.326528137497377,0.0806368063589395,0.255951455205554,0.232093124079509,0.0235157345070339,0.255951455205554,0.251603898298281,0.0497453748326648,0.255951455205554,0.128845660044241,0.00498063587326371,0.347518393584527,0.0291654007578215 -2850,0.255951455205554,0.206757480988694,0.0599384356203337,0.255951455205554,0.0997354043772984,0.0368770324121311,0.255951455205554,0.111267876204084,0.0196524523899071,0.255951455205554,0.141572557809983,0.0277387391171405,0.255951455205554,0.114743934708816,0.00650478141686713,0.255951455205554,0.0864364505344641,0.000141147080455059,0.5,0.255951455205554,0.0725734655266018,0.00337190456731941,0.5,0.255951455205554,0.0811963354327644,0.000178950307692852,0.5,0.255951455205554,0.097706358347707,0.00172783112562774,0.255951455205554,0.0963346575012211,0.0112339132533511,0.15952998536283,0.00220571202094934,0.255951455205554,0.158834646412161,0.0229192542246195,0.5,0.255951455205554,0.18566471570166,0.0928838063253987,0.255951455205554,0.147953060792431,0.0203622240648755,0.255951455205554,0.142784265077023,0.0494185219958365,0.255951455205554,0.0962939299860341,0.00619777787269547,0.203833165122119,0.0364644290009098 -2851,0.255951455205554,0.0718773348545431,0.0520453198365374,0.255951455205554,0.012292753348396,0.00925300940341331,0.255951455205554,0.0406589340973813,0.0185165261414651,0.255951455205554,0.0434858079000938,0.0206596297940225,0.255951455205554,0.0416720890819792,0.00277282442365912,0.255951455205554,0.0277225851200086,0.000398067815310318,0.5,0.255951455205554,0.019890903674329,0.00374975630758433,0.5,0.255951455205554,0.0179350978398686,0.000276162528671892,0.5,0.255951455205554,0.0189814980484356,0.00206490347889753,0.255951455205554,0.0361187276959411,0.00694808014992477,0.0279460992612195,0.00678853531883256,0.255951455205554,0.0254105597816917,0.0291163442661844,0.5,0.255951455205554,0.0361845631302079,0.0651564221378507,0.255951455205554,0.0237296273590631,0.022675933772418,0.255951455205554,0.0319970295165019,0.0320408411453786,0.255951455205554,0.0256143534714157,0.00995984664949648,0.0800188149382791,0.040721913220701 -2852,0.255951455205554,0.0,0.0519682833858283,0.255951455205554,0.0,0.00602505170250746,0.255951455205554,0.0,0.0165695152578113,0.255951455205554,0.0,0.0147202367980399,0.255951455205554,0.0,0.00259769834909285,0.255951455205554,0.0,0.000717936702960327,0.5,0.255951455205554,0.0,0.00419786844620642,0.5,0.255951455205554,0.0,0.00101841592807967,0.5,0.255951455205554,0.0,0.00284064410119341,0.255951455205554,0.0,0.00770873706209522,0.0,0.0355388465414605,0.255951455205554,0.0,0.0493027177817715,0.5,0.255951455205554,0.0,0.0466174095070059,0.255951455205554,0.0,0.0333891716949571,0.255951455205554,0.0,0.0366526572792016,0.255951455205554,0.0,0.0119119485557407,0.0,0.0404656058589401 -2853,0.255951455205554,0.0,0.045285391566901,0.255951455205554,0.0,0.00460912321152619,0.255951455205554,0.0,0.014412480675204,0.255951455205554,0.0,0.0119904088193354,0.255951455205554,0.0,0.00218625756168338,0.255951455205554,0.0,0.000807226873542593,0.5,0.255951455205554,0.0,0.00539539575690069,0.5,0.255951455205554,0.0,0.00232456475868,0.5,0.255951455205554,0.0,0.00354513163864804,0.255951455205554,0.0,0.00991802155153711,0.0,0.0485172661139129,0.255951455205554,0.0,0.0505246940514252,0.5,0.255951455205554,0.0,0.0227802585719197,0.255951455205554,0.0,0.034259155208592,0.255951455205554,0.0,0.0353273236654744,0.255951455205554,0.0,0.00801235008541553,0.0,0.037963588863563 -2854,0.255951455205554,0.0,0.0385766763755133,0.255951455205554,0.0,0.00500019940044732,0.255951455205554,0.0,0.0123561364139603,0.255951455205554,0.0,0.0113541793441314,0.255951455205554,0.0,0.00226387411178706,0.255951455205554,0.0,0.00106993079204238,0.5,0.255951455205554,0.0,0.00681475998399222,0.5,0.255951455205554,0.0,0.00319662590214541,0.5,0.255951455205554,0.0,0.00396245166751051,0.255951455205554,0.0,0.0107879965533369,0.0,0.0398165442695376,0.255951455205554,0.0,0.0470035515044078,0.5,0.255951455205554,0.0,0.00923417055652718,0.255951455205554,0.0,0.0242746779158288,0.255951455205554,0.0,0.0334450974680338,0.255951455205554,0.0,0.00372541162825878,0.0,0.033369581848034 -2855,0.255951455205554,0.0,0.0338960770292909,0.255951455205554,0.0,0.00610486830982263,0.255951455205554,0.0,0.0117252273803317,0.255951455205554,0.0,0.0117056737400082,0.255951455205554,0.0,0.00238294437032482,0.255951455205554,0.0,0.00171005639932435,0.5,0.255951455205554,0.0,0.00891351834005466,0.5,0.255951455205554,0.0,0.00395074364070336,0.5,0.255951455205554,0.0,0.00453856155632609,0.255951455205554,0.0,0.0124073532630764,0.0,0.0385074869263383,0.255951455205554,0.0,0.0373285429143964,0.5,0.255951455205554,0.0,0.00409436743099424,0.255951455205554,0.0,0.0148947902357237,0.255951455205554,0.0,0.0290097121589544,0.255951455205554,0.0,0.00183046935150448,0.0,0.0306331461908933 -2856,0.255951455205554,0.0,0.0299739043684738,0.255951455205554,0.0,0.00856182526213137,0.255951455205554,0.0,0.0124191541707343,0.255951455205554,0.0,0.0129192893945938,0.255951455205554,0.0,0.00279261334147178,0.255951455205554,0.0,0.00249250262184627,0.5,0.255951455205554,0.0,0.0127515307644635,0.5,0.255951455205554,0.0,0.00497422272317882,0.5,0.255951455205554,0.0,0.00466995541254795,0.255951455205554,0.0,0.0164930616454358,0.0,0.0327973781522224,0.255951455205554,0.0,0.0310584865898337,0.5,0.255951455205554,0.0,0.00248546671646266,0.255951455205554,0.0,0.0111163909795129,0.255951455205554,0.0,0.0253434619565885,0.255951455205554,0.0,0.00116850582887854,0.0,0.0341781032709005 -2857,0.255951455205554,0.0,0.026115458769433,0.255951455205554,0.0,0.0125633857054528,0.255951455205554,0.0,0.0137312962018544,0.255951455205554,0.0,0.0149534346034267,0.255951455205554,0.0,0.00345383104735883,0.255951455205554,0.0,0.00429040552489821,0.5,0.255951455205554,0.0,0.0160985768064945,0.5,0.255951455205554,0.0,0.00551081473577503,0.5,0.255951455205554,0.0,0.00590898543120265,0.255951455205554,0.0,0.016900628539659,0.0,0.0315606807664146,0.255951455205554,0.0,0.0266744989707094,0.5,0.255951455205554,0.0,0.00248580889559403,0.255951455205554,0.0,0.00928709578984358,0.255951455205554,0.0,0.0243524618997684,0.255951455205554,0.0,0.00152038758391065,0.0,0.0377207682658938 -2858,0.255951455205554,0.0,0.0210764747562438,0.255951455205554,0.0,0.014118191406324,0.255951455205554,0.0,0.0141144556315365,0.255951455205554,0.0,0.0161467353391924,0.255951455205554,0.0,0.00417988685933225,0.255951455205554,0.0,0.00630793892902381,0.5,0.255951455205554,0.0,0.016107639079365,0.5,0.255951455205554,0.0,0.00715573674311229,0.5,0.255951455205554,0.0,0.00847905290841817,0.255951455205554,0.0,0.0133269969519913,0.0,0.0331953811284316,0.255951455205554,0.0,0.0233935256244327,0.5,0.255951455205554,0.0,0.00306804279759728,0.255951455205554,0.0,0.0100892640839596,0.255951455205554,0.0,0.0241407617004113,0.255951455205554,0.0,0.0023058065390448,0.0,0.0344711550280354 -2859,0.255951455205554,0.0,0.0173987432866362,0.255951455205554,0.0,0.0109042577063627,0.255951455205554,0.0,0.0121009272949216,0.255951455205554,0.0,0.0139260520541674,0.255951455205554,0.0,0.00424775169655789,0.255951455205554,0.0,0.00852558149579523,0.5,0.255951455205554,0.0,0.0158100421306056,0.5,0.255951455205554,0.0,0.010279707959315,0.5,0.255951455205554,0.0,0.0116164339883323,0.255951455205554,0.0,0.0153776008421317,0.0,0.0367068550448231,0.255951455205554,0.0,0.0224032879688824,0.5,0.255951455205554,0.0,0.00302884960627712,0.255951455205554,0.0,0.0140888739438608,0.255951455205554,0.0,0.0227361263562217,0.255951455205554,0.0,0.00220011186483642,0.0,0.0255623692735193 -2860,0.255951455205554,0.0,0.0156900644137327,0.255951455205554,0.0,0.00891172799627777,0.255951455205554,0.0,0.00871526419682106,0.255951455205554,0.0,0.00872547835278992,0.255951455205554,0.0,0.00406094161966839,0.255951455205554,0.0,0.0100439937569585,0.5,0.255951455205554,0.0,0.0152527804939842,0.5,0.255951455205554,0.0,0.0119750890415301,0.5,0.255951455205554,0.0,0.0138985925675504,0.255951455205554,0.0,0.0166984604216378,0.0,0.0337542755761666,0.255951455205554,0.0,0.0216425304038408,0.5,0.255951455205554,0.0,0.0025094325871504,0.255951455205554,0.0,0.0161158372662735,0.255951455205554,0.0,0.0194553668232451,0.255951455205554,0.0,0.00200927237887909,0.0,0.0207432812190632 -2861,0.255951455205554,0.0,0.0159112938452755,0.255951455205554,0.0,0.0082337424212186,0.255951455205554,0.0,0.00618098707587129,0.255951455205554,0.0,0.00445989502549429,0.255951455205554,0.0,0.00381209306060798,0.255951455205554,0.0,0.0112200897718955,0.5,0.255951455205554,0.0,0.0144849388654923,0.5,0.255951455205554,0.0,0.0133490656464302,0.5,0.255951455205554,0.0,0.0164063979536474,0.255951455205554,0.0,0.0114041522493402,0.0,0.0306551906090166,0.255951455205554,0.0,0.0204824950279502,0.5,0.255951455205554,0.0,0.00170743693885466,0.255951455205554,0.0,0.0163465834352176,0.255951455205554,0.0,0.0176812360758199,0.255951455205554,0.0,0.0016804894175629,0.0,0.0172645281524427 -2862,0.255951455205554,0.012276809475765,0.0174167657693412,0.255951455205554,0.00759180036485936,0.00926999307150874,0.255951455205554,0.00301883918972036,0.00455517197366844,0.255951455205554,0.0051966633563613,0.00255682998333699,0.255951455205554,0.00123322554674463,0.00375286265442352,0.255951455205554,0.0031618877860714,0.00965284215844679,0.5,0.255951455205554,0.00079325226909903,0.0135109586137162,0.5,0.255951455205554,0.0030737810207079,0.0134870431592467,0.5,0.255951455205554,0.0111690124823975,0.0173743744960308,0.255951455205554,0.000234065527549585,0.00979885173545282,0.0174838222203095,0.0267809536155464,0.255951455205554,0.0212042983958528,0.0187423247262028,0.5,0.255951455205554,0.0267988648823878,0.00138813948273699,0.255951455205554,0.0254444188100301,0.0131560038230272,0.255951455205554,0.0131503050215836,0.017294544821472,0.255951455205554,0.00745986813380215,0.00135207051403395,0.0186298481413341,0.0129665872638142 -2863,0.255951455205554,0.0863211834639096,0.0208476693503243,0.255951455205554,0.0687230137901377,0.0134468976724031,0.255951455205554,0.0456104214463922,0.00466733465492727,0.255951455205554,0.0760045476290845,0.00357347623365321,0.255951455205554,0.0279197763303326,0.00443892128725489,0.255951455205554,0.0638573195919983,0.0064318260767036,0.5,0.255951455205554,0.0274491011752244,0.0142920804028983,0.5,0.255951455205554,0.0618817123244612,0.0155199349031444,0.5,0.255951455205554,0.0992811660263943,0.0157726783518525,0.255951455205554,0.00731628488190831,0.0117985255422446,0.0888366968390607,0.0246267897433498,0.255951455205554,0.0803810236129332,0.0192145631070346,0.5,0.255951455205554,0.10517032317624,0.00246405404669867,0.255951455205554,0.111357848986575,0.0113070103792706,0.255951455205554,0.0624417026594025,0.0169706259168858,0.255951455205554,0.0587838992762762,0.0013928631102833,0.10080890200434,0.0124362931040719 -2864,0.255951455205554,0.202612435581632,0.0415532828428532,0.255951455205554,0.16179223284574,0.0372886201049212,0.255951455205554,0.12184011166162,0.0107325923107442,0.255951455205554,0.16206129622925,0.0101941278970995,0.255951455205554,0.0796812095636571,0.00909643734200277,0.255951455205554,0.145955088380542,0.00650752360323382,0.5,0.255951455205554,0.0774108898754077,0.0254982998250562,0.5,0.255951455205554,0.144300406057369,0.0212542067757013,0.5,0.255951455205554,0.225481664241518,0.0334475540850376,0.255951455205554,0.0377736444403144,0.020472574963992,0.208052380416588,0.0354184325451296,0.255951455205554,0.181032911693118,0.0307074695848159,0.5,0.255951455205554,0.215787458233212,0.00821384165572448,0.255951455205554,0.22011110772119,0.0263527948944827,0.255951455205554,0.106265057490768,0.0244970273127514,0.255951455205554,0.155511025337944,0.00649989703284008,0.2267833868704,0.0151883924068986 -2865,0.255951455205554,0.342814218892302,0.0561784320194821,0.255951455205554,0.293846757302545,0.0688196386627483,0.255951455205554,0.211894513913562,0.0238632311288898,0.255951455205554,0.227132932013153,0.0233942099458274,0.255951455205554,0.137747682351721,0.0126046015991027,0.255951455205554,0.232914875336263,0.0157880554700438,0.5,0.255951455205554,0.144605939905923,0.0435314945538099,0.5,0.255951455205554,0.2416676148277,0.0404243693556627,0.5,0.255951455205554,0.365559744706588,0.0951441498414315,0.255951455205554,0.101855878116099,0.0571744905756649,0.357560125549622,0.0764966390949137,0.255951455205554,0.34597865119238,0.0606899700798458,0.5,0.255951455205554,0.341794054223813,0.0232938291626959,0.255951455205554,0.328269162581646,0.0529496532518277,0.255951455205554,0.204137311351995,0.0589367028139824,0.255951455205554,0.285694982317342,0.0289619412207896,0.368494391126918,0.0187668016919332 -2866,0.255951455205554,0.48770856695494,0.0707560696799813,0.255951455205554,0.424529018322923,0.101955425921125,0.255951455205554,0.298721839144285,0.0421068769967383,0.255951455205554,0.278634148478382,0.0463647100811022,0.255951455205554,0.173598721237355,0.0162555942751255,0.255951455205554,0.311118042999533,0.0414721822045245,0.5,0.255951455205554,0.212923789638538,0.0486073377987949,0.5,0.255951455205554,0.335246572813092,0.0703484922321988,0.5,0.255951455205554,0.501399112311901,0.169882182805911,0.255951455205554,0.198346951355264,0.0572611180075567,0.497269384715214,0.118973334104674,0.255951455205554,0.494035903608333,0.108152941142316,0.5,0.255951455205554,0.477298449189096,0.0462769044698539,0.255951455205554,0.438508819418628,0.0772831468666032,0.255951455205554,0.358636318692723,0.0709779066132983,0.255951455205554,0.423682516337489,0.0605648033312112,0.514874306138177,0.0208073795530042 -2867,0.255951455205554,0.611996786710305,0.0826246262050931,0.255951455205554,0.567936403506368,0.154813781948507,0.255951455205554,0.362203797317413,0.0629529078602995,0.255951455205554,0.324771066738018,0.0798660590169272,0.255951455205554,0.227332020695873,0.0184139009171338,0.255951455205554,0.367640324227426,0.0445203297725571,0.5,0.255951455205554,0.204171422040517,0.052234293610881,0.5,0.255951455205554,0.364590003776876,0.124193559071227,0.5,0.255951455205554,0.570222610991682,0.189432210239906,0.255951455205554,0.274144482111043,0.0759699824361022,0.593330898194868,0.239866058461614,0.255951455205554,0.597781210502092,0.1537361174442,0.5,0.255951455205554,0.587023345307373,0.0726240970891284,0.255951455205554,0.569530802684989,0.106542335248646,0.255951455205554,0.533423501310323,0.0610997794437798,0.255951455205554,0.498455057156426,0.0634741181771034,0.634781725470824,0.0205465429867414 -2868,0.255951455205554,0.685299344161189,0.0930207831295602,0.255951455205554,0.654871341749833,0.212086231221849,0.255951455205554,0.427804190086166,0.0840530706525151,0.255951455205554,0.404441492853733,0.118168424963492,0.255951455205554,0.316738559013216,0.0180238316481663,0.255951455205554,0.469054460653254,0.0386006909546382,0.5,0.255951455205554,0.257994354103456,0.0594396565047368,0.5,0.255951455205554,0.34181480900462,0.116632379236011,0.5,0.255951455205554,0.594435596970168,0.194777199997116,0.255951455205554,0.341479765503417,0.0924828041892203,0.612764334537759,0.222633162726236,0.255951455205554,0.639181162181887,0.14751367409693,0.5,0.255951455205554,0.65589267813046,0.0972473078495448,0.255951455205554,0.570344065897191,0.108949055078859,0.255951455205554,0.61807403131116,0.049553657283239,0.255951455205554,0.577699951542424,0.0443677066263969,0.700265889413901,0.0175431113955784 -2869,0.255951455205554,0.716024739079513,0.102419872698549,0.255951455205554,0.689738146345959,0.239545704896512,0.255951455205554,0.442734500333906,0.0979449594907829,0.255951455205554,0.443093676054848,0.150705758951076,0.255951455205554,0.358013983761878,0.0146630113089278,0.255951455205554,0.519403614150856,0.0325863330504436,0.5,0.255951455205554,0.320524152336663,0.0619977783926038,0.5,0.255951455205554,0.317716548230753,0.117561082317647,0.5,0.255951455205554,0.604196377594286,0.17093549416708,0.255951455205554,0.380796906882042,0.100572818950404,0.634062399809271,0.194438230039625,0.255951455205554,0.601966985042599,0.127316552762471,0.5,0.255951455205554,0.674458031599753,0.116900608600768,0.255951455205554,0.547290385264418,0.0890027008352056,0.255951455205554,0.627863569567623,0.0528310496716618,0.255951455205554,0.607518421896347,0.025184121388838,0.723841458040223,0.0130543717227566 -2870,0.255951455205554,0.6964587443844,0.119913924161314,0.255951455205554,0.670383885519789,0.250138761089797,0.255951455205554,0.416454698630211,0.109335364829215,0.255951455205554,0.399651787448898,0.183123214122038,0.255951455205554,0.322172328231245,0.0136610361111516,0.255951455205554,0.515093342062058,0.0353665791083554,0.5,0.255951455205554,0.294144298278478,0.0667549006673472,0.5,0.255951455205554,0.267141720212532,0.095541899521596,0.5,0.255951455205554,0.562394758051687,0.137255477399941,0.255951455205554,0.321739546003864,0.098166188500771,0.607779101064395,0.162583261040234,0.255951455205554,0.537276131437303,0.103073804360769,0.5,0.255951455205554,0.6531933220728,0.126976768426572,0.255951455205554,0.548751305760166,0.0691924665529476,0.255951455205554,0.538254452819973,0.055495677718744,0.255951455205554,0.543485016176588,0.0177180783562806,0.700050890803635,0.0120340390589811 -2871,0.255951455205554,0.627462911571706,0.150856813994823,0.255951455205554,0.603525838561309,0.243212097035317,0.255951455205554,0.350960385824684,0.115869924452883,0.255951455205554,0.406188784281586,0.198619003173662,0.255951455205554,0.253638073782263,0.0103111091270438,0.255951455205554,0.461081198694882,0.0393160553915827,0.5,0.255951455205554,0.269359127805769,0.0695372571152258,0.5,0.255951455205554,0.228017799642776,0.0870023686015622,0.5,0.255951455205554,0.458446617234851,0.108046140353875,0.255951455205554,0.420798067134086,0.0914254687412122,0.501954833024974,0.137728544760945,0.255951455205554,0.442602865841441,0.0819198402517016,0.5,0.255951455205554,0.580284810967989,0.130983166452579,0.255951455205554,0.474142643548473,0.046824910922212,0.255951455205554,0.401855992794622,0.0565417653696242,0.255951455205554,0.410081068015962,0.0171198697200508,0.62621736950186,0.00975447339665536 -2872,0.255951455205554,0.506122910614881,0.173841389999385,0.255951455205554,0.486745153689953,0.239457165016597,0.255951455205554,0.292019205876368,0.120242555730683,0.255951455205554,0.308702994626634,0.210292000091623,0.255951455205554,0.172221657802641,0.00849081326539391,0.255951455205554,0.319041934945753,0.040398569374775,0.5,0.255951455205554,0.284300208771818,0.055837816669695,0.5,0.255951455205554,0.180930777618542,0.0659332312008119,0.5,0.255951455205554,0.330003423822505,0.0847877614625137,0.255951455205554,0.290288232978157,0.0615121301237253,0.376292159110295,0.127556639108445,0.255951455205554,0.339737593307773,0.0658536115078721,0.5,0.255951455205554,0.467389951680258,0.130454076644748,0.255951455205554,0.372408431907193,0.0301500404940018,0.255951455205554,0.248805926533226,0.0514658743256228,0.255951455205554,0.160741278450283,0.0215009934537912,0.502373200656404,0.00760262221283036 -2873,0.255951455205554,0.368030177842439,0.175928177271906,0.255951455205554,0.352343892098547,0.241278787944236,0.255951455205554,0.228725071580866,0.116038152186625,0.255951455205554,0.213873023656043,0.203566400245441,0.255951455205554,0.12840901405894,0.00728184410379204,0.255951455205554,0.173252519167736,0.0352663563043437,0.5,0.255951455205554,0.226814049250876,0.0391126562890972,0.5,0.255951455205554,0.141733766921653,0.0516389734229019,0.5,0.255951455205554,0.2254008989367,0.0712308122425007,0.255951455205554,0.233965176185706,0.0358598858243303,0.246928235265544,0.09044584614525,0.255951455205554,0.243696662873872,0.0577791002894111,0.5,0.255951455205554,0.337116492921508,0.127236943219912,0.255951455205554,0.212002362123614,0.0211482864812883,0.255951455205554,0.150583372344979,0.0394603663215895,0.255951455205554,0.0829789540362281,0.0186605780232736,0.366304211214213,0.0065715778631911 -2874,0.255951455205554,0.22054723350564,0.160242275210854,0.255951455205554,0.208244432280729,0.206242393830733,0.255951455205554,0.144265582438176,0.0908870199591262,0.255951455205554,0.122895515826496,0.148316296923399,0.255951455205554,0.0825534981217496,0.00612475557092737,0.255951455205554,0.0916670233370196,0.0240138039031301,0.5,0.255951455205554,0.147311930049491,0.0300985106397475,0.5,0.255951455205554,0.0772923779361987,0.0299717417302436,0.5,0.255951455205554,0.131424918076659,0.0568550639587017,0.255951455205554,0.157488169082951,0.0187853572371002,0.141220523402937,0.0558581452588853,0.255951455205554,0.129465602985008,0.0400139611664196,0.5,0.255951455205554,0.19096949718435,0.108253685060968,0.255951455205554,0.0955448121591667,0.0107834734724902,0.255951455205554,0.100204170935594,0.0287727305773835,0.255951455205554,0.0664862604180923,0.0125269229796173,0.220431360561802,0.00610818425283717 -2875,0.255951455205554,0.0751841122370127,0.113367823238929,0.255951455205554,0.0571479451183567,0.118012044419489,0.255951455205554,0.0523838876767214,0.0492148666723217,0.255951455205554,0.0449835922380628,0.0767794984593751,0.255951455205554,0.033555807918714,0.00312241341982228,0.255951455205554,0.036233425507651,0.0164596188609005,0.5,0.255951455205554,0.0461302417880593,0.0117651021743185,0.5,0.255951455205554,0.0205961725285701,0.0354109344536761,0.5,0.255951455205554,0.0252774167308376,0.0668641549753576,0.255951455205554,0.0552116924380273,0.00737204413857879,0.035118838549069,0.0129512154385791,0.255951455205554,0.0276420463698212,0.0243122740128092,0.5,0.255951455205554,0.0406615417299955,0.051926627647456,0.255951455205554,0.0139910667982389,0.00973196207117841,0.255951455205554,0.0299379847412543,0.0154132587978104,0.255951455205554,0.0268953565044921,0.00929212569837904,0.0764520100903067,0.0064411992095078 -2876,0.255951455205554,0.0,0.0874522077350315,0.255951455205554,0.0,0.0785437519079655,0.255951455205554,4.07283337194319e-05,0.0302806544665225,0.255951455205554,0.000115735242193848,0.0312536098341911,0.255951455205554,3.01504170050664e-05,0.00159182174281495,0.255951455205554,0.0,0.0163387964735129,0.5,0.255951455205554,0.0,0.0126962954046957,0.5,0.255951455205554,0.0,0.0387792733660717,0.5,0.255951455205554,0.0,0.068155853614437,0.255951455205554,0.0,0.0111790202044315,0.0,0.019358973104983,0.255951455205554,0.0,0.0319538398578437,0.5,0.255951455205554,0.0,0.0356230679019449,0.255951455205554,0.0,0.0112271353048426,0.255951455205554,0.0,0.0247813621513107,0.255951455205554,0.0,0.0117215900681554,0.0,0.00663218727662062 -2877,0.255951455205554,0.0,0.0752845888339901,0.255951455205554,0.0,0.0534262970007476,0.255951455205554,0.0,0.0240200390369273,0.255951455205554,0.0,0.0234179543121617,0.255951455205554,0.0,0.0011099524731648,0.255951455205554,0.0,0.0096070780325938,0.5,0.255951455205554,0.0,0.0112764451259184,0.5,0.255951455205554,0.0,0.0287253444774837,0.5,0.255951455205554,0.0,0.0525185077524441,0.255951455205554,0.0,0.0100381855144315,0.0,0.0255833226581014,0.255951455205554,0.0,0.0304562115211337,0.5,0.255951455205554,0.0,0.0204107557584142,0.255951455205554,0.0,0.0102399623522287,0.255951455205554,0.0,0.0289379959411942,0.255951455205554,0.0,0.008401502174653,0.0,0.00744635970437926 -2878,0.255951455205554,0.0,0.0615831832659872,0.255951455205554,0.0,0.0412371653461975,0.255951455205554,0.0,0.0191555193791007,0.255951455205554,0.0,0.0193986391571241,0.255951455205554,0.0,0.00122223847137694,0.255951455205554,0.0,0.00428197978314825,0.5,0.255951455205554,0.0,0.00871037175951134,0.5,0.255951455205554,0.0,0.0240475104152824,0.5,0.255951455205554,0.0,0.0353405047665724,0.255951455205554,0.0,0.00699450397609317,0.0,0.029156738262274,0.255951455205554,0.0,0.0261228593357219,0.5,0.255951455205554,0.0,0.0113672076549612,0.255951455205554,0.0,0.00821629470121555,0.255951455205554,0.0,0.0287951934481008,0.255951455205554,0.0,0.00459580785093429,0.0,0.0100981237589998 -2879,0.255951455205554,0.0,0.0507274003111064,0.255951455205554,0.0,0.0304129957646219,0.255951455205554,0.0,0.0150252190198228,0.255951455205554,0.0,0.0163659600458798,0.255951455205554,0.0,0.00177659558191509,0.255951455205554,0.0,0.0019072479720407,0.5,0.255951455205554,0.0,0.00616243614752862,0.5,0.255951455205554,0.0,0.018023582239779,0.5,0.255951455205554,0.0,0.0223017220055631,0.255951455205554,0.0,0.00385687122545962,0.0,0.0214909956357298,0.255951455205554,0.0,0.0202589758138133,0.5,0.255951455205554,0.0,0.00688340679920774,0.255951455205554,0.0,0.00526357271699256,0.255951455205554,0.0,0.0262098313456101,0.255951455205554,0.0,0.00206412683210318,0.0,0.0129809729349434 -2880,0.255951455205554,0.0,0.0491246425839464,0.255951455205554,0.0,0.0246876705667829,0.255951455205554,0.0,0.0138147001620659,0.255951455205554,0.0,0.0192496551622773,0.255951455205554,0.0,0.00216888832509772,0.255951455205554,0.0,0.00110331090644737,0.5,0.255951455205554,0.0,0.00417073300177876,0.5,0.255951455205554,0.0,0.0126938387299542,0.5,0.255951455205554,0.0,0.0136699735154694,0.255951455205554,0.0,0.00116993498949677,0.0,0.0102339661278925,0.255951455205554,0.0,0.0144150917237178,0.5,0.255951455205554,0.0,0.0048989430725327,0.255951455205554,0.0,0.00301795354104431,0.255951455205554,0.0,0.0222653301740029,0.255951455205554,0.0,0.00115995212148105,0.0,0.0171969144889926 -2881,0.255951455205554,0.0,0.0500797966951524,0.255951455205554,0.0,0.0236303284802254,0.255951455205554,0.0,0.0140280498760062,0.255951455205554,0.0,0.0232381598920382,0.255951455205554,0.0,0.0029490836361886,0.255951455205554,0.0,0.00075626185372664,0.5,0.255951455205554,0.0,0.00303869939791213,0.5,0.255951455205554,0.0,0.0106729456223374,0.5,0.255951455205554,0.0,0.00939291027406731,0.255951455205554,0.0,0.000795096409623629,0.0,0.00678619677242223,0.255951455205554,0.0,0.0105329653193765,0.5,0.255951455205554,0.0,0.00441709089608755,0.255951455205554,0.0,0.0019940387789248,0.255951455205554,0.0,0.0188384817428931,0.255951455205554,0.0,0.00137888219666902,0.0,0.0220758007701104 -2882,0.255951455205554,0.0,0.0468374658623415,0.255951455205554,0.0,0.0225075625551863,0.255951455205554,0.0,0.0135692757348558,0.255951455205554,0.0,0.020838048953181,0.255951455205554,0.0,0.00357056517704149,0.255951455205554,0.0,0.00057189169245285,0.5,0.255951455205554,0.0,0.00192338622658822,0.5,0.255951455205554,0.0,0.00998846207675831,0.5,0.255951455205554,0.0,0.00696202553677215,0.255951455205554,0.0,0.000901684930762561,0.0,0.0061982548670864,0.255951455205554,0.0,0.0099132360200564,0.5,0.255951455205554,0.0,0.00483825238778388,0.255951455205554,0.0,0.00303166434261479,0.255951455205554,0.0,0.0177113838366024,0.255951455205554,0.0,0.00165483326568166,0.0,0.027716388906042 -2883,0.255951455205554,0.0,0.0406558241454937,0.255951455205554,0.0,0.0174695019207364,0.255951455205554,0.0,0.0109159994862375,0.255951455205554,0.0,0.0150188123639541,0.255951455205554,0.0,0.00338293755186752,0.255951455205554,0.0,0.000361175876697407,0.5,0.255951455205554,0.0,0.00150860064968139,0.5,0.255951455205554,0.0,0.00886627172376198,0.5,0.255951455205554,0.0,0.00593243029138556,0.255951455205554,0.0,0.00113189835297403,0.0,0.00729510880497174,0.255951455205554,0.0,0.0107936590241698,0.5,0.255951455205554,0.0,0.00543313774334241,0.255951455205554,0.0,0.00508298770381997,0.255951455205554,0.0,0.0177657762440762,0.255951455205554,0.0,0.00157853372453121,0.0,0.0316933960024936 -2884,0.255951455205554,0.0,0.0344794723279914,0.255951455205554,0.0,0.0145953840442007,0.255951455205554,0.0,0.00785404509018545,0.255951455205554,0.0,0.009308824194538,0.255951455205554,0.0,0.00348491983999922,0.255951455205554,0.0,0.000323174199231962,0.5,0.255951455205554,0.0,0.00128105778888386,0.5,0.255951455205554,0.0,0.00715064966199842,0.5,0.255951455205554,0.0,0.00536191977510372,0.255951455205554,0.0,0.00183803111231256,0.0,0.00847841657475392,0.255951455205554,0.0,0.0127633285316097,0.5,0.255951455205554,0.0,0.00623239145915078,0.255951455205554,0.0,0.00690596751144854,0.255951455205554,0.0,0.0186164738869427,0.255951455205554,0.0,0.00130174887081973,0.0,0.0363294457752053 -2885,0.255951455205554,0.0,0.0273297850075778,0.255951455205554,0.0,0.0144576568649162,0.255951455205554,0.0,0.00590165518477343,0.255951455205554,0.0,0.00523525652131101,0.255951455205554,0.0,0.003801324007045,0.255951455205554,0.0,0.000505083729956651,0.5,0.255951455205554,0.0,0.00135075834312548,0.5,0.255951455205554,0.0,0.00513349140482954,0.5,0.255951455205554,0.0,0.00424366542515217,0.255951455205554,0.0,0.00208811599975821,0.0,0.008846183800289,0.255951455205554,0.0,0.0130140984873831,0.5,0.255951455205554,0.0,0.00684576642139318,0.255951455205554,0.0,0.00759016002208219,0.255951455205554,0.0,0.0180972932810203,0.255951455205554,0.0,0.000992678606032365,0.0,0.0442367874400899 -2886,0.255951455205554,0.0144952951400547,0.0202649426164119,0.255951455205554,0.00330805087590286,0.0132748384647964,0.255951455205554,0.00550633326173296,0.00469220656221937,0.255951455205554,0.00502753323109821,0.00503352460417413,0.255951455205554,0.00104463178862455,0.00490566223892179,0.255951455205554,0.0039994816279315,0.000687149170339058,0.5,0.255951455205554,0.00185277611937367,0.00134692233312904,0.5,0.255951455205554,0.0018604922812237,0.00555808068378396,0.5,0.255951455205554,0.0113899450156057,0.00390751336396226,0.255951455205554,0.00069199104329423,0.0013929235718514,0.0279892649524851,0.00774239242981607,0.255951455205554,0.0320379413533014,0.0113932530968112,0.5,0.255951455205554,0.0215716054666313,0.00712503311004963,0.255951455205554,0.0278858761475678,0.00699347548513558,0.255951455205554,0.0204621434957225,0.0139542109020661,0.255951455205554,0.010213107951496,0.00049855867275836,0.0186521239828069,0.059955811662025 -2887,0.255951455205554,0.0879350700800007,0.0294657115789937,0.255951455205554,0.0434281098217995,0.0145932687467481,0.255951455205554,0.0572815480047529,0.00490916156060498,0.255951455205554,0.0499133768460562,0.00563177526915168,0.255951455205554,0.0156578653653552,0.00551126607870909,0.255951455205554,0.0629274588755924,0.000814160620125769,0.5,0.255951455205554,0.0355628795304785,0.00114089653594819,0.5,0.255951455205554,0.0282521607689783,0.00622323874582446,0.5,0.255951455205554,0.0890395123212983,0.00394965157939687,0.255951455205554,0.0200471075145462,0.00124170701876434,0.0995551477941729,0.00732705345878017,0.255951455205554,0.116552481605564,0.0124048954757683,0.5,0.255951455205554,0.0786305615190231,0.00799025947908278,0.255951455205554,0.112298503893691,0.00693797533627405,0.255951455205554,0.0941728684808297,0.0101400482882807,0.255951455205554,0.0566469033860885,0.000197828724647567,0.100996315218344,0.0845047342395544 -2888,0.255951455205554,0.192778756600169,0.0844233130597728,0.255951455205554,0.168877688978691,0.0336625372764716,0.255951455205554,0.127430959548861,0.0110487913767647,0.255951455205554,0.129325652628203,0.0118899263716812,0.255951455205554,0.0408800324884952,0.00836822458304457,0.255951455205554,0.142694041048106,0.00215505968410761,0.5,0.255951455205554,0.0715286145729124,0.0028130838651261,0.5,0.255951455205554,0.0619176338156723,0.00872203667958931,0.5,0.255951455205554,0.196452795859103,0.00866545832820882,0.255951455205554,0.0479584749919935,0.00355278742964108,0.189862896184682,0.00957294772575921,0.255951455205554,0.225818984313991,0.0250464493640384,0.5,0.255951455205554,0.164858292936537,0.0197949699816667,0.255951455205554,0.200944661463843,0.0170399163388995,0.255951455205554,0.165102197469336,0.0130231226128182,0.255951455205554,0.118816786891303,0.000126011724006008,0.21047277557595,0.106944936120841 -2889,0.255951455205554,0.312385424319355,0.119053537989229,0.255951455205554,0.27959571623365,0.0677207531504695,0.255951455205554,0.20528720642976,0.0221056939116726,0.255951455205554,0.137037642110908,0.0235357520988355,0.255951455205554,0.0722025217328552,0.0112700396631703,0.255951455205554,0.220238260832031,0.00376667533593754,0.5,0.255951455205554,0.103917623638913,0.00649616528416954,0.5,0.255951455205554,0.103384691707261,0.0121396658957488,0.5,0.255951455205554,0.310435746121651,0.0108091939404015,0.255951455205554,0.0877694680048833,0.0166994303119322,0.307183919911625,0.0120950099858954,0.255951455205554,0.339611494163166,0.0278207352371546,0.5,0.255951455205554,0.236848632785674,0.0356038539279051,0.255951455205554,0.254631842247485,0.0388476718808859,0.255951455205554,0.209718920041095,0.00878515949734258,0.255951455205554,0.221212524912021,0.00049373429399979,0.326277632664545,0.14753161790813 -2890,0.255951455205554,0.430252227964241,0.138693503720752,0.255951455205554,0.292633623538503,0.101003048027397,0.255951455205554,0.286293566000727,0.0418621222094094,0.255951455205554,0.192002604759938,0.0455941502159643,0.255951455205554,0.0878370679194652,0.0111886789128787,0.255951455205554,0.269930604442873,0.00398722849344674,0.5,0.255951455205554,0.106077146860685,0.00916112278327999,0.5,0.255951455205554,0.128714871500968,0.0142433575563736,0.5,0.255951455205554,0.417263344158896,0.0117931159087772,0.255951455205554,0.0342935379333431,0.00913082219415679,0.426948826539832,0.010506517164671,0.255951455205554,0.439248811615744,0.0310421978603755,0.5,0.255951455205554,0.287815285318258,0.052636834431573,0.255951455205554,0.313623960241102,0.055837849349887,0.255951455205554,0.264979599131157,0.00777288954592399,0.255951455205554,0.358316910816008,0.00175327774511325,0.45283623394759,0.211983355548729 -2891,0.255951455205554,0.544547443814467,0.142027375988707,0.255951455205554,0.323424310662828,0.113746694131697,0.255951455205554,0.372490794054375,0.0770240831829339,0.255951455205554,0.358367254997659,0.0964707346288213,0.255951455205554,0.119293278387424,0.00979495501654478,0.255951455205554,0.279766710837704,0.00926931252913929,0.5,0.255951455205554,0.0953228381958666,0.0137137290407212,0.5,0.255951455205554,0.117639950730072,0.0185343636679387,0.5,0.255951455205554,0.487484003464805,0.014040794538425,0.255951455205554,0.186334613554662,0.0161878629503796,0.509319932218125,0.0108204234751368,0.255951455205554,0.47921203786068,0.0380118256391602,0.5,0.255951455205554,0.344327282478695,0.0720561211243285,0.255951455205554,0.388729446986157,0.0636661916431482,0.255951455205554,0.346318204324558,0.0118250070654543,0.255951455205554,0.38960226729873,0.00303381056292245,0.564547887744921,0.235706698264699 -2892,0.255951455205554,0.614667546226827,0.13479472075248,0.255951455205554,0.404202125118432,0.110018474196677,0.255951455205554,0.406719635374025,0.112330659051033,0.255951455205554,0.40077111535246,0.144924549894479,0.255951455205554,0.107916063641448,0.00865822161357689,0.255951455205554,0.208292113544239,0.017708925076701,0.5,0.255951455205554,0.123520006324398,0.0199936722965017,0.5,0.255951455205554,0.125296540416992,0.0202652949491129,0.5,0.255951455205554,0.519646351135517,0.0153340837362884,0.255951455205554,0.290855037137373,0.0415418281850464,0.562374557917127,0.030958009078926,0.255951455205554,0.499242239245928,0.0543716527882806,0.5,0.255951455205554,0.432959688347168,0.0967222871120289,0.255951455205554,0.497986752359174,0.0611884488850573,0.255951455205554,0.44735063867771,0.016613114923046,0.255951455205554,0.455835581815845,0.00213197685133528,0.653591189970792,0.221017806564996 -2893,0.255951455205554,0.65700272276359,0.136177277604994,0.255951455205554,0.498278658940626,0.097395602069207,0.255951455205554,0.435625159189226,0.134005494694685,0.255951455205554,0.443778748407298,0.171726522183358,0.255951455205554,0.143426004692187,0.0100791875378978,0.255951455205554,0.223020727239643,0.03449188435836,0.5,0.255951455205554,0.181013010724083,0.0264530810730223,0.5,0.255951455205554,0.135003630146271,0.0327161415674872,0.5,0.255951455205554,0.463267927800528,0.0199276126198467,0.255951455205554,0.263022218089955,0.0367246108579661,0.571051898662849,0.0560993233675607,0.255951455205554,0.478691132635934,0.06410510517184,0.5,0.255951455205554,0.489023981380156,0.127603015010282,0.255951455205554,0.5905582556467,0.044662979676362,0.255951455205554,0.528732848895717,0.020236063569329,0.255951455205554,0.437657575490719,0.00175300296566306,0.69393970562628,0.206138078044743 -2894,0.255951455205554,0.651451435311074,0.168536249185028,0.255951455205554,0.515402896514072,0.0908985397846717,0.255951455205554,0.412634213366909,0.141432289036166,0.255951455205554,0.423721308848179,0.179234230316347,0.255951455205554,0.173962241278282,0.0152828398955939,0.255951455205554,0.173118871323418,0.0459154267301889,0.5,0.255951455205554,0.223831097305979,0.0259625913266168,0.5,0.255951455205554,0.133825073380704,0.0560920101359527,0.5,0.255951455205554,0.352656808585045,0.0228738023791189,0.255951455205554,0.278841941911239,0.0415420714221533,0.530600042245174,0.0595475740092621,0.255951455205554,0.443725744827595,0.0599873657545848,0.5,0.255951455205554,0.55341967072456,0.157811692059238,0.255951455205554,0.517401143182793,0.0315893008068302,0.255951455205554,0.531572732828379,0.0212028101017512,0.255951455205554,0.358820730413412,0.0011454990532347,0.685759032514962,0.245346310097008 -2895,0.255951455205554,0.603227929734116,0.228429368750916,0.255951455205554,0.509743649739992,0.079974310129702,0.255951455205554,0.378779957974294,0.148404513185819,0.255951455205554,0.397755990465335,0.19124839940171,0.255951455205554,0.157761971005116,0.0214634932606731,0.255951455205554,0.133037555247527,0.0361166280277493,0.5,0.255951455205554,0.124765354506728,0.0153288437786322,0.5,0.255951455205554,0.14720522562418,0.0877088474197286,0.5,0.255951455205554,0.298463976344533,0.0352391489668889,0.255951455205554,0.119031701220211,0.0168958708029004,0.454549031012296,0.0394711328995173,0.255951455205554,0.430905523130638,0.0549439184023017,0.5,0.255951455205554,0.534417383350607,0.184955937389565,0.255951455205554,0.421578146230576,0.0175253323550176,0.255951455205554,0.458821730273168,0.0184866383541779,0.255951455205554,0.265007549291838,0.00157553385328402,0.631867083529914,0.363274164815066 -2896,0.255951455205554,0.492921324529693,0.326521710342846,0.255951455205554,0.431347670523106,0.0837057347624369,0.255951455205554,0.304892489507271,0.163795476260866,0.255951455205554,0.322644753236071,0.216648641792674,0.255951455205554,0.113115196452175,0.0305117355359209,0.255951455205554,0.0656100241880132,0.0229069979132686,0.5,0.255951455205554,0.0862405182423872,0.00808633576005223,0.5,0.255951455205554,0.139794031961033,0.0784268511477204,0.5,0.255951455205554,0.194040986344455,0.0385750348119124,0.255951455205554,0.132761348031322,0.016224655817781,0.359147666091926,0.0305010233772342,0.255951455205554,0.385696581238831,0.0483507184674445,0.5,0.255951455205554,0.441073186017082,0.211432528031531,0.255951455205554,0.321711565785995,0.00804869958523427,0.255951455205554,0.340483989124965,0.0158816287491777,0.255951455205554,0.165417305673025,0.00378395958921991,0.5188166119171,0.501217018015899 -2897,0.255951455205554,0.353199187334776,0.452892949950329,0.255951455205554,0.319447485444896,0.149456317102989,0.255951455205554,0.21514131853924,0.180119521560866,0.255951455205554,0.254698828767331,0.229255099727322,0.255951455205554,0.0849402422900107,0.0360921353553315,0.255951455205554,0.0311419672369535,0.0185613890922297,0.5,0.255951455205554,0.0608736882900157,0.00325685338324824,0.5,0.255951455205554,0.0833173344680669,0.061140095973504,0.5,0.255951455205554,0.110305066976622,0.0350780326522429,0.255951455205554,0.142539986318029,0.0140926108891653,0.235778868846836,0.0318907554556123,0.255951455205554,0.268938128155056,0.050993357505507,0.5,0.255951455205554,0.314370057103597,0.234380687487875,0.255951455205554,0.230852190473009,0.00253976283537189,0.255951455205554,0.226626589661108,0.0192442256887412,0.255951455205554,0.0997153051354717,0.00407547291880188,0.373555661021178,0.560610006219955 -2898,0.255951455205554,0.215038027478607,0.598538331168136,0.255951455205554,0.194454728902913,0.394216899158618,0.255951455205554,0.122797924878353,0.191691516584955,0.255951455205554,0.159485718957525,0.221609158210823,0.255951455205554,0.0517270275552905,0.030534021662246,0.255951455205554,0.0128538398962144,0.0156037096380607,0.5,0.255951455205554,0.0428749562068182,0.00117772792526481,0.5,0.255951455205554,0.0459745162277592,0.0451611732534783,0.5,0.255951455205554,0.0523775436867803,0.0332132614855663,0.255951455205554,0.0663755659159604,0.00587928518268163,0.123659554959637,0.0458264889185911,0.255951455205554,0.13852970196061,0.0666877315599076,0.5,0.255951455205554,0.170523965226336,0.266253091990984,0.255951455205554,0.120067297359761,0.00137517475936171,0.255951455205554,0.117625007100264,0.0256836426853482,0.255951455205554,0.0569498571420414,0.00441570424821415,0.227660527697028,0.585763589812422 -2899,0.255951455205554,0.0826092534471373,0.688946375119017,0.255951455205554,0.0650992026243067,0.709914191098973,0.255951455205554,0.0429855363652858,0.199532617322793,0.255951455205554,0.0565329980840978,0.166850175282712,0.255951455205554,0.0176655727382105,0.0230795717275123,0.255951455205554,0.00392029289399532,0.0130529894043701,0.5,0.255951455205554,0.00822896489179246,0.000877941209358068,0.5,0.255951455205554,0.00916932042121284,0.0235537480543025,0.5,0.255951455205554,0.0141513238819901,0.0204728283988764,0.255951455205554,0.0159375694827636,0.00358623698791344,0.0280753360835969,0.0457503615134489,0.255951455205554,0.028817442033129,0.0862398477691879,0.5,0.255951455205554,0.0468186151462604,0.269608073194825,0.255951455205554,0.0253354023588906,0.00198001055706063,0.255951455205554,0.0336771040060791,0.025655336573291,0.255951455205554,0.0216220942326359,0.00210850402489398,0.0841995943873601,0.580457571446665 -2900,0.255951455205554,0.0,0.640869278765554,0.255951455205554,0.0,0.708699687915076,0.255951455205554,2.6902856058747e-07,0.224040552259036,0.255951455205554,0.0,0.289323240455594,0.255951455205554,6.34821881504213e-05,0.0245053362132346,0.255951455205554,3.32356655481468e-06,0.0138636957768316,0.5,0.255951455205554,8.70224341638758e-05,0.00085255799961815,0.5,0.255951455205554,2.14737500092362e-10,0.0101864157155706,0.5,0.255951455205554,0.0,0.0146014098188085,0.255951455205554,0.0,0.00159666118455588,0.0,0.0721287288076458,0.255951455205554,0.0,0.133743403096571,0.5,0.255951455205554,0.0,0.204645513881224,0.255951455205554,0.0,0.00260703139184934,0.255951455205554,0.0,0.0473095512373252,0.255951455205554,0.0,0.0022101962920326,0.0,0.550197250896282 -2901,0.255951455205554,0.0,0.57628973431708,0.255951455205554,0.0,0.571981586690456,0.255951455205554,0.0,0.302050152029828,0.255951455205554,0.0,0.543859193025156,0.255951455205554,0.0,0.0412755409754729,0.255951455205554,0.0,0.0219301857103532,0.5,0.255951455205554,0.0,0.00077223588443573,0.5,0.255951455205554,0.0,0.00757295701731862,0.5,0.255951455205554,0.0,0.0144065302487635,0.255951455205554,0.0,0.000819585064458872,0.0,0.105173678648778,0.255951455205554,0.0,0.186114654651885,0.5,0.255951455205554,0.0,0.175169603430233,0.255951455205554,0.0,0.00200527580473652,0.255951455205554,0.0,0.0908107571191432,0.255951455205554,0.0,0.00392909371761629,0.0,0.53929728895108 -2902,0.255951455205554,0.0,0.512327110117533,0.255951455205554,0.0,0.510384522154333,0.255951455205554,0.0,0.400269271834858,0.255951455205554,0.0,0.746037961590646,0.255951455205554,0.0,0.0777432515218316,0.255951455205554,0.0,0.0406727924470709,0.5,0.255951455205554,0.0,0.000786776332604985,0.5,0.255951455205554,0.0,0.00677286591802333,0.5,0.255951455205554,0.0,0.015302735128526,0.255951455205554,0.0,0.000449413224711147,0.0,0.188846196887376,0.255951455205554,0.0,0.202557848563228,0.5,0.255951455205554,0.0,0.160996276135112,0.255951455205554,0.0,0.00216364356803614,0.255951455205554,0.0,0.134678444251758,0.255951455205554,0.0,0.00841502510665214,0.0,0.680538345860204 -2903,0.255951455205554,0.0,0.469193806919034,0.255951455205554,0.0,0.385298544187543,0.255951455205554,0.0,0.450267421188401,0.255951455205554,0.0,0.688088833481024,0.255951455205554,0.0,0.106183106376142,0.255951455205554,0.0,0.0594212453334214,0.5,0.255951455205554,0.0,0.00151289645331611,0.5,0.255951455205554,0.0,0.0053440554040007,0.5,0.255951455205554,0.0,0.0171803811073165,0.255951455205554,0.0,0.000359135937315673,0.0,0.23552890651515,0.255951455205554,0.0,0.189705855882384,0.5,0.255951455205554,0.0,0.171769730823793,0.255951455205554,0.0,0.00390720292994872,0.255951455205554,0.0,0.176706264430253,0.255951455205554,0.0,0.0204812499006236,0.0,0.868657956787978 -2904,0.255951455205554,0.0,0.45438474026432,0.255951455205554,0.0,0.26544428638711,0.255951455205554,0.0,0.448342396509291,0.255951455205554,0.0,0.603437629878213,0.255951455205554,0.0,0.12302199518432,0.255951455205554,0.0,0.0781563130009961,0.5,0.255951455205554,0.0,0.00409091403796288,0.5,0.255951455205554,0.0,0.00354035479885332,0.5,0.255951455205554,0.0,0.0162225620162123,0.255951455205554,0.0,0.000481727390541482,0.0,0.216202659839113,0.255951455205554,0.0,0.159923584339155,0.5,0.255951455205554,0.0,0.195131196019334,0.255951455205554,0.0,0.00616331613196505,0.255951455205554,0.0,0.237486872576897,0.255951455205554,0.0,0.0548141787698675,0.0,0.922343842415886 -2905,0.255951455205554,0.0,0.449995719414605,0.255951455205554,0.0,0.204522794082213,0.255951455205554,0.0,0.41366946037956,0.255951455205554,0.0,0.508975390265365,0.255951455205554,0.0,0.160463502268243,0.255951455205554,0.0,0.102422622841275,0.5,0.255951455205554,0.0,0.00931579045312655,0.5,0.255951455205554,0.0,0.00319991300399639,0.5,0.255951455205554,0.0,0.0145458094877624,0.255951455205554,0.0,0.00118450928484835,0.0,0.208296179820922,0.255951455205554,0.0,0.137814524455731,0.5,0.255951455205554,0.0,0.206076036008908,0.255951455205554,0.0,0.009761238231375,0.255951455205554,0.0,0.308286409691368,0.255951455205554,0.0,0.130959364767694,0.0,0.940482389416212 -2906,0.255951455205554,0.0,0.440519602019198,0.255951455205554,0.0,0.187559558604807,0.255951455205554,0.0,0.371143497142044,0.255951455205554,0.0,0.438942848660963,0.255951455205554,0.0,0.220880512728823,0.255951455205554,0.0,0.152958019630426,0.5,0.255951455205554,0.0,0.0182244221197132,0.5,0.255951455205554,0.0,0.00329047843539247,0.5,0.255951455205554,0.0,0.013315963170626,0.255951455205554,0.0,0.00356759728720723,0.0,0.210158294899112,0.255951455205554,0.0,0.137736504007674,0.5,0.255951455205554,0.0,0.253114889277324,0.255951455205554,0.0,0.0147087511247683,0.255951455205554,0.0,0.388815885769244,0.255951455205554,0.0,0.17374894396824,0.0,0.930655600893493 -2907,0.255951455205554,0.0,0.455171923347164,0.255951455205554,0.0,0.189812077084261,0.255951455205554,0.0,0.33882956040382,0.255951455205554,0.0,0.40137356626112,0.255951455205554,0.0,0.246045107565576,0.255951455205554,0.0,0.21074991000085,0.5,0.255951455205554,0.0,0.0272902808449097,0.5,0.255951455205554,0.0,0.00342717949580914,0.5,0.255951455205554,0.0,0.0120273912621175,0.255951455205554,0.0,0.00622492121431613,0.0,0.207010187017525,0.255951455205554,0.0,0.155641472678826,0.5,0.255951455205554,0.0,0.349142113126073,0.255951455205554,0.0,0.0222114136496123,0.255951455205554,0.0,0.432825664989054,0.255951455205554,0.0,0.164372234236239,0.0,0.914035583005693 -2908,0.255951455205554,0.0,0.509679012799477,0.255951455205554,0.0,0.197635001580004,0.255951455205554,0.0,0.323635596409295,0.255951455205554,0.0,0.390263250651875,0.255951455205554,0.0,0.215914329464346,0.255951455205554,0.0,0.246843943406792,0.5,0.255951455205554,0.0,0.0410355888595389,0.5,0.255951455205554,0.0,0.0037055898549471,0.5,0.255951455205554,0.0,0.0108749383813704,0.255951455205554,0.0,0.011515368076671,0.0,0.213515465355841,0.255951455205554,0.0,0.194113705975572,0.5,0.255951455205554,0.0,0.492685869454641,0.255951455205554,0.0,0.0429723447088657,0.255951455205554,0.0,0.434125989675253,0.255951455205554,0.0,0.211834802648814,0.0,0.906055913930557 -2909,0.255951455205554,0.0,0.502085739710445,0.255951455205554,0.0,0.161943618868027,0.255951455205554,0.0,0.328861006923334,0.255951455205554,0.0,0.439281726547236,0.255951455205554,0.0,0.193636878843674,0.255951455205554,0.0,0.289247851890084,0.5,0.255951455205554,0.0,0.0696166230205672,0.5,0.255951455205554,0.0,0.00477521608281987,0.5,0.255951455205554,0.0,0.0124006036930245,0.255951455205554,0.0,0.016730459624899,0.0,0.214414668264188,0.255951455205554,0.0,0.24043026906627,0.5,0.255951455205554,0.0,0.609547550954819,0.255951455205554,0.0,0.0657655686262011,0.255951455205554,0.0,0.385530696355635,0.255951455205554,0.0,0.276010462114665,0.0,0.912674139618373 -2910,0.255951455205554,0.0163228859199926,0.542524993170144,0.255951455205554,0.0219111507415808,0.221957839322872,0.255951455205554,0.0072617785781079,0.348362943682762,0.255951455205554,0.0135378825618233,0.483210588825883,0.255951455205554,0.00243032743216498,0.194620403678804,0.255951455205554,0.00132948159911922,0.337415849329721,0.5,0.255951455205554,0.00186075709253008,0.109874664954101,0.5,0.255951455205554,0.00363967479762149,0.00626856052443336,0.5,0.255951455205554,0.00413324764854227,0.020429294402816,0.255951455205554,0.00156468462127487,0.0227050514679556,0.0053288639778793,0.275043909655955,0.255951455205554,0.0119920445480847,0.32614787443218,0.5,0.255951455205554,0.0290275122636515,0.742167388009999,0.255951455205554,0.00615813038533147,0.0862462226468775,0.255951455205554,0.00342269023766505,0.346948058090355,0.255951455205554,0.000757822349623407,0.343870951844626,0.00591314211068909,0.922209261106778 -2911,0.255951455205554,0.0621973151803461,0.719737966730477,0.255951455205554,0.0970514714548743,0.734671799849153,0.255951455205554,0.0728441063653816,0.424644135957944,0.255951455205554,0.0947328688713638,0.505753820168994,0.255951455205554,0.0455419963499582,0.221881259850069,0.255951455205554,0.0146394395916858,0.384146138607881,0.5,0.255951455205554,0.0375137420180214,0.189286225750145,0.5,0.255951455205554,0.0624277883840894,0.0204983159435147,0.5,0.255951455205554,0.0403265286069236,0.0518827205040121,0.255951455205554,0.0568854116462463,0.0605368914748003,0.0335638559831662,0.426896882822109,0.255951455205554,0.0607592758823968,0.459304662719036,0.5,0.255951455205554,0.10731724384508,0.838440466397156,0.255951455205554,0.0273705090239036,0.0938740411055805,0.255951455205554,0.0222153357672203,0.353966421399983,0.255951455205554,0.00600115993932483,0.393806229360522,0.0251312253254203,0.925588208918122 -2912,0.255951455205554,0.101061399953053,0.802427767591899,0.255951455205554,0.157355218445967,0.864658489946036,0.255951455205554,0.169331783815918,0.534214405512935,0.255951455205554,0.205987530917676,0.708239202865396,0.255951455205554,0.131808120106108,0.272903564608715,0.255951455205554,0.0326152159008887,0.438921810189915,0.5,0.255951455205554,0.0843422510425628,0.304659669566275,0.5,0.255951455205554,0.141011712950146,0.0634636449754983,0.5,0.255951455205554,0.0902192092807203,0.0695129660838408,0.255951455205554,0.166448199550505,0.23249574521558,0.0799583428651617,0.620752243654882,0.255951455205554,0.113742994510323,0.583615144618947,0.5,0.255951455205554,0.209613073217045,0.910643159410435,0.255951455205554,0.0560633995089109,0.129200901665392,0.255951455205554,0.0472538093439418,0.407113082515288,0.255951455205554,0.0168035143333288,0.435618437282233,0.0511595835215129,0.915284033401883 -2913,0.255951455205554,0.147309265291947,0.855964855019912,0.255951455205554,0.265314722110765,0.894470844006912,0.255951455205554,0.283007387379882,0.615625936893201,0.255951455205554,0.324893473686131,0.84769794220858,0.255951455205554,0.244634886194664,0.340225065707046,0.255951455205554,0.0564357991540892,0.502332327690705,0.5,0.255951455205554,0.116514253359988,0.388280894724759,0.5,0.255951455205554,0.202540229626426,0.110396957814642,0.5,0.255951455205554,0.135804527211877,0.0951642892330111,0.255951455205554,0.268190696543644,0.401580646177276,0.111049934797157,0.738314553657341,0.255951455205554,0.167041098559236,0.640246035007801,0.5,0.255951455205554,0.310430219569001,0.943692019025732,0.255951455205554,0.0916075400053377,0.208447894173592,0.255951455205554,0.0799985394140913,0.501599036251681,0.255951455205554,0.0291624488488145,0.448939113651975,0.107055984012498,0.898305337406894 -2914,0.255951455205554,0.218376799561919,0.876492064999291,0.255951455205554,0.411962624205994,0.946627226349313,0.255951455205554,0.401635296089552,0.689187236804994,0.255951455205554,0.416306152655707,0.890892784207324,0.255951455205554,0.365975487715276,0.405992209868057,0.255951455205554,0.107183512757308,0.538984224122821,0.5,0.255951455205554,0.123381718435745,0.431276410416126,0.5,0.255951455205554,0.224320671083004,0.122671127166972,0.5,0.255951455205554,0.177325127697301,0.131936638281438,0.255951455205554,0.253425211131442,0.497044194131661,0.156248811063341,0.79109672595143,0.255951455205554,0.205811123443958,0.687746420231229,0.5,0.255951455205554,0.409026888272066,0.968978621087052,0.255951455205554,0.117743923689422,0.26115088838737,0.255951455205554,0.112008111338097,0.600798747211166,0.255951455205554,0.0356772161337072,0.443384035892067,0.152395046467072,0.895915435662238 -2915,0.255951455205554,0.345878980780283,0.901647412319814,0.255951455205554,0.511611882829273,0.987301950860285,0.255951455205554,0.503398534325116,0.740896514832867,0.255951455205554,0.497864563802085,0.895907686038812,0.255951455205554,0.481645475428779,0.498145878571031,0.255951455205554,0.188727415344885,0.630830042954271,0.5,0.255951455205554,0.113315548732114,0.474685702085827,0.5,0.255951455205554,0.295219956309947,0.163893546098977,0.5,0.255951455205554,0.228060804979499,0.191174035745306,0.255951455205554,0.154847963414133,0.57335818579785,0.151222584430181,0.796924541309789,0.255951455205554,0.229460328746819,0.759542866180851,0.5,0.255951455205554,0.478217922896591,0.981169825008611,0.255951455205554,0.110789619672946,0.293149288925529,0.255951455205554,0.136789747219212,0.664983830343626,0.255951455205554,0.0410822498612863,0.46531039192231,0.262751325390723,0.897609304992131 -2916,0.255951455205554,0.492843222957573,0.910707928286096,0.255951455205554,0.5350203119088,1.01241263481441,0.255951455205554,0.555770212891304,0.778239081086906,0.255951455205554,0.586124253021624,0.923256361802341,0.255951455205554,0.549417060708533,0.554517489574199,0.255951455205554,0.241003260785962,0.685847221447659,0.5,0.255951455205554,0.136331374110806,0.503682623927255,0.5,0.255951455205554,0.239007672895493,0.209957426015565,0.5,0.255951455205554,0.212546961135279,0.265175002351377,0.255951455205554,0.105742435599225,0.5619947922255,0.175363840901895,0.776885240184775,0.255951455205554,0.237266832667676,0.826505583055573,0.5,0.255951455205554,0.548684687819408,0.985375957768672,0.255951455205554,0.0958439532225123,0.354874406677444,0.255951455205554,0.129898169727925,0.697117832338507,0.255951455205554,0.0457008202353208,0.477437143220426,0.582278074571696,0.898560547189689 -2917,0.255951455205554,0.617582447381704,0.909065815404781,0.255951455205554,0.482071156341702,1.02041550688162,0.255951455205554,0.589307231331282,0.800851552417287,0.255951455205554,0.66251599680461,0.94136164372985,0.255951455205554,0.586428019892445,0.564503980919739,0.255951455205554,0.226453280877621,0.685756239587462,0.5,0.255951455205554,0.182674894917851,0.54429855862885,0.5,0.255951455205554,0.199647846379662,0.267187125825127,0.5,0.255951455205554,0.192303926344345,0.334460556240491,0.255951455205554,0.114549965674636,0.524243047787327,0.212540754146224,0.858878044568071,0.255951455205554,0.232601294234444,0.874564253930783,0.5,0.255951455205554,0.594758533229999,0.9843647915833,0.255951455205554,0.0841185988508449,0.441360675730941,0.255951455205554,0.121005770276863,0.719775602167459,0.255951455205554,0.0485073550150588,0.499054448763474,0.710486620153975,0.88274997533259 -2918,0.255951455205554,0.642758597725086,0.898624450877168,0.255951455205554,0.557365942557085,1.02112628726039,0.255951455205554,0.563205254882388,0.811580333406866,0.255951455205554,0.642426980475496,0.945972898514727,0.255951455205554,0.591293537446283,0.566747353600439,0.255951455205554,0.222118741822706,0.665754503625355,0.5,0.255951455205554,0.197964712179639,0.614711226735124,0.5,0.255951455205554,0.118953110849691,0.323384478688232,0.5,0.255951455205554,0.148321341392894,0.402857358215213,0.255951455205554,0.251741861909327,0.659295335639795,0.221246878801267,0.878437305461894,0.255951455205554,0.211194028682467,0.893387419558988,0.5,0.255951455205554,0.594074762860125,0.98044160508463,0.255951455205554,0.0608318812617546,0.501569651846068,0.255951455205554,0.114527393195003,0.723082704819379,0.255951455205554,0.0457622668890151,0.52580405149714,0.734535884474017,0.832668878770261 -2919,0.255951455205554,0.627355064777417,0.877371448999623,0.255951455205554,0.556106094501222,1.02065257891363,0.255951455205554,0.491797459006116,0.811628095253181,0.255951455205554,0.562319889542249,0.944528595708112,0.255951455205554,0.537959747145194,0.570440483749217,0.255951455205554,0.198797319823109,0.615130519427496,0.5,0.255951455205554,0.182435015514505,0.607232128547805,0.5,0.255951455205554,0.140735363007271,0.444656601577548,0.5,0.255951455205554,0.114791308365273,0.457508570998229,0.255951455205554,0.28928084531977,0.700914264701288,0.18400411791636,0.836097372777556,0.255951455205554,0.170613510844085,0.869987386423463,0.5,0.255951455205554,0.548176906055697,0.978864509998683,0.255951455205554,0.0405325366893254,0.523127208278769,0.255951455205554,0.107273155692268,0.699372042707152,0.255951455205554,0.0340441476707754,0.525285165982721,0.667615038276016,0.762634108813467 -2920,0.255951455205554,0.530825452235105,0.844300791194508,0.255951455205554,0.478761430537421,1.01075933754294,0.255951455205554,0.361965272118262,0.796958840355202,0.255951455205554,0.429218432829157,0.935666454598548,0.255951455205554,0.393992762891776,0.524140786488331,0.255951455205554,0.167108161074592,0.54161047210017,0.5,0.255951455205554,0.150994630375423,0.566958999124554,0.5,0.255951455205554,0.0938807683534076,0.490698194846738,0.5,0.255951455205554,0.0793864905359791,0.497199679595949,0.255951455205554,0.176122484623353,0.607335486444189,0.13006179703701,0.705471949123177,0.255951455205554,0.130999251574314,0.816152177201817,0.5,0.255951455205554,0.439509690428854,0.970531173637636,0.255951455205554,0.0332745935221506,0.575986834707383,0.255951455205554,0.089138784636993,0.67556750056084,0.255951455205554,0.0243121908946581,0.506126649701254,0.542457490984567,0.71328180142691 -2921,0.255951455205554,0.399693933886393,0.78266360269298,0.255951455205554,0.36240739226863,0.989345795776256,0.255951455205554,0.230492553297883,0.76223831009706,0.255951455205554,0.321497949988543,0.91612808774048,0.255951455205554,0.240572865668128,0.425335943725046,0.255951455205554,0.0942297068582224,0.419294315330266,0.5,0.255951455205554,0.0891092392147029,0.475694579518101,0.5,0.255951455205554,0.0393295413455515,0.464413550635264,0.5,0.255951455205554,0.0443524299074948,0.475463130011189,0.255951455205554,0.0815194364805161,0.541534290084782,0.0803799604496795,0.552561239540021,0.255951455205554,0.0893339987415625,0.741751929725553,0.5,0.255951455205554,0.309181114551856,0.946541958329364,0.255951455205554,0.0205495016424997,0.644724839319061,0.255951455205554,0.0652392176897331,0.642170894936379,0.255951455205554,0.0160986157203982,0.504175775534561,0.40124921468067,0.746363991367046 -2922,0.255951455205554,0.249487710544155,0.647649791023728,0.255951455205554,0.228886836723244,0.939669147933632,0.255951455205554,0.128141395053115,0.715394887405234,0.255951455205554,0.213417546478,0.880761904111272,0.255951455205554,0.135628368011273,0.309334335424072,0.255951455205554,0.0351118538470358,0.303713738151664,0.5,0.255951455205554,0.0467403706498663,0.357017912475068,0.5,0.255951455205554,0.0117998458921268,0.410661769776729,0.5,0.255951455205554,0.0187229714766024,0.439654960003945,0.255951455205554,0.0453927742825252,0.459480914169118,0.03937606832319,0.381525843460056,0.255951455205554,0.0500829681021743,0.66717035829112,0.5,0.255951455205554,0.170331886350311,0.880511441302458,0.255951455205554,0.00917435954504715,0.6508291559486,0.255951455205554,0.0365192737390155,0.587527784557762,0.255951455205554,0.00702462972800923,0.500369393630754,0.246962480962229,0.804782426921168 -2923,0.255951455205554,0.0797311370421533,0.346564114759431,0.255951455205554,0.0588398066515725,0.758375984658758,0.255951455205554,0.0450223788206651,0.6366218867309,0.255951455205554,0.0769044653011474,0.816007006529831,0.255951455205554,0.0483239364688912,0.23550344901309,0.255951455205554,0.0088159167424965,0.245825065377715,0.5,0.255951455205554,0.0129350775857158,0.234331202043357,0.5,0.255951455205554,0.00196627285110103,0.361531603531093,0.5,0.255951455205554,0.00304827397988096,0.414889860119768,0.255951455205554,0.0132868542056346,0.37484279951574,0.0085072896003179,0.23162411046944,0.255951455205554,0.0133414189161174,0.606694959535319,0.5,0.255951455205554,0.0519979855971333,0.706950902560878,0.255951455205554,0.00173449930716867,0.651685438033313,0.255951455205554,0.0114888008019041,0.503305129223171,0.255951455205554,0.0013590384608079,0.498892318682522,0.085118809479284,0.830595929784363 -2924,0.255951455205554,0.0,0.17111040416505,0.255951455205554,0.0,0.425538562112732,0.255951455205554,2.25756964101278e-08,0.494532309723532,0.255951455205554,0.0,0.657142312220406,0.255951455205554,2.11979408888244e-05,0.226097944182583,0.255951455205554,7.73240452143726e-06,0.221676591829275,0.5,0.255951455205554,1.27670208402745e-05,0.166597905262587,0.5,0.255951455205554,2.26508278834721e-07,0.324672928973241,0.5,0.255951455205554,0.0,0.404152229561382,0.255951455205554,6.69777820935611e-05,0.213230499217715,0.0,0.16510694647166,0.255951455205554,0.0,0.544615570367139,0.5,0.255951455205554,0.0,0.448785804962357,0.255951455205554,0.0,0.671724236125149,0.255951455205554,0.0,0.419647659772484,0.255951455205554,2.33813875145597e-07,0.518056664263875,0.0,0.82303435766621 -2925,0.255951455205554,0.0,0.113031151185492,0.255951455205554,0.0,0.257150831416768,0.255951455205554,0.0,0.403303502540611,0.255951455205554,0.0,0.475458050272948,0.255951455205554,0.0,0.257075612514599,0.255951455205554,0.0,0.203384396131899,0.5,0.255951455205554,0.0,0.139538938530766,0.5,0.255951455205554,0.0,0.323748737713449,0.5,0.255951455205554,0.0,0.425551623610492,0.255951455205554,0.0,0.150299414070391,0.0,0.191084773668806,0.255951455205554,0.0,0.4840990109816,0.5,0.255951455205554,0.0,0.293179558592486,0.255951455205554,0.0,0.714284238515469,0.255951455205554,0.0,0.397325529964006,0.255951455205554,0.0,0.529554987869312,0.0,0.790695629215735 -2926,0.255951455205554,0.0,0.0901767984737939,0.255951455205554,0.0,0.17620408026095,0.255951455205554,0.0,0.324381667491986,0.255951455205554,0.0,0.338785533260718,0.255951455205554,0.0,0.319555205277421,0.255951455205554,0.0,0.202840931037131,0.5,0.255951455205554,0.0,0.10226772037306,0.5,0.255951455205554,0.0,0.321687822204661,0.5,0.255951455205554,0.0,0.444963606260036,0.255951455205554,0.0,0.125074749758243,0.0,0.153077880671593,0.255951455205554,0.0,0.406930723598529,0.5,0.255951455205554,0.0,0.207779730900059,0.255951455205554,0.0,0.726110777818834,0.255951455205554,0.0,0.366122844361094,0.255951455205554,0.0,0.501525918304474,0.0,0.720413203610658 -2927,0.255951455205554,0.0,0.0764000201008989,0.255951455205554,0.0,0.159120522071824,0.255951455205554,0.0,0.248215996996131,0.255951455205554,0.0,0.256375507072122,0.255951455205554,0.0,0.355295343311553,0.255951455205554,0.0,0.247483074896015,0.5,0.255951455205554,0.0,0.111349992714843,0.5,0.255951455205554,0.0,0.311521179767172,0.5,0.255951455205554,0.0,0.448238462886235,0.255951455205554,0.0,0.103099792113021,0.0,0.116784752688263,0.255951455205554,0.0,0.349141810293147,0.5,0.255951455205554,0.0,0.166864061358442,0.255951455205554,0.0,0.690835315437233,0.255951455205554,0.0,0.31517469252144,0.255951455205554,0.0,0.457903118860806,0.0,0.627888587810271 -2928,0.255951455205554,0.0,0.0599299009720714,0.255951455205554,0.0,0.1507414802053,0.255951455205554,0.0,0.194773168583095,0.255951455205554,0.0,0.202553304301202,0.255951455205554,0.0,0.326784591469865,0.255951455205554,0.0,0.308668227644647,0.5,0.255951455205554,0.0,0.156396611200521,0.5,0.255951455205554,0.0,0.303980876798786,0.5,0.255951455205554,0.0,0.449854092534057,0.255951455205554,0.0,0.0981075577590717,0.0,0.105212469110531,0.255951455205554,0.0,0.314312325796367,0.5,0.255951455205554,0.0,0.144995417729534,0.255951455205554,0.0,0.615057349109968,0.255951455205554,0.0,0.28069458792771,0.255951455205554,0.0,0.429712117719408,0.0,0.506757375844489 -2929,0.255951455205554,0.0,0.0446856899232018,0.255951455205554,0.0,0.125988676103057,0.255951455205554,0.0,0.158081120081574,0.255951455205554,0.0,0.161053443212035,0.255951455205554,0.0,0.273899846523244,0.255951455205554,0.0,0.311856355038552,0.5,0.255951455205554,0.0,0.225123798896189,0.5,0.255951455205554,0.0,0.295479874622695,0.5,0.255951455205554,0.0,0.445523307408332,0.255951455205554,0.0,0.129082390022119,0.0,0.119772568010967,0.255951455205554,0.0,0.27879381807826,0.5,0.255951455205554,0.0,0.124455178074287,0.255951455205554,0.0,0.534097844861791,0.255951455205554,0.0,0.256827079518421,0.255951455205554,0.0,0.40059613263235,0.0,0.368294940116639 -2930,0.255951455205554,0.0,0.0372581104700642,0.255951455205554,0.0,0.0939701129348881,0.255951455205554,0.0,0.129918711453399,0.255951455205554,0.0,0.12546550805817,0.255951455205554,0.0,0.204788322765353,0.255951455205554,0.0,0.271374212626368,0.5,0.255951455205554,0.0,0.280146631568435,0.5,0.255951455205554,0.0,0.284592950644214,0.5,0.255951455205554,0.0,0.435385336921849,0.255951455205554,0.0,0.165394261860795,0.0,0.165362164344093,0.255951455205554,0.0,0.255979843149435,0.5,0.255951455205554,0.0,0.096974097506371,0.255951455205554,0.0,0.424376849148006,0.255951455205554,0.0,0.240120932213932,0.255951455205554,0.0,0.367025683720409,0.0,0.285212158625374 -2931,0.255951455205554,0.0,0.0333869069373671,0.255951455205554,0.0,0.0621807668789927,0.255951455205554,0.0,0.104930609786059,0.255951455205554,0.0,0.0985470319104391,0.255951455205554,0.0,0.159895657096702,0.255951455205554,0.0,0.23145539846291,0.5,0.255951455205554,0.0,0.32267835338627,0.5,0.255951455205554,0.0,0.282023748550593,0.5,0.255951455205554,0.0,0.432391927007908,0.255951455205554,0.0,0.184199759714409,0.0,0.209487349760946,0.255951455205554,0.0,0.245372663536629,0.5,0.255951455205554,0.0,0.0756734484644488,0.255951455205554,0.0,0.387044325136095,0.255951455205554,0.0,0.228912943068347,0.255951455205554,0.0,0.339961034963754,0.0,0.240924876012857 -2932,0.255951455205554,0.0,0.0289081433057137,0.255951455205554,0.0,0.0436044032894846,0.255951455205554,0.0,0.0846337270771392,0.255951455205554,0.0,0.0803171196548461,0.255951455205554,0.0,0.143168395120712,0.255951455205554,0.0,0.228269788886564,0.5,0.255951455205554,0.0,0.284085165240642,0.5,0.255951455205554,0.0,0.288368742681383,0.5,0.255951455205554,0.0,0.432708766215779,0.255951455205554,0.0,0.286540099015804,0.0,0.239236600336952,0.255951455205554,0.0,0.234297226172752,0.5,0.255951455205554,0.0,0.0595724321591867,0.255951455205554,0.0,0.408435876857776,0.255951455205554,0.0,0.216993880473007,0.255951455205554,0.0,0.33184327854413,0.0,0.228358332174531 -2933,0.255951455205554,0.0,0.0233101528819406,0.255951455205554,0.0,0.0276663597788722,0.255951455205554,0.0,0.0657519852048722,0.255951455205554,0.0,0.0569959136128909,0.255951455205554,0.0,0.126018676336594,0.255951455205554,0.0,0.225054002925607,0.5,0.255951455205554,0.0,0.217384303047167,0.5,0.255951455205554,0.0,0.295019335571807,0.5,0.255951455205554,0.0,0.428293438411693,0.255951455205554,0.0,0.34490648119961,0.0,0.265910506190596,0.255951455205554,0.0,0.223042579409758,0.5,0.255951455205554,0.0,0.0461950437709529,0.255951455205554,0.0,0.404699101437176,0.255951455205554,0.0,0.198336695080825,0.255951455205554,0.0,0.300902549105121,0.0,0.232443494540194 -2934,0.255951455205554,0.028152738347784,0.0179008482645646,0.255951455205554,0.028168576921316,0.0230715817858904,0.255951455205554,0.0174878174136018,0.0425239961183431,0.255951455205554,0.0194702008080293,0.0375284824762245,0.255951455205554,0.00853604276604548,0.0995278224158412,0.255951455205554,0.0102670880275014,0.22970040135696,0.5,0.255951455205554,0.00360846651678664,0.19358734146801,0.5,0.255951455205554,0.0006761135082019,0.309835455696695,0.5,0.255951455205554,0.00112127171985981,0.437246104189403,0.255951455205554,0.00107151757454207,0.297006704352617,0.0421587889968259,0.285550036955032,0.255951455205554,0.0308841452386186,0.222430031091818,0.5,0.255951455205554,0.0422694286928742,0.0302942044761368,0.255951455205554,0.0108453067276047,0.397612187782128,0.255951455205554,0.0292017927426761,0.188657939328891,0.255951455205554,0.0108371759760487,0.270845211698638,0.0314271779777443,0.250742444668432 -2935,0.255951455205554,0.115803307223403,0.0136718264261313,0.255951455205554,0.117447147800577,0.0203312243530479,0.255951455205554,0.106271410990754,0.0338481052563268,0.255951455205554,0.107121143820067,0.0257397793952616,0.255951455205554,0.0954148543254002,0.109887181322008,0.255951455205554,0.0946804306304543,0.303001571277485,0.5,0.255951455205554,0.0776768904695071,0.302993123005567,0.5,0.255951455205554,0.00965043998665859,0.338513828717601,0.5,0.255951455205554,0.0120793206508056,0.470688788314076,0.255951455205554,0.0594782376644666,0.322862892484462,0.139805825802152,0.364274585074251,0.255951455205554,0.113125905134946,0.274459917504933,0.5,0.255951455205554,0.1377379232945,0.0307946953392676,0.255951455205554,0.0599038857282845,0.390137839832222,0.255951455205554,0.122155977538531,0.239812569781163,0.255951455205554,0.0769611538673079,0.30528652173654,0.120002716449153,0.223685091098322 -2936,0.255951455205554,0.25064797784645,0.0197671404346543,0.255951455205554,0.252930768006518,0.0381062703078755,0.255951455205554,0.239939351846842,0.0503514439548915,0.255951455205554,0.240503629596594,0.0333743626057657,0.255951455205554,0.228691079225114,0.178410288602867,0.255951455205554,0.22723146938938,0.437406040464057,0.5,0.255951455205554,0.198616521247832,0.42608676047388,0.5,0.255951455205554,0.0324377555620134,0.36383573588511,0.5,0.255951455205554,0.0376932281065341,0.510686583560071,0.255951455205554,0.203012554505216,0.504907654841753,0.282745901645013,0.434731506962758,0.255951455205554,0.239524393009196,0.368271483998675,0.5,0.255951455205554,0.277206594924155,0.0928215145911014,0.255951455205554,0.138642943979444,0.394755871557681,0.255951455205554,0.262183434736168,0.334411512885307,0.255951455205554,0.194543375964409,0.394073481792766,0.255847455959394,0.194883749209451 -2937,0.255951455205554,0.39279337594813,0.025912336713407,0.255951455205554,0.39561254439517,0.0699786855287607,0.255951455205554,0.385262951551014,0.0732645527796716,0.255951455205554,0.384670817842227,0.0433123701037111,0.255951455205554,0.378408405895788,0.24237899768874,0.255951455205554,0.37739673417706,0.53903895735133,0.5,0.255951455205554,0.345917420429556,0.520489498868446,0.5,0.255951455205554,0.0691522985281246,0.392499804668709,0.5,0.255951455205554,0.081279226470836,0.542326070805883,0.255951455205554,0.35614910259355,0.628885842835433,0.433959456019989,0.484946450545218,0.255951455205554,0.39085560473677,0.42663212258842,0.5,0.255951455205554,0.420711951328754,0.134491161858662,0.255951455205554,0.256173580960806,0.429156028222615,0.255951455205554,0.412679970641899,0.392895606403486,0.255951455205554,0.334770883338794,0.482147611388956,0.397352276899284,0.181054595478327 -2938,0.255951455205554,0.539823082202283,0.0374638535711631,0.255951455205554,0.543335609110021,0.100903332610628,0.255951455205554,0.535960441812011,0.092618247451362,0.255951455205554,0.534508051125062,0.0611493008151333,0.255951455205554,0.534494617851677,0.275378239949695,0.255951455205554,0.52945181106879,0.594867626673685,0.5,0.255951455205554,0.49434878715632,0.604962437242444,0.5,0.255951455205554,0.115061906880939,0.414907816120855,0.5,0.255951455205554,0.147492212717799,0.580590572765053,0.255951455205554,0.512817014854655,0.702213348627511,0.582034232459803,0.540456102703355,0.255951455205554,0.540089437207031,0.435866254693399,0.5,0.255951455205554,0.56668834405575,0.137460375544987,0.255951455205554,0.372817758763775,0.466601807635075,0.255951455205554,0.566684599858684,0.449536145866719,0.255951455205554,0.492112544168315,0.52521039416334,0.543716829480178,0.185153701935403 -2939,0.255951455205554,0.658704922541597,0.0766251906954338,0.255951455205554,0.662396884636946,0.134998756147466,0.255951455205554,0.656601282230597,0.120346595758586,0.255951455205554,0.658042994785263,0.0847570808539936,0.255951455205554,0.662529175694077,0.342617142696643,0.255951455205554,0.652041790956834,0.637010953985445,0.5,0.255951455205554,0.608279547838164,0.626440051817035,0.5,0.255951455205554,0.15287414486809,0.423277493807989,0.5,0.255951455205554,0.235734676842821,0.621248678835172,0.255951455205554,0.62291467948336,0.726578460731706,0.691334996921359,0.536387025377885,0.255951455205554,0.658846532672228,0.454896394565464,0.5,0.255951455205554,0.673814561007625,0.137249121996642,0.255951455205554,0.471970953168555,0.516638320055297,0.255951455205554,0.684194578304322,0.49421480913844,0.255951455205554,0.623600751196398,0.617760085067959,0.663419055667176,0.184977859973377 -2940,0.255951455205554,0.724787035034356,0.159143556857944,0.255951455205554,0.728330384107373,0.150561292872814,0.255951455205554,0.721009647356772,0.157493901630343,0.255951455205554,0.729108231595826,0.115435419210795,0.255951455205554,0.735720173273024,0.395104997830969,0.255951455205554,0.731609541843094,0.676766790423312,0.5,0.255951455205554,0.685147610355803,0.640157337927461,0.5,0.255951455205554,0.2001424927438,0.439205835861165,0.5,0.255951455205554,0.309783949670827,0.652761857525495,0.255951455205554,0.691895385803184,0.694345197099201,0.747065484278418,0.503916181171691,0.255951455205554,0.713296579245444,0.455465518216426,0.5,0.255951455205554,0.724774484109542,0.139259506565146,0.255951455205554,0.524207098991279,0.561440417841059,0.255951455205554,0.746599112807705,0.536394566789798,0.255951455205554,0.69587715563293,0.674197262776086,0.72886178649281,0.158322059838781 -2941,0.255951455205554,0.754195941917736,0.275557226018583,0.255951455205554,0.752894738518508,0.169798128275499,0.255951455205554,0.755826588493031,0.197874944253105,0.255951455205554,0.758806335952337,0.158098609349663,0.255951455205554,0.764066331058944,0.407864128193573,0.255951455205554,0.764112597837414,0.689666844702001,0.5,0.255951455205554,0.717640613463271,0.678682585468218,0.5,0.255951455205554,0.247976851981983,0.450784714825,0.5,0.255951455205554,0.337960043731414,0.663353677258161,0.255951455205554,0.751623100126856,0.706085903675644,0.760222393101321,0.466485162400025,0.255951455205554,0.735283399931977,0.433195862240721,0.5,0.255951455205554,0.740966392733041,0.14485771050014,0.255951455205554,0.545640399161909,0.555163010287373,0.255951455205554,0.765219643269307,0.526774656959135,0.255951455205554,0.716350269891135,0.702041072931815,0.751935897921252,0.15172226605168 -2942,0.255951455205554,0.736047279166414,0.415730097950089,0.255951455205554,0.730657428688057,0.199527284859985,0.255951455205554,0.736210982947145,0.246775671201289,0.255951455205554,0.73788175312068,0.235043152246864,0.255951455205554,0.749863258361539,0.376986852801236,0.255951455205554,0.742379908305225,0.680156560020268,0.5,0.255951455205554,0.708413194714159,0.702648158971431,0.5,0.255951455205554,0.277616692499515,0.458491745426671,0.5,0.255951455205554,0.317225038831599,0.672742783951277,0.255951455205554,0.723277399206851,0.718934259358311,0.729561122460474,0.425644282096566,0.255951455205554,0.67590754022699,0.400954739865431,0.5,0.255951455205554,0.719321886049693,0.15450919632806,0.255951455205554,0.486496466640503,0.497666703526021,0.255951455205554,0.736291339155191,0.481758990360765,0.255951455205554,0.714229105348684,0.667091143089205,0.726204380821658,0.159060858019932 -2943,0.255951455205554,0.665551815217442,0.540339455374865,0.255951455205554,0.65797560014312,0.242506642306595,0.255951455205554,0.667232182806641,0.315508885378427,0.255951455205554,0.669500026098108,0.337652648679927,0.255951455205554,0.685654202612886,0.340666875460519,0.255951455205554,0.671038545980701,0.635629696135184,0.5,0.255951455205554,0.65203129019833,0.722064934554121,0.5,0.255951455205554,0.246945466308381,0.474195074181203,0.5,0.255951455205554,0.274365252904365,0.670527419675132,0.255951455205554,0.670828219367015,0.733753047393262,0.643049004210987,0.398540661556958,0.255951455205554,0.581414255331421,0.365520886585821,0.5,0.255951455205554,0.637402740700548,0.148965044234817,0.255951455205554,0.396134614186662,0.40797925060509,0.255951455205554,0.65522433801734,0.419922995888842,0.255951455205554,0.649720428292071,0.59763810737496,0.639585675725946,0.180165903435447 -2944,0.255951455205554,0.543447113947784,0.610809632276883,0.255951455205554,0.532082525420693,0.323081224170645,0.255951455205554,0.54425218563585,0.374245400747909,0.255951455205554,0.546627188627742,0.444966881654302,0.255951455205554,0.567256109742486,0.300487837268578,0.255951455205554,0.547555147996975,0.573410842586815,0.5,0.255951455205554,0.531395474437542,0.710656067245111,0.5,0.255951455205554,0.1808683898536,0.46897056448587,0.5,0.255951455205554,0.206559248006266,0.650827720364718,0.255951455205554,0.567901049688386,0.747283894746331,0.507251328837345,0.363783764633283,0.255951455205554,0.484160146458473,0.335117524793371,0.5,0.255951455205554,0.508551930962471,0.136222650880315,0.255951455205554,0.349987026653579,0.372543367734422,0.255951455205554,0.521804722250035,0.365164755766199,0.255951455205554,0.53009412326452,0.517883896807288,0.533269416576672,0.19595045054513 -2945,0.255951455205554,0.402316577500347,0.62816445943133,0.255951455205554,0.388679062739141,0.514654652211879,0.255951455205554,0.39464857286137,0.403175532400455,0.255951455205554,0.401206040900017,0.535678601752954,0.255951455205554,0.415068555246148,0.248313852996531,0.255951455205554,0.398269542249011,0.452000393936306,0.5,0.255951455205554,0.387660542688018,0.649836690637816,0.5,0.255951455205554,0.125490897421416,0.417580677505996,0.5,0.255951455205554,0.14029019640336,0.578636681995333,0.255951455205554,0.4182173115194,0.720006931742417,0.36012385661344,0.276663487714113,0.255951455205554,0.351340707258033,0.272481869545299,0.5,0.255951455205554,0.366471306825249,0.114365445303289,0.255951455205554,0.281742741175023,0.295354317166127,0.255951455205554,0.370670565542686,0.285694068867745,0.255951455205554,0.379305292945187,0.402498959989489,0.396057518412555,0.260324132130152 -2946,0.255951455205554,0.249912631431073,0.608406538313532,0.255951455205554,0.237909861504032,0.630088812715009,0.255951455205554,0.245878919829825,0.389924460263726,0.255951455205554,0.251526934179447,0.562690480646836,0.255951455205554,0.260733075243151,0.130540873608446,0.255951455205554,0.243851315412287,0.193956363572668,0.5,0.255951455205554,0.247021325415667,0.46068883933271,0.5,0.255951455205554,0.0808072292859906,0.311942553816325,0.5,0.255951455205554,0.0824382169352311,0.418678416503322,0.255951455205554,0.264446292401159,0.549107389381631,0.204956519018535,0.0968750189266435,0.255951455205554,0.200195570599218,0.14039930800365,0.5,0.255951455205554,0.212572989586512,0.0738568483889825,0.255951455205554,0.185114775420424,0.137957344859292,0.255951455205554,0.215124058178595,0.123259865588464,0.255951455205554,0.2240747685883,0.163398946182978,0.245984262919817,0.295459470233014 -2947,0.255951455205554,0.0817487233911892,0.512123983991686,0.255951455205554,0.0596439489105223,0.463679779821471,0.255951455205554,0.0707928410550043,0.307913436335656,0.255951455205554,0.0708589740646983,0.453900044396177,0.255951455205554,0.0727562884143093,0.0535285665141137,0.255951455205554,0.0546132372350771,0.0815792494657959,0.5,0.255951455205554,0.0639343852671524,0.188398123237663,0.5,0.255951455205554,0.0283295165168811,0.191265921766679,0.5,0.255951455205554,0.0192540111962561,0.2209643866071,0.255951455205554,0.0682194886830713,0.240492532709033,0.0401742108106251,0.050193533696267,0.255951455205554,0.0373132665255563,0.0584913249819442,0.5,0.255951455205554,0.0478908024664693,0.0201947805913348,0.255951455205554,0.0357768819188094,0.0639673414662383,0.255951455205554,0.0441987549830838,0.0439540396995021,0.255951455205554,0.0462088244967615,0.0525423167446858,0.0874700637942767,0.292170128064719 -2948,0.255951455205554,0.0,0.343617697601915,0.255951455205554,0.0,0.230289401144611,0.255951455205554,0.0,0.191054356280931,0.255951455205554,0.0,0.266008434994863,0.255951455205554,0.0,0.0617567441225269,0.255951455205554,0.0,0.0562248591432831,0.5,0.255951455205554,0.0,0.110839068789519,0.5,0.255951455205554,1.96838677349157e-06,0.135249294727915,0.5,0.255951455205554,0.0,0.125983479882752,0.255951455205554,0.0,0.139438728576401,0.0,0.0334646366764111,0.255951455205554,0.0,0.0406642004654882,0.5,0.255951455205554,0.0,0.0170219994353383,0.255951455205554,0.0,0.046284201753387,0.255951455205554,0.0,0.0250748621117126,0.255951455205554,0.0,0.0199860379540106,0.0,0.246203521888971 -2949,0.255951455205554,0.0,0.277591357506848,0.255951455205554,0.0,0.13868098024137,0.255951455205554,0.0,0.129474360078634,0.255951455205554,0.0,0.157178364949198,0.255951455205554,0.0,0.0595585558685263,0.255951455205554,0.0,0.0346460164961894,0.5,0.255951455205554,0.0,0.0775963884871138,0.5,0.255951455205554,0.0,0.104107372090165,0.5,0.255951455205554,0.0,0.0783262182793258,0.255951455205554,0.0,0.0999355254175834,0.0,0.0157864772886189,0.255951455205554,0.0,0.0231263218085562,0.5,0.255951455205554,0.0,0.0334025063856131,0.255951455205554,0.0,0.0286717161043917,0.255951455205554,0.0,0.0157808645497108,0.255951455205554,0.0,0.0069047356423584,0.0,0.2085956262627 -2950,0.255951455205554,0.0,0.254860580757208,0.255951455205554,0.0,0.0774036399693126,0.255951455205554,0.0,0.0934464509466357,0.255951455205554,0.0,0.105668085922844,0.255951455205554,0.0,0.0434096287605686,0.255951455205554,0.0,0.0218584534075721,0.5,0.255951455205554,0.0,0.0575613771973123,0.5,0.255951455205554,0.0,0.0876491127985855,0.5,0.255951455205554,0.0,0.0533866004700825,0.255951455205554,0.0,0.0785624107675139,0.0,0.00347621755703639,0.255951455205554,0.0,0.0139137201215221,0.5,0.255951455205554,0.0,0.059616054224352,0.255951455205554,0.0,0.0205267953668747,0.255951455205554,0.0,0.0176321923420409,0.255951455205554,0.0,0.00432628420031362,0.0,0.200875940519998 -2951,0.255951455205554,0.0,0.248823776531025,0.255951455205554,0.0,0.0557747382596218,0.255951455205554,0.0,0.0709183509414032,0.255951455205554,0.0,0.0858504980666427,0.255951455205554,0.0,0.0285033769964388,0.255951455205554,0.0,0.0159247385261278,0.5,0.255951455205554,0.0,0.0412799777699685,0.5,0.255951455205554,0.0,0.0698452306361879,0.5,0.255951455205554,0.0,0.0371401172125054,0.255951455205554,0.0,0.0617851764601157,0.0,0.000264057372966382,0.255951455205554,0.0,0.0140533416715163,0.5,0.255951455205554,0.0,0.0837754548520995,0.255951455205554,0.0,0.0166240316302891,0.255951455205554,0.0,0.0291435078730962,0.255951455205554,0.0,0.00564589923578527,0.0,0.216964526287274 -2952,0.255951455205554,0.0,0.248594063727565,0.255951455205554,0.0,0.0518394168366018,0.255951455205554,0.0,0.0588906959007583,0.255951455205554,0.0,0.0769407846926275,0.255951455205554,0.0,0.0213170279814992,0.255951455205554,0.0,0.0144105306932832,0.5,0.255951455205554,0.0,0.0325252537541109,0.5,0.255951455205554,0.0,0.0519189012040379,0.5,0.255951455205554,0.0,0.0287181734007063,0.255951455205554,0.0,0.0559895487191784,0.0,0.00243864870489659,0.255951455205554,0.0,0.0218275340390189,0.5,0.255951455205554,0.0,0.103000334317682,0.255951455205554,0.0,0.0108525984168545,0.255951455205554,0.0,0.0468035961473569,0.255951455205554,0.0,0.00873928353147034,0.0,0.224926386054371 -2953,0.255951455205554,0.0,0.255042877190287,0.255951455205554,0.0,0.0588601993462167,0.255951455205554,0.0,0.0537631839518522,0.255951455205554,0.0,0.0748199558255917,0.255951455205554,0.0,0.0148946971177126,0.255951455205554,0.0,0.0153099666315387,0.5,0.255951455205554,0.0,0.0275908332145612,0.5,0.255951455205554,0.0,0.040801576815778,0.5,0.255951455205554,0.0,0.0263569779671011,0.255951455205554,0.0,0.0552264736044814,0.0,0.027039865632613,0.255951455205554,0.0,0.0308874642830501,0.5,0.255951455205554,0.0,0.120933504570495,0.255951455205554,0.0,0.00783013598465328,0.255951455205554,0.0,0.0628184748996976,0.255951455205554,0.0,0.013754522139171,0.0,0.215449371021811 -2954,0.255951455205554,0.0,0.262415925988769,0.255951455205554,0.0,0.065626067333058,0.255951455205554,0.0,0.0517703966215632,0.255951455205554,0.0,0.0762332129592143,0.255951455205554,0.0,0.00888256491762336,0.255951455205554,0.0,0.0174948472953975,0.5,0.255951455205554,0.0,0.0269337238964333,0.5,0.255951455205554,0.0,0.0331423474091919,0.5,0.255951455205554,0.0,0.0250647734452653,0.255951455205554,0.0,0.0526705401806467,0.0,0.0301454254050552,0.255951455205554,0.0,0.0407736645155007,0.5,0.255951455205554,0.0,0.139297354977998,0.255951455205554,0.0,0.0109746470993431,0.255951455205554,0.0,0.0709704191205835,0.255951455205554,0.0,0.0180985537347342,0.0,0.184877124228176 -2955,0.255951455205554,0.0,0.268311641930358,0.255951455205554,0.0,0.0679026544132195,0.255951455205554,0.0,0.0491184229736684,0.255951455205554,0.0,0.0737252517141616,0.255951455205554,0.0,0.00416964609926074,0.255951455205554,0.0,0.0180295521336294,0.5,0.255951455205554,0.0,0.0261390330921806,0.5,0.255951455205554,0.0,0.0268725271198805,0.5,0.255951455205554,0.0,0.0228547947747654,0.255951455205554,0.0,0.0458714151856601,0.0,0.0403746423845997,0.255951455205554,0.0,0.0524457993162229,0.5,0.255951455205554,0.0,0.151130826723826,0.255951455205554,0.0,0.0180564717658181,0.255951455205554,0.0,0.0734705406666775,0.255951455205554,0.0,0.0170423748770939,0.0,0.16195586693144 -2956,0.255951455205554,0.0,0.288027035944733,0.255951455205554,0.0,0.0719153567424594,0.255951455205554,0.0,0.051205535226656,0.255951455205554,0.0,0.0799422379379859,0.255951455205554,0.0,0.00275981738617231,0.255951455205554,0.0,0.0153966131314726,0.5,0.255951455205554,0.0,0.0256789909764787,0.5,0.255951455205554,0.0,0.0232275560706956,0.5,0.255951455205554,0.0,0.0194767369225995,0.255951455205554,0.0,0.0394146667362763,0.0,0.0481340350284303,0.255951455205554,0.0,0.0575824217609517,0.5,0.255951455205554,0.0,0.170512002298055,0.255951455205554,0.0,0.0257480527258325,0.255951455205554,0.0,0.0713039720481815,0.255951455205554,0.0,0.0146311840619666,0.0,0.145840122600207 -2957,0.255951455205554,0.0,0.298591552448596,0.255951455205554,0.0,0.0875210044243429,0.255951455205554,0.0,0.0516656211209269,0.255951455205554,0.0,0.0783117337028224,0.255951455205554,0.0,0.00261306686210135,0.255951455205554,0.0,0.0130257836234693,0.5,0.255951455205554,0.0,0.0231080601864568,0.5,0.255951455205554,0.0,0.020664953338626,0.5,0.255951455205554,0.0,0.0150963889197787,0.255951455205554,0.0,0.037010433617403,0.0,0.05025090370294,0.255951455205554,0.0,0.0633496236868601,0.5,0.255951455205554,0.0,0.189907694585996,0.255951455205554,0.0,0.0294328749620383,0.255951455205554,0.0,0.063329396359456,0.255951455205554,0.0,0.0116705265204783,0.0,0.130076524909238 -2958,0.255951455205554,0.0288491567482781,0.273493854776745,0.255951455205554,0.0294798608252443,0.0828066116182067,0.255951455205554,0.0189797232948514,0.0500539586982741,0.255951455205554,0.0202687745379009,0.0753310913983166,0.255951455205554,0.00979239956992651,0.00299506167045202,0.255951455205554,0.0139175793678194,0.00657242338521026,0.5,0.255951455205554,0.00585276746271939,0.0175520610840597,0.5,0.255951455205554,0.00883108801518559,0.0171884948641147,0.5,0.255951455205554,0.0225090113930716,0.0113776330358359,0.255951455205554,0.00447280427302585,0.0337208392037133,0.0444099706348399,0.05372330602713,0.255951455205554,0.0443474445015812,0.0651447593483071,0.5,0.255951455205554,0.0432242949964691,0.194958859890798,0.255951455205554,0.0397541116597088,0.0271890048014655,0.255951455205554,0.0336578480912905,0.057654574401198,0.255951455205554,0.0277780012332423,0.00737230751939346,0.0321800994895434,0.119898028020018 -2959,0.255951455205554,0.113194603919379,0.240666622632049,0.255951455205554,0.116891096565046,0.0855555724365429,0.255951455205554,0.105400495198908,0.0590418076203655,0.255951455205554,0.105066984327521,0.0839627115381833,0.255951455205554,0.0954547040206669,0.00270367072609671,0.255951455205554,0.103830901205417,0.0041673056814396,0.5,0.255951455205554,0.0911665875949214,0.00995072575984228,0.5,0.255951455205554,0.100820337709289,0.016530074439684,0.5,0.255951455205554,0.119176462945807,0.0106268320757832,0.255951455205554,0.0863681326592236,0.0223623520329078,0.142878232293215,0.114853597706098,0.255951455205554,0.14302135663107,0.128203854244015,0.5,0.255951455205554,0.136315605060374,0.315200431869796,0.255951455205554,0.139023070569449,0.0402938938851997,0.255951455205554,0.127864180393344,0.0943813245484945,0.255951455205554,0.121589197569763,0.007587295018233,0.11773890269428,0.107061724515078 -2960,0.255951455205554,0.239850538910698,0.382627116703573,0.255951455205554,0.245683352471026,0.184139999906294,0.255951455205554,0.235557275820905,0.113394807600324,0.255951455205554,0.233961944140351,0.139274847025294,0.255951455205554,0.225589816989502,0.0080302288204939,0.255951455205554,0.237435310535684,0.00681991828376655,0.5,0.255951455205554,0.221101842336111,0.0102506652275084,0.5,0.255951455205554,0.236568069521255,0.039533733276697,0.5,0.255951455205554,0.258747474596459,0.0224812498042231,0.255951455205554,0.215307254946001,0.0222782126837237,0.281816752875568,0.248807383554277,0.255951455205554,0.282647835683236,0.288456054442888,0.5,0.255951455205554,0.269817108175993,0.544067457314008,0.255951455205554,0.280031628597913,0.126017432718688,0.255951455205554,0.266383299480953,0.19577815112147,0.255951455205554,0.260164984127308,0.0269555500083289,0.249272557942249,0.0840284952489734 -2961,0.255951455205554,0.369459148451784,0.50337231889557,0.255951455205554,0.362253468072643,0.50191501777871,0.255951455205554,0.377037150199502,0.170258323334449,0.255951455205554,0.373595901093822,0.188262784933532,0.255951455205554,0.3720708051887,0.0225811820632068,0.255951455205554,0.385756560536192,0.0215846560747897,0.5,0.255951455205554,0.368791767641618,0.0204739969969233,0.5,0.255951455205554,0.390973199744331,0.095405662914766,0.5,0.255951455205554,0.411865881611709,0.0468147348955386,0.255951455205554,0.363117098039168,0.0367206891747941,0.425147930313128,0.359571269247519,0.255951455205554,0.428499791810373,0.438133344139486,0.5,0.255951455205554,0.406791519178848,0.57866105260109,0.255951455205554,0.43159539651037,0.223162166671541,0.255951455205554,0.413378527418081,0.260827940341285,0.255951455205554,0.411215763048856,0.0692974680449664,0.387441555244637,0.0575904213492842 -2962,0.255951455205554,0.503175303847612,0.461210733395918,0.255951455205554,0.489048711561037,0.475974244692871,0.255951455205554,0.521153176303059,0.18785770888766,0.255951455205554,0.517424900273953,0.206419729123072,0.255951455205554,0.525888594774636,0.0517676604224547,0.255951455205554,0.538988499723362,0.0531537168851831,0.5,0.255951455205554,0.522727034618701,0.0403607885782539,0.5,0.255951455205554,0.545455660014784,0.17688959449421,0.5,0.255951455205554,0.558369034501176,0.0761586990310695,0.255951455205554,0.517896541300075,0.0601153271394897,0.552944122948762,0.579064756137891,0.255951455205554,0.568528190529119,0.553294614092627,0.5,0.255951455205554,0.550961194467292,0.538930945143493,0.255951455205554,0.580662583716865,0.336225766096953,0.255951455205554,0.555434535338084,0.315785148314935,0.255951455205554,0.564187347492967,0.0978300417069264,0.530802618940103,0.0416634279475505 -2963,0.255951455205554,0.608898298969978,0.418000846041648,0.255951455205554,0.55153394022951,0.46153230021373,0.255951455205554,0.637726469099396,0.196890320846196,0.255951455205554,0.624709257215205,0.208436778448516,0.255951455205554,0.652686136640553,0.0768824308738718,0.255951455205554,0.660347793634381,0.0879308823039831,0.5,0.255951455205554,0.646951368215794,0.0730475955859855,0.5,0.255951455205554,0.66657573069384,0.218263455136473,0.5,0.255951455205554,0.67179120880188,0.106557673926278,0.255951455205554,0.643300240457974,0.100614549026175,0.653561421822708,0.592933916898547,0.255951455205554,0.665408314722219,0.585479930891077,0.5,0.255951455205554,0.661610317014133,0.493592109441291,0.255951455205554,0.688343198172419,0.410040909699988,0.255951455205554,0.661614538685609,0.343828598959073,0.255951455205554,0.681043631355665,0.11837947850299,0.626726987621561,0.0324808022178952 -2964,0.255951455205554,0.658116120436126,0.396927000691867,0.255951455205554,0.569518802170907,0.424636062898227,0.255951455205554,0.707034108049157,0.200739217832636,0.255951455205554,0.698702828998055,0.217574509749739,0.255951455205554,0.727938853794804,0.0908497925562178,0.255951455205554,0.729924623759155,0.120317981627999,0.5,0.255951455205554,0.721197104587447,0.100688444690417,0.5,0.255951455205554,0.738027075086205,0.224078294120523,0.5,0.255951455205554,0.733694447877452,0.142204716553553,0.255951455205554,0.718797759046976,0.114514237382927,0.702825253834142,0.552799443904962,0.255951455205554,0.712081610328424,0.564161839751726,0.5,0.255951455205554,0.717894475599195,0.432402371579179,0.255951455205554,0.744479745662746,0.463912278275384,0.255951455205554,0.717406459212992,0.358075903483804,0.255951455205554,0.744183976699083,0.144695893254264,0.673546784412998,0.0280957262350832 -2965,0.255951455205554,0.652290258965603,0.397300452201098,0.255951455205554,0.605490343265805,0.417483623462721,0.255951455205554,0.731253956766657,0.195861227404991,0.255951455205554,0.73439941098033,0.219019075081123,0.255951455205554,0.761269543605573,0.097772652253588,0.255951455205554,0.758064514924255,0.141626079388642,0.5,0.255951455205554,0.75534599870621,0.110600534725616,0.5,0.255951455205554,0.765990959209425,0.225452115908119,0.5,0.255951455205554,0.758940856005137,0.168111728054504,0.255951455205554,0.754468427240339,0.1241301906475,0.705125378318669,0.456101748126464,0.255951455205554,0.715885936171949,0.510951782328683,0.5,0.255951455205554,0.728292384477232,0.361822798886362,0.255951455205554,0.754323745944131,0.506916725416511,0.255951455205554,0.734632687101917,0.35089740518512,0.255951455205554,0.764013535589422,0.165020475365174,0.664351617398392,0.0270972468872437 -2966,0.255951455205554,0.607520248773262,0.374890763955915,0.255951455205554,0.603708642555413,0.388261720441667,0.255951455205554,0.703577684544683,0.179502082556606,0.255951455205554,0.690484685191903,0.198191731665388,0.255951455205554,0.740547333868185,0.0910549031198778,0.255951455205554,0.735951194793047,0.149478837491804,0.5,0.255951455205554,0.735687377022428,0.108617236805266,0.5,0.255951455205554,0.743947671811985,0.220447308565549,0.5,0.255951455205554,0.73330865363378,0.192929909074428,0.255951455205554,0.735111182362179,0.11627003242366,0.671598896109695,0.361852192721675,0.255951455205554,0.678866115277137,0.441974599119875,0.5,0.255951455205554,0.696442524819042,0.299915500950209,0.255951455205554,0.716591758316542,0.518094832771827,0.255951455205554,0.703967286713796,0.323946524859703,0.255951455205554,0.736574667655254,0.176309431743022,0.595113285635356,0.0320248910727022 -2967,0.255951455205554,0.520256197177888,0.367222121493774,0.255951455205554,0.496083352311553,0.316490130663529,0.255951455205554,0.624441591394794,0.158236142990186,0.255951455205554,0.609955573718573,0.170674300138593,0.255951455205554,0.674456077640471,0.0805238133102287,0.255951455205554,0.667153045906481,0.140184586380919,0.5,0.255951455205554,0.673481605612234,0.103817697870543,0.5,0.255951455205554,0.674409029008663,0.216684780213369,0.5,0.255951455205554,0.655769193941968,0.203460856130426,0.255951455205554,0.674883803365823,0.108452805983756,0.587110189334392,0.301768788367172,0.255951455205554,0.590499654221541,0.368695253062822,0.5,0.255951455205554,0.610217706736215,0.248569035362921,0.255951455205554,0.622914628544016,0.475307511016528,0.255951455205554,0.622027179426721,0.286654795565792,0.255951455205554,0.657773931861753,0.159014185755775,0.514574985165753,0.0360788444246349 -2968,0.255951455205554,0.388620332329594,0.357504273214064,0.255951455205554,0.419978022527804,0.279784614138601,0.255951455205554,0.501739316160144,0.13986160443939,0.255951455205554,0.486934742948463,0.164435126859907,0.255951455205554,0.55315147617355,0.0657276358435764,0.255951455205554,0.544590629482019,0.119974569161676,0.5,0.255951455205554,0.557207643793504,0.0955868744541107,0.5,0.255951455205554,0.550589587840526,0.192151399537507,0.5,0.255951455205554,0.525395222551625,0.192243966555525,0.255951455205554,0.560959059094981,0.095457253124628,0.460627615657273,0.225915756626395,0.255951455205554,0.454737448464714,0.288294309379884,0.5,0.255951455205554,0.470439694119155,0.200147361792811,0.255951455205554,0.483784560637568,0.395095762071181,0.255951455205554,0.490476525248913,0.235572365652097,0.255951455205554,0.526624834615269,0.138534809929212,0.360941141900685,0.0409026927502314 -2969,0.255951455205554,0.280588726100291,0.311209490238496,0.255951455205554,0.308328237273051,0.265590703532198,0.255951455205554,0.364260662575918,0.116572558668922,0.255951455205554,0.357161807439822,0.14307184593637,0.255951455205554,0.402978243190957,0.0555387920932421,0.255951455205554,0.392023665819483,0.0941143185344812,0.5,0.255951455205554,0.405292614800805,0.0826211050966891,0.5,0.255951455205554,0.392094944902693,0.140372906256765,0.5,0.255951455205554,0.366395380925317,0.156699974282387,0.255951455205554,0.409694673564584,0.0799297174243683,0.323803893665112,0.148456462456771,0.255951455205554,0.312756696887065,0.198790748141607,0.5,0.255951455205554,0.328015569849603,0.157164348909443,0.255951455205554,0.331973683447945,0.283774094582881,0.255951455205554,0.341420938856285,0.170206244788324,0.255951455205554,0.373259449655413,0.112236905132643,0.259830398231095,0.0479981089727672 -2970,0.255951455205554,0.178068536039389,0.242397646162623,0.255951455205554,0.186620884657562,0.21189693467993,0.255951455205554,0.227570696803417,0.0780854460937133,0.255951455205554,0.223329657573657,0.0995718670650895,0.255951455205554,0.254678297441213,0.037416910816479,0.255951455205554,0.24091894263196,0.0501803619847952,0.5,0.255951455205554,0.253865720496894,0.0584856480770489,0.5,0.255951455205554,0.237043100291288,0.0505770656693457,0.5,0.255951455205554,0.212145081034635,0.0817471820061412,0.255951455205554,0.258089383035324,0.0526512790855917,0.153331452388929,0.0571564456873023,0.255951455205554,0.169977788736481,0.0925879099166704,0.5,0.255951455205554,0.184715848115081,0.0998727270007694,0.255951455205554,0.1845637784016,0.105376911899848,0.255951455205554,0.193606393240015,0.0872067513823656,0.255951455205554,0.219788568204375,0.0603207098510767,0.164923335421913,0.0570446216890602 -2971,0.255951455205554,0.0789991959139051,0.150305097519215,0.255951455205554,0.0691818463270387,0.13732024832179,0.255951455205554,0.076467719943135,0.0337792568393353,0.255951455205554,0.0783282118605712,0.0570842863640113,0.255951455205554,0.0765836513328658,0.00860919584210511,0.255951455205554,0.0559384789740601,0.0237184771267427,0.5,0.255951455205554,0.0651357795887877,0.0225906073013228,0.5,0.255951455205554,0.0529877565974459,0.0232336305768684,0.5,0.255951455205554,0.0396815038360129,0.0317166993795651,0.255951455205554,0.0684856156624838,0.0180401873042989,0.0452715383665996,0.0182165753661725,0.255951455205554,0.0404581382241709,0.0321886887479966,0.5,0.255951455205554,0.0546771084550008,0.0246004805392924,0.255951455205554,0.0356967797820675,0.032703639321795,0.255951455205554,0.0469906931788611,0.0232825628747539,0.255951455205554,0.0468748455412032,0.0171278852275319,0.0789618593010652,0.0755223918233243 -2972,0.255951455205554,0.0,0.0602956065214326,0.255951455205554,0.0,0.0630083549186787,0.255951455205554,0.0,0.0165540881489897,0.255951455205554,0.0,0.0237305057377302,0.255951455205554,0.0,0.00494913699752127,0.255951455205554,0.0,0.0207681378615642,0.5,0.255951455205554,0.0,0.0234141694998464,0.5,0.255951455205554,0.0,0.0213871535803056,0.5,0.255951455205554,0.0,0.0265098865870031,0.255951455205554,0.0,0.0215923793587378,0.0,0.0122102227191738,0.255951455205554,0.0,0.0224226914972746,0.5,0.255951455205554,0.0,0.00830165060549936,0.255951455205554,0.0,0.0178990059440425,0.255951455205554,0.0,0.0128475033395251,0.255951455205554,0.0,0.00760134493938593,0.0,0.099075293843574 -2973,0.255951455205554,0.0,0.029997025451647,0.255951455205554,0.0,0.0391872167915968,0.255951455205554,0.0,0.0112038149370761,0.255951455205554,0.0,0.0135278903187459,0.255951455205554,0.0,0.0016929001230595,0.255951455205554,0.0,0.0156319263758713,0.5,0.255951455205554,0.0,0.0205632221402617,0.5,0.255951455205554,0.0,0.0179132784646665,0.5,0.255951455205554,0.0,0.0208422904435672,0.255951455205554,0.0,0.0243801431911833,0.0,0.0170172414767553,0.255951455205554,0.0,0.0136932347475566,0.5,0.255951455205554,0.0,0.00196775588176705,0.255951455205554,0.0,0.00998087017016402,0.255951455205554,0.0,0.0111919928454334,0.255951455205554,0.0,0.00230565940173384,0.0,0.11745462363552 -2974,0.255951455205554,0.0,0.018933081800056,0.255951455205554,0.0,0.0152504100099474,0.255951455205554,0.0,0.0056930173923357,0.255951455205554,0.0,0.00291522117103344,0.255951455205554,0.0,0.000979232967895766,0.255951455205554,0.0,0.0103138380817425,0.5,0.255951455205554,0.0,0.0171681798528378,0.5,0.255951455205554,0.0,0.0145197290085319,0.5,0.255951455205554,0.0,0.0144286941930981,0.255951455205554,0.0,0.0260271713644537,0.0,0.0143737299337081,0.255951455205554,0.0,0.00688316336235087,0.5,0.255951455205554,0.0,0.00115631807879229,0.255951455205554,0.0,0.00712100254467572,0.255951455205554,0.0,0.0149290343889171,0.255951455205554,0.0,0.00194170209071813,0.0,0.123433955813668 -2975,0.255951455205554,0.0,0.0189433859164699,0.255951455205554,0.0,0.00809931767995816,0.255951455205554,0.0,0.00350472544070756,0.255951455205554,0.0,0.00030063537081907,0.255951455205554,0.0,0.000977889951611999,0.255951455205554,0.0,0.00700345983444778,0.5,0.255951455205554,0.0,0.0129712298687401,0.5,0.255951455205554,0.0,0.0125316168326248,0.5,0.255951455205554,0.0,0.00950099479374661,0.255951455205554,0.0,0.0249412427821846,0.0,0.00797206742849315,0.255951455205554,0.0,0.00297057891279876,0.5,0.255951455205554,0.0,0.00178655323827725,0.255951455205554,0.0,0.00593441126885028,0.255951455205554,0.0,0.0167553624373359,0.255951455205554,0.0,0.00221962077256888,0.0,0.14714727138583 -2976,0.255951455205554,0.0,0.0207367987047115,0.255951455205554,0.0,0.00415028913751505,0.255951455205554,0.0,0.00391237179174704,0.255951455205554,0.0,0.00019217553587944,0.255951455205554,0.0,0.00135497502013474,0.255951455205554,0.0,0.00462090738190003,0.5,0.255951455205554,0.0,0.00970353767665664,0.5,0.255951455205554,0.0,0.0107834264448617,0.5,0.255951455205554,0.0,0.00613327027723755,0.255951455205554,0.0,0.0208932067948969,0.0,0.00574090151565955,0.255951455205554,0.0,0.00214484144630312,0.5,0.255951455205554,0.0,0.00280761530282873,0.255951455205554,0.0,0.00472807195806341,0.255951455205554,0.0,0.0170009874192546,0.255951455205554,0.0,0.00213934683693353,0.0,0.198343273681412 -2977,0.255951455205554,0.0,0.0134134045359092,0.255951455205554,0.0,0.0020455422108956,0.255951455205554,0.0,0.00521548344694017,0.255951455205554,0.0,0.000179164899869929,0.255951455205554,0.0,0.001785297699565,0.255951455205554,0.0,0.00324727868877968,0.5,0.255951455205554,0.0,0.0067336520428647,0.5,0.255951455205554,0.0,0.0110440139384683,0.5,0.255951455205554,0.0,0.00408147393464468,0.255951455205554,0.0,0.0175356903362405,0.0,0.00605066638356043,0.255951455205554,0.0,0.00285419474225057,0.5,0.255951455205554,0.0,0.00366063311864991,0.255951455205554,0.0,0.00317692955188213,0.255951455205554,0.0,0.0154237933555357,0.255951455205554,0.0,0.00220238861225959,0.0,0.244823497949798 -2978,0.255951455205554,0.0,0.00637391582264212,0.255951455205554,0.0,0.00143074893556171,0.255951455205554,0.0,0.00661058539328448,0.255951455205554,0.0,0.000387597620623269,0.255951455205554,0.0,0.00277698281408058,0.255951455205554,0.0,0.00241819406838487,0.5,0.255951455205554,0.0,0.00436379504622075,0.5,0.255951455205554,0.0,0.00947790325004677,0.5,0.255951455205554,0.0,0.00245075817239816,0.255951455205554,0.0,0.014287364394377,0.0,0.00985592095535707,0.255951455205554,0.0,0.00397821606118802,0.5,0.255951455205554,0.0,0.00387209000203085,0.255951455205554,0.0,0.00256328372629878,0.255951455205554,0.0,0.0117904583095787,0.255951455205554,0.0,0.00211553253565936,0.0,0.276663662172119 -2979,0.255951455205554,0.0,0.00408786137763209,0.255951455205554,0.0,0.00118765455876534,0.255951455205554,0.0,0.00948618308304321,0.255951455205554,0.0,0.000748614424362447,0.255951455205554,0.0,0.00455291704115093,0.255951455205554,0.0,0.00182261916875124,0.5,0.255951455205554,0.0,0.00329216773184554,0.5,0.255951455205554,0.0,0.0085955022452257,0.5,0.255951455205554,0.0,0.00167042187200224,0.255951455205554,0.0,0.0115538958941634,0.0,0.0119127632075521,0.255951455205554,0.0,0.0048586066636597,0.5,0.255951455205554,0.0,0.00368294056263126,0.255951455205554,0.0,0.00318688160887548,0.255951455205554,0.0,0.00860433970127201,0.255951455205554,0.0,0.00197211544096214,0.0,0.293325374948503 -2980,0.255951455205554,0.0,0.00720078263447395,0.255951455205554,0.0,0.00169745612752086,0.255951455205554,0.0,0.0158437623918223,0.255951455205554,0.0,0.00311835923432819,0.255951455205554,0.0,0.00589769501656512,0.255951455205554,0.0,0.00150346020363618,0.5,0.255951455205554,0.0,0.00352973781130563,0.5,0.255951455205554,0.0,0.00877348653236231,0.5,0.255951455205554,0.0,0.00144318582615626,0.255951455205554,0.0,0.0102398016746221,0.0,0.0131389940700251,0.255951455205554,0.0,0.0056516115616374,0.5,0.255951455205554,0.0,0.00332199687362605,0.255951455205554,0.0,0.00431172310835595,0.255951455205554,0.0,0.00638551915361714,0.255951455205554,0.0,0.00162735551834875,0.0,0.301899880060117 -2981,0.255951455205554,0.0,0.015958589103673,0.255951455205554,0.0,0.00251505045760847,0.255951455205554,0.0,0.0213005523170336,0.255951455205554,0.0,0.00859454097336644,0.255951455205554,0.0,0.00662059671214363,0.255951455205554,0.0,0.0013715182193137,0.5,0.255951455205554,0.0,0.00355585847191097,0.5,0.255951455205554,0.0,0.00802586198704356,0.5,0.255951455205554,0.0,0.00142872191663709,0.255951455205554,0.0,0.00976842902735163,0.0,0.0104069251874801,0.255951455205554,0.0,0.00637146364070306,0.5,0.255951455205554,0.0,0.00277810782071232,0.255951455205554,0.0,0.00637503711256538,0.255951455205554,0.0,0.0068220999073094,0.255951455205554,0.0,0.00172560827997038,0.0,0.285798972600347 -2982,0.255951455205554,0.00595585786389076,0.035446985080467,0.255951455205554,0.0074788240371406,0.00397432402429775,0.255951455205554,0.00908336443814511,0.0270707595380574,0.255951455205554,0.00488932165432969,0.0161139620607791,0.255951455205554,0.00974577668569498,0.00753157305188827,0.255951455205554,0.0153605236516537,0.00242876824365149,0.5,0.255951455205554,0.00634577149529895,0.00243897387044891,0.5,0.255951455205554,0.00993591936338342,0.00685756330026738,0.5,0.255951455205554,0.0239002127242225,0.00144958841101768,0.255951455205554,0.00479589606120597,0.00811614361055726,0.0365983405289051,0.00738260751756029,0.255951455205554,0.037402369360861,0.00593390060829247,0.5,0.255951455205554,0.0255704331487467,0.00204623624941778,0.255951455205554,0.0383000902492572,0.00700311895405299,0.255951455205554,0.029575777880355,0.00730663075785543,0.255951455205554,0.0280387548708789,0.00162032196678281,0.00756063248470283,0.265706727999083 -2983,0.255951455205554,0.0254901503840737,0.0779721760976442,0.255951455205554,0.0524236213390215,0.00425654938206022,0.255951455205554,0.0535172087516066,0.0330473016666277,0.255951455205554,0.0333287633701713,0.0250609305475687,0.255951455205554,0.0883048662036307,0.00638693210575691,0.255951455205554,0.102605048056023,0.00173084251886957,0.5,0.255951455205554,0.0903422751192035,0.0015091304806763,0.5,0.255951455205554,0.0995287024237325,0.00544528180423967,0.5,0.255951455205554,0.118043013465945,0.00111023743942188,0.255951455205554,0.0853324386894422,0.00658925781016705,0.106179108555206,0.00618451762327417,0.255951455205554,0.116248347471738,0.00633926997722861,0.5,0.255951455205554,0.0839191939278816,0.00265578743850369,0.255951455205554,0.130925054107939,0.00569414046295399,0.255951455205554,0.107994246002562,0.00513805321386793,0.255951455205554,0.118269849060181,0.00107918544980328,0.028527612640972,0.257350381153914 -2984,0.255951455205554,0.0462689256954808,0.126887339424139,0.255951455205554,0.100725484353957,0.0051966797769,0.255951455205554,0.119506175096902,0.0461326666575984,0.255951455205554,0.0821898882905899,0.0401114756384353,0.255951455205554,0.200018228164616,0.00785759506832131,0.255951455205554,0.232284137168029,0.000799003215177529,0.5,0.255951455205554,0.217589321961813,0.00112440404929133,0.5,0.255951455205554,0.231792424962588,0.0027562743008081,0.5,0.255951455205554,0.254087187609562,0.00134921874485489,0.255951455205554,0.211253027488903,0.00633695158026141,0.186275691569605,0.00840070448891407,0.255951455205554,0.206836725308945,0.0120761280607642,0.5,0.255951455205554,0.153324345894925,0.00330102357347858,0.255951455205554,0.253457837483425,0.0095041192728685,0.255951455205554,0.20211469156985,0.00665012050002214,0.255951455205554,0.248763611469102,0.000870996073073495,0.0690865516776275,0.272714888038919 -2985,0.255951455205554,0.0544180131336523,0.148190722326152,0.255951455205554,0.0846596544814045,0.00288258687303824,0.255951455205554,0.197759408141703,0.0638179111560955,0.255951455205554,0.123741205683992,0.0571017011730512,0.255951455205554,0.322716073784052,0.00973665498262404,0.255951455205554,0.375665370871222,0.00170249596677374,0.5,0.255951455205554,0.362077583994574,0.0019262570061162,0.5,0.255951455205554,0.38216436888223,0.00564816369272058,0.5,0.255951455205554,0.405794952940004,0.00386181359278024,0.255951455205554,0.355562313773141,0.00914892753556933,0.274067129726137,0.00232501064767103,0.255951455205554,0.288610743413079,0.0114849590800638,0.5,0.255951455205554,0.229247939984266,0.00301791424943588,0.255951455205554,0.372749954337839,0.00890034727257034,0.255951455205554,0.285506353697189,0.00513001040191058,0.255951455205554,0.387250402393214,0.000693995152972306,0.0431883655811918,0.230374612308309 -2986,0.255951455205554,0.0611758392825615,0.158914311639658,0.255951455205554,0.183673390852651,0.00548495357962269,0.255951455205554,0.29153785575573,0.0725122930049169,0.255951455205554,0.130799900509032,0.0611117631591868,0.255951455205554,0.45299810685297,0.0144731936117486,0.255951455205554,0.521386997380201,0.0033240177980696,0.5,0.255951455205554,0.511960006852006,0.00468522854444398,0.5,0.255951455205554,0.534919017695729,0.00761898713485511,0.5,0.255951455205554,0.55450154155075,0.00516575014331019,0.255951455205554,0.50669182607152,0.0153318695045974,0.340886197631588,0.00110863411858179,0.255951455205554,0.356832318522045,0.00734426324076725,0.5,0.255951455205554,0.312792495771536,0.00278525637830126,0.255951455205554,0.468595603858469,0.0071055804526965,0.255951455205554,0.360091557511723,0.00272826410561024,0.255951455205554,0.517658014661387,0.000651310121645434,0.0310698346574046,0.18681124585625 -2987,0.255951455205554,0.0780073024996858,0.171940583407742,0.255951455205554,0.198487700045049,0.0158079261238962,0.255951455205554,0.399974879559402,0.0667086220244902,0.255951455205554,0.239299171682457,0.0550648946492293,0.255951455205554,0.574709675816734,0.0138140579715181,0.255951455205554,0.631780013780364,0.00506698291650491,0.5,0.255951455205554,0.629824717159666,0.014503322931061,0.5,0.255951455205554,0.652869647851745,0.00882923093559249,0.5,0.255951455205554,0.665578244500699,0.00427753562888986,0.255951455205554,0.628926005844872,0.0365726005670976,0.430176155660219,0.000531022105343411,0.255951455205554,0.419983699912656,0.00497747975735649,0.5,0.255951455205554,0.361040549210519,0.0045842255116964,0.255951455205554,0.518538933259717,0.00523375811111148,0.255951455205554,0.402481587337824,0.00212849284601957,0.255951455205554,0.599156982169573,0.00058251304708685,0.0336075406491231,0.149952660328266 -2988,0.255951455205554,0.111377963636764,0.190558157582128,0.255951455205554,0.144713283343701,0.0319473580850177,0.255951455205554,0.487331879091182,0.0512390497880207,0.255951455205554,0.3723496698822,0.0428642610383186,0.255951455205554,0.656589842261462,0.0117835248535878,0.255951455205554,0.694792224867757,0.00931501510491641,0.5,0.255951455205554,0.69873747386981,0.0302707226531848,0.5,0.255951455205554,0.719836744920938,0.00969287334812832,0.5,0.255951455205554,0.726102575723954,0.0053219979376108,0.255951455205554,0.702840070775823,0.0674484196397762,0.416873479109924,0.000741367191868584,0.255951455205554,0.399142859790132,0.00874318796739207,0.5,0.255951455205554,0.360814902266403,0.011220711985079,0.255951455205554,0.50917897256146,0.0054728724775743,0.255951455205554,0.482291177816662,0.00300134761406126,0.255951455205554,0.628089174175519,0.000262258172117019,0.056674255147625,0.105574401137754 -2989,0.255951455205554,0.139983261238713,0.16572997300525,0.255951455205554,0.148940068163453,0.0457624928559949,0.255951455205554,0.539574513877807,0.034368995336084,0.255951455205554,0.448782406675517,0.0264618104149415,0.255951455205554,0.69171073076516,0.0146592435237627,0.255951455205554,0.722359542990324,0.0143845709723304,0.5,0.255951455205554,0.732049183773572,0.0441622465093703,0.5,0.255951455205554,0.745303472822525,0.0122918252869465,0.5,0.255951455205554,0.744307548016029,0.00602426945741125,0.255951455205554,0.73785399091801,0.0886958645600881,0.350711254021673,0.00583768682229747,0.255951455205554,0.398623357376285,0.017818617393213,0.5,0.255951455205554,0.342817921105435,0.0147918255844231,0.255951455205554,0.502465008942145,0.00758685462748746,0.255951455205554,0.483586537284743,0.00352572466471019,0.255951455205554,0.64601686507699,0.000163511658535945,0.0644291672655994,0.0751046929237759 -2990,0.255951455205554,0.146311392417368,0.128003760652853,0.255951455205554,0.159463330962633,0.0557365578201689,0.255951455205554,0.547430199557802,0.0232891996842832,0.255951455205554,0.482545998428956,0.0195199331808522,0.255951455205554,0.681637135936213,0.0212411556789596,0.255951455205554,0.70189157397123,0.0202279908418277,0.5,0.255951455205554,0.716211312931548,0.0542587685622905,0.5,0.255951455205554,0.72038128453514,0.0161599776746256,0.5,0.255951455205554,0.715908547640109,0.00669030585182533,0.255951455205554,0.719939865096407,0.099334104200206,0.375290690521194,0.0237017151595747,0.255951455205554,0.374189568864025,0.020304635700768,0.5,0.255951455205554,0.299345354569134,0.0118380572666338,0.255951455205554,0.476377964752121,0.00698353207808591,0.255951455205554,0.508955631590546,0.00314405084192591,0.255951455205554,0.634473424583831,0.000226694152065901,0.0785672044333055,0.0684247848014655 -2991,0.255951455205554,0.118350365463527,0.091119444872653,0.255951455205554,0.222121712691932,0.064182628162951,0.255951455205554,0.506607544530497,0.0161269931414857,0.255951455205554,0.446470000853898,0.0143248361692327,0.255951455205554,0.630783323857643,0.0278061741351992,0.255951455205554,0.637588536780885,0.0286155484083247,0.5,0.255951455205554,0.656552913037616,0.060177631579263,0.5,0.255951455205554,0.652025644272267,0.0163050477481191,0.5,0.255951455205554,0.638762076116043,0.00623458916555266,0.255951455205554,0.661396020084575,0.091996207967277,0.397477467250088,0.0212460320148483,0.255951455205554,0.347484898352158,0.0154852998481852,0.5,0.255951455205554,0.266105574034297,0.00765432069107522,0.255951455205554,0.44429462314586,0.00471507318219433,0.255951455205554,0.488719937260629,0.00181149646285772,0.255951455205554,0.582076837491932,0.000748173832078526,0.0680237788048558,0.0585353449683395 -2992,0.255951455205554,0.0873441008248846,0.0614642007816695,0.255951455205554,0.19661406121708,0.0574703336753524,0.255951455205554,0.414476386908891,0.0125544749920481,0.255951455205554,0.361032407617859,0.0124472038716192,0.255951455205554,0.524040108686356,0.0323519490335838,0.255951455205554,0.520337376214845,0.0299359970514067,0.5,0.255951455205554,0.543428449925592,0.0577382237513634,0.5,0.255951455205554,0.532348169052614,0.00985927805573459,0.5,0.255951455205554,0.51086555189751,0.00472411285211223,0.255951455205554,0.549774705431222,0.0784785884363251,0.343836164431214,0.0115076718235109,0.255951455205554,0.298827191678569,0.00960865841788441,0.5,0.255951455205554,0.211551516724206,0.0056513732703057,0.255951455205554,0.376125031404053,0.0024475721771166,0.255951455205554,0.405073902942065,0.00112325104431882,0.255951455205554,0.474412907816439,0.0011973563400268,0.0530518023248592,0.0311857964971297 -2993,0.255951455205554,0.0474420821945703,0.0391701609911651,0.255951455205554,0.131677847699625,0.0460956254031443,0.255951455205554,0.303651614435357,0.0134621527239427,0.255951455205554,0.275695075521848,0.0148898416673712,0.255951455205554,0.383946108647869,0.0395067213497753,0.255951455205554,0.375370011944319,0.0259139480525208,0.5,0.255951455205554,0.395832806783796,0.0628192992601571,0.5,0.255951455205554,0.378742978843012,0.00573715724291266,0.5,0.255951455205554,0.354385522314857,0.00286920729061877,0.255951455205554,0.401796049915102,0.0827405203276561,0.254126675310801,0.0074453741913864,0.255951455205554,0.216239174641106,0.00619655793336022,0.5,0.255951455205554,0.145547490097492,0.00566906060091304,0.255951455205554,0.27537944075766,0.00116973843512799,0.255951455205554,0.291168118109713,0.000796375449063356,0.255951455205554,0.341646985932221,0.001154779005955,0.0391469330537515,0.0114701168015607 -2994,0.255951455205554,0.0198919548376794,0.0232858257328155,0.255951455205554,0.0799841347641113,0.0298747882693328,0.255951455205554,0.191204299927376,0.0206710316213731,0.255951455205554,0.189955242563919,0.0248812150953786,0.255951455205554,0.243304365616547,0.0314709182908524,0.255951455205554,0.231293106651662,0.0105757639666762,0.5,0.255951455205554,0.248633245555233,0.0461175832922348,0.5,0.255951455205554,0.230195369614804,0.00176417384644219,0.5,0.255951455205554,0.20414011460576,0.0014328254638133,0.255951455205554,0.253234485161559,0.063985677506104,0.139374410007372,0.00359364827115822,0.255951455205554,0.121055106488972,0.00350535009916914,0.5,0.255951455205554,0.0760070572578213,0.00757248300031836,0.255951455205554,0.16351730748003,0.00146366583201166,0.255951455205554,0.163721697027167,0.000315886326943695,0.255951455205554,0.203896286209487,0.000417311087477629,0.00760588102469008,0.00476978348041134 -2995,0.255951455205554,0.00730021302511357,0.0219767591498054,0.255951455205554,0.025414297336055,0.0281741318146254,0.255951455205554,0.072655653402553,0.0226097337526832,0.255951455205554,0.073411561475379,0.0275662837164848,0.255951455205554,0.0771971646156512,0.0298224932072893,0.255951455205554,0.0574665622329825,0.010987423084222,0.5,0.255951455205554,0.0646046401945861,0.0324691632753908,0.5,0.255951455205554,0.0530137471097203,0.00454830612029572,0.5,0.255951455205554,0.0412307113182685,0.00146571815638314,0.255951455205554,0.0698899728085789,0.0474542828681093,0.0360097957528596,0.000613755709256572,0.255951455205554,0.0323011139817451,0.000471834558528701,0.5,0.255951455205554,0.0238815292973182,0.0135249349184477,0.255951455205554,0.0368164706268637,0.00355814428816156,0.255951455205554,0.0452273267471073,0.00126671486852821,0.255951455205554,0.0475952818198425,0.0028871846918688,0.00138320583866998,0.00247293409735018 -2996,0.255951455205554,0.000126410559173691,0.0329597232749149,0.255951455205554,0.0,0.054306574576546,0.255951455205554,1.73351103495674e-08,0.0401251125058576,0.255951455205554,0.0,0.0519216715969125,0.255951455205554,0.0,0.0547776096240812,0.255951455205554,0.0,0.0152657524239742,0.5,0.255951455205554,0.0,0.0310131286070517,0.5,0.255951455205554,0.0,0.0144120195426058,0.5,0.255951455205554,0.0,0.00505024282894996,0.255951455205554,0.0,0.0385034359578421,0.0,0.0,0.255951455205554,9.72933420349862e-06,0.000404281950255503,0.5,0.255951455205554,5.95501327764841e-05,0.0170048237612174,0.255951455205554,0.0,0.00767445204668754,0.255951455205554,0.0,0.00815703950538874,0.255951455205554,0.0,0.012166660447425,0.000424793528525838,0.00850536904348772 -2997,0.255951455205554,0.0,0.042031986910228,0.255951455205554,0.0,0.0647888368777054,0.255951455205554,0.0,0.0602162537846715,0.255951455205554,0.0,0.0649153361974913,0.255951455205554,0.0,0.0800627462714278,0.255951455205554,0.0,0.0182955808623422,0.5,0.255951455205554,0.0,0.0350488898394086,0.5,0.255951455205554,0.0,0.0259768037291305,0.5,0.255951455205554,0.0,0.0102306206857641,0.255951455205554,0.0,0.0507770098863535,0.0,0.0,0.255951455205554,0.0,0.00230837398258072,0.5,0.255951455205554,0.0,0.0223489333713367,0.255951455205554,0.0,0.0117328815060283,0.255951455205554,0.0,0.0180001819752939,0.255951455205554,0.0,0.0169451675503294,0.0,0.0350697326528554 -2998,0.255951455205554,0.0,0.05423067795022,0.255951455205554,0.0,0.063107768721461,0.255951455205554,0.0,0.0801112972152015,0.255951455205554,0.0,0.0976465827707888,0.255951455205554,0.0,0.0981254714157667,0.255951455205554,0.0,0.0232479113080164,0.5,0.255951455205554,0.0,0.034918877847961,0.5,0.255951455205554,0.0,0.0359220816653133,0.5,0.255951455205554,0.0,0.0127384237262962,0.255951455205554,0.0,0.0404038111827126,0.0,0.00521572628072559,0.255951455205554,0.0,0.00614915820562666,0.5,0.255951455205554,0.0,0.0269346451790121,0.255951455205554,0.0,0.0159166734556837,0.255951455205554,0.0,0.028352518772399,0.255951455205554,0.0,0.0198077241095048,0.0,0.0826506776447538 -2999,0.255951455205554,0.0,0.0702342142944483,0.255951455205554,0.0,0.0747016968878819,0.255951455205554,0.0,0.0989174417157158,0.255951455205554,0.0,0.121873834701952,0.255951455205554,0.0,0.116032840507249,0.255951455205554,0.0,0.0370252029869019,0.5,0.255951455205554,0.0,0.0326018115436193,0.5,0.255951455205554,0.0,0.055169943936719,0.5,0.255951455205554,0.0,0.0150852058399108,0.255951455205554,0.0,0.0301445913163964,0.0,0.0145596245161318,0.255951455205554,0.0,0.0123938368423659,0.5,0.255951455205554,0.0,0.0261993893807065,0.255951455205554,0.0,0.0223346280266449,0.255951455205554,0.0,0.0358334502961219,0.255951455205554,0.0,0.0211106574020162,0.0,0.141452116696381 -3000,0.255951455205554,0.0,0.0908195563386412,0.255951455205554,0.0,0.0849629710030059,0.255951455205554,0.0,0.114564452446242,0.255951455205554,0.0,0.149467680800396,0.255951455205554,0.0,0.127544505654228,0.255951455205554,0.0,0.0340102816428739,0.5,0.255951455205554,0.0,0.0364948501999778,0.5,0.255951455205554,0.0,0.0556784999907759,0.5,0.255951455205554,0.0,0.0227001256023042,0.255951455205554,0.0,0.0287123251221674,0.0,0.0169714843300432,0.255951455205554,0.0,0.016149725973895,0.5,0.255951455205554,0.0,0.0251648112323353,0.255951455205554,0.0,0.0305990809095128,0.255951455205554,0.0,0.0328457944581847,0.255951455205554,0.0,0.0170212743124454,0.0,0.175668591508256 -3001,0.255951455205554,0.0,0.109368471048714,0.255951455205554,0.0,0.101978311811568,0.255951455205554,0.0,0.12447683488395,0.255951455205554,0.0,0.155686490932065,0.255951455205554,0.0,0.137754438724381,0.255951455205554,0.0,0.0350172894146901,0.5,0.255951455205554,0.0,0.042226678872532,0.5,0.255951455205554,0.0,0.0542300037479801,0.5,0.255951455205554,0.0,0.0278646053963417,0.255951455205554,0.0,0.0374400348940504,0.0,0.0157537731386536,0.255951455205554,0.0,0.0168637033480366,0.5,0.255951455205554,0.0,0.0270589604141936,0.255951455205554,0.0,0.0304203129286921,0.255951455205554,0.0,0.0421421718554183,0.255951455205554,0.0,0.0199363565905434,0.0,0.16255053102617 -3002,0.255951455205554,0.0,0.129210639365651,0.255951455205554,0.0,0.114338287075898,0.255951455205554,0.0,0.129481155673282,0.255951455205554,0.0,0.156549876718348,0.255951455205554,0.0,0.153368411510333,0.255951455205554,0.0,0.0472621655361335,0.5,0.255951455205554,0.0,0.0485746749598244,0.5,0.255951455205554,0.0,0.0574129120975885,0.5,0.255951455205554,0.0,0.0310733409016722,0.255951455205554,0.0,0.0428442235219167,0.0,0.020052890898467,0.255951455205554,0.0,0.0217624808611919,0.5,0.255951455205554,0.0,0.0308304624674256,0.255951455205554,0.0,0.0352595582243816,0.255951455205554,0.0,0.0448191887367452,0.255951455205554,0.0,0.022064234842259,0.0,0.157955547486567 -3003,0.255951455205554,0.0,0.143996137433788,0.255951455205554,0.0,0.119403655516104,0.255951455205554,0.0,0.130771476731502,0.255951455205554,0.0,0.151552055737914,0.255951455205554,0.0,0.15595263868922,0.255951455205554,0.0,0.0548574095874579,0.5,0.255951455205554,0.0,0.0546172168081428,0.5,0.255951455205554,0.0,0.0654215689646568,0.5,0.255951455205554,0.0,0.0323966996804694,0.255951455205554,0.0,0.0446572369070407,0.0,0.0257943210653513,0.255951455205554,0.0,0.0305793261526566,0.5,0.255951455205554,0.0,0.0359906608898554,0.255951455205554,0.0,0.0489016349896595,0.255951455205554,0.0,0.0465351755147092,0.255951455205554,0.0,0.0316944094947775,0.0,0.182255612350132 -3004,0.255951455205554,0.0,0.164571001957309,0.255951455205554,0.0,0.122470402910555,0.255951455205554,0.0,0.132243548016623,0.255951455205554,0.0,0.154736830253564,0.255951455205554,0.0,0.163030299453743,0.255951455205554,0.0,0.0591348028784004,0.5,0.255951455205554,0.0,0.0637104478151732,0.5,0.255951455205554,0.0,0.0765971256464153,0.5,0.255951455205554,0.0,0.0387271298321855,0.255951455205554,0.0,0.0598709636620449,0.0,0.031394545947213,0.255951455205554,0.0,0.0402325506465037,0.5,0.255951455205554,0.0,0.0444407495617006,0.255951455205554,0.0,0.0598311623741183,0.255951455205554,0.0,0.0515081318789734,0.255951455205554,0.0,0.038813805628083,0.0,0.215095785516176 -3005,0.255951455205554,0.0,0.180330110060757,0.255951455205554,0.0,0.122647880141271,0.255951455205554,0.0,0.13298292634298,0.255951455205554,0.0,0.151606247945386,0.255951455205554,0.0,0.168520907563113,0.255951455205554,0.0,0.0650166084271293,0.5,0.255951455205554,0.0,0.0743021352890795,0.5,0.255951455205554,0.0,0.077960873901119,0.5,0.255951455205554,0.0,0.0503382475350905,0.255951455205554,0.0,0.0818204065369344,0.0,0.0433396904156775,0.255951455205554,0.0,0.0478261913673549,0.5,0.255951455205554,0.0,0.0550338017068137,0.255951455205554,0.0,0.079315798078482,0.255951455205554,0.0,0.0570413189815707,0.255951455205554,0.0,0.0461815608950293,0.0,0.240712339995971 -3006,0.255951455205554,0.0197933930374164,0.185236332704736,0.255951455205554,0.0234092603508869,0.109049350298411,0.255951455205554,0.018534809227377,0.13045946141923,0.255951455205554,0.0200199726081341,0.15469304999179,0.255951455205554,0.0100469482528909,0.151084279883258,0.255951455205554,0.0165979159603317,0.0568059796648454,0.5,0.255951455205554,0.00601231814790629,0.0729828187777296,0.5,0.255951455205554,0.0111245670342967,0.0722465864704726,0.5,0.255951455205554,0.025271661282055,0.046968046414344,0.255951455205554,0.00450257342678621,0.10188748097384,0.0429076434073175,0.0411989836252023,0.255951455205554,0.0425642714325095,0.0518886219662372,0.5,0.255951455205554,0.0248149133570353,0.0698729665927798,0.255951455205554,0.0405158794616558,0.0725550552855628,0.255951455205554,0.034837283228914,0.0601872648787045,0.255951455205554,0.0303757380960249,0.0437727316349184,0.0209695983158559,0.260809364637137 -3007,0.255951455205554,0.0781558280196366,0.226730236976757,0.255951455205554,0.0947081063493282,0.132267337233233,0.255951455205554,0.0942888553838487,0.155894877406041,0.255951455205554,0.0928136126815083,0.191141329483219,0.255951455205554,0.0847760963862865,0.149043742167193,0.255951455205554,0.0978552077282756,0.0577302694961432,0.5,0.255951455205554,0.085033783656119,0.071966109824375,0.5,0.255951455205554,0.0974559769655625,0.0517357829639694,0.5,0.255951455205554,0.117442577386782,0.0422872579028133,0.255951455205554,0.0797789806976169,0.0917451350789396,0.129427743183914,0.0658581675269818,0.255951455205554,0.129506671623181,0.083622949537668,0.5,0.255951455205554,0.0855487060419625,0.109210835745639,0.255951455205554,0.133921721203179,0.0687488740592722,0.255951455205554,0.120760917794849,0.0785036249684423,0.255951455205554,0.118927057886035,0.0435938539196404,0.080534855135315,0.281770071307296 -3008,0.255951455205554,0.161413046340768,0.288596431885333,0.255951455205554,0.185467190620991,0.214556510070702,0.255951455205554,0.196348357829674,0.253450561792652,0.255951455205554,0.200476708078437,0.322718316997965,0.255951455205554,0.183983361856752,0.247643363506913,0.255951455205554,0.202355710083005,0.119242585409147,0.5,0.255951455205554,0.188156752844487,0.145370988876251,0.5,0.255951455205554,0.214007008514016,0.044354143801187,0.5,0.255951455205554,0.247660831029334,0.091084741763688,0.255951455205554,0.18082811785267,0.174688130156444,0.228419998354023,0.15956420460724,0.255951455205554,0.238091680120077,0.154285532724968,0.5,0.255951455205554,0.163547070992194,0.168160135199407,0.255951455205554,0.260287904839839,0.128767530293255,0.255951455205554,0.234139931716702,0.145450183756731,0.255951455205554,0.237554240013729,0.0821426667083419,0.13131567646119,0.307926459795419 -3009,0.255951455205554,0.268353844790423,0.367594144164704,0.255951455205554,0.303560063927651,0.382478448348324,0.255951455205554,0.306440714462231,0.363077372980532,0.255951455205554,0.318264352351052,0.352564207485237,0.255951455205554,0.294744642659863,0.436471371713947,0.255951455205554,0.322195732269489,0.309375275951372,0.5,0.255951455205554,0.303999380485946,0.25483449930316,0.5,0.255951455205554,0.338626470956055,0.0924651142806713,0.5,0.255951455205554,0.390602106619964,0.181746236277179,0.255951455205554,0.295748252118156,0.261499508571197,0.323573355615212,0.182939135731867,0.255951455205554,0.349317146205841,0.23362477903689,0.5,0.255951455205554,0.244069512744294,0.26573880361864,0.255951455205554,0.394401471035006,0.224515067071158,0.255951455205554,0.353745752898415,0.236030479627826,0.255951455205554,0.359897119063546,0.215717584256302,0.210714884057507,0.297243510375617 -3010,0.255951455205554,0.397439653096426,0.407464213550427,0.255951455205554,0.427817592589436,0.469372510875687,0.255951455205554,0.422355004936091,0.414072015510082,0.255951455205554,0.424114923136443,0.378679871938556,0.255951455205554,0.396327502736328,0.531704875349264,0.255951455205554,0.451808793909328,0.494730522617714,0.5,0.255951455205554,0.421115878298422,0.41859405066248,0.5,0.255951455205554,0.454282764251693,0.210158709159479,0.5,0.255951455205554,0.524618845514565,0.263668914968748,0.255951455205554,0.410631294455474,0.541872749629872,0.414406384334468,0.206789003268482,0.255951455205554,0.450947564374022,0.286578090038947,0.5,0.255951455205554,0.311908362689535,0.383626506223068,0.255951455205554,0.521993860909312,0.34752249602626,0.255951455205554,0.461606168495445,0.327802344701981,0.255951455205554,0.478336028010082,0.38417534251175,0.362541940297471,0.247769434354125 -3011,0.255951455205554,0.512321122625467,0.413468935647843,0.255951455205554,0.529853065820353,0.447919562993153,0.255951455205554,0.508994175629242,0.418013968786015,0.255951455205554,0.533845687958643,0.349856494769926,0.255951455205554,0.481290855637543,0.584939599806763,0.255951455205554,0.550797051184312,0.56030267692012,0.5,0.255951455205554,0.508598147311155,0.529009130815561,0.5,0.255951455205554,0.55133558223934,0.401233867157414,0.5,0.255951455205554,0.617852538569395,0.334617157715698,0.255951455205554,0.523003081270765,0.633716088188963,0.457176384734159,0.221946003247333,0.255951455205554,0.511332809569038,0.349084750581962,0.5,0.255951455205554,0.383217672577833,0.513772481029583,0.255951455205554,0.604468929569672,0.451667574809748,0.255951455205554,0.539571158858529,0.428212057938094,0.255951455205554,0.567324979811206,0.49628406819782,0.485036260283878,0.180823195670171 -3012,0.255951455205554,0.586449688339141,0.408127575993807,0.255951455205554,0.611814092862831,0.413750909505494,0.255951455205554,0.549200022320604,0.424360176760283,0.255951455205554,0.581562384369653,0.340748846439218,0.255951455205554,0.524184861932542,0.64605109909671,0.255951455205554,0.594759367284804,0.574525383534682,0.5,0.255951455205554,0.556028147788377,0.683324947480708,0.5,0.255951455205554,0.612876186164359,0.46015602197667,0.5,0.255951455205554,0.663707707032186,0.349296908847375,0.255951455205554,0.562246634527281,0.78424294951779,0.546785177428717,0.331916608678857,0.255951455205554,0.541168373305829,0.442939425861007,0.5,0.255951455205554,0.437761980845761,0.603551041544833,0.255951455205554,0.631129243878897,0.509241516406491,0.255951455205554,0.586419933836609,0.507450447805542,0.255951455205554,0.609826354602749,0.568080678504333,0.560390228043657,0.143446177032263 -3013,0.255951455205554,0.602850341509008,0.40525347013803,0.255951455205554,0.631492940589859,0.400520100502384,0.255951455205554,0.564748273096228,0.541069285857815,0.255951455205554,0.557352972839641,0.45396440588727,0.255951455205554,0.510177066032633,0.736177952908813,0.255951455205554,0.602995393190539,0.670903309757196,0.5,0.255951455205554,0.561439043615465,0.792155954615628,0.5,0.255951455205554,0.641254125227649,0.51941142409189,0.5,0.255951455205554,0.665065020435344,0.378693611787629,0.255951455205554,0.512172467719836,0.856351639010174,0.538214650505555,0.468037569129992,0.255951455205554,0.553268361202901,0.554560179986318,0.5,0.255951455205554,0.469114249021047,0.655587404688121,0.255951455205554,0.622115684710497,0.546192408251545,0.255951455205554,0.594434756625029,0.554342702667854,0.255951455205554,0.620647165621463,0.605937098058896,0.603672629043875,0.199014896334765 -3014,0.255951455205554,0.552051495784301,0.38331310084191,0.255951455205554,0.574003175970813,0.43986840561382,0.255951455205554,0.487583106307152,0.652814141089532,0.255951455205554,0.507846416485782,0.675404835498285,0.255951455205554,0.416653192681201,0.757007655427877,0.255951455205554,0.562999779717521,0.777048373326736,0.5,0.255951455205554,0.483250226538094,0.826181535569446,0.5,0.255951455205554,0.618728741807491,0.599246312700076,0.5,0.255951455205554,0.622318489092441,0.452471065679931,0.255951455205554,0.460128797484756,0.881455945064684,0.493508027004309,0.576732580723383,0.255951455205554,0.511794539267817,0.63257241551929,0.5,0.255951455205554,0.480972059802794,0.704066841477549,0.255951455205554,0.562900944207032,0.543239454853836,0.255951455205554,0.578977212427072,0.60226224417027,0.255951455205554,0.593169679596142,0.656394249597234,0.584837622788189,0.379482081342696 -3015,0.255951455205554,0.397005421678272,0.500408327667111,0.255951455205554,0.440791091239049,0.720144473506416,0.255951455205554,0.320073126737213,0.695238040446256,0.255951455205554,0.320262351007797,0.693030616866142,0.255951455205554,0.206993785260254,0.606203849050379,0.255951455205554,0.446486143238188,0.76982727182208,0.5,0.255951455205554,0.332521163271721,0.799151240506947,0.5,0.255951455205554,0.532399028237135,0.622811718988204,0.5,0.255951455205554,0.537592565366016,0.517799775692185,0.255951455205554,0.365814273195599,0.865561783378736,0.442374206155802,0.651923606852836,0.255951455205554,0.440355492599695,0.648969095197611,0.5,0.255951455205554,0.442481908655495,0.722722902661078,0.255951455205554,0.482257166277291,0.519164673795245,0.255951455205554,0.515818028724947,0.638374547510812,0.255951455205554,0.510545706696477,0.709011489453094,0.473929280421439,0.613858439905269 -3016,0.255951455205554,0.228789308838599,0.442909002155885,0.255951455205554,0.129540992855606,0.542782398279735,0.255951455205554,0.169693509674364,0.655156611497031,0.255951455205554,0.183830681241639,0.715341643945563,0.255951455205554,0.11073283443992,0.411207737679951,0.255951455205554,0.241944632290644,0.662382494093087,0.5,0.255951455205554,0.21068296884188,0.717533969837169,0.5,0.255951455205554,0.375187292105028,0.570586431422878,0.5,0.255951455205554,0.413773202246764,0.516522672238986,0.255951455205554,0.279453484626219,0.837081700613001,0.372943813251386,0.619409127169692,0.255951455205554,0.35578456833467,0.581989399298998,0.5,0.255951455205554,0.357129014589148,0.716861300285893,0.255951455205554,0.379775736289362,0.454750323462763,0.255951455205554,0.380429198470472,0.625104394675711,0.255951455205554,0.39318082188528,0.68215773204759,0.197042174461154,0.549950868971229 -3017,0.255951455205554,0.143076989844152,0.417648792330307,0.255951455205554,0.0951364283782877,0.662916127750606,0.255951455205554,0.0862102810595012,0.533894888382111,0.255951455205554,0.0709691523445537,0.540609427286961,0.255951455205554,0.0975752706223344,0.321559800260843,0.255951455205554,0.142842442337422,0.526758290684954,0.5,0.255951455205554,0.117221750413302,0.632371741191014,0.5,0.255951455205554,0.221899236133581,0.502819785037396,0.5,0.255951455205554,0.27563179738065,0.404776897081721,0.255951455205554,0.148108691875914,0.707149111022632,0.257340919052201,0.374426939810742,0.255951455205554,0.243878594222051,0.343412702883565,0.5,0.255951455205554,0.22090454827328,0.607991362847966,0.255951455205554,0.253076469341071,0.285076371265844,0.255951455205554,0.243111067732421,0.500706449686278,0.255951455205554,0.233102310827033,0.576234350963685,0.141637897089792,0.500931011969554 -3018,0.255951455205554,0.0774165810020917,0.24658918627628,0.255951455205554,0.048302706909944,0.524998389362597,0.255951455205554,0.0722816165033396,0.366701635950053,0.255951455205554,0.0687964860100412,0.295991157681528,0.255951455205554,0.0631023258424579,0.295814928065458,0.255951455205554,0.0606119721033856,0.265247648390037,0.5,0.255951455205554,0.0403958048561991,0.565574761562748,0.5,0.255951455205554,0.106894419341238,0.364871812637263,0.5,0.255951455205554,0.139359136739742,0.255517960040731,0.255951455205554,0.0492393361000083,0.56435398860103,0.132633666453204,0.158280682860272,0.255951455205554,0.119467502891904,0.184854871769843,0.5,0.255951455205554,0.10479636183172,0.319291154303619,0.255951455205554,0.118446724070908,0.142002621626947,0.255951455205554,0.101458895326257,0.474064603382078,0.255951455205554,0.10125041932246,0.513317843702982,0.0701007855339311,0.365991945261646 -3019,0.255951455205554,0.0376440231874689,0.123716525755226,0.255951455205554,0.0206981900184036,0.164347389871235,0.255951455205554,0.0366802051499083,0.214124776006595,0.255951455205554,0.0483454608471932,0.203635038810621,0.255951455205554,0.0203822566215758,0.313920173097531,0.255951455205554,0.0186925836849614,0.110194671166504,0.5,0.255951455205554,0.0102684278721514,0.461262197171925,0.5,0.255951455205554,0.0309385290985445,0.272250668870619,0.5,0.255951455205554,0.0372536840529769,0.207840905733916,0.255951455205554,0.0123763015780276,0.652961579293029,0.0411339567920484,0.117608129393998,0.255951455205554,0.0362506678156598,0.192241542917311,0.5,0.255951455205554,0.0245284238127522,0.0993745599180771,0.255951455205554,0.0400116711548805,0.126959879826039,0.255951455205554,0.0346626669509979,0.464600357896095,0.255951455205554,0.0224228637302349,0.297630690041407,0.033338372293135,0.206031761278099 -3020,0.255951455205554,6.82558115407247e-06,0.0665659669540131,0.255951455205554,3.55206266895666e-06,0.0601876574329902,0.255951455205554,4.59783437030257e-05,0.157077865217352,0.255951455205554,1.41787916446289e-05,0.092010163456226,0.255951455205554,5.30461360585743e-05,0.345639868259372,0.255951455205554,0.0,0.0861725946618082,0.5,0.255951455205554,3.44958810880415e-05,0.327006661998743,0.5,0.255951455205554,7.13843073307332e-06,0.238787103259804,0.5,0.255951455205554,0.0,0.175833247573777,0.255951455205554,0.0,0.271175454832811,0.0,0.108213788419493,0.255951455205554,6.51485919862035e-07,0.160098506042253,0.5,0.255951455205554,9.57983642924339e-05,0.0274233727114077,0.255951455205554,0.0,0.152355591661253,0.255951455205554,6.44919388343203e-06,0.131577186244731,0.255951455205554,1.16364392784253e-05,0.111772222693918,0.0,0.0819963003127332 -3021,0.255951455205554,0.0,0.0941888286478328,0.255951455205554,0.0,0.0351910930508291,0.255951455205554,0.0,0.154128482869282,0.255951455205554,0.0,0.153936419080399,0.255951455205554,0.0,0.25647190149414,0.255951455205554,0.0,0.100702038279755,0.5,0.255951455205554,0.0,0.17072916071805,0.5,0.255951455205554,0.0,0.239783392857401,0.5,0.255951455205554,0.0,0.219113578734655,0.255951455205554,0.0,0.107298988746888,0.0,0.113657637119932,0.255951455205554,0.0,0.0859499930772639,0.5,0.255951455205554,0.0,0.0156662368566271,0.255951455205554,0.0,0.122913990941661,0.255951455205554,0.0,0.0464406177173529,0.255951455205554,0.0,0.0651439770294275,0.0,0.0592211048860325 -3022,0.255951455205554,0.0,0.0842145920968714,0.255951455205554,0.0,0.0186855963200734,0.255951455205554,0.0,0.148832266642962,0.255951455205554,0.0,0.292481616746457,0.255951455205554,0.0,0.264455108663003,0.255951455205554,0.0,0.118933740932032,0.5,0.255951455205554,0.0,0.0874550806655443,0.5,0.255951455205554,0.0,0.231181869145014,0.5,0.255951455205554,0.0,0.280817507139077,0.255951455205554,0.0,0.0886194280396828,0.0,0.0827996031058007,0.255951455205554,0.0,0.0461884950812299,0.5,0.255951455205554,0.0,0.0209127441709445,0.255951455205554,0.0,0.100713396319672,0.255951455205554,0.0,0.0524429433218284,0.255951455205554,0.0,0.064816053122341,0.0,0.191980258874706 -3023,0.255951455205554,0.0,0.0497491978608665,0.255951455205554,0.0,0.099004139581364,0.255951455205554,0.0,0.139981082978202,0.255951455205554,0.0,0.124784454769113,0.255951455205554,0.0,0.290287499490889,0.255951455205554,0.0,0.124513901114427,0.5,0.255951455205554,0.0,0.0947188630275752,0.5,0.255951455205554,0.0,0.178887159793358,0.5,0.255951455205554,0.0,0.28249507595869,0.255951455205554,0.0,0.198342390370425,0.0,0.0114627604715871,0.255951455205554,0.0,0.0392104632016892,0.5,0.255951455205554,0.0,0.0309917982291343,0.255951455205554,0.0,0.0873283070023729,0.255951455205554,0.0,0.0576860609338652,0.255951455205554,0.0,0.101940027080314,0.0,0.249878923964842 -3024,0.255951455205554,0.0,0.0452103815230139,0.255951455205554,0.0,0.139366532778125,0.255951455205554,0.0,0.157041386984411,0.255951455205554,0.0,0.0906277677761171,0.255951455205554,0.0,0.278884867120694,0.255951455205554,0.0,0.108273508097424,0.5,0.255951455205554,0.0,0.187799972415857,0.5,0.255951455205554,0.0,0.153656026724102,0.5,0.255951455205554,0.0,0.222975780615345,0.255951455205554,0.0,0.515290312165578,0.0,0.0364624446368071,0.255951455205554,0.0,0.0421581652986595,0.5,0.255951455205554,0.0,0.0390830566015729,0.255951455205554,0.0,0.0989219167382024,0.255951455205554,0.0,0.0794949315505636,0.255951455205554,0.0,0.140665656597136,0.0,0.205269379633207 -3025,0.255951455205554,0.0,0.0461396577314064,0.255951455205554,0.0,0.0444408323609523,0.255951455205554,0.0,0.173686511758834,0.255951455205554,0.0,0.17199095153225,0.255951455205554,0.0,0.289033450278588,0.255951455205554,0.0,0.1011772307982,0.5,0.255951455205554,0.0,0.265887924440139,0.5,0.255951455205554,0.0,0.13936477154894,0.5,0.255951455205554,0.0,0.197331878340795,0.255951455205554,0.0,0.447158398771297,0.0,0.0587827655920829,0.255951455205554,0.0,0.0595819860387328,0.5,0.255951455205554,0.0,0.0545297173889907,0.255951455205554,0.0,0.1360827898438,0.255951455205554,0.0,0.102984415081859,0.255951455205554,0.0,0.164263277557414,0.0,0.0928536951677121 -3026,0.255951455205554,0.0,0.052097050313997,0.255951455205554,0.0,0.0570360771012868,0.255951455205554,0.0,0.203364748601509,0.255951455205554,0.0,0.288196254503779,0.255951455205554,0.0,0.246419609988996,0.255951455205554,0.0,0.0893035812716819,0.5,0.255951455205554,0.0,0.26247916269042,0.5,0.255951455205554,0.0,0.156793645931225,0.5,0.255951455205554,0.0,0.195465434645119,0.255951455205554,0.0,0.273260567207318,0.0,0.0813111117105267,0.255951455205554,0.0,0.0976916843154568,0.5,0.255951455205554,0.0,0.0695711223698097,0.255951455205554,0.0,0.156828293800824,0.255951455205554,0.0,0.10747290067679,0.255951455205554,0.0,0.166907732351881,0.0,0.0395641107229497 -3027,0.255951455205554,0.0,0.0629013100836349,0.255951455205554,0.0,0.117909572694123,0.255951455205554,0.0,0.215798427589383,0.255951455205554,0.0,0.305466707537498,0.255951455205554,0.0,0.231395753488217,0.255951455205554,0.0,0.168620571061211,0.5,0.255951455205554,0.0,0.205685871270978,0.5,0.255951455205554,0.0,0.22472676671786,0.5,0.255951455205554,0.0,0.227419463886612,0.255951455205554,0.0,0.228340472840232,0.0,0.0871002735567184,0.255951455205554,0.0,0.0891581821112587,0.5,0.255951455205554,0.0,0.0553068228610317,0.255951455205554,0.0,0.156268658039882,0.255951455205554,0.0,0.126847026736969,0.255951455205554,0.0,0.134189073306197,0.0,0.0613880817485325 -3028,0.255951455205554,0.0,0.0599202562588873,0.255951455205554,0.0,0.251490697582965,0.255951455205554,0.0,0.187964468450648,0.255951455205554,0.0,0.192995301939283,0.255951455205554,0.0,0.244467600761367,0.255951455205554,0.0,0.257549401486719,0.5,0.255951455205554,0.0,0.140768106267299,0.5,0.255951455205554,0.0,0.276973967887387,0.5,0.255951455205554,0.0,0.295720986359092,0.255951455205554,0.0,0.1856672849564,0.0,0.0704065772962809,0.255951455205554,0.0,0.084747555607336,0.5,0.255951455205554,0.0,0.0605120391266184,0.255951455205554,0.0,0.159310360282532,0.255951455205554,0.0,0.144992488892083,0.255951455205554,0.0,0.106095230975551,0.0,0.106765461446948 -3029,0.255951455205554,0.0,0.0565014519144812,0.255951455205554,0.0,0.30793972597324,0.255951455205554,0.0,0.171554377253118,0.255951455205554,0.0,0.117274882534534,0.255951455205554,0.0,0.225852779413927,0.255951455205554,0.0,0.281697468963838,0.5,0.255951455205554,0.0,0.0860235601141261,0.5,0.255951455205554,0.0,0.228552288508717,0.5,0.255951455205554,0.0,0.305361491347703,0.255951455205554,0.0,0.0904815537486353,0.0,0.0661198473740295,0.255951455205554,0.0,0.109862204600924,0.5,0.255951455205554,0.0,0.0395237210719548,0.255951455205554,0.0,0.149274602072796,0.255951455205554,0.0,0.144171832317545,0.255951455205554,0.0,0.0981255771184992,0.0,0.153727879002131 -3030,0.255951455205554,0.00976075407305956,0.0691621666741731,0.255951455205554,0.000446617962516071,0.142730820199875,0.255951455205554,0.0024209970604788,0.201729386739121,0.255951455205554,0.00301406404263822,0.104952523048535,0.255951455205554,0.00953429445649515,0.229955141649555,0.255951455205554,0.00282969108835703,0.22483937441421,0.5,0.255951455205554,0.00388691853410052,0.0706927627867857,0.5,0.255951455205554,0.00105891061355901,0.243411552892543,0.5,0.255951455205554,0.00800423886072548,0.285069454348565,0.255951455205554,0.0024528185836164,0.0510120744843428,0.00798067117745486,0.0563932921115648,0.255951455205554,0.0164541329249753,0.138999704476196,0.5,0.255951455205554,0.00255213309882287,0.0674405902807615,0.255951455205554,0.016755924638905,0.127919680800755,0.255951455205554,0.00999424092390012,0.160797796070041,0.255951455205554,0.00113043323940868,0.116004523766625,0.0218996112217349,0.167929644520289 -3031,0.255951455205554,0.0408137521432819,0.0870394898320774,0.255951455205554,0.00876250767373703,0.130743639256351,0.255951455205554,0.0264887116721116,0.296724244462251,0.255951455205554,0.0243783786225617,0.126262433859239,0.255951455205554,0.0821169676688343,0.353668020812465,0.255951455205554,0.0455339600661421,0.146011768881341,0.5,0.255951455205554,0.064641018399529,0.110408722200586,0.5,0.255951455205554,0.0103709539310797,0.28140344495752,0.5,0.255951455205554,0.0335533080685728,0.30771098761022,0.255951455205554,0.058280004143994,0.10875145852248,0.0847534959841182,0.187284294934859,0.255951455205554,0.0772256130624078,0.263991809581719,0.5,0.255951455205554,0.00897156713738404,0.137641231627145,0.255951455205554,0.0409771402705434,0.136379729695297,0.255951455205554,0.0211883753855326,0.212213755977541,0.255951455205554,0.00643054941949211,0.21826067990732,0.0848480618459459,0.150088239070884 -3032,0.255951455205554,0.0597718563863181,0.0965281581731749,0.255951455205554,0.0316828901300822,0.131679840466326,0.255951455205554,0.0846757016312011,0.425728128870953,0.255951455205554,0.0424162146766453,0.237212042686874,0.255951455205554,0.175708696320629,0.643485684783127,0.255951455205554,0.164606649193197,0.332354620778353,0.5,0.255951455205554,0.167697083665424,0.272121073497731,0.5,0.255951455205554,0.0300607490691087,0.287050696907555,0.5,0.255951455205554,0.0648019141117353,0.320218785791017,0.255951455205554,0.151122593190629,0.287070464446065,0.0764419580885543,0.404777302428493,0.255951455205554,0.135648694023188,0.39176873416285,0.5,0.255951455205554,0.0264562537640422,0.221755407224792,0.255951455205554,0.0616323755280417,0.173920473726875,0.255951455205554,0.0307445787857927,0.300775532586348,0.255951455205554,0.0293497079162127,0.347033332195202,0.059073272011252,0.19525377910659 -3033,0.255951455205554,0.130002849820343,0.096440343325071,0.255951455205554,0.153221527469455,0.209812863595385,0.255951455205554,0.164995224031784,0.527585601379456,0.255951455205554,0.0396951661906943,0.481860228806838,0.255951455205554,0.25698054100476,0.733193259311651,0.255951455205554,0.33075325865462,0.489881572805736,0.5,0.255951455205554,0.293082420978035,0.465570866776883,0.5,0.255951455205554,0.0543056038071209,0.314304913953495,0.5,0.255951455205554,0.0904662887834026,0.274269302167179,0.255951455205554,0.207090901599039,0.570310291538772,0.0436927718567467,0.318001348278055,0.255951455205554,0.123083977279969,0.402146354884453,0.5,0.255951455205554,0.0527226349148571,0.317121420509405,0.255951455205554,0.0869208548076647,0.314545286973353,0.255951455205554,0.0528593255617307,0.385586165501325,0.255951455205554,0.102539788401108,0.361465474771691,0.0948348631904764,0.314205792815156 -3034,0.255951455205554,0.304025608217395,0.156874219969739,0.255951455205554,0.281392362669776,0.343755093597982,0.255951455205554,0.276295703556562,0.605785054957912,0.255951455205554,0.192962761317263,0.730949771037077,0.255951455205554,0.321226723310232,0.764484163893672,0.255951455205554,0.466305892490158,0.46888064719924,0.5,0.255951455205554,0.398148613253839,0.56846325716587,0.5,0.255951455205554,0.0909180855623017,0.324434674375638,0.5,0.255951455205554,0.11248036646155,0.212263237514421,0.255951455205554,0.116418195943691,0.522554373948598,0.108624625264701,0.372870288851143,0.255951455205554,0.09519712930013,0.405059942238151,0.5,0.255951455205554,0.0577316562438364,0.356913726597591,0.255951455205554,0.0787561341748452,0.476453700835616,0.255951455205554,0.126259824027112,0.367517204003393,0.255951455205554,0.239986411290441,0.403046342304479,0.232672082492113,0.252916834639614 -3035,0.255951455205554,0.335653197967842,0.26418171410357,0.255951455205554,0.175641658715175,0.605119255025959,0.255951455205554,0.388732035491747,0.677103972351906,0.255951455205554,0.266433203084347,0.708117553817048,0.255951455205554,0.356231004982902,0.79923606067724,0.255951455205554,0.544654978553169,0.494421400866148,0.5,0.255951455205554,0.430240414460585,0.644766069751266,0.5,0.255951455205554,0.127135917310471,0.32276556649482,0.5,0.255951455205554,0.154479757743198,0.221651466664625,0.255951455205554,0.137716069574234,0.447770775878339,0.165179199455028,0.477634716441751,0.255951455205554,0.0785368283569154,0.396556151218168,0.5,0.255951455205554,0.0867392595262188,0.324023457112071,0.255951455205554,0.0637436982535217,0.432766415399368,0.255951455205554,0.378269427202805,0.392981117917205,0.255951455205554,0.406542730465298,0.390305298579594,0.500773685186806,0.175988617046616 -3036,0.255951455205554,0.307409782438383,0.330644647144841,0.255951455205554,0.117660004365574,0.559151220502441,0.255951455205554,0.356571422146559,0.612863791522859,0.255951455205554,0.194820611195116,0.601856173300634,0.255951455205554,0.315679824101872,0.782945167897743,0.255951455205554,0.511069078688967,0.52599035232955,0.5,0.255951455205554,0.38717101806756,0.665368615382171,0.5,0.255951455205554,0.125710507226294,0.307986115123192,0.5,0.255951455205554,0.175839371983497,0.26203550531251,0.255951455205554,0.469543165768827,0.593880023124392,0.159124750172778,0.536557404374275,0.255951455205554,0.110133369298386,0.337547573722002,0.5,0.255951455205554,0.166914450925766,0.210740204937673,0.255951455205554,0.158513553488033,0.356829197036813,0.255951455205554,0.533445247879893,0.390047099280987,0.255951455205554,0.528352062875873,0.398559654346637,0.485171108016071,0.248514624573079 -3037,0.255951455205554,0.26421030782803,0.39516046948775,0.255951455205554,0.264276857183706,0.667094888083188,0.255951455205554,0.306156066888122,0.556121812565172,0.255951455205554,0.180726810775717,0.466547954293038,0.255951455205554,0.333766443405777,0.770386251201045,0.255951455205554,0.423547228560838,0.525704611838222,0.5,0.255951455205554,0.464449873103274,0.702027670073675,0.5,0.255951455205554,0.126868455682215,0.36270154780168,0.5,0.255951455205554,0.163118165443781,0.307897417216079,0.255951455205554,0.600460014852889,0.829528825517674,0.0973726094675821,0.343261920073323,0.255951455205554,0.199735730278963,0.286937218332368,0.5,0.255951455205554,0.259046744840276,0.19901794701696,0.255951455205554,0.277807887294191,0.293456434578917,0.255951455205554,0.583804201584232,0.464943760628859,0.255951455205554,0.550618492324613,0.484354763396038,0.483420339468868,0.321257982073094 -3038,0.255951455205554,0.340335291341663,0.452331855863165,0.255951455205554,0.135688550471463,0.427098537153391,0.255951455205554,0.28352198182988,0.501993839455405,0.255951455205554,0.179122128241124,0.306102670481604,0.255951455205554,0.295929620906014,0.776411796950044,0.255951455205554,0.354779931000537,0.489900887918589,0.5,0.255951455205554,0.476957329366995,0.762007052874866,0.5,0.255951455205554,0.168175861513095,0.457799450617422,0.5,0.255951455205554,0.16684515601571,0.400857502536749,0.255951455205554,0.246460204664327,0.786963814608818,0.211967613500609,0.13997033112097,0.255951455205554,0.278442453457856,0.272232873461891,0.5,0.255951455205554,0.280183481895104,0.242881195891415,0.255951455205554,0.290647591293763,0.239315448563706,0.255951455205554,0.503179851803322,0.511055379748651,0.255951455205554,0.409144944112215,0.491056411697778,0.37895502354359,0.336954402864942 -3039,0.255951455205554,0.314564754670635,0.338030693628982,0.255951455205554,0.077207977382669,0.139491775378211,0.255951455205554,0.243218584808536,0.469114165148986,0.255951455205554,0.247126682178095,0.268284913715131,0.255951455205554,0.19439849318697,0.661595680173017,0.255951455205554,0.297127197737946,0.408612352062288,0.5,0.255951455205554,0.302273493300517,0.716594443914303,0.5,0.255951455205554,0.244147589269476,0.550223529646273,0.5,0.255951455205554,0.143581547099364,0.492288012011881,0.255951455205554,0.312384752756686,0.725752983978298,0.506406551464969,0.223838522079374,0.255951455205554,0.294287805047573,0.25651126557479,0.5,0.255951455205554,0.242622621257191,0.24708065538064,0.255951455205554,0.247429210567063,0.232548782549205,0.255951455205554,0.332054181351505,0.554305059169826,0.255951455205554,0.308832666464959,0.430236332155099,0.258212733001143,0.38751710590762 -3040,0.255951455205554,0.3555214984904,0.270299305380612,0.255951455205554,0.082745598284316,0.0575685480477589,0.255951455205554,0.17570091883069,0.454093038975929,0.255951455205554,0.171902302346714,0.251889043857308,0.255951455205554,0.134121780993794,0.51760369608282,0.255951455205554,0.164212882594111,0.34839199590042,0.5,0.255951455205554,0.162995637397423,0.552616893176425,0.5,0.255951455205554,0.264307603739784,0.613398063060128,0.5,0.255951455205554,0.137600620922023,0.531855445589911,0.255951455205554,0.157029672549975,0.627421346250442,0.328051329114941,0.454435588221406,0.255951455205554,0.262091673836337,0.239507388188853,0.5,0.255951455205554,0.146490552924137,0.234809206751651,0.255951455205554,0.16706470986252,0.21479326789694,0.255951455205554,0.287883815877083,0.533164697918336,0.255951455205554,0.182453902814045,0.397602790085048,0.122947049819148,0.556782377968697 -3041,0.255951455205554,0.291400933593711,0.22795782861763,0.255951455205554,0.163160140201036,0.105874977106759,0.255951455205554,0.107755480254723,0.41588431255484,0.255951455205554,0.17440647653303,0.291765037211456,0.255951455205554,0.137641545119636,0.4913488577694,0.255951455205554,0.158132937499599,0.379559071057427,0.5,0.255951455205554,0.132792192405029,0.536310660219953,0.5,0.255951455205554,0.174283498167917,0.578973648828641,0.5,0.255951455205554,0.109694749746244,0.50657232833915,0.255951455205554,0.0688391927724738,0.519198791173139,0.25672350322395,0.429557044930735,0.255951455205554,0.146555172125838,0.204759231784836,0.5,0.255951455205554,0.0891018612078126,0.234417632800652,0.255951455205554,0.135578204427448,0.19165926455444,0.255951455205554,0.173898200672363,0.484416769781216,0.255951455205554,0.140528812583681,0.367813389842755,0.344121009524645,0.617646783661862 -3042,0.255951455205554,0.171792872477431,0.197383553995133,0.255951455205554,0.0876051414592618,0.0783291285048304,0.255951455205554,0.0704390144338414,0.315333793419335,0.255951455205554,0.0678801170641639,0.387425289728938,0.255951455205554,0.106052349916033,0.39490696834969,0.255951455205554,0.0745077299577426,0.28195446535474,0.5,0.255951455205554,0.086347807233913,0.493146729316411,0.5,0.255951455205554,0.0863743715642689,0.453918275768195,0.5,0.255951455205554,0.068375063805154,0.485124633881511,0.255951455205554,0.12618295533027,0.583458301757085,0.0937263418923944,0.0883502885961159,0.255951455205554,0.0697568605603243,0.124844888311533,0.5,0.255951455205554,0.0473707436580281,0.171210764922757,0.255951455205554,0.0843181693195048,0.174995300100649,0.255951455205554,0.091031984309329,0.389861697148247,0.255951455205554,0.0957376453042694,0.285420842619762,0.204582989751229,0.445876390440613 -3043,0.255951455205554,0.056762394539318,0.154794658336391,0.255951455205554,0.0478138803027875,0.0714764813723131,0.255951455205554,0.0431666431276313,0.204700927957629,0.255951455205554,0.00233099506405571,0.33067439641637,0.255951455205554,0.0335691862118305,0.308005023142484,0.255951455205554,0.0311722974106462,0.167996875578257,0.5,0.255951455205554,0.0455136314969581,0.429460713415827,0.5,0.255951455205554,0.0266989494166433,0.320021093471574,0.5,0.255951455205554,0.0245715712125801,0.413006585207587,0.255951455205554,0.047794124258117,0.433898351297291,0.0358518787164802,0.0166285394752239,0.255951455205554,0.0262367050157924,0.0762522358447518,0.5,0.255951455205554,0.0215938576828132,0.134354319268876,0.255951455205554,0.0332525540104148,0.133718014737571,0.255951455205554,0.0389603737521462,0.269303192368743,0.255951455205554,0.0479650321437587,0.189049703834901,0.0901833533053082,0.24132491997564 -3044,0.255951455205554,2.62243591502078e-05,0.171142265774923,0.255951455205554,0.0,0.0985901481162146,0.255951455205554,2.83583742614151e-05,0.149721769422137,0.255951455205554,0.000104844796097554,0.131397447917822,0.255951455205554,0.000125403195855231,0.240919228806699,0.255951455205554,0.0,0.10823675871805,0.5,0.255951455205554,7.31283761346653e-05,0.250565082073336,0.5,0.255951455205554,4.61425572201704e-05,0.215686113576116,0.5,0.255951455205554,0.0,0.261185154691223,0.255951455205554,3.03997832124992e-06,0.203771773943079,0.0,0.0344940944492754,0.255951455205554,1.33001232122925e-07,0.0701306209285681,0.5,0.255951455205554,2.66431031813836e-05,0.130828807132703,0.255951455205554,0.0,0.104916698549514,0.255951455205554,0.0,0.17924793226225,0.255951455205554,0.0,0.168465710380331,0.0,0.225885413657137 -3045,0.255951455205554,0.0,0.13888368070974,0.255951455205554,0.0,0.181315656978749,0.255951455205554,0.0,0.163834039886042,0.255951455205554,0.0,0.0853885892380132,0.255951455205554,0.0,0.254034578155329,0.255951455205554,0.0,0.0953899980305199,0.5,0.255951455205554,0.0,0.15782572148132,0.5,0.255951455205554,0.0,0.181225007642257,0.5,0.255951455205554,0.0,0.187681043034062,0.255951455205554,0.0,0.111090594036203,0.0,0.0520613254788497,0.255951455205554,0.0,0.073911714528673,0.5,0.255951455205554,0.0,0.0859307624859191,0.255951455205554,0.0,0.106754783906141,0.255951455205554,0.0,0.145717053144843,0.255951455205554,0.0,0.154309759008081,0.0,0.464506246464263 -3046,0.255951455205554,0.0,0.0929774829273945,0.255951455205554,0.0,0.134231624791059,0.255951455205554,0.0,0.224991866355899,0.255951455205554,0.0,0.181600001232536,0.255951455205554,0.0,0.321896713881646,0.255951455205554,0.0,0.108630864244419,0.5,0.255951455205554,0.0,0.141926331380168,0.5,0.255951455205554,0.0,0.159550463364549,0.5,0.255951455205554,0.0,0.169025324958289,0.255951455205554,0.0,0.0964672127208389,0.0,0.0749125713967666,0.255951455205554,0.0,0.0844212151809999,0.5,0.255951455205554,0.0,0.0593784005072989,0.255951455205554,0.0,0.12506611246344,0.255951455205554,0.0,0.129164260532106,0.255951455205554,0.0,0.129901518740604,0.0,0.658810392244635 -3047,0.255951455205554,0.0,0.129518702375586,0.255951455205554,0.0,0.0931288145996975,0.255951455205554,0.0,0.34723529472704,0.255951455205554,0.0,0.368026219833196,0.255951455205554,0.0,0.383448034260918,0.255951455205554,0.0,0.127838737960371,0.5,0.255951455205554,0.0,0.131612914524406,0.5,0.255951455205554,0.0,0.139742121271961,0.5,0.255951455205554,0.0,0.155322003834215,0.255951455205554,0.0,0.123045089733187,0.0,0.102121288653698,0.255951455205554,0.0,0.100076346197389,0.5,0.255951455205554,0.0,0.0659701574586277,0.255951455205554,0.0,0.14331006595602,0.255951455205554,0.0,0.113421600111551,0.255951455205554,0.0,0.115555785073249,0.0,0.721923794258149 -3048,0.255951455205554,0.0,0.246469620683788,0.255951455205554,0.0,0.167801634557422,0.255951455205554,0.0,0.52347686950434,0.255951455205554,0.0,0.515718613173323,0.255951455205554,0.0,0.461133396307084,0.255951455205554,0.0,0.137132263586396,0.5,0.255951455205554,0.0,0.173598543953967,0.5,0.255951455205554,0.0,0.164753822400354,0.5,0.255951455205554,0.0,0.14434606340335,0.255951455205554,0.0,0.166112629559399,0.0,0.111977822518595,0.255951455205554,0.0,0.111213197006472,0.5,0.255951455205554,0.0,0.0857625271053961,0.255951455205554,0.0,0.14910725733192,0.255951455205554,0.0,0.0981759499129944,0.255951455205554,0.0,0.110228626566987,0.0,0.81135565167699 -3049,0.255951455205554,0.0,0.439324624868994,0.255951455205554,0.0,0.315810728967301,0.255951455205554,0.0,0.628649984480505,0.255951455205554,0.0,0.750487334490562,0.255951455205554,0.0,0.537762342955816,0.255951455205554,0.0,0.155103041829318,0.5,0.255951455205554,0.0,0.237311436838831,0.5,0.255951455205554,0.0,0.182359917414165,0.5,0.255951455205554,0.0,0.147078077281089,0.255951455205554,0.0,0.198506003179484,0.0,0.0907292996314879,0.255951455205554,0.0,0.103692543194064,0.5,0.255951455205554,0.0,0.0908484473995905,0.255951455205554,0.0,0.135681623747775,0.255951455205554,0.0,0.0905112724402522,0.255951455205554,0.0,0.102314018745756,0.0,0.795892754029691 -3050,0.255951455205554,0.0,0.660849008720001,0.255951455205554,0.0,0.524504680724882,0.255951455205554,0.0,0.671311707818112,0.255951455205554,0.0,0.840210560610093,0.255951455205554,0.0,0.590343782190911,0.255951455205554,0.0,0.189787847849035,0.5,0.255951455205554,0.0,0.270078600696158,0.5,0.255951455205554,0.0,0.191336571268161,0.5,0.255951455205554,0.0,0.162090163750855,0.255951455205554,0.0,0.224467567613052,0.0,0.0713193061617105,0.255951455205554,0.0,0.0935171360513211,0.5,0.255951455205554,0.0,0.105469706404512,0.255951455205554,0.0,0.1079326963176,0.255951455205554,0.0,0.0954232733990279,0.255951455205554,0.0,0.110253782848016,0.0,0.834037892466736 -3051,0.255951455205554,0.0,0.694579145723225,0.255951455205554,0.0,0.733757199686497,0.255951455205554,0.0,0.681069044649481,0.255951455205554,0.0,0.784890924067668,0.255951455205554,0.0,0.62973579588994,0.255951455205554,0.0,0.252306114587051,0.5,0.255951455205554,0.0,0.300707070497029,0.5,0.255951455205554,0.0,0.165209557859757,0.5,0.255951455205554,0.0,0.179782295775022,0.255951455205554,0.0,0.210160275428216,0.0,0.0582568492204177,0.255951455205554,0.0,0.0955960195872898,0.5,0.255951455205554,0.0,0.133378430663294,0.255951455205554,0.0,0.0875645845681895,0.255951455205554,0.0,0.122373469363878,0.255951455205554,0.0,0.143323020581595,0.0,0.853199364721102 -3052,0.255951455205554,0.0,0.714229906357912,0.255951455205554,0.0,0.776130882016841,0.255951455205554,0.0,0.662138398467538,0.255951455205554,0.0,0.763227659064289,0.255951455205554,0.0,0.645146884043234,0.255951455205554,0.0,0.336120426441944,0.5,0.255951455205554,0.0,0.276849384067167,0.5,0.255951455205554,0.0,0.12622321301875,0.5,0.255951455205554,0.0,0.173851242901154,0.255951455205554,0.0,0.157908833511842,0.0,0.0525631607214911,0.255951455205554,0.0,0.106043677627029,0.5,0.255951455205554,0.0,0.17359002080994,0.255951455205554,0.0,0.0826061771674062,0.255951455205554,0.0,0.161489809573991,0.255951455205554,0.0,0.180137466402601,0.0,0.832060356916365 -3053,0.255951455205554,0.0,0.763294269995274,0.255951455205554,0.0,0.73966310009551,0.255951455205554,0.0,0.665954992884852,0.255951455205554,0.0,0.689497869370102,0.255951455205554,0.0,0.658229565700122,0.255951455205554,0.0,0.348905558122798,0.5,0.255951455205554,0.0,0.236532515769906,0.5,0.255951455205554,0.0,0.125751002992822,0.5,0.255951455205554,0.0,0.15961036055592,0.255951455205554,0.0,0.17122234293795,0.0,0.0665561012534305,0.255951455205554,0.0,0.141282904460022,0.5,0.255951455205554,2.40184187620009e-06,0.254153789124636,0.255951455205554,0.0,0.0924012901979438,0.255951455205554,0.0,0.200284161695054,0.255951455205554,0.0,0.212300229931994,0.0,0.861546152707047 -3054,0.255951455205554,0.000688982953071335,0.759342015718356,0.255951455205554,0.00446254510113677,0.742161030735286,0.255951455205554,0.0030465284147902,0.686783326827045,0.255951455205554,0.00323668833550392,0.738194305128677,0.255951455205554,0.00169920849098053,0.642204324069589,0.255951455205554,0.00202294780435809,0.321617019027077,0.5,0.255951455205554,0.00126798929597089,0.272934358992809,0.5,0.255951455205554,0.00371859332234798,0.123039904874298,0.5,0.255951455205554,0.00687921111268428,0.166529760178703,0.255951455205554,0.000524105414837961,0.270984600142259,0.00316544266200312,0.114198137454374,0.255951455205554,0.0184556500170058,0.204140039826237,0.5,0.255951455205554,0.0110076797048285,0.396224099156507,0.255951455205554,0.00762283393933373,0.104588520323043,0.255951455205554,0.0231866100703918,0.259890220456586,0.255951455205554,0.0111360866088919,0.262011016576805,0.000747762891935502,0.898788868064345 -3055,0.255951455205554,0.00423826976247126,0.800406538370182,0.255951455205554,0.0197276604466442,0.755923823717625,0.255951455205554,0.0139765697803169,0.719345212207909,0.255951455205554,0.0126858060003599,0.757897337341094,0.255951455205554,0.0170097831889016,0.671080789107078,0.255951455205554,0.0202240229447934,0.424147406442358,0.5,0.255951455205554,0.0164657719684618,0.349879823295555,0.5,0.255951455205554,0.0296231180541811,0.146599797888526,0.5,0.255951455205554,0.0543348638770918,0.214682583180676,0.255951455205554,0.00868561801773441,0.462041511502466,0.0286706365284616,0.172266734849321,0.255951455205554,0.0350792655434144,0.287519622512728,0.5,0.255951455205554,0.0261227761190609,0.516055541840176,0.255951455205554,0.0243479292105385,0.123886838961122,0.255951455205554,0.0827361505764278,0.471373778062074,0.255951455205554,0.0384728488629157,0.381644341597085,0.0121620458019723,0.938379111297741 -3056,0.255951455205554,0.0133496686553993,0.819536927678668,0.255951455205554,0.0429627463143941,0.795165526080911,0.255951455205554,0.0296857816546542,0.764819079042495,0.255951455205554,0.0140372221225143,0.77319666880348,0.255951455205554,0.0476902077451855,0.70469788317212,0.255951455205554,0.0584021386297179,0.500147189914841,0.5,0.255951455205554,0.0447706530314016,0.392069003111601,0.5,0.255951455205554,0.0610486497672043,0.202201240401232,0.5,0.255951455205554,0.124333495357567,0.272715171934598,0.255951455205554,0.0269025571017168,0.429178443922678,0.10235128408905,0.265694622742589,0.255951455205554,0.0699702468261985,0.373338940142952,0.5,0.255951455205554,0.0630686096867221,0.634188980381691,0.255951455205554,0.0807928896918583,0.193442575505199,0.255951455205554,0.15197210074055,0.702275253080309,0.255951455205554,0.0553785047085355,0.336532821689085,0.0465186469294841,0.951557404657391 -3057,0.255951455205554,0.0294736619554965,0.842899244222601,0.255951455205554,0.0333045611496632,0.825262939136309,0.255951455205554,0.0436298863233042,0.797134422731123,0.255951455205554,0.0141469363975305,0.74428924307369,0.255951455205554,0.0846533294617658,0.674082017443184,0.255951455205554,0.0829278053915942,0.501928827968506,0.5,0.255951455205554,0.100297990056937,0.488495320702733,0.5,0.255951455205554,0.100000600024635,0.317640738825854,0.5,0.255951455205554,0.184796922134729,0.387190323198172,0.255951455205554,0.0637222964175023,0.482895883178304,0.187029321980008,0.505944524819916,0.255951455205554,0.128514087127548,0.49790523364735,0.5,0.255951455205554,0.107546321146543,0.728621836252017,0.255951455205554,0.155897961008946,0.314532710987411,0.255951455205554,0.168127995015641,0.699418270495767,0.255951455205554,0.0911662778900207,0.479140995063653,0.0152820118632355,0.921667761911238 -3058,0.255951455205554,0.0296303105349993,0.838286244332165,0.255951455205554,0.0101435836468379,0.699615208100192,0.255951455205554,0.0802859181708163,0.820237127212452,0.255951455205554,0.020123597600377,0.820653030008335,0.255951455205554,0.0957516517093134,0.690752560384698,0.255951455205554,0.144089342418017,0.585776791252892,0.5,0.255951455205554,0.127830671080296,0.525880591778758,0.5,0.255951455205554,0.171486203678157,0.459142622357321,0.5,0.255951455205554,0.234303820224197,0.506363362645269,0.255951455205554,0.137603657772347,0.518158055261585,0.153566852597502,0.531063569137018,0.255951455205554,0.230186954215931,0.654079658642325,0.5,0.255951455205554,0.125638503421037,0.748081907349665,0.255951455205554,0.191582342316423,0.376949173950803,0.255951455205554,0.243622582043128,0.804507587001388,0.255951455205554,0.106965631864541,0.571513284543852,0.0237110974666553,0.815304600507801 -3059,0.255951455205554,0.0347360048735134,0.790958853648549,0.255951455205554,0.0221378657664368,0.688879766735596,0.255951455205554,0.112982642020377,0.833655928261844,0.255951455205554,0.0523725023327825,0.844141613622076,0.255951455205554,0.120392510717746,0.681704735759689,0.255951455205554,0.1385485946761,0.574482253809828,0.5,0.255951455205554,0.170767024290389,0.504995486172229,0.5,0.255951455205554,0.186579154206615,0.424273806430123,0.5,0.255951455205554,0.293682114304029,0.626526810117735,0.255951455205554,0.205615319162582,0.468243999555836,0.3155789366031,0.795168613221189,0.255951455205554,0.306742586764475,0.78484260551347,0.5,0.255951455205554,0.115337572086423,0.74834985217514,0.255951455205554,0.239668514468817,0.51089415098382,0.255951455205554,0.26063761047609,0.810488699867635,0.255951455205554,0.155461841268131,0.657220766491642,0.00954427315399569,0.649341035307234 -3060,0.255951455205554,0.0473424794667557,0.740102352846267,0.255951455205554,0.0464730892374772,0.776101086515144,0.255951455205554,0.107624780051906,0.802266084698397,0.255951455205554,0.175461050368708,0.873629405157487,0.255951455205554,0.156315792279546,0.609773955284653,0.255951455205554,0.148808496520922,0.548944456181426,0.5,0.255951455205554,0.23518525886211,0.47625750159599,0.5,0.255951455205554,0.215438688557779,0.424943271422256,0.5,0.255951455205554,0.321383543800882,0.632631610816019,0.255951455205554,0.218521853234535,0.43722925213072,0.156638354941049,0.723928547642594,0.255951455205554,0.178315187635717,0.78446691511963,0.5,0.255951455205554,0.0925832753940236,0.744175334121727,0.255951455205554,0.154337738475632,0.556492067920798,0.255951455205554,0.259556527238726,0.849576956857987,0.255951455205554,0.204036877170336,0.727186778677724,0.0112333690474653,0.605492775399795 -3061,0.255951455205554,0.0930192411767804,0.709315518600424,0.255951455205554,0.0513666100646905,0.706051904453978,0.255951455205554,0.123950560457654,0.768805301465883,0.255951455205554,0.0816325993649643,0.792968610726659,0.255951455205554,0.182272617843409,0.541292788842998,0.255951455205554,0.219654072609774,0.530757134701785,0.5,0.255951455205554,0.261283270762875,0.548274558321396,0.5,0.255951455205554,0.248210299449351,0.435629291897575,0.5,0.255951455205554,0.302337636370332,0.63260117352822,0.255951455205554,0.252437792595634,0.474569670413495,0.306098212232441,0.77257316180647,0.255951455205554,0.202615127613201,0.792010315075243,0.5,0.255951455205554,0.0660058359836801,0.728359343220737,0.255951455205554,0.231040088974574,0.649560390881363,0.255951455205554,0.176211954956416,0.776418466647475,0.255951455205554,0.204769398351581,0.724614549699536,0.00861999596957424,0.6776370936166 -3062,0.255951455205554,0.108644589106484,0.653126638194976,0.255951455205554,0.0711126296596728,0.655039972519411,0.255951455205554,0.156351470656293,0.733533195228343,0.255951455205554,0.0937360299145048,0.730913843448351,0.255951455205554,0.164525087324811,0.474002633279636,0.255951455205554,0.252663977330515,0.576321612869697,0.5,0.255951455205554,0.270314590366622,0.582208857742951,0.5,0.255951455205554,0.271158294768434,0.365045930246781,0.5,0.255951455205554,0.309143535410974,0.631045191093802,0.255951455205554,0.309631006645616,0.692785364944259,0.258661376073183,0.826564057159514,0.255951455205554,0.234209975921526,0.791325645135882,0.5,0.255951455205554,0.068952344625245,0.696820494069975,0.255951455205554,0.257505748759824,0.618095240018978,0.255951455205554,0.171847787296798,0.732308556517131,0.255951455205554,0.255572357501444,0.753127672085135,0.0106183649855003,0.649996397096549 -3063,0.255951455205554,0.163505651166008,0.639347455806758,0.255951455205554,0.0548790031251394,0.571134381285025,0.255951455205554,0.124184404120886,0.631728852558231,0.255951455205554,0.109999329827535,0.637597184684261,0.255951455205554,0.13651979449324,0.397853229073726,0.255951455205554,0.182373749876716,0.460602743877665,0.5,0.255951455205554,0.242684202967054,0.629407747844363,0.5,0.255951455205554,0.313823405152491,0.363255731517196,0.5,0.255951455205554,0.309361962480334,0.552413674058435,0.255951455205554,0.261229477856184,0.755461951655274,0.102842666912867,0.829263449487535,0.255951455205554,0.140947431482502,0.707034715661277,0.5,0.255951455205554,0.064009825185759,0.65641923466833,0.255951455205554,0.283949494326691,0.632964374331695,0.255951455205554,0.196442655967123,0.686195266983922,0.255951455205554,0.221126161747584,0.684118701355105,0.0400692057960271,0.610549735418928 -3064,0.255951455205554,0.152338067539564,0.588447563968216,0.255951455205554,0.0840824600875402,0.594444644757469,0.255951455205554,0.104040200590372,0.502383590115713,0.255951455205554,0.0475863068926335,0.476199950170829,0.255951455205554,0.0990857796477474,0.33911393665394,0.255951455205554,0.142278827823759,0.334685046653096,0.5,0.255951455205554,0.168051353054795,0.554024894137435,0.5,0.255951455205554,0.282082740765723,0.272706517164193,0.5,0.255951455205554,0.264339211201396,0.412064170533063,0.255951455205554,0.197887547932722,0.800829030371954,0.153833763761877,0.612301392759211,0.255951455205554,0.163513584032303,0.653168229802798,0.5,0.255951455205554,0.0724317826473223,0.637665497593791,0.255951455205554,0.188236572542842,0.552349927365116,0.255951455205554,0.210800300077353,0.62067653070248,0.255951455205554,0.173984694220563,0.610115199433175,0.248290998809877,0.631753633108898 -3065,0.255951455205554,0.158622706358241,0.559133241115524,0.255951455205554,0.0778403708989198,0.455613769639542,0.255951455205554,0.0755745807031462,0.372309054931732,0.255951455205554,0.0410169165085869,0.372482638841324,0.255951455205554,0.0749724636582309,0.315004155020298,0.255951455205554,0.117449583445439,0.355315223424047,0.5,0.255951455205554,0.0927139684131756,0.534982181694465,0.5,0.255951455205554,0.205063166353805,0.192793830867534,0.5,0.255951455205554,0.193014840388306,0.306755059220182,0.255951455205554,0.115108814477869,0.826569625162326,0.0715263349825673,0.315050132539616,0.255951455205554,0.133238848892371,0.512313921406637,0.5,0.255951455205554,0.0550198483869311,0.584478367555697,0.255951455205554,0.150642368874376,0.440426354723883,0.255951455205554,0.124939631161141,0.470772105642465,0.255951455205554,0.115208740949127,0.483470064734081,0.22243589557326,0.652030708436121 -3066,0.255951455205554,0.111602295280476,0.531314889170003,0.255951455205554,0.0290236788580567,0.282209264045264,0.255951455205554,0.0493261510790436,0.258566042301577,0.255951455205554,0.0846165373888669,0.289183223973593,0.255951455205554,0.028800393930906,0.231259310748776,0.255951455205554,0.0440526301137029,0.200599149955388,0.5,0.255951455205554,0.0442361061626783,0.613372175421664,0.5,0.255951455205554,0.111262810629021,0.139524881959948,0.5,0.255951455205554,0.109611365934265,0.177445903131376,0.255951455205554,0.0552946828375357,0.763379148068354,0.0538049284556124,0.181727154936118,0.255951455205554,0.0639366211733381,0.360125569563113,0.5,0.255951455205554,0.0366951896668759,0.480591868685637,0.255951455205554,0.080116908183956,0.326203715261981,0.255951455205554,0.0504671376514845,0.31291416019338,0.255951455205554,0.0689129463758327,0.351902362451985,0.149172772560604,0.61996479733925 -3067,0.255951455205554,0.0530843671530632,0.428609456484676,0.255951455205554,0.0147773133160043,0.156787760851401,0.255951455205554,0.0165079025575916,0.173781968469152,0.255951455205554,0.0165776198452652,0.161214734486307,0.255951455205554,0.00599415657193057,0.226066917253905,0.255951455205554,0.00507711815310433,0.134769016346606,0.5,0.255951455205554,0.00774275814605099,0.655771365432623,0.5,0.255951455205554,0.0302898165303355,0.110332841343226,0.5,0.255951455205554,0.0342487825287996,0.100963601604221,0.255951455205554,0.00340904655735306,0.362352275177152,0.0196679347100431,0.120960325205831,0.255951455205554,0.0160085317185228,0.214031154233444,0.5,0.255951455205554,0.0123772110966987,0.376417835131927,0.255951455205554,0.0244623749219814,0.154773437214774,0.255951455205554,0.0195835580028588,0.197867659750163,0.255951455205554,0.0296148232137548,0.226279181694486,0.0460392035630552,0.509262214436982 -3068,0.255951455205554,6.23173656175792e-05,0.281694865574594,0.255951455205554,0.0,0.101454574063855,0.255951455205554,5.34175557097965e-05,0.135842180029565,0.255951455205554,4.65510791480667e-05,0.152950663135694,0.255951455205554,0.00010490310124888,0.222090485440395,0.255951455205554,1.0838324163373e-05,0.147814359242952,0.5,0.255951455205554,4.17407195325234e-05,0.519098599038784,0.5,0.255951455205554,0.0,0.137995351162996,0.5,0.255951455205554,3.96712901419864e-08,0.0944850149995164,0.255951455205554,2.36237106889513e-05,0.400826635821444,0.0,0.0857568468945351,0.255951455205554,1.0211398482976e-05,0.137340736381473,0.5,0.255951455205554,3.43180596280989e-05,0.279182365597422,0.255951455205554,0.0,0.0631626051107107,0.255951455205554,4.36829579417405e-05,0.128129395022296,0.255951455205554,8.08434283589125e-05,0.133033850473363,0.0,0.337771264254368 -3069,0.255951455205554,0.0,0.180542034251234,0.255951455205554,0.0,0.0951796866984579,0.255951455205554,0.0,0.119915169351108,0.255951455205554,0.0,0.155748293109447,0.255951455205554,0.0,0.257879630118279,0.255951455205554,0.0,0.201362132987791,0.5,0.255951455205554,0.0,0.56288747936338,0.5,0.255951455205554,0.0,0.162321442033806,0.5,0.255951455205554,0.0,0.134095698571286,0.255951455205554,0.0,0.718958492099981,0.0,0.0729956075751201,0.255951455205554,0.0,0.107080028111756,0.5,0.255951455205554,0.0,0.195174347274862,0.255951455205554,0.0,0.0510502721516558,0.255951455205554,0.0,0.0992004435535916,0.255951455205554,0.0,0.106604482329744,0.0,0.230977698472477 -3070,0.255951455205554,0.0,0.175155430923196,0.255951455205554,0.0,0.153144113914364,0.255951455205554,0.0,0.12929979102234,0.255951455205554,0.0,0.111549080707735,0.255951455205554,0.0,0.279150789381243,0.255951455205554,0.0,0.314415082997854,0.5,0.255951455205554,0.0,0.661316763366525,0.5,0.255951455205554,0.0,0.180734833631628,0.5,0.255951455205554,0.0,0.164590929000309,0.255951455205554,0.0,0.469985320393518,0.0,0.0628628115739654,0.255951455205554,0.0,0.088500767910003,0.5,0.255951455205554,0.0,0.135059452358651,0.255951455205554,0.0,0.0636951981560916,0.255951455205554,0.0,0.102291460103663,0.255951455205554,0.0,0.143845168222217,0.0,0.19140832148294 -3071,0.255951455205554,0.0,0.188664693824368,0.255951455205554,0.0,0.171722865552088,0.255951455205554,0.0,0.170745855907325,0.255951455205554,0.0,0.132365579037803,0.255951455205554,0.0,0.327324851302632,0.255951455205554,0.0,0.426512850734164,0.5,0.255951455205554,0.0,0.580084177597407,0.5,0.255951455205554,0.0,0.258422800230548,0.5,0.255951455205554,0.0,0.198605393687639,0.255951455205554,0.0,0.460061353369667,0.0,0.0634382442576325,0.255951455205554,0.0,0.0839898455044059,0.5,0.255951455205554,0.0,0.101865654384518,0.255951455205554,0.0,0.0894785264174125,0.255951455205554,0.0,0.119327721287318,0.255951455205554,0.0,0.222981863945853,0.0,0.18776837152641 -3072,0.255951455205554,0.0,0.191155702530785,0.255951455205554,0.0,0.165695880978768,0.255951455205554,0.0,0.21400108269746,0.255951455205554,0.0,0.230182771017536,0.255951455205554,0.0,0.426304558916966,0.255951455205554,0.0,0.560989555301545,0.5,0.255951455205554,0.0,0.479292577069504,0.5,0.255951455205554,0.0,0.381179932445333,0.5,0.255951455205554,0.0,0.285202225439604,0.255951455205554,0.0,0.420116941440045,0.0,0.0695397240825567,0.255951455205554,0.0,0.0803097697547519,0.5,0.255951455205554,0.0,0.0820793593463242,0.255951455205554,0.0,0.132799815036032,0.255951455205554,0.0,0.14349666520697,0.255951455205554,0.0,0.335334027760321,0.0,0.186734876604759 -3073,0.255951455205554,0.0,0.181967754357172,0.255951455205554,0.0,0.209405445190283,0.255951455205554,0.0,0.260585598512353,0.255951455205554,0.0,0.266836176601357,0.255951455205554,0.0,0.587535806108476,0.255951455205554,0.0,0.646631003356493,0.5,0.255951455205554,0.0,0.352414918070376,0.5,0.255951455205554,0.0,0.464861825924625,0.5,0.255951455205554,0.0,0.388157366544218,0.255951455205554,0.0,0.2591151532545,0.0,0.0840807599000017,0.255951455205554,0.0,0.0928690815835093,0.5,0.255951455205554,0.0,0.0764219517827935,0.255951455205554,0.0,0.20902293971974,0.255951455205554,0.0,0.179682622538643,0.255951455205554,0.0,0.472720503285171,0.0,0.170504556432815 -3074,0.255951455205554,0.0,0.162932388286513,0.255951455205554,0.0,0.208997246378862,0.255951455205554,0.0,0.318914314342106,0.255951455205554,0.0,0.369929884132864,0.255951455205554,0.0,0.644981798163475,0.255951455205554,0.0,0.656166779039405,0.5,0.255951455205554,0.0,0.301787912246658,0.5,0.255951455205554,0.0,0.402904029354731,0.5,0.255951455205554,0.0,0.437151707769146,0.255951455205554,0.0,0.183858820850816,0.0,0.109296886890187,0.255951455205554,0.0,0.121597633643886,0.5,0.255951455205554,0.0,0.0822570328434002,0.255951455205554,0.0,0.301495857520521,0.255951455205554,0.0,0.225609701195589,0.255951455205554,0.0,0.587744568069586,0.0,0.171249271105858 -3075,0.255951455205554,0.0,0.155560742769961,0.255951455205554,0.0,0.252128701653529,0.255951455205554,0.0,0.425712124489835,0.255951455205554,0.0,0.350850788739531,0.255951455205554,0.0,0.602304957354921,0.255951455205554,0.0,0.554735125607317,0.5,0.255951455205554,0.0,0.256611110753275,0.5,0.255951455205554,0.0,0.339845565639861,0.5,0.255951455205554,0.0,0.410542907281734,0.255951455205554,0.0,0.181294092520364,0.0,0.132028995607892,0.255951455205554,0.0,0.172831603749005,0.5,0.255951455205554,0.0,0.0946574750546807,0.255951455205554,0.0,0.365287601882206,0.255951455205554,0.0,0.290700662842076,0.255951455205554,0.0,0.719131769699659,0.0,0.14235178456716 -3076,0.255951455205554,0.0,0.14453152746438,0.255951455205554,0.0,0.225263566751491,0.255951455205554,0.0,0.547217427074147,0.255951455205554,0.0,0.529362647701521,0.255951455205554,0.0,0.550163833545506,0.255951455205554,0.0,0.465083283640334,0.5,0.255951455205554,0.0,0.232070969606127,0.5,0.255951455205554,0.0,0.332851357763507,0.5,0.255951455205554,0.0,0.345590825725616,0.255951455205554,0.0,0.294394849620384,0.0,0.166617200536487,0.255951455205554,0.0,0.224255064744292,0.5,0.255951455205554,0.0,0.127078346052887,0.255951455205554,0.0,0.433003662731554,0.255951455205554,0.0,0.34520440764918,0.255951455205554,0.0,0.642760601235564,0.0,0.0937113029465273 -3077,0.255951455205554,0.0,0.133019261798198,0.255951455205554,0.0,0.389343306598358,0.255951455205554,0.0,0.611244478168665,0.255951455205554,0.0,0.630358173254964,0.255951455205554,0.0,0.517178597787382,0.255951455205554,0.0,0.380647524933951,0.5,0.255951455205554,0.0,0.240799926325861,0.5,0.255951455205554,0.0,0.33517152922102,0.5,0.255951455205554,0.0,0.269463111720133,0.255951455205554,0.0,0.36374590814973,0.0,0.175688959300805,0.255951455205554,1.81756550614934e-09,0.241713582770435,0.5,0.255951455205554,1.63528898895618e-06,0.168106159193465,0.255951455205554,0.0,0.473527927689006,0.255951455205554,0.0,0.397324497419819,0.255951455205554,0.0,0.510278618832224,0.0,0.165709326461124 -3078,0.255951455205554,0.000862411467008938,0.204574077695986,0.255951455205554,0.000225071996144691,0.68958115489483,0.255951455205554,0.000808118095416441,0.612829742574909,0.255951455205554,0.000872516963646901,0.616816530978801,0.255951455205554,0.000255484508349707,0.522568933366112,0.255951455205554,0.00165052863602181,0.384018091271478,0.5,0.255951455205554,0.000440000782658454,0.320682813148031,0.5,0.255951455205554,0.00132408197717633,0.416234148827593,0.5,0.255951455205554,0.00366691812435016,0.201233045280113,0.255951455205554,0.000105583261319851,0.554087493907374,0.00179620902494541,0.186500572270352,0.255951455205554,0.00248271967023718,0.274978670706347,0.5,0.255951455205554,0.00347343420824488,0.204733331283692,0.255951455205554,0.00335758749947341,0.472081351741977,0.255951455205554,0.00253749569822637,0.421188270859237,0.255951455205554,0.0054797535896049,0.36295748023807,0.0016487854502505,0.468294019141879 -3079,0.255951455205554,0.00382900416799931,0.339613077941247,0.255951455205554,0.00416332841045499,0.599609594075772,0.255951455205554,0.00757013515434491,0.614219536508475,0.255951455205554,0.00907149262393783,0.669072288530272,0.255951455205554,0.00334426602997286,0.585677761697614,0.255951455205554,0.00998550799481288,0.408824652808341,0.5,0.255951455205554,0.00446426275358892,0.474585861198317,0.5,0.255951455205554,0.00640110941826848,0.511462669225583,0.5,0.255951455205554,0.0266225027085255,0.22260345003298,0.255951455205554,0.000904649775312936,0.785399649442255,0.00332503515027904,0.255854665013551,0.255951455205554,0.00642027508092944,0.374747895243591,0.5,0.255951455205554,0.010173842139555,0.291183402201538,0.255951455205554,0.0259548103267598,0.445051247155955,0.255951455205554,0.0280566336844374,0.365007361476388,0.255951455205554,0.038892569341463,0.457544420473921,0.00607396504184821,0.811127049378843 -3080,0.255951455205554,0.0128713044884175,0.460796236115209,0.255951455205554,0.0491358991731362,0.730745005816976,0.255951455205554,0.0184372497090869,0.622460113988147,0.255951455205554,0.0219173521690917,0.742511666724027,0.255951455205554,0.0154455092013553,0.700311897292922,0.255951455205554,0.0185720411235114,0.475552286027946,0.5,0.255951455205554,0.0145967062586721,0.609385149723936,0.5,0.255951455205554,0.00610252590116403,0.515760770985103,0.5,0.255951455205554,0.0564538516604762,0.330986921099954,0.255951455205554,0.00912163771466744,0.803059758517439,0.0158922810100792,0.335337845862727,0.255951455205554,0.0231142015200869,0.391874941194701,0.5,0.255951455205554,0.0216719035428385,0.412391025593407,0.255951455205554,0.0970851957182202,0.446459749509607,0.255951455205554,0.0925418368020053,0.425998101477509,0.255951455205554,0.0869260551375334,0.478680721828678,0.0075763767740916,0.881027988060953 -3081,0.255951455205554,0.0206906007040396,0.59700789604864,0.255951455205554,0.0791835075613393,0.86644513657099,0.255951455205554,0.0433922134969221,0.645820672541164,0.255951455205554,0.0295161726224204,0.672850124920608,0.255951455205554,0.0305096340530597,0.794257122052525,0.255951455205554,0.0268463828786079,0.5685127249672,0.5,0.255951455205554,0.0391617166150863,0.665184449845096,0.5,0.255951455205554,0.00902410469694501,0.58023766618229,0.5,0.255951455205554,0.0585762093531606,0.444167441287153,0.255951455205554,0.0293436884306733,0.765853450329618,0.128556414949571,0.584884113995116,0.255951455205554,0.111541813342462,0.433051283627077,0.5,0.255951455205554,0.0315922628851771,0.546340105689685,0.255951455205554,0.221521599178732,0.501963072457547,0.255951455205554,0.0995671073227043,0.483731879663793,0.255951455205554,0.141778087386159,0.580204658947454,0.00520594090518124,0.900108091647087 -3082,0.255951455205554,0.0429223834654014,0.760672109353349,0.255951455205554,0.0740879248976887,0.835997455797559,0.255951455205554,0.0685093965145004,0.694753470497723,0.255951455205554,0.0658602289278904,0.582089667327256,0.255951455205554,0.045112067455729,0.837507236032536,0.255951455205554,0.0481143129489654,0.688523840521008,0.5,0.255951455205554,0.0551660508723256,0.647046992219592,0.5,0.255951455205554,0.0321369816673232,0.596485939096083,0.5,0.255951455205554,0.0445314921832602,0.533817857379794,0.255951455205554,0.0944032032530875,0.596415755121473,0.219966408258299,0.518034816765929,0.255951455205554,0.241950701112868,0.577146514979732,0.5,0.255951455205554,0.100779915090021,0.695973310217927,0.255951455205554,0.324119676556911,0.527059589236202,0.255951455205554,0.0786411787524804,0.467512036830814,0.255951455205554,0.150733831337027,0.646823400810238,0.00536491935783457,0.912524234409819 -3083,0.255951455205554,0.0650528865320318,0.902856288692904,0.255951455205554,0.128083040873903,0.740351768042671,0.255951455205554,0.0805816283827944,0.705730393230242,0.255951455205554,0.0750951226898341,0.679218852351947,0.255951455205554,0.0772219808921224,0.823105541381513,0.255951455205554,0.0721682727477161,0.780139269810032,0.5,0.255951455205554,0.111938169175358,0.604657742088738,0.5,0.255951455205554,0.0738308851560534,0.616793731171807,0.5,0.255951455205554,0.041843565171375,0.601390959485705,0.255951455205554,0.214647934104795,0.697861134740685,0.244393562365504,0.700188525166711,0.255951455205554,0.284211963350497,0.619401383729158,0.5,0.255951455205554,0.264897252619254,0.807454253021197,0.255951455205554,0.299470699337538,0.540533799014817,0.255951455205554,0.0726816933780026,0.516149883893153,0.255951455205554,0.120663048156334,0.684307080042983,0.0173366549854574,0.890224575371991 -3084,0.255951455205554,0.137379992522644,0.939405764673868,0.255951455205554,0.117844414827133,0.637348992111486,0.255951455205554,0.143798517377363,0.768596384688171,0.255951455205554,0.0664418520752496,0.644733606242998,0.255951455205554,0.158236101876325,0.913849088324925,0.255951455205554,0.0862709263568418,0.778835458061866,0.5,0.255951455205554,0.237834024554423,0.704151424996742,0.5,0.255951455205554,0.140577688491677,0.581000551441246,0.5,0.255951455205554,0.0544498950090915,0.6990330748976,0.255951455205554,0.0571456224563181,0.591783811928953,0.233006495040503,0.701686351293658,0.255951455205554,0.31180877833886,0.696568712442657,0.5,0.255951455205554,0.239211598934187,0.832065520399457,0.255951455205554,0.260750162373173,0.572291795312055,0.255951455205554,0.185538822869472,0.768919816617144,0.255951455205554,0.0728982036100835,0.662649757858722,0.0538196394597677,0.914091291956902 -3085,0.255951455205554,0.287923102272774,0.893756192083756,0.255951455205554,0.0818474852860569,0.525633700465717,0.255951455205554,0.154415127701534,0.795160239841188,0.255951455205554,0.31963631452565,0.771882186925295,0.255951455205554,0.230371595710524,0.928555517555102,0.255951455205554,0.130792041090462,0.716954558385064,0.5,0.255951455205554,0.16385319891165,0.735903306437299,0.5,0.255951455205554,0.203240245208318,0.569228910682696,0.5,0.255951455205554,0.0849732640670794,0.740289481130798,0.255951455205554,0.0511978749569962,0.511361200034427,0.442291850882203,0.594754321872609,0.255951455205554,0.192766309745827,0.622565384454951,0.5,0.255951455205554,0.131284179536279,0.726707971827136,0.255951455205554,0.161538118829409,0.564566640870723,0.255951455205554,0.154879547270033,0.818841075096668,0.255951455205554,0.0442381072207206,0.736248533675644,0.182254393871486,0.909383257106111 -3086,0.255951455205554,0.436938175282288,0.902726523772273,0.255951455205554,0.207887422726493,0.657585544947218,0.255951455205554,0.091441069744781,0.800719732583709,0.255951455205554,0.0860865425337093,0.840792301934027,0.255951455205554,0.190357383754288,0.935836359606037,0.255951455205554,0.276862870223334,0.72870617746021,0.5,0.255951455205554,0.144361458988383,0.742072296536901,0.5,0.255951455205554,0.200521830860396,0.541699463714616,0.5,0.255951455205554,0.134450272252403,0.683877738819027,0.255951455205554,0.14707593898736,0.687690784475557,0.211619777499324,0.4752522386518,0.255951455205554,0.132862466631817,0.587891414899818,0.5,0.255951455205554,0.11442766151913,0.546096270617764,0.255951455205554,0.0457387368365973,0.503289984571391,0.255951455205554,0.0817081655815814,0.810751434252321,0.255951455205554,0.0526303666085081,0.774893625334977,0.45055441770492,0.89324495087391 -3087,0.255951455205554,0.239601798304988,0.844160320710381,0.255951455205554,0.156781338528843,0.791547047453937,0.255951455205554,0.115850560226822,0.838454551765888,0.255951455205554,0.0193078284780654,0.761986365343421,0.255951455205554,0.216584707489598,0.960902467391848,0.255951455205554,0.266084039706678,0.867723321380372,0.5,0.255951455205554,0.209878237356458,0.822393195424234,0.5,0.255951455205554,0.16348569537817,0.584311378486099,0.5,0.255951455205554,0.178494227583603,0.55397647378316,0.255951455205554,0.326452933582646,0.873247076169465,0.0530802264793498,0.534581635553678,0.255951455205554,0.0998528551334015,0.58670923202004,0.5,0.255951455205554,0.0771085669755433,0.391851055894643,0.255951455205554,0.0298675154121603,0.545125640764476,0.255951455205554,0.101704360574391,0.833059090417867,0.255951455205554,0.150244658640088,0.86796349114479,0.158472423511733,0.90916747058732 -3088,0.255951455205554,0.128210799553569,0.841295948482525,0.255951455205554,0.0124772816410422,0.726908225184107,0.255951455205554,0.0989773480858758,0.856186582819843,0.255951455205554,0.21071878525186,0.880821665169547,0.255951455205554,0.178724230609499,0.911113664446577,0.255951455205554,0.152389762428762,0.870026726215068,0.5,0.255951455205554,0.22237004230683,0.829610434294315,0.5,0.255951455205554,0.135638475909251,0.494402398522662,0.5,0.255951455205554,0.152518650212056,0.507937540589865,0.255951455205554,0.0682025112097758,0.737447508438381,0.0377974942855693,0.588623293328453,0.255951455205554,0.0440836321404583,0.647820793852997,0.5,0.255951455205554,0.05281045540912,0.32065073035333,0.255951455205554,0.0239107965644337,0.590458347548611,0.255951455205554,0.135531667527713,0.756808673719639,0.255951455205554,0.212306562213724,0.879367047356416,0.183600799836213,0.908480892767707 -3089,0.255951455205554,0.0808469716972159,0.867019263626572,0.255951455205554,0.0558758924776593,0.717822898469319,0.255951455205554,0.053762808028966,0.805013214317077,0.255951455205554,0.0155137551764245,0.803286991802012,0.255951455205554,0.11841979424853,0.727195123874778,0.255951455205554,0.109707417153961,0.806314861542003,0.5,0.255951455205554,0.202257383713627,0.731790525840247,0.5,0.255951455205554,0.112060303886851,0.511346564971909,0.5,0.255951455205554,0.102857669310632,0.456001049794112,0.255951455205554,0.0211130263197853,0.688999427469686,0.0492697800485656,0.493601932317583,0.255951455205554,0.022823048350704,0.635021563492895,0.5,0.255951455205554,0.0198717472621024,0.340958690018073,0.255951455205554,0.0683333889042257,0.536151835566433,0.255951455205554,0.19234833025842,0.848242806922654,0.255951455205554,0.161963114264922,0.932112564163412,0.109006031798447,0.855502685515444 -3090,0.255951455205554,0.0524015467884098,0.765108005745026,0.255951455205554,0.058988499192354,0.658404945537832,0.255951455205554,0.06053630987977,0.696823747335685,0.255951455205554,0.0423278274294816,0.679654529754508,0.255951455205554,0.0920468724356457,0.581345245216106,0.255951455205554,0.0948714810684866,0.448951728364384,0.5,0.255951455205554,0.114441616568532,0.694115663231061,0.5,0.255951455205554,0.056598151316784,0.420435708473074,0.5,0.255951455205554,0.0557732005261522,0.426947787982864,0.255951455205554,0.0151450073304357,0.674858223699061,0.0178435946506799,0.360067107176873,0.255951455205554,0.0452197895730143,0.586460245903459,0.5,0.255951455205554,0.00785188408554652,0.393145707186994,0.255951455205554,0.107243292428574,0.497337192716723,0.255951455205554,0.0518444709985089,0.838707978879859,0.255951455205554,0.0947336451641533,0.887569394216934,0.0256479460423164,0.760829443677403 -3091,0.255951455205554,0.0459869111215016,0.724140725840871,0.255951455205554,0.00239503795488412,0.591477734771126,0.255951455205554,0.0229725583296187,0.526544243739937,0.255951455205554,0.0470635893159074,0.60605264321732,0.255951455205554,0.0473657992779313,0.510640876919561,0.255951455205554,0.0444593462294677,0.23359372216147,0.5,0.255951455205554,0.0345646241358214,0.704209335095406,0.5,0.255951455205554,0.0150911123379301,0.388523055826707,0.5,0.255951455205554,0.0152672748667071,0.35321856408858,0.255951455205554,0.0367838798178689,0.746990416440019,0.0148963439501401,0.266010727517912,0.255951455205554,0.0194285221242936,0.495382564610349,0.5,0.255951455205554,0.00559249628430195,0.429140240886071,0.255951455205554,0.0242895917227621,0.422900024945698,0.255951455205554,0.0155100556217466,0.780864633718069,0.255951455205554,0.0152797290772643,0.693699535334691,0.0208398251837108,0.665688501551429 -3092,0.255951455205554,3.70767020943186e-05,0.570509623102289,0.255951455205554,0.0,0.455458413673172,0.255951455205554,0.000154140881172238,0.37840599227488,0.255951455205554,0.0,0.407666154315531,0.255951455205554,0.000154453086615329,0.557253880536704,0.255951455205554,7.35772433162873e-06,0.256500500578537,0.5,0.255951455205554,1.99903610407285e-05,0.648914687823625,0.5,0.255951455205554,5.59586343619694e-05,0.508512855726767,0.5,0.255951455205554,8.82394191989047e-07,0.268589203431673,0.255951455205554,0.0,0.720091281429807,3.29218645247484e-07,0.328446067719309,0.255951455205554,2.51272795893509e-05,0.460813917772453,0.5,0.255951455205554,0.000137562591279466,0.474447789769615,0.255951455205554,0.0,0.359405706703057,0.255951455205554,5.72167608743089e-05,0.525445135720054,0.255951455205554,0.0,0.461607410585642,0.0,0.661648688750864 -3093,0.255951455205554,0.0,0.43742494612333,0.255951455205554,0.0,0.33448165861146,0.255951455205554,0.0,0.379808661706983,0.255951455205554,0.0,0.35133139662433,0.255951455205554,0.0,0.626972490388096,0.255951455205554,0.0,0.380065634127637,0.5,0.255951455205554,0.0,0.509918370882795,0.5,0.255951455205554,0.0,0.517962856127234,0.5,0.255951455205554,0.0,0.265962589511511,0.255951455205554,0.0,0.432019093890347,0.0,0.433870053048331,0.255951455205554,0.0,0.501327538789598,0.5,0.255951455205554,0.0,0.449408447343796,0.255951455205554,0.0,0.443070280310144,0.255951455205554,0.0,0.275856021839852,0.255951455205554,0.0,0.257478932101444,0.0,0.732020470196234 -3094,0.255951455205554,0.0,0.391346105870343,0.255951455205554,0.0,0.435702734833449,0.255951455205554,0.0,0.551227876717632,0.255951455205554,0.0,0.61288578570455,0.255951455205554,0.0,0.696021430576617,0.255951455205554,0.0,0.456730635481503,0.5,0.255951455205554,0.0,0.34326070278108,0.5,0.255951455205554,0.0,0.481478037147097,0.5,0.255951455205554,0.0,0.321859788708177,0.255951455205554,0.0,0.257937506379348,0.0,0.454451854423498,0.255951455205554,0.0,0.437129854047018,0.5,0.255951455205554,0.0,0.385244094029389,0.255951455205554,0.0,0.38979619565396,0.255951455205554,0.0,0.191815919890016,0.255951455205554,0.0,0.233990090525412,0.0,0.832718498188252 -3095,0.255951455205554,0.0,0.420788026402316,0.255951455205554,0.0,0.810380318994504,0.255951455205554,0.0,0.720407201479027,0.255951455205554,0.0,0.728001817504604,0.255951455205554,0.0,0.584530942307522,0.255951455205554,0.0,0.418152103514627,0.5,0.255951455205554,0.0,0.31324536541613,0.5,0.255951455205554,0.0,0.411012037850858,0.5,0.255951455205554,0.0,0.372702835783413,0.255951455205554,0.0,0.249653177329207,0.0,0.224755641668844,0.255951455205554,0.0,0.286470856413178,0.5,0.255951455205554,0.0,0.383002739425641,0.255951455205554,0.0,0.301937056960885,0.255951455205554,0.0,0.267438557289036,0.255951455205554,0.0,0.323657626667017,0.0,0.921981013704376 -3096,0.255951455205554,0.0,0.483299025267799,0.255951455205554,0.0,0.725018007971269,0.255951455205554,0.0,0.729668209165261,0.255951455205554,0.0,0.799219379278573,0.255951455205554,0.0,0.474217058988399,0.255951455205554,0.0,0.433888839939411,0.5,0.255951455205554,0.0,0.289877994002819,0.5,0.255951455205554,0.0,0.336136029024748,0.5,0.255951455205554,0.0,0.382790948183671,0.255951455205554,0.0,0.233577007756304,0.0,0.173091746888613,0.255951455205554,0.0,0.235572509371014,0.5,0.255951455205554,0.0,0.404264464384629,0.255951455205554,0.0,0.231449953678924,0.255951455205554,0.0,0.550119910413089,0.255951455205554,0.0,0.464969857419009,0.0,0.91181321839817 -3097,0.255951455205554,0.0,0.538569102036132,0.255951455205554,0.0,0.712932082844665,0.255951455205554,0.0,0.689196665724965,0.255951455205554,0.0,0.80734772596604,0.255951455205554,0.0,0.429806691001721,0.255951455205554,0.0,0.494859484946474,0.5,0.255951455205554,0.0,0.253966183318937,0.5,0.255951455205554,0.0,0.261202041919499,0.5,0.255951455205554,0.0,0.376909739368838,0.255951455205554,0.0,0.198397730885732,0.0,0.145891720624236,0.255951455205554,0.0,0.323641278999082,0.5,0.255951455205554,0.0,0.419565536300989,0.255951455205554,0.0,0.314355471419625,0.255951455205554,0.0,0.717522117034601,0.255951455205554,0.0,0.611225046867183,0.0,0.918143109039092 -3098,0.255951455205554,0.0,0.623468482878068,0.255951455205554,0.0,0.781914182897609,0.255951455205554,0.0,0.659934721760847,0.255951455205554,0.0,0.754792418745376,0.255951455205554,0.0,0.407544753805511,0.255951455205554,0.0,0.472228792806221,0.5,0.255951455205554,0.0,0.194015462575254,0.5,0.255951455205554,0.0,0.195497781265986,0.5,0.255951455205554,0.0,0.33581355571269,0.255951455205554,0.0,0.133881943377893,0.0,0.21589902377063,0.255951455205554,0.0,0.435968642098952,0.5,0.255951455205554,0.0,0.441528906258119,0.255951455205554,0.0,0.497725115218105,0.255951455205554,0.0,0.721314251173426,0.255951455205554,0.0,0.590562235999748,0.0,0.946996913320369 -3099,0.255951455205554,0.0,0.699117302061102,0.255951455205554,0.0,0.803137911856237,0.255951455205554,0.0,0.589728404781116,0.255951455205554,0.0,0.678705580102,0.255951455205554,0.0,0.290331445457881,0.255951455205554,0.0,0.298222782328028,0.5,0.255951455205554,0.0,0.169381411675664,0.5,0.255951455205554,0.0,0.126903803116006,0.5,0.255951455205554,0.0,0.303463974126957,0.255951455205554,0.0,0.0930063908776307,0.0,0.746167589746948,0.255951455205554,0.0,0.581809405457955,0.5,0.255951455205554,0.0,0.441319120277677,0.255951455205554,0.0,0.562011308779734,0.255951455205554,0.0,0.607855106245775,0.255951455205554,0.0,0.482411615638548,0.0,0.934979182215304 -3100,0.255951455205554,0.0,0.682516155485954,0.255951455205554,0.0,0.731012129047747,0.255951455205554,0.0,0.467211147949909,0.255951455205554,0.0,0.555318275060312,0.255951455205554,0.0,0.172343527570052,0.255951455205554,0.0,0.156796298271831,0.5,0.255951455205554,0.0,0.138986636939036,0.5,0.255951455205554,0.0,0.0768420368251822,0.5,0.255951455205554,0.0,0.245734971323068,0.255951455205554,0.0,0.062096668316639,0.0,0.633642634614884,0.255951455205554,0.0,0.639551399635924,0.5,0.255951455205554,0.0,0.426202886363867,0.255951455205554,0.0,0.507487204496536,0.255951455205554,0.0,0.509652162773139,0.255951455205554,0.0,0.398229484102801,0.0,0.810627090235788 -3101,0.255951455205554,0.0,0.65252252176988,0.255951455205554,0.0,0.585144578069605,0.255951455205554,0.0,0.365639868446234,0.255951455205554,0.0,0.442924879391307,0.255951455205554,0.0,0.151414854904536,0.255951455205554,0.0,0.136616999282251,0.5,0.255951455205554,0.0,0.150425252936314,0.5,0.255951455205554,0.0,0.0515058061959117,0.5,0.255951455205554,0.0,0.176801294496612,0.255951455205554,0.0,0.0583122576010563,0.0,0.758085114257993,0.255951455205554,1.61035238381385e-07,0.585073147285668,0.5,0.255951455205554,8.70349811949679e-05,0.515749813262782,0.255951455205554,0.0,0.438294456900943,0.255951455205554,0.0,0.370805268775439,0.255951455205554,0.0,0.286908865147541,0.0,0.621766178082471 -3102,0.255951455205554,0.00838024363327974,0.655330568314027,0.255951455205554,0.0035306025547472,0.5074789093149,0.255951455205554,0.0103594071296063,0.341448813320478,0.255951455205554,0.00609164936675024,0.429732878643205,0.255951455205554,0.0151705704533081,0.134980583664015,0.255951455205554,0.00925253901961165,0.155407730589687,0.5,0.255951455205554,0.00556646495698869,0.174141011251488,0.5,0.255951455205554,0.0114762723798235,0.0415931771878071,0.5,0.255951455205554,0.0174577141015522,0.150397173859331,0.255951455205554,0.00588621025290057,0.067296663746003,0.00310382799448685,0.787326518592484,0.255951455205554,0.00629924056966956,0.561921747423634,0.5,0.255951455205554,0.0246853341601089,0.61125599329201,0.255951455205554,0.00463917752952849,0.351292220317864,0.255951455205554,0.00791793930220161,0.29323530448983,0.255951455205554,0.0167131570780484,0.213206458188324,0.00326895264872816,0.367019486491846 -3103,0.255951455205554,0.0510522361145309,0.652727948045497,0.255951455205554,0.0253547191332777,0.500974085407697,0.255951455205554,0.0602625059519611,0.391980597084552,0.255951455205554,0.0276407516135676,0.451909671421341,0.255951455205554,0.0696682980053383,0.160662368718019,0.255951455205554,0.0510324840828019,0.228460292098875,0.5,0.255951455205554,0.0595565770025073,0.239971529066832,0.5,0.255951455205554,0.0809133256497753,0.0394069553489401,0.5,0.255951455205554,0.0764981789890879,0.138074755667522,0.255951455205554,0.0645143182864168,0.147519535253264,0.0216790464748336,0.70348301935283,0.255951455205554,0.0328124788222299,0.538693290196934,0.5,0.255951455205554,0.0759936677490378,0.726777040818001,0.255951455205554,0.030673325771396,0.340581124897913,0.255951455205554,0.0477074658643131,0.331387988308039,0.255951455205554,0.0797471620808093,0.242709592444929,0.0238721638951336,0.429640941064362 -3104,0.255951455205554,0.132552804135057,0.751619725615339,0.255951455205554,0.0805510565073742,0.585856525083678,0.255951455205554,0.142967943976918,0.425074324264119,0.255951455205554,0.0571881516308922,0.486299984255393,0.255951455205554,0.121868328176844,0.281277558530247,0.255951455205554,0.127768795488591,0.38960704680956,0.5,0.255951455205554,0.132921780760548,0.379861517546855,0.5,0.255951455205554,0.176209619592885,0.0646522167343201,0.5,0.255951455205554,0.167713268030089,0.18013518755404,0.255951455205554,0.0916038491962038,0.310587682868909,0.117954047404487,0.590674280679511,0.255951455205554,0.107947605675132,0.618605372287963,0.5,0.255951455205554,0.134237685302454,0.789540587324982,0.255951455205554,0.0944119381601455,0.458528986918996,0.255951455205554,0.11674547715537,0.488157109824908,0.255951455205554,0.165118835575672,0.501033371513148,0.10056865352159,0.600019315232665 -3105,0.255951455205554,0.234190398548746,0.841662737628886,0.255951455205554,0.131614305880458,0.682369487412718,0.255951455205554,0.261697186391766,0.480524359841099,0.255951455205554,0.125340829144222,0.409714724937207,0.255951455205554,0.144803255051336,0.475594716775727,0.255951455205554,0.209087647745473,0.52095922564694,0.5,0.255951455205554,0.163582897853492,0.544186286278773,0.5,0.255951455205554,0.277335070901743,0.139725457382665,0.5,0.255951455205554,0.275218234365521,0.221249010409293,0.255951455205554,0.106419218180719,0.374430337777122,0.336823511538191,0.731980769128872,0.255951455205554,0.201126978450273,0.616892099387093,0.5,0.255951455205554,0.178963819204277,0.775594993731016,0.255951455205554,0.203130606841454,0.553268820603446,0.255951455205554,0.152329770038045,0.566710309765338,0.255951455205554,0.216347335857516,0.569598139409618,0.196788028087903,0.623798103003873 -3106,0.255951455205554,0.257532082391112,0.794492476306582,0.255951455205554,0.160800314349242,0.500393296178552,0.255951455205554,0.370432428179922,0.532552060658636,0.255951455205554,0.437320401555599,0.416069042191884,0.255951455205554,0.151789305492559,0.646413582509392,0.255951455205554,0.276255834941703,0.685439860050763,0.5,0.255951455205554,0.146772267281904,0.606991992211815,0.5,0.255951455205554,0.32801072223302,0.223904729520107,0.5,0.255951455205554,0.383663012192268,0.2149541449939,0.255951455205554,0.127837754622595,0.562019270956854,0.251326317927213,0.705006924691006,0.255951455205554,0.179409753436931,0.54452873033199,0.5,0.255951455205554,0.180287183387923,0.724274406378702,0.255951455205554,0.230726660117519,0.551996763094468,0.255951455205554,0.226008417697116,0.467975849084588,0.255951455205554,0.281191158155075,0.546372633978857,0.235507090274715,0.623475761922588 -3107,0.255951455205554,0.308416105423615,0.622148845128492,0.255951455205554,0.211440969683989,0.274238724141311,0.255951455205554,0.344366589419011,0.587594838731749,0.255951455205554,0.583213527860167,0.491481297953349,0.255951455205554,0.163262656813755,0.742983473105527,0.255951455205554,0.203520954737548,0.745564083647065,0.5,0.255951455205554,0.148446308122913,0.657457343381945,0.5,0.255951455205554,0.329903430417493,0.332095075104875,0.5,0.255951455205554,0.414054482634985,0.25984898911358,0.255951455205554,0.106611425334252,0.666016762912215,0.139042379658109,0.620983747604403,0.255951455205554,0.171629712389894,0.507116627196123,0.5,0.255951455205554,0.160819553347471,0.690303446875268,0.255951455205554,0.235376831816884,0.418113832956005,0.255951455205554,0.374859023601683,0.352736337979447,0.255951455205554,0.384782974509392,0.535890636381434,0.285334065181976,0.635148659637106 -3108,0.255951455205554,0.438395513333086,0.450608405481041,0.255951455205554,0.694386979992467,0.445815145222044,0.255951455205554,0.30654527914386,0.67978961685619,0.255951455205554,0.408911302979238,0.702366588983045,0.255951455205554,0.177502988699568,0.784322025427029,0.255951455205554,0.165465783015702,0.778049712888562,0.5,0.255951455205554,0.129173990418412,0.699498385393335,0.5,0.255951455205554,0.264593521030662,0.311445937283614,0.5,0.255951455205554,0.438414303619717,0.305260640674275,0.255951455205554,0.0492585936693897,0.855228568989961,0.377919518921451,0.639556402127918,0.255951455205554,0.267642046055818,0.392915666179835,0.5,0.255951455205554,0.198623589945344,0.60317456224232,0.255951455205554,0.305422478866501,0.342485382848014,0.255951455205554,0.595021892130635,0.349490508626512,0.255951455205554,0.438632743715212,0.608116349665219,0.228901691075788,0.729660446802771 -3109,0.255951455205554,0.648457797186686,0.442554811156261,0.255951455205554,0.644830935518809,0.593211448582553,0.255951455205554,0.236801972356171,0.689156278422511,0.255951455205554,0.28459480191338,0.752475378764716,0.255951455205554,0.174154930956284,0.898543402435375,0.255951455205554,0.157765092667531,0.790033318887674,0.5,0.255951455205554,0.0795457665301908,0.775414850521488,0.5,0.255951455205554,0.205684740374588,0.391333617801239,0.5,0.255951455205554,0.398725416248156,0.295577168284113,0.255951455205554,0.00845752528119972,0.905111183987155,0.546921023242283,0.57460305825248,0.255951455205554,0.393676016254608,0.351432019920165,0.5,0.255951455205554,0.406881232601827,0.516305926369346,0.255951455205554,0.395962794791514,0.266174293837267,0.255951455205554,0.601341398142755,0.336360094760857,0.255951455205554,0.385443210088283,0.654933458181907,0.561846944460941,0.757492019169263 -3110,0.255951455205554,0.57875558987162,0.438648722643074,0.255951455205554,0.421262058442211,0.688998149681698,0.255951455205554,0.182114937735524,0.716255102380315,0.255951455205554,0.129800623452356,0.640709535372214,0.255951455205554,0.14310615457829,0.952502025470043,0.255951455205554,0.148478563789967,0.832423669830234,0.5,0.255951455205554,0.0448557242639138,0.781992155996021,0.5,0.255951455205554,0.138789072528349,0.467493664564541,0.5,0.255951455205554,0.313043728393304,0.32200175177155,0.255951455205554,0.00327955578820249,0.805558018045227,0.217276078192811,0.119803336977007,0.255951455205554,0.398301837055306,0.251802302080171,0.5,0.255951455205554,0.469866077217032,0.448452659289268,0.255951455205554,0.462794341948318,0.242878046249488,0.255951455205554,0.477432659789124,0.519608052477609,0.255951455205554,0.245117818227926,0.689667824891157,0.528010368546987,0.918077234244287 -3111,0.255951455205554,0.380369824570224,0.469655027421191,0.255951455205554,0.126614945852347,0.426634607739687,0.255951455205554,0.140147097457074,0.77614762884289,0.255951455205554,0.226498058092963,0.783429478074419,0.255951455205554,0.0940388331594447,0.96182098516341,0.255951455205554,0.104386928498365,0.837096933034468,0.5,0.255951455205554,0.0393421639047653,0.784484168188754,0.5,0.255951455205554,0.0808648948664684,0.610990915343533,0.5,0.255951455205554,0.191938027351812,0.327679924794072,0.255951455205554,0.00933998726633765,0.850103452673638,0.552200802227455,0.149521892203597,0.255951455205554,0.43406162261036,0.243310400398749,0.5,0.255951455205554,0.329478894392343,0.332642412386818,0.255951455205554,0.406643338721257,0.293588212408537,0.255951455205554,0.22742741517448,0.581322228589543,0.255951455205554,0.150829208219937,0.660808615237429,0.535824721279104,0.904859401743668 -3112,0.255951455205554,0.125817687188867,0.507830118873277,0.255951455205554,0.0831092746610772,0.522653823881808,0.255951455205554,0.0519995307485471,0.806699217189002,0.255951455205554,0.0285732941627184,0.785616824358683,0.255951455205554,0.0463522830173922,0.92914377019819,0.255951455205554,0.0495313787682806,0.869384899202587,0.5,0.255951455205554,0.0343358805160598,0.794477079016256,0.5,0.255951455205554,0.0366451326485204,0.623721930855436,0.5,0.255951455205554,0.111857148961652,0.393791876750389,0.255951455205554,0.0113276754236337,0.858794719622049,0.475386104774435,0.334972970866209,0.255951455205554,0.397891429232629,0.305986015844976,0.5,0.255951455205554,0.239078076699575,0.242614859818742,0.255951455205554,0.246066707101884,0.371373986264362,0.255951455205554,0.117622291117644,0.660423958526958,0.255951455205554,0.10447194141169,0.632022956647731,0.296377177117441,0.895877606053013 -3113,0.255951455205554,0.0393173483535455,0.590463674002104,0.255951455205554,0.0252778724431721,0.403038127386416,0.255951455205554,0.028000690023274,0.819597644183435,0.255951455205554,0.00469909627639318,0.876588029154176,0.255951455205554,0.0269955000721196,0.848776142588431,0.255951455205554,0.0433058815176496,0.857882637443115,0.5,0.255951455205554,0.0201856654426983,0.768410988272522,0.5,0.255951455205554,0.0182993756775551,0.626542296104053,0.5,0.255951455205554,0.051914862941774,0.414868778104772,0.255951455205554,0.00676202044184886,0.829188653840563,0.238732881656092,0.343158461702119,0.255951455205554,0.243939454054648,0.337343012262607,0.5,0.255951455205554,0.215184203676523,0.295550167932475,0.255951455205554,0.121794580393323,0.304198787868769,0.255951455205554,0.0635244895859003,0.611630622117999,0.255951455205554,0.0656424825062953,0.688295042196669,0.0279010443083465,0.856794280094028 -3114,0.255951455205554,0.0247566689698128,0.564980750094476,0.255951455205554,0.0200516559380892,0.436661831829225,0.255951455205554,0.0112599755765757,0.832217889874134,0.255951455205554,0.00638830347634473,0.787906885910734,0.255951455205554,0.0115309812951529,0.796773092862498,0.255951455205554,0.0191146201010614,0.766053362997971,0.5,0.255951455205554,0.00734146384331918,0.716943858261951,0.5,0.255951455205554,0.00789024483546312,0.740727504055424,0.5,0.255951455205554,0.0158732300368525,0.483940398704907,0.255951455205554,0.00278477504992463,0.839390364879779,0.0437271683082414,0.194705137581157,0.255951455205554,0.0889645292340595,0.226048216542983,0.5,0.255951455205554,0.102219452397922,0.178450091887802,0.255951455205554,0.0572746873283326,0.271951010240024,0.255951455205554,0.0639641284314311,0.761613512984254,0.255951455205554,0.027881249174599,0.564690568899194,0.0182281412693741,0.591587859536656 -3115,0.255951455205554,0.00558167397555766,0.544711098049182,0.255951455205554,0.00155549015852966,0.620012555017812,0.255951455205554,0.00245915059708425,0.843217866284872,0.255951455205554,0.000416905886800983,0.909329399214211,0.255951455205554,0.00167523335172137,0.717237884751175,0.255951455205554,0.0024183186560825,0.618240656425864,0.5,0.255951455205554,0.0018399310375939,0.683580767519652,0.5,0.255951455205554,0.00190773352991002,0.764804345208701,0.5,0.255951455205554,0.00276123522347385,0.568047978072558,0.255951455205554,0.00025457182359614,0.830771449667167,0.0122726904170538,0.120597460071516,0.255951455205554,0.019954973032589,0.306003559912348,0.5,0.255951455205554,0.021360498854061,0.152434376643968,0.255951455205554,0.0151133541658388,0.205301102699912,0.255951455205554,0.0229808341964262,0.740167989712679,0.255951455205554,0.0100522475184446,0.583940588267501,0.0156291469733796,0.49259051416689 -3116,0.255951455205554,0.000188521607324739,0.535851776402643,0.255951455205554,8.58516892136969e-05,0.690233712990343,0.255951455205554,0.000174310324841961,0.870344805977355,0.255951455205554,2.94626266464697e-06,0.913632071723096,0.255951455205554,5.46116236842305e-05,0.683565632679343,0.255951455205554,9.68849319181199e-05,0.632678112008695,0.5,0.255951455205554,1.52860712027158e-05,0.694070020710727,0.5,0.255951455205554,6.18965738149813e-05,0.75974586323423,0.5,0.255951455205554,5.69339088005977e-06,0.642658265720506,0.255951455205554,7.60098020828521e-08,0.883685280483176,0.0,0.15489766680045,0.255951455205554,0.0,0.433044938620638,0.5,0.255951455205554,2.08413506214177e-05,0.229554300669806,0.255951455205554,2.4349833854214e-06,0.263824835957044,0.255951455205554,1.0260953677121e-05,0.642707532804501,0.255951455205554,1.98517946497191e-05,0.551066318640764,0.000734744534849502,0.475812474712837 -3117,0.255951455205554,0.0,0.620099778681868,0.255951455205554,0.0,0.854666052635229,0.255951455205554,0.0,0.813728865137236,0.255951455205554,0.0,0.896184575653462,0.255951455205554,0.0,0.735190639561488,0.255951455205554,0.0,0.622760304830285,0.5,0.255951455205554,0.0,0.726253689696438,0.5,0.255951455205554,0.0,0.712951812872048,0.5,0.255951455205554,0.0,0.729502934923824,0.255951455205554,0.0,0.923754003255282,0.0,0.260060208198157,0.255951455205554,0.0,0.456370236531022,0.5,0.255951455205554,0.0,0.319436681398254,0.255951455205554,0.0,0.301833213478178,0.255951455205554,0.0,0.573372995376736,0.255951455205554,0.0,0.551096371615164,0.0,0.747251508659272 -3118,0.255951455205554,0.0,0.714180445487374,0.255951455205554,0.0,0.933563332784481,0.255951455205554,0.0,0.751673126021462,0.255951455205554,0.0,0.732322197007261,0.255951455205554,0.0,0.837597440807128,0.255951455205554,0.0,0.564075402058417,0.5,0.255951455205554,0.0,0.77148444497708,0.5,0.255951455205554,0.0,0.624176906923531,0.5,0.255951455205554,0.0,0.695074469190346,0.255951455205554,0.0,0.949923399757187,0.0,0.25469772977572,0.255951455205554,0.0,0.426776466341172,0.5,0.255951455205554,0.0,0.412136306919596,0.255951455205554,0.0,0.334625547535926,0.255951455205554,0.0,0.566273806871615,0.255951455205554,0.0,0.585003015821911,0.0,0.741417224987534 -3119,0.255951455205554,0.0,0.748391671529326,0.255951455205554,0.0,0.774676374600347,0.255951455205554,0.0,0.728236045667461,0.255951455205554,0.0,0.691822736251247,0.255951455205554,0.0,0.91705247409365,0.255951455205554,0.0,0.713599393903624,0.5,0.255951455205554,0.0,0.850795003614794,0.5,0.255951455205554,0.0,0.535329796956675,0.5,0.255951455205554,0.0,0.591999473782072,0.255951455205554,0.0,0.926584313637257,0.0,0.276664314228206,0.255951455205554,0.0,0.466553838101916,0.5,0.255951455205554,0.0,0.473828959508027,0.255951455205554,0.0,0.41985646315103,0.255951455205554,0.0,0.530584691633326,0.255951455205554,0.0,0.544556087611159,0.0,0.800031762183027 -3120,0.255951455205554,0.0,0.802661940054513,0.255951455205554,0.0,0.634787086592884,0.255951455205554,0.0,0.738468807645553,0.255951455205554,0.0,0.785040866731409,0.255951455205554,0.0,0.911214879622302,0.255951455205554,0.0,0.860093117268823,0.5,0.255951455205554,0.0,0.863431906957873,0.5,0.255951455205554,0.0,0.576390822692633,0.5,0.255951455205554,0.0,0.499002861257595,0.255951455205554,0.0,0.995395654410837,0.0,0.486267482459816,0.255951455205554,0.0,0.460721779107041,0.5,0.255951455205554,0.0,0.55159161747772,0.255951455205554,0.0,0.557472887936991,0.255951455205554,0.0,0.433371119668197,0.255951455205554,0.0,0.449485072162747,0.0,0.786928023324515 -3121,0.255951455205554,0.0,0.782317706108291,0.255951455205554,0.0,0.687208201673362,0.255951455205554,0.0,0.769421838559425,0.255951455205554,0.0,0.794693938846284,0.255951455205554,0.0,0.898309834883931,0.255951455205554,0.0,0.811447177924685,0.5,0.255951455205554,0.0,0.91488275769091,0.5,0.255951455205554,0.0,0.694032854470024,0.5,0.255951455205554,0.0,0.555171680723626,0.255951455205554,0.0,0.958892249828478,0.0,0.353170264543838,0.255951455205554,0.0,0.415516647449871,0.5,0.255951455205554,0.0,0.603261725958863,0.255951455205554,0.0,0.449563111214202,0.255951455205554,0.0,0.296271213113953,0.255951455205554,0.0,0.615705020538933,0.0,0.765540090755304 -3122,0.255951455205554,0.0,0.804922245502774,0.255951455205554,0.0,0.72450628204967,0.255951455205554,0.0,0.789210121056351,0.255951455205554,0.0,0.814382453870135,0.255951455205554,0.0,0.977274770624801,0.255951455205554,0.0,0.852994055957551,0.5,0.255951455205554,0.0,0.933720900614329,0.5,0.255951455205554,0.0,0.831828815738761,0.5,0.255951455205554,0.0,0.604008664657548,0.255951455205554,0.0,0.97776418729463,0.0,0.234800584197011,0.255951455205554,0.0,0.326637590195091,0.5,0.255951455205554,0.0,0.454912130098247,0.255951455205554,0.0,0.338816708722001,0.255951455205554,0.0,0.447011072976887,0.255951455205554,0.0,0.809278607637591,0.0,0.637683532997264 -3123,0.255951455205554,0.0,0.776184388627034,0.255951455205554,0.0,0.707086213237581,0.255951455205554,0.0,0.842392647548037,0.255951455205554,0.0,0.866936501021935,0.255951455205554,0.0,1.00844434765159,0.255951455205554,0.0,0.90735686399746,0.5,0.255951455205554,0.0,0.940973756660256,0.5,0.255951455205554,0.0,0.895603294835336,0.5,0.255951455205554,0.0,0.742271383134149,0.255951455205554,0.0,1.02173913043478,0.0,0.139154103249286,0.255951455205554,0.0,0.276413283744886,0.5,0.255951455205554,0.0,0.374915295070963,0.255951455205554,0.0,0.505517703168745,0.255951455205554,0.0,0.625266478848798,0.255951455205554,0.0,0.790211754136445,0.0,0.427720894926118 -3124,0.255951455205554,0.0,0.732144396709899,0.255951455205554,0.0,0.816249535452273,0.255951455205554,0.0,0.89527639910304,0.255951455205554,0.0,0.902516941674979,0.255951455205554,0.0,1.00893341672605,0.255951455205554,0.0,0.942803457613705,0.5,0.255951455205554,0.0,0.93726160153916,0.5,0.255951455205554,0.0,0.80630176815633,0.5,0.255951455205554,0.0,0.825210569337363,0.255951455205554,0.0,0.983464638237598,0.0,0.302793221690337,0.255951455205554,0.0,0.368151949782297,0.5,0.255951455205554,0.0,0.379764480176763,0.255951455205554,0.0,0.558734083293487,0.255951455205554,0.0,0.55404701708911,0.255951455205554,0.0,0.837223629477494,0.0,0.293277363913407 -3125,0.255951455205554,0.0,0.689599071745733,0.255951455205554,0.0,0.731896796630486,0.255951455205554,0.0,0.901644274810852,0.255951455205554,0.0,0.912777181865481,0.255951455205554,0.0,1.00815841407881,0.255951455205554,0.0,0.960071171858502,0.5,0.255951455205554,0.0,0.923281506971841,0.5,0.255951455205554,0.0,0.754258354223558,0.5,0.255951455205554,0.0,0.836675124965099,0.255951455205554,0.0,0.965777785558584,0.0,0.326074415165546,0.255951455205554,1.32983495680072e-05,0.453801321849733,0.5,0.255951455205554,0.000112044444976954,0.458717820061184,0.255951455205554,5.3758837509382e-09,0.57552489637204,0.255951455205554,0.0,0.705538878581793,0.255951455205554,0.0,0.934125751294434,0.0,0.252244902484753 -3126,0.255951455205554,0.00730295289852323,0.649767836590719,0.255951455205554,0.000496413165135602,0.875630225827485,0.255951455205554,0.00180818031040973,0.923478876266863,0.255951455205554,0.000966925591720731,0.895137724327469,0.255951455205554,0.000859084518563197,1.01611369449204,0.255951455205554,0.00458862588373443,0.974960836680163,0.5,0.255951455205554,0.00418137067441852,0.927692769186458,0.5,0.255951455205554,0.00899589870641104,0.826099665926721,0.5,0.255951455205554,0.00654956335752921,0.843959071704992,0.255951455205554,0.00464050568538093,1.01699770652801,0.0401128996018001,0.298232488044655,0.255951455205554,0.0199450637237377,0.530682511184889,0.5,0.255951455205554,0.0213493981197983,0.580653051785725,0.255951455205554,0.015997012058883,0.690717290636024,0.255951455205554,0.0294249387617474,0.841514531007856,0.255951455205554,0.0128233517309563,0.951962564298616,0.0195698310016302,0.304110746374107 -3127,0.255951455205554,0.0306811618688664,0.684107571246438,0.255951455205554,0.00364794284156379,0.809378261023547,0.255951455205554,0.00581029979078854,0.940824468979381,0.255951455205554,0.00332118314326073,0.952641070932823,0.255951455205554,0.00928274324856678,1.01706274272215,0.255951455205554,0.0222408276545216,0.972511613081479,0.5,0.255951455205554,0.0329536300794436,0.948847841873036,0.5,0.255951455205554,0.0546124683198452,0.899274484510681,0.5,0.255951455205554,0.0410581381865547,0.896187118654597,0.255951455205554,0.048731755084799,1.02173913043478,0.116411297459543,0.744554338813571,0.255951455205554,0.0921173034344329,0.769245952702812,0.5,0.255951455205554,0.0541094493261789,0.690548590450726,0.255951455205554,0.0641897510464491,0.735266449804562,0.255951455205554,0.0847114782664375,0.970559315943031,0.255951455205554,0.0792671636989152,0.994831211841559,0.0641522442633945,0.588698923150902 -3128,0.255951455205554,0.055886859366821,0.735167267297627,0.255951455205554,0.0129511904125041,0.89726626803511,0.255951455205554,0.0140973033953076,0.955500398910387,0.255951455205554,0.0094138276472796,0.975558493905806,0.255951455205554,0.0299047915186748,1.01465789697404,0.255951455205554,0.0646448478945747,0.985200504535553,0.5,0.255951455205554,0.0646393038236343,0.98002500409048,0.5,0.255951455205554,0.125277797339204,0.881446700482263,0.5,0.255951455205554,0.107526768552698,0.927804104386518,0.255951455205554,0.0423656727824326,1.01702293503853,0.188187427062662,0.939295040335938,0.255951455205554,0.180930521365674,0.935389021814843,0.5,0.255951455205554,0.0569869056553313,0.752572398693144,0.255951455205554,0.166747579167137,0.877724452856398,0.255951455205554,0.107797689162678,0.995903989958775,0.255951455205554,0.141273389656438,1.01689954378935,0.0421008535897534,0.872259820517564 -3129,0.255951455205554,0.0701531978543645,0.756978980478329,0.255951455205554,0.0139295621793645,0.994406487399402,0.255951455205554,0.0265034229724457,0.950576284024585,0.255951455205554,0.0158665659945702,0.964277404488268,0.255951455205554,0.0588701300448832,1.0088131168272,0.255951455205554,0.142621198254687,1.00342680813451,0.5,0.255951455205554,0.0799183682930476,0.989347328477275,0.5,0.255951455205554,0.222733330782569,0.919921744228075,0.5,0.255951455205554,0.159291921824205,0.915979828864561,0.255951455205554,0.0326522930405566,1.00410116269621,0.136622571032038,1.01756693735887,0.255951455205554,0.208803106308624,0.964713032649121,0.5,0.255951455205554,0.0481768803824367,0.746279514106392,0.255951455205554,0.275618183429091,0.940095329316465,0.255951455205554,0.181024704055027,1.01034567958112,0.255951455205554,0.174334097531363,1.01243935650968,0.0476871432490526,0.916305185322804 -3130,0.255951455205554,0.0626558464158275,0.777449703644991,0.255951455205554,0.0210225313014777,1.00856559351873,0.255951455205554,0.0483091387698084,0.962268819547766,0.255951455205554,0.0196409878401338,0.941622322087613,0.255951455205554,0.105739338685729,1.00142279019035,0.255951455205554,0.194700820308879,1.0112519854797,0.5,0.255951455205554,0.0958677990806319,0.984797937327377,0.5,0.255951455205554,0.358188297493247,0.985191977325647,0.5,0.255951455205554,0.256742611073208,0.939355101316166,0.255951455205554,0.0659325791615594,1.00867594366912,0.111963811518695,0.925912878442725,0.255951455205554,0.194146542184164,0.978749139664908,0.5,0.255951455205554,0.0724756303591352,0.808122960894473,0.255951455205554,0.365330780972221,0.984415608852581,0.255951455205554,0.173516216557799,1.01569203326117,0.255951455205554,0.194823492657408,0.998414615509866,0.0518073961415864,0.860119896806283 -3131,0.255951455205554,0.0752843282856372,0.843581148399299,0.255951455205554,0.0270044644601008,0.994700188046008,0.255951455205554,0.0683909657447999,0.982103665104688,0.255951455205554,0.0313292786692893,0.94989524154115,0.255951455205554,0.148830055483345,1.00332396441118,0.255951455205554,0.27857131477868,1.01850440195599,0.5,0.255951455205554,0.151528962948775,1.00257338170022,0.5,0.255951455205554,0.289040351081409,0.984346741425832,0.5,0.255951455205554,0.315677298658488,0.940541703549793,0.255951455205554,0.100805916066474,1.01219937477647,0.148948069871982,0.966060434650503,0.255951455205554,0.205772207016426,0.983848654670237,0.5,0.255951455205554,0.0886894384401408,0.875781602785811,0.255951455205554,0.283190194943549,0.951857251858531,0.255951455205554,0.203167173125733,1.01872511410899,0.255951455205554,0.285087525320787,1.00798633591826,0.0256542270116962,0.801681884339085 -3132,0.255951455205554,0.0901782481001775,0.876273243305591,0.255951455205554,0.0336491624415648,0.986727284342894,0.255951455205554,0.0814628269167193,0.994016698259781,0.255951455205554,0.045165312252145,0.979698009530857,0.255951455205554,0.159920438214398,1.00155617763502,0.255951455205554,0.151257559865258,0.99552839046245,0.5,0.255951455205554,0.188072647194785,1.00663787327599,0.5,0.255951455205554,0.252736806270889,0.988584435347346,0.5,0.255951455205554,0.312251560188271,0.952094285693375,0.255951455205554,0.127439285653889,1.00796779208503,0.104303327737097,0.951029262681331,0.255951455205554,0.182626615820886,0.985507285143169,0.5,0.255951455205554,0.0942598193269697,0.890597452638832,0.255951455205554,0.211935982310629,0.91091748257949,0.255951455205554,0.251729768520907,1.01558407548244,0.255951455205554,0.312405317469475,1.01723813392384,0.0178806611446122,0.840630746816791 -3133,0.255951455205554,0.1098305719536,0.910230282878707,0.255951455205554,0.0424632475942213,0.997723283220396,0.255951455205554,0.0858551975432261,0.994910486217487,0.255951455205554,0.0497497094198783,0.997308743842655,0.255951455205554,0.180570700524091,0.998494440216748,0.255951455205554,0.103194563745358,0.957823107985514,0.5,0.255951455205554,0.193001228580571,0.998169775287833,0.5,0.255951455205554,0.327665474009851,0.996374217260357,0.5,0.255951455205554,0.243996504424042,0.951413392432553,0.255951455205554,0.217171379283892,1.01414606802768,0.138485281137967,0.952912197944896,0.255951455205554,0.159458749935311,0.952204409349322,0.5,0.255951455205554,0.0596039121552172,0.879387262712579,0.255951455205554,0.3058101164184,0.9053767912299,0.255951455205554,0.275729911023104,1.01659935113905,0.255951455205554,0.141568716095662,1.00235649439008,0.0480672126588562,0.885255548222594 -3134,0.255951455205554,0.128979011705682,0.92078056361348,0.255951455205554,0.054607708620936,1.01587630017928,0.255951455205554,0.0920850546909445,0.98500955888866,0.255951455205554,0.0678356025157578,0.99599557801163,0.255951455205554,0.188026878850887,0.987791997372151,0.255951455205554,0.102883750851943,0.931270233583638,0.5,0.255951455205554,0.201344267141714,0.984231277092338,0.5,0.255951455205554,0.265229293894159,1.00090653242503,0.5,0.255951455205554,0.23221746558036,0.952920535736195,0.255951455205554,0.265917603649878,1.02173913043478,0.0969341954921477,0.855073995647632,0.255951455205554,0.192367593685428,0.932232421353854,0.5,0.255951455205554,0.046265221996444,0.858540821565304,0.255951455205554,0.20096689512436,0.847196750058458,0.255951455205554,0.158689924504432,1.00310261996093,0.255951455205554,0.15155918651113,0.989396711664396,0.157067524932629,0.869595738950384 -3135,0.255951455205554,0.101805096922488,0.939718148080756,0.255951455205554,0.0532906507748727,1.01697891804307,0.255951455205554,0.0962436468670529,0.971614019886751,0.255951455205554,0.064508456277739,0.984322684753361,0.255951455205554,0.154210722362946,0.969598926235406,0.255951455205554,0.12195518566567,0.902379067594158,0.5,0.255951455205554,0.175354006842279,0.957901333093568,0.5,0.255951455205554,0.183995860021359,0.970014233657845,0.5,0.255951455205554,0.244325342393417,0.948152983777927,0.255951455205554,0.0807218136779218,1.00647059388147,0.15402814800269,0.76056055266896,0.255951455205554,0.156402755238291,0.903607333148264,0.5,0.255951455205554,0.0469567790226639,0.845192994505859,0.255951455205554,0.21845887617334,0.904897076288315,0.255951455205554,0.22517756821599,1.00389093777547,0.255951455205554,0.175387831713137,0.98715120030754,0.12654515883324,0.830859048213226 -3136,0.255951455205554,0.100703696807981,0.957106124365133,0.255951455205554,0.0460212622960543,1.01103489224906,0.255951455205554,0.079050137893737,0.95096046624396,0.255951455205554,0.0730898629940196,0.973830047397544,0.255951455205554,0.135037418956171,0.914669226271382,0.255951455205554,0.0714401935011511,0.87890994413516,0.5,0.255951455205554,0.12798857236732,0.928136707685874,0.5,0.255951455205554,0.186532827016887,0.964957446608592,0.5,0.255951455205554,0.154252847979084,0.911648974216733,0.255951455205554,0.137995206432643,0.987097149120596,0.154423443006049,0.673254107593926,0.255951455205554,0.153687388364175,0.878955699442829,0.5,0.255951455205554,0.047515007268542,0.841937546746163,0.255951455205554,0.198009645025014,0.879395883138872,0.255951455205554,0.234049339258448,0.999971738588018,0.255951455205554,0.13514946823998,0.971899815809361,0.0600538971517759,0.811821841854023 -3137,0.255951455205554,0.081578255969118,0.939466291124217,0.255951455205554,0.0472930986197173,0.985647624908169,0.255951455205554,0.058008988063582,0.916017264601612,0.255951455205554,0.0609157119967152,0.955587240139907,0.255951455205554,0.122351057234835,0.835360553761616,0.255951455205554,0.0714946840173983,0.830874707666097,0.5,0.255951455205554,0.164028925206064,0.931293125008059,0.5,0.255951455205554,0.100367633279963,0.917164660311918,0.5,0.255951455205554,0.102505047928409,0.878103489569505,0.255951455205554,0.0777312339168835,0.953622212889133,0.151300580254445,0.772171990118397,0.255951455205554,0.148714524807457,0.813368102133408,0.5,0.255951455205554,0.0336678491517365,0.834670609235055,0.255951455205554,0.107003452519518,0.780417985461537,0.255951455205554,0.109594145850331,0.94571473508307,0.255951455205554,0.0860306772319831,0.913743444510254,0.0418895436414087,0.820075056581702 -3138,0.255951455205554,0.063530267691202,0.899714549226106,0.255951455205554,0.0264751442896122,0.945492328262711,0.255951455205554,0.0362528081497518,0.859430873308618,0.255951455205554,0.0315764200970549,0.91847868776995,0.255951455205554,0.0728366584593828,0.768737780911644,0.255951455205554,0.0677626008147748,0.764394852263933,0.5,0.255951455205554,0.106085723319359,0.969713374827113,0.5,0.255951455205554,0.0667421855603394,0.879455681920796,0.5,0.255951455205554,0.0388881098274632,0.847683621777864,0.255951455205554,0.0106371420164502,0.920850014379774,0.0348128492679733,0.635927932387947,0.255951455205554,0.0516520080836804,0.707284122588914,0.5,0.255951455205554,0.0176706605285164,0.78803153112102,0.255951455205554,0.0270535112580369,0.597534924820266,0.255951455205554,0.0474959073706857,0.841643732125965,0.255951455205554,0.039687585686065,0.819126415308031,0.0974113984640111,0.809433869945527 -3139,0.255951455205554,0.0228042950521171,0.834527161974437,0.255951455205554,0.00582877116104853,0.885406203382536,0.255951455205554,0.0156515792240444,0.787934875667565,0.255951455205554,0.0120680613216586,0.852590817222942,0.255951455205554,0.0457468956256453,0.738517907379168,0.255951455205554,0.0408853851509954,0.743429394738839,0.5,0.255951455205554,0.0376118435595232,0.941155855667589,0.5,0.255951455205554,0.0302428455783658,0.834108860404961,0.5,0.255951455205554,0.0146686378646071,0.790926636765716,0.255951455205554,0.00801557049872035,0.906093874570334,0.0148678693907736,0.392017327677119,0.255951455205554,0.00853611066387309,0.538002329931391,0.5,0.255951455205554,0.00654652363364935,0.714169879682804,0.255951455205554,0.00394654993693845,0.438843597738404,0.255951455205554,0.0137168726011059,0.679634163003018,0.255951455205554,0.0103370533236428,0.734857128806637,0.0223893033196542,0.717202289236791 -3140,0.255951455205554,0.000177048574417685,0.77985866248846,0.255951455205554,0.000467697415000166,0.821796419127956,0.255951455205554,0.000184599444572058,0.708702911387062,0.255951455205554,0.000167623070312309,0.764121656719314,0.255951455205554,5.6454047553202e-05,0.74219238025139,0.255951455205554,7.53240376766486e-06,0.743245912573753,0.5,0.255951455205554,0.000100452113548095,0.86148682927279,0.5,0.255951455205554,9.04456732695233e-05,0.741323853624919,0.5,0.255951455205554,1.30232503686164e-05,0.756872895527962,0.255951455205554,0.000405623587855147,0.874433548091517,0.0,0.313908696252476,0.255951455205554,4.20364682444844e-05,0.447227400973764,0.5,0.255951455205554,0.000152596472538851,0.622858378627991,0.255951455205554,2.83330320613602e-06,0.355069369527245,0.255951455205554,2.64667091899234e-05,0.53263278585863,0.255951455205554,0.00032036385318115,0.629263781971848,0.0,0.570763640685113 -3141,0.255951455205554,0.0,0.745532524844677,0.255951455205554,0.0,0.747214648735773,0.255951455205554,0.0,0.635248928770243,0.255951455205554,0.0,0.692024524095228,0.255951455205554,0.0,0.77100567472288,0.255951455205554,0.0,0.738650474342845,0.5,0.255951455205554,0.0,0.790731994198575,0.5,0.255951455205554,0.0,0.686664540822729,0.5,0.255951455205554,0.0,0.711456655570613,0.255951455205554,0.0,0.857102164519247,0.0,0.32153793540527,0.255951455205554,0.0,0.411777836123755,0.5,0.255951455205554,0.0,0.585392962032666,0.255951455205554,0.0,0.305126680667175,0.255951455205554,0.0,0.486267559891807,0.255951455205554,0.0,0.467350733358033,0.0,0.470390794316614 -3142,0.255951455205554,0.0,0.696990175191584,0.255951455205554,0.0,0.660967704050631,0.255951455205554,0.0,0.622111988289471,0.255951455205554,0.0,0.686045836089794,0.255951455205554,0.0,0.825578095908843,0.255951455205554,0.0,0.83467017090781,0.5,0.255951455205554,0.0,0.740154734782543,0.5,0.255951455205554,0.0,0.636750135753774,0.5,0.255951455205554,0.0,0.770646675836708,0.255951455205554,0.0,0.825167446720312,0.0,0.338085690289427,0.255951455205554,0.0,0.428615712406964,0.5,0.255951455205554,0.0,0.57689398639275,0.255951455205554,0.0,0.313050527309064,0.255951455205554,0.0,0.431671192842998,0.255951455205554,0.0,0.394925805567501,0.0,0.512611347037023 -3143,0.255951455205554,0.0,0.66176296804284,0.255951455205554,0.0,0.591979907858144,0.255951455205554,0.0,0.642889453736845,0.255951455205554,0.0,0.654690564999032,0.255951455205554,0.0,0.833687453037211,0.255951455205554,0.0,0.814877973253245,0.5,0.255951455205554,0.0,0.722880678088032,0.5,0.255951455205554,0.0,0.644246184432731,0.5,0.255951455205554,0.0,0.78142378450448,0.255951455205554,0.0,0.74581562398423,0.0,0.438364447431812,0.255951455205554,0.0,0.479534422398177,0.5,0.255951455205554,0.0,0.567773789650206,0.255951455205554,0.0,0.27825621997793,0.255951455205554,0.0,0.41374712533075,0.255951455205554,0.0,0.521381920858818,0.0,0.662294850020753 -3144,0.255951455205554,0.0,0.644975856723802,0.255951455205554,0.0,0.594354858815624,0.255951455205554,0.0,0.673872823919117,0.255951455205554,0.0,0.699220702281839,0.255951455205554,0.0,0.820891233863856,0.255951455205554,0.0,0.827929424830625,0.5,0.255951455205554,0.0,0.7129314038685,0.5,0.255951455205554,0.0,0.586207532502438,0.5,0.255951455205554,0.0,0.770121876350604,0.255951455205554,0.0,0.677193152045358,0.0,0.517512538903379,0.255951455205554,0.0,0.485007691974496,0.5,0.255951455205554,0.0,0.553995518319715,0.255951455205554,0.0,0.265474477122848,0.255951455205554,0.0,0.505198479731437,0.255951455205554,0.0,0.651231972068371,0.0,0.753301846874257 -3145,0.255951455205554,0.0,0.594173842475902,0.255951455205554,0.0,0.621986954122496,0.255951455205554,0.0,0.722327955400498,0.255951455205554,0.0,0.752413651794149,0.255951455205554,0.0,0.813949313178398,0.255951455205554,0.0,0.808039517175978,0.5,0.255951455205554,0.0,0.696897687207652,0.5,0.255951455205554,0.0,0.548971014830921,0.5,0.255951455205554,0.0,0.722160088425184,0.255951455205554,0.0,0.63581537939708,0.0,0.471630263231396,0.255951455205554,0.0,0.457519430691905,0.5,0.255951455205554,0.0,0.531950842912778,0.255951455205554,0.0,0.315775594920558,0.255951455205554,0.0,0.59413118354538,0.255951455205554,0.0,0.731623054720663,0.0,0.785402613947259 -3146,0.255951455205554,0.0,0.512298107209877,0.255951455205554,0.0,0.690864723684015,0.255951455205554,0.0,0.740972019771519,0.255951455205554,0.0,0.792325183486133,0.255951455205554,0.0,0.841612473061596,0.255951455205554,0.0,0.828731565536895,0.5,0.255951455205554,0.0,0.687844668631211,0.5,0.255951455205554,0.0,0.561570878030225,0.5,0.255951455205554,0.0,0.69395239080049,0.255951455205554,0.0,0.661290566899174,0.0,0.453425131782634,0.255951455205554,0.0,0.476625007590204,0.5,0.255951455205554,0.0,0.520626892780072,0.255951455205554,0.0,0.386925925016707,0.255951455205554,0.0,0.662727573879004,0.255951455205554,0.0,0.782168415377321,0.0,0.789075598853675 -3147,0.255951455205554,0.0,0.438720830266796,0.255951455205554,0.0,0.824244524170348,0.255951455205554,0.0,0.747719630057403,0.255951455205554,0.0,0.835094027593642,0.255951455205554,0.0,0.842780282673509,0.255951455205554,0.0,0.843411451138123,0.5,0.255951455205554,0.0,0.701777066014077,0.5,0.255951455205554,0.0,0.598403398026471,0.5,0.255951455205554,0.0,0.716738938500468,0.255951455205554,0.0,0.742954604980291,0.0,0.544046213614365,0.255951455205554,0.0,0.509650694236228,0.5,0.255951455205554,0.0,0.524068997030454,0.255951455205554,0.0,0.474922706449686,0.255951455205554,0.0,0.751062296681109,0.255951455205554,0.0,0.853525265666259,0.0,0.770700315406173 -3148,0.255951455205554,0.0,0.501165534709619,0.255951455205554,0.0,0.890512404160095,0.255951455205554,0.0,0.753615057866814,0.255951455205554,0.0,0.935595097727902,0.255951455205554,0.0,0.843362412612404,0.255951455205554,0.0,0.850274780559925,0.5,0.255951455205554,0.0,0.735700273718882,0.5,0.255951455205554,0.0,0.552507849140046,0.5,0.255951455205554,0.0,0.705242459061504,0.255951455205554,0.0,0.81118667818187,0.0,0.517073845884718,0.255951455205554,0.0,0.55863400069606,0.5,0.255951455205554,0.0,0.555348582463968,0.255951455205554,0.0,0.573111926211709,0.255951455205554,0.0,0.78398067252285,0.255951455205554,0.0,0.891821286526616,0.0,0.767177157899016 -3149,0.255951455205554,0.0,0.622016483603216,0.255951455205554,0.0,0.998089391364762,0.255951455205554,0.0,0.745038441726311,0.255951455205554,0.0,0.856147689224455,0.255951455205554,0.0,0.826559216462545,0.255951455205554,0.0,0.875467251559144,0.5,0.255951455205554,0.0,0.778538044045289,0.5,0.255951455205554,0.0,0.551609399057869,0.5,0.255951455205554,0.0,0.674602887664409,0.255951455205554,0.0,0.87780529310946,2.11156241363508e-05,0.734891115616945,0.255951455205554,0.000194799799475905,0.592071530851094,0.5,0.255951455205554,8.4153592744756e-05,0.529094529376128,0.255951455205554,3.6001903821124e-05,0.646468723524569,0.255951455205554,0.0,0.721173428302287,0.255951455205554,0.0,0.912117582216581,0.0,0.774250618662625 -3150,0.255951455205554,0.00117620216109332,0.654859422141176,0.255951455205554,0.00369832946420878,0.91607769294133,0.255951455205554,0.00735125746343468,0.762324755268416,0.255951455205554,0.0128003315354428,0.84010603285826,0.255951455205554,0.00164112163428872,0.823007984786131,0.255951455205554,0.00215485003942306,0.899599852833224,0.5,0.255951455205554,0.00185821818605507,0.821712509630423,0.5,0.255951455205554,0.00367699601676706,0.643763898238355,0.5,0.255951455205554,0.00642228120078084,0.674266590057045,0.255951455205554,0.00105148717018026,0.886594547013184,0.00557838113009938,0.863593656028321,0.255951455205554,0.0190316946649041,0.687808746004979,0.5,0.255951455205554,0.00656309469667311,0.545192693294287,0.255951455205554,0.027808107360841,0.74066860518583,0.255951455205554,0.00518498262108577,0.702742689914453,0.255951455205554,0.00659681672704372,0.941257090837036,0.000711573188564449,0.787314657567059 -3151,0.255951455205554,0.00876949092679153,0.64169054348085,0.255951455205554,0.0271493480952315,0.85276950247229,0.255951455205554,0.0428191277548621,0.789649241044228,0.255951455205554,0.0453978857689613,0.855942620928989,0.255951455205554,0.00970885162822338,0.840460199633454,0.255951455205554,0.0147773335227465,0.917979767265695,0.5,0.255951455205554,0.0209703428515499,0.849233284023307,0.5,0.255951455205554,0.0218580665278945,0.751097880447602,0.5,0.255951455205554,0.0415123951546587,0.765269189669534,0.255951455205554,0.0151054506731614,0.869365320903712,0.0143921645372924,0.635091072906135,0.255951455205554,0.0325243947141434,0.724948016929968,0.5,0.255951455205554,0.023168592045316,0.631513757015943,0.255951455205554,0.0634900802589966,0.918778139042075,0.255951455205554,0.0277440733833776,0.768410039923015,0.255951455205554,0.0368161758308613,0.983374888479609,0.0399677471295189,0.822639494064158 -3152,0.255951455205554,0.0441169322664751,0.673943639072921,0.255951455205554,0.0951591063499449,0.873208808652861,0.255951455205554,0.0943550905524161,0.817295984704906,0.255951455205554,0.0538089794013336,0.863108054857653,0.255951455205554,0.0174456553811524,0.869657129850647,0.255951455205554,0.0462169473666705,0.947345360696871,0.5,0.255951455205554,0.0718379335633723,0.881016668376223,0.5,0.255951455205554,0.0491998281594274,0.866452159899102,0.5,0.255951455205554,0.0878109798106701,0.839984835703514,0.255951455205554,0.0563738408899662,0.877902164304664,0.0367001984407751,0.490508324415286,0.255951455205554,0.0596231021863093,0.709852100408996,0.5,0.255951455205554,0.0406975366269455,0.705867309308775,0.255951455205554,0.0899762630945884,0.917289021756556,0.255951455205554,0.0613854408320704,0.883873357162046,0.255951455205554,0.0696873095854718,1.00814854843582,0.0740408192204054,0.849521725127854 -3153,0.255951455205554,0.0877154015017339,0.743371811986075,0.255951455205554,0.0881180550377979,0.90325564883632,0.255951455205554,0.143578944501097,0.849813817642166,0.255951455205554,0.0853502517320465,0.883217499169697,0.255951455205554,0.0318667142757469,0.902201358469261,0.255951455205554,0.0890600358543294,0.962505990805724,0.5,0.255951455205554,0.133674658899364,0.902019166913768,0.5,0.255951455205554,0.0995688418830743,0.876920732940455,0.5,0.255951455205554,0.138185736237752,0.897159699928833,0.255951455205554,0.113499301464618,0.861066216226245,0.0663397364691018,0.524692028130152,0.255951455205554,0.107201220259462,0.770470173925245,0.5,0.255951455205554,0.0769170817890148,0.746458658858095,0.255951455205554,0.0991240861441884,0.868187828749922,0.255951455205554,0.104408913445405,0.947777705547741,0.255951455205554,0.0939120459321746,1.0104120042673,0.151235851463352,0.85713687642404 -3154,0.255951455205554,0.107729558937532,0.81045932825922,0.255951455205554,0.0483178584654656,0.849094625415192,0.255951455205554,0.131893389438835,0.82662210142367,0.255951455205554,0.0870301911291721,0.834050071759428,0.255951455205554,0.0481257718092144,0.925040960784926,0.255951455205554,0.131968103348844,0.955352038512367,0.5,0.255951455205554,0.197834054188584,0.897126531583863,0.5,0.255951455205554,0.185827379804667,0.868456072926987,0.5,0.255951455205554,0.178877807518719,0.938145376641117,0.255951455205554,0.225142374223457,0.841493031949961,0.110763290411785,0.6530028544824,0.255951455205554,0.147398924058678,0.845321460349247,0.5,0.255951455205554,0.124867618549604,0.776649254811071,0.255951455205554,0.085415521825741,0.878759793875388,0.255951455205554,0.119583841532893,0.958239608442259,0.255951455205554,0.117037425495843,1.00656971226237,0.201013694101018,0.834911997084364 -3155,0.255951455205554,0.120726750019273,0.847877780312571,0.255951455205554,0.0322126495915987,0.831125907393932,0.255951455205554,0.119970006849233,0.811352214492845,0.255951455205554,0.0878296567636051,0.78901391989576,0.255951455205554,0.0661144702608322,0.929968743601573,0.255951455205554,0.159068667639479,0.936994249956804,0.5,0.255951455205554,0.265971952834046,0.870922771571511,0.5,0.255951455205554,0.284066759910524,0.856000656648457,0.5,0.255951455205554,0.196445350239605,0.929053356345864,0.255951455205554,0.310246652528544,0.868039129331405,0.146473257606511,0.84037212724165,0.255951455205554,0.152962103889921,0.866894316328129,0.5,0.255951455205554,0.158424675136095,0.798120606853893,0.255951455205554,0.0916283558017425,0.850331912009031,0.255951455205554,0.12936178382258,0.963305420709267,0.255951455205554,0.155619315603966,1.00250711134994,0.224606290169303,0.83629357776876 -3156,0.255951455205554,0.0840402589178084,0.85768888253698,0.255951455205554,0.056838512184222,0.839111667001411,0.255951455205554,0.115856853996829,0.801664676598723,0.255951455205554,0.105491639316704,0.797424819048483,0.255951455205554,0.0863963505512802,0.911249962293843,0.255951455205554,0.186639471289578,0.909635104976719,0.5,0.255951455205554,0.267540146021229,0.829700080831893,0.5,0.255951455205554,0.3987346344148,0.814237113232684,0.5,0.255951455205554,0.172454510753372,0.891610481756982,0.255951455205554,0.217929692166823,0.814656919152898,0.0699190661860021,0.744927805273084,0.255951455205554,0.149820856333683,0.878980123194755,0.5,0.255951455205554,0.135399420082696,0.737121943070997,0.255951455205554,0.10585826867819,0.841729189426731,0.255951455205554,0.125927823301598,0.944817836209479,0.255951455205554,0.151630950517561,0.969804652118163,0.130220707611204,0.823828322366574 -3157,0.255951455205554,0.0608836494442328,0.847487317015477,0.255951455205554,0.09922986876182,0.891464284046162,0.255951455205554,0.104268153006494,0.778208610717948,0.255951455205554,0.0851135401959182,0.724990547223373,0.255951455205554,0.104727504089114,0.881121624417481,0.255951455205554,0.182914595771407,0.863463262823398,0.5,0.255951455205554,0.243346327555347,0.762948542315255,0.5,0.255951455205554,0.40064573168199,0.83326632226579,0.5,0.255951455205554,0.250847563942507,0.850541493317819,0.255951455205554,0.268199157305924,0.755909840269541,0.0563950547737256,0.744417962501394,0.255951455205554,0.144254847823699,0.866290713987486,0.5,0.255951455205554,0.125177105265029,0.702325802243046,0.255951455205554,0.130660232275665,0.849389314680473,0.255951455205554,0.127756635954861,0.921051286718654,0.255951455205554,0.13361934369352,0.917269553594756,0.00871311233820944,0.805589355184787 -3158,0.255951455205554,0.106659156841234,0.868413289379155,0.255951455205554,0.0623657214524049,0.841089941612986,0.255951455205554,0.0957651705324826,0.738096503763695,0.255951455205554,0.102590551756687,0.702925758774804,0.255951455205554,0.103485296346649,0.840657264259894,0.255951455205554,0.148698154854803,0.771270281574525,0.5,0.255951455205554,0.226423099232136,0.693373976690286,0.5,0.255951455205554,0.284523440909784,0.746746538002841,0.5,0.255951455205554,0.30615736874153,0.78847164772434,0.255951455205554,0.242471146187816,0.6794715271449,0.0602781649512135,0.771466531673468,0.255951455205554,0.132101117100311,0.877468637190506,0.5,0.255951455205554,0.117213447475771,0.728330377241048,0.255951455205554,0.163908449216986,0.860306352411421,0.255951455205554,0.141253261882098,0.908621903517784,0.255951455205554,0.102368202637071,0.86536829616913,0.0220907905313024,0.792339038395723 -3159,0.255951455205554,0.152128388511925,0.879342226357533,0.255951455205554,0.0858962679407844,0.826232695081228,0.255951455205554,0.080004262061905,0.677866139026816,0.255951455205554,0.096170049466057,0.661395692448486,0.255951455205554,0.0887151872285698,0.76824294667154,0.255951455205554,0.139844717493878,0.656301948630684,0.5,0.255951455205554,0.191833337724481,0.605063688879994,0.5,0.255951455205554,0.234101084035287,0.708368592130925,0.5,0.255951455205554,0.274555862631473,0.70321377477781,0.255951455205554,0.144485347636451,0.648356149023095,0.0571376409171097,0.785339119717375,0.255951455205554,0.110877254926693,0.864217729673036,0.5,0.255951455205554,0.11457208397947,0.794741485904675,0.255951455205554,0.157406229156584,0.863008784852665,0.255951455205554,0.120152581673168,0.873697039331729,0.255951455205554,0.0734800901694775,0.814365150679187,0.167022166501015,0.745942674138702 -3160,0.255951455205554,0.135186776282112,0.830033513739062,0.255951455205554,0.0794164721923787,0.752269170976938,0.255951455205554,0.0631977510159486,0.619890375274641,0.255951455205554,0.0997748793850199,0.618421343407161,0.255951455205554,0.0683891907523313,0.65680181261848,0.255951455205554,0.124238175262954,0.543880439648114,0.5,0.255951455205554,0.193208352556635,0.481029708136417,0.5,0.255951455205554,0.230065527037564,0.657018330923064,0.5,0.255951455205554,0.228746027140306,0.637668302685454,0.255951455205554,0.413136528458008,0.586263638246388,0.0248966100947775,0.805519224883942,0.255951455205554,0.0786621220407635,0.835648087317677,0.5,0.255951455205554,0.126666691875576,0.871602997040618,0.255951455205554,0.114302968914029,0.85002523948782,0.255951455205554,0.0753439235784658,0.833056943234631,0.255951455205554,0.0506329917952808,0.775521645444133,0.167120430619062,0.690080464104998 -3161,0.255951455205554,0.0975515488540141,0.779402892257741,0.255951455205554,0.0600335751809488,0.68064608542527,0.255951455205554,0.037758045756818,0.538458110674012,0.255951455205554,0.0747869116731945,0.551863336117305,0.255951455205554,0.0522903931555501,0.541501882716397,0.255951455205554,0.0778778245990301,0.427499408871357,0.5,0.255951455205554,0.248748015015666,0.362041194659828,0.5,0.255951455205554,0.184071670443197,0.524160394134148,0.5,0.255951455205554,0.165465575040311,0.539607637588577,0.255951455205554,0.334761517455261,0.53101209297459,0.045106521286198,0.892610884361732,0.255951455205554,0.0412379936292088,0.793918729397406,0.5,0.255951455205554,0.0681463170026502,0.890727084539699,0.255951455205554,0.0679959145150735,0.830364917604073,0.255951455205554,0.0441398740657219,0.779003080782225,0.255951455205554,0.0502404525272582,0.773907785879711,0.108139277074806,0.597324447471482 -3162,0.255951455205554,0.0388985652422885,0.706329076336935,0.255951455205554,0.0362839280147437,0.585119454163344,0.255951455205554,0.0209628602795071,0.468222781274877,0.255951455205554,0.0361317664889445,0.456225734453052,0.255951455205554,0.0372824649096497,0.462364133953136,0.255951455205554,0.0534644704752759,0.314228847450811,0.5,0.255951455205554,0.19479901363104,0.260463229436787,0.5,0.255951455205554,0.121262965188901,0.343003871309251,0.5,0.255951455205554,0.109345317122194,0.399308255335273,0.255951455205554,0.166806638177464,0.378686907563274,0.0287564675994043,0.858806631439587,0.255951455205554,0.0196710405485726,0.758020038444072,0.5,0.255951455205554,0.0261746333036877,0.867309913229167,0.255951455205554,0.0261703878113797,0.799588456441269,0.255951455205554,0.0244127702106841,0.686553030209391,0.255951455205554,0.0354240718436892,0.688172406628849,0.0690712191297351,0.565816571039546 -3163,0.255951455205554,0.0101575782525497,0.654342436060786,0.255951455205554,0.0108779939227182,0.52235356243132,0.255951455205554,0.00712881842769207,0.394514755214797,0.255951455205554,0.01154655611471,0.35852445078714,0.255951455205554,0.0196160890496888,0.385849025376863,0.255951455205554,0.0301821917704014,0.250834885485436,0.5,0.255951455205554,0.067616526692771,0.145220303227432,0.5,0.255951455205554,0.0494035072261844,0.194902486977432,0.5,0.255951455205554,0.0396691801574109,0.240372801643801,0.255951455205554,0.0314224421138577,0.263797521223498,0.0135755928182152,0.846810522161915,0.255951455205554,0.0118404938585048,0.712040780745496,0.5,0.255951455205554,0.0092531978085165,0.813394205014432,0.255951455205554,0.00468917680967554,0.740076001104194,0.255951455205554,0.009097996612013,0.610185447584598,0.255951455205554,0.0145981989588156,0.547623243298196,0.0108025884867914,0.510441395164981 -3164,0.255951455205554,0.0,0.565516967263199,0.255951455205554,0.0,0.401866108586051,0.255951455205554,0.00015440461443267,0.328993035977366,0.255951455205554,0.0,0.2894823900794,0.255951455205554,0.000305192114509122,0.319948996108119,0.255951455205554,0.000228211566055871,0.188166668123803,0.5,0.255951455205554,0.0,0.0902394016033043,0.5,0.255951455205554,2.72057877054352e-05,0.128768201863829,0.5,0.255951455205554,9.78297099402311e-06,0.15340379877944,0.255951455205554,0.0,0.159219139458526,5.24571380028895e-05,0.713212580852203,0.255951455205554,2.71885580760483e-05,0.631653805138851,0.5,0.255951455205554,9.19133580022525e-05,0.764149253589776,0.255951455205554,1.99119248661643e-05,0.674706480505707,0.255951455205554,0.000224860123687024,0.525651447293344,0.255951455205554,0.000176105473057795,0.439341411038468,0.0,0.485668208624571 -3165,0.255951455205554,0.0,0.53408926240418,0.255951455205554,0.0,0.352268663028405,0.255951455205554,0.0,0.285761474639695,0.255951455205554,0.0,0.2263971391939,0.255951455205554,0.0,0.278601500049539,0.255951455205554,0.0,0.133988692962778,0.5,0.255951455205554,0.0,0.0666498103871314,0.5,0.255951455205554,0.0,0.0836155145580046,0.5,0.255951455205554,0.0,0.136284175316211,0.255951455205554,0.0,0.0855240524972629,0.0,0.491146929171248,0.255951455205554,0.0,0.546855209597516,0.5,0.255951455205554,0.0,0.732513602952672,0.255951455205554,0.0,0.555978201646492,0.255951455205554,0.0,0.476991421853756,0.255951455205554,0.0,0.414261282153877,0.0,0.464167856553935 -3166,0.255951455205554,0.0,0.539476221579806,0.255951455205554,0.0,0.333589420449578,0.255951455205554,0.0,0.263531598011731,0.255951455205554,0.0,0.206229509750346,0.255951455205554,0.0,0.246974352615319,0.255951455205554,0.0,0.0941642300089623,0.5,0.255951455205554,0.0,0.0564046052769207,0.5,0.255951455205554,0.0,0.06266252450772,0.5,0.255951455205554,0.0,0.133718141362682,0.255951455205554,0.0,0.0555517485420117,0.0,0.347309109085767,0.255951455205554,0.0,0.484521196360151,0.5,0.255951455205554,0.0,0.696414243384661,0.255951455205554,0.0,0.481480953310876,0.255951455205554,0.0,0.447492740839155,0.255951455205554,0.0,0.42616667059949,0.0,0.486941869570123 -3167,0.255951455205554,0.0,0.53281674953158,0.255951455205554,0.0,0.317144355301098,0.255951455205554,0.0,0.251476407006867,0.255951455205554,0.0,0.199894899898983,0.255951455205554,0.0,0.21382163661589,0.255951455205554,0.0,0.0699025189446989,0.5,0.255951455205554,0.0,0.0556850637308149,0.5,0.255951455205554,0.0,0.0589788616752043,0.5,0.255951455205554,0.0,0.132909471165557,0.255951455205554,0.0,0.0343154631464128,0.0,0.323277628673395,0.255951455205554,0.0,0.441798563096328,0.5,0.255951455205554,0.0,0.637174486762846,0.255951455205554,0.0,0.44727076376885,0.255951455205554,0.0,0.45057856523342,0.255951455205554,0.0,0.385233374276578,0.0,0.504080175434553 -3168,0.255951455205554,0.0,0.5057917332092,0.255951455205554,0.0,0.347689547227105,0.255951455205554,0.0,0.241293126214891,0.255951455205554,0.0,0.194012104936331,0.255951455205554,0.0,0.1870392511977,0.255951455205554,0.0,0.0535038832116431,0.5,0.255951455205554,0.0,0.0522910903907298,0.5,0.255951455205554,0.0,0.0490562519968361,0.5,0.255951455205554,0.0,0.118729312828766,0.255951455205554,0.0,0.0169090418069163,0.0,0.292821932405431,0.255951455205554,0.0,0.417427814733375,0.5,0.255951455205554,0.0,0.582623334767318,0.255951455205554,0.0,0.456450635471598,0.255951455205554,0.0,0.428960964904502,0.255951455205554,0.0,0.302307774489428,0.0,0.541046411086286 -3169,0.255951455205554,0.0,0.462683907320094,0.255951455205554,0.0,0.323668928072817,0.255951455205554,0.0,0.222084642470279,0.255951455205554,0.0,0.177969049353276,0.255951455205554,0.0,0.16644835964567,0.255951455205554,0.0,0.0431260221084579,0.5,0.255951455205554,0.0,0.041994579069928,0.5,0.255951455205554,0.0,0.0429150518903389,0.5,0.255951455205554,0.0,0.0953848844071537,0.255951455205554,0.0,0.00809911367567578,0.0,0.221923909609547,0.255951455205554,0.0,0.390386332620531,0.5,0.255951455205554,0.0,0.557935340767771,0.255951455205554,0.0,0.432302707511923,0.255951455205554,0.0,0.40590900418891,0.255951455205554,0.0,0.249318331576627,0.0,0.566202444433158 -3170,0.255951455205554,0.0,0.433106181517776,0.255951455205554,0.0,0.289918101993643,0.255951455205554,0.0,0.197871099974255,0.255951455205554,0.0,0.1599201018284,0.255951455205554,0.0,0.152895495437197,0.255951455205554,0.0,0.0328052209728533,0.5,0.255951455205554,0.0,0.031573205365129,0.5,0.255951455205554,0.0,0.0386314706890178,0.5,0.255951455205554,0.0,0.0671374205198998,0.255951455205554,0.0,0.00361084611735623,0.0,0.181647429685024,0.255951455205554,0.0,0.337846862890324,0.5,0.255951455205554,0.0,0.526340524695058,0.255951455205554,0.0,0.424844795927969,0.255951455205554,0.0,0.382795610848176,0.255951455205554,0.0,0.21878899190731,0.0,0.60131254715723 -3171,0.255951455205554,0.0,0.410630615128873,0.255951455205554,0.0,0.23350869451747,0.255951455205554,0.0,0.175950326114984,0.255951455205554,0.0,0.149098923291018,0.255951455205554,0.0,0.140867335638121,0.255951455205554,0.0,0.0257521653512402,0.5,0.255951455205554,0.0,0.0236108930693877,0.5,0.255951455205554,0.0,0.0347272357507991,0.5,0.255951455205554,0.0,0.0527090196146436,0.255951455205554,0.0,0.00194142852136373,0.0,0.166389821571457,0.255951455205554,0.0,0.306988973934001,0.5,0.255951455205554,0.0,0.530293282451995,0.255951455205554,0.0,0.436421986291639,0.255951455205554,0.0,0.349047101171668,0.255951455205554,0.0,0.189857374303721,0.0,0.643114646692512 -3172,0.255951455205554,0.0,0.383626841573884,0.255951455205554,0.0,0.182176837624461,0.255951455205554,0.0,0.160622772479263,0.255951455205554,0.0,0.142286958007784,0.255951455205554,0.0,0.124081274492793,0.255951455205554,0.0,0.0204405410478826,0.5,0.255951455205554,0.0,0.0203452239700988,0.5,0.255951455205554,0.0,0.0262673790460535,0.5,0.255951455205554,0.0,0.0436704859507628,0.255951455205554,0.0,0.000700189658668215,0.0,0.139200746609884,0.255951455205554,0.0,0.295831785018828,0.5,0.255951455205554,0.0,0.541085773050792,0.255951455205554,0.0,0.410633391860567,0.255951455205554,0.0,0.297014966444012,0.255951455205554,0.0,0.162901931787309,0.0,0.652377697382001 -3173,0.255951455205554,3.02138983573553e-07,0.34619206281877,0.255951455205554,0.0,0.151637144763022,0.255951455205554,0.0,0.152902270270551,0.255951455205554,0.0,0.137251152725349,0.255951455205554,0.0,0.107625600930325,0.255951455205554,0.0,0.0177531986227218,0.5,0.255951455205554,0.0,0.0183733632748543,0.5,0.255951455205554,0.0,0.0184214099859334,0.5,0.255951455205554,0.0,0.0368653683409753,0.255951455205554,0.0,0.000552800905943948,8.93439280390072e-05,0.125687366819531,0.255951455205554,6.78756882609553e-05,0.268723498910734,0.5,0.255951455205554,0.000200369103928011,0.535337160245166,0.255951455205554,1.34772684932307e-05,0.360561598187289,0.255951455205554,0.0,0.248660930872163,0.255951455205554,0.0,0.139864166010798,0.0,0.639859097575028 -3174,0.255951455205554,0.00656355541842308,0.343890319759863,0.255951455205554,0.00332758191035789,0.143354742367594,0.255951455205554,0.00614760796998735,0.164144489786237,0.255951455205554,0.00848740810196373,0.151706752280116,0.255951455205554,0.00834843065201534,0.0983678882892426,0.255951455205554,0.014200624503655,0.0179471600213375,0.5,0.255951455205554,0.011592483663997,0.0146828001212498,0.5,0.255951455205554,0.00476338536151792,0.0132679097158729,0.5,0.255951455205554,0.00719270659828423,0.0348697525017893,0.255951455205554,0.0112330183158741,0.00186054848357131,0.0168608077234887,0.157908510697983,0.255951455205554,0.0075893899054092,0.26979128469768,0.5,0.255951455205554,0.0187841763629881,0.558993264335997,0.255951455205554,0.0241177738401193,0.342677924204293,0.255951455205554,0.0134104358906112,0.235784682805858,0.255951455205554,0.030010930883996,0.131598261883788,0.0122154086037765,0.48662105401843 -3175,0.255951455205554,0.0287728957964199,0.395904227027695,0.255951455205554,0.0186901006529136,0.197176972736101,0.255951455205554,0.0335388974325533,0.219253135811747,0.255951455205554,0.0431279119602883,0.253751952704513,0.255951455205554,0.0405898480188415,0.118297697185771,0.255951455205554,0.0575229063826623,0.0318656691363607,0.5,0.255951455205554,0.0761887007723613,0.020998857048989,0.5,0.255951455205554,0.0276148788823325,0.0146137042032978,0.5,0.255951455205554,0.0494992156973556,0.0452931573337891,0.255951455205554,0.0951782362816802,0.00363484564974895,0.0700700167946396,0.288281662751281,0.255951455205554,0.0322422031947804,0.309387829191441,0.5,0.255951455205554,0.0751972946461426,0.635339362248232,0.255951455205554,0.0751641364602896,0.375409269162709,0.255951455205554,0.0514047190983385,0.266956133584128,0.255951455205554,0.0989075915831654,0.164477817644645,0.0363327296515163,0.406069694849296 -3176,0.255951455205554,0.0661026013762405,0.47203708961265,0.255951455205554,0.041915637834309,0.278028378239881,0.255951455205554,0.074975158700229,0.28913415077582,0.255951455205554,0.0691915091224425,0.339997611841763,0.255951455205554,0.0926004485763508,0.175368584519937,0.255951455205554,0.124182635531959,0.0871078398266486,0.5,0.255951455205554,0.188274004322384,0.0738058802925456,0.5,0.255951455205554,0.0601655031665501,0.0154387212472539,0.5,0.255951455205554,0.111406345782038,0.0787907354228126,0.255951455205554,0.220715276192365,0.0720588794392981,0.115505436582732,0.388783220364686,0.255951455205554,0.0626311284515188,0.350232270229652,0.5,0.255951455205554,0.153291645385505,0.699109140162388,0.255951455205554,0.127249246389262,0.447281544749378,0.255951455205554,0.106431473990071,0.32192031969254,0.255951455205554,0.169498354594712,0.244321634943882,0.0834316969334196,0.559123561023099 -3177,0.255951455205554,0.124232395018419,0.543648253253399,0.255951455205554,0.0681109608730611,0.35307611112771,0.255951455205554,0.115358943425994,0.322618307794902,0.255951455205554,0.0915113149048793,0.396300589037355,0.255951455205554,0.156148470631001,0.240841443953085,0.255951455205554,0.208586160850254,0.13028735588091,0.5,0.255951455205554,0.308037622880781,0.194527383377053,0.5,0.255951455205554,0.10874131528754,0.0252622536062781,0.5,0.255951455205554,0.194429124083237,0.112037109030744,0.255951455205554,0.342675517168811,0.252910620391793,0.111186181693639,0.446010652210794,0.255951455205554,0.0755480394803128,0.364437073848785,0.5,0.255951455205554,0.192512985491676,0.695372507434268,0.255951455205554,0.167579142515199,0.484723914808334,0.255951455205554,0.181298645674223,0.417237588131186,0.255951455205554,0.227600313711825,0.294213535227657,0.13016594555782,0.679020211077534 -3178,0.255951455205554,0.19811392324345,0.538775862370307,0.255951455205554,0.0942683081909986,0.458185740322118,0.255951455205554,0.144311250290238,0.344153478412442,0.255951455205554,0.104522347183967,0.41106315751044,0.255951455205554,0.203797391416542,0.238123552288236,0.255951455205554,0.281517138379973,0.148382229825096,0.5,0.255951455205554,0.38130615839127,0.239649761436969,0.5,0.255951455205554,0.155321677121353,0.0545687713009253,0.5,0.255951455205554,0.270829245241673,0.142427412650772,0.255951455205554,0.491444142984749,0.306534048773792,0.0983825714355699,0.380899559832834,0.255951455205554,0.0944865222846238,0.370895011792759,0.5,0.255951455205554,0.198135770869932,0.664225968386736,0.255951455205554,0.179836055350169,0.414764587383533,0.255951455205554,0.237570867204578,0.430454337130195,0.255951455205554,0.217290257112313,0.261324537521523,0.329491014248358,0.729403708202549 -3179,0.255951455205554,0.294382211049399,0.578929760280398,0.255951455205554,0.115727558640327,0.532335068373068,0.255951455205554,0.211993212442899,0.390732437519466,0.255951455205554,0.148796735680981,0.425244367413697,0.255951455205554,0.292500599551715,0.268417409430314,0.255951455205554,0.385749216664052,0.166022923623023,0.5,0.255951455205554,0.406849292106341,0.268400071079301,0.5,0.255951455205554,0.208631047128939,0.0864239851481938,0.5,0.255951455205554,0.289802694676604,0.155143550383073,0.255951455205554,0.524602086835831,0.325110119264992,0.112446523425422,0.31665081905032,0.255951455205554,0.129435816635399,0.376777997050126,0.5,0.255951455205554,0.201559512436219,0.645409565662207,0.255951455205554,0.211837710073144,0.389514423217353,0.255951455205554,0.2518242153856,0.379860570554956,0.255951455205554,0.343773751002151,0.237925842674734,0.399568998773856,0.777268766815009 -3180,0.255951455205554,0.431021622816979,0.69242293564412,0.255951455205554,0.147013098039624,0.451974859724311,0.255951455205554,0.31204845259588,0.463018987544582,0.255951455205554,0.325265359200353,0.440166377583626,0.255951455205554,0.283939149129825,0.285499377278947,0.255951455205554,0.320200752944062,0.178260508269322,0.5,0.255951455205554,0.424311275819345,0.302148415395729,0.5,0.255951455205554,0.195732775696822,0.103811851672059,0.5,0.255951455205554,0.307730411774896,0.153336515999169,0.255951455205554,0.474473875833339,0.349456412630624,0.129209996100293,0.290323637320753,0.255951455205554,0.159634772333609,0.362500026125142,0.5,0.255951455205554,0.165219330156715,0.60035898016347,0.255951455205554,0.29904823279106,0.356608623772317,0.255951455205554,0.280983978143078,0.307221620037952,0.255951455205554,0.500429354906161,0.230527840682829,0.502917937386885,0.804024526952659 -3181,0.255951455205554,0.449424096943611,0.741154868507744,0.255951455205554,0.281362948063818,0.497189815499275,0.255951455205554,0.367794054797386,0.516189538191155,0.255951455205554,0.618229148977181,0.538422616231466,0.255951455205554,0.220366323936105,0.305973549862967,0.255951455205554,0.296883187516162,0.178202551195401,0.5,0.255951455205554,0.431690099097184,0.316020476833894,0.5,0.255951455205554,0.197414349071529,0.127306123147947,0.5,0.255951455205554,0.308824351880184,0.153620680994992,0.255951455205554,0.41275379098202,0.344041494733299,0.152027945077141,0.305646130465814,0.255951455205554,0.170702104407612,0.326788126992515,0.5,0.255951455205554,0.165463760728326,0.581383552181122,0.255951455205554,0.433474708064386,0.273069170197754,0.255951455205554,0.360846018200368,0.298762896634585,0.255951455205554,0.569913857110632,0.236519587526022,0.536484925378742,0.834192613705313 -3182,0.255951455205554,0.418969076092081,0.801196788514152,0.255951455205554,0.341644052916893,0.603366244397149,0.255951455205554,0.343848279505669,0.557308340129351,0.255951455205554,0.569222454224021,0.680148025936342,0.255951455205554,0.179925100176908,0.322184709414931,0.255951455205554,0.321659388508505,0.169821185141572,0.5,0.255951455205554,0.427028140888,0.344446466754363,0.5,0.255951455205554,0.213683820410334,0.146711507491098,0.5,0.255951455205554,0.269528770467361,0.178927072040274,0.255951455205554,0.551387884684279,0.308008879619715,0.17686217937446,0.280137264942426,0.255951455205554,0.173441218666328,0.310481008624441,0.5,0.255951455205554,0.181175255256602,0.559830149798016,0.255951455205554,0.408420716475147,0.166472908155313,0.255951455205554,0.378390460656822,0.354078298095558,0.255951455205554,0.50601506644521,0.275345893751469,0.41401746354667,0.863464861633403 -3183,0.255951455205554,0.425335007813865,0.844384942114013,0.255951455205554,0.334927781713432,0.770816510102237,0.255951455205554,0.363694655307354,0.60060611728963,0.255951455205554,0.359222130341492,0.732345657683761,0.255951455205554,0.207388208286492,0.357043567695983,0.255951455205554,0.313317851513534,0.193387542893352,0.5,0.255951455205554,0.317634295299915,0.337544532532711,0.5,0.255951455205554,0.206057351671141,0.15411377030075,0.5,0.255951455205554,0.242728881488205,0.181428819189623,0.255951455205554,0.431847578388233,0.244369439039883,0.143100562705871,0.28856865131359,0.255951455205554,0.156096781193651,0.288833876414113,0.5,0.255951455205554,0.228666750647769,0.537594146987517,0.255951455205554,0.384731368364615,0.109203855900186,0.255951455205554,0.281397656619386,0.390780958153148,0.255951455205554,0.352219525436073,0.271000956544948,0.342128553894924,0.870773515454782 -3184,0.255951455205554,0.353132682152718,0.845575529219226,0.255951455205554,0.293111815834477,0.79152803565399,0.255951455205554,0.31412585623275,0.597800849110569,0.255951455205554,0.339365700718001,0.775336853969343,0.255951455205554,0.202906025059427,0.350750224499043,0.255951455205554,0.237710426468612,0.193709556586014,0.5,0.255951455205554,0.225384164909642,0.33469551997358,0.5,0.255951455205554,0.172352920188023,0.172713123451645,0.5,0.255951455205554,0.182163309214112,0.203160974709099,0.255951455205554,0.23269007110216,0.185097776881622,0.0571085221757487,0.217193191074508,0.255951455205554,0.119739899433801,0.244138879993919,0.5,0.255951455205554,0.251191293465448,0.498114491341291,0.255951455205554,0.32142828538885,0.102868192165287,0.255951455205554,0.145473663976081,0.363828967435439,0.255951455205554,0.274412519540971,0.236569368295058,0.423674924129261,0.848155779705923 -3185,0.255951455205554,0.261214624015393,0.851007083273357,0.255951455205554,0.23543410645828,0.721747143640948,0.255951455205554,0.234852164979289,0.579282076302276,0.255951455205554,0.288318406108096,0.789147697548701,0.255951455205554,0.120764583416335,0.264668302481275,0.255951455205554,0.149833621154049,0.191539022277615,0.5,0.255951455205554,0.150133490011322,0.326080352595257,0.5,0.255951455205554,0.11900002756681,0.171520931702693,0.5,0.255951455205554,0.126508318057393,0.187592021801656,0.255951455205554,0.147280371248522,0.147103531268301,0.041633043664597,0.191548423129369,0.255951455205554,0.0825811272479223,0.215935778778993,0.5,0.255951455205554,0.218688760380674,0.429184148438902,0.255951455205554,0.219064236065077,0.110609516400666,0.255951455205554,0.108340162784578,0.340066413007603,0.255951455205554,0.143497671973866,0.200386611473019,0.32231629863382,0.795341322730738 -3186,0.255951455205554,0.163755135425914,0.834788101752297,0.255951455205554,0.204941734782912,0.593104974043719,0.255951455205554,0.153762280882295,0.511236544027285,0.255951455205554,0.229262816041659,0.70926563969188,0.255951455205554,0.0606188090060186,0.164357822473461,0.255951455205554,0.0723526856016585,0.167484448425067,0.5,0.255951455205554,0.0840225241715149,0.258110737653062,0.5,0.255951455205554,0.0684030899524853,0.141455600282037,0.5,0.255951455205554,0.0586777893623034,0.133958627293254,0.255951455205554,0.100852651485421,0.109822173360108,0.0285582552551714,0.185998342527406,0.255951455205554,0.0503588327376295,0.165059443486651,0.5,0.255951455205554,0.147150839431111,0.287963521825944,0.255951455205554,0.0976550348931353,0.112373958493689,0.255951455205554,0.0953850708202681,0.308279426607519,0.255951455205554,0.0637284832588259,0.179658105216379,0.211662752346304,0.732367044461841 -3187,0.255951455205554,0.0618514201771983,0.74557429564451,0.255951455205554,0.0623000789578031,0.355645449488388,0.255951455205554,0.0695206839044769,0.347035614666209,0.255951455205554,0.0861159903540497,0.488476585465518,0.255951455205554,0.0266506816486741,0.0965329604330643,0.255951455205554,0.0298043133940644,0.153797133458714,0.5,0.255951455205554,0.0276971359199644,0.163366218886065,0.5,0.255951455205554,0.0368442540191584,0.108445106311746,0.5,0.255951455205554,0.0157223892622852,0.0950393409141199,0.255951455205554,0.0290672898589663,0.122539606266946,0.0215192007237517,0.0720670170416212,0.255951455205554,0.0263941461124604,0.119031298427982,0.5,0.255951455205554,0.0542552577256636,0.227491683931966,0.255951455205554,0.0311869487254337,0.0920748265443135,0.255951455205554,0.0496611411160732,0.205055047417507,0.255951455205554,0.0212509420241799,0.176140044976297,0.0293424068611296,0.7464758593079 -3188,0.255951455205554,2.06027302109409e-06,0.631776592141152,0.255951455205554,0.0,0.227786392501444,0.255951455205554,7.24736832436143e-05,0.249725481801718,0.255951455205554,0.0,0.325221060056876,0.255951455205554,3.27036999802879e-05,0.0568940467469108,0.255951455205554,1.39749951494612e-05,0.136723035231411,0.5,0.255951455205554,1.0594956583181e-05,0.0974756740707684,0.5,0.255951455205554,1.94723581417334e-05,0.0787285589494254,0.5,0.255951455205554,1.53251698075112e-05,0.0672273797308294,0.255951455205554,0.0,0.0809352792901604,0.0,0.0541300227903809,0.255951455205554,2.35960118382649e-05,0.0916803440815832,0.5,0.255951455205554,0.0,0.268616396540526,0.255951455205554,4.26796937813321e-05,0.0784259128436796,0.255951455205554,3.24493789255637e-06,0.13665304404359,0.255951455205554,8.09953687518686e-05,0.159491775706381,0.0,0.789586421246894 -3189,0.255951455205554,0.0,0.595849804757862,0.255951455205554,0.0,0.160913253808954,0.255951455205554,0.0,0.22543332646352,0.255951455205554,0.0,0.27103448193298,0.255951455205554,0.0,0.0473191128180129,0.255951455205554,0.0,0.0871365070363056,0.5,0.255951455205554,0.0,0.0587028108839138,0.5,0.255951455205554,0.0,0.0585956581990317,0.5,0.255951455205554,0.0,0.0592299056422804,0.255951455205554,0.0,0.0308031801869919,0.0,0.073952474992482,0.255951455205554,0.0,0.0861121696142229,0.5,0.255951455205554,0.0,0.274857142296299,0.255951455205554,0.0,0.0966051326804771,0.255951455205554,0.0,0.116376261989802,0.255951455205554,0.0,0.124283354688609,0.0,0.78340224425151 -3190,0.255951455205554,0.0,0.60523044534769,0.255951455205554,0.0,0.125725115914606,0.255951455205554,0.0,0.224796725236971,0.255951455205554,0.0,0.275271162012722,0.255951455205554,0.0,0.0536761694688777,0.255951455205554,0.0,0.0503831635388931,0.5,0.255951455205554,0.0,0.0327963776521061,0.5,0.255951455205554,0.0,0.0588446688853988,0.5,0.255951455205554,0.0,0.06648309835364,0.255951455205554,0.0,0.0143077979108723,0.0,0.099963998707857,0.255951455205554,0.0,0.0924557833286413,0.5,0.255951455205554,0.0,0.257493639714838,0.255951455205554,0.0,0.104883783251088,0.255951455205554,0.0,0.107335354831816,0.255951455205554,0.0,0.0835465500785925,0.0,0.772341541011346 -3191,0.255951455205554,0.0,0.634490151890022,0.255951455205554,0.0,0.125166335729215,0.255951455205554,0.0,0.232394386730933,0.255951455205554,0.0,0.28385928858373,0.255951455205554,0.0,0.0566221562479232,0.255951455205554,0.0,0.0325092871964071,0.5,0.255951455205554,0.0,0.0210983490587355,0.5,0.255951455205554,0.0,0.0740922865744145,0.5,0.255951455205554,0.0,0.0873145215446739,0.255951455205554,0.0,0.0162570138984547,0.0,0.126176116665679,0.255951455205554,0.0,0.104652174492876,0.5,0.255951455205554,0.0,0.250434169727053,0.255951455205554,0.0,0.0954684783362815,0.255951455205554,0.0,0.103485341903142,0.255951455205554,0.0,0.0627572427577058,0.0,0.766683717511954 -3192,0.255951455205554,0.0,0.628940368756693,0.255951455205554,0.0,0.22444721587759,0.255951455205554,0.0,0.236286391911665,0.255951455205554,0.0,0.293581246562372,0.255951455205554,0.0,0.0568491849108606,0.255951455205554,0.0,0.0267745565337758,0.5,0.255951455205554,0.0,0.0167099708640164,0.5,0.255951455205554,0.0,0.0860576625657966,0.5,0.255951455205554,0.0,0.104753806018562,0.255951455205554,0.0,0.0149452794119345,0.0,0.139449857844568,0.255951455205554,0.0,0.112465480260302,0.5,0.255951455205554,0.0,0.245861777634835,0.255951455205554,0.0,0.101181924895558,0.255951455205554,0.0,0.103511749450183,0.255951455205554,0.0,0.0620456359075539,0.0,0.790363658495259 -3193,0.255951455205554,0.0,0.655075665390152,0.255951455205554,0.0,0.293078855251024,0.255951455205554,0.0,0.234444687488498,0.255951455205554,0.0,0.292707926713963,0.255951455205554,0.0,0.0562634701083782,0.255951455205554,0.0,0.0287716984432809,0.5,0.255951455205554,0.0,0.0140952618239798,0.5,0.255951455205554,0.0,0.0993654656955181,0.5,0.255951455205554,0.0,0.115167032224441,0.255951455205554,0.0,0.0121938912761512,0.0,0.142696517749825,0.255951455205554,0.0,0.116872749803073,0.5,0.255951455205554,0.0,0.268981215666565,0.255951455205554,0.0,0.0888340458959515,0.255951455205554,0.0,0.108033927850914,0.255951455205554,0.0,0.0684691784968554,0.0,0.83976482116442 -3194,0.255951455205554,0.0,0.670103906633007,0.255951455205554,0.0,0.387352564860188,0.255951455205554,0.0,0.23927906900387,0.255951455205554,0.0,0.291472955862661,0.255951455205554,0.0,0.0504074530633169,0.255951455205554,0.0,0.0304474161239616,0.5,0.255951455205554,0.0,0.0129809430921026,0.5,0.255951455205554,0.0,0.111945368654348,0.5,0.255951455205554,0.0,0.120778315536248,0.255951455205554,0.0,0.00965474515984437,0.0,0.143435344114443,0.255951455205554,0.0,0.123080693179663,0.5,0.255951455205554,0.0,0.318798674661096,0.255951455205554,0.0,0.0915476816566676,0.255951455205554,0.0,0.110338522898684,0.255951455205554,0.0,0.0713579476595456,0.0,0.863991399110881 -3195,0.255951455205554,0.0,0.687345670089329,0.255951455205554,0.0,0.378621238963909,0.255951455205554,0.0,0.250247823167683,0.255951455205554,0.0,0.307997978436184,0.255951455205554,0.0,0.0465321372496879,0.255951455205554,0.0,0.0309387012512125,0.5,0.255951455205554,0.0,0.0109351963068155,0.5,0.255951455205554,0.0,0.130423397049436,0.5,0.255951455205554,0.0,0.121841125833079,0.255951455205554,0.0,0.00717194861389126,0.0,0.140487294707009,0.255951455205554,0.0,0.137123173850726,0.5,0.255951455205554,0.0,0.39413087076693,0.255951455205554,0.0,0.0948618536969032,0.255951455205554,0.0,0.119976689931564,0.255951455205554,0.0,0.0763634720513753,0.0,0.897656304077603 -3196,0.255951455205554,0.0,0.686201295845456,0.255951455205554,0.0,0.38481338810551,0.255951455205554,0.0,0.272401403869452,0.255951455205554,0.0,0.330363220003529,0.255951455205554,0.0,0.0435775881141412,0.255951455205554,0.0,0.0277015211187802,0.5,0.255951455205554,0.0,0.00836891885181118,0.5,0.255951455205554,0.0,0.143775970863141,0.5,0.255951455205554,0.0,0.118326697442827,0.255951455205554,0.0,0.00464792206846737,0.0,0.160129543470111,0.255951455205554,0.0,0.155474413939334,0.5,0.255951455205554,0.0,0.456660396754048,0.255951455205554,0.0,0.092669134629909,0.255951455205554,0.0,0.138811203968184,0.255951455205554,0.0,0.0816061021394166,0.0,0.923009077426986 -3197,0.255951455205554,4.50996261136432e-07,0.662851268692492,0.255951455205554,0.0,0.408391153947185,0.255951455205554,0.0,0.285888789941756,0.255951455205554,0.0,0.359857692845653,0.255951455205554,0.0,0.0408854043702918,0.255951455205554,0.0,0.0265162566049639,0.5,0.255951455205554,0.0,0.00828000888231902,0.5,0.255951455205554,0.0,0.113630206528291,0.5,0.255951455205554,0.0,0.104640151247716,0.255951455205554,0.0,0.004639506743404,0.000602372801782665,0.177090274530219,0.255951455205554,0.000740386423222914,0.183781711336933,0.5,0.255951455205554,0.000356687227148101,0.468098567060788,0.255951455205554,4.5677045912421e-05,0.086449163890461,0.255951455205554,0.0,0.174194726423945,0.255951455205554,0.0,0.0829915713927106,0.0,0.93875025587932 -3198,0.255951455205554,0.00495170391574163,0.6614293028563,0.255951455205554,0.00454247610115276,0.405455819495006,0.255951455205554,0.0244163054592194,0.310382135657064,0.255951455205554,0.0119272374547294,0.393940544032746,0.255951455205554,0.0213047808855609,0.0318498746702151,0.255951455205554,0.0221787206226296,0.0223408398244897,0.5,0.255951455205554,0.0166533050100081,0.00744698779941105,0.5,0.255951455205554,0.00471994670576429,0.0797579772283377,0.5,0.255951455205554,0.00424638610473211,0.0970218090335873,0.255951455205554,0.0146537418439872,0.00471859048915125,0.0213176528820543,0.22747791336539,0.255951455205554,0.0343142340585673,0.225656390547142,0.5,0.255951455205554,0.0115833954724053,0.501742252907695,0.255951455205554,0.0205268291271162,0.124436833564844,0.255951455205554,0.0277384762081434,0.236895319743336,0.255951455205554,0.0286224081457588,0.085420753615075,0.00599195793399016,0.947701982399385 -3199,0.255951455205554,0.0264777776449033,0.686646727138873,0.255951455205554,0.024565995028321,0.423198382705625,0.255951455205554,0.0814292191663985,0.366219747356855,0.255951455205554,0.0315906678205492,0.43525515781708,0.255951455205554,0.0843097404962151,0.0675142427983516,0.255951455205554,0.0924827598655513,0.0539965760159541,0.5,0.255951455205554,0.0918719082169543,0.00902895848826641,0.5,0.255951455205554,0.048911677097054,0.0935925591956618,0.5,0.255951455205554,0.0297186687685442,0.119622474707655,0.255951455205554,0.0946625794802238,0.00369876146042987,0.043632010842376,0.313288105119168,0.255951455205554,0.0752764287687957,0.353821532531564,0.5,0.255951455205554,0.0411658441424015,0.537281982451099,0.255951455205554,0.0709484130461038,0.274119912474067,0.255951455205554,0.0901867287369498,0.374772223270082,0.255951455205554,0.111069442313673,0.226338431524809,0.0309343566715524,0.942186330119422 -3200,0.255951455205554,0.0582505883066863,0.73117252080225,0.255951455205554,0.0541690342086442,0.463445623818433,0.255951455205554,0.142316620197688,0.474211815092485,0.255951455205554,0.0525903249377586,0.578669929580718,0.255951455205554,0.17369290905988,0.178586813600901,0.255951455205554,0.193739271637466,0.182254910181545,0.5,0.255951455205554,0.180096424160618,0.0501164912843838,0.5,0.255951455205554,0.0991824510153832,0.132476941458831,0.5,0.255951455205554,0.0830750155697304,0.18046906457755,0.255951455205554,0.184621843164784,0.0364998950687323,0.0577637020003682,0.239331303787486,0.255951455205554,0.0792533968982051,0.389474877934272,0.5,0.255951455205554,0.070828297266676,0.531675368919914,0.255951455205554,0.134613674270051,0.362352995103001,0.255951455205554,0.172883587330193,0.48150568705578,0.255951455205554,0.238463668230609,0.340688109223843,0.0585944621613251,0.934120789652906 -3201,0.255951455205554,0.0902821579443504,0.756385411567552,0.255951455205554,0.0969989938007711,0.61813373341346,0.255951455205554,0.171790206534735,0.56834933884625,0.255951455205554,0.0797775994618687,0.602544660927889,0.255951455205554,0.274058483526452,0.266738256365972,0.255951455205554,0.295234813858816,0.238818737103489,0.5,0.255951455205554,0.238140554315413,0.14611401772988,0.5,0.255951455205554,0.121369839638263,0.138985028584229,0.5,0.255951455205554,0.134055846404292,0.271005283526127,0.255951455205554,0.209619362130838,0.143192764748055,0.0987599340578772,0.301859714336972,0.255951455205554,0.103390287230545,0.372822326240341,0.5,0.255951455205554,0.101118988071103,0.51346845397502,0.255951455205554,0.172335065786918,0.364918950335715,0.255951455205554,0.233650542774178,0.495017653372139,0.255951455205554,0.337295016622703,0.367795053612445,0.0912528077229051,0.931965703594519 -3202,0.255951455205554,0.120230974845305,0.750376200749811,0.255951455205554,0.118827660366485,0.635494228201156,0.255951455205554,0.150671187546071,0.569323019407017,0.255951455205554,0.121657807352556,0.639989152316423,0.255951455205554,0.358648420152974,0.329410644467347,0.255951455205554,0.441683195828582,0.311617653451796,0.5,0.255951455205554,0.296855081603342,0.199632651908975,0.5,0.255951455205554,0.168105411689506,0.125882008373767,0.5,0.255951455205554,0.182551704949783,0.245014713904149,0.255951455205554,0.196568554716376,0.174172621072643,0.131226338945682,0.346246924465603,0.255951455205554,0.139525535848417,0.368862062477244,0.5,0.255951455205554,0.13025862248877,0.496321451115623,0.255951455205554,0.227107957954998,0.35551992443516,0.255951455205554,0.269420778544572,0.488987002024927,0.255951455205554,0.41063688115457,0.365469316425386,0.119601137281719,0.919531398386484 -3203,0.255951455205554,0.180188921441784,0.765902159751866,0.255951455205554,0.143026717656877,0.564450046191097,0.255951455205554,0.157043344955897,0.571466680056129,0.255951455205554,0.146203794582908,0.625984884324148,0.255951455205554,0.360390873229189,0.405927067586244,0.255951455205554,0.422669125704523,0.337256530344768,0.5,0.255951455205554,0.317700295430067,0.252126563560553,0.5,0.255951455205554,0.258000709299143,0.130798328558652,0.5,0.255951455205554,0.276891649809039,0.237709743179244,0.255951455205554,0.321322804183905,0.234457505129525,0.164448572909562,0.385663297255219,0.255951455205554,0.166822713042235,0.369794341488796,0.5,0.255951455205554,0.156450439934719,0.478712352870997,0.255951455205554,0.291969162439252,0.357193947767478,0.255951455205554,0.296726428207432,0.482521511421858,0.255951455205554,0.490139374355331,0.349208278510213,0.166437902767218,0.900477556342368 -3204,0.255951455205554,0.310366358579565,0.810141022587712,0.255951455205554,0.243956050832373,0.675777612346197,0.255951455205554,0.192534382756281,0.599006158190923,0.255951455205554,0.225161501939356,0.679892291447722,0.255951455205554,0.23499845080442,0.440268436866921,0.255951455205554,0.317033153227304,0.325352422710839,0.5,0.255951455205554,0.297318793267825,0.263026709562523,0.5,0.255951455205554,0.308796559528928,0.132006639462797,0.5,0.255951455205554,0.353925469641775,0.245743674825149,0.255951455205554,0.363946721738189,0.217135542886075,0.228781825581829,0.417838041296267,0.255951455205554,0.192353785583826,0.371897680205717,0.5,0.255951455205554,0.17456055147099,0.46457536536508,0.255951455205554,0.325082785887004,0.340232773031177,0.255951455205554,0.310408119264686,0.477143508007555,0.255951455205554,0.543491041080528,0.369035905321903,0.244954115803001,0.890419908630375 -3205,0.255951455205554,0.348081188950232,0.789533762564471,0.255951455205554,0.157290231511268,0.552040002727861,0.255951455205554,0.194614131904538,0.604020878011165,0.255951455205554,0.160285353942387,0.627513763450422,0.255951455205554,0.18579595145525,0.48298764073135,0.255951455205554,0.280232783054131,0.340197814218187,0.5,0.255951455205554,0.261142421583433,0.302004062837219,0.5,0.255951455205554,0.309682939711122,0.133044806434528,0.5,0.255951455205554,0.367276185773479,0.245180694143911,0.255951455205554,0.144747264181214,0.127240606321923,0.18070666726758,0.391652625591143,0.255951455205554,0.182566785447741,0.357194352825193,0.5,0.255951455205554,0.181829236078247,0.420602719924156,0.255951455205554,0.354094084294947,0.332782111845633,0.255951455205554,0.292866050730659,0.506026210671999,0.255951455205554,0.478682342718301,0.385612945195479,0.423735035510576,0.894738172895439 -3206,0.255951455205554,0.414878459576749,0.778811437070257,0.255951455205554,0.235253005949118,0.63642985508859,0.255951455205554,0.183399453455435,0.605903992077704,0.255951455205554,0.227545286989574,0.682423834184415,0.255951455205554,0.171289437665094,0.50744760386493,0.255951455205554,0.204217802582489,0.342486193634098,0.5,0.255951455205554,0.210424161281145,0.374273640739918,0.5,0.255951455205554,0.299347135522707,0.166758710377256,0.5,0.255951455205554,0.382487899904092,0.27213172716193,0.255951455205554,0.155744641073846,0.145671284893201,0.170772701491296,0.374657013488613,0.255951455205554,0.16202011445367,0.32530462637552,0.5,0.255951455205554,0.192950057621672,0.390711651890481,0.255951455205554,0.299899943457848,0.318156885930913,0.255951455205554,0.222140983741264,0.502115515261656,0.255951455205554,0.388388477969951,0.425144909938897,0.384085885357403,0.889868264029675 -3207,0.255951455205554,0.361795375422038,0.707512789847853,0.255951455205554,0.242985603247184,0.660341145697922,0.255951455205554,0.18007359270022,0.59706929383874,0.255951455205554,0.210563574054835,0.705313885756345,0.255951455205554,0.146169122750537,0.508985930086169,0.255951455205554,0.154360835710959,0.35900599569142,0.5,0.255951455205554,0.164943559824257,0.413412229478397,0.5,0.255951455205554,0.246124831878253,0.223257051926937,0.5,0.255951455205554,0.315317809495418,0.287164046877059,0.255951455205554,0.272194428871079,0.380936509406906,0.125770781779843,0.28453947077156,0.255951455205554,0.132393209530897,0.279454771873272,0.5,0.255951455205554,0.170053480571393,0.318697279456001,0.255951455205554,0.21233442347792,0.311620605601997,0.255951455205554,0.165816097621319,0.479228432543145,0.255951455205554,0.205014362753242,0.40545885482998,0.432838555954072,0.872028319386561 -3208,0.255951455205554,0.279317979700364,0.578846799403862,0.255951455205554,0.159599390422779,0.56603665230221,0.255951455205554,0.151353139049465,0.561725735701695,0.255951455205554,0.222161814082633,0.743118735409039,0.255951455205554,0.118508497355715,0.466710059864563,0.255951455205554,0.125874365783498,0.377233551187897,0.5,0.255951455205554,0.136765819662776,0.459165222791665,0.5,0.255951455205554,0.196609680213906,0.227721395724366,0.5,0.255951455205554,0.215297511681401,0.273390648418229,0.255951455205554,0.0900380061648825,0.358464192091088,0.102195854519877,0.196467222970208,0.255951455205554,0.0980726563749898,0.228831770455147,0.5,0.255951455205554,0.154468026340627,0.246488270392337,0.255951455205554,0.123549513535919,0.29518341714616,0.255951455205554,0.119538014528697,0.445793108738032,0.255951455205554,0.122397310715318,0.368078809194286,0.224413684148442,0.854235282387953 -3209,0.255951455205554,0.207818800438611,0.402909268216721,0.255951455205554,0.182019000537338,0.605623791210035,0.255951455205554,0.102194775756005,0.496765526126744,0.255951455205554,0.13875150114392,0.666296189857764,0.255951455205554,0.100550817863052,0.410438580236995,0.255951455205554,0.0995412182168971,0.37643081599926,0.5,0.255951455205554,0.197509344766185,0.573791418668996,0.5,0.255951455205554,0.110564094616605,0.198356096045297,0.5,0.255951455205554,0.120989883812627,0.245537366967187,0.255951455205554,0.150779029819913,0.374160981813966,0.0711448561209857,0.154316441738519,0.255951455205554,0.0688485846358121,0.170255687316807,0.5,0.255951455205554,0.124292515208157,0.166181003179773,0.255951455205554,0.0878738569712204,0.283478872613208,0.255951455205554,0.0726665573726566,0.388789822860699,0.255951455205554,0.0828330501944452,0.33573581296417,0.248106758339014,0.831001885473728 -3210,0.255951455205554,0.122381616204842,0.237426780986468,0.255951455205554,0.131340861539967,0.49749243013017,0.255951455205554,0.0565044409891864,0.403935891936156,0.255951455205554,0.0613069709101552,0.521437122183991,0.255951455205554,0.0586706199746531,0.350145537022622,0.255951455205554,0.0613181453617347,0.332993626930792,0.5,0.255951455205554,0.126322579004928,0.48745056822021,0.5,0.255951455205554,0.0547948786108056,0.173804409281864,0.5,0.255951455205554,0.0685182627634832,0.221693551656596,0.255951455205554,0.244965279025476,0.365691833080489,0.0350780985729225,0.0650722613520278,0.255951455205554,0.0530295520456486,0.130197642941728,0.5,0.255951455205554,0.0840298630603317,0.0882594298466023,0.255951455205554,0.0673985378362999,0.262949727172021,0.255951455205554,0.043207060874721,0.307612473896985,0.255951455205554,0.077663934832843,0.318025495507794,0.15128353551806,0.810574102301001 -3211,0.255951455205554,0.0568016789878764,0.109978899619663,0.255951455205554,0.0629531482280997,0.250647330998501,0.255951455205554,0.0278631910899867,0.298622285689857,0.255951455205554,0.0424542382074098,0.404820740353791,0.255951455205554,0.027292701890577,0.270119232401624,0.255951455205554,0.0189262183772759,0.272839799052085,0.5,0.255951455205554,0.0314792650859556,0.331907431909678,0.5,0.255951455205554,0.0250494526375311,0.182156614973265,0.5,0.255951455205554,0.0249805139098634,0.187767876575043,0.255951455205554,0.0532942866810918,0.217833180087766,0.0362132572750335,0.0257697735936804,0.255951455205554,0.0221355176915051,0.0707240182728741,0.5,0.255951455205554,0.0403876813913048,0.0318138686729492,0.255951455205554,0.0210489548324805,0.210695535193056,0.255951455205554,0.0128838211885354,0.204625370010915,0.255951455205554,0.0360700790670993,0.275429800315186,0.0490708122687057,0.792820654860313 -3212,0.255951455205554,0.000622485842837227,0.0500794352874135,0.255951455205554,0.0,0.120797306671843,0.255951455205554,9.85107422936671e-05,0.198291967226096,0.255951455205554,0.0,0.242464921320799,0.255951455205554,0.00023273288717097,0.203190260032796,0.255951455205554,6.44113118555741e-05,0.217155329244847,0.5,0.255951455205554,0.0,0.218412714312837,0.5,0.255951455205554,0.000109021378555292,0.151755024007132,0.5,0.255951455205554,3.65957627518591e-05,0.148907920847156,0.255951455205554,0.0,0.155001754651813,0.0,0.00832647856721639,0.255951455205554,6.19796979536336e-05,0.0306551173260788,0.5,0.255951455205554,3.24586745029065e-05,0.014267628245434,0.255951455205554,9.04125605347535e-05,0.16297514562285,0.255951455205554,3.4038424013658e-05,0.119087213613193,0.255951455205554,9.60706428298579e-05,0.200909975869244,0.0,0.740292628842346 -3213,0.255951455205554,0.0,0.0277250054352416,0.255951455205554,0.0,0.0886014082748318,0.255951455205554,0.0,0.13713200440413,0.255951455205554,0.0,0.128251527627567,0.255951455205554,0.0,0.160685159237254,0.255951455205554,0.0,0.177634399483359,0.5,0.255951455205554,0.0,0.15501776293658,0.5,0.255951455205554,0.0,0.152189619013643,0.5,0.255951455205554,0.0,0.151477453883633,0.255951455205554,0.0,0.100201024396005,0.0,0.00714830179932588,0.255951455205554,0.0,0.019754890131593,0.5,0.255951455205554,0.0,0.0143702116089851,0.255951455205554,0.0,0.136524849693092,0.255951455205554,0.0,0.0782542646880852,0.255951455205554,0.0,0.149286230894494,0.0,0.678057405985077 -3214,0.255951455205554,0.0,0.0154026200031564,0.255951455205554,0.0,0.0683641850921788,0.255951455205554,0.0,0.111815565137714,0.255951455205554,0.0,0.086864574167747,0.255951455205554,0.0,0.123378206800134,0.255951455205554,0.0,0.146359705298303,0.5,0.255951455205554,0.0,0.139240851537234,0.5,0.255951455205554,0.0,0.172595671920239,0.5,0.255951455205554,0.0,0.158293656751009,0.255951455205554,0.0,0.0498941638080017,0.0,0.00789454938492006,0.255951455205554,0.0,0.0179118680807929,0.5,0.255951455205554,0.0,0.01550702786291,0.255951455205554,0.0,0.124051338179574,0.255951455205554,0.0,0.0673373445022776,0.255951455205554,0.0,0.0978241670841074,0.0,0.553676780526301 -3215,0.255951455205554,0.0,0.0111804095009559,0.255951455205554,0.0,0.0564932979551232,0.255951455205554,0.0,0.108462217560631,0.255951455205554,0.0,0.0883038754634387,0.255951455205554,0.0,0.0911074023115986,0.255951455205554,0.0,0.114647704742128,0.5,0.255951455205554,0.0,0.144325385707869,0.5,0.255951455205554,0.0,0.200932587020535,0.5,0.255951455205554,0.0,0.177102931153947,0.255951455205554,0.0,0.0367634770787355,0.0,0.00698459065255981,0.255951455205554,0.0,0.0177788968485629,0.5,0.255951455205554,0.0,0.0137391537979442,0.255951455205554,0.0,0.116274068725553,0.255951455205554,0.0,0.0695004633223468,0.255951455205554,0.0,0.0637190316727206,0.0,0.459241125361929 -3216,0.255951455205554,0.0,0.00938636253722926,0.255951455205554,0.0,0.0497314773461816,0.255951455205554,0.0,0.112556930294128,0.255951455205554,0.0,0.087044574127405,0.255951455205554,0.0,0.0741502917953256,0.255951455205554,0.0,0.0921869633423926,0.5,0.255951455205554,0.0,0.131604336667662,0.5,0.255951455205554,0.0,0.195428220789715,0.5,0.255951455205554,0.0,0.18441905566166,0.255951455205554,0.0,0.0637509570517968,0.0,0.00701804331681098,0.255951455205554,0.0,0.0178332818026852,0.5,0.255951455205554,0.0,0.0114355604781323,0.255951455205554,0.0,0.106778672911549,0.255951455205554,0.0,0.0690013711995744,0.255951455205554,0.0,0.0480610107006864,0.0,0.381957392134978 -3217,0.255951455205554,0.0,0.00702254262768421,0.255951455205554,0.0,0.040259658800127,0.255951455205554,0.0,0.11089650887292,0.255951455205554,0.0,0.0761001364345951,0.255951455205554,0.0,0.0646785395242053,0.255951455205554,0.0,0.0774889050765943,0.5,0.255951455205554,0.0,0.115977485533882,0.5,0.255951455205554,0.0,0.170859272869662,0.5,0.255951455205554,0.0,0.166350337907733,0.255951455205554,0.0,0.0864905790558114,0.0,0.00669869410633595,0.255951455205554,0.0,0.0168202805671391,0.5,0.255951455205554,0.0,0.00996891934862371,0.255951455205554,0.0,0.0902316091079649,0.255951455205554,0.0,0.0618281063881869,0.255951455205554,0.0,0.0420369985429837,0.0,0.299814301222391 -3218,0.255951455205554,0.0,0.00450854238381294,0.255951455205554,0.0,0.0282556270255191,0.255951455205554,0.0,0.106376104234522,0.255951455205554,0.0,0.0634523875046096,0.255951455205554,0.0,0.0587627313886482,0.255951455205554,0.0,0.0700648497102803,0.5,0.255951455205554,0.0,0.118075615312667,0.5,0.255951455205554,0.0,0.145064333789404,0.5,0.255951455205554,0.0,0.138330749676776,0.255951455205554,0.0,0.102459953408578,0.0,0.00569294419037161,0.255951455205554,0.0,0.0139601665265166,0.5,0.255951455205554,0.0,0.00976591245895492,0.255951455205554,0.0,0.0700191431037712,0.255951455205554,0.0,0.0567284461720267,0.255951455205554,0.0,0.0451512516221591,0.0,0.249970977238881 -3219,0.255951455205554,0.0,0.00316871912408023,0.255951455205554,0.0,0.012186955898316,0.255951455205554,0.0,0.102205146310021,0.255951455205554,0.0,0.0480940952320764,0.255951455205554,0.0,0.0506075020420032,0.255951455205554,0.0,0.0637367575572688,0.5,0.255951455205554,0.0,0.118621395457752,0.5,0.255951455205554,0.0,0.118435208575651,0.5,0.255951455205554,0.0,0.117628476471606,0.255951455205554,0.0,0.111504236491171,0.0,0.00484112073367339,0.255951455205554,0.0,0.0123099091407074,0.5,0.255951455205554,0.0,0.00985552158732716,0.255951455205554,0.0,0.0558685473259198,0.255951455205554,0.0,0.0543203416711629,0.255951455205554,0.0,0.0506179156930271,0.0,0.233257164456605 -3220,0.255951455205554,0.0,0.00242212296484363,0.255951455205554,0.0,0.00395619116312682,0.255951455205554,0.0,0.100686818752527,0.255951455205554,0.0,0.036508802817471,0.255951455205554,0.0,0.0449967437653764,0.255951455205554,0.0,0.0515226309716645,0.5,0.255951455205554,0.0,0.0967262023101656,0.5,0.255951455205554,0.0,0.105600543367772,0.5,0.255951455205554,0.0,0.0981491089722876,0.255951455205554,0.0,0.108649631433029,0.0,0.00437659112906225,0.255951455205554,0.0,0.0118987002681974,0.5,0.255951455205554,0.0,0.00931179121753112,0.255951455205554,0.0,0.0455624133018368,0.255951455205554,0.0,0.0564020323650887,0.255951455205554,0.0,0.0576474774074311,0.0,0.194304731398928 -3221,0.255951455205554,2.82958514183807e-05,0.00213927358389355,0.255951455205554,0.0,0.0011319669899902,0.255951455205554,0.0,0.0847852628291786,0.255951455205554,0.0,0.0253375322696033,0.255951455205554,0.0,0.0427881326663245,0.255951455205554,0.0,0.0355278155903441,0.5,0.255951455205554,0.0,0.0702941911229125,0.5,0.255951455205554,0.0,0.102052316766609,0.5,0.255951455205554,0.0,0.0842629819889361,0.255951455205554,0.0,0.0932362365092732,0.000199002950306017,0.003057932929813,0.255951455205554,0.000284325167838026,0.0119521907707088,0.5,0.255951455205554,0.000437285935251242,0.00860158025288491,0.255951455205554,0.000136376344578101,0.0474404906814203,0.255951455205554,1.51241124817427e-07,0.0567639046417178,0.255951455205554,0.0,0.054841822387592,0.0,0.150337616526744 -3222,0.255951455205554,0.0455053637851961,0.00203712557693553,0.255951455205554,0.0466171112997105,0.000722654032353027,0.255951455205554,0.0164490227716206,0.0683149800764905,0.255951455205554,0.0308846415544737,0.0165129154022772,0.255951455205554,0.0103751832843462,0.0485684758169078,0.255951455205554,0.0165022441545259,0.0409081099449852,0.5,0.255951455205554,0.0098146630132579,0.0718143923130593,0.5,0.255951455205554,0.00790816287591931,0.106509477812129,0.5,0.255951455205554,0.0129571599718696,0.0930200905528534,0.255951455205554,0.0115581418007767,0.109154316008582,0.0086263678731661,0.00118280149183548,0.255951455205554,0.0117302328692188,0.0137145147058836,0.5,0.255951455205554,0.0170062988534723,0.00946291379418852,0.255951455205554,0.0213454364556291,0.0802971625480341,0.255951455205554,0.0258231657606006,0.0677178362203156,0.255951455205554,0.0243792412403547,0.0678544376156027,0.0497981690670835,0.120817295249443 -3223,0.255951455205554,0.124688068818974,0.00219102404240258,0.255951455205554,0.130533959100386,0.000175147249953804,0.255951455205554,0.0638730265796632,0.0540821697013729,0.255951455205554,0.1049648022448,0.0108890597210431,0.255951455205554,0.0529986135516814,0.0571565411852843,0.255951455205554,0.0797684529385763,0.0828454402467744,0.5,0.255951455205554,0.0615490921315816,0.121110483420787,0.5,0.255951455205554,0.0576046915084582,0.134460287378326,0.5,0.255951455205554,0.0615210820981005,0.120107031487783,0.255951455205554,0.0781545292938768,0.16480109275289,0.0348112779535998,0.000782473975486857,0.255951455205554,0.0492783440300666,0.0205272305110382,0.5,0.255951455205554,0.0511668780205522,0.0138552241248333,0.255951455205554,0.0814934905116189,0.158570496936093,0.255951455205554,0.0772810165797148,0.0902234432359142,0.255951455205554,0.0936166147278184,0.094109732305045,0.130337156154265,0.110010896191666 -3224,0.255951455205554,0.241258543247048,0.00287753887353756,0.255951455205554,0.251210460462718,0.000134954608224787,0.255951455205554,0.144022097213861,0.0654541750019774,0.255951455205554,0.212109599442676,0.00780739864468749,0.255951455205554,0.10909866243685,0.0646696987715743,0.255951455205554,0.161705989009045,0.110126843073435,0.5,0.255951455205554,0.131541064610434,0.172914191141386,0.5,0.255951455205554,0.121684440135864,0.154664747518355,0.5,0.255951455205554,0.127748107347052,0.158016872585946,0.255951455205554,0.159329464081313,0.215905582608212,0.0952717574223614,0.00197159075836405,0.255951455205554,0.110993924328052,0.0330120453554154,0.5,0.255951455205554,0.0889922521032227,0.0224070772794651,0.255951455205554,0.158246622641411,0.21493652730162,0.255951455205554,0.132662312442701,0.122915266901727,0.255951455205554,0.185991417638087,0.116893045395986,0.246161896952727,0.0904706311160566 -3225,0.255951455205554,0.366999489779656,0.0015995694768471,0.255951455205554,0.383484769569444,4.44012391752268e-05,0.255951455205554,0.246043270641787,0.0744756611946246,0.255951455205554,0.355282894810337,0.00514264940526899,0.255951455205554,0.171870344052788,0.0705797275062293,0.255951455205554,0.244990482430503,0.120259614532846,0.5,0.255951455205554,0.238051383364824,0.20861848781598,0.5,0.255951455205554,0.180759869220717,0.170414300933238,0.5,0.255951455205554,0.198365560028526,0.192308721425717,0.255951455205554,0.186626477385508,0.241214984984874,0.137446427503619,0.0229485175738164,0.255951455205554,0.203338737609701,0.0623084179490578,0.5,0.255951455205554,0.133808695760926,0.0427650074061921,0.255951455205554,0.214026567801576,0.25096067085611,0.255951455205554,0.173708473278402,0.138339540132986,0.255951455205554,0.261827106976948,0.140338088493461,0.374903661253209,0.0598851848593589 -3226,0.255951455205554,0.50221979681097,0.002113284680697,0.255951455205554,0.523062361374008,0.000395225804109091,0.255951455205554,0.329311076918599,0.0713733252258165,0.255951455205554,0.475234627498756,0.00453947170186533,0.255951455205554,0.222076354928522,0.0776804850329238,0.255951455205554,0.309804363085464,0.13261091448492,0.5,0.255951455205554,0.308650521394042,0.223015693130733,0.5,0.255951455205554,0.241513620365625,0.194166144982978,0.5,0.255951455205554,0.263660992003877,0.229515422359662,0.255951455205554,0.197994903538844,0.250844964976451,0.202396675950663,0.12370121105079,0.255951455205554,0.266297446152776,0.109168457374732,0.5,0.255951455205554,0.229187360214953,0.0874867264277827,0.255951455205554,0.234443233141326,0.282050685461382,0.255951455205554,0.274880321819836,0.181796598151381,0.255951455205554,0.267563005801075,0.16366176969183,0.514437179103283,0.0326516801427184 -3227,0.255951455205554,0.572825962248336,0.0018815164254786,0.255951455205554,0.541371132002639,0.00187851074258638,0.255951455205554,0.398246568363098,0.0754279269881163,0.255951455205554,0.563927685125208,0.0107659335936748,0.255951455205554,0.261708269050223,0.091455718517333,0.255951455205554,0.366772945839746,0.148169945478649,0.5,0.255951455205554,0.406031950725535,0.248940170930836,0.5,0.255951455205554,0.275283040302507,0.216022538930358,0.5,0.255951455205554,0.325788542659229,0.292603926226282,0.255951455205554,0.236983810837825,0.249370120115083,0.348002756313482,0.257269391326722,0.255951455205554,0.307624951383261,0.17321349990458,0.5,0.255951455205554,0.393098193219125,0.181994326506552,0.255951455205554,0.250485824571486,0.33048036688401,0.255951455205554,0.37562769727976,0.225323017903298,0.255951455205554,0.302402099363475,0.195128074907894,0.600496439534175,0.0257615148013911 -3228,0.255951455205554,0.545169481230985,0.00235176970216662,0.255951455205554,0.523349533206024,0.00846652168346411,0.255951455205554,0.43570594458648,0.0876558553975226,0.255951455205554,0.58686895675196,0.0252754466818073,0.255951455205554,0.31679975361707,0.116800774576151,0.255951455205554,0.383002679854742,0.170235383512688,0.5,0.255951455205554,0.440331539009584,0.285895629551612,0.5,0.255951455205554,0.295138959800811,0.239394848301185,0.5,0.255951455205554,0.392391292998389,0.345328278925536,0.255951455205554,0.279330369006827,0.233622098809508,0.408621812843185,0.272438940162501,0.255951455205554,0.354974210244288,0.203366813468999,0.5,0.255951455205554,0.422033077725538,0.232784050286739,0.255951455205554,0.252317833310353,0.370854191570439,0.255951455205554,0.313950588194375,0.216569119267809,0.255951455205554,0.308074209461616,0.24307874235524,0.484716204560358,0.0195411375487945 -3229,0.255951455205554,0.498877094169191,0.00752594678033926,0.255951455205554,0.4262279604073,0.0341813791806309,0.255951455205554,0.461607683341489,0.105174697071256,0.255951455205554,0.548947896551136,0.043406457561433,0.255951455205554,0.368470920764379,0.13596673453323,0.255951455205554,0.37972004853955,0.195043638937148,0.5,0.255951455205554,0.455998054840307,0.349581927081009,0.5,0.255951455205554,0.319301187687076,0.265581221881045,0.5,0.255951455205554,0.402412757351072,0.388448691020919,0.255951455205554,0.353023169089559,0.247408989556796,0.432169534905201,0.30595105694002,0.255951455205554,0.425096539142276,0.245957281312347,0.5,0.255951455205554,0.369911019775974,0.265544729225296,0.255951455205554,0.283603537767268,0.365666162925978,0.255951455205554,0.325757436738702,0.207755670449004,0.255951455205554,0.283425887440635,0.296458497806921,0.466685933267791,0.0143528183596706 -3230,0.255951455205554,0.511297681822085,0.0209151673404686,0.255951455205554,0.450815020017525,0.0733960145736936,0.255951455205554,0.43854023231752,0.12736489049286,0.255951455205554,0.504896305174233,0.0671462577703633,0.255951455205554,0.377256542566022,0.145950523268752,0.255951455205554,0.331113381992361,0.236415523783684,0.5,0.255951455205554,0.468296923691967,0.433793401407533,0.5,0.255951455205554,0.295135339179592,0.262209642278707,0.5,0.255951455205554,0.40441376738892,0.40973637583109,0.255951455205554,0.321264576512565,0.254094619428043,0.438388003540612,0.344123961117699,0.255951455205554,0.412220626130649,0.30761890976029,0.5,0.255951455205554,0.344488019034055,0.302561524850415,0.255951455205554,0.321654722024333,0.318618995782739,0.255951455205554,0.404342827588496,0.209140973589926,0.255951455205554,0.240872628015298,0.273908377197397,0.456219106128329,0.0125828346448523 -3231,0.255951455205554,0.471785134246184,0.033785594067707,0.255951455205554,0.415873099934517,0.118805676585551,0.255951455205554,0.430960204942907,0.147794100256856,0.255951455205554,0.455460806371835,0.0988413265849319,0.255951455205554,0.387795906544656,0.155004321594887,0.255951455205554,0.294436929204522,0.259660865272189,0.5,0.255951455205554,0.444326268553501,0.51556779796485,0.5,0.255951455205554,0.259559175542144,0.275116237757469,0.5,0.255951455205554,0.370087662381897,0.423378584309996,0.255951455205554,0.243799345330308,0.217452434385383,0.435853884980907,0.408197000160468,0.255951455205554,0.401582706441376,0.401377677926986,0.5,0.255951455205554,0.320857554558787,0.346190053040051,0.255951455205554,0.337323393650199,0.32046182595375,0.255951455205554,0.405569451599374,0.247646362726256,0.255951455205554,0.248452501460818,0.187581498859055,0.418192273258986,0.0113549368302556 -3232,0.255951455205554,0.384683159253805,0.0409863476008492,0.255951455205554,0.339696469136577,0.134034252011598,0.255951455205554,0.367213991314467,0.156184958311316,0.255951455205554,0.374819319129385,0.112395377637374,0.255951455205554,0.332013279540389,0.14839401708879,0.255951455205554,0.28786547768307,0.28115956269115,0.5,0.255951455205554,0.382351495922755,0.59014417839596,0.5,0.255951455205554,0.228452351402408,0.314322068762887,0.5,0.255951455205554,0.318925312370805,0.417559249095632,0.255951455205554,0.208674830621933,0.201361848909947,0.413039805144076,0.58853106926467,0.255951455205554,0.352903555584856,0.470288058017893,0.5,0.255951455205554,0.265159708557054,0.338123033603895,0.255951455205554,0.341792914000899,0.343098638808941,0.255951455205554,0.339908393430311,0.317729107129444,0.255951455205554,0.288348708545604,0.174268320331979,0.392589614204965,0.0102253274929627 -3233,0.255951455205554,0.283678318477437,0.0491127785343187,0.255951455205554,0.272153830731437,0.136416929619468,0.255951455205554,0.29207253914369,0.156056902389747,0.255951455205554,0.317694376135358,0.13488777315385,0.255951455205554,0.277117780961074,0.112334211451171,0.255951455205554,0.233222744729809,0.257360330060419,0.5,0.255951455205554,0.294864642209109,0.623215242911175,0.5,0.255951455205554,0.180867504160138,0.317430528847047,0.5,0.255951455205554,0.237142443183677,0.410101128223525,0.255951455205554,0.246269078822656,0.259925381525595,0.305766611654335,0.691635382481183,0.255951455205554,0.251755303284732,0.471733447766985,0.5,0.255951455205554,0.228301105435959,0.291691787655731,0.255951455205554,0.251618332851586,0.320566484155118,0.255951455205554,0.25733393717331,0.342309467656053,0.255951455205554,0.239279571577552,0.189633137416193,0.318654218255579,0.00891074230479989 -3234,0.255951455205554,0.189326443613079,0.0486847528395927,0.255951455205554,0.186337901178431,0.0990361037675481,0.255951455205554,0.194766967666667,0.122998083970974,0.255951455205554,0.19619372708334,0.13575473207377,0.255951455205554,0.198028814615925,0.0600078375177938,0.255951455205554,0.177889651262266,0.167818680137569,0.5,0.255951455205554,0.193549732994407,0.493005254273842,0.5,0.255951455205554,0.124576094449153,0.282193034521667,0.5,0.255951455205554,0.141092435315944,0.420741151697206,0.255951455205554,0.189169429785623,0.268247204472587,0.162676676343352,0.660012970523907,0.255951455205554,0.149323810000601,0.38393493458371,0.5,0.255951455205554,0.163948498528364,0.203851990019226,0.255951455205554,0.162321123677763,0.176749963028601,0.255951455205554,0.162231516297432,0.269149207892642,0.255951455205554,0.160648193897931,0.121491482723729,0.230599274189896,0.00559882259350677 -3235,0.255951455205554,0.0868011589084362,0.0410790529633052,0.255951455205554,0.0787647470519793,0.0564931804143061,0.255951455205554,0.0874683412839198,0.0803118504122267,0.255951455205554,0.0828566316156059,0.0978048448773017,0.255951455205554,0.0841566923315515,0.0147590830597662,0.255951455205554,0.0759762428125922,0.0417369393581506,0.5,0.255951455205554,0.0843856528167154,0.234845450104841,0.5,0.255951455205554,0.0558267030807606,0.181881752404858,0.5,0.255951455205554,0.0487143534283816,0.29965101967288,0.255951455205554,0.0784011046169439,0.270017749078352,0.0597365161820636,0.422954353037962,0.255951455205554,0.049317778365566,0.274042394912566,0.5,0.255951455205554,0.0660877640549629,0.0812696556739939,0.255951455205554,0.0522979624692662,0.102742083693808,0.255951455205554,0.0596020552142522,0.227166248348245,0.255951455205554,0.0596251064624644,0.0387454258002331,0.11008077558825,0.00180178188895785 -3236,0.255951455205554,0.00294006512148194,0.035324317532381,0.255951455205554,0.0,0.0524692695881154,0.255951455205554,0.00175247158713836,0.0680537427175923,0.255951455205554,0.0,0.0955001624398776,0.255951455205554,0.000295557630481116,0.00930462168947832,0.255951455205554,0.0,0.0282828868721278,0.5,0.255951455205554,0.0,0.0625262430622779,0.5,0.255951455205554,0.0,0.117100226870261,0.5,0.255951455205554,0.0,0.143308204936794,0.255951455205554,0.0,0.175274530931884,0.0,0.204842616437738,0.255951455205554,0.0,0.21751147541975,0.5,0.255951455205554,0.0,0.0634817069124248,0.255951455205554,0.0,0.139221514579166,0.255951455205554,0.0,0.227122359721032,0.255951455205554,0.0,0.0328739050394026,0.0,0.000837232462857227 -3237,0.255951455205554,0.0,0.0297768212554312,0.255951455205554,0.0,0.030921044773891,0.255951455205554,0.0,0.0633823217971579,0.255951455205554,0.0,0.087992845630381,0.255951455205554,0.0,0.014047161280996,0.255951455205554,0.0,0.0319384885293765,0.5,0.255951455205554,0.0,0.0279992074675384,0.5,0.255951455205554,0.0,0.0677679465303116,0.5,0.255951455205554,0.0,0.054294938477532,0.255951455205554,0.0,0.0775873815712701,0.0,0.183672061547256,0.255951455205554,0.0,0.194471644436629,0.5,0.255951455205554,0.0,0.0615846073260085,0.255951455205554,0.0,0.204324436486385,0.255951455205554,0.0,0.1982760939595,0.255951455205554,0.0,0.0430536066056325,0.0,0.0005297425740508 -3238,0.255951455205554,0.0,0.0174239004155481,0.255951455205554,0.0,0.0106260835468318,0.255951455205554,0.0,0.0447511026441208,0.255951455205554,0.0,0.0626238723864246,0.255951455205554,0.0,0.0203576210870573,0.255951455205554,0.0,0.0358237114835936,0.5,0.255951455205554,0.0,0.0275132468506285,0.5,0.255951455205554,0.0,0.0439624189851321,0.5,0.255951455205554,0.0,0.0278502594812816,0.255951455205554,0.0,0.0350454127353064,0.0,0.150829291554665,0.255951455205554,0.0,0.16457861072975,0.5,0.255951455205554,0.0,0.0534195896189223,0.255951455205554,0.0,0.231701180274494,0.255951455205554,0.0,0.129644130584068,0.255951455205554,0.0,0.0818688765847186,0.0,0.000328654825423792 -3239,0.255951455205554,0.0,0.0104661402441726,0.255951455205554,0.0,0.00678162126398293,0.255951455205554,0.0,0.030906048952114,0.255951455205554,0.0,0.0428920810464788,0.255951455205554,0.0,0.0257232786168585,0.255951455205554,0.0,0.0395598558650402,0.5,0.255951455205554,0.0,0.0356683627798612,0.5,0.255951455205554,0.0,0.0346130921861045,0.5,0.255951455205554,0.0,0.0345070897821979,0.255951455205554,0.0,0.0359730103508287,0.0,0.127093163440398,0.255951455205554,0.0,0.139768524288754,0.5,0.255951455205554,0.0,0.0411139258999545,0.255951455205554,0.0,0.19130684051727,0.255951455205554,0.0,0.0863279564611785,0.255951455205554,0.0,0.114867638278902,0.0,0.000238881019583662 -3240,0.255951455205554,0.0,0.00722513326076462,0.255951455205554,0.0,0.00486215993818116,0.255951455205554,0.0,0.0223157047063351,0.255951455205554,0.0,0.0269808894495076,0.255951455205554,0.0,0.0248138400481754,0.255951455205554,0.0,0.0466975757714151,0.5,0.255951455205554,0.0,0.0365027588015639,0.5,0.255951455205554,0.0,0.0315951495751202,0.5,0.255951455205554,0.0,0.0517498179108934,0.255951455205554,0.0,0.0488364851479844,0.0,0.123273200788542,0.255951455205554,0.0,0.123192043354591,0.5,0.255951455205554,0.0,0.0314511382387276,0.255951455205554,0.0,0.146590358920936,0.255951455205554,0.0,0.0767517993075091,0.255951455205554,0.0,0.0774331639846674,0.0,0.00117619545217567 -3241,0.255951455205554,0.0,0.0044182888130308,0.255951455205554,0.0,0.0032320924347795,0.255951455205554,0.0,0.0163638640688327,0.255951455205554,0.0,0.0153626163368598,0.255951455205554,0.0,0.0200111823926359,0.255951455205554,0.0,0.0550484953162608,0.5,0.255951455205554,0.0,0.033478508360872,0.5,0.255951455205554,0.0,0.0327186910462067,0.5,0.255951455205554,0.0,0.0643420262192937,0.255951455205554,0.0,0.0523289575561675,0.0,0.103563696322929,0.255951455205554,0.0,0.110209706877911,0.5,0.255951455205554,0.0,0.029342704627984,0.255951455205554,0.0,0.150343425814486,0.255951455205554,0.0,0.0788736773193255,0.255951455205554,0.0,0.0486975103034053,0.0,0.00209678964759084 -3242,0.255951455205554,0.0,0.00225067093077421,0.255951455205554,0.0,0.00199312160642263,0.255951455205554,0.0,0.0121681500116447,0.255951455205554,0.0,0.00754228676476712,0.255951455205554,0.0,0.0163712459016325,0.255951455205554,0.0,0.056266631645926,0.5,0.255951455205554,0.0,0.0326822051980013,0.5,0.255951455205554,0.0,0.0345979037626444,0.5,0.255951455205554,0.0,0.0839030054502746,0.255951455205554,0.0,0.0462778517146263,0.0,0.0919538151851461,0.255951455205554,0.0,0.109927631071377,0.5,0.255951455205554,0.0,0.0269305568612023,0.255951455205554,0.0,0.201655168863085,0.255951455205554,0.0,0.0732424335192156,0.255951455205554,0.0,0.0458701415227637,0.0,0.00382318163396773 -3243,0.255951455205554,0.0,0.000371832517451279,0.255951455205554,0.0,0.00106548717978284,0.255951455205554,0.0,0.00959462650486293,0.255951455205554,0.0,0.0034612652396609,0.255951455205554,0.0,0.0137764349930256,0.255951455205554,0.0,0.0547596756506284,0.5,0.255951455205554,0.0,0.0361664440339901,0.5,0.255951455205554,0.0,0.036889132092824,0.5,0.255951455205554,0.0,0.116231306886051,0.255951455205554,0.0,0.0378764280938713,0.0,0.103203737894101,0.255951455205554,0.0,0.120004430376362,0.5,0.255951455205554,0.0,0.0283198583748651,0.255951455205554,0.0,0.246408711303476,0.255951455205554,0.0,0.07486063004182,0.255951455205554,0.0,0.0510648726084349,0.0,0.00549544497948051 -3244,0.255951455205554,0.0,0.000154435468816129,0.255951455205554,0.0,0.000958056134919645,0.255951455205554,0.0,0.00713662410332482,0.255951455205554,0.0,0.00129216329962602,0.255951455205554,0.0,0.0127086442762184,0.255951455205554,0.0,0.0550325369202894,0.5,0.255951455205554,0.0,0.0415017162093581,0.5,0.255951455205554,0.0,0.0438744109040739,0.5,0.255951455205554,0.0,0.160025339503856,0.255951455205554,0.0,0.0448816332981812,0.0,0.115322700104594,0.255951455205554,0.0,0.126906442220209,0.5,0.255951455205554,0.0,0.0246347777356329,0.255951455205554,0.0,0.275322711759808,0.255951455205554,0.0,0.0788584506082826,0.255951455205554,0.0,0.0605965646256611,0.0,0.00840600420444983 -3245,0.255951455205554,7.96329447333771e-05,0.000299331749917382,0.255951455205554,0.0,0.00104195178396075,0.255951455205554,1.35125848237818e-07,0.00511753317711688,0.255951455205554,0.0,0.000620314942309952,0.255951455205554,0.0,0.0118726930003787,0.255951455205554,0.0,0.057337310503513,0.5,0.255951455205554,0.0,0.0506684084921607,0.5,0.255951455205554,0.0,0.0499622933847148,0.5,0.255951455205554,0.0,0.213424588128381,0.255951455205554,0.0,0.0482209552345116,0.00209174230071449,0.117075133938011,0.255951455205554,0.00195993421438153,0.123131376022222,0.5,0.255951455205554,0.00249061485954037,0.0175136385683304,0.255951455205554,0.00030864091604248,0.27126049598647,0.255951455205554,3.64275735326512e-05,0.0783713134540705,0.255951455205554,0.0,0.0701195204841186,0.000176458246267108,0.0102358111574916 -3246,0.255951455205554,0.0480395925428295,0.000495911209916483,0.255951455205554,0.0491894114893797,0.000886395486801624,0.255951455205554,0.0400775678114571,0.00352548252097679,0.255951455205554,0.0415292003941025,0.000649332416285978,0.255951455205554,0.030856354139622,0.00988758690271865,0.255951455205554,0.0353561061972009,0.046780507505186,0.5,0.255951455205554,0.0207850457324559,0.0575471740582886,0.5,0.255951455205554,0.0219178746179961,0.0458094970972858,0.5,0.255951455205554,0.0254982206117987,0.267126447276067,0.255951455205554,0.0159670481485768,0.0504682180761126,0.0633419210165201,0.103240470094271,0.255951455205554,0.062722709671782,0.119190994604792,0.5,0.255951455205554,0.062248678853399,0.0112968541580758,0.255951455205554,0.0389564870736917,0.283559950204916,0.255951455205554,0.0519184032959894,0.0679070658722446,0.255951455205554,0.0315076192523675,0.0785451561347691,0.0509721419444425,0.0114589319096359 -3247,0.255951455205554,0.128072483302561,0.00085045808111838,0.255951455205554,0.133255391665052,0.000640732268953539,0.255951455205554,0.121355530791871,0.0033500996467091,0.255951455205554,0.122085391906948,0.000360635684972992,0.255951455205554,0.111194326626421,0.0101541423820737,0.255951455205554,0.119967005367212,0.0635305053917612,0.5,0.255951455205554,0.106773472075978,0.0676545675345944,0.5,0.255951455205554,0.103185295264747,0.0997663762771628,0.5,0.255951455205554,0.0821560602368825,0.358544118665163,0.255951455205554,0.102953736266129,0.0618472559623907,0.16098494639766,0.199434374317217,0.255951455205554,0.160789860279308,0.166394174137292,0.5,0.255951455205554,0.154691869181317,0.0131777800654602,0.255951455205554,0.125818737480037,0.306121868070586,0.255951455205554,0.144543964638254,0.0993318594250157,0.255951455205554,0.104518495280302,0.0971666636893926,0.132867090674749,0.0114713678209568 -3248,0.255951455205554,0.248492023061655,0.00366758574299078,0.255951455205554,0.259693510936252,0.000879754307673295,0.255951455205554,0.246774749937614,0.0087787838912582,0.255951455205554,0.246669362720105,0.00050174930459306,0.255951455205554,0.236143298240777,0.0327536891786804,0.255951455205554,0.246498022756902,0.175488431571277,0.5,0.255951455205554,0.23454160071194,0.148647640839273,0.5,0.255951455205554,0.213324189312503,0.260953033913753,0.5,0.255951455205554,0.149308067351865,0.403764401831713,0.255951455205554,0.229109903819413,0.148192746028687,0.293703631917429,0.2954459848157,0.255951455205554,0.293879733339451,0.279696344670323,0.5,0.255951455205554,0.284685574121096,0.0446270740194897,0.255951455205554,0.257354383881164,0.331566875192267,0.255951455205554,0.277353421333548,0.191685733571464,0.255951455205554,0.223978743747124,0.139495273488468,0.256331645388476,0.00910274001622374 -3249,0.255951455205554,0.372773318025144,0.0139841179663822,0.255951455205554,0.392372850281894,0.00418123219261667,0.255951455205554,0.382110638043313,0.0173051181499357,0.255951455205554,0.3798909833727,0.00129733844440946,0.255951455205554,0.374015439925387,0.0811301231647206,0.255951455205554,0.389658874828362,0.30094998787987,0.5,0.255951455205554,0.375442441304695,0.360080892776976,0.5,0.255951455205554,0.320715398669045,0.30484024092614,0.5,0.255951455205554,0.227692582367888,0.394857156793837,0.255951455205554,0.371421321416764,0.479127051039366,0.432909839101134,0.354690234965976,0.255951455205554,0.434797117000495,0.393078271210652,0.5,0.255951455205554,0.419689051207884,0.111716544252001,0.255951455205554,0.410582131960732,0.419198532288918,0.255951455205554,0.419391679916696,0.297318983015291,0.255951455205554,0.382822038199126,0.197683296753811,0.379847389194785,0.00767710639353915 -3250,0.255951455205554,0.498197177063183,0.0371669804884052,0.255951455205554,0.529916831166201,0.0168514488012632,0.255951455205554,0.523602173898585,0.030677390444615,0.255951455205554,0.519580819395826,0.00525551558865472,0.255951455205554,0.520186217600403,0.124048428463774,0.255951455205554,0.541910454940478,0.349342067128458,0.5,0.255951455205554,0.514944203012699,0.465902476780243,0.5,0.255951455205554,0.437861825757072,0.294104948410211,0.5,0.255951455205554,0.324297598961882,0.402572743465348,0.255951455205554,0.510075680602757,0.659332827613646,0.568280716036852,0.489711808572625,0.255951455205554,0.57265897343359,0.497530381192555,0.5,0.255951455205554,0.556361259621433,0.222235694692688,0.255951455205554,0.564711389730589,0.606841575032817,0.255951455205554,0.561687600781487,0.357108741766943,0.255951455205554,0.555424686076813,0.359415408959824,0.502653204950745,0.0114994349234879 -3251,0.255951455205554,0.591323783016605,0.0737233889078835,0.255951455205554,0.637647931311667,0.0612077726964613,0.255951455205554,0.637075519446095,0.0625816011545202,0.255951455205554,0.631450519010368,0.0220048347878433,0.255951455205554,0.637325432923397,0.17270818763771,0.255951455205554,0.659005902498598,0.387467962846399,0.5,0.255951455205554,0.638184694021521,0.461610278713337,0.5,0.255951455205554,0.538256527836706,0.341328541312719,0.5,0.255951455205554,0.447525244861711,0.521672112699831,0.255951455205554,0.618472435574837,0.620543934327262,0.666355739926577,0.668081206307109,0.255951455205554,0.67210170159108,0.621644743345201,0.5,0.255951455205554,0.650719205018165,0.330325726617324,0.255951455205554,0.67342817497385,0.782724961096963,0.255951455205554,0.668073390100034,0.442530117695548,0.255951455205554,0.673402505563742,0.479580956439259,0.591560559013387,0.015654387159326 -3252,0.255951455205554,0.638118032794757,0.133066456312866,0.255951455205554,0.678541189136155,0.145118173209969,0.255951455205554,0.690419731111887,0.114727486139953,0.255951455205554,0.67809253120053,0.0747598090894679,0.255951455205554,0.700811011740467,0.232691973986876,0.255951455205554,0.724714188881518,0.412415813406733,0.5,0.255951455205554,0.718439549062119,0.48660334254211,0.5,0.255951455205554,0.605598149154533,0.40415608013779,0.5,0.255951455205554,0.534986981003822,0.637871419428233,0.255951455205554,0.711321554327998,0.571231260808463,0.716967077874805,0.818412816229449,0.255951455205554,0.720986904529303,0.72320173300679,0.5,0.255951455205554,0.701619227792881,0.403511811977078,0.255951455205554,0.714784105159528,0.897500802656442,0.255951455205554,0.724848454094005,0.541790321040956,0.255951455205554,0.73241291281742,0.579528611522921,0.641535503329871,0.0196628697479139 -3253,0.255951455205554,0.664044625524608,0.185607977455077,0.255951455205554,0.697687600724279,0.240131816508651,0.255951455205554,0.71462175039503,0.177796800557251,0.255951455205554,0.70422613110665,0.157873725365992,0.255951455205554,0.730431184339025,0.280835151588512,0.255951455205554,0.740215403660926,0.416961292216978,0.5,0.255951455205554,0.744402507865005,0.510797947151152,0.5,0.255951455205554,0.658320879046622,0.492272689139198,0.5,0.255951455205554,0.558560900541965,0.72315116039825,0.255951455205554,0.749748478262574,0.633554699095355,0.727084495154295,0.840877502058904,0.255951455205554,0.724697810796965,0.792746053288014,0.5,0.255951455205554,0.708059359869875,0.44273024304234,0.255951455205554,0.714976188900698,0.94456358597468,0.255951455205554,0.739467045564152,0.658118597489823,0.255951455205554,0.74950482436177,0.644316422589526,0.665918920706792,0.0219883137287101 -3254,0.255951455205554,0.643497822119428,0.207994863422799,0.255951455205554,0.673493973386097,0.295750874608128,0.255951455205554,0.693609777061399,0.235802712446227,0.255951455205554,0.684598156296943,0.244537724658042,0.255951455205554,0.712803626895078,0.313873548846224,0.255951455205554,0.712845878607058,0.468245323406678,0.5,0.255951455205554,0.713672257517548,0.468289249206952,0.5,0.255951455205554,0.646504505985443,0.557165979066472,0.5,0.255951455205554,0.505524323419286,0.775700818331497,0.255951455205554,0.712469426094099,0.619339275459339,0.695876370543231,0.864474749482408,0.255951455205554,0.689113044066902,0.829015805674142,0.5,0.255951455205554,0.679049847087315,0.455947639357293,0.255951455205554,0.665783912647245,0.967239856388452,0.255951455205554,0.709418792675252,0.727617440437602,0.255951455205554,0.718053406728149,0.709121555565916,0.64655743255355,0.0229120292125426 -3255,0.255951455205554,0.519025330352145,0.215403750132973,0.255951455205554,0.616268134273441,0.287389718885172,0.255951455205554,0.626000079210567,0.285754677710399,0.255951455205554,0.627184464184157,0.30146593873503,0.255951455205554,0.644321513157117,0.322519089314041,0.255951455205554,0.654572259523924,0.540057944234993,0.5,0.255951455205554,0.6490243936471,0.447610420573625,0.5,0.255951455205554,0.591504842217054,0.6156979641443,0.5,0.255951455205554,0.403213916491182,0.800865320144806,0.255951455205554,0.651907448891378,0.470863025914303,0.614405655302062,0.887633051390028,0.255951455205554,0.592751389814324,0.854793318202741,0.5,0.255951455205554,0.6062484333943,0.451770295223652,0.255951455205554,0.560003735785202,0.971281760701122,0.255951455205554,0.629659273038107,0.768430919401605,0.255951455205554,0.628357990180931,0.74910037316183,0.551558602755424,0.0196991564627894 -3256,0.255951455205554,0.362880600800352,0.1956524048243,0.255951455205554,0.50270202677967,0.277839821405484,0.255951455205554,0.510112438897046,0.316333308908203,0.255951455205554,0.515810068124404,0.32676167092551,0.255951455205554,0.528844202580539,0.321285446526798,0.255951455205554,0.531799837061129,0.573840476434622,0.5,0.255951455205554,0.539747621902419,0.470234895594145,0.5,0.255951455205554,0.458316685199189,0.614244044728868,0.5,0.255951455205554,0.311188168646616,0.8092315016464,0.255951455205554,0.545718773073763,0.468800339552497,0.488895486101733,0.88715845281848,0.255951455205554,0.452672005120544,0.851126344966618,0.5,0.255951455205554,0.488775111355818,0.444804826647906,0.255951455205554,0.42222398697946,0.949491134939608,0.255951455205554,0.498618347724471,0.776620272084496,0.255951455205554,0.49897304767087,0.77307785228897,0.138287897228024,0.0131818129573764 -3257,0.255951455205554,0.262898211062499,0.147091320544616,0.255951455205554,0.365364874798113,0.2568200985284,0.255951455205554,0.372867416836385,0.300145220505375,0.255951455205554,0.381230731780756,0.316565914876124,0.255951455205554,0.38570594828857,0.291345001453217,0.255951455205554,0.382603619971757,0.531811825236493,0.5,0.255951455205554,0.397694761940453,0.453667689985125,0.5,0.255951455205554,0.312819118259213,0.540782875111717,0.5,0.255951455205554,0.212062097902086,0.760342230939069,0.255951455205554,0.402766654052159,0.406731091162461,0.350212690930021,0.867462295816649,0.255951455205554,0.313003536860527,0.805848319515483,0.5,0.255951455205554,0.356396840797722,0.400996670143525,0.255951455205554,0.282607404609175,0.879113720724338,0.255951455205554,0.347549622893529,0.729029768707225,0.255951455205554,0.35186044174548,0.716755216657358,0.059131262202071,0.00939042111992501 -3258,0.255951455205554,0.172516446989388,0.0958266931346278,0.255951455205554,0.229301554352658,0.126872947115621,0.255951455205554,0.24017220150013,0.218763491505642,0.255951455205554,0.247227158794213,0.276930014809425,0.255951455205554,0.249424734643228,0.161677694691523,0.255951455205554,0.245709618154002,0.282503559252085,0.5,0.255951455205554,0.260767085041822,0.301460746122587,0.5,0.255951455205554,0.186750247248601,0.306916831179306,0.5,0.255951455205554,0.12043408059656,0.572570956775519,0.255951455205554,0.265331715688521,0.187961554931817,0.208735313331257,0.765910902357378,0.255951455205554,0.181622647073494,0.649891262010922,0.5,0.255951455205554,0.217605028808393,0.256703059594897,0.255951455205554,0.160515838834511,0.721802842364787,0.255951455205554,0.209584914100391,0.518285592222398,0.255951455205554,0.210314888499587,0.425819516842599,0.118768615005761,0.00910372592093448 -3259,0.255951455205554,0.0859109601895358,0.0532862285061406,0.255951455205554,0.0762693139429414,0.0523722902015031,0.255951455205554,0.0976877352649664,0.131281093405407,0.255951455205554,0.0948785518699425,0.163652768701331,0.255951455205554,0.102950650478378,0.0861589370459809,0.255951455205554,0.0702567426325294,0.147842150600119,0.5,0.255951455205554,0.0835714963030632,0.178352965083142,0.5,0.255951455205554,0.0614964944724172,0.178035511193954,0.5,0.255951455205554,0.0424528041377462,0.33094066097627,0.255951455205554,0.0873211315899161,0.14180653587475,0.0632173756709384,0.536521564426732,0.255951455205554,0.0624065190102723,0.447007901638045,0.5,0.255951455205554,0.067621899555774,0.0851526623094776,0.255951455205554,0.0609923774072697,0.550814005051463,0.255951455205554,0.0624214000635129,0.335032674439914,0.255951455205554,0.067373690448389,0.187997764267474,0.0588662694303058,0.00843360189473177 -3260,0.255951455205554,0.00601637085041479,0.0351309815960916,0.255951455205554,7.01135740944346e-05,0.059405584181473,0.255951455205554,0.00394293899790308,0.0880994560558033,0.255951455205554,0.000292454522759136,0.0763915596352001,0.255951455205554,0.0016174252243268,0.0891305642032315,0.255951455205554,0.0,0.112652296514702,0.5,0.255951455205554,0.0,0.156101886253044,0.5,0.255951455205554,3.08354283958365e-05,0.138451800555642,0.5,0.255951455205554,4.49939096461377e-05,0.197347482311004,0.255951455205554,0.0,0.171102262229186,0.0,0.412267712940028,0.255951455205554,0.0,0.344578997754212,0.5,0.255951455205554,0.0,0.0499013693194343,0.255951455205554,0.0,0.460823261930745,0.255951455205554,0.0,0.253250269559146,0.255951455205554,0.0,0.142353186621568,0.0,0.00507202227733125 -3261,0.255951455205554,0.0,0.0393025425356891,0.255951455205554,0.0,0.039931423027277,0.255951455205554,0.0,0.0641275978016735,0.255951455205554,0.0,0.0597073111429065,0.255951455205554,0.0,0.0887084283066064,0.255951455205554,0.0,0.101392136426365,0.5,0.255951455205554,0.0,0.123098092325837,0.5,0.255951455205554,0.0,0.103462100459697,0.5,0.255951455205554,0.0,0.137652095395977,0.255951455205554,0.0,0.17101269998727,0.0,0.285644678509411,0.255951455205554,0.0,0.27232306720635,0.5,0.255951455205554,0.0,0.0410611502736497,0.255951455205554,0.0,0.421314524892846,0.255951455205554,0.0,0.204551917929713,0.255951455205554,0.0,0.159881693736248,0.0,0.00240010307973012 -3262,0.255951455205554,0.0,0.0387510003935131,0.255951455205554,0.0,0.0242838488788038,0.255951455205554,0.0,0.0448181673176554,0.255951455205554,0.0,0.0474777192149593,0.255951455205554,0.0,0.0677175580332839,0.255951455205554,0.0,0.107030217841993,0.5,0.255951455205554,0.0,0.0899876937209834,0.5,0.255951455205554,0.0,0.0756745216295707,0.5,0.255951455205554,0.0,0.106840758999791,0.255951455205554,0.0,0.139082023446923,0.0,0.192837039430048,0.255951455205554,0.0,0.201786057066754,0.5,0.255951455205554,0.0,0.036214707217019,0.255951455205554,0.0,0.377901574272356,0.255951455205554,0.0,0.159520674940124,0.255951455205554,0.0,0.155026810426099,0.0,0.00121169251841257 -3263,0.255951455205554,0.0,0.0341528422195449,0.255951455205554,0.0,0.0242802650845825,0.255951455205554,0.0,0.0350268466649427,0.255951455205554,0.0,0.0387784460041499,0.255951455205554,0.0,0.0438836509201865,0.255951455205554,0.0,0.107463128188176,0.5,0.255951455205554,0.0,0.076042736488853,0.5,0.255951455205554,0.0,0.0604868484357963,0.5,0.255951455205554,0.0,0.0970246025058619,0.255951455205554,0.0,0.112638081884862,0.0,0.137147042405847,0.255951455205554,0.0,0.147588045032032,0.5,0.255951455205554,0.0,0.0280557291636839,0.255951455205554,0.0,0.311881872240895,0.255951455205554,0.0,0.122680370865215,0.255951455205554,0.0,0.122165140478947,0.0,0.00179107554649685 -3264,0.255951455205554,0.0,0.0286935966746123,0.255951455205554,0.0,0.0322175848650883,0.255951455205554,0.0,0.0283919362316179,0.255951455205554,0.0,0.0331931987554184,0.255951455205554,0.0,0.0324431108750423,0.255951455205554,0.0,0.084090508403032,0.5,0.255951455205554,0.0,0.0773147485898297,0.5,0.255951455205554,0.0,0.0569631911104617,0.5,0.255951455205554,0.0,0.0950037315457248,0.255951455205554,0.0,0.0885926435639007,0.0,0.115218618039033,0.255951455205554,0.0,0.116631786348121,0.5,0.255951455205554,0.0,0.0202313901899932,0.255951455205554,0.0,0.239235436687835,0.255951455205554,0.0,0.0958081169236611,0.255951455205554,0.0,0.0918797572456264,0.0,0.00206248749545402 -3265,0.255951455205554,0.0,0.0254980973344162,0.255951455205554,0.0,0.0334905319889596,0.255951455205554,0.0,0.0235432686218838,0.255951455205554,0.0,0.0310877443211749,0.255951455205554,0.0,0.0242082757306563,0.255951455205554,0.0,0.0611517004958192,0.5,0.255951455205554,0.0,0.0855976127246356,0.5,0.255951455205554,0.0,0.0544898762980994,0.5,0.255951455205554,0.0,0.0892769421356192,0.255951455205554,0.0,0.0906023465497019,0.0,0.0995613825178051,0.255951455205554,0.0,0.0980088855541561,0.5,0.255951455205554,0.0,0.0153506223492064,0.255951455205554,0.0,0.191630487231521,0.255951455205554,0.0,0.0762111087743504,0.255951455205554,0.0,0.0702586273902144,0.0,0.00181101398104905 -3266,0.255951455205554,0.0,0.0209834065996665,0.255951455205554,0.0,0.0264086804671843,0.255951455205554,0.0,0.0200214460255301,0.255951455205554,0.0,0.0277880339729641,0.255951455205554,0.0,0.0186844416149558,0.255951455205554,0.0,0.0503842540027181,0.5,0.255951455205554,0.0,0.0860453464066953,0.5,0.255951455205554,0.0,0.047679864366061,0.5,0.255951455205554,0.0,0.0826356187496211,0.255951455205554,0.0,0.108098709952133,0.0,0.0754962733012211,0.255951455205554,0.0,0.0842721547348806,0.5,0.255951455205554,0.0,0.0143566790985224,0.255951455205554,0.0,0.170991806105532,0.255951455205554,0.0,0.0674143084796725,0.255951455205554,0.0,0.0570471460080825,0.0,0.00158094826912961 -3267,0.255951455205554,0.0,0.0139533813424856,0.255951455205554,0.0,0.0224758312796699,0.255951455205554,0.0,0.0163416837145495,0.255951455205554,0.0,0.021815719589458,0.255951455205554,0.0,0.0141374178097158,0.255951455205554,0.0,0.0472115964793694,0.5,0.255951455205554,0.0,0.0705505039585653,0.5,0.255951455205554,0.0,0.0406691645403579,0.5,0.255951455205554,0.0,0.0801707934523413,0.255951455205554,0.0,0.120184156253482,0.0,0.0642621090558513,0.255951455205554,0.0,0.082073785691691,0.5,0.255951455205554,0.0,0.0177436157217011,0.255951455205554,0.0,0.16333969286127,0.255951455205554,0.0,0.0664640176107015,0.255951455205554,0.0,0.0522824787762152,0.0,0.0012460182816066 -3268,0.255951455205554,0.0,0.00868452963104055,0.255951455205554,0.0,0.0251145836112983,0.255951455205554,0.0,0.0133274451097758,0.255951455205554,0.0,0.0182791440189415,0.255951455205554,0.0,0.0103326806691008,0.255951455205554,0.0,0.0454834150797589,0.5,0.255951455205554,0.0,0.0556228740533926,0.5,0.255951455205554,0.0,0.0368847184113982,0.5,0.255951455205554,0.0,0.0828296736728135,0.255951455205554,0.0,0.0991434464417442,0.0,0.0664756196109474,0.255951455205554,0.0,0.0850679644548268,0.5,0.255951455205554,0.0,0.021415744349206,0.255951455205554,0.0,0.179413048369507,0.255951455205554,0.0,0.0650051221529823,0.255951455205554,0.0,0.0516686470064121,0.0,0.00152749091421739 -3269,0.255951455205554,7.19922356004199e-05,0.00615856077806289,0.255951455205554,0.0,0.0294253027336507,0.255951455205554,1.6082167650677e-06,0.0118859162452763,0.255951455205554,0.0,0.0176579926926064,0.255951455205554,0.0,0.00855560020756434,0.255951455205554,0.0,0.0427548924860608,0.5,0.255951455205554,0.0,0.0465821823067544,0.5,0.255951455205554,0.0,0.0335580174137177,0.5,0.255951455205554,0.0,0.0840646696405001,0.255951455205554,0.0,0.0693293803774712,0.00231556717984571,0.0719389347299907,0.255951455205554,0.0015459694782344,0.0847101810178327,0.5,0.255951455205554,0.00251761965801937,0.0236060900535314,0.255951455205554,4.06656339553319e-05,0.198157519549958,0.255951455205554,0.000105256280392625,0.0568630437926757,0.255951455205554,0.0,0.0498630173621495,1.9956869593385e-05,0.00224076791723486 -3270,0.255951455205554,0.0218404633268631,0.00636723540922431,0.255951455205554,0.0159998223591574,0.0334372431080495,0.255951455205554,0.0265808549465154,0.0108383423380013,0.255951455205554,0.00396532213474314,0.0175478481758568,0.255951455205554,0.0286361373970527,0.0073933517555738,0.255951455205554,0.0358714066243892,0.0361486051969074,0.5,0.255951455205554,0.0256919418736245,0.0408507142889661,0.5,0.255951455205554,0.026048468375242,0.0281549821592627,0.5,0.255951455205554,0.0178877277988463,0.109040555913796,0.255951455205554,0.0212765730651977,0.054950003110187,0.064248341779105,0.0726499269759913,0.255951455205554,0.0434639827035454,0.0889820673193825,0.5,0.255951455205554,0.0569267728919208,0.0225171544287296,0.255951455205554,0.0150863175083164,0.219750046085751,0.255951455205554,0.0515913742980939,0.0538104213748059,0.255951455205554,0.0335421326616114,0.0548336580865732,0.00539722373397493,0.00239086529064152 -3271,0.255951455205554,0.0825480926447747,0.00929446042268454,0.255951455205554,0.0786315330848189,0.0447034928480081,0.255951455205554,0.0898982276020069,0.011952744965147,0.255951455205554,0.0254481499766531,0.0175046721664861,0.255951455205554,0.104317944085751,0.00733222447089859,0.255951455205554,0.119296588075717,0.0403192719321782,0.5,0.255951455205554,0.106293747743774,0.0386067701117559,0.5,0.255951455205554,0.106294542931832,0.0435232208564694,0.5,0.255951455205554,0.0687209545688162,0.171546837039779,0.255951455205554,0.101664878821169,0.0474088119862331,0.155031526928522,0.106116127109463,0.255951455205554,0.105903377612963,0.117494524031111,0.5,0.255951455205554,0.135594965127292,0.0343735594464302,0.255951455205554,0.0461638272294912,0.228107117494723,0.255951455205554,0.138616109551226,0.0865633724496873,0.255951455205554,0.104627669951292,0.0766912948067857,0.0521383982187921,0.00237785581560106 -3272,0.255951455205554,0.188242605560593,0.0163097944029592,0.255951455205554,0.17541235911442,0.0651496269814144,0.255951455205554,0.184755910077707,0.0227606448924693,0.255951455205554,0.0861358811232306,0.0181228647503823,0.255951455205554,0.217196790100414,0.0211203454167468,0.255951455205554,0.243904518894553,0.0863588789453344,0.5,0.255951455205554,0.229765668751513,0.083715507885139,0.5,0.255951455205554,0.214592453064401,0.0971866143704284,0.5,0.255951455205554,0.134980277677034,0.235092325562092,0.255951455205554,0.225774303277302,0.0985558845635404,0.259365529675073,0.203031625131888,0.255951455205554,0.185049729570605,0.181491759401573,0.5,0.255951455205554,0.230566215202996,0.0923979747248643,0.255951455205554,0.0889414492018697,0.223829820106594,0.255951455205554,0.253762904041466,0.146353613358091,0.255951455205554,0.205188573772746,0.13358417697009,0.216938231392704,0.00269312616137311 -3273,0.255951455205554,0.312559981902707,0.0207735039184048,0.255951455205554,0.216400025763878,0.10090270474881,0.255951455205554,0.280894673546235,0.0424773739452568,0.255951455205554,0.189036160090918,0.0280879016491507,0.255951455205554,0.335784117983699,0.058158867039183,0.255951455205554,0.379646413384238,0.190684001535644,0.5,0.255951455205554,0.367665980431904,0.180400393259469,0.5,0.255951455205554,0.335108822859841,0.205817211535844,0.5,0.255951455205554,0.194082196526161,0.312658469018751,0.255951455205554,0.366276969732476,0.217881106813597,0.346720686658432,0.264799702033506,0.255951455205554,0.249834888140379,0.242215559322176,0.5,0.255951455205554,0.335633762663289,0.179247404326315,0.255951455205554,0.13776628662676,0.225673868575451,0.255951455205554,0.374383084401459,0.20835897679162,0.255951455205554,0.317380863697024,0.203660685087172,0.341910912050155,0.00291970262981277 -3274,0.255951455205554,0.424089181785622,0.0218543363620639,0.255951455205554,0.248048199624409,0.142451415903588,0.255951455205554,0.362367349337383,0.0711662187794455,0.255951455205554,0.285549185171132,0.0420184354825036,0.255951455205554,0.438405019342287,0.146073683624165,0.255951455205554,0.522668320469335,0.334525232816031,0.5,0.255951455205554,0.511190286706449,0.278172467144049,0.5,0.255951455205554,0.44693189996247,0.297154421599843,0.5,0.255951455205554,0.236178564885117,0.33542577962355,0.255951455205554,0.514958873504084,0.370541849047905,0.453925020606723,0.376411276886023,0.255951455205554,0.302966513637224,0.331694579445842,0.5,0.255951455205554,0.465750055370542,0.288755210775995,0.255951455205554,0.206319994591123,0.252708223729065,0.255951455205554,0.486862663096134,0.285988504390665,0.255951455205554,0.437027925089219,0.288416918070472,0.41216785473518,0.00361740168266733 -3275,0.255951455205554,0.492380040321693,0.0249079995634823,0.255951455205554,0.353742845810811,0.179697915506334,0.255951455205554,0.382138668768344,0.0937789906786628,0.255951455205554,0.328001734508394,0.0550267577964416,0.255951455205554,0.452680568888669,0.183541601542524,0.255951455205554,0.62589212428196,0.433089536210303,0.5,0.255951455205554,0.627031951168759,0.339214467443329,0.5,0.255951455205554,0.526698620079177,0.331141808532672,0.5,0.255951455205554,0.267099750465623,0.311217945004122,0.255951455205554,0.63545763084797,0.455680142885219,0.461731334829515,0.429430513642769,0.255951455205554,0.334638830445704,0.407570366071304,0.5,0.255951455205554,0.54177928222781,0.415024829473381,0.255951455205554,0.247966463271745,0.283845761476898,0.255951455205554,0.5694250380516,0.42424149937938,0.255951455205554,0.535399013404074,0.38751885128098,0.450005369432275,0.00485539340407819 -3276,0.255951455205554,0.545882583762649,0.0275917269271546,0.255951455205554,0.42263831498723,0.173949753830309,0.255951455205554,0.401813995148396,0.0955165030019681,0.255951455205554,0.407472736706218,0.0508719211622167,0.255951455205554,0.350484691349456,0.197634239953374,0.255951455205554,0.651065872262579,0.488787319281645,0.5,0.255951455205554,0.693178219294173,0.394066165117934,0.5,0.255951455205554,0.560966035262597,0.365327491894193,0.5,0.255951455205554,0.269804832219863,0.297987066353575,0.255951455205554,0.708434486572247,0.44661738423522,0.506891341868185,0.51051388277738,0.255951455205554,0.351628799508044,0.452375680539631,0.5,0.255951455205554,0.587169310038739,0.507808177251615,0.255951455205554,0.213294925149252,0.298396440103758,0.255951455205554,0.564546235549805,0.506647536392123,0.255951455205554,0.528077169383443,0.44414806793702,0.581386478275783,0.00523995172810358 -3277,0.255951455205554,0.567103813721209,0.03343389835489,0.255951455205554,0.43646774363648,0.159075829990168,0.255951455205554,0.371553147108164,0.0998345130803855,0.255951455205554,0.521283561848825,0.0511483571240822,0.255951455205554,0.300714417125825,0.217901734347717,0.255951455205554,0.650107587938697,0.497258416213351,0.5,0.255951455205554,0.702744154341573,0.416913558913564,0.5,0.255951455205554,0.559602056159059,0.366636172754209,0.5,0.255951455205554,0.237377803471282,0.280092754691414,0.255951455205554,0.738757683932066,0.412219810853667,0.496320041180561,0.551171406872053,0.255951455205554,0.377063340233444,0.461816372436943,0.5,0.255951455205554,0.588613432279878,0.526866360914817,0.255951455205554,0.205115747236574,0.281951836377875,0.255951455205554,0.518265480623336,0.493249846106491,0.255951455205554,0.496599627142215,0.425523256683114,0.570956510952918,0.00487500850926109 -3278,0.255951455205554,0.553766149983253,0.0446956624779887,0.255951455205554,0.327640956663388,0.14930598127455,0.255951455205554,0.346963020962292,0.107720366133467,0.255951455205554,0.507183273337044,0.0570801759301167,0.255951455205554,0.320455342731346,0.212220926670879,0.255951455205554,0.613947311534485,0.47841076097198,0.5,0.255951455205554,0.647599954168216,0.404252954538849,0.5,0.255951455205554,0.500957781758945,0.365326913919387,0.5,0.255951455205554,0.211983275169843,0.258056297722761,0.255951455205554,0.723084775763967,0.407085915641373,0.544349538444811,0.577279902611795,0.255951455205554,0.368010730897245,0.453618286729113,0.5,0.255951455205554,0.413897017179654,0.477421095459635,0.255951455205554,0.193559305219841,0.222403109203322,0.255951455205554,0.513493710321435,0.447010414205719,0.255951455205554,0.481574564596088,0.410747987907456,0.625784661605025,0.00406538630695061 -3279,0.255951455205554,0.464120008275352,0.0502767249030031,0.255951455205554,0.128043373974096,0.102803597396349,0.255951455205554,0.273184554254354,0.110807703788018,0.255951455205554,0.230524531411131,0.0588616267025729,0.255951455205554,0.309441555356594,0.205962736565265,0.255951455205554,0.54343655601552,0.407375625287713,0.5,0.255951455205554,0.570445432436383,0.367343592446825,0.5,0.255951455205554,0.421920411397821,0.321919701333035,0.5,0.255951455205554,0.182680476548148,0.195725195707201,0.255951455205554,0.66488131715828,0.394775553999418,0.472401511043878,0.581637882047968,0.255951455205554,0.316443710588621,0.429219630023015,0.5,0.255951455205554,0.351282659747588,0.425140026429642,0.255951455205554,0.172552529506531,0.148922888989388,0.255951455205554,0.48500136734086,0.43111643367025,0.255951455205554,0.450722730108907,0.345951997420953,0.576571449406677,0.00353724499160428 -3280,0.255951455205554,0.33809441881495,0.0497419868497253,0.255951455205554,0.135717210520057,0.0747257935963802,0.255951455205554,0.200578850538654,0.114771450955021,0.255951455205554,0.177526244583681,0.062442056226175,0.255951455205554,0.252742076024033,0.190609780030857,0.255951455205554,0.417681888876006,0.32797433837614,0.5,0.255951455205554,0.455280773654531,0.292498972243253,0.5,0.255951455205554,0.323299672051958,0.240696172656591,0.5,0.255951455205554,0.156459774784291,0.133816725477609,0.255951455205554,0.549316581312604,0.333197219360589,0.339983750406016,0.557094911356726,0.255951455205554,0.255945772782797,0.381438564849782,0.5,0.255951455205554,0.286044401566674,0.361987771193036,0.255951455205554,0.150305868058754,0.0939596412508598,0.255951455205554,0.39087921291742,0.401610700687628,0.255951455205554,0.330943239821164,0.261712509780729,0.461040523339553,0.00262113913796771 -3281,0.255951455205554,0.222151396426683,0.0429511380347205,0.255951455205554,0.0851612663550488,0.0374906703574012,0.255951455205554,0.13949615218968,0.109928328997435,0.255951455205554,0.126765222965315,0.0710422474864695,0.255951455205554,0.197284559580317,0.159783607554107,0.255951455205554,0.308232096642166,0.23856569225918,0.5,0.255951455205554,0.319264072184927,0.184600645418489,0.5,0.255951455205554,0.236436602343683,0.152350573832619,0.5,0.255951455205554,0.117563250148953,0.0728642127440773,0.255951455205554,0.391493937582907,0.197499574917149,0.234578352923946,0.5190032757395,0.255951455205554,0.187737471099275,0.352469405706238,0.5,0.255951455205554,0.217964721976698,0.310665399166667,0.255951455205554,0.121271801393613,0.0584495565572185,0.255951455205554,0.275807189313095,0.348887339010068,0.255951455205554,0.226769579210274,0.165422962886771,0.362117970642885,0.00186497205152799 -3282,0.255951455205554,0.143327226392224,0.0300787099441231,0.255951455205554,0.0437450342421672,0.0162561529206997,0.255951455205554,0.084981881890826,0.0915249466762949,0.255951455205554,0.0598070941410011,0.0607754460620996,0.255951455205554,0.127902404859521,0.118330873894964,0.255951455205554,0.181579476761705,0.140022830992062,0.5,0.255951455205554,0.200058863459547,0.0879071155451535,0.5,0.255951455205554,0.154520191538266,0.0710231448047267,0.5,0.255951455205554,0.0735919548933713,0.0254726045388064,0.255951455205554,0.250916001442416,0.0306832157273817,0.123311623402653,0.46538797869177,0.255951455205554,0.107874218609056,0.298025041265073,0.5,0.255951455205554,0.145692399879,0.225681674134502,0.255951455205554,0.0891609612607266,0.0352658889486263,0.255951455205554,0.164385715231117,0.273562134759693,0.255951455205554,0.121398313048986,0.0555380421373691,0.230022589362072,0.00115429835945903 -3283,0.255951455205554,0.0699725678136572,0.0224755062566284,0.255951455205554,0.0161158016942003,0.011267373419182,0.255951455205554,0.0382068285185014,0.0666483209660737,0.255951455205554,0.0209207727264458,0.0424780639990626,0.255951455205554,0.0599312406066604,0.0726242293199757,0.255951455205554,0.0595304785241829,0.131990204262956,0.5,0.255951455205554,0.0783669781130803,0.0745803777476314,0.5,0.255951455205554,0.065891692388809,0.0330164146964438,0.5,0.255951455205554,0.0289763551453826,0.0068142587309891,0.255951455205554,0.0877910885884775,0.00680806644408825,0.055895047139348,0.397892416990378,0.255951455205554,0.0403423688550269,0.220600197290638,0.5,0.255951455205554,0.0661912765924019,0.110079153443012,0.255951455205554,0.038751863646209,0.0220996779956722,0.255951455205554,0.0639911908792754,0.235808812510805,0.255951455205554,0.0520086919962624,0.0404162462968671,0.109520142092425,0.000596243755787892 -3284,0.255951455205554,0.0101527654698797,0.0276143932562349,0.255951455205554,7.69002426131556e-05,0.0068612443502972,0.255951455205554,0.00446349094367649,0.0432063777457337,0.255951455205554,0.00088508249794378,0.0254707815132609,0.255951455205554,0.00342717629042132,0.0511012654201797,0.255951455205554,0.0,0.123303214206491,0.5,0.255951455205554,0.0,0.088981162889816,0.5,0.255951455205554,0.0,0.0182275439380482,0.5,0.255951455205554,4.89479186290385e-05,0.00322352452055909,0.255951455205554,0.0,0.0119483920392398,0.0,0.372135209283002,0.255951455205554,9.96948890652652e-07,0.188532596699658,0.5,0.255951455205554,0.0,0.0564084782102807,0.255951455205554,2.57210656221365e-06,0.0245254629084785,0.255951455205554,4.32129485136722e-06,0.205885584075909,0.255951455205554,0.0,0.047279456549342,0.0,0.000351359256957204 -3285,0.255951455205554,0.0,0.0310731910524245,0.255951455205554,0.0,0.00138010997564448,0.255951455205554,0.0,0.0312041939967774,0.255951455205554,0.0,0.0165688287601813,0.255951455205554,0.0,0.039958180670722,0.255951455205554,0.0,0.131255913408886,0.5,0.255951455205554,0.0,0.0911571501784059,0.5,0.255951455205554,0.0,0.0112717748524879,0.5,0.255951455205554,0.0,0.00286993590249742,0.255951455205554,0.0,0.0344569710009368,0.0,0.507230427879004,0.255951455205554,0.0,0.173953322963715,0.5,0.255951455205554,0.0,0.0409702081168396,0.255951455205554,0.0,0.0359798010484759,0.255951455205554,0.0,0.189049311755967,0.255951455205554,0.0,0.0972059246348979,0.0,0.00133259631114825 -3286,0.255951455205554,0.0,0.0280182981009627,0.255951455205554,0.0,0.00126047609152995,0.255951455205554,0.0,0.0241395521071712,0.255951455205554,0.0,0.0100090129746825,0.255951455205554,0.0,0.0288317154340282,0.255951455205554,0.0,0.134697954114753,0.5,0.255951455205554,0.0,0.0716239375550856,0.5,0.255951455205554,0.0,0.00826991396357964,0.5,0.255951455205554,0.0,0.00344609977595955,0.255951455205554,0.0,0.0502227724778418,0.0,0.370864910619694,0.255951455205554,0.0,0.187009513439083,0.5,0.255951455205554,0.0,0.0349818876624625,0.255951455205554,0.0,0.0474075827576423,0.255951455205554,0.0,0.169606247532173,0.255951455205554,0.0,0.140260386251363,0.0,0.000515898599202488 -3287,0.255951455205554,0.0,0.0230928510329835,0.255951455205554,0.0,0.00914781891773898,0.255951455205554,0.0,0.019710020046815,0.255951455205554,0.0,0.00866660935327483,0.255951455205554,0.0,0.0197205567053744,0.255951455205554,0.0,0.114233554541583,0.5,0.255951455205554,0.0,0.0565470205125089,0.5,0.255951455205554,0.0,0.00645153969534794,0.5,0.255951455205554,0.0,0.00717352634901774,0.255951455205554,0.0,0.0500885038142711,0.0,0.295464271087935,0.255951455205554,0.0,0.195766798993905,0.5,0.255951455205554,0.0,0.0313023591605848,0.255951455205554,0.0,0.0588402412379033,0.255951455205554,0.0,0.138570239766233,0.255951455205554,0.0,0.126535747639874,0.0,0.000505571320894127 -3288,0.255951455205554,0.0,0.0202929814186894,0.255951455205554,0.0,0.0230987281277029,0.255951455205554,0.0,0.0156820097646687,0.255951455205554,0.0,0.00999553836673105,0.255951455205554,0.0,0.0124547239679738,0.255951455205554,0.0,0.0779746827446049,0.5,0.255951455205554,0.0,0.0457083438002027,0.5,0.255951455205554,0.0,0.00725716496426205,0.5,0.255951455205554,0.0,0.0117053455605126,0.255951455205554,0.0,0.0532207657019725,0.0,0.218295501972933,0.255951455205554,0.0,0.191618659037403,0.5,0.255951455205554,0.0,0.0307719091390666,0.255951455205554,0.0,0.0937291261481532,0.255951455205554,0.0,0.112203875879697,0.255951455205554,0.0,0.0903654344757752,0.0,0.000447852476331619 -3289,0.255951455205554,0.0,0.0188656958272983,0.255951455205554,0.0,0.0255075811678669,0.255951455205554,0.0,0.0132739566531895,0.255951455205554,0.0,0.0112653625254497,0.255951455205554,0.0,0.00629549208147175,0.255951455205554,0.0,0.0517842988720889,0.5,0.255951455205554,0.0,0.0328695280942962,0.5,0.255951455205554,0.0,0.00942071765906857,0.5,0.255951455205554,0.0,0.0165254740055114,0.255951455205554,0.0,0.0513171027898203,0.0,0.199284815393267,0.255951455205554,0.0,0.170820863601734,0.5,0.255951455205554,0.0,0.0346681581069331,0.255951455205554,0.0,0.127102940153203,0.255951455205554,0.0,0.111643711990665,0.255951455205554,0.0,0.0588355263381602,0.0,0.000216402997687741 -3290,0.255951455205554,0.0,0.0200760983053538,0.255951455205554,0.0,0.0267974062060193,0.255951455205554,0.0,0.0121808235982058,0.255951455205554,0.0,0.0172081335676725,0.255951455205554,0.0,0.00319541802168368,0.255951455205554,0.0,0.0342946104164589,0.5,0.255951455205554,0.0,0.020773886807387,0.5,0.255951455205554,0.0,0.0103739523798374,0.5,0.255951455205554,0.0,0.0197649493982403,0.255951455205554,0.0,0.0416988118043972,0.0,0.179050188079828,0.255951455205554,0.0,0.154755041272499,0.5,0.255951455205554,0.0,0.0400100206271862,0.255951455205554,0.0,0.102041663390665,0.255951455205554,0.0,0.0986068249767026,0.255951455205554,0.0,0.0634146394826657,0.0,0.000619023870081762 -3291,0.255951455205554,0.0,0.0201266282443439,0.255951455205554,0.0,0.0312898581998059,0.255951455205554,0.0,0.0117928623323267,0.255951455205554,0.0,0.017490834335503,0.255951455205554,0.0,0.00231158323220599,0.255951455205554,0.0,0.0208368715598496,0.5,0.255951455205554,0.0,0.0123513238779135,0.5,0.255951455205554,0.0,0.00902892595108505,0.5,0.255951455205554,0.0,0.0214650641625535,0.255951455205554,0.0,0.0288696980881123,0.0,0.158654656702546,0.255951455205554,0.0,0.134056420542292,0.5,0.255951455205554,0.0,0.0425056458219925,0.255951455205554,0.0,0.0776573068365424,0.255951455205554,0.0,0.0256490138696881,0.255951455205554,0.0,0.0547235187286706,0.0,0.000986532741197826 -3292,0.255951455205554,0.0,0.019746750317804,0.255951455205554,0.0,0.0315542689729966,0.255951455205554,0.0,0.011642025741344,0.255951455205554,0.0,0.0170008905290653,0.255951455205554,0.0,0.00213899376676113,0.255951455205554,0.0,0.0150467051886602,0.5,0.255951455205554,0.0,0.00885369659073967,0.5,0.255951455205554,0.0,0.00704682463602306,0.5,0.255951455205554,0.0,0.0222825189907105,0.255951455205554,0.0,0.0223740013801466,0.0,0.132531239674738,0.255951455205554,0.0,0.127906183430443,0.5,0.255951455205554,0.0,0.0371686949778226,0.255951455205554,0.0,0.0734628012246519,0.255951455205554,0.0,0.0113585409869963,0.255951455205554,0.0,0.0255137621421917,0.0,0.000167301811088798 -3293,0.255951455205554,0.000211088252692211,0.0186479351759435,0.255951455205554,4.32192804949649e-06,0.0270549534883889,0.255951455205554,7.16212401064575e-07,0.010277335171302,0.255951455205554,0.0,0.0183542630266481,0.255951455205554,0.0,0.00213118649711717,0.255951455205554,0.0,0.0122835521876674,0.5,0.255951455205554,0.0,0.00737595324840436,0.5,0.255951455205554,0.0,0.00605284989191105,0.5,0.255951455205554,0.0,0.011023966733746,0.255951455205554,0.0,0.0162723140389496,4.89193886419471e-05,0.125957445921291,0.255951455205554,9.65173033720408e-05,0.106907785505644,0.5,0.255951455205554,0.000358910756882309,0.0334102235441835,0.255951455205554,8.25276938424209e-06,0.0660356533498606,0.255951455205554,2.24264842103025e-05,0.0168168193979844,0.255951455205554,0.0,0.00833270422192927,0.000673077804207546,0.000130042377705993 -3294,0.255951455205554,0.0361286817528605,0.018577848066537,0.255951455205554,0.0100790540815051,0.0231352321877017,0.255951455205554,0.0277995475085194,0.00880910274671236,0.255951455205554,0.034758976177302,0.0187590202420513,0.255951455205554,0.0237961390271344,0.00212369373356734,0.255951455205554,0.0233719765113714,0.0113098792953927,0.5,0.255951455205554,0.0229035587402298,0.00638821186323886,0.5,0.255951455205554,0.0219074037781753,0.00466372579705931,0.5,0.255951455205554,0.0169648449061945,0.0117233214099742,0.255951455205554,0.0206196813932135,0.00879156131778403,0.000995371427618015,0.108674902351056,0.255951455205554,0.00252469998860196,0.087761998719656,0.5,0.255951455205554,0.00651524789521689,0.037141121390352,0.255951455205554,0.00211870698721926,0.0585224259476903,0.255951455205554,0.00669763456989044,0.0287253758459921,0.255951455205554,0.0155267727216444,0.0141718725290762,0.0388867630999734,0.00112559666986685 -3295,0.255951455205554,0.0975203215740978,0.0213880592968098,0.255951455205554,0.041283851619017,0.0222324442740209,0.255951455205554,0.0819891353807135,0.00966273454752606,0.255951455205554,0.0956617861899461,0.0191652397451095,0.255951455205554,0.0821411540469735,0.00264738101494329,0.255951455205554,0.0869026565861783,0.0164169297581706,0.5,0.255951455205554,0.0993246487656971,0.00663685144800394,0.5,0.255951455205554,0.0928091553882919,0.00308842321016266,0.5,0.255951455205554,0.0635280267638765,0.0305335319071857,0.255951455205554,0.0981463108574206,0.00642561034747972,0.00481045746004348,0.0976907633392074,0.255951455205554,0.00988957437218098,0.0805004661002532,0.5,0.255951455205554,0.0231364433332639,0.0553664897456296,0.255951455205554,0.0084534212584173,0.049585033607966,0.255951455205554,0.0283319515392757,0.0471369328823324,0.255951455205554,0.0333704255468769,0.0287245202005545,0.107177902571194,0.00119307398296821 -3296,0.255951455205554,0.173214520645406,0.0337943136242675,0.255951455205554,0.0817814131251378,0.0305118524345554,0.255951455205554,0.150409727448828,0.0174456810109784,0.255951455205554,0.159511810557586,0.0334056362176105,0.255951455205554,0.153665385664047,0.00826009911105696,0.255951455205554,0.160483037799432,0.0284135068298505,0.5,0.255951455205554,0.210652918547201,0.0167677319094599,0.5,0.255951455205554,0.185283505371845,0.0162039592860603,0.5,0.255951455205554,0.120503501999596,0.047990378520369,0.255951455205554,0.216963621629516,0.0125320712262238,0.0146940683022523,0.0730892766554123,0.255951455205554,0.0225429646685739,0.0745557749858009,0.5,0.255951455205554,0.0402006682494968,0.0751199466954977,0.255951455205554,0.0133274008778252,0.0375705099832772,0.255951455205554,0.0514071468154883,0.0618241665605575,0.255951455205554,0.054679605989489,0.0445582200248776,0.204458735682813,0.00254625136472028 -3297,0.255951455205554,0.252533212437295,0.0553109996947119,0.255951455205554,0.102421522360008,0.0415109244141386,0.255951455205554,0.222542746180204,0.0289759232362573,0.255951455205554,0.262872035881219,0.0535581022970068,0.255951455205554,0.217817648195629,0.0246935273733008,0.255951455205554,0.221286562953053,0.0332165837017846,0.5,0.255951455205554,0.33186571895535,0.0338173069869845,0.5,0.255951455205554,0.292686905778012,0.0250557768230177,0.5,0.255951455205554,0.190018277143576,0.052050839585709,0.255951455205554,0.353776074300884,0.0291330888760026,0.0303655815374574,0.0638786573085782,0.255951455205554,0.0418684747155034,0.0671938390416348,0.5,0.255951455205554,0.0554772381522779,0.0947137170017392,0.255951455205554,0.019876948479354,0.0270792581855245,0.255951455205554,0.0760708683383354,0.0602288188942257,0.255951455205554,0.0592413174649487,0.0454243337917479,0.27485085964075,0.00376642009496898 -3298,0.255951455205554,0.324260017839176,0.0811924800771403,0.255951455205554,0.0994607334253073,0.0658382263456799,0.255951455205554,0.296588536649934,0.042098391183495,0.255951455205554,0.326770495660069,0.0757687913193711,0.255951455205554,0.317981735119544,0.0557805499571919,0.255951455205554,0.260006796648739,0.0412227805934299,0.5,0.255951455205554,0.448878118795412,0.0593915659982792,0.5,0.255951455205554,0.390951527106968,0.0246807824766458,0.5,0.255951455205554,0.248642455411162,0.0460902154533941,0.255951455205554,0.496042758370842,0.0576282851706058,0.0700077916732804,0.0669390263152633,0.255951455205554,0.059954269021466,0.0553510680081301,0.5,0.255951455205554,0.0726036367631041,0.10616244845633,0.255951455205554,0.0338157570935901,0.0182153957266354,0.255951455205554,0.0903105467968377,0.0509828349473165,0.255951455205554,0.052503121154252,0.0326153310226784,0.357724613671879,0.00430485636319172 -3299,0.255951455205554,0.379541193338887,0.115688469932172,0.255951455205554,0.119519057790098,0.0817351237533174,0.255951455205554,0.345069521678058,0.0570246083073719,0.255951455205554,0.365562278283668,0.0921179265133661,0.255951455205554,0.415504475152686,0.0854392188682605,0.255951455205554,0.285659227119626,0.0505629893118472,0.5,0.255951455205554,0.496650567765242,0.0813389324385814,0.5,0.255951455205554,0.489245992544918,0.0345688730754819,0.5,0.255951455205554,0.289762701340109,0.044368661156221,0.255951455205554,0.586450693213862,0.0782492388358762,0.07442387568211,0.0567492743948666,0.255951455205554,0.0769908714642588,0.0522746441220479,0.5,0.255951455205554,0.111178513821667,0.113563138201758,0.255951455205554,0.0522779391710827,0.00933031125285341,0.255951455205554,0.116853040499631,0.04158372603768,0.255951455205554,0.0601607832007339,0.0202695284947513,0.371650791163868,0.00616698069749624 -3300,0.255951455205554,0.352637955498177,0.152811991987011,0.255951455205554,0.201394057306594,0.0987677868552147,0.255951455205554,0.292565226492689,0.0797794508421002,0.255951455205554,0.30991858794383,0.13754034349436,0.255951455205554,0.490388566604888,0.089670911466143,0.255951455205554,0.290165954738653,0.0619442610238179,0.5,0.255951455205554,0.498313293354103,0.0974760928099542,0.5,0.255951455205554,0.546053542403928,0.0550883670230916,0.5,0.255951455205554,0.283214599062857,0.0475516192282924,0.255951455205554,0.538273856695655,0.0984756871402124,0.0561316564134407,0.0334647812397687,0.255951455205554,0.0817631632174538,0.0392609882921713,0.5,0.255951455205554,0.121349622381857,0.112714873022966,0.255951455205554,0.0798646195902003,0.00439649933690777,0.255951455205554,0.151739484583527,0.0385619624648651,0.255951455205554,0.0792901487360308,0.0110771905800856,0.317320974307862,0.00865363452040363 -3301,0.255951455205554,0.274363485150061,0.13669003861275,0.255951455205554,0.227364624027104,0.118682799149733,0.255951455205554,0.293591787994508,0.101121759597043,0.255951455205554,0.236243358810904,0.175774915274416,0.255951455205554,0.500326692243498,0.0952321848071669,0.255951455205554,0.301956818686219,0.0825152372839772,0.5,0.255951455205554,0.499576332693196,0.107043520630379,0.5,0.255951455205554,0.531094625275093,0.0676829697254438,0.5,0.255951455205554,0.284024105341229,0.0480000840904824,0.255951455205554,0.484603430581552,0.117357843961916,0.0374070911415449,0.00803697199021561,0.255951455205554,0.080137244689831,0.0257882273734397,0.5,0.255951455205554,0.134813595835347,0.094915384487725,0.255951455205554,0.11235592694901,0.00169655239632432,0.255951455205554,0.153289575673581,0.0358607815725902,0.255951455205554,0.112118874742033,0.00685483597522933,0.349551392777254,0.0122511068709324 -3302,0.255951455205554,0.294821529915726,0.117640680906321,0.255951455205554,0.241012103023013,0.175541532133378,0.255951455205554,0.267776458616229,0.118542222588886,0.255951455205554,0.291561916088488,0.179770086391693,0.255951455205554,0.465100533981237,0.107318910119395,0.255951455205554,0.265320610542361,0.0847642466394295,0.5,0.255951455205554,0.473946542522361,0.116797093690236,0.5,0.255951455205554,0.495092014163779,0.0711328107946858,0.5,0.255951455205554,0.281318297174563,0.0397585322678381,0.255951455205554,0.523558996233268,0.135711961812805,0.0327158759947664,0.000613318112931287,0.255951455205554,0.094683102368704,0.013906477212996,0.5,0.255951455205554,0.152450893235007,0.0730481633878439,0.255951455205554,0.139933454951657,0.000721354345837658,0.255951455205554,0.126807388479702,0.0316067692453485,0.255951455205554,0.135277045894319,0.00690544186897998,0.304852155103416,0.0156589000717981 -3303,0.255951455205554,0.264011173794285,0.106214364085956,0.255951455205554,0.226473021518567,0.170409820192931,0.255951455205554,0.226147161139031,0.14168835274036,0.255951455205554,0.204380278333739,0.150634749859237,0.255951455205554,0.387927207189808,0.132982068779764,0.255951455205554,0.217152779301841,0.0792422268975174,0.5,0.255951455205554,0.443492615057644,0.129720489030413,0.5,0.255951455205554,0.449848435695083,0.0713887868076544,0.5,0.255951455205554,0.246641579065035,0.0282066756075409,0.255951455205554,0.46811132242083,0.171681821299175,0.0803191477655407,0.0,0.255951455205554,0.110548695423333,0.00538840796735347,0.5,0.255951455205554,0.15190299115711,0.0575854329936916,0.255951455205554,0.150604412144205,0.000418010758405086,0.255951455205554,0.0982201621935733,0.0228029650312495,0.255951455205554,0.140183109244949,0.0105362127974436,0.268790586336223,0.0180733337782259 -3304,0.255951455205554,0.194044369884318,0.0934290613018828,0.255951455205554,0.127881364164264,0.113955295518502,0.255951455205554,0.176587647203103,0.156173969305425,0.255951455205554,0.125310729781619,0.120694870144954,0.255951455205554,0.297324327172869,0.146821433983937,0.255951455205554,0.183427734748794,0.0656018990811199,0.5,0.255951455205554,0.36702621101636,0.13517880046043,0.5,0.255951455205554,0.396314600141489,0.0730721918250732,0.5,0.255951455205554,0.223245324440738,0.0218012798145652,0.255951455205554,0.348209339765563,0.209239953960857,0.0964563254861354,0.000287408241354281,0.255951455205554,0.104573297129844,0.00518458583041445,0.5,0.255951455205554,0.118743537036317,0.0505249684005818,0.255951455205554,0.15134288632594,0.000533124506343087,0.255951455205554,0.0931081928627342,0.0153744962030973,0.255951455205554,0.138912376615851,0.015852823301059,0.241877177059841,0.0281689567895461 -3305,0.255951455205554,0.169809925764086,0.0876785634744414,0.255951455205554,0.0860919883724305,0.0662962564252389,0.255951455205554,0.11524361091248,0.144801831013929,0.255951455205554,0.118551209594999,0.121795163635986,0.255951455205554,0.211411489808266,0.136538339022723,0.255951455205554,0.150406982343149,0.0443846585887827,0.5,0.255951455205554,0.280639490264106,0.131681735461182,0.5,0.255951455205554,0.298963170066885,0.0732254435862162,0.5,0.255951455205554,0.181018087486102,0.0186726454216618,0.255951455205554,0.305916890832371,0.226195170467604,0.0519314584427493,0.00129472215669225,0.255951455205554,0.0727922684869065,0.00543055625375322,0.5,0.255951455205554,0.0734567699255488,0.0448009502589584,0.255951455205554,0.12233529833137,0.00101262981364224,0.255951455205554,0.0837723864824682,0.0126284957108621,0.255951455205554,0.121009569214433,0.0187430769345008,0.223260577529588,0.0434337134591127 -3306,0.255951455205554,0.109511410132779,0.0755274084038241,0.255951455205554,0.0740091643998517,0.0499995383803616,0.255951455205554,0.0807436642610277,0.117591190509842,0.255951455205554,0.0826702620457253,0.130245056975383,0.255951455205554,0.138218170010318,0.109497882541934,0.255951455205554,0.0934651560219503,0.0223713294422155,0.5,0.255951455205554,0.184940488147595,0.10842114581281,0.5,0.255951455205554,0.198668550947318,0.05812562840618,0.5,0.255951455205554,0.126765206315035,0.0171149933715735,0.255951455205554,0.213010801001726,0.180770932204065,0.0246337912338169,0.00771282645747536,0.255951455205554,0.042374253724075,0.00611765550145888,0.5,0.255951455205554,0.0384494409490965,0.0309409306586235,0.255951455205554,0.0777193596320107,0.0053821837526351,0.255951455205554,0.0611478133188071,0.0152892612904083,0.255951455205554,0.08012934199994,0.0207010771766108,0.126840038113051,0.051854013498776 -3307,0.255951455205554,0.0560362241743947,0.0567723992432274,0.255951455205554,0.0338645070362496,0.0287474986332893,0.255951455205554,0.044415612342279,0.0858089238869052,0.255951455205554,0.0333977377364201,0.108106952464488,0.255951455205554,0.0646316071358998,0.0710558421208406,0.255951455205554,0.0472715541161901,0.00949723709474323,0.5,0.255951455205554,0.0860574146044513,0.0565812944957169,0.5,0.255951455205554,0.0760051764365524,0.0313818097899414,0.5,0.255951455205554,0.0517816607423391,0.0140530608354152,0.255951455205554,0.0922222292209763,0.103857348780856,0.00786083600720894,0.0103826581420163,0.255951455205554,0.0173451685953809,0.00785191104982479,0.5,0.255951455205554,0.0160755726037367,0.0233606575996197,0.255951455205554,0.0284173803310791,0.00680115260358132,0.255951455205554,0.0224075049933589,0.0179072136660445,0.255951455205554,0.0340610972963085,0.0224990796143793,0.0288114862226792,0.0499944446942495 -3308,0.255951455205554,0.00935803427041308,0.045223087211786,0.255951455205554,7.99630638837553e-05,0.0232899284514037,0.255951455205554,0.0069013760114094,0.0521945857886698,0.255951455205554,0.00385933222435787,0.0659286219823806,0.255951455205554,0.00616873154757281,0.0516826928414268,0.255951455205554,6.54465999091037e-06,0.00583340621796663,0.5,0.255951455205554,0.0,0.0483353716537911,0.5,0.255951455205554,0.0,0.0362725550487087,0.5,0.255951455205554,1.44217454001935e-05,0.016200439751051,0.255951455205554,0.0,0.0948772488830521,0.000706917329593446,0.0121269658865561,0.255951455205554,0.000193768464818112,0.0102028507805012,0.5,0.255951455205554,0.000420398703629473,0.0213821237120923,0.255951455205554,0.000104558365832244,0.00530687884265801,0.255951455205554,0.000139800123148515,0.0139013560348834,0.255951455205554,0.000255597014166357,0.0171780952450152,0.00259982788292188,0.0460185229605779 -3309,0.255951455205554,0.0,0.0418006828049957,0.255951455205554,0.0,0.0163534891504441,0.255951455205554,0.0,0.0434453331570229,0.255951455205554,0.0,0.0440638388479492,0.255951455205554,0.0,0.0461650735297901,0.255951455205554,0.0,0.00723035104398833,0.5,0.255951455205554,0.0,0.0389122418968291,0.5,0.255951455205554,0.0,0.0384172152530387,0.5,0.255951455205554,0.0,0.0214001450495512,0.255951455205554,0.0,0.079640312584614,0.0,0.00991466002311683,0.255951455205554,0.0,0.0119584369722606,0.5,0.255951455205554,0.0,0.0231470956780996,0.255951455205554,0.0,0.00610444549666415,0.255951455205554,0.0,0.0162971117871683,0.255951455205554,0.0,0.0189060819746899,0.0,0.0532910437294499 -3310,0.255951455205554,0.0,0.0372745574042052,0.255951455205554,0.0,0.00895647188348139,0.255951455205554,0.0,0.0413262511446476,0.255951455205554,0.0,0.030789420207779,0.255951455205554,0.0,0.0462532805366553,0.255951455205554,0.0,0.00963421204872675,0.5,0.255951455205554,0.0,0.0274812784917813,0.5,0.255951455205554,0.0,0.0334022018623388,0.5,0.255951455205554,0.0,0.0215935237393205,0.255951455205554,0.0,0.0645054780807454,0.0,0.00896918726480213,0.255951455205554,0.0,0.0121361740352569,0.5,0.255951455205554,0.0,0.0236547857980595,0.255951455205554,0.0,0.00716907364662889,0.255951455205554,0.0,0.017252875351857,0.255951455205554,0.0,0.0175515214985096,0.0,0.0765330375212506 -3311,0.255951455205554,0.0,0.035408931055797,0.255951455205554,0.0,0.00705159336648274,0.255951455205554,0.0,0.0436100272834366,0.255951455205554,0.0,0.0257764861632885,0.255951455205554,0.0,0.0548241746506396,0.255951455205554,0.0,0.0134646018403284,0.5,0.255951455205554,0.0,0.0209132356684166,0.5,0.255951455205554,0.0,0.0323849728524344,0.5,0.255951455205554,0.0,0.0182620598440859,0.255951455205554,0.0,0.0544552063234578,0.0,0.0104865150116441,0.255951455205554,0.0,0.0133939158917862,0.5,0.255951455205554,0.0,0.0230720586715715,0.255951455205554,0.0,0.00898446945359353,0.255951455205554,0.0,0.0159843466902045,0.255951455205554,0.0,0.013466370455286,0.0,0.0958646680517543 -3312,0.255951455205554,0.0,0.0311781070533986,0.255951455205554,0.0,0.00555984038179072,0.255951455205554,0.0,0.0429275486368791,0.255951455205554,0.0,0.0238486174629785,0.255951455205554,0.0,0.0593099570297589,0.255951455205554,0.0,0.0164475368618171,0.5,0.255951455205554,0.0,0.0179986601817928,0.5,0.255951455205554,0.0,0.0323244912645131,0.5,0.255951455205554,0.0,0.015603487390611,0.255951455205554,0.0,0.0475830019125498,0.0,0.0132286250899383,0.255951455205554,0.0,0.016009314014928,0.5,0.255951455205554,0.0,0.0243598738368522,0.255951455205554,0.0,0.0118185962990706,0.255951455205554,0.0,0.01686257329773,0.255951455205554,0.0,0.011613560716672,0.0,0.109580733013622 -3313,0.255951455205554,0.0,0.0275274523649165,0.255951455205554,0.0,0.00516721640010711,0.255951455205554,0.0,0.0362095136269144,0.255951455205554,0.0,0.0198705168642599,0.255951455205554,0.0,0.0527794057544311,0.255951455205554,0.0,0.0171874738252652,0.5,0.255951455205554,0.0,0.0152111227517719,0.5,0.255951455205554,0.0,0.034542861847063,0.5,0.255951455205554,0.0,0.014262148022456,0.255951455205554,0.0,0.0409492507841746,0.0,0.0182498157372408,0.255951455205554,0.0,0.0181999375134023,0.5,0.255951455205554,0.0,0.0266234962188887,0.255951455205554,0.0,0.0128003657114455,0.255951455205554,0.0,0.0209451690570847,0.255951455205554,0.0,0.0117843497747342,0.0,0.119237745316915 -3314,0.255951455205554,0.0,0.0272201852195087,0.255951455205554,0.0,0.00649062371344233,0.255951455205554,0.0,0.0324042091999372,0.255951455205554,0.0,0.0203277512594689,0.255951455205554,0.0,0.0447256705061737,0.255951455205554,0.0,0.017536232636937,0.5,0.255951455205554,0.0,0.0145038780494833,0.5,0.255951455205554,0.0,0.0338565279972525,0.5,0.255951455205554,0.0,0.0142506384169995,0.255951455205554,0.0,0.0340498493446344,0.0,0.0253874467164386,0.255951455205554,0.0,0.0202711307371685,0.5,0.255951455205554,0.0,0.0286482128958922,0.255951455205554,0.0,0.0133799964096701,0.255951455205554,0.0,0.0279330195084414,0.255951455205554,0.0,0.0127143120880916,0.0,0.108612677968358 -3315,0.255951455205554,0.0,0.0271701036539639,0.255951455205554,0.0,0.010928432999152,0.255951455205554,0.0,0.0357754712472067,0.255951455205554,0.0,0.0318466670339963,0.255951455205554,0.0,0.0418199468085539,0.255951455205554,0.0,0.0188103038383318,0.5,0.255951455205554,0.0,0.0137588177879627,0.5,0.255951455205554,0.0,0.0349461235032628,0.5,0.255951455205554,0.0,0.0147887534888469,0.255951455205554,0.0,0.0302394520491556,0.0,0.0270709784562749,0.255951455205554,0.0,0.0221941530579921,0.5,0.255951455205554,0.0,0.029957084513541,0.255951455205554,0.0,0.0127427967714706,0.255951455205554,0.0,0.032692616047441,0.255951455205554,0.0,0.0132233120851025,0.0,0.0751971022035472 -3316,0.255951455205554,0.0,0.0272818039132291,0.255951455205554,0.0,0.0214847356056856,0.255951455205554,0.0,0.0430847935506099,0.255951455205554,0.0,0.0524479529819938,0.255951455205554,0.0,0.0412026401503149,0.255951455205554,0.0,0.019468177934358,0.5,0.255951455205554,0.0,0.0136579798842313,0.5,0.255951455205554,0.0,0.0328562654071107,0.5,0.255951455205554,0.0,0.0150082846724955,0.255951455205554,0.0,0.0277740059920142,0.0,0.0164216633489781,0.255951455205554,0.0,0.0233302855916554,0.5,0.255951455205554,0.0,0.0313220826352771,0.255951455205554,0.0,0.0124813122433315,0.255951455205554,0.0,0.034388442984271,0.255951455205554,0.0,0.012895552188289,0.0,0.0492119980614583 -3317,0.255951455205554,7.09823182255875e-05,0.0335639714879085,0.255951455205554,6.59955504880451e-06,0.0321866517765727,0.255951455205554,2.17751677476714e-06,0.048737884771548,0.255951455205554,0.0,0.0666488709950597,0.255951455205554,0.0,0.0400791916579242,0.255951455205554,0.0,0.0197424110266331,0.5,0.255951455205554,0.0,0.0147341977577616,0.5,0.255951455205554,0.0,0.0324873388450277,0.5,0.255951455205554,0.0,0.0155801065717287,0.255951455205554,0.0,0.0254722648510387,0.002030839749969,0.00856201606281583,0.255951455205554,0.00167414531618494,0.023622040287647,0.5,0.255951455205554,0.00253220895417535,0.0334800369292216,0.255951455205554,0.000343482623846991,0.0125821861369352,0.255951455205554,0.000114405595667829,0.0353492290157793,0.255951455205554,4.70109202327345e-06,0.0126799833202352,0.000161102900394915,0.0412936926809361 -3318,0.255951455205554,0.00912682965392574,0.0482983594456586,0.255951455205554,0.00570637733822575,0.055432191221137,0.255951455205554,0.0248552840458129,0.0591630109561336,0.255951455205554,0.0205757743507057,0.0818046511725044,0.255951455205554,0.0243849394064181,0.0363764093417955,0.255951455205554,0.0294013306123757,0.0180916548202577,0.5,0.255951455205554,0.0267078065988089,0.0134183983604048,0.5,0.255951455205554,0.0302955620909937,0.0275347989726335,0.5,0.255951455205554,0.0421924975527523,0.0153109503678817,0.255951455205554,0.0222147039785563,0.0231814157291537,0.0558277120184573,0.0109299231093831,0.255951455205554,0.0367291381937461,0.0254387676148582,0.5,0.255951455205554,0.0470762777403584,0.039372910360658,0.255951455205554,0.0231158159645784,0.0121679015355753,0.255951455205554,0.0236000981440091,0.0381083560472734,0.255951455205554,0.0346753362945916,0.0119015192809495,0.0086130467292539,0.0453149410316861 -3319,0.255951455205554,0.0441473198362055,0.0812733504703409,0.255951455205554,0.0343506856989336,0.0830440206153371,0.255951455205554,0.0829148016612717,0.0919537330035812,0.255951455205554,0.0679942399651727,0.11579680824138,0.255951455205554,0.0954931053348343,0.0415407313707619,0.255951455205554,0.105750410535895,0.0244206582787118,0.5,0.255951455205554,0.105269997806956,0.0136426784343257,0.5,0.255951455205554,0.112963392575072,0.0248788673850771,0.5,0.255951455205554,0.131393553762604,0.02069806427886,0.255951455205554,0.100905201403059,0.0212036604769156,0.137882334022263,0.0270569857450804,0.255951455205554,0.0921537889548798,0.0339183453810208,0.5,0.255951455205554,0.123977919959342,0.0543982348382455,0.255951455205554,0.0770986223289664,0.013010514096357,0.255951455205554,0.0899979376661033,0.0624617099336811,0.255951455205554,0.114383258521765,0.0203310755348327,0.0466668568809603,0.0577491611344164 -3320,0.255951455205554,0.0932251988532796,0.133602708997409,0.255951455205554,0.0848384609214634,0.131010596914204,0.255951455205554,0.166187166865767,0.135884547683252,0.255951455205554,0.115600167323961,0.149292663347784,0.255951455205554,0.199369356247057,0.0769475947328053,0.255951455205554,0.216213633514292,0.0772601288034343,0.5,0.255951455205554,0.22706326327142,0.0338408813362314,0.5,0.255951455205554,0.234947190703504,0.0456226625970246,0.5,0.255951455205554,0.258872283136264,0.0562835908430399,0.255951455205554,0.22355301533429,0.0308153084182643,0.207381691483988,0.0553150574660603,0.255951455205554,0.161535116013406,0.0571426016832011,0.5,0.255951455205554,0.23225742276686,0.0702494203988101,0.255951455205554,0.157471379864803,0.0227239134606219,0.255951455205554,0.18893884634627,0.10347064973569,0.255951455205554,0.223620562111884,0.0536849823265598,0.0748571010085739,0.068846894565683 -3321,0.255951455205554,0.125286725251966,0.144638152344362,0.255951455205554,0.18768485164946,0.195984837047276,0.255951455205554,0.273153429384604,0.176173480189837,0.255951455205554,0.196918293966976,0.187076312454246,0.255951455205554,0.319439315736658,0.128422938929565,0.255951455205554,0.338623937143238,0.125660189680723,0.5,0.255951455205554,0.363535174534872,0.102156231603525,0.5,0.255951455205554,0.371957286957331,0.0661589629486374,0.5,0.255951455205554,0.402886920078113,0.0974552938278935,0.255951455205554,0.361909599240635,0.0636174749147024,0.185248984238754,0.098393774854993,0.255951455205554,0.229306949334631,0.0897201677626077,0.5,0.255951455205554,0.359266708583104,0.0884555990834639,0.255951455205554,0.263557375376473,0.040076873763942,0.255951455205554,0.282427792797681,0.116968985270114,0.255951455205554,0.347098690177683,0.0755426894134266,0.0858346605213101,0.0722879693339517 -3322,0.255951455205554,0.144254596299606,0.111686290925154,0.255951455205554,0.286671960862385,0.197643508564501,0.255951455205554,0.383641149413933,0.185023225743895,0.255951455205554,0.3032497849271,0.196273280863546,0.255951455205554,0.452740603183799,0.176239276415556,0.255951455205554,0.474294883967722,0.15586955924858,0.5,0.255951455205554,0.507180671599015,0.175279933269145,0.5,0.255951455205554,0.512100042013295,0.0594756326065264,0.5,0.255951455205554,0.542481172246664,0.0968514545878747,0.255951455205554,0.506915414510435,0.121205755917675,0.128031848213989,0.0958347736521803,0.255951455205554,0.282825505950743,0.111956420596111,0.5,0.255951455205554,0.481375765737148,0.122166070847847,0.255951455205554,0.383975449142836,0.0424309259162769,0.255951455205554,0.404999574663513,0.0988576321218742,0.255951455205554,0.476660793841573,0.0619821699946867,0.144307099140189,0.0807649833463889 -3323,0.255951455205554,0.229974015100741,0.0803828361070159,0.255951455205554,0.436007134431914,0.180192233114707,0.255951455205554,0.464323094564873,0.171079974172917,0.255951455205554,0.367363897165883,0.182630331386661,0.255951455205554,0.5660649251644,0.187477962471745,0.255951455205554,0.593525989134708,0.178589965055111,0.5,0.255951455205554,0.622949452096019,0.196794266765245,0.5,0.255951455205554,0.623319062619812,0.0414138349993619,0.5,0.255951455205554,0.646228579216868,0.0808965594948696,0.255951455205554,0.623090751014767,0.159429114003748,0.245499081831363,0.11334006987478,0.255951455205554,0.298581120370796,0.105764714512752,0.5,0.255951455205554,0.489769970339957,0.150789583756516,0.255951455205554,0.489489778997318,0.0457670658682445,0.255951455205554,0.516872322825212,0.0768374544126739,0.255951455205554,0.589196866424289,0.0470884051926036,0.275907139350338,0.0939602657758724 -3324,0.255951455205554,0.332805895847786,0.0715379816268902,0.255951455205554,0.570006563101649,0.178613397168855,0.255951455205554,0.524761038664667,0.155004672392563,0.255951455205554,0.453882865530669,0.173467531369551,0.255951455205554,0.637264134201909,0.185885592101204,0.255951455205554,0.668684801788803,0.178046984322565,0.5,0.255951455205554,0.691902294399695,0.19856614836114,0.5,0.255951455205554,0.686614853820906,0.0267163804401688,0.5,0.255951455205554,0.702436073877606,0.063336128233433,0.255951455205554,0.692043579939587,0.144534829065837,0.240616650749745,0.0938684631840036,0.255951455205554,0.338434498964978,0.0948318552771706,0.5,0.255951455205554,0.385433478989047,0.149186572005244,0.255951455205554,0.586266983387436,0.0462415495069969,0.255951455205554,0.596504838268074,0.0596421340661517,0.255951455205554,0.656410054912439,0.0394155844535317,0.570925175246403,0.0998809353196265 -3325,0.255951455205554,0.356776944296126,0.0873839989381067,0.255951455205554,0.500878152301803,0.196346707847291,0.255951455205554,0.554668139504428,0.14379923666793,0.255951455205554,0.508687025599586,0.167167294486558,0.255951455205554,0.656993921260105,0.173131839363204,0.255951455205554,0.698213997011532,0.157135214116706,0.5,0.255951455205554,0.719253575944504,0.192161048810872,0.5,0.255951455205554,0.696711306962276,0.019773820232019,0.5,0.255951455205554,0.715646538869331,0.0478446297572913,0.255951455205554,0.719744101967352,0.154075841342293,0.316031951498026,0.108300363146025,0.255951455205554,0.403688549360927,0.0892256399169816,0.5,0.255951455205554,0.33339723430865,0.133432753540539,0.255951455205554,0.633413401597205,0.0380093629525839,0.255951455205554,0.643437652858937,0.0449998808882741,0.255951455205554,0.676454344807197,0.0294107977343798,0.469376369455378,0.098658016666105 -3326,0.255951455205554,0.306415957901087,0.112683530763378,0.255951455205554,0.324239757120421,0.242890682820912,0.255951455205554,0.53140271191072,0.137212880894077,0.255951455205554,0.531292957006968,0.162062169815126,0.255951455205554,0.63022440767508,0.145637332337895,0.255951455205554,0.673380444889479,0.131200096174181,0.5,0.255951455205554,0.703520370799112,0.196726423463567,0.5,0.255951455205554,0.658796333541216,0.0218029550849593,0.5,0.255951455205554,0.683345364824076,0.0419304185418361,0.255951455205554,0.704183218564337,0.189409757347719,0.373241382208206,0.113309704598699,0.255951455205554,0.448493802317516,0.0806002744162971,0.5,0.255951455205554,0.308015566595922,0.113789843587315,0.255951455205554,0.628119401844983,0.0312139419906996,0.255951455205554,0.605344258536579,0.0370862213354155,0.255951455205554,0.638549990410515,0.0209390467266125,0.349259134797782,0.11035605510566 -3327,0.255951455205554,0.270532908885206,0.167001755472179,0.255951455205554,0.317672649962555,0.280249017535488,0.255951455205554,0.467005686540382,0.14737064496184,0.255951455205554,0.508658401207733,0.176385178359238,0.255951455205554,0.552109439125805,0.116150988739451,0.255951455205554,0.598982052278912,0.118444626682414,0.5,0.255951455205554,0.64430823304201,0.208963405840351,0.5,0.255951455205554,0.589319918065046,0.0297579688308069,0.5,0.255951455205554,0.592178377838974,0.0368283110001139,0.255951455205554,0.640204086566049,0.190659863141559,0.381554428473239,0.0737225535419894,0.255951455205554,0.428735909419505,0.0596852060878122,0.5,0.255951455205554,0.31023152868994,0.0976972157075905,0.255951455205554,0.561613901824894,0.0225734560513592,0.255951455205554,0.507815005763535,0.0326471787366008,0.255951455205554,0.554916567937758,0.0208281528295108,0.259506260393582,0.146847266992385 -3328,0.255951455205554,0.238095051473169,0.224949936772985,0.255951455205554,0.337437918606081,0.269111250297514,0.255951455205554,0.382954625222124,0.165236887164738,0.255951455205554,0.378579081746137,0.216429912934224,0.255951455205554,0.466794050690389,0.103444332928521,0.255951455205554,0.500570915934985,0.114268265972663,0.5,0.255951455205554,0.531780871961562,0.182275713998318,0.5,0.255951455205554,0.486991798399206,0.0406209007459136,0.5,0.255951455205554,0.474686899758063,0.0434943803464343,0.255951455205554,0.517564121990042,0.134819113303022,0.33968245561632,0.0463809500667172,0.255951455205554,0.392829281194571,0.043979457885518,0.5,0.255951455205554,0.297567446895185,0.0882968568679192,0.255951455205554,0.442355814979964,0.0092019103094051,0.255951455205554,0.388530751709708,0.0396120022842766,0.255951455205554,0.464817512292346,0.0260978192339877,0.249920331941256,0.205962545015411 -3329,0.255951455205554,0.266579329795574,0.251231283430954,0.255951455205554,0.314770551224793,0.233640911999033,0.255951455205554,0.291485330570017,0.17759523755378,0.255951455205554,0.330545846350312,0.256353176584346,0.255951455205554,0.348362504201607,0.0894553822105191,0.255951455205554,0.365055991712966,0.0927966425679482,0.5,0.255951455205554,0.387980073711419,0.123452285933856,0.5,0.255951455205554,0.351810607126319,0.0479626481592975,0.5,0.255951455205554,0.329789169329338,0.0429109983519619,0.255951455205554,0.382745596386317,0.102199299471531,0.26915246314129,0.0210270367552612,0.255951455205554,0.292028797631362,0.0342396999624415,0.5,0.255951455205554,0.226622120224087,0.077934674982395,0.255951455205554,0.312288524227329,0.00489474931218468,0.255951455205554,0.306050430899648,0.0606902006872335,0.255951455205554,0.328274983274147,0.0392006872143643,0.364361877755229,0.259882046591628 -3330,0.255951455205554,0.214854535688445,0.196459562187253,0.255951455205554,0.216848676444746,0.145603363527266,0.255951455205554,0.200813231285276,0.152265379434706,0.255951455205554,0.208057843360967,0.275413489980187,0.255951455205554,0.236123026890499,0.0420348423541673,0.255951455205554,0.2354996639153,0.0253254985241371,0.5,0.255951455205554,0.254257385438674,0.0354064385766749,0.5,0.255951455205554,0.222062904906606,0.0243033254142857,0.5,0.255951455205554,0.202569529012243,0.0183546192965452,0.255951455205554,0.252297576223976,0.029414048147613,0.197362447545296,0.00738320821714185,0.255951455205554,0.191460605026456,0.0207265652609137,0.5,0.255951455205554,0.159244913907989,0.0679927460129156,0.255951455205554,0.193185467726155,0.0151107083907841,0.255951455205554,0.198087269418701,0.07230571723983,0.255951455205554,0.21201396382496,0.0432854445077967,0.248731937973233,0.261041734474828 -3331,0.255951455205554,0.108641663278582,0.0922832240986238,0.255951455205554,0.0873512258618966,0.0479375178281402,0.255951455205554,0.101176489203341,0.111430727940608,0.255951455205554,0.115215707338694,0.195499042946059,0.255951455205554,0.106610168621903,0.0521558838241739,0.255951455205554,0.0703375707419408,0.0255562709060179,0.5,0.255951455205554,0.0959610068973549,0.027639090607079,0.5,0.255951455205554,0.0695642132531328,0.0333724269213913,0.5,0.255951455205554,0.0558893814877593,0.0195508626497392,0.255951455205554,0.0938772860719093,0.0270303370610654,0.0633752483254133,0.00263800240924536,0.255951455205554,0.057355255763736,0.0147707230236255,0.5,0.255951455205554,0.066301783664515,0.0587572399526311,0.255951455205554,0.0534834462648892,0.0280239510294581,0.255951455205554,0.0673190049573238,0.0426594271674459,0.255951455205554,0.062633893975314,0.0493181506807322,0.121346623605137,0.241609034655321 -3332,0.255951455205554,0.0184703592098873,0.0771158313817393,0.255951455205554,8.73623754003263e-05,0.0633196609621134,0.255951455205554,0.0116115627410951,0.136439637864193,0.255951455205554,0.0177636271240431,0.162804731259793,0.255951455205554,0.00975830416343293,0.0743758331593652,0.255951455205554,0.0,0.0275972282896765,0.5,0.255951455205554,0.0,0.0267654186936924,0.5,0.255951455205554,0.0,0.0391476042064304,0.5,0.255951455205554,0.0,0.0220305435742502,0.255951455205554,0.0,0.0191534054795797,0.0,0.00579814871982897,0.255951455205554,0.0,0.0217169402618219,0.5,0.255951455205554,0.0,0.0621358511076328,0.255951455205554,0.0,0.036158272795182,0.255951455205554,0.0,0.0542234794379528,0.255951455205554,0.0,0.0632893703510881,0.0223098361595205,0.250909753297061 -3333,0.255951455205554,0.0,0.0857476163881643,0.255951455205554,0.0,0.0792256692240332,0.255951455205554,0.0,0.157944018745012,0.255951455205554,0.0,0.159400477596522,0.255951455205554,0.0,0.0852606616566634,0.255951455205554,0.0,0.0250022456417163,0.5,0.255951455205554,0.0,0.0228594685632937,0.5,0.255951455205554,0.0,0.0409683583397904,0.5,0.255951455205554,0.0,0.021762552074429,0.255951455205554,0.0,0.0129656941679058,0.0,0.00859090100362298,0.255951455205554,0.0,0.023755372237859,0.5,0.255951455205554,0.0,0.0579418220097723,0.255951455205554,0.0,0.0359334083212929,0.255951455205554,0.0,0.0511697259917412,0.255951455205554,0.0,0.0510086204345471,0.0,0.269074381575059 -3334,0.255951455205554,0.0,0.0906137023711625,0.255951455205554,0.0,0.0774845704124499,0.255951455205554,0.0,0.147693548480011,0.255951455205554,0.0,0.145489198792266,0.255951455205554,0.0,0.0874450005904325,0.255951455205554,0.0,0.0206978999846927,0.5,0.255951455205554,0.0,0.0168878054527592,0.5,0.255951455205554,0.0,0.0357103104905187,0.5,0.255951455205554,0.0,0.0192765380260051,0.255951455205554,0.0,0.0129354561398176,0.0,0.00907373094425649,0.255951455205554,0.0,0.0199706737865454,0.5,0.255951455205554,0.0,0.0464937348466006,0.255951455205554,0.0,0.0295076764812126,0.255951455205554,0.0,0.038428304541283,0.255951455205554,0.0,0.0281453107551792,0.0,0.295457251604361 -3335,0.255951455205554,0.0,0.0926862978532445,0.255951455205554,0.0,0.0697975576945833,0.255951455205554,0.0,0.133609416076782,0.255951455205554,0.0,0.139492635100179,0.255951455205554,0.0,0.0896117450059536,0.255951455205554,0.0,0.0157245296281701,0.5,0.255951455205554,0.0,0.0126624536093544,0.5,0.255951455205554,0.0,0.0288460093156124,0.5,0.255951455205554,0.0,0.0174164522973559,0.255951455205554,0.0,0.00986871019791531,0.0,0.0094897858905043,0.255951455205554,0.0,0.0175348869215192,0.5,0.255951455205554,0.0,0.0363090350421925,0.255951455205554,0.0,0.026524561649678,0.255951455205554,0.0,0.0284217108886295,0.255951455205554,0.0,0.0156199861255345,0.0,0.343107550607051 -3336,0.255951455205554,0.0,0.0931410423792233,0.255951455205554,0.0,0.073623739174242,0.255951455205554,0.0,0.123361767078808,0.255951455205554,0.0,0.133393658756103,0.255951455205554,0.0,0.0866255788060752,0.255951455205554,0.0,0.0139921093166117,0.5,0.255951455205554,0.0,0.0100909263285685,0.5,0.255951455205554,0.0,0.029366063215201,0.5,0.255951455205554,0.0,0.0155523756637737,0.255951455205554,0.0,0.0115950844575359,0.0,0.00856507983973962,0.255951455205554,0.0,0.0159268722877512,0.5,0.255951455205554,0.0,0.0286696795628194,0.255951455205554,0.0,0.0274060899029853,0.255951455205554,0.0,0.0222106133551167,0.255951455205554,0.0,0.00908650815766407,0.0,0.368139476464671 -3337,0.255951455205554,0.0,0.0917321031746054,0.255951455205554,0.0,0.0850705428375044,0.255951455205554,0.0,0.110788338085403,0.255951455205554,0.0,0.126736679467532,0.255951455205554,0.0,0.080687694155379,0.255951455205554,0.0,0.0145561565451236,0.5,0.255951455205554,0.0,0.0112726991083955,0.5,0.255951455205554,0.0,0.0300428170626239,0.5,0.255951455205554,0.0,0.0148448924122347,0.255951455205554,0.0,0.0297061850654105,0.0,0.00808520899795008,0.255951455205554,0.0,0.0142953478184091,0.5,0.255951455205554,0.0,0.0229859154553456,0.255951455205554,0.0,0.0278705817305576,0.255951455205554,0.0,0.0199337455117826,0.255951455205554,0.0,0.00546751621542718,0.0,0.33957622430629 -3338,0.255951455205554,0.0,0.0877752895698584,0.255951455205554,0.0,0.0783717396946993,0.255951455205554,0.0,0.105167320478578,0.255951455205554,0.0,0.123541237256057,0.255951455205554,0.0,0.0718862311326321,0.255951455205554,0.0,0.0143149899573528,0.5,0.255951455205554,0.0,0.0147971426741685,0.5,0.255951455205554,0.0,0.0241219660000089,0.5,0.255951455205554,0.0,0.0141489875414572,0.255951455205554,0.0,0.0179855801659318,0.0,0.00928511406249258,0.255951455205554,0.0,0.0134350123605389,0.5,0.255951455205554,0.0,0.0182355455003734,0.255951455205554,0.0,0.0290750172556717,0.255951455205554,0.0,0.0167769350806972,0.255951455205554,0.0,0.00428059450206565,0.0,0.310547271389965 -3339,0.255951455205554,0.0,0.089723372182394,0.255951455205554,0.0,0.0926504024236498,0.255951455205554,0.0,0.0932090036555901,0.255951455205554,0.0,0.121102269707185,0.255951455205554,0.0,0.0688321682198795,0.255951455205554,0.0,0.0176022542050656,0.5,0.255951455205554,0.0,0.00970911976302796,0.5,0.255951455205554,0.0,0.0243876778410884,0.5,0.255951455205554,0.0,0.0135182210575593,0.255951455205554,0.0,0.00589179588443061,0.0,0.00916252824494413,0.255951455205554,0.0,0.0126737739702209,0.5,0.255951455205554,0.0,0.0136261137457529,0.255951455205554,0.0,0.0268223998450052,0.255951455205554,0.0,0.0153986766459273,0.255951455205554,0.0,0.00386685309447756,0.0,0.283013563586015 -3340,0.255951455205554,0.0,0.0887759268911272,0.255951455205554,0.0,0.0849763231526481,0.255951455205554,0.0,0.0823013882696933,0.255951455205554,0.0,0.118172731171972,0.255951455205554,0.0,0.0572072751228155,0.255951455205554,0.0,0.0192510538534823,0.5,0.255951455205554,0.0,0.00796553563235088,0.5,0.255951455205554,0.0,0.0234974541103587,0.5,0.255951455205554,0.0,0.0159700872176349,0.255951455205554,0.0,0.00430018305984637,0.0,0.0100736581450526,0.255951455205554,0.0,0.0125480970506659,0.5,0.255951455205554,0.0,0.010482471728686,0.255951455205554,0.0,0.0256460703516916,0.255951455205554,0.0,0.0153051795677323,0.255951455205554,0.0,0.00396661189410859,0.0,0.262334303457205 -3341,0.255951455205554,0.00109641840740328,0.0879581009235132,0.255951455205554,0.000662469189835953,0.0920122110126386,0.255951455205554,4.71079496588269e-05,0.073017820783673,0.255951455205554,0.0,0.103484099875815,0.255951455205554,0.0,0.0528316819256478,0.255951455205554,0.0,0.013621552411378,0.5,0.255951455205554,0.0,0.00998083348719121,0.5,0.255951455205554,0.0,0.0165205217244084,0.5,0.255951455205554,0.0,0.0145581930104949,0.255951455205554,0.0,0.00464995035185806,0.00329255366710742,0.0129079271200923,0.255951455205554,0.0032096007689152,0.012486362116333,0.5,0.255951455205554,0.0037973504665068,0.00861030958586161,0.255951455205554,0.00168545944711579,0.0224857844755701,0.255951455205554,0.000734572032696923,0.0134856538865234,0.255951455205554,4.96647534700076e-05,0.00427642180474101,0.00181920509986798,0.266177585712742 -3342,0.255951455205554,0.0515906518482976,0.0815402595900161,0.255951455205554,0.0503118864208264,0.0735500029727369,0.255951455205554,0.0422968665175432,0.0656449122958006,0.255951455205554,0.0437761735391141,0.0952633579542517,0.255951455205554,0.0329131957449582,0.0415314286803813,0.255951455205554,0.0370230932438126,0.00895193497819619,0.5,0.255951455205554,0.0270806015565034,0.0117938257308759,0.5,0.255951455205554,0.0306886239595989,0.00995673816092539,0.5,0.255951455205554,0.0427617074363897,0.00864048195587914,0.255951455205554,0.0221342086116655,0.00268774637294115,0.0623870913178804,0.0124617272439853,0.255951455205554,0.0621002328031597,0.0104474279439506,0.5,0.255951455205554,0.0633840675282514,0.0077598957043725,0.255951455205554,0.0578923453973886,0.0141238015963862,0.255951455205554,0.053388239061791,0.011542805806498,0.255951455205554,0.0483712340117183,0.00299641743526171,0.0541077112313089,0.276271853644376 -3343,0.255951455205554,0.130533802633405,0.0883602635635495,0.255951455205554,0.130500126919119,0.0919075569795847,0.255951455205554,0.12013609461944,0.0629755379352141,0.255951455205554,0.121136626245198,0.0922645187502998,0.255951455205554,0.108024102505013,0.0363619607455526,0.255951455205554,0.117000009392324,0.0065147833445997,0.5,0.255951455205554,0.103933819625755,0.00903746362175089,0.5,0.255951455205554,0.1120054135321,0.00472820386356753,0.5,0.255951455205554,0.130855381521194,0.00520301865105907,0.255951455205554,0.0935642151394001,0.002518439752975,0.153815809802788,0.0106612758419896,0.255951455205554,0.15412316131632,0.00990244881722379,0.5,0.255951455205554,0.152440976049995,0.00918134015384621,0.255951455205554,0.150227180780017,0.00924320022899591,0.255951455205554,0.140828673715669,0.0112356183996254,0.255951455205554,0.134875278005461,0.00161871276614538,0.134182605964202,0.242453577049455 -3344,0.255951455205554,0.251478917636485,0.128941776655436,0.255951455205554,0.251040316725091,0.152254497728644,0.255951455205554,0.239944384089956,0.0779304825861307,0.255951455205554,0.240845864855824,0.112057942825871,0.255951455205554,0.220566109973777,0.0416825449482424,0.255951455205554,0.237920115651694,0.00698015451809329,0.5,0.255951455205554,0.217901293792239,0.0141599881374699,0.5,0.255951455205554,0.233487100765693,0.00481792871437646,0.5,0.255951455205554,0.255976372364863,0.0102571639297789,0.255951455205554,0.203884268125774,0.00749580585375639,0.276971134130489,0.0260970879877712,0.255951455205554,0.278089695385828,0.0199156623211321,0.5,0.255951455205554,0.276710730701246,0.0204373361964017,0.255951455205554,0.275624109680767,0.0130733115972196,0.255951455205554,0.265049906892676,0.0210655806971176,0.255951455205554,0.25924294591415,0.00152451341852045,0.256283311840122,0.195979111502666 -3345,0.255951455205554,0.378960315887204,0.199773814052112,0.255951455205554,0.379267807547172,0.201549005137284,0.255951455205554,0.367981349524084,0.0918682078454993,0.255951455205554,0.368249035727152,0.12554393500652,0.255951455205554,0.340410138083191,0.0725589979296307,0.255951455205554,0.370104909429725,0.0136836171344192,0.5,0.255951455205554,0.34420951569795,0.0392134221932409,0.5,0.255951455205554,0.371190164512273,0.00468494666633076,0.5,0.255951455205554,0.396440595799552,0.0189415090379228,0.255951455205554,0.335017174981267,0.0411884068316211,0.406509394710188,0.0260884022008419,0.255951455205554,0.410332054905737,0.0234814015189334,0.5,0.255951455205554,0.406249174091742,0.0326069712154044,0.255951455205554,0.411870616744759,0.0123947857579561,0.255951455205554,0.398128521624138,0.0257177700027634,0.255951455205554,0.394056832297153,0.00216685011589623,0.383817252962511,0.176521286780883 -3346,0.255951455205554,0.513769147527885,0.211107791888593,0.255951455205554,0.512095882541765,0.184854843500947,0.255951455205554,0.501813739807712,0.0936198858593282,0.255951455205554,0.501512757768574,0.119916929150058,0.255951455205554,0.463660485527708,0.110306679349051,0.255951455205554,0.505715855041405,0.0340956279137995,0.5,0.255951455205554,0.480009711473005,0.0676454836702354,0.5,0.255951455205554,0.510647863454857,0.00628797994332002,0.5,0.255951455205554,0.532845109387963,0.0181479898087704,0.255951455205554,0.466044981880008,0.0888410892796312,0.533214969633897,0.0293513503177888,0.255951455205554,0.539927411259996,0.0272036691726077,0.5,0.255951455205554,0.538183011240475,0.0434096372078965,0.255951455205554,0.543676045875556,0.00889879048169168,0.255951455205554,0.531260829384372,0.0249759593962436,0.255951455205554,0.528867898518908,0.00458564540237041,0.519119727120056,0.1478488181381 -3347,0.255951455205554,0.621870721557036,0.222883970388853,0.255951455205554,0.615948745797422,0.202688503059444,0.255951455205554,0.608897173814497,0.102381154931514,0.255951455205554,0.610340997530155,0.124235701382717,0.255951455205554,0.569085318301516,0.133290787185378,0.255951455205554,0.61088647801448,0.0485904107922955,0.5,0.255951455205554,0.59194217601375,0.0901828117291483,0.5,0.255951455205554,0.618850456336297,0.0097970907671311,0.5,0.255951455205554,0.634913477532862,0.0149228628879968,0.255951455205554,0.594302457972289,0.147607642023068,0.624261115955042,0.0367987398299292,0.255951455205554,0.633672443790531,0.0319249571045896,0.5,0.255951455205554,0.636540693045208,0.049301460488482,0.255951455205554,0.639136682620247,0.0091441386767842,0.255951455205554,0.630679544099526,0.0289168989575676,0.255951455205554,0.630602271204921,0.0100721771760366,0.627379397000869,0.108593039896567 -3348,0.255951455205554,0.682549084660633,0.239705269009057,0.255951455205554,0.673492401492965,0.217842914196416,0.255951455205554,0.669604377020937,0.108675962890523,0.255951455205554,0.67206620312505,0.127205259905667,0.255951455205554,0.631399093404943,0.145940283047958,0.255951455205554,0.669231418187077,0.0509560027440601,0.5,0.255951455205554,0.667173042009565,0.117549157875718,0.5,0.255951455205554,0.680560227240389,0.0106016434294294,0.5,0.255951455205554,0.690905698816521,0.015213036859126,0.255951455205554,0.669354277925484,0.194072974039734,0.666763523943217,0.0430773468950341,0.255951455205554,0.679817902788207,0.0373846720300956,0.5,0.255951455205554,0.687211467099946,0.0498270155727546,0.255951455205554,0.688502669400931,0.0202686315120414,0.255951455205554,0.683562280236432,0.0448737484840089,0.255951455205554,0.685660988441592,0.0224759656768473,0.687856572993,0.090214239240857 -3349,0.255951455205554,0.702669627309145,0.237840394785041,0.255951455205554,0.690873733633914,0.211510359621078,0.255951455205554,0.680721075236464,0.116285441152033,0.255951455205554,0.692792590795434,0.131618920295573,0.255951455205554,0.644047200855026,0.174096147831409,0.255951455205554,0.685379448850651,0.0517697794724203,0.5,0.255951455205554,0.697707100377577,0.150301933817072,0.5,0.255951455205554,0.700670160097801,0.00998336219901351,0.5,0.255951455205554,0.705372272459019,0.0184518962657646,0.255951455205554,0.681715297536189,0.223551916011124,0.602192012609864,0.0394304688076877,0.255951455205554,0.651681264405744,0.0435882043001287,0.5,0.255951455205554,0.69846555888628,0.0540496778137423,0.255951455205554,0.69648871641019,0.0335724613480476,0.255951455205554,0.696369006987861,0.058382828795639,0.255951455205554,0.700002902045574,0.0435635564228922,0.708255876618244,0.0884022657775054 -3350,0.255951455205554,0.682159052144427,0.231217122258541,0.255951455205554,0.645606356264912,0.187946933007571,0.255951455205554,0.618459448402742,0.116070500435731,0.255951455205554,0.669416553367222,0.122189407788326,0.255951455205554,0.633335997800387,0.209614794570462,0.255951455205554,0.623672133606987,0.067558859936289,0.5,0.255951455205554,0.676051792187412,0.179523541249745,0.5,0.255951455205554,0.678667682104598,0.0116340657776582,0.5,0.255951455205554,0.675089270953764,0.024060091729461,0.255951455205554,0.659521455000833,0.221163668030953,0.602471607630949,0.0521820488367231,0.255951455205554,0.615915704779347,0.041834113408593,0.5,0.255951455205554,0.666832463708318,0.0624902718226078,0.255951455205554,0.658883506376404,0.0413956887407924,0.255951455205554,0.662688405890533,0.0661140427445138,0.255951455205554,0.661208765391838,0.0526452392339358,0.689296906572625,0.0945768327863827 -3351,0.255951455205554,0.591043595360496,0.203085210841297,0.255951455205554,0.566587496056406,0.159535579156221,0.255951455205554,0.579017710465148,0.110412800863523,0.255951455205554,0.530098112301271,0.105993164413485,0.255951455205554,0.593194596171158,0.248843936391814,0.255951455205554,0.592454936271949,0.082411479873448,0.5,0.255951455205554,0.609710926550603,0.174499496457896,0.5,0.255951455205554,0.608554248650269,0.0173173644453982,0.5,0.255951455205554,0.595303418910905,0.0353926305988972,0.255951455205554,0.609260378131324,0.176137408913674,0.537724019396668,0.0410024879976396,0.255951455205554,0.556450629265638,0.0407015255081681,0.5,0.255951455205554,0.589037316193796,0.0755827531588068,0.255951455205554,0.578321424438638,0.0487186061425675,0.255951455205554,0.589881851255564,0.0632371044616521,0.255951455205554,0.574411291095044,0.0600049718066225,0.621965477697101,0.105939028042561 -3352,0.255951455205554,0.450624887558776,0.199059380602179,0.255951455205554,0.445124683354363,0.133193499960992,0.255951455205554,0.484224220191673,0.112815607104836,0.255951455205554,0.469623733989103,0.0998333140399111,0.255951455205554,0.487997138847553,0.244960652096721,0.255951455205554,0.444105959187248,0.0834550383229494,0.5,0.255951455205554,0.506556488854238,0.162799906974709,0.5,0.255951455205554,0.503947953379811,0.029042677779099,0.5,0.255951455205554,0.480911090785853,0.0549025184320658,0.255951455205554,0.502119518759162,0.159608856908621,0.444023016513627,0.0313620576335748,0.255951455205554,0.442640056416846,0.0361130342903362,0.5,0.255951455205554,0.460203086150045,0.0901605535129489,0.255951455205554,0.453899398453185,0.0495785350173545,0.255951455205554,0.477898598993283,0.0699779414856704,0.255951455205554,0.471911931534631,0.074212826811504,0.50633459266436,0.108190924956343 -3353,0.255951455205554,0.354474877227892,0.187549776142829,0.255951455205554,0.350735019593484,0.11668512716786,0.255951455205554,0.365369546800348,0.106597766843093,0.255951455205554,0.361543140129907,0.110138743018098,0.255951455205554,0.348791895055198,0.168452936433187,0.255951455205554,0.337893897820632,0.0775000782314344,0.5,0.255951455205554,0.372103006176699,0.136510746487328,0.5,0.255951455205554,0.360751964616627,0.0359950003345651,0.5,0.255951455205554,0.34130842521678,0.0546061544829086,0.255951455205554,0.352261673340109,0.121376908798729,0.320007994262921,0.0337490074986385,0.255951455205554,0.318214443145491,0.0351897680792387,0.5,0.255951455205554,0.335092330102276,0.117864719355877,0.255951455205554,0.325159442109678,0.0534148161196845,0.255951455205554,0.341634333932253,0.0778837391706123,0.255951455205554,0.343470080149245,0.0828443658994285,0.37440562680687,0.130835476416561 -3354,0.255951455205554,0.232594673611782,0.158207348103151,0.255951455205554,0.229813558126565,0.0511912874699305,0.255951455205554,0.231358565636626,0.0505955839073333,0.255951455205554,0.23260964597184,0.0599239597187395,0.255951455205554,0.214446517322631,0.0605420388935121,0.255951455205554,0.228504187018343,0.0216920952334407,0.5,0.255951455205554,0.23636877238811,0.0506200188981529,0.5,0.255951455205554,0.228944873524837,0.0178789209326319,0.5,0.255951455205554,0.20963068785448,0.0195737505838771,0.255951455205554,0.228121445524246,0.0499677419556465,0.194357802571379,0.0213775694597695,0.255951455205554,0.193070532025443,0.0185274397358901,0.5,0.255951455205554,0.209812544800949,0.13026914413339,0.255951455205554,0.195745820643708,0.0231842084537228,0.255951455205554,0.213052479015746,0.0333442531033384,0.255951455205554,0.21544530984692,0.0356821136022745,0.243129911375997,0.129373572536224 -3355,0.255951455205554,0.109560039203124,0.153606863246137,0.255951455205554,0.0835566032643828,0.0572378320935993,0.255951455205554,0.105523278341765,0.0583505128334889,0.255951455205554,0.116903416956165,0.0689089963455912,0.255951455205554,0.0991806312692138,0.0459166486627872,0.255951455205554,0.0717630511536136,0.0116381140159177,0.5,0.255951455205554,0.089609505276719,0.0207100758529896,0.5,0.255951455205554,0.0751698031193511,0.019722769954783,0.5,0.255951455205554,0.0572919645917457,0.0207616610663647,0.255951455205554,0.11200628833385,0.02994530581215,0.0619991358708144,0.0120031006656644,0.255951455205554,0.0573069763521136,0.025688275074753,0.5,0.255951455205554,0.0703674230030301,0.107040829234494,0.255951455205554,0.0537127551280055,0.0239514624447779,0.255951455205554,0.0628362344377141,0.0389850573649943,0.255951455205554,0.0613791563523512,0.0503953609505818,0.11845187175495,0.129944703787927 -3356,0.255951455205554,0.0198683312380281,0.155863817246373,0.255951455205554,0.0016878109742648,0.0740716071727016,0.255951455205554,0.01310011417606,0.0750859505426004,0.255951455205554,0.0176168459618583,0.08997454930833,0.255951455205554,0.014935502428239,0.043459696706589,0.255951455205554,0.0,0.00819458017993927,0.5,0.255951455205554,0.000726563519051364,0.0148803680103302,0.5,0.255951455205554,0.0,0.0183394113417245,0.5,0.255951455205554,0.0,0.0211614703150639,0.255951455205554,0.0,0.0253910954840573,0.0,0.0133741817453551,0.255951455205554,0.0,0.0299331774343071,0.5,0.255951455205554,0.0,0.0915067444621316,0.255951455205554,0.0,0.0237592456858617,0.255951455205554,0.0,0.0490852834693185,0.255951455205554,0.0,0.0503733002874383,0.0228732819905916,0.13496376919369 -3357,0.255951455205554,0.0,0.158675118060237,0.255951455205554,0.0,0.0709234346560027,0.255951455205554,0.0,0.0873405787770105,0.255951455205554,0.0,0.113231680058632,0.255951455205554,0.0,0.0406658132702424,0.255951455205554,0.0,0.00659085318568153,0.5,0.255951455205554,0.0,0.0105293134328023,0.5,0.255951455205554,0.0,0.0164818098420477,0.5,0.255951455205554,0.0,0.0160089875339271,0.255951455205554,0.0,0.0202812089129589,0.0,0.0154902764557348,0.255951455205554,0.0,0.0348506737224007,0.5,0.255951455205554,0.0,0.083723027099525,0.255951455205554,0.0,0.0218768929314106,0.255951455205554,0.0,0.0464152664596917,0.255951455205554,0.0,0.0358026992304051,0.0,0.121783058101791 -3358,0.255951455205554,0.0,0.158811250102686,0.255951455205554,0.0,0.069294158085044,0.255951455205554,0.0,0.08990316112112,0.255951455205554,0.0,0.121728853959339,0.255951455205554,0.0,0.0389392278818499,0.255951455205554,0.0,0.00611928474927498,0.5,0.255951455205554,0.0,0.00824833327876108,0.5,0.255951455205554,0.0,0.0137068515595269,0.5,0.255951455205554,0.0,0.00985255068534273,0.255951455205554,0.0,0.0158038933401897,0.0,0.0113818303639921,0.255951455205554,0.0,0.032902830747256,0.5,0.255951455205554,0.0,0.0696655464929138,0.255951455205554,0.0,0.0212400053878451,0.255951455205554,0.0,0.0315910467203826,0.255951455205554,0.0,0.0189043562012472,0.0,0.111253896405988 -3359,0.255951455205554,0.0,0.150764854790148,0.255951455205554,0.0,0.0746376508519957,0.255951455205554,0.0,0.0906752671328949,0.255951455205554,0.0,0.120912134164433,0.255951455205554,0.0,0.0385193019508366,0.255951455205554,0.0,0.00660327848440451,0.5,0.255951455205554,0.0,0.00727047483039618,0.5,0.255951455205554,0.0,0.013336631646141,0.5,0.255951455205554,0.0,0.00712054909234228,0.255951455205554,0.0,0.0101839981653351,0.0,0.0150503778051376,0.255951455205554,0.0,0.0281716880863877,0.5,0.255951455205554,0.0,0.058032512142449,0.255951455205554,0.0,0.0194800885371812,0.255951455205554,0.0,0.0204178391491733,0.255951455205554,0.0,0.0104942913346066,0.0,0.115909826181516 -3360,0.255951455205554,0.0,0.154970063897691,0.255951455205554,0.0,0.0655362667766505,0.255951455205554,0.0,0.0900200699513367,0.255951455205554,0.0,0.118432395307332,0.255951455205554,0.0,0.0369449121890958,0.255951455205554,0.0,0.00707689565767166,0.5,0.255951455205554,0.0,0.00684268193311066,0.5,0.255951455205554,0.0,0.0122514994040962,0.5,0.255951455205554,0.0,0.00603431558271926,0.255951455205554,0.0,0.00850188524387437,0.0,0.01165678343516,0.255951455205554,0.0,0.0227370210214308,0.5,0.255951455205554,0.0,0.0520810315145755,0.255951455205554,0.0,0.020139607563759,0.255951455205554,0.0,0.0160276647512034,0.255951455205554,0.0,0.0081973898735728,0.0,0.136327553742898 -3361,0.255951455205554,0.0,0.161403872126542,0.255951455205554,0.0,0.0713976668627281,0.255951455205554,0.0,0.0846609092448706,0.255951455205554,0.0,0.112473415082843,0.255951455205554,0.0,0.0408083065432875,0.255951455205554,0.0,0.00837181561918612,0.5,0.255951455205554,0.0,0.00695825621473479,0.5,0.255951455205554,0.0,0.00975560396691988,0.5,0.255951455205554,0.0,0.00505086760518031,0.255951455205554,0.0,0.00625067527421265,0.0,0.00919313966284117,0.255951455205554,0.0,0.0181247031060878,0.5,0.255951455205554,0.0,0.0455752936029386,0.255951455205554,0.0,0.0200538283822772,0.255951455205554,0.0,0.0153119613133692,0.255951455205554,0.0,0.00658738289746244,0.0,0.147343258750151 -3362,0.255951455205554,0.0,0.150442264286894,0.255951455205554,0.0,0.0755878757651308,0.255951455205554,0.0,0.0823542030107462,0.255951455205554,0.0,0.104682162410185,0.255951455205554,0.0,0.0438762622268579,0.255951455205554,0.0,0.0103757033705243,0.5,0.255951455205554,0.0,0.00834048246863659,0.5,0.255951455205554,0.0,0.00947358634124983,0.5,0.255951455205554,0.0,0.00475124158077126,0.255951455205554,0.0,0.00466038400032606,0.0,0.00868497838725288,0.255951455205554,0.0,0.0162478803024458,0.5,0.255951455205554,0.0,0.0401020908744968,0.255951455205554,0.0,0.02304296360177,0.255951455205554,0.0,0.0176131768761246,0.255951455205554,0.0,0.00511416893389425,0.0,0.158220589358974 -3363,0.255951455205554,0.0,0.147758958550762,0.255951455205554,0.0,0.082936394033771,0.255951455205554,0.0,0.0796875824372478,0.255951455205554,0.0,0.108848564681199,0.255951455205554,0.0,0.0446245175081243,0.255951455205554,0.0,0.013055590525084,0.5,0.255951455205554,0.0,0.00740762538751358,0.5,0.255951455205554,0.0,0.0105279722703592,0.5,0.255951455205554,0.0,0.00415951621608594,0.255951455205554,0.0,0.00635130198027504,0.0,0.00863404934902952,0.255951455205554,0.0,0.0175736450596509,0.5,0.255951455205554,0.0,0.0389072537472994,0.255951455205554,0.0,0.025017495551876,0.255951455205554,0.0,0.0188449045102474,0.255951455205554,0.0,0.00454245326813001,0.0,0.154038463264313 -3364,0.255951455205554,0.0,0.148839630726317,0.255951455205554,0.0,0.0956795732047842,0.255951455205554,0.0,0.0768474090882749,0.255951455205554,0.0,0.108421704791987,0.255951455205554,0.0,0.0463112347277013,0.255951455205554,0.0,0.0101353213069278,0.5,0.255951455205554,0.0,0.0101512176026364,0.5,0.255951455205554,0.0,0.0112004808284209,0.5,0.255951455205554,0.0,0.00496988432139937,0.255951455205554,0.0,0.00888501406615045,0.0,0.0106780944932521,0.255951455205554,0.0,0.0198232501897725,0.5,0.255951455205554,0.0,0.042954583707896,0.255951455205554,0.0,0.0289913404233772,0.255951455205554,0.0,0.0187189659489488,0.255951455205554,0.0,0.00442474061921826,0.0,0.102492866749463 -3365,0.255951455205554,0.00130837208439801,0.142420866699751,0.255951455205554,0.000927086677651966,0.0866490802135459,0.255951455205554,7.63420243887693e-05,0.0707923948708195,0.255951455205554,0.0,0.104020730956332,0.255951455205554,0.0,0.0479507120881278,0.255951455205554,0.0,0.00791332395049904,0.5,0.255951455205554,0.0,0.0106313716764124,0.5,0.255951455205554,0.0,0.0107922046399634,0.5,0.255951455205554,1.98892861760998e-07,0.00555274989022342,0.255951455205554,0.0,0.0107611033373393,0.00348436792206767,0.0180784723329075,0.255951455205554,0.00342962429664078,0.0197784670233397,0.5,0.255951455205554,0.00399440566679842,0.043895810917694,0.255951455205554,0.00196579185486108,0.0316479095880667,0.255951455205554,0.000965570744303639,0.0186966506511963,0.255951455205554,0.000103552165348634,0.00482662148243183,0.00202435391894503,0.0468015250846061 -3366,0.255951455205554,0.0508777250004675,0.132906034818858,0.255951455205554,0.05142967507767,0.0872968684661916,0.255951455205554,0.0397396713642642,0.0583376492536906,0.255951455205554,0.0432482903023693,0.0853228958108944,0.255951455205554,0.0329846270171613,0.0377467402024312,0.255951455205554,0.0382404187326099,0.00727752786115923,0.5,0.255951455205554,0.0287689428590446,0.00918914428823341,0.5,0.255951455205554,0.0320603239966995,0.00941462156653602,0.5,0.255951455205554,0.0435883294143411,0.00504516217659046,0.255951455205554,0.0236530802574551,0.00771492987173527,0.0624503999697178,0.00995007189470917,0.255951455205554,0.062690773247231,0.0168149401301419,0.5,0.255951455205554,0.0630993915424243,0.0443316961473692,0.255951455205554,0.0594278191968002,0.0247017604750663,0.255951455205554,0.0541764162237431,0.0181721744329044,0.255951455205554,0.049797830255174,0.00412755384611042,0.0539454816756024,0.0184881167761453 -3367,0.255951455205554,0.126195061347274,0.130143614994581,0.255951455205554,0.128586491193365,0.0988440392294483,0.255951455205554,0.114284980756548,0.0537186537138747,0.255951455205554,0.115677084722028,0.0825037049753803,0.255951455205554,0.108056857550533,0.0308972700610307,0.255951455205554,0.116844098019038,0.0069750995154511,0.5,0.255951455205554,0.104350494086356,0.00613233693361505,0.5,0.255951455205554,0.112460609127458,0.00717699519777879,0.5,0.255951455205554,0.130259419250548,0.00390160268139816,0.255951455205554,0.0961267114933857,0.00379678333311141,0.152698004258979,0.00789564645126069,0.255951455205554,0.1525737940669,0.0175110510767853,0.5,0.255951455205554,0.149790192112638,0.0427469157940135,0.255951455205554,0.148737188946519,0.0230827092326054,0.255951455205554,0.137183594419087,0.0197928957268383,0.255951455205554,0.133082520305624,0.00285933763965562,0.130624845830268,0.0118557178164075 -3368,0.255951455205554,0.226064848030511,0.172318126666268,0.255951455205554,0.231473594113934,0.12892067438863,0.255951455205554,0.220528677725102,0.0735090553519882,0.255951455205554,0.221934577266518,0.128888412716413,0.255951455205554,0.217740002209844,0.0364716770527505,0.255951455205554,0.232660706464325,0.00906412099702493,0.5,0.255951455205554,0.210483939229503,0.0106761053372621,0.5,0.255951455205554,0.233026467705378,0.00688415561045616,0.5,0.255951455205554,0.253401882591961,0.00747411649434043,0.255951455205554,0.19333411839435,0.00430728064754295,0.271748425193098,0.0253927312652303,0.255951455205554,0.272108346351634,0.0392113984254498,0.5,0.255951455205554,0.268032774721064,0.0746398143246363,0.255951455205554,0.269934132864677,0.0355111866038137,0.255951455205554,0.251574352480224,0.0388897641816995,0.255951455205554,0.252604425813433,0.00302681533701346,0.237121012570148,0.0137463950698142 -3369,0.255951455205554,0.341891625932247,0.220053001175675,0.255951455205554,0.355038328718093,0.258155357229853,0.255951455205554,0.344428824298445,0.0968703349996201,0.255951455205554,0.343257909548533,0.141444878747916,0.255951455205554,0.337077192518013,0.0543640924075824,0.255951455205554,0.358690576767869,0.0192556237928717,0.5,0.255951455205554,0.322965088465057,0.0363596533298397,0.5,0.255951455205554,0.369303457965928,0.0138784041903547,0.5,0.255951455205554,0.392439369309766,0.0204283749384964,0.255951455205554,0.298595406300394,0.0122814996382414,0.397297238743212,0.0480154272957571,0.255951455205554,0.401035367373966,0.0495160732191284,0.5,0.255951455205554,0.391445797003775,0.108191599056637,0.255951455205554,0.404222527995091,0.0642592478598329,0.255951455205554,0.382109056689905,0.0450653955718553,0.255951455205554,0.386148921358162,0.00379719816605402,0.33329544398858,0.00714733442110733 -3370,0.255951455205554,0.478429562414389,0.259765686845726,0.255951455205554,0.486823295571856,0.257168633173364,0.255951455205554,0.472627441814131,0.0855550247119593,0.255951455205554,0.470094338275501,0.10903779894531,0.255951455205554,0.457660040793361,0.0783406383733941,0.255951455205554,0.487321385072039,0.0460892319757802,0.5,0.255951455205554,0.444475141293937,0.0765945681422756,0.5,0.255951455205554,0.507375883303042,0.0323735322774928,0.5,0.255951455205554,0.527344089545194,0.0383502407150798,0.255951455205554,0.405036070826878,0.0202221157177518,0.522001072788768,0.0645303948212549,0.255951455205554,0.528664039721279,0.068470316971979,0.5,0.255951455205554,0.515651341609107,0.135429655109897,0.255951455205554,0.535312405272691,0.0793637956115391,0.255951455205554,0.516994630499347,0.0526796099390329,0.255951455205554,0.519749226975057,0.005353718292074,0.480253613822766,0.00754724610051091 -3371,0.255951455205554,0.586402675426577,0.2649539696928,0.255951455205554,0.592955483908754,0.313018602107583,0.255951455205554,0.57441487903968,0.0799805779538712,0.255951455205554,0.570994154823432,0.0852599845076806,0.255951455205554,0.552373826826126,0.0979500356080549,0.255951455205554,0.591777044036228,0.0742272114152455,0.5,0.255951455205554,0.553372640937451,0.103326132592105,0.5,0.255951455205554,0.614898506766024,0.0593031069530068,0.5,0.255951455205554,0.628213688712402,0.0549414093484827,0.255951455205554,0.545041521209062,0.0201184200305185,0.614544347869766,0.0730769649686016,0.255951455205554,0.622709959147017,0.078144998937142,0.5,0.255951455205554,0.611957050162675,0.163984054264715,0.255951455205554,0.629967572633204,0.0744223981997795,0.255951455205554,0.617704952709532,0.0687631352931674,0.255951455205554,0.620751002171604,0.0129411165678955,0.590626601311837,0.00842744049262032 -3372,0.255951455205554,0.652525425824305,0.257367129552831,0.255951455205554,0.652252882279814,0.344231734097715,0.255951455205554,0.634876333755151,0.0845409136604589,0.255951455205554,0.635205590173078,0.0831169324872874,0.255951455205554,0.582408287953237,0.130603598625218,0.255951455205554,0.656775229716337,0.105568249764726,0.5,0.255951455205554,0.637148610957162,0.120044358489771,0.5,0.255951455205554,0.677877862733835,0.100481395613639,0.5,0.255951455205554,0.683948695218458,0.0868535018949551,0.255951455205554,0.625348738595839,0.0280385499137883,0.660781371600813,0.0928033202649177,0.255951455205554,0.671485930073293,0.0919165714842752,0.5,0.255951455205554,0.667385037522533,0.183590573727318,0.255951455205554,0.679225667922922,0.0744829233111075,0.255951455205554,0.6713980418954,0.0915997913517722,0.255951455205554,0.676550580255745,0.0308829415441539,0.655912739853683,0.0100523416505559 -3373,0.255951455205554,0.675452948938257,0.237810724163249,0.255951455205554,0.667843013147398,0.342683801271521,0.255951455205554,0.577104581941647,0.0923758651407123,0.255951455205554,0.573446939860999,0.0910350313344828,0.255951455205554,0.608228620427397,0.19840312950826,0.255951455205554,0.684398366156511,0.148612908497229,0.5,0.255951455205554,0.67765440409343,0.165178745490077,0.5,0.255951455205554,0.700685595996854,0.144030305318633,0.5,0.255951455205554,0.699872833936537,0.126975780567914,0.255951455205554,0.680893124503076,0.118649873121209,0.657448112156193,0.128146533587029,0.255951455205554,0.677959854865875,0.11711220416613,0.5,0.255951455205554,0.683296810422629,0.21476359876922,0.255951455205554,0.689670031095967,0.0981646124524996,0.255951455205554,0.685973118992863,0.117992717560714,0.255951455205554,0.692990866869777,0.0571279366442223,0.684307580342624,0.0147516654186056 -3374,0.255951455205554,0.558978331719579,0.191193976127526,0.255951455205554,0.60789195880291,0.306758092180565,0.255951455205554,0.576752248984753,0.0961749897927485,0.255951455205554,0.551433158699834,0.0822887162151366,0.255951455205554,0.576254103679612,0.225157700208849,0.255951455205554,0.670737286037971,0.196410485933179,0.5,0.255951455205554,0.667605854631242,0.24743633081026,0.5,0.255951455205554,0.679985180925989,0.200231073605984,0.5,0.255951455205554,0.673738077983106,0.171260394016404,0.255951455205554,0.662921473461825,0.277244439863414,0.643352121468499,0.166893104209536,0.255951455205554,0.649500147716875,0.150163929438176,0.5,0.255951455205554,0.657067073422158,0.267821237811856,0.255951455205554,0.660467429119623,0.149503640501012,0.255951455205554,0.661199890294844,0.150951368148779,0.255951455205554,0.669383945047264,0.0974771803004508,0.66267576952852,0.023085039377973 -3375,0.255951455205554,0.433959674224227,0.141614127717581,0.255951455205554,0.433194103175383,0.181997765597365,0.255951455205554,0.494126897159176,0.100339560556794,0.255951455205554,0.563980883390901,0.080133597661003,0.255951455205554,0.562273638546226,0.243945943041718,0.255951455205554,0.608138164192987,0.245202461497196,0.5,0.255951455205554,0.593285893670647,0.308029414780044,0.5,0.255951455205554,0.615330251637002,0.240541685485096,0.5,0.255951455205554,0.603243150024386,0.213149885633179,0.255951455205554,0.603316159593351,0.376946926073722,0.570383472037321,0.21395690573522,0.255951455205554,0.574559351534502,0.187611847288471,0.5,0.255951455205554,0.583209365489136,0.29829479434929,0.255951455205554,0.582301914615291,0.210867977042726,0.255951455205554,0.590207259824611,0.195082661532538,0.255951455205554,0.600402037618494,0.155540297478765,0.513985188938399,0.033768764022101 -3376,0.255951455205554,0.366727634028271,0.0981223170185137,0.255951455205554,0.414315176741226,0.207663047114218,0.255951455205554,0.413439924295014,0.102542671199731,0.255951455205554,0.416822573541295,0.0670432643319632,0.255951455205554,0.439860163323216,0.224578806616935,0.255951455205554,0.492555039397822,0.278091114344372,0.5,0.255951455205554,0.483990491675117,0.348664204573375,0.5,0.255951455205554,0.503388778216569,0.297745605749786,0.5,0.255951455205554,0.486826281973661,0.259909295002471,0.255951455205554,0.506849430620892,0.441305310622366,0.454058375344914,0.266511401608601,0.255951455205554,0.456798182459369,0.217480418179171,0.5,0.255951455205554,0.465307173460778,0.289769198898718,0.255951455205554,0.462198419162899,0.258781547703595,0.255951455205554,0.473831089305019,0.242826626225852,0.255951455205554,0.484061599900747,0.218801253403855,0.467742411791536,0.0466368743354293 -3377,0.255951455205554,0.290790595478136,0.097357746977987,0.255951455205554,0.318240870852482,0.174711956423085,0.255951455205554,0.324729226942733,0.10757698970684,0.255951455205554,0.295133099884367,0.0764648584275566,0.255951455205554,0.301420646297575,0.170754111182346,0.255951455205554,0.358487369736161,0.240620762236029,0.5,0.255951455205554,0.347607548291114,0.312623889289802,0.5,0.255951455205554,0.359277806319655,0.312416333768782,0.5,0.255951455205554,0.344510265232275,0.26798664570138,0.255951455205554,0.35846358023754,0.337039686507106,0.32608592168687,0.287863153093817,0.255951455205554,0.325983218118049,0.196061414645125,0.5,0.255951455205554,0.338551094884404,0.254475943109989,0.255951455205554,0.325969291835732,0.224462928040819,0.255951455205554,0.339101222786534,0.271051638472375,0.255951455205554,0.342432672637117,0.234480262176041,0.360874509985496,0.0687577286958104 -3378,0.255951455205554,0.212274682118144,0.093530289054784,0.255951455205554,0.215592918354526,0.0792191226438926,0.255951455205554,0.2175349188131,0.0694439954104213,0.255951455205554,0.228424885495395,0.0539782531556134,0.255951455205554,0.224632754668347,0.08299923543364,0.255951455205554,0.227481724822079,0.126650139969118,0.5,0.255951455205554,0.207128426827651,0.110513264522791,0.5,0.255951455205554,0.224129879147397,0.220215575131377,0.5,0.255951455205554,0.208860865860501,0.149725494397505,0.255951455205554,0.213531615524041,0.0831137410852923,0.197582621130454,0.147210095840202,0.255951455205554,0.194859683922092,0.09232949566995,0.5,0.255951455205554,0.20875783130528,0.1725867526517,0.255951455205554,0.196374123752944,0.112736673811501,0.255951455205554,0.207932385055218,0.16203095998711,0.255951455205554,0.211695094619602,0.104569338151559,0.228424336547187,0.104353376993495 -3379,0.255951455205554,0.103294986453217,0.128176663191802,0.255951455205554,0.098014890221817,0.104725799131712,0.255951455205554,0.0977605926752699,0.0953437448257623,0.255951455205554,0.111845406332024,0.0733620564591333,0.255951455205554,0.105806170966511,0.0873001027344329,0.255951455205554,0.0822880695951762,0.101750001914475,0.5,0.255951455205554,0.0927476177870152,0.0443436507358928,0.5,0.255951455205554,0.0777426176757853,0.189330657258835,0.5,0.255951455205554,0.0626801885371226,0.151823910864549,0.255951455205554,0.0838112241451227,0.00921181741151964,0.0625641529824366,0.113004422248921,0.255951455205554,0.0581779080862297,0.105953085498166,0.5,0.255951455205554,0.0716551216987987,0.15131585791507,0.255951455205554,0.0558339520194212,0.131717555560225,0.255951455205554,0.0686684302097169,0.139018040092003,0.255951455205554,0.0669045606591667,0.10338493842144,0.105898421035416,0.119302530190375 -3380,0.255951455205554,0.0250355732075902,0.17415821582956,0.255951455205554,0.0129792771471065,0.168568077219318,0.255951455205554,0.0173561408428783,0.145940073975668,0.255951455205554,0.021654867372231,0.143551799572187,0.255951455205554,0.0167412207097409,0.0836736585211665,0.255951455205554,0.0,0.061393291814956,0.5,0.255951455205554,0.00165215728960857,0.030270292818453,0.5,0.255951455205554,0.0,0.152048153433134,0.5,0.255951455205554,0.0,0.149387957248173,0.255951455205554,0.0,0.0204467029735782,0.0,0.124230389908215,0.255951455205554,0.0,0.131368900330794,0.5,0.255951455205554,0.0,0.133399207685797,0.255951455205554,0.0,0.171714936968541,0.255951455205554,0.0,0.169847955991814,0.255951455205554,0.0,0.14157605427123,0.0274667479870768,0.100990443219797 -3381,0.255951455205554,0.0,0.222227597337322,0.255951455205554,0.0,0.198734438843562,0.255951455205554,0.0,0.174792245098397,0.255951455205554,0.0,0.198573521698979,0.255951455205554,0.0,0.0970288446801127,0.255951455205554,0.0,0.0458963257052379,0.5,0.255951455205554,0.0,0.0283935002254178,0.5,0.255951455205554,0.0,0.12217486292021,0.5,0.255951455205554,0.0,0.136335423072627,0.255951455205554,0.0,0.0544917635922363,0.0,0.12159289166246,0.255951455205554,0.0,0.143858791234428,0.5,0.255951455205554,0.0,0.136319492891853,0.255951455205554,0.0,0.19681577989015,0.255951455205554,0.0,0.220065169716633,0.255951455205554,0.0,0.13517313852135,0.0,0.100700676569091 -3382,0.255951455205554,0.0,0.233551443860751,0.255951455205554,0.0,0.18230247043868,0.255951455205554,0.0,0.18660112126502,0.255951455205554,0.0,0.212591882433002,0.255951455205554,0.0,0.0975236424716938,0.255951455205554,0.0,0.0370803784372434,0.5,0.255951455205554,0.0,0.0199403439064864,0.5,0.255951455205554,0.0,0.085175463359383,0.5,0.255951455205554,0.0,0.117161565837476,0.255951455205554,0.0,0.0488838335615146,0.0,0.135587443616589,0.255951455205554,0.0,0.157554722260913,0.5,0.255951455205554,0.0,0.149007710070199,0.255951455205554,0.0,0.213093054590676,0.255951455205554,0.0,0.211065217114565,0.255951455205554,0.0,0.10411319938347,0.0,0.125469131775971 -3383,0.255951455205554,0.0,0.228907549770064,0.255951455205554,0.0,0.183119360855276,0.255951455205554,0.0,0.20035394007044,0.255951455205554,0.0,0.231266892633827,0.255951455205554,0.0,0.0465832368753965,0.255951455205554,0.0,0.0317280707717726,0.5,0.255951455205554,0.0,0.012208643324271,0.5,0.255951455205554,0.0,0.0703969080127693,0.5,0.255951455205554,0.0,0.0942318074942698,0.255951455205554,0.0,0.0260681767618708,0.0,0.144152641538713,0.255951455205554,0.0,0.167307794460258,0.5,0.255951455205554,0.0,0.160377732197758,0.255951455205554,0.0,0.214874264108822,0.255951455205554,0.0,0.179775302655707,0.255951455205554,0.0,0.0851213004587441,0.0,0.180600644687736 -3384,0.255951455205554,0.0,0.243718960883055,0.255951455205554,0.0,0.196132238389779,0.255951455205554,0.0,0.185344607739405,0.255951455205554,0.0,0.212244185069292,0.255951455205554,0.0,0.0262152892485585,0.255951455205554,0.0,0.0314732316608072,0.5,0.255951455205554,0.0,0.00882171746662487,0.5,0.255951455205554,0.0,0.0606351618505416,0.5,0.255951455205554,0.0,0.0710149546608797,0.255951455205554,0.0,0.0195987602147891,0.0,0.142356105928669,0.255951455205554,0.0,0.169535346457535,0.5,0.255951455205554,0.0,0.169344199992721,0.255951455205554,0.0,0.198331216716591,0.255951455205554,0.0,0.152660914318869,0.255951455205554,0.0,0.0730618832513597,0.0,0.268910273175388 -3385,0.255951455205554,0.0,0.238882347472862,0.255951455205554,0.0,0.198265886954972,0.255951455205554,0.0,0.172456648401949,0.255951455205554,0.0,0.209110552572112,0.255951455205554,0.0,0.0310962923637726,0.255951455205554,0.0,0.0376883418103844,0.5,0.255951455205554,0.0,0.0151900716627815,0.5,0.255951455205554,0.0,0.0625374748411257,0.5,0.255951455205554,0.0,0.0595087859711066,0.255951455205554,0.0,0.0617031035639592,0.0,0.147934520943888,0.255951455205554,0.0,0.169767523116506,0.5,0.255951455205554,0.0,0.180175331115884,0.255951455205554,0.0,0.193847675914284,0.255951455205554,0.0,0.137850231576289,0.255951455205554,0.0,0.057467997659827,0.0,0.426866651641001 -3386,0.255951455205554,0.0,0.238796255093388,0.255951455205554,0.0,0.213237156204254,0.255951455205554,0.0,0.161923509692939,0.255951455205554,0.0,0.224404597485695,0.255951455205554,0.0,0.0571462112060708,0.255951455205554,0.0,0.0330979693603011,0.5,0.255951455205554,0.0,0.0626520798215044,0.5,0.255951455205554,0.0,0.0684000647001997,0.5,0.255951455205554,0.0,0.051829865820539,0.255951455205554,0.0,0.115436152843232,0.0,0.152507755234791,0.255951455205554,0.0,0.165776347910483,0.5,0.255951455205554,0.0,0.184757895237297,0.255951455205554,0.0,0.205992788544073,0.255951455205554,0.0,0.136167629673364,0.255951455205554,0.0,0.0516933116033368,0.0,0.507262203375652 -3387,0.255951455205554,0.0,0.256991824112171,0.255951455205554,0.0,0.196314181548298,0.255951455205554,0.0,0.149341454856234,0.255951455205554,0.0,0.227131516721871,0.255951455205554,0.0,0.110579830204322,0.255951455205554,0.0,0.0286694302513234,0.5,0.255951455205554,0.0,0.112486093058886,0.5,0.255951455205554,0.0,0.0670189071513165,0.5,0.255951455205554,0.0,0.0557972699115012,0.255951455205554,0.0,0.103615562404094,0.0,0.133579623531282,0.255951455205554,0.0,0.1754721450185,0.5,0.255951455205554,0.0,0.183477042968113,0.255951455205554,0.0,0.235366236800214,0.255951455205554,0.0,0.141814163896266,0.255951455205554,0.0,0.0435092364586961,0.0,0.480030021759895 -3388,0.255951455205554,0.0,0.277085403171367,0.255951455205554,0.0,0.19105339393566,0.255951455205554,0.0,0.141879028980777,0.255951455205554,0.0,0.20357808225476,0.255951455205554,0.0,0.152418345797886,0.255951455205554,0.0,0.0152329167101363,0.5,0.255951455205554,0.0,0.130488780123517,0.5,0.255951455205554,0.0,0.0550516428934071,0.5,0.255951455205554,0.0,0.0545897443715531,0.255951455205554,0.0,0.0227370990460441,0.0,0.150681020634415,0.255951455205554,0.0,0.1947837050051,0.5,0.255951455205554,0.0,0.189857656273608,0.255951455205554,0.0,0.272450472676384,0.255951455205554,0.0,0.147717252235248,0.255951455205554,0.0,0.0438549893644615,0.0,0.474682787067718 -3389,0.255951455205554,0.001486042148465,0.276872285661314,0.255951455205554,0.00113009606689046,0.204035183311629,0.255951455205554,0.000131149265394938,0.153679950726555,0.255951455205554,3.05419890719003e-06,0.181154880021254,0.255951455205554,0.0,0.167839565094364,0.255951455205554,0.0,0.0267006482703028,0.5,0.255951455205554,0.0,0.145009605681148,0.5,0.255951455205554,0.0,0.078835005005996,0.5,0.255951455205554,1.90909856683772e-06,0.0597848095835749,0.255951455205554,0.0,0.100150930188855,0.00372081995086334,0.175306115074982,0.255951455205554,0.00368717421400855,0.220647868783908,0.5,0.255951455205554,0.00425922806277732,0.194587462756771,0.255951455205554,0.00227318350681609,0.304634374401654,0.255951455205554,0.00134494958449091,0.170028098483591,0.255951455205554,0.000202881230474116,0.0354940866280986,0.0022175228600852,0.469604983430483 -3390,0.255951455205554,0.0471971871001849,0.286275075128028,0.255951455205554,0.0477496068202263,0.212422616765154,0.255951455205554,0.039109365805453,0.171488110427789,0.255951455205554,0.0386635146792674,0.222656278139599,0.255951455205554,0.0227575126969285,0.13351693875155,0.255951455205554,0.0300469302012343,0.0232532719735606,0.5,0.255951455205554,0.0194639918357028,0.117392018190484,0.5,0.255951455205554,0.0288663607300338,0.0862175030012054,0.5,0.255951455205554,0.0434373390788836,0.062676274064439,0.255951455205554,0.0227918900218426,0.13136876350835,0.0623060577289204,0.207132948711278,0.255951455205554,0.06235653718741,0.253702465580184,0.5,0.255951455205554,0.0631646985782528,0.195521803521938,0.255951455205554,0.0585144928600144,0.331787696162511,0.255951455205554,0.0534793488089673,0.186721588413272,0.255951455205554,0.0483915748154175,0.0222921925627927,0.0483728601035218,0.448497230597756 -3391,0.255951455205554,0.122974407809171,0.428137324878989,0.255951455205554,0.12264222711018,0.336828358590874,0.255951455205554,0.112568590254979,0.226878437478396,0.255951455205554,0.110585594316581,0.296200369994979,0.255951455205554,0.0926795344031747,0.120840246124626,0.255951455205554,0.0956822701454082,0.0162402952183372,0.5,0.255951455205554,0.0985950381304408,0.136879066995372,0.5,0.255951455205554,0.104136610055023,0.0607276634002592,0.5,0.255951455205554,0.128477588871073,0.0783503257310509,0.255951455205554,0.096922377702988,0.170871397792015,0.151603514277932,0.307657205777113,0.255951455205554,0.152298215018357,0.378462142472111,0.5,0.255951455205554,0.149377184010552,0.316928010398643,0.255951455205554,0.148332985743362,0.41182156264778,0.255951455205554,0.137959020467141,0.240206176348999,0.255951455205554,0.130698774828032,0.0224955133759585,0.118612626536426,0.380350641212829 -3392,0.255951455205554,0.21346442673864,0.543080692084288,0.255951455205554,0.22104958591794,0.550981492567262,0.255951455205554,0.216496423205055,0.254400775392884,0.255951455205554,0.221969788553245,0.310036646519059,0.255951455205554,0.2125104862027,0.269087142028459,0.255951455205554,0.204437987839567,0.0356057274647711,0.5,0.255951455205554,0.219256103970992,0.338374461114709,0.5,0.255951455205554,0.219290420516545,0.0607951848678966,0.5,0.255951455205554,0.246619650924494,0.130436387305847,0.255951455205554,0.214080660746896,0.387751098686667,0.270604791147454,0.483681070262143,0.255951455205554,0.2724930874194,0.53297229754945,0.5,0.255951455205554,0.267976247027434,0.461387228547537,0.255951455205554,0.269810118190053,0.494635067073256,0.255951455205554,0.256616880742253,0.283146664045202,0.255951455205554,0.238466248083219,0.0851525118102036,0.223347867297595,0.239122736041013 -3393,0.255951455205554,0.320856710094241,0.593387349521344,0.255951455205554,0.348479142471331,0.487599634800007,0.255951455205554,0.324187019424445,0.285545171870681,0.255951455205554,0.35295568334921,0.211381182272281,0.255951455205554,0.329586306470857,0.449266804910985,0.255951455205554,0.272584364046453,0.111185870492671,0.5,0.255951455205554,0.350542925682815,0.407094769025698,0.5,0.255951455205554,0.352911284109882,0.122469763443304,0.5,0.255951455205554,0.375825213060197,0.152435726506653,0.255951455205554,0.345957305844929,0.393602170727029,0.397486764790139,0.748786374571026,0.255951455205554,0.401481521894699,0.669902940192732,0.5,0.255951455205554,0.392443738741535,0.645422855758114,0.255951455205554,0.401982050356324,0.4675246275728,0.255951455205554,0.384480110194058,0.260703178500659,0.255951455205554,0.360730094618948,0.2223763330494,0.31868085570837,0.16794447871253 -3394,0.255951455205554,0.46648075809515,0.516752938235382,0.255951455205554,0.485779501425239,0.33136772200519,0.255951455205554,0.444389391540762,0.320291368723105,0.255951455205554,0.465701849975809,0.189918759557832,0.255951455205554,0.470414282045878,0.410653827555311,0.255951455205554,0.433051677754276,0.23889665293906,0.5,0.255951455205554,0.487443137153691,0.310735942492146,0.5,0.255951455205554,0.48548422725743,0.14797427810597,0.5,0.255951455205554,0.496773291705467,0.139649086071853,0.255951455205554,0.470614058254253,0.337449822053911,0.523060291386237,0.758666200066994,0.255951455205554,0.528102742244232,0.693151948826252,0.5,0.255951455205554,0.520792872153476,0.766825827397811,0.255951455205554,0.528611908422883,0.416500126169677,0.255951455205554,0.51170444267408,0.201488963407416,0.255951455205554,0.492837302474422,0.172750254299219,0.449356707107282,0.219487737718092 -3395,0.255951455205554,0.56898803248108,0.373448855229814,0.255951455205554,0.57284647219439,0.151104227648043,0.255951455205554,0.554305018777223,0.27415058392012,0.255951455205554,0.453444202930315,0.334831190144008,0.255951455205554,0.57744719027476,0.287155178506262,0.255951455205554,0.517799565107873,0.224578592580115,0.5,0.255951455205554,0.582687204526717,0.239236725851931,0.5,0.255951455205554,0.582432091039438,0.0900872504932531,0.5,0.255951455205554,0.580551976535103,0.100599195089658,0.255951455205554,0.571149520345392,0.262544590512071,0.613659206548498,0.783130580273256,0.255951455205554,0.619358729834295,0.676095008635184,0.5,0.255951455205554,0.616116518305274,0.797383601536356,0.255951455205554,0.614723889016398,0.350787626221833,0.255951455205554,0.603361279319309,0.111048354793555,0.255951455205554,0.580237750122325,0.104123393692193,0.545124735569475,0.226145254105579 -3396,0.255951455205554,0.626444589979668,0.272288450723439,0.255951455205554,0.636657360282045,0.111796602835973,0.255951455205554,0.602994093048609,0.185366788533349,0.255951455205554,0.523731336675336,0.287596671789034,0.255951455205554,0.624527947594786,0.195191144209572,0.255951455205554,0.565835357661531,0.158792116450583,0.5,0.255951455205554,0.635571320495027,0.27498616763022,0.5,0.255951455205554,0.630983523167182,0.0475207691595583,0.5,0.255951455205554,0.639294563210413,0.0555884479153641,0.255951455205554,0.647731915319195,0.277914240211257,0.660344020901714,0.822042823648235,0.255951455205554,0.666027205252695,0.628324346953845,0.5,0.255951455205554,0.665712311522734,0.796271876115276,0.255951455205554,0.644909734293258,0.274011771716463,0.255951455205554,0.654162645808055,0.0462896689896263,0.255951455205554,0.637781833438575,0.0888227441451789,0.622093448253115,0.208681371811371 -3397,0.255951455205554,0.594589871040719,0.273682967422796,0.255951455205554,0.622748973774158,0.156362921656159,0.255951455205554,0.622128753632941,0.129031666333043,0.255951455205554,0.565246127014619,0.151945698538996,0.255951455205554,0.645880873803321,0.20545951610455,0.255951455205554,0.596298350120509,0.15179722411572,0.5,0.255951455205554,0.644221415324345,0.31895060660391,0.5,0.255951455205554,0.614132751295434,0.0366066498269685,0.5,0.255951455205554,0.655842628809225,0.0439445460576027,0.255951455205554,0.664904580674931,0.33612888237825,0.668612989597884,0.800672282333958,0.255951455205554,0.674310863215707,0.574850611906011,0.5,0.255951455205554,0.677625606341153,0.765896353617406,0.255951455205554,0.639969919495194,0.216872909976054,0.255951455205554,0.667926847574387,0.0244461336358594,0.255951455205554,0.661610688693936,0.0658092759099006,0.667366188569039,0.146996192475506 -3398,0.255951455205554,0.531488581157095,0.265547333580179,0.255951455205554,0.574933283177096,0.166518719263157,0.255951455205554,0.586573959986212,0.100684517795429,0.255951455205554,0.548340340317594,0.081773558365085,0.255951455205554,0.600567613890627,0.216275159850641,0.255951455205554,0.575257649131345,0.167842503401202,0.5,0.255951455205554,0.564275053795222,0.305312261740368,0.5,0.255951455205554,0.581111477536446,0.0343830153809138,0.5,0.255951455205554,0.633687210673899,0.0420285171784676,0.255951455205554,0.607115735708956,0.328856528644418,0.629105234600544,0.729070110810224,0.255951455205554,0.640031818245411,0.52180733489591,0.5,0.255951455205554,0.650456298599273,0.718091590545411,0.255951455205554,0.615231971498634,0.173210404080774,0.255951455205554,0.637912565909928,0.019697677147145,0.255951455205554,0.64764117192631,0.0411338548206094,0.60933197574734,0.0896722792824073 -3399,0.255951455205554,0.46284649148042,0.185619579643031,0.255951455205554,0.342596068048264,0.135380765867749,0.255951455205554,0.530756832010171,0.102014430273108,0.255951455205554,0.500806647634612,0.0888495653648327,0.255951455205554,0.503780482555345,0.203636054983622,0.255951455205554,0.420173193927414,0.139118487947672,0.5,0.255951455205554,0.465525254588236,0.223038983612484,0.5,0.255951455205554,0.538241731325684,0.0351486088492128,0.5,0.255951455205554,0.568419427770771,0.0384037267483946,0.255951455205554,0.526989234314455,0.259182830290951,0.542270062756234,0.611609790879512,0.255951455205554,0.552765517270349,0.447731711476439,0.5,0.255951455205554,0.573345860618592,0.657771958047166,0.255951455205554,0.546043074181499,0.13698956341556,0.255951455205554,0.566170267926222,0.0165797494921682,0.255951455205554,0.57222959522184,0.0400852285829594,0.451601165602648,0.0457901751740985 -3400,0.255951455205554,0.390595454954291,0.132467778993633,0.255951455205554,0.357356130339765,0.104570109374326,0.255951455205554,0.415562812144006,0.0720272910776334,0.255951455205554,0.442184079302688,0.0702265426466509,0.255951455205554,0.394178455734857,0.204592699641176,0.255951455205554,0.378807787490772,0.0884439013031234,0.5,0.255951455205554,0.445086445262466,0.183666761779654,0.5,0.255951455205554,0.446866272761593,0.0528936004571004,0.5,0.255951455205554,0.463825379495574,0.0400165166664907,0.255951455205554,0.452265527462137,0.232682353885171,0.422590138911166,0.482688564817215,0.255951455205554,0.433666145539772,0.351701781611908,0.5,0.255951455205554,0.441740366640895,0.519701895002644,0.255951455205554,0.439383953483982,0.104115800651947,0.255951455205554,0.438445424746623,0.0149913272994079,0.255951455205554,0.459367752157542,0.0351553024995911,0.33393673149999,0.0242967020557117 -3401,0.255951455205554,0.279223794016972,0.106872118659996,0.255951455205554,0.210505862564459,0.0591686925919444,0.255951455205554,0.294230435478248,0.0470045743945353,0.255951455205554,0.273174815013457,0.0400761311532814,0.255951455205554,0.263693327290377,0.125160166302511,0.255951455205554,0.312889868875447,0.0392859813340391,0.5,0.255951455205554,0.286029422783252,0.0885539980385544,0.5,0.255951455205554,0.298714869418281,0.0862735855571722,0.5,0.255951455205554,0.331199210465273,0.0521339893178602,0.255951455205554,0.338078785697056,0.137238136717142,0.297159890969763,0.311011670843591,0.255951455205554,0.302178369341881,0.202276105713181,0.5,0.255951455205554,0.306713783933718,0.294805323244748,0.255951455205554,0.306778822548984,0.0567804137504031,0.255951455205554,0.302049145502308,0.0113551396544124,0.255951455205554,0.331633633594085,0.0262249791234824,0.251421134733047,0.0118834210887861 -3402,0.255951455205554,0.177921934457523,0.0799451412485649,0.255951455205554,0.180974323385945,0.0314044169908161,0.255951455205554,0.203277600250649,0.0349444003126005,0.255951455205554,0.13782091707171,0.0378170740697878,0.255951455205554,0.182711068571067,0.065409141853991,0.255951455205554,0.200538266814469,0.00424127261818623,0.5,0.255951455205554,0.172599885644632,0.0440661643681234,0.5,0.255951455205554,0.177227917599613,0.0458485015824534,0.5,0.255951455205554,0.203092277536745,0.0392512445285653,0.255951455205554,0.138265414597653,0.196326114444888,0.181080914315846,0.0828610658422316,0.255951455205554,0.170287887624535,0.0609001906285603,0.5,0.255951455205554,0.170133599106461,0.107952039950272,0.255951455205554,0.183170690890643,0.0241066114704972,0.255951455205554,0.192705460944038,0.00638035665264523,0.255951455205554,0.197125376326181,0.00604175980515322,0.139365090120132,0.0072347023970943 -3403,0.255951455205554,0.0815595175275549,0.0491626470539009,0.255951455205554,0.101191795921614,0.0163441256459376,0.255951455205554,0.0979675668264408,0.0384154326229126,0.255951455205554,0.0832883180896516,0.0349782324516225,0.255951455205554,0.0932818508746263,0.0200926368346272,0.255951455205554,0.0829793414178877,0.00138047214372574,0.5,0.255951455205554,0.0392448369248554,0.0492054121109415,0.5,0.255951455205554,0.0550424332500978,0.0354005892869111,0.5,0.255951455205554,0.0590046160947721,0.0299728078122165,0.255951455205554,0.0166319133310369,0.0887274789645889,0.0574040444138319,0.0242519383468172,0.255951455205554,0.0542145349386884,0.0421876955341144,0.5,0.255951455205554,0.0688201558987641,0.0702398794971131,0.255951455205554,0.0535224708728162,0.0280660070040582,0.255951455205554,0.0606695282406712,0.00410055479907124,0.255951455205554,0.0626598795538068,0.00480584543779259,0.0621841509874031,0.00461828315210059 -3404,0.255951455205554,0.0160250707106917,0.0358925129288666,0.255951455205554,0.01291888946805,0.0303935458164339,0.255951455205554,0.0156230139520251,0.03986787682381,0.255951455205554,0.017434377028194,0.0282015367528222,0.255951455205554,0.0198932810884598,0.00853570058559345,0.255951455205554,3.51621057803333e-06,0.0071304431890526,0.5,0.255951455205554,0.00339133061077966,0.0934294354608578,0.5,0.255951455205554,6.76460410346397e-05,0.026425826966692,0.5,0.255951455205554,0.0,0.0260425499444479,0.255951455205554,0.0,0.0251165122285057,0.0,0.0279006833822737,0.255951455205554,0.0,0.0490507094825547,0.5,0.255951455205554,0.0,0.071795044412251,0.255951455205554,0.0,0.0365856079405535,0.255951455205554,0.0,0.0103726017567919,0.255951455205554,0.0,0.0093861295316934,0.0177239647749244,0.0029900741187357 -3405,0.255951455205554,0.0,0.0399573221688153,0.255951455205554,0.0,0.0451487909867399,0.255951455205554,0.0,0.0429250145018128,0.255951455205554,0.0,0.0326826221251166,0.255951455205554,0.0,0.0068901169307677,0.255951455205554,0.0,0.0178614834105804,0.5,0.255951455205554,0.0,0.0808022877337223,0.5,0.255951455205554,0.0,0.0479742099971392,0.5,0.255951455205554,0.0,0.0154265762262242,0.255951455205554,0.0,0.0155053494362881,0.0,0.0354016538865492,0.255951455205554,0.0,0.0560291105269026,0.5,0.255951455205554,0.0,0.0686484168819766,0.255951455205554,0.0,0.0436060530034722,0.255951455205554,0.0,0.0137701306981954,0.255951455205554,0.0,0.0141585227392357,0.0,0.0113005974916839 -3406,0.255951455205554,0.0,0.0420872321379258,0.255951455205554,0.0,0.0416520310144969,0.255951455205554,0.0,0.0456355208782219,0.255951455205554,0.0,0.0467397038385665,0.255951455205554,0.0,0.0104910065431299,0.255951455205554,0.0,0.0370169029213328,0.5,0.255951455205554,0.0,0.0906798982701496,0.5,0.255951455205554,0.0,0.0582540866451893,0.5,0.255951455205554,0.0,0.00758489295535308,0.255951455205554,0.0,0.0349272283825121,0.0,0.0471511919556575,0.255951455205554,0.0,0.0606716596751728,0.5,0.255951455205554,0.0,0.0602259318222682,0.255951455205554,0.0,0.0528577812837691,0.255951455205554,0.0,0.0159175015499084,0.255951455205554,0.0,0.0102711688857987,0.0,0.0438342082498079 -3407,0.255951455205554,0.0,0.0526729336902483,0.255951455205554,0.0,0.0531980841936612,0.255951455205554,0.0,0.041739448931826,0.255951455205554,0.0,0.0379672236672921,0.255951455205554,0.0,0.0214786650134298,0.255951455205554,0.0,0.0790235406199089,0.5,0.255951455205554,0.0,0.0308004496942169,0.5,0.255951455205554,0.0,0.172314714633018,0.5,0.255951455205554,0.0,0.0624052954616207,0.255951455205554,0.0,0.00619981238074999,0.0,0.0633282168223222,0.255951455205554,0.0,0.068130076623367,0.5,0.255951455205554,0.0,0.0577297545007068,0.255951455205554,0.0,0.0694781464467103,0.255951455205554,0.0,0.017728959561177,0.255951455205554,0.0,0.00971872850085285,0.0,0.0408547914523337 -3408,0.255951455205554,0.0,0.0512411624931722,0.255951455205554,0.0,0.0372827162259902,0.255951455205554,0.0,0.0391241450247023,0.255951455205554,0.0,0.0250352229377666,0.255951455205554,0.0,0.0608111671806231,0.255951455205554,0.0,0.236069113316089,0.5,0.255951455205554,0.0,0.0135554992333878,0.5,0.255951455205554,0.0,0.458217510439378,0.5,0.255951455205554,0.0,0.181806424864815,0.255951455205554,0.0,0.00453230644339883,0.0,0.073335754190873,0.255951455205554,0.0,0.0738376622044549,0.5,0.255951455205554,0.0,0.0600189678775665,0.255951455205554,0.0,0.0824518765063094,0.255951455205554,0.0,0.0165569911529624,0.255951455205554,0.0,0.00876372412211798,0.0,0.0683688115114709 -3409,0.255951455205554,0.0,0.0567297816134664,0.255951455205554,0.0,0.0450357741558079,0.255951455205554,0.0,0.0469879574464413,0.255951455205554,0.0,0.0148456649183821,0.255951455205554,0.0,0.120801041869611,0.255951455205554,0.0,0.379490783276764,0.5,0.255951455205554,0.0,0.0186733498194778,0.5,0.255951455205554,0.0,0.489028472376392,0.5,0.255951455205554,0.0,0.372851702143658,0.255951455205554,0.0,0.0119899680177228,0.0,0.09598567878515,0.255951455205554,0.0,0.0761710312946193,0.5,0.255951455205554,0.0,0.0607877056305633,0.255951455205554,0.0,0.0814916860973191,0.255951455205554,0.0,0.01085584241365,0.255951455205554,0.0,0.0140345359267212,0.0,0.109213276518581 -3410,0.255951455205554,0.0,0.0561894433388678,0.255951455205554,0.0,0.0336107031267625,0.255951455205554,0.0,0.0680087681066715,0.255951455205554,0.0,0.00606626472802467,0.255951455205554,0.0,0.26985184433678,0.255951455205554,0.0,0.337889240896941,0.5,0.255951455205554,0.0,0.0344731900363312,0.5,0.255951455205554,0.0,0.319213902610772,0.5,0.255951455205554,0.0,0.426737030401102,0.255951455205554,0.0,0.0380426299395049,0.0,0.0891305643798171,0.255951455205554,0.0,0.0751298800706918,0.5,0.255951455205554,0.0,0.0650230436251373,0.255951455205554,0.0,0.0767468846290694,0.255951455205554,0.0,0.0136088601729461,0.255951455205554,0.0,0.0587148882703489,0.0,0.167985222175045 -3411,0.255951455205554,0.0,0.0421352508952159,0.255951455205554,0.0,0.0298383743908702,0.255951455205554,0.0,0.119959569405393,0.255951455205554,0.0,0.111171681697905,0.255951455205554,0.0,0.275521754210553,0.255951455205554,0.0,0.198208780054576,0.5,0.255951455205554,0.0,0.0403887508140548,0.5,0.255951455205554,0.0,0.116509647730756,0.5,0.255951455205554,0.0,0.354432247904343,0.255951455205554,0.0,0.0746925385915497,0.0,0.10249522615645,0.255951455205554,0.0,0.0871756525018933,0.5,0.255951455205554,0.0,0.0722097523690901,0.255951455205554,0.0,0.0874863825493064,0.255951455205554,0.0,0.0176476316026225,0.255951455205554,0.0,0.211468104469185,0.0,0.24142888602985 -3412,0.255951455205554,0.0,0.031182879909316,0.255951455205554,0.0,0.00475049327659523,0.255951455205554,0.0,0.181143953558766,0.255951455205554,0.0,0.272866259896334,0.255951455205554,0.0,0.0940616590846164,0.255951455205554,0.0,0.0666482446739103,0.5,0.255951455205554,0.0,0.0285518686574467,0.5,0.255951455205554,0.0,0.045728503455438,0.5,0.255951455205554,0.0,0.238867039592941,0.255951455205554,0.0,0.0944283551566987,0.0,0.125828410476401,0.255951455205554,0.0,0.10579109231548,0.5,0.255951455205554,0.0,0.0853757957213698,0.255951455205554,0.0,0.094405522552672,0.255951455205554,0.0,0.0318441230691584,0.255951455205554,0.0,0.486180654841143,0.0,0.2935143640987 -3413,0.255951455205554,0.00107295961064891,0.0711844434516186,0.255951455205554,0.000978025759522168,0.0457518606996166,0.255951455205554,6.13486424411231e-05,0.204202128433729,0.255951455205554,0.0,0.252734430172814,0.255951455205554,0.0,0.0525795084757876,0.255951455205554,0.0,0.0188024470585083,0.5,0.255951455205554,0.0,0.0234825294300355,0.5,0.255951455205554,0.0,0.0305699753463893,0.5,0.255951455205554,8.21173098723713e-06,0.146862777809225,0.255951455205554,0.0,0.0751169285786011,0.0038630786134031,0.113785334611111,0.255951455205554,0.00372136288446673,0.10356353654342,0.5,0.255951455205554,0.00367295775153252,0.0865149735374249,0.255951455205554,0.00245087961518882,0.0887830870370169,0.255951455205554,0.00121688430564169,0.0922451490339059,0.255951455205554,0.000266907379003287,0.525114711376888,0.0021081555254657,0.283396061165908 -3414,0.255951455205554,0.0267543386225417,0.195660917219944,0.255951455205554,0.040779962873159,0.275574214330225,0.255951455205554,0.0106661439242731,0.264801032183529,0.255951455205554,0.000886716506054174,0.309653663233869,0.255951455205554,0.00625224325219353,0.0522676809420362,0.255951455205554,0.00430135051135784,0.0216647755035159,0.5,0.255951455205554,0.010080193701394,0.0267082049286163,0.5,0.255951455205554,0.00143818629644484,0.0250061511981162,0.5,0.255951455205554,0.00767639870737183,0.0938438529228806,0.255951455205554,0.0173077814179924,0.0526106293236632,0.0619573851768727,0.0911956832533097,0.255951455205554,0.0609248021137606,0.108621394674191,0.5,0.255951455205554,0.0513413510643191,0.0972433607695265,0.255951455205554,0.0568358970290622,0.0719778286412513,0.255951455205554,0.0426527335076226,0.334152997343203,0.255951455205554,0.022375538642585,0.463018497410838,0.0429636034676747,0.240794876283725 -3415,0.255951455205554,0.0721384591255117,0.289437240909984,0.255951455205554,0.0298091121234726,0.559566577428458,0.255951455205554,0.0348321513805772,0.264554770950987,0.255951455205554,0.0125050597869034,0.366969151755719,0.255951455205554,0.044833857603913,0.0750135930575292,0.255951455205554,0.0313601148956346,0.0328675427404841,0.5,0.255951455205554,0.0560944887393063,0.0464533905183042,0.5,0.255951455205554,0.0120072859975227,0.040355093671816,0.5,0.255951455205554,0.0242760749591805,0.0765251214102173,0.255951455205554,0.0881310268981362,0.0678602206704839,0.149984013556782,0.145391984168596,0.255951455205554,0.149849754727659,0.180934882980392,0.5,0.255951455205554,0.131985419032918,0.202766071673965,0.255951455205554,0.138168890804478,0.123261396204877,0.255951455205554,0.115279393041572,0.606761700200106,0.255951455205554,0.0700153208925594,0.350359861187104,0.111284763633279,0.225413506373661 -3416,0.255951455205554,0.0785158394641045,0.367198129009231,0.255951455205554,0.00171347626632665,0.573044733529359,0.255951455205554,0.0714381188874894,0.24200685402128,0.255951455205554,0.0605848223270219,0.291856128289911,0.255951455205554,0.127779660102046,0.0962919474342503,0.255951455205554,0.109772598535462,0.0627267115248088,0.5,0.255951455205554,0.131953043872236,0.0756983732828802,0.5,0.255951455205554,0.0262423766492935,0.0775609974005976,0.5,0.255951455205554,0.0616460271378306,0.086259444931163,0.255951455205554,0.18750327882005,0.0931251366642088,0.268272242516346,0.26602401735322,0.255951455205554,0.268423582373121,0.270943336143024,0.5,0.255951455205554,0.247071880297581,0.341929047164132,0.255951455205554,0.232695718581799,0.246860786520724,0.255951455205554,0.202151660724687,0.645102565966262,0.255951455205554,0.159827863888149,0.243267539810194,0.0563049865438132,0.191614342642369 -3417,0.255951455205554,0.0751929997203376,0.419336589544136,0.255951455205554,0.00387604809236074,0.718260497108944,0.255951455205554,0.158433556659393,0.213172621670587,0.255951455205554,0.0676617931503719,0.189679843766343,0.255951455205554,0.253851780467705,0.146157096220599,0.255951455205554,0.2081677133082,0.114118193306966,0.5,0.255951455205554,0.241562695020113,0.118990930742934,0.5,0.255951455205554,0.0632358564766221,0.115720608013626,0.5,0.255951455205554,0.113610878428153,0.11726308461096,0.255951455205554,0.288206610981763,0.0974729086778092,0.394193721134514,0.256680141742718,0.255951455205554,0.38898901460797,0.287033549939982,0.5,0.255951455205554,0.364726289666955,0.465526571642056,0.255951455205554,0.297331618006276,0.272316919960929,0.255951455205554,0.247335194812022,0.548280961833917,0.255951455205554,0.273472426813047,0.232093790776556,0.0306778220044678,0.103039518494669 -3418,0.255951455205554,0.0718820495017988,0.501024789063065,0.255951455205554,0.0749629345784459,0.579104950066517,0.255951455205554,0.311124553677936,0.212753717988807,0.255951455205554,0.233435785467852,0.179282596131087,0.255951455205554,0.374641962472123,0.155952276793708,0.255951455205554,0.296779628201532,0.165665217763835,0.5,0.255951455205554,0.384297528138376,0.150504346332257,0.5,0.255951455205554,0.106754576622189,0.140512720297141,0.5,0.255951455205554,0.157276516796235,0.148844320741739,0.255951455205554,0.408484177637876,0.109084862924607,0.517517592555592,0.133923883606288,0.255951455205554,0.483895975485592,0.251649424929547,0.5,0.255951455205554,0.466067825185475,0.441433314129096,0.255951455205554,0.319241848459517,0.221001888467247,0.255951455205554,0.294554930968854,0.458754312466841,0.255951455205554,0.369875417349288,0.219927852851093,0.00275414873885763,0.073143232825782 -3419,0.255951455205554,0.119301396893883,0.483672053908083,0.255951455205554,0.334527472461933,0.600723627963089,0.255951455205554,0.438717031842079,0.221839668239407,0.255951455205554,0.457981187777634,0.157536323696255,0.255951455205554,0.471168942026032,0.173954159072502,0.255951455205554,0.368479868152219,0.164875534753913,0.5,0.255951455205554,0.476861559245172,0.160797881391443,0.5,0.255951455205554,0.144609455974101,0.147358988545844,0.5,0.255951455205554,0.176017538920407,0.238486638021979,0.255951455205554,0.547227205405774,0.167898627297358,0.602659443585698,0.062783964889503,0.255951455205554,0.534586958726638,0.220552746035228,0.5,0.255951455205554,0.542691671550999,0.381509587803298,0.255951455205554,0.333627898523904,0.164330954809602,0.255951455205554,0.411581218487021,0.414503922707864,0.255951455205554,0.426730606505118,0.191108355407348,0.00289142763493125,0.0558557014026761 -3420,0.255951455205554,0.25768215380564,0.448576807509904,0.255951455205554,0.36901453330466,0.618557862464968,0.255951455205554,0.473324984727006,0.216451043789585,0.255951455205554,0.517029537244046,0.109635291683506,0.255951455205554,0.521675676450365,0.171497776092039,0.255951455205554,0.292713781203211,0.0964001743322126,0.5,0.255951455205554,0.516238309406361,0.178605582431257,0.5,0.255951455205554,0.213218871785945,0.0987974066570394,0.5,0.255951455205554,0.161300265376578,0.28469771656007,0.255951455205554,0.633824188915837,0.211771638631845,0.618078889759109,0.0418554851374207,0.255951455205554,0.555955841534375,0.199663015855032,0.5,0.255951455205554,0.571583105284266,0.359257717788922,0.255951455205554,0.35899770158301,0.128774250771503,0.255951455205554,0.507063046411532,0.36850788457206,0.255951455205554,0.41251771003168,0.169336183796664,0.028824735394779,0.0342005190817638 -3421,0.255951455205554,0.47408059912983,0.464000494201931,0.255951455205554,0.301078548188143,0.553633619014063,0.255951455205554,0.467024118649329,0.182560222280997,0.255951455205554,0.534515211307687,0.0597561943737116,0.255951455205554,0.566698366140461,0.147282607085201,0.255951455205554,0.240643474555614,0.0629878753232997,0.5,0.255951455205554,0.564468143334145,0.194717999606495,0.5,0.255951455205554,0.267061539904147,0.0452747769021874,0.5,0.255951455205554,0.142361547724263,0.256599376618403,0.255951455205554,0.660575187444174,0.215639040489687,0.581356263380023,0.0392592430006166,0.255951455205554,0.561508173409669,0.206127409942937,0.5,0.255951455205554,0.56326252000356,0.331727425549133,0.255951455205554,0.360238998093337,0.117517844986544,0.255951455205554,0.494249801306993,0.352701555266417,0.255951455205554,0.307607588633224,0.147230123514649,0.313144293099726,0.0247247272851624 -3422,0.255951455205554,0.540639751160438,0.397014697722305,0.255951455205554,0.294671574276902,0.401533022674484,0.255951455205554,0.438055394934488,0.117685433732176,0.255951455205554,0.536039460452122,0.03815857070656,0.255951455205554,0.559356006007262,0.116380649274511,0.255951455205554,0.24455837664366,0.0308356681103887,0.5,0.255951455205554,0.561035800099048,0.190215429823433,0.5,0.255951455205554,0.287186451979181,0.0369019063713495,0.5,0.255951455205554,0.129006617603764,0.206797745086117,0.255951455205554,0.673465998456644,0.167885264639215,0.540538017559415,0.0641558583694296,0.255951455205554,0.512703098647356,0.245705639349118,0.5,0.255951455205554,0.5074042874626,0.323824517895109,0.255951455205554,0.331408130289242,0.124993022171907,0.255951455205554,0.418432649808853,0.354073594537782,0.255951455205554,0.193826559483421,0.169793773363277,0.519816316731375,0.0200152839107965 -3423,0.255951455205554,0.463436797111326,0.282541052027174,0.255951455205554,0.33948095819567,0.208595554972473,0.255951455205554,0.357918789483792,0.0685445415144558,0.255951455205554,0.307008663677467,0.0253144925487619,0.255951455205554,0.486235543164251,0.0883633091141935,0.255951455205554,0.182148630945926,0.0191282034022304,0.5,0.255951455205554,0.460790319471869,0.141233198208506,0.5,0.255951455205554,0.268732287785944,0.0308090848131233,0.5,0.255951455205554,0.124178815444839,0.166532031085262,0.255951455205554,0.610855308458013,0.106505380899252,0.430111021835448,0.189332057560554,0.255951455205554,0.408197927919568,0.318170445796394,0.5,0.255951455205554,0.414484591755221,0.350054060063466,0.255951455205554,0.259466395855523,0.150873620318566,0.255951455205554,0.285490645933341,0.33094225765395,0.255951455205554,0.0843571369219267,0.197741119741479,0.407077270516087,0.0389118453941495 -3424,0.255951455205554,0.402190091266981,0.193549671564356,0.255951455205554,0.331589721041566,0.0936668935437677,0.255951455205554,0.250767380013409,0.0418110288281676,0.255951455205554,0.16851854739932,0.00634978210338112,0.255951455205554,0.407328779654702,0.0466505042970008,0.255951455205554,0.166684913541451,0.0154972953917058,0.5,0.255951455205554,0.430393312245661,0.0964002417580333,0.5,0.255951455205554,0.29547785529728,0.0224697131388047,0.5,0.255951455205554,0.11676254163326,0.144138207535489,0.255951455205554,0.51107047427024,0.0564917292622616,0.300182764563038,0.420649955744394,0.255951455205554,0.276439408187696,0.364613118328513,0.5,0.255951455205554,0.302987736006658,0.405443163977185,0.255951455205554,0.171216283781867,0.144606938653303,0.255951455205554,0.135743974481712,0.275368142429983,0.255951455205554,0.0685932353186494,0.22892928801416,0.373140031125113,0.0549397748542364 -3425,0.255951455205554,0.308662619234274,0.108482143443264,0.255951455205554,0.136845085456303,0.0467905265798716,0.255951455205554,0.171940066237996,0.0321468226141016,0.255951455205554,0.0762786779903921,0.000790401655373998,0.255951455205554,0.304760535890407,0.0233630659648631,0.255951455205554,0.15636530207429,0.0118094263311594,0.5,0.255951455205554,0.340879825058509,0.0597466441436356,0.5,0.255951455205554,0.277971664881575,0.00984401916923735,0.5,0.255951455205554,0.104224311950149,0.0840201121277421,0.255951455205554,0.390475065780608,0.0625855181841173,0.146362104908339,0.715758559629728,0.255951455205554,0.17496181740045,0.375754598900957,0.5,0.255951455205554,0.202911033584202,0.480916237799248,0.255951455205554,0.0910158267536817,0.11636794967561,0.255951455205554,0.0820389396170219,0.242499474320123,0.255951455205554,0.0782769965482867,0.206360507110789,0.293387998485995,0.0494336078930059 -3426,0.255951455205554,0.174650098442437,0.0543715072117659,0.255951455205554,0.0911676898654102,0.045198334977648,0.255951455205554,0.114654172050571,0.0245532329679787,0.255951455205554,0.161714088229217,0.0115077352019105,0.255951455205554,0.198208642217211,0.0172455802901948,0.255951455205554,0.121831261019795,0.00977293538652214,0.5,0.255951455205554,0.236058874412664,0.0575883809863935,0.5,0.255951455205554,0.211106325152135,0.00579525137935,0.5,0.255951455205554,0.083228035901282,0.0650339800672891,0.255951455205554,0.259051430234726,0.0631206652923442,0.109214048983418,0.720271949013778,0.255951455205554,0.105479986763653,0.469943555710484,0.5,0.255951455205554,0.0986483271117894,0.521732596930173,0.255951455205554,0.0430031182922353,0.135619096273905,0.255951455205554,0.0527411861058364,0.211895878205316,0.255951455205554,0.0702367454811662,0.151487668005148,0.170810674881698,0.0404231372287955 -3427,0.255951455205554,0.0721430794179025,0.0324668562550048,0.255951455205554,0.0449855533715722,0.0107389072768169,0.255951455205554,0.0708131370846783,0.0262794206656121,0.255951455205554,0.096245341146131,0.0172715532578563,0.255951455205554,0.102428825305029,0.0148976403091643,0.255951455205554,0.0672432958281156,0.00686251025614635,0.5,0.255951455205554,0.110806832909525,0.020903519258609,0.5,0.255951455205554,0.080761409599227,0.0037560655418145,0.5,0.255951455205554,0.0367738426640906,0.047242206885032,0.255951455205554,0.120365174839016,0.0201101270423841,0.0547863083495085,0.567931282559728,0.255951455205554,0.0485547443777381,0.410729035202895,0.5,0.255951455205554,0.0493644913820441,0.434881453879738,0.255951455205554,0.0174453624192932,0.14015420590906,0.255951455205554,0.0210373487386153,0.131887450195214,0.255951455205554,0.0459252845664609,0.0966314425419247,0.0573027184809571,0.0280727757988518 -3428,0.255951455205554,0.0205662147523766,0.0245620053507333,0.255951455205554,0.0118122583484681,0.00651232980505055,0.255951455205554,0.0180275216055809,0.0160089086521836,0.255951455205554,0.024207002161895,0.00456260209940141,0.255951455205554,0.0180826888852201,0.0181626452322275,0.255951455205554,0.0,0.00696090690889094,0.5,0.255951455205554,0.00710543326971901,0.0149967526344743,0.5,0.255951455205554,0.0,0.00463979720718543,0.5,0.255951455205554,1.82602573069065e-05,0.0280377807935901,0.255951455205554,0.00164690379584756,0.019867224082925,0.0,0.381858845296105,0.255951455205554,6.61687436258924e-05,0.291728554431333,0.5,0.255951455205554,0.000310396776126463,0.313560326351606,0.255951455205554,9.49178345812496e-05,0.127743526535988,0.255951455205554,0.000128552515934804,0.0748278925670749,0.255951455205554,1.70203785552035e-05,0.043124335345255,0.00273443083836819,0.0188220845496026 -3429,0.255951455205554,0.0,0.0301073531893888,0.255951455205554,0.0,0.00919094492948336,0.255951455205554,0.0,0.0165262739170496,0.255951455205554,0.0,0.00654685741716343,0.255951455205554,0.0,0.0211822679445885,0.255951455205554,0.0,0.00728653637906666,0.5,0.255951455205554,0.0,0.0110720187085814,0.5,0.255951455205554,0.0,0.00457160385785328,0.5,0.255951455205554,0.0,0.010161592959872,0.255951455205554,0.0,0.0140448932230624,0.0,0.257193346529019,0.255951455205554,0.0,0.194964347327082,0.5,0.255951455205554,0.0,0.222367352985189,0.255951455205554,0.0,0.114778453362655,0.255951455205554,0.0,0.0448245759197643,0.255951455205554,0.0,0.0180953388294075,0.0,0.0158463498986952 -3430,0.255951455205554,0.0,0.0274818623595447,0.255951455205554,0.0,0.00788087886518514,0.255951455205554,0.0,0.0135874179094838,0.255951455205554,0.0,0.00423288986585716,0.255951455205554,0.0,0.0205953603329318,0.255951455205554,0.0,0.00546890107226688,0.5,0.255951455205554,0.0,0.00799574222535377,0.5,0.255951455205554,0.0,0.00414319038531085,0.5,0.255951455205554,0.0,0.00752486390673461,0.255951455205554,0.0,0.00805538267309792,0.0,0.136478985143985,0.255951455205554,0.0,0.12420988947856,0.5,0.255951455205554,0.0,0.153554847833649,0.255951455205554,0.0,0.100438877618292,0.255951455205554,0.0,0.0285810046401904,0.255951455205554,0.0,0.00798414146640908,0.0,0.0141204522805318 -3431,0.255951455205554,0.0,0.0230461367873511,0.255951455205554,0.0,0.00726292573290701,0.255951455205554,0.0,0.0117608686877405,0.255951455205554,0.0,0.00261594543374024,0.255951455205554,0.0,0.0214153619644157,0.255951455205554,0.0,0.00489728966373474,0.5,0.255951455205554,0.0,0.00536117381277461,0.5,0.255951455205554,0.0,0.00315853079344843,0.5,0.255951455205554,0.0,0.00656209809677596,0.255951455205554,0.0,0.00505873356250568,0.0,0.0752636501317167,0.255951455205554,0.0,0.0993590696670533,0.5,0.255951455205554,0.0,0.121212323017727,0.255951455205554,0.0,0.0851414404236449,0.255951455205554,0.0,0.0239973347318848,0.255951455205554,0.0,0.00705497651175214,0.0,0.0124315300536079 -3432,0.255951455205554,0.0,0.0190592909029271,0.255951455205554,0.0,0.00526955164125597,0.255951455205554,0.0,0.0116592082114834,0.255951455205554,0.0,0.00136240704177692,0.255951455205554,0.0,0.0221898591062495,0.255951455205554,0.0,0.00423928550332197,0.5,0.255951455205554,0.0,0.0042324358636664,0.5,0.255951455205554,0.0,0.00171855940406875,0.5,0.255951455205554,0.0,0.00427431944356699,0.255951455205554,0.0,0.00280334492202652,0.0,0.108801362306187,0.255951455205554,0.0,0.0953119825660304,0.5,0.255951455205554,0.0,0.128099399248796,0.255951455205554,0.0,0.0679658943741027,0.255951455205554,0.0,0.0258636084918959,0.255951455205554,0.0,0.00766455602619153,0.0,0.0115362989144886 -3433,0.255951455205554,0.0,0.0149622091038899,0.255951455205554,0.0,0.00594025185731268,0.255951455205554,0.0,0.012397736344124,0.255951455205554,0.0,0.00143085465754678,0.255951455205554,0.0,0.0214024923624552,0.255951455205554,0.0,0.00321517426446644,0.5,0.255951455205554,0.0,0.0037639393632773,0.5,0.255951455205554,0.0,0.00203882922214458,0.5,0.255951455205554,0.0,0.00454065948415771,0.255951455205554,0.0,0.00280329753935731,0.0,0.108079246112473,0.255951455205554,0.0,0.096371598335826,0.5,0.255951455205554,0.0,0.157590322255238,0.255951455205554,0.0,0.0634652179354269,0.255951455205554,0.0,0.0290050977285078,0.255951455205554,0.0,0.00653081990424356,0.0,0.0153637315382402 -3434,0.255951455205554,0.0,0.0137535147452588,0.255951455205554,0.0,0.00507663729412191,0.255951455205554,0.0,0.012608905029299,0.255951455205554,0.0,0.00301435873743508,0.255951455205554,0.0,0.019597696772112,0.255951455205554,0.0,0.00249428275090126,0.5,0.255951455205554,0.0,0.00358683587947078,0.5,0.255951455205554,0.0,0.00256997877630223,0.5,0.255951455205554,0.0,0.00512919323349023,0.255951455205554,0.0,0.00519264583098091,0.0,0.105678740626096,0.255951455205554,0.0,0.100149993791082,0.5,0.255951455205554,0.0,0.183265614591968,0.255951455205554,0.0,0.0615307614379765,0.255951455205554,0.0,0.0316223187960826,0.255951455205554,0.0,0.00543769819306424,0.0,0.0172120104490594 -3435,0.255951455205554,0.0,0.0114298581199667,0.255951455205554,0.0,0.00613576074347271,0.255951455205554,0.0,0.0117802841797007,0.255951455205554,0.0,0.00630733390005751,0.255951455205554,0.0,0.0183706470324414,0.255951455205554,0.0,0.00242819300750443,0.5,0.255951455205554,0.0,0.00306665170404471,0.5,0.255951455205554,0.0,0.00321207258665242,0.5,0.255951455205554,0.0,0.00443550156158818,0.255951455205554,0.0,0.00599746053477723,0.0,0.119491084673097,0.255951455205554,0.0,0.108491582852114,0.5,0.255951455205554,0.0,0.192516665390146,0.255951455205554,0.0,0.0670674537336689,0.255951455205554,0.0,0.0307053928997464,0.255951455205554,0.0,0.00518625097377377,0.0,0.0187796396187743 -3436,0.255951455205554,0.0,0.0111044135480686,0.255951455205554,0.0,0.00493162900572939,0.255951455205554,0.0,0.011605945232629,0.255951455205554,0.0,0.00669531495542496,0.255951455205554,0.0,0.0183365699502194,0.255951455205554,0.0,0.00173922100348337,0.5,0.255951455205554,0.0,0.00289791313186999,0.5,0.255951455205554,0.0,0.00138681334999438,0.5,0.255951455205554,0.0,0.00357593342794097,0.255951455205554,0.0,0.00380283819740718,0.0,0.127002142310398,0.255951455205554,0.0,0.112294490554625,0.5,0.255951455205554,0.0,0.177942885658474,0.255951455205554,0.0,0.0782296555564676,0.255951455205554,0.0,0.0317210903932678,0.255951455205554,0.0,0.00533037694612831,0.0,0.0199934920515451 -3437,0.255951455205554,0.00229594083606949,0.00982246047007611,0.255951455205554,0.00202259101880555,0.00285000295643137,0.255951455205554,0.000315817032888443,0.0120179892577029,0.255951455205554,0.000219473781847395,0.00627412516605268,0.255951455205554,0.0,0.0149156092766972,0.255951455205554,0.0,0.00117242455503063,0.5,0.255951455205554,0.0,0.00288153458565202,0.5,0.255951455205554,0.0,0.00142589509478432,0.5,0.255951455205554,5.45539286114617e-06,0.00357865423970431,0.255951455205554,0.0,0.000829293027505432,0.000577758764359342,0.136144097714228,0.255951455205554,0.000957782467563863,0.116650377743409,0.5,0.255951455205554,0.00185246367680825,0.16659120609084,0.255951455205554,0.00100069131931335,0.0922920783707054,0.255951455205554,0.00176405817624816,0.0307967019150542,0.255951455205554,0.000471318696887571,0.00550339815344846,0.00290311317112966,0.0177454322927159 -3438,0.255951455205554,0.0547867502815421,0.00956122701726967,0.255951455205554,0.0545090871938765,0.00214582251923754,0.255951455205554,0.04609262093666,0.00959805499378033,0.255951455205554,0.0477490829288039,0.00289016878756517,0.255951455205554,0.036691783995866,0.0104038662131678,0.255951455205554,0.0414350596971472,0.000756959782099591,0.5,0.255951455205554,0.0253622083069098,0.00275822533627487,0.5,0.255951455205554,0.0132848868797323,0.000893826037377929,0.5,0.255951455205554,0.0180851537408793,0.00398615526836231,0.255951455205554,0.0164447169323342,0.00290804690474684,0.0120332589688497,0.127946556177408,0.255951455205554,0.016084604101485,0.129375904421695,0.5,0.255951455205554,0.0325408611092286,0.151897534754551,0.255951455205554,0.0325247292464148,0.124107018242007,0.255951455205554,0.0539260820512103,0.0284329237173135,0.255951455205554,0.051153995905429,0.00526513412208089,0.0562692490571527,0.0180495494906659 -3439,0.255951455205554,0.133347893013139,0.0125664279529612,0.255951455205554,0.134446460585659,0.00293991818744398,0.255951455205554,0.12291411750899,0.00743788149366154,0.255951455205554,0.124274127810195,0.00114673934328806,0.255951455205554,0.109233895258553,0.0145322714221038,0.255951455205554,0.121528480009918,0.000633394702160032,0.5,0.255951455205554,0.0884567482079987,0.00892806474176112,0.5,0.255951455205554,0.0404628085083509,0.00178670186392182,0.5,0.255951455205554,0.0595097609912767,0.0074756600651279,0.255951455205554,0.0752534243745971,0.0312990717714095,0.0273914336916609,0.122871097908752,0.255951455205554,0.0420354860249447,0.152589276114108,0.5,0.255951455205554,0.0841330925038475,0.175207053903134,0.255951455205554,0.092068156976299,0.206412573778393,0.255951455205554,0.137676128351241,0.0518983570129327,0.255951455205554,0.136000167833416,0.0110164251018595,0.13658910461579,0.0196205040844756 -3440,0.255951455205554,0.253650954386522,0.0216226859672393,0.255951455205554,0.254941177235084,0.0101405144624994,0.255951455205554,0.24153769457514,0.0114036489965364,0.255951455205554,0.243113937332294,0.00138923961125398,0.255951455205554,0.208776544067529,0.0314140029654562,0.255951455205554,0.239304209394431,0.000934939763723847,0.5,0.255951455205554,0.150713186143888,0.0314230272183503,0.5,0.255951455205554,0.0715103310365339,0.00367965692269244,0.5,0.255951455205554,0.120499875287661,0.0180480155834533,0.255951455205554,0.105551811496635,0.0847068919880268,0.0495153384847299,0.0974582421884203,0.255951455205554,0.0892425155543806,0.197061259862958,0.5,0.255951455205554,0.158717564762011,0.233659660150819,0.255951455205554,0.166310474147452,0.212379310405393,0.255951455205554,0.25537984830172,0.095768746527131,0.255951455205554,0.256234679949766,0.0257196855646761,0.257708720456922,0.0165441455444593 -3441,0.255951455205554,0.380962001901949,0.0319413792270142,0.255951455205554,0.381797386028066,0.0199124742309257,0.255951455205554,0.368331679787276,0.0130781227224713,0.255951455205554,0.369979447012351,0.000695086100276932,0.255951455205554,0.307242672555026,0.0548313150674779,0.255951455205554,0.355788300452421,0.00500963832786441,0.5,0.255951455205554,0.185953044198357,0.0462889010341506,0.5,0.255951455205554,0.123489738143136,0.015554522073687,0.5,0.255951455205554,0.190055482452055,0.0267072017208784,0.255951455205554,0.0608094153417612,0.111438753001563,0.146489808850895,0.130352791454797,0.255951455205554,0.161332506317704,0.202511525250312,0.5,0.255951455205554,0.228554102994157,0.277329690064974,0.255951455205554,0.231743305433601,0.113283704544076,0.255951455205554,0.384284124907259,0.132047943255388,0.255951455205554,0.388172759339064,0.0303529870230019,0.384643112479696,0.0146963517356842 -3442,0.255951455205554,0.517121491539471,0.0403897522924289,0.255951455205554,0.515134728409886,0.031401811356119,0.255951455205554,0.500399927921163,0.014990163702436,0.255951455205554,0.498115566541265,0.000298492504551452,0.255951455205554,0.390555834662455,0.0644318308146122,0.255951455205554,0.412656200176378,0.022584849596758,0.5,0.255951455205554,0.187767211731316,0.0406899132343322,0.5,0.255951455205554,0.182393656037075,0.0494425649615654,0.5,0.255951455205554,0.239292207272916,0.0375287534553431,0.255951455205554,0.044063904018856,0.115684213179193,0.352879360788687,0.158333999108997,0.255951455205554,0.221810217102055,0.18671540306758,0.5,0.255951455205554,0.2947904188505,0.295176267701035,0.255951455205554,0.268932085475687,0.103330435967949,0.255951455205554,0.493860840002933,0.100345120320128,0.255951455205554,0.500515861858737,0.0150274040644112,0.520380443842428,0.0133878659983927 -3443,0.255951455205554,0.62720871121196,0.0509529283993059,0.255951455205554,0.61935545217429,0.0554369726249804,0.255951455205554,0.576139955629477,0.0149778248830815,0.255951455205554,0.445699879441627,0.000947169779643298,0.255951455205554,0.425785895479468,0.0538162818016293,0.255951455205554,0.386178232435304,0.053038749022511,0.5,0.255951455205554,0.191670284809354,0.0500313799665674,0.5,0.255951455205554,0.279230088804081,0.0690104330047087,0.5,0.255951455205554,0.254176755050357,0.0541537226163132,0.255951455205554,0.142241199547127,0.0839412635025215,0.529563535540793,0.246926492573148,0.255951455205554,0.269860333455824,0.150877156404302,0.5,0.255951455205554,0.337817161291917,0.253984993474136,0.255951455205554,0.277122063456932,0.112510157489843,0.255951455205554,0.523953845343043,0.05808486954704,0.255951455205554,0.565432805921369,0.00744423733477797,0.629055261257005,0.0107699703967618 -3444,0.255951455205554,0.687335673495484,0.0612483027629315,0.255951455205554,0.644142786037882,0.038705742427948,0.255951455205554,0.573726618362621,0.0143409391736268,0.255951455205554,0.595910019231959,0.00478558594575261,0.255951455205554,0.341300029938083,0.0419576674826185,0.255951455205554,0.38540341174124,0.0638232451976328,0.5,0.255951455205554,0.257884019987948,0.0788933441068706,0.5,0.255951455205554,0.349623256992749,0.0708415665680014,0.5,0.255951455205554,0.262670380628383,0.0596009664623734,0.255951455205554,0.415389935287551,0.0593374202104104,0.626734879065905,0.352164993513531,0.255951455205554,0.333729548538154,0.169249596039144,0.5,0.255951455205554,0.364843637732926,0.207995352994291,0.255951455205554,0.370801689769078,0.102886056282321,0.255951455205554,0.548989268899893,0.0497844550080441,0.255951455205554,0.591627103275381,0.00444599426757841,0.690418613281844,0.00642902515030996 -3445,0.255951455205554,0.707961812753647,0.0559158529070028,0.255951455205554,0.643496250833772,0.0522583375206064,0.255951455205554,0.477469792583259,0.020622709750229,0.255951455205554,0.396323932845456,0.0222985436200719,0.255951455205554,0.29277878666549,0.0533980525360516,0.255951455205554,0.307286583017445,0.0659292749402816,0.5,0.255951455205554,0.395385484888611,0.117621658402072,0.5,0.255951455205554,0.346171564086514,0.0586605661016007,0.5,0.255951455205554,0.292225473943409,0.0594197953999451,0.255951455205554,0.65513448319914,0.0974742099434335,0.640831043386961,0.258455738384651,0.255951455205554,0.367906501711767,0.196499967974199,0.5,0.255951455205554,0.396154146849495,0.186284340605281,0.255951455205554,0.408073397728236,0.0875868796570219,0.255951455205554,0.569059667577216,0.0452113163085495,0.255951455205554,0.590476059339049,0.00291109325629076,0.710056837937708,0.003671657953505 -3446,0.255951455205554,0.692782698553351,0.0811211360719784,0.255951455205554,0.680028439826369,0.0459511770213554,0.255951455205554,0.367624286862575,0.0267750452547882,0.255951455205554,0.34511042327598,0.0271653675970291,0.255951455205554,0.281173391709586,0.075938587258936,0.255951455205554,0.314436051848644,0.0894171379852287,0.5,0.255951455205554,0.50202378995501,0.147727949412655,0.5,0.255951455205554,0.326328329300576,0.0577857801562973,0.5,0.255951455205554,0.33467974612758,0.0602842009540909,0.255951455205554,0.669726416989175,0.201489255233026,0.548405046020225,0.0983248405509903,0.255951455205554,0.398713705109551,0.170338531265236,0.5,0.255951455205554,0.461204284307446,0.231675424749927,0.255951455205554,0.375777569361033,0.0726001500429149,0.255951455205554,0.538236975736293,0.0348845637789764,0.255951455205554,0.532644090298754,0.00422249065929476,0.690092442782749,0.00332027858112045 -3447,0.255951455205554,0.624605096010605,0.103316636653324,0.255951455205554,0.590256677179937,0.0373511151707412,0.255951455205554,0.307899075156303,0.0278878396353897,0.255951455205554,0.310081024728379,0.0124190109417993,0.255951455205554,0.332007564861918,0.0810582562513277,0.255951455205554,0.28205188456476,0.0860632760551362,0.5,0.255951455205554,0.507590968672366,0.149426088954762,0.5,0.255951455205554,0.33489827134726,0.0715255429993529,0.5,0.255951455205554,0.345718386031428,0.0635593496784733,0.255951455205554,0.516402231849928,0.213746104616138,0.42758031231428,0.0907330168743522,0.255951455205554,0.399217946093472,0.111445669497766,0.5,0.255951455205554,0.479749768440237,0.253654997854224,0.255951455205554,0.322334466553029,0.0491697792932235,0.255951455205554,0.45955197286258,0.0188072651897325,0.255951455205554,0.46082929504425,0.0155150259855555,0.605708817295317,0.00219872792773051 -3448,0.255951455205554,0.509890410467738,0.107635816314128,0.255951455205554,0.4732206913897,0.0296995164357932,0.255951455205554,0.230371342179387,0.0416157423607784,0.255951455205554,0.251757340003475,0.0266557854211967,0.255951455205554,0.276857180826211,0.0797758266075814,0.255951455205554,0.253052950751494,0.0611552278805567,0.5,0.255951455205554,0.328057537486516,0.136515304714511,0.5,0.255951455205554,0.314307691664429,0.0967672668689843,0.5,0.255951455205554,0.316878888899302,0.069487315228495,0.255951455205554,0.26808323695969,0.179696377059822,0.334867157805241,0.0535451754067489,0.255951455205554,0.346859751384601,0.0881282378326568,0.5,0.255951455205554,0.423604621336101,0.177346295030338,0.255951455205554,0.241786498488915,0.0262611511830877,0.255951455205554,0.352387671346591,0.00999418815066003,0.255951455205554,0.266164232608338,0.0349225599314478,0.507129005327721,0.00242701459121856 -3449,0.255951455205554,0.37715575798329,0.126840709393021,0.255951455205554,0.358038522615308,0.0199337207330278,0.255951455205554,0.179188262202758,0.0559283868862779,0.255951455205554,0.262645188117092,0.0459933081329454,0.255951455205554,0.205800852293316,0.0641021390912005,0.255951455205554,0.237031936813702,0.0477580103569818,0.5,0.255951455205554,0.205389995222738,0.126212608895572,0.5,0.255951455205554,0.221526291281784,0.10588856671351,0.5,0.255951455205554,0.251436507799452,0.0713241682954296,0.255951455205554,0.130025364940269,0.107998620935069,0.284227867001749,0.0168292476649584,0.255951455205554,0.257924099567865,0.0596578597662899,0.5,0.255951455205554,0.317940427198232,0.133680237296667,0.255951455205554,0.144474818150062,0.0152226415880095,0.255951455205554,0.249008689000621,0.00535569149778683,0.255951455205554,0.17795349791471,0.0711797481949374,0.339202246002074,0.00174715070290052 -3450,0.255951455205554,0.250983172500291,0.121246193159038,0.255951455205554,0.2330743271906,0.00938064541075522,0.255951455205554,0.124119514794874,0.0535529294041054,0.255951455205554,0.0927545679183818,0.0256093895876595,0.255951455205554,0.140715808474827,0.0391155290232131,0.255951455205554,0.158138402902463,0.0235736716443328,0.5,0.255951455205554,0.13531458558625,0.098112444015759,0.5,0.255951455205554,0.132994161469306,0.0951438328131349,0.5,0.255951455205554,0.168795793368226,0.06318625890665,0.255951455205554,0.118325327858271,0.0558742211758406,0.171926077040157,0.00587062494597804,0.255951455205554,0.160363850828158,0.025701367036026,0.5,0.255951455205554,0.199280184433603,0.083655901297063,0.255951455205554,0.0946881151942933,0.00753443511756495,0.255951455205554,0.134629805423044,0.00594325055398069,0.255951455205554,0.115856011105157,0.0800209766620652,0.240411342340401,0.00175833748545792 -3451,0.255951455205554,0.124461514043028,0.0662943228573136,0.255951455205554,0.099798962661535,0.0169389520237065,0.255951455205554,0.0608370583655831,0.0372919932824655,0.255951455205554,0.0817308570432227,0.0165137202140671,0.255951455205554,0.0704680908014988,0.01442043492552,0.255951455205554,0.0699180542736651,0.00744958572038504,0.5,0.255951455205554,0.0733908630920698,0.0430687531921965,0.5,0.255951455205554,0.04981186698586,0.0633975096374736,0.5,0.255951455205554,0.057197997625505,0.0386411415789796,0.255951455205554,0.0994790827761656,0.0117431996126773,0.0687708908670106,0.00329311346268346,0.255951455205554,0.0588331136137046,0.00688978703699264,0.5,0.255951455205554,0.0870116321632137,0.0293340878988085,0.255951455205554,0.0404096077984069,0.00171411399164973,0.255951455205554,0.0418848608568483,0.0184394393556707,0.255951455205554,0.0528886673549116,0.0535479225216219,0.119708527149726,0.00176445503171065 -3452,0.255951455205554,0.0277967163144237,0.0463552526980812,0.255951455205554,0.0179322723350623,0.0242429925292856,0.255951455205554,0.0144703744400138,0.0270565664789291,0.255951455205554,0.00867870289875363,0.0115672189749982,0.255951455205554,0.0142849017357285,0.00814939793125257,0.255951455205554,0.00013501750364712,0.00411270189991267,0.5,0.255951455205554,0.00902721608219157,0.020466059164483,0.5,0.255951455205554,0.0,0.0346965318330198,0.5,0.255951455205554,2.87585967964545e-07,0.0280219858225716,0.255951455205554,0.0054156815579956,0.00500557200110564,0.0,0.00972055163466784,0.255951455205554,0.0,0.0102590553715481,0.5,0.255951455205554,0.0010823222844052,0.0131404223495308,0.255951455205554,0.0,0.00117922771065438,0.255951455205554,7.89976236521785e-05,0.0228755415684619,0.255951455205554,0.0,0.0241695116110163,0.0282623697718242,0.00261800579907844 -3453,0.255951455205554,0.0,0.0483100580121134,0.255951455205554,0.0,0.0247232596863218,0.255951455205554,0.0,0.0290952420020425,0.255951455205554,0.0,0.0149230806755977,0.255951455205554,0.0,0.00799115658955902,0.255951455205554,0.0,0.00314237828703429,0.5,0.255951455205554,0.0,0.0141597699109329,0.5,0.255951455205554,0.0,0.020034648637064,0.5,0.255951455205554,0.0,0.0229490635465329,0.255951455205554,0.0,0.00380069507260947,0.0,0.00913537856680327,0.255951455205554,0.0,0.00968545920375901,0.5,0.255951455205554,0.0,0.0087433908167539,0.255951455205554,0.0,0.0014084242368562,0.255951455205554,0.0,0.022372246927907,0.255951455205554,0.0,0.0255553295137174,0.0,0.00477093653186413 -3454,0.255951455205554,0.0,0.0377514351835993,0.255951455205554,0.0,0.0111636882139242,0.255951455205554,0.0,0.032048375642126,0.255951455205554,0.0,0.0170690658252979,0.255951455205554,0.0,0.00837670489746903,0.255951455205554,0.0,0.00245285455829654,0.5,0.255951455205554,0.0,0.00863576853302177,0.5,0.255951455205554,0.0,0.0127733089664601,0.5,0.255951455205554,0.0,0.0168848836218851,0.255951455205554,0.0,0.00573306456084545,0.0,0.00774394239371237,0.255951455205554,0.0,0.00644394973059175,0.5,0.255951455205554,0.0,0.00711817960584932,0.255951455205554,0.0,0.00211179387283248,0.255951455205554,0.0,0.0268524786649976,0.255951455205554,0.0,0.0256418746427937,0.0,0.00656689628615176 -3455,0.255951455205554,0.0,0.0249962087885789,0.255951455205554,0.0,0.00516311584930053,0.255951455205554,0.0,0.0306588070694754,0.255951455205554,0.0,0.0223466154466005,0.255951455205554,0.0,0.0113702044020327,0.255951455205554,0.0,0.00289319249909994,0.5,0.255951455205554,0.0,0.00560465203429124,0.5,0.255951455205554,0.0,0.0101987979507405,0.5,0.255951455205554,0.0,0.0145413617802441,0.255951455205554,0.0,0.0075472912595396,0.0,0.00582837237846389,0.255951455205554,0.0,0.00503632849633386,0.5,0.255951455205554,0.0,0.00794979478878819,0.255951455205554,0.0,0.00492459404010575,0.255951455205554,0.0,0.0334328259169321,0.255951455205554,0.0,0.0275733764537701,0.0,0.00598811813548263 -3456,0.255951455205554,0.0,0.0160093971465757,0.255951455205554,0.0,0.00114756615514606,0.255951455205554,0.0,0.0321137096963523,0.255951455205554,0.0,0.0462147929181889,0.255951455205554,0.0,0.0140874175441097,0.255951455205554,0.0,0.00319635386500412,0.5,0.255951455205554,0.0,0.00438995897406089,0.5,0.255951455205554,0.0,0.00906136123636325,0.5,0.255951455205554,0.0,0.0116985805548144,0.255951455205554,0.0,0.00834244736506797,0.0,0.00236075425772263,0.255951455205554,0.0,0.00424075026337212,0.5,0.255951455205554,0.0,0.0105422330826115,0.255951455205554,0.0,0.00901784888782752,0.255951455205554,0.0,0.0433323426296987,0.255951455205554,0.0,0.0283290221826563,0.0,0.00400367635111943 -3457,0.255951455205554,0.0,0.0125750218117977,0.255951455205554,0.0,0.00935087536162652,0.255951455205554,0.0,0.0327130956027891,0.255951455205554,0.0,0.054062798245417,0.255951455205554,0.0,0.0150278490613732,0.255951455205554,0.0,0.002200002519771,0.5,0.255951455205554,0.0,0.00370895086301495,0.5,0.255951455205554,0.0,0.00872584432572998,0.5,0.255951455205554,0.0,0.0091660267622322,0.255951455205554,0.0,0.00659103133427941,0.0,0.00107580963958956,0.255951455205554,0.0,0.00446228688690731,0.5,0.255951455205554,0.0,0.0115828600343532,0.255951455205554,0.0,0.0163811681323539,0.255951455205554,0.0,0.0533107989504202,0.255951455205554,0.0,0.0266810665318748,0.0,0.00337588447920262 -3458,0.255951455205554,0.0,0.0135061410773274,0.255951455205554,0.0,0.0506652222142526,0.255951455205554,0.0,0.0268065357778562,0.255951455205554,0.0,0.0211554597975539,0.255951455205554,0.0,0.0146607214869601,0.255951455205554,0.0,0.00116975667386234,0.5,0.255951455205554,0.0,0.00321489039286635,0.5,0.255951455205554,0.0,0.00943135571983026,0.5,0.255951455205554,0.0,0.00682948278535831,0.255951455205554,0.0,0.00472649570451554,0.0,0.00100475764912072,0.255951455205554,0.0,0.00645526998451536,0.5,0.255951455205554,0.0,0.0136443087354407,0.255951455205554,0.0,0.0235556680763791,0.255951455205554,0.0,0.0637788813133885,0.255951455205554,0.0,0.0236026490808027,0.0,0.00278762358349096 -3459,0.255951455205554,0.0,0.0150844736662441,0.255951455205554,0.0,0.0420929959954677,0.255951455205554,0.0,0.0209543520478622,0.255951455205554,0.0,0.00532482533199711,0.255951455205554,0.0,0.014624735194691,0.255951455205554,0.0,0.00107768934116624,0.5,0.255951455205554,0.0,0.00317181856940825,0.5,0.255951455205554,0.0,0.012239011081414,0.5,0.255951455205554,0.0,0.00560342628519961,0.255951455205554,0.0,0.00414854992770243,0.0,0.000983720874224804,0.255951455205554,0.0,0.00949227582421322,0.5,0.255951455205554,0.0,0.0107528016765082,0.255951455205554,0.0,0.0295725265628794,0.255951455205554,0.0,0.0751018383963465,0.255951455205554,0.0,0.0178231589374434,0.0,0.00199002199573184 -3460,0.255951455205554,0.0,0.0162043405561137,0.255951455205554,0.0,0.0309460233941674,0.255951455205554,0.0,0.0136586253964605,0.255951455205554,0.0,0.000995366981054218,0.255951455205554,0.0,0.0164839338623149,0.255951455205554,0.0,0.00135049894738058,0.5,0.255951455205554,0.0,0.00337963115347263,0.5,0.255951455205554,0.0,0.0138691527030119,0.5,0.255951455205554,0.0,0.00512870665671778,0.255951455205554,0.0,0.0032814895806295,0.0,0.000831192068848441,0.255951455205554,0.0,0.0143810748988494,0.5,0.255951455205554,0.0,0.0101785394562695,0.255951455205554,0.0,0.0277248590400424,0.255951455205554,0.0,0.0788627139469114,0.255951455205554,0.0,0.0129259613313803,0.0,0.00175565057841711 -3461,0.255951455205554,0.00122636405408177,0.0175338256429561,0.255951455205554,0.000136277935190549,0.0179084536898725,0.255951455205554,0.000159677473823458,0.00866692292962689,0.255951455205554,0.000205520645361578,0.000801158337807558,0.255951455205554,1.99901071008455e-07,0.0174448094843813,0.255951455205554,1.04822994173193e-09,0.00154484528414344,0.5,0.255951455205554,0.0,0.00298588657448736,0.5,0.255951455205554,0.0,0.0135374608577902,0.5,0.255951455205554,3.40775013233384e-05,0.00551062704367436,0.255951455205554,0.0,0.00277556258858547,0.00457518388026574,0.0028141873662148,0.255951455205554,0.0043908269833193,0.0166547642657567,0.5,0.255951455205554,0.00543485025224574,0.0114286995312768,0.255951455205554,0.00288577812976387,0.0261175005182205,0.255951455205554,0.00141916204628774,0.065132389547317,0.255951455205554,0.000692869798193231,0.00838576680671816,0.00298036305876239,0.00178377319375954 -3462,0.255951455205554,0.0181667329737487,0.00969431995312245,0.255951455205554,0.00490306146810724,0.00860742518819281,0.255951455205554,0.0410347178231688,0.00768329341101163,0.255951455205554,0.039726564580986,0.00263509789709524,0.255951455205554,0.0390244118222625,0.0138320756655809,0.255951455205554,0.0428842915449389,0.00183961805451847,0.5,0.255951455205554,0.0338696748725109,0.00212849946825885,0.5,0.255951455205554,0.0201798280852993,0.0122782311808647,0.5,0.255951455205554,0.0168095779274649,0.0062799128322234,0.255951455205554,0.0298176429411426,0.00286401347350435,0.0649025800565282,0.00514532210171685,0.255951455205554,0.0604812907392623,0.0147838113024771,0.5,0.255951455205554,0.0608379083096959,0.0110733685183811,0.255951455205554,0.0572198989339002,0.0203540636754964,0.255951455205554,0.0417266470158065,0.0584617286323043,0.255951455205554,0.0515653337809946,0.0049447300993523,0.0413370484567784,0.00227347739098362 -3463,0.255951455205554,0.0475388705685566,0.00723188174503385,0.255951455205554,0.0873490518069693,0.010786123725864,0.255951455205554,0.119000962773056,0.0123065083320424,0.255951455205554,0.125039949053892,0.00958961859314043,0.255951455205554,0.115321761915674,0.0110056266560449,0.255951455205554,0.123774163902049,0.000941489736741379,0.5,0.255951455205554,0.111823781642496,0.00099642689057015,0.5,0.255951455205554,0.0778406195704063,0.0166610041894355,0.5,0.255951455205554,0.0552843913519575,0.00971768235355094,0.255951455205554,0.107151187970768,0.00150479117414503,0.148515781500185,0.00598334442651178,0.255951455205554,0.14267718231815,0.024409276031413,0.5,0.255951455205554,0.138054755624457,0.0127422459837204,0.255951455205554,0.138742642288919,0.0340801547212446,0.255951455205554,0.11625915738533,0.072961924148224,0.255951455205554,0.133424897752981,0.00580488302480091,0.0406779881428541,0.00234789982114214 -3464,0.255951455205554,0.118415033887873,0.0122076018278647,0.255951455205554,0.18289295599249,0.0208290698700797,0.255951455205554,0.238644344161751,0.0221553202193636,0.255951455205554,0.246312866751443,0.0200298334082279,0.255951455205554,0.23518575750685,0.017357362734787,0.255951455205554,0.246530276694693,0.000829851093508867,0.5,0.255951455205554,0.232428598730533,0.00126049690162432,0.5,0.255951455205554,0.154457248871756,0.0418854491811822,0.5,0.255951455205554,0.110055091217708,0.0214482190368744,0.255951455205554,0.22609212282871,0.0028217226022144,0.244682417191723,0.0177805778072067,0.255951455205554,0.245373491544952,0.0357384746178652,0.5,0.255951455205554,0.236286628627477,0.0248976854189596,0.255951455205554,0.239878976261425,0.0746381033279613,0.255951455205554,0.229741435186814,0.0782826290624184,0.255951455205554,0.24881038593636,0.00785099457929719,0.0550306167870915,0.00279015317610785 -3465,0.255951455205554,0.269370586722025,0.0324516168591986,0.255951455205554,0.293893391378105,0.0475261323291872,0.255951455205554,0.367582874716292,0.0320918950271837,0.255951455205554,0.373321478893883,0.0268435909838973,0.255951455205554,0.364384939790363,0.0172551187546647,0.255951455205554,0.380319399468477,0.000409340820886763,0.5,0.255951455205554,0.365019369902183,0.00355398225118839,0.5,0.255951455205554,0.233545522624451,0.0808870832487536,0.5,0.255951455205554,0.176786269714211,0.0339291532189435,0.255951455205554,0.358512009073075,0.0101634071404284,0.281308463514344,0.0135388177716461,0.255951455205554,0.352430694557166,0.0376955912485477,0.5,0.255951455205554,0.33404425203076,0.0313670607980437,0.255951455205554,0.349863055308678,0.0691337801258937,0.255951455205554,0.371369124504347,0.079707267769747,0.255951455205554,0.378728078384256,0.0126942364426844,0.153119486448561,0.00205484022822759 -3466,0.255951455205554,0.464826915252768,0.0698571665978958,0.255951455205554,0.513718509277579,0.0965817674402215,0.255951455205554,0.481520201713242,0.0366927460749127,0.255951455205554,0.47222642823416,0.0285197130984505,0.255951455205554,0.497277724977222,0.00971159413111264,0.255951455205554,0.510403447332613,0.000806486271933071,0.5,0.255951455205554,0.499512466062074,0.0152518990542764,0.5,0.255951455205554,0.271093851373663,0.0956911518071223,0.5,0.255951455205554,0.244538868392272,0.0418533054837567,0.255951455205554,0.494214191181428,0.045122735878316,0.327184892365187,0.00904891905151045,0.255951455205554,0.458966407102555,0.0338891071385122,0.5,0.255951455205554,0.451592201440262,0.0343633698471932,0.255951455205554,0.479568446306614,0.0478774867551708,0.255951455205554,0.507435528978568,0.0656950133191539,0.255951455205554,0.499322139522488,0.00976908157356157,0.399774992165861,0.00206486640087499 -3467,0.255951455205554,0.610086220496546,0.125318733225311,0.255951455205554,0.598123688918393,0.138244601869114,0.255951455205554,0.57964791081634,0.034862064377175,0.255951455205554,0.571752037209971,0.020932117689596,0.255951455205554,0.606308481114596,0.00580966779275635,0.255951455205554,0.613042917946387,0.00164641382509629,0.5,0.255951455205554,0.60233354948596,0.0313894756603182,0.5,0.255951455205554,0.295037364000795,0.126739505825779,0.5,0.255951455205554,0.307249802960959,0.0445250828021843,0.255951455205554,0.602510700140715,0.0901779372811825,0.524451461670127,0.00889906003569286,0.255951455205554,0.537567678739033,0.0336896472633195,0.5,0.255951455205554,0.56781680058329,0.0512010085211014,0.255951455205554,0.558681414939019,0.034747980189357,0.255951455205554,0.603396807129323,0.049103080425173,0.255951455205554,0.594773528826825,0.00580705362625368,0.626149889612542,0.00268776066713413 -3468,0.255951455205554,0.661456744464112,0.155503299964677,0.255951455205554,0.642991572227362,0.125785956630126,0.255951455205554,0.642648153820003,0.0310279304964524,0.255951455205554,0.653434551606493,0.0107671275072226,0.255951455205554,0.661060335125972,0.00335078763293612,0.255951455205554,0.678063206917505,0.00409759071006271,0.5,0.255951455205554,0.664306026287865,0.0584287006661633,0.5,0.255951455205554,0.304863387240227,0.161113137791646,0.5,0.255951455205554,0.354996928329145,0.0534590330820472,0.255951455205554,0.648440836210776,0.14366054002768,0.60539137675433,0.00897764069935404,0.255951455205554,0.582173880753891,0.0355933795693679,0.5,0.255951455205554,0.61539731382781,0.0799471798145216,0.255951455205554,0.606498423322288,0.0346988212495526,0.255951455205554,0.573112954336498,0.035364590311589,0.255951455205554,0.647023225333544,0.00750711832651781,0.684230316615307,0.00387319671578279 -3469,0.255951455205554,0.690684151049655,0.153183717002103,0.255951455205554,0.681650490819191,0.0971567550101193,0.255951455205554,0.644610122597551,0.0231085081986182,0.255951455205554,0.649728106386083,0.00610055554753451,0.255951455205554,0.677738924222707,0.0027076874689689,0.255951455205554,0.698636014663381,0.0119314943734754,0.5,0.255951455205554,0.681528112745193,0.0771688494325781,0.5,0.255951455205554,0.351775746915626,0.207860206074006,0.5,0.255951455205554,0.407306834205876,0.0750696655343328,0.255951455205554,0.662124311802465,0.16669376059086,0.557012757851722,0.0268255076123558,0.255951455205554,0.546005162356912,0.0346786080944174,0.5,0.255951455205554,0.646779589851579,0.0916272693976303,0.255951455205554,0.616875740212012,0.0457777052457641,0.255951455205554,0.565904512251329,0.0206233607434046,0.255951455205554,0.66371196660636,0.0145156886325637,0.636978195942073,0.00485183769532287 -3470,0.255951455205554,0.688991157569733,0.115051893603705,0.255951455205554,0.671627851006497,0.0638707859851185,0.255951455205554,0.633317741364755,0.0160795527269819,0.255951455205554,0.638655217006708,0.00343898010965249,0.255951455205554,0.662404912987441,0.00192782460052636,0.255951455205554,0.67471627136396,0.01953166740347,0.5,0.255951455205554,0.653840858978307,0.0860028295975496,0.5,0.255951455205554,0.395167959227798,0.258327939027334,0.5,0.255951455205554,0.443941170345891,0.103688902083516,0.255951455205554,0.613438515480909,0.208678604786554,0.357406919506008,0.0579450128587509,0.255951455205554,0.466876041389264,0.0310046942448837,0.5,0.255951455205554,0.600816824042569,0.0882880598016883,0.255951455205554,0.588083741060464,0.0643974193640921,0.255951455205554,0.572231082870508,0.0166058259195038,0.255951455205554,0.639462281986657,0.0306759479190842,0.625471757445487,0.00580029496583655 -3471,0.255951455205554,0.63039545680136,0.0938884978319183,0.255951455205554,0.599096038710543,0.0462373499361296,0.255951455205554,0.558544160132834,0.0105713556944457,0.255951455205554,0.56218248343696,0.0048336273550608,0.255951455205554,0.593428344014927,0.00319479483682503,0.255951455205554,0.600800936274966,0.0217286644014135,0.5,0.255951455205554,0.567188783403004,0.101624931973912,0.5,0.255951455205554,0.395652780599455,0.300315014267302,0.5,0.255951455205554,0.431031970654962,0.129681597511179,0.255951455205554,0.527726443958265,0.253412426651488,0.331061889224239,0.0672121603916599,0.255951455205554,0.404369352749849,0.0319124291365377,0.5,0.255951455205554,0.46102105835611,0.0808115637021604,0.255951455205554,0.495850046147333,0.0886460727479992,0.255951455205554,0.516207734018083,0.0217494921995686,0.255951455205554,0.576807389370529,0.0562208382622493,0.587780693634728,0.00516914746228576 -3472,0.255951455205554,0.518100506049671,0.072248714596108,0.255951455205554,0.488328214829199,0.0341408707635103,0.255951455205554,0.440957776869912,0.0100052194386412,0.255951455205554,0.47538930588202,0.00852552289622189,0.255951455205554,0.479095708236196,0.00697831593378584,0.255951455205554,0.482125763936379,0.0302256660524832,0.5,0.255951455205554,0.443131809176021,0.128463680696654,0.5,0.255951455205554,0.376753446807058,0.309878992798554,0.5,0.255951455205554,0.367127860579703,0.150428877486068,0.255951455205554,0.443184567617633,0.277371798472192,0.331339097301987,0.0666385564035311,0.255951455205554,0.320624117265191,0.0318200898747755,0.5,0.255951455205554,0.351111739761707,0.0728820105474439,0.255951455205554,0.379000787025992,0.115204557484866,0.255951455205554,0.440200221459352,0.0363612083071462,0.255951455205554,0.464691206100803,0.0840510355661481,0.509008563846572,0.00331333256377532 -3473,0.255951455205554,0.384775641809685,0.0552856001060617,0.255951455205554,0.36031230381422,0.0287445214299299,0.255951455205554,0.321448314475691,0.0119902114582296,0.255951455205554,0.32014851070915,0.0109651805889964,0.255951455205554,0.345391692358972,0.0196011796952391,0.255951455205554,0.353427423695082,0.0630904981912761,0.5,0.255951455205554,0.319062197994096,0.136267856579355,0.5,0.255951455205554,0.316680036359158,0.277077393372018,0.5,0.255951455205554,0.272931499010382,0.167850359458993,0.255951455205554,0.330970979384516,0.244299648420445,0.245148631560433,0.054164270565425,0.255951455205554,0.2601554366459,0.036242767957653,0.5,0.255951455205554,0.270953302407541,0.0717289196793801,0.255951455205554,0.27338882597372,0.122994280411632,0.255951455205554,0.334791113261929,0.0610513859090961,0.255951455205554,0.334065387954517,0.113026713260652,0.383162976106264,0.00277800481065479 -3474,0.255951455205554,0.254976279161537,0.0402839040372478,0.255951455205554,0.243934752746034,0.0275945881140892,0.255951455205554,0.218540304341541,0.019323488279316,0.255951455205554,0.210863323714139,0.0156466246578857,0.255951455205554,0.228181041013464,0.026904865123497,0.255951455205554,0.227477541426735,0.0594094589526991,0.5,0.255951455205554,0.210658453138022,0.0928117047877115,0.5,0.255951455205554,0.201512028941503,0.123290155605136,0.5,0.255951455205554,0.175248880118188,0.118304142436949,0.255951455205554,0.212937582643699,0.121414844798316,0.159322304865375,0.0678876889439107,0.255951455205554,0.172914160776669,0.0385056409382472,0.5,0.255951455205554,0.189564370835405,0.0786541719677979,0.255951455205554,0.174685401597002,0.0989721379110322,0.255951455205554,0.213799119662715,0.0837391324243004,0.255951455205554,0.201055228391224,0.124391847070186,0.252389066186198,0.00190978232193494 -3475,0.255951455205554,0.127121959290174,0.0214001998486778,0.255951455205554,0.119392878725209,0.0248752376565359,0.255951455205554,0.111532715713738,0.0225249304376517,0.255951455205554,0.106592088999639,0.0209177340339978,0.255951455205554,0.115166683843344,0.0278426257245177,0.255951455205554,0.0992536563577344,0.0727581513309979,0.5,0.255951455205554,0.100154049485069,0.0542282315898089,0.5,0.255951455205554,0.0820278488746281,0.0475336253048819,0.5,0.255951455205554,0.0656441045044463,0.0845755328673812,0.255951455205554,0.102253538362975,0.0745560316671167,0.0662972461555602,0.0597109282130627,0.255951455205554,0.0665041105391165,0.0384178768955592,0.5,0.255951455205554,0.081207406798337,0.0499705434125467,0.255951455205554,0.0599989870504971,0.0609892065940226,0.255951455205554,0.0723501960089912,0.055294758534493,0.255951455205554,0.0692730003027045,0.0974602715573787,0.125567410405804,0.00117472300057944 -3476,0.255951455205554,0.0285746307483068,0.015750490930151,0.255951455205554,0.0199728835500897,0.0517102439477723,0.255951455205554,0.0239331895874705,0.0261590592060642,0.255951455205554,0.0263189285312547,0.0249327743471345,0.255951455205554,0.0272225919956175,0.0369473615415279,0.255951455205554,0.00313124033853978,0.100999494240293,0.5,0.255951455205554,0.0133753311238334,0.0740067464162837,0.5,0.255951455205554,0.0,0.0381517105269159,0.5,0.255951455205554,0.0,0.0851940666621866,0.255951455205554,0.015388701777524,0.0812452393555589,0.0,0.0510869641874201,0.255951455205554,0.0,0.0518118581538017,0.5,0.255951455205554,0.00296726598424406,0.0366409022917833,0.255951455205554,0.0,0.0635908630809311,0.255951455205554,0.0,0.0680499531712074,0.255951455205554,0.0,0.121522703246095,0.0296387259008769,0.00125336645418305 -3477,0.255951455205554,0.0,0.0176187931543463,0.255951455205554,0.0,0.0638896235065986,0.255951455205554,0.0,0.0333656174818615,0.255951455205554,0.0,0.0383279194438817,0.255951455205554,0.0,0.044138283600963,0.255951455205554,0.0,0.106822195457272,0.5,0.255951455205554,0.0,0.0814473813156599,0.5,0.255951455205554,0.0,0.0397211405489913,0.5,0.255951455205554,0.0,0.086717741430383,0.255951455205554,0.0,0.0781476788987114,0.0,0.0625032902534785,0.255951455205554,0.0,0.0605867452859643,0.5,0.255951455205554,0.0,0.0290718689896658,0.255951455205554,0.0,0.0542979032785731,0.255951455205554,0.0,0.0679928888875531,0.255951455205554,0.0,0.112394908914712,0.0,0.00141603973164072 -3478,0.255951455205554,0.0,0.0176166740172183,0.255951455205554,0.0,0.058622907257864,0.255951455205554,0.0,0.0334198086330954,0.255951455205554,0.0,0.0452805428273371,0.255951455205554,0.0,0.0470769683205387,0.255951455205554,0.0,0.115103001865617,0.5,0.255951455205554,0.0,0.05899076546815,0.5,0.255951455205554,0.0,0.038136262699598,0.5,0.255951455205554,0.0,0.0862005301395642,0.255951455205554,0.0,0.0775732586576955,0.0,0.0995986147568921,0.255951455205554,0.0,0.069634693657972,0.5,0.255951455205554,0.0,0.0196226462329443,0.255951455205554,0.0,0.0387357628122024,0.255951455205554,0.0,0.048689721791726,0.255951455205554,0.0,0.0856465685131573,0.0,0.00126680497974333 -3479,0.255951455205554,0.0,0.0141281434078646,0.255951455205554,0.0,0.0523574777776591,0.255951455205554,0.0,0.0363840436509074,0.255951455205554,0.0,0.0507185706310117,0.255951455205554,0.0,0.0480455508782708,0.255951455205554,0.0,0.138388222012273,0.5,0.255951455205554,0.0,0.0641463520150949,0.5,0.255951455205554,0.0,0.0451219035422652,0.5,0.255951455205554,0.0,0.11697235778958,0.255951455205554,0.0,0.0603318872362337,0.0,0.123987257426912,0.255951455205554,0.0,0.0743968976476683,0.5,0.255951455205554,0.0,0.012429018655014,0.255951455205554,0.0,0.0274544831747844,0.255951455205554,0.0,0.036889480463567,0.255951455205554,0.0,0.0683865092597882,0.0,0.00109833192808317 -3480,0.255951455205554,0.0,0.0137638892964436,0.255951455205554,0.0,0.0523296022436619,0.255951455205554,0.0,0.0393249922568505,0.255951455205554,0.0,0.0520246019576782,0.255951455205554,0.0,0.0457180445689863,0.255951455205554,0.0,0.147283610779123,0.5,0.255951455205554,0.0,0.0736899354360209,0.5,0.255951455205554,0.0,0.0555374945984491,0.5,0.255951455205554,0.0,0.161152548242895,0.255951455205554,0.0,0.0764126349651011,0.0,0.111559396838248,0.255951455205554,0.0,0.0705275801773988,0.5,0.255951455205554,0.0,0.008174072699354,0.255951455205554,0.0,0.0210096665464494,0.255951455205554,0.0,0.0364959097207141,0.255951455205554,0.0,0.0614939570894854,0.0,0.000963037183479311 -3481,0.255951455205554,0.0,0.0136218746363193,0.255951455205554,0.0,0.0423938119920214,0.255951455205554,0.0,0.037756193789384,0.255951455205554,0.0,0.0491451054220673,0.255951455205554,0.0,0.0435303945985266,0.255951455205554,0.0,0.160861565177376,0.5,0.255951455205554,0.0,0.126278648232096,0.5,0.255951455205554,0.0,0.0894060360629821,0.5,0.255951455205554,0.0,0.202557899138005,0.255951455205554,0.0,0.183685396138824,0.0,0.0838052048336129,0.255951455205554,0.0,0.0603124342957956,0.5,0.255951455205554,0.0,0.0077206322922524,0.255951455205554,0.0,0.0192579396369961,0.255951455205554,0.0,0.0433697835491278,0.255951455205554,0.0,0.0555623925904517,0.0,0.000665509418627898 -3482,0.255951455205554,0.0,0.0123378077362626,0.255951455205554,0.0,0.0326388533388872,0.255951455205554,0.0,0.0369322889690704,0.255951455205554,0.0,0.0446417712538739,0.255951455205554,0.0,0.03757978036952,0.255951455205554,0.0,0.164059666834669,0.5,0.255951455205554,0.0,0.131463863214897,0.5,0.255951455205554,0.0,0.124912742417426,0.5,0.255951455205554,0.0,0.208801995538658,0.255951455205554,0.0,0.211145535838828,0.0,0.0650344114370032,0.255951455205554,0.0,0.056083686621878,0.5,0.255951455205554,0.0,0.00813531703206202,0.255951455205554,0.0,0.0187523394752015,0.255951455205554,0.0,0.0523425113758871,0.255951455205554,0.0,0.0504964611315689,0.0,0.000511486219599908 -3483,0.255951455205554,0.0,0.0102810585517907,0.255951455205554,0.0,0.022370675979294,0.255951455205554,0.0,0.0388712463612608,0.255951455205554,0.0,0.048507652751509,0.255951455205554,0.0,0.0364407801809248,0.255951455205554,0.0,0.163559440781932,0.5,0.255951455205554,0.0,0.130071452934225,0.5,0.255951455205554,0.0,0.142309048995584,0.5,0.255951455205554,0.0,0.198538173664458,0.255951455205554,0.0,0.18252840405453,0.0,0.0544336296545929,0.255951455205554,0.0,0.0560110217448788,0.5,0.255951455205554,0.0,0.00836921994051083,0.255951455205554,0.0,0.0194541170975498,0.255951455205554,0.0,0.0546908032342842,0.255951455205554,0.0,0.0517642471723155,0.0,0.000559238003760728 -3484,0.255951455205554,0.0,0.0108296007344841,0.255951455205554,0.0,0.0228357897548554,0.255951455205554,0.0,0.0373595101125311,0.255951455205554,0.0,0.0477353854807358,0.255951455205554,0.0,0.0408349506382923,0.255951455205554,0.0,0.16619358569507,0.5,0.255951455205554,0.0,0.143317381202321,0.5,0.255951455205554,0.0,0.158702780630813,0.5,0.255951455205554,0.0,0.186797021318093,0.255951455205554,0.0,0.157249896496027,0.0,0.0544812160469197,0.255951455205554,0.0,0.0568195022480029,0.5,0.255951455205554,0.0,0.00892284703584001,0.255951455205554,0.0,0.0230552991699516,0.255951455205554,0.0,0.0572783773768879,0.255951455205554,0.0,0.0549823218846608,0.0,0.000837492529303738 -3485,0.255951455205554,0.00313519695619829,0.0103126889694061,0.255951455205554,0.00279674510579718,0.0209867933342412,0.255951455205554,0.000589490714521593,0.0348514363982096,0.255951455205554,0.000843076923049728,0.0443812534765282,0.255951455205554,1.83451457571698e-06,0.0497773077861599,0.255951455205554,1.26411882440971e-08,0.178756968998088,0.5,0.255951455205554,0.0,0.162004423798202,0.5,0.255951455205554,0.0,0.135488025807136,0.5,0.255951455205554,0.000126838571886729,0.154821167410052,0.255951455205554,0.0,0.134055782228306,0.0035735173935003,0.0542014146837052,0.255951455205554,0.00451062466082437,0.0543051288747655,0.5,0.255951455205554,0.00656982030114063,0.0092580419117141,0.255951455205554,0.00342009870026029,0.0286899987053291,0.255951455205554,0.0023292422606384,0.05591455592855,0.255951455205554,0.000744150861580767,0.051093593679902,0.00387221184877972,0.00149162319159276 -3486,0.255951455205554,0.0593294200317173,0.00956710700431566,0.255951455205554,0.0597009730951725,0.021047254878532,0.255951455205554,0.0475130543076138,0.0323696411806063,0.255951455205554,0.0520557605857002,0.0352298848260866,0.255951455205554,0.0251860166629902,0.0585394728131836,0.255951455205554,0.0202400440376364,0.177191751292554,0.5,0.255951455205554,0.00424483668023142,0.181078862370183,0.5,0.255951455205554,0.0190554957393145,0.100458039204168,0.5,0.255951455205554,0.0446444199640751,0.119195932502778,0.255951455205554,0.00108045105640091,0.121054851712621,0.0568417884784227,0.060462419096335,0.255951455205554,0.0635333602243682,0.059093362204463,0.5,0.255951455205554,0.0700175507470028,0.0122419073551287,0.255951455205554,0.0635102883659609,0.0379657481766192,0.255951455205554,0.0539986717222184,0.0548579384125594,0.255951455205554,0.0450310563046832,0.055125926602921,0.062141873599723,0.00449341603605236 -3487,0.255951455205554,0.137083309113119,0.0122970265540468,0.255951455205554,0.138621681596588,0.0320316637546295,0.255951455205554,0.121889599827712,0.0441685329801244,0.255951455205554,0.128250135216501,0.0352047049729872,0.255951455205554,0.0751126895620391,0.0755411527075546,0.255951455205554,0.074032992006475,0.200249046937634,0.5,0.255951455205554,0.0215650181160426,0.198663392036104,0.5,0.255951455205554,0.0581111244276243,0.104225217340067,0.5,0.255951455205554,0.123526803604556,0.152910765605771,0.255951455205554,0.0030394672461917,0.111472047048899,0.1374751676129,0.105692362216694,0.255951455205554,0.149164567586965,0.0969053049257996,0.5,0.255951455205554,0.158376628779215,0.0232864608207206,0.255951455205554,0.150657954588719,0.086890994255167,0.255951455205554,0.131918609455862,0.109749408566927,0.255951455205554,0.126108178673866,0.115858281115602,0.140353127872198,0.00881309887815729 -3488,0.255951455205554,0.250845518183436,0.0307238762821529,0.255951455205554,0.251668286599956,0.0734931122460822,0.255951455205554,0.228402177828978,0.0983654729597431,0.255951455205554,0.240721460598616,0.075595984496266,0.255951455205554,0.133832958365182,0.12305879788208,0.255951455205554,0.150276919413142,0.254851222232535,0.5,0.255951455205554,0.0504350934850301,0.216917589064333,0.5,0.255951455205554,0.112471799584628,0.133369623991616,0.5,0.255951455205554,0.227430576648855,0.273697382645252,0.255951455205554,0.00620451712782746,0.111325757912981,0.246425930181494,0.142614208919496,0.255951455205554,0.262212633266301,0.148839338821729,0.5,0.255951455205554,0.279172118653596,0.072712327152915,0.255951455205554,0.260992301716755,0.164942450803842,0.255951455205554,0.230589280396392,0.191137175556881,0.255951455205554,0.231724512233997,0.194544728241499,0.257146612617291,0.012588369625749 -3489,0.255951455205554,0.373005781636821,0.0520860399926408,0.255951455205554,0.378960389509769,0.15197835578167,0.255951455205554,0.347946204158117,0.157446338797499,0.255951455205554,0.364283617549501,0.106103653276057,0.255951455205554,0.192589028498232,0.198451193657321,0.255951455205554,0.246573916797187,0.309408213648929,0.5,0.255951455205554,0.0950378404719817,0.252764721243395,0.5,0.255951455205554,0.181515259371728,0.199655298040884,0.5,0.255951455205554,0.344150753852351,0.365139642247037,0.255951455205554,0.0179253508133122,0.131918774107227,0.372427154962522,0.239999477820954,0.255951455205554,0.388920916329387,0.198633993184072,0.5,0.255951455205554,0.406091146701412,0.152779452141021,0.255951455205554,0.38273986348011,0.254420161802957,0.255951455205554,0.334825271700463,0.252412130987928,0.255951455205554,0.353842957292559,0.323002157997913,0.374374555991916,0.0189852180451714 -3490,0.255951455205554,0.506162976445834,0.073748712119015,0.255951455205554,0.51336392174653,0.223498598238047,0.255951455205554,0.474001917407446,0.237996141690484,0.255951455205554,0.496941319823342,0.185765590723689,0.255951455205554,0.260060029429753,0.300264497444258,0.255951455205554,0.361260163676378,0.370786644128276,0.5,0.255951455205554,0.18087523508438,0.286417251409646,0.5,0.255951455205554,0.251283183733613,0.254031656686729,0.5,0.255951455205554,0.458668344602358,0.491060386227259,0.255951455205554,0.0284275588352222,0.0928672276000794,0.486701663577946,0.283164266648462,0.255951455205554,0.514574646716966,0.264885207751739,0.5,0.255951455205554,0.536809207811572,0.255361710962132,0.255951455205554,0.505543463679514,0.374410552725799,0.255951455205554,0.44338156598253,0.362451931699513,0.255951455205554,0.493483215241625,0.518370723807465,0.494261769106783,0.0272446665282546 -3491,0.255951455205554,0.616943690462321,0.0981514002180758,0.255951455205554,0.617961813676733,0.309731778257067,0.255951455205554,0.579761999534592,0.335495798142357,0.255951455205554,0.608885233171494,0.262147002907995,0.255951455205554,0.318338275111239,0.420524598538026,0.255951455205554,0.456979964282081,0.483144955139923,0.5,0.255951455205554,0.266105712839146,0.276658878565532,0.5,0.255951455205554,0.333050402312459,0.271856744151194,0.5,0.255951455205554,0.519083079400381,0.550661257192575,0.255951455205554,0.0745341829240652,0.122961582642446,0.572029781369225,0.327695327439336,0.255951455205554,0.607357408647995,0.320666489315852,0.5,0.255951455205554,0.635369056664115,0.342172967486873,0.255951455205554,0.594544028359412,0.513697038729949,0.255951455205554,0.54774977714587,0.472709796281391,0.255951455205554,0.589872341170521,0.723248849543621,0.608188147155632,0.0403096809084147 -3492,0.255951455205554,0.676729966645936,0.127039693740175,0.255951455205554,0.677791400077876,0.432822801914525,0.255951455205554,0.626947499288417,0.437561992747799,0.255951455205554,0.673711114445749,0.375707152242171,0.255951455205554,0.349422702909655,0.511151459830352,0.255951455205554,0.495310932030893,0.621462153553792,0.5,0.255951455205554,0.307038238238711,0.30533694592276,0.5,0.255951455205554,0.343405839571621,0.258377490445586,0.5,0.255951455205554,0.511400633613431,0.536508400379705,0.255951455205554,0.0949396027770934,0.143978227538967,0.599993847568242,0.349578785612578,0.255951455205554,0.646823173633524,0.359874881910212,0.5,0.255951455205554,0.683750807243452,0.409252548869257,0.255951455205554,0.64177048940173,0.618165644515949,0.255951455205554,0.620936779374759,0.563415769806805,0.255951455205554,0.647851077682254,0.821870420215094,0.686319028199747,0.0563838132911418 -3493,0.255951455205554,0.692047081466931,0.173087604498552,0.255951455205554,0.680985324905027,0.550639110989031,0.255951455205554,0.654356000808943,0.508862145687891,0.255951455205554,0.698911442329358,0.47484511573977,0.255951455205554,0.320556852277696,0.568835547863042,0.255951455205554,0.540758159409918,0.731313874420276,0.5,0.255951455205554,0.248626784233172,0.237653462534885,0.5,0.255951455205554,0.332184514774467,0.206872381835922,0.5,0.255951455205554,0.512476477623882,0.503128664440132,0.255951455205554,0.101574591593102,0.100484040516361,0.641260732261127,0.37824671176114,0.255951455205554,0.65180445914231,0.40287122005606,0.5,0.255951455205554,0.696301896801023,0.459998006289972,0.255951455205554,0.656605880787525,0.64832877878757,0.255951455205554,0.646769551568397,0.595865164038508,0.255951455205554,0.676684743528965,0.863208271593132,0.710660492046634,0.0753318044929316 -3494,0.255951455205554,0.672473284676366,0.237192508782531,0.255951455205554,0.655225071767615,0.675425702462861,0.255951455205554,0.623236853049804,0.554516267175118,0.255951455205554,0.681255404367188,0.523836072113389,0.255951455205554,0.370910892407714,0.624514236018047,0.255951455205554,0.515309250674124,0.733416520491628,0.5,0.255951455205554,0.200271058109542,0.149963744710327,0.5,0.255951455205554,0.318614951747784,0.144448328341915,0.5,0.255951455205554,0.525183816569275,0.438448426323909,0.255951455205554,0.213720467602082,0.112662806100187,0.613532081682275,0.425047435242243,0.255951455205554,0.622943743672101,0.443490981117504,0.5,0.255951455205554,0.672380517160293,0.510446817451831,0.255951455205554,0.637163087367038,0.638002025045486,0.255951455205554,0.629535898261384,0.584095321815008,0.255951455205554,0.65506272204662,0.873906630937185,0.693495648866379,0.095472879196324 -3495,0.255951455205554,0.612487431533773,0.29238806386273,0.255951455205554,0.58996141856665,0.74931857861891,0.255951455205554,0.573221485709284,0.591656367714206,0.255951455205554,0.606324227869381,0.542269211715877,0.255951455205554,0.377071861816633,0.624787956966803,0.255951455205554,0.474835363602197,0.686783667432306,0.5,0.255951455205554,0.153336455682079,0.0815264574985889,0.5,0.255951455205554,0.266620653681777,0.0765395157576753,0.5,0.255951455205554,0.469404205078616,0.361087957075343,0.255951455205554,0.126570419822914,0.0810964051105263,0.544644770896952,0.469242218515361,0.255951455205554,0.545824225433526,0.467251184787693,0.5,0.255951455205554,0.603887191022393,0.545138677723738,0.255951455205554,0.573735113504354,0.601910432482147,0.255951455205554,0.569934795605905,0.568719177006845,0.255951455205554,0.602047071835483,0.876244752851676,0.631047076180402,0.121919285762596 -3496,0.255951455205554,0.50567935822363,0.334117622075507,0.255951455205554,0.49541949551274,0.803809887623578,0.255951455205554,0.471517523886305,0.620480954437567,0.255951455205554,0.499777306900689,0.580758527966795,0.255951455205554,0.329083356734202,0.571172204085617,0.255951455205554,0.386643160383595,0.579477713065549,0.5,0.255951455205554,0.131105069032685,0.0468861601569938,0.5,0.255951455205554,0.185846220462138,0.0373550052588349,0.5,0.255951455205554,0.342366081569443,0.29595324738736,0.255951455205554,0.0952380352781963,0.050132269629491,0.41968954148958,0.474189938232676,0.255951455205554,0.430644041526638,0.471303738631415,0.5,0.255951455205554,0.484348004008928,0.539575334057759,0.255951455205554,0.457986428989493,0.563555454700626,0.255951455205554,0.465300499092181,0.5742333974561,0.255951455205554,0.49154926915322,0.867806322117925,0.502688113572971,0.165217652107787 -3497,0.255951455205554,0.376315058826217,0.349537096058166,0.255951455205554,0.371891624383524,0.803132340175077,0.255951455205554,0.355038912113581,0.62437979663215,0.255951455205554,0.370422719041362,0.62134414859127,0.255951455205554,0.243580409884765,0.48759891188925,0.255951455205554,0.26354938495169,0.416566199900647,0.5,0.255951455205554,0.119667463312853,0.0320251181556394,0.5,0.255951455205554,0.136950008919787,0.031999654224973,0.5,0.255951455205554,0.219477693405466,0.204426566237411,0.255951455205554,0.12052937552386,0.0610254796131023,0.28725519000998,0.484817784436618,0.255951455205554,0.30752936981417,0.462787277672865,0.5,0.255951455205554,0.3491574521646,0.486833376097579,0.255951455205554,0.32142682710538,0.472738377108048,0.255951455205554,0.337704011305045,0.562034533408221,0.255951455205554,0.352105257786302,0.809612978421628,0.366511702780841,0.231890883454421 -3498,0.255951455205554,0.250094535563439,0.297418331364713,0.255951455205554,0.247502151410024,0.755544039326218,0.255951455205554,0.24044964150822,0.542000699044004,0.255951455205554,0.254303587665663,0.60010371515664,0.255951455205554,0.159857626660159,0.344267910844834,0.255951455205554,0.16114577034473,0.27115636756038,0.5,0.255951455205554,0.0846753404937219,0.025456412310866,0.5,0.255951455205554,0.0819008465856549,0.0424457615517628,0.5,0.255951455205554,0.105494909427384,0.131146974931989,0.255951455205554,0.0806108786253871,0.0677065496425454,0.182512498395669,0.502224469679825,0.255951455205554,0.189106849387058,0.38638312626425,0.5,0.255951455205554,0.21787390878225,0.368385087330756,0.255951455205554,0.183354243458514,0.275116938065932,0.255951455205554,0.21522184774177,0.421131090158951,0.255951455205554,0.21846797220582,0.565346856008657,0.241964494444539,0.331572473606824 -3499,0.255951455205554,0.126561525348238,0.173109281481982,0.255951455205554,0.122114603042506,0.607672522080806,0.255951455205554,0.120782235646676,0.477686196880851,0.255951455205554,0.127461280617462,0.56609659655021,0.255951455205554,0.0782169520548991,0.269674365299651,0.255951455205554,0.0797334588150098,0.260846749275671,0.5,0.255951455205554,0.0375729784249069,0.021813150834462,0.5,0.255951455205554,0.0397180698407083,0.044470457842414,0.5,0.255951455205554,0.0430203285803198,0.128363762896655,0.255951455205554,0.0405747550656632,0.0758675358014064,0.0800294414550404,0.536820558222428,0.255951455205554,0.0674309710786708,0.333360964666619,0.5,0.255951455205554,0.0953666033705262,0.234344148305607,0.255951455205554,0.0578262701173387,0.154566891235288,0.255951455205554,0.0718354970016883,0.293472122112761,0.255951455205554,0.0790780169134067,0.340052315987752,0.122826436800808,0.48065111208493 -3500,0.255951455205554,0.0305886427258657,0.125441725842584,0.255951455205554,0.0215361915637442,0.417907049021181,0.255951455205554,0.024757011515368,0.47673482945057,0.255951455205554,0.0256215655813119,0.559108909513588,0.255951455205554,0.0206349268763452,0.259687639369117,0.255951455205554,0.00427831637527712,0.278540231514197,0.5,0.255951455205554,0.00194942980873736,0.025762636733872,0.5,0.255951455205554,5.39494239844501e-05,0.0439759129664313,0.5,0.255951455205554,8.72777882137214e-05,0.111121544761218,0.255951455205554,0.0025791862627957,0.0663692008609325,0.0,0.546639669280051,0.255951455205554,0.0,0.307212163735733,0.5,0.255951455205554,0.006268816480434,0.147232966443226,0.255951455205554,2.0197986199159e-05,0.104061271317433,0.255951455205554,5.64127523603612e-05,0.273445258158806,0.255951455205554,0.0,0.213698579106092,0.0353496737419254,0.609988496973711 -3501,0.255951455205554,0.0,0.117263633889577,0.255951455205554,0.0,0.29717377300229,0.255951455205554,0.0,0.482836075078924,0.255951455205554,0.0,0.510485838319009,0.255951455205554,0.0,0.296582354339091,0.255951455205554,0.0,0.30172236663661,0.5,0.255951455205554,0.0,0.0298836618297586,0.5,0.255951455205554,0.0,0.0542781714599734,0.5,0.255951455205554,0.0,0.0941923162358786,0.255951455205554,0.0,0.0817475259365051,0.0,0.509165548592698,0.255951455205554,0.0,0.321644833362223,0.5,0.255951455205554,0.0,0.123666794958524,0.255951455205554,0.0,0.0859233387698538,0.255951455205554,0.0,0.298452555195157,0.255951455205554,0.0,0.132905464694575,0.0,0.685052508319798 -3502,0.255951455205554,0.0,0.117072475205145,0.255951455205554,0.0,0.229279625307558,0.255951455205554,0.0,0.442418983934052,0.255951455205554,0.0,0.40847962930991,0.255951455205554,0.0,0.342527955348542,0.255951455205554,0.0,0.243592810192918,0.5,0.255951455205554,0.0,0.028372515681009,0.5,0.255951455205554,0.0,0.0965572086230747,0.5,0.255951455205554,0.0,0.0750692491103865,0.255951455205554,0.0,0.108009218399485,0.0,0.421050379818715,0.255951455205554,0.0,0.327403479153051,0.5,0.255951455205554,0.0,0.107918692961371,0.255951455205554,0.0,0.0930259643532057,0.255951455205554,0.0,0.321038954960612,0.255951455205554,0.0,0.0979386495883828,0.0,0.712733681469821 -3503,0.255951455205554,0.0,0.130990639143954,0.255951455205554,0.0,0.180942170561814,0.255951455205554,0.0,0.376865948268089,0.255951455205554,0.0,0.309092126126128,0.255951455205554,0.0,0.362080735583071,0.255951455205554,0.0,0.147129966822736,0.5,0.255951455205554,0.0,0.0302143930580825,0.5,0.255951455205554,0.0,0.139839935271941,0.5,0.255951455205554,0.0,0.0605779339806461,0.255951455205554,0.0,0.126496922792399,0.0,0.301756653842123,0.255951455205554,0.0,0.284895593671607,0.5,0.255951455205554,0.0,0.100884940200424,0.255951455205554,0.0,0.101497054527911,0.255951455205554,0.0,0.311694503284755,0.255951455205554,0.0,0.112276454214021,0.0,0.732553477007834 -3504,0.255951455205554,0.0,0.137820848868252,0.255951455205554,0.0,0.142115035448679,0.255951455205554,0.0,0.324992690615585,0.255951455205554,0.0,0.258723346900296,0.255951455205554,0.0,0.353663356668136,0.255951455205554,0.0,0.0838273669638906,0.5,0.255951455205554,0.0,0.0525945328975766,0.5,0.255951455205554,0.0,0.198808851573306,0.5,0.255951455205554,0.0,0.0546319739231434,0.255951455205554,0.0,0.123003584426284,0.0,0.246110869423566,0.255951455205554,0.0,0.232612250878023,0.5,0.255951455205554,0.0,0.0953078567390532,0.255951455205554,0.0,0.101911321320048,0.255951455205554,0.0,0.287242001470047,0.255951455205554,0.0,0.15515457372242,0.0,0.744565475739107 -3505,0.255951455205554,0.0,0.135511376012764,0.255951455205554,0.0,0.126712349282157,0.255951455205554,0.0,0.277647968933253,0.255951455205554,0.0,0.221179436489498,0.255951455205554,0.0,0.308185513736861,0.255951455205554,0.0,0.0576384567085477,0.5,0.255951455205554,0.0,0.074851254047194,0.5,0.255951455205554,0.0,0.286449149747556,0.5,0.255951455205554,0.0,0.0585006582425755,0.255951455205554,0.0,0.209966240254973,0.0,0.254283157807425,0.255951455205554,0.0,0.193710734781212,0.5,0.255951455205554,0.0,0.0882643990104237,0.255951455205554,0.0,0.104759046619053,0.255951455205554,0.0,0.239478356633306,0.255951455205554,0.0,0.18260479023979,0.0,0.724709771048403 -3506,0.255951455205554,0.0,0.138135686379749,0.255951455205554,0.0,0.116422229056459,0.255951455205554,0.0,0.248987538317209,0.255951455205554,0.0,0.209649789172867,0.255951455205554,0.0,0.237313626991306,0.255951455205554,0.0,0.0381849944929054,0.5,0.255951455205554,0.0,0.111543278191438,0.5,0.255951455205554,0.0,0.373848151764536,0.5,0.255951455205554,0.0,0.0617518983614552,0.255951455205554,0.0,0.389832629685147,0.0,0.196436669915098,0.255951455205554,0.0,0.18184631592969,0.5,0.255951455205554,0.0,0.085149381338816,0.255951455205554,0.0,0.120587094092025,0.255951455205554,0.0,0.211611374946263,0.255951455205554,0.0,0.156450920298184,0.0,0.683789748280099 -3507,0.255951455205554,0.0,0.145598582864263,0.255951455205554,0.0,0.107900719411903,0.255951455205554,0.0,0.241743934175321,0.255951455205554,0.0,0.222230677244576,0.255951455205554,0.0,0.180528315764518,0.255951455205554,0.0,0.0338578707231618,0.5,0.255951455205554,0.0,0.169064585798516,0.5,0.255951455205554,0.0,0.456559850428589,0.5,0.255951455205554,0.0,0.0699753937087778,0.255951455205554,0.0,0.542055430081851,0.0,0.167398932472643,0.255951455205554,0.0,0.16499863092468,0.5,0.255951455205554,0.0,0.0914387722672624,0.255951455205554,0.0,0.179250304563893,0.255951455205554,0.0,0.229532205890537,0.255951455205554,0.0,0.114957289873286,0.0,0.64432740998572 -3508,0.255951455205554,0.0,0.156999834450814,0.255951455205554,0.0,0.117415128999562,0.255951455205554,0.0,0.235969038817736,0.255951455205554,0.0,0.231549310893324,0.255951455205554,0.0,0.14324660567129,0.255951455205554,0.0,0.0280458469194378,0.5,0.255951455205554,0.0,0.223001466291584,0.5,0.255951455205554,0.0,0.469772153439435,0.5,0.255951455205554,0.0,0.0854024090427775,0.255951455205554,0.0,0.550019395986322,0.0,0.143288904877489,0.255951455205554,0.0,0.158092531561958,0.5,0.255951455205554,0.0,0.10750453608562,0.255951455205554,0.0,0.20836042766206,0.255951455205554,0.0,0.222429075146982,0.255951455205554,0.0,0.111352634074992,0.0,0.591389282401517 -3509,0.255951455205554,0.00334085211259464,0.165038391074547,0.255951455205554,0.00248158073348465,0.120554149728082,0.255951455205554,0.000518270648789582,0.228857774820384,0.255951455205554,0.000993274561997772,0.227719048299512,0.255951455205554,6.89157513694829e-06,0.115862830873678,0.255951455205554,4.05129817425642e-07,0.0282435865301563,0.5,0.255951455205554,0.0,0.256362983962038,0.5,0.255951455205554,0.0,0.500135155372396,0.5,0.255951455205554,1.84040053376392e-05,0.121587964036666,0.255951455205554,0.0,0.489974055575489,0.000500518709766394,0.150179071724178,0.255951455205554,0.000844018956453389,0.162578666183333,0.5,0.255951455205554,0.00581919833361104,0.140099726000145,0.255951455205554,0.000642649974089537,0.18529483302598,0.255951455205554,0.000459244742154252,0.213369376674493,0.255951455205554,0.000373197692334452,0.166239685211653,0.00401692157471341,0.604137132248203 -3510,0.255951455205554,0.058985529860314,0.190286499371926,0.255951455205554,0.0515898443406056,0.141324426947968,0.255951455205554,0.0401585189067227,0.239842860890026,0.255951455205554,0.0431973813696301,0.257800835663472,0.255951455205554,0.0298779256937849,0.106788982615981,0.255951455205554,0.0166551958992941,0.0377865370662758,0.5,0.255951455205554,0.00246884808653048,0.299508488994043,0.5,0.255951455205554,0.00213260368209902,0.572741857005729,0.5,0.255951455205554,0.00333557261188461,0.163887865662368,0.255951455205554,0.00104335428832726,0.462436286377044,0.00397493107494085,0.187780530443315,0.255951455205554,0.0121628771938157,0.20056903315942,0.5,0.255951455205554,0.0592370017749048,0.247292371733665,0.255951455205554,0.0164558431081284,0.173863787266769,0.255951455205554,0.00934658789472084,0.197160279865445,0.255951455205554,0.0242484576354493,0.229087406247387,0.0617527476785105,0.612579706795147 -3511,0.255951455205554,0.13156274300767,0.276640368293665,0.255951455205554,0.123468065498427,0.210063150120871,0.255951455205554,0.0992365633812459,0.311032323579316,0.255951455205554,0.105386871733577,0.313552720695234,0.255951455205554,0.076170157671346,0.139701177263289,0.255951455205554,0.0415131523780225,0.0512636746493263,0.5,0.255951455205554,0.0115947803782572,0.343744392393148,0.5,0.255951455205554,0.0143089060382383,0.619179049246551,0.5,0.255951455205554,0.0159799405319465,0.207851400497622,0.255951455205554,0.00386292963754922,0.541317176063557,0.027611049448929,0.227635554688436,0.255951455205554,0.0404371454108911,0.23131345778842,0.5,0.255951455205554,0.125544296450269,0.526938407772908,0.255951455205554,0.0463208297982305,0.145810522785788,0.255951455205554,0.0309838102723576,0.180637707846121,0.255951455205554,0.0729582486083553,0.229833332758343,0.138999231106912,0.597662705817944 -3512,0.255951455205554,0.222391837828984,0.414726299752515,0.255951455205554,0.192193480185159,0.318559451806987,0.255951455205554,0.166921220792551,0.374461532312623,0.255951455205554,0.174279703713434,0.318033326654333,0.255951455205554,0.125959880562007,0.159978994089325,0.255951455205554,0.0526093133662836,0.0662043938511455,0.5,0.255951455205554,0.0235146290793646,0.358442948933985,0.5,0.255951455205554,0.0326371870232907,0.608672537311238,0.5,0.255951455205554,0.0345853629039046,0.271708804914194,0.255951455205554,0.00887847050446974,0.608819887123119,0.100767819887397,0.335287573039319,0.255951455205554,0.0856998043833831,0.283266822697287,0.5,0.255951455205554,0.206375768086021,0.770732464840386,0.255951455205554,0.067231805662307,0.116658309279759,0.255951455205554,0.0453995399119803,0.20907688771548,0.255951455205554,0.107285439077557,0.210287177607982,0.235435240776404,0.612074371734343 -3513,0.255951455205554,0.304861187839621,0.559392126407172,0.255951455205554,0.226317438760554,0.392704683015266,0.255951455205554,0.226349326553366,0.400404894565817,0.255951455205554,0.261834941019514,0.348212665592008,0.255951455205554,0.17066732379986,0.153369411148042,0.255951455205554,0.0570215244285803,0.0893593690628179,0.5,0.255951455205554,0.0349624253824652,0.353888446840171,0.5,0.255951455205554,0.0456247727733154,0.567052207441912,0.5,0.255951455205554,0.0566940493791195,0.345209148613727,0.255951455205554,0.0157882069440889,0.631345684314346,0.181145820602937,0.412913999547258,0.255951455205554,0.138851972084729,0.343600942724173,0.5,0.255951455205554,0.301976308034849,0.877166034626328,0.255951455205554,0.0762452606115482,0.0923709303808986,0.255951455205554,0.0436134822797382,0.256937207490243,0.255951455205554,0.135119138958872,0.261189058446939,0.325647250034995,0.642406948017086 -3514,0.255951455205554,0.361919740112508,0.693871998073934,0.255951455205554,0.272054562030806,0.464153555631872,0.255951455205554,0.285909951709401,0.410860290970199,0.255951455205554,0.29463975627325,0.375852258951336,0.255951455205554,0.199905055970685,0.15271220942795,0.255951455205554,0.0775566295716952,0.10423037012829,0.5,0.255951455205554,0.0424273693575367,0.360290252152225,0.5,0.255951455205554,0.0572192500940853,0.577978997767076,0.5,0.255951455205554,0.0736536020195089,0.425522923296595,0.255951455205554,0.0211134057913313,0.660487828111228,0.202639873097374,0.38998063070612,0.255951455205554,0.178624695640352,0.422968571970883,0.5,0.255951455205554,0.400756531032295,0.939777092164898,0.255951455205554,0.0727251867681339,0.084812341923507,0.255951455205554,0.041693101982886,0.264030299271305,0.255951455205554,0.143209321517351,0.36962469590138,0.394445291448053,0.659431576604114 -3515,0.255951455205554,0.399255167519898,0.793148013553791,0.255951455205554,0.313675234163369,0.529562357239622,0.255951455205554,0.332428058642258,0.430497236396331,0.255951455205554,0.356462502082075,0.433140495068837,0.255951455205554,0.219090099092039,0.16368755853293,0.255951455205554,0.135377981967406,0.147517664030487,0.5,0.255951455205554,0.046259850441037,0.386376160870226,0.5,0.255951455205554,0.0702778228119267,0.601957618565418,0.5,0.255951455205554,0.0839979902640653,0.500880391962903,0.255951455205554,0.0279787711140582,0.69422652378509,0.250725861318711,0.480187680381932,0.255951455205554,0.190193470379419,0.494995164832652,0.5,0.255951455205554,0.508962598012062,0.982691761157081,0.255951455205554,0.0702565911845072,0.0951853893191164,0.255951455205554,0.0472960928093827,0.249890313018319,0.255951455205554,0.119187587943558,0.372622087390876,0.37076306777559,0.620729101945459 -3516,0.255951455205554,0.39510740516671,0.869963930538944,0.255951455205554,0.330643796413442,0.617210824199623,0.255951455205554,0.33601502197833,0.463186377390847,0.255951455205554,0.328096522662945,0.48564349200004,0.255951455205554,0.26691500700964,0.217215460787624,0.255951455205554,0.187318524895953,0.244741176694148,0.5,0.255951455205554,0.0447869947060482,0.413905690456868,0.5,0.255951455205554,0.0810585437295649,0.630319685453807,0.5,0.255951455205554,0.0875422888192883,0.556556764437603,0.255951455205554,0.0366932566630007,0.704665416136062,0.195992592058716,0.482720306973007,0.255951455205554,0.171939789596545,0.529662697460167,0.5,0.255951455205554,0.566430690971608,1.00435247894812,0.255951455205554,0.0709139912749283,0.128986808478051,0.255951455205554,0.0626712303517777,0.279897537566785,0.255951455205554,0.10511439276144,0.364309542003315,0.480551704156206,0.55389383861159 -3517,0.255951455205554,0.409502627441754,0.915780202442694,0.255951455205554,0.286157299488592,0.70898117106319,0.255951455205554,0.316811057236688,0.498984932144325,0.255951455205554,0.300920950048345,0.412442445695277,0.255951455205554,0.366914696258406,0.368081612172543,0.255951455205554,0.164062736442847,0.296199983669728,0.5,0.255951455205554,0.0404882400413259,0.439724391675328,0.5,0.255951455205554,0.0893801002652799,0.654608511484914,0.5,0.255951455205554,0.0880336468270119,0.598010145784867,0.255951455205554,0.0479306888729186,0.684271921608782,0.128442112561535,0.486878894566334,0.255951455205554,0.13781863819096,0.530994787049806,0.5,0.255951455205554,0.573449136496137,1.00946310444047,0.255951455205554,0.0773916675542691,0.165701911457317,0.255951455205554,0.0745973745898112,0.309037774573913,0.255951455205554,0.136355858973471,0.386456287206928,0.472057660426842,0.518837299113663 -3518,0.255951455205554,0.400719776653516,0.927006613452733,0.255951455205554,0.297127839664373,0.819022819147699,0.255951455205554,0.291317231113814,0.512639982778493,0.255951455205554,0.195413221349753,0.255673056313146,0.255951455205554,0.383979002670324,0.476321804600154,0.255951455205554,0.104836113228646,0.305392360056955,0.5,0.255951455205554,0.0370672441909006,0.446465976389344,0.5,0.255951455205554,0.0963318347184116,0.677928504949805,0.5,0.255951455205554,0.0785228651955695,0.636014799645412,0.255951455205554,0.0552883279825804,0.652972838820247,0.0751381795876933,0.522875465929281,0.255951455205554,0.105392241566693,0.560975772194136,0.5,0.255951455205554,0.530788035024263,1.00960865830867,0.255951455205554,0.124079234611872,0.186030527551546,0.255951455205554,0.0677863843659494,0.292359960954836,0.255951455205554,0.131845606803248,0.378130903763,0.454991188977348,0.473643692590238 -3519,0.255951455205554,0.3356798126699,0.872359518116575,0.255951455205554,0.310521653544346,0.871130394097888,0.255951455205554,0.241019400638203,0.511554130623509,0.255951455205554,0.11019562563122,0.217527813126018,0.255951455205554,0.317817628557862,0.510630276811422,0.255951455205554,0.0726548053380002,0.288035534319375,0.5,0.255951455205554,0.03343177149328,0.429298467514451,0.5,0.255951455205554,0.093153344309007,0.690692579226853,0.5,0.255951455205554,0.0638497523322133,0.636011851216777,0.255951455205554,0.0500327879242226,0.599298415182179,0.0323360750166942,0.577032028142857,0.255951455205554,0.0979384886601752,0.60086880299435,0.5,0.255951455205554,0.452899939748827,1.0091822759728,0.255951455205554,0.159642685250683,0.155685398671528,0.255951455205554,0.0524220976538514,0.239891787491604,0.255951455205554,0.0960082533752586,0.295958850040083,0.461595537915949,0.495825905468127 -3520,0.255951455205554,0.310266066567921,0.832133003039705,0.255951455205554,0.258904475485488,0.913304452297636,0.255951455205554,0.186707345995394,0.486757080528779,0.255951455205554,0.0696909363201052,0.300624880695003,0.255951455205554,0.227099751211097,0.49134388609121,0.255951455205554,0.0495095568323782,0.272386034035135,0.5,0.255951455205554,0.0295624867488989,0.401730091321215,0.5,0.255951455205554,0.0655020894075749,0.655410245483899,0.5,0.255951455205554,0.0492913834084085,0.604653074237805,0.255951455205554,0.0337019758641188,0.513441022482239,0.0585337188798688,0.697707263886827,0.255951455205554,0.0769383977105002,0.60648045836492,0.5,0.255951455205554,0.349564781140654,1.00949659353054,0.255951455205554,0.0797693672642465,0.134688959871224,0.255951455205554,0.0372012853065237,0.226751859400712,0.255951455205554,0.0631070787888288,0.208273958733844,0.391858134699937,0.70398840220338 -3521,0.255951455205554,0.248323791928019,0.828524276711783,0.255951455205554,0.189261687420409,0.93993033156325,0.255951455205554,0.11243337943168,0.477157082628674,0.255951455205554,0.044172532444624,0.408982973488815,0.255951455205554,0.143822614088768,0.42857906592635,0.255951455205554,0.0335811291555417,0.251994487183182,0.5,0.255951455205554,0.0220239455854604,0.370088441078979,0.5,0.255951455205554,0.0405160531914521,0.623526664955476,0.5,0.255951455205554,0.0295721760249048,0.56617285654018,0.255951455205554,0.0237312751465531,0.418430086081241,0.0548369869086346,0.743482016630646,0.255951455205554,0.0488086248735528,0.62736867478551,0.5,0.255951455205554,0.233903080840412,1.00803481400736,0.255951455205554,0.0336010690703898,0.1116058043172,0.255951455205554,0.0152436606381967,0.246284940570015,0.255951455205554,0.0368800298138606,0.153996502507495,0.289965395637726,0.842279858076534 -3522,0.255951455205554,0.160959775493528,0.801220648752527,0.255951455205554,0.0847259010107286,0.940171205631946,0.255951455205554,0.0504852628063727,0.491195079806714,0.255951455205554,0.0259896277558731,0.54066942032424,0.255951455205554,0.0898585227551852,0.359784662568756,0.255951455205554,0.0224501890812727,0.221787811561145,0.5,0.255951455205554,0.0130884239080326,0.34005707346807,0.5,0.255951455205554,0.0203085803221476,0.588827401256724,0.5,0.255951455205554,0.014721021282486,0.530894286413702,0.255951455205554,0.0183360311985345,0.348661882781501,0.0482669454471731,0.724846612731,0.255951455205554,0.0329529164525215,0.670021673767732,0.5,0.255951455205554,0.129138246885713,1.00413019983606,0.255951455205554,0.0102731378115057,0.0888849642677468,0.255951455205554,0.00403669735979847,0.295502104591961,0.255951455205554,0.0132310887839574,0.101163431245243,0.194901281582051,0.764667286944921 -3523,0.255951455205554,0.0751377800528482,0.778612618537749,0.255951455205554,0.0382259058960283,0.934434406274015,0.255951455205554,0.0154525586895157,0.540180221084651,0.255951455205554,0.0112244807825981,0.643235849679446,0.255951455205554,0.041486223369388,0.277430458446948,0.255951455205554,0.00833656930690223,0.173999206975071,0.5,0.255951455205554,0.00521258762232633,0.287724230848365,0.5,0.255951455205554,0.00629222043699741,0.546090257170872,0.5,0.255951455205554,0.00444701605084275,0.5073202718781,0.255951455205554,0.0133411757689239,0.306077136671957,0.0157735562293515,0.735024202162008,0.255951455205554,0.0155575425852473,0.688493138049767,0.5,0.255951455205554,0.0537371888906025,0.999233429397688,0.255951455205554,0.00176716203178528,0.0761524999648469,0.255951455205554,0.00132421188961946,0.397589798611404,0.255951455205554,0.00189763456470331,0.0660259046722857,0.0966898945234641,0.507562046739472 -3524,0.255951455205554,0.0185320203367503,0.755243178403629,0.255951455205554,0.00697938194441051,0.911069108985521,0.255951455205554,0.00217442961343847,0.58469624203363,0.255951455205554,0.00215388369313142,0.69351659097101,0.255951455205554,0.00869102182964227,0.213561323380863,0.255951455205554,0.000656474328408422,0.147486590032292,0.5,0.255951455205554,0.000676580413326514,0.250525344424126,0.5,0.255951455205554,0.000397583579391555,0.513133370244774,0.5,0.255951455205554,0.000192804952509197,0.499219336388009,0.255951455205554,0.00333473522324095,0.274291976652504,0.000238862027173346,0.827452285208412,0.255951455205554,0.000162897802904378,0.703524777254278,0.5,0.255951455205554,0.00337621113975047,0.992480832182866,0.255951455205554,3.09987875403992e-05,0.110061805582531,0.255951455205554,8.62823007328231e-05,0.467822373431021,0.255951455205554,8.55151108522699e-05,0.0512562830409195,0.0276266838713203,0.324291838219646 -3525,0.255951455205554,0.0,0.754805772549641,0.255951455205554,0.0,0.91163567207311,0.255951455205554,0.0,0.613226990843112,0.255951455205554,0.0,0.682213549414402,0.255951455205554,0.0,0.180030252533426,0.255951455205554,0.0,0.124083021744028,0.5,0.255951455205554,0.0,0.243582554815256,0.5,0.255951455205554,0.0,0.499773812900747,0.5,0.255951455205554,0.0,0.484485610087831,0.255951455205554,0.0,0.269009722172229,0.0,0.861788309532765,0.255951455205554,0.0,0.724738593651076,0.5,0.255951455205554,0.0,0.988121626225396,0.255951455205554,0.0,0.197218728987849,0.255951455205554,0.0,0.501033518013943,0.255951455205554,0.0,0.0717645078315854,0.0,0.302309457194867 -3526,0.255951455205554,0.0,0.760579275294934,0.255951455205554,0.0,0.917967694282439,0.255951455205554,0.0,0.63014754083859,0.255951455205554,0.0,0.674149000350029,0.255951455205554,0.0,0.177992299696912,0.255951455205554,0.0,0.100407733163148,0.5,0.255951455205554,0.0,0.226870637696538,0.5,0.255951455205554,0.0,0.495415966812698,0.5,0.255951455205554,0.0,0.490430763600679,0.255951455205554,0.0,0.29780130491612,0.0,0.84662104199323,0.255951455205554,0.0,0.727800927105866,0.5,0.255951455205554,0.0,0.980790976480044,0.255951455205554,0.0,0.244635039283891,0.255951455205554,0.0,0.526376041641915,0.255951455205554,0.0,0.142492305224776,0.0,0.365024382672291 -3527,0.255951455205554,0.0,0.786787349143914,0.255951455205554,0.0,0.934520567653638,0.255951455205554,0.0,0.657624595635238,0.255951455205554,0.0,0.708218644326664,0.255951455205554,0.0,0.230743658596965,0.255951455205554,0.0,0.09999809490619,0.5,0.255951455205554,0.0,0.21671177469193,0.5,0.255951455205554,0.0,0.492222272762557,0.5,0.255951455205554,0.0,0.489942580985908,0.255951455205554,0.0,0.312815411150194,0.0,0.824145988367664,0.255951455205554,0.0,0.707835822635401,0.5,0.255951455205554,0.0,0.963552060091858,0.255951455205554,0.0,0.242948693376932,0.255951455205554,0.0,0.524197751742764,0.255951455205554,0.0,0.22923343025024,0.0,0.584404143405225 -3528,0.255951455205554,0.0,0.826715650924372,0.255951455205554,0.0,0.904486858531501,0.255951455205554,0.0,0.672992982641822,0.255951455205554,0.0,0.729844803939624,0.255951455205554,0.0,0.277216591114464,0.255951455205554,0.0,0.104552052861108,0.5,0.255951455205554,0.0,0.20765389428991,0.5,0.255951455205554,0.0,0.482872627369634,0.5,0.255951455205554,0.0,0.477938678181456,0.255951455205554,0.0,0.302793321204865,0.0,0.783597602509121,0.255951455205554,0.0,0.705165454205413,0.5,0.255951455205554,0.0,0.938093061584662,0.255951455205554,0.0,0.248630032192832,0.255951455205554,0.0,0.496118744035756,0.255951455205554,0.0,0.273554140731875,0.0,0.655052429139833 -3529,0.255951455205554,0.0,0.834410304369158,0.255951455205554,0.0,0.843086959888834,0.255951455205554,0.0,0.671211305301407,0.255951455205554,0.0,0.709655249434809,0.255951455205554,0.0,0.292808779689128,0.255951455205554,0.0,0.109795034648363,0.5,0.255951455205554,0.0,0.201935469478746,0.5,0.255951455205554,0.0,0.459170396083151,0.5,0.255951455205554,0.0,0.465426832292895,0.255951455205554,0.0,0.288330511054244,0.0,0.735310303966822,0.255951455205554,0.0,0.671315199352056,0.5,0.255951455205554,0.0,0.919254302650513,0.255951455205554,0.0,0.267206723635034,0.255951455205554,0.0,0.496690528899724,0.255951455205554,0.0,0.291538759555793,0.0,0.726741011978486 -3530,0.255951455205554,0.0,0.84381705692145,0.255951455205554,0.0,0.806444539148452,0.255951455205554,0.0,0.666410579188873,0.255951455205554,0.0,0.7094427608292,0.255951455205554,0.0,0.292262731704943,0.255951455205554,0.0,0.11186140109723,0.5,0.255951455205554,0.0,0.203900632008555,0.5,0.255951455205554,0.0,0.424124567702091,0.5,0.255951455205554,0.0,0.449536429777144,0.255951455205554,0.0,0.259180836441215,0.0,0.64014048197387,0.255951455205554,0.0,0.612029215636739,0.5,0.255951455205554,0.0,0.893503435725653,0.255951455205554,0.0,0.263762036320316,0.255951455205554,0.0,0.488750791790438,0.255951455205554,0.0,0.287623541493744,0.0,0.832268031005837 -3531,0.255951455205554,0.0,0.869900939420958,0.255951455205554,0.0,0.768310555679544,0.255951455205554,0.0,0.667787405335554,0.255951455205554,0.0,0.747892858516531,0.255951455205554,0.0,0.282065720937395,0.255951455205554,0.0,0.111695391663644,0.5,0.255951455205554,0.0,0.204135023197701,0.5,0.255951455205554,0.0,0.401849212250888,0.5,0.255951455205554,0.0,0.44973963204074,0.255951455205554,0.0,0.215827004273192,0.0,0.488802746880044,0.255951455205554,0.0,0.539722746253725,0.5,0.255951455205554,0.0,0.878610001406084,0.255951455205554,0.0,0.226544060623974,0.255951455205554,0.0,0.454445192542212,0.255951455205554,0.0,0.276559912170538,0.0,0.939431986184459 -3532,0.255951455205554,0.0,0.879388394326253,0.255951455205554,0.0,0.695776124043103,0.255951455205554,0.0,0.665365360804163,0.255951455205554,0.0,0.777814408026683,0.255951455205554,0.0,0.276030460744498,0.255951455205554,0.0,0.118380344726955,0.5,0.255951455205554,0.0,0.197539035201708,0.5,0.255951455205554,0.0,0.399859694879547,0.5,0.255951455205554,0.0,0.456056634009,0.255951455205554,0.0,0.16651009948423,0.0,0.423582689101203,0.255951455205554,0.0,0.502658051625586,0.5,0.255951455205554,0.0,0.869542544170417,0.255951455205554,0.0,0.175128898326585,0.255951455205554,0.0,0.378965414049569,0.255951455205554,0.0,0.254722134829484,0.0,0.981817216222269 -3533,0.255951455205554,0.000453525909492723,0.842882858186451,0.255951455205554,0.000401857371454747,0.640510522040068,0.255951455205554,0.000138785042823248,0.641221633156993,0.255951455205554,0.000364818650940178,0.765003754170636,0.255951455205554,3.98308709248812e-07,0.280765777578932,0.255951455205554,0.0,0.126058562836031,0.5,0.255951455205554,0.0,0.192833290501322,0.5,0.255951455205554,0.0,0.394392797399763,0.5,0.255951455205554,1.61904549221656e-07,0.467233559762682,0.255951455205554,0.0,0.141385643465926,0.000197198555369392,0.443025015283082,0.255951455205554,0.000400985385349349,0.506297313427311,0.5,0.255951455205554,0.000772566651096298,0.874936855473258,0.255951455205554,3.56378932536265e-05,0.132651778634593,0.255951455205554,0.000106098395704805,0.345851627929921,0.255951455205554,3.474997939119e-07,0.184058929756319,0.000396221371588829,0.993751058347974 -3534,0.255951455205554,0.0058229693085698,0.844606209986097,0.255951455205554,0.0024300654350294,0.675102734302978,0.255951455205554,0.00717513567502771,0.633309578127069,0.255951455205554,0.014784671469831,0.735479382142843,0.255951455205554,0.000727490661581123,0.26607171002615,0.255951455205554,0.000292601543541106,0.115303014247435,0.5,0.255951455205554,0.00307702349250344,0.199019686155599,0.5,0.255951455205554,0.00942378456602088,0.404973322892949,0.5,0.255951455205554,0.00255916623669202,0.481098640614175,0.255951455205554,0.00827072680621779,0.132097215838094,0.000782457525564447,0.488916353687623,0.255951455205554,0.00466481388996359,0.526297212220384,0.5,0.255951455205554,0.00780518928619307,0.904137716878052,0.255951455205554,0.000576078978256709,0.104780582916457,0.255951455205554,0.00151314930572828,0.335820152871489,0.255951455205554,0.000178446547527272,0.135433283589349,0.00422525602885332,0.993619271993107 -3535,0.255951455205554,0.0222957892032537,0.879744469303548,0.255951455205554,0.00864482596267573,0.768220471434382,0.255951455205554,0.0285568798911544,0.646998324026697,0.255951455205554,0.0466878155948753,0.757050390605967,0.255951455205554,0.00376035743669948,0.235672197294933,0.255951455205554,0.00119470100705847,0.101054437499103,0.5,0.255951455205554,0.0184780475951272,0.213291305277402,0.5,0.255951455205554,0.04797377667757,0.424320497801064,0.5,0.255951455205554,0.014964065411603,0.486688773524759,0.255951455205554,0.0538353161990574,0.166206745226288,0.00179143687864587,0.604408226267383,0.255951455205554,0.0131380558156166,0.554058532415418,0.5,0.255951455205554,0.0248581913852275,0.93515839975304,0.255951455205554,0.00181172888386072,0.0909860281856766,0.255951455205554,0.00495572179833288,0.30851279663778,0.255951455205554,0.000902611780214141,0.122737820414721,0.0206149591947468,0.979443982312631 -3536,0.255951455205554,0.0463777588610349,0.892912259301803,0.255951455205554,0.0165717915281006,0.808142601659569,0.255951455205554,0.0548896214948072,0.653333447598157,0.255951455205554,0.0645009857076456,0.716893665177419,0.255951455205554,0.0104979147591348,0.250226272380086,0.255951455205554,0.00351852890629988,0.105087841789252,0.5,0.255951455205554,0.0440447009522928,0.238867022628078,0.5,0.255951455205554,0.101944701600671,0.437857952545558,0.5,0.255951455205554,0.0430625528316019,0.481006121685989,0.255951455205554,0.131558112098212,0.263259010240448,0.00428819204075901,0.613903896355898,0.255951455205554,0.023634126972809,0.571558915757001,0.5,0.255951455205554,0.0489910052783614,0.954709995522957,0.255951455205554,0.0034954909071257,0.0803428333545678,0.255951455205554,0.0107947833434143,0.275118793263528,0.255951455205554,0.00317178088059054,0.110032756320161,0.042069228150658,0.96104351743488 -3537,0.255951455205554,0.0663692195459339,0.885542492089777,0.255951455205554,0.0413109954819879,0.826874708075957,0.255951455205554,0.0699638505532583,0.63745636790775,0.255951455205554,0.0490589755390048,0.658360870217557,0.255951455205554,0.0175334899503322,0.262432495715652,0.255951455205554,0.00613213017819209,0.103861885793753,0.5,0.255951455205554,0.0726263883164125,0.252572357862881,0.5,0.255951455205554,0.156312571727094,0.435843850045515,0.5,0.255951455205554,0.0776370707510384,0.469774798966947,0.255951455205554,0.203920803760459,0.340826569522827,0.00919887968851935,0.541631562995717,0.255951455205554,0.0365000037058351,0.560976808146883,0.5,0.255951455205554,0.0802753570329507,0.969709837109274,0.255951455205554,0.00550333537828429,0.0625855107831007,0.255951455205554,0.0154756771653182,0.242413428055293,0.255951455205554,0.00779927506830281,0.0943778865996753,0.0602690738854348,0.973324654052576 -3538,0.255951455205554,0.0928049014673621,0.897368753083125,0.255951455205554,0.0675541072562517,0.850877296217425,0.255951455205554,0.0873251391499219,0.627827409751775,0.255951455205554,0.0697239947340323,0.64166796333942,0.255951455205554,0.0242021189793533,0.246704492330733,0.255951455205554,0.00901538667931177,0.097489889044,0.5,0.255951455205554,0.104854979127603,0.227324731596621,0.5,0.255951455205554,0.19459495821488,0.438017717507366,0.5,0.255951455205554,0.123103353901132,0.483452506904451,0.255951455205554,0.244939862842862,0.360199229507939,0.0177726847086611,0.42425235693742,0.255951455205554,0.0543125024393261,0.535568583960032,0.5,0.255951455205554,0.108588570239962,0.97883432284226,0.255951455205554,0.0081185835256754,0.0448016405607151,0.255951455205554,0.0194624262091484,0.217521280599181,0.255951455205554,0.0129040424476263,0.0697918308645552,0.0883156501983792,0.986329265916861 -3539,0.255951455205554,0.130976803504684,0.904821791884897,0.255951455205554,0.100986337517212,0.845753146382076,0.255951455205554,0.100112494078722,0.615937882568788,0.255951455205554,0.0849772066883358,0.646453639557749,0.255951455205554,0.0342580758949027,0.241339603096944,0.255951455205554,0.0164270890972865,0.0875261597330258,0.5,0.255951455205554,0.120781739434246,0.201510178830805,0.5,0.255951455205554,0.232599717334561,0.446634862275304,0.5,0.255951455205554,0.1579442807694,0.481643034210709,0.255951455205554,0.280249912838889,0.312048754751098,0.0228618316129952,0.309348464500278,0.255951455205554,0.0659131267376502,0.512245284758015,0.5,0.255951455205554,0.138865726040282,0.988092247709701,0.255951455205554,0.0115580094763614,0.0333241620777281,0.255951455205554,0.025827270118792,0.199889438084291,0.255951455205554,0.0196168036744173,0.0484804219975594,0.129299993413043,0.983405178362688 -3540,0.255951455205554,0.155959609031966,0.903966760296235,0.255951455205554,0.133496340650814,0.871692874824788,0.255951455205554,0.106782397386985,0.608500606708166,0.255951455205554,0.0962730332739015,0.662868970434127,0.255951455205554,0.0451618226102514,0.226964992783041,0.255951455205554,0.0235638580458209,0.0735908154666994,0.5,0.255951455205554,0.132565547818005,0.182738533241621,0.5,0.255951455205554,0.246019425571906,0.388506267979455,0.5,0.255951455205554,0.162698566407173,0.455698201171625,0.255951455205554,0.291651242084974,0.248243101765884,0.0375008002995109,0.251639108885507,0.255951455205554,0.0722073217885466,0.488732833335224,0.5,0.255951455205554,0.16092676228756,0.992235819682437,0.255951455205554,0.0142546971940737,0.0318933840563039,0.255951455205554,0.0296995523717959,0.189480448428079,0.255951455205554,0.0261261965357666,0.0381359849613643,0.149572805405303,0.980069229669045 -3541,0.255951455205554,0.155150809313882,0.892150798639591,0.255951455205554,0.150655005985822,0.904588904120639,0.255951455205554,0.109767089039471,0.606699666111443,0.255951455205554,0.127632266867235,0.695400044926204,0.255951455205554,0.052074671232587,0.209480364411823,0.255951455205554,0.0287921711868332,0.0587545822135542,0.5,0.255951455205554,0.145469718679147,0.156354591375399,0.5,0.255951455205554,0.257381448036409,0.337054709086835,0.5,0.255951455205554,0.16266553741034,0.408330534526662,0.255951455205554,0.328350790578222,0.249717758702246,0.0691656357950659,0.229749481111457,0.255951455205554,0.0858795069280192,0.473349792933861,0.5,0.255951455205554,0.177231289890157,0.992969231558325,0.255951455205554,0.0146611182663234,0.035252067263705,0.255951455205554,0.0299846382447758,0.181731404821261,0.255951455205554,0.0279382290343843,0.0329700775563775,0.157377289760027,0.976841550179512 -3542,0.255951455205554,0.15419476358979,0.885036462867446,0.255951455205554,0.146225609410998,0.915948337933627,0.255951455205554,0.108625498835949,0.605132782221115,0.255951455205554,0.158929863106035,0.716668198159716,0.255951455205554,0.0488115715396595,0.189070994738898,0.255951455205554,0.0331048132587575,0.0453395233445986,0.5,0.255951455205554,0.154300559515342,0.132452881171627,0.5,0.255951455205554,0.233128781192454,0.266799949684871,0.5,0.255951455205554,0.155814824903866,0.341908706441109,0.255951455205554,0.321532445897165,0.205997634151098,0.0800996316618899,0.186855895767389,0.255951455205554,0.100411344600484,0.45253564154412,0.5,0.255951455205554,0.173537862422843,0.990998088249208,0.255951455205554,0.0141705412663436,0.0379102960826697,0.255951455205554,0.0260386205632734,0.167409793825921,0.255951455205554,0.0257095340454237,0.0285691501061068,0.139997983431233,0.969989277942746 -3543,0.255951455205554,0.137665268305687,0.858988060283168,0.255951455205554,0.13805920154557,0.927764190895532,0.255951455205554,0.0931417292207205,0.584363684571238,0.255951455205554,0.139057047075194,0.681392326644422,0.255951455205554,0.0376794612710058,0.165783710309261,0.255951455205554,0.036270615938381,0.034901354551022,0.5,0.255951455205554,0.158353052262812,0.121840234235216,0.5,0.255951455205554,0.206467558331479,0.197216392082851,0.5,0.255951455205554,0.13510593628548,0.27788131370326,0.255951455205554,0.250584336461333,0.174886012096908,0.0645987614676988,0.105015532790507,0.255951455205554,0.0954241896069427,0.431790289807997,0.5,0.255951455205554,0.151254650457022,0.988968504700607,0.255951455205554,0.0110517740255961,0.0322980554568032,0.255951455205554,0.0201034273795454,0.143888600652136,0.255951455205554,0.0217211950167903,0.0263240642953891,0.12982355605519,0.96033972535416 -3544,0.255951455205554,0.120050282091138,0.836758695538334,0.255951455205554,0.112379500071119,0.920709718762048,0.255951455205554,0.0736767678003458,0.558881751322808,0.255951455205554,0.115255517993,0.642475282863375,0.255951455205554,0.0269425552755892,0.142465723092539,0.255951455205554,0.0370607110188962,0.0276557450776601,0.5,0.255951455205554,0.151666079972335,0.106039105756411,0.5,0.255951455205554,0.161375086779404,0.126273026613181,0.5,0.255951455205554,0.105588705310508,0.205029753091272,0.255951455205554,0.284511034389871,0.136744716733596,0.0598400591508328,0.0587389874091204,0.255951455205554,0.0782107019491267,0.428930474471321,0.5,0.255951455205554,0.118085507162921,0.987303235529216,0.255951455205554,0.00780166819078767,0.0266425170984638,0.255951455205554,0.0150560937409476,0.12908224098087,0.255951455205554,0.0165090673406392,0.02510368360085,0.118513357117347,0.946972387913693 -3545,0.255951455205554,0.102308664551845,0.812179137876412,0.255951455205554,0.0774416426391706,0.902059467069779,0.255951455205554,0.0486061754545368,0.534664689701147,0.255951455205554,0.0765608253189191,0.613402003040586,0.255951455205554,0.0175853878442821,0.133155715466486,0.255951455205554,0.022627333143074,0.0220294710462609,0.5,0.255951455205554,0.0955222944194809,0.0578118685121238,0.5,0.255951455205554,0.121932915086069,0.061961526145296,0.5,0.255951455205554,0.0833947271962224,0.136793819931328,0.255951455205554,0.171124243808538,0.0911588872622075,0.0439541912879918,0.0431017996569179,0.255951455205554,0.0583640136601594,0.435120075088395,0.5,0.255951455205554,0.0806635488231724,0.981072282347646,0.255951455205554,0.00445372811369187,0.0247589622201987,0.255951455205554,0.0101016104648987,0.12857664297092,0.255951455205554,0.00965835742342155,0.0184110961570382,0.155310241347908,0.923968335168069 -3546,0.255951455205554,0.0978608570159099,0.781003744798266,0.255951455205554,0.0456627300511044,0.872920219423984,0.255951455205554,0.0273679445814799,0.516183148245202,0.255951455205554,0.0452880834054501,0.599756550064944,0.255951455205554,0.00931978967824863,0.133920302513786,0.255951455205554,0.0118224947115439,0.0200072439794982,0.5,0.255951455205554,0.0559594718414288,0.0218381709156244,0.5,0.255951455205554,0.0897243393010655,0.0234501295294313,0.5,0.255951455205554,0.0521327081935886,0.0878243825871558,0.255951455205554,0.0956713028645031,0.0404350439323993,0.0243944413449857,0.0520104888164727,0.255951455205554,0.0366126174556687,0.441133541302181,0.5,0.255951455205554,0.0456407431949284,0.968704097306223,0.255951455205554,0.00197739755525311,0.0242544911061213,0.255951455205554,0.00579530303667046,0.136261241250584,0.255951455205554,0.00448774016013469,0.0166969627336751,0.190722013467872,0.906244051964661 -3547,0.255951455205554,0.0533639808917164,0.724668112689283,0.255951455205554,0.0187106527577952,0.844247818332451,0.255951455205554,0.0110253078513056,0.506163882626054,0.255951455205554,0.0168410372734514,0.57716320225767,0.255951455205554,0.00356029185574453,0.142635874116956,0.255951455205554,0.00503590431799156,0.0200757565907709,0.5,0.255951455205554,0.0261132670431872,0.00483728097239686,0.5,0.255951455205554,0.0475628688057057,0.00694249803845586,0.5,0.255951455205554,0.0216137113910064,0.0522828351058076,0.255951455205554,0.0357711987324345,0.00575840675755037,0.00814165573240812,0.078702416185985,0.255951455205554,0.0168393197116472,0.440980392913524,0.5,0.255951455205554,0.0176660226697896,0.947882068752138,0.255951455205554,0.000593012683134953,0.022193152261542,0.255951455205554,0.00218044343253797,0.147605474638204,0.255951455205554,0.00118127337564455,0.0162860169912422,0.0590662283751225,0.88694635969969 -3548,0.255951455205554,0.0142717028101611,0.629571926301824,0.255951455205554,0.00299700110761503,0.820111716154187,0.255951455205554,0.0020477213899964,0.50776626729941,0.255951455205554,0.00358378201356266,0.570477797163759,0.255951455205554,0.000727348338116472,0.159335852891714,0.255951455205554,0.000473291348874176,0.0231015753168039,0.5,0.255951455205554,0.0040185940403486,0.000995942728533523,0.5,0.255951455205554,5.30961197390349e-05,0.00483919340616874,0.5,0.255951455205554,0.000179022103883226,0.0289676344467125,0.255951455205554,0.0105566437392757,0.000637838536264604,0.000984587298796414,0.158380309436182,0.255951455205554,0.000464824894352407,0.426225400030953,0.5,0.255951455205554,0.00115536231726592,0.91738533677893,0.255951455205554,4.22358266881862e-05,0.022187325922411,0.255951455205554,0.000169124059861884,0.162232483819706,0.255951455205554,6.93688976913646e-05,0.0153307512683927,0.0375791305152817,0.879635373838593 -3549,0.255951455205554,0.0,0.528344960451149,0.255951455205554,0.0,0.76856156016497,0.255951455205554,0.0,0.514780486173555,0.255951455205554,0.0,0.575374765641967,0.255951455205554,0.0,0.175524620345116,0.255951455205554,0.0,0.0253640538782809,0.5,0.255951455205554,0.0,0.000571417231898649,0.5,0.255951455205554,0.0,0.00731765677180581,0.5,0.255951455205554,0.0,0.0183491926202635,0.255951455205554,0.0,0.000114930947388898,0.0,0.278633162788471,0.255951455205554,0.0,0.408616411373434,0.5,0.255951455205554,0.0,0.878415579682584,0.255951455205554,0.0,0.0247358053709166,0.255951455205554,0.0,0.198168803987802,0.255951455205554,0.0,0.0137844752874768,0.0,0.884450643767169 -3550,0.255951455205554,0.0,0.464088431266496,0.255951455205554,0.0,0.712725859890833,0.255951455205554,0.0,0.52235941431542,0.255951455205554,0.0,0.592643823847022,0.255951455205554,0.0,0.191655205697502,0.255951455205554,0.0,0.024573876746794,0.5,0.255951455205554,0.0,0.000769984291800187,0.5,0.255951455205554,0.0,0.00991528503805007,0.5,0.255951455205554,0.0,0.0145246201632495,0.255951455205554,0.0,0.000223629022569561,0.0,0.398876356678191,0.255951455205554,0.0,0.392726648064152,0.5,0.255951455205554,0.0,0.827470576583269,0.255951455205554,0.0,0.0281656256269122,0.255951455205554,0.0,0.238676336858299,0.255951455205554,0.0,0.0131122232871478,0.0,0.889668767760214 -3551,0.255951455205554,0.0,0.418607938848883,0.255951455205554,0.0,0.661079251014138,0.255951455205554,0.0,0.516975889341919,0.255951455205554,0.0,0.583515247898911,0.255951455205554,0.0,0.206943615122526,0.255951455205554,0.0,0.0233250802233964,0.5,0.255951455205554,0.0,0.00138608477183617,0.5,0.255951455205554,0.0,0.0110863651266445,0.5,0.255951455205554,0.0,0.0132287173768031,0.255951455205554,0.0,0.00091862576917416,0.0,0.461154638214758,0.255951455205554,0.0,0.369966454676845,0.5,0.255951455205554,0.0,0.760496294551994,0.255951455205554,0.0,0.0378198405501134,0.255951455205554,0.0,0.281173544567421,0.255951455205554,0.0,0.0140951306233739,0.0,0.885245570262043 -3552,0.255951455205554,0.0,0.370383403086003,0.255951455205554,0.0,0.575193878525583,0.255951455205554,0.0,0.500791928815772,0.255951455205554,0.0,0.552988984578841,0.255951455205554,0.0,0.221363533070632,0.255951455205554,0.0,0.022602861322898,0.5,0.255951455205554,0.0,0.00186743067930357,0.5,0.255951455205554,0.0,0.0133342613871222,0.5,0.255951455205554,0.0,0.0120980553543828,0.255951455205554,0.0,0.0015280423114338,0.0,0.42797070533141,0.255951455205554,0.0,0.352735974993855,0.5,0.255951455205554,0.0,0.690676134772533,0.255951455205554,0.0,0.057355677867449,0.255951455205554,0.0,0.320134608392638,0.255951455205554,0.0,0.0234054565643615,0.0,0.868047976691467 -3553,0.255951455205554,0.0,0.325689805993738,0.255951455205554,0.0,0.492574228752565,0.255951455205554,0.0,0.479774941894371,0.255951455205554,0.0,0.523852586763377,0.255951455205554,0.0,0.237856690493674,0.255951455205554,0.0,0.0226430462194916,0.5,0.255951455205554,0.0,0.00183985130545585,0.5,0.255951455205554,0.0,0.0146355908530919,0.5,0.255951455205554,0.0,0.0112791960413262,0.255951455205554,0.0,0.0011606842252445,0.0,0.32904276737707,0.255951455205554,0.0,0.326875274560978,0.5,0.255951455205554,0.0,0.617905542107255,0.255951455205554,0.0,0.0862458290769082,0.255951455205554,0.0,0.330784917344041,0.255951455205554,0.0,0.0482790498553546,0.0,0.844460624304912 -3554,0.255951455205554,0.0,0.285563753206284,0.255951455205554,0.0,0.430065880698174,0.255951455205554,0.0,0.458545663658439,0.255951455205554,0.0,0.518359675987089,0.255951455205554,0.0,0.248557907237911,0.255951455205554,0.0,0.0257376879504808,0.5,0.255951455205554,0.0,0.00180906512017892,0.5,0.255951455205554,0.0,0.0140430528114853,0.5,0.255951455205554,0.0,0.0106077204985231,0.255951455205554,0.0,0.000849203464243303,0.0,0.221855663467843,0.255951455205554,0.0,0.294112272624079,0.5,0.255951455205554,0.0,0.53482641662254,0.255951455205554,0.0,0.121245679701125,0.255951455205554,0.0,0.315382701654569,0.255951455205554,0.0,0.0853255269124632,0.0,0.813209895358882 -3555,0.255951455205554,0.0,0.263437997003553,0.255951455205554,0.0,0.402119365975243,0.255951455205554,0.0,0.442010653982076,0.255951455205554,0.0,0.488454631930742,0.255951455205554,0.0,0.251398516208904,0.255951455205554,0.0,0.0356830883419033,0.5,0.255951455205554,0.0,0.00187274059345406,0.5,0.255951455205554,0.0,0.0121252944424885,0.5,0.255951455205554,0.0,0.0099636622292996,0.255951455205554,0.0,0.000654812781654273,0.0,0.163586155380694,0.255951455205554,0.0,0.271431851759349,0.5,0.255951455205554,0.0,0.462261368578299,0.255951455205554,0.0,0.153288912345723,0.255951455205554,0.0,0.287932348166628,0.255951455205554,0.0,0.123537318458526,0.0,0.777400718506579 -3556,0.255951455205554,0.0,0.244958170432628,0.255951455205554,0.0,0.365408015080799,0.255951455205554,0.0,0.414781512630573,0.255951455205554,0.0,0.45129498995093,0.255951455205554,0.0,0.252379239633639,0.255951455205554,0.0,0.0456718826445306,0.5,0.255951455205554,0.0,0.00212743067514997,0.5,0.255951455205554,0.0,0.0106345091524032,0.5,0.255951455205554,0.0,0.0100574877417731,0.255951455205554,0.0,0.000668232447397975,0.0,0.164278687728644,0.255951455205554,0.0,0.250568533241474,0.5,0.255951455205554,0.0,0.409767364927763,0.255951455205554,0.0,0.177988428252769,0.255951455205554,0.0,0.262363907935573,0.255951455205554,0.0,0.147614680970616,0.0,0.737160876708802 -3557,0.255951455205554,0.00267228981776094,0.241442282299436,0.255951455205554,0.000719006757337596,0.323846995572118,0.255951455205554,0.000267709229866996,0.400147175276235,0.255951455205554,0.000497660390211636,0.43540398960823,0.255951455205554,3.47570685894189e-06,0.25752082014102,0.255951455205554,4.29050556854001e-09,0.0547226296923388,0.5,0.255951455205554,0.0,0.00173237577378899,0.5,0.255951455205554,0.0,0.0106390646937636,0.5,0.255951455205554,8.95516877290898e-06,0.0101530956445936,0.255951455205554,0.0,0.000731364010602605,0.00187408210423514,0.19753314051477,0.255951455205554,0.00159892765343717,0.24369977456359,0.5,0.255951455205554,0.00115399098645684,0.33852000782476,0.255951455205554,9.10166834330138e-05,0.196192287939976,0.255951455205554,0.000787650349197177,0.259301294679305,0.255951455205554,1.24132883559508e-05,0.157592254523575,0.00475710787505545,0.730200979528101 -3558,0.255951455205554,0.0401409961206314,0.26207985667373,0.255951455205554,0.0111994924681397,0.359749302222457,0.255951455205554,0.0118674529078159,0.429668120488629,0.255951455205554,0.0143270555726752,0.440272162383272,0.255951455205554,0.00175381868119692,0.269334631994885,0.255951455205554,0.004175160159903,0.0647000551389217,0.5,0.255951455205554,0.0228298649573746,0.0014989050256017,0.5,0.255951455205554,0.0245237887223062,0.0078348582699611,0.5,0.255951455205554,0.0119257168762587,0.0116542117964867,0.255951455205554,0.0305409391104647,0.000611235415581225,0.0241747170818013,0.186544794580106,0.255951455205554,0.0183415159971294,0.266813822526566,0.5,0.255951455205554,0.012651882462325,0.320240625612033,0.255951455205554,0.00130536652466008,0.210449117683829,0.255951455205554,0.0150225014676255,0.27976928598874,0.255951455205554,0.00079368304830048,0.178633075110131,0.06651109492884,0.737117204692356 -3559,0.255951455205554,0.094376782918832,0.336469569714796,0.255951455205554,0.0402681931989938,0.42633204919955,0.255951455205554,0.0448989274438341,0.479074137491199,0.255951455205554,0.0385664522239011,0.452804131758464,0.255951455205554,0.00925780580293979,0.287408853194732,0.255951455205554,0.0137124677337512,0.0763378005856058,0.5,0.255951455205554,0.0790893867817156,0.00166621582994999,0.5,0.255951455205554,0.0798895113980065,0.00540173130597962,0.5,0.255951455205554,0.0363801231883638,0.0191569570690701,0.255951455205554,0.106133374793691,0.00051808000229969,0.0394325292634154,0.233088077646525,0.255951455205554,0.0479549990028727,0.275816987388321,0.5,0.255951455205554,0.0401810090070084,0.341986075444256,0.255951455205554,0.00697452380081211,0.223789642270953,0.255951455205554,0.0452750378398675,0.311939399266628,0.255951455205554,0.00403451134028853,0.213348191341206,0.145116249546067,0.749319236063277 -3560,0.255951455205554,0.167824599287779,0.450365982175372,0.255951455205554,0.0772586571553765,0.465472334481713,0.255951455205554,0.0944747316414679,0.518003140201477,0.255951455205554,0.0706756651338057,0.460599592973227,0.255951455205554,0.0259606538058766,0.319842610516527,0.255951455205554,0.0278221207257729,0.0955042231630262,0.5,0.255951455205554,0.155884718465597,0.00360702491000346,0.5,0.255951455205554,0.143514749618096,0.00851714978127993,0.5,0.255951455205554,0.0678027195103548,0.0308901568093379,0.255951455205554,0.216582216252139,0.00149142433973542,0.0642194906711575,0.219519745385046,0.255951455205554,0.0815058584366266,0.266123895399018,0.5,0.255951455205554,0.0738216356457778,0.357316150281609,0.255951455205554,0.0240308047658106,0.232892714833627,0.255951455205554,0.0926866705125468,0.319510285927875,0.255951455205554,0.0114322297589128,0.25695174678323,0.231054224282443,0.733192784959855 -3561,0.255951455205554,0.232556109694621,0.428970644447337,0.255951455205554,0.123439581924988,0.437471815317639,0.255951455205554,0.152631701523208,0.51846533679746,0.255951455205554,0.106335949660611,0.458779310862221,0.255951455205554,0.0494059531633266,0.350073048292432,0.255951455205554,0.0431563823707428,0.122170145271243,0.5,0.255951455205554,0.226878638859344,0.0169156699939285,0.5,0.255951455205554,0.203894008627988,0.021694636028553,0.5,0.255951455205554,0.102847401872754,0.0465596450971779,0.255951455205554,0.334170584090847,0.0227979668164671,0.107041468302275,0.210378215220314,0.255951455205554,0.112258016180104,0.243200161151024,0.5,0.255951455205554,0.124570512940918,0.36454618765753,0.255951455205554,0.0543303538266616,0.217846045244646,0.255951455205554,0.127890703019953,0.296654261471203,0.255951455205554,0.023572577214983,0.273547194236254,0.311642732423798,0.692985521510884 -3562,0.255951455205554,0.313364511494099,0.382062494495135,0.255951455205554,0.201585504361614,0.429727950910934,0.255951455205554,0.207783180156017,0.499588908446142,0.255951455205554,0.15165942924454,0.447376867152041,0.255951455205554,0.0815442131916392,0.362732155493411,0.255951455205554,0.059814061021131,0.141643147604347,0.5,0.255951455205554,0.276181223962889,0.0319034926564515,0.5,0.255951455205554,0.255084356603505,0.0564090296352603,0.5,0.255951455205554,0.148820331216033,0.0613688258248105,0.255951455205554,0.445416339989991,0.0755806607355442,0.158264594737811,0.225522029245698,0.255951455205554,0.136874447167652,0.21196981365651,0.5,0.255951455205554,0.184584504085385,0.384087608609929,0.255951455205554,0.0937731076575045,0.183554491900478,0.255951455205554,0.153633108017248,0.266963849633046,0.255951455205554,0.0464876597782844,0.241348828356462,0.445231252565591,0.663126618145407 -3563,0.255951455205554,0.305472406402594,0.348435186716174,0.255951455205554,0.217474904129108,0.428754869100523,0.255951455205554,0.245391613986368,0.466854428110042,0.255951455205554,0.204751877397966,0.411875518932281,0.255951455205554,0.129211996684724,0.350200601388255,0.255951455205554,0.09561237496436,0.144182590641304,0.5,0.255951455205554,0.305804240640081,0.0449167159318953,0.5,0.255951455205554,0.324187243800788,0.0917577491370563,0.5,0.255951455205554,0.180634843578587,0.0756753539767626,0.255951455205554,0.45331434324066,0.105244559524903,0.256214799409137,0.224213802694809,0.255951455205554,0.17618978237553,0.199558742144448,0.5,0.255951455205554,0.213704989729173,0.394121793804117,0.255951455205554,0.119481041746232,0.158140464963763,0.255951455205554,0.171598755907573,0.239050418241595,0.255951455205554,0.081331014662426,0.204026767449417,0.295922732820805,0.623146754367175 -3564,0.255951455205554,0.300350746891646,0.319475707145059,0.255951455205554,0.200493550246913,0.381082930180491,0.255951455205554,0.264687025758497,0.426522944838668,0.255951455205554,0.27492691114846,0.37356383131315,0.255951455205554,0.174798944720234,0.32476767207943,0.255951455205554,0.119926887894106,0.1377261845343,0.5,0.255951455205554,0.285429631776442,0.0508361071844405,0.5,0.255951455205554,0.389012684010588,0.119843539943807,0.5,0.255951455205554,0.23039043635865,0.0927103877722747,0.255951455205554,0.396484072753978,0.114982641225238,0.296619303271304,0.226119461110439,0.255951455205554,0.187891507119156,0.193928465346427,0.5,0.255951455205554,0.22937548563704,0.392282376408197,0.255951455205554,0.136814444964206,0.142261562651851,0.255951455205554,0.180175251668796,0.199456548211068,0.255951455205554,0.116691672268527,0.178817905358426,0.29561524555156,0.550700932540422 -3565,0.255951455205554,0.295871000258034,0.279539644775214,0.255951455205554,0.203664810284155,0.324017174818215,0.255951455205554,0.269941664587831,0.383272598867211,0.255951455205554,0.367505585954371,0.347211553619677,0.255951455205554,0.202911068626758,0.290007417590335,0.255951455205554,0.147527164273889,0.126742453221589,0.5,0.255951455205554,0.27874514830039,0.0624861780075582,0.5,0.255951455205554,0.378043673851891,0.106306990583888,0.5,0.255951455205554,0.216599146869324,0.111195005866712,0.255951455205554,0.360285290374676,0.106022132736628,0.1571489184567,0.116124013635513,0.255951455205554,0.194488614794984,0.221644592166725,0.5,0.255951455205554,0.236766849763851,0.374359117443677,0.255951455205554,0.145430549812283,0.140863973209295,0.255951455205554,0.185312654137426,0.169923346113015,0.255951455205554,0.136190241845308,0.157628137976178,0.298172336320524,0.474774678967142 -3566,0.255951455205554,0.338868483269581,0.223351977544961,0.255951455205554,0.198205533579353,0.278952971810435,0.255951455205554,0.279548077098048,0.342951434311108,0.255951455205554,0.430888706637064,0.332673515739261,0.255951455205554,0.195224550374781,0.267806872660679,0.255951455205554,0.160974463978492,0.118837662662669,0.5,0.255951455205554,0.287441984341568,0.0770803850485387,0.5,0.255951455205554,0.322574238726546,0.108005804224904,0.5,0.255951455205554,0.191310796604702,0.121953676681409,0.255951455205554,0.388134791622547,0.119197827049263,0.214171825591513,0.0750400021078638,0.255951455205554,0.209217743298128,0.258563744888047,0.5,0.255951455205554,0.264305621367015,0.346597968441855,0.255951455205554,0.146511417606345,0.149873284571215,0.255951455205554,0.174140931496678,0.156956262483776,0.255951455205554,0.144633766747134,0.158601802179354,0.483144637174761,0.409084128661224 -3567,0.255951455205554,0.411613170482285,0.171802516179888,0.255951455205554,0.181073225958221,0.237528446169371,0.255951455205554,0.283815862228022,0.309072433711433,0.255951455205554,0.25874185783311,0.299027769807815,0.255951455205554,0.178715429609418,0.275563812205843,0.255951455205554,0.162826394427058,0.124403203120694,0.5,0.255951455205554,0.278815838835443,0.0895969137319424,0.5,0.255951455205554,0.330726434982519,0.102489532878356,0.5,0.255951455205554,0.138682421866457,0.12515445907025,0.255951455205554,0.436709079848161,0.115355491542637,0.386320382730999,0.195475889037577,0.255951455205554,0.230373097116279,0.280263064817552,0.5,0.255951455205554,0.279294099668264,0.312408603182271,0.255951455205554,0.136071706983528,0.159670642050597,0.255951455205554,0.161603110018078,0.158840861271135,0.255951455205554,0.138184433735805,0.175938652887003,0.588515784172854,0.36902543842974 -3568,0.255951455205554,0.396945399774826,0.1278168699909,0.255951455205554,0.158908849675403,0.199300828369149,0.255951455205554,0.235651725388,0.272501492307486,0.255951455205554,0.19599053349583,0.243875810711253,0.255951455205554,0.157864184909504,0.307402163514936,0.255951455205554,0.138289302581531,0.142770929861863,0.5,0.255951455205554,0.240525653597157,0.103527120058689,0.5,0.255951455205554,0.229713720551032,0.0925979505931599,0.5,0.255951455205554,0.126181870381482,0.131857547135312,0.255951455205554,0.334540451631251,0.0750961201415215,0.244187431584472,0.32441769329923,0.255951455205554,0.222624767435746,0.273690755161002,0.5,0.255951455205554,0.272672619777605,0.267901485045321,0.255951455205554,0.104205153237818,0.150109290605055,0.255951455205554,0.152334370395612,0.130285577378298,0.255951455205554,0.114592248583394,0.187753071254609,0.514548733332457,0.338830034164795 -3569,0.255951455205554,0.33128385560829,0.092372727795942,0.255951455205554,0.136424158306837,0.148450244638841,0.255951455205554,0.168602585655424,0.224088883617122,0.255951455205554,0.137097626362566,0.183828079163486,0.255951455205554,0.138402243011766,0.328574608931316,0.255951455205554,0.103390874007693,0.161178051467425,0.5,0.255951455205554,0.178561891462495,0.120287508579484,0.5,0.255951455205554,0.186985967731331,0.0944320686262841,0.5,0.255951455205554,0.0904464720969176,0.137853653224801,0.255951455205554,0.305916832208522,0.0558163502981098,0.144199477588154,0.311449138517093,0.255951455205554,0.186982638980579,0.259824861254621,0.5,0.255951455205554,0.21923071619513,0.209647141035362,0.255951455205554,0.0833462354350764,0.112248256038529,0.255951455205554,0.148958344772874,0.0916203765071955,0.255951455205554,0.0900255459446444,0.187298581951886,0.383589569475056,0.302525140885165 -3570,0.255951455205554,0.236709690357399,0.0613416685245949,0.255951455205554,0.112479885174005,0.0771973498285596,0.255951455205554,0.105560883787061,0.170054996112084,0.255951455205554,0.0826310400152308,0.120947891826985,0.255951455205554,0.104625238687071,0.311433289949359,0.255951455205554,0.0656079027084358,0.174205114572756,0.5,0.255951455205554,0.113175146003833,0.12429694781995,0.5,0.255951455205554,0.132365199497857,0.0802143632761261,0.5,0.255951455205554,0.0537989085208611,0.134597253809603,0.255951455205554,0.20623138921021,0.0488166985196117,0.0775557320303286,0.220330231916719,0.255951455205554,0.110149365589156,0.22456679270182,0.5,0.255951455205554,0.161006581886321,0.145884854226567,0.255951455205554,0.0896593988722326,0.065868963869163,0.255951455205554,0.11088815638163,0.0584820061771429,0.255951455205554,0.0586171783858855,0.163518381274482,0.258447429075628,0.255752446976884 -3571,0.255951455205554,0.127652077644025,0.0324636126447186,0.255951455205554,0.0888370959538847,0.0277668951743258,0.255951455205554,0.0516216766842032,0.116334544645302,0.255951455205554,0.0391197892739514,0.0713348239715201,0.255951455205554,0.0591243475604089,0.256420203432869,0.255951455205554,0.0329060777194568,0.18102301500293,0.5,0.255951455205554,0.0543447942122491,0.125602372355242,0.5,0.255951455205554,0.0628680961730058,0.0629127606201751,0.5,0.255951455205554,0.0210640460219125,0.129862380206684,0.255951455205554,0.0885628614811291,0.0987334454871084,0.0425878755244233,0.152584311910792,0.255951455205554,0.0421416223538158,0.173357395726857,0.5,0.255951455205554,0.0861517331390191,0.0825546198472757,0.255951455205554,0.0614321471900932,0.0298179166787906,0.255951455205554,0.0581524722973891,0.0358126640542013,0.255951455205554,0.029295739953971,0.118606379224581,0.137372848619393,0.220038415600535 -3572,0.255951455205554,0.0367096159126007,0.0108302100619273,0.255951455205554,0.02947958294061,0.000853167952166222,0.255951455205554,0.0141545304525936,0.0694929879211162,0.255951455205554,0.0084432161235279,0.0388818770393589,0.255951455205554,0.0155758180612847,0.178541336403606,0.255951455205554,0.00465100191767496,0.166756796024209,0.5,0.255951455205554,0.00919953800755208,0.108171367459345,0.5,0.255951455205554,3.7379476384011e-05,0.054424747068945,0.5,0.255951455205554,0.000188908093258681,0.123182652398773,0.255951455205554,0.0236555950088447,0.145388777081266,0.0,0.123426054393749,0.255951455205554,0.000167322180403251,0.118854410008269,0.5,0.255951455205554,0.0129263268599731,0.0245900856676256,0.255951455205554,0.0,0.0122004097201028,0.255951455205554,0.000534165108190714,0.0254911991376673,0.255951455205554,3.62827131069469e-05,0.0513271213883696,0.036726915753766,0.193111949667218 -3573,0.255951455205554,0.0,0.00766272909110053,0.255951455205554,0.0,6.61651501980702e-05,0.255951455205554,0.0,0.0395846371866943,0.255951455205554,0.0,0.0170871458935432,0.255951455205554,0.0,0.13940451160513,0.255951455205554,0.0,0.147670618232443,0.5,0.255951455205554,0.0,0.0825505811416173,0.5,0.255951455205554,0.0,0.0556823196661885,0.5,0.255951455205554,0.0,0.118152685713173,0.255951455205554,0.0,0.137307758560945,0.0,0.102876533070682,0.255951455205554,0.0,0.0817100558300827,0.5,0.255951455205554,0.0,0.0100097673683865,0.255951455205554,0.0,0.00807121444838546,0.255951455205554,0.0,0.0287291856922148,0.255951455205554,0.0,0.0171060487851581,0.0,0.17201783010168 -3574,0.255951455205554,0.0,0.0069368377830748,0.255951455205554,0.0,0.000326023758747975,0.255951455205554,0.0,0.0266152481863521,0.255951455205554,0.0,0.0051810550327146,0.255951455205554,0.0,0.134575080904431,0.255951455205554,0.0,0.142587344021021,0.5,0.255951455205554,0.0,0.072788316155928,0.5,0.255951455205554,0.0,0.0635967252082574,0.5,0.255951455205554,0.0,0.116522896642287,0.255951455205554,0.0,0.0987561870482933,0.0,0.0693978909561015,0.255951455205554,0.0,0.0639238790582292,0.5,0.255951455205554,0.0,0.0044117959587754,0.255951455205554,0.0,0.00924784206506469,0.255951455205554,0.0,0.0301280093930116,0.255951455205554,0.0,0.00478648167283117,0.0,0.161757261478437 -3575,0.255951455205554,0.0,0.00698488938694289,0.255951455205554,0.0,0.00264835760905064,0.255951455205554,0.0,0.0192382385807843,0.255951455205554,0.0,0.00150635179469711,0.255951455205554,0.0,0.126337156302218,0.255951455205554,0.0,0.125842543094307,0.5,0.255951455205554,0.0,0.0760000913955751,0.5,0.255951455205554,0.0,0.0712449489987602,0.5,0.255951455205554,0.0,0.117755278789465,0.255951455205554,0.0,0.0702617250299182,0.0,0.0446853930750085,0.255951455205554,0.0,0.0512539534367538,0.5,0.255951455205554,0.0,0.00331697731086731,0.255951455205554,0.0,0.0113489467164111,0.255951455205554,0.0,0.028678710928669,0.255951455205554,0.0,0.00296479638964772,0.0,0.15781884288161 -3576,0.255951455205554,0.0,0.00732250473230086,0.255951455205554,0.0,0.00777073045273778,0.255951455205554,0.0,0.0123041021851879,0.255951455205554,0.0,0.00042270471141377,0.255951455205554,0.0,0.114118583088928,0.255951455205554,0.0,0.0959940828672185,0.5,0.255951455205554,0.0,0.0930084147941801,0.5,0.255951455205554,0.0,0.0845629437103459,0.5,0.255951455205554,0.0,0.109180460025959,0.255951455205554,0.0,0.0535269581482807,0.0,0.0269729032930628,0.255951455205554,0.0,0.0425964715524078,0.5,0.255951455205554,0.0,0.00660106210526448,0.255951455205554,0.0,0.018959154867119,0.255951455205554,0.0,0.0281634305353204,0.255951455205554,0.0,0.00285526379102637,0.0,0.154570375275111 -3577,0.255951455205554,0.0,0.00804729061415937,0.255951455205554,0.0,0.0107240104534797,0.255951455205554,0.0,0.00914070594793875,0.255951455205554,0.0,0.00232910607072901,0.255951455205554,0.0,0.0956931750898939,0.255951455205554,0.0,0.0652514692337145,0.5,0.255951455205554,0.0,0.112754362026507,0.5,0.255951455205554,0.0,0.0963457816477273,0.5,0.255951455205554,0.0,0.0913421615569332,0.255951455205554,0.0,0.0542887802644054,0.0,0.0152668957896318,0.255951455205554,0.0,0.0330043527735447,0.5,0.255951455205554,0.0,0.0118521332217249,0.255951455205554,0.0,0.0350764398414209,0.255951455205554,0.0,0.0280283328376022,0.255951455205554,0.0,0.00292070162464397,0.0,0.141750207658639 -3578,0.255951455205554,0.0,0.00933651981933921,0.255951455205554,0.0,0.015314048720007,0.255951455205554,0.0,0.00808281165855313,0.255951455205554,0.0,0.00671390433466551,0.255951455205554,0.0,0.0794607242937067,0.255951455205554,0.0,0.040846301634828,0.5,0.255951455205554,0.0,0.133314153509277,0.5,0.255951455205554,0.0,0.0870114724396714,0.5,0.255951455205554,0.0,0.0700466579596692,0.255951455205554,0.0,0.0683226228438098,0.0,0.00588965117221321,0.255951455205554,0.0,0.0239246099503511,0.5,0.255951455205554,0.0,0.0180922445324275,0.255951455205554,0.0,0.0519270839192424,0.255951455205554,0.0,0.0252876928113125,0.255951455205554,0.0,0.00615554568866002,0.0,0.13679905484278 -3579,0.255951455205554,0.0,0.0118233261160517,0.255951455205554,0.0,0.0160716262224475,0.255951455205554,0.0,0.00994124056708023,0.255951455205554,0.0,0.0131473311535001,0.255951455205554,0.0,0.0670623379060945,0.255951455205554,0.0,0.0275820298818717,0.5,0.255951455205554,0.0,0.126131941627184,0.5,0.255951455205554,0.0,0.0661978694342068,0.5,0.255951455205554,0.0,0.0583792849807724,0.255951455205554,0.0,0.0984636374888162,0.0,0.00467806584603136,0.255951455205554,0.0,0.0188573421249477,0.5,0.255951455205554,0.0,0.0257644931583308,0.255951455205554,0.0,0.0610571194578097,0.255951455205554,0.0,0.0206666448942023,0.255951455205554,0.0,0.0118828303183226,0.0,0.138286458147136 -3580,0.255951455205554,0.0,0.0145949665068563,0.255951455205554,0.0,0.0141707339645832,0.255951455205554,0.0,0.0132433799533302,0.255951455205554,0.0,0.0205983086792776,0.255951455205554,0.0,0.0575175683951949,0.255951455205554,0.0,0.0234656679455007,0.5,0.255951455205554,0.0,0.107662100946681,0.5,0.255951455205554,0.0,0.0569446933553486,0.5,0.255951455205554,0.0,0.0568874011607637,0.255951455205554,0.0,0.133541568408093,0.0,0.00860257917785827,0.255951455205554,0.0,0.0159235412311985,0.5,0.255951455205554,0.0,0.0348891059807315,0.255951455205554,0.0,0.0641182072398326,0.255951455205554,0.0,0.0165838492768643,0.255951455205554,0.0,0.0180874384944224,0.0,0.123993654181301 -3581,0.255951455205554,0.00436551780134085,0.0184013541705255,0.255951455205554,0.00400723366102575,0.0113998335626886,0.255951455205554,0.00142353543100619,0.0155058464367373,0.255951455205554,0.0022202659253732,0.0260179460130606,0.255951455205554,3.55803662808168e-05,0.0512381003990192,0.255951455205554,2.99772440833368e-05,0.0208532051903492,0.5,0.255951455205554,0.0,0.10122338285871,0.5,0.255951455205554,0.0,0.0585073625678132,0.5,0.255951455205554,0.000313689628117675,0.0538131109814849,0.255951455205554,0.0,0.146875477578247,0.00641877543623214,0.00892301472910672,0.255951455205554,0.00442217081472761,0.015027067489959,0.5,0.255951455205554,0.00775555434094034,0.0421875088728123,0.255951455205554,0.00169743132042533,0.069295415500877,0.255951455205554,0.00299226373783237,0.0143993154957323,0.255951455205554,0.000478939206068821,0.0197099007340805,0.0051539767526248,0.115716689319536 -3582,0.255951455205554,0.0646001022498983,0.0203329407407035,0.255951455205554,0.0651376716870336,0.0105018414131181,0.255951455205554,0.0523643211042628,0.0159293585706646,0.255951455205554,0.058329365720206,0.0295724722083688,0.255951455205554,0.0284902577595308,0.0464084853369152,0.255951455205554,0.0391100194179844,0.0184688519434822,0.5,0.255951455205554,0.00965702045165876,0.0980445190471057,0.5,0.255951455205554,0.0122090215322388,0.0505688887793157,0.5,0.255951455205554,0.0236395194454417,0.0469338775081363,0.255951455205554,0.00958836559651405,0.162157139809733,0.0726632302255113,0.00808465689230785,0.255951455205554,0.0478582916824531,0.0200535743809441,0.5,0.255951455205554,0.0670503595405181,0.0483983810707469,0.255951455205554,0.0333309925656264,0.0858873593193328,0.255951455205554,0.0598682445152931,0.0159726210112308,0.255951455205554,0.0211998891123837,0.027580418821699,0.0674983701392548,0.106960756942359 -3583,0.255951455205554,0.145895648003941,0.0276607777399709,0.255951455205554,0.149113590150347,0.0164470632096343,0.255951455205554,0.132221074150537,0.0218731850789417,0.255951455205554,0.138274857341703,0.037923653698352,0.255951455205554,0.0955742652870558,0.0572616721237915,0.255951455205554,0.113353856049948,0.0302362919913641,0.5,0.255951455205554,0.0479960204230776,0.0901112222468403,0.5,0.255951455205554,0.0470261977707743,0.056597899532985,0.5,0.255951455205554,0.0746914379189951,0.0501872816353807,0.255951455205554,0.0489520222764167,0.16202193881285,0.148345622415171,0.0215378120416536,0.255951455205554,0.101504643877359,0.0381651879688025,0.5,0.255951455205554,0.151116052751178,0.089111766213617,0.255951455205554,0.0948563188833534,0.0989913637159054,0.255951455205554,0.153228514415256,0.0286777893868686,0.255951455205554,0.0818504243834336,0.043156839641479,0.149880992685508,0.118380889197361 -3584,0.255951455205554,0.270015201275103,0.0369456692668715,0.255951455205554,0.274062203957764,0.0527943495379223,0.255951455205554,0.254322871195441,0.0402897669468938,0.255951455205554,0.26259494028332,0.0653387842353471,0.255951455205554,0.202137498869789,0.08930340349932,0.255951455205554,0.228871870005847,0.0733985086496588,0.5,0.255951455205554,0.120481229887081,0.0843580133707866,0.5,0.255951455205554,0.0997361635394565,0.0701196864878776,0.5,0.255951455205554,0.156699227374099,0.072903401928625,0.255951455205554,0.098651466718977,0.145599606572361,0.132338356668223,0.0349244202814996,0.255951455205554,0.153868237172798,0.0544706040286742,0.5,0.255951455205554,0.266785534561414,0.164402425791318,0.255951455205554,0.169527683730226,0.114390105865876,0.255951455205554,0.278377239323628,0.0516506203208423,0.255951455205554,0.19557534372786,0.0631932201719671,0.27406525396042,0.130942822187143 -3585,0.255951455205554,0.399244883691462,0.0503232858883988,0.255951455205554,0.404089125945912,0.104843888653221,0.255951455205554,0.384958066521488,0.0547657458063452,0.255951455205554,0.39352802617398,0.0835574668823438,0.255951455205554,0.334566322230067,0.0937034018545265,0.255951455205554,0.361455508106676,0.112661744968995,0.5,0.255951455205554,0.22417326534809,0.0831221931887726,0.5,0.255951455205554,0.163115898183604,0.0740817598352106,0.5,0.255951455205554,0.259870898845748,0.100337905765647,0.255951455205554,0.125090853882367,0.125203765369378,0.181483618897411,0.0584537022556976,0.255951455205554,0.209287183773943,0.0665549550038185,0.5,0.255951455205554,0.389713264990052,0.213475013342077,0.255951455205554,0.228390868506782,0.132730485516768,0.255951455205554,0.400785923041564,0.0807716452422194,0.255951455205554,0.31163862676396,0.0896975260383592,0.402694528463337,0.13238106240525 -3586,0.255951455205554,0.5359684501266,0.0762031580726514,0.255951455205554,0.53336492382946,0.146091208181123,0.255951455205554,0.518043651611333,0.071631698773228,0.255951455205554,0.52971835961665,0.0840151914471852,0.255951455205554,0.494395870138989,0.0825730756025826,0.255951455205554,0.482864863949245,0.109086836150177,0.5,0.255951455205554,0.356770363572384,0.0724680408283923,0.5,0.255951455205554,0.217024411567403,0.0786988691628524,0.5,0.255951455205554,0.359958199679479,0.113510974563966,0.255951455205554,0.123591554184192,0.0967473914483349,0.259487080195415,0.0857259956593322,0.255951455205554,0.280738463398299,0.0750297656917611,0.5,0.255951455205554,0.494331928719191,0.211221112376086,0.255951455205554,0.246593627847347,0.138766991704171,0.255951455205554,0.482806978547651,0.0872672237611433,0.255951455205554,0.382114610293618,0.101623811225512,0.539873861771407,0.13082119519496 -3587,0.255951455205554,0.646266816414176,0.0925106413117475,0.255951455205554,0.632499242302211,0.154464971351217,0.255951455205554,0.61708257644074,0.103695869186292,0.255951455205554,0.626880917362185,0.106408907917349,0.255951455205554,0.620518334217873,0.0810171983774279,0.255951455205554,0.529080327677651,0.107306271503718,0.5,0.255951455205554,0.494464480120391,0.0790167751078733,0.5,0.255951455205554,0.259301373617509,0.0882053238918496,0.5,0.255951455205554,0.428136266897716,0.110540195859967,0.255951455205554,0.13195315016014,0.0631990790558084,0.381966447380644,0.125843609517911,0.255951455205554,0.394818476148297,0.0932985008119576,0.5,0.255951455205554,0.538249163306247,0.192829780990137,0.255951455205554,0.272564548963234,0.121715670261333,0.255951455205554,0.535078910987902,0.0924856719025284,0.255951455205554,0.33390112934795,0.0927243777348216,0.649584226014158,0.14076703103389 -3588,0.255951455205554,0.710133827260121,0.103368053085207,0.255951455205554,0.695986091196382,0.152000171932652,0.255951455205554,0.669919940071986,0.135801798051138,0.255951455205554,0.662038872322217,0.151752635009543,0.255951455205554,0.682925778041607,0.0893413703707694,0.255951455205554,0.491220568208338,0.115702863403561,0.5,0.255951455205554,0.596315470642861,0.0884835211294731,0.5,0.255951455205554,0.272374477756694,0.0911690523078081,0.5,0.255951455205554,0.454719495890951,0.107775874962404,0.255951455205554,0.175575076634812,0.0516527545634897,0.520262606203152,0.123995568364432,0.255951455205554,0.476631652077817,0.118211406579009,0.5,0.255951455205554,0.518963452545514,0.186680343499497,0.255951455205554,0.366490974721195,0.0913050031198772,0.255951455205554,0.590799749706712,0.105536726004086,0.255951455205554,0.324225063421427,0.0806811652760499,0.711742973628982,0.163170067948382 -3589,0.255951455205554,0.730114314232938,0.118038353665306,0.255951455205554,0.720214351392821,0.156737210677325,0.255951455205554,0.690463551257013,0.156573426973605,0.255951455205554,0.68825407560533,0.195789680503073,0.255951455205554,0.708993348899926,0.107830455067568,0.255951455205554,0.467220395685537,0.125217699233562,0.5,0.255951455205554,0.64730262469941,0.0841348382892167,0.5,0.255951455205554,0.294827212817404,0.0902007056632557,0.5,0.255951455205554,0.440523887846443,0.120014394846845,0.255951455205554,0.265642911425151,0.0403613686595133,0.565043315826902,0.135180967161688,0.255951455205554,0.478496815481621,0.131681925473338,0.5,0.255951455205554,0.49167509605261,0.195202081300648,0.255951455205554,0.428426947986018,0.0718603960675677,0.255951455205554,0.599956286751275,0.117021974306436,0.255951455205554,0.338651724794142,0.0674923452464185,0.730257418526411,0.180650505833371 -3590,0.255951455205554,0.710225961563109,0.144227142265974,0.255951455205554,0.680901095873234,0.163389588445286,0.255951455205554,0.681046474899047,0.172407175962085,0.255951455205554,0.681903104776337,0.237949360812249,0.255951455205554,0.690167245188398,0.109880736878596,0.255951455205554,0.436426502087546,0.12880748896222,0.5,0.255951455205554,0.641263169941738,0.0800142205268331,0.5,0.255951455205554,0.306676077690484,0.096652531669381,0.5,0.255951455205554,0.416086002122015,0.136957197536005,0.255951455205554,0.460595655876974,0.0502632935245523,0.515219121131807,0.139977738218821,0.255951455205554,0.449300837361653,0.13902457116327,0.5,0.255951455205554,0.459271117168893,0.19412236175542,0.255951455205554,0.406751152566004,0.0591581331522781,0.255951455205554,0.586601879452418,0.123307891325556,0.255951455205554,0.349498802772515,0.0587719670957671,0.708660616402373,0.191665599384461 -3591,0.255951455205554,0.643640678578363,0.186103848930273,0.255951455205554,0.623706522464391,0.159705722099711,0.255951455205554,0.622153382068337,0.183845356276838,0.255951455205554,0.632131504668698,0.26561229079895,0.255951455205554,0.627372102450815,0.101451869968397,0.255951455205554,0.392083061212417,0.118689741580725,0.5,0.255951455205554,0.586981006770398,0.0808168009614396,0.5,0.255951455205554,0.294961961326471,0.102307018820116,0.5,0.255951455205554,0.35446140114738,0.152064563331749,0.255951455205554,0.550373893118179,0.0854387633717155,0.397691706123231,0.123581855940017,0.255951455205554,0.384478591109062,0.136694426161808,0.5,0.255951455205554,0.417136246090797,0.187382332519375,0.255951455205554,0.342232875015819,0.0476053995871589,0.255951455205554,0.521450263920359,0.126747250339834,0.255951455205554,0.337977493702003,0.0513644108695718,0.637213277300615,0.215552932755256 -3592,0.255951455205554,0.526604033643678,0.235407724598891,0.255951455205554,0.502400879795446,0.155598127961609,0.255951455205554,0.51436696126921,0.188776866004923,0.255951455205554,0.54005104404792,0.268154989648267,0.255951455205554,0.527254594176592,0.0886098468193275,0.255951455205554,0.317939677899765,0.107481457375992,0.5,0.255951455205554,0.477217089253775,0.0990457652847747,0.5,0.255951455205554,0.241802088220883,0.125737789594846,0.5,0.255951455205554,0.295114324192771,0.178819554900082,0.255951455205554,0.480892315951768,0.125094775879712,0.323288793967089,0.127643989194577,0.255951455205554,0.314900356703133,0.119421079221974,0.5,0.255951455205554,0.376165747748138,0.197492137725829,0.255951455205554,0.288911278084094,0.0366144872442176,0.255951455205554,0.410770665144009,0.118159796129281,0.255951455205554,0.301277507213528,0.0522049770113669,0.5172554073395,0.230140781776653 -3593,0.255951455205554,0.388770250671352,0.28518910647192,0.255951455205554,0.371138530971571,0.152555921041242,0.255951455205554,0.382982503314553,0.184936363954796,0.255951455205554,0.403439045794021,0.254217588499154,0.255951455205554,0.391904823834886,0.071163058599211,0.255951455205554,0.239653071544464,0.0982571928093175,0.5,0.255951455205554,0.354197653769423,0.107435231081801,0.5,0.255951455205554,0.184561416025751,0.150782336991538,0.5,0.255951455205554,0.220274953687463,0.212996777032376,0.255951455205554,0.340883766663955,0.150111665432626,0.245154350521387,0.144670202747126,0.255951455205554,0.245721071406562,0.0788222634922714,0.5,0.255951455205554,0.297840664519465,0.213663995083179,0.255951455205554,0.220746255297752,0.0221804209356259,0.255951455205554,0.295130004273152,0.0850169423550902,0.255951455205554,0.213966094709681,0.048872356390754,0.370976569835677,0.252513519234531 -3594,0.255951455205554,0.257605583210963,0.339761470896553,0.255951455205554,0.244941393416518,0.129214131001966,0.255951455205554,0.250242146881939,0.165783906057203,0.255951455205554,0.271801911982795,0.220812328788317,0.255951455205554,0.261032770307826,0.0504144546943699,0.255951455205554,0.166126218945953,0.0805564036161485,0.5,0.255951455205554,0.232067223809632,0.0944525423238001,0.5,0.255951455205554,0.127334231744224,0.171514146812153,0.5,0.255951455205554,0.144664426331965,0.252959192209692,0.255951455205554,0.210039028365842,0.114220495747446,0.173319332374895,0.100173343392515,0.255951455205554,0.166641593769369,0.0378025848357317,0.5,0.255951455205554,0.196889226856047,0.187443046182127,0.255951455205554,0.139300496178926,0.00787899866651538,0.255951455205554,0.194923918874921,0.0377020543550804,0.255951455205554,0.129305832658565,0.0340618133916423,0.236582916908939,0.293165907760516 -3595,0.255951455205554,0.131073101869166,0.332815539452742,0.255951455205554,0.122225591032728,0.0876992786581506,0.255951455205554,0.128427316297881,0.133456268696208,0.255951455205554,0.139110612326757,0.153854326077103,0.255951455205554,0.131223640316569,0.0178677940736516,0.255951455205554,0.0921392583852352,0.0415593276011708,0.5,0.255951455205554,0.113613404082281,0.0775456628258925,0.5,0.255951455205554,0.0664315805821028,0.119828769742024,0.5,0.255951455205554,0.0647017359273403,0.203423736895867,0.255951455205554,0.114539999453893,0.0283675414444159,0.0815729553962736,0.0236526319898772,0.255951455205554,0.070008214429534,0.0128312716210439,0.5,0.255951455205554,0.0979721025858524,0.112684523025744,0.255951455205554,0.0661149216342559,0.00104392568308225,0.255951455205554,0.0859843548872079,0.0123707733263226,0.255951455205554,0.0611988911577546,0.0135438161146921,0.115707830358904,0.330412867760461 -3596,0.255951455205554,0.0389951982100341,0.230150657427925,0.255951455205554,0.0311290208261895,0.0850986125504598,0.255951455205554,0.0307575325693685,0.103939514033645,0.255951455205554,0.0325123623194368,0.120255685076321,0.255951455205554,0.0297143039448891,0.0138467772634989,0.255951455205554,0.0195432076127132,0.017315645398017,0.5,0.255951455205554,0.0218608596036706,0.0932665902907626,0.5,0.255951455205554,0.000339186873831656,0.0759606191795207,0.5,0.255951455205554,4.52629034956358e-05,0.107339526097012,0.255951455205554,0.0259445037096756,0.0109327161947531,0.0,0.00970858082569778,0.255951455205554,0.00149066258357396,0.0123634773272907,0.5,0.255951455205554,0.0166760482516847,0.0750820221058213,0.255951455205554,0.0,0.00379583176704392,0.255951455205554,0.00335737999227122,0.0173296106870236,0.255951455205554,0.00178371232376924,0.00810185366080321,0.0404259147282323,0.365930381984363 -3597,0.255951455205554,0.0,0.172625334456445,0.255951455205554,0.0,0.0986614269519863,0.255951455205554,0.0,0.0935201142543062,0.255951455205554,0.0,0.108752058379209,0.255951455205554,0.0,0.0169543735601816,0.255951455205554,0.0,0.0106645614980642,0.5,0.255951455205554,0.0,0.0683506153018646,0.5,0.255951455205554,0.0,0.0684649178878682,0.5,0.255951455205554,0.0,0.0576923842861666,0.255951455205554,0.0,0.0303585386881041,0.0,0.00915249369690108,0.255951455205554,0.0,0.0112771671768953,0.5,0.255951455205554,0.0,0.0560878422249847,0.255951455205554,0.0,0.0128883085569544,0.255951455205554,0.0,0.0206221949086513,0.255951455205554,0.0,0.012569251825655,0.0,0.386836419819115 -3598,0.255951455205554,0.0,0.167863790276584,0.255951455205554,0.0,0.0819852453234224,0.255951455205554,0.0,0.0752985202717517,0.255951455205554,0.0,0.0901720026672384,0.255951455205554,0.0,0.0200186509133879,0.255951455205554,0.0,0.00733231808418005,0.5,0.255951455205554,0.0,0.0338010314186928,0.5,0.255951455205554,0.0,0.0673399758180819,0.5,0.255951455205554,0.0,0.0259598495145243,0.255951455205554,0.0,0.06131210505627,0.0,0.00946784944011849,0.255951455205554,0.0,0.0106457491767597,0.5,0.255951455205554,0.0,0.0444968540086888,0.255951455205554,0.0,0.0228111024536698,0.255951455205554,0.0,0.0253839530529826,0.255951455205554,0.0,0.0165541516919682,0.0,0.379929242565757 -3599,0.255951455205554,0.0,0.16997260917953,0.255951455205554,0.0,0.0690919372756306,0.255951455205554,0.0,0.0680338907111031,0.255951455205554,0.0,0.0843632437664333,0.255951455205554,0.0,0.0209817063220515,0.255951455205554,0.0,0.00685942233666494,0.5,0.255951455205554,0.0,0.0194017178406318,0.5,0.255951455205554,0.0,0.0604836977237513,0.5,0.255951455205554,0.0,0.0111688524366718,0.255951455205554,0.0,0.0674720771735344,0.0,0.0106884388109038,0.255951455205554,0.0,0.0142016932206245,0.5,0.255951455205554,0.0,0.0504455973490083,0.255951455205554,0.0,0.031759132561745,0.255951455205554,0.0,0.0291952785108378,0.255951455205554,0.0,0.0193156827783895,0.0,0.357108415112872 -3600,0.255951455205554,0.0,0.164870507122313,0.255951455205554,0.0,0.0653891459280312,0.255951455205554,0.0,0.0674102412740842,0.255951455205554,0.0,0.0842559108331702,0.255951455205554,0.0,0.0185296637293772,0.255951455205554,0.0,0.00618197624521768,0.5,0.255951455205554,0.0,0.0119894883461164,0.5,0.255951455205554,0.0,0.0398265910261727,0.5,0.255951455205554,0.0,0.00599042024842293,0.255951455205554,0.0,0.0558543827477358,0.0,0.012167015942699,0.255951455205554,0.0,0.0179496691562909,0.5,0.255951455205554,0.0,0.0604442380699652,0.255951455205554,0.0,0.0399120677711344,0.255951455205554,0.0,0.0326618842139047,0.255951455205554,0.0,0.0235438685398461,0.0,0.346891414293095 -3601,0.255951455205554,0.0,0.162775213140635,0.255951455205554,0.0,0.060515533237555,0.255951455205554,0.0,0.0705403573435589,0.255951455205554,0.0,0.0954031788696912,0.255951455205554,0.0,0.0141450253616935,0.255951455205554,0.0,0.00467230022992067,0.5,0.255951455205554,0.0,0.00816612667548741,0.5,0.255951455205554,0.0,0.0201963762127146,0.5,0.255951455205554,0.0,0.00521510537604032,0.255951455205554,0.0,0.0360501637955909,0.0,0.0137118348482872,0.255951455205554,0.0,0.0245102170281067,0.5,0.255951455205554,0.0,0.0707347240559798,0.255951455205554,0.0,0.0405325138381362,0.255951455205554,0.0,0.0369699957869593,0.255951455205554,0.0,0.0258914233373335,0.0,0.329750369242337 -3602,0.255951455205554,0.0,0.152512883614569,0.255951455205554,0.0,0.0541226135561704,0.255951455205554,0.0,0.073323882683854,0.255951455205554,0.0,0.101673366434334,0.255951455205554,0.0,0.0105794852552567,0.255951455205554,0.0,0.00432610192837973,0.5,0.255951455205554,0.0,0.00800890902704668,0.5,0.255951455205554,0.0,0.0127196654921373,0.5,0.255951455205554,0.0,0.00530029980491916,0.255951455205554,0.0,0.0297878704508395,0.0,0.0132699303656562,0.255951455205554,0.0,0.0318149152936533,0.5,0.255951455205554,0.0,0.078342064671257,0.255951455205554,0.0,0.0370869070611398,0.255951455205554,0.0,0.0474060486891388,0.255951455205554,0.0,0.0286937175866844,0.0,0.302766511677654 -3603,0.255951455205554,0.0,0.135970600462889,0.255951455205554,0.0,0.0559143043052604,0.255951455205554,0.0,0.0745195303696445,0.255951455205554,0.0,0.0987356210443186,0.255951455205554,0.0,0.00793914781043871,0.255951455205554,0.0,0.00540663985734592,0.5,0.255951455205554,0.0,0.00960689541467598,0.5,0.255951455205554,0.0,0.0112029172572611,0.5,0.255951455205554,0.0,0.00553564864021274,0.255951455205554,0.0,0.0299276083794364,0.0,0.0137229487478077,0.255951455205554,0.0,0.0386750557475646,0.5,0.255951455205554,0.0,0.0853012322435331,0.255951455205554,0.0,0.0377482618748945,0.255951455205554,0.0,0.0591573306810205,0.255951455205554,0.0,0.0320163829680705,0.0,0.276967047183562 -3604,0.255951455205554,0.0,0.138697848107636,0.255951455205554,0.0,0.0556017714965955,0.255951455205554,0.0,0.07572221195501,0.255951455205554,0.0,0.0944967692577933,0.255951455205554,0.0,0.00665407075137376,0.255951455205554,0.0,0.00656269520123776,0.5,0.255951455205554,0.0,0.0104899326659441,0.5,0.255951455205554,0.0,0.00961335427068999,0.5,0.255951455205554,0.0,0.00449111004993461,0.255951455205554,0.0,0.0305426188371313,0.0,0.0176627390606903,0.255951455205554,0.0,0.0407361059728214,0.5,0.255951455205554,0.0,0.0828462795866403,0.255951455205554,0.0,0.0368128196793745,0.255951455205554,0.0,0.0632164938089195,0.255951455205554,0.0,0.0309238390240647,0.0,0.281091387210484 -3605,0.255951455205554,0.00333039162328414,0.15176556529915,0.255951455205554,0.0040830611514289,0.0467308225440827,0.255951455205554,0.00146719481685606,0.0849486640008726,0.255951455205554,0.0018769963805232,0.106684949596341,0.255951455205554,0.000154407329919792,0.00546423051415041,0.255951455205554,0.000179214475284379,0.00551921064547596,0.5,0.255951455205554,0.0,0.00954816413022982,0.5,0.255951455205554,0.0,0.00815199988598428,0.5,0.255951455205554,0.000629377905223059,0.00310578284286724,0.255951455205554,0.0,0.0297918079599005,0.0076067478050727,0.0215531432990219,0.255951455205554,0.0074551445953378,0.03390989827387,0.5,0.255951455205554,0.00842042184173294,0.0753280392656363,0.255951455205554,0.00488276997509519,0.0326727920416341,0.255951455205554,0.00394498254763759,0.0597416768703069,0.255951455205554,0.00223587230388522,0.027271422144573,0.00545413171884796,0.313670021516428 -3606,0.255951455205554,0.0363122369791842,0.211241569394969,0.255951455205554,0.0637666271657161,0.0508501276888446,0.255951455205554,0.0448559791013919,0.105770925297651,0.255951455205554,0.0431083422725984,0.131217863425402,0.255951455205554,0.0442221101530809,0.00457010147291571,0.255951455205554,0.049898088840619,0.00289514513484459,0.5,0.255951455205554,0.0405445289866913,0.00661435504892948,0.5,0.255951455205554,0.0432072751437916,0.00635196746345395,0.5,0.255951455205554,0.0539728743179789,0.00217155599479212,0.255951455205554,0.0363826088363581,0.0227580172694117,0.0746801352036925,0.0166380353922283,0.255951455205554,0.0719340404859109,0.0322040723426164,0.5,0.255951455205554,0.0690856604625449,0.0833604351445459,0.255951455205554,0.07020582576894,0.0246236556655069,0.255951455205554,0.0652427026120637,0.0515669547632326,0.255951455205554,0.0606850738918058,0.0195184427802028,0.0679431844567202,0.367828536676523 -3607,0.255951455205554,0.0612631596704771,0.272394563053764,0.255951455205554,0.140365073375266,0.191951281720154,0.255951455205554,0.101987360845356,0.161678998845745,0.255951455205554,0.0879985077711428,0.199960695403332,0.255951455205554,0.122412721662444,0.00909327555829565,0.255951455205554,0.132024893482195,0.00175416555620014,0.5,0.255951455205554,0.119519364970188,0.00513495679941931,0.5,0.255951455205554,0.127369578902226,0.00871628409359433,0.5,0.255951455205554,0.143551292229884,0.00314838658357346,0.255951455205554,0.114727462650082,0.0182383244364959,0.166343975010678,0.0247285069450609,0.255951455205554,0.160887715275202,0.0602094334493429,0.5,0.255951455205554,0.154768871737427,0.159158395825174,0.255951455205554,0.163286780574144,0.0480570756049823,0.255951455205554,0.153819984764388,0.0948616328014791,0.255951455205554,0.148084515152935,0.0248597393467465,0.131213828956588,0.42271296389638 -3608,0.255951455205554,0.0885203672514749,0.302397741441685,0.255951455205554,0.166071522690744,0.371807737140894,0.255951455205554,0.166640019913152,0.245113033572337,0.255951455205554,0.0697607682547167,0.28190631434051,0.255951455205554,0.243061530901103,0.0390649039821392,0.255951455205554,0.256284119558929,0.0073980491592707,0.5,0.255951455205554,0.242551430654321,0.0108544749204113,0.5,0.255951455205554,0.253911362145138,0.027195066527265,0.5,0.255951455205554,0.270510511093983,0.00794441666433472,0.255951455205554,0.237085565106046,0.0348771722561659,0.283629616078578,0.0620669582221854,0.255951455205554,0.272957438796632,0.104973300320303,0.5,0.255951455205554,0.273612720622475,0.230312810268466,0.255951455205554,0.285767555111873,0.0971482850270441,0.255951455205554,0.278746196304333,0.162589451520489,0.255951455205554,0.272511027245765,0.0467906347745277,0.0763193902627708,0.448071715763341 -3609,0.255951455205554,0.114969628311943,0.292659749520426,0.255951455205554,0.100709582934764,0.295427750349525,0.255951455205554,0.20261133039935,0.257961315245884,0.255951455205554,0.0748226724181347,0.236614028654074,0.255951455205554,0.36878212061157,0.103054563800385,0.255951455205554,0.391330963534924,0.0338225398524556,0.5,0.255951455205554,0.378521371148583,0.0277625534972536,0.5,0.255951455205554,0.395628831749121,0.0542225174564073,0.5,0.255951455205554,0.411523076697967,0.0182906868964399,0.255951455205554,0.373654235144595,0.0830869020682799,0.406809744762889,0.10446507409938,0.255951455205554,0.404634242507835,0.136510175931892,0.5,0.255951455205554,0.405678316943571,0.262673305323254,0.255951455205554,0.422984421190955,0.11251205361442,0.255951455205554,0.413633828461,0.195531062664333,0.255951455205554,0.408977983487404,0.0725076109172003,0.0844340728275622,0.44178151796666 -3610,0.255951455205554,0.146964172600334,0.29739649725248,0.255951455205554,0.109765100346796,0.215858276303559,0.255951455205554,0.193194392397903,0.243774087650517,0.255951455205554,0.0944369771663812,0.198933772078856,0.255951455205554,0.475483169841656,0.165511407219196,0.255951455205554,0.526635130732169,0.0637663616427208,0.5,0.255951455205554,0.520997601426571,0.0485717345378629,0.5,0.255951455205554,0.534829103328649,0.0791937220435915,0.5,0.255951455205554,0.540820372065147,0.0325174007982839,0.255951455205554,0.518335238457591,0.125698201762629,0.529592571291343,0.157917735277734,0.255951455205554,0.529716083849576,0.165241857834813,0.5,0.255951455205554,0.527656613585256,0.260887691648374,0.255951455205554,0.556585572369406,0.12935195330371,0.255951455205554,0.543542102203501,0.225311546168345,0.255951455205554,0.545479041341574,0.111690458913178,0.120780962885606,0.428781748272686 -3611,0.255951455205554,0.214957449478205,0.327489998364402,0.255951455205554,0.120576426362008,0.202967431090878,0.255951455205554,0.197193550847762,0.240159083901823,0.255951455205554,0.117317899873333,0.202890031645954,0.255951455205554,0.52404979094175,0.226572151147541,0.255951455205554,0.613683965463649,0.0853172252296141,0.5,0.255951455205554,0.622187064542657,0.0555087913635312,0.5,0.255951455205554,0.636058887920521,0.108256993804088,0.5,0.255951455205554,0.611998606662119,0.0429874572723489,0.255951455205554,0.635290380174058,0.135067934151009,0.578495566406515,0.193984786816157,0.255951455205554,0.586605744877759,0.18258711697015,0.5,0.255951455205554,0.595536826021926,0.25640617251523,0.255951455205554,0.611632689479754,0.14477498486404,0.255951455205554,0.620091382368113,0.244041497399318,0.255951455205554,0.627477118092299,0.128728040521466,0.174436745796929,0.429957377380254 -3612,0.255951455205554,0.3270524248742,0.406738805637707,0.255951455205554,0.121120103655586,0.236673593890088,0.255951455205554,0.212066347328123,0.254888040486458,0.255951455205554,0.149139962833261,0.232768743045008,0.255951455205554,0.569722098155024,0.286169012134514,0.255951455205554,0.664605944429733,0.107522522780845,0.5,0.255951455205554,0.683667096488504,0.059554861035873,0.5,0.255951455205554,0.695380519070385,0.12506136965096,0.5,0.255951455205554,0.628660729323228,0.0461983321146373,0.255951455205554,0.705258015608308,0.143205695133507,0.64747715517409,0.200645115370397,0.255951455205554,0.6330150298264,0.189377449633788,0.5,0.255951455205554,0.632964749016864,0.260935931697068,0.255951455205554,0.654792976156039,0.150581979163883,0.255951455205554,0.652650380382823,0.26348852368053,0.255951455205554,0.683909744692436,0.137303209242293,0.278734103809525,0.456645020503366 -3613,0.255951455205554,0.441456561680504,0.493084039660602,0.255951455205554,0.118271751910185,0.269268291673543,0.255951455205554,0.211272272112729,0.27473277945622,0.255951455205554,0.148839787812388,0.264054424300791,0.255951455205554,0.578436787241892,0.29547669349047,0.255951455205554,0.671555441276351,0.128349453229633,0.5,0.255951455205554,0.703808914751588,0.0664526939755183,0.5,0.255951455205554,0.712904839689137,0.132382501878127,0.5,0.255951455205554,0.626365572519336,0.0537479430427017,0.255951455205554,0.731744486979199,0.143627680988774,0.670437887093176,0.215672192621166,0.255951455205554,0.650812621494886,0.20248631777,0.5,0.255951455205554,0.618542113899879,0.274055612164995,0.255951455205554,0.649978769993562,0.157778029705349,0.255951455205554,0.651344674625791,0.293654743878591,0.255951455205554,0.695950180924475,0.151204412142428,0.462635137289401,0.511738048785186 -3614,0.255951455205554,0.518171631295604,0.571571053352411,0.255951455205554,0.123626838171081,0.323531632005726,0.255951455205554,0.193395071711545,0.295223791439075,0.255951455205554,0.145903916737738,0.294394881386512,0.255951455205554,0.522876266680123,0.288160141174907,0.255951455205554,0.644729181347568,0.140878524701393,0.5,0.255951455205554,0.683627571168565,0.0703800545086405,0.5,0.255951455205554,0.68959442018771,0.135039274892726,0.5,0.255951455205554,0.581784218780731,0.0639430124617714,0.255951455205554,0.71037517223088,0.119767810392284,0.643976367353375,0.247334963054725,0.255951455205554,0.613837084044034,0.216761679514491,0.5,0.255951455205554,0.554611006406252,0.283273892728557,0.255951455205554,0.624521542610246,0.165624099111697,0.255951455205554,0.609103757905519,0.311479387231214,0.255951455205554,0.663693587263936,0.160667982584698,0.622836609818211,0.562069434598791 -3615,0.255951455205554,0.535030053077487,0.631916555859413,0.255951455205554,0.141722132418143,0.370662794890323,0.255951455205554,0.189703596244324,0.3210110352936,0.255951455205554,0.162953312746655,0.323390413068742,0.255951455205554,0.473094879770402,0.288689548461721,0.255951455205554,0.579972850707774,0.159009605156822,0.5,0.255951455205554,0.618643970536957,0.0830864521811079,0.5,0.255951455205554,0.621200471254688,0.136455248973161,0.5,0.255951455205554,0.51983512083861,0.0738121039886075,0.255951455205554,0.645600544126098,0.0872594358690607,0.584089373753853,0.257616006035206,0.255951455205554,0.540409404239708,0.230196156366185,0.5,0.255951455205554,0.460568137246386,0.275927635883308,0.255951455205554,0.561984177726201,0.167021912628733,0.255951455205554,0.520713697888616,0.336818282924071,0.255951455205554,0.591620654742518,0.177561398700554,0.559386376558514,0.542748565008455 -3616,0.255951455205554,0.472695103301995,0.64939362447471,0.255951455205554,0.171145175404031,0.416165570135251,0.255951455205554,0.176994455125995,0.332417539288387,0.255951455205554,0.169201660851685,0.357487320077802,0.255951455205554,0.386560541404862,0.287240201970192,0.255951455205554,0.473561762545753,0.172179281283171,0.5,0.255951455205554,0.515255063743762,0.103842140135308,0.5,0.255951455205554,0.507356107714243,0.125887100757625,0.5,0.255951455205554,0.41337691064543,0.0804537277143177,0.255951455205554,0.542515763907543,0.0676676425749445,0.472925548377406,0.274222919962384,0.255951455205554,0.419908420811082,0.246099073461592,0.5,0.255951455205554,0.340245025148455,0.253270045037946,0.255951455205554,0.441095161789953,0.156361764452457,0.255951455205554,0.408062282534246,0.36234247817768,0.255951455205554,0.483725246858337,0.200430475570234,0.494413068157449,0.504409739131728 -3617,0.255951455205554,0.366830801660468,0.60752544670678,0.255951455205554,0.187334782293836,0.429696303487941,0.255951455205554,0.148813300242439,0.308738662102652,0.255951455205554,0.163973669023841,0.347033431894126,0.255951455205554,0.27729936223556,0.27636955184628,0.255951455205554,0.353290830697762,0.17947539199007,0.5,0.255951455205554,0.381072675665215,0.117022443895431,0.5,0.255951455205554,0.369377590894084,0.10233827982311,0.5,0.255951455205554,0.297899683814786,0.0732971502012161,0.255951455205554,0.401139783972821,0.0512607621951091,0.343126186757921,0.31765651872088,0.255951455205554,0.311764737802671,0.255287192820401,0.5,0.255951455205554,0.229786633378683,0.221239394426821,0.255951455205554,0.328076745517574,0.146193590971297,0.255951455205554,0.278951528917533,0.366954958106997,0.255951455205554,0.352769043311866,0.223042689950136,0.378637059261651,0.458299280850571 -3618,0.255951455205554,0.252174439860955,0.512720768611304,0.255951455205554,0.163339280429595,0.376230677910244,0.255951455205554,0.109303485600598,0.258906171177633,0.255951455205554,0.129180436539097,0.297758798175582,0.255951455205554,0.169243278981671,0.235390987796618,0.255951455205554,0.233963794933215,0.15770720995027,0.5,0.255951455205554,0.250006572946079,0.116116323805334,0.5,0.255951455205554,0.23470594605157,0.0510456450409151,0.5,0.255951455205554,0.177951263129246,0.0356934313869745,0.255951455205554,0.263417910357046,0.0254572771444714,0.216352618939445,0.369509584188809,0.255951455205554,0.191801390765868,0.229741419611765,0.5,0.255951455205554,0.137813696596772,0.185005190119761,0.255951455205554,0.206316789875317,0.119557620227337,0.255951455205554,0.166375580173542,0.347032449887539,0.255951455205554,0.228156737227833,0.258195817131596,0.26523910052448,0.480663312579473 -3619,0.255951455205554,0.132497120922586,0.393603716891896,0.255951455205554,0.101386706917772,0.246728787828433,0.255951455205554,0.0602729008040083,0.192507668764043,0.255951455205554,0.0749698175602472,0.220016566556495,0.255951455205554,0.0769495440797991,0.162868991209789,0.255951455205554,0.112641271138746,0.142440021384625,0.5,0.255951455205554,0.126838418554876,0.0803202364646713,0.5,0.255951455205554,0.105054174745715,0.018546413502169,0.5,0.255951455205554,0.0706252391596935,0.0153009449977786,0.255951455205554,0.127513038879249,0.0069913762613971,0.0806201977386051,0.345162497546397,0.255951455205554,0.0675356705010199,0.203205772678789,0.5,0.255951455205554,0.0642427236973576,0.148484077333067,0.255951455205554,0.0677526443149569,0.146132753426093,0.255951455205554,0.0642705183009151,0.310575381564786,0.255951455205554,0.0952150071978386,0.298077979943858,0.134342288197322,0.47290367590667 -3620,0.255951455205554,0.0368650757860619,0.239512673755809,0.255951455205554,0.0294832160287782,0.0884784836630484,0.255951455205554,0.0178145293258054,0.120469555193979,0.255951455205554,0.0229895181303289,0.139886755696994,0.255951455205554,0.0171934978384536,0.106625679669651,0.255951455205554,0.0188776025091292,0.144393901945699,0.5,0.255951455205554,0.02372355505283,0.0787880890540485,0.5,0.255951455205554,0.00212009885374403,0.0147072609665211,0.5,0.255951455205554,0.00016330627950737,0.0176010910185065,0.255951455205554,0.0230445772315209,0.0204817093214385,0.0,0.244214203436717,0.255951455205554,0.0004924885571748,0.184802693369396,0.5,0.255951455205554,0.0110235883068904,0.0986977739409513,0.255951455205554,0.0,0.190684273430608,0.255951455205554,0.000988264780006598,0.211006741028939,0.255951455205554,0.00418556668833879,0.229667790380941,0.0375924364239923,0.456972929833441 -3621,0.255951455205554,0.0,0.182585333069546,0.255951455205554,0.0,0.072244492145148,0.255951455205554,0.0,0.100156814194156,0.255951455205554,0.0,0.121159256892878,0.255951455205554,0.0,0.0691583291844838,0.255951455205554,0.0,0.13408017309882,0.5,0.255951455205554,0.0,0.0797335378122917,0.5,0.255951455205554,0.0,0.00972726381022964,0.5,0.255951455205554,0.0,0.0258904030300647,0.255951455205554,0.0,0.0424355181147442,0.0,0.154279501928735,0.255951455205554,0.0,0.139735789821429,0.5,0.255951455205554,0.0,0.0556914274237772,0.255951455205554,0.0,0.158611614977264,0.255951455205554,0.0,0.125615453477937,0.255951455205554,0.0,0.114293795136792,0.0,0.441494166559972 -3622,0.255951455205554,0.0,0.1558068650397,0.255951455205554,0.0,0.0666520412480673,0.255951455205554,0.0,0.0891227853587442,0.255951455205554,0.0,0.107938534279248,0.255951455205554,0.0,0.0459106594314741,0.255951455205554,0.0,0.092979964213177,0.5,0.255951455205554,0.0,0.0788143333199544,0.5,0.255951455205554,0.0,0.00701300835848014,0.5,0.255951455205554,0.0,0.0370296274721347,0.255951455205554,0.0,0.0499861968026435,0.0,0.0871263769409782,0.255951455205554,0.0,0.0870551079305415,0.5,0.255951455205554,0.0,0.0475570931853769,0.255951455205554,0.0,0.0889463945770338,0.255951455205554,0.0,0.0803620618506054,0.255951455205554,0.0,0.0418833425020136,0.0,0.437110990478098 -3623,0.255951455205554,0.0,0.130304448166625,0.255951455205554,0.0,0.0550369738149994,0.255951455205554,0.0,0.0810570350211805,0.255951455205554,0.0,0.100042832948475,0.255951455205554,0.0,0.0349890207673731,0.255951455205554,0.0,0.0551040528929308,0.5,0.255951455205554,0.0,0.0728592460092327,0.5,0.255951455205554,0.0,0.0114149268915116,0.5,0.255951455205554,0.0,0.0432821540917812,0.255951455205554,0.0,0.0507926203266809,0.0,0.0503848525821583,0.255951455205554,0.0,0.0551293488839028,0.5,0.255951455205554,0.0,0.0465255132019908,0.255951455205554,0.0,0.0469713010499115,0.255951455205554,0.0,0.0554183649311422,0.255951455205554,0.0,0.012179001676173,0.0,0.445572260216198 -3624,0.255951455205554,0.0,0.111115036891111,0.255951455205554,0.0,0.052125626570138,0.255951455205554,0.0,0.0773518689747756,0.255951455205554,0.0,0.0936018953691731,0.255951455205554,0.0,0.0285355850282726,0.255951455205554,0.0,0.0323343428230961,0.5,0.255951455205554,0.0,0.05984346463614,0.5,0.255951455205554,0.0,0.0196477250324322,0.5,0.255951455205554,0.0,0.0384446464659013,0.255951455205554,0.0,0.0511920074782037,0.0,0.0374687302168942,0.255951455205554,0.0,0.0410917923914709,0.5,0.255951455205554,0.0,0.0448785661208608,0.255951455205554,0.0,0.0357430361651326,0.255951455205554,0.0,0.0363458260858946,0.255951455205554,0.0,0.00375966291033462,0.0,0.442380258614438 -3625,0.255951455205554,0.0,0.0978405256131978,0.255951455205554,0.0,0.0558865298525466,0.255951455205554,0.0,0.0756396188963342,0.255951455205554,0.0,0.0930324761451328,0.255951455205554,0.0,0.0238830952010973,0.255951455205554,0.0,0.0175070818891041,0.5,0.255951455205554,0.0,0.0462472633283343,0.5,0.255951455205554,0.0,0.0191478437603485,0.5,0.255951455205554,0.0,0.0298327551210889,0.255951455205554,0.0,0.0490884536854428,0.0,0.032586598380586,0.255951455205554,0.0,0.0348075888613914,0.5,0.255951455205554,0.0,0.0400612692854885,0.255951455205554,0.0,0.0371023632061531,0.255951455205554,0.0,0.0253256801310964,0.255951455205554,0.0,0.00182017637935047,0.0,0.409780525569432 -3626,0.255951455205554,0.0,0.084556063127613,0.255951455205554,0.0,0.054877344230633,0.255951455205554,0.0,0.0709984244775183,0.255951455205554,0.0,0.0923764911108978,0.255951455205554,0.0,0.0224838087512765,0.255951455205554,0.0,0.00923472216924661,0.5,0.255951455205554,0.0,0.0393181754227839,0.5,0.255951455205554,0.0,0.0173555005872004,0.5,0.255951455205554,0.0,0.0217855645270017,0.255951455205554,0.0,0.0512297385098231,0.0,0.0282518296813404,0.255951455205554,0.0,0.030126036425131,0.5,0.255951455205554,0.0,0.0362942820304621,0.255951455205554,0.0,0.0364460043982092,0.255951455205554,0.0,0.0185146840140432,0.255951455205554,0.0,0.00150911961172549,0.0,0.358301624513766 -3627,0.255951455205554,0.0,0.0695016636780618,0.255951455205554,0.0,0.0427793931280238,0.255951455205554,0.0,0.0670876645280441,0.255951455205554,0.0,0.0893493671448488,0.255951455205554,0.0,0.0211305093457555,0.255951455205554,0.0,0.00604218004183214,0.5,0.255951455205554,0.0,0.0279101671467902,0.5,0.255951455205554,0.0,0.0174704501023092,0.5,0.255951455205554,0.0,0.0172997580603993,0.255951455205554,0.0,0.0539218380656572,0.0,0.0231230146706971,0.255951455205554,0.0,0.0256049578639431,0.5,0.255951455205554,0.0,0.0339856612861816,0.255951455205554,0.0,0.0351790590187808,0.255951455205554,0.0,0.014798793926853,0.255951455205554,0.0,0.00182179566333104,0.0,0.306078851414958 -3628,0.255951455205554,0.0,0.0563340549200702,0.255951455205554,0.0,0.0360771149784959,0.255951455205554,0.0,0.0624503628274127,0.255951455205554,0.0,0.083438324970851,0.255951455205554,0.0,0.0198437942121125,0.255951455205554,0.0,0.00696616153639209,0.5,0.255951455205554,0.0,0.0199021926721815,0.5,0.255951455205554,0.0,0.0129082827062624,0.5,0.255951455205554,0.0,0.016308522563689,0.255951455205554,0.0,0.0377748442261821,0.0,0.0190193935339346,0.255951455205554,0.0,0.0196499353889254,0.5,0.255951455205554,0.0,0.0302935741986074,0.255951455205554,0.0,0.0314334539087365,0.255951455205554,0.0,0.0125834982889572,0.255951455205554,0.0,0.00206487732295153,0.0,0.270855514620611 -3629,0.255951455205554,0.00115298785545767,0.0458694245593409,0.255951455205554,0.00205174269582527,0.0316343947796372,0.255951455205554,0.00113038947082782,0.0573122368107384,0.255951455205554,0.00122986997123631,0.0774018237060713,0.255951455205554,0.000122515098075138,0.0195790533839053,0.255951455205554,6.95444523964605e-05,0.00834099671823835,0.5,0.255951455205554,0.0,0.0192476474507267,0.5,0.255951455205554,0.0,0.00984775158555568,0.5,0.255951455205554,0.000573494208866842,0.0180322434807916,0.255951455205554,0.0,0.02492905862891,0.00434719164701764,0.0156210712061731,0.255951455205554,0.00462206516165849,0.0171100733220954,0.5,0.255951455205554,0.00859416412453202,0.0266975270756913,0.255951455205554,0.00266560311809925,0.0307040474911156,0.255951455205554,0.000880862558706321,0.0117108711887882,0.255951455205554,0.000962180617884262,0.00277548204297481,0.000643080235163669,0.251160727065368 -3630,0.255951455205554,0.0107202865617527,0.0326089906092695,0.255951455205554,0.0235427650539303,0.0335037819256178,0.255951455205554,0.0331864496473428,0.0712753091831877,0.255951455205554,0.0267649630819504,0.101030457682023,0.255951455205554,0.039018153782613,0.023383024289615,0.255951455205554,0.0317961666216349,0.00771052413765851,0.5,0.255951455205554,0.0383699620382507,0.0175638208887376,0.5,0.255951455205554,0.0414588272218179,0.00806784336773109,0.5,0.255951455205554,0.0480905901623911,0.0217720308916288,0.255951455205554,0.0293913039278441,0.0273005481627295,0.0524271027494325,0.0150330803994885,0.255951455205554,0.0408988909636104,0.0214799934671609,0.5,0.255951455205554,0.0654419907889054,0.0306869621836192,0.255951455205554,0.035008125664364,0.0356784568015394,0.255951455205554,0.0143565934830594,0.0169072361542108,0.255951455205554,0.025283142676412,0.00694601919642816,0.0104511304020543,0.237964128902079 -3631,0.255951455205554,0.026397904999465,0.0231208879612863,0.255951455205554,0.0582668875048906,0.0513315767543279,0.255951455205554,0.0762618537708967,0.108002046159618,0.255951455205554,0.0649686462552118,0.109016524406027,0.255951455205554,0.111880608664284,0.0568034883340088,0.255951455205554,0.0842787878507978,0.0194172894491369,0.5,0.255951455205554,0.116984307169349,0.0326851567663626,0.5,0.255951455205554,0.123232619595914,0.0179315270106351,0.5,0.255951455205554,0.121975280811835,0.0411404717542454,0.255951455205554,0.110810500272213,0.0525673560975989,0.122846506253357,0.0346434253988255,0.255951455205554,0.0894169480567797,0.0363241828315092,0.5,0.255951455205554,0.142164088252235,0.0497001562147809,0.255951455205554,0.0806933198215997,0.0516615921773396,0.255951455205554,0.0439195185113034,0.0386742517365405,0.255951455205554,0.0610181992504673,0.013711653389927,0.0233184150679803,0.226025338721063 -3632,0.255951455205554,0.0474534763746706,0.0170087604453856,0.255951455205554,0.0674611409355284,0.0659603841438498,0.255951455205554,0.110892663196569,0.100685821653323,0.255951455205554,0.0891312545605361,0.0952292987173369,0.255951455205554,0.211566244576234,0.0814344635508083,0.255951455205554,0.153572865800839,0.0513618741537485,0.5,0.255951455205554,0.226711272297046,0.100686709591794,0.5,0.255951455205554,0.237851589054879,0.0418329541243437,0.5,0.255951455205554,0.201187543773442,0.0567891489540152,0.255951455205554,0.216916678222098,0.107155973203938,0.19405334236753,0.0476170233089083,0.255951455205554,0.151939548399139,0.0452455101327842,0.5,0.255951455205554,0.246469368346454,0.0500087569283305,0.255951455205554,0.13381607483613,0.0679686191449319,0.255951455205554,0.0805413682988463,0.0459149476075845,0.255951455205554,0.102929458089453,0.0206290135212694,0.0375720228150122,0.205607506354202 -3633,0.255951455205554,0.0696565107723916,0.0109940041896646,0.255951455205554,0.0664401451053995,0.0804260192063783,0.255951455205554,0.150721856485358,0.0919078990590845,0.255951455205554,0.120884046539505,0.08326706631896,0.255951455205554,0.287961867218105,0.0880734085826455,0.255951455205554,0.199331512220106,0.0505860074573954,0.5,0.255951455205554,0.332073173758619,0.112347409422156,0.5,0.255951455205554,0.362145639335804,0.0611393150264503,0.5,0.255951455205554,0.281466296883463,0.0569300825916525,0.255951455205554,0.343645437452835,0.112328013217272,0.211969542777325,0.0426165296372095,0.255951455205554,0.228810820058799,0.040200035873412,0.5,0.255951455205554,0.352966190214581,0.0283320332372754,0.255951455205554,0.181160561505789,0.0606785303674838,0.255951455205554,0.110780871549522,0.0446246615158932,0.255951455205554,0.143116791334047,0.0238098666984208,0.0562007237845141,0.164002378573153 -3634,0.255951455205554,0.0860426402273503,0.00824589936629259,0.255951455205554,0.0899505251718711,0.0862387506755824,0.255951455205554,0.19419900163661,0.0886496065215589,0.255951455205554,0.144177726371443,0.0839845064405987,0.255951455205554,0.367925168570102,0.101716614322102,0.255951455205554,0.220997402205805,0.049117155200609,0.5,0.255951455205554,0.390495495020122,0.100626749556899,0.5,0.255951455205554,0.477112181477568,0.0782205317911127,0.5,0.255951455205554,0.377271170235362,0.0505348568365072,0.255951455205554,0.491829625204192,0.0754676667237533,0.215526617749186,0.0455879904367865,0.255951455205554,0.302080574345588,0.0425648057169382,0.5,0.255951455205554,0.441068480484717,0.0134437038906053,0.255951455205554,0.209772920799168,0.0513246800834015,0.255951455205554,0.148590472281782,0.0441248466430185,0.255951455205554,0.172805943846453,0.0256249775819924,0.0724394278445292,0.113597416938641 -3635,0.255951455205554,0.105142553414644,0.00704804194363388,0.255951455205554,0.0948521963096494,0.077232096268331,0.255951455205554,0.228935604462128,0.0835010025294544,0.255951455205554,0.173175928753694,0.0829251861249752,0.255951455205554,0.428275970958032,0.115166227722176,0.255951455205554,0.257221558909522,0.048353497747164,0.5,0.255951455205554,0.41674146319586,0.091829531584647,0.5,0.255951455205554,0.525908973184401,0.092263262434826,0.5,0.255951455205554,0.463679921050334,0.0527403079637928,0.255951455205554,0.607510499468849,0.0666587721361709,0.244872288550274,0.0502871399997142,0.255951455205554,0.331492584719187,0.0429880826302342,0.5,0.255951455205554,0.481936847432492,0.00852295061097166,0.255951455205554,0.228756415552633,0.0518285224291553,0.255951455205554,0.182691535646576,0.0456351305729599,0.255951455205554,0.204234614199639,0.0261286004734327,0.0929075781571959,0.078446903632279 -3636,0.255951455205554,0.109325705593517,0.00590002876413727,0.255951455205554,0.093405281527624,0.0626585980573403,0.255951455205554,0.263553042685966,0.0784102985442702,0.255951455205554,0.210054237276124,0.0786486577219987,0.255951455205554,0.490724620886477,0.114566059091628,0.255951455205554,0.304703729057038,0.0470871381288445,0.5,0.255951455205554,0.439750613996285,0.0891261041867264,0.5,0.255951455205554,0.559358458838567,0.101720079664957,0.5,0.255951455205554,0.519964828335398,0.0694435407104145,0.255951455205554,0.662375227161046,0.0794898766555921,0.281508852305466,0.0514219152301343,0.255951455205554,0.34432844507395,0.0396230884433448,0.5,0.255951455205554,0.444964709772653,0.00608586319318933,0.255951455205554,0.23949787376673,0.0547681924234966,0.255951455205554,0.213116834801753,0.0428106776341725,0.255951455205554,0.221380387453644,0.0248423623775757,0.108753229412181,0.0595015268153394 -3637,0.255951455205554,0.125097067785455,0.00506727648414092,0.255951455205554,0.102221672483881,0.0478473745012399,0.255951455205554,0.288798931238805,0.0665913194021955,0.255951455205554,0.243125165818146,0.0613256789286005,0.255951455205554,0.537627964362078,0.099197767417843,0.255951455205554,0.339825097124073,0.0462262449999875,0.5,0.255951455205554,0.452744168581212,0.0887154077878662,0.5,0.255951455205554,0.57783929684771,0.120100938667447,0.5,0.255951455205554,0.574974477426339,0.0918917753219953,0.255951455205554,0.683300441818758,0.0881685570101513,0.310205061319401,0.0388942109130198,0.255951455205554,0.345125524226242,0.0314640873948653,0.5,0.255951455205554,0.396640220226024,0.00324871757848139,0.255951455205554,0.231561974387364,0.0547430826848021,0.255951455205554,0.224926237715993,0.0381663949794679,0.255951455205554,0.247553317444228,0.0229926765106041,0.10893301223304,0.0488991557849136 -3638,0.255951455205554,0.140619629734695,0.00458469735565783,0.255951455205554,0.151014504571245,0.0326113542325463,0.255951455205554,0.288814820002806,0.0511841131342194,0.255951455205554,0.258581946476231,0.0384837497202923,0.255951455205554,0.555001242328129,0.0836029043326392,0.255951455205554,0.352302542855456,0.0457328578050977,0.5,0.255951455205554,0.466726888386534,0.0845174226751983,0.5,0.255951455205554,0.542752333572691,0.145463382419114,0.5,0.255951455205554,0.5297834833478,0.11087173682392,0.255951455205554,0.653894049273831,0.0875746277309821,0.340993901617938,0.0259836166574314,0.255951455205554,0.301937794536184,0.0247601853844247,0.5,0.255951455205554,0.364463612920921,0.002125403786431,0.255951455205554,0.225661713805174,0.053283324280605,0.255951455205554,0.220630872691665,0.0328334331154143,0.255951455205554,0.254266166935246,0.0206907384025017,0.0957592993527796,0.0503146056441167 -3639,0.255951455205554,0.147537755131197,0.00377876273569813,0.255951455205554,0.141352368288194,0.0184014961734125,0.255951455205554,0.2707344656148,0.0363037923005129,0.255951455205554,0.1797745899603,0.0237036413581942,0.255951455205554,0.535712068303378,0.0697463484638696,0.255951455205554,0.303891561301101,0.0362042187408649,0.5,0.255951455205554,0.464475138898331,0.0784511812034337,0.5,0.255951455205554,0.502108338088673,0.163666516936716,0.5,0.255951455205554,0.420170712130421,0.115534285038926,0.255951455205554,0.598132834549011,0.0882591766908562,0.358656823227875,0.0209268341859564,0.255951455205554,0.288187301683532,0.0219595387416906,0.5,0.255951455205554,0.323166555549366,0.00150467242863554,0.255951455205554,0.213613198232075,0.0567264990624488,0.255951455205554,0.196565907675397,0.0251246453474656,0.255951455205554,0.247681469651906,0.0181428397004883,0.10102956663093,0.0498771950709176 -3640,0.255951455205554,0.174333513640395,0.00297817587764662,0.255951455205554,0.184072674507262,0.00725416476739139,0.255951455205554,0.235242337639027,0.0246290210166826,0.255951455205554,0.148252237608701,0.0112353724955876,0.255951455205554,0.469007717583818,0.0601997280476604,0.255951455205554,0.262704819101073,0.0297108894670562,0.5,0.255951455205554,0.403806592657241,0.0753417304690566,0.5,0.255951455205554,0.399022092678303,0.157790110295473,0.5,0.255951455205554,0.322360151646567,0.112225335831692,0.255951455205554,0.50908410572029,0.0919234094552967,0.262294826076137,0.0200733147716874,0.255951455205554,0.268019200012027,0.0242419890853463,0.5,0.255951455205554,0.271248165538605,0.0023785783214602,0.255951455205554,0.193630102775029,0.0565454743792521,0.255951455205554,0.157997309143883,0.0178414843698769,0.255951455205554,0.214076001906711,0.0147520289810054,0.24577732860629,0.0439628785945891 -3641,0.255951455205554,0.208861426977449,0.00345628932403516,0.255951455205554,0.140553043255882,0.000837887187698246,0.255951455205554,0.163371621357381,0.0167518527166893,0.255951455205554,0.103102023721599,0.00233075831804516,0.255951455205554,0.357973503910614,0.0501633373815207,0.255951455205554,0.210208749480857,0.0239127250540433,0.5,0.255951455205554,0.30531590713431,0.0665751830815024,0.5,0.255951455205554,0.303821090819284,0.135951586939012,0.5,0.255951455205554,0.229771812869417,0.0967775288675604,0.255951455205554,0.382362654261027,0.0943692021711201,0.208205183284341,0.0286806330881382,0.255951455205554,0.226393330061416,0.0251023994432848,0.5,0.255951455205554,0.205521016763962,0.0055515848348746,0.255951455205554,0.134534165311123,0.049824954946797,0.255951455205554,0.108552819601437,0.0123032697585168,0.255951455205554,0.152683062628191,0.00981943510724967,0.384218361908802,0.0396352924578117 -3642,0.255951455205554,0.178837590382666,0.0034979561127364,0.255951455205554,0.0703384774631332,0.000187719979851463,0.255951455205554,0.0959895369878755,0.0133775927245779,0.255951455205554,0.0676097930395378,0.000148620164330685,0.255951455205554,0.236577712088005,0.0384440819509868,0.255951455205554,0.134668934133762,0.0156091087353704,0.5,0.255951455205554,0.189102166962139,0.0478328259610568,0.5,0.255951455205554,0.186567955937263,0.102153321357479,0.5,0.255951455205554,0.148673031600202,0.07705000000482,0.255951455205554,0.255714733229748,0.0879048200886452,0.171875032189008,0.0310376468775484,0.255951455205554,0.151452671272183,0.023483911989707,0.5,0.255951455205554,0.135358812282283,0.0131928122574132,0.255951455205554,0.0781961139893929,0.040118287679047,0.255951455205554,0.0592744300118081,0.008140463859214,0.255951455205554,0.0904353208643222,0.00610774122191816,0.262456311467339,0.0336427025692705 -3643,0.255951455205554,0.0987874359153968,0.00228199028838547,0.255951455205554,0.0273613079830693,0.000510048884411479,0.255951455205554,0.0422182735908148,0.0090598943153693,0.255951455205554,0.0119322636854195,4.58576411522871e-05,0.255951455205554,0.116651766752157,0.0227035139392511,0.255951455205554,0.0615213940589925,0.00552678870339893,0.5,0.255951455205554,0.0867394004923556,0.0216588550063016,0.5,0.255951455205554,0.0847956665834716,0.0634130833257723,0.5,0.255951455205554,0.0647863201101938,0.0590932475701107,0.255951455205554,0.128371814288132,0.0682704232195257,0.0884883551397124,0.0229806340296643,0.255951455205554,0.0624942177739981,0.017558844685015,0.5,0.255951455205554,0.0642153578121533,0.0204539397260505,0.255951455205554,0.0307932247140369,0.0277367733166695,0.255951455205554,0.0232953801355352,0.00464278099914757,0.255951455205554,0.0376888498328427,0.00245144902438753,0.135358108045562,0.0261670175926827 -3644,0.255951455205554,0.0312322251062369,0.000367114334203356,0.255951455205554,0.00466266687643349,0.00104209490080563,0.255951455205554,0.00777461028317589,0.00486377899799216,0.255951455205554,0.00110086370898676,0.000326739862287095,0.255951455205554,0.0279659857454435,0.0164668861240958,0.255951455205554,0.0107049840326129,0.00219979051962459,0.5,0.255951455205554,0.0174458914374692,0.00598500518662918,0.5,0.255951455205554,0.00317171758426664,0.0439261568958453,0.5,0.255951455205554,0.000248719175499655,0.0382494345007221,0.255951455205554,0.0268139584229999,0.0357827294977182,0.0,0.0309459930924246,0.255951455205554,0.00101387338070693,0.022183049209107,0.5,0.255951455205554,0.0116021178004941,0.0137272231084018,0.255951455205554,0.0,0.017696598636626,0.255951455205554,0.00239250847531246,0.00249359138477466,0.255951455205554,0.00227258745018443,0.00122143913821838,0.0382391832105482,0.01990147877347 -3645,0.255951455205554,0.0,0.000201357503604916,0.255951455205554,0.0,0.00238041903143588,0.255951455205554,9.13447757438564e-09,0.00377159864077603,0.255951455205554,0.0,0.00160225894129397,0.255951455205554,0.0,0.0189403196353276,0.255951455205554,0.0,0.00196391738712267,0.5,0.255951455205554,0.0,0.00308427367652248,0.5,0.255951455205554,0.0,0.0330921809266285,0.5,0.255951455205554,0.0,0.0287907855313729,0.255951455205554,0.0,0.0289702337344692,0.0,0.0511889652154692,0.255951455205554,0.0,0.0267809671665329,0.5,0.255951455205554,0.0,0.0141435332885948,0.255951455205554,0.0,0.0159320758207404,0.255951455205554,0.0,0.00232418073050184,0.255951455205554,0.0,0.00109793593453069,0.0,0.0152854351100451 -3646,0.255951455205554,0.0,0.00040973196611814,0.255951455205554,0.0,0.00461769804688773,0.255951455205554,0.0,0.00458929794995557,0.255951455205554,0.0,0.00453390113220079,0.255951455205554,0.0,0.0177602374734807,0.255951455205554,0.0,0.00165285067211777,0.5,0.255951455205554,0.0,0.00223609993864581,0.5,0.255951455205554,0.0,0.0218370750616622,0.5,0.255951455205554,0.0,0.0192060437611706,0.255951455205554,0.0,0.0149566625862018,0.0,0.0494033319780681,0.255951455205554,0.0,0.0277033312368407,0.5,0.255951455205554,0.0,0.0135125439589356,0.255951455205554,0.0,0.0154549679151955,0.255951455205554,0.0,0.00316546419258794,0.255951455205554,0.0,0.000741588276460602,0.0,0.00939810551923427 -3647,0.255951455205554,0.0,0.000882453133156867,0.255951455205554,0.0,0.00572519314045549,0.255951455205554,0.0,0.005497050132339,0.255951455205554,0.0,0.00956081209961597,0.255951455205554,0.0,0.0165461306757905,0.255951455205554,0.0,0.00191627788709197,0.5,0.255951455205554,0.0,0.0029511534451519,0.5,0.255951455205554,0.0,0.0156250242765841,0.5,0.255951455205554,0.0,0.0138378519417675,0.255951455205554,0.0,0.00700039893283182,0.0,0.0455597315941517,0.255951455205554,0.0,0.0270836174803517,0.5,0.255951455205554,0.0,0.0145548153524763,0.255951455205554,0.0,0.0126720088290762,0.255951455205554,0.0,0.00428793893779579,0.255951455205554,0.0,0.000494509466161994,0.0,0.00603120745462916 -3648,0.255951455205554,0.0,0.00157047784928889,0.255951455205554,0.0,0.00591277138791016,0.255951455205554,0.0,0.00641229626278804,0.255951455205554,0.0,0.0129312857228686,0.255951455205554,0.0,0.0142880181647096,0.255951455205554,0.0,0.00340254365641054,0.5,0.255951455205554,0.0,0.00408779844512809,0.5,0.255951455205554,0.0,0.0112286981897086,0.5,0.255951455205554,0.0,0.0116002412036272,0.255951455205554,0.0,0.00324330673054774,0.0,0.039575403723895,0.255951455205554,0.0,0.0256327331646569,0.5,0.255951455205554,0.0,0.0141534761725139,0.255951455205554,0.0,0.00915463538920698,0.255951455205554,0.0,0.00515401381085552,0.255951455205554,0.0,0.000299680468759883,0.0,0.00525704022227302 -3649,0.255951455205554,0.0,0.00272829370246095,0.255951455205554,0.0,0.00387364523667791,0.255951455205554,0.0,0.00694997349385436,0.255951455205554,0.0,0.0135273723919019,0.255951455205554,0.0,0.0116626538317615,0.255951455205554,0.0,0.0046350914962789,0.5,0.255951455205554,0.0,0.00475634022265643,0.5,0.255951455205554,0.0,0.00803688243212576,0.5,0.255951455205554,0.0,0.0103332075084907,0.255951455205554,0.0,0.00138781221087472,0.0,0.0343943462499875,0.255951455205554,0.0,0.0237498178783048,0.5,0.255951455205554,0.0,0.011272687329736,0.255951455205554,0.0,0.00691113774207396,0.255951455205554,0.0,0.00544308103301557,0.255951455205554,0.0,0.000230766815427515,0.0,0.00565756053858528 -3650,0.255951455205554,0.0,0.00403838551268157,0.255951455205554,0.0,0.00225002216098989,0.255951455205554,0.0,0.00711913733567764,0.255951455205554,0.0,0.0111225917319661,0.255951455205554,0.0,0.0100120620039613,0.255951455205554,0.0,0.00539079112408169,0.5,0.255951455205554,0.0,0.00515990293363409,0.5,0.255951455205554,0.0,0.00605238780696889,0.5,0.255951455205554,0.0,0.00893931710357358,0.255951455205554,0.0,0.00204925780322188,0.0,0.0297443447185146,0.255951455205554,0.0,0.0225091637979718,0.5,0.255951455205554,0.0,0.00888997062607332,0.255951455205554,0.0,0.00684235485289905,0.255951455205554,0.0,0.00555345780071437,0.255951455205554,0.0,0.000339430897391388,0.0,0.00636854782568015 -3651,0.255951455205554,0.0,0.00592262651299703,0.255951455205554,0.0,0.00120464160157574,0.255951455205554,0.0,0.00665312768496404,0.255951455205554,0.0,0.00917455471572931,0.255951455205554,0.0,0.00888397423170957,0.255951455205554,0.0,0.00629269291463054,0.5,0.255951455205554,0.0,0.00556096254971473,0.5,0.255951455205554,0.0,0.00474537507440126,0.5,0.255951455205554,0.0,0.00808502057866259,0.255951455205554,0.0,0.0029638391697365,0.0,0.0242645612431753,0.255951455205554,0.0,0.0211606194566372,0.5,0.255951455205554,0.0,0.00640263633712544,0.255951455205554,0.0,0.00827200575654424,0.255951455205554,0.0,0.00501751642397866,0.255951455205554,0.0,0.000498304735125586,0.0,0.00563582164402974 -3652,0.255951455205554,0.0,0.00901954472687461,0.255951455205554,0.0,0.00102286452759994,0.255951455205554,0.0,0.00629160088125438,0.255951455205554,0.0,0.00942854645773013,0.255951455205554,0.0,0.00920924107271982,0.255951455205554,0.0,0.00610442894075617,0.5,0.255951455205554,0.0,0.00565122295326091,0.5,0.255951455205554,0.0,0.00379793759819372,0.5,0.255951455205554,0.0,0.00754598430483754,0.255951455205554,0.0,0.00278577280461371,0.0,0.0177864487356607,0.255951455205554,0.0,0.0198205391853806,0.5,0.255951455205554,0.0,0.00496032599159018,0.255951455205554,0.0,0.0100342065729934,0.255951455205554,0.0,0.00427412083831957,0.255951455205554,0.0,0.000676926237602271,0.0,0.0055079096936624 -3653,0.255951455205554,0.00298018639534328,0.0121210343679378,0.255951455205554,0.000521821606601015,0.000378676544619682,0.255951455205554,0.000779557278864171,0.00692859290198199,0.255951455205554,0.000458044550448168,0.0111780578113479,0.255951455205554,0.000252373703262546,0.00938424390593404,0.255951455205554,0.000303024267191683,0.00521309864979489,0.5,0.255951455205554,0.0,0.00515359930714117,0.5,0.255951455205554,0.0,0.00365489638452891,0.5,0.255951455205554,0.000644923802831373,0.00712261219714805,0.255951455205554,0.0,0.00136905638087409,0.00713325306111439,0.0103719902022695,0.255951455205554,0.00651523227221838,0.0181763719882282,0.5,0.255951455205554,0.0105005540885749,0.00475905984910173,0.255951455205554,0.00382293935917841,0.0115102859769327,0.255951455205554,0.00220124553056886,0.00402897336178807,0.255951455205554,0.000899716551032101,0.000813173133320135,0.00514399713872838,0.0100175208951981 -3654,0.255951455205554,0.0406558583308034,0.0141599688382039,0.255951455205554,0.00695959875339687,0.000126864549347496,0.255951455205554,0.0220955567338637,0.00786373674830947,0.255951455205554,0.0125814449092671,0.0133835811195975,0.255951455205554,0.0395580444699951,0.00831968015996799,0.255951455205554,0.0281040904178235,0.00438221687847911,0.5,0.255951455205554,0.0161677495277679,0.00425610470344916,0.5,0.255951455205554,0.0350308646254307,0.00366315942201114,0.5,0.255951455205554,0.0411855634938241,0.00661530140569826,0.255951455205554,0.0309604575482024,0.000866419499124062,0.0717314559589532,0.00626453252414488,0.255951455205554,0.0567794477705537,0.0169644473545228,0.5,0.255951455205554,0.0684383988913297,0.00628835877350854,0.255951455205554,0.0544425303009135,0.0157735019889081,0.255951455205554,0.0366043192757586,0.00419529422931807,0.255951455205554,0.0261576528744629,0.000869543772726551,0.0644120789638858,0.0209697132448621 -3655,0.255951455205554,0.10042792756891,0.0200127190847265,0.255951455205554,0.0559095216837056,0.000645256165735636,0.255951455205554,0.063208787175005,0.0116747163529503,0.255951455205554,0.0697075052228227,0.0193416294747883,0.255951455205554,0.107910970596442,0.0100896641682196,0.255951455205554,0.0776776323381474,0.00420977438238638,0.5,0.255951455205554,0.0552379720788552,0.00363601332573493,0.5,0.255951455205554,0.109056198710023,0.00573493596411394,0.5,0.255951455205554,0.106468035750385,0.0142291534580431,0.255951455205554,0.102977217064784,0.000620299485317841,0.158973906578002,0.00603661226512406,0.255951455205554,0.136885058831865,0.0258185504841329,0.5,0.255951455205554,0.150143261361823,0.0201673053245455,0.255951455205554,0.125243154255533,0.0298959463085623,0.255951455205554,0.08484464366797,0.00510693743172442,0.255951455205554,0.0817482339366625,0.00179105177458462,0.144860869652263,0.0330457434732864 -3656,0.255951455205554,0.190980235808173,0.0383688245360202,0.255951455205554,0.162156006204941,0.0,0.255951455205554,0.129643441286382,0.0185315667878151,0.255951455205554,0.177010873006704,0.0315229614868421,0.255951455205554,0.208643807836343,0.0125604926566789,0.255951455205554,0.148338751211162,0.00954304186960989,0.5,0.255951455205554,0.106119595171334,0.00507970294716987,0.5,0.255951455205554,0.213342292263867,0.0153231803760429,0.5,0.255951455205554,0.182931189720336,0.0282266333758748,0.255951455205554,0.185755293202717,0.000712519829101401,0.265493948530921,0.00740925803866306,0.255951455205554,0.244298228920505,0.0434570031713889,0.5,0.255951455205554,0.256184032903994,0.0580716273820396,0.255951455205554,0.205253863980407,0.0607224080346636,0.255951455205554,0.143632555000533,0.00688365235028693,0.255951455205554,0.162892990655005,0.0018796556257765,0.266602258888583,0.0408209759928233 -3657,0.255951455205554,0.310082728597008,0.0428186474164673,0.255951455205554,0.160818161707612,0.00393486192952464,0.255951455205554,0.222617311509164,0.0240825420269627,0.255951455205554,0.325854121367215,0.0429815616469832,0.255951455205554,0.325418726913103,0.0130496292827005,0.255951455205554,0.221271640507167,0.0116441893174754,0.5,0.255951455205554,0.152547757296217,0.00761534557505838,0.5,0.255951455205554,0.334050946375818,0.0246568717742552,0.5,0.255951455205554,0.259065132636483,0.0324086446968936,0.255951455205554,0.214754130203053,0.00103501307645667,0.385610232008339,0.0143947155663918,0.255951455205554,0.373950436119992,0.0826352122857644,0.5,0.255951455205554,0.361369840228264,0.112865825558537,0.255951455205554,0.289066127949805,0.0785245131354796,0.255951455205554,0.196295258354445,0.00922453274271153,0.255951455205554,0.263203792145981,0.00181523240962176,0.37170500175512,0.0367019019105496 -3658,0.255951455205554,0.446422906465764,0.0320155737738722,0.255951455205554,0.127486912572012,0.0268918309499056,0.255951455205554,0.340592116417158,0.0318330971096707,0.255951455205554,0.457906378831723,0.0458332933294024,0.255951455205554,0.450331935058046,0.011198781038982,0.255951455205554,0.289310911369996,0.0129816822866955,0.5,0.255951455205554,0.203787049808574,0.0111494747038539,0.5,0.255951455205554,0.436962511427608,0.0278764075598454,0.5,0.255951455205554,0.331621820603485,0.0312258281837575,0.255951455205554,0.135390142752214,0.00217970323639181,0.51307800628961,0.0531551979560207,0.255951455205554,0.500829946746949,0.147293899882266,0.5,0.255951455205554,0.440057547468592,0.159505643665367,0.255951455205554,0.361823887616954,0.0809826228367431,0.255951455205554,0.271892250201664,0.010571750668642,0.255951455205554,0.362504470074363,0.00372622988518515,0.526476377671041,0.0219689344982262 -3659,0.255951455205554,0.484914747169356,0.0563454528044892,0.255951455205554,0.145386387784779,0.0177449201728523,0.255951455205554,0.436483735022285,0.0367521197678485,0.255951455205554,0.280721074986957,0.0578113976099968,0.255951455205554,0.563892216710071,0.0090830599815227,0.255951455205554,0.393730181644052,0.0143043435679027,0.5,0.255951455205554,0.31793228347215,0.0113424049963523,0.5,0.255951455205554,0.50828974530717,0.0325490051538391,0.5,0.255951455205554,0.431188388222061,0.0327089893838887,0.255951455205554,0.204795579386721,0.00265650409372017,0.5962664650469,0.162418150255207,0.255951455205554,0.565214999588347,0.212655088924748,0.5,0.255951455205554,0.494245349842589,0.201132130175555,0.255951455205554,0.452988569716664,0.0915063387241775,0.255951455205554,0.364804541669515,0.0112914321078124,0.255951455205554,0.437206792476953,0.00616617936467868,0.566834249921172,0.0122548261662463 -3660,0.255951455205554,0.47578345907334,0.0840383660024243,0.255951455205554,0.207631258871563,0.00736985650870727,0.255951455205554,0.494454058354538,0.0395019204953966,0.255951455205554,0.261710255263547,0.064885992784412,0.255951455205554,0.6306531180952,0.00961771181457501,0.255951455205554,0.484617556074623,0.00922988627396289,0.5,0.255951455205554,0.475272637093618,0.00885491183279532,0.5,0.255951455205554,0.567884293711904,0.0385935873162304,0.5,0.255951455205554,0.51400870108227,0.0360784932101215,0.255951455205554,0.323193580100502,0.00185859305646147,0.56567725496227,0.237516938362816,0.255951455205554,0.588881840741605,0.242368923982135,0.5,0.255951455205554,0.525250756641332,0.223974519567699,0.255951455205554,0.537836936396403,0.103260355396174,0.255951455205554,0.491676825146548,0.0089822153147341,0.255951455205554,0.52786698764465,0.00596565875451547,0.541963217020627,0.00827466955919457 -3661,0.255951455205554,0.462111477675119,0.0890506948116939,0.255951455205554,0.387543042204106,0.0155177467414578,0.255951455205554,0.517119063637152,0.0379849329305985,0.255951455205554,0.298236122723193,0.0596185339311188,0.255951455205554,0.604036070021162,0.0114541031801572,0.255951455205554,0.513221534862218,0.00673590533561462,0.5,0.255951455205554,0.487778299568974,0.00728939432392437,0.5,0.255951455205554,0.557129727369509,0.0438815906480362,0.5,0.255951455205554,0.554157370942059,0.0438024555406107,0.255951455205554,0.498193129973875,0.000574466575474472,0.560100120765921,0.314055861423308,0.255951455205554,0.567299081021751,0.260775472185502,0.5,0.255951455205554,0.565725764707486,0.262252994817883,0.255951455205554,0.587025784441087,0.106278280949677,0.255951455205554,0.580030529840442,0.0057723643974608,0.255951455205554,0.567339693091701,0.0070893689732393,0.54045512704078,0.0111539365783748 -3662,0.255951455205554,0.493460549111349,0.0735426895109546,0.255951455205554,0.561226121490022,0.039997590014385,0.255951455205554,0.478924467957518,0.0328683069133907,0.255951455205554,0.392011063911874,0.0473198713447424,0.255951455205554,0.530405992828593,0.0123235765381619,0.255951455205554,0.460414457135073,0.00818847362668475,0.5,0.255951455205554,0.379574064904528,0.00539309311434456,0.5,0.255951455205554,0.513880126225067,0.0478110714661668,0.5,0.255951455205554,0.54092392119585,0.0523807228233874,0.255951455205554,0.615103727953331,0.000107826616052821,0.54659057614928,0.369125751737387,0.255951455205554,0.559043433866107,0.279859561130249,0.5,0.255951455205554,0.560019869424193,0.294225114481827,0.255951455205554,0.566323134388302,0.0997079506671405,0.255951455205554,0.554099785551241,0.00588939648911927,0.255951455205554,0.592073649309794,0.0108538043851569,0.558689128899344,0.0194833740519901 -3663,0.255951455205554,0.483621839920263,0.0453712180057707,0.255951455205554,0.521232320846414,0.0272010284745053,0.255951455205554,0.453470776650128,0.0229001935964463,0.255951455205554,0.482137519537564,0.0345540503113816,0.255951455205554,0.44112184095564,0.012423882529208,0.255951455205554,0.39324376149597,0.0158398673492142,0.5,0.255951455205554,0.318679543297389,0.00720477557538789,0.5,0.255951455205554,0.481162446068281,0.0494741370439389,0.5,0.255951455205554,0.468155810166814,0.057426217279397,0.255951455205554,0.443106759057749,0.000824537945574524,0.497743136893127,0.382793511170192,0.255951455205554,0.483275307947109,0.287271242754908,0.5,0.255951455205554,0.509745352132022,0.300844762051521,0.255951455205554,0.509072718377098,0.0999745366924365,0.255951455205554,0.52173530934816,0.00660615154195654,0.255951455205554,0.549729511612117,0.0134707133108623,0.536436919914337,0.0278985394085991 -3664,0.255951455205554,0.414589781287061,0.0301750613413169,0.255951455205554,0.436623879735299,0.0314989561657429,0.255951455205554,0.376780000222529,0.0150133105894986,0.255951455205554,0.458272511773081,0.0215424411924536,0.255951455205554,0.359885236637638,0.00855085482341956,0.255951455205554,0.32771410529625,0.0246267666419166,0.5,0.255951455205554,0.259914136300239,0.0102353485598545,0.5,0.255951455205554,0.392198931443933,0.0509911845102526,0.5,0.255951455205554,0.361532147593195,0.0601348573351698,0.255951455205554,0.353682257606617,0.010654961665996,0.405596138176233,0.368618308424945,0.255951455205554,0.392737001094669,0.284816747306201,0.5,0.255951455205554,0.416784901113686,0.295634683789464,0.255951455205554,0.423847707987493,0.0959140161387052,0.255951455205554,0.417311284719735,0.00611996949267236,0.255951455205554,0.446071566718095,0.0132623360990501,0.415138092170792,0.0287915711872146 -3665,0.255951455205554,0.308158941486665,0.0196423099426954,0.255951455205554,0.311428846886547,0.0261592075847876,0.255951455205554,0.301573481342503,0.00876148452663994,0.255951455205554,0.356394737046505,0.00806367043561867,0.255951455205554,0.28414971022412,0.00554474407462959,0.255951455205554,0.272411003621847,0.0290903888433261,0.5,0.255951455205554,0.180366022362785,0.0173898784985522,0.5,0.255951455205554,0.282376310407819,0.0445117738468777,0.5,0.255951455205554,0.237031882435783,0.0540890793926859,0.255951455205554,0.228112076588555,0.0214852711466834,0.3017909860681,0.366700756320287,0.255951455205554,0.273121204439056,0.261087565183767,0.5,0.255951455205554,0.303415574836535,0.257780744664684,0.255951455205554,0.286854869722209,0.0848963923902893,0.255951455205554,0.307125320247624,0.00587464699724576,0.255951455205554,0.332051915510762,0.0103226609431835,0.327942348190588,0.0299753782490417 -3666,0.255951455205554,0.205624784879996,0.0128332758859402,0.255951455205554,0.192304142445799,0.014834115651298,0.255951455205554,0.216846584814583,0.00663604219969422,0.255951455205554,0.251744611101521,0.00251791469410675,0.255951455205554,0.20174839990564,0.00461098667144044,0.255951455205554,0.19390979430632,0.02683493458402,0.5,0.255951455205554,0.12355456696572,0.0194223606758322,0.5,0.255951455205554,0.175675181100623,0.0302521418493226,0.5,0.255951455205554,0.142384529058641,0.0417714564945685,0.255951455205554,0.168751436682738,0.0213832746003534,0.190120029946896,0.34159570853749,0.255951455205554,0.166728941744352,0.202814090940201,0.5,0.255951455205554,0.193587062714125,0.192794860549936,0.255951455205554,0.169121316390503,0.0509685745673023,0.255951455205554,0.195590183949903,0.00523899880124353,0.255951455205554,0.2147508578157,0.00513353228904222,0.25526472038535,0.0373757292073815 -3667,0.255951455205554,0.102706074593669,0.00978894644368147,0.255951455205554,0.0824971370456002,0.00178580977632308,0.255951455205554,0.12022523338917,0.00590192192832824,0.255951455205554,0.132667150983088,0.000312766898896989,0.255951455205554,0.11795728891763,0.00320476573634853,0.255951455205554,0.0982387715694775,0.0119381609336891,0.5,0.255951455205554,0.092694564876539,0.0147454191361717,0.5,0.255951455205554,0.0817006147459874,0.00859711254105037,0.5,0.255951455205554,0.0544929607302936,0.0227983737609321,0.255951455205554,0.125164004435887,0.0145985107103414,0.0927160683984375,0.27302277549553,0.255951455205554,0.0777676921466014,0.148108261841502,0.5,0.255951455205554,0.0962771976883039,0.123633429102387,0.255951455205554,0.069811369767488,0.0329161935827447,0.255951455205554,0.0802340664196943,0.00472544726474566,0.255951455205554,0.0922558067529669,0.00101025699340938,0.129225217535852,0.0450436807732121 -3668,0.255951455205554,0.0323286205242781,0.0150967131527669,0.255951455205554,0.0175703127103951,0.00211272730220303,0.255951455205554,0.0309471147823718,0.0081567548079717,0.255951455205554,0.0336294286526201,0.00317648666024561,0.255951455205554,0.0305715623229187,0.00684681038780644,0.255951455205554,0.0187355377625175,0.00747394610356522,0.5,0.255951455205554,0.0247186382279132,0.0154656982611207,0.5,0.255951455205554,0.00449252679141757,0.00546150709124196,0.5,0.255951455205554,0.000397525483925525,0.0109186022183462,0.255951455205554,0.0276239099599933,0.0118310471864867,0.0,0.135867188063656,0.255951455205554,0.00183537691769017,0.0976934693404482,0.5,0.255951455205554,0.0224140791154169,0.0648835299560798,0.255951455205554,0.0,0.0344892618008944,0.255951455205554,0.00564456663921628,0.00853317272049338,0.255951455205554,0.00623390167371819,0.00158673372119616,0.0395491809619537,0.0493237592104219 -3669,0.255951455205554,0.0,0.0200876759308121,0.255951455205554,0.0,0.00789773968182403,0.255951455205554,0.0,0.0150048884900016,0.255951455205554,0.0,0.0119307755054914,0.255951455205554,0.0,0.0167992567615695,0.255951455205554,0.0,0.0046521167238599,0.5,0.255951455205554,0.0,0.0118088335518002,0.5,0.255951455205554,0.0,0.00352461767167942,0.5,0.255951455205554,0.0,0.00678966073053977,0.255951455205554,0.0,0.00913479845425606,0.0,0.0534320620957797,0.255951455205554,0.0,0.057305863912488,0.5,0.255951455205554,0.0,0.0298588515488352,0.255951455205554,0.0,0.0335803883220717,0.255951455205554,0.0,0.0101609146872532,0.255951455205554,0.0,0.00236856451032876,0.0,0.0578429317126133 -3670,0.255951455205554,0.0,0.0183736953111774,0.255951455205554,0.0,0.0105116251074601,0.255951455205554,0.0,0.0172284413982261,0.255951455205554,0.0,0.0190003895542579,0.255951455205554,0.0,0.0232472673836397,0.255951455205554,0.0,0.00220192978474351,0.5,0.255951455205554,0.0,0.00721627676764159,0.5,0.255951455205554,0.0,0.00196207439205252,0.5,0.255951455205554,0.0,0.00343767034072746,0.255951455205554,0.0,0.00463088327667871,0.0,0.0198147397610896,0.255951455205554,0.0,0.0312161218404696,0.5,0.255951455205554,0.0,0.0154172911840134,0.255951455205554,0.0,0.0197444850330792,0.255951455205554,0.0,0.00806459177043712,0.255951455205554,0.0,0.00181852240618045,0.0,0.0691770595954287 -3671,0.255951455205554,0.0,0.0147160790972852,0.255951455205554,0.0,0.00867315562189252,0.255951455205554,0.0,0.0174779315168906,0.255951455205554,0.0,0.0163645798666204,0.255951455205554,0.0,0.026335220150301,0.255951455205554,0.0,0.00106942063127333,0.5,0.255951455205554,0.0,0.00541898851243139,0.5,0.255951455205554,0.0,0.00163758712981324,0.5,0.255951455205554,0.0,0.00317293271104013,0.255951455205554,0.0,0.00298234880988712,0.0,0.00728331596837556,0.255951455205554,0.0,0.0182515188509394,0.5,0.255951455205554,0.0,0.00972071372535381,0.255951455205554,0.0,0.00900932601870508,0.255951455205554,0.0,0.00511018895775465,0.255951455205554,0.0,0.00199761589867046,0.0,0.0754479589099317 -3672,0.255951455205554,0.0,0.010896851324901,0.255951455205554,0.0,0.00564544448257755,0.255951455205554,0.0,0.0170517215702916,0.255951455205554,0.0,0.00856864340659616,0.255951455205554,0.0,0.0265990192098661,0.255951455205554,0.0,0.00129643741775724,0.5,0.255951455205554,0.0,0.00490136375016665,0.5,0.255951455205554,0.0,0.00249530246141107,0.5,0.255951455205554,0.0,0.00318962759901181,0.255951455205554,0.0,0.00335222223069648,0.0,0.0066852824288196,0.255951455205554,0.0,0.0150695568378768,0.5,0.255951455205554,0.0,0.00972666982729566,0.255951455205554,0.0,0.00497430479568333,0.255951455205554,0.0,0.003661378977508,0.255951455205554,0.0,0.00337169125946956,0.0,0.0779015261397094 -3673,0.255951455205554,0.0,0.00544307994093997,0.255951455205554,0.0,0.00126133100086675,0.255951455205554,0.0,0.0145799114896724,0.255951455205554,0.0,0.00231337295066059,0.255951455205554,0.0,0.0262584850502259,0.255951455205554,0.0,0.00204834659854799,0.5,0.255951455205554,0.0,0.00502738968280768,0.5,0.255951455205554,0.0,0.00329048851901663,0.5,0.255951455205554,0.0,0.00228095393860073,0.255951455205554,0.0,0.00183674003734745,0.0,0.00853077189447603,0.255951455205554,0.0,0.0156506063359237,0.5,0.255951455205554,0.0,0.0119234467435615,0.255951455205554,0.0,0.00481694442612483,0.255951455205554,0.0,0.00232097008350448,0.255951455205554,0.0,0.00536999428506093,0.0,0.0791572440196329 -3674,0.255951455205554,0.0,0.00165994949698362,0.255951455205554,0.0,0.000251624798530191,0.255951455205554,0.0,0.0115931141283805,0.255951455205554,0.0,0.000766765871174465,0.255951455205554,0.0,0.0234568597556383,0.255951455205554,0.0,0.00275328743426932,0.5,0.255951455205554,0.0,0.00477109940236443,0.5,0.255951455205554,0.0,0.00380692660593406,0.5,0.255951455205554,0.0,0.00138392315353744,0.255951455205554,0.0,0.00110882543368309,0.0,0.00992060958845614,0.255951455205554,0.0,0.0179556780386293,0.5,0.255951455205554,0.0,0.01456087955522,0.255951455205554,0.0,0.00671263679287788,0.255951455205554,0.0,0.00153705753073825,0.255951455205554,0.0,0.0066478242891625,0.0,0.0746739820726803 -3675,0.255951455205554,0.0,0.000180535946882541,0.255951455205554,0.0,0.000129427701092023,0.255951455205554,0.0,0.00864481297356321,0.255951455205554,0.0,0.000388292324840981,0.255951455205554,0.0,0.0208808506111172,0.255951455205554,0.0,0.00207635598437975,0.5,0.255951455205554,0.0,0.00522993314274028,0.5,0.255951455205554,0.0,0.0015963878915925,0.5,0.255951455205554,0.0,0.00132663282169504,0.255951455205554,0.0,0.0010163830784938,0.0,0.0103299355844353,0.255951455205554,0.0,0.0204961293984931,0.5,0.255951455205554,0.0,0.0194581338532795,0.255951455205554,0.0,0.00894928742830846,0.255951455205554,0.0,0.00163441748315585,0.255951455205554,0.0,0.00758704529328206,0.0,0.065466418250822 -3676,0.255951455205554,0.0,0.000188135868739308,0.255951455205554,0.0,0.00111903663718899,0.255951455205554,0.0,0.0068842404194725,0.255951455205554,0.0,0.000431712268355822,0.255951455205554,0.0,0.0176782492002162,0.255951455205554,0.0,0.00179110929259636,0.5,0.255951455205554,0.0,0.00559479452787377,0.5,0.255951455205554,0.0,0.000557182475710186,0.5,0.255951455205554,0.0,0.00140486004014735,0.255951455205554,0.0,0.00070048629387764,0.0,0.0102801044099544,0.255951455205554,0.0,0.0250751448763831,0.5,0.255951455205554,0.0,0.0255792434372589,0.255951455205554,0.0,0.0115844296201391,0.255951455205554,0.0,0.00313213068744789,0.255951455205554,0.0,0.00756739647700927,0.0,0.053930200065924 -3677,0.255951455205554,0.00436438535193413,0.000748007314877637,0.255951455205554,0.00386285308833146,0.00357118129251299,0.255951455205554,0.00210229834905614,0.00692297900610399,0.255951455205554,0.00278803052568869,0.000569041339506963,0.255951455205554,0.00032242718587546,0.0167031978015836,0.255951455205554,0.000409933328734749,0.00159660913133702,0.5,0.255951455205554,0.0,0.00635414932104227,0.5,0.255951455205554,0.0,0.000275048910318688,0.5,0.255951455205554,0.000849481359486232,0.0014611460699331,0.255951455205554,0.0,0.000714968305634809,0.00620855633678731,0.010390578266231,0.255951455205554,0.0046603942710695,0.0339724072814748,0.5,0.255951455205554,0.00384855684287349,0.0336234379186208,0.255951455205554,0.00290901131941737,0.0160554282023229,0.255951455205554,0.00238480625055366,0.0104577032372375,0.255951455205554,0.00140582258879533,0.00765978803563372,0.00506542393794491,0.0436985357207143 -3678,0.255951455205554,0.0606736719274372,0.00187236703898088,0.255951455205554,0.0599539624024304,0.00427207739654256,0.255951455205554,0.0547439530576967,0.0063122844537382,0.255951455205554,0.0568841580650358,0.00136834058963114,0.255951455205554,0.0437811631596563,0.0138123602489211,0.255951455205554,0.0493267332117173,0.00136224157544466,0.5,0.255951455205554,0.0382177786605488,0.00530918073438143,0.5,0.255951455205554,0.0436123602924695,0.000127490928626984,0.5,0.255951455205554,0.0495919142863313,0.00102198778290591,0.255951455205554,0.0363703943379276,0.0015586438306426,0.0525187255444664,0.0107846639437638,0.255951455205554,0.0522377340902488,0.044956799534181,0.5,0.255951455205554,0.0358838021049213,0.0454125471471866,0.255951455205554,0.0376143731828612,0.0241732193000561,0.255951455205554,0.0441345729563163,0.0221062602388034,0.255951455205554,0.0353475973903965,0.00866714678534552,0.062281060799824,0.0354476603325994 -3679,0.255951455205554,0.13672387502573,0.00407902100696495,0.255951455205554,0.138536347126194,0.00726544350161776,0.255951455205554,0.131951985418866,0.0073570550095257,0.255951455205554,0.134060766740685,0.00199505319187054,0.255951455205554,0.116968660537788,0.0123687635207772,0.255951455205554,0.130110939386944,0.00161037433556898,0.5,0.255951455205554,0.114367617614606,0.00396273355970722,0.5,0.255951455205554,0.125364598159799,0.000317949314292863,0.5,0.255951455205554,0.13299861790947,0.00083844679351779,0.255951455205554,0.112637989937811,0.00338458900151197,0.104516117034309,0.0207076693695838,0.255951455205554,0.103483739992756,0.0528764528900604,0.5,0.255951455205554,0.0757651541359802,0.059165660402304,0.255951455205554,0.098822999263554,0.0396797338040669,0.255951455205554,0.118129672711774,0.0405272749658842,0.255951455205554,0.102321592494766,0.0126922050915849,0.135393462656346,0.0249619750822306 -3680,0.255951455205554,0.241206278384748,0.0104663472088028,0.255951455205554,0.246880144516156,0.0262729701639613,0.255951455205554,0.25011156115363,0.0169487157802894,0.255951455205554,0.253477911286408,0.00521735768719361,0.255951455205554,0.22444004914673,0.0266399103465914,0.255951455205554,0.25263093363605,0.00194410315860451,0.5,0.255951455205554,0.235357683035249,0.00679006041075388,0.5,0.255951455205554,0.246814283471566,0.000131544048447075,0.5,0.255951455205554,0.249235816734378,0.00301205688172435,0.255951455205554,0.230965094414551,0.00427423044724182,0.176365684864175,0.0348356705346137,0.255951455205554,0.160021730386427,0.0660528614792936,0.5,0.255951455205554,0.128168392982721,0.0863582930895424,0.255951455205554,0.189092649904683,0.0661520320179076,0.255951455205554,0.21417484613698,0.072315149587123,0.255951455205554,0.232867636408989,0.0261959203252966,0.23149921655022,0.0183026538248448 -3681,0.255951455205554,0.354573133812204,0.0191991861176419,0.255951455205554,0.362923826487778,0.0400602057424047,0.255951455205554,0.37661601902183,0.0249363273151703,0.255951455205554,0.379411815011509,0.0062392920749996,0.255951455205554,0.32878639063257,0.0417741465511142,0.255951455205554,0.386254267037283,0.00930913331455971,0.5,0.255951455205554,0.363380347537577,0.0148415125054591,0.5,0.255951455205554,0.383005272295651,0.00036014278343434,0.5,0.255951455205554,0.379616343005293,0.0114400975149415,0.255951455205554,0.361829065291861,0.0152785980850205,0.224608149599352,0.0407827557008493,0.255951455205554,0.219752087673936,0.0951234028691032,0.5,0.255951455205554,0.192322911680371,0.132225801850473,0.255951455205554,0.296998881130097,0.112250248020472,0.255951455205554,0.309841492633542,0.0979453176667777,0.255951455205554,0.382696303776091,0.0538489301033354,0.341461287739516,0.0143887929688522 -3682,0.255951455205554,0.471863874690793,0.0271888708009117,0.255951455205554,0.485437287058641,0.0534993681854736,0.255951455205554,0.510163807622413,0.0304679854372531,0.255951455205554,0.512885794328921,0.00668390605698533,0.255951455205554,0.426348493172116,0.0475617204556839,0.255951455205554,0.520406415509386,0.0253037934490758,0.5,0.255951455205554,0.488230302583896,0.0252937118328402,0.5,0.255951455205554,0.498550553306051,0.00251438644997503,0.5,0.255951455205554,0.504256010070293,0.0204794050073328,0.255951455205554,0.497240034040238,0.0328379213712402,0.265457801435884,0.0632004658356255,0.255951455205554,0.275702323840998,0.154460602765574,0.5,0.255951455205554,0.253319905722217,0.195038535789589,0.255951455205554,0.381344793405108,0.175815234755376,0.255951455205554,0.399176609741401,0.130622368358726,0.255951455205554,0.498570592659834,0.0695760286447072,0.429780208455844,0.0134441345757133 -3683,0.255951455205554,0.525072893155704,0.0280333127529106,0.255951455205554,0.528733760839051,0.049485790071199,0.255951455205554,0.590349001969343,0.0309978397713834,0.255951455205554,0.585255275723078,0.00558308490158658,0.255951455205554,0.471819531483554,0.0524422712704952,0.255951455205554,0.604653883500864,0.0326332858820715,0.5,0.255951455205554,0.560136249589775,0.0336219389985553,0.5,0.255951455205554,0.59884146922979,0.00779597001820347,0.5,0.255951455205554,0.609841234068145,0.0192458213272893,0.255951455205554,0.591421613670042,0.0571203799353613,0.309832911869962,0.136819300886373,0.255951455205554,0.292609229653374,0.209415760834872,0.5,0.255951455205554,0.289383608767802,0.240493039806412,0.255951455205554,0.397199007131392,0.170814190643263,0.255951455205554,0.454435882312604,0.127109415162835,0.255951455205554,0.561942072244709,0.0569617470114494,0.474144376558845,0.0143567511854447 -3684,0.255951455205554,0.549165999596894,0.0354490192928828,0.255951455205554,0.582340343814889,0.047067236373189,0.255951455205554,0.622566989470279,0.0313864039978795,0.255951455205554,0.630852724845106,0.00692926375299157,0.255951455205554,0.443679079878186,0.0587858594655469,0.255951455205554,0.636929599285736,0.0361666426873772,0.5,0.255951455205554,0.480810310761163,0.0411611411832981,0.5,0.255951455205554,0.658465303967894,0.018170591533277,0.5,0.255951455205554,0.660871324419919,0.021150961882136,0.255951455205554,0.497074898152447,0.0761201445351046,0.29779441872187,0.210095125269651,0.255951455205554,0.294672847899181,0.218326202847929,0.5,0.255951455205554,0.295369069748587,0.267070683808911,0.255951455205554,0.474435280320073,0.157643944977722,0.255951455205554,0.529456946604533,0.111582533656144,0.255951455205554,0.611780471742788,0.0426539718134032,0.383765437329802,0.0147148729967617 -3685,0.255951455205554,0.565324733524648,0.0583822556698958,0.255951455205554,0.552132856857263,0.0588080131011601,0.255951455205554,0.638737832796742,0.0331741057433108,0.255951455205554,0.685095756992859,0.00829040174856205,0.255951455205554,0.416586589280035,0.0732622155303995,0.255951455205554,0.62495400798537,0.0348779380059051,0.5,0.255951455205554,0.401985830044503,0.0479094142582671,0.5,0.255951455205554,0.66104469330652,0.0255429679167958,0.5,0.255951455205554,0.661943008484073,0.0277704535112096,0.255951455205554,0.3714174114968,0.07187765050865,0.250962555244868,0.19462129224326,0.255951455205554,0.283392412384924,0.187368606096746,0.5,0.255951455205554,0.27412681091802,0.229798008954261,0.255951455205554,0.477496160574264,0.126877415394593,0.255951455205554,0.579987422089073,0.0934231242134031,0.255951455205554,0.611065265981646,0.0387494186208015,0.368595567564795,0.0140346027863451 -3686,0.255951455205554,0.528750743372111,0.0815905822439131,0.255951455205554,0.531295278203791,0.0787456856664301,0.255951455205554,0.62462345794188,0.036475943079759,0.255951455205554,0.633432643337246,0.00643257870631455,0.255951455205554,0.403181669641748,0.10595609883986,0.255951455205554,0.60973043917873,0.0453656106252878,0.5,0.255951455205554,0.356944426026039,0.0504155679475228,0.5,0.255951455205554,0.644661061423713,0.0312965528972653,0.5,0.255951455205554,0.636337804752251,0.035585611964219,0.255951455205554,0.387131045586024,0.0524738119104094,0.298935368152871,0.204997902387627,0.255951455205554,0.297864376925235,0.161654186882733,0.5,0.255951455205554,0.25317012573937,0.192643548955939,0.255951455205554,0.428248898260974,0.0879199681965426,0.255951455205554,0.545455036885081,0.0806227875835099,0.255951455205554,0.598570911365244,0.0424413557614791,0.278084695293219,0.0100004866932674 -3687,0.255951455205554,0.509912512605656,0.0911278640568195,0.255951455205554,0.505288768744035,0.0929752864917223,0.255951455205554,0.561899260982632,0.039477812981147,0.255951455205554,0.605828568871001,0.00332617624632209,0.255951455205554,0.342202964788751,0.141782264491249,0.255951455205554,0.525707791634077,0.0601082684340517,0.5,0.255951455205554,0.336219697297933,0.043812799076275,0.5,0.255951455205554,0.583317235160977,0.0304790144248474,0.5,0.255951455205554,0.5681013535034,0.0364536578972109,0.255951455205554,0.347960489321362,0.0487141973040297,0.186919191045511,0.122877048477144,0.255951455205554,0.257745747067282,0.114673878903101,0.5,0.255951455205554,0.204670398029479,0.145140862778427,0.255951455205554,0.357537560030465,0.0500706919690302,0.255951455205554,0.443179625883596,0.0680313785309589,0.255951455205554,0.491913782200127,0.0418215429570346,0.235286477894616,0.00483706004694381 -3688,0.255951455205554,0.452433358580015,0.0836244767284442,0.255951455205554,0.437141767945719,0.0748680792524066,0.255951455205554,0.443881448540633,0.0434752634424305,0.255951455205554,0.509384615274539,0.0040632087995724,0.255951455205554,0.226915384524471,0.168468763716397,0.255951455205554,0.385682825505935,0.0881634949858979,0.5,0.255951455205554,0.261958629337269,0.0315522247199821,0.5,0.255951455205554,0.465803924303459,0.0307410515697343,0.5,0.255951455205554,0.450663014314968,0.0302435854487426,0.255951455205554,0.300535791383625,0.0512518097354946,0.158042974462244,0.0601637748931446,0.255951455205554,0.191639371244611,0.0651054214799299,0.5,0.255951455205554,0.165134469826739,0.0983810327245197,0.255951455205554,0.270131143323895,0.0229378991456096,0.255951455205554,0.341008490173904,0.0487480426825959,0.255951455205554,0.374629268171224,0.0328740846436245,0.177527585532799,0.0040993037913995 -3689,0.255951455205554,0.357570929046823,0.068644462788247,0.255951455205554,0.356769943024122,0.0567380940507137,0.255951455205554,0.309319387253874,0.0516247226372556,0.255951455205554,0.360022494665164,0.00716772231706046,0.255951455205554,0.169299726314852,0.178982085016795,0.255951455205554,0.254944827609775,0.135259139949822,0.5,0.255951455205554,0.177684633822414,0.0156627497209711,0.5,0.255951455205554,0.349481991821101,0.0313263073051727,0.5,0.255951455205554,0.334264136266902,0.0241892990872262,0.255951455205554,0.25121935487688,0.0297213041709754,0.118986691121559,0.0233869435647038,0.255951455205554,0.125953907242593,0.0298847527941989,0.5,0.255951455205554,0.122193969271365,0.0621156094813219,0.255951455205554,0.187623030426209,0.00930218619381704,0.255951455205554,0.256391386083637,0.0265070871281053,0.255951455205554,0.309965752445228,0.0235625705447898,0.287409112324606,0.00344732806276139 -3690,0.255951455205554,0.245689084144771,0.0508998522742782,0.255951455205554,0.243567865218456,0.0368831634905962,0.255951455205554,0.19543625331405,0.0591601478625543,0.255951455205554,0.247606914180535,0.0148372153023939,0.255951455205554,0.107029051240408,0.148133971727257,0.255951455205554,0.147447257554936,0.112550024909221,0.5,0.255951455205554,0.128223922179453,0.0102015096869003,0.5,0.255951455205554,0.221142204297359,0.0209630274683153,0.5,0.255951455205554,0.216027760095498,0.0136961922261374,0.255951455205554,0.168134710303028,0.0162594348703464,0.0714958239171225,0.00124613416800479,0.255951455205554,0.0836822189796247,0.0109370712922283,0.5,0.255951455205554,0.0664900746193075,0.0360288139289961,0.255951455205554,0.114834833658063,0.00675791917469392,0.255951455205554,0.170217936683824,0.00635074591888912,0.255951455205554,0.202900765015126,0.0124608655082233,0.166761209634061,0.00279625231319705 -3691,0.255951455205554,0.130351718870679,0.0296851470301158,0.255951455205554,0.124897357044578,0.00997794459061846,0.255951455205554,0.0933046935855847,0.0568541043142731,0.255951455205554,0.108345458857208,0.0271650166340305,0.255951455205554,0.0622864017981713,0.103391556701713,0.255951455205554,0.0710823893645941,0.0611671365643344,0.5,0.255951455205554,0.0757156123272368,0.00483468299834506,0.5,0.255951455205554,0.095496499430327,0.00954986343559138,0.5,0.255951455205554,0.0750007615961833,0.00638786663298326,0.255951455205554,0.0817866310902046,0.0174930941022664,0.0258383116857447,0.0,0.255951455205554,0.0408723395550473,0.00588657906901044,0.5,0.255951455205554,0.0314343758258284,0.017627050431106,0.255951455205554,0.0592934746948593,0.00892464092980078,0.255951455205554,0.0873350221665912,0.00121545031961719,0.255951455205554,0.0952824910933786,0.00469693924886728,0.122012513651935,0.00229339731817866 -3692,0.255951455205554,0.0385921671582554,0.0155101801567457,0.255951455205554,0.0286249037372398,0.010542491832803,0.255951455205554,0.0246486774154905,0.0452663471753812,0.255951455205554,0.0202389182816457,0.0477837885289838,0.255951455205554,0.02005020406018,0.0557157520845038,0.255951455205554,0.0160917056056797,0.0249810393275993,0.5,0.255951455205554,0.0178790126613226,0.00166870830703263,0.5,0.255951455205554,0.00583141860350126,0.00759965967841182,0.5,0.255951455205554,0.000613680257094444,0.00707619501932978,0.255951455205554,0.0174286351854111,0.00687918913744789,0.0,0.000721844569075966,0.255951455205554,0.00282913712157278,0.0078085118397091,0.5,0.255951455205554,0.00768620077332919,0.00779188463808833,0.255951455205554,0.0,0.017001702958896,0.255951455205554,0.00966794254619451,0.00158068013577003,0.255951455205554,0.00889355969630847,0.00902973685818777,0.0435518408630196,0.00194529530790688 -3693,0.255951455205554,0.0,0.0121030138874864,0.255951455205554,0.0,0.00958570948890465,0.255951455205554,0.0,0.0368337966498472,0.255951455205554,0.0,0.0558525172172299,0.255951455205554,0.0,0.0289289207269995,0.255951455205554,0.0,0.00832409452709811,0.5,0.255951455205554,0.0,0.000885277274700734,0.5,0.255951455205554,0.0,0.00564658133459067,0.5,0.255951455205554,0.0,0.00420594413117618,0.255951455205554,0.0,0.00161808509810696,0.0,0.00358687226583905,0.255951455205554,0.0,0.011075097227578,0.5,0.255951455205554,0.0,0.00552697918029425,0.255951455205554,0.0,0.0274416530238916,0.255951455205554,0.0,0.00244876084707673,0.255951455205554,0.0,0.0149811622187189,0.0,0.00174263160812576 -3694,0.255951455205554,0.0,0.00877441265846524,0.255951455205554,0.0,0.00838815110066015,0.255951455205554,0.0,0.028454639648284,0.255951455205554,0.0,0.0355492855864068,0.255951455205554,0.0,0.016221392606477,0.255951455205554,0.0,0.00236150857739444,0.5,0.255951455205554,0.0,0.000862230474213761,0.5,0.255951455205554,0.0,0.00495898492855427,0.5,0.255951455205554,0.0,0.00216040006096119,0.255951455205554,0.0,0.000520115221267651,0.0,0.00596272794407764,0.255951455205554,0.0,0.0120754183315598,0.5,0.255951455205554,0.0,0.00526351876952948,0.255951455205554,0.0,0.0352132322620588,0.255951455205554,0.0,0.00316400037288893,0.255951455205554,0.0,0.0186999569157884,0.0,0.00188326288975927 -3695,0.255951455205554,0.0,0.00731387486150869,0.255951455205554,0.0,0.00815873454989157,0.255951455205554,0.0,0.023796928670465,0.255951455205554,0.0,0.0313629262049146,0.255951455205554,0.0,0.0103992746555385,0.255951455205554,0.0,0.000733792838555476,0.5,0.255951455205554,0.0,0.00128773532411395,0.5,0.255951455205554,0.0,0.0056900725289761,0.5,0.255951455205554,0.0,0.00145315270856173,0.255951455205554,0.0,0.000627010770754871,0.0,0.00701349967645593,0.255951455205554,0.0,0.0120528067285067,0.5,0.255951455205554,0.0,0.00721721037188653,0.255951455205554,0.0,0.0422286333273294,0.255951455205554,0.0,0.00423219450850655,0.255951455205554,0.0,0.0173624230140208,0.0,0.00201474078779887 -3696,0.255951455205554,0.0,0.00774168238406359,0.255951455205554,0.0,0.00841938680138811,0.255951455205554,0.0,0.0218520454237011,0.255951455205554,0.0,0.0368865457160172,0.255951455205554,0.0,0.00693454271352345,0.255951455205554,0.0,0.000540507698290447,0.5,0.255951455205554,0.0,0.00205623909365355,0.5,0.255951455205554,0.0,0.00763932448874471,0.5,0.255951455205554,0.0,0.00125916518322146,0.255951455205554,0.0,0.000827656220647337,0.0,0.00751674757419484,0.255951455205554,0.0,0.0115529419018816,0.5,0.255951455205554,0.0,0.00889017395127154,0.255951455205554,0.0,0.0463955316027971,0.255951455205554,0.0,0.00557546347200541,0.255951455205554,0.0,0.0167115962816963,0.0,0.00216218746566956 -3697,0.255951455205554,0.0,0.011584242228126,0.255951455205554,0.0,0.00812918075635223,0.255951455205554,0.0,0.0199473804913987,0.255951455205554,0.0,0.0384800196935298,0.255951455205554,0.0,0.00496008097080649,0.255951455205554,0.0,0.000617197678852584,0.5,0.255951455205554,0.0,0.00285833107195709,0.5,0.255951455205554,0.0,0.00921197285540784,0.5,0.255951455205554,0.0,0.00218305527355046,0.255951455205554,0.0,0.000989791389389625,0.0,0.00702958371747049,0.255951455205554,0.0,0.0111537107565706,0.5,0.255951455205554,0.0,0.0100435391855549,0.255951455205554,0.0,0.0502758761726045,0.255951455205554,0.0,0.00770039750288283,0.255951455205554,0.0,0.0156181981151876,0.0,0.00317961712147412 -3698,0.255951455205554,0.0,0.0175140788668783,0.255951455205554,0.0,0.00667227693965732,0.255951455205554,0.0,0.0167746727452827,0.255951455205554,0.0,0.0294686854278819,0.255951455205554,0.0,0.00395611213388273,0.255951455205554,0.0,0.00139957142870729,0.5,0.255951455205554,0.0,0.00361887101840051,0.5,0.255951455205554,0.0,0.0119132734103926,0.5,0.255951455205554,0.0,0.00327995283381648,0.255951455205554,0.0,0.000926034765687957,0.0,0.00653017383445951,0.255951455205554,0.0,0.0106555425778241,0.5,0.255951455205554,0.0,0.0102507374984532,0.255951455205554,0.0,0.0510179999211695,0.255951455205554,0.0,0.00944853644265383,0.255951455205554,0.0,0.0134067490754257,0.0,0.0051831294701508 -3699,0.255951455205554,0.0,0.018755617911222,0.255951455205554,0.0,0.00601555791938879,0.255951455205554,0.0,0.0126789478867641,0.255951455205554,0.0,0.0174433155949627,0.255951455205554,0.0,0.00573966764926457,0.255951455205554,0.0,0.00265902162787112,0.5,0.255951455205554,0.0,0.00426180339642831,0.5,0.255951455205554,0.0,0.0150339688075817,0.5,0.255951455205554,0.0,0.00393866240749034,0.255951455205554,0.0,0.00089457805016625,0.0,0.00635141486892012,0.255951455205554,0.0,0.0103435358804248,0.5,0.255951455205554,0.0,0.00936746010522626,0.255951455205554,0.0,0.0489715092729121,0.255951455205554,0.0,0.0109402728102626,0.255951455205554,0.0,0.0117971668044857,0.0,0.00577392735883281 -3700,0.255951455205554,0.0,0.0178988262798187,0.255951455205554,0.0,0.00364437740998747,0.255951455205554,0.0,0.00979477091679072,0.255951455205554,0.0,0.0123379301018994,0.255951455205554,0.0,0.00881205405844095,0.255951455205554,0.0,0.00435554227370918,0.5,0.255951455205554,0.0,0.00498545025549756,0.5,0.255951455205554,0.0,0.0218662605231306,0.5,0.255951455205554,0.0,0.00576872270624239,0.255951455205554,0.0,0.00216617479769515,0.0,0.00595446853944047,0.255951455205554,0.0,0.00976524585755888,0.5,0.255951455205554,0.0,0.00726264177151702,0.255951455205554,0.0,0.0435880430048362,0.255951455205554,0.0,0.00904377099633554,0.255951455205554,0.0,0.0100213942461355,0.0,0.00520224447416036 -3701,0.255951455205554,0.00350262540847643,0.0184986206818489,0.255951455205554,0.0033647479495831,0.00401520491163655,0.255951455205554,0.00186968956552706,0.00969536956090429,0.255951455205554,0.00230979786058966,0.0127578272656657,0.255951455205554,0.000297475272679668,0.0117590713096434,0.255951455205554,0.000331586118752907,0.00472592078129315,0.5,0.255951455205554,0.0,0.00570731690623556,0.5,0.255951455205554,1.89375317293113e-07,0.0243975574838599,0.5,0.255951455205554,0.0010478802792674,0.00770942529298536,0.255951455205554,0.0,0.00276905949626398,0.00754080486121234,0.00562757973884681,0.255951455205554,0.00641269679222901,0.00888897647405893,0.5,0.255951455205554,0.00552441318616892,0.0038987327704278,0.255951455205554,0.00516975148202523,0.0326817389106933,0.255951455205554,0.00433891293503941,0.00541962619686126,0.255951455205554,0.00270116538623805,0.00834859824038263,0.00405925225730736,0.00529109894117205 -3702,0.255951455205554,0.0459641238483617,0.0173365493605584,0.255951455205554,0.0514090086530395,0.00597642717277399,0.255951455205554,0.0458189561399388,0.0114787162028736,0.255951455205554,0.0513106656486615,0.0166068030192782,0.255951455205554,0.0197189689821115,0.015742512127864,0.255951455205554,0.0351536128134496,0.00513388251543324,0.5,0.255951455205554,0.0277338480089323,0.00590624795690465,0.5,0.255951455205554,0.0434204093509631,0.019882686765273,0.5,0.255951455205554,0.0551043120511538,0.0066949148543668,0.255951455205554,0.0269217007977044,0.000881188429826636,0.0714329028236081,0.00453751629805473,0.255951455205554,0.0680810761503128,0.00770060935452858,0.5,0.255951455205554,0.0549527224926928,0.0018502113507399,0.255951455205554,0.0687874694431546,0.0215215819681034,0.255951455205554,0.0649577926796345,0.00322878717187149,0.255951455205554,0.057222048171968,0.00566636490632453,0.0491187888840724,0.00599141688595177 -3703,0.255951455205554,0.10088391259539,0.0226935936946606,0.255951455205554,0.121360680476247,0.0122605914660006,0.255951455205554,0.107660294190344,0.01726836394861,0.255951455205554,0.125942655363989,0.0253266553642531,0.255951455205554,0.0540523796313686,0.0209385106130627,0.255951455205554,0.105849995321495,0.00666512474672587,0.5,0.255951455205554,0.0834899556742036,0.00783531610324943,0.5,0.255951455205554,0.12482851065312,0.0133242652577307,0.5,0.255951455205554,0.143219359328609,0.0047568464408349,0.255951455205554,0.0731263023984019,0.000884068025725749,0.149055574246263,0.00625175853197619,0.255951455205554,0.150418477973191,0.0087844738619798,0.5,0.255951455205554,0.124544511946879,0.00262865877211652,0.255951455205554,0.157204590821162,0.0141114758846777,0.255951455205554,0.14899729296169,0.00259135496933375,0.255951455205554,0.138561108339129,0.00377342823945136,0.118375608080156,0.00792069616425561 -3704,0.255951455205554,0.157982074079786,0.0307974921964522,0.255951455205554,0.207155049471832,0.0277142018799196,0.255951455205554,0.191908549583318,0.0211818927018327,0.255951455205554,0.232733081914685,0.0188646278783266,0.255951455205554,0.115201400884933,0.040226344855995,0.255951455205554,0.208612306019153,0.0198482805421614,0.5,0.255951455205554,0.154895377030821,0.0256335933238358,0.5,0.255951455205554,0.242800770785112,0.0159389068217349,0.5,0.255951455205554,0.267093939049481,0.0122846989696488,0.255951455205554,0.130538784420327,0.00312219498878456,0.245550462153597,0.00423031058307083,0.255951455205554,0.252205419528646,0.00909279072741179,0.5,0.255951455205554,0.213884111249163,0.0041835471910979,0.255951455205554,0.27555763631567,0.0165544799808433,0.255951455205554,0.265155969841943,0.00304752381058531,0.255951455205554,0.242592810101037,0.00469851393132507,0.174539271837501,0.00853032601035725 -3705,0.255951455205554,0.228674670091587,0.0362967216502232,0.255951455205554,0.297262388994569,0.0196146065078144,0.255951455205554,0.283462661756772,0.029094617550985,0.255951455205554,0.339686133867415,0.017460808903721,0.255951455205554,0.194539851870307,0.0774986716845882,0.255951455205554,0.336676782987659,0.0500934419292369,0.5,0.255951455205554,0.230607845569612,0.0491972450457332,0.5,0.255951455205554,0.372911072402562,0.0351552644242783,0.5,0.255951455205554,0.406129939482903,0.028246978005455,0.255951455205554,0.19882206015598,0.0113709965695454,0.352535199306128,0.00120994278108155,0.255951455205554,0.36880254215861,0.00463837593941419,0.5,0.255951455205554,0.31177008967195,0.00363383638967178,0.255951455205554,0.408977727692565,0.0110758518502756,0.255951455205554,0.389513634669809,0.00242121414764532,0.255951455205554,0.360850822472064,0.00666217542266172,0.213272184037511,0.010895065433784 -3706,0.255951455205554,0.350956291946119,0.0423598252334772,0.255951455205554,0.430703266266423,0.0115745391178605,0.255951455205554,0.374223970362178,0.0483631536120304,0.255951455205554,0.444973917831871,0.0334161491076421,0.255951455205554,0.268141418895428,0.113378566265746,0.255951455205554,0.46607946568493,0.08686455269977,0.5,0.255951455205554,0.304558461658742,0.0574956565535375,0.5,0.255951455205554,0.5015621438372,0.05255905836058,0.5,0.255951455205554,0.541560768117202,0.0430213221076512,0.255951455205554,0.287941993667881,0.024847163959415,0.455820868024621,0.0010051422682502,0.255951455205554,0.48172639793092,0.00235745938145571,0.5,0.255951455205554,0.391103591235474,0.00230149923430225,0.255951455205554,0.53177162745756,0.00508222935135721,0.255951455205554,0.515661179901608,0.0012369753206684,0.255951455205554,0.494703434871057,0.0113080921824169,0.278620173427298,0.0124782277912678 -3707,0.255951455205554,0.517206922624384,0.0486989568530405,0.255951455205554,0.556026855633225,0.0224904328702795,0.255951455205554,0.432011608677701,0.0721688200112233,0.255951455205554,0.505821929046096,0.0597334639295391,0.255951455205554,0.304417137461677,0.156989323092834,0.255951455205554,0.537979577739491,0.102656137064421,0.5,0.255951455205554,0.366237244088775,0.0836907006780052,0.5,0.255951455205554,0.590106289034073,0.0554058684198859,0.5,0.255951455205554,0.635085404948572,0.0477831848190985,0.255951455205554,0.252793319920663,0.0269614917442689,0.451234007180276,0.00103107619450387,0.255951455205554,0.531475275565072,0.00194766028361589,0.5,0.255951455205554,0.445493273732077,0.00303947407693503,0.255951455205554,0.575036896393365,0.00441524140618287,0.255951455205554,0.614110197589745,0.00317238065341911,0.255951455205554,0.599666293077933,0.0152189189428652,0.447278999555483,0.0124407157535536 -3708,0.255951455205554,0.59351124991012,0.0650278279859729,0.255951455205554,0.51726510408482,0.0446590294733312,0.255951455205554,0.405108427917844,0.0947109821878738,0.255951455205554,0.417618684901312,0.0872368052823522,0.255951455205554,0.315413088420121,0.205426041582837,0.255951455205554,0.531925283538576,0.116514607704214,0.5,0.255951455205554,0.365195480718368,0.0784766407408188,0.5,0.255951455205554,0.601462199828853,0.0559672857370556,0.5,0.255951455205554,0.677836713276564,0.0499422843624342,0.255951455205554,0.311310647381233,0.0800832488260707,0.500394394658842,0.00117858617961491,0.255951455205554,0.47824551172247,0.0046781743783163,0.5,0.255951455205554,0.459987113200796,0.00627617787932779,0.255951455205554,0.556479493533939,0.00705177840816192,0.255951455205554,0.586683858774384,0.011512255365838,0.255951455205554,0.632700817377334,0.0211368110251182,0.593866825044347,0.0136189943257599 -3709,0.255951455205554,0.582566213011875,0.0909765366684736,0.255951455205554,0.566556908376584,0.0899451763829747,0.255951455205554,0.418430691124068,0.106832179581556,0.255951455205554,0.505063718405959,0.103770367497902,0.255951455205554,0.300651247946878,0.184967970963586,0.255951455205554,0.463272344142578,0.127760579368963,0.5,0.255951455205554,0.263448666723911,0.117171230074172,0.5,0.255951455205554,0.550585245959947,0.0748264820385256,0.5,0.255951455205554,0.688278609098087,0.0561027729550837,0.255951455205554,0.270045262302819,0.140128073851779,0.384878233817251,0.005644565806848,0.255951455205554,0.459428307488502,0.0139415513286702,0.5,0.255951455205554,0.482941611466663,0.0154579000060989,0.255951455205554,0.520948355172847,0.0150426070665819,0.255951455205554,0.619237810274045,0.0265937340170762,0.255951455205554,0.612231209560532,0.0281289910744913,0.54810877298543,0.0163356417855714 -3710,0.255951455205554,0.546359894837668,0.113401804402873,0.255951455205554,0.501212116567348,0.119862623901301,0.255951455205554,0.343326946006433,0.107626459263472,0.255951455205554,0.358165646136562,0.0939948508534154,0.255951455205554,0.314592343375767,0.175298580200947,0.255951455205554,0.409865886518348,0.121537191252455,0.5,0.255951455205554,0.263250002789975,0.195634888400248,0.5,0.255951455205554,0.477762979887121,0.0886467316774483,0.5,0.255951455205554,0.654464406632027,0.0630657045218936,0.255951455205554,0.309002759047371,0.218102071514935,0.287473459127583,0.0321058600319654,0.255951455205554,0.356103878854274,0.0327659097641938,0.5,0.255951455205554,0.441071535881681,0.0371743644588312,0.255951455205554,0.480717706436763,0.03074180090164,0.255951455205554,0.604005273290403,0.0482102804241503,0.255951455205554,0.590127647885707,0.0344732567993943,0.552705418341781,0.0293580706136439 -3711,0.255951455205554,0.463912629141052,0.124101828171044,0.255951455205554,0.456128711637814,0.162355387670493,0.255951455205554,0.324504809869806,0.109780339614883,0.255951455205554,0.223569176966707,0.0810736150118238,0.255951455205554,0.228593866369465,0.151133981406052,0.255951455205554,0.345925585283498,0.116548678054488,0.5,0.255951455205554,0.213064042550584,0.226953325542558,0.5,0.255951455205554,0.365764464491733,0.121484399473239,0.5,0.255951455205554,0.576701763690173,0.0617793406351826,0.255951455205554,0.292390178961196,0.352238250534207,0.271945916697348,0.125621740082329,0.255951455205554,0.337771038802282,0.0601693215285223,0.5,0.255951455205554,0.361849592627389,0.0746502169525385,0.255951455205554,0.435012359478916,0.0583636784782388,0.255951455205554,0.546821913499921,0.065410570204972,0.255951455205554,0.551141001386078,0.0435057591506447,0.608390488457716,0.0730973303745553 -3712,0.255951455205554,0.297465560356809,0.104583289990488,0.255951455205554,0.304587788549552,0.148119907214468,0.255951455205554,0.279098372025733,0.109060860766079,0.255951455205554,0.189186390247646,0.0632835602046347,0.255951455205554,0.172610444186236,0.13818215625532,0.255951455205554,0.271618043857942,0.145554440583502,0.5,0.255951455205554,0.186577520163012,0.270537351258326,0.5,0.255951455205554,0.26545566321919,0.155532580479803,0.5,0.255951455205554,0.455951740834512,0.0509439579402588,0.255951455205554,0.158768127695019,0.303254006493521,0.19340720924879,0.240773860328686,0.255951455205554,0.275835164471266,0.102734972450493,0.5,0.255951455205554,0.291537613460883,0.102197675923062,0.255951455205554,0.37339922436647,0.0830092515253015,0.255951455205554,0.442901058437588,0.0683640687201813,0.255951455205554,0.420820912468465,0.041027605813475,0.498213060915415,0.126033083924012 -3713,0.255951455205554,0.185519923399314,0.0706375470123797,0.255951455205554,0.19120953528623,0.0831976413044539,0.255951455205554,0.145327138936589,0.0708018407000862,0.255951455205554,0.0988356227624248,0.0630288851667198,0.255951455205554,0.126103164808059,0.119120379798425,0.255951455205554,0.212563481425496,0.178098101223397,0.5,0.255951455205554,0.105796970510473,0.236171906374485,0.5,0.255951455205554,0.164728116432672,0.127600837101779,0.5,0.255951455205554,0.303674296721311,0.0428320830586914,0.255951455205554,0.0599313353511306,0.198792358070077,0.292536082980977,0.21453621787202,0.255951455205554,0.228062607654597,0.128463122262784,0.5,0.255951455205554,0.204884833181422,0.108169601957531,0.255951455205554,0.264328130255189,0.0897734837703586,0.255951455205554,0.314148291037041,0.0573603124498317,0.255951455205554,0.299937428994441,0.0300951280470053,0.368196122514696,0.145337928450176 -3714,0.255951455205554,0.118627443051536,0.0599543339554557,0.255951455205554,0.136800635137682,0.0392641881549777,0.255951455205554,0.100191115103659,0.0451376543335238,0.255951455205554,0.13284209267939,0.0599339172422786,0.255951455205554,0.0751230628310214,0.102083174989185,0.255951455205554,0.105740775005509,0.138183413693825,0.5,0.255951455205554,0.0504326725440651,0.176520725945541,0.5,0.255951455205554,0.0957083356234352,0.0809343313995745,0.5,0.255951455205554,0.168098248950039,0.0404466815466298,0.255951455205554,0.0273567568955979,0.127657646480194,0.18590440257872,0.244957269061421,0.255951455205554,0.158011548503288,0.116103093969928,0.5,0.255951455205554,0.134791174368272,0.095851093559533,0.255951455205554,0.16441298680235,0.0634231874767931,0.255951455205554,0.20171995669822,0.0225559238751718,0.255951455205554,0.194852132478542,0.010380074193987,0.218892282970359,0.147908320413139 -3715,0.255951455205554,0.0869245968895864,0.0623969607635433,0.255951455205554,0.115247179108102,0.0133433300508126,0.255951455205554,0.060426040363542,0.0198396804589694,0.255951455205554,0.0331253216945815,0.0303510970354061,0.255951455205554,0.0314994577350803,0.104174817463417,0.255951455205554,0.03257580912382,0.153090171180996,0.5,0.255951455205554,0.0152300812287958,0.126436954472315,0.5,0.255951455205554,0.0330274119994334,0.102442068412734,0.5,0.255951455205554,0.0598291967981101,0.0630035468009026,0.255951455205554,0.00126266607949493,0.103721601563198,0.0937841216239908,0.137962826806165,0.255951455205554,0.0814321274990715,0.0934215094452117,0.5,0.255951455205554,0.0764224177514901,0.059254199989401,0.255951455205554,0.0670744884052164,0.0717911571747177,0.255951455205554,0.0950866472648365,0.0310296499193933,0.255951455205554,0.0825096701665644,0.00723956623027658,0.110020161070511,0.168717981687725 -3716,0.255951455205554,0.0386901981863723,0.0538834717355525,0.255951455205554,0.0354363258447966,0.00535775723153776,0.255951455205554,0.0218133606198169,0.0114448627051191,0.255951455205554,0.0323991660265122,0.0158209058093046,0.255951455205554,0.00713446462768197,0.10187080304875,0.255951455205554,0.00700931469666606,0.132368419867488,0.5,0.255951455205554,0.0039393827300452,0.120805623161374,0.5,0.255951455205554,0.00217221888190591,0.0930318666922066,0.5,0.255951455205554,0.000480884734736265,0.0885947164138507,0.255951455205554,0.000294662421674135,0.13104834298974,0.00269660007775514,0.0669033020711406,0.255951455205554,0.00608086755680706,0.0870486599559689,0.5,0.255951455205554,0.0209539295896753,0.0522945750434783,0.255951455205554,0.0,0.0938995286769811,0.255951455205554,0.0151115171514074,0.0672711345899787,0.255951455205554,0.00915650939446736,0.0185633214154149,0.0406202419626051,0.148219133166571 -3717,0.255951455205554,0.0,0.0612632422279153,0.255951455205554,0.0,0.00570432676441665,0.255951455205554,1.1035095622395e-06,0.0181823876185984,0.255951455205554,0.0,0.0141029709641678,0.255951455205554,0.0,0.091656450469603,0.255951455205554,0.0,0.0813593956400823,0.5,0.255951455205554,0.0,0.118175269284034,0.5,0.255951455205554,0.0,0.0492651661888593,0.5,0.255951455205554,0.0,0.0863279735871899,0.255951455205554,0.0,0.160320176018677,0.0,0.0555090711386262,0.255951455205554,0.0,0.0848122302713488,0.5,0.255951455205554,0.0,0.0633975313406514,0.255951455205554,0.0,0.0900866648328117,0.255951455205554,0.0,0.0913892290263013,0.255951455205554,0.0,0.0382020965151654,0.0,0.0970339627848218 -3718,0.255951455205554,0.0,0.0615833090079868,0.255951455205554,0.0,0.012315353417135,0.255951455205554,0.0,0.030757364387543,0.255951455205554,0.0,0.0126235715610515,0.255951455205554,0.0,0.0817144458125003,0.255951455205554,0.0,0.0647752565630228,0.5,0.255951455205554,0.0,0.135628120000257,0.5,0.255951455205554,0.0,0.0477220277214309,0.5,0.255951455205554,0.0,0.068801919628851,0.255951455205554,0.0,0.225767999344821,0.0,0.0555526864499339,0.255951455205554,0.0,0.0745433958925325,0.5,0.255951455205554,0.0,0.065158440063573,0.255951455205554,0.0,0.0834375209594707,0.255951455205554,0.0,0.0839142126633283,0.255951455205554,0.0,0.0706152574296605,0.0,0.0631989956546635 -3719,0.255951455205554,0.0,0.0591296927465458,0.255951455205554,0.0,0.0218829162637339,0.255951455205554,0.0,0.039263665156884,0.255951455205554,0.0,0.012243637612575,0.255951455205554,0.0,0.0661441253126716,0.255951455205554,0.0,0.0688525537389373,0.5,0.255951455205554,0.0,0.1765445682913,0.5,0.255951455205554,0.0,0.0789715040587848,0.5,0.255951455205554,0.0,0.0771975063286854,0.255951455205554,0.0,0.264324314611425,0.0,0.0612681685228689,0.255951455205554,0.0,0.0729662328474785,0.5,0.255951455205554,0.0,0.065401505102311,0.255951455205554,0.0,0.0829705788938133,0.255951455205554,0.0,0.0618479083434479,0.255951455205554,0.0,0.0959496434541583,0.0,0.0521001270861065 -3720,0.255951455205554,0.0,0.0593820848258097,0.255951455205554,0.0,0.0335838412883255,0.255951455205554,0.0,0.0456135950814407,0.255951455205554,0.0,0.016673079827974,0.255951455205554,0.0,0.0584620036616914,0.255951455205554,0.0,0.0861440845083572,0.5,0.255951455205554,0.0,0.246956873484176,0.5,0.255951455205554,0.0,0.133579258659477,0.5,0.255951455205554,0.0,0.0685900867657451,0.255951455205554,0.0,0.450612968360243,0.0,0.0628127281397135,0.255951455205554,0.0,0.076126689649371,0.5,0.255951455205554,0.0,0.0665030911432517,0.255951455205554,0.0,0.0787000035236566,0.255951455205554,0.0,0.0524183611158212,0.255951455205554,0.0,0.0918178742108179,0.0,0.051156013676571 -3721,0.255951455205554,0.0,0.0659169538389372,0.255951455205554,0.0,0.00996934169376935,0.255951455205554,0.0,0.0417977981806573,0.255951455205554,0.0,0.0202633704631985,0.255951455205554,0.0,0.0579594087780309,0.255951455205554,0.0,0.13962003970172,0.5,0.255951455205554,0.0,0.391216292462091,0.5,0.255951455205554,0.0,0.22271168533202,0.5,0.255951455205554,0.0,0.0693561214773537,0.255951455205554,0.0,0.873289371824569,0.0,0.0676567704198028,0.255951455205554,0.0,0.0804520641726116,0.5,0.255951455205554,0.0,0.068810436830697,0.255951455205554,0.0,0.0696842834768665,0.255951455205554,0.0,0.0530000800337259,0.255951455205554,0.0,0.0507403175790494,0.0,0.0694100639250148 -3722,0.255951455205554,0.0,0.0701244247968181,0.255951455205554,0.0,0.00154631372003756,0.255951455205554,0.0,0.0329500219128061,0.255951455205554,0.0,0.0211879080138944,0.255951455205554,0.0,0.0987753968568411,0.255951455205554,0.0,0.280136499886058,0.5,0.255951455205554,0.0,0.616620671225325,0.5,0.255951455205554,0.0,0.279143963180317,0.5,0.255951455205554,0.0,0.0825368216437411,0.255951455205554,0.0,0.900785244785271,0.0,0.0789081174401973,0.255951455205554,0.0,0.0777621860527716,0.5,0.255951455205554,0.0,0.0691534324893339,0.255951455205554,0.0,0.0639834984002014,0.255951455205554,0.0,0.0431144389259419,0.255951455205554,0.0,0.0270087406583066,0.0,0.120238108866387 -3723,0.255951455205554,0.0,0.0608980890090488,0.255951455205554,0.0,0.0100201656637998,0.255951455205554,0.0,0.0238524545167453,0.255951455205554,0.0,0.019185668324842,0.255951455205554,0.0,0.197078233837851,0.255951455205554,0.0,0.40027594965351,0.5,0.255951455205554,0.0,0.762059505976212,0.5,0.255951455205554,0.0,0.315380170413327,0.5,0.255951455205554,0.0,0.106119404565312,0.255951455205554,0.0,0.847936904277233,0.0,0.0820915507197579,0.255951455205554,0.0,0.0755976361090902,0.5,0.255951455205554,0.0,0.073026150495413,0.255951455205554,0.0,0.070890243734704,0.255951455205554,0.0,0.027249624781693,0.255951455205554,0.0,0.0427470667569119,0.0,0.205416138516581 -3724,0.255951455205554,0.0,0.0648464424165264,0.255951455205554,0.0,0.0111625458507769,0.255951455205554,0.0,0.0237755786786105,0.255951455205554,0.0,0.0186321854157713,0.255951455205554,0.0,0.252204651055743,0.255951455205554,0.0,0.603691758592834,0.5,0.255951455205554,0.0,0.78343960572847,0.5,0.255951455205554,0.0,0.366428246650311,0.5,0.255951455205554,0.0,0.146780813518556,0.255951455205554,0.0,0.716839323313373,0.0,0.0823252573213141,0.255951455205554,0.0,0.0726698147632114,0.5,0.255951455205554,0.0,0.0805882952110991,0.255951455205554,0.0,0.0606925757487266,0.255951455205554,0.0,0.0224235721305616,0.255951455205554,0.0,0.117199343079902,0.0,0.187945081436412 -3725,0.255951455205554,0.00239878222631954,0.076686527564613,0.255951455205554,0.00102949621196716,0.0105508991700262,0.255951455205554,0.000391289636872824,0.0333521781278749,0.255951455205554,0.000607999667555816,0.0248517955492542,0.255951455205554,9.87995889238508e-06,0.371964058954631,0.255951455205554,0.00010986820063305,0.791630906691574,0.5,0.255951455205554,0.0,0.765447357925897,0.5,0.255951455205554,1.16850559715313e-07,0.49200119202411,0.5,0.255951455205554,0.000408315191728993,0.243400369395783,0.255951455205554,0.0,0.713557712051647,0.00864830175945712,0.0781044616783508,0.255951455205554,0.00900289981147193,0.0672185157133991,0.5,0.255951455205554,0.0123339541097121,0.0790351934881568,0.255951455205554,0.00474410204028559,0.0551338481396131,0.255951455205554,0.00236047430986763,0.0339035961079382,0.255951455205554,0.0011637302876323,0.241181616678794,0.00254793716642656,0.0686008199901928 -3726,0.255951455205554,0.0162438368315103,0.0792798725446556,0.255951455205554,0.0131386160173466,0.0177452313912518,0.255951455205554,0.00480391710357103,0.0598818347810014,0.255951455205554,0.0080992275014406,0.0449145884412361,0.255951455205554,0.00528099673353232,0.688308487050749,0.255951455205554,0.0115045743451698,0.891661168734908,0.5,0.255951455205554,0.0107588273693485,0.762699235844259,0.5,0.255951455205554,0.0103312377738603,0.548941273674481,0.5,0.255951455205554,0.0163161203335871,0.43087475163733,0.255951455205554,0.011886097505973,0.848513734723275,0.0625382800714424,0.096976074566588,0.255951455205554,0.071722266161095,0.0843522756855904,0.5,0.255951455205554,0.072936444452216,0.102933079736596,0.255951455205554,0.0534623760484571,0.059769322558883,0.255951455205554,0.0253880380295368,0.07461296789479,0.255951455205554,0.0296562274728003,0.421969960915978,0.0107920013758397,0.0254946874244639 -3727,0.255951455205554,0.034544119890239,0.0741605299347143,0.255951455205554,0.0621242033708686,0.0494893588030096,0.255951455205554,0.0110737637312886,0.127420314415154,0.255951455205554,0.00753526553431933,0.081831937433856,0.255951455205554,0.0277318821810734,0.811820990141464,0.255951455205554,0.0259521301849668,0.896172997009368,0.5,0.255951455205554,0.0493216917245947,0.806640207991773,0.5,0.255951455205554,0.071593431819557,0.610031071038688,0.5,0.255951455205554,0.0492269297377872,0.596667946845821,0.255951455205554,0.0750960014540166,0.926095464625832,0.149319735313789,0.131792990260149,0.255951455205554,0.150066702580188,0.134602584245896,0.5,0.255951455205554,0.149437238289744,0.215431271510367,0.255951455205554,0.125854639389935,0.127626878131283,0.255951455205554,0.05513527380535,0.184911141824557,0.255951455205554,0.0756632745467452,0.760019693979055,0.0489533322816999,0.0377584655147234 -3728,0.255951455205554,0.0763884730592651,0.0791201037581108,0.255951455205554,0.0736905155214252,0.113047248157245,0.255951455205554,0.0160335114932239,0.293509761210671,0.255951455205554,0.0273126944269862,0.126615935889728,0.255951455205554,0.0850937598036757,0.816062245393901,0.255951455205554,0.0906967196464661,0.878215018366637,0.5,0.255951455205554,0.10873292566073,0.862624202642628,0.5,0.255951455205554,0.189554178253864,0.575208932240288,0.5,0.255951455205554,0.0919461031382344,0.754564670126183,0.255951455205554,0.0568831762527681,0.966242446051154,0.250112977313081,0.143507335938655,0.255951455205554,0.240219312395141,0.20315210335429,0.5,0.255951455205554,0.241514664746697,0.295399191844631,0.255951455205554,0.199020743555528,0.304339048755701,0.255951455205554,0.108967913099309,0.43044462586765,0.255951455205554,0.106694733466894,0.935406603867929,0.0963625834269406,0.0474596097505655 -3729,0.255951455205554,0.151828393273385,0.123311594057622,0.255951455205554,0.103751314659354,0.389170882015494,0.255951455205554,0.0244671297335613,0.446031548459474,0.255951455205554,0.00263255139669677,0.227324919420706,0.255951455205554,0.174974447441096,0.820536839892346,0.255951455205554,0.236563637507485,0.937324206320739,0.5,0.255951455205554,0.139683585030638,0.894895582279174,0.5,0.255951455205554,0.327481343280011,0.593336832474643,0.5,0.255951455205554,0.136213436710605,0.727126344490155,0.255951455205554,0.0399615216625454,0.900004167175531,0.339326409712196,0.221541316564412,0.255951455205554,0.315145826511596,0.328390482132695,0.5,0.255951455205554,0.319588140146903,0.388944096343788,0.255951455205554,0.307354279452784,0.514157826582226,0.255951455205554,0.148087599375334,0.743116605670329,0.255951455205554,0.140685503477888,0.949986832868889,0.164983143576963,0.0413997388218649 -3730,0.255951455205554,0.166852899039336,0.167715733416185,0.255951455205554,0.0298402405453276,0.588077460066122,0.255951455205554,0.089591930246347,0.494802887736852,0.255951455205554,0.00498706454023078,0.551396427371677,0.255951455205554,0.219393204957486,0.861749267035869,0.255951455205554,0.38930870307859,0.985310434230922,0.5,0.255951455205554,0.180155855229565,0.892489680418529,0.5,0.255951455205554,0.463400907709161,0.563064455601444,0.5,0.255951455205554,0.221047298800183,0.662116029123001,0.255951455205554,0.0355738395317521,0.75728952133453,0.358970178122278,0.510581006214135,0.255951455205554,0.359163718569735,0.385012079288717,0.5,0.255951455205554,0.346443306194724,0.453812526355841,0.255951455205554,0.284509999458504,0.597321573423334,0.255951455205554,0.111165580907799,0.807843461932789,0.255951455205554,0.257487691380065,0.954704020938907,0.295730768752756,0.0380773784689952 -3731,0.255951455205554,0.144082956153044,0.231027400634702,0.255951455205554,0.0127593337359716,0.846432920308034,0.255951455205554,0.169183316056021,0.548629833981404,0.255951455205554,0.00645501327975569,0.550126299996562,0.255951455205554,0.217489437143393,0.893866522630938,0.255951455205554,0.438866721424158,0.991734986312595,0.5,0.255951455205554,0.224396250223555,0.846925189111974,0.5,0.255951455205554,0.570588149858722,0.546777036187235,0.5,0.255951455205554,0.315654730182514,0.651281450196585,0.255951455205554,0.120374531367563,0.542423918646685,0.257101149345352,0.371473639783314,0.255951455205554,0.359924767288727,0.619944097618206,0.5,0.255951455205554,0.330860290429411,0.509536206603571,0.255951455205554,0.293285747901547,0.625500099715759,0.255951455205554,0.307132422579412,0.825874640520848,0.255951455205554,0.449144924722027,0.956528123998503,0.319426288742547,0.0422252304842582 -3732,0.255951455205554,0.0435984298996423,0.263976303287055,0.255951455205554,0.0787847211069261,0.898398309277033,0.255951455205554,0.20172417972644,0.626836826157867,0.255951455205554,0.118205175273077,0.66658143948633,0.255951455205554,0.233017332794045,0.895328454095133,0.255951455205554,0.494073634246801,0.996719263866117,0.5,0.255951455205554,0.296814753386849,0.753750923643448,0.5,0.255951455205554,0.64092536317223,0.50384598578302,0.5,0.255951455205554,0.395172385884377,0.647412018245479,0.255951455205554,0.343560757048268,0.617620229406365,0.27891046606989,0.792703240354648,0.255951455205554,0.263932225493112,0.644076373860863,0.5,0.255951455205554,0.28798404377933,0.666296875883293,0.255951455205554,0.403918590536584,0.66467744823968,0.255951455205554,0.565638191138679,0.812268745131043,0.255951455205554,0.607162471449662,0.957705897765365,0.0349700672687349,0.0545847512289862 -3733,0.255951455205554,0.0533900006024517,0.444675112161015,0.255951455205554,0.142764219489324,0.824548953730539,0.255951455205554,0.195440814360967,0.684950839210382,0.255951455205554,0.0425061548303947,0.600446366052215,0.255951455205554,0.257015109187151,0.892446841302814,0.255951455205554,0.50263392388737,0.979890192454935,0.5,0.255951455205554,0.407946164533619,0.77591631145288,0.5,0.255951455205554,0.673546302188892,0.456915295959959,0.5,0.255951455205554,0.457284051449476,0.5921861091707,0.255951455205554,0.3254372402938,0.687874021732193,0.154643913037238,0.529294321209757,0.255951455205554,0.345174376985083,0.681850568997642,0.5,0.255951455205554,0.173242111181085,0.58741484957134,0.255951455205554,0.519970251882312,0.644838462999786,0.255951455205554,0.66771282350907,0.875449640172422,0.255951455205554,0.651523492438635,0.961765697146986,0.0253048003851767,0.0722420761854427 -3734,0.255951455205554,0.0808811040473017,0.557370926211852,0.255951455205554,0.0585055375239592,0.498135530090211,0.255951455205554,0.172800259475525,0.694863794358401,0.255951455205554,0.0535472164447569,0.613425712569162,0.255951455205554,0.189287745728505,0.884238100339996,0.255951455205554,0.510691528600273,0.949801267266984,0.5,0.255951455205554,0.391477877651462,0.722500608904202,0.5,0.255951455205554,0.670247222233834,0.417565560082831,0.5,0.255951455205554,0.491845008918215,0.567783661276255,0.255951455205554,0.21558343200996,0.506101986701737,0.678037191742829,0.862442552220426,0.255951455205554,0.424498289320129,0.653603016236555,0.5,0.255951455205554,0.20914428556498,0.475635294991095,0.255951455205554,0.625048705078201,0.646056460649305,0.255951455205554,0.603004836079459,0.893400892409603,0.255951455205554,0.618762428178887,0.951523321896027,0.198553734593156,0.111935893542121 -3735,0.255951455205554,0.0448502030083158,0.561868122959983,0.255951455205554,0.0327233180053797,0.394029042178028,0.255951455205554,0.15441363420787,0.724881824870805,0.255951455205554,0.0436962798603805,0.669357217148135,0.255951455205554,0.105210240796838,0.855545544043728,0.255951455205554,0.434338052760836,0.907408543017735,0.5,0.255951455205554,0.30326988349018,0.617790989501701,0.5,0.255951455205554,0.614121368143464,0.325593618813991,0.5,0.255951455205554,0.483725834506598,0.524863350559492,0.255951455205554,0.191059453169428,0.30926498411556,0.547441531219268,0.847919503303326,0.255951455205554,0.536618250837069,0.666369353542146,0.5,0.255951455205554,0.276498183506304,0.4341767775969,0.255951455205554,0.58873241083638,0.619808164607603,0.255951455205554,0.520219406994915,0.895008520930271,0.255951455205554,0.532424013207494,0.932894953768344,0.0463863777677307,0.237704247400819 -3736,0.255951455205554,0.0226551469667399,0.638193096888683,0.255951455205554,0.0289063426865172,0.53327699454579,0.255951455205554,0.11683927292106,0.751052618189643,0.255951455205554,0.0748399674887551,0.737369832669054,0.255951455205554,0.079733938522949,0.802539378710432,0.255951455205554,0.320961431322282,0.791356195483902,0.5,0.255951455205554,0.284394079248515,0.467777106741361,0.5,0.255951455205554,0.516410609516012,0.245159251733049,0.5,0.255951455205554,0.394344495664236,0.445618425175426,0.255951455205554,0.403464514154774,0.358297832406121,0.468783172990537,0.718512177398518,0.255951455205554,0.441706587241599,0.669580653653175,0.5,0.255951455205554,0.302721046319066,0.563860025234175,0.255951455205554,0.472669602246824,0.570071675711423,0.255951455205554,0.38469126167525,0.881708545029441,0.255951455205554,0.425679206781352,0.908391493322547,0.0188526969892556,0.488129589048886 -3737,0.255951455205554,0.0107633804238224,0.674014698630661,0.255951455205554,0.0109880745011024,0.635846781444075,0.255951455205554,0.0778558779050514,0.732771299270478,0.255951455205554,0.0498768529011984,0.717187202995345,0.255951455205554,0.0736252473112763,0.742073485758788,0.255951455205554,0.199804780301042,0.617903474187404,0.5,0.255951455205554,0.247558553593233,0.331065291239492,0.5,0.255951455205554,0.388554781035986,0.167229476848306,0.5,0.255951455205554,0.294297562243081,0.331039155720553,0.255951455205554,0.222635561906268,0.274845814522445,0.331732930782727,0.529351146105893,0.255951455205554,0.331492327413115,0.550377719378525,0.5,0.255951455205554,0.194968065843097,0.476452916364634,0.255951455205554,0.320463203871019,0.45347382646333,0.255951455205554,0.27400756469349,0.818030489660264,0.255951455205554,0.295322597509038,0.827343141978657,0.00488060694520345,0.660727375393574 -3738,0.255951455205554,0.00649622411884652,0.685581980036466,0.255951455205554,0.0292909964028901,0.595838334857185,0.255951455205554,0.0670383890583932,0.716719178737283,0.255951455205554,0.0402314748972858,0.67979305550932,0.255951455205554,0.0521790937277743,0.681363563311006,0.255951455205554,0.127964097642872,0.424544696676738,0.5,0.255951455205554,0.152653395832471,0.195547385339446,0.5,0.255951455205554,0.253939050928445,0.103638938911978,0.5,0.255951455205554,0.196918972766829,0.190008405388011,0.255951455205554,0.144698945300219,0.181409685298551,0.189228141051782,0.322691459007162,0.255951455205554,0.209905132683898,0.404691796825421,0.5,0.255951455205554,0.160495798203905,0.410879519704923,0.255951455205554,0.200037138180521,0.248321444519553,0.255951455205554,0.174322861830963,0.731767715911319,0.255951455205554,0.190907528007014,0.691967701602346,0.00244519365299781,0.697787224021566 -3739,0.255951455205554,0.00430012976745668,0.69467668052371,0.255951455205554,0.011784217584024,0.527736324566383,0.255951455205554,0.0367299922377189,0.688594215066214,0.255951455205554,0.0658182625789988,0.706094510514365,0.255951455205554,0.0187452888907083,0.593262150547623,0.255951455205554,0.0569499561150431,0.247052667977268,0.5,0.255951455205554,0.0714456713855219,0.108239462179893,0.5,0.255951455205554,0.123586844457965,0.0304600257809776,0.5,0.255951455205554,0.0827841447520897,0.0611157489580808,0.255951455205554,0.0891666061145913,0.0871991250206044,0.0871913239305729,0.314524988778593,0.255951455205554,0.0815995644094258,0.331933048740576,0.5,0.255951455205554,0.0898158989658165,0.403780172181398,0.255951455205554,0.0738747439925653,0.125305331041026,0.255951455205554,0.0870997374101509,0.572562330718768,0.255951455205554,0.086328050272728,0.51612121621601,0.00142590405367881,0.74996334105104 -3740,0.255951455205554,0.00156109403304929,0.704521990267368,0.255951455205554,0.00331093203304533,0.447757985925691,0.255951455205554,0.00845045974406286,0.657786291281286,0.255951455205554,0.0195506834430744,0.720377281658148,0.255951455205554,0.00239609666665805,0.481297763484942,0.255951455205554,0.0105949954018393,0.141473669094966,0.5,0.255951455205554,0.0125530246894884,0.0518386491680297,0.5,0.255951455205554,0.0107912820176616,0.0183218150938816,0.5,0.255951455205554,0.00179519015409855,0.0311923379220283,0.255951455205554,0.0272350601680585,0.0137815175921665,0.00297265539634747,0.275397713315158,0.255951455205554,0.0065018583765703,0.262659754222767,0.5,0.255951455205554,0.0180688315051043,0.425029608523597,0.255951455205554,0.0,0.083417915519322,0.255951455205554,0.0124585949520081,0.400139170912228,0.255951455205554,0.0086026279170915,0.310227257596681,0.000656203481864036,0.851336617620779 -3741,0.255951455205554,1.13746548060502e-05,0.689290174528425,0.255951455205554,0.0,0.647602880316281,0.255951455205554,2.24111487887711e-06,0.640707777518228,0.255951455205554,3.46401516919737e-07,0.699667433592095,0.255951455205554,2.49103488144723e-07,0.38064992345449,0.255951455205554,0.0,0.0845525677661039,0.5,0.255951455205554,0.0,0.0235865178551073,0.5,0.255951455205554,0.0,0.0119837035999306,0.5,0.255951455205554,0.0,0.0164813046823622,0.255951455205554,0.0,0.00641534969743634,0.0,0.126394671006036,0.255951455205554,0.0,0.2163438520067,0.5,0.255951455205554,0.0,0.385757450183816,0.255951455205554,0.0,0.0577274443916371,0.255951455205554,0.0,0.303103544725231,0.255951455205554,0.0,0.17890300698355,0.0,0.905004516011688 -3742,0.255951455205554,0.0,0.659515859399389,0.255951455205554,0.0,0.726089501080799,0.255951455205554,0.0,0.606934617682965,0.255951455205554,0.0,0.707099078068892,0.255951455205554,0.0,0.303114410783167,0.255951455205554,0.0,0.0516459419259902,0.5,0.255951455205554,0.0,0.0101659418221798,0.5,0.255951455205554,0.0,0.00881543450237054,0.5,0.255951455205554,0.0,0.0069230317432609,0.255951455205554,0.0,0.00273523867617364,0.0,0.0869995196885887,0.255951455205554,0.0,0.2020651492848,0.5,0.255951455205554,0.0,0.328583178158292,0.255951455205554,0.0,0.0394467171843223,0.255951455205554,0.0,0.245607580614374,0.255951455205554,0.0,0.118710625976386,0.0,0.913145304727585 -3743,0.255951455205554,0.0,0.674159885271579,0.255951455205554,0.0,0.570345117395333,0.255951455205554,0.0,0.566563488171391,0.255951455205554,0.0,0.686826865021894,0.255951455205554,0.0,0.258594978540715,0.255951455205554,0.0,0.0367509275999874,0.5,0.255951455205554,0.0,0.00429493267322032,0.5,0.255951455205554,0.0,0.00819888058159727,0.5,0.255951455205554,0.0,0.00343158005488587,0.255951455205554,0.0,0.00160809088843347,0.0,0.0812384638237171,0.255951455205554,0.0,0.206574169871145,0.5,0.255951455205554,0.0,0.333883115688386,0.255951455205554,0.0,0.0266584070042927,0.255951455205554,0.0,0.218315484854262,0.255951455205554,0.0,0.0728715153336477,0.0,0.922248710152761 -3744,0.255951455205554,0.0,0.716190147385236,0.255951455205554,0.0,0.549431484442832,0.255951455205554,0.0,0.531543884508322,0.255951455205554,0.0,0.689323100057011,0.255951455205554,0.0,0.239673289298506,0.255951455205554,0.0,0.0255400906009466,0.5,0.255951455205554,0.0,0.00151652670117793,0.5,0.255951455205554,0.0,0.00731988970768831,0.5,0.255951455205554,0.0,0.00210107344718544,0.255951455205554,0.0,0.0026359424887705,0.0,0.0858611475645349,0.255951455205554,0.0,0.197514017341926,0.5,0.255951455205554,0.0,0.35339169443722,0.255951455205554,0.0,0.0161003920007021,0.255951455205554,0.0,0.153281092433955,0.255951455205554,0.0,0.0423674664960781,0.0,0.902830473320701 -3745,0.255951455205554,0.0,0.763255987004433,0.255951455205554,0.0,0.604493912477136,0.255951455205554,0.0,0.507121701210402,0.255951455205554,0.0,0.645059075528871,0.255951455205554,0.0,0.222278605761421,0.255951455205554,0.0,0.0150823212903452,0.5,0.255951455205554,0.0,0.000727181106911648,0.5,0.255951455205554,0.0,0.00660872143858074,0.5,0.255951455205554,0.0,0.00133997226860685,0.255951455205554,0.0,0.00233077229006184,0.0,0.126027635972968,0.255951455205554,0.0,0.15763858978367,0.5,0.255951455205554,0.0,0.332669120166174,0.255951455205554,0.0,0.00868569638641953,0.255951455205554,0.0,0.0950452780276181,0.255951455205554,0.0,0.0228323085141439,0.0,0.867112904104656 -3746,0.255951455205554,0.0,0.789018879215897,0.255951455205554,0.0,0.620262923310767,0.255951455205554,0.0,0.492524604545829,0.255951455205554,0.0,0.594555525293737,0.255951455205554,0.0,0.179271808004885,0.255951455205554,0.0,0.00743311454522839,0.5,0.255951455205554,0.0,0.00106542368619955,0.5,0.255951455205554,0.0,0.0063029566321229,0.5,0.255951455205554,0.0,0.00107731516879268,0.255951455205554,0.0,0.00399032475327387,0.0,0.113335530023789,0.255951455205554,0.0,0.128430721917588,0.5,0.255951455205554,0.0,0.341253941350693,0.255951455205554,0.0,0.00361094254460111,0.255951455205554,0.0,0.0777793205881134,0.255951455205554,0.0,0.0180078736403948,0.0,0.862490003640799 -3747,0.255951455205554,0.0,0.788684310329194,0.255951455205554,0.0,0.587848988865193,0.255951455205554,0.0,0.480250441108631,0.255951455205554,0.0,0.585944149435046,0.255951455205554,0.0,0.123098707642235,0.255951455205554,0.0,0.00398536572319632,0.5,0.255951455205554,0.0,0.00202262033067547,0.5,0.255951455205554,0.0,0.00674740550717903,0.5,0.255951455205554,0.0,0.00138310109228013,0.255951455205554,0.0,0.00590561772142558,0.0,0.0601255543747089,0.255951455205554,0.0,0.110991496806001,0.5,0.255951455205554,0.0,0.349450130740978,0.255951455205554,0.0,0.00125011891017036,0.255951455205554,0.0,0.0841105676868169,0.255951455205554,0.0,0.00872602585622242,0.0,0.893949330472801 -3748,0.255951455205554,0.0,0.768831005687959,0.255951455205554,0.0,0.531925674293717,0.255951455205554,0.0,0.44942796991889,0.255951455205554,0.0,0.581736146552358,0.255951455205554,0.0,0.0952168268773038,0.255951455205554,0.0,0.00425361759360157,0.5,0.255951455205554,0.0,0.003292850187067,0.5,0.255951455205554,0.0,0.00700690329255875,0.5,0.255951455205554,0.0,0.00225303274767835,0.255951455205554,0.0,0.00705635608477363,0.0,0.0346478551922001,0.255951455205554,0.0,0.101623702572865,0.5,0.255951455205554,0.0,0.334483513095376,0.255951455205554,0.0,0.000718784625103537,0.255951455205554,0.0,0.0784667605753516,0.255951455205554,0.0,0.00427232020886675,0.0,0.917802032972209 -3749,0.255951455205554,0.00081898043856938,0.776672136282936,0.255951455205554,0.000597394454368073,0.503679081038472,0.255951455205554,0.000326545942582044,0.425236727879712,0.255951455205554,0.000314281320732713,0.543645456977882,0.255951455205554,0.000210058353330825,0.083369108379668,0.255951455205554,0.000635983032639476,0.00418610085800617,0.5,0.255951455205554,0.0,0.00245374043465337,0.5,0.255951455205554,1.81357667275072e-06,0.00764541273794596,0.5,0.255951455205554,0.00122879140867302,0.00318318277161492,0.255951455205554,0.0,0.00685538510052355,0.00340587980373834,0.0316519952695484,0.255951455205554,0.0062440014441945,0.10026934524167,0.5,0.255951455205554,0.00223181471961219,0.307041135390785,0.255951455205554,0.00625379434420045,0.000511819321587219,0.255951455205554,0.00137711431459002,0.0572609186542398,0.255951455205554,0.00312371933154339,0.00357162750245881,0.00067014259605486,0.930776165555203 -3750,0.255951455205554,0.0166919714070126,0.783237639861995,0.255951455205554,0.0123534287316263,0.491454205203572,0.255951455205554,0.00860734078715289,0.421541767446195,0.255951455205554,0.00759909548514608,0.560065132441941,0.255951455205554,0.0266373212095282,0.0689742951208965,0.255951455205554,0.0511191966897976,0.00326511021293836,0.5,0.255951455205554,0.042879735810273,0.00174520566144737,0.5,0.255951455205554,0.0451441751000332,0.00665072237349803,0.5,0.255951455205554,0.0555172038568866,0.002762290222662,0.255951455205554,0.0388762931284531,0.00687877637830142,0.00496937891511128,0.0485007017916394,0.255951455205554,0.0407117506824052,0.0941959928337422,0.5,0.255951455205554,0.0116078585919577,0.278393349640606,0.255951455205554,0.0687470440903711,0.000472195331931194,0.255951455205554,0.0286668490887317,0.0503160947026716,0.255951455205554,0.0617245827620666,0.00132144393468984,0.0191247769565723,0.889259472891437 -3751,0.255951455205554,0.0420124040354337,0.798922254334655,0.255951455205554,0.0509143718434807,0.524525418691356,0.255951455205554,0.0333230920118021,0.407262706700956,0.255951455205554,0.0270035213900518,0.589305465894759,0.255951455205554,0.0899964514065302,0.0638138879693612,0.255951455205554,0.13133353835876,0.00364657567144027,0.5,0.255951455205554,0.120491392638916,0.000997102213636007,0.5,0.255951455205554,0.126976934640397,0.00316779069842594,0.5,0.255951455205554,0.142852229219406,0.00257869299720274,0.255951455205554,0.115738858276532,0.00458399732893023,0.0101599008883459,0.0994440603962903,0.255951455205554,0.0746931241425821,0.0990292858790119,0.5,0.255951455205554,0.0277446785261074,0.265197630931119,0.255951455205554,0.157690708370655,0.00110989813157437,0.255951455205554,0.0824196441820039,0.0580192085344692,0.255951455205554,0.147474610345856,0.00103385432476993,0.0829192592000222,0.895678585165815 -3752,0.255951455205554,0.0566589927746971,0.803271127619263,0.255951455205554,0.077195109411674,0.584061775348625,0.255951455205554,0.0852888556440921,0.374764935521774,0.255951455205554,0.0630809216370364,0.52191680509576,0.255951455205554,0.194791792782529,0.078472186210657,0.255951455205554,0.251518617853489,0.00723748181693763,0.5,0.255951455205554,0.241597986803409,0.00211847153906072,0.5,0.255951455205554,0.248946505202766,0.00661571024866958,0.5,0.255951455205554,0.266115131989062,0.00776799339442919,0.255951455205554,0.23544325016347,0.00796818813878069,0.0223024082745906,0.071439118118452,0.255951455205554,0.104252915055514,0.106817743180364,0.5,0.255951455205554,0.0618577836373192,0.27643943953238,0.255951455205554,0.268953355019606,0.00594884382589783,0.255951455205554,0.175919919554817,0.0596536480894412,0.255951455205554,0.26655258315017,0.00211515625816881,0.115142511821956,0.895072910547135 -3753,0.255951455205554,0.0784798146372098,0.818511091640676,0.255951455205554,0.0963167400352706,0.617752495387846,0.255951455205554,0.177835762019834,0.348255279408026,0.255951455205554,0.122460765286376,0.4300936925237,0.255951455205554,0.318032084168439,0.0674017818626707,0.255951455205554,0.371848248696533,0.00489023100319835,0.5,0.255951455205554,0.374016261741854,0.00698212247632696,0.5,0.255951455205554,0.384307482358623,0.0153105252044256,0.5,0.255951455205554,0.4037707773848,0.013838609515806,0.255951455205554,0.36745490186976,0.0194528422928864,0.0475877797732845,0.0600383148093012,0.255951455205554,0.155149668818899,0.115318490988856,0.5,0.255951455205554,0.0928582423684393,0.295854463722435,0.255951455205554,0.387740034185525,0.0051709383253342,0.255951455205554,0.291789267163982,0.0545301772776594,0.255951455205554,0.389922098124427,0.00194578146799172,0.0984543576333817,0.886246066611975 -3754,0.255951455205554,0.156357895541727,0.856271817416666,0.255951455205554,0.155984389079404,0.614405230598511,0.255951455205554,0.301647689869243,0.347921372565671,0.255951455205554,0.148006261659226,0.355970849776087,0.255951455205554,0.43851270129929,0.0446479216246109,0.255951455205554,0.506415760113811,0.00223916446392111,0.5,0.255951455205554,0.513909338727473,0.0129486151674193,0.5,0.255951455205554,0.521451673300814,0.015842216492149,0.5,0.255951455205554,0.53747535553582,0.0130591179758457,0.255951455205554,0.504818861826865,0.0423286825065527,0.12786097285187,0.0738559520121871,0.255951455205554,0.251717473767337,0.102993682927798,0.5,0.255951455205554,0.101611520780757,0.297760727294239,0.255951455205554,0.496130514824829,0.00163995720447904,0.255951455205554,0.40154028538218,0.0375697791748517,0.255951455205554,0.501836916001011,0.000927822711841618,0.0957972448802544,0.870453403313054 -3755,0.255951455205554,0.250025015762901,0.88524447283307,0.255951455205554,0.22965528134436,0.564470196566199,0.255951455205554,0.41411833449724,0.326153983156319,0.255951455205554,0.335221741419442,0.326758989865229,0.255951455205554,0.575531330577812,0.0285953150420335,0.255951455205554,0.620119180576661,0.00154227382345892,0.5,0.255951455205554,0.626801410634394,0.0184231113421994,0.5,0.255951455205554,0.629174880210054,0.0128963118944329,0.5,0.255951455205554,0.63726865729857,0.00896657214988544,0.255951455205554,0.615552139343513,0.0528897695883287,0.368657282396924,0.0826970705155921,0.255951455205554,0.360552063214277,0.0885064296657537,0.5,0.255951455205554,0.140286021085315,0.292558362804368,0.255951455205554,0.589840078620112,0.000339124528783032,0.255951455205554,0.461910631782467,0.0251771879786389,0.255951455205554,0.603985034850021,0.000285715238329576,0.135250401127341,0.849743984254704 -3756,0.255951455205554,0.257059053825735,0.848410091928298,0.255951455205554,0.359869929132933,0.560525363116551,0.255951455205554,0.373788427645088,0.277143298862721,0.255951455205554,0.427652919949203,0.287464479635657,0.255951455205554,0.636936900033424,0.0180244753431098,0.255951455205554,0.694818774396047,0.00144739470018076,0.5,0.255951455205554,0.693027318861046,0.0229251468603264,0.5,0.255951455205554,0.691530264127209,0.00965000041869661,0.5,0.255951455205554,0.691474915689158,0.00656971754071023,0.255951455205554,0.687415641772168,0.0559106198139114,0.468273123027575,0.0638421653462488,0.255951455205554,0.460442918306854,0.082267595533133,0.5,0.255951455205554,0.232814959353573,0.292657192417238,0.255951455205554,0.660082845196321,0.000502848949880551,0.255951455205554,0.503199384989309,0.0239165064424769,0.255951455205554,0.678504744967952,5.6893300199221e-05,0.245344441264476,0.805508603142701 -3757,0.255951455205554,0.219902179022893,0.773142260150941,0.255951455205554,0.298469406289625,0.390630146048443,0.255951455205554,0.342245559917437,0.207612197708706,0.255951455205554,0.141939793972162,0.22997028841172,0.255951455205554,0.651637374109997,0.0110997038160174,0.255951455205554,0.721086715268625,0.00138442207795348,0.5,0.255951455205554,0.718258541525622,0.0264060322036964,0.5,0.255951455205554,0.713331229190349,0.00676556734308558,0.5,0.255951455205554,0.703963962116566,0.00526221750179989,0.255951455205554,0.717930307161477,0.0563387638547427,0.478284480865206,0.042960886647824,0.255951455205554,0.489388032687894,0.0600490277825851,0.5,0.255951455205554,0.235593237842511,0.26348329379691,0.255951455205554,0.677550299762179,0.000813393432367341,0.255951455205554,0.545530244442596,0.01693240724008,0.255951455205554,0.707325593617186,8.5426196559244e-06,0.343703862413594,0.745033332678678 -3758,0.255951455205554,0.206755068882903,0.701147721476507,0.255951455205554,0.214125563822687,0.276002276044672,0.255951455205554,0.401480868683151,0.154685306235983,0.255951455205554,0.119722208462753,0.154226255111308,0.255951455205554,0.646427532434987,0.00954343054210904,0.255951455205554,0.705510255612882,0.00173591237075929,0.5,0.255951455205554,0.706980585535154,0.0312089130450404,0.5,0.255951455205554,0.694889824147145,0.00507154472530264,0.5,0.255951455205554,0.678026913361842,0.00347678102569914,0.255951455205554,0.706154005594595,0.0510633056578601,0.260288686591529,0.0232794634604651,0.255951455205554,0.432330008701358,0.0496588522618081,0.5,0.255951455205554,0.224141408509564,0.233507433231972,0.255951455205554,0.657651423015607,0.000501512034721445,0.255951455205554,0.544877381774989,0.00857181184531589,0.255951455205554,0.69070364915455,2.91544773222321e-05,0.317119050935653,0.670173361303416 -3759,0.255951455205554,0.209471811525945,0.620937129363623,0.255951455205554,0.101995185028249,0.107266038313366,0.255951455205554,0.420545600094255,0.10820004343795,0.255951455205554,0.365796910693301,0.133814999936465,0.255951455205554,0.618276226644213,0.0113722700626267,0.255951455205554,0.643139240809353,0.00271693527574585,0.5,0.255951455205554,0.653168572085718,0.0379990283550339,0.5,0.255951455205554,0.633902386938459,0.00873054029969622,0.5,0.255951455205554,0.613291185790867,0.00566092773009816,0.255951455205554,0.649694288685346,0.0579102488554403,0.394891758776186,0.0175260830666051,0.255951455205554,0.374394519739495,0.0370759214235243,0.5,0.255951455205554,0.181293732698711,0.204224647799148,0.255951455205554,0.592780924643276,0.00093603156592614,0.255951455205554,0.505643282262798,0.00369707623194375,0.255951455205554,0.628142441953628,0.000586714265304747,0.239707202802001,0.591664729260254 -3760,0.255951455205554,0.190439594790739,0.513419370579739,0.255951455205554,0.062123629535159,0.0276053601505767,0.255951455205554,0.383460779905457,0.0696081134099554,0.255951455205554,0.470137792481412,0.0966785218243063,0.255951455205554,0.529131878340726,0.0141881179306905,0.255951455205554,0.533474917410997,0.00480500219339038,0.5,0.255951455205554,0.547733482566207,0.0486016004535598,0.5,0.255951455205554,0.526070084691625,0.0106602724817112,0.5,0.255951455205554,0.503456071473553,0.00643996969131855,0.255951455205554,0.547174551630006,0.0632989933010325,0.210628209628763,0.00895014539735236,0.255951455205554,0.33984203785777,0.0215621920309323,0.5,0.255951455205554,0.134796070524536,0.170235361766548,0.255951455205554,0.484007998034751,0.00572158509837353,0.255951455205554,0.421030974517109,0.0027735385357596,0.255951455205554,0.513360408309688,0.00163682964085133,0.254021943823504,0.505689065282087 -3761,0.255951455205554,0.158358605478599,0.40301343588612,0.255951455205554,0.111008582207374,0.0133879552279091,0.255951455205554,0.307361893548517,0.040938926120541,0.255951455205554,0.351751158815854,0.058382014626989,0.255951455205554,0.403548672547833,0.0176351731458848,0.255951455205554,0.394804507026141,0.00767103802092834,0.5,0.255951455205554,0.409587811812312,0.0488920451668002,0.5,0.255951455205554,0.387173367781804,0.012604005503349,0.5,0.255951455205554,0.362932306252277,0.00618192390410375,0.255951455205554,0.41206488212148,0.0543423275239876,0.158797700038158,0.00537849185755703,0.255951455205554,0.279048535822763,0.014073185818944,0.5,0.255951455205554,0.085858395207729,0.126297822748063,0.255951455205554,0.349972114109078,0.0196261113864849,0.255951455205554,0.310458603673968,0.00627590647259228,0.255951455205554,0.370135045442489,0.00551026764178595,0.178364104221691,0.419992324066173 -3762,0.255951455205554,0.103692205913932,0.273412352709326,0.255951455205554,0.185555574885107,0.0157677780880027,0.255951455205554,0.219747535578202,0.0223060663368875,0.255951455205554,0.244225085352937,0.0317348108747185,0.255951455205554,0.274450841872799,0.0204756275287912,0.255951455205554,0.262016089972251,0.00752824660758386,0.5,0.255951455205554,0.274157708899228,0.0296777891359476,0.5,0.255951455205554,0.249898347784337,0.0127355829983876,0.5,0.255951455205554,0.229441993612438,0.00443417404254148,0.255951455205554,0.276445151043276,0.0362532168496096,0.116901037125563,0.00469298616058351,0.255951455205554,0.191541936610172,0.0155810507227168,0.5,0.255951455205554,0.0601664941792005,0.0767115196392089,0.255951455205554,0.221287139028747,0.0500348649745047,0.255951455205554,0.198957728389718,0.01580502374438,0.255951455205554,0.238104820663267,0.01873506126983,0.132231930789617,0.337136825491687 -3763,0.255951455205554,0.0515805123344844,0.173895934527668,0.255951455205554,0.105537410903891,0.00501565608924993,0.255951455205554,0.122956658757696,0.00852852239275025,0.255951455205554,0.128171678329823,0.0073947253770584,0.255951455205554,0.143492854256026,0.0114422007851614,0.255951455205554,0.130726453877887,0.00211105911943771,0.5,0.255951455205554,0.140006275094955,0.00888902872790024,0.5,0.255951455205554,0.120716216953149,0.010080514208253,0.5,0.255951455205554,0.0850648532524798,0.005076270341846,0.255951455205554,0.142289199625301,0.0214342750682048,0.0874477507994549,0.00287515243394066,0.255951455205554,0.0841837340155603,0.0107698852188173,0.5,0.255951455205554,0.0370851619907205,0.0387169252749633,0.255951455205554,0.0778165604162358,0.0566124870750109,0.255951455205554,0.0984144268675519,0.0305539845359415,0.255951455205554,0.109899774118148,0.0322594166407053,0.0470270267362153,0.234534789825779 -3764,0.255951455205554,0.0140320819895822,0.119202704163469,0.255951455205554,0.0330032340645175,0.00379335798698317,0.255951455205554,0.0343445684184547,0.00586107280847919,0.255951455205554,0.0365097178156995,0.00311818373643796,0.255951455205554,0.0342941787204426,0.021196911189678,0.255951455205554,0.024814929396065,0.0041685082047709,0.5,0.255951455205554,0.0281745574002044,0.0113059050537487,0.5,0.255951455205554,0.0133116372206863,0.0107383445698685,0.5,0.255951455205554,0.00218728785551435,0.0116852363340347,0.255951455205554,0.0300133351055343,0.0265035176567489,0.0151371067441124,0.00341422699779787,0.255951455205554,0.00737700764762467,0.0168784689874413,0.5,0.255951455205554,0.0111441159972759,0.0175358972686196,0.255951455205554,0.00123135054820857,0.0676890277937514,0.255951455205554,0.0183063584908378,0.0422755224618616,0.255951455205554,0.0142673225829851,0.0541407577525262,0.00863647921563642,0.128657767370004 -3765,0.255951455205554,2.78449725361892e-05,0.0930305759278297,0.255951455205554,0.0,0.00736176659816196,0.255951455205554,0.0,0.00625645027429733,0.255951455205554,0.0,0.0014951076081579,0.255951455205554,0.0,0.0332126600076764,0.255951455205554,0.0,0.0075121525957375,0.5,0.255951455205554,0.0,0.0112183552982989,0.5,0.255951455205554,0.0,0.00773095831719191,0.5,0.255951455205554,0.0,0.0105862084862646,0.255951455205554,0.0,0.0311540727417425,0.0,0.00540185969577022,0.255951455205554,0.0,0.0207975271813657,0.5,0.255951455205554,0.0,0.0117491151579666,0.255951455205554,0.0,0.0677578858514736,0.255951455205554,0.0,0.0622374524834553,0.255951455205554,0.0,0.0669963060426683,9.69697087698706e-05,0.0694814823102281 -3766,0.255951455205554,0.0,0.0634775852904432,0.255951455205554,0.0,0.009783633315259,0.255951455205554,0.0,0.00663099884850192,0.255951455205554,0.0,0.000338771055864001,0.255951455205554,0.0,0.0401737230115752,0.255951455205554,0.0,0.00887718041556565,0.5,0.255951455205554,0.0,0.0127448109227627,0.5,0.255951455205554,0.0,0.00742541652509936,0.5,0.255951455205554,0.0,0.00706866704650318,0.255951455205554,0.0,0.0352144727831492,0.0,0.00578203317478606,0.255951455205554,0.0,0.0192960058442108,0.5,0.255951455205554,0.0,0.0110515516475155,0.255951455205554,0.0,0.0586489422254384,0.255951455205554,0.0,0.0646821394995304,0.255951455205554,0.0,0.0576987486799462,0.0,0.0392611611155498 -3767,0.255951455205554,0.0,0.0449042643808772,0.255951455205554,0.0,0.00949045794386562,0.255951455205554,0.0,0.00742546276514939,0.255951455205554,0.0,0.000194933877224498,0.255951455205554,0.0,0.0423898946256442,0.255951455205554,0.0,0.00923413912511006,0.5,0.255951455205554,0.0,0.011668782095323,0.5,0.255951455205554,0.0,0.00928561413165742,0.5,0.255951455205554,0.0,0.0043095399082029,0.255951455205554,0.0,0.0246668025413405,0.0,0.00514062488446543,0.255951455205554,0.0,0.0186765176220908,0.5,0.255951455205554,0.0,0.014294512512126,0.255951455205554,0.0,0.0521421764336149,0.255951455205554,0.0,0.0551785658340592,0.255951455205554,0.0,0.0424562445865378,0.0,0.024438848883809 -3768,0.255951455205554,0.0,0.0357315877203853,0.255951455205554,0.0,0.00782615434054992,0.255951455205554,0.0,0.00993568610155983,0.255951455205554,0.0,0.00174444970730776,0.255951455205554,0.0,0.0393711368951666,0.255951455205554,0.0,0.0121125748121698,0.5,0.255951455205554,0.0,0.00874095552650848,0.5,0.255951455205554,0.0,0.0135819920777367,0.5,0.255951455205554,0.0,0.00385135516844256,0.255951455205554,0.0,0.0219263511517923,0.0,0.00431505425200918,0.255951455205554,0.0,0.0190153354270077,0.5,0.255951455205554,0.0,0.0195275066450441,0.255951455205554,0.0,0.0436551394507224,0.255951455205554,0.0,0.0443798174179057,0.255951455205554,0.0,0.0343927563453781,0.0,0.0206326714363614 -3769,0.255951455205554,0.0,0.0308676927913679,0.255951455205554,0.0,0.00615034614406728,0.255951455205554,0.0,0.0126887987624997,0.255951455205554,0.0,0.00339887880238774,0.255951455205554,0.0,0.037760669771878,0.255951455205554,0.0,0.0125781441437976,0.5,0.255951455205554,0.0,0.00875529657209525,0.5,0.255951455205554,0.0,0.0147881425304302,0.5,0.255951455205554,0.0,0.0042466413732408,0.255951455205554,0.0,0.027759970839015,0.0,0.00610341199175565,0.255951455205554,0.0,0.0207555131411041,0.5,0.255951455205554,0.0,0.0237915199197112,0.255951455205554,0.0,0.0355201963042817,0.255951455205554,0.0,0.0367799888620786,0.255951455205554,0.0,0.0291906837260792,0.0,0.0161676502468264 -3770,0.255951455205554,0.0,0.0290607277283152,0.255951455205554,0.0,0.00582994374437755,0.255951455205554,0.0,0.0157579167684009,0.255951455205554,0.0,0.00577547715652465,0.255951455205554,0.0,0.037233877024009,0.255951455205554,0.0,0.0100359376541056,0.5,0.255951455205554,0.0,0.0101799038379945,0.5,0.255951455205554,0.0,0.0147175783197761,0.5,0.255951455205554,0.0,0.00375413500071355,0.255951455205554,0.0,0.0281604507634617,0.0,0.00910005189798534,0.255951455205554,0.0,0.0213750294048195,0.5,0.255951455205554,0.0,0.0240440678717999,0.255951455205554,0.0,0.0295771864414079,0.255951455205554,0.0,0.0290219181749686,0.255951455205554,0.0,0.0245026123664248,0.0,0.0135844649073865 -3771,0.255951455205554,0.0,0.0244454120235067,0.255951455205554,0.0,0.00690528936794311,0.255951455205554,0.0,0.0192059652581393,0.255951455205554,0.0,0.0121047964016843,0.255951455205554,0.0,0.0386544968780891,0.255951455205554,0.0,0.0106822867998902,0.5,0.255951455205554,0.0,0.0102925934932344,0.5,0.255951455205554,0.0,0.0148685227815964,0.5,0.255951455205554,0.0,0.00321209646375047,0.255951455205554,0.0,0.0230656905037708,0.0,0.0102586471773017,0.255951455205554,0.0,0.0209908962417606,0.5,0.255951455205554,0.0,0.0242762361089739,0.255951455205554,0.0,0.0251842951109368,0.255951455205554,0.0,0.0225341647715558,0.255951455205554,0.0,0.019021822559497,0.0,0.0139596236118336 -3772,0.255951455205554,0.0,0.019285708376468,0.255951455205554,0.0,0.00873119779911863,0.255951455205554,0.0,0.0228457659219638,0.255951455205554,0.0,0.016346786615169,0.255951455205554,0.0,0.0433532006157958,0.255951455205554,0.0,0.0126215752189539,0.5,0.255951455205554,0.0,0.0101358633873899,0.5,0.255951455205554,0.0,0.0137947464615221,0.5,0.255951455205554,0.0,0.00305878132719337,0.255951455205554,0.0,0.0242339021703965,0.0,0.00913414715895656,0.255951455205554,0.0,0.0209226254588688,0.5,0.255951455205554,0.0,0.0246264291975551,0.255951455205554,0.0,0.020432899539851,0.255951455205554,0.0,0.019207469919276,0.255951455205554,0.0,0.0133807925947776,0.0,0.014087099873975 -3773,0.255951455205554,0.0037408728309572,0.0187036604762962,0.255951455205554,0.00513785369539712,0.00819705116439797,0.255951455205554,0.00280248360522992,0.0245803531899763,0.255951455205554,0.00338518230639096,0.0190933660015505,0.255951455205554,0.000581169509858165,0.0450432630102166,0.255951455205554,0.000778345168923914,0.0141292610236603,0.5,0.255951455205554,0.0,0.00956693845973317,0.5,0.255951455205554,3.40862136852236e-06,0.01572226207118,0.5,0.255951455205554,0.00128370999995824,0.00330736966756762,0.255951455205554,0.0,0.0256450478028594,0.0125687040925339,0.00715616123500671,0.255951455205554,0.0114942936288128,0.0183891182623018,0.5,0.255951455205554,0.0110246976868489,0.0231057530805315,0.255951455205554,0.00634030623833002,0.0162268999331688,0.255951455205554,0.00490488852217801,0.0137205584620845,0.255951455205554,0.00325646257259147,0.00809653152864413,0.00208828133328869,0.0135205124896933 -3774,0.255951455205554,0.0501940123680757,0.0194456563548066,0.255951455205554,0.065522145867369,0.00536509427046419,0.255951455205554,0.0567792221143725,0.0249174147141999,0.255951455205554,0.058803745432511,0.0196117016143621,0.255951455205554,0.0478026628532173,0.04091207607728,0.255951455205554,0.0507284650436556,0.00955919305385668,0.5,0.255951455205554,0.0419312005137472,0.007979202816956,0.5,0.255951455205554,0.0431718416046374,0.0156387282816558,0.5,0.255951455205554,0.0541758172450685,0.00313391744256255,0.255951455205554,0.0372275716584151,0.0167151746380089,0.0773826592049018,0.00593496068034044,0.255951455205554,0.0752754866293749,0.015968701039416,0.5,0.255951455205554,0.0665741443918834,0.0238366152092861,0.255951455205554,0.0686114546731659,0.0116666613783453,0.255951455205554,0.0661719269616927,0.0105684485370929,0.255951455205554,0.0610290862761322,0.00675875237066626,0.0357925770444987,0.0137628312216192 -3775,0.255951455205554,0.124262799572847,0.023521652613888,0.255951455205554,0.145410540512361,0.00514233324765095,0.255951455205554,0.133188856057297,0.031444158957921,0.255951455205554,0.135185427250495,0.025148963210092,0.255951455205554,0.12191797307784,0.0394589441778874,0.255951455205554,0.129592929349105,0.00785557366954514,0.5,0.255951455205554,0.117231015230927,0.00680533049924519,0.5,0.255951455205554,0.122391114474628,0.00912113098923013,0.5,0.255951455205554,0.139663182418994,0.00198403981279577,0.255951455205554,0.110723821818776,0.0110076071715435,0.169384542168477,0.00518821623095471,0.255951455205554,0.16610965210338,0.0243903658136698,0.5,0.255951455205554,0.144752153277322,0.0312911266418322,0.255951455205554,0.157080392412605,0.0186443938555968,0.255951455205554,0.15195268070339,0.0222001200874523,0.255951455205554,0.145861464943948,0.0091803707551217,0.106365138295019,0.0167493757405269 -3776,0.255951455205554,0.23156477750505,0.0257900103624334,0.255951455205554,0.265143397631939,0.0122811355046695,0.255951455205554,0.25199251863506,0.0654144657156107,0.255951455205554,0.254371261330588,0.0602441590976612,0.255951455205554,0.238487014146107,0.0580989846709106,0.255951455205554,0.248954799080828,0.0122606484568871,0.5,0.255951455205554,0.232558623569603,0.0110091598953991,0.5,0.255951455205554,0.241429966722236,0.00682972296933992,0.5,0.255951455205554,0.260551436979947,0.00389889372690484,0.255951455205554,0.224515649468897,0.0147226634571995,0.290657981307294,0.0201469354700631,0.255951455205554,0.286031921732999,0.0450898778511037,0.5,0.255951455205554,0.252220132626139,0.0364313609767863,0.255951455205554,0.276093889749553,0.0267466235031569,0.255951455205554,0.272958662916876,0.0542633276873934,0.255951455205554,0.26749836540862,0.0167312025630612,0.201393243873242,0.0215113116501333 -3777,0.255951455205554,0.339543277430079,0.0180771328723297,0.255951455205554,0.390021058763388,0.0280725612677643,0.255951455205554,0.37792823677026,0.0971759169903404,0.255951455205554,0.379718637844729,0.0781692522323906,0.255951455205554,0.363356413798528,0.0890560787082101,0.255951455205554,0.378367989082631,0.0207803177603551,0.5,0.255951455205554,0.3590768589261,0.0265361787763008,0.5,0.255951455205554,0.373711576508241,0.0138336550387734,0.5,0.255951455205554,0.395520424718491,0.00800078384581465,0.255951455205554,0.34770043763024,0.0301478817463072,0.420145036939724,0.0412085369576296,0.255951455205554,0.416991483128464,0.0551726100288049,0.5,0.255951455205554,0.380032863535469,0.0297947115893615,0.255951455205554,0.408863663595711,0.0273661913814034,0.255951455205554,0.403263904047041,0.0785240713914101,0.255951455205554,0.39928960939125,0.028034004568699,0.310657895929424,0.027941996706569 -3778,0.255951455205554,0.458727908402782,0.0127975124392018,0.255951455205554,0.522314383425903,0.0431496969846635,0.255951455205554,0.512293564808691,0.138117034163019,0.255951455205554,0.513643280508904,0.10347051181916,0.255951455205554,0.492078540833975,0.128905367557328,0.255951455205554,0.513000708599805,0.0351040450035012,0.5,0.255951455205554,0.488707192868843,0.0497016853982987,0.5,0.255951455205554,0.507600218920689,0.0211091402893565,0.5,0.255951455205554,0.526832546626965,0.0146362671450014,0.255951455205554,0.474046097196816,0.0591542577570922,0.548021770260547,0.051482197105594,0.255951455205554,0.548891041009931,0.0599164506635886,0.5,0.255951455205554,0.513822741405437,0.0175469013308152,0.255951455205554,0.541043146753958,0.026552608046045,0.255951455205554,0.53484975017989,0.0993575126203274,0.255951455205554,0.531874343694176,0.0344853006749576,0.373720425196834,0.0364534961211168 -3779,0.255951455205554,0.570872832107438,0.0108167486004219,0.255951455205554,0.626544728551149,0.0659452191546409,0.255951455205554,0.620257893918549,0.180919754253099,0.255951455205554,0.621882778668061,0.153366716923837,0.255951455205554,0.592931831948822,0.156137565729194,0.255951455205554,0.61893056697117,0.0564959080238921,0.5,0.255951455205554,0.59143508602553,0.0867882007817168,0.5,0.255951455205554,0.612342356076365,0.023092176392959,0.5,0.255951455205554,0.626023174725025,0.0175744799682132,0.255951455205554,0.579132389783885,0.0989946039880574,0.639769486500776,0.0455837861370049,0.255951455205554,0.643364149831179,0.05445774782446,0.5,0.255951455205554,0.580404299603976,0.00802103570765463,0.255951455205554,0.636723533992586,0.0230199908269986,0.255951455205554,0.634090416581782,0.1184314085729,0.255951455205554,0.632785180403202,0.0379322497679637,0.483235679909632,0.0430423196506928 -3780,0.255951455205554,0.644840765580138,0.0126793133951515,0.255951455205554,0.686403734078731,0.0855252774396184,0.255951455205554,0.68023152502257,0.204419952272444,0.255951455205554,0.682912776355909,0.190485637779123,0.255951455205554,0.649016016995227,0.171786413741824,0.255951455205554,0.678886073181618,0.0753338128981687,0.5,0.255951455205554,0.654175316596521,0.115284202144459,0.5,0.255951455205554,0.672638773741339,0.022610185942602,0.5,0.255951455205554,0.681340869813828,0.0182668161643193,0.255951455205554,0.643433326453994,0.123986508851247,0.68755562191324,0.0546835901381782,0.255951455205554,0.69283052338879,0.0502978343108082,0.5,0.255951455205554,0.634991010017343,0.00374497431222143,0.255951455205554,0.686644708232162,0.0194305628861106,0.255951455205554,0.688810352093366,0.122714966177014,0.255951455205554,0.688973192662849,0.0370358148059492,0.563489334551389,0.0508705844841744 -3781,0.255951455205554,0.674724549335888,0.0140164532636546,0.255951455205554,0.704799023772042,0.103872772754216,0.255951455205554,0.696580064368733,0.207980413770944,0.255951455205554,0.70462325132173,0.198736022265197,0.255951455205554,0.668660380131265,0.178630435421547,0.255951455205554,0.697993197903529,0.0823962851582062,0.5,0.255951455205554,0.677659085821249,0.160344464460912,0.5,0.255951455205554,0.692301397382554,0.0193913561639574,0.5,0.255951455205554,0.696455583522788,0.0189842615530731,0.255951455205554,0.663259601552075,0.182724781250424,0.696247581141617,0.0480420509074618,0.255951455205554,0.702297707866266,0.0460856200115727,0.5,0.255951455205554,0.663332953778462,0.00243045486449419,0.255951455205554,0.696403841303329,0.0144108586370867,0.255951455205554,0.703055748489056,0.119545158507403,0.255951455205554,0.704472944155336,0.0362154882518545,0.663218038447233,0.0749095986886351 -3782,0.255951455205554,0.643488481095696,0.0159703401934453,0.255951455205554,0.681505312312094,0.106925081194951,0.255951455205554,0.671764979833591,0.207376762849581,0.255951455205554,0.682593016169333,0.206309350809804,0.255951455205554,0.650408584492307,0.182660937703007,0.255951455205554,0.678879638527406,0.0878103475250879,0.5,0.255951455205554,0.655983404882476,0.194975165449671,0.5,0.255951455205554,0.668556028289807,0.0130733360296717,0.5,0.255951455205554,0.672785242988483,0.0157533093572245,0.255951455205554,0.643490611668653,0.222645246207717,0.667591303017057,0.0574078006165519,0.255951455205554,0.672662922229174,0.0471387468253133,0.5,0.255951455205554,0.65232543391644,0.00200623661590397,0.255951455205554,0.663937677182104,0.012337521573612,0.255951455205554,0.678207009379474,0.107921789329186,0.255951455205554,0.680429831800039,0.0339591599208575,0.591661482300998,0.119761865060027 -3783,0.255951455205554,0.597028865968571,0.0228914793739693,0.255951455205554,0.611262902094174,0.117604259448533,0.255951455205554,0.606989343332153,0.203312988459881,0.255951455205554,0.616575639104175,0.199534308093793,0.255951455205554,0.589900941332026,0.181898082637264,0.255951455205554,0.616135974601181,0.0941347304244228,0.5,0.255951455205554,0.594664618087627,0.213706408285863,0.5,0.255951455205554,0.605190578174497,0.00875466850790539,0.5,0.255951455205554,0.604335192157896,0.0128860927370193,0.255951455205554,0.588485966318698,0.210200412212484,0.594125198350073,0.0635826576991978,0.255951455205554,0.597183054321701,0.0363311186904209,0.5,0.255951455205554,0.593606685750398,0.00282024898636865,0.255951455205554,0.590072729958319,0.00610174672274912,0.255951455205554,0.608619981178645,0.0796269366509829,0.255951455205554,0.612511496677363,0.0198439355913963,0.573334949300051,0.188874320702151 -3784,0.255951455205554,0.496476058026644,0.032294235653673,0.255951455205554,0.503988380093903,0.121094015263514,0.255951455205554,0.498358464967151,0.202999707910225,0.255951455205554,0.506609050755911,0.206673446157097,0.255951455205554,0.489734963042396,0.168498399820223,0.255951455205554,0.505880012579184,0.0878302821579549,0.5,0.255951455205554,0.499413910123634,0.207429278553844,0.5,0.255951455205554,0.50132069915182,0.00679963591443234,0.5,0.255951455205554,0.491817413343777,0.0106306105908814,0.255951455205554,0.507675860399785,0.173124743876844,0.476188169413267,0.062789483404224,0.255951455205554,0.476549591458995,0.0341012349482199,0.5,0.255951455205554,0.484577190920508,0.00528987573499889,0.255951455205554,0.473154246438504,0.00406871474810458,0.255951455205554,0.492817405126197,0.0663919911440623,0.255951455205554,0.498345077719224,0.0187235389067818,0.492223195901036,0.226138503851222 -3785,0.255951455205554,0.369155526553083,0.0454078139803748,0.255951455205554,0.375922832402327,0.122950980178654,0.255951455205554,0.368813375629424,0.179242299552966,0.255951455205554,0.373708338308436,0.210020799893234,0.255951455205554,0.371856016056027,0.130794570475386,0.255951455205554,0.371438138540286,0.0694831088425952,0.5,0.255951455205554,0.376937861772704,0.145019568314696,0.5,0.255951455205554,0.37057062579385,0.00625528040546048,0.5,0.255951455205554,0.35511130160368,0.00848604549445725,0.255951455205554,0.386596772105805,0.104172582618746,0.344869385483596,0.0504140663206969,0.255951455205554,0.344205723759512,0.029449394964237,0.5,0.255951455205554,0.356236595620823,0.00897263801183066,0.255951455205554,0.339905911216751,0.00239301832961624,0.255951455205554,0.357881389346348,0.0545321810971248,0.255951455205554,0.362556601481021,0.0154287195369333,0.372172367880695,0.232166504962419 -3786,0.255951455205554,0.248192463205625,0.0625345801674527,0.255951455205554,0.252329454890865,0.113373185692302,0.255951455205554,0.252364610255368,0.104246567869059,0.255951455205554,0.2500257807928,0.116777872011274,0.255951455205554,0.256644924879964,0.0453735532459545,0.255951455205554,0.242835051620442,0.0188964104058985,0.5,0.255951455205554,0.255839672303728,0.0342506937717581,0.5,0.255951455205554,0.241842268166898,0.00145563711531719,0.5,0.255951455205554,0.224940081046766,0.00162815144943092,0.255951455205554,0.263102394885145,0.0142875879288158,0.218472722483127,0.039431252693391,0.255951455205554,0.216468857713554,0.0205958256543072,0.5,0.255951455205554,0.22890110347736,0.0149339821099488,0.255951455205554,0.214005070779488,0.0030189204950347,0.255951455205554,0.230716932593425,0.0324087725931717,0.255951455205554,0.234205804110345,0.00574985624664801,0.253775194272417,0.303531969150894 -3787,0.255951455205554,0.131053805169034,0.0445707042888743,0.255951455205554,0.128636713967968,0.0408801322990494,0.255951455205554,0.133722302764393,0.071566400253324,0.255951455205554,0.131955523388093,0.0809762738035334,0.255951455205554,0.135132005208555,0.03682946311403,0.255951455205554,0.122083553482261,0.0132459987112231,0.5,0.255951455205554,0.13135351560406,0.0118273149182985,0.5,0.255951455205554,0.117209366892478,0.00107538765994187,0.5,0.255951455205554,0.0852020939971069,0.000726198880188716,0.255951455205554,0.133776667212427,0.00459305494950895,0.102043340381564,0.0195892621380116,0.255951455205554,0.0868935831065045,0.0176335417124437,0.5,0.255951455205554,0.112460784658794,0.0202006418950058,0.255951455205554,0.0774586925745898,0.00839956932108708,0.255951455205554,0.111003871092161,0.0197263545720365,0.255951455205554,0.109623078433921,0.00498715028229517,0.133137715066208,0.360450193544099 -3788,0.255951455205554,0.0417244632028933,0.0731917548257867,0.255951455205554,0.0339504766138493,0.0644058612056611,0.255951455205554,0.0366464191783521,0.0918990462856928,0.255951455205554,0.0386973737917987,0.106853845501287,0.255951455205554,0.0352254328888893,0.0435126047987444,0.255951455205554,0.0269720486214841,0.0123115692485828,0.5,0.255951455205554,0.0269034256539673,0.00754128588138536,0.5,0.255951455205554,0.0134721854691398,0.00243724104271986,0.5,0.255951455205554,0.00270828770374434,0.000746214316245742,0.255951455205554,0.0273195245143972,0.00353710158816428,0.0161255527452921,0.0325346154949253,0.255951455205554,0.00805923877981446,0.0274675610429558,0.5,0.255951455205554,0.0233317113897928,0.0312437547489318,0.255951455205554,0.00132536576913547,0.0152373900979489,0.255951455205554,0.0182982702610798,0.0286411232676565,0.255951455205554,0.0152250621201641,0.00798952821098698,0.042222339869294,0.355728996446122 -3789,0.255951455205554,0.0,0.111097065381169,0.255951455205554,0.0,0.0770910245179474,0.255951455205554,0.0,0.1097106468819,0.255951455205554,0.0,0.133876922137047,0.255951455205554,0.0,0.0708161756278816,0.255951455205554,0.0,0.0107109163488559,0.5,0.255951455205554,0.0,0.010415164104444,0.5,0.255951455205554,0.0,0.0034005011691616,0.5,0.255951455205554,0.0,0.00100140672019759,0.255951455205554,0.0,0.00661008340751068,0.0,0.0291080541814296,0.255951455205554,0.0,0.0281902546239809,0.5,0.255951455205554,0.0,0.037530474418843,0.255951455205554,0.0,0.0120354295890578,0.255951455205554,0.0,0.0366565661940373,0.255951455205554,0.0,0.00686356475008972,0.0,0.352260798578468 -3790,0.255951455205554,0.0,0.124625997446383,0.255951455205554,0.0,0.0992088550389248,0.255951455205554,0.0,0.117696946161085,0.255951455205554,0.0,0.145517364501464,0.255951455205554,0.0,0.114743803575174,0.255951455205554,0.0,0.00907029982668702,0.5,0.255951455205554,0.0,0.014370977822334,0.5,0.255951455205554,0.0,0.00489429014657632,0.5,0.255951455205554,0.0,0.00147881778232447,0.255951455205554,0.0,0.010824476504053,0.0,0.0273156987116257,0.255951455205554,0.0,0.0235130786764135,0.5,0.255951455205554,0.0,0.0346207627994384,0.255951455205554,0.0,0.00863319672791564,0.255951455205554,0.0,0.0299687810163256,0.255951455205554,0.0,0.00413724460445451,0.0,0.31551278669671 -3791,0.255951455205554,0.0,0.143275364645948,0.255951455205554,0.0,0.103781610805548,0.255951455205554,0.0,0.113326090180003,0.255951455205554,0.0,0.147663539477373,0.255951455205554,0.0,0.148772154859374,0.255951455205554,0.0,0.0107101751834814,0.5,0.255951455205554,0.0,0.021353203864828,0.5,0.255951455205554,0.0,0.00583902238858729,0.5,0.255951455205554,0.0,0.00214770913338515,0.255951455205554,0.0,0.0173547213441152,0.0,0.0161556436877798,0.255951455205554,0.0,0.0190316957973938,0.5,0.255951455205554,0.0,0.0309779785841414,0.255951455205554,0.0,0.00552904682321998,0.255951455205554,0.0,0.0266787501901437,0.255951455205554,0.0,0.00322810259006336,0.0,0.271365058988871 -3792,0.255951455205554,0.0,0.155898289718883,0.255951455205554,0.0,0.103622669330342,0.255951455205554,0.0,0.101414609337718,0.255951455205554,0.0,0.138670886259123,0.255951455205554,0.0,0.148716293528424,0.255951455205554,0.0,0.010380998082,0.5,0.255951455205554,0.0,0.0303984959932428,0.5,0.255951455205554,0.0,0.00670030834833098,0.5,0.255951455205554,0.0,0.00309613759414377,0.255951455205554,0.0,0.0187821484532133,0.0,0.0177276374740046,0.255951455205554,0.0,0.0205996054279152,0.5,0.255951455205554,0.0,0.0308538880126225,0.255951455205554,0.0,0.00429658338004429,0.255951455205554,0.0,0.024495211095219,0.255951455205554,0.0,0.0027848565367961,0.0,0.194802381730609 -3793,0.255951455205554,0.0,0.144852501307667,0.255951455205554,0.0,0.0985887591772913,0.255951455205554,0.0,0.0855882991580033,0.255951455205554,0.0,0.106449576771932,0.255951455205554,0.0,0.137337217111808,0.255951455205554,0.0,0.0135523231026449,0.5,0.255951455205554,0.0,0.0429512088853111,0.5,0.255951455205554,0.0,0.00866297420159706,0.5,0.255951455205554,0.0,0.00381437529862102,0.255951455205554,0.0,0.0272732474585388,0.0,0.0184117914824439,0.255951455205554,0.0,0.0224839868977905,0.5,0.255951455205554,0.0,0.0356311699226142,0.255951455205554,0.0,0.00398845877012498,0.255951455205554,0.0,0.0245540477528188,0.255951455205554,0.0,0.00264735607834006,0.0,0.117119616132344 -3794,0.255951455205554,0.0,0.116772706431389,0.255951455205554,0.0,0.0777258433020801,0.255951455205554,0.0,0.0767234524254581,0.255951455205554,0.0,0.0731306134010631,0.255951455205554,0.0,0.117830249475221,0.255951455205554,0.0,0.0182209924228659,0.5,0.255951455205554,0.0,0.0592390681642766,0.5,0.255951455205554,0.0,0.00919979980779201,0.5,0.255951455205554,0.0,0.00404516763242581,0.255951455205554,0.0,0.0429908067032774,0.0,0.020312055921023,0.255951455205554,0.0,0.0235729586631519,0.5,0.255951455205554,0.0,0.0401381812170667,0.255951455205554,0.0,0.00413479989972533,0.255951455205554,0.0,0.0227076325918963,0.255951455205554,0.0,0.00331943855856818,0.0,0.0894176747052047 -3795,0.255951455205554,0.0,0.102729082998021,0.255951455205554,0.0,0.0604286025753995,0.255951455205554,0.0,0.0785106452437469,0.255951455205554,0.0,0.0548732365718483,0.255951455205554,0.0,0.0913111234594189,0.255951455205554,0.0,0.020305454903771,0.5,0.255951455205554,0.0,0.0770556708219439,0.5,0.255951455205554,0.0,0.00815163893452615,0.5,0.255951455205554,0.0,0.00349826592808865,0.255951455205554,0.0,0.0616270454959021,0.0,0.0237584759188856,0.255951455205554,0.0,0.022704582291222,0.5,0.255951455205554,0.0,0.0434526405577417,0.255951455205554,0.0,0.00428990684492521,0.255951455205554,0.0,0.0196433021057116,0.255951455205554,0.0,0.00392079418063835,0.0,0.0831822542253527 -3796,0.255951455205554,0.0,0.0903746682660783,0.255951455205554,0.0,0.0512636543438163,0.255951455205554,0.0,0.0929177798993953,0.255951455205554,0.0,0.0485387307705295,0.255951455205554,0.0,0.0718519257999847,0.255951455205554,0.0,0.0228654859960757,0.5,0.255951455205554,0.0,0.0909869253703675,0.5,0.255951455205554,0.0,0.00714774233523722,0.5,0.255951455205554,0.0,0.0022443671010638,0.255951455205554,0.0,0.0696974200822009,0.0,0.0185459101064876,0.255951455205554,0.0,0.0204057262960086,0.5,0.255951455205554,0.0,0.0433622782999791,0.255951455205554,0.0,0.0036821494675547,0.255951455205554,0.0,0.0158539326216352,0.255951455205554,0.0,0.00377366726831208,0.0,0.201048475519662 -3797,0.255951455205554,0.00575831406825069,0.074716715803179,0.255951455205554,0.00484270791476856,0.0384702327081876,0.255951455205554,0.00253153883691407,0.117015737172263,0.255951455205554,0.00277619611094141,0.056638681267308,0.255951455205554,0.000513746800651259,0.0564683364264292,0.255951455205554,0.000712169271174139,0.0245059436285001,0.5,0.255951455205554,0.0,0.0853182686378749,0.5,0.255951455205554,5.70104318945176e-06,0.0075858304000229,0.5,0.255951455205554,0.00129424013529119,0.00153529316685023,0.255951455205554,0.0,0.0637078266765318,0.0118081976708526,0.0122785621191976,0.255951455205554,0.0114053700480444,0.0164150291345477,0.5,0.255951455205554,0.0144515105611933,0.0379232972749589,0.255951455205554,0.00647728123793945,0.00310728285421068,0.255951455205554,0.00466597000261568,0.0105843602866846,0.255951455205554,0.00311174958478991,0.00563093331332748,0.00704003302350273,0.411908631264604 -3798,0.255951455205554,0.0626673313500794,0.0573992206199771,0.255951455205554,0.0613149862154803,0.0296166870350863,0.255951455205554,0.0502341431740423,0.139927505312281,0.255951455205554,0.0515851533836537,0.109735839121255,0.255951455205554,0.0425262525171443,0.051967424171196,0.255951455205554,0.0457022885659548,0.0226741132287529,0.5,0.255951455205554,0.0353007630122053,0.0718559871448844,0.5,0.255951455205554,0.0409988125242564,0.0125007848784024,0.5,0.255951455205554,0.05267185048604,0.00157414198909655,0.255951455205554,0.0304169211166838,0.0916887506509771,0.0733384856833594,0.0103886215825544,0.255951455205554,0.0728945760103846,0.0158675534792498,0.5,0.255951455205554,0.074535239463714,0.0390800685404104,0.255951455205554,0.067465703380685,0.00186902089937637,0.255951455205554,0.0626495616756019,0.00780767672289566,0.255951455205554,0.0575993139626149,0.00661173039583599,0.0656555500409083,0.466835291933397 -3799,0.255951455205554,0.13439904977562,0.0561361407627373,0.255951455205554,0.133319782653848,0.0355231719101784,0.255951455205554,0.122715754291763,0.205262126421198,0.255951455205554,0.124634510904983,0.226602641054159,0.255951455205554,0.112194538924762,0.0861525478753461,0.255951455205554,0.121149438837419,0.034793493550735,0.5,0.255951455205554,0.10856164632752,0.0936799025371207,0.5,0.255951455205554,0.117571885834057,0.0108669325063707,0.5,0.255951455205554,0.136282169922996,0.000849485026394457,0.255951455205554,0.103847232187456,0.0900878389008564,0.160933527398659,0.0108022811458535,0.255951455205554,0.161429687362021,0.0205917627523969,0.5,0.255951455205554,0.159368399489623,0.0506353644400601,0.255951455205554,0.1554162664557,0.000595175773292225,0.255951455205554,0.144493795673718,0.00671182323267827,0.255951455205554,0.138468999162764,0.00522766007991469,0.141153404292029,0.420958702779116 -3800,0.255951455205554,0.205535869489395,0.0906496583549789,0.255951455205554,0.225170536802953,0.152203771162466,0.255951455205554,0.233179136536249,0.255942356448995,0.255951455205554,0.242483321228224,0.297996406818797,0.255951455205554,0.214795165057312,0.121234426629643,0.255951455205554,0.234440831762746,0.0944170646086571,0.5,0.255951455205554,0.214103268264608,0.128319438519719,0.5,0.255951455205554,0.233326637453721,0.00552787853061539,0.5,0.255951455205554,0.25501576545378,0.00118406156575126,0.255951455205554,0.214565846899941,0.151059091263193,0.276863489427246,0.0239958019572131,0.255951455205554,0.278448249469067,0.0341379393377503,0.5,0.255951455205554,0.276134869189331,0.0966654865923278,0.255951455205554,0.272837686900266,0.000191327338511408,0.255951455205554,0.259301835020364,0.0163346002021366,0.255951455205554,0.254025083454408,0.0135056697188841,0.255426623008281,0.318111396186525 -3801,0.255951455205554,0.245086231334177,0.158167197128655,0.255951455205554,0.311532805527705,0.261834669350287,0.255951455205554,0.355687020587118,0.291854377585712,0.255951455205554,0.366869065583339,0.369952621136542,0.255951455205554,0.320246454073982,0.106966628057664,0.255951455205554,0.355778825917336,0.138351713832799,0.5,0.255951455205554,0.324055837813292,0.159531705085132,0.5,0.255951455205554,0.362499408819986,0.0133537564364297,0.5,0.255951455205554,0.387612311820597,0.00482001875007294,0.255951455205554,0.323269809175058,0.183658763442891,0.400367943438715,0.0362363067410652,0.255951455205554,0.40445259396158,0.0488291881566903,0.5,0.255951455205554,0.398264593035744,0.134633199508496,0.255951455205554,0.401500949097885,0.000138253447684136,0.255951455205554,0.382327376463383,0.0327939240822446,0.255951455205554,0.380183139803994,0.0304762584599378,0.343464968119653,0.252923428771521 -3802,0.255951455205554,0.371631293528967,0.307374756120178,0.255951455205554,0.473391103081454,0.484817391506153,0.255951455205554,0.488355532341207,0.285425270624652,0.255951455205554,0.501174320538363,0.319675796091634,0.255951455205554,0.418698811417618,0.0821218503410861,0.255951455205554,0.478149969296899,0.145908654571213,0.5,0.255951455205554,0.43074018423871,0.164490154454133,0.5,0.255951455205554,0.493814371328477,0.0330237554307394,0.5,0.255951455205554,0.51688352579552,0.0165440199436444,0.255951455205554,0.429438173712964,0.165726044086458,0.522384200255854,0.0424059861954838,0.255951455205554,0.528699284814455,0.0455376612030279,0.5,0.255951455205554,0.520127753673013,0.133254865192993,0.255951455205554,0.527051267948226,0.000867871768453259,0.255951455205554,0.506793830565445,0.0594878481427944,0.255951455205554,0.507257299037984,0.0403443745599071,0.251058135030467,0.210320999342224 -3803,0.255951455205554,0.559682695031929,0.458560673228443,0.255951455205554,0.59364978200655,0.5804865740514,0.255951455205554,0.589549603431572,0.267697447858143,0.255951455205554,0.611011597600174,0.278167744676124,0.255951455205554,0.47476786989285,0.0586029529627972,0.255951455205554,0.57081358336069,0.135837786690773,0.5,0.255951455205554,0.500928347132938,0.175111303393892,0.5,0.255951455205554,0.597013567944413,0.0609633383805346,0.5,0.255951455205554,0.614806683724277,0.032303506815734,0.255951455205554,0.517149491719761,0.184432460304923,0.609334485571607,0.031487161437964,0.255951455205554,0.617446541021194,0.0410107445478813,0.5,0.255951455205554,0.600841594410154,0.124979678035801,0.255951455205554,0.61874196481322,0.00181270094090193,0.255951455205554,0.589840919595625,0.0759557329137229,0.255951455205554,0.599177453307756,0.0393105091776483,0.411588269623005,0.145610264530112 -3804,0.255951455205554,0.665269322285668,0.534975988041952,0.255951455205554,0.66315702647921,0.579079303873369,0.255951455205554,0.659190855435521,0.24599079914386,0.255951455205554,0.676840041816942,0.250846650319691,0.255951455205554,0.490340369389617,0.0629858374198749,0.255951455205554,0.616994982399201,0.116037826291141,0.5,0.255951455205554,0.528109938894575,0.196654785629745,0.5,0.255951455205554,0.655447499551895,0.0814112696856354,0.5,0.255951455205554,0.669968514949729,0.0415693092898626,0.255951455205554,0.552493768438492,0.234629629784873,0.65326562340071,0.0257818059706046,0.255951455205554,0.661570973682861,0.0382244595965003,0.5,0.255951455205554,0.635939703174971,0.124634907931129,0.255951455205554,0.667880994663109,0.00283315256015966,0.255951455205554,0.618161670753231,0.0968675485285235,0.255951455205554,0.590373011316876,0.0360714678171341,0.669042296028848,0.0828439618994264 -3805,0.255951455205554,0.696121282736154,0.561283218992253,0.255951455205554,0.692712481347574,0.568926126192586,0.255951455205554,0.680735549769978,0.227432992258286,0.255951455205554,0.700883045229311,0.252969770780691,0.255951455205554,0.477401003049356,0.0839607834710766,0.255951455205554,0.549994011418447,0.10841888894431,0.5,0.255951455205554,0.525009020988418,0.22155939169591,0.5,0.255951455205554,0.665933083372599,0.0856833033364886,0.5,0.255951455205554,0.682587312749635,0.0449853528413185,0.255951455205554,0.59192982617254,0.2860727837016,0.659806817241579,0.0231521018865755,0.255951455205554,0.66918510806663,0.0461441894712187,0.5,0.255951455205554,0.638403420223492,0.141500782698748,0.255951455205554,0.678673251044397,0.00504605657140217,0.255951455205554,0.601775859497327,0.0995916224704531,0.255951455205554,0.568333596351187,0.0379910081776018,0.643671675868402,0.0514706526351654 -3806,0.255951455205554,0.688659794127327,0.558507507577738,0.255951455205554,0.678659399677944,0.591409600102417,0.255951455205554,0.659067277984192,0.21341472322154,0.255951455205554,0.682634216506968,0.236767330873506,0.255951455205554,0.4776721136906,0.0778396754848962,0.255951455205554,0.457475545027537,0.126343224363894,0.5,0.255951455205554,0.465989932134365,0.246403836857295,0.5,0.255951455205554,0.612600799502739,0.083089873758631,0.5,0.255951455205554,0.659389748477637,0.0496456057883765,0.255951455205554,0.511057638223508,0.319474578103141,0.63265567812916,0.0348291798414809,0.255951455205554,0.62028370078449,0.0525864022679007,0.5,0.255951455205554,0.576013166185811,0.166566802607892,0.255951455205554,0.65111855772196,0.0107853842566509,0.255951455205554,0.506962567279701,0.0865592050560293,0.255951455205554,0.491424904894935,0.0382438693277481,0.636711113968119,0.0425491424555701 -3807,0.255951455205554,0.633680509481367,0.526968732049796,0.255951455205554,0.619514119741946,0.572374666363937,0.255951455205554,0.59081397426252,0.193083043639278,0.255951455205554,0.609459297925167,0.214406318329767,0.255951455205554,0.445870804445021,0.0608536681700641,0.255951455205554,0.412261379638705,0.12904314842225,0.5,0.255951455205554,0.427249492363503,0.24752326789721,0.5,0.255951455205554,0.593287072086429,0.108780675635648,0.5,0.255951455205554,0.592811012210425,0.0625250577486141,0.255951455205554,0.567861831307587,0.331207518650248,0.555000860257809,0.0561461318066169,0.255951455205554,0.558320370964526,0.0576253900366659,0.5,0.255951455205554,0.49554307050454,0.182410307626318,0.255951455205554,0.578853042943763,0.0194368954100814,0.255951455205554,0.480564383768403,0.0900808639030444,0.255951455205554,0.476080321639904,0.04115088171056,0.62265194378902,0.0387469802857182 -3808,0.255951455205554,0.52579361060543,0.453481060393873,0.255951455205554,0.511543666201451,0.500637767293501,0.255951455205554,0.488240727225274,0.170384381005032,0.255951455205554,0.508139152609361,0.207598756287913,0.255951455205554,0.369597933356435,0.0470302822217802,0.255951455205554,0.341984001022898,0.150289037508792,0.5,0.255951455205554,0.395333925798978,0.244387125435163,0.5,0.255951455205554,0.486265302344028,0.128095102390959,0.5,0.255951455205554,0.485879481127536,0.0848887702737258,0.255951455205554,0.431302310428716,0.275837745405448,0.426408529430843,0.0725678373347172,0.255951455205554,0.420370488617903,0.0594944576071651,0.5,0.255951455205554,0.414643593442963,0.193696606074516,0.255951455205554,0.463528738052626,0.0274465818558993,0.255951455205554,0.417987803621807,0.095335137366199,0.255951455205554,0.342325624603124,0.0436861135213347,0.518621365222613,0.0324829602661874 -3809,0.255951455205554,0.393760622326036,0.34391170518,0.255951455205554,0.381071955491488,0.402614198758733,0.255951455205554,0.358778924684189,0.142192002454597,0.255951455205554,0.388415081929517,0.18882184800747,0.255951455205554,0.267440611116777,0.0398496664758279,0.255951455205554,0.314774315630268,0.187545363306252,0.5,0.255951455205554,0.324789522425916,0.230364835812947,0.5,0.255951455205554,0.365370761962967,0.138849212228143,0.5,0.255951455205554,0.350959377385608,0.101288772216639,0.255951455205554,0.342521930717088,0.271376732716462,0.190798153730058,0.0722265877210383,0.255951455205554,0.312472294353623,0.0672740325612842,0.5,0.255951455205554,0.300226393416765,0.208935163372512,0.255951455205554,0.332662716611868,0.0339791622871841,0.255951455205554,0.296215274024442,0.102479444761073,0.255951455205554,0.279081991200432,0.0575490465189241,0.388380845364711,0.0216419410109771 -3810,0.255951455205554,0.267565775239017,0.245401407689507,0.255951455205554,0.256650398584946,0.325609071071197,0.255951455205554,0.237662320912928,0.118934557709905,0.255951455205554,0.266580619208254,0.185763602680739,0.255951455205554,0.178936392309334,0.0319835751861767,0.255951455205554,0.210164435263488,0.157847054602089,0.5,0.255951455205554,0.228854970735922,0.181719489958209,0.5,0.255951455205554,0.235201312997446,0.0926728335851546,0.5,0.255951455205554,0.22413074420522,0.0719688392580277,0.255951455205554,0.232902897902055,0.211145754300534,0.200416501203489,0.0639217867511674,0.255951455205554,0.194721133142159,0.0613341187647121,0.5,0.255951455205554,0.186777283489429,0.194928556424567,0.255951455205554,0.209132575964737,0.0280886336171455,0.255951455205554,0.206918372461549,0.0990364552565908,0.255951455205554,0.201042594298106,0.0711422448626887,0.263397454114727,0.0139444145536623 -3811,0.255951455205554,0.139623603391457,0.146787447021813,0.255951455205554,0.131744150961142,0.222548253155952,0.255951455205554,0.122340137303067,0.0915827611402031,0.255951455205554,0.138959648977809,0.141467585578671,0.255951455205554,0.0923493923866098,0.0185104546998303,0.255951455205554,0.107337088216358,0.091578116542997,0.5,0.255951455205554,0.122537543578707,0.102884609093127,0.5,0.255951455205554,0.115227845027681,0.0747690748427332,0.5,0.255951455205554,0.0854799302129025,0.0659131807933565,0.255951455205554,0.124473341404006,0.124326776608026,0.0874531544283889,0.00910256466660457,0.255951455205554,0.0811077800285342,0.0374238062778169,0.5,0.255951455205554,0.101808738757719,0.159988643926758,0.255951455205554,0.0784920728636863,0.0250423528651775,0.255951455205554,0.0996805709256823,0.0583410458174166,0.255951455205554,0.097395484956265,0.0426356867331599,0.137176893861561,0.0120487627272302 -3812,0.255951455205554,0.0417607769619312,0.0600662932669795,0.255951455205554,0.0329084806086016,0.0916387306209955,0.255951455205554,0.0352594798926733,0.077524752235369,0.255951455205554,0.0374027971866483,0.0753333452760822,0.255951455205554,0.0303619582678378,0.0175801826851511,0.255951455205554,0.0236436571680323,0.0945753047166217,0.5,0.255951455205554,0.0268370964577908,0.0910976884075169,0.5,0.255951455205554,0.0138238336665467,0.0731332554147043,0.5,0.255951455205554,0.00271070886899322,0.0752560274812004,0.255951455205554,0.0279470378936862,0.108887555679603,0.00819768637280006,0.0102073309093532,0.255951455205554,0.0082012142555761,0.0439918718789636,0.5,0.255951455205554,0.0227137393517978,0.122162573049237,0.255951455205554,0.00275342112753608,0.0287163431789706,0.255951455205554,0.0190972404421003,0.0751276547749377,0.255951455205554,0.0155996938652726,0.0496013400912729,0.0418068795027655,0.0135952593132597 -3813,0.255951455205554,0.0,0.0407990695660063,0.255951455205554,0.0,0.0654292478421112,0.255951455205554,0.0,0.0608257826895366,0.255951455205554,0.0,0.0396732880071053,0.255951455205554,0.0,0.0293154380183293,0.255951455205554,0.0,0.11803597755553,0.5,0.255951455205554,0.0,0.0906496523291196,0.5,0.255951455205554,0.0,0.0582433041726013,0.5,0.255951455205554,0.0,0.078533767286204,0.255951455205554,0.0,0.112861848822943,0.0,0.0165513459056381,0.255951455205554,0.0,0.0538547387260337,0.5,0.255951455205554,0.0,0.101102186606301,0.255951455205554,0.0,0.0256535744701705,0.255951455205554,0.0,0.0946339560477394,0.255951455205554,0.0,0.0597452430569865,0.0,0.0139717880910796 -3814,0.255951455205554,0.0,0.0315043329989455,0.255951455205554,0.0,0.0264221474296741,0.255951455205554,0.0,0.0392846527024473,0.255951455205554,0.0,0.0169099100821889,0.255951455205554,0.0,0.0493890666443924,0.255951455205554,0.0,0.119685225106861,0.5,0.255951455205554,0.0,0.0814254037304004,0.5,0.255951455205554,0.0,0.0416764613016334,0.5,0.255951455205554,0.0,0.0664293620232122,0.255951455205554,0.0,0.094417621807987,0.0,0.0305027030415376,0.255951455205554,0.0,0.0612787294411526,0.5,0.255951455205554,0.0,0.0806155315968987,0.255951455205554,0.0,0.0198573830634677,0.255951455205554,0.0,0.0904049052301199,0.255951455205554,0.0,0.0569952495023323,0.0,0.0127232795360535 -3815,0.255951455205554,0.0,0.0208871716096069,0.255951455205554,0.0,0.00639174602529718,0.255951455205554,0.0,0.0286003347567302,0.255951455205554,0.0,0.00773789971108404,0.255951455205554,0.0,0.0642365588357078,0.255951455205554,0.0,0.11436967450613,0.5,0.255951455205554,0.0,0.0784898252601668,0.5,0.255951455205554,0.0,0.0296771210997205,0.5,0.255951455205554,0.0,0.0579012706176537,0.255951455205554,0.0,0.0445950573698546,0.0,0.0569992771756951,0.255951455205554,0.0,0.0624857283972184,0.5,0.255951455205554,0.0,0.0611795463231567,0.255951455205554,0.0,0.0158677622999109,0.255951455205554,0.0,0.0869730700536324,0.255951455205554,0.0,0.0517582971721126,0.0,0.0100008797207875 -3816,0.255951455205554,0.0,0.0109476120301774,0.255951455205554,0.0,0.00274334074943576,0.255951455205554,0.0,0.0245064336087512,0.255951455205554,0.0,0.0104229213113969,0.255951455205554,0.0,0.070601047136244,0.255951455205554,0.0,0.120292155192298,0.5,0.255951455205554,0.0,0.0672628209830535,0.5,0.255951455205554,0.0,0.0258978433218503,0.5,0.255951455205554,0.0,0.0525913352278519,0.255951455205554,0.0,0.022887458764963,0.0,0.0714297503809265,0.255951455205554,0.0,0.0552927269277034,0.5,0.255951455205554,0.0,0.0474867333952193,0.255951455205554,0.0,0.0132573905583275,0.255951455205554,0.0,0.0879297008673006,0.255951455205554,0.0,0.0467902127885455,0.0,0.00815309864974998 -3817,0.255951455205554,0.0,0.00521591703917,0.255951455205554,0.0,0.00339478570777541,0.255951455205554,0.0,0.0190908649931473,0.255951455205554,0.0,0.0104390755123645,0.255951455205554,0.0,0.0627362228531161,0.255951455205554,0.0,0.122883490095942,0.5,0.255951455205554,0.0,0.0610324741381612,0.5,0.255951455205554,0.0,0.0252244148731542,0.5,0.255951455205554,0.0,0.0526357967505254,0.255951455205554,0.0,0.046495810683142,0.0,0.0654948158491544,0.255951455205554,0.0,0.0486017544922599,0.5,0.255951455205554,0.0,0.042147057125853,0.255951455205554,0.0,0.0103581669811779,0.255951455205554,0.0,0.0797001565614805,0.255951455205554,0.0,0.0487088953471111,0.0,0.0063630884260673 -3818,0.255951455205554,0.0,0.00234321422414841,0.255951455205554,0.0,0.00764655005529689,0.255951455205554,0.0,0.0148318773712148,0.255951455205554,0.0,0.00514810407600581,0.255951455205554,0.0,0.0537986944090234,0.255951455205554,0.0,0.116125201313098,0.5,0.255951455205554,0.0,0.0536281671349401,0.5,0.255951455205554,0.0,0.023061597091698,0.5,0.255951455205554,0.0,0.0513869957934566,0.255951455205554,0.0,0.049134632918158,0.0,0.051629474821241,0.255951455205554,0.0,0.0407167260579378,0.5,0.255951455205554,0.0,0.0385673564302346,0.255951455205554,0.0,0.00975892310020629,0.255951455205554,0.0,0.0684231761856152,0.255951455205554,0.0,0.0538533929712218,0.0,0.00500011404042713 -3819,0.255951455205554,0.0,0.00169144334955881,0.255951455205554,0.0,0.0035096869803006,0.255951455205554,0.0,0.0137123199259585,0.255951455205554,0.0,0.00448703998945153,0.255951455205554,0.0,0.0483677549212154,0.255951455205554,0.0,0.108813887071489,0.5,0.255951455205554,0.0,0.0522818831258528,0.5,0.255951455205554,0.0,0.0197548214867148,0.5,0.255951455205554,0.0,0.0452206704426081,0.255951455205554,0.0,0.0860754602536871,0.0,0.0452354967690709,0.255951455205554,0.0,0.0363578554649249,0.5,0.255951455205554,0.0,0.0319690119182824,0.255951455205554,0.0,0.00987123513657325,0.255951455205554,0.0,0.0578785101525366,0.255951455205554,0.0,0.0561333625665187,0.0,0.0044613262600846 -3820,0.255951455205554,0.0,0.00128013595795174,0.255951455205554,0.0,0.00105562562635346,0.255951455205554,0.0,0.0137506068014568,0.255951455205554,0.0,0.00582599177067001,0.255951455205554,0.0,0.0477781477489015,0.255951455205554,0.0,0.101207926189156,0.5,0.255951455205554,0.0,0.0606872155582617,0.5,0.255951455205554,0.0,0.0173712793849295,0.5,0.255951455205554,0.0,0.0380416491557521,0.255951455205554,0.0,0.0862376709571974,0.0,0.0354856810285778,0.255951455205554,0.0,0.0357146283976719,0.5,0.255951455205554,0.0,0.0240687735489003,0.255951455205554,0.0,0.0116284963278947,0.255951455205554,0.0,0.0490099198521689,0.255951455205554,0.0,0.0517664083836127,0.0,0.00352453958331033 -3821,0.255951455205554,0.00595514627099157,0.00108285796222699,0.255951455205554,0.0051175450278301,0.00108121824682765,0.255951455205554,0.00255762715294384,0.0153263813887893,0.255951455205554,0.00338810661115542,0.0061952604307834,0.255951455205554,0.000509709074940902,0.0518835521010213,0.255951455205554,0.000620672867019762,0.0864094665130201,0.5,0.255951455205554,0.0,0.0568896342535509,0.5,0.255951455205554,9.9321952416188e-06,0.0160189672898986,0.5,0.255951455205554,0.00135444843244414,0.0312587739168254,0.255951455205554,0.0,0.0697699032946625,0.0106004374844318,0.0271613742471887,0.255951455205554,0.00989730842217862,0.033309763451528,0.5,0.255951455205554,0.0133219312492404,0.0177881733564743,0.255951455205554,0.00639907443547401,0.0123645328982849,0.255951455205554,0.00373487278786757,0.0413382797253698,0.255951455205554,0.00284843012837046,0.0407167689094213,0.00736691930223742,0.00272177029989076 -3822,0.255951455205554,0.0648984990791701,0.000949904164627574,0.255951455205554,0.0641676562595536,0.001140771369192,0.255951455205554,0.0519496270006408,0.0181226020328822,0.255951455205554,0.0570279708113568,0.00854150967076489,0.255951455205554,0.0381652526820163,0.0567305280421295,0.255951455205554,0.0400667864701825,0.0871204138064045,0.5,0.255951455205554,0.0261834398807884,0.0459239896949712,0.5,0.255951455205554,0.0403133671355379,0.0123353708681623,0.5,0.255951455205554,0.052596704757663,0.0248872184300836,0.255951455205554,0.0343633202334684,0.0520998211001269,0.0686425676011035,0.0267739547117816,0.255951455205554,0.0655206307525542,0.0385072234709131,0.5,0.255951455205554,0.0707484586231147,0.0174650518517822,0.255951455205554,0.0655936579642669,0.015282139100228,0.255951455205554,0.0542563607258363,0.0450625593390957,0.255951455205554,0.0512902282036392,0.0384615483237723,0.0676603486331905,0.00263320605080073 -3823,0.255951455205554,0.141608958107874,0.000990290033813865,0.255951455205554,0.14249730186091,0.0036123498897538,0.255951455205554,0.124614545033771,0.028971624921203,0.255951455205554,0.13172390365285,0.0161248095650247,0.255951455205554,0.100697000631445,0.0709074395416815,0.255951455205554,0.108169873843793,0.122602202892112,0.5,0.255951455205554,0.0888298790105331,0.0561522495871433,0.5,0.255951455205554,0.117127697582478,0.0116882422154641,0.5,0.255951455205554,0.136089755826248,0.0316219955183529,0.255951455205554,0.105452967639045,0.0689476897798454,0.149593384936305,0.0592081483510219,0.255951455205554,0.149254761091115,0.0691586049425699,0.5,0.255951455205554,0.152258149393421,0.0400092131508636,0.255951455205554,0.152377154179222,0.0315519869883246,0.255951455205554,0.131023890801771,0.0792747412591768,0.255951455205554,0.123413228531067,0.105573471739744,0.145456863374554,0.00343678980785137 -3824,0.255951455205554,0.259893036933999,0.00225989880783306,0.255951455205554,0.260210730955383,0.0210190074851142,0.255951455205554,0.236892726237786,0.0576911268442598,0.255951455205554,0.248389425498377,0.034333475151356,0.255951455205554,0.189209838575522,0.137404293077027,0.255951455205554,0.209709192624169,0.184816874089124,0.5,0.255951455205554,0.198019785534864,0.113114895606327,0.5,0.255951455205554,0.233911292665463,0.0297964388789916,0.5,0.255951455205554,0.254646413951075,0.0657624799271098,0.255951455205554,0.218574191028662,0.148340663374525,0.251472254939056,0.0643343311611874,0.255951455205554,0.258132979351444,0.0874107679086098,0.5,0.255951455205554,0.2707790150249,0.0634865783993708,0.255951455205554,0.269913822747624,0.0525428976304119,0.255951455205554,0.240159317661281,0.112869463985135,0.255951455205554,0.219840351727793,0.171785784524047,0.264125887791245,0.00292180361304674 -3825,0.255951455205554,0.382975954438636,0.00486876288968683,0.255951455205554,0.383355432026745,0.0518595422139971,0.255951455205554,0.355963906122273,0.0889581266276926,0.255951455205554,0.37125195508236,0.0500183382087908,0.255951455205554,0.296555842310058,0.26779973339937,0.255951455205554,0.33702076220246,0.247453775538195,0.5,0.255951455205554,0.333912912213356,0.173368910504303,0.5,0.255951455205554,0.365311201232568,0.0667963622411752,0.5,0.255951455205554,0.387285790071486,0.118125356708943,0.255951455205554,0.34456807503286,0.225235018613546,0.353973389445888,0.119826245276966,0.255951455205554,0.384430799576551,0.116980892985302,0.5,0.255951455205554,0.401543857864846,0.0749645584722586,0.255951455205554,0.39873917308281,0.0861203754663956,0.255951455205554,0.363902125920894,0.147091898900609,0.255951455205554,0.349967022963055,0.244588815851607,0.386953013221662,0.00248901254298225 -3826,0.255951455205554,0.514875797290161,0.00693634237158241,0.255951455205554,0.513939773464881,0.0529123849440299,0.255951455205554,0.484713754983721,0.129482537946874,0.255951455205554,0.503096120522977,0.0707349180743216,0.255951455205554,0.41788303003143,0.365198857502171,0.255951455205554,0.475941102743967,0.293970976668888,0.5,0.255951455205554,0.479532777836068,0.183693436898335,0.5,0.255951455205554,0.498387157264279,0.11016675836454,0.5,0.255951455205554,0.516816933574264,0.162649928724415,0.255951455205554,0.47750893362979,0.168024367069213,0.489250966263092,0.162292692321334,0.255951455205554,0.514078642547668,0.130563800010347,0.5,0.255951455205554,0.535836677715771,0.078798956085099,0.255951455205554,0.524523766954177,0.124363969957442,0.255951455205554,0.493236556437689,0.183794596663159,0.255951455205554,0.503101070509916,0.28986000946709,0.517256489162761,0.00443138221902384 -3827,0.255951455205554,0.620345415672012,0.00901316751504367,0.255951455205554,0.616889889416477,0.0766494970310085,0.255951455205554,0.590203756742638,0.186472553672322,0.255951455205554,0.610269666618849,0.125715110314513,0.255951455205554,0.515567689927014,0.43917450930269,0.255951455205554,0.59052153550624,0.315083764229504,0.5,0.255951455205554,0.59121306873843,0.16701472649555,0.5,0.255951455205554,0.603359875507467,0.139566892672481,0.5,0.255951455205554,0.615021388113889,0.203118963968129,0.255951455205554,0.585779381162638,0.144004193068963,0.608353226356853,0.173717263945581,0.255951455205554,0.61154613049055,0.140736695988091,0.5,0.255951455205554,0.634258480716069,0.0745157874444404,0.255951455205554,0.616899943090044,0.162673437925194,0.255951455205554,0.595729697365806,0.251273767031651,0.255951455205554,0.607187658281661,0.399719322892102,0.622699443355779,0.0101312634741291 -3828,0.255951455205554,0.68402174807218,0.0175885773360409,0.255951455205554,0.676228433401776,0.12736791659998,0.255951455205554,0.651725169092197,0.26311926785448,0.255951455205554,0.673951373361144,0.183477326820678,0.255951455205554,0.57686433456864,0.528969911667515,0.255951455205554,0.656914313767507,0.356518173362968,0.5,0.255951455205554,0.65648502458485,0.177144011362948,0.5,0.255951455205554,0.664710250687529,0.161100034008846,0.5,0.255951455205554,0.670018293560907,0.235319246459182,0.255951455205554,0.65110906962125,0.142657793534099,0.660904257514767,0.188311801187277,0.255951455205554,0.664505120914525,0.161665259370904,0.5,0.255951455205554,0.687780006690788,0.0758348908669189,0.255951455205554,0.666743299490979,0.204447639205272,0.255951455205554,0.655981011118812,0.307395284946237,0.255951455205554,0.665545923081248,0.477817503161154,0.687004508045381,0.0210521187824524 -3829,0.255951455205554,0.704404599089909,0.0320319500267268,0.255951455205554,0.695107172108078,0.171466214809627,0.255951455205554,0.670788997851745,0.360938525064015,0.255951455205554,0.696406563246125,0.264117493826815,0.255951455205554,0.609862844448352,0.592330897353082,0.255951455205554,0.680915313719824,0.387483898087439,0.5,0.255951455205554,0.681584236668476,0.184089498589476,0.5,0.255951455205554,0.686993079498695,0.179824585218601,0.5,0.255951455205554,0.684087450066487,0.261439871555121,0.255951455205554,0.678046712506887,0.166325019331459,0.672965669399715,0.227603215291483,0.255951455205554,0.653628070783413,0.19106353666635,0.5,0.255951455205554,0.70178079131044,0.0971594052226977,0.255951455205554,0.672931466499476,0.250454903020276,0.255951455205554,0.669670043576637,0.347625629465156,0.255951455205554,0.676644945201192,0.523626227694296,0.706499588108685,0.0455318668778647 -3830,0.255951455205554,0.686312490054492,0.0500698307434759,0.255951455205554,0.677216048715332,0.239090388237959,0.255951455205554,0.646982241553584,0.444053832476066,0.255951455205554,0.680565009129656,0.325506479228725,0.255951455205554,0.617751778226558,0.634315718703141,0.255951455205554,0.659320593004843,0.41927743663967,0.5,0.255951455205554,0.668477106203802,0.199572247289375,0.5,0.255951455205554,0.670395289388055,0.207838321922037,0.5,0.255951455205554,0.662177895654366,0.281793028332936,0.255951455205554,0.667430750629963,0.218633233991818,0.647411312527045,0.254260820311927,0.255951455205554,0.643167134832679,0.21442536004147,0.5,0.255951455205554,0.677529635838474,0.124930539899051,0.255951455205554,0.647797645986194,0.300509676129164,0.255951455205554,0.643952939307479,0.387388371682948,0.255951455205554,0.649924751077331,0.541237538665235,0.689649659182842,0.0606946190590052 -3831,0.255951455205554,0.620691451930007,0.062035861601682,0.255951455205554,0.614759489721571,0.279611252683785,0.255951455205554,0.573544877178067,0.508113052630895,0.255951455205554,0.616620732835632,0.430248171762111,0.255951455205554,0.583114124759068,0.666163489879755,0.255951455205554,0.526035687522034,0.390070887241753,0.5,0.255951455205554,0.614120286279934,0.219540182512214,0.5,0.255951455205554,0.613420753145941,0.224364905969371,0.5,0.255951455205554,0.598399081317932,0.28514961665991,0.255951455205554,0.616679882545912,0.234901924382338,0.577558725641837,0.251085420157446,0.255951455205554,0.566716721511867,0.233125182436901,0.5,0.255951455205554,0.606639913769608,0.135299223057778,0.255951455205554,0.57601183454527,0.315541040535435,0.255951455205554,0.579538912132787,0.422237322048302,0.255951455205554,0.585288675384087,0.562506635305124,0.626137399881825,0.0949201182961424 -3832,0.255951455205554,0.507967973019567,0.0838413519689364,0.255951455205554,0.505187589333469,0.391011249927706,0.255951455205554,0.452387122667214,0.526989285992082,0.255951455205554,0.496616722904429,0.442149502866837,0.255951455205554,0.473457689961346,0.641102328960355,0.255951455205554,0.483964421513914,0.406572301258762,0.5,0.255951455205554,0.499421740686273,0.216093020360141,0.5,0.255951455205554,0.509176706238939,0.217646448231738,0.5,0.255951455205554,0.488772827416968,0.276239396133728,0.255951455205554,0.514972424039636,0.249258159309831,0.462120844024479,0.292769423208276,0.255951455205554,0.458563134873394,0.26435395428471,0.5,0.255951455205554,0.489732714979705,0.1320199106555,0.255951455205554,0.46408892030692,0.342154698874676,0.255951455205554,0.472383145584821,0.447592376742351,0.255951455205554,0.479339003264024,0.586515728938674,0.514646617791034,0.131015286339211 -3833,0.255951455205554,0.375450327499042,0.105770754482636,0.255951455205554,0.37122724699083,0.420873634502037,0.255951455205554,0.324359660571681,0.487180342818559,0.255951455205554,0.321462222725219,0.403031868735233,0.255951455205554,0.374988955534039,0.614460442200294,0.255951455205554,0.351989481028502,0.321255068212422,0.5,0.255951455205554,0.377177368653363,0.205647632617579,0.5,0.255951455205554,0.37545911721228,0.149749543570205,0.5,0.255951455205554,0.353411498705429,0.217894951950858,0.255951455205554,0.380237761515939,0.231510503233677,0.334276157822415,0.335294025365922,0.255951455205554,0.332567834888207,0.276237123467528,0.5,0.255951455205554,0.359636239334359,0.123724983239536,0.255951455205554,0.333630547212236,0.322696497482131,0.255951455205554,0.345033186883023,0.443022984574681,0.255951455205554,0.354611407222938,0.577734641184049,0.380886475113156,0.206708504226942 -3834,0.255951455205554,0.251701836351277,0.125137175456284,0.255951455205554,0.245202145055035,0.377338742647382,0.255951455205554,0.227585995088625,0.373151069367277,0.255951455205554,0.181469709816002,0.301525826456561,0.255951455205554,0.259605048982935,0.456164138379258,0.255951455205554,0.244768486931008,0.187843826491884,0.5,0.255951455205554,0.254074976370001,0.0958108888654011,0.5,0.255951455205554,0.244904850796692,0.0475642478453412,0.5,0.255951455205554,0.224808239976987,0.0917988565365375,0.255951455205554,0.242965907261258,0.12105376711115,0.212373600945828,0.291169693087394,0.255951455205554,0.211487841212323,0.206126638976159,0.5,0.255951455205554,0.233325758136694,0.110273850220841,0.255951455205554,0.211640124050874,0.197544845700045,0.255951455205554,0.225094877678489,0.292133812286824,0.255951455205554,0.23058297525956,0.396224387944122,0.25403441358427,0.283541956563072 -3835,0.255951455205554,0.134892088358718,0.102677381170462,0.255951455205554,0.124192061440568,0.257273729329257,0.255951455205554,0.126170192146165,0.293945184090736,0.255951455205554,0.106745040680146,0.29787374992171,0.255951455205554,0.136310900129228,0.344428298015308,0.255951455205554,0.12320372698051,0.169447717123025,0.5,0.255951455205554,0.12761570974989,0.0690774578308761,0.5,0.255951455205554,0.11840305815306,0.0299790141442025,0.5,0.255951455205554,0.0874580630164672,0.0844001088146539,0.255951455205554,0.12035224987884,0.0767200650628077,0.103615258192435,0.202331776622386,0.255951455205554,0.0902189913280488,0.149724727792654,0.5,0.255951455205554,0.116054287351941,0.0602419963480967,0.255951455205554,0.0822401634343706,0.152914523782958,0.255951455205554,0.109617129996767,0.187478865416889,0.255951455205554,0.111145038085264,0.278801450935596,0.134631625315724,0.347863451909836 -3836,0.255951455205554,0.0447585280870543,0.10480145581391,0.255951455205554,0.0362117401710247,0.217590873164383,0.255951455205554,0.037916469301254,0.293709282421482,0.255951455205554,0.0402519854976832,0.322711291200134,0.255951455205554,0.0367488019321477,0.349742946701608,0.255951455205554,0.0243016609819645,0.21963887731318,0.5,0.255951455205554,0.0337901810515935,0.0603368797060352,0.5,0.255951455205554,0.016516775636544,0.0326870037631617,0.5,0.255951455205554,0.00329624802366281,0.0914363363073074,0.255951455205554,0.031277848665427,0.0543313989037693,0.017086741439552,0.168769766520468,0.255951455205554,0.00982208552012052,0.150366759905284,0.5,0.255951455205554,0.0254332970489701,0.0483064470067482,0.255951455205554,0.0040459939546954,0.146160426970768,0.255951455205554,0.0191280015834123,0.18814510983217,0.255951455205554,0.0169212838692555,0.244893013628557,0.0434991780706751,0.466180179013662 -3837,0.255951455205554,0.0,0.107020286048314,0.255951455205554,0.0,0.198038163261433,0.255951455205554,0.0,0.340204446412955,0.255951455205554,0.0,0.312188492732721,0.255951455205554,0.0,0.369413916970146,0.255951455205554,0.0,0.246507125350268,0.5,0.255951455205554,0.0,0.0537686645798515,0.5,0.255951455205554,0.0,0.0392922872421096,0.5,0.255951455205554,0.0,0.0925477486923807,0.255951455205554,0.0,0.0474999995899728,0.0,0.14093273559549,0.255951455205554,0.0,0.147941480274414,0.5,0.255951455205554,0.0,0.0498478803262153,0.255951455205554,0.0,0.136846707645771,0.255951455205554,0.0,0.198667264201972,0.255951455205554,0.0,0.231286467325872,0.0,0.600855102129462 -3838,0.255951455205554,0.0,0.113235425239788,0.255951455205554,0.0,0.182686100351829,0.255951455205554,0.0,0.350232728717632,0.255951455205554,0.0,0.303973084172892,0.255951455205554,0.0,0.346343319957745,0.255951455205554,0.0,0.21532139014972,0.5,0.255951455205554,0.0,0.0488233363151538,0.5,0.255951455205554,0.0,0.0434019219802747,0.5,0.255951455205554,0.0,0.0894577991736135,0.255951455205554,0.0,0.0543293739426244,0.0,0.110447204073712,0.255951455205554,0.0,0.12247443266261,0.5,0.255951455205554,0.0,0.046716678088309,0.255951455205554,0.0,0.112426975870217,0.255951455205554,0.0,0.178245555095716,0.255951455205554,0.0,0.226814733612598,0.0,0.700514345042174 -3839,0.255951455205554,0.0,0.139354877296953,0.255951455205554,0.0,0.202660748438037,0.255951455205554,0.0,0.334686886817502,0.255951455205554,0.0,0.304046874025325,0.255951455205554,0.0,0.297405696094177,0.255951455205554,0.0,0.152322226290683,0.5,0.255951455205554,0.0,0.0434973642524801,0.5,0.255951455205554,0.0,0.0456007021694397,0.5,0.255951455205554,0.0,0.0883089300114889,0.255951455205554,0.0,0.0574539069437017,0.0,0.0883819239558367,0.255951455205554,0.0,0.0984584236736111,0.5,0.255951455205554,0.0,0.0426258134508663,0.255951455205554,0.0,0.0890724360042825,0.255951455205554,0.0,0.155100590329025,0.255951455205554,0.0,0.196985288322737,0.0,0.732431737255925 -3840,0.255951455205554,0.0,0.159463445036516,0.255951455205554,0.0,0.217497540896345,0.255951455205554,0.0,0.32046952719191,0.255951455205554,0.0,0.305623061899646,0.255951455205554,0.0,0.262845786519329,0.255951455205554,0.0,0.106081236277911,0.5,0.255951455205554,0.0,0.0348169057042255,0.5,0.255951455205554,0.0,0.0357632802390795,0.5,0.255951455205554,0.0,0.0698663509108157,0.255951455205554,0.0,0.0429933305377492,0.0,0.0735709317293033,0.255951455205554,0.0,0.0852708824231471,0.5,0.255951455205554,0.0,0.0412172149744867,0.255951455205554,0.0,0.0761416879319434,0.255951455205554,0.0,0.134519577844428,0.255951455205554,0.0,0.14143568024622,0.0,0.7488525333635 -3841,0.255951455205554,0.0,0.17661191546551,0.255951455205554,0.0,0.206501929419775,0.255951455205554,0.0,0.311037471716361,0.255951455205554,0.0,0.311973007394854,0.255951455205554,0.0,0.231632508511152,0.255951455205554,0.0,0.0812631878352254,0.5,0.255951455205554,0.0,0.0237059377313154,0.5,0.255951455205554,0.0,0.0298914999558222,0.5,0.255951455205554,0.0,0.0567938903118945,0.255951455205554,0.0,0.0280899656145697,0.0,0.075431809780372,0.255951455205554,0.0,0.0814941517072236,0.5,0.255951455205554,0.0,0.0431412289998883,0.255951455205554,0.0,0.0696633016602485,0.255951455205554,0.0,0.114288944018994,0.255951455205554,0.0,0.0859048584927401,0.0,0.794705541546941 -3842,0.255951455205554,0.0,0.198190798369694,0.255951455205554,0.0,0.194793057733184,0.255951455205554,0.0,0.32338075188673,0.255951455205554,0.0,0.34382989521227,0.255951455205554,0.0,0.181481683842285,0.255951455205554,0.0,0.0615934399338177,0.5,0.255951455205554,0.0,0.0173925822386765,0.5,0.255951455205554,0.0,0.0268795966762328,0.5,0.255951455205554,0.0,0.0494375272540225,0.255951455205554,0.0,0.0175053975608516,0.0,0.0736779281621264,0.255951455205554,0.0,0.0849530963983869,0.5,0.255951455205554,0.0,0.0461015352086644,0.255951455205554,0.0,0.064367365475733,0.255951455205554,0.0,0.0893368441123541,0.255951455205554,0.0,0.0535393909196383,0.0,0.825450114239198 -3843,0.255951455205554,0.0,0.249873870287508,0.255951455205554,0.0,0.237393557193658,0.255951455205554,0.0,0.344249004419602,0.255951455205554,0.0,0.399741994725136,0.255951455205554,0.0,0.147631515740605,0.255951455205554,0.0,0.0428748013444182,0.5,0.255951455205554,0.0,0.0122785754703051,0.5,0.255951455205554,0.0,0.0217833383563333,0.5,0.255951455205554,0.0,0.0481354661400966,0.255951455205554,0.0,0.0119529421571104,0.0,0.0729472467651064,0.255951455205554,0.0,0.0853823476756134,0.5,0.255951455205554,0.0,0.0498584220496207,0.255951455205554,0.0,0.0622434311730369,0.255951455205554,0.0,0.0814694225488453,0.255951455205554,0.0,0.0396619863575389,0.0,0.845866395523039 -3844,0.255951455205554,0.0,0.300854570952522,0.255951455205554,0.0,0.249932448106954,0.255951455205554,0.0,0.342662918325408,0.255951455205554,0.0,0.410922213174445,0.255951455205554,0.0,0.115181495803196,0.255951455205554,0.0,0.0285261203496559,0.5,0.255951455205554,0.0,0.0123310755915148,0.5,0.255951455205554,0.0,0.017340691800145,0.5,0.255951455205554,0.0,0.0417854818511765,0.255951455205554,0.0,0.0148190816939358,0.0,0.0780721633265314,0.255951455205554,0.0,0.087893244775373,0.5,0.255951455205554,0.0,0.0550807192695757,0.255951455205554,0.0,0.0591278947643143,0.255951455205554,0.0,0.0862437664533633,0.255951455205554,0.0,0.0327718870288658,0.0,0.865371702224166 -3845,0.255951455205554,0.00596547974076687,0.313639118454561,0.255951455205554,0.00506166115655837,0.252229397795026,0.255951455205554,0.00294341682430653,0.329099762650174,0.255951455205554,0.00354126703452136,0.384673092218697,0.255951455205554,0.000613936173795596,0.100053629145023,0.255951455205554,0.000844793415506815,0.0198598810164191,0.5,0.255951455205554,1.05948071478201e-08,0.0154238706751204,0.5,0.255951455205554,1.45428091028895e-05,0.0162576856389637,0.5,0.255951455205554,0.00144973555080494,0.0314000529816714,0.255951455205554,0.0,0.019924673417831,0.0122292840967075,0.0756107922400683,0.255951455205554,0.0118314212315237,0.0883231662387541,0.5,0.255951455205554,0.0147646451860483,0.059187464414864,0.255951455205554,0.0067573265724641,0.0475903786087092,0.255951455205554,0.00484695263891098,0.0872843888199338,0.255951455205554,0.00332077846356752,0.0282718957096306,0.0073941598637329,0.882897099816143 -3846,0.255951455205554,0.064313822456176,0.308357614490616,0.255951455205554,0.0644754054968722,0.299768388932393,0.255951455205554,0.0560294457827992,0.342722563887089,0.255951455205554,0.0588602954937421,0.382103142878494,0.255951455205554,0.0400320555067546,0.0873280915562117,0.255951455205554,0.0484604983313014,0.016136627129001,0.5,0.255951455205554,0.0362640797835342,0.0152391246699519,0.5,0.255951455205554,0.0416962939602899,0.0147293019172083,0.5,0.255951455205554,0.0534813210356872,0.0192485381707373,0.255951455205554,0.0300503848733274,0.0149810293962041,0.072854860394805,0.0857577673904004,0.255951455205554,0.0726250650391177,0.0946848857607215,0.5,0.255951455205554,0.0746914627720391,0.0612694825648874,0.255951455205554,0.0674086061737804,0.0368732727986588,0.255951455205554,0.0635732294166598,0.0946837149465739,0.255951455205554,0.0594089493423703,0.024007294152246,0.0664283670490766,0.891944738680973 -3847,0.255951455205554,0.138739875041148,0.400571108050412,0.255951455205554,0.140463174234318,0.290539181839667,0.255951455205554,0.126953684395054,0.401277515383177,0.255951455205554,0.130180357293188,0.477165148056291,0.255951455205554,0.107327407434926,0.083020759095836,0.255951455205554,0.123468460892164,0.0148015788849521,0.5,0.255951455205554,0.106138488144009,0.0122242120536019,0.5,0.255951455205554,0.117973605759672,0.0115509543319948,0.5,0.255951455205554,0.136842390255802,0.0173186340240733,0.255951455205554,0.0964037982843812,0.00737594627103504,0.160313554033181,0.14359009548552,0.255951455205554,0.160902900020667,0.137931816494425,0.5,0.255951455205554,0.160137402775834,0.101281609846398,0.255951455205554,0.154811936007577,0.0455186251532167,0.255951455205554,0.145654408355691,0.152086447982646,0.255951455205554,0.140386043009719,0.0266362131278132,0.14135946545794,0.896684223360655 -3848,0.255951455205554,0.252209020384346,0.589625995160952,0.255951455205554,0.253439204406496,0.392952583787955,0.255951455205554,0.225773862334137,0.516985815249166,0.255951455205554,0.233711789537307,0.697056847529875,0.255951455205554,0.195107352117964,0.10656382733067,0.255951455205554,0.230174480119955,0.0252887015709336,0.5,0.255951455205554,0.196706243157324,0.013901176606671,0.5,0.255951455205554,0.23253442456665,0.0250043540308928,0.5,0.255951455205554,0.255207623015538,0.0539775051333875,0.255951455205554,0.185848307220778,0.00647475601345713,0.276594776286622,0.165458403097918,0.255951455205554,0.277728610381621,0.181944079223255,0.5,0.255951455205554,0.277356677357575,0.158563129011579,0.255951455205554,0.271993078291565,0.084313065829069,0.255951455205554,0.259860390009135,0.193221625006765,0.255951455205554,0.256633522217789,0.0595852624034033,0.256678608603544,0.898863378251747 -3849,0.255951455205554,0.37024874874044,0.715715925278236,0.255951455205554,0.372171315436683,0.591436950315403,0.255951455205554,0.331104759485543,0.554686634904872,0.255951455205554,0.33358634160239,0.749825702731258,0.255951455205554,0.297494791387598,0.134661688538979,0.255951455205554,0.348879253242343,0.0521927413915793,0.5,0.255951455205554,0.301802556188631,0.0173904964973984,0.5,0.255951455205554,0.361403138766084,0.0382741789048081,0.5,0.255951455205554,0.387620477462458,0.108365935927521,0.255951455205554,0.298792620815965,0.00896866266692241,0.401032663240362,0.203765768868956,0.255951455205554,0.403817694861254,0.206895141849228,0.5,0.255951455205554,0.400904126482113,0.234111183003407,0.255951455205554,0.400363001997679,0.141174900197985,0.255951455205554,0.383537946807919,0.225521507659447,0.255951455205554,0.383962355719864,0.111980286350714,0.377040528192826,0.872714861298014 -3850,0.255951455205554,0.492663082412482,0.801781288891228,0.255951455205554,0.491101356017272,0.738241011614118,0.255951455205554,0.446596514912597,0.568419338342146,0.255951455205554,0.428961000764289,0.796220539928315,0.255951455205554,0.406303689124019,0.148466387538024,0.255951455205554,0.474202523196849,0.086149090849101,0.5,0.255951455205554,0.419176822070553,0.0187884856771919,0.5,0.255951455205554,0.492403064068961,0.0398382909116728,0.5,0.255951455205554,0.516763146845709,0.131756305090177,0.255951455205554,0.424689330483884,0.0152768996310112,0.524483445580004,0.254022260352767,0.255951455205554,0.528223674630593,0.256401588735624,0.5,0.255951455205554,0.528551734415351,0.29205727216812,0.255951455205554,0.525669792291548,0.217504511618013,0.255951455205554,0.5110123709407,0.293445756739437,0.255951455205554,0.512257173395869,0.181544555188861,0.505516837756221,0.772834973134907 -3851,0.255951455205554,0.576264851000899,0.813278750972519,0.255951455205554,0.559180409185674,0.846113448512842,0.255951455205554,0.542629308095755,0.537773175771937,0.255951455205554,0.541699384869618,0.812268281677608,0.255951455205554,0.503793740631026,0.148303121345953,0.255951455205554,0.575002210193456,0.101707512367745,0.5,0.255951455205554,0.503931570271195,0.0140811062668203,0.5,0.255951455205554,0.595844327009209,0.0378791769866607,0.5,0.255951455205554,0.614430060822761,0.139092151676863,0.255951455205554,0.522552966843784,0.0130332712559301,0.613759096323021,0.327584212897375,0.255951455205554,0.619132798963764,0.324167970962246,0.5,0.255951455205554,0.624203363922503,0.367431898231686,0.255951455205554,0.617185271133402,0.288617577564332,0.255951455205554,0.607028635163486,0.390450100445502,0.255951455205554,0.610030413986409,0.245333822011736,0.604506582527117,0.522001861429122 -3852,0.255951455205554,0.632162149159747,0.825126542987784,0.255951455205554,0.597618758232819,0.812236460865829,0.255951455205554,0.601597999619326,0.473879175734822,0.255951455205554,0.574112651605694,0.595221462071609,0.255951455205554,0.549366165884515,0.126563899275339,0.255951455205554,0.634223588895737,0.0869606848047249,0.5,0.255951455205554,0.573937899926914,0.00812824110411713,0.5,0.255951455205554,0.655392608055927,0.041028605857398,0.5,0.255951455205554,0.667628826983354,0.139460339449897,0.255951455205554,0.586987078481343,0.0077358826110737,0.66114416114875,0.434791573851791,0.255951455205554,0.667676381296711,0.39886598796659,0.5,0.255951455205554,0.675585459640536,0.449443807289458,0.255951455205554,0.666306229288943,0.352494168321323,0.255951455205554,0.659508040292386,0.485334322462389,0.255951455205554,0.66426129936418,0.304889225147525,0.626549341565773,0.206330330918391 -3853,0.255951455205554,0.657485038802395,0.785989625701398,0.255951455205554,0.613060835798048,0.805460390977347,0.255951455205554,0.63537323187578,0.409888700638401,0.255951455205554,0.592898532879838,0.406134987810024,0.255951455205554,0.572494951195573,0.118937943497931,0.255951455205554,0.656350615731567,0.0641567816914879,0.5,0.255951455205554,0.626734363918372,0.00789489555227832,0.5,0.255951455205554,0.660886726122374,0.0458034099058085,0.5,0.255951455205554,0.682147312403139,0.135524204157004,0.255951455205554,0.621050782321821,0.0113762654429344,0.671684384031429,0.522171368729185,0.255951455205554,0.678064664143824,0.459226077314523,0.5,0.255951455205554,0.68646874752832,0.511312692235937,0.255951455205554,0.677038892521687,0.398259181259613,0.255951455205554,0.673938322878976,0.580952591816924,0.255951455205554,0.6793476420003,0.364936567763688,0.659502072601613,0.0941113326386919 -3854,0.255951455205554,0.635594198862516,0.72313798582694,0.255951455205554,0.593987755254569,0.741733945288063,0.255951455205554,0.607791264581963,0.384498729803122,0.255951455205554,0.634399154247697,0.447897986208628,0.255951455205554,0.540710801313331,0.139958610185593,0.255951455205554,0.642345854484837,0.0560847051350734,0.5,0.255951455205554,0.617566986871233,0.0220658164292978,0.5,0.255951455205554,0.650719833065166,0.0535171500634523,0.5,0.255951455205554,0.651724231329237,0.121974492665116,0.255951455205554,0.598421402565425,0.0474705807516751,0.645873777013438,0.548968856330019,0.255951455205554,0.650750905076682,0.498099219500777,0.5,0.255951455205554,0.657161697637687,0.558796326779543,0.255951455205554,0.649791735556031,0.430472536690602,0.255951455205554,0.652436699602431,0.660124654739305,0.255951455205554,0.656778667221438,0.378404045970252,0.649749587149281,0.0446472345479293 -3855,0.255951455205554,0.581739414862288,0.683578289655577,0.255951455205554,0.564203989667609,0.720264948283551,0.255951455205554,0.529291725578241,0.357061741826766,0.255951455205554,0.564815996255389,0.464764380485228,0.255951455205554,0.425455332811009,0.243289378231034,0.255951455205554,0.589496312717191,0.0514681582027651,0.5,0.255951455205554,0.528666648645225,0.0586978821869195,0.5,0.255951455205554,0.56582652441764,0.0371740995987662,0.5,0.255951455205554,0.583433401612037,0.106136989602137,0.255951455205554,0.347666359808912,0.164369243148395,0.577113110826722,0.567291691730332,0.255951455205554,0.579593463717871,0.51532833297607,0.5,0.255951455205554,0.584044403749574,0.581303533233183,0.255951455205554,0.579511990645023,0.438391993736295,0.255951455205554,0.586987632975073,0.691868073100799,0.255951455205554,0.591163962465221,0.345111900477033,0.604175060018561,0.0440365526654074 -3856,0.255951455205554,0.491288480756333,0.647050135682986,0.255951455205554,0.487878190897211,0.670296798386702,0.255951455205554,0.387189262887012,0.306151594718707,0.255951455205554,0.421102856090225,0.414320316701093,0.255951455205554,0.314670738497591,0.317604716818223,0.255951455205554,0.492820644850896,0.0280569768441917,0.5,0.255951455205554,0.408251350951464,0.149323496122469,0.5,0.255951455205554,0.455203991436547,0.0436982285032742,0.5,0.255951455205554,0.471704570584918,0.0864085405832767,0.255951455205554,0.407462874623887,0.21033012393799,0.464585184846489,0.602933569581038,0.255951455205554,0.464972923059259,0.505689201546131,0.5,0.255951455205554,0.474073618568772,0.578312503853575,0.255951455205554,0.465498945712016,0.413850762304871,0.255951455205554,0.476005110056378,0.638766908543887,0.255951455205554,0.479904143634699,0.264294325324236,0.500536330586158,0.0565892905833235 -3857,0.255951455205554,0.366712506624223,0.590694426512174,0.255951455205554,0.358512288015135,0.558741711879132,0.255951455205554,0.256829031075285,0.205605981536786,0.255951455205554,0.298018333018876,0.239680064498201,0.255951455205554,0.233175067164204,0.343737717812726,0.255951455205554,0.368164046638902,0.010740892880248,0.5,0.255951455205554,0.292821832343245,0.2230378773615,0.5,0.255951455205554,0.318902290977798,0.0363991969884433,0.5,0.255951455205554,0.333350268675708,0.0409328666248996,0.255951455205554,0.359487380665071,0.228141443885327,0.338012453595301,0.56481281629101,0.255951455205554,0.336521688514067,0.418202521022608,0.5,0.255951455205554,0.352502613302023,0.542675923687856,0.255951455205554,0.334692355912843,0.299129336295982,0.255951455205554,0.345852250148928,0.455619381472886,0.255951455205554,0.349062261325947,0.14827308857125,0.375287648124858,0.114372339592123 -3858,0.255951455205554,0.235196489492057,0.429891822164945,0.255951455205554,0.22728104919223,0.290941842724861,0.255951455205554,0.170493412351589,0.196727248848314,0.255951455205554,0.173621670976774,0.0831557840138459,0.255951455205554,0.169958380504358,0.332428988031984,0.255951455205554,0.237819652135051,0.00950266690660707,0.5,0.255951455205554,0.174032053786149,0.264404431017722,0.5,0.255951455205554,0.204764632311971,0.0244749041097995,0.5,0.255951455205554,0.207785730236377,0.00739284227489609,0.255951455205554,0.193347901973986,0.21110864306914,0.215948317720964,0.342775230241811,0.255951455205554,0.213585422757205,0.231188687511598,0.5,0.255951455205554,0.230248349811975,0.441872958267805,0.255951455205554,0.211332684108571,0.138001095452382,0.255951455205554,0.223563472962091,0.184149503241097,0.255951455205554,0.227572304327321,0.0369668274433152,0.255318685071913,0.185448293001351 -3859,0.255951455205554,0.112139337194558,0.324808635349545,0.255951455205554,0.109587720991603,0.169802404867466,0.255951455205554,0.09657375560951,0.27072310943708,0.255951455205554,0.0938855385379431,0.0516667090890606,0.255951455205554,0.0853306432547923,0.347937683300556,0.255951455205554,0.114982110858409,0.0287147647970473,0.5,0.255951455205554,0.096261365136835,0.324239093548677,0.5,0.255951455205554,0.0831885160532933,0.0310101974303777,0.5,0.255951455205554,0.0762280666505737,0.00415706073678178,0.255951455205554,0.120529275202197,0.274628729041773,0.104390586284406,0.213910247658223,0.255951455205554,0.090397494726291,0.19254573466285,0.5,0.255951455205554,0.114679695404951,0.365695923228135,0.255951455205554,0.0843091453380943,0.118028636350359,0.255951455205554,0.10798817476229,0.129915733361281,0.255951455205554,0.110274878517535,0.0299007064494309,0.127915719838505,0.200814210090703 -3860,0.255951455205554,0.0392053320974132,0.331776685610929,0.255951455205554,0.0405581037733123,0.167616875556133,0.255951455205554,0.0346454123218454,0.317636527291454,0.255951455205554,0.0326330369246722,0.0399415560407782,0.255951455205554,0.0244370950463298,0.381090908328469,0.255951455205554,0.0300978147595859,0.0611661637463962,0.5,0.255951455205554,0.0267702507895415,0.358164793516068,0.5,0.255951455205554,0.0186036239053761,0.032789756268831,0.5,0.255951455205554,0.00366642665708717,0.00593134283903384,0.255951455205554,0.0257382106338061,0.269265225266264,0.0173951412043919,0.17245468430812,0.255951455205554,0.0109540882279703,0.188526452548196,0.5,0.255951455205554,0.0250102819775062,0.286896916722279,0.255951455205554,0.00466035081420063,0.114006299890198,0.255951455205554,0.0196887047305005,0.154652458662356,0.255951455205554,0.0179400313988242,0.0309073595134723,0.0453106112335027,0.137592046840053 -3861,0.255951455205554,0.0,0.342092353079082,0.255951455205554,0.0,0.295379066041734,0.255951455205554,2.50813337111001e-09,0.313202406873918,0.255951455205554,0.0,0.135476799190415,0.255951455205554,2.41615810434656e-07,0.437369746428421,0.255951455205554,0.0,0.131296908316462,0.5,0.255951455205554,0.0,0.407840723319028,0.5,0.255951455205554,0.0,0.0341468336682066,0.5,0.255951455205554,0.0,0.00807884532942955,0.255951455205554,0.0,0.278597578439098,0.0,0.164924160586659,0.255951455205554,0.0,0.176255542507539,0.5,0.255951455205554,0.0,0.228939759089378,0.255951455205554,0.0,0.101369843510472,0.255951455205554,0.0,0.171004673632409,0.255951455205554,0.0,0.0295796227271813,0.0,0.0865707515364359 -3862,0.255951455205554,0.0,0.179044928090345,0.255951455205554,0.0,0.322961660792677,0.255951455205554,0.0,0.288194659410894,0.255951455205554,0.0,0.603448940620561,0.255951455205554,0.0,0.462032781368892,0.255951455205554,0.0,0.275611249978378,0.5,0.255951455205554,0.0,0.458523872149496,0.5,0.255951455205554,0.0,0.028125109730304,0.5,0.255951455205554,0.0,0.0119881606956291,0.255951455205554,0.0,0.308459459836923,0.0,0.153737850643421,0.255951455205554,0.0,0.16510143357857,0.5,0.255951455205554,0.0,0.186213296351221,0.255951455205554,0.0,0.0829589736904915,0.255951455205554,0.0,0.141749022300183,0.255951455205554,0.0,0.0202270401972651,0.0,0.0938032999426664 -3863,0.255951455205554,0.0,0.153613554123952,0.255951455205554,0.0,0.0824720012662971,0.255951455205554,0.0,0.249168123872057,0.255951455205554,0.0,0.66877887570481,0.255951455205554,0.0,0.436027105675334,0.255951455205554,0.0,0.473308343378208,0.5,0.255951455205554,0.0,0.464822800167713,0.5,0.255951455205554,0.0,0.0327551281027355,0.5,0.255951455205554,0.0,0.017271471847631,0.255951455205554,0.0,0.312131233417701,0.0,0.139193220315913,0.255951455205554,0.0,0.15997220683226,0.5,0.255951455205554,0.0,0.171663578283672,0.255951455205554,0.0,0.0725754373661983,0.255951455205554,0.0,0.103469192301198,0.255951455205554,0.0,0.0138694877040433,0.0,0.0892711535153194 -3864,0.255951455205554,0.0,0.161987569407854,0.255951455205554,0.0,0.0332976499024203,0.255951455205554,0.0,0.21646074942931,0.255951455205554,0.0,0.407972493167194,0.255951455205554,0.0,0.363242252745492,0.255951455205554,0.0,0.650667874290059,0.5,0.255951455205554,0.0,0.430142855556391,0.5,0.255951455205554,0.0,0.0559431751898031,0.5,0.255951455205554,0.0,0.0255230465564766,0.255951455205554,0.0,0.289790763669944,0.0,0.136002684385697,0.255951455205554,0.0,0.156366464469126,0.5,0.255951455205554,0.0,0.165723387294401,0.255951455205554,0.0,0.0707062969162372,0.255951455205554,0.0,0.074297235422228,0.255951455205554,0.0,0.0256653780964357,0.0,0.0681495716480281 -3865,0.255951455205554,0.0,0.11656542678064,0.255951455205554,0.0,0.118414395050403,0.255951455205554,0.0,0.190088489386827,0.255951455205554,0.0,0.256315175873701,0.255951455205554,0.0,0.3271679181403,0.255951455205554,0.0,0.687546178344056,0.5,0.255951455205554,0.0,0.368943705581378,0.5,0.255951455205554,0.0,0.100870405298369,0.5,0.255951455205554,0.0,0.0523323360305391,0.255951455205554,0.0,0.263475124068708,0.0,0.139533523709768,0.255951455205554,0.0,0.144850977513138,0.5,0.255951455205554,0.0,0.141678094263404,0.255951455205554,0.0,0.0721526868138808,0.255951455205554,0.0,0.0474526228490124,0.255951455205554,0.0,0.0815639707566074,0.0,0.0467610269108675 -3866,0.255951455205554,0.0,0.0671683691284614,0.255951455205554,0.0,0.0961785919396274,0.255951455205554,0.0,0.143631634583308,0.255951455205554,0.0,0.12116812385756,0.255951455205554,0.0,0.297428753924209,0.255951455205554,0.0,0.572331543278763,0.5,0.255951455205554,0.0,0.334028425995336,0.5,0.255951455205554,0.0,0.162568532578957,0.5,0.255951455205554,0.0,0.101673133344509,0.255951455205554,0.0,0.218556587156381,0.0,0.121998400510697,0.255951455205554,0.0,0.119428940785446,0.5,0.255951455205554,0.0,0.10837435248237,0.255951455205554,0.0,0.0591777883940253,0.255951455205554,0.0,0.0230324612374959,0.255951455205554,0.0,0.182164645466403,0.0,0.0332525918466361 -3867,0.255951455205554,0.0,0.0746365507307266,0.255951455205554,0.0,0.0926577257284333,0.255951455205554,0.0,0.121519303403516,0.255951455205554,0.0,0.0889760710844097,0.255951455205554,0.0,0.227609476145968,0.255951455205554,0.0,0.470688747489564,0.5,0.255951455205554,0.0,0.315370519802725,0.5,0.255951455205554,0.0,0.217755984156666,0.5,0.255951455205554,0.0,0.157652065909015,0.255951455205554,0.0,0.198262511333612,0.0,0.113900777207515,0.255951455205554,0.0,0.0931597229283777,0.5,0.255951455205554,0.0,0.0925872845420422,0.255951455205554,0.0,0.0439372088483542,0.255951455205554,0.0,0.0312894868373504,0.255951455205554,0.0,0.24072466384161,0.0,0.0372903069040294 -3868,0.255951455205554,0.0,0.0803516885696508,0.255951455205554,0.0,0.120863457573245,0.255951455205554,0.0,0.112392466066053,0.255951455205554,0.0,0.0854357079231309,0.255951455205554,0.0,0.164442004158763,0.255951455205554,0.0,0.38865563818665,0.5,0.255951455205554,0.0,0.309519268251855,0.5,0.255951455205554,0.0,0.281919664854252,0.5,0.255951455205554,0.0,0.195146422014584,0.255951455205554,0.0,0.201044797175542,0.0,0.0989326403015322,0.255951455205554,0.0,0.0747758661239256,0.5,0.255951455205554,0.0,0.085470388347416,0.255951455205554,0.0,0.0328486978749179,0.255951455205554,0.0,0.0586938907610625,0.255951455205554,0.0,0.264038887742119,0.0,0.0405129781988116 -3869,0.255951455205554,0.00428568137060755,0.0706875078969724,0.255951455205554,0.00402323910491915,0.125249534900003,0.255951455205554,0.00232665562233943,0.109499614440124,0.255951455205554,0.0027041297358619,0.0922888086511736,0.255951455205554,0.000490763054303998,0.131492354164215,0.255951455205554,0.000668319787648494,0.312847369781878,0.5,0.255951455205554,2.08767830718843e-08,0.273884459788129,0.5,0.255951455205554,3.70982503885847e-06,0.280974588872589,0.5,0.255951455205554,0.00141270883712247,0.174619519183999,0.255951455205554,0.0,0.184418282966063,0.0120947590085117,0.0960224770684967,0.255951455205554,0.0119776482174256,0.0590574385418957,0.5,0.255951455205554,0.0144975227352738,0.071688152702233,0.255951455205554,0.00697248918338664,0.021724027812817,0.255951455205554,0.0046007876129538,0.0992111597311405,0.255951455205554,0.00255186062886393,0.263363721975587,0.0053647027970358,0.0347780492065093 -3870,0.255951455205554,0.0492374180089462,0.0810450305735952,0.255951455205554,0.0528976116141787,0.190824524145037,0.255951455205554,0.050191290288799,0.131890374488353,0.255951455205554,0.0514977242516276,0.100585000519222,0.255951455205554,0.0435602617477636,0.137200407611044,0.255951455205554,0.0318462733775253,0.304486844935273,0.5,0.255951455205554,0.0242273117545771,0.209509126128854,0.5,0.255951455205554,0.00321568432439429,0.248855788000928,0.5,0.255951455205554,0.0429551588025412,0.199321603080292,0.255951455205554,0.0248833373083916,0.134417930851277,0.0714508196400655,0.0742804714698273,0.255951455205554,0.0719386081311569,0.0563984054374433,0.5,0.255951455205554,0.0729514263856791,0.0586278332971033,0.255951455205554,0.0678017892460942,0.0163150832067302,0.255951455205554,0.0602816805253705,0.181773518681437,0.255951455205554,0.0440987209473348,0.260803231021586,0.0581545648060191,0.0427205964255997 -3871,0.255951455205554,0.11836880143964,0.113597975755254,0.255951455205554,0.124995787109601,0.296800274672017,0.255951455205554,0.12225372896477,0.190941282285534,0.255951455205554,0.124559251486071,0.141581617868815,0.255951455205554,0.116163321065643,0.164236599024633,0.255951455205554,0.092823222549673,0.306243661424878,0.5,0.255951455205554,0.0848280566210478,0.181224118831954,0.5,0.255951455205554,0.0165026645968413,0.232193740837984,0.5,0.255951455205554,0.102937356502626,0.240661202186697,0.255951455205554,0.0936373719735891,0.128466477060641,0.15709724202626,0.0565638731757039,0.255951455205554,0.157532164453736,0.0537708036007889,0.5,0.255951455205554,0.154804470875273,0.0603960077916086,0.255951455205554,0.1521848867161,0.0320928683026765,0.255951455205554,0.141200663473471,0.330181679864808,0.255951455205554,0.111136770319542,0.271780720679199,0.122726144908032,0.0507527508123247 -3872,0.255951455205554,0.226272821662034,0.146260274898912,0.255951455205554,0.235427463845474,0.301140439687192,0.255951455205554,0.230214740117709,0.225364397888356,0.255951455205554,0.237716964023507,0.148744017061962,0.255951455205554,0.224109597964149,0.176841740653118,0.255951455205554,0.17928773344896,0.311915403018445,0.5,0.255951455205554,0.176777262275509,0.186167607691853,0.5,0.255951455205554,0.0402530991737856,0.229988453259796,0.5,0.255951455205554,0.18031600923414,0.250287203891259,0.255951455205554,0.197137137134762,0.143437342823656,0.269247522347893,0.0817988085232371,0.255951455205554,0.27031240592585,0.052526997025533,0.5,0.255951455205554,0.261782099836679,0.0731944760376806,0.255951455205554,0.263010786648591,0.0633019486281737,0.255951455205554,0.251247879710486,0.441925369707503,0.255951455205554,0.199595174624844,0.312622945346491,0.21306134501639,0.0380275755103821 -3873,0.255951455205554,0.357007360156509,0.1842129655225,0.255951455205554,0.353899585488002,0.308446532632428,0.255951455205554,0.348858940733872,0.238614863156579,0.255951455205554,0.361596805329966,0.150840171530528,0.255951455205554,0.347455597246314,0.210900667204927,0.255951455205554,0.277625275975178,0.318498487580591,0.5,0.255951455205554,0.283546795420766,0.224646486697275,0.5,0.255951455205554,0.0805237550188563,0.235003367170032,0.5,0.255951455205554,0.265961762077708,0.264153724353337,0.255951455205554,0.322403433777777,0.170749437279315,0.38833767152453,0.0524156660972303,0.255951455205554,0.392385427697546,0.0482878506248792,0.5,0.255951455205554,0.368889086309397,0.0815648142989644,0.255951455205554,0.382119184024904,0.093579999116353,0.255951455205554,0.367220106639696,0.532480102637297,0.255951455205554,0.300097872009733,0.378974174786648,0.329549517732373,0.0304247666589647 -3874,0.255951455205554,0.485722278470434,0.21536766947493,0.255951455205554,0.470080986915095,0.398384638223774,0.255951455205554,0.474978504842772,0.264005920086433,0.255951455205554,0.49286958903261,0.186161835928538,0.255951455205554,0.484307376011517,0.262404241881739,0.255951455205554,0.382580935466166,0.335719340703092,0.5,0.255951455205554,0.403101941081891,0.227427071088235,0.5,0.255951455205554,0.138565754439049,0.251072566462556,0.5,0.255951455205554,0.35101308317487,0.282839731805919,0.255951455205554,0.459376895357687,0.189788305107653,0.508934869885403,0.0172920527050894,0.255951455205554,0.512086092245067,0.0735201716937212,0.5,0.255951455205554,0.46359322059445,0.104893701867071,0.255951455205554,0.495277520942718,0.124845087138363,0.255951455205554,0.473596667134412,0.603998613747776,0.255951455205554,0.387281179501494,0.391004294984616,0.502421793956229,0.0413646447737411 -3875,0.255951455205554,0.584363933059364,0.270100351149913,0.255951455205554,0.581145078641341,0.506172874095859,0.255951455205554,0.576930330702486,0.315025919709856,0.255951455205554,0.600268303697832,0.273060209031034,0.255951455205554,0.600635962171921,0.317762683337418,0.255951455205554,0.476613165676938,0.358405385768243,0.5,0.255951455205554,0.510659789436388,0.23894218695234,0.5,0.255951455205554,0.204456645441496,0.275996600549592,0.5,0.255951455205554,0.410379364422935,0.325962691722703,0.255951455205554,0.566758827513394,0.165189345592218,0.592368636362686,0.000849327103979482,0.255951455205554,0.597437081792941,0.11653142526442,0.5,0.255951455205554,0.488212026917033,0.143632860786043,0.255951455205554,0.578802396819403,0.154417965183537,0.255951455205554,0.553833644710252,0.665378346260228,0.255951455205554,0.460981346155642,0.458928152882554,0.609621004717783,0.0589164461752255 -3876,0.255951455205554,0.649228557695939,0.335020540630806,0.255951455205554,0.649707810613312,0.591597186070433,0.255951455205554,0.634236152073302,0.345041034643561,0.255951455205554,0.663850707242809,0.338252160604534,0.255951455205554,0.671223379392554,0.363455279713957,0.255951455205554,0.548951056233174,0.400353089544696,0.5,0.255951455205554,0.600668202750147,0.274407925666341,0.5,0.255951455205554,0.255467824794216,0.303631122372143,0.5,0.255951455205554,0.425766536865778,0.378291502614893,0.255951455205554,0.633632510374939,0.191396206777819,0.631351999394941,0.0,0.255951455205554,0.633587960485864,0.167658197466979,0.5,0.255951455205554,0.469192467917043,0.174753300100655,0.255951455205554,0.622026430702051,0.194561265645771,0.255951455205554,0.554608668060185,0.696013318122241,0.255951455205554,0.482604796444182,0.509704597467977,0.670447983719928,0.0780544197383334 -3877,0.255951455205554,0.679250429623581,0.379208994312066,0.255951455205554,0.674732175719463,0.614706124980089,0.255951455205554,0.662221503741471,0.36329137318792,0.255951455205554,0.690574314852007,0.379592686254943,0.255951455205554,0.700201481944193,0.37451976123315,0.255951455205554,0.595366716253437,0.433318202535185,0.5,0.255951455205554,0.650006259494477,0.295844769201223,0.5,0.255951455205554,0.286102674722342,0.333484047365531,0.5,0.255951455205554,0.403228336706776,0.415667223676023,0.255951455205554,0.670455080686551,0.203043792717221,0.6247204477523,0.0055152190891118,0.255951455205554,0.615172341262248,0.209602381069645,0.5,0.255951455205554,0.404394841597792,0.19053664748103,0.255951455205554,0.629940450378855,0.234940074815673,0.255951455205554,0.472753685941432,0.668968638813253,0.255951455205554,0.441049371824021,0.565539917991998,0.666845684155602,0.0945581245386072 -3878,0.255951455205554,0.669780100291713,0.389910522399198,0.255951455205554,0.665299926373866,0.606819981922132,0.255951455205554,0.655315960492736,0.370302029096585,0.255951455205554,0.674612384916732,0.379412314402315,0.255951455205554,0.690163171688202,0.357262083628423,0.255951455205554,0.613977270880802,0.441878434927211,0.5,0.255951455205554,0.654123574746171,0.281844605858391,0.5,0.255951455205554,0.283161492094356,0.350797922111961,0.5,0.255951455205554,0.373294702777154,0.44728953518637,0.255951455205554,0.658227491374087,0.196141309961042,0.578997756577193,0.0400517854171638,0.255951455205554,0.55588278781902,0.242782082171649,0.5,0.255951455205554,0.325846756946765,0.197466694868711,0.255951455205554,0.594548728770083,0.27155642107994,0.255951455205554,0.397111974785568,0.622135730579684,0.255951455205554,0.378729718375596,0.569351718865323,0.618617108433637,0.0959782310842516 -3879,0.255951455205554,0.616097690893208,0.361379004628652,0.255951455205554,0.609805506695009,0.601467542506652,0.255951455205554,0.606091894152843,0.359596541976432,0.255951455205554,0.605850623223201,0.33545192635611,0.255951455205554,0.635778904303077,0.323214788364946,0.255951455205554,0.580874843248253,0.43310220934474,0.5,0.255951455205554,0.612853303622602,0.280851543649826,0.5,0.255951455205554,0.261559792879952,0.329425618325707,0.5,0.255951455205554,0.319782166542125,0.453499020451955,0.255951455205554,0.60334068136068,0.197190820767547,0.515549338645578,0.0908529006613415,0.255951455205554,0.472178375026154,0.271749671264308,0.5,0.255951455205554,0.253090842801793,0.240250463064664,0.255951455205554,0.492929048451481,0.300380615691303,0.255951455205554,0.333995820817224,0.551739101010155,0.255951455205554,0.302833018814335,0.508360869967352,0.546349417560653,0.0938794884929333 -3880,0.255951455205554,0.511046317676241,0.321986278613805,0.255951455205554,0.507319789129564,0.612837859614184,0.255951455205554,0.505081606804654,0.344445533514542,0.255951455205554,0.504672450357907,0.290470853029476,0.255951455205554,0.532896267119325,0.293332787292097,0.255951455205554,0.493146363041234,0.408912196284925,0.5,0.255951455205554,0.517577316790386,0.27920566869054,0.5,0.255951455205554,0.215158992985237,0.28120620549575,0.5,0.255951455205554,0.246655740877785,0.414746227904413,0.255951455205554,0.512935431861,0.191135418528356,0.403320741345332,0.132742461467939,0.255951455205554,0.340120729201106,0.276799821579608,0.5,0.255951455205554,0.204057521984041,0.285626058335309,0.255951455205554,0.332967799955185,0.331235361487791,0.255951455205554,0.265248591457178,0.449783040366108,0.255951455205554,0.246741666773029,0.426295815551829,0.456696388656949,0.0919452185345887 -3881,0.255951455205554,0.384125125657514,0.280819781397997,0.255951455205554,0.379187058031033,0.61838582603872,0.255951455205554,0.376280197484715,0.323361781452995,0.255951455205554,0.379483961077108,0.254992892062235,0.255951455205554,0.397488520777737,0.267441137527446,0.255951455205554,0.370974222404267,0.356224782681469,0.5,0.255951455205554,0.385967656406955,0.275373308565863,0.5,0.255951455205554,0.172970151758956,0.205484767636646,0.5,0.255951455205554,0.171840479365384,0.369564422333404,0.255951455205554,0.388810510479036,0.198231599152524,0.256402350932538,0.417787809301238,0.255951455205554,0.22531131380478,0.292262794909185,0.5,0.255951455205554,0.159737976234018,0.31050412536843,0.255951455205554,0.214167484726149,0.340011557732372,0.255951455205554,0.205928190710166,0.345452260087564,0.255951455205554,0.197336585003549,0.316473093702852,0.351239604008854,0.1017177884429 -3882,0.255951455205554,0.264760028096166,0.23177636826947,0.255951455205554,0.259005236557598,0.544050857763279,0.255951455205554,0.257433965055735,0.284177674586826,0.255951455205554,0.254948171269946,0.238749149626223,0.255951455205554,0.268136026783361,0.221771008395884,0.255951455205554,0.247722249392512,0.244537347802713,0.5,0.255951455205554,0.25999980829819,0.227407590789265,0.5,0.255951455205554,0.116081725853495,0.105122181866198,0.5,0.255951455205554,0.104362357134279,0.291782147995942,0.255951455205554,0.262824720345059,0.190558557123924,0.138778679188227,0.736947324568116,0.255951455205554,0.118836410864199,0.340620967037669,0.5,0.255951455205554,0.115526493108917,0.257524740819294,0.255951455205554,0.122463637812205,0.33493448134004,0.255951455205554,0.130359257455058,0.218507096989751,0.255951455205554,0.14485690425792,0.196454179285144,0.253023353088762,0.130801337143498 -3883,0.255951455205554,0.140714041419537,0.167480929259679,0.255951455205554,0.135578474815108,0.350693164429038,0.255951455205554,0.136574395041995,0.202772774280456,0.255951455205554,0.130288384761184,0.213423711565671,0.255951455205554,0.141767356155831,0.123815834259736,0.255951455205554,0.125240613562124,0.112189030822994,0.5,0.255951455205554,0.136672903351872,0.111103745548926,0.5,0.255951455205554,0.0557561956771193,0.0495002180483658,0.5,0.255951455205554,0.0506809399995234,0.200641240273424,0.255951455205554,0.139184070990802,0.0999328047257775,0.0526799177089225,0.717975037411643,0.255951455205554,0.0492390981094906,0.393661346151437,0.5,0.255951455205554,0.0671064503859668,0.195617461231538,0.255951455205554,0.058574881553302,0.333794112959065,0.255951455205554,0.0732679306019542,0.119591018455566,0.255951455205554,0.0787232024451075,0.103987483298185,0.139868879319208,0.125634002795065 -3884,0.255951455205554,0.0436616816763225,0.103805999580452,0.255951455205554,0.0354785280656233,0.142286280952086,0.255951455205554,0.0388003304506165,0.127888040308561,0.255951455205554,0.0401671949042844,0.135788645135254,0.255951455205554,0.0367753759269826,0.0879436182895345,0.255951455205554,0.0308050583082341,0.0845367638377964,0.5,0.255951455205554,0.0312811127192644,0.093200564655995,0.5,0.255951455205554,0.011602742219528,0.0333288698965134,0.5,0.255951455205554,0.00317073719008687,0.126228320690706,0.255951455205554,0.0306020530876312,0.101488628592568,0.00289164759682651,0.503070408337671,0.255951455205554,0.00690598310048842,0.364135852170619,0.5,0.255951455205554,0.0188030027738961,0.148785794667531,0.255951455205554,0.00471357980228819,0.271361967515427,0.255951455205554,0.0179476883535576,0.0938063827233612,0.255951455205554,0.0177270634017723,0.0690086902216974,0.043338283121997,0.126872627717035 -3885,0.255951455205554,0.0,0.0847151002666825,0.255951455205554,0.0,0.0856589152996808,0.255951455205554,0.0,0.0891108314960805,0.255951455205554,0.0,0.0736787594140549,0.255951455205554,0.0,0.0836393522247124,0.255951455205554,0.0,0.0701245350387578,0.5,0.255951455205554,0.0,0.0878052773513354,0.5,0.255951455205554,0.0,0.036584244862353,0.5,0.255951455205554,0.0,0.0922623085389233,0.255951455205554,0.0,0.105018670017183,0.0,0.294438838307941,0.255951455205554,0.0,0.333535682948414,0.5,0.255951455205554,0.0,0.128725583673171,0.255951455205554,0.0,0.223588717116406,0.255951455205554,0.0,0.110570643411596,0.255951455205554,0.0,0.0643435663991824,0.0,0.0981797194108735 -3886,0.255951455205554,0.0,0.0944175797183397,0.255951455205554,0.0,0.0781180900857392,0.255951455205554,0.0,0.0689529953633257,0.255951455205554,0.0,0.0656795230246077,0.255951455205554,0.0,0.0688991430161348,0.255951455205554,0.0,0.0574347578819819,0.5,0.255951455205554,0.0,0.0829078646801086,0.5,0.255951455205554,0.0,0.0419307231253571,0.5,0.255951455205554,0.0,0.0845813179493597,0.255951455205554,0.0,0.0983212825671866,0.0,0.193364719923082,0.255951455205554,0.0,0.277944589606801,0.5,0.255951455205554,0.0,0.11144005425492,0.255951455205554,0.0,0.220082333835899,0.255951455205554,0.0,0.129778876195245,0.255951455205554,0.0,0.0667483651438766,0.0,0.0675514112297594 -3887,0.255951455205554,0.0,0.0765676127752068,0.255951455205554,0.0,0.0720467591025335,0.255951455205554,0.0,0.0488167746002639,0.255951455205554,0.0,0.0496417844632684,0.255951455205554,0.0,0.0523195636724051,0.255951455205554,0.0,0.0520569459232128,0.5,0.255951455205554,0.0,0.0763405455532604,0.5,0.255951455205554,0.0,0.0453109575554063,0.5,0.255951455205554,0.0,0.0821945561846677,0.255951455205554,0.0,0.0788202739896265,0.0,0.171173514538105,0.255951455205554,0.0,0.250313549271403,0.5,0.255951455205554,0.0,0.091320998724225,0.255951455205554,0.0,0.23999387076743,0.255951455205554,0.0,0.131702823477208,0.255951455205554,0.0,0.0701721820345763,0.0,0.0709293396577339 -3888,0.255951455205554,0.0,0.0730430092468215,0.255951455205554,0.0,0.0514330451180372,0.255951455205554,0.0,0.0401348328270348,0.255951455205554,0.0,0.0328101016302612,0.255951455205554,0.0,0.036568805778045,0.255951455205554,0.0,0.050586216382947,0.5,0.255951455205554,0.0,0.0695395464261376,0.5,0.255951455205554,0.0,0.0429745128789054,0.5,0.255951455205554,0.0,0.0699713299200103,0.255951455205554,0.0,0.0677634408514868,0.0,0.182298390385832,0.255951455205554,0.0,0.19478828280357,0.5,0.255951455205554,0.0,0.0804500101659716,0.255951455205554,0.0,0.230019458967227,0.255951455205554,0.0,0.119471468662286,0.255951455205554,0.0,0.0677894291337893,0.0,0.062674057590612 -3889,0.255951455205554,0.0,0.0907553560396293,0.255951455205554,0.0,0.0378476940776142,0.255951455205554,0.0,0.0392293311478307,0.255951455205554,0.0,0.0428563397646942,0.255951455205554,0.0,0.0214876666559042,0.255951455205554,0.0,0.0457683724399413,0.5,0.255951455205554,0.0,0.0645551151235645,0.5,0.255951455205554,0.0,0.0348932133495482,0.5,0.255951455205554,0.0,0.0573973051776488,0.255951455205554,0.0,0.071393173267041,0.0,0.148215629510764,0.255951455205554,0.0,0.164122694632938,0.5,0.255951455205554,0.0,0.0675885165408983,0.255951455205554,0.0,0.179301918808953,0.255951455205554,0.0,0.10726368348354,0.255951455205554,0.0,0.0524123118323089,0.0,0.0609818782449294 -3890,0.255951455205554,0.0,0.104097553529693,0.255951455205554,0.0,0.0504500872120786,0.255951455205554,0.0,0.0383619033457046,0.255951455205554,0.0,0.0464985374721366,0.255951455205554,0.0,0.0137819566709887,0.255951455205554,0.0,0.0392710813136032,0.5,0.255951455205554,0.0,0.0555774213939316,0.5,0.255951455205554,0.0,0.0258193092293429,0.5,0.255951455205554,0.0,0.0495068560637407,0.255951455205554,0.0,0.0697198576233066,0.0,0.103925760086731,0.255951455205554,0.0,0.143224654752277,0.5,0.255951455205554,0.0,0.0511318009932529,0.255951455205554,0.0,0.148576741311163,0.255951455205554,0.0,0.0906771971832949,0.255951455205554,0.0,0.0370820785422973,0.0,0.0687543710429851 -3891,0.255951455205554,0.0,0.121612761330933,0.255951455205554,0.0,0.0414088896915992,0.255951455205554,0.0,0.0400517602950115,0.255951455205554,0.0,0.0491804241023709,0.255951455205554,0.0,0.00971887441363236,0.255951455205554,0.0,0.0340432026257852,0.5,0.255951455205554,0.0,0.0503057231096197,0.5,0.255951455205554,0.0,0.0242625437859301,0.5,0.255951455205554,0.0,0.0459911142230437,0.255951455205554,0.0,0.0621830051141239,0.0,0.0743982911604002,0.255951455205554,0.0,0.113895819475287,0.5,0.255951455205554,0.0,0.052040823459434,0.255951455205554,0.0,0.137918233077031,0.255951455205554,0.0,0.0776306862039334,0.255951455205554,0.0,0.0283818086355338,0.0,0.0732836635039287 -3892,0.255951455205554,0.0,0.141276266047415,0.255951455205554,0.0,0.038630224088106,0.255951455205554,0.0,0.0402410067756105,0.255951455205554,0.0,0.0560901801385995,0.255951455205554,0.0,0.00833979422100822,0.255951455205554,0.0,0.0302541295508385,0.5,0.255951455205554,0.0,0.0461879777506202,0.5,0.255951455205554,0.0,0.024606844261993,0.5,0.255951455205554,0.0,0.0460822780925602,0.255951455205554,0.0,0.0595031808624885,0.0,0.0565548496223095,0.255951455205554,0.0,0.0887233200667927,0.5,0.255951455205554,0.0,0.055122770637433,0.255951455205554,0.0,0.135711326103299,0.255951455205554,0.0,0.0744424918347815,0.255951455205554,0.0,0.0227933925390056,0.0,0.0828002466392778 -3893,0.255951455205554,0.0032430316001048,0.159523233197695,0.255951455205554,0.00445561907674247,0.039397555426587,0.255951455205554,0.00321210640965085,0.038505304630348,0.255951455205554,0.00374701748189125,0.0551016236674709,0.255951455205554,0.000854895621445572,0.00724149723677494,0.255951455205554,0.0010598831705579,0.0247607392056485,0.5,0.255951455205554,1.0349957174602e-07,0.0401023795314903,0.5,0.255951455205554,2.48624318231403e-05,0.0254276129733081,0.5,0.255951455205554,0.000843772637275911,0.0462142081274885,0.255951455205554,0.0,0.0552779069770909,0.0134921185989316,0.0514163830307974,0.255951455205554,0.012537432832773,0.0717503123643525,0.5,0.255951455205554,0.016097070088819,0.0543140097220426,0.255951455205554,0.00589149871059078,0.142059863904674,0.255951455205554,0.00535917781134464,0.0644026481009083,0.255951455205554,0.00352089080618602,0.0186505673604572,0.00480289589804249,0.118159065513094 -3894,0.255951455205554,0.0245161630646062,0.199440382287923,0.255951455205554,0.0474299574366369,0.0664463474312868,0.255951455205554,0.056566080920457,0.0403411879912526,0.255951455205554,0.0578404206779386,0.0544893736866659,0.255951455205554,0.0488147448550104,0.00647979997881124,0.255951455205554,0.0500406998800702,0.0193564818868498,0.5,0.255951455205554,0.0392118326315314,0.0338600917480844,0.5,0.255951455205554,0.025313440743465,0.0279316523771657,0.5,0.255951455205554,0.0260842975988103,0.0560046976765885,0.255951455205554,0.03338344629843,0.0464719040159721,0.0755341712178387,0.0773097867969402,0.255951455205554,0.0744146642117685,0.0936074074612101,0.5,0.255951455205554,0.0766022177114508,0.0790210788896954,0.255951455205554,0.0669482722067965,0.181626955412835,0.255951455205554,0.0665549126576435,0.0738187814262232,0.255951455205554,0.0603009147079371,0.0212616045514509,0.0255474979398558,0.184063448236576 -3895,0.255951455205554,0.0568560449750613,0.270443825100766,0.255951455205554,0.0715145855791853,0.140109070759707,0.255951455205554,0.127265759113295,0.0854394665539786,0.255951455205554,0.12717793883629,0.105888331581539,0.255951455205554,0.122544108047059,0.0182586319701851,0.255951455205554,0.126298849672511,0.0289827159556735,0.5,0.255951455205554,0.112020414292475,0.0482865502705491,0.5,0.255951455205554,0.0730569583745969,0.0486777260891204,0.5,0.255951455205554,0.063440684244263,0.0979790258532646,0.255951455205554,0.103166019334476,0.067180545840074,0.164698274261577,0.131234456761081,0.255951455205554,0.164429873112298,0.152089939302398,0.5,0.255951455205554,0.160892424367027,0.19363877434476,0.255951455205554,0.156396102374643,0.225527085616751,0.255951455205554,0.15162177332705,0.141650086728088,0.255951455205554,0.143309167020262,0.0365349710768705,0.0377520250331462,0.249104722103093 -3896,0.255951455205554,0.101997391872895,0.295243546615994,0.255951455205554,0.100567596863801,0.312570620655552,0.255951455205554,0.225701530896669,0.167944711301427,0.255951455205554,0.208832986482031,0.200261265192311,0.255951455205554,0.23798464752027,0.0488531838987702,0.255951455205554,0.241491088425899,0.0604209469747121,0.5,0.255951455205554,0.222577990759319,0.0980245539931851,0.5,0.255951455205554,0.135670602554847,0.0816804475447017,0.5,0.255951455205554,0.116179116022456,0.131805584694152,0.255951455205554,0.205766765365157,0.152677084170996,0.284019937277384,0.140652103222831,0.255951455205554,0.283505133264998,0.175239684258732,0.5,0.255951455205554,0.266783416288237,0.297868182767247,0.255951455205554,0.277344354004887,0.250458224920106,0.255951455205554,0.273012625950828,0.181353606297469,0.255951455205554,0.264150579319255,0.0520211987874393,0.0702764072585623,0.237081113368828 -3897,0.255951455205554,0.176737508991886,0.343606540315258,0.255951455205554,0.0867576265221824,0.318709061036201,0.255951455205554,0.290078371530535,0.21149641392921,0.255951455205554,0.207367605935195,0.239320830029923,0.255951455205554,0.356430197259393,0.0873928566378884,0.255951455205554,0.36545600125825,0.0917896969040113,0.5,0.255951455205554,0.346146903967829,0.139059919137517,0.5,0.255951455205554,0.20552834917,0.0978613690535527,0.5,0.255951455205554,0.183637058517132,0.140885152948423,0.255951455205554,0.320448303925815,0.197331824419837,0.41005058104697,0.172670150662253,0.255951455205554,0.402407306729725,0.207321633943995,0.5,0.255951455205554,0.315693982292483,0.37458545043944,0.255951455205554,0.409179734179965,0.256972793389584,0.255951455205554,0.403236885976734,0.231116714086513,0.255951455205554,0.396129810890254,0.0710172785201607,0.147661362534308,0.17906630274757 -3898,0.255951455205554,0.272782021471126,0.435154871491704,0.255951455205554,0.140048811717872,0.322385369245793,0.255951455205554,0.284878154947865,0.213056778917964,0.255951455205554,0.162742949850378,0.227478621020219,0.255951455205554,0.475144232307784,0.116663039874197,0.255951455205554,0.488983947184322,0.108439793578456,0.5,0.255951455205554,0.478586560969189,0.167133708519779,0.5,0.255951455205554,0.290556557452682,0.100384930960285,0.5,0.255951455205554,0.274075099440057,0.12561639816308,0.255951455205554,0.446880416452999,0.251424144800156,0.517769823523422,0.19048590015942,0.255951455205554,0.49336592389912,0.251972317131698,0.5,0.255951455205554,0.302806026633193,0.468444429721178,0.255951455205554,0.536912818872908,0.259774760534535,0.255951455205554,0.530575815159241,0.269306064468765,0.255951455205554,0.528659094200171,0.0898231048275895,0.270641771608128,0.139168386172549 -3899,0.255951455205554,0.337258633957697,0.504301198516685,0.255951455205554,0.204934644274567,0.321991142457738,0.255951455205554,0.240062962873155,0.216765023437609,0.255951455205554,0.210441025311226,0.246277525870849,0.255951455205554,0.550397714279659,0.130780961873352,0.255951455205554,0.570441673980384,0.108336588425666,0.5,0.255951455205554,0.588846450082403,0.159175626537593,0.5,0.255951455205554,0.355480223676045,0.0977069378701434,0.5,0.255951455205554,0.358712838099855,0.103447587666238,0.255951455205554,0.560181794647292,0.213299113911427,0.590926833576808,0.281572394266742,0.255951455205554,0.519497287696857,0.307054268210748,0.5,0.255951455205554,0.250368658319718,0.513416178745706,0.255951455205554,0.631373852828991,0.283734628230349,0.255951455205554,0.615511324272835,0.311830922930143,0.255951455205554,0.617640037733966,0.11037827483722,0.450153634244394,0.19185880911534 -3900,0.255951455205554,0.367012470591517,0.506384237382236,0.255951455205554,0.277883739242245,0.346842049803541,0.255951455205554,0.227368010291203,0.222536744198525,0.255951455205554,0.119374760392746,0.255465009392842,0.255951455205554,0.536287986121853,0.155684221851868,0.255951455205554,0.628134672712108,0.114928630851544,0.5,0.255951455205554,0.648842443287608,0.138532513886165,0.5,0.255951455205554,0.364256226566844,0.101065736329446,0.5,0.255951455205554,0.409150265139374,0.0938612402824363,0.255951455205554,0.619513475324145,0.149569833531388,0.610159779527303,0.358606330739043,0.255951455205554,0.542254397292388,0.371267223025499,0.5,0.255951455205554,0.251246077246682,0.535709332955203,0.255951455205554,0.686245354449889,0.301557857113177,0.255951455205554,0.649329374972395,0.359889203380548,0.255951455205554,0.667843658435907,0.116766576065282,0.47425176351737,0.24370396545519 -3901,0.255951455205554,0.403418586197486,0.485369242060701,0.255951455205554,0.356003733407198,0.432740637068306,0.255951455205554,0.265019552831046,0.23055550060523,0.255951455205554,0.121909516194421,0.205701373517098,0.255951455205554,0.489402123662447,0.192655755585777,0.255951455205554,0.659093425930081,0.12690346854543,0.5,0.255951455205554,0.671265773051265,0.121790083944452,0.5,0.255951455205554,0.359388257748502,0.110064661654442,0.5,0.255951455205554,0.436274324108297,0.0984243700419786,0.255951455205554,0.648024432680287,0.115397082274203,0.64207403229902,0.45626945837935,0.255951455205554,0.554901042737189,0.425076250608217,0.5,0.255951455205554,0.293079395018154,0.53430929850432,0.255951455205554,0.704547578609692,0.333569745186267,0.255951455205554,0.646082660862042,0.41141792518816,0.255951455205554,0.690554998864785,0.130854942151302,0.472991666671504,0.213991750844785 -3902,0.255951455205554,0.359711549289581,0.484661153080624,0.255951455205554,0.224179085620352,0.491660890818935,0.255951455205554,0.326791399553513,0.245754959313286,0.255951455205554,0.235092147418417,0.163811913469632,0.255951455205554,0.410750711383036,0.218116235742792,0.255951455205554,0.654830770802767,0.148402837332284,0.5,0.255951455205554,0.661778633814175,0.121423163015263,0.5,0.255951455205554,0.351912803931147,0.114130697361867,0.5,0.255951455205554,0.442960234616206,0.111913136488266,0.255951455205554,0.581331454584698,0.106395586445199,0.57331563368457,0.551882808771191,0.255951455205554,0.499630464609395,0.439675733247611,0.5,0.255951455205554,0.34045077812129,0.506803060165398,0.255951455205554,0.681303871014837,0.358531086300421,0.255951455205554,0.607469770881365,0.451910243407084,0.255951455205554,0.666441942357309,0.157957983585552,0.41702962463174,0.193370142373787 -3903,0.255951455205554,0.299637900521544,0.537412764546298,0.255951455205554,0.121855946862792,0.427933971199597,0.255951455205554,0.335467204378816,0.27126508853683,0.255951455205554,0.410340414177832,0.250045854623127,0.255951455205554,0.366590747111551,0.220743818881624,0.255951455205554,0.579817947748777,0.17165078250191,0.5,0.255951455205554,0.609768691492552,0.122373686559309,0.5,0.255951455205554,0.324103747728759,0.110188247046856,0.5,0.255951455205554,0.419448641625732,0.126668979073631,0.255951455205554,0.5320609480145,0.0948289990914662,0.482886148379501,0.602075868100249,0.255951455205554,0.442844110123252,0.431651291253457,0.5,0.255951455205554,0.369413975079363,0.505133838598058,0.255951455205554,0.605756723986015,0.370401450859229,0.255951455205554,0.531468714954612,0.47871672746938,0.255951455205554,0.603725785030756,0.176563633711847,0.175703091506214,0.23283536784472 -3904,0.255951455205554,0.238551122562867,0.57849263503322,0.255951455205554,0.11707640454561,0.369236442599673,0.255951455205554,0.235197897461722,0.290944015395972,0.255951455205554,0.151523916827228,0.293882555200645,0.255951455205554,0.3735440854631,0.216316329153908,0.255951455205554,0.475003100950821,0.199141007302418,0.5,0.255951455205554,0.515423333538467,0.135814638047515,0.5,0.255951455205554,0.284839483935563,0.107509768675628,0.5,0.255951455205554,0.356153442912807,0.144354103039461,0.255951455205554,0.430107829923727,0.0971492527783457,0.390634855331481,0.558445690002777,0.255951455205554,0.371190746783376,0.419040117729197,0.5,0.255951455205554,0.319051763529993,0.52077627796453,0.255951455205554,0.485569448736516,0.359760062603986,0.255951455205554,0.429430628657927,0.499340552457258,0.255951455205554,0.48817639781589,0.206583012810493,0.171981649776021,0.19837817152273 -3905,0.255951455205554,0.187710642871982,0.595920698468448,0.255951455205554,0.106420997984007,0.326822425225408,0.255951455205554,0.139034531411401,0.280441208016599,0.255951455205554,0.104043564230459,0.313065304452073,0.255951455205554,0.287395162663784,0.200823664575169,0.255951455205554,0.342564129074717,0.234852290005599,0.5,0.255951455205554,0.389017530009883,0.155098973854313,0.5,0.255951455205554,0.226000464921809,0.102846156520959,0.5,0.255951455205554,0.261607836033244,0.148770338345418,0.255951455205554,0.329655431417641,0.104343894683802,0.280807925233485,0.493592697027903,0.255951455205554,0.26867856426072,0.407085148171107,0.5,0.255951455205554,0.191842933676826,0.496843953956959,0.255951455205554,0.347379239712117,0.352961295853337,0.255951455205554,0.316904238265572,0.495822092781613,0.255951455205554,0.354075058526958,0.249501711483331,0.157655939674708,0.157921787926874 -3906,0.255951455205554,0.131849813012785,0.609060122174866,0.255951455205554,0.0939219160487322,0.298297805326865,0.255951455205554,0.0839462473505258,0.246680527981139,0.255951455205554,0.0575708631010881,0.308417598585181,0.255951455205554,0.18460677353616,0.19700660494442,0.255951455205554,0.21818579519851,0.272295971409196,0.5,0.255951455205554,0.262749388823629,0.166553297591766,0.5,0.255951455205554,0.1492169532881,0.0826659060021263,0.5,0.255951455205554,0.16098448137445,0.131721917678437,0.255951455205554,0.228359041660663,0.119257104563268,0.203122833942826,0.455195791221815,0.255951455205554,0.168686405739281,0.370492478460301,0.5,0.255951455205554,0.0837376316103579,0.407480114089,0.255951455205554,0.216332529426838,0.335770281258281,0.255951455205554,0.19495627306613,0.475059909681306,0.255951455205554,0.22669028905435,0.309641911310113,0.194105127056533,0.216223430320187 -3907,0.255951455205554,0.0730966043856903,0.552244595194282,0.255951455205554,0.0867469876122394,0.396364626006659,0.255951455205554,0.0461440345839587,0.202752691258907,0.255951455205554,0.0233685163075131,0.227789739674848,0.255951455205554,0.094543130217538,0.174614040214864,0.255951455205554,0.10732731892441,0.296047886989895,0.5,0.255951455205554,0.137427962485012,0.116700187556875,0.5,0.255951455205554,0.0737619477267686,0.0532845600675107,0.5,0.255951455205554,0.0724759137807724,0.0738996825801759,0.255951455205554,0.132293020939405,0.0845192715731413,0.0983720793983611,0.350214160463707,0.255951455205554,0.0745517085155546,0.320099876853484,0.5,0.255951455205554,0.0405795506313517,0.321767041123822,0.255951455205554,0.0936539117377368,0.302052063774521,0.255951455205554,0.086463282134587,0.432147554973804,0.255951455205554,0.109505538171677,0.363428864361338,0.0891908184604701,0.281005234653037 -3908,0.255951455205554,0.0253009557359349,0.414176584673312,0.255951455205554,0.017024547700232,0.406153791382578,0.255951455205554,0.015492557733619,0.142439942851887,0.255951455205554,0.0117328739675884,0.13493064838412,0.255951455205554,0.0272278582797922,0.111479322130016,0.255951455205554,0.0227322395939195,0.316777264997441,0.5,0.255951455205554,0.0311534957963186,0.131420274724255,0.5,0.255951455205554,0.0155813857351812,0.0535439912685628,0.5,0.255951455205554,0.00517710993024995,0.080288319489607,0.255951455205554,0.0321230239661201,0.118052043953139,0.0168824593777763,0.196666615560977,0.255951455205554,0.00837379335166864,0.229094468667367,0.5,0.255951455205554,0.0135549356276318,0.225704912490966,0.255951455205554,0.00842963040319235,0.272435119659758,0.255951455205554,0.0171195004856594,0.335054730701627,0.255951455205554,0.0211263770919843,0.351799346817069,0.0458627056451518,0.336021372813076 -3909,0.255951455205554,7.08278660908895e-05,0.32501729613696,0.255951455205554,4.70596710582242e-05,0.291835207211244,0.255951455205554,9.2697187878451e-06,0.0993113502491508,0.255951455205554,0.0,0.0998035666141582,0.255951455205554,2.22829815880072e-08,0.0678086556213518,0.255951455205554,0.0,0.286365734145434,0.5,0.255951455205554,0.0,0.160853036525397,0.5,0.255951455205554,0.0,0.075732753897607,0.5,0.255951455205554,0.0,0.127856948161091,0.255951455205554,0.0,0.162263633449037,0.0,0.103183109245929,0.255951455205554,0.0,0.177407911477645,0.5,0.255951455205554,0.0,0.190325181003662,0.255951455205554,0.0,0.212405782187263,0.255951455205554,0.0,0.25186500936649,0.255951455205554,0.0,0.255553246978517,0.0,0.388202400963887 -3910,0.255951455205554,0.0,0.310150177956381,0.255951455205554,0.0,0.171575456342589,0.255951455205554,0.0,0.0901613639563017,0.255951455205554,0.0,0.109378239540128,0.255951455205554,0.0,0.0504925762929727,0.255951455205554,0.0,0.213230968639801,0.5,0.255951455205554,0.0,0.166067562338731,0.5,0.255951455205554,0.0,0.127729157826152,0.5,0.255951455205554,0.0,0.197738444557634,0.255951455205554,0.0,0.206163218776345,0.0,0.161598626751246,0.255951455205554,0.0,0.148249514062549,0.5,0.255951455205554,0.0,0.230725026426144,0.255951455205554,0.0,0.151439331314749,0.255951455205554,0.0,0.207105808038257,0.255951455205554,0.0,0.183902860934542,0.0,0.477354152021585 -3911,0.255951455205554,0.0,0.297836890645564,0.255951455205554,0.0,0.124533080309728,0.255951455205554,0.0,0.0915248303978216,0.255951455205554,0.0,0.116163813516663,0.255951455205554,0.0,0.037791708120693,0.255951455205554,0.0,0.141155720668971,0.5,0.255951455205554,0.0,0.155251230738831,0.5,0.255951455205554,0.0,0.178857425807133,0.5,0.255951455205554,0.0,0.216271522595018,0.255951455205554,0.0,0.226670700375715,0.0,0.223944335765563,0.255951455205554,0.0,0.146490253501623,0.5,0.255951455205554,0.0,0.300746029848104,0.255951455205554,0.0,0.111848144449125,0.255951455205554,0.0,0.183496767104968,0.255951455205554,0.0,0.145993836649496,0.0,0.506936267243321 -3912,0.255951455205554,0.0,0.285072804362895,0.255951455205554,0.0,0.116903070894303,0.255951455205554,0.0,0.0984058915138312,0.255951455205554,0.0,0.124045019254444,0.255951455205554,0.0,0.026333828684873,0.255951455205554,0.0,0.0901459269389508,0.5,0.255951455205554,0.0,0.119326424235308,0.5,0.255951455205554,0.0,0.158727926727688,0.5,0.255951455205554,0.0,0.18156929028065,0.255951455205554,0.0,0.203443494777971,0.0,0.212356222088252,0.255951455205554,0.0,0.16868737530252,0.5,0.255951455205554,0.0,0.350446019831006,0.255951455205554,0.0,0.100801464270862,0.255951455205554,0.0,0.156756909564911,0.255951455205554,0.0,0.123065297113002,0.0,0.493317628601868 -3913,0.255951455205554,0.0,0.267350202094535,0.255951455205554,0.0,0.125298732542616,0.255951455205554,0.0,0.108988928153162,0.255951455205554,0.0,0.140744535585575,0.255951455205554,0.0,0.0182542563835719,0.255951455205554,0.0,0.0542988384688222,0.5,0.255951455205554,0.0,0.0865712430823456,0.5,0.255951455205554,0.0,0.130510774465189,0.5,0.255951455205554,0.0,0.135500468966284,0.255951455205554,0.0,0.164453962745602,0.0,0.192609765154624,0.255951455205554,0.0,0.204248853284446,0.5,0.255951455205554,0.0,0.379849877862066,0.255951455205554,0.0,0.11597971368743,0.255951455205554,0.0,0.148650662248599,0.255951455205554,0.0,0.106311775662764,0.0,0.490859954854268 -3914,0.255951455205554,0.0,0.251159061552525,0.255951455205554,0.0,0.133842709973469,0.255951455205554,0.0,0.118438665384874,0.255951455205554,0.0,0.147170795506875,0.255951455205554,0.0,0.0161662327473798,0.255951455205554,0.0,0.0339472504000844,0.5,0.255951455205554,0.0,0.0638788686079313,0.5,0.255951455205554,0.0,0.0987943982929887,0.5,0.255951455205554,0.0,0.0997094613205652,0.255951455205554,0.0,0.125311422247439,0.0,0.276465663703123,0.255951455205554,0.0,0.229905763039994,0.5,0.255951455205554,0.0,0.392812375329333,0.255951455205554,0.0,0.166931141673894,0.255951455205554,0.0,0.131042202810194,0.255951455205554,0.0,0.103060149703149,0.0,0.513656317697371 -3915,0.255951455205554,0.0,0.264762481865595,0.255951455205554,0.0,0.139214886655421,0.255951455205554,0.0,0.131528359444708,0.255951455205554,0.0,0.16330602038865,0.255951455205554,0.0,0.0230853845754241,0.255951455205554,0.0,0.0293351227575519,0.5,0.255951455205554,0.0,0.0472395230357062,0.5,0.255951455205554,0.0,0.0738184290886832,0.5,0.255951455205554,0.0,0.0789687091963145,0.255951455205554,0.0,0.087976778371434,0.0,0.278345857024868,0.255951455205554,0.0,0.246318967305053,0.5,0.255951455205554,0.0,0.384548902663622,0.255951455205554,0.0,0.202905300521839,0.255951455205554,0.0,0.126358920274897,0.255951455205554,0.0,0.0826359024761655,0.0,0.575760257976173 -3916,0.255951455205554,0.0,0.284802715967953,0.255951455205554,0.0,0.157014808346297,0.255951455205554,0.0,0.145474221295123,0.255951455205554,0.0,0.187293342978118,0.255951455205554,0.0,0.023759294760462,0.255951455205554,0.0,0.0300526459463614,0.5,0.255951455205554,0.0,0.0385754821931169,0.5,0.255951455205554,0.0,0.0557351334989294,0.5,0.255951455205554,0.0,0.0667699736171223,0.255951455205554,0.0,0.0700008998388747,0.0,0.216656454102023,0.255951455205554,0.0,0.246452552476768,0.5,0.255951455205554,0.0,0.366489059188958,0.255951455205554,0.0,0.194709975919083,0.255951455205554,0.0,0.135157379004491,0.255951455205554,0.0,0.0693023058241356,0.0,0.616081939864781 -3917,0.255951455205554,0.00403075838651516,0.301405913696177,0.255951455205554,0.00248353965389153,0.173350661147396,0.255951455205554,0.001670793452479,0.15508035040912,0.255951455205554,0.000999545377508729,0.196660961841033,0.255951455205554,0.000667478538923496,0.0193366007255023,0.255951455205554,0.000635514722192839,0.027105423939735,0.5,0.255951455205554,4.34937927563956e-07,0.034688109193539,0.5,0.255951455205554,3.56065134907014e-05,0.0460207202560767,0.5,0.255951455205554,0.00116119475836344,0.0549345500535634,0.255951455205554,0.0,0.0645352138961098,0.000389177916090362,0.213376374920077,0.255951455205554,0.00083037340135923,0.245163319334124,0.5,0.255951455205554,0.00157575671692787,0.361876427417344,0.255951455205554,0.00113473659596916,0.198995570956978,0.255951455205554,0.0015837632487142,0.140783555791527,0.255951455205554,0.00209270777533366,0.0755307702781538,0.00570757755949488,0.684651350213903 -3918,0.255951455205554,0.0376593826565557,0.349423062807492,0.255951455205554,0.0513704566653216,0.197973643177688,0.255951455205554,0.0306427900007202,0.17861623625638,0.255951455205554,0.0202514380635753,0.221525799867327,0.255951455205554,0.0377079928137999,0.0199055734792433,0.255951455205554,0.0381786803034796,0.0224245842848544,0.5,0.255951455205554,0.0424244130355707,0.0313832709644905,0.5,0.255951455205554,0.0352920543539692,0.0518934429475997,0.5,0.255951455205554,0.0429002109372149,0.0696202997623329,0.255951455205554,0.0387326877275523,0.0588431129061071,0.00505215805355192,0.229516396932778,0.255951455205554,0.0074501406026772,0.258107915314528,0.5,0.255951455205554,0.012569043928413,0.381477098408177,0.255951455205554,0.0140644369006905,0.23831874075668,0.255951455205554,0.0284365351714958,0.194416047701741,0.255951455205554,0.0380780589078364,0.119623206366642,0.043507410704629,0.786308277859555 -3919,0.255951455205554,0.0528295466948571,0.515875876329437,0.255951455205554,0.10577503965032,0.263405375108083,0.255951455205554,0.0730237054347277,0.251917665600528,0.255951455205554,0.0406512983335563,0.291494308375772,0.255951455205554,0.101512260358513,0.0659707459301868,0.255951455205554,0.108381739606342,0.0579416518224046,0.5,0.255951455205554,0.114302743785457,0.0734067612653705,0.5,0.255951455205554,0.108162003065159,0.0954950282978031,0.5,0.255951455205554,0.118285145287037,0.154536812164449,0.255951455205554,0.112654820927218,0.138785886408223,0.0399613897160588,0.332562094498786,0.255951455205554,0.0254713505136625,0.273237725771875,0.5,0.255951455205554,0.0574650493034457,0.47355361836337,0.255951455205554,0.0321271835639218,0.248661917361187,0.255951455205554,0.08496120312337,0.250455961153143,0.255951455205554,0.0939712726349839,0.170008995377285,0.0746191094271889,0.827695891763458 -3920,0.255951455205554,0.0472381981573104,0.617874905986488,0.255951455205554,0.0847121888194355,0.329153815831137,0.255951455205554,0.112582198837383,0.32468515197308,0.255951455205554,0.0411067291044087,0.367216467178784,0.255951455205554,0.201686373828767,0.114224771016584,0.255951455205554,0.212246005592077,0.155570709467472,0.5,0.255951455205554,0.217128279034785,0.220176345600779,0.5,0.255951455205554,0.226213999064391,0.177708925283258,0.5,0.255951455205554,0.228804426780242,0.239054778567367,0.255951455205554,0.230501844162494,0.312403095330686,0.0717255729195097,0.478900959218809,0.255951455205554,0.0658890267751286,0.295429147585034,0.5,0.255951455205554,0.139583434999676,0.630028192035304,0.255951455205554,0.0765704145637216,0.227634484246413,0.255951455205554,0.156671552352947,0.277115079744489,0.255951455205554,0.175920223445042,0.179843595787065,0.0752816422850749,0.835736253831714 -3921,0.255951455205554,0.0470393385193774,0.564306153049869,0.255951455205554,0.03912981272411,0.47723073206583,0.255951455205554,0.131274822070093,0.401137175536563,0.255951455205554,0.0285688627611282,0.434936913133382,0.255951455205554,0.310307195622409,0.157448626082243,0.255951455205554,0.301042159532378,0.178574248091509,0.5,0.255951455205554,0.317844860344315,0.302305735282734,0.5,0.255951455205554,0.356955921365447,0.241624358287769,0.5,0.255951455205554,0.356936374904002,0.264737745092767,0.255951455205554,0.362028723002877,0.45588826794884,0.132446268633424,0.428132314703969,0.255951455205554,0.150814443625447,0.419444109531987,0.5,0.255951455205554,0.157354822666171,0.754261478258467,0.255951455205554,0.151870687952485,0.23089945104551,0.255951455205554,0.196294743056815,0.357339091666885,0.255951455205554,0.291773409556856,0.201551749377412,0.0954270452060617,0.767367474541597 -3922,0.255951455205554,0.125049758059652,0.612372701812294,0.255951455205554,0.0275227996682257,0.637827326268197,0.255951455205554,0.128764369351153,0.505075552993331,0.255951455205554,0.0315743682307592,0.558065564135607,0.255951455205554,0.393833823462716,0.198586563941853,0.255951455205554,0.386263899645216,0.174982873208273,0.5,0.255951455205554,0.407260286292419,0.274178410897683,0.5,0.255951455205554,0.491442077004168,0.270084093148016,0.5,0.255951455205554,0.478425770459628,0.244986711512999,0.255951455205554,0.502400693268197,0.434832021125152,0.292128826734054,0.51524110906845,0.255951455205554,0.226512039719249,0.54635637826016,0.5,0.255951455205554,0.180191846413748,0.836719094932625,0.255951455205554,0.239744570766085,0.274085131393492,0.255951455205554,0.272399941163622,0.506574009177844,0.255951455205554,0.343476917334452,0.221912253599044,0.189992877376833,0.592703312449274 -3923,0.255951455205554,0.203848433306564,0.690099274002106,0.255951455205554,0.0396475662218873,0.707883242939899,0.255951455205554,0.093749009799557,0.563277531932319,0.255951455205554,0.0410449705105541,0.669841479523464,0.255951455205554,0.433286745319326,0.244220639040309,0.255951455205554,0.440500282003837,0.17716342194706,0.5,0.255951455205554,0.480498680190881,0.239654717575305,0.5,0.255951455205554,0.59752164267233,0.274596482935498,0.5,0.255951455205554,0.564009565360514,0.229499112751103,0.255951455205554,0.614761604631408,0.362036007896296,0.307275730657848,0.812363503416504,0.255951455205554,0.231851539686461,0.627350661063935,0.5,0.255951455205554,0.225385473510871,0.875625288324767,0.255951455205554,0.293303016878421,0.319733093310142,0.255951455205554,0.226260055427825,0.576122464031295,0.255951455205554,0.313455214257585,0.225981330903434,0.270975418211943,0.456056780224366 -3924,0.255951455205554,0.322936966828286,0.778366596731413,0.255951455205554,0.0250808233214667,0.67848888281097,0.255951455205554,0.0768633451413855,0.557495927537295,0.255951455205554,0.041600270652151,0.622961117252596,0.255951455205554,0.444218884233286,0.301472688596048,0.255951455205554,0.431197628145436,0.195124270186258,0.5,0.255951455205554,0.581342261125947,0.204692720895487,0.5,0.255951455205554,0.643420583134457,0.265290901438646,0.5,0.255951455205554,0.613724645933091,0.230341547471942,0.255951455205554,0.675064244319389,0.323806027796535,0.153475218317935,0.7474702937021,0.255951455205554,0.258450879969438,0.746005008528248,0.5,0.255951455205554,0.264252527537155,0.885722779298522,0.255951455205554,0.277480164658594,0.373503298104638,0.255951455205554,0.127806293625901,0.667420004033295,0.255951455205554,0.289154737795359,0.291937617784752,0.396232669284425,0.423792680880479 -3925,0.255951455205554,0.447547210130195,0.874275182146703,0.255951455205554,0.0483817047658378,0.643370078431836,0.255951455205554,0.0726884842554275,0.545425499420416,0.255951455205554,0.0412927815826155,0.590291140713459,0.255951455205554,0.394429404245387,0.355889978876736,0.255951455205554,0.376268348117354,0.229647637713626,0.5,0.255951455205554,0.66335984249508,0.195710311493271,0.5,0.255951455205554,0.659753967928087,0.243693809892754,0.5,0.255951455205554,0.631736358346045,0.236176073080115,0.255951455205554,0.70214580351474,0.279879120023301,0.162633649013773,0.908960054004065,0.255951455205554,0.180615374876658,0.730989429708026,0.5,0.255951455205554,0.323286056409616,0.89301033033098,0.255951455205554,0.254961202826067,0.494578506938058,0.255951455205554,0.0708410382465174,0.697797202005484,0.255951455205554,0.178556286746293,0.336088011521638,0.442552712256485,0.38033941685069 -3926,0.255951455205554,0.530471424908424,0.922602820098433,0.255951455205554,0.200015357553133,0.687582670288421,0.255951455205554,0.0772180696949303,0.531842238304819,0.255951455205554,0.0405411181963435,0.518358336453143,0.255951455205554,0.264927567618877,0.344203797999933,0.255951455205554,0.298437641874192,0.251149849221054,0.5,0.255951455205554,0.657165413545638,0.224747333097081,0.5,0.255951455205554,0.635178908263833,0.218516789259612,0.5,0.255951455205554,0.593600577156051,0.249563103902969,0.255951455205554,0.698358070865178,0.267656779825875,0.0656954466430474,0.934242925570588,0.255951455205554,0.131737506959188,0.757646682818392,0.5,0.255951455205554,0.352606326881887,0.898229068540476,0.255951455205554,0.135929945996524,0.553660723421285,0.255951455205554,0.0573849739160173,0.691875359506901,0.255951455205554,0.109400981334921,0.350504358204198,0.453473552028832,0.407412123056029 -3927,0.255951455205554,0.543977250610617,0.92944863586511,0.255951455205554,0.416871243278649,0.917339305430217,0.255951455205554,0.0973998875959699,0.539805263844424,0.255951455205554,0.126301784956033,0.556834019549132,0.255951455205554,0.145144400049943,0.302280329896116,0.255951455205554,0.226357704528516,0.241126498599828,0.5,0.255951455205554,0.572147810763755,0.245456051732302,0.5,0.255951455205554,0.58208665900429,0.234684846898273,0.5,0.255951455205554,0.521321971363686,0.274551491332095,0.255951455205554,0.652175275146631,0.310842237773122,0.0387847013795229,0.822879657474585,0.255951455205554,0.109319722699935,0.764998177038165,0.5,0.255951455205554,0.391571935985315,0.892262723251502,0.255951455205554,0.0617753100843916,0.467456459065869,0.255951455205554,0.0502886306241488,0.670520120245235,0.255951455205554,0.0721409555751847,0.391421305051437,0.576696753475032,0.482443142143674 -3928,0.255951455205554,0.465341864460002,0.906234083595702,0.255951455205554,0.261226758244989,0.905644207708446,0.255951455205554,0.109136379416025,0.530378424190752,0.255951455205554,0.18762258883319,0.576918894358139,0.255951455205554,0.0811961250918358,0.264138651159212,0.255951455205554,0.166708752421128,0.216668836996618,0.5,0.255951455205554,0.447164100289945,0.271966318377077,0.5,0.255951455205554,0.483785779835959,0.295173624269929,0.5,0.255951455205554,0.418784727547495,0.316291255063309,0.255951455205554,0.551989321825943,0.335250826398761,0.0315117912393182,0.701360515306983,0.255951455205554,0.107138351399908,0.753417264348886,0.5,0.255951455205554,0.339947977955548,0.844641023371017,0.255951455205554,0.034932837475533,0.513932270027501,0.255951455205554,0.0377182074174545,0.649429719557084,0.255951455205554,0.04604020949609,0.407197589680549,0.431769201157716,0.468133199101339 -3929,0.255951455205554,0.357004689870063,0.840600276455879,0.255951455205554,0.246781548730313,0.869516060867724,0.255951455205554,0.114877479031848,0.536428832359178,0.255951455205554,0.26456479195944,0.628685360354322,0.255951455205554,0.0429304783125487,0.23501047222161,0.255951455205554,0.12167328372088,0.19872713447125,0.5,0.255951455205554,0.309632100556938,0.31725985297963,0.5,0.255951455205554,0.349091080004595,0.343129834552946,0.5,0.255951455205554,0.29636660313044,0.366416660525975,0.255951455205554,0.414763275542238,0.335074034467379,0.10196858926755,0.725559910587372,0.255951455205554,0.0895437654363782,0.64464158978093,0.5,0.255951455205554,0.241302864062591,0.766695191244446,0.255951455205554,0.0161993013828569,0.545153656719881,0.255951455205554,0.0348458006807114,0.587775400790742,0.255951455205554,0.0230726194104342,0.34693613713862,0.307593890017959,0.475569442724767 -3930,0.255951455205554,0.24249011473981,0.737383257616759,0.255951455205554,0.20336324625431,0.825965826757902,0.255951455205554,0.101410924641429,0.496171414087979,0.255951455205554,0.200075149008318,0.582068253905221,0.255951455205554,0.0233199149429042,0.219788465128126,0.255951455205554,0.0726153701160974,0.170020925194613,0.5,0.255951455205554,0.184499959211722,0.299852563472286,0.5,0.255951455205554,0.224384772119518,0.329111753513823,0.5,0.255951455205554,0.180182292880276,0.366013812669236,0.255951455205554,0.272191077921864,0.303888406520954,0.152219275684482,0.617054760367245,0.255951455205554,0.0701945284279141,0.532239735464081,0.5,0.255951455205554,0.162829265329832,0.617899927033092,0.255951455205554,0.00388334454435236,0.537013212333348,0.255951455205554,0.036318911536996,0.482943948431414,0.255951455205554,0.0101490387930466,0.319527077085945,0.206873477181928,0.462104249069578 -3931,0.255951455205554,0.128865682029858,0.608080352920067,0.255951455205554,0.117199823450337,0.72423954988441,0.255951455205554,0.0695969771755344,0.404409461283359,0.255951455205554,0.0781803980077249,0.4843889144752,0.255951455205554,0.0110943938447335,0.195300138767436,0.255951455205554,0.0333052269572459,0.118987752195745,0.5,0.255951455205554,0.0932278455379949,0.208617605333786,0.5,0.255951455205554,0.108628784132506,0.234638183052824,0.5,0.255951455205554,0.0764421742685071,0.317987387774909,0.255951455205554,0.137036118729746,0.202934121104386,0.0875032369191967,0.47704113969424,0.255951455205554,0.0398293963828166,0.440030337132685,0.5,0.255951455205554,0.0804863181615762,0.406720280039377,0.255951455205554,0.00101908552355246,0.477232696778011,0.255951455205554,0.0302113365090668,0.449716833032982,0.255951455205554,0.00324957872189466,0.308764004672782,0.120138796674189,0.430032551893207 -3932,0.255951455205554,0.0435939619901782,0.42442597722016,0.255951455205554,0.0356768793584713,0.498674338023725,0.255951455205554,0.0307709310250066,0.273768966682473,0.255951455205554,0.0269039634806237,0.332105117578748,0.255951455205554,0.0026537049913117,0.197545724383556,0.255951455205554,0.0082199554788765,0.0766586314741909,0.5,0.255951455205554,0.0251036348844889,0.0863574388620893,0.5,0.255951455205554,0.0195933165217017,0.148957859101307,0.5,0.255951455205554,0.00371834617038853,0.218992184423007,0.255951455205554,0.0315363929863838,0.127372561605679,0.0177388013516712,0.3985628065877,0.255951455205554,0.00737888244230749,0.362768143265404,0.5,0.255951455205554,0.0222984514417831,0.196070992666288,0.255951455205554,0.000760419664521138,0.345637042786968,0.255951455205554,0.0125101911069635,0.365280735299714,0.255951455205554,0.000790929176704172,0.284868217070697,0.0406236698362924,0.39610581856377 -3933,0.255951455205554,0.0,0.30989605080306,0.255951455205554,0.0,0.315674477743621,0.255951455205554,9.74006226390412e-08,0.200624889093686,0.255951455205554,0.0,0.230586654216163,0.255951455205554,4.70858241275924e-05,0.149222745153624,0.255951455205554,0.0,0.0657127799732953,0.5,0.255951455205554,3.82541352246469e-07,0.033712165004103,0.5,0.255951455205554,0.0,0.101696588264608,0.5,0.255951455205554,0.0,0.144605473045693,0.255951455205554,0.0,0.0620593266417806,0.0,0.444028319002728,0.255951455205554,0.0,0.287437343946456,0.5,0.255951455205554,0.0,0.109314778193209,0.255951455205554,0.0,0.250640632764134,0.255951455205554,0.0,0.260428860401072,0.255951455205554,0.0,0.220460739758109,0.0,0.380583230216359 -3934,0.255951455205554,0.0,0.278155154628906,0.255951455205554,0.0,0.216132245526736,0.255951455205554,0.0,0.171571807157446,0.255951455205554,0.0,0.189093423595155,0.255951455205554,0.0,0.094269794446568,0.255951455205554,0.0,0.058524309184335,0.5,0.255951455205554,0.0,0.016020965357558,0.5,0.255951455205554,0.0,0.0717575272696913,0.5,0.255951455205554,0.0,0.0994727203156595,0.255951455205554,0.0,0.0206064961879492,0.0,0.300816994931586,0.255951455205554,0.0,0.250285540140411,0.5,0.255951455205554,0.0,0.0858596679969549,0.255951455205554,0.0,0.200867659121937,0.255951455205554,0.0,0.220233520818377,0.255951455205554,0.0,0.148490496903239,0.0,0.426624377068083 -3935,0.255951455205554,0.0,0.268304111023945,0.255951455205554,0.0,0.166388530162034,0.255951455205554,0.0,0.162614173813601,0.255951455205554,0.0,0.187660725933757,0.255951455205554,0.0,0.061585995526867,0.255951455205554,0.0,0.0420770641470061,0.5,0.255951455205554,0.0,0.0115589949153126,0.5,0.255951455205554,0.0,0.0490355889531454,0.5,0.255951455205554,0.0,0.0656166372287751,0.255951455205554,0.0,0.00464973233262454,0.0,0.309311536676498,0.255951455205554,0.0,0.233435865842066,0.5,0.255951455205554,0.0,0.0870289599077328,0.255951455205554,0.0,0.209396159175927,0.255951455205554,0.0,0.213396095781786,0.255951455205554,0.0,0.107049500615162,0.0,0.45347031667378 -3936,0.255951455205554,0.0,0.246637004411938,0.255951455205554,0.0,0.136083608487765,0.255951455205554,0.0,0.158744974272423,0.255951455205554,0.0,0.187490757887411,0.255951455205554,0.0,0.0462270100523575,0.255951455205554,0.0,0.0296030221776485,0.5,0.255951455205554,0.0,0.0112843700609096,0.5,0.255951455205554,0.0,0.0344785844440106,0.5,0.255951455205554,0.0,0.0356685227737038,0.255951455205554,0.0,0.00197173734029199,0.0,0.324494781305096,0.255951455205554,0.0,0.229647732834011,0.5,0.255951455205554,0.0,0.097198998821628,0.255951455205554,0.0,0.21098410488934,0.255951455205554,0.0,0.223058575989475,0.255951455205554,0.0,0.0923601208883743,0.0,0.523788568838547 -3937,0.255951455205554,0.0,0.207869601485156,0.255951455205554,0.0,0.128950169423303,0.255951455205554,0.0,0.152905508709511,0.255951455205554,0.0,0.171273397633064,0.255951455205554,0.0,0.0378722132203805,0.255951455205554,0.0,0.0189383437481209,0.5,0.255951455205554,0.0,0.0109026293195247,0.5,0.255951455205554,0.0,0.0212852023953361,0.5,0.255951455205554,0.0,0.0216000093181179,0.255951455205554,0.0,0.00383875352015696,0.0,0.350741411794701,0.255951455205554,0.0,0.21869785075314,0.5,0.255951455205554,0.0,0.0951923673606563,0.255951455205554,0.0,0.197749638190543,0.255951455205554,0.0,0.218718796954121,0.255951455205554,0.0,0.0726085888566771,0.0,0.556949363083762 -3938,0.255951455205554,0.0,0.174103666657563,0.255951455205554,0.0,0.126268336228945,0.255951455205554,0.0,0.156645227819506,0.255951455205554,0.0,0.164760660427486,0.255951455205554,0.0,0.0308757845971725,0.255951455205554,0.0,0.0162641088663231,0.5,0.255951455205554,0.0,0.0102884202197287,0.5,0.255951455205554,0.0,0.0122281830219101,0.5,0.255951455205554,0.0,0.0225820990450117,0.255951455205554,0.0,0.00672101236445914,0.0,0.263214724509254,0.255951455205554,0.0,0.214889649132993,0.5,0.255951455205554,0.0,0.0909505979684856,0.255951455205554,0.0,0.203963227402675,0.255951455205554,0.0,0.20590519229065,0.255951455205554,0.0,0.0676864737102386,0.0,0.508579235911152 -3939,0.255951455205554,0.0,0.144689697056547,0.255951455205554,0.0,0.125722644184844,0.255951455205554,0.0,0.17290964503794,0.255951455205554,0.0,0.175172722589456,0.255951455205554,0.0,0.0304318569966002,0.255951455205554,0.0,0.0175168923962503,0.5,0.255951455205554,0.0,0.0123592312132796,0.5,0.255951455205554,0.0,0.00779882466806438,0.5,0.255951455205554,0.0,0.0254277900314375,0.255951455205554,0.0,0.00856999862257564,0.0,0.186045030977259,0.255951455205554,0.0,0.202117859929096,0.5,0.255951455205554,0.0,0.0798056961677267,0.255951455205554,0.0,0.208528456021154,0.255951455205554,0.0,0.218215927489764,0.255951455205554,0.0,0.0966896202417739,0.0,0.430791084316538 -3940,0.255951455205554,0.0,0.127624809749328,0.255951455205554,0.0,0.124233475967724,0.255951455205554,0.0,0.170024151551076,0.255951455205554,0.0,0.161822381969684,0.255951455205554,0.0,0.0325034885607534,0.255951455205554,0.0,0.0192656187883046,0.5,0.255951455205554,0.0,0.0203734562587485,0.5,0.255951455205554,0.0,0.00537761924576788,0.5,0.255951455205554,0.0,0.0186454342903203,0.255951455205554,0.0,0.0109882295022628,0.0,0.131252569180855,0.255951455205554,0.0,0.17793644937463,0.5,0.255951455205554,0.0,0.0716700168129412,0.255951455205554,0.0,0.213544663732889,0.255951455205554,0.0,0.239725312705605,0.255951455205554,0.0,0.114370304493605,0.0,0.364462129986167 -3941,0.255951455205554,0.0035586530708256,0.120762532755751,0.255951455205554,0.000409799296095056,0.110661684634386,0.255951455205554,0.000939881726174275,0.163577721912546,0.255951455205554,0.000666177634630538,0.142598649415862,0.255951455205554,0.000636922038429207,0.0392446003926507,0.255951455205554,0.000822445753218781,0.023521110544004,0.5,0.255951455205554,1.46384090114629e-08,0.04080592218383,0.5,0.255951455205554,2.55491552536169e-06,0.00501728977724262,0.5,0.255951455205554,0.000554600578284038,0.0208852239436777,0.255951455205554,0.0,0.0144294869613824,0.00133906674281214,0.14811581762101,0.255951455205554,0.00189678505569274,0.172641791760661,0.5,0.255951455205554,0.00411377749818241,0.0769655152911906,0.255951455205554,0.000745452147745853,0.233536559159129,0.255951455205554,0.00150858292400502,0.256403141732665,0.255951455205554,0.00102304425979086,0.118642960482659,0.00224386535654538,0.32406874795964 -3942,0.255951455205554,0.038091825982246,0.126191505142582,0.255951455205554,0.00895895726383743,0.0998175885551762,0.255951455205554,0.0122344134829463,0.164881390126659,0.255951455205554,0.00667355846128729,0.146719942900262,0.255951455205554,0.0310510328988302,0.0521105881110377,0.255951455205554,0.0275900846858785,0.0516037981116396,0.5,0.255951455205554,0.0051735406613822,0.06884335134263,0.5,0.255951455205554,0.0282001378239516,0.00641680423646282,0.5,0.255951455205554,0.0217347960298914,0.0462551061879644,0.255951455205554,0.00366249596220804,0.021184606017733,0.00654092237714067,0.154815395607601,0.255951455205554,0.0186290230377152,0.186677964782983,0.5,0.255951455205554,0.0249463330648767,0.0962710866532311,0.255951455205554,0.00992535248377459,0.262134268908649,0.255951455205554,0.0224240189591714,0.294821037363927,0.255951455205554,0.0174977483270865,0.134897198500097,0.0151849161488919,0.258737599556628 -3943,0.255951455205554,0.0924864788044556,0.15869414428025,0.255951455205554,0.0703393281374877,0.123427438846995,0.255951455205554,0.0341563605122176,0.163337123429312,0.255951455205554,0.0279135703376596,0.138170565423086,0.255951455205554,0.0753428500169462,0.0815282775891341,0.255951455205554,0.0791302340814959,0.117662238743056,0.5,0.255951455205554,0.0263071652275586,0.106357044117862,0.5,0.255951455205554,0.0759036505658071,0.0172811796484684,0.5,0.255951455205554,0.0654543573496023,0.0788989391883818,0.255951455205554,0.0126316907307597,0.0427719899082144,0.0279799160020092,0.156764059883359,0.255951455205554,0.0422946640293509,0.202627048953139,0.5,0.255951455205554,0.0651120530456124,0.132121403337487,0.255951455205554,0.0358273478647118,0.30146443835665,0.255951455205554,0.0624018755923716,0.327993060512778,0.255951455205554,0.0468009677829103,0.138703474628091,0.0479087217581077,0.188508455562647 -3944,0.255951455205554,0.183287276666307,0.184906687363103,0.255951455205554,0.203153860476754,0.214083546207315,0.255951455205554,0.0700597044399002,0.155732347048413,0.255951455205554,0.0714900228571069,0.146165878274654,0.255951455205554,0.131983444269772,0.13080068583472,0.255951455205554,0.140546227639713,0.185117206934622,0.5,0.255951455205554,0.0807056010697661,0.186017302881231,0.5,0.255951455205554,0.128083150704519,0.0500747517960354,0.5,0.255951455205554,0.127299554626193,0.110451895711365,0.255951455205554,0.0303660690232107,0.0912911108345692,0.0976134503380931,0.183915376602327,0.255951455205554,0.0726763760556809,0.225799757292017,0.5,0.255951455205554,0.146099722389931,0.236167008612459,0.255951455205554,0.058722919042778,0.301405116060488,0.255951455205554,0.0786798050062245,0.311641874087045,0.255951455205554,0.0848098786292563,0.140385093142158,0.173840144157349,0.142208553654674 -3945,0.255951455205554,0.305568686267703,0.239059149746856,0.255951455205554,0.223352999980573,0.200843981490462,0.255951455205554,0.116661820497104,0.149905190003176,0.255951455205554,0.162898943936068,0.159701806265412,0.255951455205554,0.167473824262327,0.140793691117424,0.255951455205554,0.165152982933041,0.202463612972396,0.5,0.255951455205554,0.16739299590358,0.254610842867338,0.5,0.255951455205554,0.190523644976527,0.100905900626145,0.5,0.255951455205554,0.192471357707642,0.151981746037546,0.255951455205554,0.10204999325087,0.202995941751035,0.258191189704249,0.367768943472202,0.255951455205554,0.120451803761883,0.243526268641879,0.5,0.255951455205554,0.214968576714263,0.331581998818744,0.255951455205554,0.0725213153439324,0.284945299986245,0.255951455205554,0.0917113656054623,0.287957434819754,0.255951455205554,0.106490639171817,0.138847243215679,0.305823378735577,0.0945893956006553 -3946,0.255951455205554,0.393631926946734,0.300384541196161,0.255951455205554,0.183526629913873,0.180721363015308,0.255951455205554,0.182371114089861,0.148584882625544,0.255951455205554,0.328858039368451,0.202737911911616,0.255951455205554,0.168005244438647,0.145555382454881,0.255951455205554,0.167701792628721,0.18750348405442,0.5,0.255951455205554,0.223724108678956,0.25220064881833,0.5,0.255951455205554,0.274350800800104,0.160573268529911,0.5,0.255951455205554,0.236868353120636,0.169404990269989,0.255951455205554,0.179087907803727,0.251912021208853,0.169121599288982,0.324977575859694,0.255951455205554,0.179912844829655,0.249315767265784,0.5,0.255951455205554,0.309765637605195,0.435581885206419,0.255951455205554,0.110492282974592,0.305264194761268,0.255951455205554,0.14099795899732,0.278367506766166,0.255951455205554,0.137909174771301,0.132841438009252,0.269672511398878,0.0705936224814721 -3947,0.255951455205554,0.432890174318547,0.303693523138116,0.255951455205554,0.357748338089397,0.242855501433437,0.255951455205554,0.294250168672191,0.166346116170351,0.255951455205554,0.404823995843439,0.255900662255533,0.255951455205554,0.177033739183571,0.142719057697557,0.255951455205554,0.175887339327644,0.184905403845785,0.5,0.255951455205554,0.244576346897373,0.227601651758094,0.5,0.255951455205554,0.386628306881077,0.211671104574823,0.5,0.255951455205554,0.274574863699155,0.164861203449847,0.255951455205554,0.205689591139768,0.22610620148446,0.0980577109745843,0.135683894261961,0.255951455205554,0.232488995381509,0.25456151636367,0.5,0.255951455205554,0.42037733527843,0.578900186493678,0.255951455205554,0.145215016562499,0.32852404127376,0.255951455205554,0.26382428319054,0.294790702591294,0.255951455205554,0.202025626257745,0.158962373504422,0.515898878813944,0.0761675980171775 -3948,0.255951455205554,0.437449422163795,0.268514642492381,0.255951455205554,0.392647285432689,0.292925746180536,0.255951455205554,0.392498114557969,0.186562580672413,0.255951455205554,0.393322267836144,0.305769682494912,0.255951455205554,0.205867693811939,0.145248284960231,0.255951455205554,0.197593818221627,0.196033039672655,0.5,0.255951455205554,0.263346613153641,0.238612805304547,0.5,0.255951455205554,0.404150167705034,0.238768267751286,0.5,0.255951455205554,0.251854174100523,0.153227265685139,0.255951455205554,0.173714656452813,0.191600051237513,0.506909328345572,0.169496679333602,0.255951455205554,0.315972199304185,0.292735938269858,0.5,0.255951455205554,0.426376212968177,0.662460263709881,0.255951455205554,0.195705686402752,0.26496787092063,0.255951455205554,0.352832580243865,0.277404320847102,0.255951455205554,0.260537065904407,0.174776257497789,0.62555584970016,0.133647490655672 -3949,0.255951455205554,0.491698834243166,0.256975450827718,0.255951455205554,0.36154759790606,0.270681794699667,0.255951455205554,0.435489140428021,0.216840423613796,0.255951455205554,0.399876781412738,0.332705999279289,0.255951455205554,0.251981973569874,0.145087964049116,0.255951455205554,0.19558410775092,0.192653001201774,0.5,0.255951455205554,0.287671519483738,0.258042925796182,0.5,0.255951455205554,0.381839544763677,0.260953750252411,0.5,0.255951455205554,0.234167534915833,0.149990834231544,0.255951455205554,0.256891741212475,0.197780748300045,0.534478391118554,0.222862702695573,0.255951455205554,0.319414393064899,0.3266196865949,0.5,0.255951455205554,0.366875764553936,0.635412343980187,0.255951455205554,0.305708901619864,0.255802884892571,0.255951455205554,0.336064475999586,0.259753009137892,0.255951455205554,0.338502833651453,0.173700102213777,0.591769205117647,0.228294500017816 -3950,0.255951455205554,0.48470558194244,0.277637512974026,0.255951455205554,0.509887145369949,0.263856414729593,0.255951455205554,0.410067999316814,0.273815208624094,0.255951455205554,0.390516320978076,0.383598141561734,0.255951455205554,0.291190130478034,0.135874442996777,0.255951455205554,0.236075445935138,0.173094885772564,0.5,0.255951455205554,0.262787628398833,0.270760617514386,0.5,0.255951455205554,0.317109895530219,0.263773416224846,0.5,0.255951455205554,0.219293225109831,0.140472362674377,0.255951455205554,0.373164461685147,0.262907405385905,0.466355839164396,0.519144695873033,0.255951455205554,0.345299839357962,0.373521535895052,0.5,0.255951455205554,0.341505422807029,0.554146907357125,0.255951455205554,0.300187277559989,0.293657003381423,0.255951455205554,0.261446647896155,0.209055431357652,0.255951455205554,0.346659639049348,0.189830362201443,0.627580461824493,0.276174633773269 -3951,0.255951455205554,0.445851612445828,0.288355413299919,0.255951455205554,0.386938731785727,0.289030231634805,0.255951455205554,0.372014471739121,0.3195897253584,0.255951455205554,0.420779926387849,0.4478518985877,0.255951455205554,0.321388390628215,0.132459872723678,0.255951455205554,0.27684169839138,0.129998752210142,0.5,0.255951455205554,0.219126984941724,0.266547724293137,0.5,0.255951455205554,0.266929386221019,0.278462901206696,0.5,0.255951455205554,0.208997056482118,0.123776661144707,0.255951455205554,0.192251455520376,0.254187612262159,0.229074151122817,0.483446400995692,0.255951455205554,0.376513146640046,0.388899498846875,0.5,0.255951455205554,0.284016073977912,0.447192424852384,0.255951455205554,0.212638587542286,0.264802719847083,0.255951455205554,0.23996680968294,0.183349915224348,0.255951455205554,0.333762722220805,0.186431189799215,0.587546898468288,0.261644160911859 -3952,0.255951455205554,0.284660191541961,0.25755973990073,0.255951455205554,0.290752207888774,0.298714137698681,0.255951455205554,0.302281066556741,0.338184925228077,0.255951455205554,0.382182094550687,0.484842347355251,0.255951455205554,0.288772311673364,0.153804986163007,0.255951455205554,0.294845826201108,0.104381643050046,0.5,0.255951455205554,0.168655957468272,0.256801264258819,0.5,0.255951455205554,0.192590200165961,0.280453734892187,0.5,0.255951455205554,0.204965153394499,0.117090136402914,0.255951455205554,0.213814338564924,0.294765153964562,0.314351335982496,0.494471056232503,0.255951455205554,0.267990038134104,0.370736929869774,0.5,0.255951455205554,0.209314514227079,0.374853700997837,0.255951455205554,0.245840659708417,0.206702400962985,0.255951455205554,0.293796448340996,0.199527180669805,0.255951455205554,0.272483204058743,0.146167358943367,0.471950518024466,0.214260029463081 -3953,0.255951455205554,0.1918760187018,0.216202140209111,0.255951455205554,0.253448058990088,0.329636218375936,0.255951455205554,0.237735802504655,0.315408974583538,0.255951455205554,0.291498402384995,0.463892849561882,0.255951455205554,0.207526027760644,0.176828055142586,0.255951455205554,0.257757435136919,0.118185153774503,0.5,0.255951455205554,0.110091112349009,0.232035692305473,0.5,0.255951455205554,0.125836401651576,0.252354811924702,0.5,0.255951455205554,0.184397846036694,0.104164672475323,0.255951455205554,0.125585073007749,0.302981481079624,0.15492499160511,0.491240647313,0.255951455205554,0.142614575318461,0.351326911952647,0.5,0.255951455205554,0.136274123823491,0.299587444795005,0.255951455205554,0.211750991067801,0.159538327944826,0.255951455205554,0.241421689962505,0.221352990294125,0.255951455205554,0.268329817936199,0.148435629872185,0.273823223282525,0.174562043376278 -3954,0.255951455205554,0.100714442331827,0.164226080772447,0.255951455205554,0.206063973134078,0.342143396551181,0.255951455205554,0.173803074537968,0.259231284774349,0.255951455205554,0.18473176005934,0.328505958909649,0.255951455205554,0.131979464224626,0.17882707127185,0.255951455205554,0.178898973525169,0.137601656855167,0.5,0.255951455205554,0.0752004319309248,0.20639443235847,0.5,0.255951455205554,0.0830447085256709,0.212469140081075,0.5,0.255951455205554,0.154173395532162,0.0946748920742155,0.255951455205554,0.0542254328407026,0.269924186056204,0.0910646564420231,0.525165060545558,0.255951455205554,0.0841145291051186,0.342391210529252,0.5,0.255951455205554,0.0790013450236106,0.2073997906042,0.255951455205554,0.131118093603734,0.116392750926682,0.255951455205554,0.146315449396527,0.223121375059126,0.255951455205554,0.196199105706887,0.157150121993215,0.0546574261271994,0.139460243751852 -3955,0.255951455205554,0.0474225638537532,0.0979657846853955,0.255951455205554,0.126790790322405,0.277774331161981,0.255951455205554,0.0913546954927903,0.175517909862696,0.255951455205554,0.082088576678685,0.172345556173071,0.255951455205554,0.0751150844267192,0.144241326358334,0.255951455205554,0.0972696520844891,0.114572189694044,0.5,0.255951455205554,0.0527373086519113,0.192359382860794,0.5,0.255951455205554,0.0537272141898692,0.178257525260637,0.5,0.255951455205554,0.0790542219190872,0.0707846155719473,0.255951455205554,0.0364943878615583,0.265168999013334,0.0269136814739818,0.437423303544172,0.255951455205554,0.0395903855020336,0.295563159416278,0.5,0.255951455205554,0.0298980245125957,0.126996598774259,0.255951455205554,0.0553529537347968,0.0821689907726849,0.255951455205554,0.0646607618895399,0.181856060829955,0.255951455205554,0.095971176810976,0.135691008125476,0.00947322662861248,0.108293195222843 -3956,0.255951455205554,0.0261433076551671,0.042582606847508,0.255951455205554,0.0405710046716744,0.152513766754337,0.255951455205554,0.0289562872794456,0.0850600851215255,0.255951455205554,0.00903352339423346,0.0907113072217254,0.255951455205554,0.0284265726851801,0.0843477568544659,0.255951455205554,0.0227143834388781,0.0817298587335259,0.5,0.255951455205554,0.0206810880848326,0.158525918102148,0.5,0.255951455205554,0.0124444661390164,0.128529825055599,0.5,0.255951455205554,0.00550235289365534,0.0360015465051389,0.255951455205554,0.0139710157429179,0.250035316627733,0.00405824213558556,0.317169718286418,0.255951455205554,0.00551947242763396,0.252315302923307,0.5,0.255951455205554,0.00630187996167964,0.0679295749848953,0.255951455205554,0.00458907316264593,0.0945851676311541,0.255951455205554,0.0115271830718466,0.133422020464795,0.255951455205554,0.017971540095203,0.0996081655024003,0.00280926978670085,0.0848451208100604 -3957,0.255951455205554,0.0,0.0154637709754855,0.255951455205554,0.0,0.0918310981490979,0.255951455205554,7.49154631646254e-06,0.0500783752820446,0.255951455205554,7.40047522582495e-06,0.0595963592759845,0.255951455205554,0.0,0.0409906006984254,0.255951455205554,0.0,0.0722810582277467,0.5,0.255951455205554,0.0,0.109031359594725,0.5,0.255951455205554,0.0,0.0933111633495443,0.5,0.255951455205554,0.0,0.0292600067837364,0.255951455205554,0.0,0.20856353961926,0.0,0.166713200807194,0.255951455205554,0.0,0.190486690716009,0.5,0.255951455205554,0.0,0.0320241642207748,0.255951455205554,0.0,0.105916214703725,0.255951455205554,0.0,0.109821857957654,0.255951455205554,0.0,0.0690923059300723,0.0,0.0847034708707464 -3958,0.255951455205554,0.0,0.00719795316698325,0.255951455205554,0.0,0.0394066788532215,0.255951455205554,0.0,0.0329139460526886,0.255951455205554,0.0,0.0282837943774945,0.255951455205554,0.0,0.0281770238177017,0.255951455205554,0.0,0.0632597602563034,0.5,0.255951455205554,0.0,0.0613159394753183,0.5,0.255951455205554,0.0,0.0693961889094728,0.5,0.255951455205554,0.0,0.0239527652168339,0.255951455205554,0.0,0.152131259127995,0.0,0.11024088964695,0.255951455205554,0.0,0.134175569746845,0.5,0.255951455205554,0.0,0.015077240474487,0.255951455205554,0.0,0.119900352321195,0.255951455205554,0.0,0.109602696219451,0.255951455205554,0.0,0.0556596844709894,0.0,0.11771085381743 -3959,0.255951455205554,0.0,0.00709716263725231,0.255951455205554,0.0,0.00794180141415397,0.255951455205554,0.0,0.0233556097694274,0.255951455205554,0.0,0.0126984747619107,0.255951455205554,0.0,0.0255462493971141,0.255951455205554,0.0,0.0600516698886702,0.5,0.255951455205554,0.0,0.0539474191123442,0.5,0.255951455205554,0.0,0.0587934266681966,0.5,0.255951455205554,0.0,0.0254860049059439,0.255951455205554,0.0,0.0874670547171384,0.0,0.0625414995616073,0.255951455205554,0.0,0.0891948541578113,0.5,0.255951455205554,0.0,0.00675470365330687,0.255951455205554,0.0,0.128941671005356,0.255951455205554,0.0,0.101366187823327,0.255951455205554,0.0,0.0536947578501778,0.0,0.147100065657469 -3960,0.255951455205554,0.0,0.0110837812815773,0.255951455205554,0.0,0.000807233250436452,0.255951455205554,0.0,0.0208337916378922,0.255951455205554,0.0,0.00697554978855425,0.255951455205554,0.0,0.0245253194353655,0.255951455205554,0.0,0.0549431971347058,0.5,0.255951455205554,0.0,0.0630343779721224,0.5,0.255951455205554,0.0,0.0493871910989054,0.5,0.255951455205554,0.0,0.0299578667485178,0.255951455205554,0.0,0.0713300821514331,0.0,0.0382511191613487,0.255951455205554,0.0,0.0581790405725166,0.5,0.255951455205554,0.0,0.00458279716289663,0.255951455205554,0.0,0.119493139303627,0.255951455205554,0.0,0.0802194620375976,0.255951455205554,0.0,0.0684233828767309,0.0,0.142402795649853 -3961,0.255951455205554,0.0,0.0123693462429284,0.255951455205554,0.0,0.0001192606296633,0.255951455205554,0.0,0.0210619305914186,0.255951455205554,0.0,0.00152092001895893,0.255951455205554,0.0,0.026670913260047,0.255951455205554,0.0,0.0470453624767111,0.5,0.255951455205554,0.0,0.0783231360456409,0.5,0.255951455205554,0.0,0.040273261112057,0.5,0.255951455205554,0.0,0.0321231311559643,0.255951455205554,0.0,0.0799303288401925,0.0,0.0233784498525679,0.255951455205554,0.0,0.0395539982640804,0.5,0.255951455205554,0.0,0.00423595947336072,0.255951455205554,0.0,0.102755641515491,0.255951455205554,0.0,0.0640892319843173,0.255951455205554,0.0,0.0799478319285997,0.0,0.117237931122673 -3962,0.255951455205554,0.0,0.0122166294683111,0.255951455205554,0.0,3.59735472464819e-05,0.255951455205554,0.0,0.0198851938778458,0.255951455205554,0.0,0.000398153913598134,0.255951455205554,0.0,0.0316664596002739,0.255951455205554,0.0,0.0422276157733165,0.5,0.255951455205554,0.0,0.0952456300627544,0.5,0.255951455205554,0.0,0.0370232595122003,0.5,0.255951455205554,0.0,0.0329508713526177,0.255951455205554,0.0,0.125354629781257,0.0,0.00849482258782564,0.255951455205554,0.0,0.0310982763957764,0.5,0.255951455205554,0.0,0.00470887727559308,0.255951455205554,0.0,0.0954676627200623,0.255951455205554,0.0,0.062031613159051,0.255951455205554,0.0,0.0911771418009423,0.0,0.080404019812649 -3963,0.255951455205554,0.0,0.0116846638298219,0.255951455205554,0.0,0.0015439588215204,0.255951455205554,0.0,0.0177852835260385,0.255951455205554,0.0,0.00153817044921623,0.255951455205554,0.0,0.0368548001251667,0.255951455205554,0.0,0.0422578637340183,0.5,0.255951455205554,0.0,0.106491990941823,0.5,0.255951455205554,0.0,0.0372257063657336,0.5,0.255951455205554,0.0,0.0362038946474201,0.255951455205554,0.0,0.144376669511233,0.0,0.00528868803267074,0.255951455205554,0.0,0.0276347585248495,0.5,0.255951455205554,0.0,0.00706394838120278,0.255951455205554,0.0,0.106653352702359,0.255951455205554,0.0,0.0650087731874941,0.255951455205554,0.0,0.108637467538893,0.0,0.0519988101831863 -3964,0.255951455205554,0.0,0.0124846506574485,0.255951455205554,0.0,0.006954266438571,0.255951455205554,0.0,0.0142457038004983,0.255951455205554,0.0,0.00360363674774813,0.255951455205554,0.0,0.039062569152339,0.255951455205554,0.0,0.0428347624838806,0.5,0.255951455205554,0.0,0.111507785454813,0.5,0.255951455205554,0.0,0.037768894788069,0.5,0.255951455205554,0.0,0.0423253424495465,0.255951455205554,0.0,0.144054026888166,0.0,0.00559480105080916,0.255951455205554,0.0,0.024014962300183,0.5,0.255951455205554,0.0,0.00918541165150577,0.255951455205554,0.0,0.119203570927303,0.255951455205554,0.0,0.0684491098968902,0.255951455205554,0.0,0.13184245953458,0.0,0.0407310077588348 -3965,0.255951455205554,0.00659514696070918,0.0136957182140453,0.255951455205554,0.00425662595568084,0.00376531172218911,0.255951455205554,0.0016005791595244,0.0127109624829182,0.255951455205554,0.000928652740467387,0.00715836330184149,0.255951455205554,8.85661255098671e-05,0.0364534367970655,0.255951455205554,0.000183647682458816,0.0401886732770749,0.5,0.255951455205554,3.94904889647118e-07,0.1081693246716,0.5,0.255951455205554,3.87042645801748e-05,0.0390739796783286,0.5,0.255951455205554,0.00145413138782463,0.048309562191272,0.255951455205554,0.0,0.145400825265845,0.00168776715196633,0.00723314986020057,0.255951455205554,0.00218774740930241,0.0191579539756995,0.5,0.255951455205554,0.00637669947226988,0.00863186880906484,0.255951455205554,0.000588341127400852,0.122660854816707,0.255951455205554,0.00121999125231667,0.0552123853604207,0.255951455205554,0.000419904464521074,0.151176141670033,0.00937213060671813,0.03665969097272 -3966,0.255951455205554,0.0652866664674256,0.0151536525039622,0.255951455205554,0.0520346738932705,0.00123840614725816,0.255951455205554,0.0305411767759914,0.0127302446710536,0.255951455205554,0.0110454190425949,0.0145199970846208,0.255951455205554,0.00666337765608341,0.0313188866032092,0.255951455205554,0.011219139002498,0.0409958898105712,0.5,0.255951455205554,0.0206924169904934,0.11941032722945,0.5,0.255951455205554,0.0437118367553587,0.0392834374440227,0.5,0.255951455205554,0.0483666227396805,0.0617938430744985,0.255951455205554,0.0317728648419962,0.216607942971154,0.0136484014808655,0.0081042503335571,0.255951455205554,0.0192011193218744,0.0162189501078748,0.5,0.255951455205554,0.0507736090113524,0.00695043592080167,0.255951455205554,0.00576965803070776,0.112429328570795,0.255951455205554,0.0216638852543497,0.0402646636984092,0.255951455205554,0.00942709967422901,0.15113442990386,0.0709131291600594,0.0365221022380449 -3967,0.255951455205554,0.142387204297076,0.0259380040808712,0.255951455205554,0.126931438193424,0.00358062331977892,0.255951455205554,0.0965158488042492,0.0208364868924419,0.255951455205554,0.0455462185210436,0.0279478425459166,0.255951455205554,0.0412889996957225,0.0308148010545074,0.255951455205554,0.0247044852571864,0.0456612995411918,0.5,0.255951455205554,0.0485820771203514,0.149997286999006,0.5,0.255951455205554,0.122178029496838,0.103557264235043,0.5,0.255951455205554,0.111507566111854,0.119309991457517,0.255951455205554,0.0761150202750049,0.261814806866615,0.0432927101416716,0.0144710536843657,0.255951455205554,0.0545467928685345,0.0170447450469526,0.5,0.255951455205554,0.129036844939048,0.0140031030885185,0.255951455205554,0.0241314245451896,0.0879832696281854,0.255951455205554,0.0690191968211247,0.0296255624688758,0.255951455205554,0.0442122451341139,0.104495721682092,0.148994379585309,0.0490609111108857 -3968,0.255951455205554,0.262235593752846,0.0489078883740517,0.255951455205554,0.244876388864138,0.0169133126780272,0.255951455205554,0.191972040869912,0.050356892171794,0.255951455205554,0.128142685071006,0.0584304078969363,0.255951455205554,0.11888160835362,0.0413528197939835,0.255951455205554,0.0783516340755165,0.0624215655406511,0.5,0.255951455205554,0.0738421364762464,0.184067833674252,0.5,0.255951455205554,0.23093834889184,0.222136373218815,0.5,0.255951455205554,0.175423902562038,0.203322243507652,0.255951455205554,0.0934452462327794,0.346703758450838,0.117546300742063,0.0342068958994108,0.255951455205554,0.10837587287702,0.0218076038643171,0.5,0.255951455205554,0.246420705945742,0.0280522933651512,0.255951455205554,0.0573795248048114,0.0617337484654705,0.255951455205554,0.138126494077929,0.026453948623983,0.255951455205554,0.121601951847598,0.0669911874952717,0.269515654656444,0.0747011572917755 -3969,0.255951455205554,0.387445844352183,0.0669870404675293,0.255951455205554,0.372519632946527,0.0517494878724742,0.255951455205554,0.297605406224865,0.0936625598359086,0.255951455205554,0.341601648214912,0.121700937747032,0.255951455205554,0.196412972335418,0.088137780294232,0.255951455205554,0.164018626414022,0.1197789319639,0.5,0.255951455205554,0.103537038408752,0.234628310054947,0.5,0.255951455205554,0.34402093128893,0.387668683639418,0.5,0.255951455205554,0.237543686081619,0.287245397732619,0.255951455205554,0.108339230065344,0.388802018165153,0.174104710082264,0.0480949194793378,0.255951455205554,0.161080175403141,0.0238146240763731,0.5,0.255951455205554,0.366179797026016,0.042515854143402,0.255951455205554,0.0985706512095199,0.0419906213497625,0.255951455205554,0.182756180935685,0.0367304314925339,0.255951455205554,0.233639368470854,0.0770813693564783,0.394291728709211,0.0935320735653929 -3970,0.255951455205554,0.519451974294689,0.0715748924021629,0.255951455205554,0.489363180341556,0.0915460011273,0.255951455205554,0.420703957594473,0.129882302938922,0.255951455205554,0.488141415494798,0.17786363848454,0.255951455205554,0.219092144219898,0.101236703756299,0.255951455205554,0.19192129315519,0.166113572481765,0.5,0.255951455205554,0.152345075008381,0.345357916902744,0.5,0.255951455205554,0.430460214158911,0.567822075486148,0.5,0.255951455205554,0.31214960983461,0.315864490661941,0.255951455205554,0.250349734749314,0.685128745308383,0.164307001728165,0.0640080786282748,0.255951455205554,0.190396805667267,0.0260839270787245,0.5,0.255951455205554,0.43615832540858,0.053391286442339,0.255951455205554,0.159645191467828,0.0349148132619744,0.255951455205554,0.173986947598884,0.0432108637621394,0.255951455205554,0.283565571614016,0.0926852235329675,0.515882740057074,0.132638835171397 -3971,0.255951455205554,0.626224252143863,0.0618213902695957,0.255951455205554,0.579481380841566,0.0890076684955556,0.255951455205554,0.502497452291591,0.134375852831143,0.255951455205554,0.59605070847493,0.192055029379703,0.255951455205554,0.200648918630737,0.108818262198526,0.255951455205554,0.180980887149414,0.171789603590109,0.5,0.255951455205554,0.219819164877357,0.368328017109464,0.5,0.255951455205554,0.517948252067029,0.629675883777728,0.5,0.255951455205554,0.412256155200436,0.308094344394464,0.255951455205554,0.469366281025569,0.808867255822573,0.298343015543981,0.0723840569758627,0.255951455205554,0.224087014450894,0.0259628563088499,0.5,0.255951455205554,0.487848281037757,0.0527289392235679,0.255951455205554,0.216079167487039,0.0374695473145365,0.255951455205554,0.167180402284409,0.0361229177712725,0.255951455205554,0.232065474228968,0.0908407621910437,0.639720201311706,0.24540878519119 -3972,0.255951455205554,0.694094980256232,0.0645119348337375,0.255951455205554,0.618897543728546,0.0762332261474609,0.255951455205554,0.584067979891312,0.140721488720246,0.255951455205554,0.655932687782807,0.201151502564232,0.255951455205554,0.171805142452133,0.10288590307941,0.255951455205554,0.203491721211176,0.1895567200102,0.5,0.255951455205554,0.295892385009936,0.407296976601572,0.5,0.255951455205554,0.557558079575867,0.638646151546498,0.5,0.255951455205554,0.481931787790177,0.302901276864511,0.255951455205554,0.345848442282763,0.72132554241414,0.458345471832006,0.0604284076725331,0.255951455205554,0.264822007529415,0.0235842098381031,0.5,0.255951455205554,0.542310376836371,0.045778488306157,0.255951455205554,0.2180044298677,0.0468622988621402,0.255951455205554,0.213681178808574,0.0233922947710753,0.255951455205554,0.218455498293587,0.0973848843439915,0.70328184934821,0.313493950816038 -3973,0.255951455205554,0.716717871827747,0.0762934863838839,0.255951455205554,0.659909725473812,0.0831323816088409,0.255951455205554,0.628507173552183,0.166298771993593,0.255951455205554,0.720555731654959,0.23632962756474,0.255951455205554,0.240682018954504,0.0818315117819274,0.255951455205554,0.24019691696923,0.220567713568627,0.5,0.255951455205554,0.363923276607075,0.462690044700147,0.5,0.255951455205554,0.582513209389094,0.618990903738938,0.5,0.255951455205554,0.491283811686281,0.310642468930254,0.255951455205554,0.480530370741201,0.718070499195721,0.545938872181296,0.0291971007731193,0.255951455205554,0.317797122394096,0.0223050056146822,0.5,0.255951455205554,0.569168469717901,0.0470363177328233,0.255951455205554,0.171064310533063,0.0548248130052493,0.255951455205554,0.312274091154137,0.0145493637030774,0.255951455205554,0.273646043928236,0.106582979478242,0.717745949566219,0.230530869841747 -3974,0.255951455205554,0.700627094522852,0.0814464907769594,0.255951455205554,0.655261503562641,0.105206809075648,0.255951455205554,0.632523860763658,0.205968612430653,0.255951455205554,0.70839899760813,0.286643371316443,0.255951455205554,0.322805137111238,0.0704283430418783,0.255951455205554,0.279465845550667,0.230312707469941,0.5,0.255951455205554,0.342146134315782,0.493913278463889,0.5,0.255951455205554,0.574091930934112,0.63720947165406,0.5,0.255951455205554,0.47877899302108,0.346783988521361,0.255951455205554,0.484763698086602,0.778640285893185,0.325490291312335,0.0121883439905833,0.255951455205554,0.355602546163947,0.0224755273183251,0.5,0.255951455205554,0.579230956538235,0.061056398181214,0.255951455205554,0.19299957729331,0.0531407839631878,0.255951455205554,0.455554375514413,0.0105984226053622,0.255951455205554,0.291960425186454,0.0919420835417298,0.707770946271443,0.167816854617984 -3975,0.255951455205554,0.634817520070442,0.081804094282566,0.255951455205554,0.585053388527983,0.122366495305829,0.255951455205554,0.593124232802534,0.233250039854533,0.255951455205554,0.650002435031898,0.320788034968716,0.255951455205554,0.355411124000288,0.081488490901467,0.255951455205554,0.326579621112307,0.201776633618361,0.5,0.255951455205554,0.285079995428116,0.496617257727011,0.5,0.255951455205554,0.522687002298893,0.661426333804278,0.5,0.255951455205554,0.442824576449206,0.38690680367103,0.255951455205554,0.452153753986106,0.833679413000434,0.236696549087761,0.00831275041885399,0.255951455205554,0.349533194214279,0.0282579412578307,0.5,0.255951455205554,0.531162038293403,0.0794351165852843,0.255951455205554,0.277503216366672,0.036553192638296,0.255951455205554,0.414360151699579,0.0118533777366799,0.255951455205554,0.328639435757277,0.0808648382647617,0.643700260037054,0.148637027838253 -3976,0.255951455205554,0.524833842163496,0.0855839739557228,0.255951455205554,0.488282246481894,0.123277406151374,0.255951455205554,0.492420938619697,0.242119678779799,0.255951455205554,0.54236970780763,0.332738769136648,0.255951455205554,0.341866190766069,0.0974668142256755,0.255951455205554,0.393814247975944,0.205840558548443,0.5,0.255951455205554,0.24158765434072,0.494689024954533,0.5,0.255951455205554,0.441809303852859,0.678527950145282,0.5,0.255951455205554,0.369430681816389,0.406952389424767,0.255951455205554,0.321726290798309,0.828147009650606,0.345508741108581,0.00864237781894645,0.255951455205554,0.328624456795917,0.0357288048750978,0.5,0.255951455205554,0.451345667667677,0.0952236015285326,0.255951455205554,0.301699730734852,0.0236696583217508,0.255951455205554,0.302838228037057,0.0126348830383603,0.255951455205554,0.274104574916602,0.0820114794460597,0.5322075583901,0.172554372282159 -3977,0.255951455205554,0.389946681853667,0.09123019590931,0.255951455205554,0.36887745308003,0.121089336918175,0.255951455205554,0.377919633784954,0.232539516452996,0.255951455205554,0.407617201569797,0.337813938788329,0.255951455205554,0.285894031745688,0.112304187202354,0.255951455205554,0.350933430648124,0.218240712985062,0.5,0.255951455205554,0.255013838219395,0.502183370825078,0.5,0.255951455205554,0.327099791042785,0.669861766433518,0.5,0.255951455205554,0.271750821350975,0.378458608064106,0.255951455205554,0.186259684224926,0.748530112214307,0.281990975176506,0.00978753535473385,0.255951455205554,0.231741483774743,0.0386573421663355,0.5,0.255951455205554,0.349332184854274,0.113034029385339,0.255951455205554,0.221574313431721,0.0198346160789014,0.255951455205554,0.246408558244423,0.0109750163846867,0.255951455205554,0.215044292244941,0.0759585906980516,0.399170349772147,0.250810155381403 -3978,0.255951455205554,0.266593228752812,0.0999705487919209,0.255951455205554,0.253265452612207,0.10273800942104,0.255951455205554,0.2634210979552,0.21041068820567,0.255951455205554,0.279695634906892,0.322060764379796,0.255951455205554,0.209526311472554,0.106219559789742,0.255951455205554,0.249891678796941,0.180928752239144,0.5,0.255951455205554,0.194056243066477,0.422516949288958,0.5,0.255951455205554,0.202618300172593,0.609167273455612,0.5,0.255951455205554,0.183343491008343,0.323009383448991,0.255951455205554,0.196268060417218,0.698962217652543,0.174430503334237,0.00738779395185931,0.255951455205554,0.132969450757194,0.0339804940778378,0.5,0.255951455205554,0.236946645873292,0.111982739502669,0.255951455205554,0.107666543298829,0.0217069649631186,0.255951455205554,0.199324324692919,0.00920812214068078,0.255951455205554,0.159153385524552,0.0612572592201293,0.27300575707318,0.343123045973461 -3979,0.255951455205554,0.142702257076432,0.117281525767067,0.255951455205554,0.135488296835806,0.0623673108015472,0.255951455205554,0.142070054473154,0.16341152891467,0.255951455205554,0.148371541201451,0.272319541884466,0.255951455205554,0.122384076451646,0.0605547555971242,0.255951455205554,0.13067728491964,0.0627628754163773,0.5,0.255951455205554,0.106308769614867,0.261098073163455,0.5,0.255951455205554,0.0959063199087607,0.512179429996236,0.5,0.255951455205554,0.0871985554873756,0.248384738283912,0.255951455205554,0.124046374815148,0.569485520357386,0.0867727479317984,0.0040194889268376,0.255951455205554,0.0635499113298115,0.0239400189368954,0.5,0.255951455205554,0.122962370677818,0.0747685051022574,0.255951455205554,0.0420073904436142,0.0210227869406998,0.255951455205554,0.112877544216878,0.0110926184568332,0.255951455205554,0.095381212860452,0.0320542767562629,0.144246807136047,0.477120924064112 -3980,0.255951455205554,0.0462226944183186,0.104866021829143,0.255951455205554,0.0391518974868394,0.0330240400495298,0.255951455205554,0.0416736732922968,0.122731294017366,0.255951455205554,0.0432409542685528,0.193957237421154,0.255951455205554,0.0396168472810744,0.0466056628607752,0.255951455205554,0.0300708500358522,0.0278418587711757,0.5,0.255951455205554,0.0265737556095182,0.124564497849463,0.5,0.255951455205554,0.0206311961199097,0.387429619374121,0.5,0.255951455205554,0.00619318489972362,0.170708039930346,0.255951455205554,0.0379393764954691,0.272842387473096,0.0201265977723443,0.000936161190387714,0.255951455205554,0.0135108172349599,0.0113324746359848,0.5,0.255951455205554,0.0298477160983935,0.0357277945374579,0.255951455205554,0.00641424857567424,0.0148479002041549,0.255951455205554,0.0247775147802592,0.0133186522198071,0.255951455205554,0.022458298179845,0.0118236078110869,0.0454025862144196,0.540106102698066 -3981,0.255951455205554,0.0,0.0765939181977076,0.255951455205554,0.0,0.0284639952692194,0.255951455205554,0.0,0.109058529359684,0.255951455205554,0.0,0.148933332152277,0.255951455205554,0.0,0.0625957337415939,0.255951455205554,0.0,0.0193578665187672,0.5,0.255951455205554,0.0,0.0608818128513216,0.5,0.255951455205554,0.0,0.281152939046194,0.5,0.255951455205554,0.0,0.141066158330617,0.255951455205554,0.0,0.1081001144707,0.0,0.00066967753785673,0.255951455205554,0.0,0.0126939628372554,0.5,0.255951455205554,0.0,0.0243376043690739,0.255951455205554,0.0,0.00970926143404039,0.255951455205554,0.0,0.0189451523414763,0.255951455205554,0.0,0.0103740108758904,0.0,0.436393268504965 -3982,0.255951455205554,0.0,0.0555543373648009,0.255951455205554,0.0,0.0103839406964564,0.255951455205554,0.0,0.0929227455341549,0.255951455205554,0.0,0.10687270445551,0.255951455205554,0.0,0.0825731252730802,0.255951455205554,0.0,0.0126056639162795,0.5,0.255951455205554,0.0,0.038282746707948,0.5,0.255951455205554,0.0,0.206474040455212,0.5,0.255951455205554,0.0,0.111577377563494,0.255951455205554,0.0,0.0584009808135003,0.0,0.000109976002581084,0.255951455205554,0.0,0.0091786550882879,0.5,0.255951455205554,0.0,0.00974090999028236,0.255951455205554,0.0,0.00750716176883418,0.255951455205554,0.0,0.0165188570215331,0.255951455205554,0.0,0.00476815963216641,0.0,0.42676498529666 -3983,0.255951455205554,0.0,0.0441489864676546,0.255951455205554,0.0,0.0020259552464195,0.255951455205554,0.0,0.0821268404905802,0.255951455205554,0.0,0.0820218147026748,0.255951455205554,0.0,0.0903460603604458,0.255951455205554,0.0,0.0104827741576129,0.5,0.255951455205554,0.0,0.0334000546151324,0.5,0.255951455205554,0.0,0.146963871973036,0.5,0.255951455205554,0.0,0.0795475858532964,0.255951455205554,0.0,0.0514824175624642,0.0,0.000976023859379522,0.255951455205554,0.0,0.00596488677349474,0.5,0.255951455205554,0.0,0.00410702582191177,0.255951455205554,0.0,0.00660935267241883,0.255951455205554,0.0,0.0137091206692815,0.255951455205554,0.0,0.00180532561261615,0.0,0.424840953366634 -3984,0.255951455205554,0.0,0.033041855601202,0.255951455205554,0.0,0.000733760548581961,0.255951455205554,0.0,0.0797717897981444,0.255951455205554,0.0,0.0718640213171914,0.255951455205554,0.0,0.0798616162915562,0.255951455205554,0.0,0.00923751345605944,0.5,0.255951455205554,0.0,0.0315120662540375,0.5,0.255951455205554,0.0,0.0987815891663842,0.5,0.255951455205554,0.0,0.0531528724867114,0.255951455205554,0.0,0.0507572230116379,0.0,0.00542082695187804,0.255951455205554,0.0,0.00382285773275753,0.5,0.255951455205554,0.0,0.0018324559359806,0.255951455205554,0.0,0.00445409940941184,0.255951455205554,0.0,0.0109532684249249,0.255951455205554,0.0,0.00158565677893965,0.0,0.451118194408369 -3985,0.255951455205554,0.0,0.0253429434417738,0.255951455205554,0.0,0.00113075647761968,0.255951455205554,0.0,0.0649821270420623,0.255951455205554,0.0,0.0594595389826482,0.255951455205554,0.0,0.0606083082991873,0.255951455205554,0.0,0.00818420607433555,0.5,0.255951455205554,0.0,0.0298375001396686,0.5,0.255951455205554,0.0,0.0669239422261367,0.5,0.255951455205554,0.0,0.034471452542619,0.255951455205554,0.0,0.0530680258301646,0.0,0.00900674236761177,0.255951455205554,0.0,0.00326405382114341,0.5,0.255951455205554,0.0,0.00101433518753507,0.255951455205554,0.0,0.00246145311246734,0.255951455205554,0.0,0.00832919101705869,0.255951455205554,0.0,0.00208697055570301,0.0,0.50921442758226 -3986,0.255951455205554,0.0,0.0304939071365571,0.255951455205554,0.0,0.0024306357844062,0.255951455205554,0.0,0.0619110678430205,0.255951455205554,0.0,0.053906198221806,0.255951455205554,0.0,0.0451775614493747,0.255951455205554,0.0,0.00867588350092361,0.5,0.255951455205554,0.0,0.0276519948018568,0.5,0.255951455205554,0.0,0.0468277015478731,0.5,0.255951455205554,0.0,0.021676906093818,0.255951455205554,0.0,0.052007529213925,0.0,0.008892598493227,0.255951455205554,0.0,0.00371143097309475,0.5,0.255951455205554,0.0,0.000957747049819977,0.255951455205554,0.0,0.00114927239547727,0.255951455205554,0.0,0.00762448177611828,0.255951455205554,0.0,0.0022908213010327,0.0,0.518223230652916 -3987,0.255951455205554,0.0,0.0333968633183344,0.255951455205554,0.0,0.00229694719459172,0.255951455205554,0.0,0.0673802515888637,0.255951455205554,0.0,0.06862436312697,0.255951455205554,0.0,0.0319628770152776,0.255951455205554,0.0,0.0077829788453999,0.5,0.255951455205554,0.0,0.0281798259946481,0.5,0.255951455205554,0.0,0.0348486668736888,0.5,0.255951455205554,0.0,0.0143822120215979,0.255951455205554,0.0,0.0468634714224624,0.0,0.00507653241153633,0.255951455205554,0.0,0.0041028244253838,0.5,0.255951455205554,0.0,0.00070190581882963,0.255951455205554,0.0,0.000986566747709027,0.255951455205554,0.0,0.00687537382456306,0.255951455205554,0.0,0.00219235230230884,0.0,0.562516848536818 -3988,0.255951455205554,0.0,0.0323464517619128,0.255951455205554,0.0,0.00507317765679096,0.255951455205554,0.0,0.0601036718398832,0.255951455205554,0.0,0.0709820918449508,0.255951455205554,0.0,0.0275865564340093,0.255951455205554,0.0,0.00634015980790617,0.5,0.255951455205554,0.0,0.0287529295088141,0.5,0.255951455205554,0.0,0.0285071761197537,0.5,0.255951455205554,0.0,0.0131260753991144,0.255951455205554,0.0,0.0456126846754822,0.0,0.00100880600992122,0.255951455205554,0.0,0.00356386729029228,0.5,0.255951455205554,0.0,0.000899305365104872,0.255951455205554,0.0,0.00122623781338102,0.255951455205554,0.0,0.00641746052435918,0.255951455205554,0.0,0.00162515244904439,0.0,0.614507400035941 -3989,0.255951455205554,0.00731046682397203,0.0495902573719537,0.255951455205554,0.00604819588531477,0.00601453954010194,0.255951455205554,0.00329414144748401,0.05740934298793,0.255951455205554,0.00376335584876878,0.0619059015706148,0.255951455205554,0.000968498962648181,0.0292401147908922,0.255951455205554,0.00119549255092844,0.00527035633612424,0.5,0.255951455205554,1.03903992183694e-06,0.0258300161327976,0.5,0.255951455205554,4.86761268382776e-05,0.0233869605471939,0.5,0.255951455205554,0.0016914683158341,0.0124089794144212,0.255951455205554,0.0,0.0456961969541682,0.0146854956938126,0.0,0.255951455205554,0.014474350103617,0.00260648761037649,0.5,0.255951455205554,0.017511832613316,0.00187676553063212,0.255951455205554,0.0075654305085912,0.00125266975199992,0.255951455205554,0.00588655335056704,0.0072226464612048,0.255951455205554,0.00395958131182274,0.00108133470777713,0.00987614546701506,0.690332313625385 -3990,0.255951455205554,0.0675730183393524,0.0705820462717974,0.255951455205554,0.067950508652336,0.00858446981531693,0.255951455205554,0.0558280452049296,0.0685436277729842,0.255951455205554,0.0558833987457717,0.0845478577988825,0.255951455205554,0.0469157920053044,0.0413238359992022,0.255951455205554,0.0516496865203228,0.00504258360235936,0.5,0.255951455205554,0.0418988753963082,0.0260751101255856,0.5,0.255951455205554,0.0468790046273233,0.018460150370453,0.5,0.255951455205554,0.056615193048162,0.0103398963573901,0.255951455205554,0.0398597963282724,0.0313165807372901,0.0780956105478732,0.0,0.255951455205554,0.0783455794638428,0.00164387523835524,0.5,0.255951455205554,0.0798477349239489,0.00411811900809007,0.255951455205554,0.0669512757649995,0.0013440210036542,0.255951455205554,0.0688985459648204,0.00642997017517799,0.255951455205554,0.0642368524531092,0.00119886739980526,0.0705283161834515,0.783900859402331 -3991,0.255951455205554,0.142183394088416,0.151127721794545,0.255951455205554,0.146543437185408,0.034947243175014,0.255951455205554,0.129529270736485,0.125369179616462,0.255951455205554,0.123462130256527,0.184100579761902,0.255951455205554,0.114260306966412,0.088134532033346,0.255951455205554,0.130539318728036,0.00916567431600414,0.5,0.255951455205554,0.117989818946313,0.0456003320275708,0.5,0.255951455205554,0.127429593013214,0.0303057699395917,0.5,0.255951455205554,0.140584718017991,0.0193255979332757,0.255951455205554,0.114057192955133,0.0325132826057663,0.168139575709366,0.0,0.255951455205554,0.169685391422149,0.00451277309930488,0.5,0.255951455205554,0.167407265484529,0.0075672463088565,0.255951455205554,0.152744370251464,0.0026100817366446,0.255951455205554,0.154264427844331,0.00727872525918502,0.255951455205554,0.149092838161364,0.00117009967638061,0.148106085037768,0.827304090926284 -3992,0.255951455205554,0.240147723103006,0.216750235399058,0.255951455205554,0.263233178326314,0.156343078120582,0.255951455205554,0.229283394800327,0.20545900742316,0.255951455205554,0.198070491415368,0.210467417115205,0.255951455205554,0.200823382787473,0.144905207639683,0.255951455205554,0.250391024381841,0.0308156126395271,0.5,0.255951455205554,0.235646132627984,0.117968199387847,0.5,0.255951455205554,0.250153997877793,0.072385755356554,0.5,0.255951455205554,0.252290830266829,0.0398181596097295,0.255951455205554,0.231476121342945,0.0702777373728473,0.288305156430089,0.00120041232200859,0.255951455205554,0.291535292313606,0.0100675555056499,0.5,0.255951455205554,0.288720395603168,0.0225721822058675,0.255951455205554,0.275299122078997,0.00741160722968956,0.255951455205554,0.275852813008225,0.0132822358394636,0.255951455205554,0.272176340813208,0.00123267921700962,0.264574981174828,0.846346392273565 -3993,0.255951455205554,0.31878654876838,0.31417366352216,0.255951455205554,0.357968344291615,0.202635052252353,0.255951455205554,0.329355044348291,0.280657082214412,0.255951455205554,0.284879236478304,0.234652827189154,0.255951455205554,0.28700043016007,0.196803735914171,0.255951455205554,0.380954745106295,0.0645422535600443,0.5,0.255951455205554,0.365841198829321,0.234715090060621,0.5,0.255951455205554,0.387088904002502,0.1179070508649,0.5,0.255951455205554,0.364608958441168,0.0409754309354955,0.255951455205554,0.361559612297278,0.177298396197949,0.417088161830263,0.00385340256684865,0.255951455205554,0.422164693040355,0.0113908775442234,0.5,0.255951455205554,0.416515247023178,0.0425916402954789,0.255951455205554,0.403315741903574,0.0121699351186457,0.255951455205554,0.40662823742424,0.015758949833789,0.255951455205554,0.404885320816554,0.00250013095611086,0.370604901433619,0.881524544072705 -3994,0.255951455205554,0.337284914117313,0.405840974532956,0.255951455205554,0.427446952693675,0.296418443610198,0.255951455205554,0.434498425180574,0.371954268958,0.255951455205554,0.395370643736466,0.332444602437389,0.255951455205554,0.347476893977556,0.246632208625317,0.255951455205554,0.515661622827381,0.115575065592511,0.5,0.255951455205554,0.502096737058782,0.337415047965737,0.5,0.255951455205554,0.525119101874149,0.158532700970609,0.5,0.255951455205554,0.456837981755002,0.0416608612236949,0.255951455205554,0.499375072544705,0.35213259788411,0.545220736806864,0.00723649494781687,0.255951455205554,0.547819361908197,0.0148512752562075,0.5,0.255951455205554,0.548476651344215,0.0607124858485823,0.255951455205554,0.51614299716355,0.00703020526461774,0.255951455205554,0.539116793134538,0.0144928438409581,0.255951455205554,0.538859869074024,0.00642944371606429,0.477661794572229,0.90161064153852 -3995,0.255951455205554,0.303652627030261,0.464430928527756,0.255951455205554,0.519526700890758,0.421602498922878,0.255951455205554,0.500029664730464,0.465310311670291,0.255951455205554,0.471636264599286,0.452580296888939,0.255951455205554,0.428382170314235,0.304638018229284,0.255951455205554,0.60197579772992,0.177358195881834,0.5,0.255951455205554,0.595200771107148,0.412497393153678,0.5,0.255951455205554,0.637136886506711,0.17947588467199,0.5,0.255951455205554,0.512559226160401,0.0473866452539073,0.255951455205554,0.590710743415122,0.435829533078721,0.638173521627965,0.00821890515042366,0.255951455205554,0.647718611481942,0.0208117058194463,0.5,0.255951455205554,0.64311664803148,0.0728123948253152,0.255951455205554,0.626098997264066,0.00387977934335489,0.255951455205554,0.62861978768402,0.0177653183008577,0.255951455205554,0.638984514709859,0.0188874479635715,0.429308910012014,0.911349916011285 -3996,0.255951455205554,0.267813691412132,0.485185715363567,0.255951455205554,0.576041749836572,0.524287378561124,0.255951455205554,0.491883594500605,0.549727820901147,0.255951455205554,0.432244925456971,0.598196209977127,0.255951455205554,0.492591981865953,0.379253580282314,0.255951455205554,0.650881330844042,0.239959739532204,0.5,0.255951455205554,0.654530821824087,0.464896875402795,0.5,0.255951455205554,0.698359025106981,0.210108817942819,0.5,0.255951455205554,0.542251499295886,0.0567502938753532,0.255951455205554,0.651577372728615,0.449523349745471,0.687943622682229,0.00744183349853656,0.255951455205554,0.698985477717187,0.0237857517201588,0.5,0.255951455205554,0.686798927836335,0.0756875192978576,0.255951455205554,0.686756430419006,0.0057041369398249,0.255951455205554,0.682768335459909,0.0284221654772709,0.255951455205554,0.691115909214876,0.0317539384246254,0.250354314984209,0.90898075987348 -3997,0.255951455205554,0.256646899026773,0.431464356059835,0.255951455205554,0.504778530590721,0.560942401728969,0.255951455205554,0.417461993747461,0.588103864664225,0.255951455205554,0.218563300447373,0.60953545488356,0.255951455205554,0.477419662336849,0.466188751102313,0.255951455205554,0.660294208060492,0.30838989829578,0.5,0.255951455205554,0.674581505127621,0.509692736597914,0.5,0.255951455205554,0.720680488665064,0.241381496620749,0.5,0.255951455205554,0.543741621579495,0.0711908510664077,0.255951455205554,0.679213012702731,0.443469664790009,0.698150919420697,0.00619770795994706,0.255951455205554,0.705559838021284,0.023154511813001,0.5,0.255951455205554,0.685551280257887,0.0714852671568419,0.255951455205554,0.703945942387406,0.00756303930712222,0.255951455205554,0.694164047697655,0.0412854193235642,0.255951455205554,0.698103694703143,0.0419367642236982,0.198888211905009,0.906328777063429 -3998,0.255951455205554,0.244336591145426,0.33873725572623,0.255951455205554,0.309607916885825,0.509017270546966,0.255951455205554,0.358847553381765,0.588260852655205,0.255951455205554,0.241800060201425,0.567773843888094,0.255951455205554,0.388651477838925,0.508956594844475,0.255951455205554,0.635308223617416,0.37709337925229,0.5,0.255951455205554,0.650622741158222,0.580332085180787,0.5,0.255951455205554,0.703410385442125,0.265562939681795,0.5,0.255951455205554,0.53011216379446,0.0861388761427173,0.255951455205554,0.638687190066106,0.488815845845499,0.661559726905362,0.00427935095276719,0.255951455205554,0.671307771640674,0.0194198895116967,0.5,0.255951455205554,0.641461953622187,0.0639290941591089,0.255951455205554,0.680164984397007,0.0081729309236989,0.255951455205554,0.666873486178036,0.0564349182915793,0.255951455205554,0.671079023622107,0.061622885875953,0.170235110745498,0.894537962281799 -3999,0.255951455205554,0.20621665339928,0.208094985492764,0.255951455205554,0.182676013051315,0.441363415197762,0.255951455205554,0.317033209688251,0.573180112996456,0.255951455205554,0.175780882397992,0.560387149055186,0.255951455205554,0.318685581235217,0.528435552646579,0.255951455205554,0.56296872347817,0.430541905448402,0.5,0.255951455205554,0.598276255147153,0.644705993789383,0.5,0.255951455205554,0.644078102395945,0.275016334025258,0.5,0.255951455205554,0.495029519568815,0.0928287907768961,0.255951455205554,0.591707523697277,0.599908172512775,0.58245172685136,0.00127720320027832,0.255951455205554,0.591064791574804,0.0164367247747842,0.5,0.255951455205554,0.550763417838579,0.0508266033493303,0.255951455205554,0.601943640206221,0.00998208827207357,0.255951455205554,0.590361106857801,0.0719424961485052,0.255951455205554,0.590734959440583,0.0852252881448909,0.156977387519696,0.797016683363336 -4000,0.255951455205554,0.160550452678924,0.108657780336577,0.255951455205554,0.145288329903935,0.337028731172899,0.255951455205554,0.256368813143815,0.517458966837611,0.255951455205554,0.144910692729709,0.470148336957196,0.255951455205554,0.238103346876846,0.521665548615175,0.255951455205554,0.474965376464823,0.455503354758189,0.5,0.255951455205554,0.503121746591686,0.66927134792923,0.5,0.255951455205554,0.531470026052808,0.284599822984878,0.5,0.255951455205554,0.417878789552124,0.09627109901672,0.255951455205554,0.48643142032784,0.700829598982378,0.457170908694437,0.000776274735986796,0.255951455205554,0.469845653875667,0.0145526092224976,0.5,0.255951455205554,0.424904598389471,0.0442963376690211,0.255951455205554,0.486657046051803,0.0119435299703152,0.255951455205554,0.468961702974888,0.0908959806329546,0.255951455205554,0.475456049758715,0.111229396420071,0.128478879284752,0.776878497734496 -4001,0.255951455205554,0.107386813691403,0.0663784806163486,0.255951455205554,0.114935303777427,0.213537796780025,0.255951455205554,0.203425590731136,0.427247826260774,0.255951455205554,0.0997229462709741,0.315796095902722,0.255951455205554,0.170042648393684,0.480947729859985,0.255951455205554,0.357367041808038,0.470112193301902,0.5,0.255951455205554,0.392093703365545,0.680192819329242,0.5,0.255951455205554,0.389173992710963,0.26027407137693,0.5,0.255951455205554,0.312569213568786,0.0874867108689351,0.255951455205554,0.403238934727806,0.728711211427106,0.330040836911654,0.000362512740575484,0.255951455205554,0.334718454576765,0.0139013612795092,0.5,0.255951455205554,0.304247662530469,0.054228777174603,0.255951455205554,0.348462989480235,0.0130267064764777,0.255951455205554,0.337478701359224,0.114797205068242,0.255951455205554,0.351120209900532,0.126905247922057,0.0907010222643832,0.839519645607035 -4002,0.255951455205554,0.0667238293370114,0.070139576787396,0.255951455205554,0.0955537566962621,0.111742788357724,0.255951455205554,0.126615623200367,0.301068515389864,0.255951455205554,0.0725324210924674,0.176218415214201,0.255951455205554,0.104069881023262,0.423520612541662,0.255951455205554,0.241953862284156,0.451892397916026,0.5,0.255951455205554,0.263559652532345,0.671305890681048,0.5,0.255951455205554,0.254632323983914,0.176941185097154,0.5,0.255951455205554,0.203092430001552,0.0651441985928368,0.255951455205554,0.281398872319606,0.68010803393402,0.210244105021829,7.28628931615876e-05,0.255951455205554,0.209514325485021,0.0206075826098246,0.5,0.255951455205554,0.200227646918714,0.0998457231257559,0.255951455205554,0.221546535386199,0.0110505674518276,0.255951455205554,0.210127996934065,0.145151435198113,0.255951455205554,0.219460674406454,0.132967578495419,0.0571984977174931,0.878577423323056 -4003,0.255951455205554,0.0364451138413108,0.0912084929783659,0.255951455205554,0.0477070447507571,0.0444986161554109,0.255951455205554,0.0581064292521931,0.16335684182174,0.255951455205554,0.0271067502461142,0.0533999531753962,0.255951455205554,0.0501310511509973,0.364276785052053,0.255951455205554,0.125136328653977,0.387477473255124,0.5,0.255951455205554,0.140497442085002,0.587862711478892,0.5,0.255951455205554,0.126689900069595,0.0645190861924681,0.5,0.255951455205554,0.0950152947380358,0.0386412157763264,0.255951455205554,0.149765120202334,0.551060942397118,0.0975655230646723,0.00023544585428792,0.255951455205554,0.0979587006394723,0.04100284412233,0.5,0.255951455205554,0.103724996783065,0.149364443927002,0.255951455205554,0.101825398670667,0.00474675834317968,0.255951455205554,0.10248125701143,0.19193021697271,0.255951455205554,0.107368863834197,0.139824682263551,0.0294678484586879,0.881014525566604 -4004,0.255951455205554,0.0135657003011794,0.0776051801450706,0.255951455205554,0.00999401346146252,0.0148968013602759,0.255951455205554,0.0166115233792611,0.100971823695043,0.255951455205554,0.00514937666225479,0.0106862553219718,0.255951455205554,0.0143466422514922,0.250003793147558,0.255951455205554,0.0367034597714509,0.281123290148102,0.5,0.255951455205554,0.0397705522440515,0.451225813851913,0.5,0.255951455205554,0.0242573341056925,0.0477823606116769,0.5,0.255951455205554,0.00729263388986841,0.0474169002899792,0.255951455205554,0.0407141515875617,0.436610365300802,0.0242560616161317,0.00305484176925371,0.255951455205554,0.0197716477298499,0.071682961572674,0.5,0.255951455205554,0.033960417316999,0.1482076930297,0.255951455205554,0.0139244193644739,0.00511282233951976,0.255951455205554,0.0252501814782837,0.24510738661643,0.255951455205554,0.0232655035462136,0.156731686436586,0.0183176310872071,0.829563574855423 -4005,0.255951455205554,0.0,0.058196569594111,0.255951455205554,0.0,0.0103343567701089,0.255951455205554,2.88970515325097e-05,0.104486053074525,0.255951455205554,6.92935748097044e-05,0.0326070132897803,0.255951455205554,1.7268713721146e-05,0.151280131678825,0.255951455205554,0.0,0.205056663764161,0.5,0.255951455205554,0.0,0.360873346369033,0.5,0.255951455205554,0.0,0.0656480751847704,0.5,0.255951455205554,0.0,0.0631745748610052,0.255951455205554,0.0,0.414312653369461,0.0,0.0128130771757941,0.255951455205554,0.0,0.0820694545970172,0.5,0.255951455205554,0.0,0.118469270366837,0.255951455205554,0.0,0.00545928953190762,0.255951455205554,0.0,0.274533434644573,0.255951455205554,0.0,0.165898879834207,0.0,0.722513272215051 -4006,0.255951455205554,0.0,0.0459252806184611,0.255951455205554,0.0,0.0125056955746376,0.255951455205554,0.0,0.112397966101501,0.255951455205554,0.0,0.0531513011563185,0.255951455205554,0.0,0.115416414490138,0.255951455205554,0.0,0.16474504465715,0.5,0.255951455205554,0.0,0.31145291821905,0.5,0.255951455205554,0.0,0.0941133685442688,0.5,0.255951455205554,0.0,0.0773891728755345,0.255951455205554,0.0,0.411587752631132,0.0,0.0135469949654098,0.255951455205554,0.0,0.083143829487444,0.5,0.255951455205554,0.0,0.0945196820225228,0.255951455205554,0.0,0.00341294911554212,0.255951455205554,0.0,0.27616017930999,0.255951455205554,0.0,0.171276286530877,0.0,0.623101936125085 -4007,0.255951455205554,0.0,0.0648084532787083,0.255951455205554,0.0,0.00474910909552842,0.255951455205554,0.0,0.0973682482281008,0.255951455205554,0.0,0.0509076824676812,0.255951455205554,0.0,0.0872681770289159,0.255951455205554,0.0,0.139634548375304,0.5,0.255951455205554,0.0,0.250893902654948,0.5,0.255951455205554,0.0,0.11791788658033,0.5,0.255951455205554,0.0,0.0896106322795437,0.255951455205554,0.0,0.363191353345828,0.0,0.00523657127143082,0.255951455205554,0.0,0.0653409753488683,0.5,0.255951455205554,0.0,0.0710781033765071,0.255951455205554,0.0,0.0051867187203111,0.255951455205554,0.0,0.247894793020002,0.255951455205554,0.0,0.160687034823278,0.0,0.605181795512729 -4008,0.255951455205554,0.0,0.0965170588748051,0.255951455205554,0.0,0.000919466302709572,0.255951455205554,0.0,0.0720898752886693,0.255951455205554,0.0,0.0260038724446529,0.255951455205554,0.0,0.0523433088708327,0.255951455205554,0.0,0.125174628641792,0.5,0.255951455205554,0.0,0.198502128317895,0.5,0.255951455205554,0.0,0.10955002481618,0.5,0.255951455205554,0.0,0.0782176666443881,0.255951455205554,0.0,0.271741063749835,0.0,0.000954234975998348,0.255951455205554,0.0,0.0398830025693974,0.5,0.255951455205554,0.0,0.0642470284120975,0.255951455205554,0.0,0.01004373192351,0.255951455205554,0.0,0.197374349804327,0.255951455205554,0.0,0.152604850345299,0.0,0.637604957765125 -4009,0.255951455205554,0.0,0.116243208412074,0.255951455205554,0.0,0.0274376775511377,0.255951455205554,0.0,0.0611037285661848,0.255951455205554,0.0,0.0155548971885445,0.255951455205554,0.0,0.0268598894178238,0.255951455205554,0.0,0.12897853847657,0.5,0.255951455205554,0.0,0.175697637628695,0.5,0.255951455205554,0.0,0.0776953367170017,0.5,0.255951455205554,0.0,0.0543616529890516,0.255951455205554,0.0,0.200456635921169,0.0,0.0042558569992155,0.255951455205554,0.0,0.0266374044276305,0.5,0.255951455205554,0.0,0.0841115408810389,0.255951455205554,0.0,0.0142106693999828,0.255951455205554,0.0,0.129768306443562,0.255951455205554,0.0,0.127540260833335,0.0,0.703009697756518 -4010,0.255951455205554,0.0,0.123467128823384,0.255951455205554,0.0,0.0589927450473761,0.255951455205554,0.0,0.0576320814456243,0.255951455205554,0.0,0.01763800389387,0.255951455205554,0.0,0.0124241529901483,0.255951455205554,0.0,0.139119322279077,0.5,0.255951455205554,0.0,0.165140862086579,0.5,0.255951455205554,0.0,0.0529339351428517,0.5,0.255951455205554,0.0,0.0427990175118557,0.255951455205554,0.0,0.184668700097085,0.0,0.00808769659130748,0.255951455205554,0.0,0.0328206157587178,0.5,0.255951455205554,0.0,0.0949079368927616,0.255951455205554,0.0,0.0141528426455562,0.255951455205554,0.0,0.0797758037930668,0.255951455205554,0.0,0.0753435212371173,0.0,0.768737470669397 -4011,0.255951455205554,0.0,0.130685834498968,0.255951455205554,0.0,0.0397613535868121,0.255951455205554,0.0,0.0516088874101324,0.255951455205554,0.0,0.0216655301854848,0.255951455205554,0.0,0.00843331853138949,0.255951455205554,0.0,0.141664398780591,0.5,0.255951455205554,0.0,0.153534185730745,0.5,0.255951455205554,0.0,0.0399548552188019,0.5,0.255951455205554,0.0,0.0378994007740963,0.255951455205554,0.0,0.183789302589485,0.0,0.0108173240378629,0.255951455205554,0.0,0.0405589557659509,0.5,0.255951455205554,0.0,0.0991088276505356,0.255951455205554,0.0,0.00779639152348436,0.255951455205554,0.0,0.06191362147777,0.255951455205554,0.0,0.0273295283265152,0.0,0.716714931879536 -4012,0.255951455205554,0.0,0.127261667204669,0.255951455205554,0.0,0.0330061471181341,0.255951455205554,0.0,0.0494368324222924,0.255951455205554,0.0,0.0271643060337048,0.255951455205554,0.0,0.0108182021055476,0.255951455205554,0.0,0.134047182061943,0.5,0.255951455205554,0.0,0.145926698048602,0.5,0.255951455205554,0.0,0.0324805233213261,0.5,0.255951455205554,0.0,0.0353879784632353,0.255951455205554,0.0,0.180732882381845,0.0,0.0313309745784429,0.255951455205554,0.0,0.0433204434118773,0.5,0.255951455205554,0.0,0.11726014279848,0.255951455205554,0.0,0.00395090486120409,0.255951455205554,0.0,0.0668146179012029,0.255951455205554,0.0,0.0102663080949422,0.0,0.58030860133036 -4013,0.255951455205554,0.0069616224391904,0.093410728975383,0.255951455205554,0.00593002133539656,0.0323944759913979,0.255951455205554,0.00317009608208539,0.0495677705577107,0.255951455205554,0.00399489327160046,0.0403925027606846,0.255951455205554,0.000676904363951294,0.0133905984086442,0.255951455205554,0.000734285728024235,0.112988581400735,0.5,0.255951455205554,9.5354768845715e-07,0.138506284928075,0.5,0.255951455205554,3.88301529495539e-05,0.0277457747539438,0.5,0.255951455205554,0.0014179356997829,0.029520894352029,0.255951455205554,0.0,0.180874653812269,0.0136409900215643,0.035399172943645,0.255951455205554,0.0134702416575299,0.0487370741089683,0.5,0.255951455205554,0.015773995575322,0.1131059015736,0.255951455205554,0.00822769905555637,0.00358469962220421,0.255951455205554,0.00526148111400365,0.0737354920284494,0.255951455205554,0.0033629360371104,0.00730242224677592,0.00835081779694386,0.395195330946453 -4014,0.255951455205554,0.0659512354633352,0.0562566858497876,0.255951455205554,0.0668211083937431,0.0305928593473578,0.255951455205554,0.0571850225134229,0.0423824272728687,0.255951455205554,0.0601848803279495,0.043088315631601,0.255951455205554,0.0305381851433726,0.0129898581486529,0.255951455205554,0.0387712451915978,0.11181031383142,0.5,0.255951455205554,0.0365755314583613,0.156988786393246,0.5,0.255951455205554,0.0442123702849441,0.0267879314808877,0.5,0.255951455205554,0.049336752230334,0.0270340812710132,0.255951455205554,0.0329636094583312,0.20725050587329,0.0755509051561728,0.0399395727575512,0.255951455205554,0.0766559841960137,0.0736810248485311,0.5,0.255951455205554,0.0748260399911618,0.130496823137851,0.255951455205554,0.0747467287797388,0.00576773324200335,0.255951455205554,0.0652475602671896,0.0761548720754221,0.255951455205554,0.0592726148568346,0.0163877864105981,0.0690880438166754,0.256496594318144 -4015,0.255951455205554,0.140838198343943,0.0440863108630933,0.255951455205554,0.144622787151564,0.0294143246345886,0.255951455205554,0.132342993207703,0.0449238167318518,0.255951455205554,0.134658735946338,0.0340146999338391,0.255951455205554,0.09710249600058,0.0332969306256959,0.255951455205554,0.116588215488461,0.150921388642239,0.5,0.255951455205554,0.111783167283922,0.2388204639429,0.5,0.255951455205554,0.121563727376211,0.0435246534465068,0.5,0.255951455205554,0.126170683936702,0.0408931722342471,0.255951455205554,0.108170708129111,0.315359971161389,0.164323891359394,0.131738113262658,0.255951455205554,0.165218792136222,0.140532483031309,0.5,0.255951455205554,0.158686056333363,0.194596928608507,0.255951455205554,0.161162956876062,0.0149581687002259,0.255951455205554,0.144978241249836,0.0871893281432143,0.255951455205554,0.140572269400501,0.048355398585738,0.146390974777473,0.193764490446546 -4016,0.255951455205554,0.253079761366904,0.0495048252304519,0.255951455205554,0.262813382838272,0.0550780437560389,0.255951455205554,0.249216754349002,0.0499255648968555,0.255951455205554,0.251979594991579,0.0210767400010112,0.255951455205554,0.196942596456808,0.0761999569375259,0.255951455205554,0.219710774381751,0.225848475469802,0.5,0.255951455205554,0.21421205576051,0.305516454105888,0.5,0.255951455205554,0.234641532138201,0.09101410074773,0.5,0.255951455205554,0.230926887287674,0.0833004571564828,0.255951455205554,0.213402104891329,0.484751808905969,0.283995011737368,0.204249995252251,0.255951455205554,0.285158293476136,0.159252228183469,0.5,0.255951455205554,0.275198888636544,0.150690068882036,0.255951455205554,0.279175350973353,0.0346033032361803,0.255951455205554,0.260900237340222,0.094120131847993,0.255951455205554,0.250170383833126,0.0486778631805714,0.260830280221002,0.174573426776787 -4017,0.255951455205554,0.35856088932891,0.0394093570288645,0.255951455205554,0.386065491868535,0.0558351545864532,0.255951455205554,0.372874831870552,0.0484251436545145,0.255951455205554,0.374920956265553,0.0183129437933104,0.255951455205554,0.314075157776865,0.111516634179393,0.255951455205554,0.339700828287364,0.259358240016578,0.5,0.255951455205554,0.33810872377297,0.307635895140794,0.5,0.255951455205554,0.368190769659808,0.203934133802931,0.5,0.255951455205554,0.352993632171184,0.148123398708865,0.255951455205554,0.338414264675869,0.476156867224613,0.41186158198845,0.220780960857452,0.255951455205554,0.415228479293003,0.144847081970347,0.5,0.255951455205554,0.400192008814106,0.105287745781071,0.255951455205554,0.411933724260185,0.0638563723565134,0.255951455205554,0.394417832602001,0.102104477986704,0.255951455205554,0.380761526738856,0.0518851171686644,0.360248676958319,0.164580009971851 -4018,0.255951455205554,0.452703849422228,0.0347151788152004,0.255951455205554,0.513180265804165,0.0496982419091907,0.255951455205554,0.50410033417963,0.0746168790304313,0.255951455205554,0.503765236237554,0.039074607795869,0.255951455205554,0.46463862015714,0.12893470084164,0.255951455205554,0.474252649086684,0.265502491721801,0.5,0.255951455205554,0.474016359065499,0.306235778982375,0.5,0.255951455205554,0.504497614887326,0.37254100833732,0.5,0.255951455205554,0.472345120179229,0.240353130404462,0.255951455205554,0.467737201333885,0.411802745410712,0.539985096941845,0.211284865576717,0.255951455205554,0.544129753207585,0.146059828110842,0.5,0.255951455205554,0.529577983826717,0.110037794373435,0.255951455205554,0.538335746342645,0.107566821066816,0.255951455205554,0.529067221510046,0.0993586317964342,0.255951455205554,0.519330816600249,0.0928011604408095,0.46001578157346,0.183765175122778 -4019,0.255951455205554,0.518668884576833,0.0535586218761373,0.255951455205554,0.603145581834378,0.068401258641007,0.255951455205554,0.608730761484661,0.126816714971425,0.255951455205554,0.603924611584943,0.0915783064176869,0.255951455205554,0.589580620892774,0.15310857771335,0.255951455205554,0.586224507130151,0.311382953847444,0.5,0.255951455205554,0.593505311150169,0.353479871594181,0.5,0.255951455205554,0.606297406987108,0.505787657367555,0.5,0.255951455205554,0.559593840060474,0.310152504977886,0.255951455205554,0.57959810025609,0.420347718614964,0.632995459435819,0.205520808006645,0.255951455205554,0.616063891158216,0.1483369396212,0.5,0.255951455205554,0.612539325469613,0.111933768261486,0.255951455205554,0.59017872927826,0.159979899185976,0.255951455205554,0.628902965160392,0.0997824807792826,0.255951455205554,0.610022091730632,0.166858599645495,0.531538660525154,0.226256983909876 -4020,0.255951455205554,0.570100421212804,0.0902113187918136,0.255951455205554,0.638650169077203,0.092871883734337,0.255951455205554,0.661522886409275,0.180476903261999,0.255951455205554,0.656045457344495,0.157114434617742,0.255951455205554,0.677273195498857,0.215881227799852,0.255951455205554,0.625134061801236,0.393641994703931,0.5,0.255951455205554,0.65846633279886,0.419387662135484,0.5,0.255951455205554,0.657383461176539,0.564778238406156,0.5,0.255951455205554,0.584554099383431,0.360047532213499,0.255951455205554,0.66344971469232,0.524789860197714,0.661169262688242,0.212496462679219,0.255951455205554,0.646675479174954,0.159057523027627,0.5,0.255951455205554,0.658924369921366,0.10306538757689,0.255951455205554,0.624035361140642,0.189099503554444,0.255951455205554,0.638402588209921,0.110254635548937,0.255951455205554,0.602366682428579,0.221706733437371,0.584420909407285,0.251716702292912 -4021,0.255951455205554,0.618184939387265,0.132404375786322,0.255951455205554,0.641508646877897,0.117720871049008,0.255951455205554,0.659828657599605,0.233028513858155,0.255951455205554,0.650242487522007,0.240256506569185,0.255951455205554,0.706275925279805,0.269729817559154,0.255951455205554,0.603015241274867,0.471756183349438,0.5,0.255951455205554,0.641396108095931,0.48134366839467,0.5,0.255951455205554,0.670536982914155,0.588135611628922,0.5,0.255951455205554,0.57787891314101,0.397851728633209,0.255951455205554,0.624303026719514,0.625637838644269,0.670432635157044,0.219670172397824,0.255951455205554,0.666288464381349,0.173223057601007,0.5,0.255951455205554,0.671080057954832,0.0843018013335766,0.255951455205554,0.649544929847431,0.214511205493246,0.255951455205554,0.64222108204266,0.134162126214939,0.255951455205554,0.627163550422242,0.242122041633888,0.659760965152983,0.222884414106104 -4022,0.255951455205554,0.631844247655805,0.182280509103971,0.255951455205554,0.614881568558015,0.152125740046428,0.255951455205554,0.638663301370012,0.269814741174127,0.255951455205554,0.638628949544823,0.326708762753942,0.255951455205554,0.67183930086971,0.275405854281905,0.255951455205554,0.576593694644961,0.494281124644625,0.5,0.255951455205554,0.601517281403721,0.551696312243422,0.5,0.255951455205554,0.65555164412469,0.615970670087247,0.5,0.255951455205554,0.566798448694957,0.412574820498634,0.255951455205554,0.619119939571069,0.699844114545196,0.650825604001704,0.214571096272676,0.255951455205554,0.653724117803084,0.17865027638949,0.5,0.255951455205554,0.657015627605953,0.0668857643503791,0.255951455205554,0.619585581773499,0.243905878065471,0.255951455205554,0.615375780356382,0.159597462939176,0.255951455205554,0.61608694726063,0.247180671787306,0.669929499490888,0.254185344364632 -4023,0.255951455205554,0.59198982759171,0.260414121866728,0.255951455205554,0.55255598624607,0.170234129015956,0.255951455205554,0.587241906830013,0.301193299501095,0.255951455205554,0.589564583057498,0.394271978441098,0.255951455205554,0.60892490005546,0.296500728835342,0.255951455205554,0.533138665572842,0.465515694954091,0.5,0.255951455205554,0.529474629409872,0.563063565865488,0.5,0.255951455205554,0.596014301397771,0.611295390152975,0.5,0.255951455205554,0.524748833399809,0.407410846894245,0.255951455205554,0.55099560089307,0.748809024752429,0.58994488916922,0.193594014016548,0.255951455205554,0.58856652797356,0.170990089951067,0.5,0.255951455205554,0.595377095849898,0.0509883794352156,0.255951455205554,0.558914359055787,0.256725660515207,0.255951455205554,0.567614171001085,0.172189885137486,0.255951455205554,0.562074404356987,0.269228807185172,0.592177151043473,0.294360037260151 -4024,0.255951455205554,0.505926835633243,0.366214234468737,0.255951455205554,0.458477123662794,0.147492335798739,0.255951455205554,0.49624323897236,0.342707237637977,0.255951455205554,0.50193185302739,0.432407972602225,0.255951455205554,0.516987503023714,0.318036290560631,0.255951455205554,0.457330032339546,0.433459552888838,0.5,0.255951455205554,0.457863461905574,0.55785776808367,0.5,0.255951455205554,0.484811686451001,0.545946757939579,0.5,0.255951455205554,0.433587937796883,0.352854038288427,0.255951455205554,0.419091119218025,0.732721460820252,0.476509155780558,0.178140678601134,0.255951455205554,0.477150686596802,0.161139357551041,0.5,0.255951455205554,0.485081953140169,0.0379176068379524,0.255951455205554,0.458537517874188,0.250086805492282,0.255951455205554,0.470198694013593,0.178265995879309,0.255951455205554,0.468300934363385,0.273052805347934,0.491999428443627,0.288311466600552 -4025,0.255951455205554,0.389308342154363,0.432528390667866,0.255951455205554,0.350926611849507,0.126439389414567,0.255951455205554,0.376410292656622,0.39181058607422,0.255951455205554,0.389767523584335,0.492213757507054,0.255951455205554,0.389872621076905,0.313405221846821,0.255951455205554,0.343488783205815,0.380929578672372,0.5,0.255951455205554,0.348456798393974,0.494397532002565,0.5,0.255951455205554,0.348092845636954,0.442680338321233,0.5,0.255951455205554,0.32486586832367,0.298536274936786,0.255951455205554,0.3891099335213,0.685123231928612,0.35601066915663,0.155297494444969,0.255951455205554,0.350017042953368,0.143329547849418,0.5,0.255951455205554,0.363108988714758,0.0266629356672087,0.255951455205554,0.334470362856189,0.224942241997634,0.255951455205554,0.350926547799065,0.170818733069441,0.255951455205554,0.342033780032121,0.247919807053013,0.370205684475828,0.223234931308765 -4026,0.255951455205554,0.270559305709287,0.428207101960469,0.255951455205554,0.241901418768691,0.16780804496236,0.255951455205554,0.260018579916987,0.405373458886698,0.255951455205554,0.269434935344731,0.547386030321101,0.255951455205554,0.264876046965565,0.268270517817614,0.255951455205554,0.235809651652287,0.227418121727752,0.5,0.255951455205554,0.237896171065156,0.298099317778253,0.5,0.255951455205554,0.232832499035463,0.283443470528894,0.5,0.255951455205554,0.20686555042701,0.18657509808649,0.255951455205554,0.277753411856696,0.475712535566112,0.232569628316827,0.12565274036822,0.255951455205554,0.227399420166551,0.103232684481798,0.5,0.255951455205554,0.241663512582121,0.0175878909772009,0.255951455205554,0.216721645026726,0.150809752274029,0.255951455205554,0.234315726908155,0.128143067413278,0.255951455205554,0.229781002085717,0.167899911817924,0.270145770260593,0.1470825447885 -4027,0.255951455205554,0.145058362200499,0.383831460308566,0.255951455205554,0.129845785738573,0.234515810015048,0.255951455205554,0.140089178722128,0.348808805123015,0.255951455205554,0.144833131985678,0.477162380841045,0.255951455205554,0.14020850351433,0.181011964313523,0.255951455205554,0.122117596607027,0.110557691717933,0.5,0.255951455205554,0.130420358328003,0.132681746932425,0.5,0.255951455205554,0.122202449216495,0.146643193568457,0.5,0.255951455205554,0.0955487794264855,0.126986443050628,0.255951455205554,0.137743530188055,0.201229859545448,0.114899277556033,0.0542269078822948,0.255951455205554,0.10702487405128,0.0369529099079504,0.5,0.255951455205554,0.123133257506848,0.00824786159408807,0.255951455205554,0.099261853641013,0.0670647524300573,0.255951455205554,0.117116360940574,0.0459786406240068,0.255951455205554,0.115356769172531,0.0593852897254285,0.143749267405755,0.108111673491175 -4028,0.255951455205554,0.0470082326634611,0.264804166116742,0.255951455205554,0.0402502803278393,0.194541735005955,0.255951455205554,0.0480429770261476,0.23628411348701,0.255951455205554,0.0488884331058833,0.284429261503847,0.255951455205554,0.0448515461773056,0.202156892513934,0.255951455205554,0.0296746976894569,0.093646101208135,0.5,0.255951455205554,0.0323941304229183,0.11670060724086,0.5,0.255951455205554,0.0256179832803705,0.109122768320333,0.5,0.255951455205554,0.00849072040622621,0.12741962581412,0.255951455205554,0.0340853940872455,0.115716106208072,0.0229690718529035,0.0324826903987854,0.255951455205554,0.0191755702002956,0.030198995459629,0.5,0.255951455205554,0.0302682279381604,0.00483031791976336,0.255951455205554,0.0128587703310117,0.0584854842164151,0.255951455205554,0.0240435159590236,0.0387473275156348,0.255951455205554,0.0228656343457251,0.0439537861930565,0.0460911447156567,0.205069012872735 -4029,0.255951455205554,0.0,0.163191383948498,0.255951455205554,0.0,0.132365486134513,0.255951455205554,0.0,0.148555675990375,0.255951455205554,0.0,0.151529241895981,0.255951455205554,0.0,0.227933121244879,0.255951455205554,0.0,0.0896585354260519,0.5,0.255951455205554,0.0,0.13931691767975,0.5,0.255951455205554,0.0,0.0944235347131583,0.5,0.255951455205554,0.0,0.115293322830863,0.255951455205554,0.0,0.118915874277623,0.0,0.028279678429013,0.255951455205554,0.0,0.0255703039788502,0.5,0.255951455205554,0.0,0.00509951028982941,0.255951455205554,0.0,0.0446092321919199,0.255951455205554,0.0,0.0278807106559405,0.255951455205554,0.0,0.0314400842662501,0.0,0.393010241744804 -4030,0.255951455205554,0.0,0.13212714456918,0.255951455205554,0.0,0.0872555785248668,0.255951455205554,0.0,0.106129712559977,0.255951455205554,0.0,0.0985221143377039,0.255951455205554,0.0,0.22562004200449,0.255951455205554,0.0,0.0823289512932737,0.5,0.255951455205554,0.0,0.142795871130054,0.5,0.255951455205554,0.0,0.080527265462346,0.5,0.255951455205554,0.0,0.087011386197155,0.255951455205554,0.0,0.147330250588732,0.0,0.0196739353277015,0.255951455205554,0.0,0.016177696722063,0.5,0.255951455205554,0.0,0.00628084612012388,0.255951455205554,0.0,0.0246207804274405,0.255951455205554,0.0,0.0144271957972256,0.255951455205554,0.0,0.0163111318168347,0.0,0.41059122668935 -4031,0.255951455205554,0.0,0.111358749019507,0.255951455205554,0.0,0.0466585493963043,0.255951455205554,0.0,0.083097235185103,0.255951455205554,0.0,0.0781867293891141,0.255951455205554,0.0,0.180103119964384,0.255951455205554,0.0,0.0822649192028083,0.5,0.255951455205554,0.0,0.132480073177729,0.5,0.255951455205554,0.0,0.0711479594000881,0.5,0.255951455205554,0.0,0.0615745893921301,0.255951455205554,0.0,0.177749131024309,0.0,0.0136297699239536,0.255951455205554,0.0,0.00920365162821306,0.5,0.255951455205554,0.0,0.0149719879045298,0.255951455205554,0.0,0.0119200725265675,0.255951455205554,0.0,0.00606615897058493,0.255951455205554,0.0,0.00855065053822042,0.0,0.380848278905006 -4032,0.255951455205554,0.0,0.103624291181261,0.255951455205554,0.0,0.0263799758758745,0.255951455205554,0.0,0.068306514633288,0.255951455205554,0.0,0.0639637360535068,0.255951455205554,0.0,0.117901398382551,0.255951455205554,0.0,0.0827902527329241,0.5,0.255951455205554,0.0,0.128358937304521,0.5,0.255951455205554,0.0,0.0623316081915449,0.5,0.255951455205554,0.0,0.0468008415227141,0.255951455205554,0.0,0.185492823181219,0.0,0.0102894851170771,0.255951455205554,0.0,0.00553555601815779,0.5,0.255951455205554,0.0,0.0218865054066103,0.255951455205554,0.0,0.00556681652340674,0.255951455205554,0.0,0.00274755930202668,0.255951455205554,0.0,0.00388246688819864,0.0,0.440696484938153 -4033,0.255951455205554,0.0,0.114520457139632,0.255951455205554,0.0,0.0330981785392653,0.255951455205554,0.0,0.071617095574767,0.255951455205554,0.0,0.0609878094133491,0.255951455205554,0.0,0.0672766922278074,0.255951455205554,0.0,0.0808656555920865,0.5,0.255951455205554,0.0,0.124243473103963,0.5,0.255951455205554,0.0,0.0532232625986283,0.5,0.255951455205554,0.0,0.0410452645936866,0.255951455205554,0.0,0.171346375739044,0.0,0.00462365348916207,0.255951455205554,0.0,0.00348340309505457,0.5,0.255951455205554,0.0,0.0249970354185283,0.255951455205554,0.0,0.0026139066068307,0.255951455205554,0.0,0.00255415338666296,0.255951455205554,0.0,0.00239226187627549,0.0,0.544886777852345 -4034,0.255951455205554,0.0,0.140814809575965,0.255951455205554,0.0,0.036040281287395,0.255951455205554,0.0,0.086039728311376,0.255951455205554,0.0,0.0918334841234167,0.255951455205554,0.0,0.0388150628171664,0.255951455205554,0.0,0.0696502945220893,0.5,0.255951455205554,0.0,0.121305955252361,0.5,0.255951455205554,0.0,0.049176910177565,0.5,0.255951455205554,0.0,0.0373683997958372,0.255951455205554,0.0,0.161200234409631,0.0,0.00140603396326595,0.255951455205554,0.0,0.00291831595532891,0.5,0.255951455205554,0.0,0.0268068375025799,0.255951455205554,0.0,0.00158183331593275,0.255951455205554,0.0,0.00316451836200432,0.255951455205554,0.0,0.00165733188732467,0.0,0.603336572858247 -4035,0.255951455205554,0.0,0.153903746557632,0.255951455205554,0.0,0.0373318668036049,0.255951455205554,0.0,0.106036192122652,0.255951455205554,0.0,0.131169965709289,0.255951455205554,0.0,0.028505195481239,0.255951455205554,0.0,0.0618404593459313,0.5,0.255951455205554,0.0,0.114915634872922,0.5,0.255951455205554,0.0,0.0449895882713762,0.5,0.255951455205554,0.0,0.0323091134625242,0.255951455205554,0.0,0.15690111256496,0.0,0.00121504747479837,0.255951455205554,0.0,0.00273119675108673,0.5,0.255951455205554,0.0,0.0271156821547241,0.255951455205554,0.0,0.000744214954301689,0.255951455205554,0.0,0.00459509319632685,0.255951455205554,0.0,0.00256777114405944,0.0,0.636738349144416 -4036,0.255951455205554,0.0,0.155470626765549,0.255951455205554,0.0,0.0388927550244642,0.255951455205554,0.0,0.126891756471476,0.255951455205554,0.0,0.154203926037694,0.255951455205554,0.0,0.0240394644918749,0.255951455205554,0.0,0.0576083598999068,0.5,0.255951455205554,0.0,0.102198291493021,0.5,0.255951455205554,0.0,0.0405711439524286,0.5,0.255951455205554,0.0,0.0290353474490631,0.255951455205554,0.0,0.14941907489617,0.0,0.000837124978463093,0.255951455205554,0.0,0.00227514585524867,0.5,0.255951455205554,0.0,0.0268308160469874,0.255951455205554,0.0,0.000425351197641735,0.255951455205554,0.0,0.00924536901814646,0.255951455205554,0.0,0.00494970385104222,0.0,0.648133161143993 -4037,0.255951455205554,0.00371978071228926,0.152001587583066,0.255951455205554,0.00218156568436706,0.0447667303147094,0.255951455205554,0.00153738302022283,0.128672477873096,0.255951455205554,0.000230130805841013,0.167660065005987,0.255951455205554,0.000877658919013976,0.0243857885988171,0.255951455205554,0.00119930119410766,0.0541886557912488,0.5,0.255951455205554,1.13703587358587e-06,0.0881119633425239,0.5,0.255951455205554,4.16389902478175e-05,0.0350941259047918,0.5,0.255951455205554,0.00171966792084976,0.0236675480287462,0.255951455205554,0.0,0.142275028783817,0.0145292565952477,0.000630805578775657,0.255951455205554,0.0139235527154858,0.00226436570459116,0.5,0.255951455205554,0.0165724445246455,0.0250531320348624,0.255951455205554,0.00815052641452961,0.000286184431999815,0.255951455205554,0.00546697315626552,0.0157501031843858,0.255951455205554,0.00379321492581319,0.0049822944783921,0.00363977996930968,0.614207234967733 -4038,0.255951455205554,0.0339325265417677,0.164712427943461,0.255951455205554,0.0211630509760045,0.069268795103099,0.255951455205554,0.0213543872315,0.132268679306084,0.255951455205554,0.00247561522009219,0.181627217379834,0.255951455205554,0.0416644664873291,0.0227477563191913,0.255951455205554,0.0520898027358415,0.0452991852199452,0.5,0.255951455205554,0.0428197194156338,0.0733233045684143,0.5,0.255951455205554,0.0456007601609884,0.0217099897359394,0.5,0.255951455205554,0.0564333895973839,0.0161147009544301,0.255951455205554,0.0387815542357983,0.0938269290665093,0.0770820602605425,0.000519300738929822,0.255951455205554,0.0765519324613132,0.00291749311372231,0.5,0.255951455205554,0.0766045153122046,0.0259835675899114,0.255951455205554,0.0719456947762781,0.000808109528085467,0.255951455205554,0.0660995148504486,0.0235112650700998,0.255951455205554,0.0622302038735792,0.0057464604126228,0.0269824559934578,0.548167023144432 -4039,0.255951455205554,0.079721093883505,0.190869268204421,0.255951455205554,0.0488877787484489,0.154462209637853,0.255951455205554,0.0476537319752544,0.155106265782903,0.255951455205554,0.012962951343766,0.207229721633519,0.255951455205554,0.0961275305366021,0.0395487817921785,0.255951455205554,0.129105468602307,0.0645149259280354,0.5,0.255951455205554,0.116613882193096,0.115325685525773,0.5,0.255951455205554,0.124141044681686,0.0243343119159845,0.5,0.255951455205554,0.141326947852695,0.0169677456243401,0.255951455205554,0.111749549196912,0.111733788468135,0.165151971483625,0.000868845464926241,0.255951455205554,0.165683989548586,0.00891760465473643,0.5,0.255951455205554,0.16050792094755,0.0570308840288666,0.255951455205554,0.161716844018247,0.00123181024876644,0.255951455205554,0.148841741922192,0.0575505557003162,0.255951455205554,0.145093998723183,0.0112452567673762,0.0862599225853387,0.396879484832199 -4040,0.255951455205554,0.144965477046767,0.209430407976996,0.255951455205554,0.114010151191539,0.247545447164778,0.255951455205554,0.084678278883658,0.194454926042231,0.255951455205554,0.0434707310680613,0.250501825853907,0.255951455205554,0.168132709038618,0.128930575083067,0.255951455205554,0.248081171834664,0.155463520442325,0.5,0.255951455205554,0.23352729718223,0.214495739016615,0.5,0.255951455205554,0.243329413991687,0.0798106542701282,0.5,0.255951455205554,0.262997693258912,0.0479849067841591,0.255951455205554,0.227503855523586,0.229740470218186,0.282585249703994,0.00632027522517803,0.255951455205554,0.284192287949679,0.0262138299396875,0.5,0.255951455205554,0.272866046301035,0.104588435081065,0.255951455205554,0.282957073382191,0.00706709412273933,0.255951455205554,0.266818829538011,0.100928469628951,0.255951455205554,0.265625712900176,0.0343512912700493,0.197511622200598,0.266671097122036 -4041,0.255951455205554,0.220099411124496,0.227931225367619,0.255951455205554,0.092296401863536,0.318631888285873,0.255951455205554,0.120483247360723,0.23437538842967,0.255951455205554,0.113677550958374,0.283694111028312,0.255951455205554,0.227103839040598,0.244044216850382,0.255951455205554,0.37726969491036,0.264268807537627,0.5,0.255951455205554,0.362602708824939,0.306976675846584,0.5,0.255951455205554,0.376443004891723,0.156167441502778,0.5,0.255951455205554,0.398883859569381,0.0939329049741827,0.255951455205554,0.356071022534227,0.374519441086217,0.407163227564158,0.0124108781385382,0.255951455205554,0.412741888577808,0.05137406712887,0.5,0.255951455205554,0.381914118866357,0.138697556185538,0.255951455205554,0.415688735028731,0.0200837174194067,0.255951455205554,0.395603627646516,0.139325668203439,0.255951455205554,0.39635993371711,0.0602245389373564,0.386310816778689,0.188762634109436 -4042,0.255951455205554,0.272275533175622,0.261631898243157,0.255951455205554,0.0934099284401089,0.301112800688466,0.255951455205554,0.157010640477093,0.256015990033722,0.255951455205554,0.101700627410343,0.291936023198296,0.255951455205554,0.298196590600949,0.255767629709194,0.255951455205554,0.512233066207152,0.281092239589114,0.5,0.255951455205554,0.500267565294988,0.397011660556352,0.5,0.255951455205554,0.512651798795795,0.223565883822372,0.5,0.255951455205554,0.532626388044214,0.144820515016292,0.255951455205554,0.493359263412968,0.429984756322172,0.530515654911143,0.0272756924255036,0.255951455205554,0.538756854259262,0.0758139628554401,0.5,0.255951455205554,0.46753849008783,0.159200087332353,0.255951455205554,0.54389106988759,0.0302766912800864,0.255951455205554,0.52179851793737,0.15921460991226,0.255951455205554,0.528819827234386,0.0645826119705671,0.505241084271666,0.174610233156999 -4043,0.255951455205554,0.331891715694317,0.306643698763252,0.255951455205554,0.132041439058214,0.299928939525431,0.255951455205554,0.183870141044253,0.270451668354233,0.255951455205554,0.126185702432831,0.28335388060965,0.255951455205554,0.329962822711267,0.261308351442081,0.255951455205554,0.619013024973701,0.261736856372328,0.5,0.255951455205554,0.61320891714899,0.436461068065842,0.5,0.255951455205554,0.618669107516064,0.354057172096766,0.5,0.255951455205554,0.626951958339274,0.180722204143021,0.255951455205554,0.606146934258508,0.518922103314082,0.604278695443212,0.0696368190338406,0.255951455205554,0.608932611163342,0.0937630765609933,0.5,0.255951455205554,0.494328949682632,0.157964069385136,0.255951455205554,0.630046105586258,0.033199245885086,0.255951455205554,0.595445461411455,0.171403642839795,0.255951455205554,0.60893428466805,0.0574310071516485,0.497648720327025,0.188650875947129 -4044,0.255951455205554,0.383625477574098,0.321981471189325,0.255951455205554,0.157908182055339,0.29415445887543,0.255951455205554,0.187959817965275,0.246172036379977,0.255951455205554,0.148754969313175,0.261361742144739,0.255951455205554,0.310599796535591,0.268473164584601,0.255951455205554,0.661942626707432,0.231601640606336,0.5,0.255951455205554,0.661092710271822,0.420291242772669,0.5,0.255951455205554,0.655769496299459,0.425550792013008,0.5,0.255951455205554,0.676130546456826,0.187399681970694,0.255951455205554,0.641000749104246,0.53623985998673,0.647860157788643,0.105870013146648,0.255951455205554,0.639736440319977,0.108509382756337,0.5,0.255951455205554,0.502486571124905,0.166650514812466,0.255951455205554,0.679278715737503,0.0344281537975455,0.255951455205554,0.615258452263167,0.189280423597915,0.255951455205554,0.653250543708425,0.0596148977530097,0.542632987621943,0.242749457051199 -4045,0.255951455205554,0.426116213045692,0.318901435133002,0.255951455205554,0.177222172687843,0.30076290192059,0.255951455205554,0.196968373481364,0.22637712383405,0.255951455205554,0.160155677045547,0.217133468039997,0.255951455205554,0.298176541471363,0.289746644190624,0.255951455205554,0.677565823363069,0.220887261046136,0.5,0.255951455205554,0.68454457956749,0.378339863790999,0.5,0.255951455205554,0.663895332678087,0.424025291515788,0.5,0.255951455205554,0.69525410203966,0.180054342100999,0.255951455205554,0.675959667743657,0.504905649188114,0.650933622810372,0.108366627019391,0.255951455205554,0.623760417276397,0.127492890141193,0.5,0.255951455205554,0.506692133876848,0.194036661692017,0.255951455205554,0.691355156567894,0.0408857450183501,0.255951455205554,0.611880400803488,0.221971248795816,0.255951455205554,0.671376756607681,0.073120675510459,0.562229694046416,0.373229941764733 -4046,0.255951455205554,0.453979319178273,0.330858700567777,0.255951455205554,0.182916803115404,0.292304894384383,0.255951455205554,0.194138471127948,0.228915223104377,0.255951455205554,0.177077954209444,0.202690458755673,0.255951455205554,0.294927561439248,0.330336136790394,0.255951455205554,0.664264238918638,0.231390707895792,0.5,0.255951455205554,0.677867774492404,0.344866454933048,0.5,0.255951455205554,0.656596744528519,0.404076618100138,0.5,0.255951455205554,0.674002833255133,0.166130726129614,0.255951455205554,0.663670643466787,0.441238070302841,0.539421768913989,0.118581593342856,0.255951455205554,0.575169347783828,0.152552984560797,0.5,0.255951455205554,0.518264744109415,0.222862604481935,0.255951455205554,0.659193079459922,0.0525476246352362,0.255951455205554,0.572306533842974,0.263417934781671,0.255951455205554,0.645419466808527,0.0887390130358049,0.580425797954011,0.561524285283841 -4047,0.255951455205554,0.430125897250573,0.360928831781272,0.255951455205554,0.178297276053774,0.277964150095444,0.255951455205554,0.185663907621512,0.238549616271923,0.255951455205554,0.170546522232495,0.218441497028914,0.255951455205554,0.266720849593715,0.362502320127919,0.255951455205554,0.604119341565159,0.268983013519374,0.5,0.255951455205554,0.621846104008943,0.318127305879816,0.5,0.255951455205554,0.598170197481269,0.366461832384799,0.5,0.255951455205554,0.611330542287876,0.155769239939421,0.255951455205554,0.607591895327299,0.383853348304721,0.452645460752986,0.16752272608092,0.255951455205554,0.497221736691378,0.182676609847064,0.5,0.255951455205554,0.493721726091823,0.235852667069411,0.255951455205554,0.58451659328024,0.05739431164692,0.255951455205554,0.528550268803917,0.3008218742131,0.255951455205554,0.583396813058531,0.112398825395017,0.549581127957599,0.698174321442738 -4048,0.255951455205554,0.347368637177748,0.390944671724338,0.255951455205554,0.168453565310991,0.26472283400918,0.255951455205554,0.181576794809878,0.255048425399609,0.255951455205554,0.145563920233236,0.223345343615186,0.255951455205554,0.246232795644902,0.389930477019231,0.255951455205554,0.499594190323355,0.317956723138757,0.5,0.255951455205554,0.524536003532805,0.336304357733526,0.5,0.255951455205554,0.49960739487224,0.324302183897228,0.5,0.255951455205554,0.503915037299416,0.15216162418192,0.255951455205554,0.521445173855994,0.369129350732275,0.32074573189,0.24138315861816,0.255951455205554,0.402797340481005,0.212259602360272,0.5,0.255951455205554,0.40884910518854,0.225755772837051,0.255951455205554,0.469709934346564,0.0591261202589225,0.255951455205554,0.428405847947862,0.347758186855522,0.255951455205554,0.482828382822012,0.141633785303457,0.458171827414841,0.762882235329737 -4049,0.255951455205554,0.240724401218148,0.393555857159435,0.255951455205554,0.143256951884057,0.271757859364721,0.255951455205554,0.149951205006264,0.271973647839118,0.255951455205554,0.109505964995188,0.226809501011429,0.255951455205554,0.201117559574275,0.391504240893544,0.255951455205554,0.378991827531332,0.37229069243116,0.5,0.255951455205554,0.396570131872104,0.382408726156254,0.5,0.255951455205554,0.372346043436131,0.267045834117517,0.5,0.255951455205554,0.368543904813978,0.143684204801089,0.255951455205554,0.395049621831667,0.371124231729228,0.320972877706662,0.387136284521919,0.255951455205554,0.306868187125846,0.242436721131296,0.5,0.255951455205554,0.30583922220569,0.200914058182974,0.255951455205554,0.337132423310096,0.0583774578359291,0.255951455205554,0.319829606747515,0.411786292750631,0.255951455205554,0.356408700716556,0.170026502981086,0.335759078960635,0.764108470654499 -4050,0.255951455205554,0.140973314146918,0.36897818620841,0.255951455205554,0.109225874692541,0.291063739463501,0.255951455205554,0.096176841862113,0.274923510521538,0.255951455205554,0.0771469559663088,0.225317149059498,0.255951455205554,0.151454104689894,0.350179445519634,0.255951455205554,0.252329580111491,0.417176245914858,0.5,0.255951455205554,0.272556336209405,0.409547749236337,0.5,0.255951455205554,0.247756933881053,0.143554640865944,0.5,0.255951455205554,0.237364190852279,0.0951217388696558,0.255951455205554,0.269153841616375,0.328648102237882,0.194600829876578,0.544217525529853,0.255951455205554,0.189948857375736,0.241287741408598,0.5,0.255951455205554,0.202162611169392,0.171052530352136,0.255951455205554,0.220711150896219,0.0567356747490381,0.255951455205554,0.211192050799337,0.479674719997224,0.255951455205554,0.233323370578444,0.216195813172198,0.213849771995022,0.703666972693495 -4051,0.255951455205554,0.0651005171722661,0.322735999804844,0.255951455205554,0.0677730257948564,0.286935571559689,0.255951455205554,0.0478384490496383,0.259353418569862,0.255951455205554,0.03267494746502,0.230087807583362,0.255951455205554,0.0892530640078692,0.278247198885479,0.255951455205554,0.1280707877552,0.426575131341136,0.5,0.255951455205554,0.144368740446724,0.393464243628907,0.5,0.255951455205554,0.125148917190593,0.0746001402424463,0.5,0.255951455205554,0.10355797009446,0.0504711548898539,0.255951455205554,0.146702900468769,0.235833649033623,0.0970464230772337,0.514582527124267,0.255951455205554,0.0882327414012674,0.229841156675222,0.5,0.255951455205554,0.10181857643363,0.122395090534569,0.255951455205554,0.0992233520520269,0.0530342319508712,0.255951455205554,0.106908131944295,0.472792414691424,0.255951455205554,0.116608718961313,0.277032038759419,0.102380829311575,0.621014192755926 -4052,0.255951455205554,0.0181561377471825,0.279122696876379,0.255951455205554,0.0282669511952181,0.259614787843475,0.255951455205554,0.0158063475886878,0.243019665715528,0.255951455205554,0.0108678934834721,0.220422215760038,0.255951455205554,0.0312102096306771,0.176783424628862,0.255951455205554,0.0300490163493731,0.395890616951385,0.5,0.255951455205554,0.0341529324074184,0.396789127044041,0.5,0.255951455205554,0.0245765058191903,0.0734026627911764,0.5,0.255951455205554,0.00873412945735077,0.071177083481904,0.255951455205554,0.0349497220788087,0.340941968766356,0.0239583193056095,0.21189757372833,0.255951455205554,0.0178416391529191,0.168920181223852,0.5,0.255951455205554,0.0257898829681705,0.0784701868160685,0.255951455205554,0.0125088251781297,0.0904552749606916,0.255951455205554,0.0246819514069589,0.356720940454311,0.255951455205554,0.0237338610921652,0.323423409251271,0.0270811939375086,0.53936063462635 -4053,0.255951455205554,0.0,0.253322867777018,0.255951455205554,0.0,0.264914991279693,0.255951455205554,6.22037412596339e-05,0.218832373454829,0.255951455205554,0.0,0.217282483031595,0.255951455205554,0.0,0.086814862716684,0.255951455205554,0.0,0.330157557722079,0.5,0.255951455205554,0.0,0.365044980687467,0.5,0.255951455205554,0.0,0.0854852288216621,0.5,0.255951455205554,0.0,0.104701197524986,0.255951455205554,0.0,0.437145912697207,0.0,0.0898645866342003,0.255951455205554,0.0,0.11997239201981,0.5,0.255951455205554,0.0,0.0772541955786841,0.255951455205554,0.0,0.131143121274791,0.255951455205554,0.0,0.219698054007287,0.255951455205554,0.0,0.264285961261115,0.0,0.530885087107897 -4054,0.255951455205554,0.0,0.257410810256956,0.255951455205554,0.0,0.303341935908628,0.255951455205554,0.0,0.205204078147874,0.255951455205554,0.0,0.236945177671345,0.255951455205554,0.0,0.0402945161458526,0.255951455205554,0.0,0.271055155409521,0.5,0.255951455205554,0.0,0.3290033696813,0.5,0.255951455205554,0.0,0.0970681780270197,0.5,0.255951455205554,0.0,0.1372500706245,0.255951455205554,0.0,0.427933374744824,0.0,0.0703178477069147,0.255951455205554,0.0,0.0871566200476253,0.5,0.255951455205554,0.0,0.0818148802514664,0.255951455205554,0.0,0.105955232370021,0.255951455205554,0.0,0.154195415448708,0.255951455205554,0.0,0.171813799140412,0.0,0.563596241263063 -4055,0.255951455205554,0.0,0.307130029910454,0.255951455205554,0.0,0.30586834066832,0.255951455205554,0.0,0.213898405358733,0.255951455205554,0.0,0.298302799745109,0.255951455205554,0.0,0.0269215261980442,0.255951455205554,0.0,0.193665703356222,0.5,0.255951455205554,0.0,0.274353848403857,0.5,0.255951455205554,0.0,0.104721019874997,0.5,0.255951455205554,0.0,0.148659674859166,0.255951455205554,0.0,0.363319968956982,0.0,0.0676124210462664,0.255951455205554,0.0,0.0715055973809842,0.5,0.255951455205554,0.0,0.0944375573382628,0.255951455205554,0.0,0.0691206570494393,0.255951455205554,0.0,0.104263299004619,0.255951455205554,0.0,0.110365158525234,0.0,0.605382695226874 -4056,0.255951455205554,0.0,0.352548842513773,0.255951455205554,0.0,0.312651989143154,0.255951455205554,0.0,0.237307682457913,0.255951455205554,0.0,0.348373164004371,0.255951455205554,0.0,0.0283272828967221,0.255951455205554,0.0,0.108285767929145,0.5,0.255951455205554,0.0,0.204331099771227,0.5,0.255951455205554,0.0,0.10765646942523,0.5,0.255951455205554,0.0,0.135304297553797,0.255951455205554,0.0,0.296730748325728,0.0,0.0671424920723329,0.255951455205554,0.0,0.0686173813756518,0.5,0.255951455205554,0.0,0.108879641014802,0.255951455205554,0.0,0.0541317849175523,0.255951455205554,0.0,0.0700225234389168,0.255951455205554,0.0,0.0727468374439188,0.0,0.64523452374211 -4057,0.255951455205554,0.0,0.381162223959512,0.255951455205554,0.0,0.303816952125586,0.255951455205554,0.0,0.258794370790965,0.255951455205554,0.0,0.355031740730109,0.255951455205554,0.0,0.036206371040302,0.255951455205554,0.0,0.0517680847966126,0.5,0.255951455205554,0.0,0.13504121563063,0.5,0.255951455205554,0.0,0.100378547503549,0.5,0.255951455205554,0.0,0.107720396745383,0.255951455205554,0.0,0.213889217247572,0.0,0.0700414523778979,0.255951455205554,0.0,0.0753673490611153,0.5,0.255951455205554,0.0,0.123115884832576,0.255951455205554,0.0,0.0484009944334341,0.255951455205554,0.0,0.0585082650302284,0.255951455205554,0.0,0.0506689659905725,0.0,0.653192400157859 -4058,0.255951455205554,0.0,0.398111113337506,0.255951455205554,0.0,0.265060315465568,0.255951455205554,0.0,0.274025941002605,0.255951455205554,0.0,0.38685961109875,0.255951455205554,0.0,0.0476849151775591,0.255951455205554,0.0,0.029792027001222,0.5,0.255951455205554,0.0,0.0882155675761489,0.5,0.255951455205554,0.0,0.0778501058324382,0.5,0.255951455205554,0.0,0.0802105443553977,0.255951455205554,0.0,0.13033730192059,0.0,0.0769635478666458,0.255951455205554,0.0,0.0933277391682532,0.5,0.255951455205554,0.0,0.131824500209042,0.255951455205554,0.0,0.0444800331435168,0.255951455205554,0.0,0.0736608493740122,0.255951455205554,0.0,0.0405677857724071,0.0,0.574959976615062 -4059,0.255951455205554,0.0,0.391850797750334,0.255951455205554,0.0,0.283607294231683,0.255951455205554,0.0,0.266897468161539,0.255951455205554,0.0,0.368953717357178,0.255951455205554,0.0,0.0610939424164301,0.255951455205554,0.0,0.0207165051182597,0.5,0.255951455205554,0.0,0.0566747631663787,0.5,0.255951455205554,0.0,0.0522931395987434,0.5,0.255951455205554,0.0,0.0592456184823891,0.255951455205554,0.0,0.0718128139236273,0.0,0.0630279045101269,0.255951455205554,0.0,0.11733127887424,0.5,0.255951455205554,0.0,0.135788940722154,0.255951455205554,0.0,0.0439662209490655,0.255951455205554,0.0,0.0986678411160568,0.255951455205554,0.0,0.0369790061506366,0.0,0.546149464548071 -4060,0.255951455205554,0.0,0.393451848379714,0.255951455205554,0.0,0.333770451339686,0.255951455205554,0.0,0.253858212822042,0.255951455205554,0.0,0.330137468059554,0.255951455205554,0.0,0.0778226883620081,0.255951455205554,0.0,0.0177688179080814,0.5,0.255951455205554,0.0,0.0387899357218112,0.5,0.255951455205554,0.0,0.034091810817841,0.5,0.255951455205554,0.0,0.0445349498847047,0.255951455205554,0.0,0.0410369102181463,0.0,0.0715179169519651,0.255951455205554,0.0,0.143508855236273,0.5,0.255951455205554,0.0,0.146673300545207,0.255951455205554,0.0,0.0445610138761288,0.255951455205554,0.0,0.132358672414473,0.255951455205554,0.0,0.0391136632669622,0.0,0.694508935618642 -4061,0.255951455205554,0.00567221866986728,0.403832133194644,0.255951455205554,0.00188539570463639,0.473872042518967,0.255951455205554,0.000845100116557207,0.25570009991176,0.255951455205554,0.00112146148818597,0.309803706461674,0.255951455205554,0.000208706843009104,0.100168754406183,0.255951455205554,0.000589998066723708,0.0195797896637133,0.5,0.255951455205554,6.60167620982064e-07,0.0316648998838949,0.5,0.255951455205554,3.93969050580735e-05,0.0226394093855155,0.5,0.255951455205554,0.00171840124614906,0.0367754081797682,0.255951455205554,0.0,0.0299780913352053,0.00135997566061674,0.131996469742006,0.255951455205554,0.0064107163885022,0.158484487708436,0.5,0.255951455205554,0.0124789722076209,0.181377506388019,0.255951455205554,0.00553671771083,0.0523043154301836,0.255951455205554,0.00160769201181914,0.148404519194796,0.255951455205554,0.0021289159723828,0.0454971635051914,0.00728270098975903,0.791499545070213 -4062,0.255951455205554,0.0593238750576607,0.5352242002211,0.255951455205554,0.0248852959274378,0.484912569008048,0.255951455205554,0.0197394391888534,0.307826965444463,0.255951455205554,0.0359701099407108,0.362485305969976,0.255951455205554,0.0129616095052778,0.145164897366746,0.255951455205554,0.0341881894946456,0.0311687177988071,0.5,0.255951455205554,0.0395520735604393,0.0241517090746107,0.5,0.255951455205554,0.0451200524840102,0.0175802610547307,0.5,0.255951455205554,0.0563121145353439,0.0405129969183953,0.255951455205554,0.0387538862651235,0.0261516320919389,0.00719293543209469,0.277999666152977,0.255951455205554,0.0383795779336952,0.210158976306886,0.5,0.255951455205554,0.0534547793940824,0.291651265385049,0.255951455205554,0.0565311652123507,0.0880163785294031,0.255951455205554,0.0130962837241828,0.189243628744258,0.255951455205554,0.0391282977957937,0.0650603094911669,0.0648314567456145,0.869034470453573 -4063,0.255951455205554,0.115324112552827,0.758268205159641,0.255951455205554,0.051387061683868,0.495496197197467,0.255951455205554,0.0659187987384616,0.428111878797357,0.255951455205554,0.0729055310222469,0.552531857146795,0.255951455205554,0.041615679190091,0.228794047135037,0.255951455205554,0.0840737617189532,0.0657994409360422,0.5,0.255951455205554,0.104672285274275,0.0539150431107361,0.5,0.255951455205554,0.12357628262044,0.0350853595315862,0.5,0.255951455205554,0.141197861825286,0.0670793200118162,0.255951455205554,0.111827079035166,0.0506928331433968,0.0227320381107058,0.352541175724025,0.255951455205554,0.0770083837114582,0.335482504523313,0.5,0.255951455205554,0.108574229409743,0.552917669772147,0.255951455205554,0.117738800004159,0.139709769700016,0.255951455205554,0.032450627190757,0.28331135761786,0.255951455205554,0.0963536731147941,0.104966610711752,0.142818163299517,0.920347105192461 -4064,0.255951455205554,0.126511047140022,0.817985388890749,0.255951455205554,0.0960324485153548,0.533902804020632,0.255951455205554,0.118967936835458,0.542948442482561,0.255951455205554,0.0978189331965237,0.543532462849538,0.255951455205554,0.0731971667150823,0.316164003989752,0.255951455205554,0.162341459251077,0.18094290824044,0.5,0.255951455205554,0.199997113304474,0.146873249755591,0.5,0.255951455205554,0.242993887118623,0.0696647029499952,0.5,0.255951455205554,0.262952803012069,0.0962611011198437,0.255951455205554,0.228343071732378,0.127758219233875,0.0444159754605827,0.505185272829191,0.255951455205554,0.106922826719197,0.487066071506153,0.5,0.255951455205554,0.159200295947803,0.691758673099842,0.255951455205554,0.179994275965503,0.238685785042344,0.255951455205554,0.0518636854893595,0.39514413627674,0.255951455205554,0.165951760443969,0.154266328615216,0.209496290100905,0.912434716835412 -4065,0.255951455205554,0.100317791372967,0.853203533813959,0.255951455205554,0.0978984372890854,0.690537163017456,0.255951455205554,0.144187899358621,0.618757003590905,0.255951455205554,0.140198662891663,0.64689209881799,0.255951455205554,0.102176177550714,0.369669613877739,0.255951455205554,0.24000522751589,0.280120678059413,0.5,0.255951455205554,0.306866671917323,0.179843130750549,0.5,0.255951455205554,0.377045993968762,0.098697534783525,0.5,0.255951455205554,0.398233113439878,0.113999226220078,0.255951455205554,0.358283603849704,0.149385091529644,0.0577072968143403,0.598973726536964,0.255951455205554,0.118355348562077,0.535075259998775,0.5,0.255951455205554,0.204115917705764,0.715337680325835,0.255951455205554,0.226385638258048,0.290906817171021,0.255951455205554,0.0740466734409567,0.509854557837418,0.255951455205554,0.237592312975145,0.279478523194535,0.108090927685889,0.782995041908579 -4066,0.255951455205554,0.0956646757247622,0.874187795033709,0.255951455205554,0.0802814595476235,0.786387752999189,0.255951455205554,0.151696649672908,0.687377764234465,0.255951455205554,0.168322635774739,0.793185186455465,0.255951455205554,0.130956258656889,0.361851090340039,0.255951455205554,0.240575756149533,0.376181057104424,0.5,0.255951455205554,0.368029419538913,0.224571140642302,0.5,0.255951455205554,0.513354250802167,0.119705411265451,0.5,0.255951455205554,0.52997278901569,0.139574078046198,0.255951455205554,0.496656633713767,0.122707041381195,0.0657172684995869,0.603673560875276,0.255951455205554,0.116685458422121,0.590119427964837,0.5,0.255951455205554,0.296043897634211,0.791346705235876,0.255951455205554,0.264889276766954,0.3998836642126,0.255951455205554,0.0913783446188847,0.569854901366538,0.255951455205554,0.260973746219437,0.407873059939841,0.102984209073139,0.910097406006358 -4067,0.255951455205554,0.118726728037273,0.896213961514494,0.255951455205554,0.082350078855893,0.853494980125354,0.255951455205554,0.154362772215785,0.760082461851348,0.255951455205554,0.105222695671044,0.821395811639245,0.255951455205554,0.19818539052586,0.409284793916457,0.255951455205554,0.207745502118566,0.412724415415354,0.5,0.255951455205554,0.361466305060788,0.293624876746755,0.5,0.255951455205554,0.621116415676706,0.168482570285732,0.5,0.255951455205554,0.628138566246781,0.222035487526231,0.255951455205554,0.603152982381053,0.166924852452666,0.0735568981775426,0.553241161257912,0.255951455205554,0.126581026699986,0.64683705383592,0.5,0.255951455205554,0.279058477718039,0.861457991764298,0.255951455205554,0.248644822119631,0.518470439458846,0.255951455205554,0.114524902202371,0.601735347939676,0.255951455205554,0.228521536801154,0.488038251181256,0.119520483171243,0.991651919735284 -4068,0.255951455205554,0.159011239755815,0.934058627935185,0.255951455205554,0.126597427893434,0.891961401336762,0.255951455205554,0.210299694548714,0.785430963436181,0.255951455205554,0.253111914227671,0.88653340427202,0.255951455205554,0.235953881032793,0.44270530457708,0.255951455205554,0.213988675377872,0.450014171395467,0.5,0.255951455205554,0.331788811906069,0.369139826905957,0.5,0.255951455205554,0.670507010155306,0.261350696573229,0.5,0.255951455205554,0.658475534201182,0.371170122061797,0.255951455205554,0.576213817779755,0.262561401560565,0.122295705111079,0.67254784925139,0.255951455205554,0.142329991897617,0.678666487228364,0.5,0.255951455205554,0.218453993255365,0.891855569428848,0.255951455205554,0.201150029640036,0.552785545202752,0.255951455205554,0.172350619688684,0.65660248523608,0.255951455205554,0.178168218454053,0.497733890014879,0.150321707976461,0.975116653626157 -4069,0.255951455205554,0.151693212611518,0.943511084354853,0.255951455205554,0.147485351834679,0.88576214568531,0.255951455205554,0.290471761036679,0.850895517388432,0.255951455205554,0.136366232200891,0.85606825344071,0.255951455205554,0.223904459317353,0.464269746920016,0.255951455205554,0.220534318250753,0.451393072448226,0.5,0.255951455205554,0.277269189505339,0.396163817423071,0.5,0.255951455205554,0.655124301469021,0.37137750665644,0.5,0.255951455205554,0.61452133778256,0.488190449038298,0.255951455205554,0.478280853799441,0.345286424605614,0.127854584971673,0.673989904340776,0.255951455205554,0.169965121477899,0.715572806230457,0.5,0.255951455205554,0.156095608644751,0.900125059204827,0.255951455205554,0.180076644742311,0.534270641691654,0.255951455205554,0.205104634070121,0.652046015576736,0.255951455205554,0.18103398891972,0.525160979793807,0.220008386895446,1.00492475171884 -4070,0.255951455205554,0.153676901303384,0.932414075383639,0.255951455205554,0.145318869141217,0.939925532830062,0.255951455205554,0.280227383276276,0.87223485476192,0.255951455205554,0.208197230202343,0.878336583243697,0.255951455205554,0.241587250652971,0.526996167332557,0.255951455205554,0.235341695076641,0.467600398129691,0.5,0.255951455205554,0.261045530519507,0.394415150138889,0.5,0.255951455205554,0.608738610071792,0.438846485365115,0.5,0.255951455205554,0.583582373838406,0.54027867946147,0.255951455205554,0.397498537554223,0.365066638080736,0.108253720168759,0.606647418422586,0.255951455205554,0.15814661017771,0.709576846586542,0.5,0.255951455205554,0.128482494139257,0.867398865933472,0.255951455205554,0.195052492027394,0.592118500055342,0.255951455205554,0.170752577087323,0.598026917135298,0.255951455205554,0.162659548317068,0.456434013256849,0.0704684632297127,1.00553052055064 -4071,0.255951455205554,0.204728091980241,0.943113406649802,0.255951455205554,0.160433661183431,0.948679559116581,0.255951455205554,0.200148220392538,0.878697030938213,0.255951455205554,0.184447902837255,0.929888124021295,0.255951455205554,0.201721482068336,0.490522906233901,0.255951455205554,0.234213219220617,0.439607882717437,0.5,0.255951455205554,0.285145819493826,0.383401549444327,0.5,0.255951455205554,0.541136493357924,0.488927023472632,0.5,0.255951455205554,0.506172487939135,0.566504967388222,0.255951455205554,0.255318004245481,0.336283193875156,0.134707679270659,0.628049017466417,0.255951455205554,0.11266595916874,0.650243544702305,0.5,0.255951455205554,0.135448484113946,0.823647472778871,0.255951455205554,0.138879308479002,0.583518206864747,0.255951455205554,0.173327871391409,0.601882752976191,0.255951455205554,0.174494258113355,0.385355474252263,0.262705196494756,1.00658071980461 -4072,0.255951455205554,0.199617196053803,0.943575126742036,0.255951455205554,0.112240448966343,0.895385804287179,0.255951455205554,0.16377146602437,0.8657472973734,0.255951455205554,0.16804213024972,0.898302267764469,0.255951455205554,0.170069919447133,0.541887149345451,0.255951455205554,0.190023494530359,0.428926495142623,0.5,0.255951455205554,0.254402551342214,0.365028955692758,0.5,0.255951455205554,0.442989320708391,0.526900473536787,0.5,0.255951455205554,0.412290904479982,0.580849341335115,0.255951455205554,0.2411403846917,0.314018036361945,0.0898707591207389,0.568366080740412,0.255951455205554,0.0946043937383148,0.589782016348524,0.5,0.255951455205554,0.190084829443574,0.853424131886935,0.255951455205554,0.0971867121591928,0.490177099827519,0.255951455205554,0.132724939847014,0.635391815560558,0.255951455205554,0.169919966784827,0.452839831805641,0.18246311693592,1.0021960136627 -4073,0.255951455205554,0.224361639119475,0.936733934808727,0.255951455205554,0.211427444174185,0.964660729485894,0.255951455205554,0.137406909004506,0.851513222137894,0.255951455205554,0.123447584459954,0.956603531705901,0.255951455205554,0.158169208537051,0.551775991916299,0.255951455205554,0.131709907512241,0.444195859520045,0.5,0.255951455205554,0.206266244825807,0.286951740304728,0.5,0.255951455205554,0.318166978477873,0.516557270154824,0.5,0.255951455205554,0.29264571242136,0.534939562296007,0.255951455205554,0.243857923343416,0.340052322751177,0.048007792362892,0.667207359719783,0.255951455205554,0.0698990548016864,0.525255362106087,0.5,0.255951455205554,0.233799412058044,0.891995451936411,0.255951455205554,0.0774597545570685,0.387690174496019,0.255951455205554,0.0647412850894059,0.702240149485085,0.255951455205554,0.131381570994934,0.575037405139597,0.294424235505502,1.00015752368377 -4074,0.255951455205554,0.182985743686852,0.928720192009342,0.255951455205554,0.0869421927268204,0.910666226217744,0.255951455205554,0.0920106836902848,0.833984568705477,0.255951455205554,0.0884865862914325,0.952616579824352,0.255951455205554,0.15172586843307,0.625275026937188,0.255951455205554,0.0773796483463538,0.342354327984914,0.5,0.255951455205554,0.155045158725744,0.180702264340176,0.5,0.255951455205554,0.184550006754839,0.46669976099602,0.5,0.255951455205554,0.188196806704586,0.442264434931592,0.255951455205554,0.140627240679093,0.294313520604624,0.0249712001394901,0.432438495590078,0.255951455205554,0.0528738881987425,0.548414514194727,0.5,0.255951455205554,0.164145798450357,0.893150842945696,0.255951455205554,0.0615801802548314,0.354152242564253,0.255951455205554,0.0420359218384185,0.660982484793937,0.255951455205554,0.0667900511308833,0.547205085912404,0.239447544037288,0.997424338091811 -4075,0.255951455205554,0.11165057387729,0.930707047520449,0.255951455205554,0.0758686754886913,0.900320952365136,0.255951455205554,0.0585183168766683,0.829914562415617,0.255951455205554,0.0898203940005349,0.941526426446053,0.255951455205554,0.0874007989007654,0.672784420311314,0.255951455205554,0.0531892767092049,0.272614397311536,0.5,0.255951455205554,0.0954068051559856,0.111432362342685,0.5,0.255951455205554,0.0838149483951776,0.406216506657683,0.5,0.255951455205554,0.0842740892243019,0.364560286983402,0.255951455205554,0.0772788072579292,0.0997116643862683,0.0626416607521,0.615751077136251,0.255951455205554,0.0367751074917744,0.569055198776066,0.5,0.255951455205554,0.0705301209611765,0.856669878771161,0.255951455205554,0.0206376735130759,0.39512765462392,0.255951455205554,0.0510585993852946,0.60416104554614,0.255951455205554,0.0249262940053456,0.452544793311472,0.115995225491147,0.991588748481913 -4076,0.255951455205554,0.0459990736158805,0.906455629731455,0.255951455205554,0.0419171516385623,0.886716368906898,0.255951455205554,0.0282553357115316,0.808794384564645,0.255951455205554,0.0353772937557413,0.883880630805419,0.255951455205554,0.0252900780938655,0.639632690049585,0.255951455205554,0.0195574882427299,0.230405465618122,0.5,0.255951455205554,0.0306571871654434,0.0558936169056653,0.5,0.255951455205554,0.0181842334403345,0.30172126891857,0.5,0.255951455205554,0.00575719330231879,0.284460663047102,0.255951455205554,0.0357428302546278,0.0141203714173537,0.0108610300766347,0.665196262997607,0.255951455205554,0.0122364076109957,0.576438083036005,0.5,0.255951455205554,0.0168342351757909,0.810748630621042,0.255951455205554,0.00256681278263164,0.384253152601293,0.255951455205554,0.0171290299974136,0.488028979581083,0.255951455205554,0.00429272083927634,0.255577823759306,0.0493208506203921,0.99493887799001 -4077,0.255951455205554,0.0,0.878529193158646,0.255951455205554,0.0,0.782060647844239,0.255951455205554,2.79710634107249e-06,0.758528279685318,0.255951455205554,0.0,0.788000629372363,0.255951455205554,0.0,0.587727999631379,0.255951455205554,0.0,0.213000757371966,0.5,0.255951455205554,0.0,0.070996301940795,0.5,0.255951455205554,0.0,0.174021214923085,0.5,0.255951455205554,0.0,0.177593657296722,0.255951455205554,0.0,0.00236994887270085,0.0,0.69325808372685,0.255951455205554,0.0,0.567294958706348,0.5,0.255951455205554,0.0,0.734819153048684,0.255951455205554,0.0,0.315617731911689,0.255951455205554,0.0,0.486790970688772,0.255951455205554,0.0,0.182429397523273,0.0,0.991373486553834 -4078,0.255951455205554,0.0,0.857086775015481,0.255951455205554,0.0,0.71058138705812,0.255951455205554,0.0,0.719506953884755,0.255951455205554,0.0,0.697118997182959,0.255951455205554,0.0,0.508800618894101,0.255951455205554,0.0,0.257793892028808,0.5,0.255951455205554,0.0,0.129726534541183,0.5,0.255951455205554,0.0,0.082020261238951,0.5,0.255951455205554,0.0,0.108517856263974,0.255951455205554,0.0,0.00249887358476786,0.0,0.613412383732629,0.255951455205554,0.0,0.549802119346658,0.5,0.255951455205554,0.0,0.652637483224454,0.255951455205554,0.0,0.263896894840578,0.255951455205554,0.0,0.587245375755392,0.255951455205554,0.0,0.259010557778726,0.0,0.987830948193383 -4079,0.255951455205554,0.0,0.844069054999244,0.255951455205554,0.0,0.707877943453132,0.255951455205554,0.0,0.701836354970091,0.255951455205554,0.0,0.719288984794654,0.255951455205554,0.0,0.429015937259961,0.255951455205554,0.0,0.311490007928636,0.5,0.255951455205554,0.0,0.191904063168744,0.5,0.255951455205554,0.0,0.0500733638004472,0.5,0.255951455205554,0.0,0.0966004705265384,0.255951455205554,0.0,0.0070014116856731,0.0,0.740037230024351,0.255951455205554,0.0,0.534583046781638,0.5,0.255951455205554,0.0,0.631179862525466,0.255951455205554,0.0,0.293163940618424,0.255951455205554,0.0,0.643209467147853,0.255951455205554,0.0,0.342253050777542,0.0,0.985193447587177 -4080,0.255951455205554,0.0,0.776939710626667,0.255951455205554,0.0,0.856941981049783,0.255951455205554,0.0,0.722051319787019,0.255951455205554,0.0,0.824762136501551,0.255951455205554,0.0,0.413125886484245,0.255951455205554,0.0,0.361466740999009,0.5,0.255951455205554,0.0,0.191452365634655,0.5,0.255951455205554,0.0,0.0419633099384908,0.5,0.255951455205554,0.0,0.11403114736337,0.255951455205554,0.0,0.027164012301258,0.0,0.652147405581319,0.255951455205554,0.0,0.529097218946267,0.5,0.255951455205554,0.0,0.667123807309068,0.255951455205554,0.0,0.366098507494238,0.255951455205554,0.0,0.671606730726879,0.255951455205554,0.0,0.463999975601642,0.0,0.974393149828723 -4081,0.255951455205554,0.0,0.726565907982312,0.255951455205554,0.0,0.803454108898596,0.255951455205554,0.0,0.735316061160143,0.255951455205554,0.0,0.835389588794708,0.255951455205554,0.0,0.451532351343598,0.255951455205554,0.0,0.397333219943733,0.5,0.255951455205554,0.0,0.171481143195218,0.5,0.255951455205554,0.0,0.0462970530475505,0.5,0.255951455205554,0.0,0.156812004429949,0.255951455205554,0.0,0.0796478870564339,0.0,0.538209288094422,0.255951455205554,0.0,0.569429709252175,0.5,0.255951455205554,0.0,0.694891777364081,0.255951455205554,0.0,0.451762969899517,0.255951455205554,0.0,0.646991494812707,0.255951455205554,0.0,0.51153735646798,0.0,0.977818033405372 -4082,0.255951455205554,0.0,0.675316556323189,0.255951455205554,0.0,0.655608106599756,0.255951455205554,0.0,0.693410579687765,0.255951455205554,0.0,0.792815297075576,0.255951455205554,0.0,0.466897086304431,0.255951455205554,0.0,0.404107382723902,0.5,0.255951455205554,0.0,0.152123886907246,0.5,0.255951455205554,0.0,0.0598268852070541,0.5,0.255951455205554,0.0,0.208121243785127,0.255951455205554,0.0,0.11434918027524,0.0,0.596708495936564,0.255951455205554,0.0,0.601503117298107,0.5,0.255951455205554,0.0,0.668549253955033,0.255951455205554,0.0,0.523296212159154,0.255951455205554,0.0,0.652086580667299,0.255951455205554,0.0,0.51142229085822,0.0,0.969587144420696 -4083,0.255951455205554,0.0,0.61800348375968,0.255951455205554,0.0,0.530822241856471,0.255951455205554,0.0,0.617470847791382,0.255951455205554,0.0,0.703509723123904,0.255951455205554,0.0,0.445988956981312,0.255951455205554,0.0,0.390194417829619,0.5,0.255951455205554,0.0,0.125002434143921,0.5,0.255951455205554,0.0,0.0826435848637081,0.5,0.255951455205554,0.0,0.254299967515048,0.255951455205554,0.0,0.103524425091672,0.0,0.774676720479469,0.255951455205554,0.0,0.622629700005088,0.5,0.255951455205554,0.0,0.598440515703789,0.255951455205554,0.0,0.542550030447396,0.255951455205554,0.0,0.594618752512732,0.255951455205554,0.0,0.515592295721545,0.0,0.95843449579859 -4084,0.255951455205554,0.0,0.56567622511862,0.255951455205554,0.0,0.474604004366943,0.255951455205554,0.0,0.573839264436649,0.255951455205554,0.0,0.566370831586479,0.255951455205554,0.0,0.383442022580566,0.255951455205554,0.0,0.361129834598301,0.5,0.255951455205554,0.0,0.100401969776392,0.5,0.255951455205554,0.0,0.0904543850188153,0.5,0.255951455205554,0.0,0.238378548315166,0.255951455205554,0.0,0.0786617656259912,0.0,0.703248779170015,0.255951455205554,0.0,0.601479211192088,0.5,0.255951455205554,0.0,0.507971877657965,0.255951455205554,0.0,0.50866373537648,0.255951455205554,0.0,0.550013579251413,0.255951455205554,0.0,0.458849895926479,0.0,0.936814009897683 -4085,0.255951455205554,0.00409446928679609,0.535449271783753,0.255951455205554,0.00086500850930966,0.417563570058383,0.255951455205554,0.000460924731208242,0.555393800368667,0.255951455205554,0.000918766370428656,0.570066813284818,0.255951455205554,4.49445886851883e-05,0.314836665628774,0.255951455205554,0.000357428012403865,0.359786378306713,0.5,0.255951455205554,9.31379600210034e-09,0.101017954331172,0.5,0.255951455205554,1.09988431315689e-05,0.0683542092030483,0.5,0.255951455205554,0.000462776779865765,0.222916299550084,0.255951455205554,0.0,0.0547608483943677,0.0020415293046499,0.618521561183163,0.255951455205554,0.00311757886496809,0.566030798002824,0.5,0.255951455205554,0.0062583456794524,0.446749072215285,0.255951455205554,0.00143577264047091,0.586647710203751,0.255951455205554,0.000633909137658386,0.560096106055984,0.255951455205554,0.000945283132901683,0.447367807988333,0.00851030107696149,0.92594391562819 -4086,0.255951455205554,0.0447213353619619,0.545854972408464,0.255951455205554,0.0188663183930891,0.464344228454627,0.255951455205554,0.00623706399437064,0.573222106478376,0.255951455205554,0.0172882095250384,0.6664045963889,0.255951455205554,0.00688032747801142,0.299343578809967,0.255951455205554,0.0251230200871791,0.381150711040497,0.5,0.255951455205554,0.0326983879408784,0.116590530229593,0.5,0.255951455205554,0.0219509047068164,0.0795065272223728,0.5,0.255951455205554,0.0196545363107114,0.260779527238574,0.255951455205554,0.037335217354237,0.0516889547742426,0.00709582135330716,0.543071197373625,0.255951455205554,0.0197306829110432,0.544517951680229,0.5,0.255951455205554,0.0422745562831079,0.441322398103393,0.255951455205554,0.0156911071601442,0.621132971370931,0.255951455205554,0.00425053256672927,0.547694193489406,0.255951455205554,0.0158099846368366,0.518118587084377,0.0672632470031162,0.923175254771065 -4087,0.255951455205554,0.0994053213815869,0.607799925998037,0.255951455205554,0.0876020074616819,0.62040835382112,0.255951455205554,0.0215724415902902,0.627202328909971,0.255951455205554,0.0136279674020501,0.723136207032799,0.255951455205554,0.0335947305974506,0.371540428295053,0.255951455205554,0.0803192854322423,0.439886145556584,0.5,0.255951455205554,0.0984036603987157,0.221658132431125,0.5,0.255951455205554,0.0704868876524249,0.139962261885586,0.5,0.255951455205554,0.0561793313462906,0.305328083803109,0.255951455205554,0.111524000688301,0.116858131366432,0.0244964146554026,0.526770020052187,0.255951455205554,0.0271039485802848,0.519812807313246,0.5,0.255951455205554,0.0874243461339288,0.450413085137975,0.255951455205554,0.0348389867681176,0.616051542972254,0.255951455205554,0.0211010440696474,0.573948319014883,0.255951455205554,0.050569707230316,0.606044602067074,0.13950738074815,0.911376913696672 -4088,0.255951455205554,0.163450475367593,0.65911973928786,0.255951455205554,0.123926304507352,0.625389233013319,0.255951455205554,0.0423047905138257,0.676740098547963,0.255951455205554,0.026884550873404,0.74630223822363,0.255951455205554,0.0677262372678115,0.457996819948557,0.255951455205554,0.152117873339669,0.451200361583463,0.5,0.255951455205554,0.189768552453098,0.31236907961271,0.5,0.255951455205554,0.139590415398218,0.17866749881402,0.5,0.255951455205554,0.12110225583959,0.361652313163131,0.255951455205554,0.21505489704248,0.122923485382685,0.0531763056518073,0.51182167498621,0.255951455205554,0.0595854974189875,0.548351184784054,0.5,0.255951455205554,0.143968767183123,0.467518083629207,0.255951455205554,0.0511777949100268,0.65434743708897,0.255951455205554,0.0433244078758205,0.614542044352163,0.255951455205554,0.102190967314433,0.624307809739322,0.238665593569624,0.900657865675393 -4089,0.255951455205554,0.239409701201874,0.711546026330342,0.255951455205554,0.16421771502201,0.61748518786776,0.255951455205554,0.0675120698818972,0.693794627947547,0.255951455205554,0.0470256538600509,0.72579006654133,0.255951455205554,0.147118603214017,0.572883622525771,0.255951455205554,0.204690019307023,0.494605172472231,0.5,0.255951455205554,0.247135963420159,0.30550149798918,0.5,0.255951455205554,0.217047567415301,0.198868978941988,0.5,0.255951455205554,0.200537282193926,0.401831604163913,0.255951455205554,0.315699568903264,0.174420831237776,0.108761121579702,0.560157168413327,0.255951455205554,0.112312567507588,0.586018880510377,0.5,0.255951455205554,0.153946327801715,0.416074632907063,0.255951455205554,0.076267779024199,0.674549289905327,0.255951455205554,0.0731961999668229,0.623998211973461,0.255951455205554,0.132486042775566,0.598775287451741,0.339138275839313,0.893818523090526 -4090,0.255951455205554,0.306247454929754,0.763817825058163,0.255951455205554,0.171722224702028,0.603865588015025,0.255951455205554,0.125044492560673,0.697591658601202,0.255951455205554,0.112384882371264,0.701545270859521,0.255951455205554,0.143602346633198,0.571217397617018,0.255951455205554,0.24228948653868,0.48831498390047,0.5,0.255951455205554,0.293563691794978,0.268366817241715,0.5,0.255951455205554,0.33174171725854,0.234322892939168,0.5,0.255951455205554,0.285782553500175,0.421099830218962,0.255951455205554,0.322778723650958,0.205533524850456,0.244481074961918,0.63614517499445,0.255951455205554,0.177746571924608,0.593597511792179,0.5,0.255951455205554,0.223612174031297,0.34915717521202,0.255951455205554,0.107741547056901,0.687442998514138,0.255951455205554,0.126125645459926,0.628402499507977,0.255951455205554,0.114021333702069,0.584234974089667,0.444224646816424,0.872775958732457 -4091,0.255951455205554,0.312053714234833,0.796587714341133,0.255951455205554,0.203553961235032,0.711257012781029,0.255951455205554,0.220393263336622,0.735508466840065,0.255951455205554,0.305982309680525,0.83619601828998,0.255951455205554,0.115400947599287,0.52684712374448,0.255951455205554,0.283225002610119,0.524453320581785,0.5,0.255951455205554,0.338036483532164,0.24560236221942,0.5,0.255951455205554,0.426883441508903,0.272986603514033,0.5,0.255951455205554,0.361099499127438,0.397635125276556,0.255951455205554,0.300857343921427,0.210950438409816,0.446951879822343,0.709063318035647,0.255951455205554,0.253654696197093,0.578983255394023,0.5,0.255951455205554,0.378902442292248,0.391234124825225,0.255951455205554,0.124417840152026,0.632967886759691,0.255951455205554,0.173034060104468,0.632602354267318,0.255951455205554,0.112429031799983,0.537954889128783,0.427765754734807,0.83128484218796 -4092,0.255951455205554,0.278246833195239,0.828613074368784,0.255951455205554,0.207455884926781,0.821675753683408,0.255951455205554,0.248626428525672,0.746034557203097,0.255951455205554,0.342097599510544,0.907328616744438,0.255951455205554,0.200592820645369,0.549293594694757,0.255951455205554,0.304363174446135,0.531595690560671,0.5,0.255951455205554,0.376355821302887,0.261184269595556,0.5,0.255951455205554,0.450532721970512,0.261733893055573,0.5,0.255951455205554,0.389205901933598,0.388470612178741,0.255951455205554,0.321584914952865,0.176743684430353,0.419124640132525,0.696936857848122,0.255951455205554,0.341655918374854,0.57346182210147,0.5,0.255951455205554,0.353172575206553,0.44008950651259,0.255951455205554,0.176394480147412,0.583166749716572,0.255951455205554,0.20590825884346,0.678136857715461,0.255951455205554,0.220292198968419,0.622840225764992,0.457801364609135,0.719190605914308 -4093,0.255951455205554,0.272560129037567,0.862154223596329,0.255951455205554,0.311929765488495,0.86738412514076,0.255951455205554,0.301833502614063,0.767502769047873,0.255951455205554,0.266468373948164,0.914379011846681,0.255951455205554,0.2744692908669,0.573221562957465,0.255951455205554,0.261873066529224,0.502992949436385,0.5,0.255951455205554,0.428440833616318,0.34891364096022,0.5,0.255951455205554,0.424082806663759,0.246323239828437,0.5,0.255951455205554,0.39138197666437,0.379785318557847,0.255951455205554,0.469423821713499,0.133560807735595,0.0924344377404853,0.445980497025393,0.255951455205554,0.320366298072704,0.555058282591433,0.5,0.255951455205554,0.317193383698493,0.464582960533426,0.255951455205554,0.27761198933395,0.612467305655681,0.255951455205554,0.24033948653852,0.705685568149906,0.255951455205554,0.242619924986935,0.628671933872442,0.303710681011921,0.753160944596492 -4094,0.255951455205554,0.268316845176827,0.885801603300986,0.255951455205554,0.463343804284472,0.914609930887186,0.255951455205554,0.36288214445315,0.788552417123684,0.255951455205554,0.305066547944042,0.893019672784715,0.255951455205554,0.23280214903006,0.523859117219215,0.255951455205554,0.244103181226488,0.457405844809533,0.5,0.255951455205554,0.398079763892907,0.431137455014832,0.5,0.255951455205554,0.387315784162182,0.264638121563933,0.5,0.255951455205554,0.373952834609876,0.38662875334833,0.255951455205554,0.591032048950952,0.178401525023337,0.0964383341069099,0.354860036156321,0.255951455205554,0.25393543600584,0.53547938513457,0.5,0.255951455205554,0.285714556789922,0.489699370687289,0.255951455205554,0.34413087282535,0.680939567262748,0.255951455205554,0.377395016242978,0.697490628358804,0.255951455205554,0.208660081757528,0.559842223567439,0.15370797822903,0.7801560943629 -4095,0.255951455205554,0.21776988819533,0.889960680084431,0.255951455205554,0.337254085807971,0.912932876534146,0.255951455205554,0.297668589286157,0.787762661508934,0.255951455205554,0.308894567566989,0.888246502173473,0.255951455205554,0.21078381741123,0.485578911198876,0.255951455205554,0.228280838568008,0.416671375242858,0.5,0.255951455205554,0.313849927266472,0.470916849154404,0.5,0.255951455205554,0.377235181978985,0.246911098984908,0.5,0.255951455205554,0.334076471968313,0.403008440447167,0.255951455205554,0.493974434249518,0.338915606392651,0.0863978278686409,0.425630965828151,0.255951455205554,0.133460278892501,0.445788768056595,0.5,0.255951455205554,0.259229270433207,0.488036464852124,0.255951455205554,0.298499021961483,0.623225794882558,0.255951455205554,0.364050468692537,0.64065635838173,0.255951455205554,0.178584842250652,0.488815474296738,0.134183720238498,0.783939192180653 -4096,0.255951455205554,0.131067101634966,0.883799148412189,0.255951455205554,0.194366242056555,0.882399276569613,0.255951455205554,0.199828294828772,0.769541394055112,0.255951455205554,0.137776666760576,0.865411295117332,0.255951455205554,0.209127225027819,0.436612479758101,0.255951455205554,0.172331792994111,0.40295498819601,0.5,0.255951455205554,0.234271431842561,0.45813846217135,0.5,0.255951455205554,0.344417828827182,0.214783886925451,0.5,0.255951455205554,0.287605027763759,0.382488036407943,0.255951455205554,0.309577110675876,0.499934778695725,0.0611638328771916,0.367026733246331,0.255951455205554,0.110056524447386,0.39403312821454,0.5,0.255951455205554,0.183257406301347,0.455760953105604,0.255951455205554,0.212339122556586,0.544768870549632,0.255951455205554,0.143361946518676,0.49464917728402,0.255951455205554,0.186149310486756,0.447883604640508,0.0821732080167582,0.805111291419931 -4097,0.255951455205554,0.0952015624582937,0.873269199881249,0.255951455205554,0.0721502628546839,0.851957526453197,0.255951455205554,0.146040395576116,0.732842759500868,0.255951455205554,0.100384661079531,0.789947179988619,0.255951455205554,0.194207552339494,0.436758158255565,0.255951455205554,0.119186880328891,0.372261450257262,0.5,0.255951455205554,0.175924719738648,0.4417958357286,0.5,0.255951455205554,0.272249019726353,0.185170581179895,0.5,0.255951455205554,0.219018541584965,0.350188676326277,0.255951455205554,0.189985249692023,0.508991963839985,0.05264177472757,0.405078816940342,0.255951455205554,0.0970856681486099,0.353077383885247,0.5,0.255951455205554,0.131155913146281,0.488494779865381,0.255951455205554,0.103508549530556,0.446093652473561,0.255951455205554,0.0967136453879438,0.482041265467652,0.255951455205554,0.127576244403736,0.460421093447665,0.0610262824746035,0.821415746712396 -4098,0.255951455205554,0.0887551071214007,0.845781473604389,0.255951455205554,0.0219187963445886,0.776987273039905,0.255951455205554,0.115091647530675,0.684400249667985,0.255951455205554,0.140327332784713,0.745442523229932,0.255951455205554,0.129276113747196,0.382853776507367,0.255951455205554,0.105378220019469,0.311217228643634,0.5,0.255951455205554,0.128950110672319,0.364722028582955,0.5,0.255951455205554,0.16632980604336,0.168076090303462,0.5,0.255951455205554,0.128689214748413,0.29839119430479,0.255951455205554,0.174758913148199,0.450897959094501,0.0397766946233686,0.392076116402808,0.255951455205554,0.0551804620764534,0.335042645940226,0.5,0.255951455205554,0.068905148253992,0.539008820026557,0.255951455205554,0.0401075392092099,0.316311686075073,0.255951455205554,0.0936099233439712,0.539349109806519,0.255951455205554,0.0897104804879464,0.503878601262054,0.0686539328746908,0.821076053893859 -4099,0.255951455205554,0.0684128203451445,0.735546483225656,0.255951455205554,0.0146640441702396,0.677874941125919,0.255951455205554,0.063977492909005,0.584428313025872,0.255951455205554,0.113540233054995,0.609647015944651,0.255951455205554,0.0773192641890164,0.287128516549266,0.255951455205554,0.0705663788648822,0.226739470875492,0.5,0.255951455205554,0.0899101351476191,0.233178872598018,0.5,0.255951455205554,0.0828559912093315,0.148958843374234,0.5,0.255951455205554,0.0581792778776998,0.237688077543115,0.255951455205554,0.129014728821474,0.3923942672239,0.0201139291177541,0.314261097097718,0.255951455205554,0.0256130890326631,0.316609195894744,0.5,0.255951455205554,0.0202866069566203,0.551651752329434,0.255951455205554,0.0256427642361303,0.213181937377043,0.255951455205554,0.0496163244723625,0.587659353862639,0.255951455205554,0.0454149134412512,0.485736516455949,0.0471837003550816,0.812656962375776 -4100,0.255951455205554,0.041038848093408,0.507395661245395,0.255951455205554,0.0117961662558249,0.479636706934765,0.255951455205554,0.0246601297917975,0.448249804749652,0.255951455205554,0.0434986653831658,0.420652383270767,0.255951455205554,0.0265867079970561,0.170133512409746,0.255951455205554,0.0196807411500224,0.112198617551635,0.5,0.255951455205554,0.0331604304076419,0.0852699028149473,0.5,0.255951455205554,0.0177608608540291,0.10490890447602,0.5,0.255951455205554,0.0044706453400935,0.162886827212339,0.255951455205554,0.0389206754653904,0.203271580487781,0.00225364509017131,0.260646656147111,0.255951455205554,0.00415576642044698,0.305840957527611,0.5,0.255951455205554,0.00237197633163963,0.512776644845439,0.255951455205554,0.00623865923088022,0.16691335302902,0.255951455205554,0.00868219582275737,0.573102662768644,0.255951455205554,0.00871476696274086,0.388061797297012,0.0394251834776197,0.81867901782296 -4101,0.255951455205554,5.67313786083831e-06,0.393427548381213,0.255951455205554,9.72135013838994e-05,0.221192033992137,0.255951455205554,2.19053493962523e-07,0.351690694066605,0.255951455205554,0.0,0.479918246747992,0.255951455205554,1.24438527491142e-06,0.113687404867003,0.255951455205554,0.0,0.0564775398047317,0.5,0.255951455205554,0.0,0.0346037335404527,0.5,0.255951455205554,0.0,0.0582885819995743,0.5,0.255951455205554,0.0,0.10231934281344,0.255951455205554,0.0,0.0473139316916777,0.0,0.317048447571179,0.255951455205554,0.0,0.293136786385283,0.5,0.255951455205554,0.0,0.430740870501373,0.255951455205554,0.0,0.191853451957128,0.255951455205554,0.0,0.46667463845314,0.255951455205554,0.0,0.308638562297395,0.0,0.817591804795621 -4102,0.255951455205554,0.0,0.4189581568634,0.255951455205554,0.0,0.140183557536797,0.255951455205554,0.0,0.305455053147898,0.255951455205554,0.0,0.521581211954436,0.255951455205554,0.0,0.0970857037351555,0.255951455205554,0.0,0.0350855968084062,0.5,0.255951455205554,0.0,0.0265902407485455,0.5,0.255951455205554,0.0,0.0462126822186463,0.5,0.255951455205554,0.0,0.0814036238709837,0.255951455205554,0.0,0.0323849476191265,0.0,0.3163288651416,0.255951455205554,0.0,0.294466012078509,0.5,0.255951455205554,0.0,0.364616243592675,0.255951455205554,0.0,0.260063291919747,0.255951455205554,0.0,0.338626445871822,0.255951455205554,0.0,0.209065117870778,0.0,0.813474765383369 -4103,0.255951455205554,0.0,0.39549489561255,0.255951455205554,0.0,0.210910713591954,0.255951455205554,0.0,0.278662621129658,0.255951455205554,0.0,0.396808772082789,0.255951455205554,0.0,0.0737927359503619,0.255951455205554,0.0,0.0304114405593915,0.5,0.255951455205554,0.0,0.022182798385647,0.5,0.255951455205554,0.0,0.0346012890589024,0.5,0.255951455205554,0.0,0.0740805505822841,0.255951455205554,0.0,0.0314376025835496,0.0,0.29630989346826,0.255951455205554,0.0,0.27787791522383,0.5,0.255951455205554,0.0,0.344401385902306,0.255951455205554,0.0,0.277734135933339,0.255951455205554,0.0,0.211179579443593,0.255951455205554,0.0,0.12687506928342,0.0,0.804368355375768 -4104,0.255951455205554,0.0,0.345034647539354,0.255951455205554,0.0,0.316312965599586,0.255951455205554,0.0,0.27061144548679,0.255951455205554,0.0,0.325567884571468,0.255951455205554,0.0,0.0726017777674854,0.255951455205554,0.0,0.0287843234115724,0.5,0.255951455205554,0.0,0.0170836989203398,0.5,0.255951455205554,0.0,0.0277378254947998,0.5,0.255951455205554,0.0,0.0701726240614196,0.255951455205554,0.0,0.0268730533452734,0.0,0.248871347242555,0.255951455205554,0.0,0.262067635187892,0.5,0.255951455205554,0.0,0.316391542507754,0.255951455205554,0.0,0.248373121375352,0.255951455205554,0.0,0.137349844134122,0.255951455205554,0.0,0.0799606674571926,0.0,0.813101994109903 -4105,0.255951455205554,0.0,0.316600442893153,0.255951455205554,0.0,0.357241887604887,0.255951455205554,0.0,0.271396628622098,0.255951455205554,0.0,0.337944409564331,0.255951455205554,0.0,0.0912630333402491,0.255951455205554,0.0,0.0259786497610185,0.5,0.255951455205554,0.0,0.0105459617373036,0.5,0.255951455205554,0.0,0.027766295709843,0.5,0.255951455205554,0.0,0.0526700504900798,0.255951455205554,0.0,0.0220318159096789,0.0,0.272025713037362,0.255951455205554,0.0,0.251045101002069,0.5,0.255951455205554,0.0,0.273520643212677,0.255951455205554,0.0,0.20576985523055,0.255951455205554,0.0,0.122729506607189,0.255951455205554,0.0,0.0646759444969626,0.0,0.905825991728724 -4106,0.255951455205554,0.0,0.355059275614453,0.255951455205554,0.0,0.336933837575929,0.255951455205554,0.0,0.288834841102676,0.255951455205554,0.0,0.353188457079205,0.255951455205554,0.0,0.100101847032303,0.255951455205554,0.0,0.0299745384734955,0.5,0.255951455205554,0.0,0.00835335488739813,0.5,0.255951455205554,0.0,0.022543216785022,0.5,0.255951455205554,0.0,0.0270613641282237,0.255951455205554,0.0,0.0166644470594152,0.0,0.240188202550413,0.255951455205554,0.0,0.245006119729923,0.5,0.255951455205554,0.0,0.251348672507095,0.255951455205554,0.0,0.179517673439226,0.255951455205554,0.0,0.153614729200816,0.255951455205554,0.0,0.0679323218172125,0.0,0.93865868867775 -4107,0.255951455205554,0.0,0.399755071767096,0.255951455205554,0.0,0.308785015168335,0.255951455205554,0.0,0.325767266396314,0.255951455205554,0.0,0.375715968574411,0.255951455205554,0.0,0.102766226207071,0.255951455205554,0.0,0.0342142272737023,0.5,0.255951455205554,0.0,0.00794800801531836,0.5,0.255951455205554,0.0,0.0170731839973643,0.5,0.255951455205554,0.0,0.0190259700900568,0.255951455205554,0.0,0.0112404325712102,0.0,0.203689432330594,0.255951455205554,0.0,0.242993808320116,0.5,0.255951455205554,0.0,0.264487473498571,0.255951455205554,0.0,0.173623927769093,0.255951455205554,0.0,0.207211366577916,0.255951455205554,0.0,0.0889655451671634,0.0,0.944497441339327 -4108,0.255951455205554,0.0,0.551350872149984,0.255951455205554,0.0,0.308979587616164,0.255951455205554,0.0,0.362413791677357,0.255951455205554,0.0,0.444939343658226,0.255951455205554,0.0,0.0971306312516196,0.255951455205554,0.0,0.039142103362371,0.5,0.255951455205554,0.0,0.00747870910874355,0.5,0.255951455205554,0.0,0.0126308992224533,0.5,0.255951455205554,0.0,0.0137164622798174,0.255951455205554,0.0,0.0102206189243616,0.0,0.210782436472559,0.255951455205554,0.0,0.227571482306601,0.5,0.255951455205554,0.0,0.283082179659254,0.255951455205554,0.0,0.179469995078657,0.255951455205554,0.0,0.232926669903229,0.255951455205554,0.0,0.118510274757868,0.0,0.939920723029636 -4109,0.255951455205554,0.00174021042982918,0.620216964490433,0.255951455205554,0.000745125834693923,0.33135430620342,0.255951455205554,0.00148262096992023,0.395347316453634,0.255951455205554,0.00161011306856876,0.473556447590066,0.255951455205554,0.00077681780563319,0.086684827000828,0.255951455205554,0.000489584637647779,0.039221730500873,0.5,0.255951455205554,9.27345017784683e-08,0.00601709824699214,0.5,0.255951455205554,2.54024807105651e-05,0.0113712125562837,0.5,0.255951455205554,0.000914178536640258,0.0114745707508418,0.255951455205554,0.0,0.00957725421049878,0.00157687750103153,0.2112082756299,0.255951455205554,0.00161119643003805,0.233643910156206,0.5,0.255951455205554,0.00429158377382141,0.313078735810385,0.255951455205554,0.00216215626748593,0.180345902790733,0.255951455205554,0.00101024965069028,0.234683337224891,0.255951455205554,0.000594777904299297,0.132484083221025,0.00276361390811253,0.893965767824862 -4110,0.255951455205554,0.00824434871852212,0.719677235106359,0.255951455205554,0.00380871186548243,0.418562969561516,0.255951455205554,0.0240336057577697,0.460863069663643,0.255951455205554,0.0155581399122733,0.48382536304053,0.255951455205554,0.0448590978813661,0.10122222059418,0.255951455205554,0.0330894933678222,0.0542417016113656,0.5,0.255951455205554,0.0396453113780596,0.0039799896449677,0.5,0.255951455205554,0.0397063794174735,0.0095269121672962,0.5,0.255951455205554,0.0314895429249119,0.0164151921030365,0.255951455205554,0.037798877091839,0.00587365451578934,0.0173710240767523,0.265748871371311,0.255951455205554,0.0181462987408351,0.299015973997924,0.5,0.255951455205554,0.0277355589209217,0.390592507054873,0.255951455205554,0.0195948170456822,0.197522490909162,0.255951455205554,0.0194506488075216,0.291834340052787,0.255951455205554,0.0119258712414055,0.147679164321644,0.0172422700078298,0.871566973067886 -4111,0.255951455205554,0.0230828634881205,0.764940120384121,0.255951455205554,0.0116879561866214,0.451459074094707,0.255951455205554,0.0524402138183856,0.517793840258273,0.255951455205554,0.0194122954400997,0.537785869105391,0.255951455205554,0.0989623171625813,0.177214891993455,0.255951455205554,0.099279790189436,0.129287788610282,0.5,0.255951455205554,0.111974430465469,0.00691677394124868,0.5,0.255951455205554,0.118622455699338,0.0089858796961645,0.5,0.255951455205554,0.0897293388875707,0.0392916237330822,0.255951455205554,0.110705261677811,0.00377601358707971,0.0531562145245174,0.398414589995437,0.255951455205554,0.0549373479117574,0.371856832877114,0.5,0.255951455205554,0.0585395854733785,0.516504434566177,0.255951455205554,0.0462603039615546,0.298316692160859,0.255951455205554,0.0754228116824276,0.427599099286867,0.255951455205554,0.0546465309078546,0.247466302743408,0.0514664267950541,0.879009143355985 -4112,0.255951455205554,0.0544649620976041,0.786256446068528,0.255951455205554,0.0452741558168867,0.631644458994597,0.255951455205554,0.0959343898291578,0.597798170416041,0.255951455205554,0.0623255989598381,0.711891368296386,0.255951455205554,0.133822862386738,0.26804197574017,0.255951455205554,0.201383457902812,0.215329265633493,0.5,0.255951455205554,0.223472497375173,0.0476680790051673,0.5,0.255951455205554,0.239676748761125,0.0149341307721692,0.5,0.255951455205554,0.177600217447085,0.0696697318163302,0.255951455205554,0.225853695545456,0.0149936838645532,0.089615725400985,0.463611331158883,0.255951455205554,0.0924566427822331,0.45262695359276,0.5,0.255951455205554,0.115320215521243,0.668186587420996,0.255951455205554,0.0894369514061435,0.415525139122677,0.255951455205554,0.143662248747405,0.555946428422041,0.255951455205554,0.127101994625048,0.37539902246381,0.059308041657263,0.904244612048927 -4113,0.255951455205554,0.105370076618411,0.800068734937527,0.255951455205554,0.071358089813759,0.789295108197662,0.255951455205554,0.16750561121027,0.675098798860308,0.255951455205554,0.112281131946104,0.70652359726516,0.255951455205554,0.186084314816915,0.356471617940121,0.255951455205554,0.311101991129529,0.272853287111721,0.5,0.255951455205554,0.336915654859183,0.102428386075288,0.5,0.255951455205554,0.370254137447553,0.0318450186124906,0.5,0.255951455205554,0.280109339381198,0.0996366423900789,0.255951455205554,0.354662602699433,0.0576618436106903,0.231843637224486,0.714979818378323,0.255951455205554,0.182301191240849,0.588489527070688,0.5,0.255951455205554,0.183719112914427,0.745391634512953,0.255951455205554,0.151149403994851,0.469397239414095,0.255951455205554,0.175984157468671,0.600535398915492,0.255951455205554,0.230938537552611,0.455461829887024,0.0861065009179027,0.95219165771709 -4114,0.255951455205554,0.140684912270808,0.843416190070703,0.255951455205554,0.128519429380646,0.835956350316083,0.255951455205554,0.233553142223844,0.740742601634487,0.255951455205554,0.235207377963909,0.764560726662648,0.255951455205554,0.268953388139802,0.370074806756001,0.255951455205554,0.398383000402121,0.321046238874391,0.5,0.255951455205554,0.436904270883019,0.141623164702484,0.5,0.255951455205554,0.489871689681776,0.0494879363543495,0.5,0.255951455205554,0.3752119935661,0.120031781859468,0.255951455205554,0.466252321528238,0.0834323826435601,0.327781258777649,0.666858175998143,0.255951455205554,0.273858882433367,0.67389580788519,0.5,0.255951455205554,0.242432454410945,0.830597488123962,0.255951455205554,0.289688488950557,0.566958386519141,0.255951455205554,0.295261997854102,0.713298780572586,0.255951455205554,0.344147120183442,0.527834317624628,0.079898892906046,0.98102392247901 -4115,0.255951455205554,0.169028610616805,0.897535528204466,0.255951455205554,0.216374694225945,0.894325838308711,0.255951455205554,0.257655779736155,0.789137316330997,0.255951455205554,0.297644898795275,0.822324097931003,0.255951455205554,0.367477737245279,0.438496466125497,0.255951455205554,0.439869324881098,0.365382959729876,0.5,0.255951455205554,0.52048308667966,0.180422031752088,0.5,0.255951455205554,0.581598191852959,0.0745750719011448,0.5,0.255951455205554,0.428278931587755,0.154415205709187,0.255951455205554,0.560878379212087,0.109714930524281,0.258967367374063,0.837597193521175,0.255951455205554,0.300424499997121,0.772067314334547,0.5,0.255951455205554,0.202199015629756,0.889670443183383,0.255951455205554,0.368304046582957,0.635584659641811,0.255951455205554,0.270086264156098,0.789135970469072,0.255951455205554,0.415431522730227,0.598377834749668,0.117936769437446,0.985456871565715 -4116,0.255951455205554,0.198798212675841,0.949818959702789,0.255951455205554,0.20728528544435,0.9496713625419,0.255951455205554,0.279382821401695,0.823123180961011,0.255951455205554,0.22128615912147,0.788007839176313,0.255951455205554,0.388914879719753,0.44365415423216,0.255951455205554,0.45140008557602,0.404561590999175,0.5,0.255951455205554,0.576286388879297,0.204044611654519,0.5,0.255951455205554,0.644528768354562,0.0986830112079899,0.5,0.255951455205554,0.486765191194828,0.17768698830764,0.255951455205554,0.6321615598485,0.137662495719144,0.184287335784742,0.819540212298942,0.255951455205554,0.304498967676981,0.846916207336679,0.5,0.255951455205554,0.162086691935036,0.894801566691008,0.255951455205554,0.333134093250296,0.669879617680926,0.255951455205554,0.258285492685558,0.826306912014328,0.255951455205554,0.443074824793161,0.651030926192147,0.238366506450369,0.986926399230735 -4117,0.255951455205554,0.193417402729111,0.970920794310269,0.255951455205554,0.202248614817602,0.947366799100626,0.255951455205554,0.35171401332118,0.848914908934304,0.255951455205554,0.456826340061647,0.928791878459157,0.255951455205554,0.374266931671125,0.440417708091291,0.255951455205554,0.432252844733312,0.393886254655333,0.5,0.255951455205554,0.597140041289327,0.209155383164457,0.5,0.255951455205554,0.680843462295323,0.120306889893609,0.5,0.255951455205554,0.522804272505583,0.194739315150722,0.255951455205554,0.640858714411786,0.151394607589537,0.214359478675874,0.861287942448546,0.255951455205554,0.214926682663482,0.838856683410917,0.5,0.255951455205554,0.155989450152063,0.882065472921578,0.255951455205554,0.309962606027804,0.694877411924881,0.255951455205554,0.273709885075198,0.831783990134866,0.255951455205554,0.41823796581402,0.651133173278517,0.15146710883612,0.992836313341995 -4118,0.255951455205554,0.185738485616983,0.978813231749163,0.255951455205554,0.468386801104456,1.02074080425288,0.255951455205554,0.391250146404217,0.877005298047014,0.255951455205554,0.353476739330183,0.969899046226699,0.255951455205554,0.353512314775866,0.446022992254315,0.255951455205554,0.434104372872974,0.351151465745131,0.5,0.255951455205554,0.561106497488915,0.20638347317971,0.5,0.255951455205554,0.669824731626364,0.124621498720111,0.5,0.255951455205554,0.523899279204558,0.210985866672779,0.255951455205554,0.646868425441017,0.155334149085621,0.0856066535607661,0.792008282174738,0.255951455205554,0.199312001556405,0.844148140078111,0.5,0.255951455205554,0.159383860238964,0.865735142019427,0.255951455205554,0.234634166692817,0.659145284537375,0.255951455205554,0.294238080961201,0.821069132942255,0.255951455205554,0.311614558254776,0.59270182205612,0.131474953865357,0.964309635104472 -4119,0.255951455205554,0.149022176793129,0.970082789321942,0.255951455205554,0.282627131065893,1.01654757707555,0.255951455205554,0.325504922082622,0.868217245264044,0.255951455205554,0.310765572113165,0.959280446790981,0.255951455205554,0.340736192198551,0.419753685616612,0.255951455205554,0.426138312380164,0.332509960973054,0.5,0.255951455205554,0.496719837031196,0.19907492863254,0.5,0.255951455205554,0.613942820733322,0.127576579768609,0.5,0.255951455205554,0.495964788429401,0.219813203243537,0.255951455205554,0.591720528202093,0.145186224925562,0.144660532576292,0.826378034060889,0.255951455205554,0.192471722413271,0.819895786536026,0.5,0.255951455205554,0.194064890618016,0.875575403275216,0.255951455205554,0.234533937411119,0.593565322076103,0.255951455205554,0.390782021470749,0.795542695432088,0.255951455205554,0.30006235621749,0.511242685592663,0.110843696951042,0.957713387388777 -4120,0.255951455205554,0.112948713497994,0.955001120537264,0.255951455205554,0.275695151724536,1.01788804466557,0.255951455205554,0.219725908968665,0.857018265990902,0.255951455205554,0.202128527052891,0.951987731669288,0.255951455205554,0.305843270840056,0.408290860957027,0.255951455205554,0.356162874893655,0.313518941551937,0.5,0.255951455205554,0.43492111681189,0.192146086658152,0.5,0.255951455205554,0.50239582779141,0.130919201924848,0.5,0.255951455205554,0.412596841052051,0.212710881260271,0.255951455205554,0.517798128432944,0.143523765269567,0.162537107422528,0.785834495090877,0.255951455205554,0.161066707270515,0.780507450831171,0.5,0.255951455205554,0.159762712838952,0.916753570869115,0.255951455205554,0.242344594807547,0.535262862026802,0.255951455205554,0.379649686337952,0.753498574318447,0.255951455205554,0.320869021848665,0.464385996083172,0.172999572346685,0.957974446441981 -4121,0.255951455205554,0.0751572004653507,0.940107873633236,0.255951455205554,0.110660195553814,0.97938828064742,0.255951455205554,0.15088878322156,0.817333628554566,0.255951455205554,0.126754852534151,0.891802046913169,0.255951455205554,0.203957968500971,0.404703593844454,0.255951455205554,0.24092652798115,0.293863052842181,0.5,0.255951455205554,0.343745318600154,0.18306147294819,0.5,0.255951455205554,0.377980011465964,0.12658156097734,0.5,0.255951455205554,0.309083292741668,0.203014288548353,0.255951455205554,0.402757978904911,0.152142701529954,0.133772271572286,0.766792127879899,0.255951455205554,0.131669916813482,0.771343915491115,0.5,0.255951455205554,0.0913589455775348,0.897064443136721,0.255951455205554,0.208473183460021,0.484018870251922,0.255951455205554,0.254292174576227,0.736305258827021,0.255951455205554,0.272559862272061,0.456181499374002,0.0876915094664622,0.972117554452248 -4122,0.255951455205554,0.0535237666183624,0.943311862194049,0.255951455205554,0.0497719756672373,0.926867382414914,0.255951455205554,0.105221440918244,0.767807282158996,0.255951455205554,0.123630092423886,0.837184752097783,0.255951455205554,0.104494578720143,0.347508536325579,0.255951455205554,0.187046296470704,0.272419388160119,0.5,0.255951455205554,0.241043607980474,0.172919081159611,0.5,0.255951455205554,0.255934061174512,0.131561184899369,0.5,0.255951455205554,0.202301745520413,0.188903645594215,0.255951455205554,0.276089284070035,0.162034171595221,0.063811037672494,0.844016485157183,0.255951455205554,0.0886111649189389,0.680302687650564,0.5,0.255951455205554,0.0591937509911936,0.864869868768762,0.255951455205554,0.149379679883182,0.406388441848587,0.255951455205554,0.150776238240361,0.719274954944384,0.255951455205554,0.180024779747756,0.416944002436849,0.0498178920639349,0.97631724151204 -4123,0.255951455205554,0.043365213054173,0.926188298431984,0.255951455205554,0.0244813446099709,0.85909474460821,0.255951455205554,0.0631970456366207,0.704374372190042,0.255951455205554,0.0719939436090644,0.747628717920262,0.255951455205554,0.0498653339029521,0.272805223345378,0.255951455205554,0.105751483475514,0.209653580982529,0.5,0.255951455205554,0.132087740074356,0.123511799514028,0.5,0.255951455205554,0.130160228597531,0.106975020081466,0.5,0.255951455205554,0.0931354670831264,0.16163838771373,0.255951455205554,0.14705508236812,0.129973092368128,0.0133762992333944,0.72717650429232,0.255951455205554,0.0388597372827405,0.674388042900529,0.5,0.255951455205554,0.0290437371094115,0.866543292543558,0.255951455205554,0.0764848914215769,0.318441675334449,0.255951455205554,0.0552026950894974,0.690148997329672,0.255951455205554,0.0823192241536404,0.349821059196811,0.0390225563687808,0.993044531340345 -4124,0.255951455205554,0.021871468778123,0.86191936803884,0.255951455205554,0.0088837884449764,0.760051882834377,0.255951455205554,0.0272444370462174,0.598322925268455,0.255951455205554,0.0315967456972583,0.644487928312459,0.255951455205554,0.0225585778178117,0.188969852736104,0.255951455205554,0.0256725118570427,0.143122507940381,0.5,0.255951455205554,0.036639455232961,0.0378863596379361,0.5,0.255951455205554,0.0265123869807063,0.0720818622905694,0.5,0.255951455205554,0.00901470115715896,0.0916846715054632,0.255951455205554,0.0389461675023721,0.0683766478320496,0.0060211348495107,0.810955128459034,0.255951455205554,0.00482017261949107,0.65196743794346,0.5,0.255951455205554,0.00745284636247317,0.859396049361361,0.255951455205554,0.00815100432910891,0.24425350573169,0.255951455205554,0.0107951174453313,0.619677450529732,0.255951455205554,0.0189144032430371,0.255563355865083,0.0146532182786228,0.973722071503326 -4125,0.255951455205554,1.57928088430938e-06,0.791489327372661,0.255951455205554,7.70630138282315e-05,0.691379834180486,0.255951455205554,4.08940253529924e-06,0.4651624890922,0.255951455205554,0.000237678034789649,0.495406439820354,0.255951455205554,1.64984526896176e-06,0.123785150814553,0.255951455205554,0.0,0.107096978390519,0.5,0.255951455205554,0.0,0.0231228919047965,0.5,0.255951455205554,0.0,0.0620658094053847,0.5,0.255951455205554,0.0,0.0435404389388035,0.255951455205554,0.0,0.0606222889312656,0.0,0.809866297479648,0.255951455205554,0.0,0.674109881295409,0.5,0.255951455205554,4.69548579623639e-07,0.802608533513338,0.255951455205554,0.0,0.221929567773773,0.255951455205554,0.0,0.518667048875169,0.255951455205554,0.0,0.26283681541376,0.0,0.959401020110817 -4126,0.255951455205554,0.0,0.719034145644721,0.255951455205554,0.0,0.492528760419805,0.255951455205554,0.0,0.390251285662626,0.255951455205554,0.0,0.429656321430661,0.255951455205554,0.0,0.0864961161321774,0.255951455205554,0.0,0.0683416473319726,0.5,0.255951455205554,0.0,0.0126202440734425,0.5,0.255951455205554,0.0,0.0410498564652067,0.5,0.255951455205554,0.0,0.0230802373373093,0.255951455205554,0.0,0.0359289399639951,0.0,0.718949720347933,0.255951455205554,0.0,0.712120975284216,0.5,0.255951455205554,0.0,0.746802573865176,0.255951455205554,0.0,0.236194859178884,0.255951455205554,0.0,0.407798031504697,0.255951455205554,0.0,0.310698078179006,0.0,0.943430605278918 -4127,0.255951455205554,0.0,0.676893747274495,0.255951455205554,0.0,0.34448606837696,0.255951455205554,0.0,0.38053726794314,0.255951455205554,0.0,0.452185655448778,0.255951455205554,0.0,0.0865904530296014,0.255951455205554,0.0,0.0352813669729594,0.5,0.255951455205554,0.0,0.00765320736466621,0.5,0.255951455205554,0.0,0.0237779068490469,0.5,0.255951455205554,0.0,0.019562754057977,0.255951455205554,0.0,0.0161214830607947,0.0,0.727487538415409,0.255951455205554,0.0,0.633288547063368,0.5,0.255951455205554,0.0,0.700206060004619,0.255951455205554,0.0,0.301861438394081,0.255951455205554,0.0,0.315771282087911,0.255951455205554,0.0,0.302925684961958,0.0,0.918294811154471 -4128,0.255951455205554,0.0,0.660983652688059,0.255951455205554,0.0,0.297971346449407,0.255951455205554,0.0,0.36494563471527,0.255951455205554,0.0,0.451269990184398,0.255951455205554,0.0,0.0853448684956427,0.255951455205554,0.0,0.0171513876003012,0.5,0.255951455205554,0.0,0.00653303576771032,0.5,0.255951455205554,0.0,0.01489619984122,0.5,0.255951455205554,0.0,0.0224495209260433,0.255951455205554,0.0,0.00991563757950782,0.0,0.756752173894957,0.255951455205554,0.0,0.547838524738099,0.5,0.255951455205554,0.0,0.671130093595921,0.255951455205554,0.0,0.403950421055783,0.255951455205554,0.0,0.257982816785016,0.255951455205554,0.0,0.205782788422418,0.0,0.903152264973818 -4129,0.255951455205554,0.0,0.642763143081417,0.255951455205554,0.0,0.273689959795741,0.255951455205554,0.0,0.36171218993341,0.255951455205554,0.0,0.40361029212799,0.255951455205554,0.0,0.0749753398571645,0.255951455205554,0.0,0.0188347858139416,0.5,0.255951455205554,0.0,0.00693631144463024,0.5,0.255951455205554,0.0,0.0107818166900791,0.5,0.255951455205554,0.0,0.0207532908028043,0.255951455205554,0.0,0.00799890696557318,0.0,0.458984440005577,0.255951455205554,0.0,0.499544296670463,0.5,0.255951455205554,0.0,0.622246296341785,0.255951455205554,0.0,0.404429553736451,0.255951455205554,0.0,0.246574869173507,0.255951455205554,0.0,0.119261362554064,0.0,0.902666290625951 -4130,0.255951455205554,0.0,0.663435584137494,0.255951455205554,0.0,0.276502626761037,0.255951455205554,0.0,0.3576504208953,0.255951455205554,0.0,0.377205673585099,0.255951455205554,0.0,0.0678155163341404,0.255951455205554,0.0,0.0192583066241786,0.5,0.255951455205554,0.0,0.00789563771932763,0.5,0.255951455205554,0.0,0.0080561678922474,0.5,0.255951455205554,0.0,0.0109806957595579,0.255951455205554,0.0,0.00802054689710343,0.0,0.401634599781091,0.255951455205554,0.0,0.460591929168392,0.5,0.255951455205554,0.0,0.574941409813736,0.255951455205554,0.0,0.317487761340884,0.255951455205554,0.0,0.290726760642993,0.255951455205554,0.0,0.0853498399665439,0.0,0.882102155236941 -4131,0.255951455205554,0.0,0.697804526012485,0.255951455205554,0.0,0.321318930039317,0.255951455205554,0.0,0.3526442728308,0.255951455205554,0.0,0.382294271585804,0.255951455205554,0.0,0.068063490516953,0.255951455205554,0.0,0.0181040093735845,0.5,0.255951455205554,0.0,0.00967374314420075,0.5,0.255951455205554,0.0,0.0064981036147002,0.5,0.255951455205554,0.0,0.00455608379497021,0.255951455205554,0.0,0.00869038461008753,0.0,0.419414991443045,0.255951455205554,0.0,0.459761244067857,0.5,0.255951455205554,0.0,0.581428492281561,0.255951455205554,0.0,0.2643655897175,0.255951455205554,0.0,0.344215996484346,0.255951455205554,0.0,0.0971830153384709,0.0,0.876295208503097 -4132,0.255951455205554,0.0,0.738037580952551,0.255951455205554,0.0,0.48727509267397,0.255951455205554,0.0,0.354463631392082,0.255951455205554,0.0,0.389981325170149,0.255951455205554,0.0,0.0696016017335007,0.255951455205554,0.0,0.0162133210326284,0.5,0.255951455205554,0.0,0.0123625083783928,0.5,0.255951455205554,0.0,0.00576009942976793,0.5,0.255951455205554,0.0,0.00334092014053724,0.255951455205554,0.0,0.012537253480039,0.0,0.437550932247323,0.255951455205554,0.0,0.44740924576522,0.5,0.255951455205554,0.0,0.571365846469983,0.255951455205554,0.0,0.25578242450289,0.255951455205554,0.0,0.365612793833149,0.255951455205554,0.0,0.120230845547815,0.0,0.876029051565324 -4133,0.255951455205554,0.00232894745493901,0.793741838090548,0.255951455205554,0.000234934604617244,0.360798781368389,0.255951455205554,0.00112011367368135,0.358834712184421,0.255951455205554,0.000312757980459787,0.415574449538688,0.255951455205554,0.000449472180315421,0.072121804058721,0.255951455205554,0.000991447408516012,0.0163022687386777,0.5,0.255951455205554,5.87820033718949e-08,0.0155116961398801,0.5,0.255951455205554,2.23365386124411e-05,0.00554878574872003,0.5,0.255951455205554,0.0013982417416885,0.00366128190899595,0.255951455205554,0.0,0.0200107388738593,0.00112706117723018,0.604042841972864,0.255951455205554,0.00142228797231886,0.481272539226277,0.5,0.255951455205554,0.00179664732403622,0.593551837118201,0.255951455205554,0.00141557245795565,0.286903746053594,0.255951455205554,0.00179866833488271,0.381955944202558,0.255951455205554,0.00239062728218233,0.139192498766536,0.00583179291081969,0.874758131602108 -4134,0.255951455205554,0.0246761082403442,0.828073594202827,0.255951455205554,0.0025596412741738,0.33446054214808,0.255951455205554,0.0190189230992932,0.372666527277617,0.255951455205554,0.00216182847790825,0.437066794536734,0.255951455205554,0.0328187674152849,0.0915495907852197,0.255951455205554,0.0497409055971138,0.0191211952334862,0.5,0.255951455205554,0.0433351738348476,0.0133122613656803,0.5,0.255951455205554,0.0454837885842017,0.00419894246832641,0.5,0.255951455205554,0.0548206046214449,0.00298114360830449,0.255951455205554,0.03924251363016,0.0212291656062918,0.0101626364485978,0.655037000221099,0.255951455205554,0.0103450959566363,0.478656053907444,0.5,0.255951455205554,0.0216320602246958,0.642824172096786,0.255951455205554,0.0157561645497767,0.332257064536253,0.255951455205554,0.0203501477308869,0.429779284645335,0.255951455205554,0.040037694498684,0.174319325758915,0.0227220921651666,0.860903518382719 -4135,0.255951455205554,0.0617515332749298,0.85423717025689,0.255951455205554,0.0201469450471321,0.441568960276673,0.255951455205554,0.0428258914384412,0.39896557467815,0.255951455205554,0.00679831555612589,0.441162697540514,0.255951455205554,0.0867118207869383,0.128476852014703,0.255951455205554,0.122340885742341,0.0405641605564303,0.5,0.255951455205554,0.117862646957856,0.013890732351908,0.5,0.255951455205554,0.124613012086792,0.00266958351463759,0.5,0.255951455205554,0.139467100942607,0.0153271652110986,0.255951455205554,0.112972567299104,0.0251936609726352,0.0112305794533716,0.603109870250803,0.255951455205554,0.0259740107822621,0.465044663104759,0.5,0.255951455205554,0.064971555635709,0.728095111279724,0.255951455205554,0.0470014138613539,0.386501553394061,0.255951455205554,0.0486216161971491,0.492008217484729,0.255951455205554,0.0949173555757855,0.206468561490406,0.0434900038976387,0.841355646362202 -4136,0.255951455205554,0.0955748645618721,0.845780075497242,0.255951455205554,0.105671299109038,0.73651061256268,0.255951455205554,0.0690127401621261,0.448640756915418,0.255951455205554,0.01881588512513,0.457320255029578,0.255951455205554,0.159852127567493,0.16214928079098,0.255951455205554,0.224297211114655,0.0962009208999014,0.5,0.255951455205554,0.236186447152555,0.0579080043402571,0.5,0.255951455205554,0.245607654961421,0.00996935470809067,0.5,0.255951455205554,0.260128948998423,0.0565503632580309,0.255951455205554,0.23039736957089,0.0755143281677062,0.0132321979438686,0.477710650245764,0.255951455205554,0.0489151205390326,0.537539517896487,0.5,0.255951455205554,0.149027790864582,0.79996187171174,0.255951455205554,0.090478181174622,0.453904246744161,0.255951455205554,0.0916417315196555,0.571769122012965,0.255951455205554,0.18297414142761,0.297221759711048,0.0853567263091187,0.804377782216096 -4137,0.255951455205554,0.13147508665537,0.81832095444901,0.255951455205554,0.251889352865192,0.900199446258292,0.255951455205554,0.0931627723142257,0.508671377495437,0.255951455205554,0.0500151126961709,0.492549734408674,0.255951455205554,0.252476955130855,0.246743957087685,0.255951455205554,0.319416558191703,0.190448284050712,0.5,0.255951455205554,0.365929433726323,0.130827390937173,0.5,0.255951455205554,0.380018111897998,0.0267813037146209,0.5,0.255951455205554,0.393045019709912,0.0886962155492938,0.255951455205554,0.360985856327104,0.141384201229149,0.0401843711199948,0.443327178832723,0.255951455205554,0.112615302827199,0.671968417866722,0.5,0.255951455205554,0.23041798708217,0.839834744495137,0.255951455205554,0.18069410772855,0.559130114866043,0.255951455205554,0.182134235871109,0.686628461436518,0.255951455205554,0.255587073973331,0.478997788055431,0.142800591390172,0.6839900557486 -4138,0.255951455205554,0.16071689063931,0.804078845745175,0.255951455205554,0.306810364831033,0.927715511316221,0.255951455205554,0.124109668409687,0.560724633872886,0.255951455205554,0.104272603681478,0.567766047042983,0.255951455205554,0.301465917276419,0.300429967562788,0.255951455205554,0.413643853142079,0.225957894679288,0.5,0.255951455205554,0.496892540587784,0.155242943646067,0.5,0.255951455205554,0.512777617295324,0.041991323968529,0.5,0.255951455205554,0.518873591804638,0.108576998881562,0.255951455205554,0.498005316674996,0.151518244543017,0.0806142959826583,0.568760208397492,0.255951455205554,0.190462429947695,0.751671673506376,0.5,0.255951455205554,0.240811193386289,0.822878582656209,0.255951455205554,0.306704798337167,0.715678621318703,0.255951455205554,0.222307644711449,0.760177455018596,0.255951455205554,0.355604012807092,0.593554224770591,0.160198771194571,0.759391441365728 -4139,0.255951455205554,0.160839713655109,0.772848404256001,0.255951455205554,0.19110992704279,0.867632634395509,0.255951455205554,0.13475860079516,0.574009451737326,0.255951455205554,0.153125705191543,0.59583339105426,0.255951455205554,0.322893900755504,0.31823386758219,0.255951455205554,0.487383087576103,0.244846089580188,0.5,0.255951455205554,0.596555201345589,0.147274524833236,0.5,0.255951455205554,0.617873219665334,0.0559569183372351,0.5,0.255951455205554,0.612015353213509,0.123743484705229,0.255951455205554,0.600318809926602,0.136112080122384,0.15213235714716,0.733681099011291,0.255951455205554,0.243068622190808,0.788898864594804,0.5,0.255951455205554,0.22866999576193,0.794778467025408,0.255951455205554,0.320628946061581,0.72630282797736,0.255951455205554,0.174623076560508,0.742448282209705,0.255951455205554,0.393411097069722,0.608431063773404,0.149058436412281,0.647501648857381 -4140,0.255951455205554,0.17341591217649,0.775348651158583,0.255951455205554,0.231236541428524,0.868125663866569,0.255951455205554,0.155035969770083,0.585440053372099,0.255951455205554,0.152275051595146,0.601230749124466,0.255951455205554,0.312807316930129,0.303897560904541,0.255951455205554,0.497477984629329,0.258435335344278,0.5,0.255951455205554,0.666122918644475,0.1350714303607,0.5,0.255951455205554,0.685423415690605,0.0705192059430152,0.5,0.255951455205554,0.665810099626963,0.159807791589808,0.255951455205554,0.660749020562472,0.127138092657367,0.218485858376112,0.857249727058119,0.255951455205554,0.241521978281468,0.795641130918039,0.5,0.255951455205554,0.248590914633913,0.77679630610793,0.255951455205554,0.223633364375143,0.702764933544619,0.255951455205554,0.190633619165588,0.716169376376213,0.255951455205554,0.35386462405304,0.524467103069915,0.189525053146717,0.557723960548916 -4141,0.255951455205554,0.204577335945334,0.799220212376595,0.255951455205554,0.359579123194874,0.891310638133741,0.255951455205554,0.200911931516022,0.606707610457737,0.255951455205554,0.188838740234991,0.661020416817578,0.255951455205554,0.307052619992378,0.282114749038099,0.255951455205554,0.50284727849794,0.278786838768812,0.5,0.255951455205554,0.696419278079632,0.133163708278607,0.5,0.255951455205554,0.711516790734365,0.0815500591155766,0.5,0.255951455205554,0.691364514075963,0.189203872096308,0.255951455205554,0.705488590512175,0.141844738081841,0.113529345578319,0.671964035875553,0.255951455205554,0.246141264558942,0.774743228487663,0.5,0.255951455205554,0.26595651606908,0.779591851600205,0.255951455205554,0.185160282239945,0.671594976481069,0.255951455205554,0.22028290856648,0.750095362298087,0.255951455205554,0.358688742305961,0.521169003391435,0.264671557541786,0.642035265578554 -4142,0.255951455205554,0.215017143838117,0.81886420586185,0.255951455205554,0.426969026513351,0.894846663765413,0.255951455205554,0.275094755363259,0.612454108173087,0.255951455205554,0.216463417523479,0.617737595192589,0.255951455205554,0.346797521226847,0.292935891383674,0.255951455205554,0.454397606627347,0.306324772334774,0.5,0.255951455205554,0.683388684291645,0.149300773385446,0.5,0.255951455205554,0.70118708004981,0.098560016581316,0.5,0.255951455205554,0.672637200980561,0.212934973681944,0.255951455205554,0.707196103662723,0.144125600355183,0.22412904715558,0.753353400349593,0.255951455205554,0.243885444462635,0.748883214719104,0.5,0.255951455205554,0.246021456449089,0.767078531446286,0.255951455205554,0.281013138092168,0.712061625872996,0.255951455205554,0.129242988534004,0.682045931712607,0.255951455205554,0.316502109318763,0.502057525890164,0.31369032863854,0.60777278960859 -4143,0.255951455205554,0.20468294160259,0.829365677525649,0.255951455205554,0.374786016772265,0.897220334377704,0.255951455205554,0.336003133252753,0.634177899687676,0.255951455205554,0.27848889811958,0.716141128599989,0.255951455205554,0.330639902269453,0.299383902594036,0.255951455205554,0.395034100117207,0.335583352957146,0.5,0.255951455205554,0.614548991040232,0.161010855637967,0.5,0.255951455205554,0.64528424145483,0.113353028300842,0.5,0.255951455205554,0.611232869998,0.239073429619721,0.255951455205554,0.648745086550758,0.16659322894218,0.161502888598584,0.634931125689347,0.255951455205554,0.175294201624309,0.688998955374055,0.5,0.255951455205554,0.210902118711297,0.735619188898447,0.255951455205554,0.232015540569004,0.733392204387128,0.255951455205554,0.16230377953522,0.625874947937672,0.255951455205554,0.282697315301826,0.463453565779369,0.284641547603757,0.520879231218097 -4144,0.255951455205554,0.22389289726798,0.841267140215965,0.255951455205554,0.172312997470013,0.860183243944462,0.255951455205554,0.28093349785414,0.646599272977485,0.255951455205554,0.188748134815262,0.768018872090939,0.255951455205554,0.282630276536017,0.275565021555526,0.255951455205554,0.337755231849102,0.334663627082875,0.5,0.255951455205554,0.514053044804182,0.167495649672745,0.5,0.255951455205554,0.538481233537704,0.12879407027303,0.5,0.255951455205554,0.499650253316391,0.260358505874659,0.255951455205554,0.556895650161969,0.1692168500167,0.143534597360814,0.596943278364936,0.255951455205554,0.16427376969777,0.621024364325646,0.5,0.255951455205554,0.219153328417696,0.72653411420409,0.255951455205554,0.162482941835003,0.605986872583071,0.255951455205554,0.208689771271851,0.625882751968148,0.255951455205554,0.284169102883997,0.476771937231295,0.242252275409817,0.490485866256024 -4145,0.255951455205554,0.24533024215839,0.847514156097322,0.255951455205554,0.0801233443765591,0.814573220445537,0.255951455205554,0.232045195694293,0.613672450038157,0.255951455205554,0.144643701316606,0.720288586838837,0.255951455205554,0.250272666391281,0.233185842340999,0.255951455205554,0.283564844231449,0.314574938188428,0.5,0.255951455205554,0.394405020021056,0.164998465545513,0.5,0.255951455205554,0.401463937121181,0.136654261516636,0.5,0.255951455205554,0.364804606662588,0.248052389750726,0.255951455205554,0.425741629677826,0.148494733748131,0.114751110034453,0.553182778683149,0.255951455205554,0.135832068148079,0.544232871073787,0.5,0.255951455205554,0.197160158876471,0.723439709725841,0.255951455205554,0.144350859530485,0.465505085717088,0.255951455205554,0.132268168058287,0.561221771518551,0.255951455205554,0.252997541183069,0.424497784686985,0.326290317632364,0.473743121243725 -4146,0.255951455205554,0.221629104341388,0.83405960616634,0.255951455205554,0.0497703154251949,0.726049578465574,0.255951455205554,0.178079012117731,0.543181760304799,0.255951455205554,0.130816037176612,0.64306785275374,0.255951455205554,0.202970268220544,0.22221163776182,0.255951455205554,0.20520919330508,0.232397050904701,0.5,0.255951455205554,0.267902390759061,0.150735683944957,0.5,0.255951455205554,0.26561251687242,0.129304221662905,0.5,0.255951455205554,0.239156313442146,0.210898692492264,0.255951455205554,0.290091522691601,0.114174362690961,0.0923939245250798,0.520478173054374,0.255951455205554,0.0796001475634621,0.447327882576853,0.5,0.255951455205554,0.11659542215348,0.688009865217929,0.255951455205554,0.0905255607313254,0.347158903364856,0.255951455205554,0.058371739466825,0.469750579528421,0.255951455205554,0.149679158928583,0.336544472394102,0.261923508616384,0.432726275873752 -4147,0.255951455205554,0.13848594267702,0.765759894821726,0.255951455205554,0.0400860119234233,0.496186608790095,0.255951455205554,0.111893656529784,0.428205572344374,0.255951455205554,0.115396092055017,0.486645260219864,0.255951455205554,0.110332713801666,0.168516473388303,0.255951455205554,0.119625940984433,0.133696940233838,0.5,0.255951455205554,0.142520946666716,0.0903280535409636,0.5,0.255951455205554,0.13328827720038,0.0796604568261724,0.5,0.255951455205554,0.109137687419921,0.134175217606006,0.255951455205554,0.154373189881162,0.0333351967160864,0.0801657961612859,0.44381241186933,0.255951455205554,0.0343463104898281,0.37827978204681,0.5,0.255951455205554,0.0489574001803866,0.607096062843666,0.255951455205554,0.0350506971146741,0.275734243616516,0.255951455205554,0.042314734435158,0.348722932229174,0.255951455205554,0.0548473653392299,0.268350861425182,0.150235317541554,0.389768204996196 -4148,0.255951455205554,0.0492751689216989,0.613858166355797,0.255951455205554,0.0403944520160071,0.287583629416209,0.255951455205554,0.040408255236048,0.249313320889884,0.255951455205554,0.046023547370675,0.274517509081979,0.255951455205554,0.0375802355905363,0.078459874114201,0.255951455205554,0.0314036221620618,0.0424792556582893,0.5,0.255951455205554,0.0350564381469166,0.0595777391191621,0.5,0.255951455205554,0.0259661572029984,0.0616147771160751,0.5,0.255951455205554,0.010772289383455,0.0700956132613545,0.255951455205554,0.0360807354903222,0.0384802605822596,0.0166726448309236,0.338429773776384,0.255951455205554,0.00777283495752067,0.314152631201439,0.5,0.255951455205554,0.0127591505789466,0.459898415361943,0.255951455205554,0.00528423055026502,0.17543740510649,0.255951455205554,0.0105083174792517,0.230206538049929,0.255951455205554,0.0141908665993225,0.140720238999125,0.0489832632066782,0.366585943742069 -4149,0.255951455205554,0.0,0.526299825389701,0.255951455205554,0.0,0.176166802362316,0.255951455205554,0.0,0.159416027859377,0.255951455205554,0.0,0.203032496923996,0.255951455205554,0.0,0.0417088016546956,0.255951455205554,0.0,0.023633976468689,0.5,0.255951455205554,0.0,0.0586962067707232,0.5,0.255951455205554,0.0,0.0608190340400876,0.5,0.255951455205554,0.0,0.0603098848890749,0.255951455205554,0.0,0.066664767072724,0.0,0.285977069761403,0.255951455205554,0.0,0.263398448936046,0.5,0.255951455205554,0.0,0.308750024584037,0.255951455205554,0.0,0.114658043268417,0.255951455205554,0.0,0.171313395764544,0.255951455205554,0.0,0.0515626640915075,0.0,0.327346297681527 -4150,0.255951455205554,0.0,0.502823025655564,0.255951455205554,0.0,0.160735593775616,0.255951455205554,0.0,0.125306409087485,0.255951455205554,0.0,0.190515724748458,0.255951455205554,0.0,0.026014374890631,0.255951455205554,0.0,0.010845640932811,0.5,0.255951455205554,0.0,0.045318124379901,0.5,0.255951455205554,0.0,0.0529316349833942,0.5,0.255951455205554,0.0,0.0453767090654978,0.255951455205554,0.0,0.0839388251593278,0.0,0.28904503441395,0.255951455205554,0.0,0.235133451720683,0.5,0.255951455205554,0.0,0.273920011433021,0.255951455205554,0.0,0.0744967465887518,0.255951455205554,0.0,0.144765974594246,0.255951455205554,0.0,0.0247693506819555,0.0,0.258382761055023 -4151,0.255951455205554,0.0,0.481705182047152,0.255951455205554,0.0,0.144720226189857,0.255951455205554,0.0,0.109323970353495,0.255951455205554,0.0,0.187340259754658,0.255951455205554,0.0,0.0170977118842025,0.255951455205554,0.0,0.00549234037296323,0.5,0.255951455205554,0.0,0.0349317112971603,0.5,0.255951455205554,0.0,0.0455216636591308,0.5,0.255951455205554,0.0,0.0299938035478304,0.255951455205554,0.0,0.0844579136366866,0.0,0.333565475949067,0.255951455205554,0.0,0.214175968788682,0.5,0.255951455205554,0.0,0.360185204844583,0.255951455205554,0.0,0.0566488446912036,0.255951455205554,0.0,0.0879194306210152,0.255951455205554,0.0,0.0198302252654626,0.0,0.226242328808957 -4152,0.255951455205554,0.0,0.453026788046044,0.255951455205554,0.0,0.133064501166698,0.255951455205554,0.0,0.0981958716867215,0.255951455205554,0.0,0.171871206067141,0.255951455205554,0.0,0.0123591939773621,0.255951455205554,0.0,0.00347817019354513,0.5,0.255951455205554,0.0,0.0276781647845136,0.5,0.255951455205554,0.0,0.0401077248202801,0.5,0.255951455205554,0.0,0.0195788615824273,0.255951455205554,0.0,0.0784803126731981,0.0,0.310639544374198,0.255951455205554,0.0,0.195476409550342,0.5,0.255951455205554,0.0,0.432155295790383,0.255951455205554,0.0,0.0505811491394001,0.255951455205554,0.0,0.0706846224376053,0.255951455205554,0.0,0.0185617117124678,0.0,0.233885941398346 -4153,0.255951455205554,0.0,0.423556696485973,0.255951455205554,0.0,0.12257929616059,0.255951455205554,0.0,0.0905719800297469,0.255951455205554,0.0,0.144287128428368,0.255951455205554,0.0,0.00973067253532492,0.255951455205554,0.0,0.00256993567419364,0.5,0.255951455205554,0.0,0.0211553574864571,0.5,0.255951455205554,0.0,0.0308762799559416,0.5,0.255951455205554,0.0,0.0133671038164036,0.255951455205554,0.0,0.0723987098272118,0.0,0.126414130484119,0.255951455205554,0.0,0.194937320140172,0.5,0.255951455205554,0.0,0.423138946668308,0.255951455205554,0.0,0.0757747259123611,0.255951455205554,0.0,0.0674788676048012,0.255951455205554,0.0,0.0187987972618276,0.0,0.26157555036354 -4154,0.255951455205554,0.0,0.418686500204127,0.255951455205554,0.0,0.11335662782541,0.255951455205554,0.0,0.0910219338579461,0.255951455205554,0.0,0.130764924833377,0.255951455205554,0.0,0.00734207095413546,0.255951455205554,0.0,0.00204093857650686,0.5,0.255951455205554,0.0,0.0159912480941068,0.5,0.255951455205554,0.0,0.0209755161442596,0.5,0.255951455205554,0.0,0.00897002275876093,0.255951455205554,0.0,0.0575867701770355,0.0,0.100524187540896,0.255951455205554,0.0,0.200944897860831,0.5,0.255951455205554,0.0,0.349251837958608,0.255951455205554,0.0,0.0880893268344889,0.255951455205554,0.0,0.0693286685463184,0.255951455205554,0.0,0.019925932177621,0.0,0.315290092631937 -4155,0.255951455205554,0.0,0.428100402237322,0.255951455205554,0.0,0.114940667878381,0.255951455205554,0.0,0.0984875266810226,0.255951455205554,0.0,0.134301121843923,0.255951455205554,0.0,0.00635934212325298,0.255951455205554,0.0,0.00204196950291764,0.5,0.255951455205554,0.0,0.0123415174489902,0.5,0.255951455205554,0.0,0.0162666528868408,0.5,0.255951455205554,0.0,0.00535229783231196,0.255951455205554,0.0,0.0478500339365727,0.0,0.160709331841174,0.255951455205554,0.0,0.180008501628526,0.5,0.255951455205554,0.0,0.290806428907354,0.255951455205554,0.0,0.0818940808317311,0.255951455205554,0.0,0.073158042900372,0.255951455205554,0.0,0.0224395986946965,0.0,0.425182220381538 -4156,0.255951455205554,0.0,0.430150120491199,0.255951455205554,0.0,0.118842280644674,0.255951455205554,0.0,0.109295316154741,0.255951455205554,0.0,0.136203991088629,0.255951455205554,0.0,0.00671046242672989,0.255951455205554,0.0,0.00290187524512216,0.5,0.255951455205554,0.0,0.0114053163368619,0.5,0.255951455205554,0.0,0.0154728425003399,0.5,0.255951455205554,0.0,0.00395129835392888,0.255951455205554,0.0,0.0455867360911588,0.0,0.217242450528067,0.255951455205554,0.0,0.153949526863924,0.5,0.255951455205554,0.0,0.261889332367175,0.255951455205554,0.0,0.0797875028193898,0.255951455205554,0.0,0.0769040716224392,0.255951455205554,0.0,0.0243518644932592,0.0,0.488709039938183 -4157,0.255951455205554,0.006116023979119,0.424522253251686,0.255951455205554,0.00556039021987831,0.0996477463465671,0.255951455205554,0.00271479948190308,0.119968183303216,0.255951455205554,0.00293035835598058,0.14660130367545,0.255951455205554,0.000642274052315412,0.00670757852920725,0.255951455205554,0.000517894701504365,0.00340213897348772,0.5,0.255951455205554,3.75187813216528e-08,0.0113817452170785,0.5,0.255951455205554,1.71364753358127e-05,0.0146997642810465,0.5,0.255951455205554,0.00158451101731186,0.00294155185845437,0.255951455205554,0.0,0.0447654415579452,0.0127203626895619,0.215978515909643,0.255951455205554,0.0113666625670343,0.141203138446421,0.5,0.255951455205554,0.0163273729350617,0.243407880419573,0.255951455205554,0.00519173748324558,0.0899182189924797,0.255951455205554,0.00553027213898156,0.070575176909235,0.255951455205554,0.0035737048625191,0.0240181059649651,0.00762806581681583,0.466270743835494 -4158,0.255951455205554,0.0650806242814335,0.440049945010453,0.255951455205554,0.0641621385565387,0.0876140995156246,0.255951455205554,0.0472186531205009,0.127114951068167,0.255951455205554,0.0469575522033268,0.165852473484411,0.255951455205554,0.0465961598799455,0.00703574942295457,0.255951455205554,0.0414056422373725,0.00256090840034359,0.5,0.255951455205554,0.0441202394743227,0.00987271510703587,0.5,0.255951455205554,0.0466861121476306,0.0110864769278271,0.5,0.255951455205554,0.0574276457119361,0.00221705076626777,0.255951455205554,0.0402679627828951,0.0321984415702077,0.0772726331359736,0.244185446230554,0.255951455205554,0.0757267099391568,0.188323924001382,0.5,0.255951455205554,0.0779945112577026,0.298996395456377,0.255951455205554,0.0622707293068433,0.0793041426687008,0.255951455205554,0.0680072015949387,0.0698844666761421,0.255951455205554,0.0616680244610007,0.0166701342194799,0.0688541022808609,0.372237017412631 -4159,0.255951455205554,0.139227177822642,0.604041772466039,0.255951455205554,0.137980578688367,0.158903466224874,0.255951455205554,0.10923086699771,0.174852334037283,0.255951455205554,0.097022496789089,0.217743576461703,0.255951455205554,0.116419206028034,0.0195189495502662,0.255951455205554,0.119935445872234,0.00755198856657052,0.5,0.255951455205554,0.118405276401498,0.0130645334844599,0.5,0.255951455205554,0.125248446614116,0.0152924400809754,0.5,0.255951455205554,0.141986629375891,0.00421911616203253,0.255951455205554,0.115120913910122,0.0386328799711085,0.166875549159357,0.309012439117329,0.255951455205554,0.16462737138764,0.293592677225041,0.5,0.255951455205554,0.160897240430859,0.485995820315084,0.255951455205554,0.156207475426702,0.151887299932397,0.255951455205554,0.15226248195151,0.137025330732224,0.255951455205554,0.144916512804671,0.0369225833114352,0.144933284726768,0.305491793757677 -4160,0.255951455205554,0.246316088719219,0.760065625843372,0.255951455205554,0.237599432723439,0.270584288380676,0.255951455205554,0.196430565158387,0.252161425488496,0.255951455205554,0.160842014311985,0.238412448795975,0.255951455205554,0.223265240981955,0.0569540012245726,0.255951455205554,0.24166923652116,0.0250846659016791,0.5,0.255951455205554,0.229968544970384,0.0430064418053538,0.5,0.255951455205554,0.239682796502771,0.046840322918827,0.5,0.255951455205554,0.259734322042457,0.0259727060729041,0.255951455205554,0.222669528568202,0.110031408113363,0.288243388119554,0.456738082016956,0.255951455205554,0.282963450026739,0.428802295656981,0.5,0.255951455205554,0.271182345191831,0.725887063920619,0.255951455205554,0.28187983965443,0.267922447937702,0.255951455205554,0.27285601216763,0.254071496383685,0.255951455205554,0.265475276732189,0.144965338329028,0.242226226786834,0.240938835818882 -4161,0.255951455205554,0.36285850560335,0.766888355856181,0.255951455205554,0.308460501139352,0.519996479944334,0.255951455205554,0.277330527241687,0.340318273772674,0.255951455205554,0.273093800774169,0.322341576274519,0.255951455205554,0.341364726058428,0.103195714031991,0.255951455205554,0.361246497511048,0.041751854920302,0.5,0.255951455205554,0.35534215040405,0.0980357114263941,0.5,0.255951455205554,0.369634288319306,0.112155098241957,0.5,0.255951455205554,0.392039244279251,0.0709650259090424,0.255951455205554,0.34700506610755,0.214492351759791,0.404936131207318,0.650736633651491,0.255951455205554,0.402635676558911,0.608475658501471,0.5,0.255951455205554,0.366905880332168,0.831802288468447,0.255951455205554,0.414934806616587,0.302926303970378,0.255951455205554,0.396145580573454,0.368463041698963,0.255951455205554,0.393329510243497,0.198437961750565,0.36289894520207,0.178193552655423 -4162,0.255951455205554,0.494301976835819,0.749549742798289,0.255951455205554,0.457795073949428,0.749068146751323,0.255951455205554,0.301781913037528,0.401218452053902,0.255951455205554,0.327767466130994,0.39531642977813,0.255951455205554,0.442952724951112,0.129686998495836,0.255951455205554,0.472284855717804,0.051769523895594,0.5,0.255951455205554,0.483732939545512,0.133122366723464,0.5,0.255951455205554,0.505981746839754,0.142775933959808,0.5,0.255951455205554,0.523776504192108,0.0743409107703641,0.255951455205554,0.485556081646697,0.268424637809517,0.52597036540159,0.764299211614173,0.255951455205554,0.523468843003262,0.671616373378966,0.5,0.255951455205554,0.467836621377905,0.773517123603702,0.255951455205554,0.542791437181486,0.323521543279377,0.255951455205554,0.486007228362265,0.543494653662799,0.255951455205554,0.509146418099792,0.20395639920505,0.508809347401444,0.121713712650081 -4163,0.255951455205554,0.60175387714437,0.72632316826549,0.255951455205554,0.534331411592538,0.836210857886089,0.255951455205554,0.350591032472337,0.415922453785453,0.255951455205554,0.374674068940937,0.403485159448582,0.255951455205554,0.513854146780923,0.142028958758585,0.255951455205554,0.540952928249121,0.0685957312543948,0.5,0.255951455205554,0.587064805149553,0.142132170990639,0.5,0.255951455205554,0.6161097359794,0.158532074997467,0.5,0.255951455205554,0.625410080854165,0.0708091700175609,0.255951455205554,0.603001316978282,0.282551962919032,0.586570279186084,0.765341201862738,0.255951455205554,0.604678346287265,0.693867756302679,0.5,0.255951455205554,0.562857337041108,0.724074598238494,0.255951455205554,0.630217648418808,0.438499554449705,0.255951455205554,0.420299298030936,0.596835600990611,0.255951455205554,0.548355389309702,0.230849468687437,0.612627430479645,0.0915344269750181 -4164,0.255951455205554,0.667538585445265,0.705028154278611,0.255951455205554,0.594611647945751,0.859321860402098,0.255951455205554,0.381412907112185,0.412409972511695,0.255951455205554,0.363599626818008,0.35483955678201,0.255951455205554,0.539069290934029,0.143664644672989,0.255951455205554,0.569521480979042,0.0835207058351994,0.5,0.255951455205554,0.645116774377673,0.147282904444849,0.5,0.255951455205554,0.679480686749351,0.169114278761278,0.5,0.255951455205554,0.6824002190628,0.0783492891114013,0.255951455205554,0.665823197298488,0.294789008838173,0.657403665293424,0.725949005904317,0.255951455205554,0.636715338400121,0.673745546222499,0.5,0.255951455205554,0.57299382340061,0.647616112233597,0.255951455205554,0.588881454805557,0.50123170733052,0.255951455205554,0.472554070478199,0.612643701526633,0.255951455205554,0.52537163774805,0.260773995341834,0.65773030089706,0.0820369607429362 -4165,0.255951455205554,0.693987655559722,0.70815721863967,0.255951455205554,0.67097506804652,0.879031408117277,0.255951455205554,0.43263272924807,0.427868561430836,0.255951455205554,0.411824378393582,0.351279864120775,0.255951455205554,0.539314332419357,0.14482776125166,0.255951455205554,0.58607795531224,0.095978815332004,0.5,0.255951455205554,0.671319490910507,0.156127511739763,0.5,0.255951455205554,0.696516844518887,0.18287722266071,0.5,0.255951455205554,0.699428697442989,0.0855028813262275,0.255951455205554,0.680430344136805,0.305837595187303,0.670727464751404,0.643325289402698,0.255951455205554,0.621573637778183,0.637264597882064,0.5,0.255951455205554,0.563678188846518,0.562358766762641,0.255951455205554,0.564918914290966,0.488291396454343,0.255951455205554,0.450561557527267,0.579673039255487,0.255951455205554,0.535765521306608,0.284546708882098,0.698533223623575,0.0758046174590169 -4166,0.255951455205554,0.683878445254733,0.722968858280987,0.255951455205554,0.681283855987468,0.889076350140479,0.255951455205554,0.449215347849055,0.4429212123355,0.255951455205554,0.362902388002449,0.360261395150489,0.255951455205554,0.552387494153499,0.159581798766105,0.255951455205554,0.581650219349645,0.111331020192075,0.5,0.255951455205554,0.664428204214683,0.161244261679902,0.5,0.255951455205554,0.669452427367971,0.187613999691169,0.5,0.255951455205554,0.680677587332889,0.106470963253461,0.255951455205554,0.682467037664676,0.293512198924356,0.634815056371647,0.656345758267902,0.255951455205554,0.585724663855652,0.600909321735668,0.5,0.255951455205554,0.558525800363714,0.485039593628042,0.255951455205554,0.519163098677238,0.438268409860472,0.255951455205554,0.447544941968933,0.576012576869575,0.255951455205554,0.515015756800801,0.274263023389382,0.647083279840184,0.0654960415177254 -4167,0.255951455205554,0.631561331432686,0.725780493449345,0.255951455205554,0.636842564223907,0.885971023408365,0.255951455205554,0.426763752382613,0.423083551844062,0.255951455205554,0.461125339009118,0.397160011965726,0.255951455205554,0.49312368471125,0.193822125014208,0.255951455205554,0.523782586093039,0.131026804812688,0.5,0.255951455205554,0.618105825718414,0.165610956923822,0.5,0.255951455205554,0.591948002672837,0.16090164869852,0.5,0.255951455205554,0.616187104600815,0.114064121543547,0.255951455205554,0.633179264723972,0.270559401531903,0.555721786348965,0.620476208452709,0.255951455205554,0.499955526241507,0.549876464288015,0.5,0.255951455205554,0.512316247142052,0.430809241815448,0.255951455205554,0.474882245580652,0.398257911469925,0.255951455205554,0.422574790665731,0.573565073565558,0.255951455205554,0.465846357613094,0.267858918057485,0.591745257578225,0.0548611897873482 -4168,0.255951455205554,0.527625408171758,0.714579614849431,0.255951455205554,0.53424268459151,0.868522548732098,0.255951455205554,0.376151369422346,0.389481815574363,0.255951455205554,0.335881553847049,0.383552299981724,0.255951455205554,0.391232419758263,0.231869099032107,0.255951455205554,0.461434211416743,0.137982028093156,0.5,0.255951455205554,0.527983801389849,0.157949211533261,0.5,0.255951455205554,0.461744459246894,0.130685086276392,0.5,0.255951455205554,0.500729623565658,0.107142885887799,0.255951455205554,0.542680442653271,0.240964818539236,0.38613600001768,0.605023026042439,0.255951455205554,0.40362469630424,0.498791144601026,0.5,0.255951455205554,0.418338553979423,0.375520177495652,0.255951455205554,0.384974557046809,0.347224168515463,0.255951455205554,0.376631708800535,0.566036618178022,0.255951455205554,0.396350573438845,0.247826519388387,0.496218409948441,0.0507894670348913 -4169,0.255951455205554,0.397169138399509,0.687297580466524,0.255951455205554,0.40153053305378,0.824265927948881,0.255951455205554,0.27884018135351,0.342074296233852,0.255951455205554,0.325261088580396,0.354815065409086,0.255951455205554,0.305001222362835,0.252627775264506,0.255951455205554,0.332449980208503,0.121789407243431,0.5,0.255951455205554,0.398099698734392,0.176356424717565,0.5,0.255951455205554,0.320009130419078,0.126572980645795,0.5,0.255951455205554,0.352701277003011,0.103667480862312,0.255951455205554,0.407380281374345,0.270537674820474,0.258585727413835,0.535127806205419,0.255951455205554,0.278342638435099,0.403006389305476,0.5,0.255951455205554,0.317225633888449,0.301404196643761,0.255951455205554,0.284923358405754,0.277012940347296,0.255951455205554,0.259615700477742,0.494093362420602,0.255951455205554,0.309205125923068,0.176366146315563,0.381395763298011,0.0492353524896607 -4170,0.255951455205554,0.272807832397011,0.631996645015428,0.255951455205554,0.275174798508054,0.720502901699527,0.255951455205554,0.185032185351123,0.274385877596318,0.255951455205554,0.270145711111568,0.284842306236009,0.255951455205554,0.20747497545442,0.220930008027923,0.255951455205554,0.221615021272656,0.0996493980073863,0.5,0.255951455205554,0.266491774872522,0.168936831032451,0.5,0.255951455205554,0.198067341192829,0.122428274384319,0.5,0.255951455205554,0.221099624940691,0.104355108589119,0.255951455205554,0.265978847609389,0.244853132641276,0.188897113870468,0.402223423501681,0.255951455205554,0.189559947092844,0.285254074682652,0.5,0.255951455205554,0.215569655171791,0.215875094036536,0.255951455205554,0.186727759325529,0.175595228102044,0.255951455205554,0.188599249950188,0.361784565896445,0.255951455205554,0.211414006559771,0.107697431605654,0.263037690379112,0.0413442160662201 -4171,0.255951455205554,0.146358081979577,0.52363343718193,0.255951455205554,0.145172834157837,0.503581863144138,0.255951455205554,0.0977126351624464,0.185371440617501,0.255951455205554,0.149037023377621,0.200253881583324,0.255951455205554,0.119881246845184,0.186191912551042,0.255951455205554,0.121503166949564,0.0456641512618755,0.5,0.255951455205554,0.140064292875106,0.0702504754778442,0.5,0.255951455205554,0.090059877867709,0.0779847084496369,0.5,0.255951455205554,0.0966700707559346,0.055743344770339,0.255951455205554,0.133227222314749,0.120169219511257,0.101771341746992,0.237399352122921,0.255951455205554,0.0927128769181493,0.156481962412765,0.5,0.255951455205554,0.112795907932446,0.10456932671265,0.255951455205554,0.101233755107129,0.0647778945808457,0.255951455205554,0.0993213622183718,0.194795359591794,0.255951455205554,0.109435660033245,0.040603880614388,0.144475047138141,0.0446980153636583 -4172,0.255951455205554,0.0526003497650529,0.327821785465907,0.255951455205554,0.0415446427954214,0.235483630889953,0.255951455205554,0.0320828718930123,0.0921370234827807,0.255951455205554,0.0462497820535963,0.0985667177786175,0.255951455205554,0.0382638726944545,0.147528522266027,0.255951455205554,0.0295267711242829,0.0378926997232475,0.5,0.255951455205554,0.0388156204326713,0.0452493988500105,0.5,0.255951455205554,0.0202320358809571,0.0584154904688502,0.5,0.255951455205554,0.0106638159320724,0.0395834010329859,0.255951455205554,0.0453684714077403,0.0541245970526879,0.0240651857715485,0.121670774648287,0.255951455205554,0.0207540864996135,0.0902073515702239,0.5,0.255951455205554,0.0286442108884148,0.0577108852927438,0.255951455205554,0.0181737596275615,0.0342219454226288,0.255951455205554,0.0244976381014784,0.0791671264123917,0.255951455205554,0.02266302802505,0.0184264688763097,0.0549688819564023,0.0487415561223416 -4173,0.255951455205554,0.0,0.194629202613222,0.255951455205554,0.0,0.111508802938549,0.255951455205554,0.0,0.0496470490883768,0.255951455205554,0.0,0.0516309646024327,0.255951455205554,0.0,0.099420861487942,0.255951455205554,0.0,0.0385805271237817,0.5,0.255951455205554,0.0,0.0378093781159303,0.5,0.255951455205554,0.0,0.0531510976972843,0.5,0.255951455205554,0.0,0.0338873179384758,0.255951455205554,0.0,0.0388413353324255,0.0,0.0682789104772217,0.255951455205554,0.0,0.0637128406843732,0.5,0.255951455205554,0.0,0.0494648340028668,0.255951455205554,0.0,0.0269405178038995,0.255951455205554,0.0,0.0562450484410549,0.255951455205554,0.0,0.0150844091044808,0.0,0.0414319035075509 -4174,0.255951455205554,0.0,0.151631407407301,0.255951455205554,0.0,0.0619703903366434,0.255951455205554,0.0,0.0318363116486847,0.255951455205554,0.0,0.0298815421738842,0.255951455205554,0.0,0.0524094114371049,0.255951455205554,0.0,0.0295930481962403,0.5,0.255951455205554,0.0,0.0338374382392002,0.5,0.255951455205554,0.0,0.0601407185337133,0.5,0.255951455205554,0.0,0.0279973522572943,0.255951455205554,0.0,0.0411626074333325,0.0,0.0486904588405162,0.255951455205554,0.0,0.0553651647249493,0.5,0.255951455205554,0.0,0.0453696794398409,0.255951455205554,0.0,0.0217934273364809,0.255951455205554,0.0,0.0498096506526646,0.255951455205554,0.0,0.0112408653944844,0.0,0.0404046331377316 -4175,0.255951455205554,0.0,0.128118715829757,0.255951455205554,0.0,0.0459551485740652,0.255951455205554,0.0,0.02056738235409,0.255951455205554,0.0,0.0187339246776513,0.255951455205554,0.0,0.0247380693501299,0.255951455205554,0.0,0.0250440642913792,0.5,0.255951455205554,0.0,0.0439641656935234,0.5,0.255951455205554,0.0,0.0584780304546603,0.5,0.255951455205554,0.0,0.0295528097806233,0.255951455205554,0.0,0.0576755637040947,0.0,0.0467866041512405,0.255951455205554,0.0,0.0532298367688085,0.5,0.255951455205554,0.0,0.0425831310464108,0.255951455205554,0.0,0.0190619394580885,0.255951455205554,0.0,0.0474379016582114,0.255951455205554,0.0,0.00858879663136592,0.0,0.0327494455380603 -4176,0.255951455205554,0.0,0.108865739650345,0.255951455205554,0.0,0.0371955338879195,0.255951455205554,0.0,0.0143572670068086,0.255951455205554,0.0,0.00819279550658381,0.255951455205554,0.0,0.0131460987542814,0.255951455205554,0.0,0.0281109596642898,0.5,0.255951455205554,0.0,0.0530639607117473,0.5,0.255951455205554,0.0,0.0503391809753596,0.5,0.255951455205554,0.0,0.0311465987345816,0.255951455205554,0.0,0.063726160387632,0.0,0.0565145959793836,0.255951455205554,0.0,0.0504405427751771,0.5,0.255951455205554,0.0,0.0435490152180449,0.255951455205554,0.0,0.0146161130917379,0.255951455205554,0.0,0.04237160267838,0.255951455205554,0.0,0.00404470816985109,0.0,0.0231607378914634 -4177,0.255951455205554,0.0,0.0857259779511378,0.255951455205554,0.0,0.0293032518033565,0.255951455205554,0.0,0.0133152828319745,0.255951455205554,0.0,0.00492937907670303,0.255951455205554,0.0,0.00852618875960319,0.255951455205554,0.0,0.0266634034810803,0.5,0.255951455205554,0.0,0.0550667002986345,0.5,0.255951455205554,0.0,0.0393379126101325,0.5,0.255951455205554,0.0,0.0286721034300834,0.255951455205554,0.0,0.0673937107116245,0.0,0.0739823570777663,0.255951455205554,0.0,0.0490330707208672,0.5,0.255951455205554,0.0,0.0488538412732853,0.255951455205554,0.0,0.0124500553430256,0.255951455205554,0.0,0.0396953467712432,0.255951455205554,0.0,0.00187043447348425,0.0,0.0226299482253462 -4178,0.255951455205554,0.0,0.0654073655070157,0.255951455205554,0.0,0.0215789084042836,0.255951455205554,0.0,0.0155199922960805,0.255951455205554,0.0,0.00289466386639734,0.255951455205554,0.0,0.008618768330732,0.255951455205554,0.0,0.0224506004045582,0.5,0.255951455205554,0.0,0.0460641057032325,0.5,0.255951455205554,0.0,0.0292034116739889,0.5,0.255951455205554,0.0,0.0238625969908285,0.255951455205554,0.0,0.0629726097738496,0.0,0.0966810986217837,0.255951455205554,0.0,0.0516263474247477,0.5,0.255951455205554,0.0,0.051835675552513,0.255951455205554,0.0,0.0142957979911207,0.255951455205554,0.0,0.0392273659381217,0.255951455205554,0.0,0.00129984113607311,0.0,0.0235009953311063 -4179,0.255951455205554,0.0,0.0518024407492995,0.255951455205554,0.0,0.0160003836826268,0.255951455205554,0.0,0.0186258477776424,0.255951455205554,0.0,0.0040492432446068,0.255951455205554,0.0,0.00930507954542653,0.255951455205554,0.0,0.0152349505482597,0.5,0.255951455205554,0.0,0.0345166318296322,0.5,0.255951455205554,0.0,0.0206598134271504,0.5,0.255951455205554,0.0,0.0198261520821033,0.255951455205554,0.0,0.0580798265640738,0.0,0.104294592226981,0.255951455205554,0.0,0.0548535232470659,0.5,0.255951455205554,0.0,0.0519361742556418,0.255951455205554,0.0,0.0178842591028231,0.255951455205554,0.0,0.0374472044753071,0.255951455205554,0.0,0.0011117869883821,0.0,0.0272322886628911 -4180,0.255951455205554,0.0,0.0446756423437213,0.255951455205554,0.0,0.0124813616307612,0.255951455205554,0.0,0.0193389135123475,0.255951455205554,0.0,0.00848611304886279,0.255951455205554,0.0,0.00892369773076324,0.255951455205554,0.0,0.0104896033547304,0.5,0.255951455205554,0.0,0.0265171756085476,0.5,0.255951455205554,0.0,0.0135674450971359,0.5,0.255951455205554,0.0,0.016049388812922,0.255951455205554,0.0,0.0481883123919032,0.0,0.0946236191207934,0.255951455205554,0.0,0.0540125928262213,0.5,0.255951455205554,0.0,0.0495715369816598,0.255951455205554,0.0,0.0196304216653215,0.255951455205554,0.0,0.0342509173265225,0.255951455205554,0.0,0.0011974323703234,0.0,0.0362682398634779 -4181,0.255951455205554,0.00538729071989149,0.0389641153926252,0.255951455205554,0.00397296988332182,0.00789102127490725,0.255951455205554,0.00147042665554837,0.0181584885202741,0.255951455205554,0.000629850922300126,0.0126001003713779,0.255951455205554,0.000352241030484554,0.00746906773052628,0.255951455205554,0.00084105170335518,0.0100671015868364,0.5,0.255951455205554,1.19281615753558e-08,0.0223710105694268,0.5,0.255951455205554,9.49310814583909e-06,0.0088927760494753,0.5,0.255951455205554,0.00101586816484641,0.0101367114815795,0.255951455205554,0.0,0.0357031286804342,0.013053783987488,0.0831487382852223,0.255951455205554,0.00980975110463248,0.048775496633568,0.5,0.255951455205554,0.00854254432003378,0.0461407440517674,0.255951455205554,0.00736481354070746,0.016910113948473,0.255951455205554,0.00505072357535263,0.027351513459488,0.255951455205554,0.00341057776562841,0.00112910832618433,0.00831732810460738,0.0529670534436699 -4182,0.255951455205554,0.0551070559132086,0.0349220355599544,0.255951455205554,0.0363676339281697,0.005611791708388,0.255951455205554,0.0268510465804708,0.0198842380705547,0.255951455205554,0.00585382328179707,0.0189132454508901,0.255951455205554,0.0380860759030225,0.0078307070322535,0.255951455205554,0.0479427869771641,0.00936705641617961,0.5,0.255951455205554,0.0411338039447972,0.020777140765725,0.5,0.255951455205554,0.035798879371756,0.00674156470857521,0.5,0.255951455205554,0.0396158704789269,0.00511959224440606,0.255951455205554,0.0370507125914449,0.0241002281854612,0.0760000595797852,0.100246196906598,0.255951455205554,0.0726377278145193,0.0586531224898278,0.5,0.255951455205554,0.0523763016077616,0.0538020901302239,0.255951455205554,0.0710746624846974,0.0159936406775625,0.255951455205554,0.0647342055882525,0.0248863105273744,0.255951455205554,0.0603988464803502,0.000936427936180695,0.0694538756902651,0.0707406227215766 -4183,0.255951455205554,0.123436712074846,0.0341581946711926,0.255951455205554,0.0482859156179573,0.00662669736210682,0.255951455205554,0.0601251615199978,0.0297341226196997,0.255951455205554,0.0186251806787956,0.0287774485719412,0.255951455205554,0.102042482162439,0.0149339598048162,0.255951455205554,0.120505691468441,0.0191021696729702,0.5,0.255951455205554,0.11402441441101,0.026843252110271,0.5,0.255951455205554,0.111816502798591,0.00966198734204716,0.5,0.255951455205554,0.114034761539598,0.00696512267357168,0.255951455205554,0.109125409694235,0.0256462148941517,0.164638825708848,0.145276409338605,0.255951455205554,0.161465505395717,0.104943290983594,0.5,0.255951455205554,0.110603763604752,0.088314613819952,0.255951455205554,0.159825319571471,0.0567904903248953,0.255951455205554,0.1432150475714,0.0503837350105075,0.255951455205554,0.140409664681577,0.00371674170974275,0.14564801631174,0.076982260135477 -4184,0.255951455205554,0.238463201692254,0.0447759417533432,0.255951455205554,0.0716968208254568,0.00560981039937859,0.255951455205554,0.109311107735984,0.0457637333056539,0.255951455205554,0.0390700385268794,0.0530550025479984,0.255951455205554,0.209849453330429,0.0359832766670828,0.255951455205554,0.22140755694607,0.0504394552734463,0.5,0.255951455205554,0.229605417589871,0.0696998470254296,0.5,0.255951455205554,0.224257616988597,0.0198092777411034,0.5,0.255951455205554,0.224496869426451,0.0208749844332896,0.255951455205554,0.224086946257386,0.0520517615406018,0.285232254167004,0.190841965688324,0.255951455205554,0.281077399258157,0.145252632386846,0.5,0.255951455205554,0.173913654605432,0.0985925766103886,0.255951455205554,0.278865316501072,0.122267061809379,0.255951455205554,0.240575232268769,0.0857372379430086,0.255951455205554,0.240034369611365,0.0214248484442264,0.264326993091321,0.0693484173817151 -4185,0.255951455205554,0.350625287652747,0.0614315093322705,0.255951455205554,0.159675401303328,0.00599441423388323,0.255951455205554,0.174952569939046,0.0726661717515051,0.255951455205554,0.0558552562743199,0.0629305314820112,0.255951455205554,0.326504487516147,0.059652483595572,0.255951455205554,0.316199347595555,0.0643873545956492,0.5,0.255951455205554,0.356922175137518,0.108640547943677,0.5,0.255951455205554,0.358673411336073,0.0343919304852524,0.5,0.255951455205554,0.358402159698439,0.0331950336755875,0.255951455205554,0.351591856943481,0.0953589742636145,0.412114913384297,0.206497968204232,0.255951455205554,0.406930700818407,0.167308862929944,0.5,0.255951455205554,0.207055266748199,0.0856012254192755,0.255951455205554,0.401385499236647,0.16579233215767,0.255951455205554,0.320681487210673,0.109284054280401,0.255951455205554,0.286829252639101,0.0652098582512487,0.381592957945655,0.0750366075194717 -4186,0.255951455205554,0.450756389441977,0.0660701758423249,0.255951455205554,0.362792443392808,0.00775481609144466,0.255951455205554,0.258654859248009,0.09738758979772,0.255951455205554,0.113650965999984,0.0540900537344027,0.255951455205554,0.449369581766536,0.0823324606120789,0.255951455205554,0.406965537999186,0.0525883161932875,0.5,0.255951455205554,0.487694943483179,0.103164081522054,0.5,0.255951455205554,0.495645118205071,0.062813528045969,0.5,0.255951455205554,0.485830203571927,0.0442540228765501,0.255951455205554,0.485736140757356,0.0975082143481679,0.523612053221443,0.212358160260175,0.255951455205554,0.515224954422836,0.1620371226021,0.5,0.255951455205554,0.254644823259088,0.0689874076349496,0.255951455205554,0.509622570387355,0.184915970316356,0.255951455205554,0.376700976069931,0.118008637833849,0.255951455205554,0.28979897098357,0.0744989804984455,0.417505593224239,0.0852649416118116 -4187,0.255951455205554,0.513150748925247,0.0803952355886561,0.255951455205554,0.591938195196383,0.0159419425670208,0.255951455205554,0.377707088826027,0.110802006564536,0.255951455205554,0.404136713675018,0.094011854371798,0.255951455205554,0.533254312648352,0.107515003821664,0.255951455205554,0.437758796453956,0.0533196803377949,0.5,0.255951455205554,0.572886631837649,0.0881840715984644,0.5,0.255951455205554,0.585810007006167,0.0975240203973274,0.5,0.255951455205554,0.55845389113931,0.0542293181413264,0.255951455205554,0.563578736523749,0.0651111763552016,0.607343636027055,0.207799931526616,0.255951455205554,0.594961292453944,0.158342102417216,0.5,0.255951455205554,0.275790148705057,0.0596408033115996,0.255951455205554,0.564248572138236,0.207380818409668,0.255951455205554,0.377902367338752,0.102600458605433,0.255951455205554,0.339752039070481,0.0706832011632688,0.414671112765738,0.0882042704515723 -4188,0.255951455205554,0.572923001485483,0.110040103673538,0.255951455205554,0.680817359611477,0.0297294743179806,0.255951455205554,0.379923125700401,0.107695266433642,0.255951455205554,0.36242082683238,0.0903655672293976,0.255951455205554,0.570615108433698,0.138606758526319,0.255951455205554,0.427976287571672,0.0659176078469679,0.5,0.255951455205554,0.624803743776974,0.102209006499857,0.5,0.255951455205554,0.645105135862071,0.113887731970908,0.5,0.255951455205554,0.606495166248762,0.0562927798893277,0.255951455205554,0.632137106929474,0.0571541540149704,0.648614359169093,0.274289312732981,0.255951455205554,0.592863404448732,0.169617864639608,0.5,0.255951455205554,0.260968069919866,0.0512019873105497,0.255951455205554,0.534472563124299,0.214796656239984,0.255951455205554,0.370890670438989,0.0950330376309937,0.255951455205554,0.42934412664554,0.0751509904976356,0.367135783603736,0.0847830655751131 -4189,0.255951455205554,0.539170154340021,0.141275546678863,0.255951455205554,0.676200664466304,0.0412161791994604,0.255951455205554,0.370888974067857,0.106505828347072,0.255951455205554,0.413654562953454,0.0905858901594141,0.255951455205554,0.564331741221324,0.165704011778392,0.255951455205554,0.385506998330938,0.07320256426399,0.5,0.255951455205554,0.649729844338081,0.119059345086069,0.5,0.255951455205554,0.661632866326395,0.120376653225904,0.5,0.255951455205554,0.610937252157167,0.0515978538324593,0.255951455205554,0.652772378162598,0.071237693259968,0.584846299839336,0.306739677925997,0.255951455205554,0.53526795964221,0.176027922853374,0.5,0.255951455205554,0.2408625518895,0.0452452906373427,0.255951455205554,0.574830092119214,0.205580650845355,0.255951455205554,0.438494915996027,0.0873227221370595,0.255951455205554,0.53107037051084,0.0813586402269186,0.338809076798894,0.0873826808796363 -4190,0.255951455205554,0.50148871220503,0.170936310204545,0.255951455205554,0.539689596252541,0.0678572522746885,0.255951455205554,0.358710686427377,0.116691549885423,0.255951455205554,0.385607189334028,0.104995055798755,0.255951455205554,0.510341623833878,0.182747268732807,0.255951455205554,0.433682490558844,0.0798391283972013,0.5,0.255951455205554,0.632874994920637,0.13136505712825,0.5,0.255951455205554,0.638437883306905,0.115873581913179,0.5,0.255951455205554,0.564921252522641,0.045407428370554,0.255951455205554,0.627715134821909,0.0891302372433812,0.371239985863789,0.24553760599678,0.255951455205554,0.42687433213612,0.155772359714829,0.5,0.255951455205554,0.225539553714468,0.0498663483857656,0.255951455205554,0.556211993870536,0.172601931696123,0.255951455205554,0.45110175060156,0.0823535827588811,0.255951455205554,0.61210832186295,0.0841887352425001,0.30442444523384,0.108304357017537 -4191,0.255951455205554,0.404913888129493,0.176054075212702,0.255951455205554,0.41872080809514,0.117956349137625,0.255951455205554,0.346526232161308,0.14845344538523,0.255951455205554,0.545637914748135,0.159337443889301,0.255951455205554,0.417943856650849,0.192333128799224,0.255951455205554,0.46615245813026,0.0830478115154416,0.5,0.255951455205554,0.588310939733681,0.13979566445733,0.5,0.255951455205554,0.576519394295979,0.0991019900066311,0.5,0.255951455205554,0.511857483385385,0.0431508932389767,0.255951455205554,0.583893491487367,0.111663351152137,0.51125119101263,0.258579376062144,0.255951455205554,0.3775408201151,0.137671735487876,0.5,0.255951455205554,0.223770858571529,0.0652069606101759,0.255951455205554,0.492535026364192,0.127074789593873,0.255951455205554,0.391910832548754,0.0758779426004901,0.255951455205554,0.564855667266828,0.100810907890117,0.426226390270143,0.141568070326757 -4192,0.255951455205554,0.308833023897796,0.15657208208886,0.255951455205554,0.275208949202321,0.177538644121727,0.255951455205554,0.338793074977282,0.194681672501263,0.255951455205554,0.466648936805212,0.25317058765219,0.255951455205554,0.332719798628429,0.223098015593796,0.255951455205554,0.41333683232788,0.0895220643841747,0.5,0.255951455205554,0.500256669085052,0.139056016988895,0.5,0.255951455205554,0.467316212423923,0.0869041969327436,0.5,0.255951455205554,0.429604756635155,0.0480673917563955,0.255951455205554,0.490297812013343,0.133605207667724,0.394248883612815,0.272848086137782,0.255951455205554,0.382948762204326,0.141813647803304,0.5,0.255951455205554,0.237555403638866,0.0948792918134805,0.255951455205554,0.416704209886208,0.10963744285949,0.255951455205554,0.330824512515364,0.0657499617394037,0.255951455205554,0.439668282220977,0.114180945932928,0.218570962673454,0.163752725722119 -4193,0.255951455205554,0.213563449725347,0.115185369640978,0.255951455205554,0.205938142556871,0.252281618199521,0.255951455205554,0.270762579203344,0.223322885959226,0.255951455205554,0.356562573448046,0.324885496460946,0.255951455205554,0.212639302732125,0.197237941257152,0.255951455205554,0.301570942005866,0.09700927032235,0.5,0.255951455205554,0.383789935301026,0.139064673413564,0.5,0.255951455205554,0.346751862137633,0.0871656561070404,0.5,0.255951455205554,0.31354242583299,0.0590254068199532,0.255951455205554,0.370945173222847,0.158791763495718,0.261477436813224,0.238057013512404,0.255951455205554,0.278336670497584,0.136219117460629,0.5,0.255951455205554,0.217188795291526,0.134967099533398,0.255951455205554,0.325360491603325,0.0973323750096645,0.255951455205554,0.208019742471838,0.0532900500220831,0.255951455205554,0.319287218535539,0.136820340430777,0.321671272182544,0.16972967760524 -4194,0.255951455205554,0.143031312207877,0.0747318205912691,0.255951455205554,0.172014692455464,0.141730333055445,0.255951455205554,0.19027642738256,0.214172899605725,0.255951455205554,0.258623250626796,0.33567399989032,0.255951455205554,0.13277534304861,0.170554667156929,0.255951455205554,0.20428598793038,0.113951039969544,0.5,0.255951455205554,0.260671890279757,0.147384426931704,0.5,0.255951455205554,0.233337219939803,0.0941890117008055,0.5,0.255951455205554,0.20358351409041,0.0756818811721416,0.255951455205554,0.259903882052012,0.18705529163337,0.178998008763078,0.184220479318387,0.255951455205554,0.168196919283446,0.105891877163801,0.5,0.255951455205554,0.141962907395721,0.157479108098844,0.255951455205554,0.194570735915275,0.07581383240687,0.255951455205554,0.168551145659985,0.0481250587842483,0.255951455205554,0.201432091354943,0.125672333742033,0.171362169394587,0.17408838175239 -4195,0.255951455205554,0.06692782893025,0.0465444076528969,0.255951455205554,0.130453508523957,0.0542419715178126,0.255951455205554,0.112360482091596,0.172931261971116,0.255951455205554,0.149221652611676,0.271528720288426,0.255951455205554,0.0627459787449106,0.130988505382845,0.255951455205554,0.106131452243524,0.0875752396701142,0.5,0.255951455205554,0.136979876140863,0.114370220372244,0.5,0.255951455205554,0.116779155533024,0.0753916487785867,0.5,0.255951455205554,0.0971154502590669,0.0837450510271993,0.255951455205554,0.141895390252056,0.0795337359025436,0.0838731905573056,0.0713190378610143,0.255951455205554,0.0715353660047045,0.0736288169970319,0.5,0.255951455205554,0.0658192483316217,0.142504736619452,0.255951455205554,0.0930059920659391,0.0393874796791764,0.255951455205554,0.0889671529098836,0.0459248995740649,0.255951455205554,0.0930026481744481,0.0678955694475358,0.0187760953897443,0.178821982313489 -4196,0.255951455205554,0.0220602097137611,0.0317857370990407,0.255951455205554,0.0410893440151611,0.0127890099667948,0.255951455205554,0.0392560757199529,0.0913809074437391,0.255951455205554,0.0455658011089849,0.11594134367357,0.255951455205554,0.0177590553106894,0.0943722026084652,0.255951455205554,0.0298070884217569,0.0511627744621292,0.5,0.255951455205554,0.0340444820551267,0.165304356624522,0.5,0.255951455205554,0.0224680441822801,0.0794873716414031,0.5,0.255951455205554,0.00993939193179042,0.0946254237187976,0.255951455205554,0.0344084491499567,0.0516859704718358,0.0234423179507345,0.0150289942595267,0.255951455205554,0.0180470958278074,0.0351297935624829,0.5,0.255951455205554,0.0196367970359337,0.0971085740573467,0.255951455205554,0.0180939716560539,0.0157437259848205,0.255951455205554,0.024069158047308,0.0260155037468235,0.255951455205554,0.0252289269450349,0.0212060858678615,0.00855966526996491,0.186601751339856 -4197,0.255951455205554,0.000148652342113672,0.0289665414837443,0.255951455205554,0.0,0.0111403388383479,0.255951455205554,0.0,0.0608631107180034,0.255951455205554,0.0,0.0651785309118242,0.255951455205554,0.0,0.0689830598434663,0.255951455205554,0.0,0.0449344497846896,0.5,0.255951455205554,0.0,0.178658219827436,0.5,0.255951455205554,0.0,0.0852086515403017,0.5,0.255951455205554,0.0,0.094187591598819,0.255951455205554,0.0,0.0756500970721894,0.0,0.0127726561774989,0.255951455205554,0.0,0.0306636849327299,0.5,0.255951455205554,6.95382006322893e-07,0.0727661742858915,0.255951455205554,0.0,0.0101489427639562,0.255951455205554,0.0,0.0173239870179669,0.255951455205554,0.0,0.00832617218543465,0.0,0.200199367421948 -4198,0.255951455205554,0.0,0.029027478947822,0.255951455205554,0.0,0.010411264276458,0.255951455205554,0.0,0.0451856289514194,0.255951455205554,0.0,0.0446166492362768,0.255951455205554,0.0,0.0635198480240065,0.255951455205554,0.0,0.0453457415419033,0.5,0.255951455205554,0.0,0.112574829501994,0.5,0.255951455205554,0.0,0.0777514250515031,0.5,0.255951455205554,0.0,0.0783262597401964,0.255951455205554,0.0,0.146098721787609,0.0,0.0274451173075359,0.255951455205554,0.0,0.0373082993084826,0.5,0.255951455205554,0.0,0.0600774482276684,0.255951455205554,0.0,0.00464262743677314,0.255951455205554,0.0,0.0117700555525839,0.255951455205554,0.0,0.00612738965079745,0.0,0.220795327940964 -4199,0.255951455205554,0.0,0.0288355333325725,0.255951455205554,0.0,0.0085225985622388,0.255951455205554,0.0,0.0344799967500385,0.255951455205554,0.0,0.0291507180016258,0.255951455205554,0.0,0.0642257428609355,0.255951455205554,0.0,0.0517344483776147,0.5,0.255951455205554,0.0,0.0676376547726691,0.5,0.255951455205554,0.0,0.0784924350742108,0.5,0.255951455205554,0.0,0.0651247888154686,0.255951455205554,0.0,0.126381854594694,0.0,0.040776038589167,0.255951455205554,0.0,0.0423396527734994,0.5,0.255951455205554,0.0,0.0507240506217558,0.255951455205554,0.0,0.00271919064709242,0.255951455205554,0.0,0.0105133746791306,0.255951455205554,0.0,0.00430162846486666,0.0,0.28174747877022 -4200,0.255951455205554,0.0,0.0297250378575976,0.255951455205554,0.0,0.00813576820462876,0.255951455205554,0.0,0.0297815776681713,0.255951455205554,0.0,0.0207889008245205,0.255951455205554,0.0,0.0649007823278516,0.255951455205554,0.0,0.0606739185145751,0.5,0.255951455205554,0.0,0.0759738498873903,0.5,0.255951455205554,0.0,0.0666802769261345,0.5,0.255951455205554,0.0,0.0537484007475388,0.255951455205554,0.0,0.0970025847249584,0.0,0.0494741055257,0.255951455205554,0.0,0.045932802868598,0.5,0.255951455205554,0.0,0.0425934612354657,0.255951455205554,0.0,0.00278077031686946,0.255951455205554,0.0,0.0132116502161225,0.255951455205554,0.0,0.00488315405289957,0.0,0.378869194058545 -4201,0.255951455205554,0.0,0.0372666985826253,0.255951455205554,0.0,0.00885587887611841,0.255951455205554,0.0,0.0278185234369367,0.255951455205554,0.0,0.0164534087599313,0.255951455205554,0.0,0.0628472606639748,0.255951455205554,0.0,0.0701296887685645,0.5,0.255951455205554,0.0,0.0957811014371025,0.5,0.255951455205554,0.0,0.0480934336930829,0.5,0.255951455205554,0.0,0.0443534167256019,0.255951455205554,0.0,0.110790244703243,0.0,0.0515789230347337,0.255951455205554,0.0,0.0518190719526239,0.5,0.255951455205554,0.0,0.0372679251017524,0.255951455205554,0.0,0.00403006243540202,0.255951455205554,0.0,0.0177244817680692,0.255951455205554,0.0,0.00917219676881328,0.0,0.465195797930611 -4202,0.255951455205554,0.0,0.0468038122611462,0.255951455205554,0.0,0.00851818838175502,0.255951455205554,0.0,0.0265095615286482,0.255951455205554,0.0,0.0123501240186407,0.255951455205554,0.0,0.060331189058876,0.255951455205554,0.0,0.0782401470875202,0.5,0.255951455205554,0.0,0.113277083196055,0.5,0.255951455205554,0.0,0.0388070535652396,0.5,0.255951455205554,0.0,0.0440147308965982,0.255951455205554,0.0,0.121742650909413,0.0,0.0629550398100249,0.255951455205554,0.0,0.0610703328008601,0.5,0.255951455205554,0.0,0.0374430811320582,0.255951455205554,0.0,0.00669083876201774,0.255951455205554,0.0,0.0231973626540352,0.255951455205554,0.0,0.0134429153271468,0.0,0.468324698828477 -4203,0.255951455205554,0.0,0.0519653147187979,0.255951455205554,0.0,0.00826100855721435,0.255951455205554,0.0,0.0247289653161359,0.255951455205554,0.0,0.0125617210930615,0.255951455205554,0.0,0.0588055846989294,0.255951455205554,0.0,0.0926933049099804,0.5,0.255951455205554,0.0,0.123798166500503,0.5,0.255951455205554,0.0,0.0392517324267465,0.5,0.255951455205554,0.0,0.0483517473607649,0.255951455205554,0.0,0.127615939600903,0.0,0.0869245767379252,0.255951455205554,0.0,0.0688093233726358,0.5,0.255951455205554,0.0,0.0385170428435896,0.255951455205554,0.0,0.0100462314703114,0.255951455205554,0.0,0.0286247259688009,0.255951455205554,0.0,0.0205165644141684,0.0,0.399797874084988 -4204,0.255951455205554,0.0,0.0501647391634781,0.255951455205554,0.0,0.0107632768668301,0.255951455205554,0.0,0.0231460678218999,0.255951455205554,0.0,0.0137443803738679,0.255951455205554,0.0,0.0589226844542382,0.255951455205554,0.0,0.104517473838621,0.5,0.255951455205554,0.0,0.122276135870682,0.5,0.255951455205554,0.0,0.0457907013133172,0.5,0.255951455205554,0.0,0.0552652036342073,0.255951455205554,0.0,0.127979861006436,0.0,0.0941819599611589,0.255951455205554,0.0,0.0728647589415732,0.5,0.255951455205554,0.0,0.0338476293580307,0.255951455205554,0.0,0.0204053818852227,0.255951455205554,0.0,0.0356190733514946,0.255951455205554,0.0,0.0317513467101581,0.0,0.296396592852686 -4205,0.255951455205554,0.00307142868079347,0.0500344554276646,0.255951455205554,0.000927160065940616,0.0281110270296633,0.255951455205554,0.00221425379499534,0.0223463988942084,0.255951455205554,0.00304800318340613,0.0171957152199006,0.255951455205554,0.000602086519943422,0.059456518063236,0.255951455205554,0.000145940670536148,0.125796537185306,0.5,0.255951455205554,0.0,0.117854955177137,0.5,0.255951455205554,4.29350270719881e-06,0.0547536908658993,0.5,0.255951455205554,0.00101739916874098,0.075070852213221,0.255951455205554,0.0,0.116901878060173,0.00132185931635606,0.09775870195236,0.255951455205554,0.00308883872655695,0.0870920413177796,0.5,0.255951455205554,0.0157346076276297,0.0242884696696414,0.255951455205554,0.00133469563655997,0.032441025326648,0.255951455205554,0.00129667634958149,0.0462879138870041,0.255951455205554,0.000875329121198707,0.049526190285102,0.00618765336753518,0.223499448932003 -4206,0.255951455205554,0.0467185749604572,0.0468418817452195,0.255951455205554,0.0243252279218146,0.0584060440222983,0.255951455205554,0.0435948173439442,0.0233070598724925,0.255951455205554,0.045822001706217,0.0254724742123461,0.255951455205554,0.0410197403182953,0.0671098091718526,0.255951455205554,0.012298544249929,0.165170698838937,0.5,0.255951455205554,0.0223531111126504,0.164327196945264,0.5,0.255951455205554,0.0266693219085712,0.0869313513359133,0.5,0.255951455205554,0.0443399836709638,0.11796528949033,0.255951455205554,0.02842646966324,0.13213143265041,0.0177879538140227,0.113061907071376,0.255951455205554,0.0261364397337921,0.122363703320681,0.5,0.255951455205554,0.0779149551184994,0.0234191527190182,0.255951455205554,0.0196450710751174,0.0546811470844474,0.255951455205554,0.0162976363396272,0.067315288352173,0.255951455205554,0.0180393158513723,0.0878042291953419,0.0682637719744337,0.174884531413044 -4207,0.255951455205554,0.119602328780029,0.0655101925044702,0.255951455205554,0.0959016435821296,0.104607279384795,0.255951455205554,0.101287553523741,0.0336430080386781,0.255951455205554,0.102145629102024,0.0411050978151282,0.255951455205554,0.112333291386199,0.0895319121544791,0.255951455205554,0.050264618889077,0.209081573605217,0.5,0.255951455205554,0.0687426908072757,0.30307051038039,0.5,0.255951455205554,0.0873874417858871,0.177074179603527,0.5,0.255951455205554,0.112078769500643,0.211459842613267,0.255951455205554,0.0792776823159005,0.272035666843835,0.064393660246714,0.13520506019262,0.255951455205554,0.0723519755907151,0.174602328032291,0.5,0.255951455205554,0.163830534007297,0.0381564658057706,0.255951455205554,0.048103039391941,0.0822354028844876,0.255951455205554,0.049364937975648,0.0928933660868364,0.255951455205554,0.0448123454446213,0.141181952722321,0.143881680166661,0.123837262927682 -4208,0.255951455205554,0.235366592228266,0.098439631928895,0.255951455205554,0.219829449033544,0.146261146003563,0.255951455205554,0.187163076065396,0.0639799956813028,0.255951455205554,0.164113682350464,0.07775986224429,0.255951455205554,0.229733870444571,0.134241290395885,0.255951455205554,0.111576944404373,0.276674014165701,0.5,0.255951455205554,0.120265423694379,0.416599430812465,0.5,0.255951455205554,0.16927214986083,0.260755535725955,0.5,0.255951455205554,0.203014310801383,0.274621274023962,0.255951455205554,0.130024452961198,0.450722260211225,0.171711631072225,0.195059881159179,0.255951455205554,0.157173833316307,0.213042911165204,0.5,0.255951455205554,0.284212676345757,0.0594097197717977,0.255951455205554,0.0762364076887779,0.117755990856068,0.255951455205554,0.0952724350790695,0.126247302162339,0.255951455205554,0.079006043637119,0.175982010344376,0.249191229794868,0.068963741439399 -4209,0.255951455205554,0.36014714367416,0.0990645928139105,0.255951455205554,0.363702324678955,0.163856565138965,0.255951455205554,0.274599412915852,0.0954820008277755,0.255951455205554,0.197339216267733,0.108499611729601,0.255951455205554,0.357633607693091,0.185651509062995,0.255951455205554,0.200216515215347,0.294162413653309,0.5,0.255951455205554,0.184720966434107,0.440261664546857,0.5,0.255951455205554,0.258243206765015,0.322302107320803,0.5,0.255951455205554,0.30287966896412,0.312108997706303,0.255951455205554,0.187120899855451,0.484937880439577,0.319019038062834,0.235654791306347,0.255951455205554,0.234191667197077,0.233404921622062,0.5,0.255951455205554,0.406918326020588,0.108393180704995,0.255951455205554,0.0508453051231236,0.145475330085653,0.255951455205554,0.146981439570737,0.177331381438502,0.255951455205554,0.0827245054153445,0.195305639391131,0.363628017490924,0.0318764059505027 -4210,0.255951455205554,0.489901705443268,0.0926696245629163,0.255951455205554,0.515897680986136,0.18211684267271,0.255951455205554,0.334358605511397,0.108247695698201,0.255951455205554,0.214934657743121,0.0910454517140829,0.255951455205554,0.469483684890833,0.21410120735558,0.255951455205554,0.289898457039019,0.272166406263118,0.5,0.255951455205554,0.247724391146725,0.437805545683413,0.5,0.255951455205554,0.336763426638376,0.380778966698623,0.5,0.255951455205554,0.393784476884606,0.374368456868046,0.255951455205554,0.225247215984062,0.459317512349001,0.39919271132469,0.244904642879103,0.255951455205554,0.31428684880339,0.260848230088848,0.5,0.255951455205554,0.528948692448175,0.171553823074868,0.255951455205554,0.0538436308083469,0.17897310972401,0.255951455205554,0.26157970168552,0.214015689872011,0.255951455205554,0.152718878644905,0.253301310546066,0.485690477660278,0.0252105985541876 -4211,0.255951455205554,0.579320418992929,0.0857888540383282,0.255951455205554,0.625091761988409,0.199015715422754,0.255951455205554,0.425151191875681,0.113534872926822,0.255951455205554,0.377090428750752,0.0749890949758015,0.255951455205554,0.562626909307916,0.222142877650399,0.255951455205554,0.314545989460331,0.240213706519442,0.5,0.255951455205554,0.349163275288768,0.42225844650544,0.5,0.255951455205554,0.411643907391265,0.401955025573824,0.5,0.255951455205554,0.425276086491278,0.418564346839865,0.255951455205554,0.278150584117178,0.461779438254254,0.215994346908906,0.203776969797468,0.255951455205554,0.364139770841949,0.277336822744686,0.5,0.255951455205554,0.601288192511923,0.224945088285851,0.255951455205554,0.0962460275980194,0.232207416170863,0.255951455205554,0.33766163000267,0.193774145417783,0.255951455205554,0.196734787559004,0.309777799051864,0.569413582968214,0.0244202496416297 -4212,0.255951455205554,0.622046609955404,0.0814207961669993,0.255951455205554,0.678787490195661,0.217611571389511,0.255951455205554,0.481102448753224,0.120904237523487,0.255951455205554,0.576108282170775,0.0828115528361816,0.255951455205554,0.586907604834827,0.243500723578317,0.255951455205554,0.288566123404494,0.235164352629687,0.5,0.255951455205554,0.426269049112538,0.382353431121028,0.5,0.255951455205554,0.505593915071813,0.462684393213761,0.5,0.255951455205554,0.397257668928498,0.433714962202787,0.255951455205554,0.387935244848763,0.496698899706874,0.227604946649042,0.169286436360388,0.255951455205554,0.389234441844342,0.2739444360329,0.5,0.255951455205554,0.636392315324286,0.244374868366203,0.255951455205554,0.18487043729805,0.287137117241859,0.255951455205554,0.336651847203009,0.209448747216808,0.255951455205554,0.124499129749358,0.249488631321358,0.638695417233725,0.0253620337283959 -4213,0.255951455205554,0.624442915838683,0.0818721270222589,0.255951455205554,0.703261556036724,0.218517821385736,0.255951455205554,0.39892199067575,0.121880908298311,0.255951455205554,0.658428333766553,0.120311157816629,0.255951455205554,0.552686818175104,0.266162405313495,0.255951455205554,0.344786140861149,0.245342512309354,0.5,0.255951455205554,0.506955171198243,0.355271582434369,0.5,0.255951455205554,0.519928351063569,0.523174037814828,0.5,0.255951455205554,0.394196327415961,0.473292357609454,0.255951455205554,0.561079508294185,0.483387875151836,0.24550048749994,0.13779298024661,0.255951455205554,0.354155846321469,0.234591893950272,0.5,0.255951455205554,0.619425281113259,0.254762963094895,0.255951455205554,0.194256214361979,0.339431909736019,0.255951455205554,0.219598667471289,0.226761733748773,0.255951455205554,0.216324702890759,0.224482762823897,0.648106622712667,0.0285216259020606 -4214,0.255951455205554,0.585000012030873,0.08539962557521,0.255951455205554,0.684421295667488,0.236640088618521,0.255951455205554,0.27059584362305,0.107177146189379,0.255951455205554,0.316033724970688,0.108899967417116,0.255951455205554,0.487370888323694,0.275195867116197,0.255951455205554,0.455952844910519,0.242811806217834,0.5,0.255951455205554,0.529527071692808,0.312550777682896,0.5,0.255951455205554,0.445327947821748,0.563705934210491,0.5,0.255951455205554,0.358959498456922,0.513934101289684,0.255951455205554,0.606773863764714,0.443786416216938,0.300209429810056,0.122965739672938,0.255951455205554,0.358468082188642,0.19266676141387,0.5,0.255951455205554,0.583796165745458,0.280701689643708,0.255951455205554,0.188314252633421,0.347613474736675,0.255951455205554,0.231522479716566,0.2235127939729,0.255951455205554,0.339973291827032,0.290601539256555,0.693301221402941,0.0249845603931293 -4215,0.255951455205554,0.533156610240041,0.0849487949335438,0.255951455205554,0.594317719253791,0.295410573892315,0.255951455205554,0.270359625657245,0.0946655636700049,0.255951455205554,0.508808506710182,0.0933751251696049,0.255951455205554,0.413776000614664,0.305165117739658,0.255951455205554,0.419214581839964,0.251624430621066,0.5,0.255951455205554,0.515302729599402,0.280073216883808,0.5,0.255951455205554,0.338962933314905,0.517040690719993,0.5,0.255951455205554,0.278355500563708,0.482529987342394,0.255951455205554,0.547161585529411,0.402774075142368,0.303911234280615,0.0963484989984086,0.255951455205554,0.314280450065886,0.16493067699072,0.5,0.255951455205554,0.532990037327968,0.311408823433444,0.255951455205554,0.173310641249342,0.32792494743137,0.255951455205554,0.338922722856186,0.216663259633927,0.255951455205554,0.251068400803429,0.339469809588355,0.653211407756765,0.0203225555051161 -4216,0.255951455205554,0.449814864093993,0.0809170927176702,0.255951455205554,0.486983604072626,0.306938199050773,0.255951455205554,0.270711396823799,0.0913818316040976,0.255951455205554,0.455974204087048,0.0805533477370079,0.255951455205554,0.362667306573138,0.30653059427668,0.255951455205554,0.32908348547484,0.235802457096412,0.5,0.255951455205554,0.449082164475433,0.25616274706792,0.5,0.255951455205554,0.253753956564134,0.399796374440706,0.5,0.255951455205554,0.17705206200123,0.405257775714449,0.255951455205554,0.493617951761489,0.366209341750201,0.252985464231026,0.0637344983578271,0.255951455205554,0.269626020999735,0.176660337647978,0.5,0.255951455205554,0.415611923862667,0.340186863675156,0.255951455205554,0.16235436690687,0.304764567431071,0.255951455205554,0.277002600398951,0.194156226585504,0.255951455205554,0.1852178950317,0.324002763799329,0.542703136959092,0.021196341577767 -4217,0.255951455205554,0.346627310693683,0.0811216061602242,0.255951455205554,0.369947157039959,0.266437527195544,0.255951455205554,0.230651781000473,0.0941209868216907,0.255951455205554,0.221394497023125,0.0913235015139555,0.255951455205554,0.284901740743609,0.27803176742086,0.255951455205554,0.236058913436714,0.222714447480705,0.5,0.255951455205554,0.340181708347315,0.206877634877306,0.5,0.255951455205554,0.197345463991177,0.301054702931834,0.5,0.255951455205554,0.12938070846101,0.316362969538801,0.255951455205554,0.377127594738341,0.289333697313111,0.278508222346198,0.0477775308249807,0.255951455205554,0.216264940855793,0.206533024216523,0.5,0.255951455205554,0.316421945937821,0.347317832691295,0.255951455205554,0.142607836679789,0.260106742595308,0.255951455205554,0.19882987364485,0.148183497819923,0.255951455205554,0.190885596314423,0.312132033658518,0.408509433118585,0.0289165241674648 -4218,0.255951455205554,0.253620935057517,0.0768983258242341,0.255951455205554,0.264289067558722,0.233346095426582,0.255951455205554,0.18529950633756,0.0926113381995859,0.255951455205554,0.175110938617759,0.100961885677416,0.255951455205554,0.201292494406085,0.213152174378743,0.255951455205554,0.157064804254939,0.16185125362161,0.5,0.255951455205554,0.229158261636227,0.138186680632392,0.5,0.255951455205554,0.132334949615444,0.222941589210565,0.5,0.255951455205554,0.0924459119973521,0.247984787885001,0.255951455205554,0.257177373911958,0.192707993142147,0.19151116860513,0.0585883241525967,0.255951455205554,0.173076136959841,0.232258449028351,0.5,0.255951455205554,0.21815605235778,0.344987259933314,0.255951455205554,0.110184047979275,0.184073537351656,0.255951455205554,0.16678977226006,0.0874362940008477,0.255951455205554,0.121629360574414,0.253964136614965,0.281479347592076,0.0347168183035419 -4219,0.255951455205554,0.138233110058548,0.0583203239775341,0.255951455205554,0.138139156721748,0.15945103161465,0.255951455205554,0.114923009056014,0.0760987770542598,0.255951455205554,0.106525543978977,0.0795044192159906,0.255951455205554,0.114486590385907,0.125962463026626,0.255951455205554,0.0977325312367775,0.110010962624177,0.5,0.255951455205554,0.126495894190519,0.0670373388266802,0.5,0.255951455205554,0.0708426926920009,0.172966581818441,0.5,0.255951455205554,0.0460666002379728,0.213398564486278,0.255951455205554,0.146176400929876,0.0752895001170377,0.0975913184759688,0.271349140787557,0.255951455205554,0.0958599788947934,0.206831709397555,0.5,0.255951455205554,0.11761745008711,0.26250323632804,0.255951455205554,0.06512171893258,0.0975011515749084,0.255951455205554,0.104786460578478,0.0349449163826613,0.255951455205554,0.0515693050198891,0.152356412215861,0.150394129219983,0.0362397204301953 -4220,0.255951455205554,0.0475185713227153,0.0284036257562793,0.255951455205554,0.0414181549454462,0.0671796711087364,0.255951455205554,0.0411914811389557,0.0548510632945942,0.255951455205554,0.0356317136146326,0.0581661145837375,0.255951455205554,0.0361409190511594,0.0610783297335228,0.255951455205554,0.0281671607733609,0.0519617491111982,0.5,0.255951455205554,0.0353917187409689,0.0274056114979327,0.5,0.255951455205554,0.0168586682727591,0.105219031299382,0.5,0.255951455205554,0.00370664663064757,0.174241862585162,0.255951455205554,0.038739498696398,0.0242690255039742,0.0182658928274356,0.363179320722003,0.255951455205554,0.0226584931248727,0.133419218433969,0.5,0.255951455205554,0.0331491087508928,0.114929715489829,0.255951455205554,0.0128747510729491,0.0329705771151964,0.255951455205554,0.0246703772656011,0.0159176501003963,0.255951455205554,0.0121429375714653,0.0609569437107613,0.048564493950019,0.0339527032439362 -4221,0.255951455205554,0.0,0.0254817270149665,0.255951455205554,0.0,0.0465796947150455,0.255951455205554,0.0,0.0464064645596816,0.255951455205554,0.0,0.0496021514421936,0.255951455205554,0.0,0.0311290074377936,0.255951455205554,0.0,0.0328006576831827,0.5,0.255951455205554,0.0,0.026397978682994,0.5,0.255951455205554,0.0,0.0751534997597768,0.5,0.255951455205554,0.0,0.141715745971304,0.255951455205554,0.0,0.0128937691891523,0.0,0.162392195815785,0.255951455205554,0.0,0.101906929181579,0.5,0.255951455205554,0.0,0.0637297759565036,0.255951455205554,0.0,0.0142192462075381,0.255951455205554,0.0,0.0202325491806803,0.255951455205554,0.0,0.0206974210104905,0.0,0.0331672630499767 -4222,0.255951455205554,0.0,0.0196264676112827,0.255951455205554,0.0,0.0248729731860005,0.255951455205554,0.0,0.0404400045248461,0.255951455205554,0.0,0.0439612431561049,0.255951455205554,0.0,0.0172007474571486,0.255951455205554,0.0,0.0262073229351913,0.5,0.255951455205554,0.0,0.0325217045219953,0.5,0.255951455205554,0.0,0.0564462266765656,0.5,0.255951455205554,0.0,0.108839086363391,0.255951455205554,0.0,0.0046826817850333,0.0,0.0796955945280437,0.255951455205554,0.0,0.081120770382225,0.5,0.255951455205554,0.0,0.0488266605535371,0.255951455205554,0.0,0.00996102366955861,0.255951455205554,0.0,0.0236126675118081,0.255951455205554,0.0,0.00883592710344435,0.0,0.0351579905262345 -4223,0.255951455205554,0.0,0.0137239868253184,0.255951455205554,0.0,0.0107298647641272,0.255951455205554,0.0,0.0330412017078111,0.255951455205554,0.0,0.0422462389030995,0.255951455205554,0.0,0.0106657068079512,0.255951455205554,0.0,0.0204764129501267,0.5,0.255951455205554,0.0,0.0284292317437107,0.5,0.255951455205554,0.0,0.0439279504187215,0.5,0.255951455205554,0.0,0.0800531585356261,0.255951455205554,0.0,0.00361269715658892,0.0,0.0555291624743401,0.255951455205554,0.0,0.0655260633482639,0.5,0.255951455205554,0.0,0.0351894605340368,0.255951455205554,0.0,0.00821144869005901,0.255951455205554,0.0,0.0223298839360206,0.255951455205554,0.0,0.00429303855424868,0.0,0.0286454558958511 -4224,0.255951455205554,0.0,0.0125457610404709,0.255951455205554,0.0,0.0087279655500596,0.255951455205554,0.0,0.0267033253489677,0.255951455205554,0.0,0.042443906030588,0.255951455205554,0.0,0.00778217150829671,0.255951455205554,0.0,0.0157788844311987,0.5,0.255951455205554,0.0,0.0204575652643207,0.5,0.255951455205554,0.0,0.0372636938917115,0.5,0.255951455205554,0.0,0.0578431143005578,0.255951455205554,0.0,0.00380792367934282,0.0,0.0565231705391684,0.255951455205554,0.0,0.0540634067209528,0.5,0.255951455205554,0.0,0.0251139737208769,0.255951455205554,0.0,0.00823262361158328,0.255951455205554,0.0,0.0174612197579057,0.255951455205554,0.0,0.00299124604638026,0.0,0.0209493384290327 -4225,0.255951455205554,0.0,0.0132804038257575,0.255951455205554,0.0,0.0141238392848652,0.255951455205554,0.0,0.0219479034804566,0.255951455205554,0.0,0.0419126560526608,0.255951455205554,0.0,0.00579497478156006,0.255951455205554,0.0,0.0136212661755552,0.5,0.255951455205554,0.0,0.0117499749738339,0.5,0.255951455205554,0.0,0.0320469657260919,0.5,0.255951455205554,0.0,0.0431560193714004,0.255951455205554,0.0,0.00215681522376787,0.0,0.0579070186072552,0.255951455205554,0.0,0.0464765028504727,0.5,0.255951455205554,0.0,0.01720415794463,0.255951455205554,0.0,0.00808438234584714,0.255951455205554,0.0,0.0147516358672533,0.255951455205554,0.0,0.00260412913707568,0.0,0.0152605343198142 -4226,0.255951455205554,0.0,0.01323447387369,0.255951455205554,0.0,0.0189518236928114,0.255951455205554,0.0,0.018180011903151,0.255951455205554,0.0,0.0365915134562585,0.255951455205554,0.0,0.00437452489670264,0.255951455205554,0.0,0.0112372956074055,0.5,0.255951455205554,0.0,0.00667549947087486,0.5,0.255951455205554,0.0,0.0272926214061357,0.5,0.255951455205554,0.0,0.0349612413417095,0.255951455205554,0.0,0.00302833860693264,0.0,0.0486652383430057,0.255951455205554,0.0,0.0412567530234017,0.5,0.255951455205554,0.0,0.011121206290985,0.255951455205554,0.0,0.00719827944491002,0.255951455205554,0.0,0.0150827334878581,0.255951455205554,0.0,0.00220934296425026,0.0,0.00977297456557675 -4227,0.255951455205554,0.0,0.0136230854142495,0.255951455205554,0.0,0.0168175395384008,0.255951455205554,0.0,0.0167447283809445,0.255951455205554,0.0,0.0350911674661997,0.255951455205554,0.0,0.00383051591258522,0.255951455205554,0.0,0.00917077372855633,0.5,0.255951455205554,0.0,0.00578484566879316,0.5,0.255951455205554,0.0,0.0206159478710004,0.5,0.255951455205554,0.0,0.0334341538723073,0.255951455205554,0.0,0.00674998830310221,0.0,0.0399594824475993,0.255951455205554,0.0,0.036189605119541,0.5,0.255951455205554,0.0,0.00734234285771986,0.255951455205554,0.0,0.00668609368247481,0.255951455205554,0.0,0.0159914300214118,0.255951455205554,0.0,0.00204266346237465,0.0,0.00598897226634617 -4228,0.255951455205554,0.0,0.0155659170098865,0.255951455205554,0.0,0.0159478340827056,0.255951455205554,0.0,0.0178283811683061,0.255951455205554,0.0,0.0378575116364803,0.255951455205554,0.0,0.0038610145825102,0.255951455205554,0.0,0.00636609777789356,0.5,0.255951455205554,0.0,0.00619349706623871,0.5,0.255951455205554,0.0,0.0165247808195764,0.5,0.255951455205554,0.0,0.0326341352865628,0.255951455205554,0.0,0.0100140283708626,0.0,0.0323371163263618,0.255951455205554,0.0,0.029755018254044,0.5,0.255951455205554,0.0,0.00562707077200367,0.255951455205554,0.0,0.00527790334143469,0.255951455205554,0.0,0.0147812579185366,0.255951455205554,0.0,0.00195292617209111,0.0,0.00407727149947751 -4229,0.255951455205554,0.00618118115902748,0.017160800382205,0.255951455205554,0.00539773749258802,0.0181745856781759,0.255951455205554,0.00268394355067842,0.0190728374399732,0.255951455205554,0.00347588363999563,0.0395331697708081,0.255951455205554,0.00065218167109353,0.0055349485707278,0.255951455205554,0.000854907211067961,0.00532660485793687,0.5,0.255951455205554,0.0,0.00670172280271318,0.5,0.255951455205554,3.30196828169316e-06,0.0174341318769382,0.5,0.255951455205554,0.000528393843165666,0.0308533403544678,0.255951455205554,0.0,0.0180639672930525,0.013154449741363,0.0278178688744771,0.255951455205554,0.0123237475082788,0.0219431362160213,0.5,0.255951455205554,0.0155724929186293,0.0052511738602183,0.255951455205554,0.00675050720020695,0.00325452646596199,0.255951455205554,0.00509959692674222,0.0102628561998773,0.255951455205554,0.00332672012196408,0.00146228737215014,0.00746255795317416,0.00321802293910693 -4230,0.255951455205554,0.0662813787149691,0.0183222336296467,0.255951455205554,0.0659173221085203,0.0195400134759012,0.255951455205554,0.0524118256048264,0.0183450615938735,0.255951455205554,0.0584579506604694,0.0380507698566289,0.255951455205554,0.0463396537039439,0.00563300966054826,0.255951455205554,0.0497257886622063,0.00518085872341346,0.5,0.255951455205554,0.0371687236808728,0.0067789380277019,0.5,0.255951455205554,0.0431527920896426,0.0141342724968996,0.5,0.255951455205554,0.031557519316024,0.036517330231808,0.255951455205554,0.0368358851594468,0.0226513200825251,0.0783026487495122,0.0297801913828979,0.255951455205554,0.0770642174810261,0.0214415578166924,0.5,0.255951455205554,0.0779861036345271,0.00647349215954837,0.255951455205554,0.070803005970535,0.00226845346081254,0.255951455205554,0.0669531814480474,0.00815102016839961,0.255951455205554,0.0604476135491473,0.000704857985806813,0.0692247188465124,0.00286118716682421 -4231,0.255951455205554,0.141453715652778,0.0221514178551776,0.255951455205554,0.143362594955451,0.0354205170446886,0.255951455205554,0.124404024005183,0.0225763960669017,0.255951455205554,0.132459074159803,0.0435310950711885,0.255951455205554,0.117617522630275,0.00491612477223656,0.255951455205554,0.128291653722462,0.00754747985287739,0.5,0.255951455205554,0.111647278039446,0.0125456026958376,0.5,0.255951455205554,0.122075481781536,0.0284313734079791,0.5,0.255951455205554,0.091595361944022,0.0738228375793845,0.255951455205554,0.109410664661743,0.0251081936831708,0.168547924728259,0.0506897991369942,0.255951455205554,0.167551227256367,0.0417362751415324,0.5,0.255951455205554,0.163572273235189,0.013470971823922,0.255951455205554,0.159658992378706,0.00504831106482225,0.255951455205554,0.150835362080557,0.0165989213637783,0.255951455205554,0.141849216101091,0.000768887679992863,0.145145837663809,0.00303941018544641 -4232,0.255951455205554,0.258413770135015,0.0335144362748695,0.255951455205554,0.263028327185215,0.0655490887000443,0.255951455205554,0.230893072682068,0.0286762425324873,0.255951455205554,0.244807186937222,0.0473999567569925,0.255951455205554,0.227464265374266,0.0124467008314702,0.255951455205554,0.248766510243091,0.020270424076071,0.5,0.255951455205554,0.227505090922339,0.0434493458597248,0.5,0.255951455205554,0.242597076928235,0.121598387640479,0.5,0.255951455205554,0.184340252592366,0.139177843789838,0.255951455205554,0.225093307250632,0.0791910969130218,0.291496241294228,0.0789283826444813,0.255951455205554,0.290923558910707,0.0550979670137515,0.5,0.255951455205554,0.284292609367249,0.0271270866341932,0.255951455205554,0.281560277765385,0.00781088593752489,0.255951455205554,0.271873243872176,0.0185653932806933,0.255951455205554,0.260147035741374,0.00170855006999211,0.259183110775236,0.00333206993482501 -4233,0.255951455205554,0.37994770195594,0.0351373837718504,0.255951455205554,0.387646468659098,0.0476783908018699,0.255951455205554,0.345179657041327,0.0219569790595068,0.255951455205554,0.359811148058245,0.0405317340535291,0.255951455205554,0.347963875376842,0.0278688512462786,0.255951455205554,0.379082847517468,0.0599852067279326,0.5,0.255951455205554,0.357545582218103,0.0843289218272356,0.5,0.255951455205554,0.369542851096213,0.190186039256148,0.5,0.255951455205554,0.291306281762683,0.182371143891354,0.255951455205554,0.354251975917592,0.145940978337795,0.422184991707227,0.104508929767714,0.255951455205554,0.423818834923016,0.0578736690542754,0.5,0.255951455205554,0.409997594551151,0.0339423060233576,0.255951455205554,0.415999157675121,0.0176358864112693,0.255951455205554,0.402544386710867,0.0157642462541537,0.255951455205554,0.388383056625163,0.00756222253509144,0.378169337236216,0.00307421462708709 -4234,0.255951455205554,0.508841576534835,0.0226291470565742,0.255951455205554,0.521202412794438,0.0345945772145996,0.255951455205554,0.464878355335493,0.011748294507907,0.255951455205554,0.477915819657163,0.0169244963797993,0.255951455205554,0.475268212751769,0.0391576343179609,0.255951455205554,0.503815232558072,0.0849038699454346,0.5,0.255951455205554,0.482822358679568,0.0834936292741741,0.5,0.255951455205554,0.496926683067004,0.196512766357563,0.5,0.255951455205554,0.400086201152445,0.193976141310223,0.255951455205554,0.48899988341908,0.163649699441506,0.553331865390133,0.0939344119427261,0.255951455205554,0.557297576127792,0.0543962906420854,0.5,0.255951455205554,0.538567238083205,0.0307335823339049,0.255951455205554,0.542370552936277,0.0403532979355855,0.255951455205554,0.535471661806638,0.0157379929899497,0.255951455205554,0.514644372267837,0.0258659429871422,0.504496199277951,0.00292015745508676 -4235,0.255951455205554,0.536544372388963,0.00929869960423576,0.255951455205554,0.628580096045065,0.0189267886332339,0.255951455205554,0.503424558192041,0.00772910572640121,0.255951455205554,0.45150367909811,0.00444609399105217,0.255951455205554,0.574841540910893,0.0439344083444775,0.255951455205554,0.61379153068089,0.0867171896369725,0.5,0.255951455205554,0.594495222026273,0.0751377745237262,0.5,0.255951455205554,0.581997376655391,0.197437504576304,0.5,0.255951455205554,0.457768804847859,0.169795343746942,0.255951455205554,0.602587386812942,0.158989339303195,0.649567598129557,0.091888808869433,0.255951455205554,0.654944959889511,0.0527104447727884,0.5,0.255951455205554,0.633830170706175,0.0250724860022819,0.255951455205554,0.615733957546574,0.060885151357301,0.255951455205554,0.620092903697839,0.0299152228431476,0.255951455205554,0.597579607926985,0.0496337128431145,0.584537716536773,0.00275748416321548 -4236,0.255951455205554,0.617124660085975,0.00361786266420302,0.255951455205554,0.691421500147198,0.00971290931533139,0.255951455205554,0.614262998648747,0.0105253455786756,0.255951455205554,0.572056888899324,0.00285679167091019,0.255951455205554,0.645449997443776,0.0487374133483721,0.255951455205554,0.670309780722721,0.0908284498112248,0.5,0.255951455205554,0.657939134859556,0.0806365553268042,0.5,0.255951455205554,0.630206765854094,0.203765359063807,0.5,0.255951455205554,0.489338153034417,0.140834070483801,0.255951455205554,0.6670769079051,0.162323033101409,0.701498167653838,0.101615935488959,0.255951455205554,0.70961067037169,0.054225418302108,0.5,0.255951455205554,0.675554112777501,0.0138679131803647,0.255951455205554,0.66019630477848,0.0687213112889394,0.255951455205554,0.669109744790642,0.0438818047738978,0.255951455205554,0.625952969690664,0.0627813241406039,0.472322573858675,0.00139576080264404 -4237,0.255951455205554,0.625864790570118,0.00169759925094847,0.255951455205554,0.698819357611364,0.00571935468346668,0.255951455205554,0.632962475734246,0.0144743400490512,0.255951455205554,0.606200642361102,0.0042884760182232,0.255951455205554,0.670000419752845,0.0523651362998132,0.255951455205554,0.679630522336489,0.0965049060289131,0.5,0.255951455205554,0.685167092232487,0.0887176955807863,0.5,0.255951455205554,0.674958771084245,0.212765385382022,0.5,0.255951455205554,0.537243740824731,0.133397899006515,0.255951455205554,0.697892431270865,0.164902708547885,0.713971427618291,0.105226011858818,0.255951455205554,0.7222905903844,0.0537846945864843,0.5,0.255951455205554,0.670886188330862,0.00688843367422731,0.255951455205554,0.683037935998628,0.0693505633530824,0.255951455205554,0.69271483831571,0.0485913139999051,0.255951455205554,0.612514840802652,0.0637333209388825,0.670122115640778,0.00087938290814723 -4238,0.255951455205554,0.582393504791418,0.00156706029185136,0.255951455205554,0.626357438513621,0.00198825518829605,0.255951455205554,0.59076872563594,0.0188560082520981,0.255951455205554,0.582660222052024,0.00511982509168484,0.255951455205554,0.648965748680542,0.0474957001929105,0.255951455205554,0.654965605763477,0.104006145388319,0.5,0.255951455205554,0.668403373986611,0.0934689926797488,0.5,0.255951455205554,0.676229752069598,0.214236565070369,0.5,0.255951455205554,0.550652876749341,0.142488322612659,0.255951455205554,0.686363514752753,0.169196188083561,0.687681340399917,0.105838765490755,0.255951455205554,0.688143213361486,0.0527303006053556,0.5,0.255951455205554,0.641768556742622,0.00416546847463883,0.255951455205554,0.658416659387745,0.0708123126561515,0.255951455205554,0.666519287106598,0.0527424850382102,0.255951455205554,0.585306627380322,0.0593377622500568,0.401730686709924,0.000824468743155346 -4239,0.255951455205554,0.513824380310456,0.00212407627777851,0.255951455205554,0.578621487633294,0.000762884123392959,0.255951455205554,0.518440309324229,0.0229119777171235,0.255951455205554,0.539643684678735,0.00510408389538486,0.255951455205554,0.601986248077082,0.0381724222870818,0.255951455205554,0.599877441669972,0.105554755105637,0.5,0.255951455205554,0.616528835097445,0.0930940565993742,0.5,0.255951455205554,0.625289004131357,0.20803962525247,0.5,0.255951455205554,0.535946243646881,0.152524343287322,0.255951455205554,0.643704602415037,0.158777270062347,0.598355194734544,0.099836081657535,0.255951455205554,0.606051128593992,0.0519576515897034,0.5,0.255951455205554,0.549943031115614,0.00453628920191916,0.255951455205554,0.587859339772415,0.0686017880049597,0.255951455205554,0.614192126834337,0.0536184648600464,0.255951455205554,0.534572599031475,0.0516222216452703,0.340909798842969,0.0019796646033516 -4240,0.255951455205554,0.408869761926449,0.00258166731780157,0.255951455205554,0.447141049784778,0.000785565610483733,0.255951455205554,0.431599147108127,0.030812172821597,0.255951455205554,0.454657877357065,0.0082871293937452,0.255951455205554,0.500291537317336,0.026074165038852,0.255951455205554,0.501515989517773,0.0968712802023712,0.5,0.255951455205554,0.521339286725735,0.0844446794485827,0.5,0.255951455205554,0.528997143765351,0.1951463662731,0.5,0.255951455205554,0.463851732364578,0.156576243617266,0.255951455205554,0.553658990480121,0.13329901627815,0.475587901574532,0.0943489047083826,0.255951455205554,0.485885881318852,0.0585082058675879,0.5,0.255951455205554,0.426834421749461,0.00805308295376289,0.255951455205554,0.469071473595351,0.0679751796439545,0.255951455205554,0.490905012653329,0.0577495157653231,0.255951455205554,0.419047850846304,0.0498760170275502,0.244169961271759,0.00703128365494515 -4241,0.255951455205554,0.314390660580661,0.00531231153651685,0.255951455205554,0.310363804055741,0.00094532840602367,0.255951455205554,0.296956128574498,0.0406052513286001,0.255951455205554,0.303125406788585,0.0135333611565714,0.255951455205554,0.378463772435126,0.0190892144341344,0.255951455205554,0.383704776570571,0.0767088418903734,0.5,0.255951455205554,0.385050416459663,0.0725055072585159,0.5,0.255951455205554,0.397196394845001,0.174147526678178,0.5,0.255951455205554,0.353608814497813,0.148701345155546,0.255951455205554,0.418226032006145,0.109255284096563,0.362992552689107,0.0911494219731755,0.255951455205554,0.347330537144305,0.0646669387246892,0.5,0.255951455205554,0.311098315447138,0.0134604031381671,0.255951455205554,0.335887925746796,0.0674067997006145,0.255951455205554,0.35984266666279,0.0585422575330976,0.255951455205554,0.307176999372503,0.0502809115052651,0.19976445681186,0.0132916656889666 -4242,0.255951455205554,0.236537835604486,0.00875428036999496,0.255951455205554,0.22458486156647,0.00186436894211134,0.255951455205554,0.204999526881418,0.0547679109446169,0.255951455205554,0.238583987078999,0.0210379081048222,0.255951455205554,0.259546849764568,0.0150112308170439,0.255951455205554,0.262334498458365,0.0531059169419443,0.5,0.255951455205554,0.253221143318944,0.0592042324384603,0.5,0.255951455205554,0.263220214840736,0.139941582165257,0.5,0.255951455205554,0.230481984193473,0.12499163664577,0.255951455205554,0.289112054424055,0.0854600441403004,0.239089849949666,0.0942485977991067,0.255951455205554,0.231263954490979,0.0642729391744322,0.5,0.255951455205554,0.211268337522894,0.0326091795822779,0.255951455205554,0.217000941765618,0.0606104117538693,0.255951455205554,0.245904078541823,0.0525685077322872,0.255951455205554,0.192503253697232,0.0433389375162523,0.263516926221962,0.0209809263720755 -4243,0.255951455205554,0.132612557458845,0.0122069963209288,0.255951455205554,0.137516389032018,0.000950693846185972,0.255951455205554,0.123402143918965,0.0605824535115401,0.255951455205554,0.120228678742331,0.0287020421254866,0.255951455205554,0.140841618032244,0.00644240755788376,0.255951455205554,0.139766022138222,0.0133312944917916,0.5,0.255951455205554,0.134315171044507,0.0191207810489272,0.5,0.255951455205554,0.132884246539444,0.0616437916501903,0.5,0.255951455205554,0.108749135416854,0.063099200330256,0.255951455205554,0.154321215978371,0.0237500609380017,0.118496027779256,0.0530861731775808,0.255951455205554,0.114112555854325,0.0439561143133194,0.5,0.255951455205554,0.119138380878392,0.0433525350466728,0.255951455205554,0.106918978097641,0.0262571308097225,0.255951455205554,0.124251120160356,0.0211885740917343,0.255951455205554,0.102944284574486,0.024045682737472,0.146119548042011,0.0255126874538543 -4244,0.255951455205554,0.046277150376625,0.0120791037456645,0.255951455205554,0.0377338544612401,0.000570939343632234,0.255951455205554,0.0399932784493538,0.0654843493883691,0.255951455205554,0.0403490125178615,0.0290739264871631,0.255951455205554,0.0386526426600989,0.00966145625119413,0.255951455205554,0.0312157593882002,0.0108704911240662,0.5,0.255951455205554,0.0332955981127143,0.0110102241451716,0.5,0.255951455205554,0.0265937379558174,0.0363529190098234,0.5,0.255951455205554,0.0118178424667802,0.0404723882173298,0.255951455205554,0.0361652252263824,0.0126175150726473,0.0244514977107986,0.0339617372584702,0.255951455205554,0.0233504289040868,0.0378957150747369,0.5,0.255951455205554,0.0336949088901528,0.0216611209942386,0.255951455205554,0.0167150330254925,0.0249974124753869,0.255951455205554,0.0270406945287051,0.0260843165904727,0.255951455205554,0.0248939849667512,0.0182298761943685,0.0483919112478964,0.0274195752434967 -4245,0.255951455205554,0.0,0.0181442940062144,0.255951455205554,0.0,0.00269847620104864,0.255951455205554,0.0,0.0698235460818532,0.255951455205554,0.0,0.0348189495607219,0.255951455205554,0.0,0.0151080869718335,0.255951455205554,0.0,0.00858456620528161,0.5,0.255951455205554,0.0,0.00949245580101658,0.5,0.255951455205554,0.0,0.0274482268264653,0.5,0.255951455205554,0.0,0.0340968238081879,0.255951455205554,0.0,0.0125008981660472,0.0,0.0285081561023505,0.255951455205554,0.0,0.0362468620054176,0.5,0.255951455205554,0.0,0.0251077458352748,0.255951455205554,0.0,0.0218344187558327,0.255951455205554,0.0,0.0309696845733984,0.255951455205554,0.0,0.0170612004122516,0.0,0.0266637401954758 -4246,0.255951455205554,0.0,0.023044375535101,0.255951455205554,0.0,0.0111261493718463,0.255951455205554,0.0,0.0636106417420351,0.255951455205554,0.0,0.032113583596635,0.255951455205554,0.0,0.0210437626548981,0.255951455205554,0.0,0.00857058047803917,0.5,0.255951455205554,0.0,0.00751346543252526,0.5,0.255951455205554,0.0,0.0193980332686942,0.5,0.255951455205554,0.0,0.0239955120423419,0.255951455205554,0.0,0.00830125498392876,0.0,0.022851677192262,0.255951455205554,0.0,0.0311085153752016,0.5,0.255951455205554,0.0,0.0236070643025075,0.255951455205554,0.0,0.0168921250733842,0.255951455205554,0.0,0.0311975229682432,0.255951455205554,0.0,0.010550103039585,0.0,0.0246672076828207 -4247,0.255951455205554,0.0,0.0269233334222737,0.255951455205554,0.0,0.0253941322297719,0.255951455205554,0.0,0.0576650009693918,0.255951455205554,0.0,0.0274453751892956,0.255951455205554,0.0,0.0273380265122115,0.255951455205554,0.0,0.00955486907551122,0.5,0.255951455205554,0.0,0.0048852913743588,0.5,0.255951455205554,0.0,0.0143566547560503,0.5,0.255951455205554,0.0,0.0169595855637312,0.255951455205554,0.0,0.00573097412203186,0.0,0.0220968815466026,0.255951455205554,0.0,0.0275669322638981,0.5,0.255951455205554,0.0,0.0246696471203734,0.255951455205554,0.0,0.0124596266494811,0.255951455205554,0.0,0.0262820470805713,0.255951455205554,0.0,0.00656879916512626,0.0,0.0236972743130502 -4248,0.255951455205554,0.0,0.0308806134459508,0.255951455205554,0.0,0.036094162892265,0.255951455205554,0.0,0.0561098405318832,0.255951455205554,0.0,0.0294231844557187,0.255951455205554,0.0,0.031689611615712,0.255951455205554,0.0,0.00945382424813604,0.5,0.255951455205554,0.0,0.00414856456327705,0.5,0.255951455205554,0.0,0.0105667412747335,0.5,0.255951455205554,0.0,0.0123158791014901,0.255951455205554,0.0,0.00549035205082986,0.0,0.021488150443664,0.255951455205554,0.0,0.0244025784591579,0.5,0.255951455205554,0.0,0.0280143080667887,0.255951455205554,0.0,0.0105445028395461,0.255951455205554,0.0,0.0223005002001144,0.255951455205554,0.0,0.00498151479979545,0.0,0.0238435257021131 -4249,0.255951455205554,0.0,0.0333758381809564,0.255951455205554,0.0,0.0448390020606016,0.255951455205554,0.0,0.0563920171054798,0.255951455205554,0.0,0.0330773572581975,0.255951455205554,0.0,0.0366542813604198,0.255951455205554,0.0,0.00929121664147176,0.5,0.255951455205554,0.0,0.00443073202482388,0.5,0.255951455205554,0.0,0.00838860094314413,0.5,0.255951455205554,0.0,0.00840216388588796,0.255951455205554,0.0,0.00535414148738924,0.0,0.0231949922874323,0.255951455205554,0.0,0.0221536962283844,0.5,0.255951455205554,0.0,0.0321349901277165,0.255951455205554,0.0,0.0106632637862214,0.255951455205554,0.0,0.0211076503119856,0.255951455205554,0.0,0.00490472758109014,0.0,0.0254858014147982 -4250,0.255951455205554,0.0,0.0373949061626368,0.255951455205554,0.0,0.0519082342047072,0.255951455205554,0.0,0.0582592177868262,0.255951455205554,0.0,0.0428886916409303,0.255951455205554,0.0,0.0428745377582369,0.255951455205554,0.0,0.00993117473915699,0.5,0.255951455205554,0.0,0.00489585996138844,0.5,0.255951455205554,0.0,0.00825637234945813,0.5,0.255951455205554,0.0,0.00635789910485142,0.255951455205554,0.0,0.00313875799384977,0.0,0.0195196484789424,0.255951455205554,0.0,0.0236418464356265,0.5,0.255951455205554,0.0,0.0337675050648023,0.255951455205554,0.0,0.0121269986459052,0.255951455205554,0.0,0.0210088172092625,0.255951455205554,0.0,0.00467216620164947,0.0,0.0309088148303231 -4251,0.255951455205554,0.0,0.0417195004212124,0.255951455205554,0.0,0.0504939872698856,0.255951455205554,0.0,0.0598658574686378,0.255951455205554,0.0,0.0593609583486362,0.255951455205554,0.0,0.0489338498381993,0.255951455205554,0.0,0.0109795703474484,0.5,0.255951455205554,0.0,0.00489669958284895,0.5,0.255951455205554,0.0,0.00895176730501253,0.5,0.255951455205554,0.0,0.00648672905940952,0.255951455205554,0.0,0.00163861607737575,0.0,0.0156098880195721,0.255951455205554,0.0,0.0223819410759556,0.5,0.255951455205554,0.0,0.0323655722279198,0.255951455205554,0.0,0.0140312432757176,0.255951455205554,0.0,0.0215059645471172,0.255951455205554,0.0,0.00517706333081332,0.0,0.0393514363808098 -4252,0.255951455205554,0.0,0.0460543130703778,0.255951455205554,0.0,0.052386137232984,0.255951455205554,0.0,0.0595838428790227,0.255951455205554,0.0,0.068928138195082,0.255951455205554,0.0,0.0568196842463116,0.255951455205554,0.0,0.0122649715277063,0.5,0.255951455205554,0.0,0.00436783619747494,0.5,0.255951455205554,0.0,0.00935412483586543,0.5,0.255951455205554,0.0,0.00708306379332225,0.255951455205554,0.0,0.00133577772398618,0.0,0.0147299284838712,0.255951455205554,0.0,0.0222325028165461,0.5,0.255951455205554,0.0,0.0342158425326853,0.255951455205554,0.0,0.01627491968826,0.255951455205554,0.0,0.0207630600557229,0.255951455205554,0.0,0.00666655142777999,0.0,0.0492867226753064 -4253,0.255951455205554,0.00493813224187183,0.0503777482973213,0.255951455205554,0.00498480114444773,0.0605594388470429,0.255951455205554,0.00279651917622853,0.0566557141004372,0.255951455205554,0.00346850524166166,0.0708232962932647,0.255951455205554,0.000540012276748362,0.057284796557613,0.255951455205554,0.000751418421477514,0.0131387002485879,0.5,0.255951455205554,0.0,0.00466774519936419,0.5,0.255951455205554,1.29199354870659e-06,0.00996247438568243,0.5,0.255951455205554,0.00122257295316942,0.00740477644163329,0.255951455205554,0.0,0.00142308811235926,0.0120754556895673,0.0141118120887828,0.255951455205554,0.0116434952344028,0.0200969659421246,0.5,0.255951455205554,0.0146336204302476,0.0322024313747685,0.255951455205554,0.00678933875085316,0.0165644015294024,0.255951455205554,0.00502560712983375,0.0200452610134628,0.255951455205554,0.00333565717716162,0.007360091300334,0.00499872410293932,0.0547020156721345 -4254,0.255951455205554,0.0607855052909756,0.058247457359934,0.255951455205554,0.0669764814195129,0.0659278420723657,0.255951455205554,0.0558798579480052,0.0536043809691032,0.255951455205554,0.0598262950623695,0.0756204551475162,0.255951455205554,0.0380668588099957,0.0468944787924287,0.255951455205554,0.0477453383209025,0.0119514289483825,0.5,0.255951455205554,0.0323545496179031,0.00399441638958179,0.5,0.255951455205554,0.0434016377375763,0.00823444948115722,0.5,0.255951455205554,0.0556385347089892,0.00521479745977262,0.255951455205554,0.0334651493027051,0.00153707475476939,0.0757300468104459,0.0111415300170897,0.255951455205554,0.0754877371075987,0.0173698393167131,0.5,0.255951455205554,0.0761342075252937,0.0314407083100823,0.255951455205554,0.0710761090044588,0.0125776794248408,0.255951455205554,0.0673459287580796,0.0168206058300596,0.255951455205554,0.062426162861437,0.00620829892529939,0.0598328641932895,0.0513114698763353 -4255,0.255951455205554,0.127550678337896,0.0789118497920845,0.255951455205554,0.142976165811829,0.127533023775793,0.255951455205554,0.12329556771197,0.0653481702468554,0.255951455205554,0.133050501831314,0.097740595471498,0.255951455205554,0.09038718933667,0.0497500620659909,0.255951455205554,0.121967987813343,0.0113749309036767,0.5,0.255951455205554,0.100974005095795,0.00393695421909646,0.5,0.255951455205554,0.120807419089286,0.00614999561936035,0.5,0.255951455205554,0.139574842006518,0.00531131349161575,0.255951455205554,0.107264122577729,0.00119336908251284,0.163609346285779,0.0175994606445962,0.255951455205554,0.164250308368085,0.0250534571478826,0.5,0.255951455205554,0.160412175331415,0.0452348190724837,0.255951455205554,0.159869410117854,0.00874739540555752,0.255951455205554,0.150702726917642,0.0210393596982366,0.255951455205554,0.143627034051192,0.00574263899617645,0.131807429837373,0.0445078613054043 -4256,0.255951455205554,0.203065496585314,0.0984985443251858,0.255951455205554,0.250200138657112,0.160955855367463,0.255951455205554,0.198768103381073,0.0939770924562022,0.255951455205554,0.231316351719997,0.134305845866212,0.255951455205554,0.152150754161463,0.0674287505388835,0.255951455205554,0.224642432973002,0.0302195404060013,0.5,0.255951455205554,0.198432320593469,0.0108449095272565,0.5,0.255951455205554,0.239184311314494,0.0188702302644986,0.5,0.255951455205554,0.260884426554745,0.0198128629180702,0.255951455205554,0.214162898536251,0.00288755768196168,0.283282496751957,0.0381157980611032,0.255951455205554,0.284805924120238,0.0435809793246054,0.5,0.255951455205554,0.279247564373775,0.0780055668703866,0.255951455205554,0.279786206102643,0.014257199087159,0.255951455205554,0.268053710393785,0.0432558393732143,0.255951455205554,0.262402203107376,0.0121400009368199,0.225417975430333,0.0423278876431232 -4257,0.255951455205554,0.251269644801531,0.123453333214625,0.255951455205554,0.361427520429383,0.278446717283482,0.255951455205554,0.246479252753837,0.112591545607597,0.255951455205554,0.29084617316973,0.147648435524315,0.255951455205554,0.229185916421649,0.0951556436229903,0.255951455205554,0.339771265407635,0.087790883470158,0.5,0.255951455205554,0.317552013835526,0.0300737755716955,0.5,0.255951455205554,0.371336552395064,0.0459046264568596,0.5,0.255951455205554,0.396564726995365,0.0621634172927413,0.255951455205554,0.337633140177162,0.0100892200573244,0.410265455478652,0.0544086739033016,0.255951455205554,0.413779711328446,0.061034715886685,0.5,0.255951455205554,0.403338867969386,0.10387468836058,0.255951455205554,0.412323642513495,0.0211144634591894,0.255951455205554,0.395965648079221,0.0621213698883186,0.255951455205554,0.39248271491317,0.0270034604634335,0.234302130877154,0.0379106534998984 -4258,0.255951455205554,0.322847018080932,0.128014521396566,0.255951455205554,0.469915118352574,0.293319910737024,0.255951455205554,0.293609639190119,0.122588920469621,0.255951455205554,0.235364784924467,0.152603814447236,0.255951455205554,0.359157189235823,0.1441350817432,0.255951455205554,0.465345566902628,0.154789641928929,0.5,0.255951455205554,0.435231402416584,0.0520977528839551,0.5,0.255951455205554,0.507846206449973,0.0617977346906934,0.5,0.255951455205554,0.52969398796074,0.088135027709818,0.255951455205554,0.470141550354366,0.0224190065953336,0.537625547600157,0.0774726322232189,0.255951455205554,0.542258210441819,0.0806979599851899,0.5,0.255951455205554,0.52841811148175,0.124545543981719,0.255951455205554,0.538205820206789,0.0225763935898105,0.255951455205554,0.527120099617847,0.080018435508344,0.255951455205554,0.52080865969248,0.0623756689003164,0.224617370461509,0.0215180426512277 -4259,0.255951455205554,0.42712542368224,0.161006214636122,0.255951455205554,0.538105832799913,0.343438100599016,0.255951455205554,0.370920168585279,0.13589919015191,0.255951455205554,0.199648662845542,0.124508763935115,0.255951455205554,0.482193700141569,0.189641469203771,0.255951455205554,0.5462772900989,0.187299805558633,0.5,0.255951455205554,0.524766292273113,0.0750365396871401,0.5,0.255951455205554,0.612131865333179,0.0467772588197951,0.5,0.255951455205554,0.631062959987214,0.0743426952420622,0.255951455205554,0.578813234966333,0.0411087376637302,0.631165019902541,0.11571715083207,0.255951455205554,0.637524323196597,0.108426151295022,0.5,0.255951455205554,0.552907164052038,0.148065501822227,0.255951455205554,0.626141588702106,0.0239611173932473,0.255951455205554,0.616862238321054,0.112266233532599,0.255951455205554,0.576013686188379,0.0788882898131095,0.286783755403104,0.0169693589557199 -4260,0.255951455205554,0.482160504521266,0.221431081146228,0.255951455205554,0.320858934959948,0.38038315336229,0.255951455205554,0.414906324668425,0.127952564803231,0.255951455205554,0.234571128393811,0.058588369430579,0.255951455205554,0.54815101529987,0.227105962072176,0.255951455205554,0.490569468389981,0.181103047640427,0.5,0.255951455205554,0.555091407751183,0.0991582624753822,0.5,0.255951455205554,0.660027237051527,0.0350325321350614,0.5,0.255951455205554,0.687545833642886,0.0508826364903618,0.255951455205554,0.504802011344714,0.0621246076289816,0.680943671542652,0.143153149204918,0.255951455205554,0.678521427424379,0.125282518158585,0.5,0.255951455205554,0.579904368045758,0.175924025096799,0.255951455205554,0.671500624960122,0.0231408563219286,0.255951455205554,0.63655789346253,0.117658222276062,0.255951455205554,0.584007471238312,0.0825455193103608,0.364939699381729,0.019882467708756 -4261,0.255951455205554,0.397773904556384,0.206144057092695,0.255951455205554,0.225132601137434,0.179458492163267,0.255951455205554,0.455942541349074,0.135707660069523,0.255951455205554,0.394001402176765,0.115752556380036,0.255951455205554,0.604545521307661,0.284385197679756,0.255951455205554,0.454331535058516,0.199542163847737,0.5,0.255951455205554,0.506415280815192,0.104406441946731,0.5,0.255951455205554,0.677534514122012,0.0320588352792885,0.5,0.255951455205554,0.701219333420561,0.0361932729329322,0.255951455205554,0.536059012045275,0.0741156591731116,0.674439218433158,0.168005378716883,0.255951455205554,0.658101530997262,0.140033795915686,0.5,0.255951455205554,0.543342138119053,0.204505935896399,0.255951455205554,0.678898134501247,0.0223100178812714,0.255951455205554,0.581862748332698,0.105947293384154,0.255951455205554,0.547135175468534,0.0867686390588368,0.627666862522573,0.0175926833724199 -4262,0.255951455205554,0.335706986257022,0.120280806502972,0.255951455205554,0.339393747096418,0.0822132203757066,0.255951455205554,0.416529707964313,0.151352200709247,0.255951455205554,0.591206954393668,0.233474204079343,0.255951455205554,0.581376689443515,0.309909047615969,0.255951455205554,0.40574772584954,0.223948393812738,0.5,0.255951455205554,0.482848865326689,0.0870249483214201,0.5,0.255951455205554,0.653736989359189,0.0313666160822178,0.5,0.255951455205554,0.670096433144146,0.0313687671726356,0.255951455205554,0.505001020109218,0.0660215672088167,0.60938753609168,0.177073661226334,0.255951455205554,0.605571386346955,0.138920085679039,0.5,0.255951455205554,0.48193332098435,0.208880329697699,0.255951455205554,0.617234564526577,0.0205620114722059,0.255951455205554,0.412342016914353,0.0973407140691691,0.255951455205554,0.474081745307596,0.0950308976334201,0.1917309621328,0.0150433503521743 -4263,0.255951455205554,0.36102220977014,0.161520997240303,0.255951455205554,0.375940427675143,0.203080699497249,0.255951455205554,0.388758365864083,0.162721574837122,0.255951455205554,0.175942444207933,0.081495655192683,0.255951455205554,0.561073202877937,0.30612511289913,0.255951455205554,0.352199767429713,0.192033623171794,0.5,0.255951455205554,0.441066278508826,0.0655613831620469,0.5,0.255951455205554,0.591019320228966,0.0260468962398874,0.5,0.255951455205554,0.596684045286267,0.0336400977306849,0.255951455205554,0.435855916833164,0.068786301011375,0.553675267554369,0.185613556026612,0.255951455205554,0.526349927476364,0.128800764245788,0.5,0.255951455205554,0.356168892874846,0.160442913990765,0.255951455205554,0.482521530517625,0.0203854385890537,0.255951455205554,0.36426848674771,0.0959467794417477,0.255951455205554,0.424771918923653,0.101195294026027,0.112921117403804,0.0129394088947897 -4264,0.255951455205554,0.193261417395524,0.130082711437261,0.255951455205554,0.182010265883953,0.0867452174412768,0.255951455205554,0.315189908031161,0.150825073684316,0.255951455205554,0.217742864050208,0.0626659803520394,0.255951455205554,0.478132502045108,0.253973928474566,0.255951455205554,0.324135141502483,0.138701567664492,0.5,0.255951455205554,0.349484971844637,0.0538679360415965,0.5,0.255951455205554,0.502025794314334,0.0221624384263501,0.5,0.255951455205554,0.49181762071904,0.0316688568590677,0.255951455205554,0.365827082271863,0.0538244363770494,0.411786005946765,0.163628261803005,0.255951455205554,0.404600955237873,0.122350417585349,0.5,0.255951455205554,0.28199860259808,0.113737098497635,0.255951455205554,0.378462907110806,0.020013470242039,0.255951455205554,0.307895386814524,0.0781046082219816,0.255951455205554,0.315301891556785,0.0847192618285314,0.280501914199743,0.0106542489422758 -4265,0.255951455205554,0.142142813472835,0.0816273749830435,0.255951455205554,0.135732297190934,0.0932387792179617,0.255951455205554,0.242416626330195,0.11478323933688,0.255951455205554,0.160504946688967,0.0181761880304222,0.255951455205554,0.348291263436781,0.163636546939038,0.255951455205554,0.276080568703205,0.0862206572950407,0.5,0.255951455205554,0.264161146186217,0.0382067888379601,0.5,0.255951455205554,0.37685772668188,0.0170914601844979,0.5,0.255951455205554,0.358799740985697,0.0220809821320046,0.255951455205554,0.288954999585599,0.020048970639247,0.202381175207334,0.103476326902463,0.255951455205554,0.278079969096511,0.104475555164338,0.5,0.255951455205554,0.214149608091142,0.0881025148781221,0.255951455205554,0.282485804286152,0.0194246178444698,0.255951455205554,0.182102048495453,0.059752418485416,0.255951455205554,0.23591080406668,0.0596312215588304,0.0483635445488786,0.0097077893084882 -4266,0.255951455205554,0.134430689236012,0.0619020370576768,0.255951455205554,0.0747617069551306,0.0479117701261308,0.255951455205554,0.171530635500785,0.0691393201898672,0.255951455205554,0.0596980901342938,0.0049106894756801,0.255951455205554,0.232152789881658,0.0833895976744368,0.255951455205554,0.190578592664148,0.0288034796524276,0.5,0.255951455205554,0.158863556038838,0.0140277445099859,0.5,0.255951455205554,0.249663333614582,0.0112940683386823,0.5,0.255951455205554,0.23224614299182,0.010483252103505,0.255951455205554,0.138583297816129,0.00266514196950652,0.162411762926463,0.0621454585354201,0.255951455205554,0.164141446571877,0.0497102459749151,0.5,0.255951455205554,0.131779732716576,0.070593708155328,0.255951455205554,0.168913727392041,0.0115488731943158,0.255951455205554,0.108595903068858,0.0220100248367635,0.255951455205554,0.131111060863838,0.0292115547961104,0.0707013580426417,0.00835788470521647 -4267,0.255951455205554,0.0575741548920746,0.0321730288885841,0.255951455205554,0.0611567497490846,0.0244206512940383,0.255951455205554,0.0961677397955671,0.0400509251273946,0.255951455205554,0.0683880752346179,0.00746180080885472,0.255951455205554,0.121511608045725,0.0229348443610829,0.255951455205554,0.0922149505873953,0.00418044884546381,0.5,0.255951455205554,0.0904835717874137,0.00243457920801812,0.5,0.255951455205554,0.12446428741036,0.00249301775253824,0.5,0.255951455205554,0.105079156143096,0.00202116449624825,0.255951455205554,0.0483775329800875,0.000709598302926645,0.0647964505111156,0.0229260777008604,0.255951455205554,0.0612634247661102,0.0281548133364661,0.5,0.255951455205554,0.0602790818691914,0.0646908177703499,0.255951455205554,0.0637112704411041,0.0165182122255663,0.255951455205554,0.0469521268141182,0.00737834171430283,0.255951455205554,0.0624008733184637,0.0150816407560969,0.0788222756841169,0.0154322272275026 -4268,0.255951455205554,0.0279802448661823,0.0260350674023995,0.255951455205554,0.00903250799888328,0.0273553576552587,0.255951455205554,0.0453954235135456,0.0283170382597265,0.255951455205554,0.0293164464735696,0.015982219524085,0.255951455205554,0.0405551415826713,0.00910961150749795,0.255951455205554,0.0333735904185998,0.0041385941491469,0.5,0.255951455205554,0.0276153469374325,0.000754620115995753,0.5,0.255951455205554,0.030127733495028,0.00223633778167372,0.5,0.255951455205554,0.0117338891002913,0.00216038925417502,0.255951455205554,0.0167164620628619,0.000803263552653879,0.0134568994437304,0.0101038819527588,0.255951455205554,0.0146573050601121,0.0315507185986315,0.5,0.255951455205554,0.0168692957756958,0.05179536175624,0.255951455205554,0.00950854756539793,0.031440612228341,0.255951455205554,0.00943046637632207,0.00693500805979286,0.255951455205554,0.0187586929133102,0.00469322855012867,0.00808153842090364,0.0206014700798338 -4269,0.255951455205554,1.15199105321595e-05,0.0280628046327211,0.255951455205554,1.55678891639801e-05,0.0378394916719409,0.255951455205554,1.6851605545686e-06,0.0253964662187869,0.255951455205554,0.0,0.0260440503053151,0.255951455205554,0.0,0.0058282345607931,0.255951455205554,0.0,0.0041301424679633,0.5,0.255951455205554,0.0,0.000755215645692857,0.5,0.255951455205554,0.0,0.0021018472772656,0.5,0.255951455205554,0.0,0.00255078442275497,0.255951455205554,0.0,0.00239376268105339,0.0,0.00934133958083473,0.255951455205554,0.0,0.043254493642625,0.5,0.255951455205554,8.97218709066936e-07,0.0493284271880089,0.255951455205554,0.0,0.0468316155246519,0.255951455205554,0.0,0.00997267512169133,0.255951455205554,0.0,0.00132912176665813,0.000286985810991982,0.0195468296697621 -4270,0.255951455205554,0.0,0.0319322392737479,0.255951455205554,0.0,0.0491675365950751,0.255951455205554,0.0,0.0247187139736089,0.255951455205554,0.0,0.0301569812849012,0.255951455205554,0.0,0.0017636778499609,0.255951455205554,0.0,0.0042731678193782,0.5,0.255951455205554,0.0,0.00149891563577183,0.5,0.255951455205554,0.0,0.0037863903710762,0.5,0.255951455205554,0.0,0.00302320915339618,0.255951455205554,0.0,0.00485781572762433,0.0,0.014337387331522,0.255951455205554,0.0,0.0489778080865592,0.5,0.255951455205554,0.0,0.0554259782865558,0.255951455205554,0.0,0.0555398176524465,0.255951455205554,0.0,0.0134954677017793,0.255951455205554,0.0,0.000871556847552445,0.0,0.0111205607739216 -4271,0.255951455205554,0.0,0.0293210176102427,0.255951455205554,0.0,0.0601080668684777,0.255951455205554,0.0,0.0215116149848584,0.255951455205554,0.0,0.0246213002089536,0.255951455205554,0.0,0.00150838142222471,0.255951455205554,0.0,0.00427877213958666,0.5,0.255951455205554,0.0,0.00336104584226904,0.5,0.255951455205554,0.0,0.0106656077206623,0.5,0.255951455205554,0.0,0.00409138806460229,0.255951455205554,0.0,0.00899830397343496,0.0,0.0330648124375972,0.255951455205554,0.0,0.0552909819521067,0.5,0.255951455205554,0.0,0.0669169585785937,0.255951455205554,0.0,0.0687878648431457,0.255951455205554,0.0,0.0166523202582867,0.255951455205554,0.0,0.00147782811093877,0.0,0.00853615182803002 -4272,0.255951455205554,0.0,0.0201056113498998,0.255951455205554,0.0,0.056841575833102,0.255951455205554,0.0,0.0172142828656567,0.255951455205554,0.0,0.0194646545055535,0.255951455205554,0.0,0.00270926480098593,0.255951455205554,0.0,0.00365232223480562,0.5,0.255951455205554,0.0,0.00517496075863971,0.5,0.255951455205554,0.0,0.0134347356536574,0.5,0.255951455205554,0.0,0.00524748046950841,0.255951455205554,0.0,0.00492327544445715,0.0,0.0525012219100175,0.255951455205554,0.0,0.0647589048483052,0.5,0.255951455205554,0.0,0.0767927739947392,0.255951455205554,0.0,0.073936787920424,0.255951455205554,0.0,0.0184966090826799,0.255951455205554,0.0,0.00360639053215718,0.0,0.0112436798607694 -4273,0.255951455205554,0.0,0.018793524606756,0.255951455205554,0.0,0.0469597037104119,0.255951455205554,0.0,0.0131374697573895,0.255951455205554,0.0,0.0141108745620079,0.255951455205554,0.0,0.00594115545101821,0.255951455205554,0.0,0.00383037794371327,0.5,0.255951455205554,0.0,0.00565948719895484,0.5,0.255951455205554,0.0,0.0121399763199779,0.5,0.255951455205554,0.0,0.00667677742620741,0.255951455205554,0.0,0.00305030260228376,0.0,0.0658637551418271,0.255951455205554,0.0,0.0735377475946205,0.5,0.255951455205554,0.0,0.0809758981705374,0.255951455205554,0.0,0.0818787252135653,0.255951455205554,0.0,0.0190799416658515,0.255951455205554,0.0,0.00654908202205901,0.0,0.00963509268601523 -4274,0.255951455205554,0.0,0.016690940063861,0.255951455205554,0.0,0.0322496122025036,0.255951455205554,0.0,0.0090400729783563,0.255951455205554,0.0,0.0102009336065157,0.255951455205554,0.0,0.0103728301434621,0.255951455205554,0.0,0.00670415296536362,0.5,0.255951455205554,0.0,0.00816729515634274,0.5,0.255951455205554,0.0,0.0171470523286183,0.5,0.255951455205554,0.0,0.00899668796569736,0.255951455205554,0.0,0.0061075572915078,0.0,0.0642159117240977,0.255951455205554,0.0,0.0731440094654224,0.5,0.255951455205554,0.0,0.0628237723995623,0.255951455205554,0.0,0.0823594338227304,0.255951455205554,0.0,0.0185517337735614,0.255951455205554,0.0,0.00997445922344566,0.0,0.00850432985798528 -4275,0.255951455205554,0.0,0.0183249766375612,0.255951455205554,0.0,0.0222803240368565,0.255951455205554,0.0,0.00531977354622926,0.255951455205554,0.0,0.00477561623708371,0.255951455205554,0.0,0.0116290405672381,0.255951455205554,0.0,0.00960713542391863,0.5,0.255951455205554,0.0,0.0103921800447292,0.5,0.255951455205554,0.0,0.0244334908967788,0.5,0.255951455205554,0.0,0.0128492346556,0.255951455205554,0.0,0.00914200401989533,0.0,0.0616802766724662,0.255951455205554,0.0,0.070317996007301,0.5,0.255951455205554,0.0,0.0586533772600779,0.255951455205554,0.0,0.0892816610201736,0.255951455205554,0.0,0.0166007408619415,0.255951455205554,0.0,0.0133289052130601,0.0,0.00926471730852163 -4276,0.255951455205554,0.0,0.0207009602255231,0.255951455205554,0.0,0.0119331246694784,0.255951455205554,0.0,0.00287245464138674,0.255951455205554,0.0,0.00144181775673285,0.255951455205554,0.0,0.0107185379628162,0.255951455205554,0.0,0.0102796150400954,0.5,0.255951455205554,0.0,0.0141190890263118,0.5,0.255951455205554,0.0,0.0325352460566831,0.5,0.255951455205554,0.0,0.0182476490219627,0.255951455205554,0.0,0.00895766940017375,0.0,0.0506592743117669,0.255951455205554,0.0,0.0616259789257812,0.5,0.255951455205554,0.0,0.0629665036648569,0.255951455205554,0.0,0.0926415323413208,0.255951455205554,0.0,0.0123297156482717,0.255951455205554,0.0,0.0155679367543597,0.0,0.0117566960319628 -4277,0.255951455205554,0.00458535660598357,0.018827014806504,0.255951455205554,0.00264339748698116,0.00677197599813185,0.255951455205554,0.00087266681158037,0.00293868673679617,0.255951455205554,0.000966299583475534,0.0016904951296205,0.255951455205554,5.90442946316795e-05,0.0117574033687332,0.255951455205554,0.000163238006601903,0.0128957158088745,0.5,0.255951455205554,0.0,0.0143640191433617,0.5,0.255951455205554,2.9136505509305e-07,0.0351898236634597,0.5,0.255951455205554,0.000914992995391562,0.0226425589697524,0.255951455205554,0.0,0.00904897207914179,0.00801541565927175,0.0331316392614111,0.255951455205554,0.00669040211829882,0.046370275641831,0.5,0.255951455205554,0.00858151526973372,0.0621733302254263,0.255951455205554,0.00443677771489478,0.0893792257719249,0.255951455205554,0.00344293829607407,0.00924487304335315,0.255951455205554,0.00223017578235559,0.0179252830429926,0.00541344810411961,0.0172424698725488 -4278,0.255951455205554,0.0558920799672365,0.0213129977193036,0.255951455205554,0.0360452858118414,0.00551455777444897,0.255951455205554,0.0143452835536353,0.00414636293664637,0.255951455205554,0.0183324699373231,0.00361569836693524,0.255951455205554,0.0207534096819392,0.0154927294007895,0.255951455205554,0.0279890416864414,0.0129217288937584,0.5,0.255951455205554,0.0380690860310892,0.0111052339062291,0.5,0.255951455205554,0.0398649146650717,0.0292748098034142,0.5,0.255951455205554,0.0509855534584401,0.0220034281895144,0.255951455205554,0.0343968455048604,0.00495740068980134,0.0624563178189733,0.0218915310157832,0.255951455205554,0.0644139413525914,0.0347963184963514,0.5,0.255951455205554,0.0633568118602784,0.0560213859019986,0.255951455205554,0.0608877405163616,0.0729244265806739,0.255951455205554,0.0493128908886072,0.00761574431915304,0.255951455205554,0.0447010631980047,0.0144407987226739,0.0644819839388688,0.0282883138008795 -4279,0.255951455205554,0.0950371166141109,0.0313704437353777,0.255951455205554,0.0702588437214853,0.00709582100832826,0.255951455205554,0.0366844171650986,0.00521939159584464,0.255951455205554,0.0685871611793923,0.00457381489907796,0.255951455205554,0.0704921596004265,0.0260204736171428,0.255951455205554,0.0879807417249971,0.0127934275315915,0.5,0.255951455205554,0.11061855350335,0.00685799858986016,0.5,0.255951455205554,0.114752727114962,0.0214991206726986,0.5,0.255951455205554,0.128265218938158,0.0217640789063118,0.255951455205554,0.108131448850141,0.00103577980213429,0.132921574276896,0.0124218904479413,0.255951455205554,0.132874026717939,0.033238335457755,0.5,0.255951455205554,0.126631483772695,0.0658516016715734,0.255951455205554,0.14014746489847,0.0714360239119125,0.255951455205554,0.094706734983514,0.00636542155703455,0.255951455205554,0.107082793142523,0.0132274814706415,0.131397263928262,0.0372729819462154 -4280,0.255951455205554,0.140196381159771,0.0580913025157281,0.255951455205554,0.178484123958411,0.0148998505687979,0.255951455205554,0.0632395376645016,0.00782973741925064,0.255951455205554,0.0370935295861675,0.00515280270688174,0.255951455205554,0.158265593464128,0.047376220333023,0.255951455205554,0.179350339507544,0.0257066219767662,0.5,0.255951455205554,0.208690347266682,0.0113865919213982,0.5,0.255951455205554,0.206423709067853,0.0252514271375478,0.5,0.255951455205554,0.235861850898963,0.0452775293445041,0.255951455205554,0.203202125183679,0.00267163457237735,0.211502871236557,0.0137231193470996,0.255951455205554,0.205748576568394,0.0323733030887463,0.5,0.255951455205554,0.175833784811408,0.0675325791803859,0.255951455205554,0.228027844676919,0.093361531956923,0.255951455205554,0.151129421690836,0.00715302293505148,0.255951455205554,0.191421234413176,0.0180496565201295,0.192412025970494,0.0326516398100898 -4281,0.255951455205554,0.176255569051611,0.0785777838365871,0.255951455205554,0.212997390217098,0.033120039742075,0.255951455205554,0.142893237919651,0.015424241189211,0.255951455205554,0.0310573288708604,0.00785568991144946,0.255951455205554,0.279650696838524,0.0744846942651255,0.255951455205554,0.277312045990801,0.081851881051368,0.5,0.255951455205554,0.314032626430519,0.0283572838625223,0.5,0.255951455205554,0.292358820680048,0.0494630714043667,0.5,0.255951455205554,0.360290919054034,0.0836651036183988,0.255951455205554,0.312184442983686,0.0126922789708438,0.287386952078719,0.00980156626394019,0.255951455205554,0.287840917143426,0.0274965930082411,0.5,0.255951455205554,0.235578917524939,0.0578655497255427,0.255951455205554,0.327263539932966,0.0984462733673791,0.255951455205554,0.206567402219824,0.008301573138492,0.255951455205554,0.307073332954735,0.0375016091652447,0.20493972020568,0.0180794127077322 -4282,0.255951455205554,0.207258906223324,0.0740952142306969,0.255951455205554,0.079439929965343,0.0152853868690337,0.255951455205554,0.253055299172846,0.0385321919936492,0.255951455205554,0.24714622630654,0.033934599032474,0.255951455205554,0.422036167343402,0.103648705898768,0.255951455205554,0.404772574393141,0.108898776894976,0.5,0.255951455205554,0.43137379296043,0.0492958994596656,0.5,0.255951455205554,0.366229267054947,0.0650339064444105,0.5,0.255951455205554,0.481515011471309,0.107729088362263,0.255951455205554,0.417432343343965,0.0419469699249425,0.321582758360895,0.0118609077506248,0.255951455205554,0.375122142536938,0.0220133173061042,0.5,0.255951455205554,0.292975391587597,0.050664614686497,0.255951455205554,0.440059948207382,0.08920643295115,0.255951455205554,0.29385783764608,0.0110934313545987,0.255951455205554,0.37326980007036,0.066528943526495,0.27644776207276,0.0158754036943654 -4283,0.255951455205554,0.156306796342641,0.0625006798596815,0.255951455205554,0.0605840773680283,0.004199533637356,0.255951455205554,0.342241847900651,0.0710058280224117,0.255951455205554,0.39159910810954,0.0634000346496624,0.255951455205554,0.451251849933794,0.141589343377564,0.255951455205554,0.530813224816185,0.143354369929518,0.5,0.255951455205554,0.485577480565929,0.0811224583173332,0.5,0.255951455205554,0.385291045750482,0.111688639976373,0.5,0.255951455205554,0.55633080434731,0.126864905988944,0.255951455205554,0.435788846280164,0.124707235282089,0.352556275630429,0.0122921048871728,0.255951455205554,0.433439389312267,0.0316329519235652,0.5,0.255951455205554,0.284391279012161,0.0750858867157471,0.255951455205554,0.500625693173835,0.0864725670951683,0.255951455205554,0.350397839215232,0.0161946180825388,0.255951455205554,0.4300350227747,0.0876647360797828,0.24266615870859,0.0244569981546602 -4284,0.255951455205554,0.123156525910765,0.0366867022231194,0.255951455205554,0.34324358708878,0.0358368105075655,0.255951455205554,0.441906057224182,0.114598896425847,0.255951455205554,0.369997480125619,0.105283420564503,0.255951455205554,0.434263040925396,0.141400194241319,0.255951455205554,0.488227933801152,0.162880027971763,0.5,0.255951455205554,0.427407243921908,0.126910899742524,0.5,0.255951455205554,0.404885221761368,0.131567754693009,0.5,0.255951455205554,0.482058523030673,0.169710790304672,0.255951455205554,0.290774117813544,0.199856759213794,0.291379099269062,0.0159965334347146,0.255951455205554,0.383669217647943,0.036206071771502,0.5,0.255951455205554,0.286807119066008,0.0846129572206367,0.255951455205554,0.539922757081412,0.101990323573678,0.255951455205554,0.442043617440126,0.0432980567003004,0.255951455205554,0.442202899534651,0.186251041964274,0.0470694838322625,0.0401465881706644 -4285,0.255951455205554,0.168555639467838,0.0167547962298781,0.255951455205554,0.556834056587151,0.149385948911129,0.255951455205554,0.420811117238598,0.154803610922299,0.255951455205554,0.558194626629716,0.160479749058561,0.255951455205554,0.450475932221024,0.125728522676885,0.255951455205554,0.421815082187596,0.198169821853775,0.5,0.255951455205554,0.371242860408037,0.172855523500774,0.5,0.255951455205554,0.422880377561663,0.145807667827159,0.5,0.255951455205554,0.477655289597276,0.19442727081143,0.255951455205554,0.285192994108552,0.219421191168837,0.287915501205074,0.0313070079591415,0.255951455205554,0.48648762047106,0.0417307463101954,0.5,0.255951455205554,0.318156420148792,0.0579266275978928,0.255951455205554,0.525697087960569,0.125423535901625,0.255951455205554,0.499921801311401,0.130567511556817,0.255951455205554,0.496046467598756,0.185043143342482,0.0592340068521511,0.0361616280797505 -4286,0.255951455205554,0.192767594201535,0.0166190962809575,0.255951455205554,0.305163529827417,0.136302129452757,0.255951455205554,0.392209229162781,0.151579840930713,0.255951455205554,0.360081054796717,0.125196609138657,0.255951455205554,0.39166163506099,0.116599222543379,0.255951455205554,0.400349769667979,0.225657877257302,0.5,0.255951455205554,0.327086799708325,0.22429050588888,0.5,0.255951455205554,0.40277289318676,0.173931543792745,0.5,0.255951455205554,0.44924946079644,0.138648699617683,0.255951455205554,0.248070524461442,0.214294672255546,0.404906884420498,0.0943419958469325,0.255951455205554,0.457310497035768,0.0756474682371621,0.5,0.255951455205554,0.429116703236418,0.0229895983637907,0.255951455205554,0.484129615042849,0.102807584735518,0.255951455205554,0.496033521153084,0.151585458263194,0.255951455205554,0.418769101986692,0.189784496320934,0.041292344575443,0.0259603774492806 -4287,0.255951455205554,0.24919805617813,0.010907138593502,0.255951455205554,0.32860402091473,0.0766456423704888,0.255951455205554,0.298346198520137,0.138574383683009,0.255951455205554,0.40109900032983,0.191487217339348,0.255951455205554,0.344938805905446,0.0941115094230665,0.255951455205554,0.298688216336446,0.239458598573326,0.5,0.255951455205554,0.228869835834052,0.210618487651384,0.5,0.255951455205554,0.296374555242703,0.133045802519173,0.5,0.255951455205554,0.41699165632851,0.138511782435993,0.255951455205554,0.158352038707457,0.164883175695124,0.275411244972488,0.106880435438786,0.255951455205554,0.346995935078235,0.104026251432163,0.5,0.255951455205554,0.411500740891681,0.0473605252282196,0.255951455205554,0.464262038852068,0.0792779232338136,0.255951455205554,0.342498733345015,0.108909317920555,0.255951455205554,0.321942774314574,0.192761091063797,0.0926471460054809,0.031756505578941 -4288,0.255951455205554,0.260019057707889,0.00992896858662386,0.255951455205554,0.236413762484817,0.0751512907009586,0.255951455205554,0.241276527610824,0.112672243242101,0.255951455205554,0.175474234588407,0.151653063012854,0.255951455205554,0.243690003576164,0.0715014721427332,0.255951455205554,0.191202866487985,0.190129907008173,0.5,0.255951455205554,0.140076404365353,0.142584008482847,0.5,0.255951455205554,0.25113243626049,0.122143823894827,0.5,0.255951455205554,0.365533755951069,0.11326109755036,0.255951455205554,0.091603077251077,0.0420862312963001,0.379521364769321,0.0821855371516777,0.255951455205554,0.312833179039173,0.0676580498046419,0.5,0.255951455205554,0.273402483716679,0.0769826946725191,0.255951455205554,0.308019030275065,0.0397558404582688,0.255951455205554,0.291786515633361,0.0617138775870744,0.255951455205554,0.221500769136632,0.16588212226202,0.192266147897147,0.0638392866546796 -4289,0.255951455205554,0.223759920521185,0.00640147939615341,0.255951455205554,0.135516300512332,0.038687159303921,0.255951455205554,0.187611483649778,0.0822721752893643,0.255951455205554,0.247361601849998,0.0788867497168881,0.255951455205554,0.181076315957795,0.0298644904798994,0.255951455205554,0.112406253040352,0.123785775517383,0.5,0.255951455205554,0.0823599864852805,0.0590068716766137,0.5,0.255951455205554,0.159733571283984,0.0802705797553503,0.5,0.255951455205554,0.255962468071687,0.0699301824307076,0.255951455205554,0.0689631871864019,0.00906224480145976,0.107635078611659,0.0077019856650103,0.255951455205554,0.224941026180265,0.0346060917837226,0.5,0.255951455205554,0.153190736594161,0.0277970654138888,0.255951455205554,0.229671405013339,0.0187798719192934,0.255951455205554,0.156482707518798,0.0229338728810306,0.255951455205554,0.163606938768362,0.104457648583192,0.256396245941847,0.128331775624027 -4290,0.255951455205554,0.164343936583618,0.0080052258801185,0.255951455205554,0.0899157084618396,0.0215561192128024,0.255951455205554,0.116629725359215,0.0575539223507463,0.255951455205554,0.0921938242839853,0.054163712164007,0.255951455205554,0.0857076251469128,0.00989993639356529,0.255951455205554,0.060401402441151,0.121957981814482,0.5,0.255951455205554,0.050880207879898,0.013835040000952,0.5,0.255951455205554,0.0857328377666862,0.150207821783972,0.5,0.255951455205554,0.147420090905496,0.079839372292073,0.255951455205554,0.0272365667573143,0.0106744813591864,0.159788444882902,0.00201559711921289,0.255951455205554,0.128462156056807,0.00382458061464265,0.5,0.255951455205554,0.112794305827595,0.00800167567509879,0.255951455205554,0.0862601152198233,0.00227899811568815,0.255951455205554,0.0823271911571566,0.00737393422927431,0.255951455205554,0.0760574323768656,0.0379348502823102,0.205088447491667,0.155971549674947 -4291,0.255951455205554,0.0971236113065758,0.0176893881345797,0.255951455205554,0.0610334827413139,0.0103475792479121,0.255951455205554,0.0703492644383995,0.0375973008396328,0.255951455205554,0.0601474096573081,0.0549093384206474,0.255951455205554,0.0426148418091277,0.00718711684894716,0.255951455205554,0.0192394261258614,0.0505226858742448,0.5,0.255951455205554,0.0156162724632734,0.00579870273528449,0.5,0.255951455205554,0.0297714414045529,0.0711657495706317,0.5,0.255951455205554,0.0613256949252915,0.149073042152962,0.255951455205554,0.00160276336018921,0.00336169750623221,0.0760453551188451,0.0,0.255951455205554,0.0573427631767817,0.00186295383161302,0.5,0.255951455205554,0.0819485996710183,0.00756914823665725,0.255951455205554,0.0444814270597191,0.00216660574399657,0.255951455205554,0.0585674739457296,0.00523771650291529,0.255951455205554,0.0356410567854794,0.0313110129113841,0.1200830247204,0.147815468012972 -4292,0.255951455205554,0.0322001314737098,0.0256980491658644,0.255951455205554,0.00669670717523284,0.00706223714859405,0.255951455205554,0.028981024639957,0.0190658276893643,0.255951455205554,0.0334547692880768,0.0519117672600477,0.255951455205554,0.0137141684270456,0.00616781030059255,0.255951455205554,0.00346637078214064,0.00388308631548816,0.5,0.255951455205554,0.00248790868898389,0.00242373981642803,0.5,0.255951455205554,0.0034255101209693,0.0443027364549128,0.5,0.255951455205554,0.00355096045967783,0.0716322412452071,0.255951455205554,0.000250195025993874,0.00557076558696924,0.0186422131252551,0.000674114431217275,0.255951455205554,0.0162814338311799,0.00497929544462151,0.5,0.255951455205554,0.0302869028245429,0.00145721100207773,0.255951455205554,0.00572226516179164,0.00557392043449908,0.255951455205554,0.0123368200612194,0.00828084407156769,0.255951455205554,0.00505827596377139,0.112799253462438,0.0269981220299421,0.135757571057674 -4293,0.255951455205554,0.0,0.0299355337980935,0.255951455205554,0.0,0.0112856574114564,0.255951455205554,2.21209290158715e-05,0.0117161216744021,0.255951455205554,1.2129318911305e-05,0.0281313708800121,0.255951455205554,5.2495631369613e-07,0.00461793999911498,0.255951455205554,0.0,0.00152868827486587,0.5,0.255951455205554,4.16551605477434e-07,0.00276851859698992,0.5,0.255951455205554,0.0,0.0247920855679369,0.5,0.255951455205554,0.0,0.0606279247858481,0.255951455205554,0.0,0.00942001201803891,0.0,0.00581363266184087,0.255951455205554,0.0,0.00888065637949449,0.5,0.255951455205554,0.0,0.000666374702697892,0.255951455205554,0.0,0.0173085522381638,0.255951455205554,0.0,0.0419523403343027,0.255951455205554,0.0,0.132792374197754,0.0,0.109091147643446 -4294,0.255951455205554,0.0,0.0320995149740753,0.255951455205554,0.0,0.0275285078710087,0.255951455205554,0.0,0.00712009247142967,0.255951455205554,0.0,0.00981869788769162,0.255951455205554,0.0,0.00401346040898178,0.255951455205554,0.0,0.00243021887712376,0.5,0.255951455205554,0.0,0.00630329437216304,0.5,0.255951455205554,0.0,0.0476892074770883,0.5,0.255951455205554,0.0,0.0426571060419654,0.255951455205554,0.0,0.00987384957885862,0.0,0.00113668956198687,0.255951455205554,0.0,0.00433778758979945,0.5,0.255951455205554,0.0,0.000727138708876464,0.255951455205554,0.0,0.129992375142005,0.255951455205554,0.0,0.0500155502739212,0.255951455205554,0.0,0.051949643219967,0.0,0.0694834744324295 -4295,0.255951455205554,0.0,0.0253012959208092,0.255951455205554,0.0,0.0346410891978969,0.255951455205554,0.0,0.00412755501405078,0.255951455205554,0.0,0.00279576373722368,0.255951455205554,0.0,0.00379375120437832,0.255951455205554,0.0,0.00452033927591958,0.5,0.255951455205554,0.0,0.0107471544686094,0.5,0.255951455205554,0.0,0.0789575067725882,0.5,0.255951455205554,0.0,0.0703700155832393,0.255951455205554,0.0,0.011377158581076,0.0,0.00617332553458561,0.255951455205554,0.0,0.015114457191739,0.5,0.255951455205554,0.0,0.000727498951166418,0.255951455205554,0.0,0.214567775604263,0.255951455205554,0.0,0.00775329896171135,0.255951455205554,0.0,0.00486225442634309,0.0,0.0379494783841069 -4296,0.255951455205554,0.0,0.0143356570271568,0.255951455205554,0.0,0.0262725656595587,0.255951455205554,0.0,0.00324268829963147,0.255951455205554,0.0,0.00046714597199149,0.255951455205554,0.0,0.0038033269201298,0.255951455205554,0.0,0.00678006361868215,0.5,0.255951455205554,0.0,0.0119451059856914,0.5,0.255951455205554,0.0,0.0711225062252538,0.5,0.255951455205554,0.0,0.104110645064159,0.255951455205554,0.0,0.00938701763633874,0.0,0.00658469080411842,0.255951455205554,0.0,0.0391582597066675,0.5,0.255951455205554,0.0,0.00147636479734217,0.255951455205554,0.0,0.105290353928791,0.255951455205554,0.0,0.00232406702762645,0.255951455205554,0.0,0.00219185264940842,0.0,0.0191060802365066 -4297,0.255951455205554,0.0,0.00993622170705414,0.255951455205554,0.0,0.0118562630515901,0.255951455205554,0.0,0.00338795554147884,0.255951455205554,0.0,0.000286222563915373,0.255951455205554,0.0,0.00290666125875043,0.255951455205554,0.0,0.00553922106039659,0.5,0.255951455205554,0.0,0.00842259463504005,0.5,0.255951455205554,0.0,0.0326011024888057,0.5,0.255951455205554,0.0,0.0911028192173838,0.255951455205554,0.0,0.00549641964778737,0.0,0.00556367363011168,0.255951455205554,0.0,0.0314274698590947,0.5,0.255951455205554,0.0,0.0060700138635392,0.255951455205554,0.0,0.070716126014804,0.255951455205554,0.0,0.00382411356576352,0.255951455205554,0.0,0.00617310396318777,0.0,0.011515929870381 -4298,0.255951455205554,0.0,0.00955611939593235,0.255951455205554,0.0,0.0048822285880643,0.255951455205554,0.0,0.00409230145948635,0.255951455205554,0.0,0.000208330396909714,0.255951455205554,0.0,0.00307532477954858,0.255951455205554,0.0,0.00183343087026157,0.5,0.255951455205554,0.0,0.00262551951559944,0.5,0.255951455205554,0.0,0.0189891446035377,0.5,0.255951455205554,0.0,0.0622939021470814,0.255951455205554,0.0,0.00393264197182811,0.0,0.00875242291021654,0.255951455205554,0.0,0.00733866400025259,0.5,0.255951455205554,0.0,0.00668026104294293,0.255951455205554,0.0,0.0189642535170022,0.255951455205554,0.0,0.00702255325260976,0.255951455205554,0.0,0.0111405881888413,0.0,0.0074331774166815 -4299,0.255951455205554,0.0,0.00714729419018031,0.255951455205554,0.0,0.00183905675863842,0.255951455205554,0.0,0.00545807861328115,0.255951455205554,0.0,0.00022081951908266,0.255951455205554,0.0,0.00322765844800849,0.255951455205554,0.0,0.0010266011969526,0.5,0.255951455205554,0.0,0.0034839516993971,0.5,0.255951455205554,0.0,0.00724746530620098,0.5,0.255951455205554,0.0,0.0443784922251063,0.255951455205554,0.0,0.00955428429519164,0.0,0.0018844991908904,0.255951455205554,0.0,0.0029359973643017,0.5,0.255951455205554,0.0,0.00630104663318351,0.255951455205554,0.0,0.0210506925175839,0.255951455205554,0.0,0.0120783830414771,0.255951455205554,0.0,0.0139793287905954,0.0,0.00549600906299948 -4300,0.255951455205554,0.0,0.00474012371936544,0.255951455205554,0.0,0.00153616343834964,0.255951455205554,0.0,0.0059680419352716,0.255951455205554,0.0,0.000213543645112341,0.255951455205554,0.0,0.00374863242965431,0.255951455205554,0.0,0.00229069304352328,0.5,0.255951455205554,0.0,0.0106039790894544,0.5,0.255951455205554,0.0,0.00663269589385846,0.5,0.255951455205554,0.0,0.0219560394400827,0.255951455205554,0.0,0.0127649115311592,0.0,0.00123502533375124,0.255951455205554,0.0,0.0063195165932952,0.5,0.255951455205554,0.0,0.0118154987755568,0.255951455205554,0.0,0.03110050381958,0.255951455205554,0.0,0.0151027180619513,0.255951455205554,0.0,0.0134832516129433,0.0,0.00289620890783483 -4301,0.255951455205554,0.00424023890400752,0.00258876941078019,0.255951455205554,0.00270890137736234,0.00301382683950173,0.255951455205554,0.000745014585717088,0.00702073759221454,0.255951455205554,0.0017036536755306,0.000311949094959875,0.255951455205554,6.63090347191061e-05,0.00651000990572836,0.255951455205554,6.26027569594254e-05,0.00461248347053898,0.5,0.255951455205554,0.0,0.014845881534863,0.5,0.255951455205554,0.0,0.0189972081865449,0.5,0.255951455205554,0.000674815932606044,0.0194138549259489,0.255951455205554,0.0,0.0310980873059889,0.000109276894485721,0.000820450706569301,0.255951455205554,0.000322955357641861,0.0110942657288902,0.5,0.255951455205554,0.00182158397154703,0.0163186466289186,0.255951455205554,0.00064160752267323,0.0389221637169598,0.255951455205554,0.000150465755142425,0.0217549475543888,0.255951455205554,0.000449297096266614,0.0125333103016996,0.00542996779210845,0.000781620491616397 -4302,0.255951455205554,0.0551695373415261,0.00229089041314628,0.255951455205554,0.0389557403477943,0.00406006457011493,0.255951455205554,0.0126024145708947,0.0101267844485784,0.255951455205554,0.0269062313304421,0.00237570057231775,0.255951455205554,0.00986913242263299,0.0106264097275399,0.255951455205554,0.0110505225525042,0.00949410139745328,0.5,0.255951455205554,0.00532403261737032,0.0299736245584719,0.5,0.255951455205554,0.00268345749771249,0.0804892029045191,0.5,0.255951455205554,0.0334705462507274,0.0382231059754823,0.255951455205554,0.000499869165752154,0.0858285615971626,0.000178575455268987,0.000497080265295258,0.255951455205554,0.00126485341440957,0.0146467522487905,0.5,0.255951455205554,0.0193560103226859,0.0203941787657506,0.255951455205554,0.0129110077932305,0.0433645675431268,0.255951455205554,0.00498554079900304,0.0414424096822107,0.255951455205554,0.0163250784802998,0.0270927051371814,0.0649283161205852,0.00180207091626834 -4303,0.255951455205554,0.119119800756111,0.00359132391872362,0.255951455205554,0.0845861146114807,0.00981747525466038,0.255951455205554,0.0332244979859512,0.0121319715275174,0.255951455205554,0.0703249178947752,0.00280124955928003,0.255951455205554,0.0315271236267827,0.0163878174172723,0.255951455205554,0.0149561911769832,0.0159888660944287,0.5,0.255951455205554,0.00987318668014099,0.053313727903452,0.5,0.255951455205554,0.0134624661530822,0.119160538175655,0.5,0.255951455205554,0.0749362945715035,0.0601929653563859,0.255951455205554,0.00271908173733491,0.133511810629503,0.000458392224086339,0.00623343194500895,0.255951455205554,0.00679291493681744,0.0203959511958807,0.5,0.255951455205554,0.0500592848233724,0.0321693018569248,0.255951455205554,0.0620234413710305,0.0664121149682517,0.255951455205554,0.0237359975365462,0.0627864437815184,0.255951455205554,0.0370644465001093,0.0494360232384111,0.137670544304046,0.0026669892840201 -4304,0.255951455205554,0.198022745931706,0.00369094142284331,0.255951455205554,0.133278531754962,0.0178194265949921,0.255951455205554,0.057632107518727,0.017577285227806,0.255951455205554,0.110456129281816,0.00834898125294777,0.255951455205554,0.0453139495477005,0.0216996553255288,0.255951455205554,0.0135937021477062,0.0326455456394361,0.5,0.255951455205554,0.0296217363530365,0.116950695048483,0.5,0.255951455205554,0.0253612838348563,0.181282822349508,0.5,0.255951455205554,0.112832148736326,0.0877366391224841,0.255951455205554,0.0320339588708467,0.220354656013822,0.00212343318858803,0.00925502265048808,0.255951455205554,0.0288620934149417,0.0234826211170712,0.5,0.255951455205554,0.0844907242261311,0.0344395892105621,0.255951455205554,0.133986904013638,0.119163950336632,0.255951455205554,0.0368913035947131,0.0665323185357572,0.255951455205554,0.0595112916335573,0.048350017663559,0.227502701525936,0.00615224970852783 -4305,0.255951455205554,0.274216344482578,0.00496301292998727,0.255951455205554,0.204441636060891,0.0224566205820479,0.255951455205554,0.103792181125565,0.0390658427475125,0.255951455205554,0.171420647659254,0.0199553521180628,0.255951455205554,0.0767944178234736,0.0190706870574211,0.255951455205554,0.0417148549325834,0.0677735815893284,0.5,0.255951455205554,0.0639948307729384,0.182475012530496,0.5,0.255951455205554,0.0273325758755742,0.247664963645874,0.5,0.255951455205554,0.140510032495532,0.108749687603021,0.255951455205554,0.0636038845185646,0.291678200730599,0.0043677241062638,0.00862832227443733,0.255951455205554,0.0514133992660593,0.0322631486057084,0.5,0.255951455205554,0.101200271798421,0.0338557178149361,0.255951455205554,0.22021737948679,0.194271728929482,0.255951455205554,0.0682830865155975,0.0826523848165867,0.255951455205554,0.0887787739949926,0.0673980188968238,0.297355542713221,0.00880388672631268 -4306,0.255951455205554,0.373599677563329,0.00277672647832953,0.255951455205554,0.29181538737825,0.0132434853570125,0.255951455205554,0.160464519332688,0.0505055956945094,0.255951455205554,0.295665772616244,0.0217730248106633,0.255951455205554,0.0926190519145146,0.0204204982982045,0.255951455205554,0.0940015152964791,0.127170346588879,0.5,0.255951455205554,0.0877520214083743,0.183887069000738,0.5,0.255951455205554,0.0434965676439188,0.285048285212761,0.5,0.255951455205554,0.163934149321526,0.143568921964421,0.255951455205554,0.0817777621005297,0.395962825134639,0.0106401164409835,0.00671373642353922,0.255951455205554,0.110341026658002,0.0600648388765522,0.5,0.255951455205554,0.0909331515766456,0.0354913958435602,0.255951455205554,0.250019427156405,0.204167566165028,0.255951455205554,0.105449743675583,0.125209742652508,0.255951455205554,0.095216163375265,0.0727512372677293,0.382625380661349,0.0191436803295016 -4307,0.255951455205554,0.461008852575161,0.00283516855696724,0.255951455205554,0.441017259225226,0.00142878626970041,0.255951455205554,0.204916188291355,0.0410301348212739,0.255951455205554,0.376066041840522,0.00598864915865227,0.255951455205554,0.156097816464019,0.0326769869016783,0.255951455205554,0.0929619394836615,0.135942894608826,0.5,0.255951455205554,0.136127789142906,0.231477114313349,0.5,0.255951455205554,0.0658118480863407,0.342346364030548,0.5,0.255951455205554,0.178764474156856,0.198512824399777,0.255951455205554,0.117450714410629,0.494774585506958,0.0363906153666136,0.000802260790711061,0.255951455205554,0.137956591919367,0.101641190442563,0.5,0.255951455205554,0.0978623891063675,0.0383519849525987,0.255951455205554,0.231397841646966,0.160624737451913,0.255951455205554,0.0853472235880383,0.181013412456974,0.255951455205554,0.110916519457202,0.107754075623122,0.432779092778065,0.0494256091479739 -4308,0.255951455205554,0.505550013085785,0.00825812296581788,0.255951455205554,0.495197183567951,0.0036137128105589,0.255951455205554,0.260985065689154,0.0297675604081467,0.255951455205554,0.447657987483721,0.00134196943595674,0.255951455205554,0.161163747752423,0.0650595701333344,0.255951455205554,0.0818784004654741,0.105969160932257,0.5,0.255951455205554,0.158632577246117,0.237286786454069,0.5,0.255951455205554,0.0704163461128147,0.394914553641392,0.5,0.255951455205554,0.186105208380672,0.271168565585583,0.255951455205554,0.27032670945962,0.485300403732344,0.0657443494139047,0.000865094231101531,0.255951455205554,0.123225133877478,0.100321896901218,0.5,0.255951455205554,0.112919386300158,0.0440078915697596,0.255951455205554,0.217985237588534,0.152302555986283,0.255951455205554,0.0614720827050839,0.225292621038194,0.255951455205554,0.0918658939370136,0.131411041986511,0.49585573013345,0.0675679627898682 -4309,0.255951455205554,0.512025583472258,0.0324793810697666,0.255951455205554,0.517997723708916,0.0212642104756824,0.255951455205554,0.278978864937135,0.0223015321857146,0.255951455205554,0.458697019450651,0.00588462729336568,0.255951455205554,0.112397994271382,0.0751399162005198,0.255951455205554,0.0619144083410223,0.0933397707047068,0.5,0.255951455205554,0.212193442945921,0.199476769572673,0.5,0.255951455205554,0.094931640720238,0.365334697563859,0.5,0.255951455205554,0.153510202227303,0.344120473616699,0.255951455205554,0.202869803162091,0.404645967258459,0.0633437216416869,0.00542441054290866,0.255951455205554,0.0917114739485182,0.101841514249925,0.5,0.255951455205554,0.138517053827818,0.0541732554957247,0.255951455205554,0.13372622380843,0.142857812536727,0.255951455205554,0.0352810930828831,0.218432312957348,0.255951455205554,0.0869315896841219,0.147598912151179,0.455175999659899,0.0786562598954414 -4310,0.255951455205554,0.514861973364809,0.0715019980965032,0.255951455205554,0.468546503064603,0.0279136331772652,0.255951455205554,0.249482468066455,0.0241454628139587,0.255951455205554,0.356922507405215,0.016689655725301,0.255951455205554,0.0937267955160563,0.073264226362975,0.255951455205554,0.0898987657934949,0.0762711524164549,0.5,0.255951455205554,0.191627447747096,0.164063852546301,0.5,0.255951455205554,0.133388172962291,0.376015720391767,0.5,0.255951455205554,0.114096285446193,0.417457764123686,0.255951455205554,0.121332246764683,0.328234461625357,0.0587241915475806,0.0278018707127421,0.255951455205554,0.0851957479400193,0.0858027576129994,0.5,0.255951455205554,0.158604775872592,0.0538330170771618,0.255951455205554,0.0822570872960052,0.10946156124419,0.255951455205554,0.0310080728917936,0.248681146151016,0.255951455205554,0.059115097376054,0.188034033138235,0.52041454693693,0.125861963328034 -4311,0.255951455205554,0.442253069586314,0.114938785239386,0.255951455205554,0.339265419638525,0.0452072074975802,0.255951455205554,0.208172180926496,0.0353698667235916,0.255951455205554,0.308462615496927,0.0395289284396774,0.255951455205554,0.0639443281376794,0.0742815367567844,0.255951455205554,0.151522901121576,0.05346486987749,0.5,0.255951455205554,0.118058763851261,0.1575701532856,0.5,0.255951455205554,0.137256762245111,0.419229652767924,0.5,0.255951455205554,0.099670488264191,0.47208108953243,0.255951455205554,0.132253971106739,0.375276979480439,0.0488337202901927,0.0536465871542149,0.255951455205554,0.051539197060223,0.078723199213796,0.5,0.255951455205554,0.150266406118971,0.048955011130929,0.255951455205554,0.0732152245215519,0.100975403806798,0.255951455205554,0.0327417224675171,0.3003454385773,0.255951455205554,0.0449292408627324,0.186764441572163,0.349239329438584,0.189521936866294 -4312,0.255951455205554,0.356793923064533,0.171068001925232,0.255951455205554,0.223200379665745,0.0649913397105357,0.255951455205554,0.158414902041812,0.0535297879773191,0.255951455205554,0.168154597207113,0.0661519857212499,0.255951455205554,0.0621839400022955,0.0686790878570894,0.255951455205554,0.0942464818755184,0.0512856424810578,0.5,0.255951455205554,0.0685109687147488,0.147642624528732,0.5,0.255951455205554,0.104356763741039,0.398242162115884,0.5,0.255951455205554,0.080268365265004,0.510407302017213,0.255951455205554,0.145069446082205,0.373406497614299,0.0332184967620724,0.0693914074855875,0.255951455205554,0.0558839582172814,0.0950273929016815,0.5,0.255951455205554,0.112378029515696,0.0537070515461094,0.255951455205554,0.0680859036568813,0.135897800460589,0.255951455205554,0.0258295083015493,0.288738810475992,0.255951455205554,0.0347146662145347,0.179949900712436,0.24868488831959,0.241477779870809 -4313,0.255951455205554,0.29062939451718,0.231989118347068,0.255951455205554,0.144457965979217,0.102832472727925,0.255951455205554,0.113178175768934,0.0727672140821239,0.255951455205554,0.107261665975544,0.0842289045304137,0.255951455205554,0.0581651448050828,0.0662425346993713,0.255951455205554,0.0509629768801858,0.0559262791512221,0.5,0.255951455205554,0.0914812175073827,0.143689456753024,0.5,0.255951455205554,0.0687081755411839,0.354058954834207,0.5,0.255951455205554,0.0597869025886626,0.488320434674321,0.255951455205554,0.101497727194461,0.403844534149798,0.0302662952358281,0.093265289811175,0.255951455205554,0.0375118338575058,0.105306396479334,0.5,0.255951455205554,0.0890205804697891,0.0566360526182393,0.255951455205554,0.0375374143124268,0.187656580988122,0.255951455205554,0.0130994857545778,0.23303582942812,0.255951455205554,0.0304863606022375,0.163187666385855,0.257346300433949,0.299539996666889 -4314,0.255951455205554,0.186045737871215,0.245207405857164,0.255951455205554,0.100784188247659,0.164048311209739,0.255951455205554,0.0795055058097319,0.0906571505384388,0.255951455205554,0.0649388050149592,0.081382388492065,0.255951455205554,0.0409203051239743,0.0566996465852586,0.255951455205554,0.0281520373250524,0.0619039615957815,0.5,0.255951455205554,0.0843494285049736,0.158624472730654,0.5,0.255951455205554,0.0566155662885862,0.301598109439647,0.5,0.255951455205554,0.036300808558747,0.397396154810658,0.255951455205554,0.0602551267849084,0.329349502986394,0.0106155666955897,0.088539960778601,0.255951455205554,0.0144201420522678,0.108732612569911,0.5,0.255951455205554,0.0640605293012191,0.0368170502958977,0.255951455205554,0.0160259985859944,0.245300757811839,0.255951455205554,0.00833342073578453,0.171536268232136,0.255951455205554,0.0311345535408087,0.134105705821256,0.156993910424164,0.314342952959896 -4315,0.255951455205554,0.105836380269013,0.203659393273946,0.255951455205554,0.0687885190003359,0.279901697540643,0.255951455205554,0.0372050405683986,0.104188201462929,0.255951455205554,0.0318575699791451,0.0806403212849497,0.255951455205554,0.0225356903652745,0.0401841578130324,0.255951455205554,0.0202297384081821,0.0514976822048925,0.5,0.255951455205554,0.0520921586734497,0.133243598085437,0.5,0.255951455205554,0.0258843554327927,0.253169403806338,0.5,0.255951455205554,0.0145041691718737,0.323373504323917,0.255951455205554,0.0348622479457054,0.280859641189787,0.00206516842049707,0.0958352765765469,0.255951455205554,0.00554046834409751,0.117695710183272,0.5,0.255951455205554,0.0307958369443944,0.0368710973808206,0.255951455205554,0.00587604653370534,0.290140497048095,0.255951455205554,0.00499366843858151,0.12025425813107,0.255951455205554,0.016355973233065,0.0932726106427492,0.0563856491150545,0.309181415683834 -4316,0.255951455205554,0.044602919855412,0.129744262282586,0.255951455205554,0.0138118008557424,0.304828720943781,0.255951455205554,0.0179757549556148,0.10212879959098,0.255951455205554,0.0295334663459749,0.0718142450637082,0.255951455205554,0.0108756922091623,0.0248766686451114,0.255951455205554,0.00968367290053727,0.0387277487197744,0.5,0.255951455205554,0.0127724117227128,0.0975832427136803,0.5,0.255951455205554,0.00771900013954071,0.187177445491576,0.5,0.255951455205554,0.0019998400033928,0.253601129389374,0.255951455205554,0.0027838559340623,0.165919520532575,0.000309381511443922,0.11109717756871,0.255951455205554,0.00126106723591654,0.138900219235922,0.5,0.255951455205554,0.0112083058846616,0.031416966991319,0.255951455205554,0.000539807216812348,0.308283057738278,0.255951455205554,0.00193501308824679,0.0816939551561417,0.255951455205554,0.00407183635032447,0.0594206243274418,0.0447442553684548,0.293058377278076 -4317,0.255951455205554,1.14393084606411e-06,0.0975427345839745,0.255951455205554,0.0,0.186662604786479,0.255951455205554,0.0,0.0803017796799651,0.255951455205554,0.0,0.0558170327432115,0.255951455205554,6.76207695057266e-05,0.0151465515646511,0.255951455205554,0.0,0.0240054738642324,0.5,0.255951455205554,0.0,0.0697498588155903,0.5,0.255951455205554,0.0,0.145550101804659,0.5,0.255951455205554,0.0,0.195861606388809,0.255951455205554,0.0,0.125521576114083,0.0,0.163503040228713,0.255951455205554,0.0,0.164746841344543,0.5,0.255951455205554,5.84703957217502e-07,0.0229784281997812,0.255951455205554,0.0,0.325697474656388,0.255951455205554,0.0,0.0638657229947761,0.255951455205554,0.0,0.0350707942345888,0.0,0.258624616742492 -4318,0.255951455205554,0.0,0.103932934504601,0.255951455205554,0.0,0.118125092289991,0.255951455205554,0.0,0.0661639337174682,0.255951455205554,0.0,0.0551181887559319,0.255951455205554,0.0,0.0158185746426135,0.255951455205554,0.0,0.0178039668338015,0.5,0.255951455205554,0.0,0.0629997517309754,0.5,0.255951455205554,0.0,0.143021943600386,0.5,0.255951455205554,0.0,0.176917546753923,0.255951455205554,0.0,0.117845199282593,0.0,0.256145892955146,0.255951455205554,0.0,0.189592463782915,0.5,0.255951455205554,0.0,0.0237908279943617,0.255951455205554,0.0,0.32175986923425,0.255951455205554,0.0,0.053250061269357,0.255951455205554,0.0,0.0288014922678565,0.0,0.216827266746964 -4319,0.255951455205554,0.0,0.108589451552723,0.255951455205554,0.0,0.0923538086921815,0.255951455205554,0.0,0.0605911929054598,0.255951455205554,0.0,0.0605642623130633,0.255951455205554,0.0,0.0211303080816645,0.255951455205554,0.0,0.0135648850521703,0.5,0.255951455205554,0.0,0.070685088349637,0.5,0.255951455205554,0.0,0.138005015826702,0.5,0.255951455205554,0.0,0.167499676047782,0.255951455205554,0.0,0.123518811613499,0.0,0.272380502588582,0.255951455205554,0.0,0.194669028110722,0.5,0.255951455205554,0.0,0.0270270007990585,0.255951455205554,0.0,0.256410536796658,0.255951455205554,0.0,0.0445887185825371,0.255951455205554,0.0,0.0294910647787318,0.0,0.199672963186239 -4320,0.255951455205554,0.0,0.102071567506349,0.255951455205554,0.0,0.073586419965764,0.255951455205554,0.0,0.0592507157505567,0.255951455205554,0.0,0.0653774012558813,0.255951455205554,0.0,0.0310745375810882,0.255951455205554,0.0,0.012798805319401,0.5,0.255951455205554,0.0,0.0827965218000145,0.5,0.255951455205554,0.0,0.132455781564233,0.5,0.255951455205554,0.0,0.161693531817148,0.255951455205554,0.0,0.12564497275465,0.0,0.152993512233196,0.255951455205554,0.0,0.176061688940661,0.5,0.255951455205554,0.0,0.0301664524241298,0.255951455205554,0.0,0.220460652865351,0.255951455205554,0.0,0.0371541869548858,0.255951455205554,0.0,0.0331883749754057,0.0,0.191536923516018 -4321,0.255951455205554,0.0,0.089838630880482,0.255951455205554,0.0,0.0665841669949595,0.255951455205554,0.0,0.0638426428105823,0.255951455205554,0.0,0.0722166811038977,0.255951455205554,0.0,0.0382075341269168,0.255951455205554,0.0,0.0146654081738675,0.5,0.255951455205554,0.0,0.0920342797830097,0.5,0.255951455205554,0.0,0.113924835788038,0.5,0.255951455205554,0.0,0.170842682084306,0.255951455205554,0.0,0.116574786520583,0.0,0.0729362725126367,0.255951455205554,0.0,0.132865552221416,0.5,0.255951455205554,0.0,0.0342498186992843,0.255951455205554,0.0,0.199105535367818,0.255951455205554,0.0,0.0356330274736874,0.255951455205554,0.0,0.024503288109674,0.0,0.192368193246939 -4322,0.255951455205554,0.0,0.0849916240739979,0.255951455205554,0.0,0.0674042250288205,0.255951455205554,0.0,0.0690485636892145,0.255951455205554,0.0,0.0802098412356171,0.255951455205554,0.0,0.0420768047776583,0.255951455205554,0.0,0.0178480414180538,0.5,0.255951455205554,0.0,0.0922203905670325,0.5,0.255951455205554,0.0,0.10180800676422,0.5,0.255951455205554,0.0,0.172464368965165,0.255951455205554,0.0,0.104276449733477,0.0,0.0523376373330287,0.255951455205554,0.0,0.0955664438256471,0.5,0.255951455205554,0.0,0.0377150320707019,0.255951455205554,0.0,0.147055954997621,0.255951455205554,0.0,0.0403153888362557,0.255951455205554,0.0,0.021102671252173,0.0,0.217885942571857 -4323,0.255951455205554,0.0,0.0813308566706071,0.255951455205554,0.0,0.0592374828519164,0.255951455205554,0.0,0.0680654432928791,0.255951455205554,0.0,0.0830052163789378,0.255951455205554,0.0,0.0532172159693929,0.255951455205554,0.0,0.0242647123124413,0.5,0.255951455205554,0.0,0.090903514309317,0.5,0.255951455205554,0.0,0.0927945037058048,0.5,0.255951455205554,0.0,0.159017434589557,0.255951455205554,0.0,0.098339148458187,0.0,0.0522864481121612,0.255951455205554,0.0,0.0757750392445783,0.5,0.255951455205554,0.0,0.0380969423500559,0.255951455205554,0.0,0.117679325189281,0.255951455205554,0.0,0.0487440591518127,0.255951455205554,0.0,0.0155802475122339,0.0,0.253914736508494 -4324,0.255951455205554,0.0,0.0714773768948092,0.255951455205554,0.0,0.0517035584933276,0.255951455205554,0.0,0.0639266779120013,0.255951455205554,0.0,0.0795401383311362,0.255951455205554,0.0,0.0758243965266556,0.255951455205554,0.0,0.0375611232812201,0.5,0.255951455205554,0.0,0.0778989322566805,0.5,0.255951455205554,0.0,0.0892888369860261,0.5,0.255951455205554,0.0,0.132067058180692,0.255951455205554,0.0,0.0924546325350983,0.0,0.052804631542714,0.255951455205554,0.0,0.0631630989261595,0.5,0.255951455205554,0.0,0.0428342377244183,0.255951455205554,0.0,0.0756603223638476,0.255951455205554,0.0,0.0504073361360843,0.255951455205554,0.0,0.0115798779854454,0.0,0.253768766687517 -4325,0.255951455205554,0.00265685899387805,0.065557601488007,0.255951455205554,0.00396964245446936,0.0531434119087985,0.255951455205554,0.00177115789858739,0.0595076619410419,0.255951455205554,0.00262892369419074,0.0747116030217486,0.255951455205554,3.98571985112198e-05,0.0946492648552442,0.255951455205554,2.92875322055407e-05,0.0493679941665163,0.5,0.255951455205554,0.0,0.06339081234002,0.5,0.255951455205554,0.0,0.0931547492243059,0.5,0.255951455205554,0.000221780524237235,0.110461699547495,0.255951455205554,0.0,0.0792085570175285,0.00509946245542816,0.0564631617345307,0.255951455205554,0.00434508493000069,0.060769040922473,0.5,0.255951455205554,0.0101191336378453,0.0438230298520269,0.255951455205554,0.00308733016628106,0.0491937693432532,0.255951455205554,0.00346555275268351,0.044482978394307,0.255951455205554,0.00151593876927176,0.00928102042333184,0.00120756218695163,0.215318954637857 -4326,0.255951455205554,0.0301276826739604,0.0812295921861309,0.255951455205554,0.0590493691004057,0.0651167147436823,0.255951455205554,0.0431221028888143,0.0606036564126331,0.255951455205554,0.0521180088486693,0.0724702826053409,0.255951455205554,0.00871364069701447,0.118810710296148,0.255951455205554,0.0112184733670809,0.0876630825177413,0.5,0.255951455205554,0.0219171646705808,0.0667887504726117,0.5,0.255951455205554,0.0157546822257808,0.12309447689914,0.5,0.255951455205554,0.0224598600627255,0.125451837585802,0.255951455205554,0.0162620623690267,0.0664283990504223,0.0580460850174726,0.0761879117503159,0.255951455205554,0.0561115829368357,0.0798016315759858,0.5,0.255951455205554,0.0688521411657634,0.0555243023552322,0.255951455205554,0.0525466976174396,0.0520490411383273,0.255951455205554,0.0560376140446963,0.0426710820212788,0.255951455205554,0.0305677890515672,0.0113211135032346,0.00647543896770521,0.183126836502284 -4327,0.255951455205554,0.0638311914087516,0.126675549707661,0.255951455205554,0.133886834317707,0.113129284325242,0.255951455205554,0.108347026018426,0.0901407772895224,0.255951455205554,0.124127457194058,0.115715475882956,0.255951455205554,0.0328577645876301,0.137849988391802,0.255951455205554,0.0637363828511382,0.170797287936019,0.5,0.255951455205554,0.0808559498342327,0.165089623085585,0.5,0.255951455205554,0.0481291021810534,0.253751403628082,0.5,0.255951455205554,0.0652721974493011,0.170680559915791,0.255951455205554,0.0997023013818919,0.153116100091121,0.134428136810855,0.130734293521305,0.255951455205554,0.134329703796718,0.132236192865137,0.5,0.255951455205554,0.147001803060668,0.120410732550914,0.255951455205554,0.126391700824367,0.0945970984807174,0.255951455205554,0.131897442153676,0.0737062745376312,0.255951455205554,0.0764807889644907,0.0246429908590703,0.0303241181225391,0.217340850936781 -4328,0.255951455205554,0.0951608766083047,0.172838115865135,0.255951455205554,0.246110349177774,0.178697324377607,0.255951455205554,0.203869391310607,0.171569175252032,0.255951455205554,0.23445226031015,0.211423874342125,0.255951455205554,0.0797521434011799,0.14842111019487,0.255951455205554,0.156715828966605,0.232324721862573,0.5,0.255951455205554,0.165551827765039,0.298836521564131,0.5,0.255951455205554,0.0782346095056773,0.336930543504624,0.5,0.255951455205554,0.122570341766789,0.258381048604789,0.255951455205554,0.21444322757043,0.31711213921793,0.24109362970864,0.172552086094472,0.255951455205554,0.236005002152724,0.175524665808416,0.5,0.255951455205554,0.2349879888126,0.181190254116388,0.255951455205554,0.221669790961904,0.137214014947611,0.255951455205554,0.233912863248615,0.0895286474452512,0.255951455205554,0.161187273050531,0.0674317984243145,0.0705966524735334,0.25959891213943 -4329,0.255951455205554,0.127265658638717,0.201050745075346,0.255951455205554,0.344145734700535,0.260086344507948,0.255951455205554,0.31429112318216,0.240605964759626,0.255951455205554,0.35046159136412,0.297766907857105,0.255951455205554,0.16786504544847,0.155128293697327,0.255951455205554,0.218418318448873,0.267137589288619,0.5,0.255951455205554,0.249663991848378,0.300570380512862,0.5,0.255951455205554,0.123625617004809,0.389398801678805,0.5,0.255951455205554,0.168411133431081,0.315865483383794,0.255951455205554,0.338570750119516,0.35890544586405,0.363366724984462,0.197082059752669,0.255951455205554,0.333889714789043,0.174765858162376,0.5,0.255951455205554,0.2972790982425,0.222489362995147,0.255951455205554,0.310511472315435,0.14267870422907,0.255951455205554,0.320304593344897,0.0913684597517391,0.255951455205554,0.233403761877584,0.118438357452935,0.109825482954482,0.327614263193407 -4330,0.255951455205554,0.120746381296912,0.208249564699578,0.255951455205554,0.374897957181662,0.301323310013676,0.255951455205554,0.44114159337482,0.267260837103659,0.255951455205554,0.483896733999806,0.325605972655493,0.255951455205554,0.292825755909848,0.146053556422944,0.255951455205554,0.270795950841223,0.270578082540738,0.5,0.255951455205554,0.35919193121028,0.32684625740765,0.5,0.255951455205554,0.176068613726645,0.393982559409192,0.5,0.255951455205554,0.214262116822968,0.402906605845707,0.255951455205554,0.463304754310221,0.361998366338149,0.497289881923984,0.201501444212,0.255951455205554,0.451928691741294,0.192326643303385,0.5,0.255951455205554,0.344542586883889,0.262067212469225,0.255951455205554,0.398156448254201,0.097939030223382,0.255951455205554,0.386833601099568,0.121809973536328,0.255951455205554,0.331391259063206,0.219774332384313,0.176970583839027,0.376256852229784 -4331,0.255951455205554,0.120291155140497,0.193937323457607,0.255951455205554,0.204155272260191,0.305254600384203,0.255951455205554,0.534040840816694,0.298631444701203,0.255951455205554,0.596639354621204,0.354038536407288,0.255951455205554,0.448700884856609,0.172455682083799,0.255951455205554,0.34256483902162,0.2472405981423,0.5,0.255951455205554,0.411250236067959,0.403487905601391,0.5,0.255951455205554,0.264250112360018,0.377756768701785,0.5,0.255951455205554,0.239062839233956,0.458368564952494,0.255951455205554,0.546855044269862,0.455341650752342,0.577758148677857,0.240763614700447,0.255951455205554,0.511124818399041,0.223563616687586,0.5,0.255951455205554,0.326981636114479,0.309195312519799,0.255951455205554,0.410488929428198,0.0909773741004127,0.255951455205554,0.455257128432925,0.166285539029867,0.255951455205554,0.270927546833328,0.274544704731351,0.165684040699841,0.481692294244952 -4332,0.255951455205554,0.12307578036076,0.171272481689282,0.255951455205554,0.178823635767194,0.358948098010102,0.255951455205554,0.580529651742878,0.339085437756341,0.255951455205554,0.610529365924812,0.373247344077227,0.255951455205554,0.572251805147509,0.221255251659574,0.255951455205554,0.376877818482949,0.248101829105712,0.5,0.255951455205554,0.488459517258981,0.428448527697543,0.5,0.255951455205554,0.32103452094422,0.362009260568173,0.5,0.255951455205554,0.258608930602729,0.461093667606193,0.255951455205554,0.574972129292413,0.485646368210798,0.540976458100787,0.313020566939621,0.255951455205554,0.499681072639922,0.230326622978035,0.5,0.255951455205554,0.248219835468649,0.30214053587146,0.255951455205554,0.388908448822746,0.112140782425439,0.255951455205554,0.406921083941885,0.17997819089315,0.255951455205554,0.183022543565004,0.245480486259035,0.108595793748584,0.577877497442873 -4333,0.255951455205554,0.126175575174348,0.164391497392095,0.255951455205554,0.174201832666543,0.400635456042432,0.255951455205554,0.581738669967864,0.398839867475209,0.255951455205554,0.573489691461004,0.38062127012761,0.255951455205554,0.640505599507431,0.248385925130119,0.255951455205554,0.388843322753984,0.267264136791993,0.5,0.255951455205554,0.582311539492155,0.414762372276305,0.5,0.255951455205554,0.393993671371069,0.391752287843801,0.5,0.255951455205554,0.242092861840593,0.493255277117135,0.255951455205554,0.570774662366637,0.402479900362695,0.372363219730322,0.261128974953933,0.255951455205554,0.42057588514117,0.245532932752919,0.5,0.255951455205554,0.178665461440284,0.277184778378884,0.255951455205554,0.38867548373331,0.145126840863352,0.255951455205554,0.359417453720117,0.199622884996678,0.255951455205554,0.227792138106558,0.290109812343029,0.115177868701361,0.596425620161274 -4334,0.255951455205554,0.122730431818856,0.167018661795437,0.255951455205554,0.207001531561689,0.37489830913031,0.255951455205554,0.549495618646803,0.449571960091582,0.255951455205554,0.549662042481306,0.418388916528713,0.255951455205554,0.647010405638962,0.270668081736501,0.255951455205554,0.440214992270342,0.308304212176742,0.5,0.255951455205554,0.611162461938716,0.356344534771766,0.5,0.255951455205554,0.429074318916591,0.361198475146995,0.5,0.255951455205554,0.2531182343185,0.458768663252482,0.255951455205554,0.587965132183532,0.314224625394657,0.369978776327879,0.265008531554648,0.255951455205554,0.360089586953651,0.275452591810258,0.5,0.255951455205554,0.137692051063659,0.274772003375454,0.255951455205554,0.333589392150662,0.183504588849675,0.255951455205554,0.392213197912774,0.24157934781881,0.255951455205554,0.202463315515245,0.271547361832309,0.11512717784402,0.538456708958414 -4335,0.255951455205554,0.117905901838717,0.160897996313633,0.255951455205554,0.212677642934913,0.371178331641365,0.255951455205554,0.497051285458378,0.485952845563553,0.255951455205554,0.585344572968105,0.422843707585339,0.255951455205554,0.588948186756981,0.297257011884198,0.255951455205554,0.456029746657148,0.284723843721649,0.5,0.255951455205554,0.539903545090679,0.29584580002752,0.5,0.255951455205554,0.471927725662917,0.407215304581853,0.5,0.255951455205554,0.248871589987179,0.365728161352182,0.255951455205554,0.597538612335103,0.294441688854431,0.244711849951605,0.306130945904921,0.255951455205554,0.301331949154125,0.285683429898891,0.5,0.255951455205554,0.137783511597382,0.280115611087787,0.255951455205554,0.290051955932226,0.210023181502688,0.255951455205554,0.315170006041112,0.257635345006018,0.255951455205554,0.195254663157245,0.255079143182593,0.101404560475673,0.487253281652003 -4336,0.255951455205554,0.130029996483659,0.128861579186256,0.255951455205554,0.159842566716795,0.374414546566998,0.255951455205554,0.428930704800342,0.476275361572299,0.255951455205554,0.4986703669135,0.374766870686624,0.255951455205554,0.475113307649945,0.3522496066287,0.255951455205554,0.446990737754167,0.224624010174259,0.5,0.255951455205554,0.444522523119948,0.253690648158259,0.5,0.255951455205554,0.400484269770162,0.410256598435529,0.5,0.255951455205554,0.223053160460227,0.298740122260615,0.255951455205554,0.485196027455534,0.260357823324676,0.10013264931542,0.216009980751217,0.255951455205554,0.233489989372254,0.280971833830944,0.5,0.255951455205554,0.0978180537736343,0.257900836117572,0.255951455205554,0.21619145270287,0.200374263823599,0.255951455205554,0.192032562373129,0.230849705657636,0.255951455205554,0.177774845058505,0.19227328549596,0.0950107178834698,0.472047972875927 -4337,0.255951455205554,0.151851720447961,0.0857911285275383,0.255951455205554,0.107473567767811,0.344351222007392,0.255951455205554,0.335744895021457,0.426225276910996,0.255951455205554,0.385400151872511,0.295221612590615,0.255951455205554,0.343360634080387,0.370373255156062,0.255951455205554,0.34298380601713,0.174602962923463,0.5,0.255951455205554,0.313477383673204,0.198221495806621,0.5,0.255951455205554,0.31320027807086,0.30391472178156,0.5,0.255951455205554,0.177716351066872,0.213605345012148,0.255951455205554,0.29529899425476,0.216043190321008,0.257779330775301,0.314597845790018,0.255951455205554,0.194868343703322,0.283763965334589,0.5,0.255951455205554,0.0710448245302003,0.23163563605881,0.255951455205554,0.115919796972741,0.171340006542552,0.255951455205554,0.191900228509944,0.186745293900254,0.255951455205554,0.181457833743122,0.150750933568585,0.145304246064013,0.46884569603499 -4338,0.255951455205554,0.136894513484262,0.0663560623634252,0.255951455205554,0.0701038579998978,0.200454845895755,0.255951455205554,0.227181399954987,0.380928504029948,0.255951455205554,0.256973368209989,0.251539890186652,0.255951455205554,0.228097783738897,0.294784456410966,0.255951455205554,0.24345119056545,0.119744683328866,0.5,0.255951455205554,0.217579601565248,0.12805107541891,0.5,0.255951455205554,0.218305633881258,0.156039042355769,0.5,0.255951455205554,0.122533356994922,0.105449469941905,0.255951455205554,0.149522170006554,0.172972070085279,0.111059455010792,0.266265925403637,0.255951455205554,0.129109807128031,0.249137522868383,0.5,0.255951455205554,0.0388370277749535,0.211637853396918,0.255951455205554,0.0775119631162152,0.131547709213003,0.255951455205554,0.161616180276234,0.148963007542656,0.255951455205554,0.14945547199188,0.121877258332668,0.0382776144869802,0.433235304705233 -4339,0.255951455205554,0.0791625411945001,0.0524293563856944,0.255951455205554,0.0745899183937391,0.0793096180123158,0.255951455205554,0.122872277489825,0.306372093260459,0.255951455205554,0.119376213845957,0.260810365931129,0.255951455205554,0.115547754538533,0.205525485206912,0.255951455205554,0.128974651252852,0.0492417061290408,0.5,0.255951455205554,0.11828908463691,0.0511880395056769,0.5,0.255951455205554,0.105901158462568,0.0404479795989253,0.5,0.255951455205554,0.0650062552900816,0.0426615521037355,0.255951455205554,0.0390767314357283,0.0965909680901095,0.0852112756247643,0.200728678954601,0.255951455205554,0.0487450580223229,0.171592752325187,0.5,0.255951455205554,0.0152004202637231,0.184910712955471,0.255951455205554,0.0408804765754496,0.0931667561898017,0.255951455205554,0.0947554301701749,0.105732417006812,0.255951455205554,0.0987601521456764,0.0690189264300533,0.0192046069518068,0.367179117949433 -4340,0.255951455205554,0.0248776934992504,0.0490602621570253,0.255951455205554,0.0330606421085749,0.0197199370964737,0.255951455205554,0.0408477049743475,0.207484887205871,0.255951455205554,0.0292280196772415,0.248668853544176,0.255951455205554,0.0362056519170804,0.117893264997121,0.255951455205554,0.0321528790687027,0.0389885196438619,0.5,0.255951455205554,0.0314011933724763,0.0273155076488765,0.5,0.255951455205554,0.0226960797420917,0.0130281885751302,0.5,0.255951455205554,0.00792731145553429,0.0201936747806697,0.255951455205554,0.0258796955691879,0.0282411994586666,0.0266155299197423,0.069109791007502,0.255951455205554,0.0127589636952139,0.102427689621229,0.5,0.255951455205554,0.00298260190620471,0.137735380439444,0.255951455205554,0.0065082756288582,0.0566366490544287,0.255951455205554,0.020893479348819,0.0776968145565588,0.255951455205554,0.0247449433713363,0.051015580908241,0.00851578796857756,0.349211466031867 -4341,0.255951455205554,9.29084108566825e-05,0.0537431557659961,0.255951455205554,0.0,0.00162197058083581,0.255951455205554,0.0,0.130659999744094,0.255951455205554,0.0,0.20444840963363,0.255951455205554,0.0,0.0712243584371696,0.255951455205554,0.0,0.0262652042794786,0.5,0.255951455205554,0.0,0.0220616264648273,0.5,0.255951455205554,0.0,0.00775021505824189,0.5,0.255951455205554,0.0,0.0135152616983767,0.255951455205554,0.0,0.0180575399377936,0.0,0.0411158669849684,0.255951455205554,0.0,0.0791025074889412,0.5,0.255951455205554,0.0,0.106507060710352,0.255951455205554,0.0,0.0396502876242153,0.255951455205554,0.0,0.069451780998019,0.255951455205554,0.0,0.0521115912744912,0.000601060336504495,0.358002265913355 -4342,0.255951455205554,0.0,0.0518959051932534,0.255951455205554,0.0,0.00317585298531874,0.255951455205554,0.0,0.0983839164267507,0.255951455205554,0.0,0.170090984806764,0.255951455205554,0.0,0.0533246132958438,0.255951455205554,0.0,0.0170919027943797,0.5,0.255951455205554,0.0,0.0171690327160452,0.5,0.255951455205554,0.0,0.00543559066007538,0.5,0.255951455205554,0.0,0.0119029386085656,0.255951455205554,0.0,0.0111088044856352,0.0,0.0432020268252953,0.255951455205554,0.0,0.0806950877542781,0.5,0.255951455205554,0.0,0.10463359042029,0.255951455205554,0.0,0.0314236775014076,0.255951455205554,0.0,0.0566455225689988,0.255951455205554,0.0,0.0355180104852893,0.0,0.371002454380185 -4343,0.255951455205554,0.0,0.0461148522146127,0.255951455205554,0.0,0.0187688620305702,0.255951455205554,0.0,0.0849118955025604,0.255951455205554,0.0,0.145894303123486,0.255951455205554,0.0,0.0389250418953282,0.255951455205554,0.0,0.0104756476602362,0.5,0.255951455205554,0.0,0.0137890653989478,0.5,0.255951455205554,0.0,0.00404816921218254,0.5,0.255951455205554,0.0,0.0110041994259437,0.255951455205554,0.0,0.00768023161175259,0.0,0.0408826121648204,0.255951455205554,0.0,0.0831711111693068,0.5,0.255951455205554,0.0,0.105604760265061,0.255951455205554,0.0,0.0304854010407159,0.255951455205554,0.0,0.0442723493947123,0.255951455205554,0.0,0.0217243755654791,0.0,0.375568198425349 -4344,0.255951455205554,0.0,0.0560238010771172,0.255951455205554,0.0,0.0432578832529871,0.255951455205554,0.0,0.0802356916811698,0.255951455205554,0.0,0.123173519691286,0.255951455205554,0.0,0.0303796507431342,0.255951455205554,0.0,0.00540524353309751,0.5,0.255951455205554,0.0,0.0113190153082858,0.5,0.255951455205554,0.0,0.00281036329128008,0.5,0.255951455205554,0.0,0.00956734977228544,0.255951455205554,0.0,0.00518577004570671,0.0,0.0624307601467837,0.255951455205554,0.0,0.0781433534613646,0.5,0.255951455205554,0.0,0.10822339695123,0.255951455205554,0.0,0.0307718569502189,0.255951455205554,0.0,0.0309313525935159,0.255951455205554,0.0,0.0155417999130665,0.0,0.352903246715583 -4345,0.255951455205554,0.0,0.0755473573378962,0.255951455205554,0.0,0.0723631036325914,0.255951455205554,0.0,0.0828296125834997,0.255951455205554,0.0,0.120139330709922,0.255951455205554,0.0,0.0283721326614236,0.255951455205554,0.0,0.00288157098254205,0.5,0.255951455205554,0.0,0.00840036247717712,0.5,0.255951455205554,0.0,0.00231886173567338,0.5,0.255951455205554,0.0,0.00732615561471474,0.255951455205554,0.0,0.00350534304468122,0.0,0.104394590646929,0.255951455205554,0.0,0.0727294651928455,0.5,0.255951455205554,0.0,0.0863335965977514,0.255951455205554,0.0,0.0312130342697748,0.255951455205554,0.0,0.0211707737388994,0.255951455205554,0.0,0.0116072638861757,0.0,0.346526587777578 -4346,0.255951455205554,0.0,0.0936889152184601,0.255951455205554,0.0,0.0943092100290474,0.255951455205554,0.0,0.0882611472741135,0.255951455205554,0.0,0.139952569795273,0.255951455205554,0.0,0.0261581510501977,0.255951455205554,0.0,0.00286131682366989,0.5,0.255951455205554,0.0,0.00732333821185763,0.5,0.255951455205554,0.0,0.00166397036875038,0.5,0.255951455205554,0.0,0.00532850638049004,0.255951455205554,0.0,0.00402384153184612,0.0,0.15377089028185,0.255951455205554,0.0,0.0742250998174075,0.5,0.255951455205554,0.0,0.067095976557231,0.255951455205554,0.0,0.0306517918653488,0.255951455205554,0.0,0.0156402814781475,0.255951455205554,0.0,0.00751252893697134,0.0,0.360574415122608 -4347,0.255951455205554,0.0,0.105198019104487,0.255951455205554,0.0,0.102732867444388,0.255951455205554,0.0,0.0939907593372475,0.255951455205554,0.0,0.158439672567961,0.255951455205554,0.0,0.0199625764186765,0.255951455205554,0.0,0.00405425922119183,0.5,0.255951455205554,0.0,0.00637965841639749,0.5,0.255951455205554,0.0,0.00103235855782525,0.5,0.255951455205554,0.0,0.00365030151915711,0.255951455205554,0.0,0.00512229526427479,0.0,0.161210074728414,0.255951455205554,0.0,0.0691831275259905,0.5,0.255951455205554,0.0,0.0622610083250213,0.255951455205554,0.0,0.0242520237362309,0.255951455205554,0.0,0.0119107263440552,0.255951455205554,0.0,0.00384292513523344,0.0,0.383632304288374 -4348,0.255951455205554,0.0,0.105487096346982,0.255951455205554,0.0,0.119104321378935,0.255951455205554,0.0,0.0940401235952963,0.255951455205554,0.0,0.135852211338073,0.255951455205554,0.0,0.0140190075965344,0.255951455205554,0.0,0.00599900200977336,0.5,0.255951455205554,0.0,0.00715892604810158,0.5,0.255951455205554,0.0,0.00048148916433595,0.5,0.255951455205554,0.0,0.00251326758113154,0.255951455205554,0.0,0.00572059521451904,0.0,0.107953451541047,0.255951455205554,0.0,0.067617180142577,0.5,0.255951455205554,0.0,0.0521818882086122,0.255951455205554,0.0,0.0155483833106427,0.255951455205554,0.0,0.00903527077320137,0.255951455205554,0.0,0.00208845904307857,0.0,0.399582873943663 -4349,0.255951455205554,0.00190208804123228,0.0938186845084051,0.255951455205554,0.00220236860964078,0.119443280837193,0.255951455205554,0.00157744272768142,0.0915412576129155,0.255951455205554,0.00141532272051594,0.11008640897025,0.255951455205554,0.000309756617022499,0.0102294133378184,0.255951455205554,0.000331235476825948,0.00723301150295526,0.5,0.255951455205554,0.0,0.00975870996282438,0.5,0.255951455205554,0.0,0.000698840120769877,0.5,0.255951455205554,0.000658181977306161,0.002308423651587,0.255951455205554,0.0,0.00470817686745319,0.00410377036629305,0.0865335468042495,0.255951455205554,0.00299340795020238,0.0671862302282278,0.5,0.255951455205554,0.00191815564311302,0.0462715793204783,0.255951455205554,0.00410705372586428,0.0115371607327664,0.255951455205554,0.00347242295207903,0.00767976803272386,0.255951455205554,0.0024919172889789,0.00181886560838472,0.000661631177046869,0.385267510205737 -4350,0.255951455205554,0.0345147431140879,0.0822849749359523,0.255951455205554,0.0272667401942155,0.130108280929181,0.255951455205554,0.0412893854303428,0.096393686015576,0.255951455205554,0.0209298597132455,0.110682067335484,0.255951455205554,0.0449472099626495,0.00814453558083913,0.255951455205554,0.0390567324362986,0.00871977346887898,0.5,0.255951455205554,0.0266906549802329,0.012551778022665,0.5,0.255951455205554,0.0350187231339465,0.000645713857261972,0.5,0.255951455205554,0.0506103288793181,0.00163359488061812,0.255951455205554,0.0339908719954937,0.00287769483415109,0.0589463192924947,0.0840209549309086,0.255951455205554,0.0389114228255308,0.0747550644899794,0.5,0.255951455205554,0.0225696040919682,0.0573693496996327,0.255951455205554,0.058391505993833,0.0215406805385023,0.255951455205554,0.0527957505483943,0.0119792184866451,0.255951455205554,0.0546605444038446,0.00187032695963113,0.00961507599255217,0.306113428695105 -4351,0.255951455205554,0.103629311898953,0.0991823470588319,0.255951455205554,0.085287990882526,0.178721083661652,0.255951455205554,0.114408831024956,0.137220078024368,0.255951455205554,0.0784822318407187,0.134600262385712,0.255951455205554,0.117404235221278,0.0181977044991264,0.255951455205554,0.107457173418966,0.0286020719427563,0.5,0.255951455205554,0.0900681703435374,0.0176105729053969,0.5,0.255951455205554,0.103096982575512,0.00084795068087594,0.5,0.255951455205554,0.133990798898937,0.000966176701088597,0.255951455205554,0.106073875951435,0.00144622602540169,0.12281706462684,0.110231112307707,0.255951455205554,0.107196093592773,0.123866104386421,0.5,0.255951455205554,0.0568702061301562,0.0913424022070867,0.255951455205554,0.135065773794563,0.054955471896212,0.255951455205554,0.12406498047237,0.0462053949814801,0.255951455205554,0.129150146317745,0.00613353029008231,0.0437814771663864,0.250617217565478 -4352,0.255951455205554,0.207162338114292,0.123351299386451,0.255951455205554,0.160584685712014,0.309792371951932,0.255951455205554,0.218556000871963,0.207697426240835,0.255951455205554,0.236615729584756,0.230469497210752,0.255951455205554,0.229343072709611,0.0471952233978835,0.255951455205554,0.198334506614922,0.0540454082104466,0.5,0.255951455205554,0.176643574631663,0.0418487303812213,0.5,0.255951455205554,0.19627468802428,0.00222212682631684,0.5,0.255951455205554,0.251977405385495,0.00163401992003838,0.255951455205554,0.210873251947475,0.00493138801694197,0.222614809434318,0.195578595728154,0.255951455205554,0.200787999767176,0.195953385929614,0.5,0.255951455205554,0.096303424690339,0.123619665373737,0.255951455205554,0.227069039951048,0.0819349529898435,0.255951455205554,0.204373968141074,0.0970549424527441,0.255951455205554,0.222334263218334,0.0169047102016854,0.177008187567277,0.231712103145401 -4353,0.255951455205554,0.334240455445347,0.125384887345142,0.255951455205554,0.321947544578111,0.285543275584957,0.255951455205554,0.323482420358089,0.254083012281513,0.255951455205554,0.327047419081816,0.318362770575908,0.255951455205554,0.338332927091413,0.0752884078241164,0.255951455205554,0.290019428018681,0.0540191547985387,0.5,0.255951455205554,0.270200777082747,0.0544468330625196,0.5,0.255951455205554,0.300398544083474,0.00850790718408857,0.5,0.255951455205554,0.379372413470031,0.0052926458607127,0.255951455205554,0.327920675985228,0.0184376407923795,0.378736866222462,0.269052403209708,0.255951455205554,0.294125991898021,0.223324371328333,0.5,0.255951455205554,0.185116177621368,0.14944803532085,0.255951455205554,0.293813036524364,0.0917638176173198,0.255951455205554,0.253366980380136,0.136552275412789,0.255951455205554,0.286113643336673,0.0289087535960204,0.352548880083708,0.219396632623797 -4354,0.255951455205554,0.438274282839987,0.146466837158032,0.255951455205554,0.343747857995989,0.241880523116588,0.255951455205554,0.427249895933027,0.246996748478401,0.255951455205554,0.422829978526298,0.329455380986648,0.255951455205554,0.454729832413111,0.0784633134615564,0.255951455205554,0.33918922227586,0.0558084208602004,0.5,0.255951455205554,0.361475336097276,0.0382621529632006,0.5,0.255951455205554,0.395658254472032,0.019061192652856,0.5,0.255951455205554,0.482392750830543,0.0182387542912341,0.255951455205554,0.463458808693409,0.0273349390968589,0.433269205411553,0.299734875134328,0.255951455205554,0.361707735960139,0.238173577006712,0.5,0.255951455205554,0.321967602775643,0.182311121700388,0.255951455205554,0.349054766001496,0.0996942538392098,0.255951455205554,0.407917664332642,0.179874958331825,0.255951455205554,0.359376201290417,0.052993398124996,0.501252854286832,0.208141735707048 -4355,0.255951455205554,0.495854515486123,0.190527183099032,0.255951455205554,0.274554109382369,0.271761634441677,0.255951455205554,0.467208310823591,0.251118185977257,0.255951455205554,0.491136087677686,0.341251133369294,0.255951455205554,0.546747686545628,0.0893479205154147,0.255951455205554,0.469249275700426,0.061558462948794,0.5,0.255951455205554,0.493718445086495,0.0233926709619423,0.5,0.255951455205554,0.515921319131446,0.032036390312309,0.5,0.255951455205554,0.577037005121757,0.0315522475396667,0.255951455205554,0.545680581407888,0.00666427247721114,0.413427401259643,0.273448982223102,0.255951455205554,0.394144647264344,0.249041707542019,0.5,0.255951455205554,0.428436642664162,0.206424934073885,0.255951455205554,0.449340655211502,0.105142779976996,0.255951455205554,0.416192074529242,0.206979041443557,0.255951455205554,0.427908961049955,0.0612238074966146,0.52886112925687,0.221683273652705 -4356,0.255951455205554,0.537593729711798,0.250021141783053,0.255951455205554,0.430471069512436,0.33513594311381,0.255951455205554,0.531850806355651,0.282930262565338,0.255951455205554,0.536678003288051,0.384843549849451,0.255951455205554,0.607150222608969,0.0985892930069589,0.255951455205554,0.50747870409794,0.0547247563850138,0.5,0.255951455205554,0.604908243923431,0.0294241807694481,0.5,0.255951455205554,0.596591135571131,0.0337065285175823,0.5,0.255951455205554,0.632829418545347,0.0334713515247487,0.255951455205554,0.639798510484455,0.00675993766705917,0.620804702235957,0.298479927353096,0.255951455205554,0.422959128776331,0.275617294743477,0.5,0.255951455205554,0.399696335627404,0.215662425692824,0.255951455205554,0.492973390824989,0.113771631173905,0.255951455205554,0.365938475950142,0.222839796534381,0.255951455205554,0.414924971020328,0.0608939427423244,0.253056276294429,0.253364831638411 -4357,0.255951455205554,0.582777695569623,0.314960749450439,0.255951455205554,0.536123343739499,0.393338525086144,0.255951455205554,0.57610174840527,0.319327096642906,0.255951455205554,0.436174757610769,0.382544898577286,0.255951455205554,0.642714250972508,0.104569617199445,0.255951455205554,0.475821609213567,0.0594098568090998,0.5,0.255951455205554,0.608777013588577,0.0449698475110689,0.5,0.255951455205554,0.582441021747205,0.033063597346602,0.5,0.255951455205554,0.639290884187406,0.0310174997689964,0.255951455205554,0.647861650671843,0.00923394367840522,0.64442905221731,0.330555188291747,0.255951455205554,0.458228009002196,0.291615754763436,0.5,0.255951455205554,0.333247789373776,0.218360415316456,0.255951455205554,0.422970377802658,0.10367802243594,0.255951455205554,0.42398979359321,0.196695299533979,0.255951455205554,0.409276720034078,0.0660984951535114,0.248184375094376,0.29165977167511 -4358,0.255951455205554,0.57994020111098,0.368811420395061,0.255951455205554,0.500449866322566,0.418579167213682,0.255951455205554,0.550512711289618,0.354618163999418,0.255951455205554,0.514762861691695,0.404627278114269,0.255951455205554,0.649184602702512,0.103634923690349,0.255951455205554,0.439422556734909,0.0649900674376417,0.5,0.255951455205554,0.576758547249452,0.0645079437188626,0.5,0.255951455205554,0.568721917885852,0.0311264202037956,0.5,0.255951455205554,0.607183959133066,0.0292197911331681,0.255951455205554,0.64387174536277,0.0139111809646703,0.523585626238149,0.409253049906753,0.255951455205554,0.454708653848694,0.261491527145309,0.5,0.255951455205554,0.310197069277342,0.204580543804388,0.255951455205554,0.387314018665801,0.0952457250045647,0.255951455205554,0.535951240932853,0.154458224285406,0.255951455205554,0.364655631044636,0.0700802191756348,0.258967945238145,0.310494380804668 -4359,0.255951455205554,0.556872525803002,0.415832909697393,0.255951455205554,0.535877933163005,0.401295342293047,0.255951455205554,0.518519258008908,0.373496953217228,0.255951455205554,0.429480243761669,0.380716544881292,0.255951455205554,0.604463823638195,0.0958216504183282,0.255951455205554,0.352294453765475,0.068351568888681,0.5,0.255951455205554,0.480045292372941,0.0816775044153369,0.5,0.255951455205554,0.533561068098118,0.0350624023895406,0.5,0.255951455205554,0.534134191887426,0.0346765970768,0.255951455205554,0.58865386508292,0.02932335080771,0.397053193298425,0.503182329077132,0.255951455205554,0.415048316337926,0.212713590905336,0.5,0.255951455205554,0.303768631016567,0.167670699947008,0.255951455205554,0.336865822527173,0.0855581154312728,0.255951455205554,0.526145614506763,0.11842416568164,0.255951455205554,0.265803569177956,0.0666813552313002,0.392716826151765,0.314688777382253 -4360,0.255951455205554,0.49340100427681,0.435830798582733,0.255951455205554,0.393605025201673,0.343364052307502,0.255951455205554,0.42143700794628,0.377314369193122,0.255951455205554,0.460553532061112,0.375020322584926,0.255951455205554,0.514932349970909,0.0920621791604471,0.255951455205554,0.29135764813392,0.0625477135413439,0.5,0.255951455205554,0.403143444767523,0.0962128051653116,0.5,0.255951455205554,0.462913646918564,0.0437624965727471,0.5,0.255951455205554,0.451932186658769,0.0591313842594013,0.255951455205554,0.483352317760657,0.0572094415249668,0.287968542318075,0.371317511241419,0.255951455205554,0.367631114440369,0.194821273166467,0.5,0.255951455205554,0.328795833807175,0.129228272268821,0.255951455205554,0.277952320881569,0.079566337451183,0.255951455205554,0.450981096926129,0.0885646611751984,0.255951455205554,0.206969731079885,0.0523965761682674,0.470170711380925,0.313485607226197 -4361,0.255951455205554,0.377464611487085,0.419596567783557,0.255951455205554,0.319575867758627,0.338157607293488,0.255951455205554,0.305852806297366,0.340968305813809,0.255951455205554,0.347226049935697,0.30848759451962,0.255951455205554,0.381392420415851,0.0922080694709879,0.255951455205554,0.269277065681477,0.0596826747968009,0.5,0.255951455205554,0.316096498733178,0.111855458373536,0.5,0.255951455205554,0.349131829883496,0.06116662394294,0.5,0.255951455205554,0.341642821435595,0.0839985085156205,0.255951455205554,0.3480895904521,0.0917569386127765,0.228946204630563,0.23289911490439,0.255951455205554,0.274213783269075,0.15406307985803,0.5,0.255951455205554,0.281385963809982,0.0854666112027186,0.255951455205554,0.210354088921645,0.0752556434040773,0.255951455205554,0.31211676763731,0.0693042864517625,0.255951455205554,0.148495491094173,0.0408051868229738,0.260106518053985,0.317972663205847 -4362,0.255951455205554,0.266107330241215,0.381198911192557,0.255951455205554,0.233870277390474,0.332298029642398,0.255951455205554,0.21208816282708,0.272877971259376,0.255951455205554,0.245337635020644,0.249039591982251,0.255951455205554,0.259855914638241,0.0890655388856992,0.255951455205554,0.198637919482687,0.0560787387232524,0.5,0.255951455205554,0.231764571082963,0.135445319847255,0.5,0.255951455205554,0.228360250788492,0.0781413951451882,0.5,0.255951455205554,0.219904032794154,0.0948233524901654,0.255951455205554,0.237568659570238,0.143043746435249,0.100103396299276,0.106735085792427,0.255951455205554,0.174872382332806,0.101893567342379,0.5,0.255951455205554,0.210503758822872,0.0596574941086975,0.255951455205554,0.126769624785064,0.061242074160731,0.255951455205554,0.203555445751353,0.0515999061352132,0.255951455205554,0.113875691946128,0.0340453853432379,0.153404388011369,0.31309869517336 -4363,0.255951455205554,0.144504081920505,0.276707623052379,0.255951455205554,0.130709289809284,0.265563999902427,0.255951455205554,0.121382625726183,0.191767569846041,0.255951455205554,0.134604203776549,0.189856128149507,0.255951455205554,0.137856230543766,0.0639185443500997,0.255951455205554,0.121955505959685,0.0369491518076584,0.5,0.255951455205554,0.126903934069506,0.145108676765808,0.5,0.255951455205554,0.10882720653268,0.0683000399400848,0.5,0.255951455205554,0.0978661468927795,0.102922888891197,0.255951455205554,0.146839830607673,0.169689290387488,0.101528332383392,0.0265027750656569,0.255951455205554,0.0787231794777496,0.0481122184626936,0.5,0.255951455205554,0.109885178259735,0.0297628866066923,0.255951455205554,0.0648610210084462,0.0331863894565572,0.255951455205554,0.103045394455465,0.0245517985076209,0.255951455205554,0.0720393852325078,0.0228612509426815,0.131267845639264,0.284201940171941 -4364,0.255951455205554,0.0475473365991778,0.147678605919338,0.255951455205554,0.0410576049042873,0.126227743394517,0.255951455205554,0.0402811386644597,0.0861146934948317,0.255951455205554,0.0458412827545193,0.0913232661896722,0.255951455205554,0.0371935853864142,0.0385017411833302,0.255951455205554,0.0314417630358358,0.0176491423405742,0.5,0.255951455205554,0.0349668302737318,0.102800423443034,0.5,0.255951455205554,0.0222862174196373,0.0658669718564302,0.5,0.255951455205554,0.00961475164089973,0.0782296854623913,0.255951455205554,0.0366176151650653,0.183285308385125,0.0243831167631918,0.0132616015318148,0.255951455205554,0.0146227385473028,0.020876427134021,0.5,0.255951455205554,0.0281976321158158,0.0197879371459688,0.255951455205554,0.0108357058399834,0.0137051725953004,0.255951455205554,0.0217412147506305,0.0169515852724128,0.255951455205554,0.0197553140030631,0.00950656624368413,0.0477620611905072,0.237927727398272 -4365,0.255951455205554,0.0,0.112789297413713,0.255951455205554,0.0,0.081437283886042,0.255951455205554,0.0,0.0570353814872383,0.255951455205554,0.0,0.0618835650445772,0.255951455205554,0.0,0.032147905513488,0.255951455205554,0.0,0.0146751456655416,0.5,0.255951455205554,0.0,0.0863089705820234,0.5,0.255951455205554,0.0,0.0650919894408834,0.5,0.255951455205554,0.0,0.0691896426240743,0.255951455205554,0.0,0.164069311093515,0.0,0.032714721723747,0.255951455205554,0.0,0.0193683133956766,0.5,0.255951455205554,0.0,0.02234234928029,0.255951455205554,0.0,0.00710324018016594,0.255951455205554,0.0,0.0215755596231828,0.255951455205554,0.0,0.0100999703561503,0.0,0.210328821808255 -4366,0.255951455205554,0.0,0.116789474675272,0.255951455205554,0.0,0.0766891634950323,0.255951455205554,0.0,0.052542527903184,0.255951455205554,0.0,0.060193886282627,0.255951455205554,0.0,0.0255517639274186,0.255951455205554,0.0,0.0113151565432367,0.5,0.255951455205554,0.0,0.0615001579638151,0.5,0.255951455205554,0.0,0.0545451079861312,0.5,0.255951455205554,0.0,0.0490978040751708,0.255951455205554,0.0,0.125483370652338,0.0,0.0482774040239449,0.255951455205554,0.0,0.0249800840910162,0.5,0.255951455205554,0.0,0.0270094210281842,0.255951455205554,0.0,0.00396950949493259,0.255951455205554,0.0,0.0267194363840671,0.255951455205554,0.0,0.0126376038846113,0.0,0.181879808084482 -4367,0.255951455205554,0.0,0.116731321801416,0.255951455205554,0.0,0.0716434261274745,0.255951455205554,0.0,0.0519421580161232,0.255951455205554,0.0,0.0633066309718018,0.255951455205554,0.0,0.0229431284424504,0.255951455205554,0.0,0.00849525234837144,0.5,0.255951455205554,0.0,0.0426756427417743,0.5,0.255951455205554,0.0,0.049652276067263,0.5,0.255951455205554,0.0,0.0319102524265705,0.255951455205554,0.0,0.0939630058171814,0.0,0.0588553863231044,0.255951455205554,0.0,0.0322103504588619,0.5,0.255951455205554,0.0,0.0346946203365936,0.255951455205554,0.0,0.00367704570803607,0.255951455205554,0.0,0.0293225874775229,0.255951455205554,0.0,0.0121154606132922,0.0,0.18109290032055 -4368,0.255951455205554,0.0,0.120229305970674,0.255951455205554,0.0,0.0742148983454561,0.255951455205554,0.0,0.0551147592571965,0.255951455205554,0.0,0.071092454749813,0.255951455205554,0.0,0.020027882076221,0.255951455205554,0.0,0.00653950375159969,0.5,0.255951455205554,0.0,0.0348803629943741,0.5,0.255951455205554,0.0,0.0426228000104218,0.5,0.255951455205554,0.0,0.0227703620710685,0.255951455205554,0.0,0.0679603502580131,0.0,0.0624875249152843,0.255951455205554,0.0,0.0394741144330083,0.5,0.255951455205554,0.0,0.0464902960520996,0.255951455205554,0.0,0.0049167870995849,0.255951455205554,0.0,0.0312151613832398,0.255951455205554,0.0,0.011489116202067,0.0,0.200231516996778 -4369,0.255951455205554,0.0,0.129708155116661,0.255951455205554,0.0,0.0851272542547997,0.255951455205554,0.0,0.063974312543476,0.255951455205554,0.0,0.084917499652922,0.255951455205554,0.0,0.0162188903834388,0.255951455205554,0.0,0.00623947770882966,0.5,0.255951455205554,0.0,0.0335518277968297,0.5,0.255951455205554,0.0,0.0279985615469214,0.5,0.255951455205554,0.0,0.0205789036599046,0.255951455205554,0.0,0.0562100669935235,0.0,0.0590972883547973,0.255951455205554,0.0,0.0425594605792128,0.5,0.255951455205554,0.0,0.0556912052301903,0.255951455205554,0.0,0.00684716735093621,0.255951455205554,0.0,0.0324687820303607,0.255951455205554,0.0,0.0103853541331433,0.0,0.218930171392802 -4370,0.255951455205554,0.0,0.129282411812651,0.255951455205554,0.0,0.0963227835314224,0.255951455205554,0.0,0.0749250493306705,0.255951455205554,0.0,0.100182543505204,0.255951455205554,0.0,0.0122608658607945,0.255951455205554,0.0,0.00562369663792912,0.5,0.255951455205554,0.0,0.0341478813751402,0.5,0.255951455205554,0.0,0.0195523903205626,0.5,0.255951455205554,0.0,0.0192962409917095,0.255951455205554,0.0,0.059708449755432,0.0,0.0560743622865271,0.255951455205554,0.0,0.043400176195209,0.5,0.255951455205554,0.0,0.0596190518891191,0.255951455205554,0.0,0.00866457422751248,0.255951455205554,0.0,0.0337345653217641,0.255951455205554,0.0,0.00968936075227579,0.0,0.235016588651961 -4371,0.255951455205554,0.0,0.132530209890633,0.255951455205554,0.0,0.106910469094322,0.255951455205554,0.0,0.086629405183906,0.255951455205554,0.0,0.111714515029366,0.255951455205554,0.0,0.00954818716069745,0.255951455205554,0.0,0.00494220566067903,0.5,0.255951455205554,0.0,0.0324578569345025,0.5,0.255951455205554,0.0,0.0157371800435133,0.5,0.255951455205554,0.0,0.0187283745406803,0.255951455205554,0.0,0.0574151400237357,0.0,0.0479654425870859,0.255951455205554,0.0,0.0421217977630784,0.5,0.255951455205554,0.0,0.0639694197943085,0.255951455205554,0.0,0.0103718312307586,0.255951455205554,0.0,0.0338482839453382,0.255951455205554,0.0,0.00814566209651357,0.0,0.258358516191183 -4372,0.255951455205554,0.0,0.127720439354945,0.255951455205554,0.0,0.116286263183604,0.255951455205554,0.0,0.0952370948710567,0.255951455205554,0.0,0.11834334247049,0.255951455205554,0.0,0.00909145263796791,0.255951455205554,0.0,0.00511520986045622,0.5,0.255951455205554,0.0,0.0284483287027483,0.5,0.255951455205554,0.0,0.0144097350411289,0.5,0.255951455205554,0.0,0.0179644515169969,0.255951455205554,0.0,0.0542153225208278,0.0,0.0388465940671069,0.255951455205554,0.0,0.0412300111544944,0.5,0.255951455205554,0.0,0.0697271996906236,0.255951455205554,0.0,0.00919887995536337,0.255951455205554,0.0,0.0325357011992574,0.255951455205554,0.0,0.00631656827720807,0.0,0.270142042363803 -4373,0.255951455205554,0.00404257266514377,0.120013701719825,0.255951455205554,0.00405917089627214,0.112390583161086,0.255951455205554,0.00203565489781867,0.0919232345189265,0.255951455205554,0.00260964760726105,0.108157709121248,0.255951455205554,0.000261854272687032,0.00873666687765963,0.255951455205554,0.000321103279828516,0.00592891441287901,0.5,0.255951455205554,0.0,0.027626710888772,0.5,0.255951455205554,0.0,0.0136721875502751,0.5,0.255951455205554,0.000333367146147493,0.0173420743006946,0.255951455205554,0.0,0.0508671703525064,0.00856866203371565,0.0318967933180536,0.255951455205554,0.00860436054081354,0.0350663160498048,0.5,0.255951455205554,0.0107336247821234,0.0681789755219306,0.255951455205554,0.0048699519607267,0.00602973595210101,0.255951455205554,0.0040877209263341,0.0295749388583539,0.255951455205554,0.00255360501057687,0.00579023941879529,0.00447789695981804,0.217015024593148 -4374,0.255951455205554,0.051860248818288,0.132344987541859,0.255951455205554,0.0569360525098548,0.130782143806946,0.255951455205554,0.0523690685849951,0.0795178918345528,0.255951455205554,0.0520968438486901,0.100643698562055,0.255951455205554,0.045263183034134,0.00779364755391854,0.255951455205554,0.04832079334609,0.00517841661102432,0.5,0.255951455205554,0.039152156364367,0.0211090901251483,0.5,0.255951455205554,0.0221353155993718,0.0130439835093408,0.5,0.255951455205554,0.0262271001440001,0.0167999433938132,0.255951455205554,0.0352258948972321,0.039060683199531,0.0723742583851752,0.0270049101736879,0.255951455205554,0.0717797433617197,0.0361639340753077,0.5,0.255951455205554,0.0697070762080753,0.0832170870570464,0.255951455205554,0.0652992453562821,0.00395409271651858,0.255951455205554,0.062827573879269,0.0279531497099118,0.255951455205554,0.0588208860853175,0.00516878671508556,0.0435875045543051,0.158157048716411 -4375,0.255951455205554,0.116465984813139,0.174478453842932,0.255951455205554,0.126885898033571,0.184100510529154,0.255951455205554,0.122623764310503,0.106763798797341,0.255951455205554,0.115542550402959,0.14999018304046,0.255951455205554,0.117407127249433,0.0112671651692309,0.255951455205554,0.12482693704358,0.00387540753749347,0.5,0.255951455205554,0.113387613592595,0.0201411229229711,0.5,0.255951455205554,0.0719144359787261,0.020634845914213,0.5,0.255951455205554,0.0721528138073977,0.0184204716737602,0.255951455205554,0.110488600193616,0.0354748518373804,0.159115627032788,0.0756021042721468,0.255951455205554,0.158858788260776,0.0817034637328287,0.5,0.255951455205554,0.146038049370793,0.153161441878517,0.255951455205554,0.151111032356031,0.00739640770905559,0.255951455205554,0.14487327623225,0.0626502672020701,0.255951455205554,0.140451576554587,0.0063704988568767,0.0920044744351485,0.113318146006612 -4376,0.255951455205554,0.207635594668982,0.190427674081977,0.255951455205554,0.229659108336882,0.312983673777066,0.255951455205554,0.230818539083634,0.172262773101066,0.255951455205554,0.203267775996865,0.204800891883569,0.255951455205554,0.23420676148242,0.0307374508151445,0.255951455205554,0.244296086035135,0.0109578806847009,0.5,0.255951455205554,0.226498544911778,0.0399874860922961,0.5,0.255951455205554,0.133851049132585,0.033271275660623,0.5,0.255951455205554,0.134132435514276,0.0251299945620719,0.255951455205554,0.217963656091173,0.0515460486830457,0.279792549369194,0.154051885195866,0.255951455205554,0.279345666052155,0.144687724075765,0.5,0.255951455205554,0.248649653481895,0.183795673320252,0.255951455205554,0.272072367615306,0.0253477364396657,0.255951455205554,0.265713080625128,0.131077055169906,0.255951455205554,0.262543439252776,0.0214256293521471,0.161441350175144,0.0646662126464795 -4377,0.255951455205554,0.308412483691246,0.188275407135792,0.255951455205554,0.295119430855712,0.379466502891337,0.255951455205554,0.336047056605396,0.214308101160331,0.255951455205554,0.269887472920103,0.22763566612791,0.255951455205554,0.361220667567829,0.062920759057016,0.255951455205554,0.373010317797458,0.0370522461884554,0.5,0.255951455205554,0.350146606713352,0.0657931896333912,0.5,0.255951455205554,0.21087463905581,0.0471014965553484,0.5,0.255951455205554,0.201452310338501,0.0344249018988359,0.255951455205554,0.345346974174046,0.0835306683374096,0.408007626025348,0.235662274575737,0.255951455205554,0.407847497952799,0.205811337835749,0.5,0.255951455205554,0.342673470046884,0.199149484845042,0.255951455205554,0.405567907976959,0.0478482969259324,0.255951455205554,0.395396638680736,0.190933394309772,0.255951455205554,0.394899407835852,0.0573317676612491,0.279266452245054,0.0326582573760944 -4378,0.255951455205554,0.393146029843622,0.173806521865071,0.255951455205554,0.42885863457603,0.451950727955724,0.255951455205554,0.420187129548775,0.226727871352524,0.255951455205554,0.298442725185673,0.247104686734945,0.255951455205554,0.495502354934748,0.0892753281324669,0.255951455205554,0.508164828507369,0.0651428887563733,0.5,0.255951455205554,0.490311654535264,0.0779822745880514,0.5,0.255951455205554,0.289668163480657,0.0630482532592505,0.5,0.255951455205554,0.271163960709748,0.0346309934145028,0.255951455205554,0.492598480432304,0.0956154330041688,0.523454572170277,0.305528369417213,0.255951455205554,0.522620798800534,0.272817567188292,0.5,0.255951455205554,0.378503273045522,0.224622043785365,0.255951455205554,0.530623446203469,0.0797317993539088,0.255951455205554,0.516628584311026,0.239045288767559,0.255951455205554,0.528471082528544,0.0997978514055403,0.42215380419682,0.0378362272234635 -4379,0.255951455205554,0.3188172305591,0.1646106918566,0.255951455205554,0.263528303343899,0.461862946314339,0.255951455205554,0.456114375735732,0.23782393314265,0.255951455205554,0.283768319942672,0.247254855803588,0.255951455205554,0.59510939557838,0.102229814803388,0.255951455205554,0.613511630126144,0.0706299215412644,0.5,0.255951455205554,0.613962223475112,0.065665760125759,0.5,0.255951455205554,0.350622051768662,0.0710370635835681,0.5,0.255951455205554,0.322381590973495,0.0294819432049955,0.255951455205554,0.611805208611629,0.0703084319298173,0.617430350868895,0.343077741663633,0.255951455205554,0.583771840236999,0.315309465460489,0.5,0.255951455205554,0.418831914937566,0.262534458562485,0.255951455205554,0.606748165731493,0.112906665438958,0.255951455205554,0.614620123992648,0.264046656784111,0.255951455205554,0.622741145660909,0.113977222401248,0.407337916701825,0.0535930939890088 -4380,0.255951455205554,0.286324937909566,0.203464848997207,0.255951455205554,0.281079246921129,0.482921279037643,0.255951455205554,0.523711541842464,0.268598409772204,0.255951455205554,0.351370917852866,0.230603416864516,0.255951455205554,0.666590956251569,0.115684376289903,0.255951455205554,0.68138541615452,0.0805903090678538,0.5,0.255951455205554,0.686379175385672,0.0506229226219347,0.5,0.255951455205554,0.414275302354215,0.0819828064983457,0.5,0.255951455205554,0.365699385620156,0.0328072195537623,0.255951455205554,0.675124330830005,0.0551227858988417,0.663399504518942,0.396301804445315,0.255951455205554,0.643526197520845,0.371192626254004,0.5,0.255951455205554,0.405958126685433,0.302192068441465,0.255951455205554,0.665578708556373,0.130672053962989,0.255951455205554,0.674128952608383,0.300221952838013,0.255951455205554,0.682476937674774,0.116634938937571,0.12408585272009,0.0641854506849837 -4381,0.255951455205554,0.327486165338399,0.30366711190597,0.255951455205554,0.263583094256744,0.454656141123162,0.255951455205554,0.545806617994417,0.303712457257443,0.255951455205554,0.453773092796748,0.277699639775171,0.255951455205554,0.693080784258048,0.114527475483266,0.255951455205554,0.706425568952242,0.091799759399341,0.5,0.255951455205554,0.718163322456075,0.0463508380723848,0.5,0.255951455205554,0.4751905326521,0.0744974784806954,0.5,0.255951455205554,0.388739929509839,0.0394640876629141,0.255951455205554,0.703651947207311,0.0418994743181494,0.665122188289882,0.446635200225939,0.255951455205554,0.642827926926758,0.402955501636529,0.5,0.255951455205554,0.359593792316868,0.328669913746422,0.255951455205554,0.678573767218524,0.144375733647121,0.255951455205554,0.674764053470329,0.354487076207671,0.255951455205554,0.701253009213209,0.145948566850054,0.156895386007566,0.0610000808132376 -4382,0.255951455205554,0.344291548642065,0.341837356662723,0.255951455205554,0.394974955030086,0.528115912345159,0.255951455205554,0.533606477891378,0.308190456078358,0.255951455205554,0.524868143100053,0.283753304400213,0.255951455205554,0.677097983947421,0.119094721023469,0.255951455205554,0.691319608249477,0.0880495553962676,0.5,0.255951455205554,0.706886652948023,0.0485785955859838,0.5,0.255951455205554,0.519193357343124,0.0506808301037695,0.5,0.255951455205554,0.375533730586612,0.0435157114153598,0.255951455205554,0.703622320765151,0.0360406290460546,0.625238896576891,0.641223104102135,0.255951455205554,0.587677793592175,0.41351401531827,0.5,0.255951455205554,0.308077559738361,0.317811601988396,0.255951455205554,0.645602288563336,0.165754998002637,0.255951455205554,0.650890602043407,0.392850072587824,0.255951455205554,0.681334882345959,0.191447774897878,0.15277974006785,0.0630242740197197 -4383,0.255951455205554,0.349200953274244,0.288668288110951,0.255951455205554,0.310023262697139,0.453315093063107,0.255951455205554,0.496466630758548,0.275841751369021,0.255951455205554,0.532722628427373,0.235945979900312,0.255951455205554,0.621869754891466,0.10641564807763,0.255951455205554,0.639305404950037,0.0884393353139572,0.5,0.255951455205554,0.658716411170153,0.0577191008644501,0.5,0.255951455205554,0.520260748970516,0.0356265305789765,0.5,0.255951455205554,0.355802508074838,0.0533577048590042,0.255951455205554,0.65227487160812,0.0347761805805948,0.529828161810872,0.767344899311674,0.255951455205554,0.491122030146637,0.398990776668035,0.5,0.255951455205554,0.254231132927326,0.315416521552676,0.255951455205554,0.584978496953999,0.198171693703513,0.255951455205554,0.571647096310074,0.399272595941479,0.255951455205554,0.619199238759749,0.195992472743172,0.171046352393446,0.0750480784979942 -4384,0.255951455205554,0.366939280624231,0.25513752848404,0.255951455205554,0.276250434877962,0.361236121177238,0.255951455205554,0.417908445685639,0.238792707766263,0.255951455205554,0.475852377848958,0.175625368881668,0.255951455205554,0.520051996024534,0.0967209176781859,0.255951455205554,0.539298825125964,0.0854350027930606,0.5,0.255951455205554,0.558466672708698,0.0609815388938414,0.5,0.255951455205554,0.475373561095883,0.0302945170530554,0.5,0.255951455205554,0.306293089209462,0.0667544477930896,0.255951455205554,0.559553919576625,0.0418370790883097,0.388545587346153,0.579601942507487,0.255951455205554,0.362985462460336,0.360330624140446,0.5,0.255951455205554,0.171442653746644,0.27763973665155,0.255951455205554,0.479902831194213,0.22277775324165,0.255951455205554,0.452845455207572,0.375790029743736,0.255951455205554,0.509784281823975,0.182013363160089,0.141508492054758,0.0957710565884856 -4385,0.255951455205554,0.321677532679402,0.277886398558978,0.255951455205554,0.258397582694051,0.254495072829543,0.255951455205554,0.32143968142537,0.209977208616688,0.255951455205554,0.356591271153125,0.149952356940326,0.255951455205554,0.395476815104321,0.0941976032641985,0.255951455205554,0.406147573277727,0.0799441149238222,0.5,0.255951455205554,0.424227160035746,0.0584591916378607,0.5,0.255951455205554,0.371856499149263,0.0254588963869193,0.5,0.255951455205554,0.235686146922776,0.0669475971248914,0.255951455205554,0.426907187638874,0.0401672172781166,0.286436518372107,0.364874991104669,0.255951455205554,0.257248113095984,0.311488027982527,0.5,0.255951455205554,0.093527177618602,0.217992859978866,0.255951455205554,0.351015751007434,0.199725080260069,0.255951455205554,0.321451537261256,0.320839891118995,0.255951455205554,0.383909869967463,0.145452628410547,0.199829065434254,0.114219264000393 -4386,0.255951455205554,0.239568913971868,0.265517800033563,0.255951455205554,0.233653540972434,0.216884475436011,0.255951455205554,0.224464450698408,0.169117005832975,0.255951455205554,0.203285006826136,0.118512951624114,0.255951455205554,0.275983354386088,0.0830678155567545,0.255951455205554,0.275088179852299,0.061511686880166,0.5,0.255951455205554,0.28979460969078,0.0539346411030302,0.5,0.255951455205554,0.249419428668365,0.0185880065922732,0.5,0.255951455205554,0.162799815858109,0.0464293502518084,0.255951455205554,0.291135777761278,0.0348843478809803,0.155925291233169,0.277322028671067,0.255951455205554,0.156406654941588,0.245452579084633,0.5,0.255951455205554,0.0510232134961828,0.162060719703426,0.255951455205554,0.229684115070537,0.11786145695943,0.255951455205554,0.20366917861115,0.242916398135073,0.255951455205554,0.256764645440995,0.112327194850418,0.2461067755115,0.125259130025105 -4387,0.255951455205554,0.140922737120756,0.224717033381611,0.255951455205554,0.134432386797676,0.171438745184257,0.255951455205554,0.123219492964351,0.111930063034093,0.255951455205554,0.0954619446631732,0.0727497150326441,0.255951455205554,0.152624421285181,0.0338263253576304,0.255951455205554,0.143940981534346,0.0155759837377036,0.5,0.255951455205554,0.154591321170348,0.023051331272633,0.5,0.255951455205554,0.125737660298191,0.00608973246554781,0.5,0.255951455205554,0.0845798130630014,0.0150532177868379,0.255951455205554,0.156256446952495,0.0153568910363999,0.0819136034379448,0.244929913232566,0.255951455205554,0.0675554548079084,0.185307176515648,0.5,0.255951455205554,0.0223592055210216,0.114923915125696,0.255951455205554,0.102434621191152,0.0351597022794164,0.255951455205554,0.0977175795010892,0.144363661824525,0.255951455205554,0.127276995256116,0.0332467102002826,0.129237407412008,0.107617717773786 -4388,0.255951455205554,0.0487371331035915,0.134099437145394,0.255951455205554,0.0418593450275504,0.0544684800620504,0.255951455205554,0.0407894783561517,0.0501526113885791,0.255951455205554,0.0367447972775393,0.0333080530657543,0.255951455205554,0.0405140198142976,0.0210210515055979,0.255951455205554,0.0308964625467756,0.0115525330487415,0.5,0.255951455205554,0.035644885787025,0.0215419018701763,0.5,0.255951455205554,0.0244771186946216,0.00597051328300209,0.5,0.255951455205554,0.0100918044274929,0.0137023263758743,0.255951455205554,0.0362465303908494,0.0277285282681805,0.00559556692962723,0.179613450398667,0.255951455205554,0.0105053938815577,0.12055734242615,0.5,0.255951455205554,0.00780045590922335,0.0749541258549123,0.255951455205554,0.0140037243813143,0.0293302373533182,0.255951455205554,0.0211936596010536,0.0826367401495608,0.255951455205554,0.0246097115598415,0.031695034414254,0.0517979778285257,0.107029230889571 -4389,0.255951455205554,0.0,0.0886307727857647,0.255951455205554,0.0,0.0408115423507896,0.255951455205554,0.0,0.0287991308233582,0.255951455205554,0.0,0.0202149229636437,0.255951455205554,0.0,0.0190159503075486,0.255951455205554,0.0,0.00626469851765921,0.5,0.255951455205554,0.0,0.0171881920331611,0.5,0.255951455205554,0.0,0.00552656848522126,0.5,0.255951455205554,0.0,0.0101371001054356,0.255951455205554,0.0,0.0297482913078003,0.0,0.115359609608997,0.255951455205554,0.0,0.0741287549966509,0.5,0.255951455205554,0.0,0.0512619456753247,0.255951455205554,0.0,0.0257184870895234,0.255951455205554,0.0,0.0398226544357538,0.255951455205554,0.0,0.0264399121547715,0.0,0.120247946182238 -4390,0.255951455205554,0.0,0.0820728974072384,0.255951455205554,0.0,0.0268633702760996,0.255951455205554,0.0,0.0154069405947512,0.255951455205554,0.0,0.0140814870721475,0.255951455205554,0.0,0.0143955718505335,0.255951455205554,0.0,0.00275731660160287,0.5,0.255951455205554,0.0,0.0106160333433862,0.5,0.255951455205554,0.0,0.00385638707910188,0.5,0.255951455205554,0.0,0.00629329426100965,0.255951455205554,0.0,0.0262111457420946,0.0,0.103564091900822,0.255951455205554,0.0,0.0448984287955993,0.5,0.255951455205554,0.0,0.0479374361193958,0.255951455205554,0.0,0.0174458759365807,0.255951455205554,0.0,0.0110594251122598,0.255951455205554,0.0,0.0145580027145228,0.0,0.152178159753293 -4391,0.255951455205554,0.0,0.0829819074028953,0.255951455205554,0.0,0.0152528670456258,0.255951455205554,0.0,0.0102105647254096,0.255951455205554,0.0,0.00965801750213505,0.255951455205554,0.0,0.0106027972214745,0.255951455205554,0.0,0.00219255149893019,0.5,0.255951455205554,0.0,0.00675661024973271,0.5,0.255951455205554,0.0,0.00328115203141859,0.5,0.255951455205554,0.0,0.00350966040924827,0.255951455205554,0.0,0.0222120565704181,0.0,0.0883623911916559,0.255951455205554,0.0,0.0309436188644406,0.5,0.255951455205554,0.0,0.0542102920768942,0.255951455205554,0.0,0.0116194443750362,0.255951455205554,0.0,0.00246063914562406,0.255951455205554,0.0,0.00648660063587744,0.0,0.203023405371171 -4392,0.255951455205554,0.0,0.0937200736522799,0.255951455205554,0.0,0.013449557789668,0.255951455205554,0.0,0.01288764055003,0.255951455205554,0.0,0.0109885878560334,0.255951455205554,0.0,0.00593419406852529,0.255951455205554,0.0,0.00216223444496809,0.5,0.255951455205554,0.0,0.00459060981307903,0.5,0.255951455205554,0.0,0.0041838753452788,0.5,0.255951455205554,0.0,0.00192773179840379,0.255951455205554,0.0,0.0171279234926838,0.0,0.0386646566934999,0.255951455205554,0.0,0.023771156066864,0.5,0.255951455205554,0.0,0.0632658143135495,0.255951455205554,0.0,0.00680155644533126,0.255951455205554,0.0,0.00137448232484095,0.255951455205554,0.0,0.00209663368999619,0.0,0.261918815695164 -4393,0.255951455205554,0.0,0.112482667968541,0.255951455205554,0.0,0.0202394055471704,0.255951455205554,0.0,0.0185602348462491,0.255951455205554,0.0,0.0187771161866047,0.255951455205554,0.0,0.00340023563728553,0.255951455205554,0.0,0.00215093650053457,0.5,0.255951455205554,0.0,0.0030502610886905,0.5,0.255951455205554,0.0,0.00596041795511123,0.5,0.255951455205554,0.0,0.00118362892251499,0.255951455205554,0.0,0.0114553701049142,0.0,0.00930559246232329,0.255951455205554,0.0,0.0188688416095855,0.5,0.255951455205554,0.0,0.0685640023165773,0.255951455205554,0.0,0.00372369974333898,0.255951455205554,0.0,0.00255811517705533,0.255951455205554,0.0,0.000909387547883469,0.0,0.335148407605262 -4394,0.255951455205554,0.0,0.119089564940927,0.255951455205554,0.0,0.0275510363139691,0.255951455205554,0.0,0.0262922668097662,0.255951455205554,0.0,0.0254559349085391,0.255951455205554,0.0,0.0033307665807591,0.255951455205554,0.0,0.0016809822567008,0.5,0.255951455205554,0.0,0.00261274746736123,0.5,0.255951455205554,0.0,0.00807933278334621,0.5,0.255951455205554,0.0,0.000897285920766995,0.255951455205554,0.0,0.0103954441011512,0.0,0.0177193779022469,0.255951455205554,0.0,0.0183345720368582,0.5,0.255951455205554,0.0,0.0769441412258299,0.255951455205554,0.0,0.00290322618398111,0.255951455205554,0.0,0.00558377910276925,0.255951455205554,0.0,0.00100391666197507,0.0,0.452334235526797 -4395,0.255951455205554,0.0,0.129049687166698,0.255951455205554,0.0,0.031544767205327,0.255951455205554,0.0,0.0324208159994987,0.255951455205554,0.0,0.0310292296307266,0.255951455205554,0.0,0.00548152709792652,0.255951455205554,0.0,0.00110349641556,0.5,0.255951455205554,0.0,0.00174707645745256,0.5,0.255951455205554,0.0,0.00857407197376145,0.5,0.255951455205554,0.0,0.0007177812168944,0.255951455205554,0.0,0.0111017272907845,0.0,0.0237903269268314,0.255951455205554,0.0,0.0194540982572767,0.5,0.255951455205554,0.0,0.0778070312743732,0.255951455205554,0.0,0.0038861312899877,0.255951455205554,0.0,0.00905095757486328,0.255951455205554,0.0,0.00192575315444811,0.0,0.572754934089518 -4396,0.255951455205554,0.0,0.155795015705007,0.255951455205554,0.0,0.0351543171585019,0.255951455205554,0.0,0.0385479878130113,0.255951455205554,0.0,0.037274918984883,0.255951455205554,0.0,0.00806474308473353,0.255951455205554,0.0,0.00140101112671003,0.5,0.255951455205554,0.0,0.00165431372239463,0.5,0.255951455205554,0.0,0.0116230908522384,0.5,0.255951455205554,0.0,0.00100599404241896,0.255951455205554,0.0,0.00879608062053137,0.0,0.0230798633279771,0.255951455205554,0.0,0.022045626411606,0.5,0.255951455205554,0.0,0.0727734675708831,0.255951455205554,0.0,0.00544815306053068,0.255951455205554,0.0,0.0116761590482033,0.255951455205554,0.0,0.00295142472774766,0.0,0.656959473855413 -4397,0.255951455205554,0.00332748850564441,0.203587708940829,0.255951455205554,0.00365560285005641,0.0367630607594088,0.255951455205554,0.00153900440769962,0.0489095351923093,0.255951455205554,0.00185195713775624,0.0477697277742311,0.255951455205554,0.000178259585381866,0.0111349293309535,0.255951455205554,0.000220637780525604,0.00255220950987787,0.5,0.255951455205554,0.0,0.00254793315019661,0.5,0.255951455205554,0.0,0.0133594240235564,0.5,0.255951455205554,0.000577389235319683,0.00218708139817307,0.255951455205554,0.0,0.00801940014238343,0.00788534646371629,0.0203056613805856,0.255951455205554,0.00802965734852102,0.0228576750910902,0.5,0.255951455205554,0.01047970648187,0.068160001985374,0.255951455205554,0.00489008282812481,0.00735979853459046,0.255951455205554,0.0038990610798862,0.0125287974550416,0.255951455205554,0.0022812088844196,0.0056191159252944,0.00370093842856574,0.733372238655344 -4398,0.255951455205554,0.0452496697597519,0.26676713847695,0.255951455205554,0.0544998514082306,0.0442659201679303,0.255951455205554,0.0453327418498317,0.0660670369798418,0.255951455205554,0.043428760527306,0.0665520277377795,0.255951455205554,0.0415980235574862,0.0115478859403151,0.255951455205554,0.0473263032885947,0.004494502915659,0.5,0.255951455205554,0.0379427346900746,0.00327354318448721,0.5,0.255951455205554,0.0403619238885064,0.0102308345736385,0.5,0.255951455205554,0.0514414291918803,0.0040949431839254,0.255951455205554,0.0341393820548363,0.00582876729131956,0.0721194265462322,0.0207719643050561,0.255951455205554,0.0714299317779764,0.0231199724779303,0.5,0.255951455205554,0.0717082181843955,0.081594177274164,0.255951455205554,0.0657359549317932,0.0086263135363299,0.255951455205554,0.0620126890500514,0.0108902753883075,0.255951455205554,0.0569299114326416,0.00877392263815061,0.0478475645053261,0.79513961268995 -4399,0.255951455205554,0.100187576759792,0.377572730966589,0.255951455205554,0.115651280732225,0.0743788931315142,0.255951455205554,0.112602679742714,0.0997237698451803,0.255951455205554,0.103638218658974,0.102180393467793,0.255951455205554,0.110823608404623,0.00962931335765456,0.255951455205554,0.121673864765947,0.00350684336236229,0.5,0.255951455205554,0.110324616139484,0.00170349583463777,0.5,0.255951455205554,0.117765671025905,0.00520664570226023,0.5,0.255951455205554,0.134568164394629,0.00210839814004131,0.255951455205554,0.105904380379631,0.00285620670482232,0.157240606950296,0.0354735787051184,0.255951455205554,0.156848326291357,0.044564945012127,0.5,0.255951455205554,0.147650577390291,0.153490259514524,0.255951455205554,0.151818733434297,0.0132098915426584,0.255951455205554,0.141974994011041,0.0124953802560515,0.255951455205554,0.137518966990063,0.00842028264638487,0.109497066737604,0.814662502548667 -4400,0.255951455205554,0.167649080478526,0.509314793616777,0.255951455205554,0.195785708213241,0.134522752384471,0.255951455205554,0.207809949741918,0.164569286589514,0.255951455205554,0.192406979267391,0.168494122846988,0.255951455205554,0.214609716771357,0.0215438301217377,0.255951455205554,0.238259286831675,0.00297011201082667,0.5,0.255951455205554,0.224577318332136,0.000459815674952125,0.5,0.255951455205554,0.236301424270046,0.00337948671884063,0.5,0.255951455205554,0.256235061849829,0.00352001662753232,0.255951455205554,0.220025329940056,0.00141252803302267,0.271914811878662,0.0680823524861528,0.255951455205554,0.273579665070356,0.0806676347031657,0.5,0.255951455205554,0.250233614077043,0.225730144978086,0.255951455205554,0.271992713661984,0.0235830644646873,0.255951455205554,0.257916582068732,0.0330176116138204,0.255951455205554,0.2560180080922,0.0160185085402422,0.156671535516534,0.791185358135517 -4401,0.255951455205554,0.258148195692564,0.62197169881095,0.255951455205554,0.284364949628496,0.273896109920509,0.255951455205554,0.320037989551222,0.249946727962204,0.255951455205554,0.307382347286505,0.264230907117886,0.255951455205554,0.330243540092296,0.0449803018983144,0.255951455205554,0.365635207572484,0.0110413538292628,0.5,0.255951455205554,0.351777225052396,0.000886847570351821,0.5,0.255951455205554,0.369069697781885,0.00634346505918325,0.5,0.255951455205554,0.391380265249002,0.00890496463360106,0.255951455205554,0.34787446748626,0.00242554816304757,0.39646080251341,0.126689357516061,0.255951455205554,0.399679648358929,0.121987600397704,0.5,0.255951455205554,0.363419244079928,0.30200225424606,0.255951455205554,0.402656259583993,0.0368288011736449,0.255951455205554,0.384269649751431,0.0566657544810174,0.255951455205554,0.385950043287979,0.0415973275833307,0.218356496076564,0.751844952477882 -4402,0.255951455205554,0.386889213073812,0.696244205559989,0.255951455205554,0.393689336071549,0.344022747395661,0.255951455205554,0.448337859672546,0.309410904898228,0.255951455205554,0.426283120159399,0.318223047807511,0.255951455205554,0.463830853073896,0.0777045309881639,0.255951455205554,0.500871470326984,0.0268656404086719,0.5,0.255951455205554,0.489212371035716,0.00430461835750893,0.5,0.255951455205554,0.507171331172455,0.012049999702609,0.5,0.255951455205554,0.525913890568427,0.0121491550731883,0.255951455205554,0.485538070691113,0.00908674618852496,0.508950870944805,0.190066327410198,0.255951455205554,0.516329434253588,0.161496839319655,0.5,0.255951455205554,0.476775439107473,0.323351457433618,0.255951455205554,0.528589271076947,0.0608742586411031,0.255951455205554,0.513263515190452,0.0946024895046795,0.255951455205554,0.51991155828728,0.0749551655152535,0.383160174013724,0.68687181783091 -4403,0.255951455205554,0.508335536158736,0.732278989876003,0.255951455205554,0.460106095231823,0.361728878498507,0.255951455205554,0.569551587770021,0.320006980261539,0.255951455205554,0.547154454822559,0.330011272790637,0.255951455205554,0.588878349683892,0.088609965769496,0.255951455205554,0.611441161713411,0.0313878470347653,0.5,0.255951455205554,0.604010419728899,0.0110590630485697,0.5,0.255951455205554,0.61854865740209,0.011238356137016,0.5,0.255951455205554,0.629708812890836,0.0108074287418244,0.255951455205554,0.600890212403447,0.0161894616941813,0.601859149885609,0.173430937601917,0.255951455205554,0.606182331059773,0.158948557651892,0.5,0.255951455205554,0.563611327481544,0.316757985617174,0.255951455205554,0.610910028524343,0.0650751495277643,0.255951455205554,0.597054511910431,0.106171848995443,0.255951455205554,0.61964943390591,0.0674185188261913,0.508098479452153,0.638005035339944 -4404,0.255951455205554,0.595096327267202,0.744403663520308,0.255951455205554,0.576489273776304,0.371602980144471,0.255951455205554,0.659494961942239,0.305915978775299,0.255951455205554,0.67090007028761,0.31671354326834,0.255951455205554,0.670716231037512,0.0853304167500097,0.255951455205554,0.679796165474556,0.0322139608542507,0.5,0.255951455205554,0.675386334913681,0.0152950879951026,0.5,0.255951455205554,0.685172404720635,0.0147691655686052,0.5,0.255951455205554,0.692150372269266,0.00977463953338589,0.255951455205554,0.672748216959198,0.0238368786574062,0.667370975839865,0.171187653732582,0.255951455205554,0.660933417302367,0.147961069306264,0.5,0.255951455205554,0.593357501342301,0.304512471816517,0.255951455205554,0.671989651951535,0.0515478032294952,0.255951455205554,0.666913328752908,0.096396584405041,0.255951455205554,0.687298604885488,0.0463834044819012,0.566890804761856,0.621318667384205 -4405,0.255951455205554,0.63098663650139,0.729673384533217,0.255951455205554,0.66556444081518,0.391868511882867,0.255951455205554,0.698059185818962,0.284276682013375,0.255951455205554,0.70464058022003,0.285652428913871,0.255951455205554,0.704954649904852,0.0738543150682266,0.255951455205554,0.706567208999223,0.0374200992267324,0.5,0.255951455205554,0.706102969287901,0.0236857199037236,0.5,0.255951455205554,0.711805590056537,0.029231384955288,0.5,0.255951455205554,0.712587595214078,0.0131776034045263,0.255951455205554,0.704533455675096,0.0380889050052978,0.67827084077654,0.160293205490021,0.255951455205554,0.674828259844096,0.140495196602415,0.5,0.255951455205554,0.582893721232952,0.302710672723169,0.255951455205554,0.693359178085911,0.0387941342112869,0.255951455205554,0.690462803808271,0.0935718593584935,0.255951455205554,0.708303895088406,0.0404692136364491,0.633376083932779,0.600814508122121 -4406,0.255951455205554,0.65197623436662,0.697510128326946,0.255951455205554,0.680885280703038,0.375846087868932,0.255951455205554,0.690308486112228,0.24518601961065,0.255951455205554,0.691643592753005,0.245287406154165,0.255951455205554,0.696850823146823,0.05497361920599,0.255951455205554,0.693876090877799,0.0377521268978343,0.5,0.255951455205554,0.697610996612169,0.0380259729184409,0.5,0.255951455205554,0.698242856787295,0.0451662043388341,0.5,0.255951455205554,0.692908497904831,0.020346071958087,0.255951455205554,0.697455646918077,0.0606307143852516,0.660539135201798,0.149330496729233,0.255951455205554,0.647734568449363,0.131150980191127,0.5,0.255951455205554,0.567369970903829,0.309912767437428,0.255951455205554,0.673713410465993,0.0333978085688313,0.255951455205554,0.672705037314084,0.0869127717335856,0.255951455205554,0.689655174224053,0.0415910815487522,0.611682021981327,0.569292206177112 -4407,0.255951455205554,0.60350271116837,0.633474104758037,0.255951455205554,0.614437841818388,0.320827188828838,0.255951455205554,0.635292739824565,0.193216233862873,0.255951455205554,0.634039516866104,0.196006861386811,0.255951455205554,0.645815159620735,0.0367977458328961,0.255951455205554,0.63867508300128,0.0295008085093536,0.5,0.255951455205554,0.64768605764845,0.056754773487544,0.5,0.255951455205554,0.643429353289946,0.0625557748169129,0.5,0.255951455205554,0.630667919546321,0.0285930030823761,0.255951455205554,0.649734089936045,0.0730014081955498,0.590561049972472,0.119332781427753,0.255951455205554,0.578255160708291,0.107642210185718,0.5,0.255951455205554,0.540746477663545,0.304068931815452,0.255951455205554,0.607834712565021,0.0243005735552862,0.255951455205554,0.612292712824641,0.0677983300941583,0.255951455205554,0.627245461612949,0.0338498529424429,0.602135848268937,0.510765854770589 -4408,0.255951455205554,0.496975062667648,0.531695290982577,0.255951455205554,0.510018771991791,0.254063628992857,0.255951455205554,0.533547741495863,0.135987171545871,0.255951455205554,0.529906972271812,0.142159694789449,0.255951455205554,0.547156421420503,0.0253388422501229,0.255951455205554,0.535582367140989,0.0279601796896415,0.5,0.255951455205554,0.549577716945508,0.0602905990915623,0.5,0.255951455205554,0.53960117268582,0.0740507504661148,0.5,0.255951455205554,0.52028636016509,0.0359512166913434,0.255951455205554,0.554551630050277,0.0718598594849237,0.476221398427863,0.085745959770006,0.255951455205554,0.475182058907483,0.0796721940493492,0.5,0.255951455205554,0.465277216968659,0.284178784884478,0.255951455205554,0.493342604112942,0.0123595550823477,0.255951455205554,0.503228647541194,0.0481927172462302,0.255951455205554,0.516650480733022,0.0174680723127221,0.504378192270518,0.407187254768772 -4409,0.255951455205554,0.378335171676092,0.385463541610784,0.255951455205554,0.385853876342791,0.17540355065787,0.255951455205554,0.403036178356666,0.0852723009670417,0.255951455205554,0.402126296763648,0.0914054849092851,0.255951455205554,0.415988728908842,0.0247925357728428,0.255951455205554,0.401897450899282,0.0327316975011697,0.5,0.255951455205554,0.417449179391626,0.0519854427923992,0.5,0.255951455205554,0.40320826847623,0.07568474192137,0.5,0.255951455205554,0.38106386749853,0.0431261586224385,0.255951455205554,0.423996077844656,0.0686037849133648,0.349939181294182,0.0564628284134304,0.255951455205554,0.350543409296878,0.0589956043424411,0.5,0.255951455205554,0.356255535184366,0.232244723816936,0.255951455205554,0.358921435294989,0.00397472605964998,0.255951455205554,0.368421613334739,0.028774493026725,0.255951455205554,0.380572894692151,0.00710096617356984,0.386961969079845,0.288208438329169 -4410,0.255951455205554,0.266705339125101,0.212752388277539,0.255951455205554,0.266600892183616,0.0939321710661658,0.255951455205554,0.277513863045367,0.0481430009740851,0.255951455205554,0.277295115633479,0.0566643946657662,0.255951455205554,0.286940203056372,0.0203045782488222,0.255951455205554,0.271613632426799,0.0244426713325799,0.5,0.255951455205554,0.284528862955779,0.0338836917565244,0.5,0.255951455205554,0.267484413209312,0.0424210850287706,0.5,0.255951455205554,0.246995476996984,0.0338928762193879,0.255951455205554,0.289686230603856,0.0472840950158932,0.226585885661324,0.0313843021417106,0.255951455205554,0.227192530274586,0.0315378211157674,0.5,0.255951455205554,0.236519646357785,0.093380985820315,0.255951455205554,0.230441077510668,0.00096963550812353,0.255951455205554,0.242291570510487,0.0132987818377127,0.255951455205554,0.251628174274318,0.00701501153073948,0.270279005703549,0.216079733452718 -4411,0.255951455205554,0.146526837117981,0.0815832039491619,0.255951455205554,0.14034116693953,0.0227655373675508,0.255951455205554,0.148678114605834,0.0121122246817425,0.255951455205554,0.148167359890912,0.0165578388748827,0.255951455205554,0.155400381182098,0.00346337006646451,0.255951455205554,0.140809777062883,0.00690821356017921,0.5,0.255951455205554,0.1515884945414,0.00817935832803957,0.5,0.255951455205554,0.134981934082165,0.0211989457446717,0.5,0.255951455205554,0.109931010735072,0.0151138978571881,0.255951455205554,0.155942952737019,0.0135418084681732,0.111090526223156,0.00759827952847055,0.255951455205554,0.108985913889784,0.00972982792455515,0.5,0.255951455205554,0.120039137999015,0.0326685452005622,0.255951455205554,0.103567214472474,0.00117886704631092,0.255951455205554,0.121404758009713,0.00462527350211937,0.255951455205554,0.125091320124989,0.00311212040699602,0.145821651179335,0.160282708040325 -4412,0.255951455205554,0.0452902678848247,0.0223288484264005,0.255951455205554,0.0373981188975126,0.0159533876287188,0.255951455205554,0.0401242431361493,0.00859793058342407,0.255951455205554,0.0412048878829939,0.0190451670861132,0.255951455205554,0.0387756929887497,0.00353304133754562,0.255951455205554,0.0299485314855543,0.00788151349181158,0.5,0.255951455205554,0.0342741743283106,0.00810685736076685,0.5,0.255951455205554,0.0251730068145318,0.0246037075076918,0.5,0.255951455205554,0.00929320931580274,0.0177368734689519,0.255951455205554,0.0355498892458853,0.0164720594666021,0.0243960616869051,0.0141459782908082,0.255951455205554,0.0207383482062518,0.0162168859323925,0.5,0.255951455205554,0.0302718481429723,0.029405628197879,0.255951455205554,0.0141064106249976,0.00708768071402147,0.255951455205554,0.0241459255388695,0.00853684694612776,0.255951455205554,0.0236864842580748,0.00701384622475227,0.044889019267724,0.126337884633347 -4413,0.255951455205554,0.0,0.0127621945503368,0.255951455205554,0.0,0.00945361571536459,0.255951455205554,0.0,0.00626027742461376,0.255951455205554,0.0,0.0158264773675614,0.255951455205554,0.0,0.00660777465396236,0.255951455205554,0.0,0.00816872138790814,0.5,0.255951455205554,0.0,0.00814868404754129,0.5,0.255951455205554,0.0,0.0283294694322835,0.5,0.255951455205554,0.0,0.0193268225369577,0.255951455205554,0.0,0.0221163525386108,0.0,0.0171713251502174,0.255951455205554,0.0,0.0196576899056289,0.5,0.255951455205554,0.0,0.0326915990873952,0.255951455205554,0.0,0.0173703870192161,0.255951455205554,0.0,0.00917462399583777,0.255951455205554,0.0,0.00810010544594806,0.0,0.102483244940625 -4414,0.255951455205554,0.0,0.00690294123305797,0.255951455205554,0.0,0.00467081592813135,0.255951455205554,0.0,0.00562645435589511,0.255951455205554,0.0,0.010880603580027,0.255951455205554,0.0,0.0131701290245839,0.255951455205554,0.0,0.00941750026155488,0.5,0.255951455205554,0.0,0.00775935058409187,0.5,0.255951455205554,0.0,0.0289380102767488,0.5,0.255951455205554,0.0,0.0200172679633019,0.255951455205554,0.0,0.0257121731662054,0.0,0.0194582298163249,0.255951455205554,0.0,0.0201229815147416,0.5,0.255951455205554,0.0,0.0338138193780882,0.255951455205554,0.0,0.0251247585883558,0.255951455205554,0.0,0.00882597296162759,0.255951455205554,0.0,0.00741163705757589,0.0,0.0746654083800195 -4415,0.255951455205554,0.0,0.00395434183928975,0.255951455205554,0.0,0.00200097662932194,0.255951455205554,0.0,0.00730310858902672,0.255951455205554,0.0,0.00792545353995056,0.255951455205554,0.0,0.0211632693099074,0.255951455205554,0.0,0.0119848513377046,0.5,0.255951455205554,0.0,0.0081138475291215,0.5,0.255951455205554,0.0,0.028224181020511,0.5,0.255951455205554,0.0,0.0201358331695321,0.255951455205554,0.0,0.0280511467086647,0.0,0.0215193176441556,0.255951455205554,0.0,0.0215151295959829,0.5,0.255951455205554,0.0,0.029668282964127,0.255951455205554,0.0,0.0294503536686863,0.255951455205554,0.0,0.00980587737961326,0.255951455205554,0.0,0.00732279482111744,0.0,0.0590956835963684 -4416,0.255951455205554,0.0,0.00705334932391079,0.255951455205554,0.0,0.00375029779472666,0.255951455205554,0.0,0.0118782124709368,0.255951455205554,0.0,0.00954232412924187,0.255951455205554,0.0,0.0278348507311304,0.255951455205554,0.0,0.0137087721119772,0.5,0.255951455205554,0.0,0.0082965934846902,0.5,0.255951455205554,0.0,0.0262528863254791,0.5,0.255951455205554,0.0,0.019825090772987,0.255951455205554,0.0,0.0301362341667236,0.0,0.026580820434213,0.255951455205554,0.0,0.0236286259684432,0.5,0.255951455205554,0.0,0.023555240619208,0.255951455205554,0.0,0.0377189611072354,0.255951455205554,0.0,0.0115363134284262,0.255951455205554,0.0,0.00793162169553551,0.0,0.0616730462060949 -4417,0.255951455205554,0.0,0.0164707899799849,0.255951455205554,0.0,0.00740914100975828,0.255951455205554,0.0,0.0179720291308235,0.255951455205554,0.0,0.0165051415535026,0.255951455205554,0.0,0.0319505667992827,0.255951455205554,0.0,0.0165971193007124,0.5,0.255951455205554,0.0,0.00841385339990066,0.5,0.255951455205554,0.0,0.0269636779377923,0.5,0.255951455205554,0.0,0.0210280369011693,0.255951455205554,0.0,0.026493553403843,0.0,0.0296273138497371,0.255951455205554,0.0,0.0276431466116345,0.5,0.255951455205554,0.0,0.0194128028220988,0.255951455205554,0.0,0.0470904869612727,0.255951455205554,0.0,0.014021115578678,0.255951455205554,0.0,0.00888706287970508,0.0,0.08579738001111 -4418,0.255951455205554,0.0,0.0293412722282065,0.255951455205554,0.0,0.01657914188953,0.255951455205554,0.0,0.0248276543311366,0.255951455205554,0.0,0.0262775316852007,0.255951455205554,0.0,0.0334320478240687,0.255951455205554,0.0,0.0195091255743746,0.5,0.255951455205554,0.0,0.00911884554581902,0.5,0.255951455205554,0.0,0.0292007327088029,0.5,0.255951455205554,0.0,0.0218041761738403,0.255951455205554,0.0,0.0333356946711322,0.0,0.0339361619727862,0.255951455205554,0.0,0.0321542818625242,0.5,0.255951455205554,0.0,0.0207067279255861,0.255951455205554,0.0,0.0530741308466107,0.255951455205554,0.0,0.0160833757043349,0.255951455205554,0.0,0.010598425141666,0.0,0.119189778013792 -4419,0.255951455205554,0.0,0.0442423827854062,0.255951455205554,0.0,0.0290461040722023,0.255951455205554,0.0,0.0343614295280809,0.255951455205554,0.0,0.0390897863789003,0.255951455205554,0.0,0.0339393265320071,0.255951455205554,0.0,0.0180338272198485,0.5,0.255951455205554,0.0,0.00938865537534311,0.5,0.255951455205554,0.0,0.0300375376226013,0.5,0.255951455205554,0.0,0.0233121249856247,0.255951455205554,0.0,0.0321849767493947,0.0,0.0352279352256474,0.255951455205554,0.0,0.0387482042436611,0.5,0.255951455205554,0.0,0.026615446952272,0.255951455205554,0.0,0.0607866734667205,0.255951455205554,0.0,0.0196459525118804,0.255951455205554,0.0,0.0137272284135579,0.0,0.134271951686371 -4420,0.255951455205554,0.0,0.0601064301875714,0.255951455205554,0.0,0.0330419872523849,0.255951455205554,0.0,0.0423667865828439,0.255951455205554,0.0,0.0453013915487131,0.255951455205554,0.0,0.0337775851606764,0.255951455205554,0.0,0.0180480096257366,0.5,0.255951455205554,0.0,0.00916450116077223,0.5,0.255951455205554,0.0,0.0287316857175179,0.5,0.255951455205554,0.0,0.0253939712118554,0.255951455205554,0.0,0.0281559219644502,0.0,0.0367399662051311,0.255951455205554,0.0,0.0437405242540531,0.5,0.255951455205554,0.0,0.0331697606249153,0.255951455205554,0.0,0.0734566216531718,0.255951455205554,0.0,0.0215257166467491,0.255951455205554,0.0,0.014148729686217,0.0,0.129734201663749 -4421,0.255951455205554,0.00429901086122575,0.0684848609072464,0.255951455205554,0.00385034909172325,0.0398093628477846,0.255951455205554,0.00160471643032231,0.0451551317001513,0.255951455205554,0.00222325094667937,0.0459196685895207,0.255951455205554,0.000138821349814573,0.0348133948504822,0.255951455205554,0.000150767819824993,0.0174086533197928,0.5,0.255951455205554,0.0,0.00838551358930312,0.5,0.255951455205554,0.0,0.0267641301662706,0.5,0.255951455205554,0.000465096692141397,0.0284421084682932,0.255951455205554,0.0,0.0246155481152977,0.00681498700873171,0.0376332818658981,0.255951455205554,0.00707871812347995,0.0458170061160911,0.5,0.255951455205554,0.00967838255490332,0.0322854156789987,0.255951455205554,0.00443167170942216,0.0847830439231974,0.255951455205554,0.00359036863357965,0.0223538198831956,0.255951455205554,0.00203046823311299,0.0130591053737119,0.0049456419762362,0.109337770452797 -4422,0.255951455205554,0.0597856912752792,0.0589110614744336,0.255951455205554,0.0592745807899357,0.027121132952004,0.255951455205554,0.0510390587705935,0.0349396956139124,0.255951455205554,0.052796072329165,0.0385461154447341,0.255951455205554,0.0425635886609946,0.0298899446342857,0.255951455205554,0.0462688397348685,0.0114640421174084,0.5,0.255951455205554,0.0359924818263268,0.00535278006648929,0.5,0.255951455205554,0.0373240877912037,0.0206459055555317,0.5,0.255951455205554,0.0496175408092785,0.0200635786515954,0.255951455205554,0.0313459363213371,0.0135557491190541,0.0688915640472571,0.0447865622339384,0.255951455205554,0.0683294812180374,0.0421825588043292,0.5,0.255951455205554,0.0698320865599501,0.0290483945947735,0.255951455205554,0.0637831904903507,0.0620993756670414,0.255951455205554,0.0600621852273423,0.0169743380614726,0.255951455205554,0.0560703951649287,0.00852086417966774,0.0619939627651368,0.083075878528442 -4423,0.255951455205554,0.132374856005556,0.0589067754846131,0.255951455205554,0.133580504019797,0.0265729367802514,0.255951455205554,0.12297199146479,0.0313253595732585,0.255951455205554,0.124313315009922,0.0350809824937719,0.255951455205554,0.113392655220465,0.0223098256980453,0.255951455205554,0.121392970942965,0.00751569325451525,0.5,0.255951455205554,0.10744539778277,0.00400929443192692,0.5,0.255951455205554,0.111921167761505,0.0165676306469626,0.5,0.255951455205554,0.130953008661637,0.017465865172173,0.255951455205554,0.101748817295059,0.00921689361280523,0.15323772132342,0.056883677611315,0.255951455205554,0.15324125866135,0.0526317409817475,0.5,0.255951455205554,0.151297954665584,0.0351634693943786,0.255951455205554,0.148907249999878,0.0751577005415581,0.255951455205554,0.14046364795097,0.0188973914409031,0.255951455205554,0.137215058597087,0.00536815273440651,0.135290047439687,0.0648443124116478 -4424,0.255951455205554,0.248177602253332,0.0736854963372024,0.255951455205554,0.249642334809381,0.0494592545603905,0.255951455205554,0.238398252861078,0.0427313282165326,0.255951455205554,0.239558091428331,0.0456170109261645,0.255951455205554,0.227616193817706,0.023957783843679,0.255951455205554,0.23878166452858,0.0115645476515233,0.5,0.255951455205554,0.22078239486984,0.00751537763539962,0.5,0.255951455205554,0.227105614317692,0.0431498687281584,0.5,0.255951455205554,0.249968017621505,0.0475000276052949,0.255951455205554,0.213684104398073,0.0105216417414097,0.270285104429935,0.107827593952554,0.255951455205554,0.27095858361725,0.097876761132613,0.5,0.255951455205554,0.26886334564804,0.0789797333947947,0.255951455205554,0.268354809527637,0.170486715874805,0.255951455205554,0.259390378921864,0.0409169593495167,0.255951455205554,0.258591866623226,0.00760586106799841,0.251354577637763,0.0553980252656345 -4425,0.255951455205554,0.369032063259361,0.102046242671695,0.255951455205554,0.371037022595921,0.064234387222211,0.255951455205554,0.361275985505097,0.0619217245262688,0.255951455205554,0.361412960092971,0.0717340441465749,0.255951455205554,0.350163630676931,0.0282575726276104,0.255951455205554,0.365355942282295,0.0337485361637756,0.5,0.255951455205554,0.345468947214772,0.0084940531368185,0.5,0.255951455205554,0.355448817296378,0.0583295845303389,0.5,0.255951455205554,0.381592216725798,0.102697197698659,0.255951455205554,0.337776947771493,0.00863474347583339,0.394369219751924,0.199475862342502,0.255951455205554,0.39700198509558,0.151247016130108,0.5,0.255951455205554,0.391707741069493,0.0891205069554331,0.255951455205554,0.399028205488212,0.289853366005296,0.255951455205554,0.387011311189643,0.0548199791593049,0.255951455205554,0.38896297986497,0.0156678638893905,0.371780211776329,0.0518011723241579 -4426,0.255951455205554,0.500563883301889,0.093097926741363,0.255951455205554,0.50138341071022,0.0798021196827625,0.255951455205554,0.494218593123332,0.0623238673509062,0.255951455205554,0.493749825440666,0.0685693597778077,0.255951455205554,0.478448193838311,0.0368731315446341,0.255951455205554,0.498945152804782,0.0516689729399354,0.5,0.255951455205554,0.477668962356919,0.0123379158883795,0.5,0.255951455205554,0.488248241784415,0.0441828770184901,0.5,0.255951455205554,0.512646572482676,0.118191726210148,0.255951455205554,0.461720303187036,0.010932331292566,0.519966439642514,0.205875313178799,0.255951455205554,0.524698457975427,0.188744613993413,0.5,0.255951455205554,0.520603933861451,0.110004930406836,0.255951455205554,0.530338966020088,0.33389443670378,0.255951455205554,0.518854902481882,0.0749187879385283,0.255951455205554,0.52229883452671,0.0269446342386506,0.502648539927143,0.0457067552078224 -4427,0.255951455205554,0.609643689287641,0.0892464330697153,0.255951455205554,0.607502176547644,0.0940557995769464,0.255951455205554,0.604664946120929,0.0686941825798431,0.255951455205554,0.604161761035876,0.0796221664408001,0.255951455205554,0.581399399040739,0.0347975561269565,0.255951455205554,0.606327706602587,0.0504119686883603,0.5,0.255951455205554,0.580932851858356,0.0113094970547523,0.5,0.255951455205554,0.594402304621794,0.0366136340343919,0.5,0.255951455205554,0.613453988693725,0.102888327330146,0.255951455205554,0.531977729793781,0.00815928007420873,0.613285244651284,0.199235017779313,0.255951455205554,0.620532016662803,0.222662160765678,0.5,0.255951455205554,0.619746726190607,0.108719871312494,0.255951455205554,0.628925406748319,0.350616798503304,0.255951455205554,0.62105176457999,0.0993311917831354,0.255951455205554,0.624690263302987,0.0342423648585842,0.610854228012376,0.039538186135475 -4428,0.255951455205554,0.669892838809209,0.0926574483191038,0.255951455205554,0.670601134951126,0.131435468052373,0.255951455205554,0.670602044306154,0.0802036730466831,0.255951455205554,0.671258998974476,0.0910275469366459,0.255951455205554,0.636444540902524,0.0381704980232524,0.255951455205554,0.667791047201994,0.0343701888449087,0.5,0.255951455205554,0.631986056891188,0.00484496815074516,0.5,0.255951455205554,0.651021565162819,0.0229561285397326,0.5,0.255951455205554,0.668391402902349,0.0790760814102226,0.255951455205554,0.545767362138641,0.00344833441029172,0.665323994326197,0.287347839192894,0.255951455205554,0.673598346622664,0.277659656723011,0.5,0.255951455205554,0.671426943768673,0.143816862836534,0.255951455205554,0.682908427113184,0.387831706977286,0.255951455205554,0.678763237191786,0.123093640448299,0.255951455205554,0.681517163522222,0.0323829997560582,0.674682318562577,0.0344290312208714 -4429,0.255951455205554,0.693073304465172,0.106373846893411,0.255951455205554,0.692870290761886,0.131721132471845,0.255951455205554,0.688646283410364,0.0930021205446412,0.255951455205554,0.696060674271981,0.0977736876965151,0.255951455205554,0.6573913838032,0.0387891243200993,0.255951455205554,0.687318291915682,0.0242878059412772,0.5,0.255951455205554,0.614859570575386,0.00242547143988886,0.5,0.255951455205554,0.663227076890066,0.0131885538048642,0.5,0.255951455205554,0.680458434682346,0.0582535504794977,0.255951455205554,0.383490651265976,0.000412597827127723,0.680824013105955,0.425968150213458,0.255951455205554,0.688163824478623,0.345659711114685,0.5,0.255951455205554,0.687481301681173,0.190355185131484,0.255951455205554,0.696340858136764,0.400615151038405,0.255951455205554,0.69570494698739,0.145600645868318,0.255951455205554,0.697597375182153,0.0350861208704726,0.678392772361562,0.0292541310071098 -4430,0.255951455205554,0.686599069847293,0.106979627950694,0.255951455205554,0.677682500305599,0.128992537088221,0.255951455205554,0.666000183095374,0.0991800817857489,0.255951455205554,0.675993864121069,0.102212167982196,0.255951455205554,0.640621396662073,0.0375891473020885,0.255951455205554,0.66295826016782,0.0271118989676567,0.5,0.255951455205554,0.520776448710576,0.00414658206533141,0.5,0.255951455205554,0.637812616412625,0.0144522274659557,0.5,0.255951455205554,0.651975311107534,0.0577166992359778,0.255951455205554,0.195191857167308,0.00113884148044119,0.658690856874643,0.457383960623312,0.255951455205554,0.664598155908782,0.37285959919606,0.5,0.255951455205554,0.66978826297849,0.231232000318048,0.255951455205554,0.6704822885167,0.393951094260473,0.255951455205554,0.674045463441367,0.169185813596519,0.255951455205554,0.675652654004365,0.0466403004534506,0.685086065397456,0.0198987267747412 -4431,0.255951455205554,0.628343994053401,0.0978431504216516,0.255951455205554,0.617389705048413,0.119257812781132,0.255951455205554,0.606774148206797,0.100578601686644,0.255951455205554,0.604373064887257,0.101570463619265,0.255951455205554,0.583499536158531,0.0496306703796361,0.255951455205554,0.572553067693589,0.0179029120224097,0.5,0.255951455205554,0.440333625498509,0.00443530341640484,0.5,0.255951455205554,0.569531881703563,0.0136588764521742,0.5,0.255951455205554,0.57975711200629,0.0634018727296387,0.255951455205554,0.362709318919537,0.00656732814271491,0.592652313536555,0.498131308322793,0.255951455205554,0.596497570785752,0.39481342805325,0.5,0.255951455205554,0.603970167505704,0.264357826675195,0.255951455205554,0.601093194863182,0.389455269627566,0.255951455205554,0.608805757219763,0.18310255643045,0.255951455205554,0.611685109427523,0.0442543207174843,0.625942888536872,0.0150556798505379 -4432,0.255951455205554,0.520375622129644,0.0861758716947173,0.255951455205554,0.500016693881259,0.115336055778522,0.255951455205554,0.503767940838211,0.0969371957906488,0.255951455205554,0.508448692606178,0.0985237604989837,0.255951455205554,0.481333826133494,0.0369611364158815,0.255951455205554,0.477964856075495,0.00577631042590334,0.5,0.255951455205554,0.41375684289388,0.00820974092004194,0.5,0.255951455205554,0.456670845181814,0.0153223555335535,0.5,0.255951455205554,0.468445757507079,0.0593521038884088,0.255951455205554,0.355988978950251,0.0130501410379631,0.481325353436611,0.501808699454459,0.255951455205554,0.482460633027445,0.390539231790924,0.5,0.255951455205554,0.490915895896838,0.297466570665649,0.255951455205554,0.486378603092135,0.368311300885606,0.255951455205554,0.49685761227261,0.156003039992705,0.255951455205554,0.50079524741189,0.0481560672087209,0.519136525761832,0.0173129731240401 -4433,0.255951455205554,0.38460847832978,0.0682066757791965,0.255951455205554,0.36859935204705,0.0993237212931498,0.255951455205554,0.372572126933469,0.0676246226882821,0.255951455205554,0.379603619403104,0.082668660369029,0.255951455205554,0.359318913640027,0.0197171260231399,0.255951455205554,0.36754962812589,0.00237847507256634,0.5,0.255951455205554,0.284108635756661,0.012178060310793,0.5,0.255951455205554,0.299123811749466,0.00759976448614186,0.5,0.255951455205554,0.334164348578119,0.0517946794097703,0.255951455205554,0.196665237982173,0.00991702660332744,0.352224532661874,0.370359784354784,0.255951455205554,0.351000047080786,0.296789087582323,0.5,0.255951455205554,0.36009279865592,0.288322807800464,0.255951455205554,0.352094295043754,0.287806431676646,0.255951455205554,0.363466458534964,0.106551139311702,0.255951455205554,0.36318436314157,0.0453068252950461,0.376765085449272,0.0215171529772767 -4434,0.255951455205554,0.255741313602073,0.0317263574993314,0.255951455205554,0.253285850738082,0.02244625616358,0.255951455205554,0.255818757825069,0.0212009657897337,0.255951455205554,0.255594536535226,0.0246595530951991,0.255951455205554,0.22900842865761,0.00966094655741986,0.255951455205554,0.242814025108528,0.00103783038262632,0.5,0.255951455205554,0.16582127695459,0.00861491630138537,0.5,0.255951455205554,0.14364804500146,0.0184704987822508,0.5,0.255951455205554,0.205434726359134,0.0163480691196148,0.255951455205554,0.169736466095101,0.00198643526782949,0.229526504134287,0.147046199672084,0.255951455205554,0.227103391195862,0.121118793542483,0.5,0.255951455205554,0.23576032168732,0.138053343187714,0.255951455205554,0.225725592970388,0.135682961489606,0.255951455205554,0.236743059058607,0.0286626045426132,0.255951455205554,0.233590029818605,0.0157733955465468,0.252170018081454,0.0248590648183257 -4435,0.255951455205554,0.136409386700722,0.0195554745286942,0.255951455205554,0.132470946027574,0.00189002761371458,0.255951455205554,0.136036870179993,0.00625728592049986,0.255951455205554,0.13860513647867,0.00262146463262923,0.255951455205554,0.104309758054706,0.00414149215335018,0.255951455205554,0.117797832521808,0.00307888996913484,0.5,0.255951455205554,0.0876798753463894,0.00408278313720957,0.5,0.255951455205554,0.057015520255148,0.00979837865463797,0.5,0.255951455205554,0.0813373492248817,0.0149690010247353,0.255951455205554,0.131911042460819,0.0013514219829386,0.112705617514774,0.0853703675136055,0.255951455205554,0.106935534433283,0.108668326128522,0.5,0.255951455205554,0.119341719990634,0.109783885857997,0.255951455205554,0.0999695166250832,0.13895460817008,0.255951455205554,0.114877609775784,0.0214316143218571,0.255951455205554,0.110407777812063,0.0106230136792818,0.134668037191345,0.0309677923823922 -4436,0.255951455205554,0.0521153515216586,0.0283086314516123,0.255951455205554,0.0390530146740938,0.00192608390515642,0.255951455205554,0.0451872380497555,0.00694993002627286,0.255951455205554,0.0481600619944853,0.000880250601494572,0.255951455205554,0.0251783572502601,0.00561778042104283,0.255951455205554,0.0303587105756166,0.0119201082770489,0.5,0.255951455205554,0.0280087946118487,0.0116498381129238,0.5,0.255951455205554,0.010307496774031,0.0100844191241654,0.5,0.255951455205554,0.00585702354224737,0.0216269306798902,0.255951455205554,0.0377920681333984,0.00386240211835706,0.0211200427195662,0.117303054042097,0.255951455205554,0.0170274089109251,0.144998802738848,0.5,0.255951455205554,0.0300057586223202,0.138319841561117,0.255951455205554,0.0144191100682818,0.157623411623483,0.255951455205554,0.0279728704317587,0.0260908288357381,0.255951455205554,0.0277071362639664,0.0114303084954993,0.0538374020393303,0.0338220858678079 -4437,0.255951455205554,0.0,0.0403992085009524,0.255951455205554,0.0,0.00175151690618076,0.255951455205554,0.0,0.00639976719916143,0.255951455205554,0.0,0.000370054861858585,0.255951455205554,1.38102515173888e-05,0.00759366565657152,0.255951455205554,0.0,0.0241722260700132,0.5,0.255951455205554,0.0,0.0166237744782555,0.5,0.255951455205554,0.0,0.0368321588528827,0.5,0.255951455205554,0.0,0.0693027369749778,0.255951455205554,0.0,0.0050613853614327,0.0,0.133945704338928,0.255951455205554,0.0,0.165453670694034,0.5,0.255951455205554,0.0,0.172918565051,0.255951455205554,0.0,0.15045981792459,0.255951455205554,0.0,0.0257670738510254,0.255951455205554,0.0,0.0115183069694627,0.0,0.0325145720406797 -4438,0.255951455205554,0.0,0.0417728956305848,0.255951455205554,0.0,0.00178095180237876,0.255951455205554,0.0,0.00571575742471362,0.255951455205554,0.0,0.000440730344706583,0.255951455205554,0.0,0.00761653746761489,0.255951455205554,0.0,0.0310169652886175,0.5,0.255951455205554,0.0,0.0127280651071019,0.5,0.255951455205554,0.0,0.0495148431308681,0.5,0.255951455205554,0.0,0.0967178509163375,0.255951455205554,0.0,0.00566227008393221,0.0,0.137523231895194,0.255951455205554,0.0,0.158906667622675,0.5,0.255951455205554,0.0,0.180812083310061,0.255951455205554,0.0,0.129483870200017,0.255951455205554,0.0,0.0212496550911057,0.255951455205554,0.0,0.0139094631558547,0.0,0.0346814802754987 -4439,0.255951455205554,0.0,0.0333765691711826,0.255951455205554,0.0,0.000768588132405999,0.255951455205554,0.0,0.00584668723941607,0.255951455205554,0.0,0.000721208296034256,0.255951455205554,0.0,0.0083875561517795,0.255951455205554,0.0,0.0181779997707754,0.5,0.255951455205554,0.0,0.00802432456815438,0.5,0.255951455205554,0.0,0.0601097343929053,0.5,0.255951455205554,0.0,0.0783081391728151,0.255951455205554,0.0,0.00663227877175437,0.0,0.122717927694183,0.255951455205554,0.0,0.13878822585907,0.5,0.255951455205554,0.0,0.161531089332782,0.255951455205554,0.0,0.125609028266654,0.255951455205554,0.0,0.0197120941067475,0.255951455205554,0.0,0.0144172483867202,0.0,0.0375215794840069 -4440,0.255951455205554,0.0,0.0202539553852833,0.255951455205554,0.0,0.000131905489168889,0.255951455205554,0.0,0.00538691423604335,0.255951455205554,0.0,0.003003654458407,0.255951455205554,0.0,0.00919788353547367,0.255951455205554,0.0,0.0082097487988517,0.5,0.255951455205554,0.0,0.00832312751504147,0.5,0.255951455205554,0.0,0.0509080258262359,0.5,0.255951455205554,0.0,0.0496236208209707,0.255951455205554,0.0,0.00180120577850039,0.0,0.126059422266104,0.255951455205554,0.0,0.123926106696804,0.5,0.255951455205554,0.0,0.133587094207204,0.255951455205554,0.0,0.111358084189954,0.255951455205554,0.0,0.0167993511224263,0.255951455205554,0.0,0.0128852231079528,0.0,0.0352072832105295 -4441,0.255951455205554,0.0,0.0130073034552856,0.255951455205554,0.0,0.000472293838087884,0.255951455205554,0.0,0.00239458455488503,0.255951455205554,0.0,0.00265788495957029,0.255951455205554,0.0,0.0083518963148317,0.255951455205554,0.0,0.00901624764123458,0.5,0.255951455205554,0.0,0.00779446203470234,0.5,0.255951455205554,0.0,0.0466677720876671,0.5,0.255951455205554,0.0,0.0396091839218866,0.255951455205554,0.0,0.00241150729288275,0.0,0.135812759686368,0.255951455205554,0.0,0.11384062537217,0.5,0.255951455205554,0.0,0.10656346972871,0.255951455205554,0.0,0.0998078660081694,0.255951455205554,0.0,0.0122486445473725,0.255951455205554,0.0,0.0154986280115083,0.0,0.0328881503069094 -4442,0.255951455205554,0.0,0.00882806430019687,0.255951455205554,0.0,0.000176387739717556,0.255951455205554,0.0,0.00155023490814742,0.255951455205554,0.0,0.00166787605543755,0.255951455205554,0.0,0.00953096025305396,0.255951455205554,0.0,0.0116907748905242,0.5,0.255951455205554,0.0,0.0105008443951278,0.5,0.255951455205554,0.0,0.05997255782633,0.5,0.255951455205554,0.0,0.0447504661730913,0.255951455205554,0.0,0.0117063470991343,0.0,0.11701113275914,0.255951455205554,0.0,0.101829378521243,0.5,0.255951455205554,0.0,0.0899862777189415,0.255951455205554,0.0,0.089577701362008,0.255951455205554,0.0,0.0145066828319257,0.255951455205554,0.0,0.0244421325594809,0.0,0.0396661310258363 -4443,0.255951455205554,0.0,0.00437002264492162,0.255951455205554,0.0,6.08072012792462e-05,0.255951455205554,0.0,0.00240594524630375,0.255951455205554,0.0,0.00171095909440041,0.255951455205554,0.0,0.0126025221252811,0.255951455205554,0.0,0.0107400030868174,0.5,0.255951455205554,0.0,0.0160640571324717,0.5,0.255951455205554,0.0,0.112509228924313,0.5,0.255951455205554,0.0,0.0641521063666003,0.255951455205554,0.0,0.0116832540801896,0.0,0.085015838375018,0.255951455205554,0.0,0.0777770770522509,0.5,0.255951455205554,0.0,0.0750461160109589,0.255951455205554,0.0,0.104384847894998,0.255951455205554,0.0,0.0132763229521065,0.255951455205554,0.0,0.0272807696726136,0.0,0.0547841993774525 -4444,0.255951455205554,0.0,0.0020611008377909,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00437109346799875,0.255951455205554,0.0,0.000331299400352781,0.255951455205554,0.0,0.0169729484985297,0.255951455205554,0.0,0.00762098321650904,0.5,0.255951455205554,0.0,0.0183167765733217,0.5,0.255951455205554,0.0,0.218093654815507,0.5,0.255951455205554,0.0,0.0854398539581312,0.255951455205554,0.0,0.00742901031064275,0.0,0.0676490705470808,0.255951455205554,0.0,0.061459884103631,0.5,0.255951455205554,0.0,0.0637878164475119,0.255951455205554,0.0,0.0973197228099909,0.255951455205554,0.0,0.00602079087943112,0.255951455205554,0.0,0.0113275434796326,0.0,0.0682279375635995 -4445,0.255951455205554,0.00346254113129473,0.00105478151605036,0.255951455205554,0.00314082257477653,0.000344543894250272,0.255951455205554,0.00115397596040521,0.00830959970478527,0.255951455205554,0.00161996179885292,8.02909304941021e-06,0.255951455205554,7.99177610280908e-05,0.0231483565134689,0.255951455205554,7.0046762980533e-05,0.00571270877275123,0.5,0.255951455205554,0.0,0.0201228912427179,0.5,0.255951455205554,0.0,0.236880105487512,0.5,0.255951455205554,4.31221322620597e-05,0.11722524594757,0.255951455205554,0.0,0.0192559571812536,0.00410046069048045,0.0524488896399928,0.255951455205554,0.00503320654645629,0.0472479160223169,0.5,0.255951455205554,0.00671930024418201,0.0495210842323888,0.255951455205554,0.00293462984710727,0.0671745897009184,0.255951455205554,0.00208043129642613,0.00509004551399148,0.255951455205554,0.000859397154996595,0.00842891849043616,0.00409996613501671,0.0642650600947741 -4446,0.255951455205554,0.0499769573354364,0.000399159131634785,0.255951455205554,0.053013073018316,0.0016923670970057,0.255951455205554,0.04470070056714,0.0123707332327141,0.255951455205554,0.0475114986813396,0.000107719413623709,0.255951455205554,0.0317677280927044,0.0295737111717751,0.255951455205554,0.0383768270909156,0.00464663032201296,0.5,0.255951455205554,0.0239258601708191,0.0243195146112486,0.5,0.255951455205554,0.0228294310046794,0.190232623802358,0.5,0.255951455205554,0.0121790951978776,0.136796885223423,0.255951455205554,0.00689969794335909,0.0303939873595762,0.0544091199016331,0.0359788885884651,0.255951455205554,0.0618593334986939,0.0390068931587134,0.5,0.255951455205554,0.0599685646827878,0.0443979331824106,0.255951455205554,0.0440297219597927,0.0540197710700311,0.255951455205554,0.0369029632988894,0.014638389969011,0.255951455205554,0.0305658531522062,0.0125995646697036,0.0472834692512275,0.0627803763368096 -4447,0.255951455205554,0.109849394746013,0.00011196020804029,0.255951455205554,0.123015084065338,0.00206934918446369,0.255951455205554,0.108645545551624,0.0178529342047812,0.255951455205554,0.117194949172784,0.00166429533217552,0.255951455205554,0.0854292893124229,0.0369582653653497,0.255951455205554,0.103596281039737,0.00556330012482923,0.5,0.255951455205554,0.0698884731288291,0.039100893244879,0.5,0.255951455205554,0.0760588650679178,0.195856624997878,0.5,0.255951455205554,0.0363369392552456,0.183978140963401,0.255951455205554,0.0487217527164679,0.0850816606455039,0.131098365342444,0.0361994665205305,0.255951455205554,0.134025943841849,0.0454783656956671,0.5,0.255951455205554,0.12903103774248,0.0622049630894486,0.255951455205554,0.0965763085650261,0.0674702611052654,0.255951455205554,0.0851158128082423,0.0243292245511284,0.255951455205554,0.076925774839828,0.0162955554468872,0.119414664274471,0.0687036155121523 -4448,0.255951455205554,0.189579948463773,0.000251824755663609,0.255951455205554,0.222931792512924,0.00650676582726459,0.255951455205554,0.185856365354557,0.0315832456734066,0.255951455205554,0.225055047190118,0.0132295830952832,0.255951455205554,0.144577865025922,0.0791123820534401,0.255951455205554,0.175825750895948,0.00915874556113413,0.5,0.255951455205554,0.129492115560801,0.141719919646252,0.5,0.255951455205554,0.14259771401107,0.288570787880807,0.5,0.255951455205554,0.0718352618104311,0.272562911917725,0.255951455205554,0.111255765895123,0.423118344547192,0.224691929814962,0.022012301028629,0.255951455205554,0.224663605112623,0.0457519403788293,0.5,0.255951455205554,0.204803897950284,0.0773575575123387,0.255951455205554,0.15307615554824,0.0816279390905559,0.255951455205554,0.148580292605152,0.0310762100143936,0.255951455205554,0.140506916864776,0.0289688386646013,0.218184010054121,0.0687587100358559 -4449,0.255951455205554,0.271239384181184,0.00187451121369996,0.255951455205554,0.32175524848416,0.0202062885885869,0.255951455205554,0.245383466859229,0.0616523592407435,0.255951455205554,0.334497409611485,0.0541622734386643,0.255951455205554,0.19412034917863,0.157450542015059,0.255951455205554,0.205586595610772,0.0192528044112831,0.5,0.255951455205554,0.191864645973111,0.30747129053521,0.5,0.255951455205554,0.193421443030558,0.375949724504616,0.5,0.255951455205554,0.121818056676177,0.337265952845579,0.255951455205554,0.128731852462404,0.510241381235826,0.312766347277524,0.00938400923345158,0.255951455205554,0.326175946262136,0.0303733319876187,0.5,0.255951455205554,0.276922377628302,0.0622571596817573,0.255951455205554,0.262148581091305,0.0781199709489638,0.255951455205554,0.236153782852735,0.0558674267726067,0.255951455205554,0.259004446692062,0.067541813873801,0.316850091722134,0.0664855960440755 -4450,0.255951455205554,0.396732478766159,0.00705360429339707,0.255951455205554,0.43410968978283,0.0333335650475174,0.255951455205554,0.301695600160639,0.09935196730218,0.255951455205554,0.437128715598163,0.103979839911938,0.255951455205554,0.257393742777486,0.284919054817936,0.255951455205554,0.278708283318477,0.0588826411038878,0.5,0.255951455205554,0.237192470203445,0.45565677176334,0.5,0.255951455205554,0.233882550416793,0.396038361190283,0.5,0.255951455205554,0.194932069398473,0.403573965729936,0.255951455205554,0.252833418871428,0.656608140439334,0.40743883175126,0.0224885585267889,0.255951455205554,0.417049273243529,0.0206205905978488,0.5,0.255951455205554,0.358058175707913,0.0472382003343284,0.255951455205554,0.396691868072721,0.0895616165199144,0.255951455205554,0.343718773869269,0.0769752520742212,0.255951455205554,0.3450752838667,0.0897069457194652,0.416973188124903,0.0426745130585863 -4451,0.255951455205554,0.531956596126681,0.0236198559544606,0.255951455205554,0.538140925103905,0.0717762663059563,0.255951455205554,0.368306122582323,0.159179435267109,0.255951455205554,0.497055113489266,0.207281304118572,0.255951455205554,0.350436149491492,0.438688184635646,0.255951455205554,0.313200170046793,0.171654136366225,0.5,0.255951455205554,0.325382222904609,0.602161790713421,0.5,0.255951455205554,0.251133088600718,0.442437940715646,0.5,0.255951455205554,0.268455106535266,0.452656598217131,0.255951455205554,0.556179870585961,0.845205015921918,0.454178801062465,0.0495378432876777,0.255951455205554,0.496870166997315,0.0255751105793795,0.5,0.255951455205554,0.433063899310128,0.0432372190736415,0.255951455205554,0.507131371297867,0.102047622753771,0.255951455205554,0.453963928372062,0.0836926010270793,0.255951455205554,0.456210389722376,0.11047376037122,0.492589382118649,0.0369015953014289 -4452,0.255951455205554,0.624744296798971,0.0647266849972103,0.255951455205554,0.61591796476661,0.14634616622203,0.255951455205554,0.453774184773443,0.273003676959311,0.255951455205554,0.516057015267557,0.325964806650999,0.255951455205554,0.436957016207966,0.53612461007354,0.255951455205554,0.32095724220892,0.327834422824261,0.5,0.255951455205554,0.448308784815321,0.729224287413615,0.5,0.255951455205554,0.310315789999489,0.575252193227467,0.5,0.255951455205554,0.316497656690296,0.50620640455007,0.255951455205554,0.602227874587484,0.915779123749487,0.503016247171923,0.0473806207064899,0.255951455205554,0.553743857497766,0.0349425553108234,0.5,0.255951455205554,0.479302559807548,0.0630155750423349,0.255951455205554,0.547609322491302,0.101959514681658,0.255951455205554,0.557128376448144,0.0917755215019942,0.255951455205554,0.499670993402681,0.152476894823493,0.590918201001234,0.0249524654795022 -4453,0.255951455205554,0.657310845852559,0.118698937239894,0.255951455205554,0.654199251695471,0.245117381972419,0.255951455205554,0.513047632348074,0.388555191417489,0.255951455205554,0.518436831095944,0.383927307266142,0.255951455205554,0.438534432840497,0.575836945891951,0.255951455205554,0.395053995315516,0.438359925321059,0.5,0.255951455205554,0.531288515107704,0.765940316008279,0.5,0.255951455205554,0.397318286859326,0.581546062544494,0.5,0.255951455205554,0.372462841996953,0.574780899720056,0.255951455205554,0.349273536586753,0.907537284031496,0.533736809644673,0.0237519705017932,0.255951455205554,0.588104764849171,0.0404606530478839,0.5,0.255951455205554,0.515339666161114,0.0768641213007009,0.255951455205554,0.493713533164116,0.0980773445120126,0.255951455205554,0.612801474002721,0.109668681975327,0.255951455205554,0.4827322524091,0.209732174463951,0.669093545279012,0.0183871908254856 -4454,0.255951455205554,0.627813835517891,0.120613962015237,0.255951455205554,0.636260996644407,0.376580414743007,0.255951455205554,0.509932815290025,0.437315551615606,0.255951455205554,0.459334826855777,0.446445461561649,0.255951455205554,0.35001541603993,0.599336657276913,0.255951455205554,0.504322339853979,0.505467809399772,0.5,0.255951455205554,0.442383225153063,0.808208740826846,0.5,0.255951455205554,0.474737017418941,0.565601242289109,0.5,0.255951455205554,0.426749984705008,0.593632377981873,0.255951455205554,0.149598649125436,0.793960210363584,0.562633800834161,0.00607761828349115,0.255951455205554,0.570803089553238,0.0378804509518857,0.5,0.255951455205554,0.523332475605658,0.0697890799886826,0.255951455205554,0.477271050276642,0.0865679688636382,0.255951455205554,0.610010492352105,0.144427028873081,0.255951455205554,0.524646490777035,0.259526339387412,0.662894971724568,0.0160661543757974 -4455,0.255951455205554,0.542469216824562,0.120410947412003,0.255951455205554,0.502117331717312,0.424084157754322,0.255951455205554,0.429526904126423,0.472248097086834,0.255951455205554,0.310637083998835,0.415515732635891,0.255951455205554,0.250527885808085,0.647697719872783,0.255951455205554,0.515576445179176,0.561636191627411,0.5,0.255951455205554,0.260176699509621,0.735087048101138,0.5,0.255951455205554,0.460662005594392,0.51509824271266,0.5,0.255951455205554,0.431623634306205,0.515344661812403,0.255951455205554,0.344750289155068,0.770279398240706,0.514204641259056,0.00115166143597055,0.255951455205554,0.487175198499686,0.0327180029590352,0.5,0.255951455205554,0.47051069106465,0.049236348022326,0.255951455205554,0.45877602814812,0.0762981650741758,0.255951455205554,0.544424743882607,0.1423309329795,0.255951455205554,0.478632429594944,0.302413441544849,0.604824366442595,0.0451183008907785 -4456,0.255951455205554,0.400445249417957,0.158473366958722,0.255951455205554,0.341129934473298,0.514554630508804,0.255951455205554,0.286573141712947,0.474998692175519,0.255951455205554,0.466507590527411,0.392650843199066,0.255951455205554,0.133346820731174,0.612055846065053,0.255951455205554,0.379329540831189,0.586774685301984,0.5,0.255951455205554,0.105857241995258,0.677950413554918,0.5,0.255951455205554,0.340796372851345,0.441381191867421,0.5,0.255951455205554,0.341483930801412,0.458253585790002,0.255951455205554,0.194205891007893,0.816320998927567,0.389868744965368,0.00665992481827853,0.255951455205554,0.396094828289252,0.0304575403435403,0.5,0.255951455205554,0.339573856359287,0.0264028005632286,0.255951455205554,0.380841413655384,0.082366382870626,0.255951455205554,0.421373712376691,0.116110744992003,0.255951455205554,0.409284191411953,0.34092767289202,0.456935957501004,0.146829859101051 -4457,0.255951455205554,0.314072431707196,0.189856818994084,0.255951455205554,0.26347807350518,0.330599435474869,0.255951455205554,0.168411273940648,0.437491275541714,0.255951455205554,0.259005406859411,0.478948662403941,0.255951455205554,0.0541666209371368,0.5377753661301,0.255951455205554,0.192284210412366,0.514538373277613,0.5,0.255951455205554,0.0651013096089879,0.598085627308099,0.5,0.255951455205554,0.210396256551026,0.339197178647177,0.5,0.255951455205554,0.258525284751088,0.405891973894175,0.255951455205554,0.0165469645185385,0.779559995084831,0.28111577187919,0.00888335088867545,0.255951455205554,0.289123309381535,0.0257408281400437,0.5,0.255951455205554,0.266673853423967,0.0141794819979026,0.255951455205554,0.277756358107889,0.0874581577931435,0.255951455205554,0.297557808546642,0.175997318567243,0.255951455205554,0.307335882647031,0.3364863832333,0.26198271486578,0.271195325269168 -4458,0.255951455205554,0.214214186232652,0.191022940995244,0.255951455205554,0.226332649832987,0.363168007562178,0.255951455205554,0.0882252321900352,0.376713600003385,0.255951455205554,0.103477584792003,0.507569980117806,0.255951455205554,0.0225058831962668,0.476323447096702,0.255951455205554,0.0841935378619498,0.368434611199813,0.5,0.255951455205554,0.026147454994017,0.541250022698055,0.5,0.255951455205554,0.116072461311384,0.250772519256136,0.5,0.255951455205554,0.163554720666749,0.302764320778888,0.255951455205554,0.00212781858755038,0.619427421525055,0.15621325741236,0.00129764867159131,0.255951455205554,0.187162640292668,0.0215315032753505,0.5,0.255951455205554,0.164837422023227,0.00715610676798667,0.255951455205554,0.176806347255378,0.0696262257462952,0.255951455205554,0.174901278425104,0.215996628595792,0.255951455205554,0.205208231881899,0.28538192114168,0.191328771070298,0.511718501578012 -4459,0.255951455205554,0.0955247996507514,0.216619008066174,0.255951455205554,0.126711719528432,0.123193982132554,0.255951455205554,0.0371654762296072,0.278100487920942,0.255951455205554,0.0329373302646421,0.389165432309008,0.255951455205554,0.00957552192875884,0.434049210246733,0.255951455205554,0.0320107396243943,0.245014448862813,0.5,0.255951455205554,0.003667003677179,0.51037064116054,0.5,0.255951455205554,0.0489467262071181,0.144018076313244,0.5,0.255951455205554,0.075909379918271,0.197613616799839,0.255951455205554,0.000875180835822008,0.207274294146187,0.100107553750794,0.00067197662155252,0.255951455205554,0.0878515779611677,0.0277553767061121,0.5,0.255951455205554,0.0802297277890965,0.00592777242842088,0.255951455205554,0.0692097416922486,0.0690250319145084,0.255951455205554,0.0977093602005208,0.197134731766347,0.255951455205554,0.0983895764149383,0.141300232363573,0.0945481616509933,0.540227509054497 -4460,0.255951455205554,0.023744996147033,0.162413655355125,0.255951455205554,0.0250743658578221,0.126876997779301,0.255951455205554,0.00905947717153589,0.209451814721181,0.255951455205554,0.00384811405915071,0.203205731395055,0.255951455205554,0.00303765979855144,0.376246863684163,0.255951455205554,0.00537284643269765,0.177279403857955,0.5,0.255951455205554,0.000538144758759038,0.404756692962793,0.5,0.255951455205554,0.0100022939600084,0.0644040209173416,0.5,0.255951455205554,0.00521211263841987,0.126794764438044,0.255951455205554,0.000396389437836458,0.101923675044976,0.0173791677032429,0.00884268251022509,0.255951455205554,0.0141831127516401,0.0694496447505151,0.5,0.255951455205554,0.019794168924393,0.0127196406128584,0.255951455205554,0.00617381406197172,0.112551028259942,0.255951455205554,0.0213889551738249,0.119397467989625,0.255951455205554,0.0167142813377684,0.0971937495087202,0.0190972165444082,0.436677151725801 -4461,0.255951455205554,1.01333769427249e-08,0.064762021645106,0.255951455205554,0.0,0.115278651363524,0.255951455205554,1.29902843484626e-05,0.173963738247234,0.255951455205554,1.40256834460395e-05,0.12026424279852,0.255951455205554,7.11553037577365e-07,0.365673959224897,0.255951455205554,0.0,0.206139280626477,0.5,0.255951455205554,0.0,0.266432553532877,0.5,0.255951455205554,0.0,0.0410738251421433,0.5,0.255951455205554,0.0,0.069238772634028,0.255951455205554,0.0,0.106761996630353,0.0,0.0569488466875508,0.255951455205554,0.0,0.111449824600174,0.5,0.255951455205554,0.0,0.0275520172206856,0.255951455205554,0.0,0.108839289854101,0.255951455205554,0.0,0.0667602406252906,0.255951455205554,0.0,0.0972853447105127,0.0,0.334633275539032 -4462,0.255951455205554,0.0,0.0319276387011922,0.255951455205554,0.0,0.0865553902921825,0.255951455205554,0.0,0.165094307023601,0.255951455205554,0.0,0.146622363815831,0.255951455205554,0.0,0.332506020743955,0.255951455205554,0.0,0.226147284206699,0.5,0.255951455205554,0.0,0.2064287840152,0.5,0.255951455205554,0.0,0.0477118976824738,0.5,0.255951455205554,0.0,0.0531617357000005,0.255951455205554,0.0,0.0904016804737661,0.0,0.138957352644933,0.255951455205554,0.0,0.0964631805022337,0.5,0.255951455205554,0.0,0.0380066159633845,0.255951455205554,0.0,0.0922390066885966,0.255951455205554,0.0,0.0527103948755214,0.255951455205554,0.0,0.0970372246539235,0.0,0.246747280957313 -4463,0.255951455205554,0.0,0.0251302017916293,0.255951455205554,0.0,0.0619617222184166,0.255951455205554,0.0,0.154442071429851,0.255951455205554,0.0,0.220612928331067,0.255951455205554,0.0,0.271289650379616,0.255951455205554,0.0,0.12166632310489,0.5,0.255951455205554,0.0,0.162967833249584,0.5,0.255951455205554,0.0,0.0470994714999604,0.5,0.255951455205554,0.0,0.0471778934771765,0.255951455205554,0.0,0.0654056628989083,0.0,0.119297576640446,0.255951455205554,0.0,0.0744267475397634,0.5,0.255951455205554,0.0,0.0475747740636214,0.255951455205554,0.0,0.0799798897512691,0.255951455205554,0.0,0.0631539523561349,0.255951455205554,0.0,0.0822548384106933,0.0,0.192644410360317 -4464,0.255951455205554,0.0,0.0347978589003266,0.255951455205554,0.0,0.0914074304955425,0.255951455205554,0.0,0.138966176148969,0.255951455205554,0.0,0.254225324668979,0.255951455205554,0.0,0.190525403149164,0.255951455205554,0.0,0.0644559007167612,0.5,0.255951455205554,0.0,0.111888655403244,0.5,0.255951455205554,0.0,0.0347612437914338,0.5,0.255951455205554,0.0,0.0336416933735037,0.255951455205554,0.0,0.0539774809132332,0.0,0.0666883847930085,0.255951455205554,0.0,0.0673571280592069,0.5,0.255951455205554,0.0,0.0581820848258009,0.255951455205554,0.0,0.0839307200217763,0.255951455205554,0.0,0.0537400606588702,0.255951455205554,0.0,0.0603320711879468,0.0,0.140965798410678 -4465,0.255951455205554,0.0,0.0489685686196059,0.255951455205554,0.0,0.121520568473191,0.255951455205554,0.0,0.106714705336719,0.255951455205554,0.0,0.182138069737697,0.255951455205554,0.0,0.120516015044702,0.255951455205554,0.0,0.0484314999075364,0.5,0.255951455205554,0.0,0.0831503633729547,0.5,0.255951455205554,0.0,0.030774384094303,0.5,0.255951455205554,0.0,0.0248709677741847,0.255951455205554,0.0,0.0559658682111223,0.0,0.0536657413528739,0.255951455205554,0.0,0.0597499526860017,0.5,0.255951455205554,0.0,0.0556780049748471,0.255951455205554,0.0,0.079856530700784,0.255951455205554,0.0,0.0430485104298177,0.255951455205554,0.0,0.0353287568305417,0.0,0.0838846505249306 -4466,0.255951455205554,0.0,0.054737135814887,0.255951455205554,0.0,0.0896280187159011,0.255951455205554,0.0,0.0658764528274404,0.255951455205554,0.0,0.071293772187093,0.255951455205554,0.0,0.0824459845988775,0.255951455205554,0.0,0.0484951685526349,0.5,0.255951455205554,0.0,0.0758781187245812,0.5,0.255951455205554,0.0,0.0313013916549735,0.5,0.255951455205554,0.0,0.0217815943968053,0.255951455205554,0.0,0.0554920641024158,0.0,0.0432079660541515,0.255951455205554,0.0,0.0519265261537087,0.5,0.255951455205554,0.0,0.0455628355722183,0.255951455205554,0.0,0.0694091669021605,0.255951455205554,0.0,0.0314583239086056,0.255951455205554,0.0,0.0227443745258663,0.0,0.0248772881139155 -4467,0.255951455205554,0.0,0.0545885600790565,0.255951455205554,0.0,0.0691225109865693,0.255951455205554,0.0,0.0404388001869762,0.255951455205554,0.0,0.0437058826175179,0.255951455205554,0.0,0.0674242671626459,0.255951455205554,0.0,0.0483550574586919,0.5,0.255951455205554,0.0,0.0757864738764582,0.5,0.255951455205554,0.0,0.029513724968065,0.5,0.255951455205554,0.0,0.0197871664024694,0.255951455205554,0.0,0.0516116987314773,0.0,0.0421251487204942,0.255951455205554,0.0,0.0430416487107486,0.5,0.255951455205554,0.0,0.0338592121719856,0.255951455205554,0.0,0.0530305386888001,0.255951455205554,0.0,0.0197029192719848,0.255951455205554,0.0,0.0209363463176507,0.0,0.00903065111342044 -4468,0.255951455205554,0.0,0.051163150684333,0.255951455205554,0.0,0.0418017916865197,0.255951455205554,0.0,0.0271126393932056,0.255951455205554,0.0,0.0423272956210295,0.255951455205554,0.0,0.0739220171793283,0.255951455205554,0.0,0.0479144628325011,0.5,0.255951455205554,0.0,0.0718693781812782,0.5,0.255951455205554,0.0,0.02737146828109,0.5,0.255951455205554,0.0,0.0171984375819025,0.255951455205554,0.0,0.0526423627276342,0.0,0.0379137052005024,0.255951455205554,0.0,0.0359238277427095,0.5,0.255951455205554,0.0,0.0294123686681829,0.255951455205554,0.0,0.039406977203055,0.255951455205554,0.0,0.0144850016525743,0.255951455205554,0.0,0.0243935399587548,0.0,0.00443996273487959 -4469,0.255951455205554,0.000606225508790239,0.0347245126140996,0.255951455205554,0.000224977369905412,0.0173274609668209,0.255951455205554,0.000167717981691262,0.0255222846804692,0.255951455205554,2.18747270077172e-05,0.0360427947385371,0.255951455205554,1.03366362952341e-05,0.0942220341489305,0.255951455205554,1.26854946998655e-05,0.0538642475680054,0.5,0.255951455205554,0.0,0.0725496447448488,0.5,0.255951455205554,0.0,0.0283069344911127,0.5,0.255951455205554,0.000126482313000162,0.0146683768016341,0.255951455205554,0.0,0.0505184704952343,0.00386404002823423,0.0225014214407793,0.255951455205554,0.00432410094615881,0.0257877014243559,0.5,0.255951455205554,0.00435793930543469,0.0219173522940019,0.255951455205554,0.00234753229472279,0.0296005188488636,0.255951455205554,0.000842380956301472,0.0169764476078101,0.255951455205554,0.000418244870326886,0.0278775613414125,0.0014216397770964,0.00207601432221481 -4470,0.255951455205554,0.00661958819315562,0.0179753490212698,0.255951455205554,0.00319767446416863,0.0138616066037804,0.255951455205554,0.0117072187175561,0.0325969392450459,0.255951455205554,0.00329180084955143,0.0273472572697692,0.255951455205554,0.0124787331263353,0.136411852369282,0.255951455205554,0.0276432618500483,0.0674219604398413,0.5,0.255951455205554,0.0231419714066324,0.0752655410411517,0.5,0.255951455205554,0.0314828140914413,0.024070721062901,0.5,0.255951455205554,0.032216847059125,0.0126339469589989,0.255951455205554,0.0178837629432128,0.0329343381789236,0.0438945306057074,0.012561966572967,0.255951455205554,0.0477553736052479,0.0180821202451159,0.5,0.255951455205554,0.0402830978810666,0.013667288707345,0.255951455205554,0.0325158078232241,0.0248017870207683,0.255951455205554,0.0250191948338437,0.0183806831909982,0.255951455205554,0.0242291930784707,0.0311369010257542,0.0101402094296441,0.00312816051429541 -4471,0.255951455205554,0.0283949880870638,0.0168452498620258,0.255951455205554,0.0171614198627953,0.0149229680326216,0.255951455205554,0.0543930811960809,0.0699972777557477,0.255951455205554,0.0494377449378935,0.0648953196973304,0.255951455205554,0.0435513344263319,0.217028402965075,0.255951455205554,0.0887484948498302,0.107416648778434,0.5,0.255951455205554,0.0829235361236998,0.102686591890931,0.5,0.255951455205554,0.103461978389488,0.018685283786543,0.5,0.255951455205554,0.10163451509311,0.0158600562275749,0.255951455205554,0.0763042521397031,0.0457048815392731,0.088439389628302,0.0199345740032964,0.255951455205554,0.104255566993395,0.0226675752523088,0.5,0.255951455205554,0.0917434484112433,0.01499232959196,0.255951455205554,0.0761148460304268,0.0324912637882955,0.255951455205554,0.0801546632743102,0.0281844487964441,0.255951455205554,0.0879868175944091,0.0688573562919146,0.0291367032467939,0.0112971029431944 -4472,0.255951455205554,0.0815000018693656,0.033252138984095,0.255951455205554,0.0867167817954715,0.0618970774172955,0.255951455205554,0.10311743432248,0.14206132214352,0.255951455205554,0.137091534183813,0.158564901170203,0.255951455205554,0.0986160925936362,0.311587484233518,0.255951455205554,0.182049648094003,0.160672848038652,0.5,0.255951455205554,0.167481826660428,0.176656885834906,0.5,0.255951455205554,0.215915125173473,0.0295595372319749,0.5,0.255951455205554,0.205440331799308,0.027515102900889,0.255951455205554,0.171147847101809,0.140268926094693,0.141881685702388,0.0208814122554202,0.255951455205554,0.165726069234653,0.0302094036765209,0.5,0.255951455205554,0.152409072693343,0.0195552142724777,0.255951455205554,0.136218921940347,0.0483485901197698,0.255951455205554,0.165109228215436,0.0607112788552091,0.255951455205554,0.180154806362976,0.123595628577077,0.0808918419628171,0.0385576569177569 -4473,0.255951455205554,0.186687196968041,0.0902959538242766,0.255951455205554,0.230871622956305,0.194113606174966,0.255951455205554,0.144555142497475,0.203882189940345,0.255951455205554,0.112334596077286,0.179647322442707,0.255951455205554,0.199325567344626,0.456296685899265,0.255951455205554,0.301330143884796,0.223528764685103,0.5,0.255951455205554,0.271821445589967,0.329354757099667,0.5,0.255951455205554,0.345784751944316,0.0557726581156336,0.5,0.255951455205554,0.331545924691031,0.0387656180590955,0.255951455205554,0.309370655787246,0.320473780560692,0.226176335535221,0.0238581553831927,0.255951455205554,0.22850561341181,0.0328845852962729,0.5,0.255951455205554,0.232753570430973,0.0183355878288155,0.255951455205554,0.208475354983743,0.0689130156025372,0.255951455205554,0.298605710101934,0.0887708156363646,0.255951455205554,0.28040959811792,0.1432498015521,0.156681575144956,0.0854995245996533 -4474,0.255951455205554,0.291067480553713,0.178734012583628,0.255951455205554,0.308177244510439,0.275619995227658,0.255951455205554,0.218604561920073,0.263040611920729,0.255951455205554,0.122511633589273,0.210235526497512,0.255951455205554,0.34236419296245,0.613209476193704,0.255951455205554,0.426827474305212,0.309957870680986,0.5,0.255951455205554,0.402593346564581,0.475715798740612,0.5,0.255951455205554,0.480472627252508,0.0974928190443162,0.5,0.255951455205554,0.470257085869367,0.0705752024681659,0.255951455205554,0.46009587003655,0.481255908944832,0.342453917356146,0.0191268133033067,0.255951455205554,0.329450118524959,0.0408683613795832,0.5,0.255951455205554,0.320167566593255,0.0209606812070463,0.255951455205554,0.338671080627763,0.0883205214804637,0.255951455205554,0.411790830985207,0.102527621668276,0.255951455205554,0.379094424253239,0.131372512642936,0.286213986468756,0.163895990162767 -4475,0.255951455205554,0.312496961265838,0.241903690751116,0.255951455205554,0.346609812536654,0.223255133797038,0.255951455205554,0.328533964451774,0.313244808001506,0.255951455205554,0.256695970019291,0.278649071350154,0.255951455205554,0.436791929408588,0.725676719145246,0.255951455205554,0.494827282155597,0.445034203864549,0.5,0.255951455205554,0.522413793462266,0.601431378133189,0.5,0.255951455205554,0.582505330421821,0.124877477494115,0.5,0.255951455205554,0.578492570044964,0.115436786781456,0.255951455205554,0.570446435185484,0.528047100081425,0.403346755780154,0.0338624241791751,0.255951455205554,0.432770123009547,0.0558503912019107,0.5,0.255951455205554,0.376029125838546,0.0264737003637842,0.255951455205554,0.440275288107477,0.0938019605464974,0.255951455205554,0.484515452375484,0.0959383304018166,0.255951455205554,0.468724084247978,0.123676312318436,0.363732154870441,0.260573750296127 -4476,0.255951455205554,0.3690468164172,0.270199043514885,0.255951455205554,0.397761938985724,0.224866125862267,0.255951455205554,0.447246644340534,0.391742763694768,0.255951455205554,0.384721802652502,0.328884077490299,0.255951455205554,0.497637181550037,0.748915115470136,0.255951455205554,0.519421799746801,0.463896274153128,0.5,0.255951455205554,0.576958412265631,0.605033443922521,0.5,0.255951455205554,0.642161529673195,0.129874724622112,0.5,0.255951455205554,0.650831656599935,0.147766895886757,0.255951455205554,0.617045529022895,0.502001224350777,0.473277159336946,0.0486742553897922,0.255951455205554,0.493176378640499,0.0652505464816268,0.5,0.255951455205554,0.420821164198457,0.0380276658306611,0.255951455205554,0.518617381285023,0.0862138282789193,0.255951455205554,0.541841630186568,0.0807530032571958,0.255951455205554,0.536177199380638,0.126941496626195,0.338579168223739,0.345265242975019 -4477,0.255951455205554,0.378277799776209,0.238982028594263,0.255951455205554,0.521428816545074,0.33060596125104,0.255951455205554,0.502906311779902,0.440177991022415,0.255951455205554,0.375299388663039,0.344157037700947,0.255951455205554,0.426845749904837,0.708808865245577,0.255951455205554,0.500047560928385,0.45477489066387,0.5,0.255951455205554,0.60227202796685,0.559984412200704,0.5,0.255951455205554,0.670533217171416,0.122389088083423,0.5,0.255951455205554,0.673695361755888,0.163218665252658,0.255951455205554,0.629214540039237,0.434719075269753,0.532506895167387,0.044695963596828,0.255951455205554,0.554047055845236,0.052599171799557,0.5,0.255951455205554,0.434737238340212,0.0335052640822708,0.255951455205554,0.543287935087062,0.0604544562710169,0.255951455205554,0.55086342793387,0.0753888357274972,0.255951455205554,0.576259373124128,0.13697071962135,0.334446234829611,0.480204934753996 -4478,0.255951455205554,0.332110114210917,0.217832173947259,0.255951455205554,0.473704065333367,0.279715095628965,0.255951455205554,0.464387032605593,0.447265991982505,0.255951455205554,0.467648287247008,0.394501055314556,0.255951455205554,0.331156880586028,0.613863272049715,0.255951455205554,0.501967954516682,0.450147501241983,0.5,0.255951455205554,0.548667875285439,0.429661785533779,0.5,0.255951455205554,0.655835523601728,0.104539064456183,0.5,0.255951455205554,0.652093344241827,0.162835662829156,0.255951455205554,0.566255822570327,0.327299737416421,0.553637329187369,0.0297513575937467,0.255951455205554,0.547947536554594,0.0391284847935522,0.5,0.255951455205554,0.484280943205317,0.0356420788619268,0.255951455205554,0.559329982588041,0.0382436868051717,0.255951455205554,0.524569347219797,0.0811201368337866,0.255951455205554,0.561617170508729,0.155958184559994,0.275223256921058,0.412649014511208 -4479,0.255951455205554,0.357738965599423,0.236179868762172,0.255951455205554,0.403811980133275,0.215820599371989,0.255951455205554,0.331121862720936,0.424747053432576,0.255951455205554,0.44288296543746,0.475092160803483,0.255951455205554,0.280425354369282,0.490150933446337,0.255951455205554,0.454098158080496,0.369107283949273,0.5,0.255951455205554,0.464159801303331,0.268929417773796,0.5,0.255951455205554,0.606529057599173,0.0902962421175877,0.5,0.255951455205554,0.591160260400726,0.147229630503659,0.255951455205554,0.520511980696354,0.19131826604384,0.519352884746478,0.00838013614393312,0.255951455205554,0.486046982513467,0.0307392840455493,0.5,0.255951455205554,0.480141082239704,0.0388822057378353,0.255951455205554,0.527973192688895,0.0229178866841278,0.255951455205554,0.459017460853919,0.0840539842610134,0.255951455205554,0.503604898132725,0.151053871429957,0.359453099738324,0.276975851393717 -4480,0.255951455205554,0.265918406307322,0.188857205457839,0.255951455205554,0.353814153304607,0.251371237357442,0.255951455205554,0.220625503080573,0.316851084753656,0.255951455205554,0.148428626258185,0.416355692850198,0.255951455205554,0.223599278227225,0.34062208264585,0.255951455205554,0.425872277661744,0.270148584999747,0.5,0.255951455205554,0.396403869950634,0.183412408021757,0.5,0.255951455205554,0.507314721285024,0.089593318369352,0.5,0.255951455205554,0.47801361489685,0.116942538905894,0.255951455205554,0.387811877101618,0.162885407639876,0.420218475365613,0.0087364685427539,0.255951455205554,0.408324623039981,0.0300818198878238,0.5,0.255951455205554,0.400458259451321,0.0480453677580981,0.255951455205554,0.454567713929567,0.0157340363638917,0.255951455205554,0.357486117040649,0.0892013088318419,0.255951455205554,0.374322411699864,0.0958338077829486,0.120155698452698,0.192389943286785 -4481,0.255951455205554,0.259116874176984,0.225403674358077,0.255951455205554,0.226353239927839,0.342578011276396,0.255951455205554,0.193713225355961,0.210253416859734,0.255951455205554,0.1621187700511,0.279645300586415,0.255951455205554,0.157982533967351,0.192197792684666,0.255951455205554,0.316683797412678,0.12435309413133,0.5,0.255951455205554,0.30480696143742,0.132340060323216,0.5,0.255951455205554,0.369323458859973,0.0806561341547697,0.5,0.255951455205554,0.353508430870446,0.0970244240099074,0.255951455205554,0.235197611018401,0.0823175306507532,0.253020492670548,0.00949069917700102,0.255951455205554,0.301620871493628,0.0301379745349042,0.5,0.255951455205554,0.285763451937216,0.05416369540352,0.255951455205554,0.320863316447431,0.0158290538166072,0.255951455205554,0.269006729864474,0.0692303886771129,0.255951455205554,0.266407584693179,0.0470850432828312,0.293392242227736,0.145319010721621 -4482,0.255951455205554,0.10325555621808,0.159291661468217,0.255951455205554,0.0211890660933856,0.076991215085093,0.255951455205554,0.132786856722043,0.125536865797706,0.255951455205554,0.166642151144861,0.160505954857321,0.255951455205554,0.10340905362154,0.119266371196829,0.255951455205554,0.203474393751684,0.0171476880436322,0.5,0.255951455205554,0.172945067735754,0.0532999921506402,0.5,0.255951455205554,0.231816963640731,0.0392915119335921,0.5,0.255951455205554,0.2256684186495,0.0488003883462939,0.255951455205554,0.152056373875401,0.0207219761889256,0.153948866013851,0.0166099821718198,0.255951455205554,0.198519237651221,0.0313209437877138,0.5,0.255951455205554,0.203529735602634,0.0642831546185184,0.255951455205554,0.203202302655012,0.0167294776664518,0.255951455205554,0.166909345309487,0.0192893437530181,0.255951455205554,0.189041466149769,0.00980092687658151,0.223035379873082,0.149336871507518 -4483,0.255951455205554,0.0326932081663534,0.0682334678316747,0.255951455205554,0.0619617087885473,0.0182222037389765,0.255951455205554,0.0701058686866164,0.0557894735122679,0.255951455205554,0.0956865675665006,0.0566085926990281,0.255951455205554,0.0632018674248141,0.0796710934944167,0.255951455205554,0.0922886376064399,0.00224459690766821,0.5,0.255951455205554,0.0875905708144052,0.0147968207457736,0.5,0.255951455205554,0.100210364559462,0.0121172744920217,0.5,0.255951455205554,0.0994791517581893,0.0196692411491165,0.255951455205554,0.0861731918880625,0.00585441830599626,0.101062116857085,0.0101670950213305,0.255951455205554,0.0933136439940612,0.0132951940669428,0.5,0.255951455205554,0.0995008914915897,0.0524452989799213,0.255951455205554,0.0888834100780205,0.0105486881013228,0.255951455205554,0.0782252209907125,0.00360199080231835,0.255951455205554,0.0937454360777345,0.00242343663595073,0.0878632480597267,0.14117577299974 -4484,0.255951455205554,0.00998808075995415,0.0338435641436383,0.255951455205554,0.0388969110044062,0.0105327021375454,0.255951455205554,0.0274136622846969,0.0339961805374151,0.255951455205554,0.0345393988875714,0.0282042658379822,0.255951455205554,0.0230669177386858,0.0487293726061933,0.255951455205554,0.0235231081125294,0.00100334791174599,0.5,0.255951455205554,0.0236399839698538,0.00769097211950725,0.5,0.255951455205554,0.0228996207780921,0.00595236997223311,0.5,0.255951455205554,0.00670947062578479,0.016986890029846,0.255951455205554,0.0135898517375474,0.00099693884927858,0.0206243379137712,0.0125057644957529,0.255951455205554,0.013398547982834,0.0100187925267508,0.5,0.255951455205554,0.0253146041034907,0.0382827886603089,0.255951455205554,0.00858742852019221,0.0189161810559304,0.255951455205554,0.0174019943787014,0.00978995897802313,0.255951455205554,0.0195856709903854,0.00670816030842276,0.00148884914558629,0.106885093499299 -4485,0.255951455205554,2.16962804093179e-05,0.0408212153658953,0.255951455205554,0.0,0.0223399951231418,0.255951455205554,0.0,0.0338754797671962,0.255951455205554,0.0,0.0325893421801153,0.255951455205554,0.0,0.0326091617654774,0.255951455205554,0.0,0.00202560020170475,0.5,0.255951455205554,0.0,0.00694692730898796,0.5,0.255951455205554,0.0,0.00611784304035156,0.5,0.255951455205554,0.0,0.011373622767618,0.255951455205554,0.0,0.00104670615910667,0.0,0.0159881451965621,0.255951455205554,0.0,0.0131951275281851,0.5,0.255951455205554,0.0,0.0386384758253433,0.255951455205554,0.0,0.0238599430817197,0.255951455205554,0.0,0.025406557077755,0.255951455205554,0.0,0.0106588576877609,0.000259103885544301,0.0909139170271999 -4486,0.255951455205554,0.0,0.0487237304586035,0.255951455205554,0.0,0.0290894275675609,0.255951455205554,0.0,0.0345412316603105,0.255951455205554,0.0,0.0311870840771672,0.255951455205554,0.0,0.0167298330644258,0.255951455205554,0.0,0.0032161643719666,0.5,0.255951455205554,0.0,0.0396697627317445,0.5,0.255951455205554,0.0,0.00920225968679941,0.5,0.255951455205554,0.0,0.0134659731137752,0.255951455205554,0.0,0.0192798530398464,0.0,0.0147708174587279,0.255951455205554,0.0,0.0168209723327086,0.5,0.255951455205554,0.0,0.0418305609708679,0.255951455205554,0.0,0.0252925952196766,0.255951455205554,0.0,0.0343162005083926,0.255951455205554,0.0,0.0146230695417922,0.0,0.0709986826289775 -4487,0.255951455205554,0.0,0.0553933738118317,0.255951455205554,0.0,0.0332225577505053,0.255951455205554,0.0,0.0270789247334099,0.255951455205554,0.0,0.0223550230716091,0.255951455205554,0.0,0.0195064210026037,0.255951455205554,0.0,0.00357592996795628,0.5,0.255951455205554,0.0,0.0938539545235861,0.5,0.255951455205554,0.0,0.0106385405950854,0.5,0.255951455205554,0.0,0.0175562669124845,0.255951455205554,0.0,0.0594239934113754,0.0,0.014803528502484,0.255951455205554,0.0,0.0203205590563241,0.5,0.255951455205554,0.0,0.0468133544315797,0.255951455205554,0.0,0.0288884925488859,0.255951455205554,0.0,0.046417608142217,0.255951455205554,0.0,0.0254797739935099,0.0,0.0557263242957077 -4488,0.255951455205554,0.0,0.0509677029554024,0.255951455205554,0.0,0.0301427319072427,0.255951455205554,0.0,0.0173738422410732,0.255951455205554,0.0,0.0135126129015661,0.255951455205554,0.0,0.0389568688136447,0.255951455205554,0.0,0.00676941945864043,0.5,0.255951455205554,0.0,0.105536431873759,0.5,0.255951455205554,0.0,0.0116666385505228,0.5,0.255951455205554,0.0,0.0164503615374254,0.255951455205554,0.0,0.151644282410849,0.0,0.0160873028438258,0.255951455205554,0.0,0.0230060218925126,0.5,0.255951455205554,0.0,0.0506970670118825,0.255951455205554,0.0,0.0333898383697026,0.255951455205554,0.0,0.0596013849152449,0.255951455205554,0.0,0.0284859009966488,0.0,0.0417628597815371 -4489,0.255951455205554,0.0,0.039347896304311,0.255951455205554,0.0,0.0214564132221674,0.255951455205554,0.0,0.0130704534437276,0.255951455205554,0.0,0.00689740470527624,0.255951455205554,0.0,0.0877792755261878,0.255951455205554,0.0,0.0314127725866741,0.5,0.255951455205554,0.0,0.115814301300863,0.5,0.255951455205554,0.0,0.00904039721541098,0.5,0.255951455205554,0.0,0.015126744919445,0.255951455205554,0.0,0.0975499519301569,0.0,0.0189903846717653,0.255951455205554,0.0,0.0309551328534399,0.5,0.255951455205554,0.0,0.0540146790305015,0.255951455205554,0.0,0.0371448666747514,0.255951455205554,0.0,0.0609283319940355,0.255951455205554,0.0,0.0336207792082818,0.0,0.0240156343057456 -4490,0.255951455205554,0.0,0.0226649706115025,0.255951455205554,0.0,0.0115602760876362,0.255951455205554,0.0,0.016785995259189,0.255951455205554,0.0,0.0138731247893547,0.255951455205554,0.0,0.138114292995812,0.255951455205554,0.0,0.0406008418660763,0.5,0.255951455205554,0.0,0.107357543420373,0.5,0.255951455205554,0.0,0.0410560829225569,0.5,0.255951455205554,0.0,0.0151020733731902,0.255951455205554,0.0,0.10606936455299,0.0,0.028382745721768,0.255951455205554,0.0,0.0377449977867082,0.5,0.255951455205554,0.0,0.0550108093513498,0.255951455205554,0.0,0.0376966446857779,0.255951455205554,0.0,0.0658502650551985,0.255951455205554,0.0,0.0379589104412564,0.0,0.0220685077545046 -4491,0.255951455205554,0.0,0.0157310458724636,0.255951455205554,0.0,0.00973943625764993,0.255951455205554,0.0,0.0222164937459751,0.255951455205554,0.0,0.00596244512764859,0.255951455205554,0.0,0.135670504727048,0.255951455205554,0.0,0.0335345091206779,0.5,0.255951455205554,0.0,0.113879956887154,0.5,0.255951455205554,0.0,0.0190809052883881,0.5,0.255951455205554,0.0,0.0150706241926083,0.255951455205554,0.0,0.170132664265077,0.0,0.0277158700141593,0.255951455205554,0.0,0.0435612373878718,0.5,0.255951455205554,0.0,0.0607049041152364,0.255951455205554,0.0,0.0407915455657783,0.255951455205554,0.0,0.0718282165510507,0.255951455205554,0.0,0.0314576218322483,0.0,0.0142855677048617 -4492,0.255951455205554,0.0,0.0160420793207199,0.255951455205554,0.0,0.0254254235307169,0.255951455205554,0.0,0.0212042600770673,0.255951455205554,0.0,0.0079128523255628,0.255951455205554,0.0,0.121957454288328,0.255951455205554,0.0,0.0283300246829006,0.5,0.255951455205554,0.0,0.105896816799861,0.5,0.255951455205554,0.0,0.0339191397235611,0.5,0.255951455205554,0.0,0.0149041229705862,0.255951455205554,0.0,0.235702995317196,0.0,0.0278715315351143,0.255951455205554,0.0,0.0459931157310841,0.5,0.255951455205554,0.0,0.0614255205225784,0.255951455205554,0.0,0.0440347076641788,0.255951455205554,0.0,0.0609518660450527,0.255951455205554,0.0,0.0228554702689016,0.0,0.00830830316135757 -4493,0.255951455205554,0.000588070240198335,0.0135493034315124,0.255951455205554,0.000892898010208551,0.00336978414801323,0.255951455205554,0.00022128318754876,0.0347139034896716,0.255951455205554,0.0,0.00537450279747113,0.255951455205554,1.38732941634094e-06,0.147729547538121,0.255951455205554,3.52230180836416e-06,0.0216944428961506,0.5,0.255951455205554,0.0,0.104439312730309,0.5,0.255951455205554,0.0,0.0675087049064209,0.5,0.255951455205554,0.000141513336228662,0.0180373172688396,0.255951455205554,0.0,0.291898305026983,0.00515157324383076,0.0231037901270743,0.255951455205554,0.00528092758539898,0.0380245648202387,0.5,0.255951455205554,0.00688994392640064,0.0508935746935349,0.255951455205554,0.00351312012160757,0.0385060555450383,0.255951455205554,0.0028394428333334,0.0415328442928471,0.255951455205554,0.00119617265418034,0.0140598764424086,0.00063160872302314,0.00826893319371047 -4494,0.255951455205554,0.00723739782741996,0.0101257344822462,0.255951455205554,0.0258363970966094,0.0101318399476005,0.255951455205554,0.00752793798995595,0.061372817969517,0.255951455205554,0.000549532570269528,0.00797127402480443,0.255951455205554,0.0103018261849192,0.195548933669493,0.255951455205554,0.0146794533906076,0.0322693492626571,0.5,0.255951455205554,0.00571050532485596,0.14635006370407,0.5,0.255951455205554,0.00701268181657204,0.170831586769174,0.5,0.255951455205554,0.0298550406609206,0.0298035607544714,0.255951455205554,0.0080477354367317,0.250439449606734,0.0647044148637361,0.0228525678107725,0.255951455205554,0.0643694128772208,0.033895164235781,0.5,0.255951455205554,0.0644829683451606,0.0460889979763624,0.255951455205554,0.0596960575069702,0.0269131953857973,0.255951455205554,0.0542349516443286,0.0257595365673433,0.255951455205554,0.0485162400776227,0.00898646249511521,0.00411042892828128,0.0128943924031076 -4495,0.255951455205554,0.0186934049405862,0.00434457798984802,0.255951455205554,0.0733297537360126,0.0408248339104718,0.255951455205554,0.0184975686994797,0.0904002130641419,0.255951455205554,0.00169394497689131,0.0229044048671108,0.255951455205554,0.0525658176983796,0.25522311414386,0.255951455205554,0.0292836029720355,0.0633240422157732,0.5,0.255951455205554,0.0341391805239389,0.165508427749533,0.5,0.255951455205554,0.0208066919098387,0.297532425990564,0.5,0.255951455205554,0.085035301511507,0.120050625023408,0.255951455205554,0.0593397986618292,0.21308710338988,0.143044968679369,0.0341275335048968,0.255951455205554,0.142975884314197,0.0469976331055678,0.5,0.255951455205554,0.138523102048202,0.0510800292938743,0.255951455205554,0.137971336806231,0.0192115612915144,0.255951455205554,0.127743571839973,0.0227520585946072,0.255951455205554,0.122091996557564,0.0123036671954882,0.0168144792802876,0.0130876354197473 -4496,0.255951455205554,0.0383506243450911,0.00641699577444485,0.255951455205554,0.0615298559600632,0.0331150463358395,0.255951455205554,0.0550422248507846,0.125843127529719,0.255951455205554,0.00272483241805034,0.0594908283288552,0.255951455205554,0.109955119345626,0.28451333325267,0.255951455205554,0.0297631960997869,0.10158195340562,0.5,0.255951455205554,0.10740487919821,0.187443497855652,0.5,0.255951455205554,0.0436112302967172,0.288328382527124,0.5,0.255951455205554,0.158035242466613,0.208089551320302,0.255951455205554,0.162299556512124,0.205092937729328,0.24773531874805,0.0570943739770606,0.255951455205554,0.24881191786055,0.0713221358144654,0.5,0.255951455205554,0.241594132242428,0.0873608269720173,0.255951455205554,0.244714621378817,0.0279435994519721,0.255951455205554,0.236883938468628,0.0275643667746583,0.255951455205554,0.218220490431683,0.0742222181208458,0.0373841760811684,0.0149848728126418 -4497,0.255951455205554,0.0488706573748907,0.00829624017557497,0.255951455205554,0.128688782162262,0.0615113644528013,0.255951455205554,0.0965650410780325,0.169292639589001,0.255951455205554,0.0224614158652407,0.150517464782813,0.255951455205554,0.186287678079216,0.236915633973673,0.255951455205554,0.0452208168542114,0.141720799471677,0.5,0.255951455205554,0.228672710322966,0.207556908022857,0.5,0.255951455205554,0.0865987001904047,0.264253769252467,0.5,0.255951455205554,0.235062823991419,0.200447222029081,0.255951455205554,0.263326912359645,0.185518783264518,0.361455069524582,0.0996605566813887,0.255951455205554,0.365060626679471,0.0895114466388678,0.5,0.255951455205554,0.343215880180365,0.113004285489084,0.255951455205554,0.363748218516122,0.0327722712028572,0.255951455205554,0.356205488680895,0.0570385903865781,0.255951455205554,0.30968376537317,0.206281591107388,0.0712827215019352,0.0218655508412544 -4498,0.255951455205554,0.059827308511905,0.0275071402020829,0.255951455205554,0.119683728950832,0.10520078271876,0.255951455205554,0.138734406970338,0.178002597894838,0.255951455205554,0.0103337743330351,0.177323147860703,0.255951455205554,0.303328694145628,0.185844405414366,0.255951455205554,0.0940013566305865,0.202642655541648,0.5,0.255951455205554,0.343660026864306,0.181425993532975,0.5,0.255951455205554,0.105259777692027,0.195908605998558,0.5,0.255951455205554,0.343350593574781,0.173392420009128,0.255951455205554,0.365106468032073,0.159004837168388,0.48843993296201,0.120168507443293,0.255951455205554,0.485949160352379,0.0930353924578959,0.5,0.255951455205554,0.457875746377891,0.11623748074738,0.255951455205554,0.483485546857472,0.0303311187395827,0.255951455205554,0.474014671346023,0.153189272913427,0.255951455205554,0.387065886100018,0.298086107914209,0.119296520744308,0.0173272346536862 -4499,0.255951455205554,0.0562207024538047,0.07393495678151,0.255951455205554,0.0852014439213887,0.20112358941993,0.255951455205554,0.215222891128293,0.164507880743539,0.255951455205554,0.00805712858165941,0.100045494321416,0.255951455205554,0.44281957491642,0.166605028707499,0.255951455205554,0.180438801347314,0.232918707373806,0.5,0.255951455205554,0.452821796488629,0.152800625503654,0.5,0.255951455205554,0.103321993004836,0.167574697097437,0.5,0.255951455205554,0.41985626972471,0.15852595180716,0.255951455205554,0.465413946333924,0.104257254736617,0.582393430431378,0.140555707328872,0.255951455205554,0.577900585505338,0.0860765548732326,0.5,0.255951455205554,0.438319526128421,0.10436517843452,0.255951455205554,0.572769656932086,0.0229389841728538,0.255951455205554,0.555682926958072,0.288466192931965,0.255951455205554,0.449410349009365,0.300361757218114,0.0978703481461198,0.0121739670904598 -4500,0.255951455205554,0.0492760180594287,0.10636285025763,0.255951455205554,0.062824355973452,0.258438939065183,0.255951455205554,0.319179321379375,0.144967151279405,0.255951455205554,0.0453155473191829,0.0560438538127712,0.255951455205554,0.549116330970582,0.133367114957782,0.255951455205554,0.300519856766056,0.206451246868966,0.5,0.255951455205554,0.493319985200535,0.0878611532864525,0.5,0.255951455205554,0.0991412484858551,0.157812201394877,0.5,0.255951455205554,0.440528360754216,0.1428389768409,0.255951455205554,0.526617970161488,0.0378338283569829,0.615668756381263,0.0698588783087689,0.255951455205554,0.553937182802434,0.0553482809282038,0.5,0.255951455205554,0.451726580162224,0.0684620553740985,0.255951455205554,0.472147919733111,0.0125746080197774,0.255951455205554,0.566825744290255,0.343418258308464,0.255951455205554,0.428803581963296,0.259287613501098,0.0445015546359961,0.0107252223881987 -4501,0.255951455205554,0.0700494927950733,0.104400596030473,0.255951455205554,0.0768086201190907,0.189171299573682,0.255951455205554,0.417231252685188,0.127211873648325,0.255951455205554,0.275056585653911,0.0732763600786949,0.255951455205554,0.620080002729738,0.114894996899748,0.255951455205554,0.32556504448267,0.128873950783393,0.5,0.255951455205554,0.443749710562213,0.0345253635695023,0.5,0.255951455205554,0.0858900310916301,0.192882755231117,0.5,0.255951455205554,0.398922711228458,0.148530030945385,0.255951455205554,0.50457328232127,0.0136943380056629,0.513663871059528,0.0239049005137474,0.255951455205554,0.520063084352924,0.0263812679206233,0.5,0.255951455205554,0.387400158199462,0.0414058618872204,0.255951455205554,0.568398402971678,0.00649884824048414,0.255951455205554,0.507119953514924,0.249411204521811,0.255951455205554,0.464982339224974,0.209228812170093,0.0624322248140089,0.00542190087590706 -4502,0.255951455205554,0.0918628951172009,0.0882465335933791,0.255951455205554,0.156050544757772,0.153485350588163,0.255951455205554,0.479477506321346,0.105698020453693,0.255951455205554,0.502815639209765,0.0858610806221735,0.255951455205554,0.640478972220038,0.0830228177419765,0.255951455205554,0.315666226476724,0.0667489596389303,0.5,0.255951455205554,0.43268362985709,0.0289617726614232,0.5,0.255951455205554,0.0664361466152755,0.223353795524247,0.5,0.255951455205554,0.332795453189615,0.174183524354816,0.255951455205554,0.414023308072971,0.0121053634290633,0.320327255070957,0.00781669656123427,0.255951455205554,0.455551935177319,0.0152807174141982,0.5,0.255951455205554,0.370839593443683,0.0329565318612037,0.255951455205554,0.538898317356453,0.0103411160977149,0.255951455205554,0.455262762014615,0.216764300175385,0.255951455205554,0.386105887199726,0.140403889283692,0.0929667714816781,0.0019489671874805 -4503,0.255951455205554,0.182418329827659,0.0707051971123014,0.255951455205554,0.149512875610273,0.112852385488267,0.255951455205554,0.484061634455506,0.0857674621660195,0.255951455205554,0.516337787081502,0.0963475716971877,0.255951455205554,0.599696404303875,0.0508588575449134,0.255951455205554,0.21206958625355,0.0551437150723344,0.5,0.255951455205554,0.358631194927817,0.0358420612267967,0.5,0.255951455205554,0.0623188652742964,0.195019862994644,0.5,0.255951455205554,0.279293763182126,0.157573259746922,0.255951455205554,0.274241368734704,0.0176908689687276,0.532559072873576,0.00707789984143785,0.255951455205554,0.440254378974841,0.0176860986698783,0.5,0.255951455205554,0.324769224231289,0.0318587794012221,0.255951455205554,0.500423541396521,0.0181541963172638,0.255951455205554,0.339042186219845,0.221842587134708,0.255951455205554,0.252250471013905,0.129902202041017,0.136480222099992,0.00135006176692566 -4504,0.255951455205554,0.223287281518774,0.0639554072674414,0.255951455205554,0.082193588748939,0.0781805883388427,0.255951455205554,0.404220588087261,0.0660409928320146,0.255951455205554,0.443322806453206,0.0801459343749001,0.255951455205554,0.486349823315498,0.045751456287335,0.255951455205554,0.144675597710464,0.0736719372896431,0.5,0.255951455205554,0.260423981672283,0.0366666292459048,0.5,0.255951455205554,0.0451472642532545,0.209338540425397,0.5,0.255951455205554,0.242590385922022,0.203631675884637,0.255951455205554,0.0917018234289111,0.0170115878674153,0.434829281716059,0.0185263668671786,0.255951455205554,0.410944322246301,0.0213259038389649,0.5,0.255951455205554,0.267237102810004,0.0425304918251031,0.255951455205554,0.390276761864527,0.0297782708627949,0.255951455205554,0.247710336688193,0.214358700124124,0.255951455205554,0.130272738114728,0.188753515655396,0.124076892190775,0.000858004816862024 -4505,0.255951455205554,0.20106372964062,0.06068453155637,0.255951455205554,0.100269356832163,0.0745107509511768,0.255951455205554,0.291615237358284,0.0638528837184613,0.255951455205554,0.32252732459648,0.0832898568809205,0.255951455205554,0.337869279099476,0.0322909619446058,0.255951455205554,0.0575968205776033,0.0706680817716695,0.5,0.255951455205554,0.151501305562788,0.04497079064999,0.5,0.255951455205554,0.0260430124796784,0.18236241712114,0.5,0.255951455205554,0.179643611481455,0.234287354616841,0.255951455205554,0.0387466883821858,0.0182394381992225,0.315082238787954,0.0326815013611996,0.255951455205554,0.301169077177597,0.0257254237614993,0.5,0.255951455205554,0.204491698261027,0.0696715135858749,0.255951455205554,0.207710689659558,0.0346540605307029,0.255951455205554,0.161492218747501,0.235756404298464,0.255951455205554,0.110559267938349,0.231367491984813,0.112398448826807,0.0014375790983302 -4506,0.255951455205554,0.143382754772363,0.0576215343899141,0.255951455205554,0.0607521315855833,0.0832494348844358,0.255951455205554,0.201693955261014,0.0767133367732754,0.255951455205554,0.217972101830624,0.085473774003996,0.255951455205554,0.187816655754934,0.017932311258256,0.255951455205554,0.0282986627312636,0.0612232333427042,0.5,0.255951455205554,0.0664501679498919,0.0548994259867746,0.5,0.255951455205554,0.016682727515505,0.161945150427055,0.5,0.255951455205554,0.11856138851356,0.188315556326899,0.255951455205554,0.018897148315129,0.0133465790413921,0.206241961579769,0.037587153235907,0.255951455205554,0.178870525657267,0.0276186254053187,0.5,0.255951455205554,0.165689188528904,0.109072203219272,0.255951455205554,0.113699634710202,0.0448657679359373,0.255951455205554,0.126694780167474,0.302358809529969,0.255951455205554,0.0937309865607799,0.287656624422518,0.0633458130320679,0.00293818615543086 -4507,0.255951455205554,0.0767186547544462,0.0567884385436155,0.255951455205554,0.0537130615797471,0.104498489985999,0.255951455205554,0.108515458889501,0.0869272159118725,0.255951455205554,0.125574776352013,0.0880314036102218,0.255951455205554,0.0807922657000352,0.0121350283610608,0.255951455205554,0.019518668411744,0.0627629638262845,0.5,0.255951455205554,0.0223962890885138,0.0698167472060528,0.5,0.255951455205554,0.00588876777872653,0.131317879691665,0.5,0.255951455205554,0.0539159340856498,0.130492468973373,0.255951455205554,0.00527488132227162,0.010039696346543,0.0914131540115795,0.0216725184086047,0.255951455205554,0.0732126379529587,0.0414232934687014,0.5,0.255951455205554,0.0812569681399558,0.119040744255436,0.255951455205554,0.0469551048687595,0.0649382449918443,0.255951455205554,0.0693869285454973,0.335811353681871,0.255951455205554,0.0491933368314894,0.249219811911978,0.0206751518761771,0.0041706155476516 -4508,0.255951455205554,0.0328895745558317,0.0463585421194026,0.255951455205554,0.0238825143792514,0.10996872790053,0.255951455205554,0.034265945636753,0.0783998581732036,0.255951455205554,0.0362814543659875,0.0878539207789396,0.255951455205554,0.0262516717065211,0.0174397220064492,0.255951455205554,0.00283674757724772,0.0700187539309064,0.5,0.255951455205554,0.00319215674838432,0.061158374660522,0.5,0.255951455205554,0.000782960561807115,0.134676253898848,0.5,0.255951455205554,0.00292313723359928,0.11439108832292,0.255951455205554,0.00100867334987603,0.0077187848454769,0.0131435803053273,0.03544812805692,0.255951455205554,0.0142658647765269,0.0674542136296413,0.5,0.255951455205554,0.0239645381698038,0.120349222339262,0.255951455205554,0.00528757827890099,0.0657640304287118,0.255951455205554,0.0194457126847466,0.289110684540642,0.255951455205554,0.00774385010749987,0.204097751653699,0.00285568229783832,0.00369108359748069 -4509,0.255951455205554,0.0,0.0460178121497129,0.255951455205554,0.0,0.0677027207859441,0.255951455205554,4.67682441556798e-06,0.068585308867266,0.255951455205554,3.06217873092506e-05,0.0807495919485049,0.255951455205554,3.12082624521094e-07,0.039704042165715,0.255951455205554,0.0,0.115527489741733,0.5,0.255951455205554,4.05867382692799e-07,0.0562009969369584,0.5,0.255951455205554,0.0,0.130739475395698,0.5,0.255951455205554,0.0,0.0997625740229831,0.255951455205554,0.0,0.0231843076448499,0.0,0.0546612658428193,0.255951455205554,0.0,0.0896060547526903,0.5,0.255951455205554,0.0,0.111070891761343,0.255951455205554,0.0,0.0564992561320012,0.255951455205554,0.0,0.251782223714637,0.255951455205554,0.0,0.157058895068135,0.0,0.00377179047430331 -4510,0.255951455205554,0.0,0.0533893859602134,0.255951455205554,0.0,0.0561867007784064,0.255951455205554,0.0,0.0962985616337659,0.255951455205554,0.0,0.10870777961966,0.255951455205554,0.0,0.0712243873275149,0.255951455205554,0.0,0.162293460282672,0.5,0.255951455205554,0.0,0.0691779507454076,0.5,0.255951455205554,0.0,0.110693632691623,0.5,0.255951455205554,0.0,0.0853665829906611,0.255951455205554,0.0,0.0488834990994915,0.0,0.0676199424957623,0.255951455205554,0.0,0.0981581457372527,0.5,0.255951455205554,0.0,0.104173229720437,0.255951455205554,0.0,0.0479395208609553,0.255951455205554,0.0,0.270006068555091,0.255951455205554,0.0,0.100152842228379,0.0,0.00798749488550364 -4511,0.255951455205554,0.0,0.0664176551328845,0.255951455205554,0.0,0.114365912127886,0.255951455205554,0.0,0.144767577131351,0.255951455205554,0.0,0.163679568526472,0.255951455205554,0.0,0.0751529494771084,0.255951455205554,0.0,0.189741960854115,0.5,0.255951455205554,0.0,0.109309675120378,0.5,0.255951455205554,0.0,0.105090745489521,0.5,0.255951455205554,0.0,0.0655307368952106,0.255951455205554,0.0,0.0949523304424911,0.0,0.0836696795253731,0.255951455205554,0.0,0.107659806933643,0.5,0.255951455205554,0.0,0.101495515739638,0.255951455205554,0.0,0.0442993171965248,0.255951455205554,0.0,0.227861077884596,0.255951455205554,0.0,0.0611168882044256,0.0,0.0164807573531965 -4512,0.255951455205554,0.0,0.110756454452194,0.255951455205554,0.0,0.164886160421568,0.255951455205554,0.0,0.16400508574389,0.255951455205554,0.0,0.192696061747487,0.255951455205554,0.0,0.0910219991683995,0.255951455205554,0.0,0.280807060650725,0.5,0.255951455205554,0.0,0.150953849202902,0.5,0.255951455205554,0.0,0.133544189315781,0.5,0.255951455205554,0.0,0.0705343153510617,0.255951455205554,0.0,0.11518154395884,0.0,0.10685999092443,0.255951455205554,0.0,0.123192234224621,0.5,0.255951455205554,0.0,0.104894565000106,0.255951455205554,0.0,0.0496909565331734,0.255951455205554,0.0,0.170261125272192,0.255951455205554,0.0,0.0376199239555378,0.0,0.0288334430724311 -4513,0.255951455205554,0.0,0.137043325365252,0.255951455205554,0.0,0.173370548658146,0.255951455205554,0.0,0.187817344783211,0.255951455205554,0.0,0.238882221425421,0.255951455205554,0.0,0.15206143605586,0.255951455205554,0.0,0.285221172276002,0.5,0.255951455205554,0.0,0.196987172527741,0.5,0.255951455205554,0.0,0.214991892960535,0.5,0.255951455205554,0.0,0.0999946130374493,0.255951455205554,0.0,0.125441856207149,0.0,0.115717638537252,0.255951455205554,0.0,0.129925257222888,0.5,0.255951455205554,0.0,0.109505241429919,0.255951455205554,0.0,0.058300302540343,0.255951455205554,0.0,0.125141584933953,0.255951455205554,0.0,0.0311291538683105,0.0,0.0573401266474569 -4514,0.255951455205554,0.0,0.153370492005066,0.255951455205554,0.0,0.145780494055641,0.255951455205554,0.0,0.228485653822507,0.255951455205554,0.0,0.38829242083821,0.255951455205554,0.0,0.192061986927969,0.255951455205554,0.0,0.304906988665532,0.5,0.255951455205554,0.0,0.237579878316105,0.5,0.255951455205554,0.0,0.328818953031349,0.5,0.255951455205554,0.0,0.14234030627937,0.255951455205554,0.0,0.135111024855194,0.0,0.110394508455797,0.255951455205554,0.0,0.119942638321852,0.5,0.255951455205554,0.0,0.100625472997494,0.255951455205554,0.0,0.0596748754244226,0.255951455205554,0.0,0.085416251568846,0.255951455205554,0.0,0.0376623081130537,0.0,0.0741833580031925 -4515,0.255951455205554,0.0,0.197594967511308,0.255951455205554,0.0,0.312058254560865,0.255951455205554,0.0,0.271965810871052,0.255951455205554,0.0,0.48116522570495,0.255951455205554,0.0,0.312482261874633,0.255951455205554,0.0,0.456280624490321,0.5,0.255951455205554,0.0,0.266595004250872,0.5,0.255951455205554,0.0,0.375201367344406,0.5,0.255951455205554,0.0,0.166836550650092,0.255951455205554,0.0,0.148959859968671,0.0,0.106386690070774,0.255951455205554,0.0,0.113985050356602,0.5,0.255951455205554,0.0,0.094380287183439,0.255951455205554,0.0,0.0481478328744671,0.255951455205554,0.0,0.0508055916535331,0.255951455205554,0.0,0.00942294989678339,0.0,0.105223960274458 -4516,0.255951455205554,0.0,0.253880042036254,0.255951455205554,0.0,0.338073166847563,0.255951455205554,0.0,0.28439748138407,0.255951455205554,0.0,0.474658775421856,0.255951455205554,0.0,0.385861504508721,0.255951455205554,0.0,0.610046654780221,0.5,0.255951455205554,0.0,0.305301389101835,0.5,0.255951455205554,0.0,0.403030979760371,0.5,0.255951455205554,0.0,0.209570323608648,0.255951455205554,0.0,0.173291187585541,0.0,0.122328464272367,0.255951455205554,0.0,0.118134279133403,0.5,0.255951455205554,0.0,0.100884358759089,0.255951455205554,0.0,0.0334387626575882,0.255951455205554,0.0,0.0373949478004976,0.255951455205554,0.0,0.00960747647024505,0.0,0.137459144799399 -4517,0.255951455205554,0.000906102382730731,0.295895935563096,0.255951455205554,0.00192816063271443,0.277955322716219,0.255951455205554,0.000214383968151298,0.349709068135127,0.255951455205554,0.0,0.596105288196383,0.255951455205554,0.0,0.394646413623421,0.255951455205554,0.0,0.646728005715072,0.5,0.255951455205554,0.0,0.274554708161318,0.5,0.255951455205554,0.0,0.369555190364524,0.5,0.255951455205554,5.9230927670852e-05,0.235957081417087,0.255951455205554,0.0,0.125837892914149,0.00486354989398967,0.110865842502204,0.255951455205554,0.00472664240394463,0.104621097943668,0.5,0.255951455205554,0.00631502158213634,0.112806192756654,0.255951455205554,0.00157820258808475,0.0218665108700174,0.255951455205554,0.00125686030501912,0.0325906696400864,0.255951455205554,9.95807213490916e-05,0.0259972749635386,0.00150849319743688,0.113972272820532 -4518,0.255951455205554,0.023013955259982,0.323485433484926,0.255951455205554,0.0441487805822243,0.229177685227019,0.255951455205554,0.00505180130509618,0.445465169869925,0.255951455205554,0.000196079014383048,0.611237566800048,0.255951455205554,0.00287208138182282,0.397094629811063,0.255951455205554,0.000292337070884025,0.652975162376281,0.5,0.255951455205554,0.00411794112774933,0.266421384493508,0.5,0.255951455205554,0.000369514974723495,0.313972903493371,0.5,0.255951455205554,0.00644981663044085,0.248571347662394,0.255951455205554,0.00460140052430948,0.105300490646601,0.0621939554953681,0.125686287545403,0.255951455205554,0.0565321823477538,0.103126892778106,0.5,0.255951455205554,0.0634011726145503,0.132704344644806,0.255951455205554,0.0223829965565906,0.0181597711127058,0.255951455205554,0.0181430195178236,0.0307495628987995,0.255951455205554,0.00698034481009721,0.0727365154672261,0.0430849619046103,0.0599197177085649 -4519,0.255951455205554,0.0854345150945736,0.310163253480824,0.255951455205554,0.109886911211959,0.0326900430822323,0.255951455205554,0.0105869546581791,0.522887078783328,0.255951455205554,0.000710781901800565,0.723709872442638,0.255951455205554,0.0117462267529008,0.393928644600479,0.255951455205554,0.00110445447201045,0.589948937913901,0.5,0.255951455205554,0.0124850314410326,0.274998551987091,0.5,0.255951455205554,0.00198391813297761,0.305718945605708,0.5,0.255951455205554,0.0191455822053232,0.254234789345994,0.255951455205554,0.0271135277143052,0.115917307669756,0.139495491118902,0.18590346956644,0.255951455205554,0.110788840617648,0.142884645599599,0.5,0.255951455205554,0.138962274931807,0.190896338153687,0.255951455205554,0.0845144270830433,0.0230114799271708,0.255951455205554,0.0383254282246663,0.025992067999596,0.255951455205554,0.0348175282113811,0.15991885624608,0.113778380249943,0.103634863840881 -4520,0.255951455205554,0.166587683012836,0.24737852633912,0.255951455205554,0.109136813389793,0.000130527069352785,0.255951455205554,0.0140178249048518,0.564571057430907,0.255951455205554,0.0015614345204975,0.833599735127746,0.255951455205554,0.0222770465562199,0.427568564968329,0.255951455205554,0.00343965034532538,0.527198175011079,0.5,0.255951455205554,0.0259963232869748,0.310737047173793,0.5,0.255951455205554,0.0054746683009051,0.32841829795526,0.5,0.255951455205554,0.0352745197703743,0.284418845374069,0.255951455205554,0.0728533603053404,0.191467721569237,0.23665441331291,0.331774109620756,0.255951455205554,0.18440414341024,0.231446350224529,0.5,0.255951455205554,0.248880769101804,0.233302811010252,0.255951455205554,0.170830364709149,0.0503830116001559,0.255951455205554,0.0518841465453608,0.0368399505728453,0.255951455205554,0.0647124402808089,0.242865480190793,0.209884792810016,0.277026620385564 -4521,0.255951455205554,0.219533382590816,0.165348335761229,0.255951455205554,0.073536562621113,0.00638699501518259,0.255951455205554,0.0244408192851146,0.572964266921665,0.255951455205554,0.0105051769601852,0.830404341132542,0.255951455205554,0.0384119748549568,0.470983122744021,0.255951455205554,0.0085418880211661,0.503007125459716,0.5,0.255951455205554,0.0389921208526441,0.316084788731679,0.5,0.255951455205554,0.0105699236367572,0.335080656816627,0.5,0.255951455205554,0.0489578029439718,0.313306881571032,0.255951455205554,0.0912220339152733,0.216550565609168,0.325132353932576,0.343397227330087,0.255951455205554,0.266257686656102,0.25341467256658,0.5,0.255951455205554,0.364527530807117,0.291285820977247,0.255951455205554,0.289933603744181,0.0708152408852019,0.255951455205554,0.0845072957220289,0.0685365240180321,0.255951455205554,0.101316383263589,0.311019417466235,0.32447620268801,0.616549612863408 -4522,0.255951455205554,0.283600966086907,0.167385948765069,0.255951455205554,0.193008531801704,0.0129429236583713,0.255951455205554,0.034243972007934,0.548631660311819,0.255951455205554,0.0247979230844848,0.669286135491958,0.255951455205554,0.0564942288932039,0.488159618153373,0.255951455205554,0.0130650005655542,0.488364796104777,0.5,0.255951455205554,0.0596069708964975,0.289148397889876,0.5,0.255951455205554,0.0197508236043656,0.398450385610835,0.5,0.255951455205554,0.0480401110708851,0.349435706804926,0.255951455205554,0.138155133152091,0.200393817515542,0.410096837532176,0.383550566591707,0.255951455205554,0.347583876204513,0.271293646112609,0.5,0.255951455205554,0.480896890453543,0.343918143618006,0.255951455205554,0.450133009841201,0.0816512257800354,0.255951455205554,0.155713123725366,0.176269961290675,0.255951455205554,0.148427289048618,0.360033026111898,0.456063451001947,0.822527248028501 -4523,0.255951455205554,0.417840901071566,0.27179328137724,0.255951455205554,0.344128951686665,0.00817625576594013,0.255951455205554,0.042318655227742,0.522023793322427,0.255951455205554,0.0254009065975597,0.450411907069725,0.255951455205554,0.0820054136706625,0.520493601852323,0.255951455205554,0.0158048565975318,0.517967060121259,0.5,0.255951455205554,0.0985649339855533,0.290899373431623,0.5,0.255951455205554,0.0321644704305066,0.469939849669786,0.5,0.255951455205554,0.0356827217274832,0.401308089391177,0.255951455205554,0.216721850543964,0.215491387257977,0.363111928829369,0.231976706424471,0.255951455205554,0.401668064238419,0.258421838487773,0.5,0.255951455205554,0.56258610989924,0.403011290762306,0.255951455205554,0.564620865235424,0.119415329276989,0.255951455205554,0.323782314749282,0.294284306773194,0.255951455205554,0.166078981080458,0.424817519087257,0.564943633568441,0.87484826587783 -4524,0.255951455205554,0.504381633522907,0.378902162899837,0.255951455205554,0.427947216930118,0.0246003285987868,0.255951455205554,0.0451371815286999,0.516930112557927,0.255951455205554,0.0371300642485995,0.345979219371292,0.255951455205554,0.0878968355366349,0.538848128427695,0.255951455205554,0.0176239440026695,0.541120093095823,0.5,0.255951455205554,0.146742743661299,0.304120973029663,0.5,0.255951455205554,0.0427213062778352,0.488043641533606,0.5,0.255951455205554,0.0346783493565244,0.44772074491694,0.255951455205554,0.269948523180857,0.1937281857885,0.195816018536212,0.166281605882689,0.255951455205554,0.391536887020097,0.24081504145778,0.5,0.255951455205554,0.416459676715778,0.360517819970303,0.255951455205554,0.541762801023262,0.142668785179792,0.255951455205554,0.466867040573353,0.445759525008066,0.255951455205554,0.15091116461672,0.482414140425642,0.622696108274457,0.89705746220637 -4525,0.255951455205554,0.525900062930669,0.466344573438284,0.255951455205554,0.345902430484708,0.00876290409227283,0.255951455205554,0.0436948113493733,0.554419044271137,0.255951455205554,0.0394570589940895,0.424956655696072,0.255951455205554,0.0949915892390256,0.541208982908812,0.255951455205554,0.0208041060481463,0.532635654917272,0.5,0.255951455205554,0.176948859410032,0.303275195276875,0.5,0.255951455205554,0.048243810227071,0.469649847346172,0.5,0.255951455205554,0.0278680989531495,0.48290173410504,0.255951455205554,0.306254301251791,0.167462472687779,0.403034588753424,0.429794035133539,0.255951455205554,0.46994286006127,0.346431216929281,0.5,0.255951455205554,0.438433754295534,0.435209637625222,0.255951455205554,0.371704508514877,0.172173403528804,0.255951455205554,0.496536505250549,0.506301499108324,0.255951455205554,0.0994180289104918,0.511457301838115,0.646133342966785,0.926829942208027 -4526,0.255951455205554,0.526105687552296,0.478712090293031,0.255951455205554,0.212905281383829,0.0521151187341204,0.255951455205554,0.0431480585291397,0.613177133366369,0.255951455205554,0.033340888229944,0.562576105652441,0.255951455205554,0.0983977530448492,0.525590721604834,0.255951455205554,0.0197145361922118,0.527310278860841,0.5,0.255951455205554,0.19879848462701,0.275106858704559,0.5,0.255951455205554,0.0544142621094031,0.487232991939232,0.5,0.255951455205554,0.021080478509686,0.538053418142559,0.255951455205554,0.290287986990102,0.122107737281137,0.363532742282362,0.452016572431961,0.255951455205554,0.385547736691966,0.291118283786528,0.5,0.255951455205554,0.449907528904999,0.508824870102683,0.255951455205554,0.243614521310089,0.29074110268256,0.255951455205554,0.390535479864542,0.493625365685268,0.255951455205554,0.0812626238116673,0.566005592769532,0.633077745611253,0.9427135281019 -4527,0.255951455205554,0.420316375609771,0.45665058638001,0.255951455205554,0.102876793686892,0.131294591399633,0.255951455205554,0.0459744532567377,0.647984553071887,0.255951455205554,0.0219049271726382,0.682235494702542,0.255951455205554,0.0971153032121724,0.479271463210413,0.255951455205554,0.015682286509521,0.491552063817029,0.5,0.255951455205554,0.196818754980968,0.203569378293523,0.5,0.255951455205554,0.0556991620290786,0.51458915634806,0.5,0.255951455205554,0.0141530986040624,0.613246046583733,0.255951455205554,0.295475995046248,0.0732722955555201,0.199495011286695,0.312814159700688,0.255951455205554,0.25206245391335,0.24842754591626,0.5,0.255951455205554,0.45090765987602,0.530828698577492,0.255951455205554,0.200883692391844,0.332087110609832,0.255951455205554,0.348482744917958,0.603205282475694,0.255951455205554,0.0948772019520842,0.660607139682367,0.535579136835781,0.95691135675854 -4528,0.255951455205554,0.301810872427669,0.427531947612684,0.255951455205554,0.0577425169653834,0.322250801655356,0.255951455205554,0.0440591966827679,0.656716194294285,0.255951455205554,0.0250734961113167,0.684594407975927,0.255951455205554,0.0897842046009216,0.438097276461185,0.255951455205554,0.0114474671464342,0.456114321559016,0.5,0.255951455205554,0.189029733864319,0.149781835067681,0.5,0.255951455205554,0.0508659965832356,0.511531169419988,0.5,0.255951455205554,0.00841427170909327,0.659842240056107,0.255951455205554,0.222749943505339,0.0424308721037433,0.207228245843229,0.300335777068995,0.255951455205554,0.214858652234597,0.28673561210538,0.5,0.255951455205554,0.384196829595553,0.51667132854848,0.255951455205554,0.232362920724936,0.402883586895743,0.255951455205554,0.30166888921724,0.69124256557639,0.255951455205554,0.0855323114902976,0.730352229382096,0.410951088112365,0.953972698788466 -4529,0.255951455205554,0.243724175008534,0.415153272203693,0.255951455205554,0.0973037979833681,0.510360896691187,0.255951455205554,0.036432116297576,0.649904454221448,0.255951455205554,0.00480075342059963,0.62596497814343,0.255951455205554,0.0693422713191429,0.439318639201238,0.255951455205554,0.0102537065506196,0.439045341424809,0.5,0.255951455205554,0.15728610810191,0.113874108096835,0.5,0.255951455205554,0.0435527572324621,0.482962068175619,0.5,0.255951455205554,0.00501204579988059,0.666254471340641,0.255951455205554,0.133869527438576,0.0495282399355282,0.0689686059360074,0.130161303633284,0.255951455205554,0.182012552106196,0.267164426319465,0.5,0.255951455205554,0.28444857992666,0.482925264913347,0.255951455205554,0.156339293160648,0.381005867240931,0.255951455205554,0.192016217684362,0.682182784509738,0.255951455205554,0.0516614163515468,0.754176010770164,0.318469895086219,0.955946081961805 -4530,0.255951455205554,0.157833897381724,0.357236258152664,0.255951455205554,0.079873001324451,0.530226352487053,0.255951455205554,0.0233691093058688,0.640318966083235,0.255951455205554,0.00274975296795735,0.608678600475816,0.255951455205554,0.0415109587420524,0.436919716591386,0.255951455205554,0.00957861679553803,0.430320441963419,0.5,0.255951455205554,0.101348064702267,0.0860722689916801,0.5,0.255951455205554,0.0307273430800207,0.450724436469713,0.5,0.255951455205554,0.00289903592490328,0.685443029568671,0.255951455205554,0.0830671307916427,0.0664008633127578,0.0930159199147603,0.0477163864173109,0.255951455205554,0.115912225947713,0.145093479689558,0.5,0.255951455205554,0.175815052351996,0.362097990499791,0.255951455205554,0.100594662491465,0.390531932425004,0.255951455205554,0.0845617463279406,0.681951279565178,0.255951455205554,0.0152864413467232,0.765656915044479,0.215311175118275,0.962492054387039 -4531,0.255951455205554,0.0802646361554138,0.283261135856788,0.255951455205554,0.0477994934658341,0.429405011046954,0.255951455205554,0.00803019124135287,0.607380523724016,0.255951455205554,0.00203719180373696,0.538780624590178,0.255951455205554,0.0224351319986425,0.44410505823489,0.255951455205554,0.0053071016364822,0.456539014811906,0.5,0.255951455205554,0.0454682365351495,0.070894205038358,0.5,0.255951455205554,0.0195956995594336,0.420868341578,0.5,0.255951455205554,0.00115041553595404,0.699825195412261,0.255951455205554,0.0526680187350983,0.0737631506489738,0.0785447794515079,0.077695166118734,0.255951455205554,0.0661187634465376,0.0637624798398973,0.5,0.255951455205554,0.0673899020136869,0.241593586371045,0.255951455205554,0.0380869052830771,0.386503995479092,0.255951455205554,0.0375005213184457,0.69345645535027,0.255951455205554,0.00343758577569908,0.760784275721339,0.122289687134477,0.964281554653953 -4532,0.255951455205554,0.0267364620208161,0.217797228127646,0.255951455205554,0.00617493666587982,0.207868269309894,0.255951455205554,0.00129145647256298,0.582370017796736,0.255951455205554,0.0006703999979764,0.464305934295711,0.255951455205554,0.00734626405510634,0.459573512115687,0.255951455205554,0.00150905424295983,0.480539897069959,0.5,0.255951455205554,0.00951776941313641,0.0537556850097189,0.5,0.255951455205554,0.00483223155698903,0.377935850626478,0.5,0.255951455205554,0.000188369438705761,0.68274183567448,0.255951455205554,0.0164529818003266,0.0681608261116374,0.0197884979109308,0.0892628771566934,0.255951455205554,0.0132561455625014,0.0628854495396796,0.5,0.255951455205554,0.0247668527002722,0.203844000457736,0.255951455205554,0.00157585134683338,0.411245665027671,0.255951455205554,0.00743215800850139,0.695795640946973,0.255951455205554,0.000285403668704202,0.748508239895387,0.0509205838980946,0.963560391007595 -4533,0.255951455205554,1.12265131426092e-05,0.191096358989247,0.255951455205554,5.13044773906186e-08,0.140998571128843,0.255951455205554,6.50637128788881e-06,0.570581247577718,0.255951455205554,1.23457635275961e-05,0.405118913621015,0.255951455205554,1.8353314044352e-05,0.483448376361643,0.255951455205554,0.0,0.531719319761127,0.5,0.255951455205554,0.0,0.0452020993048361,0.5,0.255951455205554,0.0,0.323602990675938,0.5,0.255951455205554,0.0,0.656156394567448,0.255951455205554,0.0,0.0494982466966829,0.0,0.101642037221465,0.255951455205554,0.0,0.100038096456977,0.5,0.255951455205554,0.0,0.189499986638168,0.255951455205554,0.0,0.400768442426502,0.255951455205554,0.0,0.629444166621132,0.255951455205554,0.0,0.724073171729037,0.0,0.965235903658432 -4534,0.255951455205554,0.0,0.159553010795713,0.255951455205554,0.0,0.136591601889033,0.255951455205554,0.0,0.570204188335979,0.255951455205554,0.0,0.437353840454803,0.255951455205554,0.0,0.529914720522386,0.255951455205554,0.0,0.542029993700471,0.5,0.255951455205554,0.0,0.0473095449276777,0.5,0.255951455205554,0.0,0.26890626085721,0.5,0.255951455205554,0.0,0.663905789715362,0.255951455205554,0.0,0.0449528096421622,0.0,0.076238231006711,0.255951455205554,0.0,0.113743748077028,0.5,0.255951455205554,0.0,0.164320989037219,0.255951455205554,0.0,0.338413741313752,0.255951455205554,0.0,0.519093110635411,0.255951455205554,0.0,0.645438489328468,0.0,0.949771035095965 -4535,0.255951455205554,0.0,0.159640248971116,0.255951455205554,0.0,0.163179491978229,0.255951455205554,0.0,0.564821637678317,0.255951455205554,0.0,0.424538333859773,0.255951455205554,0.0,0.572845467215035,0.255951455205554,0.0,0.538124762909303,0.5,0.255951455205554,0.0,0.0696852370065301,0.5,0.255951455205554,0.0,0.225362467226412,0.5,0.255951455205554,0.0,0.667882030580864,0.255951455205554,0.0,0.0411570170076826,0.0,0.0469772018221901,0.255951455205554,0.0,0.10903385123126,0.5,0.255951455205554,0.0,0.165385164095507,0.255951455205554,0.0,0.192142201989019,0.255951455205554,0.0,0.437490002146562,0.255951455205554,0.0,0.613301798347338,0.0,0.878354634943158 -4536,0.255951455205554,0.0,0.195404325147524,0.255951455205554,0.0,0.112284401798168,0.255951455205554,0.0,0.528990852739097,0.255951455205554,0.0,0.445590386689985,0.255951455205554,0.0,0.595986025104724,0.255951455205554,0.0,0.576171855070915,0.5,0.255951455205554,0.0,0.0986921249196939,0.5,0.255951455205554,0.0,0.234875681745864,0.5,0.255951455205554,0.0,0.614956539056527,0.255951455205554,0.0,0.0406249725231101,0.0,0.0433556762175874,0.255951455205554,0.0,0.0840642924106282,0.5,0.255951455205554,0.0,0.175156081762905,0.255951455205554,0.0,0.088009838706778,0.255951455205554,0.0,0.372760807459199,0.255951455205554,0.0,0.608155696471732,0.0,0.845379645291764 -4537,0.255951455205554,0.0,0.212252773263781,0.255951455205554,0.0,0.0668058459090787,0.255951455205554,0.0,0.483922729514784,0.255951455205554,0.0,0.390221009637125,0.255951455205554,0.0,0.625229206258488,0.255951455205554,0.0,0.594311813201942,0.5,0.255951455205554,0.0,0.116076530971598,0.5,0.255951455205554,0.0,0.254106404408617,0.5,0.255951455205554,0.0,0.552481135146511,0.255951455205554,0.0,0.0353010434228931,0.0,0.123893134066788,0.255951455205554,0.0,0.0736095664199271,0.5,0.255951455205554,0.0,0.173103716852173,0.255951455205554,0.0,0.0850553658707241,0.255951455205554,0.0,0.265689408943834,0.255951455205554,0.0,0.593186850302419,0.0,0.632074278293574 -4538,0.255951455205554,0.0,0.22371740920415,0.255951455205554,0.0,0.0560183120656267,0.255951455205554,0.0,0.465935668115019,0.255951455205554,0.0,0.368056235558438,0.255951455205554,0.0,0.63984607336016,0.255951455205554,0.0,0.612946076613603,0.5,0.255951455205554,0.0,0.150945283726884,0.5,0.255951455205554,0.0,0.277277827683825,0.5,0.255951455205554,0.0,0.591660825652748,0.255951455205554,0.0,0.0469744327958074,0.0,0.17431307642503,0.255951455205554,0.0,0.0862958483857203,0.5,0.255951455205554,0.0,0.17233978673659,0.255951455205554,0.0,0.142524756834847,0.255951455205554,0.0,0.181212799123715,0.255951455205554,0.0,0.553537346865957,0.0,0.338823726177461 -4539,0.255951455205554,0.0,0.243843491534309,0.255951455205554,0.0,0.0342991752601098,0.255951455205554,0.0,0.445525706388625,0.255951455205554,0.0,0.407215423724524,0.255951455205554,0.0,0.735854755220693,0.255951455205554,0.0,0.696518923920014,0.5,0.255951455205554,0.0,0.145673227155821,0.5,0.255951455205554,0.0,0.353363582159886,0.5,0.255951455205554,0.0,0.605076470818428,0.255951455205554,0.0,0.0757300688061306,0.0,0.132730296059835,0.255951455205554,0.0,0.11975630557097,0.5,0.255951455205554,0.0,0.174723129623894,0.255951455205554,0.0,0.232148247398058,0.255951455205554,0.0,0.133602829659337,0.255951455205554,0.0,0.478527518491423,0.0,0.255612318647199 -4540,0.255951455205554,0.0,0.302695020110207,0.255951455205554,0.0,0.0545550545175979,0.255951455205554,0.0,0.416817684896332,0.255951455205554,0.0,0.347808519586732,0.255951455205554,0.0,0.764890340808697,0.255951455205554,0.0,0.716855658715888,0.5,0.255951455205554,0.0,0.14106329883253,0.5,0.255951455205554,0.0,0.304752780864673,0.5,0.255951455205554,0.0,0.560009488903122,0.255951455205554,0.0,0.0767248540170319,0.0,0.0710031066178582,0.255951455205554,0.0,0.143703575276666,0.5,0.255951455205554,0.0,0.184020729637686,0.255951455205554,0.0,0.279506684814155,0.255951455205554,0.0,0.140681011742198,0.255951455205554,0.0,0.488300682220904,0.0,0.155442169545084 -4541,0.255951455205554,0.00193194972266795,0.398096742348739,0.255951455205554,0.00208955829114426,0.0911989063955969,0.255951455205554,0.000100424214318208,0.351142357597051,0.255951455205554,0.000109485187570632,0.197984928102215,0.255951455205554,0.0,0.764963203876961,0.255951455205554,0.0,0.648947032543772,0.5,0.255951455205554,0.0,0.205100507522365,0.5,0.255951455205554,0.0,0.228992783416097,0.5,0.255951455205554,1.41343679129155e-08,0.571491890351267,0.255951455205554,0.0,0.0820718484516213,0.00348793940900705,0.0361898015768075,0.255951455205554,0.0031306310633899,0.145508879992038,0.5,0.255951455205554,0.00495395974242938,0.181128965189812,0.255951455205554,0.000203673460713254,0.323757993695214,0.255951455205554,0.00048052726489576,0.132950894372282,0.255951455205554,1.52125822417745e-06,0.543951637925674,0.00108908610943385,0.118926770050256 -4542,0.255951455205554,0.0423225477647333,0.489570674654744,0.255951455205554,0.041846292298787,0.134145374968192,0.255951455205554,0.00364002660208247,0.27870142204128,0.255951455205554,0.00627583612711988,0.0971306639085003,0.255951455205554,0.00102909301080687,0.816644983400412,0.255951455205554,0.0024229266408635,0.660724153582042,0.5,0.255951455205554,0.0181632090736572,0.251964800441485,0.5,0.255951455205554,0.00629183809185246,0.24861725758419,0.5,0.255951455205554,0.00359617767096928,0.630695373324306,0.255951455205554,0.0269212416484584,0.176733539317952,0.0499512765282501,0.0320382248063454,0.255951455205554,0.0360509877156467,0.123164587566867,0.5,0.255951455205554,0.0544791989064386,0.18794139641169,0.255951455205554,0.00180694075245861,0.359415580030516,0.255951455205554,0.00980752037953874,0.149851442669479,0.255951455205554,0.000396467336437861,0.543738018270198,0.0468998735348581,0.134256526423603 -4543,0.255951455205554,0.108369895863653,0.58869724990778,0.255951455205554,0.0936649726372349,0.190458872727902,0.255951455205554,0.0140939793072878,0.209894787613888,0.255951455205554,0.0144673028866143,0.0928876166704104,0.255951455205554,0.00368690741615542,0.866262006965012,0.255951455205554,0.0101176429058433,0.686327367762028,0.5,0.255951455205554,0.0654020666685356,0.287036304720508,0.5,0.255951455205554,0.0318519582853125,0.265362231843939,0.5,0.255951455205554,0.0220077296590473,0.656505484813301,0.255951455205554,0.101888512383306,0.201860580448047,0.0609192007702808,0.0169852009367036,0.255951455205554,0.0690850876701933,0.135965630066305,0.5,0.255951455205554,0.115609376168081,0.270713212627364,0.255951455205554,0.00492098672561754,0.342649232674276,0.255951455205554,0.0246246209688877,0.166624120724078,0.255951455205554,0.00174735306043653,0.534658536743429,0.117247417672761,0.179366006772818 -4544,0.255951455205554,0.202541993936448,0.695520419878792,0.255951455205554,0.173961668647947,0.240305175075076,0.255951455205554,0.0350531172287479,0.186491915378947,0.255951455205554,0.0388876277364669,0.0844598789604229,0.255951455205554,0.00657386411314494,0.849068621220966,0.255951455205554,0.0205332532151689,0.701817412195784,0.5,0.255951455205554,0.115103455209292,0.409119969215467,0.5,0.255951455205554,0.0726949114906171,0.328885138755252,0.5,0.255951455205554,0.0548810267672123,0.676907614461446,0.255951455205554,0.19098615917645,0.335542121949747,0.186685261170526,0.0537962082712585,0.255951455205554,0.110219085147566,0.206153608006969,0.5,0.255951455205554,0.182969661441044,0.435847729855923,0.255951455205554,0.0133855805398403,0.339994241593121,0.255951455205554,0.0415367610246821,0.158172389975218,0.255951455205554,0.00551696989172639,0.461954847982775,0.208819087466651,0.265474700237086 -4545,0.255951455205554,0.288973708095604,0.787007263775706,0.255951455205554,0.273557327408958,0.349467339927445,0.255951455205554,0.085650202577305,0.194482317004751,0.255951455205554,0.24039441596092,0.144900561581896,0.255951455205554,0.00915734523490174,0.817738142285151,0.255951455205554,0.0297973786559606,0.643676828605449,0.5,0.255951455205554,0.172058000194739,0.540251021077335,0.5,0.255951455205554,0.120633146092516,0.374023536139558,0.5,0.255951455205554,0.092739907568385,0.660747063532875,0.255951455205554,0.280467016165561,0.519915718696455,0.217366827724027,0.0665692874181522,0.255951455205554,0.148561562558605,0.264411551839016,0.5,0.255951455205554,0.251397766534234,0.560002937091332,0.255951455205554,0.0329818145278808,0.38633290007578,0.255951455205554,0.0399171332926767,0.138571871709244,0.255951455205554,0.0153329289447506,0.449244123873083,0.290704064973788,0.435310935887483 -4546,0.255951455205554,0.369385371512336,0.843292318861159,0.255951455205554,0.363330198488379,0.430441764934445,0.255951455205554,0.166119177799098,0.203343452195106,0.255951455205554,0.363621434859482,0.19407462656745,0.255951455205554,0.0117732523915733,0.71830049944701,0.255951455205554,0.0429453127010267,0.621288767216845,0.5,0.255951455205554,0.193286487917346,0.600608662796569,0.5,0.255951455205554,0.152121358058358,0.395961263235259,0.5,0.255951455205554,0.118185321252361,0.621876772953935,0.255951455205554,0.318671930845544,0.624193813525207,0.12400488607338,0.0621042265667651,0.255951455205554,0.175322240551968,0.300106478580678,0.5,0.255951455205554,0.362333417840715,0.67727633343196,0.255951455205554,0.0473354692909181,0.42600368510936,0.255951455205554,0.0493882904187595,0.126479786687353,0.255951455205554,0.0307632233294155,0.422804012292574,0.294855732725819,0.582323976995685 -4547,0.255951455205554,0.457666282383996,0.896886951192334,0.255951455205554,0.469154418156833,0.614183488394523,0.255951455205554,0.251777646905633,0.228540661463421,0.255951455205554,0.459673584931987,0.202242050694735,0.255951455205554,0.0164049474387065,0.609354021651734,0.255951455205554,0.0433295872738704,0.600979616407947,0.5,0.255951455205554,0.182912810051408,0.643020505470953,0.5,0.255951455205554,0.149715196080293,0.391478745716752,0.5,0.255951455205554,0.127586857595544,0.570481894283955,0.255951455205554,0.219933024561477,0.574989892351127,0.149383948711087,0.0888838435812631,0.255951455205554,0.199829859747589,0.309745073043526,0.5,0.255951455205554,0.475610713819526,0.778376480293429,0.255951455205554,0.0778611327119089,0.458257720222955,0.255951455205554,0.0541876777559377,0.164090310265918,0.255951455205554,0.044045231300528,0.426920410336035,0.420933896310664,0.635038782843627 -4548,0.255951455205554,0.547098297130805,0.934903997512437,0.255951455205554,0.55289564870253,0.808788737461524,0.255951455205554,0.301433766813829,0.263762468363393,0.255951455205554,0.514524645714402,0.254592543385427,0.255951455205554,0.0260754317449456,0.480015309335703,0.255951455205554,0.0663611824360768,0.55058519462544,0.5,0.255951455205554,0.173262380139558,0.690579888922455,0.5,0.255951455205554,0.156579427242853,0.392561451211686,0.5,0.255951455205554,0.133692528921958,0.554768230177139,0.255951455205554,0.196919950129706,0.601958492418128,0.213974181441839,0.179546498170336,0.255951455205554,0.241317509518687,0.328352262210024,0.5,0.255951455205554,0.567919589869785,0.857159415474072,0.255951455205554,0.116451697067727,0.461029503421497,0.255951455205554,0.0805024180129141,0.202259673118012,0.255951455205554,0.0477597569868741,0.459641937422745,0.45916238404335,0.630050837831007 -4549,0.255951455205554,0.576410918522682,0.962559609859699,0.255951455205554,0.607987722667477,0.877110175868127,0.255951455205554,0.324647355965912,0.333408231873814,0.255951455205554,0.55360223146222,0.367067062674587,0.255951455205554,0.033236959172565,0.369905259958124,0.255951455205554,0.0582627334149407,0.471088927542484,0.5,0.255951455205554,0.18809455652044,0.753785730311757,0.5,0.255951455205554,0.148512424635232,0.372245080580793,0.5,0.255951455205554,0.126144459056209,0.472376897070792,0.255951455205554,0.26607896968436,0.759121819606004,0.349489749163008,0.338343403921893,0.255951455205554,0.261695348691603,0.340174455432515,0.5,0.255951455205554,0.617429865926805,0.924697861493226,0.255951455205554,0.131291056741215,0.452553327190723,0.255951455205554,0.120076115952991,0.227115195581125,0.255951455205554,0.0567589759345053,0.489205728365851,0.54658083976501,0.608648602365608 -4550,0.255951455205554,0.594516297956893,0.980641225402161,0.255951455205554,0.618507253787116,0.804579470955014,0.255951455205554,0.28442815728154,0.374953032613087,0.255951455205554,0.511553538911601,0.548765212052182,0.255951455205554,0.0358622503732835,0.322569228572964,0.255951455205554,0.0520037493552707,0.372917612362098,0.5,0.255951455205554,0.163935509544365,0.750292395921695,0.5,0.255951455205554,0.177741242113419,0.338544083565476,0.5,0.255951455205554,0.127318683060042,0.40009055411462,0.255951455205554,0.197673718469942,0.77966813639,0.386404213591819,0.464470346220381,0.255951455205554,0.244315095765089,0.356922206055777,0.5,0.255951455205554,0.594057304549969,0.943532790659365,0.255951455205554,0.134158545503357,0.473418013266069,0.255951455205554,0.133994101876536,0.244050200185199,0.255951455205554,0.0595127677359449,0.497122599040371,0.596014584955428,0.59086305069264 -4551,0.255951455205554,0.574644203139277,0.981343213869798,0.255951455205554,0.540854913807859,0.661534586067475,0.255951455205554,0.183284526996004,0.342497783260528,0.255951455205554,0.167301140842958,0.393652417734446,0.255951455205554,0.0428628785434795,0.292952145770555,0.255951455205554,0.040748570659014,0.294499189105803,0.5,0.255951455205554,0.146038061171645,0.72342555219641,0.5,0.255951455205554,0.175760091054923,0.323790798598908,0.5,0.255951455205554,0.123501536757659,0.345974901150293,0.255951455205554,0.256355402815544,0.867152405446659,0.404207584694348,0.523860062615515,0.255951455205554,0.2447818570725,0.348792323403408,0.5,0.255951455205554,0.551053274247221,0.962285428063186,0.255951455205554,0.147537771334471,0.517668659499206,0.255951455205554,0.122616663947982,0.264067913634279,0.255951455205554,0.0536748124069621,0.485510287481388,0.594523072178742,0.64015027999485 -4552,0.255951455205554,0.491054774276524,0.97322661153386,0.255951455205554,0.282831791637442,0.108119750081293,0.255951455205554,0.168546239278994,0.249797790152583,0.255951455205554,0.395098745553623,0.292347328864881,0.255951455205554,0.0674754517595674,0.262576645345104,0.255951455205554,0.0320636037582307,0.243938389960575,0.5,0.255951455205554,0.0997162968779529,0.610930407744923,0.5,0.255951455205554,0.122122284167757,0.27470835074618,0.5,0.255951455205554,0.0924785618022888,0.302455579624071,0.255951455205554,0.131588903836002,0.822458811970157,0.35916895158203,0.498998994505344,0.255951455205554,0.20687212826986,0.346543763689791,0.5,0.255951455205554,0.455599366328654,0.964028098043082,0.255951455205554,0.128823644484889,0.518557879248359,0.255951455205554,0.101888581437755,0.27703971945453,0.255951455205554,0.0486754490556683,0.472166341210381,0.511449271165542,0.661526808178336 -4553,0.255951455205554,0.38462824194164,0.960805954164427,0.255951455205554,0.332915682899108,0.264095004743319,0.255951455205554,0.195556083845746,0.194909143678281,0.255951455205554,0.302821997334357,0.200213216264647,0.255951455205554,0.0853840988212562,0.214090123683269,0.255951455205554,0.0238376729818772,0.20698504246604,0.5,0.255951455205554,0.0516033114364741,0.522457426861603,0.5,0.255951455205554,0.0811353477529824,0.209406212986117,0.5,0.255951455205554,0.0619550451740624,0.254490666892794,0.255951455205554,0.0850675324290332,0.763695722119994,0.277397377009784,0.449465131289121,0.255951455205554,0.147906679528736,0.303198093860706,0.5,0.255951455205554,0.341235201278676,0.947501850619129,0.255951455205554,0.0975365971959051,0.493614567423735,0.255951455205554,0.0868039267620908,0.250544898602682,0.255951455205554,0.0442301417481811,0.433380350102804,0.387608868038193,0.722792709482729 -4554,0.255951455205554,0.26608186112826,0.93883107749479,0.255951455205554,0.249343496469285,0.486835509237732,0.255951455205554,0.157959593489254,0.168478075596123,0.255951455205554,0.241896320036189,0.191551581633644,0.255951455205554,0.0625354538964807,0.153545202571519,0.255951455205554,0.0149229006094097,0.173067722027529,0.5,0.255951455205554,0.0293478483743934,0.446396977271879,0.5,0.255951455205554,0.0585786188164631,0.191769599502234,0.5,0.255951455205554,0.0386993769427378,0.195550343453361,0.255951455205554,0.0437057382485423,0.742713517961691,0.166285269138942,0.30677380630191,0.255951455205554,0.0859564047443894,0.201163826180433,0.5,0.255951455205554,0.224893416912748,0.911183178569947,0.255951455205554,0.0487377837228435,0.42822832305348,0.255951455205554,0.0512706016144632,0.204374202747643,0.255951455205554,0.0314304171008723,0.348034713851194,0.266882123534444,0.800028256671337 -4555,0.255951455205554,0.141929028335318,0.898604124125578,0.255951455205554,0.131779059421353,0.480171569750512,0.255951455205554,0.0962691075283308,0.165190350131683,0.255951455205554,0.13843166554609,0.185784551201597,0.255951455205554,0.0281834648991154,0.0876805871065491,0.255951455205554,0.00669110139997408,0.0975629565532726,0.5,0.255951455205554,0.0145273775601865,0.361587992186367,0.5,0.255951455205554,0.029435799632557,0.145789108483069,0.5,0.255951455205554,0.017388708895944,0.131681488454003,0.255951455205554,0.0171594046652075,0.632877067476111,0.0574519275773716,0.23443828411635,0.255951455205554,0.0400768313699415,0.178464854803614,0.5,0.255951455205554,0.114697580425585,0.862248400797962,0.255951455205554,0.0146366648440045,0.363864078538973,0.255951455205554,0.0291421623844447,0.170123320720373,0.255951455205554,0.0146882592147602,0.284106780981031,0.141465902535943,0.857424493395126 -4556,0.255951455205554,0.0406371036584635,0.873448423230246,0.255951455205554,0.0326880350839323,0.47987737858171,0.255951455205554,0.029553707392038,0.173031507342207,0.255951455205554,0.0372590270044808,0.203563601193122,0.255951455205554,0.00755645206982452,0.0397059666421141,0.255951455205554,0.00153505409082871,0.0564545507989639,0.5,0.255951455205554,0.00258966761296499,0.213124504511842,0.5,0.255951455205554,0.00669555930709057,0.104376020854304,0.5,0.255951455205554,0.000680830192546352,0.100648806457173,0.255951455205554,0.00178568104453975,0.476300281126842,0.0109782284488922,0.173753078176865,0.255951455205554,0.00741070056433966,0.201318674002917,0.5,0.255951455205554,0.0251290227946364,0.821051588468146,0.255951455205554,0.00112629134738789,0.323051810132073,0.255951455205554,0.00590618291429787,0.124153504552374,0.255951455205554,0.00289027790849253,0.245120514057515,0.0404077453487404,0.88671189789417 -4557,0.255951455205554,0.0,0.834638204880395,0.255951455205554,0.0,0.563589579819764,0.255951455205554,0.0,0.198848588221542,0.255951455205554,0.0,0.237592586388085,0.255951455205554,1.35763194190926e-05,0.0197821019413669,0.255951455205554,0.0,0.0463410928855368,0.5,0.255951455205554,0.0,0.095275704703983,0.5,0.255951455205554,0.0,0.0728103722850072,0.5,0.255951455205554,0.0,0.0930163640983576,0.255951455205554,0.0,0.231767942493068,0.0,0.147541630980771,0.255951455205554,0.0,0.252831660589786,0.5,0.255951455205554,0.0,0.788377454417719,0.255951455205554,0.0,0.29410309094247,0.255951455205554,0.0,0.0962818304453909,0.255951455205554,0.0,0.180012843144675,0.0,0.886723623362131 -4558,0.255951455205554,0.0,0.780035447423327,0.255951455205554,0.0,0.587922116239966,0.255951455205554,0.0,0.243998142742631,0.255951455205554,0.0,0.285843722746953,0.255951455205554,0.0,0.0111288247370934,0.255951455205554,0.0,0.0293447220780298,0.5,0.255951455205554,0.0,0.0613233369972248,0.5,0.255951455205554,0.0,0.0713732859195787,0.5,0.255951455205554,0.0,0.0911827173455605,0.255951455205554,0.0,0.113672418253927,0.0,0.119026965231472,0.255951455205554,0.0,0.288778052326504,0.5,0.255951455205554,0.0,0.768886635849999,0.255951455205554,0.0,0.300006430022185,0.255951455205554,0.0,0.101178803969896,0.255951455205554,0.0,0.130337575687496,0.0,0.883679878786843 -4559,0.255951455205554,0.0,0.72623010624784,0.255951455205554,0.0,0.564079993709019,0.255951455205554,0.0,0.277114288110631,0.255951455205554,0.0,0.317047867913551,0.255951455205554,0.0,0.00769243127493717,0.255951455205554,0.0,0.0128766076372436,0.5,0.255951455205554,0.0,0.0465444687298387,0.5,0.255951455205554,0.0,0.0735477182790415,0.5,0.255951455205554,0.0,0.0812378778107665,0.255951455205554,0.0,0.108798618517511,0.0,0.0670149344667101,0.255951455205554,0.0,0.310849956329964,0.5,0.255951455205554,0.0,0.746693238554298,0.255951455205554,0.0,0.312801561558475,0.255951455205554,0.0,0.116972640429386,0.255951455205554,0.0,0.129117907131568,0.0,0.876415236188251 -4560,0.255951455205554,0.0,0.670407584743476,0.255951455205554,0.0,0.524310252296517,0.255951455205554,0.0,0.296086835689726,0.255951455205554,0.0,0.350371887122364,0.255951455205554,0.0,0.00644305834806619,0.255951455205554,0.0,0.00711703937998104,0.5,0.255951455205554,0.0,0.0185524752550752,0.5,0.255951455205554,0.0,0.0526602595303007,0.5,0.255951455205554,0.0,0.0699252672132379,0.255951455205554,0.0,0.141916206829609,0.0,0.0344150594828024,0.255951455205554,0.0,0.300254489696448,0.5,0.255951455205554,0.0,0.709879170034171,0.255951455205554,0.0,0.30831186410268,0.255951455205554,0.0,0.149400811967798,0.255951455205554,0.0,0.162241477807869,0.0,0.836564621505994 -4561,0.255951455205554,0.0,0.610321629992703,0.255951455205554,0.0,0.493380270276443,0.255951455205554,0.0,0.293688495130758,0.255951455205554,0.0,0.371820255615785,0.255951455205554,0.0,0.00657395700691802,0.255951455205554,0.0,0.00737508577074023,0.5,0.255951455205554,0.0,0.006973449837501,0.5,0.255951455205554,0.0,0.0352813383603954,0.5,0.255951455205554,0.0,0.0751399261287113,0.255951455205554,0.0,0.0466458746922773,0.0,0.0124039725514246,0.255951455205554,0.0,0.275577719931259,0.5,0.255951455205554,0.0,0.660320079695878,0.255951455205554,0.0,0.290885110674241,0.255951455205554,0.0,0.165298684425563,0.255951455205554,0.0,0.204489478170204,0.0,0.769060552918008 -4562,0.255951455205554,0.0,0.552706769826317,0.255951455205554,0.0,0.45570090016385,0.255951455205554,0.0,0.274622170651787,0.255951455205554,0.0,0.369879953887808,0.255951455205554,0.0,0.00904569519947539,0.255951455205554,0.0,0.0118050682373059,0.5,0.255951455205554,0.0,0.00457754771434838,0.5,0.255951455205554,0.0,0.0297048405724804,0.5,0.255951455205554,0.0,0.0890557554105316,0.255951455205554,0.0,0.0156803174838465,0.0,0.0396611219643328,0.255951455205554,0.0,0.232104599512313,0.5,0.255951455205554,0.0,0.583532429652075,0.255951455205554,0.0,0.266429893430273,0.255951455205554,0.0,0.170625452915218,0.255951455205554,0.0,0.213126765292401,0.0,0.705401286657741 -4563,0.255951455205554,0.0,0.501837047621512,0.255951455205554,0.0,0.426872017545683,0.255951455205554,0.0,0.253055413322725,0.255951455205554,0.0,0.350505200188015,0.255951455205554,0.0,0.0108303236826331,0.255951455205554,0.0,0.0166023536611358,0.5,0.255951455205554,0.0,0.00397024694767436,0.5,0.255951455205554,0.0,0.0297341717441856,0.5,0.255951455205554,0.0,0.0969837168035999,0.255951455205554,0.0,0.00551685914948198,0.0,0.0845302171836764,0.255951455205554,0.0,0.183093897203298,0.5,0.255951455205554,0.0,0.494680770258263,0.255951455205554,0.0,0.233453261129363,0.255951455205554,0.0,0.167535701251856,0.255951455205554,0.0,0.215357116389434,0.0,0.657883766582389 -4564,0.255951455205554,0.0,0.47829377096337,0.255951455205554,0.0,0.397893444756139,0.255951455205554,0.0,0.230114447503006,0.255951455205554,0.0,0.319487526458898,0.255951455205554,0.0,0.0139660959669496,0.255951455205554,0.0,0.0191749519217116,0.5,0.255951455205554,0.0,0.00335849059545033,0.5,0.255951455205554,0.0,0.0348147720513873,0.5,0.255951455205554,0.0,0.101109428449951,0.255951455205554,0.0,0.00304652435733941,0.0,0.0910566417040794,0.255951455205554,0.0,0.148168096828583,0.5,0.255951455205554,0.0,0.441652555646049,0.255951455205554,0.0,0.196912708573805,0.255951455205554,0.0,0.153124072917182,0.255951455205554,0.0,0.239312054721094,0.0,0.632061910587383 -4565,0.255951455205554,0.00294443276787557,0.478232643445955,0.255951455205554,0.00251015065077921,0.364436056860915,0.255951455205554,0.00045972650824564,0.219488485380283,0.255951455205554,0.000725155866769942,0.305277414053339,0.255951455205554,4.99523111774471e-07,0.0190078573863837,0.255951455205554,0.0,0.0183606115937901,0.5,0.255951455205554,0.0,0.00447198038033798,0.5,0.255951455205554,0.0,0.0377323617069279,0.5,0.255951455205554,6.13823560304572e-06,0.0946088406549764,0.255951455205554,0.0,0.00113350861891407,0.00446869631082214,0.0965419449110998,0.255951455205554,0.00320976017591407,0.136430987182061,0.5,0.255951455205554,0.00563987306767299,0.415583819851758,0.255951455205554,0.000141296335543805,0.157885859431933,0.255951455205554,0.00142631018503834,0.151142705312436,0.255951455205554,3.22481839783949e-05,0.218806518456446,0.00353645106886248,0.618467942859235 -4566,0.255951455205554,0.053596549384801,0.492669628059261,0.255951455205554,0.0528041156126585,0.383734797288337,0.255951455205554,0.0388227998531898,0.221245220778007,0.255951455205554,0.0464187852633191,0.315754642291144,0.255951455205554,0.0130953530395355,0.0260001464362385,0.255951455205554,0.0046146732040649,0.0271307631240444,0.5,0.255951455205554,0.00641172205748978,0.00604007040194274,0.5,0.255951455205554,0.00785679255154626,0.0392105034270654,0.5,0.255951455205554,0.0135086130142002,0.112238973915668,0.255951455205554,0.000982949182313558,0.00280049635302737,0.0615881624717252,0.0824676981161258,0.255951455205554,0.0425684746880052,0.142233231592456,0.5,0.255951455205554,0.0628698120143835,0.441002222214656,0.255951455205554,0.00307981656471856,0.123350438923638,0.255951455205554,0.0360605092826841,0.149971056284098,0.255951455205554,0.00437314563230112,0.1954570771136,0.0556997357659781,0.602380486900556 -4567,0.255951455205554,0.123638456104148,0.57775033482551,0.255951455205554,0.124373092819173,0.456842738217633,0.255951455205554,0.105024298000927,0.265873590602878,0.255951455205554,0.116138444769838,0.388008263315332,0.255951455205554,0.0559163208373277,0.0435486909223006,0.255951455205554,0.022496510696081,0.0509541071413522,0.5,0.255951455205554,0.0447448482673826,0.0108630616812949,0.5,0.255951455205554,0.0349371367259652,0.0611755394043678,0.5,0.255951455205554,0.049715215898369,0.160899746305022,0.255951455205554,0.0137946786231268,0.00259285270528195,0.141022166615993,0.165803407112149,0.255951455205554,0.0902414012177947,0.199588802557136,0.5,0.255951455205554,0.141077435236315,0.518594521671794,0.255951455205554,0.00907058113066808,0.0917926581131322,0.255951455205554,0.102208967040943,0.158903557100896,0.255951455205554,0.020861433637954,0.169834932083511,0.126505292482313,0.587806994451229 -4568,0.255951455205554,0.236399130475316,0.639655604800609,0.255951455205554,0.236879354896365,0.421312903515717,0.255951455205554,0.212087636431181,0.32225613596754,0.255951455205554,0.228869626326581,0.441788054678227,0.255951455205554,0.120699629592329,0.0688907481856781,0.255951455205554,0.0500100296406215,0.097010742668098,0.5,0.255951455205554,0.0958842249666241,0.0349818869987545,0.5,0.255951455205554,0.0687395731268663,0.0876353625707933,0.5,0.255951455205554,0.101181018700125,0.20192065402077,0.255951455205554,0.0621955061672313,0.0131765795910598,0.237938759324901,0.276064337277773,0.255951455205554,0.148710362047901,0.275608543708911,0.5,0.255951455205554,0.255821356936684,0.663350805035579,0.255951455205554,0.0158894602636246,0.074413274891769,0.255951455205554,0.182972574740583,0.162239748431763,0.255951455205554,0.046405747959752,0.177397155722195,0.240138312954799,0.567258310270028 -4569,0.255951455205554,0.3552915416399,0.672946376530065,0.255951455205554,0.355786583109128,0.55014915774452,0.255951455205554,0.333596822135704,0.347378902882754,0.255951455205554,0.347771769402569,0.424899409550704,0.255951455205554,0.210032595790383,0.0939504736649491,0.255951455205554,0.0923219935643958,0.170643725923986,0.5,0.255951455205554,0.156727240640745,0.0609592377427942,0.5,0.255951455205554,0.0980807263210828,0.135123782229361,0.5,0.255951455205554,0.144555512478946,0.244243040851519,0.255951455205554,0.148572018764621,0.0355853212397362,0.337756390690533,0.443669388129428,0.255951455205554,0.220028129331256,0.389310366512763,0.5,0.255951455205554,0.376388772515033,0.790660375941842,0.255951455205554,0.0260188461371184,0.0601646321280564,0.255951455205554,0.224405662905208,0.175871107882629,0.255951455205554,0.0761172259336762,0.156061796204274,0.359926951587179,0.551554866119071 -4570,0.255951455205554,0.484828863060643,0.720423672235075,0.255951455205554,0.483957490652612,0.704011296272486,0.255951455205554,0.46787167430868,0.366763693771445,0.255951455205554,0.476341246166514,0.408291751992584,0.255951455205554,0.331117058631444,0.109655722295597,0.255951455205554,0.155002092252723,0.256925875305689,0.5,0.255951455205554,0.218504556834068,0.0912486338891823,0.5,0.255951455205554,0.0986488512848768,0.163871073990152,0.5,0.255951455205554,0.152184041065928,0.253242038823811,0.255951455205554,0.288988109096667,0.0523773415657246,0.472024841926026,0.659584154493,0.255951455205554,0.299462868942134,0.484276413973388,0.5,0.255951455205554,0.504058565450279,0.865148830884733,0.255951455205554,0.0444329848840799,0.0477020846361327,0.255951455205554,0.272976998737894,0.220165739248276,0.255951455205554,0.0998281353317375,0.137850073607619,0.490465256829086,0.509973730444171 -4571,0.255951455205554,0.593877683023897,0.72705417539655,0.255951455205554,0.588757252526645,0.807144519071454,0.255951455205554,0.583863486138513,0.431437167394838,0.255951455205554,0.585041359108244,0.473004523681743,0.255951455205554,0.456655324365898,0.12355994475241,0.255951455205554,0.229417176995423,0.315495359244113,0.5,0.255951455205554,0.276035272462898,0.150146327196066,0.5,0.255951455205554,0.094332930413031,0.170657626149897,0.5,0.255951455205554,0.147210844474284,0.243955170649814,0.255951455205554,0.37800194426039,0.0644658321636926,0.505437328779185,0.766848967672956,0.255951455205554,0.338960785660012,0.585049683178503,0.5,0.255951455205554,0.604225845296802,0.914907677979788,0.255951455205554,0.0551037211862353,0.0313110368765053,0.255951455205554,0.349685491828616,0.290112763085246,0.255951455205554,0.136236708334205,0.134891257693357,0.599686702380954,0.452186932915375 -4572,0.255951455205554,0.659954808776656,0.741619056564789,0.255951455205554,0.649883570082191,0.877980928868121,0.255951455205554,0.647778394135875,0.519406023843438,0.255951455205554,0.648845706312041,0.597332389103655,0.255951455205554,0.558424718250554,0.135612576451983,0.255951455205554,0.340659959078856,0.309161722290019,0.5,0.255951455205554,0.293136542110882,0.240549517835465,0.5,0.255951455205554,0.0892576084629098,0.182345269631636,0.5,0.255951455205554,0.154531368258023,0.205661117356119,0.255951455205554,0.416197347122383,0.111716232759558,0.418134304428484,0.749556765299306,0.255951455205554,0.29718261405846,0.5741511101057,0.5,0.255951455205554,0.657141716063495,0.950472543601854,0.255951455205554,0.0608432510032892,0.0197692462286135,0.255951455205554,0.398779577365494,0.464035582642049,0.255951455205554,0.160625809262952,0.148331401127598,0.66475165579261,0.428395187906337 -4573,0.255951455205554,0.68437406591297,0.772739595831597,0.255951455205554,0.644203932704615,0.91534508516645,0.255951455205554,0.640577133189919,0.56079197745698,0.255951455205554,0.615535958047986,0.642114313556285,0.255951455205554,0.631108235891647,0.167387277547174,0.255951455205554,0.480518890371101,0.327264568782197,0.5,0.255951455205554,0.299951596804695,0.224673427762116,0.5,0.255951455205554,0.088376366632138,0.1986160105914,0.5,0.255951455205554,0.162480594730332,0.185252498691979,0.255951455205554,0.424900668944626,0.195986631012093,0.568784528928157,0.782982118246717,0.255951455205554,0.322561842604365,0.595226634029751,0.5,0.255951455205554,0.673760646331126,0.963887838105965,0.255951455205554,0.0499681044022866,0.0148479861137486,0.255951455205554,0.337208304088644,0.37558432260793,0.255951455205554,0.156450087750408,0.162998526242556,0.688402082762565,0.415242271682276 -4574,0.255951455205554,0.671593509886611,0.795875403135304,0.255951455205554,0.66319007551671,0.93233783645782,0.255951455205554,0.604115367301297,0.604111663354385,0.255951455205554,0.600680213412708,0.674224520607684,0.255951455205554,0.615076190695156,0.171526322214034,0.255951455205554,0.483379497825835,0.323874184234674,0.5,0.255951455205554,0.383656246531869,0.243767483744915,0.5,0.255951455205554,0.0633760531798294,0.175384773736755,0.5,0.255951455205554,0.12254264149212,0.175716332165296,0.255951455205554,0.183588156196504,0.0867615380346797,0.189892745950838,0.410723401986795,0.255951455205554,0.234912219529158,0.599557925198758,0.5,0.255951455205554,0.657800071661452,0.971445980909277,0.255951455205554,0.0450464611504263,0.0120673163123465,0.255951455205554,0.348673202118173,0.413951633173693,0.255951455205554,0.117306063837015,0.0743971902399961,0.675524688494607,0.38463714900524 -4575,0.255951455205554,0.611104780433905,0.81683784760888,0.255951455205554,0.608807579632765,0.958093770054769,0.255951455205554,0.544872294173969,0.608097163914078,0.255951455205554,0.5647511415338,0.70563516555732,0.255951455205554,0.528613455526375,0.132438262827723,0.255951455205554,0.349874846206724,0.222984220917381,0.5,0.255951455205554,0.444717020947493,0.248679498000918,0.5,0.255951455205554,0.0373564370969264,0.149557330336494,0.5,0.255951455205554,0.085549608204314,0.167184247488288,0.255951455205554,0.227477829623066,0.102062629853963,0.0459940145811974,0.193930834141581,0.255951455205554,0.189795780882927,0.539419480311628,0.5,0.255951455205554,0.590918683283792,0.972514995160109,0.255951455205554,0.0399168225590747,0.014026196236826,0.255951455205554,0.249131197631078,0.327082739571673,0.255951455205554,0.134484050394144,0.109800055220296,0.618632107212578,0.355777013838931 -4576,0.255951455205554,0.509793037709942,0.831368571369653,0.255951455205554,0.50803046227677,0.963755567190213,0.255951455205554,0.441118782494144,0.583928796136827,0.255951455205554,0.485197910418976,0.732455201903768,0.255951455205554,0.451382195879929,0.114082809224711,0.255951455205554,0.258779468678443,0.147005720935588,0.5,0.255951455205554,0.388034127098038,0.229107296191964,0.5,0.255951455205554,0.022690467034986,0.133783231619306,0.5,0.255951455205554,0.0540623299935173,0.152118134242222,0.255951455205554,0.410855238202191,0.153943144454519,0.0904678750167804,0.10859114154591,0.255951455205554,0.191342678208539,0.471116737839243,0.5,0.255951455205554,0.480829362881255,0.965013860181556,0.255951455205554,0.0197537888414376,0.0126484900614794,0.255951455205554,0.124909239893805,0.269010752395687,0.255951455205554,0.104914272249168,0.105517505811186,0.515149329603875,0.323916379836969 -4577,0.255951455205554,0.387749662081365,0.813172462781897,0.255951455205554,0.382048756225085,0.932797277637708,0.255951455205554,0.315905466657889,0.514012746266901,0.255951455205554,0.382776567002049,0.740310390678662,0.255951455205554,0.317382982360146,0.0779313197379918,0.255951455205554,0.181200188739489,0.132285115688337,0.5,0.255951455205554,0.288119424615817,0.199971823523801,0.5,0.255951455205554,0.0144413714828308,0.131880518224263,0.5,0.255951455205554,0.0383227288280464,0.133924844230458,0.255951455205554,0.344232680688282,0.0974622516704231,0.211324407388165,0.0334463817112703,0.255951455205554,0.145313048430337,0.386523037146254,0.5,0.255951455205554,0.359770420247889,0.957609696976237,0.255951455205554,0.0453166344341584,0.0473667358721307,0.255951455205554,0.120446340193207,0.250903805251119,0.255951455205554,0.0504828414542412,0.163356196316316,0.388779438345302,0.314622554217358 -4578,0.255951455205554,0.267310491890631,0.737898229157909,0.255951455205554,0.260952307426924,0.832734303430679,0.255951455205554,0.204977789360519,0.407304078006369,0.255951455205554,0.269536207599829,0.62705010720986,0.255951455205554,0.193102689580903,0.0498022471928771,0.255951455205554,0.0593982640588372,0.053124074151005,0.5,0.255951455205554,0.169191647367214,0.119650257756516,0.5,0.255951455205554,0.00715729442065507,0.11866291820972,0.5,0.255951455205554,0.0234572408208682,0.106079945623032,0.255951455205554,0.240895560757569,0.0322963356042425,0.129294540945857,0.00862525494949547,0.255951455205554,0.110188076108272,0.375905506044292,0.5,0.255951455205554,0.239991365886294,0.954679832834345,0.255951455205554,0.0406265049744977,0.0573110602484573,0.255951455205554,0.114791878712456,0.116371316520014,0.255951455205554,0.0330035034235015,0.311961432816482,0.267967381745409,0.309818480744363 -4579,0.255951455205554,0.14335414173318,0.615575933923587,0.255951455205554,0.136519520235874,0.643537081170214,0.255951455205554,0.114692688979174,0.315074950512885,0.255951455205554,0.143749802894393,0.460667477683694,0.255951455205554,0.100438952801417,0.0222282249593171,0.255951455205554,0.0255697969156795,0.0495610901977748,0.5,0.255951455205554,0.0897086282107313,0.0594600995746395,0.5,0.255951455205554,0.00188822971536183,0.0938150881521716,0.5,0.255951455205554,0.00853117344574195,0.0692319113217435,0.255951455205554,0.0948044528709787,0.0115493573405948,0.0260168931699638,0.00376478563403736,0.255951455205554,0.0501545902351514,0.375955311820685,0.5,0.255951455205554,0.12135551975667,0.933241760954966,0.255951455205554,0.0259313674200304,0.0573616620521241,0.255951455205554,0.069529924327514,0.0604799871838939,0.255951455205554,0.0458714183949472,0.190734057722014,0.142684951743946,0.301497973790286 -4580,0.255951455205554,0.0407523059005599,0.57777709359156,0.255951455205554,0.0335606131063717,0.538982013448699,0.255951455205554,0.0327714772173311,0.295658819352242,0.255951455205554,0.0369654518767173,0.395968035551497,0.255951455205554,0.0244267425515859,0.0211958320637022,0.255951455205554,0.00793447378823223,0.056188589303769,0.5,0.255951455205554,0.0238112569373438,0.0442055841155103,0.5,0.255951455205554,0.000156434251278995,0.0692133169992173,0.5,0.255951455205554,0.000460117489479798,0.045360095914574,0.255951455205554,0.0252471743000228,0.0228810934739431,0.00854349363324655,0.00184135558484293,0.255951455205554,0.00694749274637379,0.371182172926924,0.5,0.255951455205554,0.0258187000447635,0.865357884969602,0.255951455205554,0.00483376963370925,0.044315233253997,0.255951455205554,0.0171665233598845,0.0571038139023172,0.255951455205554,0.0155234564721841,0.128886263909257,0.0405640125930043,0.29192287416218 -4581,0.255951455205554,0.0,0.601948989532882,0.255951455205554,0.0,0.551707312606469,0.255951455205554,0.0,0.305559547219934,0.255951455205554,0.0,0.384717875789917,0.255951455205554,0.0,0.0226388266698118,0.255951455205554,0.0,0.0554822676275907,0.5,0.255951455205554,0.0,0.0507842885629108,0.5,0.255951455205554,0.0,0.0508443523130632,0.5,0.255951455205554,0.0,0.0446487167587826,0.255951455205554,0.0,0.0451014942142762,0.0,0.00914422958879979,0.255951455205554,0.0,0.341886935009313,0.5,0.255951455205554,0.0,0.775537145678374,0.255951455205554,0.0,0.0428176226138849,0.255951455205554,0.0,0.0930395129820486,0.255951455205554,0.0,0.113165299935325,0.0,0.294933972306272 -4582,0.255951455205554,0.0,0.592359767369159,0.255951455205554,0.0,0.542644703339981,0.255951455205554,0.0,0.318340874575542,0.255951455205554,0.0,0.424053985587252,0.255951455205554,0.0,0.018756813579325,0.255951455205554,0.0,0.0680140497637438,0.5,0.255951455205554,0.0,0.0531658425691756,0.5,0.255951455205554,0.0,0.0511033296742526,0.5,0.255951455205554,0.0,0.0576549559281346,0.255951455205554,0.0,0.0427088749959237,0.0,0.000926230191670201,0.255951455205554,0.0,0.295585418156712,0.5,0.255951455205554,0.0,0.696302202979376,0.255951455205554,0.0,0.0569931470956478,0.255951455205554,0.0,0.103718452953874,0.255951455205554,0.0,0.0993909823220962,0.0,0.322701703107954 -4583,0.255951455205554,0.0,0.541245858147184,0.255951455205554,0.0,0.519715332504398,0.255951455205554,0.0,0.332229808097384,0.255951455205554,0.0,0.427085149390632,0.255951455205554,0.0,0.0183278128519205,0.255951455205554,0.0,0.0823745535016715,0.5,0.255951455205554,0.0,0.0511133748503254,0.5,0.255951455205554,0.0,0.0591441305272715,0.5,0.255951455205554,0.0,0.0727828896821318,0.255951455205554,0.0,0.0287879493782113,0.0,0.0177765889772388,0.255951455205554,0.0,0.237485897171967,0.5,0.255951455205554,0.0,0.62268680582441,0.255951455205554,0.0,0.0839113255740991,0.255951455205554,0.0,0.0934229268386839,0.255951455205554,0.0,0.0922736829253342,0.0,0.424544421944817 -4584,0.255951455205554,0.0,0.502006924151993,0.255951455205554,0.0,0.46697560379682,0.255951455205554,0.0,0.336100384656087,0.255951455205554,0.0,0.403493712273745,0.255951455205554,0.0,0.0236417973443046,0.255951455205554,0.0,0.0747299878367516,0.5,0.255951455205554,0.0,0.0434213287072462,0.5,0.255951455205554,0.0,0.068196952380203,0.5,0.255951455205554,0.0,0.0923627123676357,0.255951455205554,0.0,0.0176486256934773,0.0,0.0665925407205426,0.255951455205554,0.0,0.214696240332652,0.5,0.255951455205554,0.0,0.559612046403381,0.255951455205554,0.0,0.0987412658634531,0.255951455205554,0.0,0.0701588072221595,0.255951455205554,0.0,0.0834339411815699,0.0,0.665541224975856 -4585,0.255951455205554,0.0,0.45790819294232,0.255951455205554,0.0,0.381703906035099,0.255951455205554,0.0,0.328453302314205,0.255951455205554,0.0,0.388202308301765,0.255951455205554,0.0,0.0248815397524477,0.255951455205554,0.0,0.0477430851549791,0.5,0.255951455205554,0.0,0.0285501820327403,0.5,0.255951455205554,0.0,0.0669629555324938,0.5,0.255951455205554,0.0,0.0967989366673198,0.255951455205554,0.0,0.0095756235144929,0.0,0.129034356281169,0.255951455205554,0.0,0.197931805278937,0.5,0.255951455205554,0.0,0.513446801021356,0.255951455205554,0.0,0.107070174303164,0.255951455205554,0.0,0.0692829666303958,0.255951455205554,0.0,0.0642488101747481,0.0,0.815528505389941 -4586,0.255951455205554,0.0,0.404604322565457,0.255951455205554,0.0,0.336554186338418,0.255951455205554,0.0,0.305175391971997,0.255951455205554,0.0,0.342329154295507,0.255951455205554,0.0,0.0241200058000743,0.255951455205554,0.0,0.0344761188389517,0.5,0.255951455205554,0.0,0.0231277090651045,0.5,0.255951455205554,0.0,0.0656353736637069,0.5,0.255951455205554,0.0,0.0874807048328652,0.255951455205554,0.0,0.0102686980954672,0.0,0.147661085066563,0.255951455205554,0.0,0.179941196963026,0.5,0.255951455205554,0.0,0.481957821060848,0.255951455205554,0.0,0.110639717647567,0.255951455205554,0.0,0.070167521055731,0.255951455205554,0.0,0.051566528388408,0.0,0.811812266943775 -4587,0.255951455205554,0.0,0.378972742625712,0.255951455205554,0.0,0.287881666693062,0.255951455205554,0.0,0.266758971097393,0.255951455205554,0.0,0.294910589744166,0.255951455205554,0.0,0.0215067037521016,0.255951455205554,0.0,0.0309310667307225,0.5,0.255951455205554,0.0,0.0181914385839668,0.5,0.255951455205554,0.0,0.0659115395492974,0.5,0.255951455205554,0.0,0.0812173733639821,0.255951455205554,0.0,0.0139047017487342,0.0,0.125660020074025,0.255951455205554,0.0,0.169419821530528,0.5,0.255951455205554,0.0,0.458725986144791,0.255951455205554,0.0,0.116093667595351,0.255951455205554,0.0,0.0612911626672904,0.255951455205554,0.0,0.0383454527230424,0.0,0.803638328008888 -4588,0.255951455205554,0.0,0.374961608474752,0.255951455205554,0.0,0.256734487800919,0.255951455205554,0.0,0.232536114873622,0.255951455205554,0.0,0.271640808182917,0.255951455205554,0.0,0.0205725189783798,0.255951455205554,0.0,0.0290891175591771,0.5,0.255951455205554,0.0,0.014063657733414,0.5,0.255951455205554,0.0,0.070010797382949,0.5,0.255951455205554,0.0,0.0759604896559972,0.255951455205554,0.0,0.0150290877713758,0.0,0.116774278068431,0.255951455205554,0.0,0.162443304371736,0.5,0.255951455205554,0.0,0.438751051670057,0.255951455205554,0.0,0.107706393791563,0.255951455205554,0.0,0.0526044710371186,0.255951455205554,0.0,0.0288520174554354,0.0,0.775523433912638 -4589,0.255951455205554,0.00274683874727302,0.368874099159511,0.255951455205554,0.00232170855054216,0.24660874988648,0.255951455205554,0.000402972189255538,0.215770714998326,0.255951455205554,0.000474513681384865,0.261197782869194,0.255951455205554,0.0,0.0237465223970154,0.255951455205554,0.0,0.0229192096432954,0.5,0.255951455205554,0.0,0.0111378094346808,0.5,0.255951455205554,0.0,0.0721087778538478,0.5,0.255951455205554,1.44513244355739e-07,0.0761014059510485,0.255951455205554,0.0,0.0111649635280762,0.00398759892709115,0.126534630630463,0.255951455205554,0.00376008391304647,0.152359400866581,0.5,0.255951455205554,0.00532617942634553,0.434795817662541,0.255951455205554,0.00102447482606331,0.0968754899753897,0.255951455205554,0.00141073070845614,0.0505195727403139,0.255951455205554,8.20352597163388e-05,0.0203721611206285,0.00336810553066615,0.735437610494857 -4590,0.255951455205554,0.0536445201693572,0.380007228154306,0.255951455205554,0.053023461080359,0.290510253322687,0.255951455205554,0.0447374751933821,0.210801407537636,0.255951455205554,0.0469006194438585,0.261720448669136,0.255951455205554,0.0297860622758768,0.0282138209446858,0.255951455205554,0.025836862340964,0.0139463167668303,0.5,0.255951455205554,0.0111148936228533,0.00766207362185521,0.5,0.255951455205554,0.00369081489682779,0.0653002953043151,0.5,0.255951455205554,0.00472660445027686,0.0779144262039836,0.255951455205554,0.0122662499717665,0.00573134868365656,0.0599014989433449,0.16954329483655,0.255951455205554,0.0572787945172895,0.17737694203568,0.5,0.255951455205554,0.0630062926824839,0.539654743387571,0.255951455205554,0.0265685880001837,0.0889325481914788,0.255951455205554,0.03873080400576,0.0664074708800898,0.255951455205554,0.0224949525064048,0.0149560613059886,0.0559444870834068,0.703266358041082 -4591,0.255951455205554,0.124809248375356,0.500366938258284,0.255951455205554,0.125709759877448,0.452124643750834,0.255951455205554,0.115527468415433,0.271523481721572,0.255951455205554,0.117315390666882,0.326308982155643,0.255951455205554,0.0946214269505712,0.0466744449551307,0.255951455205554,0.0843198237850146,0.0099529679780375,0.5,0.255951455205554,0.0390471708904054,0.0054701591729211,0.5,0.255951455205554,0.0178296442762009,0.0641717375684747,0.5,0.255951455205554,0.0232533979152936,0.0862749756894121,0.255951455205554,0.0405266589353349,0.0038433437999494,0.143043254049034,0.241392352630484,0.255951455205554,0.133966314191786,0.265787702587461,0.5,0.255951455205554,0.142199480668508,0.677415615705152,0.255951455205554,0.0837963610371088,0.0859123580323495,0.255951455205554,0.106725028104212,0.111160301389246,0.255951455205554,0.0713184077610568,0.0157368611543702,0.128170949525499,0.686969380288774 -4592,0.255951455205554,0.239825625025572,0.604239830482867,0.255951455205554,0.240618739085319,0.669154807966386,0.255951455205554,0.229918901468102,0.363382411209007,0.255951455205554,0.231248824115416,0.427359971029873,0.255951455205554,0.194979387722826,0.0725063740236785,0.255951455205554,0.176208294730597,0.0193951308395025,0.5,0.255951455205554,0.0765236650454643,0.00684120050860246,0.5,0.255951455205554,0.0431702989985527,0.0783707907591106,0.5,0.255951455205554,0.0613569763530789,0.107428958621177,0.255951455205554,0.0329984546566852,0.00116303816698683,0.262178522625994,0.320999338618911,0.255951455205554,0.235668390699367,0.366151520601419,0.5,0.255951455205554,0.257443047322159,0.7676450741329,0.255951455205554,0.160635612892439,0.0941174888280916,0.255951455205554,0.207125759411758,0.142345765992302,0.255951455205554,0.142422783974674,0.0348600377071853,0.244649701584081,0.680748967224601 -4593,0.255951455205554,0.361832973049355,0.612391540902473,0.255951455205554,0.361997865406937,0.67774230291796,0.255951455205554,0.353315052728763,0.378626964971599,0.255951455205554,0.353012981807994,0.447308446104459,0.255951455205554,0.30087423565572,0.0825241573589709,0.255951455205554,0.290603320717392,0.0391751915157103,0.5,0.255951455205554,0.12790897526071,0.00848912465211849,0.5,0.255951455205554,0.0800187064581326,0.0920055896620388,0.5,0.255951455205554,0.119858138903717,0.12337603521391,0.255951455205554,0.0283858916442444,0.000241122234685226,0.388676404887683,0.513517078224532,0.255951455205554,0.341724730342826,0.464483864230245,0.5,0.255951455205554,0.371588896962264,0.827789925567664,0.255951455205554,0.237546577324639,0.108348099799981,0.255951455205554,0.324325236265918,0.189281046632848,0.255951455205554,0.187296725775459,0.056002547787873,0.367892337797102,0.658893358221286 -4594,0.255951455205554,0.492748022782268,0.60203866389509,0.255951455205554,0.4906936640969,0.681527834842919,0.255951455205554,0.486826423054166,0.40050800874887,0.255951455205554,0.484881883850392,0.427952009073179,0.255951455205554,0.407753883011246,0.0939087411764742,0.255951455205554,0.403365263414352,0.0685027598649895,0.5,0.255951455205554,0.195157085387891,0.00788330406431423,0.5,0.255951455205554,0.120639521266856,0.0834565125023704,0.5,0.255951455205554,0.190681372793516,0.127217547340912,0.255951455205554,0.0395066625159525,0.000207323792578777,0.517714521100141,0.693104748958777,0.255951455205554,0.448087087555279,0.544341513140986,0.5,0.255951455205554,0.484949311595626,0.866333850848048,0.255951455205554,0.304097307705843,0.12805512768387,0.255951455205554,0.458539821338903,0.261240340517157,0.255951455205554,0.260889709495833,0.0827332122625158,0.502227799656461,0.601740871503822 -4595,0.255951455205554,0.588639938047341,0.609041644535413,0.255951455205554,0.56251795902536,0.723912413168793,0.255951455205554,0.593845902325152,0.437483061223932,0.255951455205554,0.588403240832074,0.443998804482392,0.255951455205554,0.482435730723358,0.127557289114658,0.255951455205554,0.470352034903272,0.108066755943359,0.5,0.255951455205554,0.269176766213526,0.00651833414963422,0.5,0.255951455205554,0.15082277031536,0.0666900286580987,0.5,0.255951455205554,0.242107302633373,0.124050792551058,0.255951455205554,0.0765945433815303,0.00116114808019964,0.616495630132555,0.724493662208896,0.255951455205554,0.547269208220168,0.582559423496748,0.5,0.255951455205554,0.587436640888674,0.899258326507744,0.255951455205554,0.376024177372333,0.157745094789096,0.255951455205554,0.575304427487838,0.340318853696718,0.255951455205554,0.395864245934308,0.118664880806517,0.614998096686192,0.555716205034833 -4596,0.255951455205554,0.635550769047601,0.627579157670891,0.255951455205554,0.60270713222845,0.746328406469906,0.255951455205554,0.651539930079371,0.471804343741752,0.255951455205554,0.638024370944485,0.439313806803033,0.255951455205554,0.555972561360877,0.182178979344588,0.255951455205554,0.514943924953379,0.117183216358458,0.5,0.255951455205554,0.351996186611898,0.00719855299952465,0.5,0.255951455205554,0.228778637907165,0.0569565451737261,0.5,0.255951455205554,0.248575800154544,0.118059423923606,0.255951455205554,0.170446711006061,0.0032273082763713,0.671000305385231,0.662314267525993,0.255951455205554,0.57943213188487,0.577541334358002,0.5,0.255951455205554,0.643189866138049,0.918542413596188,0.255951455205554,0.370833741951266,0.154097489411846,0.255951455205554,0.64913405082497,0.393063008494851,0.255951455205554,0.386618249340129,0.12006082722409,0.683025623879587,0.545884338134731 -4597,0.255951455205554,0.662415963427118,0.641768905090558,0.255951455205554,0.620583961228857,0.772486038867357,0.255951455205554,0.667187281481966,0.490147150029181,0.255951455205554,0.658866168532499,0.453554962735653,0.255951455205554,0.565134844113629,0.211967122316974,0.255951455205554,0.491537499223394,0.105331667967832,0.5,0.255951455205554,0.503942298796807,0.0114416261528812,0.5,0.255951455205554,0.308293020435498,0.0435808700691946,0.5,0.255951455205554,0.259352724313104,0.0876912350239064,0.255951455205554,0.339462617707907,0.00129461940150631,0.686220159747197,0.57661150459731,0.255951455205554,0.582779496831344,0.552559035471195,0.5,0.255951455205554,0.664479304370794,0.925882011176844,0.255951455205554,0.401222070835855,0.151656036689307,0.255951455205554,0.665485491012275,0.410944392531005,0.255951455205554,0.371840559718254,0.118454821454363,0.708799429859871,0.521089194986334 -4598,0.255951455205554,0.664672620137461,0.656072119866747,0.255951455205554,0.60629584191927,0.802174997803724,0.255951455205554,0.650130724045735,0.493876398384486,0.255951455205554,0.641226971200581,0.459293666694317,0.255951455205554,0.593156589046854,0.212854921078872,0.255951455205554,0.421186746748097,0.0939086402276916,0.5,0.255951455205554,0.49639155113814,0.0226461759583159,0.5,0.255951455205554,0.317090222997599,0.0281266178187689,0.5,0.255951455205554,0.23031736710666,0.0710357530694221,0.255951455205554,0.414752516781409,0.010025961252158,0.660297677837447,0.518695215013737,0.255951455205554,0.551463551762666,0.524163682055175,0.5,0.255951455205554,0.654135103425026,0.924137891634195,0.255951455205554,0.390706323453901,0.134526841102202,0.255951455205554,0.648756510444172,0.39817561721473,0.255951455205554,0.383497589153314,0.110016272015944,0.696838447959254,0.468010755075358 -4599,0.255951455205554,0.621546188379167,0.657710491322932,0.255951455205554,0.560505692927216,0.801164273582883,0.255951455205554,0.583898268607129,0.471862672637809,0.255951455205554,0.573394083502677,0.46568313304394,0.255951455205554,0.550450978473018,0.197109222871225,0.255951455205554,0.373307754678857,0.0775270271356301,0.5,0.255951455205554,0.441439509707505,0.0284743357281585,0.5,0.255951455205554,0.2741579885248,0.0175903914096628,0.5,0.255951455205554,0.219676695787585,0.0463749289299335,0.255951455205554,0.457222412305924,0.0247152419176662,0.566664666112012,0.49725800206807,0.255951455205554,0.399531039018548,0.497853218142043,0.5,0.255951455205554,0.599825194126304,0.923327320032158,0.255951455205554,0.262740278982007,0.0672102817151545,0.255951455205554,0.438152131372952,0.32773020300086,0.255951455205554,0.273333299455409,0.0872411582902655,0.639160437886784,0.425050880034638 -4600,0.255951455205554,0.523655678757131,0.650376595396316,0.255951455205554,0.464603268511197,0.781709514385932,0.255951455205554,0.46915881744843,0.436687166176098,0.255951455205554,0.474466815283817,0.45053241359085,0.255951455205554,0.459454749545784,0.167062574944947,0.255951455205554,0.304634268140874,0.0587353787030794,0.5,0.255951455205554,0.371238876946268,0.0334705509673573,0.5,0.255951455205554,0.237439430449115,0.0144418336649615,0.5,0.255951455205554,0.147486831634252,0.0193870164572875,0.255951455205554,0.318735013716456,0.0455901807332,0.426825343806972,0.466151013981899,0.255951455205554,0.278357807888024,0.501114582332494,0.5,0.255951455205554,0.496304945722666,0.902213854510361,0.255951455205554,0.179152532717608,0.0396536014148641,0.255951455205554,0.304395700357245,0.238585313273751,0.255951455205554,0.190849658773337,0.0614270612831892,0.532424045215608,0.368322421030418 -4601,0.255951455205554,0.398164470157148,0.634680837588012,0.255951455205554,0.361120836783337,0.75309516600961,0.255951455205554,0.348122020376051,0.385403874016268,0.255951455205554,0.344832232556409,0.424756691641684,0.255951455205554,0.339556239359147,0.126298678382087,0.255951455205554,0.202056433798118,0.0371186504553139,0.5,0.255951455205554,0.262518045757913,0.0327904760779962,0.5,0.255951455205554,0.165187727071541,0.00753734731573409,0.5,0.255951455205554,0.0852074474201688,0.0107442505699185,0.255951455205554,0.261791982337429,0.0692132164052482,0.275028530224408,0.498616633073316,0.255951455205554,0.192833887398089,0.514633260050095,0.5,0.255951455205554,0.368170815513254,0.85638658326664,0.255951455205554,0.0948914055213609,0.0360328371091864,0.255951455205554,0.212512559636346,0.183756330634292,0.255951455205554,0.105799405429556,0.0403240652173308,0.40129207135913,0.303339041818115 -4602,0.255951455205554,0.275256157180247,0.587041418143583,0.255951455205554,0.264654518935537,0.712344853338538,0.255951455205554,0.226588093847645,0.298683847532364,0.255951455205554,0.236183207669801,0.355970795803287,0.255951455205554,0.232244615186444,0.0600748900682482,0.255951455205554,0.12832540943119,0.016997208836686,0.5,0.255951455205554,0.157789675624626,0.0141124525257719,0.5,0.255951455205554,0.107150233805144,0.00262222831975602,0.5,0.255951455205554,0.042304265723918,0.00504968234446115,0.255951455205554,0.204779548021108,0.0397988719094186,0.14240856709171,0.771993232337494,0.255951455205554,0.153781015291217,0.498288232099466,0.5,0.255951455205554,0.245360989429041,0.79040806620415,0.255951455205554,0.039548842208803,0.0172623688408069,0.255951455205554,0.137365615149468,0.144206899526449,0.255951455205554,0.0542631461742897,0.0212563384481077,0.275628808388216,0.254067991318545 -4603,0.255951455205554,0.147056604347145,0.470473349979822,0.255951455205554,0.140055437323651,0.607983498038962,0.255951455205554,0.120963990154138,0.20850091809209,0.255951455205554,0.132522292759522,0.254607180226614,0.255951455205554,0.121355353533495,0.0312478132267084,0.255951455205554,0.051546010339507,0.0144763825616566,0.5,0.255951455205554,0.0756941214514784,0.00507758905690923,0.5,0.255951455205554,0.0444126444343149,0.000544758352258172,0.5,0.255951455205554,0.0164612635500606,0.00482413538345093,0.255951455205554,0.118907374742743,0.00457649117988152,0.0955306318569463,0.676092856754249,0.255951455205554,0.0878565972760934,0.454740199867495,0.5,0.255951455205554,0.124598604286775,0.6961679527044,0.255951455205554,0.0291372407313488,0.00779860307900432,0.255951455205554,0.0645227615198329,0.145788653202102,0.255951455205554,0.0215660358049135,0.00883866981437991,0.145984656660783,0.214449989371655 -4604,0.255951455205554,0.04116255113373,0.29262661371398,0.255951455205554,0.0340094766930059,0.388810226140634,0.255951455205554,0.0336176745091836,0.186362059580969,0.255951455205554,0.035666789263809,0.237579915416881,0.255951455205554,0.0299949369376903,0.031907172616748,0.255951455205554,0.012285284068634,0.0161189573779012,0.5,0.255951455205554,0.030453661098522,0.00228351164037511,0.5,0.255951455205554,0.00733601874175903,0.000579199469168385,0.5,0.255951455205554,0.00105759135818169,0.00432199635443732,0.255951455205554,0.0174417079864157,0.0015703038231975,0.0185952787130779,0.435306182497231,0.255951455205554,0.00977865743294043,0.341728525634856,0.5,0.255951455205554,0.0261553610445229,0.542898587224241,0.255951455205554,0.00348350707055119,0.00777750811425629,0.255951455205554,0.0118282475334631,0.153521038959205,0.255951455205554,0.0046515914942347,0.00315198538636247,0.0407151477002894,0.192862684488182 -4605,0.255951455205554,0.0,0.201371124045077,0.255951455205554,0.0,0.24359469649728,0.255951455205554,0.0,0.206130915400385,0.255951455205554,0.0,0.263294844796804,0.255951455205554,0.0,0.0303219314888588,0.255951455205554,0.0,0.0128413322704305,0.5,0.255951455205554,0.0,0.00245340524829511,0.5,0.255951455205554,0.0,0.000805093137882178,0.5,0.255951455205554,0.0,0.003789913227615,0.255951455205554,0.0,0.0026318864931095,0.0,0.292504900930495,0.255951455205554,0.0,0.273214977413061,0.5,0.255951455205554,0.0,0.395450951986179,0.255951455205554,0.0,0.00923691682322354,0.255951455205554,0.0,0.165724263414883,0.255951455205554,0.0,0.00136812740620083,0.0,0.186525422051138 -4606,0.255951455205554,0.0,0.162974743095699,0.255951455205554,0.0,0.183871873023128,0.255951455205554,0.0,0.211682779309635,0.255951455205554,0.0,0.253103508380372,0.255951455205554,0.0,0.026407435628205,0.255951455205554,0.0,0.00900995557430308,0.5,0.255951455205554,0.0,0.00220495348862115,0.5,0.255951455205554,0.0,0.0012414287963925,0.5,0.255951455205554,0.0,0.00275756339954489,0.255951455205554,0.0,0.00247592081511467,0.0,0.217743340626508,0.255951455205554,0.0,0.244595291955799,0.5,0.255951455205554,0.0,0.303143658881524,0.255951455205554,0.0,0.0142289860423328,0.255951455205554,0.0,0.169406046009662,0.255951455205554,0.0,0.0022505631807727,0.0,0.184182744993038 -4607,0.255951455205554,0.0,0.134963594810161,0.255951455205554,0.0,0.143345272748413,0.255951455205554,0.0,0.191870204255473,0.255951455205554,0.0,0.212305615033087,0.255951455205554,0.0,0.0261226818694036,0.255951455205554,0.0,0.00772542315613963,0.5,0.255951455205554,0.0,0.00171433526735717,0.5,0.255951455205554,0.0,0.00238646450358151,0.5,0.255951455205554,0.0,0.00213737703058569,0.255951455205554,0.0,0.00272187202548057,0.0,0.188849813550891,0.255951455205554,0.0,0.200564813404749,0.5,0.255951455205554,0.0,0.238810223307099,0.255951455205554,0.0,0.0181880894404915,0.255951455205554,0.0,0.159949274576097,0.255951455205554,0.0,0.00639480502139589,0.0,0.185052271723302 -4608,0.255951455205554,0.0,0.111294404804183,0.255951455205554,0.0,0.109856859400608,0.255951455205554,0.0,0.163743336227023,0.255951455205554,0.0,0.181103899854777,0.255951455205554,0.0,0.0308784862432867,0.255951455205554,0.0,0.00801248239523975,0.5,0.255951455205554,0.0,0.00145350710473543,0.5,0.255951455205554,0.0,0.00371224970680083,0.5,0.255951455205554,0.0,0.00193660377900489,0.255951455205554,0.0,0.00274495569726739,0.0,0.149584137735314,0.255951455205554,0.0,0.159829490405118,0.5,0.255951455205554,0.0,0.19932338638957,0.255951455205554,0.0,0.0214379411900006,0.255951455205554,0.0,0.136923973233678,0.255951455205554,0.0,0.0125094912107197,0.0,0.196364479819961 -4609,0.255951455205554,0.0,0.0901909367888963,0.255951455205554,0.0,0.0777687917790736,0.255951455205554,0.0,0.135640336661396,0.255951455205554,0.0,0.15574715370474,0.255951455205554,0.0,0.0374662653868212,0.255951455205554,0.0,0.0087531275889748,0.5,0.255951455205554,0.0,0.00162913853752228,0.5,0.255951455205554,0.0,0.0044764364751751,0.5,0.255951455205554,0.0,0.00192992649789211,0.255951455205554,0.0,0.00273336229162249,0.0,0.137507352368929,0.255951455205554,0.0,0.136253079987153,0.5,0.255951455205554,0.0,0.174131567323507,0.255951455205554,0.0,0.025326012075039,0.255951455205554,0.0,0.0992884539018896,0.255951455205554,0.0,0.0201372454681199,0.0,0.206757577763336 -4610,0.255951455205554,0.0,0.0745689577027237,0.255951455205554,0.0,0.0645933199699044,0.255951455205554,0.0,0.112394130451602,0.255951455205554,0.0,0.130499198443766,0.255951455205554,0.0,0.037544496364873,0.255951455205554,0.0,0.00809795691795953,0.5,0.255951455205554,0.0,0.00149227474780851,0.5,0.255951455205554,0.0,0.00505618719308765,0.5,0.255951455205554,0.0,0.00236761867863872,0.255951455205554,0.0,0.00301231729303222,0.0,0.124602127452805,0.255951455205554,0.0,0.135299424273162,0.5,0.255951455205554,0.0,0.149395843348327,0.255951455205554,0.0,0.0272187341136005,0.255951455205554,0.0,0.0775384305952661,0.255951455205554,0.0,0.0194392259709591,0.0,0.202893696519461 -4611,0.255951455205554,0.0,0.0675837463687208,0.255951455205554,0.0,0.0550991294400294,0.255951455205554,0.0,0.0953712955660807,0.255951455205554,0.0,0.11389608968383,0.255951455205554,0.0,0.0329577481881956,0.255951455205554,0.0,0.00784285687109347,0.5,0.255951455205554,0.0,0.00140858742028899,0.5,0.255951455205554,0.0,0.0048167913303613,0.5,0.255951455205554,0.0,0.00272138363355717,0.255951455205554,0.0,0.0033739485128392,0.0,0.111205814954005,0.255951455205554,0.0,0.145508855228814,0.5,0.255951455205554,0.0,0.128266548343994,0.255951455205554,0.0,0.0262639478895487,0.255951455205554,0.0,0.0690656830576168,0.255951455205554,0.0,0.0186681613185476,0.0,0.195268543967042 -4612,0.255951455205554,0.0,0.0635992831068494,0.255951455205554,0.0,0.0515505846571779,0.255951455205554,0.0,0.0854377663950338,0.255951455205554,0.0,0.105667231345076,0.255951455205554,0.0,0.0270770690554862,0.255951455205554,0.0,0.00699798736490564,0.5,0.255951455205554,0.0,0.00126118414624644,0.5,0.255951455205554,0.0,0.00431012275560711,0.5,0.255951455205554,0.0,0.00239406209859561,0.255951455205554,0.0,0.00391128753975507,0.0,0.11274716361981,0.255951455205554,0.0,0.154764768434165,0.5,0.255951455205554,0.0,0.120177722775769,0.255951455205554,0.0,0.0231305647044602,0.255951455205554,0.0,0.0574420144182987,0.255951455205554,0.0,0.0186478511696147,0.0,0.190435471398053 -4613,0.255951455205554,0.00254916479206853,0.0605450678521136,0.255951455205554,0.00214082067497934,0.0480697862486076,0.255951455205554,0.000312662724435855,0.0789332161385685,0.255951455205554,0.000216889928639402,0.0989884765482012,0.255951455205554,0.0,0.021894456155773,0.255951455205554,0.0,0.00534200326013292,0.5,0.255951455205554,0.0,0.00103432392616239,0.5,0.255951455205554,0.0,0.00319478629450582,0.5,0.255951455205554,1.81292821385335e-06,0.00255822385149843,0.255951455205554,0.0,0.0032119520940458,0.00238426344618186,0.255665874434243,0.255951455205554,0.00237749192191623,0.15640872729159,0.5,0.255951455205554,0.00313362042301925,0.106654596965798,0.255951455205554,0.00248656120703756,0.019459934620045,0.255951455205554,0.001834519879014,0.0418113321038271,0.255951455205554,0.000367379467779258,0.0157637115606842,0.00323278695572111,0.193498682051332 -4614,0.255951455205554,0.0533424479469241,0.0541776587664468,0.255951455205554,0.0537257548392253,0.0364986945910598,0.255951455205554,0.0446792467486515,0.0738360893766803,0.255951455205554,0.0467903186036863,0.0913680965173244,0.255951455205554,0.0328960868071405,0.0181148719565706,0.255951455205554,0.0168418073207286,0.00456047067091042,0.5,0.255951455205554,0.00682813374847917,0.000700620346406122,0.5,0.255951455205554,0.00418903997309999,0.00384334616567573,0.5,0.255951455205554,0.0142762524667669,0.00259765913417989,0.255951455205554,0.00232551506961971,0.00254658301724361,0.0125967497577057,0.332197768194544,0.255951455205554,0.0299054208060617,0.16673395043367,0.5,0.255951455205554,0.0400108239227257,0.124612659473378,0.255951455205554,0.0552692499811996,0.0317512425802228,0.255951455205554,0.053652806089028,0.0432792499366755,0.255951455205554,0.0444910065029046,0.0100255415478902,0.0563714953244156,0.191650078122309 -4615,0.255951455205554,0.123540254031133,0.0604730303929347,0.255951455205554,0.12752381598975,0.0550855347170211,0.255951455205554,0.116196488790409,0.103575041609401,0.255951455205554,0.118130335432567,0.10790233069978,0.255951455205554,0.102356391727761,0.0247095602558133,0.255951455205554,0.0668809766585175,0.00519868992097846,0.5,0.255951455205554,0.0314980734604095,0.00110100149997745,0.5,0.255951455205554,0.020339115981617,0.00470175623161302,0.5,0.255951455205554,0.0586832311175684,0.00451757466046325,0.255951455205554,0.0323826001276149,0.00197074581893379,0.0130142235233046,0.280685675823449,0.255951455205554,0.0499200313549828,0.215055596084563,0.5,0.255951455205554,0.0935530274176176,0.214330751723274,0.255951455205554,0.122477947582908,0.0930896788374275,0.255951455205554,0.131545039201582,0.086050801036275,0.255951455205554,0.119833132427571,0.0250114056009895,0.128633703258778,0.19432431365208 -4616,0.255951455205554,0.231336150273453,0.104584049190383,0.255951455205554,0.244091451989223,0.118431175201015,0.255951455205554,0.231272132251309,0.154527287154295,0.255951455205554,0.233848696723038,0.145007323529323,0.255951455205554,0.210258589511695,0.051136435496103,0.255951455205554,0.146227936656209,0.0134616911156189,0.5,0.255951455205554,0.0569848454428574,0.00176282841244276,0.5,0.255951455205554,0.0543123286248448,0.00506255699045835,0.5,0.255951455205554,0.123796401353899,0.0104707036875673,0.255951455205554,0.0860619319250969,0.0039222673102854,0.0386939893975239,0.305886102651904,0.255951455205554,0.057125453930137,0.298218530807015,0.5,0.255951455205554,0.155657657895198,0.269201685766502,0.255951455205554,0.181684719646633,0.155834250198637,0.255951455205554,0.237273199976503,0.135771552911981,0.255951455205554,0.231493622266634,0.0342012621835568,0.246140146769856,0.205211439422071 -4617,0.255951455205554,0.351671720585962,0.170613373716817,0.255951455205554,0.366876503125893,0.16378477648642,0.255951455205554,0.355604739731652,0.163789932767692,0.255951455205554,0.357838660901749,0.153691166493229,0.255951455205554,0.328052625278842,0.0732474309541574,0.255951455205554,0.24642885848341,0.0249457980169255,0.5,0.255951455205554,0.0776360744871209,0.00185067598888207,0.5,0.255951455205554,0.0980892642487135,0.00689176986331819,0.5,0.255951455205554,0.182875622494842,0.0274450502705711,0.255951455205554,0.111125289229679,0.00522905860500008,0.0598034937153104,0.427427911583121,0.255951455205554,0.0663875006357362,0.388197152476644,0.5,0.255951455205554,0.225567220153749,0.31391683150775,0.255951455205554,0.234406439714781,0.239359462892777,0.255951455205554,0.315368113335188,0.197291391563468,0.255951455205554,0.355272944634193,0.0657237035415882,0.369556884606923,0.212328369141754 -4618,0.255951455205554,0.484023984402363,0.197529125752491,0.255951455205554,0.498989950992123,0.177905518609938,0.255951455205554,0.48721904498215,0.1596204023227,0.255951455205554,0.492770272124543,0.137997984433176,0.255951455205554,0.455426850877536,0.0908131132202433,0.255951455205554,0.354671890430289,0.0283130699572418,0.5,0.255951455205554,0.107304943532692,0.00273921839202112,0.5,0.255951455205554,0.158352435680551,0.0126812760950935,0.5,0.255951455205554,0.252376828700768,0.0448334117224379,0.255951455205554,0.0507879612720761,0.0101742696251963,0.0430034973718374,0.551745926750152,0.255951455205554,0.109315000805637,0.453051306540271,0.5,0.255951455205554,0.294520789054583,0.370111642493068,0.255951455205554,0.222484813036399,0.326731837088622,0.255951455205554,0.324083056652501,0.231132775274512,0.255951455205554,0.470783406724165,0.0957800227463961,0.481715555127796,0.207018710287422 -4619,0.255951455205554,0.58668729289496,0.162178003894732,0.255951455205554,0.607119545506122,0.183398372204413,0.255951455205554,0.584705379687656,0.140319961742969,0.255951455205554,0.605145373105308,0.096173856885405,0.255951455205554,0.553976688917283,0.0948301429091004,0.255951455205554,0.450368057434034,0.0282142159114717,0.5,0.255951455205554,0.17551857264132,0.00698254000173162,0.5,0.255951455205554,0.219553387795816,0.018938454251292,0.5,0.255951455205554,0.327378891801885,0.0588493772828053,0.255951455205554,0.140047183075851,0.0128901791954943,0.204286970339155,0.715118545435552,0.255951455205554,0.159589153611109,0.445911566223534,0.5,0.255951455205554,0.343075198245276,0.405006341492152,0.255951455205554,0.152071795704785,0.315495739444631,0.255951455205554,0.3255166962523,0.254932396205795,0.255951455205554,0.494618429282762,0.124497307773223,0.600756597077485,0.189492868916893 -4620,0.255951455205554,0.634405321387942,0.115415218837289,0.255951455205554,0.654654054837574,0.17369398451816,0.255951455205554,0.62892275494805,0.119915088794256,0.255951455205554,0.643977074701491,0.063103199722412,0.255951455205554,0.617669689956405,0.0769316358569359,0.255951455205554,0.582595241059522,0.0207019396168431,0.5,0.255951455205554,0.291535415453649,0.00741985300528385,0.5,0.255951455205554,0.215593557586028,0.0178454124935277,0.5,0.255951455205554,0.328887115266823,0.0625285692063637,0.255951455205554,0.0879150630829063,0.00985272258447117,0.220885814055696,0.60170109135686,0.255951455205554,0.198918204596732,0.434192450684181,0.5,0.255951455205554,0.3869461602517,0.434196154294506,0.255951455205554,0.146816599566252,0.268866072559979,0.255951455205554,0.346433009740216,0.239620170016108,0.255951455205554,0.516360888447492,0.156526541099007,0.683992843174217,0.168079066311404 -4621,0.255951455205554,0.642057348804199,0.0766280071298112,0.255951455205554,0.652288128713329,0.131028246083545,0.255951455205554,0.641271539884362,0.107533549269325,0.255951455205554,0.668627303910643,0.0523008222928336,0.255951455205554,0.633576262886904,0.0561795004907058,0.255951455205554,0.628939204305247,0.013185247140279,0.5,0.255951455205554,0.326613149347542,0.00419055151984273,0.5,0.255951455205554,0.232019353228398,0.0175429167026998,0.5,0.255951455205554,0.327492725445114,0.0655461142406402,0.255951455205554,0.0271446579960666,0.00859561450471367,0.150071148789185,0.35090644544765,0.255951455205554,0.182641799430801,0.414288772405167,0.5,0.255951455205554,0.403078673375554,0.462177523074361,0.255951455205554,0.152971790710904,0.243357605971936,0.255951455205554,0.360402996681303,0.201465966528706,0.255951455205554,0.4917593353911,0.144842400374452,0.683268700442755,0.160307036555243 -4622,0.255951455205554,0.629730007031809,0.0562177551530137,0.255951455205554,0.619035764252637,0.0913638384990247,0.255951455205554,0.626966469646121,0.0993731121626952,0.255951455205554,0.656744987617241,0.0517717778063521,0.255951455205554,0.616004363269457,0.042204764403794,0.255951455205554,0.620280795181391,0.00890079471801987,0.5,0.255951455205554,0.295934780359271,0.0020461077804751,0.5,0.255951455205554,0.248217908734544,0.0124100431989496,0.5,0.255951455205554,0.357646653589085,0.0630201171717117,0.255951455205554,0.0597112932284339,0.0136445578379254,0.200519773957836,0.321049065142688,0.255951455205554,0.155066358409924,0.36993687617627,0.5,0.255951455205554,0.378702488513708,0.466177719900173,0.255951455205554,0.168474306474748,0.252905424446433,0.255951455205554,0.34132027962412,0.154393874455878,0.255951455205554,0.405043155016801,0.1138140253064,0.691694931517124,0.182943104765627 -4623,0.255951455205554,0.580518082517145,0.0446982201351134,0.255951455205554,0.576582304045335,0.0649612291843576,0.255951455205554,0.564154979873486,0.0936963635371185,0.255951455205554,0.606385988681917,0.0554139886096283,0.255951455205554,0.568161159147053,0.037790769997064,0.255951455205554,0.568617185445374,0.0084246360559231,0.5,0.255951455205554,0.311284678990433,0.00336219623533469,0.5,0.255951455205554,0.273477711374906,0.00688088276472305,0.5,0.255951455205554,0.409750731209942,0.0654505833306227,0.255951455205554,0.0800290232581767,0.0105790049516535,0.196129392790922,0.325086366693479,0.255951455205554,0.146208347871321,0.33059340354585,0.5,0.255951455205554,0.34255202549769,0.466907436508073,0.255951455205554,0.171395127525329,0.189047022226635,0.255951455205554,0.267630143026517,0.108369703186543,0.255951455205554,0.346713958282609,0.0785644954761373,0.634955394522117,0.210326005387234 -4624,0.255951455205554,0.480606086947504,0.0387802764526281,0.255951455205554,0.435055417418119,0.0420308273666189,0.255951455205554,0.468611027883856,0.0939761182312559,0.255951455205554,0.505620091171271,0.0554330863812466,0.255951455205554,0.484788470274165,0.0351775397595845,0.255951455205554,0.488131422694879,0.00750566156533859,0.5,0.255951455205554,0.329942296231383,0.00546354053194495,0.5,0.255951455205554,0.262495647391175,0.0118631420182338,0.5,0.255951455205554,0.379272477520199,0.070293163293605,0.255951455205554,0.138293248413579,0.00881770420177073,0.109464979683824,0.271862830398849,0.255951455205554,0.159333271883469,0.316986878992252,0.5,0.255951455205554,0.298077026879767,0.429622814166245,0.255951455205554,0.145804078496003,0.142149169811029,0.255951455205554,0.180836197587345,0.0754405172902929,0.255951455205554,0.316281062522066,0.0692046615330368,0.525314872560162,0.227194389470785 -4625,0.255951455205554,0.36156491557429,0.0349416243807323,0.255951455205554,0.281789327576966,0.0433220373008886,0.255951455205554,0.354535674008137,0.0987629942972528,0.255951455205554,0.385786099907728,0.0602107130528174,0.255951455205554,0.377095127685554,0.0353286133384697,0.255951455205554,0.368009733130191,0.00933834904962792,0.5,0.255951455205554,0.271285197894611,0.00959128724666008,0.5,0.255951455205554,0.203758618960404,0.0157707888840436,0.5,0.255951455205554,0.307623827098026,0.0588436269319084,0.255951455205554,0.0671590863473417,0.00941628350487371,0.0947039625131557,0.209670309591744,0.255951455205554,0.120083037305727,0.277419102686387,0.5,0.255951455205554,0.211556317994169,0.331414101966973,0.255951455205554,0.0980473562273241,0.0907703195707875,0.255951455205554,0.144902373915242,0.0450896037393999,0.255951455205554,0.259249371186342,0.0713550256250848,0.369068738169609,0.249937926697054 -4626,0.255951455205554,0.243926069381431,0.0313240472042933,0.255951455205554,0.180366439651668,0.0484935007089209,0.255951455205554,0.248230128715416,0.0972098013484077,0.255951455205554,0.265925090734343,0.0629959116262362,0.255951455205554,0.264360578428545,0.0306825011884864,0.255951455205554,0.248911500716175,0.0123870870292942,0.5,0.255951455205554,0.179537751194697,0.011978087707599,0.5,0.255951455205554,0.156671073035286,0.0098464031404838,0.5,0.255951455205554,0.202225283558327,0.0401534214392845,0.255951455205554,0.115562944383305,0.00751862135534868,0.0896106489197433,0.221412905067094,0.255951455205554,0.0876336229773022,0.259675726639147,0.5,0.255951455205554,0.141820322731051,0.257013918467962,0.255951455205554,0.0792519807315601,0.0634771321023576,0.255951455205554,0.139300332805367,0.0227770355514709,0.255951455205554,0.173940930183008,0.0663340408891423,0.233531358648675,0.22540437552153 -4627,0.255951455205554,0.124632694076874,0.0300281853706037,0.255951455205554,0.0818256397782925,0.070580819009007,0.255951455205554,0.135484255559413,0.0750685432906636,0.255951455205554,0.145718572801743,0.0497385743279014,0.255951455205554,0.14217807497425,0.0165192254159542,0.255951455205554,0.123347085981547,0.0114251536140677,0.5,0.255951455205554,0.0944189376069362,0.0109643463589844,0.5,0.255951455205554,0.0790999558211941,0.00357521675159997,0.5,0.255951455205554,0.0844332370441612,0.0139363499273339,0.255951455205554,0.0223258763918654,0.00664770251378235,0.0547369618610986,0.255875702007827,0.255951455205554,0.0498309033915184,0.22940127615383,0.5,0.255951455205554,0.0705504740996217,0.168197017388077,0.255951455205554,0.0435159339700473,0.0428494742891797,0.255951455205554,0.0747311486691727,0.00715652978188696,0.255951455205554,0.0862646600579215,0.0454664552190897,0.126174908226678,0.168638183613894 -4628,0.255951455205554,0.0470754235235396,0.0219249598469095,0.255951455205554,0.032600308652892,0.0732583568323233,0.255951455205554,0.0343845447918302,0.0540812832626995,0.255951455205554,0.0363774705241799,0.0494391041153161,0.255951455205554,0.0328532395169851,0.0231668394643687,0.255951455205554,0.0246564987253562,0.0168741093315412,0.5,0.255951455205554,0.027252732286847,0.00940939584035536,0.5,0.255951455205554,0.0163645638735876,0.008508369184509,0.5,0.255951455205554,0.0034948406871189,0.0087612861909659,0.255951455205554,0.0156204943973775,0.00865464742778505,0.0136982405046062,0.285833568476745,0.255951455205554,0.00719526376239758,0.189472647742474,0.5,0.255951455205554,0.0185031398989014,0.0873694140181778,0.255951455205554,0.00267866482522556,0.0338855940451949,0.255951455205554,0.0152707016555109,0.00307882776956823,0.255951455205554,0.0164414211138907,0.0127935641139179,0.0493741168357389,0.137124771685898 -4629,0.255951455205554,0.0,0.0177115979271275,0.255951455205554,0.0,0.0583371775631803,0.255951455205554,0.0,0.0540027610100697,0.255951455205554,0.0,0.0476694874726837,0.255951455205554,0.0,0.0294896839399686,0.255951455205554,0.0,0.0158523451778999,0.5,0.255951455205554,0.0,0.0104743411007671,0.5,0.255951455205554,0.0,0.0164186553966032,0.5,0.255951455205554,0.0,0.0108026717493081,0.255951455205554,0.0,0.0128047803549849,0.0,0.255375807361482,0.255951455205554,0.0,0.170165831479192,0.5,0.255951455205554,0.0,0.0895015275693045,0.255951455205554,0.0,0.0324169718874728,0.255951455205554,0.0,0.00320653264642924,0.255951455205554,0.0,0.00535991300384325,0.0,0.106354469317747 -4630,0.255951455205554,0.0,0.0116396514523525,0.255951455205554,0.0,0.020083271063764,0.255951455205554,0.0,0.045624277944699,0.255951455205554,0.0,0.0325551169183611,0.255951455205554,0.0,0.0303173920351318,0.255951455205554,0.0,0.0128385765672785,0.5,0.255951455205554,0.0,0.0113724868364401,0.5,0.255951455205554,0.0,0.011870943782645,0.5,0.255951455205554,0.0,0.00926347046744906,0.255951455205554,0.0,0.0166894105673684,0.0,0.160537958996595,0.255951455205554,0.0,0.157073569422735,0.5,0.255951455205554,0.0,0.130496292852671,0.255951455205554,0.0,0.0322777480547813,0.255951455205554,0.0,0.00357501112012203,0.255951455205554,0.0,0.00211639302666446,0.0,0.0994253168009355 -4631,0.255951455205554,0.0,0.00849666021597483,0.255951455205554,0.0,0.00510430908393843,0.255951455205554,0.0,0.0359273519661273,0.255951455205554,0.0,0.0211701100422548,0.255951455205554,0.0,0.0278418433918002,0.255951455205554,0.0,0.0106749466185146,0.5,0.255951455205554,0.0,0.0116280796266773,0.5,0.255951455205554,0.0,0.0104323405197334,0.5,0.255951455205554,0.0,0.00489826929590881,0.255951455205554,0.0,0.0183569290843889,0.0,0.0738805758397117,0.255951455205554,0.0,0.125793356856078,0.5,0.255951455205554,0.0,0.140608876665057,0.255951455205554,0.0,0.0288920788083663,0.255951455205554,0.0,0.00311037027101655,0.255951455205554,0.0,0.00256294994587475,0.0,0.0936790000907444 -4632,0.255951455205554,0.0,0.00776408114031889,0.255951455205554,0.0,0.000922595817373007,0.255951455205554,0.0,0.0270633854107298,0.255951455205554,0.0,0.0150273291504241,0.255951455205554,0.0,0.0255756010328479,0.255951455205554,0.0,0.00925898474271678,0.5,0.255951455205554,0.0,0.0125670868465805,0.5,0.255951455205554,0.0,0.0115654371462762,0.5,0.255951455205554,0.0,0.00394858205216518,0.255951455205554,0.0,0.027273066842045,0.0,0.0595909542114001,0.255951455205554,0.0,0.113362451281698,0.5,0.255951455205554,0.0,0.166823635875138,0.255951455205554,0.0,0.0244034040576793,0.255951455205554,0.0,0.00318545798656713,0.255951455205554,0.0,0.00410774555990777,0.0,0.0990846309068967 -4633,0.255951455205554,0.0,0.0082005999717239,0.255951455205554,0.0,0.000665901930419425,0.255951455205554,0.0,0.0180650792571869,0.255951455205554,0.0,0.0109960645285598,0.255951455205554,0.0,0.0206847085531186,0.255951455205554,0.0,0.00837643397181194,0.5,0.255951455205554,0.0,0.0160059294199847,0.5,0.255951455205554,0.0,0.0148815510036153,0.5,0.255951455205554,0.0,0.00500037997750281,0.255951455205554,0.0,0.039662163923527,0.0,0.0632000525333219,0.255951455205554,0.0,0.109710386279821,0.5,0.255951455205554,0.0,0.198744119895087,0.255951455205554,0.0,0.0204407984103742,0.255951455205554,0.0,0.00340517799239677,0.255951455205554,0.0,0.006292439189941,0.0,0.096649649150603 -4634,0.255951455205554,0.0,0.0106319868769437,0.255951455205554,0.0,0.000792796671394741,0.255951455205554,0.0,0.0112279941534637,0.255951455205554,0.0,0.0075221876244707,0.255951455205554,0.0,0.0148533901017317,0.255951455205554,0.0,0.0105804027806815,0.5,0.255951455205554,0.0,0.0156447312324149,0.5,0.255951455205554,0.0,0.0211616091167629,0.5,0.255951455205554,0.0,0.00945568125701445,0.255951455205554,0.0,0.053319844996339,0.0,0.0556624965960169,0.255951455205554,0.0,0.125833347422623,0.5,0.255951455205554,0.0,0.238650098407352,0.255951455205554,0.0,0.0176674452107704,0.255951455205554,0.0,0.00260755024566265,0.255951455205554,0.0,0.00908618859411841,0.0,0.0776864919437846 -4635,0.255951455205554,0.0,0.00839762805792567,0.255951455205554,0.0,0.000650528222423933,0.255951455205554,0.0,0.00590966712534107,0.255951455205554,0.0,0.00393783222999143,0.255951455205554,0.0,0.01280337434808,0.255951455205554,0.0,0.0125462724919227,0.5,0.255951455205554,0.0,0.0172454551165957,0.5,0.255951455205554,0.0,0.0231415268201647,0.5,0.255951455205554,0.0,0.0139751194172204,0.255951455205554,0.0,0.0593671049223807,0.0,0.0565829122499751,0.255951455205554,0.0,0.14590293162341,0.5,0.255951455205554,0.0,0.279313938589216,0.255951455205554,0.0,0.0193573917756437,0.255951455205554,0.0,0.00422242298640869,0.255951455205554,0.0,0.0139460839148589,0.0,0.0624378821080613 -4636,0.255951455205554,0.0,0.00566908919284101,0.255951455205554,0.0,0.000430945272269017,0.255951455205554,0.0,0.00310105340183844,0.255951455205554,0.0,0.000908196377369911,0.255951455205554,0.0,0.0163459359044466,0.255951455205554,0.0,0.0115710823068304,0.5,0.255951455205554,0.0,0.0257636499342028,0.5,0.255951455205554,0.0,0.0279727629376667,0.5,0.255951455205554,0.0,0.0155854930193546,0.255951455205554,0.0,0.0720843348625165,0.0,0.0599867562917954,0.255951455205554,0.0,0.153285053958257,0.5,0.255951455205554,0.0,0.3270734741614,0.255951455205554,0.0,0.0250139697408607,0.255951455205554,0.0,0.00912980377481238,0.255951455205554,0.0,0.0165767290050753,0.0,0.0522940835770178 -4637,0.255951455205554,0.00173675465115684,0.00386118832207126,0.255951455205554,0.00155659021798493,0.000220337353331866,0.255951455205554,0.000188118792564802,0.00232181151587981,0.255951455205554,6.59047666346265e-05,0.000410483335695067,0.255951455205554,0.0,0.0167831596426958,0.255951455205554,0.0,0.0115099884960322,0.5,0.255951455205554,0.0,0.0349167298788408,0.5,0.255951455205554,0.0,0.0579792072167931,0.5,0.255951455205554,6.11027352425518e-07,0.019798032524244,0.255951455205554,0.0,0.0841256767304636,0.00144997421842249,0.0603170961518271,0.255951455205554,0.00156087614399358,0.152924742532973,0.5,0.255951455205554,0.00116089661563454,0.396349498354979,0.255951455205554,0.00163865666646537,0.0339086505676794,0.255951455205554,0.00110188806284098,0.0150283798172009,0.255951455205554,0.000244596848640112,0.0182911859419687,0.00184087813967471,0.0515647779634437 -4638,0.255951455205554,0.045104036558354,0.00167232985150264,0.255951455205554,0.0486724764937341,0.000140331869253773,0.255951455205554,0.0434000526128412,0.00156112569372127,0.255951455205554,0.0468081130467998,0.00024350955411678,0.255951455205554,0.0298069118318935,0.0143297559299741,0.255951455205554,0.0231554282294194,0.0142369802333011,0.5,0.255951455205554,0.00569182330226362,0.0407018802420119,0.5,0.255951455205554,0.00694286206490183,0.126697257571136,0.5,0.255951455205554,0.0267559570136019,0.0296423147422414,0.255951455205554,0.00206474422893515,0.1419654036566,0.0226504009144583,0.0555918162473814,0.255951455205554,0.0282459807594898,0.159340276890305,0.5,0.255951455205554,0.0163530818541603,0.462052693435727,0.255951455205554,0.048583835581851,0.0401044166144742,0.255951455205554,0.0469241943489459,0.0164666405061712,0.255951455205554,0.046623866988269,0.0181204030253524,0.0405499178901976,0.0679228565957805 -4639,0.255951455205554,0.107953996722635,0.00320355457501028,0.255951455205554,0.117875783332451,0.000185728709795274,0.255951455205554,0.113641552974565,0.00132866216555616,0.255951455205554,0.118709772033304,0.000103523597809399,0.255951455205554,0.0848868341848592,0.0140741401706866,0.255951455205554,0.0647529924112299,0.0273164505498222,0.5,0.255951455205554,0.0284344891814603,0.0447207732183609,0.5,0.255951455205554,0.0464142406773558,0.214440911130923,0.5,0.255951455205554,0.0691330093393546,0.0668752690390167,0.255951455205554,0.00649757556789769,0.254326611172514,0.0687086071954969,0.0543606436733129,0.255951455205554,0.0780310036383255,0.16612314350496,0.5,0.255951455205554,0.0397233127862925,0.507357102329404,0.255951455205554,0.127987158113066,0.0565756641555638,0.255951455205554,0.121957890283409,0.0255239001211066,0.255951455205554,0.120399006408532,0.0208301615043168,0.090709901665662,0.0858002301739182 -4640,0.255951455205554,0.181604204540961,0.0067138231667493,0.255951455205554,0.202695650871044,0.000944345780740753,0.255951455205554,0.217314889064324,0.00254688135172213,0.255951455205554,0.219650022142446,0.000184730576144205,0.255951455205554,0.139808734259749,0.0221196817059346,0.255951455205554,0.114506645512716,0.0275264861304076,0.5,0.255951455205554,0.0666566065012472,0.0721703059576633,0.5,0.255951455205554,0.109505607560033,0.254438843393787,0.5,0.255951455205554,0.105414173690943,0.121929598394331,0.255951455205554,0.00312182840279722,0.385086542192769,0.16786911823159,0.0845499286261917,0.255951455205554,0.15120754152809,0.18309026867263,0.5,0.255951455205554,0.0688566924578742,0.525113147245161,0.255951455205554,0.2394903863019,0.0949170093740426,0.255951455205554,0.230194585264452,0.0461857692891278,0.255951455205554,0.217974787771137,0.0522045089178335,0.107158331865771,0.098967293412744 -4641,0.255951455205554,0.241370057361085,0.0107474312258284,0.255951455205554,0.288689802074675,0.00367823081359935,0.255951455205554,0.329434687434805,0.00520301076392145,0.255951455205554,0.332372502247564,0.000839250872913436,0.255951455205554,0.18267463338448,0.0366476659256978,0.255951455205554,0.193876373177488,0.0275312382072021,0.5,0.255951455205554,0.0735780401804601,0.097465906646314,0.5,0.255951455205554,0.156793536546934,0.313419053383845,0.5,0.255951455205554,0.131664110604811,0.16735083282667,0.255951455205554,0.011386731193555,0.44670689395953,0.270758559205593,0.181150257103018,0.255951455205554,0.247467699031653,0.216225982962525,0.5,0.255951455205554,0.0961312049236521,0.537412647125406,0.255951455205554,0.365672061002599,0.155132965812179,0.255951455205554,0.353855754826925,0.0683820403363844,0.255951455205554,0.307477366035761,0.124518967123438,0.112759934625077,0.108623096382387 -4642,0.255951455205554,0.283549259553451,0.0191705370865187,0.255951455205554,0.371058387109617,0.00706566672659771,0.255951455205554,0.437580708230028,0.0104055995566159,0.255951455205554,0.452180988908181,0.0058714230792931,0.255951455205554,0.241349965251253,0.0776043652850647,0.255951455205554,0.270602202401008,0.0478881634910998,0.5,0.255951455205554,0.0553328441226755,0.117861440840164,0.5,0.255951455205554,0.156841794271498,0.386432592655174,0.5,0.255951455205554,0.171808327421421,0.204996045954662,0.255951455205554,0.0525535539856268,0.468089487560302,0.349619418416307,0.283793637132526,0.255951455205554,0.344106503970776,0.239881772427887,0.5,0.255951455205554,0.127065053128422,0.558418671887572,0.255951455205554,0.478566978518979,0.232057483242039,0.255951455205554,0.47467417719818,0.0803466808624458,0.255951455205554,0.376529253972674,0.151133500114763,0.195124381625087,0.11297357054225 -4643,0.255951455205554,0.292080391473621,0.0337777671849781,0.255951455205554,0.415081239582011,0.0160129505675805,0.255951455205554,0.512161425618463,0.0229387665989786,0.255951455205554,0.547441242610679,0.0196567971522692,0.255951455205554,0.306099527563192,0.126734774065186,0.255951455205554,0.257921215488201,0.0774709777413106,0.5,0.255951455205554,0.0710453967768843,0.158012840643147,0.5,0.255951455205554,0.102153319686013,0.310406374686241,0.5,0.255951455205554,0.235668745623017,0.267700891212723,0.255951455205554,0.127212355441489,0.463370486636214,0.348015082997119,0.325716390000503,0.255951455205554,0.439789632334475,0.254681226933883,0.5,0.255951455205554,0.165822131380297,0.601402197351433,0.255951455205554,0.520171126930296,0.249598519866677,0.255951455205554,0.554741716171237,0.0898040698645148,0.255951455205554,0.437841021219782,0.158337722613883,0.207401222791725,0.11059778308605 -4644,0.255951455205554,0.306280827754103,0.0579186776784135,0.255951455205554,0.460744222666504,0.0397175321281541,0.255951455205554,0.52011199391869,0.0488376950471813,0.255951455205554,0.554478607541587,0.0480543211930822,0.255951455205554,0.390497704775674,0.156272345808658,0.255951455205554,0.24337577574874,0.103007492631355,0.5,0.255951455205554,0.10727696435478,0.199275551062462,0.5,0.255951455205554,0.183745912785904,0.37157235897444,0.5,0.255951455205554,0.237935963200394,0.337040668954476,0.255951455205554,0.219604347359202,0.418396639577296,0.490760799765872,0.239660761462908,0.255951455205554,0.491400576981835,0.261427921429101,0.5,0.255951455205554,0.213717516111968,0.63335432551752,0.255951455205554,0.546447035434282,0.313659436322036,0.255951455205554,0.544710086250865,0.113217324023694,0.255951455205554,0.436670476509759,0.164142950474941,0.236550374837372,0.11000171266858 -4645,0.255951455205554,0.301048417256509,0.0841923821065996,0.255951455205554,0.468640500578822,0.0787032393361424,0.255951455205554,0.576415866908046,0.0856420844614022,0.255951455205554,0.585862855696505,0.0925210073630862,0.255951455205554,0.434408231046746,0.1783188940495,0.255951455205554,0.258945123470941,0.106972319644736,0.5,0.255951455205554,0.154326789484769,0.261360057701718,0.5,0.255951455205554,0.289647501266145,0.493934719507962,0.5,0.255951455205554,0.216464887920609,0.39418463332448,0.255951455205554,0.269902111418041,0.445411405627171,0.555272469042864,0.242518323246459,0.255951455205554,0.538853507837323,0.290350641354469,0.5,0.255951455205554,0.2723048641137,0.672674232167268,0.255951455205554,0.565500759805623,0.303324523075108,0.255951455205554,0.602983390066112,0.161387512189059,0.255951455205554,0.518318333396446,0.207250019924879,0.238194322855744,0.109781707414075 -4646,0.255951455205554,0.282975115422707,0.118613768081329,0.255951455205554,0.353411368315797,0.125444815257223,0.255951455205554,0.589799113043671,0.125464679774134,0.255951455205554,0.580052544610176,0.138524083014504,0.255951455205554,0.40520400011407,0.24142810405284,0.255951455205554,0.308967571143208,0.111309616777342,0.5,0.255951455205554,0.199602049593462,0.349806714631883,0.5,0.255951455205554,0.306795095590048,0.51475594458466,0.5,0.255951455205554,0.204361295760532,0.386908968040062,0.255951455205554,0.21807845291376,0.480455348550921,0.540326373570519,0.261039935978307,0.255951455205554,0.532824936567647,0.308460480879125,0.5,0.255951455205554,0.300079826648277,0.692223954364442,0.255951455205554,0.540060480477662,0.278715652337733,0.255951455205554,0.569394725663134,0.182126971971892,0.255951455205554,0.45566245516769,0.237821378426623,0.218745430905124,0.112049287809487 -4647,0.255951455205554,0.241396651531514,0.143738441077681,0.255951455205554,0.36789201726671,0.153492066006397,0.255951455205554,0.546464665145569,0.154561639842867,0.255951455205554,0.533406933322704,0.176989462561486,0.255951455205554,0.377504163832982,0.285489760012862,0.255951455205554,0.276223069401189,0.143084119784265,0.5,0.255951455205554,0.206755913960656,0.391360402899427,0.5,0.255951455205554,0.272847709176255,0.458444277339797,0.5,0.255951455205554,0.227751417312577,0.399004805985773,0.255951455205554,0.180376265408493,0.328327368098052,0.522182710340726,0.33282352854145,0.255951455205554,0.466374973533469,0.297231074820656,0.5,0.255951455205554,0.295479544387557,0.687721069142769,0.255951455205554,0.449353427688859,0.249239294729159,0.255951455205554,0.493417813753216,0.171925148278619,0.255951455205554,0.384811397715061,0.260778689461895,0.182066755595567,0.115049251913095 -4648,0.255951455205554,0.187440217853468,0.158647885165287,0.255951455205554,0.361586514824364,0.149349840806423,0.255951455205554,0.450389045745827,0.156583577868434,0.255951455205554,0.422339893918776,0.170685003861385,0.255951455205554,0.280062736427539,0.295736130991464,0.255951455205554,0.190667937367543,0.182006898724673,0.5,0.255951455205554,0.159551424159499,0.344828021403595,0.5,0.255951455205554,0.199229420320883,0.466600666953356,0.5,0.255951455205554,0.207710298163931,0.380841455094578,0.255951455205554,0.184295750610216,0.303264128999366,0.247880450729446,0.276479355497909,0.255951455205554,0.350986920348011,0.246314038792587,0.5,0.255951455205554,0.276639214785327,0.644795644538855,0.255951455205554,0.338385016641736,0.213933892638611,0.255951455205554,0.401683503507376,0.163768319396221,0.255951455205554,0.273806108917969,0.202993574052776,0.120546019745561,0.119175645106796 -4649,0.255951455205554,0.13657362045294,0.149961937222856,0.255951455205554,0.285713282598388,0.1578661733554,0.255951455205554,0.340222377897051,0.140833570333179,0.255951455205554,0.330526860405434,0.135914473974364,0.255951455205554,0.201599856467859,0.244390840361038,0.255951455205554,0.130965855948272,0.195727399287273,0.5,0.255951455205554,0.112358496136731,0.254751820422838,0.5,0.255951455205554,0.132462323864467,0.316919171857673,0.5,0.255951455205554,0.150672654984389,0.342806732612665,0.255951455205554,0.127170621213037,0.195606493412928,0.145316278849216,0.105269228514079,0.255951455205554,0.256158597654377,0.17346593953079,0.5,0.255951455205554,0.200674391314821,0.548093707306071,0.255951455205554,0.183562479051029,0.144431893993544,0.255951455205554,0.274993568801031,0.130913757027687,0.255951455205554,0.194087892364767,0.180217879603051,0.079310830290142,0.128866717431868 -4650,0.255951455205554,0.0809176427577396,0.138633382262427,0.255951455205554,0.204725019043338,0.137857107993661,0.255951455205554,0.233826584023717,0.110289258248392,0.255951455205554,0.230800447848015,0.102960905083194,0.255951455205554,0.118358937160543,0.182931824729834,0.255951455205554,0.104744205353934,0.175614978924471,0.5,0.255951455205554,0.0788862071384512,0.192904019761939,0.5,0.255951455205554,0.11254740862558,0.221066585200203,0.5,0.255951455205554,0.0753397369076,0.303680254805612,0.255951455205554,0.0516666238193779,0.0986502143124747,0.202656145053077,0.0202988764660534,0.255951455205554,0.181809578294241,0.0804144800225089,0.5,0.255951455205554,0.125105465042344,0.432959486160996,0.255951455205554,0.117311881010083,0.120124297771717,0.255951455205554,0.194724501459146,0.0783297287615461,0.255951455205554,0.150597838630757,0.177439062485755,0.0393142512447048,0.140540469047679 -4651,0.255951455205554,0.0387021466838045,0.149751309405174,0.255951455205554,0.107513151898608,0.109015399617453,0.255951455205554,0.119710185002498,0.0758229506053426,0.255951455205554,0.122101370588083,0.0780733370520445,0.255951455205554,0.0701425470091603,0.144625499084225,0.255951455205554,0.042676411576238,0.156672454829493,0.5,0.255951455205554,0.0302384016712205,0.1165187041033,0.5,0.255951455205554,0.0601096337951058,0.12571228269436,0.5,0.255951455205554,0.0260480411727813,0.240780607974398,0.255951455205554,0.0214751884971496,0.0389260852659733,0.109189961609876,0.000250387162891113,0.255951455205554,0.0903698343226276,0.0344347776681456,0.5,0.255951455205554,0.0606649573238462,0.310620834762421,0.255951455205554,0.0573712257145836,0.109304468940567,0.255951455205554,0.098248621085319,0.0845249429602555,0.255951455205554,0.0811336370322728,0.1454022574654,0.0200364590990386,0.151989318092965 -4652,0.255951455205554,0.0111022607208095,0.180825775990563,0.255951455205554,0.0353293009176008,0.0574182477309981,0.255951455205554,0.0384568666544347,0.054934663945197,0.255951455205554,0.0470532908294234,0.0317241055794364,0.255951455205554,0.0197678077607956,0.142856815291016,0.255951455205554,0.0117679576214784,0.171593817741324,0.5,0.255951455205554,0.00567362767503065,0.0579897242633129,0.5,0.255951455205554,0.00682096873100009,0.0808226224710965,0.5,0.255951455205554,0.00147868195399994,0.15908606044182,0.255951455205554,0.00843665095846019,0.0119452219056883,0.0174996791702558,0.000559352373802465,0.255951455205554,0.00943283569486588,0.0343621899535196,0.5,0.255951455205554,0.0145399480334144,0.21241325993794,0.255951455205554,0.00210011736763835,0.118874135019363,0.255951455205554,0.0191285680506611,0.111661749689338,0.255951455205554,0.0151081933003556,0.0960745297245098,0.00341676244061309,0.165604632757125 -4653,0.255951455205554,2.89375853219788e-05,0.197245620298321,0.255951455205554,0.0,0.0132052398628114,0.255951455205554,0.0,0.0408294983379387,0.255951455205554,0.0,0.0172780550613619,0.255951455205554,0.0,0.138411253366708,0.255951455205554,0.0,0.174775953491786,0.5,0.255951455205554,0.0,0.0334908838601601,0.5,0.255951455205554,0.0,0.0750670599113324,0.5,0.255951455205554,0.0,0.133481676059431,0.255951455205554,0.0,0.0102021168660127,0.0,0.00320709944048062,0.255951455205554,0.0,0.0414826897946121,0.5,0.255951455205554,0.0,0.168200389229711,0.255951455205554,0.0,0.146266773358724,0.255951455205554,0.0,0.128208488724694,0.255951455205554,0.0,0.120236729804863,3.29119629294607e-05,0.168932465598413 -4654,0.255951455205554,0.0,0.217795742533793,0.255951455205554,0.0,0.00754697802655693,0.255951455205554,0.0,0.0334327050974801,0.255951455205554,0.0,0.014013277196948,0.255951455205554,0.0,0.128422665375361,0.255951455205554,0.0,0.176841715564694,0.5,0.255951455205554,0.0,0.0237513669959411,0.5,0.255951455205554,0.0,0.0701944056447996,0.5,0.255951455205554,0.0,0.137937788475367,0.255951455205554,0.0,0.0132608562638916,0.0,0.00774346460570177,0.255951455205554,0.0,0.051439761130419,0.5,0.255951455205554,0.0,0.161566715759583,0.255951455205554,0.0,0.168559669757471,0.255951455205554,0.0,0.122190937070992,0.255951455205554,0.0,0.165534219352776,0.0,0.168963310128707 -4655,0.255951455205554,0.0,0.241616483339659,0.255951455205554,0.0,0.00725780107999545,0.255951455205554,0.0,0.0315057522249765,0.255951455205554,0.0,0.0142622920213391,0.255951455205554,0.0,0.126056688995147,0.255951455205554,0.0,0.180302206671096,0.5,0.255951455205554,0.0,0.0186463152558147,0.5,0.255951455205554,0.0,0.0662110878732354,0.5,0.255951455205554,0.0,0.137262787255341,0.255951455205554,0.0,0.0155777625673963,0.0,0.0108029665723422,0.255951455205554,0.0,0.0546647909824624,0.5,0.255951455205554,0.0,0.169297846618072,0.255951455205554,0.0,0.174830764129632,0.255951455205554,0.0,0.115572571002304,0.255951455205554,0.0,0.205660462875302,0.0,0.178673966776439 -4656,0.255951455205554,0.0,0.268692499287847,0.255951455205554,0.0,0.00790444130078141,0.255951455205554,0.0,0.0356248733396279,0.255951455205554,0.0,0.0194511328390097,0.255951455205554,0.0,0.144296211426316,0.255951455205554,0.0,0.17395537532321,0.5,0.255951455205554,0.0,0.0171233456583267,0.5,0.255951455205554,0.0,0.060853165079578,0.5,0.255951455205554,0.0,0.125237816804476,0.255951455205554,0.0,0.022984443525979,0.0,0.0228151778916122,0.255951455205554,0.0,0.0540105377681085,0.5,0.255951455205554,0.0,0.167123724415007,0.255951455205554,0.0,0.174109355380873,0.255951455205554,0.0,0.111142632211079,0.255951455205554,0.0,0.216097653108689,0.0,0.190029132164882 -4657,0.255951455205554,0.0,0.315944389983609,0.255951455205554,0.0,0.00951457268504392,0.255951455205554,0.0,0.0467445519420646,0.255951455205554,0.0,0.0329397718979091,0.255951455205554,0.0,0.152168443502847,0.255951455205554,0.0,0.151766349341401,0.5,0.255951455205554,0.0,0.0176744593968442,0.5,0.255951455205554,0.0,0.0580344027052428,0.5,0.255951455205554,0.0,0.115104121449424,0.255951455205554,0.0,0.020225953515523,0.0,0.0304011186750914,0.255951455205554,0.0,0.055646839671461,0.5,0.255951455205554,0.0,0.161202541452975,0.255951455205554,0.0,0.175402094068837,0.255951455205554,0.0,0.105703701630974,0.255951455205554,0.0,0.208473769491861,0.0,0.208611349545154 -4658,0.255951455205554,0.0,0.353629865824127,0.255951455205554,0.0,0.0150105491514782,0.255951455205554,0.0,0.0615131470413665,0.255951455205554,0.0,0.0495861843655533,0.255951455205554,0.0,0.132424707695273,0.255951455205554,0.0,0.124430093086535,0.5,0.255951455205554,0.0,0.0146831015236769,0.5,0.255951455205554,0.0,0.0584489569615736,0.5,0.255951455205554,0.0,0.0974464691795906,0.255951455205554,0.0,0.0167484590766111,0.0,0.0351999435783565,0.255951455205554,0.0,0.0584466193766111,0.5,0.255951455205554,0.0,0.165026346862758,0.255951455205554,0.0,0.172454223840806,0.255951455205554,0.0,0.109716729313462,0.255951455205554,0.0,0.211216752118711,0.0,0.233394566111507 -4659,0.255951455205554,0.0,0.380921181547252,0.255951455205554,0.0,0.0291549475687049,0.255951455205554,0.0,0.0764178920692176,0.255951455205554,0.0,0.0670909131944708,0.255951455205554,0.0,0.103403758034583,0.255951455205554,0.0,0.0986278667761267,0.5,0.255951455205554,0.0,0.0111370567928275,0.5,0.255951455205554,0.0,0.0532030537119769,0.5,0.255951455205554,0.0,0.0828871355026411,0.255951455205554,0.0,0.0157560418839228,0.0,0.0386555761748992,0.255951455205554,0.0,0.0595567504659738,0.5,0.255951455205554,0.0,0.18979239114632,0.255951455205554,0.0,0.173793595983874,0.255951455205554,0.0,0.120586364594981,0.255951455205554,0.0,0.221381089260783,0.0,0.257384434790388 -4660,0.255951455205554,0.0,0.409779706674679,0.255951455205554,0.0,0.0606330330479078,0.255951455205554,0.0,0.0875865073876403,0.255951455205554,0.0,0.0892083249882446,0.255951455205554,0.0,0.0870304384695824,0.255951455205554,0.0,0.0798506045807276,0.5,0.255951455205554,0.0,0.00827749292443986,0.5,0.255951455205554,0.0,0.0432834578597357,0.5,0.255951455205554,0.0,0.0746318190939456,0.255951455205554,0.0,0.009822980781869,0.0,0.0388985157142309,0.255951455205554,0.0,0.0604218110808493,0.5,0.255951455205554,0.0,0.228037541511121,0.255951455205554,0.0,0.193575158265569,0.255951455205554,0.0,0.126564416779926,0.255951455205554,0.0,0.237600782863532,0.0,0.278796994415603 -4661,0.255951455205554,0.000206629714652319,0.4494507084817,0.255951455205554,0.000657614390859001,0.111295143173607,0.255951455205554,0.000115693204481361,0.0988621592552368,0.255951455205554,4.41017436769074e-06,0.109641721301191,0.255951455205554,0.0,0.0822402386074063,0.255951455205554,0.0,0.0721492955339575,0.5,0.255951455205554,0.0,0.00597063723174736,0.5,0.255951455205554,0.0,0.0330318631041543,0.5,0.255951455205554,0.0,0.0630360069689947,0.255951455205554,0.0,0.012152945902737,0.00363211094125126,0.0440587802659462,0.255951455205554,0.00339275939768343,0.0627099046239337,0.5,0.255951455205554,0.0026955686556258,0.266009551565146,0.255951455205554,0.00130581119144302,0.217757760529108,0.255951455205554,0.000996786017140427,0.136333434385092,0.255951455205554,7.94259868152196e-06,0.247347717265217,2.27998579411556e-05,0.291451285605747 -4662,0.255951455205554,0.00827927522950108,0.5089098028196,0.255951455205554,0.0216740130512455,0.189578722689462,0.255951455205554,0.0364116647752589,0.116667177075909,0.255951455205554,0.0414217540588924,0.139616652665985,0.255951455205554,0.0174372598468061,0.0998105229882215,0.255951455205554,0.0186641690066162,0.0737731407415083,0.5,0.255951455205554,0.011843782589155,0.00525423196104758,0.5,0.255951455205554,0.00501540121402068,0.0283441331506781,0.5,0.255951455205554,0.011293557695375,0.0538051027182308,0.255951455205554,0.00147123845557103,0.0256705090486536,0.0595857488805426,0.0442041040143324,0.255951455205554,0.0571466985850701,0.0783148908114163,0.5,0.255951455205554,0.0364406617164379,0.292200018484817,0.255951455205554,0.0280133646574369,0.257223368562772,0.255951455205554,0.0373575975406251,0.18044966670183,0.255951455205554,0.00535909418450139,0.2519626467404,0.00124475924836914,0.303117183163906 -4663,0.255951455205554,0.035760569162379,0.594917292644327,0.255951455205554,0.0668429742327127,0.276339339127555,0.255951455205554,0.099395966398933,0.184638507857107,0.255951455205554,0.112688442488186,0.225671242061659,0.255951455205554,0.0601297836681267,0.156988674709781,0.255951455205554,0.077060035071075,0.102797968747582,0.5,0.255951455205554,0.0535784272994021,0.00784645652954727,0.5,0.255951455205554,0.0237632099846242,0.0314940608834772,0.5,0.255951455205554,0.047761150591152,0.0560212718412325,0.255951455205554,0.00640332028593691,0.0550967382953195,0.140879657028268,0.101671306984453,0.255951455205554,0.130457438362447,0.168331890699452,0.5,0.255951455205554,0.0778889325321943,0.340470720354215,0.255951455205554,0.0558565938622003,0.292469227509791,0.255951455205554,0.0987550194212285,0.253741827115427,0.255951455205554,0.0334343282459766,0.25115589481678,0.00933763844741726,0.322501541236137 -4664,0.255951455205554,0.0914052796802317,0.715051513771277,0.255951455205554,0.134196570927392,0.483912646200828,0.255951455205554,0.191390861265401,0.295301289268442,0.255951455205554,0.206259962792283,0.338537585510979,0.255951455205554,0.097666544444208,0.195096160250066,0.255951455205554,0.16162703652422,0.153143958715422,0.5,0.255951455205554,0.108834807664089,0.0223298000322632,0.5,0.255951455205554,0.0437587294050435,0.048328598136787,0.5,0.255951455205554,0.102333148643204,0.0775262575202836,0.255951455205554,0.015324153738408,0.113514137498697,0.257411943259638,0.154272548019093,0.255951455205554,0.217392989626059,0.228817449716228,0.5,0.255951455205554,0.126770176006492,0.430282938407624,0.255951455205554,0.091133341236658,0.302167202853146,0.255951455205554,0.184450544316068,0.351395970620276,0.255951455205554,0.0957234400340032,0.293231336191869,0.0332147393771038,0.386333081996136 -4665,0.255951455205554,0.162620726238455,0.799922430442202,0.255951455205554,0.218687651846417,0.642508027134616,0.255951455205554,0.298500703529077,0.399872887352401,0.255951455205554,0.318068541612466,0.441157297817807,0.255951455205554,0.149809939973656,0.23108263295975,0.255951455205554,0.240096629728561,0.161862235108887,0.5,0.255951455205554,0.163569060892601,0.0537206095129817,0.5,0.255951455205554,0.0686815794001293,0.0627256928930872,0.5,0.255951455205554,0.158922165335945,0.0840046758116036,0.255951455205554,0.0285758292130093,0.164708334058815,0.378776773849065,0.228002095664955,0.255951455205554,0.303467112290367,0.304450266566347,0.5,0.255951455205554,0.179865168776966,0.553966529400253,0.255951455205554,0.120505891149177,0.280844793213535,0.255951455205554,0.27492810063317,0.369176883130806,0.255951455205554,0.168954830610078,0.323642325074477,0.05637413125495,0.455329781832796 -4666,0.255951455205554,0.264824475743416,0.864614399972593,0.255951455205554,0.358124174449918,0.769634919201862,0.255951455205554,0.419412751365713,0.476031446927788,0.255951455205554,0.457425531268126,0.533755626757477,0.255951455205554,0.217770215663519,0.265043895074829,0.255951455205554,0.308727929831818,0.157677227533509,0.5,0.255951455205554,0.217780675382385,0.091574260606622,0.5,0.255951455205554,0.13153998502974,0.103362746164976,0.5,0.255951455205554,0.208722569632397,0.0804889367556489,0.255951455205554,0.0696205638906188,0.258510410889421,0.498745599768597,0.344539193160667,0.255951455205554,0.384901403739627,0.366432760192796,0.5,0.255951455205554,0.252178607728936,0.633807071593867,0.255951455205554,0.19227556822117,0.325053922454662,0.255951455205554,0.343670023292357,0.389623157609008,0.255951455205554,0.257340816984022,0.311721574072525,0.114027272618,0.439012583313256 -4667,0.255951455205554,0.370847521967017,0.89451602481395,0.255951455205554,0.469239309755109,0.822259570130359,0.255951455205554,0.520392937015644,0.517101676867056,0.255951455205554,0.571675312748599,0.574464303389844,0.255951455205554,0.243973493931666,0.269791037328436,0.255951455205554,0.357219819040979,0.141984169380009,0.5,0.255951455205554,0.281628648333283,0.143058693080087,0.5,0.255951455205554,0.186184427118456,0.158282824366289,0.5,0.255951455205554,0.28382165772277,0.0806735530017897,0.255951455205554,0.175556878397353,0.362910116117242,0.567591849207368,0.44597094149365,0.255951455205554,0.455565054022007,0.425391515649132,0.5,0.255951455205554,0.346247939329201,0.704759652304339,0.255951455205554,0.224583878434065,0.306249011033844,0.255951455205554,0.393041547643314,0.410765113040497,0.255951455205554,0.360485829630877,0.289584741674149,0.188587538578344,0.407674865676567 -4668,0.255951455205554,0.49725484309253,0.892495479739055,0.255951455205554,0.557014851296934,0.839323496940959,0.255951455205554,0.581498578867211,0.526756682422928,0.255951455205554,0.642696916697843,0.561908771499772,0.255951455205554,0.258816036514223,0.27852081041444,0.255951455205554,0.405024416223767,0.13552585536357,0.5,0.255951455205554,0.299068854057857,0.192926118841478,0.5,0.255951455205554,0.207450908027679,0.254746493858377,0.5,0.255951455205554,0.351960378272382,0.0742982390904212,0.255951455205554,0.289123746700685,0.43294953618924,0.609337809684631,0.556663900203888,0.255951455205554,0.503531413618903,0.461511813576833,0.5,0.255951455205554,0.420436389336939,0.747438024508639,0.255951455205554,0.297432767075416,0.243945069380252,0.255951455205554,0.343604750531246,0.392363980105483,0.255951455205554,0.399030974150671,0.237795462193241,0.297859761742556,0.430020841069702 -4669,0.255951455205554,0.591705206832224,0.862944991415474,0.255951455205554,0.605685155274875,0.818995248369272,0.255951455205554,0.594680014835865,0.532629839541469,0.255951455205554,0.661873505096782,0.544258137280584,0.255951455205554,0.240987500184099,0.293190154607551,0.255951455205554,0.404143683667469,0.154696024304255,0.5,0.255951455205554,0.251364538731526,0.196035292299041,0.5,0.255951455205554,0.212957734189517,0.352262106451205,0.5,0.255951455205554,0.418426276615044,0.102716580253321,0.255951455205554,0.253454374523225,0.36274298397942,0.571315267441684,0.584196449617521,0.255951455205554,0.469878910023463,0.465026158369605,0.5,0.255951455205554,0.442547426242968,0.754444143653941,0.255951455205554,0.299890383260747,0.19770618720395,0.255951455205554,0.355898772803708,0.374214933048872,0.255951455205554,0.43284756919958,0.217021407215588,0.46526196094085,0.405373340605358 -4670,0.255951455205554,0.626955967817251,0.834890983075821,0.255951455205554,0.623943274390325,0.799542101524101,0.255951455205554,0.575640214024922,0.533892548463812,0.255951455205554,0.652885834091528,0.548049164956027,0.255951455205554,0.244890605805512,0.326183904359166,0.255951455205554,0.29494413416898,0.162361444073332,0.5,0.255951455205554,0.158776582370347,0.169800137452757,0.5,0.255951455205554,0.192991520386712,0.363783843419561,0.5,0.255951455205554,0.463960238503138,0.14661532340393,0.255951455205554,0.215071022332957,0.308502453787539,0.586963332425686,0.621987005957651,0.255951455205554,0.429520703308448,0.460823725792706,0.5,0.255951455205554,0.412139415464627,0.716803129923158,0.255951455205554,0.231767204550751,0.125096554666943,0.255951455205554,0.401159841007662,0.370415982920916,0.255951455205554,0.344335674914544,0.189628363706809,0.574812006183651,0.296671179457421 -4671,0.255951455205554,0.602894526770913,0.810822616965665,0.255951455205554,0.595418160066347,0.791873579738877,0.255951455205554,0.511280828200463,0.516054897973765,0.255951455205554,0.591631021485263,0.522396044524479,0.255951455205554,0.197607957638898,0.331553589624591,0.255951455205554,0.183931572763015,0.146433833872017,0.5,0.255951455205554,0.144319179543467,0.157110934421878,0.5,0.255951455205554,0.216318058771962,0.316671390921387,0.5,0.255951455205554,0.407125467150949,0.187926260204683,0.255951455205554,0.180001435781247,0.232850996111155,0.478676568714764,0.5771666960702,0.255951455205554,0.372145435980259,0.433164483380774,0.5,0.255951455205554,0.368165717492665,0.650025414949448,0.255951455205554,0.224241738676165,0.0832276517350844,0.255951455205554,0.395802597132707,0.367290590916715,0.255951455205554,0.256170281151795,0.1728543561509,0.57534901063266,0.226053241817658 -4672,0.255951455205554,0.521284323410231,0.758353810266581,0.255951455205554,0.509518958394455,0.764415082204937,0.255951455205554,0.40744876588636,0.468378094632126,0.255951455205554,0.504333876001883,0.456113728736356,0.255951455205554,0.167368105549568,0.311161686440456,0.255951455205554,0.144613786869905,0.143461003928189,0.5,0.255951455205554,0.148384742441392,0.12454717856655,0.5,0.255951455205554,0.209983113693156,0.256583219097954,0.5,0.255951455205554,0.301501413397924,0.196875318671776,0.255951455205554,0.153338592600764,0.167130156680447,0.400241620690931,0.497099963078089,0.255951455205554,0.349909395244609,0.408098763230005,0.5,0.255951455205554,0.341683904151932,0.586528176085777,0.255951455205554,0.239938424863309,0.0699598617203023,0.255951455205554,0.35022147383098,0.35621336134716,0.255951455205554,0.194833565105142,0.15901225998728,0.505341809352286,0.218503644815659 -4673,0.255951455205554,0.400460367614839,0.66723638312157,0.255951455205554,0.389539648047777,0.659446609006436,0.255951455205554,0.302098125851737,0.416509510136052,0.255951455205554,0.394841425468907,0.372140344198843,0.255951455205554,0.129255224352255,0.287517432797891,0.255951455205554,0.144328604788963,0.183939054180962,0.5,0.255951455205554,0.12861544306107,0.0892719123584758,0.5,0.255951455205554,0.167447103555969,0.213069802585602,0.5,0.255951455205554,0.196666051407487,0.182056042097074,0.255951455205554,0.166364175156868,0.113501067908183,0.308272610587837,0.390528232812252,0.255951455205554,0.312882375766949,0.340985745295461,0.5,0.255951455205554,0.28103645175909,0.482592782530244,0.255951455205554,0.226433350211343,0.0741515651703926,0.255951455205554,0.263381489578185,0.328190859213142,0.255951455205554,0.135152692785179,0.153453438412937,0.392461767753689,0.266743507883727 -4674,0.255951455205554,0.276541502461042,0.557315139538171,0.255951455205554,0.267330899854241,0.461836870111971,0.255951455205554,0.192422443121093,0.361061928166232,0.255951455205554,0.266379697512828,0.278233030702847,0.255951455205554,0.0796027210020838,0.226230280405189,0.255951455205554,0.100479292788014,0.151553474346146,0.5,0.255951455205554,0.10735872829301,0.0563999898539617,0.5,0.255951455205554,0.119616710818198,0.140336259436717,0.5,0.255951455205554,0.118386526313077,0.175431966322993,0.255951455205554,0.149770218068471,0.106795058499594,0.210854634788931,0.246147854002297,0.255951455205554,0.207428847049261,0.216315996452473,0.5,0.255951455205554,0.207221841119778,0.330354938609488,0.255951455205554,0.156320408272311,0.0542041579968753,0.255951455205554,0.162624576683845,0.275250223204112,0.255951455205554,0.0841274691883582,0.149590133075827,0.271907037813614,0.377120035919736 -4675,0.255951455205554,0.146387142755954,0.428983364883343,0.255951455205554,0.138978214513204,0.287000358241611,0.255951455205554,0.0949643122993954,0.305505522720756,0.255951455205554,0.136660943203242,0.190923224027024,0.255951455205554,0.034762925080829,0.157858471011265,0.255951455205554,0.0469464913058184,0.0991534127956431,0.5,0.255951455205554,0.0596053323714582,0.034848869811638,0.5,0.255951455205554,0.0686810667602968,0.0652731295573308,0.5,0.255951455205554,0.0434472385404916,0.134309029949309,0.255951455205554,0.0761653603789337,0.107650130887984,0.0984515570806841,0.0996263188993686,0.255951455205554,0.0868829720774507,0.0939660276539174,0.5,0.255951455205554,0.112619398412677,0.171300728498392,0.255951455205554,0.0547701377198624,0.0404039665475572,0.255951455205554,0.0812811314816655,0.225030024564926,0.255951455205554,0.0333521151051017,0.136256660459066,0.14441213619858,0.538373622691181 -4676,0.255951455205554,0.0388308170589071,0.29200613852385,0.255951455205554,0.0318246003709538,0.119405880410274,0.255951455205554,0.0217914712679064,0.244783322471477,0.255951455205554,0.0324156723134399,0.087315063987316,0.255951455205554,0.00979246886126216,0.126886825914086,0.255951455205554,0.00955112769250637,0.0846469367574368,0.5,0.255951455205554,0.012415914414395,0.0233414881260083,0.5,0.255951455205554,0.0120670093483206,0.0339279639891319,0.5,0.255951455205554,0.0010199611374719,0.0860721639318438,0.255951455205554,0.0197753219160366,0.0895371143602219,0.0141989381504406,0.0713110886695793,0.255951455205554,0.00677588833351653,0.064715269179201,0.5,0.255951455205554,0.0235188754386518,0.113202979501934,0.255951455205554,0.000533709418997718,0.0428126194853568,0.255951455205554,0.014705276470776,0.165892258580417,0.255951455205554,0.00332820200045256,0.109615803824077,0.0384946914311701,0.526027249916252 -4677,0.255951455205554,0.0,0.207543370034128,0.255951455205554,0.0,0.0693813350928933,0.255951455205554,8.95909404534959e-06,0.203930051712168,0.255951455205554,0.0,0.0591544030227504,0.255951455205554,0.0,0.0963406314405517,0.255951455205554,0.0,0.0693860495823176,0.5,0.255951455205554,0.0,0.0162725219854436,0.5,0.255951455205554,0.0,0.024763793481652,0.5,0.255951455205554,0.0,0.0578018157894888,0.255951455205554,0.0,0.0571613720563272,0.0,0.0698462879271774,0.255951455205554,0.0,0.0687068750427754,0.5,0.255951455205554,0.0,0.106997733453479,0.255951455205554,0.0,0.0362048298414485,0.255951455205554,0.0,0.120819752710375,0.255951455205554,0.0,0.0837810141565568,0.0,0.371959568887792 -4678,0.255951455205554,0.0,0.18309026595899,0.255951455205554,0.0,0.0557477747324766,0.255951455205554,0.0,0.173237347052025,0.255951455205554,0.0,0.114381369948234,0.255951455205554,0.0,0.0652496131448502,0.255951455205554,0.0,0.0442318629439235,0.5,0.255951455205554,0.0,0.0113705702036613,0.5,0.255951455205554,0.0,0.0192836412827161,0.5,0.255951455205554,0.0,0.0408063253277774,0.255951455205554,0.0,0.0386318674861746,0.0,0.0888694762324731,0.255951455205554,0.0,0.0701447787512835,0.5,0.255951455205554,0.0,0.109815814291861,0.255951455205554,0.0,0.0332431692466957,0.255951455205554,0.0,0.122042116881739,0.255951455205554,0.0,0.0919615342496101,0.0,0.296854658033537 -4679,0.255951455205554,0.0,0.191884340613347,0.255951455205554,0.0,0.0423563600480663,0.255951455205554,0.0,0.163263130752875,0.255951455205554,0.0,0.209183630206633,0.255951455205554,0.0,0.0357285346733727,0.255951455205554,0.0,0.0173858474127953,0.5,0.255951455205554,0.0,0.00870701318025463,0.5,0.255951455205554,0.0,0.0139466301436923,0.5,0.255951455205554,0.0,0.032036649349935,0.255951455205554,0.0,0.0242642003192233,0.0,0.0825806356026509,0.255951455205554,0.0,0.0678842210438503,0.5,0.255951455205554,0.0,0.113035240813257,0.255951455205554,0.0,0.0354406154789055,0.255951455205554,0.0,0.131512346914208,0.255951455205554,0.0,0.102770199524258,0.0,0.277800205217466 -4680,0.255951455205554,0.0,0.229356585637333,0.255951455205554,0.0,0.05075894442797,0.255951455205554,0.0,0.146600752425921,0.255951455205554,0.0,0.204486910498141,0.255951455205554,0.0,0.0260899389000883,0.255951455205554,0.0,0.00418722243997707,0.5,0.255951455205554,0.0,0.00697420319721525,0.5,0.255951455205554,0.0,0.0091080940268997,0.5,0.255951455205554,0.0,0.025693260071116,0.255951455205554,0.0,0.0138016811143886,0.0,0.0536469167761383,0.255951455205554,0.0,0.0632453040890827,0.5,0.255951455205554,0.0,0.106125365496015,0.255951455205554,0.0,0.0385857595234774,0.255951455205554,0.0,0.132208843122671,0.255951455205554,0.0,0.108131380661908,0.0,0.343661123678674 -4681,0.255951455205554,0.0,0.244166220931547,0.255951455205554,0.0,0.0713502963416265,0.255951455205554,0.0,0.129374334575735,0.255951455205554,0.0,0.167137255557551,0.255951455205554,0.0,0.0236225492766345,0.255951455205554,0.0,0.00199698459413696,0.5,0.255951455205554,0.0,0.00469311905270869,0.5,0.255951455205554,0.0,0.00619873344815191,0.5,0.255951455205554,0.0,0.0190060719121052,0.255951455205554,0.0,0.00731047345317801,0.0,0.0338404637121059,0.255951455205554,0.0,0.0568599768219031,0.5,0.255951455205554,0.0,0.0888180825071757,0.255951455205554,0.0,0.0481862125668647,0.255951455205554,0.0,0.116757454423144,0.255951455205554,0.0,0.0898285709552036,0.0,0.435091475731024 -4682,0.255951455205554,0.0,0.262364031165327,0.255951455205554,0.0,0.0975110527504574,0.255951455205554,0.0,0.117523774459322,0.255951455205554,0.0,0.17724018311976,0.255951455205554,0.0,0.0231322404068426,0.255951455205554,0.0,0.00194539675344149,0.5,0.255951455205554,0.0,0.00317550745343482,0.5,0.255951455205554,0.0,0.00358515981889645,0.5,0.255951455205554,0.0,0.0111612383907858,0.255951455205554,0.0,0.00351536478380552,0.0,0.0232156727637477,0.255951455205554,0.0,0.0470539408606479,0.5,0.255951455205554,0.0,0.0749831894850299,0.255951455205554,0.0,0.0557328020629432,0.255951455205554,0.0,0.0912709257651263,0.255951455205554,0.0,0.0636978789433446,0.0,0.394985122159098 -4683,0.255951455205554,0.0,0.295764727729865,0.255951455205554,0.0,0.0714313826494373,0.255951455205554,0.0,0.111083198398541,0.255951455205554,0.0,0.138885370191648,0.255951455205554,0.0,0.0246845217864735,0.255951455205554,0.0,0.00124734673728128,0.5,0.255951455205554,0.0,0.00229954922765689,0.5,0.255951455205554,0.0,0.00208029825792369,0.5,0.255951455205554,0.0,0.00595519947992262,0.255951455205554,0.0,0.000971934514722614,0.0,0.0116474864818207,0.255951455205554,0.0,0.0352409916275143,0.5,0.255951455205554,0.0,0.0664195585572022,0.255951455205554,0.0,0.0533013594176582,0.255951455205554,0.0,0.0703218634704257,0.255951455205554,0.0,0.0434759162720501,0.0,0.508132043777031 -4684,0.255951455205554,0.0,0.264097658109546,0.255951455205554,0.0,0.123446772747372,0.255951455205554,0.0,0.110511420978675,0.255951455205554,0.0,0.103939089425149,0.255951455205554,0.0,0.0284177286697534,0.255951455205554,0.0,0.000794814679418065,0.5,0.255951455205554,0.0,0.00159633188917643,0.5,0.255951455205554,0.0,0.00130563247543818,0.5,0.255951455205554,0.0,0.00341466132348515,0.255951455205554,0.0,0.000789471501331612,0.0,0.00829699120999013,0.255951455205554,0.0,0.0259984954675187,0.5,0.255951455205554,0.0,0.0593468006284342,0.255951455205554,0.0,0.0530413982607521,0.255951455205554,0.0,0.0534711194408102,0.255951455205554,0.0,0.0286495679946466,0.0,0.691224460208121 -4685,0.255951455205554,0.00158249825340075,0.211015615847135,0.255951455205554,0.00117118932700239,0.124285591135422,0.255951455205554,7.1437540742083e-05,0.121529622423854,0.255951455205554,8.62028120529898e-07,0.102637950504543,0.255951455205554,0.0,0.0342487589492358,0.255951455205554,0.0,0.00154247382176162,0.5,0.255951455205554,0.0,0.0013012321663973,0.5,0.255951455205554,0.0,0.0013805265953311,0.5,0.255951455205554,0.0,0.00216819169987931,0.255951455205554,0.0,0.00205215043473134,0.0023923593723731,0.00674200205334641,0.255951455205554,0.00252536670275324,0.0211476896529402,0.5,0.255951455205554,0.00263754556539406,0.0473309935424528,0.255951455205554,0.000562337499749676,0.0480798177954521,0.255951455205554,0.000422937050867477,0.0429782440980553,0.255951455205554,9.68096351891255e-09,0.0198689222681109,0.00242987007454955,0.784480689151874 -4686,0.255951455205554,0.0495694831239801,0.169769353646899,0.255951455205554,0.050139875637551,0.101671093418745,0.255951455205554,0.0398087882247861,0.14273508367433,0.255951455205554,0.043206985932444,0.119870040701596,0.255951455205554,0.0266062321295458,0.0343033632997329,0.255951455205554,0.0121861744175881,0.00195940781900656,0.5,0.255951455205554,0.00729223756053684,0.00194533449621934,0.5,0.255951455205554,0.00922981920385629,0.00285011481630745,0.5,0.255951455205554,0.00558893582289435,0.00161908784467394,0.255951455205554,0.018895044799126,0.0036419176661348,0.0426853169357269,0.00516813134026965,0.255951455205554,0.0425401702642747,0.022142921811834,0.5,0.255951455205554,0.0397782191372301,0.048773382303316,0.255951455205554,0.0110361092334316,0.046595851534402,0.255951455205554,0.020299554138937,0.0451311378784579,0.255951455205554,0.0238050069360123,0.0167629803719779,0.0517716499915244,0.787163541753037 -4687,0.255951455205554,0.113520516039145,0.261715083733953,0.255951455205554,0.123348576795688,0.158688127260587,0.255951455205554,0.106251032172627,0.233084448910642,0.255951455205554,0.11351329966002,0.233360507002854,0.255951455205554,0.0905153670374401,0.0476517429249291,0.255951455205554,0.041163069256464,0.00188639981448959,0.5,0.255951455205554,0.0398045171604425,0.00311878044215732,0.5,0.255951455205554,0.0444295798183282,0.00298089646642275,0.5,0.255951455205554,0.0265206777634091,0.00197072781878442,0.255951455205554,0.0870056424474019,0.00348910016340613,0.0934549453375578,0.00829339180266769,0.255951455205554,0.0947590891002844,0.0393307265538077,0.5,0.255951455205554,0.09517307931993,0.111572513388018,0.255951455205554,0.0293628878719516,0.0527231453440844,0.255951455205554,0.0682091819566115,0.0708655796258932,0.255951455205554,0.0806324492054518,0.0239282730533074,0.125497742276295,0.755391278017428 -4688,0.255951455205554,0.172260682569875,0.450434388269192,0.255951455205554,0.23903710556948,0.27591873775887,0.255951455205554,0.192984672039154,0.350540633617906,0.255951455205554,0.222275498353323,0.452729329145696,0.255951455205554,0.196503104188251,0.116437298986231,0.255951455205554,0.0661094432543767,0.00337749365415396,0.5,0.255951455205554,0.0968061041630079,0.00800394399487186,0.5,0.255951455205554,0.104868923920547,0.00367560881977655,0.5,0.255951455205554,0.0576468422258401,0.00391690883258212,0.255951455205554,0.180108162178759,0.0112083953752694,0.146776039516689,0.0215490569796387,0.255951455205554,0.149138682092463,0.062925915046705,0.5,0.255951455205554,0.198040371987051,0.230791674510077,0.255951455205554,0.0639466758378001,0.0558957413501193,0.255951455205554,0.145007221558961,0.0969543108363912,0.255951455205554,0.165035512325001,0.0270478827976468,0.231338554592559,0.823473803163959 -4689,0.255951455205554,0.154334587391398,0.527813677574807,0.255951455205554,0.360207282964507,0.436186621163814,0.255951455205554,0.252321368256001,0.437035814028594,0.255951455205554,0.301324458083014,0.595934621024474,0.255951455205554,0.308991109520988,0.198834024023884,0.255951455205554,0.0907073908482111,0.00680890686836621,0.5,0.255951455205554,0.172395767837155,0.0181013466483882,0.5,0.255951455205554,0.186447674676604,0.00700881911564668,0.5,0.255951455205554,0.0939972969202124,0.00644750793839322,0.255951455205554,0.273395521544295,0.0448894313812467,0.180401256676859,0.0236988646021288,0.255951455205554,0.222447314271693,0.105101912038288,0.5,0.255951455205554,0.329265960802564,0.346611677180181,0.255951455205554,0.118175963635447,0.0564437356424615,0.255951455205554,0.247657846170699,0.108997059385118,0.255951455205554,0.239900225342036,0.0238307860992914,0.149789580441333,0.748988859648309 -4690,0.255951455205554,0.138554372400375,0.555255252386688,0.255951455205554,0.478750808206489,0.65075694660521,0.255951455205554,0.284898619452028,0.481263426903957,0.255951455205554,0.279850069097297,0.620076839687312,0.255951455205554,0.394146090760768,0.237510598611387,0.255951455205554,0.11341872772863,0.0119244721742552,0.5,0.255951455205554,0.261937043825811,0.0287588608021915,0.5,0.255951455205554,0.276303993825904,0.009886507134867,0.5,0.255951455205554,0.151814485759168,0.0112161042113096,0.255951455205554,0.360609149186754,0.0755236200119458,0.225521064650653,0.0363079204589583,0.255951455205554,0.304793411939095,0.146114267719308,0.5,0.255951455205554,0.47261213292326,0.411422825092628,0.255951455205554,0.180282751099943,0.0622211681921374,0.255951455205554,0.382511813477213,0.117026185849713,0.255951455205554,0.287277393149292,0.0256404205504264,0.0476468760248348,0.616864529656164 -4691,0.255951455205554,0.128209356672494,0.590978166312149,0.255951455205554,0.436824792381254,0.729007513075962,0.255951455205554,0.286118756473683,0.505046570364158,0.255951455205554,0.113976479644572,0.534787797358336,0.255951455205554,0.440017905504508,0.255672879532127,0.255951455205554,0.166218000565364,0.0199879493768876,0.5,0.255951455205554,0.374415843053312,0.0298178173961076,0.5,0.255951455205554,0.384144379696947,0.00819492576115634,0.5,0.255951455205554,0.214267551123939,0.0126797691134043,0.255951455205554,0.516662850777399,0.0522748347024843,0.471440762915627,0.114809311354214,0.255951455205554,0.419664113864675,0.17744139549143,0.5,0.255951455205554,0.594983587192483,0.441646944970556,0.255951455205554,0.277778616269043,0.063227685035654,0.255951455205554,0.50183997072073,0.131618402921505,0.255951455205554,0.305368510960137,0.0293482801585365,0.0770605207508354,0.461982444980335 -4692,0.255951455205554,0.130325985206014,0.627017426526594,0.255951455205554,0.102726669366472,0.586130625435394,0.255951455205554,0.300620616998417,0.499434537629927,0.255951455205554,0.0634007914436263,0.459171388667171,0.255951455205554,0.464210576071703,0.265025479226875,0.255951455205554,0.241822049551709,0.0346485036483516,0.5,0.255951455205554,0.407669070595694,0.022614051621827,0.5,0.255951455205554,0.46016519445848,0.00935763410705605,0.5,0.255951455205554,0.260125022745861,0.0103280459145193,0.255951455205554,0.489128868599819,0.0143699059291624,0.523323724752235,0.222934631197165,0.255951455205554,0.505960035686662,0.210174796232128,0.5,0.255951455205554,0.628421673642327,0.424338432505054,0.255951455205554,0.357513723630148,0.0555423699925356,0.255951455205554,0.534255695590999,0.148239911958947,0.255951455205554,0.359680056894498,0.0316125986403499,0.177243012440735,0.426139639288096 -4693,0.255951455205554,0.151796700326295,0.648608831812061,0.255951455205554,0.0710597230019311,0.458919169077734,0.255951455205554,0.341134654510169,0.521500045746312,0.255951455205554,0.107437263044891,0.450859110933256,0.255951455205554,0.4467078204447,0.24865004665656,0.255951455205554,0.324951558532557,0.0534762568579732,0.5,0.255951455205554,0.358455236775234,0.0169584412793694,0.5,0.255951455205554,0.434572020589486,0.0135361825706936,0.5,0.255951455205554,0.264340570044233,0.00789874887440129,0.255951455205554,0.321795176892871,0.00247420415790413,0.548489618563606,0.270948621485402,0.255951455205554,0.535030615957519,0.209794420660973,0.5,0.255951455205554,0.56818083912231,0.379970859817116,0.255951455205554,0.435822866162263,0.0493255893449529,0.255951455205554,0.554582761284307,0.159234669359163,0.255951455205554,0.437589604637577,0.0344585947449072,0.245612656864279,0.473813175108766 -4694,0.255951455205554,0.166620280565895,0.593555389637212,0.255951455205554,0.104583151410738,0.432198370931499,0.255951455205554,0.341496550521685,0.502481179446821,0.255951455205554,0.195621625612368,0.454345760239499,0.255951455205554,0.408283586315111,0.227300299732501,0.255951455205554,0.398123847186222,0.0562689696854797,0.5,0.255951455205554,0.315687491701271,0.0173150062857146,0.5,0.255951455205554,0.383776918612057,0.0190712254944326,0.5,0.255951455205554,0.256571721204007,0.00749973626938555,0.255951455205554,0.32436783440018,0.000485924399859881,0.487529779947707,0.261191594983343,0.255951455205554,0.514103633996391,0.203900021292129,0.5,0.255951455205554,0.42872440439133,0.320757485893351,0.255951455205554,0.438301524367112,0.04331420222758,0.255951455205554,0.536966983372461,0.156357567367265,0.255951455205554,0.427185401105578,0.0284186477120572,0.324473133385822,0.532176751009446 -4695,0.255951455205554,0.172333341867981,0.589687153974666,0.255951455205554,0.155243320371317,0.423238179815212,0.255951455205554,0.285815777303153,0.447401096714,0.255951455205554,0.263507304092857,0.535707876791481,0.255951455205554,0.356311247693195,0.211719911628979,0.255951455205554,0.426547557822216,0.0518233873823058,0.5,0.255951455205554,0.392569590412408,0.0166218370425375,0.5,0.255951455205554,0.358404976130761,0.0253593187787634,0.5,0.255951455205554,0.252939971678409,0.0105779696524574,0.255951455205554,0.518555811930434,0.000176504338952795,0.430464026510921,0.23148761386088,0.255951455205554,0.442969237316665,0.183210659272487,0.5,0.255951455205554,0.295997935857261,0.304900508714931,0.255951455205554,0.375186039856247,0.0399764029023628,0.255951455205554,0.461500808985278,0.137038019152382,0.255951455205554,0.428326826014256,0.0263713458566301,0.222975575164756,0.593494846735947 -4696,0.255951455205554,0.116244153889974,0.574377448560177,0.255951455205554,0.210463301793939,0.415926764873564,0.255951455205554,0.208311805219971,0.396710071588132,0.255951455205554,0.280686426851651,0.548918212557721,0.255951455205554,0.295550950178893,0.196932823143012,0.255951455205554,0.363414696218772,0.049200938265836,0.5,0.255951455205554,0.445709520920598,0.0115504055844192,0.5,0.255951455205554,0.321476250074272,0.0304122533664679,0.5,0.255951455205554,0.233872485187824,0.0131836270919949,0.255951455205554,0.535265001784026,0.000212714257233105,0.340417859355426,0.164332104532234,0.255951455205554,0.360124504930626,0.166705546772922,0.5,0.255951455205554,0.182091601629841,0.279870658486155,0.255951455205554,0.272693535711003,0.0331953594175498,0.255951455205554,0.383185548311219,0.118614112727848,0.255951455205554,0.381673405931782,0.0274171186570599,0.0587078666542223,0.526108583690862 -4697,0.255951455205554,0.0618558893058942,0.457611273884222,0.255951455205554,0.244874613312844,0.418070370364863,0.255951455205554,0.126179664570258,0.293054042232428,0.255951455205554,0.142794536306476,0.456329327919189,0.255951455205554,0.220524238925771,0.157915150243447,0.255951455205554,0.281689901275294,0.038717011163106,0.5,0.255951455205554,0.360171123010161,0.0090297677227352,0.5,0.255951455205554,0.277875334827308,0.0336989850063514,0.5,0.255951455205554,0.175199744455701,0.0140937322991376,0.255951455205554,0.408775052037275,0.000863295797338768,0.282050420617072,0.119112422671975,0.255951455205554,0.262026254613317,0.153111056300349,0.5,0.255951455205554,0.136667132757725,0.26152094902702,0.255951455205554,0.212445413749125,0.0201267895910291,0.255951455205554,0.297254733388024,0.0988087266665388,0.255951455205554,0.29233427568804,0.0284947112710586,0.0116998204080544,0.431242218548098 -4698,0.255951455205554,0.0586174573775381,0.438004319083579,0.255951455205554,0.128753651847695,0.348935980604761,0.255951455205554,0.0790847620346821,0.210484073270671,0.255951455205554,0.0313157147198943,0.305661981368293,0.255951455205554,0.149376831043498,0.0960302879842675,0.255951455205554,0.194111210139861,0.0233830848596625,0.5,0.255951455205554,0.242697981528538,0.00761215282195561,0.5,0.255951455205554,0.198780312408148,0.0284775068652674,0.5,0.255951455205554,0.113030339380372,0.0101298673803432,0.255951455205554,0.275982026092746,0.000315810136944448,0.19626299745972,0.0678409571560541,0.255951455205554,0.181407965250177,0.11058339478753,0.5,0.255951455205554,0.109014746513491,0.211413876343431,0.255951455205554,0.163559021709159,0.00767759340418389,0.255951455205554,0.210674944490671,0.0675616440741654,0.255951455205554,0.189508480849261,0.0231540415696978,0.0125213490059173,0.498235245501171 -4699,0.255951455205554,0.0477821076568361,0.447154713707567,0.255951455205554,0.0317708342331142,0.350116003428083,0.255951455205554,0.0397721200328689,0.139164770337756,0.255951455205554,0.00849265927474438,0.181350311123739,0.255951455205554,0.0776984177796407,0.0453242930995816,0.255951455205554,0.104600786669069,0.00545116597930752,0.5,0.255951455205554,0.130924832886033,0.0062551360837621,0.5,0.255951455205554,0.0992187462810511,0.0221430483594504,0.5,0.255951455205554,0.055951442323147,0.00498303308164316,0.255951455205554,0.148467142810498,6.04734254220925e-05,0.0935375737146649,0.0244524380962998,0.255951455205554,0.0840200940216704,0.06346988592646,0.5,0.255951455205554,0.0572054250436379,0.106133687641694,0.255951455205554,0.0710597510921914,0.00146157985497778,0.255951455205554,0.10775077215651,0.0360519103478372,0.255951455205554,0.0886767269571005,0.00738051432758844,0.0442049608180069,0.511643842348343 -4700,0.255951455205554,0.0173978819692738,0.344618212734472,0.255951455205554,0.00262464933237803,0.330321258434259,0.255951455205554,0.0115925940002646,0.0942058173854224,0.255951455205554,0.00222402241681463,0.114859219566821,0.255951455205554,0.023081860374226,0.0208997098553781,0.255951455205554,0.0211826630714991,0.00420451171461998,0.5,0.255951455205554,0.0273479979008384,0.00775947006934573,0.5,0.255951455205554,0.0118356436675279,0.0208010835002612,0.5,0.255951455205554,0.00197724737501855,0.00398645080831249,0.255951455205554,0.0297084589244176,0.00100310469610695,0.00233735608228075,0.0384904585306581,0.255951455205554,0.00457987245627412,0.0362348529906986,0.5,0.255951455205554,0.0133365293879386,0.052028124987485,0.255951455205554,0.0,0.000956232401157209,0.255951455205554,0.0155856648733502,0.0233491331341435,0.255951455205554,0.0108406741790643,0.00676160025342234,0.0128004108317536,0.437623590812189 -4701,0.255951455205554,2.8948373241581e-09,0.299724499931551,0.255951455205554,1.94571428955115e-07,0.196929953429029,0.255951455205554,3.16803966654627e-06,0.074466905689173,0.255951455205554,0.0,0.0821540492124286,0.255951455205554,0.0,0.00945679327348219,0.255951455205554,0.0,0.00263985007706711,0.5,0.255951455205554,0.0,0.00593582428954155,0.5,0.255951455205554,0.0,0.0154772713364532,0.5,0.255951455205554,0.0,0.00460923181406265,0.255951455205554,0.0,0.00175851710993851,0.0,0.0259881456659184,0.255951455205554,0.0,0.0205014809028942,0.5,0.255951455205554,0.0,0.0431633809342642,0.255951455205554,0.0,0.00286472849061726,0.255951455205554,0.0,0.0157067054689461,0.255951455205554,0.0,0.00670144658507469,0.0,0.3627976565342 -4702,0.255951455205554,0.0,0.28415083069205,0.255951455205554,0.0,0.109202367765476,0.255951455205554,0.0,0.0672153255441826,0.255951455205554,0.0,0.0813281204129363,0.255951455205554,0.0,0.00506038642263294,0.255951455205554,0.0,0.00206851203603251,0.5,0.255951455205554,0.0,0.00378144868474744,0.5,0.255951455205554,0.0,0.00985348258191852,0.5,0.255951455205554,0.0,0.00403292518257387,0.255951455205554,0.0,0.000885532558632739,0.0,0.0143079164404113,0.255951455205554,0.0,0.0141662509878638,0.5,0.255951455205554,0.0,0.0408902246583328,0.255951455205554,0.0,0.00671513127698416,0.255951455205554,0.0,0.0126700469399596,0.255951455205554,0.0,0.00675632724500863,0.0,0.292640361423648 -4703,0.255951455205554,0.0,0.256992224884442,0.255951455205554,0.0,0.0681424109256068,0.255951455205554,0.0,0.0647272316657589,0.255951455205554,0.0,0.0897194722375421,0.255951455205554,0.0,0.00336488427160126,0.255951455205554,0.0,0.00159932165701792,0.5,0.255951455205554,0.0,0.00247050127923246,0.5,0.255951455205554,0.0,0.00633584902532012,0.5,0.255951455205554,0.0,0.00338178060148331,0.255951455205554,0.0,0.000855121630028048,0.0,0.00958701340675695,0.255951455205554,0.0,0.0110923455631815,0.5,0.255951455205554,0.0,0.0332881310359535,0.255951455205554,0.0,0.0109479100146668,0.255951455205554,0.0,0.0110946556881418,0.255951455205554,0.0,0.00634605830533595,0.0,0.213427938163761 -4704,0.255951455205554,0.0,0.215720891769679,0.255951455205554,0.0,0.0744228452690415,0.255951455205554,0.0,0.0600284170186628,0.255951455205554,0.0,0.0908655405229833,0.255951455205554,0.0,0.0026858694407335,0.255951455205554,0.0,0.00119097547230353,0.5,0.255951455205554,0.0,0.00165276094384066,0.5,0.255951455205554,0.0,0.00421121732966111,0.5,0.255951455205554,0.0,0.00310184327981012,0.255951455205554,0.0,0.00087618796786041,0.0,0.00418551526989335,0.255951455205554,0.0,0.00935073090372232,0.5,0.255951455205554,0.0,0.0227408603868481,0.255951455205554,0.0,0.0129406240572371,0.255951455205554,0.0,0.00951323654804614,0.255951455205554,0.0,0.00497177336488985,0.0,0.199324916518951 -4705,0.255951455205554,0.0,0.189908295054548,0.255951455205554,0.0,0.0965844541342728,0.255951455205554,0.0,0.0503805222795668,0.255951455205554,0.0,0.0825267572428723,0.255951455205554,0.0,0.00248191951377957,0.255951455205554,0.0,0.000729978265007086,0.5,0.255951455205554,0.0,0.0011694858326523,0.5,0.255951455205554,0.0,0.00304196175693888,0.5,0.255951455205554,0.0,0.00269438387846521,0.255951455205554,0.0,0.000717252061856197,0.0,0.00185904131157113,0.255951455205554,0.0,0.00858372020318685,0.5,0.255951455205554,0.0,0.0190557101151363,0.255951455205554,0.0,0.0119699349563814,0.255951455205554,0.0,0.0077555768171421,0.255951455205554,0.0,0.0031022727946797,0.0,0.177553423251008 -4706,0.255951455205554,0.0,0.15155683138697,0.255951455205554,0.0,0.134232003380901,0.255951455205554,0.0,0.0380646748097362,0.255951455205554,0.0,0.06561400088259,0.255951455205554,0.0,0.00198583794449469,0.255951455205554,0.0,0.000575803772586966,0.5,0.255951455205554,0.0,0.000873571258002195,0.5,0.255951455205554,0.0,0.00254423671691948,0.5,0.255951455205554,0.0,0.00208008411757138,0.255951455205554,0.0,0.000528583754329633,0.0,0.00190795415480009,0.255951455205554,0.0,0.0088046325224519,0.5,0.255951455205554,0.0,0.019729499116667,0.255951455205554,0.0,0.00866231705867637,0.255951455205554,0.0,0.00716672994620238,0.255951455205554,0.0,0.00175760032388315,0.0,0.14531162035746 -4707,0.255951455205554,0.0,0.137787747324613,0.255951455205554,0.0,0.135632233864273,0.255951455205554,0.0,0.0294968670469991,0.255951455205554,0.0,0.0459235104972614,0.255951455205554,0.0,0.00140721438708125,0.255951455205554,0.0,0.000510906891339726,0.5,0.255951455205554,0.0,0.000766499085767687,0.5,0.255951455205554,0.0,0.00226237389173707,0.5,0.255951455205554,0.0,0.0015505491207396,0.255951455205554,0.0,0.000200710865864716,0.0,0.00121560577510799,0.255951455205554,0.0,0.00891675065082345,0.5,0.255951455205554,0.0,0.0236445721695569,0.255951455205554,0.0,0.00608828901766965,0.255951455205554,0.0,0.00728490335238519,0.255951455205554,0.0,0.00109054542831581,0.0,0.124364075344814 -4708,0.255951455205554,0.0,0.128896243432355,0.255951455205554,0.0,0.120751995322971,0.255951455205554,0.0,0.0238547703541932,0.255951455205554,0.0,0.0313644992047742,0.255951455205554,0.0,0.00118333382005393,0.255951455205554,0.0,0.000395697610148416,0.5,0.255951455205554,0.0,0.000778702215181688,0.5,0.255951455205554,0.0,0.00254244054845974,0.5,0.255951455205554,0.0,0.00111805769326196,0.255951455205554,0.0,0.0,0.0,0.00128189858534865,0.255951455205554,0.0,0.00883161123934409,0.5,0.255951455205554,0.0,0.0286051604289143,0.255951455205554,0.0,0.00391036136678651,0.255951455205554,0.0,0.00763955127846344,0.255951455205554,0.0,0.000849728293393994,0.0,0.116778589028591 -4709,0.255951455205554,0.000270540259269797,0.116698814347228,0.255951455205554,4.84262401693915e-05,0.0806216815178985,0.255951455205554,4.22388366178887e-06,0.0205411001512987,0.255951455205554,0.0,0.0249830563915388,0.255951455205554,0.0,0.000953412996339868,0.255951455205554,0.0,0.000404174928726813,0.5,0.255951455205554,0.0,0.00102604926971062,0.5,0.255951455205554,0.0,0.00284024229699915,0.5,0.255951455205554,0.0,0.000941728296301672,0.255951455205554,0.0,0.000175705198279494,0.00172256797325195,0.00394000214091987,0.255951455205554,0.00245087194792229,0.00894610255335217,0.5,0.255951455205554,0.000608671072071628,0.0380186948151192,0.255951455205554,0.00133679429472186,0.00278384344738627,0.255951455205554,0.000488433452152894,0.00761454382583098,0.255951455205554,2.06575876001555e-05,0.00071854223425086,7.43497318394019e-05,0.120197052136976 -4710,0.255951455205554,0.00938270181795141,0.12522179628136,0.255951455205554,0.00692257205091225,0.0635297356825334,0.255951455205554,0.0126293304057703,0.020744007022573,0.255951455205554,0.0137342822845037,0.0267646013701519,0.255951455205554,0.00423832702812341,0.00080880432202459,0.255951455205554,0.0279924387480029,0.000533466688952633,0.5,0.255951455205554,0.0213359018452766,0.00171754564695246,0.5,0.255951455205554,0.0210855547020466,0.00242581601695623,0.5,0.255951455205554,0.0274800502473716,0.000938332550853666,0.255951455205554,0.0190813071549208,0.00157891181689113,0.0455716717565441,0.00631465709195522,0.255951455205554,0.0508439542676551,0.0121171935938141,0.5,0.255951455205554,0.00802108415469687,0.0463775489621377,0.255951455205554,0.0508255229904437,0.00174041410362701,0.255951455205554,0.0385328043615832,0.00808745088038943,0.255951455205554,0.0400448524865844,0.000581148138692882,0.00186427351559955,0.114110605337663 -4711,0.255951455205554,0.0308839773691468,0.16269141809012,0.255951455205554,0.0544209938386303,0.0941024398164371,0.255951455205554,0.0443345829769142,0.027009356321603,0.255951455205554,0.050681150729868,0.0354904116244106,0.255951455205554,0.0192866333736734,0.000880393556733324,0.255951455205554,0.0894870574898573,0.000770653856008675,0.5,0.255951455205554,0.0859505010224323,0.00129755883800094,0.5,0.255951455205554,0.0824072228710714,0.00227022616888374,0.5,0.255951455205554,0.0956750618851512,0.0009295400069008,0.255951455205554,0.0884671799337092,0.00353314280804679,0.125935626578881,0.0107962521672992,0.255951455205554,0.125409936182761,0.0262865557939415,0.5,0.255951455205554,0.0243315520722642,0.0604885271561627,0.255951455205554,0.128916939568849,0.000864700169846304,0.255951455205554,0.102634254054695,0.0145782831224698,0.255951455205554,0.113514273273112,0.000604705656244857,0.00802351163272519,0.102014474591729 -4712,0.255951455205554,0.0833702803014187,0.209368274073399,0.255951455205554,0.189923656220913,0.172487964038404,0.255951455205554,0.101634681005803,0.0384163985348831,0.255951455205554,0.115803475676335,0.0402835369063217,0.255951455205554,0.0381559968960342,0.00092745477330812,0.255951455205554,0.177617209825808,0.000434594059688938,0.5,0.255951455205554,0.182526364860948,0.000977716297935612,0.5,0.255951455205554,0.169808618059744,0.00508484467596816,0.5,0.255951455205554,0.195204236279685,0.00279142303534522,0.255951455205554,0.197541452083719,0.00147280385172381,0.235744715189056,0.0478189932718207,0.255951455205554,0.224310869592161,0.0528293199897451,0.5,0.255951455205554,0.0603964468910078,0.0872255646117971,0.255951455205554,0.234627509721347,0.000920909603715892,0.255951455205554,0.181601640880019,0.0345660402818069,0.255951455205554,0.215477639469785,0.000982776247126182,0.0296760269568759,0.0893250766557302 -4713,0.255951455205554,0.142112243416568,0.253212854539893,0.255951455205554,0.286232120934728,0.2287999804694,0.255951455205554,0.18634822760646,0.051803734173502,0.255951455205554,0.184144205185932,0.0382268588519436,0.255951455205554,0.064787388490978,0.00146163036209661,0.255951455205554,0.27526389216995,0.000836475172804072,0.5,0.255951455205554,0.292262379933548,0.00204883458572503,0.5,0.255951455205554,0.275101303397528,0.0106197491638087,0.5,0.255951455205554,0.312943739514311,0.00695159495807418,0.255951455205554,0.324034777733074,0.00217021552461622,0.34107324242442,0.0750743160569957,0.255951455205554,0.322844819408348,0.0771447753089887,0.5,0.255951455205554,0.121296161452192,0.134755364968431,0.255951455205554,0.343246053212906,0.00156070551572232,0.255951455205554,0.256476936596915,0.0569006794344548,0.255951455205554,0.322705219705465,0.00235436812159488,0.115388001905831,0.0792664031082 -4714,0.255951455205554,0.209093854645751,0.27604573783231,0.255951455205554,0.361457154735465,0.294383834809053,0.255951455205554,0.273825271590519,0.062702862310831,0.255951455205554,0.396998522631495,0.0551766225791326,0.255951455205554,0.112528082896742,0.00408161114233626,0.255951455205554,0.380466675418237,0.00200315852128301,0.5,0.255951455205554,0.401959800185541,0.00345049913889132,0.5,0.255951455205554,0.401146299601366,0.0164412717964955,0.5,0.255951455205554,0.416445296597705,0.00812429630670036,0.255951455205554,0.46051996284128,0.00240999307104038,0.435776546714183,0.108523114261812,0.255951455205554,0.412998190140278,0.107583306306745,0.5,0.255951455205554,0.203152845372252,0.172081324826573,0.255951455205554,0.440234402214633,0.00344360073820993,0.255951455205554,0.324852081415865,0.0661337043431263,0.255951455205554,0.424910691400353,0.00403287233386333,0.393074177350333,0.0705325222424265 -4715,0.255951455205554,0.234838953644153,0.277742776330918,0.255951455205554,0.121051670116927,0.202469561419221,0.255951455205554,0.334267648922852,0.0681274086576808,0.255951455205554,0.543403966778656,0.0884876347898018,0.255951455205554,0.162826367020698,0.0120496599603841,0.255951455205554,0.446322339451842,0.00510422843333716,0.5,0.255951455205554,0.497248259305486,0.00513743691156132,0.5,0.255951455205554,0.481346521749596,0.0193072043853745,0.5,0.255951455205554,0.509298240655076,0.00974191683968923,0.255951455205554,0.565158944084072,0.00292317148333963,0.474973776499565,0.181033996742807,0.255951455205554,0.476168196540208,0.140150179775764,0.5,0.255951455205554,0.285431197890534,0.186196382484906,0.255951455205554,0.492360777133055,0.00919068121787729,0.255951455205554,0.381567212437073,0.0672883544824904,0.255951455205554,0.46799763381527,0.00456028341210496,0.496422051555403,0.0724089194768226 -4716,0.255951455205554,0.285159558434069,0.273965736032876,0.255951455205554,0.125903479767244,0.166237178803851,0.255951455205554,0.356164008407216,0.073656560114688,0.255951455205554,0.518353472927569,0.094139093779067,0.255951455205554,0.217688286530937,0.0231670676554894,0.255951455205554,0.514155057099153,0.0106595899677867,0.5,0.255951455205554,0.578776109408173,0.0107531318617142,0.5,0.255951455205554,0.509272930858693,0.022317221907611,0.5,0.255951455205554,0.562290366669451,0.0149828890740587,0.255951455205554,0.579199781770604,0.00827345688619347,0.515684080328459,0.252593902930115,0.255951455205554,0.487621010147033,0.162789710103621,0.5,0.255951455205554,0.329215124073813,0.217803305607491,0.255951455205554,0.511838527479562,0.0173346531383355,0.255951455205554,0.443707911607458,0.0758875193207493,0.255951455205554,0.5167991951127,0.00548484197227783,0.572194883290218,0.0786809524101651 -4717,0.255951455205554,0.291755517877554,0.271297278746197,0.255951455205554,0.13826584853944,0.137024204824309,0.255951455205554,0.35274107893472,0.0807799084682291,0.255951455205554,0.583439620850192,0.104025553768529,0.255951455205554,0.202441953003345,0.0235838412301242,0.255951455205554,0.572202302237288,0.0159158862929932,0.5,0.255951455205554,0.590236802862098,0.0179853281694241,0.5,0.255951455205554,0.519101746218576,0.02831322626004,0.5,0.255951455205554,0.553078491826495,0.0214581882887957,0.255951455205554,0.637200066715082,0.0121273265815317,0.415275520880108,0.294225482567274,0.255951455205554,0.523395318693436,0.178820410404562,0.5,0.255951455205554,0.310166197738712,0.23030857771168,0.255951455205554,0.528966025764131,0.0187767861801766,0.255951455205554,0.533699865042144,0.0958699845848789,0.255951455205554,0.532467308874504,0.00701594017867594,0.484675265365606,0.0894186278729594 -4718,0.255951455205554,0.316699738875681,0.2570093434388,0.255951455205554,0.169918051655946,0.106500507544575,0.255951455205554,0.327980692003708,0.0839586759689641,0.255951455205554,0.552701321819287,0.0975363496591353,0.255951455205554,0.195737067675026,0.0209596466347136,0.255951455205554,0.604802698294557,0.0167756797221564,0.5,0.255951455205554,0.514033032513532,0.0241419260988174,0.5,0.255951455205554,0.486249902327938,0.02940317886819,0.5,0.255951455205554,0.513097072233485,0.0220550864782858,0.255951455205554,0.595608665879504,0.0145699594758442,0.540128743213436,0.348421126207189,0.255951455205554,0.539977159490742,0.184366667333915,0.5,0.255951455205554,0.35889984767567,0.243201352391746,0.255951455205554,0.508674831135567,0.0187377552296691,0.255951455205554,0.565488406366044,0.115907263645109,0.255951455205554,0.549170736779981,0.0101372596466051,0.449180990521054,0.0839110086752212 -4719,0.255951455205554,0.332058318065818,0.214717784553663,0.255951455205554,0.432424851638771,0.0880911904680468,0.255951455205554,0.291749053801763,0.0843242669223817,0.255951455205554,0.437686872865259,0.0919828931624853,0.255951455205554,0.207202310957552,0.0280458173238989,0.255951455205554,0.535654457879276,0.0256056159098916,0.5,0.255951455205554,0.436212931892259,0.0340000294725377,0.5,0.255951455205554,0.449999407904583,0.0294996504611882,0.5,0.255951455205554,0.471412166234253,0.0187565136047808,0.255951455205554,0.508487586900712,0.0143482792187681,0.477592743602671,0.3138139075706,0.255951455205554,0.499930119810669,0.169562174315583,0.5,0.255951455205554,0.380987260353143,0.21612310460904,0.255951455205554,0.481340200787932,0.0196631633449922,0.255951455205554,0.504319860842595,0.138307218160541,0.255951455205554,0.48046420711383,0.0141336431428546,0.391635803223357,0.0443826475348785 -4720,0.255951455205554,0.261919615221366,0.180465919095074,0.255951455205554,0.482807126977303,0.0786340966491412,0.255951455205554,0.230832495829238,0.0776881822578995,0.255951455205554,0.259724077955466,0.0809324107399281,0.255951455205554,0.211691054644918,0.0393390671667098,0.255951455205554,0.409239500788961,0.0475466813387584,0.5,0.255951455205554,0.365553666191223,0.0405355734633854,0.5,0.255951455205554,0.393796935006134,0.02963604906075,0.5,0.255951455205554,0.393664003267094,0.0160033776681899,0.255951455205554,0.421596768004743,0.0178771697737178,0.431939116218154,0.211214842456327,0.255951455205554,0.420520618791864,0.153503758865911,0.5,0.255951455205554,0.373008921287267,0.167475089537977,0.255951455205554,0.405836540256297,0.021146422937247,0.255951455205554,0.413980266023086,0.129328443505816,0.255951455205554,0.390282844267198,0.020154989743707,0.317717322679228,0.0281092615301901 -4721,0.255951455205554,0.196758991500087,0.140219961213763,0.255951455205554,0.364443530501617,0.0937074147031562,0.255951455205554,0.166584818403305,0.0669086352961438,0.255951455205554,0.15055949981464,0.0610378412636084,0.255951455205554,0.213985189342807,0.0434959020576382,0.255951455205554,0.338623121293205,0.0647425463703817,0.5,0.255951455205554,0.337255038021329,0.0602791553005383,0.5,0.255951455205554,0.30331078429897,0.0241200713507663,0.5,0.255951455205554,0.297042664269026,0.0139588753370636,0.255951455205554,0.340339781840388,0.0167700544727255,0.328922651870895,0.14290440463317,0.255951455205554,0.309631825623311,0.140747518130905,0.5,0.255951455205554,0.33247077626223,0.134413264484742,0.255951455205554,0.307515541255533,0.0238622778890978,0.255951455205554,0.311604028501033,0.115421317046386,0.255951455205554,0.280036637251028,0.0324394145305536,0.0912959162831587,0.0226654102865827 -4722,0.255951455205554,0.154608231927213,0.0917362019181976,0.255951455205554,0.221766330908973,0.0812277611300261,0.255951455205554,0.108114785150035,0.0503756732873413,0.255951455205554,0.0763916831772845,0.0417825825664514,0.255951455205554,0.168138279690543,0.0376466702023655,0.255951455205554,0.234442968408399,0.0621878149951962,0.5,0.255951455205554,0.25245852573882,0.0722757256354643,0.5,0.255951455205554,0.200011147803898,0.00933841986915435,0.5,0.255951455205554,0.193700907320502,0.00913173138841822,0.255951455205554,0.234899572644035,0.0191199239139288,0.222845291921592,0.116267355450134,0.255951455205554,0.200581529029591,0.117864688878941,0.5,0.255951455205554,0.227001339438015,0.102124170391899,0.255951455205554,0.192091941700488,0.0245493625749769,0.255951455205554,0.212682565817892,0.0968629678795466,0.255951455205554,0.185833405584689,0.0510261084516978,0.0374961831194422,0.0299746635757996 -4723,0.255951455205554,0.108447263356286,0.0539930275231846,0.255951455205554,0.118916615857312,0.070660768807178,0.255951455205554,0.0564368659385925,0.0343340987945243,0.255951455205554,0.0286668452995353,0.0309031610114745,0.255951455205554,0.10394099281046,0.0238502076372076,0.255951455205554,0.119894423896044,0.0415076662371881,0.5,0.255951455205554,0.134550047720761,0.0513118457115974,0.5,0.255951455205554,0.0988916286774561,0.00451642463170354,0.5,0.255951455205554,0.08083029656117,0.00523543850100156,0.255951455205554,0.132893820690803,0.0201593578712129,0.0866373546346005,0.0718934667941684,0.255951455205554,0.0853943309198781,0.0889175373627473,0.5,0.255951455205554,0.113209500343436,0.0551737749593071,0.255951455205554,0.0716456193162799,0.0232772690607556,0.255951455205554,0.103556846007214,0.0609865418350717,0.255951455205554,0.0843900014880211,0.0746120533182349,0.0352024925374988,0.050051927525979 -4724,0.255951455205554,0.0377684592832981,0.0244895530714327,0.255951455205554,0.0302604768810384,0.0381508345009526,0.255951455205554,0.0171612342910222,0.0211528164988704,0.255951455205554,0.0079388307034341,0.0282053182492775,0.255951455205554,0.0300944018944947,0.0122561492897989,0.255951455205554,0.0226608739113714,0.0470118758350328,0.5,0.255951455205554,0.0266693167727242,0.0411606892665143,0.5,0.255951455205554,0.0095289951052062,0.00529153830915411,0.5,0.255951455205554,0.00135662715684781,0.00682337843311422,0.255951455205554,0.0258126135886458,0.041054798340163,0.0,0.0522761488376103,0.255951455205554,0.00550573964498854,0.0662194240469102,0.5,0.255951455205554,0.0221018486990854,0.0205942747091763,0.255951455205554,0.0,0.0306991596721435,0.255951455205554,0.0126952737007137,0.0378606853238563,0.255951455205554,0.0102520316735301,0.0841443731781161,0.0388842533088836,0.0685099917956507 -4725,0.255951455205554,0.0,0.0101421474695492,0.255951455205554,0.0,0.0211298912083554,0.255951455205554,4.85090204523988e-09,0.0152450784951501,0.255951455205554,0.0,0.0313406995680386,0.255951455205554,0.0,0.00645844441420023,0.255951455205554,0.0,0.0407852408324989,0.5,0.255951455205554,0.0,0.0358554924334798,0.5,0.255951455205554,0.0,0.00591830898426381,0.5,0.255951455205554,0.0,0.0062917623413293,0.255951455205554,0.0,0.0469119384126379,0.0,0.0618247299221327,0.255951455205554,0.0,0.0491923654237508,0.5,0.255951455205554,0.0,0.0197005312422822,0.255951455205554,0.0,0.0295597273785738,0.255951455205554,0.0,0.0312953130040619,0.255951455205554,0.0,0.0580591306783092,0.0,0.0698891551440022 -4726,0.255951455205554,0.0,0.00410154503053553,0.255951455205554,0.0,0.011268716635751,0.255951455205554,0.0,0.0115100841564816,0.255951455205554,0.0,0.0330404092362112,0.255951455205554,0.0,0.00233585507099183,0.255951455205554,0.0,0.0293142504940052,0.5,0.255951455205554,0.0,0.025635267859888,0.5,0.255951455205554,0.0,0.00573045760858431,0.5,0.255951455205554,0.0,0.00663016697894536,0.255951455205554,0.0,0.0354442175848053,0.0,0.0525973718518233,0.255951455205554,0.0,0.0346049441503288,0.5,0.255951455205554,0.0,0.0182847229950978,0.255951455205554,0.0,0.0191301935488085,0.255951455205554,0.0,0.0228041385572164,0.255951455205554,0.0,0.0235282731859735,0.0,0.0696019284933014 -4727,0.255951455205554,0.0,0.00306845958346983,0.255951455205554,0.0,0.00767790007464034,0.255951455205554,0.0,0.00641049306588386,0.255951455205554,0.0,0.0163800098569662,0.255951455205554,0.0,0.00104036649734822,0.255951455205554,0.0,0.0224194151702426,0.5,0.255951455205554,0.0,0.0213042839456422,0.5,0.255951455205554,0.0,0.00487851663361304,0.5,0.255951455205554,0.0,0.0073215955514563,0.255951455205554,0.0,0.0333881210520994,0.0,0.0338382318046063,0.255951455205554,0.0,0.0248056538294012,0.5,0.255951455205554,0.0,0.0146381108400316,0.255951455205554,0.0,0.0111426054569427,0.255951455205554,0.0,0.0180974188207147,0.255951455205554,0.0,0.00890157196027492,0.0,0.0826958210187001 -4728,0.255951455205554,0.0,0.00296446472202844,0.255951455205554,0.0,0.00640208443785721,0.255951455205554,0.0,0.00396363156499401,0.255951455205554,0.0,0.00200150960942038,0.255951455205554,0.0,0.000725256064602595,0.255951455205554,0.0,0.0181446459758155,0.5,0.255951455205554,0.0,0.0175740219708898,0.5,0.255951455205554,0.0,0.00377826459729718,0.5,0.255951455205554,0.0,0.00705326958130399,0.255951455205554,0.0,0.0330172708965014,0.0,0.022269362731673,0.255951455205554,0.0,0.017020144207659,0.5,0.255951455205554,0.0,0.010195558209173,0.255951455205554,0.0,0.00811625663245609,0.255951455205554,0.0,0.013267538932626,0.255951455205554,0.0,0.00508265835871628,0.0,0.122032829394538 -4729,0.255951455205554,0.0,0.00219530222619925,0.255951455205554,0.0,0.00264900110119065,0.255951455205554,0.0,0.00525276652063102,0.255951455205554,0.0,0.000469457631553194,0.255951455205554,0.0,0.000596858846645113,0.255951455205554,0.0,0.0151387533997514,0.5,0.255951455205554,0.0,0.0142441685272129,0.5,0.255951455205554,0.0,0.00336706160881536,0.5,0.255951455205554,0.0,0.00627000816306503,0.255951455205554,0.0,0.0288490739896984,0.0,0.0127775507855621,0.255951455205554,0.0,0.0110781201645166,0.5,0.255951455205554,0.0,0.00687658613959292,0.255951455205554,0.0,0.00565677802095355,0.255951455205554,0.0,0.010794169702271,0.255951455205554,0.0,0.0037180264943279,0.0,0.201586936228786 -4730,0.255951455205554,0.0,0.00315847939716958,0.255951455205554,0.0,0.000635680430412535,0.255951455205554,0.0,0.00779184236998858,0.255951455205554,0.0,0.00165884728303782,0.255951455205554,0.0,0.000620879493650006,0.255951455205554,0.0,0.0111039191856094,0.5,0.255951455205554,0.0,0.0118747876890334,0.5,0.255951455205554,0.0,0.00401214783820516,0.5,0.255951455205554,0.0,0.00463414761833399,0.255951455205554,0.0,0.0229135955189218,0.0,0.00709163598038333,0.255951455205554,0.0,0.00783476090987645,0.5,0.255951455205554,0.0,0.00458434659525514,0.255951455205554,0.0,0.00359349663636404,0.255951455205554,0.0,0.00967859866408314,0.255951455205554,0.0,0.00407401538134307,0.0,0.280825980908232 -4731,0.255951455205554,0.0,0.00711149527604686,0.255951455205554,0.0,0.000221346385506317,0.255951455205554,0.0,0.00833442107620637,0.255951455205554,0.0,0.00151049100004329,0.255951455205554,0.0,0.000969992630575276,0.255951455205554,0.0,0.00899238400939938,0.5,0.255951455205554,0.0,0.0113041369399838,0.5,0.255951455205554,0.0,0.00409622562811609,0.5,0.255951455205554,0.0,0.00329695679985655,0.255951455205554,0.0,0.0203553252356253,0.0,0.00340356736634779,0.255951455205554,0.0,0.00744991766539946,0.5,0.255951455205554,0.0,0.00407022512430031,0.255951455205554,0.0,0.00238014260567674,0.255951455205554,0.0,0.00829346866329167,0.255951455205554,0.0,0.00480463808103571,0.0,0.358172328809837 -4732,0.255951455205554,0.0,0.0120618503169893,0.255951455205554,0.0,0.000402483731261058,0.255951455205554,0.0,0.00787829424989863,0.255951455205554,0.0,0.00089171002982269,0.255951455205554,0.0,0.00174232485046512,0.255951455205554,0.0,0.00861904197997098,0.5,0.255951455205554,0.0,0.0116985970406706,0.5,0.255951455205554,0.0,0.00450019413267264,0.5,0.255951455205554,0.0,0.00311508261681089,0.255951455205554,0.0,0.0194601415503779,0.0,0.00440404999540663,0.255951455205554,0.0,0.00710823857840059,0.5,0.255951455205554,0.0,0.00379262519379402,0.255951455205554,0.0,0.00222067394060423,0.255951455205554,0.0,0.00686564682974448,0.255951455205554,0.0,0.00526796569899567,0.0,0.426368687365491 -4733,0.255951455205554,0.000875795123189036,0.0165103329849631,0.255951455205554,8.42142080086951e-05,0.000725781193131474,0.255951455205554,3.84119413458219e-07,0.00743840086844272,0.255951455205554,0.0,0.00109622699816442,0.255951455205554,0.0,0.00216582869904812,0.255951455205554,0.0,0.0083744085226902,0.5,0.255951455205554,0.0,0.0122765368893588,0.5,0.255951455205554,0.0,0.00500838196127853,0.5,0.255951455205554,0.0,0.00325588965887821,0.255951455205554,0.0,0.0198347451042652,0.000778019631866905,0.00822936330528304,0.255951455205554,0.00142046595282291,0.00569374093606673,0.5,0.255951455205554,0.00291728814172411,0.00296610624446644,0.255951455205554,0.000881081488021374,0.00299999757331665,0.255951455205554,7.16087178286772e-06,0.00592177470991266,0.255951455205554,3.99458184774891e-06,0.00557829205861277,0.0017573550545031,0.464632070353443 -4734,0.255951455205554,0.0434372444537545,0.0172851907702047,0.255951455205554,0.0214109998625951,0.000869235576102604,0.255951455205554,0.021137895326311,0.00758672779662374,0.255951455205554,0.0222128830971618,0.0012975278710435,0.255951455205554,0.0205681538469993,0.00144102937477106,0.255951455205554,0.016604749977675,0.00742454679955089,0.5,0.255951455205554,0.0151870741076352,0.0109567408259832,0.5,0.255951455205554,0.0261922622792733,0.0041480640273356,0.5,0.255951455205554,0.0371599073241091,0.00231351544833159,0.255951455205554,0.0182553802932012,0.0164576416505354,0.00871886382922256,0.00886133516997175,0.255951455205554,0.0245369251024772,0.00551407897812522,0.5,0.255951455205554,0.0449093678200603,0.00227512759172228,0.255951455205554,0.0376903939616187,0.00423435104342155,0.255951455205554,0.00582555699072075,0.0059268905275269,0.255951455205554,0.0242143790928016,0.00516840611311231,0.0517696795987968,0.400918294912522 -4735,0.255951455205554,0.107293047669768,0.0190008519446332,0.255951455205554,0.0932313229398958,0.00082027631166677,0.255951455205554,0.0711080712932438,0.0080466683640193,0.255951455205554,0.108718899068653,0.00165077032771045,0.255951455205554,0.081466665676015,0.000684447044326471,0.255951455205554,0.0610373310627919,0.00633720871890113,0.5,0.255951455205554,0.0796519351880744,0.00916378687512647,0.5,0.255951455205554,0.100510059665238,0.00235928129760855,0.5,0.255951455205554,0.115952354555542,0.0013448839698217,0.255951455205554,0.0880206098376352,0.0107578988131709,0.0168540716387564,0.00734524266083617,0.255951455205554,0.0495553478285117,0.00783056920388827,0.5,0.255951455205554,0.105576572150099,0.00275376651520828,0.255951455205554,0.0959902221372801,0.00837791053529683,0.255951455205554,0.0176991401248862,0.00716204312368795,0.255951455205554,0.0732426923278165,0.00628924302696305,0.123922840724311,0.401456945326309 -4736,0.255951455205554,0.192596913480282,0.0277032574400133,0.255951455205554,0.203549398161796,0.000451543985693536,0.255951455205554,0.15867020261846,0.00951414575083157,0.255951455205554,0.22082557120242,0.00187290240119644,0.255951455205554,0.18892676534842,0.00146090935848975,0.255951455205554,0.136614172053138,0.013419652927012,0.5,0.255951455205554,0.191476185281756,0.01772117664391,0.5,0.255951455205554,0.216367769241052,0.00241075837062682,0.5,0.255951455205554,0.233941147608318,0.00182241277810702,0.255951455205554,0.196526489516814,0.0174476091562056,0.0472793666980679,0.00748304896887281,0.255951455205554,0.0759359282087118,0.0113552211779257,0.5,0.255951455205554,0.182621312314509,0.00414849779549446,0.255951455205554,0.150716094929234,0.0235414818530776,0.255951455205554,0.0323319461642388,0.00992438898174725,0.255951455205554,0.132037980654244,0.0127270681216497,0.237219262683468,0.437692537484771 -4737,0.255951455205554,0.262704193886415,0.0395584944985875,0.255951455205554,0.343508406666576,1.2016970432242e-05,0.255951455205554,0.256507152754343,0.0129799652613416,0.255951455205554,0.322240264774759,0.00298916710124855,0.255951455205554,0.312602302569536,0.00495736361118833,0.255951455205554,0.241833381080227,0.0233973057406174,0.5,0.255951455205554,0.323364200302987,0.0283872760878694,0.5,0.255951455205554,0.34765645749931,0.00825181474150745,0.5,0.255951455205554,0.366804939658206,0.00367442439449763,0.255951455205554,0.322990696507979,0.0292105222395731,0.0908991103515047,0.00963531379943121,0.255951455205554,0.108769002114037,0.0151001671204331,0.5,0.255951455205554,0.276647699953946,0.0062214936267453,0.255951455205554,0.210745482616235,0.0476378881549847,0.255951455205554,0.054914198243031,0.0157367401117335,0.255951455205554,0.209406261540009,0.0262993486922663,0.305979640240454,0.413674777644618 -4738,0.255951455205554,0.327025097193854,0.0506279114388158,0.255951455205554,0.467079797715381,0.00609581645252873,0.255951455205554,0.351439782748713,0.0167323589790813,0.255951455205554,0.47138571214991,0.0046190308079803,0.255951455205554,0.438747931273602,0.0105997994788522,0.255951455205554,0.372948809470256,0.0337596803202388,0.5,0.255951455205554,0.466240344760807,0.042813003167254,0.5,0.255951455205554,0.485783391737165,0.0236539831810364,0.5,0.255951455205554,0.49863993333132,0.00728835440395898,0.255951455205554,0.463446676620212,0.0569337693865153,0.139439248660615,0.010037766381087,0.255951455205554,0.146007895079134,0.0207558184717752,0.5,0.255951455205554,0.404443136060891,0.0115228140068048,0.255951455205554,0.275547791870106,0.0825757495672276,0.255951455205554,0.0888468328403395,0.0239988381855731,0.255951455205554,0.309978270481561,0.0477257528938422,0.310940875727431,0.295665284227606 -4739,0.255951455205554,0.388350275618798,0.0642960940488181,0.255951455205554,0.572083285175881,0.0143692665739121,0.255951455205554,0.444841052902543,0.0179317725738357,0.255951455205554,0.568897076345591,0.00370454239144028,0.255951455205554,0.558774547423655,0.0149091409371193,0.255951455205554,0.471188715452148,0.0368122993915797,0.5,0.255951455205554,0.580667122271279,0.0505409646332732,0.5,0.255951455205554,0.592872922724881,0.0460765199940825,0.5,0.255951455205554,0.580874263238673,0.0115650455784205,0.255951455205554,0.57966044886576,0.0742320048616938,0.130087469416229,0.00823657226114097,0.255951455205554,0.193139322730021,0.032599674130372,0.5,0.255951455205554,0.500982404367714,0.0245923087339559,0.255951455205554,0.323593218608425,0.12883505267444,0.255951455205554,0.135122505830159,0.0365514500793951,0.255951455205554,0.396332278374208,0.0733059822731418,0.325780804592961,0.182099585574312 -4740,0.255951455205554,0.437430993522714,0.0794454693702197,0.255951455205554,0.634885184196059,0.010349853699194,0.255951455205554,0.516151853246144,0.0187550460212309,0.255951455205554,0.61090168591574,0.00263736636203053,0.255951455205554,0.636812223326115,0.0195191629807319,0.255951455205554,0.55036170338334,0.0265992049654527,0.5,0.255951455205554,0.632506859393307,0.0501715512250066,0.5,0.255951455205554,0.632109481925231,0.0594748961140636,0.5,0.255951455205554,0.590435330144343,0.0141873617847555,0.255951455205554,0.630157680997195,0.0726378817910841,0.119050650393078,0.00837197776649517,0.255951455205554,0.301085162563452,0.0509087292370256,0.5,0.255951455205554,0.609676582270539,0.0606269723835721,0.255951455205554,0.377527825806063,0.168703297239384,0.255951455205554,0.169154680431937,0.0520436175025915,0.255951455205554,0.441230927695381,0.101993842590561,0.37867836969027,0.104317925413249 -4741,0.255951455205554,0.463063752713501,0.0897807574075216,0.255951455205554,0.658859953665006,0.00857523176518881,0.255951455205554,0.559863012475417,0.021033662575475,0.255951455205554,0.631333408759872,0.00321811357776466,0.255951455205554,0.671741271085272,0.0261125308455948,0.255951455205554,0.610107859060521,0.0163486900102581,0.5,0.255951455205554,0.658402138779183,0.0464722338828976,0.5,0.255951455205554,0.6601037053657,0.0630418995522029,0.5,0.255951455205554,0.615586239006352,0.0141963572032792,0.255951455205554,0.660647116803807,0.0648141128942791,0.108660536294609,0.0089521651976106,0.255951455205554,0.393001340870635,0.060881791577698,0.5,0.255951455205554,0.625634988248375,0.0773985491089548,0.255951455205554,0.458095664093636,0.157315452117351,0.255951455205554,0.205178497862654,0.0717443677209103,0.255951455205554,0.51120006695068,0.10556592813945,0.43809971217113,0.0737249599655965 -4742,0.255951455205554,0.449038505810684,0.0914862373359979,0.255951455205554,0.629526101103937,0.00748086505059473,0.255951455205554,0.564935283332708,0.0222662018680538,0.255951455205554,0.628313136219918,0.00443007108181638,0.255951455205554,0.670128899983875,0.0349841681589589,0.255951455205554,0.608510223130975,0.0120843326335884,0.5,0.255951455205554,0.648795923548904,0.0468480984791868,0.5,0.255951455205554,0.662461273429554,0.0665831406647598,0.5,0.255951455205554,0.604263840155399,0.0150529468988638,0.255951455205554,0.649846946828344,0.0636089988553058,0.116692338849912,0.00110671156633519,0.255951455205554,0.408849225727211,0.0607362068896371,0.5,0.255951455205554,0.568708648179572,0.0748790307848984,0.255951455205554,0.491205718108216,0.130025808206394,0.255951455205554,0.293851357705743,0.0832851438607291,0.255951455205554,0.512733574110175,0.0798779539062897,0.450400326600548,0.085333182373193 -4743,0.255951455205554,0.432604700268119,0.0966557220941788,0.255951455205554,0.526072255907049,0.00746913929404561,0.255951455205554,0.530934933976748,0.0242046450763856,0.255951455205554,0.578153237905645,0.00611100963106647,0.255951455205554,0.626266016796823,0.0442034330891482,0.255951455205554,0.573983352622132,0.0144080121851696,0.5,0.255951455205554,0.59948886778947,0.0539805249826907,0.5,0.255951455205554,0.608990444008025,0.0692019063900756,0.5,0.255951455205554,0.549479653514651,0.017888656150725,0.255951455205554,0.603620251755095,0.0641057856019319,0.136409825469471,0.0,0.255951455205554,0.386709525106268,0.0589930987191761,0.5,0.255951455205554,0.52067436966254,0.0717555878880848,0.255951455205554,0.476523629494652,0.106509959737167,0.255951455205554,0.321028872802647,0.0816950696895363,0.255951455205554,0.441284147203418,0.0701469536921237,0.413183488339594,0.0845247380595178 -4744,0.255951455205554,0.361702593879243,0.0851335766587001,0.255951455205554,0.418915249798916,0.00953401458396708,0.255951455205554,0.445813260556622,0.0283171595004698,0.255951455205554,0.465028353907023,0.0111739709048772,0.255951455205554,0.533134455277671,0.0614045444050185,0.255951455205554,0.491263855662476,0.0261434722089838,0.5,0.255951455205554,0.519358359173124,0.0686128328354628,0.5,0.255951455205554,0.513038046117218,0.0747335942578293,0.5,0.255951455205554,0.458555377401515,0.0236036065521178,0.255951455205554,0.517366232963835,0.0747584529107848,0.247114293970819,0.0,0.255951455205554,0.343497566031096,0.0522338388285018,0.5,0.255951455205554,0.42502837340715,0.0719303778839025,0.255951455205554,0.374202520528867,0.106302237098905,0.255951455205554,0.260359777943298,0.0859559667988959,0.255951455205554,0.341967517260427,0.103332428232324,0.366766427746083,0.0553543632301186 -4745,0.255951455205554,0.243214721050368,0.0668820938001355,0.255951455205554,0.322695277171333,0.0135582368226433,0.255951455205554,0.3208943173478,0.0332158814183831,0.255951455205554,0.331503771046621,0.0211054232417615,0.255951455205554,0.403846255563921,0.0778583158297131,0.255951455205554,0.372619062262025,0.0440686288848787,0.5,0.255951455205554,0.397479896064344,0.0861914158984221,0.5,0.255951455205554,0.383257469859966,0.072435810597961,0.5,0.255951455205554,0.340359010654231,0.0305786072208369,0.255951455205554,0.393968517388633,0.0892983718106294,0.233883711872296,0.000736181779057366,0.255951455205554,0.275708550101763,0.0420700175202748,0.5,0.255951455205554,0.317155265638477,0.0765043168587208,0.255951455205554,0.253655760459927,0.124361326892992,0.255951455205554,0.219039971206481,0.0903714557645259,0.255951455205554,0.25286513180738,0.148630445760296,0.298877041413488,0.0378245644914236 -4746,0.255951455205554,0.143029469022878,0.0495253506085289,0.255951455205554,0.181548957846857,0.0254902238906394,0.255951455205554,0.223869020951406,0.0414863954979709,0.255951455205554,0.189183360229064,0.035208738748344,0.255951455205554,0.27645406103716,0.0807456185782814,0.255951455205554,0.256111040012641,0.0520925830453514,0.5,0.255951455205554,0.27127968642674,0.0883834852729371,0.5,0.255951455205554,0.252609736212296,0.0407872359104402,0.5,0.255951455205554,0.220648730005908,0.0261176885803071,0.255951455205554,0.267222651167948,0.0930390832201426,0.20103353634874,0.00237837616959951,0.255951455205554,0.190373478103139,0.0315815120376341,0.5,0.255951455205554,0.213507480759625,0.0858803474139778,0.255951455205554,0.158226016635297,0.12549191191148,0.255951455205554,0.164494695227095,0.0764993866940794,0.255951455205554,0.166558029309898,0.183583695841896,0.196970914423238,0.0308205398253356 -4747,0.255951455205554,0.0806739191581021,0.0349602792901883,0.255951455205554,0.0856844935974865,0.0410741431440202,0.255951455205554,0.125612084722391,0.0443763094408181,0.255951455205554,0.120439081839233,0.0455341437322346,0.255951455205554,0.147222826402301,0.0380348236902807,0.255951455205554,0.130217839255063,0.0355209582341261,0.5,0.255951455205554,0.141608064125881,0.0427442703372787,0.5,0.255951455205554,0.122762586394487,0.032482929339734,0.5,0.255951455205554,0.0818817333972994,0.0299739331631595,0.255951455205554,0.14175585019042,0.0524565316072991,0.0838136144832566,0.000905572439086533,0.255951455205554,0.0861304506629982,0.019809322075182,0.5,0.255951455205554,0.108309511888572,0.0927507198693662,0.255951455205554,0.0698214024919382,0.0939787890638879,0.255951455205554,0.0829186011819471,0.0446528772246974,0.255951455205554,0.077859216162826,0.205623259532099,0.0774073915195404,0.0259430310761755 -4748,0.255951455205554,0.0301311158591462,0.0180769122209614,0.255951455205554,0.0265166239226035,0.0340935522230629,0.255951455205554,0.0304274278230263,0.0377431749911304,0.255951455205554,0.0323855411944962,0.0437632327047443,0.255951455205554,0.0306090715751395,0.0295117588576246,0.255951455205554,0.0224049899261545,0.0550142406738027,0.5,0.255951455205554,0.0264531484264994,0.0449727748392617,0.5,0.255951455205554,0.00907861099921752,0.0323583385228233,0.5,0.255951455205554,0.00104242628624188,0.0404846331773593,0.255951455205554,0.0263128208199915,0.0627451588972556,0.0,0.00101241861959971,0.255951455205554,0.00317004314094621,0.0231817948130085,0.5,0.255951455205554,0.0195825521715095,0.054797586128132,0.255951455205554,0.0,0.0697009464379497,0.255951455205554,0.0093007987121397,0.0279961407093655,0.255951455205554,0.00883404800748524,0.151967022972317,0.0241520840182111,0.0229374104672197 -4749,0.255951455205554,0.0,0.0110420926310981,0.255951455205554,0.0,0.0483552511661102,0.255951455205554,0.0,0.0377199707129097,0.255951455205554,0.0,0.0478002926926798,0.255951455205554,0.0,0.0270292067193365,0.255951455205554,0.0,0.064692845968527,0.5,0.255951455205554,0.0,0.0434266030204127,0.5,0.255951455205554,0.0,0.0276369888479946,0.5,0.255951455205554,0.0,0.0419085905152093,0.255951455205554,0.0,0.0624867904147223,0.0,0.00156769871748283,0.255951455205554,0.0,0.0207103758958923,0.5,0.255951455205554,0.0,0.0361626986253465,0.255951455205554,0.0,0.0517070305855014,0.255951455205554,0.0,0.0240530883658399,0.255951455205554,0.0,0.0962859052439689,0.0,0.0176757967500424 -4750,0.255951455205554,0.0,0.00837654965221688,0.255951455205554,0.0,0.042985181114998,0.255951455205554,0.0,0.0363487698771916,0.255951455205554,0.0,0.0505911164050683,0.255951455205554,0.0,0.023255065500766,0.255951455205554,0.0,0.0601541979364565,0.5,0.255951455205554,0.0,0.0366501626807629,0.5,0.255951455205554,0.0,0.0220006529959472,0.5,0.255951455205554,0.0,0.0414102043086344,0.255951455205554,0.0,0.0520556030436018,0.0,0.00133021856664179,0.255951455205554,0.0,0.0153871793680418,0.5,0.255951455205554,0.0,0.0240562162571143,0.255951455205554,0.0,0.0305425417334191,0.255951455205554,0.0,0.0170540780111511,0.255951455205554,0.0,0.0619732897499886,0.0,0.00868626627492774 -4751,0.255951455205554,0.0,0.00552330489051434,0.255951455205554,0.0,0.033927476085299,0.255951455205554,0.0,0.0323587308317323,0.255951455205554,0.0,0.0448413488593542,0.255951455205554,0.0,0.0230878673268517,0.255951455205554,0.0,0.056204035511016,0.5,0.255951455205554,0.0,0.0319227672891756,0.5,0.255951455205554,0.0,0.0204141373904445,0.5,0.255951455205554,0.0,0.0371470171022135,0.255951455205554,0.0,0.052909146630416,0.0,0.0034015857438456,0.255951455205554,0.0,0.0131833580079784,0.5,0.255951455205554,0.0,0.0186972260315878,0.255951455205554,0.0,0.0183448731378781,0.255951455205554,0.0,0.0108283759094784,0.255951455205554,0.0,0.0421598102677844,0.0,0.005079577926887 -4752,0.255951455205554,0.0,0.00404964816862432,0.255951455205554,0.0,0.0289706291753407,0.255951455205554,0.0,0.0272948047069666,0.255951455205554,0.0,0.035606579041256,0.255951455205554,0.0,0.0234373196159721,0.255951455205554,0.0,0.0464593951721118,0.5,0.255951455205554,0.0,0.0311694122195657,0.5,0.255951455205554,0.0,0.0209025321980627,0.5,0.255951455205554,0.0,0.0322018967106583,0.255951455205554,0.0,0.057344485952121,0.0,0.00803009809418358,0.255951455205554,0.0,0.0124204335217381,0.5,0.255951455205554,0.0,0.0170783425046888,0.255951455205554,0.0,0.0127744416203982,0.255951455205554,0.0,0.00813765518365978,0.255951455205554,0.0,0.0330523243207492,0.0,0.00655731074538084 -4753,0.255951455205554,0.0,0.00493840580796135,0.255951455205554,0.0,0.0265027915722941,0.255951455205554,0.0,0.0218393498073613,0.255951455205554,0.0,0.0250592837265347,0.255951455205554,0.0,0.0211958570626601,0.255951455205554,0.0,0.0362420757106651,0.5,0.255951455205554,0.0,0.0306389706811519,0.5,0.255951455205554,0.0,0.0172760132916892,0.5,0.255951455205554,0.0,0.0260796640167682,0.255951455205554,0.0,0.0583267944907191,0.0,0.0104302585037766,0.255951455205554,0.0,0.0127974297254859,0.5,0.255951455205554,0.0,0.0162594513439454,0.255951455205554,0.0,0.0113814240362894,0.255951455205554,0.0,0.00774449987111009,0.255951455205554,0.0,0.0291019069379324,0.0,0.0101768271608086 -4754,0.255951455205554,0.0,0.00750342150785244,0.255951455205554,0.0,0.0245661501999849,0.255951455205554,0.0,0.0180269640737033,0.255951455205554,0.0,0.0170705574797966,0.255951455205554,0.0,0.0192495243447489,0.255951455205554,0.0,0.0282961743689213,0.5,0.255951455205554,0.0,0.0267142542250213,0.5,0.255951455205554,0.0,0.0131023850370449,0.5,0.255951455205554,0.0,0.0206386570729061,0.255951455205554,0.0,0.0589662924158385,0.0,0.0123945808609898,0.255951455205554,0.0,0.0132132420005771,0.5,0.255951455205554,0.0,0.016256081656407,0.255951455205554,0.0,0.0115918060389178,0.255951455205554,0.0,0.00963719588614961,0.255951455205554,0.0,0.0277886334269868,0.0,0.0134446964828309 -4755,0.255951455205554,0.0,0.00882608155195559,0.255951455205554,0.0,0.0165857493338176,0.255951455205554,0.0,0.017091956057618,0.255951455205554,0.0,0.0129169002578035,0.255951455205554,0.0,0.0183422542299274,0.255951455205554,0.0,0.0233013462022815,0.5,0.255951455205554,0.0,0.0208443856916293,0.5,0.255951455205554,0.0,0.0122222992003965,0.5,0.255951455205554,0.0,0.0154000012313135,0.255951455205554,0.0,0.0550946608987373,0.0,0.016095733277378,0.255951455205554,0.0,0.0135004672703523,0.5,0.255951455205554,0.0,0.0177987246732811,0.255951455205554,0.0,0.012718498266597,0.255951455205554,0.0,0.0134204393319986,0.255951455205554,0.0,0.0280399367322555,0.0,0.0190068514205383 -4756,0.255951455205554,0.0,0.00975715191144333,0.255951455205554,0.0,0.0102897704451082,0.255951455205554,0.0,0.0172907144906659,0.255951455205554,0.0,0.0097993362153249,0.255951455205554,0.0,0.0189721906327559,0.255951455205554,0.0,0.0222665250673949,0.5,0.255951455205554,0.0,0.0176154280545228,0.5,0.255951455205554,0.0,0.0140340877200656,0.5,0.255951455205554,0.0,0.0142480827809387,0.255951455205554,0.0,0.0510708787534521,0.0,0.0198585763316689,0.255951455205554,0.0,0.0143831969596394,0.5,0.255951455205554,0.0,0.0170594983913016,0.255951455205554,0.0,0.0153762924932058,0.255951455205554,0.0,0.019681866575563,0.255951455205554,0.0,0.0316082359338343,0.0,0.0293564587284492 -4757,0.255951455205554,0.000270054171161605,0.0119856168775108,0.255951455205554,0.000152298144702148,0.00951142040983958,0.255951455205554,1.07211628614858e-05,0.0189628583108537,0.255951455205554,0.0,0.00931864246786684,0.255951455205554,0.0,0.0195379088757646,0.255951455205554,0.0,0.0207005458385024,0.5,0.255951455205554,0.0,0.0156168594530247,0.5,0.255951455205554,0.0,0.016363391086613,0.5,0.255951455205554,0.0,0.0146473581283216,0.255951455205554,0.0,0.044774334177234,0.00262096680752888,0.0154919942995331,0.255951455205554,0.0024398976934003,0.0122930076982423,0.5,0.255951455205554,0.0026841311222905,0.0141491428802966,0.255951455205554,0.000627282768547974,0.0181265565197672,0.255951455205554,0.000242609151334433,0.0223681667109187,0.255951455205554,0.0,0.0365380827632445,0.000337087827518835,0.0446383780962352 -4758,0.255951455205554,0.0267022925565487,0.0146763655686624,0.255951455205554,0.0449023077080466,0.00840952312340976,0.255951455205554,0.0371848183150498,0.017825040028365,0.255951455205554,0.0387877045784687,0.0107366495302399,0.255951455205554,0.0284657401042828,0.0171588129450157,0.255951455205554,0.031712794684145,0.0167539846570452,0.5,0.255951455205554,0.0223524123516695,0.0139755308162482,0.5,0.255951455205554,0.0253973985699745,0.0151178110170919,0.5,0.255951455205554,0.0365900122849778,0.0123477578852589,0.255951455205554,0.0180609653948863,0.0335805688979049,0.0573753715611874,0.009725096879807,0.255951455205554,0.0562329710335444,0.00815441868126411,0.5,0.255951455205554,0.0514023420397132,0.0113884473071568,0.255951455205554,0.0307841693011712,0.022226208707175,0.255951455205554,0.0434422803814208,0.022769448416066,0.255951455205554,0.0351439255828239,0.038293909620862,0.00739639469564623,0.0527548412950733 -4759,0.255951455205554,0.0862294641433487,0.020983333570716,0.255951455205554,0.1152628536645,0.00912026771212894,0.255951455205554,0.107031178819212,0.0211303647663783,0.255951455205554,0.108352666512788,0.0120196419296553,0.255951455205554,0.0975106040739076,0.0181591248881906,0.255951455205554,0.104138584664541,0.0139641332590012,0.5,0.255951455205554,0.0927985457486881,0.0136836527691104,0.5,0.255951455205554,0.100137094500067,0.00975160695169936,0.5,0.255951455205554,0.115850812400287,0.0109971446697767,0.255951455205554,0.0884321851726853,0.0318194888912535,0.139778337737962,0.0104160054341326,0.255951455205554,0.138538032025575,0.00994337115113531,0.5,0.255951455205554,0.11896218143622,0.0156258475370672,0.255951455205554,0.0885424458135069,0.0309389242032332,0.255951455205554,0.120290063960528,0.034285122731026,0.255951455205554,0.107726690277981,0.0760726268848916,0.0371581800539359,0.052507767071277 -4760,0.255951455205554,0.182358843352242,0.027620969710729,0.255951455205554,0.221923163905295,0.0179524765497462,0.255951455205554,0.218835450291546,0.0482291179313472,0.255951455205554,0.220296770237177,0.0217010287420301,0.255951455205554,0.208376120819859,0.039777068118108,0.255951455205554,0.218753407955788,0.0344990910764396,0.5,0.255951455205554,0.204400452906246,0.0227297626097011,0.5,0.255951455205554,0.216242188947292,0.0166869642436258,0.5,0.255951455205554,0.234698526821992,0.0260755549662678,0.255951455205554,0.199039842272695,0.0409507961776462,0.257935912305822,0.0265673269377874,0.255951455205554,0.256099894224339,0.0190127640343977,0.5,0.255951455205554,0.205210537454633,0.0227361427406221,0.255951455205554,0.177315664307502,0.0470187280726002,0.255951455205554,0.234559606255285,0.066750617568863,0.255951455205554,0.217665441543335,0.145108658882027,0.0963436366339534,0.0517545980996144 -4761,0.255951455205554,0.290520814421672,0.0229810123637154,0.255951455205554,0.336414589086932,0.0283623241258748,0.255951455205554,0.340293037717975,0.0716859994754929,0.255951455205554,0.340926384649294,0.0263815714917693,0.255951455205554,0.332078581848005,0.11911993432151,0.255951455205554,0.345566585807911,0.0799869734520422,0.5,0.255951455205554,0.330948399178227,0.0434368529085366,0.5,0.255951455205554,0.347571008725789,0.0414168018459642,0.5,0.255951455205554,0.367849363024508,0.0536493700495942,0.255951455205554,0.325888630856516,0.0990165287464075,0.382821837177661,0.0262183108230635,0.255951455205554,0.383925344735883,0.0238123257025208,0.5,0.255951455205554,0.321941133329162,0.0218044381213597,0.255951455205554,0.306368937407814,0.0649318483988148,0.255951455205554,0.361876108310717,0.099120823004846,0.255951455205554,0.342006634301993,0.206400672599121,0.183162324562269,0.0581409559784691 -4762,0.255951455205554,0.398243494396793,0.0137427967613481,0.255951455205554,0.457474816622356,0.0316814880060297,0.255951455205554,0.471282592585209,0.0972285675854372,0.255951455205554,0.468718764881822,0.0291077179457713,0.255951455205554,0.467003326486965,0.180416267315778,0.255951455205554,0.481425066308491,0.104614287977386,0.5,0.255951455205554,0.468486673390436,0.0783638576365418,0.5,0.255951455205554,0.486049452340844,0.0668745219069539,0.5,0.255951455205554,0.503153684827468,0.0679511856610873,0.255951455205554,0.464324649334545,0.183631660063414,0.510665635931523,0.0449201018235399,0.255951455205554,0.516320912321693,0.0374911896401655,0.5,0.255951455205554,0.458820022198827,0.0186831777130607,0.255951455205554,0.45588215152194,0.0805733781309372,0.255951455205554,0.496924599190626,0.142187948279379,0.255951455205554,0.474486438286022,0.260763218913619,0.369257527067719,0.0858202764287315 -4763,0.255951455205554,0.490341200284894,0.00614653639650337,0.255951455205554,0.55615227737209,0.0317318212127777,0.255951455205554,0.58540644083734,0.11863336973178,0.255951455205554,0.576452778198429,0.041701900844918,0.255951455205554,0.582606466363656,0.214339570130622,0.255951455205554,0.593261498213867,0.117583386136094,0.5,0.255951455205554,0.584229347026102,0.13257859501701,0.5,0.255951455205554,0.598112014925058,0.0846523913326136,0.5,0.255951455205554,0.608641317563756,0.072696487646712,0.255951455205554,0.581135441785661,0.249155382011941,0.609618051278667,0.115851302192908,0.255951455205554,0.615555832617755,0.0749245510601608,0.5,0.255951455205554,0.568140256458498,0.0240615425859131,0.255951455205554,0.577188346894318,0.089100856078088,0.255951455205554,0.604383799494446,0.182915880788144,0.255951455205554,0.585384172058534,0.281657583244372,0.434130432332552,0.101600574345563 -4764,0.255951455205554,0.546627740008714,0.00299222286797295,0.255951455205554,0.578759234782003,0.0461722565729328,0.255951455205554,0.65604763819066,0.141780563834111,0.255951455205554,0.652105265641435,0.0581830485466505,0.255951455205554,0.65521850077179,0.234682924909409,0.255951455205554,0.661279194005946,0.129371178531043,0.5,0.255951455205554,0.656973067483891,0.164210291221627,0.5,0.255951455205554,0.666028170216182,0.105826751009348,0.5,0.255951455205554,0.667094610365525,0.0853402994765968,0.255951455205554,0.655281817095536,0.266967298308579,0.665202043052197,0.201737879979292,0.255951455205554,0.667738983850664,0.116660987623992,0.5,0.255951455205554,0.617568422840608,0.0384512741749661,0.255951455205554,0.630940006735333,0.0799549715296073,0.255951455205554,0.666848165076249,0.201827150033358,0.255951455205554,0.642739892226323,0.268079307426082,0.487312610492515,0.12404419165981 -4765,0.255951455205554,0.585241236657284,0.00310571897173447,0.255951455205554,0.635125030659808,0.0643233307882722,0.255951455205554,0.683041004367787,0.158097931724638,0.255951455205554,0.680693553131608,0.0670181626322334,0.255951455205554,0.680698927034839,0.22799727910679,0.255951455205554,0.686105857804263,0.114199085401688,0.5,0.255951455205554,0.686811477873163,0.170897270457136,0.5,0.255951455205554,0.692487019393513,0.143275720707287,0.5,0.255951455205554,0.684115965987709,0.0982749909771257,0.255951455205554,0.688955382326141,0.261873319448815,0.67946850732829,0.273502264842528,0.255951455205554,0.682891152347697,0.13764690959857,0.5,0.255951455205554,0.630183826829386,0.053432137993742,0.255951455205554,0.658995645262952,0.0783518650107244,0.255951455205554,0.686888053263751,0.205322032621628,0.255951455205554,0.657727252157348,0.238673103666744,0.591165114206394,0.142658358243941 -4766,0.255951455205554,0.617714351513159,0.00514767176345641,0.255951455205554,0.643701997675371,0.0684517866214184,0.255951455205554,0.672852249948706,0.166963772859556,0.255951455205554,0.671755123547997,0.0768624866418963,0.255951455205554,0.668221056634983,0.203289021259336,0.255951455205554,0.655757810959668,0.0885654366767018,0.5,0.255951455205554,0.674663889835908,0.168958488956912,0.5,0.255951455205554,0.677992581859385,0.160369391223339,0.5,0.255951455205554,0.662669626089844,0.102770605565247,0.255951455205554,0.682954599130585,0.245861334933766,0.659038857754521,0.279315624376609,0.255951455205554,0.660262419243477,0.153736039544421,0.5,0.255951455205554,0.620237113373783,0.0652760644491077,0.255951455205554,0.656042245374246,0.085900894845702,0.255951455205554,0.670097281494973,0.226274479829805,0.255951455205554,0.641420760728182,0.219556090195627,0.601700851864608,0.149829703609107 -4767,0.255951455205554,0.569709771914746,0.00863538858120056,0.255951455205554,0.58159953946798,0.0767799219662159,0.255951455205554,0.621079775633633,0.176969847102152,0.255951455205554,0.6198674456913,0.0877139220473406,0.255951455205554,0.620127253416279,0.173288931823459,0.255951455205554,0.598913760582667,0.074108325024187,0.5,0.255951455205554,0.624674043263994,0.173230379633898,0.5,0.255951455205554,0.626412153700917,0.149045233078234,0.5,0.255951455205554,0.606079243632251,0.102530079835309,0.255951455205554,0.63716576264864,0.2411853087848,0.596423922134055,0.282366476080104,0.255951455205554,0.593656935594083,0.160193357309171,0.5,0.255951455205554,0.558711911883696,0.085215769450061,0.255951455205554,0.59723259705187,0.0957495591600061,0.255951455205554,0.60931727657867,0.237748591940188,0.255951455205554,0.584269298863092,0.232209779116167,0.56259528040647,0.165592052692726 -4768,0.255951455205554,0.477219191511564,0.0142835422724652,0.255951455205554,0.486634279472243,0.0836689197156511,0.255951455205554,0.521576332083039,0.186848532263179,0.255951455205554,0.520222889987198,0.101217648942766,0.255951455205554,0.524760813486507,0.157703428850116,0.255951455205554,0.500869550125827,0.0621343954645897,0.5,0.255951455205554,0.532947807730946,0.17568399721335,0.5,0.255951455205554,0.526052684054363,0.121623726082981,0.5,0.255951455205554,0.500349952231109,0.0945390578622282,0.255951455205554,0.543559799569093,0.237198647370537,0.484802586539825,0.271669675512588,0.255951455205554,0.481862977008463,0.173986149831148,0.5,0.255951455205554,0.464439148106488,0.120081569650223,0.255951455205554,0.487808978772137,0.110629062531805,0.255951455205554,0.501914106395864,0.222695522263933,0.255951455205554,0.489793290555866,0.209819871292843,0.43112000189571,0.188773236353298 -4769,0.255951455205554,0.358406480795193,0.024571628187502,0.255951455205554,0.345202291819548,0.0908339700127187,0.255951455205554,0.39193327796578,0.195936938818356,0.255951455205554,0.391484982389043,0.109508358275122,0.255951455205554,0.397781336355703,0.142521330949416,0.255951455205554,0.377008541061582,0.0519391003788733,0.5,0.255951455205554,0.406016056589294,0.170377985163774,0.5,0.255951455205554,0.391000146149518,0.0848072301931299,0.5,0.255951455205554,0.364774051338198,0.0772963494637299,0.255951455205554,0.412996900173238,0.224139078982721,0.354079966437624,0.247882672183697,0.255951455205554,0.35048359926126,0.174810420865506,0.5,0.255951455205554,0.344405871057198,0.158528837974141,0.255951455205554,0.354798797777805,0.113436090354386,0.255951455205554,0.368612330606353,0.213396873925188,0.255951455205554,0.364447546507781,0.203432036973793,0.332020455762578,0.212079861778554 -4770,0.255951455205554,0.247762973021546,0.0383540545674817,0.255951455205554,0.236616298497477,0.0886234257404309,0.255951455205554,0.267580253367427,0.177913365969557,0.255951455205554,0.267245199289729,0.10288062710145,0.255951455205554,0.272178088624425,0.089497117962563,0.255951455205554,0.252727747121451,0.0219456928644492,0.5,0.255951455205554,0.274202407247651,0.0852141854174926,0.5,0.255951455205554,0.256375374444077,0.0307797816273201,0.5,0.255951455205554,0.234056165378264,0.0300469626145687,0.255951455205554,0.278532646811012,0.121903619152173,0.227279384615241,0.188656351782113,0.255951455205554,0.22480987305335,0.144069568235971,0.5,0.255951455205554,0.225030354638356,0.188781052526585,0.255951455205554,0.226137330135566,0.0879589840004566,0.255951455205554,0.24081903079561,0.161492283019416,0.255951455205554,0.235779156822587,0.187562467196524,0.225322117509133,0.258644884743479 -4771,0.255951455205554,0.130583004853194,0.0519500219173641,0.255951455205554,0.125176984868313,0.0351039482728938,0.255951455205554,0.140246852500313,0.12597514512648,0.255951455205554,0.140751264625097,0.06329475032514,0.255951455205554,0.144022162168229,0.0667460962096818,0.255951455205554,0.128257728201522,0.0264947773116926,0.5,0.255951455205554,0.142361113312356,0.034893407411402,0.5,0.255951455205554,0.125306781706532,0.0336019347043175,0.5,0.255951455205554,0.0810710121823885,0.0329334800585478,0.255951455205554,0.145476263006792,0.0370861283679331,0.0826778039189639,0.0698014962146496,0.255951455205554,0.08268533797707,0.0815715225751023,0.5,0.255951455205554,0.108108790463345,0.176612135181566,0.255951455205554,0.0703143523409592,0.0461532642258255,0.255951455205554,0.108654470720373,0.0832459853032241,0.255951455205554,0.103400139204508,0.140348656887828,0.114381815504686,0.336672681779423 -4772,0.255951455205554,0.0334384849125664,0.0658500664355356,0.255951455205554,0.0271591286057957,0.037584626156822,0.255951455205554,0.0298180346866679,0.130119718147514,0.255951455205554,0.0306198737360735,0.0763090760508942,0.255951455205554,0.0293113931314749,0.0970898043160725,0.255951455205554,0.022203501738955,0.040817859831155,0.5,0.255951455205554,0.0262880437359177,0.0302073304603738,0.5,0.255951455205554,0.00682753882041865,0.0351378160111981,0.5,0.255951455205554,0.000716307689863567,0.0390061788818837,0.255951455205554,0.0270880106774842,0.0314299694938163,0.0,0.0531387883682935,0.255951455205554,0.0027698302927385,0.0705666796920164,0.5,0.255951455205554,0.018912902124846,0.145674140061739,0.255951455205554,0.0,0.0489214436909755,0.255951455205554,0.00838692121762368,0.0880269384571202,0.255951455205554,0.00741383147099015,0.150728589742185,0.0333835061649959,0.413157051290197 -4773,0.255951455205554,0.0,0.105638723843817,0.255951455205554,0.0,0.050236486679368,0.255951455205554,0.0,0.143667737705768,0.255951455205554,0.0,0.096837821983019,0.255951455205554,0.0,0.121883119024884,0.255951455205554,0.0,0.0541013761559345,0.5,0.255951455205554,0.0,0.0312906625126625,0.5,0.255951455205554,0.0,0.0346375121132547,0.5,0.255951455205554,0.0,0.0411856673572103,0.255951455205554,0.0,0.0340251158033925,0.0,0.0640122670911679,0.255951455205554,0.0,0.0808067238808506,0.5,0.255951455205554,0.0,0.150566002455811,0.255951455205554,0.0,0.0420401453534968,0.255951455205554,0.0,0.0909662938993929,0.255951455205554,0.0,0.139610300055154,0.0,0.443787009293316 -4774,0.255951455205554,0.0,0.129082045833243,0.255951455205554,0.0,0.0618310696080194,0.255951455205554,0.0,0.144465149288292,0.255951455205554,0.0,0.0986842308106459,0.255951455205554,0.0,0.124926825760319,0.255951455205554,0.0,0.0591212248746832,0.5,0.255951455205554,0.0,0.0314250766508669,0.5,0.255951455205554,0.0,0.0358046665028381,0.5,0.255951455205554,0.0,0.038704644515841,0.255951455205554,0.0,0.0395855438170659,0.0,0.067392015364237,0.255951455205554,0.0,0.0784838174720853,0.5,0.255951455205554,0.0,0.129848803249138,0.255951455205554,0.0,0.0316495507895657,0.255951455205554,0.0,0.0849913205208581,0.255951455205554,0.0,0.102131609935442,0.0,0.431725803274498 -4775,0.255951455205554,0.0,0.13589515591784,0.255951455205554,0.0,0.0785473676204058,0.255951455205554,0.0,0.132960406084681,0.255951455205554,0.0,0.0963052123551341,0.255951455205554,0.0,0.117784431212551,0.255951455205554,0.0,0.059490262492693,0.5,0.255951455205554,0.0,0.0297550906935532,0.5,0.255951455205554,0.0,0.0331166563224045,0.5,0.255951455205554,0.0,0.0392873432625204,0.255951455205554,0.0,0.0382183049966873,0.0,0.0655807263589816,0.255951455205554,0.0,0.070796532514978,0.5,0.255951455205554,0.0,0.101769258616044,0.255951455205554,0.0,0.0277249112742193,0.255951455205554,0.0,0.0805246992695244,0.255951455205554,0.0,0.0720454419879623,0.0,0.413708002425602 -4776,0.255951455205554,0.0,0.132961300755769,0.255951455205554,0.0,0.110812956331684,0.255951455205554,0.0,0.120567802211256,0.255951455205554,0.0,0.10235566934482,0.255951455205554,0.0,0.111962494399918,0.255951455205554,0.0,0.0544127712066937,0.5,0.255951455205554,0.0,0.0257968326301015,0.5,0.255951455205554,0.0,0.0355567719011037,0.5,0.255951455205554,0.0,0.0395935436807076,0.255951455205554,0.0,0.035341828040827,0.0,0.0614300934117956,0.255951455205554,0.0,0.0631450734995273,0.5,0.255951455205554,0.0,0.0808572197704715,0.255951455205554,0.0,0.0259541645182075,0.255951455205554,0.0,0.0765530233549044,0.255951455205554,0.0,0.0525896802439447,0.0,0.398377347669079 -4777,0.255951455205554,0.0,0.126644181684068,0.255951455205554,0.0,0.130185002268677,0.255951455205554,0.0,0.118066341409593,0.255951455205554,0.0,0.116998047009479,0.255951455205554,0.0,0.101843771354937,0.255951455205554,0.0,0.0493159508934658,0.5,0.255951455205554,0.0,0.0210988983321585,0.5,0.255951455205554,0.0,0.0393978286720699,0.5,0.255951455205554,0.0,0.039481374140471,0.255951455205554,0.0,0.0319412559836144,0.0,0.0556655782704649,0.255951455205554,0.0,0.0556355392678513,0.5,0.255951455205554,0.0,0.067811423106583,0.255951455205554,0.0,0.0240599975019933,0.255951455205554,0.0,0.0692211652134118,0.255951455205554,0.0,0.0411683330557187,0.0,0.370223940734018 -4778,0.255951455205554,0.0,0.124157473319096,0.255951455205554,0.0,0.126475087560245,0.255951455205554,0.0,0.128567255477074,0.255951455205554,0.0,0.141454646060425,0.255951455205554,0.0,0.0901842850218852,0.255951455205554,0.0,0.0425180422587794,0.5,0.255951455205554,0.0,0.0213107510426344,0.5,0.255951455205554,0.0,0.0410561086539144,0.5,0.255951455205554,0.0,0.0407502208949478,0.255951455205554,0.0,0.0341305735567663,0.0,0.0487240052302753,0.255951455205554,0.0,0.0469779635906903,0.5,0.255951455205554,0.0,0.0569957796097329,0.255951455205554,0.0,0.0220386998854178,0.255951455205554,0.0,0.0611702811909045,0.255951455205554,0.0,0.0361689968935369,0.0,0.347384213883158 -4779,0.255951455205554,0.0,0.120855731592386,0.255951455205554,0.0,0.114500539927672,0.255951455205554,0.0,0.142773031563182,0.255951455205554,0.0,0.161538223609457,0.255951455205554,0.0,0.0877010708624191,0.255951455205554,0.0,0.0395357644512882,0.5,0.255951455205554,0.0,0.0263472316391881,0.5,0.255951455205554,0.0,0.0442692702035542,0.5,0.255951455205554,0.0,0.0409048412400722,0.255951455205554,0.0,0.042846627039986,0.0,0.0408510350399236,0.255951455205554,0.0,0.0396200773300603,0.5,0.255951455205554,0.0,0.0492236049713525,0.255951455205554,0.0,0.0202116080835924,0.255951455205554,0.0,0.0557028020719675,0.255951455205554,0.0,0.031308364037085,0.0,0.286379903442865 -4780,0.255951455205554,0.0,0.11685382107892,0.255951455205554,0.0,0.115659838040639,0.255951455205554,0.0,0.154227556773018,0.255951455205554,0.0,0.178002670086795,0.255951455205554,0.0,0.0886581780882444,0.255951455205554,0.0,0.0396859894450481,0.5,0.255951455205554,0.0,0.0292156907260773,0.5,0.255951455205554,0.0,0.0492658370358182,0.5,0.255951455205554,0.0,0.0406146916028982,0.255951455205554,0.0,0.0458104896979674,0.0,0.0278282750740435,0.255951455205554,0.0,0.0357430607340715,0.5,0.255951455205554,0.0,0.043181105787857,0.255951455205554,0.0,0.0204982143129107,0.255951455205554,0.0,0.0538321645353561,0.255951455205554,0.0,0.0286332815842811,0.0,0.201005082269909 -4781,0.255951455205554,0.000299794109210445,0.113163249958512,0.255951455205554,2.53225822841672e-05,0.115906197068786,0.255951455205554,3.5829984827079e-06,0.163278842817986,0.255951455205554,0.0,0.185876929092168,0.255951455205554,0.0,0.0950306406576687,0.255951455205554,0.0,0.0405714007696706,0.5,0.255951455205554,0.0,0.0326849547445234,0.5,0.255951455205554,0.0,0.0558882608080196,0.5,0.255951455205554,0.0,0.039391965674104,0.255951455205554,0.0,0.0471879823201731,0.00230917942927054,0.027561326331361,0.255951455205554,0.00220193876978618,0.0350869209880647,0.5,0.255951455205554,0.00272746077933185,0.0391041534535094,0.255951455205554,0.000708393090093934,0.0200852858067811,0.255951455205554,0.000119747192551409,0.0544152943576996,0.255951455205554,0.0,0.0263829288043029,0.000758112377371562,0.153283400157146 -4782,0.255951455205554,0.0439742103804655,0.0965136394159388,0.255951455205554,0.0448510893332427,0.0975420931639866,0.255951455205554,0.036033581090361,0.15068594798696,0.255951455205554,0.0378138104762079,0.181569178559876,0.255951455205554,0.0269037867714288,0.0808545481322452,0.255951455205554,0.0305899828314946,0.0355554098965955,0.5,0.255951455205554,0.0215542628246453,0.0330637380524449,0.5,0.255951455205554,0.0247605495209852,0.0468260987525673,0.5,0.255951455205554,0.0362157478520995,0.0285839890965138,0.255951455205554,0.0171517229303498,0.0470238561758877,0.0567117295154229,0.0275626431674873,0.255951455205554,0.0563574666959861,0.0339982624744884,0.5,0.255951455205554,0.0564827445704358,0.0380931426140202,0.255951455205554,0.0515659973583299,0.018204638497603,0.255951455205554,0.046822440851621,0.0454770467184089,0.255951455205554,0.0410326427592836,0.0216975195509075,0.0450778478380341,0.152304602525408 -4783,0.255951455205554,0.114328521646101,0.115271985275805,0.255951455205554,0.117348634966386,0.15314352444826,0.255951455205554,0.105731312527597,0.205494672266565,0.255951455205554,0.107538161868011,0.254865001570096,0.255951455205554,0.0955403573729044,0.0854906873975544,0.255951455205554,0.103153219955789,0.0319009124519079,0.5,0.255951455205554,0.0927917924567127,0.0306685607705071,0.5,0.255951455205554,0.100147161321693,0.0394446187473399,0.5,0.255951455205554,0.115956979106799,0.0235501550775283,0.255951455205554,0.0880792350175189,0.0407620331162518,0.139504435735574,0.0379629148808261,0.255951455205554,0.139649849008203,0.051485732880215,0.5,0.255951455205554,0.13624053390156,0.054522151618807,0.255951455205554,0.134933236848947,0.0179440283607753,0.255951455205554,0.125161337529375,0.0593025995853253,0.255951455205554,0.118084845846373,0.0242570289264418,0.11670722847375,0.197881000501096 -4784,0.255951455205554,0.227469416163197,0.187297357058405,0.255951455205554,0.232276420386345,0.243354519136475,0.255951455205554,0.217886525300585,0.334965851780254,0.255951455205554,0.220230790026042,0.37627438257206,0.255951455205554,0.205600663158084,0.145401282379632,0.255951455205554,0.217636806927325,0.0543551809398499,0.5,0.255951455205554,0.205455014774928,0.0570028038530189,0.5,0.255951455205554,0.216866911522215,0.0836501801791593,0.5,0.255951455205554,0.235384787497001,0.058095314124027,0.255951455205554,0.199088461490282,0.066555571129129,0.258785332141077,0.0752717393150215,0.255951455205554,0.259492880104352,0.0931811387757134,0.5,0.255951455205554,0.254898864210191,0.116769636770511,0.255951455205554,0.255353971518341,0.0375261414314084,0.255951455205554,0.243480500168309,0.125757131183698,0.255951455205554,0.235670722462437,0.0589010617719346,0.230837628007342,0.282534484242513 -4785,0.255951455205554,0.349559003950524,0.268165642082085,0.255951455205554,0.354646854794547,0.450265537916646,0.255951455205554,0.340348309035213,0.483606536392038,0.255951455205554,0.342249478236764,0.493541849613391,0.255951455205554,0.32867043986526,0.315315788000567,0.255951455205554,0.344575001932299,0.15254572981357,0.5,0.255951455205554,0.333555565668682,0.178493053833484,0.5,0.255951455205554,0.348762312696891,0.185506442781943,0.5,0.255951455205554,0.369145939603214,0.159453405023702,0.255951455205554,0.326631111004046,0.162162457308746,0.385005297653379,0.106101218413214,0.255951455205554,0.387456269761158,0.132223127116944,0.5,0.255951455205554,0.37965398603301,0.201348724653765,0.255951455205554,0.386228833468456,0.0718449418372185,0.255951455205554,0.371135744121967,0.206491388364845,0.255951455205554,0.364181778523712,0.123669968387686,0.352959232314774,0.373481341651171 -4786,0.255951455205554,0.480815304684793,0.379611032330774,0.255951455205554,0.485827810629879,0.690536189022886,0.255951455205554,0.472725932556117,0.624812439588561,0.255951455205554,0.474147987078586,0.686466573320967,0.255951455205554,0.462854955972733,0.449472704290143,0.255951455205554,0.480565022411829,0.252086178124116,0.5,0.255951455205554,0.472511217787212,0.271024386569292,0.5,0.255951455205554,0.487511706020343,0.227031713987526,0.5,0.255951455205554,0.50503149374227,0.244230040613756,0.255951455205554,0.465252843509839,0.215306217579463,0.513913744157292,0.154319769467773,0.255951455205554,0.518037447523133,0.178807692524945,0.5,0.255951455205554,0.511392258416941,0.29085393467637,0.255951455205554,0.518685297723279,0.122171276173605,0.255951455205554,0.504280810700948,0.286595722837276,0.255951455205554,0.498457276535279,0.206717881811327,0.484507050681332,0.458613617323455 -4787,0.255951455205554,0.592463207573983,0.522228756939839,0.255951455205554,0.594760970880393,0.830080984861882,0.255951455205554,0.585241247378177,0.739478824395675,0.255951455205554,0.586581355276212,0.790339585871759,0.255951455205554,0.577797618292437,0.555278719876856,0.255951455205554,0.592406009273093,0.349317561042993,0.5,0.255951455205554,0.588638491477773,0.354023642812906,0.5,0.255951455205554,0.599150658437627,0.256535900869624,0.5,0.255951455205554,0.611082586387075,0.314981122982214,0.255951455205554,0.581165952071651,0.246293957563302,0.612465664445296,0.204669284671147,0.255951455205554,0.617986454616803,0.228450701672286,0.5,0.255951455205554,0.615985703184307,0.377294550103942,0.255951455205554,0.61831883004466,0.174670310177343,0.255951455205554,0.609631145358441,0.377124562351987,0.255951455205554,0.605669159386955,0.289107069049002,0.596309144940523,0.531518805749693 -4788,0.255951455205554,0.660613976351432,0.661213452998035,0.255951455205554,0.660162150975483,0.906526936975258,0.255951455205554,0.654884799286891,0.797253405509971,0.255951455205554,0.656251632711666,0.835780971322694,0.255951455205554,0.650344971915878,0.653742935682752,0.255951455205554,0.660631045848227,0.434757175513297,0.5,0.255951455205554,0.660892360996202,0.431965677801023,0.5,0.255951455205554,0.666377615676414,0.298297083327891,0.5,0.255951455205554,0.672713694346423,0.364580920297511,0.255951455205554,0.653391295336336,0.274849251816111,0.66627702211825,0.217244914732035,0.255951455205554,0.673264647057371,0.246768961952648,0.5,0.255951455205554,0.675704728773877,0.456940385112823,0.255951455205554,0.677447446802414,0.204253939693862,0.255951455205554,0.67058464663468,0.409651671744479,0.255951455205554,0.668884314399322,0.344532372559613,0.664478991851886,0.624739553617963 -4789,0.255951455205554,0.688009844137895,0.727967616801392,0.255951455205554,0.685423452362672,0.895695622747949,0.255951455205554,0.683451717015921,0.805123006332768,0.255951455205554,0.684520480293062,0.840541966253717,0.255951455205554,0.681623555274901,0.727532077228842,0.255951455205554,0.688847740375069,0.530719735261851,0.5,0.255951455205554,0.691687473197123,0.4784312407539,0.5,0.255951455205554,0.693821100102184,0.328580408638816,0.5,0.255951455205554,0.695044536688216,0.390414803001577,0.255951455205554,0.684521978182313,0.273625258109714,0.68178483130808,0.223782185916078,0.255951455205554,0.689398572270831,0.249869670579396,0.5,0.255951455205554,0.695727569529783,0.504188835599208,0.255951455205554,0.694993136622147,0.216030659839794,0.255951455205554,0.691632964253886,0.402839630846395,0.255951455205554,0.692421554283686,0.371540066248938,0.69225106359175,0.697306892878022 -4790,0.255951455205554,0.677537372192562,0.760771279426106,0.255951455205554,0.672721882680663,0.863664404795315,0.255951455205554,0.673550460473635,0.785959700477488,0.255951455205554,0.674629065944907,0.814622142545646,0.255951455205554,0.67415982930992,0.773627155587628,0.255951455205554,0.677463153122923,0.565976475938903,0.5,0.255951455205554,0.681810876118303,0.504460657624731,0.5,0.255951455205554,0.68045437413443,0.326477952032755,0.5,0.255951455205554,0.676944015461171,0.383107943744562,0.255951455205554,0.673621615635049,0.365248020505217,0.659646953102851,0.224289136139198,0.255951455205554,0.666649740069693,0.254999952822056,0.5,0.255951455205554,0.677351671421028,0.542718935281481,0.255951455205554,0.672906460389436,0.234925476582063,0.255951455205554,0.673394512645824,0.389234876764187,0.255951455205554,0.676101514995973,0.382321024934153,0.681904780949727,0.74099466649551 -4791,0.255951455205554,0.623409707520625,0.790839731297092,0.255951455205554,0.616823366266777,0.840420541560033,0.255951455205554,0.621925736198044,0.766790445591923,0.255951455205554,0.622539883286124,0.782651742943545,0.255951455205554,0.625943976429047,0.789241074938295,0.255951455205554,0.624713624295594,0.559233614471698,0.5,0.255951455205554,0.630143609548468,0.529959026820295,0.5,0.255951455205554,0.626095243331798,0.29892282200901,0.5,0.255951455205554,0.616668914283428,0.359846672544155,0.255951455205554,0.60947826733101,0.460057007446456,0.593588219879241,0.24222754638735,0.255951455205554,0.598682318855557,0.26030023686745,0.5,0.255951455205554,0.611844333170398,0.573125658576532,0.255951455205554,0.605668510452213,0.250009312855613,0.255951455205554,0.610723684050123,0.380660479626307,0.255951455205554,0.616461646698072,0.38018506550609,0.626631317113207,0.751708072974648 -4792,0.255951455205554,0.520858638895653,0.825719788075544,0.255951455205554,0.513271755108046,0.831879861697486,0.255951455205554,0.522476840614348,0.760061604740924,0.255951455205554,0.522606158165759,0.761668317190564,0.255951455205554,0.529046426164844,0.785178940238178,0.255951455205554,0.524049559462862,0.528693504242881,0.5,0.255951455205554,0.527978094283466,0.5163004863329,0.5,0.255951455205554,0.52252781563498,0.247677279750793,0.5,0.255951455205554,0.509278858673916,0.317832376744684,0.255951455205554,0.495382070416199,0.461729377764917,0.481891762900533,0.250398372167437,0.255951455205554,0.48471985209722,0.265497990763572,0.5,0.255951455205554,0.499108525768912,0.599928076156114,0.255951455205554,0.491951096569944,0.251954668659778,0.255951455205554,0.500998805562906,0.382845027049345,0.255951455205554,0.509168505904061,0.384503539572864,0.52256157438422,0.767005283465865 -4793,0.255951455205554,0.393207076566779,0.843986657717756,0.255951455205554,0.384640960051114,0.814457290316858,0.255951455205554,0.393859318801202,0.73287926943704,0.255951455205554,0.39408633236936,0.730875438739238,0.255951455205554,0.397746033883333,0.717872593650371,0.255951455205554,0.391092011938988,0.407584317163067,0.5,0.255951455205554,0.39079978755938,0.429790031956516,0.5,0.255951455205554,0.38431157954156,0.157215297768379,0.5,0.255951455205554,0.371300314218673,0.220065841012382,0.255951455205554,0.368432818356526,0.414607516247988,0.35156170908568,0.253839062236341,0.255951455205554,0.351961914967413,0.272680495752818,0.5,0.255951455205554,0.368348991480867,0.630607002844646,0.255951455205554,0.355991580627475,0.234505673698693,0.255951455205554,0.367436654336499,0.379308553609996,0.255951455205554,0.374411112981633,0.367799722994263,0.394693045476211,0.798493471277643 -4794,0.255951455205554,0.269016014383477,0.817249862310432,0.255951455205554,0.259997111291499,0.689747848053165,0.255951455205554,0.268674296626521,0.601269492296983,0.255951455205554,0.269623707832223,0.592899975777074,0.255951455205554,0.267378133530313,0.501446894538555,0.255951455205554,0.260169506516783,0.186845613468249,0.5,0.255951455205554,0.257989834637748,0.238416627525626,0.5,0.255951455205554,0.25170757123184,0.0634056681762892,0.5,0.255951455205554,0.238252119432791,0.0885443963087253,0.255951455205554,0.260374751216954,0.228174335324312,0.225558718703646,0.196701379508141,0.255951455205554,0.223889357070597,0.213408324379782,0.5,0.255951455205554,0.240653120063253,0.63591720018094,0.255951455205554,0.226471177303024,0.134317377265372,0.255951455205554,0.239907906813547,0.249454624507028,0.255951455205554,0.24529543281021,0.218075958359994,0.269655219040557,0.845309198306606 -4795,0.255951455205554,0.141058180357436,0.769010204639032,0.255951455205554,0.13314271298042,0.472402669423415,0.255951455205554,0.140287979683776,0.45966028170237,0.255951455205554,0.141382388802947,0.423008892710887,0.255951455205554,0.139227107604856,0.39205238627568,0.255951455205554,0.130640476546904,0.140430274124332,0.5,0.255951455205554,0.132876201619702,0.162782375359466,0.5,0.255951455205554,0.121105123254433,0.0516374436874538,0.5,0.255951455205554,0.0804412694339308,0.0800134693689359,0.255951455205554,0.136340778786286,0.132368975283954,0.0789850555477752,0.0879610854223173,0.255951455205554,0.0802420352735034,0.138698880736364,0.5,0.255951455205554,0.113293018752184,0.586346332942516,0.255951455205554,0.0689589337140392,0.120059091810065,0.255951455205554,0.100397141576694,0.159121172210544,0.255951455205554,0.105241152570457,0.145133110919193,0.140744556701667,0.903481748564894 -4796,0.255951455205554,0.0335489809067675,0.740308444202485,0.255951455205554,0.0266761264313899,0.427655949460213,0.255951455205554,0.0299273253121711,0.442685170488111,0.255951455205554,0.0301120697342665,0.40166391851026,0.255951455205554,0.0336870341419957,0.371004000887333,0.255951455205554,0.0240220821622187,0.138196370496168,0.5,0.255951455205554,0.0290036815644196,0.116220538854758,0.5,0.255951455205554,0.0054988151826127,0.0489368284335388,0.5,0.255951455205554,0.000460661183181291,0.081394536184223,0.255951455205554,0.0283170073005251,0.0797081338695272,0.0,0.08991316219199,0.255951455205554,0.00188027250325089,0.149379861516235,0.5,0.255951455205554,0.0176172251288757,0.500101474612905,0.255951455205554,0.0,0.138797903452741,0.255951455205554,0.00595319194454867,0.181773721129111,0.255951455205554,0.0057588573441067,0.153131882781523,0.0334023797936812,0.936013561134463 -4797,0.255951455205554,0.0,0.723690797817105,0.255951455205554,0.0,0.505706655609494,0.255951455205554,0.0,0.459380655142294,0.255951455205554,0.0,0.439345130724232,0.255951455205554,0.0,0.349966534244384,0.255951455205554,0.0,0.137744064500929,0.5,0.255951455205554,0.0,0.0783486961909133,0.5,0.255951455205554,0.0,0.0447703623640208,0.5,0.255951455205554,0.0,0.0769457877948816,0.255951455205554,0.0,0.0441146448894494,0.0,0.0927538900837849,0.255951455205554,0.0,0.175821223067595,0.5,0.255951455205554,0.0,0.429860786831129,0.255951455205554,0.0,0.138012287872398,0.255951455205554,0.0,0.197715804823329,0.255951455205554,0.0,0.13774720000069,0.0,0.950278299751914 -4798,0.255951455205554,0.0,0.711254818190852,0.255951455205554,0.0,0.63508356096513,0.255951455205554,0.0,0.457867800435614,0.255951455205554,0.0,0.467765619863238,0.255951455205554,0.0,0.304870397758272,0.255951455205554,0.0,0.122425552862443,0.5,0.255951455205554,0.0,0.0445235516573345,0.5,0.255951455205554,0.0,0.0446073190161899,0.5,0.255951455205554,0.0,0.0652896964376318,0.255951455205554,0.0,0.0305855517248711,0.0,0.094170248269007,0.255951455205554,0.0,0.172198693975351,0.5,0.255951455205554,0.0,0.360227716310888,0.255951455205554,0.0,0.112832909720511,0.255951455205554,0.0,0.180346079403559,0.255951455205554,0.0,0.112468066956362,0.0,0.950462107330023 -4799,0.255951455205554,0.0,0.69546782599977,0.255951455205554,0.0,0.608547507926518,0.255951455205554,0.0,0.448946396170882,0.255951455205554,0.0,0.49674194559711,0.255951455205554,0.0,0.25014576848743,0.255951455205554,0.0,0.101154158767894,0.5,0.255951455205554,0.0,0.0301424329469769,0.5,0.255951455205554,0.0,0.051345793772674,0.5,0.255951455205554,0.0,0.0623261549842727,0.255951455205554,0.0,0.0264792540737076,0.0,0.0899026499061398,0.255951455205554,0.0,0.154872806881299,0.5,0.255951455205554,0.0,0.307588355264217,0.255951455205554,0.0,0.0921792792332734,0.255951455205554,0.0,0.156051029767213,0.255951455205554,0.0,0.0831665230966194,0.0,0.94905308426739 -4800,0.255951455205554,0.0,0.687251232415606,0.255951455205554,0.0,0.558723118941892,0.255951455205554,0.0,0.430865627258626,0.255951455205554,0.0,0.489539571586135,0.255951455205554,0.0,0.212348630244527,0.255951455205554,0.0,0.0690246007830599,0.5,0.255951455205554,0.0,0.0254611906224276,0.5,0.255951455205554,0.0,0.0429666490179406,0.5,0.255951455205554,0.0,0.0618353881489019,0.255951455205554,0.0,0.018614126851369,0.0,0.0787824110760162,0.255951455205554,0.0,0.140436626848269,0.5,0.255951455205554,0.0,0.258947379220241,0.255951455205554,0.0,0.0814373702946323,0.255951455205554,0.0,0.140879373195147,0.255951455205554,0.0,0.0638897179559496,0.0,0.945417073729037 -4801,0.255951455205554,0.0,0.648455543794499,0.255951455205554,0.0,0.475416630629467,0.255951455205554,0.0,0.412898719450083,0.255951455205554,0.0,0.462137295479332,0.255951455205554,0.0,0.183220476630183,0.255951455205554,0.0,0.0431118907921967,0.5,0.255951455205554,0.0,0.0193623814421346,0.5,0.255951455205554,0.0,0.0328650964608143,0.5,0.255951455205554,0.0,0.0499027355562434,0.255951455205554,0.0,0.00756584447541427,0.0,0.0909573472131601,0.255951455205554,0.0,0.135279401683219,0.5,0.255951455205554,0.0,0.231037346969714,0.255951455205554,0.0,0.077990507409222,0.255951455205554,0.0,0.124074182852951,0.255951455205554,0.0,0.0490021514690894,0.0,0.944120223496573 -4802,0.255951455205554,0.0,0.599243503703094,0.255951455205554,0.0,0.340670842381892,0.255951455205554,0.0,0.40237274821959,0.255951455205554,0.0,0.476386350532014,0.255951455205554,0.0,0.154789746328995,0.255951455205554,0.0,0.0457600314765544,0.5,0.255951455205554,0.0,0.0124991855941434,0.5,0.255951455205554,0.0,0.0262732188121967,0.5,0.255951455205554,0.0,0.0365779663639292,0.255951455205554,0.0,0.00642946745922554,0.0,0.111983742261959,0.255951455205554,0.0,0.132612807587121,0.5,0.255951455205554,0.0,0.207987888081803,0.255951455205554,0.0,0.0751753132491776,0.255951455205554,0.0,0.108222129249033,0.255951455205554,0.0,0.0356469808878068,0.0,0.942835581532417 -4803,0.255951455205554,0.0,0.564452765478527,0.255951455205554,0.0,0.314001027321516,0.255951455205554,0.0,0.381325961100241,0.255951455205554,0.0,0.459801784720667,0.255951455205554,0.0,0.126505212559863,0.255951455205554,0.0,0.0440162409820215,0.5,0.255951455205554,0.0,0.00968041093792576,0.5,0.255951455205554,0.0,0.0244836618152095,0.5,0.255951455205554,0.0,0.0307418211433144,0.255951455205554,0.0,0.009579798004559,0.0,0.117484242298105,0.255951455205554,0.0,0.131608127178305,0.5,0.255951455205554,0.0,0.192722332214319,0.255951455205554,0.0,0.0637960150360351,0.255951455205554,0.0,0.0978280440694308,0.255951455205554,0.0,0.0256182645037757,0.0,0.943630635085425 -4804,0.255951455205554,0.0,0.537792914568278,0.255951455205554,0.0,0.254047300607874,0.255951455205554,0.0,0.377971835822237,0.255951455205554,0.0,0.483115104617848,0.255951455205554,0.0,0.105713309892165,0.255951455205554,0.0,0.0412908700564154,0.5,0.255951455205554,0.0,0.00886125932180736,0.5,0.255951455205554,0.0,0.0263941838107095,0.5,0.255951455205554,0.0,0.0286697421187564,0.255951455205554,0.0,0.0152464873925418,0.0,0.123526110252682,0.255951455205554,0.0,0.129951970226166,0.5,0.255951455205554,0.0,0.195467106436366,0.255951455205554,0.0,0.0618696554041011,0.255951455205554,0.0,0.0928694742507896,0.255951455205554,0.0,0.02666293504854,0.0,0.943128324698732 -4805,0.255951455205554,0.000171807270743207,0.535387493494317,0.255951455205554,0.0,0.278828718138892,0.255951455205554,6.60692863892345e-07,0.39002762201037,0.255951455205554,0.0,0.510406939058152,0.255951455205554,0.0,0.0858941530368372,0.255951455205554,0.0,0.035987018917924,0.5,0.255951455205554,0.0,0.00721437646016823,0.5,0.255951455205554,0.0,0.0274871342417549,0.5,0.255951455205554,0.0,0.0286106278317297,0.255951455205554,0.0,0.00990945077766068,0.00194705425278458,0.123358665611677,0.255951455205554,0.00185313091263338,0.119222829061465,0.5,0.255951455205554,0.00254705079197982,0.193482237040758,0.255951455205554,0.000526269237364105,0.0543115751484599,0.255951455205554,4.21690038871779e-05,0.105112250311689,0.255951455205554,0.0,0.0263064630377619,0.000529031248893143,0.939975613044178 -4806,0.255951455205554,0.0441971432679409,0.581242316602974,0.255951455205554,0.0435811953593337,0.343968071996802,0.255951455205554,0.0354454900955435,0.40471216510124,0.255951455205554,0.0374815968091096,0.531703065197306,0.255951455205554,0.0241987798758467,0.0647090669053225,0.255951455205554,0.0290442570044003,0.0259969839808506,0.5,0.255951455205554,0.0162941301581038,0.00492211619204617,0.5,0.255951455205554,0.0232784312976646,0.0240732660158159,0.5,0.255951455205554,0.0352416547560369,0.0203305568877782,0.255951455205554,0.0144188315967454,0.00758508794024033,0.0553853584668269,0.110421406331526,0.255951455205554,0.0552230041165223,0.118689154704961,0.5,0.255951455205554,0.0560688147845086,0.193563353635585,0.255951455205554,0.0502783303547015,0.0492142801372012,0.255951455205554,0.0451263658229665,0.106613512306542,0.255951455205554,0.0404001591351466,0.0215975172492332,0.0463116584,0.93848317749119 -4807,0.255951455205554,0.114785859234074,0.701515287982417,0.255951455205554,0.116283170556981,0.500709156410471,0.255951455205554,0.105849966038731,0.468459292689457,0.255951455205554,0.107973993731907,0.636430834807264,0.255951455205554,0.0911469791590515,0.0560630599547478,0.255951455205554,0.0993826851897697,0.0219850951952689,0.5,0.255951455205554,0.0846486644688852,0.00379748934200299,0.5,0.255951455205554,0.09805113265408,0.0166308038023834,0.5,0.255951455205554,0.114484905225229,0.0180936577105783,0.255951455205554,0.0855725288199585,0.00525344298206263,0.137739735390828,0.189814809075856,0.255951455205554,0.138235924809615,0.208155518197558,0.5,0.255951455205554,0.135047879784543,0.292298593490769,0.255951455205554,0.133245330007162,0.04943201687242,0.255951455205554,0.122954122324165,0.141029843701799,0.255951455205554,0.118140154869502,0.0264568715885708,0.117087867091012,0.934756809496819 -4808,0.255951455205554,0.227802379127933,0.806763176905847,0.255951455205554,0.229161847166985,0.631326272405669,0.255951455205554,0.206318551026285,0.54210849767103,0.255951455205554,0.211812249314615,0.667204751704847,0.255951455205554,0.185818411737726,0.0665414685322059,0.255951455205554,0.193159117545779,0.0265576328537763,0.5,0.255951455205554,0.179487581634732,0.00466195107446322,0.5,0.255951455205554,0.204553564015792,0.0205171649017805,0.5,0.255951455205554,0.228717814328388,0.0347515824682893,0.255951455205554,0.182417115991519,0.0070680778123296,0.256562102413946,0.370942089103038,0.255951455205554,0.257744119791606,0.354320672889419,0.5,0.255951455205554,0.253510545166619,0.474341163011279,0.255951455205554,0.252940587883523,0.0902608853674236,0.255951455205554,0.238203020864849,0.244518036020255,0.255951455205554,0.229346512123941,0.0557236759278616,0.231513787108596,0.938733054331237 -4809,0.255951455205554,0.348369780787193,0.862341016827725,0.255951455205554,0.347109188742997,0.78531889524542,0.255951455205554,0.314884256060102,0.63972449188404,0.255951455205554,0.319199420993878,0.759966073656067,0.255951455205554,0.299114608578976,0.0970533961720687,0.255951455205554,0.29973816972365,0.0525017340386205,0.5,0.255951455205554,0.291689035970713,0.00991737789417041,0.5,0.255951455205554,0.328837486810912,0.0462360977788678,0.5,0.255951455205554,0.356646678226902,0.0894964242102895,0.255951455205554,0.297535186517337,0.0181857671592891,0.382162012734765,0.40580216997479,0.255951455205554,0.385105027873108,0.413594544640515,0.5,0.255951455205554,0.377632006635647,0.557885366758675,0.255951455205554,0.381171273907575,0.148280800065775,0.255951455205554,0.356980852368518,0.308363592959831,0.255951455205554,0.34967545887541,0.116078338036681,0.352822442141812,0.947827928239313 -4810,0.255951455205554,0.475942816444333,0.890877555162224,0.255951455205554,0.467064470462288,0.862906333815812,0.255951455205554,0.436894970670356,0.714626363129216,0.255951455205554,0.444286544067132,0.827300581414834,0.255951455205554,0.422082565229792,0.139307993478592,0.255951455205554,0.419039848560525,0.0777877595046969,0.5,0.255951455205554,0.416499911403426,0.0187495844088754,0.5,0.255951455205554,0.460720777109591,0.059375493453094,0.5,0.255951455205554,0.485515039660506,0.116871654111723,0.255951455205554,0.424495564746611,0.0482358383836561,0.509734659505348,0.491789945551628,0.255951455205554,0.514136888251703,0.468196009136722,0.5,0.255951455205554,0.509436646248045,0.607240879748205,0.255951455205554,0.505686377700462,0.217096077236908,0.255951455205554,0.476054980494854,0.422345474108327,0.255951455205554,0.472282807151118,0.209436315567638,0.487517702053565,0.943204874522093 -4811,0.255951455205554,0.57578750210271,0.912441443902803,0.255951455205554,0.538700784091438,0.938286044376817,0.255951455205554,0.55151921097708,0.763089144248307,0.255951455205554,0.554759100335507,0.876263452326103,0.255951455205554,0.521990217374734,0.164342142458505,0.255951455205554,0.537305516067503,0.105168333086829,0.5,0.255951455205554,0.517578659633921,0.0219756756279802,0.5,0.255951455205554,0.569216990184392,0.0631892202194194,0.5,0.255951455205554,0.586229892451604,0.117081191848595,0.255951455205554,0.505698187351503,0.0525334641033824,0.60453315095526,0.595239755304164,0.255951455205554,0.608319449609633,0.5583405629849,0.5,0.255951455205554,0.613299829279047,0.671664362354947,0.255951455205554,0.594030914803417,0.292587234106956,0.255951455205554,0.566181228904209,0.556903870917906,0.255951455205554,0.572627240848924,0.295096361996097,0.60003247466334,0.909371088380867 -4812,0.255951455205554,0.630134482087943,0.931451645343693,0.255951455205554,0.605830860299444,0.96028811658148,0.255951455205554,0.627305276928371,0.79514772348626,0.255951455205554,0.634097380462021,0.902794838198921,0.255951455205554,0.575218245986634,0.168561846938456,0.255951455205554,0.613103481359884,0.115232584377391,0.5,0.255951455205554,0.569927648090717,0.0245376532985883,0.5,0.255951455205554,0.632322989808696,0.0628100785558772,0.5,0.255951455205554,0.644987927437185,0.105298183978181,0.255951455205554,0.503596999790319,0.0568691990825555,0.642012483442986,0.70416534353699,0.255951455205554,0.651049510770454,0.635619958033616,0.5,0.255951455205554,0.667079202585563,0.725807004855868,0.255951455205554,0.641942496199931,0.364136958841732,0.255951455205554,0.626146345446344,0.646651161117746,0.255951455205554,0.634993339844388,0.367083217421442,0.662344206553468,0.913002770096634 -4813,0.255951455205554,0.656596061423691,0.93056160453946,0.255951455205554,0.65957091276791,0.946423888736906,0.255951455205554,0.657217418539348,0.80444693567695,0.255951455205554,0.669958274591096,0.899289492141783,0.255951455205554,0.589429257591226,0.162266143759189,0.255951455205554,0.64907018736381,0.107153295355225,0.5,0.255951455205554,0.552072384284037,0.0148765880365547,0.5,0.255951455205554,0.645846928249775,0.0644994568468928,0.5,0.255951455205554,0.665809739917256,0.0961787171897885,0.255951455205554,0.547545969773263,0.0388041948838955,0.629777413928612,0.709065863180165,0.255951455205554,0.646293056086546,0.628473753804686,0.5,0.255951455205554,0.674912999235975,0.742478507070221,0.255951455205554,0.655036509723881,0.400122267792812,0.255951455205554,0.650517382599231,0.676438609877504,0.255951455205554,0.650423819985123,0.417432989962133,0.667191225581525,0.887152531451063 -4814,0.255951455205554,0.657072384359534,0.922141674162761,0.255951455205554,0.661748804010366,0.918365274082709,0.255951455205554,0.645208331625238,0.776370500756269,0.255951455205554,0.659861958683611,0.864336777901295,0.255951455205554,0.56066388096919,0.163959801116131,0.255951455205554,0.641756131423892,0.105094642331601,0.5,0.255951455205554,0.518335114614526,0.0110686039995165,0.5,0.255951455205554,0.609364297210705,0.0674379256105551,0.5,0.255951455205554,0.645587832958134,0.0937384440977105,0.255951455205554,0.592662946985361,0.0148123988645554,0.589049484886414,0.68094159191425,0.255951455205554,0.615958348817378,0.609029354804298,0.5,0.255951455205554,0.6417654376523,0.76185811812621,0.255951455205554,0.627525843584625,0.434114699238327,0.255951455205554,0.633236642728132,0.652229521974317,0.255951455205554,0.625174626723543,0.411268293796642,0.647899142221021,0.85175634764252 -4815,0.255951455205554,0.614609970110951,0.916885918396132,0.255951455205554,0.606766003380093,0.874174424751329,0.255951455205554,0.59395157374689,0.728265235230211,0.255951455205554,0.607520032865357,0.8145982043663,0.255951455205554,0.494641014141763,0.159035340081879,0.255951455205554,0.590706071670792,0.100444035085239,0.5,0.255951455205554,0.538080912857253,0.0144658091543063,0.5,0.255951455205554,0.531749836925028,0.0724133028890488,0.5,0.255951455205554,0.582337132493393,0.0943602513229386,0.255951455205554,0.592577791987338,0.00316293964184487,0.514461907500629,0.654472978262584,0.255951455205554,0.550223303753122,0.592268424790362,0.5,0.255951455205554,0.572590835012372,0.779490123643243,0.255951455205554,0.559986019657188,0.459839597743099,0.255951455205554,0.575463166140454,0.625298214410209,0.255951455205554,0.570033138565823,0.41828143095339,0.603279219947283,0.835487697763479 -4816,0.255951455205554,0.516374732379573,0.914230714724086,0.255951455205554,0.503450993230344,0.84263161102209,0.255951455205554,0.496892930820803,0.67531470464376,0.255951455205554,0.50856420678847,0.754915592818814,0.255951455205554,0.412643943849939,0.165265667053077,0.255951455205554,0.494405272542089,0.103044278178805,0.5,0.255951455205554,0.490485054813876,0.0235673063554776,0.5,0.255951455205554,0.431666861469386,0.0764703420571859,0.5,0.255951455205554,0.47250263580689,0.10251660505219,0.255951455205554,0.507902256824299,0.0127144248166545,0.456703876501478,0.64742710537407,0.255951455205554,0.450250556956151,0.579889700941401,0.5,0.255951455205554,0.467207396346621,0.79561404968274,0.255951455205554,0.452782216441845,0.470080788449436,0.255951455205554,0.47619701810697,0.591816841803607,0.255951455205554,0.474571948058855,0.41490378758007,0.52254175346064,0.78469046949934 -4817,0.255951455205554,0.389810510176249,0.914472640233353,0.255951455205554,0.376497104762465,0.818544825983402,0.255951455205554,0.366752369587975,0.606582006953102,0.255951455205554,0.383095499737228,0.687369376810615,0.255951455205554,0.300026877638882,0.169837646078297,0.255951455205554,0.363418581874824,0.104473174121974,0.5,0.255951455205554,0.371983755471306,0.0229035362715161,0.5,0.255951455205554,0.305362320081168,0.0567974611123469,0.5,0.255951455205554,0.335861438433872,0.0969055929446805,0.255951455205554,0.372661483993708,0.0094973807345318,0.346268669826099,0.583958296205374,0.255951455205554,0.333459602440666,0.542485001693404,0.5,0.255951455205554,0.343257783397754,0.802568169559691,0.255951455205554,0.327531451408593,0.417903587598974,0.255951455205554,0.350421933779798,0.544502325289828,0.255951455205554,0.350005917204618,0.415969640248729,0.3958038495103,0.807268339124131 -4818,0.255951455205554,0.265724978807387,0.905463374330327,0.255951455205554,0.253548990878233,0.747122233900223,0.255951455205554,0.228810732789012,0.454964476711937,0.255951455205554,0.260695746628932,0.540422646675978,0.255951455205554,0.206529902694185,0.0994030662504661,0.255951455205554,0.237310250907642,0.0491521526814984,0.5,0.255951455205554,0.239897926085425,0.00992440148042491,0.5,0.255951455205554,0.192756509107516,0.0164005817081477,0.5,0.255951455205554,0.21048826355516,0.0369093796715451,0.255951455205554,0.211632332529239,0.01092529317677,0.22201147861057,0.391902275112429,0.255951455205554,0.215540082582319,0.399050654454523,0.5,0.255951455205554,0.223304442215204,0.773035894195772,0.255951455205554,0.209461010183504,0.30777753151489,0.255951455205554,0.228732335615783,0.390012096096122,0.255951455205554,0.226684798608646,0.316993159252814,0.269149244435481,0.877164757067028 -4819,0.255951455205554,0.138296848730888,0.879259968082536,0.255951455205554,0.128981072643931,0.647988324291325,0.255951455205554,0.103074954974831,0.339031733539562,0.255951455205554,0.134739825547535,0.367661145187704,0.255951455205554,0.0883986965033432,0.0980012020281683,0.255951455205554,0.11649993742789,0.0478409105277435,0.5,0.255951455205554,0.113434862280856,0.0108954908727603,0.5,0.255951455205554,0.0820482355220859,0.0136966985636476,0.5,0.255951455205554,0.0825151888895674,0.0340117769881441,0.255951455205554,0.108496174041759,0.044328430734914,0.0829385232806645,0.224422165932173,0.255951455205554,0.0828452065661916,0.29112780075189,0.5,0.255951455205554,0.109122154269632,0.699067053012288,0.255951455205554,0.076290799281885,0.324898266343348,0.255951455205554,0.0952702949294476,0.290123603498605,0.255951455205554,0.0986264337344619,0.265113943770025,0.139446559492307,0.9252077355546 -4820,0.255951455205554,0.0320439608620549,0.819188297435086,0.255951455205554,0.0254567643133067,0.663535417868773,0.255951455205554,0.0213035705916584,0.31813692483012,0.255951455205554,0.0302977134207596,0.342547439074627,0.255951455205554,0.0240183301034549,0.138473004774994,0.255951455205554,0.0244359160079319,0.059692225664599,0.5,0.255951455205554,0.0214856663792816,0.0169452945899327,0.5,0.255951455205554,0.00208542712611597,0.0219836246244083,0.5,0.255951455205554,0.000277876288074225,0.03851855122856,0.255951455205554,0.0281835054121223,0.0697439003064085,0.0,0.196804862233317,0.255951455205554,0.00179300606293363,0.290162555849356,0.5,0.255951455205554,0.0179258117709422,0.567422140826486,0.255951455205554,0.0,0.339847295540303,0.255951455205554,0.00451106017626885,0.279924787826228,0.255951455205554,0.00404662894569027,0.27432031984177,0.0318885242862383,0.681093036261357 -4821,0.255951455205554,0.0,0.746237758613317,0.255951455205554,0.0,0.721229525802863,0.255951455205554,0.0,0.374812203760816,0.255951455205554,0.0,0.427670528766357,0.255951455205554,0.0,0.183121354555684,0.255951455205554,0.0,0.0732703821242006,0.5,0.255951455205554,0.0,0.0309167727047288,0.5,0.255951455205554,0.0,0.0200536036398597,0.5,0.255951455205554,0.0,0.0400363930708781,0.255951455205554,0.0,0.0681332575392259,0.0,0.204623831955299,0.255951455205554,0.0,0.313021697533305,0.5,0.255951455205554,0.0,0.453516016480417,0.255951455205554,0.0,0.308050606770278,0.255951455205554,0.0,0.278495809232575,0.255951455205554,0.0,0.293597928315656,0.0,0.876848848101236 -4822,0.255951455205554,0.0,0.691424934024082,0.255951455205554,0.0,0.734827797778179,0.255951455205554,0.0,0.438259570563887,0.255951455205554,0.0,0.539021580562605,0.255951455205554,0.0,0.2273743230138,0.255951455205554,0.0,0.0859639967871086,0.5,0.255951455205554,0.0,0.0589561043775011,0.5,0.255951455205554,0.0,0.0206219040676719,0.5,0.255951455205554,0.0,0.0428673187538697,0.255951455205554,0.0,0.0843861153645174,0.0,0.204616023380295,0.255951455205554,0.0,0.309217070089694,0.5,0.255951455205554,0.0,0.374379883898602,0.255951455205554,0.0,0.268560492475712,0.255951455205554,0.0,0.269985831662522,0.255951455205554,0.0,0.282864819883468,0.0,0.94979846829266 -4823,0.255951455205554,0.0,0.651958210887297,0.255951455205554,0.0,0.698997289445619,0.255951455205554,0.0,0.475339666302184,0.255951455205554,0.0,0.637556697346971,0.255951455205554,0.0,0.254228969137706,0.255951455205554,0.0,0.108203103257089,0.5,0.255951455205554,0.0,0.0936015923814516,0.5,0.255951455205554,0.0,0.0243203014695144,0.5,0.255951455205554,0.0,0.0453764405385709,0.255951455205554,0.0,0.111340344332111,0.0,0.213168763897963,0.255951455205554,0.0,0.293636672082655,0.5,0.255951455205554,0.0,0.309322147136198,0.255951455205554,0.0,0.230711614557048,0.255951455205554,0.0,0.257421627760245,0.255951455205554,0.0,0.247434148154128,0.0,0.954481818556048 -4824,0.255951455205554,0.0,0.611897364098847,0.255951455205554,0.0,0.571444849619385,0.255951455205554,0.0,0.506761270858585,0.255951455205554,0.0,0.688515578193302,0.255951455205554,0.0,0.234400538716521,0.255951455205554,0.0,0.119978641059118,0.5,0.255951455205554,0.0,0.132902160327612,0.5,0.255951455205554,0.0,0.0328455926204067,0.5,0.255951455205554,0.0,0.0458492327977754,0.255951455205554,0.0,0.0801074858238696,0.0,0.223048008092915,0.255951455205554,0.0,0.273327799809439,0.5,0.255951455205554,0.0,0.268517313192658,0.255951455205554,0.0,0.196509746416097,0.255951455205554,0.0,0.253743210691114,0.255951455205554,0.0,0.229763197127276,0.0,0.922814331161395 -4825,0.255951455205554,0.0,0.579445206651694,0.255951455205554,0.0,0.520705873264469,0.255951455205554,0.0,0.506525687565909,0.255951455205554,0.0,0.665274780527628,0.255951455205554,0.0,0.218244002840063,0.255951455205554,0.0,0.0990229884909731,0.5,0.255951455205554,0.0,0.226379008978054,0.5,0.255951455205554,0.0,0.0338489875168712,0.5,0.255951455205554,0.0,0.0464258090904445,0.255951455205554,0.0,0.278543005637653,0.0,0.237491546466429,0.255951455205554,0.0,0.260477586169424,0.5,0.255951455205554,0.0,0.239528726197328,0.255951455205554,0.0,0.181989965089283,0.255951455205554,0.0,0.259320555516112,0.255951455205554,0.0,0.199942519781439,0.0,0.903492023326587 -4826,0.255951455205554,0.0,0.518707532079434,0.255951455205554,0.0,0.45899913288169,0.255951455205554,0.0,0.488924262387229,0.255951455205554,0.0,0.588751228473713,0.255951455205554,0.0,0.196246643469592,0.255951455205554,0.0,0.0956707207519047,0.5,0.255951455205554,0.0,0.261838474448749,0.5,0.255951455205554,0.0,0.0628194792628926,0.5,0.255951455205554,0.0,0.043253370902706,0.255951455205554,0.0,0.355398514516636,0.0,0.226403607886627,0.255951455205554,0.0,0.244874788709787,0.5,0.255951455205554,0.0,0.218137663606434,0.255951455205554,0.0,0.171604385304818,0.255951455205554,0.0,0.260049694822832,0.255951455205554,0.0,0.184013130787197,0.0,0.908908499474163 -4827,0.255951455205554,0.0,0.464658777415745,0.255951455205554,0.0,0.338686907379159,0.255951455205554,0.0,0.460121689099971,0.255951455205554,0.0,0.543882481436548,0.255951455205554,0.0,0.166826606491545,0.255951455205554,0.0,0.0869943590892632,0.5,0.255951455205554,0.0,0.415696774343096,0.5,0.255951455205554,0.0,0.134818934718062,0.5,0.255951455205554,0.0,0.040954676507562,0.255951455205554,0.0,0.412709345201244,0.0,0.211116077755254,0.255951455205554,0.0,0.229181827409622,0.5,0.255951455205554,0.0,0.192992371053126,0.255951455205554,0.0,0.165777207712098,0.255951455205554,0.0,0.250826634875866,0.255951455205554,0.0,0.16629280506589,0.0,0.916224174093705 -4828,0.255951455205554,0.0,0.427829978238163,0.255951455205554,0.0,0.299357853617396,0.255951455205554,0.0,0.405433561921722,0.255951455205554,0.0,0.474030065483748,0.255951455205554,0.0,0.174402846462163,0.255951455205554,0.0,0.0865367971764651,0.5,0.255951455205554,0.0,0.514925489022259,0.5,0.255951455205554,0.0,0.207061824848736,0.5,0.255951455205554,0.0,0.0390340841891534,0.255951455205554,0.0,0.422758733244552,0.0,0.192056564062155,0.255951455205554,0.0,0.224871125910857,0.5,0.255951455205554,0.0,0.181554461598076,0.255951455205554,0.0,0.162564831495628,0.255951455205554,0.0,0.241824411472538,0.255951455205554,0.0,0.153456581277501,0.0,0.915571602470061 -4829,0.255951455205554,7.0061230659515e-05,0.408538384214349,0.255951455205554,0.0,0.284178736709284,0.255951455205554,9.81387021340468e-09,0.361924579989846,0.255951455205554,0.0,0.403378606356489,0.255951455205554,0.0,0.183177135177204,0.255951455205554,0.0,0.091511690354721,0.5,0.255951455205554,0.0,0.535845350876288,0.5,0.255951455205554,0.0,0.217854478944516,0.5,0.255951455205554,0.0,0.0401323626085951,0.255951455205554,0.0,0.431631153528738,0.00156387069881222,0.197678112902183,0.255951455205554,0.00147393441564572,0.228191137208104,0.5,0.255951455205554,0.00219901234237181,0.171370039889656,0.255951455205554,0.000361264867234823,0.162960470564475,0.255951455205554,6.53433263676525e-06,0.243075815483891,0.255951455205554,0.0,0.139340551721189,0.000176274693006981,0.902383065145491 -4830,0.255951455205554,0.0432512184959667,0.426844635528273,0.255951455205554,0.0431043296228175,0.320657741000748,0.255951455205554,0.0283248810972736,0.3769118203113,0.255951455205554,0.0322724870451802,0.443729941934565,0.255951455205554,0.0152451227488772,0.184540212698641,0.255951455205554,0.0229793312609448,0.0961376189985581,0.5,0.255951455205554,0.00737531274582766,0.540516913375956,0.5,0.255951455205554,0.0110431084775167,0.207440969834017,0.5,0.255951455205554,0.0159046250625905,0.0379185624830943,0.255951455205554,0.00210453019820818,0.483832065389108,0.0554969475491893,0.253959046943986,0.255951455205554,0.054704473434995,0.266568169509038,0.5,0.255951455205554,0.0554447393961017,0.163767450428659,0.255951455205554,0.0487201182368562,0.169555448405668,0.255951455205554,0.0423075265956975,0.279039417445289,0.255951455205554,0.0351410407480907,0.16177782235646,0.0463055625928335,0.904132211154358 -4831,0.255951455205554,0.113399589487087,0.565392503305947,0.255951455205554,0.114752054331628,0.390224679441253,0.255951455205554,0.0949630791094581,0.445301255657331,0.255951455205554,0.0981316559810633,0.500048783471898,0.255951455205554,0.0729380181684318,0.214556905678818,0.255951455205554,0.0880110636797605,0.124746792502101,0.5,0.255951455205554,0.0380317009436854,0.569909979404937,0.5,0.255951455205554,0.0581870003823209,0.227507588356898,0.5,0.255951455205554,0.0586805834024595,0.0389953300872297,0.255951455205554,0.0180897436610459,0.690493758225506,0.135789475994889,0.32162948804124,0.255951455205554,0.135305254555764,0.344493933382284,0.5,0.255951455205554,0.133174412705844,0.268087687501792,0.255951455205554,0.128003797472826,0.217797051222279,0.255951455205554,0.116685074504739,0.352338198271603,0.255951455205554,0.10588451099804,0.217719011530418,0.114631295195853,0.910531059363184 -4832,0.255951455205554,0.215384640690262,0.746666423552082,0.255951455205554,0.217769887399732,0.530326833854705,0.255951455205554,0.18736473620017,0.559859057575378,0.255951455205554,0.191542842730627,0.633018768191591,0.255951455205554,0.151385882290561,0.261625622675557,0.255951455205554,0.182509653726487,0.199178536918693,0.5,0.255951455205554,0.091294000969378,0.674141833034214,0.5,0.255951455205554,0.10817177982513,0.245949160423259,0.5,0.255951455205554,0.116230949164443,0.0484078601485622,0.255951455205554,0.0375145994296688,0.808523955496285,0.245938501251946,0.483973637979803,0.255951455205554,0.24735913743952,0.463934257311217,0.5,0.255951455205554,0.244090576242816,0.478471271433629,0.255951455205554,0.239946460351226,0.345596317808312,0.255951455205554,0.216132206380689,0.467282140256091,0.255951455205554,0.202041496146373,0.326368935107384,0.218657197624524,0.875513011377726 -4833,0.255951455205554,0.326596369622906,0.792477885169421,0.255951455205554,0.336786887323159,0.749169357052405,0.255951455205554,0.293999855223101,0.665389621516781,0.255951455205554,0.311230261848995,0.710611663347092,0.255951455205554,0.249319463582041,0.349998471019186,0.255951455205554,0.29440823173605,0.263141402018173,0.5,0.255951455205554,0.183588068096842,0.6899850089388,0.5,0.255951455205554,0.128711516965469,0.195551740625025,0.5,0.255951455205554,0.170812112113761,0.055727922340399,0.255951455205554,0.0699301362768006,0.85764001198657,0.368244652034246,0.612879155840422,0.255951455205554,0.370919984803758,0.572075724495714,0.5,0.255951455205554,0.363274688040635,0.601735095415028,0.255951455205554,0.360805954442474,0.455557125075876,0.255951455205554,0.326664379063547,0.60878521121931,0.255951455205554,0.315149889020229,0.428707582296653,0.326282349648583,0.844037765423329 -4834,0.255951455205554,0.432782665639337,0.774655423290485,0.255951455205554,0.464433825977367,0.748696327524429,0.255951455205554,0.401785154490514,0.700296598642039,0.255951455205554,0.446873170751211,0.719886451840951,0.255951455205554,0.364525097877535,0.480489333569118,0.255951455205554,0.412961894299279,0.332373982755965,0.5,0.255951455205554,0.294384752153991,0.604990115577569,0.5,0.255951455205554,0.161820164744744,0.161970134271515,0.5,0.255951455205554,0.209004893863303,0.0542753360987942,0.255951455205554,0.0894402922927024,0.805748254767209,0.493685405985476,0.68896153002852,0.255951455205554,0.498824609715896,0.647457468600768,0.5,0.255951455205554,0.488435275387559,0.691850767184136,0.255951455205554,0.476283161161698,0.542340444984465,0.255951455205554,0.441931061405018,0.70472619323087,0.255951455205554,0.427301134225684,0.519112713280866,0.409590957374294,0.844959773651681 -4835,0.255951455205554,0.532966821994843,0.759187453040853,0.255951455205554,0.573376613748435,0.785606973490111,0.255951455205554,0.48452951596615,0.709326070444672,0.255951455205554,0.543510344465762,0.722911365894963,0.255951455205554,0.450736364480975,0.567015500126237,0.255951455205554,0.499016769769436,0.372967733323171,0.5,0.255951455205554,0.394104727204363,0.572260940718061,0.5,0.255951455205554,0.201093371333993,0.142237413113252,0.5,0.255951455205554,0.262663360597112,0.0513470653405137,0.255951455205554,0.137627057204931,0.692276582530024,0.589927781052702,0.707787368031677,0.255951455205554,0.597794881798221,0.679078559258464,0.5,0.255951455205554,0.579486970725854,0.73665741079403,0.255951455205554,0.560803077724627,0.633468235203664,0.255951455205554,0.540012669300538,0.780336093552898,0.255951455205554,0.499551330757619,0.588274536588641,0.494042612738423,0.838634908459643 -4836,0.255951455205554,0.612261077172325,0.776347714919866,0.255951455205554,0.639078522308158,0.808173437136479,0.255951455205554,0.544753048725507,0.692604706093626,0.255951455205554,0.582130901808344,0.645970927109695,0.255951455205554,0.545927291286574,0.6870934510378,0.255951455205554,0.512642153714254,0.411931676986714,0.5,0.255951455205554,0.424769514184511,0.547084487189364,0.5,0.255951455205554,0.215107330948574,0.130532727571126,0.5,0.255951455205554,0.336866957921833,0.0563004793201135,0.255951455205554,0.199361239428993,0.617431188790659,0.645914700739556,0.689102674084651,0.255951455205554,0.649254858192443,0.668479245645789,0.5,0.255951455205554,0.624051795011802,0.774112755390782,0.255951455205554,0.591109626516751,0.690654832918506,0.255951455205554,0.597376482335925,0.794273878442407,0.255951455205554,0.511794483264812,0.633851807827308,0.576473416906675,0.775531233886728 -4837,0.255951455205554,0.649070891025205,0.783820305999721,0.255951455205554,0.667008706296903,0.813365560747801,0.255951455205554,0.573861960304034,0.657382254814932,0.255951455205554,0.578618461321479,0.549780240348548,0.255951455205554,0.588394920549777,0.749591045151962,0.255951455205554,0.469119126019264,0.420908662173964,0.5,0.255951455205554,0.452854054684803,0.533575892550538,0.5,0.255951455205554,0.190110484796613,0.123960175100634,0.5,0.255951455205554,0.378984244205458,0.0720491892844884,0.255951455205554,0.137623027574641,0.427206585497489,0.645578056498829,0.651803261615461,0.255951455205554,0.656126595074974,0.646054684249119,0.5,0.255951455205554,0.64460153609244,0.809424236973129,0.255951455205554,0.583603328777477,0.729493343559921,0.255951455205554,0.608608375700442,0.77824748822607,0.255951455205554,0.480369721481365,0.669623390296419,0.590798336780187,0.67473749407051 -4838,0.255951455205554,0.645787836109324,0.810541656262263,0.255951455205554,0.635948412211846,0.796800329975778,0.255951455205554,0.564745897393115,0.631062239816816,0.255951455205554,0.547654484986645,0.530752788150774,0.255951455205554,0.583023473945677,0.747572974831948,0.255951455205554,0.425567017393128,0.433069843054647,0.5,0.255951455205554,0.457159441783016,0.455231944635339,0.5,0.255951455205554,0.181124361172625,0.0982080012239222,0.5,0.255951455205554,0.326144171442862,0.105758478458012,0.255951455205554,0.131575970123379,0.34548755589456,0.595290085653434,0.601531321069176,0.255951455205554,0.618942199514426,0.624418117391566,0.5,0.255951455205554,0.625814040248406,0.837851434927628,0.255951455205554,0.559642657298368,0.75264816303737,0.255951455205554,0.587635489438137,0.752555708828614,0.255951455205554,0.428311224123431,0.690094082118685,0.631509212673549,0.576465974762545 -4839,0.255951455205554,0.603696040178815,0.844793972058474,0.255951455205554,0.550457145235629,0.803236928408579,0.255951455205554,0.519794996526881,0.605143053807129,0.255951455205554,0.512040782496134,0.560013616641019,0.255951455205554,0.538327078165584,0.709708245055377,0.255951455205554,0.39884326128645,0.443188759042538,0.5,0.255951455205554,0.32897147409422,0.326430015800061,0.5,0.255951455205554,0.166354522858273,0.0629062868920337,0.5,0.255951455205554,0.223402506177895,0.126547206127693,0.255951455205554,0.0644005757147016,0.214479893780627,0.491332142135963,0.584906527293654,0.255951455205554,0.540069188058472,0.610175064441138,0.5,0.255951455205554,0.566063926611071,0.858581376065179,0.255951455205554,0.495551104398212,0.760208139498605,0.255951455205554,0.530131925570604,0.723790128512342,0.255951455205554,0.389538293259086,0.682006621211644,0.592229463469039,0.471348008054477 -4840,0.255951455205554,0.506972023248503,0.876075750908973,0.255951455205554,0.435827456847855,0.80409801583745,0.255951455205554,0.437565568806619,0.58668816442772,0.255951455205554,0.427035076080818,0.587420496126321,0.255951455205554,0.448767821613193,0.640273688751885,0.255951455205554,0.31259871821299,0.410776415551362,0.5,0.255951455205554,0.206800966389475,0.244674574924106,0.5,0.255951455205554,0.119695546535526,0.0427988875150814,0.5,0.255951455205554,0.169803499348174,0.156664566190049,0.255951455205554,0.0307729947824455,0.0804262620041813,0.372888083823728,0.555358986171437,0.255951455205554,0.429505526523777,0.603873967936999,0.5,0.255951455205554,0.473186854570266,0.864169635363928,0.255951455205554,0.398844597513891,0.722601700220461,0.255951455205554,0.432648364828142,0.701944337498751,0.255951455205554,0.339082049559511,0.656929892533692,0.499127753784997,0.380247158429879 -4841,0.255951455205554,0.382141393344336,0.884630338708315,0.255951455205554,0.313795633332803,0.841885704215373,0.255951455205554,0.330177614088766,0.562883141511035,0.255951455205554,0.326008322257359,0.576937122770807,0.255951455205554,0.329283663119042,0.518764877609363,0.255951455205554,0.260702681998829,0.333864289061775,0.5,0.255951455205554,0.127168941704913,0.164301716149296,0.5,0.255951455205554,0.0787609036123818,0.029025190296705,0.5,0.255951455205554,0.122774179620307,0.166033034538662,0.255951455205554,0.0264508333048003,0.0275493399372211,0.26210921516861,0.473754343899363,0.255951455205554,0.305451486030667,0.57374697331171,0.5,0.255951455205554,0.352668791193819,0.854048111269916,0.255951455205554,0.287192175469877,0.603516511083761,0.255951455205554,0.313695729792615,0.621899960761171,0.255951455205554,0.261537687861574,0.588242553733356,0.387514563591224,0.324039386662091 -4842,0.255951455205554,0.259002404708655,0.843121319674131,0.255951455205554,0.209193250055489,0.851857632895609,0.255951455205554,0.222697604325617,0.484025746201978,0.255951455205554,0.228540699729441,0.555478773263587,0.255951455205554,0.218086494569814,0.295186625903427,0.255951455205554,0.178661266179857,0.209211757332998,0.5,0.255951455205554,0.0751033120085883,0.0908437065439826,0.5,0.255951455205554,0.0436087473996156,0.0295806079877529,0.5,0.255951455205554,0.0601852782492332,0.168979972266725,0.255951455205554,0.0290666627931635,0.00735105950287476,0.163780841793351,0.311560948906916,0.255951455205554,0.18959597339861,0.452124133221864,0.5,0.255951455205554,0.228886493863824,0.800102843193531,0.255951455205554,0.182212845007616,0.380792983070499,0.255951455205554,0.198074825136437,0.385905332637442,0.255951455205554,0.176608013558392,0.427729032249367,0.262884889240958,0.300813432169887 -4843,0.255951455205554,0.134569735444416,0.719284387220664,0.255951455205554,0.112907494322997,0.812179427450989,0.255951455205554,0.11751693171945,0.399988759777547,0.255951455205554,0.1198970758906,0.515403387744171,0.255951455205554,0.113180506757376,0.174338943486762,0.255951455205554,0.0804943851539135,0.155953713364429,0.5,0.255951455205554,0.0541751553234288,0.0572278738976923,0.5,0.255951455205554,0.0273776689424156,0.0290717432928214,0.5,0.255951455205554,0.0230132139152599,0.161485231528127,0.255951455205554,0.00463135516758098,0.00216868923733295,0.0784592227537234,0.220186213835813,0.255951455205554,0.0830187988928941,0.371593127980359,0.5,0.255951455205554,0.100034803453338,0.663707170686623,0.255951455205554,0.0804688233825249,0.278591774842938,0.255951455205554,0.0914785532178579,0.245400855318468,0.255951455205554,0.0795864421205317,0.315251537332707,0.135151259747744,0.300848515975708 -4844,0.255951455205554,0.0325508299249055,0.548008459225979,0.255951455205554,0.0317909469469552,0.641877309262064,0.255951455205554,0.031549927170559,0.369554875404613,0.255951455205554,0.0342845885903999,0.514119030664232,0.255951455205554,0.0294367871156735,0.132055540715084,0.255951455205554,0.0153607241708843,0.161419422928473,0.5,0.255951455205554,0.0185465032033791,0.0418057160354828,0.5,0.255951455205554,0.00116786079395694,0.0216251499397153,0.5,0.255951455205554,0.000124925340663413,0.175464985722048,0.255951455205554,0.00136736169219768,0.0103559673577358,0.0,0.252685406611645,0.255951455205554,0.00116635095257844,0.315019049772168,0.5,0.255951455205554,0.0142863522947334,0.440128341488579,0.255951455205554,0.0,0.23451448074139,0.255951455205554,0.00302216343842549,0.223099834816625,0.255951455205554,0.00152911263654861,0.273457914668993,0.0313081727947366,0.315323232834888 -4845,0.255951455205554,0.0,0.434563378089856,0.255951455205554,0.0,0.431339767750634,0.255951455205554,0.0,0.361013202596832,0.255951455205554,0.0,0.496893847973116,0.255951455205554,0.0,0.11027474405522,0.255951455205554,0.0,0.172201777517932,0.5,0.255951455205554,0.0,0.0529481571338629,0.5,0.255951455205554,0.0,0.0309788568964282,0.5,0.255951455205554,0.0,0.244788740266958,0.255951455205554,0.0,0.0159694159831366,0.0,0.323721129499516,0.255951455205554,0.0,0.271404427557942,0.5,0.255951455205554,0.0,0.289062179647195,0.255951455205554,0.0,0.21556943525956,0.255951455205554,0.0,0.234220141830919,0.255951455205554,0.0,0.24104276995911,0.0,0.354588053746156 -4846,0.255951455205554,0.0,0.377018474308662,0.255951455205554,0.0,0.341464261552885,0.255951455205554,0.0,0.351341571211514,0.255951455205554,0.0,0.444196942024403,0.255951455205554,0.0,0.0890057767767774,0.255951455205554,0.0,0.173549570501644,0.5,0.255951455205554,0.0,0.0767464936229781,0.5,0.255951455205554,0.0,0.0404444033067634,0.5,0.255951455205554,0.0,0.28128209887318,0.255951455205554,0.0,0.0200849441135109,0.0,0.329464022447697,0.255951455205554,0.0,0.237927208736189,0.5,0.255951455205554,0.0,0.233748477304965,0.255951455205554,0.0,0.199126078669556,0.255951455205554,0.0,0.241660096764483,0.255951455205554,0.0,0.216814135491124,0.0,0.405993455700231 -4847,0.255951455205554,0.0,0.34986862964531,0.255951455205554,0.0,0.297644476515766,0.255951455205554,0.0,0.327523760309652,0.255951455205554,0.0,0.378873919595543,0.255951455205554,0.0,0.0797945840094442,0.255951455205554,0.0,0.185943060119228,0.5,0.255951455205554,0.0,0.0853763369897824,0.5,0.255951455205554,0.0,0.0483997533973501,0.5,0.255951455205554,0.0,0.256513719803657,0.255951455205554,0.0,0.0344331677467013,0.0,0.27941072279799,0.255951455205554,0.0,0.216853174867552,0.5,0.255951455205554,0.0,0.230126145086985,0.255951455205554,0.0,0.174134461410587,0.255951455205554,0.0,0.247043319196898,0.255951455205554,0.0,0.204230439736865,0.0,0.460324016678429 -4848,0.255951455205554,0.0,0.347745365233498,0.255951455205554,0.0,0.276294917163362,0.255951455205554,0.0,0.304149233614881,0.255951455205554,0.0,0.358340940673791,0.255951455205554,0.0,0.0884002532806044,0.255951455205554,0.0,0.162477778502775,0.5,0.255951455205554,0.0,0.0863278319598747,0.5,0.255951455205554,0.0,0.0842250022586967,0.5,0.255951455205554,0.0,0.194795635906496,0.255951455205554,0.0,0.0532691532976433,0.0,0.244607612993291,0.255951455205554,0.0,0.20647773419002,0.5,0.255951455205554,0.0,0.248518644966919,0.255951455205554,0.0,0.140280484735719,0.255951455205554,0.0,0.237535091141261,0.255951455205554,0.0,0.174230797997925,0.0,0.519878503742822 -4849,0.255951455205554,0.0,0.362519389187723,0.255951455205554,0.0,0.261999317776265,0.255951455205554,0.0,0.284019011597554,0.255951455205554,0.0,0.352277429606669,0.255951455205554,0.0,0.0928294356561482,0.255951455205554,0.0,0.138216780788691,0.5,0.255951455205554,0.0,0.0875113244873848,0.5,0.255951455205554,0.0,0.119349823660331,0.5,0.255951455205554,0.0,0.18165837524444,0.255951455205554,0.0,0.0690340956813034,0.0,0.210934410822291,0.255951455205554,0.0,0.190644650708769,0.5,0.255951455205554,0.0,0.269495354456887,0.255951455205554,0.0,0.109763277849067,0.255951455205554,0.0,0.203556388998457,0.255951455205554,0.0,0.129553952334635,0.0,0.556215053571249 -4850,0.255951455205554,0.0,0.376442821921593,0.255951455205554,0.0,0.222659208651761,0.255951455205554,0.0,0.252918322305078,0.255951455205554,0.0,0.321126526971714,0.255951455205554,0.0,0.0816182885635495,0.255951455205554,0.0,0.160851021312394,0.5,0.255951455205554,0.0,0.106425020555157,0.5,0.255951455205554,0.0,0.150355320150458,0.5,0.255951455205554,0.0,0.171144008658902,0.255951455205554,0.0,0.0857594873665795,0.0,0.167024820236495,0.255951455205554,0.0,0.167325416996339,0.5,0.255951455205554,0.0,0.268337028546174,0.255951455205554,0.0,0.0971606810116918,0.255951455205554,0.0,0.167508858449971,0.255951455205554,0.0,0.117189405845164,0.0,0.568483185367165 -4851,0.255951455205554,0.0,0.364537782251808,0.255951455205554,0.0,0.17836003684515,0.255951455205554,0.0,0.217396773499323,0.255951455205554,0.0,0.272400421932039,0.255951455205554,0.0,0.0676898779791675,0.255951455205554,0.0,0.171708211462919,0.5,0.255951455205554,0.0,0.118487631603246,0.5,0.255951455205554,0.0,0.134315551641933,0.5,0.255951455205554,0.0,0.162143773702671,0.255951455205554,0.0,0.0831493511860722,0.0,0.126807562446374,0.255951455205554,0.0,0.139429096029832,0.5,0.255951455205554,0.0,0.244305836620885,0.255951455205554,0.0,0.0952244277558335,0.255951455205554,0.0,0.146759569027958,0.255951455205554,0.0,0.111233228540121,0.0,0.564764909740148 -4852,0.255951455205554,0.0,0.336565878796485,0.255951455205554,0.0,0.16125750942586,0.255951455205554,0.0,0.19285032115662,0.255951455205554,0.0,0.23533342650206,0.255951455205554,0.0,0.0627929600178594,0.255951455205554,0.0,0.176638525198538,0.5,0.255951455205554,0.0,0.1302296580906,0.5,0.255951455205554,0.0,0.100014298611772,0.5,0.255951455205554,0.0,0.139388430457823,0.255951455205554,0.0,0.0876974776881227,0.0,0.117455572307545,0.255951455205554,0.0,0.124651772853717,0.5,0.255951455205554,0.0,0.219679429903742,0.255951455205554,0.0,0.0972779856401063,0.255951455205554,0.0,0.123178745687253,0.255951455205554,0.0,0.108891508307318,0.0,0.575656399377711 -4853,0.255951455205554,3.21437417006757e-05,0.304710211810994,0.255951455205554,0.0,0.144504236812041,0.255951455205554,0.0,0.173085024332379,0.255951455205554,0.0,0.205787347258616,0.255951455205554,0.0,0.0554609111471881,0.255951455205554,0.0,0.172235254174495,0.5,0.255951455205554,0.0,0.147275120185861,0.5,0.255951455205554,0.0,0.0699696018344875,0.5,0.255951455205554,0.0,0.110056181785042,0.255951455205554,0.0,0.110419216547736,0.00115189220633158,0.114803537371873,0.255951455205554,0.00109069127614882,0.114702467011638,0.5,0.255951455205554,0.00173404652621838,0.200459284485372,0.255951455205554,0.00023947403363507,0.0864925527716632,0.255951455205554,5.75916464960113e-07,0.103875800422855,0.255951455205554,0.0,0.0933726891759915,0.0,0.608365459921451 -4854,0.255951455205554,0.0411187797946271,0.263333414111031,0.255951455205554,0.0404306257030912,0.148558078850086,0.255951455205554,0.0320819489322775,0.169867548486806,0.255951455205554,0.0336034576812305,0.213432966846674,0.255951455205554,0.0233295786497261,0.047021313220756,0.255951455205554,0.024833628598513,0.149901136227236,0.5,0.255951455205554,0.0146757163727404,0.140918223438001,0.5,0.255951455205554,0.00462423396545046,0.0565391613020647,0.5,0.255951455205554,0.00679709990262315,0.0972111787601418,0.255951455205554,0.0113652529294321,0.10770271820004,0.0513653807232243,0.123885961343355,0.255951455205554,0.0512995589188547,0.117739127675386,0.5,0.255951455205554,0.0516073792505045,0.200180338597441,0.255951455205554,0.0463220357865896,0.0678563955345398,0.255951455205554,0.0424589458420844,0.0917812733278614,0.255951455205554,0.0370207084211534,0.0680635604841075,0.0435791150926487,0.619179712680932 -4855,0.255951455205554,0.111221758208203,0.319171473261916,0.255951455205554,0.11200596686332,0.225609852072969,0.255951455205554,0.101386717629653,0.244280032062942,0.255951455205554,0.102467948592589,0.30807361765928,0.255951455205554,0.0922163530039711,0.0600541121336669,0.255951455205554,0.0954195410774301,0.169041588701463,0.5,0.255951455205554,0.0811027831181841,0.145275892569217,0.5,0.255951455205554,0.0327264041241553,0.0608332285737905,0.5,0.255951455205554,0.0345715417876208,0.115698561904635,0.255951455205554,0.080181129629067,0.0927029121106736,0.131777503112663,0.165912166127353,0.255951455205554,0.132394644203946,0.175073491276026,0.5,0.255951455205554,0.129183209619801,0.330150504593478,0.255951455205554,0.127613806573623,0.093472747551002,0.255951455205554,0.119504691968336,0.140588684387356,0.255951455205554,0.113246214905971,0.117036362788773,0.1147009483054,0.615235389487286 -4856,0.255951455205554,0.224844707946925,0.46384188825341,0.255951455205554,0.225677363183233,0.361914649050342,0.255951455205554,0.212564680348076,0.327720489933326,0.255951455205554,0.213845557982468,0.368561296659981,0.255951455205554,0.200620581606623,0.101547785806441,0.255951455205554,0.205341483132933,0.251378032792292,0.5,0.255951455205554,0.186810361277878,0.211506690862889,0.5,0.255951455205554,0.0835471607462635,0.0807540144917992,0.5,0.255951455205554,0.0755862530410971,0.13721391710205,0.255951455205554,0.182614167512851,0.172760546323378,0.24828774752963,0.302410680930886,0.255951455205554,0.249164956846392,0.29430305732781,0.5,0.255951455205554,0.24460378910616,0.507974841592779,0.255951455205554,0.246242334185031,0.165157799399638,0.255951455205554,0.235872674628876,0.244774833981784,0.255951455205554,0.22920140586214,0.237865429140338,0.230034716868276,0.628763753589422 -4857,0.255951455205554,0.347475154977422,0.569718377696071,0.255951455205554,0.347390721503886,0.555841483269284,0.255951455205554,0.335168653518293,0.382548736238674,0.255951455205554,0.335640595515201,0.410523210460112,0.255951455205554,0.323497441321983,0.153845102215341,0.255951455205554,0.332032105260744,0.415197761937016,0.5,0.255951455205554,0.315961549898852,0.310094111082871,0.5,0.255951455205554,0.1412854909928,0.117892818041971,0.5,0.255951455205554,0.128416503614434,0.209461158771258,0.255951455205554,0.310697516558221,0.309740214496296,0.369745961745122,0.32840698245873,0.255951455205554,0.371320546240083,0.337379784335133,0.5,0.255951455205554,0.363446111731167,0.631628702995899,0.255951455205554,0.375562457169223,0.254286326819412,0.255951455205554,0.36195279236332,0.286893909998228,0.255951455205554,0.357021087459146,0.335016364789295,0.354045398039622,0.619647084439674 -4858,0.255951455205554,0.479807554369302,0.620547958350696,0.255951455205554,0.477301422052344,0.639847403950639,0.255951455205554,0.467403289411171,0.449921735202609,0.255951455205554,0.467079633164457,0.476370093219786,0.255951455205554,0.457535751503157,0.216797597005156,0.255951455205554,0.468225779562126,0.476183448312901,0.5,0.255951455205554,0.454098656311279,0.374993320677279,0.5,0.255951455205554,0.216562270349642,0.130224930287804,0.5,0.255951455205554,0.184729516866481,0.246735084393873,0.255951455205554,0.451620147849373,0.457083006092289,0.488942052193383,0.374791914780024,0.255951455205554,0.490841321767987,0.414916143227859,0.5,0.255951455205554,0.486337035681729,0.704920261108292,0.255951455205554,0.505814373257086,0.394365188648085,0.255951455205554,0.492937056357951,0.367607521894716,0.255951455205554,0.490455992681468,0.453709213129795,0.487907511190628,0.558987254888891 -4859,0.255951455205554,0.593393082116896,0.662107394674827,0.255951455205554,0.58552606855642,0.723812134389845,0.255951455205554,0.579279325389335,0.51732196073257,0.255951455205554,0.578658190481937,0.532231378259524,0.255951455205554,0.5726377317516,0.309613949789299,0.255951455205554,0.582557925174282,0.547043114751263,0.5,0.255951455205554,0.570990833239444,0.406401900396636,0.5,0.255951455205554,0.306186915644021,0.151161991318992,0.5,0.255951455205554,0.232342850643742,0.258804395259362,0.255951455205554,0.568258529467947,0.475821127050407,0.573582919063288,0.473862608023481,0.255951455205554,0.571342576384756,0.490697885257695,0.5,0.255951455205554,0.586135790804763,0.748556798757161,0.255951455205554,0.604516410274271,0.556685709357426,0.255951455205554,0.595329524563271,0.489701298833594,0.255951455205554,0.597521398434735,0.635233979745105,0.602013512603325,0.465427688090069 -4860,0.255951455205554,0.662717601465573,0.698726184931157,0.255951455205554,0.649181617003122,0.795352383850855,0.255951455205554,0.630947666061561,0.574380800801723,0.255951455205554,0.630199494666536,0.584030924220247,0.255951455205554,0.637441944956201,0.434900793352007,0.255951455205554,0.649949529722943,0.643625430213593,0.5,0.255951455205554,0.645298517510535,0.450910099788839,0.5,0.255951455205554,0.352020441982782,0.185507134432392,0.5,0.255951455205554,0.26967214554077,0.289069929106442,0.255951455205554,0.642649114704761,0.489984880626799,0.598503658200618,0.534987517101524,0.255951455205554,0.604177281120055,0.556820779867286,0.5,0.255951455205554,0.645630145077339,0.78069750558467,0.255951455205554,0.647689405572285,0.688904488937129,0.255951455205554,0.637562572873491,0.600261247975707,0.255951455205554,0.657385213680418,0.742908545214126,0.670667815276423,0.395522669619194 -4861,0.255951455205554,0.689010948841633,0.719087160214847,0.255951455205554,0.642825588598588,0.834022863105369,0.255951455205554,0.652725599799255,0.594780404484812,0.255951455205554,0.655638120869539,0.620697584580425,0.255951455205554,0.65366435305877,0.482996499852829,0.255951455205554,0.681682332644549,0.642734341418411,0.5,0.255951455205554,0.677580124862954,0.475970685420426,0.5,0.255951455205554,0.337526556182497,0.196023712225218,0.5,0.255951455205554,0.296178887805739,0.301105872554886,0.255951455205554,0.677246860338001,0.501337642232053,0.628898142956807,0.56063373895706,0.255951455205554,0.627189659170338,0.573297344808122,0.5,0.255951455205554,0.663498312178673,0.806365017799541,0.255951455205554,0.653695321140888,0.721793250198909,0.255951455205554,0.624216237293349,0.639216358870247,0.255951455205554,0.677838210098702,0.774187834939346,0.697382472921076,0.386351102818388 -4862,0.255951455205554,0.676861252216101,0.717931740826439,0.255951455205554,0.626342237199512,0.865869987100493,0.255951455205554,0.642029367424474,0.595132790490417,0.255951455205554,0.645958422225677,0.628997174714779,0.255951455205554,0.649881931468708,0.466460295679856,0.255951455205554,0.668509472791845,0.620278704355761,0.5,0.255951455205554,0.671548212979621,0.497764138032847,0.5,0.255951455205554,0.283386446560212,0.186994441905997,0.5,0.255951455205554,0.259867295136855,0.29277896354352,0.255951455205554,0.671799942691824,0.490763552253627,0.572172206970575,0.507921809445026,0.255951455205554,0.584981549318964,0.558909390347956,0.5,0.255951455205554,0.652377724854232,0.829862679931012,0.255951455205554,0.632442952872884,0.704376204700245,0.255951455205554,0.611975029738116,0.625006391681715,0.255951455205554,0.659543624682202,0.756697056918518,0.685123863555422,0.436611068842349 -4863,0.255951455205554,0.623144500786962,0.722540177041822,0.255951455205554,0.594101908127932,0.889577721114955,0.255951455205554,0.586664406421827,0.600555878312948,0.255951455205554,0.591629880980139,0.649020966894385,0.255951455205554,0.604337277518278,0.437621088201225,0.255951455205554,0.615891026187132,0.585780558030758,0.5,0.255951455205554,0.624266750423701,0.50560362824978,0.5,0.255951455205554,0.241613191442168,0.154344776256832,0.5,0.255951455205554,0.259323986346667,0.266539607523713,0.255951455205554,0.626850129544274,0.479235031467213,0.499563126246875,0.568698056438943,0.255951455205554,0.468644325249716,0.566988294357147,0.5,0.255951455205554,0.595540513195363,0.848114925092113,0.255951455205554,0.563469214621517,0.667215456627209,0.255951455205554,0.543571630072487,0.593316329147855,0.255951455205554,0.595218226417678,0.725405912290638,0.6281129228675,0.499880313748556 -4864,0.255951455205554,0.520082349785231,0.726249926429465,0.255951455205554,0.492460134548961,0.912921328805075,0.255951455205554,0.491427714374311,0.615653252629291,0.255951455205554,0.491063438506749,0.681816671917354,0.255951455205554,0.513300257994231,0.420347913782541,0.255951455205554,0.513452685935754,0.527767025943727,0.5,0.255951455205554,0.528792357607102,0.513904603371002,0.5,0.255951455205554,0.185952475882082,0.116355161312494,0.5,0.255951455205554,0.218626117746505,0.223045275349116,0.255951455205554,0.534341542486938,0.468254946748934,0.394942433744955,0.617296945837518,0.255951455205554,0.358856895235271,0.581076471725171,0.5,0.255951455205554,0.490211227604005,0.854326391548674,0.255951455205554,0.455287302129107,0.627056136698923,0.255951455205554,0.406529528261016,0.587094186783394,0.255951455205554,0.485640413019669,0.688563950116235,0.521448961718461,0.538103422310585 -4865,0.255951455205554,0.392077872818513,0.725946874481634,0.255951455205554,0.376043103348749,0.920718718771299,0.255951455205554,0.362491513006129,0.634212100111841,0.255951455205554,0.374262153833123,0.748106357209135,0.255951455205554,0.389141588465881,0.377301330592513,0.255951455205554,0.380312680585074,0.397694167421684,0.5,0.255951455205554,0.398519751545056,0.445305306454535,0.5,0.255951455205554,0.130422032079436,0.0704037108497316,0.5,0.255951455205554,0.152030777882203,0.175343270549621,0.255951455205554,0.405215583528225,0.396912046016694,0.287311879621919,0.582742493453801,0.255951455205554,0.264515907316809,0.568303801481221,0.5,0.255951455205554,0.363912229039164,0.8255151077691,0.255951455205554,0.312387769026135,0.50291987774061,0.255951455205554,0.271482874813721,0.549250610483829,0.255951455205554,0.356874057206898,0.614221568389766,0.391489022883259,0.541730089113079 -4866,0.255951455205554,0.266488810864483,0.677040395428589,0.255951455205554,0.255860041352899,0.889264987421078,0.255951455205554,0.244147205964325,0.605020930420368,0.255951455205554,0.261314735114111,0.79763264870278,0.255951455205554,0.264268333066598,0.221304785011552,0.255951455205554,0.250855966022623,0.156286744185392,0.5,0.255951455205554,0.26530711722305,0.222428045243512,0.5,0.255951455205554,0.0872370518293145,0.0177641765268572,0.5,0.255951455205554,0.099296736360763,0.10383814849965,0.255951455205554,0.271486458242992,0.192186314382992,0.193255518834354,0.560850757706604,0.255951455205554,0.176702483790299,0.492103484893366,0.5,0.255951455205554,0.237051771942671,0.753678106042747,0.255951455205554,0.180320640767099,0.243284513831241,0.255951455205554,0.162737379357653,0.373204121428975,0.255951455205554,0.228656642058133,0.393090101685136,0.264729311051621,0.505210081457098 -4867,0.255951455205554,0.138048532913979,0.530589772516497,0.255951455205554,0.130203845433666,0.796895639622961,0.255951455205554,0.123935357114884,0.5823538321016,0.255951455205554,0.135587526607693,0.785375671472335,0.255951455205554,0.136772636516847,0.108648782326625,0.255951455205554,0.122159504012323,0.110412386800291,0.5,0.255951455205554,0.132252886261669,0.105986368266406,0.5,0.255951455205554,0.0360839825316152,0.00825410438319668,0.5,0.255951455205554,0.0411107972180852,0.0996407493463497,0.255951455205554,0.137658590317802,0.114879095891066,0.0728046928160697,0.511813476271036,0.255951455205554,0.0727046633020937,0.409381384432584,0.5,0.255951455205554,0.0989437096554952,0.617390389171085,0.255951455205554,0.0647008763039544,0.118780738837117,0.255951455205554,0.0691866651338084,0.255146796929375,0.255951455205554,0.0847790966119079,0.272887111681021,0.136232217591642,0.448735802890952 -4868,0.255951455205554,0.0298847785274695,0.358107601407985,0.255951455205554,0.0237782768003369,0.608880090316027,0.255951455205554,0.0251444868132769,0.56902105967773,0.255951455205554,0.0270391941677977,0.717310495374255,0.255951455205554,0.0254535554953372,0.108033494545018,0.255951455205554,0.0154319543897895,0.118164179336144,0.5,0.255951455205554,0.0210568491575869,0.0950933375566322,0.5,0.255951455205554,0.000430710820798082,0.0151034933053609,0.5,0.255951455205554,0.000273464270316685,0.130739164713181,0.255951455205554,0.0231788029064327,0.108917714259908,0.0,0.465924777491354,0.255951455205554,0.000384708866277064,0.346293320806567,0.5,0.255951455205554,0.0104791333534779,0.437373870717906,0.255951455205554,0.0,0.0798562118665962,0.255951455205554,0.000949327708195757,0.241252460598492,0.255951455205554,0.000200720151652887,0.203910891469976,0.0292387555936491,0.388880396165744 -4869,0.255951455205554,0.0,0.274452477272541,0.255951455205554,0.0,0.443449408509432,0.255951455205554,0.0,0.538294552922852,0.255951455205554,0.0,0.623034744106661,0.255951455205554,0.0,0.159719366602191,0.255951455205554,0.0,0.131654643898995,0.5,0.255951455205554,0.0,0.0948608595124733,0.5,0.255951455205554,0.0,0.0328316619587879,0.5,0.255951455205554,0.0,0.169023297770712,0.255951455205554,0.0,0.102760520132393,0.0,0.424956401963931,0.255951455205554,0.0,0.327964824244406,0.5,0.255951455205554,0.0,0.348077485983642,0.255951455205554,0.0,0.0692612966175817,0.255951455205554,0.0,0.312072787554351,0.255951455205554,0.0,0.143067290929842,0.0,0.351703585038011 -4870,0.255951455205554,0.0,0.228590286553194,0.255951455205554,0.0,0.331379768897687,0.255951455205554,0.0,0.47784251657056,0.255951455205554,0.0,0.517673172925156,0.255951455205554,0.0,0.212649351148271,0.255951455205554,0.0,0.140578027080547,0.5,0.255951455205554,0.0,0.0919819717407451,0.5,0.255951455205554,0.0,0.058353809918133,0.5,0.255951455205554,0.0,0.189980387714749,0.255951455205554,0.0,0.0919382849570936,0.0,0.355164379803221,0.255951455205554,0.0,0.303589574888532,0.5,0.255951455205554,0.0,0.302699203382212,0.255951455205554,0.0,0.0810320465656946,0.255951455205554,0.0,0.36916582735569,0.255951455205554,0.0,0.130788093566242,0.0,0.33804556454007 -4871,0.255951455205554,0.0,0.196137748083859,0.255951455205554,0.0,0.234139815883437,0.255951455205554,0.0,0.391983901465371,0.255951455205554,0.0,0.40479944698857,0.255951455205554,0.0,0.231923510545672,0.255951455205554,0.0,0.134484315938052,0.5,0.255951455205554,0.0,0.0921285329671193,0.5,0.255951455205554,0.0,0.0785687355211737,0.5,0.255951455205554,0.0,0.184400972567259,0.255951455205554,0.0,0.0932296350616952,0.0,0.289364142267706,0.255951455205554,0.0,0.26775782654398,0.5,0.255951455205554,0.0,0.287090275784667,0.255951455205554,0.0,0.112499878970468,0.255951455205554,0.0,0.317822638372307,0.255951455205554,0.0,0.193695951422296,0.0,0.342209100107454 -4872,0.255951455205554,0.0,0.185198404822121,0.255951455205554,0.0,0.183880739851667,0.255951455205554,0.0,0.313985277809165,0.255951455205554,0.0,0.325111435066013,0.255951455205554,0.0,0.214739335080768,0.255951455205554,0.0,0.137861441942106,0.5,0.255951455205554,0.0,0.0963234479402787,0.5,0.255951455205554,0.0,0.0805113303252076,0.5,0.255951455205554,0.0,0.147603576232013,0.255951455205554,0.0,0.107499711701868,0.0,0.230362843332886,0.255951455205554,0.0,0.23958203208332,0.5,0.255951455205554,0.0,0.263584937936042,0.255951455205554,0.0,0.136232042947524,0.255951455205554,0.0,0.237970667687787,0.255951455205554,0.0,0.214306694753664,0.0,0.330978179589614 -4873,0.255951455205554,0.0,0.183896021401732,0.255951455205554,0.0,0.161788293613431,0.255951455205554,0.0,0.266070395439516,0.255951455205554,0.0,0.287802388535967,0.255951455205554,0.0,0.170406519250669,0.255951455205554,0.0,0.139342583176107,0.5,0.255951455205554,0.0,0.0991656655187889,0.5,0.255951455205554,0.0,0.0757603300139126,0.5,0.255951455205554,0.0,0.116479049774035,0.255951455205554,0.0,0.133332863487338,0.0,0.207974983612527,0.255951455205554,0.0,0.201051519969109,0.5,0.255951455205554,0.0,0.225412444106703,0.255951455205554,0.0,0.119814174869288,0.255951455205554,0.0,0.179368297212333,0.255951455205554,0.0,0.161361335854647,0.0,0.337107032644634 -4874,0.255951455205554,0.0,0.183223561649976,0.255951455205554,0.0,0.145392000761242,0.255951455205554,0.0,0.245466352736922,0.255951455205554,0.0,0.276607033215102,0.255951455205554,0.0,0.128718272172277,0.255951455205554,0.0,0.125277892529887,0.5,0.255951455205554,0.0,0.103909214095919,0.5,0.255951455205554,0.0,0.0676380081471673,0.5,0.255951455205554,0.0,0.0889369646373884,0.255951455205554,0.0,0.157083545388112,0.0,0.159829090969399,0.255951455205554,0.0,0.155590015453028,0.5,0.255951455205554,0.0,0.209994037046361,0.255951455205554,0.0,0.0842898101732427,0.255951455205554,0.0,0.137205181188461,0.255951455205554,0.0,0.105626750035194,0.0,0.366689769653198 -4875,0.255951455205554,0.0,0.194222408645452,0.255951455205554,0.0,0.136853869561548,0.255951455205554,0.0,0.228187310768065,0.255951455205554,0.0,0.255143061061512,0.255951455205554,0.0,0.107954324150557,0.255951455205554,0.0,0.102198080593369,0.5,0.255951455205554,0.0,0.103321178526589,0.5,0.255951455205554,0.0,0.0641172663717428,0.5,0.255951455205554,0.0,0.0697013366984462,0.255951455205554,0.0,0.161888818469288,0.0,0.135113171911654,0.255951455205554,0.0,0.134034213469225,0.5,0.255951455205554,0.0,0.202478519289582,0.255951455205554,0.0,0.0539796360141918,0.255951455205554,0.0,0.103376975127896,0.255951455205554,0.0,0.0763651816778874,0.0,0.377896546964037 -4876,0.255951455205554,0.0,0.216130856192831,0.255951455205554,0.0,0.143202477610609,0.255951455205554,0.0,0.210564559262941,0.255951455205554,0.0,0.244840692936396,0.255951455205554,0.0,0.0971302539816099,0.255951455205554,0.0,0.0848131848548282,0.5,0.255951455205554,0.0,0.10492219697578,0.5,0.255951455205554,0.0,0.054091698554963,0.5,0.255951455205554,0.0,0.0566050135762612,0.255951455205554,0.0,0.173528525844908,0.0,0.14045705333099,0.255951455205554,0.0,0.124510389328211,0.5,0.255951455205554,0.0,0.188085666465946,0.255951455205554,0.0,0.0399981439629865,0.255951455205554,0.0,0.0893971336239202,0.255951455205554,0.0,0.0577479424661922,0.0,0.364149024116155 -4877,0.255951455205554,1.50943269932388e-05,0.232138420675258,0.255951455205554,0.0,0.156491006243386,0.255951455205554,0.0,0.211701414752223,0.255951455205554,0.0,0.263192142439467,0.255951455205554,0.0,0.0868534768375022,0.255951455205554,0.0,0.0780888510891691,0.5,0.255951455205554,0.0,0.0973711380057034,0.5,0.255951455205554,0.0,0.0481162364418231,0.5,0.255951455205554,0.0,0.047007135346706,0.255951455205554,0.0,0.186869060651032,0.000780691876323469,0.116391366405906,0.255951455205554,0.000794273922502671,0.110129387652853,0.5,0.255951455205554,0.00144744163059815,0.175059986068515,0.255951455205554,0.000137379776744256,0.0367142070747182,0.255951455205554,0.0,0.0857348002271913,0.255951455205554,0.0,0.0439565897048798,0.0,0.373411486633079 -4878,0.255951455205554,0.0413719836687055,0.208053359204116,0.255951455205554,0.0409240558132979,0.140993066398786,0.255951455205554,0.0315323769821497,0.221690733820127,0.255951455205554,0.0339102497168856,0.28427319237209,0.255951455205554,0.0217252798182584,0.0770908903364608,0.255951455205554,0.024319178634667,0.0618689068053943,0.5,0.255951455205554,0.0128314390234399,0.0831471844907076,0.5,0.255951455205554,0.0105825370235643,0.0380212050411745,0.5,0.255951455205554,0.0278063442961216,0.035057041612078,0.255951455205554,0.00999993711733539,0.181411938034593,0.0515705481933079,0.101071464024746,0.255951455205554,0.050868479506961,0.100140410805644,0.5,0.255951455205554,0.0517839093013827,0.165257074330788,0.255951455205554,0.044170932586812,0.0357398415938642,0.255951455205554,0.0387734294038272,0.0934708303642408,0.255951455205554,0.032985751758807,0.053168835446661,0.0436272243724373,0.41046332952532 -4879,0.255951455205554,0.112583399738646,0.258220576832261,0.255951455205554,0.114002680865587,0.209137182933675,0.255951455205554,0.102081769413194,0.299518549472065,0.255951455205554,0.104373243500387,0.361253462180958,0.255951455205554,0.0906630944787828,0.0985662617967724,0.255951455205554,0.0948216718451481,0.0580372652221701,0.5,0.255951455205554,0.0794867597142197,0.070466285417734,0.5,0.255951455205554,0.0707746929068349,0.0307099928900841,0.5,0.255951455205554,0.103329766259333,0.0332771672917007,0.255951455205554,0.0785248060059412,0.158236870194591,0.134042591234669,0.13243560758266,0.255951455205554,0.133273042202351,0.143537010927282,0.5,0.255951455205554,0.130026601234619,0.274712713195919,0.255951455205554,0.125498346585062,0.0596902597039364,0.255951455205554,0.115142962713463,0.129319507632359,0.255951455205554,0.106980131815295,0.12547132316669,0.115404700056959,0.447044083666356 -4880,0.255951455205554,0.227623131178865,0.406311601975043,0.255951455205554,0.229865622452893,0.348660515554746,0.255951455205554,0.215388919358939,0.442626756633709,0.255951455205554,0.218202613229333,0.499618374472649,0.255951455205554,0.200817134271339,0.194493805384742,0.255951455205554,0.203564049868185,0.130444572063719,0.5,0.255951455205554,0.178610934996483,0.109322545794296,0.5,0.255951455205554,0.166345637612434,0.0710407037133992,0.5,0.255951455205554,0.217284923360454,0.0707682342929293,0.255951455205554,0.184294883623365,0.239605604244236,0.253830837524193,0.260177820773634,0.255951455205554,0.253259548317514,0.280897228931389,0.5,0.255951455205554,0.249009229413838,0.480213894145756,0.255951455205554,0.244242641272574,0.0992680149836729,0.255951455205554,0.234153399415585,0.183254770147801,0.255951455205554,0.214106032779519,0.174680762075148,0.231445478605634,0.475906915757806 -4881,0.255951455205554,0.351542369243355,0.501325692797202,0.255951455205554,0.35389053560321,0.566339418077786,0.255951455205554,0.340799608185582,0.48077927294925,0.255951455205554,0.342620156260107,0.509536107145296,0.255951455205554,0.325207353707712,0.256252096908417,0.255951455205554,0.327013514466182,0.2241974451607,0.5,0.255951455205554,0.29519698247312,0.175374797501748,0.5,0.255951455205554,0.296631711355387,0.130963674447264,0.5,0.255951455205554,0.34548378800807,0.144172128117278,0.255951455205554,0.311499270996704,0.339802434687428,0.380022245132415,0.289413599349238,0.255951455205554,0.380992061101073,0.322012025831276,0.5,0.255951455205554,0.373904127775834,0.605201402593007,0.255951455205554,0.374521699796773,0.155109288693969,0.255951455205554,0.364652104509725,0.219869897098229,0.255951455205554,0.340234285885933,0.205096851973245,0.355926073967876,0.49283177960923 -4882,0.255951455205554,0.484536313290293,0.582950976249599,0.255951455205554,0.485723694682183,0.634743331831436,0.255951455205554,0.475566988359177,0.52509363409359,0.255951455205554,0.476688363838499,0.5372922577095,0.255951455205554,0.460107601684586,0.339482449510047,0.255951455205554,0.456597094626588,0.308965294558067,0.5,0.255951455205554,0.418816355391182,0.249786545086525,0.5,0.255951455205554,0.433723797216689,0.185316992447183,0.5,0.255951455205554,0.466102869457126,0.220090459850027,0.255951455205554,0.451641219670557,0.474603990456751,0.508442702776348,0.451221554897784,0.255951455205554,0.510940950560827,0.44332880279275,0.5,0.255951455205554,0.505035661407409,0.698402757863992,0.255951455205554,0.507112050072495,0.233783892958381,0.255951455205554,0.498550197896548,0.291310743324622,0.255951455205554,0.482010223917683,0.286337880564449,0.489776350830703,0.470802033411412 -4883,0.255951455205554,0.598060892306228,0.638196314249156,0.255951455205554,0.594067229134145,0.745031925096648,0.255951455205554,0.590310982335466,0.569790657607992,0.255951455205554,0.591123149097929,0.574321739712064,0.255951455205554,0.574604700358629,0.436475550340989,0.255951455205554,0.560556620522614,0.400077258069136,0.5,0.255951455205554,0.521218328020957,0.289463180112281,0.5,0.255951455205554,0.5344331119103,0.256214213388478,0.5,0.255951455205554,0.543310170951566,0.31622728014748,0.255951455205554,0.567479142682729,0.50094739859793,0.60561732436165,0.591366130955427,0.255951455205554,0.60632223593311,0.564418785880372,0.5,0.255951455205554,0.604456147966326,0.773968082811709,0.255951455205554,0.608818864848407,0.347243063952565,0.255951455205554,0.604505740098955,0.400054263175621,0.255951455205554,0.594905216627773,0.399889586811286,0.603938308122006,0.414338472460121 -4884,0.255951455205554,0.664965359177723,0.682913888856646,0.255951455205554,0.640330550725702,0.833480855039582,0.255951455205554,0.660121470454468,0.613496481062999,0.255951455205554,0.66109887304816,0.60865283490793,0.255951455205554,0.634413567723656,0.523002301932771,0.255951455205554,0.570012570864941,0.444843595828704,0.5,0.255951455205554,0.580934162594353,0.340184836248047,0.5,0.255951455205554,0.57355559930717,0.33548084329716,0.5,0.255951455205554,0.552078425158349,0.381977788270541,0.255951455205554,0.639023817630534,0.488098525036013,0.644110165494771,0.681303362587192,0.255951455205554,0.656783409641064,0.624895448065904,0.5,0.255951455205554,0.645526012572303,0.823544828505339,0.255951455205554,0.664428814783042,0.458259395831599,0.255951455205554,0.662601657323359,0.497775369164461,0.255951455205554,0.661235057570742,0.527365119037811,0.673038546314864,0.38303737115267 -4885,0.255951455205554,0.693502473835287,0.72153452368661,0.255951455205554,0.668019048825859,0.858449191930519,0.255951455205554,0.690161847161352,0.619431866831808,0.255951455205554,0.688916164498078,0.611231515289285,0.255951455205554,0.648056562368527,0.566917862288847,0.255951455205554,0.600300959350345,0.477614357463291,0.5,0.255951455205554,0.602691604055227,0.441350274351539,0.5,0.255951455205554,0.601126371499001,0.411139847794265,0.5,0.255951455205554,0.574017230336253,0.422426782250113,0.255951455205554,0.680411916061219,0.550065645301507,0.676604082345597,0.659572757546117,0.255951455205554,0.664345732653407,0.620909243865036,0.5,0.255951455205554,0.66709093458606,0.855171432418203,0.255951455205554,0.646759180113209,0.442704955574023,0.255951455205554,0.686871088312498,0.511499100058251,0.255951455205554,0.669847750542662,0.556525342366902,0.700571897953641,0.366891551035672 -4886,0.255951455205554,0.683379509786781,0.747807193773778,0.255951455205554,0.657845149135799,0.889321105043596,0.255951455205554,0.679691474948589,0.609794840344496,0.255951455205554,0.677423020733609,0.612449598084447,0.255951455205554,0.638586926915945,0.53139889317019,0.255951455205554,0.62340768040847,0.4585207275706,0.5,0.255951455205554,0.62000895991693,0.469292198608651,0.5,0.255951455205554,0.563630165328993,0.400927166812272,0.5,0.255951455205554,0.513146882918493,0.442765948426739,0.255951455205554,0.676308202941415,0.539206852154369,0.654280906720466,0.639097373568219,0.255951455205554,0.635254862823181,0.598564474824185,0.5,0.255951455205554,0.656757704845747,0.873873983796679,0.255951455205554,0.626330838473621,0.386749302751045,0.255951455205554,0.669539775458571,0.503574684524342,0.255951455205554,0.648101968376773,0.517996499497824,0.688308267325469,0.36704309613202 -4887,0.255951455205554,0.628483785521789,0.757413680290353,0.255951455205554,0.601549527322755,0.908756044940173,0.255951455205554,0.626898189204015,0.604760962378195,0.255951455205554,0.624587598820502,0.631648653247446,0.255951455205554,0.605354320220262,0.50960164501955,0.255951455205554,0.584564874590307,0.43177624739963,0.5,0.255951455205554,0.570282305850355,0.472507755083883,0.5,0.255951455205554,0.501459707996566,0.378323618196108,0.5,0.255951455205554,0.400531052569082,0.405464283814761,0.255951455205554,0.603224019731894,0.542329171104109,0.570049447550074,0.546675709622836,0.255951455205554,0.569228757065833,0.571412813059532,0.5,0.255951455205554,0.59984974863193,0.886538619949883,0.255951455205554,0.559407562465381,0.317493845879365,0.255951455205554,0.605435645837866,0.493014837456086,0.255951455205554,0.594361104779108,0.474412020087757,0.630844162433166,0.382332238847052 -4888,0.255951455205554,0.524161818377668,0.766767875043379,0.255951455205554,0.51039713597606,0.917736634243419,0.255951455205554,0.525163439351925,0.608947883652284,0.255951455205554,0.523497393105793,0.663919420230166,0.255951455205554,0.51749084087743,0.475185935786123,0.255951455205554,0.501447698035294,0.419580876992943,0.5,0.255951455205554,0.489168228865571,0.464291404812315,0.5,0.255951455205554,0.409772047625151,0.32426315751476,0.5,0.255951455205554,0.304164962312589,0.362282725466748,0.255951455205554,0.479345429565514,0.527678894097511,0.460859252859283,0.502522670225703,0.255951455205554,0.450541104968253,0.557987168921964,0.5,0.255951455205554,0.492600872092429,0.896170130665532,0.255951455205554,0.4644808457756,0.281357518488205,0.255951455205554,0.496174070433878,0.473283825292457,0.255951455205554,0.493238200029067,0.442725020703835,0.523283624768901,0.394275347836154 -4889,0.255951455205554,0.394315111453735,0.761033157192369,0.255951455205554,0.385020640484186,0.915980200669772,0.255951455205554,0.391056959767666,0.611484503004013,0.255951455205554,0.394156037548839,0.695373741968562,0.255951455205554,0.398326039731172,0.428724972706103,0.255951455205554,0.376122482188427,0.360618382608372,0.5,0.255951455205554,0.376371371748104,0.398678471338659,0.5,0.255951455205554,0.310640723637496,0.227590739055476,0.5,0.255951455205554,0.223532550227947,0.259813309601622,0.255951455205554,0.363064732269746,0.454418179359403,0.332433357236081,0.452845589822013,0.255951455205554,0.331044886008538,0.535682498806209,0.5,0.255951455205554,0.36642621178375,0.889578248378393,0.255951455205554,0.34102812385393,0.231213039337944,0.255951455205554,0.363996354327395,0.429848481590954,0.255951455205554,0.369384090370351,0.400343758770685,0.392464355163859,0.397098678476368 -4890,0.255951455205554,0.267387946706638,0.705930506146688,0.255951455205554,0.25670572762536,0.879105869750557,0.255951455205554,0.26391582954874,0.558256772323063,0.255951455205554,0.267878263656742,0.701869635513755,0.255951455205554,0.272640633026661,0.252972158405179,0.255951455205554,0.244123210357323,0.181553606570629,0.5,0.255951455205554,0.25497948306346,0.190526984587798,0.5,0.255951455205554,0.204236487005651,0.104491883271496,0.5,0.255951455205554,0.150042748899179,0.120534817788665,0.255951455205554,0.241598143855576,0.214543156471609,0.211710752517861,0.326564347903918,0.255951455205554,0.209078635720009,0.462312429636219,0.5,0.255951455205554,0.238204075341776,0.837693782444966,0.255951455205554,0.215659282151658,0.0902164078191687,0.255951455205554,0.235113981018789,0.284985487317589,0.255951455205554,0.243440669656582,0.225511285685795,0.264948362074243,0.399429122081407 -4891,0.255951455205554,0.137882147934862,0.555500461082165,0.255951455205554,0.13131826837377,0.773753224786786,0.255951455205554,0.1357755919663,0.472444064632302,0.255951455205554,0.138408359958176,0.648997526722482,0.255951455205554,0.142751315127423,0.127648285814439,0.255951455205554,0.122800867244424,0.114062082048952,0.5,0.255951455205554,0.125717742244703,0.0972261547921775,0.5,0.255951455205554,0.0938228664527927,0.0830922099872908,0.5,0.255951455205554,0.065197000733638,0.0688405506780514,0.255951455205554,0.132524337636529,0.107558688588697,0.0719603636029958,0.416000628926121,0.255951455205554,0.0704235031496223,0.443999693566161,0.5,0.255951455205554,0.0954278171667022,0.734058184561708,0.255951455205554,0.0632817334246441,0.0518958193502736,0.255951455205554,0.0778532691348793,0.209931323436873,0.255951455205554,0.0831557657193895,0.0995899839117399,0.136008254793432,0.390922350441049 -4892,0.255951455205554,0.028830952849323,0.392536733367349,0.255951455205554,0.0231622857250897,0.552231772121637,0.255951455205554,0.0244771464121161,0.442481296596848,0.255951455205554,0.0260068371776312,0.578554375644057,0.255951455205554,0.0252872803868764,0.106001026917014,0.255951455205554,0.0118118065348751,0.0997305630917694,0.5,0.255951455205554,0.0193557962255344,0.0802562749179751,0.5,0.255951455205554,0.0,0.0669518610853326,0.5,0.255951455205554,0.0,0.06361316983726,0.255951455205554,0.0226870184887367,0.0833458473225573,0.0,0.536357900813512,0.255951455205554,4.0816765192767e-05,0.417622829152673,0.5,0.255951455205554,0.00762681989923195,0.578771802277162,0.255951455205554,0.0,0.0413876177469967,0.255951455205554,0.000234189962196167,0.234203845668327,0.255951455205554,0.0,0.0704284168896773,0.0282156431637231,0.371298953537938 -4893,0.255951455205554,0.0,0.314321607460301,0.255951455205554,0.0,0.37585524947464,0.255951455205554,0.0,0.428878284512363,0.255951455205554,0.0,0.497262636981831,0.255951455205554,0.0,0.11178607757594,0.255951455205554,0.0,0.0871174671361231,0.5,0.255951455205554,0.0,0.0697471418857932,0.5,0.255951455205554,0.0,0.055606541421765,0.5,0.255951455205554,0.0,0.0594968598721659,0.255951455205554,0.0,0.0774145902431017,0.0,0.552785064520679,0.255951455205554,0.0,0.380873301691565,0.5,0.255951455205554,0.0,0.458610222337952,0.255951455205554,0.0,0.0329461680183461,0.255951455205554,0.0,0.271613410933587,0.255951455205554,0.0,0.0562372905036166,0.0,0.353895714588123 -4894,0.255951455205554,0.0,0.272919351607746,0.255951455205554,0.0,0.283292176330458,0.255951455205554,0.0,0.396969149939248,0.255951455205554,0.0,0.431067244327618,0.255951455205554,0.0,0.126928111803942,0.255951455205554,0.0,0.0750014454730131,0.5,0.255951455205554,0.0,0.0644248420994801,0.5,0.255951455205554,0.0,0.0494818380142541,0.5,0.255951455205554,0.0,0.0526641975233374,0.255951455205554,0.0,0.073094540408279,0.0,0.430024379804907,0.255951455205554,0.0,0.325002439899892,0.5,0.255951455205554,0.0,0.373550820271307,0.255951455205554,0.0,0.0271711946935915,0.255951455205554,0.0,0.253213707300898,0.255951455205554,0.0,0.0570638731400911,0.0,0.36709310163436 -4895,0.255951455205554,0.0,0.251380037357217,0.255951455205554,0.0,0.230156541756737,0.255951455205554,0.0,0.341726961372616,0.255951455205554,0.0,0.362292917462891,0.255951455205554,0.0,0.142273869445437,0.255951455205554,0.0,0.0714415521686978,0.5,0.255951455205554,0.0,0.0571650991163255,0.5,0.255951455205554,0.0,0.0444206410538511,0.5,0.255951455205554,0.0,0.0444177859335197,0.255951455205554,0.0,0.070507776221497,0.0,0.288133765199162,0.255951455205554,0.0,0.269335146720364,0.5,0.255951455205554,0.0,0.313766308055296,0.255951455205554,0.0,0.0296418899166103,0.255951455205554,0.0,0.197215729275411,0.255951455205554,0.0,0.0597884199486049,0.0,0.422819136610947 -4896,0.255951455205554,0.0,0.248206801047283,0.255951455205554,0.0,0.207709247320618,0.255951455205554,0.0,0.288793017728671,0.255951455205554,0.0,0.316128463432494,0.255951455205554,0.0,0.131224426255124,0.255951455205554,0.0,0.0747883414232258,0.5,0.255951455205554,0.0,0.0539729622770233,0.5,0.255951455205554,0.0,0.0380169464563652,0.5,0.255951455205554,0.0,0.0384499157764521,0.255951455205554,0.0,0.0764172371657981,0.0,0.204005979034014,0.255951455205554,0.0,0.215050767889217,0.5,0.255951455205554,0.0,0.278546059864479,0.255951455205554,0.0,0.0354868062163912,0.255951455205554,0.0,0.140655056304905,0.255951455205554,0.0,0.0399564562954887,0.0,0.501319095082394 -4897,0.255951455205554,0.0,0.259112215373059,0.255951455205554,0.0,0.198321388507023,0.255951455205554,0.0,0.252452061953014,0.255951455205554,0.0,0.29264764208605,0.255951455205554,0.0,0.0971617239184329,0.255951455205554,0.0,0.0761863486018884,0.5,0.255951455205554,0.0,0.0513863519679439,0.5,0.255951455205554,0.0,0.032303839373577,0.5,0.255951455205554,0.0,0.0348122876558306,0.255951455205554,0.0,0.0774015335367821,0.0,0.164709774010732,0.255951455205554,0.0,0.173795666992587,0.5,0.255951455205554,0.0,0.260633530552216,0.255951455205554,0.0,0.031217704056827,0.255951455205554,0.0,0.0953479802164326,0.255951455205554,0.0,0.0235993583228176,0.0,0.55473831051012 -4898,0.255951455205554,0.0,0.271996928431801,0.255951455205554,0.0,0.187549463343051,0.255951455205554,0.0,0.231856675693971,0.255951455205554,0.0,0.283963716846548,0.255951455205554,0.0,0.0673387372903742,0.255951455205554,0.0,0.0666573433239197,0.5,0.255951455205554,0.0,0.051252377205116,0.5,0.255951455205554,0.0,0.0278873554747096,0.5,0.255951455205554,0.0,0.0315925333541335,0.255951455205554,0.0,0.0749339179506517,0.0,0.131131283528981,0.255951455205554,0.0,0.145444855265519,0.5,0.255951455205554,0.0,0.252841040232693,0.255951455205554,0.0,0.0222256080818866,0.255951455205554,0.0,0.0697213675698455,0.255951455205554,0.0,0.0147485369776192,0.0,0.57388838140746 -4899,0.255951455205554,0.0,0.279595947315209,0.255951455205554,0.0,0.180510168243244,0.255951455205554,0.0,0.227586317862804,0.255951455205554,0.0,0.288593842015,0.255951455205554,0.0,0.0539763413251329,0.255951455205554,0.0,0.0577594888123509,0.5,0.255951455205554,0.0,0.0500663940605573,0.5,0.255951455205554,0.0,0.0240625386428876,0.5,0.255951455205554,0.0,0.0275143644788005,0.255951455205554,0.0,0.0738601803976212,0.0,0.127892001741945,0.255951455205554,0.0,0.126448617965133,0.5,0.255951455205554,0.0,0.254048657838998,0.255951455205554,0.0,0.0184429266856558,0.255951455205554,0.0,0.0586157751451868,0.255951455205554,0.0,0.0121009729966884,0.0,0.572079969215403 -4900,0.255951455205554,0.0,0.28080529597624,0.255951455205554,0.0,0.173495575483012,0.255951455205554,0.0,0.225502949688107,0.255951455205554,0.0,0.285902335280935,0.255951455205554,0.0,0.0495940766724687,0.255951455205554,0.0,0.047411897582642,0.5,0.255951455205554,0.0,0.0455928126534249,0.5,0.255951455205554,0.0,0.020004104283374,0.5,0.255951455205554,0.0,0.0244611473811257,0.255951455205554,0.0,0.0722711303274189,0.0,0.117032750384463,0.255951455205554,0.0,0.115126011191702,0.5,0.255951455205554,0.0,0.256854113874841,0.255951455205554,0.0,0.014837610053134,0.255951455205554,0.0,0.0533264483807211,0.255951455205554,0.0,0.0101107999458585,0.0,0.557588682555663 -4901,0.255951455205554,3.90129991481968e-06,0.283507977542135,0.255951455205554,0.0,0.161643526411814,0.255951455205554,0.0,0.214843126047318,0.255951455205554,0.0,0.269890008159793,0.255951455205554,0.0,0.0484505368615231,0.255951455205554,0.0,0.041787116437974,0.5,0.255951455205554,0.0,0.0383647232841377,0.5,0.255951455205554,0.0,0.0167594417283576,0.5,0.255951455205554,0.0,0.0218046053698632,0.255951455205554,0.0,0.0709200857923178,0.000363633905287916,0.103939703378337,0.255951455205554,0.000505589593214353,0.105730599174375,0.5,0.255951455205554,0.00111085863155049,0.245996644795725,0.255951455205554,5.92215852563429e-05,0.010872232835844,0.255951455205554,0.0,0.0495279006783372,0.255951455205554,0.0,0.0104489891044454,0.0,0.541662822043998 -4902,0.255951455205554,0.0401439174554121,0.255596924521704,0.255951455205554,0.0393713102065406,0.139893660259774,0.255951455205554,0.0306112964356982,0.195335793820535,0.255951455205554,0.0324217874855223,0.253924629869044,0.255951455205554,0.0212428732522238,0.0474477651136148,0.255951455205554,0.0250792164644203,0.0349412932587575,0.5,0.255951455205554,0.014646290374672,0.0310492071816373,0.5,0.255951455205554,0.0180316933212552,0.0134250173578851,0.5,0.255951455205554,0.0302462521678858,0.0154279531713118,0.255951455205554,0.0102583300190417,0.0587323810609273,0.0480182008077601,0.103192372371208,0.255951455205554,0.0476845310922644,0.0985080358819165,0.5,0.255951455205554,0.0501935759161978,0.217466758889582,0.255951455205554,0.0444662863973029,0.00861611152800665,0.255951455205554,0.039820499942401,0.0481074800728013,0.255951455205554,0.0352431489177799,0.010090310276279,0.0423855748757581,0.524962440183122 -4903,0.255951455205554,0.111409034023943,0.30595198115254,0.255951455205554,0.111962527669223,0.215503143177935,0.255951455205554,0.101017395338636,0.240464712122771,0.255951455205554,0.102623406925617,0.291031083606079,0.255951455205554,0.0914052873917282,0.0624366151472402,0.255951455205554,0.0983506509024995,0.0310163030417787,0.5,0.255951455205554,0.0860792054036708,0.0263045215206157,0.5,0.255951455205554,0.093274978892092,0.0100079648495989,0.5,0.255951455205554,0.109779300338201,0.01267315207468,0.255951455205554,0.0817220906187563,0.0480198602281783,0.129456762226556,0.128883045055865,0.255951455205554,0.128659744916718,0.139214242103761,0.5,0.255951455205554,0.128320740803394,0.296733449063359,0.255951455205554,0.124832890183999,0.0120782280120953,0.255951455205554,0.117248149283254,0.0741256323716221,0.255951455205554,0.112594355088347,0.015129714949465,0.114320138858704,0.516044337859141 -4904,0.255951455205554,0.226283112327061,0.434844899907204,0.255951455205554,0.22671583466085,0.345716902001924,0.255951455205554,0.213213335022258,0.3491167964559,0.255951455205554,0.215742763454478,0.408486605312867,0.255951455205554,0.202490877119451,0.0997403170818027,0.255951455205554,0.212766642976496,0.0475682615582447,0.5,0.255951455205554,0.196772853477664,0.0353765523046939,0.5,0.255951455205554,0.20902616202463,0.0157455215801871,0.5,0.255951455205554,0.229239760253587,0.0226785486377065,0.255951455205554,0.191635819879539,0.0593698014607002,0.248704443796955,0.259676360862437,0.255951455205554,0.241636750204461,0.230788276344049,0.5,0.255951455205554,0.246017053857474,0.461280135291311,0.255951455205554,0.229735907515178,0.0376762544189319,0.255951455205554,0.22853903715444,0.106256302771385,0.255951455205554,0.230667031031815,0.0449883221400074,0.230422312144516,0.512372104416176 -4905,0.255951455205554,0.349866937653639,0.547017428906607,0.255951455205554,0.349272203838973,0.485358209083106,0.255951455205554,0.337253164188974,0.381919087140444,0.255951455205554,0.339417974468715,0.418957335597283,0.255951455205554,0.326424600664668,0.143806804196346,0.255951455205554,0.337665558952042,0.0890149689102202,0.5,0.255951455205554,0.324762501485448,0.0622602777729626,0.5,0.255951455205554,0.341633392992278,0.0490248931306488,0.5,0.255951455205554,0.36322587686993,0.0608138111401014,0.255951455205554,0.31875215998543,0.102068179790535,0.369238631432932,0.273049202924587,0.255951455205554,0.365344223796944,0.278214579681904,0.5,0.255951455205554,0.369961081248738,0.586550775590055,0.255951455205554,0.337162020769456,0.0715643235409177,0.255951455205554,0.333986436860298,0.12128179243709,0.255951455205554,0.357083743351649,0.0787467940877889,0.354922652738796,0.511298168040308 -4906,0.255951455205554,0.481923622431385,0.594134314750334,0.255951455205554,0.479411264282401,0.547079828433852,0.255951455205554,0.471074821852724,0.393572165373173,0.255951455205554,0.471931641944989,0.3993600163104,0.255951455205554,0.457354855297488,0.19580938426653,0.255951455205554,0.469026101918298,0.135927417825834,0.5,0.255951455205554,0.464717984022626,0.0829550254687674,0.5,0.255951455205554,0.481853346240191,0.0809071328661755,0.5,0.255951455205554,0.497824330466377,0.101630146553971,0.255951455205554,0.457174674287072,0.146546339378167,0.486962609968528,0.358761209927827,0.255951455205554,0.484001734228091,0.36587232703093,0.5,0.255951455205554,0.499360772424742,0.69546104193833,0.255951455205554,0.466630669783911,0.134208716068961,0.255951455205554,0.441645702248592,0.163392948508188,0.255951455205554,0.485054758365259,0.127645814801543,0.488275628322841,0.523207430441868 -4907,0.255951455205554,0.594372335548479,0.633086809377696,0.255951455205554,0.587531794152849,0.642383379577763,0.255951455205554,0.584803526391728,0.446932959511153,0.255951455205554,0.584287670819221,0.430741209184113,0.255951455205554,0.569404717199943,0.250677959767272,0.255951455205554,0.580982116269231,0.199124844982468,0.5,0.255951455205554,0.581299204915291,0.1088443096609,0.5,0.255951455205554,0.593815744578296,0.110395428793549,0.5,0.255951455205554,0.595432375815962,0.153108530428221,0.255951455205554,0.574063488016888,0.193331784257154,0.577558511492801,0.529330694134972,0.255951455205554,0.556586510593255,0.544004748100812,0.5,0.255951455205554,0.595953965225199,0.773743140814971,0.255951455205554,0.563616557263649,0.259583413037479,0.255951455205554,0.549974096646329,0.215679452059633,0.255951455205554,0.584177246044431,0.208849180491378,0.60186453771771,0.522332303339631 -4908,0.255951455205554,0.656496853429341,0.68125173534543,0.255951455205554,0.646788535225591,0.803531078123561,0.255951455205554,0.651347898357477,0.525878702700136,0.255951455205554,0.648827535773167,0.513234533883262,0.255951455205554,0.642237765170021,0.306296128621876,0.255951455205554,0.645416847657443,0.250444613720995,0.5,0.255951455205554,0.643774167532193,0.118047213715066,0.5,0.255951455205554,0.629315527712583,0.15817353704068,0.5,0.255951455205554,0.600434425251002,0.205860839568079,0.255951455205554,0.646000940092361,0.187478475583129,0.523530156159865,0.841344620182988,0.255951455205554,0.453186676995474,0.743108852077006,0.5,0.255951455205554,0.611392483889758,0.84082915055999,0.255951455205554,0.522433591545922,0.377694251146574,0.255951455205554,0.631954967589875,0.318523624165915,0.255951455205554,0.636519323990983,0.287440884756853,0.670306977416746,0.525102372090889 -4909,0.255951455205554,0.677547135175797,0.71705034187875,0.255951455205554,0.552163419072133,0.763667614653561,0.255951455205554,0.65093482193648,0.563939275987004,0.255951455205554,0.590814067338767,0.546574433287215,0.255951455205554,0.656286630284912,0.348058611524786,0.255951455205554,0.537787610988684,0.277312037720045,0.5,0.255951455205554,0.636168882036294,0.114957466012995,0.5,0.255951455205554,0.610834970102699,0.209894297112963,0.5,0.255951455205554,0.620850201850959,0.24678507617354,0.255951455205554,0.619611274693266,0.162877506023284,0.241386612592193,0.950263054202354,0.255951455205554,0.387263351050913,0.841047651431292,0.5,0.255951455205554,0.567042419907264,0.880987873187791,0.255951455205554,0.411202807330538,0.442455205944295,0.255951455205554,0.543492536771688,0.445407855378052,0.255951455205554,0.586287673607461,0.391482983398519,0.697582227023629,0.553514775560648 -4910,0.255951455205554,0.669535067899171,0.751084734440513,0.255951455205554,0.650936005748389,0.808440835335962,0.255951455205554,0.562151433196489,0.537329432124604,0.255951455205554,0.567450359965473,0.524911046204364,0.255951455205554,0.560502461944754,0.318942240729319,0.255951455205554,0.574503717606183,0.274321712798574,0.5,0.255951455205554,0.616413822022672,0.124566061846275,0.5,0.255951455205554,0.62664247811133,0.195357490975076,0.5,0.255951455205554,0.631719974851597,0.254241823147142,0.255951455205554,0.632752609588436,0.114731771607557,0.284151150375877,0.978999402960182,0.255951455205554,0.23706337388799,0.839383019817666,0.5,0.255951455205554,0.491591920847767,0.825161622275578,0.255951455205554,0.376149465356552,0.427340696218166,0.255951455205554,0.499829763122505,0.527785912657115,0.255951455205554,0.510780807099637,0.379380615801298,0.683969997743934,0.588502483718901 -4911,0.255951455205554,0.610419980533023,0.784527113454031,0.255951455205554,0.595646322613029,0.884806260378131,0.255951455205554,0.525937309335105,0.498593113145307,0.255951455205554,0.532413028992552,0.470610179570851,0.255951455205554,0.513806677043062,0.315802156070935,0.255951455205554,0.52379751614023,0.244986273135145,0.5,0.255951455205554,0.569398716562366,0.116722640947751,0.5,0.255951455205554,0.578629015389836,0.185877491517122,0.5,0.255951455205554,0.561763754900045,0.258005073735222,0.255951455205554,0.59368533652888,0.0758579535848666,0.154550749229656,0.833075307371657,0.255951455205554,0.153253982912707,0.805675306720101,0.5,0.255951455205554,0.365742173086084,0.649536682040986,0.255951455205554,0.29791244383317,0.429981461121275,0.255951455205554,0.316490104465348,0.614955913572216,0.255951455205554,0.501982743380271,0.367129169871776,0.618040226537726,0.588385579119389 -4912,0.255951455205554,0.492594775864075,0.809620621785969,0.255951455205554,0.461242073371386,0.937046954395599,0.255951455205554,0.444092188223592,0.494502388488637,0.255951455205554,0.419020173772564,0.444310281213638,0.255951455205554,0.453159988627953,0.262364926872682,0.255951455205554,0.462795272508461,0.203934130712609,0.5,0.255951455205554,0.478130557898547,0.113267672824725,0.5,0.255951455205554,0.468905242279558,0.166052223163106,0.5,0.255951455205554,0.464068779602765,0.252341892963197,0.255951455205554,0.48154050662327,0.0579758205086441,0.0384884422484741,0.355776229194152,0.255951455205554,0.0805144134058373,0.716140942996552,0.5,0.255951455205554,0.213977290947228,0.577062663906821,0.255951455205554,0.236244222742032,0.465716937293207,0.255951455205554,0.264021347983586,0.776054642641287,0.255951455205554,0.396355614014224,0.358151958413916,0.500299071293455,0.581207610898783 -4913,0.255951455205554,0.347653744084759,0.785256724396033,0.255951455205554,0.297699957175025,0.911910705473911,0.255951455205554,0.320470909806761,0.527374358954972,0.255951455205554,0.31432236824492,0.454107893808534,0.255951455205554,0.364879998850488,0.197123409967697,0.255951455205554,0.350218291234881,0.182585460139439,0.5,0.255951455205554,0.360733373350797,0.117571105498134,0.5,0.255951455205554,0.347166155241577,0.147253008147603,0.5,0.255951455205554,0.342194971222306,0.250515338335373,0.255951455205554,0.355857687669448,0.0485318958129668,0.00722578891564908,0.263065171357439,0.255951455205554,0.032995316911743,0.562626766954777,0.5,0.255951455205554,0.114369781679577,0.547322338607194,0.255951455205554,0.183536500371859,0.47384442282996,0.255951455205554,0.185829151660629,0.826802771791067,0.255951455205554,0.290674984382092,0.477526588197702,0.348538178214122,0.566735612791583 -4914,0.255951455205554,0.218238276951357,0.680575408909475,0.255951455205554,0.174852803143402,0.863542020737718,0.255951455205554,0.202015632541213,0.556936238467131,0.255951455205554,0.206129861511403,0.581522281328003,0.255951455205554,0.245687714267061,0.0992251683895866,0.255951455205554,0.243927669441598,0.0787760018643989,0.5,0.255951455205554,0.240232903432585,0.0646620460274415,0.5,0.255951455205554,0.23391170387037,0.0748143059346436,0.5,0.255951455205554,0.219188875346996,0.179911259308767,0.255951455205554,0.233903145677707,0.0451042686157103,0.00570396088893898,0.325619776910488,0.255951455205554,0.0077290633251902,0.402830919448612,0.5,0.255951455205554,0.0428649858014883,0.469593266539325,0.255951455205554,0.107822014104008,0.37975350170309,0.255951455205554,0.135163049061524,0.79581169739322,0.255951455205554,0.188773341479592,0.424585001180951,0.2201529345352,0.533844257165365 -4915,0.255951455205554,0.105288419825811,0.50716132019076,0.255951455205554,0.0816339545335011,0.953789807025353,0.255951455205554,0.0944626364346569,0.587821412893464,0.255951455205554,0.0999821798008667,0.631286498288066,0.255951455205554,0.129746994258649,0.0460188948366775,0.255951455205554,0.116150382362203,0.0438914680818007,0.5,0.255951455205554,0.117025205147716,0.0471377457134545,0.5,0.255951455205554,0.0911535415484512,0.0517581129213307,0.5,0.255951455205554,0.0662889807116468,0.112431068954867,0.255951455205554,0.114441394726874,0.0815337023302372,0.00123057298160652,0.302632532361673,0.255951455205554,0.00138616140254329,0.333663355151176,0.5,0.255951455205554,0.00989124708046006,0.431767282599334,0.255951455205554,0.0432271198407201,0.222422375736191,0.255951455205554,0.0570252122659096,0.629358950068592,0.255951455205554,0.0754739163882481,0.407103395929624,0.0950661785113233,0.490832973951743 -4916,0.255951455205554,0.0262198794633926,0.32845421079486,0.255951455205554,0.0167021818004985,0.955157765795302,0.255951455205554,0.0230779357785251,0.605178506733537,0.255951455205554,0.028211021339076,0.684037171792478,0.255951455205554,0.022592105617078,0.11596277849876,0.255951455205554,0.00709674373406757,0.101240299132456,0.5,0.255951455205554,0.0164899892910019,0.0485827423362153,0.5,0.255951455205554,0.0,0.0484224932293826,0.5,0.255951455205554,0.0,0.104770684694753,0.255951455205554,0.021879118727325,0.101376282001256,6.58897109200066e-05,0.174680345825282,0.255951455205554,3.7394165711749e-05,0.261794164364982,0.5,0.255951455205554,0.000423379641941327,0.414877143288325,0.255951455205554,0.0,0.107861387308244,0.255951455205554,4.42205471937026e-05,0.425024941688165,0.255951455205554,0.0,0.242047757822602,0.0222616090279935,0.448762811692983 -4917,0.255951455205554,0.0,0.203457811551045,0.255951455205554,0.0,0.565841841351768,0.255951455205554,0.0,0.567166225330771,0.255951455205554,0.0,0.715576312153025,0.255951455205554,0.0,0.202466317807951,0.255951455205554,0.0,0.118672717578479,0.5,0.255951455205554,0.0,0.0295344118838456,0.5,0.255951455205554,0.0,0.0467374096014473,0.5,0.255951455205554,0.0,0.0880683821836399,0.255951455205554,0.0,0.0812132118046359,0.0,0.0972509912527773,0.255951455205554,0.0,0.183505249810614,0.5,0.255951455205554,0.0,0.425772325076094,0.255951455205554,0.0,0.0663952463705955,0.255951455205554,0.0,0.334297556182341,0.255951455205554,0.0,0.123428927336161,0.0,0.414976875126982 -4918,0.255951455205554,0.0,0.155124458539071,0.255951455205554,0.0,0.0568532620176172,0.255951455205554,0.0,0.488270843345742,0.255951455205554,0.0,0.650810003209268,0.255951455205554,0.0,0.239463073821586,0.255951455205554,0.0,0.0922368686895835,0.5,0.255951455205554,0.0,0.017814254687178,0.5,0.255951455205554,0.0,0.0418546362202672,0.5,0.255951455205554,0.0,0.0543217164964495,0.255951455205554,0.0,0.0547765474496974,0.0,0.0648759458604674,0.255951455205554,0.0,0.123913365808992,0.5,0.255951455205554,0.0,0.468048946498596,0.255951455205554,0.0,0.0407234990211911,0.255951455205554,0.0,0.285643966376209,0.255951455205554,0.0,0.0658886364489095,0.0,0.414634276105617 -4919,0.255951455205554,0.0,0.162671859956324,0.255951455205554,0.0,0.0613710660476425,0.255951455205554,0.0,0.37937123346031,0.255951455205554,0.0,0.513396696759842,0.255951455205554,0.0,0.233485850984196,0.255951455205554,0.0,0.0641480554792635,0.5,0.255951455205554,0.0,0.0137393587812691,0.5,0.255951455205554,0.0,0.0270311385475583,0.5,0.255951455205554,0.0,0.0289109588699595,0.255951455205554,0.0,0.0321032089112409,0.0,0.0311151458167416,0.255951455205554,0.0,0.0964299401826928,0.5,0.255951455205554,0.0,0.544726020757951,0.255951455205554,0.0,0.0239117834583479,0.255951455205554,0.0,0.201551292531223,0.255951455205554,0.0,0.0301029766536682,0.0,0.480326498865437 -4920,0.255951455205554,0.0,0.22522584008958,0.255951455205554,0.0,0.160667940195791,0.255951455205554,0.0,0.273448540149091,0.255951455205554,0.0,0.175375807580673,0.255951455205554,0.0,0.193362860631592,0.255951455205554,0.0,0.0453484987656016,0.5,0.255951455205554,0.0,0.0134886451285021,0.5,0.255951455205554,0.0,0.0113768740287576,0.5,0.255951455205554,0.0,0.0147765945909722,0.255951455205554,0.0,0.0214477816513057,0.0,0.024398343427886,0.255951455205554,0.0,0.0820161091582694,0.5,0.255951455205554,0.0,0.595617806683536,0.255951455205554,0.0,0.0174312604129701,0.255951455205554,0.0,0.124459519021569,0.255951455205554,0.0,0.0164748345755911,0.0,0.513345634737218 -4921,0.255951455205554,0.0,0.338900624079307,0.255951455205554,0.0,0.361872690553408,0.255951455205554,0.0,0.213410256533752,0.255951455205554,0.0,0.113482013373901,0.255951455205554,0.0,0.132061025354556,0.255951455205554,0.0,0.0281430006073699,0.5,0.255951455205554,0.0,0.0126189464118761,0.5,0.255951455205554,0.0,0.00510589338076122,0.5,0.255951455205554,0.0,0.00926734588741311,0.255951455205554,0.0,0.0204421237542521,0.0,0.0301702862613556,0.255951455205554,0.0,0.0632942288947401,0.5,0.255951455205554,0.0,0.583154671365732,0.255951455205554,0.0,0.0148212180598219,0.255951455205554,0.0,0.0766058725504389,0.255951455205554,0.0,0.0135971805220815,0.0,0.41039314527832 -4922,0.255951455205554,0.0,0.475540114921065,0.255951455205554,0.0,0.559568468993031,0.255951455205554,0.0,0.204625389988924,0.255951455205554,0.0,0.186135938765127,0.255951455205554,0.0,0.0902912928587769,0.255951455205554,0.0,0.0171197077981387,0.5,0.255951455205554,0.0,0.0090050981093971,0.5,0.255951455205554,0.0,0.00333652822715199,0.5,0.255951455205554,0.0,0.00709041508249636,0.255951455205554,0.0,0.021264591830238,0.0,0.0268816569775795,0.255951455205554,0.0,0.0494792843339563,0.5,0.255951455205554,0.0,0.580931945546735,0.255951455205554,0.0,0.0142020553119497,0.255951455205554,0.0,0.0476819018104518,0.255951455205554,0.0,0.0139655092146261,0.0,0.25844873277819 -4923,0.255951455205554,0.0,0.558554851151912,0.255951455205554,0.0,0.571592990446601,0.255951455205554,0.0,0.21844151274321,0.255951455205554,0.0,0.341414137723657,0.255951455205554,0.0,0.0830780094133137,0.255951455205554,0.0,0.0131837669036096,0.5,0.255951455205554,0.0,0.00652736245531645,0.5,0.255951455205554,0.0,0.00356490326273369,0.5,0.255951455205554,0.0,0.0060313468318347,0.255951455205554,0.0,0.0150673933870221,0.0,0.015165611541228,0.255951455205554,0.0,0.0435264962468453,0.5,0.255951455205554,0.0,0.558386576221634,0.255951455205554,0.0,0.0144561373764406,0.255951455205554,0.0,0.0315112798616104,0.255951455205554,0.0,0.0149984363697504,0.0,0.154821678075596 -4924,0.255951455205554,0.0,0.602117686436702,0.255951455205554,0.0,0.487091512079064,0.255951455205554,0.0,0.2312019744815,0.255951455205554,0.0,0.385108164821367,0.255951455205554,0.0,0.108583370916917,0.255951455205554,0.0,0.0115218198048084,0.5,0.255951455205554,0.0,0.00514652405588293,0.5,0.255951455205554,0.0,0.00392453862050742,0.5,0.255951455205554,0.0,0.00515948140597012,0.255951455205554,0.0,0.00980252079444928,0.0,0.0117392565784866,0.255951455205554,0.0,0.0361616208664707,0.5,0.255951455205554,0.0,0.502743207034316,0.255951455205554,0.0,0.0144341778044478,0.255951455205554,0.0,0.0218919203301414,0.255951455205554,0.0,0.0146539278863032,0.0,0.140152224333717 -4925,0.255951455205554,0.0,0.644318837171373,0.255951455205554,0.0,0.445631301540977,0.255951455205554,0.0,0.265560559040025,0.255951455205554,0.0,0.349653607639754,0.255951455205554,0.0,0.114728091647145,0.255951455205554,0.0,0.00845944375430487,0.5,0.255951455205554,0.0,0.00410412310270186,0.5,0.255951455205554,0.0,0.00328277291714771,0.5,0.255951455205554,0.0,0.00356470405276303,0.255951455205554,0.0,0.00837505778977044,0.0,0.00620506430477571,0.255951455205554,4.11616197594591e-05,0.0298968781034098,0.5,0.255951455205554,0.000640297381943559,0.413011303460995,0.255951455205554,1.04409070038509e-05,0.0133799788544543,0.255951455205554,0.0,0.0159663316848992,0.255951455205554,0.0,0.0123565785873399,0.0,0.188167827669724 -4926,0.255951455205554,0.015168118205303,0.707407649832364,0.255951455205554,0.0126259424610764,0.495211676387049,0.255951455205554,0.001841859791043,0.294316601425124,0.255951455205554,0.0027056976167884,0.353814650764678,0.255951455205554,0.00869221262225335,0.0985016116902378,0.255951455205554,0.0204811185709408,0.00499706822153924,0.5,0.255951455205554,0.0132977416543465,0.00266862815490653,0.5,0.255951455205554,0.0163611745425356,0.00302576431975382,0.5,0.255951455205554,0.0286595230448972,0.00178106990674287,0.255951455205554,0.0087535657033193,0.00679281840859346,0.00112289122072181,0.00453444933441098,0.255951455205554,0.0102894859102113,0.0233621653890472,0.5,0.255951455205554,0.0383704923152803,0.361133534557345,0.255951455205554,0.0147854768080456,0.0171990346127301,0.255951455205554,0.000372928799650891,0.012892448130447,0.255951455205554,0.0154163461159301,0.012173434026849,0.0194959623161004,0.324626239010508 -4927,0.255951455205554,0.066489550141829,0.760554914286196,0.255951455205554,0.0630662133563833,0.481420578299549,0.255951455205554,0.0077930434193472,0.298744162808099,0.255951455205554,0.0105567637912453,0.361025822652756,0.255951455205554,0.0515677050766954,0.087641365639061,0.255951455205554,0.084989200934344,0.00297122636335916,0.5,0.255951455205554,0.0846728322248365,0.00117935934875873,0.5,0.255951455205554,0.0908220978659483,0.00312292675429161,0.5,0.255951455205554,0.107764645611052,0.000810073598617725,0.255951455205554,0.0802350335352984,0.00277999254693808,0.0100355008571026,8.92519887331611e-05,0.255951455205554,0.0360687740238337,0.0278128794297807,0.5,0.255951455205554,0.101928860043654,0.409880015125428,0.255951455205554,0.0523981500797701,0.0291682485112035,0.255951455205554,0.00294723088783219,0.0132862335353287,0.255951455205554,0.0548226366336579,0.0191827898760185,0.0802048475665589,0.559092483833338 -4928,0.255951455205554,0.16135903545719,0.795246060185153,0.255951455205554,0.120341161969697,0.416553669792848,0.255951455205554,0.0189727899932505,0.293545099279153,0.255951455205554,0.0372962905407018,0.364328785530147,0.255951455205554,0.107972129364451,0.0888592557948492,0.255951455205554,0.178241548947801,0.00261189255932718,0.5,0.255951455205554,0.195596902269964,0.000925192812698374,0.5,0.255951455205554,0.204506443471634,0.00092387504216599,0.5,0.255951455205554,0.226675994532751,0.000637467269702306,0.255951455205554,0.189649480528547,0.00101942897466264,0.0713327189963334,0.00101591477725577,0.255951455205554,0.0594393969155152,0.0299572887803844,0.5,0.255951455205554,0.188820034711575,0.49379102012975,0.255951455205554,0.111934449275931,0.0355262503159405,0.255951455205554,0.0105426113469789,0.0148848333713844,0.255951455205554,0.118757953820302,0.025190595544213,0.168958066480493,0.704673499143912 -4929,0.255951455205554,0.275855650911636,0.834806009930145,0.255951455205554,0.151755321352214,0.330635158248705,0.255951455205554,0.0350537547107986,0.272389316256237,0.255951455205554,0.0726394200849299,0.316938953154091,0.255951455205554,0.165257723974059,0.0783601925846473,0.255951455205554,0.288002127026383,0.00206439125047034,0.5,0.255951455205554,0.322795822302277,0.000778610096260784,0.5,0.255951455205554,0.334775002806333,0.00119907171164419,0.5,0.255951455205554,0.36122933235507,0.000893640718753356,0.255951455205554,0.316254114583067,0.000705878562425489,0.0436606300000956,4.46578450366105e-05,0.255951455205554,0.0939907874762946,0.0277949577073283,0.5,0.255951455205554,0.282297314971293,0.569882345555786,0.255951455205554,0.193767577120955,0.0408335753849751,0.255951455205554,0.027491449974022,0.0123153081117046,0.255951455205554,0.201869498926432,0.0233556460287122,0.306138706520426,0.777629678624474 -4930,0.255951455205554,0.405429512634908,0.848298108532844,0.255951455205554,0.198131275641063,0.285741283629495,0.255951455205554,0.0547021220273241,0.249143328231967,0.255951455205554,0.0658066296020422,0.204091355490429,0.255951455205554,0.222539896813287,0.0569385624695458,0.255951455205554,0.417444714761754,0.00211463866087667,0.5,0.255951455205554,0.460517386613941,0.00127264983497228,0.5,0.255951455205554,0.473160330271399,0.00162859629187196,0.5,0.255951455205554,0.498413143679776,0.00250643487268489,0.255951455205554,0.453294362103693,0.000838481363422376,0.0604142693108139,0.0,0.255951455205554,0.145360213173881,0.0226063590583343,0.5,0.255951455205554,0.30801500744436,0.519093098170551,0.255951455205554,0.281339178585824,0.0417277601450947,0.255951455205554,0.05440306675047,0.0114384509079148,0.255951455205554,0.298915422473791,0.0203697218539922,0.459297860372371,0.802562922969682 -4931,0.255951455205554,0.490230229733374,0.848066240000421,0.255951455205554,0.116299832660166,0.126302764465773,0.255951455205554,0.068793081852849,0.225508694043218,0.255951455205554,0.0695826242870792,0.156933398374038,0.255951455205554,0.279108955995678,0.0424955706375239,0.255951455205554,0.536153797403779,0.00361547259417241,0.5,0.255951455205554,0.5661735032285,0.00191718169234267,0.5,0.255951455205554,0.573791307799829,0.00139375707490476,0.5,0.255951455205554,0.604256457776567,0.00708617448492944,0.255951455205554,0.562480894600237,0.00422860609975051,0.080249812062595,1.19332542947472e-05,0.255951455205554,0.176103537643402,0.0188362618915731,0.5,0.255951455205554,0.282695014153422,0.424220809481613,0.255951455205554,0.359996760304591,0.0358644632090418,0.255951455205554,0.107851412804412,0.0113604901268975,0.255951455205554,0.399898797576692,0.0185263667893397,0.574232696975768,0.812325097548432 -4932,0.255951455205554,0.477837151977733,0.81244644015743,0.255951455205554,0.119469826937082,0.138397821160927,0.255951455205554,0.0701413675422997,0.205693986439334,0.255951455205554,0.0535071017512229,0.117941041953658,0.255951455205554,0.322725196578593,0.0353318462764915,0.255951455205554,0.618308679115339,0.00905004917213556,0.5,0.255951455205554,0.571045682143021,0.00602218440953761,0.5,0.255951455205554,0.589861427485687,0.00159897824380099,0.5,0.255951455205554,0.649925957163614,0.0130692301954499,0.255951455205554,0.575767328435625,0.00262448399321881,0.0498013909521221,0.00091382418268016,0.255951455205554,0.195904443063199,0.0212413274076798,0.5,0.255951455205554,0.315176511549075,0.36956068111313,0.255951455205554,0.453464411708005,0.0269511199185751,0.255951455205554,0.182056631131711,0.00952330036620966,0.255951455205554,0.486110696755135,0.0199280405323592,0.628026720002297,0.840490137636525 -4933,0.255951455205554,0.389091351799276,0.750433348018504,0.255951455205554,0.128504187019238,0.207784897200746,0.255951455205554,0.069337769331737,0.160544037490114,0.255951455205554,0.0441852178455163,0.0681963208616798,0.255951455205554,0.340223779519612,0.0298557185677508,0.255951455205554,0.60518027530899,0.0236404517466638,0.5,0.255951455205554,0.513875701029911,0.00933098056167292,0.5,0.255951455205554,0.58322158849529,0.00478518313291704,0.5,0.255951455205554,0.615613109535815,0.0181929691275487,0.255951455205554,0.433571345894034,0.00802735121358334,0.0413964344957133,0.00122841473825525,0.255951455205554,0.178969642247524,0.0155375067380315,0.5,0.255951455205554,0.359456583117305,0.389145356533112,0.255951455205554,0.515896846355989,0.0176303516516874,0.255951455205554,0.269744789627706,0.00602342931531657,0.255951455205554,0.561339710700211,0.0205093134837113,0.569224348193893,0.874066662558993 -4934,0.255951455205554,0.317094465194386,0.730154737244508,0.255951455205554,0.117050646083405,0.179169243430981,0.255951455205554,0.0809418326792834,0.131966440006892,0.255951455205554,0.0464151155819287,0.0750361978293318,0.255951455205554,0.328474459246632,0.0254129098224784,0.255951455205554,0.582463779968639,0.0389962351179784,0.5,0.255951455205554,0.546614073362801,0.0114803656984814,0.5,0.255951455205554,0.583581599865397,0.00767952341488039,0.5,0.255951455205554,0.606775661744639,0.0197442382274256,0.255951455205554,0.508085472437432,0.0207616473209439,0.0262274375718433,0.00154474872035003,0.255951455205554,0.160569249937809,0.0116537867852877,0.5,0.255951455205554,0.297284974586417,0.339104184881335,0.255951455205554,0.537425418902357,0.0121108726541653,0.255951455205554,0.30511823502473,0.00290303381913673,0.255951455205554,0.590425777947795,0.0162698256930261,0.208500177468974,0.88934940722139 -4935,0.255951455205554,0.274175148162124,0.697626907326477,0.255951455205554,0.0440582770486123,0.0452163719717697,0.255951455205554,0.0891705671041549,0.0998322398821917,0.255951455205554,0.0474394836930118,0.106434133527095,0.255951455205554,0.342102997704069,0.01924271529597,0.255951455205554,0.525043180191205,0.0379137770639815,0.5,0.255951455205554,0.46161388479461,0.0165468440303329,0.5,0.255951455205554,0.522168822397302,0.0112654002410103,0.5,0.255951455205554,0.549359683536199,0.0145835607184636,0.255951455205554,0.56954722847247,0.00367498058875498,0.0241117013089948,0.00401424516135782,0.255951455205554,0.159307302827545,0.0107962800384951,0.5,0.255951455205554,0.230765345084946,0.26020243298543,0.255951455205554,0.501830884966782,0.00701130600700549,0.255951455205554,0.305664097871176,0.00208319349531349,0.255951455205554,0.559631228485015,0.0115666197155798,0.154989612106021,0.857493390409127 -4936,0.255951455205554,0.221911144398833,0.656615955342562,0.255951455205554,0.0490932611071976,0.0229866278852262,0.255951455205554,0.0837286944403715,0.0713588354508553,0.255951455205554,0.0314162621533782,0.0691417477789414,0.255951455205554,0.337913531058219,0.01590819461683,0.255951455205554,0.427618079672788,0.0325612638314516,0.5,0.255951455205554,0.376122860170818,0.0068455920005114,0.5,0.255951455205554,0.463312301011204,0.0105608821321645,0.5,0.255951455205554,0.456497267202562,0.0100208815250784,0.255951455205554,0.401940912304507,0.00490080079076457,0.0296808914632905,0.00409896531372881,0.255951455205554,0.13309383240118,0.0145160024504108,0.5,0.255951455205554,0.187289384046962,0.223739914825845,0.255951455205554,0.41720227404009,0.00445478055256578,0.255951455205554,0.285887899538431,0.00224697490071851,0.255951455205554,0.466637688468864,0.00867300277976081,0.335675447176821,0.796012065584793 -4937,0.255951455205554,0.152139246508022,0.607804517736165,0.255951455205554,0.0171536121890647,0.0200891658525778,0.255951455205554,0.0712924310845288,0.0521952943927163,0.255951455205554,0.0189762233592768,0.0268163724761828,0.255951455205554,0.298638317812318,0.0178502500598891,0.255951455205554,0.331328667087364,0.019568626706566,0.5,0.255951455205554,0.314997160190785,0.00339588336548294,0.5,0.255951455205554,0.346913493536279,0.00563676933979003,0.5,0.255951455205554,0.341075462344742,0.00472918912610331,0.255951455205554,0.252378668492141,0.0142238488772186,0.0487613200937605,0.0012815842055998,0.255951455205554,0.100853538861255,0.0316662727493862,0.5,0.255951455205554,0.155289482768815,0.204775319181513,0.255951455205554,0.308234326472055,0.00417042643694015,0.255951455205554,0.236727544188245,0.00358651795766161,0.255951455205554,0.348434738978452,0.00456378112430695,0.26765725061393,0.71322149565466 -4938,0.255951455205554,0.0935461692792065,0.546758834569085,0.255951455205554,0.00654190874739289,0.0213280306657262,0.255951455205554,0.0602872364398999,0.0412466103997178,0.255951455205554,0.00729307299332294,0.0114756758042187,0.255951455205554,0.220590334608216,0.019941436730247,0.255951455205554,0.231684002757571,0.00589939084136407,0.5,0.255951455205554,0.216138631022302,0.00264814765231344,0.5,0.255951455205554,0.225182779372017,0.0019337963878181,0.5,0.255951455205554,0.217768846235341,0.00127412828191012,0.255951455205554,0.172836065221505,0.0172675457576704,0.0458939811831263,0.000630825098635493,0.255951455205554,0.0758587796361805,0.0371442545052358,0.5,0.255951455205554,0.110052834420874,0.194047702125397,0.255951455205554,0.199926089434592,0.00390025775588186,0.255951455205554,0.161668705184875,0.005345020097887,0.255951455205554,0.225270542738736,0.00135322271097752,0.151757551357855,0.592852612883916 -4939,0.255951455205554,0.0439186879852607,0.479453831070021,0.255951455205554,0.00148178517623306,0.031077020331295,0.255951455205554,0.0394174470708195,0.0281557210715283,0.255951455205554,0.00289410754719519,0.0118701187985057,0.255951455205554,0.120728477313147,0.0215072336988742,0.255951455205554,0.114927190995039,0.000593670194898316,0.5,0.255951455205554,0.102802980260242,0.0010228393066395,0.5,0.255951455205554,0.0865867488997235,0.000462168765574632,0.5,0.255951455205554,0.0655330396703336,0.000876979752096505,0.255951455205554,0.095027434395111,0.00629041186546234,0.0326664458748555,0.0010491139683839,0.255951455205554,0.0374813161637948,0.0265030104069653,0.5,0.255951455205554,0.0499319316750674,0.157332799141703,0.255951455205554,0.0623620692934712,0.00303884708339333,0.255951455205554,0.0625937159707067,0.00410900838766857,0.255951455205554,0.0700270195425818,0.00170953902643306,0.0573480325258107,0.431646939946918 -4940,0.255951455205554,0.0128384908000843,0.408304506659605,0.255951455205554,0.000263588802763299,0.0700817727250301,0.255951455205554,0.00720142826747752,0.0231801609748252,0.255951455205554,0.0015209639385114,0.0158179582057175,0.255951455205554,0.0222208363428105,0.0163393058239613,0.255951455205554,0.00334993050227828,0.000607834076489389,0.5,0.255951455205554,0.00924529529782872,0.000754464848694946,0.5,0.255951455205554,0.0,0.000648465606758214,0.5,0.255951455205554,0.0,0.00210673219620689,0.255951455205554,0.0102566342989561,0.00272278944408806,0.0,0.0,0.255951455205554,2.80082812860497e-05,0.0085351108856062,0.5,0.255951455205554,0.000309801561710987,0.100425682178371,0.255951455205554,0.0,0.00536712288359114,0.255951455205554,0.0,0.00444871373253399,0.255951455205554,0.0,0.00735407696296739,0.0198435865377415,0.334696262229596 -4941,0.255951455205554,0.0,0.343820475370991,0.255951455205554,0.0,0.0607502445729672,0.255951455205554,0.0,0.025991201873382,0.255951455205554,0.0,0.0297404251531254,0.255951455205554,0.0,0.0153125402262199,0.255951455205554,0.0,0.00101127014492904,0.5,0.255951455205554,0.0,0.0013378056659269,0.5,0.255951455205554,0.0,0.00105728249797568,0.5,0.255951455205554,0.0,0.00300002717128734,0.255951455205554,0.0,0.00304615628137103,0.0,0.0,0.255951455205554,0.0,0.00195280368441004,0.5,0.255951455205554,0.0,0.0571716976109817,0.255951455205554,0.0,0.00662468085986077,0.255951455205554,0.0,0.00636472688926231,0.255951455205554,0.0,0.0100637430688269,0.0,0.327153559319896 -4942,0.255951455205554,0.0,0.262967901990281,0.255951455205554,0.0,0.0372915849876522,0.255951455205554,0.0,0.0293630605416709,0.255951455205554,0.0,0.0490408598660921,0.255951455205554,0.0,0.0112456232580852,0.255951455205554,0.0,0.000921817045448471,0.5,0.255951455205554,0.0,0.00178028460905548,0.5,0.255951455205554,0.0,0.000887988010437005,0.5,0.255951455205554,0.0,0.00334726698388985,0.255951455205554,0.0,0.00462292940622949,0.0,0.0,0.255951455205554,0.0,0.00108757134692287,0.5,0.255951455205554,0.0,0.036838637672231,0.255951455205554,0.0,0.00631883039626321,0.255951455205554,0.0,0.00480914569712106,0.255951455205554,0.0,0.00708052227218595,0.0,0.37328187982172 -4943,0.255951455205554,0.0,0.183917865092407,0.255951455205554,0.0,0.0227581215257546,0.255951455205554,0.0,0.0342966296896925,0.255951455205554,0.0,0.041085914034938,0.255951455205554,0.0,0.00775704995137473,0.255951455205554,0.0,0.00095460750976904,0.5,0.255951455205554,0.0,0.00228181991327864,0.5,0.255951455205554,0.0,0.00190396309608413,0.5,0.255951455205554,0.0,0.00348440151747946,0.255951455205554,0.0,0.00912184140509272,0.0,0.0,0.255951455205554,0.0,0.00100596222285106,0.5,0.255951455205554,0.0,0.0325344279150035,0.255951455205554,0.0,0.00664704365225392,0.255951455205554,0.0,0.00327452603651118,0.255951455205554,0.0,0.00543835204114514,0.0,0.402304734589163 -4944,0.255951455205554,0.0,0.135033582315246,0.255951455205554,0.0,0.00669890531190729,0.255951455205554,0.0,0.031302321150052,0.255951455205554,0.0,0.0318300626358745,0.255951455205554,0.0,0.0051167669858329,0.255951455205554,0.0,0.00102356762370904,0.5,0.255951455205554,0.0,0.0030302128095316,0.5,0.255951455205554,0.0,0.00328356792043739,0.5,0.255951455205554,0.0,0.00392787098931982,0.255951455205554,0.0,0.0122115107533353,0.0,0.0,0.255951455205554,0.0,0.00120242001428603,0.5,0.255951455205554,0.0,0.0313041682751235,0.255951455205554,0.0,0.00804118366255129,0.255951455205554,0.0,0.00251551442345824,0.255951455205554,0.0,0.00554899778570925,0.0,0.348409360098608 -4945,0.255951455205554,0.0,0.119923407783576,0.255951455205554,0.0,0.00583045012967398,0.255951455205554,0.0,0.0239892919599522,0.255951455205554,0.0,0.0231715784261232,0.255951455205554,0.0,0.0039087819657012,0.255951455205554,0.0,0.00107670054424478,0.5,0.255951455205554,0.0,0.00349166355681862,0.5,0.255951455205554,0.0,0.00295320276196266,0.5,0.255951455205554,0.0,0.00497729194246075,0.255951455205554,0.0,0.0120903796454951,0.0,0.0,0.255951455205554,0.0,0.00187386833757818,0.5,0.255951455205554,0.0,0.023131942919101,0.255951455205554,0.0,0.00941282515746836,0.255951455205554,0.0,0.00298749887021454,0.255951455205554,0.0,0.0062341871224474,0.0,0.230470160002814 -4946,0.255951455205554,0.0,0.105408495261638,0.255951455205554,0.0,0.00266644161865306,0.255951455205554,0.0,0.0192468622193424,0.255951455205554,0.0,0.0209478511122102,0.255951455205554,0.0,0.00363884722041226,0.255951455205554,0.0,0.00130913046630882,0.5,0.255951455205554,0.0,0.00375932296829531,0.5,0.255951455205554,0.0,0.00330439039568631,0.5,0.255951455205554,0.0,0.00505359478697438,0.255951455205554,0.0,0.0100364058936299,0.0,0.00262060844768563,0.255951455205554,0.0,0.00269636147039462,0.5,0.255951455205554,0.0,0.0161521576515275,0.255951455205554,0.0,0.0102039825042477,0.255951455205554,0.0,0.00422682442967395,0.255951455205554,0.0,0.00589741318821961,0.0,0.126610739671112 -4947,0.255951455205554,0.0,0.0919995737795197,0.255951455205554,0.0,0.0017427567010602,0.255951455205554,0.0,0.0162549337020712,0.255951455205554,0.0,0.0146470805676151,0.255951455205554,0.0,0.00393317920398709,0.255951455205554,0.0,0.0020543412389988,0.5,0.255951455205554,0.0,0.00397201586515327,0.5,0.255951455205554,0.0,0.00273744046206289,0.5,0.255951455205554,0.0,0.00519549416681653,0.255951455205554,0.0,0.00845312469151668,0.0,0.00674832360893313,0.255951455205554,0.0,0.00452620947094098,0.5,0.255951455205554,0.0,0.0147418084223889,0.255951455205554,0.0,0.00913692201855196,0.255951455205554,0.0,0.00511856408548326,0.255951455205554,0.0,0.00490713845178342,0.0,0.116312866711364 -4948,0.255951455205554,0.0,0.0787963282085551,0.255951455205554,0.0,0.00491251839050193,0.255951455205554,0.0,0.0123113470542701,0.255951455205554,0.0,0.0099667969409467,0.255951455205554,0.0,0.00400996412305758,0.255951455205554,0.0,0.00339194655268966,0.5,0.255951455205554,0.0,0.00378983168418562,0.5,0.255951455205554,0.0,0.0040840079670674,0.5,0.255951455205554,0.0,0.00508349317097151,0.255951455205554,0.0,0.00639371982864521,0.0,0.00643708146772674,0.255951455205554,0.0,0.00554760410040798,0.5,0.255951455205554,0.0,0.0125198543755909,0.255951455205554,0.0,0.00705613680552241,0.255951455205554,0.0,0.0049588297231713,0.255951455205554,0.0,0.00392128119839089,0.0,0.106958025150748 -4949,0.255951455205554,0.0,0.0567869368882236,0.255951455205554,0.0,0.007092719833773,0.255951455205554,0.0,0.0095545286526139,0.255951455205554,0.0,0.00772233852931379,0.255951455205554,0.0,0.00426046407209832,0.255951455205554,0.0,0.00424464409319234,0.5,0.255951455205554,0.0,0.00337059923296982,0.5,0.255951455205554,0.0,0.00793418758750364,0.5,0.255951455205554,0.0,0.00479258910984906,0.255951455205554,0.0,0.00759563842540657,5.37063029001424e-07,0.00247566591850705,0.255951455205554,0.000138217341210929,0.00416038323404437,0.5,0.255951455205554,0.000158923886714273,0.0116025151848133,0.255951455205554,5.48822825778259e-07,0.00583680049402635,0.255951455205554,0.0,0.0049929604107891,0.255951455205554,0.0,0.00297628166053782,0.0,0.0858836907533786 -4950,0.255951455205554,0.0237802794192174,0.0470462164074547,0.255951455205554,0.0352075530886514,0.0058476761499527,0.255951455205554,0.0269547720103709,0.00738221450949568,0.255951455205554,0.0288938025636717,0.00617716451219688,0.255951455205554,0.0130757635343691,0.00439251893500049,0.255951455205554,0.0193902321405017,0.00364257203075476,0.5,0.255951455205554,0.00708662436430446,0.00348724058043349,0.5,0.255951455205554,0.0150209031428235,0.00805323042891767,0.5,0.255951455205554,0.025943745332207,0.00355355798732815,0.255951455205554,0.00489496996205827,0.00865344088224002,0.0470998800822439,0.000864919707395099,0.255951455205554,0.0463354306563732,0.00250252962195622,0.5,0.255951455205554,0.0326787503811348,0.0106927844059182,0.255951455205554,0.0421210584064616,0.00445722623528324,0.255951455205554,0.0373584788197063,0.00401406643119464,0.255951455205554,0.0324966796107436,0.00186845887044925,0.0202414372241133,0.0556675852468649 -4951,0.255951455205554,0.0773495723472561,0.0377776433244886,0.255951455205554,0.106680640997561,0.00543547579546463,0.255951455205554,0.0967623498762888,0.00654644623467231,0.255951455205554,0.0983449554899711,0.00559161239752937,0.255951455205554,0.0680205843328318,0.00441038122227482,0.255951455205554,0.0834254216051237,0.00238903787547721,0.5,0.255951455205554,0.0615543283668825,0.00331336515925508,0.5,0.255951455205554,0.0892269935841633,0.00681727185230853,0.5,0.255951455205554,0.101944919945332,0.00204211695748634,0.255951455205554,0.0667913770533163,0.00866664177891179,0.128038740680905,0.000278390204924154,0.255951455205554,0.127567446426488,0.0042037809968426,0.5,0.255951455205554,0.0997971579698001,0.0181976231301834,0.255951455205554,0.123616261743169,0.00255550352443106,0.255951455205554,0.114095136477496,0.00291688911317031,0.255951455205554,0.109019371509245,0.000828456680370083,0.0836557627423816,0.0510760678788866 -4952,0.255951455205554,0.173275109457262,0.040856820602122,0.255951455205554,0.220326314354517,0.00721152721708034,0.255951455205554,0.208246661569115,0.00790688585869903,0.255951455205554,0.210422169033198,0.00749285280759817,0.255951455205554,0.140451043870566,0.00734797258819928,0.255951455205554,0.179943109549517,0.00155782946311791,0.5,0.255951455205554,0.143700993702424,0.00787683180993408,0.5,0.255951455205554,0.201155194298209,0.00128942848194023,0.5,0.255951455205554,0.213579513442973,0.00153714400323612,0.255951455205554,0.160471871639839,0.0206033680233714,0.246816666355464,0.000563529939331802,0.255951455205554,0.246412088032748,0.00727932147374347,0.5,0.255951455205554,0.200141846269463,0.0215318855272713,0.255951455205554,0.242806427479456,0.00280933238397942,0.255951455205554,0.23101690537867,0.00570865427603199,0.255951455205554,0.225970172401339,0.00059627461341823,0.155594475352988,0.0580604725639624 -4953,0.255951455205554,0.26109414440491,0.0272127354741237,0.255951455205554,0.342845031911621,0.00284773637866697,0.255951455205554,0.331716669086065,0.00579831704064442,0.255951455205554,0.333983735551725,0.00611614716254743,0.255951455205554,0.222112525978808,0.011385010274012,0.255951455205554,0.290062386277216,0.000894632422924321,0.5,0.255951455205554,0.238565289729843,0.0168784659051725,0.5,0.255951455205554,0.327808492966576,0.00208229132784954,0.5,0.255951455205554,0.339045541393561,0.00196432585252361,0.255951455205554,0.275227182624603,0.033822056403986,0.372959917198124,0.000781016097556914,0.255951455205554,0.373588596642969,0.005706145672465,0.5,0.255951455205554,0.321262840132232,0.0138763640325215,0.255951455205554,0.372385666067289,0.00328810944528956,0.255951455205554,0.357767139108698,0.00447571281273178,0.255951455205554,0.354340475219139,0.000577979364321117,0.140426167293016,0.0293531766697179 -4954,0.255951455205554,0.331454658350957,0.0150265794724241,0.255951455205554,0.473099001951493,0.00151142521550959,0.255951455205554,0.463505892211671,0.00391369305264825,0.255951455205554,0.466353126299819,0.004586604211812,0.255951455205554,0.323813758908676,0.0206985671481342,0.255951455205554,0.417125499047825,0.000205526815690723,0.5,0.255951455205554,0.318614022849047,0.0225801141056659,0.5,0.255951455205554,0.422099416376073,0.0021302343733485,0.5,0.255951455205554,0.461285468924426,0.00239835086515015,0.255951455205554,0.406774337464279,0.044481207731535,0.501141203033329,0.000677019979619769,0.255951455205554,0.503487486385231,0.00295925068761526,0.5,0.255951455205554,0.45844934804348,0.00512158836229231,0.255951455205554,0.503505052847373,0.00589697562781085,0.255951455205554,0.489464564622023,0.00384055544479091,0.255951455205554,0.488050485524918,0.000907201498011765,0.222997525545636,0.0144796040444419 -4955,0.255951455205554,0.398424683618479,0.00805541925460158,0.255951455205554,0.581861491421754,0.00164549252451558,0.255951455205554,0.572987082927063,0.0025472081133271,0.255951455205554,0.579407290898387,0.00243782938081288,0.255951455205554,0.401989135280004,0.0238507435472,0.255951455205554,0.454231236910629,0.000232166764821415,0.5,0.255951455205554,0.332694867687059,0.0256424051336635,0.5,0.255951455205554,0.458380548771504,0.00304367989616719,0.5,0.255951455205554,0.541077199387005,0.00329651232779734,0.255951455205554,0.333904483958041,0.029031461949436,0.598972655475471,0.00194938838304886,0.255951455205554,0.60316245493995,0.0023682701041529,0.5,0.255951455205554,0.564178800235758,0.00219619123590932,0.255951455205554,0.601506695991755,0.00869019148664721,0.255951455205554,0.593368264387418,0.00379846995748206,0.255951455205554,0.591966210245601,0.00255267796956927,0.241407481966708,0.00701837871488143 -4956,0.255951455205554,0.443459572491326,0.00465094624135941,0.255951455205554,0.64567528824737,0.00296513972577053,0.255951455205554,0.610664549721018,0.00178675732640134,0.255951455205554,0.645239998575403,0.000587475301878336,0.255951455205554,0.548436563125055,0.0179703361775309,0.255951455205554,0.502780250471764,0.00265973665853254,0.5,0.255951455205554,0.476662538682752,0.031346630523734,0.5,0.255951455205554,0.463918356600024,0.00403858256670061,0.5,0.255951455205554,0.540469100075104,0.00672994408349761,0.255951455205554,0.415566843804477,0.0170303032441198,0.651792818950385,0.00559470101440895,0.255951455205554,0.657491929991374,0.00325546138553291,0.5,0.255951455205554,0.610775934985973,0.00530952933678783,0.255951455205554,0.642518871618282,0.0119455785117249,0.255951455205554,0.643050147459737,0.00390790625347111,0.255951455205554,0.58924638909063,0.00285781095992798,0.226468770803097,0.00303532282409328 -4957,0.255951455205554,0.432121881894856,0.00459296650517977,0.255951455205554,0.658631975942055,0.00278298712818731,0.255951455205554,0.642757245182071,0.00111604949715062,0.255951455205554,0.648226743826799,0.000475580783404775,0.255951455205554,0.61628295752782,0.0119895199577704,0.255951455205554,0.518290877987492,0.00371794589840449,0.5,0.255951455205554,0.533984787300078,0.0343184357933025,0.5,0.255951455205554,0.474102048869374,0.00659632759941545,0.5,0.255951455205554,0.526183799011521,0.0185937100885076,0.255951455205554,0.545460102018715,0.0195724607549279,0.667619111828497,0.00707101802649036,0.255951455205554,0.671986695280352,0.00516710589803756,0.5,0.255951455205554,0.504995892057883,0.00597224736208742,0.255951455205554,0.63883745318407,0.0169690248384078,0.255951455205554,0.62563789812209,0.00351422167874028,0.255951455205554,0.589431628391209,0.00230432116211009,0.198189508204393,0.000767302113658664 -4958,0.255951455205554,0.404762489485521,0.00839903486117884,0.255951455205554,0.636386130979605,0.00202676099930726,0.255951455205554,0.624960307972876,0.000573529742635055,0.255951455205554,0.646800957123777,0.000467783663907802,0.255951455205554,0.601345303917564,0.0102547906264082,0.255951455205554,0.527649127449783,0.00302064862242952,0.5,0.255951455205554,0.504568052141834,0.0280529920410665,0.5,0.255951455205554,0.483888671549689,0.0176999833249013,0.5,0.255951455205554,0.523143318362379,0.019060479794774,0.255951455205554,0.520995614137321,0.0252894354067263,0.646313152963858,0.0062135037083173,0.255951455205554,0.646305640687334,0.00660655335663242,0.5,0.255951455205554,0.470933665550173,0.0053957148843196,0.255951455205554,0.633499510492027,0.0234431032782617,0.255951455205554,0.620725466890182,0.00415495780795454,0.255951455205554,0.588167003825298,0.00308461259072582,0.294842132326476,0.000241070810347494 -4959,0.255951455205554,0.375826323416845,0.0127124103369208,0.255951455205554,0.582914994821288,0.00104681138928477,0.255951455205554,0.572947218669476,0.00113091771828688,0.255951455205554,0.59365406724762,0.00173760432233477,0.255951455205554,0.526965307079401,0.00916218904243765,0.255951455205554,0.479498936876416,0.00290411097514582,0.5,0.255951455205554,0.458505673670025,0.0239559833033463,0.5,0.255951455205554,0.421167113368176,0.0247453247402361,0.5,0.255951455205554,0.462792803023749,0.0180480796428137,0.255951455205554,0.185544327005327,0.0131595921789258,0.581136407643693,0.00703437587793833,0.255951455205554,0.581924912662994,0.00993885432253089,0.5,0.255951455205554,0.488280744619577,0.0049484330921733,0.255951455205554,0.554733587356716,0.0346130197343314,0.255951455205554,0.559781773317057,0.00521311867070718,0.255951455205554,0.549966077593756,0.00622357725306471,0.480350385402691,0.000350286247956251 -4960,0.255951455205554,0.351679256404901,0.0155287791354362,0.255951455205554,0.476820598645101,0.000285516852621698,0.255951455205554,0.47850096825144,0.00300491039086357,0.255951455205554,0.493479930472207,0.00449473154311987,0.255951455205554,0.43906715745133,0.00987208362293664,0.255951455205554,0.432316471221876,0.00237364473594337,0.5,0.255951455205554,0.371906398531525,0.0213425461581611,0.5,0.255951455205554,0.348214234038048,0.02814332970429,0.5,0.255951455205554,0.364617069694726,0.0141293592352029,0.255951455205554,0.26461627993394,0.00920113940672964,0.471696372237157,0.00725028237498501,0.255951455205554,0.468650707804954,0.0121920938112012,0.5,0.255951455205554,0.40980727046509,0.0043737010734677,0.255951455205554,0.452249728665835,0.0549940960436612,0.255951455205554,0.460816131238784,0.00998065897108708,0.255951455205554,0.457508894759292,0.0130017433437796,0.237934061157394,0.000537403904742725 -4961,0.255951455205554,0.279797789905903,0.0151704321808017,0.255951455205554,0.359849330705741,0.0,0.255951455205554,0.363332948998465,0.00715305840043206,0.255951455205554,0.366074591139788,0.00853905849078492,0.255951455205554,0.336085468778393,0.0108885999947102,0.255951455205554,0.311401344217626,0.00199564462445272,0.5,0.255951455205554,0.280010317805029,0.0145531739666074,0.5,0.255951455205554,0.235519783545381,0.0289533052040658,0.5,0.255951455205554,0.245152754314513,0.0126683041244755,0.255951455205554,0.271582737446494,0.00503354520554564,0.344189547116631,0.0065409820111928,0.255951455205554,0.340224864993237,0.0127343085456698,0.5,0.255951455205554,0.306726620915596,0.00523159744522034,0.255951455205554,0.330254402122983,0.0684562268413941,0.255951455205554,0.33729335045945,0.016355888561084,0.255951455205554,0.328758342130187,0.0196114316343417,0.369550109187874,0.00109874666099984 -4962,0.255951455205554,0.192238151764451,0.0151490555512766,0.255951455205554,0.238582624687925,0.0,0.255951455205554,0.246528051898437,0.0130732004009798,0.255951455205554,0.245522688236379,0.0134970002711585,0.255951455205554,0.224487110645807,0.0118050437737927,0.255951455205554,0.203097832035924,0.00198752409930034,0.5,0.255951455205554,0.218129957672229,0.00527354872129303,0.5,0.255951455205554,0.135664526864862,0.0210585339076919,0.5,0.255951455205554,0.157307422753493,0.00970524183843399,0.255951455205554,0.231996070386062,0.00765412982471471,0.217535787602786,0.00124530319830687,0.255951455205554,0.212552470882257,0.00807010374692799,0.5,0.255951455205554,0.194767143343167,0.00413246221008368,0.255951455205554,0.202556265152554,0.0486517475369609,0.255951455205554,0.221921353691657,0.0191592976481291,0.255951455205554,0.209684221333569,0.0172551223079171,0.25426663142933,0.0017430275823061 -4963,0.255951455205554,0.10920903890829,0.0148694601154846,0.255951455205554,0.11754186781742,0.0,0.255951455205554,0.125622370880485,0.0182833766310853,0.255951455205554,0.128939506784329,0.0165119581496866,0.255951455205554,0.116054405452714,0.00553563664496143,0.255951455205554,0.106105326968157,0.00215526836130213,0.5,0.255951455205554,0.117784921340715,0.00126868017263656,0.5,0.255951455205554,0.062092904268265,0.0107886764708305,0.5,0.255951455205554,0.0556506261006586,0.0039146637841917,0.255951455205554,0.116920576168468,0.00611418728591656,0.0700178519036257,0.000455745000312899,0.255951455205554,0.0649913967376564,0.00299974876582022,0.5,0.255951455205554,0.074043064311663,0.00550952978140525,0.255951455205554,0.0588444071017753,0.0270591010379985,0.255951455205554,0.0671924295177163,0.0115792551633251,0.255951455205554,0.0637588971685805,0.0110869771845048,0.128938139390406,0.00216763450856163 -4964,0.255951455205554,0.0220729274840807,0.0102297419317968,0.255951455205554,0.0180748091194307,0.000273553832454684,0.255951455205554,0.0180812414269566,0.0168037790957071,0.255951455205554,0.0211904209939711,0.0181257971643425,0.255951455205554,0.0192854009856404,0.00531785400275359,0.255951455205554,0.000936617318272458,0.00364143170055195,0.5,0.255951455205554,0.0105024932849895,0.00139297569335833,0.5,0.255951455205554,0.0,0.0124910274629231,0.5,0.255951455205554,4.49962334408975e-06,0.00513887846957161,0.255951455205554,0.0134211048971661,0.00819149663028436,0.0,0.000237208614803017,0.255951455205554,0.0,0.00248488322604939,0.5,0.255951455205554,0.000290723156033411,0.00676418537744805,0.255951455205554,0.0,0.0267711045352185,0.255951455205554,0.0,0.0156857983405085,0.255951455205554,0.0,0.0134809032256578,0.0236910095023193,0.00228044004875854 -4965,0.255951455205554,0.0,0.00951330482584585,0.255951455205554,0.0,0.00202788305367231,0.255951455205554,0.0,0.0152380216812897,0.255951455205554,0.0,0.0148456488017765,0.255951455205554,0.0,0.007453682195229,0.255951455205554,0.0,0.00390424197255977,0.5,0.255951455205554,0.0,0.0013225150309775,0.5,0.255951455205554,0.0,0.0143250946546429,0.5,0.255951455205554,0.0,0.00730592392758159,0.255951455205554,0.0,0.00765368505907487,0.0,0.000457604718921596,0.255951455205554,0.0,0.00150260191831851,0.5,0.255951455205554,0.0,0.00744423835847799,0.255951455205554,0.0,0.0170264726444125,0.255951455205554,0.0,0.0111744682908377,0.255951455205554,0.0,0.0115006871692122,0.0,0.00157091858901289 -4966,0.255951455205554,0.0,0.0070233637443257,0.255951455205554,0.0,0.00572872033012447,0.255951455205554,0.0,0.0132328459324821,0.255951455205554,0.0,0.0120491076184892,0.255951455205554,0.0,0.007998487225443,0.255951455205554,0.0,0.00392008035701213,0.5,0.255951455205554,0.0,0.00164155806207793,0.5,0.255951455205554,0.0,0.0141784307311918,0.5,0.255951455205554,0.0,0.00938660757833966,0.255951455205554,0.0,0.00500579857446541,0.0,0.00145770323232449,0.255951455205554,0.0,0.000871284621713024,0.5,0.255951455205554,0.0,0.00480762482105631,0.255951455205554,0.0,0.00910010752908949,0.255951455205554,0.0,0.00776433666059097,0.255951455205554,0.0,0.00830515637352092,0.0,0.000696816254441183 -4967,0.255951455205554,0.0,0.00418376731373867,0.255951455205554,0.0,0.00651882607326414,0.255951455205554,0.0,0.0100558286052834,0.255951455205554,0.0,0.0104717077747694,0.255951455205554,0.0,0.00823637237020283,0.255951455205554,0.0,0.00454659770031972,0.5,0.255951455205554,0.0,0.00205020447008492,0.5,0.255951455205554,0.0,0.0132394121285077,0.5,0.255951455205554,0.0,0.0115037263857171,0.255951455205554,0.0,0.00246992788817573,0.0,0.0166867927829735,0.255951455205554,0.0,0.00147391001226131,0.5,0.255951455205554,0.0,0.00230946080964719,0.255951455205554,0.0,0.00653808641057709,0.255951455205554,0.0,0.00539318059049629,0.255951455205554,0.0,0.00463641594876989,0.0,0.000349177937756078 -4968,0.255951455205554,0.0,0.0017208115332639,0.255951455205554,0.0,0.00459250079854286,0.255951455205554,0.0,0.00681304617892583,0.255951455205554,0.0,0.00680932974517452,0.255951455205554,0.0,0.00792147872045546,0.255951455205554,0.0,0.00473476373429692,0.5,0.255951455205554,0.0,0.00411012838805783,0.5,0.255951455205554,0.0,0.0113107275204986,0.5,0.255951455205554,0.0,0.0125303725130229,0.255951455205554,0.0,0.00145980995951653,0.0,0.00934636495468835,0.255951455205554,0.0,0.00173401524052597,0.5,0.255951455205554,0.0,0.00163827053070806,0.255951455205554,0.0,0.00515081983710645,0.255951455205554,0.0,0.0025279566765788,0.255951455205554,0.0,0.00227723487888125,0.0,0.000219360664024481 -4969,0.255951455205554,0.0,0.000451537558894589,0.255951455205554,0.0,0.0012123558510247,0.255951455205554,0.0,0.00447149656238469,0.255951455205554,0.0,0.00355533330888734,0.255951455205554,0.0,0.00681474342982514,0.255951455205554,0.0,0.00393207414886106,0.5,0.255951455205554,0.0,0.00644721883499331,0.5,0.255951455205554,0.0,0.0103932207660445,0.5,0.255951455205554,0.0,0.0130886145049634,0.255951455205554,0.0,0.00204789298416656,0.0,0.00723736696256826,0.255951455205554,0.0,0.00176029775340345,0.5,0.255951455205554,0.0,0.00226567843300309,0.255951455205554,0.0,0.00378340697435111,0.255951455205554,0.0,0.00127520292174401,0.255951455205554,0.0,0.00124337231974063,0.0,0.000168572031417436 -4970,0.255951455205554,0.0,8.81271248539096e-05,0.255951455205554,0.0,0.000918265133365406,0.255951455205554,0.0,0.00294914244723145,0.255951455205554,0.0,0.00108967727239,0.255951455205554,0.0,0.00609419269107487,0.255951455205554,0.0,0.00377620439667376,0.5,0.255951455205554,0.0,0.00631398523798552,0.5,0.255951455205554,0.0,0.0113228652594752,0.5,0.255951455205554,0.0,0.0133215269979544,0.255951455205554,0.0,0.00478280195338497,0.0,0.0049006978575766,0.255951455205554,0.0,0.00158432579005167,0.5,0.255951455205554,0.0,0.00267037310709685,0.255951455205554,0.0,0.00166912259370938,0.255951455205554,0.0,0.000740954308396775,0.255951455205554,0.0,0.00108484996678958,0.0,0.000133671068925566 -4971,0.255951455205554,0.0,4.14522098945733e-05,0.255951455205554,0.0,0.000625579963404247,0.255951455205554,0.0,0.00260937453803163,0.255951455205554,0.0,0.000413126922164086,0.255951455205554,0.0,0.00703965975251303,0.255951455205554,0.0,0.00361931795711126,0.5,0.255951455205554,0.0,0.00678673139211455,0.5,0.255951455205554,0.0,0.011714964674176,0.5,0.255951455205554,0.0,0.0128693290706779,0.255951455205554,0.0,0.00626418354677659,0.0,0.00301149703500104,0.255951455205554,0.0,0.00168213583934781,0.5,0.255951455205554,0.0,0.00259583465892671,0.255951455205554,0.0,0.000865637348142906,0.255951455205554,0.0,0.000715528579620769,0.255951455205554,0.0,0.00129783825204655,0.0,0.000124589246363135 -4972,0.255951455205554,0.0,1.6553240021291e-05,0.255951455205554,0.0,0.00033619617312036,0.255951455205554,0.0,0.00307909628987569,0.255951455205554,0.0,0.000219996725319262,0.255951455205554,0.0,0.00973427844842345,0.255951455205554,0.0,0.00240757373282706,0.5,0.255951455205554,0.0,0.00775080810491657,0.5,0.255951455205554,0.0,0.0116983614406879,0.5,0.255951455205554,0.0,0.0134731901894807,0.255951455205554,0.0,0.00552063658691683,0.0,0.00120906148630645,0.255951455205554,0.0,0.00140221357592281,0.5,0.255951455205554,0.0,0.00306554305292278,0.255951455205554,0.0,0.000830502467999773,0.255951455205554,0.0,0.000804734488204179,0.255951455205554,0.0,0.0011653854835393,0.0,0.000427403663176999 -4973,0.255951455205554,0.0,1.19436425889036e-05,0.255951455205554,0.0,0.000323364155130019,0.255951455205554,0.0,0.00380479801026582,0.255951455205554,0.0,0.000130988384604501,0.255951455205554,0.0,0.0128404725422101,0.255951455205554,0.0,0.00122239919936287,0.5,0.255951455205554,0.0,0.00895043953863967,0.5,0.255951455205554,0.0,0.0128292197946432,0.5,0.255951455205554,0.0,0.0152124839369306,0.255951455205554,0.0,0.00529492201879821,0.0,0.000868656569446094,0.255951455205554,3.72298725364352e-05,0.000932231620902031,0.5,0.255951455205554,0.000281801930732636,0.00342259122086432,0.255951455205554,0.0,0.00104075222201948,0.255951455205554,0.0,0.000977163030771068,0.255951455205554,0.0,0.000740315379783564,0.0,0.000515371828105194 -4974,0.255951455205554,0.0336530670221901,2.0371016042544e-05,0.255951455205554,0.0327826754609678,0.000629549916129525,0.255951455205554,0.0242915939236411,0.00410389924407738,0.255951455205554,0.0263001298612421,0.000265976673995362,0.255951455205554,0.0146804563590397,0.015078727408529,0.255951455205554,0.0182585926709356,0.00128143310199196,0.5,0.255951455205554,0.0101890232811916,0.0104679780326894,0.5,0.255951455205554,0.00791548776131696,0.0139241300437989,0.5,0.255951455205554,0.00679153106866322,0.0150178666737695,0.255951455205554,0.00630844043200354,0.0060925338086829,0.0449195671486526,0.000766293907337263,0.255951455205554,0.0441382625627713,0.00070350331917295,0.5,0.255951455205554,0.0444670656242797,0.00245803371628684,0.255951455205554,0.0386803793772502,0.000927753001843902,0.255951455205554,0.0346032367438792,0.00104704753779495,0.255951455205554,0.0246248690944265,0.00033908034021842,0.0361063272036604,0.000417707828982493 -4975,0.255951455205554,0.102470959922407,4.87282819251474e-05,0.255951455205554,0.102924450858347,0.0010123775070355,0.255951455205554,0.0914930541195205,0.00450028836739515,0.255951455205554,0.0943186680452771,0.000631375128563679,0.255951455205554,0.07989446975628,0.0234546508005775,0.255951455205554,0.0856254051690955,0.0014424403738846,0.5,0.255951455205554,0.0806390138984729,0.0102378721420964,0.5,0.255951455205554,0.062526533300987,0.0197667462246832,0.5,0.255951455205554,0.0338878630381088,0.0175252867216159,0.255951455205554,0.0764816014659737,0.00636170610556723,0.124634525492643,0.0,0.255951455205554,0.124123610787359,0.000530503536624113,0.5,0.255951455205554,0.120749558511027,0.00196780082559521,0.255951455205554,0.116780409900951,0.000590971048101196,0.255951455205554,0.10961160896948,0.000687123697797901,0.255951455205554,0.0893936553148906,0.000160187244239083,0.105494691141121,0.000332701693915276 -4976,0.255951455205554,0.213555592160397,0.000308152500655698,0.255951455205554,0.214015044109185,0.0030577236163719,0.255951455205554,0.192462444243473,0.00871256525680193,0.255951455205554,0.203759059223581,0.00450497011122761,0.255951455205554,0.172959159968422,0.0392816736091425,0.255951455205554,0.183534139747467,0.0023208628522295,0.5,0.255951455205554,0.187912492685407,0.0226174358973567,0.5,0.255951455205554,0.14109536978298,0.0548265073953449,0.5,0.255951455205554,0.0785715088652529,0.0318728756654434,0.255951455205554,0.183157086462433,0.024018189916743,0.241434234124941,0.0,0.255951455205554,0.241082454435871,0.00102280175560975,0.5,0.255951455205554,0.236285768062839,0.00457545775434384,0.255951455205554,0.22747322333134,0.000543318792164124,0.255951455205554,0.222633226503251,0.00117770330431433,0.255951455205554,0.17463116719011,0.000415729687299894,0.217435483183323,0.000353877625495172 -4977,0.255951455205554,0.334157762511428,0.00298963245964385,0.255951455205554,0.333766785693423,0.00907331199583999,0.255951455205554,0.29278086797709,0.0203573313277065,0.255951455205554,0.32465260478314,0.0202809003401237,0.255951455205554,0.269590017413596,0.0573971942127916,0.255951455205554,0.290837725670828,0.00898058762980569,0.5,0.255951455205554,0.310454372671692,0.0667978673581318,0.5,0.255951455205554,0.22906619649332,0.118753424506483,0.5,0.255951455205554,0.132843516810234,0.0501680759661299,0.255951455205554,0.308887768966845,0.117818129963325,0.364537341861342,0.0,0.255951455205554,0.365981810654582,0.00233700024722121,0.5,0.255951455205554,0.357884326507272,0.00896893064737896,0.255951455205554,0.348392042987888,0.00259426349237529,0.255951455205554,0.341342709072978,0.00264616266571168,0.255951455205554,0.259240645993136,0.001645961208609,0.33789349428368,0.000760271508794006 -4978,0.255951455205554,0.460799024918053,0.0110200603057719,0.255951455205554,0.455266423752943,0.0298157739311688,0.255951455205554,0.38528189222212,0.0341812615045008,0.255951455205554,0.449115809308781,0.0443581571885309,0.255951455205554,0.381286926496975,0.0834295394166311,0.255951455205554,0.405461335845277,0.0269467159917835,0.5,0.255951455205554,0.442127798758912,0.104205635006195,0.5,0.255951455205554,0.310936636113433,0.188835976335497,0.5,0.255951455205554,0.203097024382998,0.069205780086616,0.255951455205554,0.422562185740836,0.154785408633788,0.489719561840133,0.000571830306505221,0.255951455205554,0.493588246687389,0.00515868085909055,0.5,0.255951455205554,0.48504436209241,0.0135465354723359,0.255951455205554,0.472705035407357,0.00884427904355126,0.255951455205554,0.460079405468579,0.00431641214832393,0.255951455205554,0.315748074247723,0.0058152314588568,0.466019420227994,0.00329547895751727 -4979,0.255951455205554,0.524965500619594,0.0304755038423023,0.255951455205554,0.429637930972775,0.0709125814857871,0.255951455205554,0.447843667526666,0.0608447222327156,0.255951455205554,0.506266259768866,0.0547102405593914,0.255951455205554,0.467377947150702,0.103077833212124,0.255951455205554,0.510879492082402,0.0422721731556636,0.5,0.255951455205554,0.519546107656478,0.103702589289957,0.5,0.255951455205554,0.374890166296556,0.22849025463541,0.5,0.255951455205554,0.266010377964073,0.0773091966365279,0.255951455205554,0.340526413393539,0.18451860998044,0.585757717840654,0.00275187229988089,0.255951455205554,0.590095238192046,0.00818106235009982,0.5,0.255951455205554,0.578701711231957,0.0194647442576301,0.255951455205554,0.572933843379083,0.0144656196283057,0.255951455205554,0.546332712963885,0.00738296918574898,0.255951455205554,0.364375015045282,0.0094974067522582,0.566740309060697,0.00814687848060539 -4980,0.255951455205554,0.48504083491078,0.0454722764425354,0.255951455205554,0.577042981545627,0.116066724106806,0.255951455205554,0.463220033389645,0.0849845642875082,0.255951455205554,0.478568397040383,0.0561826203039867,0.255951455205554,0.4996647864829,0.109712169760552,0.255951455205554,0.579673818196766,0.0361519319400307,0.5,0.255951455205554,0.51125369773945,0.133606405156236,0.5,0.255951455205554,0.392201497282288,0.206416653839297,0.5,0.255951455205554,0.290028397583748,0.0744633395519301,0.255951455205554,0.346276008507295,0.237008013703859,0.638070154837507,0.00845040554703801,0.255951455205554,0.64216921942561,0.0126412145342876,0.5,0.255951455205554,0.611402743044879,0.0293966491842461,0.255951455205554,0.630447985091808,0.0207907021847649,0.255951455205554,0.58325897080344,0.00727398972680282,0.255951455205554,0.385839408341118,0.00689612072676474,0.425522662425308,0.0111795063634073 -4981,0.255951455205554,0.525998596249664,0.057345329106341,0.255951455205554,0.515511829040462,0.11387034632216,0.255951455205554,0.513945946996611,0.103853048384402,0.255951455205554,0.517285196868681,0.0628241620394368,0.255951455205554,0.539802034016798,0.122359481229866,0.255951455205554,0.581720507350984,0.0325396506184199,0.5,0.255951455205554,0.485493037726311,0.162660940101412,0.5,0.255951455205554,0.363814199733169,0.154312287468024,0.5,0.255951455205554,0.264363500015823,0.0727496202429634,0.255951455205554,0.379814398846167,0.255915302029713,0.6542719346127,0.0202217740409255,0.255951455205554,0.658208482317538,0.0226576653598801,0.5,0.255951455205554,0.625850736457099,0.037903681526902,0.255951455205554,0.642249535212269,0.0264589202765737,0.255951455205554,0.574303203253525,0.00536748957034696,0.255951455205554,0.388673184268737,0.00337073947333426,0.456158052065814,0.012729282691699 -4982,0.255951455205554,0.505827665063769,0.0472035486183096,0.255951455205554,0.540879738176473,0.13296609136839,0.255951455205554,0.530465675066797,0.127034175468938,0.255951455205554,0.528078176415921,0.0698672050455406,0.255951455205554,0.500658647872629,0.120738286614314,0.255951455205554,0.553680425361711,0.0349555680979879,0.5,0.255951455205554,0.466188336392773,0.171748755116715,0.5,0.255951455205554,0.349030528789735,0.13294112497574,0.5,0.255951455205554,0.250009283174877,0.0697330648517089,0.255951455205554,0.438559051877926,0.234477499637386,0.633729429562016,0.0327996986557432,0.255951455205554,0.633416426961027,0.0345841283178826,0.5,0.255951455205554,0.597427287368833,0.0472098175147868,0.255951455205554,0.612262554573166,0.0323366162047138,0.255951455205554,0.528122005845818,0.00411973380215895,0.255951455205554,0.401153555518437,0.00177351935967346,0.482014972929359,0.0260534043023145 -4983,0.255951455205554,0.462146260368195,0.0393789291042391,0.255951455205554,0.437535863999757,0.109190925161844,0.255951455205554,0.494065081039388,0.132583005957849,0.255951455205554,0.484291996167675,0.0945102097020402,0.255951455205554,0.439391916101826,0.110988485245086,0.255951455205554,0.510011503576668,0.0363578281352695,0.5,0.255951455205554,0.441439382838744,0.149821884181318,0.5,0.255951455205554,0.312152063846514,0.103232640105689,0.5,0.255951455205554,0.221976387724846,0.0641893358087825,0.255951455205554,0.443846345721024,0.169429235693345,0.569773821262049,0.0314838817818162,0.255951455205554,0.561708977598831,0.0361513816155949,0.5,0.255951455205554,0.528028176001687,0.0415598885735647,0.255951455205554,0.538695904043401,0.0362301848009689,0.255951455205554,0.489861027311156,0.0103449846792356,0.255951455205554,0.373630052186513,0.00123994867317773,0.408251459280781,0.0502583030027389 -4984,0.255951455205554,0.376680870685055,0.0380482190130181,0.255951455205554,0.342982721809192,0.0733745435476929,0.255951455205554,0.410121396133614,0.120721160564437,0.255951455205554,0.28732351817371,0.115881592683996,0.255951455205554,0.351000113798521,0.095152994335706,0.255951455205554,0.401954149141665,0.040204235101661,0.5,0.255951455205554,0.384381375854436,0.119060041163323,0.5,0.255951455205554,0.251076546190805,0.0755380161526614,0.5,0.255951455205554,0.178604385843647,0.0516717214917119,0.255951455205554,0.37086266672157,0.123007165020427,0.461823290629787,0.0314699998332198,0.255951455205554,0.461780580580494,0.0347064666809958,0.5,0.255951455205554,0.401123180150154,0.0329986004921195,0.255951455205554,0.416687276551504,0.0381984068992952,0.255951455205554,0.391018884854259,0.0122939083045194,0.255951455205554,0.327984757418076,0.000793415587171006,0.296047832649685,0.080594231161561 -4985,0.255951455205554,0.296955320952873,0.0369694481045097,0.255951455205554,0.266672051278275,0.0655025645226688,0.255951455205554,0.303168836401497,0.0957512284847291,0.255951455205554,0.220283449384111,0.105470386331826,0.255951455205554,0.260648510342114,0.0670193080890112,0.255951455205554,0.291638791476566,0.0412319857454867,0.5,0.255951455205554,0.278746570214988,0.0868042645885072,0.5,0.255951455205554,0.203586794923519,0.0620388588126416,0.5,0.255951455205554,0.146348388088634,0.043175274425951,0.255951455205554,0.283548727511298,0.0893715093113691,0.336121301729484,0.0267511881841922,0.255951455205554,0.32701903329299,0.0367362014827595,0.5,0.255951455205554,0.295542459987545,0.0363262738181933,0.255951455205554,0.311667147119198,0.0364823201601278,0.255951455205554,0.291982816493893,0.00954458508084748,0.255951455205554,0.243896389651242,0.00111699842351374,0.238803465518891,0.0812690426691069 -4986,0.255951455205554,0.180571274325065,0.0300954902088886,0.255951455205554,0.187239142253434,0.0531788351297358,0.255951455205554,0.2005868438945,0.0702380266971567,0.255951455205554,0.187615229085865,0.103462213569673,0.255951455205554,0.170685639340548,0.0395565517093547,0.255951455205554,0.175815727048703,0.0260872898585542,0.5,0.255951455205554,0.167189409508486,0.0655165131599912,0.5,0.255951455205554,0.137551730344028,0.0501752847440433,0.5,0.255951455205554,0.0985402025743089,0.0281447578810476,0.255951455205554,0.105561009429952,0.058081582627406,0.210887439350099,0.00689422681628405,0.255951455205554,0.20266479476725,0.0277690323404737,0.5,0.255951455205554,0.188945196779415,0.030896958112753,0.255951455205554,0.189493061269276,0.0183444082333758,0.255951455205554,0.190126729230969,0.00680901477841416,0.255951455205554,0.159779897730591,0.00747514670986235,0.131936904492212,0.0770469189257638 -4987,0.255951455205554,0.0882519600438186,0.0261632379218318,0.255951455205554,0.0599713220194479,0.0207414281195593,0.255951455205554,0.100252250889119,0.046096411867152,0.255951455205554,0.108809533710759,0.0709136392467026,0.255951455205554,0.0847768121255499,0.0160739938188674,0.255951455205554,0.0831380308677039,0.011501799070694,0.5,0.255951455205554,0.0745020501836591,0.0404000512767563,0.5,0.255951455205554,0.0598842989212259,0.0607546686654386,0.5,0.255951455205554,0.0388226042124023,0.0156853345008017,0.255951455205554,0.0275219345837567,0.0329045387766849,0.0670505477309034,0.0012526498168114,0.255951455205554,0.0620925798776434,0.0225584943726913,0.5,0.255951455205554,0.0708205530729917,0.0251070084104362,0.255951455205554,0.0557905253444856,0.00988547102428095,0.255951455205554,0.0646431104152141,0.00653516132158725,0.255951455205554,0.0607954343645162,0.00741537171381948,0.0498836209025024,0.0615463475177146 -4988,0.255951455205554,0.0195033938292213,0.0207904328387113,0.255951455205554,0.012517782650581,0.0139893259884796,0.255951455205554,0.0151752921173481,0.030275050490668,0.255951455205554,0.020773188428098,0.0421768138169553,0.255951455205554,0.0136965846304602,0.00787122008036251,0.255951455205554,3.08379959547997e-05,0.00761467943092336,0.5,0.255951455205554,0.00412693173112797,0.0212799193969859,0.5,0.255951455205554,4.23348363136565e-05,0.0567065806472382,0.5,0.255951455205554,1.9662535340676e-05,0.0201445333559357,0.255951455205554,0.00259493272040572,0.0103857333880754,0.0,0.00699355804555675,0.255951455205554,0.0,0.0212542029562003,0.5,0.255951455205554,0.0,0.0164845119342658,0.255951455205554,0.0,0.00652611412243181,0.255951455205554,0.0,0.0096263500626075,0.255951455205554,0.0,0.00756140371956985,0.0143351760010094,0.0487671808737727 -4989,0.255951455205554,0.0,0.0258397134957863,0.255951455205554,0.0,0.0176129138087623,0.255951455205554,0.0,0.0247276081506943,0.255951455205554,0.0,0.0260530891385679,0.255951455205554,0.0,0.0099243855456469,0.255951455205554,0.0,0.00703462071769359,0.5,0.255951455205554,0.0,0.018016897258022,0.5,0.255951455205554,0.0,0.0581767636372338,0.5,0.255951455205554,0.0,0.0261724430121681,0.255951455205554,0.0,0.00404133154101685,0.0,0.0186254130758437,0.255951455205554,0.0,0.017568003210654,0.5,0.255951455205554,0.0,0.0132578260221269,0.255951455205554,0.0,0.00379572128880074,0.255951455205554,0.0,0.0128883829591794,0.255951455205554,0.0,0.0102925658091067,0.0,0.0530302239346979 -4990,0.255951455205554,0.0,0.0279908294736742,0.255951455205554,0.0,0.0299748525921146,0.255951455205554,0.0,0.0200106325274002,0.255951455205554,0.0,0.0129356605791693,0.255951455205554,0.0,0.0116631972844283,0.255951455205554,0.0,0.0051799867265816,0.5,0.255951455205554,0.0,0.01324782865343,0.5,0.255951455205554,0.0,0.0632736931749256,0.5,0.255951455205554,0.0,0.0316984093218331,0.255951455205554,0.0,0.00117808433730203,0.0,0.0278594847516204,0.255951455205554,0.0,0.0141816888054255,0.5,0.255951455205554,0.0,0.0066058429512634,0.255951455205554,0.0,0.00279101248323741,0.255951455205554,0.0,0.0171684663980514,0.255951455205554,0.0,0.0125608092110858,0.0,0.060974925422618 -4991,0.255951455205554,0.0,0.0191040621765397,0.255951455205554,0.0,0.0323804004149119,0.255951455205554,0.0,0.0170900564883057,0.255951455205554,0.0,0.00662007330326387,0.255951455205554,0.0,0.0132364263262622,0.255951455205554,0.0,0.00390640816394259,0.5,0.255951455205554,0.0,0.00736923029515668,0.5,0.255951455205554,0.0,0.050154706554192,0.5,0.255951455205554,0.0,0.0323327904948613,0.255951455205554,0.0,0.00207691347892815,0.0,0.0303323577914194,0.255951455205554,0.0,0.0138911862315059,0.5,0.255951455205554,0.0,0.00326267931955995,0.255951455205554,0.0,0.00230265878888991,0.255951455205554,0.0,0.0226309403193792,0.255951455205554,0.0,0.0129021259531222,0.0,0.0598720073739106 -4992,0.255951455205554,0.0,0.0123616060740656,0.255951455205554,0.0,0.0247259259309682,0.255951455205554,0.0,0.0153244846149457,0.255951455205554,0.0,0.00542295289400644,0.255951455205554,0.0,0.01395668629957,0.255951455205554,0.0,0.00386920383499478,0.5,0.255951455205554,0.0,0.00386484842059558,0.5,0.255951455205554,0.0,0.0335234897619521,0.5,0.255951455205554,0.0,0.0310806408455528,0.255951455205554,0.0,0.00321304082559775,0.0,0.0281095879876253,0.255951455205554,0.0,0.0132128883728812,0.5,0.255951455205554,0.0,0.00171556192222674,0.255951455205554,0.0,0.00185915597521444,0.255951455205554,0.0,0.0270367741172908,0.255951455205554,0.0,0.0120035756711823,0.0,0.0494963629497848 -4993,0.255951455205554,0.0,0.0117729276689087,0.255951455205554,0.0,0.0198688605624737,0.255951455205554,0.0,0.0134859249386356,0.255951455205554,0.0,0.0063043739402884,0.255951455205554,0.0,0.0132311427250227,0.255951455205554,0.0,0.00467455308548663,0.5,0.255951455205554,0.0,0.0026492644206107,0.5,0.255951455205554,0.0,0.0230911078963237,0.5,0.255951455205554,0.0,0.0236409650219205,0.255951455205554,0.0,0.00240348670719121,0.0,0.0240482887587094,0.255951455205554,0.0,0.0102962241180149,0.5,0.255951455205554,0.0,0.000980353527075995,0.255951455205554,0.0,0.00190346911529636,0.255951455205554,0.0,0.0287893787633517,0.255951455205554,0.0,0.0106066952775294,0.0,0.0425692542310898 -4994,0.255951455205554,0.0,0.0111520514192098,0.255951455205554,0.0,0.0210227940964326,0.255951455205554,0.0,0.0114610356449479,0.255951455205554,0.0,0.00625172746725623,0.255951455205554,0.0,0.0108662182583678,0.255951455205554,0.0,0.00457915703254394,0.5,0.255951455205554,0.0,0.00257264720290408,0.5,0.255951455205554,0.0,0.015066752445319,0.5,0.255951455205554,0.0,0.0140547747238678,0.255951455205554,0.0,0.00106314886495987,0.0,0.0172524853420665,0.255951455205554,0.0,0.00822893609420847,0.5,0.255951455205554,0.0,0.000939070267114008,0.255951455205554,0.0,0.00229489689762406,0.255951455205554,0.0,0.0292185900872734,0.255951455205554,0.0,0.0102014466776048,0.0,0.0373231318591825 -4995,0.255951455205554,0.0,0.00937954600354828,0.255951455205554,0.0,0.023108448607621,0.255951455205554,0.0,0.00941452418008844,0.255951455205554,0.0,0.00669397913092392,0.255951455205554,0.0,0.00918163520754364,0.255951455205554,0.0,0.00399796646363305,0.5,0.255951455205554,0.0,0.00263373934135664,0.5,0.255951455205554,0.0,0.0072945968043078,0.5,0.255951455205554,0.0,0.0122402051149549,0.255951455205554,0.0,0.000435319306047431,0.0,0.0150207945877184,0.255951455205554,0.0,0.00739045498560641,0.5,0.255951455205554,0.0,0.000923703784918886,0.255951455205554,0.0,0.00223643912410357,0.255951455205554,0.0,0.0261237607688989,0.255951455205554,0.0,0.00856379132091412,0.0,0.0405499821660963 -4996,0.255951455205554,0.0,0.0106185296932419,0.255951455205554,0.0,0.0289850317550736,0.255951455205554,0.0,0.00915652957290951,0.255951455205554,0.0,0.00721657625769162,0.255951455205554,0.0,0.00905672159397949,0.255951455205554,0.0,0.00430181409794811,0.5,0.255951455205554,0.0,0.00149629980202737,0.5,0.255951455205554,0.0,0.00569873893675061,0.5,0.255951455205554,0.0,0.0116156324367043,0.255951455205554,0.0,0.000454600243227237,0.0,0.0158035347330437,0.255951455205554,0.0,0.00766186812319877,0.5,0.255951455205554,0.0,0.000877654132415347,0.255951455205554,0.0,0.00219768022288066,0.255951455205554,0.0,0.0242495510040234,0.255951455205554,0.0,0.0088058169086231,0.0,0.0510371438117534 -4997,0.255951455205554,0.0,0.0113483025299513,0.255951455205554,0.0,0.0296124106220694,0.255951455205554,0.0,0.00984452601397518,0.255951455205554,0.0,0.00701729369738631,0.255951455205554,0.0,0.0100856297777228,0.255951455205554,0.0,0.00232133106327779,0.5,0.255951455205554,0.0,0.000571474267986064,0.5,0.255951455205554,0.0,0.00539390609828537,0.5,0.255951455205554,0.0,0.0122352238784183,0.255951455205554,0.0,0.00016820473572346,0.0,0.0211403083865368,0.255951455205554,6.26265260782005e-06,0.00864751578053935,0.5,0.255951455205554,0.00012134854509948,0.000933844238527536,0.255951455205554,0.0,0.00211210313907286,0.255951455205554,0.0,0.0238407305867216,0.255951455205554,0.0,0.00884056250414691,0.0,0.0499978721946434 -4998,0.255951455205554,0.0313343776240075,0.0109022995456652,0.255951455205554,0.0297103233753103,0.0252012542446266,0.255951455205554,0.0191491654677588,0.0124017403559798,0.255951455205554,0.0256970169644512,0.00806465718546452,0.255951455205554,0.0122518411351773,0.0117730447568133,0.255951455205554,0.00466249060355,0.00329205007365372,0.5,0.255951455205554,0.0040371035761061,0.000313565627672758,0.5,0.255951455205554,0.00180484118741246,0.00477194004015656,0.5,0.255951455205554,0.0042330454391006,0.0121612027162758,0.255951455205554,0.00415386896973344,0.0,0.0426859920756028,0.0140959894289436,0.255951455205554,0.0417590338093338,0.0083183907475472,0.5,0.255951455205554,0.0416453837555968,0.00120795239240232,0.255951455205554,0.037817717268094,0.00165856786352069,0.255951455205554,0.0227766231744298,0.0215799318334628,0.255951455205554,0.0133035882759992,0.00891192403441399,0.0340060734154681,0.0374682724341707 -4999,0.255951455205554,0.0989413779680969,0.0182477396556001,0.255951455205554,0.0979540479203826,0.046731975921123,0.255951455205554,0.0748030473104261,0.019097566210799,0.255951455205554,0.0946366762365052,0.0151518194055353,0.255951455205554,0.0750909751188252,0.0171270133029359,0.255951455205554,0.0303098679024885,0.00722180586782142,0.5,0.255951455205554,0.0488963537095876,0.000374887898959078,0.5,0.255951455205554,0.0220066943694148,0.00503726440778951,0.5,0.255951455205554,0.0201578257832873,0.0144781761625079,0.255951455205554,0.0531562656244193,0.000435125924523759,0.12103159991221,0.0135441373229906,0.255951455205554,0.119265765128669,0.00988273164554153,0.5,0.255951455205554,0.115011554447536,0.00264443055570152,0.255951455205554,0.116261342093677,0.00183437453921102,0.255951455205554,0.0738740164755261,0.0245885132268217,0.255951455205554,0.0500615356076485,0.0150930339807101,0.103156816225961,0.0273463366801876 -5000,0.255951455205554,0.206670074575055,0.0512667520606488,0.255951455205554,0.203767040984927,0.0813349041005031,0.255951455205554,0.156989860259191,0.0435590484144271,0.255951455205554,0.205363212773141,0.0416802073795849,0.255951455205554,0.160519489681699,0.0350257184276682,0.255951455205554,0.0552624822369541,0.026155971475204,0.5,0.255951455205554,0.101620004682429,0.00059016877004645,0.5,0.255951455205554,0.0557058976308077,0.00416201099536563,0.5,0.255951455205554,0.0427101220341088,0.0185993525778826,0.255951455205554,0.0993208499311706,0.000692962066412415,0.235927811893376,0.0312266481849104,0.255951455205554,0.230916050389525,0.0299871229344675,0.5,0.255951455205554,0.222127515726287,0.0118636650629991,0.255951455205554,0.228867690319487,0.00932295118696034,0.255951455205554,0.133306569213584,0.0533875432121999,0.255951455205554,0.100796059033196,0.0307330621005638,0.21452050555612,0.0255169467524288 -5001,0.255951455205554,0.323459719048274,0.0656385844186997,0.255951455205554,0.313975339319579,0.0901197086965379,0.255951455205554,0.242581053085825,0.0592671804374464,0.255951455205554,0.32737352396415,0.0665855456986076,0.255951455205554,0.238680361632509,0.0646934692231164,0.255951455205554,0.0644420686009723,0.0522407245573724,0.5,0.255951455205554,0.128738894597076,0.00157889176050822,0.5,0.255951455205554,0.0822386140555829,0.0028964926750598,0.5,0.255951455205554,0.073797729165344,0.0232354775938526,0.255951455205554,0.143444033145252,0.000887545899994939,0.359431106717765,0.0496836660090683,0.255951455205554,0.351710280250453,0.0606206492243318,0.5,0.255951455205554,0.333111818768825,0.0360872096889952,0.255951455205554,0.354121731016203,0.0304781199073224,0.255951455205554,0.206223636730051,0.0907580212500848,0.255951455205554,0.168080953276189,0.0701116003344244,0.336147015315457,0.0293365746978363 -5002,0.255951455205554,0.439973841147848,0.0658447649003545,0.255951455205554,0.397792498215386,0.062816460173937,0.255951455205554,0.329539691423091,0.0769954661402703,0.255951455205554,0.452639689991898,0.0859170425039661,0.255951455205554,0.295622656543935,0.107606974537029,0.255951455205554,0.0613158043511205,0.0752625147578387,0.5,0.255951455205554,0.151680310581228,0.00249604050297164,0.5,0.255951455205554,0.105767508091648,0.00218097540472428,0.5,0.255951455205554,0.115091700080318,0.0258290751540043,0.255951455205554,0.1705236885224,0.000691478151488722,0.485677112480472,0.109843181118039,0.255951455205554,0.477574068245054,0.0931713994929261,0.5,0.255951455205554,0.449453252643709,0.0723144808453197,0.255951455205554,0.482585295666489,0.0657438449318752,0.255951455205554,0.31031470613128,0.119603954141098,0.255951455205554,0.264472506737293,0.115089714900227,0.463965509384915,0.0240370606009574 -5003,0.255951455205554,0.540142871222404,0.0706498329727365,0.255951455205554,0.434208973153366,0.0276495258157676,0.255951455205554,0.403616990893151,0.102625367598827,0.255951455205554,0.529204498404885,0.103610889562745,0.255951455205554,0.26155295473419,0.125530176036084,0.255951455205554,0.0947401059095997,0.100868741424362,0.5,0.255951455205554,0.17078230462103,0.00652641685332363,0.5,0.255951455205554,0.152922863408983,0.00415529049819659,0.5,0.255951455205554,0.181529866608913,0.0345620689707741,0.255951455205554,0.258000751983163,0.00105522894259234,0.58279836843079,0.183072644420546,0.255951455205554,0.574158059126422,0.142807373699415,0.5,0.255951455205554,0.530223497320473,0.107868200830236,0.255951455205554,0.578737817029366,0.104582603980834,0.255951455205554,0.423917792535345,0.149804256928139,0.255951455205554,0.343958333761931,0.140918633112698,0.561280868726224,0.0188912189511197 -5004,0.255951455205554,0.556145770231985,0.0797700735863169,0.255951455205554,0.228895125510743,0.00935929235953992,0.255951455205554,0.431484944023348,0.120744938912586,0.255951455205554,0.553650580452382,0.10285787443659,0.255951455205554,0.214258898726079,0.145146867852594,0.255951455205554,0.121105097822284,0.107917863890167,0.5,0.255951455205554,0.184616563274244,0.00955261545998945,0.5,0.255951455205554,0.17532211342834,0.0061511572117583,0.5,0.255951455205554,0.237347150805526,0.0396157081630276,0.255951455205554,0.317489095842768,0.00339386135733161,0.636099571772007,0.248832904894414,0.255951455205554,0.629561449780162,0.205102668296293,0.5,0.255951455205554,0.531904983302174,0.136043082158322,0.255951455205554,0.566150747008284,0.13790891627196,0.255951455205554,0.515454411547684,0.174389515700777,0.255951455205554,0.375345923375338,0.154834851625171,0.353929690515104,0.0225291889334315 -5005,0.255951455205554,0.566912480694371,0.073249518927036,0.255951455205554,0.420084939055211,0.00545369598479936,0.255951455205554,0.431145802050674,0.132294441101285,0.255951455205554,0.560519233149146,0.0977525083831349,0.255951455205554,0.197251901176502,0.15100244249476,0.255951455205554,0.156255681969285,0.109099657019704,0.5,0.255951455205554,0.198071510095152,0.0123302839091267,0.5,0.255951455205554,0.192077339551594,0.00623124255712307,0.5,0.255951455205554,0.265795529875325,0.0398394578520319,0.255951455205554,0.335646489450713,0.000462327190795088,0.652932658919564,0.312398539323452,0.255951455205554,0.640310932211469,0.276239944606284,0.5,0.255951455205554,0.565206555835269,0.179501446379386,0.255951455205554,0.641349326877838,0.185873601180819,0.255951455205554,0.505316959641522,0.183835351366039,0.255951455205554,0.443102759267386,0.152118902891707,0.326628840084596,0.0439116722305684 -5006,0.255951455205554,0.532547095383945,0.0688636877107455,0.255951455205554,0.253950970634025,0.00858829855056486,0.255951455205554,0.399990306883056,0.160018625963369,0.255951455205554,0.450013922290018,0.107906726103045,0.255951455205554,0.201680812445152,0.150171701117614,0.255951455205554,0.200430587054522,0.10894487766643,0.5,0.255951455205554,0.169406863210648,0.0130291065140177,0.5,0.255951455205554,0.236571024627036,0.00714698082692983,0.5,0.255951455205554,0.280934547529389,0.0491194513379329,0.255951455205554,0.241140863731021,0.00031102616816922,0.629381998800239,0.380130683074693,0.255951455205554,0.618155696527739,0.345178079331891,0.5,0.255951455205554,0.527251917644798,0.244461815657512,0.255951455205554,0.617690701072601,0.248234631732379,0.255951455205554,0.531321331663045,0.226221298744326,0.255951455205554,0.415397975480157,0.138279709461402,0.3057508243507,0.0693712865185762 -5007,0.255951455205554,0.487040929251777,0.0864136258029177,0.255951455205554,0.330347856387021,0.01850557501543,0.255951455205554,0.351538161063757,0.205141873124311,0.255951455205554,0.351100708350957,0.145500158428693,0.255951455205554,0.174624607370689,0.144620239885157,0.255951455205554,0.175069056128493,0.112302403817701,0.5,0.255951455205554,0.108380616848319,0.0133838503030597,0.5,0.255951455205554,0.250004924894725,0.00657317154822263,0.5,0.255951455205554,0.264615028850063,0.0510166448834282,0.255951455205554,0.187844104337445,0.00414541685568524,0.549644177906977,0.467401444881885,0.255951455205554,0.551751869890218,0.399533416752928,0.5,0.255951455205554,0.535690275524827,0.300826777280795,0.255951455205554,0.558686259096652,0.313256240677718,0.255951455205554,0.510118230494559,0.300857827050454,0.255951455205554,0.380077013575123,0.165113001377308,0.513515575036204,0.0910333628413542 -5008,0.255951455205554,0.427961589448488,0.130848807364156,0.255951455205554,0.286698142020325,0.0433552267443328,0.255951455205554,0.282731019936539,0.263442034187296,0.255951455205554,0.255180547738945,0.210705196206232,0.255951455205554,0.149516809299814,0.149391293980857,0.255951455205554,0.170062855043061,0.129501673442528,0.5,0.255951455205554,0.108630818526082,0.0209269159540352,0.5,0.255951455205554,0.228116861987316,0.0102832741997104,0.5,0.255951455205554,0.243969882378055,0.0553123544334142,0.255951455205554,0.168036144290118,0.0101403489200541,0.444633275174921,0.521252762028365,0.255951455205554,0.438577385608224,0.428093414639678,0.5,0.255951455205554,0.416983633081198,0.347512510120056,0.255951455205554,0.444832051622694,0.318053822873732,0.255951455205554,0.401997742713019,0.387263261237487,0.255951455205554,0.276019080279334,0.18753940885643,0.405930515501194,0.0997783368580933 -5009,0.255951455205554,0.307079645593062,0.181615381900881,0.255951455205554,0.142023973353385,0.0667541361319787,0.255951455205554,0.219792699491848,0.310722946026885,0.255951455205554,0.213105784632598,0.336938613544368,0.255951455205554,0.136205325654529,0.151214425635102,0.255951455205554,0.107410132660299,0.109158231730313,0.5,0.255951455205554,0.146125894603433,0.0299661075780945,0.5,0.255951455205554,0.170069030330994,0.0119506743201719,0.5,0.255951455205554,0.205737591883116,0.0495025126472758,0.255951455205554,0.246410186098639,0.0106227534186565,0.315885332130595,0.56871118064318,0.255951455205554,0.314022575645475,0.381508349098725,0.5,0.255951455205554,0.313283711007794,0.345123641898677,0.255951455205554,0.316980180825347,0.257922932423065,0.255951455205554,0.289757439451359,0.403914059624005,0.255951455205554,0.19740858372834,0.196168829426958,0.197158464393113,0.116131092550894 -5010,0.255951455205554,0.210317303776746,0.194935942904787,0.255951455205554,0.112642117026361,0.0871841428053015,0.255951455205554,0.150055962987002,0.324428714666536,0.255951455205554,0.134541814591039,0.435416242632327,0.255951455205554,0.099589006625314,0.135607495077607,0.255951455205554,0.0621904119266969,0.0889449568634238,0.5,0.255951455205554,0.104961605459178,0.0423116801687496,0.5,0.255951455205554,0.106767855664036,0.010456744865385,0.5,0.255951455205554,0.140027030366649,0.0488713470416467,0.255951455205554,0.190791059190073,0.00684137613396677,0.2090409658052,0.466133879845111,0.255951455205554,0.194181769122217,0.27997042258708,0.5,0.255951455205554,0.204302920521234,0.284530147587993,0.255951455205554,0.192321228905731,0.115764761575213,0.255951455205554,0.194342222639395,0.32276613813658,0.255951455205554,0.14892022810689,0.243313301123344,0.208320569276316,0.131176585891287 -5011,0.255951455205554,0.104928923066805,0.182383866435879,0.255951455205554,0.0798380199120994,0.0777999772570746,0.255951455205554,0.0817853815505375,0.275763194824601,0.255951455205554,0.0851721193366567,0.433400242790973,0.255951455205554,0.0469589227805722,0.096389152985218,0.255951455205554,0.0256202136974745,0.0742210507816092,0.5,0.255951455205554,0.046310367291561,0.0229147858382656,0.5,0.255951455205554,0.0436490287291891,0.00670715884927799,0.5,0.255951455205554,0.0591857877521709,0.0438634989173065,0.255951455205554,0.0513615796968781,0.00286629386604195,0.0684789850183579,0.322216080796762,0.255951455205554,0.0614479575455008,0.231753442652418,0.5,0.255951455205554,0.0751059078838134,0.162258735470848,0.255951455205554,0.064760984843557,0.0505316235808902,0.255951455205554,0.0688990563069433,0.243822723271138,0.255951455205554,0.0655391943847947,0.226424301184791,0.109354372940055,0.154504630379599 -5012,0.255951455205554,0.0206971883302472,0.129114292941171,0.255951455205554,0.0110904612893972,0.0433638047717988,0.255951455205554,0.0130262412890935,0.195808552415422,0.255951455205554,0.0211712972240156,0.29198019200891,0.255951455205554,0.0051400270076574,0.0603966568433143,0.255951455205554,0.0,0.0840600351954386,0.5,0.255951455205554,0.00271731097050757,0.00785849648379926,0.5,0.255951455205554,7.63190371101991e-06,0.00496425327684482,0.5,0.255951455205554,7.78247368697845e-07,0.0485145439392016,0.255951455205554,0.000588571073268432,0.00355707663163354,0.0,0.307412195401731,0.255951455205554,0.0,0.203831128876168,0.5,0.255951455205554,0.0,0.0922622311604195,0.255951455205554,0.0,0.0327560818497279,0.255951455205554,0.0,0.231666915010155,0.255951455205554,0.0,0.219959232768786,0.0201964721625096,0.198989747834133 -5013,0.255951455205554,0.0,0.102112552498176,0.255951455205554,0.0,0.0448997974468497,0.255951455205554,0.0,0.139575452196116,0.255951455205554,0.0,0.186315000137839,0.255951455205554,0.0,0.0638055323561289,0.255951455205554,0.0,0.105465187317715,0.5,0.255951455205554,0.0,0.00479932223699131,0.5,0.255951455205554,0.0,0.0025659920485761,0.5,0.255951455205554,0.0,0.0458911497338124,0.255951455205554,0.0,0.00356727895882599,0.0,0.282768393232429,0.255951455205554,0.0,0.183416307029193,0.5,0.255951455205554,0.0,0.0761245468340407,0.255951455205554,0.0,0.0275620746376842,0.255951455205554,0.0,0.225658062619913,0.255951455205554,0.0,0.215926051064553,0.0,0.220280085081218 -5014,0.255951455205554,0.0,0.0945247384092852,0.255951455205554,0.0,0.0410587645108455,0.255951455205554,0.0,0.127613355986458,0.255951455205554,0.0,0.157321400053963,0.255951455205554,0.0,0.0924904514424713,0.255951455205554,0.0,0.0938737251020666,0.5,0.255951455205554,0.0,0.00441088540754832,0.5,0.255951455205554,0.0,0.00184933248930678,0.5,0.255951455205554,0.0,0.0396746453481228,0.255951455205554,0.0,0.00164050947340346,0.0,0.225026937719763,0.255951455205554,0.0,0.174693576904497,0.5,0.255951455205554,0.0,0.0718901060586611,0.255951455205554,0.0,0.0340750709336042,0.255951455205554,0.0,0.206406651555169,0.255951455205554,0.0,0.201812331345409,0.0,0.198202413670809 -5015,0.255951455205554,0.0,0.088528975381555,0.255951455205554,0.0,0.0402629253765494,0.255951455205554,0.0,0.134153920557538,0.255951455205554,0.0,0.154023809034364,0.255951455205554,0.0,0.128612892565471,0.255951455205554,0.0,0.0744370424484043,0.5,0.255951455205554,0.0,0.00656925630743445,0.5,0.255951455205554,0.0,0.0027392791998284,0.5,0.255951455205554,0.0,0.0326475374360382,0.255951455205554,0.0,0.00204119864942535,0.0,0.178642100579888,0.255951455205554,0.0,0.161282564270769,0.5,0.255951455205554,0.0,0.0767768520140308,0.255951455205554,0.0,0.0532354127086016,0.255951455205554,0.0,0.17940798176141,0.255951455205554,0.0,0.196402170734737,0.0,0.167808058260273 -5016,0.255951455205554,0.0,0.0840630129872238,0.255951455205554,0.0,0.0412332582259696,0.255951455205554,0.0,0.138565783729463,0.255951455205554,0.0,0.145828441189337,0.255951455205554,0.0,0.126774544130013,0.255951455205554,0.0,0.0718544955449511,0.5,0.255951455205554,0.0,0.0119007799044129,0.5,0.255951455205554,0.0,0.00216241936973227,0.5,0.255951455205554,0.0,0.0309308520638436,0.255951455205554,0.0,0.0104679862578156,0.0,0.151675545461731,0.255951455205554,0.0,0.143270707075096,0.5,0.255951455205554,0.0,0.087663348573989,0.255951455205554,0.0,0.0560124140116664,0.255951455205554,0.0,0.130771286485792,0.255951455205554,0.0,0.183713630763028,0.0,0.155095888093846 -5017,0.255951455205554,0.0,0.0785717080725754,0.255951455205554,0.0,0.0408196399051017,0.255951455205554,0.0,0.135278513634413,0.255951455205554,0.0,0.132061161994153,0.255951455205554,0.0,0.112045426920758,0.255951455205554,0.0,0.0895778939768856,0.5,0.255951455205554,0.0,0.0130792433076488,0.5,0.255951455205554,0.0,0.00865593127455803,0.5,0.255951455205554,0.0,0.0281480455329855,0.255951455205554,0.0,0.0104810862737671,0.0,0.14316839500057,0.255951455205554,0.0,0.131084857305103,0.5,0.255951455205554,0.0,0.0967893519173126,0.255951455205554,0.0,0.0403119718323034,0.255951455205554,0.0,0.0909100503825748,0.255951455205554,0.0,0.116959020390487,0.0,0.144937498202962 -5018,0.255951455205554,0.0,0.0732778968159318,0.255951455205554,0.0,0.0411700437792932,0.255951455205554,0.0,0.128378833492964,0.255951455205554,0.0,0.122034624743467,0.255951455205554,0.0,0.0941457864286233,0.255951455205554,0.0,0.0865020333553256,0.5,0.255951455205554,0.0,0.0196646081502249,0.5,0.255951455205554,0.0,0.00684401181940196,0.5,0.255951455205554,0.0,0.0218120653529214,0.255951455205554,0.0,0.00813927732388881,0.0,0.144800350740729,0.255951455205554,0.0,0.128613071911441,0.5,0.255951455205554,0.0,0.098978153674984,0.255951455205554,0.0,0.0306029472773506,0.255951455205554,0.0,0.0740937548824514,0.255951455205554,0.0,0.055092166353839,0.0,0.148248215793703 -5019,0.255951455205554,0.0,0.0684591398973252,0.255951455205554,0.0,0.0417235692264697,0.255951455205554,0.0,0.11591174732893,0.255951455205554,0.0,0.109315107347655,0.255951455205554,0.0,0.0930943719593502,0.255951455205554,0.0,0.0682227672081052,0.5,0.255951455205554,0.0,0.0379927720458159,0.5,0.255951455205554,0.0,0.00741897327882314,0.5,0.255951455205554,0.0,0.0189011998911277,0.255951455205554,0.0,0.0100477015011005,0.0,0.134823259327321,0.255951455205554,0.0,0.119392154527607,0.5,0.255951455205554,0.0,0.105010288412534,0.255951455205554,0.0,0.0305394390795518,0.255951455205554,0.0,0.0784439676106767,0.255951455205554,0.0,0.0324927264934889,0.0,0.172942724001011 -5020,0.255951455205554,0.0,0.0628084115556999,0.255951455205554,0.0,0.0375847095835286,0.255951455205554,0.0,0.100664568015425,0.255951455205554,0.0,0.091030386386084,0.255951455205554,0.0,0.1089139860448,0.255951455205554,0.0,0.0618414398739824,0.5,0.255951455205554,0.0,0.057984628630436,0.5,0.255951455205554,0.0,0.00867381036783184,0.5,0.255951455205554,0.0,0.0233703863662815,0.255951455205554,0.0,0.0119655277517286,0.0,0.136746535485769,0.255951455205554,0.0,0.112738205860681,0.5,0.255951455205554,0.0,0.0989715928073075,0.255951455205554,0.0,0.0320179698851725,0.255951455205554,0.0,0.0874408507670739,0.255951455205554,0.0,0.0306802786314722,0.0,0.199149825774397 -5021,0.255951455205554,0.0,0.0591079712148544,0.255951455205554,0.0,0.0378820519148124,0.255951455205554,0.0,0.0965282587742257,0.255951455205554,0.0,0.0815966333586094,0.255951455205554,0.0,0.120472261364,0.255951455205554,0.0,0.0632245682478078,0.5,0.255951455205554,0.0,0.0750814416433028,0.5,0.255951455205554,0.0,0.00677827628871118,0.5,0.255951455205554,0.0,0.0275287973381464,0.255951455205554,0.0,0.0143319954078522,0.0,0.150326019975623,0.255951455205554,5.94261240611352e-07,0.114809189755399,0.5,0.255951455205554,3.40025472628711e-05,0.0996860297112148,0.255951455205554,0.0,0.0328171130764667,0.255951455205554,0.0,0.0963708245819602,0.255951455205554,0.0,0.0324983679791756,0.0,0.198591751444443 -5022,0.255951455205554,0.030740954678442,0.0597704794197662,0.255951455205554,0.0301274603243322,0.0368761165983282,0.255951455205554,0.0169816104988916,0.0888796618384848,0.255951455205554,0.022941614143765,0.0725260915717209,0.255951455205554,0.00720720366296131,0.128482204024134,0.255951455205554,0.0147082143672493,0.0693552138356345,0.5,0.255951455205554,0.00307166115114991,0.0942980740223532,0.5,0.255951455205554,0.00317563813262845,0.0048939736485595,0.5,0.255951455205554,0.01857693971267,0.0276859052030376,0.255951455205554,0.00280970540231378,0.0211303226064703,0.0270229670752982,0.175476861203467,0.255951455205554,0.0240647118481243,0.128335201631594,0.5,0.255951455205554,0.0411854757885814,0.0962757037836321,0.255951455205554,0.00565000576666117,0.0371578561288289,0.255951455205554,0.0245010892276377,0.100639959871815,0.255951455205554,0.0202065899870662,0.0312527412291195,0.0330567415604197,0.180249271010031 -5023,0.255951455205554,0.0995121892409358,0.0825319928679474,0.255951455205554,0.100134878635005,0.0565479513389144,0.255951455205554,0.077137903656511,0.102532188200283,0.255951455205554,0.0906054197300113,0.0796818437604255,0.255951455205554,0.0478034907848493,0.13933516271416,0.255951455205554,0.0815526718983473,0.0753562856435192,0.5,0.255951455205554,0.041749187940942,0.13817459323851,0.5,0.255951455205554,0.0287550564545838,0.00620906077680835,0.5,0.255951455205554,0.0848209186599162,0.0367223437188389,0.255951455205554,0.0405091285897147,0.0442146700143946,0.106671456249538,0.159414561384529,0.255951455205554,0.0694237693104764,0.177620419687647,0.5,0.255951455205554,0.11625152492588,0.170463193549204,0.255951455205554,0.0174429337678027,0.0401950546523238,0.255951455205554,0.0733112142836009,0.161706217505022,0.255951455205554,0.075302229068884,0.0480478527091012,0.102380171557231,0.157008579445878 -5024,0.255951455205554,0.210614722923679,0.128971991617182,0.255951455205554,0.21137049545374,0.138122467116938,0.255951455205554,0.176427402110891,0.164051673607491,0.255951455205554,0.199023010104706,0.127312269398007,0.255951455205554,0.123830017848757,0.170612502187806,0.255951455205554,0.185811538306367,0.160713323314718,0.5,0.255951455205554,0.0933284439164961,0.19606315536766,0.5,0.255951455205554,0.0722762151813187,0.0204368679537073,0.5,0.255951455205554,0.17480128061728,0.0803864930028035,0.255951455205554,0.0838755969255279,0.114527326390108,0.206948377983537,0.217570808765527,0.255951455205554,0.114750347042206,0.246958715523831,0.5,0.255951455205554,0.229201493614947,0.359599461096898,0.255951455205554,0.0332759324513234,0.046372876771095,0.255951455205554,0.127562344535795,0.238005769612623,0.255951455205554,0.148228572802868,0.119626483262251,0.214600976242589,0.148578716159746 -5025,0.255951455205554,0.33236351623627,0.154042961484783,0.255951455205554,0.332639135241308,0.20784132031625,0.255951455205554,0.293795308327599,0.22011276234225,0.255951455205554,0.319885663466109,0.158610997816257,0.255951455205554,0.227265959976113,0.219007861508758,0.255951455205554,0.314931854734271,0.262474023441503,0.5,0.255951455205554,0.140372540912928,0.219325610654616,0.5,0.255951455205554,0.117648668659917,0.0526813734578508,0.5,0.255951455205554,0.260173458117859,0.140880207372887,0.255951455205554,0.118981036756335,0.155586986115734,0.256316727696786,0.298224800904268,0.255951455205554,0.148518613614583,0.310074014626539,0.5,0.255951455205554,0.345493802933231,0.470841921466642,0.255951455205554,0.0663233322006616,0.0634509537573892,0.255951455205554,0.17180536568107,0.310226214656894,0.255951455205554,0.204393371678225,0.197984274386521,0.336741438148447,0.130547518697444 -5026,0.255951455205554,0.461981899633036,0.169492312359919,0.255951455205554,0.462107226898056,0.278573941315697,0.255951455205554,0.422879637857816,0.26868700564194,0.255951455205554,0.449283848373236,0.200974295652421,0.255951455205554,0.348137645428097,0.246588787779745,0.255951455205554,0.455355274382352,0.378321039944682,0.5,0.255951455205554,0.229163547433283,0.243120477516036,0.5,0.255951455205554,0.176669658405316,0.104317416908841,0.5,0.255951455205554,0.314959520400564,0.178210485457386,0.255951455205554,0.0614595806447584,0.1598688969305,0.155192897734297,0.249704161906048,0.255951455205554,0.164189229308571,0.358738754289092,0.5,0.255951455205554,0.454550841992281,0.564117577863119,0.255951455205554,0.101887103855482,0.0746904486896245,0.255951455205554,0.220069298541292,0.338927996247673,0.255951455205554,0.237050771002804,0.244157848446828,0.466841611609856,0.10989337158343 -5027,0.255951455205554,0.571258844478935,0.187442096863382,0.255951455205554,0.571517752973695,0.342534602012771,0.255951455205554,0.538796934316847,0.330772942040703,0.255951455205554,0.547670141111082,0.271823128669839,0.255951455205554,0.487078494534484,0.300581905574958,0.255951455205554,0.570142357917084,0.46847028855658,0.5,0.255951455205554,0.381079105574985,0.2886284343137,0.5,0.255951455205554,0.266100358890549,0.167653533196484,0.5,0.255951455205554,0.350663137963304,0.262402829187161,0.255951455205554,0.0556639939778885,0.15554626172943,0.0924343194344733,0.211902401373393,0.255951455205554,0.212835460145375,0.406685154449678,0.5,0.255951455205554,0.509795497078075,0.615010391790654,0.255951455205554,0.119995965844006,0.0903436266100956,0.255951455205554,0.303265241886185,0.429377775106573,0.255951455205554,0.254262471030844,0.25168022057531,0.579072785362706,0.0959504222409293 -5028,0.255951455205554,0.643166406829698,0.206396019621395,0.255951455205554,0.636175245247636,0.390127249561727,0.255951455205554,0.607755875905299,0.394825308687321,0.255951455205554,0.618052951254732,0.376877251303475,0.255951455205554,0.578103277245542,0.371024787846528,0.255951455205554,0.638663529613761,0.584870770460087,0.5,0.255951455205554,0.540152784379703,0.426721454433278,0.5,0.255951455205554,0.326265152374365,0.259220872532853,0.5,0.255951455205554,0.361755383849856,0.381289795307315,0.255951455205554,0.233387883870172,0.279750073185506,0.167297210017504,0.387907010559225,0.255951455205554,0.280120179557872,0.461438657054103,0.5,0.255951455205554,0.568180153338326,0.662539531389404,0.255951455205554,0.130278559745566,0.100358701256432,0.255951455205554,0.326388847911964,0.472675489323357,0.255951455205554,0.284461585088133,0.304854551086264,0.646974202255755,0.0874905874375433 -5029,0.255951455205554,0.667969188064746,0.234726781096448,0.255951455205554,0.655493930047898,0.453239320846568,0.255951455205554,0.620424111389952,0.464761859625916,0.255951455205554,0.639127941660257,0.50712789960748,0.255951455205554,0.599019820899321,0.444131586736169,0.255951455205554,0.655262297956379,0.642202303661216,0.5,0.255951455205554,0.610529656799875,0.601040007111034,0.5,0.255951455205554,0.32775013534353,0.344929748557349,0.5,0.255951455205554,0.381928395528558,0.45680223761185,0.255951455205554,0.515724864519031,0.47649392599545,0.413161523862336,0.614408291752323,0.255951455205554,0.403106255245939,0.512386362024249,0.5,0.255951455205554,0.608088139153399,0.709533288673028,0.255951455205554,0.160069339691291,0.10102691416298,0.255951455205554,0.344243807075705,0.488406627274964,0.255951455205554,0.34122497543411,0.379134523110267,0.675106161122304,0.0856880481106302 -5030,0.255951455205554,0.656604503097632,0.281882175154094,0.255951455205554,0.645761364324747,0.523115592451367,0.255951455205554,0.607651925572827,0.531717160929484,0.255951455205554,0.627943987244654,0.631758913329288,0.255951455205554,0.528879960456302,0.496111103444124,0.255951455205554,0.612875483213282,0.645253671164552,0.5,0.255951455205554,0.594476946465678,0.674925267759263,0.5,0.255951455205554,0.325002532191459,0.401793036635526,0.5,0.255951455205554,0.359278887426339,0.425888333253223,0.255951455205554,0.526258509991,0.614633584909421,0.383800884560836,0.539866011955851,0.255951455205554,0.364867896840809,0.460988491021321,0.5,0.255951455205554,0.598449033637785,0.722384197199798,0.255951455205554,0.154909404512709,0.0860004927300838,0.255951455205554,0.360786046612466,0.480919283541056,0.255951455205554,0.335378149061559,0.403820855269116,0.662660574141841,0.0895777005555593 -5031,0.255951455205554,0.605878554012167,0.348218524039971,0.255951455205554,0.589907209987198,0.565693940813796,0.255951455205554,0.569209200440163,0.582934078014419,0.255951455205554,0.606978841714746,0.713129102213884,0.255951455205554,0.459521976218419,0.527312562842475,0.255951455205554,0.53844840264655,0.613946133329111,0.5,0.255951455205554,0.567956070646272,0.702186470094669,0.5,0.255951455205554,0.237088658190823,0.361710733338239,0.5,0.255951455205554,0.301551186827669,0.336316310515024,0.255951455205554,0.589364844707746,0.650907078674689,0.385367864730689,0.416610729012031,0.255951455205554,0.282864395589497,0.376571271930263,0.5,0.255951455205554,0.530464246859491,0.693623210509842,0.255951455205554,0.11196751356947,0.0616877381461143,0.255951455205554,0.266844269904919,0.406918169577587,0.255951455205554,0.322838268589463,0.384801964969139,0.607292986239248,0.0947448706244307 -5032,0.255951455205554,0.504894241947275,0.422125414640194,0.255951455205554,0.483570798937057,0.563446432204766,0.255951455205554,0.480712919782942,0.614140810521486,0.255951455205554,0.512192550856476,0.765755509869524,0.255951455205554,0.384098127008948,0.532859675901642,0.255951455205554,0.408274654341891,0.555177889384528,0.5,0.255951455205554,0.425603185334215,0.625179104280455,0.5,0.255951455205554,0.191210286121566,0.226546553070114,0.5,0.255951455205554,0.193547328349497,0.241607997062275,0.255951455205554,0.504256732103067,0.683006540148881,0.316842484890074,0.313299362496196,0.255951455205554,0.259021951524207,0.313274978560002,0.5,0.255951455205554,0.423788870522389,0.634112427205678,0.255951455205554,0.109184095902053,0.0359372012194676,0.255951455205554,0.138324187133,0.254169209960219,0.255951455205554,0.213618235511594,0.285063519323739,0.503253531925473,0.110232344150959 -5033,0.255951455205554,0.380230491826756,0.445298507379584,0.255951455205554,0.362418313433791,0.522693742813287,0.255951455205554,0.360103449645938,0.606598432813825,0.255951455205554,0.385850805158429,0.786245298023697,0.255951455205554,0.273599833161117,0.485486347630674,0.255951455205554,0.262485213774417,0.448296139477769,0.5,0.255951455205554,0.283952802877396,0.492609924679906,0.5,0.255951455205554,0.116919592561221,0.118862563544264,0.5,0.255951455205554,0.167227539789847,0.193307877787077,0.255951455205554,0.370619921779429,0.699736801139067,0.228094803115719,0.177467762501073,0.255951455205554,0.209755519592132,0.25783491341913,0.5,0.255951455205554,0.307552789168747,0.54067103217557,0.255951455205554,0.139306038551495,0.0225789840213015,0.255951455205554,0.0968645774330735,0.157654849222118,0.255951455205554,0.108125666480891,0.131186605524692,0.377312182247061,0.140602799339212 -5034,0.255951455205554,0.255029231306367,0.417833781279444,0.255951455205554,0.241742808566443,0.414695610172619,0.255951455205554,0.243883261387036,0.553577929210672,0.255951455205554,0.259970351661695,0.747779821547212,0.255951455205554,0.183902154278331,0.401349307392621,0.255951455205554,0.15153419502207,0.251790934377511,0.5,0.255951455205554,0.190923385518575,0.505428681505535,0.5,0.255951455205554,0.0685013623484887,0.0721649796260896,0.5,0.255951455205554,0.0932918631025612,0.137518230939024,0.255951455205554,0.224018759864062,0.604298122052215,0.148100570916367,0.123220359113885,0.255951455205554,0.118633939371477,0.18966760742279,0.5,0.255951455205554,0.189644018771547,0.428136420484921,0.255951455205554,0.091370321039469,0.0126290993967801,0.255951455205554,0.0725339478168756,0.116441641072869,0.255951455205554,0.0425924055589665,0.0443342021505946,0.251164243649187,0.159767319255221 -5035,0.255951455205554,0.123842425896316,0.396826159960233,0.255951455205554,0.105554455930042,0.238035945380148,0.255951455205554,0.116747518715534,0.471302872359828,0.255951455205554,0.131159869757699,0.648107803080675,0.255951455205554,0.0967071559448766,0.354257760284745,0.255951455205554,0.0553458220934664,0.247494359826188,0.5,0.255951455205554,0.0935087592410989,0.542642458789784,0.5,0.255951455205554,0.0218536972780623,0.0639186793187591,0.5,0.255951455205554,0.0404394293094084,0.0852776392629106,0.255951455205554,0.105043427498581,0.609440640943361,0.0550035166919519,0.0378650377846482,0.255951455205554,0.046101835259276,0.143870430284439,0.5,0.255951455205554,0.0801712577492967,0.310183477147544,0.255951455205554,0.0338512976965883,0.00890617736187419,0.255951455205554,0.0291874468848178,0.125260764517408,0.255951455205554,0.0166242638777808,0.0509383455599007,0.125205558494637,0.13411859040143 -5036,0.255951455205554,0.0187213479206134,0.357260706011801,0.255951455205554,0.00174466924036356,0.118419101238106,0.255951455205554,0.0144491797642257,0.380469683200803,0.255951455205554,0.019602239683073,0.54014513107577,0.255951455205554,0.0129947385030801,0.347004903878834,0.255951455205554,5.02383250048378e-05,0.264392002960456,0.5,0.255951455205554,0.00272092435270223,0.482329120293287,0.5,0.255951455205554,0.000126769628790283,0.0825645030179545,0.5,0.255951455205554,2.36052245994051e-05,0.0669853844393781,0.255951455205554,0.0,0.613693489432601,0.0,0.0148901509027206,0.255951455205554,0.0,0.115038134535077,0.5,0.255951455205554,0.0,0.214626069069071,0.255951455205554,9.12468153164553e-06,0.00687004128309059,0.255951455205554,0.0,0.131568513154512,0.255951455205554,2.60852457049299e-05,0.0507781812637602,0.0197222159363853,0.0920855505973656 -5037,0.255951455205554,0.0,0.295662433532926,0.255951455205554,0.0,0.133867082481819,0.255951455205554,0.0,0.318328180219816,0.255951455205554,0.0,0.45998638383815,0.255951455205554,0.0,0.373101593909867,0.255951455205554,0.0,0.310596305338303,0.5,0.255951455205554,0.0,0.418554001214442,0.5,0.255951455205554,0.0,0.103596022236578,0.5,0.255951455205554,0.0,0.0681140921680427,0.255951455205554,0.0,0.53719371955493,0.0,0.0281835097645089,0.255951455205554,0.0,0.112291369817778,0.5,0.255951455205554,0.0,0.178137452247014,0.255951455205554,0.0,0.00788650787256059,0.255951455205554,0.0,0.142879887773802,0.255951455205554,0.0,0.0688843745998572,0.0,0.0841466079283043 -5038,0.255951455205554,0.0,0.235396654012207,0.255951455205554,0.0,0.201014691481401,0.255951455205554,0.0,0.276515978280566,0.255951455205554,0.0,0.389064260316397,0.255951455205554,0.0,0.367540992252836,0.255951455205554,0.0,0.366425409522199,0.5,0.255951455205554,0.0,0.384086486968412,0.5,0.255951455205554,0.0,0.147371658788986,0.5,0.255951455205554,0.0,0.0752788325462304,0.255951455205554,0.0,0.426514918748733,0.0,0.0593764470005182,0.255951455205554,0.0,0.116550104883521,0.5,0.255951455205554,0.0,0.150425763811747,0.255951455205554,0.0,0.0120199870885347,0.255951455205554,0.0,0.170770272809845,0.255951455205554,0.0,0.0690025461406651,0.0,0.0997979189182505 -5039,0.255951455205554,0.0,0.183308808934214,0.255951455205554,0.0,0.247522667011134,0.255951455205554,0.0,0.229195836788128,0.255951455205554,0.0,0.290542720747142,0.255951455205554,0.0,0.31806867277574,0.255951455205554,0.0,0.410154259675532,0.5,0.255951455205554,0.0,0.426537505772602,0.5,0.255951455205554,0.0,0.228174034320403,0.5,0.255951455205554,0.0,0.0641700611359485,0.255951455205554,0.0,0.370563010635645,0.0,0.0725478966951564,0.255951455205554,0.0,0.110827719983028,0.5,0.255951455205554,0.0,0.12750212722053,0.255951455205554,0.0,0.0115448465795723,0.255951455205554,0.0,0.188303998233739,0.255951455205554,0.0,0.0699098586103376,0.0,0.109700528678647 -5040,0.255951455205554,0.0,0.1572625239393,0.255951455205554,0.0,0.215673619766553,0.255951455205554,0.0,0.186581912075905,0.255951455205554,0.0,0.21511177624165,0.255951455205554,0.0,0.238847771743287,0.255951455205554,0.0,0.436937377589164,0.5,0.255951455205554,0.0,0.480854993311227,0.5,0.255951455205554,0.0,0.220150089680043,0.5,0.255951455205554,0.0,0.0559421062807727,0.255951455205554,0.0,0.457962873705269,0.0,0.0676221357912057,0.255951455205554,0.0,0.101003759455992,0.5,0.255951455205554,0.0,0.124938354908381,0.255951455205554,0.0,0.00849219144778806,0.255951455205554,0.0,0.228157379544721,0.255951455205554,0.0,0.0930180197260322,0.0,0.140570957772594 -5041,0.255951455205554,0.0,0.139936261475287,0.255951455205554,0.0,0.169603939698954,0.255951455205554,0.0,0.157861806739231,0.255951455205554,0.0,0.16864059280129,0.255951455205554,0.0,0.161997849586869,0.255951455205554,0.0,0.44543939175396,0.5,0.255951455205554,0.0,0.496637863376875,0.5,0.255951455205554,0.0,0.142970732897676,0.5,0.255951455205554,0.0,0.0615422202764363,0.255951455205554,0.0,0.585678455802279,0.0,0.0379572131210177,0.255951455205554,0.0,0.0936971833061562,0.5,0.255951455205554,0.0,0.132633741425468,0.255951455205554,0.0,0.0100204630230621,0.255951455205554,0.0,0.248518090040498,0.255951455205554,0.0,0.124331212774609,0.0,0.167451227871384 -5042,0.255951455205554,0.0,0.131357217089686,0.255951455205554,0.0,0.126721367454965,0.255951455205554,0.0,0.14354566500522,0.255951455205554,0.0,0.144770985402933,0.255951455205554,0.0,0.120761479310911,0.255951455205554,0.0,0.429815962707409,0.5,0.255951455205554,0.0,0.443613908092149,0.5,0.255951455205554,0.0,0.109322544192032,0.5,0.255951455205554,0.0,0.0646715074098875,0.255951455205554,0.0,0.551692576833623,0.0,0.0117594148701754,0.255951455205554,0.0,0.0877168660532924,0.5,0.255951455205554,0.0,0.135222554961092,0.255951455205554,0.0,0.0210671393906841,0.255951455205554,0.0,0.250726178147892,0.255951455205554,0.0,0.165835112816737,0.0,0.199847157341113 -5043,0.255951455205554,0.0,0.134820435688922,0.255951455205554,0.0,0.139141550122334,0.255951455205554,0.0,0.138231165639009,0.255951455205554,0.0,0.144627973936527,0.255951455205554,0.0,0.106715635163664,0.255951455205554,0.0,0.348307729845505,0.5,0.255951455205554,0.0,0.337142189082463,0.5,0.255951455205554,0.0,0.107233007638146,0.5,0.255951455205554,0.0,0.0710122455587056,0.255951455205554,0.0,0.383678593204447,0.0,0.00903839489537186,0.255951455205554,0.0,0.0833206896823022,0.5,0.255951455205554,0.0,0.124546988324021,0.255951455205554,0.0,0.0434830981617235,0.255951455205554,0.0,0.27079335556819,0.255951455205554,0.0,0.201226184946433,0.0,0.300041412880818 -5044,0.255951455205554,0.0,0.130056496012849,0.255951455205554,0.0,0.172259386692485,0.255951455205554,0.0,0.126628886384361,0.255951455205554,0.0,0.12758970173966,0.255951455205554,0.0,0.109302437591956,0.255951455205554,0.0,0.260541620295357,0.5,0.255951455205554,0.0,0.264562523100879,0.5,0.255951455205554,0.0,0.129014317505741,0.5,0.255951455205554,0.0,0.0916875122910963,0.255951455205554,0.0,0.256224681109188,0.0,0.033714116118639,0.255951455205554,0.0,0.089824046883349,0.5,0.255951455205554,0.0,0.101312413424319,0.255951455205554,0.0,0.0729498175258325,0.255951455205554,0.0,0.30925080096804,0.255951455205554,0.0,0.240239831225249,0.0,0.510116798570882 -5045,0.255951455205554,0.0,0.11694031487395,0.255951455205554,0.0,0.132120228968382,0.255951455205554,0.0,0.116802296977064,0.255951455205554,0.0,0.0943509672238644,0.255951455205554,0.0,0.111030782427417,0.255951455205554,0.0,0.269147211028404,0.5,0.255951455205554,0.0,0.239857595635519,0.5,0.255951455205554,0.0,0.137706783541858,0.5,0.255951455205554,0.0,0.0868709645054251,0.255951455205554,0.0,0.225018339585737,0.0,0.0876904157580396,0.255951455205554,0.0,0.11743989100721,0.5,0.255951455205554,1.43885208275455e-06,0.108129380214119,0.255951455205554,0.0,0.0758056377966722,0.255951455205554,0.0,0.376927056989311,0.255951455205554,0.0,0.253174271304287,0.0,0.69567541714197 -5046,0.255951455205554,0.0307263952275355,0.107502644259485,0.255951455205554,0.0302526248290802,0.0714983832953377,0.255951455205554,0.0213118956231844,0.130062801629901,0.255951455205554,0.0231765553907544,0.0753015338910302,0.255951455205554,0.0114282980306466,0.101696129749839,0.255951455205554,0.0131522913460306,0.319101555661779,0.5,0.255951455205554,0.00571381426190399,0.270550089684821,0.5,0.255951455205554,0.000643575420150618,0.191062402735289,0.5,0.255951455205554,0.00498583953589462,0.13800503693328,0.255951455205554,0.00407642559294014,0.263428256597273,0.00386311394462763,0.0983379404956185,0.255951455205554,0.0143408772858371,0.159072040501782,0.5,0.255951455205554,0.0102782531916564,0.186100917769656,0.255951455205554,0.00536855231313894,0.0842393110074654,0.255951455205554,0.00830627332126666,0.449567400368258,0.255951455205554,0.0064260015309676,0.251085172467693,0.0333901998804719,0.771831060851598 -5047,0.255951455205554,0.101436718633295,0.127820935673671,0.255951455205554,0.102528736103654,0.114124365015118,0.255951455205554,0.091833597639066,0.204323036697653,0.255951455205554,0.0935217423609245,0.0801664554069045,0.255951455205554,0.0808188548885952,0.134813317070391,0.255951455205554,0.0793059665561107,0.347977709192696,0.5,0.255951455205554,0.0719175365333495,0.350945851335518,0.5,0.255951455205554,0.00935461228570647,0.269729910180589,0.5,0.255951455205554,0.0239467320731693,0.222601559546774,0.255951455205554,0.0702107851751824,0.412231592147063,0.0203531354254678,0.0909074112287228,0.255951455205554,0.0429137304976556,0.191219675202596,0.5,0.255951455205554,0.0425693605773043,0.284238263819663,0.255951455205554,0.0105023527723771,0.0998375041017182,0.255951455205554,0.03765664736174,0.490264124300869,0.255951455205554,0.0315713603388927,0.27317921664829,0.105187796289894,0.763129145075209 -5048,0.255951455205554,0.215659770408132,0.200585815660269,0.255951455205554,0.217138046630094,0.242983244466633,0.255951455205554,0.202250062140356,0.385499981487024,0.255951455205554,0.205161710624543,0.166322371793181,0.255951455205554,0.188089057644055,0.280902143819797,0.255951455205554,0.177851756597818,0.442742071808617,0.5,0.255951455205554,0.172791438361799,0.453010204861631,0.5,0.255951455205554,0.0271909357024795,0.331411085482836,0.5,0.255951455205554,0.0461105098113565,0.297787362745551,0.255951455205554,0.176407880730801,0.558753014719009,0.0384019385940317,0.192933404192963,0.255951455205554,0.0741059936971658,0.220845690420929,0.5,0.255951455205554,0.0976800884301081,0.348929356663449,0.255951455205554,0.0205791904555371,0.147633293915755,0.255951455205554,0.0795899274915688,0.5243506121148,0.255951455205554,0.0630597565811602,0.308609246005562,0.220915336796198,0.625914267115512 -5049,0.255951455205554,0.340885119220654,0.20613277230034,0.255951455205554,0.342017409531764,0.4577862045811,0.255951455205554,0.322171188935406,0.553965373086017,0.255951455205554,0.327509066267246,0.413950607539386,0.255951455205554,0.311248933673646,0.477914911635561,0.255951455205554,0.290272623938608,0.502136352890386,0.5,0.255951455205554,0.287633088239491,0.571629400937673,0.5,0.255951455205554,0.0568334510576211,0.340731243736092,0.5,0.255951455205554,0.0698820785637459,0.317576997394931,0.255951455205554,0.303084557659004,0.583944751358424,0.0471415289009659,0.228889107937558,0.255951455205554,0.0887350385260955,0.272184821202726,0.5,0.255951455205554,0.140489251582747,0.383557277690967,0.255951455205554,0.0374823253165112,0.196563902411264,0.255951455205554,0.141820436758495,0.554738260429312,0.255951455205554,0.13659189079633,0.404971638666555,0.346746687990986,0.473196031287697 -5050,0.255951455205554,0.470427672023265,0.232754467750387,0.255951455205554,0.474303852335781,0.596510175799307,0.255951455205554,0.437338228304355,0.607256617229736,0.255951455205554,0.44562509310349,0.60292490072974,0.255951455205554,0.427110126686574,0.579376309243993,0.255951455205554,0.413039338208604,0.591244346608147,0.5,0.255951455205554,0.410029143371723,0.612938535643016,0.5,0.255951455205554,0.0942585068989703,0.290526658790094,0.5,0.255951455205554,0.0900304735283809,0.302201507182373,0.255951455205554,0.42896878579012,0.510650047895847,0.0395342012012533,0.201583874976045,0.255951455205554,0.111575651464534,0.302756129650665,0.5,0.255951455205554,0.227412171442904,0.442995454782888,0.255951455205554,0.0324310440616764,0.202837008485434,0.255951455205554,0.205480261534224,0.59076691247211,0.255951455205554,0.233121733642148,0.487647661738418,0.477303503205224,0.397083413911184 -5051,0.255951455205554,0.558980107924728,0.320863014333867,0.255951455205554,0.585143613669818,0.634214925035297,0.255951455205554,0.512768263684601,0.630707922364799,0.255951455205554,0.534065304800207,0.697643297486132,0.255951455205554,0.526989415801557,0.633835407278488,0.255951455205554,0.525716329995536,0.683360684502341,0.5,0.255951455205554,0.516557017336425,0.683649382788784,0.5,0.255951455205554,0.122570344390511,0.234211574136472,0.5,0.255951455205554,0.101812774514102,0.272677975580454,0.255951455205554,0.50591023453389,0.530046845356385,0.0744361241091974,0.263463928769583,0.255951455205554,0.103415721723572,0.306936167320802,0.5,0.255951455205554,0.317776185147134,0.453065534203732,0.255951455205554,0.0322150178420909,0.202777860234536,0.255951455205554,0.315154153996327,0.654028507627756,0.255951455205554,0.299625500093433,0.482172793117322,0.594865649959505,0.291489113059384 -5052,0.255951455205554,0.585373651493514,0.452215069612091,0.255951455205554,0.638466018189947,0.630085387479687,0.255951455205554,0.526445202909096,0.652956120311277,0.255951455205554,0.536799840444879,0.773268158381474,0.255951455205554,0.572366100470463,0.704178841328374,0.255951455205554,0.596025783491281,0.694204817774789,0.5,0.255951455205554,0.576235549312814,0.71390990077874,0.5,0.255951455205554,0.152625486213073,0.220491383952761,0.5,0.255951455205554,0.102912758757688,0.275282641518332,0.255951455205554,0.503572772303838,0.566094067221512,0.0191794782891137,0.228050951953274,0.255951455205554,0.125487257372601,0.351489171974358,0.5,0.255951455205554,0.399264431126164,0.498358705159752,0.255951455205554,0.0429980186603036,0.214099187626603,0.255951455205554,0.417950668694101,0.65617703015741,0.255951455205554,0.36303865715043,0.490717394693369,0.659613169608977,0.3147861009476 -5053,0.255951455205554,0.558501236738792,0.572214625209891,0.255951455205554,0.650382645892984,0.63687641653714,0.255951455205554,0.516712376158888,0.652509451705942,0.255951455205554,0.558905537317918,0.79694310912395,0.255951455205554,0.556043321009039,0.664911191480275,0.255951455205554,0.625854332888712,0.66667030182963,0.5,0.255951455205554,0.578777544802597,0.715297331773688,0.5,0.255951455205554,0.188678336405567,0.227204096418406,0.5,0.255951455205554,0.119231189206412,0.319582255101759,0.255951455205554,0.455174105687856,0.52261252470964,0.0223884699742654,0.123667463008071,0.255951455205554,0.150960818491941,0.342888294342908,0.5,0.255951455205554,0.47511151131903,0.565582015501194,0.255951455205554,0.0603366300551398,0.210429525063139,0.255951455205554,0.485397665067409,0.656259317437266,0.255951455205554,0.435626041849115,0.533053619530577,0.644644773541929,0.409417149787671 -5054,0.255951455205554,0.535736329888481,0.631181500407392,0.255951455205554,0.623175889037356,0.721712723706234,0.255951455205554,0.513081245545702,0.63259065184647,0.255951455205554,0.369029652622363,0.763366694124891,0.255951455205554,0.546414402029664,0.603887942547997,0.255951455205554,0.617578238001095,0.666096252012229,0.5,0.255951455205554,0.52346332429501,0.682360736022427,0.5,0.255951455205554,0.224095359838739,0.253130479282881,0.5,0.255951455205554,0.147969932996046,0.351109375292931,0.255951455205554,0.419775365672784,0.435668014904417,0.0538825737131233,0.0502186978303385,0.255951455205554,0.135352016222168,0.322669294120354,0.5,0.255951455205554,0.512064583559848,0.587145077353738,0.255951455205554,0.0700752121429923,0.201633247929976,0.255951455205554,0.506208446473082,0.632305041023352,0.255951455205554,0.455469986506973,0.516603076801238,0.432245810175072,0.469185637908921 -5055,0.255951455205554,0.557343807584463,0.652768114193042,0.255951455205554,0.53458928521427,0.842583440265512,0.255951455205554,0.517480029036769,0.600995958632937,0.255951455205554,0.293024077091723,0.658301725122795,0.255951455205554,0.520163366928078,0.533983540438474,0.255951455205554,0.559321012468089,0.649697973269779,0.5,0.255951455205554,0.418372935589909,0.645293380083311,0.5,0.255951455205554,0.224903487259495,0.224204390339777,0.5,0.255951455205554,0.160631665665843,0.336551821353689,0.255951455205554,0.445293609632634,0.468807611409204,0.0433220953981363,0.00664098383211384,0.255951455205554,0.145908481452193,0.283959063764914,0.5,0.255951455205554,0.483119902486242,0.53628826207659,0.255951455205554,0.0909015408782949,0.179336020007369,0.255951455205554,0.47240865423097,0.587912290173969,0.255951455205554,0.43581101322672,0.497975051276349,0.429822573047824,0.510550540554972 -5056,0.255951455205554,0.482296217573543,0.62615367707164,0.255951455205554,0.47692995195409,0.914443979573179,0.255951455205554,0.465886162908392,0.586292455318619,0.255951455205554,0.379553224785236,0.553478197525192,0.255951455205554,0.444841492508807,0.466689630708987,0.255951455205554,0.457602449723854,0.633602875244504,0.5,0.255951455205554,0.368565479564136,0.616995013137226,0.5,0.255951455205554,0.194372511557953,0.182587519812926,0.5,0.255951455205554,0.155007444480308,0.281948334612754,0.255951455205554,0.302708323780065,0.555874943426189,0.0718505791451081,0.000366653494507619,0.255951455205554,0.127588508655815,0.226885385077247,0.5,0.255951455205554,0.413676771575827,0.48191788298352,0.255951455205554,0.0896937218744219,0.140934656328613,0.255951455205554,0.401386301205233,0.524624091318824,0.255951455205554,0.380393011487228,0.462074901014551,0.262925840351272,0.482142917602993 -5057,0.255951455205554,0.370086795053583,0.573563981659516,0.255951455205554,0.345225479155319,0.907026675931718,0.255951455205554,0.352446048333025,0.570125401864465,0.255951455205554,0.367997612692899,0.485693659154011,0.255951455205554,0.336307075509446,0.392341098924007,0.255951455205554,0.333794251015583,0.569850676067576,0.5,0.255951455205554,0.337954062697198,0.544956527657419,0.5,0.255951455205554,0.138153458317429,0.111874629083539,0.5,0.255951455205554,0.108081408298634,0.191454697792584,0.255951455205554,0.171612558164406,0.558345421032011,0.143283583746563,0.000453738226771833,0.255951455205554,0.106654293939591,0.171525023149139,0.5,0.255951455205554,0.314895385247518,0.417256252779723,0.255951455205554,0.0748184352805289,0.0925339164609464,0.255951455205554,0.30534099124889,0.453150840605313,0.255951455205554,0.292194838800035,0.404237966094606,0.21160853499557,0.461016556830252 -5058,0.255951455205554,0.249049365079407,0.520152953241045,0.255951455205554,0.236726807394682,0.818562561859243,0.255951455205554,0.231291509030716,0.507052770765559,0.255951455205554,0.265568513584027,0.383384143833523,0.255951455205554,0.225728053354099,0.274503526912001,0.255951455205554,0.208491994575564,0.416202229909904,0.5,0.255951455205554,0.227942321163581,0.372226782981343,0.5,0.255951455205554,0.0762932346745488,0.0666977257914339,0.5,0.255951455205554,0.0569442580870026,0.107867270475068,0.255951455205554,0.214614144708747,0.3667730341339,0.136477208684026,0.00116293585057046,0.255951455205554,0.0773154492421471,0.11407855614556,0.5,0.255951455205554,0.201816032178224,0.328725356944734,0.255951455205554,0.0581595227809713,0.0509044290101775,0.255951455205554,0.198047369614251,0.35831427929753,0.255951455205554,0.186054722728605,0.328489221250997,0.252702865519186,0.497338366287098 -5059,0.255951455205554,0.121982962721834,0.431426655423534,0.255951455205554,0.0857879084057327,0.571015629448512,0.255951455205554,0.108255315243696,0.377515313305799,0.255951455205554,0.131241104896986,0.250977640088551,0.255951455205554,0.111929847823224,0.12786446755796,0.255951455205554,0.0805943837296081,0.23125119619783,0.5,0.255951455205554,0.112641598048868,0.166166748716439,0.5,0.255951455205554,0.0256227485981264,0.0787755238867027,0.5,0.255951455205554,0.0181290993857931,0.0823695312439568,0.255951455205554,0.127661375075886,0.140740032411513,0.0639469588804511,0.0132607805643779,0.255951455205554,0.0349973247445557,0.0659844375479334,0.5,0.255951455205554,0.0714456104309414,0.21431802135152,0.255951455205554,0.024494785748089,0.0281776833357637,0.255951455205554,0.0697895673595914,0.352073307423227,0.255951455205554,0.0674033737889483,0.292062842377974,0.126364934313129,0.45048825922058 -5060,0.255951455205554,0.0177902756340124,0.30489019789464,0.255951455205554,8.18554293211903e-05,0.204980049146794,0.255951455205554,0.0122679846369348,0.223592623927237,0.255951455205554,0.0207482941336929,0.175505995054139,0.255951455205554,0.0113300324900936,0.0682999826743976,0.255951455205554,0.0,0.100407849111566,0.5,0.255951455205554,0.00125648540640923,0.0670829496126455,0.5,0.255951455205554,6.68621174216966e-05,0.101456178799044,0.5,0.255951455205554,5.55765146807322e-05,0.0983619197274801,0.255951455205554,0.0,0.052032480914786,0.0,0.0420775221356217,0.255951455205554,3.53684927380198e-05,0.0643521785650465,0.5,0.255951455205554,0.0,0.159956533739042,0.255951455205554,1.94023586728301e-05,0.0236969750325491,0.255951455205554,0.0,0.493831890747683,0.255951455205554,0.0,0.321097778605597,0.0220576606592915,0.324158788435502 -5061,0.255951455205554,0.0,0.263435459525604,0.255951455205554,0.0,0.0787156490457306,0.255951455205554,0.0,0.14201578156087,0.255951455205554,0.0,0.152760102608316,0.255951455205554,0.0,0.0583819016126002,0.255951455205554,0.0,0.0510154398413088,0.5,0.255951455205554,0.0,0.0460414166638903,0.5,0.255951455205554,0.0,0.0979255967875696,0.5,0.255951455205554,0.0,0.117764647218635,0.255951455205554,0.0,0.0443264944630058,0.0,0.0376205592855502,0.255951455205554,0.0,0.080130597493227,0.5,0.255951455205554,0.0,0.184547916850404,0.255951455205554,0.0,0.0354404839064931,0.255951455205554,0.0,0.563314018933867,0.255951455205554,0.0,0.34321204662224,0.0,0.277295933249951 -5062,0.255951455205554,0.0,0.239356900377857,0.255951455205554,0.0,0.0650233192038891,0.255951455205554,0.0,0.0973550075620804,0.255951455205554,0.0,0.115789180172093,0.255951455205554,0.0,0.0494679579489486,0.255951455205554,0.0,0.026181075658002,0.5,0.255951455205554,0.0,0.0352076239966036,0.5,0.255951455205554,0.0,0.0717869847129175,0.5,0.255951455205554,0.0,0.124737876139293,0.255951455205554,0.0,0.0323104137409811,0.0,0.0348210593378232,0.255951455205554,0.0,0.0999609313648981,0.5,0.255951455205554,0.0,0.184303283182489,0.255951455205554,0.0,0.0979992511091184,0.255951455205554,0.0,0.488581991258433,0.255951455205554,0.0,0.293105357577715,0.0,0.31175018086798 -5063,0.255951455205554,0.0,0.221690148019131,0.255951455205554,0.0,0.0675990739361978,0.255951455205554,0.0,0.0782410850904063,0.255951455205554,0.0,0.0796668733853295,0.255951455205554,0.0,0.0376713317152487,0.255951455205554,0.0,0.0134728411022953,0.5,0.255951455205554,0.0,0.0264003613966756,0.5,0.255951455205554,0.0,0.0465155097934173,0.5,0.255951455205554,0.0,0.131264678216024,0.255951455205554,0.0,0.018732954007886,0.0,0.0532778201912645,0.255951455205554,0.0,0.130094385409836,0.5,0.255951455205554,0.0,0.162456591934661,0.255951455205554,0.0,0.164614815667912,0.255951455205554,0.0,0.347793553532992,0.255951455205554,0.0,0.193456822190188,0.0,0.327862142560258 -5064,0.255951455205554,0.0,0.207117052149121,0.255951455205554,0.0,0.0673200082272727,0.255951455205554,0.0,0.0749752704579907,0.255951455205554,0.0,0.0651680819656234,0.255951455205554,0.0,0.0283199242915954,0.255951455205554,0.0,0.0114834860379017,0.5,0.255951455205554,0.0,0.0218223840235505,0.5,0.255951455205554,0.0,0.0297651957027885,0.5,0.255951455205554,0.0,0.114179252352092,0.255951455205554,0.0,0.00997365520931523,0.0,0.0635616116750535,0.255951455205554,0.0,0.146911551929548,0.5,0.255951455205554,0.0,0.138001845480513,0.255951455205554,0.0,0.165240801113672,0.255951455205554,0.0,0.239937323193091,0.255951455205554,0.0,0.100605504459487,0.0,0.4551288005596 -5065,0.255951455205554,0.0,0.191447009177601,0.255951455205554,0.0,0.0675392594518366,0.255951455205554,0.0,0.0792052284576098,0.255951455205554,0.0,0.0734479089720492,0.255951455205554,0.0,0.0187717309034178,0.255951455205554,0.0,0.0128268596457696,0.5,0.255951455205554,0.0,0.0196721820514174,0.5,0.255951455205554,0.0,0.0186581688081288,0.5,0.255951455205554,0.0,0.0771513548624475,0.255951455205554,0.0,0.00851173233750822,0.0,0.0718957424444899,0.255951455205554,0.0,0.138116517740867,0.5,0.255951455205554,0.0,0.121368865780318,0.255951455205554,0.0,0.140998803734816,0.255951455205554,0.0,0.157339884063372,0.255951455205554,0.0,0.0471318231160968,0.0,0.557786516033604 -5066,0.255951455205554,0.0,0.18877859623159,0.255951455205554,0.0,0.0682965787989208,0.255951455205554,0.0,0.0824933629266222,0.255951455205554,0.0,0.102202306801692,0.255951455205554,0.0,0.0115397850263354,0.255951455205554,0.0,0.0110759916589764,0.5,0.255951455205554,0.0,0.0178127188071998,0.5,0.255951455205554,0.0,0.0111139649695846,0.5,0.255951455205554,0.0,0.0495749602513806,0.255951455205554,0.0,0.00878228674814249,0.0,0.0737835160275474,0.255951455205554,0.0,0.109791903904806,0.5,0.255951455205554,0.0,0.109506034749362,0.255951455205554,0.0,0.0944319470427094,0.255951455205554,0.0,0.0997778216116161,0.255951455205554,0.0,0.0254006045028004,0.0,0.635524889030361 -5067,0.255951455205554,0.0,0.20439372112103,0.255951455205554,0.0,0.0718805451957608,0.255951455205554,0.0,0.0814675603441267,0.255951455205554,0.0,0.109950987149686,0.255951455205554,0.0,0.00879192229383682,0.255951455205554,0.0,0.00812306298872396,0.5,0.255951455205554,0.0,0.0143220683499873,0.5,0.255951455205554,0.0,0.00870098622964316,0.5,0.255951455205554,0.0,0.0340235685166134,0.255951455205554,0.0,0.00983511315928192,0.0,0.0713545378851474,0.255951455205554,0.0,0.0831456557392003,0.5,0.255951455205554,0.0,0.0989131589189197,0.255951455205554,0.0,0.0646241146441013,0.255951455205554,0.0,0.0673876004139565,0.255951455205554,0.0,0.0163543553797679,0.0,0.637111713999997 -5068,0.255951455205554,0.0,0.19411641122755,0.255951455205554,0.0,0.0842199228163615,0.255951455205554,0.0,0.0742627445814147,0.255951455205554,0.0,0.085599901860092,0.255951455205554,0.0,0.00850206301753025,0.255951455205554,0.0,0.00565016022818444,0.5,0.255951455205554,0.0,0.0102435944728984,0.5,0.255951455205554,0.0,0.00747517606871164,0.5,0.255951455205554,0.0,0.0240505771268237,0.255951455205554,0.0,0.0110901446982727,0.0,0.0665349002277507,0.255951455205554,0.0,0.064177946453547,0.5,0.255951455205554,0.0,0.087085757804894,0.255951455205554,0.0,0.0517725245041399,0.255951455205554,0.0,0.0494058397377828,0.255951455205554,0.0,0.0118742006092105,0.0,0.661416004580087 -5069,0.255951455205554,0.0,0.204422146242774,0.255951455205554,0.0,0.0773494469838665,0.255951455205554,0.0,0.0692896965151857,0.255951455205554,0.0,0.0742144944767701,0.255951455205554,0.0,0.0113229646870761,0.255951455205554,0.0,0.00403321034514608,0.5,0.255951455205554,0.0,0.00738764617110073,0.5,0.255951455205554,0.0,0.00684357058364754,0.5,0.255951455205554,0.0,0.0194373498746789,0.255951455205554,0.0,0.0115369675608982,0.0,0.0572759042105655,0.255951455205554,0.0,0.0553668487791683,0.5,0.255951455205554,1.81195366833057e-07,0.0807197275345332,0.255951455205554,0.0,0.0434765413482137,0.255951455205554,0.0,0.0425285423426727,0.255951455205554,0.0,0.0104934973351849,0.0,0.686308056608463 -5070,0.255951455205554,0.0142417770061547,0.238663213413687,0.255951455205554,0.0294893189192893,0.0700052791420613,0.255951455205554,0.0197127175803448,0.0670261272578274,0.255951455205554,0.0224175019666897,0.0765309061595134,0.255951455205554,0.0112360309747464,0.0166656701670166,0.255951455205554,0.0151734116573421,0.00262845964772304,0.5,0.255951455205554,0.00630391973994648,0.00480212401602973,0.5,0.255951455205554,0.00486242102668451,0.00647373113033217,0.5,0.255951455205554,0.00652538986669144,0.0179688729764949,0.255951455205554,0.004692838553754,0.00975659232461321,0.0377553709101021,0.0403930719580617,0.255951455205554,0.0312702073302871,0.054923452146379,0.5,0.255951455205554,0.041449754761158,0.0723303810982883,0.255951455205554,0.0209110077076542,0.0452492459777971,0.255951455205554,0.0308960411227294,0.0385408314819894,0.255951455205554,0.0255404171819766,0.00822557509379776,0.0107307592803492,0.57761261114618 -5071,0.255951455205554,0.0308346019172346,0.275488573707575,0.255951455205554,0.101704072614267,0.116085418166869,0.255951455205554,0.0850328888008699,0.0885233343568841,0.255951455205554,0.0913919183708615,0.0998389855590589,0.255951455205554,0.0826202383638277,0.020023067233085,0.255951455205554,0.0905936474775304,0.00105947034705293,0.5,0.255951455205554,0.0797074461558917,0.00236298894444175,0.5,0.255951455205554,0.0603065370167565,0.00755133777707986,0.5,0.255951455205554,0.0431914118235335,0.0283068443827585,0.255951455205554,0.0757042515829549,0.00686321693065823,0.121093468545612,0.0687171561959455,0.255951455205554,0.100846124102684,0.109518026632836,0.5,0.255951455205554,0.119758566486647,0.149471449651507,0.255951455205554,0.0874111678066206,0.0732718164726936,0.255951455205554,0.109046527420933,0.0639358500692833,0.255951455205554,0.103217185414912,0.0117992570441473,0.0258202470332267,0.445581307649266 -5072,0.255951455205554,0.04045149022247,0.303351052505985,0.255951455205554,0.208877629890801,0.216221095190392,0.255951455205554,0.164254836000442,0.14298711220637,0.255951455205554,0.171058175152007,0.153236121159862,0.255951455205554,0.186925105117854,0.0447955550674554,0.255951455205554,0.206734485461221,0.00174015235699984,0.5,0.255951455205554,0.192623179060146,0.00268889109127073,0.5,0.255951455205554,0.159228773743803,0.0200488746660145,0.5,0.255951455205554,0.104787508578488,0.0471529337715231,0.255951455205554,0.187386716691776,0.0067076263910634,0.243057389274312,0.169709230864649,0.255951455205554,0.210901796399776,0.175545249326634,0.5,0.255951455205554,0.234417601365668,0.257404749600024,0.255951455205554,0.188595754232219,0.109348957220419,0.255951455205554,0.228944674399376,0.113773946734129,0.255951455205554,0.221554178616555,0.0326952000363006,0.0220921946865514,0.554755875101931 -5073,0.255951455205554,0.0497610580573364,0.31734451292139,0.255951455205554,0.286870152979749,0.293344480856105,0.255951455205554,0.220787693158628,0.181167001836313,0.255951455205554,0.209428826981257,0.22210947915287,0.255951455205554,0.295822765335113,0.0679833641275162,0.255951455205554,0.3385421944104,0.00416000912488702,0.5,0.255951455205554,0.323758715277661,0.00507676092979409,0.5,0.255951455205554,0.283644651849437,0.0352829864240897,0.5,0.255951455205554,0.183327447266658,0.0601738437049506,0.255951455205554,0.318249016550478,0.00984883530362948,0.372441613203749,0.206149820150665,0.255951455205554,0.343824568636957,0.21154046298681,0.5,0.255951455205554,0.325569839889956,0.336087663149794,0.255951455205554,0.297641648255774,0.112558534012714,0.255951455205554,0.359866318750229,0.143885879699258,0.255951455205554,0.35276817615835,0.0417480116373457,0.010560681293477,0.534108927651908 -5074,0.255951455205554,0.0572230837159661,0.355037103378942,0.255951455205554,0.268282750313376,0.466257795920475,0.255951455205554,0.27203591025997,0.19982249718286,0.255951455205554,0.135385778600958,0.224734029283745,0.255951455205554,0.418201046473267,0.0933430320843116,0.255951455205554,0.479036134768189,0.00648499327553037,0.5,0.255951455205554,0.465463469332395,0.00684551127551113,0.5,0.255951455205554,0.412754956091712,0.0410853722618496,0.5,0.255951455205554,0.286943523318143,0.062195028221151,0.255951455205554,0.459565478819534,0.0134894203730035,0.502664341443454,0.223967050567029,0.255951455205554,0.478285985409443,0.211180302000936,0.5,0.255951455205554,0.365306899636379,0.357138329512055,0.255951455205554,0.417312681115711,0.10005783577405,0.255951455205554,0.494896185464522,0.147143967828966,0.255951455205554,0.488747312018554,0.0431521797168039,0.013293336626289,0.460005506167105 -5075,0.255951455205554,0.0886115868471745,0.319392222617915,0.255951455205554,0.0683475153428089,0.346238457465461,0.255951455205554,0.335486109630279,0.210964235773166,0.255951455205554,0.131666685471347,0.217094530934934,0.255951455205554,0.527820021233046,0.11397632119273,0.255951455205554,0.590587767828227,0.00815289164009084,0.5,0.255951455205554,0.577029343676123,0.00555239418656503,0.5,0.255951455205554,0.503506827753507,0.0368536857377201,0.5,0.255951455205554,0.387924275959598,0.0536905482807715,0.255951455205554,0.558403765088191,0.00745720605914243,0.590863510704502,0.23693765949574,0.255951455205554,0.576566681605376,0.207014900395968,0.5,0.255951455205554,0.339795158758726,0.339279500600943,0.255951455205554,0.513380334362615,0.0979099731394651,0.255951455205554,0.595488504289691,0.1511625749164,0.255951455205554,0.58626164034264,0.0439050354890951,0.0254636517782298,0.482523149384359 -5076,0.255951455205554,0.224960447986821,0.379581743557004,0.255951455205554,0.0685434637708146,0.277633516075746,0.255951455205554,0.390355923621855,0.195767099775831,0.255951455205554,0.253103943818713,0.213401480615392,0.255951455205554,0.552791165721013,0.126410029044638,0.255951455205554,0.641570508436198,0.0117150975293364,0.5,0.255951455205554,0.637894104366806,0.00352722998029938,0.5,0.255951455205554,0.546096944746117,0.0297578393543467,0.5,0.255951455205554,0.482465822383857,0.0428462725189426,0.255951455205554,0.632767466839441,0.00390219237332438,0.643252218821485,0.197652356039649,0.255951455205554,0.621488216948138,0.19987192478494,0.5,0.255951455205554,0.267357801348874,0.351985644871468,0.255951455205554,0.57833527728307,0.100513774861902,0.255951455205554,0.646934195458183,0.155019493992138,0.255951455205554,0.648107964514522,0.0433009078559491,0.0655419598032532,0.560273794884628 -5077,0.255951455205554,0.417487386955141,0.478934693331251,0.255951455205554,0.10544964035163,0.18167448426845,0.255951455205554,0.410737867884127,0.178894224463979,0.255951455205554,0.472178640803565,0.196953494609653,0.255951455205554,0.517554448803235,0.123312727289454,0.255951455205554,0.66310186471395,0.0149827656685642,0.5,0.255951455205554,0.671763755865488,0.00266829029721724,0.5,0.255951455205554,0.56096484228446,0.0257966976981711,0.5,0.255951455205554,0.553224967796659,0.0394748636880847,0.255951455205554,0.661083922388721,0.00254174269831181,0.654040443184125,0.148949635789609,0.255951455205554,0.628454993660225,0.210766500020164,0.5,0.255951455205554,0.238530108563257,0.380790542672716,0.255951455205554,0.620889689810925,0.103648696794455,0.255951455205554,0.658862358803041,0.155081304561724,0.255951455205554,0.671938545136379,0.0428680621284748,0.561606431742064,0.642912110505472 -5078,0.255951455205554,0.458515920737987,0.484634925835043,0.255951455205554,0.1087059696398,0.116522755293814,0.255951455205554,0.400199127831358,0.178964168727472,0.255951455205554,0.485539162291515,0.183763115554102,0.255951455205554,0.497163377411335,0.115243453907016,0.255951455205554,0.638599084381141,0.0131525654091637,0.5,0.255951455205554,0.66078566619638,0.00247122206795008,0.5,0.255951455205554,0.530035682138024,0.0249016189007461,0.5,0.255951455205554,0.538484220548925,0.0404903089414152,0.255951455205554,0.646444732401705,0.00129241561693938,0.630729865567704,0.156793689901309,0.255951455205554,0.575807669233223,0.223559763494181,0.5,0.255951455205554,0.201580603644715,0.357682474669283,0.255951455205554,0.613471458460713,0.101968345730372,0.255951455205554,0.613620345233544,0.157293115328549,0.255951455205554,0.646921701149709,0.0363125847040087,0.549095894562341,0.720194255559744 -5079,0.255951455205554,0.5066296302644,0.502570624235111,0.255951455205554,0.080107212145104,0.053684182175354,0.255951455205554,0.323875830617272,0.154662040554097,0.255951455205554,0.294892318390284,0.143137568940984,0.255951455205554,0.455217402920427,0.0878708491114763,0.255951455205554,0.565589477050437,0.00802874206255345,0.5,0.255951455205554,0.603388519583054,0.0024752888212007,0.5,0.255951455205554,0.462558427480091,0.0256244385968253,0.5,0.255951455205554,0.470661163975796,0.0404351503119206,0.255951455205554,0.607461036500825,0.001136738139417,0.550766350277636,0.162316633523005,0.255951455205554,0.497034418852309,0.216563758488086,0.5,0.255951455205554,0.198716030387163,0.311213239945919,0.255951455205554,0.554985094353618,0.0892724287276049,0.255951455205554,0.535852082191269,0.127093655161825,0.255951455205554,0.5855934874733,0.0246385131189065,0.427667960939545,0.710927565673912 -5080,0.255951455205554,0.45598871216866,0.52272077624126,0.255951455205554,0.148743412455396,0.0483812917116931,0.255951455205554,0.253259850796077,0.118057566768032,0.255951455205554,0.243356162791195,0.16891157733596,0.255951455205554,0.384135155991884,0.0521281465352752,0.255951455205554,0.479632985484752,0.00408359673508117,0.5,0.255951455205554,0.506182520413803,0.00270023748794667,0.5,0.255951455205554,0.361981907250478,0.0259758576350511,0.5,0.255951455205554,0.371489230962061,0.0393969242045816,0.255951455205554,0.505273761740028,0.00223199055199596,0.421909148287512,0.18852894245738,0.255951455205554,0.425169568587515,0.202354397112131,0.5,0.255951455205554,0.251047244935787,0.255755763874404,0.255951455205554,0.45747591309676,0.0698259319605784,0.255951455205554,0.435974336917209,0.0832508837176421,0.255951455205554,0.472977428781313,0.0124063466584282,0.450557397474213,0.645250760195492 -5081,0.255951455205554,0.337971744067534,0.470035258257425,0.255951455205554,0.314178707966426,0.110323931632652,0.255951455205554,0.205262027211553,0.0758351490445897,0.255951455205554,0.086351221820112,0.107009686678999,0.255951455205554,0.291198007003805,0.0272225440428011,0.255951455205554,0.349569915619072,0.00213381111570768,0.5,0.255951455205554,0.370637870085487,0.00433431357561095,0.5,0.255951455205554,0.253678160682692,0.0238447380035963,0.5,0.255951455205554,0.258359475993349,0.0363084875847457,0.255951455205554,0.373291698497516,0.00397384087899416,0.255469293385233,0.209340603911558,0.255951455205554,0.319497067139233,0.154627129988612,0.5,0.255951455205554,0.304176130242817,0.200602181945018,0.255951455205554,0.330560452152827,0.0485670886237007,0.255951455205554,0.315148063270651,0.0487301752694907,0.255951455205554,0.344607179336897,0.00745239731505233,0.367727406402597,0.538154109329124 -5082,0.255951455205554,0.203727367044319,0.347140628628982,0.255951455205554,0.159307757335987,0.140386158484429,0.255951455205554,0.170825709149623,0.0397022312307007,0.255951455205554,0.0786929316090281,0.0207729686588145,0.255951455205554,0.199395518797124,0.0103980752305977,0.255951455205554,0.223465886093567,0.000905258138304212,0.5,0.255951455205554,0.251159733424056,0.00617795144441329,0.5,0.255951455205554,0.155525913418908,0.0157058736669792,0.5,0.255951455205554,0.156600699168858,0.0276795840440655,0.255951455205554,0.248218212110901,0.00536705854773744,0.167454235088825,0.19140777552624,0.255951455205554,0.202169880736626,0.091743207879169,0.5,0.255951455205554,0.22219654632119,0.131455054252938,0.255951455205554,0.207178777146962,0.027965201112625,0.255951455205554,0.194560207606606,0.0303201660686377,0.255951455205554,0.219310325097133,0.00463185605336365,0.218110450364749,0.406390399675042 -5083,0.255951455205554,0.101905527495545,0.231507216180039,0.255951455205554,0.0436428715142594,0.0624379978181379,0.255951455205554,0.0929417687619192,0.0100515691626763,0.255951455205554,0.116952396498187,0.00347457614009566,0.255951455205554,0.0992075969653343,0.00175798297252333,0.255951455205554,0.0750528550377157,0.000406999353457011,0.5,0.255951455205554,0.100977477935951,0.00435120453105482,0.5,0.255951455205554,0.0515538728701785,0.00815668858490092,0.5,0.255951455205554,0.052539426738583,0.0127525821707915,0.255951455205554,0.124507203461494,0.00331847173994283,0.0645478552283041,0.0593179301116596,0.255951455205554,0.0590883569713992,0.0317009308476809,0.5,0.255951455205554,0.0700414632171698,0.0395582115957548,0.255951455205554,0.0543099819947423,0.00814559791681723,0.255951455205554,0.0660529589293819,0.0133070342013024,0.255951455205554,0.0618542139759393,0.0014711730472048,0.107468122467927,0.315510397978996 -5084,0.255951455205554,0.0138214755622398,0.111898699809731,0.255951455205554,6.0550136690871e-05,0.00214798677872052,0.255951455205554,0.00747773592795687,0.00193987029323101,0.255951455205554,0.00475620017761061,0.00119170092352232,0.255951455205554,0.00618876771588258,0.000972760221475354,0.255951455205554,0.0,0.000771238438376201,0.5,0.255951455205554,0.000158631214438979,0.00601060513721229,0.5,0.255951455205554,0.000395519615768013,0.0087275318795101,0.5,0.255951455205554,4.04087067026177e-06,0.0162827174197817,0.255951455205554,0.0,0.00502494989356951,0.0,0.0285032393628284,0.255951455205554,0.0,0.0154137260447606,0.5,0.255951455205554,0.0,0.0189628581058297,0.255951455205554,0.0,0.00450198438467069,0.255951455205554,0.0,0.011331939453386,0.255951455205554,0.0,0.00129815683136384,0.0179053067526927,0.305301685368531 -5085,0.255951455205554,0.0,0.0796705005951912,0.255951455205554,0.0,0.000868371108554629,0.255951455205554,0.0,0.00448239275275216,0.255951455205554,0.0,0.00936636535695562,0.255951455205554,0.0,0.00175364813794533,0.255951455205554,0.0,0.00138039332780663,0.5,0.255951455205554,0.0,0.00432928846551922,0.5,0.255951455205554,0.0,0.00640126601135305,0.5,0.255951455205554,0.0,0.0150730690907496,0.255951455205554,0.0,0.00496588071680916,0.0,0.0171412132562704,0.255951455205554,0.0,0.0150978514957067,0.5,0.255951455205554,0.0,0.0202161151409258,0.255951455205554,0.0,0.00271494860433733,0.255951455205554,0.0,0.0130504360067513,0.255951455205554,0.0,0.00115263150377292,0.0,0.308152976340808 -5086,0.255951455205554,0.0,0.0842840779227245,0.255951455205554,0.0,0.00950703718197953,0.255951455205554,0.0,0.0105055439589406,0.255951455205554,0.0,0.0198834385974252,0.255951455205554,0.0,0.00247115759311496,0.255951455205554,0.0,0.00162427905446197,0.5,0.255951455205554,0.0,0.00351441025683338,0.5,0.255951455205554,0.0,0.00430929425051736,0.5,0.255951455205554,0.0,0.0130980025612982,0.255951455205554,0.0,0.00572445868049374,0.0,0.00855338802167948,0.255951455205554,0.0,0.0119922760905027,0.5,0.255951455205554,0.0,0.0241622179373196,0.255951455205554,0.0,0.00199885873744221,0.255951455205554,0.0,0.0113327206687543,0.255951455205554,0.0,0.00134221120492804,0.0,0.324829163528943 -5087,0.255951455205554,0.0,0.0909601385457714,0.255951455205554,0.0,0.0115587015761168,0.255951455205554,0.0,0.0164847153469983,0.255951455205554,0.0,0.0281933833858266,0.255951455205554,0.0,0.00400382949822917,0.255951455205554,0.0,0.00223297267809932,0.5,0.255951455205554,0.0,0.00307746003896701,0.5,0.255951455205554,0.0,0.00339744338226246,0.5,0.255951455205554,0.0,0.0131829891576987,0.255951455205554,0.0,0.00437633591542977,0.0,0.00464699478580997,0.255951455205554,0.0,0.00980991887954788,0.5,0.255951455205554,0.0,0.0261488111954721,0.255951455205554,0.0,0.00263529553033741,0.255951455205554,0.0,0.0115607432038352,0.255951455205554,0.0,0.00249223663531155,0.0,0.381987709102509 -5088,0.255951455205554,0.0,0.0910640258637396,0.255951455205554,0.0,0.00928793336104932,0.255951455205554,0.0,0.0208728577416157,0.255951455205554,0.0,0.0299404784887803,0.255951455205554,0.0,0.00677859282340504,0.255951455205554,0.0,0.0032826254966385,0.5,0.255951455205554,0.0,0.00276498238045529,0.5,0.255951455205554,0.0,0.00293405864321367,0.5,0.255951455205554,0.0,0.0136965936363443,0.255951455205554,0.0,0.00314398745002938,0.0,0.00485888041908449,0.255951455205554,0.0,0.0102904936126943,0.5,0.255951455205554,0.0,0.0280259012882285,0.255951455205554,0.0,0.0036975401913928,0.255951455205554,0.0,0.0128543159192904,0.255951455205554,0.0,0.00312973155988637,0.0,0.454712541909092 -5089,0.255951455205554,0.0,0.0885513760878061,0.255951455205554,0.0,0.00692571209208908,0.255951455205554,0.0,0.0246031628850981,0.255951455205554,0.0,0.0355080722387775,0.255951455205554,0.0,0.0104311903613844,0.255951455205554,0.0,0.00468144713354433,0.5,0.255951455205554,0.0,0.00224417760451886,0.5,0.255951455205554,0.0,0.00310085661687756,0.5,0.255951455205554,0.0,0.0153636413508228,0.255951455205554,0.0,0.00346628734358277,0.0,0.00718864187544905,0.255951455205554,0.0,0.0111191316917111,0.5,0.255951455205554,0.0,0.0272747910527633,0.255951455205554,0.0,0.00405118061211803,0.255951455205554,0.0,0.0141154184497194,0.255951455205554,0.0,0.00291810029775081,0.0,0.477336123732756 -5090,0.255951455205554,0.0,0.0857329893362554,0.255951455205554,0.0,0.00717146491700573,0.255951455205554,0.0,0.0284065214073255,0.255951455205554,0.0,0.0384311855330128,0.255951455205554,0.0,0.0135176993321075,0.255951455205554,0.0,0.0050885547632417,0.5,0.255951455205554,0.0,0.00170466998912249,0.5,0.255951455205554,0.0,0.0030770950454417,0.5,0.255951455205554,0.0,0.0153763295540532,0.255951455205554,0.0,0.00254307471518516,0.0,0.00812050678942059,0.255951455205554,0.0,0.010316044314829,0.5,0.255951455205554,0.0,0.0252115502120898,0.255951455205554,0.0,0.00365022275836047,0.255951455205554,0.0,0.0145500175196028,0.255951455205554,0.0,0.0028451390989475,0.0,0.42529766247266 -5091,0.255951455205554,0.0,0.0944312651745861,0.255951455205554,0.0,0.0117302356791501,0.255951455205554,0.0,0.0312182234562708,0.255951455205554,0.0,0.0370059321441456,0.255951455205554,0.0,0.0165383789674344,0.255951455205554,0.0,0.00558945307527699,0.5,0.255951455205554,0.0,0.00144694972751366,0.5,0.255951455205554,0.0,0.00343025569956548,0.5,0.255951455205554,0.0,0.0139948914049352,0.255951455205554,0.0,0.00243251667300876,0.0,0.00749412751885323,0.255951455205554,0.0,0.00858698821368531,0.5,0.255951455205554,0.0,0.0227758165464233,0.255951455205554,0.0,0.00325452496942506,0.255951455205554,0.0,0.0153281313115017,0.255951455205554,0.0,0.00311475370939859,0.0,0.324339986049772 -5092,0.255951455205554,0.0,0.105009538761054,0.255951455205554,0.0,0.0186410373304603,0.255951455205554,0.0,0.0303209409357773,0.255951455205554,0.0,0.0324698683129309,0.255951455205554,0.0,0.01798427060323,0.255951455205554,0.0,0.00727792389449244,0.5,0.255951455205554,0.0,0.00150712107862425,0.5,0.255951455205554,0.0,0.00507150027467977,0.5,0.255951455205554,0.0,0.0134421978866124,0.255951455205554,0.0,0.00274570189370311,0.0,0.00662046808823874,0.255951455205554,0.0,0.00862517069784802,0.5,0.255951455205554,0.0,0.0226637769790854,0.255951455205554,0.0,0.00302522191784134,0.255951455205554,0.0,0.0183735129948909,0.255951455205554,0.0,0.00336553530375783,0.0,0.253235521993603 -5093,0.255951455205554,0.0,0.104062325153795,0.255951455205554,0.0,0.0238579013268469,0.255951455205554,0.0,0.028084655422851,0.255951455205554,0.0,0.0329523245008847,0.255951455205554,0.0,0.0204411121482558,0.255951455205554,0.0,0.00788531408316697,0.5,0.255951455205554,0.0,0.00191291534797879,0.5,0.255951455205554,0.0,0.00663368023483738,0.5,0.255951455205554,0.0,0.0125202788375397,0.255951455205554,0.0,0.00338121622222421,0.0,0.00595660129027695,0.255951455205554,0.0,0.00923165738856475,0.5,0.255951455205554,0.0,0.0240800272233125,0.255951455205554,0.0,0.00364623480428051,0.255951455205554,0.0,0.0190683480871271,0.255951455205554,0.0,0.00352007234184995,0.0,0.222034289070537 -5094,0.255951455205554,0.0248787064981775,0.080767582919736,0.255951455205554,0.00240333826324004,0.0244424070384295,0.255951455205554,0.0155082434407091,0.0256350118202758,0.255951455205554,0.0133224158868184,0.034201882068712,0.255951455205554,0.00910472133190384,0.0188877180083947,0.255951455205554,0.0136616839179068,0.00711689444145559,0.5,0.255951455205554,0.00546706075822636,0.00291356989460548,0.5,0.255951455205554,0.00541147711471009,0.00663588744173557,0.5,0.255951455205554,0.0104136847815213,0.0111377705948065,0.255951455205554,0.00429557139540316,0.00451223499816706,0.0379174674431889,0.00548497628626073,0.255951455205554,0.0385283994710084,0.00727119149261685,0.5,0.255951455205554,0.0366340085628351,0.022826613885312,0.255951455205554,0.0348852277797616,0.00362667589952619,0.255951455205554,0.0299702706162153,0.013508519092618,0.255951455205554,0.0252031710489944,0.00261328068107287,0.030478027105257,0.222018579700963 -5095,0.255951455205554,0.0867243478783128,0.0674666445726625,0.255951455205554,0.00984126115496511,0.0305385484684129,0.255951455205554,0.0842797521200811,0.023673020272947,0.255951455205554,0.0879193446131856,0.0286530365912201,0.255951455205554,0.0793832342365311,0.0142880915234754,0.255951455205554,0.0891348304333251,0.00471784787830393,0.5,0.255951455205554,0.0772854605870747,0.00310233724274182,0.5,0.255951455205554,0.0660111290439673,0.00514960484639473,0.5,0.255951455205554,0.0624987551932455,0.0132633200221124,0.255951455205554,0.0733610757898695,0.00410290217804864,0.121103632524441,0.00624857141597598,0.255951455205554,0.120765276333938,0.00840198308179164,0.5,0.255951455205554,0.108189391104169,0.0251205303517328,0.255951455205554,0.117134100095562,0.003294980540626,0.255951455205554,0.108000551780538,0.0112630736539104,0.255951455205554,0.103641049315134,0.00191207114359873,0.101527198047165,0.227888273587969 -5096,0.255951455205554,0.185763046935719,0.100668430971928,0.255951455205554,0.0669689128169596,0.0700249297218468,0.255951455205554,0.194435314307349,0.0360010283519059,0.255951455205554,0.196022765928596,0.0500681516581261,0.255951455205554,0.186754408453668,0.0130322929897522,0.255951455205554,0.202861126227697,0.00400535309428411,0.5,0.255951455205554,0.183134723088816,0.00177002497359867,0.5,0.255951455205554,0.156494703913491,0.00715330452787766,0.5,0.255951455205554,0.128413596457988,0.0284249100783107,0.255951455205554,0.179815411098489,0.00373391679461336,0.241580767876095,0.0233594064513768,0.255951455205554,0.240915632226522,0.0281790988657076,0.5,0.255951455205554,0.205085937030827,0.0448678054328299,0.255951455205554,0.238021686176364,0.00991641280905101,0.255951455205554,0.222665014909596,0.0268387601617027,0.255951455205554,0.218391157795955,0.00537282596586895,0.210195414836604,0.220405686152977 -5097,0.255951455205554,0.31228592633065,0.131329540060236,0.255951455205554,0.291091672040131,0.12169908984201,0.255951455205554,0.320749495855206,0.0478417159204843,0.255951455205554,0.311036680565474,0.0576999906024141,0.255951455205554,0.311873393283438,0.01622179930276,0.255951455205554,0.332276990235525,0.00795685726286253,0.5,0.255951455205554,0.305306356379833,0.00572148796253233,0.5,0.255951455205554,0.262146633193916,0.0235578615832722,0.5,0.255951455205554,0.20374583843066,0.0602125541176876,0.255951455205554,0.305148402527721,0.0107400609561623,0.368953544842518,0.0472851781588878,0.255951455205554,0.369111583137423,0.0483359845764141,0.5,0.255951455205554,0.301828257156373,0.0504486844212997,0.255951455205554,0.369623199865099,0.0309686997438072,0.255951455205554,0.348411905946399,0.0468257010415,0.255951455205554,0.346207733621739,0.0222801634755544,0.332841146714157,0.205400674593622 -5098,0.255951455205554,0.438970793764457,0.135239140369923,0.255951455205554,0.461226087704101,0.120388836220775,0.255951455205554,0.453529966439961,0.0478365769057996,0.255951455205554,0.439257765791292,0.0546598277928022,0.255951455205554,0.447212827265309,0.0217073061071665,0.255951455205554,0.46951363155085,0.0200402538483439,0.5,0.255951455205554,0.438256428633827,0.0142038896870727,0.5,0.255951455205554,0.377938952386744,0.0356373040710175,0.5,0.255951455205554,0.279687718183722,0.0898758299847237,0.255951455205554,0.437740621831451,0.0303994317979799,0.49911284033495,0.0595860280161028,0.255951455205554,0.500379592042939,0.0598933204322611,0.5,0.255951455205554,0.405062188179126,0.0497805999662964,0.255951455205554,0.503192518891292,0.0821350278405805,0.255951455205554,0.481506850926459,0.076831940377765,0.255951455205554,0.480558794902086,0.0679046338006404,0.463993806082142,0.193849058161676 -5099,0.255951455205554,0.497956027302962,0.122275374570893,0.255951455205554,0.569257708332628,0.112131055704346,0.255951455205554,0.561853221433212,0.0447266450668139,0.255951455205554,0.553117995148028,0.0478708924093466,0.255951455205554,0.565358865720404,0.022964240612089,0.255951455205554,0.581812337599505,0.0341851265522606,0.5,0.255951455205554,0.549120741353835,0.0254155978848926,0.5,0.255951455205554,0.484237654841136,0.049853030480531,0.5,0.255951455205554,0.331333564947495,0.115146436320107,0.255951455205554,0.54324199554317,0.035437416322211,0.599277651790329,0.0528334823963258,0.255951455205554,0.601877079843973,0.0653987048972371,0.5,0.255951455205554,0.502641405837005,0.0464598019498379,0.255951455205554,0.603792520924303,0.161766329359879,0.255951455205554,0.589590355296733,0.114944255843753,0.255951455205554,0.587597091469231,0.11705371380431,0.491666258540223,0.180711372799136 -5100,0.255951455205554,0.560546137446413,0.11476126576736,0.255951455205554,0.576058499884623,0.124484089828378,0.255951455205554,0.591281922479451,0.0516243083491806,0.255951455205554,0.576142036792095,0.0503347793042702,0.255951455205554,0.620901839455111,0.0269248553126975,0.255951455205554,0.62947946401416,0.0417501465690747,0.5,0.255951455205554,0.599926398605491,0.0281625213157515,0.5,0.255951455205554,0.549673711050402,0.0792496403320287,0.5,0.255951455205554,0.339922040829742,0.131622251568583,0.255951455205554,0.567971935670094,0.0221918909058978,0.653336528547453,0.0529720404343547,0.255951455205554,0.644102865007337,0.0765067015190417,0.5,0.255951455205554,0.566167328421904,0.0454923559342466,0.255951455205554,0.649517156335968,0.204818901308904,0.255951455205554,0.620643644144648,0.159709455181217,0.255951455205554,0.642567904330722,0.134293244495353,0.529328866819767,0.167894130622833 -5101,0.255951455205554,0.579829993860399,0.106411491675282,0.255951455205554,0.609748220992945,0.133082975794028,0.255951455205554,0.61003484241867,0.0642827543364977,0.255951455205554,0.622995203743047,0.0668614960614354,0.255951455205554,0.62458074433455,0.0335685351949177,0.255951455205554,0.649733280616321,0.0440726577346193,0.5,0.255951455205554,0.609042480316405,0.0291025326083927,0.5,0.255951455205554,0.52396453072437,0.131181317646326,0.5,0.255951455205554,0.317453159136448,0.137862006343145,0.255951455205554,0.601928630074897,0.0194700859331024,0.669582291236707,0.0601272332604397,0.255951455205554,0.657280878321199,0.0881582703787514,0.5,0.255951455205554,0.595811472091835,0.0509042059237483,0.255951455205554,0.663583236048304,0.201038495118388,0.255951455205554,0.649281547273247,0.182651676687481,0.255951455205554,0.666523860270567,0.125727244572405,0.416691356607698,0.112478386056656 -5102,0.255951455205554,0.555738135597286,0.0914463803883315,0.255951455205554,0.590876244816251,0.118755028878554,0.255951455205554,0.602138889035001,0.0724665914462132,0.255951455205554,0.61326029571795,0.0746845989773109,0.255951455205554,0.615081021490998,0.0369589609925391,0.255951455205554,0.607412131234885,0.036359232297703,0.5,0.255951455205554,0.57328817310768,0.030478899847344,0.5,0.255951455205554,0.478073626804103,0.167782843372088,0.5,0.255951455205554,0.347751385230268,0.147795722298735,0.255951455205554,0.533659269442943,0.0264503198977934,0.644854052480374,0.0706964176924963,0.255951455205554,0.632376171258095,0.101227860501692,0.5,0.255951455205554,0.592128122914032,0.0578605606912269,0.255951455205554,0.641609216237264,0.186832957904024,0.255951455205554,0.632339121455656,0.18240453965674,0.255951455205554,0.631625361147464,0.108968921609495,0.346040598647892,0.0590973439591459 -5103,0.255951455205554,0.505285033202766,0.072791944812028,0.255951455205554,0.542264448849067,0.106565525474189,0.255951455205554,0.556435889207194,0.0791557777921801,0.255951455205554,0.571265298232785,0.0749121020048439,0.255951455205554,0.569322097509346,0.0393037395065342,0.255951455205554,0.543193910888578,0.030406462925621,0.5,0.255951455205554,0.512748159093983,0.032704623690956,0.5,0.255951455205554,0.481770269742803,0.192429575019203,0.5,0.255951455205554,0.350971661615222,0.159282514342586,0.255951455205554,0.544704532961899,0.0344590732106192,0.565827039513856,0.0938404059467887,0.255951455205554,0.568013140622274,0.114089655011837,0.5,0.255951455205554,0.535645363225182,0.075484239692363,0.255951455205554,0.563682911584216,0.168565626323231,0.255951455205554,0.570154389097206,0.18296357414391,0.255951455205554,0.563589800387544,0.116034279912898,0.277934091554949,0.0273049704245615 -5104,0.255951455205554,0.371506438375951,0.0514200447491496,0.255951455205554,0.43969497232818,0.102578144459418,0.255951455205554,0.449581710708265,0.0800366617423589,0.255951455205554,0.442241222187812,0.0710271721312213,0.255951455205554,0.481191992766315,0.0372056618140863,0.255951455205554,0.45948814795361,0.0255622441809921,0.5,0.255951455205554,0.445010283061582,0.0313672519241244,0.5,0.255951455205554,0.410264196144869,0.17303339184359,0.5,0.255951455205554,0.317593090524396,0.140602542780453,0.255951455205554,0.445286552312934,0.0357674184398111,0.452113864946285,0.116676320856598,0.255951455205554,0.454768887699287,0.12746979527373,0.5,0.255951455205554,0.423248898181419,0.100466089606539,0.255951455205554,0.442959244428605,0.161341551132368,0.255951455205554,0.467579634991326,0.196694181044876,0.255951455205554,0.461386708004123,0.142877423724119,0.11473480677623,0.0104530327560638 -5105,0.255951455205554,0.26877307076538,0.0365715414212755,0.255951455205554,0.295932261100341,0.101359005477021,0.255951455205554,0.331751447465634,0.072262988069447,0.255951455205554,0.313194445694767,0.0629299144436346,0.255951455205554,0.366535097678213,0.0295120375088645,0.255951455205554,0.349004040170168,0.0186173819343072,0.5,0.255951455205554,0.346880719828801,0.0255255103771331,0.5,0.255951455205554,0.317070998982619,0.133384369284764,0.5,0.255951455205554,0.255088426654689,0.115024420574701,0.255951455205554,0.338518442254455,0.0332996782093986,0.32539430625723,0.122446520037908,0.255951455205554,0.328702252599432,0.137630569926025,0.5,0.255951455205554,0.314888981877986,0.131712389262577,0.255951455205554,0.312992246405049,0.156499895199237,0.255951455205554,0.34675087531492,0.204518073821204,0.255951455205554,0.33386830277792,0.162112685122618,0.0443945668963111,0.00407442437289236 -5106,0.255951455205554,0.184464210408299,0.0237180914845447,0.255951455205554,0.167355776019715,0.0836915332178644,0.255951455205554,0.220494976974284,0.0456297309779437,0.255951455205554,0.209471318386955,0.0406240342481113,0.255951455205554,0.249101752955834,0.0130109278616683,0.255951455205554,0.212024879352022,0.0101780256441276,0.5,0.255951455205554,0.241961355322754,0.0132808988481466,0.5,0.255951455205554,0.202857712167354,0.0753886587154275,0.5,0.255951455205554,0.174635985495176,0.0550639905929131,0.255951455205554,0.230555231058341,0.0171780824461159,0.20877764709203,0.0562150945918453,0.255951455205554,0.201122342377893,0.0995306719537908,0.5,0.255951455205554,0.199961964507543,0.139536948922957,0.255951455205554,0.186903665318014,0.103033578894992,0.255951455205554,0.223286307171678,0.158855686686162,0.255951455205554,0.200386235165281,0.144373100100437,0.0290133583179716,0.00465809375106204 -5107,0.255951455205554,0.102307344204727,0.0171584642125189,0.255951455205554,0.0780542540218513,0.0384487824478251,0.255951455205554,0.0992742800747132,0.022920789850504,0.255951455205554,0.115614929099865,0.0111708187016853,0.255951455205554,0.111481959233177,0.00864203738273258,0.255951455205554,0.0654767473482234,0.0107370457682009,0.5,0.255951455205554,0.0953445506258724,0.00651329551189098,0.5,0.255951455205554,0.0650361836954358,0.0331709297254703,0.5,0.255951455205554,0.0550458206419907,0.0168147447613743,0.255951455205554,0.105850153192296,0.00828109823392017,0.0627881864644628,0.0396388741327173,0.255951455205554,0.0592348172128735,0.0597656378289623,0.5,0.255951455205554,0.0701886830829429,0.099989611849906,0.255951455205554,0.0508162098252953,0.0952586391928985,0.255951455205554,0.061605653298661,0.0766308236679923,0.255951455205554,0.0553445882882744,0.104013084264291,0.0706352738557171,0.0139602539820304 -5108,0.255951455205554,0.00973047515116585,0.0301693843755842,0.255951455205554,5.7172934170139e-05,0.053578304314387,0.255951455205554,0.00600242719177103,0.0313310295079958,0.255951455205554,0.000456303437595145,0.0130424577278862,0.255951455205554,0.00547418376418115,0.0121657632690359,0.255951455205554,0.0,0.014238574311565,0.5,0.255951455205554,0.0,0.00813740250940934,0.5,0.255951455205554,0.0,0.0289874098424727,0.5,0.255951455205554,1.30335695602366e-05,0.0127258365227824,0.255951455205554,0.0,0.00987191238597725,0.0,0.049688046225016,0.255951455205554,0.0,0.0676172511429146,0.5,0.255951455205554,0.0,0.119543738002673,0.255951455205554,3.84447451055376e-05,0.118834998467137,0.255951455205554,0.0,0.0805923965729978,0.255951455205554,0.0,0.112790181910429,0.0,0.0332780113605441 -5109,0.255951455205554,0.0,0.055764462874597,0.255951455205554,0.0,0.0839912105950601,0.255951455205554,0.0,0.0468102024494598,0.255951455205554,0.0,0.0280156572561611,0.255951455205554,0.0,0.0199218059194271,0.255951455205554,0.0,0.0160984745351865,0.5,0.255951455205554,0.0,0.00673837567094571,0.5,0.255951455205554,0.0,0.0217497266417911,0.5,0.255951455205554,0.0,0.00916431212077562,0.255951455205554,0.0,0.0105486338350614,0.0,0.0577101234780112,0.255951455205554,0.0,0.0752693047108024,0.5,0.255951455205554,0.0,0.13824676586071,0.255951455205554,0.0,0.123295674330739,0.255951455205554,0.0,0.0865006920627454,0.255951455205554,0.0,0.0889155616422198,0.0,0.0446738657278698 -5110,0.255951455205554,0.0,0.0885695653037729,0.255951455205554,0.0,0.115185478354917,0.255951455205554,0.0,0.0621784695265258,0.255951455205554,0.0,0.0584926799196064,0.255951455205554,0.0,0.0271004976325352,0.255951455205554,0.0,0.0201647741481303,0.5,0.255951455205554,0.0,0.00561799552204809,0.5,0.255951455205554,0.0,0.0162316057301655,0.5,0.255951455205554,0.0,0.00658455754326319,0.255951455205554,0.0,0.00999124362516645,0.0,0.0631001124217506,0.255951455205554,0.0,0.074712630585505,0.5,0.255951455205554,0.0,0.136182034058861,0.255951455205554,0.0,0.106352313963423,0.255951455205554,0.0,0.0778607258515768,0.255951455205554,0.0,0.0644328072170035,0.0,0.0484365412015221 -5111,0.255951455205554,0.0,0.130267796985064,0.255951455205554,0.0,0.130627573547871,0.255951455205554,0.0,0.0787481017761911,0.255951455205554,0.0,0.101855379404398,0.255951455205554,0.0,0.0365236815074703,0.255951455205554,0.0,0.0213305148991297,0.5,0.255951455205554,0.0,0.00533536066840944,0.5,0.255951455205554,0.0,0.0132633771475592,0.5,0.255951455205554,0.0,0.00673407538903442,0.255951455205554,0.0,0.00885800456992926,0.0,0.0751640643403786,0.255951455205554,0.0,0.0759290206275617,0.5,0.255951455205554,0.0,0.132762616016663,0.255951455205554,0.0,0.082694029122966,0.255951455205554,0.0,0.0656385787013167,0.255951455205554,0.0,0.0509670007429039,0.0,0.0523151782824242 -5112,0.255951455205554,0.0,0.174527305835181,0.255951455205554,0.0,0.141146833583036,0.255951455205554,0.0,0.0958012425988818,0.255951455205554,0.0,0.140804509228316,0.255951455205554,0.0,0.0438146692015171,0.255951455205554,0.0,0.0216666156787558,0.5,0.255951455205554,0.0,0.00540928119973537,0.5,0.255951455205554,0.0,0.0147560488003594,0.5,0.255951455205554,0.0,0.00641427494881476,0.255951455205554,0.0,0.00863480783978699,0.0,0.090601906732109,0.255951455205554,0.0,0.0752754409448772,0.5,0.255951455205554,0.0,0.124225312359307,0.255951455205554,0.0,0.0673627280824693,0.255951455205554,0.0,0.0534309399893307,0.255951455205554,0.0,0.0434378536562331,0.0,0.0550578569302969 -5113,0.255951455205554,0.0,0.219784751769007,0.255951455205554,0.0,0.14353161532808,0.255951455205554,0.0,0.109816995741214,0.255951455205554,0.0,0.157100797858212,0.255951455205554,0.0,0.0511853140003193,0.255951455205554,0.0,0.0202809623932967,0.5,0.255951455205554,0.0,0.00497627276049467,0.5,0.255951455205554,0.0,0.0144114606112614,0.5,0.255951455205554,0.0,0.0079452228205671,0.255951455205554,0.0,0.00860520906505028,0.0,0.0933680227183822,0.255951455205554,0.0,0.0769697276840226,0.5,0.255951455205554,0.0,0.118112724337842,0.255951455205554,0.0,0.0499869066803467,0.255951455205554,0.0,0.0485678044349882,0.255951455205554,0.0,0.0342389892858447,0.0,0.054312456335782 -5114,0.255951455205554,0.0,0.230419864378206,0.255951455205554,0.0,0.134800986713384,0.255951455205554,0.0,0.120125552633491,0.255951455205554,0.0,0.1656626170654,0.255951455205554,0.0,0.0526919958502683,0.255951455205554,0.0,0.0123211702585806,0.5,0.255951455205554,0.0,0.00505286233840667,0.5,0.255951455205554,0.0,0.00871458050329581,0.5,0.255951455205554,0.0,0.0135317188361763,0.255951455205554,0.0,0.00854133671399791,0.0,0.0953164647555469,0.255951455205554,0.0,0.079837530538226,0.5,0.255951455205554,0.0,0.111196302660441,0.255951455205554,0.0,0.0420390873803567,0.255951455205554,0.0,0.0505810202349677,0.255951455205554,0.0,0.0312732818770118,0.0,0.0498133465854637 -5115,0.255951455205554,0.0,0.221170203196129,0.255951455205554,0.0,0.124905017912466,0.255951455205554,0.0,0.128939033802079,0.255951455205554,0.0,0.179929201672449,0.255951455205554,0.0,0.0465296602574105,0.255951455205554,0.0,0.00741542671528535,0.5,0.255951455205554,0.0,0.00569668393259431,0.5,0.255951455205554,0.0,0.00696995884838791,0.5,0.255951455205554,0.0,0.0140935406754065,0.255951455205554,0.0,0.00846310850563553,0.0,0.0952397462094822,0.255951455205554,0.0,0.0824378403994383,0.5,0.255951455205554,0.0,0.102168277363388,0.255951455205554,0.0,0.0389499926551504,0.255951455205554,0.0,0.0535803028397412,0.255951455205554,0.0,0.0278822490267817,0.0,0.0484112425090166 -5116,0.255951455205554,0.0,0.219356243468177,0.255951455205554,0.0,0.127004553644074,0.255951455205554,0.0,0.139978249186372,0.255951455205554,0.0,0.193339052546088,0.255951455205554,0.0,0.0409747597479702,0.255951455205554,0.0,0.00633041396300968,0.5,0.255951455205554,0.0,0.00683926172062535,0.5,0.255951455205554,0.0,0.00711392236817913,0.5,0.255951455205554,0.0,0.010518367326376,0.255951455205554,0.0,0.00874760834698055,0.0,0.100854851056372,0.255951455205554,0.0,0.0878495099294338,0.5,0.255951455205554,0.0,0.0993533023215076,0.255951455205554,0.0,0.0406022749987994,0.255951455205554,0.0,0.0603999140526536,0.255951455205554,0.0,0.023405489390937,0.0,0.0487862095306268 -5117,0.255951455205554,0.0,0.218853219365741,0.255951455205554,0.0,0.12416272384036,0.255951455205554,0.0,0.147694555889416,0.255951455205554,0.0,0.216768458111809,0.255951455205554,0.0,0.039070829151012,0.255951455205554,0.0,0.00679764718499822,0.5,0.255951455205554,0.0,0.00689166089056368,0.5,0.255951455205554,0.0,0.00807765312725096,0.5,0.255951455205554,0.0,0.00909016010648769,0.255951455205554,0.0,0.00744138100358965,0.0,0.0990857979373959,0.255951455205554,0.0,0.0953067715037406,0.5,0.255951455205554,0.0,0.105126495239378,0.255951455205554,0.0,0.0440545093043921,0.255951455205554,0.0,0.0666988397611879,0.255951455205554,0.0,0.020386968480722,0.0,0.0590030457314912 -5118,0.255951455205554,0.0259401186504814,0.204222647792319,0.255951455205554,0.0254094514679966,0.119599161761756,0.255951455205554,0.00729362175354864,0.146763975876089,0.255951455205554,0.00622112484485408,0.249589313461103,0.255951455205554,0.00406498761544466,0.036018729575011,0.255951455205554,0.00990489301758801,0.00639112977773693,0.5,0.255951455205554,0.00468488760317565,0.00556483069353294,0.5,0.255951455205554,0.00617869846679433,0.00884293445899187,0.5,0.255951455205554,0.0145767478961032,0.00441316236053798,0.255951455205554,0.0036090012439517,0.00594458528850795,0.0202207833919885,0.107165935245062,0.255951455205554,0.0186728075820914,0.0982652593553336,0.5,0.255951455205554,0.0344450312464282,0.0910492824151534,0.255951455205554,0.0116561726172904,0.0461513927793396,0.255951455205554,0.00877362566615255,0.0627774110417344,0.255951455205554,0.0101184858936925,0.0172692912323774,0.0285659500646106,0.104274525022632 -5119,0.255951455205554,0.0963550059532376,0.242449368760042,0.255951455205554,0.0972291524518558,0.176014359664114,0.255951455205554,0.0450075297016292,0.177978812487213,0.255951455205554,0.0588342770519656,0.289731511482087,0.255951455205554,0.0579407255291659,0.0322616345473072,0.255951455205554,0.0835836785695035,0.00410843756782271,0.5,0.255951455205554,0.0754771325517271,0.00467048348083416,0.5,0.255951455205554,0.0793000160155759,0.00562930226706302,0.5,0.255951455205554,0.0867676829929156,0.00256506120056783,0.255951455205554,0.0696212977076505,0.00516237728945132,0.0435669587881557,0.141429614737456,0.255951455205554,0.0635858514966532,0.139808510899271,0.5,0.255951455205554,0.104335823011656,0.125615638291811,0.255951455205554,0.0520945960956399,0.0542284520909484,0.255951455205554,0.0350086999128437,0.0688030144188814,0.255951455205554,0.0672487127479108,0.0170430466857784,0.100129714249081,0.18295472437834 -5120,0.255951455205554,0.204868019417378,0.362248856226271,0.255951455205554,0.207589170750195,0.334882315014601,0.255951455205554,0.0996247463655896,0.231979017260545,0.255951455205554,0.135491013576454,0.373232985242254,0.255951455205554,0.141624088184587,0.0372827934336482,0.255951455205554,0.186746124584819,0.00517676852707739,0.5,0.255951455205554,0.178323736983119,0.00760104115778891,0.5,0.255951455205554,0.18383381657123,0.00397569987445798,0.5,0.255951455205554,0.181822221133948,0.00403492327549091,0.255951455205554,0.172429234480888,0.00626204552364742,0.100475912759172,0.186254060943545,0.255951455205554,0.116879181158172,0.205450180994016,0.5,0.255951455205554,0.205270521619799,0.250652095662433,0.255951455205554,0.122463311869427,0.0745642408448128,0.255951455205554,0.0742338213176607,0.0846334563147587,0.255951455205554,0.157370770060188,0.034646274636673,0.213101689630808,0.260482109951331 -5121,0.255951455205554,0.320547439238059,0.466708708873323,0.255951455205554,0.324732904015084,0.370523052307889,0.255951455205554,0.159375727120219,0.276855741592718,0.255951455205554,0.192106400530876,0.392229807090186,0.255951455205554,0.248126545321467,0.0719775923833376,0.255951455205554,0.307268383572895,0.0169757902789471,0.5,0.255951455205554,0.302782561695108,0.0291024298222539,0.5,0.255951455205554,0.308534585449649,0.00594367869870714,0.5,0.255951455205554,0.299904554105638,0.0101357479768003,0.255951455205554,0.299897103201618,0.0174850429973999,0.143099347367298,0.232606915378435,0.255951455205554,0.155886393114282,0.251646805383863,0.5,0.255951455205554,0.312043314229637,0.388687973991985,0.255951455205554,0.220574018285728,0.103497105978049,0.255951455205554,0.159522392267547,0.118212836044468,0.255951455205554,0.233892899763372,0.0520609373105545,0.336978480082418,0.333007832129209 -5122,0.255951455205554,0.434034332385936,0.520294937310831,0.255951455205554,0.434834368674294,0.557329241132037,0.255951455205554,0.225463908860658,0.297371915431482,0.255951455205554,0.226650039173225,0.372194956013051,0.255951455205554,0.367477321629403,0.114091649409906,0.255951455205554,0.443682453637414,0.0445167807451036,0.5,0.255951455205554,0.443897522074048,0.0663051498700963,0.5,0.255951455205554,0.441373236760338,0.00673641391950807,0.5,0.255951455205554,0.425916406666061,0.0101760869663214,0.255951455205554,0.443114274777196,0.0461868581241882,0.181821636879615,0.287019409778501,0.255951455205554,0.21349275477404,0.29665324664701,0.5,0.255951455205554,0.402665300164675,0.497439511418939,0.255951455205554,0.359041639962708,0.128871467285507,0.255951455205554,0.256768179463516,0.140617257999211,0.255951455205554,0.315492010401118,0.0549826050535124,0.467117718193476,0.411497833273424 -5123,0.255951455205554,0.522453336188524,0.560432706335526,0.255951455205554,0.42411318229988,0.670027054658863,0.255951455205554,0.309122408726196,0.327436336896795,0.255951455205554,0.18008092965268,0.376747152104762,0.255951455205554,0.494963088686351,0.144854482827938,0.255951455205554,0.55959094936914,0.0553497818895302,0.5,0.255951455205554,0.563001486813551,0.0903377918467092,0.5,0.255951455205554,0.552793686055513,0.00832314975100126,0.5,0.255951455205554,0.519777836362904,0.00655247528772118,0.255951455205554,0.555532779463123,0.0974116056066549,0.302915097883568,0.329236642205725,0.255951455205554,0.245274536230856,0.29542218695003,0.5,0.255951455205554,0.406030270376914,0.510589605308381,0.255951455205554,0.433744146972676,0.120625718515439,0.255951455205554,0.357987096156901,0.176370236418908,0.255951455205554,0.435750910950401,0.0701657680541783,0.578290483960558,0.456576917774983 -5124,0.255951455205554,0.560927731032933,0.615382338563371,0.255951455205554,0.438833063091636,0.715860922391302,0.255951455205554,0.393970846670697,0.38202220515393,0.255951455205554,0.316908308188508,0.470602387446671,0.255951455205554,0.563032812080226,0.160912584963188,0.255951455205554,0.634886358423799,0.0662032318531371,0.5,0.255951455205554,0.587414346794225,0.109594343858835,0.5,0.255951455205554,0.617282907125115,0.00828954806750231,0.5,0.255951455205554,0.582682741955008,0.0052499232528473,0.255951455205554,0.542213916342509,0.132610163607422,0.367695234501103,0.341105707458611,0.255951455205554,0.300720641250341,0.309159735801106,0.5,0.255951455205554,0.338866704083211,0.486061563708249,0.255951455205554,0.491853063654723,0.129374019333767,0.255951455205554,0.444173177362765,0.207261639041069,0.255951455205554,0.547541083871036,0.0997246273950197,0.641927267250516,0.41319935501744 -5125,0.255951455205554,0.550555489382542,0.66835658331115,0.255951455205554,0.508403845631097,0.775829263225166,0.255951455205554,0.468007134655253,0.437174746287737,0.255951455205554,0.447942536256036,0.588725195453995,0.255951455205554,0.530369599568385,0.188990709327101,0.255951455205554,0.617588686788303,0.0973750626842,0.5,0.255951455205554,0.489728052944199,0.105914642974957,0.5,0.255951455205554,0.635835426489694,0.0105986978984689,0.5,0.255951455205554,0.602686692009301,0.00695702617124065,0.255951455205554,0.493990729587718,0.13872012247278,0.25426309792619,0.333241307223453,0.255951455205554,0.340934682248635,0.352531100689428,0.5,0.255951455205554,0.286557218020144,0.460274110095277,0.255951455205554,0.520466545699306,0.149056400981844,0.255951455205554,0.528930309764567,0.268619601019797,0.255951455205554,0.550124611220524,0.106318444815422,0.63367931101613,0.371370954159935 -5126,0.255951455205554,0.449678065366585,0.67740086208728,0.255951455205554,0.437990400541676,0.752894976137831,0.255951455205554,0.48025610589375,0.490505189914792,0.255951455205554,0.504073161233213,0.617508076883183,0.255951455205554,0.51071077590099,0.188250457260035,0.255951455205554,0.592369843161779,0.0972619035912254,0.5,0.255951455205554,0.470612643055217,0.128017756613958,0.5,0.255951455205554,0.593988644915233,0.0130588188925119,0.5,0.255951455205554,0.564729574284481,0.00758269638992978,0.255951455205554,0.386903965816005,0.185552589768913,0.264998398116747,0.362578743161662,0.255951455205554,0.307059732864833,0.358786478327204,0.5,0.255951455205554,0.254307829980905,0.500285632648971,0.255951455205554,0.497448666461378,0.154047958427882,0.255951455205554,0.567752137840532,0.316495495609506,0.255951455205554,0.507064064049938,0.102082599611779,0.563346532709123,0.358427542994697 -5127,0.255951455205554,0.412022868400732,0.706056578435359,0.255951455205554,0.357201323415487,0.780794020602165,0.255951455205554,0.501947875449099,0.486344565530409,0.255951455205554,0.525134183115448,0.603906374347875,0.255951455205554,0.437427766329191,0.169191136423531,0.255951455205554,0.533562154782949,0.0900956134699258,0.5,0.255951455205554,0.474862902180011,0.123619956429759,0.5,0.255951455205554,0.571851439538545,0.0133379566105469,0.5,0.255951455205554,0.524906206987604,0.00610127729380017,0.255951455205554,0.390809494129534,0.178151528508022,0.231860890942514,0.338787006528273,0.255951455205554,0.248953863560163,0.371838362224649,0.5,0.255951455205554,0.2060869575665,0.495143210642432,0.255951455205554,0.444278418889564,0.154263161168318,0.255951455205554,0.526762202204075,0.381155297448375,0.255951455205554,0.478409617632895,0.0908904556949122,0.50751004128535,0.279695436510493 -5128,0.255951455205554,0.380717269051958,0.756879500165562,0.255951455205554,0.343920202051109,0.785614867651932,0.255951455205554,0.40536801622899,0.43799412209227,0.255951455205554,0.458275664840159,0.524288078851734,0.255951455205554,0.409404460153006,0.133492770703246,0.255951455205554,0.425390376276784,0.0775478374508248,0.5,0.255951455205554,0.393283924803313,0.0887040391711924,0.5,0.255951455205554,0.460176778364741,0.0166260566058628,0.5,0.255951455205554,0.419160370727372,0.0100048223449011,0.255951455205554,0.365601777660713,0.158846948836554,0.171866829093465,0.224945787674528,0.255951455205554,0.184480108445857,0.379160580596566,0.5,0.255951455205554,0.164795527316743,0.479803835684773,0.255951455205554,0.341702420162715,0.174759501545102,0.255951455205554,0.435050377308231,0.422878317947922,0.255951455205554,0.443429044364707,0.0679966682420603,0.416612588664177,0.253772610714797 -5129,0.255951455205554,0.30009504111912,0.784394046185215,0.255951455205554,0.259072509405601,0.729931878505172,0.255951455205554,0.314447766385686,0.358840774029246,0.255951455205554,0.351333415666055,0.425985468706868,0.255951455205554,0.290643482823392,0.0720682525581543,0.255951455205554,0.331986163170608,0.0403804577706446,0.5,0.255951455205554,0.314310517173999,0.0834233249524084,0.5,0.255951455205554,0.32356376462644,0.00756154220438221,0.5,0.255951455205554,0.295554635709695,0.00884593910775091,0.255951455205554,0.31695787085035,0.153805607303786,0.153098258634495,0.146810005695837,0.255951455205554,0.127391970908069,0.365107728699706,0.5,0.255951455205554,0.120944791434292,0.47717274785884,0.255951455205554,0.234370738046866,0.202400914810491,0.255951455205554,0.315944425833373,0.418978904379039,0.255951455205554,0.320118065270273,0.0438781140670817,0.323736382324622,0.198583218409847 -5130,0.255951455205554,0.200658828536703,0.779622963568076,0.255951455205554,0.183803459713776,0.680465149651481,0.255951455205554,0.215777861874345,0.240622096249966,0.255951455205554,0.23976370335061,0.262069500041677,0.255951455205554,0.196000480558692,0.044802222993239,0.255951455205554,0.223308936807833,0.0153155311828701,0.5,0.255951455205554,0.221073795494791,0.0582463249952241,0.5,0.255951455205554,0.182915626123844,0.00227640346060805,0.5,0.255951455205554,0.19143012261197,0.00375895426985736,0.255951455205554,0.167413329119635,0.100537103539937,0.0947743717333493,0.0878398267399428,0.255951455205554,0.0725349224321591,0.294745913036351,0.5,0.255951455205554,0.069991458070581,0.395260263532472,0.255951455205554,0.13648106416395,0.162663175470188,0.255951455205554,0.195901304795834,0.368992175040059,0.255951455205554,0.181446362217002,0.0204235021790393,0.160086755543936,0.200531488201888 -5131,0.255951455205554,0.0945929274605707,0.732650669459684,0.255951455205554,0.0838311059099837,0.454337325523467,0.255951455205554,0.0936107944116027,0.132616736568354,0.255951455205554,0.0907218988814438,0.103928946361148,0.255951455205554,0.0924797953573456,0.022130822332002,0.255951455205554,0.0676766979473285,0.0062005339030438,0.5,0.255951455205554,0.0837862118419547,0.0312611133121759,0.5,0.255951455205554,0.0605046132703513,0.00170838817987263,0.5,0.255951455205554,0.0528808169137674,0.00106533906634922,0.255951455205554,0.0504793064916242,0.0614314600517377,0.0281960000266525,0.0620824360808697,0.255951455205554,0.0277235927758735,0.20380739124365,0.5,0.255951455205554,0.0295289020912884,0.320273634942748,0.255951455205554,0.0434424819595461,0.0894459123142715,0.255951455205554,0.0670916080460596,0.279508357991708,0.255951455205554,0.053167860714665,0.00888185224187138,0.0775654294822593,0.177944599356391 -5132,0.255951455205554,0.00446403696857141,0.635114915734781,0.255951455205554,6.6425620994649e-05,0.31431999543831,0.255951455205554,0.00425003298124769,0.0980125782984641,0.255951455205554,0.0,0.0680580815782666,0.255951455205554,0.00135241563077469,0.0171098229551353,0.255951455205554,0.0,0.0052784039450063,0.5,0.255951455205554,3.59952369495545e-07,0.0264255965771124,0.5,0.255951455205554,0.0,0.00205337226139552,0.5,0.255951455205554,0.0,0.00182232880442141,0.255951455205554,0.00120114858250016,0.0505592939378266,0.0,0.0493986509839511,0.255951455205554,2.47879081029426e-05,0.117780126705094,0.5,0.255951455205554,3.33371655156417e-05,0.269114800184034,0.255951455205554,1.2424822371525e-07,0.0473892875091927,0.255951455205554,0.0,0.16044774482969,0.255951455205554,0.0,0.0124809289427855,0.0,0.1574662902502 -5133,0.255951455205554,0.0,0.540747281338967,0.255951455205554,0.0,0.270002874851164,0.255951455205554,0.0,0.096098332656068,0.255951455205554,0.0,0.0857127947253579,0.255951455205554,0.0,0.0178490402811594,0.255951455205554,0.0,0.00330610590025968,0.5,0.255951455205554,0.0,0.026037212202584,0.5,0.255951455205554,0.0,0.00220413666712334,0.5,0.255951455205554,0.0,0.0015192861037696,0.255951455205554,0.0,0.0447833374579324,0.0,0.0307037298878778,0.255951455205554,0.0,0.0743532184400237,0.5,0.255951455205554,0.0,0.248440161500534,0.255951455205554,0.0,0.0264216312295901,0.255951455205554,0.0,0.0902402539251145,0.255951455205554,0.0,0.0112998890596248,0.0,0.140122020916242 -5134,0.255951455205554,0.0,0.478289350688707,0.255951455205554,0.0,0.241841375053774,0.255951455205554,0.0,0.0939794095847789,0.255951455205554,0.0,0.0942148257557294,0.255951455205554,0.0,0.0175238296409756,0.255951455205554,0.0,0.00350250907525483,0.5,0.255951455205554,0.0,0.0236582187773609,0.5,0.255951455205554,0.0,0.00269664448669037,0.5,0.255951455205554,0.0,0.00138321022164488,0.255951455205554,0.0,0.0260305936607858,0.0,0.0396133622620952,0.255951455205554,0.0,0.0451463727974271,0.5,0.255951455205554,0.0,0.216092216337807,0.255951455205554,0.0,0.0147678037561597,0.255951455205554,0.0,0.0451928245311302,0.255951455205554,0.0,0.00495471998588697,0.0,0.128171533226217 -5135,0.255951455205554,0.0,0.398899331970505,0.255951455205554,0.0,0.186199126367429,0.255951455205554,0.0,0.0858607360959554,0.255951455205554,0.0,0.108995024085411,0.255951455205554,0.0,0.0165002604039527,0.255951455205554,0.0,0.00367840837892969,0.5,0.255951455205554,0.0,0.0170151737236729,0.5,0.255951455205554,0.0,0.0036802551934803,0.5,0.255951455205554,0.0,0.00241291462982432,0.255951455205554,0.0,0.0153190484457465,0.0,0.0346394370419934,0.255951455205554,0.0,0.0294301006844354,0.5,0.255951455205554,0.0,0.195259452667234,0.255951455205554,0.0,0.0100202285297524,0.255951455205554,0.0,0.0201373138785855,0.255951455205554,0.0,0.00135358140528493,0.0,0.142875599360309 -5136,0.255951455205554,0.0,0.317098343784269,0.255951455205554,0.0,0.128655017339756,0.255951455205554,0.0,0.0748514011826679,0.255951455205554,0.0,0.115374191698253,0.255951455205554,0.0,0.0161058645743187,0.255951455205554,0.0,0.0033339177941152,0.5,0.255951455205554,0.0,0.0132849768253734,0.5,0.255951455205554,0.0,0.00338161412629791,0.5,0.255951455205554,0.0,0.00278782514837546,0.255951455205554,0.0,0.0115627895551549,0.0,0.02371051918073,0.255951455205554,0.0,0.0220547476479212,0.5,0.255951455205554,0.0,0.193778863168285,0.255951455205554,0.0,0.010534841915684,0.255951455205554,0.0,0.0084247914312666,0.255951455205554,0.0,0.00119938133452429,0.0,0.14500477159709 -5137,0.255951455205554,0.0,0.264860844928479,0.255951455205554,0.0,0.082445664492939,0.255951455205554,0.0,0.0583558349257707,0.255951455205554,0.0,0.0926106267874081,0.255951455205554,0.0,0.018560679780781,0.255951455205554,0.0,0.00327170700083422,0.5,0.255951455205554,0.0,0.00908579547400077,0.5,0.255951455205554,0.0,0.0022796667593703,0.5,0.255951455205554,0.0,0.00218821684155979,0.255951455205554,0.0,0.00869284575440736,0.0,0.00786446567630409,0.255951455205554,0.0,0.0168876208817493,0.5,0.255951455205554,0.0,0.16038484588973,0.255951455205554,0.0,0.00935813029574094,0.255951455205554,0.0,0.00540445638451945,0.255951455205554,0.0,0.0015382685901231,0.0,0.143814596521514 -5138,0.255951455205554,0.0,0.20270747626576,0.255951455205554,0.0,0.0537986585881325,0.255951455205554,0.0,0.044040880768094,0.255951455205554,0.0,0.0669584068655816,0.255951455205554,0.0,0.0211006237144314,0.255951455205554,0.0,0.00600556665736259,0.5,0.255951455205554,0.0,0.00600185348457509,0.5,0.255951455205554,0.0,0.0046686006951366,0.5,0.255951455205554,0.0,0.00224684154828676,0.255951455205554,0.0,0.00543564268179566,0.0,0.00111023061412957,0.255951455205554,0.0,0.0106351130160348,0.5,0.255951455205554,0.0,0.133735606464557,0.255951455205554,0.0,0.00616499133843477,0.255951455205554,0.0,0.00384705774290252,0.255951455205554,0.0,0.00202406714030387,0.0,0.100941892267528 -5139,0.255951455205554,0.0,0.15060934811135,0.255951455205554,0.0,0.0396932623724886,0.255951455205554,0.0,0.0344951670244666,0.255951455205554,0.0,0.0540316757100793,0.255951455205554,0.0,0.0224042867209275,0.255951455205554,0.0,0.00523108639298755,0.5,0.255951455205554,0.0,0.00339002261464727,0.5,0.255951455205554,0.0,0.00621468770235905,0.5,0.255951455205554,0.0,0.0028727855234701,0.255951455205554,0.0,0.00106271680064292,0.0,0.000693236408539838,0.255951455205554,0.0,0.0051604504040561,0.5,0.255951455205554,0.0,0.0951124559655701,0.255951455205554,0.0,0.00564332256087531,0.255951455205554,0.0,0.00204266201249143,0.255951455205554,0.0,0.00239620172123297,0.0,0.0739945388090222 -5140,0.255951455205554,0.0,0.130751094051123,0.255951455205554,0.0,0.0381443174009945,0.255951455205554,0.0,0.0289026028857751,0.255951455205554,0.0,0.0388910615290972,0.255951455205554,0.0,0.0206900408927241,0.255951455205554,0.0,0.00253044159132642,0.5,0.255951455205554,0.0,0.00301357631793215,0.5,0.255951455205554,0.0,0.00554072772810912,0.5,0.255951455205554,0.0,0.00286348138806027,0.255951455205554,0.0,0.000456207331034179,0.0,0.000783407374371698,0.255951455205554,0.0,0.00292718651834133,0.5,0.255951455205554,0.0,0.0528848312728697,0.255951455205554,0.0,0.00463119442921029,0.255951455205554,0.0,0.00107578012726237,0.255951455205554,0.0,0.0027870325793365,0.0,0.0676979095552227 -5141,0.255951455205554,0.0,0.118789678300116,0.255951455205554,0.0,0.033000805411683,0.255951455205554,0.0,0.0221397024468311,0.255951455205554,0.0,0.0251799806435193,0.255951455205554,0.0,0.0196104297630761,0.255951455205554,0.0,0.00216141118999165,0.5,0.255951455205554,0.0,0.00363237514087556,0.5,0.255951455205554,0.0,0.00297857338110092,0.5,0.255951455205554,0.0,0.00285716079741017,0.255951455205554,0.0,0.000716063966552439,0.0,0.000670612923089417,0.255951455205554,0.0,0.00143139961404493,0.5,0.255951455205554,0.0,0.023426684271889,0.255951455205554,0.0,0.00337304812481857,0.255951455205554,0.0,0.00120985194576177,0.255951455205554,0.0,0.00326154343906166,0.0,0.0784464514685706 -5142,0.255951455205554,0.0235097972365759,0.0866944652554657,0.255951455205554,0.0233739905943357,0.0200829977312661,0.255951455205554,0.0109800216322178,0.0139826024124337,0.255951455205554,0.0142137797123932,0.0142372773124451,0.255951455205554,0.00575021784939651,0.0187626205963973,0.255951455205554,0.0086852020256484,0.00194564240239211,0.5,0.255951455205554,0.00368555395555359,0.0035360571048008,0.5,0.255951455205554,0.00449612900674257,0.00132252329589343,0.5,0.255951455205554,0.0135740324981969,0.002156331047203,0.255951455205554,0.00290519807438345,0.000809381017398139,0.0150874060982079,0.000743518149554461,0.255951455205554,0.0260463794855461,0.000795290186912374,0.5,0.255951455205554,0.0208541534147171,0.00703766389032324,0.255951455205554,0.0240929814323972,0.00224092081464809,0.255951455205554,0.0246467419964463,0.000974845665041254,0.255951455205554,0.0189933084543826,0.0031506387241985,0.0263217845288688,0.038182566517893 -5143,0.255951455205554,0.0923237629425884,0.0679891723817621,0.255951455205554,0.0941717889156958,0.00907156402037163,0.255951455205554,0.0657971940136528,0.010996530630895,0.255951455205554,0.0725129760253416,0.00754525585905071,0.255951455205554,0.0686170955518746,0.0161973394493048,0.255951455205554,0.0772110836609542,0.0010223676980759,0.5,0.255951455205554,0.0623726210524996,0.00294715784512721,0.5,0.255951455205554,0.0578043796418693,0.00167603457736963,0.5,0.255951455205554,0.0845797677938418,0.00145743332571214,0.255951455205554,0.0623601816758717,0.000921146630091849,0.0759790281615346,0.000571507502598009,0.255951455205554,0.0922676048348898,0.000364714321312969,0.5,0.255951455205554,0.068970078379297,0.00217180922076636,0.255951455205554,0.0880988644787225,0.0012340547676874,0.255951455205554,0.0975206849478696,0.00066979614343656,0.255951455205554,0.091658027078751,0.0030308405021395,0.0955379272334657,0.0251772391679147 -5144,0.255951455205554,0.19855074766688,0.068936244270155,0.255951455205554,0.197661937505573,0.0132993868793832,0.255951455205554,0.151443381234397,0.0216821729466136,0.255951455205554,0.1453323088886,0.0113965653690154,0.255951455205554,0.163181083785981,0.0411410060670845,0.255951455205554,0.171926408017482,0.0013462131026668,0.5,0.255951455205554,0.143013515787369,0.004746284571059,0.5,0.255951455205554,0.110889289942577,0.00860518598054776,0.5,0.255951455205554,0.182159509333079,0.00478912171138159,0.255951455205554,0.164468739691843,0.00235775123353138,0.149792766852987,0.000501971243878318,0.255951455205554,0.187888925909531,0.000226374701351946,0.5,0.255951455205554,0.141642409878228,0.00181126863057918,0.255951455205554,0.160046875194654,0.0020755747915901,0.255951455205554,0.199508676910795,0.00234356391406732,0.255951455205554,0.188521896184091,0.00695735997619997,0.20451740752084,0.0263547220931921 -5145,0.255951455205554,0.307678499896487,0.0443572869212738,0.255951455205554,0.304893990887675,0.00572235024623034,0.255951455205554,0.257725667841778,0.0446703208506818,0.255951455205554,0.220687449608136,0.0340247666593835,0.255951455205554,0.278602272633799,0.0677468438170861,0.255951455205554,0.272150022340684,0.00578013067083011,0.5,0.255951455205554,0.226032642382213,0.0118838041156476,0.5,0.255951455205554,0.139193518352422,0.0332480876848675,0.5,0.255951455205554,0.288799083241282,0.0224378235500585,0.255951455205554,0.284768303434462,0.00926511867924708,0.218808052106972,0.000961709324552605,0.255951455205554,0.268141517707691,0.000745188248479953,0.5,0.255951455205554,0.229221902242002,0.000324769143470632,0.255951455205554,0.197361535161695,0.00402274596668562,0.255951455205554,0.310221514675776,0.00797425115981302,0.255951455205554,0.29748797245538,0.0225480595850788,0.321594808120673,0.0467192284451223 -5146,0.255951455205554,0.40751720073945,0.021931748295513,0.255951455205554,0.412234185062629,0.00799700095873846,0.255951455205554,0.384908390479585,0.0655405971652183,0.255951455205554,0.325735026892296,0.0744199427560741,0.255951455205554,0.409965518835814,0.0830516682005289,0.255951455205554,0.365909611556902,0.0254354665954491,0.5,0.255951455205554,0.336398833062182,0.0264144086200924,0.5,0.255951455205554,0.196053557314422,0.0505360413935786,0.5,0.255951455205554,0.392699155526399,0.054966068926209,0.255951455205554,0.424070162477062,0.0322780579060148,0.274329847630813,0.00617347784197343,0.255951455205554,0.36004910251403,0.00423115492829149,0.5,0.255951455205554,0.312770955575197,0.000505091280029218,0.255951455205554,0.260327777437948,0.0128202268815957,0.255951455205554,0.418220814994392,0.0139898328963396,0.255951455205554,0.405946379626921,0.0388994868087215,0.437288370595516,0.0901297463554058 -5147,0.255951455205554,0.485695362732969,0.0197041142947939,0.255951455205554,0.500365842602477,0.0217513394966799,0.255951455205554,0.504892982446896,0.0834476309768808,0.255951455205554,0.441710050607953,0.100775584527628,0.255951455205554,0.522721170555018,0.0964138088118423,0.255951455205554,0.453584431567547,0.0475207326596754,0.5,0.255951455205554,0.450011569374113,0.0452428964124429,0.5,0.255951455205554,0.281360158041245,0.0734820632237392,0.5,0.255951455205554,0.457606647900535,0.0753014441891616,0.255951455205554,0.538740097535135,0.0611417818294721,0.332372135910688,0.0157827381578535,0.255951455205554,0.416439114302714,0.0118456178916154,0.5,0.255951455205554,0.416407925871326,0.00363171982875893,0.255951455205554,0.288460792513645,0.0224550520005316,0.255951455205554,0.496333303210651,0.0197505219171134,0.255951455205554,0.488370803609446,0.0483752005761296,0.521801924454662,0.1095948027951 -5148,0.255951455205554,0.537004665800364,0.033897363125464,0.255951455205554,0.541256423010193,0.0592197630791794,0.255951455205554,0.574710829279391,0.109212215218146,0.255951455205554,0.529537404505038,0.0849096227020143,0.255951455205554,0.561261926448446,0.118440738165079,0.255951455205554,0.511465391876571,0.0587114956939564,0.5,0.255951455205554,0.506750165144796,0.0638904973369392,0.5,0.255951455205554,0.317328559722902,0.133377742649777,0.5,0.255951455205554,0.377620790391942,0.0960593407884892,0.255951455205554,0.586184435303896,0.133391921428058,0.395812865702017,0.0399035257916505,0.255951455205554,0.460614349674821,0.0231523311783276,0.5,0.255951455205554,0.481931989139977,0.00682660226411876,0.255951455205554,0.328669248074044,0.0314087496145774,0.255951455205554,0.500898671228276,0.0245225820118203,0.255951455205554,0.442128077945365,0.0533819081432667,0.551660966279419,0.115227165566191 -5149,0.255951455205554,0.565510594309082,0.0610249811777158,0.255951455205554,0.379462035019386,0.0922054561218723,0.255951455205554,0.589128067944014,0.127271314920679,0.255951455205554,0.61636227784068,0.0735234063606077,0.255951455205554,0.573028261635946,0.139813138154983,0.255951455205554,0.567600578493591,0.0510084281307126,0.5,0.255951455205554,0.537481727003531,0.089064117919213,0.5,0.255951455205554,0.297359875314265,0.106650846513998,0.5,0.255951455205554,0.430427110060571,0.13884612652257,0.255951455205554,0.5920743773983,0.215550560682878,0.463172034533473,0.0637479261451215,0.255951455205554,0.509517028786919,0.0258686789561844,0.5,0.255951455205554,0.506290497675449,0.0101715069032465,0.255951455205554,0.330175301003232,0.0184619758763711,0.255951455205554,0.331044767079642,0.0350653245910534,0.255951455205554,0.451143202588756,0.082143839845821,0.580478215828529,0.147005037984402 -5150,0.255951455205554,0.535101905764893,0.106072681201963,0.255951455205554,0.398086711772765,0.106352700930032,0.255951455205554,0.60029453580747,0.135012945672839,0.255951455205554,0.642911022086159,0.0806570186341353,0.255951455205554,0.527842081580955,0.137857387375203,0.255951455205554,0.517115550755931,0.0331460860673601,0.5,0.255951455205554,0.51931531448132,0.126972202660106,0.5,0.255951455205554,0.342483306681018,0.114262304580235,0.5,0.255951455205554,0.337132682309608,0.165978366538898,0.255951455205554,0.549377380418333,0.238816114325916,0.539079544568561,0.0438790675802964,0.255951455205554,0.420267804923217,0.01763700208074,0.5,0.255951455205554,0.523786342370447,0.0189338735454164,0.255951455205554,0.287959479026887,0.0178924671969228,0.255951455205554,0.372049022197448,0.0444171681986776,0.255951455205554,0.456059962021946,0.0799437622238273,0.563521697486301,0.162946653705531 -5151,0.255951455205554,0.448741618529407,0.188469478028951,0.255951455205554,0.526167387706757,0.122487783042605,0.255951455205554,0.538306819505091,0.144220127366896,0.255951455205554,0.583738577077824,0.104858615782577,0.255951455205554,0.445350113548762,0.121452396379653,0.255951455205554,0.388810282304453,0.0347016399910583,0.5,0.255951455205554,0.454089469554856,0.119194305048932,0.5,0.255951455205554,0.309545033281978,0.120393813376743,0.5,0.255951455205554,0.30166732020545,0.165196670909539,0.255951455205554,0.426482905416398,0.166280067403647,0.384695034913881,0.0456403294981367,0.255951455205554,0.301334608020022,0.0166455908401862,0.5,0.255951455205554,0.459406817513065,0.0296199545888906,0.255951455205554,0.168975228789939,0.0258942048276275,0.255951455205554,0.400137912102388,0.0487407523634122,0.255951455205554,0.438188860742619,0.0695377102713845,0.452996323914479,0.138027917016062 -5152,0.255951455205554,0.42017038818881,0.310732377402639,0.255951455205554,0.439779619680814,0.183629377321979,0.255951455205554,0.451464217205494,0.159068034684876,0.255951455205554,0.466083957461254,0.17320070940585,0.255951455205554,0.344266179698939,0.115535556977411,0.255951455205554,0.360095234523522,0.0418677568503059,0.5,0.255951455205554,0.332394372835612,0.0916868695799552,0.5,0.255951455205554,0.181627978333071,0.101214325345429,0.5,0.255951455205554,0.230035962347812,0.130469004349641,0.255951455205554,0.378561868961543,0.192503605360732,0.113846565561584,0.0436948240085977,0.255951455205554,0.268655213584759,0.0138526829450569,0.5,0.255951455205554,0.398337093652984,0.0220633018252098,0.255951455205554,0.215931778158171,0.0331349120110256,0.255951455205554,0.25161113274264,0.0383541299776095,0.255951455205554,0.312877421705217,0.0682895882311232,0.112075394229571,0.116281754690674 -5153,0.255951455205554,0.336705986621148,0.375526777271165,0.255951455205554,0.276258096146366,0.27468342583176,0.255951455205554,0.306108320255188,0.180526267216391,0.255951455205554,0.321586230955612,0.3057619805748,0.255951455205554,0.247770800198841,0.12569373178227,0.255951455205554,0.223559668041688,0.0644452628053067,0.5,0.255951455205554,0.186522908338416,0.0763351060267461,0.5,0.255951455205554,0.096126744649504,0.0641482756680282,0.5,0.255951455205554,0.159022258292726,0.105858387663107,0.255951455205554,0.119965414760792,0.195142999028336,0.165385667940968,0.0315764939226878,0.255951455205554,0.191055137544334,0.0161928239176124,0.5,0.255951455205554,0.268485084488082,0.0141182465550736,0.255951455205554,0.124093995599097,0.013418142421655,0.255951455205554,0.155297335549751,0.024068419831486,0.255951455205554,0.23834141157332,0.0543636150771688,0.313276985281857,0.102238183267426 -5154,0.255951455205554,0.211200347690735,0.344114719231993,0.255951455205554,0.18846711441438,0.449342322125688,0.255951455205554,0.199574641084857,0.184980725334408,0.255951455205554,0.203689348084017,0.349281323794352,0.255951455205554,0.14670297103353,0.142898420312119,0.255951455205554,0.1468110025664,0.0848726548841922,0.5,0.255951455205554,0.116322616415604,0.0851318104338527,0.5,0.255951455205554,0.047699895507838,0.0517874625465045,0.5,0.255951455205554,0.097738431610056,0.0860433448590993,0.255951455205554,0.110666547864418,0.194884865071548,0.057309320625775,0.041880475768719,0.255951455205554,0.112473971907125,0.0192940470794629,0.5,0.255951455205554,0.160629868891016,0.0238171949496754,0.255951455205554,0.0763374481634278,0.00486916929389566,0.255951455205554,0.0708166563491759,0.0103059780573801,0.255951455205554,0.145295182219856,0.0378689650758571,0.0556492107091072,0.094348591481242 -5155,0.255951455205554,0.0855873000920958,0.255371409032173,0.255951455205554,0.0576072746425432,0.49447288205124,0.255951455205554,0.0778336016987107,0.173407845364234,0.255951455205554,0.087042368070608,0.317667956182546,0.255951455205554,0.0497474679543962,0.148870780557845,0.255951455205554,0.0698065535833933,0.0794856571140287,0.5,0.255951455205554,0.0450719424064697,0.0661583387688145,0.5,0.255951455205554,0.015436940924135,0.0743079973530209,0.5,0.255951455205554,0.0318420120151511,0.0643537904535077,0.255951455205554,0.0525788871523544,0.206560791932128,0.0442251572060601,0.0225421717236124,0.255951455205554,0.0296228191475872,0.0107262772400546,0.5,0.255951455205554,0.0555420158784332,0.0303957422334118,0.255951455205554,0.0173214534519043,0.00435634256990069,0.255951455205554,0.027749598300544,0.00549393956489526,0.255951455205554,0.0443293360799614,0.0130149569402244,0.0937054904120737,0.0942778649335929 -5156,0.255951455205554,0.00170413152335063,0.170175573864448,0.255951455205554,0.0,0.385078690771748,0.255951455205554,0.000860895554740223,0.143270949613581,0.255951455205554,0.0,0.221909276464205,0.255951455205554,0.000243771317351622,0.124228416647311,0.255951455205554,0.0,0.0735246780922049,0.5,0.255951455205554,0.000116105664365288,0.0557406459936071,0.5,0.255951455205554,8.00192724454827e-05,0.0646206402068517,0.5,0.255951455205554,2.53096641272189e-06,0.0637668869043096,0.255951455205554,0.000193577241569063,0.204817200220765,0.0,0.069709490049324,0.255951455205554,2.69721947681495e-06,0.0143283949796223,0.5,0.255951455205554,1.17221938703274e-05,0.0350370667802986,0.255951455205554,1.20232737328595e-06,0.0025235235045915,0.255951455205554,0.000107105403634166,0.0155565114068327,0.255951455205554,0.0,0.0227845052195516,0.0,0.10620501429501 -5157,0.255951455205554,0.0,0.129360848912209,0.255951455205554,0.0,0.287462753833222,0.255951455205554,0.0,0.118386089356619,0.255951455205554,0.0,0.127370008974403,0.255951455205554,0.0,0.104468929543236,0.255951455205554,0.0,0.0747485226305172,0.5,0.255951455205554,0.0,0.0613993758979684,0.5,0.255951455205554,0.0,0.0639068862727812,0.5,0.255951455205554,0.0,0.0822874542967106,0.255951455205554,0.0,0.191215690807262,0.0,0.205281276549703,0.255951455205554,0.0,0.0241968915111529,0.5,0.255951455205554,0.0,0.0300290108787272,0.255951455205554,0.0,0.00559761366676971,0.255951455205554,0.0,0.0251176681913017,0.255951455205554,0.0,0.0376125191101354,0.0,0.11368421038322 -5158,0.255951455205554,0.0,0.129567208726226,0.255951455205554,0.0,0.261381797583595,0.255951455205554,0.0,0.117025662870131,0.255951455205554,0.0,0.0794344619562661,0.255951455205554,0.0,0.0943132687719368,0.255951455205554,0.0,0.0603444602331322,0.5,0.255951455205554,0.0,0.0762052650480928,0.5,0.255951455205554,0.0,0.0781297452092235,0.5,0.255951455205554,0.0,0.0994380712526734,0.255951455205554,0.0,0.165223424892262,0.0,0.138587678980114,0.255951455205554,0.0,0.0500055858682435,0.5,0.255951455205554,0.0,0.0234174752191709,0.255951455205554,0.0,0.0102914543479028,0.255951455205554,0.0,0.0471299255261365,0.255951455205554,0.0,0.0729409819760477,0.0,0.112984463893436 -5159,0.255951455205554,0.0,0.130801917300694,0.255951455205554,0.0,0.215202082562962,0.255951455205554,0.0,0.110024621686431,0.255951455205554,0.0,0.0446537008174432,0.255951455205554,0.0,0.0856490364011142,0.255951455205554,0.0,0.0709068780193986,0.5,0.255951455205554,0.0,0.0850314638636664,0.5,0.255951455205554,0.0,0.113829358103152,0.5,0.255951455205554,0.0,0.133051161879887,0.255951455205554,0.0,0.168177084466727,0.0,0.0767373901881721,0.255951455205554,0.0,0.0560693116670091,0.5,0.255951455205554,0.0,0.0424604294123727,0.255951455205554,0.0,0.0215910783391563,0.255951455205554,0.0,0.0833993784719776,0.255951455205554,0.0,0.154809271541194,0.0,0.117452643763866 -5160,0.255951455205554,0.0,0.130831140095983,0.255951455205554,0.0,0.156160417421906,0.255951455205554,0.0,0.0856201602940703,0.255951455205554,0.0,0.0271012231061575,0.255951455205554,0.0,0.0919934625545182,0.255951455205554,0.0,0.0730162112312486,0.5,0.255951455205554,0.0,0.0829556680902704,0.5,0.255951455205554,0.0,0.109891615281649,0.5,0.255951455205554,0.0,0.157769305672689,0.255951455205554,0.0,0.17521123698996,0.0,0.056985687479914,0.255951455205554,0.0,0.0517013122492427,0.5,0.255951455205554,0.0,0.065991947682895,0.255951455205554,0.0,0.0304031571176645,0.255951455205554,0.0,0.172596312389511,0.255951455205554,0.0,0.250936318162778,0.0,0.127517558852964 -5161,0.255951455205554,0.0,0.12078417003687,0.255951455205554,0.0,0.114955878411945,0.255951455205554,0.0,0.0636024330752282,0.255951455205554,0.0,0.0223495540492465,0.255951455205554,0.0,0.0958509020227876,0.255951455205554,0.0,0.069953003362956,0.5,0.255951455205554,0.0,0.0838172251045954,0.5,0.255951455205554,0.0,0.110332396303729,0.5,0.255951455205554,0.0,0.159509725226188,0.255951455205554,0.0,0.171232728993193,0.0,0.124503197036239,0.255951455205554,0.0,0.0603481657446758,0.5,0.255951455205554,0.0,0.0672235033927857,0.255951455205554,0.0,0.0393728839603421,0.255951455205554,0.0,0.303324924359414,0.255951455205554,0.0,0.324679112734109,0.0,0.161369459740077 -5162,0.255951455205554,0.0,0.106840993192375,0.255951455205554,0.0,0.0878830200893224,0.255951455205554,0.0,0.053198316367767,0.255951455205554,0.0,0.0199723729788998,0.255951455205554,0.0,0.0966030762392995,0.255951455205554,0.0,0.0646225178153249,0.5,0.255951455205554,0.0,0.0690655890897606,0.5,0.255951455205554,0.0,0.124344316005955,0.5,0.255951455205554,0.0,0.152699413133663,0.255951455205554,0.0,0.105406789261344,0.0,0.0879272377563377,0.255951455205554,0.0,0.0806453998548936,0.5,0.255951455205554,0.0,0.104527764076107,0.255951455205554,0.0,0.062889324168903,0.255951455205554,0.0,0.353288592760389,0.255951455205554,0.0,0.331845185570348,0.0,0.210934807587747 -5163,0.255951455205554,0.0,0.101761885459198,0.255951455205554,0.0,0.0867083391940051,0.255951455205554,0.0,0.0465997738642802,0.255951455205554,0.0,0.014998082069984,0.255951455205554,0.0,0.103414927463377,0.255951455205554,0.0,0.0814739002482077,0.5,0.255951455205554,0.0,0.0461057081070339,0.5,0.255951455205554,0.0,0.133889866269854,0.5,0.255951455205554,0.0,0.150222271078379,0.255951455205554,0.0,0.0553372268984527,0.0,0.0986284755388659,0.255951455205554,0.0,0.0979785389372538,0.5,0.255951455205554,0.0,0.154576832473632,0.255951455205554,0.0,0.108539886806131,0.255951455205554,0.0,0.333722536206993,0.255951455205554,0.0,0.290903101928771,0.0,0.301260284805441 -5164,0.255951455205554,0.0,0.0955335125176039,0.255951455205554,0.0,0.073539531502118,0.255951455205554,0.0,0.0451844559330286,0.255951455205554,0.0,0.0101170500622276,0.255951455205554,0.0,0.1180370146665,0.255951455205554,0.0,0.106141109822943,0.5,0.255951455205554,0.0,0.0331487054842053,0.5,0.255951455205554,0.0,0.133746745051789,0.5,0.255951455205554,0.0,0.159127354548101,0.255951455205554,0.0,0.0330855503553156,0.0,0.1189335537382,0.255951455205554,0.0,0.121435884403582,0.5,0.255951455205554,0.0,0.179396953989533,0.255951455205554,0.0,0.147610569428526,0.255951455205554,0.0,0.373797122195453,0.255951455205554,0.0,0.252720316399487,0.0,0.40181778300792 -5165,0.255951455205554,0.0,0.0902352535101166,0.255951455205554,0.0,0.0545420999162162,0.255951455205554,0.0,0.0506107149042719,0.255951455205554,0.0,0.0101525921982767,0.255951455205554,0.0,0.12115955478598,0.255951455205554,0.0,0.121850300111858,0.5,0.255951455205554,0.0,0.0259374042227976,0.5,0.255951455205554,0.0,0.135626817835763,0.5,0.255951455205554,0.0,0.190800046080411,0.255951455205554,0.0,0.0226711379706436,0.0,0.115056633105857,0.255951455205554,0.0,0.151074563788911,0.5,0.255951455205554,0.0,0.183879577099179,0.255951455205554,0.0,0.230728151388683,0.255951455205554,0.0,0.349810644503484,0.255951455205554,0.0,0.22579491022387,0.0,0.475521103875631 -5166,0.255951455205554,0.020721033539917,0.0877925039495122,0.255951455205554,0.016550091883705,0.0495634725022945,0.255951455205554,0.00658962738087057,0.0641293106895892,0.255951455205554,0.0104458694599938,0.0133349159917337,0.255951455205554,0.00248702365805433,0.119402534869412,0.255951455205554,0.00152306528827771,0.106064163077031,0.5,0.255951455205554,0.00186447018621314,0.0262738465291449,0.5,0.255951455205554,0.000763962970825488,0.135433983528596,0.5,0.255951455205554,0.00297757587532196,0.216461777497811,0.255951455205554,0.00279540083736932,0.0145392145328326,0.00025586951224668,0.134857427796959,0.255951455205554,0.0021081694185631,0.209502309630563,0.5,0.255951455205554,0.00499328773722942,0.205711690781606,0.255951455205554,0.0048704831644124,0.309582811270173,0.255951455205554,0.00260287390608445,0.335106544087492,0.255951455205554,0.00252450384143911,0.175773263632237,0.0210988562007691,0.49278162489878 -5167,0.255951455205554,0.0886602435441847,0.11478443627809,0.255951455205554,0.0750921731009901,0.0786375720827814,0.255951455205554,0.0580341245613751,0.0855734944215639,0.255951455205554,0.0673777527208565,0.0256672140735442,0.255951455205554,0.0468718592636296,0.131406837202496,0.255951455205554,0.01588881615499,0.0923630097161998,0.5,0.255951455205554,0.0412533380948674,0.043470514528611,0.5,0.255951455205554,0.0219754844990874,0.145665323345766,0.5,0.255951455205554,0.0234704822667304,0.26358360020445,0.255951455205554,0.0662697029578342,0.0156220391927864,0.000816854358529353,0.279534906385066,0.255951455205554,0.00688675232004618,0.279977478983748,0.5,0.255951455205554,0.0202328190485961,0.307052888155319,0.255951455205554,0.0250060916191219,0.356924342722756,0.255951455205554,0.0140643796873076,0.355799622910616,0.255951455205554,0.0104186914344408,0.225231527715858,0.0902950223750185,0.406421844949074 -5168,0.255951455205554,0.186559980558201,0.253037722930239,0.255951455205554,0.168105575152109,0.131445193327444,0.255951455205554,0.143776206426627,0.176452997774372,0.255951455205554,0.161688532068038,0.0944444799345142,0.255951455205554,0.13736111162849,0.162853988328636,0.255951455205554,0.0439411833169183,0.0895919044583907,0.5,0.255951455205554,0.12759663217421,0.0665644871774578,0.5,0.255951455205554,0.0870528057751389,0.185685997985807,0.5,0.255951455205554,0.0518214052814695,0.259645156791328,0.255951455205554,0.179601504616604,0.0397565509822686,0.00210776578158397,0.455729332106425,0.255951455205554,0.0186161116157498,0.360684230126658,0.5,0.255951455205554,0.0367398698194498,0.430083792849379,0.255951455205554,0.0279949045679311,0.36997308104404,0.255951455205554,0.0510121633221997,0.420100245370242,0.255951455205554,0.0184939515799514,0.219921120849432,0.186660624463194,0.318563956874265 -5169,0.255951455205554,0.296918514410537,0.358098223474938,0.255951455205554,0.276263013067992,0.290904227218715,0.255951455205554,0.250410858256733,0.290924360796277,0.255951455205554,0.305335961995378,0.26735131676221,0.255951455205554,0.264207035007535,0.169265701096695,0.255951455205554,0.0832629476919336,0.0922829222276802,0.5,0.255951455205554,0.254335647992495,0.072245376971683,0.5,0.255951455205554,0.181456881397023,0.21782644546069,0.5,0.255951455205554,0.0896995666887989,0.288205107843204,0.255951455205554,0.314228869708895,0.0626356962695113,0.00425513205595762,0.550961069869532,0.255951455205554,0.0365842920938721,0.463225834390883,0.5,0.255951455205554,0.0621119793065898,0.556684459142812,0.255951455205554,0.0380180370196602,0.352341494970947,0.255951455205554,0.114584221171633,0.516203423480804,0.255951455205554,0.0401629665247118,0.246158363558946,0.290167945156536,0.332098407318336 -5170,0.255951455205554,0.420801593656629,0.399439418633515,0.255951455205554,0.396226601558212,0.477707766259117,0.255951455205554,0.369349797956698,0.340136480721195,0.255951455205554,0.459176214564284,0.333868016371633,0.255951455205554,0.405630558831928,0.175861268531897,0.255951455205554,0.129648568233916,0.0832602501929397,0.5,0.255951455205554,0.402954537777911,0.057186660596833,0.5,0.255951455205554,0.253990958773838,0.181666093002162,0.5,0.255951455205554,0.121076062993453,0.268083669993124,0.255951455205554,0.458070401392326,0.0678105733181174,0.0136023822052359,0.554402910479828,0.255951455205554,0.0634875064600058,0.588911569943981,0.5,0.255951455205554,0.12191301985015,0.632585775103046,0.255951455205554,0.0478860014916212,0.400534810819507,0.255951455205554,0.141969718254404,0.515671171822472,0.255951455205554,0.0728923353581393,0.2541058533496,0.385684277238494,0.422776046165289 -5171,0.255951455205554,0.54845850319255,0.434798341707613,0.255951455205554,0.51863492609067,0.573127554489441,0.255951455205554,0.482272604761982,0.367699784085965,0.255951455205554,0.579630091231533,0.35689392983987,0.255951455205554,0.52316162777736,0.202358237544312,0.255951455205554,0.188663741962804,0.0715985481015953,0.5,0.255951455205554,0.49377891390621,0.0530867439994387,0.5,0.255951455205554,0.304340007570544,0.146960902546578,0.5,0.255951455205554,0.144199573729491,0.246370882310671,0.255951455205554,0.578648766090049,0.0730276593832055,0.0700996769461718,0.423902598030924,0.255951455205554,0.101458305658922,0.635244822671041,0.5,0.255951455205554,0.18901584396204,0.595860487447631,0.255951455205554,0.0494511136575135,0.422766203269669,0.255951455205554,0.191081222827375,0.508110517127746,0.255951455205554,0.0932621371278423,0.250646392491694,0.509801844842763,0.462595193624548 -5172,0.255951455205554,0.629005000885487,0.462311880728593,0.255951455205554,0.611068942046888,0.611327082497005,0.255951455205554,0.574479334749775,0.384209436910635,0.255951455205554,0.653855168609625,0.388212136612795,0.255951455205554,0.584641202222582,0.243456767597229,0.255951455205554,0.28597046722197,0.0631916568278348,0.5,0.255951455205554,0.556186437213638,0.069106243382564,0.5,0.255951455205554,0.349479500649392,0.119008083680945,0.5,0.255951455205554,0.177695765957632,0.243720717248398,0.255951455205554,0.637712110446757,0.103495454156081,0.220010330162324,0.372806169102265,0.255951455205554,0.152714498263854,0.622906650910502,0.5,0.255951455205554,0.246037966264095,0.511207247824571,0.255951455205554,0.0619102148797369,0.411916568780306,0.255951455205554,0.204058706989893,0.453881569667113,0.255951455205554,0.151067261649008,0.251829532559693,0.620375804764034,0.430094439439533 -5173,0.255951455205554,0.666951870745622,0.500047050362363,0.255951455205554,0.667678256685885,0.604399708884915,0.255951455205554,0.625860717130476,0.399209396708867,0.255951455205554,0.669513715670402,0.406458045685017,0.255951455205554,0.620421063992637,0.297610184764945,0.255951455205554,0.401918954219627,0.0700630542716734,0.5,0.255951455205554,0.603941502725547,0.0943058687830921,0.5,0.255951455205554,0.372760065357134,0.102394671427498,0.5,0.255951455205554,0.194013259451559,0.214653511306171,0.255951455205554,0.64404838669139,0.154354120077969,0.383764898411617,0.351626529826759,0.255951455205554,0.23540895817206,0.575820743397932,0.5,0.255951455205554,0.298852765125332,0.41548699420319,0.255951455205554,0.106452206841641,0.410802511958894,0.255951455205554,0.230769617927,0.359226119665387,0.255951455205554,0.18534960903705,0.208603788501864,0.657672413246721,0.411080122751935 -5174,0.255951455205554,0.652693732133362,0.556063090930542,0.255951455205554,0.656307782353552,0.56590561189318,0.255951455205554,0.631091850287168,0.41123098222743,0.255951455205554,0.657869868198341,0.406384560797351,0.255951455205554,0.594401945541739,0.322847813014081,0.255951455205554,0.485253858130526,0.0874127552010253,0.5,0.255951455205554,0.585530690462471,0.107858283958698,0.5,0.255951455205554,0.368632181649822,0.0916593221879975,0.5,0.255951455205554,0.14810973985806,0.16012993451945,0.255951455205554,0.556244039630035,0.194857839315821,0.451008594668231,0.222956877352767,0.255951455205554,0.332167775765087,0.457944513923104,0.5,0.255951455205554,0.33645710378407,0.338141262733469,0.255951455205554,0.189575015174229,0.416185957878603,0.255951455205554,0.25274816357078,0.282425402870037,0.255951455205554,0.190110919794534,0.1615656113035,0.65887114520587,0.418221849418522 -5175,0.255951455205554,0.599240268288225,0.585425425741478,0.255951455205554,0.610325823057764,0.523936590417814,0.255951455205554,0.568535511090456,0.410138906580684,0.255951455205554,0.601134841538817,0.393587557643627,0.255951455205554,0.518898426902685,0.290522003608154,0.255951455205554,0.454513093551973,0.0674374357347111,0.5,0.255951455205554,0.506578709203455,0.112193353849541,0.5,0.255951455205554,0.342228432910203,0.0759252097947573,0.5,0.255951455205554,0.113363789295753,0.135881164684003,0.255951455205554,0.364687166018861,0.191972324607898,0.464089494490903,0.106416085725499,0.255951455205554,0.386530114199416,0.320499462074431,0.5,0.255951455205554,0.3407543256752,0.281754622693098,0.255951455205554,0.214182050691764,0.347753386079464,0.255951455205554,0.281374552485407,0.244452069319747,0.255951455205554,0.195835096517497,0.112083292056412,0.611216806396961,0.390972433440007 -5176,0.255951455205554,0.499369980888726,0.589673880633155,0.255951455205554,0.499513368428797,0.522990079943035,0.255951455205554,0.461839229962621,0.3825464697997,0.255951455205554,0.489735654619704,0.366004887594361,0.255951455205554,0.423093642438819,0.251045685245144,0.255951455205554,0.354896250903455,0.0395087217406972,0.5,0.255951455205554,0.366594869925281,0.100595317028751,0.5,0.255951455205554,0.30037479546054,0.0477783109672551,0.5,0.255951455205554,0.0935212061626856,0.12285607832301,0.255951455205554,0.274123240990994,0.168355042183303,0.412388611889595,0.0399215551664457,0.255951455205554,0.37084694483708,0.218355416191214,0.5,0.255951455205554,0.305024269410533,0.24409700359468,0.255951455205554,0.187517571753726,0.244888954833514,0.255951455205554,0.294948241461232,0.241017513985464,0.255951455205554,0.204425635501596,0.0940404838005681,0.490852702310854,0.313708669972463 -5177,0.255951455205554,0.382765843441696,0.578118132351914,0.255951455205554,0.372612989587377,0.518381548154145,0.255951455205554,0.320708626632149,0.329371295544305,0.255951455205554,0.306445318232624,0.352875147779773,0.255951455205554,0.285687786760259,0.190336549976184,0.255951455205554,0.248772041538191,0.0207359431035278,0.5,0.255951455205554,0.229769880102004,0.0795830204873602,0.5,0.255951455205554,0.236641818167418,0.0233461988435205,0.5,0.255951455205554,0.069905166630649,0.104799320841167,0.255951455205554,0.215486366200489,0.133214097933209,0.308505522016953,0.00711004889188212,0.255951455205554,0.283502120650192,0.146388927948313,0.5,0.255951455205554,0.239762540791185,0.21086563577752,0.255951455205554,0.158525812547101,0.182531939263459,0.255951455205554,0.258938448373159,0.232155209936736,0.255951455205554,0.175579448255037,0.103195224677244,0.369837744339399,0.244852149633594 -5178,0.255951455205554,0.256414633336687,0.502908534746586,0.255951455205554,0.246990292705058,0.481151447825743,0.255951455205554,0.204832115258946,0.252510936283283,0.255951455205554,0.216706528556581,0.326611886311783,0.255951455205554,0.16904575191886,0.124438865404734,0.255951455205554,0.130521253223961,0.00905505078138694,0.5,0.255951455205554,0.13395429905231,0.040047916366597,0.5,0.255951455205554,0.14868591267664,0.00875330067742257,0.5,0.255951455205554,0.0415593850994585,0.0762307961669111,0.255951455205554,0.170236584761467,0.0854139028379101,0.181611192238446,0.000139481036860615,0.255951455205554,0.167418268241947,0.0959519712884047,0.5,0.255951455205554,0.157862665757981,0.165391885616607,0.255951455205554,0.110452079124585,0.126660143489569,0.255951455205554,0.183595014415707,0.168876335598274,0.255951455205554,0.0992169431566177,0.100046942859912,0.251956554686512,0.231569004081344 -5179,0.255951455205554,0.090299380429965,0.35595109848238,0.255951455205554,0.0745431052191179,0.353046380932966,0.255951455205554,0.0857854576707373,0.183738730263087,0.255951455205554,0.058284300024445,0.330453522682399,0.255951455205554,0.0758193355575613,0.0879234470083837,0.255951455205554,0.0502976004577219,0.00758504987724511,0.5,0.255951455205554,0.060438539877592,0.0177105903549783,0.5,0.255951455205554,0.0547486062120183,0.00603277136111787,0.5,0.255951455205554,0.0163389476401824,0.0477786789517657,0.255951455205554,0.0775771221196389,0.0294708830999745,0.0606070458898043,2.63212904702208e-05,0.255951455205554,0.0562303084378049,0.0579281705959439,0.5,0.255951455205554,0.0624161853955084,0.103555192798102,0.255951455205554,0.0395290112856395,0.086785286583822,0.255951455205554,0.056603335034083,0.0609162156603474,0.255951455205554,0.0380177457717361,0.0491581600701096,0.0890110802695595,0.258987308425283 -5180,0.255951455205554,0.000133599692556771,0.198894447654484,0.255951455205554,0.0,0.177900443150629,0.255951455205554,0.000236347827908996,0.124418719092204,0.255951455205554,0.0,0.266350000511426,0.255951455205554,4.18795740461462e-05,0.0968259339943679,0.255951455205554,5.07978424408132e-05,0.0140936100751359,0.5,0.255951455205554,0.0,0.0178520608059141,0.5,0.255951455205554,2.27025919685993e-06,0.00849934325197462,0.5,0.255951455205554,5.1780911965051e-05,0.0262531436650553,0.255951455205554,0.0,0.0167886167396038,0.0,0.00111418391477823,0.255951455205554,0.0,0.0472902859554854,0.5,0.255951455205554,0.0,0.0939531624583723,0.255951455205554,2.19221683182425e-05,0.0785752691907243,0.255951455205554,0.0,0.0432258199987684,0.255951455205554,1.78124231950064e-05,0.0331686293446723,0.0,0.265756476955434 -5181,0.255951455205554,0.0,0.130843004027034,0.255951455205554,0.0,0.0750243803968006,0.255951455205554,0.0,0.0845320580903643,0.255951455205554,0.0,0.110726822669361,0.255951455205554,0.0,0.0834038249163808,0.255951455205554,0.0,0.0171853126609005,0.5,0.255951455205554,0.0,0.0241029488950822,0.5,0.255951455205554,0.0,0.0102899296086492,0.5,0.255951455205554,0.0,0.0167676178488038,0.255951455205554,0.0,0.0161277392957934,0.0,0.00517607248074951,0.255951455205554,0.0,0.0485019837410616,0.5,0.255951455205554,0.0,0.120256897777215,0.255951455205554,0.0,0.0743238558690067,0.255951455205554,0.0,0.0427425097062099,0.255951455205554,0.0,0.0351051886488914,0.0,0.259616141026582 -5182,0.255951455205554,0.0,0.114785365603588,0.255951455205554,0.0,0.0308454367529708,0.255951455205554,0.0,0.059072739805483,0.255951455205554,0.0,0.0488494556281043,0.255951455205554,0.0,0.0644910732120607,0.255951455205554,0.0,0.0163669915204874,0.5,0.255951455205554,0.0,0.0210042341345834,0.5,0.255951455205554,0.0,0.0104749068908278,0.5,0.255951455205554,0.0,0.0115147577528775,0.255951455205554,0.0,0.0167336721343226,0.0,0.00968890026384568,0.255951455205554,0.0,0.0517373878825565,0.5,0.255951455205554,0.0,0.154434946526932,0.255951455205554,0.0,0.0687092483871454,0.255951455205554,0.0,0.0459741082776468,0.255951455205554,0.0,0.0356672373472993,0.0,0.254189376893134 -5183,0.255951455205554,0.0,0.104965717316098,0.255951455205554,0.0,0.0227838083927319,0.255951455205554,0.0,0.045596957361333,0.255951455205554,0.0,0.0365181378196421,0.255951455205554,0.0,0.0438634824568593,0.255951455205554,0.0,0.0131173490189955,0.5,0.255951455205554,0.0,0.0187699549854873,0.5,0.255951455205554,0.0,0.00949624722148322,0.5,0.255951455205554,0.0,0.00962201434919184,0.255951455205554,0.0,0.0111138318588752,0.0,0.0207283876282527,0.255951455205554,0.0,0.0543023699838889,0.5,0.255951455205554,0.0,0.175774518927557,0.255951455205554,0.0,0.0670904118309579,0.255951455205554,0.0,0.0483875874183254,0.255951455205554,0.0,0.0358726812781895,0.0,0.262603351385494 -5184,0.255951455205554,0.0,0.100224554513279,0.255951455205554,0.0,0.0232578611768769,0.255951455205554,0.0,0.0384579658028433,0.255951455205554,0.0,0.0327254526277388,0.255951455205554,0.0,0.0255221157923633,0.255951455205554,0.0,0.00929926292090206,0.5,0.255951455205554,0.0,0.0174373972149346,0.5,0.255951455205554,0.0,0.00814300038031567,0.5,0.255951455205554,0.0,0.00854176011632081,0.255951455205554,0.0,0.00634980644175594,0.0,0.0323843095484364,0.255951455205554,0.0,0.0606236967204084,0.5,0.255951455205554,0.0,0.181702253041649,0.255951455205554,0.0,0.0606086332357678,0.255951455205554,0.0,0.0480158106932112,0.255951455205554,0.0,0.0343414836939937,0.0,0.264191765078803 -5185,0.255951455205554,0.0,0.0984599510258964,0.255951455205554,0.0,0.0184472641391061,0.255951455205554,0.0,0.0356216706253635,0.255951455205554,0.0,0.0311411197706682,0.255951455205554,0.0,0.016155612245411,0.255951455205554,0.0,0.00658000585626418,0.5,0.255951455205554,0.0,0.014646160222693,0.5,0.255951455205554,0.0,0.0070521721341703,0.5,0.255951455205554,0.0,0.0075634247959938,0.255951455205554,0.0,0.00480200768726464,0.0,0.0334712683363687,0.255951455205554,0.0,0.0630594228669336,0.5,0.255951455205554,0.0,0.17061674729028,0.255951455205554,0.0,0.0519846699806336,0.255951455205554,0.0,0.0440694513182237,0.255951455205554,0.0,0.0336980529013324,0.0,0.284312777016173 -5186,0.255951455205554,0.0,0.100049368503723,0.255951455205554,0.0,0.0117470617978691,0.255951455205554,0.0,0.0328463383175802,0.255951455205554,0.0,0.0321817873294258,0.255951455205554,0.0,0.0128741199805283,0.255951455205554,0.0,0.00396736939923975,0.5,0.255951455205554,0.0,0.0131216219394602,0.5,0.255951455205554,0.0,0.00664030857093294,0.5,0.255951455205554,0.0,0.00668129445387426,0.255951455205554,0.0,0.00535394863704061,0.0,0.0316185985568965,0.255951455205554,0.0,0.0594036191984771,0.5,0.255951455205554,0.0,0.157258132472029,0.255951455205554,0.0,0.0445811399463945,0.255951455205554,0.0,0.0443275946630836,0.255951455205554,0.0,0.0353933795278253,0.0,0.379910381198715 -5187,0.255951455205554,0.0,0.104664250411644,0.255951455205554,0.0,0.0173313203647974,0.255951455205554,0.0,0.0319664967291243,0.255951455205554,0.0,0.0312720858614951,0.255951455205554,0.0,0.0126937366082339,0.255951455205554,0.0,0.00432340064688158,0.5,0.255951455205554,0.0,0.0138546769497541,0.5,0.255951455205554,0.0,0.00559625480600687,0.5,0.255951455205554,0.0,0.0064939428994002,0.255951455205554,0.0,0.00515414149884867,0.0,0.0330077069684553,0.255951455205554,0.0,0.0554690272760693,0.5,0.255951455205554,0.0,0.147645035543561,0.255951455205554,0.0,0.0409506497657929,0.255951455205554,0.0,0.0428539845099508,0.255951455205554,0.0,0.0347512701858604,0.0,0.458715235420702 -5188,0.255951455205554,0.0,0.111045586983957,0.255951455205554,0.0,0.0317133558952925,0.255951455205554,0.0,0.0375567925879178,0.255951455205554,0.0,0.0348225229440744,0.255951455205554,0.0,0.0138831222281687,0.255951455205554,0.0,0.00766319484951891,0.5,0.255951455205554,0.0,0.0156502690100172,0.5,0.255951455205554,0.0,0.00474310447323911,0.5,0.255951455205554,0.0,0.00577914402976366,0.255951455205554,0.0,0.00441953830349344,0.0,0.0436974392963753,0.255951455205554,0.0,0.0545437896683248,0.5,0.255951455205554,0.0,0.138278958378731,0.255951455205554,0.0,0.0353037271097876,0.255951455205554,0.0,0.0325996121699658,0.255951455205554,0.0,0.0246875097641834,0.0,0.49841251085094 -5189,0.255951455205554,0.0,0.108462267467794,0.255951455205554,0.0,0.0457264110746997,0.255951455205554,0.0,0.0490132247769572,0.255951455205554,0.0,0.048563510387904,0.255951455205554,0.0,0.0120186752621242,0.255951455205554,0.0,0.0104016646468784,0.5,0.255951455205554,0.0,0.0141316040488366,0.5,0.255951455205554,0.0,0.00509156841144787,0.5,0.255951455205554,0.0,0.00512908742258034,0.255951455205554,0.0,0.00404781529148369,0.0,0.0470561489931884,0.255951455205554,0.0,0.0535964959648367,0.5,0.255951455205554,0.0,0.122932938950417,0.255951455205554,0.0,0.0298431984381562,0.255951455205554,0.0,0.0223711316641084,0.255951455205554,0.0,0.0148021677319146,0.0,0.508747021778206 -5190,0.255951455205554,0.0212438392653484,0.107868695521376,0.255951455205554,0.0217322695708371,0.0479831784945887,0.255951455205554,0.0116638725618402,0.0633216604569037,0.255951455205554,0.0142141831243511,0.0722265176916471,0.255951455205554,0.00418555704618003,0.00950114197944026,0.255951455205554,0.00529665032565706,0.00967778709466111,0.5,0.255951455205554,0.00328354325475201,0.0110275213849955,0.5,0.255951455205554,0.00320686900857365,0.0049815259190157,0.5,0.255951455205554,0.00697095113732412,0.0042193107097845,0.255951455205554,0.00265421815754089,0.00398948977101637,0.0335954114483812,0.0335903774043452,0.255951455205554,0.0333248239729797,0.0450223387531708,0.5,0.255951455205554,0.0343065309816593,0.0980782963669578,0.255951455205554,0.0222573966046188,0.02070753554711,0.255951455205554,0.021762271162742,0.0151679668389346,0.255951455205554,0.016173033010669,0.00626482781661529,0.0249077760073587,0.474552523921311 -5191,0.255951455205554,0.0937513257581876,0.136236861500594,0.255951455205554,0.0966821280993265,0.0780317254192294,0.255951455205554,0.0838326818565172,0.0911754985034257,0.255951455205554,0.0878138940698974,0.112307723658958,0.255951455205554,0.0607282015698325,0.0143372544675946,0.255951455205554,0.062549455134127,0.0117874638321939,0.5,0.255951455205554,0.0674294354403692,0.00924666844028341,0.5,0.255951455205554,0.0605077396646888,0.00410314995956095,0.5,0.255951455205554,0.0632697084105803,0.00318115628410619,0.255951455205554,0.0680966592252718,0.00317331366135965,0.112751612671784,0.0415098637980368,0.255951455205554,0.112507324506832,0.0705022347188907,0.5,0.255951455205554,0.112499866036312,0.143433762663031,0.255951455205554,0.100099075261335,0.0224136720811165,0.255951455205554,0.0943402856777799,0.0211130390229724,0.255951455205554,0.0906211346420871,0.00290765620041022,0.0982896932339011,0.376118233569839 -5192,0.255951455205554,0.206315101856021,0.297620255448702,0.255951455205554,0.214379118120901,0.127777348470647,0.255951455205554,0.193386042131464,0.157058768065975,0.255951455205554,0.20262171249994,0.181982974454094,0.255951455205554,0.146938997312409,0.0301879116561241,0.255951455205554,0.150769262240076,0.0239158140759272,0.5,0.255951455205554,0.165678154793571,0.035154525615703,0.5,0.255951455205554,0.148686433679156,0.00684470642677072,0.5,0.255951455205554,0.146648528552626,0.00472912401283312,0.255951455205554,0.17921451695254,0.00932786625509152,0.226568259997468,0.0925330916760207,0.255951455205554,0.222381360054529,0.142108362654453,0.5,0.255951455205554,0.228726446047318,0.288449801382474,0.255951455205554,0.206751640720805,0.0471795694252844,0.255951455205554,0.191589904389203,0.0507012201994949,0.255951455205554,0.1940481234537,0.00553065532037873,0.214820669284005,0.244224345959697 -5193,0.255951455205554,0.318281205877664,0.477937567311774,0.255951455205554,0.343275409411234,0.196765576462738,0.255951455205554,0.318888548761724,0.215098062594515,0.255951455205554,0.331246066830563,0.234242218319333,0.255951455205554,0.253063550614735,0.0704728201380067,0.255951455205554,0.275513628127856,0.0410230854631232,0.5,0.255951455205554,0.279965924807962,0.068898012773881,0.5,0.255951455205554,0.258476357876196,0.0304754122448502,0.5,0.255951455205554,0.241787138235764,0.0105789200516312,0.255951455205554,0.311431703488144,0.037003252645036,0.332360004635762,0.150423594581498,0.255951455205554,0.340951292519248,0.208103250995638,0.5,0.255951455205554,0.353331326412371,0.371910715222843,0.255951455205554,0.319018043456429,0.0653759969143321,0.255951455205554,0.291694964164895,0.0650223780833423,0.255951455205554,0.286284956335099,0.00816011160747545,0.339397924928373,0.25116759790192 -5194,0.255951455205554,0.399960119351919,0.551297027138775,0.255951455205554,0.478481671777449,0.279603111494344,0.255951455205554,0.452988455446263,0.280057762007342,0.255951455205554,0.466217438159484,0.287845704521959,0.255951455205554,0.391768006023135,0.12805544652148,0.255951455205554,0.412141034672031,0.0537293425071004,0.5,0.255951455205554,0.395116199327267,0.0683482403861197,0.5,0.255951455205554,0.377072703828854,0.0554987152318037,0.5,0.255951455205554,0.330606395811794,0.0196720801741635,0.255951455205554,0.443496245331029,0.0540796618041378,0.449038686258843,0.222221197026342,0.255951455205554,0.462189585706826,0.245645571063431,0.5,0.255951455205554,0.484287865761312,0.374669013253136,0.255951455205554,0.436259177240061,0.0929639628883236,0.255951455205554,0.398986050627922,0.0668778050095767,0.255951455205554,0.346701989900189,0.0102306574875062,0.428533948208756,0.279132476291927 -5195,0.255951455205554,0.485096621860719,0.582022991400519,0.255951455205554,0.591364205341479,0.338267494857935,0.255951455205554,0.568030608725978,0.330532175577459,0.255951455205554,0.583983182794745,0.363578124587263,0.255951455205554,0.512186777981729,0.176598221900673,0.255951455205554,0.500660068402189,0.0538863049480391,0.5,0.255951455205554,0.440070316232681,0.0661335009355226,0.5,0.255951455205554,0.438006099217801,0.065540842872067,0.5,0.255951455205554,0.344193505064868,0.0289571450944678,0.255951455205554,0.513357668237634,0.0867375252464664,0.562600497619649,0.287424454178058,0.255951455205554,0.559117820574774,0.282352213877742,0.5,0.255951455205554,0.581168441413984,0.378542654248525,0.255951455205554,0.532780017097213,0.124610194126116,0.255951455205554,0.498724608417461,0.0741708784050577,0.255951455205554,0.41052352986103,0.00804976950559626,0.538479577339294,0.343262806333996 -5196,0.255951455205554,0.540894226542213,0.574825152059626,0.255951455205554,0.651896338420313,0.392785080851107,0.255951455205554,0.62395889351037,0.360384407401501,0.255951455205554,0.64944856738348,0.427338849852287,0.255951455205554,0.590165303860852,0.183592758707991,0.255951455205554,0.490877533501089,0.0561072944963083,0.5,0.255951455205554,0.484052644531226,0.0786698980801559,0.5,0.255951455205554,0.466475528152508,0.0735139335306852,0.5,0.255951455205554,0.383022940955936,0.0365238277201529,0.255951455205554,0.517060259872158,0.127030078448015,0.639140738042103,0.336039002234151,0.255951455205554,0.619157035039946,0.300546733995055,0.5,0.255951455205554,0.64096054627551,0.375214561548192,0.255951455205554,0.584123169806806,0.156589262673323,0.255951455205554,0.57958922504934,0.100863484367723,0.255951455205554,0.479427681076066,0.00478626620602412,0.447426407087655,0.424567677595851 -5197,0.255951455205554,0.62970043845574,0.594476519458488,0.255951455205554,0.652766086824461,0.413943869827409,0.255951455205554,0.652372018363299,0.377104644300166,0.255951455205554,0.660072081560934,0.449722054863417,0.255951455205554,0.637770221910835,0.168292464743118,0.255951455205554,0.505740771999434,0.0551122429265569,0.5,0.255951455205554,0.537821322250556,0.0945837918165188,0.5,0.255951455205554,0.518434142748335,0.0902509314401635,0.5,0.255951455205554,0.409978762469345,0.0524971355780465,0.255951455205554,0.563662408935049,0.144624524557698,0.668999074252924,0.329374529172784,0.255951455205554,0.646280915610015,0.297970516358394,0.5,0.255951455205554,0.666842830339141,0.366685193370331,0.255951455205554,0.595647816244549,0.170309895691959,0.255951455205554,0.584869201444242,0.129376861690062,0.255951455205554,0.517234317266459,0.00538535876597427,0.513536438921899,0.479743230091083 -5198,0.255951455205554,0.609155994674165,0.620459540571255,0.255951455205554,0.639142854193831,0.484655983079711,0.255951455205554,0.631242754886389,0.392592055200833,0.255951455205554,0.644766382016497,0.485778828231545,0.255951455205554,0.633931842072156,0.138374327955234,0.255951455205554,0.453943448547545,0.0543203107201845,0.5,0.255951455205554,0.533997702676039,0.0909435482519492,0.5,0.255951455205554,0.512874541856009,0.0833535499232049,0.5,0.255951455205554,0.39289348543821,0.0629066091608822,0.255951455205554,0.589465348281795,0.128801372766128,0.652124044757674,0.302140456582454,0.255951455205554,0.630167770283518,0.278887207040561,0.5,0.255951455205554,0.65218973392206,0.324624683688475,0.255951455205554,0.563819172169904,0.161160801352877,0.255951455205554,0.598679926015887,0.161913971152562,0.255951455205554,0.517074617021683,0.0130827303818222,0.525253394861316,0.555408027423146 -5199,0.255951455205554,0.56642526188854,0.652949288308275,0.255951455205554,0.565119045815102,0.600251939120772,0.255951455205554,0.566364745529375,0.380066784056967,0.255951455205554,0.592580851388282,0.496669707331098,0.255951455205554,0.581522908817084,0.110130052647889,0.255951455205554,0.344644925619784,0.0449832771861863,0.5,0.255951455205554,0.523374832995233,0.0728945943876821,0.5,0.255951455205554,0.476747766186979,0.089513452879665,0.5,0.255951455205554,0.353779814461397,0.0775258433137521,0.255951455205554,0.619645137450904,0.109581929954695,0.586650781436483,0.245145491858435,0.255951455205554,0.563231716765993,0.239087011464098,0.5,0.255951455205554,0.590226743140335,0.285415653501178,0.255951455205554,0.495732298259866,0.145201541187321,0.255951455205554,0.540742009682949,0.184883904343289,0.255951455205554,0.495048923463817,0.031861093017416,0.493414681940113,0.544458611458709 -5200,0.255951455205554,0.487621626743687,0.63763698889798,0.255951455205554,0.459417836237265,0.673142434593692,0.255951455205554,0.460795518284258,0.34779930926462,0.255951455205554,0.437321441898382,0.529823471223267,0.255951455205554,0.491062235824486,0.0834904377955335,0.255951455205554,0.225210837660108,0.0394937353067778,0.5,0.255951455205554,0.449206343584216,0.0611389687841622,0.5,0.255951455205554,0.396345467630741,0.081241790632397,0.5,0.255951455205554,0.30880915084875,0.0959292580017161,0.255951455205554,0.529794520707184,0.08992629507779,0.47556985014818,0.176784960821213,0.255951455205554,0.458252917774438,0.20717107273106,0.5,0.255951455205554,0.472186995979853,0.246473410958068,0.255951455205554,0.422990047833234,0.137453467837759,0.255951455205554,0.422743721296782,0.189643978965792,0.255951455205554,0.387291958867322,0.0449929652919009,0.394805078578854,0.503130569528489 -5201,0.255951455205554,0.370692859269481,0.600195660678397,0.255951455205554,0.356749779368592,0.662806689439156,0.255951455205554,0.343200682186775,0.312514812811429,0.255951455205554,0.328168602461014,0.495176325730415,0.255951455205554,0.365566328040423,0.0610753747926696,0.255951455205554,0.133339083916805,0.0325020942735929,0.5,0.255951455205554,0.353281072363895,0.0504113592985514,0.5,0.255951455205554,0.290328918552929,0.0684146047858486,0.5,0.255951455205554,0.212518587464487,0.0870546271236329,0.255951455205554,0.391493789307629,0.0723993527066432,0.343120215749335,0.0855273304235978,0.255951455205554,0.329371348276234,0.149526722713244,0.5,0.255951455205554,0.341550708195022,0.204165304493152,0.255951455205554,0.298949317979727,0.126536955429656,0.255951455205554,0.292164799059814,0.15941460766085,0.255951455205554,0.264052282868668,0.0552825295800425,0.361757188515018,0.45833307086549 -5202,0.255951455205554,0.245568302311767,0.530567764107209,0.255951455205554,0.233807923873741,0.595994952403356,0.255951455205554,0.232338729199173,0.263310682330179,0.255951455205554,0.239171108832342,0.35300681565682,0.255951455205554,0.2382066659227,0.0409913654814501,0.255951455205554,0.0744196427944825,0.020599539306646,0.5,0.255951455205554,0.217498556490003,0.0336061204699839,0.5,0.255951455205554,0.165230623274981,0.0440304999594117,0.5,0.255951455205554,0.133095962875565,0.0653768560420264,0.255951455205554,0.25359656678287,0.0476253947741447,0.204189897395669,0.0181353424986507,0.255951455205554,0.197190980036015,0.0689643154358898,0.5,0.255951455205554,0.209357626647792,0.137226985074837,0.255951455205554,0.17677808280324,0.0814627200435072,0.255951455205554,0.17825016054993,0.108844674453566,0.255951455205554,0.14339276323067,0.0535879761079372,0.240158959711827,0.39411970140079 -5203,0.255951455205554,0.0873227001829378,0.417988715142735,0.255951455205554,0.0726758004959005,0.388208195680907,0.255951455205554,0.080503132400991,0.194019616645929,0.255951455205554,0.081244659647314,0.24624076897688,0.255951455205554,0.0871144796684818,0.0159241084708056,0.255951455205554,0.0315100308636719,0.0068210471356116,0.5,0.255951455205554,0.0781791161987596,0.00782011418396228,0.5,0.255951455205554,0.0504803313145603,0.0147468250889711,0.5,0.255951455205554,0.0393799241637544,0.0299823278326701,0.255951455205554,0.0815106874508139,0.00885944643240016,0.0546169530145311,0.010195717753985,0.255951455205554,0.0492105904875063,0.031875735822981,0.5,0.255951455205554,0.0586135512380749,0.064290427284679,0.255951455205554,0.0466006639829408,0.0391291972328816,0.255951455205554,0.0456490062831312,0.0489343752868879,0.255951455205554,0.035104583614793,0.0404551516615751,0.0866158664220867,0.31834224819468 -5204,0.255951455205554,0.0,0.257239840636627,0.255951455205554,0.0,0.142133683159528,0.255951455205554,1.24278697839192e-05,0.111429754489598,0.255951455205554,0.0,0.12951812604474,0.255951455205554,0.0,0.0117564795781714,0.255951455205554,0.0,0.00381585293640291,0.5,0.255951455205554,0.0,0.00362029390712113,0.5,0.255951455205554,0.0,0.0116339796787417,0.5,0.255951455205554,3.97998733508328e-06,0.0167904611989192,0.255951455205554,0.0,0.00619254382702394,0.0,0.00644915554039607,0.255951455205554,0.0,0.0216794029686921,0.5,0.255951455205554,0.0,0.0484314979274697,0.255951455205554,0.0,0.0289567188285983,0.255951455205554,0.0,0.0337507780179747,0.255951455205554,0.0,0.026237551772875,0.0,0.234943328202065 -5205,0.255951455205554,0.0,0.191756889115112,0.255951455205554,0.0,0.0756914110873622,0.255951455205554,0.0,0.0794592973759563,0.255951455205554,0.0,0.0999661706147181,0.255951455205554,0.0,0.0147435540092524,0.255951455205554,0.0,0.00345623097067655,0.5,0.255951455205554,0.0,0.00186371126515585,0.5,0.255951455205554,0.0,0.00781220975154617,0.5,0.255951455205554,0.0,0.0123124315467873,0.255951455205554,0.0,0.00364816700545166,0.0,0.00334650336986848,0.255951455205554,0.0,0.0213576633813842,0.5,0.255951455205554,0.0,0.0447667784720903,0.255951455205554,0.0,0.0198164640646909,0.255951455205554,0.0,0.0316753737588756,0.255951455205554,0.0,0.0142332951826446,0.0,0.139640642598685 -5206,0.255951455205554,0.0,0.163492648100253,0.255951455205554,0.0,0.0574018173665879,0.255951455205554,0.0,0.0538650847084822,0.255951455205554,0.0,0.0786857879330624,0.255951455205554,0.0,0.0141330811937537,0.255951455205554,0.0,0.00334669431077415,0.5,0.255951455205554,0.0,0.000954513862005012,0.5,0.255951455205554,0.0,0.00494176838249736,0.5,0.255951455205554,0.0,0.00972157068806262,0.255951455205554,0.0,0.00134584862716632,0.0,0.0057360283121677,0.255951455205554,0.0,0.0268293794253585,0.5,0.255951455205554,0.0,0.0533805430673751,0.255951455205554,0.0,0.0169092316071609,0.255951455205554,0.0,0.0384267406676516,0.255951455205554,0.0,0.00988618422282064,0.0,0.0747585000667119 -5207,0.255951455205554,0.0,0.128863840343051,0.255951455205554,0.0,0.0424717035150944,0.255951455205554,0.0,0.0329381845046829,0.255951455205554,0.0,0.0515835647538283,0.255951455205554,0.0,0.0114099217826587,0.255951455205554,0.0,0.00313135821476379,0.5,0.255951455205554,0.0,0.000702407461903378,0.5,0.255951455205554,0.0,0.0031690903119114,0.5,0.255951455205554,0.0,0.00833850386431042,0.255951455205554,0.0,0.00102420383910198,0.0,0.00881427843056543,0.255951455205554,0.0,0.0292549499232364,0.5,0.255951455205554,0.0,0.0651400934317044,0.255951455205554,0.0,0.016978194582756,0.255951455205554,0.0,0.0470999055871377,0.255951455205554,0.0,0.0111239517878807,0.0,0.0564629964540943 -5208,0.255951455205554,0.0,0.0951781377483565,0.255951455205554,0.0,0.0288871193465078,0.255951455205554,0.0,0.019165584889865,0.255951455205554,0.0,0.0313369393535022,0.255951455205554,0.0,0.00936781038315337,0.255951455205554,0.0,0.00275820002113157,0.5,0.255951455205554,0.0,0.000705971929908788,0.5,0.255951455205554,0.0,0.00261952525745698,0.5,0.255951455205554,0.0,0.00660437232003815,0.255951455205554,0.0,0.000861184886651206,0.0,0.0193994972697868,0.255951455205554,0.0,0.0327784381309766,0.5,0.255951455205554,0.0,0.0685594052907222,0.255951455205554,0.0,0.0171417837693311,0.255951455205554,0.0,0.0481149420285123,0.255951455205554,0.0,0.0126823900923174,0.0,0.0625867594082645 -5209,0.255951455205554,0.0,0.0656759518256367,0.255951455205554,0.0,0.0261061390847371,0.255951455205554,0.0,0.01219832347879,0.255951455205554,0.0,0.0207285986340844,0.255951455205554,0.0,0.00857610984241628,0.255951455205554,0.0,0.00240776562423449,0.5,0.255951455205554,0.0,0.00080337814091437,0.5,0.255951455205554,0.0,0.00293535336852041,0.5,0.255951455205554,0.0,0.0044266137294222,0.255951455205554,0.0,0.000656067954834226,0.0,0.029286236721795,0.255951455205554,0.0,0.0337679448938472,0.5,0.255951455205554,0.0,0.0660198658808373,0.255951455205554,0.0,0.0172259315450316,0.255951455205554,0.0,0.0421060553895113,0.255951455205554,0.0,0.0117710190257075,0.0,0.0717628271938405 -5210,0.255951455205554,0.0,0.0504861956635651,0.255951455205554,0.0,0.0279819836100856,0.255951455205554,0.0,0.00862942890139629,0.255951455205554,0.0,0.0165044209583214,0.255951455205554,0.0,0.00912625550297109,0.255951455205554,0.0,0.00240640659887995,0.5,0.255951455205554,0.0,0.00197774306596937,0.5,0.255951455205554,0.0,0.00357991305083748,0.5,0.255951455205554,0.0,0.00263297400277255,0.255951455205554,0.0,0.000705494736430581,0.0,0.0263629559446875,0.255951455205554,0.0,0.030629506546726,0.5,0.255951455205554,0.0,0.0599077341256432,0.255951455205554,0.0,0.020362394691435,0.255951455205554,0.0,0.0297390841240155,0.255951455205554,0.0,0.00932574909979832,0.0,0.075333988747317 -5211,0.255951455205554,0.0,0.0459752893030758,0.255951455205554,0.0,0.0269945362598895,0.255951455205554,0.0,0.00691046364626058,0.255951455205554,0.0,0.0111792166581273,0.255951455205554,0.0,0.011025931421969,0.255951455205554,0.0,0.00211945962675876,0.5,0.255951455205554,0.0,0.00339817244780631,0.5,0.255951455205554,0.0,0.00493316727465266,0.5,0.255951455205554,0.0,0.00231092350244202,0.255951455205554,0.0,0.00118222120087126,0.0,0.0257215950893463,0.255951455205554,0.0,0.0322499523096732,0.5,0.255951455205554,0.0,0.0558763134141029,0.255951455205554,0.0,0.0269224401102881,0.255951455205554,0.0,0.0214181098516771,0.255951455205554,0.0,0.00767161047507439,0.0,0.0675359624882568 -5212,0.255951455205554,0.0,0.0374745096413754,0.255951455205554,0.0,0.0219966532867488,0.255951455205554,0.0,0.00525429514735464,0.255951455205554,0.0,0.00597833167250179,0.255951455205554,0.0,0.0154233030461696,0.255951455205554,0.0,0.00198573973061462,0.5,0.255951455205554,0.0,0.00490222535212403,0.5,0.255951455205554,0.0,0.00889781006315065,0.5,0.255951455205554,0.0,0.00297540151004911,0.255951455205554,0.0,0.00374910653358153,0.0,0.0305499016568004,0.255951455205554,0.0,0.0373117135677858,0.5,0.255951455205554,0.0,0.056516006835494,0.255951455205554,0.0,0.0265717626301619,0.255951455205554,0.0,0.0191833291391815,0.255951455205554,0.0,0.00700232407195452,0.0,0.0469348986733175 -5213,0.255951455205554,0.0,0.0292310927970521,0.255951455205554,0.0,0.0151101005053667,0.255951455205554,0.0,0.00463437270618684,0.255951455205554,0.0,0.00269405176957152,0.255951455205554,0.0,0.0201747442220283,0.255951455205554,0.0,0.00241920979663175,0.5,0.255951455205554,0.0,0.0056581332031342,0.5,0.255951455205554,0.0,0.0141937583559283,0.5,0.255951455205554,0.0,0.00335773405946599,0.255951455205554,0.0,0.00356765868554179,0.0,0.0334471586380152,0.255951455205554,0.0,0.0325828697653542,0.5,0.255951455205554,0.0,0.0617465781328028,0.255951455205554,0.0,0.0192270956265559,0.255951455205554,0.0,0.0193652362485817,0.255951455205554,0.0,0.00652653529832114,0.0,0.0348075980095606 -5214,0.255951455205554,0.0103908330727781,0.02331113086475,0.255951455205554,0.0200109119460074,0.00904559391821042,0.255951455205554,0.0107630711189343,0.00484704350351689,0.255951455205554,0.0123657207487832,0.00157379332233491,0.255951455205554,0.00497468161390946,0.0239965440600824,0.255951455205554,0.00498984345048991,0.00287685016156336,0.5,0.255951455205554,0.00331899979374888,0.00520313525131268,0.5,0.255951455205554,0.00395791123051037,0.00905552723327486,0.5,0.255951455205554,0.00753648920713839,0.00177228978327969,0.255951455205554,0.00224034055018756,0.00217885239255746,0.0325280461500514,0.0174710779868884,0.255951455205554,0.0324098322031222,0.0219948251572739,0.5,0.255951455205554,0.0324703601595984,0.0582097245046178,0.255951455205554,0.026501379509555,0.0117294142235943,0.255951455205554,0.0199889766066368,0.0136653121362289,0.255951455205554,0.0093762321763062,0.00399191661308354,0.0187533107623166,0.0320503342674787 -5215,0.255951455205554,0.05882782561091,0.0225793249854272,0.255951455205554,0.0945435199746354,0.00565791853422549,0.255951455205554,0.0842437731499267,0.00535938945543545,0.255951455205554,0.0861887759730935,0.000716572692868657,0.255951455205554,0.0720734213590169,0.0220081963156656,0.255951455205554,0.0769143700373626,0.00276570467235218,0.5,0.255951455205554,0.0701202999719372,0.00349057444768927,0.5,0.255951455205554,0.076426151487348,0.00724726201639118,0.5,0.255951455205554,0.0660035132673243,0.00106009656972175,0.255951455205554,0.0653894704935598,0.00163321417476968,0.114812952538791,0.0171535303647432,0.255951455205554,0.115007415850837,0.0311099497489058,0.5,0.255951455205554,0.111213901295285,0.0851072149198243,0.255951455205554,0.106190184838295,0.0119282570655241,0.255951455205554,0.0945792264023251,0.0112709597901859,0.255951455205554,0.0691740223496883,0.00221821281963703,0.0828430208618891,0.0418124905450978 -5216,0.255951455205554,0.139092520529891,0.0261027093854649,0.255951455205554,0.210158524744962,0.00461493034338954,0.255951455205554,0.196071755574353,0.0103000667844271,0.255951455205554,0.200582090042911,0.00104514446074684,0.255951455205554,0.17504628213589,0.0281250132549737,0.255951455205554,0.191921111420731,0.00311072602421924,0.5,0.255951455205554,0.179527964465173,0.00271969115581879,0.5,0.255951455205554,0.193511349688161,0.00190558769383112,0.5,0.255951455205554,0.147056736622105,0.00612984132208584,0.255951455205554,0.173891163211323,0.000792021652589945,0.238166153673713,0.0452744293823966,0.255951455205554,0.238061483259232,0.0707730991893648,0.5,0.255951455205554,0.225886192699481,0.165799137342567,0.255951455205554,0.220029722167501,0.0297968144869394,0.255951455205554,0.201353524381165,0.0197081519958511,0.255951455205554,0.161235981017561,0.00324970407940225,0.179986723223612,0.0539974887188018 -5217,0.255951455205554,0.272422066559261,0.0369989091221092,0.255951455205554,0.339182746664549,0.000767844437147692,0.255951455205554,0.318813345692873,0.0186351787959583,0.255951455205554,0.329263206039229,0.00494246358932201,0.255951455205554,0.296149118391654,0.0547157023928397,0.255951455205554,0.325390155486949,0.0173150227698939,0.5,0.255951455205554,0.308397989613991,0.0119990207672966,0.5,0.255951455205554,0.330110923455935,0.0019420028307928,0.5,0.255951455205554,0.232338240795923,0.00800183923760022,0.255951455205554,0.302804949471209,0.00569223007269222,0.369446306890586,0.0697935078783136,0.255951455205554,0.369516536448898,0.0903933149696641,0.5,0.255951455205554,0.320683977062951,0.19675486175978,0.255951455205554,0.345699145438825,0.0497504343961023,0.255951455205554,0.318426019718133,0.0182617421354403,0.255951455205554,0.277235984611832,0.00338516373546742,0.276257956730465,0.0628574283510643 -5218,0.255951455205554,0.410473815565395,0.0520031224843978,0.255951455205554,0.4736331916667,0.000365836871255833,0.255951455205554,0.447453296753254,0.026822755830344,0.255951455205554,0.462312257098447,0.0128752600405367,0.255951455205554,0.429002726053941,0.0820594386387546,0.255951455205554,0.460899897336883,0.0299962586103298,0.5,0.255951455205554,0.441780567983781,0.0395569748615809,0.5,0.255951455205554,0.460896287580438,0.00436330969326239,0.5,0.255951455205554,0.299241183270484,0.00426029718370477,0.255951455205554,0.433686983980887,0.0268301142915437,0.503233113559256,0.081880541779427,0.255951455205554,0.503421743858549,0.0964248151804558,0.5,0.255951455205554,0.352502815939436,0.147279009330972,0.255951455205554,0.472554250427011,0.0661005869941777,0.255951455205554,0.441568687284547,0.0126976119415518,0.255951455205554,0.38980051121456,0.00193557679092557,0.451350541887276,0.0658256436547167 -5219,0.255951455205554,0.509227111663574,0.0584694370093183,0.255951455205554,0.582177050664405,0.00174261493439052,0.255951455205554,0.561716556610471,0.0339040023588687,0.255951455205554,0.576314016762984,0.0263323448871575,0.255951455205554,0.544360083875156,0.0992125196537299,0.255951455205554,0.57524638686256,0.0297796023380817,0.5,0.255951455205554,0.545583501290647,0.0808091067270514,0.5,0.255951455205554,0.56585324037955,0.00761436555380026,0.5,0.255951455205554,0.385117779490777,0.00199600722870423,0.255951455205554,0.521244823381176,0.0820416009988541,0.606411287412981,0.0819230593831375,0.255951455205554,0.60524046783666,0.0923067372932683,0.5,0.255951455205554,0.359756116167762,0.0969320502929266,0.255951455205554,0.571534102550803,0.0892293264865467,0.255951455205554,0.539787891293416,0.00776245902451309,0.255951455205554,0.45477177715485,0.00138086440082093,0.490109068295047,0.0694850512750822 -5220,0.255951455205554,0.600165251270041,0.0498178877681067,0.255951455205554,0.644227158204641,0.00700077986411302,0.255951455205554,0.628434235802579,0.0478650471400725,0.255951455205554,0.647813493809075,0.0414714713016986,0.255951455205554,0.599594581598344,0.14188699722878,0.255951455205554,0.638304552370736,0.0361682371245922,0.5,0.255951455205554,0.540066938448887,0.119447038238179,0.5,0.255951455205554,0.623151397547326,0.00814054767178799,0.5,0.255951455205554,0.450163555459062,0.00120361673284963,0.255951455205554,0.469515188708374,0.134520499124117,0.658720397969369,0.0699243392315787,0.255951455205554,0.649358776592054,0.0797315208584353,0.5,0.255951455205554,0.4054077439731,0.0621712874972166,0.255951455205554,0.597302472311342,0.0938476891377364,0.255951455205554,0.572994937702651,0.00512376086607565,0.255951455205554,0.465266393545048,0.00264218317337145,0.4605431762638,0.0681276038253874 -5221,0.255951455205554,0.641540782517912,0.0463812837472043,0.255951455205554,0.66176306518597,0.0137931065491208,0.255951455205554,0.648614507960587,0.071036619784028,0.255951455205554,0.638917582758683,0.0614053470165081,0.255951455205554,0.56258068125201,0.188981697452994,0.255951455205554,0.646291193470125,0.0451853033135045,0.5,0.255951455205554,0.495810643206369,0.134254919826704,0.5,0.255951455205554,0.638509775894678,0.00688249654851769,0.5,0.255951455205554,0.474171555328788,0.00115646394233755,0.255951455205554,0.398936449238311,0.152513985288853,0.674863419261386,0.0540071960999735,0.255951455205554,0.667894556629189,0.0698776506866433,0.5,0.255951455205554,0.489080924963425,0.0420945230258055,0.255951455205554,0.631480451264961,0.0837597996909095,0.255951455205554,0.618642685471847,0.00344565978337258,0.255951455205554,0.429450385826077,0.0120742729331887,0.496334535685255,0.0896950248829739 -5222,0.255951455205554,0.629131679657224,0.042580825948463,0.255951455205554,0.640094321322695,0.020924509539504,0.255951455205554,0.608387951179494,0.0968817943943017,0.255951455205554,0.614839813572624,0.0944770281439128,0.255951455205554,0.471307602793419,0.218413925264598,0.255951455205554,0.597446837919648,0.0508203478264394,0.5,0.255951455205554,0.466731792777361,0.168787451429006,0.5,0.255951455205554,0.587880076286652,0.00491332805795545,0.5,0.255951455205554,0.415892473415285,0.00226238509878576,0.255951455205554,0.363173741150872,0.23169396036477,0.637141404172878,0.0543465939716653,0.255951455205554,0.641650043382762,0.0600585832433396,0.5,0.255951455205554,0.540336859330377,0.0337072803336387,0.255951455205554,0.605948438906967,0.0715926205136768,0.255951455205554,0.600310570311168,0.00262562687960704,0.255951455205554,0.412072298219649,0.0318798150748727,0.562620368094566,0.134465540728195 -5223,0.255951455205554,0.566296000057027,0.0280414442538845,0.255951455205554,0.579805801089306,0.0301317482578525,0.255951455205554,0.511659567217906,0.110911358163763,0.255951455205554,0.56554610044467,0.134054557597167,0.255951455205554,0.395187850534798,0.237061395473647,0.255951455205554,0.523309267550279,0.0632997580614503,0.5,0.255951455205554,0.35655608772466,0.171405943554487,0.5,0.255951455205554,0.500211564710187,0.00477463530237542,0.5,0.255951455205554,0.382138888989908,0.00461121126286723,0.255951455205554,0.270285772391067,0.261336140911311,0.57058902470479,0.0517441398844009,0.255951455205554,0.571661516245354,0.0524638119053481,0.5,0.255951455205554,0.534873290230717,0.0291231302754527,0.255951455205554,0.52920434357954,0.065414513201364,0.255951455205554,0.529285989837122,0.00719023265057612,0.255951455205554,0.410791096897528,0.0508049837077092,0.554937790155392,0.139981692110709 -5224,0.255951455205554,0.456080881194759,0.0190858499237419,0.255951455205554,0.474520591318994,0.0530303149631702,0.255951455205554,0.398054887431817,0.119527343166674,0.255951455205554,0.439772817783377,0.139695459206282,0.255951455205554,0.262653860143034,0.210613097942674,0.255951455205554,0.421727670563065,0.0743457890893221,0.5,0.255951455205554,0.26265304202413,0.147264022233468,0.5,0.255951455205554,0.389960252072698,0.007821229383018,0.5,0.255951455205554,0.356233267122215,0.00537997233859743,0.255951455205554,0.142076716996098,0.129373844960615,0.459972129517622,0.0351161454368936,0.255951455205554,0.458859014557231,0.0442061792726914,0.5,0.255951455205554,0.459708001303741,0.022314381820944,0.255951455205554,0.413040777944942,0.0630835877053156,0.255951455205554,0.428220586134262,0.0192592254549368,0.255951455205554,0.371603816388995,0.0579058134050498,0.49147231377259,0.18211743069235 -5225,0.255951455205554,0.31254884785783,0.0140052676373493,0.255951455205554,0.318780414892146,0.0688549228359877,0.255951455205554,0.270782106638378,0.113803537600313,0.255951455205554,0.334536814896664,0.131102855797353,0.255951455205554,0.167882704846011,0.186079177257558,0.255951455205554,0.285109137846113,0.0673399159535289,0.5,0.255951455205554,0.165535437823334,0.109516467286223,0.5,0.255951455205554,0.271308287091951,0.00852129848133671,0.5,0.255951455205554,0.287894522372427,0.00476844750200055,0.255951455205554,0.192018683128391,0.141450964798004,0.34172358644447,0.0208187096191246,0.255951455205554,0.330553809989203,0.0334255485448474,0.5,0.255951455205554,0.345763293872488,0.0161384510539721,0.255951455205554,0.297520172359282,0.0595163338110481,0.255951455205554,0.312027402766354,0.0261359176712469,0.255951455205554,0.314295454896547,0.0488241299966514,0.358535676033147,0.208584063093433 -5226,0.255951455205554,0.175930424127426,0.0145348018205239,0.255951455205554,0.203190162679012,0.0594779648199461,0.255951455205554,0.153079889878447,0.0971953529534643,0.255951455205554,0.206810556774497,0.116299034657854,0.255951455205554,0.0884700283892306,0.124895890503936,0.255951455205554,0.156066096038636,0.0325594981140528,0.5,0.255951455205554,0.10410558827939,0.0946783129505556,0.5,0.255951455205554,0.137853264325927,0.00480000380697851,0.5,0.255951455205554,0.194869815605275,0.00387911903758769,0.255951455205554,0.117442348625827,0.161935382333816,0.20236741301901,0.00216734330263901,0.255951455205554,0.20156911959346,0.0171500063539545,0.5,0.255951455205554,0.21679778328218,0.0130063204459156,0.255951455205554,0.180101760966272,0.0341098085973004,0.255951455205554,0.196811031231757,0.0234964520153106,0.255951455205554,0.216250966707239,0.0346280208849826,0.221536757807394,0.141579023294902 -5227,0.255951455205554,0.0716959730508976,0.0232169183531641,0.255951455205554,0.0756118458826356,0.0201448580091248,0.255951455205554,0.0463584660229037,0.0548284656598548,0.255951455205554,0.0800746169708368,0.0418237923143947,0.255951455205554,0.0349391389923612,0.0841573251780838,0.255951455205554,0.0477982223327666,0.0145912227642449,0.5,0.255951455205554,0.0409323466523949,0.0585493817958428,0.5,0.255951455205554,0.049930771457629,0.00310131632390214,0.5,0.255951455205554,0.0545622614672094,0.00493412625517871,0.255951455205554,0.0460983918574431,0.0901068252743364,0.0511989749905988,0.00221748173398328,0.255951455205554,0.0472812906599111,0.0109412322507784,0.5,0.255951455205554,0.057603638388136,0.0175186955750203,0.255951455205554,0.0450716914792753,0.0134848389085835,0.255951455205554,0.0532388289225539,0.0106779310249289,0.255951455205554,0.0544328070050871,0.0133224356727228,0.0883127344517263,0.0953448377287191 -5228,0.255951455205554,0.0,0.0394979130126344,0.255951455205554,0.0,0.02933208556923,0.255951455205554,0.0,0.0419685228213644,0.255951455205554,0.0,0.020337893562503,0.255951455205554,0.0,0.0431493059732629,0.255951455205554,0.0,0.0113096933673282,0.5,0.255951455205554,0.0,0.0449915907604568,0.5,0.255951455205554,0.0,0.00257712695959646,0.5,0.255951455205554,0.0,0.00853474136043253,0.255951455205554,0.0,0.0451047350515571,0.0,0.00735520672939074,0.255951455205554,0.0,0.0132339070216429,0.5,0.255951455205554,0.0,0.0299068109096425,0.255951455205554,0.0,0.00978602131922697,0.255951455205554,0.0,0.0157302497169668,0.255951455205554,0.0,0.0194922430068067,0.0,0.0671156506742554 -5229,0.255951455205554,0.0,0.0790628290052326,0.255951455205554,0.0,0.04937792671889,0.255951455205554,0.0,0.0434274399787518,0.255951455205554,0.0,0.0180989045223491,0.255951455205554,0.0,0.024885495952786,0.255951455205554,0.0,0.0117915246406254,0.5,0.255951455205554,0.0,0.0346012657619547,0.5,0.255951455205554,0.0,0.0032968006610643,0.5,0.255951455205554,0.0,0.0109516194981155,0.255951455205554,0.0,0.0293890786141781,0.0,0.0128986061640982,0.255951455205554,0.0,0.0182629848470746,0.5,0.255951455205554,0.0,0.0448512825860795,0.255951455205554,0.0,0.00739516562984877,0.255951455205554,0.0,0.0250609754543043,0.255951455205554,0.0,0.024710017254624,0.0,0.07869339360039 -5230,0.255951455205554,0.0,0.135548225364639,0.255951455205554,0.0,0.0797025889369552,0.255951455205554,0.0,0.0450847935922239,0.255951455205554,0.0,0.0232423381071963,0.255951455205554,0.0,0.0187434565811876,0.255951455205554,0.0,0.012049688855317,0.5,0.255951455205554,0.0,0.0322341947125733,0.5,0.255951455205554,0.0,0.00421419449701153,0.5,0.255951455205554,0.0,0.0123990998924771,0.255951455205554,0.0,0.031213569349896,0.0,0.0191892066119342,0.255951455205554,0.0,0.02198801848475,0.5,0.255951455205554,0.0,0.0477261958851476,0.255951455205554,0.0,0.00715066341720877,0.255951455205554,0.0,0.0345109206973575,0.255951455205554,0.0,0.0297743457628106,0.0,0.173413946080517 -5231,0.255951455205554,0.0,0.182777959139631,0.255951455205554,0.0,0.102078527278296,0.255951455205554,0.0,0.046141111992791,0.255951455205554,0.0,0.0244066120502268,0.255951455205554,0.0,0.0190366155037005,0.255951455205554,0.0,0.0125673313823249,0.5,0.255951455205554,0.0,0.0329002828415813,0.5,0.255951455205554,0.0,0.00487558918101702,0.5,0.255951455205554,0.0,0.0126753253606135,0.255951455205554,0.0,0.0365301069104278,0.0,0.0198026657640105,0.255951455205554,0.0,0.0239183547087217,0.5,0.255951455205554,0.0,0.0511037680196973,0.255951455205554,0.0,0.00810295389323864,0.255951455205554,0.0,0.0426606498637315,0.255951455205554,0.0,0.0322832209561707,0.0,0.273009031595668 -5232,0.255951455205554,0.0,0.202045252422982,0.255951455205554,0.0,0.101287171224807,0.255951455205554,0.0,0.0453407341676772,0.255951455205554,0.0,0.0211941748841745,0.255951455205554,0.0,0.0259793972707669,0.255951455205554,0.0,0.0132133819776894,0.5,0.255951455205554,0.0,0.0340805559128984,0.5,0.255951455205554,0.0,0.00524113266612148,0.5,0.255951455205554,0.0,0.012902534292098,0.255951455205554,0.0,0.0397721756911502,0.0,0.0208783468976383,0.255951455205554,0.0,0.0227541670597557,0.5,0.255951455205554,0.0,0.056518652362244,0.255951455205554,0.0,0.00826443793063624,0.255951455205554,0.0,0.0423687567700044,0.255951455205554,0.0,0.0294238018807802,0.0,0.337730996085866 -5233,0.255951455205554,0.0,0.182434261854738,0.255951455205554,0.0,0.084544074925051,0.255951455205554,0.0,0.0478334399830221,0.255951455205554,0.0,0.0289143171753246,0.255951455205554,0.0,0.0330825441903465,0.255951455205554,0.0,0.0133654899895772,0.5,0.255951455205554,0.0,0.0307164250807137,0.5,0.255951455205554,0.0,0.00550562746561389,0.5,0.255951455205554,0.0,0.0135243668737522,0.255951455205554,0.0,0.0307221807095039,0.0,0.0171645517015345,0.255951455205554,0.0,0.0220203539460463,0.5,0.255951455205554,0.0,0.0607456242845992,0.255951455205554,0.0,0.0081837767932363,0.255951455205554,0.0,0.0371781497724382,0.255951455205554,0.0,0.0270563251201071,0.0,0.330593845009672 -5234,0.255951455205554,0.0,0.143134976127554,0.255951455205554,0.0,0.0609853851993944,0.255951455205554,0.0,0.0502089712239734,0.255951455205554,0.0,0.0510499445400353,0.255951455205554,0.0,0.036009324703523,0.255951455205554,0.0,0.0136526747894458,0.5,0.255951455205554,0.0,0.0295475263470588,0.5,0.255951455205554,0.0,0.00556396330756177,0.5,0.255951455205554,0.0,0.013991651785652,0.255951455205554,0.0,0.0282946938562077,0.0,0.0138083019317894,0.255951455205554,0.0,0.0224855080804435,0.5,0.255951455205554,0.0,0.0628379645140175,0.255951455205554,0.0,0.00911258077210932,0.255951455205554,0.0,0.0348641862800831,0.255951455205554,0.0,0.0261950551646831,0.0,0.308782731848307 -5235,0.255951455205554,0.0,0.106675792939267,0.255951455205554,0.0,0.0393839409612852,0.255951455205554,0.0,0.0506679343339832,0.255951455205554,0.0,0.0561218869941003,0.255951455205554,0.0,0.0312633591101273,0.255951455205554,0.0,0.0134056055862567,0.5,0.255951455205554,0.0,0.0228375706948732,0.5,0.255951455205554,0.0,0.00528627723017086,0.5,0.255951455205554,0.0,0.0136818708457636,0.255951455205554,0.0,0.0169175316276469,0.0,0.0140496709201953,0.255951455205554,0.0,0.0233134686024889,0.5,0.255951455205554,0.0,0.0615739368590429,0.255951455205554,0.0,0.0111249999943737,0.255951455205554,0.0,0.0372767940495797,0.255951455205554,0.0,0.0256675604227141,0.0,0.284578586028376 -5236,0.255951455205554,0.0,0.0920029191746563,0.255951455205554,0.0,0.0238734810617945,0.255951455205554,0.0,0.0486219601182929,0.255951455205554,0.0,0.0378816912334926,0.255951455205554,0.0,0.0264830956507335,0.255951455205554,0.0,0.0129697614779159,0.5,0.255951455205554,0.0,0.0170010249800453,0.5,0.255951455205554,0.0,0.00520665653874008,0.5,0.255951455205554,0.0,0.0127868912297142,0.255951455205554,0.0,0.00796461506563246,0.0,0.0164853061834616,0.255951455205554,0.0,0.0231334363113787,0.5,0.255951455205554,0.0,0.0589768754365276,0.255951455205554,0.0,0.0127565058690188,0.255951455205554,0.0,0.0374708639891937,0.255951455205554,0.0,0.023780292186582,0.0,0.293601955309164 -5237,0.255951455205554,0.0,0.0775333886061368,0.255951455205554,0.0,0.0144580844498766,0.255951455205554,0.0,0.04419237374841,0.255951455205554,0.0,0.0250373691231967,0.255951455205554,0.0,0.0287891375308881,0.255951455205554,0.0,0.0146158349604202,0.5,0.255951455205554,0.0,0.0118492366667952,0.5,0.255951455205554,0.0,0.00472984601523909,0.5,0.255951455205554,0.0,0.0112619114470607,0.255951455205554,0.0,0.00695470081768228,0.0,0.0208471090031043,0.255951455205554,0.0,0.0218060443403439,0.5,0.255951455205554,0.0,0.0571296661539015,0.255951455205554,0.0,0.0123837405985576,0.255951455205554,0.0,0.0354692215811065,0.255951455205554,0.0,0.0215122251692822,0.0,0.247409945292617 -5238,0.255951455205554,0.00195566359176997,0.0586272077436771,0.255951455205554,0.001801281120917,0.00649835510194431,0.255951455205554,0.000958776938099989,0.0369384893494814,0.255951455205554,0.000341674880493127,0.0228892361238869,0.255951455205554,0.00106005684680146,0.0336763577705349,0.255951455205554,0.00100301424735191,0.0189996816275012,0.5,0.255951455205554,0.001053264942133,0.00818433550880158,0.5,0.255951455205554,0.00117521500186555,0.00515506255739044,0.5,0.255951455205554,0.00853633144208399,0.00969032292396285,0.255951455205554,0.000919285484711898,0.0079919058151507,0.0309377236887331,0.0167509413785286,0.255951455205554,0.0307835811228547,0.020406792030786,0.5,0.255951455205554,0.0293290923368134,0.0576202698877691,0.255951455205554,0.025718858597386,0.0102818872838266,0.255951455205554,0.017773239145823,0.033753591398305,0.255951455205554,0.0084621357862085,0.0200496650107603,0.00104455546507852,0.226207809488903 -5239,0.255951455205554,0.0121669232360477,0.0476278894843417,0.255951455205554,0.00997392849361776,0.00159141651743042,0.255951455205554,0.0115152442422128,0.0362844231678935,0.255951455205554,0.00201047188831766,0.0270304753073436,0.255951455205554,0.0260429740408314,0.0438476296202971,0.255951455205554,0.0143195906760645,0.0271843294671,0.5,0.255951455205554,0.0366515441355879,0.00871845291814438,0.5,0.255951455205554,0.0211083429087613,0.00587415673191915,0.5,0.255951455205554,0.0649980292175807,0.00860906617957731,0.255951455205554,0.0428129088477197,0.0123680881571478,0.112731943915995,0.0163144532198094,0.255951455205554,0.112291286771145,0.0234306955636047,0.5,0.255951455205554,0.102675385170282,0.0676702300382042,0.255951455205554,0.106705202390054,0.00820612931022871,0.255951455205554,0.0819139268866311,0.0338978315661524,0.255951455205554,0.0464543684445024,0.0179313941056463,0.00612628808801885,0.168325495374212 -5240,0.255951455205554,0.0232517799851504,0.0432885149249561,0.255951455205554,0.0157368234609615,0.0018617600232855,0.255951455205554,0.0312160509351843,0.0456929339638925,0.255951455205554,0.00119329172289552,0.0315693943535362,0.255951455205554,0.0675981975780334,0.0687001733579016,0.255951455205554,0.0445240567309787,0.0473862432090274,0.5,0.255951455205554,0.112701052782375,0.0280572936871442,0.5,0.255951455205554,0.0545680549835315,0.0106943468328987,0.5,0.255951455205554,0.151371223713488,0.0136092742694729,0.255951455205554,0.122102009420794,0.0331652677746822,0.234943722428474,0.0229634433196848,0.255951455205554,0.232400683018553,0.0436983399998441,0.5,0.255951455205554,0.209571970801097,0.108412043118065,0.255951455205554,0.222708775564653,0.0108926722287094,0.255951455205554,0.168781673220465,0.0519587837761055,0.255951455205554,0.101646482245047,0.0209661147040016,0.0445488733593769,0.0618630115367056 -5241,0.255951455205554,0.0241099854599365,0.0452044611753272,0.255951455205554,0.0273027495329083,0.0137798433233105,0.255951455205554,0.0690473485862869,0.0573433599038787,0.255951455205554,0.00344709586546803,0.0314931842620992,0.255951455205554,0.11954135134591,0.0787332522831618,0.255951455205554,0.0860193205460482,0.0800778243942461,0.5,0.255951455205554,0.214632475045446,0.042710030087947,0.5,0.255951455205554,0.083478670775116,0.0196287887802697,0.5,0.255951455205554,0.249304627689118,0.0271412657735733,0.255951455205554,0.193930795454759,0.0452408393993997,0.363785314926216,0.0355600129598789,0.255951455205554,0.360950291139818,0.0549589128290315,0.5,0.255951455205554,0.327118899466445,0.120491789883176,0.255951455205554,0.352307201273703,0.0144649366599569,0.255951455205554,0.247691011247511,0.0679875335564139,0.255951455205554,0.15113941593512,0.0325823113881609,0.0180228357798599,0.0372428199815461 -5242,0.255951455205554,0.0459148721053903,0.0486270350294561,0.255951455205554,0.0479959724545795,0.0510761585427289,0.255951455205554,0.13512822417757,0.0631362452937334,0.255951455205554,0.00712156804185096,0.0232960035421007,0.255951455205554,0.178263539513223,0.0782747109772341,0.255951455205554,0.185418892777921,0.0966301591498381,0.5,0.255951455205554,0.270540967532344,0.052933145648628,0.5,0.255951455205554,0.113779359836312,0.0349213331402591,0.5,0.255951455205554,0.348205719431274,0.0465519003684578,0.255951455205554,0.291351038592465,0.0635374547519788,0.494478600850631,0.0307770341495189,0.255951455205554,0.49104511425083,0.0663866454531271,0.5,0.255951455205554,0.445483017239396,0.122428249933526,0.255951455205554,0.482539363586949,0.0140318040649079,0.255951455205554,0.311527365035989,0.0791361011434107,0.255951455205554,0.191594470952339,0.0470319266952296,0.0720586238537072,0.0678050760144474 -5243,0.255951455205554,0.0598355846089284,0.0467782713422616,0.255951455205554,0.138771158413831,0.10678635859893,0.255951455205554,0.210188551257994,0.0645429472403855,0.255951455205554,0.024511876474458,0.0116071490128221,0.255951455205554,0.236491184205497,0.0749697705673374,0.255951455205554,0.18250847405324,0.129548895934324,0.5,0.255951455205554,0.324104468611003,0.0511039416758143,0.5,0.255951455205554,0.192961583317577,0.0581591009368293,0.5,0.255951455205554,0.443611730287072,0.0673364488773946,0.255951455205554,0.338325160042867,0.069145667664664,0.592379985624061,0.0392978103863944,0.255951455205554,0.586515252597791,0.0740995159847151,0.5,0.255951455205554,0.529285909558696,0.101151481046553,0.255951455205554,0.569840362516566,0.0146048096552005,0.255951455205554,0.337598997267142,0.0857289300077001,0.255951455205554,0.225999698942266,0.0628541247717179,0.0535414033019511,0.0730378977395881 -5244,0.255951455205554,0.0693889749837414,0.0368327316399512,0.255951455205554,0.0772393242290764,0.102482186634655,0.255951455205554,0.259748382473103,0.0789934163992094,0.255951455205554,0.113910588865158,0.0069756143446118,0.255951455205554,0.302936146349941,0.0755091583732119,0.255951455205554,0.166074162231123,0.149548735111721,0.5,0.255951455205554,0.349283829781928,0.0500397999538803,0.5,0.255951455205554,0.340154073964337,0.10508618596681,0.5,0.255951455205554,0.48688133496348,0.0942654604220876,0.255951455205554,0.358030064714665,0.0815890551612033,0.584375877120766,0.0410691270041889,0.255951455205554,0.594757750597045,0.0656911355025484,0.5,0.255951455205554,0.524461240962383,0.0797284538613881,0.255951455205554,0.59928609721314,0.019040073946738,0.255951455205554,0.380309548310606,0.0771931137307297,0.255951455205554,0.290329072947436,0.0965582817908903,0.00689541760219301,0.0746765006447171 -5245,0.255951455205554,0.131356821681758,0.0380859949270822,0.255951455205554,0.0498447681456718,0.0701219975687166,0.255951455205554,0.289709936780374,0.0972020427362138,0.255951455205554,0.392285280165673,0.00658642286334161,0.255951455205554,0.397339032762428,0.0746020323867452,0.255951455205554,0.206477919159214,0.125184211664098,0.5,0.255951455205554,0.364091210184156,0.0470972009311542,0.5,0.255951455205554,0.37847119963495,0.136473392932265,0.5,0.255951455205554,0.517875865414833,0.138222619951016,0.255951455205554,0.347303523747408,0.0835993243947998,0.622068531589386,0.0444579845037256,0.255951455205554,0.606227963789543,0.045092367877198,0.5,0.255951455205554,0.50839407932314,0.0604563262887856,0.255951455205554,0.588152007784847,0.0178005405006893,0.255951455205554,0.410754073452541,0.0618965156000395,0.255951455205554,0.410483797279832,0.165469987926307,0.0192661343886097,0.0749547427919675 -5246,0.255951455205554,0.191888835102868,0.0409346123106701,0.255951455205554,0.018082333682269,0.0239990123057837,0.255951455205554,0.315155735470185,0.106885228748576,0.255951455205554,0.534965044163179,0.0110731487728899,0.255951455205554,0.465245416942754,0.0622966722767354,0.255951455205554,0.261436884407153,0.0888498679075698,0.5,0.255951455205554,0.394677300908283,0.0486026561188481,0.5,0.255951455205554,0.381828429634743,0.0990673000599229,0.5,0.255951455205554,0.496625313036122,0.150416864265907,0.255951455205554,0.477077152979222,0.10390249605243,0.5950372301193,0.041213707947126,0.255951455205554,0.56660523492943,0.036212309372374,0.5,0.255951455205554,0.423204692518572,0.050121869886565,0.255951455205554,0.560432733959372,0.0153440217739129,0.255951455205554,0.371529498075271,0.0780017842229783,0.255951455205554,0.328729205755118,0.195819213496951,0.0259615958053069,0.0601154529639059 -5247,0.255951455205554,0.215569721552556,0.0379229585260435,0.255951455205554,0.0174536985230094,0.00591079320053634,0.255951455205554,0.316036446092519,0.0902842696369424,0.255951455205554,0.374745700125389,0.0135942485139314,0.255951455205554,0.469833937185098,0.0620203124428681,0.255951455205554,0.247275016715391,0.053947066998704,0.5,0.255951455205554,0.395678331223259,0.0601862866875762,0.5,0.255951455205554,0.366738611776412,0.0639067422917863,0.5,0.255951455205554,0.427070650360641,0.1160309848296,0.255951455205554,0.440294229454256,0.146354149406892,0.515537182300309,0.0363955875319591,0.255951455205554,0.484304205860364,0.0456589058117784,0.5,0.255951455205554,0.292416836667515,0.0611535417390974,0.255951455205554,0.492184723619818,0.0225523966338805,0.255951455205554,0.257543796198461,0.103500295086841,0.255951455205554,0.261171800268091,0.216015531964547,0.0367825965289211,0.0408926175627654 -5248,0.255951455205554,0.228570708159858,0.044342380240856,0.255951455205554,0.0736036668466943,0.00154502371581983,0.255951455205554,0.284055035565766,0.0661128046268864,0.255951455205554,0.185578417514631,0.0161759750565469,0.255951455205554,0.394498235043117,0.0550327366917333,0.255951455205554,0.259405193614273,0.0216458422371503,0.5,0.255951455205554,0.32478412702967,0.0682185573079921,0.5,0.255951455205554,0.324846541708153,0.0460465526847919,0.5,0.255951455205554,0.33813267730569,0.0683305311661701,0.255951455205554,0.367711868665129,0.0981831974116062,0.379881944432693,0.0318943862527181,0.255951455205554,0.376158377122882,0.0488652930940073,0.5,0.255951455205554,0.20104426418915,0.0886060529281889,0.255951455205554,0.389566310112061,0.0580033557971149,0.255951455205554,0.245879571450477,0.101320561629766,0.255951455205554,0.174812124823113,0.176256063146848,0.0682263138882909,0.0173995734047005 -5249,0.255951455205554,0.211745020766154,0.0508659709696949,0.255951455205554,0.201371112940599,0.000594023529094509,0.255951455205554,0.230660396955167,0.046331083473423,0.255951455205554,0.118698277696478,0.0153271233320927,0.255951455205554,0.284011241188578,0.0358807721393706,0.255951455205554,0.26697135849892,0.00443892449297409,0.5,0.255951455205554,0.269158395264916,0.060487083478122,0.5,0.255951455205554,0.24954588685387,0.0286198588519631,0.5,0.255951455205554,0.235584719187397,0.0452032634501212,0.255951455205554,0.316715609601591,0.0509847097772432,0.265582710825278,0.0181743265186111,0.255951455205554,0.25416201842317,0.0492166511675029,0.5,0.255951455205554,0.1259361339622,0.11408052338941,0.255951455205554,0.251835106218672,0.093113933981795,0.255951455205554,0.134422063230922,0.0933956221720106,0.255951455205554,0.126248356151803,0.125534955186665,0.137946840150356,0.0175356367701968 -5250,0.255951455205554,0.133775939433544,0.0442788820206392,0.255951455205554,0.190428488140513,0.000633040788589957,0.255951455205554,0.159353802260001,0.0298856463913435,0.255951455205554,0.0571106178797841,0.00751091716012705,0.255951455205554,0.182757156760934,0.0282926791191683,0.255951455205554,0.202724469489081,0.00127592902659747,0.5,0.255951455205554,0.178871382000863,0.0231424262418881,0.5,0.255951455205554,0.157339825549413,0.0103671225909579,0.5,0.255951455205554,0.135371981473444,0.0350966895441691,0.255951455205554,0.185357889866654,0.0227874354598465,0.142350248717875,0.0045417395822972,0.255951455205554,0.146828952051529,0.0477941924982038,0.5,0.255951455205554,0.0872015858646448,0.0956888100459054,0.255951455205554,0.144792902617875,0.0604954568602407,0.255951455205554,0.0890604158094703,0.0930826259550691,0.255951455205554,0.0693666797161069,0.0833932357016214,0.102356327176125,0.0245624883967523 -5251,0.255951455205554,0.0603682070759421,0.0242751957998686,0.255951455205554,0.0728181069822295,0.000405225450074291,0.255951455205554,0.0671454367929947,0.0172319080903241,0.255951455205554,0.0324821912969568,0.00396623326848419,0.255951455205554,0.0657669870114403,0.0162399050820077,0.255951455205554,0.0585308929139923,0.00482151515845825,0.5,0.255951455205554,0.0659541252704878,0.00451313058109258,0.5,0.255951455205554,0.046838478837537,0.000930795278286021,0.5,0.255951455205554,0.0331612634419541,0.0204536068066769,0.255951455205554,0.0629887423436925,0.0040813643092913,0.0495781656821231,0.0120967229223757,0.255951455205554,0.0396377258547864,0.0379000445017914,0.5,0.255951455205554,0.0307698243560716,0.0674032577865533,0.255951455205554,0.0395146484595813,0.0390125186154117,0.255951455205554,0.0339523627154632,0.0864461405667608,0.255951455205554,0.0224496976979043,0.0543680074897598,0.0252222514067566,0.0278466055360152 -5252,0.255951455205554,2.32614238632902e-06,0.00745306149819181,0.255951455205554,0.0,0.0,0.255951455205554,1.4899272575703e-05,0.00758512577470764,0.255951455205554,0.0,0.00550243261081549,0.255951455205554,0.0,0.014088478245034,0.255951455205554,0.0,0.012071043151792,0.5,0.255951455205554,0.0,0.00220587155415784,0.5,0.255951455205554,0.0,0.000383643252544702,0.5,0.255951455205554,0.0,0.00824251921808511,0.255951455205554,0.0,0.000371154605598556,0.0,0.0153607925716863,0.255951455205554,0.0,0.0306633064417798,0.5,0.255951455205554,5.77356088474608e-06,0.0490347883473934,0.255951455205554,0.0,0.0294526338525944,0.255951455205554,3.54726390590814e-05,0.0478006937465535,0.255951455205554,0.0,0.0310946471364813,0.0,0.0213023100322336 -5253,0.255951455205554,0.0,0.0048838527674417,0.255951455205554,0.0,0.000262281167370738,0.255951455205554,0.0,0.00751901232403529,0.255951455205554,0.0,0.0056274453233003,0.255951455205554,0.0,0.0199946726533627,0.255951455205554,0.0,0.0145147018606776,0.5,0.255951455205554,0.0,0.00348665086328141,0.5,0.255951455205554,0.0,0.000653555696953342,0.5,0.255951455205554,0.0,0.00428366914306927,0.255951455205554,0.0,0.00148110134839994,0.0,0.0231297733015501,0.255951455205554,0.0,0.0268522949822688,0.5,0.255951455205554,0.0,0.034025321814949,0.255951455205554,0.0,0.0271922877892927,0.255951455205554,0.0,0.0329445928940723,0.255951455205554,0.0,0.0202689773183967,0.0,0.0184579383344654 -5254,0.255951455205554,0.0,0.00376561524663526,0.255951455205554,0.0,0.000779377485903302,0.255951455205554,0.0,0.00807752770392368,0.255951455205554,0.0,0.00315986136716611,0.255951455205554,0.0,0.0226668279383205,0.255951455205554,0.0,0.0152892410977092,0.5,0.255951455205554,0.0,0.0036513951480673,0.5,0.255951455205554,0.0,0.00380401781454953,0.5,0.255951455205554,0.0,0.00223165773322304,0.255951455205554,0.0,0.00279865810045314,0.0,0.0313947339305195,0.255951455205554,0.0,0.026165336395248,0.5,0.255951455205554,0.0,0.0278534433407779,0.255951455205554,0.0,0.0236466130107722,0.255951455205554,0.0,0.0231904643656807,0.255951455205554,0.0,0.0120162396240623,0.0,0.019754734055207 -5255,0.255951455205554,0.0,0.00295701089519995,0.255951455205554,0.0,0.00103810224417658,0.255951455205554,0.0,0.0074760373312588,0.255951455205554,0.0,0.00185534591413854,0.255951455205554,0.0,0.0192877372484728,0.255951455205554,0.0,0.0120216424914434,0.5,0.255951455205554,0.0,0.00327321862090883,0.5,0.255951455205554,0.0,0.0114663313139158,0.5,0.255951455205554,0.0,0.00120461436778636,0.255951455205554,0.0,0.00266579919147791,0.0,0.0351347407359841,0.255951455205554,0.0,0.0241025400125323,0.5,0.255951455205554,0.0,0.0233939757576156,0.255951455205554,0.0,0.0192623601911386,0.255951455205554,0.0,0.0127377224352795,0.255951455205554,0.0,0.00540276939102784,0.0,0.0279557196397774 -5256,0.255951455205554,0.0,0.00220791791365389,0.255951455205554,0.0,0.000964612136198543,0.255951455205554,0.0,0.00618577740001441,0.255951455205554,0.0,0.00197921063139865,0.255951455205554,0.0,0.0170450290432619,0.255951455205554,0.0,0.00946741788932384,0.5,0.255951455205554,0.0,0.00180826976486113,0.5,0.255951455205554,0.0,0.0138848210085602,0.5,0.255951455205554,0.0,0.00110313287950586,0.255951455205554,0.0,0.00152830343299524,0.0,0.0297011165637666,0.255951455205554,0.0,0.0230390730034479,0.5,0.255951455205554,0.0,0.0246105073515479,0.255951455205554,0.0,0.0157654602603058,0.255951455205554,0.0,0.00937252008338379,0.255951455205554,0.0,0.00306218252553902,0.0,0.0345632237742614 -5257,0.255951455205554,0.0,0.00112529118435937,0.255951455205554,0.0,0.00140262531212493,0.255951455205554,0.0,0.00697649313433376,0.255951455205554,0.0,0.00322109105011868,0.255951455205554,0.0,0.016703434439838,0.255951455205554,0.0,0.00877400586080764,0.5,0.255951455205554,0.0,0.00104400801898947,0.5,0.255951455205554,0.0,0.0140821219861167,0.5,0.255951455205554,0.0,0.00138267076346178,0.255951455205554,0.0,0.00243968240333337,0.0,0.0263796852329454,0.255951455205554,0.0,0.021924330566754,0.5,0.255951455205554,0.0,0.0272177693373558,0.255951455205554,0.0,0.0142462873791148,0.255951455205554,0.0,0.00980752352103149,0.255951455205554,0.0,0.00277144570376345,0.0,0.0304992149084477 -5258,0.255951455205554,0.0,0.000765136608060998,0.255951455205554,0.0,0.0047757502871299,0.255951455205554,0.0,0.00735352700523165,0.255951455205554,0.0,0.00395294599890182,0.255951455205554,0.0,0.0154117116991084,0.255951455205554,0.0,0.00852088853491086,0.5,0.255951455205554,0.0,0.00141884450377593,0.5,0.255951455205554,0.0,0.0126349142870443,0.5,0.255951455205554,0.0,0.00141047179218089,0.255951455205554,0.0,0.00393711627231809,0.0,0.0261011345944303,0.255951455205554,0.0,0.0220579071728889,0.5,0.255951455205554,0.0,0.030788998906121,0.255951455205554,0.0,0.0135756966119877,0.255951455205554,0.0,0.0102504305483157,0.255951455205554,0.0,0.00297290997606689,0.0,0.0212946641822663 -5259,0.255951455205554,0.0,0.00101037871616493,0.255951455205554,0.0,0.00658250723108306,0.255951455205554,0.0,0.00701305369993424,0.255951455205554,0.0,0.0048140325763149,0.255951455205554,0.0,0.0134403840857715,0.255951455205554,0.0,0.00858327800293749,0.5,0.255951455205554,0.0,0.00166322303964743,0.5,0.255951455205554,0.0,0.0117235814623866,0.5,0.255951455205554,0.0,0.00139453021924165,0.255951455205554,0.0,0.00472354104832943,0.0,0.0205807860368751,0.255951455205554,0.0,0.0225116679426375,0.5,0.255951455205554,0.0,0.0335300346615156,0.255951455205554,0.0,0.013225987981872,0.255951455205554,0.0,0.00990529974971456,0.255951455205554,0.0,0.00332796085014951,0.0,0.0156658244552161 -5260,0.255951455205554,0.0,0.00127681017120137,0.255951455205554,0.0,0.00633414223883011,0.255951455205554,0.0,0.00700653147668812,0.255951455205554,0.0,0.0049909620750623,0.255951455205554,0.0,0.0115341603340764,0.255951455205554,0.0,0.00782960685876783,0.5,0.255951455205554,0.0,0.00209463851616488,0.5,0.255951455205554,0.0,0.0121076020670972,0.5,0.255951455205554,0.0,0.00129576445399786,0.255951455205554,0.0,0.00453935712163375,0.0,0.0173959984392233,0.255951455205554,0.0,0.0232431407644764,0.5,0.255951455205554,0.0,0.0369561707188512,0.255951455205554,0.0,0.0122094519460845,0.255951455205554,0.0,0.00780386703049302,0.255951455205554,0.0,0.00333538516937052,0.0,0.0117563185478395 -5261,0.255951455205554,0.0,0.00160715581542605,0.255951455205554,0.0,0.00646310946796639,0.255951455205554,0.0,0.00655146281000879,0.255951455205554,0.0,0.00311561781174366,0.255951455205554,0.0,0.01187010287618,0.255951455205554,0.0,0.00761967082580577,0.5,0.255951455205554,0.0,0.0032547810650106,0.5,0.255951455205554,0.0,0.0137021602251799,0.5,0.255951455205554,0.0,0.0015897987230221,0.255951455205554,0.0,0.00439812212116242,0.0,0.0192854578443129,0.255951455205554,0.0,0.0220061258914176,0.5,0.255951455205554,0.0,0.0378777889328729,0.255951455205554,0.0,0.0105109080129373,0.255951455205554,0.0,0.00555192888692687,0.255951455205554,0.0,0.00304575891674732,0.0,0.00959892326718155 -5262,0.255951455205554,0.0126186989748179,0.00216213398995843,0.255951455205554,0.00473760871249416,0.0065008777080817,0.255951455205554,0.00282432308243676,0.00572702725577753,0.255951455205554,0.000349525308243856,0.00141759752399831,0.255951455205554,0.00148342789007354,0.011874346044957,0.255951455205554,0.00307960903269046,0.00759336991855845,0.5,0.255951455205554,0.00104108925609098,0.00431398228166156,0.5,0.255951455205554,0.00318305951376679,0.014718536469761,0.5,0.255951455205554,0.00548545780408955,0.00184819248613498,0.255951455205554,0.000564287934876298,0.0057320077612077,0.00388732977095749,0.0169620101366688,0.255951455205554,0.016791821025869,0.0200033718534017,0.5,0.255951455205554,0.0155413608871127,0.0371634623143558,0.255951455205554,0.0173550071165571,0.00858973110334592,0.255951455205554,0.0158172543854728,0.00537918231877183,0.255951455205554,0.0134050785993745,0.00266581132767248,0.0189065480489688,0.0091814556117984 -5263,0.255951455205554,0.0646946460041448,0.00215161752167796,0.255951455205554,0.0190232560130458,0.00711746776913452,0.255951455205554,0.0304956354980869,0.00566705149914029,0.255951455205554,0.00375665551826136,0.000637420490576229,0.255951455205554,0.0309509627677587,0.0137423975281171,0.255951455205554,0.0547521412466131,0.00828698527448644,0.5,0.255951455205554,0.0307636999472879,0.00492567204851431,0.5,0.255951455205554,0.0712581451847475,0.0103811960040487,0.5,0.255951455205554,0.0658188511547817,0.00199409149937808,0.255951455205554,0.03612040127096,0.00815286130359725,0.025249447718147,0.0204035644345112,0.255951455205554,0.0787031168840717,0.0329821729653666,0.5,0.255951455205554,0.0744824887460597,0.0545806672152457,0.255951455205554,0.0894547638154772,0.013400591619383,0.255951455205554,0.0922143867085815,0.00651935469416922,0.255951455205554,0.0921972507924364,0.00212848707379354,0.0910216790566192,0.00929384904371088 -5264,0.255951455205554,0.128376355177901,0.00300785815520506,0.255951455205554,0.0409760034287577,0.00524125732106996,0.255951455205554,0.0925430757491116,0.00819180280488246,0.255951455205554,0.0338717872800412,0.00222724952106689,0.255951455205554,0.0710338755962157,0.0214049535884432,0.255951455205554,0.142431136934876,0.0124324978883366,0.5,0.255951455205554,0.0882700617194563,0.00785397445816408,0.5,0.255951455205554,0.181727358436417,0.00960185160043226,0.5,0.255951455205554,0.163382107028482,0.00489498341916791,0.255951455205554,0.118469352285093,0.0156915229985376,0.0695488470117245,0.0362845343561731,0.255951455205554,0.170368139054405,0.0563912973400774,0.5,0.255951455205554,0.168451743512032,0.0858376496505498,0.255951455205554,0.199519509424688,0.0331595628067627,0.255951455205554,0.210338520203786,0.00763475606638003,0.255951455205554,0.210466699647431,0.00275503310306186,0.197314165655074,0.0103466369996234 -5265,0.255951455205554,0.1947575593538,0.00401580842478111,0.255951455205554,0.0936515601854592,0.00765991807568972,0.255951455205554,0.177573999733223,0.0138050140457719,0.255951455205554,0.0583928899856345,0.00929746917703664,0.255951455205554,0.107232735008323,0.0341499932140364,0.255951455205554,0.237724116945066,0.0341727661982395,0.5,0.255951455205554,0.16127740757016,0.0192351387786574,0.5,0.255951455205554,0.312132464083246,0.0271521544829261,0.5,0.255951455205554,0.28315732429634,0.0150473403592583,0.255951455205554,0.204316805170775,0.0301491361955044,0.127113751218803,0.0309898518534389,0.255951455205554,0.262533114910007,0.0628441570539363,0.5,0.255951455205554,0.258280704934655,0.0918477450279871,0.255951455205554,0.312817052232998,0.0464049585945758,0.255951455205554,0.337597097716931,0.0048800469783311,0.255951455205554,0.339799889114019,0.00308518847359964,0.289225215946704,0.0104039341363662 -5266,0.255951455205554,0.268482962147085,0.00674389037555298,0.255951455205554,0.162859386293701,0.00834452251122456,0.255951455205554,0.254794276044835,0.0213689116787456,0.255951455205554,0.0782358202877247,0.0353808213550153,0.255951455205554,0.141535425982133,0.0568157846564413,0.255951455205554,0.325856866533978,0.0732105504976047,0.5,0.255951455205554,0.243115847365254,0.0598375888553431,0.5,0.255951455205554,0.452106292414537,0.0484652452916631,0.5,0.255951455205554,0.422721515291665,0.0208336713422341,0.255951455205554,0.240289827891343,0.0560036898954244,0.220926633818265,0.0205131945375432,0.255951455205554,0.352944009834196,0.05448476570111,0.5,0.255951455205554,0.372185858984315,0.0885799830495974,0.255951455205554,0.406896499135132,0.0460032270459924,0.255951455205554,0.468061453000071,0.00285638887687005,0.255951455205554,0.467248101363367,0.00356073225964858,0.37044899519233,0.00965059588143857 -5267,0.255951455205554,0.321866210887294,0.0114859388777774,0.255951455205554,0.219967159004212,0.0188772074279978,0.255951455205554,0.313005176408688,0.0321954011680625,0.255951455205554,0.342970044062214,0.0744701725215859,0.255951455205554,0.162123811035955,0.0833613244871507,0.255951455205554,0.396686241048458,0.105886690806407,0.5,0.255951455205554,0.308056578062195,0.0975488471682094,0.5,0.255951455205554,0.562856085837415,0.0528855704160942,0.5,0.255951455205554,0.552705366085157,0.0216392675296603,0.255951455205554,0.277129033067236,0.0735992794865538,0.426570839509081,0.0200968930194527,0.255951455205554,0.436052507536997,0.042954853689011,0.5,0.255951455205554,0.485211939356252,0.0831604545906935,0.255951455205554,0.476457201227908,0.0321380465628356,0.255951455205554,0.574214594125021,0.00210021420622071,0.255951455205554,0.567074428283623,0.00316543795558132,0.415056376643783,0.00931767948866074 -5268,0.255951455205554,0.371340294457752,0.0186163593466812,0.255951455205554,0.185286240668073,0.0141312735388898,0.255951455205554,0.39893537625756,0.047259841958967,0.255951455205554,0.503890518417445,0.0808673674523228,0.255951455205554,0.193850898329782,0.0982700337498037,0.255951455205554,0.379736773456469,0.11046622733107,0.5,0.255951455205554,0.314925097094571,0.113247745941539,0.5,0.255951455205554,0.630587535478156,0.0479327087669575,0.5,0.255951455205554,0.622978734677363,0.0224680283602037,0.255951455205554,0.273070628523789,0.0751189774872951,0.504852719441616,0.0141753539362996,0.255951455205554,0.493430207901741,0.0349256146714663,0.5,0.255951455205554,0.485843513216402,0.0788818566917505,0.255951455205554,0.499808341350367,0.0229670989283288,0.255951455205554,0.62819336832305,0.00241021547000967,0.255951455205554,0.623887753866731,0.00454370604186521,0.39298214274381,0.0143153328203934 -5269,0.255951455205554,0.375277996876868,0.0227024775744973,0.255951455205554,0.122064042008758,0.0033074679033371,0.255951455205554,0.451181516751767,0.0603170552790233,0.255951455205554,0.453004825123319,0.106716027346357,0.255951455205554,0.252384975181764,0.112261343587124,0.255951455205554,0.454424696346888,0.111127298757777,0.5,0.255951455205554,0.399988117692749,0.141115849476661,0.5,0.255951455205554,0.668459635229379,0.0379784556283141,0.5,0.255951455205554,0.65479254555479,0.0215466499254941,0.255951455205554,0.511099612384776,0.11669272060328,0.600248025770467,0.00948589404108221,0.255951455205554,0.465305180268813,0.0274910319312702,0.5,0.255951455205554,0.462111640399291,0.0786102174727956,0.255951455205554,0.533539249636799,0.0192619422376096,0.255951455205554,0.630382348185033,0.00345315931594298,0.255951455205554,0.65436520251598,0.0086110199437061,0.44888905452773,0.0289939234846312 -5270,0.255951455205554,0.483816671356407,0.0227002595264391,0.255951455205554,0.260638444844751,0.00434305503556809,0.255951455205554,0.47904010195827,0.0678910326040741,0.255951455205554,0.525236019024649,0.129301349754279,0.255951455205554,0.3565046825009,0.152144652715769,0.255951455205554,0.502787013615163,0.110916559443147,0.5,0.255951455205554,0.454146374746774,0.172882717242274,0.5,0.255951455205554,0.655467485782155,0.0332078548488852,0.5,0.255951455205554,0.644681277693378,0.0192211990636253,0.255951455205554,0.487526809953869,0.160934086258117,0.462995500342985,0.0086587616682717,0.255951455205554,0.399752231060289,0.0203274838498379,0.5,0.255951455205554,0.430760475620623,0.0631395144678757,0.255951455205554,0.543435369327942,0.0133341008005704,0.255951455205554,0.604464047361358,0.00475160659620075,0.255951455205554,0.640745474370987,0.012671758253829,0.480310830128807,0.059859930674201 -5271,0.255951455205554,0.534678576957616,0.0199114967588339,0.255951455205554,0.53860597975317,0.0113672083397937,0.255951455205554,0.415018401797852,0.0765655244693382,0.255951455205554,0.396573060390737,0.146253530830979,0.255951455205554,0.393229196688081,0.173362802527953,0.255951455205554,0.490444031037335,0.101214944858935,0.5,0.255951455205554,0.443956510906486,0.164637902240241,0.5,0.255951455205554,0.591924411575338,0.0349754445572592,0.5,0.255951455205554,0.588654844073147,0.0206882737622666,0.255951455205554,0.417674470891476,0.156661240352498,0.268064526450344,0.00561520906111333,0.255951455205554,0.315521386873668,0.0160146587152704,0.5,0.255951455205554,0.367496616082345,0.0442273357471904,0.255951455205554,0.50269867590042,0.00831166995070821,0.255951455205554,0.544602957378379,0.00547759341138212,0.255951455205554,0.567004314040796,0.02155730881213,0.482462778082931,0.0611491874678348 -5272,0.255951455205554,0.450845412940016,0.0163619410901625,0.255951455205554,0.482653388801247,0.0223213657886698,0.255951455205554,0.30785377029295,0.0934536748945163,0.255951455205554,0.22765354749528,0.152712736739276,0.255951455205554,0.269517664124525,0.154605231910734,0.255951455205554,0.423175988586444,0.0986257725243292,0.5,0.255951455205554,0.345950079137935,0.130704351888461,0.5,0.255951455205554,0.491751352566395,0.0375464489297557,0.5,0.255951455205554,0.485813570854909,0.0248538513194161,0.255951455205554,0.209798675691597,0.0776816457991933,0.122971671127261,0.0048550605487372,0.255951455205554,0.270125580363539,0.0128936148368471,0.5,0.255951455205554,0.29959023722845,0.0293228659167268,0.255951455205554,0.416741777896343,0.00739244699859261,0.255951455205554,0.448122516074473,0.0116435392214912,0.255951455205554,0.461773699379106,0.0396534338396098,0.470388818707541,0.0676309384349992 -5273,0.255951455205554,0.328651737641612,0.0215485312081448,0.255951455205554,0.350679072510195,0.0395880049973765,0.255951455205554,0.219413712723509,0.113921832053692,0.255951455205554,0.195858547321632,0.154377998118602,0.255951455205554,0.173420549039966,0.132069294847068,0.255951455205554,0.325213377426849,0.111669620386082,0.5,0.255951455205554,0.189529303990803,0.0675001055700132,0.5,0.255951455205554,0.363494192780147,0.0424671028164296,0.5,0.255951455205554,0.350698883558706,0.0304791990573161,0.255951455205554,0.127060772845037,0.0331033414047838,0.141000339038356,0.00463710458244258,0.255951455205554,0.20706584257424,0.00892688260653759,0.5,0.255951455205554,0.231610613223784,0.0212438717580798,0.255951455205554,0.298216344853454,0.0115833383898948,0.255951455205554,0.326588837590929,0.024589405618282,0.255951455205554,0.342653802265359,0.0569464820399687,0.346697312986281,0.0987276758329693 -5274,0.255951455205554,0.204326316192645,0.0374838742863741,0.255951455205554,0.213874925818324,0.0430753245619242,0.255951455205554,0.162149910369144,0.116877260093266,0.255951455205554,0.0961030741151907,0.115705099511751,0.255951455205554,0.0931658503639848,0.0749853351036642,0.255951455205554,0.21021101812065,0.0624676042100186,0.5,0.255951455205554,0.0849392804736286,0.0251027264408346,0.5,0.255951455205554,0.227258801987205,0.0270544669692996,0.5,0.255951455205554,0.213478172007946,0.0277108018989181,0.255951455205554,0.0704160494028156,0.00869446987484479,0.187840882105644,0.00443140483951198,0.255951455205554,0.141167342551656,0.0100551783845378,0.5,0.255951455205554,0.156380644288072,0.0204359054035477,0.255951455205554,0.180389743438859,0.021825803733216,0.255951455205554,0.205659508472021,0.0392973024127609,0.255951455205554,0.214754400611404,0.0624071417917575,0.206429527877804,0.141961903301321 -5275,0.255951455205554,0.0737351023809483,0.0478969579725962,0.255951455205554,0.0656285241430449,0.0306860092575633,0.255951455205554,0.0612805839297735,0.0668713040427592,0.255951455205554,0.0626549030862338,0.0744955315476877,0.255951455205554,0.0270223650974589,0.0338341388217513,0.255951455205554,0.0551978287568283,0.03102816339879,0.5,0.255951455205554,0.0296182144535005,0.0128742038104706,0.5,0.255951455205554,0.0538286326655919,0.0202419518615832,0.5,0.255951455205554,0.044924676541519,0.0170187323293286,0.255951455205554,0.016053440649024,0.000960242566967785,0.0481164092425882,0.00452055871117025,0.255951455205554,0.0421799046850119,0.0110126089019521,0.5,0.255951455205554,0.0514570002634111,0.0198078236190579,0.255951455205554,0.0388475485152476,0.0204109799731203,0.255951455205554,0.047412165793851,0.0291421658565823,0.255951455205554,0.0474113243328103,0.0375639058868605,0.0789790736509021,0.192955839370356 -5276,0.255951455205554,0.0,0.0539234308016765,0.255951455205554,0.0,0.0465615079710239,0.255951455205554,0.0,0.0454333130268831,0.255951455205554,0.0,0.0487351395766156,0.255951455205554,1.34660893489721e-06,0.0314808001166354,0.255951455205554,0.0,0.0331257885998268,0.5,0.255951455205554,0.000262314162034106,0.0112883364969155,0.5,0.255951455205554,0.0,0.0278941870104536,0.5,0.255951455205554,0.0,0.0222496018782796,0.255951455205554,0.000460480562361051,0.00086330841710296,0.0,0.00492203789181333,0.255951455205554,0.0,0.0162758331406554,0.5,0.255951455205554,0.0,0.0234196226220831,0.255951455205554,0.0,0.0237753213267548,0.255951455205554,0.0,0.0386430002055128,0.255951455205554,0.0,0.0531883665994729,0.0,0.20109621074989 -5277,0.255951455205554,0.0,0.0974978482728005,0.255951455205554,0.0,0.0675661663906667,0.255951455205554,0.0,0.053788867643206,0.255951455205554,0.0,0.0540226769586864,0.255951455205554,0.0,0.0333157775256138,0.255951455205554,0.0,0.0373226570693757,0.5,0.255951455205554,0.0,0.0112374322397959,0.5,0.255951455205554,0.0,0.0375303626475748,0.5,0.255951455205554,0.0,0.0276384501583161,0.255951455205554,0.0,0.00268224608163034,0.0,0.00411733175784682,0.255951455205554,0.0,0.0217577804578348,0.5,0.255951455205554,0.0,0.0326560215847612,0.255951455205554,0.0,0.019182489876049,0.255951455205554,0.0,0.0530854000470963,0.255951455205554,0.0,0.057659780732287,0.0,0.175888704133484 -5278,0.255951455205554,0.0,0.176781868652094,0.255951455205554,0.0,0.101785484844694,0.255951455205554,0.0,0.0654033878519867,0.255951455205554,0.0,0.0652819958933856,0.255951455205554,0.0,0.0361746105789751,0.255951455205554,0.0,0.0414528669430897,0.5,0.255951455205554,0.0,0.0135493346678799,0.5,0.255951455205554,0.0,0.0461218237557212,0.5,0.255951455205554,0.0,0.0320706829652048,0.255951455205554,0.0,0.0080947022141112,0.0,0.00267666229289169,0.255951455205554,0.0,0.0238635358494497,0.5,0.255951455205554,0.0,0.0349071170965842,0.255951455205554,0.0,0.0173586430689676,0.255951455205554,0.0,0.0648827882744643,0.255951455205554,0.0,0.0544749653096436,0.0,0.176615668730519 -5279,0.255951455205554,0.0,0.237022127142013,0.255951455205554,0.0,0.129745186587028,0.255951455205554,0.0,0.0886557683310756,0.255951455205554,0.0,0.101906570506681,0.255951455205554,0.0,0.0410205468355793,0.255951455205554,0.0,0.0451022154904258,0.5,0.255951455205554,0.0,0.0202079495108699,0.5,0.255951455205554,0.0,0.0556183656250476,0.5,0.255951455205554,0.0,0.0382733346250335,0.255951455205554,0.0,0.0135267685595126,0.0,0.00421451742615393,0.255951455205554,0.0,0.0222094734644834,0.5,0.255951455205554,0.0,0.037654847037006,0.255951455205554,0.0,0.0209187984233792,0.255951455205554,0.0,0.0684931623190365,0.255951455205554,0.0,0.0480318203404706,0.0,0.210826026806857 -5280,0.255951455205554,0.0,0.269274662184961,0.255951455205554,0.0,0.155871301411461,0.255951455205554,0.0,0.123875651524526,0.255951455205554,0.0,0.1617301196878,0.255951455205554,0.0,0.0518571429089398,0.255951455205554,0.0,0.0481294684898371,0.5,0.255951455205554,0.0,0.0240189972926421,0.5,0.255951455205554,0.0,0.0651315629471883,0.5,0.255951455205554,0.0,0.0438995279659959,0.255951455205554,0.0,0.019296796040293,0.0,0.00351206655584722,0.255951455205554,0.0,0.0206292477376817,0.5,0.255951455205554,0.0,0.0397731735337523,0.255951455205554,0.0,0.0253509620026512,0.255951455205554,0.0,0.0671717867966625,0.255951455205554,0.0,0.0443377762450343,0.0,0.312793683878942 -5281,0.255951455205554,0.0,0.325334725916745,0.255951455205554,0.0,0.189293850179302,0.255951455205554,0.0,0.165931139368589,0.255951455205554,0.0,0.229101291913779,0.255951455205554,0.0,0.0750068132761356,0.255951455205554,0.0,0.063534709989579,0.5,0.255951455205554,0.0,0.0339889074284654,0.5,0.255951455205554,0.0,0.0677660948864375,0.5,0.255951455205554,0.0,0.0464073586718844,0.255951455205554,0.0,0.0286978645508213,0.0,0.003037612790558,0.255951455205554,0.0,0.0212110770966786,0.5,0.255951455205554,0.0,0.0422201813867639,0.255951455205554,0.0,0.0310260798559738,0.255951455205554,0.0,0.0676823957025391,0.255951455205554,0.0,0.0416065931238702,0.0,0.654459885056644 -5282,0.255951455205554,0.0,0.400827977148525,0.255951455205554,0.0,0.232074190950333,0.255951455205554,0.0,0.207360204470032,0.255951455205554,0.0,0.288384653207603,0.255951455205554,0.0,0.100125821596706,0.255951455205554,0.0,0.0885149732555154,0.5,0.255951455205554,0.0,0.0472151699281857,0.5,0.255951455205554,0.0,0.0706444619530939,0.5,0.255951455205554,0.0,0.0476822668457517,0.255951455205554,0.0,0.047696014741011,0.0,0.0055518301551645,0.255951455205554,0.0,0.0233295881883573,0.5,0.255951455205554,0.0,0.0446392148789293,0.255951455205554,0.0,0.0362381158399854,0.255951455205554,0.0,0.0732178547881835,0.255951455205554,0.0,0.0416187502684639,0.0,0.832377593540523 -5283,0.255951455205554,0.0,0.439564566983876,0.255951455205554,0.0,0.288493053176508,0.255951455205554,0.0,0.219712538879774,0.255951455205554,0.0,0.243090660161638,0.255951455205554,0.0,0.127788166560604,0.255951455205554,0.0,0.10730923152176,0.5,0.255951455205554,0.0,0.090252536728681,0.5,0.255951455205554,0.0,0.0755519605405445,0.5,0.255951455205554,0.0,0.0468270351455468,0.255951455205554,0.0,0.0923594183171871,0.0,0.00876434230521407,0.255951455205554,0.0,0.0282449552508716,0.5,0.255951455205554,0.0,0.0484489551373072,0.255951455205554,0.0,0.0425696204106871,0.255951455205554,0.0,0.0779295642799546,0.255951455205554,0.0,0.0497798651400295,0.0,0.822367088459496 -5284,0.255951455205554,0.0,0.419422765759186,0.255951455205554,0.0,0.336976824423215,0.255951455205554,0.0,0.219905734644858,0.255951455205554,0.0,0.231296770101977,0.255951455205554,0.0,0.202710368874483,0.255951455205554,0.0,0.110262970876127,0.5,0.255951455205554,0.0,0.165492976483102,0.5,0.255951455205554,0.0,0.082864521871906,0.5,0.255951455205554,0.0,0.053008521770071,0.255951455205554,0.0,0.254670098103388,0.0,0.0144962903606431,0.255951455205554,0.0,0.0343599207154581,0.5,0.255951455205554,0.0,0.0520919564600691,0.255951455205554,0.0,0.0475153826765657,0.255951455205554,0.0,0.0833851134827667,0.255951455205554,0.0,0.0643958500629774,0.0,0.712289924770356 -5285,0.255951455205554,0.0,0.376472504722562,0.255951455205554,0.0,0.402595060538165,0.255951455205554,0.0,0.255701591760446,0.255951455205554,0.0,0.325864897216239,0.255951455205554,0.0,0.250116598202006,0.255951455205554,0.0,0.120511137732746,0.5,0.255951455205554,0.0,0.334197610770988,0.5,0.255951455205554,0.0,0.076996923074935,0.5,0.255951455205554,0.0,0.0615465584509674,0.255951455205554,0.0,0.389158854430571,0.0,0.0234982963201662,0.255951455205554,0.0,0.0425658453193449,0.5,0.255951455205554,0.0,0.0574404184512549,0.255951455205554,0.0,0.0587953142859831,0.255951455205554,0.0,0.0941857641547868,0.255951455205554,0.0,0.0768935728382247,0.0,0.552370948984717 -5286,0.255951455205554,0.0010018235729533,0.418399125425789,0.255951455205554,0.00290993412651846,0.444626580350687,0.255951455205554,0.00353111497537948,0.291348710346864,0.255951455205554,0.00348155649473654,0.409429334551957,0.255951455205554,0.00130377617851398,0.3218016605075,0.255951455205554,0.00315810702172331,0.139729172093149,0.5,0.255951455205554,0.00014901018716393,0.459018308021238,0.5,0.255951455205554,0.00157159185770877,0.0643121854213518,0.5,0.255951455205554,0.00811731840746099,0.0586155491187117,0.255951455205554,5.47453144059831e-05,0.544268437811008,0.0269783501669799,0.0305889718383039,0.255951455205554,0.0265748608163082,0.0475217292489113,0.5,0.255951455205554,0.0242659619698138,0.0650044866156358,0.255951455205554,0.021794755837937,0.057333518200279,0.255951455205554,0.0147330642402932,0.100038616272213,0.255951455205554,0.0110824500586216,0.0757088169765389,0.00129408862885646,0.516005066365623 -5287,0.255951455205554,0.0128486483647517,0.560678542025456,0.255951455205554,0.0436254519288898,0.650859868401272,0.255951455205554,0.0384604677274456,0.413429916056921,0.255951455205554,0.0532097165862504,0.559721021232455,0.255951455205554,0.0161843498016826,0.491198148862786,0.255951455205554,0.0397090633811633,0.213019042169009,0.5,0.255951455205554,0.0171378168816278,0.587543366428012,0.5,0.255951455205554,0.0280630414884354,0.0776495013195271,0.5,0.255951455205554,0.0818032678844098,0.060051352068565,0.255951455205554,0.00780362061551454,0.769687139481057,0.108012475677568,0.0285132402514267,0.255951455205554,0.105731487437937,0.0653555791593565,0.5,0.255951455205554,0.0930551449487226,0.10038290138842,0.255951455205554,0.103405362299617,0.048724227836738,0.255951455205554,0.0899015353557358,0.126012321421844,0.255951455205554,0.0879360492292534,0.0824293584925984,0.00595583604761052,0.532681365886033 -5288,0.255951455205554,0.0372528854369275,0.743723239649581,0.255951455205554,0.0748712522977041,0.725403847626934,0.255951455205554,0.069076249068828,0.555603267805845,0.255951455205554,0.0905019961009359,0.60438068270011,0.255951455205554,0.0219736570092674,0.621789307826337,0.255951455205554,0.0665099914318012,0.354702946825643,0.5,0.255951455205554,0.0770123101633039,0.789896138424537,0.5,0.255951455205554,0.0879785607792878,0.125831120687487,0.5,0.255951455205554,0.172271025771101,0.121336085360574,0.255951455205554,0.00825918871853869,0.903124707708163,0.22580634033751,0.0565045020392395,0.255951455205554,0.219449886816796,0.127991047837519,0.5,0.255951455205554,0.195078949270632,0.201432236050206,0.255951455205554,0.224744936742894,0.0753191468589273,0.255951455205554,0.203081128887521,0.220423836773791,0.255951455205554,0.192200088079773,0.215838352938547,0.0406193817407447,0.687319172004984 -5289,0.255951455205554,0.108917248328359,0.806333488163002,0.255951455205554,0.169137053814854,0.680194245326399,0.255951455205554,0.0767802483165508,0.637179468135981,0.255951455205554,0.0697069191042234,0.745172670674986,0.255951455205554,0.0285502149213632,0.738161035137372,0.255951455205554,0.120445042061676,0.494185389111947,0.5,0.255951455205554,0.103791570330131,0.901367305183017,0.5,0.255951455205554,0.210326676679125,0.239658248834436,0.5,0.255951455205554,0.251698626093886,0.148475004187578,0.255951455205554,0.0254240474435502,0.911788404315955,0.319392941977588,0.148428481144433,0.255951455205554,0.344205242397239,0.211382041586387,0.5,0.255951455205554,0.302551071014109,0.32557316640723,0.255951455205554,0.355481039847089,0.150619220296495,0.255951455205554,0.322335466855912,0.318155196516731,0.255951455205554,0.239947582150079,0.379984080002279,0.0383032092660769,0.909515623335182 -5290,0.255951455205554,0.157899379334558,0.829944994799257,0.255951455205554,0.162863770639774,0.577456221870017,0.255951455205554,0.0724530243020211,0.714280692643966,0.255951455205554,0.00956921771610118,0.61400573693427,0.255951455205554,0.0729460491881581,0.85403998818919,0.255951455205554,0.158878833738027,0.797564940943439,0.5,0.255951455205554,0.0949376829599321,0.860067049688327,0.5,0.255951455205554,0.305677989649716,0.603885692131214,0.5,0.255951455205554,0.342578133680318,0.278249287672262,0.255951455205554,0.0307428590554376,0.853398322150813,0.454450248133302,0.199611684166756,0.255951455205554,0.470902298181877,0.271115543581148,0.5,0.255951455205554,0.40868062414393,0.47625037949155,0.255951455205554,0.477138142836057,0.222870522751312,0.255951455205554,0.387653210191774,0.439495032942422,0.255951455205554,0.192848318822707,0.431797390023542,0.155667480643711,0.937929193724894 -5291,0.255951455205554,0.1255828964125,0.828401221188961,0.255951455205554,0.19865910491112,0.793997827448615,0.255951455205554,0.088173332025684,0.770518932423202,0.255951455205554,0.0043580443136937,0.744752209248824,0.255951455205554,0.208473571864529,0.941981461619042,0.255951455205554,0.173054502405067,0.895188591055751,0.5,0.255951455205554,0.115418562175493,0.81316003427676,0.5,0.255951455205554,0.251734846814684,0.734100724935752,0.5,0.255951455205554,0.423521482835652,0.47280371955218,0.255951455205554,0.134882860872785,0.841002966939694,0.577833651852312,0.218490903716268,0.255951455205554,0.559657910432657,0.299322956474304,0.5,0.255951455205554,0.473903142849195,0.542376965411645,0.255951455205554,0.506010988889144,0.300562482454383,0.255951455205554,0.319493790734441,0.492675727920271,0.255951455205554,0.190427418191823,0.577269910972655,0.126134844369642,0.923698519807846 -5292,0.255951455205554,0.110128670526861,0.833383902522392,0.255951455205554,0.033050402322366,0.661368071631617,0.255951455205554,0.194439742900465,0.852880581566892,0.255951455205554,0.0765851003977983,0.971480875616566,0.255951455205554,0.264338676290004,0.930364888250421,0.255951455205554,0.105225464753693,0.788741443263661,0.5,0.255951455205554,0.256902612379186,0.787284315895474,0.5,0.255951455205554,0.21144129209941,0.707812202019906,0.5,0.255951455205554,0.447170369192267,0.598219864012363,0.255951455205554,0.337974564378269,0.837949272542907,0.617318278129382,0.267551907403895,0.255951455205554,0.615566973011508,0.355682701579806,0.5,0.255951455205554,0.518938161791442,0.596796228719879,0.255951455205554,0.422577238154844,0.379292831238428,0.255951455205554,0.200187005257419,0.415828018587563,0.255951455205554,0.294861960657324,0.715663236086028,0.128696819065282,0.930620924143349 -5293,0.255951455205554,0.0264096624260575,0.890663774748812,0.255951455205554,0.0268474059272145,0.797493055040909,0.255951455205554,0.240914914444775,0.933410045746658,0.255951455205554,0.122176864950458,0.965418512886902,0.255951455205554,0.271563308132074,0.894303237186949,0.255951455205554,0.163563901356615,0.645920704403189,0.5,0.255951455205554,0.393941925112095,0.770123356789247,0.5,0.255951455205554,0.242877961566679,0.649278304493397,0.5,0.255951455205554,0.421757549583482,0.685139427083701,0.255951455205554,0.237084398066735,0.756017483454429,0.624557036887744,0.316404563649447,0.255951455205554,0.549920388075016,0.410127934132483,0.5,0.255951455205554,0.47123482707984,0.611807674283569,0.255951455205554,0.378886533144662,0.313829308081235,0.255951455205554,0.234172757076548,0.43904521559447,0.255951455205554,0.336825560116641,0.833771308311031,0.0550082553120415,0.948088437993419 -5294,0.255951455205554,0.0400015843827845,0.963994527248814,0.255951455205554,0.114056572810695,1.00711686671625,0.255951455205554,0.200545234378601,0.944763187400159,0.255951455205554,0.383763757831936,0.999241212093557,0.255951455205554,0.26185642955512,0.811951141418301,0.255951455205554,0.271105639074703,0.574368991381509,0.5,0.255951455205554,0.400775837901769,0.631555338972927,0.5,0.255951455205554,0.302760149104236,0.579881578869452,0.5,0.255951455205554,0.37369752016202,0.584461798482337,0.255951455205554,0.224233208613518,0.494354805253679,0.455513173440583,0.371432956248164,0.255951455205554,0.473151749745508,0.47078919865113,0.5,0.255951455205554,0.364060758163213,0.638974324426379,0.255951455205554,0.430974873603851,0.361486479183474,0.255951455205554,0.2923743172128,0.676435272988578,0.255951455205554,0.214233964785778,0.793286332469589,0.00388289631431118,0.942251308018512 -5295,0.255951455205554,0.145526543246787,0.973433138988236,0.255951455205554,0.107960789459149,0.858311866611744,0.255951455205554,0.196005237288179,0.903138626250697,0.255951455205554,0.19691317493378,0.974178885800684,0.255951455205554,0.223901373288889,0.664792721155188,0.255951455205554,0.298665095241088,0.405819900216362,0.5,0.255951455205554,0.41010887696789,0.443044630207948,0.5,0.255951455205554,0.321488953849256,0.421327024303248,0.5,0.255951455205554,0.311539968325769,0.550554966497473,0.255951455205554,0.261071441630522,0.32550687554471,0.396136484278792,0.578627748418866,0.255951455205554,0.382814967290176,0.475508900713088,0.5,0.255951455205554,0.270205498305519,0.629647290141925,0.255951455205554,0.411465057188663,0.477522032835022,0.255951455205554,0.1354704479847,0.765174776632578,0.255951455205554,0.201091838931591,0.735941871367823,0.0998503385844588,0.955953739556385 -5296,0.255951455205554,0.111946320146711,0.978618794564386,0.255951455205554,0.242921554958417,0.94001663626274,0.255951455205554,0.15491743124863,0.829809331025551,0.255951455205554,0.141036867380096,0.896936860257911,0.255951455205554,0.193142108195534,0.505503718391662,0.255951455205554,0.263684068331565,0.246800386622204,0.5,0.255951455205554,0.388288460114964,0.317256441058193,0.5,0.255951455205554,0.283579485965855,0.227425714683113,0.5,0.255951455205554,0.264012986391415,0.349899936879935,0.255951455205554,0.186457565632123,0.21040211639576,0.149490971456524,0.493849153419047,0.255951455205554,0.304478688421059,0.534072788065642,0.5,0.255951455205554,0.175749356791638,0.651423787730715,0.255951455205554,0.252360473189927,0.523270653782445,0.255951455205554,0.12608436418799,0.736750125990351,0.255951455205554,0.143176913737233,0.578127475501615,0.148836342429611,0.927214244418256 -5297,0.255951455205554,0.0574901839434236,0.965495072262328,0.255951455205554,0.0621509438482352,0.85712318430629,0.255951455205554,0.104387636780144,0.692737795889392,0.255951455205554,0.0819859513543341,0.743465021467237,0.255951455205554,0.144282074016133,0.363365321241977,0.255951455205554,0.194533220870896,0.156330717295517,0.5,0.255951455205554,0.290133967567812,0.203075540451789,0.5,0.255951455205554,0.249762611373458,0.119713569023589,0.5,0.255951455205554,0.174806464695509,0.182494518102046,0.255951455205554,0.141392161630126,0.158273309471995,0.24633642125491,0.330376966586609,0.255951455205554,0.18247273995494,0.518976925147462,0.5,0.255951455205554,0.118713746969084,0.664262267853857,0.255951455205554,0.15623356294152,0.531544043342508,0.255951455205554,0.15302933148626,0.625507487369973,0.255951455205554,0.107134097571902,0.382717720417899,0.0465110852366996,0.88912265632529 -5298,0.255951455205554,0.0183386232392881,0.884868042308145,0.255951455205554,0.0344149566908611,0.637051206874375,0.255951455205554,0.058604891544505,0.538493087242875,0.255951455205554,0.0450974552626899,0.543711400028859,0.255951455205554,0.0939002680838804,0.214786162193532,0.255951455205554,0.124747245754932,0.0663812452465232,0.5,0.255951455205554,0.191104276827341,0.128495471084703,0.5,0.255951455205554,0.167749372000037,0.0549946946164648,0.5,0.255951455205554,0.108302775537174,0.0924338756345978,0.255951455205554,0.0740789669775622,0.0930381000491058,0.0915393226051778,0.406594998161156,0.255951455205554,0.115174581461004,0.477408096971418,0.5,0.255951455205554,0.0952981770574097,0.645601088884261,0.255951455205554,0.0941762853897471,0.407038438035799,0.255951455205554,0.116299945588298,0.501494602002323,0.255951455205554,0.0719501990131226,0.246158647038717,0.0124171292232322,0.787824342444605 -5299,0.255951455205554,0.00556212389511613,0.66336218284026,0.255951455205554,0.0103817132218568,0.491852418596834,0.255951455205554,0.0206016968756305,0.382736965824309,0.255951455205554,0.0150434190179407,0.437770524456478,0.255951455205554,0.0450683394592983,0.0922399724440243,0.255951455205554,0.0513732617000356,0.0225006326750748,0.5,0.255951455205554,0.0669148909136504,0.0555139605099175,0.5,0.255951455205554,0.0530211865580037,0.0112847887580953,0.5,0.255951455205554,0.0396341713523942,0.0252481969015242,0.255951455205554,0.0434426624961889,0.0446171819315394,0.0157190418284951,0.37235947596395,0.255951455205554,0.0344570021570011,0.353741090366339,0.5,0.255951455205554,0.0377224000789129,0.532915453307696,0.255951455205554,0.0290612746696679,0.263621459819433,0.255951455205554,0.0374948594465719,0.34405436392493,0.255951455205554,0.0227292374304676,0.12079403832643,0.00335573353619164,0.806667058522145 -5300,0.255951455205554,0.000176814055893943,0.586013598354358,0.255951455205554,0.0,0.366588221396448,0.255951455205554,0.0,0.246275709334875,0.255951455205554,0.0,0.317449380762763,0.255951455205554,8.25128570098963e-05,0.0206330080110615,0.255951455205554,0.0,0.00548902245870533,0.5,0.255951455205554,0.0,0.0217853643800748,0.5,0.255951455205554,3.75757101122825e-06,0.00602800440230089,0.5,0.255951455205554,0.0,0.00782712016612607,0.255951455205554,0.0,0.0209149627591978,0.0,0.195004058809885,0.255951455205554,0.0,0.235771265359364,0.5,0.255951455205554,0.0,0.399755289342243,0.255951455205554,0.0,0.166599323086149,0.255951455205554,0.0,0.155099402512585,0.255951455205554,0.0,0.0352496323686104,0.0,0.746779291595701 -5301,0.255951455205554,0.0,0.541878285434212,0.255951455205554,0.0,0.284959563370478,0.255951455205554,0.0,0.159662167508479,0.255951455205554,0.0,0.210171493594919,0.255951455205554,0.0,0.00910906155871891,0.255951455205554,0.0,0.00526252827791992,0.5,0.255951455205554,0.0,0.0214752042159134,0.5,0.255951455205554,0.0,0.00494630060040391,0.5,0.255951455205554,0.0,0.00371844568373493,0.255951455205554,0.0,0.0125610325588988,0.0,0.112862306763491,0.255951455205554,0.0,0.151618673220746,0.5,0.255951455205554,0.0,0.326848012634688,0.255951455205554,0.0,0.104586763611006,0.255951455205554,0.0,0.0881429965270327,0.255951455205554,0.0,0.0134144249222027,0.0,0.639444321657439 -5302,0.255951455205554,0.0,0.459898955593383,0.255951455205554,0.0,0.211253398282781,0.255951455205554,0.0,0.0854996273458703,0.255951455205554,0.0,0.135335087317635,0.255951455205554,0.0,0.0123429192950099,0.255951455205554,0.0,0.00579706907214988,0.5,0.255951455205554,0.0,0.018882940808655,0.5,0.255951455205554,0.0,0.00966220947985753,0.5,0.255951455205554,0.0,0.00251339280183918,0.255951455205554,0.0,0.00208890850945935,0.0,0.101234959788849,0.255951455205554,0.0,0.114867339903792,0.5,0.255951455205554,0.0,0.255356529702113,0.255951455205554,0.0,0.0626680818077345,0.255951455205554,0.0,0.0498129969696662,0.255951455205554,0.0,0.00325111910947086,0.0,0.480195982451996 -5303,0.255951455205554,0.0,0.393284340114368,0.255951455205554,0.0,0.044503946926168,0.255951455205554,0.0,0.0390273243421801,0.255951455205554,0.0,0.0596126532589271,0.255951455205554,0.0,0.0166224533178035,0.255951455205554,0.0,0.00610948738491948,0.5,0.255951455205554,0.0,0.00962040293147448,0.5,0.255951455205554,0.0,0.00865997947226275,0.5,0.255951455205554,0.0,0.00164365037035708,0.255951455205554,0.0,0.00166712409884077,0.0,0.0557399131091524,0.255951455205554,0.0,0.0832855916452927,0.5,0.255951455205554,0.0,0.169573819359034,0.255951455205554,0.0,0.0269446958148281,0.255951455205554,0.0,0.0296046950983454,0.255951455205554,0.0,0.00109958730393406,0.0,0.338433923482207 -5304,0.255951455205554,0.0,0.232908010319796,0.255951455205554,0.0,0.00478104774679115,0.255951455205554,0.0,0.0201191198694983,0.255951455205554,0.0,0.0130768830566674,0.255951455205554,0.0,0.0128737969041574,0.255951455205554,0.0,0.00670467202852626,0.5,0.255951455205554,0.0,0.00361539000283275,0.5,0.255951455205554,0.0,0.0100107534505467,0.5,0.255951455205554,0.0,0.00315400311092037,0.255951455205554,0.0,0.0069188941583199,0.0,0.0232924594731985,0.255951455205554,0.0,0.0475303873250081,0.5,0.255951455205554,0.0,0.106357068350926,0.255951455205554,0.0,0.01237116148805,0.255951455205554,0.0,0.0119064578909024,0.255951455205554,0.0,0.00309905049800598,0.0,0.275733123816448 -5305,0.255951455205554,0.0,0.11210329710525,0.255951455205554,0.0,0.00269735902132589,0.255951455205554,0.0,0.0204955015655204,0.255951455205554,0.0,0.0237796800380645,0.255951455205554,0.0,0.00993417190398889,0.255951455205554,0.0,0.00636207828538635,0.5,0.255951455205554,0.0,0.0025171556746504,0.5,0.255951455205554,0.0,0.0137546616496101,0.5,0.255951455205554,0.0,0.00496632598329962,0.255951455205554,0.0,0.0058776801005134,0.0,0.0100268364046928,0.255951455205554,0.0,0.0243616285776352,0.5,0.255951455205554,0.0,0.0643111973418985,0.255951455205554,0.0,0.0055118729756524,0.255951455205554,0.0,0.00594032810881893,0.255951455205554,0.0,0.00686588941881775,0.0,0.21144078800912 -5306,0.255951455205554,0.0,0.0602605752996506,0.255951455205554,0.0,0.0124161946624208,0.255951455205554,0.0,0.0246755009078326,0.255951455205554,0.0,0.0405207572638272,0.255951455205554,0.0,0.00963352699041444,0.255951455205554,0.0,0.00701623397424747,0.5,0.255951455205554,0.0,0.00216164369079581,0.5,0.255951455205554,0.0,0.0208578829143077,0.5,0.255951455205554,0.0,0.0078422524160163,0.255951455205554,0.0,0.00898400212942099,0.0,0.00407880231603649,0.255951455205554,0.0,0.0130720391852947,0.5,0.255951455205554,0.0,0.0404927169849622,0.255951455205554,0.0,0.00372005240343634,0.255951455205554,0.0,0.00564228998990397,0.255951455205554,0.0,0.00892530697920573,0.0,0.168632025433562 -5307,0.255951455205554,0.0,0.0540558807715996,0.255951455205554,0.0,0.0226843910831865,0.255951455205554,0.0,0.0299195442143228,0.255951455205554,0.0,0.0513928157333136,0.255951455205554,0.0,0.00912359792132755,0.255951455205554,0.0,0.0111280970505999,0.5,0.255951455205554,0.0,0.00382585172702866,0.5,0.255951455205554,0.0,0.0219223048178001,0.5,0.255951455205554,0.0,0.0118570304049486,0.255951455205554,0.0,0.00384667826849969,0.0,0.00125983001099615,0.255951455205554,0.0,0.00662372786781702,0.5,0.255951455205554,0.0,0.0313880871461088,0.255951455205554,0.0,0.00289844922240135,0.255951455205554,0.0,0.00854884207429534,0.255951455205554,0.0,0.0106177750297458,0.0,0.0822112078010402 -5308,0.255951455205554,0.0,0.0602274713298701,0.255951455205554,0.0,0.0239360977976494,0.255951455205554,0.0,0.03913349006021,0.255951455205554,0.0,0.0651339597151752,0.255951455205554,0.0,0.0133436437525829,0.255951455205554,0.0,0.0138949643444639,0.5,0.255951455205554,0.0,0.00187301527397447,0.5,0.255951455205554,0.0,0.0321655180699229,0.5,0.255951455205554,0.0,0.017295138135921,0.255951455205554,0.0,0.00347473332416578,0.0,0.000884425567246651,0.255951455205554,0.0,0.0034178751861874,0.5,0.255951455205554,0.0,0.0163506099250193,0.255951455205554,0.0,0.00350896820750695,0.255951455205554,0.0,0.0156433312245945,0.255951455205554,0.0,0.0156795551872767,0.0,0.0382247811100443 -5309,0.255951455205554,0.0,0.0691111392468131,0.255951455205554,0.0,0.0240856580631844,0.255951455205554,0.0,0.0533782864460388,0.255951455205554,0.0,0.0877424404859196,0.255951455205554,0.0,0.0182144939330315,0.255951455205554,0.0,0.0130989864251559,0.5,0.255951455205554,0.0,0.00425876998894162,0.5,0.255951455205554,0.0,0.0548506119534937,0.5,0.255951455205554,0.0,0.0292045571771611,0.255951455205554,0.0,0.0126544297756478,0.0,0.000342409517214515,0.255951455205554,0.0,0.00188482760700261,0.5,0.255951455205554,0.0,0.00571611258087988,0.255951455205554,0.0,0.00674959248016116,0.255951455205554,0.0,0.0265553044787352,0.255951455205554,0.0,0.0267085470105674,0.0,0.096232268622523 -5310,0.255951455205554,0.00710439543116327,0.0823249693943905,0.255951455205554,0.00634632200976882,0.0314319851055169,0.255951455205554,0.00292653771238045,0.0615393909639378,0.255951455205554,0.00124741870791181,0.0982323297366239,0.255951455205554,0.00156915772432954,0.0271198169402803,0.255951455205554,0.00316996632757074,0.0064334367902883,0.5,0.255951455205554,0.000306726667728317,0.00847122637240485,0.5,0.255951455205554,0.00194172895917652,0.0343300461837753,0.5,0.255951455205554,0.00578197350977991,0.0350748887819862,0.255951455205554,8.64199919338547e-06,0.0136001290421284,0.00343466008602167,0.000430356248807335,0.255951455205554,0.0155251577905109,0.00214070817288969,0.5,0.255951455205554,0.01988259581628,0.00312614473763876,0.255951455205554,0.0197483004729354,0.0125055924954117,0.255951455205554,0.00963373912221572,0.0388516119765894,0.255951455205554,0.00987317544521166,0.0356183660149261,0.0128014261585479,0.207465056687964 -5311,0.255951455205554,0.064861204919622,0.11825168330295,0.255951455205554,0.0611061190983414,0.0508564902144551,0.255951455205554,0.0430096713104131,0.0777620349969716,0.255951455205554,0.0302994276224114,0.12813859681336,0.255951455205554,0.0378743826991874,0.0347231997613506,0.255951455205554,0.0487115022756854,0.00999109596185883,0.5,0.255951455205554,0.0103898519913497,0.0148882606775899,0.5,0.255951455205554,0.0467533598451777,0.0300608101693517,0.5,0.255951455205554,0.0783006903507464,0.0266635973639133,0.255951455205554,0.00193999510045352,0.0228614717284824,0.0313751236490817,0.000674687153686099,0.255951455205554,0.0764068384587919,0.0110461506862224,0.5,0.255951455205554,0.089559104507467,0.00483611482973619,0.255951455205554,0.103808205816315,0.0231025334162784,0.255951455205554,0.0858363932760332,0.0802955734619795,0.255951455205554,0.0895734496156117,0.036566622130506,0.0861743070535899,0.263044729578787 -5312,0.255951455205554,0.141054597768319,0.18435622076775,0.255951455205554,0.121380487237238,0.108235860272883,0.255951455205554,0.1040960100167,0.14042298471462,0.255951455205554,0.116612841685054,0.213123581869851,0.255951455205554,0.0965165423512983,0.0890625101301417,0.255951455205554,0.0910464156607214,0.0331781349178364,0.5,0.255951455205554,0.026219226585347,0.0362816537043251,0.5,0.255951455205554,0.0943437728770557,0.0439604943910162,0.5,0.255951455205554,0.189570986936883,0.0510945984109189,0.255951455205554,0.00556649210057731,0.0261938014423149,0.103173777717383,0.00527790061575137,0.255951455205554,0.18090735245031,0.052862172022339,0.5,0.255951455205554,0.199435804070684,0.0197542483303399,0.255951455205554,0.226870044787574,0.0897185838946925,0.255951455205554,0.208580182155929,0.234262281512051,0.255951455205554,0.207865128055432,0.0772382029960443,0.188169661451286,0.280396273925107 -5313,0.255951455205554,0.193131509566193,0.267328560007933,0.255951455205554,0.181474496129489,0.212152354308951,0.255951455205554,0.147477834824307,0.258885074980681,0.255951455205554,0.185354341779974,0.339474454401115,0.255951455205554,0.169759601303786,0.182719290597241,0.255951455205554,0.108139866316036,0.0735374386649227,0.5,0.255951455205554,0.0599507261989642,0.0570806605888091,0.5,0.255951455205554,0.130310416924473,0.0691481255774451,0.5,0.255951455205554,0.308674116685543,0.090875168103615,0.255951455205554,0.00608243092154748,0.0229934628267587,0.285197385272077,0.0340644663418251,0.255951455205554,0.322473306045047,0.091651743258821,0.5,0.255951455205554,0.322898032194005,0.0452298639983635,0.255951455205554,0.360151646745346,0.177981612640095,0.255951455205554,0.336187044702654,0.322084624957824,0.255951455205554,0.327229604455787,0.183303171321997,0.272370273730939,0.280339508481683 -5314,0.255951455205554,0.222555093008831,0.332251847692373,0.255951455205554,0.265622560397575,0.330630906069443,0.255951455205554,0.210599249547567,0.400453981007458,0.255951455205554,0.207034241734182,0.560895044745367,0.255951455205554,0.232394695635852,0.283134781959047,0.255951455205554,0.0833307024137056,0.114918756473117,0.5,0.255951455205554,0.107980129804563,0.105585640037178,0.5,0.255951455205554,0.202349479932891,0.062493912105841,0.5,0.255951455205554,0.397309287738477,0.126775102104289,0.255951455205554,0.0140378447633347,0.0310471571154399,0.469340650392321,0.0478785878883724,0.255951455205554,0.474524532485593,0.0991161909178074,0.5,0.255951455205554,0.451426983692193,0.071082943228411,0.255951455205554,0.492595362347917,0.182125282080204,0.255951455205554,0.456304268592323,0.423077013362118,0.255951455205554,0.40253700001713,0.238115695081772,0.28056361600841,0.261090250264391 -5315,0.255951455205554,0.280652495942617,0.408203870326137,0.255951455205554,0.2818641865272,0.396163673035894,0.255951455205554,0.268549267918705,0.503693904023978,0.255951455205554,0.273314658715175,0.693138057725129,0.255951455205554,0.284484220107306,0.345845337916167,0.255951455205554,0.0635744921389271,0.142754210801815,0.5,0.255951455205554,0.17109522309369,0.159822180260952,0.5,0.255951455205554,0.303734132199624,0.078060958666508,0.5,0.255951455205554,0.460901317866667,0.136857989743665,0.255951455205554,0.037937426020387,0.0538357807116898,0.572284000940825,0.0562331844805342,0.255951455205554,0.58205956754204,0.116071204103871,0.5,0.255951455205554,0.533315292379044,0.0942735997044043,0.255951455205554,0.589667010158804,0.193792900187909,0.255951455205554,0.536330647290957,0.442919191949654,0.255951455205554,0.345607692000788,0.155352771749002,0.283451442220945,0.286214573241663 -5316,0.255951455205554,0.338210770170553,0.430754222466349,0.255951455205554,0.349297338247243,0.517037469761618,0.255951455205554,0.277516501911377,0.544572602814228,0.255951455205554,0.352084641846991,0.757958286827371,0.255951455205554,0.334714093554624,0.382175131754417,0.255951455205554,0.0898199829123918,0.198169181467522,0.5,0.255951455205554,0.263503192335765,0.236780326438112,0.5,0.255951455205554,0.444633375420964,0.166793340966205,0.5,0.255951455205554,0.492114752139561,0.103185444337547,0.255951455205554,0.088219575407586,0.0662836034809523,0.629523975666933,0.137717238289747,0.255951455205554,0.633632739816521,0.165308251436283,0.5,0.255951455205554,0.545477410613155,0.128637036261631,0.255951455205554,0.634210555405328,0.210312995568492,0.255951455205554,0.491621918598995,0.327064905289164,0.255951455205554,0.202351142678551,0.0687447717493104,0.381252957453918,0.3591296230357 -5317,0.255951455205554,0.366628801997761,0.446673529648513,0.255951455205554,0.314056478113327,0.614306620967463,0.255951455205554,0.23166449564125,0.542532635344506,0.255951455205554,0.220312592944995,0.715109480660037,0.255951455205554,0.321429976177695,0.475018677045718,0.255951455205554,0.148576099910861,0.262949940038596,0.5,0.255951455205554,0.330496544870472,0.263886673388237,0.5,0.255951455205554,0.572622455805879,0.212441873923067,0.5,0.255951455205554,0.511348879717965,0.0998097406524348,0.255951455205554,0.355512791729625,0.093058231012688,0.66771788604521,0.225933875345081,0.255951455205554,0.650074093661982,0.192785379315975,0.5,0.255951455205554,0.551408718573177,0.181686404663515,0.255951455205554,0.581097982364119,0.190433974351239,0.255951455205554,0.266979639900112,0.188027962503477,0.255951455205554,0.090049642951833,0.0301706743130859,0.399463526546447,0.36776284360398 -5318,0.255951455205554,0.234835383531121,0.408794243518293,0.255951455205554,0.114847306528948,0.553192491392867,0.255951455205554,0.153615262497904,0.491158292539636,0.255951455205554,0.148322857498098,0.6724479784308,0.255951455205554,0.267744154301242,0.508553782650565,0.255951455205554,0.233434146216427,0.26810940175313,0.5,0.255951455205554,0.418127591917561,0.240960121303386,0.5,0.255951455205554,0.583170620683139,0.275287465734745,0.5,0.255951455205554,0.491647916091087,0.124052967762983,0.255951455205554,0.545207385927337,0.194332015768494,0.639873866319461,0.15560395242609,0.255951455205554,0.587225394081725,0.175382265252938,0.5,0.255951455205554,0.463224857044575,0.229293900710154,0.255951455205554,0.398980681101972,0.14271706069927,0.255951455205554,0.103894819532767,0.130328767988432,0.255951455205554,0.0662282868992315,0.0258569806423512,0.335876336083175,0.315963884687971 -5319,0.255951455205554,0.104673595508642,0.34194327602187,0.255951455205554,0.0474618216001506,0.588161944334472,0.255951455205554,0.0910684666011115,0.418046276329154,0.255951455205554,0.0918149522740438,0.657599572940341,0.255951455205554,0.221451705192401,0.479364340343609,0.255951455205554,0.321019175299597,0.283944447769605,0.5,0.255951455205554,0.454052712305668,0.283884909939746,0.5,0.255951455205554,0.40927613861802,0.229836816330907,0.5,0.255951455205554,0.484332930514036,0.18191804245367,0.255951455205554,0.516615017810739,0.39026266517862,0.485474104054426,0.116695050730104,0.255951455205554,0.440185751413043,0.140428666094741,0.5,0.255951455205554,0.335905802505607,0.241837334537051,0.255951455205554,0.260305940159941,0.0912780175381698,0.255951455205554,0.0392219672257608,0.100793423672696,0.255951455205554,0.131206214029238,0.0416038807992253,0.158280961113512,0.355718917000011 -5320,0.255951455205554,0.0449271198698871,0.296471714782156,0.255951455205554,0.0523202467954086,0.525505803190649,0.255951455205554,0.0700287908952648,0.387265714951777,0.255951455205554,0.0449711105364429,0.619269993721166,0.255951455205554,0.200238918234243,0.43726871470157,0.255951455205554,0.344452951544188,0.364337582094551,0.5,0.255951455205554,0.34706220143874,0.360423248635392,0.5,0.255951455205554,0.287590143395021,0.147303236029111,0.5,0.255951455205554,0.412219899378062,0.159607693710684,0.255951455205554,0.256338050199688,0.326207156616872,0.106188966952901,0.0773190120268993,0.255951455205554,0.257623840873031,0.142227764034276,0.5,0.255951455205554,0.197035158696803,0.215262881368253,0.255951455205554,0.200166452817245,0.0775156248954182,0.255951455205554,0.0430686609489055,0.0668945259067293,0.255951455205554,0.219071846328656,0.0980436847872833,0.0393291713280918,0.488575208189812 -5321,0.255951455205554,0.0213959469529968,0.29608858834703,0.255951455205554,0.0397869216656447,0.433701836689556,0.255951455205554,0.0867162420380273,0.437033747092635,0.255951455205554,0.0302095386621158,0.671331946880433,0.255951455205554,0.174655128164966,0.432406154763391,0.255951455205554,0.25694814934687,0.307206199033476,0.5,0.255951455205554,0.239328837734511,0.3807587400455,0.5,0.255951455205554,0.186166225647621,0.0686949982492312,0.5,0.255951455205554,0.291066779784317,0.106772898273117,0.255951455205554,0.212925347124648,0.657414394447309,0.0224402608061689,0.0516342033857612,0.255951455205554,0.100151124747033,0.100479113131259,0.5,0.255951455205554,0.0867794680169827,0.229746729095946,0.255951455205554,0.123184951944675,0.0515468071293564,0.255951455205554,0.0902621197739474,0.0432251441289454,0.255951455205554,0.221732420367559,0.154596925726486,0.0102317561545518,0.395611943216834 -5322,0.255951455205554,0.00941460955083035,0.3263414905355,0.255951455205554,0.0121437388635726,0.593806216649263,0.255951455205554,0.0862436075618939,0.497713341739911,0.255951455205554,0.0572514638474452,0.758321336562654,0.255951455205554,0.116300277866845,0.398108649968858,0.255951455205554,0.16034071732504,0.231611325672686,0.5,0.255951455205554,0.0920009005220907,0.466694003663221,0.5,0.255951455205554,0.0841016404596522,0.0711424048435316,0.5,0.255951455205554,0.156116801042416,0.0482981248097749,0.255951455205554,0.113917020324834,0.740292768938836,0.0351674729731755,0.0323876301011156,0.255951455205554,0.0432215140798674,0.0570009801746486,0.5,0.255951455205554,0.022289324827628,0.306087914537368,0.255951455205554,0.0877205258023035,0.0329106902660115,0.255951455205554,0.0827916215750213,0.0353460123557636,0.255951455205554,0.131856237136594,0.103263114837474,0.00400732114229147,0.340824730905616 -5323,0.255951455205554,0.00317431435194697,0.459064267393208,0.255951455205554,0.00250836980001369,0.665575243055829,0.255951455205554,0.0392386982589002,0.501315718856641,0.255951455205554,0.0506475237657209,0.773896628108661,0.255951455205554,0.0490725871292753,0.45192279827493,0.255951455205554,0.0519277418595399,0.24209485435382,0.5,0.255951455205554,0.037651052071519,0.676645281943646,0.5,0.255951455205554,0.0256559292665676,0.0918474140868827,0.5,0.255951455205554,0.0379388894275998,0.0745953909527553,0.255951455205554,0.0353421219118488,0.481991213614544,0.0347667813523668,0.038275675487056,0.255951455205554,0.0166107248492926,0.0442136026446557,0.5,0.255951455205554,0.00208580767153684,0.303466551645588,0.255951455205554,0.0347674021298351,0.0420499562073409,0.255951455205554,0.0342927605000175,0.0410492482568638,0.255951455205554,0.0555959145571532,0.094709101701814,0.0011455775564291,0.464767560968728 -5324,0.255951455205554,3.45926776645478e-05,0.631882635855885,0.255951455205554,4.02421382801984e-05,0.670065284628194,0.255951455205554,2.15937678613325e-05,0.508882636746148,0.255951455205554,0.0,0.723567097396147,0.255951455205554,0.000122515015244262,0.568639428848207,0.255951455205554,1.60380170073706e-06,0.384572901714847,0.5,0.255951455205554,5.28837841602491e-06,0.654578035120995,0.5,0.255951455205554,5.88444071147807e-06,0.0712188507183478,0.5,0.255951455205554,2.04223669940834e-06,0.0698226562178812,0.255951455205554,2.34170192171445e-06,0.321481655350313,0.0,0.00925902164705993,0.255951455205554,9.30149590630826e-07,0.0464079560945439,0.5,0.255951455205554,3.46897992804844e-06,0.215172375526681,0.255951455205554,0.0,0.0591848776895042,0.255951455205554,1.73290440030921e-06,0.0689011830351123,0.255951455205554,0.0,0.112294656639823,0.000596587111543013,0.876131579733474 -5325,0.255951455205554,0.0,0.749655798323959,0.255951455205554,0.0,0.643914388421619,0.255951455205554,0.0,0.516690454574993,0.255951455205554,0.0,0.671375060239945,0.255951455205554,0.0,0.672804068596916,0.255951455205554,0.0,0.554743370180454,0.5,0.255951455205554,0.0,0.583494350127087,0.5,0.255951455205554,0.0,0.109981503702634,0.5,0.255951455205554,0.0,0.0482820698209459,0.255951455205554,0.0,0.414047219570802,0.0,0.00576795691823163,0.255951455205554,0.0,0.047251072640554,0.5,0.255951455205554,0.0,0.1733677020604,0.255951455205554,0.0,0.071014752363321,0.255951455205554,0.0,0.102210836272953,0.255951455205554,0.0,0.212760568572784,0.0,0.971496582402013 -5326,0.255951455205554,0.0,0.802848682851694,0.255951455205554,0.0,0.482988440457864,0.255951455205554,0.0,0.509927279098892,0.255951455205554,0.0,0.543962044673606,0.255951455205554,0.0,0.871462678077653,0.255951455205554,0.0,0.665688596190387,0.5,0.255951455205554,0.0,0.634053885158819,0.5,0.255951455205554,0.0,0.152582701289727,0.5,0.255951455205554,0.0,0.052602995372465,0.255951455205554,0.0,0.803977808512765,0.0,0.0283161461422334,0.255951455205554,0.0,0.0581347491270753,0.5,0.255951455205554,0.0,0.191763870538258,0.255951455205554,0.0,0.0969552888324492,0.255951455205554,0.0,0.149746102874744,0.255951455205554,0.0,0.468732835163906,0.0,0.969777261268022 -5327,0.255951455205554,0.0,0.787389423568915,0.255951455205554,0.0,0.322851126475316,0.255951455205554,0.0,0.680568940817366,0.255951455205554,0.0,0.572775100197277,0.255951455205554,0.0,0.932650348035451,0.255951455205554,0.0,0.648157537379703,0.5,0.255951455205554,0.0,0.771553741782379,0.5,0.255951455205554,0.0,0.221627280949125,0.5,0.255951455205554,0.0,0.0960699150190088,0.255951455205554,0.0,0.880722555380029,0.0,0.0708785066528657,0.255951455205554,0.0,0.0806516009523011,0.5,0.255951455205554,0.0,0.191175672062002,0.255951455205554,0.0,0.142251205701815,0.255951455205554,0.0,0.239558161688573,0.255951455205554,0.0,0.409011844505108,0.0,0.985948787466384 -5328,0.255951455205554,0.0,0.764339851346861,0.255951455205554,0.0,0.369372963644541,0.255951455205554,0.0,0.839809926635712,0.255951455205554,0.0,1.01156942636152,0.255951455205554,0.0,0.982716719666907,0.255951455205554,0.0,0.693359158270374,0.5,0.255951455205554,0.0,0.799315008236996,0.5,0.255951455205554,0.0,0.227182959503461,0.5,0.255951455205554,0.0,0.165299247847675,0.255951455205554,0.0,0.748106493315097,0.0,0.0791211541876319,0.255951455205554,0.0,0.1143598269343,0.5,0.255951455205554,0.0,0.176872446017262,0.255951455205554,0.0,0.0755695804895228,0.255951455205554,0.0,0.314318879756976,0.255951455205554,0.0,0.416903960884018,0.0,0.132020342034413 -5329,0.255951455205554,0.0,0.879283272126105,0.255951455205554,0.0,0.953235193532596,0.255951455205554,0.0,0.950785879549037,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,0.976881954087525,0.255951455205554,0.0,0.850834235037875,0.5,0.255951455205554,0.0,0.692315156852247,0.5,0.255951455205554,0.0,0.300050466627372,0.5,0.255951455205554,0.0,0.269355589379719,0.255951455205554,0.0,0.472504756464505,0.0,0.101118583232969,0.255951455205554,0.0,0.134977510769267,0.5,0.255951455205554,0.0,0.199120008787115,0.255951455205554,0.0,0.0718641979754639,0.255951455205554,0.0,0.385074369166207,0.255951455205554,0.0,0.472833351861196,0.0,0.079466350111119 -5330,0.255951455205554,0.0,0.980558662953534,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.998335339136234,0.255951455205554,0.0,1.0146132516295,0.255951455205554,0.0,0.944665149700508,0.255951455205554,0.0,0.811855315880788,0.5,0.255951455205554,0.0,0.534202444089693,0.5,0.255951455205554,0.0,0.421531922204795,0.5,0.255951455205554,0.0,0.40750088868175,0.255951455205554,0.0,0.277071854256175,0.0,0.137786068075707,0.255951455205554,0.0,0.190397096820706,0.5,0.255951455205554,0.0,0.231904413278895,0.255951455205554,0.0,0.101401433073306,0.255951455205554,0.0,0.479244174332423,0.255951455205554,0.0,0.564735820940892,0.0,0.0620248181732592 -5331,0.255951455205554,0.0,1.01155729710936,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.99245076175726,0.255951455205554,0.0,1.00890392486409,0.255951455205554,0.0,0.895585130904607,0.255951455205554,0.0,0.676549114550536,0.5,0.255951455205554,0.0,0.424027458775894,0.5,0.255951455205554,0.0,0.461898356061541,0.5,0.255951455205554,0.0,0.404231855860743,0.255951455205554,0.0,0.224564940132651,0.0,0.205381440042702,0.255951455205554,0.0,0.292136962426022,0.5,0.255951455205554,0.0,0.423709072755815,0.255951455205554,0.0,0.139737207523547,0.255951455205554,0.0,0.637930277851928,0.255951455205554,0.0,0.661728018224191,0.0,0.0567848489492872 -5332,0.255951455205554,0.0,0.943080248322429,0.255951455205554,0.0,0.988956916845867,0.255951455205554,0.0,0.950014923334818,0.255951455205554,0.0,1.00650656569815,0.255951455205554,0.0,0.838875678494026,0.255951455205554,0.0,0.391226182586276,0.5,0.255951455205554,0.0,0.404008009691472,0.5,0.255951455205554,0.0,0.448141376664235,0.5,0.255951455205554,0.0,0.428592742533087,0.255951455205554,0.0,0.251820080606917,0.0,0.197070040939351,0.255951455205554,0.0,0.416969119314859,0.5,0.255951455205554,0.0,0.656455139134522,0.255951455205554,0.0,0.133669573806918,0.255951455205554,0.0,0.7639072439874,0.255951455205554,0.0,0.675392246553092,0.0,0.108926371869808 -5333,0.255951455205554,0.0,1.00103249884777,0.255951455205554,0.0,0.981440579635748,0.255951455205554,0.0,0.890573336576338,0.255951455205554,0.0,1.00330271441275,0.255951455205554,0.0,0.729524537576022,0.255951455205554,0.0,0.21995804220569,0.5,0.255951455205554,0.0,0.356906959953558,0.5,0.255951455205554,0.0,0.313103611275346,0.5,0.255951455205554,0.0,0.387675506565052,0.255951455205554,0.0,0.284924001396843,0.0,0.44761590954727,0.255951455205554,0.0,0.478797542236718,0.5,0.255951455205554,0.0,0.811588471560263,0.255951455205554,0.0,0.168903025338487,0.255951455205554,0.0,0.723738624550799,0.255951455205554,0.0,0.612662468843286,0.0,0.185528559217135 -5334,0.255951455205554,0.0023487651607385,0.999908226501197,0.255951455205554,0.00182268023997224,0.99109334600295,0.255951455205554,0.00356238828055067,0.840774174427444,0.255951455205554,0.00092048816236635,0.975909084884677,0.255951455205554,0.00200344730076204,0.681740923927149,0.255951455205554,0.00380866807871192,0.184588090132088,0.5,0.255951455205554,0.000835661114042428,0.320663507618295,0.5,0.255951455205554,0.00166713860294807,0.190691728176192,0.5,0.255951455205554,0.00127640966838028,0.277421823472316,0.255951455205554,7.64750192502668e-05,0.310986245596036,0.00336808570790565,0.853394494919743,0.255951455205554,0.00616704403332315,0.560862706609508,0.5,0.255951455205554,0.017873936837958,0.762352010829793,0.255951455205554,0.00160700751350505,0.265024030005902,0.255951455205554,0.010046081594885,0.53410448021135,0.255951455205554,0.00545476644775876,0.45253974672937,0.00103270544296709,0.901798693554599 -5335,0.255951455205554,0.032290303496573,1.00392816781546,0.255951455205554,0.00970413391081779,0.915382920421477,0.255951455205554,0.0650207841681349,0.869440665114516,0.255951455205554,0.0570353605621548,0.985640616775136,0.255951455205554,0.0605126604792354,0.768446955335513,0.255951455205554,0.0735350028403949,0.271911416380409,0.5,0.255951455205554,0.0502725040024029,0.353106405263734,0.5,0.255951455205554,0.0537008451077228,0.207247282253037,0.5,0.255951455205554,0.0265089445893592,0.27815755629496,0.255951455205554,0.0295521231409646,0.337659346592211,0.0472130220903027,0.693637112839341,0.255951455205554,0.0450099647826816,0.591630370725853,0.5,0.255951455205554,0.0978995659818153,0.725823527928556,0.255951455205554,0.0284305624391344,0.359473891594183,0.255951455205554,0.0877611636763802,0.435536861705387,0.255951455205554,0.0778722140848664,0.421704861920968,0.0351914686189256,1.00918763274519 -5336,0.255951455205554,0.060731297821845,1.00160230467327,0.255951455205554,0.144852079271033,1.0044833283888,0.255951455205554,0.184125356752061,0.9513749525991,0.255951455205554,0.181433830888559,0.994570794118413,0.255951455205554,0.174468587650884,0.86187591986656,0.255951455205554,0.168773644233801,0.436018174212136,0.5,0.255951455205554,0.162351976421096,0.532303375692049,0.5,0.255951455205554,0.132282749995781,0.311404409412321,0.5,0.255951455205554,0.0684493302063054,0.322541623800823,0.255951455205554,0.130056031693792,0.57044223557526,0.183557771692146,0.44997213831203,0.255951455205554,0.117744663591315,0.561225717839092,0.5,0.255951455205554,0.216031788306295,0.792118425299414,0.255951455205554,0.0930508959573151,0.356248365255179,0.255951455205554,0.198225198166026,0.549118666292381,0.255951455205554,0.190927366640183,0.516443821466522,0.0602900128946513,1.00770438645422 -5337,0.255951455205554,0.145817002736588,1.00494802901377,0.255951455205554,0.206625243180621,1.00562522495685,0.255951455205554,0.307037338073385,0.968074098081193,0.255951455205554,0.32227948517049,1.00221595246439,0.255951455205554,0.307131280706702,0.948237780680423,0.255951455205554,0.251170156746317,0.6330263033766,0.5,0.255951455205554,0.282604949477218,0.714647406696243,0.5,0.255951455205554,0.181411227126894,0.398727916815154,0.5,0.255951455205554,0.118260921734099,0.388610579225577,0.255951455205554,0.274295287925231,0.745481742972883,0.309115925253444,0.425975711076496,0.255951455205554,0.25392669238633,0.521966244556244,0.5,0.255951455205554,0.32337635964206,0.819261334428207,0.255951455205554,0.192092760112775,0.309883458914393,0.255951455205554,0.318760153445334,0.664575899790847,0.255951455205554,0.309935254775027,0.607713123573948,0.155279099105517,1.00835841385798 -5338,0.255951455205554,0.193893025856881,1.00083823784986,0.255951455205554,0.400388167782723,1.01665508659368,0.255951455205554,0.443404392638028,0.976647342448138,0.255951455205554,0.440826471230026,1.01065935088964,0.255951455205554,0.435109224712325,0.976362597782673,0.255951455205554,0.290505203756353,0.635633967732525,0.5,0.255951455205554,0.382936921521305,0.745400155338553,0.5,0.255951455205554,0.169918440088685,0.383077540307953,0.5,0.255951455205554,0.156057942538778,0.396265119598207,0.255951455205554,0.380832338306267,0.792564387673857,0.39461931144853,0.41003732074741,0.255951455205554,0.404479601505609,0.465987164003013,0.5,0.255951455205554,0.398294521790398,0.780521697488853,0.255951455205554,0.321353242290225,0.244646900932535,0.255951455205554,0.449340992656295,0.670860640372804,0.255951455205554,0.39484694897118,0.602505231125322,0.220326630691378,1.00747375429764 -5339,0.255951455205554,0.338762566779265,0.999623896068193,0.255951455205554,0.516645209640275,1.01750858562397,0.255951455205554,0.532753659931896,0.982502284919032,0.255951455205554,0.508203876889957,1.01279682495404,0.255951455205554,0.540549191830981,0.980094444654018,0.255951455205554,0.423723206510776,0.641322342193642,0.5,0.255951455205554,0.483448176531296,0.768259754405446,0.5,0.255951455205554,0.158348624016437,0.323634220415913,0.5,0.255951455205554,0.16025913073558,0.401493824528594,0.255951455205554,0.480696599507968,0.830022996295135,0.484025661532602,0.405048340321445,0.255951455205554,0.503391135997036,0.454370432702853,0.5,0.255951455205554,0.519592040818832,0.740514567095583,0.255951455205554,0.430872078784976,0.209220152744136,0.255951455205554,0.587634112779023,0.646306563853492,0.255951455205554,0.426907256660989,0.591384696403139,0.123571316775923,1.00225177231405 -5340,0.255951455205554,0.417711360077011,0.996919883428992,0.255951455205554,0.558431938512431,1.01840252242011,0.255951455205554,0.591339562034014,0.979126172848864,0.255951455205554,0.543473554100246,1.01050219233184,0.255951455205554,0.611104324887781,0.974605490579853,0.255951455205554,0.547603428447647,0.67837757028173,0.5,0.255951455205554,0.587629349411078,0.783862075030482,0.5,0.255951455205554,0.185747327277696,0.279198323221334,0.5,0.255951455205554,0.160539496428011,0.404959772129403,0.255951455205554,0.595989437860252,0.851249689363088,0.570746061372142,0.347052282971821,0.255951455205554,0.568690597392335,0.419850023645178,0.5,0.255951455205554,0.622849895820451,0.699916732174912,0.255951455205554,0.525212868300023,0.207637960933734,0.255951455205554,0.650373814288107,0.630912442056469,0.255951455205554,0.480040179777263,0.61866599738765,0.491997311771049,0.996924548370732 -5341,0.255951455205554,0.558377596064996,0.997716677996809,0.255951455205554,0.595550678885013,1.01838749443468,0.255951455205554,0.626863965786729,0.977120239596975,0.255951455205554,0.607105894782366,1.006230402644,0.255951455205554,0.620760514736247,0.96450556755732,0.255951455205554,0.616081709356772,0.714917351322248,0.5,0.255951455205554,0.634588697793706,0.786601892689733,0.5,0.255951455205554,0.215500639499049,0.280460799201253,0.5,0.255951455205554,0.166104487118026,0.425498947207916,0.255951455205554,0.632932024373052,0.841671837270263,0.622890705802625,0.329962413209796,0.255951455205554,0.599731555552249,0.401987908907137,0.5,0.255951455205554,0.670412024211424,0.663003737373298,0.255951455205554,0.577365236988464,0.272665632793916,0.255951455205554,0.680239831961472,0.662977590031368,0.255951455205554,0.532207561907892,0.650844204521178,0.524079493331084,0.98092333991986 -5342,0.255951455205554,0.575097793476416,0.99527470171356,0.255951455205554,0.608259889988945,1.0151417688421,0.255951455205554,0.536288354909735,0.967978095165863,0.255951455205554,0.60048291952494,1.01039208208301,0.255951455205554,0.541213344384018,0.939128592422739,0.255951455205554,0.608934135804127,0.701165888946428,0.5,0.255951455205554,0.625649802488682,0.780744864980727,0.5,0.255951455205554,0.253984446838802,0.285334564978894,0.5,0.255951455205554,0.166935853526158,0.433337988954566,0.255951455205554,0.643268478771411,0.84859009551555,0.624479625622229,0.313220966439639,0.255951455205554,0.586937343008596,0.424879187317282,0.5,0.255951455205554,0.64860229694022,0.628259224877069,0.255951455205554,0.540088839880357,0.345132632351172,0.255951455205554,0.658307471897728,0.679646130219358,0.255951455205554,0.524321914339764,0.645721896885421,0.579927239899413,0.966556022177744 -5343,0.255951455205554,0.49578640606501,0.997265481878051,0.255951455205554,0.549609854813192,1.01481165545694,0.255951455205554,0.358144579200514,0.94661243156658,0.255951455205554,0.462085382182394,1.01428828501368,0.255951455205554,0.402769529175577,0.905185149958644,0.255951455205554,0.579892223334239,0.687393492079749,0.5,0.255951455205554,0.580981490224278,0.761414043556419,0.5,0.255951455205554,0.291959745014,0.267950042516817,0.5,0.255951455205554,0.166938093541135,0.39397732507414,0.255951455205554,0.576934564553089,0.79358103937139,0.580248770856776,0.327171667334261,0.255951455205554,0.510803626858042,0.462400469030411,0.5,0.255951455205554,0.570927642763767,0.63906840757312,0.255951455205554,0.480049173004361,0.410341125018556,0.255951455205554,0.595662764167214,0.646666483915733,0.255951455205554,0.492144653662243,0.623805712181084,0.524429173974183,0.962853703167256 -5344,0.255951455205554,0.33557589726795,0.999653338581691,0.255951455205554,0.432441826171031,1.01757313066584,0.255951455205554,0.334455545670878,0.937220297238331,0.255951455205554,0.11777455197368,0.982406259629197,0.255951455205554,0.308717001782974,0.801482345381065,0.255951455205554,0.473650534316565,0.643237582060743,0.5,0.255951455205554,0.484866457902876,0.703799587677976,0.5,0.255951455205554,0.272415497666543,0.254705110972481,0.5,0.255951455205554,0.154577569563199,0.348927230867704,0.255951455205554,0.446556282941829,0.724149936142332,0.474126827623028,0.351111228375213,0.255951455205554,0.413123984205518,0.460845067888741,0.5,0.255951455205554,0.450546400059081,0.632097216941873,0.255951455205554,0.383846202412054,0.438961005684871,0.255951455205554,0.481657712678447,0.577705709618844,0.255951455205554,0.45114308538884,0.582917311035798,0.376852699445915,0.966989899810113 -5345,0.255951455205554,0.114759026261462,0.978883883666959,0.255951455205554,0.309416534404676,1.01759769339461,0.255951455205554,0.33989454674936,0.903953808772804,0.255951455205554,0.380039177892775,0.929828284054324,0.255951455205554,0.304173292790031,0.756624212681821,0.255951455205554,0.344734153893798,0.524404831480818,0.5,0.255951455205554,0.361705046646416,0.623628852361829,0.5,0.255951455205554,0.225146744099979,0.229858498061082,0.5,0.255951455205554,0.128991820671258,0.310250755330723,0.255951455205554,0.355830143911315,0.661903949969235,0.339443018901254,0.3064597846024,0.255951455205554,0.311138116292712,0.408043597936895,0.5,0.255951455205554,0.324714968859825,0.586136403529507,0.255951455205554,0.262971892543177,0.401295897233452,0.255951455205554,0.345709126478832,0.516086258535257,0.255951455205554,0.348676198531821,0.53083302104421,0.268869104474857,0.96725609767609 -5346,0.255951455205554,0.150341429032442,0.914901865485823,0.255951455205554,0.226561766966929,0.824636626965855,0.255951455205554,0.225307808499542,0.809291654142763,0.255951455205554,0.24300803958568,0.888343667851691,0.255951455205554,0.205764884430646,0.64219988128998,0.255951455205554,0.224022426412003,0.33001865309606,0.5,0.255951455205554,0.234010563675257,0.409423614215271,0.5,0.255951455205554,0.162153766356809,0.170422469186338,0.5,0.255951455205554,0.0825673539078428,0.256648216453964,0.255951455205554,0.203715963271756,0.429414750274378,0.19753570521669,0.130549766119524,0.255951455205554,0.185736015861988,0.262645479379672,0.5,0.255951455205554,0.175812683428742,0.445141578668327,0.255951455205554,0.158350613002094,0.319775825193933,0.255951455205554,0.20190054097153,0.411863326562233,0.255951455205554,0.208672061892758,0.391949261188677,0.0460687295190053,0.944994690066251 -5347,0.255951455205554,0.0682160128702963,0.790841603823235,0.255951455205554,0.0614886392097346,0.528077798339462,0.255951455205554,0.0659064808498624,0.632212756411187,0.255951455205554,0.0688755644221871,0.742641092302816,0.255951455205554,0.0523414079838315,0.48536264933654,0.255951455205554,0.0516367282720187,0.149633270806916,0.5,0.255951455205554,0.0653827164480333,0.210736364292366,0.5,0.255951455205554,0.0502959811111836,0.11721730283456,0.5,0.255951455205554,0.0246736773022733,0.157650716352164,0.255951455205554,0.0662754665640734,0.229180304080858,0.0424433359427072,0.0653992852120906,0.255951455205554,0.038397121554507,0.146286559159408,0.5,0.255951455205554,0.0452467918094827,0.291330279102816,0.255951455205554,0.0317803802072299,0.192994535557985,0.255951455205554,0.0435644360537665,0.242565194018073,0.255951455205554,0.0446065219096691,0.204252920541941,0.0753410244629405,0.937770787162991 -5348,0.255951455205554,0.0,0.723200975354562,0.255951455205554,0.0,0.310053243638762,0.255951455205554,0.0,0.47883157299386,0.255951455205554,0.0,0.484520305846607,0.255951455205554,0.0,0.396097860364034,0.255951455205554,0.0,0.0798563309738155,0.5,0.255951455205554,0.0,0.119697205710179,0.5,0.255951455205554,0.0,0.113332168354618,0.5,0.255951455205554,0.0,0.124386731419597,0.255951455205554,0.0,0.107776636860692,0.0,0.0768770264420059,0.255951455205554,0.0,0.117907422140257,0.5,0.255951455205554,0.0,0.172526951906529,0.255951455205554,0.0,0.149859764480174,0.255951455205554,0.0,0.159167408651748,0.255951455205554,0.0,0.145364902841293,0.0,0.936265072394275 -5349,0.255951455205554,0.0,0.638566212514772,0.255951455205554,0.0,0.247842778449076,0.255951455205554,0.0,0.437768777926057,0.255951455205554,0.0,0.390475892709575,0.255951455205554,0.0,0.333972503136914,0.255951455205554,0.0,0.0673121114542064,0.5,0.255951455205554,0.0,0.0812617018779669,0.5,0.255951455205554,0.0,0.128136910672675,0.5,0.255951455205554,0.0,0.127065924163544,0.255951455205554,0.0,0.0534423714189365,0.0,0.0961889883074773,0.255951455205554,0.0,0.113123518878649,0.5,0.255951455205554,0.0,0.100721767847043,0.255951455205554,0.0,0.15927001265771,0.255951455205554,0.0,0.122927597938973,0.255951455205554,0.0,0.133201554835888,0.0,0.952699225450361 -5350,0.255951455205554,0.0,0.539433559313579,0.255951455205554,0.0,0.200422117438963,0.255951455205554,0.0,0.448010616426239,0.255951455205554,0.0,0.421296131778767,0.255951455205554,0.0,0.280416811993157,0.255951455205554,0.0,0.0777545838505426,0.5,0.255951455205554,0.0,0.0598788391150414,0.5,0.255951455205554,0.0,0.136971316856066,0.5,0.255951455205554,0.0,0.132168214986829,0.255951455205554,0.0,0.0377316814866908,0.0,0.108009347812758,0.255951455205554,0.0,0.111539105831566,0.5,0.255951455205554,0.0,0.0708393195252659,0.255951455205554,0.0,0.170789293066786,0.255951455205554,0.0,0.0956208660200352,0.255951455205554,0.0,0.139978954196066,0.0,0.944303181465521 -5351,0.255951455205554,0.0,0.635985635594936,0.255951455205554,0.0,0.220280397119429,0.255951455205554,0.0,0.466149722990606,0.255951455205554,0.0,0.452038823711116,0.255951455205554,0.0,0.241166653087341,0.255951455205554,0.0,0.0970537606643212,0.5,0.255951455205554,0.0,0.0550969447998542,0.5,0.255951455205554,0.0,0.129005145092231,0.5,0.255951455205554,0.0,0.132065196727799,0.255951455205554,0.0,0.0395953432910613,0.0,0.0920006462410989,0.255951455205554,0.0,0.0977967720694787,0.5,0.255951455205554,0.0,0.063377357038592,0.255951455205554,0.0,0.163165837792605,0.255951455205554,0.0,0.0847663268003612,0.255951455205554,0.0,0.159171827810928,0.0,0.938081617553303 -5352,0.255951455205554,0.0,0.6827000991791,0.255951455205554,0.0,0.270791056450897,0.255951455205554,0.0,0.460331411204439,0.255951455205554,0.0,0.475113602436527,0.255951455205554,0.0,0.222874029379599,0.255951455205554,0.0,0.104422307925313,0.5,0.255951455205554,0.0,0.0626996569181399,0.5,0.255951455205554,0.0,0.124227788069217,0.5,0.255951455205554,0.0,0.117851706918596,0.255951455205554,0.0,0.0497068889031078,0.0,0.0711578133236008,0.255951455205554,0.0,0.0826980234130577,0.5,0.255951455205554,0.0,0.0669281224166265,0.255951455205554,0.0,0.174918847105801,0.255951455205554,0.0,0.0818909223118521,0.255951455205554,0.0,0.19150166451447,0.0,0.943454748557452 -5353,0.255951455205554,0.0,0.70589141306231,0.255951455205554,0.0,0.291317656772347,0.255951455205554,0.0,0.475746555993038,0.255951455205554,0.0,0.540996331790717,0.255951455205554,0.0,0.243350796176331,0.255951455205554,0.0,0.0899215256508096,0.5,0.255951455205554,0.0,0.0755795878015685,0.5,0.255951455205554,0.0,0.112815751184891,0.5,0.255951455205554,0.0,0.0991039790965308,0.255951455205554,0.0,0.0459968237008995,0.0,0.058273012386314,0.255951455205554,0.0,0.0789980503896174,0.5,0.255951455205554,0.0,0.086298606377627,0.255951455205554,0.0,0.181412654738065,0.255951455205554,0.0,0.0843095228094731,0.255951455205554,0.0,0.212330287456986,0.0,0.948342298084389 -5354,0.255951455205554,0.0,0.747472964080439,0.255951455205554,0.0,0.318482550672921,0.255951455205554,0.0,0.505207771137909,0.255951455205554,0.0,0.585287008637212,0.255951455205554,0.0,0.251333116482945,0.255951455205554,0.0,0.0791288139686855,0.5,0.255951455205554,0.0,0.0866215996773549,0.5,0.255951455205554,0.0,0.103159201102302,0.5,0.255951455205554,0.0,0.0845165256797814,0.255951455205554,0.0,0.048077058537007,0.0,0.0560576709083162,0.255951455205554,0.0,0.0816562585126567,0.5,0.255951455205554,0.0,0.122535864680421,0.255951455205554,0.0,0.157142206965106,0.255951455205554,0.0,0.0850337842894492,0.255951455205554,0.0,0.219488626950167,0.0,0.950080415491151 -5355,0.255951455205554,0.0,0.792005908268715,0.255951455205554,0.0,0.410737680220163,0.255951455205554,0.0,0.532171868318665,0.255951455205554,0.0,0.635128693167145,0.255951455205554,0.0,0.278011062835634,0.255951455205554,0.0,0.0874474350527954,0.5,0.255951455205554,0.0,0.0988857312650153,0.5,0.255951455205554,0.0,0.0935619859434001,0.5,0.255951455205554,0.0,0.0770562075624246,0.255951455205554,0.0,0.0583950795102733,0.0,0.0489393243138932,0.255951455205554,0.0,0.0769992608385086,0.5,0.255951455205554,0.0,0.14815799154587,0.255951455205554,0.0,0.135752529866685,0.255951455205554,0.0,0.0850562137796741,0.255951455205554,0.0,0.196303928454897,0.0,0.953160813841696 -5356,0.255951455205554,0.0,0.816094512163638,0.255951455205554,0.0,0.486408613831433,0.255951455205554,0.0,0.537416845465181,0.255951455205554,0.0,0.638854065210665,0.255951455205554,0.0,0.314916340521836,0.255951455205554,0.0,0.105366318785048,0.5,0.255951455205554,0.0,0.116586999936805,0.5,0.255951455205554,0.0,0.0756332285995176,0.5,0.255951455205554,0.0,0.0654538805421857,0.255951455205554,0.0,0.0741304372880917,0.0,0.0412953027285534,0.255951455205554,0.0,0.0706395454503431,0.5,0.255951455205554,0.0,0.173848055496602,0.255951455205554,0.0,0.139790839668701,0.255951455205554,0.0,0.0998644500044168,0.255951455205554,0.0,0.153798224897907,0.0,0.958215994357048 -5357,0.255951455205554,0.0,0.824790004384639,0.255951455205554,0.0,0.488341009100754,0.255951455205554,0.0,0.53880955852606,0.255951455205554,0.0,0.612023012233115,0.255951455205554,0.0,0.382104429023911,0.255951455205554,0.0,0.124413936901621,0.5,0.255951455205554,0.0,0.152433141324549,0.5,0.255951455205554,0.0,0.0614296475316827,0.5,0.255951455205554,0.0,0.0572539667526927,0.255951455205554,0.0,0.0941853164689227,0.0,0.0378644906031132,0.255951455205554,0.0,0.0661708584954724,0.5,0.255951455205554,0.0,0.192563662400438,0.255951455205554,0.0,0.154470365434381,0.255951455205554,0.0,0.107591248317104,0.255951455205554,0.0,0.125796256992884,0.0,0.959552534978994 -5358,0.255951455205554,0.00424879725602676,0.82503365388618,0.255951455205554,0.0055473910450679,0.470014932138171,0.255951455205554,0.00223775589573223,0.557535506769902,0.255951455205554,0.000854712439739334,0.580145085140811,0.255951455205554,0.000843215199439718,0.444927105479412,0.255951455205554,0.00187970633863054,0.147899146765049,0.5,0.255951455205554,0.000424149703782251,0.190772366517514,0.5,0.255951455205554,0.00164175981445831,0.0456615990881733,0.5,0.255951455205554,0.00351437971621756,0.0455126140291852,0.255951455205554,0.0,0.124646225419739,0.0172589725597058,0.0389099599654316,0.255951455205554,0.0192502419783515,0.0725299744335334,0.5,0.255951455205554,0.0129879537524616,0.223498583403347,0.255951455205554,0.0165102679675559,0.156210879359204,0.255951455205554,0.00826580348346108,0.100805340888986,0.255951455205554,0.00512217685343281,0.120868170117132,0.00938813095547553,0.966620094796991 -5359,0.255951455205554,0.0195456610224303,0.793254701254542,0.255951455205554,0.0429950967501062,0.490456351870524,0.255951455205554,0.041497844108873,0.641359237383695,0.255951455205554,0.0195574905083961,0.786404126812463,0.255951455205554,0.033746127436668,0.572259096019257,0.255951455205554,0.0512662498752611,0.209854690853194,0.5,0.255951455205554,0.0440805036613363,0.248113006232181,0.5,0.255951455205554,0.0632974205885762,0.0404985343029186,0.5,0.255951455205554,0.0557187167161667,0.0485564133624,0.255951455205554,0.0314368552807397,0.208451575760514,0.07214613410293,0.0577232205130685,0.255951455205554,0.0874427073886892,0.11701407055523,0.5,0.255951455205554,0.0761314606890538,0.323396522472018,0.255951455205554,0.0941695578170952,0.157742773118713,0.255951455205554,0.0671109593601737,0.14780762121268,0.255951455205554,0.0471350510939039,0.175216325714056,0.0620461053552807,0.981946701095557 -5360,0.255951455205554,0.0354587030944655,0.832190724935257,0.255951455205554,0.0382437295618715,0.600420050974767,0.255951455205554,0.0987303714436179,0.774947240211761,0.255951455205554,0.136440632911273,0.912286986721412,0.255951455205554,0.0906899865165777,0.755044372724392,0.255951455205554,0.135600882043939,0.352552722393441,0.5,0.255951455205554,0.151278651799198,0.396309973725527,0.5,0.255951455205554,0.161063769335785,0.0745449141682185,0.5,0.255951455205554,0.126613897760868,0.0952079866657619,0.255951455205554,0.119522866364266,0.378766744063457,0.135918879455732,0.102248761770477,0.255951455205554,0.15833043672851,0.21000902043496,0.5,0.255951455205554,0.156046857361962,0.479698586249313,0.255951455205554,0.186326543766839,0.198667808486189,0.255951455205554,0.106723929802455,0.213161989561679,0.255951455205554,0.0975209885027665,0.187649484609942,0.0235884442473337,0.989396423486018 -5361,0.255951455205554,0.151138481498462,0.928630555914023,0.255951455205554,0.155954172674723,0.862059641403182,0.255951455205554,0.0980093444274483,0.854515887183651,0.255951455205554,0.221263952019666,0.985210965999884,0.255951455205554,0.137422931365712,0.842369862423054,0.255951455205554,0.264544778429395,0.634006379843012,0.5,0.255951455205554,0.275178736030832,0.587256978953428,0.5,0.255951455205554,0.278291443775191,0.164026771733842,0.5,0.255951455205554,0.205728809255934,0.167608782893157,0.255951455205554,0.273254123532386,0.56789761610838,0.184358095671431,0.130513173865639,0.255951455205554,0.232124604876168,0.28529520493449,0.5,0.255951455205554,0.219618185544835,0.599846639889139,0.255951455205554,0.25923125717466,0.233051731027441,0.255951455205554,0.103501004367464,0.282905771775525,0.255951455205554,0.208213199723562,0.360802010197501,0.093711563106039,0.986539089883663 -5362,0.255951455205554,0.207089997725119,0.96162787338271,0.255951455205554,0.199278876645367,0.98356749108973,0.255951455205554,0.141079706773739,0.866867831148796,0.255951455205554,0.0630832765659288,0.914859455612505,0.255951455205554,0.177272910652509,0.805118771224755,0.255951455205554,0.362105816434874,0.753157507170811,0.5,0.255951455205554,0.344246478632564,0.683613648936386,0.5,0.255951455205554,0.378733295466485,0.285810824870691,0.5,0.255951455205554,0.299534465858021,0.26240389131342,0.255951455205554,0.370290601679057,0.658552111446117,0.270763356103439,0.239815770770602,0.255951455205554,0.291910321751765,0.332071330181939,0.5,0.255951455205554,0.267063880654725,0.665329515896869,0.255951455205554,0.279439780144016,0.195607729410073,0.255951455205554,0.191187494662637,0.425804342362355,0.255951455205554,0.306114765285318,0.592281769916066,0.396037382667154,0.982583939146619 -5363,0.255951455205554,0.141222488764946,0.982128070819792,0.255951455205554,0.284208416991242,0.999714600970139,0.255951455205554,0.237966125930461,0.856500736318925,0.255951455205554,0.06816156463944,0.804764971763223,0.255951455205554,0.308728202542522,0.807484792317312,0.255951455205554,0.343308993299251,0.754396890693378,0.5,0.255951455205554,0.342883830220575,0.640501652799093,0.5,0.255951455205554,0.473248671269931,0.369597841147099,0.5,0.255951455205554,0.361790719268313,0.35050285702556,0.255951455205554,0.476111125311978,0.745122307498795,0.287941312586983,0.567866006122406,0.255951455205554,0.355785709571498,0.515748105079467,0.5,0.255951455205554,0.285532923501445,0.717820336637393,0.255951455205554,0.381004669851625,0.300442536256726,0.255951455205554,0.343475471364488,0.584407955096276,0.255951455205554,0.440971636449201,0.714205013156882,0.387109625897458,0.972971065376756 -5364,0.255951455205554,0.0717062424250631,0.956267679427383,0.255951455205554,0.076840113579665,0.777200174198227,0.255951455205554,0.366357089361663,0.856648494638196,0.255951455205554,0.280294946459245,0.828812374361415,0.255951455205554,0.406041361113182,0.837653038134592,0.255951455205554,0.226832725620837,0.601652323476742,0.5,0.255951455205554,0.389776854441349,0.612630308196704,0.5,0.255951455205554,0.503354771090439,0.392241508219163,0.5,0.255951455205554,0.336306531118827,0.42246752739617,0.255951455205554,0.370046100695775,0.575041941605678,0.514968608043198,0.675575602170893,0.255951455205554,0.44293383550037,0.584718295968994,0.5,0.255951455205554,0.319507684291939,0.682247731912731,0.255951455205554,0.47695223469394,0.430707612897059,0.255951455205554,0.504250066782574,0.717272605331849,0.255951455205554,0.486349233423324,0.742985534895895,0.0344162774473237,0.968071004305018 -5365,0.255951455205554,0.108143802014411,0.876650329842132,0.255951455205554,0.304346758753076,0.866648707279418,0.255951455205554,0.375084698661015,0.879638768399414,0.255951455205554,0.373706333034481,0.909930293237511,0.255951455205554,0.280835828886423,0.838738503497954,0.255951455205554,0.304256798130766,0.54588370124276,0.5,0.255951455205554,0.435413114052827,0.572235533612469,0.5,0.255951455205554,0.575480869155182,0.379873803324979,0.5,0.255951455205554,0.335948316750342,0.439061949643845,0.255951455205554,0.543844698920947,0.474413301305682,0.533910642393368,0.799107591705675,0.255951455205554,0.53880758922317,0.668468890154898,0.5,0.255951455205554,0.338512040886968,0.698132277656564,0.255951455205554,0.574732325783964,0.478071490215781,0.255951455205554,0.396604298980599,0.69878820360156,0.255951455205554,0.373486404648858,0.754038764140958,0.0535726597178316,0.956478879984139 -5366,0.255951455205554,0.364831717215966,0.911722047017292,0.255951455205554,0.367490140169091,0.892700404676415,0.255951455205554,0.387703379059455,0.892615412192768,0.255951455205554,0.219846932886138,0.915477970355388,0.255951455205554,0.173194823429088,0.823146552792153,0.255951455205554,0.466985307409002,0.662547148003131,0.5,0.255951455205554,0.508177324448017,0.508814760493222,0.5,0.255951455205554,0.565386603633316,0.350832017872939,0.5,0.255951455205554,0.348237922632293,0.42321518981593,0.255951455205554,0.58091944427076,0.560602182303756,0.462137663522706,0.69328142055191,0.255951455205554,0.440535290197216,0.656586878175992,0.5,0.255951455205554,0.241324950424466,0.666606419768532,0.255951455205554,0.526406105970605,0.49368933238011,0.255951455205554,0.287670377496532,0.609052933408024,0.255951455205554,0.227170013906603,0.63119462024385,0.0832145688742147,0.987375703597913 -5367,0.255951455205554,0.439530983957641,0.926175958811089,0.255951455205554,0.133752488945618,0.819038386593267,0.255951455205554,0.364994835898146,0.901048924029397,0.255951455205554,0.368726970412278,0.951135247344406,0.255951455205554,0.184611780231245,0.766978810372253,0.255951455205554,0.424188679366764,0.586549585739388,0.5,0.255951455205554,0.485509322520312,0.521432743369991,0.5,0.255951455205554,0.51101187338888,0.283663407024175,0.5,0.255951455205554,0.306391660344986,0.353151048895181,0.255951455205554,0.445844898698673,0.556169701761982,0.31924630785373,0.490119443093959,0.255951455205554,0.362421053908351,0.541405944495435,0.5,0.255951455205554,0.245025491440818,0.593697135167573,0.255951455205554,0.370511980878404,0.482891497973691,0.255951455205554,0.239810304573204,0.488884994910786,0.255951455205554,0.254301090984645,0.574475502616473,0.515648653996242,0.98322771521576 -5368,0.255951455205554,0.270781017401498,0.881205498709023,0.255951455205554,0.318406464178929,0.868684101784989,0.255951455205554,0.228839070379369,0.888746043249114,0.255951455205554,0.32566162421873,0.954237739388704,0.255951455205554,0.271029667264822,0.735611262648421,0.255951455205554,0.331579488257051,0.418559870799424,0.5,0.255951455205554,0.368075071809699,0.442843509425814,0.5,0.255951455205554,0.419579893357597,0.184211496759775,0.5,0.255951455205554,0.273715835972386,0.280088539982047,0.255951455205554,0.356160689017422,0.477138523941147,0.199925273889221,0.329321622251243,0.255951455205554,0.312183074005994,0.445273098783149,0.5,0.255951455205554,0.256368045465424,0.510761496064537,0.255951455205554,0.182885088970342,0.341912994620312,0.255951455205554,0.331671069412265,0.614903596035641,0.255951455205554,0.260783789726611,0.583733365951952,0.428613841144093,0.96091973966468 -5369,0.255951455205554,0.21622671613089,0.763640873240356,0.255951455205554,0.264852951111469,0.905060498828744,0.255951455205554,0.164480168246253,0.834949781468137,0.255951455205554,0.252859632731586,0.934300785176735,0.255951455205554,0.267794362640857,0.651648375960717,0.255951455205554,0.279815178991634,0.35061151783255,0.5,0.255951455205554,0.28188341765737,0.368517051494794,0.5,0.255951455205554,0.303559171731502,0.0979296538164741,0.5,0.255951455205554,0.198161391578169,0.146762483472876,0.255951455205554,0.318607723178001,0.385680319119772,0.174674848684381,0.167633509281497,0.255951455205554,0.234927228505654,0.34778362088127,0.5,0.255951455205554,0.166368063426552,0.474607547078634,0.255951455205554,0.155080417333515,0.285703804518235,0.255951455205554,0.193274775361134,0.526690970292818,0.255951455205554,0.153678665010214,0.426932389213866,0.125189710471986,0.945052445262829 -5370,0.255951455205554,0.15144756646403,0.655488545266283,0.255951455205554,0.112563411176412,0.832561455533517,0.255951455205554,0.163440349704261,0.75293878645096,0.255951455205554,0.133580900429333,0.916311917684545,0.255951455205554,0.202070430799128,0.512769380555841,0.255951455205554,0.187040466172325,0.172056563844366,0.5,0.255951455205554,0.182067167526003,0.235883281823223,0.5,0.255951455205554,0.194390963717443,0.035494287697293,0.5,0.255951455205554,0.129592237471783,0.0617184365848768,0.255951455205554,0.244371811561163,0.237493769290972,0.164250652618325,0.123434490930568,0.255951455205554,0.129442897142486,0.248485295143485,0.5,0.255951455205554,0.0655904605379875,0.375769053562945,0.255951455205554,0.0980768066680221,0.230297047655291,0.255951455205554,0.0516361719533986,0.328280028736672,0.255951455205554,0.118011871263847,0.207203885595491,0.125983171699084,0.943064933834279 -5371,0.255951455205554,0.0560733716717382,0.566171139277169,0.255951455205554,0.0276307496578432,0.697884846281002,0.255951455205554,0.0687942957063843,0.567730984025774,0.255951455205554,0.0732189628820929,0.714029944907056,0.255951455205554,0.0651453845930263,0.329270077702768,0.255951455205554,0.0516970639879131,0.0481952688768729,0.5,0.255951455205554,0.0606249868230531,0.163759335177764,0.5,0.255951455205554,0.0520435905108856,0.0114659048392645,0.5,0.255951455205554,0.0368652045168163,0.019325290865547,0.255951455205554,0.0614568900348505,0.101656334794235,0.0411280425715077,0.0535901165156938,0.255951455205554,0.0308576795990436,0.171284618382035,0.5,0.255951455205554,0.0193218892277136,0.221359487263933,0.255951455205554,0.0291752509515774,0.0825022197589187,0.255951455205554,0.0138488830393649,0.129149062150114,0.255951455205554,0.0395718385776923,0.0602927881304826,0.0624343725978849,0.94160066566951 -5372,0.255951455205554,0.0,0.55151783211703,0.255951455205554,0.0,0.350250407287321,0.255951455205554,0.0,0.381977003912207,0.255951455205554,0.0,0.459273159393515,0.255951455205554,0.0,0.204737767018485,0.255951455205554,0.0,0.0432852460000365,0.5,0.255951455205554,0.0,0.0767732163358004,0.5,0.255951455205554,0.0,0.0114702040169093,0.5,0.255951455205554,0.0,0.0226298141929343,0.255951455205554,0.0,0.0507405008918501,0.0,0.0830061786085076,0.255951455205554,0.0,0.0865327804510179,0.5,0.255951455205554,0.0,0.1121383926942,0.255951455205554,0.0,0.0196891740858527,0.255951455205554,0.0,0.0405151123831624,0.255951455205554,0.0,0.019074679562935,0.0,0.899089158065682 -5373,0.255951455205554,0.0,0.620069493059815,0.255951455205554,0.0,0.171434250147007,0.255951455205554,0.0,0.291268342281564,0.255951455205554,0.0,0.365900907211517,0.255951455205554,0.0,0.162407365482336,0.255951455205554,0.0,0.0326984017667825,0.5,0.255951455205554,0.0,0.0282833039761408,0.5,0.255951455205554,0.0,0.0085287654107313,0.5,0.255951455205554,0.0,0.0215288049378265,0.255951455205554,0.0,0.00556533815954586,0.0,0.0531700374841035,0.255951455205554,0.0,0.0442796594960881,0.5,0.255951455205554,0.0,0.0993675141865267,0.255951455205554,0.0,0.00829882248620684,0.255951455205554,0.0,0.0308239401240671,0.255951455205554,0.0,0.0252233798804,0.0,0.883865533406954 -5374,0.255951455205554,0.0,0.596860290699361,0.255951455205554,0.0,0.13281051401956,0.255951455205554,0.0,0.251566233120612,0.255951455205554,0.0,0.31257202574475,0.255951455205554,0.0,0.170281119382145,0.255951455205554,0.0,0.0342530530650561,0.5,0.255951455205554,0.0,0.0148519259371806,0.5,0.255951455205554,0.0,0.00662334439153664,0.5,0.255951455205554,0.0,0.0201776732501333,0.255951455205554,0.0,0.00120433034062671,0.0,0.0515938056960182,0.255951455205554,0.0,0.038560586141311,0.5,0.255951455205554,0.0,0.131992949872522,0.255951455205554,0.0,0.0141521630221066,0.255951455205554,0.0,0.0376572957702825,0.255951455205554,0.0,0.0327428604264104,0.0,0.917771711046895 -5375,0.255951455205554,0.0,0.503512408217446,0.255951455205554,0.0,0.119035684078173,0.255951455205554,0.0,0.259803492963775,0.255951455205554,0.0,0.282171583524673,0.255951455205554,0.0,0.163660978919631,0.255951455205554,0.0,0.0295462642098495,0.5,0.255951455205554,0.0,0.0213307837803242,0.5,0.255951455205554,0.0,0.0105393603065045,0.5,0.255951455205554,0.0,0.022633555030314,0.255951455205554,0.0,0.00252468205517942,0.0,0.0231974651082985,0.255951455205554,0.0,0.0385236725424822,0.5,0.255951455205554,0.0,0.14965100265124,0.255951455205554,0.0,0.0269718379061581,0.255951455205554,0.0,0.0497390829379407,0.255951455205554,0.0,0.0396433707416412,0.0,0.911794310833501 -5376,0.255951455205554,0.0,0.458606364405665,0.255951455205554,0.0,0.147341114227137,0.255951455205554,0.0,0.287785178141601,0.255951455205554,0.0,0.326291163831246,0.255951455205554,0.0,0.150760360077712,0.255951455205554,0.0,0.0341269787024458,0.5,0.255951455205554,0.0,0.0190315066427718,0.5,0.255951455205554,0.0,0.0100111393219288,0.5,0.255951455205554,0.0,0.0264184806701843,0.255951455205554,0.0,0.00652376697478059,0.0,0.0210905730004795,0.255951455205554,0.0,0.0487722088014556,0.5,0.255951455205554,0.0,0.140632863085003,0.255951455205554,0.0,0.0409975607501206,0.255951455205554,0.0,0.0671764808876411,0.255951455205554,0.0,0.0385422471942405,0.0,0.948266106493022 -5377,0.255951455205554,0.0,0.482682710186885,0.255951455205554,0.0,0.176826292758803,0.255951455205554,0.0,0.317563173295963,0.255951455205554,0.0,0.393597365304293,0.255951455205554,0.0,0.134849956204224,0.255951455205554,0.0,0.0309685304250001,0.5,0.255951455205554,0.0,0.0141854819318089,0.5,0.255951455205554,0.0,0.00792006950475331,0.5,0.255951455205554,0.0,0.0242073913825999,0.255951455205554,0.0,0.0122218005462287,0.0,0.0566746046355467,0.255951455205554,0.0,0.0642883188106287,0.5,0.255951455205554,0.0,0.128179553458613,0.255951455205554,0.0,0.044410011904424,0.255951455205554,0.0,0.0696096457800973,0.255951455205554,0.0,0.0377490417195984,0.0,0.925308528224104 -5378,0.255951455205554,0.0,0.522974889129254,0.255951455205554,0.0,0.250088418725275,0.255951455205554,0.0,0.327613460949314,0.255951455205554,0.0,0.361917033046326,0.255951455205554,0.0,0.129882138767614,0.255951455205554,0.0,0.0248009111650679,0.5,0.255951455205554,0.0,0.0195929904604361,0.5,0.255951455205554,0.0,0.00526660085317513,0.5,0.255951455205554,0.0,0.0210894453480424,0.255951455205554,0.0,0.0184942645622856,0.0,0.0870630594719827,0.255951455205554,0.0,0.0740529102327878,0.5,0.255951455205554,0.0,0.143090638157298,0.255951455205554,0.0,0.0483691542971086,0.255951455205554,0.0,0.0723665301873877,0.255951455205554,0.0,0.0440210682324046,0.0,0.909348030872031 -5379,0.255951455205554,0.0,0.54356837449851,0.255951455205554,0.0,0.246919321680079,0.255951455205554,0.0,0.298787627988102,0.255951455205554,0.0,0.327886991924985,0.255951455205554,0.0,0.137730115480378,0.255951455205554,0.0,0.0270687912084787,0.5,0.255951455205554,0.0,0.00998423017073037,0.5,0.255951455205554,0.0,0.00370581893743158,0.5,0.255951455205554,0.0,0.0171067747650421,0.255951455205554,0.0,0.0114338267344952,0.0,0.0896318504984009,0.255951455205554,0.0,0.0779906452062315,0.5,0.255951455205554,0.0,0.156606032410966,0.255951455205554,0.0,0.0651144665867309,0.255951455205554,0.0,0.0646027174336085,0.255951455205554,0.0,0.0409618336691079,0.0,0.944965621441177 -5380,0.255951455205554,0.0,0.569727736809515,0.255951455205554,0.0,0.174413161694436,0.255951455205554,0.0,0.308371832434816,0.255951455205554,0.0,0.357720909359523,0.255951455205554,0.0,0.103208020022612,0.255951455205554,0.0,0.0127211697721177,0.5,0.255951455205554,0.0,0.00775292749113359,0.5,0.255951455205554,0.0,0.00638613558705789,0.5,0.255951455205554,0.0,0.0132066071287873,0.255951455205554,0.0,0.00860628260434948,0.0,0.107757170696035,0.255951455205554,0.0,0.0848104746673332,0.5,0.255951455205554,0.0,0.160377286672758,0.255951455205554,0.0,0.076043289608142,0.255951455205554,0.0,0.0589142500483766,0.255951455205554,0.0,0.0438616568102571,0.0,0.944448516852913 -5381,0.255951455205554,0.0,0.605056326510775,0.255951455205554,0.0,0.195530518289302,0.255951455205554,0.0,0.29294472890914,0.255951455205554,0.0,0.344351396806496,0.255951455205554,0.0,0.0902725345893877,0.255951455205554,0.0,0.0132827090883253,0.5,0.255951455205554,0.0,0.00523510524218099,0.5,0.255951455205554,0.0,0.00878899062759622,0.5,0.255951455205554,0.0,0.0121377243443531,0.255951455205554,0.0,0.0102594337934143,0.0,0.0998774315666529,0.255951455205554,0.0,0.0890514691302474,0.5,0.255951455205554,0.0,0.171819825929907,0.255951455205554,0.0,0.061810739914795,0.255951455205554,0.0,0.042273755330676,0.255951455205554,0.0,0.0338951787996407,0.0,0.945447047720815 -5382,0.255951455205554,0.0075454799195576,0.572668956135576,0.255951455205554,0.00743397675081753,0.134380136539511,0.255951455205554,0.00369434867302347,0.269536485101772,0.255951455205554,0.00464063425607578,0.312710525024873,0.255951455205554,0.000740057051420228,0.0896106074196702,0.255951455205554,0.00155181967888235,0.0104728125105804,0.5,0.255951455205554,0.00017350084411579,0.00580822507613903,0.5,0.255951455205554,0.000211424702282166,0.011062341238753,0.5,0.255951455205554,0.0019552047091087,0.0143096197388011,0.255951455205554,0.0,0.0073203898195955,0.0210774548300716,0.0696002782937997,0.255951455205554,0.0199203516304858,0.0638263724129267,0.5,0.255951455205554,0.0133716954635422,0.173680192559835,0.255951455205554,0.0158634046608814,0.0581476250001556,0.255951455205554,0.00874979719670709,0.0342365960681714,0.255951455205554,0.00529291161201437,0.0278834104509853,0.00946332707717109,0.951435117002462 -5383,0.255951455205554,0.0839092306089002,0.604438212273377,0.255951455205554,0.0859442930625519,0.145774620099076,0.255951455205554,0.0646730136701602,0.28917045001626,0.255951455205554,0.0765392976873691,0.323986379628203,0.255951455205554,0.0233981891393853,0.0969869265302298,0.255951455205554,0.0351512117356091,0.00664522347072797,0.5,0.255951455205554,0.0280173699098544,0.0131342167002069,0.5,0.255951455205554,0.0106791774148409,0.010146254837353,0.5,0.255951455205554,0.0336911938800731,0.017262763009896,0.255951455205554,0.0195263317310888,0.0185926028069651,0.103720182736678,0.0611618324489596,0.255951455205554,0.102245910902067,0.0766810910125109,0.5,0.255951455205554,0.0903654955339033,0.167606203703972,0.255951455205554,0.0937291596796681,0.0388009834236822,0.255951455205554,0.0833087671320152,0.0275608333882051,0.255951455205554,0.0623323383080785,0.0145582871004003,0.0878201951736285,0.932958122902886 -5384,0.255951455205554,0.201457664417802,0.754291550265859,0.255951455205554,0.20421657360663,0.220603398665708,0.255951455205554,0.152385829633651,0.387249943844669,0.255951455205554,0.188213778986079,0.428139712414893,0.255951455205554,0.0607123135039541,0.117631939581906,0.255951455205554,0.0933481046089191,0.00979180506427509,0.5,0.255951455205554,0.0542787893187073,0.076575870044416,0.5,0.255951455205554,0.0324638249389426,0.00793458520341717,0.5,0.255951455205554,0.0725556852358363,0.0121239215025523,0.255951455205554,0.0175756569800134,0.106278372448848,0.217397910652141,0.0943017952094404,0.255951455205554,0.218653027641221,0.13180156272374,0.5,0.255951455205554,0.211807444713126,0.246103480519157,0.255951455205554,0.195907944565233,0.0363611436495638,0.255951455205554,0.176841695242312,0.0352667504380245,0.255951455205554,0.140015397083131,0.0126516781294033,0.208046246397426,0.900105751619273 -5385,0.255951455205554,0.330768115305399,0.8381005152325,0.255951455205554,0.322037089756732,0.516937404458235,0.255951455205554,0.251083952848486,0.523551244859177,0.255951455205554,0.295028048412061,0.649097198432825,0.255951455205554,0.0972204949286667,0.135707990788737,0.255951455205554,0.15297582145592,0.07794274345257,0.5,0.255951455205554,0.061420648943712,0.265847161652037,0.5,0.255951455205554,0.0493726124578354,0.0226506547186716,0.5,0.255951455205554,0.10477372805505,0.0212222697967625,0.255951455205554,0.0454058010581509,0.334199467438957,0.341558315192073,0.0819074505529053,0.255951455205554,0.336803001989792,0.156241043788386,0.5,0.255951455205554,0.315444900562527,0.314122447925055,0.255951455205554,0.286869806190395,0.0560190387469547,0.255951455205554,0.274321080932833,0.0408279606661884,0.255951455205554,0.199017011797095,0.0310384646560718,0.341358124996613,0.908026357974791 -5386,0.255951455205554,0.456247664342678,0.899070845148262,0.255951455205554,0.37053627129893,0.700245517888076,0.255951455205554,0.339127297811035,0.572389022978051,0.255951455205554,0.426354832012381,0.764477762535077,0.255951455205554,0.111124198259431,0.141569114179043,0.255951455205554,0.149930732268891,0.278941062903045,0.5,0.255951455205554,0.0823758291512454,0.414915500375754,0.5,0.255951455205554,0.0816276608476527,0.0554779296080503,0.5,0.255951455205554,0.125036910785723,0.0421379648178746,0.255951455205554,0.052708677812568,0.492852778656814,0.472591343581166,0.106957483404222,0.255951455205554,0.456231013879819,0.141600110633112,0.5,0.255951455205554,0.381915686443251,0.319576632293865,0.255951455205554,0.3389536531129,0.0765897652309936,0.255951455205554,0.349410388089136,0.0706609226620544,0.255951455205554,0.200461220707113,0.178229449622878,0.477636598877048,0.898067889115071 -5387,0.255951455205554,0.55352635295035,0.92016207535517,0.255951455205554,0.398803465287797,0.691067470346199,0.255951455205554,0.398779627196311,0.573351639230955,0.255951455205554,0.508368781343809,0.768980743106472,0.255951455205554,0.124936889140846,0.148780882535673,0.255951455205554,0.180134652308402,0.496053898623735,0.5,0.255951455205554,0.114236504463427,0.420777460472979,0.5,0.255951455205554,0.118815369312974,0.143807916128682,0.5,0.255951455205554,0.139556252764984,0.0702317168455977,0.255951455205554,0.0612701116850217,0.488190574713278,0.536919170745899,0.134742585609304,0.255951455205554,0.524268666988267,0.171865282057979,0.5,0.255951455205554,0.459196355127262,0.300163241660667,0.255951455205554,0.268322057261493,0.14115798994644,0.255951455205554,0.325022781563643,0.222238045552131,0.255951455205554,0.183113179027984,0.387516149751939,0.578511328767457,0.875443006702624 -5388,0.255951455205554,0.594787313475429,0.905287464401779,0.255951455205554,0.423523071188145,0.759517992950735,0.255951455205554,0.406142072742092,0.571084255441305,0.255951455205554,0.573109287811104,0.762624324020393,0.255951455205554,0.106238226592822,0.134341185155139,0.255951455205554,0.198767190838379,0.481090501105122,0.5,0.255951455205554,0.154519319807444,0.365253021332427,0.5,0.255951455205554,0.206853728920019,0.288061822391625,0.5,0.255951455205554,0.176206446593343,0.0661479468734903,0.255951455205554,0.123123956750476,0.734153350174492,0.486270979274748,0.17221843726439,0.255951455205554,0.462201350785028,0.276491960052769,0.5,0.255951455205554,0.521547089368905,0.341986135920862,0.255951455205554,0.165357141136452,0.0783909067454654,0.255951455205554,0.232486160141353,0.350194081396477,0.255951455205554,0.196688577737551,0.307140650771322,0.63889596382837,0.861394881008798 -5389,0.255951455205554,0.614805349925963,0.882466241367893,0.255951455205554,0.470724912571282,0.808732221134998,0.255951455205554,0.38465191141174,0.564442207828502,0.255951455205554,0.511849762204257,0.756772180608572,0.255951455205554,0.123109466286356,0.142595542537683,0.255951455205554,0.217990427063432,0.303635609877115,0.5,0.255951455205554,0.227849058128596,0.609978863826351,0.5,0.255951455205554,0.21866184485927,0.383190998497421,0.5,0.255951455205554,0.226390856029433,0.0998193130948442,0.255951455205554,0.0171329944904765,0.900229977724508,0.280492670733562,0.265180449770667,0.255951455205554,0.278977247843561,0.253606126604374,0.5,0.255951455205554,0.438334815505233,0.442851463837797,0.255951455205554,0.165625598860557,0.0464319069683258,0.255951455205554,0.223451355867538,0.377361604661983,0.255951455205554,0.112039891082326,0.246278505758051,0.637284258503916,0.865644220384588 -5390,0.255951455205554,0.576790343067738,0.843704080069426,0.255951455205554,0.501399796647836,0.815920700721294,0.255951455205554,0.336071444473626,0.500497402189997,0.255951455205554,0.346767197891581,0.713936899037318,0.255951455205554,0.129141678255467,0.116612082871216,0.255951455205554,0.184725477624901,0.17916205521345,0.5,0.255951455205554,0.114779887699102,0.674609694828566,0.5,0.255951455205554,0.165717153439461,0.54719483641468,0.5,0.255951455205554,0.211173088960246,0.163400350256738,0.255951455205554,0.0200095285285964,0.870314563383785,0.194644722988856,0.361688746356957,0.255951455205554,0.222615408905364,0.31264154421495,0.5,0.255951455205554,0.267980152833232,0.400906296298326,0.255951455205554,0.162178218439007,0.0462363528569444,0.255951455205554,0.147463210758422,0.255666218147921,0.255951455205554,0.159225664483063,0.236390324072043,0.642154459756415,0.870625915262188 -5391,0.255951455205554,0.496067264826682,0.797803994231603,0.255951455205554,0.341235873810809,0.775832233235132,0.255951455205554,0.279203279907337,0.430155364738849,0.255951455205554,0.366395208219207,0.617283283683713,0.255951455205554,0.104733471298865,0.133623776044687,0.255951455205554,0.128037189243492,0.231339365320684,0.5,0.255951455205554,0.041994108011697,0.745707133678487,0.5,0.255951455205554,0.114758416009527,0.68053514226035,0.5,0.255951455205554,0.185066971944075,0.277026222768823,0.255951455205554,0.176996412144647,0.72890842891787,0.116409226688307,0.228098917699297,0.255951455205554,0.118911768923934,0.29763989150862,0.5,0.255951455205554,0.237720806716857,0.432303095260199,0.255951455205554,0.133518388456589,0.046891327492993,0.255951455205554,0.162433008287237,0.243386223609448,0.255951455205554,0.107384398855082,0.180287089246766,0.557928503227875,0.888381502164373 -5392,0.255951455205554,0.358150297941357,0.734456606262367,0.255951455205554,0.196145819702265,0.643408137888248,0.255951455205554,0.181032358899317,0.364731100087355,0.255951455205554,0.235218647169081,0.490435992345441,0.255951455205554,0.102451829937915,0.194208909377721,0.255951455205554,0.0742788850147622,0.293742065742986,0.5,0.255951455205554,0.17499855454247,0.796034387964965,0.5,0.255951455205554,0.109696845332331,0.836957165699368,0.5,0.255951455205554,0.156721581519803,0.440919661861123,0.255951455205554,0.369757782527061,0.835386695846406,0.0628042548383099,0.0988515674972528,0.255951455205554,0.0889725905970589,0.228882278321013,0.5,0.255951455205554,0.154299213572908,0.37944553566706,0.255951455205554,0.08473825544078,0.0803671443591686,0.255951455205554,0.0312598324349255,0.12484416167708,0.255951455205554,0.0686572761607198,0.111273033813398,0.427243830678529,0.882259824036433 -5393,0.255951455205554,0.245465328635951,0.625825962453397,0.255951455205554,0.121288518186081,0.462439977383172,0.255951455205554,0.118619176769672,0.324476833545232,0.255951455205554,0.124788727087348,0.396109918684783,0.255951455205554,0.0792861979900181,0.22818704356648,0.255951455205554,0.0502913625865187,0.377596368501212,0.5,0.255951455205554,0.210114654748814,0.741127257524456,0.5,0.255951455205554,0.0963092602865246,0.818606071012883,0.5,0.255951455205554,0.0826318309508312,0.559397471941984,0.255951455205554,0.208599368350186,0.874211249118344,0.0308532134547241,0.112037228541028,0.255951455205554,0.0343171850071344,0.11689638149476,0.5,0.255951455205554,0.0931373436781704,0.423630860896635,0.255951455205554,0.0312005281455562,0.0674968115175872,0.255951455205554,0.0139301668464276,0.0469031039010243,0.255951455205554,0.12477644492898,0.147517481993945,0.278361008345701,0.872047612579725 -5394,0.255951455205554,0.1373873568555,0.511340678654934,0.255951455205554,0.0543606890081522,0.353355259447579,0.255951455205554,0.0666097558719171,0.30565614122074,0.255951455205554,0.0562964174445801,0.366809649924063,0.255951455205554,0.0569623789288682,0.261033246293766,0.255951455205554,0.021768356336575,0.54786524146444,0.5,0.255951455205554,0.122743184128265,0.622422932154764,0.5,0.255951455205554,0.0556778169474514,0.747108403667953,0.5,0.255951455205554,0.040015144216742,0.647525612928509,0.255951455205554,0.0480235229729763,0.720692867869045,0.00433443591141343,0.0946807577434644,0.255951455205554,0.0128865947800541,0.0508982148916721,0.5,0.255951455205554,0.02782348487524,0.323344715601578,0.255951455205554,0.020953841612003,0.0354894890817927,0.255951455205554,0.0227558688593108,0.0343660581783237,0.255951455205554,0.0950652060198284,0.135090478393543,0.136641308277211,0.871080355596148 -5395,0.255951455205554,0.0500478664769249,0.412501760063184,0.255951455205554,0.0153861567800328,0.252071136357403,0.255951455205554,0.0281035760570402,0.260187444526536,0.255951455205554,0.0201604398342262,0.29629431726125,0.255951455205554,0.0354346113683704,0.302298282364698,0.255951455205554,0.00854827559787882,0.634280459383807,0.5,0.255951455205554,0.030519751580193,0.529957197620656,0.5,0.255951455205554,0.0167447246561423,0.547410824687693,0.5,0.255951455205554,0.0098219597658507,0.710771460548456,0.255951455205554,0.0213211260477494,0.452377785883103,0.000525252783099213,0.0439429236559305,0.255951455205554,0.00195241154748656,0.0267081919449141,0.5,0.255951455205554,0.00599425172161827,0.156585585008046,0.255951455205554,0.0158784513600288,0.0351658818968565,0.255951455205554,0.00532500419626174,0.0203911061120103,0.255951455205554,0.0239985888667854,0.13153627290658,0.0439948271185098,0.832592725646062 -5396,0.255951455205554,1.00071445295488e-05,0.312482339367148,0.255951455205554,0.0,0.157394040946272,0.255951455205554,1.95259433898034e-05,0.2002795261624,0.255951455205554,0.0,0.200212741329898,0.255951455205554,0.0,0.245492604120268,0.255951455205554,6.79764018349701e-06,0.509066927638652,0.5,0.255951455205554,0.0,0.345986304951202,0.5,0.255951455205554,0.0,0.368909683319699,0.5,0.255951455205554,0.0,0.760628122264451,0.255951455205554,0.0,0.193581489170733,0.0,0.0179665825637128,0.255951455205554,5.0705760182663e-08,0.0225464809469139,0.5,0.255951455205554,2.9858197920849e-05,0.0752686796060368,0.255951455205554,0.0,0.0523321818134107,0.255951455205554,0.0,0.0175203366532386,0.255951455205554,0.0,0.259802976449255,0.0,0.783731332394129 -5397,0.255951455205554,0.0,0.278573601914758,0.255951455205554,0.0,0.147316824912635,0.255951455205554,0.0,0.18793247812927,0.255951455205554,0.0,0.188199588510099,0.255951455205554,0.0,0.20751485918156,0.255951455205554,0.0,0.324504194453604,0.5,0.255951455205554,0.0,0.184253015462261,0.5,0.255951455205554,0.0,0.285613758698813,0.5,0.255951455205554,0.0,0.681526053322463,0.255951455205554,0.0,0.0801547268760462,0.0,0.0233876855730806,0.255951455205554,0.0,0.0248481405958546,0.5,0.255951455205554,0.0,0.0478000370564836,0.255951455205554,0.0,0.107813401276857,0.255951455205554,0.0,0.0415871152039459,0.255951455205554,0.0,0.529178407941682,0.0,0.769248997905895 -5398,0.255951455205554,0.0,0.343302721504696,0.255951455205554,0.0,0.135428910813921,0.255951455205554,0.0,0.193586013088553,0.255951455205554,0.0,0.192310229906821,0.255951455205554,0.0,0.20771618548212,0.255951455205554,0.0,0.225015277816639,0.5,0.255951455205554,0.0,0.103784218792673,0.5,0.255951455205554,0.0,0.254980913757982,0.5,0.255951455205554,0.0,0.530285882325162,0.255951455205554,0.0,0.0599999873799547,0.0,0.0232530638124507,0.255951455205554,0.0,0.0325812241621272,0.5,0.255951455205554,0.0,0.051800789238415,0.255951455205554,0.0,0.262273090375719,0.255951455205554,0.0,0.118823588235263,0.255951455205554,0.0,0.814618491778964,0.0,0.809883973857709 -5399,0.255951455205554,0.0,0.435117889545746,0.255951455205554,0.0,0.125334248485801,0.255951455205554,0.0,0.216430647581445,0.255951455205554,0.0,0.170582679668911,0.255951455205554,0.0,0.199652583161877,0.255951455205554,0.0,0.165685535068991,0.5,0.255951455205554,0.0,0.0792586249211964,0.5,0.255951455205554,0.0,0.243906450979315,0.5,0.255951455205554,0.0,0.427699200429321,0.255951455205554,0.0,0.0519519082649426,0.0,0.0246099046692844,0.255951455205554,0.0,0.0524738657894272,0.5,0.255951455205554,0.0,0.0728100293005584,0.255951455205554,0.0,0.492951758522963,0.255951455205554,0.0,0.285664168875805,0.255951455205554,0.0,0.785775594989511,0.0,0.888297369673922 -5400,0.255951455205554,0.0,0.451357019138851,0.255951455205554,0.0,0.123747410365758,0.255951455205554,0.0,0.245030780442885,0.255951455205554,0.0,0.151033000972759,0.255951455205554,0.0,0.192640042291411,0.255951455205554,0.0,0.13982881514993,0.5,0.255951455205554,0.0,0.0694159484153586,0.5,0.255951455205554,0.0,0.176450059566618,0.5,0.255951455205554,0.0,0.333525674961883,0.255951455205554,0.0,0.0375732386130766,0.0,0.0187031280469523,0.255951455205554,0.0,0.0941602249504742,0.5,0.255951455205554,0.0,0.0828639186021222,0.255951455205554,0.0,0.612742812020105,0.255951455205554,0.0,0.519743632191229,0.255951455205554,0.0,0.634372961936929,0.0,0.879800958884696 -5401,0.255951455205554,0.0,0.458842650689016,0.255951455205554,0.0,0.119211102104136,0.255951455205554,0.0,0.277850578144533,0.255951455205554,0.0,0.192869907232468,0.255951455205554,0.0,0.208308965862304,0.255951455205554,0.0,0.1207500415207,0.5,0.255951455205554,0.0,0.0623678702059085,0.5,0.255951455205554,0.0,0.11242011606268,0.5,0.255951455205554,0.0,0.251603936828784,0.255951455205554,0.0,0.0341827843638751,0.0,0.0177401809930615,0.255951455205554,0.0,0.140890120679519,0.5,0.255951455205554,0.0,0.0922791393392376,0.255951455205554,0.0,0.716393259490442,0.255951455205554,0.0,0.514772362858252,0.255951455205554,0.0,0.47524579404821,0.0,0.850900792340931 -5402,0.255951455205554,0.0,0.477392667649674,0.255951455205554,0.0,0.100971400821654,0.255951455205554,0.0,0.305930189913029,0.255951455205554,0.0,0.265006512723046,0.255951455205554,0.0,0.199252848276761,0.255951455205554,0.0,0.0984172812597175,0.5,0.255951455205554,0.0,0.0592987876004672,0.5,0.255951455205554,0.0,0.10180080011609,0.5,0.255951455205554,0.0,0.196705702721469,0.255951455205554,0.0,0.0385873836037123,0.0,0.0255674686542493,0.255951455205554,0.0,0.195851870591273,0.5,0.255951455205554,0.0,0.102487733077122,0.255951455205554,0.0,0.720835609752478,0.255951455205554,0.0,0.42837357706615,0.255951455205554,0.0,0.364312740056715,0.0,0.837191184302921 -5403,0.255951455205554,0.0,0.489395728875035,0.255951455205554,0.0,0.108371508058167,0.255951455205554,0.0,0.318829123735469,0.255951455205554,0.0,0.334457497829842,0.255951455205554,0.0,0.177089406375896,0.255951455205554,0.0,0.073524262304076,0.5,0.255951455205554,0.0,0.0588438195896699,0.5,0.255951455205554,0.0,0.0939477217018777,0.5,0.255951455205554,0.0,0.162565291700404,0.255951455205554,0.0,0.0393117371747048,0.0,0.0476520562135987,0.255951455205554,0.0,0.232759758153421,0.5,0.255951455205554,0.0,0.118698940699798,0.255951455205554,0.0,0.646704594912394,0.255951455205554,0.0,0.341804946109983,0.255951455205554,0.0,0.260803670661418,0.0,0.857262003189754 -5404,0.255951455205554,0.0,0.494534512786671,0.255951455205554,0.0,0.143911527293036,0.255951455205554,0.0,0.327609160272395,0.255951455205554,0.0,0.381518692488003,0.255951455205554,0.0,0.170414519443657,0.255951455205554,0.0,0.0630948239460411,0.5,0.255951455205554,0.0,0.0607439812975615,0.5,0.255951455205554,0.0,0.0746729269819286,0.5,0.255951455205554,0.0,0.126304557877399,0.255951455205554,0.0,0.0359373710793183,0.0,0.0927393515843372,0.255951455205554,0.0,0.222266965747589,0.5,0.255951455205554,0.0,0.129660774696172,0.255951455205554,0.0,0.542086347681302,0.255951455205554,0.0,0.259155790568497,0.255951455205554,0.0,0.175405760808603,0.0,0.895703476469841 -5405,0.255951455205554,0.0,0.51799648406147,0.255951455205554,0.0,0.190714396842408,0.255951455205554,0.0,0.33699797633919,0.255951455205554,0.0,0.414739474927376,0.255951455205554,0.0,0.187177638941552,0.255951455205554,0.0,0.0641881948801913,0.5,0.255951455205554,0.0,0.052743871058185,0.5,0.255951455205554,0.0,0.0585532648411138,0.5,0.255951455205554,0.0,0.0914906020454911,0.255951455205554,0.0,0.0396451822480606,0.0,0.137342014915921,0.255951455205554,0.0,0.224296774502325,0.5,0.255951455205554,0.0,0.135288930857943,0.255951455205554,0.0,0.453506238430486,0.255951455205554,0.0,0.207966061009755,0.255951455205554,0.0,0.115425965041096,0.0,0.907905424014503 -5406,0.255951455205554,0.00535737029517011,0.539548030968005,0.255951455205554,0.00638698620476719,0.230058465048294,0.255951455205554,0.0033856605181675,0.349956952372128,0.255951455205554,0.00406036663406009,0.447377340235123,0.255951455205554,0.000993370559090034,0.220518816700642,0.255951455205554,0.00126824282891625,0.0682378245611392,0.5,0.255951455205554,6.22701229882014e-05,0.0438575906268965,0.5,0.255951455205554,0.000624933568166927,0.046583426074173,0.5,0.255951455205554,0.00281777721074744,0.070916088973881,0.255951455205554,0.0,0.0467933324228965,0.00994072248023188,0.194263580761588,0.255951455205554,0.00593653131318667,0.252795160159625,0.5,0.255951455205554,0.0153780940666978,0.16393116644473,0.255951455205554,0.00637708624321004,0.37035113500946,0.255951455205554,0.00703245191206489,0.176825554192505,0.255951455205554,0.00494714738781001,0.0878698442736972,0.00744677310248901,0.918844117368012 -5407,0.255951455205554,0.0583440320853467,0.623201955234183,0.255951455205554,0.0844471122056362,0.344629697840289,0.255951455205554,0.0684297472844242,0.415851386934084,0.255951455205554,0.074389785087482,0.527830186385506,0.255951455205554,0.0550515700000548,0.285611371898563,0.255951455205554,0.0283053574376489,0.0895588659888786,0.5,0.255951455205554,0.0362373479389667,0.0605403657165226,0.5,0.255951455205554,0.0453270113817537,0.04279773273114,0.5,0.255951455205554,0.0491613980190807,0.0758985569456253,0.255951455205554,0.0191477680166905,0.066129195724448,0.0819214831062146,0.281006553346337,0.255951455205554,0.0559925875467162,0.331525565848816,0.5,0.255951455205554,0.0963926848884883,0.291505567987482,0.255951455205554,0.0679319790873294,0.354089479744728,0.255951455205554,0.082408280703681,0.217755080122714,0.255951455205554,0.0763377817775848,0.141004146710145,0.0813493799558153,0.936092268968932 -5408,0.255951455205554,0.120408776652874,0.745217387832949,0.255951455205554,0.204484710479108,0.619323305338958,0.255951455205554,0.173331780366138,0.581575096505927,0.255951455205554,0.191044563902786,0.636024158418148,0.255951455205554,0.148130979668182,0.396410622729552,0.255951455205554,0.0789415791744661,0.167624220339372,0.5,0.255951455205554,0.118542398941168,0.155922547625871,0.5,0.255951455205554,0.108315551696612,0.0981246589715927,0.5,0.255951455205554,0.10750650170389,0.137694320996128,0.255951455205554,0.0942518523959171,0.132039165112738,0.20265317289859,0.309083475363649,0.255951455205554,0.169880965726639,0.405256270608063,0.5,0.255951455205554,0.224790199522577,0.530253861864353,0.255951455205554,0.181165888346338,0.407306889779596,0.255951455205554,0.178979256929259,0.299738143309234,0.255951455205554,0.166492282571644,0.25210348982884,0.170851873607755,0.944152494438232 -5409,0.255951455205554,0.175673557105235,0.806544785396526,0.255951455205554,0.335831113804443,0.746511504694115,0.255951455205554,0.294589165382234,0.682175384400789,0.255951455205554,0.324110940195124,0.751168764726126,0.255951455205554,0.239558176493142,0.489805337775415,0.255951455205554,0.165398612946461,0.224446988616557,0.5,0.255951455205554,0.229520656147998,0.248060944728171,0.5,0.255951455205554,0.156847421111055,0.161138608392606,0.5,0.255951455205554,0.148141476326212,0.187695506729317,0.255951455205554,0.241094485957489,0.227073943240498,0.329844028785326,0.374814573461558,0.255951455205554,0.324494015195359,0.436620806330178,0.5,0.255951455205554,0.359796691676662,0.633888313242404,0.255951455205554,0.327561829875373,0.395962408447531,0.255951455205554,0.261194020518599,0.360704180872812,0.255951455205554,0.22798499168759,0.313386874123603,0.220980305058491,0.947440268218876 -5410,0.255951455205554,0.215675025282868,0.880465974604705,0.255951455205554,0.468341370185771,0.8230635774547,0.255951455205554,0.406392754628505,0.778562814037409,0.255951455205554,0.457274011015547,0.849034361289861,0.255951455205554,0.338061075494202,0.560088497194751,0.255951455205554,0.281681674960545,0.248530182765576,0.5,0.255951455205554,0.336394730955861,0.299603177892272,0.5,0.255951455205554,0.199823446969327,0.187675597175813,0.5,0.255951455205554,0.174534277574344,0.190966178185981,0.255951455205554,0.327280009543714,0.304629460305044,0.427416077692201,0.475735439815031,0.255951455205554,0.466192546453431,0.484119909082204,0.5,0.255951455205554,0.497125960288947,0.673519377244025,0.255951455205554,0.429052986382307,0.334035470452561,0.255951455205554,0.308178436688032,0.424862364430933,0.255951455205554,0.224443539723827,0.290824960803844,0.186138021528849,0.959837387457521 -5411,0.255951455205554,0.214427800324078,0.919025905798513,0.255951455205554,0.541110257399323,0.893930029287242,0.255951455205554,0.461233509798453,0.824185872736784,0.255951455205554,0.507899300244007,0.899092172564756,0.255951455205554,0.437449192632378,0.656568544102541,0.255951455205554,0.402437488373908,0.267033143735991,0.5,0.255951455205554,0.344169039488621,0.352773335958546,0.5,0.255951455205554,0.290605730950623,0.229262650573048,0.5,0.255951455205554,0.24766608431437,0.209572591259779,0.255951455205554,0.338168096045843,0.39013782087446,0.501149113378774,0.503894160542107,0.255951455205554,0.55647822244047,0.508719489738178,0.5,0.255951455205554,0.596282478127428,0.695157891116054,0.255951455205554,0.50777702505989,0.297501420480832,0.255951455205554,0.412007955342038,0.500324723809133,0.255951455205554,0.302951932679139,0.347860000808543,0.118577451122254,0.972337489843757 -5412,0.255951455205554,0.161466310233195,0.911573908065156,0.255951455205554,0.471879998193127,0.881887947303129,0.255951455205554,0.434860774093392,0.825226003511671,0.255951455205554,0.461245873776218,0.918378486078922,0.255951455205554,0.468934608072996,0.707088270230563,0.255951455205554,0.471946984020469,0.296103095624583,0.5,0.255951455205554,0.340483938040103,0.403399973934943,0.5,0.255951455205554,0.27672325392246,0.25575771061957,0.5,0.255951455205554,0.343463815533573,0.230701649500376,0.255951455205554,0.384078362847283,0.492634033437417,0.566950885492841,0.543729902889317,0.255951455205554,0.5380082923939,0.498333042817389,0.5,0.255951455205554,0.640978301927703,0.667924361449182,0.255951455205554,0.535198585389624,0.274189311937192,0.255951455205554,0.480574446913054,0.527852995317179,0.255951455205554,0.40069746270198,0.393849791775316,0.0691820122054096,0.980148457370594 -5413,0.255951455205554,0.18378659241739,0.924401557960593,0.255951455205554,0.517295410446546,0.895808143622651,0.255951455205554,0.367236554694245,0.820929766227523,0.255951455205554,0.380848977508738,0.927392870033194,0.255951455205554,0.413612236357562,0.686114303061952,0.255951455205554,0.463493502291566,0.341305115883662,0.5,0.255951455205554,0.333077839437511,0.424733192672008,0.5,0.255951455205554,0.283250738400033,0.257113636186285,0.5,0.255951455205554,0.408630573387148,0.260297306198827,0.255951455205554,0.288793264598918,0.465939405408691,0.579512254381243,0.558095753869731,0.255951455205554,0.554707784667477,0.486560928854177,0.5,0.255951455205554,0.637812864023915,0.610226314341011,0.255951455205554,0.534304048137306,0.238630836696523,0.255951455205554,0.466367540345608,0.483543337436724,0.255951455205554,0.461910338610375,0.401949709747577,0.0772718930452626,0.980961316877302 -5414,0.255951455205554,0.165630265255456,0.930935591822511,0.255951455205554,0.379973474762434,0.875855773435517,0.255951455205554,0.286729346412324,0.812953679561973,0.255951455205554,0.287013665912686,0.930401474021874,0.255951455205554,0.359123998400424,0.682666047846251,0.255951455205554,0.335132489498298,0.367739360955008,0.5,0.255951455205554,0.317855947985652,0.406784386109438,0.5,0.255951455205554,0.312102089752327,0.224261461170309,0.5,0.255951455205554,0.392606754754438,0.273746955514635,0.255951455205554,0.194847708889636,0.389570422215875,0.570715367051672,0.544709653568878,0.255951455205554,0.546431207788997,0.473814253489253,0.5,0.255951455205554,0.590458820437166,0.557354293315181,0.255951455205554,0.572486935960904,0.219288237770067,0.255951455205554,0.473637793763056,0.419873684713595,0.255951455205554,0.505789913243306,0.325268756841353,0.0805087021712588,0.969411252274758 -5415,0.255951455205554,0.145558314438329,0.939603056291927,0.255951455205554,0.283255127498537,0.874944324616761,0.255951455205554,0.244884699940157,0.814259753539096,0.255951455205554,0.167637543168952,0.898253068808219,0.255951455205554,0.233479578756189,0.650764155564622,0.255951455205554,0.263046769845438,0.329775401899022,0.5,0.255951455205554,0.241738105884725,0.425793461348158,0.5,0.255951455205554,0.312478534554504,0.220646324575825,0.5,0.255951455205554,0.335332884128769,0.281215048354659,0.255951455205554,0.0991594672504319,0.358508530335898,0.488051241736763,0.533280015842524,0.255951455205554,0.469751607733114,0.437566762031401,0.5,0.255951455205554,0.506750815344113,0.53582882360292,0.255951455205554,0.475480516350203,0.215751237153253,0.255951455205554,0.518879678621547,0.365987536206816,0.255951455205554,0.478912111635754,0.319013945460781,0.0675272570916493,0.952098489873539 -5416,0.255951455205554,0.111886245767789,0.928217770384384,0.255951455205554,0.126185953997538,0.837993964533701,0.255951455205554,0.196235972614162,0.805239817099643,0.255951455205554,0.229370853150957,0.906966284825581,0.255951455205554,0.121139612624301,0.586048585033042,0.255951455205554,0.253464205068174,0.322429022820326,0.5,0.255951455205554,0.16149586861727,0.426237432277886,0.5,0.255951455205554,0.225132224770517,0.219984154039716,0.5,0.255951455205554,0.283691743872495,0.251031901656583,0.255951455205554,0.0716608757093759,0.211591290409308,0.406860995192119,0.435285871417936,0.255951455205554,0.37244143327204,0.385014307094147,0.5,0.255951455205554,0.340465958164622,0.504101087127172,0.255951455205554,0.385882229523456,0.226275603611769,0.255951455205554,0.451706578649378,0.348973921206888,0.255951455205554,0.350662563823001,0.337317544692071,0.0747219871573094,0.92643400827863 -5417,0.255951455205554,0.111648342118997,0.924297023802991,0.255951455205554,0.0787447732796863,0.728722226031971,0.255951455205554,0.157374246658252,0.797540755248992,0.255951455205554,0.2501829825218,0.929020107291697,0.255951455205554,0.0776476252328945,0.509067761409925,0.255951455205554,0.195786991077334,0.298366030770499,0.5,0.255951455205554,0.112093300238872,0.389820600899747,0.5,0.255951455205554,0.120330677175768,0.220732912180602,0.5,0.255951455205554,0.201668919350545,0.193866636518858,0.255951455205554,0.0628006713267049,0.184512675187604,0.302601821779738,0.319900378456357,0.255951455205554,0.289668670223823,0.330256976713626,0.5,0.255951455205554,0.204267027405566,0.458918410720907,0.255951455205554,0.270780408931125,0.204528754066792,0.255951455205554,0.307504199666511,0.321748840635421,0.255951455205554,0.225072570646743,0.323235133172511,0.0699115892124713,0.906546871500716 -5418,0.255951455205554,0.0807266401184177,0.906493848169141,0.255951455205554,0.0890460051517859,0.798458562807454,0.255951455205554,0.0978116778938544,0.777012138448215,0.255951455205554,0.0640203655871268,0.874990690496075,0.255951455205554,0.0705702850428243,0.414020648023634,0.255951455205554,0.0991662691734778,0.234183200738825,0.5,0.255951455205554,0.106622295415899,0.339872040391251,0.5,0.255951455205554,0.0636760905022927,0.228187216723661,0.5,0.255951455205554,0.101168389343325,0.172416999566745,0.255951455205554,0.0407044925865374,0.155484453209872,0.191898874982098,0.135062414627826,0.255951455205554,0.1621874880043,0.211009042112991,0.5,0.255951455205554,0.0798000747256061,0.363756247554535,0.255951455205554,0.1406146943408,0.124848572837694,0.255951455205554,0.167216512588197,0.277955124256726,0.255951455205554,0.139176906118721,0.280227383402264,0.106852853939485,0.866457122755241 -5419,0.255951455205554,0.0370042927859141,0.863007259160123,0.255951455205554,0.0490542123016119,0.827248815858865,0.255951455205554,0.0343664525532877,0.712485529146674,0.255951455205554,0.0236963673270053,0.776732475534549,0.255951455205554,0.0307960434041553,0.294568000748454,0.255951455205554,0.0327312393187478,0.189189995248855,0.5,0.255951455205554,0.040889542288042,0.23522834671194,0.5,0.255951455205554,0.0179029009283331,0.217845056101084,0.5,0.255951455205554,0.0232493984586269,0.164866441272404,0.255951455205554,0.00991901650236215,0.0720890494961644,0.0360767587553825,0.0390151200906625,0.255951455205554,0.0313575444641661,0.116398054756233,0.5,0.255951455205554,0.02667473592855,0.281222875634875,0.255951455205554,0.0312129276384392,0.055877438451855,0.255951455205554,0.0360921630917235,0.213026732479905,0.255951455205554,0.0353997251446275,0.168101656693441,0.0468131369731827,0.802328739357501 -5420,0.255951455205554,0.0,0.813823381210011,0.255951455205554,0.0,0.735297744175416,0.255951455205554,6.50264610943749e-06,0.594393905249536,0.255951455205554,0.0,0.670957743256694,0.255951455205554,3.59752190037273e-06,0.182970266066634,0.255951455205554,9.07295215888714e-06,0.15585673577368,0.5,0.255951455205554,7.23940204167993e-06,0.138709496596684,0.5,0.255951455205554,0.0,0.179498469994255,0.5,0.255951455205554,1.15215302728637e-07,0.171350568590491,0.255951455205554,9.31053843277567e-05,0.0401868784631944,0.0,0.0446460262240915,0.255951455205554,0.0,0.101394789413353,0.5,0.255951455205554,0.0,0.19668247347312,0.255951455205554,0.0,0.05552595850259,0.255951455205554,0.0,0.170838838779929,0.255951455205554,0.0,0.101725654165153,0.0,0.828074761949923 -5421,0.255951455205554,0.0,0.7974520043472,0.255951455205554,0.0,0.650606251663952,0.255951455205554,0.0,0.515306817431231,0.255951455205554,0.0,0.62020202542854,0.255951455205554,0.0,0.139574061959885,0.255951455205554,0.0,0.130160892824823,0.5,0.255951455205554,0.0,0.0650142416454248,0.5,0.255951455205554,0.0,0.120080343606401,0.5,0.255951455205554,0.0,0.182888727001178,0.255951455205554,0.0,0.0496267035972377,0.0,0.0507490938337453,0.255951455205554,0.0,0.109090491152207,0.5,0.255951455205554,0.0,0.178270491225812,0.255951455205554,0.0,0.0570383471957871,0.255951455205554,0.0,0.163170885018139,0.255951455205554,0.0,0.0943120897612448,0.0,0.859223433928971 -5422,0.255951455205554,0.0,0.807302032170566,0.255951455205554,0.0,0.565526132674548,0.255951455205554,0.0,0.4613482990714,0.255951455205554,0.0,0.63327443820226,0.255951455205554,0.0,0.129819579983059,0.255951455205554,0.0,0.123402944884784,0.5,0.255951455205554,0.0,0.0474012537293044,0.5,0.255951455205554,0.0,0.0760317639100467,0.5,0.255951455205554,0.0,0.183147693626738,0.255951455205554,0.0,0.072124808734528,0.0,0.0437683778256413,0.255951455205554,0.0,0.139574285289195,0.5,0.255951455205554,0.0,0.203776195185172,0.255951455205554,0.0,0.0664912874632465,0.255951455205554,0.0,0.149243983712493,0.255951455205554,0.0,0.0955479446163592,0.0,0.852376616165058 -5423,0.255951455205554,0.0,0.804748134290769,0.255951455205554,0.0,0.533048251224446,0.255951455205554,0.0,0.434057730592325,0.255951455205554,0.0,0.600258712262946,0.255951455205554,0.0,0.11001407085895,0.255951455205554,0.0,0.127340725576504,0.5,0.255951455205554,0.0,0.0573813105383504,0.5,0.255951455205554,0.0,0.0613753084443795,0.5,0.255951455205554,0.0,0.18172062019283,0.255951455205554,0.0,0.0843045825488144,0.0,0.0515771184512296,0.255951455205554,0.0,0.146081495953679,0.5,0.255951455205554,0.0,0.186162867095022,0.255951455205554,0.0,0.0714069403244192,0.255951455205554,0.0,0.0905605398676431,0.255951455205554,0.0,0.104634073462632,0.0,0.791136896514147 -5424,0.255951455205554,0.0,0.76058101958894,0.255951455205554,0.0,0.539201528678642,0.255951455205554,0.0,0.414797952698277,0.255951455205554,0.0,0.570763352801172,0.255951455205554,0.0,0.0999202504586982,0.255951455205554,0.0,0.107469408571643,0.5,0.255951455205554,0.0,0.0708063776182379,0.5,0.255951455205554,0.0,0.0602904743414309,0.5,0.255951455205554,0.0,0.167168443504074,0.255951455205554,0.0,0.0639929068756335,0.0,0.0875599226414325,0.255951455205554,0.0,0.102904495622352,0.5,0.255951455205554,0.0,0.159742440010241,0.255951455205554,0.0,0.0781911518722486,0.255951455205554,0.0,0.047026336365751,0.255951455205554,0.0,0.129903214378951,0.0,0.710931660487618 -5425,0.255951455205554,0.0,0.713966420027917,0.255951455205554,0.0,0.502936584133415,0.255951455205554,0.0,0.388815801557576,0.255951455205554,0.0,0.538214526993657,0.255951455205554,0.0,0.0964267078135519,0.255951455205554,0.0,0.0742631968897381,0.5,0.255951455205554,0.0,0.0778928065339268,0.5,0.255951455205554,0.0,0.0757280814229954,0.5,0.255951455205554,0.0,0.155289972266542,0.255951455205554,0.0,0.0521684223026306,0.0,0.100590181221415,0.255951455205554,0.0,0.0760224510188005,0.5,0.255951455205554,0.0,0.158212543385767,0.255951455205554,0.0,0.0894762458957477,0.255951455205554,0.0,0.0488537154593263,0.255951455205554,0.0,0.157027413694951,0.0,0.691807204144335 -5426,0.255951455205554,0.0,0.689063298053663,0.255951455205554,0.0,0.455536065030023,0.255951455205554,0.0,0.353574845657962,0.255951455205554,0.0,0.477398746823795,0.255951455205554,0.0,0.100428448338451,0.255951455205554,0.0,0.0581523092503562,0.5,0.255951455205554,0.0,0.0749330367096001,0.5,0.255951455205554,0.0,0.0792737323088814,0.5,0.255951455205554,0.0,0.117943160525883,0.255951455205554,0.0,0.0582077287578238,0.0,0.0574550992571178,0.255951455205554,0.0,0.0740536646606702,0.5,0.255951455205554,0.0,0.18465970128474,0.255951455205554,0.0,0.0946509421409515,0.255951455205554,0.0,0.0634861694950706,0.255951455205554,0.0,0.170397859505041,0.0,0.646642066311155 -5427,0.255951455205554,0.0,0.650972754386139,0.255951455205554,0.0,0.391378084648639,0.255951455205554,0.0,0.32566529703602,0.255951455205554,0.0,0.426664949554271,0.255951455205554,0.0,0.103447559017945,0.255951455205554,0.0,0.0593281874084157,0.5,0.255951455205554,0.0,0.080370185868545,0.5,0.255951455205554,0.0,0.0784163402486805,0.5,0.255951455205554,0.0,0.0860533960142093,0.255951455205554,0.0,0.0673237523946473,0.0,0.0438221555976346,0.255951455205554,0.0,0.0728849071022846,0.5,0.255951455205554,0.0,0.234785741636634,0.255951455205554,0.0,0.088671265421336,0.255951455205554,0.0,0.0666857854018335,0.255951455205554,0.0,0.154804954596526,0.0,0.621460135017338 -5428,0.255951455205554,0.0,0.617007850209222,0.255951455205554,0.0,0.368762315608745,0.255951455205554,0.0,0.304787547578201,0.255951455205554,0.0,0.396503503606194,0.255951455205554,0.0,0.0968356259696232,0.255951455205554,0.0,0.0690849351207109,0.5,0.255951455205554,0.0,0.0939578222503502,0.5,0.255951455205554,0.0,0.0872548828414584,0.5,0.255951455205554,0.0,0.0677818959924608,0.255951455205554,0.0,0.0887787936659264,0.0,0.0492053737557284,0.255951455205554,0.0,0.0695234260990679,0.5,0.255951455205554,0.0,0.275139942325419,0.255951455205554,0.0,0.0788350064567383,0.255951455205554,0.0,0.0670344846919753,0.255951455205554,0.0,0.104203325860512,0.0,0.570939358042818 -5429,0.255951455205554,0.0,0.556934965305211,0.255951455205554,0.0,0.365164485573748,0.255951455205554,0.0,0.279472696597875,0.255951455205554,0.0,0.375144282255158,0.255951455205554,0.0,0.0959223410046014,0.255951455205554,0.0,0.0700310856891481,0.5,0.255951455205554,0.0,0.122495916588372,0.5,0.255951455205554,0.0,0.0896041042045564,0.5,0.255951455205554,0.0,0.0668585277170932,0.255951455205554,0.0,0.112376248728388,0.0,0.0481665560077777,0.255951455205554,0.0,0.0694208265694649,0.5,0.255951455205554,0.0,0.29063406082881,0.255951455205554,0.0,0.0651543029314621,0.255951455205554,0.0,0.0633103985455568,0.255951455205554,0.0,0.0556047373979617,0.0,0.555954890390685 -5430,0.255951455205554,0.00165108605991528,0.545642212910536,0.255951455205554,0.00524384830343839,0.364181047710586,0.255951455205554,0.00258287395969039,0.249861521056587,0.255951455205554,0.00333622178994949,0.346275732653788,0.255951455205554,0.000381512823881693,0.0946138330632647,0.255951455205554,0.00053111482213323,0.0820800101077995,0.5,0.255951455205554,1.97356851737277e-06,0.138706590551323,0.5,0.255951455205554,0.000430756040929742,0.0897147341896967,0.5,0.255951455205554,0.00182161165856302,0.073673030826221,0.255951455205554,0.0,0.105126623291721,0.0139268077896145,0.039989599139184,0.255951455205554,0.0132362972140275,0.0693166867547776,0.5,0.255951455205554,0.0121619628371086,0.320543669285886,0.255951455205554,0.00407422403239104,0.0536140998525945,0.255951455205554,0.00366331418476608,0.0553230333841998,0.255951455205554,0.00265667903679352,0.0399502479886449,0.00040429600265635,0.567568401718921 -5431,0.255951455205554,0.0207469935920356,0.53204043171832,0.255951455205554,0.0754943233171553,0.425461310343952,0.255951455205554,0.0568483328936644,0.24585855390645,0.255951455205554,0.0669563964190222,0.344846365887336,0.255951455205554,0.0169988976472632,0.104117563291551,0.255951455205554,0.00875273994552074,0.109964791298371,0.5,0.255951455205554,0.0159451357694391,0.117312536825806,0.5,0.255951455205554,0.0359038710945431,0.121357319054487,0.5,0.255951455205554,0.042388022414488,0.10061522413989,0.255951455205554,0.00117014343886732,0.0765256009149908,0.0813710094552378,0.0517260990760158,0.255951455205554,0.076513543489565,0.105823977245099,0.5,0.255951455205554,0.0834538772699265,0.428915539148038,0.255951455205554,0.0302700285422079,0.056407266371847,0.255951455205554,0.0629287022484888,0.0851369334978459,0.255951455205554,0.0481067606549514,0.0826367229458279,0.00357473905101665,0.606604199536543 -5432,0.255951455205554,0.0360225545658009,0.507940774439104,0.255951455205554,0.164359656217776,0.524597793601504,0.255951455205554,0.139670873144813,0.335205047437376,0.255951455205554,0.160260530720611,0.399191081163719,0.255951455205554,0.0583234645295663,0.153185807383469,0.255951455205554,0.0246453879420383,0.12093780702324,0.5,0.255951455205554,0.0647056921093544,0.129486207660462,0.5,0.255951455205554,0.0886363582652742,0.21600972130534,0.5,0.255951455205554,0.108334362968822,0.157339373398192,0.255951455205554,0.00774575857989028,0.0627109063083503,0.177883871419473,0.17315129745557,0.255951455205554,0.147052950149653,0.207299926147631,0.5,0.255951455205554,0.193822396217372,0.569170864100826,0.255951455205554,0.0717250896498596,0.0944308114151736,0.255951455205554,0.157373939909197,0.210080726443204,0.255951455205554,0.0702811698142309,0.202039073312537,0.00832383309488051,0.637426055858854 -5433,0.255951455205554,0.0501785881904854,0.497258797893537,0.255951455205554,0.269721068806323,0.593662931436669,0.255951455205554,0.239189745841429,0.452452811674965,0.255951455205554,0.271116126496196,0.544202091681251,0.255951455205554,0.127223835005539,0.223407876367622,0.255951455205554,0.0746108948902973,0.171680995237044,0.5,0.255951455205554,0.0909030456348924,0.15459226210367,0.5,0.255951455205554,0.111332570247896,0.271627691015458,0.5,0.255951455205554,0.168188352252923,0.222927844351048,0.255951455205554,0.0139487313564142,0.115729143457905,0.244692195969571,0.30204441664353,0.255951455205554,0.213834960259207,0.373525156693081,0.5,0.255951455205554,0.320373200246989,0.69256330301264,0.255951455205554,0.107216515661106,0.161364507376579,0.255951455205554,0.22880441632469,0.344574160513938,0.255951455205554,0.110808901523496,0.256247631648367,0.00561194218446141,0.686360692029197 -5434,0.255951455205554,0.0652515367167015,0.492394835899637,0.255951455205554,0.393336748048593,0.720537677075342,0.255951455205554,0.350104042327897,0.517187559723118,0.255951455205554,0.391419479060217,0.655342055246097,0.255951455205554,0.244338587807017,0.336459337813013,0.255951455205554,0.146492799735545,0.184481484356024,0.5,0.255951455205554,0.111208745440554,0.204972217616307,0.5,0.255951455205554,0.115633562254342,0.386559681139772,0.5,0.255951455205554,0.226197894852138,0.283978208588935,0.255951455205554,0.00742016519989478,0.242528043061449,0.368787982024275,0.426995317118406,0.255951455205554,0.284935957703425,0.458922228752372,0.5,0.255951455205554,0.445963795576753,0.756320160303488,0.255951455205554,0.175010990624625,0.175842178804778,0.255951455205554,0.301218213212121,0.299304595065493,0.255951455205554,0.236609688268271,0.321817766755761,0.00868434384582011,0.718933464501279 -5435,0.255951455205554,0.0726375631803687,0.49082520261625,0.255951455205554,0.380251945428683,0.794930969389487,0.255951455205554,0.421547793025103,0.525835964743315,0.255951455205554,0.415709434317745,0.646497432121059,0.255951455205554,0.37150190329563,0.426773454884822,0.255951455205554,0.213139223388415,0.236105233275676,0.5,0.255951455205554,0.129933216146618,0.280440501124363,0.5,0.255951455205554,0.125367828969092,0.494203420516498,0.5,0.255951455205554,0.304157321847107,0.340358526648834,0.255951455205554,0.0314314540626847,0.351304938193183,0.402655946961613,0.489128321272212,0.255951455205554,0.391871696091375,0.452996361926446,0.5,0.255951455205554,0.504322693163088,0.752592203962255,0.255951455205554,0.357785420690965,0.246562068576967,0.255951455205554,0.446272350730332,0.253222117656007,0.255951455205554,0.301892240210482,0.311265568857124,0.0194170794389198,0.68327032503184 -5436,0.255951455205554,0.077627242948991,0.497927559211889,0.255951455205554,0.546119712566501,0.851368035699492,0.255951455205554,0.458786190530887,0.508364959955653,0.255951455205554,0.502251636247384,0.631718589714378,0.255951455205554,0.419998020502382,0.503405633381251,0.255951455205554,0.205262761385264,0.262497937614398,0.5,0.255951455205554,0.112459272480363,0.362881039411936,0.5,0.255951455205554,0.13568455779058,0.544407514091147,0.5,0.255951455205554,0.30933763297399,0.417888768947766,0.255951455205554,0.256995837378983,0.558215606318209,0.167275422781922,0.372393256349065,0.255951455205554,0.49960562911594,0.405000145918806,0.5,0.255951455205554,0.539636097634819,0.746562572875963,0.255951455205554,0.466619366440665,0.350218147218403,0.255951455205554,0.515607659699492,0.259046157285924,0.255951455205554,0.272387019080694,0.313846798459592,0.0677126749752181,0.67752815655189 -5437,0.255951455205554,0.0694841243122989,0.536970552949364,0.255951455205554,0.200521320874403,0.66697564227529,0.255951455205554,0.40728174649748,0.475343581571379,0.255951455205554,0.364830490959131,0.570216279053648,0.255951455205554,0.425054622981318,0.507745974273354,0.255951455205554,0.175744785343624,0.251882949588901,0.5,0.255951455205554,0.128641223772536,0.387543384362778,0.5,0.255951455205554,0.181885539247265,0.580735033095636,0.5,0.255951455205554,0.287632426273579,0.474538697242628,0.255951455205554,0.222059790513606,0.636997035318725,0.331228760359288,0.195414812152945,0.255951455205554,0.492925251515257,0.364983589351945,0.5,0.255951455205554,0.360540057062959,0.674972987165449,0.255951455205554,0.437657957560319,0.424734218066061,0.255951455205554,0.461050222060359,0.296109649616254,0.255951455205554,0.296843330516148,0.341003337542273,0.11119200895918,0.642650937865721 -5438,0.255951455205554,0.106623194041371,0.559625203389694,0.255951455205554,0.188476880143029,0.501235120608259,0.255951455205554,0.304782576108768,0.474047725888449,0.255951455205554,0.2023828416843,0.4805118676446,0.255951455205554,0.436768352609854,0.498965288956658,0.255951455205554,0.0876285799178896,0.236242904389413,0.5,0.255951455205554,0.186670037494238,0.415501358002885,0.5,0.255951455205554,0.171740591719908,0.590434419327115,0.5,0.255951455205554,0.292423420555799,0.494354778091402,0.255951455205554,0.115199166941321,0.435571942084563,0.648567572159027,0.196859413404143,0.255951455205554,0.502807234025654,0.347028489071791,0.5,0.255951455205554,0.236776934189082,0.626300259856193,0.255951455205554,0.364807575623274,0.359948323437197,0.255951455205554,0.352726206800817,0.288599428241673,0.255951455205554,0.284895613398504,0.378938245144141,0.210024499863924,0.498091177456988 -5439,0.255951455205554,0.193286052242582,0.608078313252424,0.255951455205554,0.222943317944353,0.397873759580436,0.255951455205554,0.259558589973293,0.493731628953509,0.255951455205554,0.386577307020901,0.40031597358549,0.255951455205554,0.407147346957992,0.485908356063163,0.255951455205554,0.0971344290994222,0.264983873173352,0.5,0.255951455205554,0.253647723863242,0.396938145266895,0.5,0.255951455205554,0.124405932812145,0.495865440623543,0.5,0.255951455205554,0.240501227108714,0.49127981969522,0.255951455205554,0.273181131215201,0.350923066512676,0.550016209881913,0.158976506085759,0.255951455205554,0.469706152400554,0.341279992400593,0.5,0.255951455205554,0.212067579411212,0.587722574835327,0.255951455205554,0.332118612476095,0.360212199439459,0.255951455205554,0.292193869783126,0.266580420760536,0.255951455205554,0.196423852355215,0.350631721525594,0.273704587197616,0.619119167859648 -5440,0.255951455205554,0.174090456690002,0.639815996266539,0.255951455205554,0.223844687559466,0.358785794143622,0.255951455205554,0.190875971470587,0.475024891879059,0.255951455205554,0.213724246285853,0.409214335898034,0.255951455205554,0.310669217461458,0.462771162077526,0.255951455205554,0.11040824864282,0.271319524112093,0.5,0.255951455205554,0.32659716915708,0.331459003199379,0.5,0.255951455205554,0.106107661255313,0.421123199864018,0.5,0.255951455205554,0.156790266519526,0.526792785986164,0.255951455205554,0.439566752226065,0.515582447303727,0.390639101506145,0.218920906773522,0.255951455205554,0.342694606683311,0.297256544147146,0.5,0.255951455205554,0.22795078817689,0.537461205964038,0.255951455205554,0.217646295398266,0.305501794112383,0.255951455205554,0.281399031014623,0.270014609846749,0.255951455205554,0.0847050420460177,0.300455284311131,0.303592747660935,0.728548745009074 -5441,0.255951455205554,0.137575274612679,0.636524740630964,0.255951455205554,0.103709492164575,0.267322631150838,0.255951455205554,0.149071832729716,0.429872435403036,0.255951455205554,0.0988333317572384,0.373771486735262,0.255951455205554,0.20333217319138,0.408397969175151,0.255951455205554,0.10762187618993,0.258328720202311,0.5,0.255951455205554,0.32413415344645,0.286779020794856,0.5,0.255951455205554,0.0842512293273787,0.336350114861318,0.5,0.255951455205554,0.100157022853243,0.494315521032084,0.255951455205554,0.297201889036604,0.48262733988925,0.249362625192354,0.23434100802042,0.255951455205554,0.243252582381242,0.230321555069607,0.5,0.255951455205554,0.230985213243712,0.471077246984114,0.255951455205554,0.147153631498596,0.218226267925922,0.255951455205554,0.185510982453921,0.292946122968973,0.255951455205554,0.0613331603582622,0.281242351472805,0.216992062895065,0.835588279459543 -5442,0.255951455205554,0.113465376746795,0.620683399312101,0.255951455205554,0.0854766879154465,0.326245604615074,0.255951455205554,0.09925486860408,0.387016255507426,0.255951455205554,0.0840051390322397,0.311261360699688,0.255951455205554,0.108775078174182,0.331753698441453,0.255951455205554,0.106800132331833,0.203852285596652,0.5,0.255951455205554,0.210206405879741,0.203273464326763,0.5,0.255951455205554,0.0702646278245436,0.253786997215,0.5,0.255951455205554,0.0377681721819306,0.465541827107307,0.255951455205554,0.127810931626497,0.356619479774566,0.125350621711328,0.13556517496139,0.255951455205554,0.147614037024583,0.16588815157421,0.5,0.255951455205554,0.134471760378985,0.352240950798823,0.255951455205554,0.0618879459973278,0.172647317397312,0.255951455205554,0.0666091321693259,0.3354347222982,0.255951455205554,0.0401755190596683,0.278551675071779,0.16938214457552,0.890847418586876 -5443,0.255951455205554,0.045208641848557,0.594109068412476,0.255951455205554,0.0225322730974318,0.300225945410711,0.255951455205554,0.0371829345378516,0.328369442232315,0.255951455205554,0.0348160253060513,0.309122566194197,0.255951455205554,0.0268561118889623,0.253343781825048,0.255951455205554,0.0369627166810234,0.112278923527253,0.5,0.255951455205554,0.0536101766074498,0.158292762857277,0.5,0.255951455205554,0.0310668181114937,0.178353545469875,0.5,0.255951455205554,0.00963230109677323,0.386351697332791,0.255951455205554,0.0550627510828487,0.280594552803018,0.0327555444615739,0.0874124657254243,0.255951455205554,0.0300124106617209,0.0917681160741022,0.5,0.255951455205554,0.0326830475616882,0.206534263700317,0.255951455205554,0.0185202225743628,0.12581052919316,0.255951455205554,0.0169923858360202,0.332157902040088,0.255951455205554,0.00845013138068543,0.261862469246638,0.0653673278808481,0.884777235501175 -5444,0.255951455205554,0.0,0.536347577221709,0.255951455205554,0.0,0.169052193035992,0.255951455205554,1.86985003948085e-05,0.27748881078443,0.255951455205554,0.0,0.278792237335108,0.255951455205554,0.000137812485605868,0.189427217047187,0.255951455205554,0.0,0.0924458398098765,0.5,0.255951455205554,0.0,0.154894842896111,0.5,0.255951455205554,0.0,0.143089178340461,0.5,0.255951455205554,0.0,0.277148744573976,0.255951455205554,0.0,0.169898420957589,0.0,0.0815747355722623,0.255951455205554,0.0,0.0872660897109634,0.5,0.255951455205554,0.0,0.14130521477025,0.255951455205554,0.0,0.120576626237295,0.255951455205554,0.0,0.284192551325401,0.255951455205554,0.0,0.248547064469063,0.0,0.850619191217214 -5445,0.255951455205554,0.0,0.537742773100037,0.255951455205554,0.0,0.120116008523655,0.255951455205554,0.0,0.28417633727429,0.255951455205554,0.0,0.290814561486623,0.255951455205554,0.0,0.164558778595499,0.255951455205554,0.0,0.0941992434118208,0.5,0.255951455205554,0.0,0.13754355741457,0.5,0.255951455205554,0.0,0.1432121767705,0.5,0.255951455205554,0.0,0.228802563204052,0.255951455205554,0.0,0.0960069050019602,0.0,0.09008128402754,0.255951455205554,0.0,0.116244796857763,0.5,0.255951455205554,0.0,0.138470190613547,0.255951455205554,0.0,0.145086263112347,0.255951455205554,0.0,0.247440092878038,0.255951455205554,0.0,0.261880446241017,0.0,0.872734723301972 -5446,0.255951455205554,0.0,0.57157344985878,0.255951455205554,0.0,0.175465152294743,0.255951455205554,0.0,0.309912974062781,0.255951455205554,0.0,0.358036270964466,0.255951455205554,0.0,0.190247266929556,0.255951455205554,0.0,0.0909836217106881,0.5,0.255951455205554,0.0,0.115273075093662,0.5,0.255951455205554,0.0,0.151737978577425,0.5,0.255951455205554,0.0,0.231023385359894,0.255951455205554,0.0,0.0545184050391827,0.0,0.161991746536424,0.255951455205554,0.0,0.153911299511981,0.5,0.255951455205554,0.0,0.144366536759609,0.255951455205554,0.0,0.199667140365777,0.255951455205554,0.0,0.220645181001937,0.255951455205554,0.0,0.266735163648138,0.0,0.912945771936251 -5447,0.255951455205554,0.0,0.604564634336422,0.255951455205554,0.0,0.215028966053498,0.255951455205554,0.0,0.325844153996506,0.255951455205554,0.0,0.393598626916334,0.255951455205554,0.0,0.233381955648649,0.255951455205554,0.0,0.0970989698013213,0.5,0.255951455205554,0.0,0.0988618278783931,0.5,0.255951455205554,0.0,0.143447225336214,0.5,0.255951455205554,0.0,0.233592935343333,0.255951455205554,0.0,0.0327955364205155,0.0,0.275761159447699,0.255951455205554,0.0,0.151911135193879,0.5,0.255951455205554,0.0,0.150317332039626,0.255951455205554,0.0,0.23931120049662,0.255951455205554,0.0,0.205760774740266,0.255951455205554,0.0,0.266309900271738,0.0,0.937942009615316 -5448,0.255951455205554,0.0,0.654634454659965,0.255951455205554,0.0,0.21058585707926,0.255951455205554,0.0,0.369821231079411,0.255951455205554,0.0,0.410342178196359,0.255951455205554,0.0,0.263942805288795,0.255951455205554,0.0,0.093012190518567,0.5,0.255951455205554,0.0,0.113179276951667,0.5,0.255951455205554,0.0,0.146965062432854,0.5,0.255951455205554,0.0,0.216759866277356,0.255951455205554,0.0,0.0205564141034312,0.0,0.244182617852996,0.255951455205554,0.0,0.154301380044385,0.5,0.255951455205554,0.0,0.177601145157519,0.255951455205554,0.0,0.249131013781187,0.255951455205554,0.0,0.205936094330447,0.255951455205554,0.0,0.257412693721409,0.0,0.91285652869495 -5449,0.255951455205554,0.0,0.74140076654281,0.255951455205554,0.0,0.261131456175438,0.255951455205554,0.0,0.411089891509793,0.255951455205554,0.0,0.496490539693917,0.255951455205554,0.0,0.299011475689098,0.255951455205554,0.0,0.0903721360976611,0.5,0.255951455205554,0.0,0.131251168154631,0.5,0.255951455205554,0.0,0.13661904287175,0.5,0.255951455205554,0.0,0.174412755300841,0.255951455205554,0.0,0.0168476416197477,0.0,0.185917172762631,0.255951455205554,0.0,0.176645720758761,0.5,0.255951455205554,0.0,0.211917513263987,0.255951455205554,0.0,0.260906895174356,0.255951455205554,0.0,0.212012045379165,0.255951455205554,0.0,0.244755943107113,0.0,0.875826377585471 -5450,0.255951455205554,0.0,0.762490998003938,0.255951455205554,0.0,0.423672622934415,0.255951455205554,0.0,0.434300753091577,0.255951455205554,0.0,0.607463770884421,0.255951455205554,0.0,0.283229018763909,0.255951455205554,0.0,0.121144252822126,0.5,0.255951455205554,0.0,0.165111796742429,0.5,0.255951455205554,0.0,0.134686281124342,0.5,0.255951455205554,0.0,0.151617535257505,0.255951455205554,0.0,0.0308352073612783,0.0,0.150394978617227,0.255951455205554,0.0,0.20557031998518,0.5,0.255951455205554,0.0,0.235107002599268,0.255951455205554,0.0,0.276125033091791,0.255951455205554,0.0,0.220368087484094,0.255951455205554,0.0,0.242572284406299,0.0,0.875359520293254 -5451,0.255951455205554,0.0,0.775293939374613,0.255951455205554,0.0,0.531125347802424,0.255951455205554,0.0,0.445596043159365,0.255951455205554,0.0,0.614122838985144,0.255951455205554,0.0,0.239773530968574,0.255951455205554,0.0,0.1311925496714,0.5,0.255951455205554,0.0,0.159981323724345,0.5,0.255951455205554,0.0,0.143794441616522,0.5,0.255951455205554,0.0,0.152987470935092,0.255951455205554,0.0,0.0904811112374473,0.0,0.125094743618765,0.255951455205554,0.0,0.212880952163984,0.5,0.255951455205554,0.0,0.249842796798373,0.255951455205554,0.0,0.262340347892652,0.255951455205554,0.0,0.209621101079901,0.255951455205554,0.0,0.212730626360733,0.0,0.919693819829891 -5452,0.255951455205554,0.0,0.783475677658438,0.255951455205554,0.0,0.59446739469663,0.255951455205554,0.0,0.454138977789987,0.255951455205554,0.0,0.555688042861573,0.255951455205554,0.0,0.214890544196525,0.255951455205554,0.0,0.115439598084105,0.5,0.255951455205554,0.0,0.130393200738667,0.5,0.255951455205554,0.0,0.152870285003354,0.5,0.255951455205554,0.0,0.16904141326501,0.255951455205554,0.0,0.122937909209475,0.0,0.10189174964166,0.255951455205554,0.0,0.193714775663267,0.5,0.255951455205554,0.0,0.274642526515671,0.255951455205554,0.0,0.226747025773745,0.255951455205554,0.0,0.201659147095551,0.255951455205554,0.0,0.170055548734174,0.0,0.938308657367877 -5453,0.255951455205554,0.0,0.802348161931986,0.255951455205554,0.0,0.429340738452546,0.255951455205554,0.0,0.473120775468242,0.255951455205554,0.0,0.530454802327284,0.255951455205554,0.0,0.23472924836726,0.255951455205554,0.0,0.119616923055749,0.5,0.255951455205554,0.0,0.0995019427775553,0.5,0.255951455205554,0.0,0.175457228389881,0.5,0.255951455205554,0.0,0.184324266609975,0.255951455205554,0.0,0.0766093878374368,0.0,0.0987855638339492,0.255951455205554,0.0,0.195132359755427,0.5,0.255951455205554,0.0,0.316384399482776,0.255951455205554,0.0,0.191201392712578,0.255951455205554,0.0,0.194959913096307,0.255951455205554,0.0,0.158329684564641,0.0,0.908280544117205 -5454,0.255951455205554,0.000525926969404078,0.819252138573218,0.255951455205554,0.000239118474771633,0.497943948496061,0.255951455205554,0.000702755183796886,0.517589275448139,0.255951455205554,0.000602379264639878,0.494714972917436,0.255951455205554,0.000133628153345831,0.288482736309786,0.255951455205554,0.000928315033806314,0.142372100232062,0.5,0.255951455205554,1.84296193062001e-06,0.0797203479090658,0.5,0.255951455205554,3.18858491078447e-05,0.158707430965158,0.5,0.255951455205554,0.000690861714484525,0.176206659852028,0.255951455205554,0.0,0.0387877472201986,0.00142828262824675,0.1368034674644,0.255951455205554,0.00287181461876009,0.236806905683553,0.5,0.255951455205554,0.00668041100960512,0.3847850730574,0.255951455205554,0.00182994212341247,0.17083143784286,0.255951455205554,0.00143501732050299,0.20515443090337,0.255951455205554,0.000889099187994151,0.149652031988668,0.000679833264862363,0.843929216228637 -5455,0.255951455205554,0.00732190939080979,0.83254066676174,0.255951455205554,0.00628727642769094,0.649923539382366,0.255951455205554,0.0213442076727873,0.598608615601732,0.255951455205554,0.0398826369750109,0.674753514563761,0.255951455205554,0.0218938598498964,0.392824617272544,0.255951455205554,0.0520211098250888,0.234379948492559,0.5,0.255951455205554,0.0492418235667821,0.0914798337824866,0.5,0.255951455205554,0.0110592563814125,0.181658446560208,0.5,0.255951455205554,0.0147480503312792,0.201765887444418,0.255951455205554,0.0526397584573367,0.027662776692758,0.0289319879700461,0.213874739233006,0.255951455205554,0.0277685229521649,0.326643723940476,0.5,0.255951455205554,0.0402496872977306,0.520150232264118,0.255951455205554,0.0166197999750724,0.213463867416003,0.255951455205554,0.0371366051161579,0.332778731894997,0.255951455205554,0.0236860815469151,0.239713253684986,0.00290302527051246,0.790835027925737 -5456,0.255951455205554,0.0308716291554919,0.840899173007594,0.255951455205554,0.0681960998745261,0.846033816192502,0.255951455205554,0.0726007213547052,0.679218508454138,0.255951455205554,0.0984957220347028,0.843324190413453,0.255951455205554,0.0530897987781418,0.465857881309207,0.255951455205554,0.133979210298383,0.35182235780862,0.5,0.255951455205554,0.155803195973563,0.251982887673881,0.5,0.255951455205554,0.0468762977848315,0.252631367270382,0.5,0.255951455205554,0.0408652848849243,0.24231526247648,0.255951455205554,0.149559830911405,0.146183919750182,0.127169724950168,0.350470132637634,0.255951455205554,0.0735463431294272,0.395019370485593,0.5,0.255951455205554,0.0685884200862098,0.649443535502313,0.255951455205554,0.0277456290085148,0.217730002970054,0.255951455205554,0.1186001863351,0.500574388111214,0.255951455205554,0.0776895970617066,0.359225154066194,0.0108443780453717,0.816085038001539 -5457,0.255951455205554,0.0897650569738947,0.833347782769101,0.255951455205554,0.220938614331115,0.973094532481102,0.255951455205554,0.137892600771857,0.706458425156223,0.255951455205554,0.171004732120597,0.865399315993961,0.255951455205554,0.0830862498048749,0.483108104631052,0.255951455205554,0.181727837568652,0.420407281955691,0.5,0.255951455205554,0.278839074496298,0.381362044366117,0.5,0.255951455205554,0.107691240815082,0.292100307628214,0.5,0.255951455205554,0.103599621191571,0.30986782733938,0.255951455205554,0.268148596490055,0.235397301798789,0.283162879511626,0.566468832681399,0.255951455205554,0.12679271950329,0.47928939157468,0.5,0.255951455205554,0.0857289120491339,0.720841795790792,0.255951455205554,0.0736509340216687,0.275895379213203,0.255951455205554,0.181535608757182,0.590996219980891,0.255951455205554,0.121559443508258,0.45133490513637,0.145817473360038,0.930155298342424 -5458,0.255951455205554,0.122911154287617,0.797950855912878,0.255951455205554,0.271403910997321,0.988400523558678,0.255951455205554,0.113002776690681,0.692294185987408,0.255951455205554,0.118589561215116,0.817641231017242,0.255951455205554,0.103213587521115,0.484598212111574,0.255951455205554,0.210088021878666,0.493363910376207,0.5,0.255951455205554,0.382371045587653,0.425147743761945,0.5,0.255951455205554,0.179523800507654,0.318747608772978,0.5,0.255951455205554,0.185056848511852,0.358099554658257,0.255951455205554,0.411295223966946,0.216963939713316,0.304634500385672,0.793192326811514,0.255951455205554,0.17945839518274,0.588386912063957,0.5,0.255951455205554,0.142854319155645,0.804234631380111,0.255951455205554,0.146173128956433,0.324081815873246,0.255951455205554,0.168465931635767,0.608559703952404,0.255951455205554,0.167026664471796,0.493968877100387,0.137493593443295,0.947717364842403 -5459,0.255951455205554,0.171916089937922,0.799600046688568,0.255951455205554,0.162616245697571,0.92378142141741,0.255951455205554,0.144471279444829,0.718869757401945,0.255951455205554,0.137970665565339,0.750720496112645,0.255951455205554,0.134651605421071,0.509554909023115,0.255951455205554,0.199658149980691,0.55971265740216,0.5,0.255951455205554,0.395012932227989,0.424289003488676,0.5,0.255951455205554,0.267342384764038,0.358736338521267,0.5,0.255951455205554,0.229039422082337,0.435316831948238,0.255951455205554,0.485420404524835,0.292421287340881,0.145326017425294,0.777100602604699,0.255951455205554,0.221576379656061,0.65941586288902,0.5,0.255951455205554,0.129491847280152,0.823155442541276,0.255951455205554,0.198690876686707,0.395591151371933,0.255951455205554,0.153311040875159,0.630437901392669,0.255951455205554,0.15611856201421,0.52005971803516,0.130586698996754,0.940659728573455 -5460,0.255951455205554,0.244299257464874,0.875814215141427,0.255951455205554,0.173822746972866,0.890264688519191,0.255951455205554,0.294920833078957,0.761471371895671,0.255951455205554,0.39941791475572,0.815784839583539,0.255951455205554,0.160364005802652,0.524795594501553,0.255951455205554,0.210667540066945,0.590548577309378,0.5,0.255951455205554,0.39348820806086,0.37058513204043,0.5,0.255951455205554,0.338520826185928,0.464305517901597,0.5,0.255951455205554,0.240876390298745,0.519808291130005,0.255951455205554,0.433093356680033,0.27089883027843,0.157767724308368,0.548409132564047,0.255951455205554,0.228997725921546,0.693052405835878,0.5,0.255951455205554,0.123803341223865,0.846630685765837,0.255951455205554,0.20771424840631,0.477661599635773,0.255951455205554,0.165380259237478,0.669827289405709,0.255951455205554,0.146101172086751,0.54223759468488,0.380400071174348,0.934221400583464 -5461,0.255951455205554,0.357621149497036,0.959036942480423,0.255951455205554,0.444686478195917,0.921933730776685,0.255951455205554,0.406722237723829,0.772315656114335,0.255951455205554,0.579724066249375,0.856519287070642,0.255951455205554,0.258801783002705,0.561677521559288,0.255951455205554,0.177704387339662,0.600935387970762,0.5,0.255951455205554,0.402797323714238,0.339517984559119,0.5,0.255951455205554,0.383098986565662,0.487235612109505,0.5,0.255951455205554,0.25769090629684,0.595153369439004,0.255951455205554,0.460970143927409,0.300416048524887,0.304825728632881,0.714312671693289,0.255951455205554,0.168546669494725,0.707155339150587,0.5,0.255951455205554,0.125433479977959,0.844283561596029,0.255951455205554,0.208380180706621,0.532456437877752,0.255951455205554,0.166732350272279,0.702145689769723,0.255951455205554,0.114127245288696,0.560464162876448,0.4125488854289,0.960496196255692 -5462,0.255951455205554,0.386259365453335,0.99065368724933,0.255951455205554,0.49766599818645,1.01395751972603,0.255951455205554,0.381955880450492,0.774005802396012,0.255951455205554,0.445462804904126,0.889212166878862,0.255951455205554,0.301620127832068,0.568976294358618,0.255951455205554,0.218734633455011,0.517690757729841,0.5,0.255951455205554,0.481077219378606,0.392456984795794,0.5,0.255951455205554,0.391159229751767,0.479580752362441,0.5,0.255951455205554,0.245705998759599,0.596248255284085,0.255951455205554,0.515984237134192,0.408792484457655,0.0792602782892138,0.654606355396841,0.255951455205554,0.159264106684361,0.691308717230566,0.5,0.255951455205554,0.163178972669928,0.835532662855822,0.255951455205554,0.180170980546731,0.583454242856457,0.255951455205554,0.0929619218965792,0.700200170552512,0.255951455205554,0.09664304597087,0.580627713457323,0.458239453624974,0.984524450434705 -5463,0.255951455205554,0.280628073942584,0.995142129899022,0.255951455205554,0.371047175480247,1.02173913043478,0.255951455205554,0.341997882841625,0.782205175085085,0.255951455205554,0.207819230135792,0.870780013956795,0.255951455205554,0.270897778146373,0.566621992591148,0.255951455205554,0.348195908095889,0.395892927680389,0.5,0.255951455205554,0.472670354005658,0.472626559395473,0.5,0.255951455205554,0.372828523735073,0.355253498602554,0.5,0.255951455205554,0.215709637210483,0.549183056866897,0.255951455205554,0.444895455816152,0.487319642446196,0.0770696672553901,0.664272447449743,0.255951455205554,0.115441958305548,0.657802758584701,0.5,0.255951455205554,0.200850177000194,0.808964104692939,0.255951455205554,0.113550586095053,0.562805925410496,0.255951455205554,0.0901448205649319,0.646038145634112,0.255951455205554,0.0789651563499986,0.550473924378311,0.406535925141453,0.97145801607232 -5464,0.255951455205554,0.190744972083035,0.984291154531771,0.255951455205554,0.131611803679581,0.985515878096534,0.255951455205554,0.272979136761849,0.780503821422469,0.255951455205554,0.141051054504619,0.793446336516167,0.255951455205554,0.260589128769858,0.565839468150503,0.255951455205554,0.374445561185257,0.506285817463288,0.5,0.255951455205554,0.400310968383591,0.465327884562107,0.5,0.255951455205554,0.305658704398011,0.250874216736164,0.5,0.255951455205554,0.1751958309336,0.440791672270042,0.255951455205554,0.35992216959072,0.539935665236576,0.0567241086345766,0.705541694857738,0.255951455205554,0.0887202009982304,0.609720189146064,0.5,0.255951455205554,0.197191120419082,0.799331786722743,0.255951455205554,0.0703748775906436,0.529602123877336,0.255951455205554,0.120459997796613,0.632571458518966,0.255951455205554,0.0749754881233243,0.4966211393791,0.348032604173122,0.956037587062531 -5465,0.255951455205554,0.0883218421116687,0.93615870709845,0.255951455205554,0.0446371865117941,0.76176369274159,0.255951455205554,0.161320950423659,0.757771152533224,0.255951455205554,0.169276296338774,0.8090350791022,0.255951455205554,0.230636903911044,0.531022737490318,0.255951455205554,0.302547166046567,0.561562303338074,0.5,0.255951455205554,0.299397851369818,0.410045864190124,0.5,0.255951455205554,0.210858229057449,0.158001022726618,0.5,0.255951455205554,0.132197309018639,0.341251957674941,0.255951455205554,0.252212755459828,0.457774316286225,0.0434628864048166,0.385371551626768,0.255951455205554,0.0857795451802852,0.565981954228069,0.5,0.255951455205554,0.155811170668305,0.747394684880538,0.255951455205554,0.0390801620499839,0.468239601006355,0.255951455205554,0.137616667440383,0.611544342638426,0.255951455205554,0.0790904483870555,0.385349886354777,0.197170509083276,0.955757204728207 -5466,0.255951455205554,0.0494329761005883,0.913418064008277,0.255951455205554,0.042682783619261,0.677441211743993,0.255951455205554,0.0817988809380971,0.701530230625417,0.255951455205554,0.10235925373609,0.847515359241945,0.255951455205554,0.132465320608796,0.402257134018678,0.255951455205554,0.172943054029798,0.417988128293023,0.5,0.255951455205554,0.182302878506545,0.280355376358852,0.5,0.255951455205554,0.10703766591083,0.0523189413990075,0.5,0.255951455205554,0.0739332550323924,0.203783935354438,0.255951455205554,0.150336521108467,0.303094139886558,0.0540451469518073,0.305563829163784,0.255951455205554,0.051860455268482,0.505029700270468,0.5,0.255951455205554,0.0850256109670626,0.73420378097028,0.255951455205554,0.0282398718870287,0.421092097924554,0.255951455205554,0.0702659012872886,0.558838041123407,0.255951455205554,0.0913495977170501,0.273882498207978,0.0828696526777907,0.965241784322581 -5467,0.255951455205554,0.0145360422466933,0.865658033399177,0.255951455205554,0.032015182154284,0.723688201299341,0.255951455205554,0.0282957151500086,0.612038761685277,0.255951455205554,0.023121687097242,0.773772227455946,0.255951455205554,0.0455172405270067,0.216418896072573,0.255951455205554,0.0473546245437962,0.209307252589522,0.5,0.255951455205554,0.0544022703930125,0.135596947035643,0.5,0.255951455205554,0.0294557166672225,0.0125522449212212,0.5,0.255951455205554,0.0181563106589834,0.0496228730758526,0.255951455205554,0.0573291393568337,0.138917807379541,0.00978529475199644,0.271301440451492,0.255951455205554,0.0125023991219013,0.439347469295715,0.5,0.255951455205554,0.0206582225395596,0.769277039731492,0.255951455205554,0.00418497376382984,0.371519318811055,0.255951455205554,0.0120306803458025,0.434674454699703,0.255951455205554,0.0254252808103323,0.138012359209026,0.0155619672748847,0.950547598201829 -5468,0.255951455205554,8.71062037353605e-05,0.809569098153415,0.255951455205554,0.0,0.685701806334257,0.255951455205554,3.9076572328269e-06,0.502781713586312,0.255951455205554,0.000431473937922326,0.629283087092176,0.255951455205554,0.0,0.114940174118576,0.255951455205554,0.0,0.0700617105464198,0.5,0.255951455205554,0.0,0.0554401315362088,0.5,0.255951455205554,0.0,0.0174505287826739,0.5,0.255951455205554,0.0,0.0119211304032913,0.255951455205554,0.0,0.0549280018110757,0.0,0.322304208231296,0.255951455205554,0.0,0.38930612311271,0.5,0.255951455205554,0.0,0.77806819383197,0.255951455205554,0.0,0.285311032528862,0.255951455205554,0.0,0.254181813839112,0.255951455205554,0.0,0.0563904588180161,0.0,0.952931160276439 -5469,0.255951455205554,0.0,0.759843563542105,0.255951455205554,0.0,0.529493302456836,0.255951455205554,0.0,0.445812644618352,0.255951455205554,0.0,0.629891592527099,0.255951455205554,0.0,0.102806062210403,0.255951455205554,0.0,0.0316231310329065,0.5,0.255951455205554,0.0,0.0276705099560013,0.5,0.255951455205554,0.0,0.0290071441199798,0.5,0.255951455205554,0.0,0.0149350205975798,0.255951455205554,0.0,0.0273497842683418,0.0,0.36830564816024,0.255951455205554,0.0,0.367670915409416,0.5,0.255951455205554,0.0,0.701423120997171,0.255951455205554,0.0,0.216050284134626,0.255951455205554,0.0,0.186780414998096,0.255951455205554,0.0,0.0368900678922753,0.0,0.978086899654715 -5470,0.255951455205554,0.0,0.728460027665396,0.255951455205554,0.0,0.572324747570238,0.255951455205554,0.0,0.440929700139967,0.255951455205554,0.0,0.611746856080207,0.255951455205554,0.0,0.120809647879033,0.255951455205554,0.0,0.0238508141653735,0.5,0.255951455205554,0.0,0.0169899248290842,0.5,0.255951455205554,0.0,0.0395248137954003,0.5,0.255951455205554,0.0,0.0216861565751288,0.255951455205554,0.0,0.0180554772148925,0.0,0.389200306555553,0.255951455205554,0.0,0.360079003587768,0.5,0.255951455205554,0.0,0.635374377708509,0.255951455205554,0.0,0.160781214089643,0.255951455205554,0.0,0.194619556263282,0.255951455205554,0.0,0.0445698740122081,0.0,0.990828169111817 -5471,0.255951455205554,0.0,0.711706400925897,0.255951455205554,0.0,0.674488898095236,0.255951455205554,0.0,0.466577386472916,0.255951455205554,0.0,0.582996064849414,0.255951455205554,0.0,0.150714690436895,0.255951455205554,0.0,0.025735103665373,0.5,0.255951455205554,0.0,0.00869987381134593,0.5,0.255951455205554,0.0,0.0466775768538502,0.5,0.255951455205554,0.0,0.0262834377704854,0.255951455205554,0.0,0.00971788170175231,0.0,0.421433030864212,0.255951455205554,0.0,0.360124494509113,0.5,0.255951455205554,0.0,0.599738698630555,0.255951455205554,0.0,0.114994304250957,0.255951455205554,0.0,0.192810930368439,0.255951455205554,0.0,0.0612989879608822,0.0,0.989943132038526 -5472,0.255951455205554,0.0,0.76511802685338,0.255951455205554,0.0,0.670003294146843,0.255951455205554,0.0,0.504769980003277,0.255951455205554,0.0,0.646509194249581,0.255951455205554,0.0,0.182333109230094,0.255951455205554,0.0,0.0266459457825678,0.5,0.255951455205554,0.0,0.00698065652214639,0.5,0.255951455205554,0.0,0.0500801008815672,0.5,0.255951455205554,0.0,0.0316253980767393,0.255951455205554,0.0,0.00720280515213415,0.0,0.478551124853795,0.255951455205554,0.0,0.343983726518943,0.5,0.255951455205554,0.0,0.58584480655559,0.255951455205554,0.0,0.0981557603909307,0.255951455205554,0.0,0.178155548666502,0.255951455205554,0.0,0.0674165453771287,0.0,0.994587060888159 -5473,0.255951455205554,0.0,0.789521460571809,0.255951455205554,0.0,0.663265562985766,0.255951455205554,0.0,0.526929297048083,0.255951455205554,0.0,0.708518250545586,0.255951455205554,0.0,0.217429641424129,0.255951455205554,0.0,0.0289548462988328,0.5,0.255951455205554,0.0,0.0091784410731735,0.5,0.255951455205554,0.0,0.0523202539068522,0.5,0.255951455205554,0.0,0.037577904208292,0.255951455205554,0.0,0.00658356854143095,0.0,0.439739457616433,0.255951455205554,0.0,0.329906258113252,0.5,0.255951455205554,0.0,0.589518480994017,0.255951455205554,0.0,0.100908070931242,0.255951455205554,0.0,0.176540117986488,0.255951455205554,0.0,0.0668329197528741,0.0,0.993617673559543 -5474,0.255951455205554,0.0,0.813655384061654,0.255951455205554,0.0,0.705326684944593,0.255951455205554,0.0,0.545689451853834,0.255951455205554,0.0,0.702932514775551,0.255951455205554,0.0,0.258469351612729,0.255951455205554,0.0,0.0315883162802109,0.5,0.255951455205554,0.0,0.0125012203894275,0.5,0.255951455205554,0.0,0.0517259699519799,0.5,0.255951455205554,0.0,0.0417806694165244,0.255951455205554,0.0,0.00968939639616681,0.0,0.372692959995646,0.255951455205554,0.0,0.301390562636151,0.5,0.255951455205554,0.0,0.580396782099384,0.255951455205554,0.0,0.100419849821327,0.255951455205554,0.0,0.180713449983862,0.255951455205554,0.0,0.0620487913024629,0.0,0.997643802572001 -5475,0.255951455205554,0.0,0.863861634147643,0.255951455205554,0.0,0.748957600212786,0.255951455205554,0.0,0.591659884879517,0.255951455205554,0.0,0.7077969544102,0.255951455205554,0.0,0.298938635684538,0.255951455205554,0.0,0.0362015328482653,0.5,0.255951455205554,0.0,0.0165255388054387,0.5,0.255951455205554,0.0,0.047315908423253,0.5,0.255951455205554,0.0,0.0386178652735853,0.255951455205554,0.0,0.0204456483938819,0.0,0.303809554290976,0.255951455205554,0.0,0.286415344625892,0.5,0.255951455205554,0.0,0.56384506017147,0.255951455205554,0.0,0.0931526842177039,0.255951455205554,0.0,0.178383114540312,0.255951455205554,0.0,0.0566069359407648,0.0,1.00085821274943 -5476,0.255951455205554,0.0,0.880541022698048,0.255951455205554,0.0,0.74583749564021,0.255951455205554,0.0,0.632442586551212,0.255951455205554,0.0,0.753785535497823,0.255951455205554,0.0,0.330445065827922,0.255951455205554,0.0,0.0412268315811292,0.5,0.255951455205554,0.0,0.0224424458610075,0.5,0.255951455205554,0.0,0.0458335563119232,0.5,0.255951455205554,0.0,0.0326547115619795,0.255951455205554,0.0,0.0295344309394742,0.0,0.264626550083853,0.255951455205554,0.0,0.281954810259687,0.5,0.255951455205554,0.0,0.548482699903547,0.255951455205554,0.0,0.0790765723794052,0.255951455205554,0.0,0.175609202729447,0.255951455205554,0.0,0.0566229194178815,0.0,1.00058744615671 -5477,0.255951455205554,0.0,0.89179380039465,0.255951455205554,0.0,0.704538259532178,0.255951455205554,0.0,0.645516657647299,0.255951455205554,0.0,0.789541474161296,0.255951455205554,0.0,0.362696588354499,0.255951455205554,0.0,0.0480610569678681,0.5,0.255951455205554,0.0,0.0312351663464751,0.5,0.255951455205554,0.0,0.0465278291787888,0.5,0.255951455205554,0.0,0.0306960436361321,0.255951455205554,0.0,0.0312725435551136,0.0,0.237558923914655,0.255951455205554,0.0,0.269487037928195,0.5,0.255951455205554,0.0,0.531409977996909,0.255951455205554,0.0,0.0689033905287805,0.255951455205554,0.0,0.180563574017318,0.255951455205554,0.0,0.0605896836389967,0.0,1.00274877966379 -5478,0.255951455205554,0.000569061273191641,0.903254479447556,0.255951455205554,0.00101716204251667,0.693542975781974,0.255951455205554,0.000575161724908842,0.659515008517759,0.255951455205554,0.000702265414103294,0.772861757289426,0.255951455205554,0.000216425376994095,0.404276532657409,0.255951455205554,0.00103916624815087,0.0560960688177821,0.5,0.255951455205554,0.0,0.0430080591547578,0.5,0.255951455205554,8.56341665357409e-05,0.0465162738610072,0.5,0.255951455205554,0.00105358053078573,0.033117386949819,0.255951455205554,0.0,0.0328359721074317,0.00634873348343645,0.220904299390109,0.255951455205554,0.0081352921786035,0.270039064185696,0.5,0.255951455205554,0.00664124253535188,0.549981542057323,0.255951455205554,0.00896697463658686,0.061455845332008,0.255951455205554,0.00346068350070515,0.200372329590369,0.255951455205554,0.00401059977556947,0.0626946744977079,0.000557922239147784,1.00256039935763 -5479,0.255951455205554,0.00777038823350667,0.927754266784342,0.255951455205554,0.0204946056075924,0.724681103013637,0.255951455205554,0.01689332996797,0.712031735786093,0.255951455205554,0.0155872469378901,0.799174112612746,0.255951455205554,0.0359379091501807,0.46077609497868,0.255951455205554,0.0660435537028345,0.0637011643452128,0.5,0.255951455205554,0.053269664981906,0.0441180856192022,0.5,0.255951455205554,0.038524258186235,0.0530860466579329,0.5,0.255951455205554,0.0362073326759756,0.0428928373473871,0.255951455205554,0.0496038571207357,0.0292830764826915,0.0678304663124854,0.250774969671513,0.255951455205554,0.0730115845051761,0.313008133285539,0.5,0.255951455205554,0.0513064691684899,0.619098830816084,0.255951455205554,0.0939329249751396,0.073245465305666,0.255951455205554,0.0546484542618299,0.260650220387175,0.255951455205554,0.080859766130039,0.0705496538195217,0.00720142503870821,0.993394474277324 -5480,0.255951455205554,0.0207202383519603,0.947232471809055,0.255951455205554,0.0731867476781542,0.790625214091678,0.255951455205554,0.0463679637242191,0.782584935347515,0.255951455205554,0.0278146905086545,0.842866425390142,0.255951455205554,0.1027716983025,0.570330397486208,0.255951455205554,0.183540077064006,0.143896974032982,0.5,0.255951455205554,0.160849372233818,0.178887099314956,0.5,0.255951455205554,0.115169147366224,0.114719534067403,0.5,0.255951455205554,0.106272203162644,0.082752135929952,0.255951455205554,0.139172956330048,0.123228103436996,0.143701637119549,0.297139030446862,0.255951455205554,0.162665799772447,0.398883500323974,0.5,0.255951455205554,0.0906618467241371,0.671685801897923,0.255951455205554,0.218751138343432,0.143343929368222,0.255951455205554,0.122450277666698,0.363556539487854,0.255951455205554,0.203385971889888,0.188120298394657,0.0157034875487649,0.959291728566331 -5481,0.255951455205554,0.0329855144243413,0.960851366084677,0.255951455205554,0.0908832110511877,0.805855645543721,0.255951455205554,0.095692750098079,0.824758596915757,0.255951455205554,0.0584013106770172,0.853897566893982,0.255951455205554,0.17689254290438,0.712093890763798,0.255951455205554,0.319299191524134,0.413533580166701,0.5,0.255951455205554,0.275744720194137,0.532822219273129,0.5,0.255951455205554,0.206973509701508,0.235577719386968,0.5,0.255951455205554,0.203785329989653,0.245571146670748,0.255951455205554,0.211158317095464,0.580259461461114,0.232256347506388,0.39415628151321,0.255951455205554,0.251535859783892,0.480375877926884,0.5,0.255951455205554,0.15160205553273,0.759867781292896,0.255951455205554,0.352571240570553,0.219411211622601,0.255951455205554,0.211715629348768,0.480784652646129,0.255951455205554,0.34251410365564,0.379260195208783,0.0228337740426353,0.962108488396826 -5482,0.255951455205554,0.0424295293937762,0.963058194248572,0.255951455205554,0.0872138145505231,0.883825245006486,0.255951455205554,0.170758408457195,0.896111428233111,0.255951455205554,0.110425154200068,0.903609992405441,0.255951455205554,0.264113965544772,0.834223418538734,0.255951455205554,0.451754101426892,0.692838174390005,0.5,0.255951455205554,0.378352503324627,0.763533244619276,0.5,0.255951455205554,0.305818043480365,0.339703838194328,0.5,0.255951455205554,0.332744166948943,0.478880298777068,0.255951455205554,0.263977036393497,0.832175781725884,0.345856325773873,0.569990449487003,0.255951455205554,0.338389961519309,0.5790323703956,0.5,0.255951455205554,0.255606384811151,0.843382030395068,0.255951455205554,0.491657355301772,0.264472185514865,0.255951455205554,0.336941009705772,0.578885405805391,0.255951455205554,0.481881593541968,0.609159787995855,0.0271713315320727,0.988850579705325 -5483,0.255951455205554,0.0495930206685569,0.945234294375354,0.255951455205554,0.124733417730456,0.914565140646549,0.255951455205554,0.213041594980361,0.948304219793557,0.255951455205554,0.119699824463867,0.965888069206864,0.255951455205554,0.292772192518392,0.915114263393808,0.255951455205554,0.523109050652959,0.793040490072631,0.5,0.255951455205554,0.449385341887156,0.83632426290229,0.5,0.255951455205554,0.380894492759876,0.357374771901638,0.5,0.255951455205554,0.43741340276491,0.553804653939168,0.255951455205554,0.281470125038898,0.849268011434472,0.438194304262101,0.737817103703496,0.255951455205554,0.416277678801487,0.648976623614781,0.5,0.255951455205554,0.307900240668946,0.908544244489113,0.255951455205554,0.60248519571885,0.321475344263316,0.255951455205554,0.452095756085971,0.681723090830088,0.255951455205554,0.584732208941514,0.724822054650736,0.0309317352222473,1.0057718812573 -5484,0.255951455205554,0.0486895555145726,0.917807910174657,0.255951455205554,0.126156765706688,0.972799583890953,0.255951455205554,0.184981444709225,0.976045959467685,0.255951455205554,0.0751866674211355,0.996900797450421,0.255951455205554,0.187336810073838,0.957054184406743,0.255951455205554,0.500435775764658,0.834077757394001,0.5,0.255951455205554,0.424658352321684,0.845255444738287,0.5,0.255951455205554,0.441899449146465,0.332668638119027,0.5,0.255951455205554,0.484041831293646,0.552984481519025,0.255951455205554,0.119123520298631,0.72171353595406,0.407758694071239,0.781766986574046,0.255951455205554,0.491995315961694,0.688032613609321,0.5,0.255951455205554,0.244114218926217,0.915775672777482,0.255951455205554,0.656979480504814,0.426666515615315,0.255951455205554,0.545580553237092,0.750383928182109,0.255951455205554,0.627914928749097,0.800935445975301,0.025922936640384,1.00746577221464 -5485,0.255951455205554,0.0416925401266227,0.891278675063522,0.255951455205554,0.10501789374468,1.01459785399027,0.255951455205554,0.138647522796631,0.985217783753394,0.255951455205554,0.0471659853012182,1.01001033815488,0.255951455205554,0.207452913013845,0.975849382135469,0.255951455205554,0.434789408294969,0.874153949871272,0.5,0.255951455205554,0.324689092041052,0.820270741219242,0.5,0.255951455205554,0.473438839437499,0.403206345905606,0.5,0.255951455205554,0.517081209761281,0.546467498080097,0.255951455205554,0.170929755357482,0.663376717612948,0.476946937176175,0.689723609703754,0.255951455205554,0.488598064507112,0.698013339661782,0.5,0.255951455205554,0.178699957966088,0.884860610844309,0.255951455205554,0.654475918503121,0.509405907919099,0.255951455205554,0.61474492735261,0.805209431018019,0.255951455205554,0.62273902362254,0.878804401226258,0.0209124574965158,1.00898821439327 -5486,0.255951455205554,0.0493212729067532,0.885828672058416,0.255951455205554,0.0632380353894243,1.00852533890393,0.255951455205554,0.119061944588224,0.982147439989331,0.255951455205554,0.0339852226735706,1.00887244506341,0.255951455205554,0.258289014577804,0.976157745366503,0.255951455205554,0.32461297607158,0.866502741591624,0.5,0.255951455205554,0.303409449024807,0.806797151349018,0.5,0.255951455205554,0.413391133134007,0.494796411018819,0.5,0.255951455205554,0.519424984167215,0.577626218605543,0.255951455205554,0.357416549506548,0.763994553760923,0.427534942811067,0.612701165772336,0.255951455205554,0.508522886288619,0.699799042247056,0.5,0.255951455205554,0.18810752514386,0.875737053131065,0.255951455205554,0.598893030530989,0.59287831957346,0.255951455205554,0.589988967736985,0.873854674721768,0.255951455205554,0.520330073596514,0.93723301395706,0.0147456421727276,1.00188684356853 -5487,0.255951455205554,0.0754346011014984,0.903896565430789,0.255951455205554,0.0300687480019922,1.02126727062771,0.255951455205554,0.0956465514936076,0.946168344557413,0.255951455205554,0.0645501238279218,0.986951020666227,0.255951455205554,0.216425539703119,0.972853733024144,0.255951455205554,0.253187181766209,0.828472754170519,0.5,0.255951455205554,0.374638312568322,0.831572445814191,0.5,0.255951455205554,0.335161561032144,0.473039784388758,0.5,0.255951455205554,0.4562430372927,0.57887220916487,0.255951455205554,0.266165364835084,0.791495775961952,0.413223344187299,0.585022264179864,0.255951455205554,0.459786012053497,0.696705414755011,0.5,0.255951455205554,0.182469950899486,0.898102275540387,0.255951455205554,0.511551302191512,0.65546398608304,0.255951455205554,0.399250485766893,0.925682072472601,0.255951455205554,0.38569135787108,0.921752171875269,0.01586773260557,0.998798768178485 -5488,0.255951455205554,0.0607470200269217,0.937238288003485,0.255951455205554,0.017929670058894,1.02020548076132,0.255951455205554,0.0744106824564539,0.895840231518643,0.255951455205554,0.0596390119554734,0.955173835712028,0.255951455205554,0.168142643540669,0.969154860437866,0.255951455205554,0.265565838849137,0.769012378591736,0.5,0.255951455205554,0.276126866946344,0.814107835674461,0.5,0.255951455205554,0.317549742617835,0.461561584513404,0.5,0.255951455205554,0.342213092839441,0.511169178570777,0.255951455205554,0.248942808870471,0.784837058146549,0.320674954617015,0.596304194870243,0.255951455205554,0.336036017731655,0.696317978981564,0.5,0.255951455205554,0.126049755805365,0.900021797375093,0.255951455205554,0.383904837138153,0.694857942167114,0.255951455205554,0.224467674140191,0.903218249746162,0.255951455205554,0.264241780651117,0.897982350523969,0.00967194149073899,0.998411487734977 -5489,0.255951455205554,0.0345188332645669,0.883377791218773,0.255951455205554,0.0243153233785085,1.01371689039611,0.255951455205554,0.0508883634187047,0.860585977856351,0.255951455205554,0.0245703675191259,0.873671659431283,0.255951455205554,0.106555402777017,0.950421612593265,0.255951455205554,0.170881047559406,0.673137427930443,0.5,0.255951455205554,0.201010987007862,0.777991971597556,0.5,0.255951455205554,0.268629256648429,0.510590355733903,0.5,0.255951455205554,0.237010861363836,0.460910308075132,0.255951455205554,0.124688668602772,0.648997064661278,0.0552778189137327,0.36780178990626,0.255951455205554,0.181664397844612,0.630915931808633,0.5,0.255951455205554,0.0500481452507579,0.892847514759349,0.255951455205554,0.215659446411818,0.675538020171887,0.255951455205554,0.118276034295134,0.771961888640234,0.255951455205554,0.163981159958259,0.853591329520061,0.113087926428516,0.998538381519916 -5490,0.255951455205554,0.0210157411816781,0.814346095471836,0.255951455205554,0.00796447477611235,0.984655824795219,0.255951455205554,0.027405119177377,0.802154155059999,0.255951455205554,0.00829995868282083,0.803504949172753,0.255951455205554,0.0680613394910527,0.932592596727237,0.255951455205554,0.0972607955221507,0.592530979845862,0.5,0.255951455205554,0.116860872969117,0.69738364287837,0.5,0.255951455205554,0.17233966947377,0.411657486359303,0.5,0.255951455205554,0.142397309083838,0.409552111921689,0.255951455205554,0.0847963977338436,0.423927407351605,0.0476565413767476,0.566175184570979,0.255951455205554,0.067857767501081,0.535414024068662,0.5,0.255951455205554,0.0163807827263345,0.858904025606588,0.255951455205554,0.105246884846635,0.597026306908431,0.255951455205554,0.089480785976093,0.676805367046997,0.255951455205554,0.106807952866149,0.786873973558071,0.0155982292331343,1.00106607809044 -5491,0.255951455205554,0.0113046603709219,0.742674725079973,0.255951455205554,0.00138296824426795,0.951710128176576,0.255951455205554,0.00946259083177683,0.773166054515891,0.255951455205554,0.000956143551280327,0.683914041012336,0.255951455205554,0.0209145395034761,0.831350710521618,0.255951455205554,0.0304414319725056,0.487046819241094,0.5,0.255951455205554,0.0432599502364523,0.503996368112888,0.5,0.255951455205554,0.0412916954593446,0.226276888682219,0.5,0.255951455205554,0.0284547601045264,0.259337904866007,0.255951455205554,0.0528359731092474,0.205839994389791,0.00879232701409574,0.351812657958151,0.255951455205554,0.0124190326846065,0.424816262834889,0.5,0.255951455205554,0.00395041072413385,0.721496345709789,0.255951455205554,0.0206224270218557,0.461079441215138,0.255951455205554,0.0217596411726579,0.520222439148675,0.255951455205554,0.0282107781715304,0.583065001686323,0.00347414218057067,1.00020176792846 -5492,0.255951455205554,1.90156007945269e-05,0.71177025599121,0.255951455205554,0.0,0.745307741675958,0.255951455205554,4.65842235821157e-05,0.758173932594778,0.255951455205554,1.82390359340437e-05,0.607756783023629,0.255951455205554,5.80988891804304e-05,0.754500916275569,0.255951455205554,0.0,0.360795456256726,0.5,0.255951455205554,0.0,0.293176726222817,0.5,0.255951455205554,0.0,0.12684113478929,0.5,0.255951455205554,0.0,0.164905376892561,0.255951455205554,0.0,0.114515120423225,0.0,0.177358405136351,0.255951455205554,0.0,0.321271019876574,0.5,0.255951455205554,0.0,0.596244017946363,0.255951455205554,0.0,0.322870654654383,0.255951455205554,0.0,0.39120355894409,0.255951455205554,0.0,0.393055974412209,0.0,0.995573001919726 -5493,0.255951455205554,0.0,0.778171903573913,0.255951455205554,0.0,0.61424124423776,0.255951455205554,0.0,0.727398357568775,0.255951455205554,0.0,0.585273306282036,0.255951455205554,0.0,0.75635677551102,0.255951455205554,0.0,0.31966496289013,0.5,0.255951455205554,0.0,0.233058563727515,0.5,0.255951455205554,0.0,0.113798240633224,0.5,0.255951455205554,0.0,0.15643421850319,0.255951455205554,0.0,0.101016680422604,0.0,0.151622523580008,0.255951455205554,0.0,0.296343398782578,0.5,0.255951455205554,0.0,0.542977480920639,0.255951455205554,0.0,0.274648751813909,0.255951455205554,0.0,0.369019048464067,0.255951455205554,0.0,0.374459599345288,0.0,0.990688226095113 -5494,0.255951455205554,0.0,0.79856620507658,0.255951455205554,0.0,0.378690134984699,0.255951455205554,0.0,0.698779237687181,0.255951455205554,0.0,0.713303687008007,0.255951455205554,0.0,0.807578755103381,0.255951455205554,0.0,0.374891382479243,0.5,0.255951455205554,0.0,0.240498379491624,0.5,0.255951455205554,0.0,0.120211129845408,0.5,0.255951455205554,0.0,0.1654693171517,0.255951455205554,0.0,0.118802717182989,0.0,0.173940081963756,0.255951455205554,0.0,0.344086012741772,0.5,0.255951455205554,0.0,0.637408725015714,0.255951455205554,0.0,0.296587130840077,0.255951455205554,0.0,0.425358328752724,0.255951455205554,0.0,0.447036539335872,0.0,0.989036890066564 -5495,0.255951455205554,0.0,0.818447542937019,0.255951455205554,0.0,0.493214537367799,0.255951455205554,0.0,0.708882632020626,0.255951455205554,0.0,0.678510971454241,0.255951455205554,0.0,0.802894565698221,0.255951455205554,0.0,0.468034486139696,0.5,0.255951455205554,0.0,0.276740706062804,0.5,0.255951455205554,0.0,0.140494925813873,0.5,0.255951455205554,0.0,0.167383852268267,0.255951455205554,0.0,0.137899792104327,0.0,0.269711620990894,0.255951455205554,0.0,0.406070403390036,0.5,0.255951455205554,0.0,0.637581639764573,0.255951455205554,0.0,0.3611197625095,0.255951455205554,0.0,0.507162550005036,0.255951455205554,0.0,0.536090428421486,0.0,0.997917533391658 -5496,0.255951455205554,0.0,0.882813411559424,0.255951455205554,0.0,0.519186760562673,0.255951455205554,0.0,0.721332544032501,0.255951455205554,0.0,0.651615742887892,0.255951455205554,0.0,0.793219408865876,0.255951455205554,0.0,0.529757712347286,0.5,0.255951455205554,0.0,0.304877701695256,0.5,0.255951455205554,0.0,0.161091993139609,0.5,0.255951455205554,0.0,0.177451152455744,0.255951455205554,0.0,0.153570365844403,0.0,0.395828489453278,0.255951455205554,0.0,0.469219004819193,0.5,0.255951455205554,0.0,0.583845356392961,0.255951455205554,0.0,0.414462200346833,0.255951455205554,0.0,0.562787040301046,0.255951455205554,0.0,0.577790139423372,0.0,0.994199407741866 -5497,0.255951455205554,0.0,0.926562157814953,0.255951455205554,0.0,0.567007578122244,0.255951455205554,0.0,0.744346327601126,0.255951455205554,0.0,0.713622760290944,0.255951455205554,0.0,0.783922324140131,0.255951455205554,0.0,0.550976188065599,0.5,0.255951455205554,0.0,0.334648398311164,0.5,0.255951455205554,0.0,0.180140929335532,0.5,0.255951455205554,0.0,0.191337033835815,0.255951455205554,0.0,0.17738176377928,0.0,0.454510050908576,0.255951455205554,0.0,0.513932193654587,0.5,0.255951455205554,0.0,0.525144219913681,0.255951455205554,0.0,0.434869246486345,0.255951455205554,0.0,0.614545219778418,0.255951455205554,0.0,0.60421908268206,0.0,0.99402583115543 -5498,0.255951455205554,0.0,0.947546578964009,0.255951455205554,0.0,0.651544301443023,0.255951455205554,0.0,0.788710772171578,0.255951455205554,0.0,0.802320619367711,0.255951455205554,0.0,0.75699698267145,0.255951455205554,0.0,0.564915678927604,0.5,0.255951455205554,0.0,0.382766405441836,0.5,0.255951455205554,0.0,0.199986259220725,0.5,0.255951455205554,0.0,0.213462692956335,0.255951455205554,0.0,0.219013693920477,0.0,0.483215240639744,0.255951455205554,0.0,0.573863735758688,0.5,0.255951455205554,0.0,0.565309797314547,0.255951455205554,0.0,0.467018446621815,0.255951455205554,0.0,0.667778062590511,0.255951455205554,0.0,0.626705803748095,0.0,1.00406674596906 -5499,0.255951455205554,0.0,0.966679547860441,0.255951455205554,0.0,0.76414177550464,0.255951455205554,0.0,0.847018516981475,0.255951455205554,0.0,0.899140489551997,0.255951455205554,0.0,0.782822196251844,0.255951455205554,0.0,0.571133079676684,0.5,0.255951455205554,0.0,0.463654775008602,0.5,0.255951455205554,0.0,0.217871106633544,0.5,0.255951455205554,0.0,0.238430307742093,0.255951455205554,0.0,0.26091076653479,0.0,0.558640608276195,0.255951455205554,0.0,0.573011123366977,0.5,0.255951455205554,0.0,0.666879898557773,0.255951455205554,0.0,0.508663970261056,0.255951455205554,0.0,0.684560684997681,0.255951455205554,0.0,0.648031126355241,0.0,1.00442920921665 -5500,0.255951455205554,0.0,0.981605578223018,0.255951455205554,0.0,0.865443734194496,0.255951455205554,0.0,0.907729094633163,0.255951455205554,0.0,0.972438655157094,0.255951455205554,0.0,0.791938335262696,0.255951455205554,0.0,0.551289118523039,0.5,0.255951455205554,0.0,0.538741797382018,0.5,0.255951455205554,0.0,0.202752644508025,0.5,0.255951455205554,0.0,0.246656545618692,0.255951455205554,0.0,0.32659066947679,0.0,0.642219355660286,0.255951455205554,0.0,0.544236398933099,0.5,0.255951455205554,0.0,0.677515282017746,0.255951455205554,0.0,0.532531471123428,0.255951455205554,0.0,0.639742626563889,0.255951455205554,0.0,0.643943223029446,0.0,1.00721603543647 -5501,0.255951455205554,0.0,0.993428784256307,0.255951455205554,0.0,0.947920449198534,0.255951455205554,0.0,0.939810986776308,0.255951455205554,0.0,0.999138628540732,0.255951455205554,0.0,0.826437262841218,0.255951455205554,0.0,0.589794100579655,0.5,0.255951455205554,0.0,0.530728875666497,0.5,0.255951455205554,0.0,0.187845551126506,0.5,0.255951455205554,0.0,0.232183536653837,0.255951455205554,0.0,0.403032427455733,0.0,0.615767037340854,0.255951455205554,0.0,0.54146431813876,0.5,0.255951455205554,0.0,0.601163489337653,0.255951455205554,0.0,0.53699567062464,0.255951455205554,0.0,0.616650602732833,0.255951455205554,0.0,0.621596764392855,0.0,1.00824825427955 -5502,0.255951455205554,0.00147862545255261,1.0028607779141,0.255951455205554,0.00203783833332041,1.00698834548383,0.255951455205554,0.000705920208916132,0.952586398468925,0.255951455205554,0.000694487793125488,1.00670879066102,0.255951455205554,0.000173077336663322,0.870302630965505,0.255951455205554,5.19383310357391e-05,0.637656244547492,0.5,0.255951455205554,0.0,0.51666116376492,0.5,0.255951455205554,5.75115836355096e-05,0.187882798418939,0.5,0.255951455205554,0.00114720642717232,0.231508827326709,0.255951455205554,0.0,0.549141108623186,0.00221601130985086,0.53209178022199,0.255951455205554,0.0030337028968004,0.568321166980498,0.5,0.255951455205554,0.00619261981231559,0.651316809105313,0.255951455205554,0.00376852799675162,0.536663404421997,0.255951455205554,0.000897885878576053,0.67158242903612,0.255951455205554,0.0017217950643551,0.604650535416431,0.000902311277804433,1.0086504824471 -5503,0.255951455205554,0.0348618724240969,1.00886283888701,0.255951455205554,0.0266244565377974,1.02050209902765,0.255951455205554,0.030994934047131,0.98163094120435,0.255951455205554,0.0195191658550123,1.01367803948733,0.255951455205554,0.0269931201451335,0.921326433512027,0.255951455205554,0.00868646822213991,0.714171409181507,0.5,0.255951455205554,0.0103387919376818,0.572609996147803,0.5,0.255951455205554,0.0381494818096928,0.184234505609383,0.5,0.255951455205554,0.035524329862776,0.260559661589766,0.255951455205554,0.00790306079520546,0.553365737381127,0.0572037795392915,0.568617288738757,0.255951455205554,0.0337210362983075,0.668215442770573,0.5,0.255951455205554,0.0637745886197806,0.83429114380798,0.255951455205554,0.0560378516294141,0.572902433511675,0.255951455205554,0.0138167788394836,0.704269311038898,0.255951455205554,0.0319293479300677,0.633257958968475,0.0360456642786691,1.00930318327718 -5504,0.255951455205554,0.0928489383659334,1.01119278428781,0.255951455205554,0.0700543470019969,1.02173913043478,0.255951455205554,0.0959120946002552,1.00601911032472,0.255951455205554,0.0757102675989733,1.01597495958257,0.255951455205554,0.10006037315339,0.975463458649512,0.255951455205554,0.0357572643573843,0.793325210781977,0.5,0.255951455205554,0.0439968944948596,0.669115953258654,0.5,0.255951455205554,0.113797462077093,0.229605650485213,0.5,0.255951455205554,0.0931875523969211,0.354199677024573,0.255951455205554,0.00800049740375683,0.555310810901579,0.10240933998628,0.737669505450523,0.255951455205554,0.0747456847378271,0.742998267997726,0.5,0.255951455205554,0.094919051928403,0.926809278720533,0.255951455205554,0.14234719695381,0.653974841720739,0.255951455205554,0.0692907735659115,0.807179446920805,0.255951455205554,0.0667056361209069,0.753643938233742,0.0689067719285636,1.01084609599936 -5505,0.255951455205554,0.18062858511649,0.775641055390226,0.255951455205554,0.173496449007491,1.02173913043478,0.255951455205554,0.17883458693503,1.01414550385617,0.255951455205554,0.180537926143301,1.0164402772225,0.255951455205554,0.196080446611201,1.00046988677869,0.255951455205554,0.0887727517909419,0.879051275281981,0.5,0.255951455205554,0.087811115121912,0.711599269335931,0.5,0.255951455205554,0.216220576041972,0.338991714647543,0.5,0.255951455205554,0.163731407931578,0.509302024449586,0.255951455205554,0.0153548426476106,0.553120113554435,0.0693746441270558,0.766547360069019,0.255951455205554,0.152416935570659,0.846584777103668,0.5,0.255951455205554,0.144086137587163,0.959017601435336,0.255951455205554,0.214213394449456,0.739037281291604,0.255951455205554,0.12187039843829,0.884623674316779,0.255951455205554,0.101655465508885,0.867757036480219,0.113728385345498,1.010917366501 -5506,0.255951455205554,0.213362151218082,1.01192012900678,0.255951455205554,0.314365957152745,1.02173913043478,0.255951455205554,0.235702108021355,1.01601282703425,0.255951455205554,0.264283860071421,1.0164402772225,0.255951455205554,0.297284491674462,1.01335861314287,0.255951455205554,0.192766322345137,0.915421857304738,0.5,0.255951455205554,0.174717891887618,0.739170314395765,0.5,0.255951455205554,0.352063348676421,0.523665273818057,0.5,0.255951455205554,0.234602991227887,0.609465591439203,0.255951455205554,0.0727321471212131,0.567988156627148,0.0591208753466553,0.838139682554524,0.255951455205554,0.220510284939578,0.891753334398981,0.5,0.255951455205554,0.245958834972874,0.956514562357916,0.255951455205554,0.257327813510554,0.875324438958431,0.255951455205554,0.164701197731341,0.949147839412488,0.255951455205554,0.141373699010995,0.940877575803864,0.102980733858567,1.01091805476133 -5507,0.255951455205554,0.180463425022405,1.00784262353158,0.255951455205554,0.262743095557095,1.02173913043478,0.255951455205554,0.245595842958327,1.01603229338751,0.255951455205554,0.0781182190161446,1.0164402772225,0.255951455205554,0.345678846728636,1.01869522620706,0.255951455205554,0.334669097623821,0.918509662898902,0.5,0.255951455205554,0.291055590449014,0.797749305889111,0.5,0.255951455205554,0.403730917239664,0.684418512877991,0.5,0.255951455205554,0.286424388519976,0.703569144722236,0.255951455205554,0.261123269382999,0.754770799855306,0.0669054028326119,0.883491023983546,0.255951455205554,0.212546636598908,0.918730619028349,0.5,0.255951455205554,0.400591722172929,1.00254687541005,0.255951455205554,0.255323664394601,0.921951223132802,0.255951455205554,0.216677847796576,0.981725090956227,0.255951455205554,0.193907484172746,0.958451491332854,0.142375267226963,1.01083250644962 -5508,0.255951455205554,0.158442427200704,0.96367325956897,0.255951455205554,0.133523840370037,1.02173913043478,0.255951455205554,0.264805237597647,1.01396453499839,0.255951455205554,0.197041093400973,1.01569098530066,0.255951455205554,0.41335925606362,1.01621636127056,0.255951455205554,0.511434336420356,0.95055558457858,0.5,0.255951455205554,0.455954584544351,0.849926423464402,0.5,0.255951455205554,0.356692488361295,0.739284365637735,0.5,0.255951455205554,0.303632474507002,0.753552502147409,0.255951455205554,0.483813162294882,0.843556691922832,0.0979797961814872,0.882930204390873,0.255951455205554,0.293499742714106,0.963771290833431,0.5,0.255951455205554,0.397747945849616,1.01086715275166,0.255951455205554,0.27605651269147,0.928532042696121,0.255951455205554,0.345727861562843,1.00692039809033,0.255951455205554,0.269137768936876,0.964144935933539,0.249445374291777,1.01051557397076 -5509,0.255951455205554,0.107855773149861,0.990120048382104,0.255951455205554,0.126210108158033,1.02173913043478,0.255951455205554,0.272908149753832,1.01209288357799,0.255951455205554,0.124360460390828,1.01559403039495,0.255951455205554,0.460321731474389,1.01628877260258,0.255951455205554,0.573803543224973,0.963194800994554,0.5,0.255951455205554,0.535518794126525,0.869738652453463,0.5,0.255951455205554,0.36170048530881,0.786606536969823,0.5,0.255951455205554,0.303073586222625,0.807855393714154,0.255951455205554,0.415275315827078,0.835352698695724,0.175036353601436,0.876215646613197,0.255951455205554,0.269857114608528,0.960179128299303,0.5,0.255951455205554,0.36621596284532,1.01365021786105,0.255951455205554,0.323389474997587,0.926108159656151,0.255951455205554,0.447976780070181,1.01388243478066,0.255951455205554,0.366095807489469,0.992482648874353,0.126952314755118,1.01019355759667 -5510,0.255951455205554,0.0837657333693027,0.947597795208106,0.255951455205554,0.256515762880945,1.02173913043478,0.255951455205554,0.232363003096178,1.00785967222002,0.255951455205554,0.118314612309062,1.0119690686527,0.255951455205554,0.442707517659684,1.01585574995599,0.255951455205554,0.563058305858477,0.95720977706672,0.5,0.255951455205554,0.517429544272724,0.869973889934195,0.5,0.255951455205554,0.386274133409558,0.80339417164239,0.5,0.255951455205554,0.281223869940327,0.795524573624216,0.255951455205554,0.281251031466706,0.786580241618182,0.378077805762854,0.935339123979127,0.255951455205554,0.266161864328672,0.952464909445856,0.5,0.255951455205554,0.33529837802219,1.01423691015666,0.255951455205554,0.322113365758489,0.938650152293428,0.255951455205554,0.462396145831702,1.00719272556727,0.255951455205554,0.421321276676241,0.988981674347662,0.104744188082568,1.01066916723393 -5511,0.255951455205554,0.126619851085805,0.970414603411155,0.255951455205554,0.198721770385273,1.02173913043478,0.255951455205554,0.203238222763414,1.00260793783901,0.255951455205554,0.176891752349796,1.01322341133961,0.255951455205554,0.387027321682488,1.00635969167392,0.255951455205554,0.496210533742187,0.94458753672413,0.5,0.255951455205554,0.442320893042902,0.864604309502604,0.5,0.255951455205554,0.350476326309866,0.768637699963437,0.5,0.255951455205554,0.232565855400084,0.778499506189993,0.255951455205554,0.324410237760793,0.781688698833306,0.326710377092401,0.946014795371244,0.255951455205554,0.378097018905075,0.989146839844609,0.5,0.255951455205554,0.280028740304706,1.0134841429237,0.255951455205554,0.277661228189859,0.892695334132127,0.255951455205554,0.484991560223326,0.995160971349065,0.255951455205554,0.392397271806772,0.969250731266692,0.0362205971204463,1.01018502133995 -5512,0.255951455205554,0.103476011465328,0.990608327059061,0.255951455205554,0.315172218585605,1.02173913043478,0.255951455205554,0.204821587210733,0.995520708759459,0.255951455205554,0.115905445262478,1.01239742432128,0.255951455205554,0.313759711162272,0.97510709172725,0.255951455205554,0.42969261880898,0.923907566124365,0.5,0.255951455205554,0.402775575025038,0.826541915081316,0.5,0.255951455205554,0.274215066726888,0.721527965452548,0.5,0.255951455205554,0.18521454723297,0.727087557119248,0.255951455205554,0.523270039315101,0.784887974631112,0.332258930116384,0.938826885147025,0.255951455205554,0.305641685737976,0.972781143725882,0.5,0.255951455205554,0.220982357989258,1.01243430146276,0.255951455205554,0.276975972146433,0.871402132488287,0.255951455205554,0.38544692260562,0.989056358608931,0.255951455205554,0.363910758461388,0.95692320235057,0.301406121866573,1.01010327277883 -5513,0.255951455205554,0.0494834452642466,1.00048755217646,0.255951455205554,0.0785625447948305,1.02173913043478,0.255951455205554,0.114139891479023,0.972411318898476,0.255951455205554,0.0989629671292863,0.997864021492527,0.255951455205554,0.196883130927934,0.905037682617537,0.255951455205554,0.300204664820508,0.856223216803842,0.5,0.255951455205554,0.334069248595418,0.739932160566492,0.5,0.255951455205554,0.18178593495414,0.626623788249055,0.5,0.255951455205554,0.132409004375276,0.639396872915201,0.255951455205554,0.395521889761253,0.667535611943484,0.248132120898622,0.869156038700556,0.255951455205554,0.222302135491551,0.929507913935498,0.5,0.255951455205554,0.169395553926127,1.01203939960992,0.255951455205554,0.230948329657988,0.82830395223105,0.255951455205554,0.250465870249747,0.965884679711541,0.255951455205554,0.285352847097967,0.918320017138519,0.0555536581704258,1.01000380444824 -5514,0.255951455205554,0.0113638955313665,1.00017670887942,0.255951455205554,0.0244250731081183,1.02173913043478,0.255951455205554,0.0540824341865751,0.927633659396042,0.255951455205554,0.0691752348375464,0.968764558558576,0.255951455205554,0.107474667176011,0.791780794400393,0.255951455205554,0.173966507869794,0.668355619924591,0.5,0.255951455205554,0.208276104102879,0.552364449038422,0.5,0.255951455205554,0.104663845486391,0.417286420458216,0.5,0.255951455205554,0.0754219158282236,0.507762233385988,0.255951455205554,0.242863865564018,0.398633391859798,0.101297562123261,0.800840937177992,0.255951455205554,0.134643001684531,0.841147309172067,0.5,0.255951455205554,0.102804914140641,1.00601475525796,0.255951455205554,0.146696546840828,0.75705735990794,0.255951455205554,0.124135639956765,0.902035040090215,0.255951455205554,0.162900008570559,0.792274492376235,0.0392354258192913,1.00891647043731 -5515,0.255951455205554,0.00232493727192122,0.987503505467187,0.255951455205554,0.00271927573112478,0.992233893330173,0.255951455205554,0.0135094294303468,0.838471945016786,0.255951455205554,0.0267838986524725,0.931693701808707,0.255951455205554,0.0334007301008422,0.580751525885123,0.255951455205554,0.038129855044249,0.467718686960365,0.5,0.255951455205554,0.0473673993755629,0.35610009950106,0.5,0.255951455205554,0.0297303453865213,0.162496253904109,0.5,0.255951455205554,0.0155114884633549,0.282924102798381,0.255951455205554,0.0514928590903369,0.179965582223362,0.0158449937028864,0.738642167776319,0.255951455205554,0.0191845044651588,0.754569105877405,0.5,0.255951455205554,0.0261991386711789,0.994436246581727,0.255951455205554,0.0215793521676062,0.532226620907458,0.255951455205554,0.0262053688933287,0.782532005216108,0.255951455205554,0.033638311135801,0.552747573899664,0.00106939314069895,1.00634893679596 -5516,0.255951455205554,0.0,0.984921813593588,0.255951455205554,0.0,0.955668887292775,0.255951455205554,3.3546515685214e-05,0.74018745388708,0.255951455205554,0.0,0.849072512978918,0.255951455205554,1.09520318044644e-05,0.343623097462206,0.255951455205554,0.0,0.308854043662514,0.5,0.255951455205554,0.0,0.204780617782888,0.5,0.255951455205554,0.0,0.0719194819059688,0.5,0.255951455205554,0.0,0.151393591338352,0.255951455205554,0.0,0.0899966068058321,0.0,0.757034737858026,0.255951455205554,0.0,0.703463776946614,0.5,0.255951455205554,0.0,0.973065943427219,0.255951455205554,0.0,0.404257046578407,0.255951455205554,0.0,0.595887493866629,0.255951455205554,0.0,0.359040590084981,0.0,1.00713525095585 -5517,0.255951455205554,0.0,0.976881121392105,0.255951455205554,0.0,0.919695349674731,0.255951455205554,0.0,0.68277826505929,0.255951455205554,0.0,0.743972176042158,0.255951455205554,0.0,0.220867326664301,0.255951455205554,0.0,0.198808223989968,0.5,0.255951455205554,0.0,0.115699006479914,0.5,0.255951455205554,0.0,0.0464206223272717,0.5,0.255951455205554,0.0,0.112282025665716,0.255951455205554,0.0,0.0448995734493173,0.0,0.643406459385719,0.255951455205554,0.0,0.659625405669523,0.5,0.255951455205554,0.0,0.962259874542086,0.255951455205554,0.0,0.389708475858471,0.255951455205554,0.0,0.448408866169398,0.255951455205554,0.0,0.299285858640811,0.0,1.00700218918934 -5518,0.255951455205554,0.0,0.966935676429095,0.255951455205554,0.0,0.855081744197712,0.255951455205554,0.0,0.626774630496966,0.255951455205554,0.0,0.698519508607252,0.255951455205554,0.0,0.158690111463534,0.255951455205554,0.0,0.149260138715972,0.5,0.255951455205554,0.0,0.0664711600179334,0.5,0.255951455205554,0.0,0.0438979493085326,0.5,0.255951455205554,0.0,0.100802650079061,0.255951455205554,0.0,0.0305742421029396,0.0,0.5365315100005,0.255951455205554,0.0,0.612239761238522,0.5,0.255951455205554,0.0,0.954681615444626,0.255951455205554,0.0,0.395128500454545,0.255951455205554,0.0,0.457265435801436,0.255951455205554,0.0,0.266041402144563,0.0,1.0063038500821 -5519,0.255951455205554,0.0,0.962523165935836,0.255951455205554,0.0,0.880171312542709,0.255951455205554,0.0,0.573992384890817,0.255951455205554,0.0,0.631630543794041,0.255951455205554,0.0,0.132634324691304,0.255951455205554,0.0,0.0835816784040082,0.5,0.255951455205554,0.0,0.0434053600455504,0.5,0.255951455205554,0.0,0.0410528823570924,0.5,0.255951455205554,0.0,0.0926728636827445,0.255951455205554,0.0,0.022942463870712,0.0,0.525414917682097,0.255951455205554,0.0,0.597695849988314,0.5,0.255951455205554,0.0,0.954802352343536,0.255951455205554,0.0,0.371769007224864,0.255951455205554,0.0,0.461638840962505,0.255951455205554,0.0,0.212905864680347,0.0,1.00534926848924 -5520,0.255951455205554,0.0,0.937753670539265,0.255951455205554,0.0,0.877616969875698,0.255951455205554,0.0,0.546707965249894,0.255951455205554,0.0,0.576472434852945,0.255951455205554,0.0,0.142854290692241,0.255951455205554,0.0,0.0621090568623815,0.5,0.255951455205554,0.0,0.0302805062952942,0.5,0.255951455205554,0.0,0.0330335563699871,0.5,0.255951455205554,0.0,0.0753794432433909,0.255951455205554,0.0,0.0130733474439248,0.0,0.716679180014371,0.255951455205554,0.0,0.589323016278234,0.5,0.255951455205554,0.0,0.920610725312424,0.255951455205554,0.0,0.310844926014703,0.255951455205554,0.0,0.364538129426839,0.255951455205554,0.0,0.152071189520244,0.0,0.995596838388835 -5521,0.255951455205554,0.0,0.918573160642663,0.255951455205554,0.0,0.731294842021183,0.255951455205554,0.0,0.544864979198724,0.255951455205554,0.0,0.603202440713635,0.255951455205554,0.0,0.12840858060084,0.255951455205554,0.0,0.0617596873435894,0.5,0.255951455205554,0.0,0.0229887875938399,0.5,0.255951455205554,0.0,0.0244940228840944,0.5,0.255951455205554,0.0,0.0573322861672805,0.255951455205554,0.0,0.00855833294564147,0.0,0.825133738324871,0.255951455205554,0.0,0.560493147126005,0.5,0.255951455205554,0.0,0.906476286460901,0.255951455205554,0.0,0.238621126727558,0.255951455205554,0.0,0.278913486307365,0.255951455205554,0.0,0.102873206397747,0.0,1.00683448091685 -5522,0.255951455205554,0.0,0.922128684613794,0.255951455205554,0.0,0.813899636716896,0.255951455205554,0.0,0.548423527311243,0.255951455205554,0.0,0.755341739944127,0.255951455205554,0.0,0.115840161228778,0.255951455205554,0.0,0.0470439874107071,0.5,0.255951455205554,0.0,0.0160521632355952,0.5,0.255951455205554,0.0,0.0197156294134862,0.5,0.255951455205554,0.0,0.0436382734224726,0.255951455205554,0.0,0.00683884796532373,0.0,0.479445749090141,0.255951455205554,0.0,0.479071727569324,0.5,0.255951455205554,0.0,0.857585851456199,0.255951455205554,0.0,0.170783249282481,0.255951455205554,0.0,0.222890164147238,0.255951455205554,0.0,0.0912165986138482,0.0,1.00452314549281 -5523,0.255951455205554,0.0,0.916910550487499,0.255951455205554,0.0,0.881594249956904,0.255951455205554,0.0,0.543114019068898,0.255951455205554,0.0,0.818045248626804,0.255951455205554,0.0,0.0892480441874963,0.255951455205554,0.0,0.0396506624807098,0.5,0.255951455205554,0.0,0.0141969829150309,0.5,0.255951455205554,0.0,0.0156036437462268,0.5,0.255951455205554,0.0,0.0344491394495712,0.255951455205554,0.0,0.0074158100871345,0.0,0.352286610788551,0.255951455205554,0.0,0.346496776112507,0.5,0.255951455205554,0.0,0.814619400883724,0.255951455205554,0.0,0.121084517898905,0.255951455205554,0.0,0.163670435838373,0.255951455205554,0.0,0.104419432035762,0.0,1.00360509499543 -5524,0.255951455205554,0.0,0.908057806800113,0.255951455205554,0.0,0.887791609810026,0.255951455205554,0.0,0.521339978478822,0.255951455205554,0.0,0.722698171779743,0.255951455205554,0.0,0.0696654468118006,0.255951455205554,0.0,0.0308971202321054,0.5,0.255951455205554,0.0,0.0139239693944962,0.5,0.255951455205554,0.0,0.0122172377160657,0.5,0.255951455205554,0.0,0.0242761827520937,0.255951455205554,0.0,0.00704747414731833,0.0,0.281569262665977,0.255951455205554,0.0,0.269025869448762,0.5,0.255951455205554,0.0,0.779005031992405,0.255951455205554,0.0,0.0901604147927698,0.255951455205554,0.0,0.135316553151572,0.255951455205554,0.0,0.0981811359093083,0.0,1.003813101585 -5525,0.255951455205554,0.0,0.907099161272969,0.255951455205554,0.0,0.863793064195912,0.255951455205554,0.0,0.446949721102811,0.255951455205554,0.0,0.653520396027619,0.255951455205554,0.0,0.0498373359479569,0.255951455205554,0.0,0.0258482203964362,0.5,0.255951455205554,0.0,0.015915483547082,0.5,0.255951455205554,0.0,0.00819623989640613,0.5,0.255951455205554,0.0,0.016854844928146,0.255951455205554,0.0,0.00673548993670112,0.0,0.214504012144847,0.255951455205554,0.0,0.229968976846254,0.5,0.255951455205554,0.0,0.733096457178316,0.255951455205554,0.0,0.0691325971476276,0.255951455205554,0.0,0.137992846512986,0.255951455205554,0.0,0.0805767832734442,0.0,0.996974113186152 -5526,0.255951455205554,0.00135029719229218,0.895277780677264,0.255951455205554,0.0025096996819238,0.797042681693463,0.255951455205554,0.000603806814994263,0.371640456481222,0.255951455205554,0.00142868810636761,0.540185160347559,0.255951455205554,7.41554727844759e-05,0.0400971824397036,0.255951455205554,6.72696112716528e-05,0.0224582444849193,0.5,0.255951455205554,0.0,0.0213103736268032,0.5,0.255951455205554,2.54935404076738e-05,0.00500627118218875,0.5,0.255951455205554,0.00116154373085328,0.00960055163021076,0.255951455205554,0.0,0.00688584393311255,0.00977973193695287,0.192194787568112,0.255951455205554,0.0102373989969787,0.223177258956822,0.5,0.255951455205554,0.00742304391676144,0.731519391651884,0.255951455205554,0.00590350839808372,0.0541392902364741,0.255951455205554,0.00386982349695653,0.133329108460137,0.255951455205554,0.00109976682182643,0.0957137863806328,0.00357206145456195,0.967067880591582 -5527,0.255951455205554,0.0322010496055908,0.91864416122866,0.255951455205554,0.0622621822398066,0.819107016230257,0.255951455205554,0.0433323982968202,0.367455627244182,0.255951455205554,0.0655434933543786,0.466818471530669,0.255951455205554,0.0296531651473041,0.0581299676897268,0.255951455205554,0.0194759624963501,0.0421496680015385,0.5,0.255951455205554,0.0160905814322687,0.0302897554430854,0.5,0.255951455205554,0.0467990304456203,0.00354806214529309,0.5,0.255951455205554,0.0474154789154034,0.00570677075756985,0.255951455205554,0.0192314667563211,0.00642145701237896,0.0961299106754826,0.257454774906132,0.255951455205554,0.09259037347429,0.318948786446562,0.5,0.255951455205554,0.0717659022902779,0.812953555166212,0.255951455205554,0.0725611253823199,0.0543850352290666,0.255951455205554,0.0618292361883724,0.162711151682536,0.255951455205554,0.0205194296953532,0.131171262278694,0.0562007098683695,0.94302517240327 -5528,0.255951455205554,0.0724349433120546,0.933811278275824,0.255951455205554,0.187477863108013,0.863742305368431,0.255951455205554,0.118999150044726,0.480756484157823,0.255951455205554,0.169710579652346,0.566253263532353,0.255951455205554,0.0925705079603461,0.156833417277533,0.255951455205554,0.0580627791612527,0.102255745395627,0.5,0.255951455205554,0.0532563707916195,0.0533424216825364,0.5,0.255951455205554,0.139359174714793,0.00474909188915557,0.5,0.255951455205554,0.128682108051477,0.00899535929172925,0.255951455205554,0.0992880001305845,0.0151318509468952,0.177837304571044,0.400709759915718,0.255951455205554,0.198215102657277,0.494292144707618,0.5,0.255951455205554,0.166301757638583,0.897216339288402,0.255951455205554,0.151434599692574,0.125650122244455,0.255951455205554,0.127995069299034,0.285454926533896,0.255951455205554,0.0529479122680793,0.11331593474451,0.151081746746119,0.956015800396987 -5529,0.255951455205554,0.101641286430634,0.915605988759471,0.255951455205554,0.335533778251836,0.917538543270839,0.255951455205554,0.176935019008845,0.562827169105327,0.255951455205554,0.223521602796251,0.763881961354847,0.255951455205554,0.164012396986725,0.38589481599438,0.255951455205554,0.113370680591455,0.200402212519092,0.5,0.255951455205554,0.108615483626696,0.115745054140029,0.5,0.255951455205554,0.251571742607025,0.0188685600237699,0.5,0.255951455205554,0.220573615108249,0.0241136511552172,0.255951455205554,0.217510822305424,0.0837274270583449,0.231252534223137,0.622503380431341,0.255951455205554,0.2800746910825,0.616982774303238,0.5,0.255951455205554,0.267729553000704,0.928712481340999,0.255951455205554,0.202911584374318,0.181103307150024,0.255951455205554,0.210944535635746,0.364425618177023,0.255951455205554,0.0999868625838875,0.0870892374607993,0.208228371154737,0.949662955129304 -5530,0.255951455205554,0.176939817734972,0.925315833534818,0.255951455205554,0.467833938757903,0.900687565889538,0.255951455205554,0.22477360298827,0.578444983680775,0.255951455205554,0.235697890927196,0.817667483431694,0.255951455205554,0.192555519022347,0.554426388240773,0.255951455205554,0.197007317677688,0.380612237131155,0.5,0.255951455205554,0.184747282612068,0.22026542078641,0.5,0.255951455205554,0.375772130309304,0.130378262004384,0.5,0.255951455205554,0.292130607360648,0.0900993433656531,0.255951455205554,0.292586719190031,0.251687016492304,0.364484072365448,0.693374239860775,0.255951455205554,0.364064001868122,0.63120156653285,0.5,0.255951455205554,0.344729202960092,0.920204470176038,0.255951455205554,0.20718668216463,0.17612310142128,0.255951455205554,0.326465073409843,0.366130060096296,0.255951455205554,0.162489344359162,0.142169499088642,0.197906199505307,0.915841437950443 -5531,0.255951455205554,0.31990043886608,0.963509420121078,0.255951455205554,0.524524575211957,0.940060927648416,0.255951455205554,0.272263991162772,0.574282196761951,0.255951455205554,0.170452039765498,0.686164156107914,0.255951455205554,0.218128736641397,0.628732037831495,0.255951455205554,0.284461346064566,0.561845586537852,0.5,0.255951455205554,0.319831076202591,0.32168390077496,0.5,0.255951455205554,0.437703063675231,0.128563146753091,0.5,0.255951455205554,0.315721493426775,0.196214258048195,0.255951455205554,0.290652410147577,0.370298760996186,0.240577735886073,0.540771211438663,0.255951455205554,0.381649588878892,0.588662032416461,0.5,0.255951455205554,0.367884869526676,0.872435387322224,0.255951455205554,0.204548395964594,0.170840864043067,0.255951455205554,0.403759514936128,0.312699917291211,0.255951455205554,0.235456677008461,0.255096999602637,0.199253259131001,0.815903903090725 -5532,0.255951455205554,0.493232956907229,0.961378105639907,0.255951455205554,0.540788698450455,0.943036260123028,0.255951455205554,0.347944907469182,0.660615832777514,0.255951455205554,0.313606829310437,0.702900932000683,0.255951455205554,0.209348949689298,0.683286519096559,0.255951455205554,0.36364200030848,0.619384847706415,0.5,0.255951455205554,0.383566737705493,0.34010526774694,0.5,0.255951455205554,0.49579406237158,0.112246944850046,0.5,0.255951455205554,0.294777089129323,0.19231580691306,0.255951455205554,0.310369012069192,0.305291879754432,0.348010266926532,0.541769073231565,0.255951455205554,0.401869674295592,0.573307280952899,0.5,0.255951455205554,0.331635615588989,0.795058853389762,0.255951455205554,0.214294893999894,0.168210683396071,0.255951455205554,0.433209587007022,0.267264169782332,0.255951455205554,0.250590063714031,0.378266670626258,0.465208822738347,0.850651605086064 -5533,0.255951455205554,0.550221215866091,0.94335814777646,0.255951455205554,0.411188564623907,0.927253469061115,0.255951455205554,0.292670624832783,0.763035417928641,0.255951455205554,0.205341777680068,0.698396741203169,0.255951455205554,0.259002616219157,0.705955945131828,0.255951455205554,0.203588649108044,0.507085047072428,0.5,0.255951455205554,0.282315889527683,0.32662327056658,0.5,0.255951455205554,0.530109829069949,0.102363746798885,0.5,0.255951455205554,0.283214831708473,0.193471900944167,0.255951455205554,0.384286572581022,0.328017906778873,0.500598991516933,0.491677854158133,0.255951455205554,0.402854652430733,0.519451063771418,0.5,0.255951455205554,0.431539666639115,0.755161214714219,0.255951455205554,0.30264521794015,0.169426377224295,0.255951455205554,0.500498672953248,0.379925454672965,0.255951455205554,0.244193604125575,0.528377606673722,0.532007023394251,0.917528235365049 -5534,0.255951455205554,0.49162460704871,0.921604212551879,0.255951455205554,0.356019176989353,0.941200400062848,0.255951455205554,0.203970408130195,0.793401077807891,0.255951455205554,0.193720292660532,0.705895222299034,0.255951455205554,0.344773876677313,0.659525373428437,0.255951455205554,0.158593592801104,0.447668940364524,0.5,0.255951455205554,0.240614136972141,0.320850911084062,0.5,0.255951455205554,0.518367774586206,0.107199039446059,0.5,0.255951455205554,0.318824512187426,0.197006994228051,0.255951455205554,0.270340973815169,0.318287226894341,0.541731493389912,0.416366056201863,0.255951455205554,0.450934368097035,0.460981347136322,0.5,0.255951455205554,0.54114725295108,0.713910695101422,0.255951455205554,0.409301895680017,0.202991560530383,0.255951455205554,0.444107320359485,0.640998937897387,0.255951455205554,0.204951340450536,0.596178773451339,0.55021961089291,0.927245778716246 -5535,0.255951455205554,0.401351757492881,0.90497326422966,0.255951455205554,0.29692888956711,0.803400125482543,0.255951455205554,0.220469051435897,0.809692911770302,0.255951455205554,0.184458764447812,0.905842625435897,0.255951455205554,0.357567244145787,0.652049699278208,0.255951455205554,0.158243877131531,0.404987820858441,0.5,0.255951455205554,0.23089932716002,0.349475986504664,0.5,0.255951455205554,0.483684355026251,0.13034719031982,0.5,0.255951455205554,0.297068136285647,0.200493683722877,0.255951455205554,0.134742207792026,0.292128582645798,0.500293796544573,0.441523644355232,0.255951455205554,0.493855354922526,0.540059921333775,0.5,0.255951455205554,0.469898987669402,0.773258602650073,0.255951455205554,0.398454933275291,0.278639338030114,0.255951455205554,0.309430162619033,0.745491079938408,0.255951455205554,0.151742468435951,0.648767809736323,0.443905967667474,0.945471094349517 -5536,0.255951455205554,0.26959079084615,0.889186324929225,0.255951455205554,0.107413948538023,0.69951052724561,0.255951455205554,0.222782535811543,0.814006672083654,0.255951455205554,0.0888548502317147,0.841275713832035,0.255951455205554,0.228987866681579,0.624842751041881,0.255951455205554,0.19964001841498,0.408872722436275,0.5,0.255951455205554,0.220003267054844,0.356169077059987,0.5,0.255951455205554,0.380337333027011,0.153935977707938,0.5,0.255951455205554,0.2685406598884,0.203436382055042,0.255951455205554,0.0732806034409784,0.196535142812839,0.373158732857463,0.513515538630237,0.255951455205554,0.36820656984257,0.608840619679235,0.5,0.255951455205554,0.279478981257911,0.815597476877856,0.255951455205554,0.291769553337983,0.336472900779343,0.255951455205554,0.19786689486821,0.754675245836679,0.255951455205554,0.12230244563341,0.616158921204666,0.292603745581064,0.978803189549069 -5537,0.255951455205554,0.120986998747321,0.879428219033568,0.255951455205554,0.067006099027618,0.926798544683093,0.255951455205554,0.105929838282908,0.778763766785658,0.255951455205554,0.208058752402739,0.830025432717752,0.255951455205554,0.146404148202806,0.550875128432505,0.255951455205554,0.157845349493659,0.353588948026665,0.5,0.255951455205554,0.191294627787642,0.288165850447533,0.5,0.255951455205554,0.252405278381319,0.154289747698816,0.5,0.255951455205554,0.196534114668125,0.202764259837863,0.255951455205554,0.147397119142426,0.207717312821291,0.210603316305317,0.632514012310979,0.255951455205554,0.236470614786902,0.615175920526376,0.5,0.255951455205554,0.151569429384716,0.795158894690882,0.255951455205554,0.188094203867053,0.354406079402486,0.255951455205554,0.0899156406160109,0.629243166922783,0.255951455205554,0.127157959786362,0.510976268822221,0.143839606317381,0.993403148817125 -5538,0.255951455205554,0.0661960058679489,0.916184642325579,0.255951455205554,0.0106962685108009,0.755674959187668,0.255951455205554,0.0672249379983066,0.736191461000759,0.255951455205554,0.0147343521936,0.773642741003886,0.255951455205554,0.083418413485046,0.452556122696639,0.255951455205554,0.0867257491233549,0.232586230068152,0.5,0.255951455205554,0.146781079784191,0.192044129350831,0.5,0.255951455205554,0.148044578228561,0.110051515192646,0.5,0.255951455205554,0.108254099541544,0.13181802906842,0.255951455205554,0.133073891273516,0.167675336521179,0.0306580963556129,0.816846166783545,0.255951455205554,0.0959444865026444,0.572196522236282,0.5,0.255951455205554,0.0690723377504064,0.741939053016784,0.255951455205554,0.0864145527337603,0.327465139449825,0.255951455205554,0.0545356832234015,0.549506543700803,0.255951455205554,0.103379818656178,0.398774531448621,0.051797521915403,0.97153653596358 -5539,0.255951455205554,0.0167172680998631,0.929290597202082,0.255951455205554,0.0317432366289561,0.725585944263509,0.255951455205554,0.028039164976986,0.645543169720697,0.255951455205554,0.0413007499543238,0.783696148186395,0.255951455205554,0.0311472708424157,0.320649595181557,0.255951455205554,0.0235602239073007,0.0957236585325919,0.5,0.255951455205554,0.0394705644860063,0.0991575688339927,0.5,0.255951455205554,0.0321712233981652,0.0502503798783539,0.5,0.255951455205554,0.0163319757341983,0.0451064410342933,0.255951455205554,0.0205490587375513,0.0965777779012613,0.00349757246816091,0.333847029288639,0.255951455205554,0.00896355928259096,0.50073158438159,0.5,0.255951455205554,0.0148534623646349,0.618909838112352,0.255951455205554,0.00708110349576383,0.223552110540043,0.255951455205554,0.0193546896215687,0.457231849035462,0.255951455205554,0.0198920245314627,0.248874448359376,0.00989476588726339,0.950141597641203 -5540,0.255951455205554,0.0,0.921531884170753,0.255951455205554,1.07721014555009e-06,0.715479645777637,0.255951455205554,1.83411567568103e-05,0.520372582665225,0.255951455205554,3.32141693166302e-06,0.67216837302964,0.255951455205554,5.58114038001374e-07,0.189548788033572,0.255951455205554,0.0,0.0524852962527394,0.5,0.255951455205554,0.0,0.0473894547775076,0.5,0.255951455205554,0.0,0.0357425189970819,0.5,0.255951455205554,0.0,0.0220926668538542,0.255951455205554,0.0,0.0285248054248831,0.0,0.177700149329244,0.255951455205554,0.0,0.377226490446327,0.5,0.255951455205554,0.0,0.519889467050625,0.255951455205554,0.0,0.117223649828847,0.255951455205554,0.0,0.304886044421805,0.255951455205554,0.0,0.130831928290581,0.0,0.904952563227119 -5541,0.255951455205554,0.0,0.914290793317082,0.255951455205554,0.0,0.587511451709293,0.255951455205554,0.0,0.44354814625596,0.255951455205554,0.0,0.600028415501912,0.255951455205554,0.0,0.147482129158422,0.255951455205554,0.0,0.0417650457303424,0.5,0.255951455205554,0.0,0.0235725972857654,0.5,0.255951455205554,0.0,0.0288955015906069,0.5,0.255951455205554,0.0,0.0112415957621262,0.255951455205554,0.0,0.00447109231335695,0.0,0.214702492616549,0.255951455205554,0.0,0.307585672393851,0.5,0.255951455205554,0.0,0.528147411289176,0.255951455205554,0.0,0.0823049220823525,0.255951455205554,0.0,0.155776945400754,0.255951455205554,0.0,0.0656421843707825,0.0,0.847007684298163 -5542,0.255951455205554,0.0,0.875082530020734,0.255951455205554,0.0,0.571810652674934,0.255951455205554,0.0,0.425814020866039,0.255951455205554,0.0,0.594552449569062,0.255951455205554,0.0,0.108852433596418,0.255951455205554,0.0,0.0366994756343421,0.5,0.255951455205554,0.0,0.0146475881798121,0.5,0.255951455205554,0.0,0.022049523752025,0.5,0.255951455205554,0.0,0.00999064934096165,0.255951455205554,0.0,0.00469505423891657,0.0,0.340968279814775,0.255951455205554,0.0,0.231704517614325,0.5,0.255951455205554,0.0,0.599030310454137,0.255951455205554,0.0,0.0727315381319338,0.255951455205554,0.0,0.09722558262178,0.255951455205554,0.0,0.0413968502120501,0.0,0.804673420374802 -5543,0.255951455205554,0.0,0.824678260754166,0.255951455205554,0.0,0.652054842119142,0.255951455205554,0.0,0.405403868639908,0.255951455205554,0.0,0.621082569157935,0.255951455205554,0.0,0.0828745331991264,0.255951455205554,0.0,0.0320629696035362,0.5,0.255951455205554,0.0,0.00985101936866161,0.5,0.255951455205554,0.0,0.0108981771634038,0.5,0.255951455205554,0.0,0.0109151365588534,0.255951455205554,0.0,0.00466560597602387,0.0,0.242930746218519,0.255951455205554,0.0,0.221850206894349,0.5,0.255951455205554,0.0,0.579538088255392,0.255951455205554,0.0,0.0645875839511359,0.255951455205554,0.0,0.0970854270265679,0.255951455205554,0.0,0.0442450921922364,0.0,0.804615487188475 -5544,0.255951455205554,0.0,0.780904529619517,0.255951455205554,0.0,0.690037993716019,0.255951455205554,0.0,0.39966086024392,0.255951455205554,0.0,0.557997403514199,0.255951455205554,0.0,0.0884202080080136,0.255951455205554,0.0,0.030772409377322,0.5,0.255951455205554,0.0,0.00625555777635415,0.5,0.255951455205554,0.0,0.00502667722994802,0.5,0.255951455205554,0.0,0.00830194042425672,0.255951455205554,0.0,0.000870705504461734,0.0,0.125748704216564,0.255951455205554,0.0,0.185168131399619,0.5,0.255951455205554,0.0,0.528186121598947,0.255951455205554,0.0,0.0600516429509671,0.255951455205554,0.0,0.0997370160006533,0.255951455205554,0.0,0.0441213202926295,0.0,0.806883109847787 -5545,0.255951455205554,0.0,0.795205827145715,0.255951455205554,0.0,0.650892380864406,0.255951455205554,0.0,0.418004458332957,0.255951455205554,0.0,0.554643693539378,0.255951455205554,0.0,0.097319267444534,0.255951455205554,0.0,0.0275756727653011,0.5,0.255951455205554,0.0,0.00440614792524246,0.5,0.255951455205554,0.0,0.00345489224164727,0.5,0.255951455205554,0.0,0.00641962683281876,0.255951455205554,0.0,0.000122346601428374,0.0,0.110396697287429,0.255951455205554,0.0,0.167926760119338,0.5,0.255951455205554,0.0,0.575854229304627,0.255951455205554,0.0,0.050022154307461,0.255951455205554,0.0,0.0955520680609738,0.255951455205554,0.0,0.0429521589743869,0.0,0.817459599312438 -5546,0.255951455205554,0.0,0.782675802788767,0.255951455205554,0.0,0.655091351968646,0.255951455205554,0.0,0.431696637046413,0.255951455205554,0.0,0.603386296671269,0.255951455205554,0.0,0.107849821346465,0.255951455205554,0.0,0.0186972385452345,0.5,0.255951455205554,0.0,0.00335327107012063,0.5,0.255951455205554,0.0,0.00234509091613232,0.5,0.255951455205554,0.0,0.00493656400924465,0.255951455205554,0.0,0.000383265138906363,0.0,0.103416258580634,0.255951455205554,0.0,0.170550846242547,0.5,0.255951455205554,0.0,0.635695762766325,0.255951455205554,0.0,0.047001232276134,0.255951455205554,0.0,0.112380981706605,0.255951455205554,0.0,0.0516054605455063,0.0,0.796599011594513 -5547,0.255951455205554,0.0,0.746565563622555,0.255951455205554,0.0,0.714845887859799,0.255951455205554,0.0,0.41203725655131,0.255951455205554,0.0,0.582112357133214,0.255951455205554,0.0,0.11922003042823,0.255951455205554,0.0,0.0121812189876874,0.5,0.255951455205554,0.0,0.00315576327878252,0.5,0.255951455205554,0.0,0.00209926884715753,0.5,0.255951455205554,0.0,0.00430424501282995,0.255951455205554,0.0,0.000611953986898375,0.0,0.0897760529989629,0.255951455205554,0.0,0.179263185407055,0.5,0.255951455205554,0.0,0.685765315775052,0.255951455205554,0.0,0.0475735587738871,0.255951455205554,0.0,0.128246642964232,0.255951455205554,0.0,0.0517029587570764,0.0,0.799242222421653 -5548,0.255951455205554,0.0,0.703282796088253,0.255951455205554,0.0,0.710040194332296,0.255951455205554,0.0,0.373292009960195,0.255951455205554,0.0,0.483346438688938,0.255951455205554,0.0,0.125097322110953,0.255951455205554,0.0,0.010872714315235,0.5,0.255951455205554,0.0,0.00228608541000226,0.5,0.255951455205554,0.0,0.00254880724824423,0.5,0.255951455205554,0.0,0.00279860874541341,0.255951455205554,0.0,0.000661357227786636,0.0,0.0782645455524145,0.255951455205554,0.0,0.188579179584699,0.5,0.255951455205554,0.0,0.715332810410126,0.255951455205554,0.0,0.0463302982652001,0.255951455205554,0.0,0.130719101280699,0.255951455205554,0.0,0.0412937761648312,0.0,0.850722296363811 -5549,0.255951455205554,0.0,0.679451200785644,0.255951455205554,0.0,0.625147455419339,0.255951455205554,0.0,0.334895310987748,0.255951455205554,0.0,0.392929283142882,0.255951455205554,0.0,0.128564252153163,0.255951455205554,0.0,0.0122067813093822,0.5,0.255951455205554,0.0,0.00169978383525,0.5,0.255951455205554,0.0,0.00336305206752555,0.5,0.255951455205554,0.0,0.00204751064043842,0.255951455205554,0.0,0.00116839376177311,0.0,0.0873825662557429,0.255951455205554,0.0,0.204927279974282,0.5,0.255951455205554,0.0,0.725988320517606,0.255951455205554,0.0,0.0469606453105746,0.255951455205554,0.0,0.134238291862985,0.255951455205554,0.0,0.0333372773863743,0.0,0.873611533119086 -5550,0.255951455205554,0.000958929555306564,0.678722796234663,0.255951455205554,0.00159411937267353,0.564317070237145,0.255951455205554,0.00080441303273572,0.313414075649172,0.255951455205554,0.000666324136219903,0.361977524812624,0.255951455205554,4.31244043502383e-05,0.129879430828154,0.255951455205554,0.000189354904974709,0.0138407978783477,0.5,0.255951455205554,0.0,0.00149700818782439,0.5,0.255951455205554,1.57999395317685e-06,0.00582955548949187,0.5,0.255951455205554,0.000759180046232848,0.00158129781121018,0.255951455205554,0.0,0.00129056395663518,0.00838698007317104,0.1070072894581,0.255951455205554,0.00906176697440137,0.220457699083726,0.5,0.255951455205554,0.00545408101767696,0.729369970800582,0.255951455205554,0.00631065916253183,0.0423394548230275,0.255951455205554,0.00437287749767004,0.137347740396024,0.255951455205554,0.00277832727812822,0.0286537076616426,0.00164673174056743,0.825402474843259 -5551,0.255951455205554,0.027332524823271,0.66940466593503,0.255951455205554,0.0320461209948454,0.575603512788727,0.255951455205554,0.0556564202475629,0.314508931965978,0.255951455205554,0.0483626735288461,0.349409370831371,0.255951455205554,0.0565802878012963,0.108981770216571,0.255951455205554,0.0649220094253592,0.0104055383651827,0.5,0.255951455205554,0.0478238146849242,0.000869817539629188,0.5,0.255951455205554,0.0547534843939388,0.00535234186187122,0.5,0.255951455205554,0.0401318870765435,0.000795910581949495,0.255951455205554,0.0440047725500284,0.00109634544930195,0.0995149950209596,0.182256434873845,0.255951455205554,0.0986240201557404,0.294726157350338,0.5,0.255951455205554,0.0570601981241227,0.754735422747758,0.255951455205554,0.0930078248000888,0.0320016176001229,0.255951455205554,0.0859734328669134,0.158013644127714,0.255951455205554,0.0799155096106025,0.0220859960327,0.00812896168937481,0.696089154179396 -5552,0.255951455205554,0.0795623376594999,0.685451492599382,0.255951455205554,0.0589919303809902,0.536873566643241,0.255951455205554,0.147476617032912,0.391576084892524,0.255951455205554,0.123444737978866,0.39410699831181,0.255951455205554,0.167933557138692,0.19471826955256,0.255951455205554,0.184887467875007,0.0220563959683987,0.5,0.255951455205554,0.139171419981563,0.000678270713482282,0.5,0.255951455205554,0.162801127560919,0.000895983193200218,0.5,0.255951455205554,0.114505685853831,0.000859395015415232,0.255951455205554,0.137146259231841,0.000482720028187334,0.233114979230513,0.460871675672931,0.255951455205554,0.230200746879407,0.481788786262143,0.5,0.255951455205554,0.149396914100802,0.745423618335925,0.255951455205554,0.226641738261898,0.0788632675576357,0.255951455205554,0.216171261918121,0.303290000311855,0.255951455205554,0.20960926345235,0.0657872986324248,0.0509216790658707,0.725902058469683 -5553,0.255951455205554,0.15169897253716,0.717417428805001,0.255951455205554,0.0476223285574731,0.411267376261607,0.255951455205554,0.243255320660609,0.465292237904098,0.255951455205554,0.195516457627186,0.404438902369527,0.255951455205554,0.297460093095306,0.338868508722053,0.255951455205554,0.320689387260516,0.0666447629261438,0.5,0.255951455205554,0.231286470587488,0.00210400174745921,0.5,0.255951455205554,0.28155702415927,0.000749976957415737,0.5,0.255951455205554,0.209057512995304,0.0034349172472217,0.255951455205554,0.244649889600881,0.000250653296832967,0.372614431800181,0.58923498938677,0.255951455205554,0.368901131289703,0.559289193841759,0.5,0.255951455205554,0.266121620085051,0.72176568949982,0.255951455205554,0.370892370172024,0.168814076073192,0.255951455205554,0.35861538776094,0.441067472737811,0.255951455205554,0.354340181090821,0.179835759636289,0.22749332248498,0.809093015018469 -5554,0.255951455205554,0.256803635616874,0.725305659479723,0.255951455205554,0.0653009501992551,0.376771949401261,0.255951455205554,0.326163335072301,0.558210309634195,0.255951455205554,0.230501970755124,0.444174877305968,0.255951455205554,0.423201865619885,0.475228894974078,0.255951455205554,0.450699464934278,0.126885100109653,0.5,0.255951455205554,0.317493565399183,0.0127321821943743,0.5,0.255951455205554,0.387821474508175,0.00167118734770807,0.5,0.255951455205554,0.312620242110343,0.0106031384235676,0.255951455205554,0.332905205411459,0.000675746227787795,0.513906169758304,0.567253929681988,0.255951455205554,0.504316737207679,0.551352246121233,0.5,0.255951455205554,0.306567576170959,0.722782351204261,0.255951455205554,0.514149930399088,0.188620613761218,0.255951455205554,0.504902515857192,0.480053212875059,0.255951455205554,0.500485344468995,0.235624506960392,0.392628010996422,0.831652448697828 -5555,0.255951455205554,0.308557402034402,0.802004948112197,0.255951455205554,0.0805763333728681,0.412482485269692,0.255951455205554,0.36104276643432,0.643371661631099,0.255951455205554,0.181045756150345,0.558530123001827,0.255951455205554,0.492950331739496,0.508978661793746,0.255951455205554,0.496915728586447,0.167885319682105,0.5,0.255951455205554,0.36652478085066,0.0292798104163897,0.5,0.255951455205554,0.447540538909356,0.00545944372385946,0.5,0.255951455205554,0.393800832413577,0.0196272711156054,0.255951455205554,0.335290274389329,0.00692377889579035,0.622810860591044,0.607216220052104,0.255951455205554,0.595931218866367,0.550795386789225,0.5,0.255951455205554,0.263262677556935,0.747256367659579,0.255951455205554,0.625121014701153,0.190974192177356,0.255951455205554,0.618169458930763,0.48163815554,0.255951455205554,0.614131190427351,0.248213129053708,0.361741464311476,0.810095270393002 -5556,0.255951455205554,0.264383600421526,0.796725159334066,0.255951455205554,0.192113784649215,0.579109689754481,0.255951455205554,0.354366349679295,0.661797837612504,0.255951455205554,0.51105985159591,0.795780243230387,0.255951455205554,0.5047004328143,0.45839430410779,0.255951455205554,0.510586749931947,0.19810415508377,0.5,0.255951455205554,0.464702677703958,0.0457071372841856,0.5,0.255951455205554,0.465092015835628,0.0154168115781354,0.5,0.255951455205554,0.399679422171095,0.0318948223295266,0.255951455205554,0.561333848166774,0.0213698854962881,0.662617704622646,0.594020192967319,0.255951455205554,0.641900321130999,0.536364894037419,0.5,0.255951455205554,0.349654534683868,0.822604354259873,0.255951455205554,0.684122197874233,0.18444244489147,0.255951455205554,0.676085120980239,0.464677198688111,0.255951455205554,0.664192105707044,0.275744048603156,0.361223396100201,0.777781337581649 -5557,0.255951455205554,0.210158868029686,0.797740978464556,0.255951455205554,0.494431370792695,0.874745205680631,0.255951455205554,0.292822136803826,0.64507279095088,0.255951455205554,0.14953016792096,0.733315153674907,0.255951455205554,0.405264204374877,0.390852511199329,0.255951455205554,0.544040642443217,0.219992555890614,0.5,0.255951455205554,0.485161530352276,0.0593826449588788,0.5,0.255951455205554,0.506857280523333,0.030202274893691,0.5,0.255951455205554,0.3628509688752,0.0459718869469824,0.255951455205554,0.613803399365226,0.049995376995811,0.670505671612061,0.572426885518562,0.255951455205554,0.638398256486821,0.507987022757331,0.5,0.255951455205554,0.388372181727114,0.818748770610558,0.255951455205554,0.69550212400213,0.178928093036717,0.255951455205554,0.688119852467176,0.470162921777308,0.255951455205554,0.666782352187049,0.291499431887426,0.0824100472434039,0.747639835844421 -5558,0.255951455205554,0.110486564896139,0.785717059651527,0.255951455205554,0.3652641035972,0.859833622685369,0.255951455205554,0.269643025582003,0.612974257003725,0.255951455205554,0.194591498644051,0.678516712918617,0.255951455205554,0.317862643157341,0.316956947770107,0.255951455205554,0.527563385489736,0.219498119790961,0.5,0.255951455205554,0.523894901822418,0.0815309522908967,0.5,0.255951455205554,0.499698259005003,0.0434142275006601,0.5,0.255951455205554,0.312707360315311,0.0579410776719061,0.255951455205554,0.630111077768379,0.111400417176225,0.628696807078053,0.539987083724965,0.255951455205554,0.566978594466924,0.472353563039008,0.5,0.255951455205554,0.471263657871815,0.827918692557001,0.255951455205554,0.661781328100804,0.185687310249749,0.255951455205554,0.642347926950458,0.45342336739379,0.255951455205554,0.60774333344888,0.321977594775866,0.0798520353750533,0.685970182285246 -5559,0.255951455205554,0.0590146432881633,0.768682298666469,0.255951455205554,0.0868574082446103,0.710368986657388,0.255951455205554,0.222419581597773,0.575000520335168,0.255951455205554,0.448172156561829,0.704617721400131,0.255951455205554,0.297096736282666,0.266583727249299,0.255951455205554,0.496321845430482,0.214486606239883,0.5,0.255951455205554,0.412528756083084,0.104228652941104,0.5,0.255951455205554,0.439449317888433,0.0481430867083089,0.5,0.255951455205554,0.271325390334886,0.05706339416983,0.255951455205554,0.567966661934428,0.174736427246971,0.519558990723564,0.459037738312993,0.255951455205554,0.480963708240122,0.417190415317195,0.5,0.255951455205554,0.438328416335554,0.803292849152092,0.255951455205554,0.565788774130001,0.17566064369187,0.255951455205554,0.545494436586391,0.440688054130501,0.255951455205554,0.538959784064936,0.321041870377077,0.0658630717410506,0.730907217174543 -5560,0.255951455205554,0.0534647974550171,0.733047280836168,0.255951455205554,0.172349862892746,0.749460985068844,0.255951455205554,0.18280956342867,0.542966740327096,0.255951455205554,0.172167474395111,0.652866444309211,0.255951455205554,0.2767221453213,0.236733836629123,0.255951455205554,0.405104388128776,0.197455418669483,0.5,0.255951455205554,0.354134154951925,0.123008958040776,0.5,0.255951455205554,0.352292556207773,0.046327972085947,0.5,0.255951455205554,0.215565306888864,0.0485699815779613,0.255951455205554,0.474424228912422,0.221996086220618,0.428812547204552,0.372198950241606,0.255951455205554,0.374883476375214,0.371617533537292,0.5,0.255951455205554,0.27606849210394,0.761635551163521,0.255951455205554,0.42675274070717,0.151192289646687,0.255951455205554,0.401438075710826,0.416220247584371,0.255951455205554,0.40649863998433,0.27908969792384,0.0421108134663405,0.772659699197089 -5561,0.255951455205554,0.0467591135159352,0.661092988223902,0.255951455205554,0.178397169460896,0.736806247914371,0.255951455205554,0.149101601083318,0.491930517583004,0.255951455205554,0.0522106328463624,0.544598170729182,0.255951455205554,0.213893020569005,0.208240282832735,0.255951455205554,0.281582432324153,0.183371513224456,0.5,0.255951455205554,0.264745508414493,0.113965987901355,0.5,0.255951455205554,0.247686568345637,0.0487702774637298,0.5,0.255951455205554,0.14825443746333,0.042796918613411,0.255951455205554,0.360023200106851,0.213108636646995,0.240932850059167,0.280236278439238,0.255951455205554,0.260821732345642,0.315429162372557,0.5,0.255951455205554,0.138871736127473,0.690997196251196,0.255951455205554,0.26884791309917,0.10831513120077,0.255951455205554,0.274325413549299,0.362948504351924,0.255951455205554,0.283417941135456,0.224532491993559,0.0332604024210929,0.905875302078783 -5562,0.255951455205554,0.0266407269833832,0.590951514728981,0.255951455205554,0.0523209205628347,0.706643468689154,0.255951455205554,0.0857280802755187,0.418958239179508,0.255951455205554,0.0316787539946365,0.454909455307343,0.255951455205554,0.118280937063776,0.162495795221132,0.255951455205554,0.162461401350159,0.134707038944062,0.5,0.255951455205554,0.201227233271643,0.0892248194680408,0.5,0.255951455205554,0.136914563134705,0.0457755655477593,0.5,0.255951455205554,0.0842326237501541,0.0286188935223217,0.255951455205554,0.230913057774667,0.158994160668987,0.121615208744808,0.202898895797679,0.255951455205554,0.150370533512968,0.212699746377305,0.5,0.255951455205554,0.0737372547446199,0.598024367406027,0.255951455205554,0.133626349011199,0.0473227868881917,0.255951455205554,0.17113179917437,0.297675059615362,0.255951455205554,0.169860967662827,0.150765191995443,0.0153209709390564,0.952215819536359 -5563,0.255951455205554,0.00815318682500826,0.562330839531087,0.255951455205554,0.0283286217621815,0.521327907512562,0.255951455205554,0.0265907921030976,0.315742731549908,0.255951455205554,0.00886046451240416,0.326120651373298,0.255951455205554,0.0324648544640589,0.101310205607443,0.255951455205554,0.039246901673066,0.0552361616688964,0.5,0.255951455205554,0.0466522281084551,0.0346592542220615,0.5,0.255951455205554,0.0312483444405254,0.0259823320160161,0.5,0.255951455205554,0.0155599738216983,0.00950576170026162,0.255951455205554,0.0492045542708596,0.0532610536251723,0.022812219595695,0.120933433698906,0.255951455205554,0.0119869907082154,0.0935039609654317,0.5,0.255951455205554,0.0183666076505653,0.410694929399751,0.255951455205554,0.011583578048345,0.0141456425327708,0.255951455205554,0.0299507423181816,0.143903970382868,0.255951455205554,0.0293032371866907,0.0597843273666222,0.00587444935798111,0.923467487598716 -5564,0.255951455205554,0.0,0.457052018068224,0.255951455205554,0.0,0.246688265152889,0.255951455205554,4.33047473832656e-07,0.236803344486165,0.255951455205554,0.0,0.252049845679914,0.255951455205554,1.43268569693846e-05,0.0443012217073789,0.255951455205554,0.0,0.0303358365474294,0.5,0.255951455205554,0.0,0.0294026984285424,0.5,0.255951455205554,0.0,0.0160282032467062,0.5,0.255951455205554,0.0,0.00924057537936738,0.255951455205554,0.0,0.0460311292802458,0.0,0.0802295826556206,0.255951455205554,0.0,0.0504896781535923,0.5,0.255951455205554,0.0,0.270304463437609,0.255951455205554,0.0,0.00995570116650308,0.255951455205554,0.0,0.0762283799501902,0.255951455205554,0.0,0.0526150456259536,0.0,0.859816656777022 -5565,0.255951455205554,0.0,0.327527176284627,0.255951455205554,0.0,0.151703999370384,0.255951455205554,0.0,0.219266766839968,0.255951455205554,0.0,0.243768152995754,0.255951455205554,0.0,0.0271205813829923,0.255951455205554,0.0,0.0157610941339313,0.5,0.255951455205554,0.0,0.0208105035915913,0.5,0.255951455205554,0.0,0.00850060618294675,0.5,0.255951455205554,0.0,0.00938239311555405,0.255951455205554,0.0,0.0265036344313696,0.0,0.0350381611053506,0.255951455205554,0.0,0.0393811290984383,0.5,0.255951455205554,0.0,0.192442749308601,0.255951455205554,0.0,0.0114142052336,0.255951455205554,0.0,0.0589950091531186,0.255951455205554,0.0,0.0394536433253523,0.0,0.859682666807893 -5566,0.255951455205554,0.0,0.28817882929948,0.255951455205554,0.0,0.192555330467078,0.255951455205554,0.0,0.215172435257077,0.255951455205554,0.0,0.249619312916832,0.255951455205554,0.0,0.0230122554817204,0.255951455205554,0.0,0.00790196777486451,0.5,0.255951455205554,0.0,0.012636752523982,0.5,0.255951455205554,0.0,0.00701669512543361,0.5,0.255951455205554,0.0,0.00870612974438791,0.255951455205554,0.0,0.00933861490914814,0.0,0.0111181876416218,0.255951455205554,0.0,0.0380130501618803,0.5,0.255951455205554,0.0,0.134327248997962,0.255951455205554,0.0,0.0158450301174292,0.255951455205554,0.0,0.0499300360700827,0.255951455205554,0.0,0.0255717239418616,0.0,0.788519820037001 -5567,0.255951455205554,0.0,0.323167951711488,0.255951455205554,0.0,0.253064659434138,0.255951455205554,0.0,0.21919302890821,0.255951455205554,0.0,0.280383729467266,0.255951455205554,0.0,0.0210713091719895,0.255951455205554,0.0,0.00551619426564851,0.5,0.255951455205554,0.0,0.00720491490107384,0.5,0.255951455205554,0.0,0.0059338857181787,0.5,0.255951455205554,0.0,0.00740781625549774,0.255951455205554,0.0,0.00478896993500438,0.0,0.0148041352365573,0.255951455205554,0.0,0.0388961326465794,0.5,0.255951455205554,0.0,0.11259094442836,0.255951455205554,0.0,0.0180443461268902,0.255951455205554,0.0,0.036344242631343,0.255951455205554,0.0,0.0109730844284727,0.0,0.722726270775592 -5568,0.255951455205554,0.0,0.309370091187755,0.255951455205554,0.0,0.29695876003562,0.255951455205554,0.0,0.220342236712956,0.255951455205554,0.0,0.296117226248367,0.255951455205554,0.0,0.0183684991596516,0.255951455205554,0.0,0.0046743439337573,0.5,0.255951455205554,0.0,0.00563314020458758,0.5,0.255951455205554,0.0,0.00619152925025994,0.5,0.255951455205554,0.0,0.00540643729423125,0.255951455205554,0.0,0.00152490339441565,0.0,0.0291025458553954,0.255951455205554,0.0,0.0416963864487403,0.5,0.255951455205554,0.0,0.13369234256282,0.255951455205554,0.0,0.0171832848237835,0.255951455205554,0.0,0.0251685104270513,0.255951455205554,0.0,0.00318545909929075,0.0,0.662472758990387 -5569,0.255951455205554,0.0,0.393007105636562,0.255951455205554,0.0,0.292453466606996,0.255951455205554,0.0,0.214861040482622,0.255951455205554,0.0,0.289703571604923,0.255951455205554,0.0,0.0150193670073338,0.255951455205554,0.0,0.00427289857771289,0.5,0.255951455205554,0.0,0.00350869046585523,0.5,0.255951455205554,0.0,0.00723438946991972,0.5,0.255951455205554,0.0,0.00432237458736345,0.255951455205554,0.0,0.000186987553585878,0.0,0.035494792475844,0.255951455205554,0.0,0.0429532768882234,0.5,0.255951455205554,0.0,0.171545458257496,0.255951455205554,0.0,0.0141403111491195,0.255951455205554,0.0,0.0215731505524387,0.255951455205554,0.0,0.00146222919624218,0.0,0.646126948663319 -5570,0.255951455205554,0.0,0.436579086242866,0.255951455205554,0.0,0.260844981095677,0.255951455205554,0.0,0.203096603119727,0.255951455205554,0.0,0.282252049481259,0.255951455205554,0.0,0.0131604237882831,0.255951455205554,0.0,0.0031124038532029,0.5,0.255951455205554,0.0,0.0021686111550527,0.5,0.255951455205554,0.0,0.00770594408542046,0.5,0.255951455205554,0.0,0.00444605164204896,0.255951455205554,0.0,0.000223293700929553,0.0,0.0329249041294829,0.255951455205554,0.0,0.0460936609221001,0.5,0.255951455205554,0.0,0.205479298310254,0.255951455205554,0.0,0.0113701969711147,0.255951455205554,0.0,0.0239377085732774,0.255951455205554,0.0,0.00133374225045631,0.0,0.709448207199803 -5571,0.255951455205554,0.0,0.452374755194368,0.255951455205554,0.0,0.248483923845747,0.255951455205554,0.0,0.197755440199775,0.255951455205554,0.0,0.274104827287551,0.255951455205554,0.0,0.0119503724733186,0.255951455205554,0.0,0.00177400150164132,0.5,0.255951455205554,0.0,0.0021482487606808,0.5,0.255951455205554,0.0,0.00715866680350638,0.5,0.255951455205554,0.0,0.0058005094034452,0.255951455205554,0.0,0.000176099570754507,0.0,0.0301105758775808,0.255951455205554,0.0,0.0555645448172394,0.5,0.255951455205554,0.0,0.230441688679022,0.255951455205554,0.0,0.0112056456443189,0.255951455205554,0.0,0.0308585444009586,0.255951455205554,0.0,0.00183464903623471,0.0,0.775377529782566 -5572,0.255951455205554,0.0,0.449947271568168,0.255951455205554,0.0,0.248043632410834,0.255951455205554,0.0,0.182254274910478,0.255951455205554,0.0,0.263022916822793,0.255951455205554,0.0,0.0114340826494578,0.255951455205554,0.0,0.00157924981338609,0.5,0.255951455205554,0.0,0.00227343022429037,0.5,0.255951455205554,0.0,0.00465619305658082,0.5,0.255951455205554,0.0,0.00820345486988449,0.255951455205554,0.0,4.31901973760005e-05,0.0,0.0319718510049598,0.255951455205554,0.0,0.0641958412151146,0.5,0.255951455205554,0.0,0.239475686321131,0.255951455205554,0.0,0.0115581601241106,0.255951455205554,0.0,0.0346253727531748,0.255951455205554,0.0,0.00173932148566042,0.0,0.776983574121964 -5573,0.255951455205554,0.0,0.476164880818885,0.255951455205554,0.0,0.231401253116089,0.255951455205554,0.0,0.176240361727489,0.255951455205554,0.0,0.252699784599125,0.255951455205554,0.0,0.012506453144038,0.255951455205554,0.0,0.00154363378638035,0.5,0.255951455205554,0.0,0.00154867977349703,0.5,0.255951455205554,0.0,0.00470294862668487,0.5,0.255951455205554,0.0,0.00892222305266288,0.255951455205554,0.0,0.000287384023089272,0.0,0.0434126122575001,0.255951455205554,0.0,0.0686204964104505,0.5,0.255951455205554,0.0,0.248287852685619,0.255951455205554,0.0,0.011280292933333,0.255951455205554,0.0,0.0330205169763563,0.255951455205554,0.0,0.00138655414232967,0.0,0.721230329732162 -5574,0.255951455205554,0.00091109821551286,0.499002000970774,0.255951455205554,0.0020724549899435,0.207703951537474,0.255951455205554,0.000361458905706704,0.181751459367395,0.255951455205554,8.75751350204991e-05,0.230377970981769,0.255951455205554,1.20167969041685e-06,0.0150819955473746,0.255951455205554,3.51433798658256e-05,0.0014463166418004,0.5,0.255951455205554,0.0,0.00195484535940206,0.5,0.255951455205554,0.0,0.00512793201031171,0.5,0.255951455205554,0.000544073024786862,0.00840883078316108,0.255951455205554,0.0,0.00119814851532628,0.00708746274177774,0.0406754112514225,0.255951455205554,0.00703088564182711,0.0702339901328001,0.5,0.255951455205554,0.00538349982925784,0.262644827875523,0.255951455205554,0.00479717764273191,0.00910472451512482,0.255951455205554,0.00307731333640709,0.0328223896768122,0.255951455205554,0.00196405205606381,0.0020901222420172,0.00272633328826737,0.679546965144796 -5575,0.255951455205554,0.0325178911453142,0.495019791361906,0.255951455205554,0.0615559879727952,0.225560262573023,0.255951455205554,0.019406393043152,0.209706510593202,0.255951455205554,0.0116131393728433,0.26976394199168,0.255951455205554,0.0315763375699884,0.0180616467228662,0.255951455205554,0.0626225572897028,0.000864927430985634,0.5,0.255951455205554,0.0388927639225363,0.00198595224499348,0.5,0.255951455205554,0.0581998523935648,0.00447275133788134,0.5,0.255951455205554,0.0466339280964416,0.00532739905826869,0.255951455205554,0.0327944589945271,0.0029979022073467,0.0968917120203532,0.0452433404719426,0.255951455205554,0.0901819721281373,0.103160588819686,0.5,0.255951455205554,0.0571057355603689,0.345767516235744,0.255951455205554,0.0848517405143068,0.0101398750969168,0.255951455205554,0.0700370038971168,0.0432199276382908,0.255951455205554,0.074578770575406,0.00241914225067495,0.0676368760874463,0.598167441891903 -5576,0.255951455205554,0.0816630023522798,0.513908010888847,0.255951455205554,0.159925571744222,0.356495350100509,0.255951455205554,0.0682744141520854,0.293178544535693,0.255951455205554,0.0574623028708987,0.35274458832684,0.255951455205554,0.108962174469247,0.0270984446585201,0.255951455205554,0.179110214371388,0.000823403649036122,0.5,0.255951455205554,0.120796635432314,0.00166829397122574,0.5,0.255951455205554,0.18132500353345,0.00569211166353758,0.5,0.255951455205554,0.148880982461167,0.00863902857083966,0.255951455205554,0.111948318124992,0.00101370557383539,0.227395902664044,0.0989720646944146,0.255951455205554,0.209892318513497,0.185661032011181,0.5,0.255951455205554,0.104414840415058,0.436888941032537,0.255951455205554,0.209192874089421,0.0182748250350635,0.255951455205554,0.173753993767007,0.111173110795948,0.255951455205554,0.200482079751086,0.00630798756266985,0.155047218071239,0.651565657241492 -5577,0.255951455205554,0.092257398085352,0.523515630383986,0.255951455205554,0.24871937715067,0.672864856548172,0.255951455205554,0.150239701297931,0.398796573331053,0.255951455205554,0.202507330005748,0.477776833208039,0.255951455205554,0.223634410121772,0.0527789819929759,0.255951455205554,0.3060148486375,0.00479409379621181,0.5,0.255951455205554,0.212894064002389,0.00382887041714751,0.5,0.255951455205554,0.328989381197548,0.0132618017967806,0.5,0.255951455205554,0.278121828379377,0.0221460796206045,0.255951455205554,0.199759347644859,0.00273447237184642,0.347746833102345,0.377975769977166,0.255951455205554,0.326798016680653,0.337904044243523,0.5,0.255951455205554,0.156856022326921,0.544048387747446,0.255951455205554,0.350034012815684,0.0314408216409545,0.255951455205554,0.268781783791753,0.223293546652345,0.255951455205554,0.337717049839766,0.0262997066533283,0.175571598400571,0.694246009798971 -5578,0.255951455205554,0.123283575704613,0.519786848034239,0.255951455205554,0.41646515170109,0.770043190813397,0.255951455205554,0.252449117561559,0.45613700484956,0.255951455205554,0.403855490729301,0.625511584135932,0.255951455205554,0.349584551000489,0.0807463360250053,0.255951455205554,0.426522687123538,0.0122199613131585,0.5,0.255951455205554,0.310792617961646,0.00896165883501557,0.5,0.255951455205554,0.483673870817146,0.0187379775328675,0.5,0.255951455205554,0.398042258066217,0.0391881371893973,0.255951455205554,0.308905496588244,0.00880753544707884,0.42076386792613,0.486797538409845,0.255951455205554,0.39655134209224,0.379656681093445,0.5,0.255951455205554,0.248425006610088,0.657749630350449,0.255951455205554,0.493736734228132,0.043161108197934,0.255951455205554,0.310735740306823,0.237892017555413,0.255951455205554,0.469373939587763,0.0560095908465812,0.0575760742489683,0.64135528707036 -5579,0.255951455205554,0.143322995553435,0.513745778164915,0.255951455205554,0.502819460930247,0.713165740538978,0.255951455205554,0.37360638831085,0.488646729936606,0.255951455205554,0.464072304555845,0.602210690198955,0.255951455205554,0.449518380513434,0.130807865328975,0.255951455205554,0.507478248543236,0.0392621147042251,0.5,0.255951455205554,0.402509316643667,0.0246122459648217,0.5,0.255951455205554,0.602122787261028,0.0208823414061187,0.5,0.255951455205554,0.504202562371118,0.0580825524155187,0.255951455205554,0.491406207193452,0.0308214735947331,0.22526607498478,0.412548121591693,0.255951455205554,0.379011095722585,0.344726948074187,0.5,0.255951455205554,0.268226266181998,0.611086671017936,0.255951455205554,0.573400745797326,0.0625117223113546,0.255951455205554,0.301644166803612,0.220747189630341,0.255951455205554,0.527670003294937,0.0863050248046231,0.126095898644021,0.588861835584579 -5580,0.255951455205554,0.176196179971541,0.637247924396714,0.255951455205554,0.38496779560493,0.657282200017117,0.255951455205554,0.466342660304155,0.491397896523053,0.255951455205554,0.497618491229426,0.547657021245305,0.255951455205554,0.554171629646628,0.175658342707966,0.255951455205554,0.534376433333892,0.099336222459597,0.5,0.255951455205554,0.497696182385972,0.0651009831497094,0.5,0.255951455205554,0.671657726149483,0.0283188554597633,0.5,0.255951455205554,0.556499677825961,0.0736973742268073,0.255951455205554,0.504218128380007,0.0853049127347034,0.202957151005576,0.330818311470002,0.255951455205554,0.370385602025506,0.323718446292314,0.5,0.255951455205554,0.344221461033425,0.60027836428307,0.255951455205554,0.590854740320909,0.0872480860606935,0.255951455205554,0.291842481435914,0.214872498866713,0.255951455205554,0.547846553171162,0.0919457603567873,0.259170620534017,0.530503922123335 -5581,0.255951455205554,0.27300812772295,0.743640142287906,0.255951455205554,0.421478448695904,0.583828995291133,0.255951455205554,0.50095338666414,0.471443986024424,0.255951455205554,0.539273838584084,0.504394943384305,0.255951455205554,0.600281356545405,0.207761976878115,0.255951455205554,0.572966645410236,0.126382513110271,0.5,0.255951455205554,0.530012805853458,0.127199594232844,0.5,0.255951455205554,0.686616617584946,0.0391305127740591,0.5,0.255951455205554,0.537897333830258,0.0895539401172897,0.255951455205554,0.407449250226005,0.149722676240122,0.239406686430467,0.282832285583566,0.255951455205554,0.386042237764524,0.32276460464301,0.5,0.255951455205554,0.373518213475417,0.603025288965592,0.255951455205554,0.565008273475886,0.111837422780184,0.255951455205554,0.276851081795404,0.198257788084222,0.255951455205554,0.567816409295499,0.0979635445293178,0.363521264996485,0.533007718325676 -5582,0.255951455205554,0.357213445262125,0.764284402385672,0.255951455205554,0.454835318018121,0.505713678655404,0.255951455205554,0.515470861628835,0.450085622289666,0.255951455205554,0.573510034589765,0.471050336457586,0.255951455205554,0.558780511906171,0.24117747682131,0.255951455205554,0.571622518250246,0.127270783245673,0.5,0.255951455205554,0.529690670609172,0.186313630140928,0.5,0.255951455205554,0.639336550458339,0.0476119315512487,0.5,0.255951455205554,0.501624503800489,0.104905684835879,0.255951455205554,0.427699205076076,0.159050135600928,0.233129634820743,0.307385671861272,0.255951455205554,0.395459549280994,0.322328465834433,0.5,0.255951455205554,0.402436867799114,0.586233356037723,0.255951455205554,0.53606883722123,0.122225007642652,0.255951455205554,0.339446324273126,0.207547159084035,0.255951455205554,0.566744889249775,0.115436187256647,0.429497557860973,0.559080272897245 -5583,0.255951455205554,0.392929141470009,0.688128546871398,0.255951455205554,0.325648827392505,0.408989150370183,0.255951455205554,0.474320726550577,0.422641837968223,0.255951455205554,0.534625511031404,0.433809154505797,0.255951455205554,0.475312758069282,0.271796626668986,0.255951455205554,0.499291919115012,0.123487453878957,0.5,0.255951455205554,0.500177904342959,0.216974373380356,0.5,0.255951455205554,0.560469431122888,0.0466727210636058,0.5,0.255951455205554,0.428179440123989,0.107533102107124,0.255951455205554,0.560664426548341,0.0974306207158492,0.201496317541632,0.285507660108734,0.255951455205554,0.350848792119643,0.303852135728361,0.5,0.255951455205554,0.39913706455534,0.545550612416217,0.255951455205554,0.506622283834945,0.113591650131048,0.255951455205554,0.378052419346798,0.184952498638131,0.255951455205554,0.512461179645688,0.101774535785998,0.446323194324574,0.604927723951482 -5584,0.255951455205554,0.31406873995296,0.554283029121389,0.255951455205554,0.335684248309483,0.313467322854488,0.255951455205554,0.375512040008055,0.384442679394705,0.255951455205554,0.397715361258923,0.395922333794582,0.255951455205554,0.373800395316245,0.231177915781228,0.255951455205554,0.357846980284151,0.121096330950244,0.5,0.255951455205554,0.428638023117669,0.194851618575565,0.5,0.255951455205554,0.479106750355567,0.0396169435920097,0.5,0.255951455205554,0.359902050171265,0.0936048138808482,0.255951455205554,0.527277448060979,0.127686922063303,0.157469828434568,0.250243435770975,0.255951455205554,0.295424348358443,0.268146476550096,0.5,0.255951455205554,0.326379013211019,0.482558421005608,0.255951455205554,0.403493785490677,0.0935011597358832,0.255951455205554,0.366544122830131,0.136191631292906,0.255951455205554,0.389068115470098,0.0846678187386148,0.26730851627436,0.571778613546815 -5585,0.255951455205554,0.20943468632572,0.380899097249978,0.255951455205554,0.28403166928959,0.217435661315571,0.255951455205554,0.27562691114425,0.321451753010447,0.255951455205554,0.307847421015592,0.384560033919591,0.255951455205554,0.329779732201352,0.170286437525037,0.255951455205554,0.256231845442834,0.0939744749327303,0.5,0.255951455205554,0.32103424297552,0.146511953492784,0.5,0.255951455205554,0.350718197047524,0.0287939303666417,0.5,0.255951455205554,0.262417809778751,0.063284669643556,0.255951455205554,0.364196858420778,0.144408505757758,0.109537634418221,0.210253693516454,0.255951455205554,0.225312006811074,0.209987628028095,0.5,0.255951455205554,0.224750920204182,0.379040658836872,0.255951455205554,0.279112526857252,0.0671197749944992,0.255951455205554,0.316000184740746,0.0863983099494428,0.255951455205554,0.254303010937325,0.0655382441711518,0.114682740219017,0.579617745443366 -5586,0.255951455205554,0.119966834627159,0.210846067420225,0.255951455205554,0.170395884369792,0.129079845227174,0.255951455205554,0.174628596655794,0.236561169215657,0.255951455205554,0.201004467158281,0.360927600517769,0.255951455205554,0.216299490842257,0.0852550408989024,0.255951455205554,0.161408176788609,0.0325138753385516,0.5,0.255951455205554,0.204490101406132,0.0663089636763758,0.5,0.255951455205554,0.211658853354781,0.0107199466979669,0.5,0.255951455205554,0.157569621191674,0.023757625400565,0.255951455205554,0.152016155268622,0.0506853031715877,0.0598486933506944,0.136111011208158,0.255951455205554,0.137291622754137,0.129750946652823,0.5,0.255951455205554,0.113640254956662,0.227370107959187,0.255951455205554,0.142049069259623,0.0423450106387021,0.255951455205554,0.195106651400309,0.0377443334253663,0.255951455205554,0.14172030836935,0.0346729286504707,0.141775341907977,0.628716500490717 -5587,0.255951455205554,0.0295353171129552,0.098780275513797,0.255951455205554,0.0402388747649634,0.0390511846172427,0.255951455205554,0.0442700027326334,0.119989724687805,0.255951455205554,0.0423594706736287,0.223187210390779,0.255951455205554,0.0451089092605273,0.0199281409978339,0.255951455205554,0.0318304186109603,0.00616735210903455,0.5,0.255951455205554,0.0406100207746265,0.0147306641458848,0.5,0.255951455205554,0.0335842729800905,0.00458565799473631,0.5,0.255951455205554,0.0150887773960231,0.00372689778199075,0.255951455205554,0.0331845465898152,0.0129921160395184,0.00444555742741206,0.034600615039794,0.255951455205554,0.00885885574070361,0.0417936881851015,0.5,0.255951455205554,0.0232385469403356,0.079872515446367,0.255951455205554,0.00774096961128329,0.0172766016835614,0.255951455205554,0.0268023863514903,0.00698655310008672,0.255951455205554,0.0280079724545155,0.00336936781643268,0.0450701820711192,0.600432461439633 -5588,0.255951455205554,0.0,0.0618481112442703,0.255951455205554,0.0,0.0486986700675829,0.255951455205554,0.0,0.0723304558967071,0.255951455205554,0.0,0.102536534066014,0.255951455205554,0.0,0.00857655176506694,0.255951455205554,0.0,0.00552785153603997,0.5,0.255951455205554,0.0,0.00487119886511057,0.5,0.255951455205554,0.0,0.00507755752268437,0.5,0.255951455205554,0.0,0.0027630930216882,0.255951455205554,0.0,0.00656916509831568,0.0,0.00998337111984669,0.255951455205554,0.0,0.0348892861053214,0.5,0.255951455205554,0.0,0.044167318078919,0.255951455205554,0.0,0.0121405305322047,0.255951455205554,0.0,0.0108196943478253,0.255951455205554,0.0,0.00103847151839042,0.0,0.538899578584424 -5589,0.255951455205554,0.0,0.0493122981265278,0.255951455205554,0.0,0.0653742873983791,0.255951455205554,0.0,0.0637952397389283,0.255951455205554,0.0,0.0812136220395877,0.255951455205554,0.0,0.00273423513963744,0.255951455205554,0.0,0.00812533572104965,0.5,0.255951455205554,0.0,0.00304250840804445,0.5,0.255951455205554,0.0,0.00631836815768357,0.5,0.255951455205554,0.0,0.0036682141080072,0.255951455205554,0.0,0.00297499672885597,0.0,0.0191908372660938,0.255951455205554,0.0,0.0425746883344777,0.5,0.255951455205554,0.0,0.0419850818443028,0.255951455205554,0.0,0.00644040530585108,0.255951455205554,0.0,0.0199304938826817,0.255951455205554,0.0,0.00499992091340619,0.0,0.5276485838657 -5590,0.255951455205554,0.0,0.0559357113351954,0.255951455205554,0.0,0.0592448720323717,0.255951455205554,0.0,0.0723761925530951,0.255951455205554,0.0,0.0867834816969465,0.255951455205554,0.0,0.00337685620883418,0.255951455205554,0.0,0.0127473255586708,0.5,0.255951455205554,0.0,0.00317306433589822,0.5,0.255951455205554,0.0,0.0121946215293544,0.5,0.255951455205554,0.0,0.00540119977124667,0.255951455205554,0.0,0.00142526244452465,0.0,0.0279369947756607,0.255951455205554,0.0,0.0496618751647703,0.5,0.255951455205554,0.0,0.0589214240819669,0.255951455205554,0.0,0.00584655043896969,0.255951455205554,0.0,0.0344923368975577,0.255951455205554,0.0,0.0116281118814029,0.0,0.667501560074511 -5591,0.255951455205554,0.0,0.0802808673503379,0.255951455205554,0.0,0.0540381384954412,0.255951455205554,0.0,0.0835829869648944,0.255951455205554,0.0,0.0984302956864475,0.255951455205554,0.0,0.0102552975658671,0.255951455205554,0.0,0.0171133318307402,0.5,0.255951455205554,0.0,0.00464130446955095,0.5,0.255951455205554,0.0,0.0156206374962601,0.5,0.255951455205554,0.0,0.00803844417208982,0.255951455205554,0.0,0.00190261417587274,0.0,0.0349760384888665,0.255951455205554,0.0,0.0523028109415197,0.5,0.255951455205554,0.0,0.0775621071068681,0.255951455205554,0.0,0.0113995898468094,0.255951455205554,0.0,0.0545220316853485,0.255951455205554,0.0,0.0236025683268452,0.0,0.744339234965143 -5592,0.255951455205554,0.0,0.117482679725469,0.255951455205554,0.0,0.0656154018672888,0.255951455205554,0.0,0.0824802738991473,0.255951455205554,0.0,0.106704045073556,0.255951455205554,0.0,0.0247493008176442,0.255951455205554,0.0,0.019566602285611,0.5,0.255951455205554,0.0,0.00595976659490483,0.5,0.255951455205554,0.0,0.0242047983706103,0.5,0.255951455205554,0.0,0.0121192964389301,0.255951455205554,0.0,0.00346623712772596,0.0,0.0387189918781113,0.255951455205554,0.0,0.0538677064999953,0.5,0.255951455205554,0.0,0.0950913179379474,0.255951455205554,0.0,0.0203723103330449,0.255951455205554,0.0,0.0737962799170464,0.255951455205554,0.0,0.0342607768946246,0.0,0.819871225479603 -5593,0.255951455205554,0.0,0.17263916691155,0.255951455205554,0.0,0.068198335605005,0.255951455205554,0.0,0.0890130264856369,0.255951455205554,0.0,0.106812853639985,0.255951455205554,0.0,0.0409950567912859,0.255951455205554,0.0,0.0211044902727083,0.5,0.255951455205554,0.0,0.00776865710430955,0.5,0.255951455205554,0.0,0.037995105238958,0.5,0.255951455205554,0.0,0.0166156719092664,0.255951455205554,0.0,0.00457717851756827,0.0,0.0472808467603144,0.255951455205554,0.0,0.0580959631236016,0.5,0.255951455205554,0.0,0.099950821130169,0.255951455205554,0.0,0.0295017654647655,0.255951455205554,0.0,0.0793192439559603,0.255951455205554,0.0,0.0413212512962278,0.0,0.839824342776628 -5594,0.255951455205554,0.0,0.225684841034254,0.255951455205554,0.0,0.065005459204878,0.255951455205554,0.0,0.111056980265481,0.255951455205554,0.0,0.116666502190584,0.255951455205554,0.0,0.0537194113379834,0.255951455205554,0.0,0.0163930785273033,0.5,0.255951455205554,0.0,0.00931326819933755,0.5,0.255951455205554,0.0,0.040873561416178,0.5,0.255951455205554,0.0,0.0228096962057574,0.255951455205554,0.0,0.0039977608385548,0.0,0.0565592938973407,0.255951455205554,0.0,0.0630547314376528,0.5,0.255951455205554,0.0,0.0990105670591399,0.255951455205554,0.0,0.0424243826332149,0.255951455205554,0.0,0.0730355252450473,0.255951455205554,0.0,0.0512677942482959,0.0,0.898531533781667 -5595,0.255951455205554,0.0,0.249257782367466,0.255951455205554,0.0,0.0610651940347755,0.255951455205554,0.0,0.137455062620404,0.255951455205554,0.0,0.144423798534121,0.255951455205554,0.0,0.0666630715980663,0.255951455205554,0.0,0.0146401455993625,0.5,0.255951455205554,0.0,0.0123313900531094,0.5,0.255951455205554,0.0,0.0402356399638278,0.5,0.255951455205554,0.0,0.0262876081249565,0.255951455205554,0.0,0.00358233475020822,0.0,0.0735136686902648,0.255951455205554,0.0,0.0646944771548754,0.5,0.255951455205554,0.0,0.100733477851116,0.255951455205554,0.0,0.051493802845354,0.255951455205554,0.0,0.0584482678167026,0.255951455205554,0.0,0.0538730484259686,0.0,0.910735320103331 -5596,0.255951455205554,0.0,0.283217404206156,0.255951455205554,0.0,0.0617668398948503,0.255951455205554,0.0,0.161032773064911,0.255951455205554,0.0,0.173031940245266,0.255951455205554,0.0,0.0757968904382475,0.255951455205554,0.0,0.0140237294323048,0.5,0.255951455205554,0.0,0.0157680944156216,0.5,0.255951455205554,0.0,0.039680332554215,0.5,0.255951455205554,0.0,0.0297494231549752,0.255951455205554,0.0,0.00486594416897793,0.0,0.0751036070392569,0.255951455205554,0.0,0.0634977089101367,0.5,0.255951455205554,0.0,0.104523765742716,0.255951455205554,0.0,0.0608228791174436,0.255951455205554,0.0,0.054868000788474,0.255951455205554,0.0,0.0484884484543053,0.0,0.917659838221156 -5597,0.255951455205554,0.0,0.323387979690741,0.255951455205554,0.0,0.0605583024297692,0.255951455205554,0.0,0.175975721093364,0.255951455205554,0.0,0.193782459802048,0.255951455205554,0.0,0.0820983803181335,0.255951455205554,0.0,0.0152058944224826,0.5,0.255951455205554,0.0,0.0203161501023775,0.5,0.255951455205554,0.0,0.041851491530786,0.5,0.255951455205554,0.0,0.0338764735756638,0.255951455205554,0.0,0.00652737809557993,0.0,0.0473901290816615,0.255951455205554,0.0,0.0638024985257085,0.5,0.255951455205554,0.0,0.109834229723853,0.255951455205554,0.0,0.0689105639103215,0.255951455205554,0.0,0.049096149855266,0.255951455205554,0.0,0.040051695818359,0.0,0.927411261643411 -5598,0.255951455205554,0.001461821250135,0.331959224320781,0.255951455205554,0.00182080057979971,0.0606174096889079,0.255951455205554,0.000329356280186992,0.187661853590484,0.255951455205554,1.17178781160802e-05,0.20511793052185,0.255951455205554,0.0,0.0945740929349028,0.255951455205554,6.89607202532745e-07,0.0163579146082236,0.5,0.255951455205554,0.0,0.0254707675516223,0.5,0.255951455205554,0.0,0.0440865822819532,0.5,0.255951455205554,0.000986991407590425,0.0381699533363265,0.255951455205554,0.0,0.00798351941909387,0.0016204585236129,0.0547805244198899,0.255951455205554,0.00419975097115587,0.0569352580337998,0.5,0.255951455205554,0.00396803840907442,0.110799387654667,0.255951455205554,0.00449479147372106,0.0632806765329893,0.255951455205554,0.00146764163485489,0.0392543576517958,0.255951455205554,0.000657301603773345,0.0355933520591374,0.00221265822211566,0.924299937253781 -5599,0.255951455205554,0.058844987036156,0.331323059166057,0.255951455205554,0.0691380144604627,0.0636016517125657,0.255951455205554,0.0601026074678206,0.195281704925331,0.255951455205554,0.0622784066371836,0.222176830595562,0.255951455205554,0.0486307053382246,0.0787932383675017,0.255951455205554,0.0587756613800908,0.0127120773965972,0.5,0.255951455205554,0.0487335850651973,0.0219506970602877,0.5,0.255951455205554,0.0567010982435446,0.0296601271004175,0.5,0.255951455205554,0.0696770179776721,0.0360656358054356,0.255951455205554,0.0464744387387829,0.00855209591445238,0.0303092723111288,0.0641707203322564,0.255951455205554,0.0634378585504632,0.0601877301588066,0.5,0.255951455205554,0.0660342431898076,0.118735137313093,0.255951455205554,0.0743648198066623,0.0446722750901729,0.255951455205554,0.0276920108169749,0.0337468448880724,0.255951455205554,0.0322969244033814,0.0316425103583074,0.0634342262841523,0.914215869200187 -5600,0.255951455205554,0.160103872348381,0.395340701147616,0.255951455205554,0.181610470363963,0.118195175422569,0.255951455205554,0.175773395191479,0.262905595229931,0.255951455205554,0.177609991018005,0.307120538206069,0.255951455205554,0.152046779173108,0.102906577628658,0.255951455205554,0.180445425811881,0.0187744311394634,0.5,0.255951455205554,0.16096889090399,0.0318816859998811,0.5,0.255951455205554,0.176822914922806,0.0277603896717577,0.5,0.255951455205554,0.194214211570425,0.0553290128469947,0.255951455205554,0.161599507800533,0.0106540364516255,0.0871150128067855,0.0978150526043438,0.255951455205554,0.142806472089965,0.0782753399477376,0.5,0.255951455205554,0.167948101619338,0.167449066000893,0.255951455205554,0.149660060432698,0.044406090856339,0.255951455205554,0.0795626086196913,0.0377154762157079,0.255951455205554,0.115100449975506,0.0425216805510664,0.16017312461938,0.921504419739161 -5601,0.255951455205554,0.280963701451343,0.527468755025429,0.255951455205554,0.312965928874802,0.216219050158767,0.255951455205554,0.312910673798558,0.402980697599509,0.255951455205554,0.31129162245858,0.509687845346682,0.255951455205554,0.2769267890337,0.216025363701,0.255951455205554,0.321672209921284,0.0739258914330118,0.5,0.255951455205554,0.295455007700948,0.105657127153729,0.5,0.255951455205554,0.321454282958262,0.0635320970182129,0.5,0.255951455205554,0.337599658760272,0.120949186349509,0.255951455205554,0.302432436356675,0.0632849869173114,0.0965020363920269,0.0757566515826409,0.255951455205554,0.222693602480612,0.0934305818773831,0.5,0.255951455205554,0.295014517485467,0.24228121538916,0.255951455205554,0.222033814397662,0.0692660368200139,0.255951455205554,0.167184189112135,0.0696807647311331,0.255951455205554,0.274227803687731,0.151299095836146,0.245537231571349,0.921271808556121 -5602,0.255951455205554,0.419153670784405,0.60513646535108,0.255951455205554,0.451893383191591,0.363712244966461,0.255951455205554,0.448038198929358,0.513777414578521,0.255951455205554,0.453363883168743,0.608733272400287,0.255951455205554,0.407596345462915,0.426360327127965,0.255951455205554,0.464394543963205,0.213441435618993,0.5,0.255951455205554,0.43624016500217,0.298397125221003,0.5,0.255951455205554,0.475557788184305,0.122925007147425,0.5,0.255951455205554,0.482024649297706,0.191412349708315,0.255951455205554,0.448093270748349,0.248431429968955,0.240622597567507,0.0990125966100485,0.255951455205554,0.311387846364568,0.132647287438311,0.5,0.255951455205554,0.447672534739714,0.285599079467689,0.255951455205554,0.290900567052787,0.104762392798418,0.255951455205554,0.330352754611571,0.147132406817706,0.255951455205554,0.451017504771237,0.269908383648027,0.3928995545476,0.920518242872492 -5603,0.255951455205554,0.559456650738459,0.687247037289966,0.255951455205554,0.575401923285349,0.578456281157586,0.255951455205554,0.559863721527466,0.629818202372462,0.255951455205554,0.578363435335511,0.669634371223074,0.255951455205554,0.506907110129811,0.646865997751544,0.255951455205554,0.547878585940886,0.38745203260914,0.5,0.255951455205554,0.52584518337613,0.503159279633084,0.5,0.255951455205554,0.595999348009497,0.225733002532621,0.5,0.255951455205554,0.593923133370356,0.251431118375419,0.255951455205554,0.519140372821115,0.449618920437274,0.423239689433619,0.156282389099083,0.255951455205554,0.402600653816211,0.194036230431409,0.5,0.255951455205554,0.577878759971451,0.30026137355667,0.255951455205554,0.409501666694133,0.163827008842588,0.255951455205554,0.519928468796883,0.212535079171542,0.255951455205554,0.571739372247376,0.363859504958134,0.522484967230293,0.92213972651573 -5604,0.255951455205554,0.649934074358685,0.726347724443371,0.255951455205554,0.627955317455565,0.708192178544176,0.255951455205554,0.59750953217054,0.72443863737916,0.255951455205554,0.652134182843928,0.738129986421762,0.255951455205554,0.498850301043664,0.762789843134944,0.255951455205554,0.549804834529324,0.502980881324635,0.5,0.255951455205554,0.57761096555259,0.631190902431478,0.5,0.255951455205554,0.641731454533633,0.321904955622098,0.5,0.255951455205554,0.641485182805434,0.320937279076638,0.255951455205554,0.536712311353798,0.595582799591384,0.415557202542848,0.306241647247876,0.255951455205554,0.43285190015033,0.273189266796386,0.5,0.255951455205554,0.639195043865823,0.371271491350992,0.255951455205554,0.473239400446102,0.242391343963612,0.255951455205554,0.576800635659251,0.285889411187562,0.255951455205554,0.545094924197254,0.436034526646977,0.633299494896406,0.92261962724589 -5605,0.255951455205554,0.684153973076329,0.737707515446814,0.255951455205554,0.68019509433888,0.734352601037022,0.255951455205554,0.543831775096836,0.780582251684134,0.255951455205554,0.643389891775628,0.837019863872211,0.255951455205554,0.52660668298845,0.852226933790336,0.255951455205554,0.54076753632883,0.568677581053291,0.5,0.255951455205554,0.603343905121778,0.713473638932902,0.5,0.255951455205554,0.666296548531421,0.387721902556232,0.5,0.255951455205554,0.652986904568722,0.380429267753087,0.255951455205554,0.555605846022569,0.743226162577798,0.552011871902339,0.567052978854096,0.255951455205554,0.505383413978347,0.337264725153971,0.5,0.255951455205554,0.619740333430743,0.425050450971244,0.255951455205554,0.476152297860396,0.333915334070061,0.255951455205554,0.570912976371701,0.346236949065191,0.255951455205554,0.60147766806339,0.526739053175143,0.690147957138085,0.903853417314748 -5606,0.255951455205554,0.669695289643556,0.785392860948026,0.255951455205554,0.618562592796746,0.720441543938137,0.255951455205554,0.458397897117817,0.816359984700688,0.255951455205554,0.625942148077883,0.911467386051933,0.255951455205554,0.489358003433177,0.896375034659966,0.255951455205554,0.503471945194465,0.606686271872886,0.5,0.255951455205554,0.568182855631572,0.766368384724722,0.5,0.255951455205554,0.650836483219905,0.4280739959653,0.5,0.255951455205554,0.625145323240224,0.421398490236901,0.255951455205554,0.208544652606115,0.613884602219978,0.542881399257582,0.546334904810334,0.255951455205554,0.495997582827811,0.359378561562596,0.5,0.255951455205554,0.495148478098924,0.416311113038291,0.255951455205554,0.362657303578889,0.342802649396404,0.255951455205554,0.529395242248577,0.448355797267048,0.255951455205554,0.59987265534075,0.617839698812534,0.682838515342764,0.817974514467844 -5607,0.255951455205554,0.570105790655204,0.820243749435619,0.255951455205554,0.524983420711278,0.814133579736727,0.255951455205554,0.34707781172612,0.835660548132777,0.255951455205554,0.460750756087983,0.949987597367386,0.255951455205554,0.364226154465429,0.877700227575833,0.255951455205554,0.450735178682187,0.605984095385754,0.5,0.255951455205554,0.481573502354762,0.784492288665609,0.5,0.255951455205554,0.585907454192922,0.439433385159271,0.5,0.255951455205554,0.54746765093334,0.438278335335612,0.255951455205554,0.424405307386679,0.585734414646533,0.540817208168363,0.446782396392246,0.255951455205554,0.342366196198997,0.358847945095726,0.5,0.255951455205554,0.3398405660439,0.409933020944529,0.255951455205554,0.30226024177389,0.332171749402822,0.255951455205554,0.458661727579702,0.508204733000946,0.255951455205554,0.522278436586467,0.65281586790898,0.596111193428492,0.793676624573833 -5608,0.255951455205554,0.368849901741261,0.881783323194483,0.255951455205554,0.384103852833514,0.845962183570291,0.255951455205554,0.234715797024197,0.86778490918021,0.255951455205554,0.226605584892652,0.989622279891418,0.255951455205554,0.275785563932059,0.884651244123274,0.255951455205554,0.385044652516108,0.634336843701722,0.5,0.255951455205554,0.393435597715389,0.70940374640143,0.5,0.255951455205554,0.481456698769001,0.437054018770548,0.5,0.255951455205554,0.430025867981879,0.43648034595095,0.255951455205554,0.508486231420509,0.711304754616948,0.206190128651518,0.205651357624855,0.255951455205554,0.221821791527847,0.304288352803218,0.5,0.255951455205554,0.219126140887745,0.399472854904729,0.255951455205554,0.26909008068111,0.276784696619916,0.255951455205554,0.314874694040951,0.434778307088144,0.255951455205554,0.414601296088974,0.631835665176629,0.420765996297626,0.800978121531521 -5609,0.255951455205554,0.175145721029731,0.924471363306397,0.255951455205554,0.264535180856671,0.873166029025206,0.255951455205554,0.143868132028576,0.856824376369291,0.255951455205554,0.132880584159337,1.00495727961325,0.255951455205554,0.171310391961958,0.860942709239531,0.255951455205554,0.280322055379905,0.563726509702607,0.5,0.255951455205554,0.322540346390374,0.603588258238658,0.5,0.255951455205554,0.34656470303813,0.360515190657375,0.5,0.255951455205554,0.287906225545056,0.364804113585474,0.255951455205554,0.36409515494231,0.582658995308387,0.20167729402006,0.0518986289546931,0.255951455205554,0.143449012996393,0.17338808723581,0.5,0.255951455205554,0.165562315885482,0.355574003184554,0.255951455205554,0.194550048290363,0.188527211842421,0.255951455205554,0.219080356089295,0.355694808803865,0.255951455205554,0.311508591266387,0.563420818261626,0.275666968779849,0.859454923082783 -5610,0.255951455205554,0.0661767423148647,0.898571870673575,0.255951455205554,0.0878342819579666,0.98263290461906,0.255951455205554,0.0667601325584943,0.751549859234194,0.255951455205554,0.0380464463138903,0.903940878750516,0.255951455205554,0.0643586166149992,0.783949607137565,0.255951455205554,0.166964493037006,0.41073134563262,0.5,0.255951455205554,0.215062387303765,0.405242507899833,0.5,0.255951455205554,0.207335491634248,0.154765545305175,0.5,0.255951455205554,0.146203361880779,0.174309831306753,0.255951455205554,0.238057465159444,0.2897814822209,0.0881317478462053,0.0134893560062254,0.255951455205554,0.088573063767381,0.086410462533957,0.5,0.255951455205554,0.103207037563728,0.257875191934993,0.255951455205554,0.125449962733903,0.0977931659801194,0.255951455205554,0.129082191261239,0.255005999549797,0.255951455205554,0.173824706596304,0.352814662916307,0.0526014494738176,0.879591494512079 -5611,0.255951455205554,0.01266329327893,0.788041900183612,0.255951455205554,0.0178003482263406,0.821136120348488,0.255951455205554,0.0133647309556816,0.626690514689441,0.255951455205554,0.0124902276132891,0.666217625878244,0.255951455205554,0.0106928158075398,0.727893537335607,0.255951455205554,0.0339726974717694,0.282270049399971,0.5,0.255951455205554,0.0375945097552979,0.316671182312205,0.5,0.255951455205554,0.0311706220933838,0.0603536727777364,0.5,0.255951455205554,0.0114525668271341,0.0721028557265238,0.255951455205554,0.0438904537354938,0.156499038706237,0.0,0.0086356041299944,0.255951455205554,0.00403877118589395,0.047929285534828,0.5,0.255951455205554,0.0209414324096517,0.174276544058487,0.255951455205554,0.0,0.0686960526884925,0.255951455205554,0.0245126190964452,0.120751093495553,0.255951455205554,0.0220647589300945,0.141893107233371,0.0218418996350124,0.883558481737547 -5612,0.255951455205554,0.0,0.63524756015141,0.255951455205554,0.0,0.391544093983869,0.255951455205554,0.0,0.562166689254445,0.255951455205554,0.0,0.587260886701022,0.255951455205554,4.13863327964522e-07,0.553916122165625,0.255951455205554,0.0,0.261748501079784,0.5,0.255951455205554,0.0,0.308139825034588,0.5,0.255951455205554,0.0,0.0396335055826182,0.5,0.255951455205554,0.0,0.0421816632850741,0.255951455205554,0.0,0.151010200751059,0.0,0.00337966320584261,0.255951455205554,0.0,0.052047297119417,0.5,0.255951455205554,0.0,0.174210288509582,0.255951455205554,0.0,0.0627992196000529,0.255951455205554,0.0,0.0928626141452966,0.255951455205554,0.0,0.113952291825052,0.0,0.885945714352439 -5613,0.255951455205554,0.0,0.559269295565823,0.255951455205554,0.0,0.450035711496072,0.255951455205554,0.0,0.523406537827166,0.255951455205554,0.0,0.588161058083351,0.255951455205554,0.0,0.366327974528578,0.255951455205554,0.0,0.197805948402722,0.5,0.255951455205554,0.0,0.210978773957265,0.5,0.255951455205554,0.0,0.0362329114290308,0.5,0.255951455205554,0.0,0.0294606034925339,0.255951455205554,0.0,0.149269711549787,0.0,0.00651887427610127,0.255951455205554,0.0,0.0654488856675664,0.5,0.255951455205554,0.0,0.158795297365303,0.255951455205554,0.0,0.0600670161041113,0.255951455205554,0.0,0.0943878219500006,0.255951455205554,0.0,0.111485528289673,0.0,0.872059425680397 -5614,0.255951455205554,0.0,0.557477236618259,0.255951455205554,0.0,0.459175914206992,0.255951455205554,0.0,0.518700486386254,0.255951455205554,0.0,0.64648747585385,0.255951455205554,0.0,0.304917693305439,0.255951455205554,0.0,0.160407403857953,0.5,0.255951455205554,0.0,0.149799171521291,0.5,0.255951455205554,0.0,0.0457641073031543,0.5,0.255951455205554,0.0,0.0322447841000739,0.255951455205554,0.0,0.138121534739669,0.0,0.0249874245446436,0.255951455205554,0.0,0.0703833576642426,0.5,0.255951455205554,0.0,0.144985168167081,0.255951455205554,0.0,0.0682311192355391,0.255951455205554,0.0,0.110354700824957,0.255951455205554,0.0,0.114951777361777,0.0,0.85919933489431 -5615,0.255951455205554,0.0,0.62454913825941,0.255951455205554,0.0,0.571261480572077,0.255951455205554,0.0,0.554973331157053,0.255951455205554,0.0,0.608983757212338,0.255951455205554,0.0,0.323360808382983,0.255951455205554,0.0,0.136300711370604,0.5,0.255951455205554,0.0,0.127314010812597,0.5,0.255951455205554,0.0,0.0598094349930304,0.5,0.255951455205554,0.0,0.0432398677041227,0.255951455205554,0.0,0.1140083685091,0.0,0.0389865405445035,0.255951455205554,0.0,0.0751111507083969,0.5,0.255951455205554,0.0,0.16329147366432,0.255951455205554,0.0,0.081654900146103,0.255951455205554,0.0,0.111779600919126,0.255951455205554,0.0,0.121729988980327,0.0,0.702772052462394 -5616,0.255951455205554,0.0,0.689876191056033,0.255951455205554,0.0,0.566996124328476,0.255951455205554,0.0,0.617011289733153,0.255951455205554,0.0,0.685433902925701,0.255951455205554,0.0,0.374758137739531,0.255951455205554,0.0,0.135337562371798,0.5,0.255951455205554,0.0,0.118602169301115,0.5,0.255951455205554,0.0,0.074424078263093,0.5,0.255951455205554,0.0,0.0572228358934711,0.255951455205554,0.0,0.0904630425381202,0.0,0.0604064855749935,0.255951455205554,0.0,0.0885327205983485,0.5,0.255951455205554,0.0,0.183067912849867,0.255951455205554,0.0,0.10396316272989,0.255951455205554,0.0,0.114981619903594,0.255951455205554,0.0,0.129258181024985,0.0,0.658962982751333 -5617,0.255951455205554,0.0,0.759021280760068,0.255951455205554,0.0,0.53543031610605,0.255951455205554,0.0,0.67758691256399,0.255951455205554,0.0,0.807914389315612,0.255951455205554,0.0,0.433544563115136,0.255951455205554,0.0,0.159307477163821,0.5,0.255951455205554,0.0,0.107490388702832,0.5,0.255951455205554,0.0,0.0855252034136937,0.5,0.255951455205554,0.0,0.0732919150371606,0.255951455205554,0.0,0.0853472786587867,0.0,0.0891260477036385,0.255951455205554,0.0,0.114735337172235,0.5,0.255951455205554,0.0,0.21812505713635,0.255951455205554,0.0,0.127145306319888,0.255951455205554,0.0,0.124475513193143,0.255951455205554,0.0,0.154270244579965,0.0,0.867937324401565 -5618,0.255951455205554,0.0,0.81380193293961,0.255951455205554,0.0,0.649723912946381,0.255951455205554,0.0,0.736648797167033,0.255951455205554,0.0,0.91240951502928,0.255951455205554,0.0,0.435755738211953,0.255951455205554,0.0,0.185444495714742,0.5,0.255951455205554,0.0,0.0897643977692662,0.5,0.255951455205554,0.0,0.0884675504534181,0.5,0.255951455205554,0.0,0.0855464468675541,0.255951455205554,0.0,0.0743802601307252,0.0,0.0938077546493889,0.255951455205554,0.0,0.152045824673625,0.5,0.255951455205554,0.0,0.258846265925201,0.255951455205554,0.0,0.149654437112986,0.255951455205554,0.0,0.148368521098249,0.255951455205554,0.0,0.193648639167486,0.0,0.960785477492207 -5619,0.255951455205554,0.0,0.82745111481867,0.255951455205554,0.0,0.846314274543688,0.255951455205554,0.0,0.776355744218054,0.255951455205554,0.0,0.925662505337917,0.255951455205554,0.0,0.412283238839463,0.255951455205554,0.0,0.175105963734161,0.5,0.255951455205554,0.0,0.0673673822923225,0.5,0.255951455205554,0.0,0.0890143080311759,0.5,0.255951455205554,0.0,0.0903574469525199,0.255951455205554,0.0,0.0707965356818706,0.0,0.087222433255235,0.255951455205554,0.0,0.171543413808999,0.5,0.255951455205554,0.0,0.320928734846747,0.255951455205554,0.0,0.175715492660972,0.255951455205554,0.0,0.171074115666824,0.255951455205554,0.0,0.232018446479472,0.0,0.986684165884043 -5620,0.255951455205554,0.0,0.802198118497717,0.255951455205554,0.0,0.926996824029437,0.255951455205554,0.0,0.800709435297176,0.255951455205554,0.0,0.943098167528312,0.255951455205554,0.0,0.365992875789077,0.255951455205554,0.0,0.153963038309543,0.5,0.255951455205554,0.0,0.0514109759981893,0.5,0.255951455205554,0.0,0.0853136833282476,0.5,0.255951455205554,0.0,0.0885816037859767,0.255951455205554,0.0,0.0599696887858417,0.0,0.079978252548217,0.255951455205554,0.0,0.179763021237256,0.5,0.255951455205554,0.0,0.368511772281786,0.255951455205554,0.0,0.187717657788372,0.255951455205554,0.0,0.24209872785252,0.255951455205554,0.0,0.256834916595049,0.0,0.98472636768076 -5621,0.255951455205554,0.0,0.789623305285247,0.255951455205554,0.0,0.956285893700417,0.255951455205554,0.0,0.803817528007384,0.255951455205554,0.0,0.938025808212939,0.255951455205554,0.0,0.323796595395617,0.255951455205554,0.0,0.123454735943927,0.5,0.255951455205554,0.0,0.0372654511505243,0.5,0.255951455205554,0.0,0.0747150875518751,0.5,0.255951455205554,0.0,0.0793481766156637,0.255951455205554,0.0,0.0414743294475847,0.0,0.103933042198457,0.255951455205554,0.0,0.206710676980823,0.5,0.255951455205554,0.0,0.474596605892772,0.255951455205554,0.0,0.186113892154134,0.255951455205554,0.0,0.272175353353456,0.255951455205554,0.0,0.271987956360003,0.0,0.97771589039022 -5622,0.255951455205554,0.00011867756754559,0.805089219477716,0.255951455205554,7.13333331470949e-05,0.977941813769698,0.255951455205554,0.000102391526324395,0.774093830142206,0.255951455205554,0.0,0.929040239424953,0.255951455205554,0.0,0.289206941907847,0.255951455205554,0.0,0.0946287461305919,0.5,0.255951455205554,0.0,0.0275966724741443,0.5,0.255951455205554,0.0,0.0663317371039627,0.5,0.255951455205554,0.000450573978837419,0.0701095475866067,0.255951455205554,0.0,0.0277347047749136,0.000339015167521623,0.0891853839600629,0.255951455205554,0.00171654778049024,0.257175215954986,0.5,0.255951455205554,0.00181695993710982,0.621335088002495,0.255951455205554,0.00246818941095179,0.174539505643715,0.255951455205554,0.00174651463048838,0.297982137389481,0.255951455205554,0.000431765104342205,0.253337398709429,7.54874259991143e-05,0.991773585274526 -5623,0.255951455205554,0.00214092688789677,0.862640167627433,0.255951455205554,0.00300282366038083,0.985958917573049,0.255951455205554,0.0133056605768202,0.740880166524976,0.255951455205554,0.00250944892219409,0.864573274636253,0.255951455205554,0.0338288336963595,0.289217475187799,0.255951455205554,0.0512807258095627,0.100514294794491,0.5,0.255951455205554,0.0322009710860375,0.0194839141782796,0.5,0.255951455205554,0.0232162710449752,0.0592049979075638,0.5,0.255951455205554,0.0428632769199499,0.0706410886546813,0.255951455205554,0.0130767330129837,0.0272569331528903,0.00615780623571102,0.115318257377671,0.255951455205554,0.0305536507281417,0.336174652553885,0.5,0.255951455205554,0.0331023100070126,0.784865556576387,0.255951455205554,0.0500280466697194,0.183146438301876,0.255951455205554,0.0684757733651631,0.438310011919473,0.255951455205554,0.0393665606831877,0.282020560236372,0.00126056006554949,0.998061424542105 -5624,0.255951455205554,0.00714712929578056,0.874379056831109,0.255951455205554,0.00962561320942855,0.941862366831082,0.255951455205554,0.0417465745470376,0.711907657080125,0.255951455205554,0.016496265786504,0.767641766933575,0.255951455205554,0.100625585604745,0.322462887980676,0.255951455205554,0.157696752182657,0.178235829896422,0.5,0.255951455205554,0.108599847161171,0.0644318056310606,0.5,0.255951455205554,0.0668703996602191,0.0671062429700797,0.5,0.255951455205554,0.116942053022779,0.0970150747321486,0.255951455205554,0.0366610381454026,0.120951335047013,0.0495038862405344,0.152625876799391,0.255951455205554,0.104935192758154,0.523692830126154,0.5,0.255951455205554,0.0792525950757343,0.906667591534719,0.255951455205554,0.140676036443889,0.298736584342941,0.255951455205554,0.18113168242557,0.680786694959402,0.255951455205554,0.124797565086364,0.430217237145516,0.00470846861342566,0.999495767466868 -5625,0.255951455205554,0.0209254431853063,0.835226341489196,0.255951455205554,0.0187856908432408,0.83759562960888,0.255951455205554,0.0901648864427286,0.704326344960281,0.255951455205554,0.0525972018225365,0.705118525768822,0.255951455205554,0.173858912302991,0.388214256494354,0.255951455205554,0.279949300065695,0.210640815923288,0.5,0.255951455205554,0.184195928889365,0.141119553560431,0.5,0.255951455205554,0.11116023556758,0.0797475988221661,0.5,0.255951455205554,0.212849523236615,0.133087899133523,0.255951455205554,0.0453913873517481,0.186492573820026,0.159381712164286,0.517094852595198,0.255951455205554,0.223418858787047,0.751452177211848,0.5,0.255951455205554,0.110968020284755,0.936176264780683,0.255951455205554,0.240952850821691,0.429241740316857,0.255951455205554,0.287635064322202,0.762792088567992,0.255951455205554,0.251776993523376,0.489227533369236,0.0217760088624238,1.00174497647272 -5626,0.255951455205554,0.0470040431305808,0.813632839306464,0.255951455205554,0.0494519169876218,0.812077939476529,0.255951455205554,0.192428321276389,0.721937270893031,0.255951455205554,0.13608571720474,0.780599158701678,0.255951455205554,0.20781676667587,0.391057201747565,0.255951455205554,0.378327776784752,0.232396244711709,0.5,0.255951455205554,0.234459852576099,0.193048627485336,0.5,0.255951455205554,0.153283845023057,0.0973780304310456,0.5,0.255951455205554,0.302253147734859,0.163210798183667,0.255951455205554,0.0862204859749794,0.169585952239942,0.371605543074907,0.830903428696245,0.255951455205554,0.381143017709293,0.803698901474245,0.5,0.255951455205554,0.153794794494812,0.945564130539113,0.255951455205554,0.335329843045085,0.436534093756383,0.255951455205554,0.403487122510781,0.755907456695686,0.255951455205554,0.374284929011669,0.480539926481631,0.0396684491418205,1.00088286544661 -5627,0.255951455205554,0.0746512076690105,0.885563566659004,0.255951455205554,0.0695731655537848,0.877349870374789,0.255951455205554,0.309860443121991,0.733622378316486,0.255951455205554,0.373368145757169,0.82980127775266,0.255951455205554,0.276422400983463,0.376165154110356,0.255951455205554,0.432201926543924,0.248811343551445,0.5,0.255951455205554,0.27456819746731,0.187634843729737,0.5,0.255951455205554,0.175144364611843,0.126315361859171,0.5,0.255951455205554,0.362741304431859,0.176997597167624,0.255951455205554,0.140088194947642,0.126447954763178,0.480806992188334,0.829193652913632,0.255951455205554,0.475955707817392,0.799488008137454,0.5,0.255951455205554,0.233084323047213,0.937844802415406,0.255951455205554,0.406202297997219,0.48504815587909,0.255951455205554,0.494338317129841,0.674417462979124,0.255951455205554,0.452129472736138,0.455218274910426,0.0622231305965943,0.99986054079492 -5628,0.255951455205554,0.220897132652053,0.955381367136484,0.255951455205554,0.0774381933303329,0.842262815368909,0.255951455205554,0.275847454493479,0.740968049013504,0.255951455205554,0.249048447986894,0.783808630158066,0.255951455205554,0.253228709512907,0.337820224634083,0.255951455205554,0.347096011606652,0.225854492382221,0.5,0.255951455205554,0.272787060786603,0.175200850835677,0.5,0.255951455205554,0.180087038782,0.141501923614342,0.5,0.255951455205554,0.371312606762843,0.18249594791444,0.255951455205554,0.203083963632679,0.156029700032046,0.557282412921697,0.797143990638014,0.255951455205554,0.52222642170306,0.744492247886963,0.5,0.255951455205554,0.286073275169759,0.929384959230991,0.255951455205554,0.440012628592851,0.440033394666267,0.255951455205554,0.563055516874748,0.622210589032779,0.255951455205554,0.398640578027827,0.390824304066995,0.101632087982412,0.988918360026622 -5629,0.255951455205554,0.280120200470101,0.957905859403089,0.255951455205554,0.12048653110658,0.794216161074407,0.255951455205554,0.215657836046896,0.698110011028459,0.255951455205554,0.115826426779823,0.697060664977326,0.255951455205554,0.173890337549641,0.308838841399261,0.255951455205554,0.22326941518344,0.194705624590772,0.5,0.255951455205554,0.260340491669074,0.158604708205544,0.5,0.255951455205554,0.231993710787782,0.181823789287558,0.5,0.255951455205554,0.356631480563921,0.204707665989168,0.255951455205554,0.274066332753235,0.172839619963679,0.555321832946048,0.725455432935542,0.255951455205554,0.569673029244427,0.683740018915053,0.5,0.255951455205554,0.28138256639923,0.894578175212691,0.255951455205554,0.442180113211887,0.368589052593494,0.255951455205554,0.498502967651206,0.578116323037188,0.255951455205554,0.273531893971157,0.333165048161736,0.546988884567714,0.985122556361116 -5630,0.255951455205554,0.237191841318939,0.947635211876794,0.255951455205554,0.168222750715045,0.776680434710995,0.255951455205554,0.275983181996859,0.70693986855072,0.255951455205554,0.229621842311086,0.745655070550462,0.255951455205554,0.147521448962114,0.306284621111372,0.255951455205554,0.185430652624292,0.151338463064504,0.5,0.255951455205554,0.224999821015002,0.139431747273538,0.5,0.255951455205554,0.24964371664256,0.150634978899003,0.5,0.255951455205554,0.315283334298462,0.178087454400265,0.255951455205554,0.313710682355582,0.187807760363755,0.512297319548128,0.670705278380673,0.255951455205554,0.518005404461169,0.618391547851291,0.5,0.255951455205554,0.204376027275452,0.825722996941523,0.255951455205554,0.383648457652992,0.319080105317427,0.255951455205554,0.389174265247628,0.539552535518315,0.255951455205554,0.212538163795925,0.305892052238678,0.490623309542314,0.994875783807594 -5631,0.255951455205554,0.131671430838541,0.926798973368873,0.255951455205554,0.0983134667214315,0.607336010629085,0.255951455205554,0.261100992288491,0.714872714278497,0.255951455205554,0.430972810424758,0.810260728877207,0.255951455205554,0.149164441664225,0.300699226627138,0.255951455205554,0.18095287046844,0.134123114272644,0.5,0.255951455205554,0.175396850987002,0.128989408847,0.5,0.255951455205554,0.236238067915423,0.151469952758,0.5,0.255951455205554,0.284334853346743,0.133306509466254,0.255951455205554,0.293327227062291,0.245441539811633,0.402528869134392,0.590991261838769,0.255951455205554,0.396456413978156,0.541079976129738,0.5,0.255951455205554,0.169132609341911,0.757694439392932,0.255951455205554,0.335607904525772,0.322270787459056,0.255951455205554,0.316309157322434,0.481357897241325,0.255951455205554,0.170086895320864,0.255642670108987,0.0629613905891522,0.996421862690398 -5632,0.255951455205554,0.112046880192153,0.898328810569918,0.255951455205554,0.188088970378816,0.730705429130454,0.255951455205554,0.165741609489005,0.671692597504226,0.255951455205554,0.244771533952132,0.802760060718361,0.255951455205554,0.220220048467651,0.338279112607798,0.255951455205554,0.148268080504336,0.134612324019844,0.5,0.255951455205554,0.145752922664759,0.135367501079286,0.5,0.255951455205554,0.16777139889092,0.143984049896895,0.5,0.255951455205554,0.257784662925838,0.122919221412878,0.255951455205554,0.215554918759098,0.287930999280164,0.206153480902404,0.497998305442351,0.255951455205554,0.283320356185942,0.466114131850571,0.5,0.255951455205554,0.115078093261618,0.630038968351106,0.255951455205554,0.248495582136375,0.280006312542036,0.255951455205554,0.222863048262448,0.398326398946308,0.255951455205554,0.165084956548501,0.21131999474345,0.061081195339729,0.948850287646991 -5633,0.255951455205554,0.0914614865098901,0.838770630423933,0.255951455205554,0.28581191985335,0.822514993043024,0.255951455205554,0.147193212707447,0.616307322132442,0.255951455205554,0.133791308728155,0.747745014241032,0.255951455205554,0.166529198696031,0.333768921392855,0.255951455205554,0.0795209765855489,0.11433033179672,0.5,0.255951455205554,0.0828715924911822,0.134674075048508,0.5,0.255951455205554,0.0967700450186919,0.103989418445355,0.5,0.255951455205554,0.168362147646462,0.125170328314645,0.255951455205554,0.0618869871799425,0.23596567966451,0.158574033412516,0.422867588151282,0.255951455205554,0.179316688077717,0.34931507210001,0.5,0.255951455205554,0.147101360528963,0.519680143468031,0.255951455205554,0.13407700456574,0.18398250967844,0.255951455205554,0.144930555509595,0.339537005456416,0.255951455205554,0.11204396580546,0.179622970674028,0.0388004581215244,0.91008928501205 -5634,0.255951455205554,0.100549808114464,0.863371460814922,0.255951455205554,0.140466537892208,0.746659879205548,0.255951455205554,0.137182182759939,0.559567904904566,0.255951455205554,0.0673627529334202,0.63901014599642,0.255951455205554,0.0717648065846495,0.321211657386301,0.255951455205554,0.0324950037121921,0.088650000063276,0.5,0.255951455205554,0.0347495528720572,0.139779024530642,0.5,0.255951455205554,0.0439784879115443,0.0881141355227894,0.5,0.255951455205554,0.0766396829249766,0.104970534330818,0.255951455205554,0.0183837239771371,0.154221421647782,0.0928283486221604,0.278482500988418,0.255951455205554,0.0941029696419654,0.249095692820679,0.5,0.255951455205554,0.12596180384756,0.377360862874125,0.255951455205554,0.0685059763720132,0.103342787752098,0.255951455205554,0.0787995024433978,0.240171577231268,0.255951455205554,0.0524880882684287,0.159079683466294,0.0242170862405059,0.946861660196141 -5635,0.255951455205554,0.0338398965453044,0.762080365222289,0.255951455205554,0.0332096602785777,0.358202943590488,0.255951455205554,0.0342672649177743,0.428965269308794,0.255951455205554,0.0437857164450438,0.539947945697182,0.255951455205554,0.0132373752389028,0.301304652599584,0.255951455205554,0.00718579146389012,0.0591428199143764,0.5,0.255951455205554,0.00744069095484488,0.159059047781321,0.5,0.255951455205554,0.00551870447779364,0.0774612290247695,0.5,0.255951455205554,0.0020260759633057,0.0707940153477693,0.255951455205554,0.0189474586747894,0.21870576903752,0.0,0.0800689775902943,0.255951455205554,0.00190521613280109,0.140932474854709,0.5,0.255951455205554,0.0139863633285125,0.164761315604026,0.255951455205554,0.0,0.0548402170345843,0.255951455205554,0.0122561701641178,0.125553238760636,0.255951455205554,0.00317181830371208,0.127325109099076,0.0407322678118691,0.960023730912853 -5636,0.255951455205554,0.0,0.597395751247551,0.255951455205554,0.0,0.210166513612775,0.255951455205554,0.0,0.324735601251047,0.255951455205554,0.0,0.43245729564611,0.255951455205554,0.0,0.261416879334333,0.255951455205554,0.0,0.0421454330107301,0.5,0.255951455205554,0.0,0.205126317001327,0.5,0.255951455205554,0.0,0.0708906151293294,0.5,0.255951455205554,0.0,0.056414194451195,0.255951455205554,0.0,0.384546985242133,0.0,0.0234407110820983,0.255951455205554,0.0,0.0781364056860119,0.5,0.255951455205554,0.0,0.130654366921691,0.255951455205554,0.0,0.0773836110697251,0.255951455205554,0.0,0.0884000267387417,0.255951455205554,0.0,0.0909939476680602,0.0,0.949660664767944 -5637,0.255951455205554,0.0,0.51012876516793,0.255951455205554,0.0,0.206330008026048,0.255951455205554,0.0,0.287981082963673,0.255951455205554,0.0,0.377351800821462,0.255951455205554,0.0,0.238939580044586,0.255951455205554,0.0,0.0625926475721576,0.5,0.255951455205554,0.0,0.272542866199535,0.5,0.255951455205554,0.0,0.0938298338399488,0.5,0.255951455205554,0.0,0.0691576352812934,0.255951455205554,0.0,0.527101764822868,0.0,0.0181939180700344,0.255951455205554,0.0,0.0562169030284143,0.5,0.255951455205554,0.0,0.126417141602718,0.255951455205554,0.0,0.118271915159376,0.255951455205554,0.0,0.0950521599209714,0.255951455205554,0.0,0.0648601686343348,0.0,0.937235966167038 -5638,0.255951455205554,0.0,0.491834068095919,0.255951455205554,0.0,0.26793761510457,0.255951455205554,0.0,0.301777073158492,0.255951455205554,0.0,0.345912603394287,0.255951455205554,0.0,0.237385960600305,0.255951455205554,0.0,0.119599785982741,0.5,0.255951455205554,0.0,0.310621234734047,0.5,0.255951455205554,0.0,0.127156986587826,0.5,0.255951455205554,0.0,0.0980216863767072,0.255951455205554,0.0,0.397546718826009,0.0,0.0246253660785348,0.255951455205554,0.0,0.0636488845823912,0.5,0.255951455205554,0.0,0.142528331051805,0.255951455205554,0.0,0.124519566647214,0.255951455205554,0.0,0.0870950169998768,0.255951455205554,0.0,0.0503213337967319,0.0,0.929518563129675 -5639,0.255951455205554,0.0,0.56413101514841,0.255951455205554,0.0,0.347754390617121,0.255951455205554,0.0,0.341025696285182,0.255951455205554,0.0,0.363360314548204,0.255951455205554,0.0,0.227305921185272,0.255951455205554,0.0,0.232516203076798,0.5,0.255951455205554,0.0,0.307360361041574,0.5,0.255951455205554,0.0,0.176552436142154,0.5,0.255951455205554,0.0,0.13850004060495,0.255951455205554,0.0,0.225683177301772,0.0,0.0264377044471667,0.255951455205554,0.0,0.0812432795357901,0.5,0.255951455205554,0.0,0.17816692634881,0.255951455205554,0.0,0.0937312921492045,0.255951455205554,0.0,0.0879177552475959,0.255951455205554,0.0,0.0531849963795957,0.0,0.950510404400625 -5640,0.255951455205554,0.0,0.615918371480017,0.255951455205554,0.0,0.400315302616034,0.255951455205554,0.0,0.379566419091515,0.255951455205554,0.0,0.439735084983849,0.255951455205554,0.0,0.20502124064272,0.255951455205554,0.0,0.327227815320599,0.5,0.255951455205554,0.0,0.224659867569659,0.5,0.255951455205554,0.0,0.23827790490885,0.5,0.255951455205554,0.0,0.161986569229326,0.255951455205554,0.0,0.114116754296474,0.0,0.0309774318973711,0.255951455205554,0.0,0.083711682554579,0.5,0.255951455205554,0.0,0.208030528104663,0.255951455205554,0.0,0.0753533315699488,0.255951455205554,0.0,0.100918902632975,0.255951455205554,0.0,0.0630168231064536,0.0,0.974180401530841 -5641,0.255951455205554,0.0,0.675104072503236,0.255951455205554,0.0,0.465394437687985,0.255951455205554,0.0,0.421308977678357,0.255951455205554,0.0,0.514004602350597,0.255951455205554,0.0,0.193375295944347,0.255951455205554,0.0,0.304536259917596,0.5,0.255951455205554,0.0,0.142523644426664,0.5,0.255951455205554,0.0,0.348675948691779,0.5,0.255951455205554,0.0,0.213151108546553,0.255951455205554,0.0,0.0582449205643672,0.0,0.0571134254212412,0.255951455205554,0.0,0.0850768202898716,0.5,0.255951455205554,0.0,0.226393276665774,0.255951455205554,0.0,0.0627490994147646,0.255951455205554,0.0,0.124974038450186,0.255951455205554,0.0,0.11103190888283,0.0,0.9829903476306 -5642,0.255951455205554,0.0,0.738579006206047,0.255951455205554,0.0,0.540135016825415,0.255951455205554,0.0,0.445108409766223,0.255951455205554,0.0,0.554567355315912,0.255951455205554,0.0,0.183618181426807,0.255951455205554,0.0,0.19307404541181,0.5,0.255951455205554,0.0,0.0913004655677802,0.5,0.255951455205554,0.0,0.456911945850724,0.5,0.255951455205554,0.0,0.338209258394189,0.255951455205554,0.0,0.0393120669428103,0.0,0.115888406726047,0.255951455205554,0.0,0.0982675864894079,0.5,0.255951455205554,0.0,0.244711502465772,0.255951455205554,0.0,0.0566650755421219,0.255951455205554,0.0,0.154457865445286,0.255951455205554,0.0,0.162107769800364,0.0,0.976645768762107 -5643,0.255951455205554,0.0,0.824607824145011,0.255951455205554,0.0,0.588697104221528,0.255951455205554,0.0,0.444464680763099,0.255951455205554,0.0,0.566390899011642,0.255951455205554,0.0,0.171707017942126,0.255951455205554,0.0,0.11563168831642,0.5,0.255951455205554,0.0,0.0804019374497966,0.5,0.255951455205554,0.0,0.403779893905857,0.5,0.255951455205554,0.0,0.424151307133676,0.255951455205554,0.0,0.0292215325568234,0.0,0.158564377260722,0.255951455205554,0.0,0.121853371367088,0.5,0.255951455205554,0.0,0.275804758608065,0.255951455205554,0.0,0.0646289778888337,0.255951455205554,0.0,0.187765659475529,0.255951455205554,0.0,0.195723209565176,0.0,0.981118919750483 -5644,0.255951455205554,0.0,0.874452240690576,0.255951455205554,0.0,0.616586126622902,0.255951455205554,0.0,0.421303286931742,0.255951455205554,0.0,0.531901063168777,0.255951455205554,0.0,0.175901365255175,0.255951455205554,0.0,0.0947556361759656,0.5,0.255951455205554,0.0,0.0737703663460575,0.5,0.255951455205554,0.0,0.295637690752395,0.5,0.255951455205554,0.0,0.420852533740082,0.255951455205554,0.0,0.0284309331493182,0.0,0.182971265476003,0.255951455205554,0.0,0.145780763928286,0.5,0.255951455205554,0.0,0.286180605549257,0.255951455205554,0.0,0.0740123531789867,0.255951455205554,0.0,0.182673480270569,0.255951455205554,0.0,0.200307891730255,0.0,0.981613142950264 -5645,0.255951455205554,0.0,0.904478587918781,0.255951455205554,0.0,0.562841456122282,0.255951455205554,0.0,0.404421152865069,0.255951455205554,0.0,0.505578944177201,0.255951455205554,0.0,0.180359188055414,0.255951455205554,0.0,0.109054443647198,0.5,0.255951455205554,0.0,0.0613059181740355,0.5,0.255951455205554,0.0,0.18564396720225,0.5,0.255951455205554,0.0,0.401791076671289,0.255951455205554,0.0,0.0295037033173454,0.0,0.196473166825842,0.255951455205554,0.0,0.162260542001585,0.5,0.255951455205554,0.0,0.282810547717366,0.255951455205554,0.0,0.0971824642341408,0.255951455205554,0.0,0.160379768389079,0.255951455205554,0.0,0.194660543481931,0.0,0.965130715016099 -5646,0.255951455205554,0.000283593471838429,0.911176481761944,0.255951455205554,0.000387025990648283,0.493098601417278,0.255951455205554,7.12858194057214e-05,0.403937401216292,0.255951455205554,0.0,0.486405682555917,0.255951455205554,0.0,0.168543092453551,0.255951455205554,0.0,0.124533208365864,0.5,0.255951455205554,0.0,0.0642496214658966,0.5,0.255951455205554,0.0,0.114212508023188,0.5,0.255951455205554,5.19856125354867e-05,0.382425292833833,0.255951455205554,0.0,0.0268106889147085,0.00221985419553792,0.216881047473862,0.255951455205554,0.00149455193535549,0.184731339784075,0.5,0.255951455205554,0.00108010346131199,0.324270604472734,0.255951455205554,0.00050438898444828,0.141239088262658,0.255951455205554,0.00129002631918791,0.154834582796696,0.255951455205554,0.000183783710867246,0.224394501598835,0.0012078086862584,0.972901984351558 -5647,0.255951455205554,0.0364995726792249,0.916368357818263,0.255951455205554,0.0285870557563635,0.597743917117398,0.255951455205554,0.0286483731882679,0.496453136397582,0.255951455205554,0.0388322887418546,0.55000282471477,0.255951455205554,0.0226985248340527,0.188407610128117,0.255951455205554,0.0217812328067259,0.130507453651238,0.5,0.255951455205554,0.0224775857567049,0.0964577673335965,0.5,0.255951455205554,0.0479008643062497,0.113124242664323,0.5,0.255951455205554,0.0231467217452127,0.394278486545824,0.255951455205554,0.0148402899648395,0.0178871430139013,0.0486695798158296,0.340267140710082,0.255951455205554,0.0306216035050137,0.283531716947915,0.5,0.255951455205554,0.0228637436617135,0.451666339686518,0.255951455205554,0.0179145654636998,0.250768682554737,0.255951455205554,0.0503988751645226,0.284783432841569,0.255951455205554,0.0330119007221727,0.316914743405586,0.0688411677468333,0.973244545906856 -5648,0.255951455205554,0.107241141988026,0.939244567850505,0.255951455205554,0.0631985866863322,0.732970903729978,0.255951455205554,0.0974962339879478,0.673907801962415,0.255951455205554,0.120200139145506,0.755439768155495,0.255951455205554,0.0692862237868595,0.268504155631804,0.255951455205554,0.109988357939257,0.22941641918264,0.5,0.255951455205554,0.0721825774985236,0.149019832359219,0.5,0.255951455205554,0.151672256205109,0.137019874869262,0.5,0.255951455205554,0.0897000394359575,0.418365234068338,0.255951455205554,0.0255063650299432,0.0353195014010528,0.118072391689366,0.547537726664491,0.255951455205554,0.0832478428418637,0.456819776702062,0.5,0.255951455205554,0.0862929838552924,0.618952380752848,0.255951455205554,0.063312648936138,0.394311426739285,0.255951455205554,0.0947056239244968,0.438513295892157,0.255951455205554,0.0812990111636743,0.381441464488637,0.17317558847764,0.979024583119544 -5649,0.255951455205554,0.16779339417599,0.957395550542176,0.255951455205554,0.273603119991547,0.967545579254262,0.255951455205554,0.205831519857872,0.812191830144495,0.255951455205554,0.311464450623426,0.941070238925794,0.255951455205554,0.138011711910091,0.364866426004066,0.255951455205554,0.187801125935642,0.327693029745478,0.5,0.255951455205554,0.145650268515195,0.212690228691425,0.5,0.255951455205554,0.259295253490093,0.169787185661924,0.5,0.255951455205554,0.179317793263472,0.398934622584118,0.255951455205554,0.0869321727310834,0.0568913341402818,0.112024310093331,0.503065138080372,0.255951455205554,0.157619794485339,0.554050034202508,0.5,0.255951455205554,0.20237717870898,0.758504803073711,0.255951455205554,0.113407927886896,0.44538534227782,0.255951455205554,0.127058343725462,0.505215342437448,0.255951455205554,0.165865141211916,0.476567420143678,0.136341630902265,0.97307064573244 -5650,0.255951455205554,0.194271450564047,0.965570595579043,0.255951455205554,0.465674148734618,1.01816008006775,0.255951455205554,0.290934514017785,0.849599742726941,0.255951455205554,0.417302848630081,0.987821043655611,0.255951455205554,0.205892431264311,0.468011956316109,0.255951455205554,0.183642177209199,0.3483866500308,0.5,0.255951455205554,0.293521567983356,0.25009871804664,0.5,0.255951455205554,0.354388110776286,0.204382005834584,0.5,0.255951455205554,0.262566124630758,0.390678503095907,0.255951455205554,0.244191785779141,0.128141544181275,0.194066829956637,0.527586238245664,0.255951455205554,0.207232316953213,0.578124939385853,0.5,0.255951455205554,0.355745825606098,0.832922745721544,0.255951455205554,0.19194955932649,0.458435770130343,0.255951455205554,0.194075620221793,0.602732656681263,0.255951455205554,0.265243476918402,0.612178041555801,0.125608146729921,0.942890680861252 -5651,0.255951455205554,0.178742318579989,0.951128576746459,0.255951455205554,0.443052775264844,1.02173913043478,0.255951455205554,0.37393602289459,0.842233590048353,0.255951455205554,0.38772611811183,0.960435292438442,0.255951455205554,0.321127314987101,0.559039989815161,0.255951455205554,0.283540653258964,0.446004199624648,0.5,0.255951455205554,0.429454145854719,0.262487249477443,0.5,0.255951455205554,0.430668231885831,0.250097286927508,0.5,0.255951455205554,0.331419071586302,0.456045500961375,0.255951455205554,0.471389038946909,0.296643119055202,0.224795211491599,0.50902186451139,0.255951455205554,0.304831740322464,0.632242909058925,0.5,0.255951455205554,0.490485265702214,0.886977952535971,0.255951455205554,0.292105794676922,0.521406459249016,0.255951455205554,0.308511412224641,0.725914009053114,0.255951455205554,0.22880135888106,0.619801327130526,0.297916681154854,0.880152380262387 -5652,0.255951455205554,0.137766368615803,0.916705069061815,0.255951455205554,0.321923861085895,1.02173913043478,0.255951455205554,0.396521973640632,0.824203967769646,0.255951455205554,0.305987883770955,0.916840273483766,0.255951455205554,0.365100413091518,0.616425459238381,0.255951455205554,0.306741626845147,0.440170708765656,0.5,0.255951455205554,0.454307026119228,0.243966117995333,0.5,0.255951455205554,0.541426456092923,0.284718904745605,0.5,0.255951455205554,0.391648043513017,0.464347083070243,0.255951455205554,0.514674254564531,0.284471959203527,0.352634967306267,0.641582410981936,0.255951455205554,0.434616098238347,0.698296601623369,0.5,0.255951455205554,0.495194962199393,0.913530335886068,0.255951455205554,0.360856450897368,0.596980765827735,0.255951455205554,0.244849803214983,0.744116851640761,0.255951455205554,0.25567211754912,0.568643330610045,0.0796516072753298,0.815112408218718 -5653,0.255951455205554,0.113142331339547,0.885429856675794,0.255951455205554,0.214429114043491,1.02173913043478,0.255951455205554,0.347782780072123,0.809733020023069,0.255951455205554,0.35443944971458,0.8892917788706,0.255951455205554,0.275899502058584,0.585684811861081,0.255951455205554,0.185134960218313,0.437959964135914,0.5,0.255951455205554,0.360123898216405,0.202279511465696,0.5,0.255951455205554,0.610469587649455,0.318928951700502,0.5,0.255951455205554,0.441585745652117,0.426525692844767,0.255951455205554,0.344909651469018,0.200317490698901,0.595174785843562,0.898499699952666,0.255951455205554,0.475115707643458,0.786753463976281,0.5,0.255951455205554,0.529256765694928,0.933552251078638,0.255951455205554,0.271877121136709,0.633872551940353,0.255951455205554,0.235568511439317,0.61916768521994,0.255951455205554,0.347422453698292,0.671905214151813,0.0876963705978404,0.772710352909577 -5654,0.255951455205554,0.103402370353516,0.868704992717133,0.255951455205554,0.143131040144628,0.94185096547971,0.255951455205554,0.29928210599938,0.774176747418761,0.255951455205554,0.231593321922081,0.83408388741892,0.255951455205554,0.217789962307899,0.496168157298739,0.255951455205554,0.215125891439911,0.446049338604415,0.5,0.255951455205554,0.349357025141397,0.131966344237416,0.5,0.255951455205554,0.615630774125304,0.33208198086339,0.5,0.255951455205554,0.473783665967174,0.399389922746079,0.255951455205554,0.408507275884413,0.09968546991184,0.446697703508337,0.938989399149411,0.255951455205554,0.350848379252688,0.819285247172937,0.5,0.255951455205554,0.477929979543515,0.948560487853172,0.255951455205554,0.241960459396333,0.626253036875969,0.255951455205554,0.435190503476719,0.684454008221798,0.255951455205554,0.381491024620896,0.774637581788321,0.116800503528316,0.774270705438499 -5655,0.255951455205554,0.0911971602823139,0.843438250491349,0.255951455205554,0.259459227414069,0.949759474823304,0.255951455205554,0.275269532837096,0.717322062228477,0.255951455205554,0.183723963148663,0.769289884423744,0.255951455205554,0.222582888476591,0.450042891369672,0.255951455205554,0.19935674094336,0.327264103289748,0.5,0.255951455205554,0.397343961509467,0.100750169958253,0.5,0.255951455205554,0.559464725151795,0.274099647591756,0.5,0.255951455205554,0.443747116801419,0.37031256114257,0.255951455205554,0.586224507925903,0.0993781602214657,0.369765598496105,0.916223403836994,0.255951455205554,0.319314158834666,0.783617935508105,0.5,0.255951455205554,0.344587447099695,0.95340690983374,0.255951455205554,0.335425860078377,0.590304809802504,0.255951455205554,0.34181885212712,0.734189839486943,0.255951455205554,0.399923535168104,0.815334508518218,0.0964421799473664,0.798457633902358 -5656,0.255951455205554,0.0812052776698111,0.803158504466044,0.255951455205554,0.2298839922537,0.881826723764723,0.255951455205554,0.218122667195817,0.631591363888699,0.255951455205554,0.228785544570487,0.645044390501458,0.255951455205554,0.203184751900351,0.399707421183733,0.255951455205554,0.214871717266928,0.207823922833096,0.5,0.255951455205554,0.397954440503657,0.0992963205297537,0.5,0.255951455205554,0.477879844344088,0.187544119704545,0.5,0.255951455205554,0.36240695586109,0.289537968254167,0.255951455205554,0.502798936210471,0.0939696146061345,0.338097278062329,0.799969320905455,0.255951455205554,0.286158896416087,0.732640200250259,0.5,0.255951455205554,0.214777177338652,0.929077660276179,0.255951455205554,0.27180172030545,0.559900396091848,0.255951455205554,0.290735550947653,0.700860621327121,0.255951455205554,0.231157584677963,0.734009188823002,0.0485094797380497,0.774489656241189 -5657,0.255951455205554,0.0577578634556886,0.743177254812547,0.255951455205554,0.126332894577938,0.73473376109255,0.255951455205554,0.15620329460197,0.506877259009626,0.255951455205554,0.0866377401193936,0.464489856016393,0.255951455205554,0.142981435461675,0.297300997488874,0.255951455205554,0.17111460020002,0.146397107814432,0.5,0.255951455205554,0.285666776549411,0.0674608920074692,0.5,0.255951455205554,0.35034807833287,0.123068630138294,0.5,0.255951455205554,0.258520171077756,0.1865362565636,0.255951455205554,0.369422735770476,0.0601066855349176,0.320975870870907,0.613198100524617,0.255951455205554,0.196737210402137,0.612093074173996,0.5,0.255951455205554,0.144974017946658,0.901673759795262,0.255951455205554,0.153045701201026,0.435544984067803,0.255951455205554,0.265580208911344,0.624128131734886,0.255951455205554,0.158566640088163,0.620540756529979,0.0432321611019815,0.642017044054778 -5658,0.255951455205554,0.0215140704539397,0.65592393567683,0.255951455205554,0.0275191837055846,0.505706757066562,0.255951455205554,0.0973657547093263,0.373477062138944,0.255951455205554,0.0621259829332476,0.33917879793216,0.255951455205554,0.100021744407053,0.1946381205986,0.255951455205554,0.0935297848801615,0.0707702751295556,0.5,0.255951455205554,0.163983419180182,0.0289565899545392,0.5,0.255951455205554,0.20620856431894,0.044918250232878,0.5,0.255951455205554,0.145357628466147,0.0881140117701282,0.255951455205554,0.220193069420152,0.0173729821864929,0.131474312999829,0.275309234592574,0.255951455205554,0.092500845999368,0.447375405079035,0.5,0.255951455205554,0.0797867795265783,0.834507855065065,0.255951455205554,0.0758014067954872,0.296016145701005,0.255951455205554,0.159584499482857,0.491084167112012,0.255951455205554,0.104430603866494,0.451649721270146,0.0213975705028691,0.466224591755377 -5659,0.255951455205554,0.00288429609053341,0.567588204193563,0.255951455205554,0.00426352013532554,0.302897849470852,0.255951455205554,0.0181619800876966,0.223758796462985,0.255951455205554,0.0173806273013716,0.23640355442088,0.255951455205554,0.0279107711659645,0.0923509673653563,0.255951455205554,0.0182168409458369,0.031630321554454,0.5,0.255951455205554,0.0366168456530748,0.00396581695324858,0.5,0.255951455205554,0.0286345423533902,0.00971825730389308,0.5,0.255951455205554,0.00283831756770477,0.015554001370377,0.255951455205554,0.0472472945718651,0.000665151865117567,0.0,0.136078721183165,0.255951455205554,0.000578879249101888,0.329719991664676,0.5,0.255951455205554,0.00816630415933594,0.724404982961417,0.255951455205554,0.0,0.159909773750901,0.255951455205554,0.00553743087922283,0.30972981461503,0.255951455205554,0.0116680957037057,0.196774354696791,0.00205319375616685,0.352092219751847 -5660,0.255951455205554,0.0,0.48911218034741,0.255951455205554,0.0,0.22822832365846,0.255951455205554,0.0,0.132027154249904,0.255951455205554,0.0,0.148238055310413,0.255951455205554,0.0,0.0355835935593773,0.255951455205554,0.0,0.00736286193324726,0.5,0.255951455205554,0.0,0.00566537216475418,0.5,0.255951455205554,0.0,0.00725247346175966,0.5,0.255951455205554,0.0,0.00835721203128246,0.255951455205554,0.0,0.00062245605748293,0.0,0.11949247266019,0.255951455205554,0.0,0.251067375098735,0.5,0.255951455205554,0.0,0.586262237856969,0.255951455205554,0.0,0.100436137585873,0.255951455205554,0.0,0.23860013153091,0.255951455205554,0.0,0.102720177253924,0.0,0.341654778792128 -5661,0.255951455205554,0.0,0.437079060145562,0.255951455205554,0.0,0.192816865302376,0.255951455205554,0.0,0.0906100743334009,0.255951455205554,0.0,0.0975209651835119,0.255951455205554,0.0,0.0228116802789916,0.255951455205554,0.0,0.00480258499495865,0.5,0.255951455205554,0.0,0.00575507790449163,0.5,0.255951455205554,0.0,0.0100877766919949,0.5,0.255951455205554,0.0,0.0056382044861637,0.255951455205554,0.0,0.00142777942094203,0.0,0.117328696611911,0.255951455205554,0.0,0.22301910092335,0.5,0.255951455205554,0.0,0.525868983828628,0.255951455205554,0.0,0.10525654792309,0.255951455205554,0.0,0.193035167330346,0.255951455205554,0.0,0.0645851593622196,0.0,0.346493328480516 -5662,0.255951455205554,0.0,0.401933643165714,0.255951455205554,0.0,0.147727913473574,0.255951455205554,0.0,0.0658894247524936,0.255951455205554,0.0,0.0619228288914631,0.255951455205554,0.0,0.0274770014220037,0.255951455205554,0.0,0.00786649610887425,0.5,0.255951455205554,0.0,0.00442447789967446,0.5,0.255951455205554,0.0,0.0168334112797416,0.5,0.255951455205554,0.0,0.0049220592536399,0.255951455205554,0.0,0.00239132567455411,0.0,0.132183189509851,0.255951455205554,0.0,0.206997017486093,0.5,0.255951455205554,0.0,0.464977087282581,0.255951455205554,0.0,0.0950024437733171,0.255951455205554,0.0,0.14631796697769,0.255951455205554,0.0,0.0438678685513792,0.0,0.319444508222972 -5663,0.255951455205554,0.0,0.374816659028868,0.255951455205554,0.0,0.109900207863342,0.255951455205554,0.0,0.0562840541212084,0.255951455205554,0.0,0.0613512892267839,0.255951455205554,0.0,0.0308523792312677,0.255951455205554,0.0,0.00813899409243733,0.5,0.255951455205554,0.0,0.00403526437590687,0.5,0.255951455205554,0.0,0.0190041311253689,0.5,0.255951455205554,0.0,0.00432084707761248,0.255951455205554,0.0,0.00192733391352886,0.0,0.127447251206885,0.255951455205554,0.0,0.152842643650567,0.5,0.255951455205554,0.0,0.41655828259324,0.255951455205554,0.0,0.0891687823534893,0.255951455205554,0.0,0.106523991282265,0.255951455205554,0.0,0.0261183827609779,0.0,0.314943256910871 -5664,0.255951455205554,0.0,0.341580346186033,0.255951455205554,0.0,0.0568823467359148,0.255951455205554,0.0,0.0484504891739925,0.255951455205554,0.0,0.0652146429727658,0.255951455205554,0.0,0.0345860351970094,0.255951455205554,0.0,0.0100869415076202,0.5,0.255951455205554,0.0,0.00643618858518444,0.5,0.255951455205554,0.0,0.0208726194511434,0.5,0.255951455205554,0.0,0.00561263957275172,0.255951455205554,0.0,0.00644702327921226,0.0,0.0771478862489053,0.255951455205554,0.0,0.10411971710226,0.5,0.255951455205554,0.0,0.401578969951717,0.255951455205554,0.0,0.0829551046726409,0.255951455205554,0.0,0.077776732542062,0.255951455205554,0.0,0.0181852683120784,0.0,0.309432063975081 -5665,0.255951455205554,0.0,0.304614459247423,0.255951455205554,0.0,0.0328155700322314,0.255951455205554,0.0,0.0465113802594428,0.255951455205554,0.0,0.0598225180322032,0.255951455205554,0.0,0.0345630845580047,0.255951455205554,0.0,0.0106936957447508,0.5,0.255951455205554,0.0,0.00652232990497187,0.5,0.255951455205554,0.0,0.0296964725699553,0.5,0.255951455205554,0.0,0.00872697280766148,0.255951455205554,0.0,0.00629580787047087,0.0,0.0368263223560833,0.255951455205554,0.0,0.07651642782524,0.5,0.255951455205554,0.0,0.358288876136497,0.255951455205554,0.0,0.0738165206475962,0.255951455205554,0.0,0.0533679651319514,0.255951455205554,0.0,0.0161993693545558,0.0,0.312282505733859 -5666,0.255951455205554,0.0,0.275330094527534,0.255951455205554,0.0,0.036908802900646,0.255951455205554,0.0,0.0505931314599092,0.255951455205554,0.0,0.0586602838858954,0.255951455205554,0.0,0.0315694130250284,0.255951455205554,0.0,0.00976243250822654,0.5,0.255951455205554,0.0,0.00970678190191317,0.5,0.255951455205554,0.0,0.0296997852361913,0.5,0.255951455205554,0.0,0.0118630142185627,0.255951455205554,0.0,0.0126181261076597,0.0,0.0311799029314514,0.255951455205554,0.0,0.0599799551047444,0.5,0.255951455205554,0.0,0.285878583137592,0.255951455205554,0.0,0.058110063561903,0.255951455205554,0.0,0.0464382813550405,0.255951455205554,0.0,0.0203964825525529,0.0,0.2832605644977 -5667,0.255951455205554,0.0,0.246083555102935,0.255951455205554,0.0,0.0465701904999059,0.255951455205554,0.0,0.052332984299182,0.255951455205554,0.0,0.0719328223951641,0.255951455205554,0.0,0.0310218756861768,0.255951455205554,0.0,0.00855252692828417,0.5,0.255951455205554,0.0,0.0121264890648812,0.5,0.255951455205554,0.0,0.0261399776277411,0.5,0.255951455205554,0.0,0.0146035324195737,0.255951455205554,0.0,0.0129851784913758,0.0,0.0332803394226173,0.255951455205554,0.0,0.0531103268732849,0.5,0.255951455205554,0.0,0.228107793120124,0.255951455205554,0.0,0.0569560488710132,0.255951455205554,0.0,0.0467135033364753,0.255951455205554,0.0,0.0186877947884166,0.0,0.266800120025083 -5668,0.255951455205554,0.0,0.228887969946789,0.255951455205554,0.0,0.0463199299262734,0.255951455205554,0.0,0.047740768773591,0.255951455205554,0.0,0.0702106252874715,0.255951455205554,0.0,0.0274591023257755,0.255951455205554,0.0,0.0109907430980911,0.5,0.255951455205554,0.0,0.0115534146169395,0.5,0.255951455205554,0.0,0.0235731579325009,0.5,0.255951455205554,0.0,0.0155373847085451,0.255951455205554,0.0,0.0135173996654018,0.0,0.0338119173047333,0.255951455205554,0.0,0.0532580994188485,0.5,0.255951455205554,0.0,0.198674195188439,0.255951455205554,0.0,0.0547340256534783,0.255951455205554,0.0,0.0440011161854851,0.255951455205554,0.0,0.0176450585062198,0.0,0.225461463449002 -5669,0.255951455205554,0.0,0.216429853851332,0.255951455205554,0.0,0.0508059925543748,0.255951455205554,0.0,0.0375520836211249,0.255951455205554,0.0,0.0523280457508648,0.255951455205554,0.0,0.0226119731515778,0.255951455205554,0.0,0.0138029238313509,0.5,0.255951455205554,0.0,0.0113702901386989,0.5,0.255951455205554,0.0,0.024278944792396,0.5,0.255951455205554,0.0,0.0194259565726,0.255951455205554,0.0,0.0162388418450245,0.0,0.031451016494415,0.255951455205554,0.0,0.0517595617634239,0.5,0.255951455205554,0.0,0.184576460431808,0.255951455205554,0.0,0.0537154140902798,0.255951455205554,0.0,0.0386278628929794,0.255951455205554,0.0,0.018119872176142,0.0,0.174797205386297 -5670,0.255951455205554,6.20728438130734e-05,0.203527665905016,0.255951455205554,0.000136197875678202,0.0521346588090774,0.255951455205554,2.60020522192156e-05,0.0307385616437908,0.255951455205554,0.0,0.0318262945498025,0.255951455205554,0.0,0.0205089506459527,0.255951455205554,0.0,0.013707298248982,0.5,0.255951455205554,0.0,0.0101238924810019,0.5,0.255951455205554,0.0,0.022725211491187,0.5,0.255951455205554,0.000279872752075122,0.0214483521998726,0.255951455205554,0.0,0.0121940451654733,0.00266002773568629,0.0287807683421863,0.255951455205554,0.00216410377306987,0.0477278639889894,0.5,0.255951455205554,0.00223050235422858,0.168089308724907,0.255951455205554,0.00266270754278178,0.0482547501291956,0.255951455205554,0.000942136766446034,0.0295150339036177,0.255951455205554,0.000289377000529508,0.0185533528940446,0.000281954086306351,0.136161171693315 -5671,0.255951455205554,0.0153199510962704,0.183987266811135,0.255951455205554,0.0645922407777051,0.0520367935873454,0.255951455205554,0.0563101966756397,0.0271748213201182,0.255951455205554,0.0595208435106027,0.0242534808672133,0.255951455205554,0.0295824616456911,0.0187506497704919,0.255951455205554,0.0428709890101656,0.0128950533858832,0.5,0.255951455205554,0.0120008503112513,0.0125310992731815,0.5,0.255951455205554,0.0208868877256548,0.0178228277882887,0.5,0.255951455205554,0.0571020393787309,0.0176871003877974,0.255951455205554,0.00486288753552359,0.0122320504594842,0.0401504884670597,0.0343955371362513,0.255951455205554,0.0361587009617011,0.0551387994960374,0.5,0.255951455205554,0.0417059150415562,0.185691870067519,0.255951455205554,0.0700022452757616,0.0391797485126779,0.255951455205554,0.0549904920362349,0.0230840793995951,0.255951455205554,0.0608759736347873,0.018397451195244,0.0276446777447755,0.123148503503471 -5672,0.255951455205554,0.0485151963579569,0.175598501327947,0.255951455205554,0.190374872077727,0.102100620306206,0.255951455205554,0.174778973926141,0.0320937133418622,0.255951455205554,0.181842303506531,0.0240013309374818,0.255951455205554,0.0935689340825362,0.0224002833089617,0.255951455205554,0.120929064817765,0.0193257949181759,0.5,0.255951455205554,0.0449988378323547,0.0239865741704032,0.5,0.255951455205554,0.0648504752620171,0.0193803028127469,0.5,0.255951455205554,0.148683978360178,0.0216999310580671,0.255951455205554,0.0114750716218932,0.0176743063756998,0.0449706619382529,0.0510668840464463,0.255951455205554,0.0959712142955965,0.0872196207732337,0.5,0.255951455205554,0.103444096526411,0.236317269216272,0.255951455205554,0.190251382913835,0.05234786012505,0.255951455205554,0.162608019325251,0.0321425191777393,0.255951455205554,0.169914134520229,0.0298590153379514,0.0449679263611507,0.108959130529809 -5673,0.255951455205554,0.0952865435917992,0.193211760476622,0.255951455205554,0.333483956967162,0.154918865535986,0.255951455205554,0.30681812378599,0.0410940955898095,0.255951455205554,0.323762160845422,0.0298476622133429,0.255951455205554,0.16036031392538,0.0343267368131296,0.255951455205554,0.201784342719002,0.0428001997995084,0.5,0.255951455205554,0.0525468986821194,0.0335629026564074,0.5,0.255951455205554,0.120143042617714,0.0173868350392034,0.5,0.255951455205554,0.236208844871636,0.0461167078044355,0.255951455205554,0.0292494612365284,0.0473302080873065,0.061463520778692,0.0708141663488371,0.255951455205554,0.170799066171619,0.116548352451502,0.5,0.255951455205554,0.174112011771475,0.298888353635225,0.255951455205554,0.337305911287102,0.069617811355361,0.255951455205554,0.308404438481859,0.0419131619784667,0.255951455205554,0.287693123141971,0.0496758911565678,0.070105862408078,0.0842858422567304 -5674,0.255951455205554,0.135983124946733,0.212583187168936,0.255951455205554,0.471231331448355,0.188658140754657,0.255951455205554,0.421910049162913,0.0412655482862233,0.255951455205554,0.458711193203653,0.0192468673339412,0.255951455205554,0.227785680636757,0.0448906377531389,0.255951455205554,0.247730029653232,0.0768280304096554,0.5,0.255951455205554,0.0550608350174112,0.0645484142402702,0.5,0.255951455205554,0.162750663510235,0.0197591347734749,0.5,0.255951455205554,0.316705414540453,0.072282833487066,0.255951455205554,0.08761290551225,0.096800118991829,0.0821948441422662,0.0845546814599161,0.255951455205554,0.289103551196074,0.149128803664882,0.5,0.255951455205554,0.270007589120208,0.356860805458684,0.255951455205554,0.464056536668573,0.101557599148501,0.255951455205554,0.480757477699117,0.051379736385654,0.255951455205554,0.39333753783093,0.0758393559823878,0.107222308643039,0.0536608445543181 -5675,0.255951455205554,0.190915348121923,0.208970375338854,0.255951455205554,0.57981258346762,0.196855643482994,0.255951455205554,0.514923569007215,0.0409841693735105,0.255951455205554,0.58076556356633,0.0115995966969411,0.255951455205554,0.274404161207579,0.0454587359994398,0.255951455205554,0.259539535718141,0.114515393476267,0.5,0.255951455205554,0.0678903090321363,0.126053470353669,0.5,0.255951455205554,0.161555882394364,0.0440454388673692,0.5,0.255951455205554,0.359993311228905,0.0896606292422623,0.255951455205554,0.108073122620639,0.225354184871545,0.220801652509272,0.0952127070516085,0.255951455205554,0.447229868015669,0.199433218678367,0.5,0.255951455205554,0.337336514137342,0.373375888838496,0.255951455205554,0.583923175627459,0.133344248007421,0.255951455205554,0.595427071890715,0.0739048111030383,0.255951455205554,0.439057451259589,0.0919973169890162,0.203110628915533,0.0384967144547529 -5676,0.255951455205554,0.199739936045939,0.192314917248914,0.255951455205554,0.495364644934989,0.177897393814883,0.255951455205554,0.542484712134681,0.0407661316987524,0.255951455205554,0.662172397569938,0.0140099292112601,0.255951455205554,0.325262063781218,0.0515500451228847,0.255951455205554,0.249276107017632,0.167562988730241,0.5,0.255951455205554,0.085768833995145,0.194190597687153,0.5,0.255951455205554,0.175510457918705,0.0869070968386022,0.5,0.255951455205554,0.351657976553155,0.118480385002635,0.255951455205554,0.0981406069416994,0.292789458080137,0.59291266272098,0.135858511498447,0.255951455205554,0.498582319259734,0.209645702262724,0.5,0.255951455205554,0.291332031132105,0.365022900036426,0.255951455205554,0.62759722889474,0.141188794222405,0.255951455205554,0.613328679138334,0.0952518364002833,0.255951455205554,0.459409643704662,0.11028114541975,0.236614408815619,0.039142434915019 -5677,0.255951455205554,0.269978291861853,0.171039957438484,0.255951455205554,0.469672557184338,0.156773580424626,0.255951455205554,0.53364573501627,0.0391026373424005,0.255951455205554,0.654086394761314,0.0142996219584669,0.255951455205554,0.314935230713253,0.0676394121219182,0.255951455205554,0.241826097107061,0.253773741240692,0.5,0.255951455205554,0.0876830620933241,0.262483859613718,0.5,0.255951455205554,0.176931706979695,0.111757453806482,0.5,0.255951455205554,0.321754180165021,0.186060765049062,0.255951455205554,0.0664514939862522,0.316334091399896,0.691446227041827,0.197185787401209,0.255951455205554,0.55117742528789,0.216128372350239,0.5,0.255951455205554,0.245983169703538,0.361322389567682,0.255951455205554,0.591141499169693,0.141600200515124,0.255951455205554,0.527530114681618,0.126163484349527,0.255951455205554,0.443170132465372,0.12767060371961,0.114957524585077,0.0448167922224724 -5678,0.255951455205554,0.451918276311763,0.180073511815222,0.255951455205554,0.336899370292016,0.117384481518145,0.255951455205554,0.44213739830584,0.0329652328241284,0.255951455205554,0.566231056119775,0.0105018941885063,0.255951455205554,0.22399872290107,0.0772099326798389,0.255951455205554,0.131846828854447,0.264067280438804,0.5,0.255951455205554,0.0737314617241833,0.272912962133303,0.5,0.255951455205554,0.154159999972402,0.133022305889545,0.5,0.255951455205554,0.253290135945424,0.217564643783837,0.255951455205554,0.0511844636402853,0.358719379224825,0.622827711674134,0.189426947688161,0.255951455205554,0.52293854600064,0.188706515965972,0.5,0.255951455205554,0.193400432537997,0.342333416621761,0.255951455205554,0.483496605626243,0.121226358663473,0.255951455205554,0.449056527438447,0.131046262341585,0.255951455205554,0.347729460303071,0.178703987136625,0.229861999100872,0.0547372212081976 -5679,0.255951455205554,0.438488512835377,0.151543937268639,0.255951455205554,0.214700772205841,0.0518796352243198,0.255951455205554,0.409618933310268,0.0251255064297059,0.255951455205554,0.542099150961225,0.00656661181085664,0.255951455205554,0.138722556944933,0.0805841750016476,0.255951455205554,0.0616041948602741,0.284091836874882,0.5,0.255951455205554,0.0469112459991059,0.256512398834858,0.5,0.255951455205554,0.110465884979739,0.124832972339915,0.5,0.255951455205554,0.182319833385965,0.208355465132046,0.255951455205554,0.0353432659788126,0.354571109933932,0.525436780937315,0.118506810945618,0.255951455205554,0.445440709813314,0.144169960165337,0.5,0.255951455205554,0.157598575832042,0.290759662591103,0.255951455205554,0.371980129130059,0.118395135804684,0.255951455205554,0.339089305607558,0.111607932713888,0.255951455205554,0.230722959301852,0.251255072888917,0.595153357599762,0.0637864740975569 -5680,0.255951455205554,0.363395628110362,0.0944403929190554,0.255951455205554,0.278277022536331,0.0121531144647637,0.255951455205554,0.270762712721048,0.0184599077768283,0.255951455205554,0.378937017524161,0.00878100906186766,0.255951455205554,0.0637406244491475,0.0649311158352006,0.255951455205554,0.0361659200341445,0.240096521973448,0.5,0.255951455205554,0.0283989263857386,0.204550367699433,0.5,0.255951455205554,0.0638878584782002,0.105179499833235,0.5,0.255951455205554,0.116590981668295,0.152159083204092,0.255951455205554,0.0243726999319513,0.245924838247756,0.430357374080301,0.0550757531754899,0.255951455205554,0.327589443332435,0.0963192481630665,0.5,0.255951455205554,0.137961880345062,0.215577678807516,0.255951455205554,0.232046680554453,0.130615725011196,0.255951455205554,0.239481733863045,0.101430182184102,0.255951455205554,0.13228858802598,0.292372359807905,0.163638588599308,0.0605858072195834 -5681,0.255951455205554,0.306395270895014,0.0627243646044757,0.255951455205554,0.304031773383588,0.00583189542614919,0.255951455205554,0.167755313941354,0.0133049374014662,0.255951455205554,0.182848672931086,0.00595513542050145,0.255951455205554,0.0318928217032428,0.0479258081537099,0.255951455205554,0.0143413458063513,0.193092195983385,0.5,0.255951455205554,0.0149935798990186,0.144529526679346,0.5,0.255951455205554,0.0310120644780399,0.105324227195924,0.5,0.255951455205554,0.0598751507614089,0.11189141617075,0.255951455205554,0.00765644111981295,0.160663360347187,0.301366317668333,0.0151842167204687,0.255951455205554,0.197333540013184,0.0574011612505063,0.5,0.255951455205554,0.0918798097958009,0.141988942016752,0.255951455205554,0.130878580822102,0.123791315221461,0.255951455205554,0.140387962639128,0.091669273933566,0.255951455205554,0.0536814649226337,0.254454680020816,0.191867005793144,0.0420635395838987 -5682,0.255951455205554,0.196213749624579,0.0376816790351028,0.255951455205554,0.201963853367332,0.00954590815811896,0.255951455205554,0.0798122112852102,0.0207648685200535,0.255951455205554,0.100025139814643,0.0118095289215471,0.255951455205554,0.0116954789064616,0.0397498639564773,0.255951455205554,0.00422322676110974,0.153979281058138,0.5,0.255951455205554,0.0066308806859193,0.115435042222676,0.5,0.255951455205554,0.0112225718349551,0.128972048880438,0.5,0.255951455205554,0.0211420365087843,0.0933113455011013,0.255951455205554,0.00179329095247356,0.0974670334512124,0.110282315519345,0.000567858970223839,0.255951455205554,0.0825808008205838,0.0224838156248669,0.5,0.255951455205554,0.0665095952554028,0.0864147223696447,0.255951455205554,0.0551283138432894,0.0982191278250771,0.255951455205554,0.0604954472377925,0.0578804583797233,0.255951455205554,0.0140221806009812,0.193359221944857,0.10652145296685,0.0295638401424887 -5683,0.255951455205554,0.0353070038679923,0.0134013719864038,0.255951455205554,0.0276464515777231,0.0329908603080192,0.255951455205554,0.0163646587877032,0.0409096711833415,0.255951455205554,0.0177895521749937,0.0318994507763515,0.255951455205554,0.00252716226220203,0.0379002292723136,0.255951455205554,0.00077182758593882,0.118108892579431,0.5,0.255951455205554,0.00154198808014897,0.0835214710284589,0.5,0.255951455205554,0.000852963367314337,0.161623656262283,0.5,0.255951455205554,0.000202249380444572,0.103079697922848,0.255951455205554,0.000540420314712451,0.0291776793671645,0.0,0.0,0.255951455205554,0.0,0.0124317672043514,0.5,0.255951455205554,0.0042957983471387,0.0476969850845187,0.255951455205554,4.67093360528394e-05,0.0832885455901858,0.255951455205554,0.000629108905751704,0.0405753940558393,0.255951455205554,0.000355363426445074,0.140490321476346,0.0351819307269213,0.0317055232259392 -5684,0.255951455205554,0.0,0.00877666238832719,0.255951455205554,0.0,0.060401684671176,0.255951455205554,0.0,0.0652235406331389,0.255951455205554,0.0,0.0552713278891026,0.255951455205554,0.0,0.0459386234444383,0.255951455205554,0.0,0.0921767131251029,0.5,0.255951455205554,0.0,0.0620134218076268,0.5,0.255951455205554,0.0,0.146113137580099,0.5,0.255951455205554,0.0,0.139039216471853,0.255951455205554,0.0,0.0236551653079066,0.0,0.0,0.255951455205554,0.0,0.0209503609581891,0.5,0.255951455205554,0.0,0.0302753091172065,0.255951455205554,0.0,0.0811713202776482,0.255951455205554,0.0,0.039280405977624,0.255951455205554,0.0,0.0936333443197343,0.0,0.0353641412845465 -5685,0.255951455205554,0.0,0.00689736519515572,0.255951455205554,0.0,0.058219310162307,0.255951455205554,0.0,0.0896946272610045,0.255951455205554,0.0,0.0891605507637404,0.255951455205554,0.0,0.0516989188382866,0.255951455205554,0.0,0.0650228074867139,0.5,0.255951455205554,0.0,0.0489262210711477,0.5,0.255951455205554,0.0,0.135901613421859,0.5,0.255951455205554,0.0,0.155806570463327,0.255951455205554,0.0,0.0331683944035936,0.0,0.00443811496255521,0.255951455205554,0.0,0.0269002853636235,0.5,0.255951455205554,0.0,0.0129280025943809,0.255951455205554,0.0,0.0651541048790013,0.255951455205554,0.0,0.0350476481814608,0.255951455205554,0.0,0.0610962025585244,0.0,0.0553729492103585 -5686,0.255951455205554,0.0,0.00740744582712016,0.255951455205554,0.0,0.0542203643797261,0.255951455205554,0.0,0.0952664150042748,0.255951455205554,0.0,0.113354497694736,0.255951455205554,0.0,0.0511757771759604,0.255951455205554,0.0,0.0400794332081429,0.5,0.255951455205554,0.0,0.041237040336624,0.5,0.255951455205554,0.0,0.144983700778919,0.5,0.255951455205554,0.0,0.15116370987669,0.255951455205554,0.0,0.0489765308314251,0.0,0.00552294434481194,0.255951455205554,0.0,0.0221736806300518,0.5,0.255951455205554,0.0,0.00680331880998347,0.255951455205554,0.0,0.0684152011946547,0.255951455205554,0.0,0.0386291591215231,0.255951455205554,0.0,0.039955847989218,0.0,0.0733277901486521 -5687,0.255951455205554,0.0,0.00721435842731435,0.255951455205554,0.0,0.0459751492692116,0.255951455205554,0.0,0.0892313548977756,0.255951455205554,0.0,0.121436656429836,0.255951455205554,0.0,0.0492814949948147,0.255951455205554,0.0,0.0223659068889655,0.5,0.255951455205554,0.0,0.0566396316212617,0.5,0.255951455205554,0.0,0.172047811734055,0.5,0.255951455205554,0.0,0.140733970909433,0.255951455205554,0.0,0.128523915963638,0.0,0.00622287488921581,0.255951455205554,0.0,0.0212115864088605,0.5,0.255951455205554,0.0,0.00544587001105627,0.255951455205554,0.0,0.063111012579135,0.255951455205554,0.0,0.0376162417011686,0.255951455205554,0.0,0.0188962024699027,0.0,0.0638498669822781 -5688,0.255951455205554,0.0,0.00654341652914053,0.255951455205554,0.0,0.041403982754004,0.255951455205554,0.0,0.0935639321689297,0.255951455205554,0.0,0.117562923039997,0.255951455205554,0.0,0.0495204438918066,0.255951455205554,0.0,0.022060280994572,0.5,0.255951455205554,0.0,0.0967190538823998,0.5,0.255951455205554,0.0,0.167796611611069,0.5,0.255951455205554,0.0,0.135023770746214,0.255951455205554,0.0,0.306337441826122,0.0,0.00640196074365363,0.255951455205554,0.0,0.0238622067730913,0.5,0.255951455205554,0.0,0.00547225851057026,0.255951455205554,0.0,0.0456125082177388,0.255951455205554,0.0,0.0250889702769318,0.255951455205554,0.0,0.00640311987754718,0.0,0.0488500357561455 -5689,0.255951455205554,0.0,0.00684393571082683,0.255951455205554,0.0,0.0434025941321761,0.255951455205554,0.0,0.106174269968456,0.255951455205554,0.0,0.126828016869716,0.255951455205554,0.0,0.0565889869229149,0.255951455205554,0.0,0.0316781638030524,0.5,0.255951455205554,0.0,0.13349111726579,0.5,0.255951455205554,0.0,0.236154627856424,0.5,0.255951455205554,0.0,0.137271644117742,0.255951455205554,0.0,0.423023036991493,0.0,0.00511284773014861,0.255951455205554,0.0,0.0231250826953346,0.5,0.255951455205554,0.0,0.00740722328683415,0.255951455205554,0.0,0.0234910029415888,0.255951455205554,0.0,0.0131316070869118,0.255951455205554,0.0,0.003602304265458,0.0,0.053504793598394 -5690,0.255951455205554,0.0,0.00735496628572765,0.255951455205554,0.0,0.0441984581706558,0.255951455205554,0.0,0.105045635059602,0.255951455205554,0.0,0.126439361580767,0.255951455205554,0.0,0.0584758228299193,0.255951455205554,0.0,0.0403301806893726,0.5,0.255951455205554,0.0,0.112914682518982,0.5,0.255951455205554,0.0,0.336261805573823,0.5,0.255951455205554,0.0,0.144193347623025,0.255951455205554,0.0,0.254148499782439,0.0,0.0032752655421711,0.255951455205554,0.0,0.0225821005938651,0.5,0.255951455205554,0.0,0.00940241689255271,0.255951455205554,0.0,0.0121195657079439,0.255951455205554,0.0,0.0110721862020576,0.255951455205554,0.0,0.00537010011387418,0.0,0.0723938284319852 -5691,0.255951455205554,0.0,0.0070216975599642,0.255951455205554,0.0,0.0424832127955838,0.255951455205554,0.0,0.0912593094765175,0.255951455205554,0.0,0.100594626991126,0.255951455205554,0.0,0.0568294183130222,0.255951455205554,0.0,0.0318779944430702,0.5,0.255951455205554,0.0,0.113467814475579,0.5,0.255951455205554,0.0,0.401402440711796,0.5,0.255951455205554,0.0,0.163310350480816,0.255951455205554,0.0,0.332973366738172,0.0,0.0012717901780039,0.255951455205554,0.0,0.022567215625504,0.5,0.255951455205554,0.0,0.0081788599229986,0.255951455205554,0.0,0.00911391102568666,0.255951455205554,0.0,0.0132929083828815,0.255951455205554,0.0,0.00836375637666084,0.0,0.0775869949453682 -5692,0.255951455205554,0.0,0.00713036875904562,0.255951455205554,0.0,0.045063971632291,0.255951455205554,0.0,0.0774816428079994,0.255951455205554,0.0,0.0911933483030971,0.255951455205554,0.0,0.0641472963396438,0.255951455205554,0.0,0.030483706080083,0.5,0.255951455205554,0.0,0.146145035373426,0.5,0.255951455205554,0.0,0.527239185010236,0.5,0.255951455205554,0.0,0.195906280123989,0.255951455205554,0.0,0.469708865873703,0.0,0.00116227890404736,0.255951455205554,0.0,0.0211146418342488,0.5,0.255951455205554,0.0,0.00826662108353186,0.255951455205554,0.0,0.00909638383634471,0.255951455205554,0.0,0.014479969699187,0.255951455205554,0.0,0.00886946420881782,0.0,0.0631797573495037 -5693,0.255951455205554,0.0,0.00783885423722587,0.255951455205554,0.0,0.0487854050586657,0.255951455205554,0.0,0.0697538451941551,0.255951455205554,0.0,0.0795107534384777,0.255951455205554,0.0,0.0867720258631133,0.255951455205554,0.0,0.0319187104872848,0.5,0.255951455205554,0.0,0.193102419862279,0.5,0.255951455205554,0.0,0.549062175870851,0.5,0.255951455205554,0.0,0.18943798376775,0.255951455205554,0.0,0.418400337470706,0.0,0.00587933389345211,0.255951455205554,0.0,0.0217702120226391,0.5,0.255951455205554,0.0,0.0108568734034669,0.255951455205554,0.0,0.007657211815086,0.255951455205554,0.0,0.0140791564429472,0.255951455205554,0.0,0.00760520415480256,0.0,0.0468990264095144 -5694,0.255951455205554,0.000114539361530791,0.00601274882733739,0.255951455205554,2.2786556410558e-07,0.0331568600041102,0.255951455205554,6.41607257863892e-06,0.07047426960143,0.255951455205554,0.0,0.082441737510899,0.255951455205554,0.0,0.0969346247856073,0.255951455205554,0.0,0.0426404422256198,0.5,0.255951455205554,0.0,0.215426496280312,0.5,0.255951455205554,0.0,0.570341823629485,0.5,0.255951455205554,7.48414020943752e-07,0.267803249015141,0.255951455205554,0.0,0.67528251822441,0.00142326674284838,0.0106369688205983,0.255951455205554,0.00221146701613545,0.0233963961580276,0.5,0.255951455205554,0.00360502682314077,0.0113633838088238,0.255951455205554,0.000844088460900626,0.00665647922953686,0.255951455205554,0.000254727227850739,0.00958432204527906,0.255951455205554,1.39051498849321e-05,0.00920216160249101,4.75880101618872e-05,0.0304467940384459 -5695,0.255951455205554,0.0642186657222069,0.00392612069209976,0.255951455205554,0.0663440174956621,0.0296251502447756,0.255951455205554,0.0353243006254488,0.0828431707817255,0.255951455205554,0.051710853099675,0.0970011825237194,0.255951455205554,0.00607235197728092,0.102299448222538,0.255951455205554,0.000726897979731434,0.0499049975428146,0.5,0.255951455205554,0.00184178163856641,0.342496895594461,0.5,0.255951455205554,0.00074407623956578,0.522708163092841,0.5,0.255951455205554,0.00217195334843608,0.286002555445005,0.255951455205554,0.000577343746337286,0.868673999335041,0.0370325244687446,0.015121683855287,0.255951455205554,0.0476852829797516,0.0234862623203487,0.5,0.255951455205554,0.08475652285186,0.00664627726999006,0.255951455205554,0.0224016583662286,0.00350942660434547,0.255951455205554,0.0149015434858578,0.0172005527542424,0.255951455205554,0.00240629706800476,0.0147377759702168,0.0669931832597001,0.018360582628259 -5696,0.255951455205554,0.188853605203833,0.00432740575859955,0.255951455205554,0.193878355155701,0.0377538963043286,0.255951455205554,0.129818330024493,0.12870317170709,0.255951455205554,0.167892526678124,0.140049592736089,0.255951455205554,0.0294432337208014,0.126568142327459,0.255951455205554,0.0045074960689324,0.0718261786354068,0.5,0.255951455205554,0.0104409769291283,0.548343734444657,0.5,0.255951455205554,0.002836502625931,0.52111809235077,0.5,0.255951455205554,0.00711993988903303,0.279655698231739,0.255951455205554,0.00763925897438026,0.885501521155765,0.0742169584609134,0.0374966348279998,0.255951455205554,0.119977472349065,0.0445959298888315,0.5,0.255951455205554,0.217837268454033,0.0073694388379548,0.255951455205554,0.0547856571520822,0.00323327131543969,0.255951455205554,0.0542047397048342,0.0414533621354445,0.255951455205554,0.00684458151144061,0.0302050767183718,0.193019897001427,0.0118219707761594 -5697,0.255951455205554,0.329883676169418,0.00695953872885836,0.255951455205554,0.337019564519106,0.0657380894556265,0.255951455205554,0.264137593397709,0.178873674245106,0.255951455205554,0.31756357060018,0.195766872716254,0.255951455205554,0.0743788394948527,0.178622889284933,0.255951455205554,0.011844318674797,0.125766827905671,0.5,0.255951455205554,0.0185608401830473,0.642863332324079,0.5,0.255951455205554,0.016629749110983,0.585261011257458,0.5,0.255951455205554,0.0164506528847597,0.373144583687619,0.255951455205554,0.0169264155454025,0.823293606598356,0.210434749801176,0.0718190245316842,0.255951455205554,0.219724765649442,0.0555149140213853,0.5,0.255951455205554,0.358935051877112,0.0147587556707003,0.255951455205554,0.0519431247250119,0.00513519113513145,0.255951455205554,0.10784396743367,0.0625422569882,0.255951455205554,0.0113867659562778,0.0386846512289785,0.334338911967454,0.0104858775600756 -5698,0.255951455205554,0.470926474724529,0.0101408674166934,0.255951455205554,0.481226711964382,0.0849668151796149,0.255951455205554,0.406556613043765,0.1901999709957,0.255951455205554,0.466562624193792,0.176469455261468,0.255951455205554,0.128576617146669,0.180670078999747,0.255951455205554,0.0166509552080088,0.202982018050689,0.5,0.255951455205554,0.0519527028216552,0.582371028043387,0.5,0.255951455205554,0.0827779878212915,0.656620927167155,0.5,0.255951455205554,0.0306834190457998,0.527705126545452,0.255951455205554,0.0189033631099978,0.78734743451389,0.337548028145098,0.068021845086247,0.255951455205554,0.316678055723332,0.0547644980817097,0.5,0.255951455205554,0.502777851418034,0.019189550516889,0.255951455205554,0.0736833090050364,0.00950965901543983,0.255951455205554,0.178583240058092,0.0710441631439195,0.255951455205554,0.0210479019224625,0.0482883089611612,0.474480770840818,0.00952270266206251 -5699,0.255951455205554,0.595412830448644,0.0190142187735843,0.255951455205554,0.603957415512315,0.0750458486011156,0.255951455205554,0.53534381715682,0.178499963701357,0.255951455205554,0.593427595284565,0.161592413625184,0.255951455205554,0.195125871282482,0.175327665870274,0.255951455205554,0.0283742406149613,0.250942251748055,0.5,0.255951455205554,0.0704343963054262,0.565021816062873,0.5,0.255951455205554,0.190699310705444,0.783112992645827,0.5,0.255951455205554,0.0470568381490662,0.683998481295819,0.255951455205554,0.0174383268694428,0.766010238596452,0.464921210992847,0.0488117313309103,0.255951455205554,0.425574516618268,0.0445193499034295,0.5,0.255951455205554,0.618376879381155,0.0205976479809817,0.255951455205554,0.0973533785312267,0.0113239325426796,0.255951455205554,0.250296145531333,0.0596705264570544,0.255951455205554,0.027966393627299,0.0700804375037832,0.596686902717496,0.00954612613888189 -5700,0.255951455205554,0.660551829517018,0.0358841937573775,0.255951455205554,0.674084581329255,0.0580923263228747,0.255951455205554,0.613945315843914,0.148284295087596,0.255951455205554,0.669411972833071,0.126494210546854,0.255951455205554,0.252244053544818,0.152871395290935,0.255951455205554,0.0629441603896625,0.204633452137655,0.5,0.255951455205554,0.0939607022040266,0.605147078171597,0.5,0.255951455205554,0.272784024232189,0.845829552504148,0.5,0.255951455205554,0.093824322242521,0.739064449406028,0.255951455205554,0.0475782221581629,0.72741506484968,0.589236601320439,0.0389914893859085,0.255951455205554,0.504881234232323,0.0314219401414894,0.5,0.255951455205554,0.679785446757505,0.0284952479392753,0.255951455205554,0.0997756413590592,0.0130672585005438,0.255951455205554,0.307311824948424,0.042771780728942,0.255951455205554,0.0431036261172504,0.0744959875131033,0.665221552107213,0.0112202573758961 -5701,0.255951455205554,0.673784007144003,0.0542222859511261,0.255951455205554,0.700310020741877,0.0625512723310574,0.255951455205554,0.647671327302805,0.123075012823357,0.255951455205554,0.700083249444106,0.108685379088651,0.255951455205554,0.282179656434805,0.120366072399838,0.255951455205554,0.0742689412410585,0.146482797960037,0.5,0.255951455205554,0.1157800745541,0.647855795870964,0.5,0.255951455205554,0.186719544217873,0.803253863760587,0.5,0.255951455205554,0.233999990897749,0.745095819927981,0.255951455205554,0.200896068226956,0.753530574947623,0.632614996016306,0.028810229377974,0.255951455205554,0.529384818967236,0.0231761034565552,0.5,0.255951455205554,0.698562651514748,0.0494096773889514,0.255951455205554,0.121632922272009,0.00917769146765969,0.255951455205554,0.333808254839967,0.0257119019115285,0.255951455205554,0.0608797331515437,0.060174692161289,0.668487862249992,0.0131057441943834 -5702,0.255951455205554,0.644121621169246,0.0698881358217994,0.255951455205554,0.685913028554079,0.0762892066977238,0.255951455205554,0.634822337198654,0.112385965267225,0.255951455205554,0.689371526331238,0.113222770849388,0.255951455205554,0.287146699135273,0.0900565022998178,0.255951455205554,0.0533957878046402,0.101477784302202,0.5,0.255951455205554,0.146809995611757,0.644216390708636,0.5,0.255951455205554,0.122457761381345,0.728276692609601,0.5,0.255951455205554,0.318288608516054,0.689227429240678,0.255951455205554,0.163880456850665,0.749919767803967,0.596567703767021,0.0170914375195046,0.255951455205554,0.501222341369123,0.0241101506495632,0.5,0.255951455205554,0.675992293229796,0.0769574693874777,0.255951455205554,0.128148708605862,0.0119269088516863,0.255951455205554,0.340293718357432,0.0140538038685806,0.255951455205554,0.0632460314100172,0.0332170808320966,0.643723377285438,0.014042794970063 -5703,0.255951455205554,0.566530106420963,0.0841719879673822,0.255951455205554,0.620727260073962,0.0992213541236497,0.255951455205554,0.570067512835693,0.110648243778156,0.255951455205554,0.629998798507214,0.128727965210035,0.255951455205554,0.266130271810613,0.0694572766897,0.255951455205554,0.0445504144182917,0.103341930880042,0.5,0.255951455205554,0.106807433766246,0.603356052344196,0.5,0.255951455205554,0.153900553077327,0.650200552491268,0.5,0.255951455205554,0.210901197033668,0.617760515248899,0.255951455205554,0.122342373159404,0.619002887567503,0.496412171018682,0.022266436871423,0.255951455205554,0.406010465624751,0.0339632999267933,0.5,0.255951455205554,0.599703634449938,0.092453175588489,0.255951455205554,0.123044438640139,0.00738607166691072,0.255951455205554,0.304359646947553,0.0111441633989176,0.255951455205554,0.0579048985959214,0.0148616803236328,0.538563426976552,0.0170673127327281 -5704,0.255951455205554,0.44404064127285,0.0975708906731151,0.255951455205554,0.501380878884821,0.0967824429078122,0.255951455205554,0.442355671580738,0.110528718980039,0.255951455205554,0.514922680832327,0.144217017687245,0.255951455205554,0.183365758649407,0.0459011717724792,0.255951455205554,0.0387847061642484,0.118742932321393,0.5,0.255951455205554,0.0736413485225729,0.498100344813347,0.5,0.255951455205554,0.0955622699306644,0.555781241491537,0.5,0.255951455205554,0.116964324242887,0.599928913655032,0.255951455205554,0.0840930826093904,0.476382308473977,0.419648396528674,0.0280608753395442,0.255951455205554,0.325136863450491,0.043160137931817,0.5,0.255951455205554,0.474414757926784,0.100182927093109,0.255951455205554,0.108186198167956,0.00404212607120351,0.255951455205554,0.233445334787136,0.0119353003093427,0.255951455205554,0.0459045784107569,0.00475650949022414,0.422916986964865,0.0179796592801781 -5705,0.255951455205554,0.305684466584019,0.114696930754306,0.255951455205554,0.365913097786572,0.0598205981417418,0.255951455205554,0.314205289458955,0.112302698145308,0.255951455205554,0.378693162122085,0.144495355724122,0.255951455205554,0.100156443495279,0.0294239067600962,0.255951455205554,0.0247227149136137,0.116951369321629,0.5,0.255951455205554,0.0657246546906772,0.357092061997582,0.5,0.255951455205554,0.0562951073652273,0.453543485372993,0.5,0.255951455205554,0.0844620288191206,0.583499554717642,0.255951455205554,0.0536764165409523,0.38895074802354,0.298348555296148,0.0334146850355069,0.255951455205554,0.233245657186708,0.0451093613841106,0.5,0.255951455205554,0.339590322068277,0.099178394620128,0.255951455205554,0.0849048504809019,0.00235710227075735,0.255951455205554,0.157697244802928,0.0143552845433661,0.255951455205554,0.0347359663075827,0.00408092592329761,0.283866249838708,0.0226777682056848 -5706,0.255951455205554,0.146057274783507,0.0955351497417404,0.255951455205554,0.213909650799689,0.0225404685714329,0.255951455205554,0.186569983746941,0.11057923438315,0.255951455205554,0.228782691832431,0.144655857363351,0.255951455205554,0.0457756355615941,0.00878958883214965,0.255951455205554,0.0184758577804875,0.0894261210259989,0.5,0.255951455205554,0.0361093568715361,0.260905640090064,0.5,0.255951455205554,0.0450668777469164,0.415396590599212,0.5,0.255951455205554,0.0396798409128484,0.539327796260031,0.255951455205554,0.0820321177473667,0.252658956450458,0.117039908367329,0.0246360897469966,0.255951455205554,0.100216616007933,0.0368304164890769,0.5,0.255951455205554,0.153812364862078,0.0775040738849264,0.255951455205554,0.0488341713299023,0.00344021361722248,0.255951455205554,0.0785448297625709,0.0165338016315162,0.255951455205554,0.0233029557903068,0.00448315689589554,0.169730673304275,0.0332475684260462 -5707,0.255951455205554,0.0304079835836579,0.0482060079264753,0.255951455205554,0.0258426974619561,0.0217869515104284,0.255951455205554,0.0273654968366423,0.0713282454903939,0.255951455205554,0.0313516911337889,0.0936245433095272,0.255951455205554,0.0119802168639615,0.00336732185665888,0.255951455205554,0.00562251628133957,0.0684581329270432,0.5,0.255951455205554,0.0078531753538365,0.155066438809038,0.5,0.255951455205554,0.00686295872841786,0.36732055974827,0.5,0.255951455205554,0.000147920885758402,0.511683476152353,0.255951455205554,0.0230753768123916,0.122002397738429,0.0,0.026779443581542,0.255951455205554,0.0,0.0271195237884963,0.5,0.255951455205554,0.000707784452932188,0.0394569292639025,0.255951455205554,0.000127324917485313,0.00403833568463644,0.255951455205554,0.0,0.0141729853137622,0.255951455205554,0.00028953039948442,0.00184636135715142,0.0332373198191242,0.0498802201114652 -5708,0.255951455205554,0.0,0.0311543140746615,0.255951455205554,0.0,0.0598628886920844,0.255951455205554,0.0,0.0648262407253809,0.255951455205554,0.0,0.0814969640574328,0.255951455205554,0.0,0.00426604631886141,0.255951455205554,0.0,0.0520189573145836,0.5,0.255951455205554,0.0,0.0813690632842004,0.5,0.255951455205554,0.0,0.305717848680934,0.5,0.255951455205554,0.0,0.484469018830121,0.255951455205554,0.0,0.0527360768899758,0.0,0.032137681418453,0.255951455205554,0.0,0.0292819699270091,0.5,0.255951455205554,0.0,0.0456760957736659,0.255951455205554,0.0,0.00418491403902733,0.255951455205554,0.0,0.0205207973840962,0.255951455205554,0.0,0.00124876943177396,0.0,0.0777095023353537 -5709,0.255951455205554,0.0,0.0293429605369217,0.255951455205554,0.0,0.0586242512053748,0.255951455205554,0.0,0.0514597676750628,0.255951455205554,0.0,0.0589336144796511,0.255951455205554,0.0,0.00898301018243802,0.255951455205554,0.0,0.0311910420925967,0.5,0.255951455205554,0.0,0.0369411781545254,0.5,0.255951455205554,0.0,0.253590472962246,0.5,0.255951455205554,0.0,0.44837124695776,0.255951455205554,0.0,0.0565149206402401,0.0,0.0276027049343593,0.255951455205554,0.0,0.0239328903238602,0.5,0.255951455205554,0.0,0.0518721162580782,0.255951455205554,0.0,0.00419559394266078,0.255951455205554,0.0,0.0211517014148278,0.255951455205554,0.0,0.001299324126406,0.0,0.122303986909355 -5710,0.255951455205554,0.0,0.0333871595792344,0.255951455205554,0.0,0.0357863045604235,0.255951455205554,0.0,0.0394467559932738,0.255951455205554,0.0,0.0435559098721403,0.255951455205554,0.0,0.0135591729226454,0.255951455205554,0.0,0.016528508016083,0.5,0.255951455205554,0.0,0.0315860298253868,0.5,0.255951455205554,0.0,0.206853471547625,0.5,0.255951455205554,0.0,0.347369044245194,0.255951455205554,0.0,0.0737889494803458,0.0,0.019805100732074,0.255951455205554,0.0,0.0195124407027696,0.5,0.255951455205554,0.0,0.0568253892353216,0.255951455205554,0.0,0.00595928402715903,0.255951455205554,0.0,0.0201644464198521,0.255951455205554,0.0,0.00154535167404621,0.0,0.164766933332377 -5711,0.255951455205554,0.0,0.0397162160539721,0.255951455205554,0.0,0.0285488050541319,0.255951455205554,0.0,0.0278175869341088,0.255951455205554,0.0,0.0296934095550054,0.255951455205554,0.0,0.0159636771824994,0.255951455205554,0.0,0.0109159233679605,0.5,0.255951455205554,0.0,0.035543074466314,0.5,0.255951455205554,0.0,0.16900981925263,0.5,0.255951455205554,0.0,0.24500477208203,0.255951455205554,0.0,0.140320601520189,0.0,0.013964931193252,0.255951455205554,0.0,0.0191092889117523,0.5,0.255951455205554,0.0,0.0604378575467173,0.255951455205554,0.0,0.00739761017370692,0.255951455205554,0.0,0.0179473783874432,0.255951455205554,0.0,0.00184043778132949,0.0,0.183942428207272 -5712,0.255951455205554,0.0,0.0469827000953085,0.255951455205554,0.0,0.0257697692558328,0.255951455205554,0.0,0.0210802494129429,0.255951455205554,0.0,0.022469779675761,0.255951455205554,0.0,0.0187893418793726,0.255951455205554,0.0,0.00917981633096874,0.5,0.255951455205554,0.0,0.032676129253921,0.5,0.255951455205554,0.0,0.163310998597233,0.5,0.255951455205554,0.0,0.180751234161755,0.255951455205554,0.0,0.175522450112375,0.0,0.00950655388373907,0.255951455205554,0.0,0.0173797102559497,0.5,0.255951455205554,0.0,0.0672990696382148,0.255951455205554,0.0,0.0075271511653358,0.255951455205554,0.0,0.0140333059016596,0.255951455205554,0.0,0.00228644854307387,0.0,0.170460246469098 -5713,0.255951455205554,0.0,0.0514182503770843,0.255951455205554,0.0,0.0207449426531742,0.255951455205554,0.0,0.015975198517882,0.255951455205554,0.0,0.0158833479929663,0.255951455205554,0.0,0.0201745856387497,0.255951455205554,0.0,0.00820077175823428,0.5,0.255951455205554,0.0,0.0221624554215917,0.5,0.255951455205554,0.0,0.156441109006981,0.5,0.255951455205554,0.0,0.151370134759768,0.255951455205554,0.0,0.150399742403657,0.0,0.00989235025056637,0.255951455205554,0.0,0.0185717569580529,0.5,0.255951455205554,0.0,0.0722313398361685,0.255951455205554,0.0,0.00680619068164661,0.255951455205554,0.0,0.0121809838736026,0.255951455205554,0.0,0.00279769635585304,0.0,0.1992165052865 -5714,0.255951455205554,0.0,0.0526830064331302,0.255951455205554,0.0,0.0199871626027801,0.255951455205554,0.0,0.013280073926438,0.255951455205554,0.0,0.0139437331333995,0.255951455205554,0.0,0.0179430299399262,0.255951455205554,0.0,0.00760020273749987,0.5,0.255951455205554,0.0,0.0174042054072644,0.5,0.255951455205554,0.0,0.130371982850586,0.5,0.255951455205554,0.0,0.11513466683736,0.255951455205554,0.0,0.110161105435947,0.0,0.0141500650123884,0.255951455205554,0.0,0.0220140799879057,0.5,0.255951455205554,0.0,0.0644501299764427,0.255951455205554,0.0,0.00645573451774443,0.255951455205554,0.0,0.0120987925980535,0.255951455205554,0.0,0.00340819920519554,0.0,0.194128916036108 -5715,0.255951455205554,0.0,0.054925951748786,0.255951455205554,0.0,0.0186463042200102,0.255951455205554,0.0,0.0114228608472287,0.255951455205554,0.0,0.0129069666246991,0.255951455205554,0.0,0.0140795109468027,0.255951455205554,0.0,0.00918878923695931,0.5,0.255951455205554,0.0,0.0138233126081398,0.5,0.255951455205554,0.0,0.130877304449317,0.5,0.255951455205554,0.0,0.0861060899576068,0.255951455205554,0.0,0.0722256962425747,0.0,0.0206048993084889,0.255951455205554,0.0,0.0257360985419048,0.5,0.255951455205554,0.0,0.0588449585542812,0.255951455205554,0.0,0.00716994183417556,0.255951455205554,0.0,0.0141971956282055,0.255951455205554,0.0,0.00417900056465582,0.0,0.15109214054903 -5716,0.255951455205554,0.0,0.0510493627707629,0.255951455205554,0.0,0.017698470904884,0.255951455205554,0.0,0.0109604990954431,0.255951455205554,0.0,0.0137235280187975,0.255951455205554,0.0,0.0123151286595447,0.255951455205554,0.0,0.0157477703211873,0.5,0.255951455205554,0.0,0.0125133853031567,0.5,0.255951455205554,0.0,0.140813449746151,0.5,0.255951455205554,0.0,0.068260626520652,0.255951455205554,0.0,0.0499938976561211,0.0,0.0237582648399729,0.255951455205554,0.0,0.0291650031406594,0.5,0.255951455205554,0.0,0.066302757516638,0.255951455205554,0.0,0.00784504041358364,0.255951455205554,0.0,0.0167179343308858,0.255951455205554,0.0,0.00527444453626003,0.0,0.122404286152297 -5717,0.255951455205554,0.0,0.0446981889250837,0.255951455205554,0.0,0.016688590971452,0.255951455205554,0.0,0.011246395517264,0.255951455205554,0.0,0.0141473944129678,0.255951455205554,0.0,0.0103760047622649,0.255951455205554,0.0,0.0222186027086587,0.5,0.255951455205554,0.0,0.0134399795711157,0.5,0.255951455205554,0.0,0.161121980382687,0.5,0.255951455205554,0.0,0.0739066890832919,0.255951455205554,0.0,0.0369701657269713,0.0,0.0294672793330303,0.255951455205554,0.0,0.0341642874942252,0.5,0.255951455205554,0.0,0.076096979922601,0.255951455205554,0.0,0.00872220182361864,0.255951455205554,0.0,0.0201786740598498,0.255951455205554,0.0,0.00536626409243521,0.0,0.106762485455185 -5718,0.255951455205554,1.14771762066342e-06,0.0355136361215387,0.255951455205554,0.0,0.0158068837467488,0.255951455205554,8.15461757466599e-07,0.0117597656882664,0.255951455205554,0.0,0.0157634818627064,0.255951455205554,0.0,0.00873141321867473,0.255951455205554,0.0,0.0267812106062647,0.5,0.255951455205554,0.0,0.0158345999989762,0.5,0.255951455205554,0.0,0.172013757350619,0.5,0.255951455205554,5.23524372265997e-08,0.0927363906212665,0.255951455205554,0.0,0.0189464618035296,0.00309095263263937,0.0331970887283336,0.255951455205554,0.0027627666852107,0.0376012546666913,0.5,0.255951455205554,0.000552790235252444,0.0836717412329476,0.255951455205554,0.00208817214710184,0.00917803899753334,0.255951455205554,0.000469048887112487,0.0222935865082437,0.255951455205554,7.7634382962774e-05,0.00504743102935628,0.0,0.0993297990924527 -5719,0.255951455205554,0.0379330523465269,0.0304618751676657,0.255951455205554,0.0172566848398032,0.00942862690233697,0.255951455205554,0.0499332035899244,0.0104313445026928,0.255951455205554,0.050141834110618,0.0151414844257929,0.255951455205554,0.0426989543399421,0.00692475939549732,0.255951455205554,0.0427350820631782,0.0231081838745524,0.5,0.255951455205554,0.00732705028132357,0.017410773280116,0.5,0.255951455205554,0.0109241581291855,0.1969090345425,0.5,0.255951455205554,0.0121720610377067,0.107676713920999,0.255951455205554,0.000707234401473426,0.0114889242928094,0.0766684523824497,0.036762349087464,0.255951455205554,0.065699173973459,0.0440610278846888,0.5,0.255951455205554,0.0186478351329944,0.0946847837948821,0.255951455205554,0.0800867418922025,0.00990754483016102,0.255951455205554,0.0707595986088268,0.0237868429489201,0.255951455205554,0.0663352556407401,0.00482529704230829,0.0092459990677859,0.0970600893049829 -5720,0.255951455205554,0.124378322840854,0.0330532876329856,0.255951455205554,0.0382140926609555,0.0100552713246438,0.255951455205554,0.161981217175129,0.0122184595340778,0.255951455205554,0.169248438159894,0.0150432214315713,0.255951455205554,0.16042760698042,0.00698114185594712,0.255951455205554,0.154062238866387,0.02164847109812,0.5,0.255951455205554,0.0392649967536614,0.0214210815316035,0.5,0.255951455205554,0.0347204289390381,0.276439857782735,0.5,0.255951455205554,0.0560575961577044,0.118832085580884,0.255951455205554,0.00424835065352476,0.00852961941292278,0.176195392996221,0.0911436584176422,0.255951455205554,0.154781756164204,0.0768323967053238,0.5,0.255951455205554,0.0657440636085937,0.173012851961641,0.255951455205554,0.216311431260026,0.0324411636465211,0.255951455205554,0.19480252285637,0.0476279449242975,0.255951455205554,0.19775547127489,0.00865312609774454,0.0430599700212353,0.088718410799854 -5721,0.255951455205554,0.234808869956648,0.0440443848936795,0.255951455205554,0.0761770518065107,0.022402181873698,0.255951455205554,0.294685232424874,0.0236235875732072,0.255951455205554,0.307138970440405,0.0220141229620553,0.255951455205554,0.306135540409883,0.0162308540349359,0.255951455205554,0.297046905585289,0.03005918726405,0.5,0.255951455205554,0.0996528988309998,0.0219461684335915,0.5,0.255951455205554,0.0621712356788447,0.296686813177963,0.5,0.255951455205554,0.11094709727248,0.126949541050423,0.255951455205554,0.00404702184119052,0.00585173687295338,0.166052752848776,0.158081326998531,0.255951455205554,0.233415680090234,0.137615103678072,0.5,0.255951455205554,0.14043076318969,0.297710604046361,0.255951455205554,0.361769601397038,0.0817708752309192,0.255951455205554,0.319151605273239,0.100934759094142,0.255951455205554,0.344667307665071,0.0238418826943764,0.16451465642595,0.070590406187036 -5722,0.255951455205554,0.344900488866265,0.0448811458097877,0.255951455205554,0.102777676793835,0.0525365536869328,0.255951455205554,0.424899991574391,0.03731940103795,0.255951455205554,0.446042947614482,0.0236063811521139,0.255951455205554,0.453757479587305,0.0220419169167187,0.255951455205554,0.450216381768659,0.0420968618192513,0.5,0.255951455205554,0.187949571594774,0.0188995637915995,0.5,0.255951455205554,0.0796814945521817,0.22925277134041,0.5,0.255951455205554,0.164384537163968,0.133231221477999,0.255951455205554,0.00303571247760239,0.00512856173070665,0.0286573075791018,0.109262392289436,0.255951455205554,0.291290823934777,0.243224149190222,0.5,0.255951455205554,0.24362793771163,0.322820164718339,0.255951455205554,0.507723946214294,0.121686717210808,0.255951455205554,0.427395695464657,0.161837091454752,0.255951455205554,0.494528172382752,0.0455079720086316,0.432611485009884,0.053093774991776 -5723,0.255951455205554,0.454138820123745,0.0489008796985461,0.255951455205554,0.10625152066681,0.0829689553521776,0.255951455205554,0.517093940210355,0.0416037506281888,0.255951455205554,0.536272765605445,0.0293615718501435,0.255951455205554,0.580590688964785,0.0238436032201357,0.255951455205554,0.580432971910978,0.0434627382811502,0.5,0.255951455205554,0.286775771584821,0.0201155311451382,0.5,0.255951455205554,0.113959533920882,0.166296574575712,0.5,0.255951455205554,0.202101891730481,0.131702241989107,0.255951455205554,0.00683902495362895,0.00437539271195334,0.103656687095678,0.160507487473022,0.255951455205554,0.312609874144657,0.289835416315321,0.5,0.255951455205554,0.32322608877032,0.313577958260914,0.255951455205554,0.612591204826303,0.212419868787452,0.255951455205554,0.456139691321141,0.182581365566598,0.255951455205554,0.613872892555695,0.0564265287115662,0.561878502206814,0.0346623699857352 -5724,0.255951455205554,0.452599861413158,0.0604710341698717,0.255951455205554,0.123291507788323,0.0720023873422595,0.255951455205554,0.531234396027007,0.0391665373254444,0.255951455205554,0.578497235500968,0.0376193124444678,0.255951455205554,0.652849814149723,0.0217978966136377,0.255951455205554,0.641961926494398,0.0357160417996168,0.5,0.255951455205554,0.366748327942425,0.0157500389444453,0.5,0.255951455205554,0.166561467400315,0.103531952372249,0.5,0.255951455205554,0.235716919572626,0.116875323635508,0.255951455205554,0.0208480549619264,0.00205476969531796,0.370112586830956,0.262658666744349,0.255951455205554,0.313727373281128,0.315866566068316,0.5,0.255951455205554,0.401074902990013,0.292699472550801,0.255951455205554,0.580701917927305,0.271071091782107,0.255951455205554,0.453977222563189,0.196046762134296,0.255951455205554,0.672989358840966,0.0813982702718349,0.591804901513413,0.0223760034780047 -5725,0.255951455205554,0.42748823323368,0.0630531303978443,0.255951455205554,0.151432556558646,0.0579865445336851,0.255951455205554,0.494053291831553,0.0411722570473894,0.255951455205554,0.325380558213539,0.0358967063556232,0.255951455205554,0.680369742504129,0.0183390400060001,0.255951455205554,0.680174252597394,0.0207120350240418,0.5,0.255951455205554,0.44017157325927,0.00844723948662814,0.5,0.255951455205554,0.192282327521919,0.0651680438499401,0.5,0.255951455205554,0.280945626544643,0.0911668033089453,0.255951455205554,0.0482982695353323,0.00228200235589495,0.221773231196575,0.33146295419147,0.255951455205554,0.286020809341955,0.290446519809162,0.5,0.255951455205554,0.459208700607702,0.300232617570826,0.255951455205554,0.565359529214628,0.317698995407925,0.255951455205554,0.430982541699874,0.224991342451583,0.255951455205554,0.664924095721116,0.106725874492011,0.618674441966497,0.0139869692057788 -5726,0.255951455205554,0.470432791395557,0.0641190058730513,0.255951455205554,0.109248624655272,0.0353150422946573,0.255951455205554,0.451764911068313,0.0451369145983721,0.255951455205554,0.389988140041482,0.0435809561327876,0.255951455205554,0.667633316449071,0.0169706259452743,0.255951455205554,0.670712342296659,0.0137033491318927,0.5,0.255951455205554,0.474975753513159,0.00627191803717895,0.5,0.255951455205554,0.181617401812377,0.0384063443203514,0.5,0.255951455205554,0.268929299269743,0.0621325421136107,0.255951455205554,0.0552749804423004,0.00399784980077117,0.155476477126694,0.298583232103027,0.255951455205554,0.239439640601724,0.275252857950178,0.5,0.255951455205554,0.48410272455925,0.303217036493082,0.255951455205554,0.524322682942359,0.389964145178714,0.255951455205554,0.376629888756372,0.246828223137743,0.255951455205554,0.612791362409546,0.123454391523349,0.604020799842407,0.0137375017450787 -5727,0.255951455205554,0.449150606130749,0.0664891675910668,0.255951455205554,0.124315064536715,0.011564520597297,0.255951455205554,0.398570775781093,0.0461693315700755,0.255951455205554,0.197838879435453,0.0465856920031732,0.255951455205554,0.606941642951629,0.0164896123373546,0.255951455205554,0.609194540143817,0.0111067289098112,0.5,0.255951455205554,0.448772293438524,0.0112204332793745,0.5,0.255951455205554,0.151392663089081,0.0274901304664524,0.5,0.255951455205554,0.239485197896626,0.0450315203270747,0.255951455205554,0.0508589676745256,0.0161333527216977,0.218706673452104,0.236435992339104,0.255951455205554,0.210132688571211,0.267282503483018,0.5,0.255951455205554,0.438700188921279,0.296529453424922,0.255951455205554,0.365821508363561,0.365274689761843,0.255951455205554,0.285279518492094,0.241286546634637,0.255951455205554,0.543669693933662,0.139607671389876,0.527648792205517,0.0173919176871164 -5728,0.255951455205554,0.363806174138837,0.0695067189220353,0.255951455205554,0.252138621643651,0.0088158249451667,0.255951455205554,0.321353011231418,0.0424624720545336,0.255951455205554,0.143142786044137,0.0308705233526872,0.255951455205554,0.497204338004685,0.0180379708200084,0.255951455205554,0.488793426397875,0.0098388492264673,0.5,0.255951455205554,0.368239734761974,0.0168294705914922,0.5,0.255951455205554,0.124061627401265,0.0218268970202841,0.5,0.255951455205554,0.18075018902591,0.0329702742193418,0.255951455205554,0.036070351058514,0.0275824626220441,0.169734925508018,0.206357959832911,0.255951455205554,0.176769363611644,0.226640081610694,0.5,0.255951455205554,0.344195512724969,0.281591141560831,0.255951455205554,0.215987225038722,0.256822512795608,0.255951455205554,0.229105453779841,0.211042250810358,0.255951455205554,0.443366795515557,0.13749972442358,0.333764666449822,0.0223737606078715 -5729,0.255951455205554,0.245049214451833,0.0674265340747922,0.255951455205554,0.316209485221914,0.0251541485513366,0.255951455205554,0.245270021894655,0.0436833047504883,0.255951455205554,0.107505620841484,0.0174953736817617,0.255951455205554,0.362543374744156,0.0220443384019853,0.255951455205554,0.351003665681581,0.00724187612114242,0.5,0.255951455205554,0.292991244608896,0.0208580919946542,0.5,0.255951455205554,0.102246754609206,0.0103592477464126,0.5,0.255951455205554,0.122340254818227,0.0152228030944582,0.255951455205554,0.0370861703208394,0.0283594258142023,0.132801661905854,0.14625341258546,0.255951455205554,0.130719124610238,0.171578764670764,0.5,0.255951455205554,0.244727909892429,0.25263917786599,0.255951455205554,0.149247592547746,0.196492134554426,0.255951455205554,0.202624402805906,0.163120505286446,0.255951455205554,0.313267230033823,0.111286436937614,0.191679024380566,0.0276291530354993 -5730,0.255951455205554,0.124533405021207,0.0599823045092536,0.255951455205554,0.182994211050459,0.0283364278092699,0.255951455205554,0.164352157365216,0.0464975475669928,0.255951455205554,0.0884938460880312,0.0186273492266764,0.255951455205554,0.225040354322761,0.0216694501612717,0.255951455205554,0.206333138422449,0.00381491781010347,0.5,0.255951455205554,0.17726353339094,0.0204287767584841,0.5,0.255951455205554,0.0681681554362121,0.00326468954961732,0.5,0.255951455205554,0.0598504249011369,0.00418142648568394,0.255951455205554,0.0299505997931495,0.0178011743341159,0.0890652153187325,0.0888353910332057,0.255951455205554,0.0778188468777753,0.0934030667165229,0.5,0.255951455205554,0.109196428489265,0.178087648509883,0.255951455205554,0.077109478915165,0.116070955746148,0.255951455205554,0.0961373585256485,0.121362587299818,0.255951455205554,0.158701623950088,0.0842485278148018,0.0657608803997396,0.034852241953684 -5731,0.255951455205554,0.0189330479029217,0.0400122420722158,0.255951455205554,0.0209763627061539,0.00905420001591035,0.255951455205554,0.0250856732788182,0.0246965321411745,0.255951455205554,0.0288915878598339,0.0131730654937657,0.255951455205554,0.0306409603490973,0.0160349707846979,0.255951455205554,0.0194342475113142,0.00394472923426911,0.5,0.255951455205554,0.0283313545278446,0.0158378602424286,0.5,0.255951455205554,0.00360373519250829,0.00251950319976663,0.5,0.255951455205554,0.00011754313646042,0.00211558194915622,0.255951455205554,0.00930667231071897,0.00673663480014394,0.0,0.0598141118752252,0.255951455205554,0.0,0.0453276156133597,0.5,0.255951455205554,0.0,0.0780913354323899,0.255951455205554,0.0,0.0414112540777037,0.255951455205554,0.0,0.0698088933305403,0.255951455205554,0.0,0.0373099884727487,0.00547496576312935,0.0397298050923061 -5732,0.255951455205554,0.0,0.0285896913657658,0.255951455205554,0.0,0.00677090460051641,0.255951455205554,0.0,0.0237641058874356,0.255951455205554,0.0,0.0101131852371314,0.255951455205554,0.0,0.0245279227665389,0.255951455205554,0.0,0.00595789850316958,0.5,0.255951455205554,0.0,0.0170800777571742,0.5,0.255951455205554,0.0,0.00401558796951662,0.5,0.255951455205554,0.0,0.00178641649035021,0.255951455205554,0.0,0.00451239067227819,0.0,0.0587901018764191,0.255951455205554,0.0,0.0474038113475911,0.5,0.255951455205554,0.0,0.065342743455699,0.255951455205554,0.0,0.0195188100680066,0.255951455205554,0.0,0.0307552528341327,0.255951455205554,0.0,0.0200278961985915,0.0,0.0432065500790078 -5733,0.255951455205554,0.0,0.0156043223881587,0.255951455205554,0.0,0.00645904676906418,0.255951455205554,0.0,0.0249034606349459,0.255951455205554,0.0,0.00652836887122094,0.255951455205554,0.0,0.0282655846113046,0.255951455205554,0.0,0.00541450983137401,0.5,0.255951455205554,0.0,0.0115457827386787,0.5,0.255951455205554,0.0,0.00446430247604968,0.5,0.255951455205554,0.0,0.00300963294874159,0.255951455205554,0.0,0.00141792713355904,0.0,0.057187807414529,0.255951455205554,0.0,0.044180818395955,0.5,0.255951455205554,0.0,0.0548354651196374,0.255951455205554,0.0,0.0135871944114819,0.255951455205554,0.0,0.0139496182970986,0.255951455205554,0.0,0.00872347392486226,0.0,0.0543237820383286 -5734,0.255951455205554,0.0,0.00683597674702957,0.255951455205554,0.0,0.00738086618069322,0.255951455205554,0.0,0.0249856051197171,0.255951455205554,0.0,0.00481096694322093,0.255951455205554,0.0,0.0351646241139007,0.255951455205554,0.0,0.00587713469633809,0.5,0.255951455205554,0.0,0.00744110145212458,0.5,0.255951455205554,0.0,0.00464799441646288,0.5,0.255951455205554,0.0,0.00596618139205908,0.255951455205554,0.0,0.00137621813764943,0.0,0.0519509327229593,0.255951455205554,0.0,0.0385144560032062,0.5,0.255951455205554,0.0,0.040386154341288,0.255951455205554,0.0,0.010375635685283,0.255951455205554,0.0,0.00820162210930447,0.255951455205554,0.0,0.00531944190013402,0.0,0.0672460896000488 -5735,0.255951455205554,0.0,0.0032179205414662,0.255951455205554,0.0,0.00738477287616066,0.255951455205554,0.0,0.0264127803261409,0.255951455205554,0.0,0.00513555572799859,0.255951455205554,0.0,0.0424379587469257,0.255951455205554,0.0,0.00861173824380964,0.5,0.255951455205554,0.0,0.00469755935138566,0.5,0.255951455205554,0.0,0.00331261171025694,0.5,0.255951455205554,0.0,0.00593564182618628,0.255951455205554,0.0,0.00333404258151027,0.0,0.03823594777411,0.255951455205554,0.0,0.0323153923989334,0.5,0.255951455205554,0.0,0.0300296380896407,0.255951455205554,0.0,0.00730021831229556,0.255951455205554,0.0,0.00719716457350662,0.255951455205554,0.0,0.00395669940225168,0.0,0.0861432293242577 -5736,0.255951455205554,0.0,0.00292884390226127,0.255951455205554,0.0,0.00765109716581028,0.255951455205554,0.0,0.0290130187084364,0.255951455205554,0.0,0.00707821154847864,0.255951455205554,0.0,0.0432720259004505,0.255951455205554,0.0,0.00771299186532735,0.5,0.255951455205554,0.0,0.00571552262309013,0.5,0.255951455205554,0.0,0.00346159421914473,0.5,0.255951455205554,0.0,0.00437809037922792,0.255951455205554,0.0,0.00484325427948209,0.0,0.0314680408537236,0.255951455205554,0.0,0.029319280062608,0.5,0.255951455205554,0.0,0.026646929983357,0.255951455205554,0.0,0.00658232941458135,0.255951455205554,0.0,0.00675246969222038,0.255951455205554,0.0,0.00443494498480487,0.0,0.102069738955269 -5737,0.255951455205554,0.0,0.00339980855879019,0.255951455205554,0.0,0.00558780135017846,0.255951455205554,0.0,0.0299392848209452,0.255951455205554,0.0,0.0115856220377314,0.255951455205554,0.0,0.0421163644957576,0.255951455205554,0.0,0.00603184146568098,0.5,0.255951455205554,0.0,0.00798351727263399,0.5,0.255951455205554,0.0,0.00653642670468073,0.5,0.255951455205554,0.0,0.00307198661944121,0.255951455205554,0.0,0.00375340280896082,0.0,0.0395418781426791,0.255951455205554,0.0,0.0277217396252401,0.5,0.255951455205554,0.0,0.0273110116244267,0.255951455205554,0.0,0.00897484834361222,0.255951455205554,0.0,0.00569558855288263,0.255951455205554,0.0,0.00447795112874236,0.0,0.132562115357054 -5738,0.255951455205554,0.0,0.00419096660022849,0.255951455205554,0.0,0.00280045386472783,0.255951455205554,0.0,0.0334902100365716,0.255951455205554,0.0,0.0161153905481506,0.255951455205554,0.0,0.0456732330381148,0.255951455205554,0.0,0.00541711930622021,0.5,0.255951455205554,0.0,0.00867635498275592,0.5,0.255951455205554,0.0,0.00854755969202983,0.5,0.255951455205554,0.0,0.00310671138352298,0.255951455205554,0.0,0.0043101209242434,0.0,0.0432110466604968,0.255951455205554,0.0,0.0253638776655514,0.5,0.255951455205554,0.0,0.0277234741668897,0.255951455205554,0.0,0.0111800008414237,0.255951455205554,0.0,0.00534770538921396,0.255951455205554,0.0,0.00453958685319524,0.0,0.162389203759283 -5739,0.255951455205554,0.0,0.00549407350121871,0.255951455205554,0.0,0.00124127193913044,0.255951455205554,0.0,0.0376305094251292,0.255951455205554,0.0,0.0235128228400658,0.255951455205554,0.0,0.0483723710916828,0.255951455205554,0.0,0.00683889963488502,0.5,0.255951455205554,0.0,0.0106619843372037,0.5,0.255951455205554,0.0,0.00878276513331937,0.5,0.255951455205554,0.0,0.00429625535228141,0.255951455205554,0.0,0.00612406278717828,0.0,0.0321547624770481,0.255951455205554,0.0,0.0237338376211832,0.5,0.255951455205554,0.0,0.0261853579704248,0.255951455205554,0.0,0.0126977581747655,0.255951455205554,0.0,0.00532278148725718,0.255951455205554,0.0,0.00585726860318391,0.0,0.195904595694766 -5740,0.255951455205554,0.0,0.00785106598123468,0.255951455205554,0.0,0.00115559855889756,0.255951455205554,0.0,0.0393129226503403,0.255951455205554,0.0,0.026679054776497,0.255951455205554,0.0,0.0523284094817482,0.255951455205554,0.0,0.00902037672144387,0.5,0.255951455205554,0.0,0.0125176348975678,0.5,0.255951455205554,0.0,0.0104741090483677,0.5,0.255951455205554,0.0,0.00545150924563032,0.255951455205554,0.0,0.0078503659794508,0.0,0.0241415947245157,0.255951455205554,0.0,0.0208707997866469,0.5,0.255951455205554,0.0,0.0240995201243684,0.255951455205554,0.0,0.0148645138315649,0.255951455205554,0.0,0.00453480619815993,0.255951455205554,0.0,0.00784675023342008,0.0,0.2353161164852 -5741,0.255951455205554,0.0,0.00931252845580034,0.255951455205554,0.0,0.00391617431884265,0.255951455205554,0.0,0.0463321594005947,0.255951455205554,0.0,0.0337216654475751,0.255951455205554,0.0,0.0610438040139302,0.255951455205554,0.0,0.0127611074670022,0.5,0.255951455205554,0.0,0.0192255586791775,0.5,0.255951455205554,0.0,0.00991842696438877,0.5,0.255951455205554,0.0,0.00639239582727969,0.255951455205554,0.0,0.0130899937311744,0.0,0.0169051072425309,0.255951455205554,0.0,0.0185224126488758,0.5,0.255951455205554,0.0,0.0204738544816942,0.255951455205554,0.0,0.0157606557514888,0.255951455205554,0.0,0.00378483036387924,0.255951455205554,0.0,0.00878571139940983,0.0,0.262731757851155 -5742,0.255951455205554,7.91254771963311e-06,0.0106948757281897,0.255951455205554,0.0,0.0051972505318014,0.255951455205554,9.41008635611309e-09,0.0528833139184491,0.255951455205554,0.0,0.0457958351560149,0.255951455205554,0.0,0.0625820598136845,0.255951455205554,0.0,0.0165860994862898,0.5,0.255951455205554,0.0,0.0232596601070118,0.5,0.255951455205554,0.0,0.0108217797535437,0.5,0.255951455205554,1.47876067284943e-05,0.00619579494006707,0.255951455205554,0.0,0.015501364671202,0.00246311974797418,0.0131104178786278,0.255951455205554,0.00227653646162218,0.0148235947096122,0.5,0.255951455205554,0.00221172942225703,0.0149937869225128,0.255951455205554,0.00151809378183437,0.0140744897397811,0.255951455205554,0.000166192989051847,0.00266154623776503,0.255951455205554,1.64747005061726e-05,0.0097658459418826,0.0,0.275388387547996 -5743,0.255951455205554,0.0537924463540414,0.0119403480383608,0.255951455205554,0.0585723674810885,0.00365449748824555,0.255951455205554,0.0509056019513943,0.0524485056874824,0.255951455205554,0.0523315616127332,0.0502867202914972,0.255951455205554,0.0390309625200306,0.0558254157377904,0.255951455205554,0.0444346490014374,0.0142006157770085,0.5,0.255951455205554,0.0213078314453232,0.0327286830362593,0.5,0.255951455205554,0.0381610623302695,0.0102727762284947,0.5,0.255951455205554,0.052951786676355,0.00593862178384438,0.255951455205554,0.0255029732951283,0.0117002027024604,0.0772790197330901,0.00946070037872058,0.255951455205554,0.0697635579139789,0.0105257034988104,0.5,0.255951455205554,0.0751618038801099,0.00890343793004011,0.255951455205554,0.0765740555022748,0.00918290434018121,0.255951455205554,0.0689276116753831,0.00171061240411045,0.255951455205554,0.0646803915996238,0.00815913064550952,0.0601417776435772,0.315711487218342 -5744,0.255951455205554,0.174210916563458,0.0162744542754531,0.255951455205554,0.181568918247779,0.00566293857268394,0.255951455205554,0.171491531226457,0.0659010200924459,0.255951455205554,0.174075008769269,0.0702086350760677,0.255951455205554,0.144314196006846,0.0660577327360789,0.255951455205554,0.151042618744913,0.0136816329858366,0.5,0.255951455205554,0.0929905932434084,0.0646262553666489,0.5,0.255951455205554,0.140383903647197,0.0087673909867755,0.5,0.255951455205554,0.167855955495797,0.00505683168928456,0.255951455205554,0.0884911470372496,0.0149167758840605,0.203484103135478,0.0153753662960355,0.255951455205554,0.184103639198383,0.0126943223862704,0.5,0.255951455205554,0.203851104727277,0.0109709534389581,0.255951455205554,0.207736178429723,0.00661473122852826,0.255951455205554,0.198538155783751,0.00198832321753952,0.255951455205554,0.194571185049048,0.00702636937803834,0.184518990573641,0.385037581192224 -5745,0.255951455205554,0.319768538959172,0.0342713051946297,0.255951455205554,0.324020083889947,0.0210102759825594,0.255951455205554,0.313320046570509,0.111811590310185,0.255951455205554,0.316716315889221,0.130415177812593,0.255951455205554,0.266655940259133,0.107984609936361,0.255951455205554,0.279499701737621,0.0313274058839369,0.5,0.255951455205554,0.169431245437985,0.12917119441755,0.5,0.255951455205554,0.275126803850387,0.0167939381876827,0.5,0.255951455205554,0.308743743506839,0.0108337291565533,0.255951455205554,0.0986775702057434,0.0438514747315431,0.346698051899443,0.0164997526979314,0.255951455205554,0.325653420226466,0.0143794901903804,0.5,0.255951455205554,0.344279909158836,0.0179092860003737,0.255951455205554,0.351691056143704,0.00703694497228555,0.255951455205554,0.34072609884468,0.00481672800951756,0.255951455205554,0.339527221362156,0.0114781779275014,0.324327468616565,0.462465724690753 -5746,0.255951455205554,0.459010979616885,0.0580449359794268,0.255951455205554,0.465650990079171,0.0681750345580811,0.255951455205554,0.454206948358085,0.146821413587084,0.255951455205554,0.459159659401429,0.188901291959957,0.255951455205554,0.365457459419038,0.14761820129228,0.255951455205554,0.402812061389302,0.0651285145679189,0.5,0.255951455205554,0.216859877593204,0.17913578508209,0.5,0.255951455205554,0.410176025065504,0.0283005013319314,0.5,0.255951455205554,0.452999827943614,0.0189512068439585,0.255951455205554,0.0650324334748193,0.0781334808608189,0.491129360852734,0.0161530308941682,0.255951455205554,0.481215389254306,0.0150962413603255,0.5,0.255951455205554,0.486748978165267,0.0283496199719675,0.255951455205554,0.498171278658843,0.00800158359346275,0.255951455205554,0.485632362637931,0.00937201602286269,0.255951455205554,0.487021987345034,0.0195335460747187,0.449219225566021,0.535151790614423 -5747,0.255951455205554,0.575557885375721,0.0807623339608918,0.255951455205554,0.587253791766186,0.112751451403092,0.255951455205554,0.574663953773591,0.162362484397677,0.255951455205554,0.583170665593514,0.204584760213628,0.255951455205554,0.393549190575369,0.212707475859278,0.255951455205554,0.504555611762619,0.122496353942424,0.5,0.255951455205554,0.202939312975914,0.185739832827137,0.5,0.255951455205554,0.479502948007579,0.0417864266232639,0.5,0.255951455205554,0.56572990641322,0.024823512325258,0.255951455205554,0.0306221046745669,0.0590776706604553,0.571928158445742,0.0110029823258289,0.255951455205554,0.586849588471647,0.0188025187459071,0.5,0.255951455205554,0.596200164462202,0.0387280109821611,0.255951455205554,0.60340356930634,0.011579549176771,0.255951455205554,0.601066128015835,0.0121457849113243,0.255951455205554,0.604103708160394,0.0366942759214805,0.569272924484888,0.545552780081952 -5748,0.255951455205554,0.657403093431835,0.081225025001941,0.255951455205554,0.657100092298304,0.11071467034366,0.255951455205554,0.642318606870105,0.159097893445934,0.255951455205554,0.656100756578851,0.196175150432022,0.255951455205554,0.349102935706316,0.242039522738598,0.255951455205554,0.493437458983806,0.160558078417365,0.5,0.255951455205554,0.115841665048058,0.166016240680987,0.5,0.255951455205554,0.470023808012116,0.04714216704913,0.5,0.255951455205554,0.603052336696481,0.0311213988634713,0.255951455205554,0.0448961304964223,0.0674644937178421,0.655573661769794,0.00706101656615066,0.255951455205554,0.651617359887155,0.0174766934761715,0.5,0.255951455205554,0.656165094850448,0.0327883605974914,0.255951455205554,0.65767013642798,0.0199388832358985,0.255951455205554,0.66340517792875,0.0132821713970337,0.255951455205554,0.653221544255586,0.0529433741219176,0.658394856904018,0.519025520888656 -5749,0.255951455205554,0.686171581406712,0.078070892861128,0.255951455205554,0.682393247261342,0.102063956004001,0.255951455205554,0.656452754646686,0.157124611860356,0.255951455205554,0.681950346026138,0.169415056582463,0.255951455205554,0.248958803745266,0.270708583917208,0.255951455205554,0.461063835356837,0.182232411934005,0.5,0.255951455205554,0.0574882840552655,0.136037809522896,0.5,0.255951455205554,0.393025479605416,0.0473790406401363,0.5,0.255951455205554,0.61787633955441,0.0337881602290345,0.255951455205554,0.0922892364421374,0.122028629871418,0.670421402712161,0.00533183619712174,0.255951455205554,0.671329364840966,0.0157081533277008,0.5,0.255951455205554,0.675846236547926,0.0258633960652141,0.255951455205554,0.672323371939379,0.033535581142356,0.255951455205554,0.679298912494873,0.0131368143922193,0.255951455205554,0.667056088814803,0.0609660898239517,0.68526016578586,0.48938459269237 -5750,0.255951455205554,0.673449229531726,0.0746374588156513,0.255951455205554,0.667881994397409,0.0855536874447222,0.255951455205554,0.606766833526638,0.165226383954812,0.255951455205554,0.665802843964591,0.13313148870375,0.255951455205554,0.164176679843749,0.302631481369769,0.255951455205554,0.34458890764071,0.205814054665233,0.5,0.255951455205554,0.0503495562115972,0.131421964668434,0.5,0.255951455205554,0.266757696385285,0.0602387118046851,0.5,0.255951455205554,0.582421657950335,0.043445922478243,0.255951455205554,0.0592664595051308,0.142084536090376,0.636583767752646,0.00410104455308242,0.255951455205554,0.643251353214735,0.0148324955698724,0.5,0.255951455205554,0.655463741055872,0.0220688469718417,0.255951455205554,0.649565893921066,0.0388595137305558,0.255951455205554,0.65540390220099,0.0116681982534628,0.255951455205554,0.643837334974234,0.0705611709125753,0.67237931839546,0.432487349520774 -5751,0.255951455205554,0.60830394510742,0.0732435170424965,0.255951455205554,0.602803998309509,0.0671782630003994,0.255951455205554,0.483538215117106,0.182939404306912,0.255951455205554,0.589879529520422,0.116306834637393,0.255951455205554,0.0900648234984843,0.298803199599627,0.255951455205554,0.216790910998837,0.222232413591585,0.5,0.255951455205554,0.0359206310350872,0.119798869485555,0.5,0.255951455205554,0.154274303518897,0.0863767794822279,0.5,0.255951455205554,0.522661878330595,0.0599366427322472,0.255951455205554,0.0246280464929403,0.118057340602633,0.571425019874297,0.0036584809250431,0.255951455205554,0.565687750651201,0.00986255298374828,0.5,0.255951455205554,0.572986726021571,0.0177425894236022,0.255951455205554,0.574616168352812,0.0358884432440877,0.255951455205554,0.580971726541264,0.0119028792869932,0.255951455205554,0.566487255657775,0.0841839065452274,0.607740769822348,0.323964939769886 -5752,0.255951455205554,0.491285800800048,0.0790388609497519,0.255951455205554,0.485087041679784,0.0563789998380468,0.255951455205554,0.302961352373429,0.21580673237405,0.255951455205554,0.465909477875382,0.108415210527252,0.255951455205554,0.0316708464026148,0.260267298358804,0.255951455205554,0.109467523922923,0.189534137214199,0.5,0.255951455205554,0.0268113735167023,0.101605028428611,0.5,0.255951455205554,0.056868697496917,0.0833888085803257,0.5,0.255951455205554,0.37771804845094,0.0762838021882391,0.255951455205554,0.0211150255184098,0.0618476797712959,0.439566372015228,0.000701367450439999,0.255951455205554,0.445995296508484,0.00478374248492755,0.5,0.255951455205554,0.451376623707062,0.011914374289218,0.255951455205554,0.451402028451349,0.0261091096618694,0.255951455205554,0.46206997547007,0.0108204081487898,0.255951455205554,0.456090160470871,0.086168743820195,0.489888831859427,0.184273416048134 -5753,0.255951455205554,0.359562360462175,0.0815533053880477,0.255951455205554,0.351524566018703,0.0432940264639393,0.255951455205554,0.152959644140083,0.227000990792723,0.255951455205554,0.298145778052506,0.0877874317163478,0.255951455205554,0.00820949205838634,0.217605144007823,0.255951455205554,0.0180159367117389,0.133575424811175,0.5,0.255951455205554,0.0152866407496589,0.0756240267552567,0.5,0.255951455205554,0.0212189740145005,0.0607688138461855,0.5,0.255951455205554,0.214126258975901,0.0646219676980871,0.255951455205554,0.0250585454365465,0.0363408699530441,0.313434087449061,0.0,0.255951455205554,0.313892829734324,0.00228838902757158,0.5,0.255951455205554,0.325174680000327,0.00794427164294892,0.255951455205554,0.312519337374188,0.0115391097999249,0.255951455205554,0.324765392743199,0.0076470762336277,0.255951455205554,0.304714793181786,0.0751052243600555,0.359909344245512,0.162533061840878 -5754,0.255951455205554,0.206295733141581,0.057294647523415,0.255951455205554,0.197374285927879,0.0232503477127661,0.255951455205554,0.0557369333573525,0.196779060522772,0.255951455205554,0.0802774571425999,0.275660070006568,0.255951455205554,0.00371171312333212,0.163230127630649,0.255951455205554,0.00236485418120579,0.0933984367042682,0.5,0.255951455205554,0.00657210921845697,0.0459133601206323,0.5,0.255951455205554,0.0104396770493892,0.0288786717567426,0.5,0.255951455205554,0.0626412571816796,0.0642975977555007,0.255951455205554,0.0128861862542572,0.0179024450562311,0.102756877374028,0.0,0.255951455205554,0.0971010969552171,0.0015615518262872,0.5,0.255951455205554,0.119290165510556,0.00557100022018708,0.255951455205554,0.0893397224035252,0.0013784234417243,0.255951455205554,0.110243632590433,0.00263785139607684,0.255951455205554,0.0963760234841555,0.03921500872236,0.209627852218085,0.2511296552674 -5755,0.255951455205554,0.0269886369715371,0.0948140633424465,0.255951455205554,0.0173966649386077,0.0424209282099291,0.255951455205554,0.00218282700198009,0.146072993136434,0.255951455205554,0.00327180057899834,0.339289689398464,0.255951455205554,0.00144351246925273,0.133320645445714,0.255951455205554,0.000256850676604433,0.071066417472397,0.5,0.255951455205554,0.00133763633714328,0.0204568202556722,0.5,0.255951455205554,0.00154255389305976,0.0141235109431788,0.5,0.255951455205554,5.1438805244291e-05,0.0431643067054596,0.255951455205554,0.00107882073461794,0.00572110740332985,0.0,0.0012701582724959,0.255951455205554,0.0,0.00364557588544595,0.5,0.255951455205554,0.0,0.00650271457167958,0.255951455205554,0.0,0.00320354133980109,0.255951455205554,0.0,0.00847535221957896,0.255951455205554,1.24459791107618e-05,0.053726044001679,0.0255765073059948,0.303386379919563 -5756,0.255951455205554,0.0,0.131891353800436,0.255951455205554,0.0,0.0421029740219824,0.255951455205554,0.0,0.108593761896976,0.255951455205554,0.0,0.104682218977316,0.255951455205554,0.0,0.109284103767421,0.255951455205554,0.0,0.0603412926494409,0.5,0.255951455205554,0.0,0.00856354966298234,0.5,0.255951455205554,0.0,0.0118569215908002,0.5,0.255951455205554,0.0,0.0256419135382779,0.255951455205554,0.0,0.00183504392678488,0.0,0.00969806192377616,0.255951455205554,0.0,0.0134821848630601,0.5,0.255951455205554,0.0,0.0140838268381664,0.255951455205554,0.0,0.0107382593094889,0.255951455205554,0.0,0.0228047532363729,0.255951455205554,0.0,0.0698963399011343,0.0,0.316838356422873 -5757,0.255951455205554,0.0,0.128977723234304,0.255951455205554,0.0,0.016472989886377,0.255951455205554,0.0,0.108322317564881,0.255951455205554,0.0,0.0301566233643179,0.255951455205554,0.0,0.0894614199092358,0.255951455205554,0.0,0.0488126761134699,0.5,0.255951455205554,0.0,0.00253590949139838,0.5,0.255951455205554,0.0,0.0103653329882731,0.5,0.255951455205554,0.0,0.015615840366767,0.255951455205554,0.0,0.00150541283527218,0.0,0.0185508209558438,0.255951455205554,0.0,0.022013869553404,0.5,0.255951455205554,0.0,0.0189584455608657,0.255951455205554,0.0,0.0228045971547174,0.255951455205554,0.0,0.0287140720256323,0.255951455205554,0.0,0.0678561492696314,0.0,0.420923988878789 -5758,0.255951455205554,0.0,0.0978420202138549,0.255951455205554,0.0,0.0187532436329103,0.255951455205554,0.0,0.125518893289759,0.255951455205554,0.0,0.0294028374789386,0.255951455205554,0.0,0.0801405109224883,0.255951455205554,0.0,0.0440232543701775,0.5,0.255951455205554,0.0,0.00271400771654401,0.5,0.255951455205554,0.0,0.0108339586513939,0.5,0.255951455205554,0.0,0.010689585929971,0.255951455205554,0.0,0.00102804694628644,0.0,0.0209448524681796,0.255951455205554,0.0,0.0288075538225685,0.5,0.255951455205554,0.0,0.0232071009316636,0.255951455205554,0.0,0.0319341802023589,0.255951455205554,0.0,0.0291814474232771,0.255951455205554,0.0,0.0672082460547232,0.0,0.560112781870999 -5759,0.255951455205554,0.0,0.0820793816985264,0.255951455205554,0.0,0.0101268896276307,0.255951455205554,0.0,0.131996366394317,0.255951455205554,0.0,0.0642043946065341,0.255951455205554,0.0,0.07986353051082,0.255951455205554,0.0,0.0356961502332155,0.5,0.255951455205554,0.0,0.00381624799262318,0.5,0.255951455205554,0.0,0.0111481941600452,0.5,0.255951455205554,0.0,0.0077137936040576,0.255951455205554,0.0,0.000755591862025134,0.0,0.0280340223073737,0.255951455205554,0.0,0.0333573599786305,0.5,0.255951455205554,0.0,0.0291237866850555,0.255951455205554,0.0,0.0343178077083648,0.255951455205554,0.0,0.0299386765157727,0.255951455205554,0.0,0.0617544753421867,0.0,0.544560584468829 -5760,0.255951455205554,0.0,0.0791217659505955,0.255951455205554,0.0,0.0121737451768602,0.255951455205554,0.0,0.123656125428202,0.255951455205554,0.0,0.122198908719757,0.255951455205554,0.0,0.0806008671377514,0.255951455205554,0.0,0.0207125985515673,0.5,0.255951455205554,0.0,0.00320093968531012,0.5,0.255951455205554,0.0,0.0111033929868895,0.5,0.255951455205554,0.0,0.00674081567614328,0.255951455205554,0.0,0.000880599084634296,0.0,0.0331065201852326,0.255951455205554,0.0,0.0323729690478716,0.5,0.255951455205554,0.0,0.0310807153504166,0.255951455205554,0.0,0.0379660599535069,0.255951455205554,0.0,0.0259051141266878,0.255951455205554,0.0,0.0512547297941604,0.0,0.436073414027491 -5761,0.255951455205554,0.0,0.0872121984220222,0.255951455205554,0.0,0.0228452553153897,0.255951455205554,0.0,0.117419760052455,0.255951455205554,0.0,0.151342122966739,0.255951455205554,0.0,0.080112878487058,0.255951455205554,0.0,0.0172083590412336,0.5,0.255951455205554,0.0,0.00286570404157839,0.5,0.255951455205554,0.0,0.0110006096271922,0.5,0.255951455205554,0.0,0.00635673970952502,0.255951455205554,0.0,0.00120305962309707,0.0,0.0349532155876944,0.255951455205554,0.0,0.0319425161196832,0.5,0.255951455205554,0.0,0.0340618383700619,0.255951455205554,0.0,0.0383786129571618,0.255951455205554,0.0,0.0238980167224652,0.255951455205554,0.0,0.0490926370117025,0.0,0.306627436144484 -5762,0.255951455205554,0.0,0.0861177322389474,0.255951455205554,0.0,0.0462628550175499,0.255951455205554,0.0,0.10966377077107,0.255951455205554,0.0,0.138142071869665,0.255951455205554,0.0,0.0739129582139225,0.255951455205554,0.0,0.0233785490490372,0.5,0.255951455205554,0.0,0.00322796741400662,0.5,0.255951455205554,0.0,0.0116066830854866,0.5,0.255951455205554,0.0,0.00561731686445051,0.255951455205554,0.0,0.00281020686753438,0.0,0.0374867533254933,0.255951455205554,0.0,0.0293537232506747,0.5,0.255951455205554,0.0,0.0332995676792547,0.255951455205554,0.0,0.0403826976802742,0.255951455205554,0.0,0.0274490510381522,0.255951455205554,0.0,0.050279793592328,0.0,0.250389941379956 -5763,0.255951455205554,0.0,0.0859933057876077,0.255951455205554,0.0,0.0641025908916015,0.255951455205554,0.0,0.111445668524448,0.255951455205554,0.0,0.126867521850193,0.255951455205554,0.0,0.0545716195952076,0.255951455205554,0.0,0.0226436353289284,0.5,0.255951455205554,0.0,0.00309309085080718,0.5,0.255951455205554,0.0,0.0112795368778745,0.5,0.255951455205554,0.0,0.00577869230647388,0.255951455205554,0.0,0.00269389507686699,0.0,0.0324025434299617,0.255951455205554,0.0,0.0240567636999874,0.5,0.255951455205554,0.0,0.0317377262685882,0.255951455205554,0.0,0.0362532558656651,0.255951455205554,0.0,0.0294504483877902,0.255951455205554,0.0,0.0517101259870388,0.0,0.242040112608319 -5764,0.255951455205554,0.0,0.0967167958201428,0.255951455205554,0.0,0.0934471103107381,0.255951455205554,0.0,0.117356171546364,0.255951455205554,0.0,0.143481421207982,0.255951455205554,0.0,0.0421332865105052,0.255951455205554,0.0,0.0100809770859616,0.5,0.255951455205554,0.0,0.00279651493409094,0.5,0.255951455205554,0.0,0.0110512626132784,0.5,0.255951455205554,0.0,0.00613576008659591,0.255951455205554,0.0,0.0012929594234228,0.0,0.0280217479412409,0.255951455205554,0.0,0.0189684010660586,0.5,0.255951455205554,0.0,0.0321878368933638,0.255951455205554,0.0,0.0336349341757223,0.255951455205554,0.0,0.0253459289156711,0.255951455205554,0.0,0.0560763272544455,0.0,0.26937399109204 -5765,0.255951455205554,0.0,0.125554907126651,0.255951455205554,0.0,0.11593589351072,0.255951455205554,0.0,0.118449672960904,0.255951455205554,0.0,0.167394495733411,0.255951455205554,0.0,0.0356411828011603,0.255951455205554,0.0,0.00343947448037969,0.5,0.255951455205554,0.0,0.00355501550867873,0.5,0.255951455205554,0.0,0.0126819777586315,0.5,0.255951455205554,0.0,0.0049547839488925,0.255951455205554,0.0,0.00191090769756934,0.0,0.0222117991954053,0.255951455205554,0.0,0.0162624255501237,0.5,0.255951455205554,0.0,0.0316510381105317,0.255951455205554,0.0,0.0299714225087915,0.255951455205554,0.0,0.0249073920617947,0.255951455205554,0.0,0.0599952166124285,0.0,0.250871984127772 -5766,0.255951455205554,0.0,0.152499364335722,0.255951455205554,0.0,0.144879385657235,0.255951455205554,0.0,0.109403894899701,0.255951455205554,0.0,0.145938194043403,0.255951455205554,0.0,0.0330123210078623,0.255951455205554,0.0,0.00183405764757215,0.5,0.255951455205554,0.0,0.00426215181415034,0.5,0.255951455205554,0.0,0.0145219261473787,0.5,0.255951455205554,0.0,0.00416668707302724,0.255951455205554,0.0,0.00404499270555977,3.48062834821792e-05,0.0130433461216414,0.255951455205554,0.000249686479348677,0.0156605902985824,0.5,0.255951455205554,0.000724187764866422,0.0284997066095881,0.255951455205554,4.80429931179571e-05,0.0290148478104882,0.255951455205554,0.0,0.0346302089231459,0.255951455205554,0.0,0.0395405994585634,0.0,0.162654349359708 -5767,0.255951455205554,0.00303351685646014,0.154605229299531,0.255951455205554,0.00383085205426148,0.188568257918269,0.255951455205554,0.0221440365732778,0.111582243494497,0.255951455205554,0.018490890500788,0.117841721412185,0.255951455205554,0.0189545808186495,0.0352850990011695,0.255951455205554,0.023486727980596,0.00208984660325692,0.5,0.255951455205554,0.00692616614431091,0.00404496444231434,0.5,0.255951455205554,0.00800722123286103,0.0133193641000462,0.5,0.255951455205554,0.00958411414037759,0.00463714724258268,0.255951455205554,0.00662116935757176,0.00159234500466612,0.00168861428647695,0.00724239260257189,0.255951455205554,0.00350869012043815,0.0167617647476885,0.5,0.255951455205554,0.0143211719712418,0.0275465664334334,0.255951455205554,0.00203421151522297,0.0261152264442849,0.255951455205554,0.00485236118648614,0.0629914932620511,0.255951455205554,0.0149972017242202,0.0297778780321837,0.000504565546524685,0.124057776134912 -5768,0.255951455205554,0.0295274908366312,0.164955178225102,0.255951455205554,0.0134372023109141,0.24512122881907,0.255951455205554,0.0687359287283093,0.134145546836538,0.255951455205554,0.1096335052059,0.124699982429026,0.255951455205554,0.0807753823197984,0.0663387091616797,0.255951455205554,0.076505782385595,0.00779925338801912,0.5,0.255951455205554,0.0498041929863399,0.00482227304932264,0.5,0.255951455205554,0.0462587251147351,0.0137885956188751,0.5,0.255951455205554,0.0441722849278508,0.00676322695340511,0.255951455205554,0.0753778592090559,0.0013337448528748,0.00365213218156759,0.00690074434933174,0.255951455205554,0.00886475074144265,0.0196534427136436,0.5,0.255951455205554,0.0236719847542525,0.0312634141645436,0.255951455205554,0.0124141777212184,0.0208271734240335,0.255951455205554,0.0309636314151408,0.1242524440561,0.255951455205554,0.0903202498868846,0.0680397125039381,0.00649254494246518,0.131532042220199 -5769,0.255951455205554,0.131109354459399,0.308265531873759,0.255951455205554,0.0340657520199833,0.207699112963849,0.255951455205554,0.111332829393977,0.174454290969904,0.255951455205554,0.187318125411986,0.169258660032548,0.255951455205554,0.165642202903725,0.129905239505542,0.255951455205554,0.125702066930735,0.035420079083513,0.5,0.255951455205554,0.141182724102139,0.0187686703014388,0.5,0.255951455205554,0.0984937622677869,0.0779482529686208,0.5,0.255951455205554,0.104909646394782,0.016334210181088,0.255951455205554,0.232029356786774,0.00441922180191247,0.00778669746728363,0.00701138434608713,0.255951455205554,0.0223901031020807,0.0398667140539349,0.5,0.255951455205554,0.0262443671238741,0.0460738638338964,0.255951455205554,0.0547169150085562,0.0168566381898424,0.255951455205554,0.122038417905558,0.218446358424786,0.255951455205554,0.188413894986194,0.102210152332873,0.0417162894973932,0.142077643969913 -5770,0.255951455205554,0.254144794342649,0.381803511692737,0.255951455205554,0.184336008831067,0.280115144247872,0.255951455205554,0.154603440478498,0.216338291638143,0.255951455205554,0.0724536244679076,0.246782039960506,0.255951455205554,0.232753316132717,0.210388143886617,0.255951455205554,0.166922777578432,0.0315558490552551,0.5,0.255951455205554,0.281105413419638,0.0573935247614328,0.5,0.255951455205554,0.155672819054586,0.131264455736503,0.5,0.255951455205554,0.189334673110901,0.0416747257393346,0.255951455205554,0.423001669263206,0.0429791210396957,0.024041966950493,0.00839487538829512,0.255951455205554,0.0398000005608532,0.0785865977475857,0.5,0.255951455205554,0.0259637268163783,0.0759939189851703,0.255951455205554,0.154929601318738,0.0445865773062288,0.255951455205554,0.253022449506972,0.262670766775225,0.255951455205554,0.22305586782378,0.127317945861417,0.291125608675725,0.140519166631244 -5771,0.255951455205554,0.318476691734432,0.399114880643175,0.255951455205554,0.402169534733625,0.501931022814785,0.255951455205554,0.229798887363368,0.276560461137784,0.255951455205554,0.0511075800564844,0.260054615517046,0.255951455205554,0.223910841534244,0.248018884006142,0.255951455205554,0.292825776950905,0.0342826286092541,0.5,0.255951455205554,0.385380731989352,0.087209652124688,0.5,0.255951455205554,0.180203666226853,0.164032822191282,0.5,0.255951455205554,0.225676196982233,0.0690008513572966,0.255951455205554,0.51902678630287,0.133595795635978,0.0798612686252284,0.010559998234767,0.255951455205554,0.0790838094677458,0.124777359836401,0.5,0.255951455205554,0.0317190474926485,0.106797007496472,0.255951455205554,0.20207048973037,0.0764004724987143,0.255951455205554,0.327636411547853,0.26991659029864,0.255951455205554,0.188247568318767,0.124547036555359,0.195631628175911,0.153960305971509 -5772,0.255951455205554,0.331943093888508,0.376434682374493,0.255951455205554,0.259887070137723,0.677422549450666,0.255951455205554,0.282728071591618,0.322990446224109,0.255951455205554,0.0680633448955977,0.164651964702191,0.255951455205554,0.27025923737419,0.333406737650833,0.255951455205554,0.487149867511698,0.0686821354517806,0.5,0.255951455205554,0.396817296402627,0.118418459559664,0.5,0.255951455205554,0.20761797113618,0.139172781222937,0.5,0.255951455205554,0.307631799034767,0.101429017557899,0.255951455205554,0.524190387503694,0.198517908559298,0.178968956726969,0.0714153259158973,0.255951455205554,0.139705998652192,0.126829825812335,0.5,0.255951455205554,0.0673475110401494,0.10016524782981,0.255951455205554,0.175236708491185,0.105461236205784,0.255951455205554,0.328613445953314,0.217082613816226,0.255951455205554,0.177111678946539,0.0997634771821416,0.137131859164368,0.213888828986805 -5773,0.255951455205554,0.370729222082764,0.310604905126632,0.255951455205554,0.149029143821408,0.670153751261692,0.255951455205554,0.255514469984261,0.308003857987327,0.255951455205554,0.201059591830026,0.159786149319126,0.255951455205554,0.326088623026343,0.416797804971596,0.255951455205554,0.503872629999927,0.111786222584654,0.5,0.255951455205554,0.341265077722909,0.15805947314325,0.5,0.255951455205554,0.275493462191656,0.0780208213299023,0.5,0.255951455205554,0.340180949712472,0.113094511957344,0.255951455205554,0.447640146727958,0.242913376840262,0.118728330348687,0.114027865773108,0.255951455205554,0.190901546187439,0.113566344110524,0.5,0.255951455205554,0.119982285654956,0.123980721375277,0.255951455205554,0.132917000288723,0.0974477739085236,0.255951455205554,0.386853039175967,0.198475596750288,0.255951455205554,0.221969688448997,0.0848137804256523,0.238066596385613,0.309314122216047 -5774,0.255951455205554,0.401706891113608,0.241536135379885,0.255951455205554,0.106164545160725,0.363771331488669,0.255951455205554,0.238678703326067,0.281201893272576,0.255951455205554,0.270309291167197,0.274584081257468,0.255951455205554,0.314328462218591,0.431969754341181,0.255951455205554,0.406131598795761,0.169762725179753,0.5,0.255951455205554,0.276293392259393,0.172340837816649,0.5,0.255951455205554,0.327410647461624,0.0738427790839503,0.5,0.255951455205554,0.347151844557677,0.103147304338391,0.255951455205554,0.287016390625194,0.190219414327413,0.132545869710386,0.131025317307866,0.255951455205554,0.200113938142876,0.113877188350494,0.5,0.255951455205554,0.108311615789913,0.138471972578912,0.255951455205554,0.113327077680765,0.0561292477252954,0.255951455205554,0.392267498980665,0.206789306954194,0.255951455205554,0.261400449012556,0.0782419583018152,0.474344762047331,0.455549802204246 -5775,0.255951455205554,0.400686910675507,0.180955303776889,0.255951455205554,0.251796935247292,0.296443512346227,0.255951455205554,0.226562225670669,0.23203835638716,0.255951455205554,0.0666251178531298,0.243846566222665,0.255951455205554,0.258707587688599,0.40324863209741,0.255951455205554,0.219051695225317,0.179916318334316,0.5,0.255951455205554,0.244722340625304,0.143970866669776,0.5,0.255951455205554,0.228200212201172,0.0828864944723925,0.5,0.255951455205554,0.28913755712394,0.0883516679665532,0.255951455205554,0.284562428229315,0.118150331681504,0.0842954797447649,0.134058108853865,0.255951455205554,0.134643804390813,0.108680177390593,0.5,0.255951455205554,0.0956338856439034,0.137663772548358,0.255951455205554,0.110985989105654,0.0343149108713511,0.255951455205554,0.229010972963044,0.183181176701231,0.255951455205554,0.217293095231135,0.0579359861943575,0.242056339076302,0.456687062381435 -5776,0.255951455205554,0.337206815222234,0.147476583826993,0.255951455205554,0.0880185728368892,0.298709045013382,0.255951455205554,0.198869098183893,0.174439661835398,0.255951455205554,0.044223801394277,0.101578724538007,0.255951455205554,0.180503257399169,0.311279145659921,0.255951455205554,0.112518359717452,0.127665590627225,0.5,0.255951455205554,0.25551604608257,0.108577676713027,0.5,0.255951455205554,0.134745635390872,0.0664917159115944,0.5,0.255951455205554,0.206879413882318,0.0830471747553741,0.255951455205554,0.342798141092442,0.0684206459926105,0.0604688800804449,0.0443313670898855,0.255951455205554,0.0729941087290557,0.0979878390320098,0.5,0.255951455205554,0.0624436230837993,0.115373000265655,0.255951455205554,0.100680055147243,0.0238734066463663,0.255951455205554,0.120658199098474,0.129717912090071,0.255951455205554,0.163617195038296,0.0566523280848864,0.185119509386699,0.547846328904882 -5777,0.255951455205554,0.24721765160981,0.106058557164262,0.255951455205554,0.0298786242253257,0.218039736522786,0.255951455205554,0.144565532955922,0.123012987221893,0.255951455205554,0.0528625672654228,0.0428925196255769,0.255951455205554,0.14188111209555,0.239851128612012,0.255951455205554,0.0995112833934244,0.0767171006072214,0.5,0.255951455205554,0.210054736819928,0.0833149066556687,0.5,0.255951455205554,0.0928111820053376,0.0394952586604257,0.5,0.255951455205554,0.120468034303582,0.063282457292791,0.255951455205554,0.323816428259113,0.0707742378863291,0.12012639450562,0.0525418833114888,0.255951455205554,0.041123664923003,0.0531631177627906,0.5,0.255951455205554,0.0388309866901653,0.0814437643068209,0.255951455205554,0.071357291135265,0.0203820383537423,0.255951455205554,0.0601986795686696,0.0666166616538582,0.255951455205554,0.0916407865487261,0.0470213364492255,0.179580489446482,0.514745078644096 -5778,0.255951455205554,0.149309271533013,0.0582010123480156,0.255951455205554,0.0138705768744735,0.110822230152947,0.255951455205554,0.0788053783883185,0.068905641280669,0.255951455205554,0.0454578538243176,0.00981556972514103,0.255951455205554,0.0958512077965177,0.152997387358469,0.255951455205554,0.0758829991757424,0.0494895956608617,0.5,0.255951455205554,0.112176753516409,0.0471314424138995,0.5,0.255951455205554,0.0685110357220736,0.0119346097644905,0.5,0.255951455205554,0.0461089517293882,0.0353306276793979,0.255951455205554,0.185607337175659,0.0429968954845552,0.0333403119899892,0.0340688031691997,0.255951455205554,0.0301675682924347,0.0220831932691458,0.5,0.255951455205554,0.0196712369441853,0.053168699016839,0.255951455205554,0.0361583410317318,0.0112000942744639,0.255951455205554,0.0299327608442579,0.0383618640028694,0.255951455205554,0.0351486411521894,0.0228540413658897,0.128305559750477,0.505709959394327 -5779,0.255951455205554,0.017773826542941,0.0238298540512907,0.255951455205554,0.000104682795508595,0.0196555623601043,0.255951455205554,0.0126074734470442,0.0368609339224734,0.255951455205554,0.0162974032166597,0.0109729345556003,0.255951455205554,0.0205191880250998,0.101254789865071,0.255951455205554,0.00147584385277576,0.0251337472306851,0.5,0.255951455205554,0.0114544416238271,0.0211181568643709,0.5,0.255951455205554,0.0,0.00580042898362395,0.5,0.255951455205554,2.1843785830925e-05,0.0216420224307509,0.255951455205554,0.0238032182094548,0.0245980637958793,0.0,0.00896047174997503,0.255951455205554,9.36679374954423e-05,0.0129799811449274,0.5,0.255951455205554,1.94281606668111e-05,0.0417949193885494,0.255951455205554,5.25736982433744e-05,0.00823833020794208,0.255951455205554,0.00038340705213021,0.0169998814653014,0.255951455205554,4.7003084830998e-05,0.00751800364644436,0.0,0.402436677018975 -5780,0.255951455205554,0.0,0.0325332881740044,0.255951455205554,0.0,0.00507293617968219,0.255951455205554,0.0,0.0363118761070871,0.255951455205554,0.0,0.0298513760084344,0.255951455205554,0.0,0.104062661385458,0.255951455205554,0.0,0.0138473507233794,0.5,0.255951455205554,0.0,0.0112810181088251,0.5,0.255951455205554,0.0,0.00797667617342833,0.5,0.255951455205554,0.0,0.0146431592758652,0.255951455205554,0.0,0.00858656588969905,0.0,0.000256944824589088,0.255951455205554,0.0,0.00730184904896548,0.5,0.255951455205554,0.0,0.0409642066053191,0.255951455205554,0.0,0.0069250596462357,0.255951455205554,0.0,0.0173364683961168,0.255951455205554,0.0,0.00367487470167091,0.0,0.312509574945074 -5781,0.255951455205554,0.0,0.0467625975361977,0.255951455205554,0.0,0.0175172497166719,0.255951455205554,0.0,0.0450384774894185,0.255951455205554,0.0,0.0479321695458403,0.255951455205554,0.0,0.112668611553312,0.255951455205554,0.0,0.0079933960378512,0.5,0.255951455205554,0.0,0.00646695730675202,0.5,0.255951455205554,0.0,0.0104507482440815,0.5,0.255951455205554,0.0,0.00965760005641062,0.255951455205554,0.0,0.000387264761652416,0.0,0.0,0.255951455205554,0.0,0.00185386478296153,0.5,0.255951455205554,0.0,0.0333266727444143,0.255951455205554,0.0,0.00468652296709357,0.255951455205554,0.0,0.0175509179488465,0.255951455205554,0.0,0.00362744869676775,0.0,0.240749367915677 -5782,0.255951455205554,0.0,0.0618494484530041,0.255951455205554,0.0,0.0298619115246235,0.255951455205554,0.0,0.0650722711978831,0.255951455205554,0.0,0.0762784551460118,0.255951455205554,0.0,0.116995472965094,0.255951455205554,0.0,0.00882263013800732,0.5,0.255951455205554,0.0,0.00572282924598784,0.5,0.255951455205554,0.0,0.0105264092507296,0.5,0.255951455205554,0.0,0.0064941196178418,0.255951455205554,0.0,0.00048968428105763,0.0,0.000593285694471239,0.255951455205554,0.0,0.00150501754133103,0.5,0.255951455205554,0.0,0.0222822681409159,0.255951455205554,0.0,0.00421324417751551,0.255951455205554,0.0,0.0153795822600751,0.255951455205554,0.0,0.00600449243287138,0.0,0.233968415083988 -5783,0.255951455205554,0.0,0.0695488794631988,0.255951455205554,0.0,0.0443898463081496,0.255951455205554,0.0,0.0986901603221297,0.255951455205554,0.0,0.123600108069893,0.255951455205554,0.0,0.116630283230926,0.255951455205554,0.0,0.0115288727989543,0.5,0.255951455205554,0.0,0.00791646103676068,0.5,0.255951455205554,0.0,0.011934015845302,0.5,0.255951455205554,0.0,0.00640121448037424,0.255951455205554,0.0,0.00773906332152566,0.0,0.00396030496446281,0.255951455205554,0.0,0.00404935414591956,0.5,0.255951455205554,0.0,0.01264353097497,0.255951455205554,0.0,0.0049848639270156,0.255951455205554,0.0,0.00779386074781802,0.255951455205554,0.0,0.00962628430062513,0.0,0.330201937168965 -5784,0.255951455205554,0.0,0.0915228315260537,0.255951455205554,0.0,0.0544400375310681,0.255951455205554,0.0,0.117574037237927,0.255951455205554,0.0,0.181192794667357,0.255951455205554,0.0,0.116404049261175,0.255951455205554,0.0,0.0139462463855434,0.5,0.255951455205554,0.0,0.0112813737358848,0.5,0.255951455205554,0.0,0.0134596553995476,0.5,0.255951455205554,0.0,0.00947438851667059,0.255951455205554,0.0,0.0056814885033578,0.0,0.00502474540457699,0.255951455205554,0.0,0.00562108334628464,0.5,0.255951455205554,0.0,0.00901291639304884,0.255951455205554,0.0,0.00783597363324803,0.255951455205554,0.0,0.00495089743377306,0.255951455205554,0.0,0.0130095444517152,0.0,0.477120745201801 -5785,0.255951455205554,0.0,0.122244987946135,0.255951455205554,0.0,0.0689908652496592,0.255951455205554,0.0,0.135101706117994,0.255951455205554,0.0,0.202399590835249,0.255951455205554,0.0,0.117461048040448,0.255951455205554,0.0,0.015187148547356,0.5,0.255951455205554,0.0,0.0143992206373656,0.5,0.255951455205554,0.0,0.0149226546165962,0.5,0.255951455205554,0.0,0.0128602609115889,0.255951455205554,0.0,0.00402219072339957,0.0,0.00751795514965506,0.255951455205554,0.0,0.00498891221455643,0.5,0.255951455205554,0.0,0.012265046655744,0.255951455205554,0.0,0.0121478599881063,0.255951455205554,0.0,0.00544280203761233,0.255951455205554,0.0,0.0152179691520184,0.0,0.620424739637905 -5786,0.255951455205554,0.0,0.147618027196923,0.255951455205554,0.0,0.100515797181999,0.255951455205554,0.0,0.162025356986411,0.255951455205554,0.0,0.228948102829839,0.255951455205554,0.0,0.122012156607955,0.255951455205554,0.0,0.0164196219743058,0.5,0.255951455205554,0.0,0.0158886690860769,0.5,0.255951455205554,0.0,0.014942147824822,0.5,0.255951455205554,0.0,0.0138206802394384,0.255951455205554,0.0,0.0037893010771299,0.0,0.0090901824565187,0.255951455205554,0.0,0.00417117723300277,0.5,0.255951455205554,0.0,0.0190059064045511,0.255951455205554,0.0,0.0189395655602804,0.255951455205554,0.0,0.00798085523455831,0.255951455205554,0.0,0.0179938359845153,0.0,0.727499250715513 -5787,0.255951455205554,0.0,0.174824344336018,0.255951455205554,0.0,0.124676328739281,0.255951455205554,0.0,0.192543041265429,0.255951455205554,0.0,0.243871368886309,0.255951455205554,0.0,0.128722976088031,0.255951455205554,0.0,0.0187133668892661,0.5,0.255951455205554,0.0,0.0184056081121007,0.5,0.255951455205554,0.0,0.0172150931991929,0.5,0.255951455205554,0.0,0.0138961917950632,0.255951455205554,0.0,0.00513127952921004,0.0,0.00399073805489825,0.255951455205554,0.0,0.00466585097142933,0.5,0.255951455205554,0.0,0.0256861142643951,0.255951455205554,0.0,0.0275877982392848,0.255951455205554,0.0,0.00958980976281685,0.255951455205554,0.0,0.0230501536981799,0.0,0.780324203416625 -5788,0.255951455205554,0.0,0.208841515577662,0.255951455205554,0.0,0.138573716873842,0.255951455205554,0.0,0.232309234030208,0.255951455205554,0.0,0.261471968969757,0.255951455205554,0.0,0.135708095191493,0.255951455205554,0.0,0.024785909949191,0.5,0.255951455205554,0.0,0.0208240603694553,0.5,0.255951455205554,0.0,0.0196009298036793,0.5,0.255951455205554,0.0,0.0134416989727134,0.255951455205554,0.0,0.00721469421091573,0.0,0.000253497052941247,0.255951455205554,0.0,0.00740529248143192,0.5,0.255951455205554,0.0,0.0295954743815604,0.255951455205554,0.0,0.0343727251672796,0.255951455205554,0.0,0.012507638374399,0.255951455205554,0.0,0.0293129638346816,0.0,0.890041616767733 -5789,0.255951455205554,0.0,0.234243664328575,0.255951455205554,0.0,0.14516700249178,0.255951455205554,0.0,0.272644642162337,0.255951455205554,0.0,0.290909686691978,0.255951455205554,0.0,0.140065445643772,0.255951455205554,0.0,0.0270134361774408,0.5,0.255951455205554,0.0,0.022654137689522,0.5,0.255951455205554,0.0,0.0217529950258239,0.5,0.255951455205554,0.0,0.0129130469923547,0.255951455205554,0.0,0.00821567458783297,0.0,0.0,0.255951455205554,0.0,0.00988449332334919,0.5,0.255951455205554,0.0,0.0351014658128661,0.255951455205554,0.0,0.0386942810234843,0.255951455205554,0.0,0.0187719972266117,0.255951455205554,0.0,0.0302861665110812,0.0,0.904339610757257 -5790,0.255951455205554,0.0,0.273922157214587,0.255951455205554,0.0,0.149507851922448,0.255951455205554,0.0,0.320337841379645,0.255951455205554,0.0,0.343005001280931,0.255951455205554,0.0,0.147901152140849,0.255951455205554,0.0,0.0267927714683195,0.5,0.255951455205554,0.0,0.0259389268973166,0.5,0.255951455205554,0.0,0.0195211718528999,0.5,0.255951455205554,0.0,0.0126911809452881,0.255951455205554,0.0,0.00799412398822161,0.000424405053912563,0.00971241241072906,0.255951455205554,0.00049570547438553,0.011638334723426,0.5,0.255951455205554,0.000876823544743641,0.0379732671799009,0.255951455205554,0.000543059590643689,0.040090485268466,0.255951455205554,0.0,0.0262956159515408,0.255951455205554,0.0,0.0289911994225068,0.0,0.864158777657116 -5791,0.255951455205554,0.00678040712734075,0.339691942562789,0.255951455205554,0.0219703501269092,0.176004230339452,0.255951455205554,0.020743002566336,0.371369320389861,0.255951455205554,0.0183171095095881,0.419893078777725,0.255951455205554,0.0104998166099695,0.155901691942266,0.255951455205554,0.0360525368600642,0.0232367405429979,0.5,0.255951455205554,0.0222815280186015,0.028156543835742,0.5,0.255951455205554,0.0364963116678654,0.014372516759062,0.5,0.255951455205554,0.0461295338412357,0.0117143883392367,0.255951455205554,0.0248311161692185,0.00759931862508662,0.0303508266365928,0.0168919997905574,0.255951455205554,0.0296764674997247,0.0141464330915175,0.5,0.255951455205554,0.0594573172118993,0.0378289499159061,0.255951455205554,0.0264208206061994,0.0369268234311171,0.255951455205554,0.0282515346911345,0.0272548011634129,0.255951455205554,0.0301005776154688,0.0270755115690388,0.00684776582452538,0.855598671207131 -5792,0.255951455205554,0.0232355589064255,0.442439129713872,0.255951455205554,0.063072129522878,0.264604506987964,0.255951455205554,0.0588025829018905,0.428859437821537,0.255951455205554,0.0540902777065744,0.504572116534693,0.255951455205554,0.0256690599308491,0.186566437973441,0.255951455205554,0.108689561270894,0.0342546821746275,0.5,0.255951455205554,0.0770918843493691,0.0313985656292304,0.5,0.255951455205554,0.15165064912517,0.00845903556208307,0.5,0.255951455205554,0.152869301145871,0.0141928470301324,0.255951455205554,0.0906270902423877,0.00952515782347033,0.104756023841416,0.0358617598099904,0.255951455205554,0.081148202266945,0.0281001112216858,0.5,0.255951455205554,0.154707914052765,0.0553469079165208,0.255951455205554,0.061086570836106,0.0398132945902689,0.255951455205554,0.121547198073108,0.0701826961539394,0.255951455205554,0.115997949929547,0.0673698623108666,0.0221109051383067,0.82961987466363 -5793,0.255951455205554,0.0485028370840938,0.605760565548859,0.255951455205554,0.113021917792542,0.350533588487821,0.255951455205554,0.0737210568550989,0.492889838030539,0.255951455205554,0.066243888756963,0.561165841921624,0.255951455205554,0.0358075424925275,0.236348522196594,0.255951455205554,0.159344943147904,0.0735631524636296,0.5,0.255951455205554,0.121706758373322,0.0441337981193772,0.5,0.255951455205554,0.296218733236537,0.0161342708425503,0.5,0.255951455205554,0.278176597950419,0.0263220600831858,0.255951455205554,0.115664898317095,0.0118683305260152,0.20205399642934,0.085576146933606,0.255951455205554,0.145281427001519,0.0692775209685916,0.5,0.255951455205554,0.243019757855581,0.0986163941973005,0.255951455205554,0.120033463672945,0.0590275787382541,0.255951455205554,0.254791894221953,0.161959184027405,0.255951455205554,0.219836542202565,0.218330056135463,0.0333459081361217,0.758530420493499 -5794,0.255951455205554,0.0650107206263582,0.710807238718809,0.255951455205554,0.146874601430872,0.453461581685278,0.255951455205554,0.0786307767793788,0.545555931942812,0.255951455205554,0.0543229264162063,0.624776182314946,0.255951455205554,0.0553452848302296,0.284988828288154,0.255951455205554,0.200988665403598,0.113361827933929,0.5,0.255951455205554,0.164898927198116,0.071359523544961,0.5,0.255951455205554,0.443587476686004,0.0342260464752865,0.5,0.255951455205554,0.405659741756038,0.0494450948262032,0.255951455205554,0.131183653765597,0.0164172465027696,0.309112994835923,0.100213786961808,0.255951455205554,0.206557770355265,0.108824800442532,0.5,0.255951455205554,0.315500036725125,0.137292000091774,0.255951455205554,0.239357516164141,0.113637468519084,0.255951455205554,0.360577896095801,0.234155688176106,0.255951455205554,0.309212711586074,0.325838712008801,0.0624851484899704,0.756809859997622 -5795,0.255951455205554,0.0510008910823516,0.709314703674384,0.255951455205554,0.156189740087478,0.594241154980137,0.255951455205554,0.0853004555865372,0.575931902524156,0.255951455205554,0.0344026023373996,0.656609885181301,0.255951455205554,0.0983334171248797,0.356537992478118,0.255951455205554,0.213131633194917,0.141431183108064,0.5,0.255951455205554,0.21320855832689,0.111658827541675,0.5,0.255951455205554,0.545014526301301,0.0552172827159915,0.5,0.255951455205554,0.503461870887571,0.0920499868646405,0.255951455205554,0.218224227401379,0.0441163144723688,0.357059872369847,0.138016496645885,0.255951455205554,0.298052589512535,0.138364483658542,0.5,0.255951455205554,0.367026558252289,0.170266562312948,0.255951455205554,0.348270829124937,0.218735326659394,0.255951455205554,0.427202716679168,0.300255173360896,0.255951455205554,0.362853359523752,0.390634224453003,0.0780338618770128,0.712570366017255 -5796,0.255951455205554,0.0410530340879759,0.735356458319858,0.255951455205554,0.125142309609356,0.590158122232517,0.255951455205554,0.0897354252278731,0.569626386759254,0.255951455205554,0.0280510525849928,0.629071448789453,0.255951455205554,0.126095096018606,0.375974554357592,0.255951455205554,0.167979421436926,0.155961761762955,0.5,0.255951455205554,0.284553358567481,0.179294612720334,0.5,0.255951455205554,0.545412453145675,0.0627026181237236,0.5,0.255951455205554,0.538826696544522,0.117185383535853,0.255951455205554,0.356237774997012,0.110580943747252,0.305702133599393,0.126684692130241,0.255951455205554,0.390025475610173,0.173058170979238,0.5,0.255951455205554,0.397278212570242,0.208034337971273,0.255951455205554,0.358941500750908,0.24101191515387,0.255951455205554,0.410390601221892,0.374233861556292,0.255951455205554,0.331302814541704,0.383807173426116,0.00446081689271644,0.633887961243805 -5797,0.255951455205554,0.0335088002081479,0.689314133689024,0.255951455205554,0.0642083146160302,0.511801638210487,0.255951455205554,0.0863651547938195,0.53209992204458,0.255951455205554,0.0427829343830933,0.509477472869481,0.255951455205554,0.152642711995884,0.423389942379263,0.255951455205554,0.182255502582191,0.183126263069365,0.5,0.255951455205554,0.376080301486223,0.240709405301036,0.5,0.255951455205554,0.533632895149436,0.0538345938692328,0.5,0.255951455205554,0.540532599058463,0.104334503768739,0.255951455205554,0.517756340379058,0.185099395963999,0.381848135624691,0.137567144964016,0.255951455205554,0.410795651310464,0.198400944653253,0.5,0.255951455205554,0.363703818911522,0.259308792595495,0.255951455205554,0.296789786727722,0.197539645978421,0.255951455205554,0.313328503385557,0.413366845109265,0.255951455205554,0.261954806722496,0.298725853488517,0.00490276904677585,0.550687906088772 -5798,0.255951455205554,0.0344771451474378,0.628207028223948,0.255951455205554,0.0163410268855141,0.427941307352243,0.255951455205554,0.0916611149321777,0.470342551115685,0.255951455205554,0.0267490884782945,0.40916767982897,0.255951455205554,0.136574023224216,0.418420647539563,0.255951455205554,0.252703977095925,0.19769864206939,0.5,0.255951455205554,0.387879342667066,0.254594236950797,0.5,0.255951455205554,0.519913144824242,0.0424715043602437,0.5,0.255951455205554,0.507921620868555,0.0823455093135944,0.255951455205554,0.56821679675355,0.2610674363274,0.363330227196502,0.13381359953656,0.255951455205554,0.257673525264368,0.219175782344811,0.5,0.255951455205554,0.263284340670827,0.284264754678038,0.255951455205554,0.205688824126689,0.196442977098666,0.255951455205554,0.210079851862294,0.37165716010151,0.255951455205554,0.194226713414571,0.211716976291566,0.00406320743776772,0.400361893729607 -5799,0.255951455205554,0.0563098842633164,0.540801657079011,0.255951455205554,0.0181223770848131,0.334497810614096,0.255951455205554,0.0841042629609652,0.399687946072643,0.255951455205554,0.0161800306642512,0.309299567368205,0.255951455205554,0.128229366882115,0.418044306197431,0.255951455205554,0.287510155733535,0.209113805433801,0.5,0.255951455205554,0.361189870458466,0.257962492943733,0.5,0.255951455205554,0.428400766886811,0.0334267157590381,0.5,0.255951455205554,0.438357638322951,0.0668943717794359,0.255951455205554,0.457818443981433,0.241004785690604,0.307937893878147,0.130651237504652,0.255951455205554,0.152668881346604,0.22639644063692,0.5,0.255951455205554,0.152976525587817,0.273167249653085,0.255951455205554,0.1612313529148,0.15129069562891,0.255951455205554,0.135402603938054,0.286288561833798,0.255951455205554,0.172778761839792,0.15987883786017,0.0177045131801265,0.272339165462802 -5800,0.255951455205554,0.0998363549669129,0.443023850245678,0.255951455205554,0.0243314213749571,0.227792080295431,0.255951455205554,0.0839629554285569,0.323085803509606,0.255951455205554,0.0110491174937555,0.256742861086607,0.255951455205554,0.104352784180236,0.358832432315537,0.255951455205554,0.271631399807776,0.231163004303511,0.5,0.255951455205554,0.312883752772839,0.206627836435431,0.5,0.255951455205554,0.350216620648418,0.0232300750095535,0.5,0.255951455205554,0.327222425515448,0.0450859357761663,0.255951455205554,0.373690064308602,0.206030224925047,0.151561413597364,0.114228723720374,0.255951455205554,0.136480244132231,0.18593092767381,0.5,0.255951455205554,0.0731934997664907,0.201440782985167,0.255951455205554,0.116710819999423,0.0857144763325223,0.255951455205554,0.0764542390460235,0.173055370530742,0.255951455205554,0.128354838502284,0.123148898593028,0.0848817123229935,0.196492690663876 -5801,0.255951455205554,0.103220125744368,0.358953595952223,0.255951455205554,0.0029558122891251,0.148385181228365,0.255951455205554,0.0659233144817147,0.232284769811332,0.255951455205554,0.00597998872250804,0.162031229811517,0.255951455205554,0.0591322865895962,0.281232833266547,0.255951455205554,0.190755236677266,0.21596096666458,0.5,0.255951455205554,0.208726623865949,0.121408612675194,0.5,0.255951455205554,0.269296931356094,0.0174192425465941,0.5,0.255951455205554,0.226912009542837,0.0251247135355977,0.255951455205554,0.289065477756831,0.120891150118698,0.0684431640740234,0.0929577799300732,0.255951455205554,0.0913409754345304,0.110925286842267,0.5,0.255951455205554,0.0364887298382703,0.122705458625375,0.255951455205554,0.0735660831614409,0.0405319361150146,0.255951455205554,0.0938247088704421,0.140761749488795,0.255951455205554,0.137004401890283,0.127509451504258,0.171791367491046,0.155922687918639 -5802,0.255951455205554,0.0314384462350131,0.237999971401971,0.255951455205554,0.000828437622174905,0.101363866843336,0.255951455205554,0.0333316361405739,0.157451670225171,0.255951455205554,0.0169620746414059,0.0965992901234467,0.255951455205554,0.0101587007202018,0.194916784243034,0.255951455205554,0.0733812481614433,0.110156248260639,0.5,0.255951455205554,0.0915011444187638,0.0606040350246237,0.5,0.255951455205554,0.156588387287277,0.00523209522683458,0.5,0.255951455205554,0.0934582936148862,0.0104433922820378,0.255951455205554,0.123615758016993,0.0333853843145324,0.031848544463475,0.0624412992555684,0.255951455205554,0.0392334786876926,0.0602683197973355,0.5,0.255951455205554,0.0115010839016987,0.0545764812245284,0.255951455205554,0.0456557455126148,0.021062354307278,0.255951455205554,0.0603629066520862,0.0777911273801541,0.255951455205554,0.0920978855201678,0.0845776289016361,0.12496438325062,0.166005648827353 -5803,0.255951455205554,0.000403876471652067,0.152580990389992,0.255951455205554,9.03062356800276e-06,0.0542351347647459,0.255951455205554,0.00242945480833843,0.121250505361588,0.255951455205554,0.000334813106442929,0.0731758998514864,0.255951455205554,0.00245062144386487,0.155374854703982,0.255951455205554,0.0,0.0713540241994149,0.5,0.255951455205554,0.00240053198716699,0.0594424973991252,0.5,0.255951455205554,0.0,0.00484008017669776,0.5,0.255951455205554,4.8076615389673e-08,0.0082395207985506,0.255951455205554,0.011211918130055,0.0165799232997552,0.0,0.0340242476216115,0.255951455205554,2.16699954054613e-06,0.0325157202786046,0.5,0.255951455205554,0.000116701107344477,0.0278477036795445,0.255951455205554,0.0,0.0226618990993918,0.255951455205554,1.47471017695248e-05,0.0359382207999557,0.255951455205554,0.0,0.0487327458693743,0.0,0.175973235019543 -5804,0.255951455205554,0.0,0.125725399378484,0.255951455205554,0.0,0.0387930327396145,0.255951455205554,0.0,0.103360030347885,0.255951455205554,0.0,0.0777110903405928,0.255951455205554,0.0,0.117117740949187,0.255951455205554,0.0,0.0588060323189341,0.5,0.255951455205554,0.0,0.0560686985636074,0.5,0.255951455205554,0.0,0.00541499011894423,0.5,0.255951455205554,0.0,0.00820188595662197,0.255951455205554,0.0,0.0125545687906383,0.0,0.010859794867859,0.255951455205554,0.0,0.024895460109525,0.5,0.255951455205554,0.0,0.0211508037956329,0.255951455205554,0.0,0.0280077362941712,0.255951455205554,0.0,0.0287170370153354,0.255951455205554,0.0,0.0467402393300852,0.0,0.15208603688621 -5805,0.255951455205554,0.0,0.11774842593651,0.255951455205554,0.0,0.0275521844051714,0.255951455205554,0.0,0.0928259893458993,0.255951455205554,0.0,0.0671074578463361,0.255951455205554,0.0,0.112354633802566,0.255951455205554,0.0,0.0500750755225675,0.5,0.255951455205554,0.0,0.0427794336243442,0.5,0.255951455205554,0.0,0.00776564043655881,0.5,0.255951455205554,0.0,0.00897763716443341,0.255951455205554,0.0,0.00957058188226631,0.0,0.0107822193751453,0.255951455205554,0.0,0.0277107542471614,0.5,0.255951455205554,0.0,0.0194486086046323,0.255951455205554,0.0,0.0349376545539127,0.255951455205554,0.0,0.0299576577625352,0.255951455205554,0.0,0.0461270340844787,0.0,0.11918335983994 -5806,0.255951455205554,0.0,0.0910166658439128,0.255951455205554,0.0,0.0203406380117882,0.255951455205554,0.0,0.0901960008303557,0.255951455205554,0.0,0.0709949642912696,0.255951455205554,0.0,0.125378166842135,0.255951455205554,0.0,0.0506952773967428,0.5,0.255951455205554,0.0,0.0406264590921458,0.5,0.255951455205554,0.0,0.0116139142409002,0.5,0.255951455205554,0.0,0.0112669406993763,0.255951455205554,0.0,0.00835532541030806,0.0,0.015888780312694,0.255951455205554,0.0,0.0310446079556299,0.5,0.255951455205554,0.0,0.0207059676625075,0.255951455205554,0.0,0.0423004605541696,0.255951455205554,0.0,0.0319812201579553,0.255951455205554,0.0,0.0463015334293414,0.0,0.134762245557091 -5807,0.255951455205554,0.0,0.0716035724986539,0.255951455205554,0.0,0.0243295150595086,0.255951455205554,0.0,0.0924140765874232,0.255951455205554,0.0,0.0880338515574138,0.255951455205554,0.0,0.12982428459773,0.255951455205554,0.0,0.0575532659729168,0.5,0.255951455205554,0.0,0.0488366763129354,0.5,0.255951455205554,0.0,0.0143380086455096,0.5,0.255951455205554,0.0,0.0122053550597614,0.255951455205554,0.0,0.00832268216012607,0.0,0.0184990241407372,0.255951455205554,0.0,0.0333624100734556,0.5,0.255951455205554,0.0,0.023402463563883,0.255951455205554,0.0,0.0500976922004578,0.255951455205554,0.0,0.0343346545298218,0.255951455205554,0.0,0.0430493108223306,0.0,0.169858131170386 -5808,0.255951455205554,0.0,0.0570097136582829,0.255951455205554,0.0,0.0297846196276898,0.255951455205554,0.0,0.0883864528129159,0.255951455205554,0.0,0.107132146067604,0.255951455205554,0.0,0.130553609233445,0.255951455205554,0.0,0.0651929669970416,0.5,0.255951455205554,0.0,0.0557372683259171,0.5,0.255951455205554,0.0,0.0174261885688226,0.5,0.255951455205554,0.0,0.0133128255831507,0.255951455205554,0.0,0.0152398217063899,0.0,0.0250437354060379,0.255951455205554,0.0,0.0386276274412259,0.5,0.255951455205554,0.0,0.025668699082303,0.255951455205554,0.0,0.055077197749823,0.255951455205554,0.0,0.0350082183316224,0.255951455205554,0.0,0.04259839125719,0.0,0.191452101775776 -5809,0.255951455205554,0.0,0.054325352638286,0.255951455205554,0.0,0.0387150414283712,0.255951455205554,0.0,0.0774278580964531,0.255951455205554,0.0,0.0960384191854537,0.255951455205554,0.0,0.149918435271974,0.255951455205554,0.0,0.076613756494413,0.5,0.255951455205554,0.0,0.0587791821083238,0.5,0.255951455205554,0.0,0.0184038082858636,0.5,0.255951455205554,0.0,0.0152636188740062,0.255951455205554,0.0,0.0350102597993742,0.0,0.0146934340150952,0.255951455205554,0.0,0.0370506777911895,0.5,0.255951455205554,0.0,0.0232882721722128,0.255951455205554,0.0,0.0580707361125386,0.255951455205554,0.0,0.037278520662902,0.255951455205554,0.0,0.0455083566250606,0.0,0.21995668435325 -5810,0.255951455205554,0.0,0.0487430951462028,0.255951455205554,0.0,0.0440743695708485,0.255951455205554,0.0,0.0637611799572296,0.255951455205554,0.0,0.081038858766639,0.255951455205554,0.0,0.160913353950629,0.255951455205554,0.0,0.0966893891644026,0.5,0.255951455205554,0.0,0.0721388219266129,0.5,0.255951455205554,0.0,0.0185635213266836,0.5,0.255951455205554,0.0,0.0175846807923828,0.255951455205554,0.0,0.0736965660364714,0.0,0.00711066491503001,0.255951455205554,0.0,0.0349284339462011,0.5,0.255951455205554,0.0,0.0208495033684031,0.255951455205554,0.0,0.0559147595898548,0.255951455205554,0.0,0.0373087366508417,0.255951455205554,0.0,0.0654656827902979,0.0,0.252793143726652 -5811,0.255951455205554,0.0,0.0434827696718667,0.255951455205554,0.0,0.0431339632985408,0.255951455205554,0.0,0.0664040280786375,0.255951455205554,0.0,0.0646836161549177,0.255951455205554,0.0,0.161782498726416,0.255951455205554,0.0,0.125651617949582,0.5,0.255951455205554,0.0,0.0752179761877404,0.5,0.255951455205554,0.0,0.0195766636741397,0.5,0.255951455205554,0.0,0.0206373108159446,0.255951455205554,0.0,0.0970395228749558,0.0,0.00759679183405919,0.255951455205554,0.0,0.0303431030098531,0.5,0.255951455205554,0.0,0.0209053163719614,0.255951455205554,0.0,0.0509879148689087,0.255951455205554,0.0,0.0363319405238044,0.255951455205554,0.0,0.0831541649881428,0.0,0.248597837623149 -5812,0.255951455205554,0.0,0.0378148403606628,0.255951455205554,0.0,0.0364910838517999,0.255951455205554,0.0,0.0750097524246825,0.255951455205554,0.0,0.043508095322882,0.255951455205554,0.0,0.145452051955667,0.255951455205554,0.0,0.150527119316464,0.5,0.255951455205554,0.0,0.0600524184994012,0.5,0.255951455205554,0.0,0.0165537562870268,0.5,0.255951455205554,0.0,0.0239696156489731,0.255951455205554,0.0,0.0608676705565396,0.0,0.0139663177130094,0.255951455205554,0.0,0.0239018215104994,0.5,0.255951455205554,0.0,0.0157129353564278,0.255951455205554,0.0,0.0510512985423219,0.255951455205554,0.0,0.0452403131693524,0.255951455205554,0.0,0.100575034754631,0.0,0.240165324322064 -5813,0.255951455205554,0.0,0.0263042033868375,0.255951455205554,0.0,0.0270679931771818,0.255951455205554,0.0,0.0722127526601266,0.255951455205554,0.0,0.0366098305091574,0.255951455205554,0.0,0.127708168706216,0.255951455205554,0.0,0.133801243233178,0.5,0.255951455205554,0.0,0.0413871501648698,0.5,0.255951455205554,0.0,0.0151699010923046,0.5,0.255951455205554,0.0,0.0248253682332694,0.255951455205554,0.0,0.0234800845374795,0.0,0.024412552686791,0.255951455205554,0.0,0.0203333005130429,0.5,0.255951455205554,0.0,0.0113114011428154,0.255951455205554,0.0,0.0550901931190923,0.255951455205554,0.0,0.06611399808341,0.255951455205554,0.0,0.0971281023303233,0.0,0.20802716865465 -5814,0.255951455205554,0.0,0.0157626236998014,0.255951455205554,0.0,0.0214269649887593,0.255951455205554,0.0,0.0696148086042139,0.255951455205554,0.0,0.0343509724099131,0.255951455205554,0.0,0.132641764235971,0.255951455205554,0.0,0.0732272771959041,0.5,0.255951455205554,0.0,0.0252910791128793,0.5,0.255951455205554,0.0,0.0224877690573938,0.5,0.255951455205554,0.0,0.031914656794071,0.255951455205554,0.0,0.011425853856678,1.49856576300046e-06,0.0245997089801313,0.255951455205554,0.000242096386995621,0.0250074461460804,0.5,0.255951455205554,9.25398228614734e-06,0.0116779345908819,0.255951455205554,0.000259084222840091,0.0557015343253042,0.255951455205554,0.0,0.0748461484439568,0.255951455205554,0.0,0.110548878560621,0.0,0.143517501690993 -5815,0.255951455205554,0.00656215236030479,0.00833482732899306,0.255951455205554,0.00292607343903417,0.00892217191440667,0.255951455205554,0.00851510178804434,0.0887741299109917,0.255951455205554,0.000802715693336331,0.0350817970382465,0.255951455205554,0.00320942271589001,0.165565510926932,0.255951455205554,0.0271195252302089,0.0492396875754795,0.5,0.255951455205554,0.0189950851030374,0.0204973412627584,0.5,0.255951455205554,0.0150180939602266,0.0468090904991183,0.5,0.255951455205554,0.0349392714131371,0.0443291881119834,0.255951455205554,0.0274171892278622,0.00865466349617755,0.00488934770028658,0.0255531606422765,0.255951455205554,0.0113724930633615,0.0341058691686582,0.5,0.255951455205554,0.00701217257977154,0.0156021335399743,0.255951455205554,0.0219890833061216,0.0480310075815586,0.255951455205554,0.00200040078181047,0.0833280444394151,0.255951455205554,0.00498145703170796,0.151540550561878,0.00103622210233271,0.0596282054807702 -5816,0.255951455205554,0.041418491918264,0.0042679736863355,0.255951455205554,0.00974776131441385,0.00643511438284366,0.255951455205554,0.0431489630883256,0.14428203144649,0.255951455205554,0.010006772030587,0.0373454722025593,0.255951455205554,0.0150361730387143,0.216279085953758,0.255951455205554,0.101987949456605,0.0939331700322494,0.5,0.255951455205554,0.0763288425215729,0.0289669096367563,0.5,0.255951455205554,0.0662582928258911,0.0675720773744927,0.5,0.255951455205554,0.103261245877798,0.0750671124867252,0.255951455205554,0.119487326944179,0.0202100952020669,0.00418803320351063,0.0340816832397261,0.255951455205554,0.0293334173762835,0.0424601517620341,0.5,0.255951455205554,0.0360707400775779,0.022322207137244,0.255951455205554,0.050015639395002,0.0564308291358817,0.255951455205554,0.0102536589633983,0.0822923963936953,0.255951455205554,0.0358749330404851,0.1793919054217,0.00177113359747704,0.0202652433909624 -5817,0.255951455205554,0.115383200992376,0.00250579622742445,0.255951455205554,0.015832748616813,0.00344771945591855,0.255951455205554,0.0808287508856909,0.20338093332207,0.255951455205554,0.0496268529162012,0.0520429912623758,0.255951455205554,0.0458536698843771,0.280339857359261,0.255951455205554,0.139532822950221,0.168716730073663,0.5,0.255951455205554,0.132649456895795,0.0549758075209419,0.5,0.255951455205554,0.14203975199654,0.136192658461971,0.5,0.255951455205554,0.17179244425167,0.10734834438138,0.255951455205554,0.190855511578859,0.0737151631599548,0.0141937568795148,0.0489847203606955,0.255951455205554,0.0529721832741451,0.0550449735203818,0.5,0.255951455205554,0.0739869606096788,0.0252138442406497,0.255951455205554,0.058569119393651,0.0784854354518735,0.255951455205554,0.0311223907870438,0.0909745026925523,0.255951455205554,0.108001370833796,0.214338822935674,0.0544930968686495,0.0173752019621771 -5818,0.255951455205554,0.19976625611151,0.00224761298543553,0.255951455205554,0.0160422317843942,0.0091419710908397,0.255951455205554,0.114379155373212,0.207439731522919,0.255951455205554,0.114209970963279,0.0672619759598853,0.255951455205554,0.0788107638740525,0.364608255592837,0.255951455205554,0.113351521789377,0.231671598211852,0.5,0.255951455205554,0.165470001005084,0.0969654087994035,0.5,0.255951455205554,0.2523471237511,0.196176805318406,0.5,0.255951455205554,0.227307833798947,0.149706064720786,0.255951455205554,0.221715885115585,0.121439071310888,0.012595433849319,0.0755731556019653,0.255951455205554,0.066916133047055,0.066742409159992,0.5,0.255951455205554,0.100841409600259,0.0223454427388214,0.255951455205554,0.0602477321762374,0.0856302705405732,0.255951455205554,0.0694845360350579,0.103302270095926,0.255951455205554,0.195026105504059,0.267967301512788,0.135590673271637,0.0320503368645255 -5819,0.255951455205554,0.245512645724559,0.00113671106872727,0.255951455205554,0.0180830773865321,0.011528109480746,0.255951455205554,0.145967406697016,0.174415497914653,0.255951455205554,0.166933099790659,0.0287480053952658,0.255951455205554,0.130147777065053,0.468267982261404,0.255951455205554,0.123192376750997,0.322485214385536,0.5,0.255951455205554,0.15529408760589,0.139731245013694,0.5,0.255951455205554,0.328577457596167,0.243858221315468,0.5,0.255951455205554,0.273534005950983,0.185221753294076,0.255951455205554,0.200180974091292,0.170447180531683,0.0212792111477464,0.0594581654858091,0.255951455205554,0.0808681502761209,0.0721239192218917,0.5,0.255951455205554,0.087555252290558,0.0187648414402813,0.255951455205554,0.0910696242952857,0.0983069145595872,0.255951455205554,0.13111015112673,0.120171553429346,0.255951455205554,0.230934156960146,0.268636364656438,0.219326179269127,0.0616846024918233 -5820,0.255951455205554,0.240820011410889,0.000369804835657656,0.255951455205554,0.0466590431305967,0.022635739648506,0.255951455205554,0.178774985762491,0.144275316393609,0.255951455205554,0.185457872845519,0.00992874477553057,0.255951455205554,0.161295132625481,0.447514432846385,0.255951455205554,0.236853441427717,0.436998306467041,0.5,0.255951455205554,0.168695547495828,0.188176613276982,0.5,0.255951455205554,0.371621698685013,0.269567423898292,0.5,0.255951455205554,0.276222068589716,0.200698540406444,0.255951455205554,0.15946217612889,0.26197155084044,0.019404857415242,0.0315909720636336,0.255951455205554,0.123543692379823,0.0663522333875865,0.5,0.255951455205554,0.100414378019353,0.010109712579085,0.255951455205554,0.107364016923718,0.0924824186564286,0.255951455205554,0.167549838462661,0.121703557769771,0.255951455205554,0.325401355648135,0.307266562903246,0.124053877666285,0.0577524795468313 -5821,0.255951455205554,0.185581648224732,0.000570647896622049,0.255951455205554,0.0463103349628392,0.0191560365484683,0.255951455205554,0.251688518499035,0.131285889903185,0.255951455205554,0.426053873850701,0.0052537899392208,0.255951455205554,0.169382084470415,0.424176838759727,0.255951455205554,0.269853332020024,0.459985692544857,0.5,0.255951455205554,0.22107724926485,0.280311786438493,0.5,0.255951455205554,0.383265618260548,0.28092108748267,0.5,0.255951455205554,0.260632761253898,0.233522161660659,0.255951455205554,0.299086102811616,0.38278219123527,0.0274036744024501,0.0262209023803567,0.255951455205554,0.0909700531548136,0.0428103745147927,0.5,0.255951455205554,0.110150134897336,0.0063470840915942,0.255951455205554,0.104850301095249,0.055879240664507,0.255951455205554,0.241177203453358,0.157549209605467,0.255951455205554,0.318523664343584,0.308808989425666,0.0614004676571127,0.0313593113444091 -5822,0.255951455205554,0.154731377046061,0.00139298198943975,0.255951455205554,0.0797885568707897,0.0144673073225566,0.255951455205554,0.303868162538918,0.0955373194317468,0.255951455205554,0.484405437186376,0.000806361611992023,0.255951455205554,0.15798361925114,0.408143324442442,0.255951455205554,0.248861333395219,0.419216882729517,0.5,0.255951455205554,0.201359334176185,0.358865335515171,0.5,0.255951455205554,0.367347610675479,0.346310895116484,0.5,0.255951455205554,0.28276456258206,0.252301037029228,0.255951455205554,0.337794134553681,0.513814404420795,0.0448813217010688,0.0262847012213049,0.255951455205554,0.131650891773173,0.02890434789128,0.5,0.255951455205554,0.150818094581477,0.00701475064610203,0.255951455205554,0.160562284107671,0.0330245323067791,0.255951455205554,0.277326010556407,0.161564139041865,0.255951455205554,0.260497382632497,0.260028575474593,0.0248748175882048,0.0150545462551883 -5823,0.255951455205554,0.175668874684659,0.00326661788790123,0.255951455205554,0.109450876520329,0.0170180062324169,0.255951455205554,0.267734261167344,0.0645182781438351,0.255951455205554,0.434947754886692,0.00266851879410957,0.255951455205554,0.160380276829667,0.353772815787453,0.255951455205554,0.175176765111606,0.43424091777838,0.5,0.255951455205554,0.195917909484557,0.42099844997027,0.5,0.255951455205554,0.299467991198845,0.394152407409345,0.5,0.255951455205554,0.226399517145657,0.218263334741328,0.255951455205554,0.234001661026868,0.567173039274438,0.0670523323700673,0.0164309687459834,0.255951455205554,0.119715984485874,0.0182343309064572,0.5,0.255951455205554,0.142541832206336,0.0157089098506128,0.255951455205554,0.127968371779137,0.0224988703204953,0.255951455205554,0.284617194761225,0.135791296881065,0.255951455205554,0.175979041181697,0.182849787365013,0.0792913457824932,0.00978951496001578 -5824,0.255951455205554,0.150179674085089,0.00513586540473086,0.255951455205554,0.120214437480188,0.0162929317713338,0.255951455205554,0.197291254251388,0.0431476556316512,0.255951455205554,0.298624579335645,0.00701200148384853,0.255951455205554,0.158339923987574,0.296744910133634,0.255951455205554,0.0741109318170382,0.346732261416877,0.5,0.255951455205554,0.14989036881098,0.391096674447898,0.5,0.255951455205554,0.188104762985838,0.313981279953068,0.5,0.255951455205554,0.169834606797284,0.191192814817472,0.255951455205554,0.306338651349489,0.594751243071743,0.073599855555653,0.00289603962376871,0.255951455205554,0.104501456376125,0.0123328153087073,0.5,0.255951455205554,0.140619659986271,0.0314900344488855,0.255951455205554,0.0899313523737771,0.019839227792829,0.255951455205554,0.244977437239114,0.0859930095870135,0.255951455205554,0.0833006697032567,0.105797003148317,0.117621301747388,0.00829014383529229 -5825,0.255951455205554,0.115948741010895,0.0075120430547907,0.255951455205554,0.116125877754338,0.0115626752446711,0.255951455205554,0.142284774412891,0.0309683623307551,0.255951455205554,0.229972062348904,0.0124309205881334,0.255951455205554,0.136483423528275,0.249034328351753,0.255951455205554,0.0834450460770577,0.241912190935324,0.5,0.255951455205554,0.11486748081439,0.30699795889607,0.5,0.255951455205554,0.122735132878698,0.240602838559806,0.5,0.255951455205554,0.0886173160462548,0.119038546265995,0.255951455205554,0.0901218716383265,0.357196764889964,0.072892527560899,0.0,0.255951455205554,0.0966393966245855,0.00864778025486233,0.5,0.255951455205554,0.0942198199915459,0.0427702703752837,0.255951455205554,0.0586030346907714,0.0132364668897303,0.255951455205554,0.17517894584174,0.0471021337559143,0.255951455205554,0.0570403606639379,0.0622884474384259,0.223515477811841,0.00729590129503382 -5826,0.255951455205554,0.0938008121956037,0.0078860377241518,0.255951455205554,0.0781616049782015,0.00541643639974452,0.255951455205554,0.0880493885202504,0.0217516663555688,0.255951455205554,0.117422962712394,0.0164755825184393,0.255951455205554,0.0793909161711471,0.185285787356198,0.255951455205554,0.0792796754260544,0.157113538216629,0.5,0.255951455205554,0.0669368580611855,0.229314146816854,0.5,0.255951455205554,0.0714644599267846,0.192916495929511,0.5,0.255951455205554,0.0276492315205309,0.0720248322390076,0.255951455205554,0.0674013282754219,0.21730720531731,0.0561620266908932,0.000457362124253829,0.255951455205554,0.0471282989613041,0.00404829584401421,0.5,0.255951455205554,0.033945146289782,0.0331129307146429,0.255951455205554,0.0292328882917744,0.0060264863624301,0.255951455205554,0.0789149301550294,0.030220369052198,0.255951455205554,0.0278863581163716,0.0436608696895461,0.150129973809869,0.00515784949014248 -5827,0.255951455205554,0.000139392043511082,0.00471365949781746,0.255951455205554,0.0,0.00471133391482356,0.255951455205554,0.00625369619516825,0.0116501705770159,0.255951455205554,0.0,0.0114495940668116,0.255951455205554,0.00802621340216352,0.142423592329581,0.255951455205554,0.0,0.0883579358838819,0.5,0.255951455205554,0.00262612723677835,0.167948819059124,0.5,0.255951455205554,4.54161030705462e-05,0.139599555335664,0.5,0.255951455205554,0.000126631559403624,0.0505206327904048,0.255951455205554,0.00660301112127128,0.100869847278241,1.37636758198003e-05,0.00427342211633563,0.255951455205554,0.000103642406699867,0.00192243766677325,0.5,0.255951455205554,3.58500255337053e-05,0.0188374678361344,0.255951455205554,2.48892208103648e-05,0.00713043175160271,0.255951455205554,0.0,0.0172108640726066,0.255951455205554,5.46766968248118e-05,0.0276294813547912,0.0,0.00481005419470837 -5828,0.255951455205554,0.0,0.00458386435202668,0.255951455205554,0.0,0.0113900157837234,0.255951455205554,0.0,0.0116282779778446,0.255951455205554,0.0,0.00828871634357001,0.255951455205554,0.0,0.101337516905295,0.255951455205554,0.0,0.057326182943612,0.5,0.255951455205554,0.0,0.119237439410267,0.5,0.255951455205554,0.0,0.083174803045871,0.5,0.255951455205554,0.0,0.0359448134378109,0.255951455205554,0.0,0.06777977432775,0.0,0.00321122657185834,0.255951455205554,0.0,0.00117511414438451,0.5,0.255951455205554,0.0,0.0126350278021365,0.255951455205554,0.0,0.0101707651450001,0.255951455205554,0.0,0.0149528705202545,0.255951455205554,0.0,0.0192023143058919,0.0,0.00680011905840202 -5829,0.255951455205554,0.0,0.00325680558152553,0.255951455205554,0.0,0.0154734150225913,0.255951455205554,0.0,0.0108589351101112,0.255951455205554,0.0,0.00516463566787825,0.255951455205554,0.0,0.0741316443048441,0.255951455205554,0.0,0.036782451490626,0.5,0.255951455205554,0.0,0.101666849309864,0.5,0.255951455205554,0.0,0.0641162881560426,0.5,0.255951455205554,0.0,0.0364165722237303,0.255951455205554,0.0,0.049274983715606,0.0,0.00121125515995955,0.255951455205554,0.0,0.00078090462051019,0.5,0.255951455205554,0.0,0.00986622230783398,0.255951455205554,0.0,0.0162368981626769,0.255951455205554,0.0,0.0123200003051029,0.255951455205554,0.0,0.0137207741261784,0.0,0.00761503877361922 -5830,0.255951455205554,0.0,0.00301468828516471,0.255951455205554,0.0,0.0119953289402584,0.255951455205554,0.0,0.00851263530708788,0.255951455205554,0.0,0.00238110946553754,0.255951455205554,0.0,0.0672110422574104,0.255951455205554,0.0,0.042914315412632,0.5,0.255951455205554,0.0,0.106501224239373,0.5,0.255951455205554,0.0,0.0704790544109468,0.5,0.255951455205554,0.0,0.0433544867397989,0.255951455205554,0.0,0.0243632129495138,0.0,0.000541976594600553,0.255951455205554,0.0,0.00149119357532569,0.5,0.255951455205554,0.0,0.00725149454625769,0.255951455205554,0.0,0.021655102295102,0.255951455205554,0.0,0.00822360449086416,0.255951455205554,0.0,0.0107256821213491,0.0,0.00440118637655724 -5831,0.255951455205554,0.0,0.00213141877517617,0.255951455205554,0.0,0.00996671317383115,0.255951455205554,0.0,0.00669606810934852,0.255951455205554,0.0,0.00064492876669223,0.255951455205554,0.0,0.0607496581397091,0.255951455205554,0.0,0.0481479804571227,0.5,0.255951455205554,0.0,0.112788473752724,0.5,0.255951455205554,0.0,0.0913628407526728,0.5,0.255951455205554,0.0,0.0553832580367617,0.255951455205554,0.0,0.0150288447407127,0.0,0.000752809128188269,0.255951455205554,0.0,0.00345540355275065,0.5,0.255951455205554,0.0,0.00395808348678584,0.255951455205554,0.0,0.0280954979475329,0.255951455205554,0.0,0.00625190059112462,0.255951455205554,0.0,0.00991216618027709,0.0,0.0037417431930916 -5832,0.255951455205554,0.0,0.00121789883387624,0.255951455205554,0.0,0.00741265959685904,0.255951455205554,0.0,0.00656264997433668,0.255951455205554,0.0,0.000888414305787975,0.255951455205554,0.0,0.0600760241372787,0.255951455205554,0.0,0.043933970490707,0.5,0.255951455205554,0.0,0.0880878602664401,0.5,0.255951455205554,0.0,0.104022611835104,0.5,0.255951455205554,0.0,0.0649475989946632,0.255951455205554,0.0,0.0175622991595539,0.0,0.00239850513478633,0.255951455205554,0.0,0.00561484533267736,0.5,0.255951455205554,0.0,0.00171166661694563,0.255951455205554,0.0,0.0334660661672405,0.255951455205554,0.0,0.00677625895181105,0.255951455205554,0.0,0.0113303149945127,0.0,0.00415948696495841 -5833,0.255951455205554,0.0,0.00149501318691297,0.255951455205554,0.0,0.00896950099342164,0.255951455205554,0.0,0.00699042376830191,0.255951455205554,0.0,0.00173419434044877,0.255951455205554,0.0,0.0558168293026819,0.255951455205554,0.0,0.0428078169449717,0.5,0.255951455205554,0.0,0.0806008275820326,0.5,0.255951455205554,0.0,0.0975508039730942,0.5,0.255951455205554,0.0,0.0657884091345079,0.255951455205554,0.0,0.0344803205948395,0.0,0.00523037480508492,0.255951455205554,0.0,0.00825377270111186,0.5,0.255951455205554,0.0,0.00253815068649401,0.255951455205554,0.0,0.0380670409015992,0.255951455205554,0.0,0.0102431911531879,0.255951455205554,0.0,0.013020673202402,0.0,0.00703073114306398 -5834,0.255951455205554,0.0,0.00157109420484998,0.255951455205554,0.0,0.0063418375621238,0.255951455205554,0.0,0.00755352833435397,0.255951455205554,0.0,0.00179605762882118,0.255951455205554,0.0,0.0439897451855766,0.255951455205554,0.0,0.0370788137594965,0.5,0.255951455205554,0.0,0.0647399804455517,0.5,0.255951455205554,0.0,0.0866887563989242,0.5,0.255951455205554,0.0,0.06978237441087,0.255951455205554,0.0,0.0368284722645089,0.0,0.00917076363813221,0.255951455205554,0.0,0.0102243797298426,0.5,0.255951455205554,0.0,0.0038024769472614,0.255951455205554,0.0,0.0460495289712612,0.255951455205554,0.0,0.0135752795837505,0.255951455205554,0.0,0.0134799013060008,0.0,0.0043047363304149 -5835,0.255951455205554,0.0,0.000876116846903122,0.255951455205554,0.0,0.00214237994115021,0.255951455205554,0.0,0.00701156285637538,0.255951455205554,0.0,0.00227870208882699,0.255951455205554,0.0,0.0376561651471807,0.255951455205554,0.0,0.0268963230840647,0.5,0.255951455205554,0.0,0.0412761972387015,0.5,0.255951455205554,0.0,0.0749169274585451,0.5,0.255951455205554,0.0,0.0655324245510514,0.255951455205554,0.0,0.0243863227856507,0.0,0.00761330543718168,0.255951455205554,0.0,0.0138546112263519,0.5,0.255951455205554,0.0,0.00291796536497529,0.255951455205554,0.0,0.042473451509116,0.255951455205554,0.0,0.01522973049331,0.255951455205554,0.0,0.0116263027936677,0.0,0.00242376451129641 -5836,0.255951455205554,0.0,0.000814567053590099,0.255951455205554,0.0,0.000995293127425069,0.255951455205554,0.0,0.00666908385253134,0.255951455205554,0.0,0.00248928482159259,0.255951455205554,0.0,0.0302281801931075,0.255951455205554,0.0,0.0209490145569624,0.5,0.255951455205554,0.0,0.0275961736440052,0.5,0.255951455205554,0.0,0.0672327866920788,0.5,0.255951455205554,0.0,0.0582295147238092,0.255951455205554,0.0,0.0150989484883211,0.0,0.00694569296844532,0.255951455205554,0.0,0.0212874341610135,0.5,0.255951455205554,0.0,0.00207746157295372,0.255951455205554,0.0,0.0416160299943643,0.255951455205554,0.0,0.0112781826383539,0.255951455205554,0.0,0.0112995563235909,0.0,0.00268570781435141 -5837,0.255951455205554,0.0,0.00124577222917696,0.255951455205554,0.0,0.00168986664135483,0.255951455205554,0.0,0.00524018422492738,0.255951455205554,0.0,0.00243726320198649,0.255951455205554,0.0,0.0226430396427666,0.255951455205554,0.0,0.0216072959491379,0.5,0.255951455205554,0.0,0.0245143346233485,0.5,0.255951455205554,0.0,0.0601463497101498,0.5,0.255951455205554,0.0,0.0462099751722346,0.255951455205554,0.0,0.00915426929837446,0.0,0.0108132032572373,0.255951455205554,0.0,0.0257120160696011,0.5,0.255951455205554,0.0,0.00174167183345037,0.255951455205554,0.0,0.0459629772258399,0.255951455205554,0.0,0.00944526551757063,0.255951455205554,0.0,0.00683794773866277,0.0,0.00202581701669573 -5838,0.255951455205554,0.0,0.000856763190764421,0.255951455205554,0.0,0.00102490393174679,0.255951455205554,0.0,0.00399531542751088,0.255951455205554,0.0,0.0037590741333121,0.255951455205554,0.0,0.0182228311693812,0.255951455205554,0.0,0.0178778479629764,0.5,0.255951455205554,0.0,0.0239549044688818,0.5,0.255951455205554,0.0,0.0472350380165892,0.5,0.255951455205554,0.0,0.0441752119462616,0.255951455205554,0.0,0.00855250660797363,0.0,0.0202774737274882,0.255951455205554,2.05636348449519e-05,0.0243262606326969,0.5,0.255951455205554,0.000185284032334579,0.00165854731593785,0.255951455205554,2.4069287407139e-05,0.051398116150346,0.255951455205554,0.0,0.0135593709727686,0.255951455205554,0.0,0.00634709223395609,0.0,0.000426828086127207 -5839,0.255951455205554,0.0414844051359871,0.000689968403994832,0.255951455205554,0.0375661911917407,0.000330784984803061,0.255951455205554,0.0260698312803919,0.00488760035481171,0.255951455205554,0.0354559989579035,0.00149397362743768,0.255951455205554,0.0161682263892888,0.0151631641912688,0.255951455205554,0.00418468365735265,0.0143862674163475,0.5,0.255951455205554,0.00272868148631821,0.0200454418899998,0.5,0.255951455205554,0.00333206172792487,0.0479682165180199,0.5,0.255951455205554,0.0151429001899904,0.0561395625381304,0.255951455205554,0.00531197001511361,0.00971447011717606,0.00425214392336947,0.0232885034395259,0.255951455205554,0.0169997234747102,0.0193991906427314,0.5,0.255951455205554,0.0463834393626785,0.00221065069955667,0.255951455205554,0.0277793603845096,0.059052697628636,0.255951455205554,0.0376914257819159,0.0160946159092825,0.255951455205554,0.00754805826930211,0.00858382179181646,0.0449995735772159,9.31419272068532e-05 -5840,0.255951455205554,0.141916285435618,0.00175666900103109,0.255951455205554,0.0934247333580077,0.000909023797516996,0.255951455205554,0.114096574316371,0.0105109443734375,0.255951455205554,0.142280069059483,0.000363532391733558,0.255951455205554,0.0957958142634777,0.0239685824743669,0.255951455205554,0.021556120174718,0.015938017005894,0.5,0.255951455205554,0.0210688852284533,0.0226680038345336,0.5,0.255951455205554,0.0232735670346833,0.0661387800178503,0.5,0.255951455205554,0.0478560133590669,0.0771961416253047,0.255951455205554,0.0307253889716462,0.0105820636585656,0.00664986737339862,0.0353083366544616,0.255951455205554,0.047523622269844,0.0244482911653483,0.5,0.255951455205554,0.108616961697214,0.00543925487677718,0.255951455205554,0.0925849318314262,0.0851573789045121,0.255951455205554,0.141098457282302,0.0358218724752666,0.255951455205554,0.0463159070100784,0.01583816124734,0.121296468411591,0.000144850786818422 -5841,0.255951455205554,0.258619600678751,0.00305256672940011,0.255951455205554,0.157101953161184,0.00141152744885462,0.255951455205554,0.235717657657285,0.0218627405485927,0.255951455205554,0.283646989616636,0.00361270589465771,0.255951455205554,0.206089504523443,0.0456890280990487,0.255951455205554,0.0712817639266189,0.0241151579115649,0.5,0.255951455205554,0.0510775323212062,0.0343967383770467,0.5,0.255951455205554,0.0725837592962219,0.0811310380869446,0.5,0.255951455205554,0.0847163199390521,0.0924419509425401,0.255951455205554,0.0548125105147742,0.0147786257266095,0.00599262865315022,0.0586123414164378,0.255951455205554,0.101078555440251,0.0386076298678134,0.5,0.255951455205554,0.156489363419851,0.0120927067511446,0.255951455205554,0.167193835346071,0.121690685217795,0.255951455205554,0.244318647251952,0.0536516658205256,0.255951455205554,0.123568856284748,0.035235224354535,0.183454443662748,0.000218154253712628 -5842,0.255951455205554,0.401570958201076,0.00362596350778887,0.255951455205554,0.271585732047432,0.00203151297002424,0.255951455205554,0.357815878104184,0.0306680100750298,0.255951455205554,0.423206876075091,0.0202778971369021,0.255951455205554,0.320558688272002,0.0721135761650582,0.255951455205554,0.167597051412846,0.0415487672042809,0.5,0.255951455205554,0.0933440551731011,0.0443267482185813,0.5,0.255951455205554,0.146935269587134,0.0987703017826262,0.5,0.255951455205554,0.143997839051879,0.0874309870419855,0.255951455205554,0.0963887393360482,0.0250785304875277,0.019535456276284,0.0344446838978063,0.255951455205554,0.160313411066424,0.058496171319763,0.5,0.255951455205554,0.180871645685645,0.0189674966189939,0.255951455205554,0.248848836886317,0.153352501722307,0.255951455205554,0.324156920898918,0.0657137576957804,0.255951455205554,0.204549023255228,0.0514498237937761,0.360220599747334,0.000169639611049315 -5843,0.255951455205554,0.542712642418423,0.00550364215455544,0.255951455205554,0.499430420636347,0.00201297570963215,0.255951455205554,0.451909137857706,0.0330599653753609,0.255951455205554,0.525568438821954,0.0217066195076009,0.255951455205554,0.417667322301057,0.0757309655609477,0.255951455205554,0.208854541241608,0.0501930401368337,0.5,0.255951455205554,0.148635120985476,0.0493973584746801,0.5,0.255951455205554,0.204483096169621,0.110302528086019,0.5,0.255951455205554,0.173813251988925,0.0791686677739344,0.255951455205554,0.153932739413691,0.0464648570915812,0.132222384951052,0.0631431085589957,0.255951455205554,0.224063422868668,0.0660997829451485,0.5,0.255951455205554,0.206551286053285,0.0255844862887669,0.255951455205554,0.305354702380447,0.185377533287653,0.255951455205554,0.412830614445654,0.0785023288656828,0.255951455205554,0.281659450874009,0.0642211640665361,0.537252906312778,0.000176041927322182 -5844,0.255951455205554,0.597437953628531,0.0100316494421312,0.255951455205554,0.61515690959342,0.00602849682518394,0.255951455205554,0.495895311061146,0.0311907454128498,0.255951455205554,0.54173289282279,0.023685750948661,0.255951455205554,0.434488961906148,0.0691257259332019,0.255951455205554,0.234043423570148,0.0624084074559273,0.5,0.255951455205554,0.194461767046667,0.0441926984492569,0.5,0.255951455205554,0.225984196783266,0.128900023998509,0.5,0.255951455205554,0.203328040970285,0.0952365366888136,0.255951455205554,0.146511561817018,0.0532060031251367,0.405160989003416,0.070663887087699,0.255951455205554,0.30132660115266,0.0679440174723329,0.5,0.255951455205554,0.226278106762261,0.0258191047056173,0.255951455205554,0.329081257552697,0.179007928551248,0.255951455205554,0.416254002402713,0.100936323948725,0.255951455205554,0.360985657493535,0.0765964040788288,0.604827679756732,0.000224732068216781 -5845,0.255951455205554,0.603074549241165,0.0187778472390907,0.255951455205554,0.637256381269586,0.0120344734391162,0.255951455205554,0.507634625156586,0.0300402987594004,0.255951455205554,0.587965152120328,0.0326392975829125,0.255951455205554,0.439926114341741,0.0534872580960497,0.255951455205554,0.237378341912579,0.0779898120567969,0.5,0.255951455205554,0.223064554378875,0.0351327934445775,0.5,0.255951455205554,0.248807230141784,0.149218162726302,0.5,0.255951455205554,0.254962690704311,0.130784451507366,0.255951455205554,0.164730675240774,0.052049339694263,0.351879397588122,0.0326003576041923,0.255951455205554,0.348290781540489,0.0598330147405616,0.5,0.255951455205554,0.266546891971133,0.0275366908157155,0.255951455205554,0.351049145407791,0.170651769270373,0.255951455205554,0.359015975900588,0.12495122164429,0.255951455205554,0.332447681493676,0.0926923013165374,0.61847480319785,0.00298617102095777 -5846,0.255951455205554,0.548911074823799,0.0262406818335972,0.255951455205554,0.615610947490898,0.00896980534363248,0.255951455205554,0.490787209569709,0.0250375896425572,0.255951455205554,0.589711836985094,0.0273396837382176,0.255951455205554,0.449931775820343,0.0364286500465222,0.255951455205554,0.263425840057372,0.0859272136555064,0.5,0.255951455205554,0.288955352478596,0.0341250981257268,0.5,0.255951455205554,0.255454640306346,0.151166672053843,0.5,0.255951455205554,0.202023285793936,0.140685256558234,0.255951455205554,0.198472251965026,0.0359373695609151,0.21504111120831,0.0210500425357524,0.255951455205554,0.300299130495376,0.0575128576974274,0.5,0.255951455205554,0.284650965363183,0.037615566442474,0.255951455205554,0.318675782502879,0.183294103223746,0.255951455205554,0.247075350287572,0.12856937042374,0.255951455205554,0.277993968287137,0.123337185163611,0.485309405374226,0.00615149970813386 -5847,0.255951455205554,0.460577511047252,0.0308919099044641,0.255951455205554,0.506889828750338,0.00865198186594777,0.255951455205554,0.411352306864841,0.0222994537868457,0.255951455205554,0.267545763355108,0.0155221704615254,0.255951455205554,0.42907893826065,0.0300939503796903,0.255951455205554,0.287174263197834,0.0765437480384386,0.5,0.255951455205554,0.332549082277362,0.0282792725473419,0.5,0.255951455205554,0.243495533615898,0.139926605159881,0.5,0.255951455205554,0.133173533844397,0.136524703191542,0.255951455205554,0.354713217653229,0.020490118205018,0.203017727369704,0.0465491085053491,0.255951455205554,0.224355672253982,0.0708604149196889,0.5,0.255951455205554,0.260607761281008,0.0460163321274751,0.255951455205554,0.227069786566765,0.207880601964933,0.255951455205554,0.160233420138404,0.139121499582208,0.255951455205554,0.224735058088491,0.15087676883783,0.384051802728702,0.00945742322854063 -5848,0.255951455205554,0.33910518404223,0.0366746519879614,0.255951455205554,0.323090523710386,0.0134330721539593,0.255951455205554,0.281615114814222,0.0209165251822331,0.255951455205554,0.168046377770964,0.00931830021029915,0.255951455205554,0.36311053006064,0.0261146952628721,0.255951455205554,0.240477836052923,0.051273008298993,0.5,0.255951455205554,0.330391909565708,0.0218039435143401,0.5,0.255951455205554,0.202587453040775,0.11622045780981,0.5,0.255951455205554,0.0916707011145077,0.110828153880322,0.255951455205554,0.414303573448977,0.0160962785347275,0.189398266472921,0.070878507735337,0.255951455205554,0.162661431616199,0.0799291743676241,0.5,0.255951455205554,0.214157378760684,0.0571445303592638,0.255951455205554,0.116309283838508,0.182338453442871,0.255951455205554,0.106924546408233,0.133267479081136,0.255951455205554,0.137824517735764,0.160659063154527,0.320384382564328,0.0127682472848507 -5849,0.255951455205554,0.233477124678623,0.0449944252561346,0.255951455205554,0.219353148854106,0.0183235286172601,0.255951455205554,0.180533212391168,0.0179721140946105,0.255951455205554,0.104644706632046,0.00648526337629557,0.255951455205554,0.271786423815535,0.016366458979457,0.255951455205554,0.171826069242863,0.0257645386782993,0.5,0.255951455205554,0.232307504621324,0.0148997403405812,0.5,0.255951455205554,0.122325518182403,0.0894344430008879,0.5,0.255951455205554,0.0502167605783049,0.0721370750223598,0.255951455205554,0.266035935852215,0.0143631259154305,0.1271409481235,0.0723374008128425,0.255951455205554,0.0966455976366079,0.0700184066854271,0.5,0.255951455205554,0.135787513256092,0.0658765960445725,0.255951455205554,0.0505570262153712,0.134055283499229,0.255951455205554,0.0707379977866381,0.11021453153358,0.255951455205554,0.080568887915943,0.130258103328776,0.181669441223397,0.0131492192487392 -5850,0.255951455205554,0.1238864504281,0.0436097680076292,0.255951455205554,0.0809818068404004,0.0231636078413449,0.255951455205554,0.093254772500533,0.0140386634173797,0.255951455205554,0.0403112245525329,0.00348266526107044,0.255951455205554,0.152289082943288,0.00523768781855404,0.255951455205554,0.0839177221587226,0.00886271302241732,0.5,0.255951455205554,0.128105700941559,0.00580747380910436,0.5,0.255951455205554,0.0529436644438026,0.0604482813522198,0.5,0.255951455205554,0.0174272905154723,0.0573904789192859,0.255951455205554,0.123247319281112,0.00527833084485889,0.0358944824937671,0.0642006435699408,0.255951455205554,0.0294142430082322,0.0484637684450479,0.5,0.255951455205554,0.0526917991613125,0.0527762359645942,0.255951455205554,0.0150136204766919,0.0950937203728903,0.255951455205554,0.0337296237163248,0.0743452777344354,0.255951455205554,0.0444562466909685,0.0756517005942683,0.0701043145910388,0.0120255721663416 -5851,0.255951455205554,6.38742447166501e-05,0.0215069505912324,0.255951455205554,0.0,0.027149260214091,0.255951455205554,0.00308778599960927,0.0125210219332821,0.255951455205554,0.0,0.00322890795868236,0.255951455205554,0.00906388577704884,0.00278681021234659,0.255951455205554,0.0,0.00488437845768869,0.5,0.255951455205554,0.00219590169955453,0.00134358036559485,0.5,0.255951455205554,0.0,0.033994325619556,0.5,0.255951455205554,0.000127818303045152,0.0537574417205795,0.255951455205554,0.0,0.00106690538953849,6.09117081724076e-06,0.0390416726173269,0.255951455205554,0.000185700013122184,0.0385731448093887,0.5,0.255951455205554,9.41494375516e-05,0.0400731872893723,0.255951455205554,4.17261490740283e-06,0.0706001474004925,0.255951455205554,0.000104086324631335,0.0457505496150095,0.255951455205554,0.0,0.0500522237508031,0.0,0.0100799113638531 -5852,0.255951455205554,0.0,0.017314490009348,0.255951455205554,0.0,0.0442445848812531,0.255951455205554,0.0,0.0164131674599594,0.255951455205554,0.0,0.0067098038074899,0.255951455205554,0.0,0.00547899148955518,0.255951455205554,0.0,0.00765648982726001,0.5,0.255951455205554,0.0,0.00163187804897354,0.5,0.255951455205554,0.0,0.0194815182484583,0.5,0.255951455205554,0.0,0.0517673586481407,0.255951455205554,0.0,0.00296291319612784,0.0,0.0310356923988584,0.255951455205554,0.0,0.0405269955874773,0.5,0.255951455205554,0.0,0.0374248857618286,0.255951455205554,0.0,0.0570478584263624,0.255951455205554,0.0,0.0282172668831695,0.255951455205554,0.0,0.0348063884857266,0.0,0.00738656894661486 -5853,0.255951455205554,0.0,0.0130835084182785,0.255951455205554,0.0,0.0429352455998601,0.255951455205554,0.0,0.0178627986280648,0.255951455205554,0.0,0.00953124851230213,0.255951455205554,0.0,0.00696147780418544,0.255951455205554,0.0,0.00998804234167822,0.5,0.255951455205554,0.0,0.00103686210054008,0.5,0.255951455205554,0.0,0.011068950781348,0.5,0.255951455205554,0.0,0.0520104082226045,0.255951455205554,0.0,0.00367802121635704,0.0,0.0471994629328213,0.255951455205554,0.0,0.043769009629582,0.5,0.255951455205554,0.0,0.0383684374327754,0.255951455205554,0.0,0.0507175078220847,0.255951455205554,0.0,0.0252656160701029,0.255951455205554,0.0,0.0195921303813789,0.0,0.00496010483734812 -5854,0.255951455205554,0.0,0.00927372064880764,0.255951455205554,0.0,0.0328994153760108,0.255951455205554,0.0,0.0173187628555091,0.255951455205554,0.0,0.00828181217698695,0.255951455205554,0.0,0.00817783223413732,0.255951455205554,0.0,0.00874804588151507,0.5,0.255951455205554,0.0,0.000502465849054434,0.5,0.255951455205554,0.0,0.00779528485948326,0.5,0.255951455205554,0.0,0.0517512260789277,0.255951455205554,0.0,0.00128466786170171,0.0,0.0448937849636351,0.255951455205554,0.0,0.0402867287900755,0.5,0.255951455205554,0.0,0.0419256603377364,0.255951455205554,0.0,0.0409122524866739,0.255951455205554,0.0,0.0320825413033467,0.255951455205554,0.0,0.0128854292170566,0.0,0.00481101738905814 -5855,0.255951455205554,0.0,0.00659145731803323,0.255951455205554,0.0,0.0314616748751548,0.255951455205554,0.0,0.0144597170339655,0.255951455205554,0.0,0.00494158189868966,0.255951455205554,0.0,0.00833871981982012,0.255951455205554,0.0,0.00744261673338382,0.5,0.255951455205554,0.0,0.00056340477891404,0.5,0.255951455205554,0.0,0.00715093698161545,0.5,0.255951455205554,0.0,0.0460497034135896,0.255951455205554,0.0,0.000562792253662115,0.0,0.0282683619317362,0.255951455205554,0.0,0.0335638422220502,0.5,0.255951455205554,0.0,0.0433601094084105,0.255951455205554,0.0,0.0309152167967684,0.255951455205554,0.0,0.0351890988766264,0.255951455205554,0.0,0.0142040137877052,0.0,0.00450184226488662 -5856,0.255951455205554,0.0,0.00497104152649075,0.255951455205554,0.0,0.0261221505924738,0.255951455205554,0.0,0.0105041458854366,0.255951455205554,0.0,0.00361918751378103,0.255951455205554,0.0,0.00784868731743778,0.255951455205554,0.0,0.00650314244219764,0.5,0.255951455205554,0.0,0.00139846749976559,0.5,0.255951455205554,0.0,0.00896794960715624,0.5,0.255951455205554,0.0,0.0422913248283442,0.255951455205554,0.0,0.000624575900137257,0.0,0.0148743096999202,0.255951455205554,0.0,0.0306603570074156,0.5,0.255951455205554,0.0,0.0366895899814483,0.255951455205554,0.0,0.0287740450669279,0.255951455205554,0.0,0.0340422882533641,0.255951455205554,0.0,0.0164764676449063,0.0,0.00288849266863342 -5857,0.255951455205554,0.0,0.00402311032240256,0.255951455205554,0.0,0.0157352156120612,0.255951455205554,0.0,0.00742841739557368,0.255951455205554,0.0,0.00308549180425509,0.255951455205554,0.0,0.00630247408265373,0.255951455205554,0.0,0.00719674596422387,0.5,0.255951455205554,0.0,0.00225671098733849,0.5,0.255951455205554,0.0,0.0111828032894813,0.5,0.255951455205554,0.0,0.0500444996986756,0.255951455205554,0.0,0.000502301765864667,0.0,0.00725837850594989,0.255951455205554,0.0,0.0309944259693468,0.5,0.255951455205554,0.0,0.0305234764248895,0.255951455205554,0.0,0.031229817556136,0.255951455205554,0.0,0.0324645915207291,0.255951455205554,0.0,0.0189458593323599,0.0,0.00187299398916414 -5858,0.255951455205554,0.0,0.00319833757346828,0.255951455205554,0.0,0.0122264737778767,0.255951455205554,0.0,0.00645326420678722,0.255951455205554,0.0,0.00342892824950638,0.255951455205554,0.0,0.00503057983350074,0.255951455205554,0.0,0.0092301264152474,0.5,0.255951455205554,0.0,0.00286878562777709,0.5,0.255951455205554,0.0,0.0130902651562646,0.5,0.255951455205554,0.0,0.0650927678477424,0.255951455205554,0.0,0.000377624441560797,0.0,0.00288973656949161,0.255951455205554,0.0,0.0284263024149387,0.5,0.255951455205554,0.0,0.026557646445648,0.255951455205554,0.0,0.0305781783563805,0.255951455205554,0.0,0.0314998023957205,0.255951455205554,0.0,0.0200028392069622,0.0,0.00176233998310723 -5859,0.255951455205554,0.0,0.00192785754699294,0.255951455205554,0.0,0.0123384625989816,0.255951455205554,0.0,0.00729024531847442,0.255951455205554,0.0,0.0034819131867921,0.255951455205554,0.0,0.00395695985536101,0.255951455205554,0.0,0.0123557708454548,0.5,0.255951455205554,0.0,0.00368220733162419,0.5,0.255951455205554,0.0,0.0199588194040408,0.5,0.255951455205554,0.0,0.0761326819773419,0.255951455205554,0.0,0.000514854059779356,0.0,0.00277659587419368,0.255951455205554,0.0,0.0245832390332326,0.5,0.255951455205554,0.0,0.0199169405768033,0.255951455205554,0.0,0.0297198642355451,0.255951455205554,0.0,0.0329395169504365,0.255951455205554,0.0,0.0202359789750936,0.0,0.00204140037773263 -5860,0.255951455205554,0.0,0.00173235026402781,0.255951455205554,0.0,0.0136179325681309,0.255951455205554,0.0,0.00747885217769735,0.255951455205554,0.0,0.00204713316932119,0.255951455205554,0.0,0.0024358213969181,0.255951455205554,0.0,0.0154930767463731,0.5,0.255951455205554,0.0,0.0046206127125316,0.5,0.255951455205554,0.0,0.0332661966965448,0.5,0.255951455205554,0.0,0.083179267356745,0.255951455205554,0.0,0.00103906034708069,0.0,0.00214795846276663,0.255951455205554,0.0,0.0188457561713051,0.5,0.255951455205554,0.0,0.0146834297230001,0.255951455205554,0.0,0.0316700994267821,0.255951455205554,0.0,0.0320011109714227,0.255951455205554,0.0,0.0210382833374577,0.0,0.00281169948916631 -5861,0.255951455205554,0.0,0.0031704019325296,0.255951455205554,0.0,0.0147917464616742,0.255951455205554,0.0,0.00710942527211244,0.255951455205554,0.0,0.00137837188284383,0.255951455205554,0.0,0.00240181157914766,0.255951455205554,0.0,0.0180029260916554,0.5,0.255951455205554,0.0,0.005965281127403,0.5,0.255951455205554,0.0,0.047476183817537,0.5,0.255951455205554,0.0,0.0940161966416368,0.255951455205554,0.0,0.00373078423426637,0.0,0.00181986778752266,0.255951455205554,0.0,0.0153466167449375,0.5,0.255951455205554,0.0,0.0143071093403898,0.255951455205554,0.0,0.0357801345971743,0.255951455205554,0.0,0.0284777775253633,0.255951455205554,0.0,0.0217247185196256,0.0,0.00408103167405942 -5862,0.255951455205554,0.0,0.00632464633530759,0.255951455205554,0.0,0.0148028285399115,0.255951455205554,0.0,0.00734650470540021,0.255951455205554,0.0,0.0024522557911632,0.255951455205554,0.0,0.00269232763930494,0.255951455205554,0.0,0.0208229224181874,0.5,0.255951455205554,0.0,0.0106451281644917,0.5,0.255951455205554,0.0,0.0593845322736393,0.5,0.255951455205554,0.0,0.107649558128349,0.255951455205554,0.0,0.0102249725810648,8.44117570037857e-08,0.00678595146094511,0.255951455205554,0.000112800433985005,0.0151300881730367,0.5,0.255951455205554,0.000121901734700214,0.0188252330763357,0.255951455205554,9.30288746980535e-05,0.0408201030963279,0.255951455205554,0.0,0.0247396303242879,0.255951455205554,0.0,0.0221524961966151,0.0,0.00514458099211738 -5863,0.255951455205554,0.0148579637767305,0.0106367846028309,0.255951455205554,0.00513360354358072,0.0161799211342905,0.255951455205554,0.0117549174363637,0.00766578053924801,0.255951455205554,0.00308624872330961,0.00404776592985311,0.255951455205554,0.0212917737276082,0.0028435592178275,0.255951455205554,0.0150752359846484,0.0239099643419713,0.5,0.255951455205554,0.0214655649498394,0.0153461868786539,0.5,0.255951455205554,0.00208399351801151,0.0682664524811961,0.5,0.255951455205554,0.00255833635103731,0.120825784251887,0.255951455205554,0.0257150201464873,0.0148472199033899,0.0363171829490997,0.0089843739184012,0.255951455205554,0.034014796614382,0.0171115709067049,0.5,0.255951455205554,0.0475273608098134,0.0251391800447523,0.255951455205554,0.0224514722417823,0.0470953599410985,0.255951455205554,0.00485187629904467,0.0235239616689645,0.255951455205554,0.0047983226007247,0.0246784754737841,0.0082974413581275,0.00628260584261205 -5864,0.255951455205554,0.0586186827349787,0.0147356627136586,0.255951455205554,0.0396588638893086,0.0227028043973023,0.255951455205554,0.0513673677045967,0.0115484034037501,0.255951455205554,0.0330367464601711,0.00479837515784972,0.255951455205554,0.107289872775307,0.00258445731062709,0.255951455205554,0.0666169751844295,0.0344958352350247,0.5,0.255951455205554,0.106823810942663,0.0136960590724938,0.5,0.255951455205554,0.010489594680203,0.091525285842582,0.5,0.255951455205554,0.013575915237263,0.140234128900965,0.255951455205554,0.143372704243729,0.0100736605609651,0.135682073329173,0.00947109398593004,0.255951455205554,0.117214331666047,0.027892903962076,0.5,0.255951455205554,0.149557080468292,0.0438823000999049,0.255951455205554,0.0793333308433521,0.0603847540316124,0.255951455205554,0.0232722872109759,0.0288485233844624,0.255951455205554,0.0198099038037431,0.0295286973290684,0.0419569941997121,0.00841225889539896 -5865,0.255951455205554,0.118853201345462,0.021590065147206,0.255951455205554,0.0989495170959935,0.0417451222095459,0.255951455205554,0.111111230729305,0.0238074056689605,0.255951455205554,0.0944466439170178,0.0118975283678123,0.255951455205554,0.217175295854659,0.0109321518730813,0.255951455205554,0.129034211644298,0.068800086514772,0.5,0.255951455205554,0.209252982554714,0.0185122732472408,0.5,0.255951455205554,0.0231230049120758,0.128839422594491,0.5,0.255951455205554,0.0334495920183725,0.155039532609543,0.255951455205554,0.290489483575551,0.01679568791839,0.251376179526168,0.0267670710064399,0.255951455205554,0.233858181358612,0.0494010486844791,0.5,0.255951455205554,0.276064366661421,0.100414842566862,0.255951455205554,0.156852246965037,0.0800798174870033,0.255951455205554,0.0469339833507534,0.0358135078522414,0.255951455205554,0.0422627249925585,0.0326545016997672,0.106599207473458,0.0119602244620965 -5866,0.255951455205554,0.212493667986479,0.0317904837265492,0.255951455205554,0.174582653381635,0.0630855748566281,0.255951455205554,0.203535094463707,0.0389965338407354,0.255951455205554,0.183519532617939,0.0278026008271241,0.255951455205554,0.332890452438383,0.0416318818628723,0.255951455205554,0.210465307485474,0.138827189906634,0.5,0.255951455205554,0.318926535185909,0.054988239704174,0.5,0.255951455205554,0.0429103853096964,0.175195510816829,0.5,0.255951455205554,0.0675351139930565,0.162349342338333,0.255951455205554,0.437427359023505,0.0549860566242482,0.384696869715517,0.0490239772846624,0.255951455205554,0.359937144331485,0.0648778240981314,0.5,0.255951455205554,0.418262413929609,0.135736302067861,0.255951455205554,0.246906043794721,0.108505393521122,0.255951455205554,0.0674091362440486,0.0359674063243546,0.255951455205554,0.0703346976176656,0.0418714977147206,0.184473745226846,0.0137672186625156 -5867,0.255951455205554,0.311514530043366,0.0295568219993727,0.255951455205554,0.213396432342667,0.071413022730646,0.255951455205554,0.339174464582058,0.0455307385372596,0.255951455205554,0.305556288544645,0.0528431875487758,0.255951455205554,0.44842754120521,0.0565238239988885,0.255951455205554,0.287388051761247,0.183577950757446,0.5,0.255951455205554,0.42728851514351,0.132776396832761,0.5,0.255951455205554,0.0745789666950639,0.217566448486482,0.5,0.255951455205554,0.1156948955596,0.188699549979163,0.255951455205554,0.546223481028496,0.154891824359179,0.516160141904435,0.0874479995335833,0.255951455205554,0.481987242205562,0.0831074894164301,0.5,0.255951455205554,0.540474308792938,0.178464796734306,0.255951455205554,0.359346926953091,0.15413270108551,0.255951455205554,0.105545703317327,0.0393097680804331,0.255951455205554,0.112733745583077,0.0552408595069272,0.242032243672022,0.0117900096295565 -5868,0.255951455205554,0.338240828367507,0.022557892478323,0.255951455205554,0.276846185039862,0.060607189902611,0.255951455205554,0.406565214818485,0.0444974083154663,0.255951455205554,0.402101231626334,0.081492314123203,0.255951455205554,0.563828898265871,0.0632782330906507,0.255951455205554,0.288221356377079,0.182122024344963,0.5,0.255951455205554,0.507818966194032,0.236380014594077,0.5,0.255951455205554,0.0945361786109178,0.251416900687598,0.5,0.255951455205554,0.168131832064301,0.222130013278866,0.255951455205554,0.572359708645838,0.26829153628766,0.613664080120535,0.13353221843444,0.255951455205554,0.573049214651042,0.102447212257955,0.5,0.255951455205554,0.615116110973551,0.193527323227601,0.255951455205554,0.477348456682368,0.202376563277179,0.255951455205554,0.174185659953707,0.042804737381591,0.255951455205554,0.159358086739207,0.0790089634927829,0.220241225794814,0.00972661993229315 -5869,0.255951455205554,0.311851609472856,0.0215444757174367,0.255951455205554,0.295594546346058,0.0644307977254275,0.255951455205554,0.404783747141452,0.0456668100503889,0.255951455205554,0.418571679147916,0.0838593289045163,0.255951455205554,0.612914610847234,0.0619224297035986,0.255951455205554,0.244355335615679,0.164844888283858,0.5,0.255951455205554,0.519655802091756,0.361359823728003,0.5,0.255951455205554,0.0813712798975984,0.262753765230869,0.5,0.255951455205554,0.221465892836393,0.262167443919052,0.255951455205554,0.503277632126432,0.35223243153458,0.650616515169758,0.137168583692136,0.255951455205554,0.618811150907277,0.109154755079532,0.5,0.255951455205554,0.647590112587912,0.189969120033622,0.255951455205554,0.54092603224926,0.226922384260746,0.255951455205554,0.296601823095984,0.0469461841119753,0.255951455205554,0.195869437759368,0.093414578666227,0.209858189864945,0.00859244419095289 -5870,0.255951455205554,0.301885622784422,0.0234648373629327,0.255951455205554,0.315332963176696,0.0584656909328877,0.255951455205554,0.358743920516907,0.0496955015201484,0.255951455205554,0.355325205996765,0.0918668145259396,0.255951455205554,0.588877950036847,0.0622866009001396,0.255951455205554,0.164874612887655,0.142564652567252,0.5,0.255951455205554,0.408253449976816,0.403438788952198,0.5,0.255951455205554,0.071645683452339,0.223378886549387,0.5,0.255951455205554,0.258205900405762,0.283874804514722,0.255951455205554,0.371653695098464,0.397364957067252,0.629967829912178,0.1228402115753,0.255951455205554,0.613504740817493,0.106518708355019,0.5,0.255951455205554,0.634619428587417,0.184583374043881,0.255951455205554,0.560180760038451,0.238980705080727,0.255951455205554,0.436850680992601,0.0493647206354482,0.255951455205554,0.26964888544091,0.0953358198334772,0.14511539021184,0.00960743457981915 -5871,0.255951455205554,0.259851719575516,0.029938812848312,0.255951455205554,0.26321676101605,0.0513991905794861,0.255951455205554,0.310500560926821,0.0559233591812756,0.255951455205554,0.296395897946488,0.0929935907554285,0.255951455205554,0.477130560057294,0.055838085403175,0.255951455205554,0.147767583029846,0.126543698000151,0.5,0.255951455205554,0.241674946506553,0.331239839486377,0.5,0.255951455205554,0.0901666926451778,0.167338678619779,0.5,0.255951455205554,0.24977570466151,0.273001267319712,0.255951455205554,0.173729946854547,0.311447800692939,0.55249482067074,0.109639962947147,0.255951455205554,0.541338980884785,0.107241846803564,0.5,0.255951455205554,0.561600547796603,0.196592422678252,0.255951455205554,0.472447604521987,0.229952424218448,0.255951455205554,0.489722140008908,0.0532036661277335,0.255951455205554,0.295146366306315,0.0869344797709728,0.167207933107248,0.0136275858647745 -5872,0.255951455205554,0.237074048356586,0.0433394623888643,0.255951455205554,0.215140150669738,0.060857653027844,0.255951455205554,0.264684114449097,0.0712271695080749,0.255951455205554,0.184913485750734,0.131219854120849,0.255951455205554,0.349919385373617,0.0490001111315776,0.255951455205554,0.165683573501127,0.1190485347275,0.5,0.255951455205554,0.124186541873536,0.195157331609774,0.5,0.255951455205554,0.103649502300404,0.16185928361337,0.5,0.255951455205554,0.223039646990868,0.236819160049039,0.255951455205554,0.1107286641109,0.28330248554558,0.429101296464862,0.11218766314363,0.255951455205554,0.420569417960155,0.113815529773284,0.5,0.255951455205554,0.43941832458459,0.2370848045811,0.255951455205554,0.382960511446484,0.20370823538442,0.255951455205554,0.411707082665623,0.0607908178686512,0.255951455205554,0.264113747607035,0.0789653821075122,0.175735597360414,0.0190847276726136 -5873,0.255951455205554,0.156064671735297,0.0566088426491138,0.255951455205554,0.174936959088727,0.0626090696082646,0.255951455205554,0.206096412104297,0.0903446999941163,0.255951455205554,0.22573240370832,0.171355718405995,0.255951455205554,0.236363644220282,0.0385793547025334,0.255951455205554,0.136287178807808,0.0856084928913935,0.5,0.255951455205554,0.0709617244827423,0.107610697484567,0.5,0.255951455205554,0.0917853296349957,0.139327373663044,0.5,0.255951455205554,0.170849890145266,0.190322138500457,0.255951455205554,0.0332069827155293,0.211745862440711,0.296406873457751,0.0725136613490401,0.255951455205554,0.289321010124142,0.0975017157228576,0.5,0.255951455205554,0.307468515682536,0.283331466395352,0.255951455205554,0.272958307253733,0.110555356649179,0.255951455205554,0.287351113478624,0.0625929903558722,0.255951455205554,0.21315184287875,0.0715129904559077,0.134608973909814,0.0244065248249322 -5874,0.255951455205554,0.0716543198682781,0.0489613022401298,0.255951455205554,0.0985719497788346,0.0504651911805976,0.255951455205554,0.119720032488323,0.0873069020223182,0.255951455205554,0.125241371569585,0.147453926273427,0.255951455205554,0.134924765810101,0.024246166664323,0.255951455205554,0.0712961153491485,0.0427395420152224,0.5,0.255951455205554,0.036357886502201,0.0575586158252282,0.5,0.255951455205554,0.0558321871180688,0.101942195822513,0.5,0.255951455205554,0.0753690648060597,0.137800502703211,0.255951455205554,0.0251542613932524,0.139153829683393,0.0806708041749061,0.0380741460966945,0.255951455205554,0.0787232490037198,0.0648569755984126,0.5,0.255951455205554,0.0885605784704833,0.241741908071892,0.255951455205554,0.071362920581977,0.056327927657,0.255951455205554,0.0843144986923343,0.0329234903920085,0.255951455205554,0.079665901963161,0.0345280568135063,0.0685845579374936,0.0251766765618467 -5875,0.255951455205554,0.0,0.0435294085844895,0.255951455205554,0.0,0.0765767932210672,0.255951455205554,0.000105014883093665,0.0563705990964269,0.255951455205554,0.0,0.0737237688367703,0.255951455205554,0.00320169513784827,0.0199735873722441,0.255951455205554,0.0,0.0373714704274085,0.5,0.255951455205554,0.0,0.0404046091344899,0.5,0.255951455205554,5.57715553483408e-05,0.0832169944568776,0.5,0.255951455205554,1.28703898391534e-07,0.111838471033962,0.255951455205554,0.0,0.105632113518635,0.0,0.0537412766030525,0.255951455205554,0.0,0.0851638397808282,0.5,0.255951455205554,0.0,0.174034510899707,0.255951455205554,0.0,0.0510866028048563,0.255951455205554,0.0,0.0437228716122186,0.255951455205554,0.0,0.0342295092057128,0.0,0.0218364873058212 -5876,0.255951455205554,0.0,0.0485990287143403,0.255951455205554,0.0,0.111500912439507,0.255951455205554,0.0,0.0586180921048512,0.255951455205554,0.0,0.0657926567501829,0.255951455205554,0.0,0.0242230996995033,0.255951455205554,0.0,0.035913437048699,0.5,0.255951455205554,0.0,0.0387467130540631,0.5,0.255951455205554,0.0,0.069884000443834,0.5,0.255951455205554,0.0,0.0950569362196237,0.255951455205554,0.0,0.0868699847852474,0.0,0.0642830725168643,0.255951455205554,0.0,0.101178219978791,0.5,0.255951455205554,0.0,0.148638959124577,0.255951455205554,0.0,0.0411495746953399,0.255951455205554,0.0,0.0484805532304632,0.255951455205554,0.0,0.0351017185731249,0.0,0.0197824712997208 -5877,0.255951455205554,0.0,0.0467258575010223,0.255951455205554,0.0,0.113163792516053,0.255951455205554,0.0,0.0616193346379183,0.255951455205554,0.0,0.0652364987214888,0.255951455205554,0.0,0.0265940399405242,0.255951455205554,0.0,0.031422876182135,0.5,0.255951455205554,0.0,0.041028014726879,0.5,0.255951455205554,0.0,0.0627481321137671,0.5,0.255951455205554,0.0,0.0878234998500811,0.255951455205554,0.0,0.0784478720185482,0.0,0.0713376305800619,0.255951455205554,0.0,0.0936716993559291,0.5,0.255951455205554,0.0,0.120378444025906,0.255951455205554,0.0,0.0320649482483347,0.255951455205554,0.0,0.0489922456973886,0.255951455205554,0.0,0.0293269667669987,0.0,0.017572173955325 -5878,0.255951455205554,0.0,0.045011180949386,0.255951455205554,0.0,0.102919969744813,0.255951455205554,0.0,0.0607763165392917,0.255951455205554,0.0,0.0599751372757745,0.255951455205554,0.0,0.0324189648318153,0.255951455205554,0.0,0.0317948571085539,0.5,0.255951455205554,0.0,0.0466776324987754,0.5,0.255951455205554,0.0,0.0674219028738216,0.5,0.255951455205554,0.0,0.0835894494130672,0.255951455205554,0.0,0.0801570344972374,0.0,0.0676945312300713,0.255951455205554,0.0,0.0771628345073156,0.5,0.255951455205554,0.0,0.0993098169947474,0.255951455205554,0.0,0.0243234080289732,0.255951455205554,0.0,0.0462886320160785,0.255951455205554,0.0,0.0217442746348971,0.0,0.0178811222892756 -5879,0.255951455205554,0.0,0.043257574989396,0.255951455205554,0.0,0.0963075314386718,0.255951455205554,0.0,0.0564359292526765,0.255951455205554,0.0,0.0553142116266455,0.255951455205554,0.0,0.0336681001598832,0.255951455205554,0.0,0.035947617561245,0.5,0.255951455205554,0.0,0.0526622154046179,0.5,0.255951455205554,0.0,0.077146424358461,0.5,0.255951455205554,0.0,0.0797479725912733,0.255951455205554,0.0,0.0798092011173353,0.0,0.0608336605972724,0.255951455205554,0.0,0.0688726658858198,0.5,0.255951455205554,0.0,0.0889715441901155,0.255951455205554,0.0,0.0211299556825077,0.255951455205554,0.0,0.041466757803126,0.255951455205554,0.0,0.0170978047625398,0.0,0.0228532563102992 -5880,0.255951455205554,0.0,0.0430326574913373,0.255951455205554,0.0,0.0814574436815805,0.255951455205554,0.0,0.0526025226403131,0.255951455205554,0.0,0.0539567205640639,0.255951455205554,0.0,0.0311820981826287,0.255951455205554,0.0,0.0377943418919823,0.5,0.255951455205554,0.0,0.052454999504572,0.5,0.255951455205554,0.0,0.0771747080427639,0.5,0.255951455205554,0.0,0.0698792970746102,0.255951455205554,0.0,0.0727361267471936,0.0,0.0630905835375322,0.255951455205554,0.0,0.0641256255369134,0.5,0.255951455205554,0.0,0.0831060168267522,0.255951455205554,0.0,0.0188579960012099,0.255951455205554,0.0,0.0334320436902136,0.255951455205554,0.0,0.0153367419715943,0.0,0.0368619119111445 -5881,0.255951455205554,0.0,0.0448881745655721,0.255951455205554,0.0,0.0702657030746592,0.255951455205554,0.0,0.0504604392047095,0.255951455205554,0.0,0.0554949561765016,0.255951455205554,0.0,0.0271901909209671,0.255951455205554,0.0,0.0365892747963511,0.5,0.255951455205554,0.0,0.0497431425279727,0.5,0.255951455205554,0.0,0.0747177392401057,0.5,0.255951455205554,0.0,0.0615232387903774,0.255951455205554,0.0,0.0674308632057548,0.0,0.0678069489643937,0.255951455205554,0.0,0.0591677423034454,0.5,0.255951455205554,0.0,0.0757033133695067,0.255951455205554,0.0,0.0179579394464,0.255951455205554,0.0,0.025803462734898,0.255951455205554,0.0,0.0128241664859754,0.0,0.057821632848334 -5882,0.255951455205554,0.0,0.0473096746145359,0.255951455205554,0.0,0.0635177533731752,0.255951455205554,0.0,0.0486926926446503,0.255951455205554,0.0,0.0586325598283232,0.255951455205554,0.0,0.0224599230861258,0.255951455205554,0.0,0.0343618338252004,0.5,0.255951455205554,0.0,0.0508189478385593,0.5,0.255951455205554,0.0,0.071020801527832,0.5,0.255951455205554,0.0,0.0532764887015065,0.255951455205554,0.0,0.0696725286758907,0.0,0.0586653429613561,0.255951455205554,0.0,0.0523952255149952,0.5,0.255951455205554,0.0,0.0690833412802219,0.255951455205554,0.0,0.0175867469005911,0.255951455205554,0.0,0.021371702282042,0.255951455205554,0.0,0.00893495509661179,0.0,0.0773149823185415 -5883,0.255951455205554,0.0,0.0528749942913322,0.255951455205554,0.0,0.0587130900304845,0.255951455205554,0.0,0.0462730593014317,0.255951455205554,0.0,0.0623655322136347,0.255951455205554,0.0,0.0173051440865561,0.255951455205554,0.0,0.0339049570891558,0.5,0.255951455205554,0.0,0.0535315574725827,0.5,0.255951455205554,0.0,0.0659940765790581,0.5,0.255951455205554,0.0,0.0474369716941556,0.255951455205554,0.0,0.0858072328262243,0.0,0.0496841502812862,0.255951455205554,0.0,0.0497132759109793,0.5,0.255951455205554,0.0,0.0625401240654753,0.255951455205554,0.0,0.0177310775706983,0.255951455205554,0.0,0.0202462124525344,0.255951455205554,0.0,0.00738361860435874,0.0,0.0840646685138745 -5884,0.255951455205554,0.0,0.0596400794555431,0.255951455205554,0.0,0.0588114040114118,0.255951455205554,0.0,0.0462776967760927,0.255951455205554,0.0,0.0675876285120113,0.255951455205554,0.0,0.0137918446288283,0.255951455205554,0.0,0.0331488980837923,0.5,0.255951455205554,0.0,0.0575017425388046,0.5,0.255951455205554,0.0,0.0603969756841596,0.5,0.255951455205554,0.0,0.0477682821645846,0.255951455205554,0.0,0.111470630498139,0.0,0.0572473746882007,0.255951455205554,0.0,0.0487333109704484,0.5,0.255951455205554,0.0,0.0590349005038481,0.255951455205554,0.0,0.0204685438599841,0.255951455205554,0.0,0.0202351329759515,0.255951455205554,0.0,0.00807363570876938,0.0,0.0729804104665645 -5885,0.255951455205554,0.0,0.0664667663159157,0.255951455205554,0.0,0.0627799926044795,0.255951455205554,0.0,0.0475317518124695,0.255951455205554,0.0,0.0708652263132853,0.255951455205554,0.0,0.0116458085982536,0.255951455205554,0.0,0.0358470789800739,0.5,0.255951455205554,0.0,0.0555123698112763,0.5,0.255951455205554,0.0,0.049531537436894,0.5,0.255951455205554,0.0,0.0484347456815952,0.255951455205554,0.0,0.118186942833485,0.0,0.0670501559980117,0.255951455205554,0.0,0.05272851085651,0.5,0.255951455205554,0.0,0.0567546224269851,0.255951455205554,0.0,0.0248958457885926,0.255951455205554,0.0,0.0198787503505237,0.255951455205554,0.0,0.0108837371834411,0.0,0.0526217504912794 -5886,0.255951455205554,0.0,0.0726476715628115,0.255951455205554,0.0,0.0680520698743158,0.255951455205554,0.0,0.0489746507775916,0.255951455205554,0.0,0.0720148516150148,0.255951455205554,0.0,0.0119304646859258,0.255951455205554,0.0,0.0420319347606361,0.5,0.255951455205554,0.0,0.0537821482456745,0.5,0.255951455205554,0.0,0.0424556483603491,0.5,0.255951455205554,0.0,0.0494529710125448,0.255951455205554,0.0,0.0975200030203338,0.0,0.071449999208023,0.255951455205554,5.22443360466816e-05,0.0581515777492729,0.5,0.255951455205554,3.7871644945974e-05,0.0577722528430879,0.255951455205554,4.12901517254373e-05,0.0298408790113152,0.255951455205554,0.0,0.0218206502011982,0.255951455205554,0.0,0.0153796024375986,0.0,0.0352676605916296 -5887,0.255951455205554,0.0426010659255983,0.0713826312450524,0.255951455205554,0.0477597829958714,0.0585584935944159,0.255951455205554,0.0357826637785668,0.0496877630950073,0.255951455205554,0.0381011672832663,0.0733834964626502,0.255951455205554,0.0267858554212333,0.0133163002874613,0.255951455205554,0.0371533282420422,0.0403339829417442,0.5,0.255951455205554,0.0263680914904652,0.0498494845752281,0.5,0.255951455205554,0.0246969528914543,0.0373095998617489,0.5,0.255951455205554,0.0307378211601527,0.0477369794725508,0.255951455205554,0.0230336633299022,0.0844779765774427,0.0701071170652922,0.0562573599231955,0.255951455205554,0.069410288685462,0.055139913293457,0.5,0.255951455205554,0.0664203613605456,0.0503273249747477,0.255951455205554,0.0628620132443024,0.0324152022264861,0.255951455205554,0.0569200968533195,0.0232002755274081,0.255951455205554,0.050884999318405,0.0137400112887859,0.0469632086087538,0.0288065710004191 -5888,0.255951455205554,0.164062881316791,0.0806017972276402,0.255951455205554,0.174235139863723,0.0715292238462804,0.255951455205554,0.153296815908921,0.0650368715646373,0.255951455205554,0.1591206484289,0.0893628560871907,0.255951455205554,0.139049254133576,0.0170078079622154,0.255951455205554,0.15970547664599,0.0401076123823916,0.5,0.255951455205554,0.142463495780291,0.0494980180026029,0.5,0.255951455205554,0.1154574943919,0.0496066029349946,0.5,0.255951455205554,0.111961945051269,0.0672820910710381,0.255951455205554,0.139292387154122,0.0682899717382043,0.206474390192708,0.101409505763049,0.255951455205554,0.203568629991388,0.0999535622571971,0.5,0.255951455205554,0.201439669638146,0.0640257878113579,0.255951455205554,0.191973818773925,0.0680876584276883,0.255951455205554,0.188029319414554,0.0416991740000086,0.255951455205554,0.176921885960004,0.0193374577838684,0.171060127591553,0.0307699361548696 -5889,0.255951455205554,0.307148873292747,0.139544896116783,0.255951455205554,0.3177801689136,0.141813459147956,0.255951455205554,0.297788227536066,0.125604435182877,0.255951455205554,0.303978666259468,0.143178821920031,0.255951455205554,0.281894678202008,0.0496667693572714,0.255951455205554,0.305583316452065,0.103764078582501,0.5,0.255951455205554,0.290426272171913,0.118299322782421,0.5,0.255951455205554,0.22924764772611,0.138158366086112,0.5,0.255951455205554,0.217363513008978,0.169673855081625,0.255951455205554,0.286487134004275,0.175319610992789,0.348840273432477,0.20369828528846,0.255951455205554,0.345394987257938,0.198453581216048,0.5,0.255951455205554,0.344207572773084,0.172954822528009,0.255951455205554,0.333703218726574,0.193583840367018,0.255951455205554,0.331578809493364,0.126750006970579,0.255951455205554,0.317743766065476,0.104601778995296,0.313806996536869,0.0446190103966451 -5890,0.255951455205554,0.448842770149859,0.199912521104227,0.255951455205554,0.459796812045867,0.223142227368162,0.255951455205554,0.444217552569308,0.182922571911871,0.255951455205554,0.447081387150878,0.190889815731188,0.255951455205554,0.429433632579717,0.0962788910200509,0.255951455205554,0.452435925200159,0.258120325772303,0.5,0.255951455205554,0.43822384409018,0.287436888592311,0.5,0.255951455205554,0.344417476213018,0.246819902438566,0.5,0.255951455205554,0.330308902310763,0.30315147494831,0.255951455205554,0.438694622564514,0.399925426297489,0.490372711731861,0.211395084611695,0.255951455205554,0.486818309323952,0.230610312046682,0.5,0.255951455205554,0.487564420424432,0.295064023030373,0.255951455205554,0.481057363063084,0.260034457440818,0.255951455205554,0.476208613244546,0.204924439700273,0.255951455205554,0.462590141963923,0.236697753356589,0.454599394687013,0.0653113466655873 -5891,0.255951455205554,0.575055280711421,0.240487668551629,0.255951455205554,0.581634632412913,0.274140160859316,0.255951455205554,0.572018661130302,0.237280291787986,0.255951455205554,0.572588078334148,0.229809851980491,0.255951455205554,0.560617726781855,0.188739932703225,0.255951455205554,0.572962210084434,0.42286548911847,0.5,0.255951455205554,0.561947182156618,0.47490014341594,0.5,0.255951455205554,0.445139551519998,0.363110562398125,0.5,0.255951455205554,0.443345810150351,0.441629033811283,0.255951455205554,0.569346387497764,0.634808741389157,0.598845383158452,0.343034811395466,0.255951455205554,0.597266923245138,0.340444422522801,0.5,0.255951455205554,0.602873039203161,0.38494503528471,0.255951455205554,0.597580598608449,0.351383181700344,0.255951455205554,0.592866747334051,0.316528798319441,0.255951455205554,0.583290921295258,0.418356247227545,0.579636995681052,0.0980401825199713 -5892,0.255951455205554,0.649197831071398,0.276637959291741,0.255951455205554,0.652070125176213,0.331773415067315,0.255951455205554,0.647792902918613,0.288534507736454,0.255951455205554,0.646579130880734,0.263602441304378,0.255951455205554,0.641056815658132,0.283868556582569,0.255951455205554,0.644812440531765,0.576203040340339,0.5,0.255951455205554,0.637209598896958,0.610016116153938,0.5,0.255951455205554,0.529259778579611,0.478651014428792,0.5,0.255951455205554,0.521310768916075,0.528688197896548,0.255951455205554,0.649666171766034,0.760079247714494,0.653506744030806,0.389157369009298,0.255951455205554,0.655196506495788,0.386906141178862,0.5,0.255951455205554,0.662913654590167,0.45299147534552,0.255951455205554,0.657368816309436,0.428324119622606,0.255951455205554,0.657298847193695,0.403187015298369,0.255951455205554,0.652195745140884,0.574798171968708,0.652933390791701,0.139801673566252 -5893,0.255951455205554,0.676754880186373,0.30952935843944,0.255951455205554,0.678136747022197,0.356518404408756,0.255951455205554,0.67650330336781,0.331979599118626,0.255951455205554,0.673957418844845,0.309196724436952,0.255951455205554,0.670483598398384,0.378863106251653,0.255951455205554,0.671872160657786,0.608261788363906,0.5,0.255951455205554,0.665972245514032,0.637842790104533,0.5,0.255951455205554,0.582050671650292,0.533945215494893,0.5,0.255951455205554,0.553477592215175,0.536024458495387,0.255951455205554,0.679580817476571,0.774158449056729,0.666409848410886,0.418395063960462,0.255951455205554,0.669708878284659,0.396471851684588,0.5,0.255951455205554,0.680500322267911,0.500301030447604,0.255951455205554,0.671829543557618,0.455759311577001,0.255951455205554,0.677062570820839,0.398096942200458,0.255951455205554,0.676031798543047,0.592580950099878,0.680434249742639,0.174932093916173 -5894,0.255951455205554,0.665721189130967,0.345533906463128,0.255951455205554,0.665949205036012,0.376303376075703,0.255951455205554,0.666342448082211,0.344734716771466,0.255951455205554,0.663607973159351,0.320186980140089,0.255951455205554,0.665216240575828,0.414065568217995,0.255951455205554,0.66091632263296,0.581755518816431,0.5,0.255951455205554,0.660486561700874,0.603797452955253,0.5,0.255951455205554,0.586046070944984,0.560027780590398,0.5,0.255951455205554,0.54329300574267,0.546931757280053,0.255951455205554,0.670479748410924,0.740856089846928,0.639801418284352,0.405837895143636,0.255951455205554,0.642694218389198,0.391354795230137,0.5,0.255951455205554,0.658444249244264,0.551765736874878,0.255951455205554,0.646071458142493,0.478336927691058,0.255951455205554,0.655991045693755,0.378403864107945,0.255951455205554,0.659295862505255,0.554282899292194,0.668852374389827,0.189063014546885 -5895,0.255951455205554,0.600751843157811,0.37979171685713,0.255951455205554,0.59937196422876,0.401817772923537,0.255951455205554,0.604444577814959,0.349478999691379,0.255951455205554,0.602232331361492,0.331779334615706,0.255951455205554,0.610356180541993,0.417201266016677,0.255951455205554,0.597826545999275,0.543313349651808,0.5,0.255951455205554,0.602920812414551,0.55532091277696,0.5,0.255951455205554,0.52768748517744,0.575836398810666,0.5,0.255951455205554,0.489414531409834,0.538566115940788,0.255951455205554,0.615866872858437,0.692306878334746,0.557820289764466,0.399049584443793,0.255951455205554,0.559683882880079,0.405045678770601,0.5,0.255951455205554,0.579277345989532,0.602615579757402,0.255951455205554,0.566058008817574,0.502894579438709,0.255951455205554,0.579636123629319,0.390822690435929,0.255951455205554,0.588233995329682,0.527625968481319,0.60198100681031,0.19792049968264 -5896,0.255951455205554,0.482180805484117,0.413332525532242,0.255951455205554,0.479041775071409,0.399900551770545,0.255951455205554,0.487931905177245,0.350098967031969,0.255951455205554,0.486956642991085,0.343633268579053,0.255951455205554,0.498806651326085,0.407765122872075,0.255951455205554,0.480331819537024,0.499184570885567,0.5,0.255951455205554,0.48820964371336,0.50233558930636,0.5,0.255951455205554,0.413691485490327,0.528201990591279,0.5,0.255951455205554,0.39382492528279,0.517378031285545,0.255951455205554,0.500031026543302,0.609151671829118,0.429172466534516,0.378848797890308,0.255951455205554,0.431326116728137,0.413804307255466,0.5,0.255951455205554,0.452966606183345,0.640283184477507,0.255951455205554,0.438038281258256,0.490702923401275,0.255951455205554,0.453339172815114,0.419842062953067,0.255951455205554,0.464552970646383,0.518460778269749,0.481770750805102,0.21316982250868 -5897,0.255951455205554,0.351869338223695,0.412849310398664,0.255951455205554,0.345730741942789,0.30915847694777,0.255951455205554,0.353725307472388,0.302387286900625,0.255951455205554,0.3553739581271,0.313520012826589,0.255951455205554,0.361807584245017,0.320266991737751,0.255951455205554,0.337880177690784,0.346836771805623,0.5,0.255951455205554,0.343046163867558,0.36545717925074,0.5,0.255951455205554,0.282163146797814,0.350262517788476,0.5,0.255951455205554,0.274505688119757,0.362682769010891,0.255951455205554,0.347351878123127,0.390502190978361,0.2954424490409,0.199056723160628,0.255951455205554,0.295467154073201,0.310291784440987,0.5,0.255951455205554,0.319290909424093,0.616732948930818,0.255951455205554,0.298372015847215,0.333518020419275,0.255951455205554,0.315085371493263,0.384180800438099,0.255951455205554,0.323624144035265,0.425994761701531,0.351045175413379,0.236674390216588 -5898,0.255951455205554,0.129914501050251,0.325614175871266,0.255951455205554,0.108562697500596,0.167018664514858,0.255951455205554,0.140873705617548,0.170271393638849,0.255951455205554,0.122795151775018,0.173484481417146,0.255951455205554,0.181015152409378,0.160406941947018,0.255951455205554,0.103686788268975,0.209904347732154,0.5,0.255951455205554,0.181159767419871,0.213819860518915,0.5,0.255951455205554,0.1039814672947,0.221567231977503,0.5,0.255951455205554,0.085382998788053,0.253254620969232,0.255951455205554,0.194253161937145,0.2345782434219,0.0739385193809581,0.117524441801237,0.255951455205554,0.0722774106464318,0.209218231578337,0.5,0.255951455205554,0.0849511006432789,0.466279291902875,0.255951455205554,0.0666951426594315,0.187767469476171,0.255951455205554,0.0794944888719686,0.20389560095744,0.255951455205554,0.0806527936667416,0.23483144646998,0.129504730398342,0.25414431439268 -5899,0.255951455205554,0.0,0.266792533497767,0.255951455205554,0.0,0.176364786787922,0.255951455205554,0.0,0.168161293171501,0.255951455205554,0.0,0.169783485786752,0.255951455205554,0.000119010324993188,0.145464809574342,0.255951455205554,0.0,0.206098376847207,0.5,0.255951455205554,0.0,0.190067490821011,0.5,0.255951455205554,0.0,0.174601475222085,0.5,0.255951455205554,0.0,0.222648562972348,0.255951455205554,0.0,0.215490604434827,0.0,0.138390878956856,0.255951455205554,0.0,0.199677507953268,0.5,0.255951455205554,0.0,0.306063140203107,0.255951455205554,0.0,0.14683543862489,0.255951455205554,0.0,0.148258837958355,0.255951455205554,0.0,0.181134795555557,0.0,0.262629511643769 -5900,0.255951455205554,0.0,0.258219628831552,0.255951455205554,0.0,0.209202715419699,0.255951455205554,0.0,0.199419441284541,0.255951455205554,0.0,0.225727417025154,0.255951455205554,0.0,0.143228609277904,0.255951455205554,0.0,0.211192226414672,0.5,0.255951455205554,0.0,0.186152287431632,0.5,0.255951455205554,0.0,0.15710080466857,0.5,0.255951455205554,0.0,0.203599005394356,0.255951455205554,0.0,0.226665963854117,0.0,0.143022107660011,0.255951455205554,0.0,0.190491606116461,0.5,0.255951455205554,0.0,0.234298504791348,0.255951455205554,0.0,0.12046304100423,0.255951455205554,0.0,0.142817191196798,0.255951455205554,0.0,0.152029028136696,0.0,0.269470850109871 -5901,0.255951455205554,0.0,0.241686633219393,0.255951455205554,0.0,0.213589411261689,0.255951455205554,0.0,0.213654862738489,0.255951455205554,0.0,0.25768304229394,0.255951455205554,0.0,0.126067042344512,0.255951455205554,0.0,0.191476255352475,0.5,0.255951455205554,0.0,0.177503639921004,0.5,0.255951455205554,0.0,0.145020423054399,0.5,0.255951455205554,0.0,0.170958214056194,0.255951455205554,0.0,0.23985187682883,0.0,0.132647433367473,0.255951455205554,0.0,0.161585834163919,0.5,0.255951455205554,0.0,0.197699537895111,0.255951455205554,0.0,0.0962585008545548,0.255951455205554,0.0,0.131195174941413,0.255951455205554,0.0,0.115493509811532,0.0,0.299651369159252 -5902,0.255951455205554,0.0,0.220561606669058,0.255951455205554,0.0,0.184499599187086,0.255951455205554,0.0,0.20411284480889,0.255951455205554,0.0,0.251042101854198,0.255951455205554,0.0,0.105820840641423,0.255951455205554,0.0,0.160053723558012,0.5,0.255951455205554,0.0,0.164377059743319,0.5,0.255951455205554,0.0,0.123268038551245,0.5,0.255951455205554,0.0,0.127435281244353,0.255951455205554,0.0,0.243029546641372,0.0,0.136836342660753,0.255951455205554,0.0,0.144400561974459,0.5,0.255951455205554,0.0,0.175658237252947,0.255951455205554,0.0,0.0690026519003348,0.255951455205554,0.0,0.107812126742316,0.255951455205554,0.0,0.0842960659858462,0.0,0.404714961045376 -5903,0.255951455205554,0.0,0.196777602595589,0.255951455205554,0.0,0.139263908597395,0.255951455205554,0.0,0.178693748379841,0.255951455205554,0.0,0.226070565062021,0.255951455205554,0.0,0.0850628613135181,0.255951455205554,0.0,0.124354030731222,0.5,0.255951455205554,0.0,0.148151937336777,0.5,0.255951455205554,0.0,0.0915596914238134,0.5,0.255951455205554,0.0,0.0873837186659776,0.255951455205554,0.0,0.221813218089328,0.0,0.161977863637811,0.255951455205554,0.0,0.135553368762895,0.5,0.255951455205554,0.0,0.162930818165929,0.255951455205554,0.0,0.0470161135821718,0.255951455205554,0.0,0.0859111028372716,0.255951455205554,0.0,0.0677976645607236,0.0,0.502862595747117 -5904,0.255951455205554,0.0,0.176231198920505,0.255951455205554,0.0,0.113626747237437,0.255951455205554,0.0,0.149273243296115,0.255951455205554,0.0,0.173292644616,0.255951455205554,0.0,0.0703214673094085,0.255951455205554,0.0,0.0963193468475461,0.5,0.255951455205554,0.0,0.1192479710371,0.5,0.255951455205554,0.0,0.0614786598343269,0.5,0.255951455205554,0.0,0.0622884737053777,0.255951455205554,0.0,0.195032140467062,0.0,0.164307863804027,0.255951455205554,0.0,0.127077097990019,0.5,0.255951455205554,0.0,0.150351896277146,0.255951455205554,0.0,0.0375113221610731,0.255951455205554,0.0,0.0731000378157776,0.255951455205554,0.0,0.053389517735956,0.0,0.476258860100811 -5905,0.255951455205554,0.0,0.169866167143194,0.255951455205554,0.0,0.108204886839427,0.255951455205554,0.0,0.127921272431444,0.255951455205554,0.0,0.148608338340543,0.255951455205554,0.0,0.0644050605660215,0.255951455205554,0.0,0.0775064656843723,0.5,0.255951455205554,0.0,0.0873553247053411,0.5,0.255951455205554,0.0,0.0327664176851804,0.5,0.255951455205554,0.0,0.0535565703432666,0.255951455205554,0.0,0.154948034725635,0.0,0.145084453053956,0.255951455205554,0.0,0.117848321199799,0.5,0.255951455205554,0.0,0.143687044220347,0.255951455205554,0.0,0.0381968508396474,0.255951455205554,0.0,0.0677848326346652,0.255951455205554,0.0,0.0366155593581113,0.0,0.436027191953602 -5906,0.255951455205554,0.0,0.171947819880406,0.255951455205554,0.0,0.107897847023467,0.255951455205554,0.0,0.115499537090203,0.255951455205554,0.0,0.139304880746467,0.255951455205554,0.0,0.0614064148061077,0.255951455205554,0.0,0.0641988155475919,0.5,0.255951455205554,0.0,0.0608744496769913,0.5,0.255951455205554,0.0,0.0235205804753811,0.5,0.255951455205554,0.0,0.0469800164106262,0.255951455205554,0.0,0.126305963771556,0.0,0.128666866432032,0.255951455205554,0.0,0.109174453718564,0.5,0.255951455205554,0.0,0.139669298980911,0.255951455205554,0.0,0.0359226956209043,0.255951455205554,0.0,0.0624180086561893,0.255951455205554,0.0,0.0293160848883464,0.0,0.394385380077307 -5907,0.255951455205554,0.0,0.176705983479987,0.255951455205554,0.0,0.103112979997504,0.255951455205554,0.0,0.112585581322593,0.255951455205554,0.0,0.138922751177759,0.255951455205554,0.0,0.0592360442707443,0.255951455205554,0.0,0.0555582910031728,0.5,0.255951455205554,0.0,0.0502331785763985,0.5,0.255951455205554,0.0,0.019381437342435,0.5,0.255951455205554,0.0,0.0384888989362043,0.255951455205554,0.0,0.0966301002983514,0.0,0.122811466185978,0.255951455205554,0.0,0.108910797868962,0.5,0.255951455205554,0.0,0.134213306810323,0.255951455205554,0.0,0.0341226216459381,0.255951455205554,0.0,0.0582615473242397,0.255951455205554,0.0,0.0255699170892229,0.0,0.355206484794711 -5908,0.255951455205554,0.0,0.180308304804787,0.255951455205554,0.0,0.0969139972116616,0.255951455205554,0.0,0.113387640808714,0.255951455205554,0.0,0.139689807560719,0.255951455205554,0.0,0.0553521847225007,0.255951455205554,0.0,0.0482535228018665,0.5,0.255951455205554,0.0,0.0470029335211507,0.5,0.255951455205554,0.0,0.0155209212665716,0.5,0.255951455205554,0.0,0.0299560452306483,0.255951455205554,0.0,0.0923870526654155,0.0,0.126144387559056,0.255951455205554,0.0,0.108264983128205,0.5,0.255951455205554,0.0,0.129176044945785,0.255951455205554,0.0,0.0318912491479878,0.255951455205554,0.0,0.055374650728146,0.255951455205554,0.0,0.0236575356754329,0.0,0.336722577427478 -5909,0.255951455205554,0.0,0.180475416613041,0.255951455205554,0.0,0.0923644030206082,0.255951455205554,0.0,0.116012643880685,0.255951455205554,0.0,0.138478503814774,0.255951455205554,0.0,0.0522043580082529,0.255951455205554,0.0,0.0445453691809823,0.5,0.255951455205554,0.0,0.0454856728688043,0.5,0.255951455205554,0.0,0.0144081245924907,0.5,0.255951455205554,0.0,0.0250205969951165,0.255951455205554,0.0,0.0850024367670717,0.0,0.124605855662306,0.255951455205554,0.0,0.103796994108174,0.5,0.255951455205554,0.0,0.124719304105674,0.255951455205554,0.0,0.031065790911407,0.255951455205554,0.0,0.0480439137529627,0.255951455205554,0.0,0.020644550135207,0.0,0.334924661665123 -5910,0.255951455205554,0.0,0.178001076087572,0.255951455205554,0.0,0.0902165941356088,0.255951455205554,0.0,0.118620519372512,0.255951455205554,0.0,0.139050858730318,0.255951455205554,0.0,0.0497605703861557,0.255951455205554,0.0,0.0416761051377644,0.5,0.255951455205554,0.0,0.0429453002766608,0.5,0.255951455205554,0.0,0.0150585950487399,0.5,0.255951455205554,0.0,0.0215128288923362,0.255951455205554,0.0,0.0696048956966271,0.0,0.108596700972698,0.255951455205554,1.09930575290983e-07,0.0974049484850032,0.5,0.255951455205554,2.26342607857552e-06,0.119436769343989,0.255951455205554,2.15891112602469e-06,0.0293383946966971,0.255951455205554,0.0,0.0412180931983122,0.255951455205554,0.0,0.0185349545869711,0.0,0.337213631952794 -5911,0.255951455205554,0.0424206103728559,0.165353562310839,0.255951455205554,0.0443509958986812,0.0830561671316232,0.255951455205554,0.034847508137359,0.11354957053585,0.255951455205554,0.0357515051647407,0.140014926335173,0.255951455205554,0.0261811917035785,0.0462013367269234,0.255951455205554,0.0345970431252694,0.0367485419467244,0.5,0.255951455205554,0.024300873898125,0.0339625169013383,0.5,0.255951455205554,0.0326502027770544,0.0137385200997277,0.5,0.255951455205554,0.04775807950555,0.0150251428927493,0.255951455205554,0.0203482578427145,0.0483324571275144,0.0659116624194671,0.0879818818592552,0.255951455205554,0.0664450720509569,0.0853829316100991,0.5,0.255951455205554,0.0614034530934006,0.0967722101680794,0.255951455205554,0.0625704753367676,0.027960009450714,0.255951455205554,0.0534434218818597,0.0354258590247341,0.255951455205554,0.0488669735608652,0.016426044137288,0.0446014864457852,0.338614979449639 -5912,0.255951455205554,0.164843772823441,0.181558383337404,0.255951455205554,0.16873117267491,0.103455467308466,0.255951455205554,0.154357450212558,0.136975062255871,0.255951455205554,0.155438459214385,0.164150048502198,0.255951455205554,0.14214712425677,0.0499515278680461,0.255951455205554,0.155422813010677,0.0296397040862953,0.5,0.255951455205554,0.139889576521312,0.026959832273035,0.5,0.255951455205554,0.153443636679804,0.0104393519346968,0.5,0.255951455205554,0.174897811228612,0.011517365790236,0.255951455205554,0.134344734887978,0.0368935094977405,0.199737091393506,0.117121925565202,0.255951455205554,0.200189968526296,0.117923459441502,0.5,0.255951455205554,0.192812796539778,0.116430531269011,0.255951455205554,0.195070749764733,0.0329246528160172,0.255951455205554,0.182292216705642,0.0480702604529124,0.255951455205554,0.176978903671233,0.0185232105957352,0.167394990491072,0.344918816326497 -5913,0.255951455205554,0.306469339033019,0.273541535807505,0.255951455205554,0.310699121968501,0.209141111915401,0.255951455205554,0.29763709822618,0.233888756997595,0.255951455205554,0.298298797846013,0.257434752824651,0.255951455205554,0.286381513787625,0.0859964506181393,0.255951455205554,0.299964112241832,0.045697928396785,0.5,0.255951455205554,0.284751611734939,0.0486117902425205,0.5,0.255951455205554,0.300462409240143,0.0237911248289047,0.5,0.255951455205554,0.32131081555292,0.0203730321076917,0.255951455205554,0.27944319582805,0.0906461332274409,0.340152935409726,0.161093498571898,0.255951455205554,0.341240135591763,0.176171384955377,0.5,0.255951455205554,0.33264029545487,0.206866133413523,0.255951455205554,0.337907778571612,0.0701836395804108,0.255951455205554,0.324140283893597,0.0982405818210178,0.255951455205554,0.321173304936503,0.0444461486065802,0.30821053566369,0.364161529382488 -5914,0.255951455205554,0.44430648856691,0.33605791887706,0.255951455205554,0.450688662234805,0.227033771579952,0.255951455205554,0.439339886615778,0.267507694819799,0.255951455205554,0.438750657200087,0.268865434632249,0.255951455205554,0.430497073343721,0.142976124619761,0.255951455205554,0.447021857128242,0.0780884716768632,0.5,0.255951455205554,0.43344909240651,0.0942418858450829,0.5,0.255951455205554,0.451884637027044,0.045420936416643,0.5,0.255951455205554,0.469982663949295,0.0457842743563168,0.255951455205554,0.42960085256699,0.212692778458678,0.47985916899736,0.180113984130891,0.255951455205554,0.481979583709735,0.209966957935032,0.5,0.255951455205554,0.47263463305766,0.23431660690271,0.255951455205554,0.48061836658351,0.111586354349264,0.255951455205554,0.466557262735599,0.128767711829464,0.255951455205554,0.466686665443198,0.0886320944635073,0.446203668651809,0.384345956294939 -5915,0.255951455205554,0.565980984434309,0.398784458327895,0.255951455205554,0.570232019023255,0.275638643810522,0.255951455205554,0.562614389665506,0.305269647784721,0.255951455205554,0.562050556213632,0.295347077761842,0.255951455205554,0.556543554689474,0.197557552400501,0.255951455205554,0.569501856538143,0.131321068138754,0.5,0.255951455205554,0.560622670120868,0.171442561307081,0.5,0.255951455205554,0.574835849968861,0.0667467012715786,0.5,0.255951455205554,0.585730141105904,0.0771783745648041,0.255951455205554,0.558666648722294,0.250015791041647,0.586949829166914,0.243222228870654,0.255951455205554,0.589837495648937,0.27224853627312,0.5,0.255951455205554,0.58517166938147,0.27252245630155,0.255951455205554,0.589609505088717,0.186347238674553,0.255951455205554,0.579449795988559,0.186448593130831,0.255951455205554,0.582749789388811,0.147997137308665,0.568436418918725,0.382191061526997 -5916,0.255951455205554,0.636544004865912,0.4399623289103,0.255951455205554,0.637550945359583,0.333375762120193,0.255951455205554,0.634945975085287,0.363520021810091,0.255951455205554,0.634679961645223,0.348105893838711,0.255951455205554,0.632674880771609,0.25014671098982,0.255951455205554,0.640711423604745,0.178700801738688,0.5,0.255951455205554,0.638119024400675,0.193785042195318,0.5,0.255951455205554,0.646654920169095,0.0805237530800497,0.5,0.255951455205554,0.649040389006545,0.10405905223871,0.255951455205554,0.638551326818689,0.251801817030497,0.641008813723418,0.341820474616762,0.255951455205554,0.644456782718927,0.360295358768853,0.5,0.255951455205554,0.644061519369981,0.320495285602309,0.255951455205554,0.645872047709541,0.267537644001729,0.255951455205554,0.639369746506842,0.276672740457568,0.255951455205554,0.646114035674863,0.219868274939865,0.63968866363924,0.348189501396629 -5917,0.255951455205554,0.661567615494703,0.481732611531031,0.255951455205554,0.659582376772926,0.401710039087117,0.255951455205554,0.660363864842091,0.413859694603041,0.255951455205554,0.660341444220873,0.403790621839365,0.255951455205554,0.661188569226374,0.259780490801252,0.255951455205554,0.665972536487374,0.195162432253155,0.5,0.255951455205554,0.668204597335574,0.19789362200937,0.5,0.255951455205554,0.672301059501036,0.0854172408310192,0.5,0.255951455205554,0.66869604738062,0.130690963974735,0.255951455205554,0.670367116433276,0.201582779182379,0.654216733077565,0.454592740999592,0.255951455205554,0.657678727753266,0.442153869553151,0.5,0.255951455205554,0.660515201586298,0.386680674334851,0.255951455205554,0.660249386966151,0.355030932352929,0.255951455205554,0.656147378973208,0.371020810291258,0.255951455205554,0.66522023094264,0.258100178688148,0.665441949619338,0.326149688530373 -5918,0.255951455205554,0.648843260843806,0.516591312227889,0.255951455205554,0.643593942793031,0.462297353779667,0.255951455205554,0.64772089011002,0.436363622519589,0.255951455205554,0.647918189529754,0.420308744781958,0.255951455205554,0.651571346549889,0.302021327595578,0.255951455205554,0.652292465878149,0.21249471625142,0.5,0.255951455205554,0.658799287117371,0.203990221907643,0.5,0.255951455205554,0.657892659944187,0.103681065863902,0.5,0.255951455205554,0.647433113223905,0.161222038574912,0.255951455205554,0.662793188516612,0.165967358048819,0.62866505786019,0.517671441926353,0.255951455205554,0.631400551212846,0.480545742702666,0.5,0.255951455205554,0.637908531669817,0.434719178972166,0.255951455205554,0.634691774481421,0.447415566228179,0.255951455205554,0.63442497007404,0.429548742163975,0.255951455205554,0.644857192967438,0.308072225646306,0.653028119909715,0.352679729433324 -5919,0.255951455205554,0.583320490330767,0.539154124450193,0.255951455205554,0.575240801794875,0.463983696961398,0.255951455205554,0.584304483065818,0.457630278312357,0.255951455205554,0.584006053739389,0.441913616772009,0.255951455205554,0.593367680586075,0.32816885857577,0.255951455205554,0.58800962864568,0.217793851077414,0.5,0.255951455205554,0.60055369877545,0.174918032690118,0.5,0.255951455205554,0.593395787718351,0.116553012858471,0.5,0.255951455205554,0.572355928627881,0.202417624990953,0.255951455205554,0.60707533721398,0.124078736468956,0.548868805251659,0.49675427999065,0.255951455205554,0.550124048368368,0.511342862487709,0.5,0.255951455205554,0.559660438459406,0.460119164554716,0.255951455205554,0.55481648584865,0.485845950315607,0.255951455205554,0.559916139648643,0.497014354143842,0.255951455205554,0.571557716761382,0.328742601936589,0.586235087430665,0.395635204654108 -5920,0.255951455205554,0.466174035579686,0.551675939663755,0.255951455205554,0.456605236170316,0.436491768581973,0.255951455205554,0.468760951354278,0.448747843682582,0.255951455205554,0.467859438152483,0.465688721717613,0.255951455205554,0.481584946693062,0.32046007715828,0.255951455205554,0.470931427660328,0.201994717902963,0.5,0.255951455205554,0.487915885971543,0.148396666973069,0.5,0.255951455205554,0.475558726349845,0.129425612327234,0.5,0.255951455205554,0.448271936272327,0.194349310827473,0.255951455205554,0.496501526662148,0.091939781220949,0.424369326437143,0.402867113868142,0.255951455205554,0.424239657369306,0.458834239490385,0.5,0.255951455205554,0.435931007926967,0.44201980461681,0.255951455205554,0.428493487467777,0.443301998748509,0.255951455205554,0.4376329970216,0.537282333933157,0.255951455205554,0.448485155169759,0.339268567121307,0.467507601728579,0.424293651016664 -5921,0.255951455205554,0.338340479691595,0.508037393147421,0.255951455205554,0.327355609438514,0.234962959608969,0.255951455205554,0.337365999641934,0.332586903738443,0.255951455205554,0.33708119252964,0.382393048647519,0.255951455205554,0.346891606066383,0.197808073622396,0.255951455205554,0.332436492109546,0.0995300504771552,0.5,0.255951455205554,0.346604603887878,0.0942078147172983,0.5,0.255951455205554,0.328970086931348,0.0655918751317745,0.5,0.255951455205554,0.302572097063081,0.0958607300950065,0.255951455205554,0.353791329130145,0.0626326718065303,0.292051312837957,0.181394895074663,0.255951455205554,0.290535713279704,0.273885617586222,0.5,0.255951455205554,0.305414690072926,0.327070163348263,0.255951455205554,0.291755480720969,0.288959791760523,0.255951455205554,0.303891766197053,0.442120737246786,0.255951455205554,0.310933810047542,0.218888816988478,0.338867630554853,0.438216827048619 -5922,0.255951455205554,0.122533568689766,0.409581188499883,0.255951455205554,0.100929798457871,0.185764097737767,0.255951455205554,0.122128599022115,0.214917461371986,0.255951455205554,0.114644355360997,0.226302565216714,0.255951455205554,0.162654072862775,0.10207774411839,0.255951455205554,0.0955017360570182,0.0649830818679003,0.5,0.255951455205554,0.160054271579865,0.0237173067507614,0.5,0.255951455205554,0.100976680130555,0.0232739604907394,0.5,0.255951455205554,0.0765545358804183,0.0724221971425832,0.255951455205554,0.204735431920545,0.0140544973926169,0.0690138492917874,0.137980336771344,0.255951455205554,0.0679150412516371,0.188121891902012,0.5,0.255951455205554,0.0783540048881092,0.202098316080835,0.255951455205554,0.0619018649172123,0.23529444692182,0.255951455205554,0.0744171655311264,0.295067929504847,0.255951455205554,0.0748366742948935,0.145151231171129,0.122454379447187,0.434739332067819 -5923,0.255951455205554,0.0,0.3529160643906,0.255951455205554,0.0,0.229258676308016,0.255951455205554,0.0,0.220117193735962,0.255951455205554,0.0,0.219520457523826,0.255951455205554,0.0,0.0955187699195978,0.255951455205554,0.0,0.0646473877966132,0.5,0.255951455205554,0.0,0.0160735753209992,0.5,0.255951455205554,0.0,0.0143752262223419,0.5,0.255951455205554,0.0,0.0682735700015772,0.255951455205554,0.0,0.0167936141694382,0.0,0.179339987063817,0.255951455205554,0.0,0.193290957690979,0.5,0.255951455205554,0.0,0.170568183749186,0.255951455205554,0.0,0.218776105339928,0.255951455205554,0.0,0.228607929764818,0.255951455205554,0.0,0.157738893615265,0.0,0.431393804232594 -5924,0.255951455205554,0.0,0.313724154179731,0.255951455205554,0.0,0.246939617396692,0.255951455205554,0.0,0.222361665535013,0.255951455205554,0.0,0.231677055362988,0.255951455205554,0.0,0.0871528747714257,0.255951455205554,0.0,0.0553728457814879,0.5,0.255951455205554,0.0,0.0112838487082352,0.5,0.255951455205554,0.0,0.0121093651844904,0.5,0.255951455205554,0.0,0.0605261769578358,0.255951455205554,0.0,0.0157851383559003,0.0,0.20221775143334,0.255951455205554,0.0,0.195632233740006,0.5,0.255951455205554,0.0,0.160710136961082,0.255951455205554,0.0,0.186643143354529,0.255951455205554,0.0,0.186917500753609,0.255951455205554,0.0,0.150543974206477,0.0,0.42962438075713 -5925,0.255951455205554,0.0,0.26434285320035,0.255951455205554,0.0,0.216876230306622,0.255951455205554,0.0,0.20200869834455,0.255951455205554,0.0,0.224956652265944,0.255951455205554,0.0,0.0754814366208296,0.255951455205554,0.0,0.0426028032500666,0.5,0.255951455205554,0.0,0.00809658876083064,0.5,0.255951455205554,0.0,0.012354577720298,0.5,0.255951455205554,0.0,0.0563474788517893,0.255951455205554,0.0,0.0119469017898058,0.0,0.197590662622844,0.255951455205554,0.0,0.18058846384222,0.5,0.255951455205554,0.0,0.150733583030661,0.255951455205554,0.0,0.142447318505916,0.255951455205554,0.0,0.149745116732778,0.255951455205554,0.0,0.0946729209513068,0.0,0.431093865582461 -5926,0.255951455205554,0.0,0.213301371968882,0.255951455205554,0.0,0.174001724128927,0.255951455205554,0.0,0.172860878804399,0.255951455205554,0.0,0.203498725692068,0.255951455205554,0.0,0.0610418169046287,0.255951455205554,0.0,0.0356578029225616,0.5,0.255951455205554,0.0,0.00567355429764785,0.5,0.255951455205554,0.0,0.0101096929727712,0.5,0.255951455205554,0.0,0.0503129751186799,0.255951455205554,0.0,0.00740615868591506,0.0,0.169627775020079,0.255951455205554,0.0,0.155496430885368,0.5,0.255951455205554,0.0,0.142311214847195,0.255951455205554,0.0,0.100266137817097,0.255951455205554,0.0,0.118765741600984,0.255951455205554,0.0,0.0491314446325258,0.0,0.395637686030315 -5927,0.255951455205554,0.0,0.175592815053744,0.255951455205554,0.0,0.153224973115895,0.255951455205554,0.0,0.141860614977808,0.255951455205554,0.0,0.165472477875075,0.255951455205554,0.0,0.0448460772322622,0.255951455205554,0.0,0.028905920654222,0.5,0.255951455205554,0.0,0.00504915972190756,0.5,0.255951455205554,0.0,0.00808299882801586,0.5,0.255951455205554,0.0,0.0451526126829609,0.255951455205554,0.0,0.00430372793406858,0.0,0.135962390485677,0.255951455205554,0.0,0.132061027739777,0.5,0.255951455205554,0.0,0.128443445681944,0.255951455205554,0.0,0.0715359111013139,0.255951455205554,0.0,0.0908486611689965,0.255951455205554,0.0,0.0278282162469193,0.0,0.325620436688086 -5928,0.255951455205554,0.0,0.15505138247338,0.255951455205554,0.0,0.140218500508868,0.255951455205554,0.0,0.112862647464576,0.255951455205554,0.0,0.123082807111051,0.255951455205554,0.0,0.0331325151890211,0.255951455205554,0.0,0.0237642034434033,0.5,0.255951455205554,0.0,0.0043879079446671,0.5,0.255951455205554,0.0,0.00827938108215824,0.5,0.255951455205554,0.0,0.0380198795099665,0.255951455205554,0.0,0.00270404533842904,0.0,0.112866229383717,0.255951455205554,0.0,0.111567714885355,0.5,0.255951455205554,0.0,0.109134872035309,0.255951455205554,0.0,0.0542561140448186,0.255951455205554,0.0,0.0669826406399273,0.255951455205554,0.0,0.0181767266791225,0.0,0.272591433585659 -5929,0.255951455205554,0.0,0.137168317583574,0.255951455205554,0.0,0.126390912343889,0.255951455205554,0.0,0.0956862688096673,0.255951455205554,0.0,0.100353637092401,0.255951455205554,0.0,0.0226553829435023,0.255951455205554,0.0,0.020795619994475,0.5,0.255951455205554,0.0,0.00376426643952956,0.5,0.255951455205554,0.0,0.00808897675431078,0.5,0.255951455205554,0.0,0.0288782420771265,0.255951455205554,0.0,0.00295571649017192,0.0,0.0996710841858181,0.255951455205554,0.0,0.0967534968159137,0.5,0.255951455205554,0.0,0.0916519691023828,0.255951455205554,0.0,0.0356768739341858,0.255951455205554,0.0,0.0558240049024672,0.255951455205554,0.0,0.0128262695699211,0.0,0.207867801687094 -5930,0.255951455205554,0.0,0.12911920293566,0.255951455205554,0.0,0.104017278153958,0.255951455205554,0.0,0.0845594639072102,0.255951455205554,0.0,0.0953770093459407,0.255951455205554,0.0,0.0166592207243586,0.255951455205554,0.0,0.0168564357471727,0.5,0.255951455205554,0.0,0.00334444289615051,0.5,0.255951455205554,0.0,0.00636735035945913,0.5,0.255951455205554,0.0,0.0230273886902797,0.255951455205554,0.0,0.00336984789374428,0.0,0.0958576895504625,0.255951455205554,0.0,0.0877475810954623,0.5,0.255951455205554,0.0,0.0825987046500475,0.255951455205554,0.0,0.0250832674452185,0.255951455205554,0.0,0.0485431940080997,0.255951455205554,0.0,0.0099417984819276,0.0,0.145283292588017 -5931,0.255951455205554,0.0,0.119666141535756,0.255951455205554,0.0,0.0862175829918142,0.255951455205554,0.0,0.0760312412797539,0.255951455205554,0.0,0.0921861755993065,0.255951455205554,0.0,0.013043821126942,0.255951455205554,0.0,0.0151742380607224,0.5,0.255951455205554,0.0,0.00307205593734062,0.5,0.255951455205554,0.0,0.00496604466942731,0.5,0.255951455205554,0.0,0.0163361436338507,0.255951455205554,0.0,0.003174994290981,0.0,0.0871711360848089,0.255951455205554,0.0,0.0825762633246013,0.5,0.255951455205554,0.0,0.0822413489917544,0.255951455205554,0.0,0.0194027177694211,0.255951455205554,0.0,0.0418260586713998,0.255951455205554,0.0,0.00842940426654924,0.0,0.109268900522831 -5932,0.255951455205554,0.0,0.117260052864599,0.255951455205554,0.0,0.092536808358998,0.255951455205554,0.0,0.0703860850134802,0.255951455205554,0.0,0.0927857184499771,0.255951455205554,0.0,0.0105349197619815,0.255951455205554,0.0,0.0138834097348427,0.5,0.255951455205554,0.0,0.003071629262501,0.5,0.255951455205554,0.0,0.00340181439263832,0.5,0.255951455205554,0.0,0.0127961439713158,0.255951455205554,0.0,0.00296492015059547,0.0,0.078879329851383,0.255951455205554,0.0,0.0795311455945966,0.5,0.255951455205554,0.0,0.0791062595594581,0.255951455205554,0.0,0.0171958376373775,0.255951455205554,0.0,0.0405666366954112,0.255951455205554,0.0,0.00844440771364402,0.0,0.0966128455726765 -5933,0.255951455205554,0.0,0.11760587372288,0.255951455205554,0.0,0.0897189990676087,0.255951455205554,0.0,0.0684790073736737,0.255951455205554,0.0,0.0905493116074138,0.255951455205554,0.0,0.0081616861989524,0.255951455205554,0.0,0.0123892383356627,0.5,0.255951455205554,0.0,0.0025362703321473,0.5,0.255951455205554,0.0,0.0022721362060578,0.5,0.255951455205554,0.0,0.0108298764105377,0.255951455205554,0.0,0.00230897869818882,0.0,0.0744784378199656,0.255951455205554,0.0,0.0824387968595809,0.5,0.255951455205554,0.0,0.0859178366854559,0.255951455205554,0.0,0.0168315342640637,0.255951455205554,0.0,0.0357726727551602,0.255951455205554,0.0,0.00910655806701888,0.0,0.095457261595536 -5934,0.255951455205554,0.0,0.124292587082331,0.255951455205554,0.0,0.0900578335842726,0.255951455205554,0.0,0.0699045378229998,0.255951455205554,0.0,0.0956188078089865,0.255951455205554,0.0,0.00700580361231803,0.255951455205554,0.0,0.0100481927812381,0.5,0.255951455205554,0.0,0.00195218373964676,0.5,0.255951455205554,0.0,0.00253904204608382,0.5,0.255951455205554,0.0,0.00825978389637235,0.255951455205554,0.0,0.00142138573891161,0.0,0.0716875933412718,0.255951455205554,0.0,0.0862837336492494,0.5,0.255951455205554,0.0,0.0836481144099855,0.255951455205554,0.0,0.0180567246924011,0.255951455205554,0.0,0.035571980505854,0.255951455205554,0.0,0.00937178488511921,0.0,0.0929328345224532 -5935,0.255951455205554,0.0395029808663834,0.121327812060056,0.255951455205554,0.0419905024104083,0.0787567614870523,0.255951455205554,0.0316055886346618,0.0673282824425925,0.255951455205554,0.0324291711827559,0.09892468543413,0.255951455205554,0.0227522175265744,0.0057949529656952,0.255951455205554,0.0304226891766587,0.00688472395377996,0.5,0.255951455205554,0.021408838430979,0.00132020381338057,0.5,0.255951455205554,0.0298199495339276,0.00244756833546628,0.5,0.255951455205554,0.0434567431713732,0.00525216922107216,0.255951455205554,0.0180468057726538,0.000940390351687734,0.0643901695330725,0.0758054322968668,0.255951455205554,0.0650085011079047,0.0756312595842077,0.5,0.255951455205554,0.0597573276784985,0.0718344061102063,0.255951455205554,0.0543186914136192,0.0171341854448658,0.255951455205554,0.0486787919296037,0.0330190902878158,0.255951455205554,0.0259129371402439,0.00809837244651768,0.0417933742524195,0.0858013942935872 -5936,0.255951455205554,0.161836605631268,0.124748540439555,0.255951455205554,0.166274539665489,0.0904924779349554,0.255951455205554,0.148382115189925,0.0774887265203013,0.255951455205554,0.149951486343529,0.118859676004051,0.255951455205554,0.135113613727646,0.00530913158663817,0.255951455205554,0.139726974773736,0.00474402698307594,0.5,0.255951455205554,0.134888292673427,0.000786459790326308,0.5,0.255951455205554,0.148057475848782,0.00160465672118885,0.5,0.255951455205554,0.1667849700276,0.00272868793185541,0.255951455205554,0.131945756077282,0.000360405607399537,0.199149615034799,0.0973562867380982,0.255951455205554,0.199776250421071,0.0972100233921067,0.5,0.255951455205554,0.192185016524288,0.0797999857154816,0.255951455205554,0.180632235312765,0.0168740869336825,0.255951455205554,0.171386976283163,0.0391511805911399,0.255951455205554,0.104014672639482,0.00773307303642274,0.164927833442345,0.0821899269749117 -5937,0.255951455205554,0.304042822885297,0.170851874406196,0.255951455205554,0.308541329522821,0.176952693077613,0.255951455205554,0.28765232620627,0.13118418133067,0.255951455205554,0.291391267113582,0.19421842974248,0.255951455205554,0.275603981640301,0.00893871470032808,0.255951455205554,0.259024200679338,0.00583517989010328,0.5,0.255951455205554,0.277661477079325,0.000551826698605842,0.5,0.255951455205554,0.29177698654357,0.000922410270468947,0.5,0.255951455205554,0.311330550318154,0.00411489120285328,0.255951455205554,0.27666693068385,0.0,0.340371591376181,0.159696517153858,0.255951455205554,0.341891738513484,0.156974683011532,0.5,0.255951455205554,0.333043473494226,0.150193064538036,0.255951455205554,0.324057573146301,0.0259454601132752,0.255951455205554,0.307015192156918,0.0792472834732015,0.255951455205554,0.21289592046343,0.0169616994868243,0.30648568875324,0.0869723647984915 -5938,0.255951455205554,0.442201794862647,0.239031951417383,0.255951455205554,0.448362688694341,0.277574285332813,0.255951455205554,0.424964938281818,0.191928289307559,0.255951455205554,0.430437123489659,0.282835665024178,0.255951455205554,0.41411300491026,0.0140454339341393,0.255951455205554,0.385428012754562,0.010485728680704,0.5,0.255951455205554,0.423962447909616,0.000506094688827244,0.5,0.255951455205554,0.439920496079241,0.00123265823946114,0.5,0.255951455205554,0.458903306584936,0.00870689455551208,0.255951455205554,0.425826772773837,0.0,0.481305247736463,0.152799292704113,0.255951455205554,0.483641737995995,0.169474731231196,0.5,0.255951455205554,0.473901709280026,0.179612320900981,0.255951455205554,0.467958972911131,0.0384510914519927,0.255951455205554,0.443270587863786,0.0902095771127179,0.255951455205554,0.354198780709228,0.0305620352351167,0.444867923539503,0.0966448371204011 -5939,0.255951455205554,0.563880607098522,0.273227021858537,0.255951455205554,0.567354465114196,0.302211649076996,0.255951455205554,0.54764211397371,0.208315589275302,0.255951455205554,0.552094575025477,0.287146231082102,0.255951455205554,0.534493730974464,0.030355339058984,0.255951455205554,0.513063337202183,0.0238391087589956,0.5,0.255951455205554,0.549379515154713,0.000803549130516544,0.5,0.255951455205554,0.561785001087835,0.00170517958877656,0.5,0.255951455205554,0.57395224875571,0.0116254933163751,0.255951455205554,0.553408171591306,0.0,0.589556943971832,0.184128524706598,0.255951455205554,0.592094577156376,0.196698588073302,0.5,0.255951455205554,0.586957650514631,0.191408806755244,0.255951455205554,0.578357636928158,0.0490077971677145,0.255951455205554,0.548392821030544,0.113026151394819,0.255951455205554,0.464450211521953,0.0454697888127671,0.567025497197528,0.0983054546571528 -5940,0.255951455205554,0.633949886524258,0.286293339648986,0.255951455205554,0.634053422597299,0.337205032935536,0.255951455205554,0.620096232688584,0.212530799002387,0.255951455205554,0.622999324629679,0.291580397107624,0.255951455205554,0.610421187243339,0.0464768562554226,0.255951455205554,0.594649682089122,0.04300488654789,0.5,0.255951455205554,0.626194645922551,0.00127662565791275,0.5,0.255951455205554,0.631650885500069,0.00315695659516121,0.5,0.255951455205554,0.633937111989707,0.0126302063346511,0.255951455205554,0.631601710551504,0.000543200244660242,0.644225559764016,0.251106908805388,0.255951455205554,0.646724316960333,0.239607714230145,0.5,0.255951455205554,0.64589110250021,0.217026034450708,0.255951455205554,0.633861903222449,0.0596859912358201,0.255951455205554,0.597892086174702,0.145341234723303,0.255951455205554,0.546768199362521,0.06362798990856,0.637532270165146,0.0854191896062724 -5941,0.255951455205554,0.658082644979563,0.274099578552391,0.255951455205554,0.655806785407343,0.355433968850402,0.255951455205554,0.643856606523206,0.189699758848419,0.255951455205554,0.647729272834209,0.240375579295949,0.255951455205554,0.640161307622567,0.0537869364487729,0.255951455205554,0.630554982621708,0.0490342017762039,0.5,0.255951455205554,0.65595003074303,0.00225225179065163,0.5,0.255951455205554,0.652050873633489,0.00583282435493946,0.5,0.255951455205554,0.645567090743315,0.0153282760965668,0.255951455205554,0.662992308033642,0.00302343795654697,0.657661310321675,0.324919662940954,0.255951455205554,0.659533671449796,0.28711793024063,0.5,0.255951455205554,0.662174158788182,0.256112891288422,0.255951455205554,0.644875608313776,0.073744647289247,0.255951455205554,0.603218038375449,0.167731925275633,0.255951455205554,0.585082297828936,0.0897956194058942,0.662383750888111,0.0660023893903976 -5942,0.255951455205554,0.644635995087601,0.283439523148728,0.255951455205554,0.640141950655615,0.322460332552792,0.255951455205554,0.629634644601946,0.171613679554415,0.255951455205554,0.635288434617281,0.231551399885698,0.255951455205554,0.629343811630126,0.0429723882197732,0.255951455205554,0.625736146532795,0.0451215263971938,0.5,0.255951455205554,0.640916256768032,0.00372634464974273,0.5,0.255951455205554,0.634253411143381,0.0107439398761983,0.5,0.255951455205554,0.612464072799507,0.01746128179439,0.255951455205554,0.656181663104217,0.00998285630019599,0.631654658866968,0.365151910760466,0.255951455205554,0.632441973012242,0.302081229858455,0.5,0.255951455205554,0.639129468433792,0.286511018390887,0.255951455205554,0.614348619221858,0.0885832076625445,0.255951455205554,0.576083369398579,0.168085890572399,0.255951455205554,0.582216563102151,0.113508157396371,0.649348970960097,0.0530800033127035 -5943,0.255951455205554,0.578287338281001,0.273639943940492,0.255951455205554,0.572133515031771,0.265610397273005,0.255951455205554,0.564499935850279,0.142620175831284,0.255951455205554,0.572321900882572,0.19242687202466,0.255951455205554,0.554960315502753,0.0338376759718797,0.255951455205554,0.567332631367427,0.0382656926731909,0.5,0.255951455205554,0.578387098214462,0.00626655417589114,0.5,0.255951455205554,0.570770737621399,0.0157818436092201,0.5,0.255951455205554,0.529647292213393,0.0238360813121745,0.255951455205554,0.601772149495894,0.0221474121975404,0.550648813288129,0.347244454535051,0.255951455205554,0.549965492939149,0.291785948151299,0.5,0.255951455205554,0.559909679650959,0.292512904768038,0.255951455205554,0.530941616473223,0.103080083057502,0.255951455205554,0.50501742074641,0.16360903332324,0.255951455205554,0.527914721378261,0.127219200094628,0.582006204831094,0.0443222524674863 -5944,0.255951455205554,0.461054420929623,0.25570727290502,0.255951455205554,0.454200715872231,0.196671150434945,0.255951455205554,0.446877968309954,0.11507092743439,0.255951455205554,0.45810398136475,0.163113343450659,0.255951455205554,0.424320512771235,0.0212620460982911,0.255951455205554,0.455376585124519,0.0246920392443051,0.5,0.255951455205554,0.462695717218307,0.00913941667218793,0.5,0.255951455205554,0.45625495669357,0.016816847377067,0.5,0.255951455205554,0.405662312617079,0.0197364013559367,0.255951455205554,0.49271122473126,0.0351836052988803,0.424957288986352,0.28226364416564,0.255951455205554,0.422565070253415,0.258867695861327,0.5,0.255951455205554,0.43536575322222,0.281677675559377,0.255951455205554,0.406343185696914,0.104188321928359,0.255951455205554,0.385777249252227,0.155855693057923,0.255951455205554,0.418395848153169,0.125890227693077,0.463386822609522,0.0473311959068535 -5945,0.255951455205554,0.33398256576783,0.206772496466755,0.255951455205554,0.325909197501867,0.0648562153981756,0.255951455205554,0.310773356312904,0.0713839324895512,0.255951455205554,0.329846336344592,0.119568977603111,0.255951455205554,0.282559075416275,0.00832330154087339,0.255951455205554,0.320779528445769,0.00986962343667703,0.5,0.255951455205554,0.322654784138067,0.00881571526465564,0.5,0.255951455205554,0.311105209367807,0.0110490064083961,0.5,0.255951455205554,0.271736974450519,0.00613599816509948,0.255951455205554,0.351489225155084,0.0305050857455615,0.2914848801676,0.100899884763727,0.255951455205554,0.2873859137426,0.136900712434314,0.5,0.255951455205554,0.304452105915257,0.194203650576523,0.255951455205554,0.274003623513498,0.0571598952688228,0.255951455205554,0.249166073707484,0.118741246498314,0.255951455205554,0.288327078063548,0.0776188978596211,0.335358380787147,0.0512039590315451 -5946,0.255951455205554,0.11653121632881,0.178865127772854,0.255951455205554,0.0965351943086655,0.057011905113123,0.255951455205554,0.104900551733954,0.0441786593905981,0.255951455205554,0.109110913540105,0.0581849849505244,0.255951455205554,0.128424515112638,0.00382047423724207,0.255951455205554,0.0902235792405031,0.00193720733968485,0.5,0.255951455205554,0.129155816142351,0.00232558454245514,0.5,0.255951455205554,0.0941287418546382,0.00419243949011521,0.5,0.255951455205554,0.0670771029268019,0.00271865150978596,0.255951455205554,0.165490212131632,0.00739829262956301,0.0646761711163503,0.0667738109854331,0.255951455205554,0.0639381146051772,0.0793233920851091,0.5,0.255951455205554,0.0742128575963788,0.12652613176835,0.255951455205554,0.0582306350532607,0.0502289165941261,0.255951455205554,0.0720321066981987,0.0646653449004774,0.255951455205554,0.0720518713550996,0.0410191593969471,0.116582057479517,0.0510018679947264 -5947,0.255951455205554,0.0,0.182495913529075,0.255951455205554,0.0,0.0767575135744915,0.255951455205554,0.0,0.0571277518061653,0.255951455205554,0.0,0.0665633591486524,0.255951455205554,0.0,0.0042848603990752,0.255951455205554,0.0,0.0013895525093471,0.5,0.255951455205554,0.0,0.00243254745867431,0.5,0.255951455205554,0.0,0.00451328578156682,0.5,0.255951455205554,0.0,0.00264283434870434,0.255951455205554,0.0,0.00506577267666967,0.0,0.0689801861912829,0.255951455205554,0.0,0.077751441095841,0.5,0.255951455205554,0.0,0.12014566248973,0.255951455205554,0.0,0.0480394500066506,0.255951455205554,0.0,0.0664943079227566,0.255951455205554,0.0,0.0330568138306924,0.0,0.0476575416569047 -5948,0.255951455205554,0.0,0.180411282515584,0.255951455205554,0.0,0.0936248791819221,0.255951455205554,0.0,0.0627248096052348,0.255951455205554,0.0,0.0731376636880228,0.255951455205554,0.0,0.00478268029016491,0.255951455205554,0.0,0.00121039629211276,0.5,0.255951455205554,0.0,0.00176303606573104,0.5,0.255951455205554,0.0,0.00343804341420548,0.5,0.255951455205554,0.0,0.00284565529658505,0.255951455205554,0.0,0.00360106442507416,0.0,0.0666094157595612,0.255951455205554,0.0,0.0758891551179835,0.5,0.255951455205554,0.0,0.10937383253065,0.255951455205554,0.0,0.0368141695706505,0.255951455205554,0.0,0.0547946331506153,0.255951455205554,0.0,0.0190594945497659,0.0,0.0450479239020699 -5949,0.255951455205554,0.0,0.169764001638455,0.255951455205554,0.0,0.0920877369454597,0.255951455205554,0.0,0.0637205029033986,0.255951455205554,0.0,0.0790334571356834,0.255951455205554,0.0,0.00553816388987399,0.255951455205554,0.0,0.00112995668935297,0.5,0.255951455205554,0.0,0.00152219535267192,0.5,0.255951455205554,0.0,0.00286782764782813,0.5,0.255951455205554,0.0,0.00352063475266045,0.255951455205554,0.0,0.00281390065824899,0.0,0.0665721195770234,0.255951455205554,0.0,0.0714162362164885,0.5,0.255951455205554,0.0,0.0979486352061028,0.255951455205554,0.0,0.0289854475171039,0.255951455205554,0.0,0.0411019314886394,0.255951455205554,0.0,0.0103379653628576,0.0,0.0436351284837622 -5950,0.255951455205554,0.0,0.159834656919565,0.255951455205554,0.0,0.0760227155606233,0.255951455205554,0.0,0.060777452861162,0.255951455205554,0.0,0.0804712752817491,0.255951455205554,0.0,0.00550973498366481,0.255951455205554,0.0,0.000945182094057289,0.5,0.255951455205554,0.0,0.00213182650377408,0.5,0.255951455205554,0.0,0.0030057847382889,0.5,0.255951455205554,0.0,0.00521807471293757,0.255951455205554,0.0,0.00237144773378724,0.0,0.0682134570889233,0.255951455205554,0.0,0.0649385878107979,0.5,0.255951455205554,0.0,0.0878803270964243,0.255951455205554,0.0,0.0212225617392562,0.255951455205554,0.0,0.0298240919282049,0.255951455205554,0.0,0.00575556169221846,0.0,0.041570962133361 -5951,0.255951455205554,0.0,0.14042950074136,0.255951455205554,0.0,0.064811140123902,0.255951455205554,0.0,0.0571879861805305,0.255951455205554,0.0,0.0799498519361654,0.255951455205554,0.0,0.00569673708423089,0.255951455205554,0.0,0.0010662105181882,0.5,0.255951455205554,0.0,0.00364370202990172,0.5,0.255951455205554,0.0,0.00311647548512895,0.5,0.255951455205554,0.0,0.00658807812554155,0.255951455205554,0.0,0.00267118801927698,0.0,0.067935701338281,0.255951455205554,0.0,0.060669826006217,0.5,0.255951455205554,0.0,0.0826291966118183,0.255951455205554,0.0,0.0180942351886692,0.255951455205554,0.0,0.0237011948642313,0.255951455205554,0.0,0.00490106363164474,0.0,0.0329273463429113 -5952,0.255951455205554,0.0,0.117499728040544,0.255951455205554,0.0,0.0608367319138107,0.255951455205554,0.0,0.0511798253877925,0.255951455205554,0.0,0.0719484583477898,0.255951455205554,0.0,0.00544611174470388,0.255951455205554,0.0,0.00145595432147159,0.5,0.255951455205554,0.0,0.00527644045465193,0.5,0.255951455205554,0.0,0.00279173330754245,0.5,0.255951455205554,0.0,0.0062937158411719,0.255951455205554,0.0,0.00349763026571146,0.0,0.0653813905795696,0.255951455205554,0.0,0.0555108133211854,0.5,0.255951455205554,0.0,0.0728612401973414,0.255951455205554,0.0,0.0147041379652467,0.255951455205554,0.0,0.0203567682241487,0.255951455205554,0.0,0.00474272672535327,0.0,0.0239378177779485 -5953,0.255951455205554,0.0,0.109425637184485,0.255951455205554,0.0,0.0545343969621687,0.255951455205554,0.0,0.0458077917085605,0.255951455205554,0.0,0.0667016682415412,0.255951455205554,0.0,0.00562407618948798,0.255951455205554,0.0,0.00167454220927032,0.5,0.255951455205554,0.0,0.00466444493123794,0.5,0.255951455205554,0.0,0.00251245240622842,0.5,0.255951455205554,0.0,0.00507288611414005,0.255951455205554,0.0,0.00250326319455475,0.0,0.0583867698077507,0.255951455205554,0.0,0.0505253585183442,0.5,0.255951455205554,0.0,0.0661683232883788,0.255951455205554,0.0,0.0111605534584382,0.255951455205554,0.0,0.0164775694633139,0.255951455205554,0.0,0.00450133429882142,0.0,0.0164775308521514 -5954,0.255951455205554,0.0,0.0928970280393887,0.255951455205554,0.0,0.0560797069796987,0.255951455205554,0.0,0.04148567100141,0.255951455205554,0.0,0.0676872803533119,0.255951455205554,0.0,0.00758255721462607,0.255951455205554,0.0,0.00188324458877237,0.5,0.255951455205554,0.0,0.00460787421279989,0.5,0.255951455205554,0.0,0.00221440692811698,0.5,0.255951455205554,0.0,0.00419904592127135,0.255951455205554,0.0,0.00125440899749749,0.0,0.049190420964122,0.255951455205554,0.0,0.0445870426763369,0.5,0.255951455205554,0.0,0.0599811613962366,0.255951455205554,0.0,0.00893002300587843,0.255951455205554,0.0,0.012920792905276,0.255951455205554,0.0,0.0038801982682845,0.0,0.0116921351050552 -5955,0.255951455205554,0.0,0.0888858151380447,0.255951455205554,0.0,0.0644774116304728,0.255951455205554,0.0,0.0375134145266709,0.255951455205554,0.0,0.0603921373371104,0.255951455205554,0.0,0.00951036651358716,0.255951455205554,0.0,0.00215940933653611,0.5,0.255951455205554,0.0,0.00436512058057724,0.5,0.255951455205554,0.0,0.0014742740038067,0.5,0.255951455205554,0.0,0.00314086052245758,0.255951455205554,0.0,0.00120742093183352,0.0,0.0477090533545628,0.255951455205554,0.0,0.0407881885721888,0.5,0.255951455205554,0.0,0.0561309085166855,0.255951455205554,0.0,0.00704422762589998,0.255951455205554,0.0,0.0106742758672504,0.255951455205554,0.0,0.00321619851874588,0.0,0.00898499326198879 -5956,0.255951455205554,0.0,0.0878352281953761,0.255951455205554,0.0,0.057028824956604,0.255951455205554,0.0,0.0342689562726637,0.255951455205554,0.0,0.0578589258716836,0.255951455205554,0.0,0.0108470995568798,0.255951455205554,0.0,0.00237243112022861,0.5,0.255951455205554,0.0,0.00374804046832249,0.5,0.255951455205554,0.0,0.00111666936304398,0.5,0.255951455205554,0.0,0.00228531844777578,0.255951455205554,0.0,0.00109756639948759,0.0,0.0495373375730099,0.255951455205554,0.0,0.0383339117991748,0.5,0.255951455205554,0.0,0.0585785075063576,0.255951455205554,0.0,0.00650329287946101,0.255951455205554,0.0,0.0103509676259009,0.255951455205554,0.0,0.00266473084800172,0.0,0.00836533705567953 -5957,0.255951455205554,0.0,0.0821548830654849,0.255951455205554,0.0,0.0555764868034405,0.255951455205554,0.0,0.0325287546464615,0.255951455205554,0.0,0.0550785286939697,0.255951455205554,0.0,0.0109206482413904,0.255951455205554,0.0,0.00324961817479531,0.5,0.255951455205554,0.0,0.00351945934602198,0.5,0.255951455205554,0.0,0.00108770798891194,0.5,0.255951455205554,0.0,0.00176573314856006,0.255951455205554,0.0,0.000979210190465929,0.0,0.0424382289320648,0.255951455205554,0.0,0.0380750649494406,0.5,0.255951455205554,0.0,0.0604942949753874,0.255951455205554,0.0,0.00604208017151259,0.255951455205554,0.0,0.0101135783524149,0.255951455205554,0.0,0.00252195385136118,0.0,0.00925398674648732 -5958,0.255951455205554,0.0,0.0809534812962287,0.255951455205554,0.0,0.0449575982684906,0.255951455205554,0.0,0.0316123429113123,0.255951455205554,0.0,0.0537555231422142,0.255951455205554,0.0,0.010867854228185,0.255951455205554,0.0,0.00516080702854881,0.5,0.255951455205554,0.0,0.00343269337024293,0.5,0.255951455205554,0.0,0.00129432489961829,0.5,0.255951455205554,0.0,0.00124436701429963,0.255951455205554,0.0,0.00103109694211652,0.0,0.0361925320160017,0.255951455205554,0.0,0.0368545618771589,0.5,0.255951455205554,0.0,0.0638866852428265,0.255951455205554,0.0,0.00605413260195679,0.255951455205554,0.0,0.00975743924428956,0.255951455205554,0.0,0.00286317694954001,0.0,0.00988071635713593 -5959,0.255951455205554,0.0369744719032384,0.0755984407006852,0.255951455205554,0.0391584533361693,0.0433408165452291,0.255951455205554,0.0271439646968388,0.0310066497777928,0.255951455205554,0.0267447326497196,0.0539936139951557,0.255951455205554,0.0194181043645305,0.0108337367558993,0.255951455205554,0.0288688700849601,0.00486353583050549,0.5,0.255951455205554,0.0197681131925027,0.00298106285536491,0.5,0.255951455205554,0.0279764495308302,0.00152001884458943,0.5,0.255951455205554,0.0377775042134792,0.000877307663602484,0.255951455205554,0.0158639091929333,0.00232871057179573,0.0607814843571587,0.0324576511690577,0.255951455205554,0.0611095803105842,0.0309160493392366,0.5,0.255951455205554,0.057849889623936,0.047470730582096,0.255951455205554,0.0562940588296237,0.00399489665931224,0.255951455205554,0.0468908754179951,0.00943228271768533,0.255951455205554,0.0419351631267607,0.00281746541733517,0.0396295161403587,0.00981312327963142 -5960,0.255951455205554,0.158117527787958,0.0792598353072387,0.255951455205554,0.161626906323454,0.0447100902629477,0.255951455205554,0.135453985720239,0.0300135088667826,0.255951455205554,0.128277582212729,0.0546025930598198,0.255951455205554,0.12596433620068,0.0110779864147041,0.255951455205554,0.145782184495917,0.00152603617071397,0.5,0.255951455205554,0.134414232393551,0.00209530555087974,0.5,0.255951455205554,0.146820037156294,0.00171300319929431,0.5,0.255951455205554,0.147391072556097,0.000607327018186055,0.255951455205554,0.129450349237004,0.00251315042433967,0.193087449228271,0.0423010867613487,0.255951455205554,0.193239990392485,0.0361630556391946,0.5,0.255951455205554,0.190548954731169,0.0487235902558093,0.255951455205554,0.185430523474374,0.00178894632576879,0.255951455205554,0.171602272073089,0.0100465652782476,0.255951455205554,0.164331951282067,0.0013349194329545,0.162547886388019,0.00973047961679176 -5961,0.255951455205554,0.298374467666469,0.104705699070178,0.255951455205554,0.297819583427997,0.0717568082995109,0.255951455205554,0.264606193332012,0.0404057906465352,0.255951455205554,0.248714612895019,0.0694311390081468,0.255951455205554,0.260149635859704,0.0265022773868364,0.255951455205554,0.286285220905191,0.000929552614568186,0.5,0.255951455205554,0.277920957776487,0.00199931001555014,0.5,0.255951455205554,0.292096285047327,0.000799825337844094,0.5,0.255951455205554,0.266609821262566,0.000606996359042868,0.255951455205554,0.273678809269622,0.00282208997532238,0.332495778376257,0.0772081916251989,0.255951455205554,0.333191696072071,0.070732471723635,0.5,0.255951455205554,0.331328828052491,0.0867918944997364,0.255951455205554,0.326080515289858,0.00120664960106355,0.255951455205554,0.310717625356296,0.0206229105058421,0.255951455205554,0.304380267004468,0.000424616042947059,0.304163196607897,0.0118819738664645 -5962,0.255951455205554,0.43204460166375,0.137391100162978,0.255951455205554,0.424238359193625,0.113295396450877,0.255951455205554,0.391900258898864,0.043577156664251,0.255951455205554,0.369803535155763,0.0847575717219282,0.255951455205554,0.397234239780094,0.0419157523766903,0.255951455205554,0.428910764127752,0.00263877203742381,0.5,0.255951455205554,0.424371841285679,0.00380577154336465,0.5,0.255951455205554,0.441502936914252,0.00289847831780224,0.5,0.255951455205554,0.380968450570828,0.00123548336196616,0.255951455205554,0.421484445313963,0.00921243099582262,0.470819671551659,0.0813508101496623,0.255951455205554,0.472463352118465,0.0764525238124659,0.5,0.255951455205554,0.471361297589174,0.140765037476895,0.255951455205554,0.46692412576352,0.00181119130362243,0.255951455205554,0.450861361023895,0.0198845569169018,0.255951455205554,0.446605851684954,0.000358660182531088,0.441886042893265,0.0132273869206763 -5963,0.255951455205554,0.54491805923596,0.157777781877457,0.255951455205554,0.52190251336285,0.118016520074317,0.255951455205554,0.502614824930321,0.0405614698069996,0.255951455205554,0.482409682248606,0.0726908495965616,0.255951455205554,0.519201835751022,0.052081923534803,0.255951455205554,0.547424692286193,0.00588564901250146,0.5,0.255951455205554,0.549080899941137,0.00961890325487985,0.5,0.255951455205554,0.560145857082548,0.0104150110013542,0.5,0.255951455205554,0.465847485113557,0.00282748154783177,0.255951455205554,0.548119892515598,0.0377795080440789,0.576683222782468,0.10183203149127,0.255951455205554,0.579077658765262,0.0882158268252027,0.5,0.255951455205554,0.583467840527912,0.162303999214399,0.255951455205554,0.574722739440218,0.00279491909313513,0.255951455205554,0.562613077729423,0.0183141764679451,0.255951455205554,0.559567911389676,0.000637334488494474,0.563077498731502,0.0113314541277672 -5964,0.255951455205554,0.600030577104572,0.171735241282566,0.255951455205554,0.565609456502994,0.105535677728291,0.255951455205554,0.566631596952589,0.0342766051169829,0.255951455205554,0.549157281381,0.0546891875187362,0.255951455205554,0.581190464829,0.0565647692723024,0.255951455205554,0.571822839152078,0.00871692058844044,0.5,0.255951455205554,0.614483971968026,0.0167183086377679,0.5,0.255951455205554,0.588390484013477,0.0208188580008186,0.5,0.255951455205554,0.450849497803021,0.00346570407908153,0.255951455205554,0.627998681966063,0.0662287035815425,0.629801500928903,0.120527714975159,0.255951455205554,0.632762932876774,0.103078011899999,0.5,0.255951455205554,0.641489404361417,0.194746593309218,0.255951455205554,0.63041632010873,0.00453839871236078,0.255951455205554,0.622428159052844,0.018156543196211,0.255951455205554,0.59062703536958,0.000914828047960178,0.632607897248181,0.01209944547958 -5965,0.255951455205554,0.602013178991643,0.19278741887699,0.255951455205554,0.565739064280454,0.0885868485795209,0.255951455205554,0.588301647473955,0.0300868006013714,0.255951455205554,0.576800035094128,0.0406009192388237,0.255951455205554,0.542336924687934,0.0569159410175834,0.255951455205554,0.579644716387456,0.0122654817426716,0.5,0.255951455205554,0.618002469442091,0.0263701279885316,0.5,0.255951455205554,0.582871379257372,0.026251362907924,0.5,0.255951455205554,0.437065190187859,0.00314248089988692,0.255951455205554,0.661392756654867,0.0860375301011577,0.642033490065427,0.129924963184958,0.255951455205554,0.645180205672464,0.113169791110653,0.5,0.255951455205554,0.656727658651585,0.227927909964994,0.255951455205554,0.644668308026585,0.0077519030479459,0.255951455205554,0.639400227719528,0.0200589968865344,0.255951455205554,0.591727883615288,0.00131306247840668,0.656711127628256,0.0149686806642466 -5966,0.255951455205554,0.560064685174847,0.208852715310443,0.255951455205554,0.522409761031593,0.0771179151509948,0.255951455205554,0.551581203028396,0.030989991696922,0.255951455205554,0.581807934950741,0.0397930556574135,0.255951455205554,0.516174895878515,0.0520581398378613,0.255951455205554,0.546251522876651,0.0144025212594632,0.5,0.255951455205554,0.590485524869083,0.035607248228096,0.5,0.255951455205554,0.557001516572324,0.0291636336702419,0.5,0.255951455205554,0.41145889554859,0.00386566520417701,0.255951455205554,0.652700623818943,0.0971595849440083,0.615942145563108,0.127681953942368,0.255951455205554,0.618329012336928,0.11294389877449,0.5,0.255951455205554,0.632520576192179,0.251720670158731,0.255951455205554,0.618576097283104,0.0122119529588145,0.255951455205554,0.618179670861192,0.0222173118673029,0.255951455205554,0.530866343326232,0.00275778607291841,0.642775667672409,0.019732066090066 -5967,0.255951455205554,0.451997416488954,0.216959720719147,0.255951455205554,0.43566991921994,0.0819911056473611,0.255951455205554,0.452722057671908,0.0340001243353914,0.255951455205554,0.533338270502121,0.0422209748881413,0.255951455205554,0.451074849254224,0.0459169555410483,0.255951455205554,0.466932283051909,0.0133919330502282,0.5,0.255951455205554,0.528928781514768,0.0386077234905189,0.5,0.255951455205554,0.496009014467648,0.0279547742790141,0.5,0.255951455205554,0.351258712841327,0.00264429417032368,0.255951455205554,0.573223082104706,0.0899367575964124,0.535931243134521,0.122145187059502,0.255951455205554,0.536875935413663,0.113959336930617,0.5,0.255951455205554,0.552082293875934,0.256869358678861,0.255951455205554,0.535949366272395,0.0212201138395559,0.255951455205554,0.538723058276863,0.0222303033661512,0.255951455205554,0.509024690383299,0.00388604276662438,0.574356882650938,0.0267284644590638 -5968,0.255951455205554,0.321811439739982,0.210498133078234,0.255951455205554,0.333823761837802,0.0801624143502418,0.255951455205554,0.34152778605962,0.0330709093517072,0.255951455205554,0.428193292044234,0.0482957767013265,0.255951455205554,0.342379350947188,0.0391667639793279,0.255951455205554,0.352109565915626,0.013136100636555,0.5,0.255951455205554,0.425521752276435,0.0341267927436865,0.5,0.255951455205554,0.406449908576398,0.0238639408199234,0.5,0.255951455205554,0.276783251853889,0.00209326724071512,0.255951455205554,0.473936236539323,0.0696260421897897,0.412703918243821,0.116960473265963,0.255951455205554,0.411835017287955,0.11124212517403,0.5,0.255951455205554,0.4272309908279,0.254426020285761,0.255951455205554,0.402813281511196,0.0276705571798141,0.255951455205554,0.423016176132561,0.0212769217101371,0.255951455205554,0.363971236230436,0.00567586913965508,0.453761194044271,0.034531605048628 -5969,0.255951455205554,0.170905109834515,0.17814950511049,0.255951455205554,0.222577870830529,0.028281554631364,0.255951455205554,0.25839189226578,0.0242972879081237,0.255951455205554,0.287754679344591,0.0311131191199994,0.255951455205554,0.233355648063783,0.0301409124530629,0.255951455205554,0.249010852985158,0.00985757642451937,0.5,0.255951455205554,0.287594019588282,0.0270645470411766,0.5,0.255951455205554,0.288511928131278,0.0115755962252244,0.5,0.255951455205554,0.16060969087476,0.000848212860963846,0.255951455205554,0.335855734922433,0.0543919434498508,0.281628284192522,0.0454485247558592,0.255951455205554,0.279474760279421,0.0671175326712761,0.5,0.255951455205554,0.296304046452753,0.187779362110498,0.255951455205554,0.274086388218333,0.0181318601853296,0.255951455205554,0.282489002830151,0.0206735936583751,0.255951455205554,0.224519914860517,0.00345107522001665,0.286025288924939,0.0409063632117384 -5970,0.255951455205554,0.0451190166831251,0.163204563600617,0.255951455205554,0.0893863187765155,0.0110003731591924,0.255951455205554,0.0992769860790436,0.0155961483491581,0.255951455205554,0.104144494357946,0.0147332952462375,0.255951455205554,0.0867293166421443,0.0200185302550727,0.255951455205554,0.0826752237420266,0.00294660120356851,0.5,0.255951455205554,0.103342708126633,0.0110460890485591,0.5,0.255951455205554,0.0871052035606742,0.00209832806676852,0.5,0.255951455205554,0.0571008734279674,0.000110073768487915,0.255951455205554,0.123851675766206,0.0195346891057872,0.0592349601639207,0.0337364779234936,0.255951455205554,0.0589502250035805,0.0495118072723137,0.5,0.255951455205554,0.0693961510522826,0.129456784219979,0.255951455205554,0.051961931237789,0.0173368253603198,0.255951455205554,0.0647318654327414,0.0128013808548639,0.255951455205554,0.0570741303861002,0.00113954197626274,0.0747600691273914,0.0560728117062615 -5971,0.255951455205554,0.0,0.163002026563752,0.255951455205554,0.0,0.0190350121718968,0.255951455205554,0.0,0.0179692535364085,0.255951455205554,0.0,0.00726358139420897,0.255951455205554,0.0,0.0178473292996033,0.255951455205554,0.0,0.00280338663546127,0.5,0.255951455205554,0.0,0.0128508383868034,0.5,0.255951455205554,0.0,0.00143437897298885,0.5,0.255951455205554,0.0,0.000328566937815529,0.255951455205554,0.0,0.0194329825300279,0.0,0.0464307119608111,0.255951455205554,0.0,0.0608688370026942,0.5,0.255951455205554,0.0,0.132208447871961,0.255951455205554,0.0,0.0199274602513325,0.255951455205554,0.0,0.0204923749899442,0.255951455205554,0.0,0.000777564383942819,0.0,0.117930458264145 -5972,0.255951455205554,0.0,0.157838937013169,0.255951455205554,0.0,0.0293285689611061,0.255951455205554,0.0,0.0282597483678605,0.255951455205554,0.0,0.00899637393140399,0.255951455205554,0.0,0.0194484663826398,0.255951455205554,0.0,0.00307558695715265,0.5,0.255951455205554,0.0,0.0136265698654758,0.5,0.255951455205554,0.0,0.00129832909660281,0.5,0.255951455205554,0.0,0.000505609496918637,0.255951455205554,0.0,0.0174112799506011,0.0,0.0503010906860907,0.255951455205554,0.0,0.0634245065640314,0.5,0.255951455205554,0.0,0.129928058283377,0.255951455205554,0.0,0.0200638230206996,0.255951455205554,0.0,0.0233823732949966,0.255951455205554,0.0,0.00085963981625293,0.0,0.194495254939117 -5973,0.255951455205554,0.0,0.141913168687129,0.255951455205554,0.0,0.0229724781803801,0.255951455205554,0.0,0.0415351431145537,0.255951455205554,0.0,0.0114636830587532,0.255951455205554,0.0,0.0286371094079259,0.255951455205554,0.0,0.00340439889546701,0.5,0.255951455205554,0.0,0.0134781955607664,0.5,0.255951455205554,0.0,0.00140281386929983,0.5,0.255951455205554,0.0,0.000452216891907176,0.255951455205554,0.0,0.0170319261134148,0.0,0.0504683302431157,0.255951455205554,0.0,0.062136563372921,0.5,0.255951455205554,0.0,0.118595587155642,0.255951455205554,0.0,0.0183772427637543,0.255951455205554,0.0,0.022242480840277,0.255951455205554,0.0,0.00152194122805672,0.0,0.19090695240402 -5974,0.255951455205554,0.0,0.110676956851764,0.255951455205554,0.0,0.0146757604558253,0.255951455205554,0.0,0.049200307619976,0.255951455205554,0.0,0.0154619904690972,0.255951455205554,0.0,0.0493371206539255,0.255951455205554,0.0,0.00415340139899229,0.5,0.255951455205554,0.0,0.0128883682021307,0.5,0.255951455205554,0.0,0.00207529702163309,0.5,0.255951455205554,0.0,0.000656463657306415,0.255951455205554,0.0,0.0117563184889061,0.0,0.0489715681050499,0.255951455205554,0.0,0.0589007381152249,0.5,0.255951455205554,0.0,0.10981568994297,0.255951455205554,0.0,0.0151527200204776,0.255951455205554,0.0,0.0180272350643304,0.255951455205554,0.0,0.0025234978609684,0.0,0.214253905825764 -5975,0.255951455205554,0.0,0.0718252688692072,0.255951455205554,0.0,0.0122412261077787,0.255951455205554,0.0,0.0430910835139345,0.255951455205554,0.0,0.0313992414148573,0.255951455205554,0.0,0.0537706178244996,0.255951455205554,0.0,0.00632404579383223,0.5,0.255951455205554,0.0,0.0117848790861202,0.5,0.255951455205554,0.0,0.00467881825453747,0.5,0.255951455205554,0.0,0.000975678034433717,0.255951455205554,0.0,0.00844655912927051,0.0,0.0483656484808275,0.255951455205554,0.0,0.0544234222913774,0.5,0.255951455205554,0.0,0.0986872715445718,0.255951455205554,0.0,0.0111686186992495,0.255951455205554,0.0,0.0139685478860837,0.255951455205554,0.0,0.00266322581329854,0.0,0.394863198601389 -5976,0.255951455205554,0.0,0.0457132302324368,0.255951455205554,0.0,0.00873358986889252,0.255951455205554,0.0,0.0410442302284294,0.255951455205554,0.0,0.0567935090732338,0.255951455205554,0.0,0.0507699336301619,0.255951455205554,0.0,0.00860240635673661,0.5,0.255951455205554,0.0,0.0102306357467895,0.5,0.255951455205554,0.0,0.00439645829299195,0.5,0.255951455205554,0.0,0.0014155384731652,0.255951455205554,0.0,0.00572808457777809,0.0,0.0438365116416971,0.255951455205554,0.0,0.0458409175523223,0.5,0.255951455205554,0.0,0.0861004957090783,0.255951455205554,0.0,0.00817556020144695,0.255951455205554,0.0,0.00922541094374236,0.255951455205554,0.0,0.00399007620118725,0.0,0.618489876959517 -5977,0.255951455205554,0.0,0.0379557270874285,0.255951455205554,0.0,0.00613652172586968,0.255951455205554,0.0,0.0541559331833412,0.255951455205554,0.0,0.0530842037378537,0.255951455205554,0.0,0.0500515002660891,0.255951455205554,0.0,0.0136632302435326,0.5,0.255951455205554,0.0,0.00999585652738328,0.5,0.255951455205554,0.0,0.0049396627702995,0.5,0.255951455205554,0.0,0.00217249332800164,0.255951455205554,0.0,0.0046852697981257,0.0,0.0346228839661034,0.255951455205554,0.0,0.0378528014976914,0.5,0.255951455205554,0.0,0.0727944764504748,0.255951455205554,0.0,0.00558601760815511,0.255951455205554,0.0,0.00685978250202969,0.255951455205554,0.0,0.00576578313269007,0.0,0.680778226363936 -5978,0.255951455205554,0.0,0.0337179179303102,0.255951455205554,0.0,0.00836862271959194,0.255951455205554,0.0,0.0810736676810964,0.255951455205554,0.0,0.0614311750470739,0.255951455205554,0.0,0.0531834300811414,0.255951455205554,0.0,0.0206152940064331,0.5,0.255951455205554,0.0,0.00907429390540508,0.5,0.255951455205554,0.0,0.00729291535345304,0.5,0.255951455205554,0.0,0.00299609799825215,0.255951455205554,0.0,0.00657798710425341,0.0,0.0321252772693261,0.255951455205554,0.0,0.0297904670532621,0.5,0.255951455205554,0.0,0.0664643063713288,0.255951455205554,0.0,0.00377709133560912,0.255951455205554,0.0,0.00800196169032289,0.255951455205554,0.0,0.0070303704357453,0.0,0.687065624281548 -5979,0.255951455205554,0.0,0.0436243539634826,0.255951455205554,0.0,0.0171012706313858,0.255951455205554,0.0,0.1063956539164,0.255951455205554,0.0,0.105875521566973,0.255951455205554,0.0,0.0591121330330537,0.255951455205554,0.0,0.0223612977082267,0.5,0.255951455205554,0.0,0.00804433347919219,0.5,0.255951455205554,0.0,0.00483857046446282,0.5,0.255951455205554,0.0,0.00288474210669629,0.255951455205554,0.0,0.0068156375650515,0.0,0.0270392740370316,0.255951455205554,0.0,0.0269527885889249,0.5,0.255951455205554,0.0,0.0652295895751255,0.255951455205554,0.0,0.0032368249184717,0.255951455205554,0.0,0.010213742136466,0.255951455205554,0.0,0.0087270312037231,0.0,0.677703016468787 -5980,0.255951455205554,0.0,0.0600009128018167,0.255951455205554,0.0,0.0371495159472227,0.255951455205554,0.0,0.130723199432498,0.255951455205554,0.0,0.137280079670127,0.255951455205554,0.0,0.064286139239326,0.255951455205554,0.0,0.0211700415263134,0.5,0.255951455205554,0.0,0.00683857144056107,0.5,0.255951455205554,0.0,0.00317789249386051,0.5,0.255951455205554,0.0,0.00235937794920516,0.255951455205554,0.0,0.00368041491665979,0.0,0.0277787683375617,0.255951455205554,0.0,0.0262467937075779,0.5,0.255951455205554,0.0,0.067676844805827,0.255951455205554,0.0,0.00299786813967405,0.255951455205554,0.0,0.0107234831822507,0.255951455205554,0.0,0.00926142474734275,0.0,0.667269711668392 -5981,0.255951455205554,0.0,0.0723812838373171,0.255951455205554,0.0,0.0586708672658802,0.255951455205554,0.0,0.142526651694693,0.255951455205554,0.0,0.141524886238467,0.255951455205554,0.0,0.0617617864788409,0.255951455205554,0.0,0.0191048947631758,0.5,0.255951455205554,0.0,0.00727481406313064,0.5,0.255951455205554,0.0,0.00280565908558978,0.5,0.255951455205554,0.0,0.00230161155343132,0.255951455205554,0.0,0.00305508311228808,0.0,0.0245717715985449,0.255951455205554,0.0,0.0255473784929791,0.5,0.255951455205554,0.0,0.0643482542724883,0.255951455205554,0.0,0.00271053818223501,0.255951455205554,0.0,0.0117603832163547,0.255951455205554,0.0,0.00944518087903588,0.0,0.607063400731968 -5982,0.255951455205554,0.0,0.0940830315019211,0.255951455205554,0.0,0.0696388455458907,0.255951455205554,0.0,0.150973328530008,0.255951455205554,0.0,0.160641468567488,0.255951455205554,0.0,0.0571769144325058,0.255951455205554,0.0,0.019589469439771,0.5,0.255951455205554,0.0,0.00754948775033921,0.5,0.255951455205554,0.0,0.00270266185501518,0.5,0.255951455205554,0.0,0.00290688862543872,0.255951455205554,0.0,0.00332113746245345,0.0,0.0210213371263013,0.255951455205554,0.0,0.0221223470679048,0.5,0.255951455205554,0.0,0.0585588407291796,0.255951455205554,0.0,0.00249383332826158,0.255951455205554,0.0,0.0163589668225862,0.255951455205554,0.0,0.01346016935976,0.0,0.508686434278824 -5983,0.255951455205554,0.0273488247589128,0.117655723848051,0.255951455205554,0.0195561764506466,0.110380520922446,0.255951455205554,0.00892565574713152,0.154796942311396,0.255951455205554,0.0136476549040341,0.181611770803547,0.255951455205554,0.0103363343811037,0.0569825163821339,0.255951455205554,0.0115463155104405,0.0148376894324246,0.5,0.255951455205554,0.00132704942333207,0.00684991200086232,0.5,0.255951455205554,0.0149307164291541,0.00359767886137956,0.5,0.255951455205554,0.0216050072739857,0.00365693576279934,0.255951455205554,0.000835117279801902,0.00382450097365427,0.05694057306607,0.010875550684448,0.255951455205554,0.0541842260219292,0.0150121847111765,0.5,0.255951455205554,0.0429672910081908,0.0415609532935885,0.255951455205554,0.0348399134028213,0.00214154778298718,0.255951455205554,0.0151941226084125,0.0232138912798629,0.255951455205554,0.0141464973562803,0.0186386794972831,0.024663920516296,0.396862764611288 -5984,0.255951455205554,0.127583096565101,0.198448702540118,0.255951455205554,0.097754463370076,0.233893415163056,0.255951455205554,0.0532390034064895,0.194219054149566,0.255951455205554,0.0617824682007826,0.216957893604368,0.255951455205554,0.0796002627377731,0.0736125464166331,0.255951455205554,0.0569921012856986,0.016349098382732,0.5,0.255951455205554,0.00993933466734813,0.00726941601655701,0.5,0.255951455205554,0.0700346773432433,0.00350058778656718,0.5,0.255951455205554,0.0860509280423076,0.00355155342912117,0.255951455205554,0.00972801592487216,0.00256697590739441,0.183011064536368,0.00941265464468533,0.255951455205554,0.171558267004765,0.0124942802803052,0.5,0.255951455205554,0.142680309800491,0.0335988215159403,0.255951455205554,0.11234507185025,0.00325419204255532,0.255951455205554,0.0526782626465461,0.0594741738859081,0.255951455205554,0.0619184274928755,0.026332486462968,0.120481235309788,0.298995080870996 -5985,0.255951455205554,0.224302119886192,0.350841869780722,0.255951455205554,0.209742311436927,0.315001917631086,0.255951455205554,0.127498259417968,0.21759207587511,0.255951455205554,0.0888558035000573,0.226389022688605,0.255951455205554,0.173698234061352,0.0922138374539897,0.255951455205554,0.113005308185733,0.0318781933868801,0.5,0.255951455205554,0.0263196496274717,0.0109678049627744,0.5,0.255951455205554,0.128340535699296,0.00527131194020749,0.5,0.255951455205554,0.146215536562266,0.0050838206785042,0.255951455205554,0.0294510162389874,0.00177919828928025,0.31296891081389,0.0187799663842015,0.255951455205554,0.292507582445363,0.0225171365136413,0.5,0.255951455205554,0.232858841203041,0.0380671291636003,0.255951455205554,0.19497640182571,0.0105367258642445,0.255951455205554,0.0921146604423775,0.109648771164731,0.255951455205554,0.114414755827261,0.0465375958358648,0.265937257456851,0.254656269225633 -5986,0.255951455205554,0.254056735295612,0.370041337191775,0.255951455205554,0.283092527343455,0.331910110876419,0.255951455205554,0.22106204824,0.228647677728814,0.255951455205554,0.105255378161541,0.252262995639277,0.255951455205554,0.267330128341819,0.103491394516411,0.255951455205554,0.174476111907992,0.0332920598596237,0.5,0.255951455205554,0.0448275532540457,0.0163352943963372,0.5,0.255951455205554,0.185556679446272,0.0123451244486765,0.5,0.255951455205554,0.209401407180934,0.0123429559860268,0.255951455205554,0.0489935127549619,0.00228120036212078,0.444273368145442,0.00241282662329236,0.255951455205554,0.405156679590125,0.016642334744149,0.5,0.255951455205554,0.314798779732283,0.0303435002198549,0.255951455205554,0.249135604047688,0.023854401125667,0.255951455205554,0.12415027292366,0.113171755030631,0.255951455205554,0.148736078140729,0.0469722192042069,0.423008350207162,0.2195874334559 -5987,0.255951455205554,0.229900706711534,0.393976051343415,0.255951455205554,0.248615581079366,0.316971210779624,0.255951455205554,0.308240465592696,0.236079223963078,0.255951455205554,0.158855175905543,0.277313875148253,0.255951455205554,0.326189936559934,0.106029391624528,0.255951455205554,0.211255861665179,0.0309712292877199,0.5,0.255951455205554,0.0580599758204376,0.0230291255856074,0.5,0.255951455205554,0.227267129302693,0.0320836221745223,0.5,0.255951455205554,0.245125332390427,0.0255536420348173,0.255951455205554,0.0562706924115121,0.00480701334524269,0.536323603839888,0.0,0.255951455205554,0.477188612680188,0.0134752753471401,0.5,0.255951455205554,0.379210031414635,0.0196541652458125,0.255951455205554,0.264655442923692,0.0507837668308824,0.255951455205554,0.112373486431371,0.100667958005812,0.255951455205554,0.187946367832695,0.0491081228882078,0.52286898018371,0.19713276837609 -5988,0.255951455205554,0.239863953488472,0.41218578018161,0.255951455205554,0.26530567472907,0.325679565855131,0.255951455205554,0.388449484746837,0.236128062728393,0.255951455205554,0.22316747032961,0.284452381505125,0.255951455205554,0.35136584122851,0.105305431530476,0.255951455205554,0.174597363791438,0.0368540007347836,0.5,0.255951455205554,0.0633871210041684,0.0311086084847943,0.5,0.255951455205554,0.244087834997939,0.0570522465222673,0.5,0.255951455205554,0.271959954869493,0.0415195235673367,0.255951455205554,0.0653558409311773,0.0136344920700909,0.5766237406029,0.0,0.255951455205554,0.488870791315609,0.0233828864798128,0.5,0.255951455205554,0.397707469401128,0.0221167843851113,0.255951455205554,0.256521203462234,0.0669226026165266,0.255951455205554,0.10983011247536,0.0870238693896656,0.255951455205554,0.206891891591161,0.0480215547015987,0.433084745970184,0.159035578001992 -5989,0.255951455205554,0.271862831050536,0.398865937544692,0.255951455205554,0.29269908447124,0.380411679710966,0.255951455205554,0.472940381525639,0.236638039449753,0.255951455205554,0.225442244718326,0.279675349659515,0.255951455205554,0.354280608825937,0.0982488317076739,0.255951455205554,0.165775154751378,0.0438885639148775,0.5,0.255951455205554,0.0667962394331856,0.0412171270924965,0.5,0.255951455205554,0.325710449393788,0.0765255509198643,0.5,0.255951455205554,0.315493610413529,0.0539371756698155,0.255951455205554,0.0826132110612539,0.0301994296294039,0.568394905871255,0.0023506273161778,0.255951455205554,0.463875350357742,0.0346734834789367,0.5,0.255951455205554,0.368645499905346,0.0195651547608071,0.255951455205554,0.259257804673273,0.0729944674864472,0.255951455205554,0.12403077567522,0.0740103340307352,0.255951455205554,0.206127801569156,0.0441422768449851,0.339425759392317,0.100883965722221 -5990,0.255951455205554,0.325689564849652,0.379916684781409,0.255951455205554,0.267231920931897,0.412125857498847,0.255951455205554,0.494460831567339,0.234617522155432,0.255951455205554,0.341244382152532,0.267975270361835,0.255951455205554,0.34834058790817,0.0856973529196908,0.255951455205554,0.133898016942141,0.052456189539907,0.5,0.255951455205554,0.0748578615708425,0.0494097273697858,0.5,0.255951455205554,0.345644930260761,0.0879476281963143,0.5,0.255951455205554,0.31353500653702,0.0688819748648575,0.255951455205554,0.122744632604984,0.0547222747526191,0.523365714232683,0.0158445667379932,0.255951455205554,0.43141984308271,0.0397818124692643,0.5,0.255951455205554,0.327097412103048,0.0176436359756021,0.255951455205554,0.268522438108781,0.0709596231055158,0.255951455205554,0.13457330991381,0.0640262151068048,0.255951455205554,0.169772459699496,0.0395360974693981,0.216851027055634,0.0562637946308732 -5991,0.255951455205554,0.389970980827131,0.364123879499197,0.255951455205554,0.248059967083684,0.365848357565427,0.255951455205554,0.47741796527879,0.219417005756901,0.255951455205554,0.458489982605102,0.25780094477165,0.255951455205554,0.330671804522653,0.0628688824522476,0.255951455205554,0.0915720712452824,0.0596135892197829,0.5,0.255951455205554,0.0967877989174798,0.0599131687276797,0.5,0.255951455205554,0.339460867116228,0.0974358549978296,0.5,0.255951455205554,0.283689690086215,0.0778025185143191,0.255951455205554,0.183875245548648,0.0899193576520328,0.356132938262306,0.0252123332683146,0.255951455205554,0.35131603826068,0.036430501749859,0.5,0.255951455205554,0.266226310615726,0.0202443743878472,0.255951455205554,0.242678528020402,0.0676012710318805,0.255951455205554,0.13961385408262,0.0570602935847129,0.255951455205554,0.116257408971084,0.0344741930417652,0.234371628625569,0.0480621481279304 -5992,0.255951455205554,0.379176639989265,0.341327935201481,0.255951455205554,0.249450863365154,0.304045432513107,0.255951455205554,0.406934996362146,0.192439466951964,0.255951455205554,0.441605610121595,0.254317167752062,0.255951455205554,0.287255365346093,0.0457202355276517,0.255951455205554,0.0603834311051085,0.0605793486445846,0.5,0.255951455205554,0.119354916344751,0.0715350485712833,0.5,0.255951455205554,0.291110212598462,0.0944321650964929,0.5,0.255951455205554,0.214145014789948,0.0695565697942139,0.255951455205554,0.258614167251706,0.126265711523184,0.144672833312485,0.0301797544756843,0.255951455205554,0.243538068979772,0.0336735685808312,0.5,0.255951455205554,0.184308209542722,0.0284293409364086,0.255951455205554,0.192153060823639,0.0611339555621315,0.255951455205554,0.107508483519989,0.0514773100221148,0.255951455205554,0.0850177798038539,0.0272166584265991,0.274631516246335,0.0588802496695459 -5993,0.255951455205554,0.307022197399968,0.285429742606708,0.255951455205554,0.250277010355191,0.264658492706737,0.255951455205554,0.29953380831907,0.15697848085697,0.255951455205554,0.339471625527901,0.221710012400446,0.255951455205554,0.209572329127009,0.0374871951862747,0.255951455205554,0.0440773431701879,0.0521863761575824,0.5,0.255951455205554,0.0992915973418773,0.0765202874807614,0.5,0.255951455205554,0.215288640159975,0.0681132055165694,0.5,0.255951455205554,0.145501953197278,0.0456008482521078,0.255951455205554,0.237105342460339,0.136696517705851,0.0516775435802936,0.0441829432968437,0.255951455205554,0.131319407595262,0.0331754128871361,0.5,0.255951455205554,0.105196692953917,0.036782065818382,0.255951455205554,0.128314408052194,0.0548692349863445,0.255951455205554,0.0779220831445607,0.0452399412925163,0.255951455205554,0.0516737157197683,0.0202320367694495,0.274103142565213,0.0664092320098047 -5994,0.255951455205554,0.108420696400584,0.223717179559808,0.255951455205554,0.0918221091592343,0.1947611177586,0.255951455205554,0.100209722887623,0.121840244425348,0.255951455205554,0.104875370630662,0.154661229378391,0.255951455205554,0.0949137868370243,0.0343387256725815,0.255951455205554,0.02214182238108,0.0394359312474067,0.5,0.255951455205554,0.0582426127856364,0.063769622623371,0.5,0.255951455205554,0.0816293302945837,0.0287514441457871,0.5,0.255951455205554,0.0411772424756902,0.0214311730152862,0.255951455205554,0.118109709000506,0.0795010393177873,0.00745112410557024,0.0661533830245448,0.255951455205554,0.0300459534588273,0.0387493433439662,0.5,0.255951455205554,0.0285107674112403,0.0437231442901828,0.255951455205554,0.0272858898702868,0.04007157812241,0.255951455205554,0.0292871479099669,0.0378538902591362,0.255951455205554,0.0209048655140882,0.0165853462621936,0.108758639663361,0.0470400335148849 -5995,0.255951455205554,0.0,0.136837078851317,0.255951455205554,0.0,0.0692073225852006,0.255951455205554,2.52015230037241e-05,0.0736946937389381,0.255951455205554,0.0,0.0725817854185285,0.255951455205554,4.64442537848241e-07,0.0203878617661494,0.255951455205554,0.000373395156059774,0.0293758870082711,0.5,0.255951455205554,0.000288364991028512,0.0309539567918689,0.5,0.255951455205554,0.0,0.0172037548945728,0.5,0.255951455205554,1.47830454610349e-05,0.0123101208103109,0.255951455205554,0.0,0.0282794470502086,0.0,0.0791456642695479,0.255951455205554,7.15651676230474e-07,0.0444415510832472,0.5,0.255951455205554,3.83961861711444e-05,0.054456400965273,0.255951455205554,4.10335023435014e-07,0.0250479936905665,0.255951455205554,1.30300126136049e-06,0.0339917166322327,0.255951455205554,4.2196779361476e-05,0.0104003747891238,0.0,0.0523492796720632 -5996,0.255951455205554,0.0,0.100456274035186,0.255951455205554,0.0,0.0592097295990158,0.255951455205554,0.0,0.0663295962008075,0.255951455205554,0.0,0.0562531428975893,0.255951455205554,0.0,0.0222051787925702,0.255951455205554,0.0,0.0237594590654124,0.5,0.255951455205554,0.0,0.0209831812848696,0.5,0.255951455205554,0.0,0.0132515380468243,0.5,0.255951455205554,0.0,0.00881476358670089,0.255951455205554,0.0,0.0212678713953514,0.0,0.105025056895612,0.255951455205554,0.0,0.0535681956380698,0.5,0.255951455205554,0.0,0.0816772432076788,0.255951455205554,0.0,0.0173293923839755,0.255951455205554,0.0,0.0477355013022669,0.255951455205554,0.0,0.00995264625945463,0.0,0.0906821659994133 -5997,0.255951455205554,0.0,0.0725507994427791,0.255951455205554,0.0,0.0616509982865913,0.255951455205554,0.0,0.0579965473172501,0.255951455205554,0.0,0.0364286239094689,0.255951455205554,0.0,0.0315474154549852,0.255951455205554,0.0,0.0228303225783918,0.5,0.255951455205554,0.0,0.0166349835415204,0.5,0.255951455205554,0.0,0.0100116393217159,0.5,0.255951455205554,0.0,0.00665764260198886,0.255951455205554,0.0,0.0166014732660302,0.0,0.130736425161757,0.255951455205554,0.0,0.0658762982687247,0.5,0.255951455205554,0.0,0.11072699512366,0.255951455205554,0.0,0.0155539591228573,0.255951455205554,0.0,0.0691434010114278,0.255951455205554,0.0,0.0116296983447029,0.0,0.145062623835133 -5998,0.255951455205554,0.0,0.0608240491178809,0.255951455205554,0.0,0.0484963004316251,0.255951455205554,0.0,0.0467703491218052,0.255951455205554,0.0,0.0202351283171613,0.255951455205554,0.0,0.039417648199282,0.255951455205554,0.0,0.0262836678564449,0.5,0.255951455205554,0.0,0.0141554227771995,0.5,0.255951455205554,0.0,0.00738940193561708,0.5,0.255951455205554,0.0,0.00539566973410859,0.255951455205554,0.0,0.0156822957784075,0.0,0.116619316912465,0.255951455205554,0.0,0.0820940430387736,0.5,0.255951455205554,0.0,0.141911382597406,0.255951455205554,0.0,0.0159797458836789,0.255951455205554,0.0,0.0978152912208825,0.255951455205554,0.0,0.0144706595212958,0.0,0.177323409042101 -5999,0.255951455205554,0.0,0.054953039486386,0.255951455205554,0.0,0.0331468282814757,0.255951455205554,0.0,0.0367677532236741,0.255951455205554,0.0,0.0131430536230665,0.255951455205554,0.0,0.0391282768941998,0.255951455205554,0.0,0.0283526580519988,0.5,0.255951455205554,0.0,0.0126489049259528,0.5,0.255951455205554,0.0,0.00539000603893123,0.5,0.255951455205554,0.0,0.00487216080748021,0.255951455205554,0.0,0.0160889572033244,0.0,0.101207091253361,0.255951455205554,0.0,0.0938856911290808,0.5,0.255951455205554,0.0,0.16110443854432,0.255951455205554,0.0,0.0181410513326162,0.255951455205554,0.0,0.130778437321407,0.255951455205554,0.0,0.0203705388078219,0.0,0.222463665150257 -6000,0.255951455205554,0.0,0.0442197283901131,0.255951455205554,0.0,0.0297858233633032,0.255951455205554,0.0,0.0273853351854301,0.255951455205554,0.0,0.00804943530712639,0.255951455205554,0.0,0.0294978217412412,0.255951455205554,0.0,0.0271320851644072,0.5,0.255951455205554,0.0,0.0124798869302179,0.5,0.255951455205554,0.0,0.00427280216296501,0.5,0.255951455205554,0.0,0.00458963604148679,0.255951455205554,0.0,0.0180463332098291,0.0,0.0846450788717599,0.255951455205554,0.0,0.119551116110675,0.5,0.255951455205554,0.0,0.150732117735315,0.255951455205554,0.0,0.0228217532781861,0.255951455205554,0.0,0.159872257249707,0.255951455205554,0.0,0.0268050101961145,0.0,0.291295014786856 -6001,0.255951455205554,0.0,0.0364913254481609,0.255951455205554,0.0,0.0228922612495787,0.255951455205554,0.0,0.0217229270778339,0.255951455205554,0.0,0.00478280465134173,0.255951455205554,0.0,0.0183627896436237,0.255951455205554,0.0,0.0228993522992674,0.5,0.255951455205554,0.0,0.0132905935461307,0.5,0.255951455205554,0.0,0.00363376799971013,0.5,0.255951455205554,0.0,0.00451031023919189,0.255951455205554,0.0,0.0214794728586616,0.0,0.103238120268322,0.255951455205554,0.0,0.125415464448752,0.5,0.255951455205554,0.0,0.142045495946814,0.255951455205554,0.0,0.033673673172064,0.255951455205554,0.0,0.169755870315307,0.255951455205554,0.0,0.0290608706319361,0.0,0.419459454716652 -6002,0.255951455205554,0.0,0.0293500270555188,0.255951455205554,0.0,0.0138632260005033,0.255951455205554,0.0,0.023714793369681,0.255951455205554,0.0,0.00496748873112893,0.255951455205554,0.0,0.0109763747908888,0.255951455205554,0.0,0.0187991471576767,0.5,0.255951455205554,0.0,0.0135693832230766,0.5,0.255951455205554,0.0,0.00332132285259736,0.5,0.255951455205554,0.0,0.00459267512934355,0.255951455205554,0.0,0.0229732487281873,0.0,0.120384430290156,0.255951455205554,0.0,0.12290373023119,0.5,0.255951455205554,0.0,0.139809684627618,0.255951455205554,0.0,0.043423181460661,0.255951455205554,0.0,0.141205013191299,0.255951455205554,0.0,0.0263173672116204,0.0,0.543661251740777 -6003,0.255951455205554,0.0,0.0342710261844746,0.255951455205554,0.0,0.00903568070275794,0.255951455205554,0.0,0.0316635599397743,0.255951455205554,0.0,0.0135684371231182,0.255951455205554,0.0,0.00787598740934139,0.255951455205554,0.0,0.0154327996036306,0.5,0.255951455205554,0.0,0.0143585661492751,0.5,0.255951455205554,0.0,0.00327143191691313,0.5,0.255951455205554,0.0,0.00504990463771285,0.255951455205554,0.0,0.0247338012672568,0.0,0.125634821373305,0.255951455205554,0.0,0.11196734476757,0.5,0.255951455205554,0.0,0.129606554968032,0.255951455205554,0.0,0.0480193590960529,0.255951455205554,0.0,0.121147989031979,0.255951455205554,0.0,0.0209476327057298,0.0,0.684475613125362 -6004,0.255951455205554,0.0,0.0578092895150294,0.255951455205554,0.0,0.00805347974075708,0.255951455205554,0.0,0.0407029578693663,0.255951455205554,0.0,0.0265021240198131,0.255951455205554,0.0,0.00598524006970987,0.255951455205554,0.0,0.0158802044277577,0.5,0.255951455205554,0.0,0.0165537243448728,0.5,0.255951455205554,0.0,0.00315478447083293,0.5,0.255951455205554,0.0,0.0064515851801362,0.255951455205554,0.0,0.0252217877234483,0.0,0.0995214932950471,0.255951455205554,0.0,0.103499865001858,0.5,0.255951455205554,0.0,0.115551965451651,0.255951455205554,0.0,0.0527927518553405,0.255951455205554,0.0,0.108198348968379,0.255951455205554,0.0,0.0158499532428715,0.0,0.785973239698663 -6005,0.255951455205554,0.0,0.0901067195176998,0.255951455205554,0.0,0.0105304752817572,0.255951455205554,0.0,0.0505935783124949,0.255951455205554,0.0,0.0382140531212442,0.255951455205554,0.0,0.00384164620686035,0.255951455205554,0.0,0.0176038897580547,0.5,0.255951455205554,0.0,0.0196427164159843,0.5,0.255951455205554,0.0,0.00313586455885799,0.5,0.255951455205554,0.0,0.00737182246839611,0.255951455205554,0.0,0.023539278377693,0.0,0.112032078376285,0.255951455205554,0.0,0.108986414917587,0.5,0.255951455205554,0.0,0.0823570793466699,0.255951455205554,0.0,0.0539418547239932,0.255951455205554,0.0,0.0963066086187171,0.255951455205554,0.0,0.013963228601594,0.0,0.84935888498717 -6006,0.255951455205554,0.0,0.136956003189874,0.255951455205554,0.0,0.0112089960327895,0.255951455205554,0.0,0.0641696414254363,0.255951455205554,0.0,0.054003203392222,0.255951455205554,0.0,0.00279528328329011,0.255951455205554,0.0,0.0198721869715735,0.5,0.255951455205554,0.0,0.0222818650077944,0.5,0.255951455205554,0.0,0.00303451827173823,0.5,0.255951455205554,0.0,0.00525418766479153,0.255951455205554,0.0,0.0239881863577079,0.0,0.177918550543185,0.255951455205554,0.0,0.114997549534175,0.5,0.255951455205554,0.0,0.0625104686828719,0.255951455205554,0.0,0.055468651638365,0.255951455205554,0.0,0.0855918251021468,0.255951455205554,0.0,0.0155640779228002,0.0,0.846431860226966 -6007,0.255951455205554,0.0321315111260707,0.198725581792209,0.255951455205554,0.0385072820659447,0.0161910256415689,0.255951455205554,0.0262249713214659,0.0815759296981862,0.255951455205554,0.0290935706300358,0.0716966892619045,0.255951455205554,0.0180455352595923,0.00271579593334195,0.255951455205554,0.0127896246160557,0.0215283987489194,0.5,0.255951455205554,0.014529245698303,0.0208929541929792,0.5,0.255951455205554,0.0182336615465608,0.00238663343423518,0.5,0.255951455205554,0.0134358826572329,0.00511793950524068,0.255951455205554,0.0116863285817634,0.0236567989592899,0.0159924634053826,0.182669139741743,0.255951455205554,0.0161205571115434,0.126973463757259,0.5,0.255951455205554,0.0512500608861625,0.0629213016334743,0.255951455205554,0.0133980792388632,0.0779964752085199,0.255951455205554,0.01264538547744,0.0756164543206688,0.255951455205554,0.00440816796966577,0.0231214568759299,0.036936890981917,0.830222218438008 -6008,0.255951455205554,0.145095058644642,0.28117768719955,0.255951455205554,0.168783576957895,0.0251299164373341,0.255951455205554,0.14740212628513,0.109178597941586,0.255951455205554,0.154352645490234,0.101082496518203,0.255951455205554,0.139009737869898,0.00309523907640593,0.255951455205554,0.0956534353254347,0.0330839965475166,0.5,0.255951455205554,0.12691344225207,0.0215717890683274,0.5,0.255951455205554,0.114574940794361,0.00123838647165471,0.5,0.255951455205554,0.0729105974245004,0.00777630227875965,0.255951455205554,0.125672124120644,0.0209400465500381,0.0726691725982573,0.182113928184332,0.255951455205554,0.0655142428916639,0.138036717181622,0.5,0.255951455205554,0.185308555740949,0.102259125989353,0.255951455205554,0.0491505356346267,0.108961036445909,0.255951455205554,0.0546305182631622,0.0627401080542003,0.255951455205554,0.0213726560487773,0.0273894230283449,0.163275457448814,0.791794095230116 -6009,0.255951455205554,0.24423905007235,0.502201271466197,0.255951455205554,0.316129604954223,0.0818213945449432,0.255951455205554,0.292221490927351,0.174269558253494,0.255951455205554,0.300003764018001,0.184685396404496,0.255951455205554,0.28949538455989,0.00847773925616168,0.255951455205554,0.22336501291944,0.0491262217997884,0.5,0.255951455205554,0.271019937549875,0.048824542892282,0.5,0.255951455205554,0.231759665407744,0.00323395405437437,0.5,0.255951455205554,0.156676322433776,0.0133150123545423,0.255951455205554,0.268473141622284,0.0415893666564212,0.20423988530913,0.175159916162745,0.255951455205554,0.140752750116518,0.12927689549791,0.5,0.255951455205554,0.332191948811215,0.136148224704319,0.255951455205554,0.083280487170606,0.114106905049253,0.255951455205554,0.118204788550703,0.0438805396381517,0.255951455205554,0.0412172849545837,0.0186620575331472,0.306015946758066,0.756582845344949 -6010,0.255951455205554,0.270503349874038,0.597255397811152,0.255951455205554,0.458361472102217,0.188569891757911,0.255951455205554,0.428129313044005,0.231535009791579,0.255951455205554,0.430766019905923,0.296842347964255,0.255951455205554,0.439292822542925,0.0241362175859682,0.255951455205554,0.386083050573655,0.0511564362578766,0.5,0.255951455205554,0.42144245054986,0.0896193173575957,0.5,0.255951455205554,0.34671046566898,0.00843376671855398,0.5,0.255951455205554,0.234614454163761,0.0196839069946417,0.255951455205554,0.414202298958769,0.0848599862267914,0.346078284533396,0.170182210740029,0.255951455205554,0.231203502224325,0.117423512343319,0.5,0.255951455205554,0.480008586605905,0.128908818833124,0.255951455205554,0.121812099826495,0.106043548297179,0.255951455205554,0.198685318859452,0.0331381931890082,0.255951455205554,0.0841791087260381,0.0125529222495753,0.390408537080305,0.690155908237291 -6011,0.255951455205554,0.239317096648611,0.638982502486033,0.255951455205554,0.573445139124387,0.333413708138445,0.255951455205554,0.538170696551983,0.319313827163741,0.255951455205554,0.524414982375897,0.4081073241034,0.255951455205554,0.568677267546563,0.0569694005820116,0.255951455205554,0.521635614848638,0.0361016672309987,0.5,0.255951455205554,0.552220422114604,0.10305685153372,0.5,0.255951455205554,0.4351997524347,0.0136400328547666,0.5,0.255951455205554,0.297399026429196,0.0229330337765662,0.255951455205554,0.540203149431157,0.109358546753106,0.449847393333693,0.160364123586789,0.255951455205554,0.332895767996688,0.10705961351047,0.5,0.255951455205554,0.599021667742203,0.131752358797342,0.255951455205554,0.169496579783199,0.0925371509261906,0.255951455205554,0.304769311076473,0.0299686412256989,0.255951455205554,0.148413482140714,0.00880588147051138,0.276749796033225,0.614259966792556 -6012,0.255951455205554,0.240880030954485,0.676273777620493,0.255951455205554,0.586707232027309,0.440244391087969,0.255951455205554,0.596159706276497,0.398999867519197,0.255951455205554,0.561812584607553,0.50265510568569,0.255951455205554,0.647676825112575,0.0884836608076506,0.255951455205554,0.587709444360926,0.0246503091400157,0.5,0.255951455205554,0.615166231335098,0.0818405529296603,0.5,0.255951455205554,0.506245357550244,0.0128200778693152,0.5,0.255951455205554,0.365263022102147,0.0257713336560857,0.255951455205554,0.594119244442909,0.0847995633471532,0.548403315992041,0.154828541091073,0.255951455205554,0.407325483867934,0.106332131193315,0.5,0.255951455205554,0.661615266879243,0.152582350620872,0.255951455205554,0.207004210245451,0.082634756413418,0.255951455205554,0.410783081173086,0.0403388757950534,0.255951455205554,0.207876660495639,0.00717809863907366,0.117770570657664,0.588828750147577 -6013,0.255951455205554,0.240050687725339,0.724710627443361,0.255951455205554,0.555283858434996,0.574542512064349,0.255951455205554,0.582358179783719,0.40541270217845,0.255951455205554,0.551680626958648,0.545163172644338,0.255951455205554,0.67536747498076,0.095593753132576,0.255951455205554,0.618386994042296,0.0228344950751459,0.5,0.255951455205554,0.638063308565736,0.0631310601029566,0.5,0.255951455205554,0.47801928369684,0.0121883117567785,0.5,0.255951455205554,0.377884010585018,0.0228323090618711,0.255951455205554,0.627221298218366,0.0540727065464004,0.637214034183834,0.156089166495196,0.255951455205554,0.447771103357925,0.113324528613279,0.5,0.255951455205554,0.677583639566233,0.187928384734045,0.255951455205554,0.219355552062363,0.0705057577837751,0.255951455205554,0.511485271519262,0.053052995406426,0.255951455205554,0.274755353718318,0.00708883941562094,0.135841514400925,0.530515194851624 -6014,0.255951455205554,0.335082849979057,0.753708336427516,0.255951455205554,0.445938067827012,0.607020371475155,0.255951455205554,0.555678278660444,0.398944748951172,0.255951455205554,0.445451233892438,0.57188778129517,0.255951455205554,0.670627732092799,0.0860967954387335,0.255951455205554,0.600753077988534,0.0213424073125489,0.5,0.255951455205554,0.624175563729179,0.0518214373622452,0.5,0.255951455205554,0.401334956346053,0.0175388355261267,0.5,0.255951455205554,0.330503690987718,0.0199881912630606,0.255951455205554,0.603450557814797,0.0349389110944611,0.633046684450643,0.173571183698648,0.255951455205554,0.478469398734533,0.123126572709046,0.5,0.255951455205554,0.648202298541208,0.218836652457507,0.255951455205554,0.216638042924078,0.0568307043154295,0.255951455205554,0.559367701569294,0.0628350245725117,0.255951455205554,0.338055399198622,0.00672521854870892,0.182321648139704,0.456653931520096 -6015,0.255951455205554,0.342075897761248,0.706153988902334,0.255951455205554,0.332746649629217,0.713570714934849,0.255951455205554,0.478272035467985,0.371169628866729,0.255951455205554,0.297885316444994,0.523950155711441,0.255951455205554,0.611766708096198,0.0783607676609658,0.255951455205554,0.512082708506478,0.0212360961518027,0.5,0.255951455205554,0.554152982551658,0.0452372328218291,0.5,0.255951455205554,0.35306935709423,0.0215075714307974,0.5,0.255951455205554,0.276633216859229,0.0169326222052151,0.255951455205554,0.51509048150163,0.0301625905779986,0.55533426097159,0.149675029809148,0.255951455205554,0.462388912298791,0.130085270192312,0.5,0.255951455205554,0.551130735819265,0.254639127435963,0.255951455205554,0.201410996394804,0.048137507304755,0.255951455205554,0.511829119568893,0.0631356019823237,0.255951455205554,0.346838616075065,0.00617209597042539,0.475723676822261,0.358572243806582 -6016,0.255951455205554,0.294581318426962,0.645920434131195,0.255951455205554,0.285855372160715,0.710968304901648,0.255951455205554,0.387935040360541,0.337840650852181,0.255951455205554,0.262951452985132,0.452660171148096,0.255951455205554,0.494311323171477,0.0803716934003948,0.255951455205554,0.374356481878619,0.0247093859763354,0.5,0.255951455205554,0.448865064101634,0.0535331387868411,0.5,0.255951455205554,0.302481894624008,0.0221270846812559,0.5,0.255951455205554,0.217784972701392,0.0165957130751331,0.255951455205554,0.428030633967214,0.0283366192698079,0.429655989500761,0.148812011702424,0.255951455205554,0.367749527254498,0.121451870519138,0.5,0.255951455205554,0.405936952095185,0.258882316229007,0.255951455205554,0.160059882268798,0.0447992624477382,0.255951455205554,0.411527846282778,0.059881025700027,0.255951455205554,0.290010726447788,0.00779657886110465,0.369603644315285,0.323676695079371 -6017,0.255951455205554,0.21032433681316,0.587877152404645,0.255951455205554,0.2574371848301,0.588980441738729,0.255951455205554,0.271275384606889,0.292878620380616,0.255951455205554,0.247473291460004,0.384454882351752,0.255951455205554,0.352885689875484,0.0695686013366292,0.255951455205554,0.232120111509761,0.0325428167612845,0.5,0.255951455205554,0.315196576770838,0.0755928880139305,0.5,0.255951455205554,0.202863331402761,0.0225886783462671,0.5,0.255951455205554,0.164973757054055,0.0126709181266547,0.255951455205554,0.308052417042153,0.0309070288020681,0.294602689138937,0.10889727159153,0.255951455205554,0.248219511516544,0.0900145261823624,0.5,0.255951455205554,0.267517098460676,0.229650457114237,0.255951455205554,0.10212541557928,0.035590619489353,0.255951455205554,0.28767850896522,0.048778175832138,0.255951455205554,0.205140217168219,0.00996878794159651,0.258986517708466,0.343989977352302 -6018,0.255951455205554,0.0671771086708258,0.487752668900355,0.255951455205554,0.0875084183995086,0.363641770216118,0.255951455205554,0.0914530102560758,0.219612697874669,0.255951455205554,0.102296714869484,0.303184427232658,0.255951455205554,0.100634240395004,0.0270802331516456,0.255951455205554,0.0710730084633219,0.0261534292591489,0.5,0.255951455205554,0.105875610137054,0.0746641191708521,0.5,0.255951455205554,0.0702669042710877,0.0154404617642157,0.5,0.255951455205554,0.0499182966771009,0.00628495461193737,0.255951455205554,0.112889130218616,0.0290869548470934,0.0535880658127044,0.0299403643045578,0.255951455205554,0.0534171439344714,0.0311683757434865,0.5,0.255951455205554,0.0628497102338947,0.152189785134772,0.255951455205554,0.028102362981226,0.0181964166154301,0.255951455205554,0.0612075839670402,0.016266924938578,0.255951455205554,0.0535926544616545,0.00952983627440701,0.0526640467715046,0.391794478463469 -6019,0.255951455205554,0.0,0.353672679124331,0.255951455205554,0.0,0.108741313054853,0.255951455205554,0.0,0.141146719377219,0.255951455205554,0.0,0.168282404175187,0.255951455205554,0.0,0.0321400762843913,0.255951455205554,0.0,0.0223669040843753,0.5,0.255951455205554,0.0,0.0743223805167366,0.5,0.255951455205554,0.0,0.0159189403739346,0.5,0.255951455205554,0.0,0.0061559992292632,0.255951455205554,0.0,0.0645210394588465,0.0,0.0178665694289108,0.255951455205554,0.0,0.0257506068509427,0.5,0.255951455205554,0.0,0.117262874644371,0.255951455205554,0.0,0.0114848189968899,0.255951455205554,0.0,0.0143319917922867,0.255951455205554,0.0,0.0076250590545127,0.0,0.328800786777611 -6020,0.255951455205554,0.0,0.282919570656963,0.255951455205554,0.0,0.0505964027835926,0.255951455205554,0.0,0.108308854877145,0.255951455205554,0.0,0.104690329358584,0.255951455205554,0.0,0.0470676820109216,0.255951455205554,0.0,0.0297796174902931,0.5,0.255951455205554,0.0,0.0850328574090056,0.5,0.255951455205554,0.0,0.0142663087188359,0.5,0.255951455205554,0.0,0.00537470399987861,0.255951455205554,0.0,0.115193545064594,0.0,0.0100273203945877,0.255951455205554,0.0,0.0221328894463296,0.5,0.255951455205554,0.0,0.0965725141035889,0.255951455205554,0.0,0.00984498980572265,0.255951455205554,0.0,0.0140323907598247,0.255951455205554,0.0,0.0101773292543232,0.0,0.313394396244716 -6021,0.255951455205554,0.0,0.274925735280982,0.255951455205554,0.0,0.0377301561128989,0.255951455205554,0.0,0.0744082365094131,0.255951455205554,0.0,0.07515432564898,0.255951455205554,0.0,0.047398156269528,0.255951455205554,0.0,0.0316566800193915,0.5,0.255951455205554,0.0,0.0763261050126719,0.5,0.255951455205554,0.0,0.0110214394950357,0.5,0.255951455205554,0.0,0.00396457083800219,0.255951455205554,0.0,0.138426436108006,0.0,0.00929869608087036,0.255951455205554,0.0,0.0247319511225724,0.5,0.255951455205554,0.0,0.0818675028876507,0.255951455205554,0.0,0.00769530065762472,0.255951455205554,0.0,0.0130461644733849,0.255951455205554,0.0,0.00872823090025868,0.0,0.47910295049431 -6022,0.255951455205554,0.0,0.262503825097418,0.255951455205554,0.0,0.0341180361291123,0.255951455205554,0.0,0.0568676331469082,0.255951455205554,0.0,0.0577097698274228,0.255951455205554,0.0,0.0377044375822788,0.255951455205554,0.0,0.0281845585601563,0.5,0.255951455205554,0.0,0.0657716121180479,0.5,0.255951455205554,0.0,0.00817620178306414,0.5,0.255951455205554,0.0,0.0022578359011783,0.255951455205554,0.0,0.105110463418626,0.0,0.011429972681312,0.255951455205554,0.0,0.0303961090823525,0.5,0.255951455205554,0.0,0.0717067159038491,0.255951455205554,0.0,0.00616329009793333,0.255951455205554,0.0,0.0145912698389445,0.255951455205554,0.0,0.0068146025051254,0.0,0.561070058923152 -6023,0.255951455205554,0.0,0.255796704742925,0.255951455205554,0.0,0.036004789273897,0.255951455205554,0.0,0.0561591947723614,0.255951455205554,0.0,0.0466501177630392,0.255951455205554,0.0,0.0263572656436125,0.255951455205554,0.0,0.0223483077448039,0.5,0.255951455205554,0.0,0.0539874130634431,0.5,0.255951455205554,0.0,0.00648325692436731,0.5,0.255951455205554,0.0,0.00188414781301034,0.255951455205554,0.0,0.0763146019268014,0.0,0.0208658819067153,0.255951455205554,0.0,0.0304926999974355,0.5,0.255951455205554,0.0,0.0610458741549663,0.255951455205554,0.0,0.00564623440084816,0.255951455205554,0.0,0.0160447021372333,0.255951455205554,0.0,0.00483607088341424,0.0,0.762876890322405 -6024,0.255951455205554,0.0,0.407175477418528,0.255951455205554,0.0,0.0432529164022283,0.255951455205554,0.0,0.0662619536003413,0.255951455205554,0.0,0.0748428367690816,0.255951455205554,0.0,0.0137162069079515,0.255951455205554,0.0,0.0205278324396483,0.5,0.255951455205554,0.0,0.0506098490130488,0.5,0.255951455205554,0.0,0.00591276515815582,0.5,0.255951455205554,0.0,0.00155310605630821,0.255951455205554,0.0,0.0646184737463917,0.0,0.0254754740871782,0.255951455205554,0.0,0.026039104002418,0.5,0.255951455205554,0.0,0.0604606330551128,0.255951455205554,0.0,0.00468884772455885,0.255951455205554,0.0,0.015116473764857,0.255951455205554,0.0,0.00328330552719036,0.0,0.887242245072678 -6025,0.255951455205554,0.0,0.467095965492464,0.255951455205554,0.0,0.0732642521963148,0.255951455205554,0.0,0.0795979547277158,0.255951455205554,0.0,0.113060060439566,0.255951455205554,0.0,0.00620133992411672,0.255951455205554,0.0,0.0194151310232748,0.5,0.255951455205554,0.0,0.0505305899327199,0.5,0.255951455205554,0.0,0.00551434180343465,0.5,0.255951455205554,0.0,0.00102177636603479,0.255951455205554,0.0,0.0600098058168093,0.0,0.0256605954020469,0.255951455205554,0.0,0.0199851512133292,0.5,0.255951455205554,0.0,0.0682675295943544,0.255951455205554,0.0,0.00413461660559571,0.255951455205554,0.0,0.0121773972612515,0.255951455205554,0.0,0.00210786640277519,0.0,0.901863192674369 -6026,0.255951455205554,0.0,0.465370599252068,0.255951455205554,0.0,0.10453295171916,0.255951455205554,0.0,0.0919975571502626,0.255951455205554,0.0,0.143289450806686,0.255951455205554,0.0,0.00516469730774983,0.255951455205554,0.0,0.0166938216004005,0.5,0.255951455205554,0.0,0.0483589643618456,0.5,0.255951455205554,0.0,0.00493257324609087,0.5,0.255951455205554,0.0,0.000899063931742648,0.255951455205554,0.0,0.058249568480314,0.0,0.016489928578825,0.255951455205554,0.0,0.0167695887539968,0.5,0.255951455205554,0.0,0.0836922739605974,0.255951455205554,0.0,0.00373247620687496,0.255951455205554,0.0,0.0111886649773344,0.255951455205554,0.0,0.00180952147391109,0.0,0.884608879698717 -6027,0.255951455205554,0.0,0.437240377811135,0.255951455205554,0.0,0.117650047627183,0.255951455205554,0.0,0.125131046448283,0.255951455205554,0.0,0.147992929684269,0.255951455205554,0.0,0.00660508129958896,0.255951455205554,0.0,0.0176895666602334,0.5,0.255951455205554,0.0,0.046779221385132,0.5,0.255951455205554,0.0,0.0041943691968656,0.5,0.255951455205554,0.0,0.00144973566604105,0.255951455205554,0.0,0.0570329472588457,0.0,0.0134970255184686,0.255951455205554,0.0,0.0190620174542541,0.5,0.255951455205554,0.0,0.101968513543581,0.255951455205554,0.0,0.00379485641109525,0.255951455205554,0.0,0.0122879899438751,0.255951455205554,0.0,0.00278192491483016,0.0,0.867705299327541 -6028,0.255951455205554,0.0,0.416100831195373,0.255951455205554,0.0,0.134212131414222,0.255951455205554,0.0,0.14949825402167,0.255951455205554,0.0,0.145950927413292,0.255951455205554,0.0,0.00791367012907083,0.255951455205554,0.0,0.0210390598605963,0.5,0.255951455205554,0.0,0.0465495204546138,0.5,0.255951455205554,0.0,0.00477321485350228,0.5,0.255951455205554,0.0,0.00182447386893465,0.255951455205554,0.0,0.056916780574946,0.0,0.00954050459725138,0.255951455205554,0.0,0.0189438684418992,0.5,0.255951455205554,0.0,0.113414125519503,0.255951455205554,0.0,0.00274847602917962,0.255951455205554,0.0,0.0156257655445327,0.255951455205554,0.0,0.00468616069124621,0.0,0.843603575863127 -6029,0.255951455205554,0.0,0.392816270647814,0.255951455205554,0.0,0.181861945089191,0.255951455205554,0.0,0.14646039469639,0.255951455205554,0.0,0.165229222996571,0.255951455205554,0.0,0.00930893256606053,0.255951455205554,0.0,0.0213664104407727,0.5,0.255951455205554,0.0,0.045270067576879,0.5,0.255951455205554,0.0,0.00500744744692804,0.5,0.255951455205554,0.0,0.00165563206071985,0.255951455205554,0.0,0.0558012919062917,0.0,0.0110079084171539,0.255951455205554,0.0,0.0194190928937909,0.5,0.255951455205554,0.0,0.135973098855569,0.255951455205554,0.0,0.00194605458509762,0.255951455205554,0.0,0.0189794218162976,0.255951455205554,0.0,0.00528166535005309,0.0,0.793285354871412 -6030,0.255951455205554,0.0,0.381204530214808,0.255951455205554,0.0,0.258282103176052,0.255951455205554,0.0,0.150846471068142,0.255951455205554,0.0,0.170691470194588,0.255951455205554,0.0,0.0117802234668796,0.255951455205554,0.0,0.0217458376624162,0.5,0.255951455205554,0.0,0.0441557793326636,0.5,0.255951455205554,0.0,0.00526859377763336,0.5,0.255951455205554,0.0,0.00216020808520364,0.255951455205554,0.0,0.053013926248832,0.0,0.0115219885115942,0.255951455205554,0.0,0.021098774584861,0.5,0.255951455205554,0.0,0.170509357430298,0.255951455205554,0.0,0.00183053048665164,0.255951455205554,0.0,0.0211800047327721,0.255951455205554,0.0,0.00482089580770327,0.0,0.784467929112246 -6031,0.255951455205554,0.0131979774222856,0.371011771754145,0.255951455205554,0.0195417606216914,0.227807380876468,0.255951455205554,0.0182772136670138,0.163307564812497,0.255951455205554,0.0193595297453255,0.18416497729863,0.255951455205554,0.0139882562765904,0.0126299835199803,0.255951455205554,0.0235362042335313,0.0220655713285715,0.5,0.255951455205554,0.0128385889066952,0.0431744341958778,0.5,0.255951455205554,0.0153944671793816,0.00443601605423213,0.5,0.255951455205554,0.0111520147754138,0.00288612885501305,0.255951455205554,0.00497238426409727,0.0498269240541431,0.0555591729284962,0.00917159842048274,0.255951455205554,0.0544687641844366,0.0203045045454156,0.5,0.255951455205554,0.0264879921065262,0.211500573391041,0.255951455205554,0.0278380611252555,0.00157307643105988,0.255951455205554,0.0429049828601916,0.0197667824595002,0.255951455205554,0.0307366039298709,0.00546907042892663,0.0296010932325036,0.765008841537406 -6032,0.255951455205554,0.061571783167607,0.352174935753331,0.255951455205554,0.102621472818937,0.22650451653386,0.255951455205554,0.114055231522261,0.174567056093852,0.255951455205554,0.122819520044368,0.220904369970523,0.255951455205554,0.119363004533436,0.016125736324154,0.255951455205554,0.14200254076357,0.025743624114404,0.5,0.255951455205554,0.125295098392358,0.0546330401242305,0.5,0.255951455205554,0.104447610168459,0.00351523389253259,0.5,0.255951455205554,0.0526653512658729,0.00347923684599727,0.255951455205554,0.0824712703002938,0.0732383950610305,0.191790149591945,0.0240244449038743,0.255951455205554,0.178925353957941,0.0445247578551293,0.5,0.255951455205554,0.0916257113997252,0.282797509753384,0.255951455205554,0.118010365366788,0.00281247614590948,0.255951455205554,0.170973333689447,0.0367569992303855,0.255951455205554,0.14337263516112,0.00853090467173648,0.0903483334190387,0.730227153713296 -6033,0.255951455205554,0.162630890109789,0.427825361958283,0.255951455205554,0.105656395865936,0.241385004911991,0.255951455205554,0.216256750389195,0.227137553906162,0.255951455205554,0.206849298351169,0.261357132835539,0.255951455205554,0.237049502327339,0.0476409313394645,0.255951455205554,0.292736181649264,0.0610485556636086,0.5,0.255951455205554,0.26868090299731,0.103906766269833,0.5,0.255951455205554,0.21046609168471,0.0112202072923786,0.5,0.255951455205554,0.101968479123592,0.00632087248114863,0.255951455205554,0.18966057627896,0.10074979304943,0.337176783948827,0.0877665057589527,0.255951455205554,0.308645539408003,0.115301823446555,0.5,0.255951455205554,0.194026541575697,0.373011730744924,0.255951455205554,0.263540848699866,0.0163151325905197,0.255951455205554,0.314326357664948,0.0953985464273619,0.255951455205554,0.282844774639788,0.0310088947765625,0.222529478946098,0.673589318360112 -6034,0.255951455205554,0.249058668091355,0.657749531187905,0.255951455205554,0.0593044147821362,0.154153399758237,0.255951455205554,0.296940027241616,0.315790814092556,0.255951455205554,0.253870356325967,0.382560326977362,0.255951455205554,0.348511193630215,0.113306138469991,0.255951455205554,0.447331236398318,0.129941741800733,0.5,0.255951455205554,0.41714911855157,0.199361076126615,0.5,0.255951455205554,0.31461387611163,0.0357390392504495,0.5,0.255951455205554,0.144326368959107,0.0156816064746645,0.255951455205554,0.336041258278481,0.202644219389721,0.48121855520747,0.115082562418172,0.255951455205554,0.438277670787178,0.15879119653795,0.5,0.255951455205554,0.337052908294694,0.498801686969434,0.255951455205554,0.425529128400359,0.0437967380923182,0.255951455205554,0.456061076128553,0.131251584492232,0.255951455205554,0.436201901395091,0.05759693182646,0.427192459922196,0.645810749765199 -6035,0.255951455205554,0.222981598079849,0.76175520617632,0.255951455205554,0.268071472681925,0.258373180849009,0.255951455205554,0.314956893051892,0.391852222117219,0.255951455205554,0.154688147578902,0.496089449154927,0.255951455205554,0.453636128698939,0.177324829126499,0.255951455205554,0.577449519576422,0.141538956945544,0.5,0.255951455205554,0.55379063534602,0.262654196565527,0.5,0.255951455205554,0.394816256606806,0.0514200478274655,0.5,0.255951455205554,0.179442743546908,0.0260657516902312,0.255951455205554,0.497279101436266,0.284658102064315,0.59041676016746,0.168242355361058,0.255951455205554,0.544288102834139,0.229621879826487,0.5,0.255951455205554,0.452766997377372,0.629904360358451,0.255951455205554,0.548188129829958,0.0636232782335665,0.255951455205554,0.571697844126549,0.157642930548541,0.255951455205554,0.568536436787645,0.0573970090978577,0.178261963620816,0.622516683548738 -6036,0.255951455205554,0.242015399267397,0.804891113672845,0.255951455205554,0.507228326762424,0.71820152507402,0.255951455205554,0.28763876705666,0.455285093046579,0.255951455205554,0.133126132790655,0.587032776887237,0.255951455205554,0.440517006902927,0.246463049340667,0.255951455205554,0.649992783699068,0.136739967245533,0.5,0.255951455205554,0.639723589819679,0.245962185934507,0.5,0.255951455205554,0.416503666573635,0.0559144267975563,0.5,0.255951455205554,0.228273548435498,0.032773524020989,0.255951455205554,0.585375395013863,0.253904963833572,0.637496139380193,0.226771064333379,0.255951455205554,0.598548900444545,0.284250023689847,0.5,0.255951455205554,0.454605297256384,0.682956091161132,0.255951455205554,0.621194737592182,0.0693421607844272,0.255951455205554,0.629286438362133,0.193387818836296,0.255951455205554,0.644504524204177,0.0477325295239484,0.222149161840847,0.593533648215279 -6037,0.255951455205554,0.167047345384607,0.811872870282259,0.255951455205554,0.169954960169264,0.795408198817382,0.255951455205554,0.244373052002887,0.498711065051473,0.255951455205554,0.132717268175161,0.641544224699949,0.255951455205554,0.338777499193207,0.286266909661268,0.255951455205554,0.663280534896762,0.142962859456626,0.5,0.255951455205554,0.671463340990436,0.225498794948165,0.5,0.255951455205554,0.391392198995468,0.0618041824898163,0.5,0.255951455205554,0.275429374228379,0.0310742131935839,0.255951455205554,0.634813731962494,0.201769518853025,0.602849606958014,0.304693186731512,0.255951455205554,0.600390697049756,0.334696909096875,0.5,0.255951455205554,0.454450172286162,0.63865026680086,0.255951455205554,0.639318878690571,0.070510316183673,0.255951455205554,0.598721633334415,0.218312816095914,0.255951455205554,0.664588680192174,0.0528582360538591,0.243522835751117,0.592887387180044 -6038,0.255951455205554,0.100770021487287,0.796060142528627,0.255951455205554,0.165466648284308,0.861019926579298,0.255951455205554,0.200286637720119,0.52532276780338,0.255951455205554,0.108203015079567,0.620342788692788,0.255951455205554,0.209129783245662,0.301625811210347,0.255951455205554,0.617387528463942,0.153779313942972,0.5,0.255951455205554,0.666034002110617,0.210162369156752,0.5,0.255951455205554,0.306416458785293,0.0653194710004675,0.5,0.255951455205554,0.278879797810944,0.0274342457928453,0.255951455205554,0.64818492558046,0.162171283307818,0.371702116946671,0.354484378701359,0.255951455205554,0.526348469774371,0.354914128779638,0.5,0.255951455205554,0.460412295080195,0.583214141287239,0.255951455205554,0.613735477605253,0.0781633754127533,0.255951455205554,0.479511890144638,0.241379303712771,0.255951455205554,0.618042038637004,0.0673228896458074,0.100891254603132,0.621460529456096 -6039,0.255951455205554,0.085097331692875,0.769798067542952,0.255951455205554,0.140602218728359,0.84672577233056,0.255951455205554,0.167018409434054,0.535145199505763,0.255951455205554,0.0882933572367317,0.562877296605012,0.255951455205554,0.119490583828377,0.303872234311375,0.255951455205554,0.510081902106345,0.169680578471617,0.5,0.255951455205554,0.597863569965819,0.213926557484785,0.5,0.255951455205554,0.267661974187231,0.057610926046527,0.5,0.255951455205554,0.251106840285226,0.0232405457100652,0.255951455205554,0.588002481719868,0.160997180980733,0.367138107657304,0.425192736297143,0.255951455205554,0.403193130533621,0.343128289463359,0.5,0.255951455205554,0.400016382550623,0.588698701561493,0.255951455205554,0.529950999458434,0.0879781797330396,0.255951455205554,0.383921382951861,0.267484088092134,0.255951455205554,0.510140868380819,0.0750201716108179,0.0668502770835668,0.59931076411163 -6040,0.255951455205554,0.0684665260208392,0.741812813950026,0.255951455205554,0.137982155456929,0.80458485503972,0.255951455205554,0.121153990926887,0.525399280316517,0.255951455205554,0.0871487823746188,0.557566339175198,0.255951455205554,0.0665228556479077,0.288969522856951,0.255951455205554,0.389810101300042,0.206036638811069,0.5,0.255951455205554,0.468865791090526,0.22932908090466,0.5,0.255951455205554,0.207298501325495,0.0523202792209997,0.5,0.255951455205554,0.182730108663795,0.0225780632191094,0.255951455205554,0.479710173200569,0.183495908745451,0.255605094556542,0.387614112523833,0.255951455205554,0.313476687248037,0.3335803308603,0.5,0.255951455205554,0.244188526395094,0.637545890362272,0.255951455205554,0.396644340237611,0.0761042546327697,0.255951455205554,0.268842933579648,0.301347150484943,0.255951455205554,0.384934228713694,0.0919826876560365,0.0491128676399511,0.613235937520249 -6041,0.255951455205554,0.0380259717068138,0.709108230387721,0.255951455205554,0.10516631327888,0.70723938969998,0.255951455205554,0.050434221999124,0.465113339939947,0.255951455205554,0.0664413951276523,0.515755620927291,0.255951455205554,0.0394091972945542,0.265643843835452,0.255951455205554,0.256359730725514,0.244699778044137,0.5,0.255951455205554,0.31707657230729,0.245679457417319,0.5,0.255951455205554,0.14638194858795,0.0438709643339553,0.5,0.255951455205554,0.112703572671224,0.0188578645109797,0.255951455205554,0.339156761886877,0.180652116011085,0.175067486756373,0.248268164911549,0.255951455205554,0.185671436733573,0.290423524150072,0.5,0.255951455205554,0.118043661025274,0.695916290952401,0.255951455205554,0.259719103586365,0.0472504568024627,0.255951455205554,0.15172189707214,0.344842913697834,0.255951455205554,0.257109105155047,0.124045886043891,0.0257155780878975,0.697162924098986 -6042,0.255951455205554,0.0129945019082224,0.666533984384995,0.255951455205554,0.00661530761267298,0.46970595127425,0.255951455205554,0.0131891965877529,0.379910480563988,0.255951455205554,0.00402544656272706,0.44974965018371,0.255951455205554,0.0189658658022523,0.234488551475414,0.255951455205554,0.0809610812067325,0.282256019343942,0.5,0.255951455205554,0.101303299590742,0.236874994530019,0.5,0.255951455205554,0.0561524422293854,0.0255303693893204,0.5,0.255951455205554,0.0319992606311021,0.00906516911528156,0.255951455205554,0.110669264537731,0.0863273746987026,0.0545267056025501,0.105483621806198,0.255951455205554,0.0381785932212721,0.230583810263415,0.5,0.255951455205554,0.0357142873385815,0.668301042324783,0.255951455205554,0.0453649672140563,0.011471618027701,0.255951455205554,0.0483828750308374,0.367615322091031,0.255951455205554,0.0600683719568452,0.168652168841884,0.00708306711245867,0.746793971604186 -6043,0.255951455205554,0.0,0.604953789942224,0.255951455205554,0.0,0.295789320042881,0.255951455205554,2.12985117567124e-05,0.289959394790901,0.255951455205554,0.0,0.339777570238331,0.255951455205554,0.0,0.17878805861506,0.255951455205554,0.0,0.259008089362099,0.5,0.255951455205554,0.0,0.227269279243044,0.5,0.255951455205554,4.24263833882916e-05,0.0147106755102233,0.5,0.255951455205554,1.86613056785476e-06,0.00586378670430095,0.255951455205554,0.0,0.105355691175848,0.0,0.12504362131937,0.255951455205554,0.0,0.238711698878257,0.5,0.255951455205554,0.0,0.569771778424764,0.255951455205554,0.0,0.00872061565146247,0.255951455205554,0.0,0.35958247719541,0.255951455205554,0.0,0.178304708772552,0.0,0.793394895015769 -6044,0.255951455205554,0.0,0.563844367795004,0.255951455205554,0.0,0.23319331227903,0.255951455205554,0.0,0.237437725069099,0.255951455205554,0.0,0.241047425362599,0.255951455205554,0.0,0.139812314537979,0.255951455205554,0.0,0.258693903291684,0.5,0.255951455205554,0.0,0.266537637900606,0.5,0.255951455205554,0.0,0.0101691062468238,0.5,0.255951455205554,0.0,0.0046566278640246,0.255951455205554,0.0,0.203447955960703,0.0,0.313229200584278,0.255951455205554,0.0,0.232528564253336,0.5,0.255951455205554,0.0,0.517047171262157,0.255951455205554,0.0,0.011645311446924,0.255951455205554,0.0,0.37961846246025,0.255951455205554,0.0,0.189049706237961,0.0,0.799673026262955 -6045,0.255951455205554,0.0,0.536844223334408,0.255951455205554,0.0,0.172573231380239,0.255951455205554,0.0,0.210597983261978,0.255951455205554,0.0,0.195713970354564,0.255951455205554,0.0,0.117468626244562,0.255951455205554,0.0,0.232896279523968,0.5,0.255951455205554,0.0,0.284608243879726,0.5,0.255951455205554,0.0,0.00872078567609389,0.5,0.255951455205554,0.0,0.012134714175504,0.255951455205554,0.0,0.348542243094074,0.0,0.242369796300434,0.255951455205554,0.0,0.223688844235543,0.5,0.255951455205554,0.0,0.495229049091344,0.255951455205554,0.0,0.0320533181194101,0.255951455205554,0.0,0.328385116480654,0.255951455205554,0.0,0.1491019536584,0.0,0.78071269808151 -6046,0.255951455205554,0.0,0.528384133662794,0.255951455205554,0.0,0.153275205903467,0.255951455205554,0.0,0.203965715173181,0.255951455205554,0.0,0.185629801966194,0.255951455205554,0.0,0.104706539887643,0.255951455205554,0.0,0.169439891005515,0.5,0.255951455205554,0.0,0.250736433404491,0.5,0.255951455205554,0.0,0.0160956660504507,0.5,0.255951455205554,0.0,0.0488919360041693,0.255951455205554,0.0,0.378831340463459,0.0,0.263976997110469,0.255951455205554,0.0,0.225043500002765,0.5,0.255951455205554,0.0,0.479770783666552,0.255951455205554,0.0,0.0606911423934528,0.255951455205554,0.0,0.236933620015427,0.255951455205554,0.0,0.0921944392781574,0.0,0.765820065295739 -6047,0.255951455205554,0.0,0.502205809986683,0.255951455205554,0.0,0.123812586456149,0.255951455205554,0.0,0.193429882408214,0.255951455205554,0.0,0.179107146538297,0.255951455205554,0.0,0.0858690955129542,0.255951455205554,0.0,0.116830359322099,0.5,0.255951455205554,0.0,0.203032380843113,0.5,0.255951455205554,0.0,0.0383300917158633,0.5,0.255951455205554,0.0,0.0823649222378674,0.255951455205554,0.0,0.329695793739794,0.0,0.259173311653115,0.255951455205554,0.0,0.214616201034807,0.5,0.255951455205554,0.0,0.435272178299257,0.255951455205554,0.0,0.0729557798200225,0.255951455205554,0.0,0.174804767769831,0.255951455205554,0.0,0.0513989329637377,0.0,0.738842947398351 -6048,0.255951455205554,0.0,0.445431038958415,0.255951455205554,0.0,0.106343727122587,0.255951455205554,0.0,0.17889734488409,0.255951455205554,0.0,0.172320595711829,0.255951455205554,0.0,0.0688365283904915,0.255951455205554,0.0,0.0891802839591485,0.5,0.255951455205554,0.0,0.158991516809925,0.5,0.255951455205554,0.0,0.0563358761094972,0.5,0.255951455205554,0.0,0.0810178116965374,0.255951455205554,0.0,0.28543370400413,0.0,0.204655161079995,0.255951455205554,0.0,0.194601514071462,0.5,0.255951455205554,0.0,0.393129275782803,0.255951455205554,0.0,0.0699292090966631,0.255951455205554,0.0,0.148228002601309,0.255951455205554,0.0,0.0340430467700114,0.0,0.694768306270683 -6049,0.255951455205554,0.0,0.375564234389795,0.255951455205554,0.0,0.101123842653826,0.255951455205554,0.0,0.162285678845056,0.255951455205554,0.0,0.174681815588685,0.255951455205554,0.0,0.0535259217727549,0.255951455205554,0.0,0.0711903075991513,0.5,0.255951455205554,0.0,0.133270455151319,0.5,0.255951455205554,0.0,0.0596147168916164,0.5,0.255951455205554,0.0,0.0745527218684583,0.255951455205554,0.0,0.247884586424609,0.0,0.133624017093607,0.255951455205554,0.0,0.186855999344774,0.5,0.255951455205554,0.0,0.361347453501593,0.255951455205554,0.0,0.0604089339273871,0.255951455205554,0.0,0.139229356536698,0.255951455205554,0.0,0.0256419289657761,0.0,0.596071154449213 -6050,0.255951455205554,0.0,0.315506948408004,0.255951455205554,0.0,0.112541453830565,0.255951455205554,0.0,0.146217228470793,0.255951455205554,0.0,0.17418814118706,0.255951455205554,0.0,0.042646468758143,0.255951455205554,0.0,0.057369751939177,0.5,0.255951455205554,0.0,0.123034310812629,0.5,0.255951455205554,0.0,0.0568294353250914,0.5,0.255951455205554,0.0,0.0631879353661381,0.255951455205554,0.0,0.219636016389906,0.0,0.111342504596826,0.255951455205554,0.0,0.183873817932167,0.5,0.255951455205554,0.0,0.292987574039183,0.255951455205554,0.0,0.0618654608510325,0.255951455205554,0.0,0.132985359178996,0.255951455205554,0.0,0.0228493098871054,0.0,0.55118753974364 -6051,0.255951455205554,0.0,0.282706965961544,0.255951455205554,0.0,0.0940454222030552,0.255951455205554,0.0,0.138662895028802,0.255951455205554,0.0,0.180556444200148,0.255951455205554,0.0,0.0328232163675174,0.255951455205554,0.0,0.0452321349408883,0.5,0.255951455205554,0.0,0.115759801926549,0.5,0.255951455205554,0.0,0.053134138793412,0.5,0.255951455205554,0.0,0.0562845246666889,0.255951455205554,0.0,0.194781189816536,0.0,0.126237584373154,0.255951455205554,0.0,0.176050532690965,0.5,0.255951455205554,0.0,0.258317212393294,0.255951455205554,0.0,0.0666618229539954,0.255951455205554,0.0,0.118510544801206,0.255951455205554,0.0,0.0230430806539106,0.0,0.532585425835463 -6052,0.255951455205554,0.0,0.270172684146716,0.255951455205554,0.0,0.0984727353177475,0.255951455205554,0.0,0.136696270725214,0.255951455205554,0.0,0.18429787858878,0.255951455205554,0.0,0.0254953288877914,0.255951455205554,0.0,0.033023107854426,0.5,0.255951455205554,0.0,0.100885416489689,0.5,0.255951455205554,0.0,0.0533452708459102,0.5,0.255951455205554,0.0,0.0516368758015442,0.255951455205554,0.0,0.164502972579327,0.0,0.165098300894013,0.255951455205554,0.0,0.170784860931636,0.5,0.255951455205554,0.0,0.267838666697896,0.255951455205554,0.0,0.0646775274845725,0.255951455205554,0.0,0.0971455392802754,0.255951455205554,0.0,0.0269862963585433,0.0,0.576331325773336 -6053,0.255951455205554,0.0,0.246104433279756,0.255951455205554,0.0,0.0939797093808306,0.255951455205554,0.0,0.139425101696556,0.255951455205554,0.0,0.189661125300666,0.255951455205554,0.0,0.0224567201793329,0.255951455205554,0.0,0.0302483029802915,0.5,0.255951455205554,0.0,0.0863516006745893,0.5,0.255951455205554,0.0,0.0470587614630972,0.5,0.255951455205554,0.0,0.0400142527158446,0.255951455205554,0.0,0.13457047817884,0.0,0.189496220847333,0.255951455205554,0.0,0.167491665561988,0.5,0.255951455205554,0.0,0.283584246314601,0.255951455205554,0.0,0.0594225028734106,0.255951455205554,0.0,0.0825170704211681,0.255951455205554,0.0,0.0359006083870025,0.0,0.623737596179723 -6054,0.255951455205554,0.0,0.217699463118514,0.255951455205554,0.0,0.0743472556434169,0.255951455205554,0.0,0.147978531086001,0.255951455205554,0.0,0.18941422303718,0.255951455205554,0.0,0.0214601724021299,0.255951455205554,0.0,0.0308033539770709,0.5,0.255951455205554,0.0,0.0882113890303764,0.5,0.255951455205554,0.0,0.0367527149614485,0.5,0.255951455205554,0.0,0.0367286510098304,0.255951455205554,0.0,0.126965880535133,0.0,0.210021609767442,0.255951455205554,0.0,0.169803580104062,0.5,0.255951455205554,0.0,0.279623976563842,0.255951455205554,0.0,0.0562760233627873,0.255951455205554,0.0,0.0749910352086133,0.255951455205554,0.0,0.0313475595176025,0.0,0.647020930706804 -6055,0.255951455205554,0.00361255960135585,0.165398796657125,0.255951455205554,0.000755808980089978,0.0783754456483277,0.255951455205554,0.00379818150057885,0.135878890935983,0.255951455205554,0.00297279065045907,0.170040734284051,0.255951455205554,0.0025666400746429,0.0238326369538872,0.255951455205554,0.0180144886064889,0.0318125924099739,0.5,0.255951455205554,0.0109934250920959,0.0875375099313743,0.5,0.255951455205554,0.0186745241505667,0.0447991937444275,0.5,0.255951455205554,0.0184338589643571,0.0483349650718582,0.255951455205554,0.00747103313909919,0.133655380083517,0.00116938347445473,0.235413425276101,0.255951455205554,0.00846336793075246,0.192625599857639,0.5,0.255951455205554,0.00663208056485697,0.271225896449665,0.255951455205554,0.0210346097693395,0.084296680934517,0.255951455205554,0.0104221869754593,0.0783600831776451,0.255951455205554,0.0160304589296009,0.0371861332628043,0.00320847664051447,0.563475073422397 -6056,0.255951455205554,0.0474947584622938,0.133547502749378,0.255951455205554,0.00566858048248401,0.0681352665449146,0.255951455205554,0.0279926085291704,0.1211377028403,0.255951455205554,0.0088817245405972,0.138322263612658,0.255951455205554,0.0341298615524094,0.0352869296104066,0.255951455205554,0.108995938502036,0.0543272400916389,0.5,0.255951455205554,0.121792798436787,0.129100920895264,0.5,0.255951455205554,0.129816320600391,0.0821509120944838,0.5,0.255951455205554,0.0928725392508187,0.101134948774098,0.255951455205554,0.117168385877401,0.222723810247979,0.0113495950087128,0.19567607895312,0.255951455205554,0.0334506172168456,0.223619235210669,0.5,0.255951455205554,0.0392899753518876,0.267808533355414,0.255951455205554,0.0685511633016369,0.117857464760697,0.255951455205554,0.0251928153638278,0.0855126664338287,0.255951455205554,0.0783214114507305,0.0622410617712577,0.0424157866818024,0.550986966203593 -6057,0.255951455205554,0.153403727668869,0.145399831134145,0.255951455205554,0.0214030699528309,0.0652021781567599,0.255951455205554,0.0478309788911363,0.118932638663474,0.255951455205554,0.017704025424817,0.0992928413089989,0.255951455205554,0.0802197520169353,0.0618767218253268,0.255951455205554,0.199120447626919,0.119274829745367,0.5,0.255951455205554,0.267659272707747,0.288561431772663,0.5,0.255951455205554,0.267778054724285,0.128545163130243,0.5,0.255951455205554,0.173196354920884,0.148358428611481,0.255951455205554,0.275275499699614,0.366638140398378,0.0867749825942696,0.241939305903423,0.255951455205554,0.0648833586237953,0.236538299106916,0.5,0.255951455205554,0.0897169254546075,0.284136200550583,0.255951455205554,0.108977877261329,0.10879140094868,0.255951455205554,0.0322982265341318,0.110799986150213,0.255951455205554,0.122826441431176,0.081206444279011,0.161568839758567,0.610448823305691 -6058,0.255951455205554,0.276225973671943,0.240612153998807,0.255951455205554,0.0447439044459732,0.0692391497584902,0.255951455205554,0.0706667290498165,0.155854348002931,0.255951455205554,0.0329024247766175,0.123834628797263,0.255951455205554,0.125300736114931,0.086754832984616,0.255951455205554,0.264590689504654,0.223975866025721,0.5,0.255951455205554,0.39049597607456,0.423979756382468,0.5,0.255951455205554,0.406621440462915,0.172294580599466,0.5,0.255951455205554,0.237816569302043,0.164467684804332,0.255951455205554,0.42304144540065,0.580245642805318,0.0955937973403025,0.234350250980504,0.255951455205554,0.0813221687563253,0.226978316490597,0.5,0.255951455205554,0.18113152652047,0.327268636362123,0.255951455205554,0.167161013518008,0.104992168437971,0.255951455205554,0.0519544283874819,0.136450158371493,0.255951455205554,0.161313383751001,0.0745455479852858,0.221240456092633,0.638051635888467 -6059,0.255951455205554,0.350602486127115,0.338522312534771,0.255951455205554,0.0627510541193236,0.0641877424107451,0.255951455205554,0.0856274433759714,0.188976934602662,0.255951455205554,0.0797914663263123,0.190923523492911,0.255951455205554,0.18658095744857,0.102408249860159,0.255951455205554,0.293941361310823,0.219132066743123,0.5,0.255951455205554,0.474783907417301,0.441794988319327,0.5,0.255951455205554,0.512763086215913,0.23041133734515,0.5,0.255951455205554,0.28956980904617,0.170436218315796,0.255951455205554,0.539499764831452,0.620922283631671,0.049314702142993,0.153051528755279,0.255951455205554,0.0747243573458897,0.202976862061576,0.5,0.255951455205554,0.24409671881885,0.356159557246468,0.255951455205554,0.197096880342357,0.122645476817325,0.255951455205554,0.0763545428020314,0.141530955520649,0.255951455205554,0.186049481544801,0.067592909262778,0.247206190340123,0.570892805359983 -6060,0.255951455205554,0.39855976643522,0.388026041499897,0.255951455205554,0.109672598024675,0.0422382106231707,0.255951455205554,0.104689671978794,0.222790362359862,0.255951455205554,0.168565159509018,0.281246686210912,0.255951455205554,0.1933182036721,0.133780074404164,0.255951455205554,0.310069142232801,0.19058242035061,0.5,0.255951455205554,0.533660064734542,0.388326872710001,0.5,0.255951455205554,0.56109889302241,0.271922071349833,0.5,0.255951455205554,0.328881587688433,0.171484224326725,0.255951455205554,0.599699678453411,0.542043273891816,0.0630041724685966,0.127640205399973,0.255951455205554,0.102656404920355,0.210414802174185,0.5,0.255951455205554,0.223146805902823,0.342643798763696,0.255951455205554,0.171866605816693,0.128287815256214,0.255951455205554,0.0928918077229548,0.140776099397845,0.255951455205554,0.166692489110995,0.0571043941326756,0.378890799228951,0.487439252949929 -6061,0.255951455205554,0.419107672499546,0.406989625412821,0.255951455205554,0.241599565990414,0.0868996728880973,0.255951455205554,0.13087823276203,0.244544567716335,0.255951455205554,0.229593018353601,0.346902353983586,0.255951455205554,0.170765792334554,0.146894691006773,0.255951455205554,0.28135172244541,0.190861915487145,0.5,0.255951455205554,0.557751692318125,0.361887182204871,0.5,0.255951455205554,0.572232301718967,0.276315396046138,0.5,0.255951455205554,0.369472679563566,0.157713537421662,0.255951455205554,0.63055930008736,0.473378856349622,0.136960432691292,0.201497255703112,0.255951455205554,0.117400803908726,0.232473182544927,0.5,0.255951455205554,0.173344810555347,0.31606467353212,0.255951455205554,0.146983608337852,0.109454385134153,0.255951455205554,0.0968534847417131,0.148131166813963,0.255951455205554,0.127445961570638,0.0517810797972931,0.436826206487842,0.43661194545225 -6062,0.255951455205554,0.338342793371637,0.395284994510554,0.255951455205554,0.412748845076559,0.22641859197491,0.255951455205554,0.200032232591445,0.282968503795044,0.255951455205554,0.347599542015552,0.427434837271282,0.255951455205554,0.11364558702659,0.136063225169698,0.255951455205554,0.187914376626092,0.207017157418208,0.5,0.255951455205554,0.524025465669455,0.3763447713537,0.5,0.255951455205554,0.555763282355795,0.247464018518578,0.5,0.255951455205554,0.359234179713697,0.14499397297344,0.255951455205554,0.631253273505818,0.453162041935312,0.17032044966591,0.278487525073239,0.255951455205554,0.121593338861849,0.238669308698877,0.5,0.255951455205554,0.11261174909807,0.322392784346267,0.255951455205554,0.143388161623528,0.0909360860610276,0.255951455205554,0.0877433155926591,0.145382740929928,0.255951455205554,0.120149514666047,0.0588416239898015,0.161671999652452,0.377966070080989 -6063,0.255951455205554,0.226150673439857,0.371690875740417,0.255951455205554,0.256589049708733,0.312613039152512,0.255951455205554,0.229786777300571,0.296622679947174,0.255951455205554,0.313084419386245,0.454774472907939,0.255951455205554,0.0908792895160301,0.114758680197081,0.255951455205554,0.103784517978578,0.191405518774561,0.5,0.255951455205554,0.405859240373566,0.404363496563673,0.5,0.255951455205554,0.459526548924476,0.223688892574278,0.5,0.255951455205554,0.305901644885807,0.162907927137844,0.255951455205554,0.582991418880087,0.451951293753402,0.193897229391242,0.291162950575538,0.255951455205554,0.102144659841712,0.223884610333406,0.5,0.255951455205554,0.0766925594050565,0.340504429640406,0.255951455205554,0.148609231940987,0.0828888531727572,0.255951455205554,0.0682630558249368,0.124375322515851,0.255951455205554,0.0967747679448772,0.0598635765264938,0.114038544803739,0.334956361826746 -6064,0.255951455205554,0.119759783526626,0.374082342082634,0.255951455205554,0.0832182534667786,0.275167045831207,0.255951455205554,0.222388296357104,0.296839445344393,0.255951455205554,0.21575164376715,0.439055827382184,0.255951455205554,0.0854659035766588,0.104582570446824,0.255951455205554,0.0646390961042788,0.175036370553089,0.5,0.255951455205554,0.26403432578759,0.430542453010642,0.5,0.255951455205554,0.321330001224692,0.248578081605713,0.5,0.255951455205554,0.227841344960096,0.207241174270447,0.255951455205554,0.472332290587035,0.531107945223755,0.0865719713043928,0.203851102877158,0.255951455205554,0.073861200387512,0.190824377689308,0.5,0.255951455205554,0.0479982324599726,0.290023825241802,0.255951455205554,0.122728340470135,0.0788432764292362,0.255951455205554,0.0741564164815905,0.119179474130869,0.255951455205554,0.09529732158067,0.0552947367181483,0.200293245494169,0.334425111507849 -6065,0.255951455205554,0.0545271077950036,0.36617797756757,0.255951455205554,0.0564353891698014,0.272501094116306,0.255951455205554,0.153256236219127,0.278294246101381,0.255951455205554,0.151957766869126,0.368516476412699,0.255951455205554,0.0842136941612634,0.0807416813707057,0.255951455205554,0.0380809746820479,0.131590728074229,0.5,0.255951455205554,0.127413622074068,0.423141767448814,0.5,0.255951455205554,0.175540281559192,0.289315242534359,0.5,0.255951455205554,0.134165233169548,0.242092553032936,0.255951455205554,0.308875812544019,0.618918838792766,0.0379355180046002,0.135286099130929,0.255951455205554,0.0412517516301221,0.168363758393322,0.5,0.255951455205554,0.0507331056392258,0.209962212432918,0.255951455205554,0.0821691212898298,0.0688102635682034,0.255951455205554,0.0584643988160734,0.111099347708901,0.255951455205554,0.060574402587015,0.0452023631223638,0.0260022350960151,0.350116714512887 -6066,0.255951455205554,0.0103972164661087,0.344828709087561,0.255951455205554,0.0207624247251841,0.252557943946371,0.255951455205554,0.0550890848452137,0.199284950412092,0.255951455205554,0.0902420929405808,0.203446985029205,0.255951455205554,0.0492059356991746,0.052636803539321,0.255951455205554,0.0185923860721347,0.067202731652551,0.5,0.255951455205554,0.0532882889341215,0.357624549330585,0.5,0.255951455205554,0.0579419502279176,0.312771807791365,0.5,0.255951455205554,0.0355110495392009,0.233916327123101,0.255951455205554,0.110502265462552,0.586368085861932,0.00485441022837728,0.068870082660352,0.255951455205554,0.0104722668307741,0.125681638879864,0.5,0.255951455205554,0.0247677416991631,0.103005783008039,0.255951455205554,0.0259145019132784,0.0410752738861231,0.255951455205554,0.0219045442858986,0.0760027371704492,0.255951455205554,0.0209979830209713,0.0263896358148488,0.00743658720549384,0.391342889766832 -6067,0.255951455205554,0.0,0.291337823073743,0.255951455205554,0.0,0.331175368880288,0.255951455205554,3.14193459327873e-05,0.158536190738674,0.255951455205554,0.0,0.181763727759991,0.255951455205554,0.000192171760423875,0.0259503131950771,0.255951455205554,0.000120349217812753,0.0259253745093957,0.5,0.255951455205554,1.12833598029205e-05,0.24216411117782,0.5,0.255951455205554,4.62558985856388e-07,0.301146786472583,0.5,0.255951455205554,5.13925353869175e-06,0.177637853338322,0.255951455205554,0.0,0.321157287201163,0.0,0.0388626899122686,0.255951455205554,0.0,0.0719813277833047,0.5,0.255951455205554,0.0,0.0458672816277066,0.255951455205554,0.0,0.0114295305778201,0.255951455205554,4.66693630111335e-07,0.0558480600579653,0.255951455205554,0.0,0.0128318791403671,0.0,0.437158114789369 -6068,0.255951455205554,0.0,0.208704936385404,0.255951455205554,0.0,0.213967451879724,0.255951455205554,0.0,0.16086309946467,0.255951455205554,0.0,0.243146206318223,0.255951455205554,0.0,0.0245924542817891,0.255951455205554,0.0,0.0135718743968687,0.5,0.255951455205554,0.0,0.162198165229114,0.5,0.255951455205554,0.0,0.284088642491183,0.5,0.255951455205554,0.0,0.14350487926357,0.255951455205554,0.0,0.189400879635227,0.0,0.0181175021590292,0.255951455205554,0.0,0.0412815576234678,0.5,0.255951455205554,0.0,0.0374713858321144,0.255951455205554,0.0,0.00784835588245729,0.255951455205554,0.0,0.0466086161302115,0.255951455205554,0.0,0.0144949433629292,0.0,0.490895776692847 -6069,0.255951455205554,0.0,0.147797709728199,0.255951455205554,0.0,0.0721437163818387,0.255951455205554,0.0,0.153604260763573,0.255951455205554,0.0,0.29305412331119,0.255951455205554,0.0,0.0245309497505453,0.255951455205554,0.0,0.00911607934149923,0.5,0.255951455205554,0.0,0.0910386366071421,0.5,0.255951455205554,0.0,0.26013450976305,0.5,0.255951455205554,0.0,0.10591782960993,0.255951455205554,0.0,0.14516513122119,0.0,0.00817923350941587,0.255951455205554,0.0,0.0306363723594181,0.5,0.255951455205554,0.0,0.0358831344763432,0.255951455205554,0.0,0.00845109961242967,0.255951455205554,0.0,0.0440993899197234,0.255951455205554,0.0,0.0161298367897087,0.0,0.53533163090386 -6070,0.255951455205554,0.0,0.140095094912513,0.255951455205554,0.0,0.0569065910462797,0.255951455205554,0.0,0.144011962456851,0.255951455205554,0.0,0.248680256679467,0.255951455205554,0.0,0.0252342609089713,0.255951455205554,0.0,0.00874640414596609,0.5,0.255951455205554,0.0,0.036710064960596,0.5,0.255951455205554,0.0,0.193421115170124,0.5,0.255951455205554,0.0,0.0697474502906268,0.255951455205554,0.0,0.103084368051539,0.0,0.00378661214072454,0.255951455205554,0.0,0.0258306558068194,0.5,0.255951455205554,0.0,0.0321415745465713,0.255951455205554,0.0,0.0103791493141552,0.255951455205554,0.0,0.0385946181952885,0.255951455205554,0.0,0.0185081408994075,0.0,0.526508145367799 -6071,0.255951455205554,0.0,0.150002149407312,0.255951455205554,0.0,0.0974591000315055,0.255951455205554,0.0,0.118962331074194,0.255951455205554,0.0,0.136599492926568,0.255951455205554,0.0,0.0289730832186214,0.255951455205554,0.0,0.00818644882751313,0.5,0.255951455205554,0.0,0.0282837321597101,0.5,0.255951455205554,0.0,0.1214114105344,0.5,0.255951455205554,0.0,0.0540884881678733,0.255951455205554,0.0,0.0533465754725169,0.0,0.00103035227550321,0.255951455205554,0.0,0.0204105092945463,0.5,0.255951455205554,0.0,0.0342939175948936,0.255951455205554,0.0,0.0123024527645053,0.255951455205554,0.0,0.034774274652161,0.255951455205554,0.0,0.0230570963111797,0.0,0.454529548466095 -6072,0.255951455205554,0.0,0.157251508400647,0.255951455205554,0.0,0.122744069846355,0.255951455205554,0.0,0.0844049966659074,0.255951455205554,0.0,0.0849735584809447,0.255951455205554,0.0,0.0327146004870618,0.255951455205554,0.0,0.00800931821414068,0.5,0.255951455205554,0.0,0.0308674700855822,0.5,0.255951455205554,0.0,0.0876675051664048,0.5,0.255951455205554,0.0,0.0456453775370887,0.255951455205554,0.0,0.0525223486646456,0.0,0.00039003920633824,0.255951455205554,0.0,0.0173930981246959,0.5,0.255951455205554,0.0,0.033508347522023,0.255951455205554,0.0,0.0106947787670058,0.255951455205554,0.0,0.0302797752408428,0.255951455205554,0.0,0.0254123115284713,0.0,0.380265913103713 -6073,0.255951455205554,0.0,0.175468456610791,0.255951455205554,0.0,0.128246161817541,0.255951455205554,0.0,0.066375790016228,0.255951455205554,0.0,0.0676890522951055,0.255951455205554,0.0,0.0351763915994371,0.255951455205554,0.0,0.00842049986098413,0.5,0.255951455205554,0.0,0.0259215659559389,0.5,0.255951455205554,0.0,0.0709442983046563,0.5,0.255951455205554,0.0,0.0399230950715145,0.255951455205554,0.0,0.0542794979431317,0.0,0.0,0.255951455205554,0.0,0.0156816516856121,0.5,0.255951455205554,0.0,0.0344547314999206,0.255951455205554,0.0,0.00827787071730391,0.255951455205554,0.0,0.0259824220736671,0.255951455205554,0.0,0.0239312112324925,0.0,0.343317288774303 -6074,0.255951455205554,0.0,0.17505482218748,0.255951455205554,0.0,0.124002492763169,0.255951455205554,0.0,0.0646775265670766,0.255951455205554,0.0,0.0742921381350437,0.255951455205554,0.0,0.040263018819408,0.255951455205554,0.0,0.0105330739521961,0.5,0.255951455205554,0.0,0.0228845598835518,0.5,0.255951455205554,0.0,0.0536482721437881,0.5,0.255951455205554,0.0,0.0361014566118156,0.255951455205554,0.0,0.0478294640934509,0.0,0.0,0.255951455205554,0.0,0.0159121161832409,0.5,0.255951455205554,0.0,0.0339978745218427,0.255951455205554,0.0,0.0058371453697513,0.255951455205554,0.0,0.0215415494525909,0.255951455205554,0.0,0.0193010697807713,0.0,0.296163947869818 -6075,0.255951455205554,0.0,0.160003145055441,0.255951455205554,0.0,0.103869106491635,0.255951455205554,0.0,0.0641348024021011,0.255951455205554,0.0,0.0802584437324832,0.255951455205554,0.0,0.0406321005254315,0.255951455205554,0.0,0.0136744476379259,0.5,0.255951455205554,0.0,0.0198924888915855,0.5,0.255951455205554,0.0,0.044615741985405,0.5,0.255951455205554,0.0,0.0332646502239612,0.255951455205554,0.0,0.0421834053027979,0.0,0.000790338707286294,0.255951455205554,0.0,0.0172163667879342,0.5,0.255951455205554,0.0,0.0288854657262054,0.255951455205554,0.0,0.00372775717454564,0.255951455205554,0.0,0.01668764797358,0.255951455205554,0.0,0.0112135957352562,0.0,0.229526441480986 -6076,0.255951455205554,0.0,0.145219151617823,0.255951455205554,0.0,0.0798361939938626,0.255951455205554,0.0,0.0618691772939702,0.255951455205554,0.0,0.0852968962291379,0.255951455205554,0.0,0.0386407232190083,0.255951455205554,0.0,0.0189569782425157,0.5,0.255951455205554,0.0,0.0200332218225321,0.5,0.255951455205554,0.0,0.0412961503055155,0.5,0.255951455205554,0.0,0.0310738881036025,0.255951455205554,0.0,0.0402358830839109,0.0,0.00892405623555615,0.255951455205554,0.0,0.0173939962015948,0.5,0.255951455205554,0.0,0.0294321876146244,0.255951455205554,0.0,0.00160905855434871,0.255951455205554,0.0,0.0131500593192179,0.255951455205554,0.0,0.00926273152699233,0.0,0.181704179718821 -6077,0.255951455205554,0.0,0.13440846617807,0.255951455205554,0.0,0.0691419241660594,0.255951455205554,0.0,0.0633137109691764,0.255951455205554,0.0,0.0979918458419083,0.255951455205554,0.0,0.0365936685328568,0.255951455205554,0.0,0.0257113846779461,0.5,0.255951455205554,0.0,0.0230891632639546,0.5,0.255951455205554,0.0,0.0369497760917572,0.5,0.255951455205554,0.0,0.0274957704190203,0.255951455205554,0.0,0.0338829437471125,0.0,0.029083529530516,0.255951455205554,0.0,0.0177609516027958,0.5,0.255951455205554,0.0,0.0347586967604208,0.255951455205554,0.0,0.00133262241429212,0.255951455205554,0.0,0.0110085535599542,0.255951455205554,0.0,0.00913232386414208,0.0,0.174212782429199 -6078,0.255951455205554,0.0,0.130973974483989,0.255951455205554,0.0,0.0582506367165724,0.255951455205554,0.0,0.0740144771064404,0.255951455205554,0.0,0.116567376234883,0.255951455205554,0.0,0.035166082648144,0.255951455205554,0.0,0.0348829781969807,0.5,0.255951455205554,0.0,0.0328544198758594,0.5,0.255951455205554,0.0,0.0325111609716562,0.5,0.255951455205554,0.0,0.024312169186147,0.255951455205554,0.0,0.0285587376727097,0.0,0.0434660956845241,0.255951455205554,0.0,0.0195984658842552,0.5,0.255951455205554,0.0,0.0414543131644135,0.255951455205554,0.0,0.001638288690608,0.255951455205554,0.0,0.00957498783016237,0.255951455205554,0.0,0.0085048395308213,0.0,0.192607121892057 -6079,0.255951455205554,0.0139107986087494,0.132510556456936,0.255951455205554,0.000997458180622741,0.047645716700659,0.255951455205554,0.00331861871851879,0.0913145197881998,0.255951455205554,0.00259070625784548,0.134175257234856,0.255951455205554,0.00145053276314479,0.0429951704566036,0.255951455205554,0.00337497848749302,0.0439023465305287,0.5,0.255951455205554,0.00368382588804126,0.0422817673295726,0.5,0.255951455205554,0.00809789724201012,0.0307791471526057,0.5,0.255951455205554,0.00794568597331744,0.0266510765025412,0.255951455205554,0.0061322132476546,0.0189725001111408,0.00817578893120625,0.0506317399941086,0.255951455205554,0.0201287704741438,0.0236789377369889,0.5,0.255951455205554,0.0338746052595967,0.0483968975555619,0.255951455205554,0.0169777635330035,0.0021330680651753,0.255951455205554,0.0197057783364208,0.0100032169811498,0.255951455205554,0.00960347607208965,0.00948741608571612,0.0235786739709105,0.248090481505556 -6080,0.255951455205554,0.104804311544136,0.181654619263557,0.255951455205554,0.00986393142485574,0.0406071010733601,0.255951455205554,0.0347917478103185,0.117395620596266,0.255951455205554,0.0387077542868433,0.15569255699546,0.255951455205554,0.027568157923901,0.0796394573043168,0.255951455205554,0.0338929691035887,0.0809483178718489,0.5,0.255951455205554,0.0359429139668084,0.067120427903933,0.5,0.255951455205554,0.0761631507807821,0.0435285473547154,0.5,0.255951455205554,0.0452649543914543,0.0439630235070011,0.255951455205554,0.0855464298870774,0.0202178772977492,0.0486680113278809,0.0708209765880215,0.255951455205554,0.0811834427037999,0.0457626913747858,0.5,0.255951455205554,0.140167736574772,0.0911836489527198,0.255951455205554,0.0717287890052242,0.00741552128511963,0.255951455205554,0.086449044613188,0.0245175246468136,0.255951455205554,0.0613266835758897,0.0269715809704219,0.149275260432441,0.32302734998694 -6081,0.255951455205554,0.227244114781055,0.268725671817757,0.255951455205554,0.0683479744982789,0.0400419326619997,0.255951455205554,0.0876395556582092,0.182619355245276,0.255951455205554,0.127188595598218,0.235640197966567,0.255951455205554,0.0875411593219046,0.139755710253996,0.255951455205554,0.0817940781265087,0.207012954250478,0.5,0.255951455205554,0.0687899149844562,0.123388165653757,0.5,0.255951455205554,0.167744780995674,0.0746935882985249,0.5,0.255951455205554,0.0943422454604916,0.0736677423689173,0.255951455205554,0.115728890909436,0.0554460662524738,0.0800778876408242,0.084718086034483,0.255951455205554,0.167250478976044,0.0744290340677481,0.5,0.255951455205554,0.262344189586771,0.15858923099731,0.255951455205554,0.132784706637029,0.0223937973962217,0.255951455205554,0.171064060380482,0.0409715503292739,0.255951455205554,0.119446505290837,0.0491850976601251,0.289474749145474,0.398006866612151 -6082,0.255951455205554,0.361677533683484,0.306710920984934,0.255951455205554,0.227077334235486,0.0589390683684429,0.255951455205554,0.17491728329307,0.240030639220426,0.255951455205554,0.158633883314656,0.326177885970033,0.255951455205554,0.155427252120259,0.184451559553051,0.255951455205554,0.158003983683734,0.38123416682265,0.5,0.255951455205554,0.107193574084676,0.186018776219792,0.5,0.255951455205554,0.254888168300095,0.127304299420582,0.5,0.255951455205554,0.152103827325706,0.103834105749453,0.255951455205554,0.114951180331157,0.161972621200355,0.153249808588398,0.0864243850945063,0.255951455205554,0.280425536371437,0.106109885015855,0.5,0.255951455205554,0.386955379763448,0.161406657210292,0.255951455205554,0.171661050360651,0.0379368147978939,0.255951455205554,0.259735053002505,0.0633870467628677,0.255951455205554,0.165860751387734,0.0720518745685561,0.420540496765358,0.423808841811474 -6083,0.255951455205554,0.472715060592529,0.347349319001828,0.255951455205554,0.42043459246038,0.118964636378949,0.255951455205554,0.281159583769805,0.272660373938678,0.255951455205554,0.067444267384284,0.176842602037158,0.255951455205554,0.207483324175165,0.250638245041073,0.255951455205554,0.286181131000052,0.431125104021685,0.5,0.255951455205554,0.178226235084841,0.21622538117231,0.5,0.255951455205554,0.284970458805115,0.145282501173981,0.5,0.255951455205554,0.198408679913424,0.110341205835614,0.255951455205554,0.18755763487703,0.283406602828765,0.378625347950777,0.102754861261919,0.255951455205554,0.381059069275908,0.11934753122365,0.5,0.255951455205554,0.505242404434796,0.15756312125559,0.255951455205554,0.18366565230112,0.0573442107208427,0.255951455205554,0.296915203073972,0.102907525047307,0.255951455205554,0.281766383489763,0.0966343727428361,0.52383294878722,0.380144402559129 -6084,0.255951455205554,0.495890975374814,0.349741032734009,0.255951455205554,0.363280868106993,0.162307027349096,0.255951455205554,0.284742505048868,0.24456541761803,0.255951455205554,0.228284441212695,0.117774532745612,0.255951455205554,0.292603419663049,0.289642718522439,0.255951455205554,0.41179680108654,0.442369028265916,0.5,0.255951455205554,0.259921393178961,0.220275022206302,0.5,0.255951455205554,0.251145643416793,0.146620646758521,0.5,0.255951455205554,0.205786647981086,0.121477901470102,0.255951455205554,0.200387402695682,0.371376151473752,0.577519280075329,0.125730549924576,0.255951455205554,0.423764552644189,0.134079283999849,0.5,0.255951455205554,0.554086062923892,0.197607378612503,0.255951455205554,0.19006943604651,0.0848549171201312,0.255951455205554,0.240129189137327,0.137568678308073,0.255951455205554,0.395861397103449,0.143258883295439,0.542048624576242,0.331053642215107 -6085,0.255951455205554,0.48479997225999,0.343829794824995,0.255951455205554,0.30335218727504,0.174006222068963,0.255951455205554,0.272186188114498,0.202798898413301,0.255951455205554,0.596323956706093,0.160949155742624,0.255951455205554,0.452274012105786,0.323349702018331,0.255951455205554,0.388497526614646,0.426876547821875,0.5,0.255951455205554,0.41654794279547,0.252351678838682,0.5,0.255951455205554,0.315446028475015,0.163374904353955,0.5,0.255951455205554,0.242937766201408,0.151192875148287,0.255951455205554,0.291914329961373,0.308966981046663,0.597096400025146,0.149275580852926,0.255951455205554,0.384486035217798,0.14487809690004,0.5,0.255951455205554,0.441667380431803,0.234853230124399,0.255951455205554,0.210509650236284,0.106159198705627,0.255951455205554,0.269189016645154,0.176006177894682,0.255951455205554,0.418991527260288,0.204683311076959,0.544575397403474,0.269842516952349 -6086,0.255951455205554,0.507270435897019,0.36218681350271,0.255951455205554,0.428828165104465,0.236155698987122,0.255951455205554,0.363050007354796,0.200672328751651,0.255951455205554,0.414537787948213,0.156647475130523,0.255951455205554,0.401934697805007,0.352850074666193,0.255951455205554,0.299374633142193,0.392828249322502,0.5,0.255951455205554,0.45622956506555,0.329191315404828,0.5,0.255951455205554,0.354093284601456,0.174984126871928,0.5,0.255951455205554,0.245537890076244,0.156351527508702,0.255951455205554,0.413114449817456,0.237821478605827,0.503666426348809,0.160490878477951,0.255951455205554,0.331786429901272,0.154865470475616,0.5,0.255951455205554,0.277352132541342,0.208321360808341,0.255951455205554,0.16288998737737,0.112750900751339,0.255951455205554,0.2936750047795,0.189547952679038,0.255951455205554,0.321573713922971,0.248732898256366,0.600632850950951,0.217852746993848 -6087,0.255951455205554,0.446618845312779,0.373452290259142,0.255951455205554,0.47834541746937,0.334023128068822,0.255951455205554,0.362032094301213,0.200907978991669,0.255951455205554,0.339272086191111,0.143670615020739,0.255951455205554,0.283792235132415,0.334629743250803,0.255951455205554,0.224520310623931,0.353678113237498,0.5,0.255951455205554,0.350351311665332,0.371227546725344,0.5,0.255951455205554,0.347760304207614,0.191412756153818,0.5,0.255951455205554,0.222729024190984,0.156154571753772,0.255951455205554,0.56197660882643,0.316501116957814,0.35652059744826,0.16752537672362,0.255951455205554,0.275738899087832,0.156733702351959,0.5,0.255951455205554,0.279557493125757,0.186792841865881,0.255951455205554,0.125881172704967,0.117768367195373,0.255951455205554,0.292338766076143,0.187739763539565,0.255951455205554,0.197646642542209,0.274580458278413,0.51018353376116,0.197024168989288 -6088,0.255951455205554,0.386229554373645,0.378513664616396,0.255951455205554,0.31814799800903,0.395210080524059,0.255951455205554,0.314618891283594,0.207940951023553,0.255951455205554,0.214238129635656,0.137445217187347,0.255951455205554,0.230449351623196,0.285561944003005,0.255951455205554,0.134811500796876,0.315962102361352,0.5,0.255951455205554,0.249504580087176,0.354301816832388,0.5,0.255951455205554,0.273119797854462,0.204424551846128,0.5,0.255951455205554,0.146589630659749,0.148125557371674,0.255951455205554,0.325925762799496,0.389130166213249,0.256806912288165,0.152677537231344,0.255951455205554,0.239360371383054,0.149569759860374,0.5,0.255951455205554,0.25940446514385,0.170643596617958,0.255951455205554,0.0748681280157156,0.106763831266037,0.255951455205554,0.176727705006522,0.161977811221797,0.255951455205554,0.0970807989101402,0.26468329629943,0.450641438173394,0.193128818363926 -6089,0.255951455205554,0.279258431263879,0.33117739779723,0.255951455205554,0.104852242924987,0.428326563622518,0.255951455205554,0.230787040751333,0.213273278338044,0.255951455205554,0.208455195388588,0.145676819845123,0.255951455205554,0.227150058307555,0.221823328521983,0.255951455205554,0.0978373066263263,0.251080876273164,0.5,0.255951455205554,0.173642614244625,0.283240737991782,0.5,0.255951455205554,0.158460844975256,0.206065181808803,0.5,0.255951455205554,0.0798835614407157,0.130889914286883,0.255951455205554,0.0584247735153632,0.231811989986328,0.192474548542001,0.103639534044888,0.255951455205554,0.167895830588708,0.130921257652038,0.5,0.255951455205554,0.212050724934448,0.158857506404979,0.255951455205554,0.046190000854028,0.0726337382103917,0.255951455205554,0.102502112270772,0.123211892289734,0.255951455205554,0.0465068289442027,0.195775394566687,0.320173745762785,0.208532681162207 -6090,0.255951455205554,0.0788013773441229,0.190151955122229,0.255951455205554,0.0133169750289904,0.335134380540975,0.255951455205554,0.0784913605694159,0.155254527520071,0.255951455205554,0.081556332702502,0.11276609372595,0.255951455205554,0.086112530465756,0.130502798941359,0.255951455205554,0.0402517258095446,0.157492990706488,0.5,0.255951455205554,0.0789769942891827,0.178061295215753,0.5,0.255951455205554,0.0498253519016786,0.153898237361898,0.5,0.255951455205554,0.0201589369501179,0.11926736224599,0.255951455205554,0.0297508815496578,0.0821685616202672,0.0422153314895448,0.0542909662241469,0.255951455205554,0.0422216244801068,0.0770407557729331,0.5,0.255951455205554,0.0466933085749763,0.0806360479680518,0.255951455205554,0.0183918830020417,0.0374579726786239,0.255951455205554,0.0259934311139493,0.0555963486367148,0.255951455205554,0.0102604341728372,0.0932326005683663,0.0830130437560932,0.238725838471093 -6091,0.255951455205554,0.0,0.106839177635873,0.255951455205554,0.0,0.169337431054007,0.255951455205554,0.0,0.127451053399207,0.255951455205554,0.0,0.171819192229394,0.255951455205554,9.13755399560194e-06,0.0581699677235713,0.255951455205554,4.32536279088497e-06,0.0917477452662959,0.5,0.255951455205554,2.34329080177014e-07,0.166357177896061,0.5,0.255951455205554,9.43546314552341e-06,0.0949251123880924,0.5,0.255951455205554,1.47314612661482e-06,0.128705357501547,0.255951455205554,0.0,0.0496721061677198,0.0,0.0997789387314614,0.255951455205554,0.0,0.0982843023533193,0.5,0.255951455205554,0.0,0.0754937537259673,0.255951455205554,0.0,0.0282313475316031,0.255951455205554,0.0,0.0399728438698109,0.255951455205554,0.0,0.0312065618714539,0.0,0.290599276760184 -6092,0.255951455205554,0.0,0.0704580128826334,0.255951455205554,0.0,0.0544104961371316,0.255951455205554,0.0,0.118523358527679,0.255951455205554,0.0,0.207385423121493,0.255951455205554,0.0,0.0314979015065186,0.255951455205554,0.0,0.0594382775088129,0.5,0.255951455205554,0.0,0.157047045234312,0.5,0.255951455205554,0.0,0.0749045211970966,0.5,0.255951455205554,0.0,0.142429365112714,0.255951455205554,0.0,0.0614605039348927,0.0,0.168145175461423,0.255951455205554,0.0,0.116763704673943,0.5,0.255951455205554,0.0,0.0772870376308763,0.255951455205554,0.0,0.0301192887106908,0.255951455205554,0.0,0.0490027896219029,0.255951455205554,0.0,0.0154404970619188,0.0,0.344489120186397 -6093,0.255951455205554,0.0,0.0551244643712408,0.255951455205554,0.0,0.0381905107603117,0.255951455205554,0.0,0.102095612334437,0.255951455205554,0.0,0.118978879521322,0.255951455205554,0.0,0.0244149845661107,0.255951455205554,0.0,0.0540834849549714,0.5,0.255951455205554,0.0,0.0809176082312591,0.5,0.255951455205554,0.0,0.0831303570933757,0.5,0.255951455205554,0.0,0.127577744532358,0.255951455205554,0.0,0.0986053012216677,0.0,0.218727940742216,0.255951455205554,0.0,0.129815771930474,0.5,0.255951455205554,0.0,0.0858997775485842,0.255951455205554,0.0,0.0357985821685351,0.255951455205554,0.0,0.0694061398051262,0.255951455205554,0.0,0.0161184941127577,0.0,0.380579229828654 -6094,0.255951455205554,0.0,0.0549654476798564,0.255951455205554,0.0,0.0396651381080104,0.255951455205554,0.0,0.079567747042382,0.255951455205554,0.0,0.048882875120839,0.255951455205554,0.0,0.0236634650807606,0.255951455205554,0.0,0.046638076150302,0.5,0.255951455205554,0.0,0.0395490518375919,0.5,0.255951455205554,0.0,0.078594567887973,0.5,0.255951455205554,0.0,0.101716948062768,0.255951455205554,0.0,0.0778879191174477,0.0,0.198509647617414,0.255951455205554,0.0,0.12897136757395,0.5,0.255951455205554,0.0,0.10826834492334,0.255951455205554,0.0,0.0475069954535854,0.255951455205554,0.0,0.0958204687702665,0.255951455205554,0.0,0.0214341716020386,0.0,0.357992413973845 -6095,0.255951455205554,0.0,0.0628151685372509,0.255951455205554,0.0,0.0411419434528385,0.255951455205554,0.0,0.0609566113605203,0.255951455205554,0.0,0.0352696233995376,0.255951455205554,0.0,0.022790876002962,0.255951455205554,0.0,0.0454194015553367,0.5,0.255951455205554,0.0,0.0361246076450925,0.5,0.255951455205554,0.0,0.0647258818896108,0.5,0.255951455205554,0.0,0.0867699772138186,0.255951455205554,0.0,0.0316833005527008,0.0,0.150128708841624,0.255951455205554,0.0,0.122247969561065,0.5,0.255951455205554,0.0,0.130782967928295,0.255951455205554,0.0,0.0713753875037953,0.255951455205554,0.0,0.122959591419968,0.255951455205554,0.0,0.0316843486464512,0.0,0.292823549558772 -6096,0.255951455205554,0.0,0.0747191332003543,0.255951455205554,0.0,0.0427330932923839,0.255951455205554,0.0,0.0506407825896988,0.255951455205554,0.0,0.0445084311640772,0.255951455205554,0.0,0.0179953315749362,0.255951455205554,0.0,0.0498383096957762,0.5,0.255951455205554,0.0,0.045626424405587,0.5,0.255951455205554,0.0,0.0591316379246142,0.5,0.255951455205554,0.0,0.0732557688697838,0.255951455205554,0.0,0.0266490853190317,0.0,0.103181511939848,0.255951455205554,0.0,0.125283053776415,0.5,0.255951455205554,0.0,0.147233472320554,0.255951455205554,0.0,0.0954282798108756,0.255951455205554,0.0,0.152347300535004,0.255951455205554,0.0,0.0484029462881566,0.0,0.221354324086059 -6097,0.255951455205554,0.0,0.0835589517167582,0.255951455205554,0.0,0.0529475703622412,0.255951455205554,0.0,0.0495691569078607,0.255951455205554,0.0,0.0549144955912738,0.255951455205554,0.0,0.0162211290735715,0.255951455205554,0.0,0.0588589315276511,0.5,0.255951455205554,0.0,0.0500938650869112,0.5,0.255951455205554,0.0,0.052974974906805,0.5,0.255951455205554,0.0,0.0757782451622916,0.255951455205554,0.0,0.0436802426819472,0.0,0.110846157088716,0.255951455205554,0.0,0.138140433171241,0.5,0.255951455205554,0.0,0.173228848281101,0.255951455205554,0.0,0.103644096330156,0.255951455205554,0.0,0.163332371695648,0.255951455205554,0.0,0.0761675181507917,0.0,0.177348282217022 -6098,0.255951455205554,0.0,0.0852602845684748,0.255951455205554,0.0,0.0690366485779102,0.255951455205554,0.0,0.0516372178184766,0.255951455205554,0.0,0.0568801491027689,0.255951455205554,0.0,0.0176455466708209,0.255951455205554,0.0,0.0696425591594191,0.5,0.255951455205554,0.0,0.0508673884589851,0.5,0.255951455205554,0.0,0.0545841676438453,0.5,0.255951455205554,0.0,0.0860084524344337,0.255951455205554,0.0,0.0408254605271283,0.0,0.159598631770686,0.255951455205554,0.0,0.169344279209698,0.5,0.255951455205554,0.0,0.209902803513682,0.255951455205554,0.0,0.0947444697934794,0.255951455205554,0.0,0.183280233383611,0.255951455205554,0.0,0.114904828561022,0.0,0.160271690572037 -6099,0.255951455205554,0.0,0.0862226492345973,0.255951455205554,0.0,0.0710324360301331,0.255951455205554,0.0,0.0527722888875909,0.255951455205554,0.0,0.0570701049437792,0.255951455205554,0.0,0.018546538051074,0.255951455205554,0.0,0.0776335203925091,0.5,0.255951455205554,0.0,0.0491890617455853,0.5,0.255951455205554,0.0,0.0565898951428001,0.5,0.255951455205554,0.0,0.0931068385121016,0.255951455205554,0.0,0.0381639796931535,0.0,0.205798452204048,0.255951455205554,0.0,0.193327402149717,0.5,0.255951455205554,0.0,0.246819804444566,0.255951455205554,0.0,0.0735416488020852,0.255951455205554,0.0,0.223363634229249,0.255951455205554,0.0,0.145437131641084,0.0,0.147044557893572 -6100,0.255951455205554,0.0,0.0918502711446084,0.255951455205554,0.0,0.0692474867567359,0.255951455205554,0.0,0.0603042404518133,0.255951455205554,0.0,0.0565059571448658,0.255951455205554,0.0,0.0249175818270309,0.255951455205554,0.0,0.0816950779175013,0.5,0.255951455205554,0.0,0.0551450007486223,0.5,0.255951455205554,0.0,0.0640335504028033,0.5,0.255951455205554,0.0,0.124737804444864,0.255951455205554,0.0,0.0424825710039424,0.0,0.255097742353367,0.255951455205554,0.0,0.230793018961549,0.5,0.255951455205554,0.0,0.289912720070501,0.255951455205554,0.0,0.0625394192748058,0.255951455205554,0.0,0.243707770714541,0.255951455205554,0.0,0.153466520962804,0.0,0.139861155813651 -6101,0.255951455205554,0.0,0.112754320273423,0.255951455205554,0.0,0.0930113832855775,0.255951455205554,0.0,0.0720389452590482,0.255951455205554,0.0,0.0683216849291492,0.255951455205554,0.0,0.0284045606603704,0.255951455205554,0.0,0.0894125471099675,0.5,0.255951455205554,0.0,0.0686600966853946,0.5,0.255951455205554,0.0,0.0839873969802595,0.5,0.255951455205554,0.0,0.179207206651784,0.255951455205554,0.0,0.0606373888185886,0.0,0.308917200984898,0.255951455205554,0.0,0.254608932899232,0.5,0.255951455205554,0.0,0.348704008801074,0.255951455205554,0.0,0.0677814455677296,0.255951455205554,0.0,0.29149748956243,0.255951455205554,0.0,0.16622767185612,0.0,0.149084485047852 -6102,0.255951455205554,0.0,0.136896528821132,0.255951455205554,0.0,0.119326579362614,0.255951455205554,0.0,0.0878909584559449,0.255951455205554,0.0,0.091851467435824,0.255951455205554,0.0,0.0309223692647635,0.255951455205554,0.0,0.122937741932045,0.5,0.255951455205554,0.0,0.0716001408591814,0.5,0.255951455205554,0.0,0.0931465254376319,0.5,0.255951455205554,0.0,0.224122564304278,0.255951455205554,0.0,0.0714698320308788,0.0,0.286035394385505,0.255951455205554,0.0,0.272992915969502,0.5,0.255951455205554,0.0,0.392045103207377,0.255951455205554,0.0,0.069640761787611,0.255951455205554,0.0,0.347093347701754,0.255951455205554,0.0,0.191811141409874,0.0,0.175441262846839 -6103,0.255951455205554,0.022096716232567,0.156876312439712,0.255951455205554,0.022146683675841,0.0964791111796278,0.255951455205554,0.010609723269022,0.109468887356057,0.255951455205554,0.0164149161332384,0.106303770936464,0.255951455205554,0.00733939838843625,0.0359153199680336,0.255951455205554,0.00272216800377113,0.207404883394739,0.5,0.255951455205554,0.00496498506361509,0.0677193294749489,0.5,0.255951455205554,0.00183139181207248,0.140445131077326,0.5,0.255951455205554,0.00176674143367809,0.256296579392687,0.255951455205554,0.00522833072570818,0.0631126306212417,0.0148524706311847,0.320156215417703,0.255951455205554,0.0259120869731158,0.306750857224204,0.5,0.255951455205554,0.0253181941815853,0.434152833945353,0.255951455205554,0.0101386243307124,0.0587083439377641,0.255951455205554,0.00346088084217744,0.417185354053762,0.255951455205554,0.00104489097883146,0.232556057237892,0.0253914807356346,0.209567202569441 -6104,0.255951455205554,0.140844479878688,0.177934184423213,0.255951455205554,0.108523752392999,0.161295570732427,0.255951455205554,0.102869135197279,0.151631655010744,0.255951455205554,0.129167107500818,0.139769720186052,0.255951455205554,0.099419400391834,0.0614722650285679,0.255951455205554,0.0186635505527332,0.32501846468188,0.5,0.255951455205554,0.0818297202679069,0.0779338889523444,0.5,0.255951455205554,0.0198008912884891,0.220964618685875,0.5,0.255951455205554,0.00797037277209826,0.272450804248396,0.255951455205554,0.103537001552835,0.0583609300504885,0.113831617613826,0.432460503595278,0.255951455205554,0.116016315618633,0.369263851170471,0.5,0.255951455205554,0.117014629273711,0.535663284036698,0.255951455205554,0.0450068357225089,0.0705173542526307,0.255951455205554,0.0283408907511215,0.478383716024893,0.255951455205554,0.00707177559270039,0.250982636160131,0.150613789933999,0.23882622385925 -6105,0.255951455205554,0.272899387635846,0.261508392455071,0.255951455205554,0.141919853129329,0.328194311399789,0.255951455205554,0.207551865864609,0.273947641948707,0.255951455205554,0.238155000725654,0.270941648552695,0.255951455205554,0.189383589875462,0.126447504583639,0.255951455205554,0.022847646035799,0.435949085490718,0.5,0.255951455205554,0.150258868170281,0.16114107425416,0.5,0.255951455205554,0.0367150582566428,0.285239542134727,0.5,0.255951455205554,0.0159239239325162,0.279263708552478,0.255951455205554,0.227392673797771,0.112617156410895,0.261142408905709,0.414377687281542,0.255951455205554,0.234465317412124,0.446032904036455,0.5,0.255951455205554,0.231344686103844,0.678295661439845,0.255951455205554,0.0831441890354453,0.124902005394823,0.255951455205554,0.0897529428270104,0.476980425348397,0.255951455205554,0.0210784235220414,0.243890042509292,0.295591500232165,0.27031889302377 -6106,0.255951455205554,0.395194693386656,0.384390730264303,0.255951455205554,0.131836918320063,0.447084515903399,0.255951455205554,0.297774260729701,0.411706159268614,0.255951455205554,0.29821287264283,0.398040253362669,0.255951455205554,0.259120322277425,0.199976965561308,0.255951455205554,0.0289381486650661,0.497648383000874,0.5,0.255951455205554,0.183083675944724,0.366586563909863,0.5,0.255951455205554,0.0468948759821895,0.306734064905185,0.5,0.255951455205554,0.0287238428426085,0.2723944886832,0.255951455205554,0.310773877956581,0.269685963893605,0.433422568929351,0.505799469060955,0.255951455205554,0.367212457173621,0.540709439205711,0.5,0.255951455205554,0.33231446709475,0.771259749059048,0.255951455205554,0.132824912755478,0.193549791982909,0.255951455205554,0.160312036637872,0.543859165093812,0.255951455205554,0.0464953334357071,0.296092326067226,0.434528417524335,0.287367120927101 -6107,0.255951455205554,0.506107203973259,0.484509944659242,0.255951455205554,0.215154111834447,0.652536475381231,0.255951455205554,0.388767223269184,0.541493864462753,0.255951455205554,0.340304589723957,0.52659057663322,0.255951455205554,0.316800190251206,0.285634809109706,0.255951455205554,0.0632538409418928,0.580248439972936,0.5,0.255951455205554,0.181059873532918,0.498639225016105,0.5,0.255951455205554,0.0463412382390821,0.276086179294741,0.5,0.255951455205554,0.0399908109898525,0.269784649405059,0.255951455205554,0.339233333926519,0.51338095398672,0.554652923893666,0.621241757055708,0.255951455205554,0.483072776756192,0.641348227015031,0.5,0.255951455205554,0.418664704952827,0.806703899047666,0.255951455205554,0.239362318751672,0.272447615020152,0.255951455205554,0.256658937131613,0.659968026205411,0.255951455205554,0.0912255565360954,0.382723705781856,0.55753413318213,0.281651501613184 -6108,0.255951455205554,0.572178805857399,0.5483159856831,0.255951455205554,0.320786488808673,0.777952505747436,0.255951455205554,0.45985031856836,0.655034074093443,0.255951455205554,0.381531467693469,0.638027690509497,0.255951455205554,0.393078689087534,0.413375049344526,0.255951455205554,0.123332595567825,0.640645538024692,0.5,0.255951455205554,0.173612102520597,0.547151656160745,0.5,0.255951455205554,0.0422111316895222,0.260367639693294,0.5,0.255951455205554,0.0460745829465807,0.276330271164864,0.255951455205554,0.362862866478269,0.561946435826708,0.60925025882404,0.777205070041824,0.255951455205554,0.572474406772405,0.756552601068664,0.5,0.255951455205554,0.491390204411704,0.821777242946165,0.255951455205554,0.322061693347559,0.316033552047113,0.255951455205554,0.363150138220004,0.763158837900452,0.255951455205554,0.12387546618773,0.438777032823759,0.628388419744196,0.268069427962368 -6109,0.255951455205554,0.593154598956461,0.548027621729614,0.255951455205554,0.375478797760429,0.805028956033805,0.255951455205554,0.49976390107235,0.728925893726407,0.255951455205554,0.419937785007966,0.703287137652289,0.255951455205554,0.436285935140351,0.544226095333005,0.255951455205554,0.171211515621674,0.688280166160928,0.5,0.255951455205554,0.208630306960975,0.596784022490637,0.5,0.255951455205554,0.051344910415989,0.227031063774087,0.5,0.255951455205554,0.0521955282365887,0.299716666410126,0.255951455205554,0.354859557002855,0.571549254733184,0.625704616148851,0.909553561548031,0.255951455205554,0.606146174761848,0.844196473074332,0.5,0.255951455205554,0.529500694863607,0.834287165035281,0.255951455205554,0.404381159564943,0.37219557866808,0.255951455205554,0.460102668197205,0.846327313859254,0.255951455205554,0.179137700832452,0.474452113844529,0.652098491578212,0.246088437286603 -6110,0.255951455205554,0.578557644601192,0.506853686608354,0.255951455205554,0.3663922006186,0.834029047003591,0.255951455205554,0.49552525405554,0.767257326973636,0.255951455205554,0.435708159147433,0.719705386134388,0.255951455205554,0.436222968879289,0.648430887146265,0.255951455205554,0.144567808343206,0.657124786512735,0.5,0.255951455205554,0.239152331040202,0.64121664262904,0.5,0.255951455205554,0.0536421429831473,0.191292552804057,0.5,0.255951455205554,0.0542081065638672,0.322845688646207,0.255951455205554,0.310575780208262,0.576071824587835,0.597255020780955,0.963853200237715,0.255951455205554,0.575534224947341,0.885606297546064,0.5,0.255951455205554,0.526601718483662,0.846961083983094,0.255951455205554,0.366181927697461,0.369320489494364,0.255951455205554,0.510516881700688,0.895254173072344,0.255951455205554,0.255483425772463,0.54728597683283,0.636441993862561,0.220940746855436 -6111,0.255951455205554,0.515809593385488,0.460753580240975,0.255951455205554,0.359926865637562,0.859202394109047,0.255951455205554,0.458002466915476,0.786938844874628,0.255951455205554,0.422636438905064,0.721532720788745,0.255951455205554,0.401849989174918,0.71995011186848,0.255951455205554,0.186959378804609,0.654354603951129,0.5,0.255951455205554,0.164766512477606,0.596255480115495,0.5,0.255951455205554,0.0395529524848171,0.173746250481206,0.5,0.255951455205554,0.0474054220473024,0.274546930588785,0.255951455205554,0.375032851764073,0.590743771840443,0.509887581809435,0.976163679967956,0.255951455205554,0.471617476493476,0.887391004426367,0.5,0.255951455205554,0.471444473718885,0.848950059925953,0.255951455205554,0.297336457530004,0.326612307953589,0.255951455205554,0.441659245246983,0.883606750086056,0.255951455205554,0.298904173049486,0.620246647293922,0.564371957936167,0.213063798213895 -6112,0.255951455205554,0.411014751814689,0.430054114900221,0.255951455205554,0.322873844137744,0.857689729479079,0.255951455205554,0.383211837000228,0.792880879814558,0.255951455205554,0.364494372603908,0.71902653583435,0.255951455205554,0.328876512542119,0.755823353856262,0.255951455205554,0.22784310865254,0.690205417783124,0.5,0.255951455205554,0.0993687709572846,0.55645538892529,0.5,0.255951455205554,0.0224886310095685,0.150433852664687,0.5,0.255951455205554,0.0357612289606676,0.19966590510034,0.255951455205554,0.199475601144327,0.457157592213239,0.377495320459761,0.942374634062512,0.255951455205554,0.33976174624829,0.832196538162554,0.5,0.255951455205554,0.370445466615479,0.825218779159207,0.255951455205554,0.24003649611612,0.228349072721087,0.255951455205554,0.312736583917415,0.841139149773339,0.255951455205554,0.243593724971183,0.58508104039107,0.443278997312865,0.235106942375813 -6113,0.255951455205554,0.295007716787981,0.386380576495469,0.255951455205554,0.246263687797459,0.809611076944652,0.255951455205554,0.281864080751808,0.760821032240278,0.255951455205554,0.275701781867254,0.678917771478476,0.255951455205554,0.240901337102295,0.699494058112622,0.255951455205554,0.195048317292659,0.646931244634404,0.5,0.255951455205554,0.0886610183066066,0.565928814165816,0.5,0.255951455205554,0.0112357003546698,0.0894940309129046,0.5,0.255951455205554,0.0220038527191347,0.116929784616257,0.255951455205554,0.0725968446876152,0.392085838872811,0.240578403062641,0.873266224525234,0.255951455205554,0.208632406776156,0.747269802370812,0.5,0.255951455205554,0.253234650480163,0.760201970704556,0.255951455205554,0.165508825753745,0.170886315907165,0.255951455205554,0.187470759639785,0.782177499533815,0.255951455205554,0.146339606585127,0.506390738084815,0.314415005449228,0.284719537953399 -6114,0.255951455205554,0.0791602737707037,0.274094763349933,0.255951455205554,0.0662725828209455,0.675993032080831,0.255951455205554,0.0766786409913603,0.651735149683355,0.255951455205554,0.0781717909605189,0.55454289750041,0.255951455205554,0.0801547121856441,0.555559319458642,0.255951455205554,0.0684927382350862,0.588976316907021,0.5,0.255951455205554,0.0569759171705126,0.524664130368907,0.5,0.255951455205554,0.00452945395417541,0.0576913148122259,0.5,0.255951455205554,0.00706692550204465,0.0977792398104362,0.255951455205554,0.0580286894967405,0.384619456884712,0.0355274751007118,0.804304678419873,0.255951455205554,0.0345212763469673,0.661077137162414,0.5,0.255951455205554,0.0445949618256608,0.632375198234904,0.255951455205554,0.0328986163313806,0.189288326544631,0.255951455205554,0.0454530130229586,0.726234434473951,0.255951455205554,0.0440105363178922,0.502279440307243,0.0768377904661769,0.344853450455697 -6115,0.255951455205554,0.0,0.253568381136608,0.255951455205554,0.0,0.510953390015153,0.255951455205554,0.0,0.541961253493329,0.255951455205554,0.0,0.449450036325905,0.255951455205554,0.0,0.459551600872099,0.255951455205554,0.0,0.576441616220237,0.5,0.255951455205554,0.0,0.461129025090739,0.5,0.255951455205554,9.37064679223719e-06,0.052886879991456,0.5,0.255951455205554,0.0,0.110179656401858,0.255951455205554,0.0,0.330481305059051,0.0,0.729411794554815,0.255951455205554,0.0,0.603283759179497,0.5,0.255951455205554,0.0,0.513507100407666,0.255951455205554,0.0,0.187827837596348,0.255951455205554,0.0,0.724535397320346,0.255951455205554,0.0,0.572555138273943,0.0,0.399179978019324 -6116,0.255951455205554,0.0,0.255073147395799,0.255951455205554,0.0,0.411151012783342,0.255951455205554,0.0,0.47748596082443,0.255951455205554,0.0,0.406434439795245,0.255951455205554,0.0,0.440704313134456,0.255951455205554,0.0,0.590011509812948,0.5,0.255951455205554,0.0,0.420457923293122,0.5,0.255951455205554,0.0,0.06209819680696,0.5,0.255951455205554,0.0,0.132189161534321,0.255951455205554,0.0,0.294089335046816,0.0,0.635792559721412,0.255951455205554,0.0,0.568587240857067,0.5,0.255951455205554,0.0,0.461248301935195,0.255951455205554,0.0,0.150271691774804,0.255951455205554,0.0,0.743838797560969,0.255951455205554,0.0,0.629621243415789,0.0,0.442276455829247 -6117,0.255951455205554,0.0,0.241718685047607,0.255951455205554,0.0,0.330692696835655,0.255951455205554,0.0,0.41120094510487,0.255951455205554,0.0,0.390529872677982,0.255951455205554,0.0,0.422911359109063,0.255951455205554,0.0,0.587395297548169,0.5,0.255951455205554,0.0,0.409716169554395,0.5,0.255951455205554,0.0,0.0920342858886488,0.5,0.255951455205554,0.0,0.162521880080002,0.255951455205554,0.0,0.268128094678096,0.0,0.568830750338688,0.255951455205554,0.0,0.512030115198814,0.5,0.255951455205554,0.0,0.404163842085234,0.255951455205554,0.0,0.143376689638167,0.255951455205554,0.0,0.723969672799538,0.255951455205554,0.0,0.667174920762834,0.0,0.442347512520944 -6118,0.255951455205554,0.0,0.213642072723037,0.255951455205554,0.0,0.240292854755416,0.255951455205554,0.0,0.345499431864567,0.255951455205554,0.0,0.352317911930651,0.255951455205554,0.0,0.358806873800238,0.255951455205554,0.0,0.571822352855933,0.5,0.255951455205554,0.0,0.419314510344175,0.5,0.255951455205554,0.0,0.0993467517798117,0.5,0.255951455205554,0.0,0.167055418516376,0.255951455205554,0.0,0.271998538477083,0.0,0.461253099085432,0.255951455205554,0.0,0.453214813103017,0.5,0.255951455205554,0.0,0.343399773630903,0.255951455205554,0.0,0.181249639263548,0.255951455205554,0.0,0.65219077378927,0.255951455205554,0.0,0.666597102746672,0.0,0.420123020440158 -6119,0.255951455205554,0.0,0.182489120614614,0.255951455205554,0.0,0.175061806642454,0.255951455205554,0.0,0.280421450453775,0.255951455205554,0.0,0.278941190254793,0.255951455205554,0.0,0.279872975064636,0.255951455205554,0.0,0.546055694770449,0.5,0.255951455205554,0.0,0.414191796872701,0.5,0.255951455205554,0.0,0.0954903471391668,0.5,0.255951455205554,0.0,0.16686471734358,0.255951455205554,0.0,0.298025091731828,0.0,0.446993723214732,0.255951455205554,0.0,0.389452493110859,0.5,0.255951455205554,0.0,0.295865089343262,0.255951455205554,0.0,0.144407238241464,0.255951455205554,0.0,0.600032559397701,0.255951455205554,0.0,0.578919278142098,0.0,0.39563528757762 -6120,0.255951455205554,0.0,0.163554989688333,0.255951455205554,0.0,0.147991093717315,0.255951455205554,0.0,0.230588936649447,0.255951455205554,0.0,0.227563485891451,0.255951455205554,0.0,0.212717021933089,0.255951455205554,0.0,0.485209288285472,0.5,0.255951455205554,0.0,0.359060932552284,0.5,0.255951455205554,0.0,0.0903880065865671,0.5,0.255951455205554,0.0,0.170561297354059,0.255951455205554,0.0,0.258700473344245,0.0,0.419690525982775,0.255951455205554,0.0,0.334594348708342,0.5,0.255951455205554,0.0,0.258131922792818,0.255951455205554,0.0,0.102480433731767,0.255951455205554,0.0,0.513715833532466,0.255951455205554,0.0,0.433434576898845,0.0,0.355606619985496 -6121,0.255951455205554,0.0,0.152511807538717,0.255951455205554,0.0,0.143234430371151,0.255951455205554,0.0,0.199525986571385,0.255951455205554,0.0,0.201579045937245,0.255951455205554,0.0,0.158016713092462,0.255951455205554,0.0,0.375249562893311,0.5,0.255951455205554,0.0,0.277514291273209,0.5,0.255951455205554,0.0,0.0805471466832259,0.5,0.255951455205554,0.0,0.154096840858933,0.255951455205554,0.0,0.178260237219383,0.0,0.387517576457421,0.255951455205554,0.0,0.284585108436633,0.5,0.255951455205554,0.0,0.243308137518705,0.255951455205554,0.0,0.0678579858349912,0.255951455205554,0.0,0.401046181921009,0.255951455205554,0.0,0.277267208568946,0.0,0.305086445584979 -6122,0.255951455205554,0.0,0.145839106170445,0.255951455205554,0.0,0.150993726614767,0.255951455205554,0.0,0.180753870698535,0.255951455205554,0.0,0.193930410394338,0.255951455205554,0.0,0.122326721877582,0.255951455205554,0.0,0.258533531253318,0.5,0.255951455205554,0.0,0.193295761323692,0.5,0.255951455205554,0.0,0.0711095629803836,0.5,0.255951455205554,0.0,0.123824770188847,0.255951455205554,0.0,0.118713980612775,0.0,0.300107013032939,0.255951455205554,0.0,0.240251939609217,0.5,0.255951455205554,0.0,0.24901111676049,0.255951455205554,0.0,0.0469822903697811,0.255951455205554,0.0,0.313678706693005,0.255951455205554,0.0,0.179608259935506,0.0,0.261486541045332 -6123,0.255951455205554,0.0,0.147053759819848,0.255951455205554,0.0,0.167739527098302,0.255951455205554,0.0,0.171298474348447,0.255951455205554,0.0,0.192589311834611,0.255951455205554,0.0,0.105353554438941,0.255951455205554,0.0,0.177870973428475,0.5,0.255951455205554,0.0,0.14556058869785,0.5,0.255951455205554,0.0,0.0605441034284068,0.5,0.255951455205554,0.0,0.0949503076552424,0.255951455205554,0.0,0.0878342682620336,0.0,0.262867374847136,0.255951455205554,0.0,0.214086312929056,0.5,0.255951455205554,0.0,0.268951047012077,0.255951455205554,0.0,0.0372421272133047,0.255951455205554,0.0,0.266395415722585,0.255951455205554,0.0,0.125812502243566,0.0,0.23603718526251 -6124,0.255951455205554,0.0,0.153822031332466,0.255951455205554,0.0,0.175912998232988,0.255951455205554,0.0,0.168952918093976,0.255951455205554,0.0,0.195802982900836,0.255951455205554,0.0,0.104387531885723,0.255951455205554,0.0,0.154032787990369,0.5,0.255951455205554,0.0,0.12758976210345,0.5,0.255951455205554,0.0,0.0518544829988438,0.5,0.255951455205554,0.0,0.0761906280761323,0.255951455205554,0.0,0.0828515083984846,0.0,0.298132809403916,0.255951455205554,0.0,0.203682330848356,0.5,0.255951455205554,0.0,0.288319458856346,0.255951455205554,0.0,0.0293631156030304,0.255951455205554,0.0,0.24575069648053,0.255951455205554,0.0,0.0963868425370529,0.0,0.222877221622933 -6125,0.255951455205554,0.0,0.158500374921646,0.255951455205554,0.0,0.170593048952486,0.255951455205554,0.0,0.169042531710815,0.255951455205554,0.0,0.200015946557639,0.255951455205554,0.0,0.100596764228972,0.255951455205554,0.0,0.144036019356929,0.5,0.255951455205554,0.0,0.115574539695157,0.5,0.255951455205554,0.0,0.0479977106962699,0.5,0.255951455205554,0.0,0.0664394624804883,0.255951455205554,0.0,0.0743793679871835,0.0,0.320515200097071,0.255951455205554,0.0,0.213177430542111,0.5,0.255951455205554,0.0,0.287058846913195,0.255951455205554,0.0,0.0304958681653485,0.255951455205554,0.0,0.23809758476633,0.255951455205554,0.0,0.0780715482867101,0.0,0.218324236327309 -6126,0.255951455205554,0.0,0.162076659738891,0.255951455205554,0.0,0.157966776598245,0.255951455205554,0.0,0.167471957237143,0.255951455205554,0.0,0.195712876277157,0.255951455205554,0.0,0.0946431882901134,0.255951455205554,0.0,0.138830237042235,0.5,0.255951455205554,0.0,0.117029223862011,0.5,0.255951455205554,0.0,0.0404348874294479,0.5,0.255951455205554,0.0,0.0557631702207504,0.255951455205554,0.0,0.0689717628717523,0.0,0.240157767342055,0.255951455205554,0.0,0.187352910255193,0.5,0.255951455205554,0.0,0.268060917985928,0.255951455205554,0.0,0.0364671245912679,0.255951455205554,0.0,0.227430369856606,0.255951455205554,0.0,0.0738754513260933,0.0,0.22248783046099 -6127,0.255951455205554,0.0198399606294945,0.15673467013603,0.255951455205554,0.0224344556980473,0.121380714389391,0.255951455205554,0.011148103529668,0.156792514656686,0.255951455205554,0.0139246603607507,0.170109800896732,0.255951455205554,0.00768028472224998,0.0801952597902146,0.255951455205554,0.0108527609734622,0.137234168677404,0.5,0.255951455205554,0.00632877102092837,0.116326681466356,0.5,0.255951455205554,0.000738951132152362,0.0366715322228931,0.5,0.255951455205554,0.00180011871374659,0.0501530565000709,0.255951455205554,0.0055101101126091,0.0653625179476143,0.0172584297441221,0.249372024551299,0.255951455205554,0.0126279025009438,0.179283788551693,0.5,0.255951455205554,0.0309184217054654,0.23928373387309,0.255951455205554,0.00363586048521628,0.0306317070889046,0.255951455205554,0.0104071243840049,0.242864596143704,0.255951455205554,0.00659014410848291,0.0892018622058143,0.0225249143186732,0.236131834521678 -6128,0.255951455205554,0.144328770666812,0.169244203698573,0.255951455205554,0.145822195182777,0.12445529696848,0.255951455205554,0.11484891268299,0.163157893413825,0.255951455205554,0.135827828020937,0.172766806689195,0.255951455205554,0.11654828795653,0.103972735916325,0.255951455205554,0.0960020055774754,0.192509925499236,0.5,0.255951455205554,0.112983042324582,0.147060625746253,0.5,0.255951455205554,0.0072316475710103,0.0361526866548698,0.5,0.255951455205554,0.0134108251683524,0.0463745178172009,0.255951455205554,0.116923318803395,0.0664634157151958,0.0436005224128243,0.215514243609747,0.255951455205554,0.046144937670971,0.214904215033354,0.5,0.255951455205554,0.132482976572121,0.280754741415176,0.255951455205554,0.00704571099604184,0.0279932671023945,0.255951455205554,0.0410174610045398,0.296815002740127,0.255951455205554,0.0290863695702153,0.123175879740319,0.147972757116833,0.262925340498866 -6129,0.255951455205554,0.291032782207206,0.252334636831516,0.255951455205554,0.292613491900289,0.218868529948011,0.255951455205554,0.24624396063346,0.26698070923068,0.255951455205554,0.282749101956867,0.286440691998344,0.255951455205554,0.254873961902875,0.212183152614648,0.255951455205554,0.189236838033008,0.338303453936087,0.5,0.255951455205554,0.242447342136785,0.300956662311815,0.5,0.255951455205554,0.0119729727564017,0.0340357682001653,0.5,0.255951455205554,0.0322115324747995,0.0425098595435158,0.255951455205554,0.26471049549288,0.194932247565777,0.0973673942866131,0.159111956154277,0.255951455205554,0.095758959225148,0.242202245868005,0.5,0.255951455205554,0.271771856970533,0.404365291699128,0.255951455205554,0.025403068676773,0.0377910941483455,0.255951455205554,0.0896818857328529,0.312112029839591,0.255951455205554,0.0526567101172028,0.149658321449325,0.294272507233274,0.310909635915803 -6130,0.255951455205554,0.431558341796743,0.34874154737121,0.255951455205554,0.433431566028337,0.337839421677441,0.255951455205554,0.390349152102236,0.363904998688311,0.255951455205554,0.424991479565442,0.386304109401666,0.255951455205554,0.39832477117145,0.306343919287626,0.255951455205554,0.309299409105205,0.426280660426204,0.5,0.255951455205554,0.369993282306887,0.399205474752591,0.5,0.255951455205554,0.0150295182399223,0.031009567518725,0.5,0.255951455205554,0.054615851305188,0.0583009679730408,0.255951455205554,0.413616251367795,0.323962334150788,0.0633745800284928,0.152596259079253,0.255951455205554,0.152828835124472,0.264222943861995,0.5,0.255951455205554,0.43125284919187,0.561670214357773,0.255951455205554,0.0818749087270231,0.0696267241119327,0.255951455205554,0.150462573410617,0.336166501996087,0.255951455205554,0.0875881534461069,0.172748040749826,0.43517907028482,0.356781539872994 -6131,0.255951455205554,0.556025137977995,0.40945561578117,0.255951455205554,0.554581157950449,0.465203239378755,0.255951455205554,0.53007596602179,0.427012207247816,0.255951455205554,0.550430822648366,0.39535988187957,0.255951455205554,0.541540173877989,0.387890169211498,0.255951455205554,0.464891601677083,0.468485463361875,0.5,0.255951455205554,0.485857649556529,0.444294661814012,0.5,0.255951455205554,0.0251820184749837,0.0365621766740398,0.5,0.255951455205554,0.0807889878764848,0.0873454665862281,0.255951455205554,0.542966525972135,0.50086661829372,0.0629754793388856,0.253513392318565,0.255951455205554,0.231766858534039,0.30192636365497,0.5,0.255951455205554,0.545046043070542,0.655357344399193,0.255951455205554,0.146908221491261,0.111198462319174,0.255951455205554,0.213954637899802,0.356719070870876,0.255951455205554,0.155420204690829,0.206204421570576,0.559718525964795,0.365522992566093 -6132,0.255951455205554,0.628355844472731,0.465137195004211,0.255951455205554,0.623796246931581,0.556367327255259,0.255951455205554,0.624126326816016,0.488313703524361,0.255951455205554,0.624581198198402,0.443529952887218,0.255951455205554,0.62494035525997,0.466972584634572,0.255951455205554,0.569277352711142,0.514435726130358,0.5,0.255951455205554,0.576104833378821,0.486509903017345,0.5,0.255951455205554,0.0395627713344805,0.0397731925572309,0.5,0.255951455205554,0.0892282741359357,0.092914909037996,0.255951455205554,0.624673737829287,0.516110043262284,0.0750092576716869,0.260828550630003,0.255951455205554,0.305351435078166,0.4017182639167,0.5,0.255951455205554,0.596848307526102,0.731576995998439,0.255951455205554,0.186073479832141,0.127197606138881,0.255951455205554,0.242589104336443,0.389232977220427,0.255951455205554,0.196200860117023,0.246995886477745,0.631288335847091,0.352287984649215 -6133,0.255951455205554,0.65311605309081,0.502711606135964,0.255951455205554,0.647128013943076,0.6419030730137,0.255951455205554,0.649847612016509,0.534204983278002,0.255951455205554,0.650906745088388,0.500488038201657,0.255951455205554,0.654925645473534,0.541071499172761,0.255951455205554,0.609516715787348,0.559846640869868,0.5,0.255951455205554,0.628698779205934,0.523635722167734,0.5,0.255951455205554,0.0492158660068875,0.0291312072527258,0.5,0.255951455205554,0.0937890432214564,0.0813938623736523,0.255951455205554,0.656098102834521,0.515524467788842,0.110845250920384,0.205461730160466,0.255951455205554,0.326445283212067,0.497628810264476,0.5,0.255951455205554,0.604548734210384,0.802345631743311,0.255951455205554,0.21292754983841,0.152243699681835,0.255951455205554,0.232936480822101,0.410384280867237,0.255951455205554,0.18636608122613,0.252716134357002,0.655242562291807,0.327634551021939 -6134,0.255951455205554,0.638227087187683,0.546905285285521,0.255951455205554,0.631244895077764,0.737686802922277,0.255951455205554,0.6381539437246,0.580380319772581,0.255951455205554,0.63800617772748,0.557527944551844,0.255951455205554,0.645326898263617,0.578108148517888,0.255951455205554,0.592823976411948,0.578383509845954,0.5,0.255951455205554,0.630969238757511,0.534957179300796,0.5,0.255951455205554,0.0537350841553044,0.0230779385635596,0.5,0.255951455205554,0.0955792995022191,0.0703503448943479,0.255951455205554,0.64716451933703,0.485452783285237,0.138406110526514,0.274041362070219,0.255951455205554,0.331347468783902,0.525625973710671,0.5,0.255951455205554,0.576356358234236,0.862611001743393,0.255951455205554,0.197178585834339,0.183818960609686,0.255951455205554,0.205503244343179,0.39757767477281,0.255951455205554,0.139295702114085,0.227338957884599,0.639081838465367,0.294117584160346 -6135,0.255951455205554,0.566899774451196,0.580685944924071,0.255951455205554,0.55963106993594,0.804369075994485,0.255951455205554,0.570510218521651,0.615264626054812,0.255951455205554,0.570381633708435,0.591399495721418,0.255951455205554,0.582612366317383,0.58598172978533,0.255951455205554,0.505343266662939,0.57375683107797,0.5,0.255951455205554,0.5644789788425,0.540053127808939,0.5,0.255951455205554,0.0451009978146646,0.016483956940374,0.5,0.255951455205554,0.0807419578326889,0.0662221414848591,0.255951455205554,0.587207058543636,0.460538447527744,0.154709855019943,0.303705228261655,0.255951455205554,0.279634025190815,0.529035206183243,0.5,0.255951455205554,0.495885380967515,0.885676128027058,0.255951455205554,0.170855594977968,0.210811475024534,0.255951455205554,0.169415003509443,0.354069345493292,0.255951455205554,0.100288613198382,0.194402155012327,0.565548470085435,0.276481020355242 -6136,0.255951455205554,0.445570122628475,0.588665835193266,0.255951455205554,0.43840519285154,0.831425238814492,0.255951455205554,0.449495952679134,0.624820370096321,0.255951455205554,0.451081359563473,0.598827461523403,0.255951455205554,0.465598926762725,0.564887486103004,0.255951455205554,0.373341699434199,0.542925642089611,0.5,0.255951455205554,0.434236234887342,0.529911806518455,0.5,0.255951455205554,0.0289367756648808,0.0108190710668436,0.5,0.255951455205554,0.0546137396974039,0.075210173710857,0.255951455205554,0.472116358999466,0.443465887606718,0.0647600223852532,0.21605951691395,0.255951455205554,0.192942953222497,0.484419481045394,0.5,0.255951455205554,0.377457248364489,0.870756601343691,0.255951455205554,0.138011607903329,0.226471663474568,0.255951455205554,0.110264833845717,0.310629813145855,0.255951455205554,0.0536511769123819,0.1188220088424,0.442959944188486,0.296870910416829 -6137,0.255951455205554,0.314531458162362,0.542563078070805,0.255951455205554,0.30690242568475,0.796179060968539,0.255951455205554,0.314618824898449,0.569772334626248,0.255951455205554,0.319930437390494,0.564923919221284,0.255951455205554,0.329679745418019,0.433035055922677,0.255951455205554,0.222785751837139,0.381784703861218,0.5,0.255951455205554,0.279549470878649,0.42787414487485,0.5,0.255951455205554,0.0135915421154496,0.00900370640760718,0.5,0.255951455205554,0.0283373534472299,0.075835002194711,0.255951455205554,0.329849809871786,0.343452188185302,0.0274059670260374,0.278843857093704,0.255951455205554,0.085241083620697,0.411473133332609,0.5,0.255951455205554,0.247927107697246,0.820816477149649,0.255951455205554,0.086876878199657,0.213638665818557,0.255951455205554,0.0549574911311898,0.260329908596999,0.255951455205554,0.0234356798239876,0.0539113832415401,0.312405783972456,0.340102702559259 -6138,0.255951455205554,0.0730989699279943,0.38130441905586,0.255951455205554,0.0602608167166872,0.593954264167018,0.255951455205554,0.0702949997583066,0.390617360936155,0.255951455205554,0.0723026275825305,0.414069470295263,0.255951455205554,0.0764932543194441,0.207420523036813,0.255951455205554,0.0459649586063635,0.176247911199785,0.5,0.255951455205554,0.0693215428973207,0.235715488954284,0.5,0.255951455205554,0.00317296629564845,0.00742273408550901,0.5,0.255951455205554,0.00715939972245901,0.0635244538554264,0.255951455205554,0.0884508631753666,0.202342223254545,0.0134072270302634,0.220283523470875,0.255951455205554,0.0126812713761032,0.335948599063111,0.5,0.255951455205554,0.0411366009037093,0.718475979996798,0.255951455205554,0.0173525289571223,0.0987311807994785,0.255951455205554,0.011306238201895,0.19484094471667,0.255951455205554,0.0066771522580004,0.0255364182929757,0.0709496299974076,0.380626181590684 -6139,0.255951455205554,0.0,0.307377481157719,0.255951455205554,0.0,0.390759948248789,0.255951455205554,0.0,0.29874200337512,0.255951455205554,0.0,0.336739296826535,0.255951455205554,0.0,0.155775737329984,0.255951455205554,0.0,0.105332034191989,0.5,0.255951455205554,0.0,0.148259420126247,0.5,0.255951455205554,1.75836201638508e-07,0.00611698135136398,0.5,0.255951455205554,0.0,0.0530055434261036,0.255951455205554,0.0,0.165732971111605,0.0,0.28516551909614,0.255951455205554,0.0,0.30323042026193,0.5,0.255951455205554,0.0,0.601666777810393,0.255951455205554,0.0,0.0489567512933072,0.255951455205554,0.0,0.177516066308982,0.255951455205554,0.0,0.0193868695192568,0.0,0.429582303425776 -6140,0.255951455205554,0.0,0.312817067957862,0.255951455205554,0.0,0.342335724742135,0.255951455205554,0.0,0.284933492202922,0.255951455205554,0.0,0.3123182727432,0.255951455205554,0.0,0.146289907440488,0.255951455205554,0.0,0.0935262832549196,0.5,0.255951455205554,0.0,0.109277030298448,0.5,0.255951455205554,0.0,0.00464385723314183,0.5,0.255951455205554,0.0,0.0600001113298941,0.255951455205554,0.0,0.144597488813421,0.0,0.333136827152794,0.255951455205554,0.0,0.314371515603798,0.5,0.255951455205554,0.0,0.576560153126545,0.255951455205554,0.0,0.0407645230065742,0.255951455205554,0.0,0.190899015555119,0.255951455205554,0.0,0.0283830560274932,0.0,0.485965541450259 -6141,0.255951455205554,0.0,0.314516921012889,0.255951455205554,0.0,0.322714773427162,0.255951455205554,0.0,0.296822143400197,0.255951455205554,0.0,0.341482113024006,0.255951455205554,0.0,0.139334083922989,0.255951455205554,0.0,0.109582609737182,0.5,0.255951455205554,0.0,0.0871409356504891,0.5,0.255951455205554,0.0,0.00503172885951303,0.5,0.255951455205554,0.0,0.0631258942657495,0.255951455205554,0.0,0.111568196771384,0.0,0.265324410803513,0.255951455205554,0.0,0.286350339610031,0.5,0.255951455205554,0.0,0.588043961791312,0.255951455205554,0.0,0.0374266071565351,0.255951455205554,0.0,0.21057265857195,0.255951455205554,0.0,0.0368347314352894,0.0,0.518454672071123 -6142,0.255951455205554,0.0,0.292241964064501,0.255951455205554,0.0,0.311960090546509,0.255951455205554,0.0,0.309351823767021,0.255951455205554,0.0,0.369586997914376,0.255951455205554,0.0,0.119827626368814,0.255951455205554,0.0,0.128161386691361,0.5,0.255951455205554,0.0,0.0708066325734284,0.5,0.255951455205554,0.0,0.00671114439597218,0.5,0.255951455205554,0.0,0.0696015884528167,0.255951455205554,0.0,0.0809024538283725,0.0,0.202007447012415,0.255951455205554,0.0,0.270945570373093,0.5,0.255951455205554,0.0,0.609858106329354,0.255951455205554,0.0,0.0318354012127278,0.255951455205554,0.0,0.227633711266178,0.255951455205554,0.0,0.0528080096699921,0.0,0.529941345432021 -6143,0.255951455205554,0.0,0.281910892110891,0.255951455205554,0.0,0.321659396737139,0.255951455205554,0.0,0.306014361717047,0.255951455205554,0.0,0.360567809004304,0.255951455205554,0.0,0.0937675478339671,0.255951455205554,0.0,0.125373213420731,0.5,0.255951455205554,0.0,0.0618465346966106,0.5,0.255951455205554,0.0,0.0103304620330162,0.5,0.255951455205554,0.0,0.0819191060849246,0.255951455205554,0.0,0.054625876298304,0.0,0.153944694419436,0.255951455205554,0.0,0.256314038247691,0.5,0.255951455205554,0.0,0.614385181187125,0.255951455205554,0.0,0.0306045361279042,0.255951455205554,0.0,0.253065298876669,0.255951455205554,0.0,0.0719137793531941,0.0,0.64271995036067 -6144,0.255951455205554,0.0,0.290875118708264,0.255951455205554,0.0,0.336516104096426,0.255951455205554,0.0,0.289203802214736,0.255951455205554,0.0,0.344348113450647,0.255951455205554,0.0,0.0735831077781838,0.255951455205554,0.0,0.112307844012837,0.5,0.255951455205554,0.0,0.0544362723162495,0.5,0.255951455205554,0.0,0.018029341190231,0.5,0.255951455205554,0.0,0.0839521577607949,0.255951455205554,0.0,0.0435269994148651,0.0,0.125356624250181,0.255951455205554,0.0,0.23420675879065,0.5,0.255951455205554,0.0,0.609602426866286,0.255951455205554,0.0,0.0280855425513464,0.255951455205554,0.0,0.250147854510701,0.255951455205554,0.0,0.0882812417358126,0.0,0.68658456938438 -6145,0.255951455205554,0.0,0.311436352955948,0.255951455205554,0.0,0.335999830219969,0.255951455205554,0.0,0.270393213709755,0.255951455205554,0.0,0.324681666238657,0.255951455205554,0.0,0.0618757448157402,0.255951455205554,0.0,0.107921958184561,0.5,0.255951455205554,0.0,0.0485868354947284,0.5,0.255951455205554,0.0,0.027626860710991,0.5,0.255951455205554,0.0,0.0743165566098855,0.255951455205554,0.0,0.0384361816678027,0.0,0.113339442179265,0.255951455205554,0.0,0.215089397949279,0.5,0.255951455205554,0.0,0.587898438345018,0.255951455205554,0.0,0.0256218235614556,0.255951455205554,0.0,0.227404549358572,0.255951455205554,0.0,0.0882650970974477,0.0,0.591998621925217 -6146,0.255951455205554,0.0,0.321475556580876,0.255951455205554,0.0,0.340195875697861,0.255951455205554,0.0,0.25649419536269,0.255951455205554,0.0,0.310904249523732,0.255951455205554,0.0,0.0564507232513144,0.255951455205554,0.0,0.0950988525414799,0.5,0.255951455205554,0.0,0.0433466239199813,0.5,0.255951455205554,0.0,0.0358264483749679,0.5,0.255951455205554,0.0,0.0654353248231175,0.255951455205554,0.0,0.0342765058445778,0.0,0.119616325982389,0.255951455205554,0.0,0.203706745095996,0.5,0.255951455205554,0.0,0.572043781504529,0.255951455205554,0.0,0.0220822309275067,0.255951455205554,0.0,0.205065263578424,0.255951455205554,0.0,0.0819985531409972,0.0,0.543010457780729 -6147,0.255951455205554,0.0,0.314042472756153,0.255951455205554,0.0,0.326754729234134,0.255951455205554,0.0,0.246113698126423,0.255951455205554,0.0,0.305339998144149,0.255951455205554,0.0,0.055449707369302,0.255951455205554,0.0,0.0844538298123912,0.5,0.255951455205554,0.0,0.0401173036960871,0.5,0.255951455205554,0.0,0.0347598166543552,0.5,0.255951455205554,0.0,0.0596918639942329,0.255951455205554,0.0,0.0348680748050654,0.0,0.10890072369568,0.255951455205554,0.0,0.192537344433794,0.5,0.255951455205554,0.0,0.547822843120454,0.255951455205554,0.0,0.0170109456769205,0.255951455205554,0.0,0.180978579577342,0.255951455205554,0.0,0.0701969946020593,0.0,0.545644222591552 -6148,0.255951455205554,0.0,0.31930761063787,0.255951455205554,0.0,0.294729555157856,0.255951455205554,0.0,0.239437712658967,0.255951455205554,0.0,0.306062611373,0.255951455205554,0.0,0.0583536177521665,0.255951455205554,0.0,0.0823344145254112,0.5,0.255951455205554,0.0,0.0381822105565896,0.5,0.255951455205554,0.0,0.0282036969269925,0.5,0.255951455205554,0.0,0.0458121170248281,0.255951455205554,0.0,0.0374186969737998,0.0,0.128075894001319,0.255951455205554,0.0,0.17392192201989,0.5,0.255951455205554,0.0,0.524474573926872,0.255951455205554,0.0,0.0126393460743381,0.255951455205554,0.0,0.153835422211455,0.255951455205554,0.0,0.0573038425561313,0.0,0.573507904545558 -6149,0.255951455205554,0.0,0.337047566524511,0.255951455205554,0.0,0.268354436973599,0.255951455205554,0.0,0.238867384617445,0.255951455205554,0.0,0.311989158512032,0.255951455205554,0.0,0.0569394842082759,0.255951455205554,0.0,0.0657574704527781,0.5,0.255951455205554,0.0,0.0416608729612005,0.5,0.255951455205554,0.0,0.0243078135461947,0.5,0.255951455205554,0.0,0.037666708736021,0.255951455205554,0.0,0.0352039096938504,0.0,0.0992812614240723,0.255951455205554,0.0,0.151990976895292,0.5,0.255951455205554,0.0,0.509101610818909,0.255951455205554,0.0,0.013134071642459,0.255951455205554,0.0,0.116850467391783,0.255951455205554,0.0,0.0420431765807439,0.0,0.61422776495389 -6150,0.255951455205554,0.0,0.352431785803909,0.255951455205554,0.0,0.255580201976923,0.255951455205554,0.0,0.240767160923902,0.255951455205554,0.0,0.315042794984328,0.255951455205554,0.0,0.0543991568767658,0.255951455205554,0.0,0.052357036001551,0.5,0.255951455205554,0.0,0.0432617186431723,0.5,0.255951455205554,0.0,0.0207298694785864,0.5,0.255951455205554,0.0,0.0317609188048895,0.255951455205554,0.0,0.0343619082586174,0.0,0.0814892176986978,0.255951455205554,0.0,0.129219049200612,0.5,0.255951455205554,0.0,0.499066796353277,0.255951455205554,0.0,0.0163564015692776,0.255951455205554,0.0,0.0876167534665381,0.255951455205554,0.0,0.0293981108432936,0.0,0.662489542624387 -6151,0.255951455205554,0.0145633700090523,0.36898527159359,0.255951455205554,0.0110271744500535,0.270665559645371,0.255951455205554,0.00572077299984017,0.245532687367489,0.255951455205554,0.00711906812309365,0.311428572342338,0.255951455205554,0.0029982278997169,0.0529721871114745,0.255951455205554,0.00282663957958618,0.0501983805810527,0.5,0.255951455205554,0.00384073931452235,0.0402566220646565,0.5,0.255951455205554,0.0018557816956671,0.0150548214913214,0.5,0.255951455205554,0.00274480555306393,0.0223731182027834,0.255951455205554,0.00233089522298307,0.0319108948964592,0.0117629108787597,0.0802624192427297,0.255951455205554,0.00858762033686663,0.120768314564929,0.5,0.255951455205554,0.00889924609362754,0.510605982352338,0.255951455205554,0.00441151769909386,0.0157424044935569,0.255951455205554,0.00356393914596063,0.0789588649183952,0.255951455205554,0.00133830591919192,0.0204189611659954,0.0176675542194117,0.707819774272325 -6152,0.255951455205554,0.119360922834369,0.457258653177284,0.255951455205554,0.0771825802465912,0.317766969440334,0.255951455205554,0.0757234161984852,0.278941274474281,0.255951455205554,0.0601201427323787,0.364766779900241,0.255951455205554,0.0515215327334128,0.0641477232826931,0.255951455205554,0.0302695004906759,0.0589743909939734,0.5,0.255951455205554,0.0806982910311233,0.0431894557351901,0.5,0.255951455205554,0.0268572043530583,0.0104314887920787,0.5,0.255951455205554,0.0258745799000423,0.0183795687671519,0.255951455205554,0.0525465266165424,0.0287665335365685,0.0484348882432209,0.145739784206485,0.255951455205554,0.0448433642914454,0.135579799141352,0.5,0.255951455205554,0.0438183356985534,0.531882230692813,0.255951455205554,0.0244582875122747,0.0171657320679978,0.255951455205554,0.030449206797474,0.0864249733130107,0.255951455205554,0.00947497223569622,0.0224575601598879,0.114801833227992,0.741821989676161 -6153,0.255951455205554,0.229006588737662,0.62125117267606,0.255951455205554,0.178211964404549,0.453855297953722,0.255951455205554,0.153590866457561,0.36355871315642,0.255951455205554,0.110280429595501,0.394384046535027,0.255951455205554,0.104533602114291,0.0792315121566393,0.255951455205554,0.0509157574349635,0.0593958154336519,0.5,0.255951455205554,0.180522183650938,0.0602823216228473,0.5,0.255951455205554,0.0578744176609669,0.0104892177889227,0.5,0.255951455205554,0.0719330347709253,0.0249632560481049,0.255951455205554,0.137575031961204,0.0421425678513282,0.193889010481147,0.273927712328103,0.255951455205554,0.0887832669079821,0.161299563156408,0.5,0.255951455205554,0.0761411962573127,0.53113223427628,0.255951455205554,0.0522991928306725,0.0198705302952157,0.255951455205554,0.0992579997718199,0.107758919822319,0.255951455205554,0.0272716559729962,0.0346206548577913,0.247197305965365,0.792316699759388 -6154,0.255951455205554,0.318291919912662,0.72404030225782,0.255951455205554,0.216555060977372,0.485796199226612,0.255951455205554,0.223041753093368,0.410365454325965,0.255951455205554,0.148119897723913,0.424980966923129,0.255951455205554,0.163031595680885,0.0959874860474139,0.255951455205554,0.0570341958396416,0.0642575035439235,0.5,0.255951455205554,0.261420491389789,0.076685132225945,0.5,0.255951455205554,0.0865244323533293,0.0175320719201285,0.5,0.255951455205554,0.130324988483928,0.0404790897508016,0.255951455205554,0.252926140950466,0.0550946084825938,0.303807652915875,0.342520761425365,0.255951455205554,0.102365561343764,0.17062029029714,0.5,0.255951455205554,0.0891718383861604,0.528057661924849,0.255951455205554,0.0817974676299509,0.0257935046802519,0.255951455205554,0.199224272750306,0.13374529665663,0.255951455205554,0.0859774408685924,0.0520913053101046,0.320944740957655,0.824772798319132 -6155,0.255951455205554,0.389582525109967,0.760255508177984,0.255951455205554,0.326661327613161,0.42627719538986,0.255951455205554,0.274437452807276,0.412560457549016,0.255951455205554,0.233405504992166,0.461517535136532,0.255951455205554,0.235997665215375,0.100637002427518,0.255951455205554,0.0849099642002396,0.0687518932749728,0.5,0.255951455205554,0.296246176627005,0.0945244161385902,0.5,0.255951455205554,0.115217682217332,0.0294135412001956,0.5,0.255951455205554,0.167524815753592,0.0388366744933363,0.255951455205554,0.375968573828291,0.0841847161467303,0.0614892225880027,0.179560327774965,0.255951455205554,0.161204029300061,0.194184262511904,0.5,0.255951455205554,0.0784108791313166,0.510161300159155,0.255951455205554,0.153400075814513,0.025332986324625,0.255951455205554,0.253948193312073,0.188757510466761,0.255951455205554,0.163758933934083,0.0802501208079451,0.209399780328583,0.840358769423419 -6156,0.255951455205554,0.383976180417501,0.7636089990477,0.255951455205554,0.402771764157296,0.514241781045875,0.255951455205554,0.296437956751929,0.413185548418781,0.255951455205554,0.408603914101366,0.413992121176679,0.255951455205554,0.295482666450605,0.116017441464178,0.255951455205554,0.128268200471124,0.0855333476091867,0.5,0.255951455205554,0.312871376125667,0.118007004358657,0.5,0.255951455205554,0.135891000015636,0.0376515267483158,0.5,0.255951455205554,0.157225576457984,0.0442992952046951,0.255951455205554,0.470048211193889,0.121804292078724,0.188883837732392,0.303926325364362,0.255951455205554,0.188696256426385,0.201008058385314,0.5,0.255951455205554,0.0623922857331295,0.478831568072131,0.255951455205554,0.206105366622018,0.0389878849559471,0.255951455205554,0.256669366126816,0.211320207795958,0.255951455205554,0.213527712903945,0.0966134919922385,0.244140571133376,0.8230018715988 -6157,0.255951455205554,0.335957296649227,0.771326715223364,0.255951455205554,0.40420797930686,0.68323348062776,0.255951455205554,0.284847175120695,0.431654725263731,0.255951455205554,0.437501748312276,0.404219382727991,0.255951455205554,0.331631403597805,0.138129505321683,0.255951455205554,0.145896703096492,0.0868193649227448,0.5,0.255951455205554,0.319952583884811,0.136759432881074,0.5,0.255951455205554,0.152579382191688,0.0415769721199911,0.5,0.255951455205554,0.175857219614465,0.0429045652165767,0.255951455205554,0.503998055111779,0.146690940877353,0.31250402483086,0.355088065030352,0.255951455205554,0.198213881114521,0.23290102863445,0.5,0.255951455205554,0.0625280227871236,0.48027415005342,0.255951455205554,0.279632640579719,0.0582439329891467,0.255951455205554,0.29405177137861,0.197777191496257,0.255951455205554,0.248865771067383,0.0854519682465344,0.245919375832711,0.810384513762788 -6158,0.255951455205554,0.271532539165477,0.788511731119691,0.255951455205554,0.251622638660453,0.765468713377553,0.255951455205554,0.288880991014475,0.459905428593586,0.255951455205554,0.441614008439732,0.465481192973847,0.255951455205554,0.320245864883392,0.153484945613062,0.255951455205554,0.122712026435028,0.076576797993751,0.5,0.255951455205554,0.326318731577125,0.144683075216313,0.5,0.255951455205554,0.152900718003957,0.0427775068453138,0.5,0.255951455205554,0.192732226429354,0.0408891237839121,0.255951455205554,0.440837316043852,0.161722463983164,0.355127818164149,0.346411406659519,0.255951455205554,0.202577602531323,0.257504877940799,0.5,0.255951455205554,0.0689928752835965,0.510965926349997,0.255951455205554,0.270452607110075,0.0725153546521902,0.255951455205554,0.337849769965551,0.215138380099084,0.255951455205554,0.282205689467772,0.0715141671873884,0.240864843608617,0.835714331040742 -6159,0.255951455205554,0.19718598834021,0.777371526080544,0.255951455205554,0.124274491553393,0.720155144687788,0.255951455205554,0.291771364543489,0.484242805356705,0.255951455205554,0.39246274725415,0.577234802645059,0.255951455205554,0.288947678541871,0.154993372773782,0.255951455205554,0.106354034888023,0.0646973991751368,0.5,0.255951455205554,0.274781447853197,0.138222929170545,0.5,0.255951455205554,0.150812577837783,0.0355029530074619,0.5,0.255951455205554,0.199039570958987,0.0438972998641973,0.255951455205554,0.306842238971564,0.16830101298457,0.101899291602315,0.194137074759614,0.255951455205554,0.166867106003515,0.233168074676859,0.5,0.255951455205554,0.0660091058852687,0.531138081579172,0.255951455205554,0.228545246242006,0.0713440491189156,0.255951455205554,0.249237118496218,0.225660414946456,0.255951455205554,0.297680041398442,0.0813468945680362,0.167688646610861,0.861225511627366 -6160,0.255951455205554,0.139501987757478,0.781876473904114,0.255951455205554,0.08975178507666,0.69929143906658,0.255951455205554,0.254065329831621,0.498120792646474,0.255951455205554,0.314135406356162,0.661845825303537,0.255951455205554,0.216195124743479,0.138964372223454,0.255951455205554,0.116140025289456,0.0762241533743491,0.5,0.255951455205554,0.174164626672233,0.116257697343474,0.5,0.255951455205554,0.138796679653245,0.0246029495483006,0.5,0.255951455205554,0.180959816963788,0.0426765444963744,0.255951455205554,0.141895922043623,0.161319090702423,0.0372088328980388,0.117151092235114,0.255951455205554,0.118383401972607,0.166882767315266,0.5,0.255951455205554,0.0558402452351358,0.504180717056422,0.255951455205554,0.144906442629131,0.0615927685280108,0.255951455205554,0.138856380217101,0.216000474367807,0.255951455205554,0.233423082221359,0.0959468050873717,0.114563948321912,0.868690818762751 -6161,0.255951455205554,0.0746683798333678,0.781918981372143,0.255951455205554,0.0660866789383784,0.670736288769881,0.255951455205554,0.177728744704633,0.484439747693497,0.255951455205554,0.221111165052458,0.661600982132335,0.255951455205554,0.127680708596849,0.100189805147145,0.255951455205554,0.109487555802013,0.0815185847337178,0.5,0.255951455205554,0.0946783253532884,0.0808114706576327,0.5,0.255951455205554,0.105798444669056,0.0186052023469848,0.5,0.255951455205554,0.114377718480443,0.035447285952313,0.255951455205554,0.0439321276758024,0.106706905592003,0.0257568052788878,0.071068140974338,0.255951455205554,0.073261718661309,0.122875473560267,0.5,0.255951455205554,0.038027589133191,0.461559431504999,0.255951455205554,0.0747802787411483,0.0377570966182206,0.255951455205554,0.0508618349605795,0.171407694346062,0.255951455205554,0.119497168795207,0.078719042739427,0.065209395549363,0.859748386614015 -6162,0.255951455205554,0.0186596679618486,0.74961133843892,0.255951455205554,0.0146492979056111,0.567371737053805,0.255951455205554,0.0595815978889934,0.4297634429918,0.255951455205554,0.0631834014287517,0.574602769483051,0.255951455205554,0.0434198813244758,0.0423301439574903,0.255951455205554,0.0476801087862884,0.0459864593219078,0.5,0.255951455205554,0.0392616194510374,0.0456948717436129,0.5,0.255951455205554,0.0335820380652413,0.00930230032121514,0.5,0.255951455205554,0.0248045804903358,0.0167311439356444,0.255951455205554,0.0226392813992177,0.0652195647780803,0.0135242145124741,0.064215203203417,0.255951455205554,0.0121599153642941,0.108030391714191,0.5,0.255951455205554,0.00720525707335186,0.445509857319736,0.255951455205554,0.0143600447753809,0.0192369207486804,0.255951455205554,0.0072943119141603,0.146663432653108,0.255951455205554,0.0219244278743897,0.0431957733774061,0.0169730766335899,0.842238461906759 -6163,0.255951455205554,0.0,0.704576249762437,0.255951455205554,0.0,0.44785849503672,0.255951455205554,0.0,0.378678632623746,0.255951455205554,0.0,0.512748276169961,0.255951455205554,0.000112432733326285,0.0238032372375565,0.255951455205554,0.0,0.0292645706199847,0.5,0.255951455205554,4.20198165346127e-05,0.0259114528885347,0.5,0.255951455205554,0.0,0.00639522635816986,0.5,0.255951455205554,0.0,0.0112221251090087,0.255951455205554,0.0,0.0369392264702985,0.0,0.0687938973100961,0.255951455205554,0.0,0.115681228087915,0.5,0.255951455205554,0.0,0.443396978616833,0.255951455205554,0.0,0.0116498574398475,0.255951455205554,0.0,0.0938737669414547,0.255951455205554,0.0,0.0414242146946475,0.0,0.866555308155147 -6164,0.255951455205554,0.0,0.689404108453115,0.255951455205554,0.0,0.35089022954107,0.255951455205554,0.0,0.355158081331053,0.255951455205554,0.0,0.491086463824014,0.255951455205554,0.0,0.0238028084972503,0.255951455205554,0.0,0.0209114973241718,0.5,0.255951455205554,0.0,0.0247650316005352,0.5,0.255951455205554,0.0,0.00617169152640083,0.5,0.255951455205554,0.0,0.00757547995914418,0.255951455205554,0.0,0.0327639440041288,0.0,0.18315341578885,0.255951455205554,0.0,0.135515415582974,0.5,0.255951455205554,0.0,0.457705945548679,0.255951455205554,0.0,0.00847797187744975,0.255951455205554,0.0,0.0570957852597702,0.255951455205554,0.0,0.054542034789398,0.0,0.869513939419172 -6165,0.255951455205554,0.0,0.739147622091745,0.255951455205554,0.0,0.385008449707745,0.255951455205554,0.0,0.331225180684129,0.255951455205554,0.0,0.42687637349948,0.255951455205554,0.0,0.0271799798352141,0.255951455205554,0.0,0.0158138423645161,0.5,0.255951455205554,0.0,0.0184109356058053,0.5,0.255951455205554,0.0,0.00653531355462411,0.5,0.255951455205554,0.0,0.00500882194247173,0.255951455205554,0.0,0.0276373829307322,0.0,0.184769773874634,0.255951455205554,0.0,0.172004124140812,0.5,0.255951455205554,0.0,0.449006239544808,0.255951455205554,0.0,0.00811574113222174,0.255951455205554,0.0,0.062992508137485,0.255951455205554,0.0,0.0397148444371007,0.0,0.862505651465145 -6166,0.255951455205554,0.0,0.753510986775165,0.255951455205554,0.0,0.358346190247262,0.255951455205554,0.0,0.310858395033757,0.255951455205554,0.0,0.404280335884907,0.255951455205554,0.0,0.0281463404256354,0.255951455205554,0.0,0.011047946171989,0.5,0.255951455205554,0.0,0.0101286408023865,0.5,0.255951455205554,0.0,0.00633684755686375,0.5,0.255951455205554,0.0,0.00384484137802801,0.255951455205554,0.0,0.0244077902957999,0.0,0.194132395759482,0.255951455205554,0.0,0.177557534874108,0.5,0.255951455205554,0.0,0.454802001528236,0.255951455205554,0.0,0.0069583851860316,0.255951455205554,0.0,0.0478489358220419,0.255951455205554,0.0,0.0216906273024504,0.0,0.858651761153131 -6167,0.255951455205554,0.0,0.717402653024586,0.255951455205554,0.0,0.362036603479997,0.255951455205554,0.0,0.296732392460121,0.255951455205554,0.0,0.368109495498312,0.255951455205554,0.0,0.0259987650847732,0.255951455205554,0.0,0.00793111161280664,0.5,0.255951455205554,0.0,0.00510497658913057,0.5,0.255951455205554,0.0,0.00615231824384073,0.5,0.255951455205554,0.0,0.00433878182615047,0.255951455205554,0.0,0.0185507829896585,0.0,0.206866715620531,0.255951455205554,0.0,0.167542798855187,0.5,0.255951455205554,0.0,0.442271974341699,0.255951455205554,0.0,0.00659512438872304,0.255951455205554,0.0,0.0401956994688239,0.255951455205554,0.0,0.00799550597675085,0.0,0.868385825078779 -6168,0.255951455205554,0.0,0.717878243024337,0.255951455205554,0.0,0.282518140741431,0.255951455205554,0.0,0.288829917742668,0.255951455205554,0.0,0.426219987732512,0.255951455205554,0.0,0.023848732916073,0.255951455205554,0.0,0.00507845571963001,0.5,0.255951455205554,0.0,0.0034207323397464,0.5,0.255951455205554,0.0,0.00554534237469964,0.5,0.255951455205554,0.0,0.00457806330080055,0.255951455205554,0.0,0.0126350233209036,0.0,0.209739277857196,0.255951455205554,0.0,0.158370465548739,0.5,0.255951455205554,0.0,0.40942480320623,0.255951455205554,0.0,0.00624488909445272,0.255951455205554,0.0,0.0353833756853547,0.255951455205554,0.0,0.00312699402347996,0.0,0.914675576576402 -6169,0.255951455205554,0.0,0.683082140190874,0.255951455205554,0.0,0.323719533494658,0.255951455205554,0.0,0.286328157354606,0.255951455205554,0.0,0.488157810133798,0.255951455205554,0.0,0.0226884046597623,0.255951455205554,0.0,0.00373984571803789,0.5,0.255951455205554,0.0,0.00177851209657744,0.5,0.255951455205554,0.0,0.00487847139695768,0.5,0.255951455205554,0.0,0.004360897350757,0.255951455205554,0.0,0.00586022704342264,0.0,0.201337662818277,0.255951455205554,0.0,0.159517075881591,0.5,0.255951455205554,0.0,0.36531833592386,0.255951455205554,0.0,0.00523240505240525,0.255951455205554,0.0,0.0332042175744781,0.255951455205554,0.0,0.00179781233384346,0.0,0.943646340633572 -6170,0.255951455205554,0.0,0.628609104783284,0.255951455205554,0.0,0.350166358466115,0.255951455205554,0.0,0.286674436939518,0.255951455205554,0.0,0.488953577125532,0.255951455205554,0.0,0.0216427105351698,0.255951455205554,0.0,0.00431354237590116,0.5,0.255951455205554,0.0,0.000770513714379527,0.5,0.255951455205554,0.0,0.00481591484495287,0.5,0.255951455205554,0.0,0.00389414991269159,0.255951455205554,0.0,0.00189916337135461,0.0,0.185468808603116,0.255951455205554,0.0,0.154613374496183,0.5,0.255951455205554,0.0,0.326777321603027,0.255951455205554,0.0,0.00447875834498194,0.255951455205554,0.0,0.0291911648703706,0.255951455205554,0.0,0.00133866652572246,0.0,0.950377901623124 -6171,0.255951455205554,0.0,0.579880949403612,0.255951455205554,0.0,0.34932460671668,0.255951455205554,0.0,0.266591406109411,0.255951455205554,0.0,0.443540454573077,0.255951455205554,0.0,0.0200911874408763,0.255951455205554,0.0,0.00427911629040448,0.5,0.255951455205554,0.0,0.000736198190908685,0.5,0.255951455205554,0.0,0.00471593354854315,0.5,0.255951455205554,0.0,0.00338034573028256,0.255951455205554,0.0,0.00199356593397984,0.0,0.169468899119758,0.255951455205554,0.0,0.140631675083958,0.5,0.255951455205554,0.0,0.307960863297768,0.255951455205554,0.0,0.00280298473020853,0.255951455205554,0.0,0.0239270995608241,0.255951455205554,0.0,0.000889357306469326,0.0,0.942246292407767 -6172,0.255951455205554,0.0,0.563822736318176,0.255951455205554,0.0,0.275190905190808,0.255951455205554,0.0,0.239666800646245,0.255951455205554,0.0,0.433839676897591,0.255951455205554,0.0,0.017177162984118,0.255951455205554,0.0,0.00363169440372946,0.5,0.255951455205554,0.0,0.000738178981614123,0.5,0.255951455205554,0.0,0.00475475802450275,0.5,0.255951455205554,0.0,0.00265160126316206,0.255951455205554,0.0,0.0033350606101992,0.0,0.143397898815921,0.255951455205554,0.0,0.120152264588251,0.5,0.255951455205554,0.0,0.299187226565817,0.255951455205554,0.0,0.00102050208569391,0.255951455205554,0.0,0.0223644823979325,0.255951455205554,0.0,0.000617977785071258,0.0,0.879110659413928 -6173,0.255951455205554,0.0,0.55333533470194,0.255951455205554,0.0,0.207882356700465,0.255951455205554,0.0,0.216136896341887,0.255951455205554,0.0,0.426967715850882,0.255951455205554,0.0,0.0130697542995864,0.255951455205554,0.0,0.00228652059942724,0.5,0.255951455205554,0.0,0.000784912874649045,0.5,0.255951455205554,0.0,0.00556242552640027,0.5,0.255951455205554,0.0,0.00193153488723208,0.255951455205554,0.0,0.00482035489610486,0.0,0.117006605622874,0.255951455205554,0.0,0.103768519011002,0.5,0.255951455205554,0.0,0.290999955541328,0.255951455205554,0.0,0.000676267687421063,0.255951455205554,0.0,0.0234649308380633,0.255951455205554,0.0,0.000374024932203075,0.0,0.817450983272815 -6174,0.255951455205554,0.0,0.528822939403783,0.255951455205554,0.0,0.182350289124152,0.255951455205554,0.0,0.195461410559336,0.255951455205554,0.0,0.368446258658348,0.255951455205554,0.0,0.0102407223470604,0.255951455205554,0.0,0.00149070354669395,0.5,0.255951455205554,0.0,0.00201570577983445,0.5,0.255951455205554,0.0,0.00692677743985642,0.5,0.255951455205554,0.0,0.00137556884958544,0.255951455205554,0.0,0.00650537250492094,0.0,0.093776358698761,0.255951455205554,0.0,0.096560591156573,0.5,0.255951455205554,0.0,0.283390285703282,0.255951455205554,0.0,0.000881264492734631,0.255951455205554,0.0,0.0252249660522191,0.255951455205554,0.0,0.000304374069948943,0.0,0.784673070609655 -6175,0.255951455205554,0.00409787313388074,0.522856738601275,0.255951455205554,0.0062051063379307,0.171984373432311,0.255951455205554,0.00282286742609177,0.174654794918261,0.255951455205554,0.000175898924131162,0.262195396642886,0.255951455205554,0.00278937253727574,0.00925757456094293,0.255951455205554,0.0025244796724536,0.00112998714877381,0.5,0.255951455205554,0.00297112918615451,0.00271834747150876,0.5,0.255951455205554,0.00742736164979751,0.00712071553898906,0.5,0.255951455205554,0.0112511794216846,0.00106352378538415,0.255951455205554,0.00408541113404905,0.00677134531939904,0.0319509155669684,0.0764670960839487,0.255951455205554,0.0234285612446289,0.0913960204081037,0.5,0.255951455205554,0.0333675060318459,0.256864332864366,0.255951455205554,0.0140628844887819,0.00107741586194619,0.255951455205554,0.0123693066383497,0.0253590601121108,0.255951455205554,0.0190711395943011,0.000443503648894432,0.00519965135432518,0.766962380202844 -6176,0.255951455205554,0.0426610438593005,0.506891592592895,0.255951455205554,0.0833758285063787,0.179442574576819,0.255951455205554,0.0336042444945276,0.164219768443355,0.255951455205554,0.00233091005516389,0.180640443470334,0.255951455205554,0.0619280790919195,0.00793613771863757,0.255951455205554,0.0328672216011748,0.000858746657607778,0.5,0.255951455205554,0.0663790251663706,0.00146413122466945,0.5,0.255951455205554,0.0956770652464831,0.00519178604538596,0.5,0.255951455205554,0.0744208652357004,0.000628233027541265,0.255951455205554,0.10753639394734,0.00582480495971755,0.13057929721348,0.132583061429378,0.255951455205554,0.101082876491479,0.12556079168111,0.5,0.255951455205554,0.159007883772658,0.290535734423702,0.255951455205554,0.091339512078733,0.00214321713688299,0.255951455205554,0.093292255630917,0.0290816537615272,0.255951455205554,0.116078830148714,0.000421954313412314,0.0819841817043513,0.763853335331701 -6177,0.255951455205554,0.115551124671933,0.489347859026152,0.255951455205554,0.185967508581822,0.283620953857016,0.255951455205554,0.067372907672284,0.151567328223296,0.255951455205554,0.0186934198507821,0.13632989687329,0.255951455205554,0.143078995228086,0.0105043199933518,0.255951455205554,0.079986988972723,0.000730042987397662,0.5,0.255951455205554,0.139963058058493,0.0026239346038317,0.5,0.255951455205554,0.211569791704552,0.00483369150180525,0.5,0.255951455205554,0.158498649662241,0.00088579410903359,0.255951455205554,0.247988834599792,0.0137850492553278,0.237066717510252,0.182406917891929,0.255951455205554,0.198514519619476,0.199713251714486,0.5,0.255951455205554,0.29800099519599,0.424968406903789,0.255951455205554,0.205030916270258,0.0041661785400397,0.255951455205554,0.216975108350907,0.0353531983528325,0.255951455205554,0.232977101313773,0.000507078140901703,0.200662609117532,0.808853382308092 -6178,0.255951455205554,0.237934129530085,0.568760533147421,0.255951455205554,0.294551853685396,0.216717719186014,0.255951455205554,0.104871364217143,0.126022084811712,0.255951455205554,0.0563261476800389,0.110200138089919,0.255951455205554,0.221116134556109,0.0118824392954181,0.255951455205554,0.156123292310326,0.00112460899174855,0.5,0.255951455205554,0.188841363205073,0.0113430357296115,0.5,0.255951455205554,0.344940026532748,0.00464892562617828,0.5,0.255951455205554,0.261337355752789,0.00278678774302706,0.255951455205554,0.388186387669283,0.0907924227340861,0.361472771873158,0.278233645231618,0.255951455205554,0.318570636714379,0.23389666789264,0.5,0.255951455205554,0.433846518966995,0.526256124866571,0.255951455205554,0.329434684362231,0.0083415030134117,0.255951455205554,0.357576687986351,0.0368239814322608,0.255951455205554,0.357307882280168,0.000354990400819076,0.33720665579041,0.84454870194047 -6179,0.255951455205554,0.354961434188496,0.584532075225056,0.255951455205554,0.356730484709853,0.204482392761645,0.255951455205554,0.161661149423495,0.11503689002214,0.255951455205554,0.14861617554195,0.111986712865373,0.255951455205554,0.279885351790961,0.0168552983277622,0.255951455205554,0.248059794009862,0.00177258524445025,0.5,0.255951455205554,0.23236593070948,0.0291407188825392,0.5,0.255951455205554,0.460567188317427,0.00567724781587087,0.5,0.255951455205554,0.359085541179633,0.00636444803730769,0.255951455205554,0.467290557065326,0.167080603361476,0.479444888121348,0.322542650269955,0.255951455205554,0.441151333043713,0.258874925872406,0.5,0.255951455205554,0.545669167157393,0.5886699533109,0.255951455205554,0.433546099566862,0.0166892013235047,0.255951455205554,0.469095446049348,0.0378083360143323,0.255951455205554,0.462424370093218,0.000471745093136992,0.446922778075524,0.816455333346768 -6180,0.255951455205554,0.440507645147791,0.647330193504344,0.255951455205554,0.409998354216601,0.244121669326784,0.255951455205554,0.236427613754401,0.11758334564849,0.255951455205554,0.343989403046804,0.132653714185022,0.255951455205554,0.330379481864177,0.0225043835006301,0.255951455205554,0.32856242582096,0.00202782373589999,0.5,0.255951455205554,0.280573757706681,0.0398086760797321,0.5,0.255951455205554,0.541020021275006,0.0135505737761044,0.5,0.255951455205554,0.427048783398296,0.0117588922777858,0.255951455205554,0.382954994037658,0.137749092574417,0.527366615125195,0.323198502805756,0.255951455205554,0.509476308602366,0.295150626192962,0.5,0.255951455205554,0.607937111745299,0.659692549214322,0.255951455205554,0.508529364537624,0.0252046129013303,0.255951455205554,0.521277826250294,0.0478706388966749,0.255951455205554,0.537111792047239,0.00260428190785195,0.530491524003257,0.778390223679191 -6181,0.255951455205554,0.476732835460366,0.707054936204012,0.255951455205554,0.430508028381276,0.341385722083875,0.255951455205554,0.325322333248123,0.143742793364299,0.255951455205554,0.376415829286716,0.17191783060823,0.255951455205554,0.357231722272211,0.0319458374864134,0.255951455205554,0.375168789750931,0.00286476364194746,0.5,0.255951455205554,0.337426743741934,0.0471840753772355,0.5,0.255951455205554,0.594323756938688,0.0250218737639867,0.5,0.255951455205554,0.462483416363371,0.0184503866194602,0.255951455205554,0.374435788116628,0.120602767371446,0.473090155408257,0.353542009497107,0.255951455205554,0.5315131757919,0.340792686792519,0.5,0.255951455205554,0.626618660268655,0.732706212330947,0.255951455205554,0.523838417151724,0.0372422621573399,0.255951455205554,0.521217882372856,0.0756708593060506,0.255951455205554,0.564816811111754,0.00957334765667027,0.577284248108947,0.748789868560626 -6182,0.255951455205554,0.482813353896817,0.777691203178776,0.255951455205554,0.429758308994365,0.476482866331129,0.255951455205554,0.366297621583881,0.168771338993044,0.255951455205554,0.37868609562611,0.212010932066968,0.255951455205554,0.339602641745351,0.0420934049923073,0.255951455205554,0.396249457542332,0.00533732929639959,0.5,0.255951455205554,0.372752064649191,0.055249192013722,0.5,0.255951455205554,0.582059616450435,0.0376931229734926,0.5,0.255951455205554,0.460481071494583,0.0230683553394687,0.255951455205554,0.434280120155115,0.10886736280826,0.386128070899976,0.316256274247878,0.255951455205554,0.506024572703322,0.371034956433242,0.5,0.255951455205554,0.602226672036479,0.774012496565819,0.255951455205554,0.498610445629622,0.0527980824349177,0.255951455205554,0.486773251582077,0.121186670367672,0.255951455205554,0.547716352899444,0.0200419974419512,0.581921475316539,0.69521650643786 -6183,0.255951455205554,0.444854344506967,0.827604148230872,0.255951455205554,0.402660817614998,0.552349712083301,0.255951455205554,0.354370781010303,0.177187678022802,0.255951455205554,0.381533315048678,0.231753871770717,0.255951455205554,0.326392468120885,0.0513063463983061,0.255951455205554,0.377135212440763,0.00973671251941515,0.5,0.255951455205554,0.361376133527719,0.0584237737533964,0.5,0.255951455205554,0.516878486631369,0.0448242233904307,0.5,0.255951455205554,0.4236094469281,0.0258312385303756,0.255951455205554,0.454241775129788,0.0947924071444049,0.300742644878368,0.202692681928173,0.255951455205554,0.42973414209511,0.35284823085215,0.5,0.255951455205554,0.51903899821072,0.766411715642462,0.255951455205554,0.423618886178999,0.0685235861469893,0.255951455205554,0.400149468701703,0.174010976647009,0.255951455205554,0.463445166210344,0.0321226238640192,0.51668633472272,0.504405248883379 -6184,0.255951455205554,0.368135435830297,0.83331595166917,0.255951455205554,0.33017660948543,0.498855370873406,0.255951455205554,0.293975745916684,0.160789520908766,0.255951455205554,0.318603277681437,0.204858839497532,0.255951455205554,0.260743419059779,0.0568200491459908,0.255951455205554,0.321138525240919,0.0128475602636913,0.5,0.255951455205554,0.314172577314569,0.0576623897594961,0.5,0.255951455205554,0.401943762381464,0.0459215251646438,0.5,0.255951455205554,0.333653519335234,0.0281156218776042,0.255951455205554,0.403887460302905,0.0894452988904555,0.205564833564187,0.0753995657335905,0.255951455205554,0.32301993152075,0.265597406956932,0.5,0.255951455205554,0.393017853046755,0.703660098056785,0.255951455205554,0.309741470110146,0.0718804886469493,0.255951455205554,0.285264863395357,0.20291320349358,0.255951455205554,0.347378318721627,0.0497080604215609,0.414439958018888,0.321970372945249 -6185,0.255951455205554,0.262191862992458,0.786567179319325,0.255951455205554,0.223346162097143,0.31067484643787,0.255951455205554,0.202859700812206,0.0997075427607409,0.255951455205554,0.220784252641953,0.114094886958245,0.255951455205554,0.187099039734344,0.0487108390471589,0.255951455205554,0.216541019723373,0.00770356872507978,0.5,0.255951455205554,0.2222372640765,0.0490378413280186,0.5,0.255951455205554,0.265760019763918,0.0263356701980037,0.5,0.255951455205554,0.209304036826516,0.0248058392885366,0.255951455205554,0.295493096236677,0.0741763666398258,0.0746084368975909,0.0428628427176799,0.255951455205554,0.20548647569578,0.140745755612205,0.5,0.255951455205554,0.258476054892256,0.589386823070021,0.255951455205554,0.195558693535065,0.0509580470382831,0.255951455205554,0.171729164969083,0.164228272932821,0.255951455205554,0.231279627305934,0.0550988625274994,0.29506755953094,0.275451269152855 -6186,0.255951455205554,0.0646730366160392,0.725608718306052,0.255951455205554,0.054156307058892,0.207515537407152,0.255951455205554,0.0606112184822544,0.0581230707364593,0.255951455205554,0.0625084986545828,0.0617558152317376,0.255951455205554,0.0594877396960048,0.0218364422356477,0.255951455205554,0.0491573952391311,0.00148936944506741,0.5,0.255951455205554,0.077067026545714,0.0178647302613143,0.5,0.255951455205554,0.061551530718687,0.0144405217501301,0.5,0.255951455205554,0.0350043900473743,0.0180339146533918,0.255951455205554,0.0806822661236545,0.0234970056566456,0.0199345811592217,0.0692310455094258,0.255951455205554,0.0219947262721496,0.109689828685458,0.5,0.255951455205554,0.0313234135052084,0.486099627457024,0.255951455205554,0.0217426237408463,0.0334230895271489,0.255951455205554,0.0355314624412735,0.084338626498052,0.255951455205554,0.035043888049454,0.02502782893207,0.0597353566354594,0.289046922409882 -6187,0.255951455205554,0.0,0.68677192917002,0.255951455205554,0.0,0.187712522620059,0.255951455205554,0.0,0.059945111450027,0.255951455205554,0.0,0.0769979018351988,0.255951455205554,0.0,0.0104789642794702,0.255951455205554,0.0,0.00150927551970076,0.5,0.255951455205554,0.0,0.0114393837246385,0.5,0.255951455205554,0.0,0.0157896922207163,0.5,0.255951455205554,0.0,0.0231608768306726,0.255951455205554,0.0,0.0222850420757833,0.0,0.130252423573158,0.255951455205554,0.0,0.132775319815112,0.5,0.255951455205554,0.0,0.437333686789639,0.255951455205554,0.0,0.0231273689487513,0.255951455205554,0.0,0.0627161565017746,0.255951455205554,0.0,0.0258379315533927,0.0,0.34383835723546 -6188,0.255951455205554,0.0,0.678836906370485,0.255951455205554,0.0,0.187358420941498,0.255951455205554,0.0,0.0657425720507591,0.255951455205554,0.0,0.097766449080524,0.255951455205554,0.0,0.00989925250689424,0.255951455205554,0.0,0.00212670867468184,0.5,0.255951455205554,0.0,0.00928743806193131,0.5,0.255951455205554,0.0,0.0156019509323203,0.5,0.255951455205554,0.0,0.0184861923272105,0.255951455205554,0.0,0.0174085477203561,0.0,0.169022908931059,0.255951455205554,0.0,0.151847426498903,0.5,0.255951455205554,0.0,0.412338387282917,0.255951455205554,0.0,0.0136254997313921,0.255951455205554,0.0,0.0429475903350635,0.255951455205554,0.0,0.0170875269617451,0.0,0.456359510193991 -6189,0.255951455205554,0.0,0.669165238047285,0.255951455205554,0.0,0.193365967875537,0.255951455205554,0.0,0.0730000812668705,0.255951455205554,0.0,0.119681623652586,0.255951455205554,0.0,0.00914459903376601,0.255951455205554,0.0,0.00324728989774746,0.5,0.255951455205554,0.0,0.00727947119702328,0.5,0.255951455205554,0.0,0.0185442888003942,0.5,0.255951455205554,0.0,0.0133521403910697,0.255951455205554,0.0,0.0119911037715778,0.0,0.177896202712753,0.255951455205554,0.0,0.163500891753149,0.5,0.255951455205554,0.0,0.37243276502123,0.255951455205554,0.0,0.00948550503929415,0.255951455205554,0.0,0.0325339037141691,0.255951455205554,0.0,0.00938758703818105,0.0,0.579415124368094 -6190,0.255951455205554,0.0,0.646328463224129,0.255951455205554,0.0,0.192638901177052,0.255951455205554,0.0,0.0795054135367647,0.255951455205554,0.0,0.144102182020801,0.255951455205554,0.0,0.00718650685749251,0.255951455205554,0.0,0.00424766531635717,0.5,0.255951455205554,0.0,0.00556677160232706,0.5,0.255951455205554,0.0,0.0162548877577016,0.5,0.255951455205554,0.0,0.00963082980645901,0.255951455205554,0.0,0.0123143424871301,0.0,0.166115513934409,0.255951455205554,0.0,0.156747828455116,0.5,0.255951455205554,0.0,0.316402525627601,0.255951455205554,0.0,0.00731007151196362,0.255951455205554,0.0,0.0321305119861637,0.255951455205554,0.0,0.00383517934440176,0.0,0.619386945350531 -6191,0.255951455205554,0.0,0.601005632187397,0.255951455205554,0.0,0.173408954586756,0.255951455205554,0.0,0.079889967508803,0.255951455205554,0.0,0.150167220000734,0.255951455205554,0.0,0.00594794789598286,0.255951455205554,0.0,0.0049265259031774,0.5,0.255951455205554,0.0,0.00531292379218863,0.5,0.255951455205554,0.0,0.0168214508434494,0.5,0.255951455205554,0.0,0.00757194042548416,0.255951455205554,0.0,0.0142836285907987,0.0,0.139788468862593,0.255951455205554,0.0,0.131111625405293,0.5,0.255951455205554,0.0,0.25104512667693,0.255951455205554,0.0,0.00633297844514401,0.255951455205554,0.0,0.0344379341392884,0.255951455205554,0.0,0.00227873779840819,0.0,0.607886396976769 -6192,0.255951455205554,0.0,0.539637231938158,0.255951455205554,0.0,0.139601189215012,0.255951455205554,0.0,0.0738768828410026,0.255951455205554,0.0,0.140840422783856,0.255951455205554,0.0,0.00474801404968407,0.255951455205554,0.0,0.0051541048653333,0.5,0.255951455205554,0.0,0.00567102758912834,0.5,0.255951455205554,0.0,0.0156426236034373,0.5,0.255951455205554,0.0,0.00571422148146228,0.255951455205554,0.0,0.0137608270208418,0.0,0.111536720338653,0.255951455205554,0.0,0.100518654124709,0.5,0.255951455205554,0.0,0.194169813638584,0.255951455205554,0.0,0.00567511796659565,0.255951455205554,0.0,0.0329931069528528,0.255951455205554,0.0,0.00192981170713496,0.0,0.59013600279253 -6193,0.255951455205554,0.0,0.477503512495305,0.255951455205554,0.0,0.131165718442837,0.255951455205554,0.0,0.0660879623279321,0.255951455205554,0.0,0.121101247459162,0.255951455205554,0.0,0.0038431406973301,0.255951455205554,0.0,0.00560840242140072,0.5,0.255951455205554,0.0,0.00494783250969319,0.5,0.255951455205554,0.0,0.0148759381973602,0.5,0.255951455205554,0.0,0.00501399145858954,0.255951455205554,0.0,0.0106684854671771,0.0,0.0772302387130131,0.255951455205554,0.0,0.0751430872476208,0.5,0.255951455205554,0.0,0.156071045678236,0.255951455205554,0.0,0.00459284378037948,0.255951455205554,0.0,0.0284880808650874,0.255951455205554,0.0,0.00184464971242879,0.0,0.515080746890404 -6194,0.255951455205554,0.0,0.400703813143406,0.255951455205554,0.0,0.119185416062739,0.255951455205554,0.0,0.0577673710288027,0.255951455205554,0.0,0.108300534778522,0.255951455205554,0.0,0.00396077462628345,0.255951455205554,0.0,0.00599736638512926,0.5,0.255951455205554,0.0,0.00326734747433001,0.5,0.255951455205554,0.0,0.0145048093147511,0.5,0.255951455205554,0.0,0.00548169491833385,0.255951455205554,0.0,0.00952852230979996,0.0,0.0523811792210603,0.255951455205554,0.0,0.0627113825014025,0.5,0.255951455205554,0.0,0.134889497101521,0.255951455205554,0.0,0.00392458198742313,0.255951455205554,0.0,0.0228332279835474,0.255951455205554,0.0,0.00229631200428903,0.0,0.395542025216509 -6195,0.255951455205554,0.0,0.33029588115621,0.255951455205554,0.0,0.0965806612754219,0.255951455205554,0.0,0.0498445106290722,0.255951455205554,0.0,0.0942011213771165,0.255951455205554,0.0,0.0039007984144199,0.255951455205554,0.0,0.00591364181380655,0.5,0.255951455205554,0.0,0.00274514144965678,0.5,0.255951455205554,0.0,0.0139385563146393,0.5,0.255951455205554,0.0,0.00607234495149014,0.255951455205554,0.0,0.00926849853823707,0.0,0.0360992652333514,0.255951455205554,0.0,0.047361244014845,0.5,0.255951455205554,0.0,0.126203327750376,0.255951455205554,0.0,0.00339664821776531,0.255951455205554,0.0,0.0178149559933065,0.255951455205554,0.0,0.0032515336822829,0.0,0.285382455261307 -6196,0.255951455205554,0.0,0.273884058496679,0.255951455205554,0.0,0.0869613946474915,0.255951455205554,0.0,0.043871526986518,0.255951455205554,0.0,0.0823847293033003,0.255951455205554,0.0,0.00297934407751147,0.255951455205554,0.0,0.00551032152801206,0.5,0.255951455205554,0.0,0.00261184108475732,0.5,0.255951455205554,0.0,0.0136896819554001,0.5,0.255951455205554,0.0,0.00671584743700379,0.255951455205554,0.0,0.00786817832555147,0.0,0.0316207105319933,0.255951455205554,0.0,0.0369000237301741,0.5,0.255951455205554,0.0,0.114334220773934,0.255951455205554,0.0,0.00290679456511326,0.255951455205554,0.0,0.0130490431822023,0.255951455205554,0.0,0.00383563745076054,0.0,0.219240195639856 -6197,0.255951455205554,0.0,0.236045118795574,0.255951455205554,0.0,0.081429158128949,0.255951455205554,0.0,0.0394142778050738,0.255951455205554,0.0,0.0678261071856877,0.255951455205554,0.0,0.00237481031405457,0.255951455205554,0.0,0.00513489321832823,0.5,0.255951455205554,0.0,0.00270020869358425,0.5,0.255951455205554,0.0,0.013280415215077,0.5,0.255951455205554,0.0,0.00700032272594746,0.255951455205554,0.0,0.00636548896015547,0.0,0.0267687121567659,0.255951455205554,0.0,0.0287941507729477,0.5,0.255951455205554,0.0,0.108458339787586,0.255951455205554,0.0,0.00277531667766302,0.255951455205554,0.0,0.00948259850658078,0.255951455205554,0.0,0.00377754421077287,0.0,0.17042049920962 -6198,0.255951455205554,0.0,0.218117529879928,0.255951455205554,0.0,0.0798075787503029,0.255951455205554,0.0,0.0362754022232552,0.255951455205554,0.0,0.0611308979620427,0.255951455205554,0.0,0.00335834324106903,0.255951455205554,0.0,0.00523882750678038,0.5,0.255951455205554,0.0,0.00299907263919437,0.5,0.255951455205554,0.0,0.0138827808020501,0.5,0.255951455205554,0.0,0.00770630691977786,0.255951455205554,0.0,0.00754908655640625,0.0,0.0161493298548401,0.255951455205554,0.0,0.0231885962628128,0.5,0.255951455205554,0.0,0.100176650606478,0.255951455205554,0.0,0.00281074830319009,0.255951455205554,0.0,0.0076912619903511,0.255951455205554,0.0,0.00348405772829965,0.0,0.133597985441655 -6199,0.255951455205554,0.00589661236943386,0.21085959058495,0.255951455205554,0.0132848434882996,0.0745248019077701,0.255951455205554,0.00383646159468719,0.0361477708108951,0.255951455205554,0.00217879145860217,0.0652769920847621,0.255951455205554,0.00243286681696167,0.00415049826072151,0.255951455205554,0.00680246969172337,0.0050849549912266,0.5,0.255951455205554,0.00458148379724938,0.00319433325032982,0.5,0.255951455205554,0.00914718977119271,0.0141988014889046,0.5,0.255951455205554,0.0234301764440392,0.0069742104355258,0.255951455205554,0.00376260708093902,0.00815624647237873,0.0272430574399432,0.00916687420989486,0.255951455205554,0.014440484797495,0.0205166782895131,0.5,0.255951455205554,0.0280187357589198,0.0865733611822899,0.255951455205554,0.00762169552221381,0.00218802321503641,0.255951455205554,0.0139250742405201,0.00696819402195652,0.255951455205554,0.0142540687972655,0.00317757343822761,0.00858932359650309,0.100385718041008 -6200,0.255951455205554,0.0829943460113318,0.221613552801882,0.255951455205554,0.137200850908631,0.0732538795527524,0.255951455205554,0.048155847452343,0.041333702921395,0.255951455205554,0.0434828551003097,0.079490106631988,0.255951455205554,0.058277339712474,0.00354458412154984,0.255951455205554,0.112473681845598,0.00359738795355177,0.5,0.255951455205554,0.112187586414753,0.00198009186496921,0.5,0.255951455205554,0.129173039837263,0.00948171135822381,0.5,0.255951455205554,0.148001600617132,0.00568305313946411,0.255951455205554,0.108914400561279,0.00540413497040846,0.0582746482594526,0.0107991702562419,0.255951455205554,0.0666591529313786,0.0207563819141996,0.5,0.255951455205554,0.134732246843731,0.0866758350996293,0.255951455205554,0.0481041282910169,0.00105109868896144,0.255951455205554,0.074457371481652,0.00688633885578714,0.255951455205554,0.106208727521014,0.00202314175333713,0.108572043083234,0.0917405232484261 -6201,0.255951455205554,0.221176876534055,0.293642315730849,0.255951455205554,0.282511708078232,0.108868424990218,0.255951455205554,0.108941963036105,0.0570415705995236,0.255951455205554,0.129518920497169,0.115083763331258,0.255951455205554,0.137169824618412,0.00447643014648258,0.255951455205554,0.255783976531196,0.0104774021742617,0.5,0.255951455205554,0.258832203346193,0.00341952921029578,0.5,0.255951455205554,0.277814674733246,0.0137657670938719,0.5,0.255951455205554,0.29343674164422,0.0173701495471903,0.255951455205554,0.254485087328199,0.006377195742015,0.0626026384006927,0.012898717585203,0.255951455205554,0.129628972725771,0.0271036247717601,0.5,0.255951455205554,0.236768299569773,0.128020406397792,0.255951455205554,0.132833600596304,0.000672498180143807,0.255951455205554,0.138499327106829,0.0118236161305409,0.255951455205554,0.219584272126843,0.00276901659699362,0.265945289536477,0.105128250877439 -6202,0.255951455205554,0.382876163588583,0.407832866955006,0.255951455205554,0.422533968577151,0.185292749427202,0.255951455205554,0.18397084241326,0.086895190029902,0.255951455205554,0.24219315838397,0.159411120965336,0.255951455205554,0.229644785160141,0.013111655577243,0.255951455205554,0.407179885386822,0.0423361942868594,0.5,0.255951455205554,0.407223976836426,0.0132209130411771,0.5,0.255951455205554,0.428897977813632,0.0254429025669086,0.5,0.255951455205554,0.440696462945778,0.0399714076745143,0.255951455205554,0.4009812358404,0.0127802435306892,0.0827452722811435,0.0133019725480231,0.255951455205554,0.211397186755001,0.040737430667236,0.5,0.255951455205554,0.322930156258853,0.170436225120177,0.255951455205554,0.248788403496814,0.000816295269158298,0.255951455205554,0.215228267118434,0.0151975048900846,0.255951455205554,0.354773088566269,0.00677925247843338,0.420304108994711,0.132972427147435 -6203,0.255951455205554,0.524114685575248,0.460123212126359,0.255951455205554,0.542483625940301,0.188296133519383,0.255951455205554,0.291331108347803,0.101523236747075,0.255951455205554,0.365274952222824,0.165908622989384,0.255951455205554,0.319730379126822,0.0252664228328359,0.255951455205554,0.524406788122735,0.0643435559821091,0.5,0.255951455205554,0.535441036609537,0.0313199417479135,0.5,0.255951455205554,0.551871906743535,0.0234022655040762,0.5,0.255951455205554,0.555827637473984,0.0540431195173448,0.255951455205554,0.525592590028466,0.0405627477656638,0.160659057319987,0.026286138589173,0.255951455205554,0.274816697952891,0.0546189744068842,0.5,0.255951455205554,0.409720639081988,0.188177813007291,0.255951455205554,0.352754630784663,0.00131559112765468,0.255951455205554,0.321533897878049,0.0159048426505157,0.255951455205554,0.490388777273702,0.0195539819831745,0.543674971906236,0.150931244563661 -6204,0.255951455205554,0.60122887984567,0.50845438777382,0.255951455205554,0.61032168158998,0.198254378817306,0.255951455205554,0.406222251047149,0.118525853144009,0.255951455205554,0.445467019565563,0.181923143834942,0.255951455205554,0.39760557181732,0.0394559910334379,0.255951455205554,0.577078923793546,0.068160484846123,0.5,0.255951455205554,0.609117328655254,0.0441283432548184,0.5,0.255951455205554,0.62342413551423,0.019891084615024,0.5,0.255951455205554,0.604965943236072,0.0764080026887908,0.255951455205554,0.599697456193219,0.0551869123951765,0.333930478605053,0.0337055850428665,0.255951455205554,0.366454963461424,0.0748030690217908,0.5,0.255951455205554,0.448225659596727,0.202880534235472,0.255951455205554,0.396001364339001,0.00370588007055075,0.255951455205554,0.401266299093595,0.0232596353903111,0.255951455205554,0.559498990065824,0.0392257921300518,0.614630177334151,0.152748720565692 -6205,0.255951455205554,0.62879316270706,0.50369119491742,0.255951455205554,0.631539501561092,0.201293778817508,0.255951455205554,0.467718456217932,0.127208561633831,0.255951455205554,0.494725202063364,0.194936105113975,0.255951455205554,0.481653114424738,0.0544752151548153,0.255951455205554,0.604076652757167,0.0693952542109889,0.5,0.255951455205554,0.636531072992322,0.0459667672319701,0.5,0.255951455205554,0.647562303967108,0.0199277571817071,0.5,0.255951455205554,0.613225770450074,0.0778283562912003,0.255951455205554,0.630180407815898,0.0536461859873079,0.353703244254364,0.0546832505994255,0.255951455205554,0.362029037908119,0.0990210447212871,0.5,0.255951455205554,0.467125792844471,0.21827152651348,0.255951455205554,0.388226921090141,0.00870576946605158,0.255951455205554,0.449793354175058,0.0449624722309435,0.255951455205554,0.597343999403278,0.0660394672804813,0.637622602334622,0.150009057793492 -6206,0.255951455205554,0.616674757859883,0.519502495635669,0.255951455205554,0.612878927398139,0.201974045003426,0.255951455205554,0.486278011504515,0.129868891262839,0.255951455205554,0.498343093363981,0.188322055635006,0.255951455205554,0.450157319773178,0.0635602164967176,0.255951455205554,0.58403917952082,0.07301710651239,0.5,0.255951455205554,0.625930930417671,0.0460002584077808,0.5,0.255951455205554,0.614508095854741,0.0217424261122207,0.5,0.255951455205554,0.573888921730916,0.0752119765121947,0.255951455205554,0.626949092334103,0.0517756778979988,0.220805211402554,0.0726360822095335,0.255951455205554,0.325238714845877,0.117369629991594,0.5,0.255951455205554,0.443121465123018,0.238278330787956,0.255951455205554,0.425651256376429,0.0177658651688169,0.255951455205554,0.438896484216002,0.0776376059861362,0.255951455205554,0.572746664771952,0.153529039924001,0.614749701054887,0.147911395176475 -6207,0.255951455205554,0.546272573179206,0.494565670524506,0.255951455205554,0.538404234994702,0.203502123455718,0.255951455205554,0.43538659549032,0.136106410925582,0.255951455205554,0.443042505604715,0.165293712294835,0.255951455205554,0.389223375591139,0.0714313554197684,0.255951455205554,0.50683431971106,0.0863270930070219,0.5,0.255951455205554,0.561218679438918,0.0480403244128058,0.5,0.255951455205554,0.542821109354409,0.0237280785196353,0.5,0.255951455205554,0.480301290838088,0.0766520029558763,0.255951455205554,0.569198988055111,0.0425115571469945,0.215201607466857,0.0893484834387433,0.255951455205554,0.306888598612629,0.131058952831876,0.5,0.255951455205554,0.370088492282441,0.241712639020476,0.255951455205554,0.354834430943891,0.0354558000432808,0.255951455205554,0.397656872561524,0.0819077438450505,0.255951455205554,0.448775410752314,0.120356575474507,0.545201960436904,0.145355362895928 -6208,0.255951455205554,0.42582518496063,0.437415135307703,0.255951455205554,0.416619084135622,0.194087811839556,0.255951455205554,0.333897790818584,0.140576370891886,0.255951455205554,0.336490444901063,0.158793640157737,0.255951455205554,0.294073547374759,0.0739579328400659,0.255951455205554,0.396955642771292,0.102661369867565,0.5,0.255951455205554,0.448614146675317,0.0518216937453309,0.5,0.255951455205554,0.430279177432099,0.0292525127062883,0.5,0.255951455205554,0.350116398812303,0.0734265835701188,0.255951455205554,0.454332661735578,0.0420028822224093,0.188561011884951,0.0570747419678993,0.255951455205554,0.267124141384023,0.109983524530455,0.5,0.255951455205554,0.288584487940165,0.209031554180409,0.255951455205554,0.273215646051577,0.0485914256184168,0.255951455205554,0.29182517772634,0.0636021789937251,0.255951455205554,0.370705621400147,0.0869462973859289,0.425967181501205,0.140383485612168 -6209,0.255951455205554,0.29539615570233,0.323215864835091,0.255951455205554,0.279467417891473,0.0733341317038086,0.255951455205554,0.219189867938646,0.0953361179144088,0.255951455205554,0.221560334415837,0.11663959622363,0.255951455205554,0.192369687551377,0.0619657469234768,0.255951455205554,0.26788652913535,0.0735656443964033,0.5,0.255951455205554,0.310941706806054,0.0453750026213241,0.5,0.255951455205554,0.289984727071733,0.0246861544270577,0.5,0.255951455205554,0.217054611192264,0.0441333708548217,0.255951455205554,0.313797573229319,0.0308200600427986,0.123743314107311,0.0299027845589193,0.255951455205554,0.175464907309058,0.0615402055941826,0.5,0.255951455205554,0.185318597871581,0.146655060400835,0.255951455205554,0.162778233239151,0.0458382682917159,0.255951455205554,0.200472664325551,0.054694769676452,0.255951455205554,0.230157765917731,0.0632858538609434,0.296452550999358,0.141206583058369 -6210,0.255951455205554,0.0555496210498179,0.219616743375628,0.255951455205554,0.0486004222060272,0.0622674420713803,0.255951455205554,0.0519298486037433,0.0497957308831399,0.255951455205554,0.061406242501672,0.0642527865231541,0.255951455205554,0.0522287457225643,0.0283547690474453,0.255951455205554,0.0490356606839547,0.0255373846442885,0.5,0.255951455205554,0.0652884389853592,0.0159025515152205,0.5,0.255951455205554,0.0493992945370979,0.0218439810478485,0.5,0.255951455205554,0.0298162645170366,0.0341680979911193,0.255951455205554,0.0720149133408087,0.0112116706819226,0.024723768668891,0.0467713588694263,0.255951455205554,0.0111969157838223,0.0601836042368967,0.5,0.255951455205554,0.0291920266906838,0.125271528986808,0.255951455205554,0.0145684906457559,0.0274830021806361,0.255951455205554,0.0305308516919646,0.0322147063926351,0.255951455205554,0.0300791294563605,0.0253209138359639,0.0535087645527133,0.160327513773156 -6211,0.255951455205554,0.0,0.19646517666657,0.255951455205554,0.0,0.0760101061406904,0.255951455205554,0.0,0.0545907908327296,0.255951455205554,0.0,0.0646642399387177,0.255951455205554,0.0,0.0252538286449805,0.255951455205554,0.0,0.0244996162662473,0.5,0.255951455205554,0.0,0.0159748964708969,0.5,0.255951455205554,0.0,0.0237814255090124,0.5,0.255951455205554,0.0,0.0430680870945839,0.255951455205554,0.0,0.0204393668578083,0.0,0.0618377144490172,0.255951455205554,0.0,0.0725126667871488,0.5,0.255951455205554,0.0,0.138350264927712,0.255951455205554,0.0,0.0262229290791742,0.255951455205554,0.0,0.0382698934186328,0.255951455205554,0.0,0.0219450045414033,0.0,0.196230473806479 -6212,0.255951455205554,0.0,0.190743427979587,0.255951455205554,0.0,0.103140645026161,0.255951455205554,0.0,0.0537755462906252,0.255951455205554,0.0,0.066467446156581,0.255951455205554,0.0,0.0240501683347617,0.255951455205554,0.0,0.0222294784872696,0.5,0.255951455205554,0.0,0.0125366237967521,0.5,0.255951455205554,0.0,0.0226727251232877,0.5,0.255951455205554,0.0,0.0396996002221223,0.255951455205554,0.0,0.0270417258377214,0.0,0.0644349554267603,0.255951455205554,0.0,0.0754053688934642,0.5,0.255951455205554,0.0,0.142110052280808,0.255951455205554,0.0,0.0239898735148723,0.255951455205554,0.0,0.0321208659561566,0.255951455205554,0.0,0.0147110868634438,0.0,0.251786773493192 -6213,0.255951455205554,0.0,0.191078042329111,0.255951455205554,0.0,0.110208567860999,0.255951455205554,0.0,0.0546241487815232,0.255951455205554,0.0,0.0774161089111977,0.255951455205554,0.0,0.0240352442559259,0.255951455205554,0.0,0.0221882632240672,0.5,0.255951455205554,0.0,0.0108700177762098,0.5,0.255951455205554,0.0,0.0209829625521341,0.5,0.255951455205554,0.0,0.0340837678811045,0.255951455205554,0.0,0.0245599562983676,0.0,0.0551290442129857,0.255951455205554,0.0,0.0752143653245893,0.5,0.255951455205554,0.0,0.148429646720941,0.255951455205554,0.0,0.0285877460132255,0.255951455205554,0.0,0.0313341614272577,0.255951455205554,0.0,0.010511100593521,0.0,0.292907162998444 -6214,0.255951455205554,0.0,0.189564987363655,0.255951455205554,0.0,0.07987374214226,0.255951455205554,0.0,0.0570926804205956,0.255951455205554,0.0,0.0909683134050794,0.255951455205554,0.0,0.0260793234463523,0.255951455205554,0.0,0.020113092070202,0.5,0.255951455205554,0.0,0.010311172059542,0.5,0.255951455205554,0.0,0.0271045550853351,0.5,0.255951455205554,0.0,0.0270974041774889,0.255951455205554,0.0,0.025891839618993,0.0,0.0396295384097783,0.255951455205554,0.0,0.0708404547405287,0.5,0.255951455205554,0.0,0.146635626553095,0.255951455205554,0.0,0.0381908286605241,0.255951455205554,0.0,0.0312287525390085,0.255951455205554,0.0,0.00784456534936935,0.0,0.292666406723072 -6215,0.255951455205554,0.0,0.173049809031248,0.255951455205554,0.0,0.0670545133232218,0.255951455205554,0.0,0.0577931751478875,0.255951455205554,0.0,0.0942386387355663,0.255951455205554,0.0,0.0271531062138075,0.255951455205554,0.0,0.0186117511869473,0.5,0.255951455205554,0.0,0.00922457549212374,0.5,0.255951455205554,0.0,0.0284090064355973,0.5,0.255951455205554,0.0,0.0232072205086003,0.255951455205554,0.0,0.0184547145937081,0.0,0.034209288880688,0.255951455205554,0.0,0.0686407725657369,0.5,0.255951455205554,0.0,0.140280892571076,0.255951455205554,0.0,0.0432975796856741,0.255951455205554,0.0,0.0304365563635037,0.255951455205554,0.0,0.0067158203740508,0.0,0.276950201924538 -6216,0.255951455205554,0.0,0.16142111748501,0.255951455205554,0.0,0.0651638836627204,0.255951455205554,0.0,0.0533290778830819,0.255951455205554,0.0,0.080504273615102,0.255951455205554,0.0,0.0287164708877126,0.255951455205554,0.0,0.0186369456667361,0.5,0.255951455205554,0.0,0.00750057996547862,0.5,0.255951455205554,0.0,0.0256601658494217,0.5,0.255951455205554,0.0,0.0209939501399164,0.255951455205554,0.0,0.0143655070704687,0.0,0.0345187027392266,0.255951455205554,0.0,0.0649637154550218,0.5,0.255951455205554,0.0,0.130743220664646,0.255951455205554,0.0,0.0452368089906706,0.255951455205554,0.0,0.0323807220733416,0.255951455205554,0.0,0.00768259627328552,0.0,0.239891314880028 -6217,0.255951455205554,0.0,0.15334917139933,0.255951455205554,0.0,0.0688061625504401,0.255951455205554,0.0,0.0461266697391638,0.255951455205554,0.0,0.0624526362428285,0.255951455205554,0.0,0.028978583205094,0.255951455205554,0.0,0.0167060756670719,0.5,0.255951455205554,0.0,0.00700886601032861,0.5,0.255951455205554,0.0,0.0249625836740232,0.5,0.255951455205554,0.0,0.0192110741341237,0.255951455205554,0.0,0.013910049363132,0.0,0.0319578735684346,0.255951455205554,0.0,0.058990343608622,0.5,0.255951455205554,0.0,0.121031879143222,0.255951455205554,0.0,0.0435401275969592,0.255951455205554,0.0,0.0389390295312945,0.255951455205554,0.0,0.0106328514536071,0.0,0.172867674266751 -6218,0.255951455205554,0.0,0.140282753121268,0.255951455205554,0.0,0.0624247450594935,0.255951455205554,0.0,0.0398044114945523,0.255951455205554,0.0,0.0482705944483002,0.255951455205554,0.0,0.0259780835851094,0.255951455205554,0.0,0.0127509782413987,0.5,0.255951455205554,0.0,0.00695856469746618,0.5,0.255951455205554,0.0,0.0228963559279672,0.5,0.255951455205554,0.0,0.0171823585266465,0.255951455205554,0.0,0.012921664681615,0.0,0.0277087100534244,0.255951455205554,0.0,0.0505416005186459,0.5,0.255951455205554,0.0,0.113103708575488,0.255951455205554,0.0,0.0369388932447645,0.255951455205554,0.0,0.0432535436655926,0.255951455205554,0.0,0.0129933486601446,0.0,0.106666724428957 -6219,0.255951455205554,0.0,0.132954256441159,0.255951455205554,0.0,0.0577623588918159,0.255951455205554,0.0,0.0360692399020895,0.255951455205554,0.0,0.0417719729336878,0.255951455205554,0.0,0.0245013072507316,0.255951455205554,0.0,0.0109150661766539,0.5,0.255951455205554,0.0,0.00623447602079803,0.5,0.255951455205554,0.0,0.0210063989171842,0.5,0.255951455205554,0.0,0.015032793795994,0.255951455205554,0.0,0.0134174329090476,0.0,0.0242776617622985,0.255951455205554,0.0,0.043695262665342,0.5,0.255951455205554,0.0,0.096554025739717,0.255951455205554,0.0,0.0298921024747838,0.255951455205554,0.0,0.0444404757340943,0.255951455205554,0.0,0.0142227204245613,0.0,0.0662881835414865 -6220,0.255951455205554,0.0,0.124121636754207,0.255951455205554,0.0,0.0545250329032638,0.255951455205554,0.0,0.0356275814991068,0.255951455205554,0.0,0.0428384866854074,0.255951455205554,0.0,0.02412184944988,0.255951455205554,0.0,0.0119978200146919,0.5,0.255951455205554,0.0,0.00621573393913667,0.5,0.255951455205554,0.0,0.0206456490667551,0.5,0.255951455205554,0.0,0.013351525944976,0.255951455205554,0.0,0.0165887998365794,0.0,0.0221029788081963,0.255951455205554,0.0,0.0391086521647102,0.5,0.255951455205554,0.0,0.0883769435773225,0.255951455205554,0.0,0.0269570674450102,0.255951455205554,0.0,0.0399182127403021,0.255951455205554,0.0,0.0126467245222737,0.0,0.0515738085138435 -6221,0.255951455205554,0.0,0.12642219680062,0.255951455205554,0.0,0.0500624401011842,0.255951455205554,0.0,0.0395891431759599,0.255951455205554,0.0,0.0546261469170699,0.255951455205554,0.0,0.0252334483993807,0.255951455205554,0.0,0.0128035512588909,0.5,0.255951455205554,0.0,0.007022760779473,0.5,0.255951455205554,0.0,0.0209394693927576,0.5,0.255951455205554,0.0,0.0119762358576115,0.255951455205554,0.0,0.0176049604794891,0.0,0.0182596236626387,0.255951455205554,0.0,0.0349642700298163,0.5,0.255951455205554,0.0,0.0764126185518806,0.255951455205554,0.0,0.0283499158785978,0.255951455205554,0.0,0.0364917355770032,0.255951455205554,0.0,0.00991532830424577,0.0,0.0572385400342886 -6222,0.255951455205554,0.0,0.12474676797287,0.255951455205554,0.0,0.0498654027191699,0.255951455205554,0.0,0.0441546065723558,0.255951455205554,0.0,0.0654428534046813,0.255951455205554,0.0,0.025656739793423,0.255951455205554,0.0,0.0123341893198802,0.5,0.255951455205554,0.0,0.00776800353379638,0.5,0.255951455205554,0.0,0.0211505780682763,0.5,0.255951455205554,0.0,0.0117140581608201,0.255951455205554,0.0,0.0169137682931174,0.0,0.0166319148772946,0.255951455205554,0.0,0.0342507569076522,0.5,0.255951455205554,0.0,0.0680711286827452,0.255951455205554,0.0,0.0348422949196846,0.255951455205554,0.0,0.0377692902891648,0.255951455205554,0.0,0.00765086474912556,0.0,0.0692216205219235 -6223,0.255951455205554,0.00672493925480868,0.123159157228369,0.255951455205554,0.00627097623628243,0.0546941543693444,0.255951455205554,0.00669241346896572,0.046047796711548,0.255951455205554,0.00608845685816682,0.0659901088131003,0.255951455205554,0.00409657919589136,0.0251717688518531,0.255951455205554,0.00710427762245319,0.0111608876590132,0.5,0.255951455205554,0.00405981905687235,0.0072738973567593,0.5,0.255951455205554,0.00754259910270034,0.0223811326920896,0.5,0.255951455205554,0.0206294180768951,0.011001894660751,0.255951455205554,0.00313320004956669,0.0145603560321157,0.0342250509592959,0.0117263518105477,0.255951455205554,0.0343146053099681,0.030276737156365,0.5,0.255951455205554,0.027108207663302,0.0576881060224524,0.255951455205554,0.0339415051471717,0.0336301983441826,0.255951455205554,0.0232211491875447,0.0413300784853243,0.255951455205554,0.0195908367547444,0.00587976598054192,0.00873600943812727,0.0760060807108673 -6224,0.255951455205554,0.103795953828222,0.132492778995005,0.255951455205554,0.106026640734784,0.0632184932089046,0.255951455205554,0.117542053483602,0.0475115947520483,0.255951455205554,0.120171376099099,0.0629733034559092,0.255951455205554,0.110319001238112,0.0221839992877312,0.255951455205554,0.125943050721365,0.00859437104823507,0.5,0.255951455205554,0.111424712852421,0.00572322194404949,0.5,0.255951455205554,0.126741589940953,0.0178912904072427,0.5,0.255951455205554,0.141958316649416,0.011797890212027,0.255951455205554,0.106083847470891,0.0106683697928802,0.164982980233181,0.0140758788150347,0.255951455205554,0.161087914371337,0.0369239955302628,0.5,0.255951455205554,0.148621719061195,0.054426269679094,0.255951455205554,0.165366715332442,0.0395941987520377,0.255951455205554,0.149968947581165,0.0738429471246774,0.255951455205554,0.147540410400684,0.00526156722475807,0.111281614867969,0.0891452264551354 -6225,0.255951455205554,0.235193650494464,0.189323970058081,0.255951455205554,0.267451205020727,0.131496942806862,0.255951455205554,0.262603442855701,0.0830491492577737,0.255951455205554,0.263822622802015,0.0885491267080123,0.255951455205554,0.256561326474631,0.0303340000499177,0.255951455205554,0.273450271243593,0.0176290560209985,0.5,0.255951455205554,0.258829512872888,0.00946205634839932,0.5,0.255951455205554,0.276054709323015,0.0301713392614853,0.5,0.255951455205554,0.287270376422539,0.0362765875611731,0.255951455205554,0.253065591991013,0.0128954655584702,0.306451838364747,0.0522648194422345,0.255951455205554,0.300900619619529,0.0850545697410922,0.5,0.255951455205554,0.281318557920655,0.0855679608772351,0.255951455205554,0.311854981395967,0.086762002504338,0.255951455205554,0.29471265181404,0.157925074248325,0.255951455205554,0.295437911270749,0.0167197557760054,0.231546356116964,0.0985731011839741 -6226,0.255951455205554,0.367847022319359,0.283434053804043,0.255951455205554,0.413556373061995,0.202277499493584,0.255951455205554,0.404138821022503,0.127313629885834,0.255951455205554,0.402307742251792,0.117691742749127,0.255951455205554,0.400173268161961,0.0575301645063005,0.255951455205554,0.420875219362666,0.0478923707350355,0.5,0.255951455205554,0.406861392332316,0.0225175420356361,0.5,0.255951455205554,0.427815761438547,0.0395253567667806,0.5,0.255951455205554,0.440662356951059,0.0545678597945779,0.255951455205554,0.401290505940404,0.0287989855285913,0.445046626296628,0.0908412261943386,0.255951455205554,0.440751477579896,0.139469002851517,0.5,0.255951455205554,0.411151236384663,0.125522657133415,0.255951455205554,0.456612628174271,0.178414069083808,0.255951455205554,0.438504455696717,0.223824577258703,0.255951455205554,0.443052402003791,0.0315666275434242,0.367635949865915,0.0977516062587734 -6227,0.255951455205554,0.493919101131547,0.335557579762566,0.255951455205554,0.533170190629053,0.308932892170101,0.255951455205554,0.527923814216242,0.153567547460189,0.255951455205554,0.524957945328131,0.147880423283103,0.255951455205554,0.526798971995546,0.0682137288057013,0.255951455205554,0.544795003924669,0.056727226825533,0.5,0.255951455205554,0.533889985800746,0.0429331869832554,0.5,0.255951455205554,0.551422887876233,0.03394455490532,0.5,0.255951455205554,0.568965901910318,0.0602914207503454,0.255951455205554,0.529179027345744,0.0534095516920949,0.552198264858839,0.1561901823371,0.255951455205554,0.548269324204306,0.214375096983177,0.5,0.255951455205554,0.519189327948499,0.155324121445628,0.255951455205554,0.567685192017934,0.277419405868718,0.255951455205554,0.553878197469563,0.255248689497071,0.255951455205554,0.561870265816215,0.0402087607691104,0.499801705510144,0.097286430601727 -6228,0.255951455205554,0.581411427084637,0.378445906724535,0.255951455205554,0.602111610308354,0.443886262434321,0.255951455205554,0.598497168997203,0.170889561464398,0.255951455205554,0.598375867099766,0.175872184220995,0.255951455205554,0.602579010031374,0.0648090541209849,0.255951455205554,0.615608987899837,0.0562583887918205,0.5,0.255951455205554,0.610471865821056,0.0479939614855903,0.5,0.255951455205554,0.622829348082183,0.0253103399596535,0.5,0.255951455205554,0.635753592259886,0.0577500460160215,0.255951455205554,0.607301360408644,0.0535068493356042,0.606708919909394,0.218223255717943,0.255951455205554,0.605461284445244,0.284329805373491,0.5,0.255951455205554,0.576680789931222,0.186641489194286,0.255951455205554,0.624440454257466,0.34742221104127,0.255951455205554,0.615927409605233,0.290811950146064,0.255951455205554,0.625999844951429,0.0410907416455166,0.583420162551591,0.106265571504608 -6229,0.255951455205554,0.615302339924707,0.418726649365234,0.255951455205554,0.624554847076278,0.484241786961059,0.255951455205554,0.618307277889531,0.177689782355683,0.255951455205554,0.624773873061055,0.192738631321554,0.255951455205554,0.627064944104169,0.0484357763680721,0.255951455205554,0.6381124788304,0.0423119824398867,0.5,0.255951455205554,0.638204429765574,0.0386385373740604,0.5,0.255951455205554,0.646571602695984,0.0177098710321243,0.5,0.255951455205554,0.652698259140733,0.0536468291807997,0.255951455205554,0.636469668596128,0.0431392007984963,0.619499244228313,0.290339940941717,0.255951455205554,0.621424001266335,0.338225213593328,0.5,0.255951455205554,0.592273300484507,0.21474180266833,0.255951455205554,0.636710157496645,0.372424323750345,0.255951455205554,0.632424830564919,0.315777600797665,0.255951455205554,0.644262244200186,0.0382816349747443,0.622820278594182,0.118931961667219 -6230,0.255951455205554,0.602586368319682,0.465514810238949,0.255951455205554,0.606055864394542,0.471012995657412,0.255951455205554,0.594868243766211,0.185571892845041,0.255951455205554,0.610280789339948,0.202001310551996,0.255951455205554,0.612982401930516,0.0372294790335048,0.255951455205554,0.622864080475955,0.0293134000975832,0.5,0.255951455205554,0.626017403556212,0.0281541195038678,0.5,0.255951455205554,0.62913967128231,0.0139901064753443,0.5,0.255951455205554,0.627549918865612,0.0534012573107141,0.255951455205554,0.626044604555939,0.0317974681328831,0.59043771983762,0.336276016183774,0.255951455205554,0.585166593176207,0.370409911034467,0.5,0.255951455205554,0.568761426074959,0.24153701321223,0.255951455205554,0.602565330842978,0.358811390210519,0.255951455205554,0.606540405893606,0.32305528234742,0.255951455205554,0.620390996737037,0.034835228324105,0.59952518690389,0.137068884465102 -6231,0.255951455205554,0.530202624502715,0.49234850915039,0.255951455205554,0.531793461262908,0.457662756528881,0.255951455205554,0.522008120591109,0.19055755453555,0.255951455205554,0.528765849889456,0.194239172243359,0.255951455205554,0.550678930989905,0.0349727242927912,0.255951455205554,0.551833579755673,0.0231746715513795,0.5,0.255951455205554,0.562092455152656,0.0252155681350404,0.5,0.255951455205554,0.557738797980218,0.0198300236038567,0.5,0.255951455205554,0.546234192855017,0.0588585857179133,0.255951455205554,0.564916794126789,0.0275450268555035,0.504814493638123,0.34537142947991,0.255951455205554,0.503811741115818,0.371109250975542,0.5,0.255951455205554,0.493326163077331,0.26391326941868,0.255951455205554,0.518245870330307,0.326534146384128,0.255951455205554,0.523414392889668,0.313432437162838,0.255951455205554,0.536755828013454,0.0381979879759767,0.516704121338149,0.152048997578101 -6232,0.255951455205554,0.411785819774374,0.480783545201152,0.255951455205554,0.410970979780141,0.379916943758611,0.255951455205554,0.403099038203841,0.186653791233523,0.255951455205554,0.407163905465804,0.190941445576079,0.255951455205554,0.433463733721418,0.0418323949143685,0.255951455205554,0.431382433949705,0.0265106875967334,0.5,0.255951455205554,0.445089975868559,0.0311243582517512,0.5,0.255951455205554,0.426694860624481,0.0279656337827468,0.5,0.255951455205554,0.415091358893145,0.0653678893677491,0.255951455205554,0.450071371942468,0.0283638868439259,0.379230793501099,0.288003358133858,0.255951455205554,0.376735916311425,0.301741510715938,0.5,0.255951455205554,0.379548270951566,0.269070992870434,0.255951455205554,0.388368629773776,0.240328070873626,0.255951455205554,0.396985963287864,0.27093825719149,0.255951455205554,0.410751246999328,0.0456414570678867,0.399273090742238,0.167933721483468 -6233,0.255951455205554,0.286923731149007,0.395415478857152,0.255951455205554,0.276690743728817,0.188984223942698,0.255951455205554,0.28073523226095,0.144059645317124,0.255951455205554,0.276703169524958,0.167970714663428,0.255951455205554,0.301707372117561,0.0478068070050023,0.255951455205554,0.292780466069612,0.0293010730621215,0.5,0.255951455205554,0.307032676357279,0.0322468828692438,0.5,0.255951455205554,0.28689582499549,0.0269115537589072,0.5,0.255951455205554,0.269233417427415,0.0399570918384093,0.255951455205554,0.311440462019678,0.031873690889079,0.244688738034819,0.11844437929415,0.255951455205554,0.243155645460977,0.132754356885016,0.5,0.255951455205554,0.252945997693663,0.182480111199187,0.255951455205554,0.249151614706049,0.100700574194842,0.255951455205554,0.260142204206494,0.155669179447848,0.255951455205554,0.27180680479435,0.0387666728963232,0.284277259438722,0.187436942543813 -6234,0.255951455205554,0.0496923710447589,0.28980445603473,0.255951455205554,0.0403510496735263,0.0620359833795562,0.255951455205554,0.0504450935634529,0.0620274006599808,0.255951455205554,0.0509778537211418,0.0667613942763831,0.255951455205554,0.0574460304381595,0.0284446202927254,0.255951455205554,0.0447170781797569,0.0170625283587004,0.5,0.255951455205554,0.0605770050674948,0.0172289167725463,0.5,0.255951455205554,0.0484537404530259,0.0236134365439688,0.5,0.255951455205554,0.0307960117134967,0.0265978145207451,0.255951455205554,0.0675101641270743,0.0217233989617144,0.0,0.0779650236492233,0.255951455205554,0.00545514737250578,0.0888532334839424,0.5,0.255951455205554,0.0177835728021052,0.143397388741104,0.255951455205554,0.0114482745882822,0.0673847316400496,0.255951455205554,0.0276394433395183,0.0578151300743137,0.255951455205554,0.0313231056508657,0.015506137351724,0.0479663877603496,0.204234320967104 -6235,0.255951455205554,0.0,0.267393504936099,0.255951455205554,0.0,0.0550136406041981,0.255951455205554,0.0,0.0588963818662994,0.255951455205554,0.0,0.0499781639511647,0.255951455205554,0.0,0.0409825758224285,0.255951455205554,0.0,0.0197445287952216,0.5,0.255951455205554,0.0,0.0184044180590544,0.5,0.255951455205554,0.0,0.0251265300731486,0.5,0.255951455205554,0.0,0.0224522397868247,0.255951455205554,0.0,0.0237741912222212,0.0,0.0897837747416419,0.255951455205554,0.0,0.093245576718279,0.5,0.255951455205554,0.0,0.147354292337872,0.255951455205554,0.0,0.0708901494775408,0.255951455205554,0.0,0.045946259849182,0.255951455205554,0.0,0.0145616294467512,0.0,0.219442698586335 -6236,0.255951455205554,0.0,0.261455532868379,0.255951455205554,0.0,0.0585881796170746,0.255951455205554,0.0,0.0542608171863532,0.255951455205554,0.0,0.0408193467458304,0.255951455205554,0.0,0.0406666397974301,0.255951455205554,0.0,0.0167628319945895,0.5,0.255951455205554,0.0,0.0131739784449855,0.5,0.255951455205554,0.0,0.0240388689029367,0.5,0.255951455205554,0.0,0.0165980394368279,0.255951455205554,0.0,0.0227224706919408,0.0,0.088607586931466,0.255951455205554,0.0,0.0981773235270508,0.5,0.255951455205554,0.0,0.145376525282313,0.255951455205554,0.0,0.0751365819094778,0.255951455205554,0.0,0.0413095251159152,0.255951455205554,0.0,0.0136573227250683,0.0,0.248331982555632 -6237,0.255951455205554,0.0,0.256850846482666,0.255951455205554,0.0,0.0658757423752261,0.255951455205554,0.0,0.050755582308031,0.255951455205554,0.0,0.0415705589324569,0.255951455205554,0.0,0.039175185686986,0.255951455205554,0.0,0.0146555932777661,0.5,0.255951455205554,0.0,0.0106898561812165,0.5,0.255951455205554,0.0,0.0236719852375176,0.5,0.255951455205554,0.0,0.0135406039437445,0.255951455205554,0.0,0.0212148746961261,0.0,0.0843631132096241,0.255951455205554,0.0,0.102084342108317,0.5,0.255951455205554,0.0,0.150118401493136,0.255951455205554,0.0,0.079028312044201,0.255951455205554,0.0,0.0452108971116533,0.255951455205554,0.0,0.0130890686029515,0.0,0.305720091987322 -6238,0.255951455205554,0.0,0.234308088589035,0.255951455205554,0.0,0.070229203348164,0.255951455205554,0.0,0.0480545599553056,0.255951455205554,0.0,0.0439042876426876,0.255951455205554,0.0,0.0368429772642088,0.255951455205554,0.0,0.0120854945096688,0.5,0.255951455205554,0.0,0.00829245510717231,0.5,0.255951455205554,0.0,0.0230757282606932,0.5,0.255951455205554,0.0,0.0114360985369434,0.255951455205554,0.0,0.0172055422888957,0.0,0.0733933557589176,0.255951455205554,0.0,0.103132780227649,0.5,0.255951455205554,0.0,0.151481793915418,0.255951455205554,0.0,0.0791125341364165,0.255951455205554,0.0,0.0491180663700369,0.255951455205554,0.0,0.0113546387901698,0.0,0.355426715303479 -6239,0.255951455205554,0.0,0.203368750581667,0.255951455205554,0.0,0.0695394073816567,0.255951455205554,0.0,0.0439178435926061,0.255951455205554,0.0,0.0429470154720072,0.255951455205554,0.0,0.0346920666876597,0.255951455205554,0.0,0.0101411603086948,0.5,0.255951455205554,0.0,0.0066864184260728,0.5,0.255951455205554,0.0,0.022103413436728,0.5,0.255951455205554,0.0,0.0103162231720651,0.255951455205554,0.0,0.0145622536461935,0.0,0.0670286155624053,0.255951455205554,0.0,0.099177419643879,0.5,0.255951455205554,0.0,0.143234281351353,0.255951455205554,0.0,0.0752295851843143,0.255951455205554,0.0,0.0505537833679447,0.255951455205554,0.0,0.00951366232443394,0.0,0.339289121603664 -6240,0.255951455205554,0.0,0.178018158315388,0.255951455205554,0.0,0.0620650739359434,0.255951455205554,0.0,0.0382746761427061,0.255951455205554,0.0,0.038839154781859,0.255951455205554,0.0,0.0299391987021496,0.255951455205554,0.0,0.00842090668230016,0.5,0.255951455205554,0.0,0.00605382318488349,0.5,0.255951455205554,0.0,0.0232230618154308,0.5,0.255951455205554,0.0,0.00921799331236123,0.255951455205554,0.0,0.0136158620583524,0.0,0.0589337994974096,0.255951455205554,0.0,0.0900917410874001,0.5,0.255951455205554,0.0,0.127697692697471,0.255951455205554,0.0,0.0694307368630297,0.255951455205554,0.0,0.0468090402224823,0.255951455205554,0.0,0.00745317744210632,0.0,0.25828446131802 -6241,0.255951455205554,0.0,0.159986794566791,0.255951455205554,0.0,0.0539491892928257,0.255951455205554,0.0,0.0324854014451406,0.255951455205554,0.0,0.0340078577026256,0.255951455205554,0.0,0.0273674129799128,0.255951455205554,0.0,0.00736691120733451,0.5,0.255951455205554,0.0,0.00507586041376782,0.5,0.255951455205554,0.0,0.022436012826876,0.5,0.255951455205554,0.0,0.00940900079686702,0.255951455205554,0.0,0.0067250246511506,0.0,0.0507686442726983,0.255951455205554,0.0,0.0779224199414927,0.5,0.255951455205554,0.0,0.113232551716491,0.255951455205554,0.0,0.0673265317173104,0.255951455205554,0.0,0.0397439942355232,0.255951455205554,0.0,0.00619861516094623,0.0,0.168473833922686 -6242,0.255951455205554,0.0,0.142483921439215,0.255951455205554,0.0,0.0448274944304952,0.255951455205554,0.0,0.0283441146395024,0.255951455205554,0.0,0.0291053687831841,0.255951455205554,0.0,0.0267579550381069,0.255951455205554,0.0,0.00660750662381076,0.5,0.255951455205554,0.0,0.0047151322079098,0.5,0.255951455205554,0.0,0.0228718519177511,0.5,0.255951455205554,0.0,0.010485384393147,0.255951455205554,0.0,0.00494015269445295,0.0,0.0502306491825487,0.255951455205554,0.0,0.0681155544598691,0.5,0.255951455205554,0.0,0.0989776365716144,0.255951455205554,0.0,0.0677043491868282,0.255951455205554,0.0,0.0325946037756931,0.255951455205554,0.0,0.00560377858354369,0.0,0.114184632549575 -6243,0.255951455205554,0.0,0.121873399093473,0.255951455205554,0.0,0.0362054711047853,0.255951455205554,0.0,0.0260270278381948,0.255951455205554,0.0,0.0261365128492761,0.255951455205554,0.0,0.0252633234125237,0.255951455205554,0.0,0.00678965508956122,0.5,0.255951455205554,0.0,0.00431512876557532,0.5,0.255951455205554,0.0,0.024002007886921,0.5,0.255951455205554,0.0,0.0116034867348199,0.255951455205554,0.0,0.00558947674595921,0.0,0.0371352516520383,0.255951455205554,0.0,0.0585273456526961,0.5,0.255951455205554,0.0,0.0839584486712986,0.255951455205554,0.0,0.068540790332648,0.255951455205554,0.0,0.0273931739744906,0.255951455205554,0.0,0.00583238246365598,0.0,0.0893902501612361 -6244,0.255951455205554,0.0,0.106942645071928,0.255951455205554,0.0,0.0404439054728559,0.255951455205554,0.0,0.0249288916801666,0.255951455205554,0.0,0.0245818336651403,0.255951455205554,0.0,0.0237002255183826,0.255951455205554,0.0,0.00817950490238641,0.5,0.255951455205554,0.0,0.003956249610793,0.5,0.255951455205554,0.0,0.0250489322605731,0.5,0.255951455205554,0.0,0.0140950050129266,0.255951455205554,0.0,0.00276514021289467,0.0,0.0348623641938854,0.255951455205554,0.0,0.0546820148179547,0.5,0.255951455205554,0.0,0.0753848418757667,0.255951455205554,0.0,0.0720721893686513,0.255951455205554,0.0,0.0252303342479675,0.255951455205554,0.0,0.00699521453629305,0.0,0.0861419617180913 -6245,0.255951455205554,0.0,0.0968012774910751,0.255951455205554,0.0,0.0471948292894631,0.255951455205554,0.0,0.0243444467688561,0.255951455205554,0.0,0.0243710408904082,0.255951455205554,0.0,0.0249999598829335,0.255951455205554,0.0,0.00940779433698818,0.5,0.255951455205554,0.0,0.00488019963762169,0.5,0.255951455205554,0.0,0.0273198769402318,0.5,0.255951455205554,0.0,0.0164517955313511,0.255951455205554,0.0,0.00194531478694945,0.0,0.0405649529537112,0.255951455205554,0.0,0.0561616672280689,0.5,0.255951455205554,0.0,0.0723038911147992,0.255951455205554,0.0,0.0736225915987582,0.255951455205554,0.0,0.0246759364238935,0.255951455205554,0.0,0.00905474621654962,0.0,0.0901971230413903 -6246,0.255951455205554,0.0,0.0926749876682447,0.255951455205554,0.0,0.0446092068025243,0.255951455205554,0.0,0.0234782015400684,0.255951455205554,0.0,0.0239068910944924,0.255951455205554,0.0,0.0266535940464102,0.255951455205554,0.0,0.00868386134886185,0.5,0.255951455205554,0.0,0.00348252695370918,0.5,0.255951455205554,0.0,0.0267569488751347,0.5,0.255951455205554,0.0,0.0172971128957724,0.255951455205554,0.0,0.00478527988527037,0.0,0.046805655427143,0.255951455205554,0.0,0.0587411255660952,0.5,0.255951455205554,0.0,0.0679435628742807,0.255951455205554,0.0,0.0769360567012763,0.255951455205554,0.0,0.0237850796051635,0.255951455205554,0.0,0.0102125217296717,0.0,0.0890056440429069 -6247,0.255951455205554,0.00741654189234957,0.0874395783503059,0.255951455205554,0.00875760724216344,0.0375137938403777,0.255951455205554,0.00597397621529252,0.0211399242520113,0.255951455205554,0.00564616121347946,0.0222272684258049,0.255951455205554,0.00337579536558461,0.0234143411251931,0.255951455205554,0.00545375859963369,0.00644942242629938,0.5,0.255951455205554,0.00102660848939149,0.00542419301280243,0.5,0.255951455205554,0.0039199867757009,0.0219750713627191,0.5,0.255951455205554,0.0191312218248732,0.0166418874889585,0.255951455205554,0.00130858197295986,0.00365061803718635,0.032249055794574,0.0487454562031125,0.255951455205554,0.0333297065013847,0.0506213320311034,0.5,0.255951455205554,0.026311671516144,0.0601257207906061,0.255951455205554,0.0314585219523224,0.0706205060624199,0.255951455205554,0.0208873396103514,0.0195437148599459,0.255951455205554,0.0169468954318443,0.00971087418255515,0.0079836804082675,0.0774086864051874 -6248,0.255951455205554,0.125127629692299,0.0833132689344857,0.255951455205554,0.131058634536106,0.0357289323845141,0.255951455205554,0.118881616004205,0.0204249377539884,0.255951455205554,0.119748205668965,0.0241806847151938,0.255951455205554,0.101689975528777,0.0215199935338454,0.255951455205554,0.101914071546712,0.00703640729046475,0.5,0.255951455205554,0.0268613352117559,0.00449313049503575,0.5,0.255951455205554,0.0650685448221526,0.0184749738055918,0.5,0.255951455205554,0.144054980822038,0.0141809682405761,0.255951455205554,0.040315415283054,0.00390311174912443,0.163596649504894,0.0519824429436614,0.255951455205554,0.165154619336962,0.0622097809217361,0.5,0.255951455205554,0.156135829434991,0.0620858305652523,0.255951455205554,0.162567913520591,0.0732190300937633,0.255951455205554,0.148682625992776,0.0214562266443223,0.255951455205554,0.144558630964212,0.00776498711639937,0.128410651584871,0.0643650441742057 -6249,0.255951455205554,0.26986474596478,0.116959370037102,0.255951455205554,0.275483789079033,0.0788358899418863,0.255951455205554,0.264858925253708,0.0322502863849858,0.255951455205554,0.265838500803732,0.0355388968104024,0.255951455205554,0.232621031372911,0.0266300550215132,0.255951455205554,0.202078383611257,0.0124147934069413,0.5,0.255951455205554,0.0703204191548002,0.00531771324413102,0.5,0.255951455205554,0.136481060656379,0.0159061817505295,0.5,0.255951455205554,0.288301932752018,0.0296658307113336,0.255951455205554,0.0604388837921913,0.00935066801901137,0.305409565547617,0.143484325513905,0.255951455205554,0.308051081208175,0.136258229615418,0.5,0.255951455205554,0.299011149353048,0.108231108045414,0.255951455205554,0.310016506945926,0.136615829704468,0.255951455205554,0.293923629876518,0.0406106075612224,0.255951455205554,0.291566234651834,0.0110481023962115,0.272586601816182,0.0593805086083581 -6250,0.255951455205554,0.407909978781964,0.171308286734517,0.255951455205554,0.414264329735943,0.10841653728259,0.255951455205554,0.406064257955656,0.045590727989368,0.255951455205554,0.406165336468995,0.0499750105912669,0.255951455205554,0.348620426394073,0.0459592222486622,0.255951455205554,0.273933735831116,0.0311644850535258,0.5,0.255951455205554,0.0845830606506614,0.0120697300898495,0.5,0.255951455205554,0.214528102927382,0.0177527869895554,0.5,0.255951455205554,0.427128178206031,0.0576681164299618,0.255951455205554,0.0221251081053136,0.0134112675187279,0.444802565886757,0.313479280365695,0.255951455205554,0.448642580208224,0.207199995184112,0.5,0.255951455205554,0.438286337649219,0.1617872758334,0.255951455205554,0.454991920281705,0.222541071972184,0.255951455205554,0.437541404806083,0.0497650149685502,0.255951455205554,0.436727535262958,0.0236555017660334,0.410414968527222,0.0531841259982106 -6251,0.255951455205554,0.5297133498501,0.191641978434284,0.255951455205554,0.533258250635712,0.136451381269997,0.255951455205554,0.529421994539214,0.0450685157722727,0.255951455205554,0.529185249024847,0.0423617071761907,0.255951455205554,0.451938451239683,0.0621703871858676,0.255951455205554,0.308331781894376,0.0569637661696845,0.5,0.255951455205554,0.114918364085803,0.0243616239194007,0.5,0.255951455205554,0.299328490056904,0.0165766998440066,0.5,0.255951455205554,0.526670493877187,0.0715436992893516,0.255951455205554,0.017438399308995,0.0134571470379901,0.552899389322935,0.347083473307547,0.255951455205554,0.557091581164201,0.252286038901325,0.5,0.255951455205554,0.550688823969537,0.199591032248801,0.255951455205554,0.565521667980597,0.236134160018371,0.255951455205554,0.552051471881707,0.0553651182530785,0.255951455205554,0.550235803626361,0.0450867373114568,0.532187525511983,0.0465916802106056 -6252,0.255951455205554,0.600364013586954,0.222407013458043,0.255951455205554,0.600451297854609,0.13010332767601,0.255951455205554,0.601906324796795,0.0430211764634121,0.255951455205554,0.601121026801311,0.0375455658466549,0.255951455205554,0.504135392001797,0.0672334291895054,0.255951455205554,0.312360345660527,0.07280713519695,0.5,0.255951455205554,0.107153264791978,0.0305545803384245,0.5,0.255951455205554,0.374149050575203,0.0122164713976012,0.5,0.255951455205554,0.565613803447366,0.0594572000331353,0.255951455205554,0.0222366528077159,0.0102810879131875,0.607695843344313,0.399153338031882,0.255951455205554,0.61208642645307,0.29518028972527,0.5,0.255951455205554,0.609536857349978,0.231226179888555,0.255951455205554,0.621942664460776,0.221718708710298,0.255951455205554,0.612923059119924,0.0604935522072472,0.255951455205554,0.606418944519827,0.0461643505465744,0.602779703074006,0.0419180342353778 -6253,0.255951455205554,0.623807283204701,0.244331026186122,0.255951455205554,0.621520923700142,0.121809858418027,0.255951455205554,0.626415978114169,0.0390175307063078,0.255951455205554,0.625341350940145,0.0343482170892612,0.255951455205554,0.508880201309807,0.0639337626525885,0.255951455205554,0.289749968043364,0.075300778936598,0.5,0.255951455205554,0.08918106669035,0.02687768716426,0.5,0.255951455205554,0.421191454307929,0.00593969236296299,0.5,0.255951455205554,0.553138620290036,0.0466709973490929,0.255951455205554,0.0441845197475993,0.00658035220209034,0.619721597785793,0.445097434012335,0.255951455205554,0.623824168687837,0.32780298558398,0.5,0.255951455205554,0.624330884005946,0.288624484479781,0.255951455205554,0.63414718534745,0.197766577039539,0.255951455205554,0.628699462469451,0.0586937409487477,0.255951455205554,0.610110014712332,0.0417621144897169,0.62670106104981,0.0407643281279007 -6254,0.255951455205554,0.606966534514484,0.257327009775965,0.255951455205554,0.602666069768063,0.107563746744582,0.255951455205554,0.610936366946844,0.0339870601789087,0.255951455205554,0.609833615658468,0.0293796563607546,0.255951455205554,0.479874690132571,0.0694897633319057,0.255951455205554,0.22742136813447,0.0858797094215572,0.5,0.255951455205554,0.100865344501351,0.0218060546332593,0.5,0.255951455205554,0.438083595229137,0.00158667279786147,0.5,0.255951455205554,0.505802165582386,0.0375220369548041,0.255951455205554,0.12537833526056,0.00341081151058404,0.588878315875472,0.45467286053673,0.255951455205554,0.592054672181035,0.334295917000223,0.5,0.255951455205554,0.596412814066971,0.352315883190236,0.255951455205554,0.601971420168032,0.182159360925298,0.255951455205554,0.602502553235017,0.0535737237062175,0.255951455205554,0.558589549262815,0.0390420260538889,0.60984504690493,0.0431921257894965 -6255,0.255951455205554,0.534144471730135,0.259859260232855,0.255951455205554,0.52852011556722,0.092691710867032,0.255951455205554,0.54087695745297,0.0327551380492606,0.255951455205554,0.539961663040757,0.0304751103274679,0.255951455205554,0.408465874536849,0.0769293992439878,0.255951455205554,0.131839083038822,0.0805094085940023,0.5,0.255951455205554,0.139686243786966,0.0182697327260989,0.5,0.255951455205554,0.435908058991582,0.000334862752825979,0.5,0.255951455205554,0.423067258108692,0.0274218045171625,0.255951455205554,0.253465271330703,0.0035809298348707,0.501588461626747,0.40958811556112,0.255951455205554,0.503419262484133,0.308839212060573,0.5,0.255951455205554,0.511011312081128,0.373855275847871,0.255951455205554,0.510550785784157,0.168038553109789,0.255951455205554,0.519786972421149,0.0523546655991827,0.255951455205554,0.434930294646972,0.0410119923272748,0.535791792526679,0.048314886050836 -6256,0.255951455205554,0.414774144236892,0.24331906443629,0.255951455205554,0.408384076730673,0.0724903862450193,0.255951455205554,0.420717998814632,0.0326126400770596,0.255951455205554,0.421015838995876,0.0283946740955598,0.255951455205554,0.301390078109072,0.0707855378702823,0.255951455205554,0.0831801920945247,0.0691783117773045,0.5,0.255951455205554,0.174674496189819,0.0175889948682577,0.5,0.255951455205554,0.35536024968964,0.000298800933051108,0.5,0.255951455205554,0.315199894353162,0.0155696111859429,0.255951455205554,0.245727987282957,0.00643409519369973,0.375420211247729,0.315333440503745,0.255951455205554,0.375592452023404,0.234096987293279,0.5,0.255951455205554,0.386442298330146,0.300402738542838,0.255951455205554,0.373919203651014,0.144889197033137,0.255951455205554,0.388649428476411,0.0535998776345021,0.255951455205554,0.262666735176884,0.0410655772400852,0.415565751234676,0.0548939068243738 -6257,0.255951455205554,0.287043193146495,0.189382702263142,0.255951455205554,0.279368451006103,0.037130057118571,0.255951455205554,0.287985305672336,0.0302314222119097,0.255951455205554,0.291611555083951,0.0277856759946695,0.255951455205554,0.215018303170554,0.0573713640158683,0.255951455205554,0.0535790093022348,0.0462768843306142,0.5,0.255951455205554,0.15159108006646,0.0215815288800165,0.5,0.255951455205554,0.235076469235054,0.000562138249080071,0.5,0.255951455205554,0.197904702475751,0.00546031279332748,0.255951455205554,0.236337722285421,0.00794094049919683,0.240827021828513,0.123749323159346,0.255951455205554,0.232944008118938,0.0958222371075105,0.5,0.255951455205554,0.248647182745439,0.136668057100391,0.255951455205554,0.212201810695733,0.0737610661012978,0.255951455205554,0.237873571152757,0.0393132460552546,0.255951455205554,0.112220186450879,0.0340821228116893,0.287006373830795,0.0555110039149707 -6258,0.255951455205554,0.0444732439835846,0.133643965195675,0.255951455205554,0.0364970103881998,0.0129894642668402,0.255951455205554,0.0453760556861988,0.0171764707390372,0.255951455205554,0.0459841209924675,0.0118933408151587,0.255951455205554,0.0482686082240244,0.0350447473008914,0.255951455205554,0.0186694322845367,0.0249417113619214,0.5,0.255951455205554,0.04644431342584,0.0110309523268772,0.5,0.255951455205554,0.0465172350688411,0.00131036556729142,0.5,0.255951455205554,0.0209992823595521,0.00562171844091536,0.255951455205554,0.0634082820932181,0.00476649640265787,0.0,0.0573344866181459,0.255951455205554,0.00353630195234874,0.0543110612039987,0.5,0.255951455205554,0.00920665544467603,0.0804327375819886,0.255951455205554,0.00498238918342448,0.0550516890073232,0.255951455205554,0.0262516967201343,0.0205068328669017,0.255951455205554,0.0179186250509038,0.0253225764124657,0.0425416884748082,0.0482296159916682 -6259,0.255951455205554,0.0,0.124448329575266,0.255951455205554,0.0,0.0129967421789452,0.255951455205554,0.0,0.0217047290076415,0.255951455205554,0.0,0.0147886219552208,0.255951455205554,0.0,0.0309624788139345,0.255951455205554,0.0,0.0132171364828773,0.5,0.255951455205554,0.0,0.00940505302264322,0.5,0.255951455205554,0.0,0.0038341319080125,0.5,0.255951455205554,0.0,0.00730425394413736,0.255951455205554,0.0,0.00859510769212355,0.0,0.0533568677403821,0.255951455205554,0.0,0.0505561891706356,0.5,0.255951455205554,0.0,0.0729356168536828,0.255951455205554,0.0,0.0650875236659222,0.255951455205554,0.0,0.0252549421941077,0.255951455205554,0.0,0.0461335744195764,0.0,0.0391076662672794 -6260,0.255951455205554,0.0,0.109441526239708,0.255951455205554,0.0,0.00984946006371312,0.255951455205554,0.0,0.0214254618662002,0.255951455205554,0.0,0.0138942794614196,0.255951455205554,0.0,0.0320759038532824,0.255951455205554,0.0,0.00848076080080624,0.5,0.255951455205554,0.0,0.00665799567276373,0.5,0.255951455205554,0.0,0.0090394566954124,0.5,0.255951455205554,0.0,0.00862776745110982,0.255951455205554,0.0,0.0119200115060849,0.0,0.0514048004860991,0.255951455205554,0.0,0.0458423872617235,0.5,0.255951455205554,0.0,0.060015109661248,0.255951455205554,0.0,0.0652491465819038,0.255951455205554,0.0,0.0259623959879043,0.255951455205554,0.0,0.0761273483167139,0.0,0.03278569361198 -6261,0.255951455205554,0.0,0.094486511603037,0.255951455205554,0.0,0.00853680188982051,0.255951455205554,0.0,0.019470072818426,0.255951455205554,0.0,0.0138743122656343,0.255951455205554,0.0,0.0271449484598904,0.255951455205554,0.0,0.00584522090277733,0.5,0.255951455205554,0.0,0.00416667618147886,0.5,0.255951455205554,0.0,0.0167665928912099,0.5,0.255951455205554,0.0,0.0106154714173554,0.255951455205554,0.0,0.00727270119629648,0.0,0.0456232540082825,0.255951455205554,0.0,0.0415401003700835,0.5,0.255951455205554,0.0,0.04733273989357,0.255951455205554,0.0,0.0615304170251985,0.255951455205554,0.0,0.030294108358212,0.255951455205554,0.0,0.0728799814551478,0.0,0.0282682815739127 -6262,0.255951455205554,0.0,0.0796276698936769,0.255951455205554,0.0,0.00750861290610113,0.255951455205554,0.0,0.0155742092712153,0.255951455205554,0.0,0.0114783381215938,0.255951455205554,0.0,0.0227901143318178,0.255951455205554,0.0,0.00517487853324667,0.5,0.255951455205554,0.0,0.00496158720930072,0.5,0.255951455205554,0.0,0.0200961741212868,0.5,0.255951455205554,0.0,0.0131302299795641,0.255951455205554,0.0,0.00115139624541305,0.0,0.0383282498963536,0.255951455205554,0.0,0.0373699488874461,0.5,0.255951455205554,0.0,0.0401960392231336,0.255951455205554,0.0,0.0546593723969395,0.255951455205554,0.0,0.0638964546012426,0.255951455205554,0.0,0.0276899975357648,0.0,0.0243762285576804 -6263,0.255951455205554,0.0,0.0624724488801134,0.255951455205554,0.0,0.00664068576924636,0.255951455205554,0.0,0.0128955800470251,0.255951455205554,0.0,0.00740625913828353,0.255951455205554,0.0,0.0201102548610158,0.255951455205554,0.0,0.00542219234498261,0.5,0.255951455205554,0.0,0.00662063439730516,0.5,0.255951455205554,0.0,0.0251259884357979,0.5,0.255951455205554,0.0,0.0142910305859663,0.255951455205554,0.0,0.00114248274085126,0.0,0.0355225282775176,0.255951455205554,0.0,0.033379005153305,0.5,0.255951455205554,0.0,0.0313815138284228,0.255951455205554,0.0,0.0589891025119648,0.255951455205554,0.0,0.0865114927557008,0.255951455205554,0.0,0.00700535831963057,0.0,0.0191397025589558 -6264,0.255951455205554,0.0,0.0479305866813588,0.255951455205554,0.0,0.00530111976353491,0.255951455205554,0.0,0.0103988195514369,0.255951455205554,0.0,0.00524019012865823,0.255951455205554,0.0,0.0186678600526043,0.255951455205554,0.0,0.00678610188951841,0.5,0.255951455205554,0.0,0.00518334233675564,0.5,0.255951455205554,0.0,0.0271924652406948,0.5,0.255951455205554,0.0,0.0155589690153102,0.255951455205554,0.0,0.00338390952023218,0.0,0.0343572078314957,0.255951455205554,0.0,0.0292659428344587,0.5,0.255951455205554,0.0,0.0255334968578753,0.255951455205554,0.0,0.0531670457236005,0.255951455205554,0.0,0.061880909362857,0.255951455205554,0.0,0.00235651260668385,0.0,0.0153727405910307 -6265,0.255951455205554,0.0,0.036197514847929,0.255951455205554,0.0,0.00493940901594942,0.255951455205554,0.0,0.00689800091634964,0.255951455205554,0.0,0.00284066479923317,0.255951455205554,0.0,0.0170463742365203,0.255951455205554,0.0,0.00851236239436653,0.5,0.255951455205554,0.0,0.0091410165357676,0.5,0.255951455205554,0.0,0.0267174692441911,0.5,0.255951455205554,0.0,0.0153962779184231,0.255951455205554,0.0,0.0150903250997734,0.0,0.0320897535237868,0.255951455205554,0.0,0.0284609710542366,0.5,0.255951455205554,0.0,0.0222006198024271,0.255951455205554,0.0,0.0306569327909168,0.255951455205554,0.0,0.0274494171001233,0.255951455205554,0.0,0.00180342624316763,0.0,0.0122393934381357 -6266,0.255951455205554,0.0,0.0279101468507133,0.255951455205554,0.0,0.00459537554558157,0.255951455205554,0.0,0.00504902563179112,0.255951455205554,0.0,0.00196283552842609,0.255951455205554,0.0,0.0177295824348062,0.255951455205554,0.0,0.0103539039490419,0.5,0.255951455205554,0.0,0.0127785681507906,0.5,0.255951455205554,0.0,0.0258309152234674,0.5,0.255951455205554,0.0,0.0163284064988605,0.255951455205554,0.0,0.00541380893606298,0.0,0.0281092095209299,0.255951455205554,0.0,0.0282591113686904,0.5,0.255951455205554,0.0,0.0196392337143707,0.255951455205554,0.0,0.0206660009271418,0.255951455205554,0.0,0.00988416047995017,0.255951455205554,0.0,0.00324428111104088,0.0,0.00873095207905472 -6267,0.255951455205554,0.0,0.0206524124252005,0.255951455205554,0.0,0.00398696008154395,0.255951455205554,0.0,0.00450968698554447,0.255951455205554,0.0,0.00175900725146842,0.255951455205554,0.0,0.0187082535386012,0.255951455205554,0.0,0.0127377076679936,0.5,0.255951455205554,0.0,0.00788909519661382,0.5,0.255951455205554,0.0,0.0233535126869082,0.5,0.255951455205554,0.0,0.0180069959276808,0.255951455205554,0.0,0.00530043172641681,0.0,0.0203004880337799,0.255951455205554,0.0,0.0196927754885214,0.5,0.255951455205554,0.0,0.0191724104195289,0.255951455205554,0.0,0.0155110263585475,0.255951455205554,0.0,0.00674210650080159,0.255951455205554,0.0,0.00553891119664351,0.0,0.00645388134162923 -6268,0.255951455205554,0.0,0.0159306625384759,0.255951455205554,0.0,0.00295753025462659,0.255951455205554,0.0,0.0037016614852895,0.255951455205554,0.0,0.00131177522195805,0.255951455205554,0.0,0.0176310203462503,0.255951455205554,0.0,0.00744013303720036,0.5,0.255951455205554,0.0,0.0134124069601165,0.5,0.255951455205554,0.0,0.0234156130181219,0.5,0.255951455205554,0.0,0.0177925388824462,0.255951455205554,0.0,0.0189246377833497,0.0,0.0116722435212567,0.255951455205554,0.0,0.0143959542863808,0.5,0.255951455205554,0.0,0.0185952775966749,0.255951455205554,0.0,0.0144536152427627,0.255951455205554,0.0,0.00684862552889015,0.255951455205554,0.0,0.00863795828577839,0.0,0.00551236144871193 -6269,0.255951455205554,0.0,0.0135463522320332,0.255951455205554,0.0,0.00219654074023389,0.255951455205554,0.0,0.0030821301082783,0.255951455205554,0.0,0.000996003093770796,0.255951455205554,0.0,0.015596249287767,0.255951455205554,0.0,0.0126088542332962,0.5,0.255951455205554,0.0,0.0243551134755483,0.5,0.255951455205554,0.0,0.0281868870158823,0.5,0.255951455205554,0.0,0.0191341482124335,0.255951455205554,0.0,0.0221581449561752,0.0,0.00673530996825507,0.255951455205554,0.0,0.0115148575363426,0.5,0.255951455205554,0.0,0.0161123002518278,0.255951455205554,0.0,0.01686967092359,0.255951455205554,0.0,0.00851150420309787,0.255951455205554,0.0,0.00717088937019668,0.0,0.00633743781947666 -6270,0.255951455205554,0.0,0.0120249998220609,0.255951455205554,0.0,0.00177276019652708,0.255951455205554,0.0,0.00248982385472639,0.255951455205554,0.0,0.00137760076055087,0.255951455205554,0.0,0.0126502962112891,0.255951455205554,0.0,0.0199381314054319,0.5,0.255951455205554,0.0,0.0206194439865837,0.5,0.255951455205554,0.0,0.0280466778283044,0.5,0.255951455205554,0.0,0.0179170550732154,0.255951455205554,0.0,0.0196833681394746,0.0,0.00521063103527554,0.255951455205554,0.0,0.0101533113322073,0.5,0.255951455205554,0.0,0.0134799040291398,0.255951455205554,0.0,0.0190866104822958,0.255951455205554,0.0,0.00429612722405417,0.255951455205554,0.0,0.00992003463170336,0.0,0.00672401997646427 -6271,0.255951455205554,0.0065258316673616,0.0103554860104266,0.255951455205554,0.00727269611957978,0.00116740861611438,0.255951455205554,0.00357699043361274,0.00193810793119548,0.255951455205554,0.00482458492561046,0.00114827267758484,0.255951455205554,0.000720780918953153,0.0131959178895055,0.255951455205554,0.00104241725386175,0.0208384407006479,0.5,0.255951455205554,0.0019106892666118,0.0191238293887533,0.5,0.255951455205554,0.002009707427531,0.0293186058094161,0.5,0.255951455205554,0.0117190825044441,0.0184887801442381,0.255951455205554,0.00185629410260183,0.0246472941151898,0.0215782304953693,0.00528740363779566,0.255951455205554,0.0140733713212256,0.00778066678701217,0.5,0.255951455205554,0.0230548772534142,0.00823769916964198,0.255951455205554,0.00935872358276566,0.0239387890168882,0.255951455205554,0.00755163056892791,0.00498160867784265,0.255951455205554,0.00615179518795917,0.0146354988970597,0.006940429788025,0.00685133551811659 -6272,0.255951455205554,0.123733234614191,0.01054097366133,0.255951455205554,0.127844102915399,0.000656790365849989,0.255951455205554,0.0913117539645623,0.00146364882377428,0.255951455205554,0.114660038410487,0.000281872598069919,0.255951455205554,0.0250489602022709,0.0150461185180552,0.255951455205554,0.0317810980685124,0.0173319955249955,0.5,0.255951455205554,0.0812321926072133,0.0193269619134068,0.5,0.255951455205554,0.0600852067431069,0.0279165894615836,0.5,0.255951455205554,0.0852870882145785,0.0185094734336724,0.255951455205554,0.0887712199962327,0.017230079097267,0.11935196551697,0.00442074723535787,0.255951455205554,0.0883224137372474,0.00798121814816472,0.5,0.255951455205554,0.15146490609284,0.00436601378135534,0.255951455205554,0.0829693385032923,0.0272348075869841,0.255951455205554,0.0691810567341844,0.00766400607712945,0.255951455205554,0.0445238247277766,0.0165194121307367,0.126695543449426,0.00653303336661369 -6273,0.255951455205554,0.269501082917303,0.0131567586167671,0.255951455205554,0.272122219848065,0.000389833599115724,0.255951455205554,0.214093685257765,0.00199114085387768,0.255951455205554,0.259257823366842,0.000182151858351955,0.255951455205554,0.0550871003178637,0.0175981048078992,0.255951455205554,0.116133704971726,0.0336594922222039,0.5,0.255951455205554,0.20924659319078,0.0289371238249286,0.5,0.255951455205554,0.175764137996361,0.0372045471466994,0.5,0.255951455205554,0.177738831068329,0.0198786508499231,0.255951455205554,0.197841233482858,0.0218726369080182,0.26342040461925,0.0206739692532332,0.255951455205554,0.18996147137084,0.019506545718837,0.5,0.255951455205554,0.29368158217814,0.00482654112585263,0.255951455205554,0.189649856617963,0.0465440137015714,0.255951455205554,0.098886975116487,0.011344472151704,0.255951455205554,0.0557000984917912,0.0184651589207442,0.271813636837718,0.00557134010297983 -6274,0.255951455205554,0.407968025022781,0.0176784104949492,0.255951455205554,0.410035828908044,0.000541942267244583,0.255951455205554,0.337525485029999,0.0055968132010005,0.255951455205554,0.39837097301416,0.000357941500049711,0.255951455205554,0.0810271348510492,0.0208528946657305,0.255951455205554,0.251490216107348,0.0766505869169206,0.5,0.255951455205554,0.321451086298019,0.0611072156551694,0.5,0.255951455205554,0.308240827324767,0.0722576205180304,0.5,0.255951455205554,0.288302954738113,0.0261768067287736,0.255951455205554,0.294011716105021,0.070349415048601,0.417919899830255,0.0698960362284684,0.255951455205554,0.303884370067533,0.0306349588168423,0.5,0.255951455205554,0.432173927871932,0.00446218785151234,0.255951455205554,0.249476093753834,0.070786742315007,0.255951455205554,0.0954102056000274,0.017622682149518,0.255951455205554,0.074690049330672,0.026706193304228,0.409761473257624,0.00434007925786505 -6275,0.255951455205554,0.529884154211926,0.0141891137424976,0.255951455205554,0.527799518312672,0.000554335348675916,0.255951455205554,0.441148184694891,0.0068012667038052,0.255951455205554,0.520371207119872,0.000334926641624302,0.255951455205554,0.125516744272581,0.0421322828804018,0.255951455205554,0.355397420271258,0.126367931506683,0.5,0.255951455205554,0.422475108086401,0.107709519454322,0.5,0.255951455205554,0.425183405355039,0.131076667595686,0.5,0.255951455205554,0.398041145843915,0.0413178451725852,0.255951455205554,0.333854169750374,0.108888736546051,0.503311671263407,0.0748952237442281,0.255951455205554,0.381403076952226,0.0380641551910693,0.5,0.255951455205554,0.543785156291693,0.00489484722072647,0.255951455205554,0.283571721329722,0.0965609379506534,0.255951455205554,0.113153027603482,0.026188001778841,0.255951455205554,0.188848651628201,0.0853589482331312,0.531117701249437,0.00298570408825553 -6276,0.255951455205554,0.600303681308149,0.0089036970508389,0.255951455205554,0.593867843623235,0.000311698262596393,0.255951455205554,0.503239872017827,0.00776912755006235,0.255951455205554,0.591828861513392,0.000266220990626735,0.255951455205554,0.166049840243351,0.0501809445350589,0.255951455205554,0.439693587368229,0.159534847539493,0.5,0.255951455205554,0.447054310596119,0.118238051922959,0.5,0.255951455205554,0.483046706454481,0.153417117694035,0.5,0.255951455205554,0.488017065324104,0.0677632833112952,0.255951455205554,0.307813952094054,0.130010682695824,0.524176727792141,0.053947452826182,0.255951455205554,0.408994402728413,0.0386619805290188,0.5,0.255951455205554,0.601935732331031,0.00644284450523704,0.255951455205554,0.247080009007187,0.108180192688437,0.255951455205554,0.124927277208167,0.0276442492174979,0.255951455205554,0.277866172784497,0.101112853953036,0.600898937019387,0.0022087412137739 -6277,0.255951455205554,0.62314921085992,0.0062701572300629,0.255951455205554,0.614417897507436,0.000126330777880852,0.255951455205554,0.47179223743914,0.00852589823653279,0.255951455205554,0.616117208253894,0.000656135993634815,0.255951455205554,0.161253037965222,0.0586957001786466,0.255951455205554,0.441575237760276,0.177391445607664,0.5,0.255951455205554,0.334760561192146,0.127180900498205,0.5,0.255951455205554,0.360634830700085,0.128203650863095,0.5,0.255951455205554,0.505362361918797,0.0995749824311905,0.255951455205554,0.257718002564072,0.220220977974727,0.490846595217436,0.060416503423903,0.255951455205554,0.397792585153615,0.0406869718749844,0.5,0.255951455205554,0.615824782769313,0.00741702549484594,0.255951455205554,0.217721714245942,0.0918628067806798,0.255951455205554,0.16290750422116,0.0315056105290251,0.255951455205554,0.37372789273304,0.0950639615861222,0.623590873369898,0.00260584311066023 -6278,0.255951455205554,0.605363132029698,0.00653507562984264,0.255951455205554,0.595181097483103,0.00038431641396108,0.255951455205554,0.423179160566768,0.00876163796247153,0.255951455205554,0.600339981790083,0.00227384781192782,0.255951455205554,0.188309489974651,0.0579433468824453,0.255951455205554,0.204834296357892,0.135378255299498,0.5,0.255951455205554,0.246627449942214,0.140819438272786,0.5,0.255951455205554,0.335905799700589,0.120895274027176,0.5,0.255951455205554,0.433845066728615,0.122296125280356,0.255951455205554,0.185686488110493,0.220284132292467,0.394315612719535,0.0791510583867642,0.255951455205554,0.263779056287089,0.0381367816797468,0.5,0.255951455205554,0.57927459280293,0.00835751929714587,0.255951455205554,0.160459835130417,0.0646563562562621,0.255951455205554,0.191653006021806,0.0273957482884239,0.255951455205554,0.340787235325934,0.0904621511838261,0.605542084434598,0.0032724934727752 -6279,0.255951455205554,0.530465889647619,0.00836665732988753,0.255951455205554,0.520391858033595,0.00134676229982077,0.255951455205554,0.373792967512254,0.00845152309306431,0.255951455205554,0.518867952421064,0.00354480274470726,0.255951455205554,0.183320787881086,0.0371300054634732,0.255951455205554,0.322082557624263,0.147383652572348,0.5,0.255951455205554,0.266944730296103,0.13123413368456,0.5,0.255951455205554,0.249140878938061,0.102555928567836,0.5,0.255951455205554,0.348065320720583,0.126772093505565,0.255951455205554,0.245460134143412,0.22218409759919,0.281355115044488,0.0854434017638817,0.255951455205554,0.214833218281981,0.0301660329128637,0.5,0.255951455205554,0.469664849885734,0.00949422766119453,0.255951455205554,0.171620670659448,0.0334421097070723,0.255951455205554,0.212466712562414,0.0254805170672257,0.255951455205554,0.241115931762062,0.0703188468211568,0.530872862449601,0.00225053648580882 -6280,0.255951455205554,0.409960548701797,0.0099037890735155,0.255951455205554,0.382865959438087,0.00387778134229634,0.255951455205554,0.250978462970585,0.0084099561519413,0.255951455205554,0.383993297149888,0.00193604027419088,0.255951455205554,0.130961751787058,0.0298391896144629,0.255951455205554,0.200418917177777,0.0839123919529206,0.5,0.255951455205554,0.199593555090971,0.0937668737725128,0.5,0.255951455205554,0.217645444956872,0.0753558118653402,0.5,0.255951455205554,0.253798446362287,0.0876098615093737,0.255951455205554,0.238271229931912,0.164632302886438,0.217981095351529,0.0459596571999537,0.255951455205554,0.144302381768337,0.0227316744752934,0.5,0.255951455205554,0.33575141671997,0.00876177743801826,0.255951455205554,0.127285528094248,0.0236103110923165,0.255951455205554,0.158252433030251,0.0286804615245126,0.255951455205554,0.198895211782629,0.0540564784218085,0.411053399550538,0.00178401758825843 -6281,0.255951455205554,0.280509469364919,0.00709429078293038,0.255951455205554,0.261280253933227,0.0022517265567925,0.255951455205554,0.167348700303925,0.00815677467506963,0.255951455205554,0.26741376329499,0.00329321136034293,0.255951455205554,0.0896598782315962,0.0185355970889107,0.255951455205554,0.121119921211198,0.046317418753666,0.5,0.255951455205554,0.120610686849861,0.0735571857106619,0.5,0.255951455205554,0.120133463090148,0.0487642905552921,0.5,0.255951455205554,0.157549961062234,0.0436384953082534,0.255951455205554,0.11341823117654,0.126071163898387,0.110590844372281,0.0367588252454721,0.255951455205554,0.0892621357293833,0.0180015680557272,0.5,0.255951455205554,0.206466643711126,0.00666868838612857,0.255951455205554,0.0892072853344011,0.0158821432280582,0.255951455205554,0.0849093986650006,0.0187417910578461,0.255951455205554,0.157056731815083,0.0396444937284636,0.282800573877664,0.00231605661312876 -6282,0.255951455205554,0.039382361218089,0.00499525300467908,0.255951455205554,0.0317604230901431,0.000786856692208678,0.255951455205554,0.033917787811531,0.00823231468664914,0.255951455205554,0.0388411944945379,0.00535589109058023,0.255951455205554,0.0278607844011411,0.00992939655721073,0.255951455205554,0.0338810024259894,0.0286705272900588,0.5,0.255951455205554,0.0442277384389199,0.046211445009078,0.5,0.255951455205554,0.0362431092244623,0.0253068406999615,0.5,0.255951455205554,0.0166996907991899,0.0274967073990013,0.255951455205554,0.0069719251051816,0.0415658579193473,0.0,0.0196323343883879,0.255951455205554,0.00051227302122367,0.00853979016389101,0.5,0.255951455205554,0.00513321558194769,0.00690550505689496,0.255951455205554,9.1608590260795e-06,0.0175544045799885,0.255951455205554,0.00879419826916253,0.00979513589222316,0.255951455205554,0.0201083788583232,0.0309953074724592,0.0377886571712422,0.00291758838822283 -6283,0.255951455205554,0.0,0.00802218268787349,0.255951455205554,0.0,0.00060230782827167,0.255951455205554,0.0,0.00879601336834213,0.255951455205554,0.0,0.00684896218042449,0.255951455205554,0.0,0.00957867087389159,0.255951455205554,0.0,0.0413271856772085,0.5,0.255951455205554,0.0,0.0315729760946343,0.5,0.255951455205554,0.0,0.0325386970701749,0.5,0.255951455205554,0.0,0.0355005427034654,0.255951455205554,0.0,0.0148012571027013,0.0,0.0082797694209539,0.255951455205554,0.0,0.0062806837296087,0.5,0.255951455205554,0.0,0.00960263007251347,0.255951455205554,0.0,0.0321905108831434,0.255951455205554,0.0,0.0102457356836708,0.255951455205554,0.0,0.0527954629732018,0.0,0.00320801324773548 -6284,0.255951455205554,0.0,0.0101491772983477,0.255951455205554,0.0,8.49605824302927e-05,0.255951455205554,0.0,0.00818749341476613,0.255951455205554,0.0,0.00734769269760309,0.255951455205554,0.0,0.00973213814337611,0.255951455205554,0.0,0.0404710079924013,0.5,0.255951455205554,0.0,0.0214097553523017,0.5,0.255951455205554,0.0,0.0293294788940092,0.5,0.255951455205554,0.0,0.0408730066475165,0.255951455205554,0.0,0.0112691976528627,0.0,0.00110287454127989,0.255951455205554,0.0,0.00365404114351073,0.5,0.255951455205554,0.0,0.00904140004182372,0.255951455205554,0.0,0.0516266592757328,0.255951455205554,0.0,0.0142974278381655,0.255951455205554,0.0,0.0629210495524095,0.0,0.00267064124235843 -6285,0.255951455205554,0.0,0.0105599414292251,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00721108924602326,0.255951455205554,0.0,0.00712094771271473,0.255951455205554,0.0,0.0116650114923516,0.255951455205554,0.0,0.0288819608190382,0.5,0.255951455205554,0.0,0.019080410298677,0.5,0.255951455205554,0.0,0.0288690189432991,0.5,0.255951455205554,0.0,0.0357163624544835,0.255951455205554,0.0,0.00702669398856691,0.0,0.000712414533251245,0.255951455205554,0.0,0.00268869179908312,0.5,0.255951455205554,0.0,0.00896692943573557,0.255951455205554,0.0,0.0676407458904189,0.255951455205554,0.0,0.0173753410771492,0.255951455205554,0.0,0.0656492305097121,0.0,0.00232357882930341 -6286,0.255951455205554,0.0,0.00828251701841066,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00483396097398566,0.255951455205554,0.0,0.00399110994287467,0.255951455205554,0.0,0.0135371131418458,0.255951455205554,0.0,0.0242010973829279,0.5,0.255951455205554,0.0,0.0170000519233477,0.5,0.255951455205554,0.0,0.0343031942012767,0.5,0.255951455205554,0.0,0.0365104383685693,0.255951455205554,0.0,0.00501920145290413,0.0,0.000889047630503067,0.255951455205554,0.0,0.00385220583091926,0.5,0.255951455205554,0.0,0.00668383321803666,0.255951455205554,0.0,0.0742689601030848,0.255951455205554,0.0,0.0168087224871008,0.255951455205554,0.0,0.0634137053945908,0.0,0.00188405835956976 -6287,0.255951455205554,0.0,0.00512167452161551,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00341315710335295,0.255951455205554,0.0,0.00139332749246275,0.255951455205554,0.0,0.0134567332873898,0.255951455205554,0.0,0.0202900607741813,0.5,0.255951455205554,0.0,0.0173266261249599,0.5,0.255951455205554,0.0,0.0340071909265575,0.5,0.255951455205554,0.0,0.0341147191920261,0.255951455205554,0.0,0.0047168776802205,0.0,0.000706014838558104,0.255951455205554,0.0,0.00354428867105393,0.5,0.255951455205554,0.0,0.00355434000269334,0.255951455205554,0.0,0.0805922282597268,0.255951455205554,0.0,0.01728815695355,0.255951455205554,0.0,0.0594850479482548,0.0,0.00139776217557749 -6288,0.255951455205554,0.0,0.00253243448165294,0.255951455205554,0.0,0.000254364394583186,0.255951455205554,0.0,0.00339361109917047,0.255951455205554,0.0,0.00112814027375807,0.255951455205554,0.0,0.0121444798632803,0.255951455205554,0.0,0.0159604513649776,0.5,0.255951455205554,0.0,0.016895635550437,0.5,0.255951455205554,0.0,0.0352848712385335,0.5,0.255951455205554,0.0,0.0301021506427886,0.255951455205554,0.0,0.00616048441654521,0.0,0.000203657135828754,0.255951455205554,0.0,0.00334833678319121,0.5,0.255951455205554,0.0,0.00161776039373206,0.255951455205554,0.0,0.0803290598303282,0.255951455205554,0.0,0.0192218074478878,0.255951455205554,0.0,0.0544282462699774,0.0,0.000731497086951859 -6289,0.255951455205554,0.0,0.00077499460404,0.255951455205554,0.0,0.000874426263973242,0.255951455205554,0.0,0.00407771953463266,0.255951455205554,0.0,0.00125058853637915,0.255951455205554,0.0,0.0116355575088222,0.255951455205554,0.0,0.0139975089303598,0.5,0.255951455205554,0.0,0.0125147447634091,0.5,0.255951455205554,0.0,0.0363395443565797,0.5,0.255951455205554,0.0,0.0347431835286904,0.255951455205554,0.0,0.00337744679945239,0.0,0.0,0.255951455205554,0.0,0.00520349075829332,0.5,0.255951455205554,0.0,0.000645451702933353,0.255951455205554,0.0,0.0769553633308039,0.255951455205554,0.0,0.0217032468335854,0.255951455205554,0.0,0.0491585134678487,0.0,0.000304655381985273 -6290,0.255951455205554,0.0,0.000219844811540195,0.255951455205554,0.0,0.00253257018108091,0.255951455205554,0.0,0.00399457958019269,0.255951455205554,0.0,0.00136392060309676,0.255951455205554,0.0,0.011640506803833,0.255951455205554,0.0,0.0137702988054686,0.5,0.255951455205554,0.0,0.00907388365902764,0.5,0.255951455205554,0.0,0.0342400361112541,0.5,0.255951455205554,0.0,0.0435850902503946,0.255951455205554,0.0,0.00504597956229071,0.0,0.00041818523204818,0.255951455205554,0.0,0.00711304668941311,0.5,0.255951455205554,0.0,0.000251326651955191,0.255951455205554,0.0,0.073549284473551,0.255951455205554,0.0,0.0242573132609833,0.255951455205554,0.0,0.0471710108525602,0.0,1.99701275700279e-05 -6291,0.255951455205554,0.0,5.81147593259702e-05,0.255951455205554,0.0,0.00228168156177756,0.255951455205554,0.0,0.00401333353269033,0.255951455205554,0.0,0.000798029584177198,0.255951455205554,0.0,0.0131084571349828,0.255951455205554,0.0,0.0117337027587513,0.5,0.255951455205554,0.0,0.00952689561388475,0.5,0.255951455205554,0.0,0.030027744788546,0.5,0.255951455205554,0.0,0.0429327521495691,0.255951455205554,0.0,0.00429991229784315,0.0,0.000637635254195359,0.255951455205554,0.0,0.00748077238717472,0.5,0.255951455205554,0.0,0.000140095095862746,0.255951455205554,0.0,0.0732685451186726,0.255951455205554,0.0,0.0268398914201908,0.255951455205554,0.0,0.0568582436824584,0.0,3.26617612353267e-06 -6292,0.255951455205554,0.0,4.01208936862706e-05,0.255951455205554,0.0,0.00146182292489857,0.255951455205554,0.0,0.0043837252271408,0.255951455205554,0.0,0.0004657937093932,0.255951455205554,0.0,0.0145599147729794,0.255951455205554,0.0,0.00903511382630711,0.5,0.255951455205554,0.0,0.00801812053619614,0.5,0.255951455205554,0.0,0.0234634036098994,0.5,0.255951455205554,0.0,0.0373092102701841,0.255951455205554,0.0,0.00487723233910205,0.0,0.00101911851158593,0.255951455205554,0.0,0.00654177506489884,0.5,0.255951455205554,0.0,0.000199843899860207,0.255951455205554,0.0,0.0728280167793547,0.255951455205554,0.0,0.0326167332956173,0.255951455205554,0.0,0.0770723910768159,0.0,2.37514947380282e-06 -6293,0.255951455205554,0.0,2.45686891831831e-05,0.255951455205554,0.0,0.00137761404087041,0.255951455205554,0.0,0.00524860799985268,0.255951455205554,0.0,0.000433218772247799,0.255951455205554,0.0,0.0149030298428598,0.255951455205554,0.0,0.00779917761285502,0.5,0.255951455205554,0.0,0.00805931427870067,0.5,0.255951455205554,0.0,0.0242612855002943,0.5,0.255951455205554,0.0,0.0477533767288804,0.255951455205554,0.0,0.00142630078535084,0.0,0.00104555441055146,0.255951455205554,0.0,0.00569690491542921,0.5,0.255951455205554,0.0,0.000337631222575248,0.255951455205554,0.0,0.0689816083700716,0.255951455205554,0.0,0.0389930143893804,0.255951455205554,0.0,0.095386864128583,0.0,4.53351307272748e-06 -6294,0.255951455205554,0.0,1.55921472867885e-05,0.255951455205554,0.0,0.00123475889410312,0.255951455205554,0.0,0.00651715888202936,0.255951455205554,0.0,0.000610650572312735,0.255951455205554,0.0,0.0143259873079656,0.255951455205554,0.0,0.00748644412293193,0.5,0.255951455205554,0.0,0.00572992508648724,0.5,0.255951455205554,0.0,0.0252235434625025,0.5,0.255951455205554,0.0,0.0579111011246407,0.255951455205554,0.0,0.000585449651408562,0.0,0.004886668980902,0.255951455205554,0.0,0.00503843521779777,0.5,0.255951455205554,0.0,0.000272729188505063,0.255951455205554,0.0,0.0566209274296804,0.255951455205554,0.0,0.0478708458730826,0.255951455205554,0.0,0.105447146922579,0.0,4.65962373896028e-05 -6295,0.255951455205554,0.00561027998444006,2.81850645643431e-05,0.255951455205554,0.00639604590628294,0.00238284812926404,0.255951455205554,0.00309382726543785,0.00749676047385261,0.255951455205554,0.00364887030314055,0.00177253133380395,0.255951455205554,0.00130326213555719,0.0148585236375675,0.255951455205554,0.00212031491189815,0.00922282551042012,0.5,0.255951455205554,0.00104493001759836,0.00451008579919765,0.5,0.255951455205554,0.00337160732486875,0.0237567462293344,0.5,0.255951455205554,0.00737906441320242,0.0439231171186917,0.255951455205554,0.000892021274116275,0.00175208331941535,0.0199370327373013,0.00883913874316581,0.255951455205554,0.010692370323303,0.0049313426195471,0.5,0.255951455205554,0.0179794401138553,0.00015499430146768,0.255951455205554,0.00137468258883441,0.0582101998414705,0.255951455205554,0.00298968993086337,0.0540984838591907,0.255951455205554,0.00150872177642045,0.104555109775221,0.00624864661756881,6.06151299920158e-05 -6296,0.255951455205554,0.12070462509035,7.42579977416949e-05,0.255951455205554,0.125164968905485,0.00433018676916445,0.255951455205554,0.086518851533341,0.00976400607119317,0.255951455205554,0.0946324877500597,0.00251925329469119,0.255951455205554,0.0653186427972956,0.0214240075168763,0.255951455205554,0.0514110347076277,0.0163864524218376,0.5,0.255951455205554,0.0432315512098367,0.00632049194252944,0.5,0.255951455205554,0.0783219734155247,0.0238527777678361,0.5,0.255951455205554,0.0815744719522927,0.0356306471994123,0.255951455205554,0.0572505347391991,0.00758718826742789,0.133297563476402,0.00964795538511221,0.255951455205554,0.0724182345130455,0.0072271160694212,0.5,0.255951455205554,0.136973048967887,0.000138093525086034,0.255951455205554,0.00307381191671322,0.0627473599805437,0.255951455205554,0.0542536739457312,0.0621265080242377,0.255951455205554,0.0272032090903689,0.11559025838803,0.124796249655883,7.45355638345012e-05 -6297,0.255951455205554,0.266652275846116,0.000443628398924883,0.255951455205554,0.269773130541062,0.0087210107218184,0.255951455205554,0.212536140643412,0.02295562812287,0.255951455205554,0.218162094762936,0.00554723130822282,0.255951455205554,0.157390417215702,0.0469925477504233,0.255951455205554,0.12518142184547,0.0230029600481792,0.5,0.255951455205554,0.108363574800175,0.0149465206521943,0.5,0.255951455205554,0.175323586410809,0.0477785061466947,0.5,0.255951455205554,0.18276401431815,0.0587384236486335,0.255951455205554,0.145396425873949,0.0260515971274348,0.263709464554914,0.0152693471248604,0.255951455205554,0.140730068533752,0.0116343735354324,0.5,0.255951455205554,0.270198125406545,0.00041429681498429,0.255951455205554,0.0123908520364461,0.0905521166959441,0.255951455205554,0.169493460747331,0.0784227380918937,0.255951455205554,0.0738264830816735,0.128261741331602,0.27116240178524,0.00019928632580801 -6298,0.255951455205554,0.403563374240571,0.0017906193475626,0.255951455205554,0.407223963811727,0.0216490084728093,0.255951455205554,0.336734638261305,0.0420528796044608,0.255951455205554,0.347470492084904,0.0144804601029007,0.255951455205554,0.244519639651969,0.0787106822601816,0.255951455205554,0.215510339139864,0.0256387199667597,0.5,0.255951455205554,0.177136345652015,0.046044905761001,0.5,0.255951455205554,0.268375463361343,0.110700261885861,0.5,0.255951455205554,0.283747660505842,0.104524043368074,0.255951455205554,0.307015654987376,0.116643510421928,0.38977275518533,0.0150740718957647,0.255951455205554,0.205109564028812,0.0146567414811727,0.5,0.255951455205554,0.40016882177325,0.00145589687776755,0.255951455205554,0.026040816776621,0.121721075670926,0.255951455205554,0.292946853992277,0.0681242340193685,0.255951455205554,0.110399385977112,0.115194494785365,0.409383851582842,0.000511215449009571 -6299,0.255951455205554,0.523242356933899,0.00461328190912359,0.255951455205554,0.520998930515554,0.0242063420413844,0.255951455205554,0.4179054486582,0.0543737589893587,0.255951455205554,0.464396196576135,0.0266331880944058,0.255951455205554,0.303040147365032,0.116686344860238,0.255951455205554,0.311067636476467,0.0299319832438591,0.5,0.255951455205554,0.257298987532169,0.086799935363269,0.5,0.255951455205554,0.31033390860383,0.139024442491863,0.5,0.255951455205554,0.36903657489916,0.1066670671685,0.255951455205554,0.480662117524031,0.188017441323838,0.491281770509283,0.00957615184684469,0.255951455205554,0.264120866050357,0.0151873606073893,0.5,0.255951455205554,0.505097193617187,0.00307019319348137,0.255951455205554,0.0393374483827383,0.131641780476568,0.255951455205554,0.328165613713164,0.0597751720084742,0.255951455205554,0.131577452343158,0.101062973073038,0.52950818479216,0.00282754778027685 -6300,0.255951455205554,0.592886543945541,0.0115235591813731,0.255951455205554,0.57909382020746,0.0339695659818591,0.255951455205554,0.440315097842457,0.069391442327778,0.255951455205554,0.5243425244397,0.0398419505750645,0.255951455205554,0.275830247667906,0.155154451681334,0.255951455205554,0.382343206195324,0.0419773359678922,0.5,0.255951455205554,0.26389740203455,0.124419614615166,0.5,0.255951455205554,0.263194609748749,0.11825866863036,0.5,0.255951455205554,0.383908854554456,0.0797270909782121,0.255951455205554,0.221803315429812,0.145896666793388,0.52581195252472,0.00340670516311432,0.255951455205554,0.287137710746202,0.0161327339649339,0.5,0.255951455205554,0.555089588247284,0.00468500838908087,0.255951455205554,0.0862386782690889,0.141703446526356,0.255951455205554,0.253554537573395,0.0576723369328204,0.255951455205554,0.15551466458181,0.0883595384075976,0.594429262487342,0.00675652005916572 -6301,0.255951455205554,0.612185071841328,0.0226808721674253,0.255951455205554,0.58922896935096,0.0365441983802317,0.255951455205554,0.424595990988476,0.0831814133127518,0.255951455205554,0.288907606081443,0.032828444375153,0.255951455205554,0.203893229226425,0.179735170407966,0.255951455205554,0.283783819094237,0.0608810926185885,0.5,0.255951455205554,0.221401473434009,0.155362905542146,0.5,0.255951455205554,0.252552617575645,0.132650199134383,0.5,0.255951455205554,0.347515127665241,0.0841472815628197,0.255951455205554,0.306550373856526,0.148616639020936,0.48305288314747,0.00433810532685566,0.255951455205554,0.284353659027193,0.0198376603692145,0.5,0.255951455205554,0.529670228362388,0.00651901169193622,0.255951455205554,0.0745629627923682,0.118626136352914,0.255951455205554,0.311081828654871,0.0651893845752169,0.255951455205554,0.184791672329916,0.0683134069762356,0.617956836650378,0.016790679901389 -6302,0.255951455205554,0.582877394834869,0.0382174155238739,0.255951455205554,0.55136924622101,0.0555574264141863,0.255951455205554,0.346747384552941,0.107026011499912,0.255951455205554,0.268812143468127,0.0422982479717735,0.255951455205554,0.174885295757437,0.204761246552035,0.255951455205554,0.22149940800304,0.0740384709642654,0.5,0.255951455205554,0.254519369025458,0.206813434045343,0.5,0.255951455205554,0.214947747297468,0.107944727394368,0.5,0.255951455205554,0.263914628392927,0.0780114586594831,0.255951455205554,0.338724099463815,0.235966830223028,0.142748534597345,0.00689913506306521,0.255951455205554,0.211218099051117,0.0201063793375322,0.5,0.255951455205554,0.500066052675169,0.00948493109063304,0.255951455205554,0.0978003473886397,0.105712515823197,0.255951455205554,0.243654452261327,0.0648058687079494,0.255951455205554,0.199179888024119,0.057263456376179,0.5976032250792,0.0363264273804404 -6303,0.255951455205554,0.483850872386174,0.0596862586973253,0.255951455205554,0.39626912342396,0.073788752887222,0.255951455205554,0.217422108310799,0.135819001218862,0.255951455205554,0.173074213544472,0.0569429756151553,0.255951455205554,0.128709131112364,0.214990683233959,0.255951455205554,0.114041201833269,0.0776220677904736,0.5,0.255951455205554,0.180031301058688,0.209601309615199,0.5,0.255951455205554,0.180124562257625,0.1168637723145,0.5,0.255951455205554,0.211661063407082,0.0813074750126694,0.255951455205554,0.300436836810635,0.266954587956026,0.117806957165855,0.00547761430815166,0.255951455205554,0.221117561627224,0.0260972945767222,0.5,0.255951455205554,0.431801815398159,0.012006234848315,0.255951455205554,0.0719188808553821,0.0825229839311997,0.255951455205554,0.189065702763935,0.0684897491702564,0.255951455205554,0.158551142304886,0.0530108361533097,0.509412895037938,0.0671543576210798 -6304,0.255951455205554,0.335479479199606,0.0882985335785905,0.255951455205554,0.182250590522127,0.133614510488207,0.255951455205554,0.114688967830991,0.134457548025987,0.255951455205554,0.122354241835217,0.0819631333495718,0.255951455205554,0.0940986597666006,0.203752876645364,0.255951455205554,0.111112242186268,0.100079264908333,0.5,0.255951455205554,0.155624145954094,0.143739130103524,0.5,0.255951455205554,0.14052075091494,0.0698131670179065,0.5,0.255951455205554,0.113941493397448,0.064486089373149,0.255951455205554,0.0185758902983661,0.0547559188570567,0.145169301987574,0.00281125895823736,0.255951455205554,0.144209215069817,0.0224342576354398,0.5,0.255951455205554,0.317440319695237,0.0123172884193334,0.255951455205554,0.0529378499029906,0.0620312057301921,0.255951455205554,0.103415636734209,0.0756799391098377,0.255951455205554,0.116868918565801,0.040304688102124,0.366276451630029,0.10798477671105 -6305,0.255951455205554,0.179006207706823,0.108816671559975,0.255951455205554,0.101509222767842,0.0636536293684314,0.255951455205554,0.0635152797777535,0.137369136538101,0.255951455205554,0.0202117849654374,0.123141403576244,0.255951455205554,0.0589811598606571,0.201103567860379,0.255951455205554,0.0585337227896112,0.117211199991671,0.5,0.255951455205554,0.0665165045990533,0.0800874168090212,0.5,0.255951455205554,0.0938049490381,0.0613602551178883,0.5,0.255951455205554,0.0823383705763426,0.0664776158732734,0.255951455205554,0.173506840356208,0.0123113762299172,0.107997276536378,0.00116508201056989,0.255951455205554,0.0682825389157068,0.0171091663171388,0.5,0.255951455205554,0.151895373961111,0.0100254862069848,0.255951455205554,0.0405103199696617,0.0408467192416661,0.255951455205554,0.036670435430215,0.0642723306760486,0.255951455205554,0.0490970677593359,0.0213629063249785,0.215902763760607,0.151079919923076 -6306,0.255951455205554,0.031224937491617,0.0962666144654656,0.255951455205554,0.0344383451385147,0.0161932938820329,0.255951455205554,0.0161211894807719,0.133913210539436,0.255951455205554,0.00281858382800033,0.1282821680908,0.255951455205554,0.0228955990717623,0.176378064103656,0.255951455205554,0.0150765005900798,0.133789711257932,0.5,0.255951455205554,0.0274393450694323,0.0400371516588536,0.5,0.255951455205554,0.0237188087259878,0.0347414044305956,0.5,0.255951455205554,0.00837743554094083,0.0545379640207013,0.255951455205554,0.0512246630921592,0.00206236869120466,0.0,0.000682483469664205,0.255951455205554,3.0771354971556e-05,0.0180002840029492,0.5,0.255951455205554,0.000932019888052088,0.00420864242743342,0.255951455205554,0.0,0.021449775350354,0.255951455205554,0.0015124764987398,0.0287484613130313,0.255951455205554,0.010368999476295,0.00613816943000605,0.0270702606011433,0.187881719289928 -6307,0.255951455205554,0.0,0.0704605849617595,0.255951455205554,0.0,0.015355350634529,0.255951455205554,0.0,0.126824557457363,0.255951455205554,0.0,0.110386673255321,0.255951455205554,0.0,0.10600759298198,0.255951455205554,0.0,0.131057304583685,0.5,0.255951455205554,0.0,0.0136661175665343,0.5,0.255951455205554,0.0,0.0343336644379914,0.5,0.255951455205554,0.0,0.0590773627373714,0.255951455205554,0.0,4.15360592588518e-05,0.0,0.00385143159500134,0.255951455205554,0.0,0.0173010272648876,0.5,0.255951455205554,0.0,0.00421951234051571,0.255951455205554,0.0,0.0120665158263554,0.255951455205554,0.0,0.0156743943824039,0.255951455205554,0.0,0.00496817820188779,0.0,0.24459008991719 -6308,0.255951455205554,0.0,0.0678429321662741,0.255951455205554,0.0,0.0328413609999268,0.255951455205554,0.0,0.125735019087982,0.255951455205554,0.0,0.106406891230774,0.255951455205554,0.0,0.0633894619735596,0.255951455205554,0.0,0.108798124590238,0.5,0.255951455205554,0.0,0.00317365547023809,0.5,0.255951455205554,0.0,0.0393266391660997,0.5,0.255951455205554,0.0,0.0610088729474335,0.255951455205554,0.0,0.000463637664201424,0.0,0.0051251137777833,0.255951455205554,0.0,0.017343511157777,0.5,0.255951455205554,0.0,0.00454229094751104,0.255951455205554,0.0,0.00731373779433085,0.255951455205554,0.0,0.0150499849170261,0.255951455205554,0.0,0.00897335280810468,0.0,0.344803718575074 -6309,0.255951455205554,0.0,0.0727037189216829,0.255951455205554,0.0,0.0627534229814647,0.255951455205554,0.0,0.124679867375489,0.255951455205554,0.0,0.11971667489687,0.255951455205554,0.0,0.0389328350401912,0.255951455205554,0.0,0.0632982086700536,0.5,0.255951455205554,0.0,0.00320363350236006,0.5,0.255951455205554,0.0,0.0442672997738314,0.5,0.255951455205554,0.0,0.0654871373197007,0.255951455205554,0.0,0.0051953945897949,0.0,0.0057287177188525,0.255951455205554,0.0,0.021346488368337,0.5,0.255951455205554,0.0,0.00566421062328242,0.255951455205554,0.0,0.00704230294242868,0.255951455205554,0.0,0.020932167615405,0.255951455205554,0.0,0.0149370339624346,0.0,0.470552116120474 -6310,0.255951455205554,0.0,0.0867570428841463,0.255951455205554,0.0,0.103170104733319,0.255951455205554,0.0,0.126364697269578,0.255951455205554,0.0,0.128545345281908,0.255951455205554,0.0,0.0354816354734714,0.255951455205554,0.0,0.021355475954764,0.5,0.255951455205554,0.0,0.0055960080525944,0.5,0.255951455205554,0.0,0.0402011375522229,0.5,0.255951455205554,0.0,0.0657825648519579,0.255951455205554,0.0,0.0071308892657611,0.0,0.0150574797817301,0.255951455205554,0.0,0.0257519973783539,0.5,0.255951455205554,0.0,0.00746606460877784,0.255951455205554,0.0,0.00774631545770662,0.255951455205554,0.0,0.0381778906728282,0.255951455205554,0.0,0.0320652342044322,0.0,0.623961817855591 -6311,0.255951455205554,0.0,0.110724544220512,0.255951455205554,0.0,0.113537811469188,0.255951455205554,0.0,0.144478747591742,0.255951455205554,0.0,0.164882445936819,0.255951455205554,0.0,0.0468991136270384,0.255951455205554,0.0,0.00869230261166629,0.5,0.255951455205554,0.0,0.0083032433321618,0.5,0.255951455205554,0.0,0.0342749551870822,0.5,0.255951455205554,0.0,0.06915448496581,0.255951455205554,0.0,0.00565342504438,0.0,0.0214322396906462,0.255951455205554,0.0,0.0279203305641352,0.5,0.255951455205554,0.0,0.0127168996545953,0.255951455205554,0.0,0.00923717883960908,0.255951455205554,0.0,0.0627116112984583,0.255951455205554,0.0,0.055477820366268,0.0,0.71173672464622 -6312,0.255951455205554,0.0,0.134495303659747,0.255951455205554,0.0,0.143717339264827,0.255951455205554,0.0,0.186971233452643,0.255951455205554,0.0,0.23343801178907,0.255951455205554,0.0,0.0702097119242971,0.255951455205554,0.0,0.00752020627797014,0.5,0.255951455205554,0.0,0.0109132109707054,0.5,0.255951455205554,0.0,0.0247849054785627,0.5,0.255951455205554,0.0,0.0857741967408128,0.255951455205554,0.0,0.0101526373661976,0.0,0.0146597909680195,0.255951455205554,0.0,0.0304710008569216,0.5,0.255951455205554,0.0,0.0214818360793393,0.255951455205554,0.0,0.00898510160013015,0.255951455205554,0.0,0.0767463052120062,0.255951455205554,0.0,0.0984426651184056,0.0,0.774891888092096 -6313,0.255951455205554,0.0,0.147938920557691,0.255951455205554,0.0,0.254623207189917,0.255951455205554,0.0,0.227632408914069,0.255951455205554,0.0,0.279909485430289,0.255951455205554,0.0,0.0891959303719185,0.255951455205554,0.0,0.0101446375819517,0.5,0.255951455205554,0.0,0.0108839276147712,0.5,0.255951455205554,0.0,0.0214559741312241,0.5,0.255951455205554,0.0,0.0933032192745101,0.255951455205554,0.0,0.0102567352041406,0.0,0.0104673094214237,0.255951455205554,0.0,0.0354105539813112,0.5,0.255951455205554,0.0,0.0354688307707197,0.255951455205554,0.0,0.0135872103514595,0.255951455205554,0.0,0.0933426895309434,0.255951455205554,0.0,0.147635409324913,0.0,0.842435734432987 -6314,0.255951455205554,0.0,0.167971273883607,0.255951455205554,0.0,0.388009885049719,0.255951455205554,0.0,0.265400051232198,0.255951455205554,0.0,0.268221782322589,0.255951455205554,0.0,0.101586750311537,0.255951455205554,0.0,0.0109017560506626,0.5,0.255951455205554,0.0,0.0129894718490792,0.5,0.255951455205554,0.0,0.0211726031469342,0.5,0.255951455205554,0.0,0.0882813571134932,0.255951455205554,0.0,0.00765749855133579,0.0,0.0119809694809667,0.255951455205554,0.0,0.0479924793268036,0.5,0.255951455205554,0.0,0.0568562517743783,0.255951455205554,0.0,0.0226976949112941,0.255951455205554,0.0,0.131257474224933,0.255951455205554,0.0,0.129320593183887,0.0,0.886346857516126 -6315,0.255951455205554,0.0,0.263628705940081,0.255951455205554,0.0,0.384993485317399,0.255951455205554,0.0,0.312368098670311,0.255951455205554,0.0,0.285334553362163,0.255951455205554,0.0,0.115155180213915,0.255951455205554,0.0,0.0114497479726715,0.5,0.255951455205554,0.0,0.0213288061121059,0.5,0.255951455205554,0.0,0.0220502417004223,0.5,0.255951455205554,0.0,0.0809426734267955,0.255951455205554,0.0,0.0075222263108385,0.0,0.0237744161479786,0.255951455205554,0.0,0.0655250068701468,0.5,0.255951455205554,0.0,0.0785709988776047,0.255951455205554,0.0,0.0386531963314108,0.255951455205554,0.0,0.149107226678457,0.255951455205554,0.0,0.113799861602707,0.0,0.895444354366082 -6316,0.255951455205554,0.0,0.436143411337594,0.255951455205554,0.0,0.323638515562269,0.255951455205554,0.0,0.385570765589011,0.255951455205554,0.0,0.363502430053505,0.255951455205554,0.0,0.155151398708544,0.255951455205554,0.0,0.0161200830287371,0.5,0.255951455205554,0.0,0.0360297637907663,0.5,0.255951455205554,0.0,0.0288372873769034,0.5,0.255951455205554,0.0,0.0529193048852723,0.255951455205554,0.0,0.00836946083795738,0.0,0.0430658458808895,0.255951455205554,0.0,0.088295689041277,0.5,0.255951455205554,0.0,0.109329765296751,0.255951455205554,0.0,0.0771115771354074,0.255951455205554,0.0,0.135516802470744,0.255951455205554,0.0,0.0874344412362954,0.0,0.880998604318386 -6317,0.255951455205554,0.0,0.644411379604268,0.255951455205554,0.0,0.222337337435815,0.255951455205554,0.0,0.476610953822871,0.255951455205554,0.0,0.407082069742021,0.255951455205554,0.0,0.179374474539901,0.255951455205554,0.0,0.0335644771756581,0.5,0.255951455205554,0.0,0.0566951315800848,0.5,0.255951455205554,0.0,0.043437674449479,0.5,0.255951455205554,0.0,0.0241503845921058,0.255951455205554,0.0,0.00882833379212732,0.0,0.0646775819122822,0.255951455205554,0.0,0.122577231451206,0.5,0.255951455205554,0.0,0.153834613438537,0.255951455205554,0.0,0.110808063560085,0.255951455205554,0.0,0.162325325591855,0.255951455205554,0.0,0.0589469671128046,0.0,0.883380440546977 -6318,0.255951455205554,0.0,0.761655183033451,0.255951455205554,0.0,0.16881128843346,0.255951455205554,0.0,0.557447829918326,0.255951455205554,0.0,0.563947614740839,0.255951455205554,0.0,0.196611544677446,0.255951455205554,0.0,0.0729333219858725,0.5,0.255951455205554,0.0,0.114495455671936,0.5,0.255951455205554,0.0,0.0554598672572274,0.5,0.255951455205554,0.0,0.0212199106274802,0.255951455205554,0.0,0.0116325305065079,0.0,0.0751337922410345,0.255951455205554,0.0,0.156297039448684,0.5,0.255951455205554,0.0,0.195372368341079,0.255951455205554,0.0,0.115649696010659,0.255951455205554,0.0,0.217876754660698,0.255951455205554,0.0,0.0554858483146634,0.0,0.891056536514611 -6319,0.255951455205554,0.00179887722952304,0.79174382158996,0.255951455205554,0.000484647857986232,0.430535124032364,0.255951455205554,0.000424058595047981,0.612472735989551,0.255951455205554,7.57012908946289e-05,0.837983801650359,0.255951455205554,0.000245479632458049,0.242136751254235,0.255951455205554,0.000723349260970204,0.112782193244428,0.5,0.255951455205554,0.000272486587176816,0.181675896334793,0.5,0.255951455205554,0.00214814076955586,0.0484153738387473,0.5,0.255951455205554,0.0057441087677253,0.0222645779257401,0.255951455205554,0.000208820315005215,0.0165073881802263,0.000592928211033848,0.138017752591088,0.255951455205554,0.00111513642714943,0.204231815218224,0.5,0.255951455205554,0.00112798913521644,0.229032566257034,0.255951455205554,0.0039456931473919,0.124693088399372,0.255951455205554,0.00515877438794195,0.273518981837038,0.255951455205554,0.0040082507430344,0.0752989073682194,0.00167917457492445,0.898804388231233 -6320,0.255951455205554,0.0681784375666141,0.83795513730364,0.255951455205554,0.00657425153294277,0.793519124302031,0.255951455205554,0.0108394004511117,0.681242980908145,0.255951455205554,0.00410480117010954,0.876603659583012,0.255951455205554,0.00556297112095714,0.339430995233506,0.255951455205554,0.0157313178439433,0.178706595628605,0.5,0.255951455205554,0.00485711149105858,0.223613539953867,0.5,0.255951455205554,0.0453661701941345,0.0520719946163356,0.5,0.255951455205554,0.0536099057573891,0.02739647034769,0.255951455205554,0.00510864931565999,0.0697188544527212,0.00350893209180697,0.287455497610218,0.255951455205554,0.0140349905539178,0.256321000217007,0.5,0.255951455205554,0.0116866634853272,0.310647754296504,0.255951455205554,0.0523650388186985,0.141971083364251,0.255951455205554,0.0563475515689793,0.395715019597237,0.255951455205554,0.0343598135271446,0.1680134893835,0.0959791221484004,0.90982627616573 -6321,0.255951455205554,0.163531678679305,0.895891260756745,0.255951455205554,0.0827560301341075,0.876611118607451,0.255951455205554,0.0452931213380061,0.72702189873511,0.255951455205554,0.038782603601516,0.867714211898577,0.255951455205554,0.0149994967122121,0.447783308974768,0.255951455205554,0.0324221865067517,0.22629316920851,0.5,0.255951455205554,0.00941103510228784,0.253291164036758,0.5,0.255951455205554,0.105290987787156,0.109479613673024,0.5,0.255951455205554,0.0911081552631063,0.084244174941174,0.255951455205554,0.0125692408900499,0.155183906822086,0.0368100074672251,0.468988004994205,0.255951455205554,0.0324648951876992,0.324142309599946,0.5,0.255951455205554,0.021818282593346,0.42434595687563,0.255951455205554,0.139496219386899,0.264294645295632,0.255951455205554,0.0819269399738148,0.459756388071334,0.255951455205554,0.0567311621471352,0.286950709422693,0.280825791168492,0.926787181166282 -6322,0.255951455205554,0.213291622497781,0.891405299124207,0.255951455205554,0.312366129064399,0.932561201460251,0.255951455205554,0.0761493550336758,0.787458699124188,0.255951455205554,0.071015183996258,0.843485104768476,0.255951455205554,0.0314270312342926,0.549647055157433,0.255951455205554,0.0556643391517786,0.273547167848209,0.5,0.255951455205554,0.0135971688034797,0.264583249012359,0.5,0.255951455205554,0.157812235667817,0.215208507757115,0.5,0.255951455205554,0.108484384906234,0.158059213783654,0.255951455205554,0.0115475604490526,0.190791380526455,0.0775006963666786,0.496507170709568,0.255951455205554,0.0796312200045561,0.431296921285901,0.5,0.255951455205554,0.0404622069475945,0.548262903198449,0.255951455205554,0.151505842092476,0.374808789532531,0.255951455205554,0.0993486474844376,0.412363859098604,0.255951455205554,0.0669589653598479,0.287275016357632,0.425347866872357,0.914705208342613 -6323,0.255951455205554,0.208017006057193,0.876717990589289,0.255951455205554,0.244379619085826,0.930601231273845,0.255951455205554,0.0836009194326897,0.804449438073057,0.255951455205554,0.0498125990113508,0.834816627658863,0.255951455205554,0.0683818825176456,0.581144068450174,0.255951455205554,0.0812891145889372,0.336383569439288,0.5,0.255951455205554,0.0194015168448684,0.303759170645507,0.5,0.255951455205554,0.141265881022959,0.234877663567435,0.5,0.255951455205554,0.120315553504719,0.221454216900185,0.255951455205554,0.0221761330121011,0.178459867179911,0.0995768280667415,0.610455821635553,0.255951455205554,0.12970065918774,0.517859628541291,0.5,0.255951455205554,0.144456464953142,0.671367019373448,0.255951455205554,0.115568096809767,0.394365267401751,0.255951455205554,0.189990243461242,0.512150952403723,0.255951455205554,0.115676372754021,0.325542151460436,0.515814268221691,0.932057351466499 -6324,0.255951455205554,0.219624326469142,0.867102091602446,0.255951455205554,0.151425044291986,0.892438188338363,0.255951455205554,0.0967110796042191,0.783856074406688,0.255951455205554,0.0508646333627621,0.798040075908334,0.255951455205554,0.0975456756853019,0.607655474369414,0.255951455205554,0.0673604656723729,0.413878688776972,0.5,0.255951455205554,0.0394254944011101,0.369762586366995,0.5,0.255951455205554,0.0755479059162661,0.250023969383862,0.5,0.255951455205554,0.127588546671346,0.271992041956895,0.255951455205554,0.0230156705071556,0.18154308485225,0.112383122351396,0.563105443555874,0.255951455205554,0.115511700528851,0.585354771037003,0.5,0.255951455205554,0.330147972493364,0.782202701772163,0.255951455205554,0.138251145428568,0.419422202521808,0.255951455205554,0.208610637160027,0.658277259736266,0.255951455205554,0.144400996123625,0.456429784546746,0.559762114544603,0.971704279573119 -6325,0.255951455205554,0.328217773263243,0.904264121336664,0.255951455205554,0.106392967498853,0.818186982175588,0.255951455205554,0.115057609551701,0.783943618671915,0.255951455205554,0.0548637850470607,0.754764544201977,0.255951455205554,0.0786139840905863,0.624141752316775,0.255951455205554,0.0660686404839069,0.49619898408498,0.5,0.255951455205554,0.0770201130572319,0.48809010722282,0.5,0.255951455205554,0.0616703729701404,0.267583154429167,0.5,0.255951455205554,0.161982759849119,0.28418569519883,0.255951455205554,0.0408349307551382,0.215014215228768,0.120437996626975,0.513142926625873,0.255951455205554,0.153776776996124,0.630727334332114,0.5,0.255951455205554,0.494762284582724,0.861941931647084,0.255951455205554,0.161866452776463,0.42417102534514,0.255951455205554,0.150919267516287,0.800424299660403,0.255951455205554,0.169837581543873,0.622305965752117,0.597570862064893,0.996221385394328 -6326,0.255951455205554,0.38689132307582,0.948693757034505,0.255951455205554,0.0565379778220443,0.79790415122384,0.255951455205554,0.107462024478294,0.788903101860901,0.255951455205554,0.0556727412771876,0.769343811164857,0.255951455205554,0.0607650177351738,0.608388635468733,0.255951455205554,0.0843253380722488,0.588850708255324,0.5,0.255951455205554,0.109386175661427,0.600588070997421,0.5,0.255951455205554,0.0538522300656449,0.223988970014042,0.5,0.255951455205554,0.158025239635952,0.273277056802708,0.255951455205554,0.0826953831392249,0.301859672466714,0.0889851984199691,0.547069527134847,0.255951455205554,0.182894946659425,0.62896070807209,0.5,0.255951455205554,0.556481018874356,0.888336145641901,0.255951455205554,0.157749016441557,0.440990534515254,0.255951455205554,0.159457045848858,0.837225966075669,0.255951455205554,0.151212405576853,0.672521276261536,0.595147277228367,0.997817181205852 -6327,0.255951455205554,0.399442308375841,0.983222593575581,0.255951455205554,0.0565973051608759,0.86907514718448,0.255951455205554,0.142701479281521,0.839630637046931,0.255951455205554,0.0792825561428419,0.851270050476984,0.255951455205554,0.0449713693218878,0.551362342699478,0.255951455205554,0.0715761347953618,0.624556019490906,0.5,0.255951455205554,0.109424289268888,0.645124292646023,0.5,0.255951455205554,0.0216336374509915,0.228259293442965,0.5,0.255951455205554,0.0951346155400317,0.296582543233083,0.255951455205554,0.0780528237048944,0.378661564262128,0.10796022716633,0.50933315897213,0.255951455205554,0.193794322791023,0.646394315394693,0.5,0.255951455205554,0.491463532770972,0.901398891424689,0.255951455205554,0.117237308303132,0.476685425327506,0.255951455205554,0.223304678375617,0.863009391055988,0.255951455205554,0.0993846012488438,0.619247707508817,0.496384910712359,0.991098012764298 -6328,0.255951455205554,0.289176195669288,0.98910739761789,0.255951455205554,0.112700402026827,0.943077527059093,0.255951455205554,0.134723965143443,0.866732963681746,0.255951455205554,0.15561934834824,0.955724082531792,0.255951455205554,0.0362447185721687,0.484252071734158,0.255951455205554,0.043358425446866,0.622201148205608,0.5,0.255951455205554,0.0772521544625383,0.658151774668226,0.5,0.255951455205554,0.0107468856879645,0.210338280980734,0.5,0.255951455205554,0.0286414443784904,0.312667246992822,0.255951455205554,0.0617813572895077,0.511190063543411,0.227968218808582,0.617990898677646,0.255951455205554,0.186783331891359,0.665526644091067,0.5,0.255951455205554,0.326889754346544,0.873376653186595,0.255951455205554,0.0450572862465686,0.426547846842943,0.255951455205554,0.189862849946692,0.890319574633681,0.255951455205554,0.0703838941906034,0.672648519532187,0.384494004858536,0.988826798391313 -6329,0.255951455205554,0.167773840541368,0.975969903800558,0.255951455205554,0.174756313819292,1.00223891870034,0.255951455205554,0.0705427297447425,0.863629090630479,0.255951455205554,0.0760989245848122,0.96436728901452,0.255951455205554,0.0394439178478813,0.401031883244077,0.255951455205554,0.0162977033093595,0.591139146593902,0.5,0.255951455205554,0.0523246015043425,0.655842711768794,0.5,0.255951455205554,0.00523026886548309,0.236145075159535,0.5,0.255951455205554,0.0065413574819898,0.344585927917692,0.255951455205554,0.0308815654238399,0.557778640899014,0.157330768829597,0.749295227127216,0.255951455205554,0.0828052237046458,0.670574471936488,0.5,0.255951455205554,0.141777531622409,0.775907212642131,0.255951455205554,0.0193566894204663,0.449899085447083,0.255951455205554,0.0699045070518013,0.907903511787727,0.255951455205554,0.03220553957421,0.73916569233526,0.219646682714268,0.979861009754289 -6330,0.255951455205554,0.0267640515651648,0.901982857939819,0.255951455205554,0.00467506860245915,0.953623518357282,0.255951455205554,0.00964833639586048,0.84437504228804,0.255951455205554,0.00246959544032054,0.932312862314975,0.255951455205554,0.0128619119901349,0.411375485813582,0.255951455205554,0.00256207634933104,0.503110313006575,0.5,0.255951455205554,0.0176720082628905,0.613422380217033,0.5,0.255951455205554,0.00104957204951277,0.280346298198431,0.5,0.255951455205554,0.000521801634426693,0.399584091114648,0.255951455205554,0.0113828737286772,0.550939526854268,0.0,0.815851811795815,0.255951455205554,0.000129694211454204,0.650947981190076,0.5,0.255951455205554,0.00011036714622439,0.603483551483396,0.255951455205554,6.66090441385212e-05,0.570839329029414,0.255951455205554,6.50421583225654e-05,0.832236596601181,0.255951455205554,0.00118197034906565,0.720444628938001,0.0312459666198597,0.971942068892754 -6331,0.255951455205554,0.0,0.827052365468901,0.255951455205554,0.0,0.899773114211533,0.255951455205554,0.0,0.836773304604527,0.255951455205554,0.0,0.903335058887536,0.255951455205554,0.0,0.413387059144391,0.255951455205554,0.0,0.37291146743433,0.5,0.255951455205554,0.0,0.51546374135518,0.5,0.255951455205554,0.0,0.352389906936525,0.5,0.255951455205554,0.0,0.474482300422795,0.255951455205554,0.0,0.446205532035895,0.0,0.767114717633736,0.255951455205554,0.0,0.677966558233169,0.5,0.255951455205554,0.0,0.501777607176632,0.255951455205554,0.0,0.665284103982927,0.255951455205554,0.0,0.656182459879915,0.255951455205554,0.0,0.554231156733925,0.0,0.977268591286224 -6332,0.255951455205554,0.0,0.827088168140228,0.255951455205554,0.0,0.954514612191914,0.255951455205554,0.0,0.867199174923583,0.255951455205554,0.0,0.915622351436283,0.255951455205554,0.0,0.419549111103869,0.255951455205554,0.0,0.30435970031725,0.5,0.255951455205554,0.0,0.416814805438568,0.5,0.255951455205554,0.0,0.477503747741664,0.5,0.255951455205554,0.0,0.519816225838106,0.255951455205554,0.0,0.47931711140868,0.0,0.662535356791766,0.255951455205554,0.0,0.69447741492059,0.5,0.255951455205554,0.0,0.462361841191342,0.255951455205554,0.0,0.666697552674221,0.255951455205554,0.0,0.542674216791873,0.255951455205554,0.0,0.369182031963813,0.0,0.998726758217322 -6333,0.255951455205554,0.0,0.812475727839793,0.255951455205554,0.0,0.87294049138068,0.255951455205554,0.0,0.876551775781487,0.255951455205554,0.0,0.932890658792219,0.255951455205554,0.0,0.497512695777621,0.255951455205554,0.0,0.314770033157692,0.5,0.255951455205554,0.0,0.216922142843165,0.5,0.255951455205554,0.0,0.499158747582099,0.5,0.255951455205554,0.0,0.403182267298445,0.255951455205554,0.0,0.380221102691411,0.0,0.60397277843878,0.255951455205554,0.0,0.663209131611357,0.5,0.255951455205554,0.0,0.522656846952935,0.255951455205554,0.0,0.577051853278219,0.255951455205554,0.0,0.569918449283976,0.255951455205554,0.0,0.333797195809565,0.0,0.997844403998899 -6334,0.255951455205554,0.0,0.733755343458366,0.255951455205554,0.0,0.862236545103199,0.255951455205554,0.0,0.851423552374347,0.255951455205554,0.0,0.918942263470871,0.255951455205554,0.0,0.523269910294494,0.255951455205554,0.0,0.381829263992625,0.5,0.255951455205554,0.0,0.0996263837334662,0.5,0.255951455205554,0.0,0.385957093525924,0.5,0.255951455205554,0.0,0.278261322563643,0.255951455205554,0.0,0.0835661333044697,0.0,0.691552411919995,0.255951455205554,0.0,0.632826429466707,0.5,0.255951455205554,0.0,0.660001719549621,0.255951455205554,0.0,0.50957602507074,0.255951455205554,0.0,0.658999000025407,0.255951455205554,0.0,0.459080972052674,0.0,1.00122103874192 -6335,0.255951455205554,0.0,0.671674877769448,0.255951455205554,0.0,0.823329298034648,0.255951455205554,0.0,0.843748462560444,0.255951455205554,0.0,0.919743641183797,0.255951455205554,0.0,0.479997376827101,0.255951455205554,0.0,0.403411892146276,0.5,0.255951455205554,0.0,0.136751553041247,0.5,0.255951455205554,0.0,0.246228425560264,0.5,0.255951455205554,0.0,0.214413340262092,0.255951455205554,0.0,0.0255813042272116,0.0,0.69278996397102,0.255951455205554,0.0,0.621829573062918,0.5,0.255951455205554,0.0,0.613290964875156,0.255951455205554,0.0,0.548738577513415,0.255951455205554,0.0,0.716369272388714,0.255951455205554,0.0,0.591249686737795,0.0,0.996590334445041 -6336,0.255951455205554,0.0,0.620563193445696,0.255951455205554,0.0,0.757298526584917,0.255951455205554,0.0,0.850721971833293,0.255951455205554,0.0,0.923509421830362,0.255951455205554,0.0,0.470662733357588,0.255951455205554,0.0,0.335332778300326,0.5,0.255951455205554,0.0,0.232221709877959,0.5,0.255951455205554,0.0,0.14609436553318,0.5,0.255951455205554,0.0,0.284667286024946,0.255951455205554,0.0,0.0382810834785269,0.0,0.604633473071509,0.255951455205554,0.0,0.631588294051975,0.5,0.255951455205554,0.0,0.572182772229788,0.255951455205554,0.0,0.712767924692716,0.255951455205554,0.0,0.683041392053706,0.255951455205554,0.0,0.549687208041208,0.0,0.979502183379474 -6337,0.255951455205554,0.0,0.58067086512448,0.255951455205554,0.0,0.721100175744479,0.255951455205554,0.0,0.808801253276221,0.255951455205554,0.0,0.88660874073062,0.255951455205554,0.0,0.502008770889351,0.255951455205554,0.0,0.318630386064789,0.5,0.255951455205554,0.0,0.225792242864694,0.5,0.255951455205554,0.0,0.118077478058612,0.5,0.255951455205554,0.0,0.296771304965306,0.255951455205554,0.0,0.0658257636894553,0.0,0.382567660431264,0.255951455205554,0.0,0.544437964938372,0.5,0.255951455205554,0.0,0.507025104778707,0.255951455205554,0.0,0.688977562236751,0.255951455205554,0.0,0.720728591693852,0.255951455205554,0.0,0.560966767982813,0.0,0.963171200927508 -6338,0.255951455205554,0.0,0.55191923641128,0.255951455205554,0.0,0.647201135005447,0.255951455205554,0.0,0.748429511354704,0.255951455205554,0.0,0.795818121439654,0.255951455205554,0.0,0.53099867595867,0.255951455205554,0.0,0.368236298131662,0.5,0.255951455205554,0.0,0.22209367690152,0.5,0.255951455205554,0.0,0.105708045352598,0.5,0.255951455205554,0.0,0.254664948568017,0.255951455205554,0.0,0.092634612004856,0.0,0.40768934989002,0.255951455205554,0.0,0.533943627406749,0.5,0.255951455205554,0.0,0.478695124148122,0.255951455205554,0.0,0.647894830251176,0.255951455205554,0.0,0.792036229277684,0.255951455205554,0.0,0.621143798217135,0.0,0.984236961628259 -6339,0.255951455205554,0.0,0.574059833055241,0.255951455205554,0.0,0.686824151434734,0.255951455205554,0.0,0.76137501889395,0.255951455205554,0.0,0.883302595840826,0.255951455205554,0.0,0.536720412727188,0.255951455205554,0.0,0.428333910314198,0.5,0.255951455205554,0.0,0.251320734782425,0.5,0.255951455205554,0.0,0.10020519292282,0.5,0.255951455205554,0.0,0.249976061861461,0.255951455205554,0.0,0.135038512540899,0.0,0.402724661647729,0.255951455205554,0.0,0.579024791886937,0.5,0.255951455205554,0.0,0.460040840856015,0.255951455205554,0.0,0.660217078487411,0.255951455205554,0.0,0.868155629323254,0.255951455205554,0.0,0.69428043437732,0.0,0.993336151446077 -6340,0.255951455205554,0.0,0.617186921499244,0.255951455205554,0.0,0.703471694809154,0.255951455205554,0.0,0.810259503020947,0.255951455205554,0.0,0.94254881968839,0.255951455205554,0.0,0.558387705806551,0.255951455205554,0.0,0.477055956273436,0.5,0.255951455205554,0.0,0.250140920448907,0.5,0.255951455205554,0.0,0.126808935128774,0.5,0.255951455205554,0.0,0.283251459994561,0.255951455205554,0.0,0.129921943734766,0.0,0.646772693778708,0.255951455205554,0.0,0.65283081734956,0.5,0.255951455205554,0.0,0.452336385228915,0.255951455205554,0.0,0.684107286566189,0.255951455205554,0.0,0.903917643871599,0.255951455205554,0.0,0.757147608777413,0.0,0.994664105876447 -6341,0.255951455205554,0.0,0.519024012510168,0.255951455205554,0.0,0.763064591886061,0.255951455205554,0.0,0.852136031321276,0.255951455205554,0.0,0.991981571294065,0.255951455205554,0.0,0.572222620901903,0.255951455205554,0.0,0.520919168410827,0.5,0.255951455205554,0.0,0.256828051716217,0.5,0.255951455205554,0.0,0.192097268977832,0.5,0.255951455205554,0.0,0.308715793387119,0.255951455205554,0.0,0.122679833563008,0.0,0.580884943120967,0.255951455205554,0.0,0.623192573786344,0.5,0.255951455205554,0.0,0.523004640486206,0.255951455205554,0.0,0.767813028905202,0.255951455205554,0.0,0.869220538883993,0.255951455205554,0.0,0.762929189004812,0.0,0.993138595242778 -6342,0.255951455205554,0.0,0.435420187979065,0.255951455205554,0.0,0.532768838092001,0.255951455205554,0.0,0.883753909210726,0.255951455205554,0.0,0.927398361483304,0.255951455205554,0.0,0.64616976466622,0.255951455205554,0.0,0.569104234745662,0.5,0.255951455205554,0.0,0.243813314662969,0.5,0.255951455205554,0.0,0.221524134075354,0.5,0.255951455205554,0.0,0.354504329612071,0.255951455205554,0.0,0.114628976981883,0.0,0.44490208845306,0.255951455205554,0.0,0.610687528849861,0.5,0.255951455205554,0.0,0.58523630976034,0.255951455205554,0.0,0.829441772619687,0.255951455205554,0.0,0.791434514024591,0.255951455205554,0.0,0.751344811348901,0.0,0.990356821197296 -6343,0.255951455205554,0.00402818456926414,0.32125978262175,0.255951455205554,0.00147067396318547,0.730890644618454,0.255951455205554,0.00102100162159041,0.859418921469677,0.255951455205554,0.00204085426469656,0.742517893043618,0.255951455205554,0.000332323896757621,0.642122486495044,0.255951455205554,0.000673056525470294,0.601263169151972,0.5,0.255951455205554,0.000287981819986893,0.265422083680437,0.5,0.255951455205554,0.00158187937787695,0.241648035154356,0.5,0.255951455205554,0.00197599457951251,0.404538662856085,0.255951455205554,2.77618849931921e-05,0.11145767683623,0.000501779079934338,0.503292259442887,0.255951455205554,0.00149461632317858,0.624118638811153,0.5,0.255951455205554,0.00597502958121007,0.604184030705224,0.255951455205554,0.00160398843545599,0.854553912325917,0.255951455205554,0.00169809116931849,0.739895237902574,0.255951455205554,0.000970213010794759,0.751285646431282,0.00537790306725445,0.993018359500031 -6344,0.255951455205554,0.11638743748271,0.330938476538735,0.255951455205554,0.11819327548387,0.587726285013975,0.255951455205554,0.0436948888865567,0.811635619318606,0.255951455205554,0.0560021438861406,0.5988501683439,0.255951455205554,0.0322242062851962,0.705216120067011,0.255951455205554,0.0267015904841847,0.610769157002867,0.5,0.255951455205554,0.0259233451377025,0.33698832905993,0.5,0.255951455205554,0.0572182627558913,0.284192599770584,0.5,0.255951455205554,0.0231334106195561,0.48744998535786,0.255951455205554,0.0264632884207809,0.200294816977678,0.00809285749670449,0.503608550011892,0.255951455205554,0.0133861193830175,0.614960590553124,0.5,0.255951455205554,0.0937931838986453,0.716468338346707,0.255951455205554,0.0165229205394329,0.851625511706407,0.255951455205554,0.0188971928606251,0.796645505352805,0.255951455205554,0.0197330918748608,0.720928107178614,0.130534113142358,0.995210799123696 -6345,0.255951455205554,0.24095397768478,0.545283519577935,0.255951455205554,0.287412029732618,0.588445248316757,0.255951455205554,0.100646812038553,0.798781909469459,0.255951455205554,0.129778271039939,0.606147342323026,0.255951455205554,0.083125127338786,0.798276390724798,0.255951455205554,0.105495044062993,0.71031626064487,0.5,0.255951455205554,0.0598348291720724,0.415008989587177,0.5,0.255951455205554,0.140812792529834,0.340905598452845,0.5,0.255951455205554,0.0636209644441376,0.502173968845396,0.255951455205554,0.0669740033124721,0.248230802741918,0.030295935932783,0.36427825843632,0.255951455205554,0.0440643656581665,0.628225506928847,0.5,0.255951455205554,0.255115271557951,0.856966160656599,0.255951455205554,0.0610754956506287,0.829778093939351,0.255951455205554,0.0663852514022502,0.917506933735558,0.255951455205554,0.0863159406686047,0.858356445751541,0.283778095821786,0.99163780304597 -6346,0.255951455205554,0.414214766972896,0.769603834310797,0.255951455205554,0.435680477095325,0.540791445721136,0.255951455205554,0.147249403695395,0.762468720063941,0.255951455205554,0.131393539441184,0.5182919722025,0.255951455205554,0.105642835673921,0.848188812606368,0.255951455205554,0.21468034480039,0.850728709237885,0.5,0.255951455205554,0.0861050299820886,0.444082959143282,0.5,0.255951455205554,0.162645352965144,0.337875722978303,0.5,0.255951455205554,0.112889008807974,0.538442561578813,0.255951455205554,0.119486475916243,0.2885300511334,0.0317631136183256,0.398261046823362,0.255951455205554,0.129158319346432,0.702434883951029,0.5,0.255951455205554,0.367464577073793,0.909683162471994,0.255951455205554,0.223577464975095,0.911279064077271,0.255951455205554,0.157013224214366,0.949342804545299,0.255951455205554,0.148692795843276,0.977777363680832,0.395221150558642,0.99730055466497 -6347,0.255951455205554,0.542382534348352,0.857962989327479,0.255951455205554,0.555737592352751,0.733957604026811,0.255951455205554,0.188402172716532,0.777010875539728,0.255951455205554,0.199572401643239,0.577568787637528,0.255951455205554,0.139096405429444,0.873032777391733,0.255951455205554,0.300528027325839,0.937483413520453,0.5,0.255951455205554,0.149883886911283,0.445592017255887,0.5,0.255951455205554,0.145342886311712,0.378190458778631,0.5,0.255951455205554,0.147172021391402,0.643000815876977,0.255951455205554,0.072089614947126,0.19024833768149,0.166636228855537,0.63043694378211,0.255951455205554,0.246503116605311,0.732549880797817,0.5,0.255951455205554,0.360632284020932,0.914963940369239,0.255951455205554,0.329268257725552,0.930343247783564,0.255951455205554,0.211163128168954,0.931009913790136,0.255951455205554,0.158899590617401,0.991365636807129,0.491884041513852,0.99061251400641 -6348,0.255951455205554,0.576813530641335,0.789104616546465,0.255951455205554,0.613238032810852,0.936966770426979,0.255951455205554,0.221516595291079,0.838152752134402,0.255951455205554,0.259128058848063,0.828041504173371,0.255951455205554,0.166864521672574,0.90203320803387,0.255951455205554,0.245795260928648,0.931023470379167,0.5,0.255951455205554,0.280263606206286,0.606590052916183,0.5,0.255951455205554,0.17930009689582,0.470031441423517,0.5,0.255951455205554,0.183857306578998,0.719956075090177,0.255951455205554,0.0722485200320613,0.161375046124107,0.280867569542763,0.710876387558981,0.255951455205554,0.36981647645974,0.815995992963264,0.5,0.255951455205554,0.345040894329151,0.896213385253544,0.255951455205554,0.279358318879049,0.881887165706548,0.255951455205554,0.323398548081356,0.929627441055691,0.255951455205554,0.178128222441383,0.931527410450297,0.490832005007927,0.973174361021791 -6349,0.255951455205554,0.594090921064445,0.819564326224973,0.255951455205554,0.613437923969141,0.859010654713175,0.255951455205554,0.252178818233685,0.897651556505874,0.255951455205554,0.150330836954335,0.905692865255338,0.255951455205554,0.193208424791105,0.893386659291121,0.255951455205554,0.208113195815372,0.91644125373792,0.5,0.255951455205554,0.379860649908417,0.715274661594827,0.5,0.255951455205554,0.248179284959163,0.472887838965151,0.5,0.255951455205554,0.170579095164275,0.688093901203251,0.255951455205554,0.117034910593528,0.279424466296669,0.441655555518016,0.872718898681728,0.255951455205554,0.319248447975351,0.845693357484967,0.5,0.255951455205554,0.369495172706704,0.861480837544773,0.255951455205554,0.207677286707402,0.842799919204877,0.255951455205554,0.464777571788809,0.894179273409502,0.255951455205554,0.154483691499069,0.82169970512812,0.605516393216371,0.950772051275126 -6350,0.255951455205554,0.46767775730187,0.879732865020657,0.255951455205554,0.590963423900589,0.881980979595335,0.255951455205554,0.262155129957138,0.919932791258744,0.255951455205554,0.18174276285056,0.937199434372729,0.255951455205554,0.242760730703083,0.873398642984218,0.255951455205554,0.188947352856257,0.918150502529318,0.5,0.255951455205554,0.27255168363588,0.720637856668732,0.5,0.255951455205554,0.245508707359982,0.457155847280599,0.5,0.255951455205554,0.122111283332118,0.650481001507755,0.255951455205554,0.180813559726532,0.384821559139159,0.248596143854126,0.849824810476071,0.255951455205554,0.297140002375406,0.82839250399496,0.5,0.255951455205554,0.356867876060485,0.874693271957507,0.255951455205554,0.222819488879843,0.77487078298875,0.255951455205554,0.530915154024039,0.873111587760099,0.255951455205554,0.133806950054852,0.79008765378473,0.404917374994475,0.909162792075949 -6351,0.255951455205554,0.286154738105605,0.910988549161369,0.255951455205554,0.421492269435867,0.859740906326246,0.255951455205554,0.207438472404432,0.898659487810813,0.255951455205554,0.165116237970882,0.935944300825999,0.255951455205554,0.241511097270157,0.814427357707927,0.255951455205554,0.182722006680723,0.899975844046714,0.5,0.255951455205554,0.168123074068453,0.669181235067292,0.5,0.255951455205554,0.173979730737283,0.4174070277703,0.5,0.255951455205554,0.109461516621785,0.621045030380369,0.255951455205554,0.326915398227735,0.405352763675924,0.370877143946627,0.805957242371907,0.255951455205554,0.265435442562199,0.753898191857367,0.5,0.255951455205554,0.214332380910253,0.902831731340606,0.255951455205554,0.230354567500432,0.680831231727754,0.255951455205554,0.449188161213507,0.864723059920665,0.255951455205554,0.201670046151984,0.847698100817438,0.453480881483843,0.85238073753529 -6352,0.255951455205554,0.300760627546968,0.90936003779543,0.255951455205554,0.208194416230952,0.806935250065767,0.255951455205554,0.193593994844345,0.844934382076779,0.255951455205554,0.145717574829011,0.889865648165963,0.255951455205554,0.156723777668021,0.703703646303835,0.255951455205554,0.202839137357383,0.832497097617143,0.5,0.255951455205554,0.0951398719558809,0.586271836525139,0.5,0.255951455205554,0.118667106184831,0.386664960559458,0.5,0.255951455205554,0.105265485408136,0.62532499456134,0.255951455205554,0.167821135286615,0.364658264785295,0.376934602725707,0.729511399226719,0.255951455205554,0.212797567985619,0.748207074703691,0.5,0.255951455205554,0.0857108550927118,0.893503998328418,0.255951455205554,0.187464665123702,0.584175766842453,0.255951455205554,0.31593195801918,0.861460529170933,0.255951455205554,0.168333317021656,0.861090275608459,0.341059628297972,0.80512089689649 -6353,0.255951455205554,0.260669463398452,0.861812618012271,0.255951455205554,0.154214895723993,0.747634321626184,0.255951455205554,0.170727680323543,0.747551392425586,0.255951455205554,0.171985595327089,0.830780277837633,0.255951455205554,0.0953973339379558,0.522349788032305,0.255951455205554,0.121123291168373,0.70312444136423,0.5,0.255951455205554,0.0559319157054189,0.483139299826556,0.5,0.255951455205554,0.078554002947041,0.266717158525886,0.5,0.255951455205554,0.0578012537965732,0.538598169834286,0.255951455205554,0.0256317029328669,0.291966271167507,0.167919623231223,0.633834565627419,0.255951455205554,0.102091118615747,0.744447944253133,0.5,0.255951455205554,0.0312876179304275,0.851149782329209,0.255951455205554,0.0781889880106476,0.498849681144873,0.255951455205554,0.167591708558695,0.811742610305312,0.255951455205554,0.0899358125074562,0.785802796914664,0.292051960532311,0.769252345072413 -6354,0.255951455205554,0.0278785163493475,0.68751123840354,0.255951455205554,0.016322419522028,0.547336998544063,0.255951455205554,0.0291517999064352,0.527429765860108,0.255951455205554,0.0323621633228076,0.66759289589691,0.255951455205554,0.0299808575627835,0.266290523154213,0.255951455205554,0.0200319555894523,0.482763704331215,0.5,0.255951455205554,0.0159793455578799,0.351256637800003,0.5,0.255951455205554,0.0195908182407037,0.159865902290078,0.5,0.255951455205554,0.00221335801550931,0.414362350466211,0.255951455205554,0.00492149974754089,0.220644230406925,0.0,0.829397983149514,0.255951455205554,3.76943582715616e-05,0.579724783267649,0.5,0.255951455205554,4.60991121673327e-05,0.862119121632856,0.255951455205554,0.0,0.376484560386972,0.255951455205554,0.0,0.773676675054625,0.255951455205554,4.91402041402495e-05,0.717477881570427,0.0276944590307534,0.716699683007908 -6355,0.255951455205554,0.0,0.533471568970632,0.255951455205554,0.0,0.379133030915291,0.255951455205554,0.0,0.39318016028673,0.255951455205554,0.0,0.484504930459844,0.255951455205554,0.0,0.159433029403199,0.255951455205554,0.0,0.239842565654804,0.5,0.255951455205554,0.0,0.221503440849223,0.5,0.255951455205554,0.0,0.118852765645625,0.5,0.255951455205554,0.0,0.318476717417515,0.255951455205554,0.0,0.119136005618151,0.0,0.37468468054403,0.255951455205554,0.0,0.567852076217225,0.5,0.255951455205554,0.0,0.86421290955301,0.255951455205554,0.0,0.290476089461048,0.255951455205554,0.0,0.740321789932489,0.255951455205554,0.0,0.598630565757848,0.0,0.613770190497044 -6356,0.255951455205554,0.0,0.469223530714248,0.255951455205554,0.0,0.236816063323984,0.255951455205554,0.0,0.336903718512591,0.255951455205554,0.0,0.404973978216234,0.255951455205554,0.0,0.158037870875718,0.255951455205554,0.0,0.17054913542878,0.5,0.255951455205554,0.0,0.11910059530083,0.5,0.255951455205554,0.0,0.103446423167215,0.5,0.255951455205554,0.0,0.239774490082121,0.255951455205554,0.0,0.106028138291749,0.0,0.453459404072284,0.255951455205554,0.0,0.593588397656123,0.5,0.255951455205554,0.0,0.824426081478124,0.255951455205554,0.0,0.313192823788868,0.255951455205554,0.0,0.595271920675089,0.255951455205554,0.0,0.402952003979167,0.0,0.565864864586363 -6357,0.255951455205554,0.0,0.384054998621313,0.255951455205554,0.0,0.222671673975131,0.255951455205554,0.0,0.290483740524241,0.255951455205554,0.0,0.341727051721169,0.255951455205554,0.0,0.151044556693317,0.255951455205554,0.0,0.149961067454982,0.5,0.255951455205554,0.0,0.06956988212652,0.5,0.255951455205554,0.0,0.0833226247443998,0.5,0.255951455205554,0.0,0.162049118330562,0.255951455205554,0.0,0.0765490103619125,0.0,0.684760076982843,0.255951455205554,0.0,0.609506158888532,0.5,0.255951455205554,0.0,0.758233232002152,0.255951455205554,0.0,0.337017715672632,0.255951455205554,0.0,0.558664800860225,0.255951455205554,0.0,0.286619992913027,0.0,0.490149012361711 -6358,0.255951455205554,0.0,0.291402002806289,0.255951455205554,0.0,0.19153822401624,0.255951455205554,0.0,0.242608607644035,0.255951455205554,0.0,0.273863948733145,0.255951455205554,0.0,0.131473475132455,0.255951455205554,0.0,0.158631296744515,0.5,0.255951455205554,0.0,0.0527029333550475,0.5,0.255951455205554,0.0,0.0785604298805791,0.5,0.255951455205554,0.0,0.142539659436302,0.255951455205554,0.0,0.027174365147528,0.0,0.72836479004896,0.255951455205554,0.0,0.620173271676977,0.5,0.255951455205554,0.0,0.647041706489988,0.255951455205554,0.0,0.347777821794555,0.255951455205554,0.0,0.533502902649288,0.255951455205554,0.0,0.266515932324581,0.0,0.384679365024248 -6359,0.255951455205554,0.0,0.19640773022513,0.255951455205554,0.0,0.125070353482497,0.255951455205554,0.0,0.174639855162057,0.255951455205554,0.0,0.185772339496326,0.255951455205554,0.0,0.101035248033219,0.255951455205554,0.0,0.149619238785802,0.5,0.255951455205554,0.0,0.0446522150919953,0.5,0.255951455205554,0.0,0.0906468950985517,0.5,0.255951455205554,0.0,0.171309361665302,0.255951455205554,0.0,0.00819965342777781,0.0,0.543178688444693,0.255951455205554,0.0,0.584929675159184,0.5,0.255951455205554,0.0,0.528762836201113,0.255951455205554,0.0,0.410640389568614,0.255951455205554,0.0,0.545400380936844,0.255951455205554,0.0,0.319470487825708,0.0,0.299901184139871 -6360,0.255951455205554,0.0,0.124587140823616,0.255951455205554,0.0,0.0717960029930519,0.255951455205554,0.0,0.110630213944529,0.255951455205554,0.0,0.108686363814547,0.255951455205554,0.0,0.077937355323619,0.255951455205554,0.0,0.105452993348777,0.5,0.255951455205554,0.0,0.0421931476743478,0.5,0.255951455205554,0.0,0.0807192482465726,0.5,0.255951455205554,0.0,0.208888574161831,0.255951455205554,0.0,0.00657355359844001,0.0,0.531704891048385,0.255951455205554,0.0,0.566271191831991,0.5,0.255951455205554,0.0,0.463023104749225,0.255951455205554,0.0,0.526101973358682,0.255951455205554,0.0,0.504703776401529,0.255951455205554,0.0,0.331658117002436,0.0,0.203317951036431 -6361,0.255951455205554,0.0,0.0949816575740452,0.255951455205554,0.0,0.0710621417583453,0.255951455205554,0.0,0.0695859133485668,0.255951455205554,0.0,0.0634913685357701,0.255951455205554,0.0,0.057368712598427,0.255951455205554,0.0,0.0854612489357056,0.5,0.255951455205554,0.0,0.0359126291829929,0.5,0.255951455205554,0.0,0.056406098517593,0.5,0.255951455205554,0.0,0.205730197533509,0.255951455205554,0.0,0.00672450557457558,0.0,0.417557596469779,0.255951455205554,0.0,0.487156243158058,0.5,0.255951455205554,0.0,0.340124800803805,0.255951455205554,0.0,0.581837579344685,0.255951455205554,0.0,0.355025032756342,0.255951455205554,0.0,0.253048751748079,0.0,0.144982358342237 -6362,0.255951455205554,0.0,0.0680653672070393,0.255951455205554,0.0,0.059348241420065,0.255951455205554,0.0,0.0449676606374775,0.255951455205554,0.0,0.0304820854503882,0.255951455205554,0.0,0.0372826177872178,0.255951455205554,0.0,0.0602679697230288,0.5,0.255951455205554,0.0,0.0268539718747154,0.5,0.255951455205554,0.0,0.0496466724010385,0.5,0.255951455205554,0.0,0.17714323231086,0.255951455205554,0.0,0.00419570306137863,0.0,0.331133607715132,0.255951455205554,0.0,0.386843592555172,0.5,0.255951455205554,0.0,0.250116319601243,0.255951455205554,0.0,0.491677213758049,0.255951455205554,0.0,0.258669202406271,0.255951455205554,0.0,0.199967455617768,0.0,0.119768151799711 -6363,0.255951455205554,0.0,0.0422881489306994,0.255951455205554,0.0,0.0488926892102396,0.255951455205554,0.0,0.0283645749224296,0.255951455205554,0.0,0.0145720647808053,0.255951455205554,0.0,0.0252276202245827,0.255951455205554,0.0,0.0313824345485662,0.5,0.255951455205554,0.0,0.0168685131605952,0.5,0.255951455205554,0.0,0.0472854249068301,0.5,0.255951455205554,0.0,0.149846429511972,0.255951455205554,0.0,0.00208932417474199,0.0,0.252410575980173,0.255951455205554,0.0,0.312693565750542,0.5,0.255951455205554,0.0,0.185550240429061,0.255951455205554,0.0,0.428325367162789,0.255951455205554,0.0,0.229016725942224,0.255951455205554,0.0,0.175844937539242,0.0,0.14847147736088 -6364,0.255951455205554,0.0,0.0339498053829846,0.255951455205554,0.0,0.038070228365717,0.255951455205554,0.0,0.022848528417069,0.255951455205554,0.0,0.0122276961618122,0.255951455205554,0.0,0.0219721163031152,0.255951455205554,0.0,0.0168142712817208,0.5,0.255951455205554,0.0,0.0110321741692731,0.5,0.255951455205554,0.0,0.037992385776436,0.5,0.255951455205554,0.0,0.119537397191458,0.255951455205554,0.0,0.00235281887056154,0.0,0.230100575199192,0.255951455205554,0.0,0.281706769316457,0.5,0.255951455205554,0.0,0.17033699628737,0.255951455205554,0.0,0.443842252168436,0.255951455205554,0.0,0.175653517451102,0.255951455205554,0.0,0.127368897470111,0.0,0.173311018061732 -6365,0.255951455205554,0.0,0.0207160458067557,0.255951455205554,0.0,0.0328026728475003,0.255951455205554,0.0,0.0208502756148763,0.255951455205554,0.0,0.0109510491183249,0.255951455205554,0.0,0.0242037942328949,0.255951455205554,0.0,0.012791662239842,0.5,0.255951455205554,0.0,0.0087622711696425,0.5,0.255951455205554,0.0,0.0230780066853787,0.5,0.255951455205554,0.0,0.0751099863374254,0.255951455205554,0.0,0.0053426521789191,0.0,0.181608644072306,0.255951455205554,0.0,0.258826771775054,0.5,0.255951455205554,0.0,0.143271097226686,0.255951455205554,0.0,0.413471090601577,0.255951455205554,0.0,0.115534112683118,0.255951455205554,0.0,0.0742089092006159,0.0,0.238078838128044 -6366,0.255951455205554,0.0,0.01113947587647,0.255951455205554,0.0,0.022835044817491,0.255951455205554,0.0,0.0173817526838652,0.255951455205554,0.0,0.00499842815439038,0.255951455205554,0.0,0.0187593221595335,0.255951455205554,0.0,0.0127160155124313,0.5,0.255951455205554,0.0,0.0094980697922035,0.5,0.255951455205554,0.0,0.0138440334355195,0.5,0.255951455205554,0.0,0.0422059926333291,0.255951455205554,0.0,0.0057546225284644,0.0,0.131057602695003,0.255951455205554,0.0,0.220925853390443,0.5,0.255951455205554,0.0,0.112669107892433,0.255951455205554,0.0,0.304624915380402,0.255951455205554,0.0,0.104436337683579,0.255951455205554,0.0,0.0576689969589772,0.0,0.273196454419358 -6367,0.255951455205554,0.00385988813342894,0.00694928244170509,0.255951455205554,0.00507645449194636,0.0105730201537458,0.255951455205554,0.00252513240965668,0.0197697921312174,0.255951455205554,0.00252865837034483,0.00400716899461399,0.255951455205554,0.000898084926994121,0.0144011419868665,0.255951455205554,0.0034785581327927,0.00740366839595409,0.5,0.255951455205554,0.000827811645071152,0.0102291640009928,0.5,0.255951455205554,0.00375590841953246,0.0106711334771737,0.5,0.255951455205554,0.00826878260466013,0.026872731509177,0.255951455205554,0.0,0.00814356835670993,0.0204681009453511,0.12199906404734,0.255951455205554,0.0121905077761206,0.178924376482059,0.5,0.255951455205554,0.0120999469588973,0.0927824845502297,0.255951455205554,0.00708238896426387,0.286035086025348,0.255951455205554,0.00985333447065279,0.0775137947123626,0.255951455205554,0.00820356170960296,0.0455378952064749,0.00461805615473606,0.241698290359693 -6368,0.255951455205554,0.121916086891804,0.00786585165034091,0.255951455205554,0.130540983692222,0.00165027673741221,0.255951455205554,0.115088863003537,0.02233402475518,0.255951455205554,0.117609413951475,0.00773867249569987,0.255951455205554,0.101025452137916,0.00852623420324474,0.255951455205554,0.124353879371398,0.00480886225822401,0.5,0.255951455205554,0.107836006560101,0.00594969177271472,0.5,0.255951455205554,0.124920291864353,0.00656598501701482,0.5,0.255951455205554,0.131506115584824,0.0256498423501963,0.255951455205554,0.102991819964885,0.010835993636383,0.153473666335215,0.260271827542737,0.255951455205554,0.131696329412702,0.238382256015183,0.5,0.255951455205554,0.144640686951146,0.113866842033284,0.255951455205554,0.0950564791759511,0.319048639348625,0.255951455205554,0.150647365464023,0.106214882299528,0.255951455205554,0.144600835109244,0.0464355046741184,0.12662714737952,0.154371712924121 -6369,0.255951455205554,0.268719705763323,0.0208639406497228,0.255951455205554,0.287999230665438,0.000933793291459977,0.255951455205554,0.266018242987517,0.0380387095495779,0.255951455205554,0.274614047648374,0.0336051638025547,0.255951455205554,0.248269920266329,0.0116061944632807,0.255951455205554,0.285308878754333,0.0072276171819518,0.5,0.255951455205554,0.267692000142388,0.00950931987122515,0.5,0.255951455205554,0.286830222728842,0.0226638893877096,0.5,0.255951455205554,0.282937706385922,0.054257295043999,0.255951455205554,0.263342910674876,0.0153958408033359,0.310081366722285,0.319925488609431,0.255951455205554,0.275087884194538,0.335435944976924,0.5,0.255951455205554,0.297913871511867,0.194546914346278,0.255951455205554,0.246257735760655,0.399630340633861,0.255951455205554,0.309507066515312,0.182835366042659,0.255951455205554,0.306582926877401,0.0873062597647582,0.277109582280886,0.090525496400842 -6370,0.255951455205554,0.376415652162659,0.0581791917520834,0.255951455205554,0.438914523969128,0.00184787870818317,0.255951455205554,0.403087449379749,0.0647641954295188,0.255951455205554,0.418940721530579,0.0694500398748306,0.255951455205554,0.389793103158902,0.024446946901222,0.255951455205554,0.443502505031002,0.0186693946561176,0.5,0.255951455205554,0.426759889033851,0.0521033036111839,0.5,0.255951455205554,0.450614448064089,0.0664559387657602,0.5,0.255951455205554,0.424953508632286,0.077278034396504,0.255951455205554,0.423381582381525,0.0615224617526258,0.473975603713071,0.325270405818405,0.255951455205554,0.424767923575495,0.34159967514812,0.5,0.255951455205554,0.448895152915414,0.182423984977238,0.255951455205554,0.354447283907518,0.459051912889353,0.255951455205554,0.46480946515133,0.187758951269516,0.255951455205554,0.46309996519762,0.10983290212728,0.42745972766905,0.0578926695331545 -6371,0.255951455205554,0.410343617030851,0.102971131849715,0.255951455205554,0.566119903309233,0.00406000406084193,0.255951455205554,0.523017313617334,0.077406779444276,0.255951455205554,0.534706675422555,0.0884290482369662,0.255951455205554,0.516615078425163,0.0402054269035334,0.255951455205554,0.57666075525093,0.0397697175689231,0.5,0.255951455205554,0.562876569962424,0.104916619802982,0.5,0.255951455205554,0.581207182425466,0.107333768342057,0.5,0.255951455205554,0.522749310295741,0.0737333744678937,0.255951455205554,0.56234742470031,0.168922599667434,0.596510643228788,0.26625228902715,0.255951455205554,0.562969582178822,0.302894165597274,0.5,0.255951455205554,0.576776304172949,0.157093316329167,0.255951455205554,0.461592831822768,0.446682673565181,0.255951455205554,0.589618419163465,0.162662414261794,0.255951455205554,0.587238050246121,0.0901747331080695,0.495965036758223,0.0420218742182056 -6372,0.255951455205554,0.38721647296473,0.121552197914991,0.255951455205554,0.635669607434737,0.00342610344948147,0.255951455205554,0.593720623740091,0.0710815562097288,0.255951455205554,0.581540614292756,0.070734248274423,0.255951455205554,0.587757608056686,0.0336861246627312,0.255951455205554,0.654235019223189,0.0453060166236572,0.5,0.255951455205554,0.641519850404143,0.0982253048155411,0.5,0.255951455205554,0.659999611934093,0.142063160776063,0.5,0.255951455205554,0.576086961630975,0.0562702936656242,0.255951455205554,0.647618470013152,0.189703167017558,0.656519554487713,0.232156100246202,0.255951455205554,0.637764498001296,0.262400167449351,0.5,0.255951455205554,0.648366577279637,0.131953112665803,0.255951455205554,0.558890048958121,0.392079387416602,0.255951455205554,0.656441491635544,0.139237853893634,0.255951455205554,0.646852197915572,0.0714350300066932,0.367513953534667,0.0631604846600956 -6373,0.255951455205554,0.372139522886392,0.11769767549794,0.255951455205554,0.652008251333731,0.00798911268394729,0.255951455205554,0.608595288648204,0.0694296354147638,0.255951455205554,0.567965734942753,0.0629664702251437,0.255951455205554,0.605260863638376,0.0279653919820432,0.255951455205554,0.67983541329363,0.0292326259319531,0.5,0.255951455205554,0.675704124592092,0.0877344332884899,0.5,0.255951455205554,0.689968477270125,0.164202095524084,0.5,0.255951455205554,0.597663143515921,0.0432083225010793,0.255951455205554,0.679783322967444,0.200920194955792,0.668538733442673,0.206373492309637,0.255951455205554,0.645181978732037,0.223052381763156,0.5,0.255951455205554,0.668210623499666,0.098702506317577,0.255951455205554,0.646027342379482,0.347520816357914,0.255951455205554,0.674810002900529,0.101950721852104,0.255951455205554,0.679233097075336,0.0526573344881636,0.263806728695368,0.0806262928082424 -6374,0.255951455205554,0.295889142393976,0.0887091235353283,0.255951455205554,0.594622657176536,0.0240367603627992,0.255951455205554,0.573152264936933,0.0705878571402163,0.255951455205554,0.402720348564666,0.075130794249142,0.255951455205554,0.599733627659339,0.0289369553901018,0.255951455205554,0.660231427442707,0.0215821679588374,0.5,0.255951455205554,0.663350144870901,0.0822602077825389,0.5,0.255951455205554,0.670712240964378,0.160988316567274,0.5,0.255951455205554,0.590927643223859,0.0308881331426044,0.255951455205554,0.666495742888551,0.184660157524243,0.632166282364665,0.133886349174011,0.255951455205554,0.613174698826062,0.162246927420181,0.5,0.255951455205554,0.637216859768736,0.0649118972359518,0.255951455205554,0.635462754105859,0.272289932393645,0.255951455205554,0.645418632905782,0.0638741451678836,0.255951455205554,0.656639040724088,0.0333821584327466,0.201181345109105,0.100070615907278 -6375,0.255951455205554,0.272713983314518,0.102461731964048,0.255951455205554,0.406892622137511,0.0241411307506665,0.255951455205554,0.494322942257345,0.0641610003587263,0.255951455205554,0.239858058120868,0.0883870694265929,0.255951455205554,0.550505358020543,0.0265068330897186,0.255951455205554,0.581380356734993,0.0224346867543603,0.5,0.255951455205554,0.591817675594177,0.0801485577229041,0.5,0.255951455205554,0.591060269415948,0.151029061626098,0.5,0.255951455205554,0.532781480907539,0.0245164073830751,0.255951455205554,0.597919709618631,0.179503209871616,0.534942599143044,0.104918443161826,0.255951455205554,0.524928185590369,0.111925625016825,0.5,0.255951455205554,0.542516455198861,0.0338168872719483,0.255951455205554,0.542901442195266,0.194363259360873,0.255951455205554,0.554671837489625,0.0563166144278829,0.255951455205554,0.568569974483532,0.0297153564650848,0.143397921393628,0.11694156419543 -6376,0.255951455205554,0.204168953368459,0.117542574755722,0.255951455205554,0.221225401900003,0.0193831079012639,0.255951455205554,0.378433557841324,0.0532570173383895,0.255951455205554,0.2412009765747,0.0858597102019838,0.255951455205554,0.436153627849552,0.0207008164620073,0.255951455205554,0.448890227955588,0.0232049814307916,0.5,0.255951455205554,0.464017880563416,0.0705518947740651,0.5,0.255951455205554,0.455240396830095,0.131174948987656,0.5,0.255951455205554,0.412884788034394,0.0235083507701961,0.255951455205554,0.471713945123662,0.144802848213844,0.398472010629329,0.0718941365908487,0.255951455205554,0.393176059212196,0.0731258684850582,0.5,0.255951455205554,0.405433374027055,0.0136785141784805,0.255951455205554,0.404372460940595,0.132877570512814,0.255951455205554,0.417614983769207,0.0446213036653633,0.255951455205554,0.430233825479994,0.0247421884805055,0.104744802650527,0.130681951529841 -6377,0.255951455205554,0.15580241287698,0.108327181627131,0.255951455205554,0.105928129690205,0.0163818879502136,0.255951455205554,0.247138046337702,0.0383140474834072,0.255951455205554,0.141710043317846,0.0787294513349293,0.255951455205554,0.304247407429124,0.0118419252756591,0.255951455205554,0.302484614866615,0.0138050513039214,0.5,0.255951455205554,0.317470803125201,0.0440099677686433,0.5,0.255951455205554,0.301892510487524,0.0669683889661249,0.5,0.255951455205554,0.254358542064665,0.0157912575606184,0.255951455205554,0.323890200117426,0.0784037692081874,0.142705273934453,0.0309887473427891,0.255951455205554,0.151267878064283,0.0312251821208847,0.5,0.255951455205554,0.160234548686773,0.00606095659006814,0.255951455205554,0.140224623905189,0.0455413747067293,0.255951455205554,0.186731027652599,0.0186394516216349,0.255951455205554,0.253281382009806,0.0099243337508023,0.0614132997432219,0.125903212307114 -6378,0.255951455205554,0.0122549986315172,0.0575218297530567,0.255951455205554,0.000120083664199794,0.00845539362803058,0.255951455205554,0.0236900931992449,0.012011397430002,0.255951455205554,0.02787331376342,0.0206632608775457,0.255951455205554,0.0378499101745912,0.00399959585644337,0.255951455205554,0.0267927882285403,0.00468447786973604,0.5,0.255951455205554,0.0405400708480279,0.0109939824502873,0.5,0.255951455205554,0.0247321123298622,0.0363976611871679,0.5,0.255951455205554,0.000605202938693574,0.010854544534053,0.255951455205554,0.0453968480589895,0.0252074419943922,0.0,0.00918076351687236,0.255951455205554,0.0,0.00815585149151854,0.5,0.255951455205554,0.0,0.00585255758021409,0.255951455205554,0.0,0.0106338026353274,0.255951455205554,0.0,0.00255520850348819,0.255951455205554,0.0,0.00160939468408753,0.0,0.100566449337283 -6379,0.255951455205554,0.0,0.0349636733925899,0.255951455205554,0.0,0.0116934328942191,0.255951455205554,0.0,0.0129997572669253,0.255951455205554,0.0,0.00959108970573933,0.255951455205554,0.0,0.00688919994173821,0.255951455205554,0.0,0.00315530885178868,0.5,0.255951455205554,0.0,0.00921470722470687,0.5,0.255951455205554,0.0,0.0312220542245581,0.5,0.255951455205554,0.0,0.00921848657050307,0.255951455205554,0.0,0.023789830322506,0.0,0.00530156480711975,0.255951455205554,0.0,0.00459661642182386,0.5,0.255951455205554,0.0,0.0121185290866795,0.255951455205554,0.0,0.00209272920909366,0.255951455205554,0.0,0.00113426534525003,0.255951455205554,0.0,0.00081172474699879,0.0,0.0831053724439967 -6380,0.255951455205554,0.0,0.0396830214305342,0.255951455205554,0.0,0.0233110037592693,0.255951455205554,0.0,0.0244327034782174,0.255951455205554,0.0,0.0191939262758571,0.255951455205554,0.0,0.00899070784872766,0.255951455205554,0.0,0.00298961351179199,0.5,0.255951455205554,0.0,0.00857281613314412,0.5,0.255951455205554,0.0,0.0258750694961776,0.5,0.255951455205554,0.0,0.00692183568466154,0.255951455205554,0.0,0.0272858978782397,0.0,0.00280998626737833,0.255951455205554,0.0,0.00348771451352759,0.5,0.255951455205554,0.0,0.0228937030758032,0.255951455205554,0.0,0.000744334387029718,0.255951455205554,0.0,0.00134192540627066,0.255951455205554,0.0,0.000449852476246558,0.0,0.103235021734835 -6381,0.255951455205554,0.0,0.0694308578512613,0.255951455205554,0.0,0.0415619833696855,0.255951455205554,0.0,0.0429478890411431,0.255951455205554,0.0,0.0477841789645334,0.255951455205554,0.0,0.0128596176757069,0.255951455205554,0.0,0.00337787799233915,0.5,0.255951455205554,0.0,0.00891852138349802,0.5,0.255951455205554,0.0,0.0231279547052989,0.5,0.255951455205554,0.0,0.00704026193965054,0.255951455205554,0.0,0.0336996259548017,0.0,0.00848351791275481,0.255951455205554,0.0,0.00738390635938806,0.5,0.255951455205554,0.0,0.0485529686568867,0.255951455205554,0.0,0.000648644842891442,0.255951455205554,0.0,0.00355647559921884,0.255951455205554,0.0,0.000468886711132077,0.0,0.132362735301729 -6382,0.255951455205554,0.0,0.0957928972957195,0.255951455205554,0.0,0.0747799187881252,0.255951455205554,0.0,0.0664529352231331,0.255951455205554,0.0,0.0825859878095504,0.255951455205554,0.0,0.0173429113668518,0.255951455205554,0.0,0.00467307860558587,0.5,0.255951455205554,0.0,0.00791308091133275,0.5,0.255951455205554,0.0,0.0221471814041151,0.5,0.255951455205554,0.0,0.00815905827395914,0.255951455205554,0.0,0.0353969923862894,0.0,0.0103646578849072,0.255951455205554,0.0,0.0141429837838645,0.5,0.255951455205554,0.0,0.0794718696827184,0.255951455205554,0.0,0.00138564731029575,0.255951455205554,0.0,0.0090922693096252,0.255951455205554,0.0,0.00230409426868708,0.0,0.180645096515833 -6383,0.255951455205554,0.0,0.125304568009168,0.255951455205554,0.0,0.110538224054653,0.255951455205554,0.0,0.0950038031061533,0.255951455205554,0.0,0.113951742103048,0.255951455205554,0.0,0.0215703847041122,0.255951455205554,0.0,0.0055224952552074,0.5,0.255951455205554,0.0,0.00708770184535896,0.5,0.255951455205554,0.0,0.023743134121804,0.5,0.255951455205554,0.0,0.0103105709060201,0.255951455205554,0.0,0.0347058240760483,0.0,0.0155658516963485,0.255951455205554,0.0,0.0223499519056228,0.5,0.255951455205554,0.0,0.111008259719534,0.255951455205554,0.0,0.00684490376210909,0.255951455205554,0.0,0.015963637490374,0.255951455205554,0.0,0.0058943146160093,0.0,0.173910648664112 -6384,0.255951455205554,0.0,0.164699448842275,0.255951455205554,0.0,0.127301084416945,0.255951455205554,0.0,0.131890925653951,0.255951455205554,0.0,0.156418126604221,0.255951455205554,0.0,0.0253053328575993,0.255951455205554,0.0,0.00552301966224661,0.5,0.255951455205554,0.0,0.00629176463641277,0.5,0.255951455205554,0.0,0.0236640076407215,0.5,0.255951455205554,0.0,0.0131971107428376,0.255951455205554,0.0,0.0293058956011813,0.0,0.0214442033187595,0.255951455205554,0.0,0.0321058256567752,0.5,0.255951455205554,0.0,0.14749546382076,0.255951455205554,0.0,0.0131767962547041,0.255951455205554,0.0,0.0222531814683757,0.255951455205554,0.0,0.00799737532705287,0.0,0.205982628650099 -6385,0.255951455205554,0.0,0.224430852046071,0.255951455205554,0.0,0.138418698390287,0.255951455205554,0.0,0.142380186266094,0.255951455205554,0.0,0.203691942190741,0.255951455205554,0.0,0.0326291288916565,0.255951455205554,0.0,0.00581779973188009,0.5,0.255951455205554,0.0,0.00445585915188913,0.5,0.255951455205554,0.0,0.0203013368605631,0.5,0.255951455205554,0.0,0.0123423135741465,0.255951455205554,0.0,0.0202559293618158,0.0,0.0274169500418324,0.255951455205554,0.0,0.0407479466701975,0.5,0.255951455205554,0.0,0.180655061303293,0.255951455205554,0.0,0.0188963801385716,0.255951455205554,0.0,0.0272715419479814,0.255951455205554,0.0,0.00961902257729902,0.0,0.310946226851157 -6386,0.255951455205554,0.0,0.286207428013022,0.255951455205554,0.0,0.141630477213793,0.255951455205554,0.0,0.155178764087766,0.255951455205554,0.0,0.209300282962197,0.255951455205554,0.0,0.0397440255634024,0.255951455205554,0.0,0.00803403733327715,0.5,0.255951455205554,0.0,0.00361138798281221,0.5,0.255951455205554,0.0,0.0155658988921001,0.5,0.255951455205554,0.0,0.0100812445378605,0.255951455205554,0.0,0.0160915245247705,0.0,0.0315314447471809,0.255951455205554,0.0,0.0471922838771379,0.5,0.255951455205554,0.0,0.206912947217853,0.255951455205554,0.0,0.022659411835623,0.255951455205554,0.0,0.0309769796012404,0.255951455205554,0.0,0.0098413051432944,0.0,0.430398354336893 -6387,0.255951455205554,0.0,0.332553545938163,0.255951455205554,0.0,0.144241470191703,0.255951455205554,0.0,0.17604125200735,0.255951455205554,0.0,0.232266467454166,0.255951455205554,0.0,0.0384070830276799,0.255951455205554,0.0,0.0114415923943779,0.5,0.255951455205554,0.0,0.0041675284519566,0.5,0.255951455205554,0.0,0.0120161123014337,0.5,0.255951455205554,0.0,0.00834410893390473,0.255951455205554,0.0,0.0184623783862384,0.0,0.0372625159777764,0.255951455205554,0.0,0.0512028321975489,0.5,0.255951455205554,0.0,0.221171080637588,0.255951455205554,0.0,0.0264805403513506,0.255951455205554,0.0,0.0367390673271949,0.255951455205554,0.0,0.0127398698233364,0.0,0.510697791184332 -6388,0.255951455205554,0.0,0.362507105135931,0.255951455205554,0.0,0.168020778967352,0.255951455205554,0.0,0.204569549597822,0.255951455205554,0.0,0.275251575314666,0.255951455205554,0.0,0.0352554921341082,0.255951455205554,0.0,0.0124506430108371,0.5,0.255951455205554,0.0,0.00350893575939209,0.5,0.255951455205554,0.0,0.0122837907649863,0.5,0.255951455205554,0.0,0.00925577661559797,0.255951455205554,0.0,0.016151267436183,0.0,0.048357858478399,0.255951455205554,0.0,0.0550538068834257,0.5,0.255951455205554,0.0,0.217785146496424,0.255951455205554,0.0,0.0337082179459427,0.255951455205554,0.0,0.0392254385412051,0.255951455205554,0.0,0.0156568780698902,0.0,0.534220226446535 -6389,0.255951455205554,0.0,0.403116991314068,0.255951455205554,0.0,0.191587297137328,0.255951455205554,0.0,0.223159848111111,0.255951455205554,0.0,0.300808744794749,0.255951455205554,0.0,0.0368510515402986,0.255951455205554,0.0,0.0103078365187221,0.5,0.255951455205554,0.0,0.0020902339591818,0.5,0.255951455205554,0.0,0.0170539607880721,0.5,0.255951455205554,0.0,0.0123499832471345,0.255951455205554,0.0,0.00962328860236392,0.0,0.0561356244758243,0.255951455205554,0.0,0.0554519378669295,0.5,0.255951455205554,0.0,0.222951593630836,0.255951455205554,0.0,0.039939229706175,0.255951455205554,0.0,0.0368952905587719,0.255951455205554,0.0,0.0143914339474239,0.0,0.491871810547637 -6390,0.255951455205554,0.0,0.429013062161512,0.255951455205554,0.0,0.200772914843693,0.255951455205554,0.0,0.232047976469072,0.255951455205554,0.0,0.300029901319674,0.255951455205554,0.0,0.0465204198971115,0.255951455205554,0.0,0.00921981131280104,0.5,0.255951455205554,0.0,0.00226284077989403,0.5,0.255951455205554,0.0,0.0196558385173295,0.5,0.255951455205554,0.0,0.0153837968567356,0.255951455205554,0.0,0.00755383540447764,0.0,0.0478103603582594,0.255951455205554,0.0,0.0531752681590394,0.5,0.255951455205554,0.0,0.237253819205027,0.255951455205554,0.0,0.0426689946112774,0.255951455205554,0.0,0.0330483890497131,0.255951455205554,0.0,0.0126487474801216,0.0,0.384219879613936 -6391,0.255951455205554,0.00112990032631571,0.498626512744181,0.255951455205554,0.00269878966523163,0.200316613016047,0.255951455205554,0.00143821830157551,0.254115897313926,0.255951455205554,0.00129870005608889,0.309433229580492,0.255951455205554,0.000428938292646918,0.0557410947230297,0.255951455205554,0.00250291599294821,0.0106994910412883,0.5,0.255951455205554,0.000395977694494957,0.00230225997368582,0.5,0.255951455205554,0.00309477848972088,0.0174972911908257,0.5,0.255951455205554,0.00978740844101255,0.0131073722665474,0.255951455205554,0.0,0.0052426380983457,0.0154339633527157,0.0435426322282054,0.255951455205554,0.017822095137803,0.0546738310334406,0.5,0.255951455205554,0.00551197291124174,0.257944013546669,0.255951455205554,0.0185707781570776,0.0397282480226027,0.255951455205554,0.00720868936452951,0.0337261989922455,0.255951455205554,0.00696335286444692,0.0122337822542201,0.00133448274931061,0.275746328606705 -6392,0.255951455205554,0.0392604304982457,0.608446440503036,0.255951455205554,0.0796210043121104,0.261222287011155,0.255951455205554,0.0830458921947705,0.311419463881621,0.255951455205554,0.0837444608243962,0.387192123411254,0.255951455205554,0.0785648105108941,0.0574022062313112,0.255951455205554,0.098669163739049,0.0120819619753467,0.5,0.255951455205554,0.096284645727937,0.00122125800304444,0.5,0.255951455205554,0.115104524197945,0.0126641690732754,0.5,0.255951455205554,0.140074272778347,0.00843868745840244,0.255951455205554,0.0997279613191868,0.00110350219017483,0.124243072259043,0.046855911750288,0.255951455205554,0.132539520544382,0.0766221390952704,0.5,0.255951455205554,0.0733261102435261,0.320640406957758,0.255951455205554,0.154678510565653,0.0392093076628927,0.255951455205554,0.116112778929445,0.0426128151211057,0.255951455205554,0.12853055779382,0.0121480861750102,0.0403002570064987,0.19543243581876 -6393,0.255951455205554,0.0863623464150093,0.750220335100587,0.255951455205554,0.190305986490322,0.375615730484868,0.255951455205554,0.19821907127957,0.408469675640939,0.255951455205554,0.206200269738294,0.475885875761,0.255951455205554,0.222261529005065,0.0897623433020917,0.255951455205554,0.239556572686189,0.0182067203961223,0.5,0.255951455205554,0.252294908194301,0.000866994829994539,0.5,0.255951455205554,0.27203136445238,0.0142301236969599,0.5,0.255951455205554,0.290723447176621,0.0152844420447976,0.255951455205554,0.262000279464531,1.89963670169475e-05,0.247491561653721,0.102618808738822,0.255951455205554,0.263223252680244,0.140667670505158,0.5,0.255951455205554,0.173205564707029,0.394420348326262,0.255951455205554,0.30086665355176,0.0734865029684946,0.255951455205554,0.237511246865741,0.0805453424276682,0.255951455205554,0.271445030089387,0.015965777355853,0.0773930972236681,0.165895299444147 -6394,0.255951455205554,0.144069418064542,0.821080581434451,0.255951455205554,0.311769377213181,0.534582242810606,0.255951455205554,0.30077364290064,0.472400091662728,0.255951455205554,0.315853383137914,0.547565850394081,0.255951455205554,0.368008997576974,0.166726539414716,0.255951455205554,0.382442542884909,0.0483295929919198,0.5,0.255951455205554,0.405231993920713,0.00312639244660973,0.5,0.255951455205554,0.43405469435359,0.0234311843734275,0.5,0.255951455205554,0.440995304624707,0.0339700535458931,0.255951455205554,0.422128781150487,9.61105370935717e-05,0.337240571226995,0.143416407834374,0.255951455205554,0.383734803348343,0.177343736842465,0.5,0.255951455205554,0.273144806042424,0.469530820812228,0.255951455205554,0.446114266343292,0.11923055290246,0.255951455205554,0.357364024809902,0.111798639683034,0.255951455205554,0.405224066431258,0.0315408132574913,0.13643774661413,0.180652776454527 -6395,0.255951455205554,0.189568548579677,0.846674242232785,0.255951455205554,0.417012246409483,0.553031494165923,0.255951455205554,0.370175283845573,0.517968977329735,0.255951455205554,0.379709624114087,0.61770091841452,0.255951455205554,0.478493779227361,0.222849542716535,0.255951455205554,0.505709640241221,0.0759437721875319,0.5,0.255951455205554,0.526513768631943,0.0105291912020569,0.5,0.255951455205554,0.565622057228464,0.0285050547669581,0.5,0.255951455205554,0.562929397928896,0.0430790687594978,0.255951455205554,0.544636486036509,0.00426848047685578,0.440612026591823,0.170886350172327,0.255951455205554,0.474946285778002,0.236161341764652,0.5,0.255951455205554,0.363069677822679,0.523250640570124,0.255951455205554,0.546959641958095,0.141928609825891,0.255951455205554,0.45018417549367,0.125693486641924,0.255951455205554,0.50484684648167,0.0481602758489053,0.18899651921446,0.224294052273949 -6396,0.255951455205554,0.216424648880364,0.806643443833037,0.255951455205554,0.481651435279153,0.557219046521256,0.255951455205554,0.384731836595148,0.534511904102999,0.255951455205554,0.399133603970284,0.673972257282338,0.255951455205554,0.498311740796399,0.27471507824459,0.255951455205554,0.575930166567605,0.110795973188238,0.5,0.255951455205554,0.606851886783548,0.0309326671724234,0.5,0.255951455205554,0.638456682041115,0.0440920394955531,0.5,0.255951455205554,0.632685838003225,0.0434456747754701,0.255951455205554,0.585756033179401,0.0382660281234002,0.476666139100455,0.253412593288037,0.255951455205554,0.517198433659296,0.274028490308917,0.5,0.255951455205554,0.440706999538819,0.570240824285479,0.255951455205554,0.581731278982077,0.173475251457524,0.255951455205554,0.508690996923602,0.132282062905891,0.255951455205554,0.573697239504984,0.0721117190893401,0.213921171512164,0.239844630098073 -6397,0.255951455205554,0.187061617740349,0.73113913662165,0.255951455205554,0.491962139277578,0.569418957060709,0.255951455205554,0.337293700948813,0.508354747771147,0.255951455205554,0.29380196845366,0.698250535673661,0.255951455205554,0.457800447072451,0.330646506208969,0.255951455205554,0.600561923954883,0.120653259871158,0.5,0.255951455205554,0.645085322793112,0.0610726624874001,0.5,0.255951455205554,0.661007917416054,0.0727173140176069,0.5,0.255951455205554,0.649595673896243,0.0427057390955013,0.255951455205554,0.602173505012851,0.0900470360750708,0.48696967237935,0.296592650509676,0.255951455205554,0.514776236503336,0.3015385142954,0.5,0.255951455205554,0.497499326162068,0.585829037064416,0.255951455205554,0.574438455422589,0.179814962306271,0.255951455205554,0.511715135774369,0.130156232826928,0.255951455205554,0.592970181156508,0.0833881900267203,0.206206156342782,0.194724681584953 -6398,0.255951455205554,0.130234157797811,0.635810881833901,0.255951455205554,0.350726540863858,0.588672973400411,0.255951455205554,0.279418840180989,0.478954268326307,0.255951455205554,0.268523607223113,0.724140443411018,0.255951455205554,0.339099192307561,0.379229832840095,0.255951455205554,0.600733828107522,0.1273960106524,0.5,0.255951455205554,0.628875202841008,0.0965527321175933,0.5,0.255951455205554,0.629734979898065,0.102607883384514,0.5,0.255951455205554,0.618135627362783,0.0412714912150823,0.255951455205554,0.621078183285925,0.134980429814445,0.44849447565713,0.300888793657422,0.255951455205554,0.473591713298714,0.311114081155575,0.5,0.255951455205554,0.501006881797995,0.589680106975297,0.255951455205554,0.534535344093001,0.161238858366246,0.255951455205554,0.472590676279289,0.132025910883943,0.255951455205554,0.566066531215928,0.0964999062611413,0.162405265395392,0.140867096361444 -6399,0.255951455205554,0.0893338422916698,0.523500170038574,0.255951455205554,0.222769260415416,0.657550357172329,0.255951455205554,0.208965580729455,0.452253237758224,0.255951455205554,0.108932551277096,0.648724526965274,0.255951455205554,0.193674121204679,0.360244779460842,0.255951455205554,0.543826444631967,0.14426202484143,0.5,0.255951455205554,0.557198722766244,0.157198646214589,0.5,0.255951455205554,0.531508662823232,0.141404708043578,0.5,0.255951455205554,0.526752815591802,0.0432085639406204,0.255951455205554,0.573966864083078,0.198890812086656,0.357412927253884,0.317553338566117,0.255951455205554,0.389959506658772,0.312121080129928,0.5,0.255951455205554,0.441356949485963,0.58691300398152,0.255951455205554,0.440426811241393,0.156228034225846,0.255951455205554,0.398419548106935,0.145282339019015,0.255951455205554,0.486568295892681,0.106050939154403,0.0337934426492141,0.0965063477784435 -6400,0.255951455205554,0.0584063988861046,0.423498372330147,0.255951455205554,0.124952685012469,0.691544390570238,0.255951455205554,0.143555700464663,0.392762579067277,0.255951455205554,0.0397262340160058,0.538647071752578,0.255951455205554,0.0838529229903303,0.377392630503955,0.255951455205554,0.429839943231734,0.16563018971981,0.5,0.255951455205554,0.395904691151658,0.181034580175232,0.5,0.255951455205554,0.378835300936355,0.170453808698576,0.5,0.255951455205554,0.390596380896397,0.0573105540522738,0.255951455205554,0.459029268200137,0.254839312668292,0.236162143334925,0.280124422545685,0.255951455205554,0.271476397033731,0.269025539201425,0.5,0.255951455205554,0.323917984552352,0.506706595475981,0.255951455205554,0.324513969668791,0.129826860606234,0.255951455205554,0.303128891304098,0.140926535893288,0.255951455205554,0.366209736214145,0.099685835146991,0.00621827190566054,0.069404454894181 -6401,0.255951455205554,0.0285392987950767,0.32856640002895,0.255951455205554,0.0257767392461606,0.552698850968585,0.255951455205554,0.0694825143290524,0.299124965908203,0.255951455205554,0.0076352743280929,0.425248992102793,0.255951455205554,0.0365953855455764,0.330586572322508,0.255951455205554,0.282038303807494,0.112971699501697,0.5,0.255951455205554,0.226041657575706,0.168465576459387,0.5,0.255951455205554,0.214397262404219,0.127378955915128,0.5,0.255951455205554,0.205233181114579,0.0454017750599916,0.255951455205554,0.315790711581639,0.148977639897803,0.11925006636706,0.12821104616665,0.255951455205554,0.134204080335325,0.129665360434712,0.5,0.255951455205554,0.147430277536355,0.279896023370744,0.255951455205554,0.151665650636079,0.0507658119022777,0.255951455205554,0.164944213624652,0.0571259025022198,0.255951455205554,0.216245303579819,0.0458684950375323,0.00229481188663341,0.0522508389643831 -6402,0.255951455205554,0.000326511717198619,0.243976804461332,0.255951455205554,0.000847898537696191,0.332426745292848,0.255951455205554,0.00417403745206615,0.206573478454833,0.255951455205554,0.00136261866831587,0.276728694746113,0.255951455205554,0.00573219515234005,0.237100371200946,0.255951455205554,0.0134920107890595,0.0976898307789316,0.5,0.255951455205554,0.0293805141797849,0.152902547902148,0.5,0.255951455205554,0.0215725911973615,0.0592096138455623,0.5,0.255951455205554,9.24104118328285e-06,0.0364965129279022,0.255951455205554,0.0409694724455234,0.0849476297131833,0.0,0.0563087399526919,0.255951455205554,0.0,0.0783580655153009,0.5,0.255951455205554,0.0,0.176382392164575,0.255951455205554,0.0,0.0464271912239557,0.255951455205554,0.0,0.0358403792493392,0.255951455205554,0.0,0.0404053192580742,0.0,0.070429742569713 -6403,0.255951455205554,0.0,0.168076634725298,0.255951455205554,0.0,0.243107606860549,0.255951455205554,0.0,0.147451918624799,0.255951455205554,0.0,0.192274943622149,0.255951455205554,0.0,0.23602439155076,0.255951455205554,0.0,0.063167121413523,0.5,0.255951455205554,0.0,0.110360231756377,0.5,0.255951455205554,0.0,0.0458372528231298,0.5,0.255951455205554,0.0,0.0403521032156234,0.255951455205554,0.0,0.0775887494083026,0.0,0.0427459812078943,0.255951455205554,0.0,0.0701498366453325,0.5,0.255951455205554,0.0,0.166577727631252,0.255951455205554,0.0,0.0551596786360669,0.255951455205554,0.0,0.0361382679504961,0.255951455205554,0.0,0.0441500227887114,0.0,0.220930056765016 -6404,0.255951455205554,0.0,0.113055360440088,0.255951455205554,0.0,0.179414278462373,0.255951455205554,0.0,0.122479116229954,0.255951455205554,0.0,0.122044953341621,0.255951455205554,0.0,0.334593361261328,0.255951455205554,0.0,0.0802071739894709,0.5,0.255951455205554,0.0,0.142881073499835,0.5,0.255951455205554,0.0,0.0377078482059353,0.5,0.255951455205554,0.0,0.0404865344079963,0.255951455205554,0.0,0.0603963807591502,0.0,0.0331207682300739,0.255951455205554,0.0,0.057827617921141,0.5,0.255951455205554,0.0,0.14761636397264,0.255951455205554,0.0,0.0669410770049388,0.255951455205554,0.0,0.0414860966929156,0.255951455205554,0.0,0.0460109541568076,0.0,0.536979634564724 -6405,0.255951455205554,0.0,0.0827773344377147,0.255951455205554,0.0,0.154635379602106,0.255951455205554,0.0,0.114303976069088,0.255951455205554,0.0,0.0926433513902884,0.255951455205554,0.0,0.332664133764648,0.255951455205554,0.0,0.09878004224752,0.5,0.255951455205554,0.0,0.187460791880331,0.5,0.255951455205554,0.0,0.0410750685747546,0.5,0.255951455205554,0.0,0.0406828166980707,0.255951455205554,0.0,0.0923599869163635,0.0,0.0337445921414066,0.255951455205554,0.0,0.048088725670817,0.5,0.255951455205554,0.0,0.12844687308445,0.255951455205554,0.0,0.0801379371496173,0.255951455205554,0.0,0.0479801825975436,0.255951455205554,0.0,0.0510692746979161,0.0,0.719915044618248 -6406,0.255951455205554,0.0,0.0646911261019269,0.255951455205554,0.0,0.134194227234986,0.255951455205554,0.0,0.136805741469096,0.255951455205554,0.0,0.0874160842584881,0.255951455205554,0.0,0.323771413964803,0.255951455205554,0.0,0.131776982967559,0.5,0.255951455205554,0.0,0.260108192063877,0.5,0.255951455205554,0.0,0.0458776756548751,0.5,0.255951455205554,0.0,0.0423703465320147,0.255951455205554,0.0,0.118100458701809,0.0,0.0366341154157984,0.255951455205554,0.0,0.0473276267501175,0.5,0.255951455205554,0.0,0.109138129615974,0.255951455205554,0.0,0.0861467178148009,0.255951455205554,0.0,0.0511898450042896,0.255951455205554,0.0,0.0546363692663207,0.0,0.795614287251491 -6407,0.255951455205554,0.0,0.0596214244058316,0.255951455205554,0.0,0.105354874701982,0.255951455205554,0.0,0.185084744568364,0.255951455205554,0.0,0.0999932205974358,0.255951455205554,0.0,0.369635384271404,0.255951455205554,0.0,0.173554942103198,0.5,0.255951455205554,0.0,0.299346687203395,0.5,0.255951455205554,0.0,0.0487075160271878,0.5,0.255951455205554,0.0,0.0435411494340472,0.255951455205554,0.0,0.130781887732446,0.0,0.0434558728308089,0.255951455205554,0.0,0.0515952537428333,0.5,0.255951455205554,0.0,0.0973464700167999,0.255951455205554,0.0,0.0883431540761463,0.255951455205554,0.0,0.0574440733769069,0.255951455205554,0.0,0.0620019310847554,0.0,0.807446447366919 -6408,0.255951455205554,0.0,0.073784907653503,0.255951455205554,0.0,0.0980746392036074,0.255951455205554,0.0,0.234490325964842,0.255951455205554,0.0,0.122568243483479,0.255951455205554,0.0,0.445111462367142,0.255951455205554,0.0,0.211972820298859,0.5,0.255951455205554,0.0,0.296260005031998,0.5,0.255951455205554,0.0,0.0568646463599652,0.5,0.255951455205554,0.0,0.0519180014459432,0.255951455205554,0.0,0.162408440621687,0.0,0.0514194244790686,0.255951455205554,0.0,0.0575286813264047,0.5,0.255951455205554,0.0,0.0871730100187825,0.255951455205554,0.0,0.0897020919787549,0.255951455205554,0.0,0.0781777576502231,0.255951455205554,0.0,0.0814998477556332,0.0,0.845413515552822 -6409,0.255951455205554,0.0,0.141399370838965,0.255951455205554,0.0,0.104700872346055,0.255951455205554,0.0,0.275304368713866,0.255951455205554,0.0,0.188386453255494,0.255951455205554,0.0,0.515559625487903,0.255951455205554,0.0,0.306051411539094,0.5,0.255951455205554,0.0,0.2962595483055,0.5,0.255951455205554,0.0,0.0696613458409164,0.5,0.255951455205554,0.0,0.064975578716392,0.255951455205554,0.0,0.177914782548655,0.0,0.0506828326735104,0.255951455205554,0.0,0.0657702323010506,0.5,0.255951455205554,0.0,0.0938411848184579,0.255951455205554,0.0,0.097604109432123,0.255951455205554,0.0,0.106537583376523,0.255951455205554,0.0,0.122530921980473,0.0,0.844066680250557 -6410,0.255951455205554,0.0,0.209465487832186,0.255951455205554,0.0,0.104580064884096,0.255951455205554,0.0,0.31369034187513,0.255951455205554,0.0,0.229185533014617,0.255951455205554,0.0,0.495799900560727,0.255951455205554,0.0,0.332082814107778,0.5,0.255951455205554,0.0,0.264487186650934,0.5,0.255951455205554,0.0,0.0833737287008706,0.5,0.255951455205554,0.0,0.0875845668809267,0.255951455205554,0.0,0.135100747843055,0.0,0.0605335827501418,0.255951455205554,0.0,0.0728776971656645,0.5,0.255951455205554,0.0,0.100858818835601,0.255951455205554,0.0,0.0971182388566465,0.255951455205554,0.0,0.146869915854131,0.255951455205554,0.0,0.166938029606638,0.0,0.797788242499972 -6411,0.255951455205554,0.0,0.300663760207779,0.255951455205554,0.0,0.086433056387182,0.255951455205554,0.0,0.347048353566254,0.255951455205554,0.0,0.30155944366408,0.255951455205554,0.0,0.44730250896344,0.255951455205554,0.0,0.335580316860392,0.5,0.255951455205554,0.0,0.211839293042849,0.5,0.255951455205554,0.0,0.0795257270541103,0.5,0.255951455205554,0.0,0.109345021653449,0.255951455205554,0.0,0.0622815237391433,0.0,0.0529238936027734,0.255951455205554,0.0,0.0794138342999776,0.5,0.255951455205554,0.0,0.104012731439051,0.255951455205554,0.0,0.106405588701774,0.255951455205554,0.0,0.182557517992196,0.255951455205554,0.0,0.21472774092382,0.0,0.813487411138222 -6412,0.255951455205554,0.0,0.370787790648856,0.255951455205554,0.0,0.0787081206615935,0.255951455205554,0.0,0.356842118200574,0.255951455205554,0.0,0.366858990343433,0.255951455205554,0.0,0.394925983960012,0.255951455205554,0.0,0.323731367431168,0.5,0.255951455205554,0.0,0.156181741037242,0.5,0.255951455205554,0.0,0.0732781168520445,0.5,0.255951455205554,0.0,0.114602480297765,0.255951455205554,0.0,0.0338562342541146,0.0,0.0473148963135072,0.255951455205554,0.0,0.0905299316464343,0.5,0.255951455205554,0.0,0.102520745440371,0.255951455205554,0.0,0.13150348487431,0.255951455205554,0.0,0.209410180756693,0.255951455205554,0.0,0.240232181179653,0.0,0.839501191533976 -6413,0.255951455205554,0.0,0.447571072514337,0.255951455205554,0.0,0.102083607338817,0.255951455205554,0.0,0.358419968584006,0.255951455205554,0.0,0.356463957421419,0.255951455205554,0.0,0.386034091942414,0.255951455205554,0.0,0.363494589175829,0.5,0.255951455205554,0.0,0.114417007505058,0.5,0.255951455205554,0.0,0.0695818895309291,0.5,0.255951455205554,0.0,0.126529757784135,0.255951455205554,0.0,0.0225481115773191,0.0,0.0647188471037277,0.255951455205554,0.0,0.113445362538615,0.5,0.255951455205554,0.0,0.0958178096176101,0.255951455205554,0.0,0.169069613232916,0.255951455205554,0.0,0.21802356692274,0.255951455205554,0.0,0.233559295407041,0.0,0.808627009221555 -6414,0.255951455205554,0.0,0.542090755545227,0.255951455205554,0.0,0.146830405589566,0.255951455205554,0.0,0.382596073753649,0.255951455205554,0.0,0.335491264491352,0.255951455205554,0.0,0.371967070493055,0.255951455205554,0.0,0.373783835778513,0.5,0.255951455205554,0.0,0.10260122635673,0.5,0.255951455205554,0.0,0.0642970864411028,0.5,0.255951455205554,0.0,0.136762826238997,0.255951455205554,0.0,0.0233503519707063,0.0,0.104816850982409,0.255951455205554,0.0,0.136041903517771,0.5,0.255951455205554,0.0,0.0936859441179687,0.255951455205554,0.0,0.191911473379196,0.255951455205554,0.0,0.22448195683417,0.255951455205554,0.0,0.266829149595658,0.0,0.758490035721456 -6415,0.255951455205554,0.000396253584488072,0.63887104578093,0.255951455205554,0.00105588635907695,0.178418119194887,0.255951455205554,0.000127736900910284,0.398086593542113,0.255951455205554,0.000239094140162147,0.38811781547699,0.255951455205554,4.86402467744459e-05,0.34237768379549,0.255951455205554,0.000550483524214309,0.351922265976507,0.5,0.255951455205554,1.87839797486519e-05,0.101168711843215,0.5,0.255951455205554,0.000857284262204322,0.0675428689168921,0.5,0.255951455205554,0.00316442056385881,0.146585809842829,0.255951455205554,0.0,0.0277547641007171,0.00429200724291763,0.16920001858952,0.255951455205554,0.00155595344460894,0.152792169226689,0.5,0.255951455205554,0.00533055877939046,0.118544560126377,0.255951455205554,0.00297623972264019,0.220952717305659,0.255951455205554,0.00166566004674823,0.235143285599652,0.255951455205554,0.00209418456107056,0.302922067141727,0.000583722759344072,0.678447167216928 -6416,0.255951455205554,0.0160815823947085,0.664228292785704,0.255951455205554,0.0785355292451837,0.465112213100578,0.255951455205554,0.0343424149669174,0.421597201955172,0.255951455205554,0.0454261357879264,0.517601538931337,0.255951455205554,0.0279955683957102,0.324029401692862,0.255951455205554,0.0526769557438383,0.3861171648415,0.5,0.255951455205554,0.0273030835475218,0.117114655712647,0.5,0.255951455205554,0.0434977720126668,0.0840825746076307,0.5,0.255951455205554,0.0415268500825221,0.215932293461816,0.255951455205554,0.0311091308819966,0.0586835404026007,0.0424764967690417,0.219437720205469,0.255951455205554,0.0182752151719275,0.188017398232299,0.5,0.255951455205554,0.0957686450917034,0.239837985151211,0.255951455205554,0.0313270399475086,0.283570196863078,0.255951455205554,0.0147100042741821,0.321926254203146,0.255951455205554,0.0241918885990978,0.3853103584796,0.00460796025437521,0.719368559627625 -6417,0.255951455205554,0.0662036259228637,0.715358784248503,0.255951455205554,0.0896991988601151,0.840559368006887,0.255951455205554,0.101679035837128,0.527848769459527,0.255951455205554,0.0368770462982425,0.698217593280529,0.255951455205554,0.110838930100199,0.336975277033625,0.255951455205554,0.173846737761389,0.415582451897796,0.5,0.255951455205554,0.101648680451392,0.153607119133162,0.5,0.255951455205554,0.118142260862738,0.160308838993257,0.5,0.255951455205554,0.0851914069409151,0.321884699255399,0.255951455205554,0.0988462702246247,0.154459014093834,0.0427581933673858,0.203202012559229,0.255951455205554,0.0542229083083692,0.274969871171883,0.5,0.255951455205554,0.157163370029541,0.565734482669213,0.255951455205554,0.042333663129415,0.306137271944848,0.255951455205554,0.0363068892172122,0.477310211975857,0.255951455205554,0.0367251106761223,0.478787202004749,0.0595758211375779,0.708218772688062 -6418,0.255951455205554,0.0965208499238284,0.705032438193386,0.255951455205554,0.0615698433961585,0.758267738533864,0.255951455205554,0.169786074098113,0.608979782577309,0.255951455205554,0.0739138711214374,0.632996031235709,0.255951455205554,0.273181943379265,0.425754262208164,0.255951455205554,0.323686419698475,0.478404817350517,0.5,0.255951455205554,0.210686546889705,0.170805063340999,0.5,0.255951455205554,0.181951642909818,0.220779876806122,0.5,0.255951455205554,0.134800986777275,0.414651258064897,0.255951455205554,0.184276801612708,0.160152895278537,0.0752828337736145,0.304903889806399,0.255951455205554,0.08824760880879,0.398589960903973,0.5,0.255951455205554,0.173166752726818,0.816445184548994,0.255951455205554,0.0598695292340854,0.392494052958411,0.255951455205554,0.0532833860341235,0.556216672582198,0.255951455205554,0.0736058099240932,0.54217532133167,0.164925105525007,0.950849724487969 -6419,0.255951455205554,0.106650485420997,0.627091360279496,0.255951455205554,0.11874494674139,0.634751015604097,0.255951455205554,0.225433792399275,0.671715144962652,0.255951455205554,0.169561583580751,0.72611235160672,0.255951455205554,0.453776195029801,0.590020808592928,0.255951455205554,0.451588905058071,0.516144863152307,0.5,0.255951455205554,0.289810792087268,0.149592713734736,0.5,0.255951455205554,0.186303968476028,0.21078147046951,0.5,0.255951455205554,0.15595828323389,0.464712740726906,0.255951455205554,0.16546841933238,0.121625180029689,0.0816479132404387,0.585979142713181,0.255951455205554,0.120615199788876,0.576648184598496,0.5,0.255951455205554,0.10864589882356,0.874253336724268,0.255951455205554,0.0908255973484263,0.513800470969329,0.255951455205554,0.0829602162084203,0.640092252673753,0.255951455205554,0.125208831184419,0.542991106718061,0.195795782054529,0.989854993294409 -6420,0.255951455205554,0.152784273016256,0.550729519769286,0.255951455205554,0.174660639021823,0.754933726718317,0.255951455205554,0.26683582574467,0.751207202464977,0.255951455205554,0.319256818887436,0.614612539889456,0.255951455205554,0.540851795443302,0.712602387295942,0.255951455205554,0.467141882983152,0.526932601903224,0.5,0.255951455205554,0.372620540068923,0.121389181242489,0.5,0.255951455205554,0.177914905507824,0.1894050963316,0.5,0.255951455205554,0.176942406524105,0.444595705753789,0.255951455205554,0.247753885622101,0.0951756172792877,0.157792041983475,0.712612521914807,0.255951455205554,0.143568970997413,0.736217910134184,0.5,0.255951455205554,0.0918033908168063,0.852695046587573,0.255951455205554,0.131635914410015,0.614419786738287,0.255951455205554,0.135993194894746,0.69064734045731,0.255951455205554,0.17665797367253,0.476695445632058,0.0594975677058903,0.992304688151669 -6421,0.255951455205554,0.133870658237236,0.673939652926082,0.255951455205554,0.0944185156952657,0.405745086826574,0.255951455205554,0.230361222480429,0.786425588068669,0.255951455205554,0.3598156914879,0.819871331095626,0.255951455205554,0.522249101716425,0.727103283874828,0.255951455205554,0.490426716178217,0.519641048219694,0.5,0.255951455205554,0.480964777294613,0.113336269695625,0.5,0.255951455205554,0.17788357348544,0.169675672749012,0.5,0.255951455205554,0.20002669590313,0.401386406575794,0.255951455205554,0.429109545912603,0.0827177794020506,0.155702578879506,0.871655058123824,0.255951455205554,0.174516113589482,0.807535860001973,0.5,0.255951455205554,0.124793443509097,0.831807493968009,0.255951455205554,0.162551179976103,0.671501244536976,0.255951455205554,0.270115815656832,0.764443051395259,0.255951455205554,0.237032518351818,0.505469643472287,0.113414783660821,0.992639534678877 -6422,0.255951455205554,0.0459389171167481,0.659071491803216,0.255951455205554,0.278137073538936,0.736133972061734,0.255951455205554,0.147751052990091,0.79632666817702,0.255951455205554,0.0731411459948569,0.848395408151417,0.255951455205554,0.447151666904683,0.690409311396455,0.255951455205554,0.462342004836763,0.485547652482764,0.5,0.255951455205554,0.497265429456755,0.112481460139993,0.5,0.255951455205554,0.158280305189042,0.153582168939833,0.5,0.255951455205554,0.192254399273473,0.344687650830278,0.255951455205554,0.524984616415878,0.0671779605243184,0.0620335685870268,0.902016517632787,0.255951455205554,0.190743226759448,0.818482877148689,0.5,0.255951455205554,0.157867079088752,0.815905747113389,0.255951455205554,0.231352402026329,0.672890953613308,0.255951455205554,0.209087856652387,0.763281976724285,0.255951455205554,0.193806919388178,0.551849054378006,0.0190583294434616,0.998273657725569 -6423,0.255951455205554,0.0225597446325328,0.669776117710363,0.255951455205554,0.0295227712779753,0.618934422323628,0.255951455205554,0.125817920450893,0.774721338120507,0.255951455205554,0.0337177332228079,0.829281937980808,0.255951455205554,0.388922876155947,0.646730092655664,0.255951455205554,0.371927270383199,0.436787567686306,0.5,0.255951455205554,0.465777822782488,0.116053066028807,0.5,0.255951455205554,0.137054965458725,0.145362914848626,0.5,0.255951455205554,0.132847157683765,0.292796658856719,0.255951455205554,0.537872060558512,0.0625967965513247,0.0507762219118709,0.735081111927778,0.255951455205554,0.127384906983152,0.732579494023032,0.5,0.255951455205554,0.109094962636297,0.735313087556713,0.255951455205554,0.213862213166811,0.645351463158026,0.255951455205554,0.133093799488067,0.700061804021208,0.255951455205554,0.174106788071563,0.575115992971658,0.020197172464683,0.994709135795714 -6424,0.255951455205554,0.00683765277490411,0.717728202968537,0.255951455205554,0.00682035828277154,0.661959791637937,0.255951455205554,0.0873309271193117,0.723407851617538,0.255951455205554,0.0819618303405926,0.826359429511101,0.255951455205554,0.310467311478601,0.571553642323755,0.255951455205554,0.261698308978019,0.351891325633862,0.5,0.255951455205554,0.384759989903166,0.111614572212164,0.5,0.255951455205554,0.147501067605958,0.131995503475608,0.5,0.255951455205554,0.084774694814244,0.238759874059216,0.255951455205554,0.445199382348472,0.0658045032782605,0.057032559481701,0.495122376478986,0.255951455205554,0.0507014600886839,0.570833294625715,0.5,0.255951455205554,0.049400833747895,0.533545129623315,0.255951455205554,0.124667592374097,0.566790142131678,0.255951455205554,0.108759058023045,0.572999934665459,0.255951455205554,0.128107488063784,0.514381405361945,0.00956454107388315,0.929527539180615 -6425,0.255951455205554,0.00324825471638614,0.812979935812974,0.255951455205554,0.00639729288485174,0.720649413599071,0.255951455205554,0.0324184838711278,0.652567219910651,0.255951455205554,0.0309578867073086,0.794203334096675,0.255951455205554,0.191272979986713,0.422380419032647,0.255951455205554,0.160187220156378,0.215793065668623,0.5,0.255951455205554,0.263095356490298,0.0776535165840437,0.5,0.255951455205554,0.132134012892104,0.0807990386332628,0.5,0.255951455205554,0.0474379305008043,0.159767750759097,0.255951455205554,0.301007588394057,0.0482538616858756,0.0257135450436114,0.351880751216511,0.255951455205554,0.0237382484879985,0.290879006536592,0.5,0.255951455205554,0.00996072489078063,0.317169048846609,0.255951455205554,0.049252438673409,0.413027626281167,0.255951455205554,0.0376243977238456,0.362046471379589,0.255951455205554,0.0379689754111493,0.29531319001767,0.00231209242264534,0.809160607938495 -6426,0.255951455205554,7.7578151776232e-05,0.800448060895039,0.255951455205554,0.0,0.810862808109582,0.255951455205554,0.000769201994695397,0.601368716244189,0.255951455205554,0.00117593534082397,0.821700864758807,0.255951455205554,0.0196513463308459,0.280748475174398,0.255951455205554,0.0085674138662012,0.0783581194586543,0.5,0.255951455205554,0.0354377279171595,0.0216817927908933,0.5,0.255951455205554,0.00947872407791536,0.0274453779725506,0.5,0.255951455205554,5.09084637663577e-05,0.0810740831782558,0.255951455205554,0.0378118990200227,0.0129069910732268,0.0,0.0810518966767343,0.255951455205554,0.00010515645911819,0.131866186121975,0.5,0.255951455205554,6.37423568923664e-05,0.257570087634259,0.255951455205554,0.000165933353744092,0.219399047687777,0.255951455205554,9.88177336944871e-06,0.215594622752962,0.255951455205554,0.0,0.107077923503624,0.0,0.695469781541427 -6427,0.255951455205554,0.0,0.662961285659719,0.255951455205554,0.0,0.845271354213373,0.255951455205554,0.0,0.549977299514489,0.255951455205554,0.0,0.72260782783815,0.255951455205554,0.0,0.245984408530099,0.255951455205554,0.0,0.0621017180296692,0.5,0.255951455205554,0.0,0.0211867446757089,0.5,0.255951455205554,0.0,0.0259793184100648,0.5,0.255951455205554,0.0,0.0607866669538049,0.255951455205554,0.0,0.0110627368650273,0.0,0.0499798218258412,0.255951455205554,0.0,0.0911129285409738,0.5,0.255951455205554,0.0,0.350370366431608,0.255951455205554,0.0,0.109707172627154,0.255951455205554,0.0,0.212684062220972,0.255951455205554,0.0,0.0686513558063137,0.0,0.648469301068628 -6428,0.255951455205554,0.0,0.464941485344653,0.255951455205554,0.0,0.778639559083094,0.255951455205554,0.0,0.515003516302903,0.255951455205554,0.0,0.650094891786423,0.255951455205554,0.0,0.266333125375062,0.255951455205554,0.0,0.0624161211044725,0.5,0.255951455205554,0.0,0.0219098450721208,0.5,0.255951455205554,0.0,0.0244209813187382,0.5,0.255951455205554,0.0,0.0595919956873825,0.255951455205554,0.0,0.0083546337904724,0.0,0.124984710749106,0.255951455205554,0.0,0.15683377185488,0.5,0.255951455205554,0.0,0.49857224528478,0.255951455205554,0.0,0.0935779380007826,0.255951455205554,0.0,0.273517915877733,0.255951455205554,0.0,0.0918284566424354,0.0,0.627125548360034 -6429,0.255951455205554,0.0,0.32729358514649,0.255951455205554,0.0,0.687554328288126,0.255951455205554,0.0,0.497475626128446,0.255951455205554,0.0,0.633570893100501,0.255951455205554,0.0,0.28441606707369,0.255951455205554,0.0,0.0686119579417924,0.5,0.255951455205554,0.0,0.0218724531376639,0.5,0.255951455205554,0.0,0.0230106045693562,0.5,0.255951455205554,0.0,0.0588316122582752,0.255951455205554,0.0,0.00652292419081915,0.0,0.160839323574917,0.255951455205554,0.0,0.296632477395341,0.5,0.255951455205554,0.0,0.554770672380099,0.255951455205554,0.0,0.125003912284623,0.255951455205554,0.0,0.384913864504684,0.255951455205554,0.0,0.142751855086055,0.0,0.599427028002637 -6430,0.255951455205554,0.0,0.284009334029928,0.255951455205554,0.0,0.597016815281808,0.255951455205554,0.0,0.448322347248211,0.255951455205554,0.0,0.506927223613107,0.255951455205554,0.0,0.290001386397983,0.255951455205554,0.0,0.0840455425858611,0.5,0.255951455205554,0.0,0.0226607958098089,0.5,0.255951455205554,0.0,0.0222500978179495,0.5,0.255951455205554,0.0,0.0578130713788086,0.255951455205554,0.0,0.00494803311743983,0.0,0.31081474549721,0.255951455205554,0.0,0.433243025936378,0.5,0.255951455205554,0.0,0.532888155210682,0.255951455205554,0.0,0.179907084552607,0.255951455205554,0.0,0.509227863665215,0.255951455205554,0.0,0.193655041610165,0.0,0.511276855594094 -6431,0.255951455205554,0.0,0.229496735373134,0.255951455205554,0.0,0.468497038192247,0.255951455205554,0.0,0.391144253308246,0.255951455205554,0.0,0.378174081083467,0.255951455205554,0.0,0.286089894212595,0.255951455205554,0.0,0.0926872805552698,0.5,0.255951455205554,0.0,0.0244425327630146,0.5,0.255951455205554,0.0,0.0215973335644719,0.5,0.255951455205554,0.0,0.0588922683320014,0.255951455205554,0.0,0.00547028515739187,0.0,0.577331598816777,0.255951455205554,0.0,0.548167764754642,0.5,0.255951455205554,0.0,0.490886468691488,0.255951455205554,0.0,0.266481352702261,0.255951455205554,0.0,0.59071180623527,0.255951455205554,0.0,0.235406602817604,0.0,0.50142654513529 -6432,0.255951455205554,0.0,0.191426075197259,0.255951455205554,0.0,0.332118210116629,0.255951455205554,0.0,0.33009034720861,0.255951455205554,0.0,0.321207427751138,0.255951455205554,0.0,0.262018647829683,0.255951455205554,0.0,0.097066297121819,0.5,0.255951455205554,0.0,0.0254803808375564,0.5,0.255951455205554,0.0,0.0215343528409945,0.5,0.255951455205554,0.0,0.0524522135463714,0.255951455205554,0.0,0.00761707455259758,0.0,0.726933042903172,0.255951455205554,0.0,0.639274522139205,0.5,0.255951455205554,0.0,0.425991082618633,0.255951455205554,0.0,0.388412840176172,0.255951455205554,0.0,0.618361096487484,0.255951455205554,0.0,0.294623085091005,0.0,0.480180121865032 -6433,0.255951455205554,0.0,0.190152530804006,0.255951455205554,0.0,0.271415401104618,0.255951455205554,0.0,0.295965162014945,0.255951455205554,0.0,0.308623059510375,0.255951455205554,0.0,0.24048644322502,0.255951455205554,0.0,0.096644249017372,0.5,0.255951455205554,0.0,0.0253801709994301,0.5,0.255951455205554,0.0,0.0224186489697561,0.5,0.255951455205554,0.0,0.0475029538322104,0.255951455205554,0.0,0.00756418906323873,0.0,0.654837240541834,0.255951455205554,0.0,0.64459795725656,0.5,0.255951455205554,0.0,0.339613078815925,0.255951455205554,0.0,0.523234942278701,0.255951455205554,0.0,0.593856911564439,0.255951455205554,0.0,0.362051153415899,0.0,0.31174980110326 -6434,0.255951455205554,0.0,0.207379863186539,0.255951455205554,0.0,0.2496614266539,0.255951455205554,0.0,0.276423290790398,0.255951455205554,0.0,0.292307748574739,0.255951455205554,0.0,0.231360864977423,0.255951455205554,0.0,0.0923405858879159,0.5,0.255951455205554,0.0,0.0263434385402771,0.5,0.255951455205554,0.0,0.0224811143917839,0.5,0.255951455205554,0.0,0.0407381310158735,0.255951455205554,0.0,0.00701189268114737,0.0,0.591167095865356,0.255951455205554,0.0,0.546979646416438,0.5,0.255951455205554,0.0,0.264102513215711,0.255951455205554,0.0,0.627735595178076,0.255951455205554,0.0,0.528778015786752,0.255951455205554,0.0,0.400110951383788,0.0,0.219841901042049 -6435,0.255951455205554,0.0,0.193009676568162,0.255951455205554,0.0,0.23994552851921,0.255951455205554,0.0,0.245785367515756,0.255951455205554,0.0,0.262444380079804,0.255951455205554,0.0,0.227164770824721,0.255951455205554,0.0,0.0826439381933837,0.5,0.255951455205554,0.0,0.0271710092764778,0.5,0.255951455205554,0.0,0.0225527729220048,0.5,0.255951455205554,0.0,0.0390430358494244,0.255951455205554,0.0,0.00660256707789134,0.0,0.442123252230201,0.255951455205554,0.0,0.412852239956496,0.5,0.255951455205554,0.0,0.177801298684626,0.255951455205554,0.0,0.622820498367316,0.255951455205554,0.0,0.402392829032107,0.255951455205554,0.0,0.381311577659429,0.0,0.176872429091343 -6436,0.255951455205554,0.0,0.185672511990986,0.255951455205554,0.0,0.231643683660832,0.255951455205554,0.0,0.214072149993293,0.255951455205554,0.0,0.23349843327739,0.255951455205554,0.0,0.215850908905777,0.255951455205554,0.0,0.0754166669826658,0.5,0.255951455205554,0.0,0.026297895432258,0.5,0.255951455205554,0.0,0.0196457855536307,0.5,0.255951455205554,0.0,0.0420541765515562,0.255951455205554,0.0,0.00648772451824205,0.0,0.280246348798774,0.255951455205554,0.0,0.293902299855595,0.5,0.255951455205554,0.0,0.118536103039451,0.255951455205554,0.0,0.516172068280089,0.255951455205554,0.0,0.284758477333883,0.255951455205554,0.0,0.317991641243344,0.0,0.165100778087512 -6437,0.255951455205554,0.0,0.207602582946175,0.255951455205554,0.0,0.216503811770207,0.255951455205554,0.0,0.192980515704889,0.255951455205554,0.0,0.209421978834511,0.255951455205554,0.0,0.196225505666008,0.255951455205554,0.0,0.0729694101969792,0.5,0.255951455205554,0.0,0.0268668998987355,0.5,0.255951455205554,0.0,0.0184301948699233,0.5,0.255951455205554,0.0,0.0454695792057533,0.255951455205554,0.0,0.00742795147052736,0.0,0.163099575406504,0.255951455205554,0.0,0.199808551230067,0.5,0.255951455205554,0.0,0.0891161938550247,0.255951455205554,0.0,0.403405332073048,0.255951455205554,0.0,0.210800047390644,0.255951455205554,0.0,0.246501980674783,0.0,0.255256823139508 -6438,0.255951455205554,0.0,0.253113927122243,0.255951455205554,0.0,0.177185589339191,0.255951455205554,0.0,0.182187523751495,0.255951455205554,0.0,0.210866352262188,0.255951455205554,0.0,0.18128881133751,0.255951455205554,0.0,0.0739643524472259,0.5,0.255951455205554,0.0,0.0286300407755362,0.5,0.255951455205554,0.0,0.0196566603296963,0.5,0.255951455205554,0.0,0.0447618512750089,0.255951455205554,0.0,0.00836904592088817,0.0,0.108067907101951,0.255951455205554,0.0,0.13371279215056,0.5,0.255951455205554,0.0,0.0767978986250157,0.255951455205554,0.0,0.308239852985212,0.255951455205554,0.0,0.181621810646666,0.255951455205554,0.0,0.220459503850343,0.0,0.384910180342888 -6439,0.255951455205554,0.000156320699190597,0.236093331499456,0.255951455205554,0.000229335805467015,0.168681723349495,0.255951455205554,5.0224348514273e-05,0.175383406517793,0.255951455205554,0.0,0.186871368004003,0.255951455205554,1.73528197982504e-06,0.15908049335515,0.255951455205554,8.00867131905689e-05,0.0762718061896396,0.5,0.255951455205554,7.62321487966891e-07,0.030758272026308,0.5,0.255951455205554,0.00113397818421305,0.020290015157794,0.5,0.255951455205554,0.00234106731654524,0.0471275323457479,0.255951455205554,0.0,0.00866187092697766,0.00181633870388242,0.0880479852076407,0.255951455205554,0.00198249684865405,0.108750296927582,0.5,0.255951455205554,0.0011420547487163,0.0735724587774502,0.255951455205554,0.00160314075875364,0.241704266263743,0.255951455205554,0.000494584410582704,0.185471741431589,0.255951455205554,0.000618918330241675,0.216282962290398,0.000140751165820793,0.376683098139167 -6440,0.255951455205554,0.014345226868267,0.240237592235421,0.255951455205554,0.00715202389262154,0.198955686053414,0.255951455205554,0.0239584676743845,0.176215636949253,0.255951455205554,0.0221017020813954,0.177299374916682,0.255951455205554,0.0138932583786136,0.143494726051511,0.255951455205554,0.00585123507970933,0.0765708987625991,0.5,0.255951455205554,0.0232140405874445,0.0316611728847502,0.5,0.255951455205554,0.0694113239581744,0.0213113801779938,0.5,0.255951455205554,0.0377812395626379,0.0512470114706997,0.255951455205554,0.0512567594982791,0.00904898703895514,0.00356769600266174,0.0669733214774328,0.255951455205554,0.0173159047282471,0.114446856625965,0.5,0.255951455205554,0.0168152873446433,0.0907399250092957,0.255951455205554,0.0182628623249131,0.220724563394012,0.255951455205554,0.00533867766038051,0.230097131030476,0.255951455205554,0.00893356492096424,0.229792537525481,0.00754814048550086,0.436524868659836 -6441,0.255951455205554,0.0602662184953514,0.299089100443269,0.255951455205554,0.0436356812014246,0.319519113481926,0.255951455205554,0.0875174862836899,0.221502025820433,0.255951455205554,0.143193287381657,0.232197773487245,0.255951455205554,0.044568074896696,0.155488152389928,0.255951455205554,0.020130312854039,0.0743858543421408,0.5,0.255951455205554,0.0751690292570111,0.0388668358164898,0.5,0.255951455205554,0.162998057177566,0.0261651166348209,0.5,0.255951455205554,0.0725279129685484,0.0565852446811229,0.255951455205554,0.170644610467352,0.0145042617087718,0.000835297271516499,0.0508327909017715,0.255951455205554,0.0237547173320999,0.132475671361525,0.5,0.255951455205554,0.0409514504184603,0.13064390925396,0.255951455205554,0.0358711881379616,0.232778275017448,0.255951455205554,0.0180143774702347,0.290337528090742,0.255951455205554,0.0208104651934266,0.26143737933617,0.044459491327908,0.526580388454431 -6442,0.255951455205554,0.0793374269813717,0.304602446757694,0.255951455205554,0.0993521077741032,0.554377966151463,0.255951455205554,0.151758841468166,0.260705469348152,0.255951455205554,0.272723240155975,0.227449885034327,0.255951455205554,0.0831544133848455,0.17797120523772,0.255951455205554,0.0427176489465282,0.0724030533733914,0.5,0.255951455205554,0.125854223040037,0.047063531489399,0.5,0.255951455205554,0.275917120149756,0.051318639455915,0.5,0.255951455205554,0.111702717930458,0.0815630771690188,0.255951455205554,0.295668536501916,0.0291795422758566,0.00491790612623493,0.0498476956599246,0.255951455205554,0.0261234045471398,0.145875549491349,0.5,0.255951455205554,0.0576465849424676,0.207437697992504,0.255951455205554,0.0272774189441949,0.260066668173915,0.255951455205554,0.0484636486769581,0.368170314605734,0.255951455205554,0.0231214785476658,0.267904393171304,0.159018224473113,0.424862954159587 -6443,0.255951455205554,0.106162128088057,0.352454501415759,0.255951455205554,0.0965208709229627,0.481578888904112,0.255951455205554,0.23588281152011,0.28140183250386,0.255951455205554,0.391437778047459,0.210439961688446,0.255951455205554,0.135113223781454,0.220181821402003,0.255951455205554,0.0619325286529186,0.0713661733111367,0.5,0.255951455205554,0.136182771764746,0.0539360395441822,0.5,0.255951455205554,0.41031840633425,0.0786292675328568,0.5,0.255951455205554,0.173800645492801,0.129798458716496,0.255951455205554,0.361866853795426,0.0691314361362037,0.0359686871759051,0.0596445602580863,0.255951455205554,0.0329965681470779,0.202736069877317,0.5,0.255951455205554,0.0568415232099033,0.324059621440806,0.255951455205554,0.0194963742396694,0.26356722611583,0.255951455205554,0.119345668306898,0.490932626685332,0.255951455205554,0.0454769540328446,0.3016299851252,0.164262768318308,0.637871511634994 -6444,0.255951455205554,0.233388476002769,0.522269750879628,0.255951455205554,0.123608456651416,0.153230748353013,0.255951455205554,0.359783923934789,0.316300667096627,0.255951455205554,0.411041060062226,0.276295187199925,0.255951455205554,0.202980063526143,0.290463772915463,0.255951455205554,0.111934022796348,0.0898886494114327,0.5,0.255951455205554,0.13392582250485,0.0580554694399052,0.5,0.255951455205554,0.516299761142374,0.0948893640730818,0.5,0.255951455205554,0.21539630992145,0.151460205006379,0.255951455205554,0.370446355897441,0.102393373474945,0.0730171877369856,0.0779043937804423,0.255951455205554,0.0386898449859929,0.243358008899671,0.5,0.255951455205554,0.0582431017306432,0.356454445207129,0.255951455205554,0.0294532152263028,0.279473981206839,0.255951455205554,0.16233113325482,0.579010638065888,0.255951455205554,0.0863533473026666,0.314985933311004,0.162618163697193,0.817186325983954 -6445,0.255951455205554,0.404444698772486,0.69215172557322,0.255951455205554,0.464468823651149,0.275723072950644,0.255951455205554,0.425368955352955,0.435304682102956,0.255951455205554,0.527395594096961,0.354018193844893,0.255951455205554,0.218441054193094,0.346749493188812,0.255951455205554,0.207518705572339,0.144887488516181,0.5,0.255951455205554,0.112606364138818,0.0624831448568374,0.5,0.255951455205554,0.538398621573626,0.0850914395147642,0.5,0.255951455205554,0.239593576823394,0.13394516476475,0.255951455205554,0.311777738305313,0.129934016963553,0.086898478380083,0.158122753345013,0.255951455205554,0.0421188521272352,0.214226676882062,0.5,0.255951455205554,0.0711515021240912,0.305210569833214,0.255951455205554,0.0524259194774494,0.252453409848494,0.255951455205554,0.121608080703862,0.458258881056569,0.255951455205554,0.151053856788778,0.322738711209245,0.283055219169869,0.787371102818905 -6446,0.255951455205554,0.329275442581065,0.792716609002488,0.255951455205554,0.556338829731247,0.513671161868109,0.255951455205554,0.332235972787526,0.536026267480901,0.255951455205554,0.466914049854843,0.49966119587863,0.255951455205554,0.217681482474253,0.399932721462768,0.255951455205554,0.200028312008063,0.188992883288635,0.5,0.255951455205554,0.0832649810140749,0.0669879230953618,0.5,0.255951455205554,0.517116058484249,0.0833995301378216,0.5,0.255951455205554,0.241401288833167,0.108744920486013,0.255951455205554,0.165483994124149,0.0867264005956869,0.0581899536381291,0.18826613033228,0.255951455205554,0.0442790052258919,0.168909236471869,0.5,0.255951455205554,0.11906973874602,0.235019980396349,0.255951455205554,0.0585978027309611,0.171416116349134,0.255951455205554,0.105260295751571,0.348839158169817,0.255951455205554,0.253184274944255,0.302057441346118,0.415944668928342,0.694689050001889 -6447,0.255951455205554,0.104292199910737,0.830882986495857,0.255951455205554,0.318041252988019,0.472208665256,0.255951455205554,0.168493078150404,0.532980709998312,0.255951455205554,0.126546237857634,0.59205452425886,0.255951455205554,0.175036931333163,0.399271412953251,0.255951455205554,0.132315859106693,0.202086663455325,0.5,0.255951455205554,0.0603024834478227,0.0665490156880299,0.5,0.255951455205554,0.447222688327366,0.0861501647803729,0.5,0.255951455205554,0.20418620347846,0.0938036810922795,0.255951455205554,0.0533464170900262,0.0592647902714882,0.0411780545678306,0.210901931595889,0.255951455205554,0.0375181316934023,0.136799153687104,0.5,0.255951455205554,0.175604254285343,0.196387489183942,0.255951455205554,0.057409609215065,0.119619906607769,0.255951455205554,0.0890321100263177,0.243459153964247,0.255951455205554,0.225845931547102,0.281208572200196,0.0701998374637083,0.722772580203743 -6448,0.255951455205554,0.025362128499336,0.777704006002622,0.255951455205554,0.0318277443178233,0.316578070853734,0.255951455205554,0.0949500721634245,0.499396192000205,0.255951455205554,0.0120824284804107,0.643723769095499,0.255951455205554,0.133720347094078,0.368246359853483,0.255951455205554,0.0727737044481813,0.169696313538041,0.5,0.255951455205554,0.0359312272939398,0.0435838046313732,0.5,0.255951455205554,0.317691658404901,0.0819776286214005,0.5,0.255951455205554,0.147688489744213,0.0924863322861044,0.255951455205554,0.0177175960452543,0.0364110777980895,0.0175850067048745,0.16884200030572,0.255951455205554,0.0377246282570293,0.124203713924701,0.5,0.255951455205554,0.171288326564384,0.21517537290937,0.255951455205554,0.0302426768770796,0.108472053258323,0.255951455205554,0.0910888053374031,0.14026893590804,0.255951455205554,0.0979602839136675,0.207460063181284,0.00226049417324313,0.831864348906389 -6449,0.255951455205554,0.0419620855320075,0.671412209036802,0.255951455205554,0.00334072460980907,0.478970526143377,0.255951455205554,0.0353690148017178,0.433832152360533,0.255951455205554,0.0260009960002869,0.610702487258627,0.255951455205554,0.0841166538431789,0.260069107265736,0.255951455205554,0.0386239036253025,0.12986983671786,0.5,0.255951455205554,0.0275886511566021,0.0256815952785591,0.5,0.255951455205554,0.172987966978578,0.0424145584229988,0.5,0.255951455205554,0.0734320543350084,0.0594278994615566,0.255951455205554,0.00315900617871331,0.016645901630677,0.00703599245544422,0.0404805622930332,0.255951455205554,0.0314651502455891,0.0867402850679561,0.5,0.255951455205554,0.0985691936530533,0.221836358837439,0.255951455205554,0.0076390462963763,0.0822989587408367,0.255951455205554,0.0669951568306477,0.0556042031041264,0.255951455205554,0.0409677107080558,0.128728437442447,0.00372214637764098,0.842056962629097 -6450,0.255951455205554,1.4289336456265e-05,0.63843545277444,0.255951455205554,0.0,0.498843244443925,0.255951455205554,0.00069314330670177,0.384562176644581,0.255951455205554,0.00160837597228422,0.513366126885895,0.255951455205554,0.0113822431683049,0.167046650854993,0.255951455205554,0.000166578651799459,0.0748744974553981,0.5,0.255951455205554,0.0074588817048433,0.0104079806564853,0.5,0.255951455205554,0.00356238580712845,0.0219850845234118,0.5,0.255951455205554,0.000190783548830537,0.0284260765045491,0.255951455205554,0.000940000983161365,0.00588606981041015,0.0,0.0294005306773983,0.255951455205554,2.17052512656067e-05,0.0653416092795883,0.5,0.255951455205554,0.0,0.242908043539042,0.255951455205554,6.50860651546599e-05,0.0554231422831659,0.255951455205554,2.96460973834122e-05,0.037758883937077,0.255951455205554,6.40033019627594e-05,0.102200431957005,0.0,0.856397365090704 -6451,0.255951455205554,0.0,0.651385523904599,0.255951455205554,0.0,0.402149300501132,0.255951455205554,0.0,0.385649701080867,0.255951455205554,0.0,0.575502168648093,0.255951455205554,0.0,0.136026074591371,0.255951455205554,0.0,0.0408875578300455,0.5,0.255951455205554,0.0,0.00774196961664622,0.5,0.255951455205554,0.0,0.0143799176267983,0.5,0.255951455205554,0.0,0.0196742184694301,0.255951455205554,0.0,0.00151889491376257,0.0,0.0582816555935461,0.255951455205554,0.0,0.0745076348620162,0.5,0.255951455205554,0.0,0.275343060412419,0.255951455205554,0.0,0.0400395926816285,0.255951455205554,0.0,0.0595516821657987,0.255951455205554,0.0,0.0978838645977021,0.0,0.885275001063678 -6452,0.255951455205554,0.0,0.628977796794531,0.255951455205554,0.0,0.420781057488653,0.255951455205554,0.0,0.383430037301831,0.255951455205554,0.0,0.519125769325086,0.255951455205554,0.0,0.1389829099654,0.255951455205554,0.0,0.0321428373633822,0.5,0.255951455205554,0.0,0.00878218112318673,0.5,0.255951455205554,0.0,0.00976692558081462,0.5,0.255951455205554,0.0,0.0139695966599028,0.255951455205554,0.0,0.000284192373783125,0.0,0.0941714674834154,0.255951455205554,0.0,0.0877140280199969,0.5,0.255951455205554,0.0,0.312764622818916,0.255951455205554,0.0,0.0367761073096365,0.255951455205554,0.0,0.0811285567386112,0.255951455205554,0.0,0.100002433569866,0.0,0.867189102350712 -6453,0.255951455205554,0.0,0.649551492976226,0.255951455205554,0.0,0.378401405685563,0.255951455205554,0.0,0.348032719414101,0.255951455205554,0.0,0.403640449421401,0.255951455205554,0.0,0.126647505040328,0.255951455205554,0.0,0.0334808299810492,0.5,0.255951455205554,0.0,0.00852759301635586,0.5,0.255951455205554,0.0,0.00522742883586823,0.5,0.255951455205554,0.0,0.00990953356909998,0.255951455205554,0.0,0.00024229017939064,0.0,0.0845829884208157,0.255951455205554,0.0,0.105969875123468,0.5,0.255951455205554,0.0,0.309212483147795,0.255951455205554,0.0,0.0463302193694219,0.255951455205554,0.0,0.105762087726393,0.255951455205554,0.0,0.0866417710265684,0.0,0.682897615745546 -6454,0.255951455205554,0.0,0.658963150283148,0.255951455205554,0.0,0.292674876261093,0.255951455205554,0.0,0.322460775900924,0.255951455205554,0.0,0.338684702699498,0.255951455205554,0.0,0.100178066370288,0.255951455205554,0.0,0.032569264237253,0.5,0.255951455205554,0.0,0.0069468595636075,0.5,0.255951455205554,0.0,0.00314020336876372,0.5,0.255951455205554,0.0,0.00762965803224866,0.255951455205554,0.0,0.000534963691404761,0.0,0.118184506961552,0.255951455205554,0.0,0.123431166681124,0.5,0.255951455205554,0.0,0.297630616763202,0.255951455205554,0.0,0.068753679775369,0.255951455205554,0.0,0.119462305391951,0.255951455205554,0.0,0.0985215963447062,0.0,0.484647378156897 -6455,0.255951455205554,0.0,0.587007621292575,0.255951455205554,0.0,0.290081283399587,0.255951455205554,0.0,0.282166024033226,0.255951455205554,0.0,0.387904553620367,0.255951455205554,0.0,0.0695801180598012,0.255951455205554,0.0,0.0277106440092638,0.5,0.255951455205554,0.0,0.00635076699399339,0.5,0.255951455205554,0.0,0.00711131526381387,0.5,0.255951455205554,0.0,0.00795773002694682,0.255951455205554,0.0,0.000421515662526317,0.0,0.144754689020395,0.255951455205554,0.0,0.123153724680773,0.5,0.255951455205554,0.0,0.300427238651289,0.255951455205554,0.0,0.0802065959180874,0.255951455205554,0.0,0.122620291101992,0.255951455205554,0.0,0.120769847682968,0.0,0.370743460926642 -6456,0.255951455205554,0.0,0.449840102936248,0.255951455205554,0.0,0.321275459220051,0.255951455205554,0.0,0.237996893491775,0.255951455205554,0.0,0.430472391710046,0.255951455205554,0.0,0.0502937332076369,0.255951455205554,0.0,0.0248638579290921,0.5,0.255951455205554,0.0,0.00625771261451505,0.5,0.255951455205554,0.0,0.00683501762972141,0.5,0.255951455205554,0.0,0.00977157379809682,0.255951455205554,0.0,3.73565220598178e-05,0.0,0.118587509281695,0.255951455205554,0.0,0.0987212237704913,0.5,0.255951455205554,0.0,0.291043943093304,0.255951455205554,0.0,0.0876119570210351,0.255951455205554,0.0,0.124515975087154,0.255951455205554,0.0,0.13384686661561,0.0,0.287695065379838 -6457,0.255951455205554,0.0,0.288493216390151,0.255951455205554,0.0,0.341646882637386,0.255951455205554,0.0,0.189785608614758,0.255951455205554,0.0,0.363156657081184,0.255951455205554,0.0,0.0372699027391462,0.255951455205554,0.0,0.0215922263004575,0.5,0.255951455205554,0.0,0.00642438158857254,0.5,0.255951455205554,0.0,0.00384911501235519,0.5,0.255951455205554,0.0,0.0121392878063599,0.255951455205554,0.0,0.000312822953541268,0.0,0.0706516387789709,0.255951455205554,0.0,0.088728413561,0.5,0.255951455205554,0.0,0.277003014342101,0.255951455205554,0.0,0.0953865597109902,0.255951455205554,0.0,0.102750138971727,0.255951455205554,0.0,0.118223835533958,0.0,0.183282215983252 -6458,0.255951455205554,0.0,0.14760179586648,0.255951455205554,0.0,0.278662766793552,0.255951455205554,0.0,0.130821712591303,0.255951455205554,0.0,0.18707916453455,0.255951455205554,0.0,0.0362231202812751,0.255951455205554,0.0,0.0198193848964425,0.5,0.255951455205554,0.0,0.00646508849127589,0.5,0.255951455205554,0.0,0.00498424006426465,0.5,0.255951455205554,0.0,0.013801785343005,0.255951455205554,0.0,0.0010089605351044,0.0,0.0298309727299886,0.255951455205554,0.0,0.0639711994803811,0.5,0.255951455205554,0.0,0.266621284124436,0.255951455205554,0.0,0.0989793453867968,0.255951455205554,0.0,0.0774248557349782,0.255951455205554,0.0,0.0932717313125137,0.0,0.141513118931309 -6459,0.255951455205554,0.0,0.0948426704714127,0.255951455205554,0.0,0.158725481987176,0.255951455205554,0.0,0.0799457265678232,0.255951455205554,0.0,0.068745642586548,0.255951455205554,0.0,0.0350805051827797,0.255951455205554,0.0,0.0196082036959433,0.5,0.255951455205554,0.0,0.00533145007881954,0.5,0.255951455205554,0.0,0.00620153511139651,0.5,0.255951455205554,0.0,0.0132955307601647,0.255951455205554,0.0,0.000533349005823404,0.0,0.0118175726077034,0.255951455205554,0.0,0.0474056115064985,0.5,0.255951455205554,0.0,0.234540988812313,0.255951455205554,0.0,0.0925763348883695,0.255951455205554,0.0,0.0576533591896821,0.255951455205554,0.0,0.0706563602705083,0.0,0.12108505711563 -6460,0.255951455205554,0.0,0.0976570727451463,0.255951455205554,0.0,0.0600320124587372,0.255951455205554,0.0,0.0496506859653644,0.255951455205554,0.0,0.0429014105829689,0.255951455205554,0.0,0.0286188119464829,0.255951455205554,0.0,0.0168285645419475,0.5,0.255951455205554,0.0,0.00458292340293582,0.5,0.255951455205554,0.0,0.00633293071660267,0.5,0.255951455205554,0.0,0.011299972193213,0.255951455205554,0.0,5.74897109291179e-05,0.0,0.0073654408714718,0.255951455205554,0.0,0.0370453214001281,0.5,0.255951455205554,0.0,0.187928162823654,0.255951455205554,0.0,0.0726855282471361,0.255951455205554,0.0,0.0482520981886835,0.255951455205554,0.0,0.0588484040176545,0.0,0.126417553797307 -6461,0.255951455205554,0.0,0.107439033622248,0.255951455205554,0.0,0.0176811764427814,0.255951455205554,0.0,0.0299381543184415,0.255951455205554,0.0,0.0316026243605477,0.255951455205554,0.0,0.0256452382395596,0.255951455205554,0.0,0.0149334313862043,0.5,0.255951455205554,0.0,0.00435635590544498,0.5,0.255951455205554,0.0,0.00676139309543148,0.5,0.255951455205554,0.0,0.0104265160729851,0.255951455205554,0.0,0.000224540093122848,0.0,0.0177119261652451,0.255951455205554,0.0,0.0352544392369768,0.5,0.255951455205554,0.0,0.128501556111849,0.255951455205554,0.0,0.0577785852210262,0.255951455205554,0.0,0.0448183464570669,0.255951455205554,0.0,0.0427852328439634,0.0,0.147915101486394 -6462,0.255951455205554,0.0,0.122700736554929,0.255951455205554,0.0,0.00947138097466067,0.255951455205554,0.0,0.0208583289533589,0.255951455205554,0.0,0.0242294469698197,0.255951455205554,0.0,0.0215620248519414,0.255951455205554,0.0,0.0132640306675107,0.5,0.255951455205554,0.0,0.00440437930459123,0.5,0.255951455205554,0.0,0.00800893771208961,0.5,0.255951455205554,0.0,0.0108654096593321,0.255951455205554,0.0,0.000891290200949986,0.0,0.0306473216168313,0.255951455205554,0.0,0.0464297609281664,0.5,0.255951455205554,0.0,0.0698171959877214,0.255951455205554,0.0,0.0372970663439283,0.255951455205554,0.0,0.0349952695438551,0.255951455205554,0.0,0.027236839784248,0.0,0.161298619726116 -6463,0.255951455205554,0.000631102092543166,0.134064530790997,0.255951455205554,0.00155669904735356,0.00499753801295753,0.255951455205554,0.000314628671102937,0.0168821460798114,0.255951455205554,0.0,0.0198226398331725,0.255951455205554,1.17073199663621e-07,0.0210990230390093,0.255951455205554,1.66885440604121e-05,0.00878713358046768,0.5,0.255951455205554,0.0,0.00502146781558717,0.5,0.255951455205554,0.00104185449348684,0.0084734623247495,0.5,0.255951455205554,0.00201461517882445,0.0101546576733849,0.255951455205554,0.0,0.00194361347756347,0.00243568571463594,0.0326399282118327,0.255951455205554,0.00246005560626527,0.0438448146900088,0.5,0.255951455205554,0.00511739593334401,0.0443964920750355,0.255951455205554,0.000459790218544996,0.0203956072399764,0.255951455205554,0.00044354034083226,0.026836784631552,0.255951455205554,0.000256818168740547,0.0176388947273149,0.00101889830306871,0.176044337275172 -6464,0.255951455205554,0.105950666601676,0.132635271760572,0.255951455205554,0.113082405258623,0.00396834988058679,0.255951455205554,0.0792442496619739,0.016347264286226,0.255951455205554,0.101671796488939,0.0174296420484854,0.255951455205554,0.00548306386572985,0.0251551493214366,0.255951455205554,0.0162713700947317,0.00487970048205985,0.5,0.255951455205554,0.0586335384707418,0.0026354855305374,0.5,0.255951455205554,0.100837356891374,0.00602500860829842,0.5,0.255951455205554,0.0611232104173248,0.00748976673171592,0.255951455205554,0.0789227240048574,0.00103324311298012,0.0100992193792475,0.0612536003674999,0.255951455205554,0.0252273768779945,0.0422274416547642,0.5,0.255951455205554,0.129790054601334,0.0343962682964879,0.255951455205554,0.00605451459079576,0.0111637610785861,0.255951455205554,0.0172381403377791,0.0350473902773112,0.255951455205554,0.00226405639665153,0.0114713896316784,0.110443080102401,0.198930855846943 -6465,0.255951455205554,0.260038925911245,0.136178859605726,0.255951455205554,0.268365791409548,0.0131063576897478,0.255951455205554,0.215501799922008,0.0199145168191987,0.255951455205554,0.258365368406311,0.0209014116489119,0.255951455205554,0.0238599320783845,0.0266670376341657,0.255951455205554,0.0374206972698641,0.00411248701040282,0.5,0.255951455205554,0.153185390222018,0.00141128025623742,0.5,0.255951455205554,0.253884789258954,0.00267393861960795,0.5,0.255951455205554,0.166459316976532,0.00665766474046329,0.255951455205554,0.224659946093539,0.000364504878571919,0.0244975570271659,0.0836443814370965,0.255951455205554,0.0720015477941308,0.0645204641530355,0.5,0.255951455205554,0.290931620025072,0.0874111978475846,0.255951455205554,0.0212224462131686,0.00657582280652003,0.255951455205554,0.0697406468210489,0.0601617615124548,0.255951455205554,0.00599261934264976,0.00802695870903919,0.264508515680555,0.213584165118147 -6466,0.255951455205554,0.402176765627525,0.250155053958826,0.255951455205554,0.414912385047693,0.0412605796530756,0.255951455205554,0.352380879038644,0.0269444020375245,0.255951455205554,0.406673305721997,0.0296583435841057,0.255951455205554,0.0523884685807346,0.0268449308932537,0.255951455205554,0.0475840615451128,0.00506383052286342,0.5,0.255951455205554,0.233811286225609,0.00247839879655131,0.5,0.255951455205554,0.408888670908992,0.00478583637699313,0.5,0.255951455205554,0.285392126102359,0.00899533876397158,0.255951455205554,0.363319590795855,0.000449820659625833,0.0636138230622234,0.146513727739407,0.255951455205554,0.175366265199161,0.10986299341841,0.5,0.255951455205554,0.438488421938818,0.163831766801547,0.255951455205554,0.0482732641692416,0.0112680009539549,0.255951455205554,0.132715069334181,0.0650611522201577,0.255951455205554,0.0245069958699749,0.00693132293178727,0.40705437680484,0.215794170474189 -6467,0.255951455205554,0.503302482128956,0.353830864792165,0.255951455205554,0.540756135875107,0.0754872428637507,0.255951455205554,0.494047412813437,0.0320959354328635,0.255951455205554,0.537620393377963,0.0325101709494204,0.255951455205554,0.0906576616237903,0.0217661587841754,0.255951455205554,0.0757432465086114,0.00727041216624446,0.5,0.255951455205554,0.31038259713619,0.0053051731436112,0.5,0.255951455205554,0.528793620264334,0.0108177838232412,0.5,0.255951455205554,0.387432874469006,0.0129997004591722,0.255951455205554,0.480994137190089,0.00102076417334302,0.141776022603509,0.153440474404891,0.255951455205554,0.287375159133201,0.118358523657891,0.5,0.255951455205554,0.552034351677877,0.204302407975965,0.255951455205554,0.106221947434661,0.0358741673662624,0.255951455205554,0.214040640771782,0.0569031642810886,0.255951455205554,0.0485946024608145,0.00530188669596536,0.528365978403101,0.222157748296802 -6468,0.255951455205554,0.538160242330007,0.399963938411153,0.255951455205554,0.612760464160973,0.0924338599842074,0.255951455205554,0.584801491207326,0.0352768243319906,0.255951455205554,0.615331510936136,0.0309086022980889,0.255951455205554,0.143376979882961,0.0167888103124061,0.255951455205554,0.107399548267602,0.00698315832955011,0.5,0.255951455205554,0.372061666984143,0.00677810743527014,0.5,0.255951455205554,0.596614826243923,0.0223570036486342,0.5,0.255951455205554,0.442535320448731,0.015631708772964,0.255951455205554,0.558517946277038,0.00227512377075781,0.39936581934117,0.134668437273594,0.255951455205554,0.337327372570183,0.110625140087139,0.5,0.255951455205554,0.617703090452481,0.233103984566777,0.255951455205554,0.098279569016674,0.072415410340606,0.255951455205554,0.315246054204105,0.0515080996050046,0.255951455205554,0.193709105921538,0.00894825534647652,0.528022540211683,0.23095677456513 -6469,0.255951455205554,0.531263125043725,0.414787536022659,0.255951455205554,0.634500113616292,0.0996253194901253,0.255951455205554,0.617367339352113,0.0380383073263843,0.255951455205554,0.641792582046553,0.0308485023793815,0.255951455205554,0.20331137697004,0.0110279934144944,0.255951455205554,0.145667305461439,0.00650496648347177,0.5,0.255951455205554,0.435374033206428,0.0111513617191157,0.5,0.255951455205554,0.625949744106065,0.0556709991957535,0.5,0.255951455205554,0.426360433295419,0.0176851352108886,0.255951455205554,0.59483214200188,0.00859284667665286,0.63618188335719,0.140557393683447,0.255951455205554,0.469433753716982,0.118710146871828,0.5,0.255951455205554,0.632921522266217,0.251444684584354,0.255951455205554,0.0966871610610556,0.0694828386521037,0.255951455205554,0.439642624103548,0.0594797376656474,0.255951455205554,0.242942870740186,0.0140888022694449,0.357267764309441,0.251575339855 -6470,0.255951455205554,0.525863863143974,0.439038241524351,0.255951455205554,0.610323451867767,0.109772090013302,0.255951455205554,0.603284100202717,0.041706621868008,0.255951455205554,0.622884892290386,0.0319931532509454,0.255951455205554,0.264115294863279,0.00731038501473999,0.255951455205554,0.214438682233345,0.00495061176335832,0.5,0.255951455205554,0.485990303328381,0.0177514274432094,0.5,0.255951455205554,0.613154813828882,0.0976254131746172,0.5,0.255951455205554,0.380283011143912,0.0195887482479746,0.255951455205554,0.595073333206053,0.0182422835062688,0.599370184971395,0.12657256872922,0.255951455205554,0.56829621227603,0.121775213920387,0.5,0.255951455205554,0.596872561717637,0.26442944963906,0.255951455205554,0.269849126865423,0.0220027456487019,0.255951455205554,0.548232747984752,0.0827259829614234,0.255951455205554,0.157240412249993,0.026975833438141,0.313309134604963,0.264530352470736 -6471,0.255951455205554,0.477575919496208,0.416807178665784,0.255951455205554,0.522186280384662,0.0931104959270176,0.255951455205554,0.531357061121192,0.039380347747226,0.255951455205554,0.544831231368897,0.0302341701218526,0.255951455205554,0.300287375182225,0.00624287640896895,0.255951455205554,0.26513951227686,0.00636540733308008,0.5,0.255951455205554,0.460384787870865,0.024737148550277,0.5,0.255951455205554,0.537290788022813,0.121423353547308,0.5,0.255951455205554,0.335553823155461,0.0255195742114873,0.255951455205554,0.531393048566815,0.0311900776052377,0.504911604147836,0.100100601869016,0.255951455205554,0.485436708015187,0.104479530240292,0.5,0.255951455205554,0.497686086626638,0.239766595164431,0.255951455205554,0.370084939356563,0.0372646798371604,0.255951455205554,0.43461912528802,0.0978467284328121,0.255951455205554,0.0918036437860627,0.0348019378025413,0.372389671856243,0.244379485368686 -6472,0.255951455205554,0.383711022491027,0.338559676277899,0.255951455205554,0.400323349657507,0.0713829846869044,0.255951455205554,0.41565731434842,0.0296035627010937,0.255951455205554,0.418502337714713,0.0217878456356081,0.255951455205554,0.291649508160744,0.00674036231623388,0.255951455205554,0.233993101088504,0.0101495149084948,0.5,0.255951455205554,0.336597258661416,0.0357388236108516,0.5,0.255951455205554,0.406689260120938,0.117333408940851,0.5,0.255951455205554,0.273411462427121,0.0284378240795654,0.255951455205554,0.415188314767496,0.0472581830129286,0.372540167723374,0.0649233861932718,0.255951455205554,0.359014216237091,0.0678695034525821,0.5,0.255951455205554,0.366575626179817,0.16202578413068,0.255951455205554,0.243062700490643,0.0832189050433009,0.255951455205554,0.283744330447592,0.0686194283173276,0.255951455205554,0.0571812405271261,0.0229717646884524,0.362702426111698,0.205771815781283 -6473,0.255951455205554,0.181965844829009,0.190370957892366,0.255951455205554,0.164169199039001,0.0325373532201308,0.255951455205554,0.234224477936333,0.0144592838331498,0.255951455205554,0.181733381764245,0.0115421443331699,0.255951455205554,0.191563121243847,0.00552357420810076,0.255951455205554,0.14953102961777,0.0110151261267546,0.5,0.255951455205554,0.216143398899007,0.0401240796198002,0.5,0.255951455205554,0.259832299133986,0.0559627404543288,0.5,0.255951455205554,0.145219697281168,0.0194406959667662,0.255951455205554,0.27798378911066,0.0366888822641151,0.113300224918811,0.00899560199653463,0.255951455205554,0.119545730302268,0.0113149184736548,0.5,0.255951455205554,0.12737359439334,0.0437893579223813,0.255951455205554,0.0737470905681917,0.0362971220823024,0.255951455205554,0.119278455592317,0.0220114159930738,0.255951455205554,0.0369200022705862,0.00653409214134698,0.179607341678188,0.170425558587643 -6474,0.255951455205554,0.0,0.100484160447843,0.255951455205554,0.0,0.00817958628933007,0.255951455205554,0.000810616047198488,0.00312531057335223,0.255951455205554,0.0,0.00239568761305753,0.255951455205554,0.0110507343069345,0.00162112194029196,0.255951455205554,5.20343623617691e-05,0.00771613534000002,0.5,0.255951455205554,0.0116909369761779,0.0268804906871683,0.5,0.255951455205554,0.00088463241115665,0.0438613562319958,0.5,0.255951455205554,3.80947016485912e-05,0.015993965799251,0.255951455205554,0.0296177757724005,0.0348271754705888,0.0,0.00418530687435377,0.255951455205554,0.0,0.00472371790984951,0.5,0.255951455205554,0.0,0.0276004114947465,0.255951455205554,7.31712518868514e-06,0.00917167200540745,0.255951455205554,0.0,0.00536061143768469,0.255951455205554,0.000114821702772847,0.00050391476202688,0.0,0.15107066048289 -6475,0.255951455205554,0.0,0.0762234963255791,0.255951455205554,0.0,0.00347218727964763,0.255951455205554,0.0,0.000778290939616711,0.255951455205554,0.0,0.000192145742627647,0.255951455205554,0.0,0.000786508114056694,0.255951455205554,0.0,0.00790983182974509,0.5,0.255951455205554,0.0,0.0240967642226021,0.5,0.255951455205554,0.0,0.0359652377878984,0.5,0.255951455205554,0.0,0.015825321609929,0.255951455205554,0.0,0.0355810173033649,0.0,0.00100053946753999,0.255951455205554,0.0,0.00246549849264814,0.5,0.255951455205554,0.0,0.0340717404567188,0.255951455205554,0.0,0.00174498684400783,0.255951455205554,0.0,0.00280435445182687,0.255951455205554,0.0,0.000430987160691773,0.0,0.153526363625301 -6476,0.255951455205554,0.0,0.0567894229062946,0.255951455205554,0.0,0.000652642988286995,0.255951455205554,0.0,0.000557312326032806,0.255951455205554,0.0,0.000108267003980473,0.255951455205554,0.0,0.000595036651052862,0.255951455205554,0.0,0.00688321943337078,0.5,0.255951455205554,0.0,0.0190388096982851,0.5,0.255951455205554,0.0,0.0265858561698632,0.5,0.255951455205554,0.0,0.0141342485200559,0.255951455205554,0.0,0.0307840267293697,0.0,0.000677696042239134,0.255951455205554,0.0,0.00267646922682158,0.5,0.255951455205554,0.0,0.0449995582977726,0.255951455205554,0.0,0.000670431943368363,0.255951455205554,0.0,0.00138101561065599,0.255951455205554,0.0,0.0008153959861178,0.0,0.184866687447463 -6477,0.255951455205554,0.0,0.0539380604748571,0.255951455205554,0.0,0.000240902347503076,0.255951455205554,0.0,0.00192032074599569,0.255951455205554,0.0,0.00118628399642126,0.255951455205554,0.0,0.000445034204658909,0.255951455205554,0.0,0.00579440785837272,0.5,0.255951455205554,0.0,0.0151167212997458,0.5,0.255951455205554,0.0,0.0215803382929477,0.5,0.255951455205554,0.0,0.0114554208755834,0.255951455205554,0.0,0.0247357037259917,0.0,0.00061770537553034,0.255951455205554,0.0,0.00395406210929303,0.5,0.255951455205554,0.0,0.0551903468575607,0.255951455205554,0.0,0.000580649969777411,0.255951455205554,0.0,0.00099982072305724,0.255951455205554,0.0,0.0011821951453522,0.0,0.242502241864158 -6478,0.255951455205554,0.0,0.0636641516764493,0.255951455205554,0.0,0.000892215801285709,0.255951455205554,0.0,0.00579698953069254,0.255951455205554,0.0,0.0052189777454578,0.255951455205554,0.0,0.000412891356164229,0.255951455205554,0.0,0.00390482458554881,0.5,0.255951455205554,0.0,0.0125144324814787,0.5,0.255951455205554,0.0,0.01804814655893,0.5,0.255951455205554,0.0,0.00677329551376358,0.255951455205554,0.0,0.0245143937538428,0.0,0.00117807870305982,0.255951455205554,0.0,0.00546852680108013,0.5,0.255951455205554,0.0,0.0545681476040082,0.255951455205554,0.0,0.000752779285912173,0.255951455205554,0.0,0.00119131210546106,0.255951455205554,0.0,0.00102464384806565,0.0,0.281035171296353 -6479,0.255951455205554,0.0,0.0906398644092225,0.255951455205554,0.0,0.005442296491477,0.255951455205554,0.0,0.0123422443949003,0.255951455205554,0.0,0.0120479711518773,0.255951455205554,0.0,0.000605973140186141,0.255951455205554,0.0,0.00338452492994594,0.5,0.255951455205554,0.0,0.010369926808884,0.5,0.255951455205554,0.0,0.0166919576320515,0.5,0.255951455205554,0.0,0.00449013611297904,0.255951455205554,0.0,0.025677833656987,0.0,0.00672089270148308,0.255951455205554,0.0,0.0083591982784599,0.5,0.255951455205554,0.0,0.0546188333087938,0.255951455205554,0.0,0.00138678487240607,0.255951455205554,0.0,0.00174235521697744,0.255951455205554,0.0,0.00117615841066633,0.0,0.312157852271279 -6480,0.255951455205554,0.0,0.112563557119142,0.255951455205554,0.0,0.00793850495281512,0.255951455205554,0.0,0.0221687768586115,0.255951455205554,0.0,0.0216706092438777,0.255951455205554,0.0,0.00136442198395327,0.255951455205554,0.0,0.00352085514899268,0.5,0.255951455205554,0.0,0.00952583509355082,0.5,0.255951455205554,0.0,0.0171548948572261,0.5,0.255951455205554,0.0,0.00395568540651629,0.255951455205554,0.0,0.0318130973855713,0.0,0.0102694187479073,0.255951455205554,0.0,0.010736024376958,0.5,0.255951455205554,0.0,0.0485487441910216,0.255951455205554,0.0,0.00328412740656708,0.255951455205554,0.0,0.00224278300312324,0.255951455205554,0.0,0.00239998968526743,0.0,0.361813644841174 -6481,0.255951455205554,0.0,0.132132494097872,0.255951455205554,0.0,0.0138535957191742,0.255951455205554,0.0,0.0296334913677391,0.255951455205554,0.0,0.032306734736293,0.255951455205554,0.0,0.00239896819396988,0.255951455205554,0.0,0.00292265432730315,0.5,0.255951455205554,0.0,0.0113761764678701,0.5,0.255951455205554,0.0,0.0167312521351414,0.5,0.255951455205554,0.0,0.00385374699544319,0.255951455205554,0.0,0.0451089612248328,0.0,0.0100392326769633,0.255951455205554,0.0,0.0107770186393559,0.5,0.255951455205554,0.0,0.046056275003154,0.255951455205554,0.0,0.00521802528194599,0.255951455205554,0.0,0.00336314682953402,0.255951455205554,0.0,0.00323267065221417,0.0,0.35388399666441 -6482,0.255951455205554,0.0,0.153280701148607,0.255951455205554,0.0,0.0201805841622652,0.255951455205554,0.0,0.0329693781912812,0.255951455205554,0.0,0.0377519479541858,0.255951455205554,0.0,0.00404205060408543,0.255951455205554,0.0,0.00319209512836736,0.5,0.255951455205554,0.0,0.0136876788253242,0.5,0.255951455205554,0.0,0.0189507324683118,0.5,0.255951455205554,0.0,0.00347528328814214,0.255951455205554,0.0,0.0575713107167811,0.0,0.00787474263803389,0.255951455205554,0.0,0.01043555173886,0.5,0.255951455205554,0.0,0.045024418649614,0.255951455205554,0.0,0.00657443435391501,0.255951455205554,0.0,0.00331691100485321,0.255951455205554,0.0,0.00243603566315788,0.0,0.335773245398143 -6483,0.255951455205554,0.0,0.163652615212301,0.255951455205554,0.0,0.0216791180048819,0.255951455205554,0.0,0.0344049881038108,0.255951455205554,0.0,0.039702442481649,0.255951455205554,0.0,0.00425795920293773,0.255951455205554,0.0,0.00453675166086392,0.5,0.255951455205554,0.0,0.0134955532698704,0.5,0.255951455205554,0.0,0.0194684818887185,0.5,0.255951455205554,0.0,0.00411262800740793,0.255951455205554,0.0,0.0465274993425835,0.0,0.00827232026703926,0.255951455205554,0.0,0.0104876614374101,0.5,0.255951455205554,0.0,0.0445814508894698,0.255951455205554,0.0,0.00883254235641661,0.255951455205554,0.0,0.0030049271184855,0.255951455205554,0.0,0.00197980037859223,0.0,0.314560761447283 -6484,0.255951455205554,0.0,0.18229590957339,0.255951455205554,0.0,0.0250945710188914,0.255951455205554,0.0,0.0348767128361851,0.255951455205554,0.0,0.040541496166191,0.255951455205554,0.0,0.00254309223428551,0.255951455205554,0.0,0.00657080433264384,0.5,0.255951455205554,0.0,0.00874221831725274,0.5,0.255951455205554,0.0,0.0208181181956518,0.5,0.255951455205554,0.0,0.00620483948376692,0.255951455205554,0.0,0.0226113362601298,0.0,0.00757759580306553,0.255951455205554,0.0,0.00979413083653944,0.5,0.255951455205554,0.0,0.0473469056258769,0.255951455205554,0.0,0.00993555488005824,0.255951455205554,0.0,0.00385330261449193,0.255951455205554,0.0,0.00157209114519543,0.0,0.305611535387872 -6485,0.255951455205554,0.0,0.198190600374447,0.255951455205554,0.0,0.0275409872227174,0.255951455205554,0.0,0.034258285715468,0.255951455205554,0.0,0.0415376735793617,0.255951455205554,0.0,0.00203861353069472,0.255951455205554,0.0,0.00554610232952753,0.5,0.255951455205554,0.0,0.00602910933449264,0.5,0.255951455205554,0.0,0.0191510797626965,0.5,0.255951455205554,0.0,0.00805932468294204,0.255951455205554,0.0,0.0241486228868387,0.0,0.00715017975656995,0.255951455205554,0.0,0.010823048747244,0.5,0.255951455205554,0.0,0.0501973094726284,0.255951455205554,0.0,0.0102369098946335,0.255951455205554,0.0,0.00571847865321172,0.255951455205554,0.0,0.00145916144536164,0.0,0.282825365785756 -6486,0.255951455205554,0.0,0.204731341457379,0.255951455205554,0.0,0.030641139327205,0.255951455205554,0.0,0.0354115723421156,0.255951455205554,0.0,0.0458200496901651,0.255951455205554,0.0,0.00233640603667629,0.255951455205554,0.0,0.00361943705891676,0.5,0.255951455205554,0.0,0.00773959027779071,0.5,0.255951455205554,0.0,0.0160458813817742,0.5,0.255951455205554,0.0,0.00776393256282979,0.255951455205554,0.0,0.0362344831389778,0.0,0.00909583240124324,0.255951455205554,0.0,0.0121478353902443,0.5,0.255951455205554,0.0,0.0533277301394853,0.255951455205554,0.0,0.0118878753707806,0.255951455205554,0.0,0.00522488531769986,0.255951455205554,0.0,0.00148723148996553,0.0,0.305418670409512 -6487,0.255951455205554,0.000320562144106446,0.168818831647732,0.255951455205554,0.000752809766464683,0.034365471816968,0.255951455205554,0.000347937296559517,0.034632508404935,0.255951455205554,0.0,0.0458381963282728,0.255951455205554,2.86954032223882e-07,0.00275873757163223,0.255951455205554,0.00019313279672017,0.00305591388881646,0.5,0.255951455205554,0.0,0.0114506489164361,0.5,0.255951455205554,0.000731972069444964,0.0159024414081547,0.5,0.255951455205554,0.00463471745106926,0.00576281240634823,0.255951455205554,0.0,0.0349151386367358,0.00787473945592181,0.00950282671791726,0.255951455205554,0.00912410931852659,0.0122449371468983,0.5,0.255951455205554,0.0057791057861269,0.0566297352865158,0.255951455205554,0.00859757094959694,0.0144050787007956,0.255951455205554,0.00383057453413046,0.00428986624062365,0.255951455205554,0.00186962454942327,0.00113622561170182,0.000137871264082901,0.444597812616098 -6488,0.255951455205554,0.103248368284481,0.129987831978279,0.255951455205554,0.112821590605037,0.0317194858062693,0.255951455205554,0.0956808980308732,0.0324618025027262,0.255951455205554,0.098185346212725,0.0443490085085118,0.255951455205554,0.0606048547845413,0.00461937828771691,0.255951455205554,0.0927351998437943,0.00310448951499241,0.5,0.255951455205554,0.0717478664140298,0.0133592809500269,0.5,0.255951455205554,0.106952147836158,0.0126885340894334,0.5,0.255951455205554,0.127156039768568,0.00287157809452265,0.255951455205554,0.0748892079734421,0.0239631028241486,0.148331298898607,0.00686792799874291,0.255951455205554,0.148700728866839,0.0115443214831778,0.5,0.255951455205554,0.137602971901372,0.0585242278974024,0.255951455205554,0.135424079538392,0.0102846799631394,0.255951455205554,0.106875315585764,0.00475335193114194,0.255951455205554,0.0706940272096721,0.000634219600571758,0.106970377684548,0.398133887234483 -6489,0.255951455205554,0.255351034379333,0.125571111365667,0.255951455205554,0.269813202618933,0.0391628379594225,0.255951455205554,0.249104140845692,0.0366546608059473,0.255951455205554,0.25438945809147,0.044892688160608,0.255951455205554,0.183780378249575,0.0116421681346513,0.255951455205554,0.235561310110537,0.00398077011382749,0.5,0.255951455205554,0.202724382095737,0.0192880480073369,0.5,0.255951455205554,0.264636164121967,0.0134280169340107,0.5,0.255951455205554,0.282312857511133,0.003198700438425,0.255951455205554,0.207523853583567,0.0256118758416975,0.302786639840989,0.00723659886323167,0.255951455205554,0.303174648738919,0.0161463741639166,0.5,0.255951455205554,0.293500351818748,0.0841480868671161,0.255951455205554,0.276115877634422,0.00674013406513341,0.255951455205554,0.230491430924073,0.00450144098003937,0.255951455205554,0.176246847523322,0.000226726545975776,0.262991632607216,0.276368170135163 -6490,0.255951455205554,0.363282042602924,0.202762030392447,0.255951455205554,0.415992902356099,0.0683558752308714,0.255951455205554,0.397344906416194,0.0509950541266525,0.255951455205554,0.401703241449528,0.059719053499296,0.255951455205554,0.332450935423507,0.0308795412754784,0.255951455205554,0.373384800108844,0.0111197145021436,0.5,0.255951455205554,0.384382585497156,0.0386441757117758,0.5,0.255951455205554,0.422820117352543,0.0346262555146029,0.5,0.255951455205554,0.437745004939312,0.0138437455787971,0.255951455205554,0.388847739681859,0.060800351176931,0.449884962513009,0.0177577807828845,0.255951455205554,0.451557377347431,0.0283449549597887,0.5,0.255951455205554,0.441911858680069,0.12633319192647,0.255951455205554,0.402240263511345,0.0075051519507414,0.255951455205554,0.350215646843488,0.00613743980102587,0.255951455205554,0.301106851441922,0.000399895365280456,0.405416867260926,0.185293242890588 -6491,0.255951455205554,0.436642463588565,0.336333391422778,0.255951455205554,0.538836645227178,0.0749388735073274,0.255951455205554,0.529002206607725,0.0579285970293385,0.255951455205554,0.530702520271502,0.0650951013498806,0.255951455205554,0.488738658634315,0.0597837394412495,0.255951455205554,0.482735963468211,0.0270939858941693,0.5,0.255951455205554,0.530379144044792,0.100846042783784,0.5,0.255951455205554,0.55181075555613,0.0495178194468386,0.5,0.255951455205554,0.563711311118659,0.0313740078268492,0.255951455205554,0.530232837306633,0.120679177471577,0.562089522117299,0.030272080381114,0.255951455205554,0.56510872933788,0.0434949922635284,0.5,0.255951455205554,0.562314066135841,0.181959816134834,0.255951455205554,0.495899933289523,0.0126620616195918,0.255951455205554,0.473430778228293,0.0113319871375425,0.255951455205554,0.415875511535089,0.00192912157734202,0.52383795519723,0.114201794842386 -6492,0.255951455205554,0.499754691755192,0.389819883329209,0.255951455205554,0.608974453672616,0.103275527936961,0.255951455205554,0.607581373464163,0.0479598168785563,0.255951455205554,0.606886300180781,0.0554414138058425,0.255951455205554,0.59170229829423,0.0730365256102706,0.255951455205554,0.549574538695258,0.0392008458795042,0.5,0.255951455205554,0.611656014382674,0.170722530145734,0.5,0.255951455205554,0.62587551401262,0.0527687382963961,0.5,0.255951455205554,0.630467696103602,0.0461558262644654,0.255951455205554,0.612816181670828,0.165520305775282,0.618357760749524,0.0284919990508869,0.255951455205554,0.62291070203015,0.0439020551920249,0.5,0.255951455205554,0.624967859736892,0.181056137562249,0.255951455205554,0.529751762136104,0.0106173686332301,0.255951455205554,0.544223097304234,0.0142713909480371,0.255951455205554,0.466474778902112,0.00156464389508746,0.460355975881896,0.0697929907060175 -6493,0.255951455205554,0.578360214650454,0.344487585960558,0.255951455205554,0.630370896223071,0.0915827188984411,0.255951455205554,0.63571048030147,0.0326686405958912,0.255951455205554,0.632617197165169,0.0331446552658626,0.255951455205554,0.632757679322571,0.0760186050396072,0.255951455205554,0.595201769753946,0.0489703245065303,0.5,0.255951455205554,0.641256022078606,0.191584661344949,0.5,0.255951455205554,0.648875131595072,0.0498999261378077,0.5,0.255951455205554,0.646067117267085,0.0533380485188566,0.255951455205554,0.643229774699401,0.159974715672788,0.628795337059106,0.039397857620961,0.255951455205554,0.63048450532327,0.0499847764239512,0.5,0.255951455205554,0.637478329265216,0.172679430880931,0.255951455205554,0.536270137891928,0.00729470389865157,0.255951455205554,0.563770740738313,0.0127402530940482,0.255951455205554,0.487539616682195,0.00081906645275835,0.250230094863346,0.0547551853690026 -6494,0.255951455205554,0.576584586692096,0.274398909898371,0.255951455205554,0.605687703689259,0.0676753988320027,0.255951455205554,0.617335808001178,0.0243706269863434,0.255951455205554,0.613298222876169,0.0250212998365325,0.255951455205554,0.619417616896161,0.0766385367806131,0.255951455205554,0.595822506999099,0.0587939612401796,0.5,0.255951455205554,0.625724644539048,0.189564375994184,0.5,0.255951455205554,0.625932092779486,0.0503936449584673,0.5,0.255951455205554,0.615682842740796,0.057271284272655,0.255951455205554,0.628813478366399,0.136721808826525,0.59233438926482,0.048049643562821,0.255951455205554,0.588262608649401,0.0497407713619386,0.5,0.255951455205554,0.601098760663546,0.146206561454422,0.255951455205554,0.525068630535012,0.006714334231457,0.255951455205554,0.553053046671585,0.00874529769134083,0.255951455205554,0.511703371489531,0.00366470461360738,0.573514217861628,0.0491570662486074 -6495,0.255951455205554,0.513310117993824,0.230227622276366,0.255951455205554,0.521734173220317,0.0647543880705319,0.255951455205554,0.539012673229545,0.0195509749271648,0.255951455205554,0.535069219278541,0.0205004057675009,0.255951455205554,0.545359668291552,0.0747706432463932,0.255951455205554,0.528565593604186,0.0580555504284189,0.5,0.255951455205554,0.552950168505355,0.177081621284759,0.5,0.255951455205554,0.545433051547215,0.0491486303596102,0.5,0.255951455205554,0.525996246579437,0.0573920027416163,0.255951455205554,0.559023900121103,0.121058458445893,0.497904508706476,0.0390554269188536,0.255951455205554,0.493240850750443,0.0385115162193689,0.5,0.255951455205554,0.504718403025793,0.118357398837491,0.255951455205554,0.465054551307296,0.00951927073879799,0.255951455205554,0.488876422794679,0.00919627845001061,0.255951455205554,0.475810811497432,0.00966813993197333,0.509753798787983,0.0471094417866748 -6496,0.255951455205554,0.39579999825147,0.178326940249654,0.255951455205554,0.395982512773768,0.0528663330609169,0.255951455205554,0.412189031115391,0.0139537740263858,0.255951455205554,0.409017414327675,0.0119979644642334,0.255951455205554,0.420605856032289,0.0757323085149689,0.255951455205554,0.403096374370146,0.0463358407806438,0.5,0.255951455205554,0.426946027572136,0.14814302289477,0.5,0.255951455205554,0.412590935217767,0.0413844271399407,0.5,0.255951455205554,0.389075402892356,0.0522856604927277,0.255951455205554,0.435042371110932,0.108404598949833,0.368185035972418,0.0209566046628073,0.255951455205554,0.358703256923648,0.025924047633608,0.5,0.255951455205554,0.374120069653064,0.0772414967744409,0.255951455205554,0.351697833458207,0.0113241886282525,0.255951455205554,0.371770988472337,0.00997744968486919,0.255951455205554,0.371383110680852,0.0090966221875908,0.396471613963745,0.0429999083665921 -6497,0.255951455205554,0.174355843750883,0.0851871419151305,0.255951455205554,0.157462006640867,0.00972269549715551,0.255951455205554,0.201413415415399,0.00687719082402701,0.255951455205554,0.174047110216415,0.00326856303551842,0.255951455205554,0.261505715400535,0.0484027830010445,0.255951455205554,0.213958604050579,0.0129128699521985,0.5,0.255951455205554,0.284969135667296,0.0678439445307102,0.5,0.255951455205554,0.248347167013431,0.0140593095494997,0.5,0.255951455205554,0.147847456475838,0.0178441743138443,0.255951455205554,0.292543529575483,0.0471542007479259,0.106694592212437,0.00295008873570232,0.255951455205554,0.112777208776756,0.00690832976349982,0.5,0.255951455205554,0.119878642974268,0.0217332071477919,0.255951455205554,0.108395378607104,0.00375396006971146,0.255951455205554,0.129475895596683,0.00235306312332035,0.255951455205554,0.14122862564801,0.00113585538910999,0.172382373544105,0.0258917065824005 -6498,0.255951455205554,0.0,0.0438972416834056,0.255951455205554,0.0,0.00331056837410455,0.255951455205554,0.0,0.00667182052700562,0.255951455205554,0.0,0.000288238641633609,0.255951455205554,0.00645731012284879,0.057336587778113,0.255951455205554,0.0,0.0133108661642664,0.5,0.255951455205554,0.00619425523724261,0.0420198784288583,0.5,0.255951455205554,0.0,0.0190403244857843,0.5,0.255951455205554,0.0,0.0174976001454115,0.255951455205554,0.0147151424282838,0.0445054887511269,0.0,0.00256297881052632,0.255951455205554,0.0,0.00605780755323154,0.5,0.255951455205554,0.0,0.023746034628106,0.255951455205554,0.0,0.00621344580022906,0.255951455205554,0.0,0.00150481220284466,0.255951455205554,0.0,0.00165899834032718,0.0,0.0135566877491763 -6499,0.255951455205554,0.0,0.0257271986799564,0.255951455205554,0.0,0.000155082670938573,0.255951455205554,0.0,0.0113065141927996,0.255951455205554,0.0,0.00286724771729265,0.255951455205554,0.0,0.0735820837796613,0.255951455205554,0.0,0.0165606708827876,0.5,0.255951455205554,0.0,0.0358337505238975,0.5,0.255951455205554,0.0,0.0209327107435576,0.5,0.255951455205554,0.0,0.0148201480103271,0.255951455205554,0.0,0.0488519990545272,0.0,0.000862625704665726,0.255951455205554,0.0,0.00313433145333978,0.5,0.255951455205554,0.0,0.0238931416307142,0.255951455205554,0.0,0.00759005935377495,0.255951455205554,0.0,0.00350655919405392,0.255951455205554,0.0,0.00478479353241866,0.0,0.010068231151092 -6500,0.255951455205554,0.0,0.0157639270979344,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.0165672232562475,0.255951455205554,0.0,0.00491502092424047,0.255951455205554,0.0,0.0774974337313947,0.255951455205554,0.0,0.018490438663203,0.5,0.255951455205554,0.0,0.0263159541016753,0.5,0.255951455205554,0.0,0.0249021620218137,0.5,0.255951455205554,0.0,0.0118990002155538,0.255951455205554,0.0,0.0348968921727649,0.0,0.00058710724785872,0.255951455205554,0.0,0.00187581866276097,0.5,0.255951455205554,0.0,0.0221795802459112,0.255951455205554,0.0,0.00771048708738778,0.255951455205554,0.0,0.00524519689434965,0.255951455205554,0.0,0.00748410459749481,0.0,0.0100766501492785 -6501,0.255951455205554,0.0,0.0106226602087266,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.0229928762336166,0.255951455205554,0.0,0.00851572482347487,0.255951455205554,0.0,0.0748847440008478,0.255951455205554,0.0,0.0220234646263773,0.5,0.255951455205554,0.0,0.0197251000367994,0.5,0.255951455205554,0.0,0.0318917045953797,0.5,0.255951455205554,0.0,0.0110626012697859,0.255951455205554,0.0,0.0224294215765603,0.0,0.0,0.255951455205554,0.0,0.00106425504082101,0.5,0.255951455205554,0.0,0.0183207594846586,0.255951455205554,0.0,0.00994636802886289,0.255951455205554,0.0,0.00672338121313462,0.255951455205554,0.0,0.00882842564156754,0.0,0.00926577281140849 -6502,0.255951455205554,0.0,0.00896849750102509,0.255951455205554,0.0,0.000331686351615415,0.255951455205554,0.0,0.0281479960769313,0.255951455205554,0.0,0.0126391537389544,0.255951455205554,0.0,0.0705642637387205,0.255951455205554,0.0,0.0227006614509659,0.5,0.255951455205554,0.0,0.0153056445194477,0.5,0.255951455205554,0.0,0.0311882946056405,0.5,0.255951455205554,0.0,0.0114531087754229,0.255951455205554,0.0,0.0128563879023706,0.0,0.000636612791763789,0.255951455205554,0.0,0.00209789451598055,0.5,0.255951455205554,0.0,0.0163983941037635,0.255951455205554,0.0,0.0143735135065259,0.255951455205554,0.0,0.00749250465236569,0.255951455205554,0.0,0.00970599628879223,0.0,0.00902572995590117 -6503,0.255951455205554,0.0,0.0083703854485874,0.255951455205554,0.0,0.000905780468146173,0.255951455205554,0.0,0.0311628191997116,0.255951455205554,0.0,0.0172715849128187,0.255951455205554,0.0,0.0678047301823971,0.255951455205554,0.0,0.0217941215447893,0.5,0.255951455205554,0.0,0.0145687597075113,0.5,0.255951455205554,0.0,0.0335811124957875,0.5,0.255951455205554,0.0,0.0117956103282782,0.255951455205554,0.0,0.0143503049900684,0.0,0.00185979584011555,0.255951455205554,0.0,0.00335352181132622,0.5,0.255951455205554,0.0,0.0164189171664387,0.255951455205554,0.0,0.0199864124363937,0.255951455205554,0.0,0.00819720958435988,0.255951455205554,0.0,0.0105120354617798,0.0,0.0138049703679851 -6504,0.255951455205554,0.0,0.00863854693349719,0.255951455205554,0.0,0.00444928291508597,0.255951455205554,0.0,0.0354451980305974,0.255951455205554,0.0,0.0227548477520172,0.255951455205554,0.0,0.0668607901349866,0.255951455205554,0.0,0.0207025666282778,0.5,0.255951455205554,0.0,0.0147567284694462,0.5,0.255951455205554,0.0,0.0321069241243663,0.5,0.255951455205554,0.0,0.0126072685153027,0.255951455205554,0.0,0.0133392476508834,0.0,0.00363157667282705,0.255951455205554,0.0,0.00310708478882037,0.5,0.255951455205554,0.0,0.0158880998185714,0.255951455205554,0.0,0.0245871577174933,0.255951455205554,0.0,0.00740338609566807,0.255951455205554,0.0,0.0108347165879715,0.0,0.025195398450211 -6505,0.255951455205554,0.0,0.00931756010036307,0.255951455205554,0.0,0.00859747029893687,0.255951455205554,0.0,0.0417607888985126,0.255951455205554,0.0,0.0303868607118647,0.255951455205554,0.0,0.0614666765045494,0.255951455205554,0.0,0.0184216639626561,0.5,0.255951455205554,0.0,0.0132863600515838,0.5,0.255951455205554,0.0,0.030425340423131,0.5,0.255951455205554,0.0,0.0133343740828713,0.255951455205554,0.0,0.018937724719788,0.0,0.00762219838130666,0.255951455205554,0.0,0.00259376611649066,0.5,0.255951455205554,0.0,0.0132534922484815,0.255951455205554,0.0,0.0263685712134825,0.255951455205554,0.0,0.0068929937633233,0.255951455205554,0.0,0.0115169327628052,0.0,0.0437529162972529 -6506,0.255951455205554,0.0,0.0116881570277856,0.255951455205554,0.0,0.00891792413858713,0.255951455205554,0.0,0.0487329482770513,0.255951455205554,0.0,0.0409917590725872,0.255951455205554,0.0,0.0598187534659862,0.255951455205554,0.0,0.0164968945204012,0.5,0.255951455205554,0.0,0.0129287562558019,0.5,0.255951455205554,0.0,0.0315068305058546,0.5,0.255951455205554,0.0,0.014196019788551,0.255951455205554,0.0,0.0220258445608719,0.0,0.0138824108414794,0.255951455205554,0.0,0.00282879191723325,0.5,0.255951455205554,0.0,0.0110329474894956,0.255951455205554,0.0,0.027342608738371,0.255951455205554,0.0,0.00630757303319051,0.255951455205554,0.0,0.0113740557874595,0.0,0.0672373806204515 -6507,0.255951455205554,0.0,0.0122964503425045,0.255951455205554,0.0,0.014186084016706,0.255951455205554,0.0,0.0557868848167738,0.255951455205554,0.0,0.0506186200090992,0.255951455205554,0.0,0.0618991150786214,0.255951455205554,0.0,0.0174700398991606,0.5,0.255951455205554,0.0,0.0140949835632491,0.5,0.255951455205554,0.0,0.0297177551440627,0.5,0.255951455205554,0.0,0.0148297332470498,0.255951455205554,0.0,0.019065691849569,0.0,0.00915111108775124,0.255951455205554,0.0,0.00289360370827321,0.5,0.255951455205554,0.0,0.0101363287514008,0.255951455205554,0.0,0.0300384007524639,0.255951455205554,0.0,0.00703773768773457,0.255951455205554,0.0,0.0108214480779497,0.0,0.0943575161958202 -6508,0.255951455205554,0.0,0.0136810330000678,0.255951455205554,0.0,0.0145288049290973,0.255951455205554,0.0,0.0630587695132185,0.255951455205554,0.0,0.0637950611412078,0.255951455205554,0.0,0.0631475536954961,0.255951455205554,0.0,0.0206652571618315,0.5,0.255951455205554,0.0,0.0158542776595389,0.5,0.255951455205554,0.0,0.03493856498426,0.5,0.255951455205554,0.0,0.0139927061123532,0.255951455205554,0.0,0.0199835443210054,0.0,0.00294114911387442,0.255951455205554,0.0,0.00278288435146627,0.5,0.255951455205554,0.0,0.00872981663785996,0.255951455205554,0.0,0.0293146064132405,0.255951455205554,0.0,0.00750500625662222,0.255951455205554,0.0,0.00957689368283726,0.0,0.119004793376079 -6509,0.255951455205554,0.0,0.0166603824259712,0.255951455205554,0.0,0.0230697596836252,0.255951455205554,0.0,0.07218956478271,0.255951455205554,0.0,0.0753057715607175,0.255951455205554,0.0,0.0620611829209442,0.255951455205554,0.0,0.02077865233481,0.5,0.255951455205554,0.0,0.0155968519935686,0.5,0.255951455205554,0.0,0.0347189154496265,0.5,0.255951455205554,0.0,0.0151112803717497,0.255951455205554,0.0,0.0178029630437216,0.0,0.0020906048724229,0.255951455205554,0.0,0.00312091627899416,0.5,0.255951455205554,0.0,0.00774767354699109,0.255951455205554,0.0,0.0290454136922325,0.255951455205554,0.0,0.00823053878750325,0.255951455205554,0.0,0.0106394457458125,0.0,0.142610195878905 -6510,0.255951455205554,0.0,0.021469403622816,0.255951455205554,0.0,0.0353153821738448,0.255951455205554,0.0,0.0786951819367686,0.255951455205554,0.0,0.0916027121003969,0.255951455205554,0.0,0.0595626210201085,0.255951455205554,0.0,0.0199668211138662,0.5,0.255951455205554,0.0,0.0144892449978425,0.5,0.255951455205554,0.0,0.0313843745044293,0.5,0.255951455205554,0.0,0.0167051532197265,0.255951455205554,0.0,0.0185699372422456,0.0,0.00225608272396062,0.255951455205554,0.0,0.00365057379962551,0.5,0.255951455205554,0.0,0.00745429002485422,0.255951455205554,0.0,0.0288962891771652,0.255951455205554,0.0,0.00955502563166973,0.255951455205554,0.0,0.0127070197292975,0.0,0.158913967285481 -6511,0.255951455205554,0.000132747930887048,0.0266988335251735,0.255951455205554,0.000108784351288687,0.0473725128849531,0.255951455205554,0.000166278012931447,0.0793937461877295,0.255951455205554,0.0,0.0949901290855948,0.255951455205554,0.0,0.0576629267278782,0.255951455205554,3.92031286925467e-05,0.0201496353745648,0.5,0.255951455205554,0.0,0.0149325279886203,0.5,0.255951455205554,0.000344836637890777,0.0315408081034736,0.5,0.255951455205554,0.00411327972441143,0.015793907519562,0.255951455205554,0.0,0.0128281604515163,0.00694573028683057,0.00283508220972713,0.255951455205554,0.00745948865267507,0.00450706291039535,0.5,0.255951455205554,0.00477839835419483,0.00714374318985544,0.255951455205554,0.00751303571692039,0.0266307861793799,0.255951455205554,0.00377786553081639,0.0121553571789548,0.255951455205554,0.00288740009227069,0.0132523735550604,0.0,0.177882373958988 -6512,0.255951455205554,0.0982730655064688,0.0294440026143877,0.255951455205554,0.106237795238886,0.0318006702009801,0.255951455205554,0.0920112360284319,0.0710334906578663,0.255951455205554,0.091914158275755,0.0869615134797083,0.255951455205554,0.0811995655183864,0.0428102446815315,0.255951455205554,0.0989972000064948,0.0179322761023776,0.5,0.255951455205554,0.0845881128993128,0.0126087658079446,0.5,0.255951455205554,0.0900684748421188,0.0249965437233915,0.5,0.255951455205554,0.125545572580864,0.0131275817788355,0.255951455205554,0.0792929649266253,0.010308737509446,0.14341124628775,0.00362093114569515,0.255951455205554,0.143879001015602,0.00487502925236173,0.5,0.255951455205554,0.131033891184156,0.00624084185058337,0.255951455205554,0.14147285488656,0.0195581367998493,0.255951455205554,0.125309005357345,0.0133770768443864,0.255951455205554,0.120730624493821,0.0106962580650249,0.100558676149119,0.191696822469914 -6513,0.255951455205554,0.253635336955598,0.0385894645269094,0.255951455205554,0.262261692081021,0.0407729952797317,0.255951455205554,0.246378911603673,0.0771175828751471,0.255951455205554,0.246421421967208,0.100560092189916,0.255951455205554,0.230088698243945,0.0391627119065664,0.255951455205554,0.254246047693617,0.0196088075162163,0.5,0.255951455205554,0.236033791935797,0.0143326929533855,0.5,0.255951455205554,0.22518950976277,0.0212172944767312,0.5,0.255951455205554,0.281777111125006,0.0156778240211464,0.255951455205554,0.229452324175338,0.0094206859655577,0.297027022428425,0.00584493825753931,0.255951455205554,0.297440419057444,0.00688251346300583,0.5,0.255951455205554,0.284521668165501,0.00551411166296187,0.255951455205554,0.295425417344622,0.0164165396842759,0.255951455205554,0.27946561642456,0.0215529263978365,0.255951455205554,0.275790283618585,0.0109469077776396,0.254879278646037,0.197591366851913 -6514,0.255951455205554,0.399459908815815,0.0546696697614843,0.255951455205554,0.408122216436132,0.0945079331393096,0.255951455205554,0.393209331671165,0.113813000324026,0.255951455205554,0.392451917275559,0.147115470359061,0.255951455205554,0.3689751949923,0.066294648273865,0.255951455205554,0.405067204911788,0.046387050889762,0.5,0.255951455205554,0.38165373036753,0.0381584208782759,0.5,0.255951455205554,0.352286519027735,0.0247981335021032,0.5,0.255951455205554,0.437795071484828,0.0339303046492421,0.255951455205554,0.375431761656578,0.0352880151894392,0.443727105345245,0.0138065961640223,0.255951455205554,0.444934066301614,0.0176026346092573,0.5,0.255951455205554,0.429872473554603,0.00872415974256455,0.255951455205554,0.444725277023255,0.0239767169733439,0.255951455205554,0.428663935962718,0.0488752800423318,0.255951455205554,0.427117539630422,0.0203171039469964,0.399254033683449,0.204360838331348 -6515,0.255951455205554,0.527152179114135,0.0806033787076595,0.255951455205554,0.531537304165529,0.118727557197963,0.255951455205554,0.519509862734336,0.114761568332695,0.255951455205554,0.519472509770738,0.146445307002092,0.255951455205554,0.488243679124198,0.0868443275412407,0.255951455205554,0.531092621097373,0.106293836527977,0.5,0.255951455205554,0.500035243280261,0.0820140505525761,0.5,0.255951455205554,0.456453360352538,0.0307312062750227,0.5,0.255951455205554,0.559086743848233,0.0521823883290894,0.255951455205554,0.501833592432998,0.0991480056738564,0.556487137891344,0.0210430028294763,0.255951455205554,0.558278801279876,0.02592520109528,0.5,0.255951455205554,0.547710373041677,0.0127677573607067,0.255951455205554,0.558713254466236,0.0327812124941615,0.255951455205554,0.548206590346684,0.0705198514938372,0.255951455205554,0.549253143427655,0.0356021861898743,0.525812595157492,0.207795177911259 -6516,0.255951455205554,0.601426862828376,0.100991138773328,0.255951455205554,0.60033871288462,0.151107750366708,0.255951455205554,0.591192030832359,0.117903737570989,0.255951455205554,0.591635210204727,0.148547713443106,0.255951455205554,0.559715889611062,0.095141179564342,0.255951455205554,0.60339108085103,0.172821794355401,0.5,0.255951455205554,0.571026352624892,0.12917663765151,0.5,0.255951455205554,0.525959351996056,0.0364169282244251,0.5,0.255951455205554,0.62206093738292,0.0612439555915962,0.255951455205554,0.582592337123178,0.119012803585336,0.613536990015665,0.0321236537217333,0.255951455205554,0.615746451742254,0.0330082247233504,0.5,0.255951455205554,0.609977309472732,0.0153731784644473,0.255951455205554,0.617958963535246,0.0395786207842659,0.255951455205554,0.612356167839081,0.0881362763014256,0.255951455205554,0.616613437567539,0.0544468350496242,0.599744009541193,0.202850516953481 -6517,0.255951455205554,0.62255083900153,0.118644958285334,0.255951455205554,0.618185690644027,0.191407193286853,0.255951455205554,0.611998479227267,0.117139041889406,0.255951455205554,0.611360448399882,0.150024617322844,0.255951455205554,0.584676326537884,0.0881178086553945,0.255951455205554,0.627145707189433,0.203641213830841,0.5,0.255951455205554,0.602622546918246,0.148866483144745,0.5,0.255951455205554,0.558505228998275,0.060177857393812,0.5,0.255951455205554,0.635124218671243,0.0651799009434254,0.255951455205554,0.59671228808024,0.132739432532812,0.623865163287172,0.0374886536023388,0.255951455205554,0.625679217878431,0.0406610029284803,0.5,0.255951455205554,0.623716142007076,0.0220194316057906,0.255951455205554,0.630194219578084,0.0405941245380884,0.255951455205554,0.627590097040541,0.094335662405642,0.255951455205554,0.633897765217551,0.0552419679621989,0.623144820387883,0.203347172943463 -6518,0.255951455205554,0.595038574643024,0.135767133029578,0.255951455205554,0.589920927604229,0.221306837624173,0.255951455205554,0.5870320785864,0.116711085205256,0.255951455205554,0.586622823246657,0.148323118422742,0.255951455205554,0.564313879721107,0.0841414589655275,0.255951455205554,0.60603527779472,0.197416920087081,0.5,0.255951455205554,0.579325217062348,0.154437664144259,0.5,0.255951455205554,0.531826568292453,0.0787887786459517,0.5,0.255951455205554,0.599726211384808,0.0617168629707571,0.255951455205554,0.557901541992724,0.166255052107937,0.586299655330401,0.0484339234434774,0.255951455205554,0.586702670715681,0.0492925940051549,0.5,0.255951455205554,0.588665331362265,0.0314110124709414,0.255951455205554,0.592629037355864,0.0394882760458497,0.255951455205554,0.595026868414004,0.0992748254113163,0.255951455205554,0.603372468025716,0.06623092776847,0.596939399300508,0.215204120883773 -6519,0.255951455205554,0.511104590852902,0.143826363679984,0.255951455205554,0.503650058109484,0.232906125254431,0.255951455205554,0.501367375603275,0.110207655717822,0.255951455205554,0.503751840294192,0.13429579878182,0.255951455205554,0.480555362549925,0.0762555752540744,0.255951455205554,0.526108589452825,0.19109003879109,0.5,0.255951455205554,0.48818547113075,0.173314661789931,0.5,0.255951455205554,0.450299317839666,0.0783487526893312,0.5,0.255951455205554,0.507937221753692,0.061329012244407,0.255951455205554,0.455015878583124,0.206211813847997,0.489835871563074,0.0575427549533079,0.255951455205554,0.488714805721881,0.0602516765535866,0.5,0.255951455205554,0.493350787558376,0.0441845210502332,0.255951455205554,0.495789185856269,0.0400769707676164,0.255951455205554,0.503392515020315,0.101766416359065,0.255951455205554,0.514025783267017,0.0771554418655262,0.512695760934338,0.226991199102114 -6520,0.255951455205554,0.383036187795306,0.137966758772974,0.255951455205554,0.374474059421323,0.204639446277644,0.255951455205554,0.36341550686245,0.0936820850364888,0.255951455205554,0.372067667150589,0.117696825532076,0.255951455205554,0.341217452360881,0.0518539055741316,0.255951455205554,0.393590444372376,0.143329804891414,0.5,0.255951455205554,0.350105239230115,0.160772832677766,0.5,0.255951455205554,0.317333521376058,0.0471789666822229,0.5,0.255951455205554,0.370045563909627,0.0447692184121068,0.255951455205554,0.344366917526142,0.164915476003937,0.358809916653691,0.057351700200781,0.255951455205554,0.356755208002147,0.0628676914728192,0.5,0.255951455205554,0.365607689842704,0.05054867996885,0.255951455205554,0.360878538816952,0.0279344520616951,0.255951455205554,0.370992053686869,0.0911465843261936,0.255951455205554,0.380648066283732,0.0638425450830119,0.386943314226765,0.222410184397833 -6521,0.255951455205554,0.173126103937114,0.0819078849798238,0.255951455205554,0.153442067116721,0.0818000955904865,0.255951455205554,0.168356725639617,0.0376462415099511,0.255951455205554,0.175692821685163,0.0468522523912065,0.255951455205554,0.165086285594208,0.0142556369722483,0.255951455205554,0.174016305390185,0.0507496723867098,0.5,0.255951455205554,0.206991519935484,0.0553328294899929,0.5,0.255951455205554,0.151725597631113,0.0142770467754375,0.5,0.255951455205554,0.137738964834942,0.0166366806792658,0.255951455205554,0.191333184292838,0.0578908730690135,0.0997586730200946,0.0254357828200397,0.255951455205554,0.103848078910541,0.0324101103997479,0.5,0.255951455205554,0.113072945335898,0.0275702901969731,0.255951455205554,0.0986121173457349,0.0160379453198327,0.255951455205554,0.120299472476625,0.0360199090551132,0.255951455205554,0.130183895082118,0.0239913529663005,0.168725404597784,0.203405405689373 -6522,0.255951455205554,0.0,0.0966779959370163,0.255951455205554,0.0,0.0866961484284038,0.255951455205554,0.0,0.0358217814861655,0.255951455205554,0.0,0.0421866551125532,0.255951455205554,0.00117059704888858,0.0160483915816268,0.255951455205554,0.0,0.0434232422915198,0.5,0.255951455205554,0.000576282778013881,0.0354001774265986,0.5,0.255951455205554,0.0,0.0127480929138144,0.5,0.255951455205554,0.0,0.0183363927129122,0.255951455205554,0.0,0.0496230831943231,0.0,0.0348741014295979,0.255951455205554,0.0,0.0455826673324624,0.5,0.255951455205554,0.0,0.0435691114304671,0.255951455205554,0.0,0.02793047137006,0.255951455205554,0.0,0.0474136329920258,0.255951455205554,0.0,0.034266467102736,0.0,0.172600698858526 -6523,0.255951455205554,0.0,0.109368791788302,0.255951455205554,0.0,0.0978855249923972,0.255951455205554,0.0,0.0392159985397117,0.255951455205554,0.0,0.0437915023854824,0.255951455205554,0.0,0.0203999859317469,0.255951455205554,0.0,0.0340703872801479,0.5,0.255951455205554,0.0,0.0356897630013203,0.5,0.255951455205554,0.0,0.0120735574231744,0.5,0.255951455205554,0.0,0.0176748486506389,0.255951455205554,0.0,0.0653611471402768,0.0,0.0431665762957963,0.255951455205554,0.0,0.0520983507306679,0.5,0.255951455205554,0.0,0.0502524386483403,0.255951455205554,0.0,0.0400332415112184,0.255951455205554,0.0,0.0507269534337125,0.255951455205554,0.0,0.0330736449283439,0.0,0.142969248924866 -6524,0.255951455205554,0.0,0.106747576590553,0.255951455205554,0.0,0.0907123746600315,0.255951455205554,0.0,0.0363705227542838,0.255951455205554,0.0,0.0410665839160135,0.255951455205554,0.0,0.0231897362434225,0.255951455205554,0.0,0.0273911327728221,0.5,0.255951455205554,0.0,0.0410571199432575,0.5,0.255951455205554,0.0,0.0125103537367538,0.5,0.255951455205554,0.0,0.0171102641173878,0.255951455205554,0.0,0.0725572745892322,0.0,0.0428993040031568,0.255951455205554,0.0,0.0520813550393276,0.5,0.255951455205554,0.0,0.0517555772615641,0.255951455205554,0.0,0.0477293066303035,0.255951455205554,0.0,0.0454320713096429,0.255951455205554,0.0,0.0312797808118666,0.0,0.113125952757384 -6525,0.255951455205554,0.0,0.109311131635728,0.255951455205554,0.0,0.0811760153855814,0.255951455205554,0.0,0.0331599082705887,0.255951455205554,0.0,0.0373169470418435,0.255951455205554,0.0,0.0295442856671388,0.255951455205554,0.0,0.0247797677381902,0.5,0.255951455205554,0.0,0.0495217470052649,0.5,0.255951455205554,0.0,0.0137777634251061,0.5,0.255951455205554,0.0,0.0171297778381128,0.255951455205554,0.0,0.0677177186526597,0.0,0.042441799323722,0.255951455205554,0.0,0.0480799891505057,0.5,0.255951455205554,0.0,0.0490992729569236,0.255951455205554,0.0,0.0582995641543985,0.255951455205554,0.0,0.0383814326029686,0.255951455205554,0.0,0.0330517962584169,0.0,0.0803769845633705 -6526,0.255951455205554,0.0,0.110170282146051,0.255951455205554,0.0,0.067599289424445,0.255951455205554,0.0,0.0275897279286606,0.255951455205554,0.0,0.0305334623955489,0.255951455205554,0.0,0.0381380177880429,0.255951455205554,0.0,0.0260776360793436,0.5,0.255951455205554,0.0,0.0512869874672127,0.5,0.255951455205554,0.0,0.015491739896104,0.5,0.255951455205554,0.0,0.0176327522718317,0.255951455205554,0.0,0.0560841764925237,0.0,0.0392360982514277,0.255951455205554,0.0,0.0399256922185778,0.5,0.255951455205554,0.0,0.0407948548870154,0.255951455205554,0.0,0.060012449082658,0.255951455205554,0.0,0.03315104281456,0.255951455205554,0.0,0.033330636156011,0.0,0.0476946721933039 -6527,0.255951455205554,0.0,0.105016295226054,0.255951455205554,0.0,0.0551917348286023,0.255951455205554,0.0,0.0232632058132821,0.255951455205554,0.0,0.0217949514323988,0.255951455205554,0.0,0.0453619781192596,0.255951455205554,0.0,0.0276788771122561,0.5,0.255951455205554,0.0,0.0460796041157333,0.5,0.255951455205554,0.0,0.0183905982161076,0.5,0.255951455205554,0.0,0.0167988227565091,0.255951455205554,0.0,0.0456729388747502,0.0,0.0341056212297622,0.255951455205554,0.0,0.0364085002553653,0.5,0.255951455205554,0.0,0.0393123113192493,0.255951455205554,0.0,0.0625730091307487,0.255951455205554,0.0,0.0325294765557549,0.255951455205554,0.0,0.0336502055604706,0.0,0.02463967842891 -6528,0.255951455205554,0.0,0.0940058853321324,0.255951455205554,0.0,0.0401998690761282,0.255951455205554,0.0,0.0198471268955328,0.255951455205554,0.0,0.0151993027420829,0.255951455205554,0.0,0.0507811037345811,0.255951455205554,0.0,0.0280125111285289,0.5,0.255951455205554,0.0,0.0423818854638009,0.5,0.255951455205554,0.0,0.0195930779486623,0.5,0.255951455205554,0.0,0.0159870903100303,0.255951455205554,0.0,0.0427028728612241,0.0,0.0308213488435345,0.255951455205554,0.0,0.0351179765073241,0.5,0.255951455205554,0.0,0.0407317402554406,0.255951455205554,0.0,0.0629714861795804,0.255951455205554,0.0,0.0311077098161724,0.255951455205554,0.0,0.0340442435673154,0.0,0.0136043778503613 -6529,0.255951455205554,0.0,0.0835315045500612,0.255951455205554,0.0,0.0280260991310552,0.255951455205554,0.0,0.0157370070822337,0.255951455205554,0.0,0.0106877023560692,0.255951455205554,0.0,0.0582849284755311,0.255951455205554,0.0,0.0285338988940941,0.5,0.255951455205554,0.0,0.0374645624154199,0.5,0.255951455205554,0.0,0.0173217172347173,0.5,0.255951455205554,0.0,0.0153697785781741,0.255951455205554,0.0,0.0355980948603041,0.0,0.0314946539898688,0.255951455205554,0.0,0.0329815654455066,0.5,0.255951455205554,0.0,0.0418810926150568,0.255951455205554,0.0,0.062224163057099,0.255951455205554,0.0,0.0273637907410966,0.255951455205554,0.0,0.0345515513046302,0.0,0.00872823828998331 -6530,0.255951455205554,0.0,0.0775455779061119,0.255951455205554,0.0,0.017749573049311,0.255951455205554,0.0,0.0127332432628487,0.255951455205554,0.0,0.00710721203618876,0.255951455205554,0.0,0.0615678417639989,0.255951455205554,0.0,0.0287674002001463,0.5,0.255951455205554,0.0,0.0315233996800588,0.5,0.255951455205554,0.0,0.01787695518108,0.5,0.255951455205554,0.0,0.0147412920959758,0.255951455205554,0.0,0.0289119824766586,0.0,0.0280160141838648,0.255951455205554,0.0,0.0307180950612241,0.5,0.255951455205554,0.0,0.0428733589376686,0.255951455205554,0.0,0.0611315149737941,0.255951455205554,0.0,0.0254189898776906,0.255951455205554,0.0,0.0351013842274771,0.0,0.0082946843619421 -6531,0.255951455205554,0.0,0.0714428078474788,0.255951455205554,0.0,0.011907429011029,0.255951455205554,0.0,0.0119649701920017,0.255951455205554,0.0,0.00571634085872537,0.255951455205554,0.0,0.059032818140829,0.255951455205554,0.0,0.0286537530651402,0.5,0.255951455205554,0.0,0.0307863804664327,0.5,0.255951455205554,0.0,0.0188358122407464,0.5,0.255951455205554,0.0,0.0143983462488383,0.255951455205554,0.0,0.0280293107669065,0.0,0.0276332860706722,0.255951455205554,0.0,0.029598653592151,0.5,0.255951455205554,0.0,0.0436099348755471,0.255951455205554,0.0,0.0614899107325914,0.255951455205554,0.0,0.0240725223284256,0.255951455205554,0.0,0.0342592972176006,0.0,0.0141402208615912 -6532,0.255951455205554,0.0,0.065592007489192,0.255951455205554,0.0,0.00995182962187672,0.255951455205554,0.0,0.012210894765573,0.255951455205554,0.0,0.00688004669250337,0.255951455205554,0.0,0.0548302495139994,0.255951455205554,0.0,0.0298193788040702,0.5,0.255951455205554,0.0,0.0260689715876532,0.5,0.255951455205554,0.0,0.0186594159454774,0.5,0.255951455205554,0.0,0.0154046746739452,0.255951455205554,0.0,0.0220227965073071,0.0,0.0247466171313075,0.255951455205554,0.0,0.0279724078939791,0.5,0.255951455205554,0.0,0.043711409373185,0.255951455205554,0.0,0.0602651051469079,0.255951455205554,0.0,0.0209372141889253,0.255951455205554,0.0,0.0348235127088412,0.0,0.0373840639236035 -6533,0.255951455205554,0.0,0.058944816077487,0.255951455205554,0.0,0.00915542237728232,0.255951455205554,0.0,0.0131017250736309,0.255951455205554,0.0,0.0119099065921444,0.255951455205554,0.0,0.0519615062142399,0.255951455205554,0.0,0.0289419497447216,0.5,0.255951455205554,0.0,0.0216043899650741,0.5,0.255951455205554,0.0,0.017258031508928,0.5,0.255951455205554,0.0,0.0149565712835848,0.255951455205554,0.0,0.015458954643138,0.0,0.0248837827499598,0.255951455205554,0.0,0.0252940828304537,0.5,0.255951455205554,0.0,0.0428924408561639,0.255951455205554,0.0,0.0550955872586313,0.255951455205554,0.0,0.019986817737799,0.255951455205554,0.0,0.035846139354058,0.0,0.0267424465558194 -6534,0.255951455205554,0.0,0.0506838674402049,0.255951455205554,0.0,0.0104626293645226,0.255951455205554,0.0,0.0137635833463781,0.255951455205554,0.0,0.0130266118850321,0.255951455205554,0.0,0.0540472189776664,0.255951455205554,0.0,0.0264916638505417,0.5,0.255951455205554,0.0,0.018965412360475,0.5,0.255951455205554,0.0,0.0184239982405587,0.5,0.255951455205554,0.0,0.0141822993977111,0.255951455205554,0.0,0.0118639446460933,0.0,0.0239560850355527,0.255951455205554,0.0,0.0240434265334701,0.5,0.255951455205554,0.0,0.0406171167826919,0.255951455205554,0.0,0.0571574325742304,0.255951455205554,0.0,0.021713961584988,0.255951455205554,0.0,0.0419714581909197,0.0,0.029212887707536 -6535,0.255951455205554,1.28020792554569e-05,0.0362660896453245,0.255951455205554,0.0,0.00687555309410689,0.255951455205554,2.46500741230336e-05,0.0138336354683318,0.255951455205554,0.0,0.0145434749287764,0.255951455205554,0.0,0.0543412402974193,0.255951455205554,3.90845143545041e-07,0.0222267978746909,0.5,0.255951455205554,0.0,0.0136792244422714,0.5,0.255951455205554,3.23466917124692e-05,0.0201307587854092,0.5,0.255951455205554,0.00182192634978568,0.0140233813687246,0.255951455205554,0.0,0.0091615132290814,0.00368584583178529,0.0198203468293357,0.255951455205554,0.00384669745579348,0.0213729968128724,0.5,0.255951455205554,0.00216221605809825,0.0364966686580116,0.255951455205554,0.00405399062017989,0.0548374865161923,0.255951455205554,0.00198200392393076,0.0218901142847471,0.255951455205554,0.0013069567375793,0.0438330419193064,0.0,0.0365297343764176 -6536,0.255951455205554,0.0227755668095247,0.0234364573113232,0.255951455205554,0.0299734974637874,0.00684083223232077,0.255951455205554,0.0318534106050532,0.0147831161999829,0.255951455205554,0.00386311296229188,0.0134509729520297,0.255951455205554,0.0464815802197458,0.0453924575522178,0.255951455205554,0.0329093894637623,0.0201708440136258,0.5,0.255951455205554,0.0452138578852535,0.00791613466910067,0.5,0.255951455205554,0.0390711332288183,0.0155789077827091,0.5,0.255951455205554,0.0591300348511324,0.0129821893210232,0.255951455205554,0.049845712056071,0.00701366493169012,0.0873483148313647,0.0125234374203679,0.255951455205554,0.0810679404995647,0.0183491305434412,0.5,0.255951455205554,0.0589116959204951,0.0350739400469682,0.255951455205554,0.0884012574106627,0.0473817833876966,0.255951455205554,0.0815311550336808,0.0211228386722518,0.255951455205554,0.0705983056184468,0.0400521492707924,0.0460636264418872,0.0423972185538592 -6537,0.255951455205554,0.048734820872903,0.0202434337898084,0.255951455205554,0.0496493647175859,0.00646133953719033,0.255951455205554,0.121270088131034,0.0242094228602792,0.255951455205554,0.0192561707648073,0.0104973479032866,0.255951455205554,0.169977991278164,0.0599120669336708,0.255951455205554,0.0926655871222229,0.0207909522172762,0.5,0.255951455205554,0.143639177370217,0.00642603978239248,0.5,0.255951455205554,0.115166356874602,0.0118149084035228,0.5,0.255951455205554,0.137063524927249,0.0112391793937271,0.255951455205554,0.164528885718685,0.00792651176037851,0.20841274976358,0.016565368838012,0.255951455205554,0.18051181747444,0.0203269481481654,0.5,0.255951455205554,0.136463318328317,0.0511698277078571,0.255951455205554,0.211132356743695,0.0517703227205926,0.255951455205554,0.198162088401468,0.0282946006717665,0.255951455205554,0.173878398209936,0.0462039702556966,0.0878378728918692,0.0499553526222711 -6538,0.255951455205554,0.0515682765172714,0.024778170841945,0.255951455205554,0.0431139593318994,0.00763602334398374,0.255951455205554,0.238238032452857,0.050152958085994,0.255951455205554,0.101584573760825,0.0103957795746609,0.255951455205554,0.324823849522981,0.122992625034958,0.255951455205554,0.143853262552108,0.0305296089290055,0.5,0.255951455205554,0.252388640650169,0.0142929706742628,0.5,0.255951455205554,0.191913267876088,0.0129736612123397,0.5,0.255951455205554,0.228668337780183,0.0149917191581776,0.255951455205554,0.226549226118826,0.0194573954922497,0.311412522886562,0.0151312249839985,0.255951455205554,0.289326303146031,0.0251331160603102,0.5,0.255951455205554,0.211262532377478,0.0666763393669483,0.255951455205554,0.342263636586627,0.0901960395739826,0.255951455205554,0.317754144202741,0.0526928243502203,0.255951455205554,0.268977663556764,0.115067530896688,0.0842066093192205,0.0539109825816172 -6539,0.255951455205554,0.0500575395316508,0.036714249391879,0.255951455205554,0.0310586988580598,0.000356773646963708,0.255951455205554,0.366267747724058,0.0883017805530557,0.255951455205554,0.352611217157047,0.0241431335781541,0.255951455205554,0.488640992610987,0.194841902290632,0.255951455205554,0.223239946105847,0.0504652668458053,0.5,0.255951455205554,0.348564331201103,0.0323188297399827,0.5,0.255951455205554,0.237820834473697,0.026889171864159,0.5,0.255951455205554,0.315959787938114,0.0330278220558027,0.255951455205554,0.246201638383464,0.0406471486997331,0.358826890778848,0.00638669719840165,0.255951455205554,0.364423554093038,0.0219195660798855,0.5,0.255951455205554,0.240108641501822,0.0630656984143382,0.255951455205554,0.446265957414258,0.136308880444423,0.255951455205554,0.411050245178558,0.0998344050691862,0.255951455205554,0.326284443774883,0.212277193584153,0.0199707690596586,0.0535213024235729 -6540,0.255951455205554,0.0500190780487112,0.0384391990526055,0.255951455205554,0.0255368873892905,0.0,0.255951455205554,0.47352480063072,0.10738128334247,0.255951455205554,0.533293880121726,0.0418876814433367,0.255951455205554,0.579670960002754,0.236139039309353,0.255951455205554,0.390631240035308,0.0808447406472021,0.5,0.255951455205554,0.406428216580526,0.0438100343884133,0.5,0.255951455205554,0.249904824772269,0.0375673843129933,0.5,0.255951455205554,0.367465214240163,0.0604027559988936,0.255951455205554,0.324440826401371,0.0495163775584219,0.34039826338401,5.16990998895427e-05,0.255951455205554,0.357951030152545,0.0138953132540483,0.5,0.255951455205554,0.255788533757493,0.0593433970714387,0.255951455205554,0.477538047377877,0.150231120120942,0.255951455205554,0.445476405474923,0.121718867762095,0.255951455205554,0.30987525858244,0.239462373040554,0.0500947663229848,0.0420835117251911 -6541,0.255951455205554,0.0962502239735127,0.0277776843787281,0.255951455205554,0.193412985418598,0.000150728394258882,0.255951455205554,0.538239569320977,0.11271077910118,0.255951455205554,0.58985038876161,0.067493103711159,0.255951455205554,0.609755774969005,0.249193811046188,0.255951455205554,0.493202855780604,0.0980625372127428,0.5,0.255951455205554,0.449361419842837,0.0467069559837421,0.5,0.255951455205554,0.271637284889346,0.0374732121962775,0.5,0.255951455205554,0.374491306300062,0.0795370782988985,0.255951455205554,0.445123456898471,0.0609304168942422,0.374272440844699,0.0,0.255951455205554,0.35436761507734,0.0117864729733895,0.5,0.255951455205554,0.22465858096043,0.0512988453739136,0.255951455205554,0.451768952117047,0.15338707676111,0.255951455205554,0.413872681452177,0.106407165827356,0.255951455205554,0.318265375745943,0.211170705712566,0.0320217905888282,0.0278392677100225 -6542,0.255951455205554,0.135170016121658,0.0249765744767569,0.255951455205554,0.379519663167556,0.00547836128300041,0.255951455205554,0.54731215633332,0.119093541902339,0.255951455205554,0.571194625282187,0.0807353222587099,0.255951455205554,0.586469707876601,0.262089159605462,0.255951455205554,0.504242823096461,0.0948607450146105,0.5,0.255951455205554,0.457645622046153,0.0483613412722923,0.5,0.255951455205554,0.297133571106695,0.0380782340114702,0.5,0.255951455205554,0.361136347244214,0.0752543185392487,0.255951455205554,0.473886248935206,0.0705582439491696,0.392091061778519,0.00116337259329714,0.255951455205554,0.342030992253297,0.0110133522029336,0.5,0.255951455205554,0.181802959529246,0.0513238112317787,0.255951455205554,0.414773250723967,0.141707217096552,0.255951455205554,0.322162254141298,0.0928899594624351,0.255951455205554,0.337229443249081,0.168783046968569,0.0236776519887938,0.0170896534543566 -6543,0.255951455205554,0.14213035708447,0.0266579406225297,0.255951455205554,0.385828380993324,0.0111380052014137,0.255951455205554,0.46355800254678,0.122413506232544,0.255951455205554,0.397246335320043,0.0692934928948492,0.255951455205554,0.501054364884684,0.256302787037492,0.255951455205554,0.421391600958748,0.0827554101921924,0.5,0.255951455205554,0.405394604503902,0.0436435277020703,0.5,0.255951455205554,0.290217559230813,0.033297422270623,0.5,0.255951455205554,0.313467739137344,0.0570074618360184,0.255951455205554,0.418225263765388,0.0655051132573298,0.334562346523769,0.00299672247822337,0.255951455205554,0.275350039613495,0.0084734716612305,0.5,0.255951455205554,0.11520202432906,0.0460173803545031,0.255951455205554,0.290401265675477,0.104192076166741,0.255951455205554,0.181118843311529,0.0661739743911752,0.255951455205554,0.33315143013414,0.134339848535442,0.0366147000695287,0.0108933852970097 -6544,0.255951455205554,0.103006314069924,0.0245288654018907,0.255951455205554,0.306912734378921,0.013630035179529,0.255951455205554,0.333215155979926,0.113814238110191,0.255951455205554,0.302394535434714,0.0630893257251781,0.255951455205554,0.377147412344246,0.184586483386776,0.255951455205554,0.292340086918664,0.0577925559259979,0.5,0.255951455205554,0.294879786622172,0.0313559447824178,0.5,0.255951455205554,0.228809543309163,0.0240235794228728,0.5,0.255951455205554,0.227238329545212,0.0334604589306314,0.255951455205554,0.318755439832833,0.0635029432838333,0.235655535006878,0.00573519649890058,0.255951455205554,0.180837563842869,0.00522874177502622,0.5,0.255951455205554,0.0538143975781954,0.0335651101602818,0.255951455205554,0.193132792485553,0.0650561153578311,0.255951455205554,0.160293917440226,0.0395860080834007,0.255951455205554,0.27685818165617,0.0944612840241074,0.0336892275186464,0.0120128068392629 -6545,0.255951455205554,0.0502459269057068,0.0205314515641474,0.255951455205554,0.149063285901627,0.0143594470890676,0.255951455205554,0.140370459412989,0.0725508319205317,0.255951455205554,0.140270265941104,0.0383265975768546,0.255951455205554,0.203976941923442,0.0701425577156699,0.255951455205554,0.141002120871435,0.0122877934487436,0.5,0.255951455205554,0.189667410815968,0.00946106399018775,0.5,0.255951455205554,0.132170116679499,0.005633706882167,0.5,0.255951455205554,0.109517412200226,0.00888754832765462,0.255951455205554,0.205660044325692,0.0238367728165065,0.0935370695146011,0.00397239678000989,0.255951455205554,0.0772842784385557,0.00375409183323072,0.5,0.255951455205554,0.0212229259908359,0.0201014618771716,0.255951455205554,0.0815692947886808,0.0224989856233657,0.255951455205554,0.0879815788071678,0.00763787735612946,0.255951455205554,0.120284227197769,0.0213649373380614,0.0128982641961156,0.01968476259679 -6546,0.255951455205554,0.000457830340178895,0.0207350329174132,0.255951455205554,0.0,0.02259598326522,0.255951455205554,2.06826619144997e-05,0.0403530960919287,0.255951455205554,0.0,0.0217673367181581,0.255951455205554,0.0,0.0264915228689876,0.255951455205554,0.0,0.00603879987460134,0.5,0.255951455205554,0.0,0.00192832824852247,0.5,0.255951455205554,2.22874149704279e-06,0.00516316948804845,0.5,0.255951455205554,2.30652206058899e-05,0.0067110983794402,0.255951455205554,0.0,0.00761450738631279,0.0,0.00417958866567197,0.255951455205554,0.0,0.00535937513418206,0.5,0.255951455205554,1.31461147093e-05,0.0172414713788647,0.255951455205554,0.0,0.0113788152770354,0.255951455205554,0.0,0.00313409879211405,0.255951455205554,0.0,0.00781781335901274,0.00108687505753095,0.0268395217652017 -6547,0.255951455205554,0.0,0.0245963340804856,0.255951455205554,0.0,0.0310969930698908,0.255951455205554,0.0,0.0317724206571509,0.255951455205554,0.0,0.0299501569137164,0.255951455205554,0.0,0.0219095559637987,0.255951455205554,0.0,0.00407268603686609,0.5,0.255951455205554,0.0,0.00123183811248242,0.5,0.255951455205554,0.0,0.00374860562421044,0.5,0.255951455205554,0.0,0.00364154270207624,0.255951455205554,0.0,0.00323867629346789,0.0,0.00321213804362183,0.255951455205554,0.0,0.00650102982146386,0.5,0.255951455205554,0.0,0.0187551018142431,0.255951455205554,0.0,0.00987092166786746,0.255951455205554,0.0,0.00433904662214563,0.255951455205554,0.0,0.00571127235529471,0.0,0.0250186944775239 -6548,0.255951455205554,0.0,0.0296709258041955,0.255951455205554,0.0,0.0355465273507203,0.255951455205554,0.0,0.0312177210760354,0.255951455205554,0.0,0.039614255683108,0.255951455205554,0.0,0.0170168799695205,0.255951455205554,0.0,0.0032566968169644,0.5,0.255951455205554,0.0,0.00158706366341063,0.5,0.255951455205554,0.0,0.00226425664960207,0.5,0.255951455205554,0.0,0.00177089664702237,0.255951455205554,0.0,0.00110691437756494,0.0,0.00382197655648901,0.255951455205554,0.0,0.00701985808271074,0.5,0.255951455205554,0.0,0.019394370044953,0.255951455205554,0.0,0.0115615402146102,0.255951455205554,0.0,0.00592696858198315,0.255951455205554,0.0,0.00625419276595355,0.0,0.0169842572316365 -6549,0.255951455205554,0.0,0.0301147818646425,0.255951455205554,0.0,0.0344383188594782,0.255951455205554,0.0,0.0334852213897541,0.255951455205554,0.0,0.0410942549873011,0.255951455205554,0.0,0.0112092177744561,0.255951455205554,0.0,0.00293415123914748,0.5,0.255951455205554,0.0,0.0023385103054608,0.5,0.255951455205554,0.0,0.00211390803394214,0.5,0.255951455205554,0.0,0.00135152709388392,0.255951455205554,0.0,0.000751870827798001,0.0,0.00207166332668546,0.255951455205554,0.0,0.00576318133876336,0.5,0.255951455205554,0.0,0.0165528101289908,0.255951455205554,0.0,0.011797059796599,0.255951455205554,0.0,0.00760779762761655,0.255951455205554,0.0,0.00754550327062462,0.0,0.0112063697630069 -6550,0.255951455205554,0.0,0.0254358642076169,0.255951455205554,0.0,0.0266998597713089,0.255951455205554,0.0,0.0363400403003529,0.255951455205554,0.0,0.0393306398758299,0.255951455205554,0.0,0.00691866118179508,0.255951455205554,0.0,0.00240649548438409,0.5,0.255951455205554,0.0,0.00370254984854536,0.5,0.255951455205554,0.0,0.00202086502082386,0.5,0.255951455205554,0.0,0.0010925833001482,0.255951455205554,0.0,0.000723966156173734,0.0,0.000772061370336849,0.255951455205554,0.0,0.00528079461477195,0.5,0.255951455205554,0.0,0.0118143376363467,0.255951455205554,0.0,0.0119977259106858,0.255951455205554,0.0,0.00909189425693863,0.255951455205554,0.0,0.00895136075180634,0.0,0.00849762495808174 -6551,0.255951455205554,0.0,0.0197894507245038,0.255951455205554,0.0,0.0203397021299462,0.255951455205554,0.0,0.0402873774407988,0.255951455205554,0.0,0.0467327867992631,0.255951455205554,0.0,0.00464948139969565,0.255951455205554,0.0,0.00154184551114559,0.5,0.255951455205554,0.0,0.00235285776819082,0.5,0.255951455205554,0.0,0.00175263744299247,0.5,0.255951455205554,0.0,0.000881520188140583,0.255951455205554,0.0,0.000634340604700379,0.0,0.000303517563443786,0.255951455205554,0.0,0.00434015561363965,0.5,0.255951455205554,0.0,0.00760737581943192,0.255951455205554,0.0,0.0125019111788068,0.255951455205554,0.0,0.00995778378545298,0.255951455205554,0.0,0.00977994793391243,0.0,0.00930983972996945 -6552,0.255951455205554,0.0,0.0150425027008925,0.255951455205554,0.0,0.0202253602480013,0.255951455205554,0.0,0.0456203509763732,0.255951455205554,0.0,0.0564806174185203,0.255951455205554,0.0,0.00310684988055273,0.255951455205554,0.0,0.0012541669099777,0.5,0.255951455205554,0.0,0.00153534191338218,0.5,0.255951455205554,0.0,0.0015681469088986,0.5,0.255951455205554,0.0,0.000579116492221779,0.255951455205554,0.0,0.000230332769346285,0.0,0.000373599273590864,0.255951455205554,0.0,0.00325225833883751,0.5,0.255951455205554,0.0,0.00584802642681742,0.255951455205554,0.0,0.0138151066219967,0.255951455205554,0.0,0.0101011137509049,0.255951455205554,0.0,0.00911438724359573,0.0,0.0173454277273396 -6553,0.255951455205554,0.0,0.0126709863182153,0.255951455205554,0.0,0.0311639324869006,0.255951455205554,0.0,0.0485867714308617,0.255951455205554,0.0,0.0625779943412453,0.255951455205554,0.0,0.00227479415742087,0.255951455205554,0.0,0.00159716014596758,0.5,0.255951455205554,0.0,0.00141312412194718,0.5,0.255951455205554,0.0,0.00135778592406597,0.5,0.255951455205554,0.0,0.00045202061450824,0.255951455205554,0.0,0.00043315919383858,0.0,0.000862215118279759,0.255951455205554,0.0,0.00264883790271391,0.5,0.255951455205554,0.0,0.00673968669694212,0.255951455205554,0.0,0.0129531155340226,0.255951455205554,0.0,0.00868385976460587,0.255951455205554,0.0,0.00766086685744427,0.0,0.0252077390964454 -6554,0.255951455205554,0.0,0.0122642717396699,0.255951455205554,0.0,0.0475659213364883,0.255951455205554,0.0,0.04869142353555,0.255951455205554,0.0,0.0645086258478215,0.255951455205554,0.0,0.00189831927089528,0.255951455205554,0.0,0.00229410167571554,0.5,0.255951455205554,0.0,0.00214145715212451,0.5,0.255951455205554,0.0,0.00201163059899163,0.5,0.255951455205554,0.0,0.000375709038822354,0.255951455205554,0.0,0.00113037211751751,0.0,0.00230447910047289,0.255951455205554,0.0,0.00268528458932604,0.5,0.255951455205554,0.0,0.00860551685310204,0.255951455205554,0.0,0.010893865378559,0.255951455205554,0.0,0.00727204912137069,0.255951455205554,0.0,0.00636416437515081,0.0,0.0384823636948676 -6555,0.255951455205554,0.0,0.0122935547525891,0.255951455205554,0.0,0.0471904845417894,0.255951455205554,0.0,0.0460130513073135,0.255951455205554,0.0,0.0668272527694062,0.255951455205554,0.0,0.00168079085230245,0.255951455205554,0.0,0.00186715577024052,0.5,0.255951455205554,0.0,0.00265973879659001,0.5,0.255951455205554,0.0,0.0022208431803026,0.5,0.255951455205554,0.0,0.000342252398868455,0.255951455205554,0.0,0.00295255559849111,0.0,0.00588073312784802,0.255951455205554,0.0,0.00330078098906069,0.5,0.255951455205554,0.0,0.0110982413496846,0.255951455205554,0.0,0.00846779144098847,0.255951455205554,0.0,0.00503832419945106,0.255951455205554,0.0,0.00453918909242191,0.0,0.0491527615194564 -6556,0.255951455205554,0.0,0.0134167100531234,0.255951455205554,0.0,0.0426977742767106,0.255951455205554,0.0,0.0454193927765525,0.255951455205554,0.0,0.0684064029051321,0.255951455205554,0.0,0.00203527646241237,0.255951455205554,0.0,0.00206004708005146,0.5,0.255951455205554,0.0,0.00292757025540599,0.5,0.255951455205554,0.0,0.00140160314388269,0.5,0.255951455205554,0.0,0.000362199493459681,0.255951455205554,0.0,0.00535852438006926,0.0,0.0053125012174451,0.255951455205554,0.0,0.00440565859010484,0.5,0.255951455205554,0.0,0.0146587588613087,0.255951455205554,0.0,0.00589255795789528,0.255951455205554,0.0,0.00321646011515717,0.255951455205554,0.0,0.00335025967986491,0.0,0.0576217773823281 -6557,0.255951455205554,0.0,0.0147231084413172,0.255951455205554,0.0,0.0429593389472659,0.255951455205554,0.0,0.0474538254872689,0.255951455205554,0.0,0.0711711494993599,0.255951455205554,0.0,0.00229040891944536,0.255951455205554,0.0,0.00110245385521336,0.5,0.255951455205554,0.0,0.00173656609593305,0.5,0.255951455205554,0.0,0.0010886599050072,0.5,0.255951455205554,0.0,0.000734889764163977,0.255951455205554,0.0,0.00384654983315412,0.0,0.00563444221812468,0.255951455205554,0.0,0.00533467968040652,0.5,0.255951455205554,0.0,0.019090119961848,0.255951455205554,0.0,0.00458630409596557,0.255951455205554,0.0,0.00222751681725648,0.255951455205554,0.0,0.00272028865048393,0.0,0.0572564850955265 -6558,0.255951455205554,0.0,0.018130845914652,0.255951455205554,0.0,0.0451375304648622,0.255951455205554,0.0,0.0520447848782482,0.255951455205554,0.0,0.0753843584126097,0.255951455205554,0.0,0.00262990357660195,0.255951455205554,0.0,0.000683612503945613,0.5,0.255951455205554,0.0,0.0012419754206939,0.5,0.255951455205554,0.0,0.00095690909241152,0.5,0.255951455205554,0.0,0.00164290092925507,0.255951455205554,0.0,0.00304575013922917,0.0,0.00339464978050547,0.255951455205554,0.0,0.00542607077133291,0.5,0.255951455205554,0.0,0.0209224810779654,0.255951455205554,0.0,0.00374559793835594,0.255951455205554,0.0,0.00137890021434279,0.255951455205554,0.0,0.00176747676330833,0.0,0.071532067694048 -6559,0.255951455205554,0.0,0.0238746319057906,0.255951455205554,0.0,0.0453255065758787,0.255951455205554,4.00739863645474e-06,0.0582211940519186,0.255951455205554,0.0,0.0817739374331934,0.255951455205554,0.0,0.00321811846231238,0.255951455205554,0.0,0.000904248547067046,0.5,0.255951455205554,0.0,0.00158439250422937,0.5,0.255951455205554,4.19205143086339e-06,0.000819180428994442,0.5,0.255951455205554,0.00106640171297023,0.00165875897736865,0.255951455205554,0.0,0.00440478565818355,0.00317225323045725,0.00281000094540085,0.255951455205554,0.00361717594049397,0.0052001498706244,0.5,0.255951455205554,0.000421270786672109,0.0200726102470838,0.255951455205554,0.00312918163365762,0.00204929067046599,0.255951455205554,0.000468207982850696,0.00093360409855621,0.255951455205554,0.000432170152219046,0.000819112865731838,0.0,0.101635221911395 -6560,0.255951455205554,0.0283382807436519,0.0335322679787562,0.255951455205554,0.0162137139018247,0.0521608451011029,0.255951455205554,0.0493889822871475,0.0679053889682635,0.255951455205554,0.0273856050434468,0.0975045512398567,0.255951455205554,0.0666890216228144,0.00271075408219819,0.255951455205554,0.0286806822562674,0.00129379836388894,0.5,0.255951455205554,0.0550378220279661,0.00181847131034875,0.5,0.255951455205554,0.0758801785600379,0.000776531573043266,0.5,0.255951455205554,0.0532368687289946,0.000807457819240869,0.255951455205554,0.0730273920799195,0.00500005165576297,0.0524255236769037,0.00235582857386966,0.255951455205554,0.0831934498249343,0.00509043884798755,0.5,0.255951455205554,0.0203870777683065,0.0185677851220553,0.255951455205554,0.0687985195144017,0.000700466770908052,0.255951455205554,0.0191876709521959,0.00107141489099879,0.255951455205554,0.0213928531850297,0.000462722904712311,0.00161122342020828,0.151032643919044 -6561,0.255951455205554,0.086024617968351,0.049126582744641,0.255951455205554,0.0344136297887781,0.0721362312171384,0.255951455205554,0.160221922540206,0.078728599202329,0.255951455205554,0.0944667969881005,0.122066150368912,0.255951455205554,0.209114327390979,0.00217583773491018,0.255951455205554,0.092857484576562,0.00144809942341405,0.5,0.255951455205554,0.172458511841897,0.001435457000337,0.5,0.255951455205554,0.207070634787111,0.000340611369500802,0.5,0.255951455205554,0.132377048177958,0.000279329498457262,0.255951455205554,0.226168026357053,0.00150757833215195,0.0491859797022482,0.00116943938891332,0.255951455205554,0.176576404193233,0.00645064697952422,0.5,0.255951455205554,0.0597658960686833,0.023636830066064,0.255951455205554,0.148360165062692,0.000560137955073644,0.255951455205554,0.0582634678816669,0.0021308305726418,0.255951455205554,0.0688820041242391,0.000502786874262369,0.0101666413017406,0.186856960919058 -6562,0.255951455205554,0.133687866965471,0.0669333099531995,0.255951455205554,0.0453362300865084,0.0773985091237199,0.255951455205554,0.284037465117128,0.0731531921144812,0.255951455205554,0.184683755635112,0.102208651861777,0.255951455205554,0.358197800927962,0.0100762384792057,0.255951455205554,0.161422245888359,0.0104139962122374,0.5,0.255951455205554,0.301984340844237,0.00416871061238631,0.5,0.255951455205554,0.344476215608683,0.000291226421424056,0.5,0.255951455205554,0.221841482452578,0.000299654183025794,0.255951455205554,0.378115894917954,0.00119455552982555,0.0382928355448368,0.000760883869996092,0.255951455205554,0.248822179567694,0.0058040720728458,0.5,0.255951455205554,0.103183509138171,0.0314259359667816,0.255951455205554,0.250305803160099,0.000890504014950404,0.255951455205554,0.121994749022366,0.00416779996805118,0.255951455205554,0.140986935399322,0.0015231857625053,0.0322039037569564,0.215658380675637 -6563,0.255951455205554,0.198793007934939,0.0836181827848612,0.255951455205554,0.0500933772661132,0.060327659589087,0.255951455205554,0.40331488088561,0.0590391345470473,0.255951455205554,0.288737833501085,0.067898447884866,0.255951455205554,0.492213694750907,0.0373193432264242,0.255951455205554,0.206341653583758,0.0261525059159645,0.5,0.255951455205554,0.427908407232689,0.00806301492341913,0.5,0.255951455205554,0.467455178241131,0.00108237531134661,0.5,0.255951455205554,0.318973035616718,0.000469082667860001,0.255951455205554,0.509265881264423,0.00072554227809557,0.0380018400625233,0.000170004980345236,0.255951455205554,0.287689647528225,0.00444632895730462,0.5,0.255951455205554,0.13976443544371,0.0357339558486919,0.255951455205554,0.362811877594358,0.00126202311391685,0.255951455205554,0.165797158359006,0.00568771394501674,0.255951455205554,0.167570306143988,0.00559222529553871,0.057694948913141,0.243140892927791 -6564,0.255951455205554,0.239644472387428,0.100583893223519,0.255951455205554,0.0497901568808895,0.0421677902845828,0.255951455205554,0.483052602812438,0.0452376703042189,0.255951455205554,0.383570566032295,0.0340465583242171,0.255951455205554,0.571359628012503,0.0580316288935652,0.255951455205554,0.220362837798298,0.0288281789133874,0.5,0.255951455205554,0.519852642811986,0.00768732461462626,0.5,0.255951455205554,0.541435016921166,0.00615660344637262,0.5,0.255951455205554,0.378795060358476,0.00122602169980751,0.255951455205554,0.581500227641923,0.000332323034951278,0.0376557154156203,0.0,0.255951455205554,0.277573428181133,0.0046191023447339,0.5,0.255951455205554,0.167219522956843,0.0343870958109173,0.255951455205554,0.39248143060055,0.00167131376383984,0.255951455205554,0.150736236109512,0.00529403850979012,0.255951455205554,0.137367731937589,0.0147864219417924,0.163189255933178,0.245399553189213 -6565,0.255951455205554,0.256903851250799,0.111069122348409,0.255951455205554,0.0502545732227021,0.0284417110312028,0.255951455205554,0.511800812009546,0.0347841587594886,0.255951455205554,0.430119093229144,0.0102064854684582,0.255951455205554,0.59198549773437,0.0634593001141721,0.255951455205554,0.223108698602055,0.0242899737049605,0.5,0.255951455205554,0.538780241632551,0.0075891122013678,0.5,0.255951455205554,0.545179668530369,0.0187354295085279,0.5,0.255951455205554,0.388409595681448,0.00497265994357826,0.255951455205554,0.588418007940796,0.00281715250376056,0.0305492170402957,0.0,0.255951455205554,0.192548704704054,0.00859420494689437,0.5,0.255951455205554,0.162057474201415,0.0323357336762461,0.255951455205554,0.332330848658718,0.00330556312571865,0.255951455205554,0.140778890696508,0.00618418586272297,0.255951455205554,0.109346614311659,0.020154325269099,0.174894855520194,0.222879727223948 -6566,0.255951455205554,0.267968115204092,0.104643473930207,0.255951455205554,0.0414129529969851,0.00933245509654177,0.255951455205554,0.477790445331312,0.0273510759379918,0.255951455205554,0.370112250100585,0.00303695209543489,0.255951455205554,0.568415157089805,0.0592635256734459,0.255951455205554,0.22047418362902,0.0228855715139211,0.5,0.255951455205554,0.475969486777767,0.00998037298125788,0.5,0.255951455205554,0.464855593926792,0.028535695344401,0.5,0.255951455205554,0.355461740881738,0.00929708943612688,0.255951455205554,0.575627184554883,0.00785471602116506,0.0276735686891213,0.0,0.255951455205554,0.150767158857918,0.0141597687956379,0.5,0.255951455205554,0.147871133846462,0.0333938822880487,0.255951455205554,0.257849338822527,0.0103704510864679,0.255951455205554,0.161532612585333,0.0076477545967494,0.255951455205554,0.120044877768753,0.0237760857714426,0.344844227103797,0.181221970229192 -6567,0.255951455205554,0.227026287411069,0.090940520294466,0.255951455205554,0.0509605752622763,0.00125812868175148,0.255951455205554,0.397289177661556,0.0214834188170285,0.255951455205554,0.278105391813739,0.00110268043346873,0.255951455205554,0.496914522505017,0.0494434568342392,0.255951455205554,0.200710619122729,0.0185526493621501,0.5,0.255951455205554,0.397685564907594,0.0130530310835073,0.5,0.255951455205554,0.40510383966116,0.0303376495707077,0.5,0.255951455205554,0.304910842057371,0.0124604112919573,0.255951455205554,0.492989444261695,0.0119688260416066,0.0283753489681943,0.000971084392154784,0.255951455205554,0.115702279956133,0.0183206111586157,0.5,0.255951455205554,0.125727036898755,0.0317870728745931,0.255951455205554,0.155419349310208,0.0178831172490298,0.255951455205554,0.140562809601814,0.0100768090044097,0.255951455205554,0.117724270033366,0.0232011562064269,0.290707457089932,0.135748787580778 -6568,0.255951455205554,0.145982192857831,0.0760817172448591,0.255951455205554,0.0765560187365171,0.000587057773367448,0.255951455205554,0.282776700189472,0.0139413098378909,0.255951455205554,0.17894860301076,0.000412208464725556,0.255951455205554,0.377658790777406,0.03386984480251,0.255951455205554,0.145123833756932,0.0140712260108054,0.5,0.255951455205554,0.280078952422899,0.0127226426773434,0.5,0.255951455205554,0.317499097488517,0.0301171501811647,0.5,0.255951455205554,0.233717264403934,0.0156546867690852,0.255951455205554,0.372786926110762,0.0131847698552193,0.0394234521680595,0.0101991410360432,0.255951455205554,0.0725147048512698,0.0191993240769627,0.5,0.255951455205554,0.0697169148797219,0.0257826671734327,0.255951455205554,0.0884995578787266,0.016969154572418,0.255951455205554,0.0792591193412473,0.00802845733420451,0.255951455205554,0.0785342143228368,0.0169842513389447,0.114679540872985,0.102261138285211 -6569,0.255951455205554,0.0748247299703789,0.0480281514097312,0.255951455205554,0.0558836359603564,0.000330397115304103,0.255951455205554,0.1251817003889,0.00600874717053444,0.255951455205554,0.0883388047201381,7.30703846932178e-05,0.255951455205554,0.193130571945643,0.0127906905022194,0.255951455205554,0.0888181790815871,0.00821312193897031,0.5,0.255951455205554,0.148654577619735,0.00867211098826716,0.5,0.255951455205554,0.154506444340721,0.0160780865288082,0.5,0.255951455205554,0.0971902667085828,0.013941969709548,0.255951455205554,0.254796613909345,0.00699287498274812,0.0337763452646181,0.0157265283351979,0.255951455205554,0.0313749185791875,0.0128762837524878,0.5,0.255951455205554,0.0239148403603165,0.0121648476026172,0.255951455205554,0.0263230551270985,0.00831258993152117,0.255951455205554,0.0245766200744671,0.00361249959772293,0.255951455205554,0.0262766043038294,0.00622521856632238,0.0216375447350695,0.0653409979774523 -6570,0.255951455205554,5.1353374574169e-05,0.0169845591413532,0.255951455205554,0.0,0.000252203369842017,0.255951455205554,0.0,0.00143635277164305,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00354477378316483,0.255951455205554,0.0,0.00266227559954839,0.5,0.255951455205554,0.0,0.00587269201398613,0.5,0.255951455205554,0.0,0.0133487835142801,0.5,0.255951455205554,3.52304061906087e-05,0.0129406215462983,0.255951455205554,0.0,0.0040706421321517,0.0,0.0174239719093633,0.255951455205554,2.96158253519733e-05,0.0090700734043553,0.5,0.255951455205554,3.8656766129596e-05,0.0054639708535581,0.255951455205554,3.1187327605859e-05,0.00427764781032841,0.255951455205554,6.92186825605097e-05,0.00157470090966243,0.255951455205554,0.000122510644005031,0.00235233250913926,0.0,0.043989174284254 -6571,0.255951455205554,0.0,0.00861491513127021,0.255951455205554,0.0,5.36833805666245e-05,0.255951455205554,0.0,0.00133652260961369,0.255951455205554,0.0,0.000659332762480448,0.255951455205554,0.0,0.00152392686204489,0.255951455205554,0.0,0.00203950680646189,0.5,0.255951455205554,0.0,0.00819048752333986,0.5,0.255951455205554,0.0,0.0134876640878425,0.5,0.255951455205554,0.0,0.0135790603592646,0.255951455205554,0.0,0.00526324703340256,0.0,0.0136341353905074,0.255951455205554,0.0,0.0070753186987347,0.5,0.255951455205554,0.0,0.00448463147789817,0.255951455205554,0.0,0.00333193401562219,0.255951455205554,0.0,0.00187698579466693,0.255951455205554,0.0,0.00136177457614519,0.0,0.0390894214141579 -6572,0.255951455205554,0.0,0.00818016317667152,0.255951455205554,0.0,0.00031064673968362,0.255951455205554,0.0,0.00239379863502493,0.255951455205554,0.0,0.00615140137338575,0.255951455205554,0.0,0.000658352366496423,0.255951455205554,0.0,0.00176111659533906,0.5,0.255951455205554,0.0,0.00892555230608059,0.5,0.255951455205554,0.0,0.0126790701308842,0.5,0.255951455205554,0.0,0.0130166595056174,0.255951455205554,0.0,0.00514030385731777,0.0,0.00876857032749043,0.255951455205554,0.0,0.00689053764054639,0.5,0.255951455205554,0.0,0.00429490480937433,0.255951455205554,0.0,0.00299475563326012,0.255951455205554,0.0,0.00302043948057597,0.255951455205554,0.0,0.000837672911636075,0.0,0.0553488943871865 -6573,0.255951455205554,0.0,0.0106059660515197,0.255951455205554,0.0,0.000858637641053951,0.255951455205554,0.0,0.00440203849029512,0.255951455205554,0.0,0.0126781247707315,0.255951455205554,0.0,0.000550421133786904,0.255951455205554,0.0,0.00162798762380669,0.5,0.255951455205554,0.0,0.00833891852238821,0.5,0.255951455205554,0.0,0.0120094232293605,0.5,0.255951455205554,0.0,0.0125983839007777,0.255951455205554,0.0,0.00459391000393656,0.0,0.0061624253419742,0.255951455205554,0.0,0.00713560073337012,0.5,0.255951455205554,0.0,0.00459810166833349,0.255951455205554,0.0,0.00294804587284488,0.255951455205554,0.0,0.00376708225688133,0.255951455205554,0.0,0.000696197735876218,0.0,0.0992323211494632 -6574,0.255951455205554,0.0,0.0123868844078594,0.255951455205554,0.0,0.00359613081358119,0.255951455205554,0.0,0.00532561406310498,0.255951455205554,0.0,0.0150379922718487,0.255951455205554,0.0,0.000546053704381077,0.255951455205554,0.0,0.00137871684798244,0.5,0.255951455205554,0.0,0.00657072398007441,0.5,0.255951455205554,0.0,0.0100026595292941,0.5,0.255951455205554,0.0,0.0103271066502795,0.255951455205554,0.0,0.00395905555116842,0.0,0.00205058660724926,0.255951455205554,0.0,0.00645781867958979,0.5,0.255951455205554,0.0,0.00590414358918487,0.255951455205554,0.0,0.00287499115892276,0.255951455205554,0.0,0.00430644877514677,0.255951455205554,0.0,0.000557114462323454,0.0,0.116298150339372 -6575,0.255951455205554,0.0,0.0156419599329453,0.255951455205554,0.0,0.00605339404946242,0.255951455205554,0.0,0.0054220808107373,0.255951455205554,0.0,0.0144424536334021,0.255951455205554,0.0,0.000426375091487537,0.255951455205554,0.0,0.0011857105462533,0.5,0.255951455205554,0.0,0.0048663739580361,0.5,0.255951455205554,0.0,0.00789614370298673,0.5,0.255951455205554,0.0,0.00796774377238705,0.255951455205554,0.0,0.00372669123341985,0.0,0.00129103883919627,0.255951455205554,0.0,0.00500087279553357,0.5,0.255951455205554,0.0,0.00853463977308591,0.255951455205554,0.0,0.00353012665586864,0.255951455205554,0.0,0.00397620580199791,0.255951455205554,0.0,0.000545665056279945,0.0,0.0996565181773878 -6576,0.255951455205554,0.0,0.0190815851122877,0.255951455205554,0.0,0.0064487738173886,0.255951455205554,0.0,0.00539853430675388,0.255951455205554,0.0,0.014356092899563,0.255951455205554,0.0,0.00029867859021839,0.255951455205554,0.0,0.000868141034092832,0.5,0.255951455205554,0.0,0.00373782607417526,0.5,0.255951455205554,0.0,0.00713315982138128,0.5,0.255951455205554,0.0,0.00701839236294637,0.255951455205554,0.0,0.0032554792278233,0.0,0.0038630039195804,0.255951455205554,0.0,0.00382946982734668,0.5,0.255951455205554,0.0,0.0108269658986862,0.255951455205554,0.0,0.00448755049155395,0.255951455205554,0.0,0.0030199147342678,0.255951455205554,0.0,0.000703364826993386,0.0,0.0913611917177858 -6577,0.255951455205554,0.0,0.0220139256027982,0.255951455205554,0.0,0.00841753684865364,0.255951455205554,0.0,0.00585720854102135,0.255951455205554,0.0,0.0142910014318459,0.255951455205554,0.0,0.000167396211620841,0.255951455205554,0.0,0.000676906578589895,0.5,0.255951455205554,0.0,0.0032884541118926,0.5,0.255951455205554,0.0,0.0066751442900355,0.5,0.255951455205554,0.0,0.00694565295704334,0.255951455205554,0.0,0.00294404377037766,0.0,0.0066459112776997,0.255951455205554,0.0,0.00406338775231019,0.5,0.255951455205554,0.0,0.0110644240697866,0.255951455205554,0.0,0.00493105293381101,0.255951455205554,0.0,0.0028725503789995,0.255951455205554,0.0,0.000814631000206902,0.0,0.074274377235469 -6578,0.255951455205554,0.0,0.0220685521109478,0.255951455205554,0.0,0.00901563443025994,0.255951455205554,0.0,0.00679119841863027,0.255951455205554,0.0,0.0129459015211092,0.255951455205554,0.0,0.000160995788350872,0.255951455205554,0.0,0.000615099591815972,0.5,0.255951455205554,0.0,0.00345777149150069,0.5,0.255951455205554,0.0,0.00700509428866841,0.5,0.255951455205554,0.0,0.0073400735942334,0.255951455205554,0.0,0.00349350614720886,0.0,0.00811092908951192,0.255951455205554,0.0,0.00427504997417231,0.5,0.255951455205554,0.0,0.00842907620006764,0.255951455205554,0.0,0.00562636475780951,0.255951455205554,0.0,0.00285516687744904,0.255951455205554,0.0,0.000919281056967653,0.0,0.0472611918262968 -6579,0.255951455205554,0.0,0.0183741859484087,0.255951455205554,0.0,0.00851336346930423,0.255951455205554,0.0,0.00737377936397699,0.255951455205554,0.0,0.00855214681847373,0.255951455205554,0.0,0.000207843571382523,0.255951455205554,0.0,0.000852840627741414,0.5,0.255951455205554,0.0,0.00381076432346869,0.5,0.255951455205554,0.0,0.00774688187129229,0.5,0.255951455205554,0.0,0.00825250426626088,0.255951455205554,0.0,0.00498958250225116,0.0,0.00727568254910482,0.255951455205554,0.0,0.00355093269452854,0.5,0.255951455205554,0.0,0.00659322760812666,0.255951455205554,0.0,0.00601913854597418,0.255951455205554,0.0,0.00202263685139666,0.255951455205554,0.0,0.000918893305453801,0.0,0.0284737470576301 -6580,0.255951455205554,0.0,0.0145404738210186,0.255951455205554,0.0,0.00918099521271896,0.255951455205554,0.0,0.0069308474591566,0.255951455205554,0.0,0.00487216329191862,0.255951455205554,0.0,0.000228719051522859,0.255951455205554,0.0,0.00166378893061392,0.5,0.255951455205554,0.0,0.00468567408531085,0.5,0.255951455205554,0.0,0.00862812023138929,0.5,0.255951455205554,0.0,0.00939856152453254,0.255951455205554,0.0,0.00769387594311138,0.0,0.00715750133744772,0.255951455205554,0.0,0.00331713728199945,0.5,0.255951455205554,0.0,0.00501022212071379,0.255951455205554,0.0,0.00517518274467767,0.255951455205554,0.0,0.00115217289667916,0.255951455205554,0.0,0.000781421875535624,0.0,0.0146198101617822 -6581,0.255951455205554,0.0,0.0119324980265993,0.255951455205554,0.0,0.00963493413136654,0.255951455205554,0.0,0.00557684146823635,0.255951455205554,0.0,0.00203919271961847,0.255951455205554,0.0,0.000210893345398227,0.255951455205554,0.0,0.0021461784658819,0.5,0.255951455205554,0.0,0.00502302029625186,0.5,0.255951455205554,0.0,0.00918875992064571,0.5,0.255951455205554,0.0,0.00933900517231898,0.255951455205554,0.0,0.011133286134186,0.0,0.00710485741138743,0.255951455205554,0.0,0.00345578472783784,0.5,0.255951455205554,0.0,0.00392150740057799,0.255951455205554,0.0,0.00412770532510951,0.255951455205554,0.0,0.000826679080782218,0.255951455205554,0.0,0.000542106482117482,0.0,0.00627317382395758 -6582,0.255951455205554,0.0,0.0124379557696226,0.255951455205554,0.0,0.00967741038600009,0.255951455205554,0.0,0.00467961540516391,0.255951455205554,0.0,0.000666942937947825,0.255951455205554,0.0,0.000289905245381247,0.255951455205554,0.0,0.00233304186603763,0.5,0.255951455205554,0.0,0.00483436957167134,0.5,0.255951455205554,0.0,0.00970313688157098,0.5,0.255951455205554,0.0,0.00845643086522062,0.255951455205554,0.0,0.0158836886203786,0.0,0.0064770519046604,0.255951455205554,0.0,0.00340309229133801,0.5,0.255951455205554,0.0,0.00347877213404379,0.255951455205554,0.0,0.00359719850706876,0.255951455205554,0.0,0.000798652043814025,0.255951455205554,0.0,0.000282605438258628,0.0,0.002536879018411 -6583,0.255951455205554,0.0,0.014499822772455,0.255951455205554,0.0,0.00930912244282458,0.255951455205554,9.93052934452031e-09,0.00486989168516663,0.255951455205554,0.0,0.000740726334934086,0.255951455205554,0.0,0.000889118804041991,0.255951455205554,0.0,0.00245268778587449,0.5,0.255951455205554,0.0,0.00443061162545327,0.5,0.255951455205554,0.0,0.010425649798123,0.5,0.255951455205554,0.000880936411574476,0.00698597285797051,0.255951455205554,0.0,0.0150782684282819,0.00107871244831333,0.00641904532783071,0.255951455205554,0.00115423685786795,0.00346238040655273,0.5,0.255951455205554,0.000933403416022877,0.00345746397112174,0.255951455205554,0.00154122527885661,0.00294830152101054,0.255951455205554,0.000701837275874586,0.00093039517740991,0.255951455205554,0.000621559985818492,0.000192790933604933,0.0,0.00135137274150842 -6584,0.255951455205554,0.0149661008566809,0.0173363656859582,0.255951455205554,0.0591297724972662,0.00737429483165842,0.255951455205554,0.0329656047618547,0.00495209229661835,0.255951455205554,0.0156543286526296,0.000713772786124984,0.255951455205554,0.0510422812719188,0.00226753581273608,0.255951455205554,0.082381237596745,0.00218154104244368,0.5,0.255951455205554,0.075747320336742,0.00345462666485091,0.5,0.255951455205554,0.0536377934698722,0.00854915875240554,0.5,0.255951455205554,0.0449835531692676,0.00544731468879936,0.255951455205554,0.0722311013560793,0.0113246366756356,0.0394157482780401,0.00653850357163473,0.255951455205554,0.0314829774438985,0.00349684575804303,0.5,0.255951455205554,0.0404294312739856,0.00331395194615673,0.255951455205554,0.048922198001898,0.00227402699954543,0.255951455205554,0.0637351306159531,0.00150852601801956,0.255951455205554,0.0873298086089845,0.000262504447771859,0.0101666822697955,0.006241580240248 -6585,0.255951455205554,0.0436550940896976,0.0224104605745289,0.255951455205554,0.124114819978095,0.00659517487274498,0.255951455205554,0.0976453043307978,0.00569488785585168,0.255951455205554,0.0398336345399124,0.000617032752465311,0.255951455205554,0.165919169458214,0.00340240245073689,0.255951455205554,0.229431686106853,0.00160172208756872,0.5,0.255951455205554,0.230341351626105,0.00341406293556278,0.5,0.255951455205554,0.152696598852881,0.0132653923362997,0.5,0.255951455205554,0.116324356208931,0.007331284760809,0.255951455205554,0.227764416998279,0.00927748583717978,0.114498624390514,0.0100939654873745,0.255951455205554,0.0803099087224363,0.00549943001194996,0.5,0.255951455205554,0.113417576000228,0.00516890093811122,0.255951455205554,0.124545901031416,0.00366706727408034,0.255951455205554,0.163428194309526,0.00476629779912781,0.255951455205554,0.222903033156074,0.000449759761751563,0.0260048089011818,0.0303560787514659 -6586,0.255951455205554,0.0804800488157329,0.0291033329993498,0.255951455205554,0.134326844672469,0.00885241328262913,0.255951455205554,0.164737253537362,0.0074744089275537,0.255951455205554,0.0594561864833267,0.000570834267959772,0.255951455205554,0.283257888546091,0.00624646955210195,0.255951455205554,0.376000762673167,0.00156172029698579,0.5,0.255951455205554,0.382888858196834,0.00946665238614676,0.5,0.255951455205554,0.274797775620817,0.0489889110935187,0.5,0.255951455205554,0.193283482936179,0.0236897609776212,0.255951455205554,0.382331847095608,0.0226587685080424,0.227614021337576,0.0098653005227147,0.255951455205554,0.138400495950728,0.00610231418201349,0.5,0.255951455205554,0.196366786550571,0.00731452240034101,0.255951455205554,0.19271597928778,0.0130905848205948,0.255951455205554,0.260266581421072,0.00839842745519261,0.255951455205554,0.354314614464279,0.00260813555244135,0.0221134213302797,0.0892039784655761 -6587,0.255951455205554,0.128580482193614,0.0338657615812101,0.255951455205554,0.136711642199583,0.0126648904988814,0.255951455205554,0.236018446675018,0.00908036686865904,0.255951455205554,0.0824849971008828,0.00125141994433517,0.255951455205554,0.396932954244846,0.0114287708495295,0.255951455205554,0.501522035242178,0.00573092124194051,0.5,0.255951455205554,0.514795155243744,0.0337408173269755,0.5,0.255951455205554,0.396626432038166,0.0883336424170716,0.5,0.255951455205554,0.251548543289616,0.041561064683906,0.255951455205554,0.5162926470726,0.080425280911302,0.346112941266048,0.0062053418639779,0.255951455205554,0.205039803352958,0.00589105497975213,0.5,0.255951455205554,0.255543876128367,0.00568621843288192,0.255951455205554,0.222176932973621,0.0279087160340681,0.255951455205554,0.335648463239794,0.0102004731763469,0.255951455205554,0.449757068149426,0.00927005785440794,0.0404448602249593,0.158870248611918 -6588,0.255951455205554,0.175513333855305,0.0299062434701174,0.255951455205554,0.153383651888676,0.00983378783022644,0.255951455205554,0.286391086822969,0.0109806464416134,0.255951455205554,0.0925654656738741,0.00214471572215365,0.255951455205554,0.484050493309538,0.0179252435188776,0.255951455205554,0.579101636089548,0.0151081145195642,0.5,0.255951455205554,0.595887305178556,0.0708059679826857,0.5,0.255951455205554,0.44284022037202,0.101068496464801,0.5,0.255951455205554,0.323159750123594,0.0639113297346486,0.255951455205554,0.599014255198107,0.149758658875148,0.342538539093433,0.00189085309832497,0.255951455205554,0.250023946929754,0.00525013623878971,0.5,0.255951455205554,0.275546311452218,0.00267844602797716,0.255951455205554,0.257914059480915,0.0403685863355558,0.255951455205554,0.404266711179629,0.0099828710323373,0.255951455205554,0.504763060306807,0.0157392627949177,0.0600257608061496,0.2064006048794 -6589,0.255951455205554,0.203249306455397,0.0208961718022907,0.255951455205554,0.201890728454047,0.00619337244413154,0.255951455205554,0.31384064445764,0.0127066478733653,0.255951455205554,0.0997067953500247,0.00311419698442506,0.255951455205554,0.524763906295228,0.0235328604071922,0.255951455205554,0.608188042421827,0.0230498213938573,0.5,0.255951455205554,0.624421674476019,0.0888876973871472,0.5,0.255951455205554,0.444588135451096,0.105465857458982,0.5,0.255951455205554,0.377481914690991,0.0815598763901642,0.255951455205554,0.62959635980757,0.168309005755491,0.392294700048619,0.00129017354305046,0.255951455205554,0.260014853658425,0.00523843837688271,0.5,0.255951455205554,0.264570206604094,0.000971425360383535,0.255951455205554,0.268253326717995,0.0481422030101691,0.255951455205554,0.446799266328565,0.00987109024906307,0.255951455205554,0.517828852409472,0.0193476078210528,0.0640622866598007,0.230917225580993 -6590,0.255951455205554,0.198575005678046,0.0133990901908107,0.255951455205554,0.212322274689753,0.00285810149521437,0.255951455205554,0.318492061249212,0.0164582194345283,0.255951455205554,0.124598675843515,0.00765057271805478,0.255951455205554,0.526493392143476,0.0286549226331694,0.255951455205554,0.592059304459433,0.0287474458455159,0.5,0.255951455205554,0.605501450409674,0.0975073915320853,0.5,0.255951455205554,0.440629073076104,0.116323043364362,0.5,0.255951455205554,0.380254285919453,0.096507027453004,0.255951455205554,0.614486782389254,0.176305034051535,0.385372191926167,0.0027801606821034,0.255951455205554,0.260526397211321,0.00622705171417583,0.5,0.255951455205554,0.242525333711777,0.000412793134843577,0.255951455205554,0.270243478764265,0.0546762321416486,0.255951455205554,0.424086012150555,0.0120754577882575,0.255951455205554,0.47637502389387,0.0247712413110809,0.0720162836030335,0.231424750477652 -6591,0.255951455205554,0.192784902560197,0.00968242208828525,0.255951455205554,0.148996975344599,0.00131562456910535,0.255951455205554,0.292061464113135,0.0212269566933511,0.255951455205554,0.149961220232765,0.0125730117071712,0.255951455205554,0.471837070476535,0.03262460697238,0.255951455205554,0.512742309068532,0.0330785905666798,0.5,0.255951455205554,0.530870664598171,0.0984308448619039,0.5,0.255951455205554,0.411741163613753,0.118149500643929,0.5,0.255951455205554,0.294693751785677,0.0956664358252847,0.255951455205554,0.542233980951519,0.171411527049318,0.286641072325762,0.00234672626719289,0.255951455205554,0.220366383708405,0.00634072705660213,0.5,0.255951455205554,0.189353233806888,0.000285721287006838,0.255951455205554,0.216567364504909,0.0581199641853892,0.255951455205554,0.340865344680887,0.0172946505726902,0.255951455205554,0.41143463640333,0.0302713471103002,0.051894577028997,0.219269674899288 -6592,0.255951455205554,0.132330568851145,0.00836038311471577,0.255951455205554,0.0849872008795288,0.00203357827457555,0.255951455205554,0.222867006848651,0.0288749361213338,0.255951455205554,0.130365980241903,0.0166438698734766,0.255951455205554,0.364570630571328,0.0373300687104793,0.255951455205554,0.384242155394463,0.0355138070123143,0.5,0.255951455205554,0.405428895079688,0.0982145608680827,0.5,0.255951455205554,0.331883077305544,0.119648126503802,0.5,0.255951455205554,0.189556976601678,0.0808445250139233,0.255951455205554,0.416742791509422,0.169009100855863,0.198551014631742,0.00116709229434551,0.255951455205554,0.151246502562813,0.00552098412291775,0.5,0.255951455205554,0.128959783404847,0.000341632738431525,0.255951455205554,0.154690667633925,0.0566728309709866,0.255951455205554,0.234534591263674,0.0235732813569731,0.255951455205554,0.288892906547667,0.0350850987141911,0.057143800198163,0.214135982831018 -6593,0.255951455205554,0.0864858232137243,0.00763153524699461,0.255951455205554,0.0311388467049169,0.00296927554712502,0.255951455205554,0.111221416102348,0.0321039524498977,0.255951455205554,0.0624131308557983,0.0166371660318657,0.255951455205554,0.170332638842776,0.0237221264751125,0.255951455205554,0.141003401098879,0.0138837875170116,0.5,0.255951455205554,0.187122828001653,0.0565259681714427,0.5,0.255951455205554,0.153147600731123,0.0765474007695884,0.5,0.255951455205554,0.0711578196655569,0.0413154483946609,0.255951455205554,0.274400266955083,0.0948801196267936,0.0825901809294858,0.000490021759753485,0.255951455205554,0.0639784268904742,0.00356404467899278,0.5,0.255951455205554,0.0531360185805385,0.000548280954850427,0.255951455205554,0.064370526581953,0.0344199184270162,0.255951455205554,0.0994778396478924,0.0247630536368566,0.255951455205554,0.114593345632707,0.0275699754209917,0.0426540728739884,0.20757289069726 -6594,0.255951455205554,8.21346730164111e-05,0.00356935852423831,0.255951455205554,0.00015258054992015,0.0030705565488224,0.255951455205554,0.0,0.024692430145689,0.255951455205554,0.0,0.0131117159739595,0.255951455205554,0.0,0.0222349458679571,0.255951455205554,0.0,0.0152847292677801,0.5,0.255951455205554,0.0,0.0299069691212401,0.5,0.255951455205554,0.0,0.052882494773294,0.5,0.255951455205554,6.25112817133768e-06,0.025093080350208,0.255951455205554,0.0,0.0510122804492907,0.0,0.000386218415929144,0.255951455205554,0.0,0.00199728397161192,0.5,0.255951455205554,2.07829858232893e-07,0.000920754924063777,0.255951455205554,0.0,0.0186057921350941,0.255951455205554,0.0,0.0144756605169558,0.255951455205554,0.0,0.0226973627658518,0.0,0.187322421180427 -6595,0.255951455205554,0.0,0.00289617767448569,0.255951455205554,0.0,0.00461949782851319,0.255951455205554,0.0,0.0274941667017545,0.255951455205554,0.0,0.0170600962301186,0.255951455205554,0.0,0.0245312761952168,0.255951455205554,0.0,0.0147050546217631,0.5,0.255951455205554,0.0,0.0218334880782269,0.5,0.255951455205554,0.0,0.0449439664869994,0.5,0.255951455205554,0.0,0.0171869560746068,0.255951455205554,0.0,0.0386126648357067,0.0,0.000691466641645892,0.255951455205554,0.0,0.0025584523502563,0.5,0.255951455205554,0.0,0.00161135835903518,0.255951455205554,0.0,0.0141456414089889,0.255951455205554,0.0,0.0144263282113996,0.255951455205554,0.0,0.0242447644855154,0.0,0.159242851647726 -6596,0.255951455205554,0.0,0.00287983011853754,0.255951455205554,0.0,0.00516025538306529,0.255951455205554,0.0,0.0290513429037518,0.255951455205554,0.0,0.0186403975671878,0.255951455205554,0.0,0.0253413301558953,0.255951455205554,0.0,0.0133568694549311,0.5,0.255951455205554,0.0,0.0157725297710869,0.5,0.255951455205554,0.0,0.0318858789423959,0.5,0.255951455205554,0.0,0.0119741850167367,0.255951455205554,0.0,0.0325198995451261,0.0,0.00110250822548257,0.255951455205554,0.0,0.00358615995055564,0.5,0.255951455205554,0.0,0.00311608162927254,0.255951455205554,0.0,0.0106831509385249,0.255951455205554,0.0,0.0116812715944565,0.255951455205554,0.0,0.0231974086289113,0.0,0.134827508948974 -6597,0.255951455205554,0.0,0.00303115723185169,0.255951455205554,0.0,0.00687560286246398,0.255951455205554,0.0,0.028724286443634,0.255951455205554,0.0,0.0180638177722794,0.255951455205554,0.0,0.0259802898008942,0.255951455205554,0.0,0.012631344262899,0.5,0.255951455205554,0.0,0.0147349714001786,0.5,0.255951455205554,0.0,0.0256972368546469,0.5,0.255951455205554,0.0,0.0102939416662877,0.255951455205554,0.0,0.0314150849252786,0.0,0.00244852319901355,0.255951455205554,0.0,0.00476907361525484,0.5,0.255951455205554,0.0,0.00513257399058512,0.255951455205554,0.0,0.00759435554152323,0.255951455205554,0.0,0.00922924591740258,0.255951455205554,0.0,0.0193534573116092,0.0,0.124372837323984 -6598,0.255951455205554,0.0,0.00332604997595553,0.255951455205554,0.0,0.00753750131885874,0.255951455205554,0.0,0.02666744283804,0.255951455205554,0.0,0.0141698998276214,0.255951455205554,0.0,0.0261800134410895,0.255951455205554,0.0,0.0124649873120885,0.5,0.255951455205554,0.0,0.0134285252725595,0.5,0.255951455205554,0.0,0.0209307476321245,0.5,0.255951455205554,0.0,0.00966620606450127,0.255951455205554,0.0,0.0320563112563417,0.0,0.00349483082082017,0.255951455205554,0.0,0.00556521182150192,0.5,0.255951455205554,0.0,0.00695704363341506,0.255951455205554,0.0,0.00575430139153551,0.255951455205554,0.0,0.00761829702285451,0.255951455205554,0.0,0.0134876679054196,0.0,0.131387436722705 -6599,0.255951455205554,0.0,0.00480597699945699,0.255951455205554,0.0,0.00586704925774489,0.255951455205554,0.0,0.0258346385935236,0.255951455205554,0.0,0.0125571470041081,0.255951455205554,0.0,0.0249437316441057,0.255951455205554,0.0,0.0129801280828735,0.5,0.255951455205554,0.0,0.0121403924936354,0.5,0.255951455205554,0.0,0.018461151398504,0.5,0.255951455205554,0.0,0.0104269169603802,0.255951455205554,0.0,0.0328506219959886,0.0,0.00425334473391854,0.255951455205554,0.0,0.00592382554591325,0.5,0.255951455205554,0.0,0.00826077157548723,0.255951455205554,0.0,0.00507750951044784,0.255951455205554,0.0,0.00680530302109909,0.255951455205554,0.0,0.00797417905965935,0.0,0.138596308025341 -6600,0.255951455205554,0.0,0.00688868916540958,0.255951455205554,0.0,0.00452396181337346,0.255951455205554,0.0,0.0265170019122078,0.255951455205554,0.0,0.0150176343552395,0.255951455205554,0.0,0.023964298285292,0.255951455205554,0.0,0.0122361865048002,0.5,0.255951455205554,0.0,0.0110721494844937,0.5,0.255951455205554,0.0,0.0174494451046231,0.5,0.255951455205554,0.0,0.0108477942327012,0.255951455205554,0.0,0.03282947908826,0.0,0.0040517236735623,0.255951455205554,0.0,0.00533921343645183,0.5,0.255951455205554,0.0,0.00755206183785831,0.255951455205554,0.0,0.00457465955487448,0.255951455205554,0.0,0.00591607315614945,0.255951455205554,0.0,0.00438780176069508,0.0,0.148828477506492 -6601,0.255951455205554,0.0,0.00815517804981231,0.255951455205554,0.0,0.00622689293983165,0.255951455205554,0.0,0.0284154518295547,0.255951455205554,0.0,0.0196140623417937,0.255951455205554,0.0,0.0248548009769054,0.255951455205554,0.0,0.0110986651738525,0.5,0.255951455205554,0.0,0.00999055767034543,0.5,0.255951455205554,0.0,0.0173643285915112,0.5,0.255951455205554,0.0,0.0113563656370801,0.255951455205554,0.0,0.0307847558604101,0.0,0.00240225157832357,0.255951455205554,0.0,0.00419218538133997,0.5,0.255951455205554,0.0,0.00685940367038187,0.255951455205554,0.0,0.0034747375960368,0.255951455205554,0.0,0.00469862844608968,0.255951455205554,0.0,0.00271160561026714,0.0,0.153049251725959 -6602,0.255951455205554,0.0,0.0103153657479591,0.255951455205554,0.0,0.00713529502271378,0.255951455205554,0.0,0.0307254888078529,0.255951455205554,0.0,0.0224688460259757,0.255951455205554,0.0,0.0259532107917197,0.255951455205554,0.0,0.0108527728320471,0.5,0.255951455205554,0.0,0.00976747709847121,0.5,0.255951455205554,0.0,0.0179583498525402,0.5,0.255951455205554,0.0,0.0117580444194252,0.255951455205554,0.0,0.0288862019255801,0.0,0.00127936710338764,0.255951455205554,0.0,0.00339188136462514,0.5,0.255951455205554,0.0,0.00762332159226606,0.255951455205554,0.0,0.00256576484576277,0.255951455205554,0.0,0.00446180662423,0.255951455205554,0.0,0.00299290633898633,0.0,0.150023518895125 -6603,0.255951455205554,0.0,0.0135365682216492,0.255951455205554,0.0,0.00625405164442374,0.255951455205554,0.0,0.0324252674609191,0.255951455205554,0.0,0.02682356399894,0.255951455205554,0.0,0.0241250627108536,0.255951455205554,0.0,0.0102669954037255,0.5,0.255951455205554,0.0,0.00910637741269191,0.5,0.255951455205554,0.0,0.0173341763384329,0.5,0.255951455205554,0.0,0.0117520578564775,0.255951455205554,0.0,0.025399836059648,0.0,0.00212420053650036,0.255951455205554,0.0,0.00293291431639525,0.5,0.255951455205554,0.0,0.00704275833828003,0.255951455205554,0.0,0.00225535388216204,0.255951455205554,0.0,0.0044338314659267,0.255951455205554,0.0,0.00354823126416439,0.0,0.143235512985879 -6604,0.255951455205554,0.0,0.0159914278334997,0.255951455205554,0.0,0.00644270951274678,0.255951455205554,0.0,0.0337526051981833,0.255951455205554,0.0,0.0312706884897352,0.255951455205554,0.0,0.0232576588901024,0.255951455205554,0.0,0.00961060679259523,0.5,0.255951455205554,0.0,0.00960459271048097,0.5,0.255951455205554,0.0,0.0161808408880417,0.5,0.255951455205554,0.0,0.0126855890025173,0.255951455205554,0.0,0.029411159279128,0.0,0.00359611468142471,0.255951455205554,0.0,0.00261295298176547,0.5,0.255951455205554,0.0,0.00517794938976129,0.255951455205554,0.0,0.00257300705202061,0.255951455205554,0.0,0.00410541033485033,0.255951455205554,0.0,0.00335497943277367,0.0,0.164416798013966 -6605,0.255951455205554,0.0,0.0187023726441356,0.255951455205554,0.0,0.00834600122205612,0.255951455205554,0.0,0.033572201012731,0.255951455205554,0.0,0.0357750372925498,0.255951455205554,0.0,0.0235437495909455,0.255951455205554,0.0,0.00897994882152286,0.5,0.255951455205554,0.0,0.0104259194428926,0.5,0.255951455205554,0.0,0.0160347729818173,0.5,0.255951455205554,0.0,0.0135301169317385,0.255951455205554,0.0,0.0319772951483219,0.0,0.00466401940914209,0.255951455205554,0.0,0.00250935091002098,0.5,0.255951455205554,0.0,0.00345636149320171,0.255951455205554,0.0,0.00313662915348717,0.255951455205554,0.0,0.00390524019232402,0.255951455205554,0.0,0.00274124056586507,0.0,0.205671993034764 -6606,0.255951455205554,0.0,0.0280948982825942,0.255951455205554,0.0,0.0109220722820181,0.255951455205554,0.0,0.0394153157374873,0.255951455205554,0.0,0.0450814101425885,0.255951455205554,0.0,0.0236423642391437,0.255951455205554,0.0,0.00874144825328186,0.5,0.255951455205554,0.0,0.0111300231993968,0.5,0.255951455205554,0.0,0.0148550286640314,0.5,0.255951455205554,0.0,0.0134414881369252,0.255951455205554,0.0,0.0319044437417001,0.0,0.00566966212907952,0.255951455205554,0.0,0.00359138246697379,0.5,0.255951455205554,0.0,0.00280853612816282,0.255951455205554,0.0,0.0038641956311327,0.255951455205554,0.0,0.00445077690016255,0.255951455205554,0.0,0.00249444912358164,0.0,0.216953539425563 -6607,0.255951455205554,0.0,0.0396103015794776,0.255951455205554,0.0,0.0170493283989716,0.255951455205554,0.0,0.0470334630438583,0.255951455205554,0.0,0.0590750739684524,0.255951455205554,0.0,0.0240164048308088,0.255951455205554,0.0,0.00854941210555578,0.5,0.255951455205554,0.0,0.0112982424641237,0.5,0.255951455205554,0.0,0.0161817634644374,0.5,0.255951455205554,0.000874564091102841,0.012888221839483,0.255951455205554,0.0,0.031531057006562,0.00286381252773916,0.0072973591654304,0.255951455205554,0.00309730988433135,0.00568928723960505,0.5,0.255951455205554,0.00104190822053396,0.00313358455846266,0.255951455205554,0.00264573697442948,0.0047786785536225,0.255951455205554,0.000742092004979715,0.00558175561352739,0.255951455205554,0.000374641140606175,0.00280935696458924,0.0,0.218472942801757 -6608,0.255951455205554,0.078083802046652,0.0375945823302641,0.255951455205554,0.0883772427628561,0.0223695748254004,0.255951455205554,0.0761234593413365,0.0438428628882047,0.255951455205554,0.0763337510244928,0.0601534958191037,0.255951455205554,0.0688094826610347,0.0213509251939913,0.255951455205554,0.0807165873364558,0.0069135134069814,0.5,0.255951455205554,0.0703395382898474,0.00925952154455117,0.5,0.255951455205554,0.0558128948693795,0.0174689808631319,0.5,0.255951455205554,0.0680437783471509,0.0119860914499973,0.255951455205554,0.0698349785423883,0.0236647408321639,0.0948103412406914,0.00791666795820994,0.255951455205554,0.100912696594971,0.00722812285013812,0.5,0.255951455205554,0.0722593248175878,0.00593698260092659,0.255951455205554,0.0916625818787506,0.00611956879304282,0.255951455205554,0.107134757824034,0.00597033716982531,0.255951455205554,0.0911653884862724,0.00294064361977224,0.0839948458037353,0.218633957867347 -6609,0.255951455205554,0.231305100764095,0.0423173238781469,0.255951455205554,0.242367780029717,0.0321002322977974,0.255951455205554,0.229617169381194,0.0485644471043534,0.255951455205554,0.230050390033882,0.0656448886380279,0.255951455205554,0.223288456684706,0.0194088264046543,0.255951455205554,0.222730100150871,0.00882787177823508,0.5,0.255951455205554,0.217880489394595,0.0107605915938914,0.5,0.255951455205554,0.164055864864033,0.0473728288431085,0.5,0.255951455205554,0.166262798740752,0.0260065829066303,0.255951455205554,0.225933891321457,0.0247921032309307,0.209426685366213,0.0146157888829875,0.255951455205554,0.223201634631177,0.0164474319084215,0.5,0.255951455205554,0.202766724624925,0.0181005725267101,0.255951455205554,0.212680166970727,0.0148634955758879,0.255951455205554,0.256800971794229,0.0124226395180495,0.255951455205554,0.233823221498124,0.00646532189290568,0.237366654265569,0.231720233330838 -6610,0.255951455205554,0.376436801283434,0.075206066082829,0.255951455205554,0.387342176368708,0.0667948126763843,0.255951455205554,0.376551460741087,0.0862217186002837,0.255951455205554,0.376109973553698,0.109234834035749,0.255951455205554,0.373394884220215,0.0324593982798486,0.255951455205554,0.360599955494951,0.019732360181768,0.5,0.255951455205554,0.36279896575214,0.0256684946689503,0.5,0.255951455205554,0.290511372647269,0.100505542988318,0.5,0.255951455205554,0.268921589074399,0.0800472970870167,0.255951455205554,0.381086567458711,0.055108068938409,0.323957578567286,0.0413563251135108,0.255951455205554,0.346273433152558,0.0403130729793518,0.5,0.255951455205554,0.367064787606924,0.0421907155577851,0.255951455205554,0.346113213817523,0.0409282192417159,0.255951455205554,0.400639237561241,0.0373003531148386,0.255951455205554,0.377724219224513,0.0245282466301978,0.380882143368844,0.276931842874688 -6611,0.255951455205554,0.50347200112179,0.132731003979477,0.255951455205554,0.511374196598166,0.116717466402547,0.255951455205554,0.505082268541602,0.11497234748732,0.255951455205554,0.503887805004837,0.151908297663243,0.255951455205554,0.505372786066419,0.0522787590408401,0.255951455205554,0.483213862045608,0.0493020681603981,0.5,0.255951455205554,0.492483172572309,0.0830781536889095,0.5,0.255951455205554,0.417468568985495,0.178470282543022,0.5,0.255951455205554,0.336439685068961,0.15465089642681,0.255951455205554,0.515580812864079,0.156809837699631,0.409264732065447,0.0657491937079738,0.255951455205554,0.461929212617101,0.0616499248485022,0.5,0.255951455205554,0.496519963982673,0.0546949321195168,0.255951455205554,0.454922956802738,0.0601197962631181,0.255951455205554,0.520895598321512,0.061397454223092,0.255951455205554,0.494123322239852,0.052933393296546,0.506189416424674,0.307763774249901 -6612,0.255951455205554,0.578600743226188,0.182066028817994,0.255951455205554,0.582745688556538,0.173824885974065,0.255951455205554,0.582372113277451,0.150353527753856,0.255951455205554,0.580139655198231,0.196544909667001,0.255951455205554,0.586079011783578,0.081196451385038,0.255951455205554,0.567529079215512,0.0913276632018243,0.5,0.255951455205554,0.578050562812058,0.174158161288672,0.5,0.255951455205554,0.482101731154162,0.217800290827376,0.5,0.255951455205554,0.368483831479614,0.190590479795161,0.255951455205554,0.598581510819191,0.324871749092286,0.492235398910782,0.0923023806411861,0.255951455205554,0.544776112979493,0.0792093024667442,0.5,0.255951455205554,0.571653023539339,0.0582695284547115,0.255951455205554,0.505688133673067,0.0768308504388083,0.255951455205554,0.592992694891333,0.0862438138730481,0.255951455205554,0.5626427371162,0.0851500107640031,0.57928846080062,0.276090824454588 -6613,0.255951455205554,0.602610526042794,0.220315022967953,0.255951455205554,0.604481421320116,0.207456662322439,0.255951455205554,0.607239264418873,0.170867671760356,0.255951455205554,0.605177722385121,0.215563804696303,0.255951455205554,0.613483715990334,0.0991151633084508,0.255951455205554,0.603582532729152,0.110251337608043,0.5,0.255951455205554,0.60862658570446,0.261998212495342,0.5,0.255951455205554,0.436374792601272,0.207014019069532,0.5,0.255951455205554,0.345130892981072,0.181654687154298,0.255951455205554,0.629654504804167,0.411668240576288,0.544136835335736,0.109134222595504,0.255951455205554,0.573942923628491,0.0945391827644037,0.5,0.255951455205554,0.594120673156876,0.0642473604799147,0.255951455205554,0.500794687575131,0.0903354137460992,0.255951455205554,0.613574141365147,0.0954660547176157,0.255951455205554,0.582633917611549,0.0989549531627527,0.601699329026017,0.218655219576051 -6614,0.255951455205554,0.578251823797688,0.227739803678592,0.255951455205554,0.578784082911284,0.220995628658256,0.255951455205554,0.585019782780878,0.178089872500851,0.255951455205554,0.583009864184905,0.225046768432444,0.255951455205554,0.592442766838899,0.105421477600208,0.255951455205554,0.532238260073367,0.11317654230686,0.5,0.255951455205554,0.574277200020548,0.22695175372206,0.5,0.255951455205554,0.346345565511923,0.195457190659023,0.5,0.255951455205554,0.289929955757484,0.165895957066136,0.255951455205554,0.613703007020541,0.347101682119768,0.544613786025346,0.11793148899982,0.255951455205554,0.544250396981699,0.107361374620298,0.5,0.255951455205554,0.564480147742742,0.0734456131506941,0.255951455205554,0.46482280613836,0.113494857349195,0.255951455205554,0.580382254401218,0.096655439070671,0.255951455205554,0.506112496961223,0.0969647581296852,0.575907161277297,0.160842905714614 -6615,0.255951455205554,0.494419041212027,0.209955287659171,0.255951455205554,0.494238908296592,0.23951762480115,0.255951455205554,0.501450514426946,0.174850876075759,0.255951455205554,0.502570605701178,0.222856141790302,0.255951455205554,0.516532582212204,0.11405423234304,0.255951455205554,0.399922710254215,0.118270732094369,0.5,0.255951455205554,0.456695163958008,0.207344428991425,0.5,0.255951455205554,0.273867160675993,0.190959218000671,0.5,0.255951455205554,0.216094795691229,0.161300066962173,0.255951455205554,0.534868963351236,0.288154893677657,0.458493522754492,0.104810544509749,0.255951455205554,0.451794761048108,0.118348384271174,0.5,0.255951455205554,0.472692418344061,0.08754144059775,0.255951455205554,0.393832249386494,0.137664264646138,0.255951455205554,0.483466699353218,0.104370137422856,0.255951455205554,0.390441181308638,0.100771273710575,0.490784712520988,0.106855615094246 -6616,0.255951455205554,0.371066894405443,0.158934714621796,0.255951455205554,0.369738927958838,0.209987329228064,0.255951455205554,0.37540263277227,0.154566587746235,0.255951455205554,0.378416815762162,0.194604199598699,0.255951455205554,0.393644768006289,0.109713524426106,0.255951455205554,0.261370073014698,0.117503814825315,0.5,0.255951455205554,0.326789907108423,0.191339920794857,0.5,0.255951455205554,0.194856874260763,0.186105188472011,0.5,0.255951455205554,0.159559171804721,0.145019628369106,0.255951455205554,0.413336808656703,0.262193246170551,0.327595184069965,0.0792099864420579,0.255951455205554,0.328675253887876,0.107764245652283,0.5,0.255951455205554,0.347219789660367,0.0940095466523684,0.255951455205554,0.291267490791231,0.139235326182108,0.255951455205554,0.349794109883078,0.109268487435129,0.255951455205554,0.267902476696209,0.0984981825631328,0.367911390892565,0.064924561843256 -6617,0.255951455205554,0.133395249051642,0.0722435962527013,0.255951455205554,0.120310710067608,0.0836773031136717,0.255951455205554,0.136611061656465,0.0691714861378503,0.255951455205554,0.137032172762419,0.093525890907749,0.255951455205554,0.155499179635588,0.0481074051685894,0.255951455205554,0.113292979452948,0.0853693505172564,0.5,0.255951455205554,0.149449936308158,0.120364180514566,0.5,0.255951455205554,0.0915398634788674,0.158816382016458,0.5,0.255951455205554,0.0748961780236907,0.0984403793287114,0.255951455205554,0.178013268211125,0.177461864336853,0.075058273008769,0.0404221611121725,0.255951455205554,0.0771428578401334,0.0549692061768399,0.5,0.255951455205554,0.0826150303482003,0.049456341122392,0.255951455205554,0.0785962245354139,0.072760109466561,0.255951455205554,0.0974198019316182,0.0505115664674102,0.255951455205554,0.0859178908760125,0.04737117925854,0.13059274153761,0.0438209756741326 -6618,0.255951455205554,0.0,0.0867787698266944,0.255951455205554,0.0,0.081201134067214,0.255951455205554,0.0,0.0723852264759345,0.255951455205554,0.0,0.0910117399930635,0.255951455205554,0.0,0.0479768006376116,0.255951455205554,0.0,0.0730418788664185,0.5,0.255951455205554,0.0,0.0598748619715212,0.5,0.255951455205554,0.0,0.0985458623822167,0.5,0.255951455205554,1.53902494487886e-05,0.0512445973415843,0.255951455205554,0.0,0.105480254773931,0.0,0.0625536197297056,0.255951455205554,0.0,0.0731638715506212,0.5,0.255951455205554,0.0,0.0638946036221063,0.255951455205554,0.0,0.0822333458498017,0.255951455205554,0.0,0.0581874300512528,0.255951455205554,2.37151325152898e-06,0.0422743975848348,0.0,0.0461556332425821 -6619,0.255951455205554,0.0,0.107671223001223,0.255951455205554,0.0,0.0858842260456637,0.255951455205554,0.0,0.0868635864702636,0.255951455205554,0.0,0.115229427299285,0.255951455205554,0.0,0.0509450022379095,0.255951455205554,0.0,0.0605340776951431,0.5,0.255951455205554,0.0,0.0539821695592198,0.5,0.255951455205554,0.0,0.0644652171157537,0.5,0.255951455205554,0.0,0.035570972198146,0.255951455205554,0.0,0.0802955819522236,0.0,0.0725139787577424,0.255951455205554,0.0,0.082364522743183,0.5,0.255951455205554,0.0,0.0679986962078738,0.255951455205554,0.0,0.0816505880499363,0.255951455205554,0.0,0.0663891091507443,0.255951455205554,0.0,0.0383908908832871,0.0,0.0577776489884429 -6620,0.255951455205554,0.0,0.132708142237757,0.255951455205554,0.0,0.0850973657620617,0.255951455205554,0.0,0.102063024047975,0.255951455205554,0.0,0.142618935235734,0.255951455205554,0.0,0.051606061307086,0.255951455205554,0.0,0.0394563490368219,0.5,0.255951455205554,0.0,0.0452922407593716,0.5,0.255951455205554,0.0,0.0478496670216206,0.5,0.255951455205554,0.0,0.0290125931508797,0.255951455205554,0.0,0.0502864783137665,0.0,0.0771931616807584,0.255951455205554,0.0,0.0852575902318174,0.5,0.255951455205554,0.0,0.0692452773762358,0.255951455205554,0.0,0.0697212693321224,0.255951455205554,0.0,0.0732532539529092,0.255951455205554,0.0,0.0375523733886524,0.0,0.0912010263233121 -6621,0.255951455205554,0.0,0.152342884644719,0.255951455205554,0.0,0.0827748430839509,0.255951455205554,0.0,0.115465653406433,0.255951455205554,0.0,0.16031281629755,0.255951455205554,0.0,0.0546644264565435,0.255951455205554,0.0,0.0256683128722994,0.5,0.255951455205554,0.0,0.0359879545906112,0.5,0.255951455205554,0.0,0.0364914453961029,0.5,0.255951455205554,0.0,0.0253433962243877,0.255951455205554,0.0,0.0434043552686435,0.0,0.0808167616948602,0.255951455205554,0.0,0.0832465571527225,0.5,0.255951455205554,0.0,0.0716771577610773,0.255951455205554,0.0,0.0529102049026041,0.255951455205554,0.0,0.0708518824128071,0.255951455205554,0.0,0.0331863101311216,0.0,0.16143966539318 -6622,0.255951455205554,0.0,0.165564745685973,0.255951455205554,0.0,0.0848598500102334,0.255951455205554,0.0,0.124508952595174,0.255951455205554,0.0,0.167493948596392,0.255951455205554,0.0,0.0578528811125032,0.255951455205554,0.0,0.0145142964919594,0.5,0.255951455205554,0.0,0.0280523263502059,0.5,0.255951455205554,0.0,0.0268717632044341,0.5,0.255951455205554,0.0,0.0220570774509066,0.255951455205554,0.0,0.0425273433664518,0.0,0.0757162708332965,0.255951455205554,0.0,0.0797855527445559,0.5,0.255951455205554,0.0,0.0732889896353256,0.255951455205554,0.0,0.0419464354478069,0.255951455205554,0.0,0.0607398506588304,0.255951455205554,0.0,0.0254240995811691,0.0,0.280174411120038 -6623,0.255951455205554,0.0,0.169057529104119,0.255951455205554,0.0,0.0951042144506983,0.255951455205554,0.0,0.127709504120901,0.255951455205554,0.0,0.162187995725741,0.255951455205554,0.0,0.0585440541844941,0.255951455205554,0.0,0.0109995196906003,0.5,0.255951455205554,0.0,0.0214579247328602,0.5,0.255951455205554,0.0,0.0191161304746038,0.5,0.255951455205554,0.0,0.0218984527676548,0.255951455205554,0.0,0.038846381556309,0.0,0.0695292455991172,0.255951455205554,0.0,0.0753808254384957,0.5,0.255951455205554,0.0,0.0732226825847247,0.255951455205554,0.0,0.0355146359129223,0.255951455205554,0.0,0.0503317897065427,0.255951455205554,0.0,0.0176079652233004,0.0,0.387478920277323 -6624,0.255951455205554,0.0,0.172803563003384,0.255951455205554,0.0,0.10501588694957,0.255951455205554,0.0,0.128961536990826,0.255951455205554,0.0,0.153885855613066,0.255951455205554,0.0,0.0588731141454867,0.255951455205554,0.0,0.011422419649806,0.5,0.255951455205554,0.0,0.0174183590023193,0.5,0.255951455205554,0.0,0.0153605578165424,0.5,0.255951455205554,0.0,0.0210345322911572,0.255951455205554,0.0,0.0375018901730976,0.0,0.0604177351587401,0.255951455205554,0.0,0.0680174091392627,0.5,0.255951455205554,0.0,0.0734189438091295,0.255951455205554,0.0,0.030257585274035,0.255951455205554,0.0,0.0423057147452929,0.255951455205554,0.0,0.0131010949193724,0.0,0.48178492236803 -6625,0.255951455205554,0.0,0.186934697360313,0.255951455205554,0.0,0.108018389579674,0.255951455205554,0.0,0.13048476192818,0.255951455205554,0.0,0.156638339768009,0.255951455205554,0.0,0.0530889791579994,0.255951455205554,0.0,0.0127232017451792,0.5,0.255951455205554,0.0,0.0152328049636651,0.5,0.255951455205554,0.0,0.0142659998175923,0.5,0.255951455205554,0.0,0.0197910034960065,0.255951455205554,0.0,0.0336147981338296,0.0,0.0542530623489505,0.255951455205554,0.0,0.059861057184413,0.5,0.255951455205554,0.0,0.0728234298763455,0.255951455205554,0.0,0.0243569322649044,0.255951455205554,0.0,0.0369138030933654,0.255951455205554,0.0,0.0108445657762,0.0,0.55291244437789 -6626,0.255951455205554,0.0,0.205359576194235,0.255951455205554,0.0,0.111001605969138,0.255951455205554,0.0,0.132980867601127,0.255951455205554,0.0,0.166512570864808,0.255951455205554,0.0,0.0519313372903599,0.255951455205554,0.0,0.0141633640252995,0.5,0.255951455205554,0.0,0.0144670801202637,0.5,0.255951455205554,0.0,0.014000750494609,0.5,0.255951455205554,0.0,0.0207609196152016,0.255951455205554,0.0,0.0323263073963589,0.0,0.0536583736432428,0.255951455205554,0.0,0.0569773853460855,0.5,0.255951455205554,0.0,0.0689022948294143,0.255951455205554,0.0,0.0213485524766734,0.255951455205554,0.0,0.0340184215561994,0.255951455205554,0.0,0.00952222548327541,0.0,0.594762911164524 -6627,0.255951455205554,0.0,0.212561218376192,0.255951455205554,0.0,0.121389198234398,0.255951455205554,0.0,0.131514469887286,0.255951455205554,0.0,0.16900623749016,0.255951455205554,0.0,0.0500092703770611,0.255951455205554,0.0,0.0154300899803668,0.5,0.255951455205554,0.0,0.013539917154433,0.5,0.255951455205554,0.0,0.013111514754389,0.5,0.255951455205554,0.0,0.0224621692590948,0.255951455205554,0.0,0.0290960454575254,0.0,0.0595104515756721,0.255951455205554,0.0,0.0599218490540512,0.5,0.255951455205554,0.0,0.0661551020694286,0.255951455205554,0.0,0.0203401679109573,0.255951455205554,0.0,0.0339433465362046,0.255951455205554,0.0,0.00832668071754346,0.0,0.603205821821294 -6628,0.255951455205554,0.0,0.208151865833362,0.255951455205554,0.0,0.120163837018338,0.255951455205554,0.0,0.13242845298263,0.255951455205554,0.0,0.169807191273051,0.255951455205554,0.0,0.0522686527854192,0.255951455205554,0.0,0.0166526386871258,0.5,0.255951455205554,0.0,0.0128506367752181,0.5,0.255951455205554,0.0,0.0122986594805662,0.5,0.255951455205554,0.0,0.0226556923587976,0.255951455205554,0.0,0.0257170280629768,0.0,0.0689421154579897,0.255951455205554,0.0,0.0647091194501162,0.5,0.255951455205554,0.0,0.065990460333537,0.255951455205554,0.0,0.0201026349975637,0.255951455205554,0.0,0.0356969895759125,0.255951455205554,0.0,0.00840889461516823,0.0,0.61298116461045 -6629,0.255951455205554,0.0,0.214937561206499,0.255951455205554,0.0,0.122492296246172,0.255951455205554,0.0,0.134464885066957,0.255951455205554,0.0,0.16848238277391,0.255951455205554,0.0,0.0563845288408986,0.255951455205554,0.0,0.0184492907332231,0.5,0.255951455205554,0.0,0.0125620404937689,0.5,0.255951455205554,0.0,0.0153061935413637,0.5,0.255951455205554,0.0,0.0232711991973573,0.255951455205554,0.0,0.0235154589737545,0.0,0.0772528898223216,0.255951455205554,0.0,0.0715534812237653,0.5,0.255951455205554,0.0,0.0693738407377792,0.255951455205554,0.0,0.0214142567641684,0.255951455205554,0.0,0.0397675713825667,0.255951455205554,0.0,0.00928378560273124,0.0,0.650081651884752 -6630,0.255951455205554,0.0,0.226124398009898,0.255951455205554,0.0,0.140447020555182,0.255951455205554,0.0,0.135893256554676,0.255951455205554,0.0,0.172803926606955,0.255951455205554,0.0,0.0562886524606805,0.255951455205554,0.0,0.0203144419812499,0.5,0.255951455205554,0.0,0.0107653906034182,0.5,0.255951455205554,0.0,0.0176225996101605,0.5,0.255951455205554,0.0,0.0232164445232498,0.255951455205554,0.0,0.0206422929959465,0.0,0.0779072112232976,0.255951455205554,0.0,0.0777776385215274,0.5,0.255951455205554,0.0,0.0769548907183765,0.255951455205554,0.0,0.0244115805968436,0.255951455205554,0.0,0.0419751369473016,0.255951455205554,0.0,0.0111099574596798,0.0,0.686526294576072 -6631,0.255951455205554,0.0,0.24022801412543,0.255951455205554,0.0,0.157871786964334,0.255951455205554,0.0,0.140865778971923,0.255951455205554,0.0,0.180560460754073,0.255951455205554,0.0,0.0583521702540499,0.255951455205554,0.0,0.0200022125075136,0.5,0.255951455205554,0.0,0.0103931841672616,0.5,0.255951455205554,0.0,0.0200267398320279,0.5,0.255951455205554,0.000926454878760032,0.0227718023712845,0.255951455205554,0.0,0.0176579221507524,0.00290612645061541,0.0807403404947306,0.255951455205554,0.00337855627307151,0.0807969525239215,0.5,0.255951455205554,0.000947234332145537,0.0835338570266182,0.255951455205554,0.00327450280651107,0.0257968741222348,0.255951455205554,0.000314496724536153,0.0456978580304403,0.255951455205554,0.000278055623641168,0.0133324013836869,0.0,0.718970703788492 -6632,0.255951455205554,0.082486058866986,0.239914819743398,0.255951455205554,0.090874775579837,0.145713773909925,0.255951455205554,0.076834974847389,0.141195444030153,0.255951455205554,0.0765769477772339,0.187231746656305,0.255951455205554,0.0678163182463572,0.0486426312218879,0.255951455205554,0.0792365737550914,0.0148437643431566,0.5,0.255951455205554,0.0712830386898383,0.00904519599523851,0.5,0.255951455205554,0.0864086132705815,0.018496347778701,0.5,0.255951455205554,0.0983098035602952,0.019838269737538,0.255951455205554,0.0682260387216755,0.0107628133619262,0.131004140530135,0.074531057475359,0.255951455205554,0.132630554188401,0.0780382721459763,0.5,0.255951455205554,0.118390654474661,0.0799674920942493,0.255951455205554,0.130797344932871,0.0247934950613224,0.255951455205554,0.113184176245536,0.0481227255794928,0.255951455205554,0.107381416172239,0.0133926083773865,0.0856697116645748,0.735561661584891 -6633,0.255951455205554,0.242748990607063,0.325085358609763,0.255951455205554,0.252208432704519,0.239623522558015,0.255951455205554,0.235339662463501,0.201958153081755,0.255951455205554,0.235607342849698,0.296591716153144,0.255951455205554,0.225451410062473,0.0494008273672254,0.255951455205554,0.223553413489007,0.0152797078053937,0.5,0.255951455205554,0.227782942807445,0.00965176459988846,0.5,0.255951455205554,0.244470225150471,0.0307328976654304,0.5,0.255951455205554,0.249359510907208,0.0377664419018296,0.255951455205554,0.226398362689051,0.00961036020446101,0.290975987885404,0.115389633818875,0.255951455205554,0.292650110422638,0.132028035740133,0.5,0.255951455205554,0.279239736372765,0.150732196278838,0.255951455205554,0.290848925540179,0.0323613186260455,0.255951455205554,0.273829352571033,0.0877179264949414,0.255951455205554,0.267178156102812,0.0192242032339389,0.245856693684959,0.757810560792523 -6634,0.255951455205554,0.392962929893821,0.480693605033209,0.255951455205554,0.403539039752657,0.436783690936087,0.255951455205554,0.386699551276617,0.333411893618804,0.255951455205554,0.386989347818878,0.399166069369461,0.255951455205554,0.378044287567337,0.114610558984985,0.255951455205554,0.373634232107968,0.0412362937352688,0.5,0.255951455205554,0.384709070443344,0.0289385961068092,0.5,0.255951455205554,0.405272105182101,0.0564897298449402,0.5,0.255951455205554,0.410411189941052,0.0929198308292282,0.255951455205554,0.383263402523444,0.0235728204977753,0.443067185255854,0.227129860583145,0.255951455205554,0.445443512182801,0.258377089074194,0.5,0.255951455205554,0.430665645058217,0.271399881229786,0.255951455205554,0.445018333757241,0.057479233315104,0.255951455205554,0.428335154240686,0.164003801411232,0.255951455205554,0.422268564862334,0.0439121626340145,0.395432975468187,0.790542363818356 -6635,0.255951455205554,0.524914902275316,0.562683317013138,0.255951455205554,0.533266131932315,0.615190609037303,0.255951455205554,0.518703708372117,0.39207112921922,0.255951455205554,0.519778612109395,0.462981972398619,0.255951455205554,0.512155375531183,0.199029771455263,0.255951455205554,0.515213631344097,0.123464981827426,0.5,0.255951455205554,0.520508366093707,0.0954756699475341,0.5,0.255951455205554,0.537093285251476,0.0614765974321774,0.5,0.255951455205554,0.5422636206222,0.137948688652427,0.255951455205554,0.519111102700136,0.0691397485972533,0.560621002908473,0.22894393865002,0.255951455205554,0.563414265562578,0.279325387307535,0.5,0.255951455205554,0.553548532932527,0.385530730691752,0.255951455205554,0.563200304272308,0.0884919773334984,0.255951455205554,0.552385400737005,0.206168565046318,0.255951455205554,0.547506762134562,0.106573707508814,0.526592308588388,0.796292456664989 -6636,0.255951455205554,0.602958007187711,0.623916763294562,0.255951455205554,0.607931658153856,0.676264041444311,0.255951455205554,0.597337623542455,0.445144862130413,0.255951455205554,0.598532963030053,0.537451086464842,0.255951455205554,0.594052009507204,0.29828482681001,0.255951455205554,0.604163871296317,0.191017083327738,0.5,0.255951455205554,0.602595604706007,0.138389004522248,0.5,0.255951455205554,0.61324998940905,0.0614456449074892,0.5,0.255951455205554,0.617519684294945,0.144797800704178,0.255951455205554,0.602147764515095,0.0899007259966913,0.620792364892068,0.283084604875236,0.255951455205554,0.623652049967839,0.318367924362489,0.5,0.255951455205554,0.618929223163737,0.435376573146115,0.255951455205554,0.623826938378315,0.123085125429644,0.255951455205554,0.619143092447195,0.244479738028605,0.255951455205554,0.616553328280825,0.172124008891881,0.603780072257614,0.789488968890388 -6637,0.255951455205554,0.62781799319214,0.68158399161529,0.255951455205554,0.63040210959317,0.632127128265623,0.255951455205554,0.622965421976257,0.49593787415434,0.255951455205554,0.623573773572497,0.598924157710928,0.255951455205554,0.621232025770077,0.342350615837002,0.255951455205554,0.630120220141493,0.200409450751412,0.5,0.255951455205554,0.631002353212551,0.13629509021572,0.5,0.255951455205554,0.635651097309629,0.0538347668113183,0.5,0.255951455205554,0.637633176590917,0.141670873145446,0.255951455205554,0.631814434287461,0.0722023575387478,0.631497267653205,0.368030273795904,0.255951455205554,0.633782379013273,0.358269528768064,0.5,0.255951455205554,0.632930980282634,0.425818338123556,0.255951455205554,0.634129187569834,0.157160077601875,0.255951455205554,0.634424345218128,0.288327167872317,0.255951455205554,0.634238042435391,0.233705973796538,0.628274145937123,0.7641107873854 -6638,0.255951455205554,0.60268061795721,0.702781028631641,0.255951455205554,0.60339783205845,0.694623660004691,0.255951455205554,0.600006898986599,0.517908712121569,0.255951455205554,0.599914711946626,0.550135179445326,0.255951455205554,0.601679578496989,0.361611005196807,0.255951455205554,0.600809021093179,0.18770928661849,0.5,0.255951455205554,0.606118251094622,0.118998701447067,0.5,0.255951455205554,0.605482543674292,0.0427083406386522,0.5,0.255951455205554,0.603542585732766,0.12749753344094,0.255951455205554,0.614311056404626,0.0573624039688785,0.590575260195345,0.380235299923308,0.255951455205554,0.591453707684956,0.373332920970549,0.5,0.255951455205554,0.594569671651843,0.449215466769082,0.255951455205554,0.592331911057016,0.199910750647697,0.255951455205554,0.598635182340737,0.319760350527807,0.255951455205554,0.601625279874195,0.270761835203774,0.60233363536574,0.74139021452918 -6639,0.255951455205554,0.516250175462194,0.685957103454498,0.255951455205554,0.515158766944906,0.627189744336484,0.255951455205554,0.517624089102214,0.533974457193084,0.255951455205554,0.516962360861185,0.604965445770592,0.255951455205554,0.527727452322091,0.346239820101695,0.255951455205554,0.518091613165874,0.170994265080147,0.5,0.255951455205554,0.53110422581535,0.105117194680376,0.5,0.255951455205554,0.522553023781132,0.0308931759363541,0.5,0.255951455205554,0.507399937130113,0.113443206074954,0.255951455205554,0.540097553856148,0.0509469484934448,0.489258979330451,0.393410568865618,0.255951455205554,0.488342190576499,0.389122892457195,0.5,0.255951455205554,0.494630469660482,0.461945234402345,0.255951455205554,0.490080347305371,0.243597818234843,0.255951455205554,0.502158123013797,0.355603597629409,0.255951455205554,0.508494317849392,0.294442134182372,0.51411566715379,0.71614248398681 -6640,0.255951455205554,0.389348017648098,0.586835264391584,0.255951455205554,0.386176893576927,0.507998692469801,0.255951455205554,0.390264861408716,0.469896724384461,0.255951455205554,0.390173573831964,0.55003737358668,0.255951455205554,0.401186770579008,0.258083124664595,0.255951455205554,0.389669703119736,0.134585855105186,0.5,0.255951455205554,0.406290246452948,0.0821258658432575,0.5,0.255951455205554,0.386940332068533,0.0186191303613776,0.5,0.255951455205554,0.366662248813883,0.0838896837640612,0.255951455205554,0.413100634189493,0.0446441480452122,0.356145051681408,0.34221414543215,0.255951455205554,0.353356352926445,0.345273173477391,0.5,0.255951455205554,0.363607601750302,0.416770232345518,0.255951455205554,0.352340112533808,0.220156559281776,0.255951455205554,0.367032057143256,0.334796613326836,0.255951455205554,0.372803079687991,0.255045030482441,0.386955013553453,0.694251067492653 -6641,0.255951455205554,0.128862913116525,0.443361635719566,0.255951455205554,0.116114871290263,0.295228009323445,0.255951455205554,0.131654482749293,0.296096542508055,0.255951455205554,0.132216118260875,0.395303069096322,0.255951455205554,0.149881481850656,0.093358603582962,0.255951455205554,0.129557110998216,0.0445361583553748,0.5,0.255951455205554,0.155834008488939,0.0280210663789609,0.5,0.255951455205554,0.136169823889037,0.00299713466601835,0.5,0.255951455205554,0.108738159276741,0.0324469816381935,0.255951455205554,0.163684693514177,0.013466153408568,0.069384742769782,0.202047086783228,0.255951455205554,0.0712260578279199,0.209393053188081,0.5,0.255951455205554,0.0782439850401239,0.260167054094745,0.255951455205554,0.070949247106461,0.139270196814194,0.255951455205554,0.0918296016270235,0.194132759887934,0.255951455205554,0.10464762410024,0.121151527783424,0.125880761618664,0.661413440624996 -6642,0.255951455205554,0.0,0.432137185415726,0.255951455205554,0.0,0.2781985537902,0.255951455205554,0.0,0.280315223909936,0.255951455205554,0.0,0.352224980497187,0.255951455205554,0.0,0.0786516957653887,0.255951455205554,0.0,0.0369570296813003,0.5,0.255951455205554,0.0,0.0136711911818844,0.5,0.255951455205554,0.0,0.00204189861942019,0.5,0.255951455205554,0.0,0.0295779023408337,0.255951455205554,0.0,0.00650344574743998,0.0,0.19041928868618,0.255951455205554,0.0,0.204360562391213,0.5,0.255951455205554,0.0,0.249346327144476,0.255951455205554,0.0,0.138580839534728,0.255951455205554,0.0,0.187606437780212,0.255951455205554,0.0,0.105697595033476,0.0,0.667655209197746 -6643,0.255951455205554,0.0,0.450606434895158,0.255951455205554,0.0,0.313219681758545,0.255951455205554,0.0,0.301480208597576,0.255951455205554,0.0,0.359014985308819,0.255951455205554,0.0,0.0759967157996636,0.255951455205554,0.0,0.0246572013772565,0.5,0.255951455205554,0.0,0.00948230375069677,0.5,0.255951455205554,0.0,0.00303420007621348,0.5,0.255951455205554,0.0,0.0232075693884438,0.255951455205554,0.0,0.0048340298853733,0.0,0.190518305920707,0.255951455205554,0.0,0.200302709771677,0.5,0.255951455205554,0.0,0.255938792446985,0.255951455205554,0.0,0.105864732062167,0.255951455205554,0.0,0.181060595224508,0.255951455205554,0.0,0.0807503266986468,0.0,0.714046195391142 -6644,0.255951455205554,0.0,0.474817138535805,0.255951455205554,0.0,0.315053438936557,0.255951455205554,0.0,0.299026855079464,0.255951455205554,0.0,0.37792936005291,0.255951455205554,0.0,0.0678936152872489,0.255951455205554,0.0,0.0142919613598369,0.5,0.255951455205554,0.0,0.00733964245322582,0.5,0.255951455205554,0.0,0.00592471294544174,0.5,0.255951455205554,0.0,0.0192958309991509,0.255951455205554,0.0,0.00590872005712873,0.0,0.171715050868814,0.255951455205554,0.0,0.181342633147319,0.5,0.255951455205554,0.0,0.257687917138602,0.255951455205554,0.0,0.0801267019783078,0.255951455205554,0.0,0.154303413074446,0.255951455205554,0.0,0.0507536417762457,0.0,0.811227727846095 -6645,0.255951455205554,0.0,0.492217602945858,0.255951455205554,0.0,0.285109238584732,0.255951455205554,0.0,0.274399922503001,0.255951455205554,0.0,0.368729693944879,0.255951455205554,0.0,0.0593694703976539,0.255951455205554,0.0,0.0101963685428881,0.5,0.255951455205554,0.0,0.00529804128425225,0.5,0.255951455205554,0.0,0.0110509007760166,0.5,0.255951455205554,0.0,0.0166379171542836,0.255951455205554,0.0,0.00542989520930092,0.0,0.136046815631172,0.255951455205554,0.0,0.154101205166122,0.5,0.255951455205554,0.0,0.242206533332774,0.255951455205554,0.0,0.0765314536152423,0.255951455205554,0.0,0.112007626074374,0.255951455205554,0.0,0.0300585106087019,0.0,0.87468611535075 -6646,0.255951455205554,0.0,0.452855251077633,0.255951455205554,0.0,0.242864162433008,0.255951455205554,0.0,0.245013782037111,0.255951455205554,0.0,0.317574125820284,0.255951455205554,0.0,0.0564678491076755,0.255951455205554,0.0,0.00802220784781538,0.5,0.255951455205554,0.0,0.00470947782425766,0.5,0.255951455205554,0.0,0.0186120318987288,0.5,0.255951455205554,0.0,0.0160076000638475,0.255951455205554,0.0,0.00497627847033588,0.0,0.110731232579647,0.255951455205554,0.0,0.129564091723801,0.5,0.255951455205554,0.0,0.214926311280986,0.255951455205554,0.0,0.0831889916382212,0.255951455205554,0.0,0.0775479662596481,0.255951455205554,0.0,0.0218425386798558,0.0,0.885864907199369 -6647,0.255951455205554,0.0,0.375395150247359,0.255951455205554,0.0,0.183656694963987,0.255951455205554,0.0,0.207653325652142,0.255951455205554,0.0,0.273079676453556,0.255951455205554,0.0,0.0554265492785464,0.255951455205554,0.0,0.00739952232687278,0.5,0.255951455205554,0.0,0.00501081954545524,0.5,0.255951455205554,0.0,0.0188335579024548,0.5,0.255951455205554,0.0,0.0157828239867149,0.255951455205554,0.0,0.00444277852473819,0.0,0.112804240326833,0.255951455205554,0.0,0.11275872546722,0.5,0.255951455205554,0.0,0.180878708438478,0.255951455205554,0.0,0.080558728723655,0.255951455205554,0.0,0.0631521763467301,0.255951455205554,0.0,0.016383314926262,0.0,0.864830627613927 -6648,0.255951455205554,0.0,0.322491528888209,0.255951455205554,0.0,0.123858444124682,0.255951455205554,0.0,0.173316605213786,0.255951455205554,0.0,0.238360762950039,0.255951455205554,0.0,0.0478038646839205,0.255951455205554,0.0,0.0063081073098514,0.5,0.255951455205554,0.0,0.00493149201246383,0.5,0.255951455205554,0.0,0.0187562367565049,0.5,0.255951455205554,0.0,0.0132759403207041,0.255951455205554,0.0,0.00395048285871006,0.0,0.108362479820426,0.255951455205554,0.0,0.106068341798551,0.5,0.255951455205554,0.0,0.159336350674906,0.255951455205554,0.0,0.0743088355069542,0.255951455205554,0.0,0.0559933247107613,0.255951455205554,0.0,0.012334001480783,0.0,0.815126376874219 -6649,0.255951455205554,0.0,0.302579293257861,0.255951455205554,0.0,0.118150831797329,0.255951455205554,0.0,0.144445580523311,0.255951455205554,0.0,0.201315388598734,0.255951455205554,0.0,0.0408722543231028,0.255951455205554,0.0,0.00485378819254491,0.5,0.255951455205554,0.0,0.00504357394144261,0.5,0.255951455205554,0.0,0.0173569541493402,0.5,0.255951455205554,0.0,0.0118289631308398,0.255951455205554,0.0,0.00338620200889364,0.0,0.0957384098914602,0.255951455205554,0.0,0.10282983350207,0.5,0.255951455205554,0.0,0.147093303472291,0.255951455205554,0.0,0.068108330802998,0.255951455205554,0.0,0.047873617050833,0.255951455205554,0.0,0.009741290274618,0.0,0.720968456753162 -6650,0.255951455205554,0.0,0.285908221075022,0.255951455205554,0.0,0.13666734214851,0.255951455205554,0.0,0.117619755241894,0.255951455205554,0.0,0.158147215448875,0.255951455205554,0.0,0.0338978056573688,0.255951455205554,0.0,0.00342618267318293,0.5,0.255951455205554,0.0,0.00412425837587263,0.5,0.255951455205554,0.0,0.0180343743066803,0.5,0.255951455205554,0.0,0.0107576722747237,0.255951455205554,0.0,0.00261061074945317,0.0,0.0857580461863394,0.255951455205554,0.0,0.0951853150408718,0.5,0.255951455205554,0.0,0.134202138412548,0.255951455205554,0.0,0.0635797594433479,0.255951455205554,0.0,0.0403794006880137,0.255951455205554,0.0,0.00706282501085657,0.0,0.593216493885598 -6651,0.255951455205554,0.0,0.256528203314478,0.255951455205554,0.0,0.125812513060375,0.255951455205554,0.0,0.0945742230348623,0.255951455205554,0.0,0.13814269405238,0.255951455205554,0.0,0.0276725374734804,0.255951455205554,0.0,0.00343647904317462,0.5,0.255951455205554,0.0,0.00389806067581625,0.5,0.255951455205554,0.0,0.0215567382460878,0.5,0.255951455205554,0.0,0.0103564021356803,0.255951455205554,0.0,0.00180143312783618,0.0,0.0720378188313328,0.255951455205554,0.0,0.088357549886774,0.5,0.255951455205554,0.0,0.12580983940415,0.255951455205554,0.0,0.0650814560224449,0.255951455205554,0.0,0.0357094726615764,0.255951455205554,0.0,0.00582575259215842,0.0,0.441962742092504 -6652,0.255951455205554,0.0,0.252988167104877,0.255951455205554,0.0,0.0913620056322572,0.255951455205554,0.0,0.0795759766999015,0.255951455205554,0.0,0.130632107062032,0.255951455205554,0.0,0.022101116622051,0.255951455205554,0.0,0.00381959814787296,0.5,0.255951455205554,0.0,0.00317806927749558,0.5,0.255951455205554,0.0,0.0209861386118413,0.5,0.255951455205554,0.0,0.00917599277070462,0.255951455205554,0.0,0.00115330262312306,0.0,0.0803859560651084,0.255951455205554,0.0,0.0878011755957284,0.5,0.255951455205554,0.0,0.123526455537598,0.255951455205554,0.0,0.0673414560276619,0.255951455205554,0.0,0.0362632679478092,0.255951455205554,0.0,0.00505770811033146,0.0,0.309378657503631 -6653,0.255951455205554,0.0,0.254577417756872,0.255951455205554,0.0,0.0834420145691558,0.255951455205554,0.0,0.071421791872443,0.255951455205554,0.0,0.117730530880669,0.255951455205554,0.0,0.0193164496625641,0.255951455205554,0.0,0.00423845829751833,0.5,0.255951455205554,0.0,0.00229064044784636,0.5,0.255951455205554,0.0,0.0164882560395137,0.5,0.255951455205554,0.0,0.00956531494109434,0.255951455205554,0.0,0.00107278131042786,0.0,0.0812289325425756,0.255951455205554,0.0,0.0942024359526302,0.5,0.255951455205554,0.0,0.125794589597372,0.255951455205554,0.0,0.0688609728549451,0.255951455205554,0.0,0.0381377479428151,0.255951455205554,0.0,0.00521174934027505,0.0,0.218662767546426 -6654,0.255951455205554,0.0,0.244331281205599,0.255951455205554,0.0,0.0865486945515992,0.255951455205554,0.0,0.0656644325748534,0.255951455205554,0.0,0.0980924376134245,0.255951455205554,0.0,0.0180137240291293,0.255951455205554,0.0,0.00494986097385143,0.5,0.255951455205554,0.0,0.0019480566019112,0.5,0.255951455205554,0.0,0.0155483570342517,0.5,0.255951455205554,0.0,0.0101793470117003,0.255951455205554,0.0,0.00111117225022926,0.0,0.0805022733991612,0.255951455205554,0.0,0.0956085529915091,0.5,0.255951455205554,0.0,0.128948566604505,0.255951455205554,0.0,0.0669191913985278,0.255951455205554,0.0,0.0351929832833807,0.255951455205554,0.0,0.0060849120374722,0.0,0.172266083574596 -6655,0.255951455205554,0.0,0.224381862154096,0.255951455205554,0.0,0.095729221944636,0.255951455205554,0.0,0.0597868819117827,0.255951455205554,0.0,0.0852728328008049,0.255951455205554,0.0,0.0165470541902159,0.255951455205554,0.0,0.00525540923642824,0.5,0.255951455205554,0.0,0.00175212603910064,0.5,0.255951455205554,0.0,0.0148218041084395,0.5,0.255951455205554,0.000808397789261309,0.0104856156461274,0.255951455205554,0.0,0.000988933719420067,0.00198317876797538,0.0894964469103414,0.255951455205554,0.00248306531364365,0.0915665009688261,0.5,0.255951455205554,0.000484703643767108,0.127548803042129,0.255951455205554,0.00236428459858324,0.0632145948459338,0.255951455205554,6.05347822091419e-05,0.0279477545292046,0.255951455205554,8.22314572566845e-05,0.00652209909788199,0.0,0.127594710140241 -6656,0.255951455205554,0.078660204104635,0.199396016296983,0.255951455205554,0.0863935927138441,0.0777764861759324,0.255951455205554,0.0655636531446127,0.0508903543039535,0.255951455205554,0.0723831495208233,0.076360796910163,0.255951455205554,0.0463693187195969,0.0127193758023622,0.255951455205554,0.0799347700341132,0.0037977843615892,0.5,0.255951455205554,0.0538766855341846,0.0016575021582227,0.5,0.255951455205554,0.0844687278506695,0.0101313825557071,0.5,0.255951455205554,0.106070537416949,0.00835507662556483,0.255951455205554,0.0448085179454421,0.000666286847423274,0.124163412953034,0.0794607111312777,0.255951455205554,0.125624529552444,0.0847688565276019,0.5,0.255951455205554,0.113338946528292,0.124600325255939,0.255951455205554,0.126179773012769,0.0460034034651345,0.255951455205554,0.108383477770984,0.0245115509999364,0.255951455205554,0.103556117286656,0.00479939635541526,0.0816921948957644,0.0772255155153006 -6657,0.255951455205554,0.238518064211168,0.211614347410501,0.255951455205554,0.24641740794865,0.0805347168278258,0.255951455205554,0.205674744470857,0.0470671912066923,0.255951455205554,0.229896478637541,0.0700862702630348,0.255951455205554,0.155792335040652,0.0138703604949977,0.255951455205554,0.235412248123547,0.00181320553172724,0.5,0.255951455205554,0.170663008957546,0.00164344270178298,0.5,0.255951455205554,0.240327383052663,0.00507025081862161,0.5,0.255951455205554,0.26135306152389,0.007775538124404,0.255951455205554,0.158816942588608,0.000414927910845652,0.281980798073127,0.100640776329639,0.255951455205554,0.283231617827163,0.125228486878199,0.5,0.255951455205554,0.272663423067448,0.179831041511276,0.255951455205554,0.285422740587781,0.0575480096001724,0.255951455205554,0.268072443726741,0.036574331010989,0.255951455205554,0.263018344495174,0.00360644677498962,0.241217973493337,0.059713234741765 -6658,0.255951455205554,0.386698703162009,0.262372100437773,0.255951455205554,0.395552312375625,0.136282451379089,0.255951455205554,0.345285975959708,0.0585603530389947,0.255951455205554,0.378399307661592,0.084656451149458,0.255951455205554,0.267074252406419,0.0285135985457307,0.255951455205554,0.386009914894216,0.00231525554855581,0.5,0.255951455205554,0.286278463364404,0.00713815029603823,0.5,0.255951455205554,0.39611071542086,0.00482217140595739,0.5,0.255951455205554,0.416845168668001,0.0158585363971193,0.255951455205554,0.257679790018392,0.000584830877514443,0.431381275678267,0.17479061074221,0.255951455205554,0.433242958885067,0.18083084776109,0.5,0.255951455205554,0.421933570984682,0.236906633302335,0.255951455205554,0.43855190586316,0.106861374476646,0.255951455205554,0.421382139330112,0.0659473749409136,0.255951455205554,0.417210226166011,0.00454786937994154,0.388925520990977,0.0571910676567337 -6659,0.255951455205554,0.516191941171838,0.28188085339039,0.255951455205554,0.522869607435586,0.144032919273932,0.255951455205554,0.473180205557766,0.0543404938681456,0.255951455205554,0.507996945260416,0.0764911063611229,0.255951455205554,0.369906830503364,0.0427819280224429,0.255951455205554,0.511559406950066,0.00251343936459457,0.5,0.255951455205554,0.383917850210902,0.0121995210025639,0.5,0.255951455205554,0.523168991520334,0.00406072924194251,0.5,0.255951455205554,0.540715768514604,0.0194346013559427,0.255951455205554,0.344379837736047,0.000911898119926314,0.546489111052315,0.180741325410118,0.255951455205554,0.54896906048226,0.212707382346298,0.5,0.255951455205554,0.54263381350766,0.22984202037881,0.255951455205554,0.556304044312944,0.145085842501268,0.255951455205554,0.544444779464856,0.0788098465741194,0.255951455205554,0.541462041205934,0.003501053007363,0.517934173302314,0.0501819245432138 -6660,0.255951455205554,0.592008368137946,0.272725309920602,0.255951455205554,0.59548462717088,0.174670574144637,0.255951455205554,0.551245507362825,0.0479474932394585,0.255951455205554,0.585140401383985,0.0619692193404413,0.255951455205554,0.431364554630746,0.0621947605132577,0.255951455205554,0.581674801682975,0.00345834566953552,0.5,0.255951455205554,0.451156006952046,0.0169167838639057,0.5,0.255951455205554,0.595175715604297,0.00524411338789498,0.5,0.255951455205554,0.610474903870923,0.0162563632960524,0.255951455205554,0.39343092159104,0.00185966078155885,0.605064777565936,0.206182453239107,0.255951455205554,0.607909881168561,0.23521609065653,0.5,0.255951455205554,0.606234980226083,0.212503809456161,0.255951455205554,0.616979508755931,0.155434502872286,0.255951455205554,0.610534298090099,0.0846700759375618,0.255951455205554,0.609451517917231,0.00171344372149336,0.593444130247181,0.0678976444959631 -6661,0.255951455205554,0.61428426323718,0.239189655277794,0.255951455205554,0.61417151089611,0.190808504752486,0.255951455205554,0.574401245725495,0.0408656289374834,0.255951455205554,0.609183143211397,0.0436976069382622,0.255951455205554,0.439893505410653,0.0895910155707043,0.255951455205554,0.596402516938114,0.00258874346056664,0.5,0.255951455205554,0.441948390109533,0.0275399106212334,0.5,0.255951455205554,0.614090498969505,0.00632168236998762,0.5,0.255951455205554,0.628472621465509,0.0108984173222315,0.255951455205554,0.421137799177869,0.00515546217571573,0.614799013438857,0.224861924946774,0.255951455205554,0.61724643208362,0.233156592667915,0.5,0.255951455205554,0.618899071869683,0.191105185487834,0.255951455205554,0.6272521472721,0.154479358833341,0.255951455205554,0.625315412539853,0.090052385467216,0.255951455205554,0.625860884920229,0.000742786192064089,0.616120870508843,0.120132599770953 -6662,0.255951455205554,0.586111539650863,0.206805916408792,0.255951455205554,0.583620289695512,0.157358697668628,0.255951455205554,0.553930438194247,0.0335493672297599,0.255951455205554,0.582101791904783,0.0285446114589607,0.255951455205554,0.403501811077397,0.112807287508446,0.255951455205554,0.562374531452916,0.00179237516931102,0.5,0.255951455205554,0.38764165878881,0.046815471749332,0.5,0.255951455205554,0.580673427552594,0.00841182439518488,0.5,0.255951455205554,0.590778287992254,0.00664738195206354,0.255951455205554,0.427339224187138,0.0137863852992783,0.573549966299502,0.248948142935049,0.255951455205554,0.574755198794462,0.246322880430946,0.5,0.255951455205554,0.579617753667673,0.247673813178511,0.255951455205554,0.585128853760351,0.144022655789811,0.255951455205554,0.589049798186413,0.0908460933492917,0.255951455205554,0.587155342341127,0.000448278496241524,0.58716973842795,0.187970216149296 -6663,0.255951455205554,0.497198010329409,0.20956112836089,0.255951455205554,0.497870281195455,0.140928182335019,0.255951455205554,0.473108756400434,0.0306744567482014,0.255951455205554,0.493443615509399,0.0221313442144115,0.255951455205554,0.326925076113952,0.117913042671948,0.255951455205554,0.472057334465526,0.00227112960048215,0.5,0.255951455205554,0.317076890159128,0.0642487711289062,0.5,0.255951455205554,0.483846217235572,0.0104730879683956,0.5,0.255951455205554,0.491921104380204,0.00426134290301529,0.255951455205554,0.365651523181961,0.0302103313373479,0.473061393661564,0.28169805077456,0.255951455205554,0.472831148864604,0.269124615165355,0.5,0.255951455205554,0.480337736496404,0.360617397035171,0.255951455205554,0.482054781579233,0.12342031040491,0.255951455205554,0.492436624565144,0.0876431712530245,0.255951455205554,0.488736512578211,0.00105825608525896,0.49798300036491,0.190371321174139 -6664,0.255951455205554,0.366411249958794,0.231373017027992,0.255951455205554,0.370527350299478,0.119904441120543,0.255951455205554,0.345062214624678,0.0305113328504202,0.255951455205554,0.360527927527582,0.0243718420075212,0.255951455205554,0.223472907672265,0.100463678440674,0.255951455205554,0.340437187590418,0.00317242096939237,0.5,0.255951455205554,0.227292915823262,0.0757758832605222,0.5,0.255951455205554,0.353838321745486,0.00932131773008519,0.5,0.255951455205554,0.351687351085883,0.00218207612701509,0.255951455205554,0.25955543403921,0.0412594097066134,0.341856291121361,0.219038065599897,0.255951455205554,0.340391547482705,0.227442252946389,0.5,0.255951455205554,0.35119466227577,0.392344430341405,0.255951455205554,0.345232798311539,0.0662220738571877,0.255951455205554,0.357966479366266,0.0672075421823151,0.255951455205554,0.351857493540777,0.00299899951714068,0.371798745424599,0.13995313225111 -6665,0.255951455205554,0.124026188782184,0.226161666956661,0.255951455205554,0.109072403978434,0.062236090278512,0.255951455205554,0.131752818298899,0.0189693023840402,0.255951455205554,0.131119893129819,0.0183686847825592,0.255951455205554,0.0996338623765652,0.0716708008460519,0.255951455205554,0.132288376668596,0.00223544486151716,0.5,0.255951455205554,0.115474242251635,0.0726784604982324,0.5,0.255951455205554,0.13593056998523,0.00399155692109628,0.5,0.255951455205554,0.102808531578757,0.000878612254016246,0.255951455205554,0.141958539043742,0.0433368613876583,0.0616390175263212,0.192057525307199,0.255951455205554,0.0632953661500595,0.168941525688493,0.5,0.255951455205554,0.0704500280774925,0.274624552887695,0.255951455205554,0.0649372497397904,0.0376834709991875,0.255951455205554,0.0851541588374765,0.0293525441782042,0.255951455205554,0.0983235332348368,0.00454629797869999,0.118543366371538,0.0879800766536884 -6666,0.255951455205554,0.0,0.279601421800215,0.255951455205554,0.0,0.0841425388961109,0.255951455205554,0.0,0.0314190525375485,0.255951455205554,0.0,0.0397688008882936,0.255951455205554,3.05209297437844e-05,0.047343062791964,0.255951455205554,0.0,0.0021599319320728,0.5,0.255951455205554,1.29776699410667e-05,0.0548036462398721,0.5,0.255951455205554,0.0,0.00489673696936512,0.5,0.255951455205554,0.0,0.00190637748072535,0.255951455205554,0.0,0.0269295316147871,0.0,0.242505945858275,0.255951455205554,0.0,0.174796599037946,0.5,0.255951455205554,0.0,0.241519558523228,0.255951455205554,0.0,0.0533252512319026,0.255951455205554,0.0,0.0378763297266408,0.255951455205554,0.0,0.00919939996679109,0.0,0.0652101225194832 -6667,0.255951455205554,0.0,0.307486911443653,0.255951455205554,0.0,0.0932891551349904,0.255951455205554,0.0,0.0458134239307536,0.255951455205554,0.0,0.0702168805992467,0.255951455205554,0.0,0.0327770754482959,0.255951455205554,0.0,0.00235586416183983,0.5,0.255951455205554,0.0,0.0445446959920398,0.5,0.255951455205554,0.0,0.00332408553553098,0.5,0.255951455205554,0.0,0.00325420505155824,0.255951455205554,0.0,0.0175335560718623,0.0,0.239149280377514,0.255951455205554,0.0,0.164830582833621,0.5,0.255951455205554,0.0,0.206426843941435,0.255951455205554,0.0,0.0618869933648771,0.255951455205554,0.0,0.0423842469516132,0.255951455205554,0.0,0.01004860148844,0.0,0.0587791828520999 -6668,0.255951455205554,0.0,0.305240446880748,0.255951455205554,0.0,0.113536115137451,0.255951455205554,0.0,0.0596405163970469,0.255951455205554,0.0,0.0981966391997646,0.255951455205554,0.0,0.0231041195209167,0.255951455205554,0.0,0.00220282760757276,0.5,0.255951455205554,0.0,0.0293464169435192,0.5,0.255951455205554,0.0,0.0026311683798965,0.5,0.255951455205554,0.0,0.00442319647313212,0.255951455205554,0.0,0.0123468021566997,0.0,0.180248933839449,0.255951455205554,0.0,0.147300529988564,0.5,0.255951455205554,0.0,0.18886607964698,0.255951455205554,0.0,0.0645554874286295,0.255951455205554,0.0,0.0465184716506707,0.255951455205554,0.0,0.0103857672543652,0.0,0.0617736750648998 -6669,0.255951455205554,0.0,0.302656988823787,0.255951455205554,0.0,0.124056117159105,0.255951455205554,0.0,0.0692527908139576,0.255951455205554,0.0,0.106248533639945,0.255951455205554,0.0,0.0149132115906014,0.255951455205554,0.0,0.0026074530479237,0.5,0.255951455205554,0.0,0.0189966626932606,0.5,0.255951455205554,0.0,0.0033837045640752,0.5,0.255951455205554,0.0,0.00604093125334193,0.255951455205554,0.0,0.00915839921667609,0.0,0.124425926353933,0.255951455205554,0.0,0.126848468135278,0.5,0.255951455205554,0.0,0.188089753904912,0.255951455205554,0.0,0.0671767613038512,0.255951455205554,0.0,0.0450021337413777,0.255951455205554,0.0,0.0103486578643965,0.0,0.0745765827986063 -6670,0.255951455205554,0.0,0.303032768639281,0.255951455205554,0.0,0.126763421814534,0.255951455205554,0.0,0.0727092406060404,0.255951455205554,0.0,0.100399887581131,0.255951455205554,0.0,0.00956611456134889,0.255951455205554,0.0,0.00361229597995177,0.5,0.255951455205554,0.0,0.0112704155071081,0.5,0.255951455205554,0.0,0.00460980635284087,0.5,0.255951455205554,0.0,0.00733233470204892,0.255951455205554,0.0,0.00392068675050107,0.0,0.108864373145155,0.255951455205554,0.0,0.110475958991262,0.5,0.255951455205554,0.0,0.182920940566725,0.255951455205554,0.0,0.0708532445881126,0.255951455205554,0.0,0.0384292764434697,0.255951455205554,0.0,0.0088048931452977,0.0,0.0855242609325885 -6671,0.255951455205554,0.0,0.292530327191128,0.255951455205554,0.0,0.121026159103519,0.255951455205554,0.0,0.0657285581575072,0.255951455205554,0.0,0.0889151470521793,0.255951455205554,0.0,0.00739607881221762,0.255951455205554,0.0,0.0043213509626002,0.5,0.255951455205554,0.0,0.00686594297271261,0.5,0.255951455205554,0.0,0.00573273201761116,0.5,0.255951455205554,0.0,0.00774692151862305,0.255951455205554,0.0,0.00275341911577381,0.0,0.110057129763893,0.255951455205554,0.0,0.109758174085381,0.5,0.255951455205554,0.0,0.177891342907288,0.255951455205554,0.0,0.0751963569805451,0.255951455205554,0.0,0.0356559352792469,0.255951455205554,0.0,0.00815722814996317,0.0,0.0864030723223203 -6672,0.255951455205554,0.0,0.27661033462941,0.255951455205554,0.0,0.0967729557057797,0.255951455205554,0.0,0.0566447948891767,0.255951455205554,0.0,0.0801255026756751,0.255951455205554,0.0,0.00556449649703484,0.255951455205554,0.0,0.00500220878016962,0.5,0.255951455205554,0.0,0.00466939779933341,0.5,0.255951455205554,0.0,0.00602398417668913,0.5,0.255951455205554,0.0,0.00826280209455667,0.255951455205554,0.0,0.00189483482101989,0.0,0.106600529111994,0.255951455205554,0.0,0.107948376440408,0.5,0.255951455205554,0.0,0.167869198670289,0.255951455205554,0.0,0.0756885679344354,0.255951455205554,0.0,0.0342181957796857,0.255951455205554,0.0,0.0077807933515905,0.0,0.0798619895091195 -6673,0.255951455205554,0.0,0.266223542820368,0.255951455205554,0.0,0.0797535948627516,0.255951455205554,0.0,0.0541129862359904,0.255951455205554,0.0,0.0842743195741656,0.255951455205554,0.0,0.0040424474095222,0.255951455205554,0.0,0.00492109951134421,0.5,0.255951455205554,0.0,0.00295416380418629,0.5,0.255951455205554,0.0,0.00494547182550578,0.5,0.255951455205554,0.0,0.00751910224916894,0.255951455205554,0.0,0.000899293396355843,0.0,0.0970373418627925,0.255951455205554,0.0,0.105180040858774,0.5,0.255951455205554,0.0,0.158322527127105,0.255951455205554,0.0,0.0699627236755302,0.255951455205554,0.0,0.0308210606832514,0.255951455205554,0.0,0.0065310537864884,0.0,0.074372470668594 -6674,0.255951455205554,0.0,0.276131064214281,0.255951455205554,0.0,0.0900515751216221,0.255951455205554,0.0,0.0606136771326551,0.255951455205554,0.0,0.0954386018129937,0.255951455205554,0.0,0.00344486777017132,0.255951455205554,0.0,0.00546936039587598,0.5,0.255951455205554,0.0,0.0019589736139422,0.5,0.255951455205554,0.0,0.00392629184325228,0.5,0.255951455205554,0.0,0.00668606373200608,0.255951455205554,0.0,0.000403116773087857,0.0,0.091721367816235,0.255951455205554,0.0,0.101395532537484,0.5,0.255951455205554,0.0,0.148167347021794,0.255951455205554,0.0,0.0664952736954452,0.255951455205554,0.0,0.0262620368377869,0.255951455205554,0.0,0.00537907848553206,0.0,0.0806046138118555 -6675,0.255951455205554,0.0,0.296410746752455,0.255951455205554,0.0,0.104807354438086,0.255951455205554,0.0,0.0724676912011763,0.255951455205554,0.0,0.107422546090012,0.255951455205554,0.0,0.0022576922932553,0.255951455205554,0.0,0.00494419672852056,0.5,0.255951455205554,0.0,0.00105231285733102,0.5,0.255951455205554,0.0,0.0028811572663765,0.5,0.255951455205554,0.0,0.00553139846300715,0.255951455205554,0.0,5.65498306168199e-05,0.0,0.0963970299975483,0.255951455205554,0.0,0.0957157111619741,0.5,0.255951455205554,0.0,0.135570107426356,0.255951455205554,0.0,0.0594326069229929,0.255951455205554,0.0,0.0222804697597472,0.255951455205554,0.0,0.00438428700943432,0.0,0.126649409565468 -6676,0.255951455205554,0.0,0.32568886248127,0.255951455205554,0.0,0.112284082700413,0.255951455205554,0.0,0.0916228990985757,0.255951455205554,0.0,0.131502014468799,0.255951455205554,0.0,0.00302275806588176,0.255951455205554,0.0,0.00524379472903791,0.5,0.255951455205554,0.0,0.000785873092970682,0.5,0.255951455205554,0.0,0.00221979976875234,0.5,0.255951455205554,0.0,0.00506579833271088,0.255951455205554,0.0,0.000139723801766822,0.0,0.0767344621762262,0.255951455205554,0.0,0.0907287327283587,0.5,0.255951455205554,0.0,0.13169958237682,0.255951455205554,0.0,0.0576741079214056,0.255951455205554,0.0,0.0210981162393611,0.255951455205554,0.0,0.00354959107991611,0.0,0.252168615810601 -6677,0.255951455205554,0.0,0.367920221289176,0.255951455205554,0.0,0.123158201759297,0.255951455205554,0.0,0.104772175049341,0.255951455205554,0.0,0.167269342469307,0.255951455205554,0.0,0.00789650026178855,0.255951455205554,0.0,0.00922872741289066,0.5,0.255951455205554,0.0,0.00103376104063454,0.5,0.255951455205554,0.0,0.00289143167394283,0.5,0.255951455205554,0.0,0.00591732022399033,0.255951455205554,0.0,0.000711938660200854,0.0,0.0982259632120032,0.255951455205554,0.0,0.0872272292778143,0.5,0.255951455205554,0.0,0.138282811131323,0.255951455205554,0.0,0.0568199774733742,0.255951455205554,0.0,0.0219035750694151,0.255951455205554,0.0,0.00337626381700304,0.0,0.459248213601629 -6678,0.255951455205554,0.0,0.382349008061511,0.255951455205554,0.0,0.127421311730346,0.255951455205554,0.0,0.105864649064312,0.255951455205554,0.0,0.154576682958753,0.255951455205554,0.0,0.0103745055341989,0.255951455205554,0.0,0.00947257869052473,0.5,0.255951455205554,0.0,0.001117442565925,0.5,0.255951455205554,0.0,0.00456616233187149,0.5,0.255951455205554,0.0,0.00692972180125514,0.255951455205554,0.0,0.00111775051607187,0.0,0.104101365650858,0.255951455205554,0.0,0.0905199660367719,0.5,0.255951455205554,0.0,0.146064663821021,0.255951455205554,0.0,0.0565047298700152,0.255951455205554,0.0,0.0256208437470164,0.255951455205554,0.0,0.00378792723143906,0.0,0.651884895253846 -6679,0.255951455205554,0.0,0.361833245092487,0.255951455205554,0.0,0.123947206604739,0.255951455205554,0.0,0.108427756037044,0.255951455205554,0.0,0.143590079271625,0.255951455205554,0.0,0.0147261594384229,0.255951455205554,0.0,0.0110577076149145,0.5,0.255951455205554,0.0,0.00177206092564478,0.5,0.255951455205554,0.0,0.00683749836181399,0.5,0.255951455205554,0.000535477738686959,0.00848688517124373,0.255951455205554,0.0,0.00118894284985946,0.00105138730844934,0.0945972857883758,0.255951455205554,0.0017836439669593,0.0978271659589553,0.5,0.255951455205554,0.000185110685375118,0.15454308285135,0.255951455205554,0.00161320834091439,0.0565274871077887,0.255951455205554,8.61072025223537e-06,0.0308021848864082,0.255951455205554,6.567010097172e-06,0.0046183193432353,0.0,0.746279852855101 -6680,0.255951455205554,0.0727747731577735,0.356631965165738,0.255951455205554,0.080102644344774,0.103949804667477,0.255951455205554,0.0640160072164644,0.111560934905276,0.255951455205554,0.0689279722617842,0.151122725740825,0.255951455205554,0.0417510685791079,0.0170490469770778,0.255951455205554,0.0562616314023939,0.0108034084253274,0.5,0.255951455205554,0.0302917485397964,0.00264628280166236,0.5,0.255951455205554,0.0545935963917903,0.0123328527836879,0.5,0.255951455205554,0.103739201355062,0.00868284819391758,0.255951455205554,0.0137258375975295,0.000606138574249867,0.120489693763153,0.0758564079672996,0.255951455205554,0.12088925846542,0.0933890222002191,0.5,0.255951455205554,0.0972801999984409,0.167554926869972,0.255951455205554,0.12021378770064,0.0477042399560038,0.255951455205554,0.100201206357443,0.030251389826564,0.255951455205554,0.098893965294506,0.00423138960214061,0.0762873364434403,0.77840623074112 -6681,0.255951455205554,0.234107634424598,0.421046673492708,0.255951455205554,0.243146241008545,0.154417207662606,0.255951455205554,0.207725650036448,0.137999526472218,0.255951455205554,0.227430350379749,0.183562255039167,0.255951455205554,0.151758059337527,0.0249481757540758,0.255951455205554,0.169224194046541,0.0113814711344347,0.5,0.255951455205554,0.102372562220765,0.00845927013566469,0.5,0.255951455205554,0.151583520002862,0.00998360288116412,0.5,0.255951455205554,0.257809605115007,0.0107999454965179,0.255951455205554,0.0469068193776916,0.00157466431498089,0.278450692534849,0.171630755097392,0.255951455205554,0.277896360108438,0.171565525810714,0.5,0.255951455205554,0.246169363414813,0.270958614397687,0.255951455205554,0.278800474975022,0.0730186967241611,0.255951455205554,0.259437187639273,0.0469467844394112,0.255951455205554,0.257577624406338,0.00417871194356387,0.236304787188149,0.798767025516761 -6682,0.255951455205554,0.385457510044664,0.571267935210116,0.255951455205554,0.394342973197829,0.236405675460949,0.255951455205554,0.339529888828314,0.201189591554337,0.255951455205554,0.377548115350956,0.2647917738998,0.255951455205554,0.25698791653491,0.0467736985347255,0.255951455205554,0.270626957532776,0.0231851730164296,0.5,0.255951455205554,0.162207101895349,0.0265262793945129,0.5,0.255951455205554,0.254814584287056,0.0230928786765057,0.5,0.255951455205554,0.409266030205617,0.0324181320783207,0.255951455205554,0.155549719996919,0.0136162679392844,0.428760800460444,0.234247726488347,0.255951455205554,0.429180012339625,0.255989180207677,0.5,0.255951455205554,0.395499623553234,0.331652063858424,0.255951455205554,0.431888687560007,0.147729761511971,0.255951455205554,0.412779649089276,0.064421948527531,0.255951455205554,0.410943972815844,0.00863599539760358,0.386130719880962,0.818924566267263 -6683,0.255951455205554,0.517083698132415,0.641812467984071,0.255951455205554,0.522665399562623,0.315048448527933,0.255951455205554,0.446181681283779,0.23197896105622,0.255951455205554,0.50846530584818,0.290034492356873,0.255951455205554,0.344484748608754,0.0701078297926496,0.255951455205554,0.357397181585654,0.0498715399562596,0.5,0.255951455205554,0.24376315104323,0.070142401378482,0.5,0.255951455205554,0.356909576403335,0.0417841026104731,0.5,0.255951455205554,0.530088784305468,0.0622625656446919,0.255951455205554,0.370830292457937,0.0477649660811655,0.544925820132678,0.345593428153022,0.255951455205554,0.546121000276535,0.324825092277221,0.5,0.255951455205554,0.527238086679784,0.34126559022084,0.255951455205554,0.549894807240616,0.200856369115193,0.255951455205554,0.535442484498449,0.0858030988281066,0.255951455205554,0.534603257678359,0.0149163613170827,0.517748811939491,0.800798430419662 -6684,0.255951455205554,0.594022059893079,0.65406825470405,0.255951455205554,0.595683528633109,0.362588392244657,0.255951455205554,0.508762212772811,0.254352020806294,0.255951455205554,0.585936668436577,0.315054020921793,0.255951455205554,0.416532162961762,0.108987237086353,0.255951455205554,0.418459862713299,0.0903621097988724,0.5,0.255951455205554,0.320463117735987,0.1395596720986,0.5,0.255951455205554,0.474429056176722,0.049951444373022,0.5,0.255951455205554,0.599132401251551,0.070829982557001,0.255951455205554,0.485138175413107,0.108974950630811,0.60382791504292,0.372297136507392,0.255951455205554,0.605552711676264,0.373681231727742,0.5,0.255951455205554,0.599145243583368,0.385945163460136,0.255951455205554,0.611100095939049,0.199313808723009,0.255951455205554,0.60199962159414,0.102957102291309,0.255951455205554,0.602586070840864,0.0285740885682585,0.595687289074597,0.734615906154134 -6685,0.255951455205554,0.617360667368557,0.666146340715993,0.255951455205554,0.615850602473587,0.432827710106305,0.255951455205554,0.525422025453192,0.284908998551804,0.255951455205554,0.610046738093294,0.365415643398991,0.255951455205554,0.456317259638748,0.167848219547842,0.255951455205554,0.439253912044685,0.119888244726741,0.5,0.255951455205554,0.390067866396863,0.20134483221721,0.5,0.255951455205554,0.526854698890027,0.0491385294816021,0.5,0.255951455205554,0.617422101252315,0.0704874226979639,0.255951455205554,0.518343909902948,0.148843308073978,0.61277558776834,0.451428308756245,0.255951455205554,0.614547528393377,0.420713560430123,0.5,0.255951455205554,0.613205250807922,0.442188835219399,0.255951455205554,0.621648019267397,0.187437805945307,0.255951455205554,0.617326240364871,0.135764798542692,0.255951455205554,0.619253460458203,0.0421549584608572,0.619644565925994,0.697754090965843 -6686,0.255951455205554,0.589207885246537,0.69205014770337,0.255951455205554,0.585810833822465,0.470663274266621,0.255951455205554,0.507803937950794,0.322028369933431,0.255951455205554,0.585065690292729,0.424227210416059,0.255951455205554,0.453933771006937,0.233623731842408,0.255951455205554,0.461236994004736,0.134230403652651,0.5,0.255951455205554,0.38596939350007,0.190939008967803,0.5,0.255951455205554,0.542007255180819,0.0574411194210591,0.5,0.255951455205554,0.584799052765132,0.0743477996290231,0.255951455205554,0.444911782962744,0.145861234876083,0.569764555879095,0.507588722006606,0.255951455205554,0.570610158737045,0.467062815292605,0.5,0.255951455205554,0.573798118067469,0.532951847510273,0.255951455205554,0.579538107327926,0.1931502207862,0.255951455205554,0.581405733453333,0.180879374482149,0.255951455205554,0.585114751415474,0.0461554876518127,0.59160800671019,0.719113381261342 -6687,0.255951455205554,0.499418272479762,0.741212667727625,0.255951455205554,0.496098422782815,0.534358273664298,0.255951455205554,0.445176030126033,0.372246658176482,0.255951455205554,0.500701842300914,0.469330709825917,0.255951455205554,0.368429447314934,0.281519396818721,0.255951455205554,0.400474683317569,0.143404250485898,0.5,0.255951455205554,0.372343380268846,0.219612428505636,0.5,0.255951455205554,0.48353919207326,0.0730030375508133,0.5,0.255951455205554,0.49405419465844,0.0853988354550655,0.255951455205554,0.475435567750917,0.251314282128903,0.46711756632038,0.512696701791817,0.255951455205554,0.467020369047479,0.499445072609736,0.5,0.255951455205554,0.474263045788589,0.611334075989119,0.255951455205554,0.477275638036551,0.204002876391199,0.255951455205554,0.485302457867059,0.233361760642846,0.255951455205554,0.491243445978948,0.0461578240526336,0.501215895223805,0.723550439184401 -6688,0.255951455205554,0.371666630151808,0.739687268572086,0.255951455205554,0.368104556943658,0.48847757294607,0.255951455205554,0.337032544555649,0.401567025745157,0.255951455205554,0.373296079724062,0.500164345409185,0.255951455205554,0.23044276712117,0.27696989287126,0.255951455205554,0.30269263743831,0.143932717993452,0.5,0.255951455205554,0.309050219510714,0.302334252438554,0.5,0.255951455205554,0.366767335151743,0.0800090448230059,0.5,0.255951455205554,0.357437808174957,0.0859916720740785,0.255951455205554,0.344292235275757,0.316110137233463,0.335386846590514,0.375004727858512,0.255951455205554,0.333794188784206,0.416949992203342,0.5,0.255951455205554,0.34575395846658,0.592030830817487,0.255951455205554,0.340638159281039,0.177702809686895,0.255951455205554,0.351827736225567,0.243972903598382,0.255951455205554,0.355976317034142,0.0454020179579784,0.372856248772499,0.758113809472088 -6689,0.255951455205554,0.11300993902497,0.663555375795879,0.255951455205554,0.100629856013027,0.320830235575238,0.255951455205554,0.118909349938826,0.318264146939065,0.255951455205554,0.116964338062927,0.436611883397047,0.255951455205554,0.0929791463954048,0.187734427457375,0.255951455205554,0.115512224441958,0.070970191263091,0.5,0.255951455205554,0.119682952028355,0.227479640951631,0.5,0.255951455205554,0.123653697195489,0.0454031225552471,0.5,0.255951455205554,0.0969918648872241,0.0447980272290959,0.255951455205554,0.0687762325553431,0.197035515318872,0.0558938354150747,0.23580690892252,0.255951455205554,0.0573359978407509,0.281426322029618,0.5,0.255951455205554,0.0638309335621009,0.51026873586767,0.255951455205554,0.059622611061898,0.111274058416065,0.255951455205554,0.0788408489879041,0.130010890305234,0.255951455205554,0.0925007305787558,0.0258718458960344,0.110685819108813,0.813965958771463 -6690,0.255951455205554,0.0,0.644714062840855,0.255951455205554,0.0,0.333340966917289,0.255951455205554,0.0,0.342512371943985,0.255951455205554,0.0,0.48953050621873,0.255951455205554,0.0,0.148073062285303,0.255951455205554,0.0,0.0758613829813894,0.5,0.255951455205554,2.88926997405592e-05,0.137081882468436,0.5,0.255951455205554,0.0,0.0727806470038077,0.5,0.255951455205554,0.0,0.0640043666313343,0.255951455205554,1.49161490261357e-05,0.139398173713761,0.0,0.260843651619279,0.255951455205554,0.0,0.265528479881593,0.5,0.255951455205554,0.0,0.502407917176197,0.255951455205554,0.0,0.132162739570173,0.255951455205554,0.0,0.129346394729721,0.255951455205554,0.0,0.0451372379773412,0.0,0.886394587630964 -6691,0.255951455205554,0.0,0.660862841305691,0.255951455205554,0.0,0.378223859383767,0.255951455205554,0.0,0.396607952426933,0.255951455205554,0.0,0.538649390324069,0.255951455205554,0.0,0.144581797935509,0.255951455205554,0.0,0.0868889875282942,0.5,0.255951455205554,0.0,0.0953901082353919,0.5,0.255951455205554,0.0,0.0832822669846306,0.5,0.255951455205554,0.0,0.0679791031099927,0.255951455205554,0.0,0.114110965386977,0.0,0.307432183181692,0.255951455205554,0.0,0.275694520679904,0.5,0.255951455205554,0.0,0.513874936809414,0.255951455205554,0.0,0.135247509212773,0.255951455205554,0.0,0.136581429758045,0.255951455205554,0.0,0.0483743427126347,0.0,0.971464304534454 -6692,0.255951455205554,0.0,0.656681554124647,0.255951455205554,0.0,0.353752769038851,0.255951455205554,0.0,0.445205120624058,0.255951455205554,0.0,0.57300708148305,0.255951455205554,0.0,0.152275569417146,0.255951455205554,0.0,0.0924116951628636,0.5,0.255951455205554,0.0,0.0917177168372593,0.5,0.255951455205554,0.0,0.090044608682745,0.5,0.255951455205554,0.0,0.0637326684671003,0.255951455205554,0.0,0.0885686467807111,0.0,0.312468828038473,0.255951455205554,0.0,0.294507279618769,0.5,0.255951455205554,0.0,0.536849546302853,0.255951455205554,0.0,0.139116538384897,0.255951455205554,0.0,0.136739952451509,0.255951455205554,0.0,0.0445168918784237,0.0,0.994668287585951 -6693,0.255951455205554,0.0,0.660212771572483,0.255951455205554,0.0,0.297778790688544,0.255951455205554,0.0,0.467035755253614,0.255951455205554,0.0,0.607280666114425,0.255951455205554,0.0,0.180138808332578,0.255951455205554,0.0,0.101185305240896,0.5,0.255951455205554,0.0,0.106813181573104,0.5,0.255951455205554,0.0,0.103272457018643,0.5,0.255951455205554,0.0,0.0592301095721718,0.255951455205554,0.0,0.103722332298376,0.0,0.294358444547532,0.255951455205554,0.0,0.304840851445839,0.5,0.255951455205554,0.0,0.540931364304385,0.255951455205554,0.0,0.146879978362099,0.255951455205554,0.0,0.116863638946607,0.255951455205554,0.0,0.0444228042742719,0.0,1.00128323100046 -6694,0.255951455205554,0.0,0.67668404659165,0.255951455205554,0.0,0.290084245534488,0.255951455205554,0.0,0.458223265988196,0.255951455205554,0.0,0.633258565865908,0.255951455205554,0.0,0.217094480444512,0.255951455205554,0.0,0.127082256825675,0.5,0.255951455205554,0.0,0.128275391702207,0.5,0.255951455205554,0.0,0.12298522249355,0.5,0.255951455205554,0.0,0.0610673652197166,0.255951455205554,0.0,0.111648491774896,0.0,0.246192150520495,0.255951455205554,0.0,0.283109512889463,0.5,0.255951455205554,0.0,0.489696866071143,0.255951455205554,0.0,0.144622565098255,0.255951455205554,0.0,0.0991288016515244,0.255951455205554,0.0,0.0497319463422971,0.0,0.99657931360976 -6695,0.255951455205554,0.0,0.701048160376097,0.255951455205554,0.0,0.331693297949863,0.255951455205554,0.0,0.445471896879543,0.255951455205554,0.0,0.632027575020611,0.255951455205554,0.0,0.257982909193493,0.255951455205554,0.0,0.158170521936676,0.5,0.255951455205554,0.0,0.130383899842955,0.5,0.255951455205554,0.0,0.127179604551947,0.5,0.255951455205554,0.0,0.0663962222121338,0.255951455205554,0.0,0.0907959576017578,0.0,0.207253718069092,0.255951455205554,0.0,0.246099831860586,0.5,0.255951455205554,0.0,0.432757002845822,0.255951455205554,0.0,0.139539718028996,0.255951455205554,0.0,0.098437985705294,0.255951455205554,0.0,0.0537868912396082,0.0,0.988634287387843 -6696,0.255951455205554,0.0,0.721934527800673,0.255951455205554,0.0,0.401025012562284,0.255951455205554,0.0,0.442443840009221,0.255951455205554,0.0,0.611570108379498,0.255951455205554,0.0,0.289569762908991,0.255951455205554,0.0,0.176553643387022,0.5,0.255951455205554,0.0,0.128892531226829,0.5,0.255951455205554,0.0,0.120785861240784,0.5,0.255951455205554,0.0,0.0721168753264339,0.255951455205554,0.0,0.0697420391493272,0.0,0.177085017829023,0.255951455205554,0.0,0.216469607958811,0.5,0.255951455205554,0.0,0.384595359578441,0.255951455205554,0.0,0.136622338791503,0.255951455205554,0.0,0.0923122199128062,0.255951455205554,0.0,0.0499758905576073,0.0,0.990186477495359 -6697,0.255951455205554,0.0,0.734157983742132,0.255951455205554,0.0,0.401911227749488,0.255951455205554,0.0,0.448816878356105,0.255951455205554,0.0,0.612505744746341,0.255951455205554,0.0,0.337564029260639,0.255951455205554,0.0,0.18184703554874,0.5,0.255951455205554,0.0,0.134197793697987,0.5,0.255951455205554,0.0,0.11506603931281,0.5,0.255951455205554,0.0,0.0705215548748649,0.255951455205554,0.0,0.057936483752654,0.0,0.170781600053637,0.255951455205554,0.0,0.194968644283951,0.5,0.255951455205554,0.0,0.344856786908105,0.255951455205554,0.0,0.140393970215302,0.255951455205554,0.0,0.0841688950022111,0.255951455205554,0.0,0.055568039386754,0.0,0.989407333728756 -6698,0.255951455205554,0.0,0.707858482152657,0.255951455205554,0.0,0.380366761557036,0.255951455205554,0.0,0.461611843314171,0.255951455205554,0.0,0.618726807166774,0.255951455205554,0.0,0.367896874536836,0.255951455205554,0.0,0.158050092565344,0.5,0.255951455205554,0.0,0.16584470554345,0.5,0.255951455205554,0.0,0.110388146601004,0.5,0.255951455205554,0.0,0.0743887687389944,0.255951455205554,0.0,0.0977094011528291,0.0,0.163856332190349,0.255951455205554,0.0,0.185973990060156,0.5,0.255951455205554,0.0,0.312478744557357,0.255951455205554,0.0,0.150708074531537,0.255951455205554,0.0,0.0834495454841512,0.255951455205554,0.0,0.0667065203471188,0.0,0.989867042932805 -6699,0.255951455205554,0.0,0.655461783321142,0.255951455205554,0.0,0.450006065582405,0.255951455205554,0.0,0.460726632683034,0.255951455205554,0.0,0.620353137826272,0.255951455205554,0.0,0.390506850659916,0.255951455205554,0.0,0.132477793746974,0.5,0.255951455205554,0.0,0.271021259433312,0.5,0.255951455205554,0.0,0.100408010758628,0.5,0.255951455205554,0.0,0.0766892418155361,0.255951455205554,0.0,0.226260219547576,0.0,0.182175264019836,0.255951455205554,0.0,0.183615869034598,0.5,0.255951455205554,0.0,0.295322357256476,0.255951455205554,0.0,0.161179226973361,0.255951455205554,0.0,0.0851156047627435,0.255951455205554,0.0,0.0793635954158548,0.0,0.985392366157534 -6700,0.255951455205554,0.0,0.678483824155395,0.255951455205554,0.0,0.44378997140714,0.255951455205554,0.0,0.439822293768,0.255951455205554,0.0,0.592252168936077,0.255951455205554,0.0,0.408461802012446,0.255951455205554,0.0,0.125843136585168,0.5,0.255951455205554,0.0,0.392522447252127,0.5,0.255951455205554,0.0,0.0986501979292329,0.5,0.255951455205554,0.0,0.0809656915385647,0.255951455205554,0.0,0.404977992656335,0.0,0.20551877186576,0.255951455205554,0.0,0.187168904454766,0.5,0.255951455205554,0.0,0.297496260411703,0.255951455205554,0.0,0.174089617004538,0.255951455205554,0.0,0.0930161795494069,0.255951455205554,0.0,0.0950397664903675,0.0,0.983216777131547 -6701,0.255951455205554,0.0,0.74131756436009,0.255951455205554,0.0,0.45308563868621,0.255951455205554,0.0,0.436785660062726,0.255951455205554,0.0,0.580118451735282,0.255951455205554,0.0,0.440459117972128,0.255951455205554,0.0,0.184188175678676,0.5,0.255951455205554,0.0,0.50095682565129,0.5,0.255951455205554,0.0,0.0897519219813446,0.5,0.255951455205554,0.0,0.0836780525178046,0.255951455205554,0.0,0.579011578141435,0.0,0.218170129784499,0.255951455205554,0.0,0.199904127544793,0.5,0.255951455205554,0.0,0.318656030378377,0.255951455205554,0.0,0.18835889039036,0.255951455205554,0.0,0.115957260150237,0.255951455205554,0.0,0.107734676895435,0.0,0.981321364552421 -6702,0.255951455205554,0.0,0.784608977954829,0.255951455205554,0.0,0.438027902102487,0.255951455205554,0.0,0.401759218744518,0.255951455205554,0.0,0.478379670393326,0.255951455205554,0.0,0.496863834854162,0.255951455205554,0.0,0.329075432801139,0.5,0.255951455205554,0.0,0.59403640743493,0.5,0.255951455205554,0.0,0.0903253553531096,0.5,0.255951455205554,0.0,0.0753501026775907,0.255951455205554,0.0,0.725564269492295,0.0,0.218698349289745,0.255951455205554,0.0,0.212761643342396,0.5,0.255951455205554,0.0,0.346684737640797,0.255951455205554,0.0,0.215721106551568,0.255951455205554,0.0,0.143608719189489,0.255951455205554,0.0,0.129211594798522,0.0,0.963954513015018 -6703,0.255951455205554,0.0,0.778068009053718,0.255951455205554,0.0,0.390470766264516,0.255951455205554,0.0,0.4122685160574,0.255951455205554,0.0,0.425672351754749,0.255951455205554,0.0,0.525782944165035,0.255951455205554,0.0,0.451542871575814,0.5,0.255951455205554,0.0,0.612026180194015,0.5,0.255951455205554,0.0,0.123654102409143,0.5,0.255951455205554,0.000287731593628927,0.065181509383398,0.255951455205554,0.0,0.570538110715437,0.000137194956885513,0.252983936340011,0.255951455205554,0.000980100415943609,0.234507883574112,0.5,0.255951455205554,4.5529861867507e-05,0.378469996287868,0.255951455205554,0.000984660840231276,0.226936861631481,0.255951455205554,0.0,0.158025714719602,0.255951455205554,0.0,0.161648307904875,0.0,0.944207351865018 -6704,0.255951455205554,0.0138383094979241,0.751731087412827,0.255951455205554,0.0297376558582445,0.358271817655635,0.255951455205554,0.00883580608121089,0.470747841003541,0.255951455205554,0.00271707137739119,0.55630624054064,0.255951455205554,0.00279864929502088,0.550218641887791,0.255951455205554,0.00926896308048114,0.62579458795744,0.5,0.255951455205554,0.00182144722689549,0.513402901510587,0.5,0.255951455205554,0.0333086364446332,0.145629943552762,0.5,0.255951455205554,0.0816857294679592,0.0660670834547809,0.255951455205554,0.000254231203612835,0.368198480264493,0.0923231976239203,0.334190331366283,0.255951455205554,0.0903419714130656,0.287308150334864,0.5,0.255951455205554,0.0554132873030594,0.441187401170613,0.255951455205554,0.0881543672504783,0.250559999209058,0.255951455205554,0.0529715701530729,0.171392252837108,0.255951455205554,0.0455862833590746,0.20342050143367,0.00877750056319989,0.920351659616836 -6705,0.255951455205554,0.0492886133184501,0.769198218041569,0.255951455205554,0.0773694018244226,0.507007250324742,0.255951455205554,0.0200145547120923,0.475849780074346,0.255951455205554,0.00307048659290331,0.561062206656317,0.255951455205554,0.0203064587588172,0.57050212318754,0.255951455205554,0.0211029629293383,0.732008957646208,0.5,0.255951455205554,0.0144836251850675,0.394938657723407,0.5,0.255951455205554,0.0864580274847719,0.177469095827701,0.5,0.255951455205554,0.206010410510257,0.091430127439681,0.255951455205554,0.00601751526698844,0.295882719460027,0.208919499190045,0.374249806038979,0.255951455205554,0.216145746865599,0.407675448222004,0.5,0.255951455205554,0.153013931916854,0.583281655158099,0.255951455205554,0.208604684080208,0.340658101693709,0.255951455205554,0.127208031336048,0.224351148784592,0.255951455205554,0.107191109629611,0.26880093669138,0.0435923466330653,0.953192260612818 -6706,0.255951455205554,0.0695753661500814,0.723668766231993,0.255951455205554,0.0745992616693456,0.474617049787521,0.255951455205554,0.0282481995246072,0.520910858887805,0.255951455205554,0.00380752039857889,0.55863191552615,0.255951455205554,0.0401285765894925,0.579234098615423,0.255951455205554,0.0176242446763411,0.677737490878956,0.5,0.255951455205554,0.0356974317390031,0.41369868246466,0.5,0.255951455205554,0.10614004317016,0.211809447944675,0.5,0.255951455205554,0.318690283374476,0.163179886582971,0.255951455205554,0.036074595858293,0.42642773349647,0.264972797629895,0.383675210815827,0.255951455205554,0.306800698310527,0.444296582975436,0.5,0.255951455205554,0.2579786490109,0.702701279527182,0.255951455205554,0.325392801450988,0.40699157471315,0.255951455205554,0.179270532901792,0.247950563720096,0.255951455205554,0.147096472484041,0.366137343080036,0.0813929516559439,0.963802912196148 -6707,0.255951455205554,0.049887314815111,0.605708515396708,0.255951455205554,0.0309990431690585,0.464177843869698,0.255951455205554,0.0307790860659125,0.536605146903265,0.255951455205554,0.0451465237529709,0.631257656606215,0.255951455205554,0.0672019258561946,0.57129433163521,0.255951455205554,0.0268399784978374,0.589661910986983,0.5,0.255951455205554,0.0560316040721257,0.486683125994033,0.5,0.255951455205554,0.100183615003616,0.21588765455155,0.5,0.255951455205554,0.387792140954645,0.210699048060077,0.255951455205554,0.0374121111368465,0.548896191134106,0.36345304712634,0.352843409207059,0.255951455205554,0.375351687104809,0.465722004692527,0.5,0.255951455205554,0.297992606950646,0.714185337663718,0.255951455205554,0.384329583467494,0.390778657327919,0.255951455205554,0.177903864897955,0.296944526612909,0.255951455205554,0.176326394514657,0.512542502330237,0.0953975502043756,0.964669308065666 -6708,0.255951455205554,0.0296996322038864,0.519027530571609,0.255951455205554,0.0187084488707912,0.474942880421026,0.255951455205554,0.0745739157324369,0.492682434010972,0.255951455205554,0.0501693208845529,0.360057845276166,0.255951455205554,0.0908163572400689,0.582420652206187,0.255951455205554,0.0565657416328068,0.585111993289752,0.5,0.255951455205554,0.0860109324657173,0.604548573673969,0.5,0.255951455205554,0.10199111881809,0.22863847210387,0.5,0.255951455205554,0.405660780783198,0.282946793391862,0.255951455205554,0.0724414965765244,0.742240349055825,0.3814382084479,0.391396027130389,0.255951455205554,0.40232277924422,0.470277909094637,0.5,0.255951455205554,0.30351298654899,0.769883449184646,0.255951455205554,0.370525007355413,0.41937949178903,0.255951455205554,0.158549568373958,0.476628033196104,0.255951455205554,0.204393478875374,0.602075794426206,0.0364441684219965,0.893557204962337 -6709,0.255951455205554,0.0273125991658088,0.417968695988454,0.255951455205554,0.0530978263660162,0.606125815837223,0.255951455205554,0.159278809714893,0.490967564351713,0.255951455205554,0.0092026730118217,0.245093990334041,0.255951455205554,0.0724043464528476,0.603402379149758,0.255951455205554,0.0720636732838675,0.608328076596233,0.5,0.255951455205554,0.118004367935874,0.721004191454186,0.5,0.255951455205554,0.089143915575484,0.212316126536422,0.5,0.255951455205554,0.380646249991825,0.301869185013035,0.255951455205554,0.136572411952248,0.844336897754474,0.293305076594619,0.387779592120941,0.255951455205554,0.353811031604844,0.491777067106883,0.5,0.255951455205554,0.263734745952543,0.776083178480491,0.255951455205554,0.340032762495905,0.464667382077671,0.255951455205554,0.124294577533632,0.530974791198713,0.255951455205554,0.190713126329757,0.614753410835817,0.0166238656904741,0.777973651980999 -6710,0.255951455205554,0.030497087077497,0.370417887970119,0.255951455205554,0.0917480536966386,0.391320237865017,0.255951455205554,0.143770842837508,0.446816651866463,0.255951455205554,0.0270392468404339,0.197403422955892,0.255951455205554,0.058948667555266,0.701366615651389,0.255951455205554,0.0797035502584278,0.680569355746556,0.5,0.255951455205554,0.120997663142491,0.776174997302765,0.5,0.255951455205554,0.0756024201442879,0.278521164890105,0.5,0.255951455205554,0.332077585929107,0.295444264889137,0.255951455205554,0.189549148781161,0.820630397977636,0.24357792019655,0.483797191582725,0.255951455205554,0.281152772630616,0.484374389060257,0.5,0.255951455205554,0.121996859475146,0.718687335504479,0.255951455205554,0.334340108197389,0.472832121996423,0.255951455205554,0.100859437794808,0.430181041496904,0.255951455205554,0.14027706413261,0.61200309523882,0.0360714838824195,0.620126037776896 -6711,0.255951455205554,0.0601355832908312,0.308964816549076,0.255951455205554,0.016415360774567,0.169688995396805,0.255951455205554,0.0950597654213209,0.528159778022494,0.255951455205554,0.276551224889828,0.563234764817002,0.255951455205554,0.0583403122248885,0.78923811432488,0.255951455205554,0.0805686917035822,0.751532883879309,0.5,0.255951455205554,0.0919424891433869,0.716866735894514,0.5,0.255951455205554,0.0731757741007996,0.335466545589527,0.5,0.255951455205554,0.245988628312604,0.307581782450099,0.255951455205554,0.233068042060462,0.839226165629211,0.156506808506455,0.511785861577037,0.255951455205554,0.187381978148108,0.428455750416228,0.5,0.255951455205554,0.0481172903588181,0.616013528004795,0.255951455205554,0.261651794775645,0.458075721433407,0.255951455205554,0.0676380533516337,0.444931553268601,0.255951455205554,0.0902731743178563,0.612789225626768,0.0458897052508069,0.47893185333052 -6712,0.255951455205554,0.0773111591796335,0.281787816300324,0.255951455205554,0.00432281251353974,0.202510367311471,0.255951455205554,0.0374245256096933,0.582682880207821,0.255951455205554,0.0319218247385289,0.572442592783685,0.255951455205554,0.0438975029013941,0.804982416296662,0.255951455205554,0.0441485846800326,0.736875539002949,0.5,0.255951455205554,0.0857854082834272,0.646548317337752,0.5,0.255951455205554,0.0513252920759452,0.26477718035634,0.5,0.255951455205554,0.158101760530116,0.319133024085293,0.255951455205554,0.134005654235816,0.773128760825949,0.0748179937345236,0.368125419287773,0.255951455205554,0.122875660427176,0.33643936135604,0.5,0.255951455205554,0.0364365837650309,0.486681418050182,0.255951455205554,0.152627776074579,0.386255019558746,0.255951455205554,0.0504776339467215,0.497337049014665,0.255951455205554,0.0600105531260453,0.626080034800529,0.059333010594804,0.432871730627459 -6713,0.255951455205554,0.011236810956737,0.281143432544106,0.255951455205554,0.00146563401716429,0.259834982850939,0.255951455205554,0.0126362298770111,0.686147727368671,0.255951455205554,0.00140404044018329,0.638300815579556,0.255951455205554,0.0196418746072639,0.709442363872412,0.255951455205554,0.0241104608012921,0.564724698876735,0.5,0.255951455205554,0.0440177858210193,0.54593180481643,0.5,0.255951455205554,0.0229574918137657,0.18057226443885,0.5,0.255951455205554,0.0586934748628637,0.182729611668953,0.255951455205554,0.0797350455818687,0.623542388671009,0.0164883710366291,0.169210335250254,0.255951455205554,0.0248939420941958,0.286863988291347,0.5,0.255951455205554,0.0143873752673705,0.437433238400228,0.255951455205554,0.0270487732545212,0.319844237482406,0.255951455205554,0.0252145612534233,0.471381416672906,0.255951455205554,0.0219351332540166,0.53212110810523,0.0727690706881551,0.644343703559443 -6714,0.255951455205554,3.01665188624697e-06,0.37613790033518,0.255951455205554,0.0,0.392175847295266,0.255951455205554,6.31637811237896e-05,0.740931167158877,0.255951455205554,4.60642012357759e-05,0.759235017609471,0.255951455205554,3.77119397429406e-05,0.562815480444582,0.255951455205554,3.91676733671711e-05,0.330641891870768,0.5,0.255951455205554,0.000262354670681313,0.412216391134969,0.5,0.255951455205554,7.18289651171442e-05,0.145907858648025,0.5,0.255951455205554,9.94609811190836e-06,0.114527223646017,0.255951455205554,4.91935392741174e-05,0.626889528258732,0.0,0.132294942094845,0.255951455205554,0.0,0.264573550362614,0.5,0.255951455205554,0.0,0.443591409391189,0.255951455205554,0.0,0.260231066271546,0.255951455205554,0.0,0.368743281152688,0.255951455205554,1.53470770738567e-05,0.40954745873843,0.0,0.569983781411958 -6715,0.255951455205554,0.0,0.48863488786547,0.255951455205554,0.0,0.481727001908182,0.255951455205554,0.0,0.73311662763008,0.255951455205554,0.0,0.772153910117912,0.255951455205554,0.0,0.494064143578842,0.255951455205554,0.0,0.248626187959561,0.5,0.255951455205554,0.0,0.414932068265862,0.5,0.255951455205554,0.0,0.117460110330321,0.5,0.255951455205554,0.0,0.120475384476951,0.255951455205554,0.0,0.533731267871217,0.0,0.130271112051679,0.255951455205554,0.0,0.261255955768048,0.5,0.255951455205554,0.0,0.481948696298866,0.255951455205554,0.0,0.247901258932136,0.255951455205554,0.0,0.328731747120151,0.255951455205554,0.0,0.319097524594969,0.0,0.514815625437003 -6716,0.255951455205554,0.0,0.623479009999029,0.255951455205554,0.0,0.489032426267857,0.255951455205554,0.0,0.712369217657798,0.255951455205554,0.0,0.744540758808653,0.255951455205554,0.0,0.453536294383547,0.255951455205554,0.0,0.260221025129753,0.5,0.255951455205554,0.0,0.32667411156194,0.5,0.255951455205554,0.0,0.0985782307627705,0.5,0.255951455205554,0.0,0.134753042709049,0.255951455205554,0.0,0.24386869423592,0.0,0.146971047390974,0.255951455205554,0.0,0.257785891246643,0.5,0.255951455205554,0.0,0.472263871326631,0.255951455205554,0.0,0.24257913453432,0.255951455205554,0.0,0.32181658298907,0.255951455205554,0.0,0.210245115058594,0.0,0.632683073807648 -6717,0.255951455205554,0.0,0.793440005277216,0.255951455205554,0.0,0.527292561226168,0.255951455205554,0.0,0.659988469151923,0.255951455205554,0.0,0.764944281417916,0.255951455205554,0.0,0.463031287916123,0.255951455205554,0.0,0.299707947825727,0.5,0.255951455205554,0.0,0.17781890283623,0.5,0.255951455205554,0.0,0.0856893374261638,0.5,0.255951455205554,0.0,0.128955218504535,0.255951455205554,0.0,0.128191697942653,0.0,0.178737151026799,0.255951455205554,0.0,0.227196152876263,0.5,0.255951455205554,0.0,0.431453311159503,0.255951455205554,0.0,0.249006082509968,0.255951455205554,0.0,0.252653089878767,0.255951455205554,0.0,0.142121135407165,0.0,0.597991208461612 -6718,0.255951455205554,0.0,0.868558769904627,0.255951455205554,0.0,0.464126064045083,0.255951455205554,0.0,0.586988501259405,0.255951455205554,0.0,0.642581409124361,0.255951455205554,0.0,0.470412996785368,0.255951455205554,0.0,0.291005318741986,0.5,0.255951455205554,0.0,0.109307995431423,0.5,0.255951455205554,0.0,0.0851410644255011,0.5,0.255951455205554,0.0,0.116554241590462,0.255951455205554,0.0,0.111705328156669,0.0,0.14857389393324,0.255951455205554,0.0,0.178835376943394,0.5,0.255951455205554,0.0,0.361722874286356,0.255951455205554,0.0,0.237074268923827,0.255951455205554,0.0,0.236424256288516,0.255951455205554,0.0,0.160965085371762,0.0,0.613770725180722 -6719,0.255951455205554,0.0,0.870581269985688,0.255951455205554,0.0,0.395863884221519,0.255951455205554,0.0,0.545223652971277,0.255951455205554,0.0,0.534679821927421,0.255951455205554,0.0,0.387681407886445,0.255951455205554,0.0,0.198973727369211,0.5,0.255951455205554,0.0,0.113937973124587,0.5,0.255951455205554,0.0,0.0781693674056521,0.5,0.255951455205554,0.0,0.129510526273073,0.255951455205554,0.0,0.124584879805806,0.0,0.130497902938424,0.255951455205554,0.0,0.167820789265796,0.5,0.255951455205554,0.0,0.273253178315793,0.255951455205554,0.0,0.203536328124701,0.255951455205554,0.0,0.236986325772428,0.255951455205554,0.0,0.211116452708728,0.0,0.812553731916903 -6720,0.255951455205554,0.0,0.82728941517959,0.255951455205554,0.0,0.341561508068793,0.255951455205554,0.0,0.526535528848829,0.255951455205554,0.0,0.516690469436104,0.255951455205554,0.0,0.246670732413243,0.255951455205554,0.0,0.190280174060249,0.5,0.255951455205554,0.0,0.111111066780116,0.5,0.255951455205554,0.0,0.0657701022111544,0.5,0.255951455205554,0.0,0.127642849311415,0.255951455205554,0.0,0.098110108448312,0.0,0.135865929677938,0.255951455205554,0.0,0.161521464670587,0.5,0.255951455205554,0.0,0.231991232199986,0.255951455205554,0.0,0.196952848035193,0.255951455205554,0.0,0.24379484942514,0.255951455205554,0.0,0.263011446217341,0.0,0.788079862473768 -6721,0.255951455205554,0.0,0.755535872717713,0.255951455205554,0.0,0.358062195792682,0.255951455205554,0.0,0.485957530860673,0.255951455205554,0.0,0.515327479911587,0.255951455205554,0.0,0.240399923359329,0.255951455205554,0.0,0.180622012572896,0.5,0.255951455205554,0.0,0.0941263421493565,0.5,0.255951455205554,0.0,0.0453240158666063,0.5,0.255951455205554,0.0,0.0777573202555599,0.255951455205554,0.0,0.0938198140737615,0.0,0.123566033994587,0.255951455205554,0.0,0.16105423917026,0.5,0.255951455205554,0.0,0.250683097567456,0.255951455205554,0.0,0.237787894411382,0.255951455205554,0.0,0.265928182449319,0.255951455205554,0.0,0.285313340607623,0.0,0.85716651995887 -6722,0.255951455205554,0.0,0.640140381540133,0.255951455205554,0.0,0.360205431499816,0.255951455205554,0.0,0.451781778008811,0.255951455205554,0.0,0.485497830960043,0.255951455205554,0.0,0.271661362317314,0.255951455205554,0.0,0.120525653261718,0.5,0.255951455205554,0.0,0.113302140826778,0.5,0.255951455205554,0.0,0.0562523375348666,0.5,0.255951455205554,0.0,0.0607387168697472,0.255951455205554,0.0,0.126956937124221,0.0,0.124168209689361,0.255951455205554,0.0,0.184908583057675,0.5,0.255951455205554,0.0,0.267281857817128,0.255951455205554,0.0,0.237297646753462,0.255951455205554,0.0,0.22965014497277,0.255951455205554,0.0,0.186463694086186,0.0,0.835546683539339 -6723,0.255951455205554,0.0,0.596620604362883,0.255951455205554,0.0,0.370020748138734,0.255951455205554,0.0,0.441289094029759,0.255951455205554,0.0,0.475429376176098,0.255951455205554,0.0,0.29844267236846,0.255951455205554,0.0,0.122264961080112,0.5,0.255951455205554,0.0,0.148259891971047,0.5,0.255951455205554,0.0,0.0593280969244882,0.5,0.255951455205554,0.0,0.0654638356229953,0.255951455205554,0.0,0.12919652710769,0.0,0.114159909647939,0.255951455205554,0.0,0.16300881211413,0.5,0.255951455205554,0.0,0.252904834838809,0.255951455205554,0.0,0.158906766146087,0.255951455205554,0.0,0.148092630086508,0.255951455205554,0.0,0.0947914111869452,0.0,0.836646846751909 -6724,0.255951455205554,0.0,0.578069983293735,0.255951455205554,0.0,0.31209132135653,0.255951455205554,0.0,0.420500551080427,0.255951455205554,0.0,0.492788674843526,0.255951455205554,0.0,0.311698887241251,0.255951455205554,0.0,0.147111987193893,0.5,0.255951455205554,0.0,0.157436945232387,0.5,0.255951455205554,0.0,0.0595035962315834,0.5,0.255951455205554,0.0,0.0590973841420039,0.255951455205554,0.0,0.125677793144521,0.0,0.0933440424227789,0.255951455205554,0.0,0.101477453285825,0.5,0.255951455205554,0.0,0.207149455522634,0.255951455205554,0.0,0.109345218863504,0.255951455205554,0.0,0.0791908769381424,0.255951455205554,0.0,0.101695627904135,0.0,0.801311480596307 -6725,0.255951455205554,0.0,0.631182132948019,0.255951455205554,0.0,0.273246658499183,0.255951455205554,0.0,0.403861517413994,0.255951455205554,0.0,0.45632218844539,0.255951455205554,0.0,0.299595577912186,0.255951455205554,0.0,0.155600558421401,0.5,0.255951455205554,0.0,0.158868050375933,0.5,0.255951455205554,0.0,0.06357978626906,0.5,0.255951455205554,0.0,0.0495400443463275,0.255951455205554,0.0,0.105350998637355,0.0,0.0815056528629387,0.255951455205554,0.0,0.08283107025223,0.5,0.255951455205554,0.0,0.163595144232317,0.255951455205554,0.0,0.0712170570729866,0.255951455205554,0.0,0.0801535345008211,0.255951455205554,0.0,0.101922499153114,0.0,0.824262745533746 -6726,0.255951455205554,0.0,0.656578235593868,0.255951455205554,0.0,0.237898749140732,0.255951455205554,0.0,0.3885434134905,0.255951455205554,0.0,0.424916222129909,0.255951455205554,0.0,0.271544190560908,0.255951455205554,0.0,0.141103168034553,0.5,0.255951455205554,0.0,0.143970859413616,0.5,0.255951455205554,0.0,0.0693867919421213,0.5,0.255951455205554,0.0,0.0422177128422967,0.255951455205554,0.0,0.0745357699306919,0.0,0.0496022642188108,0.255951455205554,0.0,0.0642358771562136,0.5,0.255951455205554,0.0,0.146799537568986,0.255951455205554,0.0,0.0624519919040539,0.255951455205554,0.0,0.0915465958947245,0.255951455205554,0.0,0.0885374992213241,0.0,0.886607198629709 -6727,0.255951455205554,0.0,0.631912189049957,0.255951455205554,0.0,0.211257427037885,0.255951455205554,0.0,0.35729180733352,0.255951455205554,0.0,0.415578195515823,0.255951455205554,0.0,0.25120885948363,0.255951455205554,0.0,0.116746792486474,0.5,0.255951455205554,0.0,0.138837037089157,0.5,0.255951455205554,0.0,0.0766535881601836,0.5,0.255951455205554,7.95007956294396e-05,0.036975761844083,0.255951455205554,0.0,0.0492994452116841,1.38061795072673e-06,0.0476142586743607,0.255951455205554,0.000464058198242621,0.065675548319297,0.5,0.255951455205554,8.22255494240456e-06,0.160314883357612,0.255951455205554,0.000381395278490369,0.060607125580558,0.255951455205554,0.0,0.0986850998283506,0.255951455205554,0.0,0.067716680620753,0.0,0.902935451972293 -6728,0.255951455205554,0.0514340663594052,0.592594027812883,0.255951455205554,0.0679384707067011,0.194368806692173,0.255951455205554,0.0507012906134903,0.312899616963383,0.255951455205554,0.049063399994105,0.380184275339531,0.255951455205554,0.0331835175154695,0.229613057645438,0.255951455205554,0.0278412619326688,0.10539919127403,0.5,0.255951455205554,0.0325325093658466,0.132257536541044,0.5,0.255951455205554,0.0197893713429593,0.0843371151268404,0.5,0.255951455205554,0.044728829046703,0.0393908016093539,0.255951455205554,0.0359023516788594,0.037023166885043,0.104225096484229,0.0454228670860671,0.255951455205554,0.0952209189877846,0.0609864142213467,0.5,0.255951455205554,0.0967496789380376,0.143341592957141,0.255951455205554,0.0661896753473308,0.0532728267686535,0.255951455205554,0.0830954268749824,0.0675040295943318,0.255951455205554,0.0642798948673785,0.046664472855858,0.0507977240070402,0.894163923580075 -6729,0.255951455205554,0.184608251300607,0.587236864502141,0.255951455205554,0.208248912974655,0.28261096532594,0.255951455205554,0.183656628036001,0.342704279981432,0.255951455205554,0.195472257460107,0.392409365430574,0.255951455205554,0.130684065769394,0.265934192406746,0.255951455205554,0.109304471756001,0.12535373677819,0.5,0.255951455205554,0.139769440341078,0.155523550533599,0.5,0.255951455205554,0.0764182137475137,0.113883869146994,0.5,0.255951455205554,0.128871024576034,0.0711348502869044,0.255951455205554,0.13288777098511,0.0625764330428973,0.244510302776196,0.108163601868155,0.255951455205554,0.211906780997156,0.109066991129981,0.5,0.255951455205554,0.253053234518206,0.232280796402069,0.255951455205554,0.13273196791148,0.0742314668852366,0.255951455205554,0.22367536941423,0.115756086240256,0.255951455205554,0.174501834828788,0.0881697614809657,0.173776803087096,0.875796405838318 -6730,0.255951455205554,0.346703454256945,0.674955751002445,0.255951455205554,0.362118641551162,0.379665452441183,0.255951455205554,0.299480507285351,0.406584445448888,0.255951455205554,0.350581678595208,0.415378777868993,0.255951455205554,0.242891553257951,0.394968330019046,0.255951455205554,0.239024166345589,0.205809973933849,0.5,0.255951455205554,0.234308361189568,0.244261132003804,0.5,0.255951455205554,0.142969366719451,0.184849883164507,0.5,0.255951455205554,0.235506236730692,0.152352527592323,0.255951455205554,0.165713891275039,0.180498726514963,0.3976668302918,0.260846602910487,0.255951455205554,0.313746303499908,0.211412022178486,0.5,0.255951455205554,0.398481386324254,0.381511587898702,0.255951455205554,0.188704525996892,0.0945745454898967,0.255951455205554,0.350458431132324,0.203270413258357,0.255951455205554,0.273939233992138,0.180631578312639,0.321467938660391,0.824125581985937 -6731,0.255951455205554,0.479466881659212,0.72212150898991,0.255951455205554,0.49372802224337,0.448125797481287,0.255951455205554,0.394553871902217,0.50231727017458,0.255951455205554,0.458462244385808,0.46348940292316,0.255951455205554,0.343587803602302,0.568178370407201,0.255951455205554,0.369128256191678,0.395428444437104,0.5,0.255951455205554,0.264950172150967,0.484421145464325,0.5,0.255951455205554,0.202957170028175,0.215500863496036,0.5,0.255951455205554,0.340509314236788,0.253316582386423,0.255951455205554,0.0880494058460729,0.251840074291185,0.499675375615706,0.338884543473876,0.255951455205554,0.380039721077929,0.30420521811826,0.5,0.255951455205554,0.513717953208621,0.472983111520665,0.255951455205554,0.220630835588767,0.100532595927341,0.255951455205554,0.436067134690036,0.261470461168348,0.255951455205554,0.328148870614049,0.326760894074131,0.498100299746946,0.737106735984105 -6732,0.255951455205554,0.533533011647103,0.678539016757736,0.255951455205554,0.543078187610752,0.575250233640514,0.255951455205554,0.481281047685824,0.609108555847515,0.255951455205554,0.502678414468015,0.591093969946166,0.255951455205554,0.389150561127608,0.671784283716611,0.255951455205554,0.375857369105976,0.607789421325787,0.5,0.255951455205554,0.245917735867098,0.592299166720667,0.5,0.255951455205554,0.234933375621773,0.19332587894578,0.5,0.255951455205554,0.417153001471803,0.293401309469361,0.255951455205554,0.0898902873039905,0.246473685182674,0.505221244386769,0.316981581352144,0.255951455205554,0.377480318833857,0.360339152002565,0.5,0.255951455205554,0.571446361251134,0.508473192583892,0.255951455205554,0.243975586844841,0.12622477687526,0.255951455205554,0.460375710351647,0.394344225044806,0.255951455205554,0.365671412649271,0.483849795341585,0.572118314743174,0.791799240371892 -6733,0.255951455205554,0.486177416941174,0.588133601449974,0.255951455205554,0.49279703442157,0.606068564980045,0.255951455205554,0.452676554339431,0.633669253027507,0.255951455205554,0.526408984481627,0.62974408952108,0.255951455205554,0.425033220119679,0.732814442305671,0.255951455205554,0.347310523603233,0.754353543986471,0.5,0.255951455205554,0.208782877401664,0.631674253192845,0.5,0.255951455205554,0.238226854814178,0.194579196030652,0.5,0.255951455205554,0.441480292027479,0.282311249216282,0.255951455205554,0.0599494881520384,0.309806216228779,0.48504493416116,0.38812935007321,0.255951455205554,0.350080339611294,0.379264640576239,0.5,0.255951455205554,0.551523727216065,0.569881483531545,0.255951455205554,0.260320817362562,0.186815196704106,0.255951455205554,0.426035565453223,0.456251959137333,0.255951455205554,0.390766200142893,0.558343945394242,0.579636842683444,0.812145931355372 -6734,0.255951455205554,0.401758239430927,0.488218464647114,0.255951455205554,0.486460789531148,0.559586369283804,0.255951455205554,0.321560912788101,0.619582978892047,0.255951455205554,0.311650788288725,0.600369960759604,0.255951455205554,0.411106583270036,0.773882618270399,0.255951455205554,0.252715513763171,0.79484201713689,0.5,0.255951455205554,0.113480846830594,0.637176626249362,0.5,0.255951455205554,0.225023584861755,0.177918137116817,0.5,0.255951455205554,0.406985904808205,0.266697572962354,0.255951455205554,0.0250105092937476,0.242221466795554,0.443157541580925,0.411704375958145,0.255951455205554,0.311446257960121,0.388331747114129,0.5,0.255951455205554,0.431726662197393,0.561639197239416,0.255951455205554,0.283509543142169,0.278696672053692,0.255951455205554,0.375617343173852,0.465466419869833,0.255951455205554,0.367384109032789,0.608757652206047,0.406514042863075,0.804647470191407 -6735,0.255951455205554,0.354123058410937,0.43641279899545,0.255951455205554,0.273459878831166,0.458355726473373,0.255951455205554,0.212930448754095,0.50974595397184,0.255951455205554,0.128919069317713,0.520587791049238,0.255951455205554,0.34609855475478,0.788280922820055,0.255951455205554,0.116655712409903,0.755736735082885,0.5,0.255951455205554,0.0532928389819789,0.482970866338908,0.5,0.255951455205554,0.19960788843445,0.0926170723764841,0.5,0.255951455205554,0.320554947800608,0.200733541766515,0.255951455205554,0.0215544553350981,0.174526825156097,0.273823943672951,0.354854433200032,0.255951455205554,0.235046211494253,0.314573656282681,0.5,0.255951455205554,0.293447178507218,0.434690413269721,0.255951455205554,0.239774740499236,0.296855540198836,0.255951455205554,0.2879803208985,0.420927655517856,0.255951455205554,0.225160222022934,0.570934508673157,0.317989095824458,0.827411232842522 -6736,0.255951455205554,0.165341803230445,0.323807212225466,0.255951455205554,0.0857543563607167,0.220661397675378,0.255951455205554,0.16850904063498,0.380861658714992,0.255951455205554,0.148512897504935,0.302160890294081,0.255951455205554,0.268967442391142,0.752446001571895,0.255951455205554,0.0545193436385667,0.524560781889182,0.5,0.255951455205554,0.0503618000455705,0.383028968280818,0.5,0.255951455205554,0.161677786835599,0.0729117944338446,0.5,0.255951455205554,0.210754562541812,0.0864525604665327,0.255951455205554,0.047440872563432,0.120355516087554,0.226422679917118,0.299652561518825,0.255951455205554,0.162116740010784,0.212624863132368,0.5,0.255951455205554,0.190768670776609,0.271508224903702,0.255951455205554,0.120518210559352,0.236089169782325,0.255951455205554,0.146575604807569,0.303310581480784,0.255951455205554,0.0988526338596734,0.493194640042714,0.248863169796475,0.911399983820399 -6737,0.255951455205554,0.0316583476174581,0.235224449657092,0.255951455205554,0.0509407989328135,0.099653816154403,0.255951455205554,0.0823934669643448,0.303415959369678,0.255951455205554,0.0913679304888588,0.200274479949618,0.255951455205554,0.110745447291403,0.663298075322901,0.255951455205554,0.0315148481787441,0.353292519329679,0.5,0.255951455205554,0.0296109366627861,0.268342338562801,0.5,0.255951455205554,0.0788236245338342,0.0756474286417342,0.5,0.255951455205554,0.0675276127239332,0.0558796644134872,0.255951455205554,0.0317195025727345,0.0920733050632708,0.0422783056048151,0.199527462017334,0.255951455205554,0.0434341188808277,0.147363192593252,0.5,0.255951455205554,0.0469321813725211,0.117334951723319,0.255951455205554,0.030769145833046,0.183607764873233,0.255951455205554,0.036429214875519,0.190471922962464,0.255951455205554,0.0254440305031996,0.368963768774259,0.02890075587671,0.90949889299022 -6738,0.255951455205554,3.45624441151667e-08,0.178584994830513,0.255951455205554,0.0,0.139743009776379,0.255951455205554,0.0,0.336069584697083,0.255951455205554,0.0,0.258494639472459,0.255951455205554,0.0,0.532320812862312,0.255951455205554,1.31020105271267e-05,0.27327992572737,0.5,0.255951455205554,0.0,0.239501357081852,0.5,0.255951455205554,0.0,0.0821172664657791,0.5,0.255951455205554,0.0,0.0529416497595602,0.255951455205554,0.0,0.0634241305868539,0.0,0.178337358831031,0.255951455205554,0.0,0.170295310334444,0.5,0.255951455205554,0.0,0.121798848342334,0.255951455205554,0.0,0.168639585096279,0.255951455205554,0.0,0.168712106017047,0.255951455205554,4.38161353078484e-08,0.231519472484408,0.0,0.907140246316909 -6739,0.255951455205554,0.0,0.269626812735509,0.255951455205554,0.0,0.196827733794514,0.255951455205554,0.0,0.387964808819203,0.255951455205554,0.0,0.363852972340737,0.255951455205554,0.0,0.500741210938511,0.255951455205554,0.0,0.265601839561438,0.5,0.255951455205554,0.0,0.226101023008047,0.5,0.255951455205554,0.0,0.104086263108406,0.5,0.255951455205554,0.0,0.067830562858587,0.255951455205554,0.0,0.079654429170739,0.0,0.225922549712646,0.255951455205554,0.0,0.211442331385205,0.5,0.255951455205554,0.0,0.160146383257665,0.255951455205554,0.0,0.182603536531106,0.255951455205554,0.0,0.157361328195029,0.255951455205554,0.0,0.172927905017121,0.0,0.911841897790044 -6740,0.255951455205554,0.0,0.378543903085442,0.255951455205554,0.0,0.279781749811619,0.255951455205554,0.0,0.411005260237712,0.255951455205554,0.0,0.430828936703164,0.255951455205554,0.0,0.568866688600715,0.255951455205554,0.0,0.275068986647832,0.5,0.255951455205554,0.0,0.199548352689767,0.5,0.255951455205554,0.0,0.130572989700006,0.5,0.255951455205554,0.0,0.0942020711358146,0.255951455205554,0.0,0.0992725726917579,0.0,0.269208207938008,0.255951455205554,0.0,0.240186036819552,0.5,0.255951455205554,0.0,0.228862503923804,0.255951455205554,0.0,0.223441118540736,0.255951455205554,0.0,0.166848634796757,0.255951455205554,0.0,0.156619079562214,0.0,0.921216372609146 -6741,0.255951455205554,0.0,0.503425081027553,0.255951455205554,0.0,0.294467683480623,0.255951455205554,0.0,0.413366440502433,0.255951455205554,0.0,0.431401802830708,0.255951455205554,0.0,0.604633794546303,0.255951455205554,0.0,0.272948319946237,0.5,0.255951455205554,0.0,0.196163765617026,0.5,0.255951455205554,0.0,0.136832738738404,0.5,0.255951455205554,0.0,0.11398414905118,0.255951455205554,0.0,0.178600495976326,0.0,0.252079157310775,0.255951455205554,0.0,0.24650277980072,0.5,0.255951455205554,0.0,0.307296471332233,0.255951455205554,0.0,0.295505934571767,0.255951455205554,0.0,0.18594344520917,0.255951455205554,0.0,0.164277007322916,0.0,0.932956298518894 -6742,0.255951455205554,0.0,0.538113147785002,0.255951455205554,0.0,0.270990713116271,0.255951455205554,0.0,0.434605891141791,0.255951455205554,0.0,0.431690439024237,0.255951455205554,0.0,0.610102595773718,0.255951455205554,0.0,0.246269618538594,0.5,0.255951455205554,0.0,0.255866886759002,0.5,0.255951455205554,0.0,0.128364925167293,0.5,0.255951455205554,0.0,0.130551357960015,0.255951455205554,0.0,0.237884449023296,0.0,0.215788571068966,0.255951455205554,0.0,0.241496417349118,0.5,0.255951455205554,0.0,0.318960458412422,0.255951455205554,0.0,0.328658144397916,0.255951455205554,0.0,0.21195140560564,0.255951455205554,0.0,0.168117948883921,0.0,0.949429109223542 -6743,0.255951455205554,0.0,0.518078295385646,0.255951455205554,0.0,0.286839814427056,0.255951455205554,0.0,0.483399559886732,0.255951455205554,0.0,0.484228267650862,0.255951455205554,0.0,0.568590036184342,0.255951455205554,0.0,0.297712962561214,0.5,0.255951455205554,0.0,0.406114444496723,0.5,0.255951455205554,0.0,0.122086184974071,0.5,0.255951455205554,0.0,0.138752970163067,0.255951455205554,0.0,0.616468019854062,0.0,0.212083913429678,0.255951455205554,0.0,0.248095730297565,0.5,0.255951455205554,0.0,0.290378324114202,0.255951455205554,0.0,0.331314772948183,0.255951455205554,0.0,0.215450467247174,0.255951455205554,0.0,0.186313266926909,0.0,0.953596953978265 -6744,0.255951455205554,0.0,0.514630889313296,0.255951455205554,0.0,0.37398670955623,0.255951455205554,0.0,0.518665042979768,0.255951455205554,0.0,0.583830627003023,0.255951455205554,0.0,0.588859318523137,0.255951455205554,0.0,0.497403541537192,0.5,0.255951455205554,0.0,0.573436125125697,0.5,0.255951455205554,0.0,0.119116147095498,0.5,0.255951455205554,0.0,0.129727765749379,0.255951455205554,0.0,0.602854948027187,0.0,0.205143876249364,0.255951455205554,0.0,0.244726453453382,0.5,0.255951455205554,0.0,0.263418903872601,0.255951455205554,0.0,0.33693135244669,0.255951455205554,0.0,0.200941923932726,0.255951455205554,0.0,0.264871363836601,0.0,0.951804591387728 -6745,0.255951455205554,0.0,0.551706231020646,0.255951455205554,0.0,0.434522509061832,0.255951455205554,0.0,0.507767258865699,0.255951455205554,0.0,0.551674632586962,0.255951455205554,0.0,0.651176423349065,0.255951455205554,0.0,0.642240632073844,0.5,0.255951455205554,0.0,0.592076287109965,0.5,0.255951455205554,0.0,0.0995797223093646,0.5,0.255951455205554,0.0,0.104986439003984,0.255951455205554,0.0,0.55036265312199,0.0,0.221659117150603,0.255951455205554,0.0,0.246555781771769,0.5,0.255951455205554,0.0,0.299720956079515,0.255951455205554,0.0,0.341802503451367,0.255951455205554,0.0,0.214777484792608,0.255951455205554,0.0,0.420083406887135,0.0,0.947455489688272 -6746,0.255951455205554,0.0,0.605800667432967,0.255951455205554,0.0,0.339861064069075,0.255951455205554,0.0,0.496058292897924,0.255951455205554,0.0,0.464230833158953,0.255951455205554,0.0,0.68197848507243,0.255951455205554,0.0,0.659085664003137,0.5,0.255951455205554,0.0,0.599315113686427,0.5,0.255951455205554,0.0,0.0878784840747929,0.5,0.255951455205554,0.0,0.0854202259788148,0.255951455205554,0.0,0.710400824321664,0.0,0.254622546633882,0.255951455205554,0.0,0.246804587847877,0.5,0.255951455205554,0.0,0.346634629984168,0.255951455205554,0.0,0.331387326991385,0.255951455205554,0.0,0.320645798081121,0.255951455205554,0.0,0.439472854011447,0.0,0.950279903446967 -6747,0.255951455205554,0.0,0.521787090518627,0.255951455205554,0.0,0.381186846570329,0.255951455205554,0.0,0.47395583368494,0.255951455205554,0.0,0.412876863292666,0.255951455205554,0.0,0.660420904425911,0.255951455205554,0.0,0.6162489963398,0.5,0.255951455205554,0.0,0.659871968196571,0.5,0.255951455205554,0.0,0.0919293734236808,0.5,0.255951455205554,0.0,0.0842641651063679,0.255951455205554,0.0,0.567206007087149,0.0,0.22977562393338,0.255951455205554,0.0,0.241705982589762,0.5,0.255951455205554,0.0,0.369421151098248,0.255951455205554,0.0,0.282288471107253,0.255951455205554,0.0,0.323381404358598,0.255951455205554,0.0,0.460329901996774,0.0,0.951478018818422 -6748,0.255951455205554,0.0,0.426028746644404,0.255951455205554,0.0,0.374039118520856,0.255951455205554,0.0,0.526706336998296,0.255951455205554,0.0,0.465935470508053,0.255951455205554,0.0,0.569919386696503,0.255951455205554,0.0,0.647627722844959,0.5,0.255951455205554,0.0,0.616161674440141,0.5,0.255951455205554,0.0,0.0924862624199423,0.5,0.255951455205554,0.0,0.0778070640994933,0.255951455205554,0.0,0.374704955146966,0.0,0.187560909104071,0.255951455205554,0.0,0.244190814045985,0.5,0.255951455205554,0.0,0.448187803853875,0.255951455205554,0.0,0.253064363346535,0.255951455205554,0.0,0.379874470733665,0.255951455205554,0.0,0.46566821182664,0.0,0.951003593823836 -6749,0.255951455205554,0.0,0.425367939988692,0.255951455205554,0.0,0.422203338830308,0.255951455205554,0.0,0.573954976915569,0.255951455205554,0.0,0.523914517978017,0.255951455205554,0.0,0.45334356068284,0.255951455205554,0.0,0.704923255925459,0.5,0.255951455205554,0.0,0.549715598867166,0.5,0.255951455205554,0.0,0.0890356021896853,0.5,0.255951455205554,0.0,0.0657264055565479,0.255951455205554,0.0,0.417327774990596,0.0,0.144796928889023,0.255951455205554,0.0,0.223289700196609,0.5,0.255951455205554,0.0,0.510513382171686,0.255951455205554,0.0,0.243597272978909,0.255951455205554,0.0,0.386623647890033,0.255951455205554,0.0,0.402311943281748,0.0,0.947327132756561 -6750,0.255951455205554,0.0,0.534421267021313,0.255951455205554,0.0,0.398169151571132,0.255951455205554,0.0,0.558091364507423,0.255951455205554,0.0,0.513823274302282,0.255951455205554,0.0,0.391250316321677,0.255951455205554,0.0,0.646452143379763,0.5,0.255951455205554,0.0,0.566033522573022,0.5,0.255951455205554,0.0,0.0784124696769105,0.5,0.255951455205554,0.0,0.0516631969424183,0.255951455205554,0.0,0.50323397965835,0.0,0.197402738955292,0.255951455205554,0.0,0.235769332427644,0.5,0.255951455205554,0.0,0.526787880769257,0.255951455205554,0.0,0.206292960347195,0.255951455205554,0.0,0.373048897385122,0.255951455205554,0.0,0.396262924965878,0.0,0.955510573391411 -6751,0.255951455205554,0.0,0.592178547997021,0.255951455205554,0.0,0.41724177123881,0.255951455205554,0.0,0.515312996179963,0.255951455205554,0.0,0.493093146428683,0.255951455205554,0.0,0.362609326277724,0.255951455205554,0.0,0.554512798394263,0.5,0.255951455205554,0.0,0.595118244731427,0.5,0.255951455205554,0.0,0.08303356943247,0.5,0.255951455205554,3.68718557593417e-05,0.0520161480396215,0.255951455205554,0.0,0.473749446171128,0.0,0.247065508983856,0.255951455205554,3.63070075917625e-05,0.280447317813715,0.5,0.255951455205554,0.0,0.513721185635437,0.255951455205554,0.000134818271380158,0.193109817129403,0.255951455205554,0.0,0.382984398588744,0.255951455205554,0.0,0.39553787160015,0.0,0.945192820405813 -6752,0.255951455205554,0.0090532560221732,0.592360447085409,0.255951455205554,0.0222054794876166,0.396173059941243,0.255951455205554,0.00726927085905553,0.453842621221265,0.255951455205554,0.00269380947395595,0.414301826316022,0.255951455205554,0.00203539588535747,0.389148145623838,0.255951455205554,0.00349022267472005,0.587542760995252,0.5,0.255951455205554,0.00425142486529837,0.565294435220569,0.5,0.255951455205554,0.0573261009964926,0.0864760596187656,0.5,0.255951455205554,0.0817216498907548,0.057426101883656,0.255951455205554,0.00176163039171258,0.406069003877132,0.0118540177696022,0.268251190382017,0.255951455205554,0.0185385707230614,0.280892591977575,0.5,0.255951455205554,0.02868388112707,0.532558993990781,0.255951455205554,0.0230508605594825,0.19839126746387,0.255951455205554,0.00984876771614356,0.382564008904802,0.255951455205554,0.0126558282661985,0.345851570411802,0.00723844944352647,0.941780562864323 -6753,0.255951455205554,0.0386658083370637,0.532947535667044,0.255951455205554,0.0549580746894423,0.366410242428836,0.255951455205554,0.0578921674978278,0.516661906521358,0.255951455205554,0.0447072658547583,0.414883370611337,0.255951455205554,0.0173903479334798,0.418110369777947,0.255951455205554,0.018484560211491,0.616376090927844,0.5,0.255951455205554,0.026909761582625,0.499525113219386,0.5,0.255951455205554,0.198459286381417,0.0793487331685421,0.5,0.255951455205554,0.231386543165624,0.0766182084442991,0.255951455205554,0.0161488881751231,0.343394874301111,0.00994926072541798,0.274411309763124,0.255951455205554,0.0663248824755561,0.308188161414592,0.5,0.255951455205554,0.0573091774906726,0.544436650569908,0.255951455205554,0.0836782315221332,0.226303076754295,0.255951455205554,0.0445772228160051,0.414374227302082,0.255951455205554,0.0441665485556264,0.275750767095317,0.0584780479401116,0.956088580376978 -6754,0.255951455205554,0.0830542400075741,0.537376597884736,0.255951455205554,0.206229778822991,0.568327120659984,0.255951455205554,0.0926237201964895,0.638879016982767,0.255951455205554,0.0855292458701825,0.540489336446571,0.255951455205554,0.04214501549478,0.451623244874889,0.255951455205554,0.0542821795222719,0.596379450712136,0.5,0.255951455205554,0.0609715545330714,0.457311194976118,0.5,0.255951455205554,0.348816687462679,0.106543236243891,0.5,0.255951455205554,0.384464655868813,0.133198139770022,0.255951455205554,0.0474512234090591,0.400019265897839,0.0286021027685323,0.295967986409128,0.255951455205554,0.127117363796273,0.357247677937077,0.5,0.255951455205554,0.107444888215399,0.518306982803513,0.255951455205554,0.157460824536185,0.252900366343516,0.255951455205554,0.0605784130113004,0.432176049846774,0.255951455205554,0.10814198317498,0.211919028144561,0.0504505244134344,0.945251887288948 -6755,0.255951455205554,0.152482869233792,0.585638285769398,0.255951455205554,0.131992197532892,0.706557849923455,0.255951455205554,0.104626655678688,0.677648259143429,0.255951455205554,0.0849493251377395,0.644088233909698,0.255951455205554,0.0563035415195814,0.453339494295086,0.255951455205554,0.0983726081039506,0.53956496986327,0.5,0.255951455205554,0.095192616424995,0.471239783191454,0.5,0.255951455205554,0.467893627351024,0.134050323408594,0.5,0.255951455205554,0.507584291040253,0.161072466446322,0.255951455205554,0.0902607258488206,0.518324566030765,0.0707126524294188,0.31143612771493,0.255951455205554,0.182763559978973,0.418043552607691,0.5,0.255951455205554,0.223181002337149,0.581987558308453,0.255951455205554,0.233068754676997,0.241782781203175,0.255951455205554,0.0684400534360745,0.358163607822061,0.255951455205554,0.207298935151779,0.257973099754326,0.233049925145318,0.938610032225883 -6756,0.255951455205554,0.124396121522238,0.605087904503301,0.255951455205554,0.0656762127281231,0.80092207112769,0.255951455205554,0.116429193651935,0.673599413109111,0.255951455205554,0.0802149975314102,0.6039727151809,0.255951455205554,0.0651701208833067,0.471817762353166,0.255951455205554,0.124172148297272,0.503904392632091,0.5,0.255951455205554,0.106199369510386,0.607369221619559,0.5,0.255951455205554,0.523336121872197,0.167912040592464,0.5,0.255951455205554,0.578537759662697,0.193822413981556,0.255951455205554,0.0656478786569902,0.459170745681882,0.0528199786502295,0.247097796431524,0.255951455205554,0.189451524156929,0.425896090402312,0.5,0.255951455205554,0.281118466054566,0.662018358152421,0.255951455205554,0.325403862731542,0.227300039125144,0.255951455205554,0.111452245318267,0.290641065195006,0.255951455205554,0.304686345674901,0.419145196409664,0.18374925631537,0.940808582001256 -6757,0.255951455205554,0.115347967242964,0.568973497141579,0.255951455205554,0.0114905525023966,0.551963562946076,0.255951455205554,0.114794389406585,0.663345685916092,0.255951455205554,0.0862067977421834,0.594718642452444,0.255951455205554,0.0591839481810941,0.46816688048784,0.255951455205554,0.127088531801391,0.637624769437804,0.5,0.255951455205554,0.102167025762066,0.530600427937608,0.5,0.255951455205554,0.51596499503385,0.205496431056062,0.5,0.255951455205554,0.594448817562923,0.221306026531094,0.255951455205554,0.044521665697488,0.357730235820317,0.0474773039074442,0.146970375709309,0.255951455205554,0.178871073214179,0.356370654452321,0.5,0.255951455205554,0.163069798171883,0.684747556023946,0.255951455205554,0.429068963089172,0.220394434928154,0.255951455205554,0.153665859800187,0.310818598043437,0.255951455205554,0.367597598171726,0.501822653890882,0.145199924034116,0.926901166377179 -6758,0.255951455205554,0.168706143490344,0.62387495209469,0.255951455205554,0.026019384682146,0.484831921163309,0.255951455205554,0.0897781542840992,0.650879012064334,0.255951455205554,0.0678887280520725,0.618239192379922,0.255951455205554,0.0565303087871833,0.437504015357306,0.255951455205554,0.0969731507578904,0.638739695916639,0.5,0.255951455205554,0.0738518453637695,0.476504080870604,0.5,0.255951455205554,0.451763474079632,0.234739359493185,0.5,0.255951455205554,0.556513901078094,0.220620923922504,0.255951455205554,0.0243187261481323,0.442516617405409,0.0549546753955375,0.069846821453565,0.255951455205554,0.206736971735456,0.291243513003374,0.5,0.255951455205554,0.0614816912673128,0.660895400782872,0.255951455205554,0.467411222231245,0.240105175125015,0.255951455205554,0.181990627113726,0.350759083420505,0.255951455205554,0.36827703217031,0.554386753069861,0.0605137304510571,0.917464662655969 -6759,0.255951455205554,0.101361586695964,0.566835820780997,0.255951455205554,0.0333615289857707,0.462113803510011,0.255951455205554,0.0564132179499271,0.607689375371034,0.255951455205554,0.0576928186062694,0.629350127456914,0.255951455205554,0.0777015441847801,0.443892313171231,0.255951455205554,0.0624049054078487,0.55553392536659,0.5,0.255951455205554,0.048834610630398,0.503346129423019,0.5,0.255951455205554,0.333576512000088,0.251025834479591,0.5,0.255951455205554,0.457408667586554,0.211549210203222,0.255951455205554,0.00984585523975428,0.525452131480608,0.144629797126653,0.0909295293818269,0.255951455205554,0.216067987575226,0.2391121402679,0.5,0.255951455205554,0.0337030790843529,0.58550113705767,0.255951455205554,0.387726616081508,0.251839156267967,0.255951455205554,0.174267070674039,0.363538655945703,0.255951455205554,0.289489404248498,0.530940628451718,0.084406857531757,0.923480150111203 -6760,0.255951455205554,0.0391641246819472,0.435483280807684,0.255951455205554,0.0205098464439424,0.387117801026428,0.255951455205554,0.0444783772812116,0.559239164748787,0.255951455205554,0.0254299874905707,0.543305190315048,0.255951455205554,0.110885449423566,0.460511650336537,0.255951455205554,0.0321173221721048,0.460653723793035,0.5,0.255951455205554,0.0303970420996491,0.443103773567914,0.5,0.255951455205554,0.205696426497812,0.168942776800774,0.5,0.255951455205554,0.317322582403485,0.139070119070601,0.255951455205554,0.00352550251271757,0.226839966272224,0.136493484031825,0.130536512461221,0.255951455205554,0.177654161271733,0.185228221387078,0.5,0.255951455205554,0.0207708230355192,0.459676756753365,0.255951455205554,0.277039223388306,0.194530955786487,0.255951455205554,0.126799087395845,0.320517854639073,0.255951455205554,0.172817048429555,0.408849530748395,0.0716891103795597,0.938793909707813 -6761,0.255951455205554,0.00966308780743673,0.378724476136388,0.255951455205554,0.00356114982892968,0.283031024053822,0.255951455205554,0.0210390886338934,0.494250422893305,0.255951455205554,0.0188684134834441,0.477396184563562,0.255951455205554,0.0710690046999471,0.394463102393286,0.255951455205554,0.0120713568694794,0.372004156919301,0.5,0.255951455205554,0.0114230670419898,0.341453459232761,0.5,0.255951455205554,0.0781630443044563,0.146588961958543,0.5,0.255951455205554,0.0752380879980549,0.0955587160242033,0.255951455205554,0.00125743337271631,0.130595122481219,0.038467346768467,0.216720465646197,0.255951455205554,0.0330170385309319,0.197812031761948,0.5,0.255951455205554,0.0040881351024532,0.304229167789811,0.255951455205554,0.0453996588811489,0.165192576034671,0.255951455205554,0.0462125025443752,0.25062709603504,0.255951455205554,0.0529123877602394,0.290300090354843,0.0284248823447441,0.931984708805609 -6762,0.255951455205554,0.0,0.397189082595576,0.255951455205554,0.0,0.22149537009768,0.255951455205554,0.0,0.421201178661656,0.255951455205554,0.0,0.398851259904382,0.255951455205554,5.38999374369099e-06,0.317714599162393,0.255951455205554,4.86666899876217e-05,0.314072761146086,0.5,0.255951455205554,8.07092699525712e-05,0.237436845421739,0.5,0.255951455205554,1.75722335820324e-05,0.124129249753177,0.5,0.255951455205554,5.7086534885676e-08,0.0937416726515316,0.255951455205554,3.19704769808566e-05,0.0931483695423468,0.0,0.33617315285571,0.255951455205554,0.0,0.25537037078665,0.5,0.255951455205554,0.0,0.232692043252061,0.255951455205554,0.0,0.200762620376981,0.255951455205554,0.0,0.215945554935789,0.255951455205554,0.0,0.219734546521517,0.0,0.926677115674888 -6763,0.255951455205554,0.0,0.394148794818371,0.255951455205554,0.0,0.178587959102573,0.255951455205554,0.0,0.398805442265632,0.255951455205554,0.0,0.347165380196031,0.255951455205554,0.0,0.301086812997674,0.255951455205554,0.0,0.273709955185951,0.5,0.255951455205554,0.0,0.17488080744832,0.5,0.255951455205554,0.0,0.0995095713782841,0.5,0.255951455205554,0.0,0.0863097467284785,0.255951455205554,0.0,0.0688871965907279,0.0,0.425699465328263,0.255951455205554,0.0,0.284795709272498,0.5,0.255951455205554,0.0,0.177634491390198,0.255951455205554,0.0,0.206757250935378,0.255951455205554,0.0,0.18469920387928,0.255951455205554,0.0,0.179405806383362,0.0,0.92804273325806 -6764,0.255951455205554,0.0,0.339171761186449,0.255951455205554,0.0,0.141447294425554,0.255951455205554,0.0,0.397191900827071,0.255951455205554,0.0,0.329926035039304,0.255951455205554,0.0,0.301116916874769,0.255951455205554,0.0,0.246227524447428,0.5,0.255951455205554,0.0,0.140740951952101,0.5,0.255951455205554,0.0,0.0755740837929674,0.5,0.255951455205554,0.0,0.0862293131637425,0.255951455205554,0.0,0.0774115611160249,0.0,0.36567292444573,0.255951455205554,0.0,0.274948824412095,0.5,0.255951455205554,0.0,0.132574565509163,0.255951455205554,0.0,0.196601487970371,0.255951455205554,0.0,0.144508732837075,0.255951455205554,0.0,0.154926898013939,0.0,0.923420695191509 -6765,0.255951455205554,0.0,0.320707306897302,0.255951455205554,0.0,0.153385391075382,0.255951455205554,0.0,0.402674419519497,0.255951455205554,0.0,0.342853148601644,0.255951455205554,0.0,0.291844267007174,0.255951455205554,0.0,0.168888989910423,0.5,0.255951455205554,0.0,0.124728373210697,0.5,0.255951455205554,0.0,0.0883093376231775,0.5,0.255951455205554,0.0,0.0804292656968527,0.255951455205554,0.0,0.105466652751313,0.0,0.279725744968136,0.255951455205554,0.0,0.213848498691953,0.5,0.255951455205554,0.0,0.121923729794102,0.255951455205554,0.0,0.17570009313084,0.255951455205554,0.0,0.122998013334094,0.255951455205554,0.0,0.155208440791798,0.0,0.91746600528069 -6766,0.255951455205554,0.0,0.398743330390233,0.255951455205554,0.0,0.180338456420353,0.255951455205554,0.0,0.394616291911445,0.255951455205554,0.0,0.39068540306,0.255951455205554,0.0,0.31723567190789,0.255951455205554,0.0,0.137420826993008,0.5,0.255951455205554,0.0,0.136749371711186,0.5,0.255951455205554,0.0,0.0955177745052239,0.5,0.255951455205554,0.0,0.0934541375206012,0.255951455205554,0.0,0.125101293136171,0.0,0.175435206508912,0.255951455205554,0.0,0.146674405378278,0.5,0.255951455205554,0.0,0.116823384522855,0.255951455205554,0.0,0.155415713854947,0.255951455205554,0.0,0.123732130492479,0.255951455205554,0.0,0.159077751681191,0.0,0.916619569458958 -6767,0.255951455205554,0.0,0.475928202149087,0.255951455205554,0.0,0.257105324137674,0.255951455205554,0.0,0.411294786121637,0.255951455205554,0.0,0.381237681248853,0.255951455205554,0.0,0.363408473811791,0.255951455205554,0.0,0.1596527565941,0.5,0.255951455205554,0.0,0.155461885548417,0.5,0.255951455205554,0.0,0.0916533753420231,0.5,0.255951455205554,0.0,0.100840276071039,0.255951455205554,0.0,0.137488989550833,0.0,0.0928126786593104,0.255951455205554,0.0,0.0994747367436087,0.5,0.255951455205554,0.0,0.116648547577232,0.255951455205554,0.0,0.148226002151035,0.255951455205554,0.0,0.124680225746203,0.255951455205554,0.0,0.15229518189042,0.0,0.920254473086237 -6768,0.255951455205554,0.0,0.562660854348439,0.255951455205554,0.0,0.314219630506828,0.255951455205554,0.0,0.450148338574297,0.255951455205554,0.0,0.403758633598266,0.255951455205554,0.0,0.375769515948578,0.255951455205554,0.0,0.168236470844108,0.5,0.255951455205554,0.0,0.144204291515903,0.5,0.255951455205554,0.0,0.086887075413504,0.5,0.255951455205554,0.0,0.117219407886801,0.255951455205554,0.0,0.116323443967882,0.0,0.0425688870631099,0.255951455205554,0.0,0.0757991129414759,0.5,0.255951455205554,0.0,0.112687193206119,0.255951455205554,0.0,0.143268498047837,0.255951455205554,0.0,0.113740202789727,0.255951455205554,0.0,0.177825020973161,0.0,0.923050041154135 -6769,0.255951455205554,0.0,0.639653916858157,0.255951455205554,0.0,0.314119251399672,0.255951455205554,0.0,0.492713807864049,0.255951455205554,0.0,0.458180697256629,0.255951455205554,0.0,0.345356119253028,0.255951455205554,0.0,0.123256130969208,0.5,0.255951455205554,0.0,0.123577772030013,0.5,0.255951455205554,0.0,0.0685955624663106,0.5,0.255951455205554,0.0,0.112629137407497,0.255951455205554,0.0,0.113279434490379,0.0,0.0321616513477994,0.255951455205554,0.0,0.0685073595868294,0.5,0.255951455205554,0.0,0.109882952384766,0.255951455205554,0.0,0.125204784799468,0.255951455205554,0.0,0.167539582240381,0.255951455205554,0.0,0.241310569909551,0.0,0.923765657572448 -6770,0.255951455205554,0.0,0.681416134862054,0.255951455205554,0.0,0.304882687522465,0.255951455205554,0.0,0.513637640219546,0.255951455205554,0.0,0.501829147297641,0.255951455205554,0.0,0.324626089453571,0.255951455205554,0.0,0.108649589188564,0.5,0.255951455205554,0.0,0.119548960571067,0.5,0.255951455205554,0.0,0.0351699797210774,0.5,0.255951455205554,0.0,0.0734149646155564,0.255951455205554,0.0,0.101473441781563,0.0,0.0335835331162988,0.255951455205554,0.0,0.0779099189391502,0.5,0.255951455205554,0.0,0.126082547291749,0.255951455205554,0.0,0.114190672521435,0.255951455205554,0.0,0.228185859165527,0.255951455205554,0.0,0.213307945949843,0.0,0.927583762715726 -6771,0.255951455205554,0.0,0.727356648292235,0.255951455205554,0.0,0.310263650930719,0.255951455205554,0.0,0.523071717514885,0.255951455205554,0.0,0.557824787232834,0.255951455205554,0.0,0.301846756054316,0.255951455205554,0.0,0.102722953543113,0.5,0.255951455205554,0.0,0.0848818456835052,0.5,0.255951455205554,0.0,0.0188957177513062,0.5,0.255951455205554,0.0,0.0429071937145986,0.255951455205554,0.0,0.052488159609258,0.0,0.0454485022742315,0.255951455205554,0.0,0.0873015913343719,0.5,0.255951455205554,0.0,0.147254341511272,0.255951455205554,0.0,0.123388166702164,0.255951455205554,0.0,0.219938492547977,0.255951455205554,0.0,0.16142896848831,0.0,0.931962988366317 -6772,0.255951455205554,0.0,0.76744415642445,0.255951455205554,0.0,0.332824035145567,0.255951455205554,0.0,0.506363684752516,0.255951455205554,0.0,0.573478981875611,0.255951455205554,0.0,0.277442287763173,0.255951455205554,0.0,0.0996163456001815,0.5,0.255951455205554,0.0,0.0504552352652475,0.5,0.255951455205554,0.0,0.00881458529012254,0.5,0.255951455205554,0.0,0.0215636083315299,0.255951455205554,0.0,0.0257173454950985,0.0,0.0835031713512969,0.255951455205554,0.0,0.106638570735899,0.5,0.255951455205554,0.0,0.174025808423508,0.255951455205554,0.0,0.121234869259468,0.255951455205554,0.0,0.168691545975381,0.255951455205554,0.0,0.112776534965714,0.0,0.943805106496145 -6773,0.255951455205554,0.0,0.774616420983801,0.255951455205554,0.0,0.369302750808951,0.255951455205554,0.0,0.489006847815149,0.255951455205554,0.0,0.559686445134418,0.255951455205554,0.0,0.243908052063059,0.255951455205554,0.0,0.0765798199902203,0.5,0.255951455205554,0.0,0.0357581134456812,0.5,0.255951455205554,0.0,0.00405465112902649,0.5,0.255951455205554,0.0,0.00976427255377936,0.255951455205554,0.0,0.0220481229863959,0.0,0.123320983272227,0.255951455205554,0.0,0.108531681158698,0.5,0.255951455205554,0.0,0.166400798010996,0.255951455205554,0.0,0.0913736645638178,0.255951455205554,0.0,0.112397929919844,0.255951455205554,0.0,0.095037531648067,0.0,0.94792106680924 -6774,0.255951455205554,0.0,0.746043956175952,0.255951455205554,0.0,0.37066777209594,0.255951455205554,0.0,0.461010859356201,0.255951455205554,0.0,0.51780249831663,0.255951455205554,0.0,0.207124839763177,0.255951455205554,0.0,0.0561609793478313,0.5,0.255951455205554,0.0,0.041529182138838,0.5,0.255951455205554,0.0,0.00250781011328166,0.5,0.255951455205554,0.0,0.00520084449232824,0.255951455205554,0.0,0.0237996427586099,0.0,0.125280194513794,0.255951455205554,0.0,0.0942291015363572,0.5,0.255951455205554,0.0,0.165728381109871,0.255951455205554,0.0,0.0531216196025637,0.255951455205554,0.0,0.0936602155954258,0.255951455205554,0.0,0.0920061226666189,0.0,0.944980250123712 -6775,0.255951455205554,0.0,0.706279944957479,0.255951455205554,0.0,0.332380414725211,0.255951455205554,0.0,0.418877841557532,0.255951455205554,0.0,0.480782153490319,0.255951455205554,0.0,0.175483900341682,0.255951455205554,0.0,0.0421097964017677,0.5,0.255951455205554,0.0,0.0366286898498938,0.5,0.255951455205554,0.0,0.00148125558836686,0.5,0.255951455205554,4.73752323329743e-06,0.00306652564481805,0.255951455205554,0.0,0.021353769951284,0.0,0.0831767342639424,0.255951455205554,0.0,0.0824965674500409,0.5,0.255951455205554,0.0,0.197107980850886,0.255951455205554,2.62302724634478e-05,0.0341174733121517,0.255951455205554,0.0,0.0928440941843658,0.255951455205554,0.0,0.0944413410189962,0.0,0.948161873785922 -6776,0.255951455205554,0.0202601494937523,0.722641451862427,0.255951455205554,0.0483594344103682,0.308263858261369,0.255951455205554,0.039335336877138,0.378415268158422,0.255951455205554,0.0376896381735536,0.435893122706065,0.255951455205554,0.036000223487874,0.141161373001121,0.255951455205554,0.0297470877624425,0.0377410377387076,0.5,0.255951455205554,0.0200161640917123,0.0343517492138543,0.5,0.255951455205554,0.0143773977720676,0.00158209403825661,0.5,0.255951455205554,0.053671075963815,0.00201942124291129,0.255951455205554,0.0264891549475217,0.0128073257040521,0.0929694949978117,0.0642907002288013,0.255951455205554,0.0557483132203034,0.0794769922360123,0.5,0.255951455205554,0.0851881437559513,0.233168994636529,0.255951455205554,0.0318527181383612,0.0258012512984752,0.255951455205554,0.068840876548949,0.0866410912492538,0.255951455205554,0.0191162544834588,0.0906117864848552,0.00838249688664351,0.95651235757257 -6777,0.255951455205554,0.114207739165079,0.779559866371539,0.255951455205554,0.140464343607197,0.400864541761397,0.255951455205554,0.141760819827064,0.397083924817205,0.255951455205554,0.136940823593423,0.455847674846041,0.255951455205554,0.172353131354697,0.129280193468841,0.255951455205554,0.13491789170357,0.0490946531901229,0.5,0.255951455205554,0.0861789098650233,0.0383771322243917,0.5,0.255951455205554,0.0535165249104766,0.00264571843683468,0.5,0.255951455205554,0.149107630919138,0.00164860042319383,0.255951455205554,0.119327637843072,0.0133168281098451,0.246817280272777,0.132818705107551,0.255951455205554,0.184840595842003,0.165244410544091,0.5,0.255951455205554,0.240274273455783,0.372957669088595,0.255951455205554,0.0847309981639229,0.0422696057286289,0.255951455205554,0.194354542045265,0.150911258703348,0.255951455205554,0.0702781007908726,0.0893974324496917,0.0778548832554416,0.954121931903351 -6778,0.255951455205554,0.267280264262317,0.805091889475972,0.255951455205554,0.201231569496639,0.405539525107135,0.255951455205554,0.235689528789912,0.409437514783492,0.255951455205554,0.236453298468145,0.474801485770304,0.255951455205554,0.306951191322971,0.192807115718715,0.255951455205554,0.253167571855033,0.064039615545686,0.5,0.255951455205554,0.151291796291359,0.0516235070501185,0.5,0.255951455205554,0.1003474225718,0.00811280012845825,0.5,0.255951455205554,0.248176120164929,0.00209175449054737,0.255951455205554,0.200348732515308,0.0360649573386514,0.383313714111904,0.335124583590017,0.255951455205554,0.324200535752982,0.294447008361972,0.5,0.255951455205554,0.385952238878479,0.467764089481083,0.255951455205554,0.145790136501857,0.035548054684121,0.255951455205554,0.320222306157674,0.226913906924162,0.255951455205554,0.162808508883508,0.0675776999067566,0.25623160328393,0.927416854708685 -6779,0.255951455205554,0.400764230179701,0.799488229529105,0.255951455205554,0.151019541573195,0.404144967100624,0.255951455205554,0.367875759479483,0.442268417909257,0.255951455205554,0.251921514250192,0.460098895309846,0.255951455205554,0.415574419793545,0.262517746563809,0.255951455205554,0.305983849008843,0.0763812520120363,0.5,0.255951455205554,0.247668413219456,0.0740682084505558,0.5,0.255951455205554,0.149326119852388,0.0257305413036173,0.5,0.255951455205554,0.332794573397771,0.0130505503173852,0.255951455205554,0.20857763736077,0.0403931360454155,0.490099037631119,0.309867482482333,0.255951455205554,0.429353113200832,0.281599679157998,0.5,0.255951455205554,0.500837328298997,0.465881212106392,0.255951455205554,0.218750174823575,0.024963167167575,0.255951455205554,0.423833497956865,0.229348090257938,0.255951455205554,0.275092220561256,0.0501772628016508,0.470582289295027,0.876322131948788 -6780,0.255951455205554,0.371341498779973,0.796083978347627,0.255951455205554,0.112744889645584,0.310068040665195,0.255951455205554,0.452024480646643,0.394180467884402,0.255951455205554,0.403231966701564,0.411151921086018,0.255951455205554,0.471902161778429,0.262941412825928,0.255951455205554,0.301186227475774,0.101660414535777,0.5,0.255951455205554,0.26126955043228,0.0741399468374568,0.5,0.255951455205554,0.189246529641739,0.0423727532666274,0.5,0.255951455205554,0.390561244787201,0.0299253505890006,0.255951455205554,0.252802736617484,0.0453200112913165,0.542976419148993,0.288105590059064,0.255951455205554,0.500196162986685,0.255526467543046,0.5,0.255951455205554,0.553483997833015,0.428814207803697,0.255951455205554,0.262092049094786,0.0179458817986665,0.255951455205554,0.500332974318916,0.202848977666147,0.255951455205554,0.340509612708058,0.0525996066871483,0.540225731862308,0.727286702994492 -6781,0.255951455205554,0.307101804277761,0.766064452816469,0.255951455205554,0.114452193940935,0.234883937918142,0.255951455205554,0.484944641433866,0.349667064092914,0.255951455205554,0.504318543543546,0.417730058245611,0.255951455205554,0.496939258222839,0.22200872717456,0.255951455205554,0.29186125975143,0.100084979546946,0.5,0.255951455205554,0.216677897317226,0.0829317089790115,0.5,0.255951455205554,0.200756631182604,0.0551847862759577,0.5,0.255951455205554,0.425339938809639,0.0457237402765945,0.255951455205554,0.216694439523504,0.0485671109346151,0.558863466722611,0.215215088210488,0.255951455205554,0.523988292934373,0.208613938371389,0.5,0.255951455205554,0.552107152515332,0.40843992671487,0.255951455205554,0.285175677278614,0.0181026506028333,0.255951455205554,0.475365968735765,0.155606956986709,0.255951455205554,0.304690686978553,0.0575226496822102,0.109421623209093,0.487802985126572 -6782,0.255951455205554,0.215813633437488,0.614784435777177,0.255951455205554,0.249477518499198,0.291145213285006,0.255951455205554,0.480691203240763,0.297360552037137,0.255951455205554,0.412722025923266,0.295699909795647,0.255951455205554,0.459692660961378,0.1916908227111,0.255951455205554,0.242603016800695,0.0857143438730234,0.5,0.255951455205554,0.143324745454596,0.0764905025951027,0.5,0.255951455205554,0.182937920818621,0.0544730974236398,0.5,0.255951455205554,0.421491593117163,0.0569553675196964,0.255951455205554,0.144863078156398,0.0423795639041886,0.504598164566279,0.161201710937376,0.255951455205554,0.480010450464652,0.161171363985884,0.5,0.255951455205554,0.460452314727173,0.37187940763408,0.255951455205554,0.304311980726713,0.0217367158097306,0.255951455205554,0.376902620584692,0.120431104672232,0.255951455205554,0.254389566752575,0.0359772185841657,0.0599685392230645,0.474593440614455 -6783,0.255951455205554,0.16932628589323,0.360036478833793,0.255951455205554,0.256448425877029,0.263921302259306,0.255951455205554,0.365103275969651,0.22948636592347,0.255951455205554,0.152554264465114,0.191982597064053,0.255951455205554,0.374812539208429,0.15411037331595,0.255951455205554,0.15729448408834,0.0747330844443257,0.5,0.255951455205554,0.0844917769293586,0.0653960110280084,0.5,0.255951455205554,0.140471547402206,0.038626215053294,0.5,0.255951455205554,0.353386899778875,0.0596784336853462,0.255951455205554,0.0980155237831444,0.0355317304789475,0.372258530553817,0.133082865493321,0.255951455205554,0.332672970043191,0.125950163629824,0.5,0.255951455205554,0.192040777499181,0.25165006531897,0.255951455205554,0.257550409238836,0.0197946403629568,0.255951455205554,0.254849902159968,0.0809516329234811,0.255951455205554,0.183441907759658,0.0156497480075498,0.0460032669432714,0.742213170005799 -6784,0.255951455205554,0.13433324319875,0.173092333230539,0.255951455205554,0.0185128147671565,0.0553222068808192,0.255951455205554,0.257101049016473,0.16490536637153,0.255951455205554,0.148040790978921,0.135603841142053,0.255951455205554,0.256802170647895,0.0975367593136919,0.255951455205554,0.0814282615458854,0.0579131687002663,0.5,0.255951455205554,0.0458505788334452,0.0483707762956824,0.5,0.255951455205554,0.0971137446571508,0.0222075511907744,0.5,0.255951455205554,0.235136102327367,0.0423212687142469,0.255951455205554,0.0446951118851017,0.0159009679649907,0.237357633452893,0.0623638603285374,0.255951455205554,0.204998689617809,0.0616658223367677,0.5,0.255951455205554,0.0729413946992634,0.159842750427413,0.255951455205554,0.156633168396567,0.0169289616589423,0.255951455205554,0.142474328065301,0.042085101501862,0.255951455205554,0.0936683060245591,0.00932429400697942,0.032674565598824,0.826583181410167 -6785,0.255951455205554,0.0470162900939479,0.0657926492946673,0.255951455205554,0.00866131301979431,0.00735787896735032,0.255951455205554,0.0977607870900088,0.0619458915292401,0.255951455205554,0.0959015631773681,0.0545374307789023,0.255951455205554,0.117282268600104,0.0260587917533731,0.255951455205554,0.0218958131595979,0.0276240861531577,0.5,0.255951455205554,0.0161334337470959,0.0267757959438698,0.5,0.255951455205554,0.0399076447574228,0.0192148341714979,0.5,0.255951455205554,0.057266938443902,0.0168452926049221,0.255951455205554,0.0119596121199401,0.010531792769641,0.0350413757922166,0.00258842710081982,0.255951455205554,0.03456265553818,0.0077858043647001,0.5,0.255951455205554,0.00878228836932824,0.067703540117215,0.255951455205554,0.0288896923464522,0.00613017479176929,0.255951455205554,0.0323139283416495,0.00927682536664279,0.255951455205554,0.0195730129501603,0.00204533225891588,0.0342153090485227,0.764432510386134 -6786,0.255951455205554,0.0,0.0625350627407285,0.255951455205554,0.0,0.00815930355724425,0.255951455205554,0.0,0.0462191571503807,0.255951455205554,0.0,0.0511408150683545,0.255951455205554,4.79091529444142e-08,0.0192383323543398,0.255951455205554,3.16205193536638e-06,0.015082568807251,0.5,0.255951455205554,4.38777461605833e-05,0.0145525168271404,0.5,0.255951455205554,0.0,0.0330390788916564,0.5,0.255951455205554,3.00281998034806e-09,0.0168329526102734,0.255951455205554,0.000256953774083375,0.0133083136996252,0.0,6.7415790835731e-05,0.255951455205554,0.0,0.00216374729805784,0.5,0.255951455205554,0.0,0.0204827035612126,0.255951455205554,0.0,0.00575382877351798,0.255951455205554,0.0,0.00304760246137213,0.255951455205554,0.0,0.00113878570221673,0.0,0.704830481816656 -6787,0.255951455205554,0.0,0.0864160286595697,0.255951455205554,0.0,0.0135300654771247,0.255951455205554,0.0,0.0408590763381599,0.255951455205554,0.0,0.0520929237228084,0.255951455205554,0.0,0.0206654005509339,0.255951455205554,0.0,0.00911717673069287,0.5,0.255951455205554,0.0,0.0134865567581189,0.5,0.255951455205554,0.0,0.0497953675405526,0.5,0.255951455205554,0.0,0.0212459830077117,0.255951455205554,0.0,0.0188664812652914,0.0,0.0,0.255951455205554,0.0,0.00153858861249503,0.5,0.255951455205554,0.0,0.0049600530816553,0.255951455205554,0.0,0.0106069556440201,0.255951455205554,0.0,0.00340349605457964,0.255951455205554,0.0,0.00269384602610764,0.0,0.604562325257165 -6788,0.255951455205554,0.0,0.106548912734617,0.255951455205554,0.0,0.0219948974244696,0.255951455205554,0.0,0.0361420841582032,0.255951455205554,0.0,0.0500274742821776,0.255951455205554,0.0,0.0204600236930608,0.255951455205554,0.0,0.00917270730891903,0.5,0.255951455205554,0.0,0.0197108282002764,0.5,0.255951455205554,0.0,0.0586459389744141,0.5,0.255951455205554,0.0,0.0339105335680949,0.255951455205554,0.0,0.0288409235221921,0.0,0.00273320336254889,0.255951455205554,0.0,0.00337987067958738,0.5,0.255951455205554,0.0,0.00174583515911898,0.255951455205554,0.0,0.0153127309835058,0.255951455205554,0.0,0.00515318435466746,0.255951455205554,0.0,0.00373785565818762,0.0,0.435407942101037 -6789,0.255951455205554,0.0,0.111794530348842,0.255951455205554,0.0,0.0253864645400336,0.255951455205554,0.0,0.0269451911244068,0.255951455205554,0.0,0.0417611904591441,0.255951455205554,0.0,0.0205926509577732,0.255951455205554,0.0,0.0154635386999559,0.5,0.255951455205554,0.0,0.0320551026852508,0.5,0.255951455205554,0.0,0.0484083727641418,0.5,0.255951455205554,0.0,0.0368291308279409,0.255951455205554,0.0,0.0422409138026455,0.0,0.00498937381116674,0.255951455205554,0.0,0.00608932012451177,0.5,0.255951455205554,0.0,0.00287558445898428,0.255951455205554,0.0,0.0142940082701255,0.255951455205554,0.0,0.00684415405743312,0.255951455205554,0.0,0.00931923157625293,0.0,0.189276980628506 -6790,0.255951455205554,0.0,0.0900042835587642,0.255951455205554,0.0,0.0236848745393391,0.255951455205554,0.0,0.0210738602775592,0.255951455205554,0.0,0.0323343444672139,0.255951455205554,0.0,0.0207867391884387,0.255951455205554,0.0,0.0279824002075641,0.5,0.255951455205554,0.0,0.0407202474012685,0.5,0.255951455205554,0.0,0.0338349740530868,0.5,0.255951455205554,0.0,0.0313255483432478,0.255951455205554,0.0,0.0418797715775588,0.0,0.00878191773088765,0.255951455205554,0.0,0.00848813357603019,0.5,0.255951455205554,0.0,0.00528152938552566,0.255951455205554,0.0,0.015292052041075,0.255951455205554,0.0,0.0125600867109795,0.255951455205554,0.0,0.0377891026296746,0.0,0.0439325573347092 -6791,0.255951455205554,0.0,0.0590407395898891,0.255951455205554,0.0,0.0231401940411296,0.255951455205554,0.0,0.0217858643807464,0.255951455205554,0.0,0.0275436995184894,0.255951455205554,0.0,0.0173800947124725,0.255951455205554,0.0,0.040116929900496,0.5,0.255951455205554,0.0,0.042675399223203,0.5,0.255951455205554,0.0,0.0237577292013799,0.5,0.255951455205554,0.0,0.0276619215293201,0.255951455205554,0.0,0.0367050709872394,0.0,0.0125415093810656,0.255951455205554,0.0,0.0135154393381807,0.5,0.255951455205554,0.0,0.00979254354108308,0.255951455205554,0.0,0.026307802379416,0.255951455205554,0.0,0.0247690572016751,0.255951455205554,0.0,0.0609626167218651,0.0,0.0134305829228998 -6792,0.255951455205554,0.0,0.043188858519984,0.255951455205554,0.0,0.0170592796047198,0.255951455205554,0.0,0.022401241146237,0.255951455205554,0.0,0.0246995619111092,0.255951455205554,0.0,0.0113489944359534,0.255951455205554,0.0,0.0459073435065357,0.5,0.255951455205554,0.0,0.0393848242524603,0.5,0.255951455205554,0.0,0.0169216386378959,0.5,0.255951455205554,0.0,0.0248331993926333,0.255951455205554,0.0,0.0278156134279162,0.0,0.0218220063490316,0.255951455205554,0.0,0.0238502843094551,0.5,0.255951455205554,0.0,0.0176527607467905,0.255951455205554,0.0,0.0436786476127465,0.255951455205554,0.0,0.0317955999211023,0.255951455205554,0.0,0.050518265274507,0.0,0.0317667984819034 -6793,0.255951455205554,0.0,0.0347132631421123,0.255951455205554,0.0,0.0197204848946077,0.255951455205554,0.0,0.0205481753959544,0.255951455205554,0.0,0.0213965319165545,0.255951455205554,0.0,0.00710851428323458,0.255951455205554,0.0,0.0494930854037101,0.5,0.255951455205554,0.0,0.0309573935137771,0.5,0.255951455205554,0.0,0.00786609291151314,0.5,0.255951455205554,0.0,0.020026469966358,0.255951455205554,0.0,0.0159056316298275,0.0,0.0175623049843976,0.255951455205554,0.0,0.0330803218156055,0.5,0.255951455205554,0.0,0.026721657590718,0.255951455205554,0.0,0.0642088796335452,0.255951455205554,0.0,0.0374564570029102,0.255951455205554,0.0,0.0399478776452829,0.0,0.0984056720413292 -6794,0.255951455205554,0.0,0.0272146041304178,0.255951455205554,0.0,0.0288977336021599,0.255951455205554,0.0,0.0181221296202077,0.255951455205554,0.0,0.0159883498757522,0.255951455205554,0.0,0.00672202370454154,0.255951455205554,0.0,0.0408554509759689,0.5,0.255951455205554,0.0,0.0236591028188542,0.5,0.255951455205554,0.0,0.00395146604165073,0.5,0.255951455205554,0.0,0.0140244156257315,0.255951455205554,0.0,0.0114356070260636,0.0,0.020157342479956,0.255951455205554,0.0,0.0404373483965896,0.5,0.255951455205554,0.0,0.0354274352285648,0.255951455205554,0.0,0.0795789060862692,0.255951455205554,0.0,0.0472032945652226,0.255951455205554,0.0,0.0311913496883848,0.0,0.216652817701172 -6795,0.255951455205554,0.0,0.0303946147002744,0.255951455205554,0.0,0.0411433581185544,0.255951455205554,0.0,0.0185211706162439,0.255951455205554,0.0,0.0171069438691191,0.255951455205554,0.0,0.00666598207259822,0.255951455205554,0.0,0.0239414572561259,0.5,0.255951455205554,0.0,0.0180920727327978,0.5,0.255951455205554,0.0,0.003532060937411,0.5,0.255951455205554,0.0,0.0093847942694961,0.255951455205554,0.0,0.00897227812038164,0.0,0.035527707801773,0.255951455205554,0.0,0.0435121611851121,0.5,0.255951455205554,0.0,0.0420905710644554,0.255951455205554,0.0,0.0689154892370442,0.255951455205554,0.0,0.0604532187451149,0.255951455205554,0.0,0.0286728100201477,0.0,0.344911533949967 -6796,0.255951455205554,0.0,0.0409698911186562,0.255951455205554,0.0,0.0344229444299914,0.255951455205554,0.0,0.0201083183712461,0.255951455205554,0.0,0.0240426850116216,0.255951455205554,0.0,0.00768210454216043,0.255951455205554,0.0,0.019130293804431,0.5,0.255951455205554,0.0,0.0130349973326227,0.5,0.255951455205554,0.0,0.00486812339478823,0.5,0.255951455205554,0.0,0.00754621477808144,0.255951455205554,0.0,0.0106774257077879,0.0,0.0435162633291532,0.255951455205554,0.0,0.0471448304197982,0.5,0.255951455205554,0.0,0.0387955342530166,0.255951455205554,0.0,0.0561835870984917,0.255951455205554,0.0,0.0867258153462619,0.255951455205554,0.0,0.0220458915277937,0.0,0.445294454832102 -6797,0.255951455205554,0.0,0.0524281924324062,0.255951455205554,0.0,0.0264565119590911,0.255951455205554,0.0,0.023327979964595,0.255951455205554,0.0,0.0313159144898553,0.255951455205554,0.0,0.00739176567221371,0.255951455205554,0.0,0.0158608556495842,0.5,0.255951455205554,0.0,0.00953745498883948,0.5,0.255951455205554,0.0,0.00644686813341649,0.5,0.255951455205554,0.0,0.00842445573072543,0.255951455205554,0.0,0.00754910277729392,0.0,0.0629078784386852,0.255951455205554,0.0,0.0659835403617538,0.5,0.255951455205554,0.0,0.0289537720891593,0.255951455205554,0.0,0.0630686567519887,0.255951455205554,0.0,0.0886483592788645,0.255951455205554,0.0,0.0102355017260859,0.0,0.465563050509908 -6798,0.255951455205554,0.0,0.0606593358836001,0.255951455205554,0.0,0.0218398486406759,0.255951455205554,0.0,0.0282984718780299,0.255951455205554,0.0,0.0347406775166751,0.255951455205554,0.0,0.00706791268745068,0.255951455205554,0.0,0.0109054652175897,0.5,0.255951455205554,0.0,0.00697325011197131,0.5,0.255951455205554,0.0,0.010639038801443,0.5,0.255951455205554,0.0,0.0124200089240004,0.255951455205554,0.0,0.00807415551996275,0.0,0.100687792729827,0.255951455205554,0.0,0.0931219397447168,0.5,0.255951455205554,0.0,0.0246812582636161,0.255951455205554,0.0,0.0656481259133791,0.255951455205554,0.0,0.0649083189199107,0.255951455205554,0.0,0.00666349319898687,0.0,0.477921340115653 -6799,0.255951455205554,0.0,0.067156694641375,0.255951455205554,0.0,0.0177403786054556,0.255951455205554,0.0,0.0326659371034293,0.255951455205554,0.0,0.0342016233719956,0.255951455205554,0.0,0.00768654101603368,0.255951455205554,0.0,0.0111259124561592,0.5,0.255951455205554,0.0,0.00708394621984606,0.5,0.255951455205554,0.0,0.0140511704276378,0.5,0.255951455205554,1.94323226317438e-07,0.0185775027829989,0.255951455205554,0.0,0.00970958800293332,0.0,0.102419811479321,0.255951455205554,0.0,0.10391960779283,0.5,0.255951455205554,0.0,0.029783631351334,0.255951455205554,2.26258680525708e-05,0.0640908945063063,0.255951455205554,0.0,0.0556533904222988,0.255951455205554,0.0,0.00714274739035064,0.0,0.473633555277762 -6800,0.255951455205554,0.0411195251954437,0.0634089806875005,0.255951455205554,0.0142145986535869,0.0106073650828003,0.255951455205554,0.0196552347548164,0.0312535216562605,0.255951455205554,0.0199211890279972,0.0328451219297972,0.255951455205554,0.0199042542835022,0.0084908120310862,0.255951455205554,0.00619416033680064,0.0149213639567748,0.5,0.255951455205554,0.0157635626957045,0.00813353447677547,0.5,0.255951455205554,0.00889798892331535,0.0248065927002621,0.5,0.255951455205554,0.0424486807043039,0.0235000060966322,0.255951455205554,0.020284405005785,0.0102938898515423,0.0084352872033931,0.127618779896172,0.255951455205554,0.0193588861564385,0.124046459459001,0.5,0.255951455205554,0.00401491838412881,0.0448873197320831,0.255951455205554,0.0274736540418872,0.0696366967947457,0.255951455205554,0.00186191621385282,0.0504183798599811,0.255951455205554,0.0047894999941632,0.0112813177726615,0.0528113022466729,0.397372608733599 -6801,0.255951455205554,0.17876279473227,0.0622061081280089,0.255951455205554,0.0986045691035603,0.00773949922070785,0.255951455205554,0.102528439561941,0.030197599489042,0.255951455205554,0.0841224540799735,0.037488251787699,0.255951455205554,0.118358965910644,0.0104323742847533,0.255951455205554,0.0390970124394194,0.0232084571018966,0.5,0.255951455205554,0.100165033216914,0.0110471070062823,0.5,0.255951455205554,0.0343729992887455,0.0443155048549168,0.5,0.255951455205554,0.125904994029189,0.0409299349967595,0.255951455205554,0.140111018635008,0.0137500478114093,0.0112493496440255,0.156614436555049,0.255951455205554,0.0367350706594483,0.139153678455957,0.5,0.255951455205554,0.0120503869072621,0.0706673997795428,0.255951455205554,0.0643547929901508,0.0932204021234517,0.255951455205554,0.0090221729908683,0.055257468715569,0.255951455205554,0.0206401576299022,0.0194292448539093,0.210151331345467,0.28415205225754 -6802,0.255951455205554,0.312423482397864,0.0746844163208068,0.255951455205554,0.21130294143057,0.0184839167240594,0.255951455205554,0.203387503662143,0.040296605852126,0.255951455205554,0.162989452585626,0.0559728325868736,0.255951455205554,0.23664936244299,0.0263869445757184,0.255951455205554,0.0988773754727563,0.0326475722946913,0.5,0.255951455205554,0.236890407698541,0.0160280520697732,0.5,0.255951455205554,0.0524208522635534,0.0587423488481215,0.5,0.255951455205554,0.204349780921768,0.0738263428430451,0.255951455205554,0.283751543985012,0.0132181714693532,0.0227145764302012,0.101390383555906,0.255951455205554,0.039981493299161,0.124518217919757,0.5,0.255951455205554,0.0163835938410038,0.101472435993468,0.255951455205554,0.092286145833091,0.127615651235365,0.255951455205554,0.0193381140549037,0.0717774350189952,0.255951455205554,0.0469041265145764,0.0490779709847817,0.35674442711357,0.191717501662608 -6803,0.255951455205554,0.433334608049147,0.103930638008824,0.255951455205554,0.325098770691384,0.0236450239041887,0.255951455205554,0.32802877219318,0.0601101060736285,0.255951455205554,0.399750189135512,0.0852003704718309,0.255951455205554,0.364535042091173,0.0567868897746805,0.255951455205554,0.221565975809447,0.0334995251894053,0.5,0.255951455205554,0.382557236684977,0.0238306888069076,0.5,0.255951455205554,0.0616983236601646,0.0623225500460088,0.5,0.255951455205554,0.256399877030002,0.0887491421880862,0.255951455205554,0.425393811559543,0.0230896421627863,0.0248769053517954,0.039466648193489,0.255951455205554,0.0443233915264219,0.0821092971329412,0.5,0.255951455205554,0.0178374878028653,0.113675663903068,0.255951455205554,0.125556861581833,0.149533920879384,0.255951455205554,0.0341081291386385,0.0947537465815413,0.255951455205554,0.0656439992079668,0.091829338787573,0.483437375926787,0.149939018687981 -6804,0.255951455205554,0.521866694443379,0.11519007020425,0.255951455205554,0.460026558149873,0.0200808819185467,0.255951455205554,0.421466031889679,0.0722124798299266,0.255951455205554,0.54421141354718,0.0832385548453287,0.255951455205554,0.469672176071826,0.0770368785737517,0.255951455205554,0.367772069380894,0.0332663008286874,0.5,0.255951455205554,0.502507135528154,0.0357807137183981,0.5,0.255951455205554,0.0720021512182587,0.0523774354466059,0.5,0.255951455205554,0.270298237417706,0.0828372836964919,0.255951455205554,0.537304652842276,0.0382372184558599,0.0267904977112296,0.0144123546226375,0.255951455205554,0.0628692995380087,0.0611919831168239,0.5,0.255951455205554,0.0186330054884618,0.122163127036756,0.255951455205554,0.139806772587945,0.161000408298774,0.255951455205554,0.0568150689712938,0.11416648506175,0.255951455205554,0.0688131071468558,0.118903644497147,0.556938796090631,0.11022893433367 -6805,0.255951455205554,0.529838372165361,0.1011017737546,0.255951455205554,0.505136427994024,0.00961074122938036,0.255951455205554,0.46133016120928,0.0778168980004845,0.255951455205554,0.483838990393869,0.0798640494813845,0.255951455205554,0.530691804780354,0.087710339458554,0.255951455205554,0.408284409199642,0.0381457785341524,0.5,0.255951455205554,0.536746962995126,0.0499075389007769,0.5,0.255951455205554,0.0713523975059068,0.0420421044245657,0.5,0.255951455205554,0.250612285020054,0.0741325067863674,0.255951455205554,0.611814483579099,0.0460748375786544,0.0207278019077481,0.00410096856907877,0.255951455205554,0.0882735017553681,0.0575887863296799,0.5,0.255951455205554,0.0271007101880288,0.131372262209824,0.255951455205554,0.136586784480254,0.158286977251865,0.255951455205554,0.109707548211427,0.129672310493674,0.255951455205554,0.0779378938881962,0.1007778009081,0.562755636822089,0.0594414326141532 -6806,0.255951455205554,0.472158163320916,0.0810559648510516,0.255951455205554,0.494635060726306,0.00497947162488512,0.255951455205554,0.449164775130964,0.0856579064866343,0.255951455205554,0.405206159769124,0.0695486162042601,0.255951455205554,0.495500096955444,0.0968961168177949,0.255951455205554,0.28808961842196,0.0432169016118791,0.5,0.255951455205554,0.494903267988018,0.0521057972348555,0.5,0.255951455205554,0.0592982241344415,0.0311216888542999,0.5,0.255951455205554,0.197361496304534,0.058480352449268,0.255951455205554,0.592803106614301,0.0427256391967023,0.0169266003393681,0.00432110996839078,0.255951455205554,0.0917996537295589,0.0566200830649423,0.5,0.255951455205554,0.0410704933467177,0.113609220587603,0.255951455205554,0.131310734284991,0.14490899700449,0.255951455205554,0.170754526697377,0.145732088975292,0.255951455205554,0.0990777056703695,0.0850218626393962,0.398093536133573,0.0368899367012412 -6807,0.255951455205554,0.397273678451412,0.0602963880290039,0.255951455205554,0.417883713497762,0.0066282865129485,0.255951455205554,0.384012205455482,0.0910655904161809,0.255951455205554,0.239912310344916,0.0607127960413655,0.255951455205554,0.353463854142144,0.0871775816802417,0.255951455205554,0.158233861129776,0.0357510300457376,0.5,0.255951455205554,0.42297712362854,0.046654626776266,0.5,0.255951455205554,0.0445476299465879,0.0314163766350253,0.5,0.255951455205554,0.137747447901753,0.0497684535191054,0.255951455205554,0.497325557920653,0.033033342040634,0.0214446938378863,0.0203581117629055,0.255951455205554,0.0792268008732143,0.0676695965825406,0.5,0.255951455205554,0.0407452166660081,0.0723970078905221,0.255951455205554,0.0917811843896441,0.124681423660024,0.255951455205554,0.171293001513311,0.156554015219996,0.255951455205554,0.0898785409227222,0.0769084584258664,0.298172798724599,0.0253800151015726 -6808,0.255951455205554,0.279056664324354,0.0343177267414869,0.255951455205554,0.29421745860102,0.0126145703980323,0.255951455205554,0.280984934663768,0.0809775162477848,0.255951455205554,0.157283852818589,0.045210714557972,0.255951455205554,0.264843317794922,0.0710585975302341,0.255951455205554,0.088617333869728,0.0216118096206621,0.5,0.255951455205554,0.314422483519073,0.0353947153106386,0.5,0.255951455205554,0.0280837003575901,0.0220347069861151,0.5,0.255951455205554,0.0731337812750132,0.0454661926365763,0.255951455205554,0.361881170986114,0.0181267831500694,0.0198709424520641,0.0615794034981395,0.255951455205554,0.0474078559163785,0.0833278998294109,0.5,0.255951455205554,0.0270353467628492,0.0364459395051617,0.255951455205554,0.049666715994513,0.10418830932947,0.255951455205554,0.107486812787831,0.13828040577774,0.255951455205554,0.0625333575955142,0.0661573165407334,0.213784773586639,0.0214373649288767 -6809,0.255951455205554,0.0622564231788854,0.0146764163594987,0.255951455205554,0.0556066572145084,0.000907215252345124,0.255951455205554,0.0708041293374883,0.0413096339096563,0.255951455205554,0.0808646322372196,0.0132399569280579,0.255951455205554,0.0965043043097852,0.0334256175188656,0.255951455205554,0.0397065666973887,0.00570179500287875,0.5,0.255951455205554,0.111403592346581,0.0111822683763672,0.5,0.255951455205554,0.0191569610854262,0.0104227264742801,0.5,0.255951455205554,0.0176402719441408,0.0264527340419528,0.255951455205554,0.117536972808322,0.00199497017445634,0.00286446111008784,0.0972853045011081,0.255951455205554,0.00830514299722161,0.0854359323361528,0.5,0.255951455205554,0.00778237513089821,0.0166775644311537,0.255951455205554,0.00557838961297596,0.080496176461869,0.255951455205554,0.0419187965958169,0.0904784852145473,0.255951455205554,0.0181505921697017,0.0540906872420857,0.0187812885193844,0.0235261925151699 -6810,0.255951455205554,0.0,0.0122147550135111,0.255951455205554,0.0,0.00048472491721197,0.255951455205554,0.0,0.0469956729787618,0.255951455205554,0.0,0.0237511125005054,0.255951455205554,0.0,0.0259958491007166,0.255951455205554,0.0,0.00160257339843509,0.5,0.255951455205554,0.0,0.0117762833299332,0.5,0.255951455205554,9.70488890460159e-06,0.00928687704721201,0.5,0.255951455205554,0.0,0.0128610547377506,0.255951455205554,0.0,0.00150714828418096,0.0,0.120761380440298,0.255951455205554,0.0,0.0745028793142417,0.5,0.255951455205554,0.0,0.0126551892443281,0.255951455205554,0.0,0.0632116526854779,0.255951455205554,0.0,0.0387636997960391,0.255951455205554,0.0,0.0330234614393502,0.0,0.0497603217168524 -6811,0.255951455205554,0.0,0.0159597273393838,0.255951455205554,0.0,0.00595468395910158,0.255951455205554,0.0,0.059754844288474,0.255951455205554,0.0,0.0441056747817749,0.255951455205554,0.0,0.0195221668139199,0.255951455205554,0.0,0.00159830941989534,0.5,0.255951455205554,0.0,0.00947322377518315,0.5,0.255951455205554,0.0,0.00540916305922797,0.5,0.255951455205554,0.0,0.0100127814109218,0.255951455205554,0.0,0.00112298955910411,0.0,0.141353275473645,0.255951455205554,0.0,0.0852000420697637,0.5,0.255951455205554,0.0,0.0203659290461485,0.255951455205554,0.0,0.05642590234555,0.255951455205554,0.0,0.0246030865167803,0.255951455205554,0.0,0.018888068352248,0.0,0.0823108594769993 -6812,0.255951455205554,0.0,0.0277296957747446,0.255951455205554,0.0,0.0138650935942221,0.255951455205554,0.0,0.063082546537618,0.255951455205554,0.0,0.0627377608934894,0.255951455205554,0.0,0.014704542233035,0.255951455205554,0.0,0.00242573983137716,0.5,0.255951455205554,0.0,0.00730380631408309,0.5,0.255951455205554,0.0,0.00358741300994529,0.5,0.255951455205554,0.0,0.0120649212732549,0.255951455205554,0.0,0.000529889888261718,0.0,0.134360577499958,0.255951455205554,0.0,0.0932710755297526,0.5,0.255951455205554,0.0,0.0401495490962378,0.255951455205554,0.0,0.0545461873647366,0.255951455205554,0.0,0.0164516377816819,0.255951455205554,0.0,0.0105567722707999,0.0,0.113563437469276 -6813,0.255951455205554,0.0,0.0455607161115352,0.255951455205554,0.0,0.0217309554239544,0.255951455205554,0.0,0.0568140236425587,0.255951455205554,0.0,0.0711262260040754,0.255951455205554,0.0,0.0120146610204914,0.255951455205554,0.0,0.00263393610276402,0.5,0.255951455205554,0.0,0.00491371690343075,0.5,0.255951455205554,0.0,0.00346541149681504,0.5,0.255951455205554,0.0,0.0120813484291013,0.255951455205554,0.0,0.000339384280556781,0.0,0.11222982369647,0.255951455205554,0.0,0.0874369388830084,0.5,0.255951455205554,0.0,0.068172383778258,0.255951455205554,0.0,0.0606511449024774,0.255951455205554,0.0,0.0123796917731981,0.255951455205554,0.0,0.00804191408979251,0.0,0.155641769633806 -6814,0.255951455205554,0.0,0.061218422979821,0.255951455205554,0.0,0.0238898925904872,0.255951455205554,0.0,0.0520600189959115,0.255951455205554,0.0,0.0744271305413846,0.255951455205554,0.0,0.00960851663506406,0.255951455205554,0.0,0.00244675450131799,0.5,0.255951455205554,0.0,0.00373143176481751,0.5,0.255951455205554,0.0,0.0025654593659542,0.5,0.255951455205554,0.0,0.00982386498734424,0.255951455205554,0.0,0.000686272445919943,0.0,0.0855245954906908,0.255951455205554,0.0,0.0734486499726504,0.5,0.255951455205554,0.0,0.086083172456714,0.255951455205554,0.0,0.069942888187439,0.255951455205554,0.0,0.0101307879439334,0.255951455205554,0.0,0.0041431435389726,0.0,0.176271793671362 -6815,0.255951455205554,0.0,0.0727607815471751,0.255951455205554,0.0,0.0316226458584656,0.255951455205554,0.0,0.0473878706299973,0.255951455205554,0.0,0.0560456553699593,0.255951455205554,0.0,0.00919152660957715,0.255951455205554,0.0,0.00324125087408587,0.5,0.255951455205554,0.0,0.00339554501711841,0.5,0.255951455205554,0.0,0.0024373542015616,0.5,0.255951455205554,0.0,0.00804765325344233,0.255951455205554,0.0,0.000815201769178798,0.0,0.0609889288359124,0.255951455205554,0.0,0.0637523783751956,0.5,0.255951455205554,0.0,0.0839499315504129,0.255951455205554,0.0,0.0699088257456095,0.255951455205554,0.0,0.00948754982184394,0.255951455205554,0.0,0.00179008157636137,0.0,0.262518567139391 -6816,0.255951455205554,0.0,0.0870210173095809,0.255951455205554,0.0,0.0444171823589912,0.255951455205554,0.0,0.0466580206764888,0.255951455205554,0.0,0.0431020183889855,0.255951455205554,0.0,0.01023510272903,0.255951455205554,0.0,0.00338284051162241,0.5,0.255951455205554,0.0,0.00271450697787919,0.5,0.255951455205554,0.0,0.00291151783026429,0.5,0.255951455205554,0.0,0.00632405045580944,0.255951455205554,0.0,0.00180723500755019,0.0,0.0386332155463944,0.255951455205554,0.0,0.0562113885971428,0.5,0.255951455205554,0.0,0.0885709935135532,0.255951455205554,0.0,0.0590434196477195,0.255951455205554,0.0,0.00908682501308647,0.255951455205554,0.0,0.00172281052619346,0.0,0.348989131068085 -6817,0.255951455205554,0.0,0.108721852855475,0.255951455205554,0.0,0.0298149269398324,0.255951455205554,0.0,0.0467563260286334,0.255951455205554,0.0,0.0515311446613469,0.255951455205554,0.0,0.0106084329333402,0.255951455205554,0.0,0.00210241311787681,0.5,0.255951455205554,0.0,0.00246705314164307,0.5,0.255951455205554,0.0,0.00380239664425546,0.5,0.255951455205554,0.0,0.00524038108885407,0.255951455205554,0.0,0.00287073131409571,0.0,0.0281324227978825,0.255951455205554,0.0,0.0464195205095536,0.5,0.255951455205554,0.0,0.0793739156399577,0.255951455205554,0.0,0.0300565716635996,0.255951455205554,0.0,0.0114628442247507,0.255951455205554,0.0,0.0025811472122756,0.0,0.318135454554076 -6818,0.255951455205554,0.0,0.125149295137012,0.255951455205554,0.0,0.0186576837162322,0.255951455205554,0.0,0.0459263690525695,0.255951455205554,0.0,0.0560810756825762,0.255951455205554,0.0,0.014251840462433,0.255951455205554,0.0,0.00124282794429137,0.5,0.255951455205554,0.0,0.00214798538902166,0.5,0.255951455205554,0.0,0.00484172121340869,0.5,0.255951455205554,0.0,0.00551178121371753,0.255951455205554,0.0,0.00475065956284302,0.0,0.0191308383239691,0.255951455205554,0.0,0.0336507596649432,0.5,0.255951455205554,0.0,0.0518321688344133,0.255951455205554,0.0,0.00931044898279074,0.255951455205554,0.0,0.0163095319003346,0.255951455205554,0.0,0.00386955466073006,0.0,0.276591255548496 -6819,0.255951455205554,0.0,0.11554803700293,0.255951455205554,0.0,0.027611685659217,0.255951455205554,0.0,0.0449819228475503,0.255951455205554,0.0,0.0505573814986671,0.255951455205554,0.0,0.0161844643083863,0.255951455205554,0.0,0.000911418583300662,0.5,0.255951455205554,0.0,0.00191145978612361,0.5,0.255951455205554,0.0,0.00616822258853258,0.5,0.255951455205554,0.0,0.00645523848423826,0.255951455205554,0.0,0.00350483266297793,0.0,0.0108686453800943,0.255951455205554,0.0,0.0225502716624428,0.5,0.255951455205554,0.0,0.0380492549770998,0.255951455205554,0.0,0.00404024543084553,0.255951455205554,0.0,0.0159621651245823,0.255951455205554,0.0,0.00279314846574083,0.0,0.267864030714502 -6820,0.255951455205554,0.0,0.101647443535709,0.255951455205554,0.0,0.0405569284064926,0.255951455205554,0.0,0.0484489714160937,0.255951455205554,0.0,0.0479406120828562,0.255951455205554,0.0,0.0165355451438051,0.255951455205554,0.0,0.000968959176666695,0.5,0.255951455205554,0.0,0.00158334416839494,0.5,0.255951455205554,0.0,0.0062611760017357,0.5,0.255951455205554,0.0,0.00755260079409537,0.255951455205554,0.0,0.00335188628441677,0.0,0.0106208500150752,0.255951455205554,0.0,0.0166619882126469,0.5,0.255951455205554,0.0,0.0359562738660142,0.255951455205554,0.0,0.00303883325643046,0.255951455205554,0.0,0.0116605259405953,0.255951455205554,0.0,0.00254041220900738,0.0,0.26099060069466 -6821,0.255951455205554,0.0,0.10633624918688,0.255951455205554,0.0,0.0540050015698087,0.255951455205554,0.0,0.054955066558903,0.255951455205554,0.0,0.0545327479998442,0.255951455205554,0.0,0.0165828361101564,0.255951455205554,0.0,0.00144870554302824,0.5,0.255951455205554,0.0,0.00162523286932656,0.5,0.255951455205554,0.0,0.0134163666093411,0.5,0.255951455205554,0.0,0.00730144958394639,0.255951455205554,0.0,0.00160975424140965,0.0,0.0125342811444771,0.255951455205554,0.0,0.0128698777160943,0.5,0.255951455205554,0.0,0.0339947708014112,0.255951455205554,0.0,0.00406917302749948,0.255951455205554,0.0,0.00743588673720692,0.255951455205554,0.0,0.00327540913976657,0.0,0.277065151523856 -6822,0.255951455205554,0.0,0.110103537016274,0.255951455205554,0.0,0.048298574325385,0.255951455205554,0.0,0.0599280888119243,0.255951455205554,0.0,0.0655913761731798,0.255951455205554,0.0,0.0171421699678522,0.255951455205554,0.0,0.00180340769969979,0.5,0.255951455205554,0.0,0.00212149275061331,0.5,0.255951455205554,0.0,0.010526459164221,0.5,0.255951455205554,0.0,0.00712004054292128,0.255951455205554,0.0,0.00449982327537777,0.0,0.0099499935912149,0.255951455205554,0.0,0.0101542804823995,0.5,0.255951455205554,0.0,0.0370902898810297,0.255951455205554,0.0,0.00604423025064906,0.255951455205554,0.0,0.00659750695731648,0.255951455205554,0.0,0.0029566389339579,0.0,0.309396971702649 -6823,0.255951455205554,0.0,0.125330239292256,0.255951455205554,0.0,0.0336753322836396,0.255951455205554,0.0,0.0614043106833996,0.255951455205554,0.0,0.0706387297037918,0.255951455205554,0.0,0.0173579795058807,0.255951455205554,0.0,0.00224744375336534,0.5,0.255951455205554,0.0,0.00515993543009263,0.5,0.255951455205554,0.0,0.0116085941121783,0.5,0.255951455205554,0.0,0.00898845234643239,0.255951455205554,0.0,0.0090541371924887,0.0,0.0108237455913322,0.255951455205554,0.0,0.0104671458480479,0.5,0.255951455205554,0.0,0.0415777693004617,0.255951455205554,9.18162164433704e-07,0.00521402985507665,0.255951455205554,0.0,0.00484842052475232,0.255951455205554,0.0,0.00243045628207861,0.0,0.307884591134255 -6824,0.255951455205554,0.0382170809918448,0.13500518489352,0.255951455205554,0.054038151843762,0.0334587145390059,0.255951455205554,0.0356290264321366,0.0656957496243585,0.255951455205554,0.0375900578859062,0.0809709511202751,0.255951455205554,0.0338104700957362,0.0132475523095808,0.255951455205554,0.0552092502332053,0.00360901229273536,0.5,0.255951455205554,0.0433557789969323,0.00578356862437339,0.5,0.255951455205554,0.0285875123173892,0.0111207107329036,0.5,0.255951455205554,0.0312842324004704,0.00808211588027032,0.255951455205554,0.0397045260807347,0.0144063891894891,0.0811885090087949,0.00572000974134436,0.255951455205554,0.0811362320055112,0.0113680433735045,0.5,0.255951455205554,0.0288733248666979,0.0394838656683002,0.255951455205554,0.0956065015127626,0.00420530729948419,0.255951455205554,0.0640830602018792,0.00389010912482913,0.255951455205554,0.0753936447659406,0.00215847892763197,0.0260611514653151,0.3460970627195 -6825,0.255951455205554,0.187339580770751,0.186525095639443,0.255951455205554,0.211146148666646,0.0334987988892579,0.255951455205554,0.158931507133373,0.0641299265968775,0.255951455205554,0.160164323553205,0.0748294920052681,0.255951455205554,0.173200660511299,0.00947580787841834,0.255951455205554,0.212785858531717,0.00339861486649675,0.5,0.255951455205554,0.192780071847146,0.00360099896260079,0.5,0.255951455205554,0.0968863223297722,0.0114427442485971,0.5,0.255951455205554,0.106612678508477,0.0107262072988564,0.255951455205554,0.184116108445431,0.0110526061749426,0.238901259243752,0.0070401012152059,0.255951455205554,0.219957676931241,0.0141336574359133,0.5,0.255951455205554,0.141540528402582,0.0400194853980179,0.255951455205554,0.252987854481457,0.00165223890014591,0.255951455205554,0.206015085417754,0.00385283677886151,0.255951455205554,0.233881114149212,0.0011193148524859,0.178347615731951,0.360634038678795 -6826,0.255951455205554,0.316914678213814,0.29941078642531,0.255951455205554,0.361356214394316,0.061845168837666,0.255951455205554,0.303868559927558,0.077199184070926,0.255951455205554,0.263913685193433,0.0920592285843617,0.255951455205554,0.290819046651871,0.0105393302546905,0.255951455205554,0.364184773160968,0.0056447256116532,0.5,0.255951455205554,0.320335699068864,0.00811110494699551,0.5,0.255951455205554,0.151668537667555,0.018229387592279,0.5,0.255951455205554,0.192256889120368,0.0288046811393403,0.255951455205554,0.288690162664101,0.0272278231973523,0.388105232273345,0.0195412422122632,0.255951455205554,0.361033568136993,0.0206047077204652,0.5,0.255951455205554,0.316051662779502,0.0753730007178292,0.255951455205554,0.404459180236663,0.000883048466026427,0.255951455205554,0.363827680153851,0.0089812607580402,0.255951455205554,0.387181576305842,0.00145744061741608,0.326464695028005,0.32074719943761 -6827,0.255951455205554,0.442218661754722,0.344596607569756,0.255951455205554,0.486098629337655,0.0719244421357236,0.255951455205554,0.447896666995727,0.070109071328374,0.255951455205554,0.446599282755373,0.102317390314397,0.255951455205554,0.372592852649896,0.015102396170204,0.255951455205554,0.478951818295434,0.0144795002590101,0.5,0.255951455205554,0.406906318491485,0.033669556371022,0.5,0.255951455205554,0.19282244294382,0.060111388502706,0.5,0.255951455205554,0.26138253086487,0.0571155420759632,0.255951455205554,0.414968117443634,0.0871018089899999,0.455085128782426,0.02220012353075,0.255951455205554,0.490637292766344,0.0231206681709668,0.5,0.255951455205554,0.475755350276541,0.112370707898697,0.255951455205554,0.521950650753725,0.00112896091953559,0.255951455205554,0.498339843541575,0.0150284906366579,0.255951455205554,0.511344556083431,0.0075779168901676,0.460547356658095,0.271055393522415 -6828,0.255951455205554,0.51975255748595,0.322998205928853,0.255951455205554,0.555083628991094,0.0665851586618003,0.255951455205554,0.508081586271728,0.0517832374199432,0.255951455205554,0.528132385389491,0.0678244764021452,0.255951455205554,0.436085222575098,0.0227557348871936,0.255951455205554,0.528520465462433,0.0416206571914558,0.5,0.255951455205554,0.48742121779015,0.078942838951066,0.5,0.255951455205554,0.229981916451217,0.114875905648446,0.5,0.255951455205554,0.288314090170972,0.0985565601492402,0.255951455205554,0.489327025440987,0.18284132043928,0.455741750677529,0.0106955126536658,0.255951455205554,0.558479979064829,0.0285479871128768,0.5,0.255951455205554,0.55607919659948,0.125025868270327,0.255951455205554,0.58378756516965,0.00810359717406591,0.255951455205554,0.570445417712773,0.024072455719914,0.255951455205554,0.577263825132345,0.0301878940373514,0.553088419674585,0.159124178664858 -6829,0.255951455205554,0.513947586739463,0.270261769628726,0.255951455205554,0.556146382510658,0.0832736942652042,0.255951455205554,0.511899175738654,0.0402734153720684,0.255951455205554,0.537651009512077,0.0504390156885853,0.255951455205554,0.47307597261735,0.0414839378739369,0.255951455205554,0.538422312821003,0.0747788021885529,0.5,0.255951455205554,0.504769051898332,0.141753098207214,0.5,0.255951455205554,0.264440271988889,0.155856330900334,0.5,0.255951455205554,0.276539873314249,0.137815159957693,0.255951455205554,0.493280567080733,0.307700446227046,0.558318360495002,0.00749629953715284,0.255951455205554,0.571655420835792,0.0250760110427495,0.5,0.255951455205554,0.578141969542841,0.0954059327662042,0.255951455205554,0.593057969769736,0.0292782636893719,0.255951455205554,0.575391389566681,0.0295232675886682,0.255951455205554,0.588355236256128,0.063987856442083,0.575876930358437,0.0530636535408769 -6830,0.255951455205554,0.446359079351423,0.184867109525775,0.255951455205554,0.516127699705299,0.0567052880969091,0.255951455205554,0.457624459567923,0.0239933247674553,0.255951455205554,0.499403399463883,0.0230159600484375,0.255951455205554,0.457367874919703,0.0642921925631267,0.255951455205554,0.5014455877714,0.0940453492053576,0.5,0.255951455205554,0.457940496509834,0.195039507502609,0.5,0.255951455205554,0.279336868370316,0.147028017890421,0.5,0.255951455205554,0.265874078514975,0.152671644038052,0.255951455205554,0.430875416321745,0.349496699234747,0.53163751202504,0.0122355924585628,0.255951455205554,0.530441936309312,0.0205607157739288,0.5,0.255951455205554,0.53123314131163,0.0721995402188154,0.255951455205554,0.545373833072925,0.05864893273932,0.255951455205554,0.523928570935144,0.0388161850696379,0.255951455205554,0.539291413110134,0.0940119560828822,0.521381248251226,0.0248517556987195 -6831,0.255951455205554,0.35651329044744,0.102261777306552,0.255951455205554,0.414549751809217,0.022609836500098,0.255951455205554,0.366732766948958,0.0139863513832241,0.255951455205554,0.387761407332749,0.00606069046432358,0.255951455205554,0.380611249117955,0.0861471168713254,0.255951455205554,0.40250873343027,0.100218410999411,0.5,0.255951455205554,0.368920592612025,0.215513913132869,0.5,0.255951455205554,0.248037833255748,0.11900737678778,0.5,0.255951455205554,0.258122027205929,0.140753614258831,0.255951455205554,0.34729131650611,0.387576302985497,0.408477404706601,0.00539872353387196,0.255951455205554,0.415256568135879,0.0153030767406808,0.5,0.255951455205554,0.42856336917064,0.0415850003988389,0.255951455205554,0.43967813479117,0.0842239119877118,0.255951455205554,0.415553785403879,0.0534997399048762,0.255951455205554,0.438341806578186,0.125039600913615,0.452302616276491,0.0197032374055347 -6832,0.255951455205554,0.254808241474314,0.0465640492071488,0.255951455205554,0.275421433832984,0.00548202141123592,0.255951455205554,0.243708704008889,0.0142395591257248,0.255951455205554,0.258941061168574,0.00124805199544082,0.255951455205554,0.259235817820742,0.0961372533130245,0.255951455205554,0.261811973437043,0.075118456097956,0.5,0.255951455205554,0.243314281412165,0.193846445865537,0.5,0.255951455205554,0.183808818451971,0.0883324861941103,0.5,0.255951455205554,0.185886873793333,0.110009142029368,0.255951455205554,0.212265727420897,0.307760651304517,0.239511732913783,0.00521701037252334,0.255951455205554,0.272167595545695,0.0139221407312718,0.5,0.255951455205554,0.266027833071497,0.00922072022630802,0.255951455205554,0.304267794123534,0.0775850637598077,0.255951455205554,0.290340957000588,0.0641234219861419,0.255951455205554,0.282921956832965,0.130194693466358,0.266053479090201,0.010421368497839 -6833,0.255951455205554,0.0543461004246477,0.00948174791019499,0.255951455205554,0.0637522262049528,0.0006207671922439,0.255951455205554,0.0805950400286619,0.0102185762806742,0.255951455205554,0.0819529823724523,0.00320498050101569,0.255951455205554,0.107275869189957,0.0527928442966902,0.255951455205554,0.0901696429615757,0.0342200860586899,0.5,0.255951455205554,0.0952386676061092,0.119902599638204,0.5,0.255951455205554,0.0774766987271315,0.0354263095070016,0.5,0.255951455205554,0.0584186228813543,0.0564094329059442,0.255951455205554,0.0725639156816679,0.206576019838057,0.00539264034512093,0.00498359658823572,0.255951455205554,0.012419643813327,0.00896088578548924,0.5,0.255951455205554,0.0196423580590157,0.00143528489348899,0.255951455205554,0.0261700372206437,0.0431601251500505,0.255951455205554,0.0501432289809008,0.0318027768657877,0.255951455205554,0.0592262108407351,0.0763700146688282,0.0564581592224536,0.00268107953268504 -6834,0.255951455205554,0.0,0.00105403068403746,0.255951455205554,0.0,0.00133501096185097,0.255951455205554,0.0,0.0208166770141457,0.255951455205554,0.0,0.0115577275262045,0.255951455205554,0.0,0.0638076772759569,0.255951455205554,0.0,0.0424954304558339,0.5,0.255951455205554,0.0,0.0992675761826958,0.5,0.255951455205554,0.0,0.0390133382555023,0.5,0.255951455205554,0.0,0.0486580948589268,0.255951455205554,0.0,0.178294364393157,0.0,0.00985925809368241,0.255951455205554,0.0,0.0167732077330586,0.5,0.255951455205554,0.0,0.00156916713735015,0.255951455205554,0.0,0.0580665036252639,0.255951455205554,0.0,0.0503219688593008,0.255951455205554,0.0,0.082731103438037,0.0,0.00170402184379334 -6835,0.255951455205554,0.0,0.00161890359164872,0.255951455205554,0.0,0.00754349480584212,0.255951455205554,0.0,0.0366883625657427,0.255951455205554,0.0,0.0308251536034226,0.255951455205554,0.0,0.0695213067920617,0.255951455205554,0.0,0.0473712634929414,0.5,0.255951455205554,0.0,0.0944793802298372,0.5,0.255951455205554,0.0,0.0395807486138556,0.5,0.255951455205554,0.0,0.0462332269226433,0.255951455205554,0.0,0.1694795918472,0.0,0.0146442894141377,0.255951455205554,0.0,0.0243069741509141,0.5,0.255951455205554,0.0,0.0025414123997706,0.255951455205554,0.0,0.0594783853985179,0.255951455205554,0.0,0.0574363339105773,0.255951455205554,0.0,0.0685859584992877,0.0,0.00103473445246462 -6836,0.255951455205554,0.0,0.00799556616672019,0.255951455205554,0.0,0.0179080085154848,0.255951455205554,0.0,0.0534612652231943,0.255951455205554,0.0,0.055338854427964,0.255951455205554,0.0,0.0810277625201086,0.255951455205554,0.0,0.0513472433349071,0.5,0.255951455205554,0.0,0.0830538552580896,0.5,0.255951455205554,0.0,0.0491995253696221,0.5,0.255951455205554,0.0,0.0489045913480673,0.255951455205554,0.0,0.13388605167268,0.0,0.0229696694622737,0.255951455205554,0.0,0.0347393835560664,0.5,0.255951455205554,0.0,0.00547287920386992,0.255951455205554,0.0,0.0596195594427354,0.255951455205554,0.0,0.0659017625810352,0.255951455205554,0.0,0.0776248611956621,0.0,0.00100224993970136 -6837,0.255951455205554,0.0,0.0199901042253639,0.255951455205554,0.0,0.0358099702406678,0.255951455205554,0.0,0.0642483128308223,0.255951455205554,0.0,0.0584481631548197,0.255951455205554,0.0,0.0903154325751657,0.255951455205554,0.0,0.0602274146685376,0.5,0.255951455205554,0.0,0.0679412406051716,0.5,0.255951455205554,0.0,0.0566846816905018,0.5,0.255951455205554,0.0,0.0527522745440972,0.255951455205554,0.0,0.0839196768312201,0.0,0.0273294184296232,0.255951455205554,0.0,0.0444639594574245,0.5,0.255951455205554,0.0,0.00907550727898274,0.255951455205554,0.0,0.0581533355033629,0.255951455205554,0.0,0.0771015741071143,0.255951455205554,0.0,0.0955405644704581,0.0,0.00306507620166009 -6838,0.255951455205554,0.0,0.0237253955997745,0.255951455205554,0.0,0.0372781352282991,0.255951455205554,0.0,0.082425381578738,0.255951455205554,0.0,0.0795762413980982,0.255951455205554,0.0,0.0996307465889469,0.255951455205554,0.0,0.0617501672634655,0.5,0.255951455205554,0.0,0.0516110444685981,0.5,0.255951455205554,0.0,0.0637762912142734,0.5,0.255951455205554,0.0,0.049706618685314,0.255951455205554,0.0,0.0496656024225359,0.0,0.0343845632632687,0.255951455205554,0.0,0.0515877944195635,0.5,0.255951455205554,0.0,0.014809015797418,0.255951455205554,0.0,0.0597667582718443,0.255951455205554,0.0,0.10103732170999,0.255951455205554,0.0,0.0935197259795262,0.0,0.0194458505851922 -6839,0.255951455205554,0.0,0.0330460462881944,0.255951455205554,0.0,0.0592053860456403,0.255951455205554,0.0,0.107304190543228,0.255951455205554,0.0,0.112155133966707,0.255951455205554,0.0,0.0961749985302896,0.255951455205554,0.0,0.0559648532934022,0.5,0.255951455205554,0.0,0.0523244467561776,0.5,0.255951455205554,0.0,0.065036631465121,0.5,0.255951455205554,0.0,0.0429681674760068,0.255951455205554,0.0,0.0495198550140173,0.0,0.0515072558863837,0.255951455205554,0.0,0.0576860612913355,0.5,0.255951455205554,0.0,0.0177993538953694,0.255951455205554,0.0,0.0704668832046849,0.255951455205554,0.0,0.110055833599923,0.255951455205554,0.0,0.0754600438266264,0.0,0.0577855480085605 -6840,0.255951455205554,0.0,0.0548460385486479,0.255951455205554,0.0,0.0738701141137295,0.255951455205554,0.0,0.12708675966365,0.255951455205554,0.0,0.133543406510741,0.255951455205554,0.0,0.106395462415679,0.255951455205554,0.0,0.0532528335826572,0.5,0.255951455205554,0.0,0.0511402175508705,0.5,0.255951455205554,0.0,0.0655459380363364,0.5,0.255951455205554,0.0,0.0368941314209117,0.255951455205554,0.0,0.0483616594684859,0.0,0.0621764722697534,0.255951455205554,0.0,0.0768550332291325,0.5,0.255951455205554,0.0,0.0211221351230391,0.255951455205554,0.0,0.0782437483546241,0.255951455205554,0.0,0.0998579025532981,0.255951455205554,0.0,0.054720324097854,0.0,0.102891409700906 -6841,0.255951455205554,0.0,0.0683400566076183,0.255951455205554,0.0,0.0877523694388399,0.255951455205554,0.0,0.158709423584453,0.255951455205554,0.0,0.15356495986544,0.255951455205554,0.0,0.126797445177178,0.255951455205554,0.0,0.0536602922442492,0.5,0.255951455205554,0.0,0.0543517398115531,0.5,0.255951455205554,0.0,0.0773163952458373,0.5,0.255951455205554,0.0,0.03746170017578,0.255951455205554,0.0,0.0748237308529793,0.0,0.0726624025189727,0.255951455205554,0.0,0.0948981184296145,0.5,0.255951455205554,0.0,0.0274483340960948,0.255951455205554,0.0,0.086586524628541,0.255951455205554,0.0,0.0959100560939753,0.255951455205554,0.0,0.0439549773541576,0.0,0.141725076625709 -6842,0.255951455205554,0.0,0.0852880728323628,0.255951455205554,0.0,0.10209881712676,0.255951455205554,0.0,0.196744438690078,0.255951455205554,0.0,0.193811694894173,0.255951455205554,0.0,0.137822838477977,0.255951455205554,0.0,0.0539066421268754,0.5,0.255951455205554,0.0,0.0647266308326901,0.5,0.255951455205554,0.0,0.0876390554194895,0.5,0.255951455205554,0.0,0.046176226144051,0.255951455205554,0.0,0.0568462363083009,0.0,0.105184697976259,0.255951455205554,0.0,0.111031447172776,0.5,0.255951455205554,0.0,0.0364203791079356,0.255951455205554,0.0,0.0885074838629104,0.255951455205554,0.0,0.101843135824456,0.255951455205554,0.0,0.0370754421099802,0.0,0.168680966182661 -6843,0.255951455205554,0.0,0.101075724904268,0.255951455205554,0.0,0.120689935178396,0.255951455205554,0.0,0.248235086752876,0.255951455205554,0.0,0.238083418637584,0.255951455205554,0.0,0.120166293657729,0.255951455205554,0.0,0.0334539129781617,0.5,0.255951455205554,0.0,0.0722311032055848,0.5,0.255951455205554,0.0,0.0764372802294129,0.5,0.255951455205554,0.0,0.0571298756381281,0.255951455205554,0.0,0.08952295259041,0.0,0.164661706621508,0.255951455205554,0.0,0.128839364551394,0.5,0.255951455205554,0.0,0.0454565919579152,0.255951455205554,0.0,0.0988161077410216,0.255951455205554,0.0,0.114721727513966,0.255951455205554,0.0,0.0340916181202479,0.0,0.222898777249424 -6844,0.255951455205554,0.0,0.126094128569934,0.255951455205554,0.0,0.191197844639365,0.255951455205554,0.0,0.300347107025009,0.255951455205554,0.0,0.322815985732141,0.255951455205554,0.0,0.112777754061275,0.255951455205554,0.0,0.0262493933143514,0.5,0.255951455205554,0.0,0.131698176705537,0.5,0.255951455205554,0.0,0.0440649037421324,0.5,0.255951455205554,0.0,0.0569425190723973,0.255951455205554,0.0,0.22736192063994,0.0,0.203544839968496,0.255951455205554,0.0,0.159989933624833,0.5,0.255951455205554,0.0,0.0627265970379474,0.255951455205554,0.0,0.0970709559336987,0.255951455205554,0.0,0.123393635548306,0.255951455205554,0.0,0.0398441247515054,0.0,0.350055276697715 -6845,0.255951455205554,0.0,0.170626256804508,0.255951455205554,0.0,0.266180738577143,0.255951455205554,0.0,0.329429325789668,0.255951455205554,0.0,0.403484094825272,0.255951455205554,0.0,0.144219909264119,0.255951455205554,0.0,0.0452577730930111,0.5,0.255951455205554,0.0,0.370414993042899,0.5,0.255951455205554,0.0,0.0268880689638806,0.5,0.255951455205554,0.0,0.0541788923712441,0.255951455205554,0.0,0.587009935643551,0.0,0.277332690182628,0.255951455205554,0.0,0.197675485887568,0.5,0.255951455205554,0.0,0.0992156723965806,0.255951455205554,0.0,0.103908487944266,0.255951455205554,0.0,0.160225350263846,0.255951455205554,0.0,0.0332599207770816,0.0,0.541037262723925 -6846,0.255951455205554,0.0,0.200491429773208,0.255951455205554,0.0,0.408000454613597,0.255951455205554,0.0,0.401878077064248,0.255951455205554,0.0,0.505489322421865,0.255951455205554,0.0,0.175825124423849,0.255951455205554,0.0,0.0813869196558166,0.5,0.255951455205554,0.0,0.471766805663647,0.5,0.255951455205554,0.0,0.0119560749755191,0.5,0.255951455205554,0.0,0.0502192047455781,0.255951455205554,0.0,0.581390600801489,0.0,0.31950451308496,0.255951455205554,0.0,0.257525300205275,0.5,0.255951455205554,0.0,0.153449388812408,0.255951455205554,0.0,0.10841486589655,0.255951455205554,0.0,0.128547893346298,0.255951455205554,0.0,0.0259076368996805,0.0,0.667948413403526 -6847,0.255951455205554,0.0,0.239737751311101,0.255951455205554,0.0,0.516326427134126,0.255951455205554,0.0,0.481483662067337,0.255951455205554,0.0,0.598324178615573,0.255951455205554,0.0,0.218200528190856,0.255951455205554,0.0,0.157340349527061,0.5,0.255951455205554,0.0,0.450297092084403,0.5,0.255951455205554,0.0,0.00748020769637682,0.5,0.255951455205554,0.0,0.0350297663193756,0.255951455205554,0.0,0.555982264893827,0.0,0.235751780422621,0.255951455205554,0.0,0.260713820136678,0.5,0.255951455205554,0.0,0.216537147597235,0.255951455205554,0.0,0.108840408446161,0.255951455205554,0.0,0.103259176978291,0.255951455205554,0.0,0.0250407289957884,0.0,0.767408062495041 -6848,0.255951455205554,0.00319151302767058,0.341519222268898,0.255951455205554,0.000486536150356107,0.694825414478435,0.255951455205554,0.00208643909918765,0.533543464341452,0.255951455205554,0.000197134760050136,0.703836478330523,0.255951455205554,0.000943662735492591,0.292264563729839,0.255951455205554,0.0085674711482667,0.250313198508632,0.5,0.255951455205554,0.00610748551562045,0.491218647673571,0.5,0.255951455205554,0.0118745245348029,0.0103977493244422,0.5,0.255951455205554,0.0579622479195606,0.0213279690595393,0.255951455205554,0.00370037414816968,0.675232180057684,0.0414384311988098,0.360400641637629,0.255951455205554,0.0519580257019614,0.292580895273033,0.5,0.255951455205554,0.0131856016466473,0.293871743186383,0.255951455205554,0.0740130994232715,0.104957326631706,0.255951455205554,0.0294119283466613,0.0988175342961473,0.255951455205554,0.0306508782850755,0.0324546542247067,0.00601915449555474,0.844834904567807 -6849,0.255951455205554,0.0164376640022579,0.548598571400864,0.255951455205554,0.00319907028794345,0.677854444248781,0.255951455205554,0.0137693659748862,0.517443569603111,0.255951455205554,0.00325392638529469,0.72040922765554,0.255951455205554,0.0147965360617351,0.36114374726419,0.255951455205554,0.0473893979849134,0.326037070884099,0.5,0.255951455205554,0.0337294095017462,0.529828417911217,0.5,0.255951455205554,0.0431705333445381,0.00880225379673345,0.5,0.255951455205554,0.164857665021631,0.0161418455845478,0.255951455205554,0.0235005929899788,0.683763682307891,0.133893827901376,0.284400589951094,0.255951455205554,0.154010243565782,0.328380465968496,0.5,0.255951455205554,0.0265729930062194,0.378430734595489,0.255951455205554,0.205475256789569,0.130533327657785,0.255951455205554,0.109900850221734,0.136039476655809,0.255951455205554,0.0814367121651689,0.0421287123910179,0.0221118857379316,0.874689119657337 -6850,0.255951455205554,0.0243601574649387,0.709903530607038,0.255951455205554,0.0139486253329503,0.554860068220529,0.255951455205554,0.0296892495996832,0.476481247167274,0.255951455205554,0.00214430220281488,0.735883608089946,0.255951455205554,0.0500213340890065,0.409433527413531,0.255951455205554,0.0970640327997508,0.557102594872373,0.5,0.255951455205554,0.0630840144700392,0.481139580812352,0.5,0.255951455205554,0.0627284384070648,0.0134620091620937,0.5,0.255951455205554,0.263731486678155,0.0213778222023371,0.255951455205554,0.0388907282599677,0.479820418051631,0.212951207041182,0.380266518050735,0.255951455205554,0.264809006058671,0.408128823810203,0.5,0.255951455205554,0.0339743417389676,0.504266030336833,0.255951455205554,0.313365980663616,0.176344237463604,0.255951455205554,0.168693023539285,0.154164625903537,0.255951455205554,0.117839509032205,0.0736387797981654,0.0248065294584549,0.91253572728347 -6851,0.255951455205554,0.0168723712060043,0.82639327542515,0.255951455205554,0.0107567808571065,0.469252009492842,0.255951455205554,0.0586483470290461,0.435119879342725,0.255951455205554,0.00380325989005518,0.644234740694457,0.255951455205554,0.0862261293159011,0.461802798153119,0.255951455205554,0.154744046947678,0.517200485653967,0.5,0.255951455205554,0.0998797027431977,0.421730644453771,0.5,0.255951455205554,0.140193829437033,0.0194126180756041,0.5,0.255951455205554,0.311885923844465,0.0252086493271618,0.255951455205554,0.0412912710744214,0.411111868836581,0.295484510809385,0.353446322940728,0.255951455205554,0.332163618955214,0.364738077569692,0.5,0.255951455205554,0.0549265903067681,0.559160359097526,0.255951455205554,0.387993172066523,0.191988042177912,0.255951455205554,0.182624696313681,0.136091299187017,0.255951455205554,0.159362632233818,0.14523327495258,0.00852445241553533,0.959276726933382 -6852,0.255951455205554,0.00800568256718872,0.887341651704533,0.255951455205554,0.00604729884552367,0.449684502089399,0.255951455205554,0.107040928245987,0.410547083267678,0.255951455205554,0.0369876111386083,0.445161652745102,0.255951455205554,0.0858658849398767,0.420176704407241,0.255951455205554,0.191848072339617,0.424852052201532,0.5,0.255951455205554,0.14735753759848,0.496030458620993,0.5,0.255951455205554,0.205500119006344,0.0250503968003438,0.5,0.255951455205554,0.337768361953686,0.0228097542861658,0.255951455205554,0.0608134070918033,0.606502720542477,0.277873376911476,0.320683338835573,0.255951455205554,0.352011357517207,0.311684612729564,0.5,0.255951455205554,0.0836750709203868,0.563099675229663,0.255951455205554,0.408106209085093,0.164515168036457,0.255951455205554,0.176179673513947,0.131762619678692,0.255951455205554,0.223026449445319,0.141771027874234,0.00500688887723693,0.980533142427651 -6853,0.255951455205554,0.00795818762625181,0.829229969925327,0.255951455205554,0.052174754121742,0.355040421637415,0.255951455205554,0.122634024513396,0.380020451216558,0.255951455205554,0.0353250678388961,0.338341589430613,0.255951455205554,0.0796815458173846,0.358806792700974,0.255951455205554,0.219854816028062,0.48249406064781,0.5,0.255951455205554,0.135600671074786,0.591058555435422,0.5,0.255951455205554,0.20318193416998,0.0374245281129323,0.5,0.255951455205554,0.321281035466083,0.0164655831453735,0.255951455205554,0.0451335220946798,0.642448939272565,0.253372866017197,0.269330001638278,0.255951455205554,0.314385168591991,0.286101157992792,0.5,0.255951455205554,0.104577570622721,0.58169968971482,0.255951455205554,0.406562509975032,0.124798323756034,0.255951455205554,0.189991558236945,0.102292627391397,0.255951455205554,0.228221670080432,0.0783202725961203,0.00449834172465835,0.985715228271416 -6854,0.255951455205554,0.0136330205882344,0.618022674984692,0.255951455205554,0.0897950416445318,0.199971885537924,0.255951455205554,0.122681660517957,0.26064209026825,0.255951455205554,0.0298289989981681,0.302733998594552,0.255951455205554,0.0902202289666103,0.336429123885092,0.255951455205554,0.193051045816123,0.476063916736524,0.5,0.255951455205554,0.0699506279095138,0.586508436191664,0.5,0.255951455205554,0.175279808586793,0.0584842781967439,0.5,0.255951455205554,0.270187219480556,0.020580795002465,0.255951455205554,0.105719830366122,0.527781351949413,0.196851101431285,0.221478018789342,0.255951455205554,0.269691711018563,0.248856254538286,0.5,0.255951455205554,0.103498409883601,0.531124172918198,0.255951455205554,0.361064686970185,0.0860146768020236,0.255951455205554,0.164171262630608,0.0755774687873327,0.255951455205554,0.174535967758811,0.0934355653535946,0.00141749508194364,0.989172820583584 -6855,0.255951455205554,0.0126283734907919,0.351330124705858,0.255951455205554,0.032649264290165,0.0923798347111503,0.255951455205554,0.128821820705672,0.175260131642636,0.255951455205554,0.0762969944592416,0.29942250053662,0.255951455205554,0.0737548578016509,0.349434381644812,0.255951455205554,0.135453745849382,0.440860606922288,0.5,0.255951455205554,0.0493801327845387,0.554193354939371,0.5,0.255951455205554,0.121055688827262,0.0674527643480913,0.5,0.255951455205554,0.185703803075292,0.0293139520654592,0.255951455205554,0.100608952598145,0.469401059818551,0.0863835027980465,0.0772613850599954,0.255951455205554,0.197048331285298,0.186191394485118,0.5,0.255951455205554,0.0630639528017537,0.393534660921174,0.255951455205554,0.278003787026819,0.0823119034299329,0.255951455205554,0.129752967959909,0.0907152513962968,0.255951455205554,0.17526683424006,0.0915296540189483,0.000514977185786647,0.975315694973109 -6856,0.255951455205554,0.00920899964138599,0.175132622189518,0.255951455205554,0.0187355325869788,0.0564923144230874,0.255951455205554,0.0753594878731072,0.0974268903112391,0.255951455205554,0.15004704452066,0.12755589733772,0.255951455205554,0.0467429852349142,0.376151548028887,0.255951455205554,0.0582567256970455,0.415491418795691,0.5,0.255951455205554,0.0528955217565603,0.505307792193412,0.5,0.255951455205554,0.0804004023502262,0.0484625397100241,0.5,0.255951455205554,0.100603034238792,0.0289180594498297,0.255951455205554,0.073601944736541,0.332455104906218,0.0869460032398501,0.0243142003034362,0.255951455205554,0.120379471406259,0.114541165738188,0.5,0.255951455205554,0.0471268885000031,0.275689721222768,0.255951455205554,0.163306870210458,0.0520662902060645,0.255951455205554,0.0592055775069179,0.0845013391338427,0.255951455205554,0.119260671806414,0.0819166877403789,0.00108348836432817,0.954656255967349 -6857,0.255951455205554,0.00485768059266636,0.108243196398345,0.255951455205554,0.0196530369618361,0.0353889533895873,0.255951455205554,0.0243059180632823,0.0613061653347038,0.255951455205554,0.0404623863676233,0.0315100543460155,0.255951455205554,0.0199919507270413,0.340702494704408,0.255951455205554,0.0107124593146805,0.359507902239659,0.5,0.255951455205554,0.0371986224755001,0.383639707194531,0.5,0.255951455205554,0.0381442820900887,0.0276574765623679,0.5,0.255951455205554,0.0277905523691794,0.0145052389572883,0.255951455205554,0.0375741817690522,0.180884390411418,0.0,0.0142915012015891,0.255951455205554,0.00201786430494169,0.0729545585994096,0.5,0.255951455205554,0.00349290320162901,0.205507255535271,0.255951455205554,0.0204127844103752,0.0264307771697692,0.255951455205554,0.0214964911851753,0.0755573040459477,0.255951455205554,0.0382894711840379,0.0474562691733842,0.00119151983878603,0.927349918071206 -6858,0.255951455205554,0.0,0.0690829880055165,0.255951455205554,0.0,0.0326363981278665,0.255951455205554,0.0,0.0690925310303278,0.255951455205554,0.0,0.0108606631943248,0.255951455205554,7.65434664292461e-06,0.298887875191733,0.255951455205554,0.0,0.260995600487867,0.5,0.255951455205554,9.66523520015645e-06,0.265590309716515,0.5,0.255951455205554,2.56667871440108e-07,0.0169261594875632,0.5,0.255951455205554,0.0,0.00873179363086849,0.255951455205554,0.0,0.157343007302255,0.0,0.0113684291657806,0.255951455205554,0.0,0.0658739431609221,0.5,0.255951455205554,0.0,0.172495653656881,0.255951455205554,0.0,0.0258969559513474,0.255951455205554,0.0,0.0588589415543835,0.255951455205554,0.0,0.0521366597677374,0.0,0.891351736359661 -6859,0.255951455205554,0.0,0.0503793110586961,0.255951455205554,0.0,0.0167467743548909,0.255951455205554,0.0,0.0884777749280069,0.255951455205554,0.0,0.0245678613827894,0.255951455205554,0.0,0.237761927195728,0.255951455205554,0.0,0.143519271972075,0.5,0.255951455205554,0.0,0.236185339307359,0.5,0.255951455205554,0.0,0.0231299686882999,0.5,0.255951455205554,0.0,0.00857717836056609,0.255951455205554,0.0,0.142328995646038,0.0,0.00971148081268758,0.255951455205554,0.0,0.0425111239596989,0.5,0.255951455205554,0.0,0.153445788613417,0.255951455205554,0.0,0.0281533208615225,0.255951455205554,0.0,0.039166244802344,0.255951455205554,0.0,0.0556114468962847,0.0,0.863981820650444 -6860,0.255951455205554,0.0,0.0289018994702983,0.255951455205554,0.0,0.0175945897228046,0.255951455205554,0.0,0.0984280703798085,0.255951455205554,0.0,0.0684029996695484,0.255951455205554,0.0,0.230728894012939,0.255951455205554,0.0,0.092890303849869,0.5,0.255951455205554,0.0,0.21333911726635,0.5,0.255951455205554,0.0,0.0225610606022099,0.5,0.255951455205554,0.0,0.0173944731559899,0.255951455205554,0.0,0.184323140491547,0.0,0.00740373734797689,0.255951455205554,0.0,0.0349397756515037,0.5,0.255951455205554,0.0,0.108751552463352,0.255951455205554,0.0,0.0303838371535226,0.255951455205554,0.0,0.0283851766677629,0.255951455205554,0.0,0.0520514343606109,0.0,0.859205563744637 -6861,0.255951455205554,0.0,0.0141404078855314,0.255951455205554,0.0,0.0656696384447982,0.255951455205554,0.0,0.0855327824341422,0.255951455205554,0.0,0.0789672311370008,0.255951455205554,0.0,0.1873545215246,0.255951455205554,0.0,0.0856834778086912,0.5,0.255951455205554,0.0,0.173489655000185,0.5,0.255951455205554,0.0,0.0278165417028778,0.5,0.255951455205554,0.0,0.0146254254472017,0.255951455205554,0.0,0.233331823737241,0.0,0.00566616294098455,0.255951455205554,0.0,0.0293434617731323,0.5,0.255951455205554,0.0,0.0873373007241612,0.255951455205554,0.0,0.03379878926406,0.255951455205554,0.0,0.0285256962814881,0.255951455205554,0.0,0.0484371623397025,0.0,0.85852322406935 -6862,0.255951455205554,0.0,0.0133296248995533,0.255951455205554,0.0,0.195168605169743,0.255951455205554,0.0,0.0699037671713067,0.255951455205554,0.0,0.0760446399429377,0.255951455205554,0.0,0.183784695836104,0.255951455205554,0.0,0.0851851103525689,0.5,0.255951455205554,0.0,0.163367057539828,0.5,0.255951455205554,0.0,0.0340770062324307,0.5,0.255951455205554,0.0,0.0184230122233669,0.255951455205554,0.0,0.21501062916704,0.0,0.00724471172612462,0.255951455205554,0.0,0.0269222126492501,0.5,0.255951455205554,0.0,0.0800051341000988,0.255951455205554,0.0,0.03863161941384,0.255951455205554,0.0,0.0373129738295254,0.255951455205554,0.0,0.0424973042127548,0.0,0.852525994661992 -6863,0.255951455205554,0.0,0.0198564728248271,0.255951455205554,0.0,0.230527902642858,0.255951455205554,0.0,0.0581942666296086,0.255951455205554,0.0,0.066205770189004,0.255951455205554,0.0,0.221882756100909,0.255951455205554,0.0,0.0715681353002184,0.5,0.255951455205554,0.0,0.172079974908076,0.5,0.255951455205554,0.0,0.0404095685950046,0.5,0.255951455205554,0.0,0.0227210708931886,0.255951455205554,0.0,0.195158201347621,0.0,0.00804893064569682,0.255951455205554,0.0,0.0299039780669155,0.5,0.255951455205554,0.0,0.075712764557334,0.255951455205554,0.0,0.0337767070759665,0.255951455205554,0.0,0.0268050556626831,0.255951455205554,0.0,0.0409456600549281,0.0,0.825655486767396 -6864,0.255951455205554,0.0,0.0278583318150483,0.255951455205554,0.0,0.154957827399033,0.255951455205554,0.0,0.0548034091910059,0.255951455205554,0.0,0.0599005833126617,0.255951455205554,0.0,0.242989621745243,0.255951455205554,0.0,0.0586998846407152,0.5,0.255951455205554,0.0,0.181737490946936,0.5,0.255951455205554,0.0,0.0466159442971119,0.5,0.255951455205554,0.0,0.0244933470004825,0.255951455205554,0.0,0.223953075011521,0.0,0.00418049541971705,0.255951455205554,0.0,0.0238489777728375,0.5,0.255951455205554,0.0,0.0831921627158662,0.255951455205554,0.0,0.0321886267319595,0.255951455205554,0.0,0.0252566401348904,0.255951455205554,0.0,0.0441169170571606,0.0,0.791507553113167 -6865,0.255951455205554,0.0,0.0296060815385527,0.255951455205554,0.0,0.109122020500234,0.255951455205554,0.0,0.0589478966141396,0.255951455205554,0.0,0.0619464349835695,0.255951455205554,0.0,0.240671361371357,0.255951455205554,0.0,0.0632862364188878,0.5,0.255951455205554,0.0,0.202323415104635,0.5,0.255951455205554,0.0,0.0529691213715094,0.5,0.255951455205554,0.0,0.0239734853875824,0.255951455205554,0.0,0.278252027063007,0.0,0.00546450885050668,0.255951455205554,0.0,0.021877817181529,0.5,0.255951455205554,0.0,0.0653105137052292,0.255951455205554,0.0,0.0398386721737975,0.255951455205554,0.0,0.0309645306353852,0.255951455205554,0.0,0.0423987566250374,0.0,0.773339136444539 -6866,0.255951455205554,0.0,0.027196686348252,0.255951455205554,0.0,0.0829852106794768,0.255951455205554,0.0,0.0703026335976792,0.255951455205554,0.0,0.0588057308039138,0.255951455205554,0.0,0.263027587454422,0.255951455205554,0.0,0.0698322109559762,0.5,0.255951455205554,0.0,0.221180574456403,0.5,0.255951455205554,0.0,0.0634031008266853,0.5,0.255951455205554,0.0,0.0334632047192764,0.255951455205554,0.0,0.231835815517386,0.0,0.0166364520844513,0.255951455205554,0.0,0.0246895285714497,0.5,0.255951455205554,0.0,0.049170741785324,0.255951455205554,0.0,0.0403572427175333,0.255951455205554,0.0,0.0382913874357417,0.255951455205554,0.0,0.0427390425198256,0.0,0.753567982102367 -6867,0.255951455205554,0.0,0.0277854425415929,0.255951455205554,0.0,0.0722718180306319,0.255951455205554,0.0,0.100319076489887,0.255951455205554,0.0,0.056294896492429,0.255951455205554,0.0,0.27173515610376,0.255951455205554,0.0,0.0791080148599737,0.5,0.255951455205554,0.0,0.227383392286526,0.5,0.255951455205554,0.0,0.0670685016705337,0.5,0.255951455205554,0.0,0.0514310827978444,0.255951455205554,0.0,0.203062128652349,0.0,0.022055435617084,0.255951455205554,0.0,0.0230638734464531,0.5,0.255951455205554,0.0,0.0400154968185705,0.255951455205554,0.0,0.0420637082037185,0.255951455205554,0.0,0.0571041886261209,0.255951455205554,0.0,0.0580911994930861,0.0,0.743102451106388 -6868,0.255951455205554,0.0,0.0321939454290703,0.255951455205554,0.0,0.0698899064187035,0.255951455205554,0.0,0.143107445255033,0.255951455205554,0.0,0.0792403059455519,0.255951455205554,0.0,0.285049424513673,0.255951455205554,0.0,0.0962312507950964,0.5,0.255951455205554,0.0,0.242709744682254,0.5,0.255951455205554,0.0,0.056915399941941,0.5,0.255951455205554,0.0,0.0612978528972618,0.255951455205554,0.0,0.235493655857033,0.0,0.00905547839096091,0.255951455205554,0.0,0.0270581230508689,0.5,0.255951455205554,0.0,0.0377367506955529,0.255951455205554,0.0,0.044345227186736,0.255951455205554,0.0,0.0807734896893918,0.255951455205554,0.0,0.0881173663661529,0.0,0.745040724636654 -6869,0.255951455205554,0.0,0.0357783538007199,0.255951455205554,0.0,0.0724238902858885,0.255951455205554,0.0,0.189070476258026,0.255951455205554,0.0,0.1731471826011,0.255951455205554,0.0,0.295991882019184,0.255951455205554,0.0,0.105768932274433,0.5,0.255951455205554,0.0,0.274325139032004,0.5,0.255951455205554,0.0,0.0521520672516301,0.5,0.255951455205554,0.0,0.0712386803619731,0.255951455205554,0.0,0.240584311567983,0.0,0.0170135618922582,0.255951455205554,0.0,0.036076617233891,0.5,0.255951455205554,0.0,0.0409703371387634,0.255951455205554,0.0,0.0562111999077613,0.255951455205554,0.0,0.121660019117209,0.255951455205554,0.0,0.11623051030237,0.0,0.758565001568711 -6870,0.255951455205554,0.0,0.0368031804043132,0.255951455205554,0.0,0.0775363992464758,0.255951455205554,0.0,0.222868760832839,0.255951455205554,0.0,0.286807535646235,0.255951455205554,0.0,0.321643127688296,0.255951455205554,0.0,0.125871497333372,0.5,0.255951455205554,0.0,0.269782557546483,0.5,0.255951455205554,0.0,0.0445890104057349,0.5,0.255951455205554,0.0,0.0937234414672967,0.255951455205554,0.0,0.185846922321371,0.0,0.0249358876615436,0.255951455205554,0.0,0.0421470922438582,0.5,0.255951455205554,0.0,0.046012471540855,0.255951455205554,0.0,0.0732927304873699,0.255951455205554,0.0,0.164983414295304,0.255951455205554,0.0,0.159639189056968,0.0,0.774489366158592 -6871,0.255951455205554,0.0,0.038265338811547,0.255951455205554,0.0,0.14792858580359,0.255951455205554,0.0,0.24691837476605,0.255951455205554,0.0,0.320275998677945,0.255951455205554,0.0,0.345361355897697,0.255951455205554,0.0,0.13822839393256,0.5,0.255951455205554,0.0,0.249545596012812,0.5,0.255951455205554,0.0,0.0336108937976378,0.5,0.255951455205554,0.0,0.103958135874984,0.255951455205554,0.0,0.153625987565093,0.0,0.0377916222055245,0.255951455205554,0.0,0.0452370424949764,0.5,0.255951455205554,0.0,0.0503302111194378,0.255951455205554,0.0,0.102939111638412,0.255951455205554,0.0,0.172924891501491,0.255951455205554,0.0,0.164643936352138,0.0,0.779222579651129 -6872,0.255951455205554,0.0015047832057094,0.0524699050528872,0.255951455205554,0.000526520884460576,0.394494210477752,0.255951455205554,0.00494863281779393,0.286851854504745,0.255951455205554,0.00279455316250422,0.371203174952226,0.255951455205554,0.00226529028939272,0.370098818206096,0.255951455205554,0.00259329870941226,0.16759797221882,0.5,0.255951455205554,0.00380032547553068,0.249469563973715,0.5,0.255951455205554,0.0157795619902806,0.0328661361318038,0.5,0.255951455205554,0.00485596534543159,0.12768454861161,0.255951455205554,0.000850813747308054,0.136943651022262,0.0462266045377195,0.0617313999969979,0.255951455205554,0.0205278501221063,0.062039579264269,0.5,0.255951455205554,0.0355208802070421,0.0526615432556243,0.255951455205554,0.0270626842380926,0.215006999533535,0.255951455205554,0.022888583037743,0.203216916528292,0.255951455205554,0.0102024629671306,0.204523526591837,0.00177800170696496,0.779353020270414 -6873,0.255951455205554,0.00875070100304072,0.0984679166759056,0.255951455205554,0.00261539314745283,0.42369599351909,0.255951455205554,0.0308884861875907,0.349097604064302,0.255951455205554,0.0616300704100808,0.464366190945258,0.255951455205554,0.0236582294016776,0.445164401919396,0.255951455205554,0.0184565065459629,0.222362305552481,0.5,0.255951455205554,0.0450277190727904,0.347054411634671,0.5,0.255951455205554,0.0785554151043594,0.0513319157533105,0.5,0.255951455205554,0.0262170682020698,0.151881629918021,0.255951455205554,0.00828503655874462,0.144089598241801,0.160742218613417,0.144828775437656,0.255951455205554,0.0918643685279845,0.151030860683078,0.5,0.255951455205554,0.124552284628679,0.099283312590539,0.255951455205554,0.0741486800998277,0.304274933676876,0.255951455205554,0.0727875975201533,0.273360062377915,0.255951455205554,0.0254406002529085,0.282631357649502,0.0141830646533026,0.775268491889334 -6874,0.255951455205554,0.0136856716276606,0.151571547249267,0.255951455205554,0.0413074619802941,0.413392820258489,0.255951455205554,0.0702010100810614,0.403398591296799,0.255951455205554,0.167252440965962,0.559861896169447,0.255951455205554,0.0586656416557305,0.542786590030137,0.255951455205554,0.0406753627660766,0.2651424240496,0.5,0.255951455205554,0.11134603490078,0.45405379236068,0.5,0.255951455205554,0.151643845005041,0.0884643999145392,0.5,0.255951455205554,0.0652157105033735,0.205112309631366,0.255951455205554,0.0670567876800845,0.224166483981075,0.213349827251801,0.22288638983863,0.255951455205554,0.200079883538142,0.267838431615579,0.5,0.255951455205554,0.199037616510515,0.202691997873604,0.255951455205554,0.120366573110512,0.323217437846566,0.255951455205554,0.0899263956230455,0.375938697459932,0.255951455205554,0.0429867495904046,0.347613200057237,0.0284219247072267,0.766326734770831 -6875,0.255951455205554,0.0207000381531679,0.187539866425246,0.255951455205554,0.168351134380444,0.514507582781304,0.255951455205554,0.103672855972045,0.425847477855192,0.255951455205554,0.165596274347602,0.574392878851109,0.255951455205554,0.0865319069903664,0.580063287302312,0.255951455205554,0.0674182130155514,0.314770723671233,0.5,0.255951455205554,0.242061778505219,0.517347411875498,0.5,0.255951455205554,0.198027772635463,0.0977429532080437,0.5,0.255951455205554,0.111187003717374,0.236543654778589,0.255951455205554,0.403863683380623,0.477617758380364,0.11896418937335,0.271075133654677,0.255951455205554,0.270939803068937,0.343184899147113,0.5,0.255951455205554,0.218887276403914,0.389331330282388,0.255951455205554,0.169990046884883,0.35997473621275,0.255951455205554,0.0653052040133307,0.421964750745234,0.255951455205554,0.0518484153349961,0.400274335800815,0.023032834787067,0.769991365855689 -6876,0.255951455205554,0.0270424375518715,0.19630133690305,0.255951455205554,0.234131559635181,0.584874300294242,0.255951455205554,0.0977423503334589,0.41652952422587,0.255951455205554,0.170477394308009,0.549383161263909,0.255951455205554,0.0861463292370055,0.548617085560706,0.255951455205554,0.114051602748285,0.384871217217548,0.5,0.255951455205554,0.372436189681928,0.544245485609059,0.5,0.255951455205554,0.221236427376028,0.0641065237811049,0.5,0.255951455205554,0.142589075638163,0.223256786709268,0.255951455205554,0.121711471898258,0.400922437569777,0.0700771658169302,0.302596447407933,0.255951455205554,0.255305764395136,0.421709118268006,0.5,0.255951455205554,0.164568033735802,0.448706691037562,0.255951455205554,0.168844582877824,0.358482953969599,0.255951455205554,0.0503914479301961,0.425551208680174,0.255951455205554,0.0812173236642804,0.458700517010541,0.0113579207235978,0.756120390981638 -6877,0.255951455205554,0.0270761251220884,0.184482067154398,0.255951455205554,0.191156872225891,0.598714185811395,0.255951455205554,0.0757888640522124,0.377379396679971,0.255951455205554,0.120198645159089,0.517883624018189,0.255951455205554,0.0733622723147851,0.500206725908011,0.255951455205554,0.204114265827926,0.407050958660265,0.5,0.255951455205554,0.3638471950678,0.529728653681544,0.5,0.255951455205554,0.274197953920784,0.0618494076971585,0.5,0.255951455205554,0.152341435606065,0.16634231344866,0.255951455205554,0.103987284223045,0.303957632663694,0.0475507997898383,0.31778737662241,0.255951455205554,0.11905840964513,0.448945395065331,0.5,0.255951455205554,0.167828567992991,0.489447800796475,0.255951455205554,0.136650663042344,0.363852445645093,0.255951455205554,0.0506997495365179,0.438942738508944,0.255951455205554,0.118111679232448,0.497942755890484,0.00403239426905669,0.766640889932799 -6878,0.255951455205554,0.0205910134899125,0.173053719534721,0.255951455205554,0.13053278457449,0.55455695430933,0.255951455205554,0.0677552725339417,0.332366521240734,0.255951455205554,0.0847083386011739,0.457411627974457,0.255951455205554,0.0494824636882562,0.430630605970305,0.255951455205554,0.178560358347613,0.41761072085817,0.5,0.255951455205554,0.328916997893009,0.470499248215693,0.5,0.255951455205554,0.225071758220327,0.0937694878226846,0.5,0.255951455205554,0.16413249719659,0.147977823025084,0.255951455205554,0.261777220143419,0.371909298107597,0.0316926539322906,0.374104599936388,0.255951455205554,0.0539327217179832,0.424832194475297,0.5,0.255951455205554,0.114856537459149,0.469019061468379,0.255951455205554,0.105463785471375,0.343840419261848,0.255951455205554,0.0755262371077509,0.394764110755513,0.255951455205554,0.145182747567959,0.535827313655603,0.00201244369082241,0.789623070207018 -6879,0.255951455205554,0.0143371347364807,0.159331892625965,0.255951455205554,0.103990720706881,0.525769716934206,0.255951455205554,0.0526034373429153,0.301957672584247,0.255951455205554,0.0612924609006882,0.403178971229642,0.255951455205554,0.0313026743595961,0.3523114644538,0.255951455205554,0.144905228896485,0.379204328795695,0.5,0.255951455205554,0.270931599611694,0.398332777587218,0.5,0.255951455205554,0.170449678106379,0.0954864660729186,0.5,0.255951455205554,0.133068720852768,0.166666649398979,0.255951455205554,0.237403754239106,0.303489548518627,0.0098845867775907,0.348333402931966,0.255951455205554,0.0314192080241559,0.38444506907674,0.5,0.255951455205554,0.0779419529087958,0.426267718011501,0.255951455205554,0.0729118789728932,0.288717299186449,0.255951455205554,0.0913720032714395,0.364769447108503,0.255951455205554,0.116106565834389,0.50576861853968,0.00116112354122851,0.790924566784843 -6880,0.255951455205554,0.00772537465221228,0.145402363773975,0.255951455205554,0.0617461297736989,0.474151371809215,0.255951455205554,0.0261405548557835,0.265601213661676,0.255951455205554,0.0348812019944531,0.334103581153055,0.255951455205554,0.0187687502364216,0.276336937090612,0.255951455205554,0.104142791740131,0.344031755203529,0.5,0.255951455205554,0.198181413702394,0.270363322163792,0.5,0.255951455205554,0.134316869268684,0.0784356150512795,0.5,0.255951455205554,0.070693073925282,0.15321381474757,0.255951455205554,0.172272722283175,0.19892794246861,0.00392772289507561,0.289547829743624,0.255951455205554,0.0194989102192469,0.312270933229366,0.5,0.255951455205554,0.0469668501776237,0.407566999925056,0.255951455205554,0.0589564096406183,0.240716077572798,0.255951455205554,0.0599004183394528,0.341329486796883,0.255951455205554,0.0834887271801136,0.436555963684933,0.000752670310638299,0.757571891946211 -6881,0.255951455205554,0.00157487153827582,0.130190442362184,0.255951455205554,0.0146671305267548,0.343132548480511,0.255951455205554,0.00553022328989615,0.215653907329033,0.255951455205554,0.00848063469784766,0.247671482333465,0.255951455205554,0.00635948376803605,0.210794080058098,0.255951455205554,0.0326489106437217,0.232473682062263,0.5,0.255951455205554,0.073685967470789,0.122729533880059,0.5,0.255951455205554,0.0515365599579623,0.0383754516760096,0.5,0.255951455205554,0.0159609015516995,0.0998415216317206,0.255951455205554,0.0960510882663342,0.064422523143644,0.0,0.237498494014303,0.255951455205554,3.13765623400327e-05,0.24102559737274,0.5,0.255951455205554,0.000570679000563183,0.361629317546314,0.255951455205554,0.00596894522201725,0.193477500529721,0.255951455205554,0.014777364194271,0.263401188217649,0.255951455205554,0.0240207465229806,0.349878618054564,0.00025285155280019,0.706863471998204 -6882,0.255951455205554,0.0,0.117993445893709,0.255951455205554,0.0,0.233535559644528,0.255951455205554,0.0,0.17680120423134,0.255951455205554,0.0,0.190769396700239,0.255951455205554,8.68490341576368e-06,0.168924625331093,0.255951455205554,0.0,0.160596486946508,0.5,0.255951455205554,0.0,0.0520107464052673,0.5,0.255951455205554,0.0,0.00935012374154675,0.5,0.255951455205554,0.0,0.0440506883686901,0.255951455205554,0.0,0.02334072700331,0.0,0.164824672299668,0.255951455205554,0.0,0.192935003236584,0.5,0.255951455205554,0.0,0.317017426286307,0.255951455205554,0.0,0.159062042002304,0.255951455205554,0.0,0.199409371165629,0.255951455205554,0.0,0.258641330577979,0.0,0.653053672358485 -6883,0.255951455205554,0.0,0.1167318029209,0.255951455205554,0.0,0.25096975244233,0.255951455205554,0.0,0.15760440673958,0.255951455205554,0.0,0.163758759233467,0.255951455205554,0.0,0.153423302063224,0.255951455205554,0.0,0.134460665097399,0.5,0.255951455205554,0.0,0.0302404560492616,0.5,0.255951455205554,0.0,0.00430368242651348,0.5,0.255951455205554,0.0,0.020497867842627,0.255951455205554,0.0,0.00859971778096213,0.0,0.0647108762596191,0.255951455205554,0.0,0.173544143325318,0.5,0.255951455205554,0.0,0.253436541215209,0.255951455205554,0.0,0.134251218987645,0.255951455205554,0.0,0.165730824744072,0.255951455205554,0.0,0.190847518512517,0.0,0.589921481249889 -6884,0.255951455205554,0.0,0.120513221937955,0.255951455205554,0.0,0.274054090828663,0.255951455205554,0.0,0.147003976286967,0.255951455205554,0.0,0.155533095842125,0.255951455205554,0.0,0.154917812394907,0.255951455205554,0.0,0.112517194935009,0.5,0.255951455205554,0.0,0.0213407733175239,0.5,0.255951455205554,0.0,0.00280995726273399,0.5,0.255951455205554,0.0,0.01230898817729,0.255951455205554,0.0,0.0029185207648318,0.0,0.0627724063794705,0.255951455205554,0.0,0.138833111091132,0.5,0.255951455205554,0.0,0.219633438605039,0.255951455205554,0.0,0.0880362113639919,0.255951455205554,0.0,0.149095087458242,0.255951455205554,0.0,0.159859604341424,0.0,0.4963125949275 -6885,0.255951455205554,0.0,0.121253539201088,0.255951455205554,0.0,0.227647860870017,0.255951455205554,0.0,0.149039327919616,0.255951455205554,0.0,0.156376809424549,0.255951455205554,0.0,0.156483205585815,0.255951455205554,0.0,0.0828329558181653,0.5,0.255951455205554,0.0,0.0177703388097674,0.5,0.255951455205554,0.0,0.00193698139819564,0.5,0.255951455205554,0.0,0.00844963449756132,0.255951455205554,0.0,0.00135312447510494,0.0,0.0848406651870236,0.255951455205554,0.0,0.118632102637629,0.5,0.255951455205554,0.0,0.216477401477155,0.255951455205554,0.0,0.0576552417750613,0.255951455205554,0.0,0.146218989127281,0.255951455205554,0.0,0.1387835021002,0.0,0.473705999736631 -6886,0.255951455205554,0.0,0.12329891154264,0.255951455205554,0.0,0.207068730542703,0.255951455205554,0.0,0.164382406704763,0.255951455205554,0.0,0.158809512389882,0.255951455205554,0.0,0.155028630106042,0.255951455205554,0.0,0.0558475218925851,0.5,0.255951455205554,0.0,0.0158029463269709,0.5,0.255951455205554,0.0,0.00191707231841996,0.5,0.255951455205554,0.0,0.00672735169648789,0.255951455205554,0.0,0.00132771439094785,0.0,0.118144387536104,0.255951455205554,0.0,0.121797105069355,0.5,0.255951455205554,0.0,0.201963360363228,0.255951455205554,0.0,0.0598209439722083,0.255951455205554,0.0,0.160732353722261,0.255951455205554,0.0,0.127324132335678,0.0,0.460046032416147 -6887,0.255951455205554,0.0,0.132913711615027,0.255951455205554,0.0,0.261674082993629,0.255951455205554,0.0,0.17122525910339,0.255951455205554,0.0,0.166605832682068,0.255951455205554,0.0,0.146878698714037,0.255951455205554,0.0,0.0356706137086086,0.5,0.255951455205554,0.0,0.0178463552507851,0.5,0.255951455205554,0.0,0.00201844557068284,0.5,0.255951455205554,0.0,0.0052062005754832,0.255951455205554,0.0,0.00175148045756247,0.0,0.138563381145118,0.255951455205554,0.0,0.130689826237866,0.5,0.255951455205554,0.0,0.176792971780002,0.255951455205554,0.0,0.0742363532904441,0.255951455205554,0.0,0.182600652054617,0.255951455205554,0.0,0.105496851429645,0.0,0.368430554202656 -6888,0.255951455205554,0.0,0.133555075737154,0.255951455205554,0.0,0.261875969472966,0.255951455205554,0.0,0.161299978820858,0.255951455205554,0.0,0.169214805409721,0.255951455205554,0.0,0.142761546733185,0.255951455205554,0.0,0.0305396442552911,0.5,0.255951455205554,0.0,0.0180070499169478,0.5,0.255951455205554,0.0,0.00118661197725956,0.5,0.255951455205554,0.0,0.00552743865681539,0.255951455205554,0.0,0.00282639959393635,0.0,0.143523412958709,0.255951455205554,0.0,0.137431764959257,0.5,0.255951455205554,0.0,0.176478697070822,0.255951455205554,0.0,0.0859394906861818,0.255951455205554,0.0,0.202590964017707,0.255951455205554,0.0,0.0793685310416742,0.0,0.277209871785572 -6889,0.255951455205554,0.0,0.112257564062156,0.255951455205554,0.0,0.18532905852558,0.255951455205554,0.0,0.143627828185539,0.255951455205554,0.0,0.131297076064946,0.255951455205554,0.0,0.132742164811134,0.255951455205554,0.0,0.0294978824076842,0.5,0.255951455205554,0.0,0.0194489246156086,0.5,0.255951455205554,0.0,0.00113946940108379,0.5,0.255951455205554,0.0,0.00548739407394229,0.255951455205554,0.0,0.00576224633515296,0.0,0.136813220453481,0.255951455205554,0.0,0.14185656628446,0.5,0.255951455205554,0.0,0.177570620425368,0.255951455205554,0.0,0.0861379185158917,0.255951455205554,0.0,0.178573170418777,0.255951455205554,0.0,0.0666500860573284,0.0,0.229449408119602 -6890,0.255951455205554,0.0,0.0993278181990959,0.255951455205554,0.0,0.119247255104541,0.255951455205554,0.0,0.13049635758917,0.255951455205554,0.0,0.115027522140973,0.255951455205554,0.0,0.114014455601895,0.255951455205554,0.0,0.0286345486676801,0.5,0.255951455205554,0.0,0.0205304836882451,0.5,0.255951455205554,0.0,0.00226206375697839,0.5,0.255951455205554,0.0,0.00548367879561403,0.255951455205554,0.0,0.00796750885170269,0.0,0.169743323592694,0.255951455205554,0.0,0.137423409297651,0.5,0.255951455205554,0.0,0.151596561186641,0.255951455205554,0.0,0.0804775060519437,0.255951455205554,0.0,0.160558730339586,0.255951455205554,0.0,0.0530195682662278,0.0,0.227955612513932 -6891,0.255951455205554,0.0,0.0883176072463154,0.255951455205554,0.0,0.072761352160635,0.255951455205554,0.0,0.10547957852362,0.255951455205554,0.0,0.0653764539705799,0.255951455205554,0.0,0.108815628573757,0.255951455205554,0.0,0.0298661952143604,0.5,0.255951455205554,0.0,0.02234226981763,0.5,0.255951455205554,0.0,0.00442138865127857,0.5,0.255951455205554,0.0,0.00623925063798169,0.255951455205554,0.0,0.00851074136467409,0.0,0.153502703893316,0.255951455205554,0.0,0.135809505973428,0.5,0.255951455205554,0.0,0.135431446282706,0.255951455205554,0.0,0.0726400127216305,0.255951455205554,0.0,0.142578712606524,0.255951455205554,0.0,0.0432036250053297,0.0,0.270062221976607 -6892,0.255951455205554,0.0,0.0685675246927441,0.255951455205554,0.0,0.0492793387225492,0.255951455205554,0.0,0.0869117087497525,0.255951455205554,0.0,0.0401856997547032,0.255951455205554,0.0,0.102802615937443,0.255951455205554,0.0,0.028872894693599,0.5,0.255951455205554,0.0,0.0219446984602567,0.5,0.255951455205554,0.0,0.00614795201748459,0.5,0.255951455205554,0.0,0.00722846106823207,0.255951455205554,0.0,0.00901547113652853,0.0,0.139214948246195,0.255951455205554,0.0,0.129349808994505,0.5,0.255951455205554,0.0,0.139311563983032,0.255951455205554,0.0,0.0607442399939958,0.255951455205554,0.0,0.10779315040684,0.255951455205554,0.0,0.0370113002478618,0.0,0.275067826738154 -6893,0.255951455205554,0.0,0.0539183381949862,0.255951455205554,0.0,0.031761201823696,0.255951455205554,0.0,0.0809012147959084,0.255951455205554,0.0,0.0329706834500072,0.255951455205554,0.0,0.0966355410296498,0.255951455205554,0.0,0.029086982590875,0.5,0.255951455205554,0.0,0.021691149730697,0.5,0.255951455205554,0.0,0.00729978216659273,0.5,0.255951455205554,0.0,0.00840484589436134,0.255951455205554,0.0,0.00909803026648567,0.0,0.108865692738327,0.255951455205554,0.0,0.109748407242388,0.5,0.255951455205554,0.0,0.15235991410275,0.255951455205554,0.0,0.0565150698852737,0.255951455205554,0.0,0.0932855131210772,0.255951455205554,0.0,0.0343628970048375,0.0,0.272042387067987 -6894,0.255951455205554,0.0,0.0460075648766699,0.255951455205554,0.0,0.0266163424744345,0.255951455205554,0.0,0.0753169096522259,0.255951455205554,0.0,0.0315860156935209,0.255951455205554,0.0,0.092770886862398,0.255951455205554,0.0,0.0294599382307281,0.5,0.255951455205554,0.0,0.0189104546186269,0.5,0.255951455205554,0.0,0.00421600292692277,0.5,0.255951455205554,0.0,0.00744055662636899,0.255951455205554,0.0,0.0070583702339475,0.0,0.0880215519820351,0.255951455205554,0.0,0.0993377386455434,0.5,0.255951455205554,0.0,0.152662001296722,0.255951455205554,0.0,0.0542644326904051,0.255951455205554,0.0,0.090198163988839,0.255951455205554,0.0,0.0329210074657198,0.0,0.228345826599933 -6895,0.255951455205554,0.0,0.0428277572402882,0.255951455205554,0.0,0.0264601206796781,0.255951455205554,0.0,0.0710012099082289,0.255951455205554,0.0,0.0302291549974024,0.255951455205554,0.0,0.0865817819748838,0.255951455205554,0.0,0.0305302905702523,0.5,0.255951455205554,0.0,0.0165661405377877,0.5,0.255951455205554,0.0,0.00479586675400459,0.5,0.255951455205554,0.0,0.00664410555580258,0.255951455205554,0.0,0.00627045892000158,0.0,0.102884555541217,0.255951455205554,0.0,0.106656355554774,0.5,0.255951455205554,0.0,0.136626897411022,0.255951455205554,0.0,0.0507770365113925,0.255951455205554,0.0,0.085318589770372,0.255951455205554,0.0,0.0332739491219383,0.0,0.180959399515786 -6896,0.255951455205554,0.00496884891156979,0.0475449192903644,0.255951455205554,0.000926570602272632,0.0294787840946132,0.255951455205554,0.00391749167689735,0.0686718013938432,0.255951455205554,0.00125945872730852,0.0272921972181971,0.255951455205554,0.0067908503868248,0.0806775749386928,0.255951455205554,0.0393856895946442,0.0228970490715792,0.5,0.255951455205554,0.0317681070880242,0.0169722250964087,0.5,0.255951455205554,0.0275034017829938,0.00577804878627398,0.5,0.255951455205554,0.0110499962489806,0.00578967350486955,0.255951455205554,0.0288679575087724,0.00410826501904169,0.0192108066479148,0.145910984095423,0.255951455205554,0.0254976646091956,0.132279188270148,0.5,0.255951455205554,0.00497214418836554,0.140106742007379,0.255951455205554,0.033208170251431,0.0451869554876804,0.255951455205554,0.0264187081578922,0.100611480978892,0.255951455205554,0.0254992330407249,0.0327208808131618,0.00642361711521744,0.153498771078242 -6897,0.255951455205554,0.0542850518596453,0.0645180241088465,0.255951455205554,0.0153239529745424,0.0323037644050532,0.255951455205554,0.030134239492254,0.0680673280109721,0.255951455205554,0.0185276323070328,0.0291635886525991,0.255951455205554,0.0426224504164887,0.0869636953647933,0.255951455205554,0.188841545313338,0.0246295304345549,0.5,0.255951455205554,0.187589574107198,0.0122911954101862,0.5,0.255951455205554,0.148617643030557,0.00220940995127876,0.5,0.255951455205554,0.0641719141583972,0.00892106007196908,0.255951455205554,0.17830581547281,0.00192960311223753,0.0872229548664613,0.182808939995975,0.255951455205554,0.0824375989071541,0.171724258556854,0.5,0.255951455205554,0.034705350280009,0.18306612712631,0.255951455205554,0.0852292042914432,0.0619162836382856,0.255951455205554,0.103960194840889,0.135024413816486,0.255951455205554,0.099054679395902,0.0540354844556538,0.053705488602006,0.142280793588564 -6898,0.255951455205554,0.11514110306258,0.0790087732231084,0.255951455205554,0.0707568775224405,0.0389261778527597,0.255951455205554,0.0738491683598745,0.0784771705994774,0.255951455205554,0.0550664947929091,0.0383412734998089,0.255951455205554,0.0735282453579191,0.117891196497066,0.255951455205554,0.350288046942652,0.0653136144407576,0.5,0.255951455205554,0.330386661551165,0.0233578720180743,0.5,0.255951455205554,0.304075745639891,0.00594904750769296,0.5,0.255951455205554,0.144852734120142,0.0328016210714903,0.255951455205554,0.320309633573712,0.00285198443727093,0.171872913536112,0.2111683442998,0.255951455205554,0.139369044130611,0.202285534134605,0.5,0.255951455205554,0.0594647974943742,0.21399959395672,0.255951455205554,0.13309396750979,0.09116432417481,0.255951455205554,0.214790515571522,0.168259290872329,0.255951455205554,0.201741179438436,0.121534531344891,0.0974503729511644,0.0953363014261706 -6899,0.255951455205554,0.138089449645142,0.0960442715533931,0.255951455205554,0.143729392875414,0.0569585926304315,0.255951455205554,0.128302629811642,0.0869680596951104,0.255951455205554,0.0951849750966784,0.0452900023356424,0.255951455205554,0.0891947969485068,0.123138808958385,0.255951455205554,0.48259364733797,0.128783803090564,0.5,0.255951455205554,0.457630095655857,0.041177988906029,0.5,0.255951455205554,0.435404869414534,0.0169630494589873,0.5,0.255951455205554,0.207781368073177,0.0560277492129256,0.255951455205554,0.43829549917482,0.0108646416955164,0.28852819638373,0.209314807856254,0.255951455205554,0.178632995816984,0.205186439251851,0.5,0.255951455205554,0.0656705601316282,0.213674201993736,0.255951455205554,0.19150054149948,0.131452670579305,0.255951455205554,0.322572807792171,0.183858145942332,0.255951455205554,0.317741604094654,0.22018989059285,0.0865938280701919,0.0604397467255579 -6900,0.255951455205554,0.115554463366286,0.111096783220859,0.255951455205554,0.188240118625977,0.0903900572292785,0.255951455205554,0.136514757696208,0.0839256629862664,0.255951455205554,0.111474049971953,0.0550674989411435,0.255951455205554,0.0952954945700192,0.143093040691223,0.255951455205554,0.565166342888568,0.16452761811722,0.5,0.255951455205554,0.542178342674598,0.089230726943819,0.5,0.255951455205554,0.519655698910133,0.0320448548818443,0.5,0.255951455205554,0.2637638230701,0.06939599854572,0.255951455205554,0.492580219471788,0.0435702627657825,0.421413588333329,0.208953467688622,0.255951455205554,0.218935882808427,0.180542222369777,0.5,0.255951455205554,0.0566392797826815,0.193237727701382,0.255951455205554,0.262412848545674,0.163293081497472,0.255951455205554,0.405186170772133,0.201002444469833,0.255951455205554,0.447577844130433,0.244636901827811,0.0868880223411998,0.0529181764211358 -6901,0.255951455205554,0.0940617337188791,0.122121467793891,0.255951455205554,0.136821393632661,0.114754397264664,0.255951455205554,0.121117107853869,0.0756049844917631,0.255951455205554,0.112813463279115,0.0588435366981142,0.255951455205554,0.0874671041382742,0.129218640182315,0.255951455205554,0.574797894679683,0.195499224834301,0.5,0.255951455205554,0.540279356616737,0.0611615673874129,0.5,0.255951455205554,0.536848240492468,0.0579014943248936,0.5,0.255951455205554,0.299577265789549,0.0893632923311691,0.255951455205554,0.493718292206444,0.0398392775492382,0.443994329588219,0.189435637969321,0.255951455205554,0.24744802664614,0.163367603873378,0.5,0.255951455205554,0.0541380587432641,0.168161275764616,0.255951455205554,0.302143809682814,0.165113272336143,0.255951455205554,0.458608356751197,0.18903160688033,0.255951455205554,0.510850420827774,0.248004844936197,0.0920621285035306,0.0548539594351322 -6902,0.255951455205554,0.0772054959486748,0.127960969114919,0.255951455205554,0.0857325159303647,0.118856108476611,0.255951455205554,0.0826278324957159,0.0640962194782302,0.255951455205554,0.0878547491394273,0.0592427516450896,0.255951455205554,0.0752637547622996,0.0778756684509051,0.255951455205554,0.493266536083189,0.144747960424324,0.5,0.255951455205554,0.463612043962784,0.0687456412606406,0.5,0.255951455205554,0.480393985186595,0.0436771106277721,0.5,0.255951455205554,0.290913652011829,0.0967770972917574,0.255951455205554,0.469635161399029,0.0506046699420697,0.425903469113842,0.137665295141993,0.255951455205554,0.231603433846025,0.130380766968922,0.5,0.255951455205554,0.0452200366104068,0.156247474185722,0.255951455205554,0.303644556692605,0.163659871203113,0.255951455205554,0.455310077196541,0.159084577956727,0.255951455205554,0.502332900648367,0.237907165720489,0.10012385044135,0.059497987679354 -6903,0.255951455205554,0.0486822110376187,0.108855027253382,0.255951455205554,0.0358563950546226,0.0926439919831934,0.255951455205554,0.0499723937401391,0.0495853376407152,0.255951455205554,0.0395288925128405,0.0501272515187192,0.255951455205554,0.0645333592827019,0.0358323732090112,0.255951455205554,0.306054385108405,0.0860871518316326,0.5,0.255951455205554,0.372538645255524,0.0537157216670476,0.5,0.255951455205554,0.368821559913107,0.0370787929247039,0.5,0.255951455205554,0.242615031492719,0.0713537922739734,0.255951455205554,0.401025315882972,0.0245248882538501,0.353155720043108,0.100671364744111,0.255951455205554,0.191322546821087,0.0908344259071553,0.5,0.255951455205554,0.031248378156665,0.118103075678724,0.255951455205554,0.2579854466637,0.136841556612699,0.255951455205554,0.368740890025066,0.131414201228135,0.255951455205554,0.42544146568643,0.193300351169361,0.0652149925420602,0.0431481048079183 -6904,0.255951455205554,0.02514748878415,0.0933966632571299,0.255951455205554,0.0122038806787651,0.0707000785816526,0.255951455205554,0.0397278688474946,0.0330651709918357,0.255951455205554,0.0134040817124277,0.041139525483754,0.255951455205554,0.0440090761658106,0.0398184802099002,0.255951455205554,0.1732709920384,0.0655909789337453,0.5,0.255951455205554,0.252761301891374,0.0263069433824588,0.5,0.255951455205554,0.249977045286983,0.0319225034068261,0.5,0.255951455205554,0.160143749036581,0.0586065886132069,0.255951455205554,0.258107807563516,0.0210134935164358,0.212778773408064,0.0510684403029453,0.255951455205554,0.123585468467378,0.0534637277418482,0.5,0.255951455205554,0.0182820393717794,0.0904927296149506,0.255951455205554,0.180877252126161,0.0786520829731411,0.255951455205554,0.241973990164222,0.0735824650663243,0.255951455205554,0.288631164167586,0.102148491594946,0.0262808179832033,0.0304764704076312 -6905,0.255951455205554,0.00507407240989822,0.0739995258357055,0.255951455205554,0.00252132479989229,0.036518795927615,0.255951455205554,0.0105986799320678,0.0163735844828734,0.255951455205554,0.0042004886292666,0.023751217419535,0.255951455205554,0.0173603642814194,0.0250449184547017,0.255951455205554,0.0482687970982486,0.0130146930578556,0.5,0.255951455205554,0.081901114212755,0.0100257689403475,0.5,0.255951455205554,0.0789103297382275,0.00175497286277015,0.5,0.255951455205554,0.0472456004349009,0.0177016336799661,0.255951455205554,0.0789588573452575,0.00172156788491144,0.0,0.0101722394362777,0.255951455205554,0.000190426630612809,0.0190794951426743,0.5,0.255951455205554,0.000192914298802749,0.0762287035935009,0.255951455205554,0.00228906334953608,0.0323117475041907,0.255951455205554,0.0159784628818027,0.0251514630370851,0.255951455205554,0.0447512364731606,0.0398650874165423,0.00409074880402126,0.0303908300348712 -6906,0.255951455205554,0.0,0.0557786949046741,0.255951455205554,0.0,0.0132574077195317,0.255951455205554,0.0,0.0109494580936838,0.255951455205554,0.0,0.011342771389107,0.255951455205554,0.0,0.0119549144680421,0.255951455205554,0.0,0.00844434805764861,0.5,0.255951455205554,0.0,0.00763659542195507,0.5,0.255951455205554,0.0,0.00290882160762264,0.5,0.255951455205554,0.0,0.00614119568946154,0.255951455205554,0.0,0.00105072350606868,0.0,0.00556619175128976,0.255951455205554,0.0,0.0107149848955102,0.5,0.255951455205554,0.0,0.0524267894610861,0.255951455205554,0.0,0.0295826760739828,0.255951455205554,0.0,0.0190458437571264,0.255951455205554,0.0,0.018165549359919,0.0,0.0228556705965853 -6907,0.255951455205554,0.0,0.0524233950525286,0.255951455205554,0.0,0.0130078389115929,0.255951455205554,0.0,0.0101783109734766,0.255951455205554,0.0,0.0132189597309413,0.255951455205554,0.0,0.00988942042043398,0.255951455205554,0.0,0.0100448487657323,0.5,0.255951455205554,0.0,0.00669824752050809,0.5,0.255951455205554,0.0,0.00547017292478539,0.5,0.255951455205554,0.0,0.00289330363841917,0.255951455205554,0.0,0.000380652572427039,0.0,0.0107254739956121,0.255951455205554,0.0,0.0133402709175721,0.5,0.255951455205554,0.0,0.0462941467587359,0.255951455205554,0.0,0.0190898352634716,0.255951455205554,0.0,0.0124579516079056,0.255951455205554,0.0,0.00946080611583341,0.0,0.0150292307389391 -6908,0.255951455205554,0.0,0.0518506877722008,0.255951455205554,0.0,0.0237795998363999,0.255951455205554,0.0,0.00888149062073308,0.255951455205554,0.0,0.0118615662288987,0.255951455205554,0.0,0.00966472867258566,0.255951455205554,0.0,0.00715467477634805,0.5,0.255951455205554,0.0,0.00499722667782349,0.5,0.255951455205554,0.0,0.00761162627587917,0.5,0.255951455205554,0.0,0.00313488027078433,0.255951455205554,0.0,0.00321302566329805,0.0,0.00999898418673416,0.255951455205554,0.0,0.0124556553381013,0.5,0.255951455205554,0.0,0.0564125652288822,0.255951455205554,0.0,0.0137442599085941,0.255951455205554,0.0,0.0112686168313182,0.255951455205554,0.0,0.0242671233870771,0.0,0.015671095364294 -6909,0.255951455205554,0.0,0.0512863788994329,0.255951455205554,0.0,0.0191419383769426,0.255951455205554,0.0,0.00962959865856789,0.255951455205554,0.0,0.0157805567680362,0.255951455205554,0.0,0.00955342405648685,0.255951455205554,0.0,0.00650241020310483,0.5,0.255951455205554,0.0,0.00435865248834864,0.5,0.255951455205554,0.0,0.00767760700734885,0.5,0.255951455205554,0.0,0.00223768437448386,0.255951455205554,0.0,0.00655610875509519,0.0,0.00428331945417551,0.255951455205554,0.0,0.00883103420704772,0.5,0.255951455205554,0.0,0.0571292849012887,0.255951455205554,0.0,0.0166339928106559,0.255951455205554,0.0,0.0193283998599819,0.255951455205554,0.0,0.0241983276851423,0.0,0.0176791337406083 -6910,0.255951455205554,0.0,0.0551977154144953,0.255951455205554,0.0,0.0096462687662926,0.255951455205554,0.0,0.0107041828919291,0.255951455205554,0.0,0.0223908655218213,0.255951455205554,0.0,0.0104241564699922,0.255951455205554,0.0,0.00783501449168349,0.5,0.255951455205554,0.0,0.0046294701683021,0.5,0.255951455205554,0.0,0.0120127223922041,0.5,0.255951455205554,0.0,0.00213522090428083,0.255951455205554,0.0,0.00782522722240017,0.0,0.00516654726394436,0.255951455205554,0.0,0.0108278547440916,0.5,0.255951455205554,0.0,0.0461223232301834,0.255951455205554,0.0,0.0196468350336618,0.255951455205554,0.0,0.0164548380010008,0.255951455205554,0.0,0.0166388205745524,0.0,0.0176178416621809 -6911,0.255951455205554,0.0,0.063986972644754,0.255951455205554,0.0,0.012182316139347,0.255951455205554,0.0,0.00849783208572777,0.255951455205554,0.0,0.0144521530552637,0.255951455205554,0.0,0.0112771113984529,0.255951455205554,0.0,0.00770993717775638,0.5,0.255951455205554,0.0,0.00636695729218677,0.5,0.255951455205554,0.0,0.0186584433010229,0.5,0.255951455205554,0.0,0.00319880045177151,0.255951455205554,0.0,0.0101860908419075,0.0,0.00817247084447019,0.255951455205554,0.0,0.010539037383548,0.5,0.255951455205554,0.0,0.0280847947771385,0.255951455205554,0.0,0.0159169885814784,0.255951455205554,0.0,0.00947113335434017,0.255951455205554,0.0,0.0119945071037029,0.0,0.0172150796844967 -6912,0.255951455205554,0.0,0.0569133737594587,0.255951455205554,0.0,0.0146352362994577,0.255951455205554,0.0,0.0100769101797129,0.255951455205554,0.0,0.0108172939880874,0.255951455205554,0.0,0.0128726703450253,0.255951455205554,0.0,0.00950750632842594,0.5,0.255951455205554,0.0,0.0100840786330041,0.5,0.255951455205554,0.0,0.0261554205765316,0.5,0.255951455205554,0.0,0.0051984796160891,0.255951455205554,0.0,0.0164055652657597,0.0,0.00540270577977497,0.255951455205554,0.0,0.00695163315440193,0.5,0.255951455205554,0.0,0.0147035398623173,0.255951455205554,0.0,0.012744137806913,0.255951455205554,0.0,0.00401170213269293,0.255951455205554,0.0,0.0123081400318912,0.0,0.0176294027178982 -6913,0.255951455205554,0.0,0.051432902986686,0.255951455205554,0.0,0.021794608254605,0.255951455205554,0.0,0.011675498274134,0.255951455205554,0.0,0.0141809773457966,0.255951455205554,0.0,0.0155335686240073,0.255951455205554,0.0,0.0101792750760543,0.5,0.255951455205554,0.0,0.0167912649818734,0.5,0.255951455205554,0.0,0.0329306399252123,0.5,0.255951455205554,0.0,0.00647789645864266,0.255951455205554,0.0,0.0256733037503077,0.0,0.00677494757905131,0.255951455205554,0.0,0.00508468386331036,0.5,0.255951455205554,0.0,0.0102267197602352,0.255951455205554,0.0,0.0139469081323937,0.255951455205554,0.0,0.00398149238518238,0.255951455205554,0.0,0.0131947996079053,0.0,0.0151849947479316 -6914,0.255951455205554,0.0,0.0528769355156963,0.255951455205554,0.0,0.0119991037462263,0.255951455205554,0.0,0.0107980799600119,0.255951455205554,0.0,0.00959604371096929,0.255951455205554,0.0,0.0182373392427749,0.255951455205554,0.0,0.0114603641094593,0.5,0.255951455205554,0.0,0.0289235648377658,0.5,0.255951455205554,0.0,0.0482227060078505,0.5,0.255951455205554,0.0,0.0079742870371834,0.255951455205554,0.0,0.0330921888055128,0.0,0.00374831590704251,0.255951455205554,0.0,0.00493293396163058,0.5,0.255951455205554,0.0,0.0167307089217053,0.255951455205554,0.0,0.0185408673846582,0.255951455205554,0.0,0.00582302048523458,0.255951455205554,0.0,0.0138673197638026,0.0,0.0138586002935124 -6915,0.255951455205554,0.0,0.0420217374856955,0.255951455205554,0.0,0.00817753412752289,0.255951455205554,0.0,0.0141355354403355,0.255951455205554,0.0,0.0103613886584116,0.255951455205554,0.0,0.0215932726389545,0.255951455205554,0.0,0.0149082711824842,0.5,0.255951455205554,0.0,0.0445358802140197,0.5,0.255951455205554,0.0,0.0956852242337993,0.5,0.255951455205554,0.0,0.0112307833010736,0.255951455205554,0.0,0.0376612455868713,0.0,0.00292078917536986,0.255951455205554,0.0,0.00617658205247693,0.5,0.255951455205554,0.0,0.0244056191499017,0.255951455205554,0.0,0.0217001378412574,0.255951455205554,0.0,0.00905654908475661,0.255951455205554,0.0,0.015268411351577,0.0,0.0166473077468468 -6916,0.255951455205554,0.0,0.0339268560789949,0.255951455205554,0.0,0.00911826037999805,0.255951455205554,0.0,0.0164960588358054,0.255951455205554,0.0,0.0172001932740772,0.255951455205554,0.0,0.0246684325392785,0.255951455205554,0.0,0.0200731068507585,0.5,0.255951455205554,0.0,0.0636606453915821,0.5,0.255951455205554,0.0,0.126760851619412,0.5,0.255951455205554,0.0,0.0163897132880654,0.255951455205554,0.0,0.0647611979118412,0.0,0.00127846099882549,0.255951455205554,0.0,0.00830269124957734,0.5,0.255951455205554,0.0,0.0247831394381812,0.255951455205554,0.0,0.0207270521336396,0.255951455205554,0.0,0.0124272523177248,0.255951455205554,0.0,0.0134916048914595,0.0,0.0237540990534382 -6917,0.255951455205554,0.0,0.0395492809536595,0.255951455205554,0.0,0.00993144554587872,0.255951455205554,0.0,0.0134706566068562,0.255951455205554,0.0,0.0151005496809077,0.255951455205554,0.0,0.0274528497613807,0.255951455205554,0.0,0.026110523916381,0.5,0.255951455205554,0.0,0.115750676786709,0.5,0.255951455205554,0.0,0.165971894968237,0.5,0.255951455205554,0.0,0.0211760475467011,0.255951455205554,0.0,0.260257547359376,0.0,0.0071089143517216,0.255951455205554,0.0,0.00791727793906473,0.5,0.255951455205554,0.0,0.0190466296828886,0.255951455205554,0.0,0.0187627497918389,0.255951455205554,0.0,0.0142867163059098,0.255951455205554,0.0,0.010729634784721,0.0,0.0225770254151296 -6918,0.255951455205554,0.0,0.0458922487785889,0.255951455205554,0.0,0.00676366412210953,0.255951455205554,0.0,0.00853697130101109,0.255951455205554,0.0,0.00571383707923393,0.255951455205554,0.0,0.0306645836707853,0.255951455205554,0.0,0.0316900018266999,0.5,0.255951455205554,0.0,0.202931978524851,0.5,0.255951455205554,0.0,0.184170798043791,0.5,0.255951455205554,0.0,0.0304356344157216,0.255951455205554,0.0,0.40130789275754,0.0,0.0106257540582983,0.255951455205554,0.0,0.00696335128313535,0.5,0.255951455205554,0.0,0.0167776420250856,0.255951455205554,0.0,0.0158274105393532,0.255951455205554,0.0,0.0146070881658983,0.255951455205554,0.0,0.0091511121461658,0.0,0.019359255440793 -6919,0.255951455205554,0.0,0.0383868262044923,0.255951455205554,0.0,0.00137152693915683,0.255951455205554,0.0,0.00568686054884887,0.255951455205554,0.0,0.00155580907259834,0.255951455205554,0.0,0.0408139215819599,0.255951455205554,0.0,0.0411689255215243,0.5,0.255951455205554,0.0,0.265029667849607,0.5,0.255951455205554,0.0,0.222192407892756,0.5,0.255951455205554,0.0,0.0751043656895827,0.255951455205554,0.0,0.275029509964053,0.0,0.00925157002503654,0.255951455205554,0.0,0.00642838072842867,0.5,0.255951455205554,0.0,0.0162106852289179,0.255951455205554,0.0,0.0107715596988636,0.255951455205554,0.0,0.0121638905596307,0.255951455205554,0.0,0.00825623295921544,0.0,0.0202155779970065 -6920,0.255951455205554,0.00585270826967572,0.0257257022367433,0.255951455205554,0.0120448436516664,0.00119151766045486,0.255951455205554,0.00330830569627895,0.00544750144751698,0.255951455205554,0.00307681665729418,0.00185192256978697,0.255951455205554,0.000633251534912909,0.0578619715350867,0.255951455205554,0.000551667921761614,0.072143040187915,0.5,0.255951455205554,0.00308800968629436,0.282837009117119,0.5,0.255951455205554,0.00117876759226045,0.265283894527111,0.5,0.255951455205554,0.00234874185130696,0.168071720832849,0.255951455205554,0.00329048393098851,0.23513422044751,0.00440951469139243,0.00834181958360323,0.255951455205554,0.0102075875822102,0.00566409800634431,0.5,0.255951455205554,0.0177637392257669,0.0147301926904399,0.255951455205554,0.0182738054848207,0.00558894062431134,0.255951455205554,0.00771400230583858,0.00765680704246783,0.255951455205554,0.00430427804052971,0.00973824681428292,0.00111082913060453,0.0232747034860824 -6921,0.255951455205554,0.0557127353994517,0.0208810196098352,0.255951455205554,0.077244652764238,0.00165039113725823,0.255951455205554,0.0329447890376511,0.00723363657043522,0.255951455205554,0.0373286754849811,0.00374057939420277,0.255951455205554,0.00405277234558647,0.0798227654898656,0.255951455205554,0.0132806634452007,0.158147968619754,0.5,0.255951455205554,0.0383922033725068,0.316090812276578,0.5,0.255951455205554,0.0128435629481393,0.249984621729261,0.5,0.255951455205554,0.00838857247737145,0.233834523514245,0.255951455205554,0.0104097564386401,0.229256243305494,0.0178545932706783,0.00689354723782302,0.255951455205554,0.0369983744079677,0.00523502263563163,0.5,0.255951455205554,0.063741608469309,0.0145095382959685,0.255951455205554,0.0650273454514562,0.00654017522688978,0.255951455205554,0.0387276327120468,0.00555093474999795,0.255951455205554,0.0160912955648029,0.0148814355174772,0.0145811806316276,0.0243867264819357 -6922,0.255951455205554,0.128461021999647,0.0247393936435065,0.255951455205554,0.15436044004714,0.00641217949132916,0.255951455205554,0.0670035272675775,0.0104642651791545,0.255951455205554,0.0831336006534542,0.00783010261000235,0.255951455205554,0.0102451296845715,0.100032142096374,0.255951455205554,0.0450947653702627,0.291959666189686,0.5,0.255951455205554,0.0660004987551798,0.323420074866849,0.5,0.255951455205554,0.0379469398701672,0.28568415010013,0.5,0.255951455205554,0.0227805889226429,0.303375777594027,0.255951455205554,0.0113938306915873,0.290470979749609,0.0527384295571811,0.0098727276117617,0.255951455205554,0.068855525154974,0.00564146157970312,0.5,0.255951455205554,0.127948302665803,0.0194607026907702,0.255951455205554,0.081996902664787,0.0164525709397193,0.255951455205554,0.0641867280857514,0.00649154547482307,0.255951455205554,0.0137227639340216,0.0185340674667386,0.0534708019535662,0.0211452593177181 -6923,0.255951455205554,0.18653533789002,0.0297478918396236,0.255951455205554,0.249708615021906,0.00783208491884103,0.255951455205554,0.101245646349663,0.0115803493819303,0.255951455205554,0.145318902746167,0.00954826917627943,0.255951455205554,0.0202897619523994,0.106324751399941,0.255951455205554,0.0737323331496788,0.361673208239514,0.5,0.255951455205554,0.0930711588620754,0.330182054945623,0.5,0.255951455205554,0.0643994098941547,0.259303735180946,0.5,0.255951455205554,0.0452218781792776,0.407263647237076,0.255951455205554,0.014592793300248,0.249688916898488,0.0851646388276717,0.0169873699345386,0.255951455205554,0.0745079726121971,0.00609383619753407,0.5,0.255951455205554,0.217193374191769,0.0272170628582523,0.255951455205554,0.0423895999606099,0.0180224558917464,0.255951455205554,0.0548233327399869,0.00784269855544354,0.255951455205554,0.0129057703795277,0.0259566646235172,0.108765329182123,0.017468476709467 -6924,0.255951455205554,0.198800291243158,0.028728763181883,0.255951455205554,0.272358203511,0.00329501875811326,0.255951455205554,0.126886885992973,0.00894829549813062,0.255951455205554,0.185535243533014,0.00628800828633634,0.255951455205554,0.0341358818602808,0.110346910156195,0.255951455205554,0.0738290230242113,0.320764280069228,0.5,0.255951455205554,0.148386887163432,0.349389819691254,0.5,0.255951455205554,0.0730912836331882,0.3023600817082,0.5,0.255951455205554,0.0604733802870254,0.38387677869661,0.255951455205554,0.104133781627204,0.318031713634538,0.107380902234431,0.01643143328507,0.255951455205554,0.0806794984806107,0.00653458480793295,0.5,0.255951455205554,0.273129339789127,0.0337670521302234,0.255951455205554,0.0342335732574396,0.018750302700849,0.255951455205554,0.0465807603805077,0.0101339152845602,0.255951455205554,0.0153166595356041,0.0577196402418974,0.18643159930467,0.0158205900823335 -6925,0.255951455205554,0.197842879722947,0.0151960687358891,0.255951455205554,0.26107410688354,0.000668500400656012,0.255951455205554,0.143201295999695,0.0067143733762443,0.255951455205554,0.246690074103377,0.00347064921272841,0.255951455205554,0.0589341281614106,0.123312914241137,0.255951455205554,0.0879640563843964,0.301411391736307,0.5,0.255951455205554,0.251862784582121,0.430294907242385,0.5,0.255951455205554,0.0892579545529312,0.320031937990105,0.5,0.255951455205554,0.0669799281279305,0.336961382920403,0.255951455205554,0.217860959057058,0.339524281157886,0.125474008898685,0.00947833085055509,0.255951455205554,0.081642958797855,0.00574966883503025,0.5,0.255951455205554,0.256276213153309,0.0299209694944362,0.255951455205554,0.0457792820139683,0.0225916777518073,0.255951455205554,0.0400324409694755,0.00849848070215795,0.255951455205554,0.0173255467131674,0.0938784116652763,0.0955012084803859,0.0118567409423411 -6926,0.255951455205554,0.194467603513172,0.00566452998449561,0.255951455205554,0.243986614839145,0.0,0.255951455205554,0.131014669458572,0.00528389181654076,0.255951455205554,0.227251252727254,0.00229734013405114,0.255951455205554,0.0739079927089683,0.112028020964024,0.255951455205554,0.105338231432242,0.263166217227204,0.5,0.255951455205554,0.285689301291202,0.323681020822668,0.5,0.255951455205554,0.0715873880836809,0.247578821734418,0.5,0.255951455205554,0.0698453010727679,0.252959647540615,0.255951455205554,0.180195334753146,0.281553572154917,0.141431739801414,0.00373278595492617,0.255951455205554,0.0956845031903898,0.00516825937860303,0.5,0.255951455205554,0.203666747716073,0.0197009823998021,0.255951455205554,0.0395514188491918,0.0321624002443691,0.255951455205554,0.029679456318629,0.00739522440488723,0.255951455205554,0.0192652289769984,0.13479653099821,0.0533351686764433,0.00885134405491099 -6927,0.255951455205554,0.176305544428063,0.00315406075149529,0.255951455205554,0.203146242111894,0.0,0.255951455205554,0.0824828977300357,0.00606563118146964,0.255951455205554,0.169496484332495,0.00272222846756764,0.255951455205554,0.0938608769608131,0.084251800602858,0.255951455205554,0.0943974712110698,0.171195911191947,0.5,0.255951455205554,0.261684430258308,0.275147885990052,0.5,0.255951455205554,0.0577622221258257,0.212305298281403,0.5,0.255951455205554,0.0523995174379398,0.153925688320719,0.255951455205554,0.159406739262203,0.243846012905493,0.119632915125714,0.00109196950841623,0.255951455205554,0.0791832058461188,0.00586199723412996,0.5,0.255951455205554,0.140863754509827,0.0109124715614114,0.255951455205554,0.0186621606928284,0.0562045030686208,0.255951455205554,0.0202425404835405,0.0127322496828195,0.255951455205554,0.0102139909200046,0.14876777755062,0.0365168417621356,0.00741655001459997 -6928,0.255951455205554,0.132311103793574,0.00275912031771191,0.255951455205554,0.106937353639999,0.0,0.255951455205554,0.033724108899017,0.00628892952431466,0.255951455205554,0.0869667196429232,0.00325638547858171,0.255951455205554,0.112765897377345,0.0597851953286936,0.255951455205554,0.0839999839201136,0.129171558286154,0.5,0.255951455205554,0.169429434951094,0.167008514792127,0.5,0.255951455205554,0.0477422167423777,0.16759532468294,0.5,0.255951455205554,0.0274333142253401,0.135033129838007,0.255951455205554,0.127629747694246,0.117136863584837,0.0324182761983649,0.00103668970983194,0.255951455205554,0.0327972338269525,0.00389517046623062,0.5,0.255951455205554,0.0927631424175784,0.0047205542267609,0.255951455205554,0.00475708910073421,0.0698242954298943,0.255951455205554,0.0110307511507585,0.014328665514073,0.255951455205554,0.00535715229891934,0.118855007813048,0.0383426743379484,0.0120271349647826 -6929,0.255951455205554,0.0318689480937423,0.00180409784179524,0.255951455205554,0.0312391715880572,0.0,0.255951455205554,0.00735542779600986,0.00688718824909766,0.255951455205554,0.0144611137825,0.00410833807916068,0.255951455205554,0.0488989978387991,0.0520138611687869,0.255951455205554,0.0248063613286963,0.0814869547837296,0.5,0.255951455205554,0.0640459335530003,0.0704163697622802,0.5,0.255951455205554,0.0218997181365829,0.0905112344885301,0.5,0.255951455205554,0.0050185502331532,0.0897617178842848,0.255951455205554,0.0585931776238508,0.0509394309731601,0.0,0.000616885928251808,0.255951455205554,3.6280647984005e-05,0.000722943037579389,0.5,0.255951455205554,0.0,0.000961165963096288,0.255951455205554,0.000315258542204994,0.0895061120001055,0.255951455205554,0.00106083309951922,0.0140835688423723,0.255951455205554,0.00151801381175027,0.109862904745998,0.0337199926784828,0.0226433678909872 -6930,0.255951455205554,0.0,0.00216393388587272,0.255951455205554,0.0,0.000169776743233001,0.255951455205554,0.0,0.0126035477449026,0.255951455205554,0.0,0.00579507432032707,0.255951455205554,0.0,0.0505837375870928,0.255951455205554,0.0,0.0515146327956265,0.5,0.255951455205554,0.0,0.0555675081747066,0.5,0.255951455205554,0.0,0.0585204628614661,0.5,0.255951455205554,0.0,0.067590100377805,0.255951455205554,0.0,0.029664242216491,0.0,0.000116541777803751,0.255951455205554,0.0,0.000426224506638269,0.5,0.255951455205554,0.0,0.00055385713178055,0.255951455205554,0.0,0.0986958366196431,0.255951455205554,0.0,0.0186839087493329,0.255951455205554,0.0,0.117884676528519,0.0,0.0438277716502816 -6931,0.255951455205554,0.0,0.00463131585219834,0.255951455205554,0.0,0.000690444954760518,0.255951455205554,0.0,0.0141251259749106,0.255951455205554,0.0,0.00857011579369442,0.255951455205554,0.0,0.0544546810627581,0.255951455205554,0.0,0.0316342265080428,0.5,0.255951455205554,0.0,0.050457599512623,0.5,0.255951455205554,0.0,0.0414531976773536,0.5,0.255951455205554,0.0,0.0636541585910608,0.255951455205554,0.0,0.0117013881286057,0.0,0.0,0.255951455205554,0.0,0.00121045776303191,0.5,0.255951455205554,0.0,0.000460280610728505,0.255951455205554,0.0,0.104681669952424,0.255951455205554,0.0,0.0268639247034161,0.255951455205554,0.0,0.145795788785624,0.0,0.0811659403640294 -6932,0.255951455205554,0.0,0.00435875404298725,0.255951455205554,0.0,0.000340452921860584,0.255951455205554,0.0,0.0205536426219967,0.255951455205554,0.0,0.00478084454437703,0.255951455205554,0.0,0.0490868190746136,0.255951455205554,0.0,0.0154423088915646,0.5,0.255951455205554,0.0,0.0465013525699043,0.5,0.255951455205554,0.0,0.0237825298138106,0.5,0.255951455205554,0.0,0.0552417249232742,0.255951455205554,0.0,0.00745626289909351,0.0,0.000177989836967549,0.255951455205554,0.0,0.00274158941781611,0.5,0.255951455205554,0.0,0.000851078752287304,0.255951455205554,0.0,0.131141235417878,0.255951455205554,0.0,0.0449807122481637,0.255951455205554,0.0,0.15588133176061,0.0,0.0463158572384487 -6933,0.255951455205554,0.0,0.0040806883081529,0.255951455205554,0.0,0.00190977604225899,0.255951455205554,0.0,0.0322125825606659,0.255951455205554,0.0,0.0174457704580596,0.255951455205554,0.0,0.0602423645852632,0.255951455205554,0.0,0.0266124539840109,0.5,0.255951455205554,0.0,0.0285940563179814,0.5,0.255951455205554,0.0,0.013747475758114,0.5,0.255951455205554,0.0,0.0284414943805914,0.255951455205554,0.0,0.0146675931151809,0.0,0.0,0.255951455205554,0.0,0.00435138402086024,0.5,0.255951455205554,0.0,0.000375013203938018,0.255951455205554,0.0,0.137256319679434,0.255951455205554,0.0,0.0397705187498137,0.255951455205554,0.0,0.102095364317358,0.0,0.0793777967433078 -6934,0.255951455205554,0.0,0.0121482937650223,0.255951455205554,0.0,0.00324241263803653,0.255951455205554,0.0,0.019905535450091,0.255951455205554,0.0,0.0191027995416984,0.255951455205554,0.0,0.064573269213351,0.255951455205554,0.0,0.0286703963983521,0.5,0.255951455205554,0.0,0.0215337153314289,0.5,0.255951455205554,0.0,0.0139159438064535,0.5,0.255951455205554,0.0,0.0131138702703221,0.255951455205554,0.0,0.0180101811192315,0.0,0.000922503154206633,0.255951455205554,0.0,0.00317768657635158,0.5,0.255951455205554,0.0,0.000306113188839684,0.255951455205554,0.0,0.11924836879139,0.255951455205554,0.0,0.0349310648757896,0.255951455205554,0.0,0.067347769280888,0.0,0.120171260399537 -6935,0.255951455205554,0.0,0.0153063159221774,0.255951455205554,0.0,0.00248143363457976,0.255951455205554,0.0,0.0141510742897306,0.255951455205554,0.0,0.00950395066265716,0.255951455205554,0.0,0.0622122443298125,0.255951455205554,0.0,0.0183297044569747,0.5,0.255951455205554,0.0,0.0232431423874331,0.5,0.255951455205554,0.0,0.0141314042203075,0.5,0.255951455205554,0.0,0.0087127078422363,0.255951455205554,0.0,0.0104431526910919,0.0,0.000506593538411666,0.255951455205554,0.0,0.00267941113253278,0.5,0.255951455205554,0.0,0.00187224857586446,0.255951455205554,0.0,0.0978148960561122,0.255951455205554,0.0,0.0245865648906491,0.255951455205554,0.0,0.0468244303307085,0.0,0.0936503523126546 -6936,0.255951455205554,0.0,0.0180876294658492,0.255951455205554,0.0,0.00141715780223472,0.255951455205554,0.0,0.0188587495134926,0.255951455205554,0.0,0.00671975052868302,0.255951455205554,0.0,0.0604449037783246,0.255951455205554,0.0,0.0164608839086121,0.5,0.255951455205554,0.0,0.017425213612639,0.5,0.255951455205554,0.0,0.00964063290762904,0.5,0.255951455205554,0.0,0.00453025085433575,0.255951455205554,0.0,0.0115210331311155,0.0,0.000740065124410176,0.255951455205554,0.0,0.00327253327772376,0.5,0.255951455205554,0.0,0.00174998595385602,0.255951455205554,0.0,0.0906707813231164,0.255951455205554,0.0,0.0199950946903458,0.255951455205554,0.0,0.0216820328660192,0.0,0.100420659684623 -6937,0.255951455205554,0.0,0.0179698455218852,0.255951455205554,0.0,0.00473075278681529,0.255951455205554,0.0,0.0303978773421579,0.255951455205554,0.0,0.0195377658869277,0.255951455205554,0.0,0.0549363374243434,0.255951455205554,0.0,0.0211408423993568,0.5,0.255951455205554,0.0,0.0240176959149611,0.5,0.255951455205554,0.0,0.00490036199978498,0.5,0.255951455205554,0.0,0.00304756403575032,0.255951455205554,0.0,0.0113438915136292,0.0,0.000770407857258131,0.255951455205554,0.0,0.00516135846287482,0.5,0.255951455205554,0.0,0.00215357713682062,0.255951455205554,0.0,0.0644956151344994,0.255951455205554,0.0,0.0135572489336362,0.255951455205554,0.0,0.0113314616689323,0.0,0.123802654341876 -6938,0.255951455205554,0.0,0.0158133150048407,0.255951455205554,0.0,0.0132701967358301,0.255951455205554,0.0,0.0409653011704526,0.255951455205554,0.0,0.0391848939314602,0.255951455205554,0.0,0.0573317099385257,0.255951455205554,0.0,0.0152841994630505,0.5,0.255951455205554,0.0,0.0202213844760341,0.5,0.255951455205554,0.0,0.00497725877722845,0.5,0.255951455205554,0.0,0.00581357306005256,0.255951455205554,0.0,0.0136423987357707,0.0,0.000995496317451017,0.255951455205554,0.0,0.00596339709197695,0.5,0.255951455205554,0.0,0.00077047479674653,0.255951455205554,0.0,0.0402785215536618,0.255951455205554,0.0,0.0134379175723722,0.255951455205554,0.0,0.01860437294181,0.0,0.215653919945708 -6939,0.255951455205554,0.0,0.0255686318417986,0.255951455205554,0.0,0.0228242339541848,0.255951455205554,0.0,0.0373449162452011,0.255951455205554,0.0,0.029800974430636,0.255951455205554,0.0,0.065696053237987,0.255951455205554,0.0,0.0153507482418908,0.5,0.255951455205554,0.0,0.0131506296293436,0.5,0.255951455205554,0.0,0.00463392610474363,0.5,0.255951455205554,0.0,0.00587399691576167,0.255951455205554,0.0,0.0139549349488268,0.0,0.00126012753542147,0.255951455205554,0.0,0.00591084184816725,0.5,0.255951455205554,0.0,0.000985002368485513,0.255951455205554,0.0,0.0414193486191823,0.255951455205554,0.0,0.0245777942460123,0.255951455205554,0.0,0.0209070004422076,0.0,0.206692014536274 -6940,0.255951455205554,0.0,0.033402289995115,0.255951455205554,0.0,0.0052004896085026,0.255951455205554,0.0,0.0362482841072747,0.255951455205554,0.0,0.0209124338033439,0.255951455205554,0.0,0.0680728212510592,0.255951455205554,0.0,0.0159252494647771,0.5,0.255951455205554,0.0,0.00818926464484952,0.5,0.255951455205554,0.0,0.00444185969317183,0.5,0.255951455205554,0.0,0.00533841470748064,0.255951455205554,0.0,0.00752522432046244,0.0,0.00129392443235593,0.255951455205554,0.0,0.0101985767787503,0.5,0.255951455205554,0.0,0.00391317984608227,0.255951455205554,0.0,0.0382387566439623,0.255951455205554,0.0,0.0144880214136737,0.255951455205554,0.0,0.0228048364479142,0.0,0.167173342913447 -6941,0.255951455205554,0.0,0.0275860149806079,0.255951455205554,0.0,0.00192434567389214,0.255951455205554,0.0,0.0400893325108219,0.255951455205554,0.0,0.0320469404293604,0.255951455205554,0.0,0.066783754840345,0.255951455205554,0.0,0.0161423644381942,0.5,0.255951455205554,0.0,0.0090842600581841,0.5,0.255951455205554,0.0,0.00452245305352365,0.5,0.255951455205554,0.0,0.00481971048840862,0.255951455205554,0.0,0.00448212306480759,0.0,0.000724008384463703,0.255951455205554,0.0,0.0042748535007012,0.5,0.255951455205554,0.0,0.00477463420192932,0.255951455205554,0.0,0.0312042753293053,0.255951455205554,0.0,0.0139924335442532,0.255951455205554,0.0,0.0182775775315794,0.0,0.165869574504084 -6942,0.255951455205554,0.0,0.025536997067131,0.255951455205554,0.0,0.00893082320445916,0.255951455205554,0.0,0.0405018282310089,0.255951455205554,0.0,0.0375855860452213,0.255951455205554,0.0,0.0666620589055351,0.255951455205554,0.0,0.0197160015080997,0.5,0.255951455205554,0.0,0.0111385353608768,0.5,0.255951455205554,0.0,0.00536900368720741,0.5,0.255951455205554,0.0,0.0054978596155062,0.255951455205554,0.0,0.0105242869109994,0.0,0.000170919748165033,0.255951455205554,0.0,0.003434731797491,0.5,0.255951455205554,0.0,0.00188000310283814,0.255951455205554,0.0,0.0225256055803046,0.255951455205554,0.0,0.00914464194537887,0.255951455205554,0.0,0.0174900960006035,0.0,0.157074987776535 -6943,0.255951455205554,0.0,0.0318239738923918,0.255951455205554,0.0,0.0142086626631364,0.255951455205554,0.0,0.0403523113054001,0.255951455205554,0.0,0.042494675442124,0.255951455205554,0.0,0.0583657383128414,0.255951455205554,0.0,0.0152497876210408,0.5,0.255951455205554,0.0,0.0152084395219289,0.5,0.255951455205554,0.0,0.00696506471769492,0.5,0.255951455205554,0.0,0.00593501230122518,0.255951455205554,0.0,0.00771551216134781,0.0,0.0,0.255951455205554,0.0,0.0031277561250762,0.5,0.255951455205554,0.0,0.00117566643912333,0.255951455205554,0.0,0.0151125815138347,0.255951455205554,0.0,0.00510539594872937,0.255951455205554,0.0,0.0153509382719531,0.0,0.195535293383196 -6944,0.255951455205554,0.004908883937151,0.0411641631724918,0.255951455205554,0.00437296467924823,0.0155624668820575,0.255951455205554,0.00737018534985076,0.0467582165486732,0.255951455205554,0.0017325594659629,0.0490882795147112,0.255951455205554,0.00542589146728812,0.0474508694374368,0.255951455205554,0.0127134200763683,0.0169685802119666,0.5,0.255951455205554,0.00393157262393643,0.0146932968783279,0.5,0.255951455205554,0.00246120841000373,0.0120223114742735,0.5,0.255951455205554,0.00816450522151715,0.00498359371015491,0.255951455205554,0.00629570959153162,0.00290023019521011,0.0193523085098643,0.000529692073936988,0.255951455205554,0.0189036112259877,0.00332186432817179,0.5,0.255951455205554,0.027854087997704,0.00246273948968209,0.255951455205554,0.0467762400888973,0.00949576002696183,0.255951455205554,0.0353076111748178,0.00389498860476965,0.255951455205554,0.0360392437142814,0.00948406459702648,0.00662942928478529,0.253056004054975 -6945,0.255951455205554,0.0436173162893273,0.0500731287850508,0.255951455205554,0.019359845928741,0.015154132649778,0.255951455205554,0.042715757242885,0.0575332803559045,0.255951455205554,0.0494009571130634,0.0711125659627314,0.255951455205554,0.0360127095061665,0.0402231081614513,0.255951455205554,0.042721038919029,0.017233493755466,0.5,0.255951455205554,0.0517130734451393,0.0198349929734696,0.5,0.255951455205554,0.0249460146847666,0.0165752032517284,0.5,0.255951455205554,0.0319340648894863,0.00679812323657877,0.255951455205554,0.0929547422242469,0.00201633378271914,0.0711939479335474,0.00288639550256412,0.255951455205554,0.0798098762379309,0.00703235400277059,0.5,0.255951455205554,0.11517690653634,0.0039370010847032,0.255951455205554,0.158801194366322,0.0118428075976806,0.255951455205554,0.128500950289356,0.00668597406773922,0.255951455205554,0.134827553373711,0.0093636039061022,0.0677174074114252,0.316248055412867 -6946,0.255951455205554,0.0918789181273987,0.0753311102427758,0.255951455205554,0.0237375688471494,0.03226070956572,0.255951455205554,0.0612692992325031,0.0716413861725192,0.255951455205554,0.0401926600903601,0.0857197975067307,0.255951455205554,0.0503134165029465,0.0457585458248662,0.255951455205554,0.0695024520785099,0.0158258448049253,0.5,0.255951455205554,0.153320009128197,0.0525159362953308,0.5,0.255951455205554,0.0603640131425054,0.0140710422905709,0.5,0.255951455205554,0.0483600207360093,0.0187192623236257,0.255951455205554,0.20455034628688,0.0281095661321826,0.167857790084067,0.00630159349616136,0.255951455205554,0.17247256836122,0.0145770680395883,0.5,0.255951455205554,0.188455375044578,0.00846307820350898,0.255951455205554,0.284341865259162,0.0299418340251521,0.255951455205554,0.217515693458466,0.0236146212891339,0.255951455205554,0.196415054842015,0.0216366598331437,0.155912195843956,0.219981885527671 -6947,0.255951455205554,0.124924076422334,0.117622984763507,0.255951455205554,0.0358956909046495,0.0482927867700236,0.255951455205554,0.0859387952013758,0.10935995007207,0.255951455205554,0.0482234628189834,0.10968757615867,0.255951455205554,0.0629513155402278,0.0621537647226377,0.255951455205554,0.113255594326401,0.0208880709882726,0.5,0.255951455205554,0.288099067348049,0.0705452181596353,0.5,0.255951455205554,0.0989239334728016,0.0119594049676413,0.5,0.255951455205554,0.0672965895834915,0.0231621306847423,0.255951455205554,0.195406596814362,0.0592831096938888,0.291962913087127,0.0091701552658354,0.255951455205554,0.279959382784198,0.0243445265885442,0.5,0.255951455205554,0.24909080270099,0.0106655061359675,0.255951455205554,0.380529855107163,0.0558304267424157,0.255951455205554,0.292733771040325,0.0477793263080858,0.255951455205554,0.22990414685738,0.0448060282198776,0.242789951869421,0.179813966007964 -6948,0.255951455205554,0.0711218793005718,0.115325822041193,0.255951455205554,0.0150515744773959,0.0388846414637359,0.255951455205554,0.0971451739418585,0.170539575826915,0.255951455205554,0.093921171047257,0.147266953521539,0.255951455205554,0.0655601445698242,0.0689306462449135,0.255951455205554,0.167347321517377,0.0331786709519914,0.5,0.255951455205554,0.286371286621294,0.0675081605685375,0.5,0.255951455205554,0.143645970647929,0.0187745306566876,0.5,0.255951455205554,0.11546747255075,0.0291666726907251,0.255951455205554,0.126250139807475,0.0468971574310986,0.383539079376947,0.0204786133014709,0.255951455205554,0.359486136001094,0.0362948410593602,0.5,0.255951455205554,0.301822702291133,0.0147420264540443,0.255951455205554,0.416592489461788,0.0701252147902086,0.255951455205554,0.32105761510577,0.0608470584191261,0.255951455205554,0.288340263463237,0.11517357767571,0.133370050853843,0.158579116450063 -6949,0.255951455205554,0.0437044842990388,0.0841408415980698,0.255951455205554,0.0512799657359174,0.0495109771252984,0.255951455205554,0.114159653192616,0.228699389769292,0.255951455205554,0.27883828824537,0.226734807027712,0.255951455205554,0.0504713344936308,0.0745361687182522,0.255951455205554,0.196853141044066,0.0461054704594366,0.5,0.255951455205554,0.15049937084472,0.0491808892788453,0.5,0.255951455205554,0.145270043879502,0.0267997387348782,0.5,0.255951455205554,0.13698976123253,0.0400467624604762,0.255951455205554,0.0835677615241525,0.0349059602706661,0.360327844960211,0.0304717648272093,0.255951455205554,0.346322642020907,0.0296410390420945,0.5,0.255951455205554,0.294638470619438,0.0157215260521013,0.255951455205554,0.43081078609825,0.0844653838618746,0.255951455205554,0.326099652770219,0.0939562772770254,0.255951455205554,0.281174697169105,0.160278132968626,0.065762025412481,0.157606576174445 -6950,0.255951455205554,0.0282095876153078,0.0708610738133248,0.255951455205554,0.034566079157933,0.0290339085644309,0.255951455205554,0.0988720123180036,0.212769430748628,0.255951455205554,0.346913733055793,0.433317802451587,0.255951455205554,0.0580659149810491,0.0815652082953709,0.255951455205554,0.177214343269854,0.0604455257196671,0.5,0.255951455205554,0.101779805643397,0.0334893270863025,0.5,0.255951455205554,0.0746846422634006,0.0373308098794136,0.5,0.255951455205554,0.112897204758901,0.0390451273496368,0.255951455205554,0.0563063118179085,0.0225930863208951,0.175152190018339,0.0125820441417607,0.255951455205554,0.291855988307388,0.0206419149155752,0.5,0.255951455205554,0.208820709501919,0.00876245759503308,0.255951455205554,0.398709696938613,0.109153274041519,0.255951455205554,0.2364254008333,0.095156230410052,0.255951455205554,0.250172197210256,0.159525505881403,0.0154979484382228,0.102185204271453 -6951,0.255951455205554,0.0314065271207995,0.083261565567876,0.255951455205554,0.0386316474229189,0.0301888834000791,0.255951455205554,0.0762202851581064,0.167536697669701,0.255951455205554,0.0719935823040997,0.299428154208377,0.255951455205554,0.0692787253050841,0.0770160175461337,0.255951455205554,0.156458703415318,0.0565543265144378,0.5,0.255951455205554,0.07507719851612,0.0267277699886705,0.5,0.255951455205554,0.0474398417809,0.0359155027895117,0.5,0.255951455205554,0.0783855080328174,0.0238456150563708,0.255951455205554,0.0278764346191264,0.0223743213667287,0.112165453131571,0.0168863032682171,0.255951455205554,0.164782614787721,0.014752139046587,0.5,0.255951455205554,0.129026516363785,0.00780580093349096,0.255951455205554,0.267897277691073,0.110581896017782,0.255951455205554,0.129655930721764,0.0578291047542584,0.255951455205554,0.167387300463514,0.0940435459584902,0.00771063907022891,0.110858412245626 -6952,0.255951455205554,0.0328725263655814,0.0810788448801468,0.255951455205554,0.104078292879974,0.0349136474569958,0.255951455205554,0.0450634974457174,0.122846872982448,0.255951455205554,0.00435042281609341,0.186367933214365,0.255951455205554,0.058420929591777,0.0534943923155033,0.255951455205554,0.11822605066382,0.0338914159225571,0.5,0.255951455205554,0.0418455814030923,0.0268990921256562,0.5,0.255951455205554,0.0304509830017822,0.0437851210275868,0.5,0.255951455205554,0.0440774657338434,0.0144828596816693,0.255951455205554,0.00786465516644367,0.0256184084716258,0.0138989915606066,0.00741235494014819,0.255951455205554,0.0556473286874897,0.0102985907590117,0.5,0.255951455205554,0.062664881262548,0.00940605212985455,0.255951455205554,0.102879391513379,0.046507437550006,0.255951455205554,0.0582354641704613,0.0117462856734263,0.255951455205554,0.133445599798578,0.042467493207283,0.00306847092467808,0.144548577602927 -6953,0.255951455205554,0.00985114359745248,0.0813976352108113,0.255951455205554,0.0138218321994973,0.0469471879511171,0.255951455205554,0.00815259990242481,0.0853238769436781,0.255951455205554,0.00196314880401571,0.134178360318773,0.255951455205554,0.02881981241126,0.0390818972790478,0.255951455205554,0.0316384672533206,0.0197273026449128,0.5,0.255951455205554,0.00709806715961153,0.0189860536515065,0.5,0.255951455205554,0.00904837763945118,0.0362979391789316,0.5,0.255951455205554,0.00769707791581841,0.0119238474943013,0.255951455205554,0.00092326667462232,0.0195437538679193,0.0,0.00320370632536066,0.255951455205554,1.83477006929528e-05,0.00375120945936573,0.5,0.255951455205554,2.06947083147473e-05,0.00947871795494377,0.255951455205554,0.0,0.0109264646541891,0.255951455205554,0.000111009444206665,0.00160831980158547,0.255951455205554,0.0161854025117068,0.0104746376912981,0.000676386790192595,0.184116857911041 -6954,0.255951455205554,0.0,0.0917795685059688,0.255951455205554,0.0,0.0557701460416813,0.255951455205554,0.0,0.061943838077545,0.255951455205554,0.0,0.0797584505547821,0.255951455205554,0.0,0.0387893126428548,0.255951455205554,0.0,0.0226988868936223,0.5,0.255951455205554,0.0,0.0160466272457012,0.5,0.255951455205554,0.0,0.0216978267991452,0.5,0.255951455205554,0.0,0.0142033049251271,0.255951455205554,0.0,0.0113946540579563,0.0,0.0010948184225549,0.255951455205554,0.0,0.00290686395241613,0.5,0.255951455205554,0.0,0.00926368628909303,0.255951455205554,0.0,0.00313968592702389,0.255951455205554,0.0,0.00211366135692326,0.255951455205554,0.0,0.015911881114136,0.0,0.193783286247615 -6955,0.255951455205554,0.0,0.0790602168142736,0.255951455205554,0.0,0.0307737681084382,0.255951455205554,0.0,0.0503522464403927,0.255951455205554,0.0,0.0630604024834097,0.255951455205554,0.0,0.0290258456099296,0.255951455205554,0.0,0.0177696571711933,0.5,0.255951455205554,0.0,0.0123176163259832,0.5,0.255951455205554,0.0,0.014405527681203,0.5,0.255951455205554,0.0,0.0153008057082669,0.255951455205554,0.0,0.00841557588265362,0.0,0.000426301305137225,0.255951455205554,0.0,0.00315706967906994,0.5,0.255951455205554,0.0,0.0107772835358797,0.255951455205554,0.0,0.00243441657241895,0.255951455205554,0.0,0.00419315006215294,0.255951455205554,0.0,0.0180274765319283,0.0,0.141308731064968 -6956,0.255951455205554,0.0,0.0693364460819983,0.255951455205554,0.0,0.0227493289790957,0.255951455205554,0.0,0.0486425286861134,0.255951455205554,0.0,0.0633362087141388,0.255951455205554,0.0,0.0264615854764304,0.255951455205554,0.0,0.0135380765451848,0.5,0.255951455205554,0.0,0.0126698751691513,0.5,0.255951455205554,0.0,0.0126525882863378,0.5,0.255951455205554,0.0,0.0119279211220626,0.255951455205554,0.0,0.00789288583139017,0.0,0.0,0.255951455205554,0.0,0.00282712816606729,0.5,0.255951455205554,0.0,0.0115657526805131,0.255951455205554,0.0,0.00228739699921732,0.255951455205554,0.0,0.00738599600729647,0.255951455205554,0.0,0.0179123998325093,0.0,0.0933040872898655 -6957,0.255951455205554,0.0,0.0619817166257447,0.255951455205554,0.0,0.0253613978445396,0.255951455205554,0.0,0.0437885654379366,0.255951455205554,0.0,0.0559947813409528,0.255951455205554,0.0,0.0259433594917038,0.255951455205554,0.0,0.0129306481129061,0.5,0.255951455205554,0.0,0.0164279777606437,0.5,0.255951455205554,0.0,0.0135891941097136,0.5,0.255951455205554,0.0,0.0100731894604889,0.255951455205554,0.0,0.0106878376971412,0.0,0.0,0.255951455205554,0.0,0.00263023272503683,0.5,0.255951455205554,0.0,0.0140701447336572,0.255951455205554,0.0,0.00333410327286393,0.255951455205554,0.0,0.0110466457992721,0.255951455205554,0.0,0.014322599520883,0.0,0.0652896114421277 -6958,0.255951455205554,0.0,0.0584415674735917,0.255951455205554,0.0,0.0232168989589878,0.255951455205554,0.0,0.0350875452798335,0.255951455205554,0.0,0.0393838340483365,0.255951455205554,0.0,0.0284390688352576,0.255951455205554,0.0,0.01378243460922,0.5,0.255951455205554,0.0,0.0301834624583074,0.5,0.255951455205554,0.0,0.0145945893030784,0.5,0.255951455205554,0.0,0.00865802027963093,0.255951455205554,0.0,0.0205670500275264,0.0,0.0,0.255951455205554,0.0,0.0027287992904071,0.5,0.255951455205554,0.0,0.0171731332945735,0.255951455205554,0.0,0.00664589141775971,0.255951455205554,0.0,0.0150059107588591,0.255951455205554,0.0,0.0131195636701109,0.0,0.0592502456175916 -6959,0.255951455205554,0.0,0.0547642472481604,0.255951455205554,0.0,0.0208232262370964,0.255951455205554,0.0,0.0292947318679947,0.255951455205554,0.0,0.0320662515110165,0.255951455205554,0.0,0.0396482782561105,0.255951455205554,0.0,0.0188474373982515,0.5,0.255951455205554,0.0,0.0437631647021187,0.5,0.255951455205554,0.0,0.0128440649016683,0.5,0.255951455205554,0.0,0.0064528719353243,0.255951455205554,0.0,0.0255186666215662,0.0,0.000254067952708383,0.255951455205554,0.0,0.00267511079399043,0.5,0.255951455205554,0.0,0.019013931513526,0.255951455205554,0.0,0.0104375087921399,0.255951455205554,0.0,0.0160160962333078,0.255951455205554,0.0,0.0147240028271992,0.0,0.036536148399796 -6960,0.255951455205554,0.0,0.0532740771503834,0.255951455205554,0.0,0.0266207148017724,0.255951455205554,0.0,0.0279754789117508,0.255951455205554,0.0,0.0268479320404859,0.255951455205554,0.0,0.0474517752835936,0.255951455205554,0.0,0.020605149794514,0.5,0.255951455205554,0.0,0.0453927940764863,0.5,0.255951455205554,0.0,0.0140653603405286,0.5,0.255951455205554,0.0,0.00678415025191626,0.255951455205554,0.0,0.00894044499814418,0.0,0.00139488056717168,0.255951455205554,0.0,0.00285997019932697,0.5,0.255951455205554,0.0,0.0264005761220831,0.255951455205554,0.0,0.0129145012427627,0.255951455205554,0.0,0.0117332163426452,0.255951455205554,0.0,0.0150219567509271,0.0,0.0271465973095397 -6961,0.255951455205554,0.0,0.0497879728963973,0.255951455205554,0.0,0.0231752562606194,0.255951455205554,0.0,0.0304362696418571,0.255951455205554,0.0,0.0289857126052965,0.255951455205554,0.0,0.0466786094990459,0.255951455205554,0.0,0.018262930213803,0.5,0.255951455205554,0.0,0.0272386092876162,0.5,0.255951455205554,0.0,0.0125850654492629,0.5,0.255951455205554,0.0,0.00603265377976154,0.255951455205554,0.0,0.012323284782332,0.0,0.00102713219439652,0.255951455205554,0.0,0.00393668996896582,0.5,0.255951455205554,0.0,0.0364556999076212,0.255951455205554,0.0,0.0160501504470769,0.255951455205554,0.0,0.0110208286933996,0.255951455205554,0.0,0.0139121604393138,0.0,0.0612147846284922 -6962,0.255951455205554,0.0,0.0541013566012453,0.255951455205554,0.0,0.016454713533277,0.255951455205554,0.0,0.0370595512030143,0.255951455205554,0.0,0.0382734572506615,0.255951455205554,0.0,0.0438590630159434,0.255951455205554,0.0,0.0140028601870822,0.5,0.255951455205554,0.0,0.0192626919614146,0.5,0.255951455205554,0.0,0.0109398323492302,0.5,0.255951455205554,0.0,0.00550541586834367,0.255951455205554,0.0,0.0135078504081079,0.0,0.000920510790567444,0.255951455205554,0.0,0.00480666350699413,0.5,0.255951455205554,0.0,0.0365731435353873,0.255951455205554,0.0,0.0182553915521018,0.255951455205554,0.0,0.00806465475186693,0.255951455205554,0.0,0.012955049785197,0.0,0.156222927601645 -6963,0.255951455205554,0.0,0.0592202699000167,0.255951455205554,0.0,0.0132576010926664,0.255951455205554,0.0,0.0452267578893959,0.255951455205554,0.0,0.0463364505396452,0.255951455205554,0.0,0.0504592124569413,0.255951455205554,0.0,0.0189040321032734,0.5,0.255951455205554,0.0,0.0258841290966365,0.5,0.255951455205554,0.0,0.0107691639278596,0.5,0.255951455205554,0.0,0.00455824594035416,0.255951455205554,0.0,0.0159253868717555,0.0,0.000846358400211486,0.255951455205554,0.0,0.00474197831700895,0.5,0.255951455205554,0.0,0.0427345476454279,0.255951455205554,0.0,0.018383272713509,0.255951455205554,0.0,0.0079897231021701,0.255951455205554,0.0,0.0116401343989077,0.0,0.292376463599647 -6964,0.255951455205554,0.0,0.0573887051913707,0.255951455205554,0.0,0.0241323266045947,0.255951455205554,0.0,0.0576841045480632,0.255951455205554,0.0,0.0550408198588736,0.255951455205554,0.0,0.0639771640045247,0.255951455205554,0.0,0.0185867680853089,0.5,0.255951455205554,0.0,0.0254173129064791,0.5,0.255951455205554,0.0,0.0109892939181,0.5,0.255951455205554,0.0,0.00471204692377146,0.255951455205554,0.0,0.0116725556646585,0.0,0.00173387804741641,0.255951455205554,0.0,0.00670256503130978,0.5,0.255951455205554,0.0,0.0545593763022945,0.255951455205554,0.0,0.0174022671374978,0.255951455205554,0.0,0.00535354954194791,0.255951455205554,0.0,0.0115111595178528,0.0,0.35977598399409 -6965,0.255951455205554,0.0,0.0665537672133515,0.255951455205554,0.0,0.0398093101314021,0.255951455205554,0.0,0.0692365501585317,0.255951455205554,0.0,0.0691004519021362,0.255951455205554,0.0,0.0855187134481834,0.255951455205554,0.0,0.022218086720192,0.5,0.255951455205554,0.0,0.0263171534866641,0.5,0.255951455205554,0.0,0.00990251197620636,0.5,0.255951455205554,0.0,0.00582496495102976,0.255951455205554,0.0,0.014936295549224,0.0,0.00691053509706289,0.255951455205554,0.0,0.00888652655554959,0.5,0.255951455205554,0.0,0.0648456588192277,0.255951455205554,0.0,0.0122152868724619,0.255951455205554,0.0,0.00740741814430862,0.255951455205554,0.0,0.0127013695301016,0.0,0.498730556049793 -6966,0.255951455205554,0.0,0.0933876598616282,0.255951455205554,0.0,0.0343367975874012,0.255951455205554,0.0,0.0901090812267963,0.255951455205554,0.0,0.0875747732661149,0.255951455205554,0.0,0.106634782863245,0.255951455205554,0.0,0.0270853916227646,0.5,0.255951455205554,0.0,0.0284234385583875,0.5,0.255951455205554,0.0,0.0085777618630494,0.5,0.255951455205554,0.0,0.00572993834288486,0.255951455205554,0.0,0.0211481083585539,0.0,0.00906410880951996,0.255951455205554,0.0,0.0134424177909555,0.5,0.255951455205554,0.0,0.084256715719033,0.255951455205554,0.0,0.0126462325761335,0.255951455205554,0.0,0.0144321769938204,0.255951455205554,0.0,0.0148763658395325,0.0,0.696771473093311 -6967,0.255951455205554,0.0,0.128878171972386,0.255951455205554,0.0,0.0553950046711028,0.255951455205554,0.0,0.11726537704226,0.255951455205554,0.0,0.106404732118106,0.255951455205554,0.0,0.129855283647314,0.255951455205554,0.0,0.0330167667621358,0.5,0.255951455205554,0.0,0.0349808571424554,0.5,0.255951455205554,0.0,0.0119952291788575,0.5,0.255951455205554,0.0,0.0062155231577191,0.255951455205554,0.0,0.0300005411753103,0.0,0.0134181959611123,0.255951455205554,0.0,0.0182789450715015,0.5,0.255951455205554,0.0,0.0888802103419904,0.255951455205554,0.0,0.0142482243222265,0.255951455205554,0.0,0.0177683559874103,0.255951455205554,0.0,0.0145059139865167,0.0,0.8102587278348 -6968,0.255951455205554,0.00191520982093372,0.16694138152669,0.255951455205554,0.00132047036855495,0.0791901843309577,0.255951455205554,0.00525437389276389,0.156218534806473,0.255951455205554,0.00699735658126392,0.145984391958217,0.255951455205554,0.00438861041860231,0.149482077670816,0.255951455205554,0.00850985569386547,0.0482339064320526,0.5,0.255951455205554,0.00464955037245149,0.0404916613745292,0.5,0.255951455205554,0.0326244037340554,0.0151433374008004,0.5,0.255951455205554,0.0202132276239174,0.00654429334393831,0.255951455205554,0.00219431058880955,0.0254972202794437,0.0154560488554813,0.00974300180188353,0.255951455205554,0.0104021069852564,0.0207547793161001,0.5,0.255951455205554,0.0119953375966038,0.0857685567122844,0.255951455205554,0.0335142641909461,0.0112304104745245,0.255951455205554,0.0155268344090485,0.0250035088180089,0.255951455205554,0.0241227648909421,0.0132101611734988,0.00117896407155786,0.865831544636095 -6969,0.255951455205554,0.0396718376024251,0.248464897661302,0.255951455205554,0.0394351849777878,0.147249433953792,0.255951455205554,0.0635041865981935,0.207546737456683,0.255951455205554,0.0788070074509343,0.215946279801102,0.255951455205554,0.0363636150870965,0.188836287328462,0.255951455205554,0.0781182013998953,0.0876549381137209,0.5,0.255951455205554,0.0489351747859565,0.0540227183429569,0.5,0.255951455205554,0.161358517497508,0.0195209188820414,0.5,0.255951455205554,0.0930857463147473,0.0136564381587505,0.255951455205554,0.0388024259807925,0.0191565748740853,0.0462532376106124,0.0160981277343463,0.255951455205554,0.0463452492411154,0.0298683431335973,0.5,0.255951455205554,0.0489616979761436,0.116444388609469,0.255951455205554,0.134270960197663,0.0135954780252503,0.255951455205554,0.066394608124124,0.0335979856108903,0.255951455205554,0.0937607772645634,0.0179487815935245,0.00199316742531775,0.882269601657615 -6970,0.255951455205554,0.120696875503479,0.345221217488935,0.255951455205554,0.176501162704578,0.257226340622007,0.255951455205554,0.119793551561545,0.277627876168185,0.255951455205554,0.153950692669781,0.282441661407838,0.255951455205554,0.0554019441666483,0.269938308324265,0.255951455205554,0.172217674072268,0.181988508216968,0.5,0.255951455205554,0.107180015962433,0.0806551614806001,0.5,0.255951455205554,0.295548084029666,0.0640936476743498,0.5,0.255951455205554,0.210255875948446,0.0502509493066837,0.255951455205554,0.169963868292634,0.0276890810360453,0.103405161039359,0.0363668927239276,0.255951455205554,0.134354917784812,0.0527388474474799,0.5,0.255951455205554,0.10273265831128,0.163893065996291,0.255951455205554,0.279879804440529,0.0249621846938237,0.255951455205554,0.154554634199539,0.0624980726533846,0.255951455205554,0.207964096839995,0.0352565296390654,0.0202292713050084,0.902370932859466 -6971,0.255951455205554,0.206420446291794,0.417335484053164,0.255951455205554,0.260639039774373,0.344431444285411,0.255951455205554,0.145684490982884,0.351818279369662,0.255951455205554,0.195483610062007,0.344564409893034,0.255951455205554,0.0629184115220363,0.315007949210618,0.255951455205554,0.253380497692842,0.219903606950505,0.5,0.255951455205554,0.199380705714659,0.120797679582883,0.5,0.255951455205554,0.418988449714807,0.136178007502709,0.5,0.255951455205554,0.372044540332487,0.11221684975535,0.255951455205554,0.357835580289466,0.0777168370056546,0.288132160078887,0.0563002808635282,0.255951455205554,0.258388354577451,0.0728887960231379,0.5,0.255951455205554,0.176614316631997,0.208102881859925,0.255951455205554,0.425378537958002,0.0374181099685617,0.255951455205554,0.289582363636447,0.123469114309965,0.255951455205554,0.384419304643786,0.0865273459126696,0.216391522608165,0.905371851888623 -6972,0.255951455205554,0.213165712598737,0.491762081225055,0.255951455205554,0.324082344368036,0.424532162713511,0.255951455205554,0.138912612689113,0.401257099411749,0.255951455205554,0.0859528651409695,0.451339167232538,0.255951455205554,0.0905227967736089,0.320637073961067,0.255951455205554,0.31192259515259,0.278630276436297,0.5,0.255951455205554,0.308129991267817,0.144882924076542,0.5,0.255951455205554,0.514111223961176,0.170172847239933,0.5,0.255951455205554,0.495387750753233,0.154541771129039,0.255951455205554,0.505273742158086,0.0926371843266808,0.515523025555289,0.0904753821901799,0.255951455205554,0.390724803676558,0.106946914267796,0.5,0.255951455205554,0.238764509743411,0.255573411386797,0.255951455205554,0.515010900694684,0.052741927678541,0.255951455205554,0.412770967194956,0.190024893822823,0.255951455205554,0.490786657622321,0.150389869237768,0.245864789683161,0.878153269182479 -6973,0.255951455205554,0.127144312909298,0.470636871748391,0.255951455205554,0.334621111270642,0.545669172663345,0.255951455205554,0.125049515637617,0.43340048992242,0.255951455205554,0.0443996661194724,0.459671301588763,0.255951455205554,0.14181986651766,0.328889085730372,0.255951455205554,0.34041464207487,0.293455350144054,0.5,0.255951455205554,0.384727285111878,0.154890528776409,0.5,0.255951455205554,0.55571472173285,0.154257933958699,0.5,0.255951455205554,0.54386432614069,0.157473140297739,0.255951455205554,0.55460894951626,0.0975037929282636,0.510271998640657,0.113678318363573,0.255951455205554,0.458964534191257,0.145958272934683,0.5,0.255951455205554,0.271261042134066,0.302978361098729,0.255951455205554,0.532425516151155,0.0709249818164542,0.255951455205554,0.455434077996296,0.253733944219909,0.255951455205554,0.499107435546648,0.187876186648518,0.134267173303381,0.842003396248249 -6974,0.255951455205554,0.0590488690469163,0.504437111437436,0.255951455205554,0.148136734797875,0.542013419712647,0.255951455205554,0.122903114661173,0.436092390727237,0.255951455205554,0.0689492433617887,0.48434724430539,0.255951455205554,0.191522943864053,0.350676301004033,0.255951455205554,0.328297969946953,0.268124159492869,0.5,0.255951455205554,0.426020841534437,0.178588439668643,0.5,0.255951455205554,0.535592773610267,0.124165513503831,0.5,0.255951455205554,0.513292770728877,0.145694202307773,0.255951455205554,0.538755189673606,0.086901708189341,0.40554460998695,0.122502027449303,0.255951455205554,0.411846045561223,0.167399604000239,0.5,0.255951455205554,0.231719635045373,0.303693840174409,0.255951455205554,0.47978228889616,0.0835735546088944,0.255951455205554,0.420991423645659,0.281456449140086,0.255951455205554,0.448194898599844,0.187540214700233,0.0619724385157686,0.824118501059166 -6975,0.255951455205554,0.0212760701719613,0.521704967068202,0.255951455205554,0.0564918794829168,0.468849813450705,0.255951455205554,0.120306825368425,0.405171132174818,0.255951455205554,0.0379864961203412,0.446476244050902,0.255951455205554,0.207289995284423,0.335858452697821,0.255951455205554,0.272461073011386,0.215721481759149,0.5,0.255951455205554,0.4073145283993,0.17161969070876,0.5,0.255951455205554,0.451439824979139,0.086595289543965,0.5,0.255951455205554,0.42363562961249,0.122275125925079,0.255951455205554,0.462150036199435,0.0778951008506861,0.297471015291141,0.115440899576588,0.255951455205554,0.321541557956154,0.166058633044541,0.5,0.255951455205554,0.174310626292055,0.315696874634091,0.255951455205554,0.383578751868477,0.079077991259662,0.255951455205554,0.333745642766323,0.247272897679259,0.255951455205554,0.349262646651951,0.166184829155187,0.00697528062758959,0.832708154572797 -6976,0.255951455205554,0.00852524190525158,0.536169724449751,0.255951455205554,0.0299199341628399,0.342976627579352,0.255951455205554,0.073579741981642,0.364604567162033,0.255951455205554,0.0428928945987099,0.425098828979915,0.255951455205554,0.171537415351865,0.273616790900797,0.255951455205554,0.186789354663576,0.119316530255803,0.5,0.255951455205554,0.311926349524163,0.100133047441826,0.5,0.255951455205554,0.319149957590017,0.0420627811080261,0.5,0.255951455205554,0.293874578169225,0.0679725511149135,0.255951455205554,0.33607914196051,0.0358528763619805,0.197217076270939,0.0563265000112221,0.255951455205554,0.177908052135927,0.107336684864287,0.5,0.255951455205554,0.0900334294740785,0.282629814400362,0.255951455205554,0.193609273569055,0.0350982152165681,0.255951455205554,0.189379343446263,0.142717609693209,0.255951455205554,0.221822703766384,0.0962656462287224,0.00420897825814414,0.828815842176755 -6977,0.255951455205554,0.000461097873270719,0.54542372567215,0.255951455205554,0.000146195646801073,0.28898763950709,0.255951455205554,0.0220142677853468,0.351459967153027,0.255951455205554,0.00628837022813302,0.411866646240478,0.255951455205554,0.0519590414735203,0.246761462927795,0.255951455205554,0.0362478207880179,0.0828547279083456,0.5,0.255951455205554,0.0633809618043422,0.0528850143169745,0.5,0.255951455205554,0.0513718134062945,0.0304996034374236,0.5,0.255951455205554,0.0235072390111198,0.0423208104920872,0.255951455205554,0.0694295441544071,0.0227218779181684,0.0,0.0668327275041263,0.255951455205554,0.0,0.097839716285319,0.5,0.255951455205554,3.84966734510337e-05,0.263027732062591,0.255951455205554,0.0,0.041802169909299,0.255951455205554,0.0,0.0831893663589631,0.255951455205554,0.00919319241493139,0.050508279517704,0.0,0.811026024942786 -6978,0.255951455205554,0.0,0.546285096657858,0.255951455205554,0.0,0.321887395218377,0.255951455205554,0.0,0.356505092876457,0.255951455205554,0.0,0.420784851777712,0.255951455205554,0.0,0.256150227038766,0.255951455205554,0.0,0.0826961415280074,0.5,0.255951455205554,0.0,0.0435673204788886,0.5,0.255951455205554,0.0,0.0342846242483916,0.5,0.255951455205554,0.0,0.0456862246302467,0.255951455205554,0.0,0.0179979769610344,0.0,0.0759772295689855,0.255951455205554,0.0,0.115819135840976,0.5,0.255951455205554,0.0,0.288037274877345,0.255951455205554,0.0,0.0602516785534,0.255951455205554,0.0,0.0903401550120005,0.255951455205554,0.0,0.0555159193706593,0.0,0.816339600770811 -6979,0.255951455205554,0.0,0.557408897681839,0.255951455205554,0.0,0.362710541484256,0.255951455205554,0.0,0.358730751184957,0.255951455205554,0.0,0.419428186662238,0.255951455205554,0.0,0.2510833628586,0.255951455205554,0.0,0.0753303554009012,0.5,0.255951455205554,0.0,0.0347908182444617,0.5,0.255951455205554,0.0,0.0337660932588445,0.5,0.255951455205554,0.0,0.0401287945946599,0.255951455205554,0.0,0.0168353555310493,0.0,0.0839121051857858,0.255951455205554,0.0,0.125990627407717,0.5,0.255951455205554,0.0,0.339992035770898,0.255951455205554,0.0,0.0744542870759834,0.255951455205554,0.0,0.0970840437775189,0.255951455205554,0.0,0.0570427973118665,0.0,0.824176922934711 -6980,0.255951455205554,0.0,0.576731812863827,0.255951455205554,0.0,0.392437407946612,0.255951455205554,0.0,0.357068762243579,0.255951455205554,0.0,0.391914424464258,0.255951455205554,0.0,0.230696924875107,0.255951455205554,0.0,0.0703943488880099,0.5,0.255951455205554,0.0,0.0355941238489036,0.5,0.255951455205554,0.0,0.0348287205245395,0.5,0.255951455205554,0.0,0.0384517545236845,0.255951455205554,0.0,0.0202931817546972,0.0,0.112321268920503,0.255951455205554,0.0,0.145158185232547,0.5,0.255951455205554,0.0,0.397800655901359,0.255951455205554,0.0,0.0879946654918246,0.255951455205554,0.0,0.106078752758173,0.255951455205554,0.0,0.0593286081834349,0.0,0.889884679092326 -6981,0.255951455205554,0.0,0.599466520702686,0.255951455205554,0.0,0.379487925034594,0.255951455205554,0.0,0.3562536903875,0.255951455205554,0.0,0.366245427343424,0.255951455205554,0.0,0.225397477835524,0.255951455205554,0.0,0.0671856247776841,0.5,0.255951455205554,0.0,0.0389452560349196,0.5,0.255951455205554,0.0,0.0377589656825487,0.5,0.255951455205554,0.0,0.0408923133994107,0.255951455205554,0.0,0.0212829079179968,0.0,0.11836983989648,0.255951455205554,0.0,0.161356703060785,0.5,0.255951455205554,0.0,0.440715153266504,0.255951455205554,0.0,0.096216029418172,0.255951455205554,0.0,0.115734461860949,0.255951455205554,0.0,0.0585214699198258,0.0,0.935567909982557 -6982,0.255951455205554,0.0,0.607992565620374,0.255951455205554,0.0,0.360159314379442,0.255951455205554,0.0,0.352358614127088,0.255951455205554,0.0,0.368400815337116,0.255951455205554,0.0,0.24121639482752,0.255951455205554,0.0,0.0735007516077964,0.5,0.255951455205554,0.0,0.0393463493226818,0.5,0.255951455205554,0.0,0.0444701794264635,0.5,0.255951455205554,0.0,0.040812037961767,0.255951455205554,0.0,0.0214590332168793,0.0,0.135987227886482,0.255951455205554,0.0,0.174687179737952,0.5,0.255951455205554,0.0,0.47311190418115,0.255951455205554,0.0,0.0997004438093646,0.255951455205554,0.0,0.132713317658087,0.255951455205554,0.0,0.0588092886659243,0.0,0.927792060669321 -6983,0.255951455205554,0.0,0.591931981909002,0.255951455205554,0.0,0.354609666295442,0.255951455205554,0.0,0.336350015964499,0.255951455205554,0.0,0.364106727893578,0.255951455205554,0.0,0.250016383485513,0.255951455205554,0.0,0.0771903264043448,0.5,0.255951455205554,0.0,0.03840971293572,0.5,0.255951455205554,0.0,0.0423876977417482,0.5,0.255951455205554,0.0,0.0392701114722279,0.255951455205554,0.0,0.0211624832293207,0.0,0.135129259088555,0.255951455205554,0.0,0.1710440590664,0.5,0.255951455205554,0.0,0.491322852084359,0.255951455205554,0.0,0.107558347022231,0.255951455205554,0.0,0.142022635186643,0.255951455205554,0.0,0.0619801223059965,0.0,0.891997416162157 -6984,0.255951455205554,0.0,0.556455933978524,0.255951455205554,0.0,0.33657905316801,0.255951455205554,0.0,0.319998083604503,0.255951455205554,0.0,0.339588957221683,0.255951455205554,0.0,0.256315906431411,0.255951455205554,0.0,0.0810007813147875,0.5,0.255951455205554,0.0,0.0373599933703398,0.5,0.255951455205554,0.0,0.0475041404021736,0.5,0.255951455205554,0.0,0.040095782581778,0.255951455205554,0.0,0.023239417064613,0.0,0.129487263186878,0.255951455205554,0.0,0.168200912902677,0.5,0.255951455205554,0.0,0.481810348190314,0.255951455205554,0.0,0.119492029072483,0.255951455205554,0.0,0.133958974778833,0.255951455205554,0.0,0.0664890578397333,0.0,0.852317703654256 -6985,0.255951455205554,0.0,0.521645223020696,0.255951455205554,0.0,0.302164443613845,0.255951455205554,0.0,0.303964206842534,0.255951455205554,0.0,0.3088371466247,0.255951455205554,0.0,0.248067471767157,0.255951455205554,0.0,0.0787553523322994,0.5,0.255951455205554,0.0,0.0393316379376743,0.5,0.255951455205554,0.0,0.0490092939363384,0.5,0.255951455205554,0.0,0.0400927131174583,0.255951455205554,0.0,0.0257897603028641,0.0,0.13825925711776,0.255951455205554,0.0,0.16805327622246,0.5,0.255951455205554,0.0,0.440498347381871,0.255951455205554,0.0,0.13258717926919,0.255951455205554,0.0,0.128013910433139,0.255951455205554,0.0,0.0741017801332052,0.0,0.778068642240649 -6986,0.255951455205554,0.0,0.500504961966781,0.255951455205554,0.0,0.265042113273723,0.255951455205554,0.0,0.293438370643223,0.255951455205554,0.0,0.299274910731967,0.255951455205554,0.0,0.233099197807498,0.255951455205554,0.0,0.0773151595569091,0.5,0.255951455205554,0.0,0.0450511076793717,0.5,0.255951455205554,0.0,0.0514231119155256,0.5,0.255951455205554,0.0,0.0405503190062202,0.255951455205554,0.0,0.0284540829651614,0.0,0.144357904466499,0.255951455205554,0.0,0.165815713879624,0.5,0.255951455205554,0.0,0.38395075415926,0.255951455205554,0.0,0.145290914949399,0.255951455205554,0.0,0.122425116039742,0.255951455205554,0.0,0.0802125275715739,0.0,0.760534545032839 -6987,0.255951455205554,0.0,0.48418589258927,0.255951455205554,0.0,0.241635125194352,0.255951455205554,0.0,0.296523393198311,0.255951455205554,0.0,0.308278747884902,0.255951455205554,0.0,0.213784880267104,0.255951455205554,0.0,0.0774644925102892,0.5,0.255951455205554,0.0,0.0495213195243965,0.5,0.255951455205554,0.0,0.0477715773319133,0.5,0.255951455205554,0.0,0.0378460527140868,0.255951455205554,0.0,0.0326711275186645,0.0,0.131052700733406,0.255951455205554,0.0,0.160112812834684,0.5,0.255951455205554,0.0,0.340980510457608,0.255951455205554,0.0,0.157728404177681,0.255951455205554,0.0,0.123399913316949,0.255951455205554,0.0,0.0871044109096382,0.0,0.777931675314862 -6988,0.255951455205554,0.0,0.453694349706724,0.255951455205554,0.0,0.247342972614231,0.255951455205554,0.0,0.294059773028951,0.255951455205554,0.0,0.318427833449808,0.255951455205554,0.0,0.198224291888167,0.255951455205554,0.0,0.0745831982309432,0.5,0.255951455205554,0.0,0.0544204115190154,0.5,0.255951455205554,0.0,0.0403584566795937,0.5,0.255951455205554,0.0,0.0344241621787065,0.255951455205554,0.0,0.0419078411600724,0.0,0.129918100047044,0.255951455205554,0.0,0.153944731623614,0.5,0.255951455205554,0.0,0.308877408837137,0.255951455205554,0.0,0.169324186008798,0.255951455205554,0.0,0.121557758449152,0.255951455205554,0.0,0.0898454254322842,0.0,0.742180327119952 -6989,0.255951455205554,0.0,0.439092321698311,0.255951455205554,0.0,0.255049362536781,0.255951455205554,0.0,0.294264666000921,0.255951455205554,0.0,0.319520098566005,0.255951455205554,0.0,0.199102454058963,0.255951455205554,0.0,0.0707195702174745,0.5,0.255951455205554,0.0,0.0613872506385665,0.5,0.255951455205554,0.0,0.0429832821690518,0.5,0.255951455205554,0.0,0.036852351670185,0.255951455205554,0.0,0.0478087154644263,0.0,0.142915339770889,0.255951455205554,0.0,0.150054175823622,0.5,0.255951455205554,0.0,0.283850518039816,0.255951455205554,0.0,0.16616366721623,0.255951455205554,0.0,0.12553296779192,0.255951455205554,0.0,0.0896471288987422,0.0,0.712971007863687 -6990,0.255951455205554,0.0,0.418089229494637,0.255951455205554,0.0,0.254457022981542,0.255951455205554,0.0,0.303381094018941,0.255951455205554,0.0,0.33327045800742,0.255951455205554,0.0,0.216534047259997,0.255951455205554,0.0,0.0689349569104736,0.5,0.255951455205554,0.0,0.0697641642334792,0.5,0.255951455205554,0.0,0.0487663971401784,0.5,0.255951455205554,0.0,0.0382919809968097,0.255951455205554,0.0,0.0548536943280847,0.0,0.146886675678488,0.255951455205554,0.0,0.14495499851441,0.5,0.255951455205554,0.0,0.265409824414949,0.255951455205554,0.0,0.160999529174027,0.255951455205554,0.0,0.127206456794448,0.255951455205554,0.0,0.0884660926442244,0.0,0.708755556061835 -6991,0.255951455205554,0.0,0.426164479896941,0.255951455205554,0.0,0.248940615939728,0.255951455205554,0.0,0.32316858983952,0.255951455205554,0.0,0.360109826400463,0.255951455205554,0.0,0.237106478578968,0.255951455205554,0.0,0.0729232826903303,0.5,0.255951455205554,0.0,0.0772693733636845,0.5,0.255951455205554,0.0,0.0620532815288868,0.5,0.255951455205554,0.0,0.0388984478488031,0.255951455205554,0.0,0.0599101087204879,0.0,0.134085621865433,0.255951455205554,0.0,0.138361977391581,0.5,0.255951455205554,0.0,0.260846555139916,0.255951455205554,0.0,0.162009999556334,0.255951455205554,0.0,0.124755447916483,0.255951455205554,0.0,0.0957651894307411,0.0,0.782261631820039 -6992,0.255951455205554,0.00334206917086265,0.471462329942646,0.255951455205554,0.0135007482015104,0.269454507184035,0.255951455205554,0.0110330621165723,0.345392423229487,0.255951455205554,0.00619844987564859,0.39443344940289,0.255951455205554,0.00823692432562707,0.233960771648762,0.255951455205554,0.0228183326716777,0.07415877475795,0.5,0.255951455205554,0.0149839886861015,0.071090007082622,0.5,0.255951455205554,0.0367178080503434,0.0665189977636311,0.5,0.255951455205554,0.05715224984306,0.0379945211659134,0.255951455205554,0.0119856016526924,0.0539706261469347,0.0485998811720728,0.117626916943905,0.255951455205554,0.052881546124208,0.135283954654239,0.5,0.255951455205554,0.0265039388110212,0.262378310603061,0.255951455205554,0.062157368565597,0.141630206222493,0.255951455205554,0.0429489986980805,0.117580021919065,0.255951455205554,0.0443638491896821,0.0895077091435456,0.000907608876566774,0.883429885779373 -6993,0.255951455205554,0.0317346155545718,0.57437517601551,0.255951455205554,0.124162546559898,0.354209717129707,0.255951455205554,0.107937407883417,0.386307106461034,0.255951455205554,0.0976139265513128,0.453389024667374,0.255951455205554,0.114349648134926,0.235891452245962,0.255951455205554,0.153093340484803,0.0959210251808379,0.5,0.255951455205554,0.152952951711793,0.0763847064875871,0.5,0.255951455205554,0.189908690125818,0.0571413151328409,0.5,0.255951455205554,0.211534008832835,0.0409026230567871,0.255951455205554,0.156476498907178,0.0600494855621519,0.188351317402375,0.178250750444944,0.255951455205554,0.194131496713561,0.187262912186269,0.5,0.255951455205554,0.150027475119687,0.318515373801283,0.255951455205554,0.213348934503177,0.175082879256932,0.255951455205554,0.192708722843186,0.157000921345935,0.255951455205554,0.196977885322875,0.10568813529953,0.000436874749727958,0.911459668578291 -6994,0.255951455205554,0.0509728569163968,0.641069211273758,0.255951455205554,0.196084863615557,0.476854412159477,0.255951455205554,0.177832985347533,0.477306480942146,0.255951455205554,0.174135236076415,0.544762123757553,0.255951455205554,0.212947313389122,0.360544253492097,0.255951455205554,0.29102837989897,0.2163459242732,0.5,0.255951455205554,0.301697606674552,0.157813451547545,0.5,0.255951455205554,0.345577162122178,0.0847859384205553,0.5,0.255951455205554,0.365764206904552,0.0703870866933558,0.255951455205554,0.312683922143046,0.139549422377598,0.343662009748732,0.285914189831815,0.255951455205554,0.343500810747205,0.303569629467551,0.5,0.255951455205554,0.278240249171687,0.419602049137352,0.255951455205554,0.360793825586329,0.286022735625948,0.255951455205554,0.340445974825302,0.284439015690109,0.255951455205554,0.346790658084399,0.23144027206397,0.000782208618940686,0.942008523308879 -6995,0.255951455205554,0.06093240126678,0.712069719436082,0.255951455205554,0.270307326006388,0.671956875438242,0.255951455205554,0.222687650839706,0.597863625453204,0.255951455205554,0.202018033456374,0.651252326382626,0.255951455205554,0.325691638982584,0.528563026870589,0.255951455205554,0.421551541054389,0.354449553034424,0.5,0.255951455205554,0.439979903205728,0.300610037084652,0.5,0.255951455205554,0.475701553247252,0.185973407054939,0.5,0.255951455205554,0.48879379573447,0.16648830805621,0.255951455205554,0.449628063388923,0.273180875194918,0.46057730806462,0.338674079571756,0.255951455205554,0.459135841064153,0.377997788055548,0.5,0.255951455205554,0.345175785715339,0.528757847194388,0.255951455205554,0.476197109618088,0.443218280088986,0.255951455205554,0.45803047400321,0.476860550229757,0.255951455205554,0.46873673059024,0.533030874697178,0.000878817663348516,0.963953879143869 -6996,0.255951455205554,0.0429340601867853,0.700598031027335,0.255951455205554,0.223314965835132,0.750938668145219,0.255951455205554,0.204612267936691,0.64623883183736,0.255951455205554,0.128878848613037,0.702058955619026,0.255951455205554,0.398876249289244,0.669270477308842,0.255951455205554,0.505508350401877,0.433883208004184,0.5,0.255951455205554,0.510557890386044,0.404576116595815,0.5,0.255951455205554,0.552972582163196,0.300477781772823,0.5,0.255951455205554,0.557176092495742,0.310935002257744,0.255951455205554,0.532046191127445,0.365702476518995,0.520789578815511,0.367192660549924,0.255951455205554,0.509918670655237,0.427944983381375,0.5,0.255951455205554,0.338852966784148,0.635985216367764,0.255951455205554,0.537250201569982,0.511880203010788,0.255951455205554,0.513000217642244,0.549212503614933,0.255951455205554,0.536681040817264,0.653294659840556,0.00240291370637264,0.967803122130724 -6997,0.255951455205554,0.0357253942057999,0.759989037677147,0.255951455205554,0.173624895911519,0.763766456565044,0.255951455205554,0.185491781244492,0.732036632669682,0.255951455205554,0.116651569247998,0.740212775546046,0.255951455205554,0.383701638177493,0.758563697179611,0.255951455205554,0.508850401349059,0.469297709149763,0.5,0.255951455205554,0.536393834727682,0.491638520776148,0.5,0.255951455205554,0.576179440365605,0.318234410285173,0.5,0.255951455205554,0.571963746143853,0.367421677652136,0.255951455205554,0.554470039695331,0.465888694639409,0.528237410111398,0.369250300810359,0.255951455205554,0.498726921217677,0.468892716325777,0.5,0.255951455205554,0.254768564311046,0.670758031113902,0.255951455205554,0.545592099368669,0.583737290388557,0.255951455205554,0.491060679393121,0.587228583148442,0.255951455205554,0.549478785568225,0.737562451481688,0.0108022579322919,0.976951826623606 -6998,0.255951455205554,0.0321557149464124,0.828616209128896,0.255951455205554,0.0471695158714382,0.761708538306298,0.255951455205554,0.149120805028616,0.811363479927165,0.255951455205554,0.0526570149997938,0.850162808989299,0.255951455205554,0.273530463962368,0.783761137605307,0.255951455205554,0.47287660610941,0.484492177423983,0.5,0.255951455205554,0.519480810632635,0.497782158733795,0.5,0.255951455205554,0.545624193375611,0.317202355080424,0.5,0.255951455205554,0.53229325742643,0.359543580705265,0.255951455205554,0.506395959866475,0.522409501365414,0.471472154643094,0.32959348027813,0.255951455205554,0.414487982655349,0.427082315987767,0.5,0.255951455205554,0.127099957003808,0.628133955943446,0.255951455205554,0.49876801531501,0.575734378078155,0.255951455205554,0.416743169954976,0.577238860418692,0.255951455205554,0.500203499199282,0.699517430129798,0.0356551807419358,0.972711309661988 -6999,0.255951455205554,0.0201903226351222,0.885958650087631,0.255951455205554,0.015448553108066,0.847797346408575,0.255951455205554,0.0918997997397165,0.840514008830149,0.255951455205554,0.0336685704107902,0.864205849982937,0.255951455205554,0.134726830005002,0.715675234612447,0.255951455205554,0.401727762823762,0.485412349691913,0.5,0.255951455205554,0.438878013269407,0.539644404619405,0.5,0.255951455205554,0.45554652985779,0.258997929860094,0.5,0.255951455205554,0.433484565018878,0.321748318620528,0.255951455205554,0.393210389913525,0.477927745885036,0.312666554271905,0.314634867676852,0.255951455205554,0.290881484438736,0.403777718027709,0.5,0.255951455205554,0.0560230402156355,0.578200390791836,0.255951455205554,0.394204209000635,0.530644645471457,0.255951455205554,0.329191338608519,0.567769612868395,0.255951455205554,0.388967224585508,0.649809344477895,0.0121135994269568,0.962952710643866 -7000,0.255951455205554,0.00486519049153254,0.922826555189542,0.255951455205554,0.00496223127951034,0.825202291893706,0.255951455205554,0.0414748893871875,0.842144242692158,0.255951455205554,0.0113331523138981,0.860150032470331,0.255951455205554,0.0708444487079561,0.625483219273083,0.255951455205554,0.282402457277644,0.402181075412327,0.5,0.255951455205554,0.306143917259095,0.447351537173993,0.5,0.255951455205554,0.321185025559321,0.164165551701778,0.5,0.255951455205554,0.293057570321986,0.21013592365367,0.255951455205554,0.265847686195707,0.357786957083836,0.136229683777902,0.268545973798398,0.255951455205554,0.128497919816086,0.346430788764683,0.5,0.255951455205554,0.0247960354594496,0.628320742362438,0.255951455205554,0.179219345465212,0.423097595582469,0.255951455205554,0.193378636206175,0.502530546617453,0.255951455205554,0.241762819103582,0.544508717187645,0.00105124259592019,0.966672695349432 -7001,0.255951455205554,9.14987709145323e-05,0.932247959796893,0.255951455205554,5.50629302247291e-05,0.867973950857789,0.255951455205554,0.00234170033577984,0.818875637326958,0.255951455205554,0.00120964092091615,0.892963268231144,0.255951455205554,0.0204603338990554,0.592965675913585,0.255951455205554,0.0380829315668879,0.374551979558484,0.5,0.255951455205554,0.0577283571396642,0.370844999983376,0.5,0.255951455205554,0.0464254982065696,0.128667595073954,0.5,0.255951455205554,0.0170328871184066,0.157400044403447,0.255951455205554,0.0632208666731998,0.264835957375887,0.0,0.228042659287793,0.255951455205554,0.0,0.346539946297059,0.5,0.255951455205554,4.71233699207255e-05,0.604614188775341,0.255951455205554,0.0,0.37716687439465,0.255951455205554,6.87070857868357e-07,0.484160911345164,0.255951455205554,0.00270134979349426,0.433125271847865,0.0,0.972312215621709 -7002,0.255951455205554,0.0,0.933700314864788,0.255951455205554,0.0,0.93198260392615,0.255951455205554,0.0,0.830892916213902,0.255951455205554,0.0,0.920876429523362,0.255951455205554,0.0,0.590240591338369,0.255951455205554,0.0,0.432178196323638,0.5,0.255951455205554,0.0,0.340950317909436,0.5,0.255951455205554,0.0,0.145603834646002,0.5,0.255951455205554,0.0,0.167886750634585,0.255951455205554,0.0,0.277128551060352,0.0,0.261629245659935,0.255951455205554,0.0,0.380114476614526,0.5,0.255951455205554,0.0,0.519551746473034,0.255951455205554,0.0,0.392124996013037,0.255951455205554,0.0,0.433196414607594,0.255951455205554,0.0,0.429279858349357,0.0,0.977454610023527 -7003,0.255951455205554,0.0,0.970273560551146,0.255951455205554,0.0,0.973293072391351,0.255951455205554,0.0,0.857476654548532,0.255951455205554,0.0,0.95070521699698,0.255951455205554,0.0,0.600413241994091,0.255951455205554,0.0,0.471738611766129,0.5,0.255951455205554,0.0,0.308936532318507,0.5,0.255951455205554,0.0,0.163411094726576,0.5,0.255951455205554,0.0,0.18886586754443,0.255951455205554,0.0,0.28964295596379,0.0,0.348475591669707,0.255951455205554,0.0,0.458630247556135,0.5,0.255951455205554,0.0,0.588622120929415,0.255951455205554,0.0,0.421543823028337,0.255951455205554,0.0,0.452879026217878,0.255951455205554,0.0,0.513555952159797,0.0,1.00753822781425 -7004,0.255951455205554,0.0,0.990397419334425,0.255951455205554,0.0,0.998617153871619,0.255951455205554,0.0,0.896918157783043,0.255951455205554,0.0,0.989138703674615,0.255951455205554,0.0,0.691563496098083,0.255951455205554,0.0,0.464032381946743,0.5,0.255951455205554,0.0,0.273886633878367,0.5,0.255951455205554,0.0,0.172639189782329,0.5,0.255951455205554,0.0,0.197597955087444,0.255951455205554,0.0,0.258113103675588,0.0,0.358724798657648,0.255951455205554,0.0,0.543160145604125,0.5,0.255951455205554,0.0,0.730507713535404,0.255951455205554,0.0,0.457411626537045,0.255951455205554,0.0,0.552698115028842,0.255951455205554,0.0,0.622276324231915,0.0,1.00738263989477 -7005,0.255951455205554,0.0,0.996837930890871,0.255951455205554,0.0,0.99611372686457,0.255951455205554,0.0,0.944073028979749,0.255951455205554,0.0,0.966344336658657,0.255951455205554,0.0,0.77962271107972,0.255951455205554,0.0,0.467416413527624,0.5,0.255951455205554,0.0,0.237857077500931,0.5,0.255951455205554,0.0,0.175314560458005,0.5,0.255951455205554,0.0,0.198352481147194,0.255951455205554,0.0,0.225904513247977,0.0,0.441228180827482,0.255951455205554,0.0,0.599136605630572,0.5,0.255951455205554,0.0,0.853246498094202,0.255951455205554,0.0,0.502026403101504,0.255951455205554,0.0,0.676045307550593,0.255951455205554,0.0,0.696914977353235,0.0,1.005379652583 -7006,0.255951455205554,0.0,1.00242257652104,0.255951455205554,0.0,0.998784799205543,0.255951455205554,0.0,0.960142930059126,0.255951455205554,0.0,0.999601154844406,0.255951455205554,0.0,0.753421734208774,0.255951455205554,0.0,0.490754657179824,0.5,0.255951455205554,0.0,0.192485753902442,0.5,0.255951455205554,0.0,0.176627492274187,0.5,0.255951455205554,0.0,0.210804889698467,0.255951455205554,0.0,0.184292928065698,0.0,0.406411874905232,0.255951455205554,0.0,0.708036379821387,0.5,0.255951455205554,0.0,0.882186988396806,0.255951455205554,0.0,0.554322352986906,0.255951455205554,0.0,0.757653437051156,0.255951455205554,0.0,0.740475439044838,0.0,1.0082636729523 -7007,0.255951455205554,0.0,1.00389726665212,0.255951455205554,0.0,1.01940186585999,0.255951455205554,0.0,0.961937071529668,0.255951455205554,0.0,1.00157223072092,0.255951455205554,0.0,0.700741476931956,0.255951455205554,0.0,0.462063377498078,0.5,0.255951455205554,0.0,0.170500607018942,0.5,0.255951455205554,0.0,0.173785524325237,0.5,0.255951455205554,0.0,0.23544702823266,0.255951455205554,0.0,0.175792335398081,0.0,0.642238411077727,0.255951455205554,0.0,0.787102366762174,0.5,0.255951455205554,0.0,0.899811604784303,0.255951455205554,0.0,0.601133080085423,0.255951455205554,0.0,0.782029013597568,0.255951455205554,0.0,0.732313109066411,0.0,1.00847731570863 -7008,0.255951455205554,0.0,0.998098550703122,0.255951455205554,0.0,1.01596858388818,0.255951455205554,0.0,0.944927209969631,0.255951455205554,0.0,0.957365065213411,0.255951455205554,0.0,0.665584409334728,0.255951455205554,0.0,0.379032976434413,0.5,0.255951455205554,0.0,0.160449512278388,0.5,0.255951455205554,0.0,0.176324249911217,0.5,0.255951455205554,0.0,0.269701602861841,0.255951455205554,0.0,0.15895630064857,0.0,0.868922905343032,0.255951455205554,0.0,0.831705093026379,0.5,0.255951455205554,0.0,0.93009343885137,0.255951455205554,0.0,0.655385989328751,0.255951455205554,0.0,0.789642904171683,0.255951455205554,0.0,0.695617685789074,0.0,1.01060601608584 -7009,0.255951455205554,0.0,0.997259161372832,0.255951455205554,0.0,1.01777395177457,0.255951455205554,0.0,0.915288017330413,0.255951455205554,0.0,0.941109719708221,0.255951455205554,0.0,0.648643102777126,0.255951455205554,0.0,0.310724237021817,0.5,0.255951455205554,0.0,0.160671643667872,0.5,0.255951455205554,0.0,0.182912833885636,0.5,0.255951455205554,0.0,0.282126847684001,0.255951455205554,0.0,0.130841840475032,0.0,0.908692234358051,0.255951455205554,0.0,0.834545101629827,0.5,0.255951455205554,0.0,0.947226155987826,0.255951455205554,0.0,0.635211996683207,0.255951455205554,0.0,0.791441090013074,0.255951455205554,0.0,0.632821129539107,0.0,1.00896775132279 -7010,0.255951455205554,0.0,1.00125134446085,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.930413282175117,0.255951455205554,0.0,0.978011885742762,0.255951455205554,0.0,0.64787868729863,0.255951455205554,0.0,0.287954680821384,0.5,0.255951455205554,0.0,0.158581566241879,0.5,0.255951455205554,0.0,0.175695754274797,0.5,0.255951455205554,0.0,0.275308083357993,0.255951455205554,0.0,0.104460457313073,0.0,0.981254341478804,0.255951455205554,0.0,0.833281919208995,0.5,0.255951455205554,0.0,0.963483455711369,0.255951455205554,0.0,0.578992103676939,0.255951455205554,0.0,0.821985515009977,0.255951455205554,0.0,0.542929773430189,0.0,1.00813561191297 -7011,0.255951455205554,0.0,0.981477988504856,0.255951455205554,0.0,0.99939783826512,0.255951455205554,0.0,0.939917121047153,0.255951455205554,0.0,0.966566589841939,0.255951455205554,0.0,0.653375339723085,0.255951455205554,0.0,0.28578082803082,0.5,0.255951455205554,0.0,0.150730821971411,0.5,0.255951455205554,0.0,0.154083642173378,0.5,0.255951455205554,0.0,0.251227400200582,0.255951455205554,0.0,0.0995740922865255,0.0,0.731958431819065,0.255951455205554,0.0,0.84030527672022,0.5,0.255951455205554,0.0,0.97235176030561,0.255951455205554,0.0,0.576122792701263,0.255951455205554,0.0,0.779772157622291,0.255951455205554,0.0,0.470388679996004,0.0,1.00837390441572 -7012,0.255951455205554,0.0,0.951319099140122,0.255951455205554,0.0,0.975994707360587,0.255951455205554,0.0,0.944183162572544,0.255951455205554,0.0,0.994667603031607,0.255951455205554,0.0,0.651840066108633,0.255951455205554,0.0,0.315757136696246,0.5,0.255951455205554,0.0,0.135490908576559,0.5,0.255951455205554,0.0,0.125381063131053,0.5,0.255951455205554,0.0,0.225481657764249,0.255951455205554,0.0,0.0923714941028842,0.0,0.91590540671169,0.255951455205554,0.0,0.872236912743323,0.5,0.255951455205554,0.0,0.958985843435661,0.255951455205554,0.0,0.548303916395645,0.255951455205554,0.0,0.7785665652556,0.255951455205554,0.0,0.480076673188307,0.0,1.00713251388795 -7013,0.255951455205554,0.0,0.947603734972061,0.255951455205554,0.0,1.01819311541897,0.255951455205554,0.0,0.913046819528331,0.255951455205554,0.0,0.978893505314836,0.255951455205554,0.0,0.666982275931479,0.255951455205554,0.0,0.326349488755635,0.5,0.255951455205554,0.0,0.12577788597729,0.5,0.255951455205554,0.0,0.104124384723152,0.5,0.255951455205554,0.0,0.203478900080001,0.255951455205554,0.0,0.0858949060154034,0.0,0.895739034503131,0.255951455205554,0.0,0.89757429925381,0.5,0.255951455205554,0.0,0.914859031237206,0.255951455205554,0.0,0.5427891207685,0.255951455205554,0.0,0.792574087228605,0.255951455205554,0.0,0.558122644165766,0.0,1.00534075722464 -7014,0.255951455205554,0.0,0.910614978581611,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.870022779224417,0.255951455205554,0.0,0.89628468715585,0.255951455205554,0.0,0.686584216518335,0.255951455205554,0.0,0.310821427909165,0.5,0.255951455205554,0.0,0.113565443793701,0.5,0.255951455205554,0.0,0.100326910190979,0.5,0.255951455205554,0.0,0.189031732456308,0.255951455205554,0.0,0.083099336190256,0.0,0.828920723515184,0.255951455205554,0.0,0.88645582534049,0.5,0.255951455205554,0.0,0.927044113746774,0.255951455205554,0.0,0.573961619197991,0.255951455205554,0.0,0.805252873521228,0.255951455205554,0.0,0.641830284992687,0.0,1.00552643293724 -7015,0.255951455205554,0.0,0.918777458273423,0.255951455205554,0.0,0.86643462173222,0.255951455205554,0.0,0.82206488287089,0.255951455205554,0.0,0.81820823967725,0.255951455205554,0.0,0.665691812627674,0.255951455205554,0.0,0.314545977598318,0.5,0.255951455205554,0.0,0.103554484533662,0.5,0.255951455205554,0.0,0.103670827915095,0.5,0.255951455205554,0.0,0.188779957578411,0.255951455205554,0.0,0.0793256035719682,0.0,0.898601048505488,0.255951455205554,0.0,0.892111889041815,0.5,0.255951455205554,0.0,0.933934302336829,0.255951455205554,0.0,0.641176610764965,0.255951455205554,0.0,0.820060258886216,0.255951455205554,0.0,0.675059820519049,0.0,1.00248774891804 -7016,0.255951455205554,0.000599152783135412,0.916375662501959,0.255951455205554,0.000494441002273851,0.885777835330726,0.255951455205554,0.000539222389944291,0.766275952055806,0.255951455205554,0.000242899970423661,0.746634892028436,0.255951455205554,0.000895193029230922,0.615097786399322,0.255951455205554,0.00613535109824748,0.313352925671371,0.5,0.255951455205554,0.00373473448492555,0.0922111905214726,0.5,0.255951455205554,0.00186471903913765,0.108378088484082,0.5,0.255951455205554,0.00472000512172232,0.194499461674436,0.255951455205554,0.000809602683048612,0.0775996516390827,0.00580163286588851,0.947606966765278,0.255951455205554,0.00675638354346634,0.939079821591226,0.5,0.255951455205554,0.00422646219805899,0.89268828770207,0.255951455205554,0.019330002683061,0.765545578010573,0.255951455205554,0.0105594339937709,0.886097585375028,0.255951455205554,0.00994251880306545,0.771640949011285,0.00111522795049708,0.997649239226897 -7017,0.255951455205554,0.0119506216919662,0.883361794584937,0.255951455205554,0.00424683453028391,0.772139768582841,0.255951455205554,0.0060149250413714,0.732534362570613,0.255951455205554,0.00236675073771541,0.656554348266494,0.255951455205554,0.00874806741189664,0.590016741549887,0.255951455205554,0.0553827476075914,0.363873293644809,0.5,0.255951455205554,0.0597926374828475,0.133391890709802,0.5,0.255951455205554,0.0149531409205454,0.117273874940532,0.5,0.255951455205554,0.0198966761480186,0.217805037531579,0.255951455205554,0.00913841490840365,0.0793597457832232,0.0744054906145066,1.01459749981056,0.255951455205554,0.0458682916442256,0.964228503734854,0.5,0.255951455205554,0.0173844867989211,0.843879819426044,0.255951455205554,0.0780670077955209,0.867863509800577,0.255951455205554,0.0408353991001442,0.887016216629659,0.255951455205554,0.0487482013643308,0.784404575387183,0.0277924062543432,0.985609617203676 -7018,0.255951455205554,0.0372176707154612,0.884122749125267,0.255951455205554,0.0224232206094905,0.700500438550448,0.255951455205554,0.0189200918436867,0.733258310172295,0.255951455205554,0.00449551648321476,0.658127301386145,0.255951455205554,0.0218915715983778,0.575982587423002,0.255951455205554,0.0982667976496681,0.471017721050798,0.5,0.255951455205554,0.112006178666696,0.234766543285,0.5,0.255951455205554,0.0400902754927476,0.128893490956777,0.5,0.255951455205554,0.0371501960619382,0.256055473039467,0.255951455205554,0.0331238774492692,0.14856627811368,0.142031186767025,1.01653631564322,0.255951455205554,0.0761422976890967,0.935150836599972,0.5,0.255951455205554,0.0218375134604614,0.829899900589743,0.255951455205554,0.116916372363268,0.919897331248343,0.255951455205554,0.043666148206848,0.846208042097956,0.255951455205554,0.0700048610762316,0.7765607358298,0.0721978976490664,0.970077100174072 -7019,0.255951455205554,0.0481776815635759,0.894849812862678,0.255951455205554,0.0278178988271869,0.680594770867766,0.255951455205554,0.0422818547458411,0.74549612129296,0.255951455205554,0.00774772260234863,0.696941632259612,0.255951455205554,0.0330737912957124,0.568585107195321,0.255951455205554,0.111134923012319,0.495145426576124,0.5,0.255951455205554,0.136969836304257,0.294777991884635,0.5,0.255951455205554,0.0819138138958064,0.15523971327443,0.5,0.255951455205554,0.0659100104836023,0.257190460869884,0.255951455205554,0.0507944902581513,0.194950392615656,0.0493668668481755,0.938973399199529,0.255951455205554,0.0827342804258218,0.872440435835536,0.5,0.255951455205554,0.027970878282665,0.842161480624459,0.255951455205554,0.0964851872829608,0.907702160026008,0.255951455205554,0.0322059473799815,0.762255563932322,0.255951455205554,0.074447819797734,0.718995372668172,0.129503752254844,0.943913677965007 -7020,0.255951455205554,0.0456574523117587,0.862161403882596,0.255951455205554,0.0282511756511751,0.791686370820879,0.255951455205554,0.0565173733505221,0.760445838478581,0.255951455205554,0.0229122305599617,0.620034144651543,0.255951455205554,0.0529447364322672,0.571629835825237,0.255951455205554,0.101108146420137,0.471981079625985,0.5,0.255951455205554,0.113717387428402,0.281317385375506,0.5,0.255951455205554,0.122781381278863,0.185834010888783,0.5,0.255951455205554,0.103786605381773,0.264222722130864,0.255951455205554,0.0552632347173578,0.206691393653488,0.0477453679589938,0.891247544087748,0.255951455205554,0.0609013932238741,0.806919227960866,0.5,0.255951455205554,0.0336404994209209,0.864272844653806,0.255951455205554,0.0786499146213004,0.862201918048263,0.255951455205554,0.0689883676564516,0.797435605807229,0.255951455205554,0.0733106593158137,0.655660971456394,0.125151700025794,0.901410964529693 -7021,0.255951455205554,0.0595538965766791,0.85654877365341,0.255951455205554,0.0553822050579701,0.756587881479009,0.255951455205554,0.0630183178840352,0.730578263788592,0.255951455205554,0.0823251676430334,0.722170426013194,0.255951455205554,0.0835201895586522,0.56145861825292,0.255951455205554,0.0911990706000709,0.471580923369113,0.5,0.255951455205554,0.0985209218154022,0.266775856051628,0.5,0.255951455205554,0.141883336563357,0.182539545924818,0.5,0.255951455205554,0.12793384451578,0.26546104418973,0.255951455205554,0.0530261643392006,0.186107846908739,0.0819253650405751,0.891613031726825,0.255951455205554,0.0361691590684024,0.749940813740203,0.5,0.255951455205554,0.031624248660553,0.869379525867215,0.255951455205554,0.0535967883382322,0.788079273598339,0.255951455205554,0.0925439372412461,0.84249737361996,0.255951455205554,0.0602879602355846,0.659111728514242,0.0566705546685355,0.889312194832548 -7022,0.255951455205554,0.0723099063237569,0.847670659561134,0.255951455205554,0.0981429749159521,0.787644466009937,0.255951455205554,0.0592532813245437,0.69051091706408,0.255951455205554,0.0670907149446075,0.826761080659558,0.255951455205554,0.10442068614967,0.568517144333449,0.255951455205554,0.0611325856625868,0.464183598911882,0.5,0.255951455205554,0.0830582827120429,0.240226933618395,0.5,0.255951455205554,0.129985094187253,0.157922929485531,0.5,0.255951455205554,0.13077210868761,0.249805477223821,0.255951455205554,0.0579624120044507,0.194741468616787,0.0209699597407841,0.769115915103808,0.255951455205554,0.0344079580318156,0.756571340597962,0.5,0.255951455205554,0.0312344633245553,0.864189644636547,0.255951455205554,0.040269630350183,0.729182393073668,0.255951455205554,0.0406578200187859,0.804879097868784,0.255951455205554,0.0455960899779322,0.69243573680512,0.0525323334126848,0.853413985713058 -7023,0.255951455205554,0.0838361407083993,0.83484694158295,0.255951455205554,0.0288658891580997,0.800204991017395,0.255951455205554,0.0587881521478364,0.650800619096309,0.255951455205554,0.0245104428471884,0.694407244789827,0.255951455205554,0.0731272638308299,0.530463605555392,0.255951455205554,0.0448280888285837,0.427720581173278,0.5,0.255951455205554,0.0586854354506475,0.212339499129571,0.5,0.255951455205554,0.0989842952968074,0.13810133225091,0.5,0.255951455205554,0.0922077987412127,0.234365913648241,0.255951455205554,0.0653158363778401,0.206627554399999,0.00741816464342519,0.697311169970777,0.255951455205554,0.0384358644110921,0.738888781976714,0.5,0.255951455205554,0.0457045418804192,0.856613606160966,0.255951455205554,0.0219745913811714,0.72769308275223,0.255951455205554,0.0160846980753184,0.709338998879363,0.255951455205554,0.0224146033022883,0.630188241002145,0.0460028888554119,0.845259724391146 -7024,0.255951455205554,0.0439832006582595,0.764883536479281,0.255951455205554,0.0131989828628547,0.652021776375975,0.255951455205554,0.022829840816564,0.596468404311033,0.255951455205554,0.0139003010798289,0.562993734689813,0.255951455205554,0.0241586602235597,0.463142952303939,0.255951455205554,0.0251859742196282,0.351667955007598,0.5,0.255951455205554,0.0330307516327212,0.157305912393872,0.5,0.255951455205554,0.0720237683652125,0.0951728288723442,0.5,0.255951455205554,0.0478749914191299,0.17788978913122,0.255951455205554,0.0533045278761863,0.155655359788531,0.0022585916620495,0.650589009894651,0.255951455205554,0.0134503687186381,0.696767620337117,0.5,0.255951455205554,0.0210498615208259,0.822749921790215,0.255951455205554,0.00416295107870868,0.699928611559678,0.255951455205554,0.0159763013360335,0.657445089505883,0.255951455205554,0.0115642779049335,0.58253726249898,0.0772369924351185,0.88349767072496 -7025,0.255951455205554,0.0,0.656197908312064,0.255951455205554,0.0,0.481699477965762,0.255951455205554,0.00320468729192643,0.543408528364145,0.255951455205554,0.0,0.502602764059569,0.255951455205554,0.0022258492039616,0.392488771613589,0.255951455205554,0.00473086130256377,0.287397255037553,0.5,0.255951455205554,0.00939546821801733,0.106542656779815,0.5,0.255951455205554,0.0166779305660025,0.0550905712516316,0.5,0.255951455205554,0.00659381296201381,0.112774560836392,0.255951455205554,0.0246746368105369,0.094598908378377,5.08812910456589e-05,0.496608178566221,0.255951455205554,4.73949716116274e-05,0.61848103250618,0.5,0.255951455205554,1.10812786332083e-05,0.729222141676065,0.255951455205554,1.05287424867379e-05,0.647127503937479,0.255951455205554,0.000132529722115882,0.636252711376115,0.255951455205554,0.0,0.555925126680529,0.0,0.932710730664949 -7026,0.255951455205554,0.0,0.578237489555788,0.255951455205554,0.0,0.281811338840716,0.255951455205554,0.0,0.495114483453792,0.255951455205554,0.0,0.517477145149836,0.255951455205554,0.0,0.277121130037131,0.255951455205554,0.0,0.179332918054951,0.5,0.255951455205554,0.0,0.0618263865571218,0.5,0.255951455205554,0.0,0.0322055181895273,0.5,0.255951455205554,0.0,0.0832603175484498,0.255951455205554,0.0,0.0389919357164976,0.0,0.323785319467727,0.255951455205554,0.0,0.611701705144553,0.5,0.255951455205554,0.0,0.54399258197503,0.255951455205554,0.0,0.492355536019961,0.255951455205554,0.0,0.582004411615679,0.255951455205554,0.0,0.535790072664288,0.0,0.934305245463391 -7027,0.255951455205554,0.0,0.522839795485071,0.255951455205554,0.0,0.276190780706828,0.255951455205554,0.0,0.467387454911087,0.255951455205554,0.0,0.563051752395592,0.255951455205554,0.0,0.263639702590406,0.255951455205554,0.0,0.0786646850258647,0.5,0.255951455205554,0.0,0.0461159904847317,0.5,0.255951455205554,0.0,0.0275123872741548,0.5,0.255951455205554,0.0,0.0759359188571648,0.255951455205554,0.0,0.022470977093111,0.0,0.2430409126744,0.255951455205554,0.0,0.505947080946932,0.5,0.255951455205554,0.0,0.444980513777759,0.255951455205554,0.0,0.432650979721125,0.255951455205554,0.0,0.45805471771549,0.255951455205554,0.0,0.516179295551389,0.0,0.90435959387794 -7028,0.255951455205554,0.0,0.512529338992897,0.255951455205554,0.0,0.275799197710619,0.255951455205554,0.0,0.438475399242762,0.255951455205554,0.0,0.543881727004341,0.255951455205554,0.0,0.245400843656757,0.255951455205554,0.0,0.0718304463888616,0.5,0.255951455205554,0.0,0.0394751636609917,0.5,0.255951455205554,0.0,0.0267626316784421,0.5,0.255951455205554,0.0,0.0728955018290313,0.255951455205554,0.0,0.0179812773945061,0.0,0.294412854041833,0.255951455205554,0.0,0.359229579380925,0.5,0.255951455205554,0.0,0.384862371947769,0.255951455205554,0.0,0.442677883234221,0.255951455205554,0.0,0.356513607630954,0.255951455205554,0.0,0.310353270951319,0.0,0.858659451986883 -7029,0.255951455205554,0.0,0.513433583735278,0.255951455205554,0.0,0.321395084518468,0.255951455205554,0.0,0.428385687051075,0.255951455205554,0.0,0.541043644873123,0.255951455205554,0.0,0.197793639007751,0.255951455205554,0.0,0.0710655519113737,0.5,0.255951455205554,0.0,0.0349055367576172,0.5,0.255951455205554,0.0,0.0238561600450411,0.5,0.255951455205554,0.0,0.055910582220542,0.255951455205554,0.0,0.00872899966135494,0.0,0.233406273900032,0.255951455205554,0.0,0.253630203566103,0.5,0.255951455205554,0.0,0.346784794314353,0.255951455205554,0.0,0.417223473639049,0.255951455205554,0.0,0.297452091755815,0.255951455205554,0.0,0.160868636803773,0.0,0.807173378596796 -7030,0.255951455205554,0.0,0.496794279276596,0.255951455205554,0.0,0.374944237537218,0.255951455205554,0.0,0.413626835148928,0.255951455205554,0.0,0.583709839319607,0.255951455205554,0.0,0.190265783350544,0.255951455205554,0.0,0.0718902252704843,0.5,0.255951455205554,0.0,0.038986926005904,0.5,0.255951455205554,0.0,0.0180626836255975,0.5,0.255951455205554,0.0,0.0217001523414947,0.255951455205554,0.0,0.00955654798206367,0.0,0.175716741897931,0.255951455205554,0.0,0.204074702846381,0.5,0.255951455205554,0.0,0.351896249693026,0.255951455205554,0.0,0.325368874735815,0.255951455205554,0.0,0.289794837973717,0.255951455205554,0.0,0.129027420657512,0.0,0.70690669727982 -7031,0.255951455205554,0.0,0.448385467980767,0.255951455205554,0.0,0.505949471705338,0.255951455205554,0.0,0.395362125085629,0.255951455205554,0.0,0.492045304997294,0.255951455205554,0.0,0.197613071512502,0.255951455205554,0.0,0.067902712358153,0.5,0.255951455205554,0.0,0.0462010076265521,0.5,0.255951455205554,0.0,0.0197706593277845,0.5,0.255951455205554,0.0,0.0187871649571631,0.255951455205554,0.0,0.016390024006001,0.0,0.204481402406436,0.255951455205554,0.0,0.193000358460847,0.5,0.255951455205554,0.0,0.412861815983591,0.255951455205554,0.0,0.206293539654948,0.255951455205554,0.0,0.282173419853641,0.255951455205554,0.0,0.159103682826341,0.0,0.669161326746308 -7032,0.255951455205554,0.0,0.429430061857439,0.255951455205554,0.0,0.626909675041698,0.255951455205554,0.0,0.374367800768989,0.255951455205554,0.0,0.469059930730883,0.255951455205554,0.0,0.206826729151492,0.255951455205554,0.0,0.0611611138640354,0.5,0.255951455205554,0.0,0.0636461517694744,0.5,0.255951455205554,0.0,0.027173743617955,0.5,0.255951455205554,0.0,0.0278256873526635,0.255951455205554,0.0,0.0311067485308059,0.0,0.268469087648933,0.255951455205554,0.0,0.220459929559505,0.5,0.255951455205554,0.0,0.432226768874088,0.255951455205554,0.0,0.148073626219592,0.255951455205554,0.0,0.238788545914592,0.255951455205554,0.0,0.200426351429455,0.0,0.709699595611138 -7033,0.255951455205554,0.0,0.423992644498655,0.255951455205554,0.0,0.634613937365626,0.255951455205554,0.0,0.357488755464259,0.255951455205554,0.0,0.433816093153547,0.255951455205554,0.0,0.215446532522351,0.255951455205554,0.0,0.0651237249436433,0.5,0.255951455205554,0.0,0.08899224984993,0.5,0.255951455205554,0.0,0.0283302493283458,0.5,0.255951455205554,0.0,0.0313917467621073,0.255951455205554,0.0,0.0468847886181081,0.0,0.39111382101229,0.255951455205554,0.0,0.233266434518785,0.5,0.255951455205554,0.0,0.425960265137086,0.255951455205554,0.0,0.146134112082582,0.255951455205554,0.0,0.22384211738184,0.255951455205554,0.0,0.202076904887699,0.0,0.815121158497077 -7034,0.255951455205554,0.0,0.392222491851442,0.255951455205554,0.0,0.492274997813498,0.255951455205554,0.0,0.322349110299614,0.255951455205554,0.0,0.361997021609746,0.255951455205554,0.0,0.226154545082132,0.255951455205554,0.0,0.0801533617722196,0.5,0.255951455205554,0.0,0.120440760360797,0.5,0.255951455205554,0.0,0.0300688414598927,0.5,0.255951455205554,0.0,0.0382372451936229,0.255951455205554,0.0,0.0627574368029898,0.0,0.283124847841977,0.255951455205554,0.0,0.242744979473408,0.5,0.255951455205554,0.0,0.397856912055368,0.255951455205554,0.0,0.170717651062342,0.255951455205554,0.0,0.219808854775765,0.255951455205554,0.0,0.174072465634982,0.0,0.905058366995071 -7035,0.255951455205554,0.0,0.358052148517543,0.255951455205554,0.0,0.378079507526051,0.255951455205554,0.0,0.279484426932824,0.255951455205554,0.0,0.252418528723844,0.255951455205554,0.0,0.242929545374632,0.255951455205554,0.0,0.0961586567706601,0.5,0.255951455205554,0.0,0.164438674780438,0.5,0.255951455205554,0.0,0.0328864669071348,0.5,0.255951455205554,0.0,0.0492915729809544,0.255951455205554,0.0,0.101022068992352,0.0,0.150408943114434,0.255951455205554,0.0,0.213017686846089,0.5,0.255951455205554,0.0,0.332019586536909,0.255951455205554,0.0,0.185711204513268,0.255951455205554,0.0,0.187849756131461,0.255951455205554,0.0,0.147054874359926,0.0,0.935091566161542 -7036,0.255951455205554,0.0,0.346634475299409,0.255951455205554,0.0,0.199628158011694,0.255951455205554,0.0,0.254716678244675,0.255951455205554,0.0,0.216016731279435,0.255951455205554,0.0,0.259002933005228,0.255951455205554,0.0,0.144181505602216,0.5,0.255951455205554,0.0,0.213930874548899,0.5,0.255951455205554,0.0,0.0418372896789417,0.5,0.255951455205554,0.0,0.0594924757457712,0.255951455205554,0.0,0.138016351632993,0.0,0.120758377127686,0.255951455205554,0.0,0.183802434872138,0.5,0.255951455205554,0.0,0.262426642453714,0.255951455205554,0.0,0.161812347244974,0.255951455205554,0.0,0.170856789975934,0.255951455205554,0.0,0.136578656748637,0.0,0.943134975931825 -7037,0.255951455205554,0.0,0.364348648659474,0.255951455205554,0.0,0.136237008580208,0.255951455205554,0.0,0.2588577385986,0.255951455205554,0.0,0.231974079552183,0.255951455205554,0.0,0.278522817392643,0.255951455205554,0.0,0.220516874755712,0.5,0.255951455205554,0.0,0.253853051602442,0.5,0.255951455205554,0.0,0.0578675818021557,0.5,0.255951455205554,0.0,0.0772007361340745,0.255951455205554,0.0,0.172170257752214,0.0,0.136774336510149,0.255951455205554,0.0,0.181943773926432,0.5,0.255951455205554,0.0,0.205787228288714,0.255951455205554,0.0,0.142586555169385,0.255951455205554,0.0,0.172026491270989,0.255951455205554,0.0,0.136919197939639,0.0,0.950355612335962 -7038,0.255951455205554,0.0,0.419474155149232,0.255951455205554,0.0,0.14634214940762,0.255951455205554,0.0,0.291656348087156,0.255951455205554,0.0,0.283801631107396,0.255951455205554,0.0,0.316072312341845,0.255951455205554,0.0,0.287589067650953,0.5,0.255951455205554,0.0,0.294507174399159,0.5,0.255951455205554,0.0,0.0925390782843264,0.5,0.255951455205554,0.0,0.111915164725516,0.255951455205554,0.0,0.250409139796983,0.0,0.181761725555286,0.255951455205554,0.0,0.182910251551743,0.5,0.255951455205554,0.0,0.189650235968162,0.255951455205554,0.0,0.130488175139803,0.255951455205554,0.0,0.176217241359907,0.255951455205554,0.0,0.138323951371496,0.0,0.943750680171347 -7039,0.255951455205554,0.0,0.502984404300336,0.255951455205554,0.0,0.1732730788656,0.255951455205554,0.0,0.352525168357972,0.255951455205554,0.0,0.342699633329922,0.255951455205554,0.0,0.370643094236287,0.255951455205554,0.0,0.30519240673707,0.5,0.255951455205554,0.0,0.36921591970701,0.5,0.255951455205554,0.0,0.119492538528802,0.5,0.255951455205554,0.0,0.162009313175451,0.255951455205554,0.0,0.368659578979943,0.0,0.165348500860785,0.255951455205554,0.0,0.167854227226818,0.5,0.255951455205554,0.0,0.191330699258572,0.255951455205554,0.0,0.128203212129422,0.255951455205554,0.0,0.165217803184158,0.255951455205554,0.0,0.17034565699858,0.0,0.948692065185341 -7040,0.255951455205554,0.0034938432081671,0.564114100833028,0.255951455205554,0.00591639168368781,0.189709020636771,0.255951455205554,0.00255355350989549,0.447418859822199,0.255951455205554,0.00328675371946962,0.446831464024401,0.255951455205554,0.00130278249273584,0.476418862990718,0.255951455205554,0.00187517367213518,0.368524244043563,0.5,0.255951455205554,0.00279670006406877,0.479006129561368,0.5,0.255951455205554,0.00321265698418784,0.173855644068531,0.5,0.255951455205554,0.0141004747265181,0.210831700271117,0.255951455205554,0.0020667015194482,0.509306986136769,0.00418336666572305,0.110884216428516,0.255951455205554,0.00752613256882149,0.155869504050572,0.5,0.255951455205554,0.0107160723263259,0.199259974064947,0.255951455205554,0.0130620832295037,0.132992965099041,0.255951455205554,0.00391029841358387,0.174306028343035,0.255951455205554,0.00181963085074532,0.247735936084946,0.00306273117457913,0.952668742439091 -7041,0.255951455205554,0.0520043027006088,0.631900442762392,0.255951455205554,0.0820759694795366,0.302269129055781,0.255951455205554,0.0352354829032197,0.594811496201668,0.255951455205554,0.0411400729769546,0.631072910688266,0.255951455205554,0.0179227810911897,0.631019981269017,0.255951455205554,0.0178909064595546,0.518248076017311,0.5,0.255951455205554,0.0275827637211301,0.617503786459921,0.5,0.255951455205554,0.0294231620525121,0.28352947478673,0.5,0.255951455205554,0.054820800244046,0.327503998324041,0.255951455205554,0.0165413965419238,0.703236008025869,0.0302168098462862,0.122894124331812,0.255951455205554,0.0559405211633387,0.174451237724728,0.5,0.255951455205554,0.103793526299185,0.241617966816211,0.255951455205554,0.0513695917728965,0.176281366830096,0.255951455205554,0.0227002250142431,0.217899597939664,0.255951455205554,0.00928148192645096,0.348511652113802,0.0427249936606674,0.947227348542795 -7042,0.255951455205554,0.103487827256969,0.712133588773833,0.255951455205554,0.115505040952183,0.596979708861411,0.255951455205554,0.0629404005308523,0.722840542718959,0.255951455205554,0.0792142996042055,0.769696005517166,0.255951455205554,0.0281298086677798,0.76322797768339,0.255951455205554,0.0374670228320598,0.660915390708666,0.5,0.255951455205554,0.0355860588560674,0.771715968573185,0.5,0.255951455205554,0.0560833377514,0.509432180926734,0.5,0.255951455205554,0.0690375121304364,0.434071323423147,0.255951455205554,0.0314942573344521,0.881379426771603,0.068432074387834,0.14628025440148,0.255951455205554,0.0859745691322683,0.205272339711068,0.5,0.255951455205554,0.21781673085185,0.304445881961185,0.255951455205554,0.0562556577089616,0.251601353089851,0.255951455205554,0.0526700527296598,0.355678169936752,0.255951455205554,0.0239612089175503,0.524512264192314,0.0849111456778874,0.941314972015571 -7043,0.255951455205554,0.142388227809143,0.790928120614376,0.255951455205554,0.152917981844411,0.713016586073927,0.255951455205554,0.0650455274513748,0.805844190729967,0.255951455205554,0.099005513030877,0.870396599879141,0.255951455205554,0.0363200873603393,0.850178724061687,0.255951455205554,0.0523273656414484,0.793013871083203,0.5,0.255951455205554,0.0435908541773498,0.879344113685586,0.5,0.255951455205554,0.0629628651985008,0.694099673550324,0.5,0.255951455205554,0.0751016340685743,0.568441029327611,0.255951455205554,0.0269005312118538,0.967268868585641,0.0790625933244186,0.173295932453222,0.255951455205554,0.0832775543697478,0.261650754004881,0.5,0.255951455205554,0.287241260634027,0.397809215118298,0.255951455205554,0.0437482259059136,0.347858609113865,0.255951455205554,0.0621878486869765,0.467421658641923,0.255951455205554,0.0324047763719734,0.662216736960063,0.120827760322765,0.941639488415742 -7044,0.255951455205554,0.146403412781083,0.842550000028131,0.255951455205554,0.176438726622391,0.796799565566294,0.255951455205554,0.0615671118554825,0.862174491231255,0.255951455205554,0.0690833926589501,0.909079989331756,0.255951455205554,0.0260865211341813,0.930968807836841,0.255951455205554,0.0605392136864478,0.888956033621978,0.5,0.255951455205554,0.0426719205435736,0.985203901128731,0.5,0.255951455205554,0.0577982973275636,0.826726796266031,0.5,0.255951455205554,0.0822904778205652,0.628020279760502,0.255951455205554,0.0227273163228327,1.0205442989595,0.0884068536292592,0.246634117838503,0.255951455205554,0.0811404273822726,0.329932707606884,0.5,0.255951455205554,0.263641707664358,0.48651573294609,0.255951455205554,0.0332192019361447,0.447604152249896,0.255951455205554,0.0491665001195774,0.571800385697607,0.255951455205554,0.0466572781226222,0.742692773252212,0.157522996535403,0.941410714899469 -7045,0.255951455205554,0.0994611176263273,0.845325856722186,0.255951455205554,0.113823138498152,0.831733008800655,0.255951455205554,0.0425390779977189,0.884268747171827,0.255951455205554,0.039932043953887,0.941248632282824,0.255951455205554,0.0167614909038717,0.986382315546667,0.255951455205554,0.0455799315508058,0.967145996066669,0.5,0.255951455205554,0.0227441474797002,1.0105487704169,0.5,0.255951455205554,0.0615383316893585,0.910243989469989,0.5,0.255951455205554,0.0787687883403347,0.765207250136598,0.255951455205554,0.0122239167916617,1.02173913043478,0.111730502084657,0.383167771584788,0.255951455205554,0.0795898861254198,0.446225883845033,0.5,0.255951455205554,0.213605561678,0.523989129669416,0.255951455205554,0.0365308007193742,0.510421637313793,0.255951455205554,0.0781123499103621,0.74971468117864,0.255951455205554,0.0803137656271948,0.794397738545449,0.142053609944527,0.942272320314934 -7046,0.255951455205554,0.0588179635151954,0.880315057644653,0.255951455205554,0.039191578221171,0.802744457173581,0.255951455205554,0.0186303509376738,0.921625501285396,0.255951455205554,0.0196621376921374,0.973212298993141,0.255951455205554,0.0108767482946456,1.00554120443263,0.255951455205554,0.0187363616062907,1.00619360375144,0.5,0.255951455205554,0.0134695897760248,1.01932070638391,0.5,0.255951455205554,0.0467325232585324,0.932197763632259,0.5,0.255951455205554,0.0569334809293707,0.866911831026085,0.255951455205554,0.00200629485125037,1.02173913043478,0.136197010820332,0.575898430939009,0.255951455205554,0.0784539273867558,0.580561970819291,0.5,0.255951455205554,0.171122473763633,0.521189034956164,0.255951455205554,0.072961941876194,0.577939692994319,0.255951455205554,0.085403581991954,0.793796177195075,0.255951455205554,0.086886920746043,0.801891977838691,0.0485208625603362,0.940677943969663 -7047,0.255951455205554,0.030412903290723,0.885846974489871,0.255951455205554,0.0242952029705942,0.843120001748957,0.255951455205554,0.00753344067639237,0.943223207002479,0.255951455205554,0.00402718877604794,0.978015089268641,0.255951455205554,0.0058095163598416,1.0094123682539,0.255951455205554,0.00450805048791405,1.01614580618286,0.5,0.255951455205554,0.00863102439636634,1.02135996630802,0.5,0.255951455205554,0.0247345230725993,0.997548928400293,0.5,0.255951455205554,0.0340535730292171,0.873992855990931,0.255951455205554,0.00380692274620723,1.02173913043478,0.0484327785735503,0.673830479023111,0.255951455205554,0.0550631491389205,0.616116173320586,0.5,0.255951455205554,0.114818997700756,0.542776404289736,0.255951455205554,0.0787580583786752,0.558850855759162,0.255951455205554,0.0534637535859962,0.780979778845756,0.255951455205554,0.0470907004524266,0.837072052237567,0.0763828048671243,0.941264624498354 -7048,0.255951455205554,0.00766125813164928,0.888543088090948,0.255951455205554,0.00368599321097197,0.893829830480419,0.255951455205554,0.00298856392504297,0.947649733543466,0.255951455205554,0.00145107166028693,0.975272565491138,0.255951455205554,0.0109428450010603,1.01022095770129,0.255951455205554,0.00426357230811918,1.01054831807446,0.5,0.255951455205554,0.00504521286181922,1.02141263372177,0.5,0.255951455205554,0.00429490198146769,1.01051793446877,0.5,0.255951455205554,0.0114460990950092,0.915110244043799,0.255951455205554,0.00117442609987604,1.02173913043478,0.0373715711718723,0.591929513615289,0.255951455205554,0.0324231842527875,0.535634626536526,0.5,0.255951455205554,0.04222826679609,0.500049661333229,0.255951455205554,0.0317247228022844,0.507518668729307,0.255951455205554,0.0159197436631321,0.762498263147177,0.255951455205554,0.0100970731914087,0.896701362703078,0.023454430536162,0.944649638156578 -7049,0.255951455205554,0.000108156928373315,0.874420799167141,0.255951455205554,1.50162597871966e-06,0.83610994870531,0.255951455205554,0.0011037967233532,0.960616057969454,0.255951455205554,8.57388399531198e-05,1.01536597215019,0.255951455205554,0.0029581286475927,1.02159039336878,0.255951455205554,0.000891193411384259,1.0215309989642,0.5,0.255951455205554,0.00307049401584116,1.02171979044216,0.5,0.255951455205554,0.00119748404278928,1.02007694514201,0.5,0.255951455205554,0.000681645808822605,0.935184214026787,0.255951455205554,0.00107113257321091,1.02173913043478,0.0,0.411027709094537,0.255951455205554,6.83506486666822e-05,0.465508097702161,0.5,0.255951455205554,0.000119299675391606,0.41625420774324,0.255951455205554,1.43570469110315e-05,0.449034873286163,0.255951455205554,6.96490498104541e-06,0.734836197677282,0.255951455205554,0.000143338849062331,0.926856026967219,0.0,0.947502754444468 -7050,0.255951455205554,0.0,0.908584186269843,0.255951455205554,0.0,0.984707501047245,0.255951455205554,0.0,0.990421670728231,0.255951455205554,0.0,1.01039254792961,0.255951455205554,0.0,1.02160059816424,0.255951455205554,0.0,1.02159761797346,0.5,0.255951455205554,0.0,1.02067415111628,0.5,0.255951455205554,0.0,0.978010127713412,0.5,0.255951455205554,0.0,0.977203037975044,0.255951455205554,0.0,1.02173913043478,0.0,0.437699118672538,0.255951455205554,0.0,0.467554198004337,0.5,0.255951455205554,0.0,0.38252867676751,0.255951455205554,0.0,0.466871059960363,0.255951455205554,0.0,0.710980569090752,0.255951455205554,0.0,0.941188315612116,0.0,0.943252982148376 -7051,0.255951455205554,0.0,0.869594040738616,0.255951455205554,0.0,1.00491197091437,0.255951455205554,0.0,1.00885928611224,0.255951455205554,0.0,1.01611969605157,0.255951455205554,0.0,1.02135318340332,0.255951455205554,0.0,1.00797412309018,0.5,0.255951455205554,0.0,1.00907618260852,0.5,0.255951455205554,0.0,1.02173912343263,0.5,0.255951455205554,0.0,0.982216538437699,0.255951455205554,0.0,1.02173913043478,0.0,0.554844128977669,0.255951455205554,0.0,0.555396976572733,0.5,0.255951455205554,0.0,0.407355592693825,0.255951455205554,0.0,0.541835478850924,0.255951455205554,0.0,0.88823108725076,0.255951455205554,0.0,0.977539085701505,0.0,0.941104152011216 -7052,0.255951455205554,0.0,0.703021105771356,0.255951455205554,0.0,0.956589069650614,0.255951455205554,0.0,1.00427341813667,0.255951455205554,0.0,1.01323193536302,0.255951455205554,0.0,1.02089757564116,0.255951455205554,0.0,0.980649305406424,0.5,0.255951455205554,0.0,0.985334267863766,0.5,0.255951455205554,0.0,1.02170828723802,0.5,0.255951455205554,0.0,1.01570617276517,0.255951455205554,0.0,1.02173913043478,0.0,0.648994134427918,0.255951455205554,0.0,0.65348103618727,0.5,0.255951455205554,0.0,0.500694422363041,0.255951455205554,0.0,0.655729324283368,0.255951455205554,0.0,1.01014047834405,0.255951455205554,0.0,1.01877466579154,0.0,0.945372846147324 -7053,0.255951455205554,0.0,0.664644383396636,0.255951455205554,0.0,1.00167925481776,0.255951455205554,0.0,0.934283318586982,0.255951455205554,0.0,1.01144410350937,0.255951455205554,0.0,1.0211413052175,0.255951455205554,0.0,0.979162860127418,0.5,0.255951455205554,0.0,0.993425347366824,0.5,0.255951455205554,0.0,1.02143011675278,0.5,0.255951455205554,0.0,1.01555367739884,0.255951455205554,0.0,1.02173913043478,0.0,0.681940983933239,0.255951455205554,0.0,0.764651594500749,0.5,0.255951455205554,0.0,0.596141127015598,0.255951455205554,0.0,0.836223073154643,0.255951455205554,0.0,1.0036707702769,0.255951455205554,0.0,1.01701868098382,0.0,0.062461517040359 -7054,0.255951455205554,0.0,0.737123070161628,0.255951455205554,0.0,1.01048370487413,0.255951455205554,0.0,0.958094252686971,0.255951455205554,0.0,1.01055314912074,0.255951455205554,0.0,1.02157377847167,0.255951455205554,0.0,0.997122860393624,0.5,0.255951455205554,0.0,1.00475913274145,0.5,0.255951455205554,0.0,1.01631089722939,0.5,0.255951455205554,0.0,1.01133247493636,0.255951455205554,0.0,1.02173913043478,0.0,1.02173913043478,0.255951455205554,0.0,0.807787684520168,0.5,0.255951455205554,0.0,0.609637612528372,0.255951455205554,0.0,0.924169767705111,0.255951455205554,0.0,1.00455963934643,0.255951455205554,0.0,1.01346341921758,0.0,0.0338921792013292 -7055,0.255951455205554,0.0,0.720919288942584,0.255951455205554,0.0,1.0080651909934,0.255951455205554,0.0,0.942449382515302,0.255951455205554,0.0,0.960726810988857,0.255951455205554,0.0,1.02173912389561,0.255951455205554,0.0,1.01764741509634,0.5,0.255951455205554,0.0,1.01071941631215,0.5,0.255951455205554,0.0,1.00842047202511,0.5,0.255951455205554,0.0,1.00681501519438,0.255951455205554,0.0,1.02173913043478,0.0,0.824600934327058,0.255951455205554,0.0,0.930612582930488,0.5,0.255951455205554,0.0,0.720950136909558,0.255951455205554,0.0,1.01984332913265,0.255951455205554,0.0,1.01158531644654,0.255951455205554,0.0,1.01667271508176,0.0,0.101243284410236 -7056,0.255951455205554,0.0,0.564563755558951,0.255951455205554,0.0,0.935134904131694,0.255951455205554,0.0,0.893789819535503,0.255951455205554,0.0,0.930953648363236,0.255951455205554,0.0,1.02173431158442,0.255951455205554,0.0,1.01973726322014,0.5,0.255951455205554,0.0,1.00949363763919,0.5,0.255951455205554,0.0,1.00701441855803,0.5,0.255951455205554,0.0,1.01485693071114,0.255951455205554,0.0,1.02173913043478,0.0,0.824248848801066,0.255951455205554,0.0,0.905066831545161,0.5,0.255951455205554,0.0,0.622959743923512,0.255951455205554,0.0,1.00900835827231,0.255951455205554,0.0,1.00529336833782,0.255951455205554,0.0,1.01993218500828,0.0,0.0849360070707364 -7057,0.255951455205554,0.0,0.33365072341636,0.255951455205554,0.0,0.780374463767039,0.255951455205554,0.0,0.833260343975581,0.255951455205554,0.0,0.936601941226535,0.255951455205554,0.0,1.02171877863408,0.255951455205554,0.0,1.02087696863349,0.5,0.255951455205554,0.0,0.995790053695032,0.5,0.255951455205554,0.0,1.0054006205819,0.5,0.255951455205554,0.0,1.01678066530446,0.255951455205554,0.0,1.02173913043478,0.0,0.78948101000877,0.255951455205554,0.0,0.853475442863858,0.5,0.255951455205554,0.0,0.537047510000846,0.255951455205554,0.0,1.00858811762933,0.255951455205554,0.0,1.01290010550547,0.255951455205554,0.0,1.02096914692476,0.0,0.0513594831652208 -7058,0.255951455205554,0.0,0.170910581748966,0.255951455205554,0.0,0.191440531523504,0.255951455205554,0.0,0.798877249082349,0.255951455205554,0.0,0.899828519392317,0.255951455205554,0.0,1.02173353297217,0.255951455205554,0.0,1.01954711274595,0.5,0.255951455205554,0.0,0.973053689773717,0.5,0.255951455205554,0.0,1.00262944075316,0.5,0.255951455205554,0.0,1.01999600378272,0.255951455205554,0.0,1.02166275071654,0.0,0.864515381016926,0.255951455205554,0.0,0.877075018778361,0.5,0.255951455205554,0.0,0.402184410221418,0.255951455205554,0.0,0.995590162046482,0.255951455205554,0.0,1.01545318755352,0.255951455205554,0.0,1.0215886419228,0.0,0.0349419970718581 -7059,0.255951455205554,0.0,0.188100874829091,0.255951455205554,0.0,0.0111477440398039,0.255951455205554,0.0,0.799711090306825,0.255951455205554,0.0,0.910033443554023,0.255951455205554,0.0,1.02172945524773,0.255951455205554,0.0,1.01681006942558,0.5,0.255951455205554,0.0,0.957819275044015,0.5,0.255951455205554,0.0,0.989621627631224,0.5,0.255951455205554,0.0,1.02043073202177,0.255951455205554,0.0,1.0215880031689,0.0,0.799202643165906,0.255951455205554,0.0,0.861931890828563,0.5,0.255951455205554,0.0,0.388353979907145,0.255951455205554,0.0,0.997100657855048,0.255951455205554,0.0,1.0092062904629,0.255951455205554,0.0,1.02164147336,0.0,0.0220275921566277 -7060,0.255951455205554,0.0,0.258260509188238,0.255951455205554,0.0,0.0626042334242699,0.255951455205554,0.0,0.827215766982231,0.255951455205554,0.0,0.955525651296711,0.255951455205554,0.0,1.02157449655191,0.255951455205554,0.0,1.01596908728026,0.5,0.255951455205554,0.0,0.97079718749353,0.5,0.255951455205554,0.0,0.980565162420611,0.5,0.255951455205554,0.0,1.02040981915351,0.255951455205554,0.0,1.02171998043356,0.0,0.817357154572507,0.255951455205554,0.0,0.761144563128828,0.5,0.255951455205554,0.0,0.277801315364297,0.255951455205554,0.0,0.979452034515766,0.255951455205554,0.0,0.996906676515611,0.255951455205554,0.0,1.02165736453291,0.0,0.0175085398626319 -7061,0.255951455205554,0.0,0.263700310623545,0.255951455205554,0.0,0.519480948301626,0.255951455205554,0.0,0.877679927333283,0.255951455205554,0.0,0.948381658731348,0.255951455205554,0.0,1.02100996972314,0.255951455205554,0.0,1.01856346977959,0.5,0.255951455205554,0.0,0.978295794691984,0.5,0.255951455205554,0.0,0.997843870653554,0.5,0.255951455205554,0.0,1.02062958030431,0.255951455205554,0.0,0.982046365098006,0.0,0.723866676880443,0.255951455205554,0.0,0.624161687252902,0.5,0.255951455205554,0.0,0.12029998607168,0.255951455205554,0.0,0.968401192889423,0.255951455205554,0.0,0.967593361070038,0.255951455205554,0.0,1.02169658887726,0.0,0.0150182171441857 -7062,0.255951455205554,0.0,0.217202719946517,0.255951455205554,0.0,0.689327528026491,0.255951455205554,0.0,0.909277474153578,0.255951455205554,0.0,0.882415042181568,0.255951455205554,0.0,0.977652769979637,0.255951455205554,0.0,1.020488851256,0.5,0.255951455205554,0.0,0.97566887667918,0.5,0.255951455205554,0.0,1.01305636499996,0.5,0.255951455205554,0.0,1.01974334977271,0.255951455205554,0.0,0.934563589846718,0.0,0.59543696370769,0.255951455205554,0.0,0.521751834153644,0.5,0.255951455205554,0.0,0.0865771785644227,0.255951455205554,0.0,0.963888876256465,0.255951455205554,0.0,0.910067977179667,0.255951455205554,0.0,1.02172968156868,0.0,0.00988210501199892 -7063,0.255951455205554,0.0,0.18772665574515,0.255951455205554,0.0,0.605359914598469,0.255951455205554,0.0,0.887844889847039,0.255951455205554,0.0,0.744786195169236,0.255951455205554,0.0,0.977083103234155,0.255951455205554,0.0,1.02087923655835,0.5,0.255951455205554,0.0,0.973329888974013,0.5,0.255951455205554,0.0,1.00699936817778,0.5,0.255951455205554,0.0,1.01844810054186,0.255951455205554,0.0,0.964367457633362,0.0,0.38069415810037,0.255951455205554,0.0,0.45311662696555,0.5,0.255951455205554,0.0,0.0709325963652687,0.255951455205554,0.0,0.960577579593921,0.255951455205554,0.0,0.850055673122874,0.255951455205554,0.0,1.02173913043478,0.0,0.0825498551830147 -7064,0.255951455205554,0.00161323660258488,0.175989780335859,0.255951455205554,0.00212127497224366,0.396701542087396,0.255951455205554,0.000523712973803758,0.843349951345674,0.255951455205554,0.00185657744826442,0.6095691825091,0.255951455205554,0.000527831796251167,1.01837995899709,0.255951455205554,0.0023666578470253,1.02090354079802,0.5,0.255951455205554,0.00349942105571908,0.982611230609629,0.5,0.255951455205554,0.00371392045818918,0.98917866910007,0.5,0.255951455205554,0.00303428303613575,1.02028353010721,0.255951455205554,0.00360930243888041,0.971131517183312,0.0048025511584242,0.1401989023542,0.255951455205554,0.00631681806079691,0.374467061202056,0.5,0.255951455205554,0.00458234833580007,0.0570143555896335,0.255951455205554,0.0073885812503696,0.941528286511752,0.255951455205554,0.00126270783365777,0.841956053011085,0.255951455205554,0.00267531041113146,1.02173913043478,0.00172523516401626,0.907323036928023 -7065,0.255951455205554,0.0287027298215527,0.174401911584102,0.255951455205554,0.0368275421360317,0.390273247835115,0.255951455205554,0.00849086698922747,0.815335527093214,0.255951455205554,0.0277299384791206,0.709912118210585,0.255951455205554,0.00751350356938929,1.01889271204324,0.255951455205554,0.03103996044926,1.02168944510554,0.5,0.255951455205554,0.0617208888925316,0.997988730406514,0.5,0.255951455205554,0.0503492325756308,0.987005171813702,0.5,0.255951455205554,0.021671739783095,1.0209209057596,0.255951455205554,0.0753405574960389,1.00089451628893,0.047111766835945,0.0348108292876142,0.255951455205554,0.0415582121601845,0.292257310181728,0.5,0.255951455205554,0.0459081426969294,0.0436949402225885,0.255951455205554,0.0295674565750565,0.863839647554313,0.255951455205554,0.012005033318691,0.85387490521706,0.255951455205554,0.0206163863556686,1.02173913043478,0.0315478076189144,0.907233945273108 -7066,0.255951455205554,0.0791249782026857,0.198148776013154,0.255951455205554,0.0699140589133901,0.322094523783509,0.255951455205554,0.0173556089966568,0.809109133047413,0.255951455205554,0.0324544322106779,0.88295103699924,0.255951455205554,0.0178598278604412,1.01895412981518,0.255951455205554,0.0629979741289199,1.02173913043478,0.5,0.255951455205554,0.127405868750781,1.00637229545953,0.5,0.255951455205554,0.0913582551293474,0.977121044810233,0.5,0.255951455205554,0.0519837803027885,1.02144966980149,0.255951455205554,0.190658648494078,1.01315719832744,0.0655835425299978,0.0628805268708332,0.255951455205554,0.0722833343600572,0.216990046926703,0.5,0.255951455205554,0.0947695298431008,0.041875769577887,0.255951455205554,0.0465560188401344,0.787483135437365,0.255951455205554,0.0205226418337999,0.833347880034095,0.255951455205554,0.0446292094322677,1.02034725589807,0.0496224472150336,0.907863962157486 -7067,0.255951455205554,0.0975098514778489,0.281273829625245,0.255951455205554,0.0439489915198126,0.132491317235282,0.255951455205554,0.0170753306767269,0.776939401289327,0.255951455205554,0.00506219546608606,0.974099036869501,0.255951455205554,0.0317953414321266,1.02043712880157,0.255951455205554,0.0839616588103391,1.02173913043478,0.5,0.255951455205554,0.148558439596309,1.00648081545456,0.5,0.255951455205554,0.128296444221318,0.969658990604388,0.5,0.255951455205554,0.0798837232248223,1.02133686398009,0.255951455205554,0.16124462030023,1.01888328345813,0.0430925451607353,0.11100045194367,0.255951455205554,0.0653817633290239,0.186369643287212,0.5,0.255951455205554,0.126800029408502,0.0405049356235371,0.255951455205554,0.0506097261132757,0.702472853911465,0.255951455205554,0.0345089107768328,0.82913832853641,0.255951455205554,0.0591720487956258,1.01236371561785,0.0748811488764416,0.909175171163262 -7068,0.255951455205554,0.102724753429963,0.396114108129739,0.255951455205554,0.0197774975316465,0.0278172590628485,0.255951455205554,0.0178465484577509,0.75553179977095,0.255951455205554,0.00420462503063281,1.00539713300012,0.255951455205554,0.0410727679507747,1.0214028483618,0.255951455205554,0.0826548456577982,1.02173913043478,0.5,0.255951455205554,0.144037040567469,1.00262888648507,0.5,0.255951455205554,0.146120532404357,0.981790848691624,0.5,0.255951455205554,0.116769706212336,1.01806533007919,0.255951455205554,0.124770545217209,0.977777182087564,0.0597221273237532,0.0855407566665991,0.255951455205554,0.0865775535960157,0.137746592777729,0.5,0.255951455205554,0.156806031885119,0.0267074598867839,0.255951455205554,0.0404495587345116,0.618200924259133,0.255951455205554,0.0404481378167854,0.753727339279016,0.255951455205554,0.0706416348502859,0.974436097096999,0.14491531489767,0.908067181923704 -7069,0.255951455205554,0.0782450645293495,0.425791748826834,0.255951455205554,0.0122509796044312,0.0137560480227626,0.255951455205554,0.0184453834347137,0.749996068894912,0.255951455205554,0.00321693908809696,1.0065701596057,0.255951455205554,0.038398596028087,1.02097638747367,0.255951455205554,0.0691565470827466,1.02173913043478,0.5,0.255951455205554,0.123091559853898,1.00043450075025,0.5,0.255951455205554,0.112741603865458,0.982057785924784,0.5,0.255951455205554,0.125294204723396,1.01358669942146,0.255951455205554,0.114655104156219,0.952250560489526,0.133318216228302,0.156963067850877,0.255951455205554,0.123493578929896,0.14072288163423,0.5,0.255951455205554,0.185972133283156,0.0152809635180364,0.255951455205554,0.0436616191258195,0.535529628472901,0.255951455205554,0.0449970088740072,0.644968760485082,0.255951455205554,0.0674224305408052,0.916734987705618,0.0692219942122361,0.907084676944791 -7070,0.255951455205554,0.0420177767308506,0.359561412754707,0.255951455205554,0.00812549949987838,0.0183989182140497,0.255951455205554,0.0160773646855774,0.744043764910254,0.255951455205554,0.00156301303494049,1.00827305285583,0.255951455205554,0.0336411117167178,1.01255313742846,0.255951455205554,0.0550587519742866,1.02173913043478,0.5,0.255951455205554,0.0844337310227144,0.986064892726068,0.5,0.255951455205554,0.088748787968492,0.980354266380656,0.5,0.255951455205554,0.108317031876512,1.00294850389505,0.255951455205554,0.106037884192656,0.926594655053577,0.0811739717854087,0.127316518932353,0.255951455205554,0.112686980404817,0.133219353096989,0.5,0.255951455205554,0.211161105513355,0.0141853648102034,0.255951455205554,0.056918412012667,0.453730799237449,0.255951455205554,0.054634327451109,0.565452932758176,0.255951455205554,0.0547229888764772,0.84837261409052,0.0645328102372101,0.907435113417723 -7071,0.255951455205554,0.0311872924086737,0.379207435021233,0.255951455205554,0.010481579688917,0.02436772950308,0.255951455205554,0.0115034727198812,0.755672306224541,0.255951455205554,0.00084847259251056,1.0069374109765,0.255951455205554,0.0282017201645751,0.994806285396299,0.255951455205554,0.0344661618406185,1.02097159536215,0.5,0.255951455205554,0.0663407293334261,0.972659393504186,0.5,0.255951455205554,0.0681113161476678,0.977635579748662,0.5,0.255951455205554,0.0713731741333419,0.994285637426293,0.255951455205554,0.081717518534701,0.889549627329941,0.0582974082071031,0.104004983640977,0.255951455205554,0.0822413196587526,0.111641229246028,0.5,0.255951455205554,0.194994722494152,0.0159978166004511,0.255951455205554,0.0351641575998968,0.416015673367321,0.255951455205554,0.044063403876452,0.431461428799421,0.255951455205554,0.0311039001878096,0.776996349109404,0.0289390047736655,0.909564480310694 -7072,0.255951455205554,0.0312399382598708,0.421348917628169,0.255951455205554,0.0254591955096474,0.0521142796208763,0.255951455205554,0.00520315469262467,0.767169574079647,0.255951455205554,0.000548402452454015,0.99778503104874,0.255951455205554,0.0169466372306522,0.966861954771794,0.255951455205554,0.0148454125045657,1.02038748638089,0.5,0.255951455205554,0.030626735905207,0.935685641172758,0.5,0.255951455205554,0.0340451022381194,0.979651176630709,0.5,0.255951455205554,0.0334032311710827,0.996689221235583,0.255951455205554,0.0403460550266309,0.869252858632652,0.0276772663282254,0.0681564064871389,0.255951455205554,0.0447805688071968,0.0777894638339197,0.5,0.255951455205554,0.118327662379275,0.00762264223757064,0.255951455205554,0.0178405082247919,0.40860938424684,0.255951455205554,0.0260373063653871,0.266482730158941,0.255951455205554,0.0115771773638817,0.643753709747354,0.0198113958127487,0.909784923108014 -7073,0.255951455205554,0.000213522136580589,0.447476161710367,0.255951455205554,1.20320249877804e-06,0.111437778396427,0.255951455205554,0.000543727843354453,0.770467301619383,0.255951455205554,2.28633742439248e-05,0.972719165723253,0.255951455205554,0.00381499710385697,0.936429870309538,0.255951455205554,0.00176384705073345,1.01962698540999,0.5,0.255951455205554,0.00812475123781738,0.905319351151018,0.5,0.255951455205554,0.00578600080766917,0.988088419580815,0.5,0.255951455205554,0.000249269700252566,0.984691895298205,0.255951455205554,0.00722092951453983,0.808891624332281,0.0,0.0298799917953739,0.255951455205554,6.00131397325853e-05,0.0462075454641585,0.5,0.255951455205554,1.41425761560604e-05,0.00352573243167014,0.255951455205554,5.35502370223593e-05,0.361174256687198,0.255951455205554,2.82575851085335e-06,0.128305361566736,0.255951455205554,0.000105779875624864,0.476716953351755,0.0,0.903307073534369 -7074,0.255951455205554,0.0,0.471929917510091,0.255951455205554,0.0,0.229469336624647,0.255951455205554,0.0,0.763412057399012,0.255951455205554,0.0,0.959295545502495,0.255951455205554,0.0,0.866124558832107,0.255951455205554,0.0,1.01853808914811,0.5,0.255951455205554,0.0,0.873676893264624,0.5,0.255951455205554,0.0,0.978492932383299,0.5,0.255951455205554,0.0,0.946436768428405,0.255951455205554,0.0,0.766229594967638,0.0,0.0150499116428232,0.255951455205554,0.0,0.0413036043899241,0.5,0.255951455205554,0.0,0.00638377046163812,0.255951455205554,0.0,0.318946198807934,0.255951455205554,0.0,0.0491015476819176,0.255951455205554,0.0,0.399003873461224,0.0,0.885822298212179 -7075,0.255951455205554,0.0,0.485533996525353,0.255951455205554,0.0,0.367200909361336,0.255951455205554,0.0,0.734481702133182,0.255951455205554,0.0,0.926347020999695,0.255951455205554,0.0,0.755775701942526,0.255951455205554,0.0,1.01518133492676,0.5,0.255951455205554,0.0,0.83266889100802,0.5,0.255951455205554,0.0,0.971524424217295,0.5,0.255951455205554,0.0,0.902533337648566,0.255951455205554,0.0,0.701725252361769,0.0,0.0175009887324347,0.255951455205554,0.0,0.0421361646100624,0.5,0.255951455205554,0.0,0.0133510831054915,0.255951455205554,0.0,0.294689219907249,0.255951455205554,0.0,0.0239426187530007,0.255951455205554,0.0,0.377059712235218,0.0,0.81962517859783 -7076,0.255951455205554,0.0,0.468321417238689,0.255951455205554,0.0,0.442144521679484,0.255951455205554,0.0,0.697843808298194,0.255951455205554,0.0,0.862994364668888,0.255951455205554,0.0,0.621747797766819,0.255951455205554,0.0,1.00205571134471,0.5,0.255951455205554,0.0,0.787261665012064,0.5,0.255951455205554,0.0,0.956712357009177,0.5,0.255951455205554,0.0,0.858501740342714,0.255951455205554,0.0,0.609593617944855,0.0,0.0247383712828331,0.255951455205554,0.0,0.0372587086519942,0.5,0.255951455205554,0.0,0.0254196763745812,0.255951455205554,0.0,0.236391886433246,0.255951455205554,0.0,0.0252553641003556,0.255951455205554,0.0,0.390065986006971,0.0,0.752585804903459 -7077,0.255951455205554,0.0,0.475025032186673,0.255951455205554,0.0,0.447749979703372,0.255951455205554,0.0,0.642460788347289,0.255951455205554,0.0,0.785219187210567,0.255951455205554,0.0,0.50162538320339,0.255951455205554,0.0,0.971136954610672,0.5,0.255951455205554,0.0,0.671462934238811,0.5,0.255951455205554,0.0,0.920047256904784,0.5,0.255951455205554,0.0,0.816890347391727,0.255951455205554,0.0,0.536176408017757,0.0,0.0352581354008464,0.255951455205554,0.0,0.0433298034855186,0.5,0.255951455205554,0.0,0.03403673753855,0.255951455205554,0.0,0.19836888378161,0.255951455205554,0.0,0.0390067499295099,0.255951455205554,0.0,0.469050763881232,0.0,0.675269966473446 -7078,0.255951455205554,0.0,0.481946515345191,0.255951455205554,0.0,0.458714676463777,0.255951455205554,0.0,0.590778165830486,0.255951455205554,0.0,0.683142260660784,0.255951455205554,0.0,0.434646393649536,0.255951455205554,0.0,0.915186199408758,0.5,0.255951455205554,0.0,0.543235366454,0.5,0.255951455205554,0.0,0.874866895316801,0.5,0.255951455205554,0.0,0.786025140836724,0.255951455205554,0.0,0.360577271604269,0.0,0.0580881005370192,0.255951455205554,0.0,0.0613045116234231,0.5,0.255951455205554,0.0,0.0365575764518164,0.255951455205554,0.0,0.162782705949197,0.255951455205554,0.0,0.0546782963467557,0.255951455205554,0.0,0.534628350239403,0.0,0.495902300969361 -7079,0.255951455205554,0.0,0.459745063972221,0.255951455205554,0.0,0.471052115521083,0.255951455205554,0.0,0.522503380909791,0.255951455205554,0.0,0.610293528223943,0.255951455205554,0.0,0.386983233907099,0.255951455205554,0.0,0.838660100821988,0.5,0.255951455205554,0.0,0.39938548052886,0.5,0.255951455205554,0.0,0.827200863426651,0.5,0.255951455205554,0.0,0.771284974082788,0.255951455205554,0.0,0.189310437363833,0.0,0.0840512890791148,0.255951455205554,0.0,0.0857192087528272,0.5,0.255951455205554,0.0,0.0354931994291312,0.255951455205554,0.0,0.147493866551271,0.255951455205554,0.0,0.082197898942993,0.255951455205554,0.0,0.581651245576445,0.0,0.296029409789449 -7080,0.255951455205554,0.0,0.41711090538526,0.255951455205554,0.0,0.473831135378879,0.255951455205554,0.0,0.44556543916179,0.255951455205554,0.0,0.501990834024054,0.255951455205554,0.0,0.332792493002289,0.255951455205554,0.0,0.744483057168204,0.5,0.255951455205554,0.0,0.256808672365999,0.5,0.255951455205554,0.0,0.789959539094009,0.5,0.255951455205554,0.0,0.760776504894519,0.255951455205554,0.0,0.127957904539808,0.0,0.105329060380979,0.255951455205554,0.0,0.102328311285596,0.5,0.255951455205554,0.0,0.036184714503041,0.255951455205554,0.0,0.174816187765299,0.255951455205554,0.0,0.121334126648025,0.255951455205554,0.0,0.613541705534259,0.0,0.0959184622835583 -7081,0.255951455205554,0.0,0.365707310212661,0.255951455205554,0.0,0.454127968690061,0.255951455205554,0.0,0.349198942066897,0.255951455205554,0.0,0.39485688205294,0.255951455205554,0.0,0.272375840853524,0.255951455205554,0.0,0.645913620962752,0.5,0.255951455205554,0.0,0.166192469334971,0.5,0.255951455205554,0.0,0.771498526724707,0.5,0.255951455205554,0.0,0.770413746041899,0.255951455205554,0.0,0.0866939538557949,0.0,0.094329475574941,0.255951455205554,0.0,0.104876301624312,0.5,0.255951455205554,0.0,0.0378117884505465,0.255951455205554,0.0,0.227177740726227,0.255951455205554,0.0,0.17903559289153,0.255951455205554,0.0,0.627610081800587,0.0,0.0416177822228896 -7082,0.255951455205554,0.0,0.256295672036612,0.255951455205554,0.0,0.432669641911374,0.255951455205554,0.0,0.265836334031779,0.255951455205554,0.0,0.252786248191228,0.255951455205554,0.0,0.215462263365591,0.255951455205554,0.0,0.500953562398096,0.5,0.255951455205554,0.0,0.116395834137846,0.5,0.255951455205554,0.0,0.732434741620556,0.5,0.255951455205554,0.0,0.800869096748214,0.255951455205554,0.0,0.0719084727242728,0.0,0.0867799001684702,0.255951455205554,0.0,0.1049910537608,0.5,0.255951455205554,0.0,0.0331757348042196,0.255951455205554,0.0,0.279489912949076,0.255951455205554,0.0,0.261400825115106,0.255951455205554,0.0,0.666298340479479,0.0,0.049032994351429 -7083,0.255951455205554,0.0,0.144545607022073,0.255951455205554,0.0,0.359770959996827,0.255951455205554,0.0,0.205064966610292,0.255951455205554,0.0,0.13258047704024,0.255951455205554,0.0,0.170118322922157,0.255951455205554,0.0,0.362099534398663,0.5,0.255951455205554,0.0,0.0862673281662637,0.5,0.255951455205554,0.0,0.686382441305862,0.5,0.255951455205554,0.0,0.831340696847263,0.255951455205554,0.0,0.0667270179483069,0.0,0.0828878626845249,0.255951455205554,0.0,0.104342110647213,0.5,0.255951455205554,0.0,0.02814350756702,0.255951455205554,0.0,0.327164543484103,0.255951455205554,0.0,0.367624873647898,0.255951455205554,0.0,0.712621606117311,0.0,0.0810445878097438 -7084,0.255951455205554,0.0,0.0928400231368136,0.255951455205554,0.0,0.220000582790794,0.255951455205554,0.0,0.17740503405011,0.255951455205554,0.0,0.0983187455797225,0.255951455205554,0.0,0.123562243266649,0.255951455205554,0.0,0.268357633691219,0.5,0.255951455205554,0.0,0.0595913445664195,0.5,0.255951455205554,0.0,0.651460733226135,0.5,0.255951455205554,0.0,0.828321977545645,0.255951455205554,0.0,0.0578196049174105,0.0,0.081788072073476,0.255951455205554,0.0,0.105133587901195,0.5,0.255951455205554,0.0,0.0237935979650781,0.255951455205554,0.0,0.371534121603798,0.255951455205554,0.0,0.443782247834751,0.255951455205554,0.0,0.704172728699912,0.0,0.110679004507563 -7085,0.255951455205554,0.0,0.0516027869911401,0.255951455205554,0.0,0.155494904352234,0.255951455205554,0.0,0.168190497568756,0.255951455205554,0.0,0.0923081905273516,0.255951455205554,0.0,0.0874820565473301,0.255951455205554,0.0,0.177193649525002,0.5,0.255951455205554,0.0,0.0407636722750273,0.5,0.255951455205554,0.0,0.584732957732426,0.5,0.255951455205554,0.0,0.797849492781007,0.255951455205554,0.0,0.0414764278523986,0.0,0.0814924448162107,0.255951455205554,0.0,0.104037274923535,0.5,0.255951455205554,0.0,0.0190278871709999,0.255951455205554,0.0,0.450520807426536,0.255951455205554,0.0,0.448993279146494,0.255951455205554,0.0,0.637422193688527,0.0,0.14168560212943 -7086,0.255951455205554,0.0,0.0296312022236682,0.255951455205554,0.0,0.129702857596024,0.255951455205554,0.0,0.160994322829069,0.255951455205554,0.0,0.0876131766398724,0.255951455205554,0.0,0.057253620749374,0.255951455205554,0.0,0.100877331827248,0.5,0.255951455205554,0.0,0.0261683962550013,0.5,0.255951455205554,0.0,0.496221629999775,0.5,0.255951455205554,0.0,0.743951996980823,0.255951455205554,0.0,0.0302070344973083,0.0,0.0733928068193923,0.255951455205554,0.0,0.0986180846838358,0.5,0.255951455205554,0.0,0.0149647692657958,0.255951455205554,0.0,0.490313979048804,0.255951455205554,0.0,0.423013504435551,0.255951455205554,0.0,0.536068649446669,0.0,0.158732296935945 -7087,0.255951455205554,0.0,0.0219239873895952,0.255951455205554,0.0,0.116375125495557,0.255951455205554,0.0,0.139771297683827,0.255951455205554,0.0,0.0826997370913127,0.255951455205554,0.0,0.0394417913237142,0.255951455205554,0.0,0.0526146472410696,0.5,0.255951455205554,0.0,0.0181164760847152,0.5,0.255951455205554,0.0,0.388103609740023,0.5,0.255951455205554,0.0,0.687670475209064,0.255951455205554,0.0,0.0250852825307831,0.0,0.0612381930926521,0.255951455205554,0.0,0.0875035618493927,0.5,0.255951455205554,0.0,0.0121609195240682,0.255951455205554,0.0,0.495643571213962,0.255951455205554,0.0,0.409209451035245,0.255951455205554,0.0,0.440594642175525,0.0,0.170986888200827 -7088,0.255951455205554,0.00229894213476696,0.0233550069634247,0.255951455205554,0.000610515880496529,0.112924442643907,0.255951455205554,0.00294820428667342,0.113906722267696,0.255951455205554,0.00600058443067284,0.074590831692368,0.255951455205554,0.00288101822716855,0.0313082041479599,0.255951455205554,0.00678439137573772,0.0290846190204386,0.5,0.255951455205554,0.00268775169980632,0.0132948132605361,0.5,0.255951455205554,0.00201157080355428,0.326312422132426,0.5,0.255951455205554,0.00131358004470109,0.626234637919681,0.255951455205554,0.000159944880662298,0.0189107105539913,0.0242511870813855,0.0451020280028357,0.255951455205554,0.0136030600745223,0.0759542508950045,0.5,0.255951455205554,0.010370082239485,0.00940314545120295,0.255951455205554,0.000456286856428812,0.468578295517045,0.255951455205554,0.00157780127076287,0.41160798878219,0.255951455205554,0.000676232068486138,0.367444312102756,0.00034442391076222,0.216772356601285 -7089,0.255951455205554,0.0742432082873676,0.0322424628271397,0.255951455205554,0.0141975469596242,0.108886031600682,0.255951455205554,0.0721621682045055,0.0996244004221166,0.255951455205554,0.152300784088918,0.062308793934498,0.255951455205554,0.0612953493523413,0.0290261881558899,0.255951455205554,0.112488870867331,0.0198251037022064,0.5,0.255951455205554,0.0387963105274835,0.0110402658202348,0.5,0.255951455205554,0.026593395117042,0.298136533991719,0.5,0.255951455205554,0.0104961773625578,0.574885056190798,0.255951455205554,0.00100973507320903,0.0120466229151899,0.147969939554732,0.0340046350865737,0.255951455205554,0.0854249008464678,0.0730754000550759,0.5,0.255951455205554,0.0815734138602245,0.00783297723744153,0.255951455205554,0.00410764607500697,0.43377626764853,0.255951455205554,0.0174509576340525,0.401322542123181,0.255951455205554,0.00703343472268413,0.314798302260264,0.00870394486889952,0.319902151654869 -7090,0.255951455205554,0.192915051306533,0.0516224847418781,0.255951455205554,0.079849802175498,0.0765896166641349,0.255951455205554,0.148619153282291,0.098676693296559,0.255951455205554,0.306336299626684,0.0608946058492796,0.255951455205554,0.121744334749336,0.032139722057894,0.255951455205554,0.228109022352082,0.0205615188441706,0.5,0.255951455205554,0.0737500158287816,0.0150416027976006,0.5,0.255951455205554,0.0683084405159133,0.296412030550318,0.5,0.255951455205554,0.0256557722472293,0.52290371055176,0.255951455205554,0.00279949071050293,0.00709828794450947,0.29680247452946,0.0396482020820152,0.255951455205554,0.177493974238,0.0803248108551365,0.5,0.255951455205554,0.153784636531254,0.0129377417122888,0.255951455205554,0.0120244271319527,0.389339346260641,0.255951455205554,0.0483247578109275,0.35900215234088,0.255951455205554,0.0276408737507436,0.261353875725596,0.0702108653143379,0.467594532818397 -7091,0.255951455205554,0.326870206733958,0.0950571324402134,0.255951455205554,0.228505128333317,0.0561682497002653,0.255951455205554,0.216133157381663,0.112199654281527,0.255951455205554,0.43448476095758,0.0837697848205723,0.255951455205554,0.176565312221187,0.0436949482409875,0.255951455205554,0.338280221263078,0.0289428814949988,0.5,0.255951455205554,0.105720432745316,0.0250918657113533,0.5,0.255951455205554,0.112198176362294,0.296620916861785,0.5,0.255951455205554,0.0410355000032813,0.467070743034322,0.255951455205554,0.00897248911150185,0.00692087613087832,0.433768015813816,0.0443286271403749,0.255951455205554,0.272090642712857,0.0818885790807687,0.5,0.255951455205554,0.21034657794496,0.0123647997593127,0.255951455205554,0.0253239245771209,0.333897587790198,0.255951455205554,0.0865149972991992,0.309507309971571,0.255951455205554,0.0662732358754555,0.220676709611799,0.265554644084645,0.577607050397649 -7092,0.255951455205554,0.429917412048994,0.141529611836418,0.255951455205554,0.408124507660532,0.0529103616862081,0.255951455205554,0.262088014157402,0.129395251297305,0.255951455205554,0.505570497870151,0.107931140308335,0.255951455205554,0.217551345021874,0.0595332443590743,0.255951455205554,0.396781927710478,0.0312303232017501,0.5,0.255951455205554,0.125735321989325,0.0368676260667968,0.5,0.255951455205554,0.126540598675276,0.273124580033568,0.5,0.255951455205554,0.0520335859353443,0.408101680517519,0.255951455205554,0.0221602235833605,0.0115457930284757,0.518611376694812,0.0424358631799349,0.255951455205554,0.344985210666492,0.0717712007540317,0.5,0.255951455205554,0.260378300467214,0.0099135092120465,0.255951455205554,0.0437139033441915,0.27793768651026,0.255951455205554,0.117861212202071,0.273867149784115,0.255951455205554,0.109824424628661,0.186426389050687,0.48099301116093,0.608451420631958 -7093,0.255951455205554,0.459045389951236,0.167071862621513,0.255951455205554,0.511383106611892,0.0729836491595978,0.255951455205554,0.282028576334114,0.140487746304358,0.255951455205554,0.515698780675767,0.133576699501543,0.255951455205554,0.239750330469006,0.0804343109729043,0.255951455205554,0.427396320911811,0.0264145285280189,0.5,0.255951455205554,0.128437936523227,0.0367692100442887,0.5,0.255951455205554,0.112044453004851,0.223222847757462,0.5,0.255951455205554,0.0549833752155564,0.371180397161182,0.255951455205554,0.0437373512805744,0.0162315532155344,0.539180564814283,0.0415540498138667,0.255951455205554,0.381590173926629,0.0660259249397954,0.5,0.255951455205554,0.320056440747869,0.00782069457310725,0.255951455205554,0.0644581295235744,0.241590724006599,0.255951455205554,0.124845938302676,0.217808464067811,0.255951455205554,0.139056847512804,0.138646085820389,0.511096682674348,0.622575333488685 -7094,0.255951455205554,0.402722989829102,0.185321771033765,0.255951455205554,0.501845216957994,0.0853854582564838,0.255951455205554,0.273320933904684,0.151496883160287,0.255951455205554,0.471317562862847,0.174439468032559,0.255951455205554,0.24007359817017,0.0930228024699066,0.255951455205554,0.433794413598085,0.0241095960142347,0.5,0.255951455205554,0.126915239295665,0.0350722782878205,0.5,0.255951455205554,0.0873635266651638,0.186472715859083,0.5,0.255951455205554,0.0493197239590927,0.329452617352565,0.255951455205554,0.0625990535784963,0.0146957973883186,0.492218226952807,0.0383646307235444,0.255951455205554,0.370197306398032,0.0648604016929818,0.5,0.255951455205554,0.331862093399365,0.00692077010652267,0.255951455205554,0.0809254827346244,0.222554701607305,0.255951455205554,0.109044076712814,0.171754586661563,0.255951455205554,0.153494762750623,0.0966684689585914,0.483647937364657,0.612640181233029 -7095,0.255951455205554,0.295475098134267,0.191402716810157,0.255951455205554,0.40277442859277,0.0825791238448528,0.255951455205554,0.221638205610518,0.148204191953723,0.255951455205554,0.371560494493645,0.188907731230641,0.255951455205554,0.211272221786323,0.0941533061544804,0.255951455205554,0.364066863001739,0.0239896076540307,0.5,0.255951455205554,0.11908087681335,0.0356187584766383,0.5,0.255951455205554,0.061616866005192,0.140529339400023,0.5,0.255951455205554,0.0369086737491998,0.274822275642475,0.255951455205554,0.069333236210315,0.0141806742409371,0.386941302486628,0.0283860216746384,0.255951455205554,0.306948201956286,0.0587159669786325,0.5,0.255951455205554,0.279676486946246,0.0090666056190966,0.255951455205554,0.0764136750980835,0.187530347628445,0.255951455205554,0.0831603166195001,0.118692301257334,0.255951455205554,0.144062729485337,0.0630984907734426,0.363349445084935,0.586782787861564 -7096,0.255951455205554,0.167078280787806,0.160223834959481,0.255951455205554,0.201728117214013,0.0343271391472759,0.255951455205554,0.12247773494288,0.128146962554139,0.255951455205554,0.209321147129797,0.162909648603938,0.255951455205554,0.166069955777116,0.0580771933015318,0.255951455205554,0.218616338353828,0.0111341155473028,0.5,0.255951455205554,0.0965448250277792,0.0281128061321215,0.5,0.255951455205554,0.0406402801601112,0.109163670451246,0.5,0.255951455205554,0.0198969700529443,0.211500009515896,0.255951455205554,0.0504245283953092,0.0112460399715574,0.15310521413125,0.0103508165560904,0.255951455205554,0.130469443456232,0.0250790104508369,0.5,0.255951455205554,0.131450765089177,0.0098604122781542,0.255951455205554,0.0353144710268688,0.13304453496246,0.255951455205554,0.0446470425970073,0.0666373193502512,0.255951455205554,0.088052865104625,0.0340864146372016,0.201148454472546,0.583057555464706 -7097,0.255951455205554,0.0,0.165511025593525,0.255951455205554,0.0,0.0329294612733371,0.255951455205554,0.00132894860211843,0.114445074582327,0.255951455205554,0.0,0.137604521874509,0.255951455205554,0.0252496790148109,0.0392759822695261,0.255951455205554,0.00455213583773361,0.00689565955842641,0.5,0.255951455205554,0.029197756302751,0.0145398325573526,0.5,0.255951455205554,0.0064959494215348,0.0696670243903496,0.5,0.255951455205554,0.000210427031796872,0.146846693106573,0.255951455205554,0.0171250646783912,0.00612543415363663,0.0,0.00975145569188197,0.255951455205554,0.0,0.018875207424779,0.5,0.255951455205554,0.0,0.0106845467745713,0.255951455205554,1.99036802752514e-08,0.0911201405630353,0.255951455205554,0.0,0.0299900530780094,0.255951455205554,0.0,0.0170279724743691,0.0,0.547605491499626 -7098,0.255951455205554,0.0,0.187077044897869,0.255951455205554,0.0,0.0452306133816315,0.255951455205554,0.0,0.117056041951065,0.255951455205554,0.0,0.141073942587068,0.255951455205554,0.0,0.0484149119134798,0.255951455205554,0.0,0.00797664181764491,0.5,0.255951455205554,0.0,0.0136390692965726,0.5,0.255951455205554,0.0,0.052543566037374,0.5,0.255951455205554,0.0,0.110444550445225,0.255951455205554,0.0,0.00595203377807052,0.0,0.00649782046590683,0.255951455205554,0.0,0.014745223814593,0.5,0.255951455205554,0.0,0.01197874637075,0.255951455205554,0.0,0.0641186310628644,0.255951455205554,0.0,0.0165045673292904,0.255951455205554,0.0,0.0115775325198446,0.0,0.49058801918843 -7099,0.255951455205554,0.0,0.218368281080156,0.255951455205554,0.0,0.0565003981616341,0.255951455205554,0.0,0.125020209634644,0.255951455205554,0.0,0.164908468570105,0.255951455205554,0.0,0.0535029027157257,0.255951455205554,0.0,0.00790339556390499,0.5,0.255951455205554,0.0,0.0119345322221479,0.5,0.255951455205554,0.0,0.039806344287918,0.5,0.255951455205554,0.0,0.0874797117130394,0.255951455205554,0.0,0.00711729561405342,0.0,0.00298289709707341,0.255951455205554,0.0,0.0132683262716192,0.5,0.255951455205554,0.0,0.0123526314972368,0.255951455205554,0.0,0.0537534348269292,0.255951455205554,0.0,0.0110997776460948,0.255951455205554,0.0,0.00924708609957149,0.0,0.325455049666777 -7100,0.255951455205554,0.0,0.257878060248738,0.255951455205554,0.0,0.0702350149524534,0.255951455205554,0.0,0.140854236828715,0.255951455205554,0.0,0.184108440385303,0.255951455205554,0.0,0.0566931498253251,0.255951455205554,0.0,0.00818526977822812,0.5,0.255951455205554,0.0,0.0112712424345226,0.5,0.255951455205554,0.0,0.0317379570569959,0.5,0.255951455205554,0.0,0.0757693433471605,0.255951455205554,0.0,0.0082892984954059,0.0,0.000868589825021984,0.255951455205554,0.0,0.012555218438518,0.5,0.255951455205554,0.0,0.0145381653564131,0.255951455205554,0.0,0.0533388753232812,0.255951455205554,0.0,0.0069360356040047,0.255951455205554,0.0,0.00739576191587007,0.0,0.380831018825898 -7101,0.255951455205554,0.0,0.287110551869896,0.255951455205554,0.0,0.0795773934967774,0.255951455205554,0.0,0.157151770031921,0.255951455205554,0.0,0.195790222027333,0.255951455205554,0.0,0.0568739094461196,0.255951455205554,0.0,0.00988826208026286,0.5,0.255951455205554,0.0,0.0112423124404561,0.5,0.255951455205554,0.0,0.0244806294386972,0.5,0.255951455205554,0.0,0.0689796822960117,0.255951455205554,0.0,0.00831445161894438,0.0,0.000107239952726718,0.255951455205554,0.0,0.0123150246101659,0.5,0.255951455205554,0.0,0.0194653710143785,0.255951455205554,0.0,0.0573907562499563,0.255951455205554,0.0,0.00428780535187129,0.255951455205554,0.0,0.00526900628216056,0.0,0.545059151784068 -7102,0.255951455205554,0.0,0.298405286009881,0.255951455205554,0.0,0.0878081325687939,0.255951455205554,0.0,0.16463160450991,0.255951455205554,0.0,0.201435907939715,0.255951455205554,0.0,0.0619649534031255,0.255951455205554,0.0,0.0132687554560222,0.5,0.255951455205554,0.0,0.0118263581060492,0.5,0.255951455205554,0.0,0.0239624588678875,0.5,0.255951455205554,0.0,0.061466936485702,0.255951455205554,0.0,0.007753961149657,0.0,0.0,0.255951455205554,0.0,0.0128558004584227,0.5,0.255951455205554,0.0,0.0268666535311193,0.255951455205554,0.0,0.0577042672032019,0.255951455205554,0.0,0.00373758076273667,0.255951455205554,0.0,0.00462860530532911,0.0,0.61341232599812 -7103,0.255951455205554,0.0,0.319727183769666,0.255951455205554,0.0,0.100564006184575,0.255951455205554,0.0,0.166911543379907,0.255951455205554,0.0,0.201264421071778,0.255951455205554,0.0,0.0700300342369395,0.255951455205554,0.0,0.0165999041976373,0.5,0.255951455205554,0.0,0.0120525325318189,0.5,0.255951455205554,0.0,0.0203205744054958,0.5,0.255951455205554,0.0,0.0511577092105855,0.255951455205554,0.0,0.00646034788872756,0.0,0.0,0.255951455205554,0.0,0.0131091931715527,0.5,0.255951455205554,0.0,0.0368380826831142,0.255951455205554,0.0,0.0513123889297716,0.255951455205554,0.0,0.00475758482647702,0.255951455205554,0.0,0.00510719522598428,0.0,0.812696948309761 -7104,0.255951455205554,0.0,0.329248389601109,0.255951455205554,0.0,0.108381978401795,0.255951455205554,0.0,0.168627771091262,0.255951455205554,0.0,0.189270275751983,0.255951455205554,0.0,0.0800264410497989,0.255951455205554,0.0,0.0193227507956314,0.5,0.255951455205554,0.0,0.0119846266764246,0.5,0.255951455205554,0.0,0.00995781134739822,0.5,0.255951455205554,0.0,0.0367380955480124,0.255951455205554,0.0,0.00452202164598437,0.0,0.000857675127584422,0.255951455205554,0.0,0.0129752311674962,0.5,0.255951455205554,0.0,0.04784476262653,0.255951455205554,0.0,0.0384001500660019,0.255951455205554,0.0,0.00735547666871109,0.255951455205554,0.0,0.00472908646371426,0.0,0.863946331084531 -7105,0.255951455205554,0.0,0.325971721483148,0.255951455205554,0.0,0.110767501368714,0.255951455205554,0.0,0.175758527324304,0.255951455205554,0.0,0.184514458109894,0.255951455205554,0.0,0.0901233199162505,0.255951455205554,0.0,0.0228450641705873,0.5,0.255951455205554,0.0,0.0122546658046543,0.5,0.255951455205554,0.0,0.00508594988656628,0.5,0.255951455205554,0.0,0.0229754778916363,0.255951455205554,0.0,0.00238818831320804,0.0,0.00507486975304678,0.255951455205554,0.0,0.0136257950621121,0.5,0.255951455205554,0.0,0.0597008477172527,0.255951455205554,0.0,0.0257587510054755,0.255951455205554,0.0,0.0109586048938774,0.255951455205554,0.0,0.00372764928861632,0.0,0.880828565500484 -7106,0.255951455205554,0.0,0.318325116747688,0.255951455205554,0.0,0.117316292061103,0.255951455205554,0.0,0.186874268094114,0.255951455205554,0.0,0.187372204486554,0.255951455205554,0.0,0.0947705928283384,0.255951455205554,0.0,0.0263921665517219,0.5,0.255951455205554,0.0,0.0133728537431063,0.5,0.255951455205554,0.0,0.00540680492823944,0.5,0.255951455205554,0.0,0.0138134589430172,0.255951455205554,0.0,0.0021936968439945,0.0,0.00768965839267699,0.255951455205554,0.0,0.015662923960517,0.5,0.255951455205554,0.0,0.0696719592484081,0.255951455205554,0.0,0.0176446631242844,0.255951455205554,0.0,0.0157300651553645,0.255951455205554,0.0,0.00371490277917522,0.0,0.886933981565258 -7107,0.255951455205554,0.0,0.317491861803335,0.255951455205554,0.0,0.12342819902852,0.255951455205554,0.0,0.200135169978318,0.255951455205554,0.0,0.194413975862599,0.255951455205554,0.0,0.0962499442193862,0.255951455205554,0.0,0.0263605760056359,0.5,0.255951455205554,0.0,0.0137224253550698,0.5,0.255951455205554,0.0,0.00705400240108608,0.5,0.255951455205554,0.0,0.00802460916467561,0.255951455205554,0.0,0.00341980009765935,0.0,0.00624091212003077,0.255951455205554,0.0,0.0177158741529193,0.5,0.255951455205554,0.0,0.0734113895998887,0.255951455205554,0.0,0.011447734497171,0.255951455205554,0.0,0.021127993479165,0.255951455205554,0.0,0.00467339103085859,0.0,0.8543114210008 -7108,0.255951455205554,0.0,0.329509227092211,0.255951455205554,0.0,0.122477324699016,0.255951455205554,0.0,0.208650811142141,0.255951455205554,0.0,0.2016152930352,0.255951455205554,0.0,0.0982540112293133,0.255951455205554,0.0,0.0231104349125697,0.5,0.255951455205554,0.0,0.0135677861299686,0.5,0.255951455205554,0.0,0.00541102082968895,0.5,0.255951455205554,0.0,0.00565806896445532,0.255951455205554,0.0,0.003953968690535,0.0,0.00530944849033982,0.255951455205554,0.0,0.0173300713294738,0.5,0.255951455205554,0.0,0.0774626977744269,0.255951455205554,0.0,0.00809441388027076,0.255951455205554,0.0,0.0236845232440833,0.255951455205554,0.0,0.00473865540768361,0.0,0.81479086360451 -7109,0.255951455205554,0.0,0.343630940432929,0.255951455205554,0.0,0.120073807883454,0.255951455205554,0.0,0.210754315829095,0.255951455205554,0.0,0.211301465557624,0.255951455205554,0.0,0.104163731764439,0.255951455205554,0.0,0.0227157687060821,0.5,0.255951455205554,0.0,0.0142116620663127,0.5,0.255951455205554,0.0,0.00358553580825127,0.5,0.255951455205554,0.0,0.00430284265483156,0.255951455205554,0.0,0.00356272542632125,0.0,0.00668262829654447,0.255951455205554,0.0,0.0181980552040934,0.5,0.255951455205554,0.0,0.0836112639587094,0.255951455205554,0.0,0.00571754759713256,0.255951455205554,0.0,0.0216364054259862,0.255951455205554,0.0,0.00358977546329514,0.0,0.80179370734791 -7110,0.255951455205554,0.0,0.360472931970166,0.255951455205554,0.0,0.116360732022857,0.255951455205554,0.0,0.206176022846907,0.255951455205554,0.0,0.221035443260487,0.255951455205554,0.0,0.108554729009033,0.255951455205554,0.0,0.0259750720639278,0.5,0.255951455205554,0.0,0.0157027007402473,0.5,0.255951455205554,0.0,0.00378777787016054,0.5,0.255951455205554,0.0,0.00321761824414201,0.255951455205554,0.0,0.00248931396812515,0.0,0.00887583567832001,0.255951455205554,0.0,0.0181632645802716,0.5,0.255951455205554,0.0,0.0907919556503878,0.255951455205554,0.0,0.00387091290585216,0.255951455205554,0.0,0.0192960174272863,0.255951455205554,0.0,0.00368391611005658,0.0,0.800989277915764 -7111,0.255951455205554,0.0,0.391195498479571,0.255951455205554,0.0,0.111484110395363,0.255951455205554,0.0,0.206592038662948,0.255951455205554,0.0,0.242717354363513,0.255951455205554,0.0,0.115525047826999,0.255951455205554,0.0,0.0298552865113636,0.5,0.255951455205554,0.0,0.018057028219138,0.5,0.255951455205554,0.0,0.0040309693415,0.5,0.255951455205554,0.0,0.00250045953403758,0.255951455205554,0.0,0.00238979660749395,0.0,0.00993038493222934,0.255951455205554,0.0,0.0202959339729451,0.5,0.255951455205554,0.0,0.0997404270736737,0.255951455205554,0.0,0.00313870241663969,0.255951455205554,0.0,0.0188687340864799,0.255951455205554,0.0,0.00447040463976227,0.0,0.816882827869085 -7112,0.255951455205554,0.00209905466473347,0.432233281859415,0.255951455205554,0.00610760743668278,0.109410587625933,0.255951455205554,0.0030846448728254,0.212367193850335,0.255951455205554,0.00204826985716089,0.263381775955319,0.255951455205554,0.00235017091526401,0.117984284255026,0.255951455205554,0.00690849739442634,0.0324896434785907,0.5,0.255951455205554,0.00515977277010472,0.0191479024100999,0.5,0.255951455205554,0.00995456820673686,0.00267984464210133,0.5,0.255951455205554,0.0081249872045602,0.00195959873606616,0.255951455205554,0.00488520071936231,0.00399427679686401,0.0176390601291559,0.00986316709336435,0.255951455205554,0.0215699377211675,0.0235628629811552,0.5,0.255951455205554,0.00776830731777511,0.109911363649072,0.255951455205554,0.0173687924625347,0.0030721698384079,0.255951455205554,0.01595775473428,0.0199576773211255,0.255951455205554,0.0195342871053356,0.00479179395833233,0.0032204726774466,0.835612569980565 -7113,0.255951455205554,0.0391954059817225,0.480056608964914,0.255951455205554,0.132648820463822,0.127472643366396,0.255951455205554,0.0639650976034321,0.227497580766068,0.255951455205554,0.0388274909189169,0.291404359608544,0.255951455205554,0.0589599630794614,0.131456681669521,0.255951455205554,0.111075688063597,0.0422468911236927,0.5,0.255951455205554,0.106172643381,0.0220457178223178,0.5,0.255951455205554,0.115501637430935,0.00128948770062016,0.5,0.255951455205554,0.0567889154361822,0.00212502603256294,0.255951455205554,0.118269388890383,0.00574236425455159,0.0881290724820245,0.0107745766027311,0.255951455205554,0.111045083733033,0.0348117806407243,0.5,0.255951455205554,0.0758791904044303,0.139658811563418,0.255951455205554,0.102915702992211,0.00492015543829488,0.255951455205554,0.127165592615195,0.0241590791690825,0.255951455205554,0.151763782245304,0.00409356590834118,0.0640330752362606,0.823903625679881 -7114,0.255951455205554,0.0665667108906,0.509158959457306,0.255951455205554,0.243566700866249,0.185366541682258,0.255951455205554,0.1350716097995,0.269606300743623,0.255951455205554,0.0683663786810838,0.330128713412666,0.255951455205554,0.109642628140455,0.170403250744165,0.255951455205554,0.21987213795307,0.0662353712614326,0.5,0.255951455205554,0.220089070988863,0.0395296593623017,0.5,0.255951455205554,0.231582025123246,0.0015799974556727,0.5,0.255951455205554,0.106332385850133,0.00364433093530536,0.255951455205554,0.249056916157743,0.0118227385973342,0.125606254532607,0.0225214901644893,0.255951455205554,0.208048558737039,0.0690051550047961,0.5,0.255951455205554,0.159068726286481,0.21495485826636,0.255951455205554,0.200912575882782,0.00714973016126273,0.255951455205554,0.259363236530108,0.0539167836589216,0.255951455205554,0.285189895508976,0.00579765597081835,0.0404080425753548,0.806362586984918 -7115,0.255951455205554,0.0858490506609484,0.54610301204641,0.255951455205554,0.279363968093969,0.234368392011004,0.255951455205554,0.189304614763391,0.318262923092311,0.255951455205554,0.0584965000536671,0.344994811526691,0.255951455205554,0.121670054402711,0.211460650275416,0.255951455205554,0.322664529746483,0.100275717387812,0.5,0.255951455205554,0.328259944239885,0.0539957257954377,0.5,0.255951455205554,0.336346330764099,0.00281729680176506,0.5,0.255951455205554,0.154590531812817,0.00414547036284525,0.255951455205554,0.373145997233987,0.0165738887694794,0.157446926882962,0.0273669151646671,0.255951455205554,0.293405677513567,0.0972729489101299,0.5,0.255951455205554,0.236811324456292,0.284424803959287,0.255951455205554,0.266279833530567,0.0101167106091922,0.255951455205554,0.381386060731761,0.0912006895263148,0.255951455205554,0.400129916483872,0.0100090785667815,0.0375382038412774,0.791979001197006 -7116,0.255951455205554,0.116346543513702,0.526917540489915,0.255951455205554,0.265521332204782,0.295384779722682,0.255951455205554,0.208786781094068,0.340444330828898,0.255951455205554,0.068497176736657,0.370212510773176,0.255951455205554,0.117413491927154,0.221685055334506,0.255951455205554,0.408889264272366,0.106769663567555,0.5,0.255951455205554,0.40016948442907,0.0726918533339692,0.5,0.255951455205554,0.390683340734689,0.00715601567165919,0.5,0.255951455205554,0.183246521581725,0.00397879936338154,0.255951455205554,0.443031733933758,0.0236236782015648,0.228586921345101,0.0375794706862985,0.255951455205554,0.346182175675867,0.11448738849735,0.5,0.255951455205554,0.309293476584175,0.336701822131684,0.255951455205554,0.30952043126819,0.013485098046866,0.255951455205554,0.464467590521045,0.103340080412736,0.255951455205554,0.480145141630045,0.0182692047192716,0.0409882270610855,0.759843627998545 -7117,0.255951455205554,0.142429540887269,0.550846169465678,0.255951455205554,0.214320291573675,0.258753222869867,0.255951455205554,0.198971513931795,0.354659052157655,0.255951455205554,0.0999560352132088,0.392511252736603,0.255951455205554,0.121620132368892,0.227709240910448,0.255951455205554,0.468338601929825,0.0974749063732649,0.5,0.255951455205554,0.433630658301158,0.0824022887894572,0.5,0.255951455205554,0.381463199711352,0.012658917136536,0.5,0.255951455205554,0.182167105996338,0.00381892527151587,0.255951455205554,0.47080494756014,0.0227469434601313,0.354495619198953,0.0590950187288164,0.255951455205554,0.363130695716152,0.119360667077509,0.5,0.255951455205554,0.34087651174638,0.355952488679166,0.255951455205554,0.31015126322046,0.0163042231996239,0.255951455205554,0.484707638961952,0.0978904843258767,0.255951455205554,0.497137948632683,0.0204633261267093,0.0789897417385793,0.728274196575802 -7118,0.255951455205554,0.137771090565709,0.589454801455005,0.255951455205554,0.162718397336601,0.283187370397847,0.255951455205554,0.169080842447401,0.34918607666489,0.255951455205554,0.161709057244594,0.425109232881505,0.255951455205554,0.123569875904861,0.220628834322208,0.255951455205554,0.462708183286772,0.0890167694573843,0.5,0.255951455205554,0.430472331874784,0.0899950040458269,0.5,0.255951455205554,0.329718390819832,0.013189084796665,0.5,0.255951455205554,0.1606016335878,0.0036683071898389,0.255951455205554,0.470350369184735,0.0302714569580001,0.387966188184877,0.0745325919001878,0.255951455205554,0.340143270694107,0.12990521851805,0.5,0.255951455205554,0.301624674360461,0.363670057874717,0.255951455205554,0.259571713545194,0.019628211767634,0.255951455205554,0.449862075675926,0.085099748543847,0.255951455205554,0.453790079451662,0.0188562976452796,0.103017747588125,0.733595292438086 -7119,0.255951455205554,0.105183457821577,0.538658138248532,0.255951455205554,0.128432244103594,0.287573812483391,0.255951455205554,0.121550062975289,0.315208982964855,0.255951455205554,0.122103594116111,0.397580198794705,0.255951455205554,0.104623212775352,0.188564236638873,0.255951455205554,0.382592740516766,0.076597624626146,0.5,0.255951455205554,0.358822667467753,0.0774863082177648,0.5,0.255951455205554,0.246567870183252,0.0097448631712822,0.5,0.255951455205554,0.122621155203838,0.0038198919264146,0.255951455205554,0.416006089406315,0.021550190823931,0.309853165877814,0.0774659892033875,0.255951455205554,0.271562949457424,0.13523766164629,0.5,0.255951455205554,0.237123075749271,0.35247758486187,0.255951455205554,0.203627082506699,0.0242976989272561,0.255951455205554,0.358590552887712,0.0781681562314388,0.255951455205554,0.355832773420661,0.0137438582919865,0.0964846186666966,0.757060309115885 -7120,0.255951455205554,0.0486806456232632,0.485156109888984,0.255951455205554,0.0918249488743235,0.234639999164728,0.255951455205554,0.0659672408559965,0.269428428510563,0.255951455205554,0.0347428635405248,0.348642954128799,0.255951455205554,0.0590217549539696,0.151293890691614,0.255951455205554,0.244504357129661,0.0445215661822574,0.5,0.255951455205554,0.243922864487036,0.0520479901333337,0.5,0.255951455205554,0.161821322775312,0.00559447244723526,0.5,0.255951455205554,0.0684933616902805,0.00357213769563958,0.255951455205554,0.304567829022295,0.0117517756635177,0.156590637540299,0.0382788054458256,0.255951455205554,0.142995038613269,0.0890755830828291,0.5,0.255951455205554,0.138139454278883,0.262502516073857,0.255951455205554,0.112638858083664,0.0172933962394898,0.255951455205554,0.182404699277828,0.0477991307853366,0.255951455205554,0.197409179500069,0.00794993794735992,0.0607223924579357,0.776305965864592 -7121,0.255951455205554,0.000284398768077885,0.477707379958848,0.255951455205554,0.0,0.186790708232062,0.255951455205554,0.000277180815182469,0.243455290583147,0.255951455205554,0.00103406790905693,0.320348610903248,0.255951455205554,0.00217787913344011,0.133380772904592,0.255951455205554,0.000412774389136223,0.0277984783640501,0.5,0.255951455205554,0.0338316218010995,0.0274612855547715,0.5,0.255951455205554,0.0113257600324185,0.0032661289683474,0.5,0.255951455205554,0.000754576749048792,0.00284127864082788,0.255951455205554,0.0432538216154286,0.00544945829693976,0.0,0.0470980347188635,0.255951455205554,0.0,0.0701809210440656,0.5,0.255951455205554,0.0,0.195075331155555,0.255951455205554,0.0,0.0155272611285329,0.255951455205554,0.0,0.0482406506085812,0.255951455205554,0.0,0.00900129357612058,0.0,0.80791155934457 -7122,0.255951455205554,0.0,0.491096960604981,0.255951455205554,0.0,0.197776828580262,0.255951455205554,0.0,0.230058358490824,0.255951455205554,0.0,0.300123686512978,0.255951455205554,0.0,0.140952187035902,0.255951455205554,0.0,0.0316703669749323,0.5,0.255951455205554,0.0,0.0299681322088707,0.5,0.255951455205554,0.0,0.00249502231010351,0.5,0.255951455205554,0.0,0.00238745513498396,0.255951455205554,0.0,0.00970360454372804,0.0,0.0623355919940811,0.255951455205554,0.0,0.0835759012243602,0.5,0.255951455205554,0.0,0.19108566970936,0.255951455205554,0.0,0.0165354585667717,0.255951455205554,0.0,0.0580872516474416,0.255951455205554,0.0,0.012430298787638,0.0,0.865911295266584 -7123,0.255951455205554,0.0,0.49656666004922,0.255951455205554,0.0,0.215141491112166,0.255951455205554,0.0,0.227151084695411,0.255951455205554,0.0,0.270301038344279,0.255951455205554,0.0,0.150231630872078,0.255951455205554,0.0,0.0350048972598014,0.5,0.255951455205554,0.0,0.0307202709911626,0.5,0.255951455205554,0.0,0.00136132046542146,0.5,0.255951455205554,0.0,0.00215254027957857,0.255951455205554,0.0,0.00942028422139471,0.0,0.077414222371785,0.255951455205554,0.0,0.0920456366786102,0.5,0.255951455205554,0.0,0.195761852111853,0.255951455205554,0.0,0.0156731926234818,0.255951455205554,0.0,0.0520344112422113,0.255951455205554,0.0,0.0127599965223542,0.0,0.899596028897336 -7124,0.255951455205554,0.0,0.493241762246956,0.255951455205554,0.0,0.209337987472176,0.255951455205554,0.0,0.229669488407676,0.255951455205554,0.0,0.249141377515278,0.255951455205554,0.0,0.162142556304974,0.255951455205554,0.0,0.0424675790035974,0.5,0.255951455205554,0.0,0.0325204733920544,0.5,0.255951455205554,0.0,0.000751967515236134,0.5,0.255951455205554,0.0,0.0024379414332306,0.255951455205554,0.0,0.0100754861551982,0.0,0.0924694410266831,0.255951455205554,0.0,0.0976884066303502,0.5,0.255951455205554,0.0,0.2114687383999,0.255951455205554,0.0,0.0144830752104507,0.255951455205554,0.0,0.0422516528406908,0.255951455205554,0.0,0.0131518972326908,0.0,0.908468508258375 -7125,0.255951455205554,0.0,0.46480958338062,0.255951455205554,0.0,0.199324592234567,0.255951455205554,0.0,0.228732320077793,0.255951455205554,0.0,0.250496786589531,0.255951455205554,0.0,0.177128115431915,0.255951455205554,0.0,0.0479822117950167,0.5,0.255951455205554,0.0,0.0347999419104955,0.5,0.255951455205554,0.0,0.000857525777143547,0.5,0.255951455205554,0.0,0.00268437493349803,0.255951455205554,0.0,0.0127019504070475,0.0,0.0920012084027933,0.255951455205554,0.0,0.0961582734893966,0.5,0.255951455205554,0.0,0.22836683594617,0.255951455205554,0.0,0.0111763069666295,0.255951455205554,0.0,0.0373266399738609,0.255951455205554,0.0,0.0147219355503436,0.0,0.877534895410818 -7126,0.255951455205554,0.0,0.429307200780794,0.255951455205554,0.0,0.192416009504666,0.255951455205554,0.0,0.228695840872331,0.255951455205554,0.0,0.248595631010157,0.255951455205554,0.0,0.183028796291437,0.255951455205554,0.0,0.0484612927902577,0.5,0.255951455205554,0.0,0.0386044327064462,0.5,0.255951455205554,0.0,0.00296854661931103,0.5,0.255951455205554,0.0,0.00219580919072519,0.255951455205554,0.0,0.0161285578583323,0.0,0.0864896209005777,0.255951455205554,0.0,0.0932875506642736,0.5,0.255951455205554,0.0,0.249471923795851,0.255951455205554,0.0,0.00800672856617519,0.255951455205554,0.0,0.0393453464471633,0.255951455205554,0.0,0.0173130256627875,0.0,0.831827813437606 -7127,0.255951455205554,0.0,0.416470794441291,0.255951455205554,0.0,0.181255596708546,0.255951455205554,0.0,0.232814965916256,0.255951455205554,0.0,0.245569504053475,0.255951455205554,0.0,0.185511199028773,0.255951455205554,0.0,0.0477070527039417,0.5,0.255951455205554,0.0,0.0400081001343196,0.5,0.255951455205554,0.0,0.00839712442842953,0.5,0.255951455205554,0.0,0.00218139931594663,0.255951455205554,0.0,0.0147785969749356,0.0,0.0935447574957653,0.255951455205554,0.0,0.0974645694519928,0.5,0.255951455205554,0.0,0.271331873401615,0.255951455205554,0.0,0.00644227841200237,0.255951455205554,0.0,0.0435918322718556,0.255951455205554,0.0,0.0202155104157807,0.0,0.76500899919733 -7128,0.255951455205554,0.0,0.408580421121186,0.255951455205554,0.0,0.161067259462974,0.255951455205554,0.0,0.236960221356996,0.255951455205554,0.0,0.25207990880357,0.255951455205554,0.0,0.194089093671535,0.255951455205554,0.0,0.0452642448965847,0.5,0.255951455205554,0.0,0.0409033342534923,0.5,0.255951455205554,0.0,0.00832122547095039,0.5,0.255951455205554,0.0,0.00355221073957754,0.255951455205554,0.0,0.0124835626039554,0.0,0.101583210790582,0.255951455205554,0.0,0.104109417336923,0.5,0.255951455205554,0.0,0.273809248176922,0.255951455205554,0.0,0.0078277641974152,0.255951455205554,0.0,0.0438319890387345,0.255951455205554,0.0,0.0214069515035632,0.0,0.712327487857989 -7129,0.255951455205554,0.0,0.394074848940777,0.255951455205554,0.0,0.157133061546384,0.255951455205554,0.0,0.268821658821158,0.255951455205554,0.0,0.262286722052651,0.255951455205554,0.0,0.214660946441016,0.255951455205554,0.0,0.0420319950095329,0.5,0.255951455205554,0.0,0.0457578597930457,0.5,0.255951455205554,0.0,0.00719525633094692,0.5,0.255951455205554,0.0,0.00595193647940842,0.255951455205554,0.0,0.0151409012089044,0.0,0.102189682994404,0.255951455205554,0.0,0.100875509824153,0.5,0.255951455205554,0.0,0.258204369814714,0.255951455205554,0.0,0.0119785213429558,0.255951455205554,0.0,0.0413102858219856,0.255951455205554,0.0,0.0219191009965127,0.0,0.458797538442443 -7130,0.255951455205554,0.0,0.387734225747889,0.255951455205554,0.0,0.16296101557371,0.255951455205554,0.0,0.337412747700505,0.255951455205554,0.0,0.306035456816578,0.255951455205554,0.0,0.227106803839203,0.255951455205554,0.0,0.0394006892017428,0.5,0.255951455205554,0.0,0.0493143273005986,0.5,0.255951455205554,0.0,0.00674223679604045,0.5,0.255951455205554,0.0,0.00737169869175647,0.255951455205554,0.0,0.019031050839547,0.0,0.0749422387572013,0.255951455205554,0.0,0.0886862748048675,0.5,0.255951455205554,0.0,0.245111762220592,0.255951455205554,0.0,0.0166302326132393,0.255951455205554,0.0,0.0386262217972858,0.255951455205554,0.0,0.0230511395202522,0.0,0.243215979407486 -7131,0.255951455205554,0.0,0.384070206340768,0.255951455205554,0.0,0.176931657764122,0.255951455205554,0.0,0.400900375316239,0.255951455205554,0.0,0.394364464808748,0.255951455205554,0.0,0.230481887660787,0.255951455205554,0.0,0.0410447059463108,0.5,0.255951455205554,0.0,0.0500439664115973,0.5,0.255951455205554,0.0,0.00650742877905704,0.5,0.255951455205554,0.0,0.0072316859256259,0.255951455205554,0.0,0.0177773149419503,0.0,0.0599620179980005,0.255951455205554,0.0,0.0711096725933929,0.5,0.255951455205554,0.0,0.234374631529855,0.255951455205554,0.0,0.0194899339851812,0.255951455205554,0.0,0.0368396054762822,0.255951455205554,0.0,0.0249033727467081,0.0,0.481270675365754 -7132,0.255951455205554,0.0,0.399397124411253,0.255951455205554,0.0,0.197999386948809,0.255951455205554,0.0,0.425397151700301,0.255951455205554,0.0,0.516839168809628,0.255951455205554,0.0,0.231086189594758,0.255951455205554,0.0,0.044390773732355,0.5,0.255951455205554,0.0,0.0510930625207561,0.5,0.255951455205554,0.0,0.00800189451777292,0.5,0.255951455205554,0.0,0.0065269078694749,0.255951455205554,0.0,0.016282369409667,0.0,0.056373157123823,0.255951455205554,0.0,0.065111100030986,0.5,0.255951455205554,0.0,0.226231359811798,0.255951455205554,0.0,0.0235496021218087,0.255951455205554,0.0,0.0383297357046599,0.255951455205554,0.0,0.0288225469546609,0.0,0.387779508924258 -7133,0.255951455205554,0.0,0.441327477980161,0.255951455205554,0.0,0.261973949001815,0.255951455205554,0.0,0.403428558644155,0.255951455205554,0.0,0.574792397214101,0.255951455205554,0.0,0.237298161501563,0.255951455205554,0.0,0.0476895334438781,0.5,0.255951455205554,0.0,0.056396244968111,0.5,0.255951455205554,0.0,0.00734992151767948,0.5,0.255951455205554,0.0,0.00641736221592599,0.255951455205554,0.0,0.0163256004611042,0.0,0.0520859740246792,0.255951455205554,0.0,0.0684400407401865,0.5,0.255951455205554,0.0,0.218466169119729,0.255951455205554,0.0,0.0303600394178709,0.255951455205554,0.0,0.046606866589255,0.255951455205554,0.0,0.0342502180895669,0.0,0.330535660359993 -7134,0.255951455205554,0.0,0.497528891535096,0.255951455205554,0.0,0.314596956023409,0.255951455205554,0.0,0.357703695078543,0.255951455205554,0.0,0.579914096695439,0.255951455205554,0.0,0.250840596772803,0.255951455205554,0.0,0.0509631012907086,0.5,0.255951455205554,0.0,0.0621469206506962,0.5,0.255951455205554,0.0,0.00652906447078867,0.5,0.255951455205554,0.0,0.00695153246949352,0.255951455205554,0.0,0.0174674638898473,0.0,0.0476430667961077,0.255951455205554,0.0,0.0717233550250947,0.5,0.255951455205554,0.0,0.221932252230575,0.255951455205554,0.0,0.0375489007340125,0.255951455205554,0.0,0.0570529803746756,0.255951455205554,0.0,0.0402004290539653,0.0,0.252266590228792 -7135,0.255951455205554,0.0,0.458020624796004,0.255951455205554,0.0,0.367260883638826,0.255951455205554,0.0,0.29049047247208,0.255951455205554,0.0,0.494676676332821,0.255951455205554,0.0,0.260702348825998,0.255951455205554,0.0,0.054582243921615,0.5,0.255951455205554,0.0,0.0659880836679284,0.5,0.255951455205554,0.0,0.00693073248876144,0.5,0.255951455205554,0.0,0.0072198614723461,0.255951455205554,0.0,0.0215483601595539,0.0,0.0546068258295011,0.255951455205554,0.0,0.0728650692553443,0.5,0.255951455205554,0.0,0.228269405969394,0.255951455205554,0.0,0.0433573265295073,0.255951455205554,0.0,0.062917847111186,0.255951455205554,0.0,0.0452229646998075,0.0,0.179446484047368 -7136,0.255951455205554,6.64029925099297e-05,0.321312581451531,0.255951455205554,2.89468414831996e-05,0.376874826153798,0.255951455205554,0.000269346477999164,0.235485479948175,0.255951455205554,5.98039652303895e-05,0.356081312169096,0.255951455205554,0.000169876840579722,0.255450593493663,0.255951455205554,0.00294257847787131,0.0584027539029784,0.5,0.255951455205554,0.00215014820839297,0.0725032834895576,0.5,0.255951455205554,0.0145325619716214,0.00879535340532203,0.5,0.255951455205554,0.018200372344724,0.0079088324610567,0.255951455205554,0.00126860893161163,0.0273615491659323,0.0243250388357845,0.0557955337199376,0.255951455205554,0.0260585440773939,0.0728022406754168,0.5,0.255951455205554,0.0087439190945986,0.236869321309015,0.255951455205554,0.0310958101189846,0.0440584178901286,0.255951455205554,0.0165716006724407,0.0623673483666183,0.255951455205554,0.0186361203821648,0.0449887380147663,0.0,0.152574422889547 -7137,0.255951455205554,0.0127376221588584,0.237203244853197,0.255951455205554,0.000640598135938643,0.370856482118823,0.255951455205554,0.00376124561281365,0.207171174577437,0.255951455205554,0.000798340461480478,0.292222114777182,0.255951455205554,0.00350678605909579,0.254192561626244,0.255951455205554,0.0501113774450554,0.0682451986076221,0.5,0.255951455205554,0.0405196495742241,0.0795213222440545,0.5,0.255951455205554,0.154756764941856,0.00842032228894579,0.5,0.255951455205554,0.112588722929547,0.00855798332820408,0.255951455205554,0.0251221326946472,0.0316366146634432,0.15939503283517,0.0455485269270997,0.255951455205554,0.150740943417769,0.0753137117265782,0.5,0.255951455205554,0.0791005009526897,0.272069708451243,0.255951455205554,0.16941977854779,0.0458574684838876,0.255951455205554,0.129020455284969,0.0631712203586248,0.255951455205554,0.149390163206905,0.0407730348058956,0.000301716585817604,0.157670905307631 -7138,0.255951455205554,0.0509417824606612,0.239436413069269,0.255951455205554,0.00130496824448383,0.347983977833877,0.255951455205554,0.00909969914180275,0.183985623996577,0.255951455205554,0.0016872280292576,0.238100174555523,0.255951455205554,0.00772177657945187,0.253139548049832,0.255951455205554,0.111415015906296,0.0932545699729561,0.5,0.255951455205554,0.0801070332134337,0.091752682295872,0.5,0.255951455205554,0.304503822795828,0.00797042962074052,0.5,0.255951455205554,0.217889028802419,0.0166805961640045,0.255951455205554,0.0441835359836814,0.0327044883946977,0.311947818583457,0.0518231960257252,0.255951455205554,0.278179461327437,0.094170660124468,0.5,0.255951455205554,0.126264317598475,0.285406659911303,0.255951455205554,0.325675986352017,0.0757052425551183,0.255951455205554,0.223671653182553,0.0948307010218054,0.255951455205554,0.270929794880254,0.0558825782667363,0.0118675590098712,0.147475781722263 -7139,0.255951455205554,0.0772931455963973,0.250568587630919,0.255951455205554,0.0038416289209001,0.309677762166248,0.255951455205554,0.0143802597072547,0.150641967717542,0.255951455205554,0.0030926447027413,0.168756813778882,0.255951455205554,0.0113946555113654,0.257797764130234,0.255951455205554,0.174222284659207,0.126906904772521,0.5,0.255951455205554,0.100188130531101,0.109054869859161,0.5,0.255951455205554,0.421478878180958,0.022507774391652,0.5,0.255951455205554,0.321000815512447,0.0574631810587219,0.255951455205554,0.0417965339206808,0.0322977280260207,0.43790345200024,0.0641488453787811,0.255951455205554,0.370729492729619,0.114614935582561,0.5,0.255951455205554,0.13345009023643,0.294238112467434,0.255951455205554,0.450464783573349,0.118890346145698,0.255951455205554,0.29079805385837,0.110938092350057,0.255951455205554,0.370193898493892,0.103412953028616,0.0558793589092224,0.125666240695134 -7140,0.255951455205554,0.0966691845714863,0.206915399804846,0.255951455205554,0.00765049572778479,0.250710219038402,0.255951455205554,0.0200438407488073,0.122240411199979,0.255951455205554,0.00342420585493,0.11380279611392,0.255951455205554,0.0168258597601848,0.241637317790239,0.255951455205554,0.189109002749864,0.16275377152446,0.5,0.255951455205554,0.0914806213075862,0.120612525762492,0.5,0.255951455205554,0.480191673329151,0.0462682460381584,0.5,0.255951455205554,0.405832409494055,0.0863473616313317,0.255951455205554,0.0219454047185615,0.0286909583132145,0.495602553902491,0.0682117608719551,0.255951455205554,0.411509568951209,0.118189845439726,0.5,0.255951455205554,0.0967403248431841,0.267734669679657,0.255951455205554,0.516968030396353,0.146977177151457,0.255951455205554,0.308263633890512,0.133034717515462,0.255951455205554,0.41609052784178,0.169185907024976,0.0606065069317671,0.130659520089016 -7141,0.255951455205554,0.118678985091147,0.153667971689986,0.255951455205554,0.00631524852433538,0.191140063910843,0.255951455205554,0.0224114799143245,0.102090948705589,0.255951455205554,0.00400558869547416,0.0789255791864551,0.255951455205554,0.0220635444853115,0.219416161832737,0.255951455205554,0.159362260189697,0.196569044441567,0.5,0.255951455205554,0.0735299272405588,0.11358478639157,0.5,0.255951455205554,0.476569448194055,0.0461531498363649,0.5,0.255951455205554,0.447110688674244,0.085377042303985,0.255951455205554,0.0142246329982552,0.0212010878728961,0.461704278135648,0.0699207682457839,0.255951455205554,0.385180896686368,0.104026031692361,0.5,0.255951455205554,0.0562600974505681,0.236968839666623,0.255951455205554,0.51113960506071,0.142746382055937,0.255951455205554,0.265821594177818,0.132241213230571,0.255951455205554,0.399519434322341,0.212131894315686,0.0537607225200687,0.181770930519944 -7142,0.255951455205554,0.136184306480877,0.103850256744065,0.255951455205554,0.00269362484094131,0.136890515830578,0.255951455205554,0.0236084439297231,0.0847582898240195,0.255951455205554,0.00345569892006544,0.0584553050107318,0.255951455205554,0.0215666980442799,0.185830927728853,0.255951455205554,0.132418652620271,0.213580781843947,0.5,0.255951455205554,0.0617589373922327,0.10969133631865,0.5,0.255951455205554,0.421637375925812,0.0365540923263017,0.5,0.255951455205554,0.414626807811136,0.0694945213477665,0.255951455205554,0.0112439574426412,0.014793480647031,0.284690673660211,0.0658077709939848,0.255951455205554,0.301059708944324,0.0954608098288966,0.5,0.255951455205554,0.0280503537366502,0.203587579376849,0.255951455205554,0.435384352708451,0.127901505108918,0.255951455205554,0.183761409592152,0.126078884859031,0.255951455205554,0.333681203847341,0.219722569100799,0.0835317088053037,0.237540001196016 -7143,0.255951455205554,0.144559262662808,0.0674102431158008,0.255951455205554,0.00164853128252196,0.10746884384892,0.255951455205554,0.0214474602809963,0.0723783080537103,0.255951455205554,0.00264374793100087,0.0411030418125657,0.255951455205554,0.0111059789905479,0.146820850463415,0.255951455205554,0.0824550390108259,0.198451442121318,0.5,0.255951455205554,0.0443495769890897,0.0670594030516165,0.5,0.255951455205554,0.31715261544897,0.0210320290686315,0.5,0.255951455205554,0.321513409239059,0.0464938149392362,0.255951455205554,0.0131841298718503,0.011582864382033,0.0925769814898751,0.0344260720417746,0.255951455205554,0.195868254974427,0.0774464711121375,0.5,0.255951455205554,0.0100463400794805,0.175447120306168,0.255951455205554,0.308671877454264,0.0908806638079608,0.255951455205554,0.105449597817449,0.110352496259546,0.255951455205554,0.243302729609223,0.196915086941317,0.0961417946124245,0.298773532041677 -7144,0.255951455205554,0.119775658283839,0.0385234834335953,0.255951455205554,0.00130371034185633,0.0706419868107003,0.255951455205554,0.0168307761903074,0.0580059177645192,0.255951455205554,0.00156685404441474,0.0256415028036933,0.255951455205554,0.00412568538314266,0.0922296483413669,0.255951455205554,0.029172543476113,0.145370711643133,0.5,0.255951455205554,0.0215830961180043,0.0361432673178542,0.5,0.255951455205554,0.177608145442265,0.00421237537285968,0.5,0.255951455205554,0.19469951686014,0.0140043234902261,0.255951455205554,0.0153920585690315,0.00608277130184978,0.0223368356554258,0.018236510596278,0.255951455205554,0.0792624008496477,0.0490102065253966,0.5,0.255951455205554,0.00200655007025342,0.14743646180789,0.255951455205554,0.146812829009356,0.0396716568687968,0.255951455205554,0.0435887517081327,0.0797336921830009,0.255951455205554,0.126426140156791,0.128639324118024,0.121825201177303,0.383223541575909 -7145,0.255951455205554,0.000131519137840975,0.0369004770676293,0.255951455205554,7.70052984544224e-05,0.0406929653352589,0.255951455205554,0.000123099847175705,0.0477275794189346,0.255951455205554,0.0,0.021599420339183,0.255951455205554,0.00126140206651399,0.0549637636938903,0.255951455205554,1.62439963430156e-05,0.107607793442707,0.5,0.255951455205554,0.00405116212174785,0.0189218403062807,0.5,0.255951455205554,0.00502126422439729,0.00306416659608037,0.5,0.255951455205554,0.0,0.00991604664315479,0.255951455205554,0.00443587584941488,0.00384715326018733,0.0,0.0240205708523572,0.255951455205554,1.12394073703591e-05,0.0476394062902679,0.5,0.255951455205554,1.87174690349299e-05,0.121100685816692,0.255951455205554,0.0,0.0481079069748922,0.255951455205554,7.78034280239649e-05,0.0639723720381153,0.255951455205554,0.0,0.0880373868232916,0.0,0.453314884209692 -7146,0.255951455205554,0.0,0.0326635346202236,0.255951455205554,0.0,0.0211617296964307,0.255951455205554,0.0,0.037610841031349,0.255951455205554,0.0,0.0214918245078924,0.255951455205554,0.0,0.0371200934236558,0.255951455205554,0.0,0.0850237809899415,0.5,0.255951455205554,0.0,0.0132779520046755,0.5,0.255951455205554,0.0,0.00398571237047587,0.5,0.255951455205554,0.0,0.010313854520375,0.255951455205554,0.0,0.00305625674413598,0.0,0.0307920609933618,0.255951455205554,0.0,0.0485069463128014,0.5,0.255951455205554,0.0,0.100391521545246,0.255951455205554,0.0,0.0565363669053571,0.255951455205554,0.0,0.0629887557554809,0.255951455205554,0.0,0.076843827271316,0.0,0.482875589035221 -7147,0.255951455205554,0.0,0.0337403009400382,0.255951455205554,0.0,0.0123995442420863,0.255951455205554,0.0,0.0324074773020571,0.255951455205554,0.0,0.0203512056277788,0.255951455205554,0.0,0.0300522257941513,0.255951455205554,0.0,0.0670919280940325,0.5,0.255951455205554,0.0,0.010472342712192,0.5,0.255951455205554,0.0,0.00350246028391438,0.5,0.255951455205554,0.0,0.00939786302465156,0.255951455205554,0.0,0.00206173822514145,0.0,0.0377918367516849,0.255951455205554,0.0,0.0488189220673641,0.5,0.255951455205554,0.0,0.0785685620780755,0.255951455205554,0.0,0.0586526600967304,0.255951455205554,0.0,0.0618246298516145,0.255951455205554,0.0,0.0727618501794173,0.0,0.55148310108898 -7148,0.255951455205554,0.0,0.0438369461606128,0.255951455205554,0.0,0.00968556439387781,0.255951455205554,0.0,0.0338928463751672,0.255951455205554,0.0,0.0237706931178759,0.255951455205554,0.0,0.0249479896236039,0.255951455205554,0.0,0.0458985676477429,0.5,0.255951455205554,0.0,0.00881497799385131,0.5,0.255951455205554,0.0,0.0026612145979907,0.5,0.255951455205554,0.0,0.00928129714363318,0.255951455205554,0.0,0.0011981263015678,0.0,0.0415265518067554,0.255951455205554,0.0,0.0497850313118717,0.5,0.255951455205554,0.0,0.0584355072648136,0.255951455205554,0.0,0.0602218502048756,0.255951455205554,0.0,0.063346485546631,0.255951455205554,0.0,0.0758645154868732,0.0,0.619960322222474 -7149,0.255951455205554,0.0,0.0591881302105446,0.255951455205554,0.0,0.00891018392190262,0.255951455205554,0.0,0.0389309872612683,0.255951455205554,0.0,0.0330633282492747,0.255951455205554,0.0,0.0204838674234438,0.255951455205554,0.0,0.0284743478179298,0.5,0.255951455205554,0.0,0.00693705272548472,0.5,0.255951455205554,0.0,0.00242379453919618,0.5,0.255951455205554,0.0,0.00975007578902204,0.255951455205554,0.0,0.000384955412567573,0.0,0.0375931691536497,0.255951455205554,0.0,0.0475235334330347,0.5,0.255951455205554,0.0,0.0456270573870676,0.255951455205554,0.0,0.0638513890710696,0.255951455205554,0.0,0.0657996037013911,0.255951455205554,0.0,0.0797116154222115,0.0,0.691233745677272 -7150,0.255951455205554,0.0,0.0791611017068066,0.255951455205554,0.0,0.0110564229846357,0.255951455205554,0.0,0.0457883733764989,0.255951455205554,0.0,0.0375014313075194,0.255951455205554,0.0,0.0156174864893059,0.255951455205554,0.0,0.0171500748706614,0.5,0.255951455205554,0.0,0.00451440188784071,0.5,0.255951455205554,0.0,0.00357573884891722,0.5,0.255951455205554,0.0,0.0112120285331747,0.255951455205554,0.0,0.00024532161346552,0.0,0.0322272145339115,0.255951455205554,0.0,0.0440891714666908,0.5,0.255951455205554,0.0,0.03680325245177,0.255951455205554,0.0,0.0668336528673853,0.255951455205554,0.0,0.0634395329807515,0.255951455205554,0.0,0.0762753667368457,0.0,0.736692136408976 -7151,0.255951455205554,0.0,0.110117298138355,0.255951455205554,0.0,0.00884270809695257,0.255951455205554,0.0,0.0522125591932121,0.255951455205554,0.0,0.043585196691163,0.255951455205554,0.0,0.0103310917017741,0.255951455205554,0.0,0.00944851459544013,0.5,0.255951455205554,0.0,0.00264504383466033,0.5,0.255951455205554,0.0,0.00320013196215269,0.5,0.255951455205554,0.0,0.0109505106130304,0.255951455205554,0.0,0.000294331571344451,0.0,0.025616500755239,0.255951455205554,0.0,0.0382801429562337,0.5,0.255951455205554,0.0,0.0268248953313223,0.255951455205554,0.0,0.0669565843064444,0.255951455205554,0.0,0.0526529062982909,0.255951455205554,0.0,0.063580840439384,0.0,0.775929259255948 -7152,0.255951455205554,0.0,0.158669294448782,0.255951455205554,0.0,0.00859223840152345,0.255951455205554,0.0,0.0600882519666974,0.255951455205554,0.0,0.0509644228479705,0.255951455205554,0.0,0.00664981182893357,0.255951455205554,0.0,0.00615082152695286,0.5,0.255951455205554,0.0,0.00204542986525517,0.5,0.255951455205554,0.0,0.00129483048634742,0.5,0.255951455205554,0.0,0.00813444371620724,0.255951455205554,0.0,0.000702308425599344,0.0,0.0193370143508943,0.255951455205554,0.0,0.0321535595174656,0.5,0.255951455205554,0.0,0.019524646694246,0.255951455205554,0.0,0.0610757340400405,0.255951455205554,0.0,0.0384751063516254,0.255951455205554,0.0,0.0470479954151447,0.0,0.799425284661786 -7153,0.255951455205554,0.0,0.204107080296278,0.255951455205554,0.0,0.0113919154673079,0.255951455205554,0.0,0.0650854139698634,0.255951455205554,0.0,0.0559337794617425,0.255951455205554,0.0,0.00391740708605938,0.255951455205554,0.0,0.00439522267827741,0.5,0.255951455205554,0.0,0.00248987396859928,0.5,0.255951455205554,0.0,0.000619749460375224,0.5,0.255951455205554,0.0,0.0057074387672562,0.255951455205554,0.0,0.000769792922172624,0.0,0.0189543548473961,0.255951455205554,0.0,0.0279402247990283,0.5,0.255951455205554,0.0,0.01475011398548,0.255951455205554,0.0,0.0570326062713196,0.255951455205554,0.0,0.0297441684125316,0.255951455205554,0.0,0.0376204333589028,0.0,0.814856573021478 -7154,0.255951455205554,0.0,0.250192690688206,0.255951455205554,0.0,0.0165809795005943,0.255951455205554,0.0,0.0692023923219905,0.255951455205554,0.0,0.0618556597220352,0.255951455205554,0.0,0.00379211378148911,0.255951455205554,0.0,0.00364789889958492,0.5,0.255951455205554,0.0,0.00300876192869402,0.5,0.255951455205554,0.0,0.000644732115313007,0.5,0.255951455205554,0.0,0.00553959274596787,0.255951455205554,0.0,0.00166984569478553,0.0,0.0175930860106042,0.255951455205554,0.0,0.0254915278072359,0.5,0.255951455205554,0.0,0.0113402723752708,0.255951455205554,0.0,0.0575937458538081,0.255951455205554,0.0,0.0258768678129867,0.255951455205554,0.0,0.0339004529648869,0.0,0.8316289797661 -7155,0.255951455205554,0.0,0.281332887842368,0.255951455205554,0.0,0.0208549747456821,0.255951455205554,0.0,0.0751626715945829,0.255951455205554,0.0,0.0710007425176523,0.255951455205554,0.0,0.00646982893095014,0.255951455205554,0.0,0.00348600968582901,0.5,0.255951455205554,0.0,0.0035507055722471,0.5,0.255951455205554,0.0,0.00103638619648907,0.5,0.255951455205554,0.0,0.00611479550067983,0.255951455205554,0.0,0.00199930524916402,0.0,0.0137822378886252,0.255951455205554,0.0,0.0230025962575202,0.5,0.255951455205554,0.0,0.0102221295914669,0.255951455205554,0.0,0.0577588458432577,0.255951455205554,0.0,0.0219405285710602,0.255951455205554,0.0,0.0291895742539812,0.0,0.839053847873022 -7156,0.255951455205554,0.0,0.295487994233888,0.255951455205554,0.0,0.0260324849615651,0.255951455205554,0.0,0.0827831755042489,0.255951455205554,0.0,0.0848286232809489,0.255951455205554,0.0,0.00883927548369246,0.255951455205554,0.0,0.00329438637942983,0.5,0.255951455205554,0.0,0.00365638668935513,0.5,0.255951455205554,0.0,0.00164928592837696,0.5,0.255951455205554,0.0,0.00555461956087448,0.255951455205554,0.0,0.00146129973797359,0.0,0.00954498034078214,0.255951455205554,0.0,0.0182971112488164,0.5,0.255951455205554,0.0,0.0092238968676186,0.255951455205554,0.0,0.0540877224939812,0.255951455205554,0.0,0.0162458367158005,0.255951455205554,0.0,0.0216542774502523,0.0,0.845564750879692 -7157,0.255951455205554,0.0,0.310811212320097,0.255951455205554,0.0,0.0315241017673664,0.255951455205554,0.0,0.0937867031538486,0.255951455205554,0.0,0.102825111171541,0.255951455205554,0.0,0.0107275682331811,0.255951455205554,0.0,0.00312225998466873,0.5,0.255951455205554,0.0,0.00383626117884571,0.5,0.255951455205554,0.0,0.00153716985465605,0.5,0.255951455205554,0.0,0.00437246907562579,0.255951455205554,0.0,0.000646150085760958,0.0,0.00765604199469902,0.255951455205554,0.0,0.0136117836470289,0.5,0.255951455205554,0.0,0.00850919812914008,0.255951455205554,0.0,0.0473093661895589,0.255951455205554,0.0,0.0113732034387839,0.255951455205554,0.0,0.0160057681041674,0.0,0.845047652086756 -7158,0.255951455205554,0.0,0.318734052715464,0.255951455205554,0.0,0.0403915357125193,0.255951455205554,0.0,0.103031344305944,0.255951455205554,0.0,0.117163979120568,0.255951455205554,0.0,0.0132501742994345,0.255951455205554,0.0,0.00321714315121725,0.5,0.255951455205554,0.0,0.00486965575620447,0.5,0.255951455205554,0.0,0.0021379715150282,0.5,0.255951455205554,0.0,0.00351965077587572,0.255951455205554,0.0,0.000125194466765618,0.0,0.00626332234936181,0.255951455205554,0.0,0.0117175264244763,0.5,0.255951455205554,0.0,0.0116481654491896,0.255951455205554,0.0,0.0404936652968938,0.255951455205554,0.0,0.00772246680950945,0.255951455205554,0.0,0.0126320354773311,0.0,0.837321642880333 -7159,0.255951455205554,0.0,0.323002929741115,0.255951455205554,0.0,0.0444697996733834,0.255951455205554,0.0,0.111461221170095,0.255951455205554,0.0,0.124836741034764,0.255951455205554,0.0,0.0183187257709695,0.255951455205554,0.0,0.00374856214570716,0.5,0.255951455205554,0.0,0.00595104475095233,0.5,0.255951455205554,0.0,0.00148030943456562,0.5,0.255951455205554,0.0,0.00317228093649216,0.255951455205554,0.0,0.000332622780977552,0.0,0.00683004447141798,0.255951455205554,0.0,0.0111870985943235,0.5,0.255951455205554,0.0,0.0168945368173509,0.255951455205554,0.0,0.0364311517735669,0.255951455205554,0.0,0.00526797670055509,0.255951455205554,0.0,0.0105933967702377,0.0,0.846821140981665 -7160,0.255951455205554,0.00261901679721667,0.331885880216489,0.255951455205554,0.00513633320007478,0.0485410295335033,0.255951455205554,0.00215420204300492,0.11480488128592,0.255951455205554,0.00284154660194384,0.133558879503059,0.255951455205554,0.00106102379878026,0.0227166583241919,0.255951455205554,0.00134333238708959,0.00448749035837635,0.5,0.255951455205554,0.00239123207063465,0.00677287470993272,0.5,0.255951455205554,0.0030915992464169,0.00124732487843761,0.5,0.255951455205554,0.0238125077165092,0.00266693154471618,0.255951455205554,0.000941989969725654,0.00125435148043371,0.00285347626082695,0.00666375095628014,0.255951455205554,0.00563424186578026,0.0109063032517404,0.5,0.255951455205554,0.00854157398499898,0.0192028858578286,0.255951455205554,0.0146405828384551,0.0322347216883937,0.255951455205554,0.00127425376073651,0.00423358478950175,0.255951455205554,0.00183446272999497,0.00860608488056007,0.00298902348932044,0.864292495320199 -7161,0.255951455205554,0.133646656640638,0.34282986612287,0.255951455205554,0.150841108072252,0.0446566158397002,0.255951455205554,0.111321209284331,0.121589212692458,0.255951455205554,0.13755794054598,0.135551917451237,0.255951455205554,0.0809304915442013,0.0206882750920196,0.255951455205554,0.0275555956414107,0.00576947238162913,0.5,0.255951455205554,0.0643055140270335,0.00559103195759556,0.5,0.255951455205554,0.048697706021264,0.00119740337973834,0.5,0.255951455205554,0.123644177336932,0.00217604010250996,0.255951455205554,0.0192757450640666,0.00246112935065998,0.0266888065511894,0.0071547074157755,0.255951455205554,0.0442455125262095,0.0125418956248972,0.5,0.255951455205554,0.136283337426788,0.0207132078667591,0.255951455205554,0.0705911711095664,0.0280475471374097,0.255951455205554,0.0175691321147169,0.00397981469311934,0.255951455205554,0.0242235238964022,0.00646160328336202,0.137364170652137,0.877519605153629 -7162,0.255951455205554,0.28692543182261,0.398376472511231,0.255951455205554,0.306441350645282,0.0561452154370623,0.255951455205554,0.241908448949834,0.144826130696329,0.255951455205554,0.292784454812958,0.159087276351007,0.255951455205554,0.193659033879359,0.0289658366181849,0.255951455205554,0.0771308671067824,0.0102320860658621,0.5,0.255951455205554,0.141123106420079,0.0117425822181116,0.5,0.255951455205554,0.122629352270539,0.00206712231904849,0.5,0.255951455205554,0.231522635403502,0.00277162184452859,0.255951455205554,0.0692758089963134,0.0032572093814771,0.0572307301317212,0.0114342131915362,0.255951455205554,0.0883310509670161,0.0224935356101682,0.5,0.255951455205554,0.272159448743627,0.0325158701785225,0.255951455205554,0.127518602934252,0.0286736680573069,0.255951455205554,0.0474767097124202,0.00702483373717716,0.255951455205554,0.0568013241157887,0.00997532472087552,0.293501150035162,0.894620603746022 -7163,0.255951455205554,0.415834500033592,0.493898665974666,0.255951455205554,0.43710281058825,0.108558609658867,0.255951455205554,0.349941209720074,0.193838570861677,0.255951455205554,0.430337398326001,0.218372206571492,0.255951455205554,0.323256569425458,0.0669902250335277,0.255951455205554,0.152819449558181,0.0242100639798475,0.5,0.255951455205554,0.190101943485871,0.0318757566006899,0.5,0.255951455205554,0.224096794288678,0.00575443585928007,0.5,0.255951455205554,0.328594565790877,0.00477466872540016,0.255951455205554,0.222193957839272,0.00575978640600438,0.0932398928045114,0.0177854315512485,0.255951455205554,0.143882907389346,0.0346070514365106,0.5,0.255951455205554,0.392435405401231,0.0714472023044532,0.255951455205554,0.179432940065556,0.0314698732917981,0.255951455205554,0.103492626821832,0.0142726824954039,0.255951455205554,0.0888065652580137,0.0178143173421104,0.417204015633659,0.905383073269607 -7164,0.255951455205554,0.483794576839371,0.585634339417244,0.255951455205554,0.507147763138368,0.145202075204192,0.255951455205554,0.410496483696077,0.246313114793819,0.255951455205554,0.50862685220357,0.254949559620909,0.255951455205554,0.418521621782649,0.134371232719364,0.255951455205554,0.237023290743055,0.0596733124613182,0.5,0.255951455205554,0.268266013849517,0.0489581037544004,0.5,0.255951455205554,0.330452456225207,0.012669940946276,0.5,0.255951455205554,0.402102863145347,0.00880022916738083,0.255951455205554,0.462821728824463,0.0167299520461075,0.133551380755324,0.0243474704902042,0.255951455205554,0.197144366726903,0.0440932498594777,0.5,0.255951455205554,0.457165190479363,0.120287459058333,0.255951455205554,0.235721768617923,0.0361113880307307,0.255951455205554,0.172405838075294,0.0240503362808087,0.255951455205554,0.0870899436867735,0.0334463332920888,0.486657222184826,0.913435455698607 -7165,0.255951455205554,0.476631594966229,0.628868426606688,0.255951455205554,0.534801400037211,0.209753910800977,0.255951455205554,0.438036496055169,0.317447756703531,0.255951455205554,0.529707220581846,0.334677487676725,0.255951455205554,0.442927785249194,0.182095060991805,0.255951455205554,0.312447834413,0.105020339462113,0.5,0.255951455205554,0.411493098655601,0.0515755523616415,0.5,0.255951455205554,0.414148634152168,0.02057966672932,0.5,0.255951455205554,0.446677546326548,0.0124822047691815,0.255951455205554,0.549163639374451,0.0341128887655237,0.14694342066638,0.0215620014003576,0.255951455205554,0.230259107288534,0.0533950892093393,0.5,0.255951455205554,0.455824740521602,0.172449863381166,0.255951455205554,0.289594758831834,0.0370054435758162,0.255951455205554,0.184391080154163,0.0421910789917404,0.255951455205554,0.0735504368742843,0.0370581606625782,0.50503091837539,0.921448216063137 -7166,0.255951455205554,0.395616036440117,0.672648266674212,0.255951455205554,0.495330643694646,0.29793933294935,0.255951455205554,0.399385857457082,0.370603516685547,0.255951455205554,0.493098803561761,0.393266846904169,0.255951455205554,0.406052940288979,0.176904523742515,0.255951455205554,0.346288048850032,0.116440821361931,0.5,0.255951455205554,0.475321100530121,0.0420167843384268,0.5,0.255951455205554,0.443103236600296,0.0262256923076397,0.5,0.255951455205554,0.448008861584083,0.0166575814131007,0.255951455205554,0.526502316624787,0.0327875104073215,0.121874124573429,0.0198307484251284,0.255951455205554,0.232063380135335,0.0575062520420828,0.5,0.255951455205554,0.399256048319199,0.197362218065401,0.255951455205554,0.284909605033648,0.030348477209512,0.255951455205554,0.150794899129911,0.0702223267312768,0.255951455205554,0.0877921050236499,0.0370758119894058,0.391647193766457,0.928772663819991 -7167,0.255951455205554,0.274839283508422,0.633266659374682,0.255951455205554,0.385683494675997,0.210373477827869,0.255951455205554,0.321234619878394,0.336531118114247,0.255951455205554,0.390121327392834,0.361080391491903,0.255951455205554,0.32525419703671,0.130530409332367,0.255951455205554,0.274024569970277,0.0941185448944488,0.5,0.255951455205554,0.418672112093941,0.0326777810292372,0.5,0.255951455205554,0.412066178231581,0.0299542612377389,0.5,0.255951455205554,0.383031692814317,0.0200977171815989,0.255951455205554,0.440526932622412,0.0135509939979894,0.153310005957851,0.0385893494412014,0.255951455205554,0.202649710622343,0.0569591978929493,0.5,0.255951455205554,0.307985786559292,0.163952821832257,0.255951455205554,0.217859655748889,0.0188610043786762,0.255951455205554,0.10272745641021,0.087924676830681,0.255951455205554,0.109173077696164,0.0251635200663749,0.234571038030781,0.931612753206107 -7168,0.255951455205554,0.139698738434547,0.60948560956767,0.255951455205554,0.174503169224879,0.144761944110687,0.255951455205554,0.179822599753381,0.276320624802008,0.255951455205554,0.201148092151101,0.295935140218628,0.255951455205554,0.2085066400682,0.0766251833313605,0.255951455205554,0.156994619507094,0.0380167967092835,0.5,0.255951455205554,0.282395387521426,0.0130636166347954,0.5,0.255951455205554,0.284729059621565,0.0110641577868318,0.5,0.255951455205554,0.208330149506239,0.00870040284153651,0.255951455205554,0.304424772415226,0.0016612869355504,0.104818721724539,0.0236129303422607,0.255951455205554,0.0953892497496744,0.0363373953281928,0.5,0.255951455205554,0.123794352914578,0.0824519044818513,0.255951455205554,0.0936171641511454,0.00667413696343476,0.255951455205554,0.0430105896957889,0.0928353296583738,0.255951455205554,0.0883273998134233,0.00844257122608858,0.121981867128127,0.930089088602489 -7169,0.255951455205554,0.0,0.577800926314038,0.255951455205554,0.0,0.146663175220115,0.255951455205554,0.0,0.262057215568972,0.255951455205554,0.0,0.295356843853168,0.255951455205554,0.0042150232728931,0.0662990985596852,0.255951455205554,0.0,0.0191677120862477,0.5,0.255951455205554,0.011788869476629,0.0102912652170091,0.5,0.255951455205554,0.00445111140469723,0.00952488346363293,0.5,0.255951455205554,0.0,0.00768181743317027,0.255951455205554,0.0342074989226908,0.00236640440162366,0.0,0.0335682098944915,0.255951455205554,1.0714629048746e-05,0.0313755804661015,0.5,0.255951455205554,0.0,0.0893371107045116,0.255951455205554,0.0,0.00972734225092101,0.255951455205554,0.000326775255371323,0.0639291184014284,0.255951455205554,0.0,0.00410905854312643,0.0,0.931115716079553 -7170,0.255951455205554,0.0,0.577603319862835,0.255951455205554,0.0,0.160249001370804,0.255951455205554,0.0,0.261900266691662,0.255951455205554,0.0,0.30887784114089,0.255951455205554,0.0,0.0765413978780988,0.255951455205554,0.0,0.0160305824536299,0.5,0.255951455205554,0.0,0.00866144002533857,0.5,0.255951455205554,0.0,0.00864918228703258,0.5,0.255951455205554,0.0,0.00688618663959832,0.255951455205554,0.0,0.00500241732026327,0.0,0.0147504874434415,0.255951455205554,0.0,0.034047848787187,0.5,0.255951455205554,0.0,0.109821133029795,0.255951455205554,0.0,0.0134196957037204,0.255951455205554,0.0,0.0348742806751305,0.255951455205554,0.0,0.00947714278589628,0.0,0.932780338189247 -7171,0.255951455205554,0.0,0.606869749870189,0.255951455205554,0.0,0.154002379150314,0.255951455205554,0.0,0.255588047863359,0.255951455205554,0.0,0.308604075847539,0.255951455205554,0.0,0.081327888497413,0.255951455205554,0.0,0.0166021706624165,0.5,0.255951455205554,0.0,0.00823420134983739,0.5,0.255951455205554,0.0,0.00900470084248765,0.5,0.255951455205554,0.0,0.0066477002977532,0.255951455205554,0.0,0.00629533440733471,0.0,0.0107878775010014,0.255951455205554,0.0,0.037975647083235,0.5,0.255951455205554,0.0,0.134072406539315,0.255951455205554,0.0,0.0174343182307771,0.255951455205554,0.0,0.0270641674677795,0.255951455205554,0.0,0.0121481610710986,0.0,0.934363038472182 -7172,0.255951455205554,0.0,0.632664630440023,0.255951455205554,0.0,0.17957074755307,0.255951455205554,0.0,0.258533737263552,0.255951455205554,0.0,0.32075712615134,0.255951455205554,0.0,0.0804106932166757,0.255951455205554,0.0,0.0203906222999071,0.5,0.255951455205554,0.0,0.00829414108567359,0.5,0.255951455205554,0.0,0.0115172967330044,0.5,0.255951455205554,0.0,0.00804091783966328,0.255951455205554,0.0,0.00584006584943004,0.0,0.0153972943933942,0.255951455205554,0.0,0.0395634673352261,0.5,0.255951455205554,0.0,0.149552402163805,0.255951455205554,0.0,0.0237938803782764,0.255951455205554,0.0,0.0334237544682806,0.255951455205554,0.0,0.0128242770343233,0.0,0.941660501073654 -7173,0.255951455205554,0.0,0.639827538553307,0.255951455205554,0.0,0.199995628524214,0.255951455205554,0.0,0.266093965771802,0.255951455205554,0.0,0.328226257564042,0.255951455205554,0.0,0.0835163202065709,0.255951455205554,0.0,0.0182488953665086,0.5,0.255951455205554,0.0,0.00652239816710933,0.5,0.255951455205554,0.0,0.0153254540521078,0.5,0.255951455205554,0.0,0.00844520317077746,0.255951455205554,0.0,0.00481230391988199,0.0,0.0184718989430428,0.255951455205554,0.0,0.0441368429802481,0.5,0.255951455205554,0.0,0.176627039316072,0.255951455205554,0.0,0.0265434085659653,0.255951455205554,0.0,0.0361244189607848,0.255951455205554,0.0,0.0174563852496487,0.0,0.951641326293772 -7174,0.255951455205554,0.0,0.637922426488846,0.255951455205554,0.0,0.201613562607021,0.255951455205554,0.0,0.27394154247054,0.255951455205554,0.0,0.321414972333357,0.255951455205554,0.0,0.0907206891718865,0.255951455205554,0.0,0.0163089531984376,0.5,0.255951455205554,0.0,0.0050651685347768,0.5,0.255951455205554,0.0,0.0191355648427674,0.5,0.255951455205554,0.0,0.0100822363148315,0.255951455205554,0.0,0.00428540272751507,0.0,0.0190835241091384,0.255951455205554,0.0,0.0532086961993878,0.5,0.255951455205554,0.0,0.212009882543291,0.255951455205554,0.0,0.0340589186630789,0.255951455205554,0.0,0.038171514959389,0.255951455205554,0.0,0.017761982368112,0.0,0.956860551937226 -7175,0.255951455205554,0.0,0.626972971750083,0.255951455205554,0.0,0.208652302959547,0.255951455205554,0.0,0.273775386579672,0.255951455205554,0.0,0.318726042486683,0.255951455205554,0.0,0.0929185137919305,0.255951455205554,0.0,0.0157311147801669,0.5,0.255951455205554,0.0,0.00422802003862997,0.5,0.255951455205554,0.0,0.0177646202274851,0.5,0.255951455205554,0.0,0.0103480318621273,0.255951455205554,0.0,0.00349135063360211,0.0,0.0223984343061441,0.255951455205554,0.0,0.0585120029102274,0.5,0.255951455205554,0.0,0.222730964474887,0.255951455205554,0.0,0.0417778990503931,0.255951455205554,0.0,0.0455719765077152,0.255951455205554,0.0,0.0159326189995855,0.0,0.955587576272947 -7176,0.255951455205554,0.0,0.603954843715127,0.255951455205554,0.0,0.210457262925557,0.255951455205554,0.0,0.267957212159654,0.255951455205554,0.0,0.313162678673131,0.255951455205554,0.0,0.0939831771361665,0.255951455205554,0.0,0.0163913187515106,0.5,0.255951455205554,0.0,0.00413154817278038,0.5,0.255951455205554,0.0,0.0133409753845593,0.5,0.255951455205554,0.0,0.0075710517760212,0.255951455205554,0.0,0.00299966472617882,0.0,0.0337689311354976,0.255951455205554,0.0,0.0654955397435431,0.5,0.255951455205554,0.0,0.22157919543007,0.255951455205554,0.0,0.0433043116301607,0.255951455205554,0.0,0.0501629786468542,0.255951455205554,0.0,0.0162969307399424,0.0,0.955716768730409 -7177,0.255951455205554,0.0,0.592281479298146,0.255951455205554,0.0,0.216633782966995,0.255951455205554,0.0,0.261631513622139,0.255951455205554,0.0,0.309463912428256,0.255951455205554,0.0,0.0928566765372096,0.255951455205554,0.0,0.0189623627514638,0.5,0.255951455205554,0.0,0.00457137518351192,0.5,0.255951455205554,0.0,0.0086473010192379,0.5,0.255951455205554,0.0,0.00460177631904731,0.255951455205554,0.0,0.00295736246094229,0.0,0.0533070085850854,0.255951455205554,0.0,0.065343796295185,0.5,0.255951455205554,0.0,0.205493327011726,0.255951455205554,0.0,0.0448113158564701,0.255951455205554,0.0,0.0497863968537439,0.255951455205554,0.0,0.0207930306743989,0.0,0.951156933423652 -7178,0.255951455205554,0.0,0.597345403744665,0.255951455205554,0.0,0.201473380676765,0.255951455205554,0.0,0.251344911706905,0.255951455205554,0.0,0.298329425918653,0.255951455205554,0.0,0.0880609935063636,0.255951455205554,0.0,0.0199974978318086,0.5,0.255951455205554,0.0,0.00571772071662565,0.5,0.255951455205554,0.0,0.007687014145293,0.5,0.255951455205554,0.0,0.00316662325507284,0.255951455205554,0.0,0.00272032608146213,0.0,0.0477443031584677,0.255951455205554,0.0,0.0671987262640123,0.5,0.255951455205554,0.0,0.193349592240387,0.255951455205554,0.0,0.0491393737393351,0.255951455205554,0.0,0.0465060858799732,0.255951455205554,0.0,0.0228396303657139,0.0,0.953930632207436 -7179,0.255951455205554,0.0,0.591185322489788,0.255951455205554,0.0,0.180883924929416,0.255951455205554,0.0,0.2397817472286,0.255951455205554,0.0,0.289595881268334,0.255951455205554,0.0,0.0791292115141686,0.255951455205554,0.0,0.0173626886431306,0.5,0.255951455205554,0.0,0.0056251610650954,0.5,0.255951455205554,0.0,0.0085922694502308,0.5,0.255951455205554,0.0,0.00435768234877617,0.255951455205554,0.0,0.0027191709451118,0.0,0.0567183197783678,0.255951455205554,0.0,0.0662335419782648,0.5,0.255951455205554,0.0,0.194362174375911,0.255951455205554,0.0,0.0550300038010771,0.255951455205554,0.0,0.0426616394712689,0.255951455205554,0.0,0.0189682317223155,0.0,0.959955666914297 -7180,0.255951455205554,0.0,0.596595757588968,0.255951455205554,0.0,0.165327032630047,0.255951455205554,0.0,0.227223737486838,0.255951455205554,0.0,0.285096519663823,0.255951455205554,0.0,0.066194798794741,0.255951455205554,0.0,0.0159205618845828,0.5,0.255951455205554,0.0,0.00426101223741364,0.5,0.255951455205554,0.0,0.00889755439428042,0.5,0.255951455205554,0.0,0.00472953673412147,0.255951455205554,0.0,0.00242247839124345,0.0,0.051512436021813,0.255951455205554,0.0,0.0614570298188235,0.5,0.255951455205554,0.0,0.186326722481904,0.255951455205554,0.0,0.0517200954002086,0.255951455205554,0.0,0.0377762683661747,0.255951455205554,0.0,0.0170297993347598,0.0,0.959949349480584 -7181,0.255951455205554,0.0,0.584415062815994,0.255951455205554,0.0,0.157001437347119,0.255951455205554,0.0,0.215525040115933,0.255951455205554,0.0,0.273815924634685,0.255951455205554,0.0,0.0573192435590195,0.255951455205554,0.0,0.0149183782221857,0.5,0.255951455205554,0.0,0.00259115224190215,0.5,0.255951455205554,0.0,0.0103571999842345,0.5,0.255951455205554,0.0,0.00524265171942177,0.255951455205554,0.0,0.00175348586651418,0.0,0.0476843042240858,0.255951455205554,0.0,0.0555176921308933,0.5,0.255951455205554,0.0,0.170501957649291,0.255951455205554,0.0,0.0589221704769425,0.255951455205554,0.0,0.0327343621236661,0.255951455205554,0.0,0.0197223412005365,0.0,0.959475047172337 -7182,0.255951455205554,0.0,0.590323721093673,0.255951455205554,0.0,0.157308270605902,0.255951455205554,0.0,0.211756089014821,0.255951455205554,0.0,0.260066780003749,0.255951455205554,0.0,0.0499012888972458,0.255951455205554,0.0,0.0116310800381732,0.5,0.255951455205554,0.0,0.00186537118564575,0.5,0.255951455205554,0.0,0.013188949080038,0.5,0.255951455205554,0.0,0.00708970366226542,0.255951455205554,0.0,0.00121350883485011,0.0,0.0415998810959687,0.255951455205554,0.0,0.0524261065755462,0.5,0.255951455205554,0.0,0.16477628519132,0.255951455205554,0.0,0.059609743796349,0.255951455205554,0.0,0.0288323710856025,0.255951455205554,0.0,0.0185504469559976,0.0,0.954591085145913 -7183,0.255951455205554,0.0,0.589159449536906,0.255951455205554,0.0,0.138826138820574,0.255951455205554,0.0,0.209411486073324,0.255951455205554,0.0,0.263042256808075,0.255951455205554,0.0,0.0403545768601238,0.255951455205554,0.0,0.0103362552184936,0.5,0.255951455205554,0.0,0.00242651187600786,0.5,0.255951455205554,0.0,0.0169982434691735,0.5,0.255951455205554,0.0,0.00802593832514692,0.255951455205554,0.0,0.00169601478669309,0.0,0.0338607575500326,0.255951455205554,0.0,0.0507327579942515,0.5,0.255951455205554,0.0,0.166081623956465,0.255951455205554,0.0,0.0560521977859168,0.255951455205554,0.0,0.0266743799809311,0.255951455205554,0.0,0.0151512681681199,0.0,0.948125152623032 -7184,0.255951455205554,0.00104869370795547,0.590211907969734,0.255951455205554,0.00363515769117326,0.140418845715576,0.255951455205554,0.00234462421468889,0.200821233749377,0.255951455205554,0.00165075435852635,0.253134458716,0.255951455205554,0.00160508091798286,0.0330273412246697,0.255951455205554,0.00619587001867223,0.00896394708558436,0.5,0.255951455205554,0.00396046381738904,0.00341702697681951,0.5,0.255951455205554,0.0113135195804471,0.0148687264175787,0.5,0.255951455205554,0.0308126648230727,0.00570197792499619,0.255951455205554,0.00344600117303997,0.00277639388643114,0.021071478266976,0.0304617658019073,0.255951455205554,0.0232167142658133,0.0442517540900283,0.5,0.255951455205554,0.0101149795646245,0.155101195382386,0.255951455205554,0.0291233741789789,0.0425380738348921,0.255951455205554,0.0130099742023931,0.0216200693057996,0.255951455205554,0.014227175634704,0.0120929122271871,0.000808346892208359,0.934931314245239 -7185,0.255951455205554,0.0434151298840422,0.599575206291806,0.255951455205554,0.12679572533521,0.150934529315457,0.255951455205554,0.111700975685947,0.198351502845911,0.255951455205554,0.11250296257203,0.252873822355014,0.255951455205554,0.128024343701684,0.0303065231108847,0.255951455205554,0.151395977790743,0.00630725667414557,0.5,0.255951455205554,0.142309972149535,0.0029004111166264,0.5,0.255951455205554,0.170923460293254,0.00871761173605006,0.5,0.255951455205554,0.193115498894605,0.00338352067553837,0.255951455205554,0.140068387057882,0.00237765587206934,0.176930469378321,0.0273647748746948,0.255951455205554,0.175250026424617,0.0413198919691299,0.5,0.255951455205554,0.161865275596346,0.162413476285031,0.255951455205554,0.18042485900625,0.0348010778527284,0.255951455205554,0.168259174899766,0.0156164462922954,0.255951455205554,0.172178728886121,0.00779755413790298,0.035612488669672,0.929574251102302 -7186,0.255951455205554,0.0577986107381443,0.586621551428996,0.255951455205554,0.278745243308639,0.179389268167835,0.255951455205554,0.235627263847386,0.205468718357582,0.255951455205554,0.213594994698835,0.261809639007082,0.255951455205554,0.287051748072072,0.0310721188881459,0.255951455205554,0.311234612976127,0.00506163511398527,0.5,0.255951455205554,0.304526062486486,0.00230464544735761,0.5,0.255951455205554,0.335503013028678,0.00488919998541458,0.5,0.255951455205554,0.356622357996817,0.00225748088079512,0.255951455205554,0.303563088235516,0.0019220126322278,0.329204613046743,0.0421943224674049,0.255951455205554,0.329361281039873,0.0582630527257955,0.5,0.255951455205554,0.310741593811028,0.23396964052337,0.255951455205554,0.338938201399635,0.0323802976964888,0.255951455205554,0.323662002257268,0.0149564480759777,0.255951455205554,0.329192945428198,0.00359172291774429,0.0263412662306457,0.925329238457831 -7187,0.255951455205554,0.0569702288209272,0.576717026106323,0.255951455205554,0.339149294538797,0.194447535637205,0.255951455205554,0.338220131589065,0.213863650814387,0.255951455205554,0.278802135672441,0.277742456275013,0.255951455205554,0.428077035602942,0.0363403066928121,0.255951455205554,0.448379158165454,0.00759871512497534,0.5,0.255951455205554,0.445217941565379,0.0044987514943251,0.5,0.255951455205554,0.4737045294463,0.00669074099113869,0.5,0.255951455205554,0.488608945204861,0.00343211636958522,0.255951455205554,0.446462555871979,0.00414104206152905,0.450184332419231,0.0514613031031432,0.255951455205554,0.452355175971289,0.0679948297545416,0.5,0.255951455205554,0.430338400529874,0.311980570351843,0.255951455205554,0.465437806586285,0.0406058543750557,0.255951455205554,0.451636086951081,0.0193109074691492,0.255951455205554,0.459464656138592,0.00275257891540654,0.0129972095602038,0.913989285901639 -7188,0.255951455205554,0.0831690265096311,0.586581975045682,0.255951455205554,0.117847550199056,0.185895517085575,0.255951455205554,0.407960831559408,0.220354353917601,0.255951455205554,0.316028867640496,0.298127876631234,0.255951455205554,0.518330440965764,0.0384159181863688,0.255951455205554,0.529515601655682,0.0110431376526248,0.5,0.255951455205554,0.532209110262451,0.0102538088778504,0.5,0.255951455205554,0.556585058442313,0.009903949596897,0.5,0.255951455205554,0.562974189797723,0.00617184771264152,0.255951455205554,0.535044104618059,0.0113568444154953,0.515440174361374,0.0456389233986488,0.255951455205554,0.518580674499954,0.064671744987121,0.5,0.255951455205554,0.497336473671501,0.317031098102426,0.255951455205554,0.53443977912505,0.0386436896206612,0.255951455205554,0.523445723096896,0.0171760071059107,0.255951455205554,0.534392846553613,0.00141626201181188,0.035050221872146,0.910106806543819 -7189,0.255951455205554,0.118259381785638,0.55144804993236,0.255951455205554,0.0781378570678411,0.128045382456019,0.255951455205554,0.428785307239557,0.205446302274706,0.255951455205554,0.392548519654266,0.265889756167463,0.255951455205554,0.550029184985854,0.0345644319913947,0.255951455205554,0.552687813978735,0.0141433683798643,0.5,0.255951455205554,0.561365735392903,0.0159930095516174,0.5,0.255951455205554,0.58141362309778,0.0195895966782025,0.5,0.255951455205554,0.579143970829779,0.0117789879201797,0.255951455205554,0.564707701973074,0.0221271803326425,0.525185941485386,0.0383748701312903,0.255951455205554,0.527405083634848,0.057241269868485,0.5,0.255951455205554,0.463468855026605,0.258022749753454,0.255951455205554,0.544608631694625,0.0365469800650373,0.255951455205554,0.537704876925107,0.0119268375079099,0.255951455205554,0.552172229261067,0.000630886048241946,0.0797194388313436,0.909227476428719 -7190,0.255951455205554,0.102032990166932,0.491340470746649,0.255951455205554,0.254853836648519,0.136151896691415,0.255951455205554,0.424914510574352,0.178400001002121,0.255951455205554,0.370604366487663,0.218879526241631,0.255951455205554,0.523923954445402,0.0343707469567948,0.255951455205554,0.520987496756271,0.0158946498930317,0.5,0.255951455205554,0.534297298763543,0.0245383453875165,0.5,0.255951455205554,0.547132384381604,0.0315231260584008,0.5,0.255951455205554,0.535016196203313,0.0190782644445526,0.255951455205554,0.540342437994694,0.0368196492946265,0.476307108057328,0.0291550539298348,0.255951455205554,0.476026185879805,0.0488114142865409,0.5,0.255951455205554,0.327301578386307,0.203310337960853,0.255951455205554,0.493964753347453,0.0275301275480373,0.255951455205554,0.493175193915833,0.00870222204006534,0.255951455205554,0.510047859631608,0.000474492323104888,0.191589324977262,0.895300752974849 -7191,0.255951455205554,0.0946960296268475,0.426958489340058,0.255951455205554,0.278797799286843,0.0900872903051748,0.255951455205554,0.367378890062989,0.122613025956285,0.255951455205554,0.334574246930882,0.134662736225794,0.255951455205554,0.436041319282728,0.0278850616420069,0.255951455205554,0.42826970480525,0.0151043120945328,0.5,0.255951455205554,0.446719592733456,0.0251231064757127,0.5,0.255951455205554,0.447938927550216,0.0413995937380779,0.5,0.255951455205554,0.427927689789289,0.0215844953054805,0.255951455205554,0.456541399861857,0.0379401696087749,0.369991230573458,0.022381422955703,0.255951455205554,0.366726539660027,0.0362591879286925,0.5,0.255951455205554,0.218435736450327,0.13698501537901,0.255951455205554,0.383009452395472,0.0210940125020906,0.255951455205554,0.389142781249317,0.00756964902406429,0.255951455205554,0.406179306340393,0.000909141501122061,0.06980830618747,0.868812353670081 -7192,0.255951455205554,0.0648448556619401,0.360055585368777,0.255951455205554,0.169528907337489,0.0394296583997308,0.255951455205554,0.192202900021622,0.080814116422602,0.255951455205554,0.19047716741968,0.0796891415996946,0.255951455205554,0.244450757622273,0.0165418483437088,0.255951455205554,0.218057624772454,0.00585884245523543,0.5,0.255951455205554,0.2862547135794,0.00946327296464676,0.5,0.255951455205554,0.264444403037165,0.0195920239912978,0.5,0.255951455205554,0.205728861910338,0.00913918461442291,0.255951455205554,0.326313897217086,0.0126697688519699,0.127363892408589,0.00830377276442055,0.255951455205554,0.119947726584117,0.0146191217700619,0.5,0.255951455205554,0.100672075669316,0.0892252855571099,0.255951455205554,0.136291495796372,0.0125109661036842,0.255951455205554,0.16485790921946,0.00485304100672474,0.255951455205554,0.198949695776793,0.00117952781274535,0.0368690429716805,0.852058028653105 -7193,0.255951455205554,1.13115315484298e-05,0.293239579327194,0.255951455205554,0.0,0.0362499224706022,0.255951455205554,0.0,0.0849660977011668,0.255951455205554,0.0,0.0808173380566998,0.255951455205554,0.000996504983786218,0.030094869310241,0.255951455205554,0.0,0.00903822577041339,0.5,0.255951455205554,0.00618114639106525,0.0104914907038679,0.5,0.255951455205554,0.00270281863319199,0.0190223641482882,0.5,0.255951455205554,0.0,0.00958274060140911,0.255951455205554,0.0272460078736382,0.0171330675455081,0.0,0.013330611111555,0.255951455205554,0.0,0.0215624011713781,0.5,0.255951455205554,0.0,0.0932419895007316,0.255951455205554,0.0,0.0200208367451742,0.255951455205554,0.0,0.00924005410437427,0.255951455205554,0.0,0.00248801543901754,0.0,0.826957246501384 -7194,0.255951455205554,0.0,0.256567104350871,0.255951455205554,0.0,0.0299909601981969,0.255951455205554,0.0,0.0874442438601198,0.255951455205554,0.0,0.0859592715541536,0.255951455205554,0.0,0.0398346718444734,0.255951455205554,0.0,0.00978498203995301,0.5,0.255951455205554,0.0,0.00971995150157665,0.5,0.255951455205554,0.0,0.014360938738845,0.5,0.255951455205554,0.0,0.0081473035783801,0.255951455205554,0.0,0.0200146384334762,0.0,0.0131621275473062,0.255951455205554,0.0,0.0228757653376602,0.5,0.255951455205554,0.0,0.0766596442202081,0.255951455205554,0.0,0.0247316504806358,0.255951455205554,0.0,0.01182839293825,0.255951455205554,0.0,0.00278698933449732,0.0,0.80860406461341 -7195,0.255951455205554,0.0,0.247905779724746,0.255951455205554,0.0,0.0304717742437567,0.255951455205554,0.0,0.0926901386346952,0.255951455205554,0.0,0.0992395945012878,0.255951455205554,0.0,0.0486158003350926,0.255951455205554,0.0,0.00978287679665849,0.5,0.255951455205554,0.0,0.0093235520430426,0.5,0.255951455205554,0.0,0.0116862222761475,0.5,0.255951455205554,0.0,0.00734917007972178,0.255951455205554,0.0,0.0208075042667673,0.0,0.0122862765731325,0.255951455205554,0.0,0.023731206972141,0.5,0.255951455205554,0.0,0.0602357413551471,0.255951455205554,0.0,0.0339054002660129,0.255951455205554,0.0,0.0116010349394978,0.255951455205554,0.0,0.00287976210273809,0.0,0.814294159103477 -7196,0.255951455205554,0.0,0.245195296855493,0.255951455205554,0.0,0.0424305842699569,0.255951455205554,0.0,0.103268292238811,0.255951455205554,0.0,0.116866044351219,0.255951455205554,0.0,0.0582396359344059,0.255951455205554,0.0,0.0101232040879547,0.5,0.255951455205554,0.0,0.00995115096765106,0.5,0.255951455205554,0.0,0.0114742243165284,0.5,0.255951455205554,0.0,0.00765518559365251,0.255951455205554,0.0,0.0193242341778563,0.0,0.0153877898207361,0.255951455205554,0.0,0.0257835585133496,0.5,0.255951455205554,0.0,0.054970998238031,0.255951455205554,0.0,0.0455390469667692,0.255951455205554,0.0,0.0123878461073193,0.255951455205554,0.0,0.00357870679173813,0.0,0.821532315510496 -7197,0.255951455205554,0.0,0.252068385302705,0.255951455205554,0.0,0.0510927969069152,0.255951455205554,0.0,0.111555080971676,0.255951455205554,0.0,0.136712972278463,0.255951455205554,0.0,0.06484964673443,0.255951455205554,0.0,0.0108996386987597,0.5,0.255951455205554,0.0,0.0101916142266521,0.5,0.255951455205554,0.0,0.0129937878060796,0.5,0.255951455205554,0.0,0.00857893377665651,0.255951455205554,0.0,0.0186087773003721,0.0,0.0258213790643695,0.255951455205554,0.0,0.030263346801416,0.5,0.255951455205554,0.0,0.0581610061692283,0.255951455205554,0.0,0.0560051374046867,0.255951455205554,0.0,0.0154272625572669,0.255951455205554,0.0,0.00502398085171244,0.0,0.821862886798812 -7198,0.255951455205554,0.0,0.262875202638874,0.255951455205554,0.0,0.0611273877311591,0.255951455205554,0.0,0.11320791498786,0.255951455205554,0.0,0.136338472404049,0.255951455205554,0.0,0.0745200952807216,0.255951455205554,0.0,0.0101373155554408,0.5,0.255951455205554,0.0,0.00973877255591212,0.5,0.255951455205554,0.0,0.0143948612409187,0.5,0.255951455205554,0.0,0.00840657339022615,0.255951455205554,0.0,0.0167503500625858,0.0,0.0372754623728133,0.255951455205554,0.0,0.0357700402740748,0.5,0.255951455205554,0.0,0.0603391167817776,0.255951455205554,0.0,0.0639156186359982,0.255951455205554,0.0,0.0193138536473888,0.255951455205554,0.0,0.00655458101491959,0.0,0.826682585861762 -7199,0.255951455205554,0.0,0.261693557933782,0.255951455205554,0.0,0.0758909402759273,0.255951455205554,0.0,0.113236154519419,0.255951455205554,0.0,0.139564874598621,0.255951455205554,0.0,0.0758856745378349,0.255951455205554,0.0,0.0107148238344419,0.5,0.255951455205554,0.0,0.0100766771359889,0.5,0.255951455205554,0.0,0.014661964425685,0.5,0.255951455205554,0.0,0.00763665225410761,0.255951455205554,0.0,0.0161207627621089,0.0,0.04079643768794,0.255951455205554,0.0,0.0399825835793779,0.5,0.255951455205554,0.0,0.0637203729863844,0.255951455205554,0.0,0.0625817529146761,0.255951455205554,0.0,0.0207210725871407,0.255951455205554,0.0,0.00723221002573693,0.0,0.836128541565084 -7200,0.255951455205554,0.0,0.259398532900513,0.255951455205554,0.0,0.0831463554415108,0.255951455205554,0.0,0.118099507789966,0.255951455205554,0.0,0.14450498157155,0.255951455205554,0.0,0.0717082506696556,0.255951455205554,0.0,0.0129234329517792,0.5,0.255951455205554,0.0,0.0110378360133936,0.5,0.255951455205554,0.0,0.0125890809079102,0.5,0.255951455205554,0.0,0.00756198046584367,0.255951455205554,0.0,0.0128920708564188,0.0,0.0486401571416519,0.255951455205554,0.0,0.0470808819991383,0.5,0.255951455205554,0.0,0.0691117593277032,0.255951455205554,0.0,0.0608463742269844,0.255951455205554,0.0,0.0235172165212075,0.255951455205554,0.0,0.00744079070648242,0.0,0.838712899372108 -7201,0.255951455205554,0.0,0.265901462829473,0.255951455205554,0.0,0.0777574735183251,0.255951455205554,0.0,0.121280337517421,0.255951455205554,0.0,0.140545848463169,0.255951455205554,0.0,0.06451433865296,0.255951455205554,0.0,0.0140670929075318,0.5,0.255951455205554,0.0,0.0100873262732947,0.5,0.255951455205554,0.0,0.0118747537000969,0.5,0.255951455205554,0.0,0.00778442995716665,0.255951455205554,0.0,0.0107792549253941,0.0,0.0541640916866226,0.255951455205554,0.0,0.0522746500858236,0.5,0.255951455205554,0.0,0.076232530328482,0.255951455205554,0.0,0.0593801732302476,0.255951455205554,0.0,0.0252979499002723,0.255951455205554,0.0,0.00837638966619458,0.0,0.825813668825182 -7202,0.255951455205554,0.0,0.273983045235842,0.255951455205554,0.0,0.0784477608240104,0.255951455205554,0.0,0.128149384617374,0.255951455205554,0.0,0.14948524229953,0.255951455205554,0.0,0.068004276963724,0.255951455205554,0.0,0.0125747637797055,0.5,0.255951455205554,0.0,0.00842677537242504,0.5,0.255951455205554,0.0,0.014041076045374,0.5,0.255951455205554,0.0,0.00837766440506729,0.255951455205554,0.0,0.00902453896551221,0.0,0.0639158138773637,0.255951455205554,0.0,0.0524570176824462,0.5,0.255951455205554,0.0,0.0845276174292962,0.255951455205554,0.0,0.0589197349915554,0.255951455205554,0.0,0.0237830156102817,0.255951455205554,0.0,0.00965033453252177,0.0,0.810234651253095 -7203,0.255951455205554,0.0,0.26323504358209,0.255951455205554,0.0,0.0848757037948444,0.255951455205554,0.0,0.119541171212926,0.255951455205554,0.0,0.143723084553997,0.255951455205554,0.0,0.0747943571670131,0.255951455205554,0.0,0.011048017660226,0.5,0.255951455205554,0.0,0.00831264635318183,0.5,0.255951455205554,0.0,0.0135974814642586,0.5,0.255951455205554,0.0,0.00852736180554446,0.255951455205554,0.0,0.0069282315808994,0.0,0.0516200539899242,0.255951455205554,0.0,0.0538336599262112,0.5,0.255951455205554,0.0,0.0909062511662608,0.255951455205554,0.0,0.0616704465078852,0.255951455205554,0.0,0.0209750876839364,0.255951455205554,0.0,0.00965067205967737,0.0,0.808606952553419 -7204,0.255951455205554,0.0,0.248206036153283,0.255951455205554,0.0,0.0781670832873588,0.255951455205554,0.0,0.115839607974099,0.255951455205554,0.0,0.132898105133587,0.255951455205554,0.0,0.0764793971137947,0.255951455205554,0.0,0.0125709904636172,0.5,0.255951455205554,0.0,0.00770473505125709,0.5,0.255951455205554,0.0,0.0152712082777146,0.5,0.255951455205554,0.0,0.00822133429909847,0.255951455205554,0.0,0.00517569925967731,0.0,0.0569824521804409,0.255951455205554,0.0,0.0558399603145192,0.5,0.255951455205554,0.0,0.0999753826062154,0.255951455205554,0.0,0.0647287546708284,0.255951455205554,0.0,0.0198321095670694,0.255951455205554,0.0,0.00886781295368205,0.0,0.829979273968017 -7205,0.255951455205554,0.0,0.247796653793662,0.255951455205554,0.0,0.0802107540884937,0.255951455205554,0.0,0.118156664921685,0.255951455205554,0.0,0.132550011662985,0.255951455205554,0.0,0.0766888271947189,0.255951455205554,0.0,0.0134887917570918,0.5,0.255951455205554,0.0,0.00802638796484467,0.5,0.255951455205554,0.0,0.0148460548018737,0.5,0.255951455205554,0.0,0.008761928129493,0.255951455205554,0.0,0.00433166412124756,0.0,0.0653271511181616,0.255951455205554,0.0,0.0615981440736525,0.5,0.255951455205554,0.0,0.105013347866886,0.255951455205554,0.0,0.0687798520400526,0.255951455205554,0.0,0.0222742113913445,0.255951455205554,0.0,0.0104588320376385,0.0,0.851383572384999 -7206,0.255951455205554,0.0,0.268345790813993,0.255951455205554,0.0,0.083005008061574,0.255951455205554,0.0,0.1284937312145,0.255951455205554,0.0,0.139936608445848,0.255951455205554,0.0,0.0761604704612508,0.255951455205554,0.0,0.0165222049080989,0.5,0.255951455205554,0.0,0.00829728427479918,0.5,0.255951455205554,0.0,0.0151332070584436,0.5,0.255951455205554,0.0,0.0090812138230039,0.255951455205554,0.0,0.0042418479555583,0.0,0.0751506244279977,0.255951455205554,0.0,0.0690960118630591,0.5,0.255951455205554,0.0,0.11360061231766,0.255951455205554,0.0,0.0727954841681604,0.255951455205554,0.0,0.0273492440405366,0.255951455205554,0.0,0.0135080262037152,0.0,0.859997422894785 -7207,0.255951455205554,0.0,0.288964871308737,0.255951455205554,0.0,0.0853696642452996,0.255951455205554,0.0,0.138351745075199,0.255951455205554,0.0,0.154514687060715,0.255951455205554,0.0,0.0763793982595724,0.255951455205554,0.0,0.0192968621291685,0.5,0.255951455205554,0.0,0.0113613807238549,0.5,0.255951455205554,0.0,0.0159542560591098,0.5,0.255951455205554,0.0,0.0105857647102273,0.255951455205554,0.0,0.00416141927788941,0.0,0.0736713831286821,0.255951455205554,0.0,0.0749439397166638,0.5,0.255951455205554,0.0,0.120278615559203,0.255951455205554,0.0,0.0767381511631819,0.255951455205554,0.0,0.0313460553141437,0.255951455205554,0.0,0.0150906077218144,0.0,0.859943008153594 -7208,0.255951455205554,0.000847643102670837,0.298166084956075,0.255951455205554,0.00296392118542046,0.0810064873952736,0.255951455205554,0.00178303356324925,0.142230059772403,0.255951455205554,0.00074512098068062,0.15877952989306,0.255951455205554,0.00102968695235695,0.0744563844213457,0.255951455205554,0.0055252513129887,0.0201068815639775,0.5,0.255951455205554,0.00317185599710834,0.0113936302965617,0.5,0.255951455205554,0.00946183581487554,0.0192016022145041,0.5,0.255951455205554,0.0275433104166478,0.0118931710054739,0.255951455205554,0.00268580004725016,0.00446251225052959,0.0193603826790504,0.0692834443597462,0.255951455205554,0.0244562192713704,0.0749752231871971,0.5,0.255951455205554,0.00920195276829479,0.127760399157756,0.255951455205554,0.0297252477169134,0.0708967091970506,0.255951455205554,0.0112908654194374,0.0327749277237659,0.255951455205554,0.0122824986583531,0.013894522993443,0.000784457988011295,0.856497356121882 -7209,0.255951455205554,0.127908288304609,0.288710743708672,0.255951455205554,0.14232979090722,0.0706272047186909,0.255951455205554,0.133553917756128,0.135037120567916,0.255951455205554,0.130974603532997,0.153982839451127,0.255951455205554,0.130969381123543,0.0641414553721953,0.255951455205554,0.155920398295625,0.0188079931456398,0.5,0.255951455205554,0.145071248929007,0.0109317555921015,0.5,0.255951455205554,0.168944383862034,0.0145407916028357,0.5,0.255951455205554,0.191817270614309,0.0116722728708429,0.255951455205554,0.142423406818048,0.00532884335322326,0.185686018365125,0.0739342931394399,0.255951455205554,0.189939773521365,0.0802827053388081,0.5,0.255951455205554,0.167979833061089,0.137956010416759,0.255951455205554,0.196764935080271,0.0645433893704295,0.255951455205554,0.173416424014249,0.0349568946044181,0.255951455205554,0.175175203105285,0.0122358758786672,0.130745398428561,0.861875231692982 -7210,0.255951455205554,0.28592840776683,0.309662355310582,0.255951455205554,0.302130451817415,0.0712365731158674,0.255951455205554,0.295281383390527,0.138269602530665,0.255951455205554,0.29197279388582,0.159401136520763,0.255951455205554,0.295413671447837,0.0615516547230195,0.255951455205554,0.320046863077144,0.0210847633932488,0.5,0.255951455205554,0.311588314109747,0.0119379667394361,0.5,0.255951455205554,0.335050391426861,0.011771976585664,0.5,0.255951455205554,0.358219390092731,0.0142643721705134,0.255951455205554,0.309292105013021,0.00544194712735992,0.342478255969628,0.141787847348514,0.255951455205554,0.347375896823211,0.121554205771909,0.5,0.255951455205554,0.324890478840702,0.170369439996755,0.255951455205554,0.357773354339478,0.0703140135582447,0.255951455205554,0.332245852330009,0.0400262694761654,0.255951455205554,0.336942386178024,0.0112801505952639,0.289405923463794,0.880096246713594 -7211,0.255951455205554,0.422261043662867,0.360616825035046,0.255951455205554,0.437928829348449,0.0914814212576044,0.255951455205554,0.435161872857752,0.170418726617413,0.255951455205554,0.431623073217035,0.179404744356635,0.255951455205554,0.439493023520112,0.0677624536978388,0.255951455205554,0.459997499003213,0.0363132562972762,0.5,0.255951455205554,0.456158572206017,0.0205755874540566,0.5,0.255951455205554,0.474815092922622,0.0159657331829221,0.5,0.255951455205554,0.492501281631539,0.0271806332494033,0.255951455205554,0.455078988849375,0.0083629782291,0.46849214852616,0.208890493266324,0.255951455205554,0.472418575954982,0.176166736049569,0.5,0.255951455205554,0.452987930711157,0.236300790197854,0.255951455205554,0.485097892882555,0.104672085124027,0.255951455205554,0.462603782872704,0.0540531196059769,0.255951455205554,0.470573254795275,0.0154337262019357,0.425137238674111,0.894395328388095 -7212,0.255951455205554,0.506760546127806,0.38883330590694,0.255951455205554,0.518374554736598,0.141992607377921,0.255951455205554,0.522136099103686,0.199236379074936,0.255951455205554,0.518101581637001,0.20094709896288,0.255951455205554,0.531325903976896,0.0852405615512487,0.255951455205554,0.544501470925181,0.057230799321022,0.5,0.255951455205554,0.545567452734565,0.0356493756503484,0.5,0.255951455205554,0.558650780276057,0.018406323511684,0.5,0.255951455205554,0.567784573222582,0.0411629077985628,0.255951455205554,0.546258713259916,0.0144705519710018,0.537499097149125,0.254621778167862,0.255951455205554,0.539437356221757,0.197273046222379,0.5,0.255951455205554,0.522016912916911,0.272360178445958,0.255951455205554,0.553416072635084,0.132635129846743,0.255951455205554,0.536575638550331,0.0569240102855792,0.255951455205554,0.547453073781567,0.0189412979186884,0.508015652102318,0.894086954050601 -7213,0.255951455205554,0.532679584162151,0.369937349732342,0.255951455205554,0.539152003507863,0.125339513693092,0.255951455205554,0.548417454383706,0.193623531674146,0.255951455205554,0.545094332142513,0.199007461826071,0.255951455205554,0.562668464516087,0.102134615434372,0.255951455205554,0.56950269467427,0.067633617843655,0.5,0.255951455205554,0.576379239542985,0.03900474589241,0.5,0.255951455205554,0.583403871066433,0.0168478222842679,0.5,0.255951455205554,0.583845537963264,0.0491314535277771,0.255951455205554,0.578381040236153,0.0127918925128751,0.548143456659775,0.162341549647584,0.255951455205554,0.548226075936496,0.17274067738813,0.5,0.255951455205554,0.534293233087491,0.280534155792236,0.255951455205554,0.563138407788829,0.146749990139163,0.255951455205554,0.551912636355918,0.0560797863823161,0.255951455205554,0.565497807549039,0.0208324784726856,0.531970957629251,0.884008510156355 -7214,0.255951455205554,0.49915911797358,0.357062285343712,0.255951455205554,0.502686050432348,0.109879316989417,0.255951455205554,0.516021228957585,0.194679146374698,0.255951455205554,0.509125680529808,0.198840960172363,0.255951455205554,0.53512418723261,0.0966673888899114,0.255951455205554,0.535656533417451,0.0677576590862658,0.5,0.255951455205554,0.549159450360352,0.0422293998294015,0.5,0.255951455205554,0.549258009485406,0.013862099150135,0.5,0.255951455205554,0.539257260702686,0.0477259926731789,0.255951455205554,0.553041269416563,0.017828652406808,0.497600276594654,0.142405761971002,0.255951455205554,0.496470897005344,0.17303955146701,0.5,0.255951455205554,0.487323049438668,0.248327813816171,0.255951455205554,0.51203133293795,0.134100332085219,0.255951455205554,0.507046129234823,0.0552421961398237,0.255951455205554,0.52362064080441,0.027080368415756,0.49635567493312,0.872229817954267 -7215,0.255951455205554,0.40455500425286,0.303486083758275,0.255951455205554,0.408135440854581,0.0745455557849317,0.255951455205554,0.423948696096187,0.155092321120853,0.255951455205554,0.419653895621781,0.152407358346313,0.255951455205554,0.445783782868049,0.0681734436710299,0.255951455205554,0.439536338310998,0.0536400186060574,0.5,0.255951455205554,0.459142553619791,0.0330611580005773,0.5,0.255951455205554,0.452106811998878,0.00923244550047797,0.5,0.255951455205554,0.431938325545729,0.0369746959384615,0.255951455205554,0.465681926008889,0.0123839463901943,0.388084746812515,0.123740705177719,0.255951455205554,0.386427119924808,0.135975887114066,0.5,0.255951455205554,0.382590127559972,0.170724854756324,0.255951455205554,0.400827073633016,0.0781900745505253,0.255951455205554,0.401957649557274,0.0436771660079023,0.255951455205554,0.419760014706617,0.018907407232776,0.400338805508765,0.869013640714859 -7216,0.255951455205554,0.182631533574618,0.295780398721781,0.255951455205554,0.155010040724424,0.063979546974098,0.255951455205554,0.195345902427442,0.142032992011008,0.255951455205554,0.184790130138105,0.15254596451165,0.255951455205554,0.234243468508673,0.0451734545340705,0.255951455205554,0.208510950025732,0.0228166687760077,0.5,0.255951455205554,0.259309011013417,0.0137113442221461,0.5,0.255951455205554,0.247695204291368,0.00149371519003743,0.5,0.255951455205554,0.197984433836109,0.0103894825912865,0.255951455205554,0.330624971333428,0.00432243065676687,0.1204570241854,0.120521509987967,0.255951455205554,0.1117015167781,0.102488643422323,0.5,0.255951455205554,0.114277299165897,0.12955805642602,0.255951455205554,0.128641664644952,0.0474440086366489,0.255951455205554,0.156039845648637,0.0277608988554545,0.255951455205554,0.189604752671085,0.00879018294861018,0.183574586531299,0.871756513774943 -7217,0.255951455205554,0.0,0.348228037783619,0.255951455205554,0.0,0.0860629840126085,0.255951455205554,0.0,0.166608757619944,0.255951455205554,0.0,0.185269050393043,0.255951455205554,0.0,0.0638994045731224,0.255951455205554,0.0,0.0292876640189964,0.5,0.255951455205554,0.00125848339647325,0.0166482938546031,0.5,0.255951455205554,0.000711019544580144,0.00255691466232828,0.5,0.255951455205554,0.0,0.0122624862377778,0.255951455205554,0.00247108892807977,0.00720730301662595,0.0,0.1273509481367,0.255951455205554,0.0,0.117790484957103,0.5,0.255951455205554,0.0,0.143424078918167,0.255951455205554,0.0,0.0644578962377211,0.255951455205554,0.0,0.0390977903400149,0.255951455205554,0.0,0.0155624849862288,0.0,0.871734049091599 -7218,0.255951455205554,0.0,0.365409602800231,0.255951455205554,0.0,0.113730054086861,0.255951455205554,0.0,0.179614746250049,0.255951455205554,0.0,0.197689766621675,0.255951455205554,0.0,0.080328618717711,0.255951455205554,0.0,0.0291112330477509,0.5,0.255951455205554,0.0,0.016997964880327,0.5,0.255951455205554,0.0,0.00726751823250605,0.5,0.255951455205554,0.0,0.01252010517749,0.255951455205554,0.0,0.00890373564545851,0.0,0.107069125936253,0.255951455205554,0.0,0.109770313730105,0.5,0.255951455205554,0.0,0.145052476792283,0.255951455205554,0.0,0.0740647877187133,0.255951455205554,0.0,0.0410383876762371,0.255951455205554,0.0,0.0199541930992498,0.0,0.877459230670391 -7219,0.255951455205554,0.0,0.362476578729476,0.255951455205554,0.0,0.122694183622154,0.255951455205554,0.0,0.177674320633534,0.255951455205554,0.0,0.196166995582118,0.255951455205554,0.0,0.0930170063342741,0.255951455205554,0.0,0.0302776611286483,0.5,0.255951455205554,0.0,0.0191133046616935,0.5,0.255951455205554,0.0,0.0136501525296876,0.5,0.255951455205554,0.0,0.0133097292298121,0.255951455205554,0.0,0.00952429604951827,0.0,0.0919294369401339,0.255951455205554,0.0,0.104491583530897,0.5,0.255951455205554,0.0,0.158039606847898,0.255951455205554,0.0,0.0880089299640904,0.255951455205554,0.0,0.0447463034843496,0.255951455205554,0.0,0.0257058103275989,0.0,0.887098491842288 -7220,0.255951455205554,0.0,0.376822871207587,0.255951455205554,0.0,0.118585729812006,0.255951455205554,0.0,0.179357591674996,0.255951455205554,0.0,0.192744215756335,0.255951455205554,0.0,0.0999553866740274,0.255951455205554,0.0,0.0317379577004688,0.5,0.255951455205554,0.0,0.0212646289650208,0.5,0.255951455205554,0.0,0.0170881121542587,0.5,0.255951455205554,0.0,0.0161118927621038,0.255951455205554,0.0,0.00945599600017336,0.0,0.0926508413717214,0.255951455205554,0.0,0.103186267782105,0.5,0.255951455205554,0.0,0.172461731005506,0.255951455205554,0.0,0.0949148439033259,0.255951455205554,0.0,0.047146452640693,0.255951455205554,0.0,0.0312760801249793,0.0,0.896414279876531 -7221,0.255951455205554,0.0,0.39552082312408,0.255951455205554,0.0,0.112212768821634,0.255951455205554,0.0,0.185179949750161,0.255951455205554,0.0,0.199505345458639,0.255951455205554,0.0,0.106841173387817,0.255951455205554,0.0,0.0320973583082123,0.5,0.255951455205554,0.0,0.0228964333386914,0.5,0.255951455205554,0.0,0.0202426894231719,0.5,0.255951455205554,0.0,0.0202094940456762,0.255951455205554,0.0,0.0101668706973131,0.0,0.088462512509471,0.255951455205554,0.0,0.0987929003470182,0.5,0.255951455205554,0.0,0.171742403569213,0.255951455205554,0.0,0.102227280476543,0.255951455205554,0.0,0.0513952405238309,0.255951455205554,0.0,0.0346037639952013,0.0,0.897080252951268 -7222,0.255951455205554,0.0,0.417225336281636,0.255951455205554,0.0,0.136096008442916,0.255951455205554,0.0,0.19118855126853,0.255951455205554,0.0,0.211269327296302,0.255951455205554,0.0,0.108098260400873,0.255951455205554,0.0,0.0344817465150067,0.5,0.255951455205554,0.0,0.022080449907667,0.5,0.255951455205554,0.0,0.0223238278472319,0.5,0.255951455205554,0.0,0.0204350218012982,0.255951455205554,0.0,0.0104279925732237,0.0,0.0845775768815668,0.255951455205554,0.0,0.0926532719186731,0.5,0.255951455205554,0.0,0.152613127009495,0.255951455205554,0.0,0.106547076297058,0.255951455205554,0.0,0.0530493998455017,0.255951455205554,0.0,0.0345253469843752,0.0,0.888511355550161 -7223,0.255951455205554,0.0,0.437423787363774,0.255951455205554,0.0,0.111633609021158,0.255951455205554,0.0,0.201837271471033,0.255951455205554,0.0,0.229837806321971,0.255951455205554,0.0,0.10379776428029,0.255951455205554,0.0,0.0328387818896213,0.5,0.255951455205554,0.0,0.0229964133922558,0.5,0.255951455205554,0.0,0.0211457888772933,0.5,0.255951455205554,0.0,0.0210272180214671,0.255951455205554,0.0,0.00935597734671526,0.0,0.0747508566449353,0.255951455205554,0.0,0.0898199219211821,0.5,0.255951455205554,0.0,0.15056341800132,0.255951455205554,0.0,0.10583074802191,0.255951455205554,0.0,0.0533810112239165,0.255951455205554,0.0,0.0361959575582916,0.0,0.870870654965522 -7224,0.255951455205554,0.0,0.444464421124192,0.255951455205554,0.0,0.121372488159722,0.255951455205554,0.0,0.20905328335765,0.255951455205554,0.0,0.23930205258592,0.255951455205554,0.0,0.10412136662449,0.255951455205554,0.0,0.0287869770603563,0.5,0.255951455205554,0.0,0.0210251371544908,0.5,0.255951455205554,0.0,0.0202108046005642,0.5,0.255951455205554,0.0,0.0189987197898573,0.255951455205554,0.0,0.00804185886162947,0.0,0.0856357950077833,0.255951455205554,0.0,0.0861406288626518,0.5,0.255951455205554,0.0,0.151368524557183,0.255951455205554,0.0,0.0970490584755211,0.255951455205554,0.0,0.0505220944870998,0.255951455205554,0.0,0.0368665043937603,0.0,0.841111307765038 -7225,0.255951455205554,0.0,0.439015332615491,0.255951455205554,0.0,0.124575666182092,0.255951455205554,0.0,0.210364118256428,0.255951455205554,0.0,0.257565904097875,0.255951455205554,0.0,0.101487050916489,0.255951455205554,0.0,0.0259796608278226,0.5,0.255951455205554,0.0,0.0198389527571795,0.5,0.255951455205554,0.0,0.0197046441110849,0.5,0.255951455205554,0.0,0.0176068128900576,0.255951455205554,0.0,0.00638337179612271,0.0,0.0635161541903201,0.255951455205554,0.0,0.0756166467285517,0.5,0.255951455205554,0.0,0.144420064972245,0.255951455205554,0.0,0.0975657288261848,0.255951455205554,0.0,0.0492858362277504,0.255951455205554,0.0,0.040283421778472,0.0,0.761898152313764 -7226,0.255951455205554,0.0,0.431840906005402,0.255951455205554,0.0,0.130444629890402,0.255951455205554,0.0,0.212429394633447,0.255951455205554,0.0,0.258564623867381,0.255951455205554,0.0,0.113270177852586,0.255951455205554,0.0,0.0256517498419924,0.5,0.255951455205554,0.0,0.0180065693098343,0.5,0.255951455205554,0.0,0.0184017908675126,0.5,0.255951455205554,0.0,0.017179928080539,0.255951455205554,0.0,0.00530911059853793,0.0,0.0515352207252935,0.255951455205554,0.0,0.0665775211766792,0.5,0.255951455205554,0.0,0.135035412274059,0.255951455205554,0.0,0.0971814223404228,0.255951455205554,0.0,0.0489260612348127,0.255951455205554,0.0,0.0423988727759781,0.0,0.342172120472634 -7227,0.255951455205554,0.0,0.430362977814214,0.255951455205554,0.0,0.150245479147055,0.255951455205554,0.0,0.207457155421487,0.255951455205554,0.0,0.251439589328497,0.255951455205554,0.0,0.105706791189022,0.255951455205554,0.0,0.0249094221034539,0.5,0.255951455205554,0.0,0.0188373444650035,0.5,0.255951455205554,0.0,0.016055383540683,0.5,0.255951455205554,0.0,0.0151582501992696,0.255951455205554,0.0,0.00437633187295951,0.0,0.0507463138619964,0.255951455205554,0.0,0.0628681459700684,0.5,0.255951455205554,0.0,0.137510222022575,0.255951455205554,0.0,0.0980525089738486,0.255951455205554,0.0,0.045945972568439,0.255951455205554,0.0,0.0445061792042229,0.0,0.43133657816271 -7228,0.255951455205554,0.0,0.412794428794658,0.255951455205554,0.0,0.142564846001043,0.255951455205554,0.0,0.206309730771039,0.255951455205554,0.0,0.243831116340565,0.255951455205554,0.0,0.104756525433999,0.255951455205554,0.0,0.0242393970737461,0.5,0.255951455205554,0.0,0.0193433888744226,0.5,0.255951455205554,0.0,0.0155327616820348,0.5,0.255951455205554,0.0,0.0143884775028346,0.255951455205554,0.0,0.00350174184244429,0.0,0.0476887888485958,0.255951455205554,0.0,0.0592535674479442,0.5,0.255951455205554,0.0,0.13476916628885,0.255951455205554,0.0,0.0943744948947283,0.255951455205554,0.0,0.0454908776621303,0.255951455205554,0.0,0.0460178060863097,0.0,0.596121970455149 -7229,0.255951455205554,0.0,0.356865867055578,0.255951455205554,0.0,0.12712060260597,0.255951455205554,0.0,0.20395225415792,0.255951455205554,0.0,0.237595842625263,0.255951455205554,0.0,0.108763765917854,0.255951455205554,0.0,0.0250915413164729,0.5,0.255951455205554,0.0,0.021589805934201,0.5,0.255951455205554,0.0,0.0167672280252522,0.5,0.255951455205554,0.0,0.0147918893652019,0.255951455205554,0.0,0.00314044343611336,0.0,0.0441733839891232,0.255951455205554,0.0,0.0574725264810546,0.5,0.255951455205554,0.0,0.12642728786339,0.255951455205554,0.0,0.0960253485521046,0.255951455205554,0.0,0.0463397713907912,0.255951455205554,0.0,0.0467382371680225,0.0,0.575262431750336 -7230,0.255951455205554,0.0,0.294184608793862,0.255951455205554,0.0,0.12172968835588,0.255951455205554,0.0,0.196106576177343,0.255951455205554,0.0,0.23361369326703,0.255951455205554,0.0,0.0903404634943705,0.255951455205554,0.0,0.024914687275549,0.5,0.255951455205554,0.0,0.0211521435128059,0.5,0.255951455205554,0.0,0.0186917704160046,0.5,0.255951455205554,0.0,0.0168023742318528,0.255951455205554,0.0,0.00335190310978004,0.0,0.0480225405241841,0.255951455205554,0.0,0.0537844657876282,0.5,0.255951455205554,0.0,0.120783401217073,0.255951455205554,0.0,0.0930478845342784,0.255951455205554,0.0,0.0449041744042571,0.255951455205554,0.0,0.051839981474027,0.0,0.572547210001735 -7231,0.255951455205554,0.0,0.230759954939039,0.255951455205554,0.0,0.125604980634214,0.255951455205554,0.0,0.168406714784389,0.255951455205554,0.0,0.220453228755289,0.255951455205554,0.0,0.0818417891648097,0.255951455205554,0.0,0.0235127457063931,0.5,0.255951455205554,0.0,0.0204029064651841,0.5,0.255951455205554,0.0,0.0199455809002465,0.5,0.255951455205554,0.0,0.017098880583613,0.255951455205554,0.0,0.00306375640602366,0.0,0.0430959901173224,0.255951455205554,0.0,0.0513014039109334,0.5,0.255951455205554,0.0,0.116856705796132,0.255951455205554,0.0,0.0863475975042306,0.255951455205554,0.0,0.0423958892426385,0.255951455205554,0.0,0.052288581613663,0.0,0.569284304972603 -7232,0.255951455205554,0.000317301184858087,0.17040123025325,0.255951455205554,0.00163327888727114,0.117201333572353,0.255951455205554,0.00122504069292763,0.133976845637212,0.255951455205554,0.0,0.196231598230527,0.255951455205554,0.000529452438178028,0.0849185475075293,0.255951455205554,0.00356250969019283,0.0225001645149341,0.5,0.255951455205554,0.00165312205249235,0.0190312522442203,0.5,0.255951455205554,0.00781389213136367,0.0205895753494898,0.5,0.255951455205554,0.0231347106807093,0.0158999758660879,0.255951455205554,0.00129074530396107,0.00317721236293764,0.0148699512846402,0.033161267939349,0.255951455205554,0.0202009686687527,0.0450869181612054,0.5,0.255951455205554,0.00773070018652461,0.108509315342392,0.255951455205554,0.0247575104763278,0.0745766417945892,0.255951455205554,0.00971324858628933,0.0383415764278987,0.255951455205554,0.0102645497747647,0.0487533223254577,0.0,0.520351518575394 -7233,0.255951455205554,0.0164582065767996,0.146102334916112,0.255951455205554,0.106909452910067,0.0936959682113633,0.255951455205554,0.0842134725729254,0.0994875433558977,0.255951455205554,0.0598051211108618,0.140600500908328,0.255951455205554,0.116582869333327,0.0665884480774964,0.255951455205554,0.106980920272078,0.0208789262898994,0.5,0.255951455205554,0.09144762599532,0.0171273526091323,0.5,0.255951455205554,0.162412461599693,0.0152606869557034,0.5,0.255951455205554,0.183198531372472,0.013115666072502,0.255951455205554,0.101435469422422,0.00505653651468159,0.184176047963667,0.0271808969477992,0.255951455205554,0.185653423097042,0.0397343125120422,0.5,0.255951455205554,0.161364360078475,0.100326224771917,0.255951455205554,0.1915028405018,0.0622910225313239,0.255951455205554,0.171758841352741,0.0316489447192351,0.255951455205554,0.173095892810382,0.039272814860545,0.000227752132013419,0.497487902941185 -7234,0.255951455205554,0.0246095158040848,0.15471439231841,0.255951455205554,0.137581542364052,0.101452353107405,0.255951455205554,0.149088871111295,0.0921419930983323,0.255951455205554,0.0529327714862664,0.0848826452129323,0.255951455205554,0.262507579387679,0.0668665645627435,0.255951455205554,0.207799429682265,0.0322192494861784,0.5,0.255951455205554,0.214254190375094,0.0177512666441923,0.5,0.255951455205554,0.326503570859684,0.0114819025224177,0.5,0.255951455205554,0.338949637552324,0.0123663039485141,0.255951455205554,0.245590289420798,0.00773664431979467,0.342397980888222,0.0256796602301506,0.255951455205554,0.342593473233726,0.0407500617922853,0.5,0.255951455205554,0.31095879845386,0.0962916153605093,0.255951455205554,0.350947116905838,0.0651673133235179,0.255951455205554,0.331519134718145,0.0298271124024176,0.255951455205554,0.33447575078236,0.0362202789801674,0.00167409568961954,0.497101901851525 -7235,0.255951455205554,0.051052852050799,0.179304592942267,0.255951455205554,0.0331219528141564,0.101152017875916,0.255951455205554,0.171616234197906,0.109474057186897,0.255951455205554,0.0476246332055158,0.0747835729339667,0.255951455205554,0.367790434095373,0.0795422867921643,0.255951455205554,0.29891010210044,0.0296285431397021,0.5,0.255951455205554,0.355771400387921,0.0210454535242368,0.5,0.255951455205554,0.465148931403836,0.0175358250520162,0.5,0.255951455205554,0.459993335499487,0.0219271556765588,0.255951455205554,0.420171844707909,0.0115037640744778,0.468052568250548,0.0328239528934936,0.255951455205554,0.466595947654343,0.0551724349478208,0.5,0.255951455205554,0.410918004944342,0.10733112693125,0.255951455205554,0.476945221750989,0.0918197688157877,0.255951455205554,0.461404684046561,0.0398904917198433,0.255951455205554,0.465124405707303,0.0494583388901912,0.0172912322725364,0.477306905568372 -7236,0.255951455205554,0.0585142066263205,0.190042120958762,0.255951455205554,0.0120857673368082,0.0750475133784115,0.255951455205554,0.163450691188653,0.135009351651959,0.255951455205554,0.00500092544319258,0.0899432601040357,0.255951455205554,0.407944434063493,0.0963505835387032,0.255951455205554,0.383979428300984,0.031095281263844,0.5,0.255951455205554,0.497760718068392,0.0263225054711172,0.5,0.255951455205554,0.549882376979451,0.0247598653515684,0.5,0.255951455205554,0.525268198114962,0.0342444917147506,0.255951455205554,0.531387564078132,0.0221125751343406,0.535190973848338,0.0272164398485934,0.255951455205554,0.53210149850509,0.0511210826567319,0.5,0.255951455205554,0.410880443461734,0.0955905187117664,0.255951455205554,0.544493982023083,0.0943414779006242,0.255951455205554,0.533014364961443,0.0412072334564211,0.255951455205554,0.538781512534924,0.064838969281667,0.0523870869391722,0.38823782386126 -7237,0.255951455205554,0.0580642711373506,0.173088240546199,0.255951455205554,0.00262886130076626,0.0358702835397202,0.255951455205554,0.1274287036751,0.138155040063234,0.255951455205554,0.0104419535156153,0.154499955469309,0.255951455205554,0.387056057484548,0.0965061364097055,0.255951455205554,0.45355549547818,0.0347397992211541,0.5,0.255951455205554,0.557554218331619,0.0309757800553683,0.5,0.255951455205554,0.574569270068769,0.028136677943057,0.5,0.255951455205554,0.541815706580138,0.041249505571247,0.255951455205554,0.563834922192147,0.024303155488426,0.543720638518728,0.0246933735161924,0.255951455205554,0.537502227812752,0.0497939111175636,0.5,0.255951455205554,0.322819191797572,0.0804381862025209,0.255951455205554,0.553430225473788,0.0792855935098158,0.255951455205554,0.54323455583876,0.0383634950632122,0.255951455205554,0.56053296679398,0.0681961078802829,0.118634593395123,0.352502799681548 -7238,0.255951455205554,0.057848819284755,0.142148605471711,0.255951455205554,0.0018471311200796,0.0117612485258477,0.255951455205554,0.0851899682447992,0.124073013410818,0.255951455205554,0.00542543891371228,0.144177697163013,0.255951455205554,0.32346839424842,0.0817881469129628,0.255951455205554,0.466252920061412,0.0377601616194014,0.5,0.255951455205554,0.528574669595002,0.0330390295805206,0.5,0.255951455205554,0.542280132390821,0.02143484271055,0.5,0.255951455205554,0.511028293003253,0.0349114777857955,0.255951455205554,0.538049292268523,0.0340769693599284,0.491437306312791,0.0266915297830882,0.255951455205554,0.478232826373959,0.0425660889576019,0.5,0.255951455205554,0.194797729989529,0.0484922705788903,0.255951455205554,0.501596859188134,0.0649753518341579,0.255951455205554,0.488348103430876,0.0356130235378335,0.255951455205554,0.516620578732631,0.061295842470637,0.134470383656336,0.336228070716046 -7239,0.255951455205554,0.0271432379355233,0.106061980960974,0.255951455205554,0.00130966378316233,0.00286822776593038,0.255951455205554,0.0444728415019697,0.103265924037195,0.255951455205554,0.00347869625958973,0.117343664612983,0.255951455205554,0.218955459456771,0.0489293624284494,0.255951455205554,0.392123778484184,0.0345111545607226,0.5,0.255951455205554,0.432646233118804,0.0308566753834278,0.5,0.255951455205554,0.445363741029746,0.0146131000203151,0.5,0.255951455205554,0.412206005796813,0.0236991468852669,0.255951455205554,0.450843800203402,0.0206476029806141,0.380881969179329,0.0142222773345358,0.255951455205554,0.356282254006804,0.0296363561107675,0.5,0.255951455205554,0.0862255624540393,0.0304250349247328,0.255951455205554,0.390363757976741,0.0390108397397445,0.255951455205554,0.366515008021464,0.0272829836268071,0.255951455205554,0.410022824844375,0.0472860371681539,0.0998967158939126,0.306496592302638 -7240,0.255951455205554,0.0300684208526066,0.0923186979325611,0.255951455205554,0.00048616699230896,0.00134129344638418,0.255951455205554,0.0123650641645739,0.085420046115373,0.255951455205554,0.00125619658965459,0.0984635901174442,0.255951455205554,0.116105768032584,0.0228357204046602,0.255951455205554,0.195124399505939,0.0180852565391017,0.5,0.255951455205554,0.230101947669802,0.0142981396991183,0.5,0.255951455205554,0.23008636758113,0.00294910568642363,0.5,0.255951455205554,0.18940655111389,0.00586658277609724,0.255951455205554,0.303741471746589,0.00572844121398734,0.112888588200778,0.0129452772894492,0.255951455205554,0.0964254547192003,0.0171581840720719,0.5,0.255951455205554,0.0192544751361598,0.0150676162280679,0.255951455205554,0.121244842627586,0.0188331298800661,0.255951455205554,0.136153693051491,0.0120188886857727,0.255951455205554,0.181590201108991,0.018256906173656,0.0070641956917345,0.250450547951569 -7241,0.255951455205554,7.72276930126631e-05,0.0838195468654471,0.255951455205554,0.0,0.00454562695302105,0.255951455205554,0.000133305683717114,0.0627944953419895,0.255951455205554,5.09544627949765e-05,0.0794949761088337,0.255951455205554,0.000154885303578574,0.0227154599381614,0.255951455205554,0.0,0.0146695196300307,0.5,0.255951455205554,0.0,0.0130526352218228,0.5,0.255951455205554,0.0,0.00318567940945317,0.5,0.255951455205554,0.0,0.00516071979379981,0.255951455205554,0.0,0.00722327311155236,0.0,0.0193273962681822,0.255951455205554,1.71004560644212e-07,0.0191018883872817,0.5,0.255951455205554,2.69166361533725e-07,0.0119938621268644,0.255951455205554,0.0,0.0267591118384103,0.255951455205554,0.0,0.0157765000717209,0.255951455205554,0.0,0.0218764509393541,0.000450447042303127,0.191690532652874 -7242,0.255951455205554,0.0,0.0791948585558969,0.255951455205554,0.0,0.00387717102193342,0.255951455205554,0.0,0.0470553408240461,0.255951455205554,0.0,0.0584155548786169,0.255951455205554,0.0,0.0199175443434269,0.255951455205554,0.0,0.0132997054004007,0.5,0.255951455205554,0.0,0.0137300892972376,0.5,0.255951455205554,0.0,0.00469396877226684,0.5,0.255951455205554,0.0,0.00487480055377427,0.255951455205554,0.0,0.00621687598377596,0.0,0.013347099058328,0.255951455205554,0.0,0.0156272712293525,0.5,0.255951455205554,0.0,0.0110975833722232,0.255951455205554,0.0,0.0324356238523761,0.255951455205554,0.0,0.0158571560909642,0.255951455205554,0.0,0.0234446432675259,0.0,0.156204410759668 -7243,0.255951455205554,0.0,0.0738160573171805,0.255951455205554,0.0,0.00609673541590295,0.255951455205554,0.0,0.0416197735109404,0.255951455205554,0.0,0.0576452563815016,0.255951455205554,0.0,0.0158324292604781,0.255951455205554,0.0,0.0114434554796744,0.5,0.255951455205554,0.0,0.0133057364271413,0.5,0.255951455205554,0.0,0.00727921460823152,0.5,0.255951455205554,0.0,0.0050739778613406,0.255951455205554,0.0,0.00632721448946589,0.0,0.0101036287232364,0.255951455205554,0.0,0.0125574378252266,0.5,0.255951455205554,0.0,0.010641540153052,0.255951455205554,0.0,0.0381986557246807,0.255951455205554,0.0,0.0155236230891342,0.255951455205554,0.0,0.0230831698584902,0.0,0.12756157998845 -7244,0.255951455205554,0.0,0.0753380291248153,0.255951455205554,0.0,0.0138193094135346,0.255951455205554,0.0,0.038644485719129,0.255951455205554,0.0,0.0611442034094141,0.255951455205554,0.0,0.0148796644720801,0.255951455205554,0.0,0.00925792135581317,0.5,0.255951455205554,0.0,0.0124677809619204,0.5,0.255951455205554,0.0,0.00834379547480144,0.5,0.255951455205554,0.0,0.00539195003934736,0.255951455205554,0.0,0.00889527240397785,0.0,0.00864928638740174,0.255951455205554,0.0,0.0113715297987838,0.5,0.255951455205554,0.0,0.0123090398263855,0.255951455205554,0.0,0.0389112733414187,0.255951455205554,0.0,0.015946571387903,0.255951455205554,0.0,0.0205722869453085,0.0,0.110612363885158 -7245,0.255951455205554,0.0,0.0860199348423207,0.255951455205554,0.0,0.0181629711561376,0.255951455205554,0.0,0.0442489899264171,0.255951455205554,0.0,0.0698488708788365,0.255951455205554,0.0,0.0165143491607238,0.255951455205554,0.0,0.00850704624966878,0.5,0.255951455205554,0.0,0.0110522103210573,0.5,0.255951455205554,0.0,0.00959104367077793,0.5,0.255951455205554,0.0,0.00522617070325561,0.255951455205554,0.0,0.00787215752996455,0.0,0.00878245378410787,0.255951455205554,0.0,0.0103630642220691,0.5,0.255951455205554,0.0,0.0175905669376341,0.255951455205554,0.0,0.0365300598923984,0.255951455205554,0.0,0.0146218428295716,0.255951455205554,0.0,0.0176212010180595,0.0,0.119619222967693 -7246,0.255951455205554,0.0,0.0776455117836724,0.255951455205554,0.0,0.0288126366463587,0.255951455205554,0.0,0.0557371518464424,0.255951455205554,0.0,0.0899422681131804,0.255951455205554,0.0,0.0144760935026624,0.255951455205554,0.0,0.00992866134771353,0.5,0.255951455205554,0.0,0.0112035560288171,0.5,0.255951455205554,0.0,0.0118839311985687,0.5,0.255951455205554,0.0,0.00497323876111864,0.255951455205554,0.0,0.00619691423168174,0.0,0.00980766861809387,0.255951455205554,0.0,0.0114756627743841,0.5,0.255951455205554,0.0,0.0337683069047104,0.255951455205554,0.0,0.0375705874814439,0.255951455205554,0.0,0.0141762566051575,0.255951455205554,0.0,0.0172890734680907,0.0,0.132495780847122 -7247,0.255951455205554,0.0,0.0662901948297196,0.255951455205554,0.0,0.0234040365648001,0.255951455205554,0.0,0.0512183263687829,0.255951455205554,0.0,0.0795519516725297,0.255951455205554,0.0,0.00955450135759262,0.255951455205554,0.0,0.0087460092400158,0.5,0.255951455205554,0.0,0.0128761710634347,0.5,0.255951455205554,0.0,0.0146775088041887,0.5,0.255951455205554,0.0,0.00526627932647829,0.255951455205554,0.0,0.00729949216459601,0.0,0.00961588243637756,0.255951455205554,0.0,0.0123065599259474,0.5,0.255951455205554,0.0,0.0379553570012903,0.255951455205554,0.0,0.0425235143220899,0.255951455205554,0.0,0.0131922798815728,0.255951455205554,0.0,0.0169651549314732,0.0,0.152423448587915 -7248,0.255951455205554,0.0,0.0521376696847829,0.255951455205554,0.0,0.0309238889371824,0.255951455205554,0.0,0.0463691186994015,0.255951455205554,0.0,0.0711089447635824,0.255951455205554,0.0,0.00695266000815083,0.255951455205554,0.0,0.00636574975769724,0.5,0.255951455205554,0.0,0.0117452770413306,0.5,0.255951455205554,0.0,0.0150021610693221,0.5,0.255951455205554,0.0,0.00631771126862248,0.255951455205554,0.0,0.0100047019975527,0.0,0.0100449402922453,0.255951455205554,0.0,0.0136400153627825,0.5,0.255951455205554,0.0,0.0333745155074841,0.255951455205554,0.0,0.0398490626419862,0.255951455205554,0.0,0.0131226764389767,0.255951455205554,0.0,0.0152275236309407,0.0,0.134179947605792 -7249,0.255951455205554,0.0,0.0349448904885018,0.255951455205554,0.0,0.0242536067128065,0.255951455205554,0.0,0.0373742266167041,0.255951455205554,0.0,0.0568005663025231,0.255951455205554,0.0,0.00885440999764479,0.255951455205554,0.0,0.00581951760795046,0.5,0.255951455205554,0.0,0.00862501550071841,0.5,0.255951455205554,0.0,0.0135775314764404,0.5,0.255951455205554,0.0,0.00687555001291253,0.255951455205554,0.0,0.00692333006972404,0.0,0.0115150776604054,0.255951455205554,0.0,0.0140316030675594,0.5,0.255951455205554,0.0,0.0381859275231291,0.255951455205554,0.0,0.0426850152435684,0.255951455205554,0.0,0.0129687809233795,0.255951455205554,0.0,0.0152012250445069,0.0,0.10047671859242 -7250,0.255951455205554,0.0,0.0295562188620063,0.255951455205554,0.0,0.0219030681252698,0.255951455205554,0.0,0.0339473688784941,0.255951455205554,0.0,0.0438363077150348,0.255951455205554,0.0,0.0143425880718007,0.255951455205554,0.0,0.0102096269213345,0.5,0.255951455205554,0.0,0.0095359989435192,0.5,0.255951455205554,0.0,0.0128662249812466,0.5,0.255951455205554,0.0,0.00658859962633589,0.255951455205554,0.0,0.00414123856191553,0.0,0.0248093879488567,0.255951455205554,0.0,0.0189034690475313,0.5,0.255951455205554,0.0,0.026916468062789,0.255951455205554,0.0,0.0402519993482827,0.255951455205554,0.0,0.0185922539854136,0.255951455205554,0.0,0.017753169087246,0.0,0.0789096045827825 -7251,0.255951455205554,0.0,0.0218488866091732,0.255951455205554,0.0,0.0237284152827605,0.255951455205554,0.0,0.0339114427299064,0.255951455205554,0.0,0.0415578702728605,0.255951455205554,0.0,0.0134914786298713,0.255951455205554,0.0,0.0130007464514786,0.5,0.255951455205554,0.0,0.0149999766459233,0.5,0.255951455205554,0.0,0.0119133102589103,0.5,0.255951455205554,0.0,0.00643267322359566,0.255951455205554,0.0,0.00727228113120339,0.0,0.0108313464154124,0.255951455205554,0.0,0.0210418583651925,0.5,0.255951455205554,0.0,0.0384843789923394,0.255951455205554,0.0,0.0447110534742379,0.255951455205554,0.0,0.021999628070425,0.255951455205554,0.0,0.0221452526002468,0.0,0.0759147493516653 -7252,0.255951455205554,0.0,0.0171400106876334,0.255951455205554,0.0,0.019411755257758,0.255951455205554,0.0,0.0354439263116446,0.255951455205554,0.0,0.0419196867804403,0.255951455205554,0.0,0.0151709537153352,0.255951455205554,0.0,0.0104032400660687,0.5,0.255951455205554,0.0,0.0130159787178039,0.5,0.255951455205554,0.0,0.0119739786131888,0.5,0.255951455205554,0.0,0.00737781622908048,0.255951455205554,0.0,0.00996384349755985,0.0,0.00921336477494941,0.255951455205554,0.0,0.0192563165419779,0.5,0.255951455205554,0.0,0.0337135530217312,0.255951455205554,0.0,0.0513759119003336,0.255951455205554,0.0,0.0170982414126574,0.255951455205554,0.0,0.0221232320002488,0.0,0.0940301970244417 -7253,0.255951455205554,0.0,0.0169421701185516,0.255951455205554,0.0,0.0201928051341698,0.255951455205554,0.0,0.0362366163869142,0.255951455205554,0.0,0.0457551802135343,0.255951455205554,0.0,0.0176044656493641,0.255951455205554,0.0,0.0115691086846706,0.5,0.255951455205554,0.0,0.007393248048478,0.5,0.255951455205554,0.0,0.011602598540398,0.5,0.255951455205554,0.0,0.00572137390913522,0.255951455205554,0.0,0.00489079521539194,0.0,0.00805301937414858,0.255951455205554,0.0,0.0165213679357124,0.5,0.255951455205554,0.0,0.0391153115528834,0.255951455205554,0.0,0.0428123186316669,0.255951455205554,0.0,0.0138448825403895,0.255951455205554,0.0,0.0205460162005879,0.0,0.13842238139605 -7254,0.255951455205554,0.0,0.0183670272072213,0.255951455205554,0.0,0.0190147049939247,0.255951455205554,0.0,0.0372131343745214,0.255951455205554,0.0,0.0489204202402714,0.255951455205554,0.0,0.0174965596846369,0.255951455205554,0.0,0.0124763860160884,0.5,0.255951455205554,0.0,0.00832660213046584,0.5,0.255951455205554,0.0,0.00951647270004261,0.5,0.255951455205554,0.0,0.0049202333161787,0.255951455205554,0.0,0.00300227264397463,0.0,0.00333105133418149,0.255951455205554,0.0,0.0160766668446769,0.5,0.255951455205554,0.0,0.0402258771424606,0.255951455205554,0.0,0.040771681048562,0.255951455205554,0.0,0.0128398608910508,0.255951455205554,0.0,0.020134526203402,0.0,0.182726669740628 -7255,0.255951455205554,0.0,0.0143559116745217,0.255951455205554,0.0,0.022413376655546,0.255951455205554,0.0,0.0363004547868163,0.255951455205554,0.0,0.0386924413747926,0.255951455205554,0.0,0.018383832302369,0.255951455205554,0.0,0.0117524495303526,0.5,0.255951455205554,0.0,0.0127652625188086,0.5,0.255951455205554,0.0,0.00655177586457375,0.5,0.255951455205554,0.0,0.00579516718077866,0.255951455205554,0.0,0.00352503227249213,0.0,0.00209641940052792,0.255951455205554,0.0,0.0173720329076154,0.5,0.255951455205554,0.0,0.0361838725389116,0.255951455205554,0.0,0.0342454501449663,0.255951455205554,0.0,0.0132295845881987,0.255951455205554,0.0,0.0163947152108085,0.0,0.221186532735149 -7256,0.255951455205554,0.000178331534696855,0.0108288462848367,0.255951455205554,0.000645134179392014,0.0161707617785083,0.255951455205554,0.000129635397866234,0.0403948399509532,0.255951455205554,0.0,0.0376902094638127,0.255951455205554,4.11097378565031e-05,0.019221644899708,0.255951455205554,0.00183875658325158,0.0128284128294341,0.5,0.255951455205554,0.000973379038397716,0.0117142065601683,0.5,0.255951455205554,0.00534978319844751,0.00920232937279606,0.5,0.255951455205554,0.0124194391039583,0.00527447902522728,0.255951455205554,0.000491605105417919,0.00479055308552686,0.000538641748845567,0.00218004635972395,0.255951455205554,0.00114113627982607,0.0169531622737423,0.5,0.255951455205554,0.00521269241665716,0.027733953156206,0.255951455205554,0.00212314444645059,0.0370131315417064,0.255951455205554,0.000884140946665705,0.0102084950992888,0.255951455205554,0.00162113570888076,0.0175932372838778,0.0,0.282758560304171 -7257,0.255951455205554,0.0749653853242791,0.0111767235650764,0.255951455205554,0.114678887395886,0.0101453266581283,0.255951455205554,0.0175218573518934,0.0491858774545226,0.255951455205554,0.0357518551808944,0.0517759674501276,0.255951455205554,0.0330019321011075,0.0171191276715035,0.255951455205554,0.0700032070526919,0.0123330328194183,0.5,0.255951455205554,0.0758996129218693,0.0100773488019973,0.5,0.255951455205554,0.125348818027519,0.00793056526424542,0.5,0.255951455205554,0.112326287572796,0.00583479715079287,0.255951455205554,0.084782831156583,0.002683964015825,0.00710035814745083,0.00320482117455611,0.255951455205554,0.0246555486434717,0.0175694706001819,0.5,0.255951455205554,0.1442975769032,0.0170280352156348,0.255951455205554,0.023367759391942,0.029558977302355,0.255951455205554,0.0116537102225929,0.00770523177556886,0.255951455205554,0.0350931569850536,0.0127756924672525,0.0792134151931609,0.311046605981334 -7258,0.255951455205554,0.179620568521296,0.0144221944041372,0.255951455205554,0.231216189101753,0.00928812027838653,0.255951455205554,0.0482718312094258,0.0570056295655634,0.255951455205554,0.0761440188538389,0.0673852477964816,0.255951455205554,0.0871189762992667,0.0173305947551373,0.255951455205554,0.147528289450321,0.0100001371829897,0.5,0.255951455205554,0.167562904733382,0.0103676042313626,0.5,0.255951455205554,0.248836525594949,0.0057943749810421,0.5,0.255951455205554,0.206664098173402,0.00689336597552032,0.255951455205554,0.15613648374412,0.00306396769604643,0.0268008687651858,0.00378381473625317,0.255951455205554,0.0648690806076471,0.0212669019630324,0.5,0.255951455205554,0.299198209694542,0.013382581818152,0.255951455205554,0.0554961164566823,0.0286100143373877,0.255951455205554,0.0258049403284136,0.00939761281615714,0.255951455205554,0.0740637136707336,0.0102253598559206,0.175627937793206,0.265822081580902 -7259,0.255951455205554,0.2728528099165,0.0162089908657705,0.255951455205554,0.295915867543264,0.0231551864342419,0.255951455205554,0.0909792017509889,0.0569513715579141,0.255951455205554,0.120909370610268,0.0794502391214501,0.255951455205554,0.139202065759361,0.0189596895156326,0.255951455205554,0.198969128804659,0.0152549004122816,0.5,0.255951455205554,0.274352754192945,0.0141431569549959,0.5,0.255951455205554,0.330433001121239,0.00395234106725974,0.5,0.255951455205554,0.289169075429816,0.00726975865718649,0.255951455205554,0.213707899928893,0.00420749897118821,0.0577802095072004,0.0062452917799694,0.255951455205554,0.114506613423377,0.024054151419755,0.5,0.255951455205554,0.414820428794039,0.0176393953553877,0.255951455205554,0.0855241661836984,0.0326962460854451,0.255951455205554,0.0471253513684087,0.00876754099222341,0.255951455205554,0.0913236866896597,0.009684037016986,0.263799369291333,0.282391349130951 -7260,0.255951455205554,0.345368137210102,0.0141211966329253,0.255951455205554,0.346023552604948,0.0366380717688326,0.255951455205554,0.131174225679859,0.0597061553100901,0.255951455205554,0.200948208182543,0.0610538788391027,0.255951455205554,0.181400671664691,0.0172008195282021,0.255951455205554,0.207623300616696,0.0197777364026373,0.5,0.255951455205554,0.317893607228422,0.0214106963457762,0.5,0.255951455205554,0.408799954186152,0.00374298337290436,0.5,0.255951455205554,0.333250271147042,0.00663019964400104,0.255951455205554,0.436723793113603,0.00828095925514978,0.0931186519036794,0.00401984272628133,0.255951455205554,0.159284941612098,0.0235554945751314,0.5,0.255951455205554,0.459969344806485,0.0230967469227363,0.255951455205554,0.111832173157538,0.0319776414989331,0.255951455205554,0.0724618422722251,0.00561415194780526,0.255951455205554,0.111549410985594,0.00915253310176329,0.340583947888536,0.321997381897057 -7261,0.255951455205554,0.373096616461457,0.0182045971212516,0.255951455205554,0.367114700068738,0.0361305104311281,0.255951455205554,0.137056515767646,0.0670053583710932,0.255951455205554,0.188330679460073,0.0618109095111624,0.255951455205554,0.183438149503404,0.014825441486296,0.255951455205554,0.241670098729994,0.0226642971025236,0.5,0.255951455205554,0.349805433831529,0.0237313172007246,0.5,0.255951455205554,0.451608013498345,0.00222777297769511,0.5,0.255951455205554,0.335955873487639,0.00555641426972711,0.255951455205554,0.454020454579974,0.0129824642501607,0.143976280243855,0.00265585821334117,0.255951455205554,0.190982610664937,0.0201915364610929,0.5,0.255951455205554,0.443924532933199,0.0228687247383819,0.255951455205554,0.109966186573309,0.0280972695599794,0.255951455205554,0.0979171807504657,0.0039933715008818,0.255951455205554,0.135762694902457,0.00873781027496337,0.370458187505729,0.392072848165886 -7262,0.255951455205554,0.338412759491456,0.0215981307484207,0.255951455205554,0.33084259233961,0.0427875423782855,0.255951455205554,0.116059747971871,0.0672012244200377,0.255951455205554,0.123697497086592,0.0796168812225302,0.255951455205554,0.131866548113392,0.0189069530916468,0.255951455205554,0.253535175162409,0.0201092139350097,0.5,0.255951455205554,0.306571428025166,0.0206011018149003,0.5,0.255951455205554,0.429467010678906,0.0024101393100488,0.5,0.255951455205554,0.308955650484544,0.00432258865299551,0.255951455205554,0.43079769368901,0.011625422049387,0.21038226116319,0.0035641145365825,0.255951455205554,0.180159026535177,0.0145785640645621,0.5,0.255951455205554,0.371511342071344,0.0160288989425934,0.255951455205554,0.101677712776866,0.0225602462276995,0.255951455205554,0.111111269113983,0.00306503722833008,0.255951455205554,0.125963122885832,0.00710957414161043,0.34530220327564,0.460689083865285 -7263,0.255951455205554,0.250201274778229,0.0255637207207752,0.255951455205554,0.229735343169385,0.0331183203646347,0.255951455205554,0.0866021456339097,0.0623382009477362,0.255951455205554,0.0830684449781308,0.0767401570792155,0.255951455205554,0.0911259840488344,0.0200483289649958,0.255951455205554,0.213555022169166,0.0164647705907261,0.5,0.255951455205554,0.245118368531373,0.0184819490098832,0.5,0.255951455205554,0.343577607977949,0.000499690931403352,0.5,0.255951455205554,0.244938962960813,0.00270882938897753,0.255951455205554,0.324884770970822,0.00756732081404643,0.185361687795714,0.00268301539432969,0.255951455205554,0.125877090028767,0.00893627804063176,0.5,0.255951455205554,0.252819735754947,0.00812761799621974,0.255951455205554,0.0718705369022128,0.0145388523025026,0.255951455205554,0.0976259705968052,0.00163824166105133,0.255951455205554,0.088756241842596,0.00323805592460065,0.262323030788211,0.496403048733192 -7264,0.255951455205554,0.133921863729289,0.0393046806435337,0.255951455205554,0.132200809162876,0.0178599461336848,0.255951455205554,0.0388587139513108,0.0547347831536878,0.255951455205554,0.0315051240834865,0.0545327501071999,0.255951455205554,0.0455624390062663,0.0147081342114695,0.255951455205554,0.125474297459226,0.0100199344238055,0.5,0.255951455205554,0.147915570297864,0.0106636669615025,0.5,0.255951455205554,0.192167410006908,0.000213598970300413,0.5,0.255951455205554,0.133984543134651,0.00114799882471771,0.255951455205554,0.190564395792483,0.00330718021411176,0.0887443051441903,0.000596680422762003,0.255951455205554,0.0523669433305126,0.00281967253079964,0.5,0.255951455205554,0.11101510735615,0.00227532887367505,0.255951455205554,0.0341552586176448,0.00782156480731991,0.255951455205554,0.0380703952257869,0.00088830921357825,0.255951455205554,0.0288948639230464,0.00121878432693107,0.136492136859736,0.52859505833764 -7265,0.255951455205554,0.0,0.0439322128553274,0.255951455205554,0.0,0.0295925790441125,0.255951455205554,0.000127998765550902,0.0550302617766081,0.255951455205554,0.000622724910775036,0.0628032182022193,0.255951455205554,8.62608287949229e-05,0.0125381989004067,0.255951455205554,0.0,0.0118065426324226,0.5,0.255951455205554,0.0,0.0109456256781042,0.5,0.255951455205554,0.0,0.000766618956464516,0.5,0.255951455205554,0.000156212818947292,0.00129360878126181,0.255951455205554,0.0,0.00372595398936905,0.0,0.000471985899182004,0.255951455205554,0.0,0.00277622689555636,0.5,0.255951455205554,0.0,0.00322400268361887,0.255951455205554,6.16329036758858e-05,0.00485021322356457,0.255951455205554,7.42709131035263e-05,0.000909144852691868,0.255951455205554,0.00059881327499635,0.00188870118785701,0.0,0.564081467973814 -7266,0.255951455205554,0.0,0.0429863844751847,0.255951455205554,0.0,0.0246615104117192,0.255951455205554,0.0,0.0562354399023852,0.255951455205554,0.0,0.0759136153780826,0.255951455205554,0.0,0.0147419560090735,0.255951455205554,0.0,0.0097039718134722,0.5,0.255951455205554,0.0,0.00771838868975402,0.5,0.255951455205554,0.0,0.00287357496172845,0.5,0.255951455205554,0.0,0.00174527934379103,0.255951455205554,0.0,0.00155761605184961,0.0,0.000950345533946514,0.255951455205554,0.0,0.00344144164373934,0.5,0.255951455205554,0.0,0.00346373596881398,0.255951455205554,0.0,0.00332038709889811,0.255951455205554,0.0,0.00123268561160238,0.255951455205554,0.0,0.00255451713507323,0.0,0.538878976919786 -7267,0.255951455205554,0.0,0.0470127565379815,0.255951455205554,0.0,0.0245432244152997,0.255951455205554,0.0,0.0599254002218727,0.255951455205554,0.0,0.0770153575460536,0.255951455205554,0.0,0.0189894102036813,0.255951455205554,0.0,0.0086222143003139,0.5,0.255951455205554,0.0,0.00499443886509185,0.5,0.255951455205554,0.0,0.0085140192173677,0.5,0.255951455205554,0.0,0.00283229302599546,0.255951455205554,0.0,0.00164433697216144,0.0,0.00141787010788554,0.255951455205554,0.0,0.00348508830228477,0.5,0.255951455205554,0.0,0.00260723160921412,0.255951455205554,0.0,0.00259533981737163,0.255951455205554,0.0,0.00211568371545644,0.255951455205554,0.0,0.00368887380069941,0.0,0.500870755486303 -7268,0.255951455205554,0.0,0.0520074162031891,0.255951455205554,0.0,0.026437947418749,0.255951455205554,0.0,0.0664183239974478,0.255951455205554,0.0,0.0782475523184383,0.255951455205554,0.0,0.0241356580369914,0.255951455205554,0.0,0.00825884948844032,0.5,0.255951455205554,0.0,0.00588077037812009,0.5,0.255951455205554,0.0,0.0164232190015525,0.5,0.255951455205554,0.0,0.00344456778980724,0.255951455205554,0.0,0.00327657311446466,0.0,0.00127744753940988,0.255951455205554,0.0,0.00390892984553725,0.5,0.255951455205554,0.0,0.00323373414356925,0.255951455205554,0.0,0.00248144244207139,0.255951455205554,0.0,0.00292810760244202,0.255951455205554,0.0,0.00369826894500997,0.0,0.438963090344302 -7269,0.255951455205554,0.0,0.0724416620459231,0.255951455205554,0.0,0.0430530258405527,0.255951455205554,0.0,0.0705107318924557,0.255951455205554,0.0,0.0876593993578071,0.255951455205554,0.0,0.0251274139360157,0.255951455205554,0.0,0.010025470999039,0.5,0.255951455205554,0.0,0.00655248795003073,0.5,0.255951455205554,0.0,0.0117796881636183,0.5,0.255951455205554,0.0,0.0023808720519541,0.255951455205554,0.0,0.00477137245664378,0.0,0.00113937129930424,0.255951455205554,0.0,0.00378015493275909,0.5,0.255951455205554,0.0,0.00229958770243021,0.255951455205554,0.0,0.00103108352209051,0.255951455205554,0.0,0.00403817656761495,0.255951455205554,0.0,0.00379741959084604,0.0,0.481294967588814 -7270,0.255951455205554,0.0,0.0863755252418933,0.255951455205554,0.0,0.0478455920813831,0.255951455205554,0.0,0.0782926436782978,0.255951455205554,0.0,0.109469405220401,0.255951455205554,0.0,0.0324585699800519,0.255951455205554,0.0,0.0108037439984987,0.5,0.255951455205554,0.0,0.00751748809382622,0.5,0.255951455205554,0.0,0.0109703135954253,0.5,0.255951455205554,0.0,0.00229969728882543,0.255951455205554,0.0,0.00372343811351384,0.0,0.000900449821388296,0.255951455205554,0.0,0.00338798661060034,0.5,0.255951455205554,0.0,0.00252619356433055,0.255951455205554,0.0,0.000713343368808402,0.255951455205554,0.0,0.00359047737706518,0.255951455205554,0.0,0.00481800703414453,0.0,0.549655710030116 -7271,0.255951455205554,0.0,0.0893128263366291,0.255951455205554,0.0,0.0554007280779794,0.255951455205554,0.0,0.0807193633813703,0.255951455205554,0.0,0.111750456504718,0.255951455205554,0.0,0.0406837970883998,0.255951455205554,0.0,0.0121416115563125,0.5,0.255951455205554,0.0,0.00569376120967509,0.5,0.255951455205554,0.0,0.0122939046905782,0.5,0.255951455205554,0.0,0.00348325737062547,0.255951455205554,0.0,0.00195590839889445,0.0,0.00121651059585128,0.255951455205554,0.0,0.00398591254575103,0.5,0.255951455205554,0.0,0.00450801083242243,0.255951455205554,0.0,0.000536087148853122,0.255951455205554,0.0,0.00567250100292976,0.255951455205554,0.0,0.00291908909128654,0.0,0.579996994402531 -7272,0.255951455205554,0.0,0.0931643531512467,0.255951455205554,0.0,0.0649743257706972,0.255951455205554,0.0,0.079120765593096,0.255951455205554,0.0,0.102076820452009,0.255951455205554,0.0,0.0451077270269728,0.255951455205554,0.0,0.0123617821030556,0.5,0.255951455205554,0.0,0.00776174650699261,0.5,0.255951455205554,0.0,0.0148184133068877,0.5,0.255951455205554,0.0,0.0036338822670766,0.255951455205554,0.0,0.00103509640451949,0.0,0.00094013969522387,0.255951455205554,0.0,0.00596639135575764,0.5,0.255951455205554,0.0,0.00742723202954839,0.255951455205554,0.0,0.00147352265057381,0.255951455205554,0.0,0.00950809971122358,0.255951455205554,0.0,0.00584206074730842,0.0,0.582710501665776 -7273,0.255951455205554,0.0,0.0963018042899615,0.255951455205554,0.0,0.0581942494159025,0.255951455205554,0.0,0.0772841900487092,0.255951455205554,0.0,0.0932550901001878,0.255951455205554,0.0,0.0530965971290483,0.255951455205554,0.0,0.0149682455534753,0.5,0.255951455205554,0.0,0.00999077305042141,0.5,0.255951455205554,0.0,0.0147283807753854,0.5,0.255951455205554,0.0,0.00498889311855047,0.255951455205554,0.0,0.00187281215476118,0.0,0.00315284770063654,0.255951455205554,0.0,0.00731489866092936,0.5,0.255951455205554,0.0,0.00767765263714226,0.255951455205554,0.0,0.000813198792726865,0.255951455205554,0.0,0.00952610226636416,0.255951455205554,0.0,0.0066559308421153,0.0,0.605058206421518 -7274,0.255951455205554,0.0,0.111901576815288,0.255951455205554,0.0,0.0499861013276173,0.255951455205554,0.0,0.0771702523165368,0.255951455205554,0.0,0.0882581763538234,0.255951455205554,0.0,0.0488216205914537,0.255951455205554,0.0,0.0134012547818591,0.5,0.255951455205554,0.0,0.0104167770716039,0.5,0.255951455205554,0.0,0.0154768087293716,0.5,0.255951455205554,0.0,0.00338783776437258,0.255951455205554,0.0,0.00255802039712337,0.0,0.00373734657768265,0.255951455205554,0.0,0.0104042821548383,0.5,0.255951455205554,0.0,0.00943088621914443,0.255951455205554,0.0,0.00204046845461783,0.255951455205554,0.0,0.0150721358762187,0.255951455205554,0.0,0.00621885677783712,0.0,0.611192829507392 -7275,0.255951455205554,0.0,0.13550342474521,0.255951455205554,0.0,0.0518014655971636,0.255951455205554,0.0,0.0768436504472862,0.255951455205554,0.0,0.0883567972619607,0.255951455205554,0.0,0.0497863864210867,0.255951455205554,0.0,0.0179484252645335,0.5,0.255951455205554,0.0,0.0136155111023988,0.5,0.255951455205554,0.0,0.0121327254877949,0.5,0.255951455205554,0.0,0.00400868732626638,0.255951455205554,0.0,0.00506745830135743,0.0,0.00620989810780027,0.255951455205554,0.0,0.00997866456447295,0.5,0.255951455205554,0.0,0.00889567212061256,0.255951455205554,0.0,0.0037112861849705,0.255951455205554,0.0,0.0178085367950186,0.255951455205554,0.0,0.00683191527556124,0.0,0.559851309100876 -7276,0.255951455205554,0.0,0.15177453098691,0.255951455205554,0.0,0.06046849894471,0.255951455205554,0.0,0.0754753796168499,0.255951455205554,0.0,0.0869822855180357,0.255951455205554,0.0,0.043931773915492,0.255951455205554,0.0,0.0176642557231556,0.5,0.255951455205554,0.0,0.0124271690228535,0.5,0.255951455205554,0.0,0.012084215865056,0.5,0.255951455205554,0.0,0.00467853002704794,0.255951455205554,0.0,0.0064444809674684,0.0,0.00462880938280793,0.255951455205554,0.0,0.0119129737334686,0.5,0.255951455205554,0.0,0.0151178761802448,0.255951455205554,0.0,0.00465359697741717,0.255951455205554,0.0,0.0175798044082248,0.255951455205554,0.0,0.0101051672836106,0.0,0.528972617851581 -7277,0.255951455205554,0.0,0.161136591018614,0.255951455205554,0.0,0.0689655393321229,0.255951455205554,0.0,0.0770973027341712,0.255951455205554,0.0,0.0899605943219297,0.255951455205554,0.0,0.0386862093190316,0.255951455205554,0.0,0.0148716252916718,0.5,0.255951455205554,0.0,0.0111319669255897,0.5,0.255951455205554,0.0,0.012504194068366,0.5,0.255951455205554,0.0,0.00630520429451964,0.255951455205554,0.0,0.00816227176384056,0.0,0.00728650826226564,0.255951455205554,0.0,0.0152872246299109,0.5,0.255951455205554,0.0,0.0187531434666023,0.255951455205554,0.0,0.00272850231756932,0.255951455205554,0.0,0.0201883943312485,0.255951455205554,0.0,0.00693274103749257,0.0,0.510991623564728 -7278,0.255951455205554,0.0,0.174183472607453,0.255951455205554,0.0,0.0701380368559635,0.255951455205554,0.0,0.0764159700816058,0.255951455205554,0.0,0.0885175862875205,0.255951455205554,0.0,0.0367149015260569,0.255951455205554,0.0,0.0160375295268659,0.5,0.255951455205554,0.0,0.010842356664596,0.5,0.255951455205554,0.0,0.0153467409620804,0.5,0.255951455205554,0.0,0.00521431104222796,0.255951455205554,0.0,0.00718169609484015,0.0,0.0175270029468845,0.255951455205554,0.0,0.018379469316226,0.5,0.255951455205554,0.0,0.0217029135158664,0.255951455205554,0.0,0.00328533362926813,0.255951455205554,0.0,0.0206869514532658,0.255951455205554,0.0,0.00535648981519361,0.0,0.432039658545538 -7279,0.255951455205554,0.0,0.183954083839184,0.255951455205554,0.0,0.0690868436688997,0.255951455205554,0.0,0.0772268815388238,0.255951455205554,0.0,0.0864571631853813,0.255951455205554,0.0,0.0403846103192889,0.255951455205554,0.0,0.0165583556873241,0.5,0.255951455205554,0.0,0.0106488170202929,0.5,0.255951455205554,0.0,0.0131362092431424,0.5,0.255951455205554,0.0,0.00402187923215364,0.255951455205554,0.0,0.00451552850403905,0.0,0.0177221949104182,0.255951455205554,0.0,0.0196249147056501,0.5,0.255951455205554,0.0,0.0263842872091427,0.255951455205554,0.0,0.00499842171550826,0.255951455205554,0.0,0.0191141640716202,0.255951455205554,0.0,0.00506168651094784,0.0,0.380555621598007 -7280,0.255951455205554,1.18585233080129e-06,0.18711944610508,0.255951455205554,0.0,0.0705487024646927,0.255951455205554,7.23099915151738e-05,0.0806004769531371,0.255951455205554,0.0,0.0887958898152354,0.255951455205554,1.53905446922473e-05,0.0453564795186166,0.255951455205554,0.00126167232157208,0.0125093292290186,0.5,0.255951455205554,0.000373102836551888,0.00982166529004459,0.5,0.255951455205554,0.00486214442742214,0.0155324348851771,0.5,0.255951455205554,0.0106047946128017,0.00355305832637333,0.255951455205554,2.83114540303179e-05,0.00380575812711813,0.00850731959546006,0.0100199340986284,0.255951455205554,0.00881353274970184,0.0184650166523937,0.5,0.255951455205554,0.0026324952080256,0.0299465116169266,0.255951455205554,0.00708271185333196,0.00657090789281689,0.255951455205554,0.00318430288982874,0.0163106564482053,0.255951455205554,0.00275424068948883,0.00504290072673422,0.0,0.349003580866033 -7281,0.255951455205554,0.00426955745545258,0.187507297815118,0.255951455205554,0.00136975810070289,0.0697992356487585,0.255951455205554,0.0112943891859048,0.0822819878317506,0.255951455205554,0.0108132654027327,0.0887042557471088,0.255951455205554,0.0105186749731058,0.0495985893712337,0.255951455205554,0.0599346584593141,0.00965761536485083,0.5,0.255951455205554,0.0489912932196506,0.00799223079648905,0.5,0.255951455205554,0.131723893621999,0.0111389011825443,0.5,0.255951455205554,0.12746774060992,0.002924546646599,0.255951455205554,0.0698287911431169,0.00585308147239489,0.145316551946297,0.00884095766809405,0.255951455205554,0.125722754728877,0.0174298178490916,0.5,0.255951455205554,0.0567769279980817,0.0303931381736729,0.255951455205554,0.123419705468529,0.00569402430878407,0.255951455205554,0.0607725753144905,0.0156121803282856,0.255951455205554,0.0631940071069053,0.00411354822594839,0.0019897838137884,0.373129271805186 -7282,0.255951455205554,0.0265325239626608,0.1817127925549,0.255951455205554,0.00560470052119056,0.0696548394578205,0.255951455205554,0.0419667837255056,0.0855196223094765,0.255951455205554,0.0245126867985808,0.0871917179105193,0.255951455205554,0.0475037627076827,0.0538283955439191,0.255951455205554,0.126725379307061,0.00949152553471645,0.5,0.255951455205554,0.139429268654236,0.00758599273260461,0.5,0.255951455205554,0.273920429609869,0.00616037691913798,0.5,0.255951455205554,0.265386268644419,0.00222011943071544,0.255951455205554,0.200895247688884,0.00532095910718924,0.25248879299193,0.0117740113635749,0.255951455205554,0.239544254602754,0.0249525952016989,0.5,0.255951455205554,0.105230924995409,0.0336795600269099,0.255951455205554,0.265871336197369,0.00379913863003868,0.255951455205554,0.111519048618111,0.0192750615391788,0.255951455205554,0.138878220709911,0.00311065691227258,0.00797384570771381,0.342155062953214 -7283,0.255951455205554,0.0649359048539779,0.175276246336321,0.255951455205554,0.0379823717422573,0.064243602947437,0.255951455205554,0.0720623620471347,0.0917737923760795,0.255951455205554,0.0262018749547382,0.089926698623568,0.255951455205554,0.0992659082674703,0.0589251054012206,0.255951455205554,0.176007526840985,0.0128747723475957,0.5,0.255951455205554,0.256177110158355,0.0104288008698894,0.5,0.255951455205554,0.39328606726486,0.00357811311892258,0.5,0.255951455205554,0.393262514953626,0.00274177901860481,0.255951455205554,0.353264475644047,0.00506214043986328,0.32500001998249,0.0334742095566867,0.255951455205554,0.342100764721232,0.0354504575036566,0.5,0.255951455205554,0.154061285201322,0.0471386244282789,0.255951455205554,0.37094398146252,0.00372643880876946,0.255951455205554,0.171840757262141,0.0225059757493505,0.255951455205554,0.210305706842467,0.00423305647781799,0.0191526950800444,0.350807376547707 -7284,0.255951455205554,0.086340898393173,0.176851060087648,0.255951455205554,0.0804473320908284,0.0568472269489572,0.255951455205554,0.100944483458602,0.0981875887943967,0.255951455205554,0.073208528058046,0.10386057599811,0.255951455205554,0.157892383747741,0.0647578305651413,0.255951455205554,0.209799128343407,0.0181685237399334,0.5,0.255951455205554,0.378737719092752,0.0167434105893912,0.5,0.255951455205554,0.468361448730342,0.00416916934778927,0.5,0.255951455205554,0.469895404058512,0.00385252522033947,0.255951455205554,0.452417292474027,0.0054568603297539,0.370318458613961,0.0515113309576466,0.255951455205554,0.390624665559014,0.04851467242086,0.5,0.255951455205554,0.186738122239936,0.0609553182685688,0.255951455205554,0.423374135964489,0.00258357589055744,0.255951455205554,0.211291370873475,0.0245076177875939,0.255951455205554,0.256042965497002,0.00649298845136795,0.0347437490505695,0.324739645827307 -7285,0.255951455205554,0.0615622142271397,0.148663325708219,0.255951455205554,0.0866983471666992,0.0596444202277964,0.255951455205554,0.13180487664483,0.104524980089382,0.255951455205554,0.227125530488205,0.115016080737322,0.255951455205554,0.179123579430735,0.0644289647366319,0.255951455205554,0.251381793790082,0.0232805241091308,0.5,0.255951455205554,0.446435051415667,0.0259438264157195,0.5,0.255951455205554,0.498789879719841,0.00544692657735215,0.5,0.255951455205554,0.485760750386315,0.00616237899599755,0.255951455205554,0.514785412458084,0.0111511717144407,0.409455881249571,0.039401189397745,0.255951455205554,0.363631803193301,0.054709246130387,0.5,0.255951455205554,0.181791047679071,0.0647750336651974,0.255951455205554,0.425969230190049,0.00227171058021399,0.255951455205554,0.201640471036467,0.0365649222271592,0.255951455205554,0.275773134485993,0.00568380854010034,0.0503248518745251,0.282455935939783 -7286,0.255951455205554,0.0453439799018993,0.135518474721799,0.255951455205554,0.0611453736674113,0.0494560427485437,0.255951455205554,0.121557225636815,0.0954361833493379,0.255951455205554,0.203936139320712,0.0955701455028389,0.255951455205554,0.150006916121765,0.057374057381862,0.255951455205554,0.307597748092876,0.0247598773399716,0.5,0.255951455205554,0.444549262730194,0.0286050388826051,0.5,0.255951455205554,0.487296252949438,0.0095734525547679,0.5,0.255951455205554,0.449708799947418,0.00882168686000439,0.255951455205554,0.511578304565072,0.015330697104734,0.319296896362009,0.0421779311501834,0.255951455205554,0.300337719980306,0.0569817865865102,0.5,0.255951455205554,0.131922056726518,0.066900656434472,0.255951455205554,0.379800566659333,0.00332996001530888,0.255951455205554,0.181784564691421,0.0575056785499978,0.255951455205554,0.268131123828378,0.00790097118025947,0.065084650407137,0.25560700104362 -7287,0.255951455205554,0.0306318280469991,0.139103197210739,0.255951455205554,0.0276689887640137,0.0438794937716598,0.255951455205554,0.0949678063007931,0.0843857745170983,0.255951455205554,0.094930691049187,0.0862926688909624,0.255951455205554,0.105839448123452,0.053870077755432,0.255951455205554,0.297677834844174,0.0171099240873439,0.5,0.255951455205554,0.361646604121532,0.0257085956672367,0.5,0.255951455205554,0.410672892123787,0.010388328694229,0.5,0.255951455205554,0.349439859681752,0.00951759323056203,0.255951455205554,0.427821132554919,0.0149869968842224,0.192090295100303,0.053363939743421,0.255951455205554,0.209772002551594,0.0566793530558106,0.5,0.255951455205554,0.0647909872447185,0.0683698708570352,0.255951455205554,0.291009425457648,0.00742688202244299,0.255951455205554,0.169797413494867,0.0583407119014501,0.255951455205554,0.200753439942358,0.00856059413071002,0.0188756267131992,0.219836549656577 -7288,0.255951455205554,0.0218448228772811,0.143501590145529,0.255951455205554,0.018173786890525,0.0534966219658161,0.255951455205554,0.0561470208020075,0.0742928828159188,0.255951455205554,0.0294608512883077,0.0817194376800074,0.255951455205554,0.0630526547624847,0.0533548610857541,0.255951455205554,0.16551389559766,0.0125301953730618,0.5,0.255951455205554,0.187922412327491,0.0155848012449823,0.5,0.255951455205554,0.207687193571472,0.00726419126696822,0.5,0.255951455205554,0.178925946209353,0.00536825358967816,0.255951455205554,0.223089265774598,0.00661684819314961,0.0875672803641876,0.0469784567392624,0.255951455205554,0.0748945857797369,0.0404017724667566,0.5,0.255951455205554,0.0177339932125193,0.0645059672203664,0.255951455205554,0.111479846129911,0.00762483352828126,0.255951455205554,0.113046461033877,0.0257654935985103,0.255951455205554,0.126414755238521,0.00420504020770696,0.00496190497151946,0.193031003874744 -7289,0.255951455205554,4.50325468557073e-05,0.152478649917689,0.255951455205554,0.0,0.0643017297578139,0.255951455205554,9.18946106071404e-05,0.0755512431751611,0.255951455205554,0.000690102908380726,0.0817975573924701,0.255951455205554,0.000177852655033909,0.0630657951776497,0.255951455205554,0.0,0.0182615574004897,0.5,0.255951455205554,0.0,0.02059580243342,0.5,0.255951455205554,0.0,0.00965197834908279,0.5,0.255951455205554,0.0,0.00691244301826533,0.255951455205554,0.0,0.0101363723826829,0.0,0.0536168716375129,0.255951455205554,0.0,0.0450329858517874,0.5,0.255951455205554,0.0,0.0661187382556158,0.255951455205554,0.0,0.0133630578150312,0.255951455205554,0.0,0.0270877958652095,0.255951455205554,0.0,0.00306783559073317,0.000209093552675165,0.170137948421701 -7290,0.255951455205554,0.0,0.152821153897247,0.255951455205554,0.0,0.072560077110686,0.255951455205554,0.0,0.0726445606057172,0.255951455205554,0.0,0.078090999042085,0.255951455205554,0.0,0.070297669340295,0.255951455205554,0.0,0.0243720759233213,0.5,0.255951455205554,0.0,0.0201976954231227,0.5,0.255951455205554,0.0,0.0113577827791233,0.5,0.255951455205554,0.0,0.00684004037932469,0.255951455205554,0.0,0.0134753494733994,0.0,0.0408086094783303,0.255951455205554,0.0,0.044527086378443,0.5,0.255951455205554,0.0,0.0704492305498338,0.255951455205554,0.0,0.0132835314335245,0.255951455205554,0.0,0.0293339655263227,0.255951455205554,0.0,0.00372515768025192,0.0,0.126951815092967 -7291,0.255951455205554,0.0,0.14808834296876,0.255951455205554,0.0,0.0738069222317301,0.255951455205554,0.0,0.0686272540640248,0.255951455205554,0.0,0.0762218320936247,0.255951455205554,0.0,0.0719019631501831,0.255951455205554,0.0,0.0299913228367547,0.5,0.255951455205554,0.0,0.0211324821297771,0.5,0.255951455205554,0.0,0.0154121129404125,0.5,0.255951455205554,0.0,0.00671851089641832,0.255951455205554,0.0,0.0191359032031839,0.0,0.0350602819369229,0.255951455205554,0.0,0.0468302985181002,0.5,0.255951455205554,0.0,0.0835501587937295,0.255951455205554,0.0,0.0129452353986795,0.255951455205554,0.0,0.0308816392877246,0.255951455205554,0.0,0.00728923378831626,0.0,0.0931040053348401 -7292,0.255951455205554,0.0,0.147383711280523,0.255951455205554,0.0,0.0797897971482736,0.255951455205554,0.0,0.0668470787498477,0.255951455205554,0.0,0.0746342735216815,0.255951455205554,0.0,0.0739606403631634,0.255951455205554,0.0,0.0339970421773968,0.5,0.255951455205554,0.0,0.0222322825751183,0.5,0.255951455205554,0.0,0.0192018444619356,0.5,0.255951455205554,0.0,0.00677356114669238,0.255951455205554,0.0,0.0197129201939537,0.0,0.0365367272836848,0.255951455205554,0.0,0.0540811961320637,0.5,0.255951455205554,0.0,0.0910165707253522,0.255951455205554,0.0,0.015046240824286,0.255951455205554,0.0,0.0336569456769275,0.255951455205554,0.0,0.0115577070440531,0.0,0.088695529402352 -7293,0.255951455205554,0.0,0.146110188232965,0.255951455205554,0.0,0.0894621368672819,0.255951455205554,0.0,0.0687124577797897,0.255951455205554,0.0,0.0743882140346384,0.255951455205554,0.0,0.0764380753412137,0.255951455205554,0.0,0.0363811999438982,0.5,0.255951455205554,0.0,0.0258513074671589,0.5,0.255951455205554,0.0,0.0203604644975245,0.5,0.255951455205554,0.0,0.00661135145471503,0.255951455205554,0.0,0.0151553703905792,0.0,0.0376611340032558,0.255951455205554,0.0,0.0579881292372622,0.5,0.255951455205554,0.0,0.0952533641944404,0.255951455205554,0.0,0.0173448425153101,0.255951455205554,0.0,0.0369858178603858,0.255951455205554,0.0,0.0140074168364493,0.0,0.100937723782312 -7294,0.255951455205554,0.0,0.146216873365372,0.255951455205554,0.0,0.0903818495182726,0.255951455205554,0.0,0.0742151054122621,0.255951455205554,0.0,0.0788511545710323,0.255951455205554,0.0,0.0828875891122938,0.255951455205554,0.0,0.0343284581898146,0.5,0.255951455205554,0.0,0.0285996032019402,0.5,0.255951455205554,0.0,0.0228836615140908,0.5,0.255951455205554,0.0,0.00733576644875733,0.255951455205554,0.0,0.0136377913507732,0.0,0.0411507587284422,0.255951455205554,0.0,0.0550611084152883,0.5,0.255951455205554,0.0,0.101063561724107,0.255951455205554,0.0,0.0181810768774678,0.255951455205554,0.0,0.0421215252461971,0.255951455205554,0.0,0.0156468842029409,0.0,0.117739907732077 -7295,0.255951455205554,0.0,0.144329130915738,0.255951455205554,0.0,0.0952280935851606,0.255951455205554,0.0,0.0832386601229567,0.255951455205554,0.0,0.0855257447349422,0.255951455205554,0.0,0.0927322522511993,0.255951455205554,0.0,0.0337321798189617,0.5,0.255951455205554,0.0,0.0275548064887322,0.5,0.255951455205554,0.0,0.0247758060634816,0.5,0.255951455205554,0.0,0.00884263836294895,0.255951455205554,0.0,0.0111210640604139,0.0,0.0506834006534367,0.255951455205554,0.0,0.0532757132623232,0.5,0.255951455205554,0.0,0.110137795657189,0.255951455205554,0.0,0.0215869493645762,0.255951455205554,0.0,0.0458544628937411,0.255951455205554,0.0,0.017872185128078,0.0,0.161674650879366 -7296,0.255951455205554,0.0,0.140747561472914,0.255951455205554,0.0,0.0993743762316344,0.255951455205554,0.0,0.0878526969181025,0.255951455205554,0.0,0.0896763151933494,0.255951455205554,0.0,0.100224915851134,0.255951455205554,0.0,0.0319517875267258,0.5,0.255951455205554,0.0,0.024566471014203,0.5,0.255951455205554,0.0,0.0272562786744724,0.5,0.255951455205554,0.0,0.0110716558225973,0.255951455205554,0.0,0.00939307311683199,0.0,0.056716283349271,0.255951455205554,0.0,0.0535577030029402,0.5,0.255951455205554,0.0,0.118880410066274,0.255951455205554,0.0,0.026931162056588,0.255951455205554,0.0,0.0445621323732651,0.255951455205554,0.0,0.0200207978659518,0.0,0.195037018221897 -7297,0.255951455205554,0.0,0.134718247428186,0.255951455205554,0.0,0.0970709834657185,0.255951455205554,0.0,0.0900839886659063,0.255951455205554,0.0,0.0904062944040082,0.255951455205554,0.0,0.102333490445086,0.255951455205554,0.0,0.0304043722888049,0.5,0.255951455205554,0.0,0.0257107257375369,0.5,0.255951455205554,0.0,0.0267859540524227,0.5,0.255951455205554,0.0,0.0134333858069432,0.255951455205554,0.0,0.0100302614278004,0.0,0.0549632892940161,0.255951455205554,0.0,0.0556554188274719,0.5,0.255951455205554,0.0,0.128200562796748,0.255951455205554,0.0,0.0336909568112589,0.255951455205554,0.0,0.0406184837617674,0.255951455205554,0.0,0.0232015161463921,0.0,0.2238662409925 -7298,0.255951455205554,0.0,0.122754992262028,0.255951455205554,0.0,0.0928605111463264,0.255951455205554,0.0,0.0952995768079927,0.255951455205554,0.0,0.0879419910362262,0.255951455205554,0.0,0.112330553712555,0.255951455205554,0.0,0.0303007768234084,0.5,0.255951455205554,0.0,0.0314178869025044,0.5,0.255951455205554,0.0,0.0259879916769764,0.5,0.255951455205554,0.0,0.0157494762714638,0.255951455205554,0.0,0.0096527545989448,0.0,0.0485103946532404,0.255951455205554,0.0,0.0576633431953617,0.5,0.255951455205554,0.0,0.139182607027119,0.255951455205554,0.0,0.0398043269551568,0.255951455205554,0.0,0.0378741023985774,0.255951455205554,0.0,0.0262467513804479,0.0,0.298917095873082 -7299,0.255951455205554,0.0,0.114943442848414,0.255951455205554,0.0,0.0858784433418341,0.255951455205554,0.0,0.100204766705168,0.255951455205554,0.0,0.0951801945707988,0.255951455205554,0.0,0.123821398002576,0.255951455205554,0.0,0.0336276130377925,0.5,0.255951455205554,0.0,0.0331633463733307,0.5,0.255951455205554,0.0,0.0261408000534908,0.5,0.255951455205554,0.0,0.0153366059864565,0.255951455205554,0.0,0.0101683205970112,0.0,0.0458196111157506,0.255951455205554,0.0,0.0628473222975223,0.5,0.255951455205554,0.0,0.150516144904371,0.255951455205554,0.0,0.0408108940252144,0.255951455205554,0.0,0.036971922512239,0.255951455205554,0.0,0.025661003596067,0.0,0.354329296263127 -7300,0.255951455205554,0.0,0.116075064439992,0.255951455205554,0.0,0.0802721946777313,0.255951455205554,0.0,0.104620227825195,0.255951455205554,0.0,0.0936666760457443,0.255951455205554,0.0,0.123551920021169,0.255951455205554,0.0,0.0380099442477234,0.5,0.255951455205554,0.0,0.0311365730792711,0.5,0.255951455205554,0.0,0.0263746178491964,0.5,0.255951455205554,0.0,0.0151825335922105,0.255951455205554,0.0,0.012686136930347,0.0,0.0546762334179239,0.255951455205554,0.0,0.0661998129514801,0.5,0.255951455205554,0.0,0.158440548511697,0.255951455205554,0.0,0.0362649458498336,0.255951455205554,0.0,0.0363196872207549,0.255951455205554,0.0,0.0222522031366149,0.0,0.469131286069094 -7301,0.255951455205554,0.0,0.115503498400951,0.255951455205554,0.0,0.0831037998030627,0.255951455205554,0.0,0.115717711466664,0.255951455205554,0.0,0.111985397200037,0.255951455205554,0.0,0.127513039166963,0.255951455205554,0.0,0.0392048950168359,0.5,0.255951455205554,0.0,0.026402937298774,0.5,0.255951455205554,0.0,0.0268942874302455,0.5,0.255951455205554,0.0,0.0154638319036772,0.255951455205554,0.0,0.00949170757161336,0.0,0.0691846006655424,0.255951455205554,0.0,0.0663322806528552,0.5,0.255951455205554,0.0,0.167407357258162,0.255951455205554,0.0,0.0328445432721582,0.255951455205554,0.0,0.038303945809332,0.255951455205554,0.0,0.0216615954452507,0.0,0.607303610660154 -7302,0.255951455205554,0.0,0.132319797010845,0.255951455205554,0.0,0.0934208235808418,0.255951455205554,0.0,0.123000016861643,0.255951455205554,0.0,0.118171874870499,0.255951455205554,0.0,0.139607188853626,0.255951455205554,0.0,0.0407321188527373,0.5,0.255951455205554,0.0,0.0298729941419617,0.5,0.255951455205554,0.0,0.0260450229672629,0.5,0.255951455205554,0.0,0.0151711901621436,0.255951455205554,0.0,0.00804221931737891,0.0,0.0699626425691104,0.255951455205554,0.0,0.0689179754002948,0.5,0.255951455205554,0.0,0.171170380526054,0.255951455205554,0.0,0.0336411782789232,0.255951455205554,0.0,0.0418995066210111,0.255951455205554,0.0,0.0236130170550842,0.0,0.682594150194391 -7303,0.255951455205554,0.0,0.153207091967025,0.255951455205554,0.0,0.113029705191689,0.255951455205554,0.0,0.131446378005212,0.255951455205554,0.0,0.131869127465912,0.255951455205554,0.0,0.142006627140524,0.255951455205554,0.0,0.040322775422431,0.5,0.255951455205554,0.0,0.0311895841123807,0.5,0.255951455205554,0.0,0.0301108164185166,0.5,0.255951455205554,0.0,0.015270055221174,0.255951455205554,0.0,0.00758511168317421,0.0,0.0551469233794163,0.255951455205554,0.0,0.0722943450768445,0.5,0.255951455205554,0.0,0.176020381744829,0.255951455205554,0.0,0.0416145507269543,0.255951455205554,0.0,0.0445952189620908,0.255951455205554,0.0,0.027598032557911,0.0,0.738315353202789 -7304,0.255951455205554,4.2002396660068e-07,0.171023522894079,0.255951455205554,0.0,0.117897783943341,0.255951455205554,0.000123140134643045,0.14487288159424,0.255951455205554,0.0,0.138659183370279,0.255951455205554,2.50307821482859e-06,0.155533458120156,0.255951455205554,0.00129217677932064,0.0396185213462074,0.5,0.255951455205554,0.000386635763210989,0.0356568859406418,0.5,0.255951455205554,0.00447999080177802,0.0263190131480901,0.5,0.255951455205554,0.0124669199903269,0.0137121686514972,0.255951455205554,0.0,0.0107705472442871,0.00482014601006451,0.0585943862796935,0.255951455205554,0.00690934568652784,0.0771342014671733,0.5,0.255951455205554,0.000665772504699837,0.180484440032893,0.255951455205554,0.011099289492047,0.0452966864970386,0.255951455205554,0.00386041573560736,0.0486738159768421,0.255951455205554,0.00483808798789384,0.0291021369721853,0.0,0.791201651995469 -7305,0.255951455205554,0.0827173197517196,0.176009146260278,0.255951455205554,0.100207408584072,0.0871794818323594,0.255951455205554,0.0894794960542209,0.145051454641747,0.255951455205554,0.0960063318441388,0.145206510664042,0.255951455205554,0.0972971316816422,0.132582361473136,0.255951455205554,0.113016447560667,0.0370094501533183,0.5,0.255951455205554,0.116869685179508,0.0256778062628545,0.5,0.255951455205554,0.143735292955351,0.0206490540770924,0.5,0.255951455205554,0.164874322449458,0.0112699699533435,0.255951455205554,0.11610280667032,0.0103251269989774,0.0895296250442994,0.0681205077102527,0.255951455205554,0.108081321601257,0.0868382213373722,0.5,0.255951455205554,0.0371706695082916,0.183891361810721,0.255951455205554,0.159448407523054,0.0392022849012101,0.255951455205554,0.100390609352447,0.0522163887171713,0.255951455205554,0.127094213379741,0.0246545492497675,0.0671175591589113,0.828850425270799 -7306,0.255951455205554,0.229651359867974,0.204436638826158,0.255951455205554,0.23848000081468,0.093231858957196,0.255951455205554,0.233583408068733,0.170247047442724,0.255951455205554,0.249026545768054,0.175943942500342,0.255951455205554,0.250467482188129,0.141760075647909,0.255951455205554,0.258611736695721,0.0394515342858597,0.5,0.255951455205554,0.277832057707095,0.0277210160298508,0.5,0.255951455205554,0.305628346357989,0.0147408393351745,0.5,0.255951455205554,0.325357881546311,0.010161624867459,0.255951455205554,0.278596956191578,0.00830538331830092,0.227100134367314,0.0810072903689743,0.255951455205554,0.218730782318159,0.10010370069234,0.5,0.255951455205554,0.126241677084359,0.191087912384444,0.255951455205554,0.312206404992705,0.0352449945296509,0.255951455205554,0.231135305855522,0.0556513993588863,0.255951455205554,0.270557198916865,0.021039672078124,0.204361434219851,0.854599870841865 -7307,0.255951455205554,0.363201516333636,0.253526622249999,0.255951455205554,0.351996525220965,0.164246364890744,0.255951455205554,0.364315784106428,0.219804015787075,0.255951455205554,0.387699647256812,0.21693606603138,0.255951455205554,0.388830124516774,0.185666295802248,0.255951455205554,0.391333137191237,0.0590053628877883,0.5,0.255951455205554,0.418934805336424,0.0416033264477775,0.5,0.255951455205554,0.442834765127528,0.0139452864452239,0.5,0.255951455205554,0.456041448320358,0.0133346309915907,0.255951455205554,0.42147513481133,0.0121681039520436,0.312025354665018,0.091617358507691,0.255951455205554,0.307805431977112,0.108821309387256,0.5,0.255951455205554,0.217167683369773,0.230235281467304,0.255951455205554,0.434741373304304,0.0387236790615127,0.255951455205554,0.34233042453159,0.0653935204608793,0.255951455205554,0.396124729774616,0.0233986776105425,0.35101338720187,0.868507192728696 -7308,0.255951455205554,0.447459245490083,0.318958881649784,0.255951455205554,0.430713721625807,0.219283955517115,0.255951455205554,0.452508566254206,0.274145459758989,0.255951455205554,0.463210959356441,0.251977877495196,0.255951455205554,0.480198740862692,0.26338168265842,0.255951455205554,0.48415635966909,0.105652440643413,0.5,0.255951455205554,0.507432584686879,0.0838047381699437,0.5,0.255951455205554,0.526066263860021,0.0149907970980851,0.5,0.255951455205554,0.53061184245254,0.019739499458336,0.255951455205554,0.512732828315341,0.030219050720382,0.317860810408993,0.0940377100544642,0.255951455205554,0.362999700162787,0.111772312454697,0.5,0.255951455205554,0.266271074177009,0.21955988675336,0.255951455205554,0.50286459403879,0.0400088753672432,0.255951455205554,0.399499720149057,0.0736382906329403,0.255951455205554,0.47763882215512,0.0324130384865122,0.46308269405314,0.87745070094358 -7309,0.255951455205554,0.475295647920592,0.331914154500793,0.255951455205554,0.47018131942361,0.198075772922826,0.255951455205554,0.491124760901168,0.309363650259705,0.255951455205554,0.50040977790926,0.297725975634725,0.255951455205554,0.515597208087498,0.325604925142708,0.255951455205554,0.523902888605401,0.132078496263125,0.5,0.255951455205554,0.538677248012263,0.13019907156236,0.5,0.255951455205554,0.550926200464765,0.0169303959170438,0.5,0.255951455205554,0.546799402854311,0.0243883247614415,0.255951455205554,0.545949961727648,0.058617610685705,0.337648297159825,0.0553689487690209,0.255951455205554,0.362208771252912,0.111853114160259,0.5,0.255951455205554,0.260678209450805,0.253094840383628,0.255951455205554,0.512818593429734,0.0359406158646956,0.255951455205554,0.408365982904156,0.0802139065346525,0.255951455205554,0.511311276692005,0.0342156723132106,0.487316480050873,0.895734124190639 -7310,0.255951455205554,0.44995233270246,0.316374911786471,0.255951455205554,0.449688168119936,0.201778232476432,0.255951455205554,0.469621786389309,0.298048068034043,0.255951455205554,0.469940276935431,0.260868884126968,0.255951455205554,0.492427171584952,0.323791096834179,0.255951455205554,0.496372906465926,0.144040841793316,0.5,0.255951455205554,0.512956346026588,0.135642922651967,0.5,0.255951455205554,0.517518063787479,0.0192017770243222,0.5,0.255951455205554,0.503194563439513,0.0256339221010339,0.255951455205554,0.522254588775864,0.055656696924699,0.290891226200849,0.0738542033068656,0.255951455205554,0.310093133800975,0.115173462607007,0.5,0.255951455205554,0.229860491101624,0.242845490328456,0.255951455205554,0.461673759520961,0.0323256535699911,0.255951455205554,0.386288247300584,0.0908416483626749,0.255951455205554,0.479883514815724,0.0504540466801783,0.45277909891098,0.881696581742411 -7311,0.255951455205554,0.364137586410802,0.312123883847211,0.255951455205554,0.362532340835939,0.170687258028639,0.255951455205554,0.382984021785313,0.261584111142862,0.255951455205554,0.379943203222193,0.253021051670689,0.255951455205554,0.406464115382407,0.263043821998524,0.255951455205554,0.404062533113035,0.10473787538703,0.5,0.255951455205554,0.425688950939065,0.120446212515237,0.5,0.255951455205554,0.422481245455676,0.013063831509754,0.5,0.255951455205554,0.398584632802081,0.018618425831332,0.255951455205554,0.437162776990144,0.0442043741045324,0.21343240487066,0.0849620682610327,0.255951455205554,0.241674643307656,0.106693479041152,0.5,0.255951455205554,0.182624319209553,0.203729742749767,0.255951455205554,0.354750334240884,0.0221298329343541,0.255951455205554,0.321733673692403,0.0731355183091516,0.255951455205554,0.379774748816194,0.0341832216201842,0.360389156223343,0.854896282237399 -7312,0.255951455205554,0.148571541070376,0.325091016881915,0.255951455205554,0.116259649465126,0.146293951880869,0.255951455205554,0.162012371884202,0.244360806247922,0.255951455205554,0.149060046401246,0.258217336031891,0.255951455205554,0.20134681750144,0.198731923358607,0.255951455205554,0.175767426593785,0.0632181602599737,0.5,0.255951455205554,0.204094462828143,0.0586659983072649,0.5,0.255951455205554,0.198744584646275,0.00941541445948443,0.5,0.255951455205554,0.168196428379351,0.0123224615785496,0.255951455205554,0.219220499275462,0.0245289659248277,0.0922788884663276,0.0956822719744556,0.255951455205554,0.0780858179092575,0.0956304738838446,0.5,0.255951455205554,0.0788685174975464,0.158055887309932,0.255951455205554,0.0982377681572653,0.0315291421230921,0.255951455205554,0.122300710646973,0.0584279495342043,0.255951455205554,0.155079170458375,0.0252240427218016,0.149346919010524,0.822849617964656 -7313,0.255951455205554,0.0,0.358424164065236,0.255951455205554,0.0,0.17323185983682,0.255951455205554,0.0,0.253329696014525,0.255951455205554,0.0,0.265695391384162,0.255951455205554,0.0,0.192821083165762,0.255951455205554,0.0,0.0626010854935873,0.5,0.255951455205554,0.0,0.0595762917866966,0.5,0.255951455205554,0.0,0.0151771577569986,0.5,0.255951455205554,0.0,0.0173086612593994,0.255951455205554,0.0,0.0396417515798201,0.0,0.0981448224151908,0.255951455205554,0.0,0.103155794838005,0.5,0.255951455205554,0.0,0.175191848960079,0.255951455205554,0.0,0.049117050142286,0.255951455205554,0.0,0.0653365759016608,0.255951455205554,0.0,0.0308256997270421,0.0,0.799318158901407 -7314,0.255951455205554,0.0,0.388093316424714,0.255951455205554,0.0,0.177342745089331,0.255951455205554,0.0,0.250627021521554,0.255951455205554,0.0,0.276964532494572,0.255951455205554,0.0,0.193100404997423,0.255951455205554,0.0,0.0626924341041224,0.5,0.255951455205554,0.0,0.0556555788283566,0.5,0.255951455205554,0.0,0.0181759452438713,0.5,0.255951455205554,0.0,0.016696930363805,0.255951455205554,0.0,0.0401349247418343,0.0,0.0708310489397956,0.255951455205554,0.0,0.0989803191130065,0.5,0.255951455205554,0.0,0.199801121478756,0.255951455205554,0.0,0.0591859617722497,0.255951455205554,0.0,0.0658416697617051,0.255951455205554,0.0,0.0341130399575358,0.0,0.794550777855118 -7315,0.255951455205554,0.0,0.402316507944027,0.255951455205554,0.0,0.18272078822609,0.255951455205554,0.0,0.239351404757253,0.255951455205554,0.0,0.292262702542704,0.255951455205554,0.0,0.201111802222889,0.255951455205554,0.0,0.0602498668829573,0.5,0.255951455205554,0.0,0.0487280176834325,0.5,0.255951455205554,0.0,0.0234867335132259,0.5,0.255951455205554,0.0,0.0182718490436866,0.255951455205554,0.0,0.0399292791574791,0.0,0.0702313390685636,0.255951455205554,0.0,0.102226542080519,0.5,0.255951455205554,0.0,0.21731624980003,0.255951455205554,0.0,0.069583749328594,0.255951455205554,0.0,0.0692907872011658,0.255951455205554,0.0,0.0390081685980393,0.0,0.725871573798503 -7316,0.255951455205554,0.0,0.391168913819263,0.255951455205554,0.0,0.200530732077331,0.255951455205554,0.0,0.212487105918046,0.255951455205554,0.0,0.266619880912797,0.255951455205554,0.0,0.201003899023296,0.255951455205554,0.0,0.0560769227381416,0.5,0.255951455205554,0.0,0.0483847456134438,0.5,0.255951455205554,0.0,0.0277892772628585,0.5,0.255951455205554,0.0,0.0219113915035835,0.255951455205554,0.0,0.0410754465979192,0.0,0.0849126097300455,0.255951455205554,0.0,0.1046782920435,0.5,0.255951455205554,0.0,0.214126302529776,0.255951455205554,0.0,0.080137944810407,0.255951455205554,0.0,0.0700523511234408,0.255951455205554,0.0,0.044271190773615,0.0,0.581580634994343 -7317,0.255951455205554,0.0,0.35580063755155,0.255951455205554,0.0,0.186836806073109,0.255951455205554,0.0,0.196699682773746,0.255951455205554,0.0,0.225649927432631,0.255951455205554,0.0,0.191846036166108,0.255951455205554,0.0,0.0621037214971885,0.5,0.255951455205554,0.0,0.0503576050650292,0.5,0.255951455205554,0.0,0.0341157552091661,0.5,0.255951455205554,0.0,0.0234010720599458,0.255951455205554,0.0,0.0421649025456216,0.0,0.0828768350780846,0.255951455205554,0.0,0.104453370679306,0.5,0.255951455205554,0.0,0.214049315861238,0.255951455205554,0.0,0.0843596378023672,0.255951455205554,0.0,0.0696798146797968,0.255951455205554,0.0,0.0415473522691748,0.0,0.560257677259412 -7318,0.255951455205554,0.0,0.34064971876448,0.255951455205554,0.0,0.136383432915711,0.255951455205554,0.0,0.196192062359565,0.255951455205554,0.0,0.196233186946652,0.255951455205554,0.0,0.179330095106441,0.255951455205554,0.0,0.0696625790178444,0.5,0.255951455205554,0.0,0.0541461333173109,0.5,0.255951455205554,0.0,0.0384854372067336,0.5,0.255951455205554,0.0,0.0245884748287601,0.255951455205554,0.0,0.0470364706465262,0.0,0.09538449189194,0.255951455205554,0.0,0.110030136485824,0.5,0.255951455205554,0.0,0.219984989547757,0.255951455205554,0.0,0.089322791957613,0.255951455205554,0.0,0.0749606543768301,0.255951455205554,0.0,0.0459585591577163,0.0,0.526875712292934 -7319,0.255951455205554,0.0,0.319528464911901,0.255951455205554,0.0,0.133621207733797,0.255951455205554,0.0,0.197495163808576,0.255951455205554,0.0,0.206542722392232,0.255951455205554,0.0,0.188115532386248,0.255951455205554,0.0,0.0796786995182759,0.5,0.255951455205554,0.0,0.050459349504471,0.5,0.255951455205554,0.0,0.0426770382986191,0.5,0.255951455205554,0.0,0.0262150451115071,0.255951455205554,0.0,0.0455400959436287,0.0,0.088236065591987,0.255951455205554,0.0,0.11231903807694,0.5,0.255951455205554,0.0,0.224398341154727,0.255951455205554,0.0,0.0914654619591909,0.255951455205554,0.0,0.0816677568557557,0.255951455205554,0.0,0.050079566908333,0.0,0.455545846862899 -7320,0.255951455205554,0.0,0.31028368503713,0.255951455205554,0.0,0.130456364467963,0.255951455205554,0.0,0.199792976911676,0.255951455205554,0.0,0.221578815139474,0.255951455205554,0.0,0.188934253080611,0.255951455205554,0.0,0.0800879785862305,0.5,0.255951455205554,0.0,0.0529974612190603,0.5,0.255951455205554,0.0,0.048415941638057,0.5,0.255951455205554,0.0,0.0275715008411909,0.255951455205554,0.0,0.0398204643823769,0.0,0.0852473303728163,0.255951455205554,0.0,0.117346084248908,0.5,0.255951455205554,0.0,0.217580226993607,0.255951455205554,0.0,0.0975379624365135,0.255951455205554,0.0,0.0948181844404411,0.255951455205554,0.0,0.0563596320091704,0.0,0.384354363755591 -7321,0.255951455205554,0.0,0.30681485633548,0.255951455205554,0.0,0.152352059724356,0.255951455205554,0.0,0.197267412710358,0.255951455205554,0.0,0.229319981681424,0.255951455205554,0.0,0.189789933439416,0.255951455205554,0.0,0.0780979669134453,0.5,0.255951455205554,0.0,0.0535428822209311,0.5,0.255951455205554,0.0,0.0457637313201948,0.5,0.255951455205554,0.0,0.0310023457687954,0.255951455205554,0.0,0.04075795364193,0.0,0.105526653380204,0.255951455205554,0.0,0.119016678910816,0.5,0.255951455205554,0.0,0.205622819122675,0.255951455205554,0.0,0.10864088465422,0.255951455205554,0.0,0.09242399310903,0.255951455205554,0.0,0.0584297785285735,0.0,0.275450833165482 -7322,0.255951455205554,0.0,0.306203631418097,0.255951455205554,0.0,0.147645402317746,0.255951455205554,0.0,0.194849482004514,0.255951455205554,0.0,0.227322436407068,0.255951455205554,0.0,0.188943768225094,0.255951455205554,0.0,0.0728822845541927,0.5,0.255951455205554,0.0,0.0537735584378001,0.5,0.255951455205554,0.0,0.043006020702803,0.5,0.255951455205554,0.0,0.0336029273012832,0.255951455205554,0.0,0.0459128200629313,0.0,0.0953715860218349,0.255951455205554,0.0,0.113983348640108,0.5,0.255951455205554,0.0,0.187500970010585,0.255951455205554,0.0,0.117619141903952,0.255951455205554,0.0,0.0880744587439104,0.255951455205554,0.0,0.0604343360734005,0.0,0.332321421255751 -7323,0.255951455205554,0.0,0.287755804028793,0.255951455205554,0.0,0.134850419750435,0.255951455205554,0.0,0.195562141098815,0.255951455205554,0.0,0.218062717450288,0.255951455205554,0.0,0.19534085154623,0.255951455205554,0.0,0.072421372578062,0.5,0.255951455205554,0.0,0.0569484763649651,0.5,0.255951455205554,0.0,0.0444247240761825,0.5,0.255951455205554,0.0,0.0359284766370474,0.255951455205554,0.0,0.0482473494787122,0.0,0.0925674044837358,0.255951455205554,0.0,0.104732581581328,0.5,0.255951455205554,0.0,0.173755088862994,0.255951455205554,0.0,0.13237634523688,0.255951455205554,0.0,0.0814810514106582,0.255951455205554,0.0,0.0569718847070644,0.0,0.458080069920656 -7324,0.255951455205554,0.0,0.273861658733632,0.255951455205554,0.0,0.136414305755842,0.255951455205554,0.0,0.200359469288939,0.255951455205554,0.0,0.21400472823835,0.255951455205554,0.0,0.189822468411087,0.255951455205554,0.0,0.0723526853783656,0.5,0.255951455205554,0.0,0.0585563098794969,0.5,0.255951455205554,0.0,0.0387919644033265,0.5,0.255951455205554,0.0,0.0386604681235107,0.255951455205554,0.0,0.0518867454503706,0.0,0.07975938029057,0.255951455205554,0.0,0.101246095726251,0.5,0.255951455205554,0.0,0.165425556750291,0.255951455205554,0.0,0.139112313660707,0.255951455205554,0.0,0.0773241674565764,0.255951455205554,0.0,0.0600835669532099,0.0,0.607157247983399 -7325,0.255951455205554,0.0,0.274652099040971,0.255951455205554,0.0,0.128351438518565,0.255951455205554,0.0,0.204022336642438,0.255951455205554,0.0,0.220651971591982,0.255951455205554,0.0,0.181906114193646,0.255951455205554,0.0,0.0787288436686728,0.5,0.255951455205554,0.0,0.0623500756307702,0.5,0.255951455205554,0.0,0.0334433666859756,0.5,0.255951455205554,0.0,0.0357790956020792,0.255951455205554,0.0,0.0593956353397964,0.0,0.0920011718848684,0.255951455205554,0.0,0.0994686167637576,0.5,0.255951455205554,0.0,0.160546504251782,0.255951455205554,0.0,0.146530368869645,0.255951455205554,0.0,0.078710131074227,0.255951455205554,0.0,0.0608371398135519,0.0,0.664532713443174 -7326,0.255951455205554,0.0,0.295040234975355,0.255951455205554,0.0,0.122709874541713,0.255951455205554,0.0,0.205985339721582,0.255951455205554,0.0,0.222812101244715,0.255951455205554,0.0,0.199352027308103,0.255951455205554,0.0,0.0886491636058508,0.5,0.255951455205554,0.0,0.067350763814696,0.5,0.255951455205554,0.0,0.0388958005515905,0.5,0.255951455205554,0.0,0.0383535245214872,0.255951455205554,0.0,0.0557988489490397,0.0,0.0801697222114934,0.255951455205554,0.0,0.101888004684725,0.5,0.255951455205554,0.0,0.165118408842298,0.255951455205554,0.0,0.142168390809542,0.255951455205554,0.0,0.0846894100905356,0.255951455205554,0.0,0.0694945447956991,0.0,0.653810002558784 -7327,0.255951455205554,0.0,0.312444489156963,0.255951455205554,0.0,0.145956953874387,0.255951455205554,0.0,0.225107190949533,0.255951455205554,0.0,0.225179860127881,0.255951455205554,0.0,0.202431692875928,0.255951455205554,0.0,0.093909389746611,0.5,0.255951455205554,0.0,0.0691255478336016,0.5,0.255951455205554,0.0,0.0461776162543929,0.5,0.255951455205554,0.0,0.0415442885739127,0.255951455205554,0.0,0.057697709266662,0.0,0.0827617826907258,0.255951455205554,0.0,0.107114031477739,0.5,0.255951455205554,0.0,0.175665612619757,0.255951455205554,0.0,0.140653733978023,0.255951455205554,0.0,0.0967905446310718,0.255951455205554,0.0,0.0854902919028502,0.0,0.746180496289824 -7328,0.255951455205554,0.0,0.305821667189797,0.255951455205554,0.0,0.128955733427009,0.255951455205554,8.57648100734026e-05,0.263971623925123,0.255951455205554,0.0,0.273349479382586,0.255951455205554,0.0,0.212732026640287,0.255951455205554,0.00062318424537576,0.0906493877470493,0.5,0.255951455205554,9.52004923448119e-05,0.0742747272576253,0.5,0.255951455205554,0.00370374108314827,0.0471420808511559,0.5,0.255951455205554,0.0110012248315305,0.0392401588042148,0.255951455205554,0.0,0.0591189568460494,0.00594587262355922,0.0977998922450604,0.255951455205554,0.00746610569351873,0.110470447087261,0.5,0.255951455205554,0.00215323933973564,0.176827590623026,0.255951455205554,0.0102067837176572,0.142343736278941,0.255951455205554,0.00409060281552681,0.10077012965753,0.255951455205554,0.00453130305016628,0.0832991610155994,0.0,0.828139320736473 -7329,0.255951455205554,0.0379978765694287,0.377538402578075,0.255951455205554,0.106386689022458,0.128223817044855,0.255951455205554,0.048220116410917,0.270472154995845,0.255951455205554,0.0268874443115313,0.320207617103892,0.255951455205554,0.0515065486380347,0.229154669777088,0.255951455205554,0.11027936808585,0.0958731244194671,0.5,0.255951455205554,0.0588718173760896,0.0893541659511376,0.5,0.255951455205554,0.138870388804945,0.0406984944548643,0.5,0.255951455205554,0.166345726408232,0.0373254630638373,0.255951455205554,0.0161876610487392,0.0663326139130743,0.138061911278674,0.0950327178297863,0.255951455205554,0.147013859652792,0.112178329018178,0.5,0.255951455205554,0.113335688940311,0.175080442011784,0.255951455205554,0.165762226376753,0.132571498063931,0.255951455205554,0.134340793392291,0.0945078881960195,0.255951455205554,0.146663370447329,0.0713645604136147,0.0684471939112838,0.846936785444622 -7330,0.255951455205554,0.118472572151068,0.469140912595029,0.255951455205554,0.25394532804068,0.193008814424707,0.255951455205554,0.118219974321114,0.30428156466138,0.255951455205554,0.0779601241631962,0.361547013018101,0.255951455205554,0.168749937401149,0.284626670101821,0.255951455205554,0.228305053581105,0.145479016006607,0.5,0.255951455205554,0.107728887904886,0.127529419543626,0.5,0.255951455205554,0.291149059638715,0.0306424600184828,0.5,0.255951455205554,0.328223514219914,0.0390225319695878,0.255951455205554,0.020064708645961,0.0790217733919425,0.283492311699525,0.115152246641325,0.255951455205554,0.294753018758801,0.139856758520218,0.5,0.255951455205554,0.257825923860961,0.221926290429863,0.255951455205554,0.322458936710176,0.162235787791114,0.255951455205554,0.287603305164678,0.114465542997484,0.255951455205554,0.306771249970977,0.0770335694875685,0.0690620120712326,0.892466122500145 -7331,0.255951455205554,0.120971060526244,0.454753976795915,0.255951455205554,0.313881986452205,0.230109376455329,0.255951455205554,0.251682101923121,0.383573603006587,0.255951455205554,0.0332854218147269,0.329512672564223,0.255951455205554,0.291950419064196,0.405637740231469,0.255951455205554,0.291872151597718,0.23427656375385,0.5,0.255951455205554,0.108376464938358,0.17251974556001,0.5,0.255951455205554,0.403844171918815,0.0281264717680066,0.5,0.255951455205554,0.45814697947165,0.0403537291421334,0.255951455205554,0.0348802678342997,0.0913440111994713,0.415535030941219,0.131942250636851,0.255951455205554,0.416479446950988,0.184682485969323,0.5,0.255951455205554,0.382930812897554,0.292167919472263,0.255951455205554,0.447398625606335,0.222221043690064,0.255951455205554,0.41914419728728,0.158466334067045,0.255951455205554,0.437643659718268,0.122833781655574,0.101106655345016,0.928918155531259 -7332,0.255951455205554,0.0908131680525377,0.418434875582951,0.255951455205554,0.303255964164613,0.266162704316554,0.255951455205554,0.386131740847038,0.48089748415184,0.255951455205554,0.220215310133052,0.426811520906286,0.255951455205554,0.395723621634466,0.512328356299514,0.255951455205554,0.269503424968527,0.305878164257639,0.5,0.255951455205554,0.122983515535614,0.241920554623043,0.5,0.255951455205554,0.453543191026793,0.0295791220782395,0.5,0.255951455205554,0.528036424334034,0.047031243220868,0.255951455205554,0.0581994704084969,0.105947425141608,0.491310070659896,0.176122332675606,0.255951455205554,0.48327190126912,0.211120478958427,0.5,0.255951455205554,0.450629106775619,0.339377196982098,0.255951455205554,0.515330188810569,0.24631914245591,0.255951455205554,0.493077642199105,0.224039190109599,0.255951455205554,0.511201971423434,0.209324887734923,0.0401951662084732,0.934436359296392 -7333,0.255951455205554,0.135352955523908,0.469968603067643,0.255951455205554,0.114100439453912,0.250619368310703,0.255951455205554,0.444855046438202,0.524435537291202,0.255951455205554,0.499391774428305,0.529587267484811,0.255951455205554,0.470932431625043,0.578377565001655,0.255951455205554,0.213468742977632,0.323849048124912,0.5,0.255951455205554,0.147925292169718,0.27284122812407,0.5,0.255951455205554,0.452333876924583,0.0288081086774909,0.5,0.255951455205554,0.532317509462571,0.0555565577602723,0.255951455205554,0.0700314443850083,0.121586723689556,0.504060448063748,0.230965164202938,0.255951455205554,0.49566348448967,0.22387483999576,0.5,0.255951455205554,0.455253359375508,0.331455018328608,0.255951455205554,0.524557281073947,0.234936739740885,0.255951455205554,0.510108398217634,0.235598498168306,0.255951455205554,0.522614792451706,0.261838052506595,0.0168364372753215,0.938352465176363 -7334,0.255951455205554,0.363928686996396,0.552638106511737,0.255951455205554,0.359522231549118,0.343053405122261,0.255951455205554,0.430041731093327,0.546869261563257,0.255951455205554,0.471698213600905,0.580826824421141,0.255951455205554,0.472401118981839,0.610174067359655,0.255951455205554,0.145726498554771,0.319966160944689,0.5,0.255951455205554,0.15546188233024,0.280029628721544,0.5,0.255951455205554,0.415594103046141,0.0254213035368555,0.5,0.255951455205554,0.476017825279997,0.0489757044681705,0.255951455205554,0.0733486376093893,0.141867221342754,0.453603347092082,0.205076813172574,0.255951455205554,0.448210647497232,0.222322367990456,0.5,0.255951455205554,0.379028894518994,0.31377035057238,0.255951455205554,0.472893264794082,0.219431366469145,0.255951455205554,0.461031464605116,0.255434951170527,0.255951455205554,0.464585940798041,0.311758009850685,0.0469131876203222,0.934413674800326 -7335,0.255951455205554,0.334983009137152,0.538366485458093,0.255951455205554,0.360495607766151,0.236198258449576,0.255951455205554,0.346903014882663,0.496857998707526,0.255951455205554,0.381539279336584,0.538610301380456,0.255951455205554,0.395490375362535,0.571125231115664,0.255951455205554,0.105701006737734,0.308330052514387,0.5,0.255951455205554,0.125278748944823,0.276812877776674,0.5,0.255951455205554,0.337966385643889,0.0193888746740585,0.5,0.255951455205554,0.367801903963173,0.0351266617970135,0.255951455205554,0.0517798525629762,0.149980040827375,0.347204204015947,0.158118564518439,0.255951455205554,0.343961135102261,0.176064420056743,0.5,0.255951455205554,0.257601394552417,0.263612684306279,0.255951455205554,0.362937965299656,0.166533528209501,0.255951455205554,0.344642335465041,0.191374751248927,0.255951455205554,0.332501167085751,0.247446257051682,0.362331815260689,0.930589330481682 -7336,0.255951455205554,0.13321735207294,0.547489487069572,0.255951455205554,0.109972824044588,0.205499431186624,0.255951455205554,0.152547453498728,0.452165652815353,0.255951455205554,0.142900871439777,0.467637892597211,0.255951455205554,0.190830459781141,0.505051374507084,0.255951455205554,0.0706098041828115,0.25442597074223,0.5,0.255951455205554,0.0588901653967637,0.225814584348496,0.5,0.255951455205554,0.174465241626611,0.0209389172991348,0.5,0.255951455205554,0.152733727432586,0.0283852748438176,0.255951455205554,0.011227471788032,0.124072116601799,0.0829023557300555,0.154363717758126,0.255951455205554,0.0740236573424022,0.158279860249025,0.5,0.255951455205554,0.0797317715897342,0.233438228270021,0.255951455205554,0.0933437380222183,0.154783496824479,0.255951455205554,0.111340199853408,0.155475684245093,0.255951455205554,0.119144114435527,0.169191556881666,0.143433653741147,0.931841470585464 -7337,0.255951455205554,0.0,0.584951723109206,0.255951455205554,0.0,0.222181543156152,0.255951455205554,0.0,0.46735570625766,0.255951455205554,0.0,0.46115055065797,0.255951455205554,0.0,0.489719855716335,0.255951455205554,0.000129404379508239,0.217773613021145,0.5,0.255951455205554,0.000344627489236169,0.19624674103439,0.5,0.255951455205554,0.0,0.0359570031422764,0.5,0.255951455205554,1.81650511362625e-07,0.0397015428810944,0.255951455205554,0.000438800017491751,0.126458185990452,0.0,0.179294975722127,0.255951455205554,0.0,0.188106428449744,0.5,0.255951455205554,0.0,0.242793259872929,0.255951455205554,0.0,0.178731351233562,0.255951455205554,0.0,0.179787957617288,0.255951455205554,0.0,0.136701132503897,0.0,0.934456966085857 -7338,0.255951455205554,0.0,0.617860632975138,0.255951455205554,0.0,0.248409333156744,0.255951455205554,0.0,0.498475032261169,0.255951455205554,0.0,0.487539056773308,0.255951455205554,0.0,0.50676434783657,0.255951455205554,0.0,0.194277268303441,0.5,0.255951455205554,0.0,0.195076495823482,0.5,0.255951455205554,0.0,0.0509574750364646,0.5,0.255951455205554,0.0,0.0433918878448343,0.255951455205554,0.0,0.134655266947667,0.0,0.164430412653066,0.255951455205554,0.0,0.182581968255681,0.5,0.255951455205554,0.0,0.233876139911224,0.255951455205554,0.0,0.187237003203422,0.255951455205554,0.0,0.200429154641818,0.255951455205554,0.0,0.121316615549469,0.0,0.939099874183206 -7339,0.255951455205554,0.0,0.63599521127977,0.255951455205554,0.0,0.280126336500676,0.255951455205554,0.0,0.53318501848345,0.255951455205554,0.0,0.527085675153934,0.255951455205554,0.0,0.541993656395481,0.255951455205554,0.0,0.179091653681787,0.5,0.255951455205554,0.0,0.209104141595986,0.5,0.255951455205554,0.0,0.065204961609207,0.5,0.255951455205554,0.0,0.0496415901270088,0.255951455205554,0.0,0.158314870649743,0.0,0.155337307247463,0.255951455205554,0.0,0.186455404432976,0.5,0.255951455205554,0.0,0.247895845063937,0.255951455205554,0.0,0.189585554052865,0.255951455205554,0.0,0.220139243148994,0.255951455205554,0.0,0.10893278003931,0.0,0.943617341368346 -7340,0.255951455205554,0.0,0.649257703274487,0.255951455205554,0.0,0.301978216612438,0.255951455205554,0.0,0.554415292687965,0.255951455205554,0.0,0.582174051787199,0.255951455205554,0.0,0.545732598951534,0.255951455205554,0.0,0.183652520420823,0.5,0.255951455205554,0.0,0.220334224077104,0.5,0.255951455205554,0.0,0.0836640823177338,0.5,0.255951455205554,0.0,0.0582547417468979,0.255951455205554,0.0,0.209122682334627,0.0,0.165594957420317,0.255951455205554,0.0,0.187212959925657,0.5,0.255951455205554,0.0,0.265320275136071,0.255951455205554,0.0,0.19779747271152,0.255951455205554,0.0,0.221273030922182,0.255951455205554,0.0,0.108250744116558,0.0,0.785696068654375 -7341,0.255951455205554,0.0,0.644060824823474,0.255951455205554,0.0,0.304399082154689,0.255951455205554,0.0,0.52983099897105,0.255951455205554,0.0,0.626086968548031,0.255951455205554,0.0,0.542713526809405,0.255951455205554,0.0,0.21652761881524,0.5,0.255951455205554,0.0,0.24765553234838,0.5,0.255951455205554,0.0,0.0961784819074514,0.5,0.255951455205554,0.0,0.0655868463472488,0.255951455205554,0.0,0.270408091371093,0.0,0.152620024010766,0.255951455205554,0.0,0.186233332877796,0.5,0.255951455205554,0.0,0.279204046536867,0.255951455205554,0.0,0.192096757868019,0.255951455205554,0.0,0.211754985558374,0.255951455205554,0.0,0.107207445143541,0.0,0.53709623039143 -7342,0.255951455205554,0.0,0.648078455508211,0.255951455205554,0.0,0.311093024343752,0.255951455205554,0.0,0.492279690575974,0.255951455205554,0.0,0.558134930186752,0.255951455205554,0.0,0.536725562500643,0.255951455205554,0.0,0.252649898752291,0.5,0.255951455205554,0.0,0.305222069201394,0.5,0.255951455205554,0.0,0.108468690199806,0.5,0.255951455205554,0.0,0.0754215879038436,0.255951455205554,0.0,0.304494130516143,0.0,0.164589111234081,0.255951455205554,0.0,0.180187778951986,0.5,0.255951455205554,0.0,0.279354691903829,0.255951455205554,0.0,0.196506658625047,0.255951455205554,0.0,0.204584625791245,0.255951455205554,0.0,0.122141852519538,0.0,0.424725520300227 -7343,0.255951455205554,0.0,0.654838476235912,0.255951455205554,0.0,0.316038141822381,0.255951455205554,0.0,0.473907603467116,0.255951455205554,0.0,0.494503074844854,0.255951455205554,0.0,0.52337320404,0.255951455205554,0.0,0.312441392035024,0.5,0.255951455205554,0.0,0.395533905297799,0.5,0.255951455205554,0.0,0.127825604703495,0.5,0.255951455205554,0.0,0.0840929010628015,0.255951455205554,0.0,0.450713289541541,0.0,0.157323402011978,0.255951455205554,0.0,0.180926750424135,0.5,0.255951455205554,0.0,0.275362275759425,0.255951455205554,0.0,0.201506583872802,0.255951455205554,0.0,0.209722020542942,0.255951455205554,0.0,0.148334851888211,0.0,0.302796482520257 -7344,0.255951455205554,0.0,0.633085309238962,0.255951455205554,0.0,0.311753924036411,0.255951455205554,0.0,0.438488919396103,0.255951455205554,0.0,0.444555987348373,0.255951455205554,0.0,0.533882745624586,0.255951455205554,0.0,0.413188626729993,0.5,0.255951455205554,0.0,0.508947715401071,0.5,0.255951455205554,0.0,0.151485743192543,0.5,0.255951455205554,0.0,0.101959060038697,0.255951455205554,0.0,0.680721706026862,0.0,0.15901850802822,0.255951455205554,0.0,0.18061489874799,0.5,0.255951455205554,0.0,0.291034526211419,0.255951455205554,0.0,0.213304089224046,0.255951455205554,0.0,0.215800155400314,0.255951455205554,0.0,0.188857987252654,0.0,0.187119073159222 -7345,0.255951455205554,0.0,0.583479731340539,0.255951455205554,0.0,0.274369330841896,0.255951455205554,0.0,0.391161181824495,0.255951455205554,0.0,0.403822454963551,0.255951455205554,0.0,0.576568202284203,0.255951455205554,0.0,0.50903061659288,0.5,0.255951455205554,0.0,0.620932871811563,0.5,0.255951455205554,0.0,0.18522740260411,0.5,0.255951455205554,0.0,0.12853245271484,0.255951455205554,0.0,0.714241506737743,0.0,0.158962532045741,0.255951455205554,0.0,0.179360166115486,0.5,0.255951455205554,0.0,0.291956071952408,0.255951455205554,0.0,0.231031581134303,0.255951455205554,0.0,0.24286071092935,0.255951455205554,0.0,0.230364274732702,0.0,0.138772779963052 -7346,0.255951455205554,0.0,0.490991249464227,0.255951455205554,0.0,0.251655290507919,0.255951455205554,0.0,0.381116954118929,0.255951455205554,0.0,0.399719467970274,0.255951455205554,0.0,0.615847132726651,0.255951455205554,0.0,0.643604871227672,0.5,0.255951455205554,0.0,0.676970093865298,0.5,0.255951455205554,0.0,0.24328358326335,0.5,0.255951455205554,0.0,0.152545525521001,0.255951455205554,0.0,0.81394892560206,0.0,0.168386507359901,0.255951455205554,0.0,0.193099516405618,0.5,0.255951455205554,0.0,0.278484824670669,0.255951455205554,0.0,0.266189289601873,0.255951455205554,0.0,0.268181723171051,0.255951455205554,0.0,0.28385785981916,0.0,0.190653899857583 -7347,0.255951455205554,0.0,0.407516923797431,0.255951455205554,0.0,0.228525852696778,0.255951455205554,0.0,0.374677318720312,0.255951455205554,0.0,0.409871462674595,0.255951455205554,0.0,0.610579474855371,0.255951455205554,0.0,0.725928036856022,0.5,0.255951455205554,0.0,0.718380710545288,0.5,0.255951455205554,0.0,0.289561633692348,0.5,0.255951455205554,0.0,0.168607490283032,0.255951455205554,0.0,0.815989423368903,0.0,0.179130317731025,0.255951455205554,0.0,0.216996922069346,0.5,0.255951455205554,0.0,0.290879799810056,0.255951455205554,0.0,0.29991369794528,0.255951455205554,0.0,0.326658710664952,0.255951455205554,0.0,0.337155182902132,0.0,0.29332873180178 -7348,0.255951455205554,0.0,0.325961183602419,0.255951455205554,0.0,0.279218158331642,0.255951455205554,0.0,0.393428274614787,0.255951455205554,0.0,0.372605118414559,0.255951455205554,0.0,0.580403567793385,0.255951455205554,0.0,0.769364274607658,0.5,0.255951455205554,0.0,0.708246421450872,0.5,0.255951455205554,0.0,0.319367032961962,0.5,0.255951455205554,0.0,0.188356687172849,0.255951455205554,0.0,0.823465527113659,0.0,0.19527444567651,0.255951455205554,0.0,0.246546148897437,0.5,0.255951455205554,0.0,0.307810247036963,0.255951455205554,0.0,0.354288122520441,0.255951455205554,0.0,0.388493928902854,0.255951455205554,0.0,0.44318561169854,0.0,0.307569988886739 -7349,0.255951455205554,0.0,0.294298473227754,0.255951455205554,0.0,0.289162073347123,0.255951455205554,0.0,0.416862306574779,0.255951455205554,0.0,0.487752021386251,0.255951455205554,0.0,0.536086774177851,0.255951455205554,0.0,0.789737061737462,0.5,0.255951455205554,0.0,0.660334265144848,0.5,0.255951455205554,0.0,0.361899162449784,0.5,0.255951455205554,0.0,0.244802019605766,0.255951455205554,0.0,0.783870473163825,0.0,0.219242754103173,0.255951455205554,0.0,0.28279212900669,0.5,0.255951455205554,0.0,0.342020445627265,0.255951455205554,0.0,0.396328246899275,0.255951455205554,0.0,0.47169290262328,0.255951455205554,0.0,0.554978232004059,0.0,0.383329722934357 -7350,0.255951455205554,0.0,0.331132843132189,0.255951455205554,0.0,0.469915105349753,0.255951455205554,0.0,0.428235905014225,0.255951455205554,0.0,0.455975348573937,0.255951455205554,0.0,0.477325487669302,0.255951455205554,0.0,0.756239622090151,0.5,0.255951455205554,0.0,0.542326532334729,0.5,0.255951455205554,0.0,0.359441576697171,0.5,0.255951455205554,0.0,0.284257565128737,0.255951455205554,0.0,0.627871293695812,0.0,0.255359590334239,0.255951455205554,0.0,0.350191534413482,0.5,0.255951455205554,0.0,0.399267039779096,0.255951455205554,0.0,0.409939340107383,0.255951455205554,0.0,0.539930130866049,0.255951455205554,0.0,0.667212569666558,0.0,0.484769479444226 -7351,0.255951455205554,0.0,0.336776652383122,0.255951455205554,0.0,0.614153331028759,0.255951455205554,0.0,0.441299992911992,0.255951455205554,0.0,0.315659945559427,0.255951455205554,0.0,0.434586409595023,0.255951455205554,0.0,0.719124787906071,0.5,0.255951455205554,0.0,0.38129405519977,0.5,0.255951455205554,0.0,0.344383604158187,0.5,0.255951455205554,0.0,0.283720989859153,0.255951455205554,0.0,0.399343592042642,0.0,0.260178595242123,0.255951455205554,0.0,0.400285645501075,0.5,0.255951455205554,0.0,0.522744601520578,0.255951455205554,0.0,0.410199227072439,0.255951455205554,0.0,0.614865707983082,0.255951455205554,0.0,0.744965184166136,0.0,0.472036092826875 -7352,0.255951455205554,0.0,0.371347738967708,0.255951455205554,0.0,0.442680764126262,0.255951455205554,2.08292531481719e-06,0.536951917523108,0.255951455205554,0.0,0.385698588201425,0.255951455205554,0.0,0.401067987722981,0.255951455205554,6.0833174227846e-06,0.639359073197117,0.5,0.255951455205554,3.81591804036602e-07,0.299687559226044,0.5,0.255951455205554,0.000590906479104383,0.322544049638952,0.5,0.255951455205554,0.00626399899356072,0.284831877823015,0.255951455205554,0.0,0.282614114818254,0.00201550523700733,0.293866668653818,0.255951455205554,0.00308354167717721,0.444320310583969,0.5,0.255951455205554,0.000226288317394222,0.578912645797496,0.255951455205554,0.00383283342508078,0.452566211471708,0.255951455205554,0.000982998924630529,0.641765486321473,0.255951455205554,0.000802775418716088,0.74463843519098,0.0,0.643681787958292 -7353,0.255951455205554,0.00533380637529594,0.428582869175261,0.255951455205554,0.00982668604426823,0.451765100683259,0.255951455205554,0.00688258039670622,0.59150929142511,0.255951455205554,0.0166708384273086,0.682513276171255,0.255951455205554,0.0152588035211972,0.333959446189594,0.255951455205554,0.004078419659031,0.509029882349591,0.5,0.255951455205554,0.00574801478462508,0.300228894093164,0.5,0.255951455205554,0.0187070488492376,0.307383924689448,0.5,0.255951455205554,0.0810798971468781,0.268661577531849,0.255951455205554,0.00248610553038463,0.262452490894329,0.0404875904550405,0.451486341338612,0.255951455205554,0.0593571208299507,0.450648620313393,0.5,0.255951455205554,0.0142411934396607,0.585391897645072,0.255951455205554,0.0546786651281369,0.557212299154506,0.255951455205554,0.0370385601518723,0.598617852582176,0.255951455205554,0.0280692961892717,0.713968334350049,0.00399110223299712,0.918818107300503 -7354,0.255951455205554,0.0286841768682103,0.517605901645098,0.255951455205554,0.0559539626849751,0.54205153910088,0.255951455205554,0.0361653327967076,0.576616002978231,0.255951455205554,0.0360685650859214,0.746919395277059,0.255951455205554,0.0930636057385429,0.369273924644396,0.255951455205554,0.01758189603536,0.389762976891392,0.5,0.255951455205554,0.0242387492939293,0.301988783724338,0.5,0.255951455205554,0.0449751113769282,0.287437396796093,0.5,0.255951455205554,0.149762828427624,0.261644263619549,0.255951455205554,0.0125093371506658,0.276905770717377,0.0874026847133673,0.517596985605989,0.255951455205554,0.103762783805748,0.458919892961887,0.5,0.255951455205554,0.0396921226750387,0.563860640226126,0.255951455205554,0.112681354128287,0.652924479609447,0.255951455205554,0.070830905889392,0.582936378869182,0.255951455205554,0.0702704661029959,0.660868817491554,0.0438363167198138,0.9299777535745 -7355,0.255951455205554,0.0346849960130649,0.821772097659471,0.255951455205554,0.0905328232040529,0.82419904984869,0.255951455205554,0.128648862093408,0.591238528416145,0.255951455205554,0.0349313471027533,0.636105693374845,0.255951455205554,0.149438320230592,0.489985115281746,0.255951455205554,0.0396002071771442,0.335501963289854,0.5,0.255951455205554,0.0601608891548158,0.348417047077124,0.5,0.255951455205554,0.0795953281840423,0.241639661194632,0.5,0.255951455205554,0.199577232160316,0.238040061028184,0.255951455205554,0.0321674155869875,0.304275617976816,0.123668504858885,0.483273980888976,0.255951455205554,0.107706107082954,0.464103070008356,0.5,0.255951455205554,0.0603335757841828,0.556422252435335,0.255951455205554,0.169062058144791,0.678379048611842,0.255951455205554,0.0920701727575463,0.558868876549603,0.255951455205554,0.0937646391126286,0.591033060683239,0.104693374617425,0.801415861906016 -7356,0.255951455205554,0.0357749645727709,0.822243401879521,0.255951455205554,0.0644713473906561,0.666595155687122,0.255951455205554,0.236329840429772,0.621592091460048,0.255951455205554,0.0809953897494168,0.48614222627448,0.255951455205554,0.166352264979511,0.623837271375526,0.255951455205554,0.0612423681753407,0.343870239650595,0.5,0.255951455205554,0.096767700636112,0.410096753772944,0.5,0.255951455205554,0.107406929253567,0.228848029458328,0.5,0.255951455205554,0.239711829021151,0.220359137732135,0.255951455205554,0.0331737967456516,0.323662692599656,0.0876558001632112,0.415197910306961,0.255951455205554,0.117610696311454,0.463805402306329,0.5,0.255951455205554,0.0848935307667449,0.603139637254106,0.255951455205554,0.215525474419815,0.648236834409629,0.255951455205554,0.0967020513658718,0.509146442075396,0.255951455205554,0.10797034730334,0.474268924156633,0.00800565100474124,0.860480617939555 -7357,0.255951455205554,0.0868701899940933,0.700067567820315,0.255951455205554,0.0358734922537051,0.297596415185359,0.255951455205554,0.187053206905292,0.637777232889418,0.255951455205554,0.338185635855972,0.741219922594565,0.255951455205554,0.202396852861135,0.576100889191535,0.255951455205554,0.0537216026236567,0.375203804005544,0.5,0.255951455205554,0.0949994784274784,0.46675013391575,0.5,0.255951455205554,0.114496464337428,0.210184048402375,0.5,0.255951455205554,0.268319926205705,0.19919353314918,0.255951455205554,0.0235643737716921,0.369876383300972,0.061474366454349,0.34100051482779,0.255951455205554,0.132518579590463,0.420419002911103,0.5,0.255951455205554,0.0855504316647003,0.589599181661816,0.255951455205554,0.240584679208494,0.620192508349871,0.255951455205554,0.0860372738175602,0.407466916293819,0.255951455205554,0.103696936165262,0.376028519465349,0.0670259900143904,0.963813016021658 -7358,0.255951455205554,0.115957556515487,0.539666587731713,0.255951455205554,0.173337528733324,0.485833207057054,0.255951455205554,0.143906195147168,0.578847018970712,0.255951455205554,0.0925612419121589,0.665381505742848,0.255951455205554,0.247887156764223,0.611590483082819,0.255951455205554,0.0454318848152675,0.44520123007616,0.5,0.255951455205554,0.0653221312342769,0.513265021785545,0.5,0.255951455205554,0.097122319914852,0.202970847505213,0.5,0.255951455205554,0.274504669107084,0.175611257600836,0.255951455205554,0.025092544776761,0.405742835328687,0.0313253071397155,0.250082252063366,0.255951455205554,0.127080502852553,0.347928740839569,0.5,0.255951455205554,0.0606466143450072,0.511378481005097,0.255951455205554,0.205347144030806,0.566951084195595,0.255951455205554,0.0751476498180438,0.313809585886945,0.255951455205554,0.0716300392470908,0.361151978338727,0.129064668172021,0.97729724845723 -7359,0.255951455205554,0.163370061413154,0.574958936923713,0.255951455205554,0.213735993047478,0.519758030766369,0.255951455205554,0.136996888419061,0.489218824667321,0.255951455205554,0.0417443894528497,0.474058674475325,0.255951455205554,0.211563674075291,0.652280988739139,0.255951455205554,0.0334030446350586,0.515711178743879,0.5,0.255951455205554,0.0517189396110031,0.568874239313971,0.5,0.255951455205554,0.0719349071155462,0.204648843786069,0.5,0.255951455205554,0.229186806427456,0.158054228726165,0.255951455205554,0.0631618790169709,0.507978192252918,0.0158623199457045,0.148491806459515,0.255951455205554,0.0897507575984328,0.24855985273432,0.5,0.255951455205554,0.0264260017571811,0.386405420188903,0.255951455205554,0.136429786125462,0.510728736111523,0.255951455205554,0.0515501627579663,0.27191231828112,0.255951455205554,0.0384800208611555,0.357869657658963,0.138074599156065,0.967855692255961 -7360,0.255951455205554,0.080550373236173,0.571797520019439,0.255951455205554,0.0129671451854319,0.346261995621552,0.255951455205554,0.0995144652465499,0.421021311347119,0.255951455205554,0.132908378690645,0.425060057945659,0.255951455205554,0.0981277046684776,0.634198091628251,0.255951455205554,0.0108410400075742,0.555887849675921,0.5,0.255951455205554,0.0239626780094922,0.581391760635713,0.5,0.255951455205554,0.0419948134207321,0.211603730844714,0.5,0.255951455205554,0.0996498429776702,0.138058255351384,0.255951455205554,0.0428263952053985,0.504413616534747,0.00598382241262941,0.0899702903073027,0.255951455205554,0.0258651883285919,0.161170758141561,0.5,0.255951455205554,0.0112947210495884,0.302948905298683,0.255951455205554,0.0360162019163083,0.421502443812321,0.255951455205554,0.01652598013832,0.226640972795793,0.255951455205554,0.0136498012128852,0.348283759984504,0.0695491732824391,0.962352587235138 -7361,0.255951455205554,0.0,0.499771074091975,0.255951455205554,0.0,0.205933864612944,0.255951455205554,1.31489093191754e-08,0.388351317333559,0.255951455205554,0.0,0.417376274499911,0.255951455205554,2.57240716832139e-05,0.616594099432905,0.255951455205554,0.00024764989657575,0.562303815390258,0.5,0.255951455205554,0.000390625528061522,0.581615834452082,0.5,0.255951455205554,8.66001195921068e-05,0.209113555712839,0.5,0.255951455205554,9.96223104601089e-05,0.131268370291199,0.255951455205554,0.0,0.537282533655197,0.0,0.0887359455476609,0.255951455205554,0.0,0.128201859490207,0.5,0.255951455205554,0.0,0.208256232140809,0.255951455205554,0.0,0.371974195431871,0.255951455205554,3.97561916648501e-06,0.212697309965018,0.255951455205554,0.000126300301123631,0.320393738872343,0.0,0.939933351879408 -7362,0.255951455205554,0.0,0.48000128808201,0.255951455205554,0.0,0.21183050803254,0.255951455205554,0.0,0.403714629849709,0.255951455205554,0.0,0.427962454013136,0.255951455205554,0.0,0.636167338590308,0.255951455205554,0.0,0.549691498632134,0.5,0.255951455205554,0.0,0.560754446926367,0.5,0.255951455205554,0.0,0.203649696725521,0.5,0.255951455205554,0.0,0.133672550695322,0.255951455205554,0.0,0.438304296496911,0.0,0.117604959973223,0.255951455205554,0.0,0.143688765456002,0.5,0.255951455205554,0.0,0.137915977103266,0.255951455205554,0.0,0.336397213529089,0.255951455205554,0.0,0.222685627471918,0.255951455205554,0.0,0.302144044320647,0.0,0.931580035854086 -7363,0.255951455205554,0.0,0.471454149507177,0.255951455205554,0.0,0.274805949538613,0.255951455205554,0.0,0.451540809877694,0.255951455205554,0.0,0.481713111237027,0.255951455205554,0.0,0.704108330090307,0.255951455205554,0.0,0.527428618724632,0.5,0.255951455205554,0.0,0.56694893620575,0.5,0.255951455205554,0.0,0.204320680969957,0.5,0.255951455205554,0.0,0.14756814233267,0.255951455205554,0.0,0.481724764509009,0.0,0.134699295135113,0.255951455205554,0.0,0.159050270848642,0.5,0.255951455205554,0.0,0.137493357117299,0.255951455205554,0.0,0.294095443023826,0.255951455205554,0.0,0.215887742946824,0.255951455205554,0.0,0.281319118558533,0.0,0.927120802872196 -7364,0.255951455205554,0.0,0.495056050852281,0.255951455205554,0.0,0.296448455032877,0.255951455205554,0.0,0.500604421374979,0.255951455205554,0.0,0.528495331302207,0.255951455205554,0.0,0.737813208941619,0.255951455205554,0.0,0.518010059172299,0.5,0.255951455205554,0.0,0.542314580960509,0.5,0.255951455205554,0.0,0.19559672837075,0.5,0.255951455205554,0.0,0.172975388511188,0.255951455205554,0.0,0.484619246227158,0.0,0.161939565294872,0.255951455205554,0.0,0.167415114323635,0.5,0.255951455205554,0.0,0.163413368584793,0.255951455205554,0.0,0.260913494768559,0.255951455205554,0.0,0.205954091947869,0.255951455205554,0.0,0.315959120615614,0.0,0.929042082277661 -7365,0.255951455205554,0.0,0.544406848832855,0.255951455205554,0.0,0.297025162992296,0.255951455205554,0.0,0.535817137538863,0.255951455205554,0.0,0.568222392850856,0.255951455205554,0.0,0.746315839488839,0.255951455205554,0.0,0.535788347615639,0.5,0.255951455205554,0.0,0.541021376338363,0.5,0.255951455205554,0.0,0.186905947755726,0.5,0.255951455205554,0.0,0.192399816131079,0.255951455205554,0.0,0.538567448270196,0.0,0.171235454131972,0.255951455205554,0.0,0.171407692039147,0.5,0.255951455205554,0.0,0.187462275846638,0.255951455205554,0.0,0.255615115526016,0.255951455205554,0.0,0.230077068236034,0.255951455205554,0.0,0.384974577149829,0.0,0.930629912474609 -7366,0.255951455205554,0.0,0.600592503147249,0.255951455205554,0.0,0.30348825664027,0.255951455205554,0.0,0.567680943341007,0.255951455205554,0.0,0.6172834452003,0.255951455205554,0.0,0.742006392183997,0.255951455205554,0.0,0.588600503309223,0.5,0.255951455205554,0.0,0.590757001688314,0.5,0.255951455205554,0.0,0.165961084637252,0.5,0.255951455205554,0.0,0.195467651604183,0.255951455205554,0.0,0.645011136221822,0.0,0.170099836531742,0.255951455205554,0.0,0.182473959999729,0.5,0.255951455205554,0.0,0.209668083612351,0.255951455205554,0.0,0.277789088972817,0.255951455205554,0.0,0.275697697145246,0.255951455205554,0.0,0.492317724565161,0.0,0.93260668792546 -7367,0.255951455205554,0.0,0.644612964165385,0.255951455205554,0.0,0.358975167140003,0.255951455205554,0.0,0.583175783193143,0.255951455205554,0.0,0.593180166804589,0.255951455205554,0.0,0.775075636425701,0.255951455205554,0.0,0.663472288991546,0.5,0.255951455205554,0.0,0.650850421913729,0.5,0.255951455205554,0.0,0.155263767654337,0.5,0.255951455205554,0.0,0.16680031025991,0.255951455205554,0.0,0.699571908055972,0.0,0.185835759866767,0.255951455205554,0.0,0.203589209590547,0.5,0.255951455205554,0.0,0.224618207545695,0.255951455205554,0.0,0.313913077654661,0.255951455205554,0.0,0.313834315411211,0.255951455205554,0.0,0.521030317764402,0.0,0.935742828951268 -7368,0.255951455205554,0.0,0.655567047518924,0.255951455205554,0.0,0.421507508587228,0.255951455205554,0.0,0.625126571823808,0.255951455205554,0.0,0.611457089932039,0.255951455205554,0.0,0.757619086690326,0.255951455205554,0.0,0.747609736924759,0.5,0.255951455205554,0.0,0.69808488983846,0.5,0.255951455205554,0.0,0.17226619123297,0.5,0.255951455205554,0.0,0.153606765607815,0.255951455205554,0.0,0.785059564632578,0.0,0.194659447299483,0.255951455205554,0.0,0.218851461847201,0.5,0.255951455205554,0.0,0.240790263917861,0.255951455205554,0.0,0.320837866276621,0.255951455205554,0.0,0.362714724369709,0.255951455205554,0.0,0.518078564417054,0.0,0.938484743727892 -7369,0.255951455205554,0.0,0.68416758177866,0.255951455205554,0.0,0.483092967263102,0.255951455205554,0.0,0.655103176829308,0.255951455205554,0.0,0.670998579935345,0.255951455205554,0.0,0.707270885263978,0.255951455205554,0.0,0.801215020896325,0.5,0.255951455205554,0.0,0.678485405710298,0.5,0.255951455205554,0.0,0.167998584406152,0.5,0.255951455205554,0.0,0.153273736137458,0.255951455205554,0.0,0.720938080318172,0.0,0.1785593744748,0.255951455205554,0.0,0.242504381384494,0.5,0.255951455205554,0.0,0.282410105503209,0.255951455205554,0.0,0.294475729692911,0.255951455205554,0.0,0.385211943451277,0.255951455205554,0.0,0.4750978042327,0.0,0.935088820379599 -7370,0.255951455205554,0.0,0.74163539487391,0.255951455205554,0.0,0.560578407452465,0.255951455205554,0.0,0.656477200294922,0.255951455205554,0.0,0.710869962479589,0.255951455205554,0.0,0.671707847213042,0.255951455205554,0.0,0.760263377276981,0.5,0.255951455205554,0.0,0.588524216942894,0.5,0.255951455205554,0.0,0.216553410620689,0.5,0.255951455205554,0.0,0.180466206465221,0.255951455205554,0.0,0.460854645210864,0.0,0.208866258322918,0.255951455205554,0.0,0.271902774868153,0.5,0.255951455205554,0.0,0.318507803691528,0.255951455205554,0.0,0.279012376380442,0.255951455205554,0.0,0.36689074082749,0.255951455205554,0.0,0.400360376089919,0.0,0.863979128620027 -7371,0.255951455205554,0.0,0.783377932555656,0.255951455205554,0.0,0.592708493920966,0.255951455205554,0.0,0.670834918002284,0.255951455205554,0.0,0.732065405916855,0.255951455205554,0.0,0.63525327000718,0.255951455205554,0.0,0.618889087973074,0.5,0.255951455205554,0.0,0.451008403652377,0.5,0.255951455205554,0.0,0.25568797064841,0.5,0.255951455205554,0.0,0.231147995003311,0.255951455205554,0.0,0.178883253106875,0.0,0.274851499022813,0.255951455205554,0.0,0.271791887118612,0.5,0.255951455205554,0.0,0.309261822114965,0.255951455205554,0.0,0.245682358862108,0.255951455205554,0.0,0.318633317212275,0.255951455205554,0.0,0.330079994038595,0.0,0.643970471453937 -7372,0.255951455205554,0.0,0.800583915070759,0.255951455205554,0.0,0.632119265793007,0.255951455205554,0.0,0.66635051273719,0.255951455205554,0.0,0.741999141462468,0.255951455205554,0.0,0.648270105673515,0.255951455205554,0.0,0.469919682028461,0.5,0.255951455205554,0.0,0.291274248678093,0.5,0.255951455205554,0.0,0.244622154729491,0.5,0.255951455205554,0.0,0.256084108116851,0.255951455205554,0.0,0.149781489302292,0.0,0.275530761068499,0.255951455205554,0.0,0.270605586345442,0.5,0.255951455205554,0.0,0.318047598837274,0.255951455205554,0.0,0.203197396705528,0.255951455205554,0.0,0.272889185202044,0.255951455205554,0.0,0.207658259599319,0.0,0.375687699041865 -7373,0.255951455205554,0.0,0.825977932679862,0.255951455205554,0.0,0.643516208003885,0.255951455205554,0.0,0.645330824176484,0.255951455205554,0.0,0.713085499245275,0.255951455205554,0.0,0.658790382434604,0.255951455205554,0.0,0.49396032955289,0.5,0.255951455205554,0.0,0.2496983791532,0.5,0.255951455205554,0.0,0.218229931970032,0.5,0.255951455205554,0.0,0.266753255093041,0.255951455205554,0.0,0.375262827337393,0.0,0.201247937374075,0.255951455205554,0.0,0.272837281449997,0.5,0.255951455205554,0.0,0.362802991178459,0.255951455205554,0.0,0.203080831604094,0.255951455205554,0.0,0.218450601672724,0.255951455205554,0.0,0.163472729383763,0.0,0.229195410196517 -7374,0.255951455205554,0.0,0.838005723068485,0.255951455205554,0.0,0.546742593860695,0.255951455205554,0.0,0.62783211027007,0.255951455205554,0.0,0.69309605731647,0.255951455205554,0.0,0.592479810064037,0.255951455205554,0.0,0.509484659779238,0.5,0.255951455205554,0.0,0.330554987305442,0.5,0.255951455205554,0.0,0.186665977116463,0.5,0.255951455205554,0.0,0.242125131379544,0.255951455205554,0.0,0.667040863563807,0.0,0.147608500518278,0.255951455205554,0.0,0.260921091068797,0.5,0.255951455205554,0.0,0.441969641007072,0.255951455205554,0.0,0.242628738770367,0.255951455205554,0.0,0.178765103702146,0.255951455205554,0.0,0.225055639320615,0.0,0.153250136324678 -7375,0.255951455205554,0.0,0.811866777073374,0.255951455205554,0.0,0.535812882903285,0.255951455205554,0.0,0.57915531754161,0.255951455205554,0.0,0.682903258661365,0.255951455205554,0.0,0.537535290990395,0.255951455205554,0.0,0.484543239333695,0.5,0.255951455205554,0.0,0.457927793783046,0.5,0.255951455205554,0.0,0.16803958516823,0.5,0.255951455205554,0.0,0.193461744588085,0.255951455205554,0.0,0.698693418946464,0.0,0.117745255213489,0.255951455205554,0.0,0.228150837587493,0.5,0.255951455205554,0.0,0.461546346314443,0.255951455205554,0.0,0.258651241534276,0.255951455205554,0.0,0.190404148135329,0.255951455205554,0.0,0.340165193735911,0.0,0.113046479259994 -7376,0.255951455205554,0.0,0.783118295959943,0.255951455205554,0.0,0.445469706565138,0.255951455205554,1.66770659506352e-08,0.519611430887402,0.255951455205554,0.0,0.570874466094087,0.255951455205554,0.0,0.492659388822217,0.255951455205554,1.61634187626099e-06,0.481599490576766,0.5,0.255951455205554,0.0,0.542902571665197,0.5,0.255951455205554,0.00109643504162431,0.134615644497772,0.5,0.255951455205554,0.0057991473561638,0.147773524419332,0.255951455205554,0.0,0.658893084609149,0.0013313660571428,0.134106645579842,0.255951455205554,0.00230534882317733,0.20325890830791,0.5,0.255951455205554,0.000264955388184225,0.425193882219008,0.255951455205554,0.00313574677064131,0.24172855745048,0.255951455205554,0.000942534682933715,0.27157362437807,0.255951455205554,0.00124223526707169,0.354222793605433,0.0,0.0951046116716765 -7377,0.255951455205554,0.00618494633069478,0.725105316304967,0.255951455205554,0.0156108056661105,0.256690237587287,0.255951455205554,0.0186746581012403,0.471783036497448,0.255951455205554,0.00881510249488477,0.458770304633692,0.255951455205554,0.0181818582164313,0.434463016226351,0.255951455205554,0.0168750192959626,0.480534642390201,0.5,0.255951455205554,0.00782345244211309,0.533639708978059,0.5,0.255951455205554,0.0511322105013391,0.0777688577025629,0.5,0.255951455205554,0.115613179181512,0.127144408581416,0.255951455205554,0.00227968012986008,0.651853981426975,0.0352916454071317,0.246611450550066,0.255951455205554,0.0519323451409949,0.249822903126912,0.5,0.255951455205554,0.0202007091987467,0.377077540107866,0.255951455205554,0.0588858461321054,0.243377959565595,0.255951455205554,0.0413568704025725,0.392276706637504,0.255951455205554,0.0540014938483659,0.325160205378203,0.00875505309232539,0.085384553480181 -7378,0.255951455205554,0.0247309299889743,0.624050275085599,0.255951455205554,0.0900639465610666,0.325361080983628,0.255951455205554,0.0703574629885428,0.421374190176588,0.255951455205554,0.0678085332587182,0.423689769866735,0.255951455205554,0.0472601407865239,0.478443550489622,0.255951455205554,0.0603861174011695,0.483468912846246,0.5,0.255951455205554,0.025291398640725,0.48278950276764,0.5,0.255951455205554,0.118632702558525,0.0527472599330632,0.5,0.255951455205554,0.254057227611829,0.140223778446428,0.255951455205554,0.012503962222829,0.617809800981606,0.162657030431656,0.301490727331815,0.255951455205554,0.141062948839776,0.343418693134561,0.5,0.255951455205554,0.0503627772491644,0.357223879236793,0.255951455205554,0.125588718498508,0.256612546912208,0.255951455205554,0.10099095875569,0.411398715536722,0.255951455205554,0.139231641114743,0.302020588975519,0.0298247471608284,0.0850877471577051 -7379,0.255951455205554,0.0587636279048575,0.549170306509349,0.255951455205554,0.20515371878733,0.511153266064552,0.255951455205554,0.10322562858168,0.387839858061402,0.255951455205554,0.103392019336438,0.379413196015371,0.255951455205554,0.0669100137005122,0.573589799415296,0.255951455205554,0.101371698516253,0.46769921996456,0.5,0.255951455205554,0.0492500066127577,0.46327614393187,0.5,0.255951455205554,0.160285693326587,0.0359655337319745,0.5,0.255951455205554,0.368428718755311,0.169233428499934,0.255951455205554,0.0266564205549748,0.536139975685089,0.240562170164676,0.338079334051542,0.255951455205554,0.223265002529712,0.39695800423723,0.5,0.255951455205554,0.0763989153318943,0.486564024151309,0.255951455205554,0.197073246148421,0.261524832297045,0.255951455205554,0.173343414000814,0.366911138695452,0.255951455205554,0.261081107712765,0.357112040409554,0.0800662214026908,0.0726519953768978 -7380,0.255951455205554,0.0939437281170154,0.466079071704355,0.255951455205554,0.178140069546552,0.462748057894323,0.255951455205554,0.110335125193475,0.393369253481663,0.255951455205554,0.102181316931622,0.378361754532567,0.255951455205554,0.0715068734681923,0.55122223374564,0.255951455205554,0.136456138826426,0.465934125380876,0.5,0.255951455205554,0.0802163166397731,0.430213013355062,0.5,0.255951455205554,0.188347259686296,0.0352327665640052,0.5,0.255951455205554,0.413893703602277,0.180444344521095,0.255951455205554,0.0599121699439205,0.416275133032152,0.252173148432468,0.360208950689611,0.255951455205554,0.26816175586386,0.403002051088858,0.5,0.255951455205554,0.0909705279125036,0.56903207719823,0.255951455205554,0.302454864297463,0.292123278217661,0.255951455205554,0.235981632631229,0.350050555125016,0.255951455205554,0.34977880872224,0.577481488440351,0.0913409367503443,0.0843173255719536 -7381,0.255951455205554,0.0818274450915629,0.365042993013392,0.255951455205554,0.0895717564481551,0.457168108766461,0.255951455205554,0.0811542174871017,0.378841584195791,0.255951455205554,0.0722299555043801,0.333065984592869,0.255951455205554,0.0637931641238286,0.435719318317812,0.255951455205554,0.167059181245726,0.414151196734634,0.5,0.255951455205554,0.103819454691249,0.357776763725955,0.5,0.255951455205554,0.211427822144922,0.0447159918824181,0.5,0.255951455205554,0.404567203059636,0.197513842374286,0.255951455205554,0.0606326395243793,0.283282025952701,0.302719633019837,0.332091360116809,0.255951455205554,0.301504761578165,0.364261044786151,0.5,0.255951455205554,0.105087522494463,0.561372280037449,0.255951455205554,0.404606390864627,0.331391887743137,0.255951455205554,0.252073611239155,0.406801743018925,0.255951455205554,0.370740747728577,0.541916462878811,0.106181714033908,0.103606673108543 -7382,0.255951455205554,0.0424133850290032,0.280259409617056,0.255951455205554,0.0434874280314909,0.390626254196742,0.255951455205554,0.0473813910317106,0.26988738477814,0.255951455205554,0.0277012911709011,0.224658102546009,0.255951455205554,0.0515854475363091,0.291223664976592,0.255951455205554,0.147662056428764,0.362692995930418,0.5,0.255951455205554,0.100032215341879,0.313935079609769,0.5,0.255951455205554,0.178514068920099,0.0400146971274954,0.5,0.255951455205554,0.371047949928203,0.143915995251249,0.255951455205554,0.0828208814014188,0.256843958878611,0.142094109739422,0.260224619723805,0.255951455205554,0.288589945925231,0.294217860332599,0.5,0.255951455205554,0.0965879121943709,0.494738201716421,0.255951455205554,0.401672560401504,0.338105006039666,0.255951455205554,0.240493669147241,0.338925658527359,0.255951455205554,0.295872353409068,0.468573716575973,0.06366865134214,0.116110547613769 -7383,0.255951455205554,0.014485139803561,0.214497174335767,0.255951455205554,0.00634549441742315,0.232506783259118,0.255951455205554,0.0235549884602344,0.153552457078268,0.255951455205554,0.00623228496974687,0.155662391083034,0.255951455205554,0.0355969206181738,0.195560040404674,0.255951455205554,0.0893629624899217,0.304512486770028,0.5,0.255951455205554,0.0748185701249174,0.246859424282612,0.5,0.255951455205554,0.112561161986811,0.0236109819387694,0.5,0.255951455205554,0.272968271971644,0.0844024838805577,0.255951455205554,0.0596086196189645,0.22109957581286,0.104319509046801,0.24934376757943,0.255951455205554,0.235204549695882,0.249313438870646,0.5,0.255951455205554,0.0581029276889981,0.364887954849848,0.255951455205554,0.299958521853239,0.239343709042309,0.255951455205554,0.164063446904919,0.249035127118153,0.255951455205554,0.197158766272776,0.324369026879738,0.0234618711074424,0.117557108443362 -7384,0.255951455205554,0.0030469317344457,0.160632952075028,0.255951455205554,0.00110010811494691,0.141362954325089,0.255951455205554,0.00962997658071974,0.0783421429757598,0.255951455205554,0.00221881816769425,0.071265078887132,0.255951455205554,0.017184208919787,0.157168505231516,0.255951455205554,0.0371330364367075,0.228335824450354,0.5,0.255951455205554,0.0281898768303635,0.155715128458748,0.5,0.255951455205554,0.0556401292758407,0.024653358386514,0.5,0.255951455205554,0.108841986276611,0.0627885497105193,0.255951455205554,0.0130030034895952,0.209551632182314,0.0719266612872086,0.172945880312273,0.255951455205554,0.0623501124266185,0.190626731250278,0.5,0.255951455205554,0.0334301788576901,0.307552640848905,0.255951455205554,0.0786872164407907,0.136107023509002,0.255951455205554,0.0724219667560698,0.15955566884222,0.255951455205554,0.0914195033502155,0.188849630101137,0.00512405885762844,0.129665821284165 -7385,0.255951455205554,0.0,0.0926988072309814,0.255951455205554,4.46743978092943e-09,0.0596937514034263,0.255951455205554,6.13912716679709e-05,0.0447467694630838,0.255951455205554,5.71347336938483e-05,0.0302720224007221,0.255951455205554,0.000251897008181701,0.122152797531114,0.255951455205554,0.000161888030831936,0.111823793113118,0.5,0.255951455205554,0.00067164362319257,0.138063659168103,0.5,0.255951455205554,2.70835898655344e-05,0.0306874957838102,0.5,0.255951455205554,1.74990961364474e-05,0.0747233983097602,0.255951455205554,0.000243699314498084,0.210862063354475,0.0,0.169320321579512,0.255951455205554,0.0,0.15786222203106,0.5,0.255951455205554,0.0,0.231436695783578,0.255951455205554,0.0,0.116163415350094,0.255951455205554,0.0,0.120988946765206,0.255951455205554,0.0,0.0992188477908353,0.0,0.146385684904981 -7386,0.255951455205554,0.0,0.0465518259738918,0.255951455205554,0.0,0.030039032888289,0.255951455205554,0.0,0.0373570829854019,0.255951455205554,0.0,0.0154217969770426,0.255951455205554,0.0,0.0981599728341,0.255951455205554,0.0,0.0558492741686669,0.5,0.255951455205554,0.0,0.101598961521377,0.5,0.255951455205554,0.0,0.0184010309895153,0.5,0.255951455205554,0.0,0.0773917441666361,0.255951455205554,0.0,0.193674061390907,0.0,0.134702352649345,0.255951455205554,0.0,0.123767433850775,0.5,0.255951455205554,0.0,0.154757565915867,0.255951455205554,0.0,0.134208375559817,0.255951455205554,0.0,0.0909903898050567,0.255951455205554,0.0,0.0595478927828631,0.0,0.181963186481193 -7387,0.255951455205554,0.0,0.0323056033038035,0.255951455205554,0.0,0.0523705117142334,0.255951455205554,0.0,0.0396199967680144,0.255951455205554,0.0,0.0231847073977839,0.255951455205554,0.0,0.095066667647288,0.255951455205554,0.0,0.048353617786331,0.5,0.255951455205554,0.0,0.0708214697020572,0.5,0.255951455205554,0.0,0.0111197341221691,0.5,0.255951455205554,0.0,0.0702451163737191,0.255951455205554,0.0,0.139293591611367,0.0,0.134937711961675,0.255951455205554,0.0,0.11549306012611,0.5,0.255951455205554,0.0,0.11950053587444,0.255951455205554,0.0,0.149189164466992,0.255951455205554,0.0,0.064205787978171,0.255951455205554,0.0,0.0394701488087806,0.0,0.282530059349463 -7388,0.255951455205554,0.0,0.0285036977059626,0.255951455205554,0.0,0.0567564056678578,0.255951455205554,0.0,0.0465983925288214,0.255951455205554,0.0,0.0330708775077323,0.255951455205554,0.0,0.103795434471317,0.255951455205554,0.0,0.0462443322154015,0.5,0.255951455205554,0.0,0.0524534113105809,0.5,0.255951455205554,0.0,0.0090326945578392,0.5,0.255951455205554,0.0,0.0630862236143982,0.255951455205554,0.0,0.0991732596983278,0.0,0.13588037096374,0.255951455205554,0.0,0.109630048432611,0.5,0.255951455205554,0.0,0.101525781439239,0.255951455205554,0.0,0.162325385213069,0.255951455205554,0.0,0.0390061917798974,0.255951455205554,0.0,0.0249761871677095,0.0,0.285195329756402 -7389,0.255951455205554,0.0,0.025920583641112,0.255951455205554,0.0,0.0426587629983872,0.255951455205554,0.0,0.0528165265497296,0.255951455205554,0.0,0.0352726717718373,0.255951455205554,0.0,0.131275427661474,0.255951455205554,0.0,0.0311072264086853,0.5,0.255951455205554,0.0,0.0602807368470005,0.5,0.255951455205554,0.0,0.004283988318254,0.5,0.255951455205554,0.0,0.0702100977223291,0.255951455205554,0.0,0.0943093988907247,0.0,0.105085189357716,0.255951455205554,0.0,0.0918550274053967,0.5,0.255951455205554,0.0,0.091997508545732,0.255951455205554,0.0,0.160656612842108,0.255951455205554,0.0,0.0238990163659946,0.255951455205554,0.0,0.00768007028919061,0.0,0.245836944081834 -7390,0.255951455205554,0.0,0.0219886687012761,0.255951455205554,0.0,0.047040815408168,0.255951455205554,0.0,0.0703882203064999,0.255951455205554,0.0,0.0375727273018527,0.255951455205554,0.0,0.126799392907853,0.255951455205554,0.0,0.0200116304028993,0.5,0.255951455205554,0.0,0.06949134339833,0.5,0.255951455205554,0.0,0.00271276572830116,0.5,0.255951455205554,0.0,0.0523497526160388,0.255951455205554,0.0,0.0890341820519713,0.0,0.0665544247858897,0.255951455205554,0.0,0.0653733821962771,0.5,0.255951455205554,0.0,0.0872234824431325,0.255951455205554,0.0,0.14485142359779,0.255951455205554,0.0,0.0124389628527079,0.255951455205554,0.0,0.00472586043058519,0.0,0.163590869809134 -7391,0.255951455205554,0.0,0.0323730004534815,0.255951455205554,0.0,0.0589993034613435,0.255951455205554,0.0,0.0913875059961941,0.255951455205554,0.0,0.0429434387589003,0.255951455205554,0.0,0.108122337441676,0.255951455205554,0.0,0.0181494386352891,0.5,0.255951455205554,0.0,0.0671228458011537,0.5,0.255951455205554,0.0,0.00192252738013059,0.5,0.255951455205554,0.0,0.0381750141155383,0.255951455205554,0.0,0.0476703967839092,0.0,0.0413379756273677,0.255951455205554,0.0,0.0462469585494477,0.5,0.255951455205554,0.0,0.0774602679782084,0.255951455205554,0.0,0.128387871452563,0.255951455205554,0.0,0.00615398221167629,0.255951455205554,0.0,0.00884617310560699,0.0,0.123618990032657 -7392,0.255951455205554,0.0,0.0727300726282847,0.255951455205554,0.0,0.0459534336101711,0.255951455205554,0.0,0.118761478340939,0.255951455205554,0.0,0.0977807645684242,0.255951455205554,0.0,0.0889890097338939,0.255951455205554,0.0,0.00911020039658014,0.5,0.255951455205554,0.0,0.0804972604995614,0.5,0.255951455205554,0.0,0.00348443510342808,0.5,0.255951455205554,0.0,0.025312001938374,0.255951455205554,0.0,0.0285257805779526,0.0,0.0473616575986456,0.255951455205554,0.0,0.042268162971254,0.5,0.255951455205554,0.0,0.0484373657341956,0.255951455205554,0.0,0.129400924953506,0.255951455205554,0.0,0.00686282251931201,0.255951455205554,0.0,0.00484580307886907,0.0,0.0953822442076047 -7393,0.255951455205554,0.0,0.125842149222373,0.255951455205554,0.0,0.0267596473559772,0.255951455205554,0.0,0.13234495626307,0.255951455205554,0.0,0.144614021681397,0.255951455205554,0.0,0.0827835161218033,0.255951455205554,0.0,0.00718361672090602,0.5,0.255951455205554,0.0,0.10025154347479,0.5,0.255951455205554,0.0,0.00502305945683827,0.5,0.255951455205554,0.0,0.0186816076062243,0.255951455205554,0.0,0.0283421684753749,0.0,0.0536904210510511,0.255951455205554,0.0,0.0497768064250109,0.5,0.255951455205554,0.0,0.0231343980517503,0.255951455205554,0.0,0.108068899502377,0.255951455205554,0.0,0.00540888351709671,0.255951455205554,0.0,0.00569267111519231,0.0,0.0798347152838202 -7394,0.255951455205554,0.0,0.161201075909004,0.255951455205554,0.0,0.0132129762104443,0.255951455205554,0.0,0.143664685819002,0.255951455205554,0.0,0.186914707424103,0.255951455205554,0.0,0.0896521753569279,0.255951455205554,0.0,0.00731475575717582,0.5,0.255951455205554,0.0,0.0986428671325673,0.5,0.255951455205554,0.0,0.00661092545398628,0.5,0.255951455205554,0.0,0.0120957673037955,0.255951455205554,0.0,0.0528590590769572,0.0,0.02990104484755,0.255951455205554,0.0,0.0524014651642388,0.5,0.255951455205554,0.0,0.0227434413927115,0.255951455205554,0.0,0.103539939946697,0.255951455205554,0.0,0.0045491337738208,0.255951455205554,0.0,0.00426666735844435,0.0,0.0596272698767046 -7395,0.255951455205554,0.0,0.187139630449497,0.255951455205554,0.0,0.0082887152034278,0.255951455205554,0.0,0.144143367768759,0.255951455205554,0.0,0.207703805475402,0.255951455205554,0.0,0.0889359178400423,0.255951455205554,0.0,0.0107317844721687,0.5,0.255951455205554,0.0,0.124342294073274,0.5,0.255951455205554,0.0,0.0114640712850436,0.5,0.255951455205554,0.0,0.00735952023535671,0.255951455205554,0.0,0.0985789587388417,0.0,0.0262647199965244,0.255951455205554,0.0,0.0432232011627169,0.5,0.255951455205554,0.0,0.0217259303406961,0.255951455205554,0.0,0.0982682287387694,0.255951455205554,0.0,0.00318299533642589,0.255951455205554,0.0,0.00365264258568712,0.0,0.0441243483058274 -7396,0.255951455205554,0.0,0.190818184960513,0.255951455205554,0.0,0.00531991466390304,0.255951455205554,0.0,0.130400792450593,0.255951455205554,0.0,0.199700936536947,0.255951455205554,0.0,0.0986467986241748,0.255951455205554,0.0,0.0152357762438496,0.5,0.255951455205554,0.0,0.136295696870589,0.5,0.255951455205554,0.0,0.0117079767288535,0.5,0.255951455205554,0.0,0.00729636190240698,0.255951455205554,0.0,0.103497396633266,0.0,0.0111449834377959,0.255951455205554,0.0,0.0392873673793693,0.5,0.255951455205554,0.0,0.0183886341104454,0.255951455205554,0.0,0.11146404226614,0.255951455205554,0.0,0.0024673223253079,0.255951455205554,0.0,0.00277958968468915,0.0,0.0283164352453416 -7397,0.255951455205554,0.0,0.18664189757961,0.255951455205554,0.0,0.00273147794573363,0.255951455205554,0.0,0.123414939097061,0.255951455205554,0.0,0.21197532417963,0.255951455205554,0.0,0.109478610810664,0.255951455205554,0.0,0.0256582367229991,0.5,0.255951455205554,0.0,0.142966418907662,0.5,0.255951455205554,0.0,0.0128890118719587,0.5,0.255951455205554,0.0,0.00782238297185161,0.255951455205554,0.0,0.0921551861201266,0.0,0.0097964604655001,0.255951455205554,0.0,0.0342835797208234,0.5,0.255951455205554,0.0,0.0122603680400713,0.255951455205554,0.0,0.124232954163403,0.255951455205554,0.0,0.00126644128205786,0.255951455205554,0.0,0.000713458868184097,0.0,0.0193215924258883 -7398,0.255951455205554,0.0,0.224280269550836,0.255951455205554,0.0,0.00203416637137637,0.255951455205554,0.0,0.122211619812196,0.255951455205554,0.0,0.220964451130886,0.255951455205554,0.0,0.112824697849437,0.255951455205554,0.0,0.0335392255774095,0.5,0.255951455205554,0.0,0.144170497910937,0.5,0.255951455205554,0.0,0.0169335769483819,0.5,0.255951455205554,0.0,0.00574971166906379,0.255951455205554,0.0,0.0653075887237817,0.0,0.0105043441439267,0.255951455205554,0.0,0.0280420288687726,0.5,0.255951455205554,0.0,0.00753398227502936,0.255951455205554,0.0,0.150232921908442,0.255951455205554,0.0,0.000794320674450828,0.255951455205554,0.0,0.00157193607935304,0.0,0.0136113419248834 -7399,0.255951455205554,0.0,0.242876557101957,0.255951455205554,0.0,0.0207270311194479,0.255951455205554,0.0,0.126958074120586,0.255951455205554,0.0,0.235564573862939,0.255951455205554,0.0,0.115537257608537,0.255951455205554,0.0,0.0395200182105621,0.5,0.255951455205554,0.0,0.146722051705439,0.5,0.255951455205554,0.0,0.0195987557726245,0.5,0.255951455205554,0.0,0.00268965583236407,0.255951455205554,0.0,0.0617238623667407,0.0,0.00792897758252669,0.255951455205554,0.0,0.0280966784713939,0.5,0.255951455205554,0.0,0.00343208258151925,0.255951455205554,0.0,0.168037213596065,0.255951455205554,0.0,0.000850322430502848,0.255951455205554,0.0,0.000674988072238812,0.0,0.00921362528524961 -7400,0.255951455205554,0.0,0.286847370646982,0.255951455205554,0.0,0.0462273715564316,0.255951455205554,0.0,0.129053376125056,0.255951455205554,0.0,0.247219813159646,0.255951455205554,0.0,0.113193354364754,0.255951455205554,0.0,0.0510693606548333,0.5,0.255951455205554,0.0,0.133699741983322,0.5,0.255951455205554,7.86672723030289e-05,0.0184729624157051,0.5,0.255951455205554,0.00263713689683263,0.0030153441301589,0.255951455205554,0.0,0.0526720061415825,0.000983016251508323,0.00777923544527688,0.255951455205554,0.00151432204947744,0.0233470199214766,0.5,0.255951455205554,8.26539644315101e-05,0.00349476274832113,0.255951455205554,0.00199530313921459,0.153375603404458,0.255951455205554,0.000212650797437551,0.00051476755548991,0.255951455205554,0.000382729925419227,0.000379213198034657,0.0,0.00862354923642401 -7401,0.255951455205554,0.00263013878312483,0.305920961212765,0.255951455205554,0.00237617567023963,0.0897594324181377,0.255951455205554,0.00293419752807794,0.136573943862139,0.255951455205554,0.010066298853208,0.253577084543799,0.255951455205554,0.00700704166245193,0.120324706738041,0.255951455205554,0.00246560540490526,0.0677122794774506,0.5,0.255951455205554,0.0120343932712884,0.147139777573001,0.5,0.255951455205554,0.0040820749615894,0.0171128630758832,0.5,0.255951455205554,0.0521765891588531,0.00248698462409154,0.255951455205554,0.0175338699584743,0.0869295040878201,0.0252639066952689,0.0019741153992379,0.255951455205554,0.0310129204719751,0.0182901352723021,0.5,0.255951455205554,0.0136446134233118,0.00553066500944307,0.255951455205554,0.0453779618811911,0.176032976083734,0.255951455205554,0.00798821563951223,0.000574120133859205,0.255951455205554,0.017453932088085,0.000943691349131343,0.000241772395564367,0.0158634214774153 -7402,0.255951455205554,0.0110665000677202,0.347900659220897,0.255951455205554,0.00704313632405706,0.115279079509001,0.255951455205554,0.0142418180280177,0.139602340183464,0.255951455205554,0.0380115408708044,0.268975819763496,0.255951455205554,0.0259510157199632,0.131046088289916,0.255951455205554,0.0101486838276977,0.0813958521220122,0.5,0.255951455205554,0.0437605183342302,0.13852686857858,0.5,0.255951455205554,0.01347511330033,0.0305160086035736,0.5,0.255951455205554,0.10349603328226,0.00565411878962011,0.255951455205554,0.0510648633501452,0.0757210315579767,0.0449508893819653,0.000774703205947671,0.255951455205554,0.074424562832841,0.021911918653958,0.5,0.255951455205554,0.0268510519066042,0.00391713624422626,0.255951455205554,0.1283281458038,0.196182583746342,0.255951455205554,0.0282317525460417,0.0010657171120192,0.255951455205554,0.0512158147444761,0.00167172520883209,0.00073890594420824,0.0235458570853505 -7403,0.255951455205554,0.0230313789861799,0.365969048446187,0.255951455205554,0.0109606016167912,0.183161913967061,0.255951455205554,0.042830303413813,0.179045164834613,0.255951455205554,0.0629653653771047,0.346600209609636,0.255951455205554,0.0473165050066483,0.132396748652798,0.255951455205554,0.0190687476030999,0.0854568921790333,0.5,0.255951455205554,0.0828726407118136,0.14659847194463,0.5,0.255951455205554,0.0242943941446074,0.0446602892614171,0.5,0.255951455205554,0.140246196659239,0.0195703070384813,0.255951455205554,0.0776118964765102,0.0689596948517125,0.0628044553317202,0.000750782507861861,0.255951455205554,0.130060857028152,0.0355928157737195,0.5,0.255951455205554,0.0393698683684461,0.00211691736447983,0.255951455205554,0.235409293980474,0.248764059797862,0.255951455205554,0.0617320750341866,0.00424493062941448,0.255951455205554,0.0905188855763155,0.00853562490839556,0.0035740059825877,0.0245936781797302 -7404,0.255951455205554,0.037989734802153,0.353954639589651,0.255951455205554,0.0197259417976375,0.276593312716699,0.255951455205554,0.0807875383220886,0.20857127505448,0.255951455205554,0.0823402435462698,0.388891742126226,0.255951455205554,0.0638295710849315,0.136065811271197,0.255951455205554,0.0283106760525731,0.0938407601171565,0.5,0.255951455205554,0.111014386850318,0.153755664200488,0.5,0.255951455205554,0.0338044407427968,0.0537878893142659,0.5,0.255951455205554,0.15201957392779,0.0343333553810802,0.255951455205554,0.119212430975247,0.0753737415537067,0.173530426079457,0.000683974193051442,0.255951455205554,0.214201527256612,0.0502489858612954,0.5,0.255951455205554,0.0578985826866896,0.0026686968903984,0.255951455205554,0.327387509399664,0.260016961097555,0.255951455205554,0.0889863941710112,0.0114818055559994,0.255951455205554,0.111844518490979,0.0162437571748984,0.00645927725939703,0.0164267912490315 -7405,0.255951455205554,0.0546641411530529,0.324456877119873,0.255951455205554,0.0257109741162487,0.319584180681718,0.255951455205554,0.094533962858053,0.210560299333692,0.255951455205554,0.0899551544011169,0.348145263029513,0.255951455205554,0.0716765379323811,0.145957376902813,0.255951455205554,0.030067529534322,0.0992868678340822,0.5,0.255951455205554,0.117739711468187,0.161683715044853,0.5,0.255951455205554,0.0370710756197747,0.0609859625247794,0.5,0.255951455205554,0.140601852083199,0.0467681865866883,0.255951455205554,0.148966222889928,0.0869394497640496,0.249359474691557,0.000711371222076325,0.255951455205554,0.258937593739898,0.0381113139940442,0.5,0.255951455205554,0.0565488648932778,0.00451418217066808,0.255951455205554,0.331897603390035,0.224347535985112,0.255951455205554,0.0941321009903447,0.0239574725735985,0.255951455205554,0.110545222311573,0.0251437667055091,0.00958108351311703,0.0115191909154151 -7406,0.255951455205554,0.066554893257824,0.277007942372031,0.255951455205554,0.0241664274560961,0.251681081845811,0.255951455205554,0.0924228099632628,0.189019479388797,0.255951455205554,0.0754754209768582,0.295089404331291,0.255951455205554,0.0759998123245634,0.149328305506051,0.255951455205554,0.0280133204821159,0.112148196523396,0.5,0.255951455205554,0.102218452784423,0.165869535630661,0.5,0.255951455205554,0.0320898324609654,0.0693211512327616,0.5,0.255951455205554,0.101973445310738,0.0517351328912883,0.255951455205554,0.135834664729112,0.0979168934293917,0.273749800286625,0.00100559336243027,0.255951455205554,0.239201070031614,0.0268458338879378,0.5,0.255951455205554,0.0332060634650565,0.00510433062279259,0.255951455205554,0.252897997392038,0.172743434670636,0.255951455205554,0.0724642970718057,0.0342412020151771,0.255951455205554,0.0738155990098152,0.0237451649347567,0.00794265632232099,0.00873087830210584 -7407,0.255951455205554,0.0626455524585807,0.2457709797862,0.255951455205554,0.0132365543749776,0.20154288498314,0.255951455205554,0.0676005159860375,0.156961173809161,0.255951455205554,0.059811623027063,0.220887245560046,0.255951455205554,0.0749927395690598,0.133869800426756,0.255951455205554,0.0177353610223352,0.110684373868812,0.5,0.255951455205554,0.0623136315117025,0.150948942125395,0.5,0.255951455205554,0.0221478630820471,0.0765139933531485,0.5,0.255951455205554,0.0579199535179351,0.0459835432490392,0.255951455205554,0.085740664407434,0.0959120022333311,0.167000352133347,0.000829339448753976,0.255951455205554,0.144861121257893,0.0119180549945217,0.5,0.255951455205554,0.0193148341773251,0.00506845624369091,0.255951455205554,0.13725924212672,0.115940200389114,0.255951455205554,0.0267614585388444,0.0313273729215214,0.255951455205554,0.0310606990545631,0.0167116887259663,0.00753046231762617,0.00711469175978171 -7408,0.255951455205554,0.0384242182417097,0.214009980803236,0.255951455205554,0.00335564169771719,0.185111668123346,0.255951455205554,0.0373660527925487,0.119446598553135,0.255951455205554,0.0312659340866386,0.170495811188986,0.255951455205554,0.0608063038228646,0.0959150902633787,0.255951455205554,0.00603387540301839,0.1222201134733,0.5,0.255951455205554,0.0305413097601585,0.124169976394542,0.5,0.255951455205554,0.00879058620461916,0.098970512868031,0.5,0.255951455205554,0.0214652873588905,0.0571873187070852,0.255951455205554,0.0456191709426677,0.0728937625661027,0.0492022476259362,0.000473916658678459,0.255951455205554,0.0377628915911716,0.00529533233973394,0.5,0.255951455205554,0.00660618661548356,0.00700873327968194,0.255951455205554,0.0329365381401213,0.0695528860003753,0.255951455205554,0.00529259707088525,0.0230228186866759,0.255951455205554,0.00481183607028906,0.0124132975445553,0.00253897123325599,0.00771863290411227 -7409,0.255951455205554,0.0,0.181090936150464,0.255951455205554,0.0,0.164264070856377,0.255951455205554,1.28730343885239e-05,0.0920983159538459,0.255951455205554,0.0,0.12160158367336,0.255951455205554,0.000145599082111979,0.0866606399775496,0.255951455205554,0.000447783075900508,0.132272010183721,0.5,0.255951455205554,0.000498356614463962,0.0886981686914388,0.5,0.255951455205554,0.000565067212742657,0.099560599657738,0.5,0.255951455205554,0.000136814773477259,0.0643927203524772,0.255951455205554,0.000553465936669538,0.0202466020192253,0.0,0.000721380832449804,0.255951455205554,0.0,0.00482910275194697,0.5,0.255951455205554,0.0,0.00759403991621596,0.255951455205554,0.0,0.0524698836213004,0.255951455205554,0.0,0.0266828859258373,0.255951455205554,5.60602618768832e-06,0.0199829364030424,0.0,0.00721219857861602 -7410,0.255951455205554,0.0,0.187337852172796,0.255951455205554,0.0,0.194400554285519,0.255951455205554,0.0,0.0959911902906834,0.255951455205554,0.0,0.109725234858129,0.255951455205554,0.0,0.0825740102040109,0.255951455205554,0.0,0.136669668042638,0.5,0.255951455205554,0.0,0.0681494825162766,0.5,0.255951455205554,0.0,0.0970272049860727,0.5,0.255951455205554,0.0,0.0706967674142534,0.255951455205554,0.0,0.0161564243485703,0.0,0.00210747964026566,0.255951455205554,0.0,0.00806096972966224,0.5,0.255951455205554,0.0,0.0158525561439505,0.255951455205554,0.0,0.0344289270303064,0.255951455205554,0.0,0.0425724297613001,0.255951455205554,0.0,0.0243895481057965,0.0,0.00881511630830895 -7411,0.255951455205554,0.0,0.203883890161448,0.255951455205554,0.0,0.199086482841572,0.255951455205554,0.0,0.0891360357954976,0.255951455205554,0.0,0.0994600153469223,0.255951455205554,0.0,0.0721775985210913,0.255951455205554,0.0,0.135024177122821,0.5,0.255951455205554,0.0,0.0575903537348142,0.5,0.255951455205554,0.0,0.0986604343316256,0.5,0.255951455205554,0.0,0.0826338170817214,0.255951455205554,0.0,0.0100835728945212,0.0,0.0056883920453555,0.255951455205554,0.0,0.0116621461891727,0.5,0.255951455205554,0.0,0.0210902704630035,0.255951455205554,0.0,0.0281464245975983,0.255951455205554,0.0,0.0555539512720775,0.255951455205554,0.0,0.0322795764306606,0.0,0.0141166065383623 -7412,0.255951455205554,0.0,0.194700961234683,0.255951455205554,0.0,0.169189428128487,0.255951455205554,0.0,0.0765843195824081,0.255951455205554,0.0,0.0846140652299463,0.255951455205554,0.0,0.0479823597267174,0.255951455205554,0.0,0.133877956419672,0.5,0.255951455205554,0.0,0.0448639841933866,0.5,0.255951455205554,0.0,0.0980136653292469,0.5,0.255951455205554,0.0,0.0883530935793404,0.255951455205554,0.0,0.00907508275897678,0.0,0.00655328891993244,0.255951455205554,0.0,0.0161985052339377,0.5,0.255951455205554,0.0,0.0317517848932035,0.255951455205554,0.0,0.0232513190938122,0.255951455205554,0.0,0.0845942535003251,0.255951455205554,0.0,0.0581913195990235,0.0,0.0222472881711411 -7413,0.255951455205554,0.0,0.163028940187775,0.255951455205554,0.0,0.0971355927210012,0.255951455205554,0.0,0.0586191602818147,0.255951455205554,0.0,0.0482855290653742,0.255951455205554,0.0,0.0318966686809779,0.255951455205554,0.0,0.13577926045188,0.5,0.255951455205554,0.0,0.0393379833449963,0.5,0.255951455205554,0.0,0.0907588271223963,0.5,0.255951455205554,0.0,0.0967639073265766,0.255951455205554,0.0,0.00751516141059854,0.0,0.00159161547833198,0.255951455205554,0.0,0.0217722129416222,0.5,0.255951455205554,0.0,0.0400883556553128,0.255951455205554,0.0,0.0200305815148802,0.255951455205554,0.0,0.142120225309163,0.255951455205554,0.0,0.0981744171781447,0.0,0.0304340267254619 -7414,0.255951455205554,0.0,0.122231861306903,0.255951455205554,0.0,0.082455536894241,0.255951455205554,0.0,0.053006053351314,0.255951455205554,0.0,0.0325809257996633,0.255951455205554,0.0,0.0251925547808058,0.255951455205554,0.0,0.116780421992971,0.5,0.255951455205554,0.0,0.0320040080418357,0.5,0.255951455205554,0.0,0.0745443312322392,0.5,0.255951455205554,0.0,0.105310615212572,0.255951455205554,0.0,0.00604928636077238,0.0,0.00362817748712497,0.255951455205554,0.0,0.0301790329910291,0.5,0.255951455205554,0.0,0.0502500107312035,0.255951455205554,0.0,0.0195361858380562,0.255951455205554,0.0,0.172923604799171,0.255951455205554,0.0,0.121514431833962,0.0,0.0324932582661117 -7415,0.255951455205554,0.0,0.132979814517972,0.255951455205554,0.0,0.0847112610736785,0.255951455205554,0.0,0.0481601252820154,0.255951455205554,0.0,0.0282812432105331,0.255951455205554,0.0,0.0203025738750875,0.255951455205554,0.0,0.096793229631301,0.5,0.255951455205554,0.0,0.0255642552574045,0.5,0.255951455205554,0.0,0.0701956577765707,0.5,0.255951455205554,0.0,0.10921355748989,0.255951455205554,0.0,0.0049112964129244,0.0,0.00167603112146969,0.255951455205554,0.0,0.0374901767352077,0.5,0.255951455205554,0.0,0.059018916954202,0.255951455205554,0.0,0.0224204416482741,0.255951455205554,0.0,0.196641850353791,0.255951455205554,0.0,0.144895787809713,0.0,0.0300327932319948 -7416,0.255951455205554,0.0,0.138058779476841,0.255951455205554,0.0,0.0756253943402835,0.255951455205554,0.0,0.0459518958517488,0.255951455205554,0.0,0.03145289820194,0.255951455205554,0.0,0.0189015366023244,0.255951455205554,0.0,0.0682171561224461,0.5,0.255951455205554,0.0,0.0135219278145594,0.5,0.255951455205554,0.0,0.0618651262014169,0.5,0.255951455205554,0.0,0.117279261198104,0.255951455205554,0.0,0.00211400358295481,0.0,0.00587065431349737,0.255951455205554,0.0,0.0485844508842226,0.5,0.255951455205554,0.0,0.068231008544981,0.255951455205554,0.0,0.0315565384336396,0.255951455205554,0.0,0.200698165664946,0.255951455205554,0.0,0.147655543974643,0.0,0.0213037686740238 -7417,0.255951455205554,0.0,0.141195260252767,0.255951455205554,0.0,0.0767231839976054,0.255951455205554,0.0,0.0465683598741454,0.255951455205554,0.0,0.0388004239258671,0.255951455205554,0.0,0.0160358600723243,0.255951455205554,0.0,0.0391246067956992,0.5,0.255951455205554,0.0,0.00582460323526606,0.5,0.255951455205554,0.0,0.058485285917151,0.5,0.255951455205554,0.0,0.115082628381684,0.255951455205554,0.0,0.000808136975948527,0.0,0.0144587285084913,0.255951455205554,0.0,0.0542653665124894,0.5,0.255951455205554,0.0,0.0773548025300871,0.255951455205554,0.0,0.0408141591807744,0.255951455205554,0.0,0.19656066514494,0.255951455205554,0.0,0.135227800069922,0.0,0.0158954445034067 -7418,0.255951455205554,0.0,0.131822781167885,0.255951455205554,0.0,0.0625126687714151,0.255951455205554,0.0,0.0427217635011482,0.255951455205554,0.0,0.040473311039662,0.255951455205554,0.0,0.0176003447122667,0.255951455205554,0.0,0.0221079189091341,0.5,0.255951455205554,0.0,0.0035184189662005,0.5,0.255951455205554,0.0,0.0398268118354624,0.5,0.255951455205554,0.0,0.0923613163693678,0.255951455205554,0.0,0.000756558772050411,0.0,0.0296527496877434,0.255951455205554,0.0,0.0673196324358173,0.5,0.255951455205554,0.0,0.0942632558445516,0.255951455205554,0.0,0.048891033548212,0.255951455205554,0.0,0.197523744344642,0.255951455205554,0.0,0.11605527460355,0.0,0.0135649232197278 -7419,0.255951455205554,0.0,0.128677694279861,0.255951455205554,0.0,0.0444863622684719,0.255951455205554,0.0,0.0392785725578435,0.255951455205554,0.0,0.0377428516249333,0.255951455205554,0.0,0.0172487294981652,0.255951455205554,0.0,0.0147559917709309,0.5,0.255951455205554,0.0,0.00234621943503341,0.5,0.255951455205554,0.0,0.0245678130134952,0.5,0.255951455205554,0.0,0.063825808756667,0.255951455205554,0.0,0.000413472875291926,0.0,0.060469631802476,0.255951455205554,0.0,0.0746054404663558,0.5,0.255951455205554,0.0,0.125522389382518,0.255951455205554,0.0,0.054369732818639,0.255951455205554,0.0,0.177284647201929,0.255951455205554,0.0,0.0887061240695813,0.0,0.0205100100684363 -7420,0.255951455205554,0.0,0.115169380309425,0.255951455205554,0.0,0.0478169910580303,0.255951455205554,0.0,0.0336658139443436,0.255951455205554,0.0,0.0311584262507362,0.255951455205554,0.0,0.0138806885287141,0.255951455205554,0.0,0.00698775289103934,0.5,0.255951455205554,0.0,0.00133472164948382,0.5,0.255951455205554,0.0,0.0148275584065987,0.5,0.255951455205554,0.0,0.0504912885164786,0.255951455205554,0.0,0.00012880918401146,0.0,0.0791473382927403,0.255951455205554,0.0,0.0801185661540453,0.5,0.255951455205554,0.0,0.150676622966916,0.255951455205554,0.0,0.0576804472025446,0.255951455205554,0.0,0.166833720126081,0.255951455205554,0.0,0.0749501471288172,0.0,0.0328829868234202 -7421,0.255951455205554,0.0,0.114214713459772,0.255951455205554,0.0,0.0369848482883247,0.255951455205554,0.0,0.0301194356287717,0.255951455205554,0.0,0.0290534933883834,0.255951455205554,0.0,0.013064864447962,0.255951455205554,0.0,0.00219728158044875,0.5,0.255951455205554,0.0,0.00112735805351364,0.5,0.255951455205554,0.0,0.00945711279109119,0.5,0.255951455205554,0.0,0.0387675603746053,0.255951455205554,0.0,6.08802916053209e-05,0.0,0.0777882897013542,0.255951455205554,0.0,0.0897201630277752,0.5,0.255951455205554,0.0,0.188307727824335,0.255951455205554,0.0,0.0587330489787806,0.255951455205554,0.0,0.15714525847983,0.255951455205554,0.0,0.0677429288409579,0.0,0.0496793306001379 -7422,0.255951455205554,0.0,0.11376569943387,0.255951455205554,0.0,0.0223422848172866,0.255951455205554,0.0,0.0304412477509929,0.255951455205554,0.0,0.0267264660570759,0.255951455205554,0.0,0.0146485658651111,0.255951455205554,0.0,0.00116872803730905,0.5,0.255951455205554,0.0,0.00124280444640905,0.5,0.255951455205554,0.0,0.00481204279347935,0.5,0.255951455205554,0.0,0.0254207381691637,0.255951455205554,0.0,0.000129324168906841,0.0,0.105654519203746,0.255951455205554,0.0,0.0962176596334593,0.5,0.255951455205554,0.0,0.23992546075027,0.255951455205554,0.0,0.0628711864264667,0.255951455205554,0.0,0.117980981352655,0.255951455205554,0.0,0.0464711103896026,0.0,0.0595193133927156 -7423,0.255951455205554,0.0,0.101912219928429,0.255951455205554,0.0,0.0146601950448657,0.255951455205554,0.0,0.0324222771174198,0.255951455205554,0.0,0.0261769709715846,0.255951455205554,0.0,0.0164587224792681,0.255951455205554,0.0,0.00136535057064154,0.5,0.255951455205554,0.0,0.00125226885695663,0.5,0.255951455205554,0.0,0.00266636793760846,0.5,0.255951455205554,0.0,0.0163749558237268,0.255951455205554,0.0,0.000357146206684126,0.0,0.128553009739837,0.255951455205554,0.0,0.107885182830704,0.5,0.255951455205554,0.0,0.280810459404148,0.255951455205554,0.0,0.0689244739410293,0.255951455205554,0.0,0.0657544014299719,0.255951455205554,0.0,0.0208750332367032,0.0,0.0623673183416834 -7424,0.255951455205554,0.0,0.0894373974875496,0.255951455205554,0.0,0.0110855844899914,0.255951455205554,0.0,0.0346962256895384,0.255951455205554,0.0,0.0277135652058006,0.255951455205554,0.0,0.0176208589827095,0.255951455205554,0.0,0.00117825419600109,0.5,0.255951455205554,0.0,0.000862673830153473,0.5,0.255951455205554,0.000260312081641734,0.00191636737351857,0.5,0.255951455205554,0.00102353088116964,0.00959597694953721,0.255951455205554,0.0,3.75425291272984e-05,0.000660298499994541,0.128568078147288,0.255951455205554,0.000415572905889778,0.109055078883515,0.5,0.255951455205554,2.44237255684802e-05,0.312563056627488,0.255951455205554,8.45856014556292e-05,0.0615099320600908,0.255951455205554,0.000132384581905982,0.0379235350239931,0.255951455205554,2.68724460122841e-05,0.0108353153579821,0.0,0.060482251531748 -7425,0.255951455205554,0.0271362591540272,0.0788711924150895,0.255951455205554,0.0335771674547581,0.00750032721533055,0.255951455205554,0.0689485319951899,0.0368676423276376,0.255951455205554,0.0597595202767207,0.0320044399930202,0.255951455205554,0.0828713919025959,0.0159421638106146,0.255951455205554,0.0473097561223123,0.000669107054946383,0.5,0.255951455205554,0.031981404655882,0.000692726879766718,0.5,0.255951455205554,0.0443491911048268,0.00229447281389692,0.5,0.255951455205554,0.0220391779830911,0.00791703258119685,0.255951455205554,0.0324373040143819,0.0,0.0449191596623816,0.15433460163719,0.255951455205554,0.0353614719877027,0.131452109223464,0.5,0.255951455205554,0.0192154747860488,0.344132828883386,0.255951455205554,0.00310808721026287,0.0473014490971617,0.255951455205554,0.0601340107298033,0.0414568550709253,0.255951455205554,0.0329662474384254,0.00957645363424129,0.0660814806408685,0.0712681731792096 -7426,0.255951455205554,0.10929231925448,0.0706314677751575,0.255951455205554,0.065742803677223,0.00841856799135931,0.255951455205554,0.21120223627837,0.0449784228718964,0.255951455205554,0.188341891910922,0.0504974877832734,0.255951455205554,0.248343886604193,0.0144923598778496,0.255951455205554,0.132208380693111,0.000296618541959888,0.5,0.255951455205554,0.1016323694861,0.000823303311294171,0.5,0.255951455205554,0.126985856848648,0.0017426037725323,0.5,0.255951455205554,0.0506611624253927,0.00696381993445279,0.255951455205554,0.110465772795264,0.000123617475723244,0.177778701567746,0.185747572784119,0.255951455205554,0.118844058179575,0.154040812866941,0.5,0.255951455205554,0.0598745739453533,0.341172420377541,0.255951455205554,0.018498520441645,0.0353846843068461,0.255951455205554,0.162505654281991,0.0664767134548449,0.255951455205554,0.0749664231895256,0.0135859278415984,0.232789479046316,0.0973229123999824 -7427,0.255951455205554,0.188671470778133,0.0681409032916875,0.255951455205554,0.0729519894640414,0.0215315510041152,0.255951455205554,0.340159335350303,0.0605800642563058,0.255951455205554,0.305256231125526,0.0701296963506609,0.255951455205554,0.394508344792243,0.015351386713455,0.255951455205554,0.214097597592171,7.46101782061882e-05,0.5,0.255951455205554,0.179533229342374,0.00160675386312121,0.5,0.255951455205554,0.196229381681362,0.00112021788989134,0.5,0.255951455205554,0.0763171498964651,0.00491925927906088,0.255951455205554,0.265328400717384,0.000505490342694954,0.306750649574132,0.214156270104251,0.255951455205554,0.223650346922841,0.155630693092977,0.5,0.255951455205554,0.116855819396929,0.351015681948194,0.255951455205554,0.0524130511142944,0.028140946273762,0.255951455205554,0.247076380562924,0.0658496348103081,0.255951455205554,0.128212175251286,0.00706470161051533,0.379121309319101,0.125061638793815 -7428,0.255951455205554,0.233548779025873,0.0654892183735915,0.255951455205554,0.0766806879868922,0.0556034052309682,0.255951455205554,0.422939817817609,0.0689248130981255,0.255951455205554,0.383620140240456,0.0720127610237832,0.255951455205554,0.488719981459849,0.020470324620992,0.255951455205554,0.26628705055044,0.000221838881505087,0.5,0.255951455205554,0.249977934760885,0.00788886794076389,0.5,0.255951455205554,0.240749015996708,0.00146315238951371,0.5,0.255951455205554,0.0949818776287385,0.00303910673734602,0.255951455205554,0.423335552844508,0.00128111655269276,0.359478009953518,0.149163407633543,0.255951455205554,0.313826429906114,0.13520819786121,0.5,0.255951455205554,0.195414564498855,0.336100553183611,0.255951455205554,0.0757809939296694,0.0179934923266243,0.255951455205554,0.314870210395301,0.0501112842530344,0.255951455205554,0.176502389330509,0.00121631970773015,0.467373347375138,0.131172343069035 -7429,0.255951455205554,0.258012283487048,0.0556894504540597,0.255951455205554,0.065679213298832,0.0317798461633497,0.255951455205554,0.451767420736417,0.0680157943713314,0.255951455205554,0.441111703784565,0.0680792138307287,0.255951455205554,0.52180454280295,0.0232731295542991,0.255951455205554,0.266711098729456,0.00047629921963808,0.5,0.255951455205554,0.294176602150977,0.0174489151564932,0.5,0.255951455205554,0.223110197032444,0.00316729222495232,0.5,0.255951455205554,0.104120873329356,0.00318270191961269,0.255951455205554,0.506888582363777,0.00542983643378111,0.387195622754508,0.141902172297129,0.255951455205554,0.33988270741261,0.107101022029905,0.5,0.255951455205554,0.276171886063933,0.312779530672992,0.255951455205554,0.0972284556310723,0.0123848496207206,0.255951455205554,0.361177386031371,0.0296405618397903,0.255951455205554,0.20563911422124,0.000217271691980138,0.475671114414224,0.16577313747499 -7430,0.255951455205554,0.272350351413132,0.0450279134885949,0.255951455205554,0.0524754824251895,0.0110870732296997,0.255951455205554,0.424424661933511,0.0740090164839684,0.255951455205554,0.442478229194448,0.0683231532856379,0.255951455205554,0.492469769414992,0.0286855704305666,0.255951455205554,0.239663264381666,0.000989683174992364,0.5,0.255951455205554,0.282182677784892,0.0211465269874873,0.5,0.255951455205554,0.153449450585285,0.00357934302682467,0.5,0.255951455205554,0.0883249772932907,0.00280160266848247,0.255951455205554,0.48425200715224,0.00963618434624043,0.378897879093403,0.102751227589108,0.255951455205554,0.320718708328369,0.086690130183948,0.5,0.255951455205554,0.249717372318526,0.302004727856722,0.255951455205554,0.0849770613144611,0.00872368510291688,0.255951455205554,0.335196777393662,0.0193534225915597,0.255951455205554,0.206518979781555,0.000191121071691589,0.439386361574538,0.235101377544669 -7431,0.255951455205554,0.231924340617839,0.0455672130169101,0.255951455205554,0.0533609904673827,0.0153775248841644,0.255951455205554,0.340527439433293,0.0689910054732111,0.255951455205554,0.368194262020968,0.0720124728030455,0.255951455205554,0.400984270308974,0.0231796793022683,0.255951455205554,0.157960800203015,0.0028935119909557,0.5,0.255951455205554,0.241848218556882,0.0240578324541903,0.5,0.255951455205554,0.0835361000603374,0.00175333133332472,0.5,0.255951455205554,0.0558746323882222,0.00200156380257224,0.255951455205554,0.38459472095496,0.0127641432609161,0.310278631133499,0.0567413135271184,0.255951455205554,0.240191370034702,0.056636211004904,0.5,0.255951455205554,0.157887331369362,0.236758584129063,0.255951455205554,0.068124546193709,0.00525342578458982,0.255951455205554,0.265979116455126,0.0113401780747679,0.255951455205554,0.142794262268188,9.94944203227106e-05,0.358602341728729,0.325741056740136 -7432,0.255951455205554,0.0868976516716038,0.0493111350757968,0.255951455205554,0.0612841540609651,0.0116570981486276,0.255951455205554,0.12796983368843,0.0548086195026153,0.255951455205554,0.116795664143292,0.0612913168620292,0.255951455205554,0.174831713254838,0.0184622070716045,0.255951455205554,0.0601937821477161,0.00448483207940475,0.5,0.255951455205554,0.130428067644743,0.0186975161340289,0.5,0.255951455205554,0.0293529937478708,0.000899170010161395,0.5,0.255951455205554,0.021431696594716,0.00181376753498396,0.255951455205554,0.184873431177317,0.0116061002788017,0.0587827574939261,0.0118538261706468,0.255951455205554,0.0505763722376423,0.0148946839441775,0.5,0.255951455205554,0.0309802554149334,0.125764553882144,0.255951455205554,0.02766599092368,0.0026717760613839,0.255951455205554,0.0853004306118473,0.00240741669275378,0.255951455205554,0.059827582769686,4.33414598851533e-05,0.115515481614426,0.474688537366688 -7433,0.255951455205554,0.0,0.0630239309636532,0.255951455205554,0.0,0.0284345327836953,0.255951455205554,0.0,0.0639929068177105,0.255951455205554,0.0,0.0775654340251988,0.255951455205554,0.0,0.0325732249860087,0.255951455205554,0.000149182630333542,0.00541581431526053,0.5,0.255951455205554,0.0,0.0250769541152325,0.5,0.255951455205554,5.08106935595357e-05,0.00100821661718527,0.5,0.255951455205554,3.25402211370853e-05,0.00112779567718794,0.255951455205554,0.0,0.0133615046317614,0.0,0.0101471928941434,0.255951455205554,0.0,0.0107674731807867,0.5,0.255951455205554,0.0,0.0632691550599371,0.255951455205554,0.0,0.000757434838058396,0.255951455205554,0.0,0.000824155603037797,0.255951455205554,0.0,8.93338425020926e-05,0.0,0.590939338335618 -7434,0.255951455205554,0.0,0.0778023787031064,0.255951455205554,0.0,0.0398967250081542,0.255951455205554,0.0,0.0636350059563945,0.255951455205554,0.0,0.0769130416732558,0.255951455205554,0.0,0.0437985354542224,0.255951455205554,0.0,0.00727956018168628,0.5,0.255951455205554,0.0,0.0288400801597926,0.5,0.255951455205554,0.0,0.00149738272128264,0.5,0.255951455205554,0.0,0.00108552109254464,0.255951455205554,0.0,0.0136401462172695,0.0,0.00650944752521029,0.255951455205554,0.0,0.0054424239633866,0.5,0.255951455205554,0.0,0.0388814212106628,0.255951455205554,0.0,0.000893497884315299,0.255951455205554,0.0,0.000450922960278372,0.255951455205554,0.0,0.0005588887066067,0.0,0.625314131262874 -7435,0.255951455205554,0.0,0.0971118153881762,0.255951455205554,0.0,0.033920905966976,0.255951455205554,0.0,0.0666865656046601,0.255951455205554,0.0,0.0706979489085101,0.255951455205554,0.0,0.0525073512362162,0.255951455205554,0.0,0.00789824618300487,0.5,0.255951455205554,0.0,0.0285861940780611,0.5,0.255951455205554,0.0,0.00244267482567071,0.5,0.255951455205554,0.0,0.00116119001105841,0.255951455205554,0.0,0.00747378896299055,0.0,0.00230224146309101,0.255951455205554,0.0,0.00255387585386062,0.5,0.255951455205554,0.0,0.0239279811358998,0.255951455205554,0.0,0.00143555931886305,0.255951455205554,0.0,0.000610144983831755,0.255951455205554,0.0,0.00215859090875667,0.0,0.627950521268158 -7436,0.255951455205554,0.0,0.110549563917435,0.255951455205554,0.0,0.0284719451202513,0.255951455205554,0.0,0.0758634294575551,0.255951455205554,0.0,0.0706408694594196,0.255951455205554,0.0,0.0642915704786059,0.255951455205554,0.0,0.0103212141928317,0.5,0.255951455205554,0.0,0.0303289333104262,0.5,0.255951455205554,0.0,0.00520806265377037,0.5,0.255951455205554,0.0,0.00201747069321152,0.255951455205554,0.0,0.00863994297021802,0.0,0.0009920559607783,0.255951455205554,0.0,0.00179501271283852,0.5,0.255951455205554,0.0,0.0123217241052967,0.255951455205554,0.0,0.00195877188557655,0.255951455205554,0.0,0.0020565533951711,0.255951455205554,0.0,0.00635601695936346,0.0,0.668810356038166 -7437,0.255951455205554,0.0,0.118382174560384,0.255951455205554,0.0,0.0255986115991463,0.255951455205554,0.0,0.0886286327767777,0.255951455205554,0.0,0.0829324572128775,0.255951455205554,0.0,0.0738280459582013,0.255951455205554,0.0,0.0102917550251516,0.5,0.255951455205554,0.0,0.0285230396271574,0.5,0.255951455205554,0.0,0.00530598839504114,0.5,0.255951455205554,0.0,0.00271241913689568,0.255951455205554,0.0,0.00977091576205042,0.0,0.00100246648518513,0.255951455205554,0.0,0.00203943953783802,0.5,0.255951455205554,0.0,0.00751530813092499,0.255951455205554,0.0,0.00268125228397875,0.255951455205554,0.0,0.00550171033205144,0.255951455205554,0.0,0.00867404010575163,0.0,0.742712845545445 -7438,0.255951455205554,0.0,0.126880958127221,0.255951455205554,0.0,0.0308339254392565,0.255951455205554,0.0,0.101957860573914,0.255951455205554,0.0,0.101695841521583,0.255951455205554,0.0,0.0846735575921202,0.255951455205554,0.0,0.00992994654507476,0.5,0.255951455205554,0.0,0.0267353625748049,0.5,0.255951455205554,0.0,0.0054753213184794,0.5,0.255951455205554,0.0,0.00302377469548107,0.255951455205554,0.0,0.00932259113921069,0.0,0.00102344293260726,0.255951455205554,0.0,0.00193003797268719,0.5,0.255951455205554,0.0,0.00569174341341677,0.255951455205554,0.0,0.00340098680799627,0.255951455205554,0.0,0.00751784146508507,0.255951455205554,0.0,0.00574560448364312,0.0,0.799943423381446 -7439,0.255951455205554,0.0,0.130536408314798,0.255951455205554,0.0,0.0416685553995208,0.255951455205554,0.0,0.114458877984934,0.255951455205554,0.0,0.120735513279295,0.255951455205554,0.0,0.0940858929286457,0.255951455205554,0.0,0.0110874649140841,0.5,0.255951455205554,0.0,0.0265580261185042,0.5,0.255951455205554,0.0,0.00560976095518757,0.5,0.255951455205554,0.0,0.00324465233165593,0.255951455205554,0.0,0.00973555146725374,0.0,0.00123799868548563,0.255951455205554,0.0,0.00245331971314127,0.5,0.255951455205554,0.0,0.00513322337242897,0.255951455205554,0.0,0.00600869626923775,0.255951455205554,0.0,0.00740572614862439,0.255951455205554,0.0,0.00346778000125961,0.0,0.824708543379317 -7440,0.255951455205554,0.0,0.132361161036228,0.255951455205554,0.0,0.0532272656248361,0.255951455205554,0.0,0.124270946164364,0.255951455205554,0.0,0.12902445234906,0.255951455205554,0.0,0.100377775636232,0.255951455205554,0.0,0.0129720292348635,0.5,0.255951455205554,0.0,0.0283202326979549,0.5,0.255951455205554,0.0,0.00698645713484384,0.5,0.255951455205554,0.0,0.00188760581059065,0.255951455205554,0.0,0.0107385927380542,0.0,0.000964913089076233,0.255951455205554,0.0,0.00261019162109374,0.5,0.255951455205554,0.0,0.00629220169356363,0.255951455205554,0.0,0.0103362454311215,0.255951455205554,0.0,0.00685253541197979,0.255951455205554,0.0,0.00270278116107534,0.0,0.844825928266527 -7441,0.255951455205554,0.0,0.134246848088175,0.255951455205554,0.0,0.0617727745888488,0.255951455205554,0.0,0.133806550542695,0.255951455205554,0.0,0.136501104835293,0.255951455205554,0.0,0.105676695144294,0.255951455205554,0.0,0.0172824779672498,0.5,0.255951455205554,0.0,0.0331832267961521,0.5,0.255951455205554,0.0,0.00863239930780685,0.5,0.255951455205554,0.0,0.00239129428637001,0.255951455205554,0.0,0.0129889309214364,0.0,0.000665126809833527,0.255951455205554,0.0,0.00292950268660758,0.5,0.255951455205554,0.0,0.00739374615560656,0.255951455205554,0.0,0.0079068231586169,0.255951455205554,0.0,0.00714154001910483,0.255951455205554,0.0,0.00268005534993225,0.0,0.859012363811517 -7442,0.255951455205554,0.0,0.145364287192606,0.255951455205554,0.0,0.067809402523866,0.255951455205554,0.0,0.144076391002745,0.255951455205554,0.0,0.153366331205037,0.255951455205554,0.0,0.119492136638802,0.255951455205554,0.0,0.0288791464804824,0.5,0.255951455205554,0.0,0.040261807454184,0.5,0.255951455205554,0.0,0.0118942454788844,0.5,0.255951455205554,0.0,0.00238589994246409,0.255951455205554,0.0,0.0162722081495941,0.0,0.000488806042621863,0.255951455205554,0.0,0.00329106050815871,0.5,0.255951455205554,0.0,0.00928241899554421,0.255951455205554,0.0,0.00963162619416588,0.255951455205554,0.0,0.0099000052292998,0.255951455205554,0.0,0.00313960783294123,0.0,0.865723445858573 -7443,0.255951455205554,0.0,0.173659107068558,0.255951455205554,0.0,0.0836706952791217,0.255951455205554,0.0,0.156820557336495,0.255951455205554,0.0,0.164474757738011,0.255951455205554,0.0,0.145852404942344,0.255951455205554,0.0,0.0447774232953038,0.5,0.255951455205554,0.0,0.0484005065611904,0.5,0.255951455205554,0.0,0.00802252643366781,0.5,0.255951455205554,0.0,0.0026814437675436,0.255951455205554,0.0,0.0237764546225893,0.0,0.00099385746712025,0.255951455205554,0.0,0.0052774294491191,0.5,0.255951455205554,0.0,0.0117761319988483,0.255951455205554,0.0,0.00894052691656362,0.255951455205554,0.0,0.014093051872285,0.255951455205554,0.0,0.00331371988232695,0.0,0.872204278060106 -7444,0.255951455205554,0.0,0.195560920112897,0.255951455205554,0.0,0.0781691687216905,0.255951455205554,0.0,0.169136441982266,0.255951455205554,0.0,0.170350026227904,0.255951455205554,0.0,0.17353665137984,0.255951455205554,0.0,0.0500421772258389,0.5,0.255951455205554,0.0,0.0514443559273579,0.5,0.255951455205554,0.0,0.0112777519805358,0.5,0.255951455205554,0.0,0.00130562867033268,0.255951455205554,0.0,0.0255195456293723,0.0,0.00205269060172852,0.255951455205554,0.0,0.00639549541281779,0.5,0.255951455205554,0.0,0.016209374951318,0.255951455205554,0.0,0.0123760184793006,0.255951455205554,0.0,0.0122491331144512,0.255951455205554,0.0,0.00199647468340629,0.0,0.883998568606505 -7445,0.255951455205554,0.0,0.206799496050078,0.255951455205554,0.0,0.0723729051023809,0.255951455205554,0.0,0.175892092298058,0.255951455205554,0.0,0.170912734606072,0.255951455205554,0.0,0.190246230431552,0.255951455205554,0.0,0.0537035037976013,0.5,0.255951455205554,0.0,0.0555640482946365,0.5,0.255951455205554,0.0,0.0205043117807569,0.5,0.255951455205554,0.0,0.00374924601961745,0.255951455205554,0.0,0.0300326894598338,0.0,0.00378779079125504,0.255951455205554,0.0,0.00560031650844656,0.5,0.255951455205554,0.0,0.0131725467492018,0.255951455205554,0.0,0.00629275783012314,0.255951455205554,0.0,0.0107255617757954,0.255951455205554,0.0,0.00184198084734058,0.0,0.893724155430153 -7446,0.255951455205554,0.0,0.198305766830887,0.255951455205554,0.0,0.0621453694608688,0.255951455205554,0.0,0.178148408036899,0.255951455205554,0.0,0.177048415617736,0.255951455205554,0.0,0.210064766006986,0.255951455205554,0.0,0.0714612429384528,0.5,0.255951455205554,0.0,0.0728629615345535,0.5,0.255951455205554,0.0,0.0206345418819948,0.5,0.255951455205554,0.0,0.00368956785434161,0.255951455205554,0.0,0.0466798039696751,0.0,0.00332993998074559,0.255951455205554,0.0,0.00474262867417318,0.5,0.255951455205554,0.0,0.0116605084161425,0.255951455205554,0.0,0.00329610247333687,0.255951455205554,0.0,0.0137773107256525,0.255951455205554,0.0,0.00459305550573467,0.0,0.899341998620876 -7447,0.255951455205554,0.0,0.192166776777583,0.255951455205554,0.0,0.0708513423483291,0.255951455205554,0.0,0.195094242275555,0.255951455205554,0.0,0.209848342153598,0.255951455205554,0.0,0.237905940725991,0.255951455205554,0.0,0.0810294332573394,0.5,0.255951455205554,0.0,0.0940654521804608,0.5,0.255951455205554,0.0,0.0255794096990651,0.5,0.255951455205554,0.0,0.00317968480530739,0.255951455205554,0.0,0.0684955954626958,0.0,0.00345405129981346,0.255951455205554,0.0,0.00788333394469121,0.5,0.255951455205554,0.0,0.0166940774349692,0.255951455205554,0.0,0.00695119048815908,0.255951455205554,0.0,0.0158894116505289,0.255951455205554,0.0,0.00438872327708628,0.0,0.900584572727001 -7448,0.255951455205554,0.0,0.218591896750652,0.255951455205554,0.0,0.0986094203802943,0.255951455205554,0.0,0.212457824616855,0.255951455205554,0.0,0.240151272497251,0.255951455205554,0.0,0.264548296676173,0.255951455205554,0.0,0.0814298418120982,0.5,0.255951455205554,0.0,0.115867696231953,0.5,0.255951455205554,0.000364783834501693,0.034291050716157,0.5,0.255951455205554,0.000988593518598803,0.00801897770253037,0.255951455205554,0.0,0.0756857728084889,0.000429272939883762,0.00712714771355929,0.255951455205554,0.000333391390708949,0.0090814177239728,0.5,0.255951455205554,6.37664658425124e-05,0.0225673671802828,0.255951455205554,0.000215991389601555,0.00577321097581804,0.255951455205554,1.31871733278498e-05,0.0146783716842638,0.255951455205554,4.11837244957736e-05,0.00665762199633356,0.0,0.902824115106871 -7449,0.255951455205554,0.0414423402599901,0.238394660862736,0.255951455205554,0.0261798951101997,0.123888630845785,0.255951455205554,0.0564049943099854,0.204143227810359,0.255951455205554,0.0756837000196417,0.239510098149956,0.255951455205554,0.059359207629087,0.267362260940054,0.255951455205554,0.0539591065411334,0.085464414144155,0.5,0.255951455205554,0.080493740626285,0.112941607863108,0.5,0.255951455205554,0.118530779254283,0.0327585881777516,0.5,0.255951455205554,0.0510097941590839,0.0106453800816513,0.255951455205554,0.0725434400369679,0.0563408748322407,0.0264868502019405,0.00498613888012435,0.255951455205554,0.0212222682005461,0.00919238798111791,0.5,0.255951455205554,0.0889687513261601,0.0199226839154217,0.255951455205554,0.00503141616898008,0.00818814091632435,0.255951455205554,0.0102274413801123,0.0233754089275477,0.255951455205554,0.0189014844099312,0.0148219523353313,0.0170331654091196,0.904305207629471 -7450,0.255951455205554,0.157487753882907,0.292522258937185,0.255951455205554,0.101951678180047,0.169696539082134,0.255951455205554,0.180546559713955,0.240677623254303,0.255951455205554,0.238934792975346,0.272724423786859,0.255951455205554,0.177044048447207,0.300542792558671,0.255951455205554,0.208862682407407,0.159742356618671,0.5,0.255951455205554,0.214182305684384,0.156571923581822,0.5,0.255951455205554,0.282150407599718,0.0497629245637268,0.5,0.255951455205554,0.13927343043619,0.0257927681511655,0.255951455205554,0.189638634736361,0.0593585034892203,0.0508434263522693,0.00395288038690282,0.255951455205554,0.0442176479524255,0.0129441456317019,0.5,0.255951455205554,0.197682933194086,0.020920874385901,0.255951455205554,0.0159730578519768,0.010289073282835,0.255951455205554,0.0249696363776376,0.0390754839548753,0.255951455205554,0.0577742683792102,0.0388786288623951,0.0539992993136911,0.905241907890718 -7451,0.255951455205554,0.255259942171376,0.387596063425506,0.255951455205554,0.178391122938939,0.264138153965096,0.255951455205554,0.283872687134064,0.320870803760823,0.255951455205554,0.380241479103138,0.35164328530522,0.255951455205554,0.275403845024047,0.427976599442366,0.255951455205554,0.311934102438385,0.385423991119906,0.5,0.255951455205554,0.318835975272653,0.319626924626814,0.5,0.255951455205554,0.423741082407793,0.105940667524461,0.5,0.255951455205554,0.229665621800981,0.0643420727159734,0.255951455205554,0.288462035275111,0.191646618521453,0.081913549851445,0.00589750216913076,0.255951455205554,0.0620749348060307,0.0175544620887023,0.5,0.255951455205554,0.253802802604925,0.0318581800014218,0.255951455205554,0.0379925412899923,0.0119162207221472,0.255951455205554,0.0378352434960156,0.0579874968835191,0.255951455205554,0.0935217705871517,0.0957111862888055,0.233971193518489,0.907430744931671 -7452,0.255951455205554,0.305811606313144,0.458451873731397,0.255951455205554,0.18734955480079,0.306815828910402,0.255951455205554,0.336614133587641,0.416338880347127,0.255951455205554,0.469062077995913,0.451315250970452,0.255951455205554,0.306475391177706,0.56876191253685,0.255951455205554,0.355730509531178,0.58024066899364,0.5,0.255951455205554,0.347080400521437,0.467139352772717,0.5,0.255951455205554,0.511088078443104,0.141124178149416,0.5,0.255951455205554,0.28839575684977,0.10649209628573,0.255951455205554,0.299208548468308,0.29714971191956,0.121518073719946,0.00548695198665994,0.255951455205554,0.0872420917961149,0.0204363727500495,0.5,0.255951455205554,0.233170400851595,0.0411523746370466,0.255951455205554,0.0736752848272962,0.0151788302302258,0.255951455205554,0.0540240821791853,0.0802139211157286,0.255951455205554,0.118979481771074,0.144754321241105,0.302279768774843,0.910644824219497 -7453,0.255951455205554,0.310728136976103,0.539311615832066,0.255951455205554,0.0887409680745514,0.310094682160477,0.255951455205554,0.322180536646391,0.518134978461293,0.255951455205554,0.494826589809859,0.556292017185295,0.255951455205554,0.275325084704105,0.658080067357674,0.255951455205554,0.347749459232862,0.571391970365106,0.5,0.255951455205554,0.307166490703194,0.542274742566073,0.5,0.255951455205554,0.529664874739538,0.166715739757172,0.5,0.255951455205554,0.306750752758872,0.155245874175253,0.255951455205554,0.237779957873526,0.454406232529548,0.159771621997207,0.00635608926386674,0.255951455205554,0.0968378010736302,0.0262737091193055,0.5,0.255951455205554,0.17494971148685,0.049169622385859,0.255951455205554,0.118941130050119,0.02369646578432,0.255951455205554,0.073145706089875,0.0956403420895271,0.255951455205554,0.172358537410949,0.162108357124697,0.211052304251058,0.912911359504274 -7454,0.255951455205554,0.248121842723351,0.555149863446912,0.255951455205554,0.0554939645073028,0.272832676410967,0.255951455205554,0.278290515369374,0.572219587442079,0.255951455205554,0.449478367271078,0.638575157674601,0.255951455205554,0.208457165984883,0.650205140202891,0.255951455205554,0.318734953842169,0.508848523325562,0.5,0.255951455205554,0.223292563124339,0.621589753237448,0.5,0.255951455205554,0.472001474803942,0.131344736683324,0.5,0.255951455205554,0.29085213576095,0.151310422171158,0.255951455205554,0.159897239511997,0.726843729306912,0.0778178433138253,0.0123814667570201,0.255951455205554,0.100896857549162,0.0320148267946231,0.5,0.255951455205554,0.110801809827382,0.0484140122673906,0.255951455205554,0.124810566146691,0.0366641170155922,0.255951455205554,0.128751299422378,0.124356107878845,0.255951455205554,0.247507052007755,0.185621457603838,0.0557842906331826,0.91341719252997 -7455,0.255951455205554,0.167970247279201,0.556971859359261,0.255951455205554,0.0415054988874752,0.288793759768145,0.255951455205554,0.213717660860578,0.582908547178927,0.255951455205554,0.331257149022506,0.664758490870528,0.255951455205554,0.126536647893392,0.65344789937541,0.255951455205554,0.237969661775239,0.427570250437156,0.5,0.255951455205554,0.119491392882359,0.656627326182317,0.5,0.255951455205554,0.352838281898857,0.143851924308808,0.5,0.255951455205554,0.235058918484527,0.0973638763424717,0.255951455205554,0.0491228500045183,0.849197542367199,0.0329633042667401,0.0273110115547888,0.255951455205554,0.0768716260944754,0.0352415805206478,0.5,0.255951455205554,0.0646336508770129,0.0438028978899209,0.255951455205554,0.115118086869856,0.0369593151395657,0.255951455205554,0.138513695848719,0.125607790311215,0.255951455205554,0.243161675104059,0.136486243581533,0.028728013178597,0.913460508857048 -7456,0.255951455205554,0.0765343684754685,0.532878987613531,0.255951455205554,0.032915582760753,0.304670000520751,0.255951455205554,0.0899733745031842,0.563995221815273,0.255951455205554,0.115652773874311,0.699690047658932,0.255951455205554,0.0537886393517094,0.598828450678731,0.255951455205554,0.118879117891002,0.362541356814439,0.5,0.255951455205554,0.0260882282537524,0.676367791586389,0.5,0.255951455205554,0.148306988874189,0.145306249823713,0.5,0.255951455205554,0.100357575229092,0.0642905224705776,0.255951455205554,0.00255907922099952,0.787379147689222,0.0146067323977668,0.0216085125131872,0.255951455205554,0.0160542696193883,0.0379327663859332,0.5,0.255951455205554,0.00735052160459546,0.0465659271555422,0.255951455205554,0.0411942831545975,0.0325787111780724,0.255951455205554,0.0563951122050631,0.0825891919740697,0.255951455205554,0.0992296215658222,0.0822792875752078,0.0139878715004155,0.91339488280796 -7457,0.255951455205554,0.0,0.57198822689155,0.255951455205554,0.0,0.295663725109979,0.255951455205554,1.12230018499287e-05,0.528337271060967,0.255951455205554,0.0,0.695389771536465,0.255951455205554,0.000173329152313149,0.561310404007618,0.255951455205554,3.92305201587533e-05,0.38169108374982,0.5,0.255951455205554,0.000268954838568385,0.52757073302949,0.5,0.255951455205554,1.97575931291088e-05,0.181212690355932,0.5,0.255951455205554,0.0,0.0767452554271606,0.255951455205554,0.00032108237792925,0.417894485118806,0.0,0.0346446049604606,0.255951455205554,0.0,0.0540932501923115,0.5,0.255951455205554,0.0,0.0661465602842829,0.255951455205554,0.0,0.0346014306377237,0.255951455205554,0.0,0.0707838771967091,0.255951455205554,0.0,0.0923082107560947,0.0,0.917080544441909 -7458,0.255951455205554,0.0,0.629095891000944,0.255951455205554,0.0,0.291405920847599,0.255951455205554,0.0,0.517143319369353,0.255951455205554,0.0,0.611719550923219,0.255951455205554,0.0,0.592375311331491,0.255951455205554,0.0,0.484781399976141,0.5,0.255951455205554,0.0,0.414055704362783,0.5,0.255951455205554,0.0,0.223093709961661,0.5,0.255951455205554,0.0,0.0999981047912914,0.255951455205554,0.0,0.392733242949479,0.0,0.0359871663645351,0.255951455205554,0.0,0.0567638094307242,0.5,0.255951455205554,0.0,0.087072531036645,0.255951455205554,0.0,0.0312415952658615,0.255951455205554,0.0,0.0782941784993887,0.255951455205554,0.0,0.115620155636827,0.0,0.9256510906146 -7459,0.255951455205554,0.0,0.665688622396645,0.255951455205554,0.0,0.278242362320583,0.255951455205554,0.0,0.50132401266304,0.255951455205554,0.0,0.547305097582838,0.255951455205554,0.0,0.568557755092448,0.255951455205554,0.0,0.578028844732264,0.5,0.255951455205554,0.0,0.434740000490304,0.5,0.255951455205554,0.0,0.297848843778997,0.5,0.255951455205554,0.0,0.12672301902959,0.255951455205554,0.0,0.513731394191407,0.0,0.0501237730943283,0.255951455205554,0.0,0.0611589834519556,0.5,0.255951455205554,0.0,0.120000511797296,0.255951455205554,0.0,0.0360434027047528,0.255951455205554,0.0,0.117214640323112,0.255951455205554,0.0,0.14440983931789,0.0,0.932032363327583 -7460,0.255951455205554,0.0,0.634364587413598,0.255951455205554,0.0,0.236415366326565,0.255951455205554,0.0,0.500099602467822,0.255951455205554,0.0,0.566159304559857,0.255951455205554,0.0,0.593305632492989,0.255951455205554,0.0,0.555847857316624,0.5,0.255951455205554,0.0,0.54319108170607,0.5,0.255951455205554,0.0,0.347776812316594,0.5,0.255951455205554,0.0,0.19320924330659,0.255951455205554,0.0,0.626837393497642,0.0,0.0632954300266851,0.255951455205554,0.0,0.0708264970367223,0.5,0.255951455205554,0.0,0.15257321729792,0.255951455205554,0.0,0.0475827921147402,0.255951455205554,0.0,0.149583524113001,0.255951455205554,0.0,0.190010990361403,0.0,0.944633083787526 -7461,0.255951455205554,0.0,0.582403912682652,0.255951455205554,0.0,0.307929002189085,0.255951455205554,0.0,0.550952152025479,0.255951455205554,0.0,0.643067191258565,0.255951455205554,0.0,0.606210298069446,0.255951455205554,0.0,0.554786249681672,0.5,0.255951455205554,0.0,0.550493653893478,0.5,0.255951455205554,0.0,0.380956316419173,0.5,0.255951455205554,0.0,0.262419281440078,0.255951455205554,0.0,0.413628238089521,0.0,0.0693554281036294,0.255951455205554,0.0,0.0804238336127596,0.5,0.255951455205554,0.0,0.165213608640226,0.255951455205554,0.0,0.0713398177178864,0.255951455205554,0.0,0.156308708199756,0.255951455205554,0.0,0.275221722621507,0.0,0.948827562723913 -7462,0.255951455205554,0.0,0.560110177171569,0.255951455205554,0.0,0.366320851027259,0.255951455205554,0.0,0.584283328975377,0.255951455205554,0.0,0.672195293384035,0.255951455205554,0.0,0.622749781857858,0.255951455205554,0.0,0.592575154628431,0.5,0.255951455205554,0.0,0.429610061858418,0.5,0.255951455205554,0.0,0.324457124335802,0.5,0.255951455205554,0.0,0.309714303441501,0.255951455205554,0.0,0.294423609533189,0.0,0.0725154647524917,0.255951455205554,0.0,0.0955439728768692,0.5,0.255951455205554,0.0,0.172454626914815,0.255951455205554,0.0,0.0963153198524488,0.255951455205554,0.0,0.174121122539506,0.255951455205554,0.0,0.384029077247963,0.0,0.937882423184627 -7463,0.255951455205554,0.0,0.592101977294293,0.255951455205554,0.0,0.445738072143163,0.255951455205554,0.0,0.610545279290145,0.255951455205554,0.0,0.641219993701598,0.255951455205554,0.0,0.621299244657021,0.255951455205554,0.0,0.587278811959931,0.5,0.255951455205554,0.0,0.360357074959388,0.5,0.255951455205554,0.0,0.321064944820374,0.5,0.255951455205554,0.0,0.323570735448353,0.255951455205554,0.0,0.309734149115224,0.0,0.0994586578932133,0.255951455205554,0.0,0.110311929482445,0.5,0.255951455205554,0.0,0.17872513578367,0.255951455205554,0.0,0.114993654747271,0.255951455205554,0.0,0.211166156594044,0.255951455205554,0.0,0.499857427870576,0.0,0.924488415959023 -7464,0.255951455205554,0.0,0.58239267900746,0.255951455205554,0.0,0.429147454586754,0.255951455205554,0.0,0.610192021776474,0.255951455205554,0.0,0.666653220252122,0.255951455205554,0.0,0.645076508205543,0.255951455205554,0.0,0.468743042028648,0.5,0.255951455205554,0.0,0.354259654400204,0.5,0.255951455205554,0.0,0.275778680161061,0.5,0.255951455205554,0.0,0.327809731649325,0.255951455205554,0.0,0.326950422030437,0.0,0.137028182781578,0.255951455205554,0.0,0.131230075464196,0.5,0.255951455205554,0.0,0.19035394011273,0.255951455205554,0.0,0.137133635055268,0.255951455205554,0.0,0.298852198521106,0.255951455205554,0.0,0.526173238321633,0.0,0.91758456789089 -7465,0.255951455205554,0.0,0.623125035933945,0.255951455205554,0.0,0.392425288167729,0.255951455205554,0.0,0.609271978300498,0.255951455205554,0.0,0.636297165961708,0.255951455205554,0.0,0.674490377469394,0.255951455205554,0.0,0.376967877360754,0.5,0.255951455205554,0.0,0.346471253700036,0.5,0.255951455205554,0.0,0.188234648770339,0.5,0.255951455205554,0.0,0.271229969778089,0.255951455205554,0.0,0.309125495871484,0.0,0.147644801511207,0.255951455205554,0.0,0.143692204048144,0.5,0.255951455205554,0.0,0.209153512571968,0.255951455205554,0.0,0.139722813885058,0.255951455205554,0.0,0.292446791811386,0.255951455205554,0.0,0.465378301253907,0.0,0.925598713296329 -7466,0.255951455205554,0.0,0.671526725778517,0.255951455205554,0.0,0.448346537114382,0.255951455205554,0.0,0.638054947615625,0.255951455205554,0.0,0.712751074184898,0.255951455205554,0.0,0.647301644065839,0.255951455205554,0.0,0.347314913139853,0.5,0.255951455205554,0.0,0.342343176026203,0.5,0.255951455205554,0.0,0.103232267057597,0.5,0.255951455205554,0.0,0.184315638659022,0.255951455205554,0.0,0.294847411895044,0.0,0.129268001437586,0.255951455205554,0.0,0.145364232064339,0.5,0.255951455205554,0.0,0.214751968414195,0.255951455205554,0.0,0.0994356116217148,0.255951455205554,0.0,0.262506199137985,0.255951455205554,0.0,0.383177362900599,0.0,0.939600667861549 -7467,0.255951455205554,0.0,0.716168036105717,0.255951455205554,0.0,0.481331406931884,0.255951455205554,0.0,0.669084255164248,0.255951455205554,0.0,0.781557411550487,0.255951455205554,0.0,0.640604133398198,0.255951455205554,0.0,0.343020118834057,0.5,0.255951455205554,0.0,0.338954908307442,0.5,0.255951455205554,0.0,0.0618397001458787,0.5,0.255951455205554,0.0,0.136980697806823,0.255951455205554,0.0,0.280723806404971,0.0,0.126368349264002,0.255951455205554,0.0,0.135750323834187,0.5,0.255951455205554,0.0,0.204066349229686,0.255951455205554,0.0,0.114523059461921,0.255951455205554,0.0,0.263582601895536,0.255951455205554,0.0,0.245675733171884,0.0,0.932123065798233 -7468,0.255951455205554,0.0,0.705465356887847,0.255951455205554,0.0,0.517232354491962,0.255951455205554,0.0,0.661915000229883,0.255951455205554,0.0,0.755749875955458,0.255951455205554,0.0,0.624444627408006,0.255951455205554,0.0,0.350022028648029,0.5,0.255951455205554,0.0,0.323144738509417,0.5,0.255951455205554,0.0,0.0451644215802443,0.5,0.255951455205554,0.0,0.0952781335254128,0.255951455205554,0.0,0.263144126189711,0.0,0.122520911843146,0.255951455205554,0.0,0.132462502352758,0.5,0.255951455205554,0.0,0.193612036729107,0.255951455205554,0.0,0.133314771347941,0.255951455205554,0.0,0.231145527345593,0.255951455205554,0.0,0.165382566943684,0.0,0.944547194382063 -7469,0.255951455205554,0.0,0.712616835754977,0.255951455205554,0.0,0.54174816202326,0.255951455205554,0.0,0.652508233693148,0.255951455205554,0.0,0.724529974713343,0.255951455205554,0.0,0.616273642007658,0.255951455205554,0.0,0.341148819508941,0.5,0.255951455205554,0.0,0.298877353559651,0.5,0.255951455205554,0.0,0.0413200899867929,0.5,0.255951455205554,0.0,0.0711641913137088,0.255951455205554,0.0,0.217707375296785,0.0,0.155581689902897,0.255951455205554,0.0,0.156315763571464,0.5,0.255951455205554,0.0,0.198685399939691,0.255951455205554,0.0,0.136607408323171,0.255951455205554,0.0,0.185843348750765,0.255951455205554,0.0,0.182048433220196,0.0,0.950599563949922 -7470,0.255951455205554,0.0,0.740483751779011,0.255951455205554,0.0,0.571593069184111,0.255951455205554,0.0,0.635046191358235,0.255951455205554,0.0,0.662511010309637,0.255951455205554,0.0,0.599313856259282,0.255951455205554,0.0,0.332777687166369,0.5,0.255951455205554,0.0,0.258414718599427,0.5,0.255951455205554,0.0,0.0386115680295731,0.5,0.255951455205554,0.0,0.0569606897492713,0.255951455205554,0.0,0.165707632184003,0.0,0.13251316872407,0.255951455205554,0.0,0.189253709116338,0.5,0.255951455205554,0.0,0.221194144844519,0.255951455205554,0.0,0.115845171933086,0.255951455205554,0.0,0.226463961177267,0.255951455205554,0.0,0.224382388194084,0.0,0.934336867946824 -7471,0.255951455205554,0.0,0.748463320865697,0.255951455205554,0.0,0.545926889805002,0.255951455205554,0.0,0.618447584593807,0.255951455205554,0.0,0.642860013681357,0.255951455205554,0.0,0.524604282567281,0.255951455205554,0.0,0.309511696697201,0.5,0.255951455205554,0.0,0.216535139928056,0.5,0.255951455205554,0.0,0.0331917918011912,0.5,0.255951455205554,0.0,0.0379656581480643,0.255951455205554,0.0,0.119624322374374,0.0,0.107316067680008,0.255951455205554,0.0,0.169070433641206,0.5,0.255951455205554,0.0,0.240302435636977,0.255951455205554,0.0,0.10844794435723,0.255951455205554,0.0,0.261783719377915,0.255951455205554,0.0,0.249285671117078,0.0,0.937885970892399 -7472,0.255951455205554,0.0,0.741643444104733,0.255951455205554,0.0,0.593310575983506,0.255951455205554,0.0,0.602307088052624,0.255951455205554,0.0,0.607664136105796,0.255951455205554,0.0,0.446936796088519,0.255951455205554,0.0,0.264633341422526,0.5,0.255951455205554,0.0,0.179572448943424,0.5,0.255951455205554,8.37931739396118e-05,0.0260068604401802,0.5,0.255951455205554,0.000708165792647745,0.0255785088202005,0.255951455205554,0.0,0.0887163296686821,0.000314447137375794,0.0893167430855752,0.255951455205554,0.000626448743237919,0.145672016837983,0.5,0.255951455205554,7.23458014787966e-07,0.278810815178111,0.255951455205554,0.00145736436095833,0.10120377339663,0.255951455205554,4.20124895880813e-05,0.236847467618171,0.255951455205554,0.000283543547460722,0.226981283178178,0.0,0.95370490238047 -7473,0.255951455205554,0.0022481453959934,0.754324306028204,0.255951455205554,0.00360520013630715,0.55346362593083,0.255951455205554,0.00754811365712479,0.5931545554351,0.255951455205554,0.0033266698687174,0.620758973580839,0.255951455205554,0.0148860854695321,0.364134147126603,0.255951455205554,0.0268765392600911,0.217892359219433,0.5,0.255951455205554,0.026374214618084,0.191307289978477,0.5,0.255951455205554,0.0500500070836932,0.0187412350156705,0.5,0.255951455205554,0.0419522540116389,0.0189626418684,0.255951455205554,0.0351956260276672,0.109244383039054,0.0787058517552662,0.0839645459833671,0.255951455205554,0.0685153136829298,0.155092274734607,0.5,0.255951455205554,0.0147443034575669,0.325150162270778,0.255951455205554,0.10374958170676,0.0683678950478601,0.255951455205554,0.10003137168642,0.184315592710613,0.255951455205554,0.0812719205071883,0.190127972247197,0.00198914896944964,0.962979491537226 -7474,0.255951455205554,0.00964961952895083,0.779588307000043,0.255951455205554,0.010523004852774,0.68966798949255,0.255951455205554,0.0293086525110776,0.599942472266284,0.255951455205554,0.0267030868346496,0.714149133759272,0.255951455205554,0.0880247305456863,0.3141178383345,0.255951455205554,0.0799113125509068,0.228307400759899,0.5,0.255951455205554,0.0889250453318283,0.215345364747381,0.5,0.255951455205554,0.150157531774904,0.0155450229767145,0.5,0.255951455205554,0.121475831293128,0.024857763793635,0.255951455205554,0.105829117162886,0.120773716224086,0.213245695993385,0.147729923288112,0.255951455205554,0.219167479954051,0.188856771558251,0.5,0.255951455205554,0.0526831527289986,0.384794083054477,0.255951455205554,0.257792197430194,0.077062174111537,0.255951455205554,0.227693057557137,0.211539147617446,0.255951455205554,0.216047236083847,0.177628102520073,0.0249010417342143,0.963650126636053 -7475,0.255951455205554,0.0158504348803203,0.787693089680483,0.255951455205554,0.0196223693914186,0.650176621037241,0.255951455205554,0.0559988769489653,0.542646664124854,0.255951455205554,0.0586874010071981,0.666654016614184,0.255951455205554,0.211076881441779,0.341152656216084,0.255951455205554,0.112777017802804,0.261633978755399,0.5,0.255951455205554,0.159379266323084,0.20254834348045,0.5,0.255951455205554,0.299876624585615,0.0201871107916651,0.5,0.255951455205554,0.202628289390898,0.0423158468450713,0.255951455205554,0.204414416083677,0.11725595263467,0.382805867678379,0.185032919111636,0.255951455205554,0.343440351895146,0.226621076458497,0.5,0.255951455205554,0.105236838045933,0.397170370601642,0.255951455205554,0.405418917277426,0.0933168899970352,0.255951455205554,0.316486152394742,0.25303104526919,0.255951455205554,0.35761324979174,0.17968140170912,0.0113840704287035,0.962200809709224 -7476,0.255951455205554,0.0357318401186436,0.751879787591792,0.255951455205554,0.0354318055988733,0.539437527397847,0.255951455205554,0.0756042152955199,0.45696200550415,0.255951455205554,0.119785776725745,0.530639467484728,0.255951455205554,0.322926084454557,0.39173791762439,0.255951455205554,0.123607082804047,0.258005985349449,0.5,0.255951455205554,0.229311522995209,0.208630593116653,0.5,0.255951455205554,0.422756365075333,0.0220268213313502,0.5,0.255951455205554,0.260774726776595,0.0459708399116393,0.255951455205554,0.311920593705296,0.0963778003188828,0.460528925518029,0.160200611754901,0.255951455205554,0.4057376324727,0.204708281841432,0.5,0.255951455205554,0.166782719384013,0.379819016178844,0.255951455205554,0.487487290266088,0.0935939166934075,0.255951455205554,0.354977267454183,0.217430422146283,0.255951455205554,0.424329233156484,0.175566724959694,0.0145817764673578,0.948564214047983 -7477,0.255951455205554,0.0747003854803663,0.66225617199222,0.255951455205554,0.0542905383779114,0.326742918602528,0.255951455205554,0.0791872822304096,0.387113259040265,0.255951455205554,0.0934023822300151,0.42596842888241,0.255951455205554,0.389886373138582,0.396387718705775,0.255951455205554,0.151047695688388,0.242821343621789,0.5,0.255951455205554,0.329148528186892,0.199485608187237,0.5,0.255951455205554,0.423796060073301,0.025587385876408,0.5,0.255951455205554,0.296209944437203,0.0352881302692795,0.255951455205554,0.475031153764481,0.107381788050772,0.445066730965244,0.133181105699397,0.255951455205554,0.392363993758793,0.185525313030442,0.5,0.255951455205554,0.15551963900777,0.367679446024303,0.255951455205554,0.500929038951725,0.0803599443913824,0.255951455205554,0.335853137836982,0.177652687780242,0.255951455205554,0.401938820899913,0.209245277994699,0.0203953919143266,0.919083546243547 -7478,0.255951455205554,0.0634438842260238,0.551803229217641,0.255951455205554,0.0547991825367432,0.231646752906255,0.255951455205554,0.0943936818504123,0.320104739377071,0.255951455205554,0.0337597220726846,0.317679582173161,0.255951455205554,0.373493008479262,0.350984712744963,0.255951455205554,0.245214394115792,0.222010565996311,0.5,0.255951455205554,0.387927240866876,0.192804852096489,0.5,0.255951455205554,0.360781399820197,0.0321812264371263,0.5,0.255951455205554,0.286572754393952,0.0241694402052833,0.255951455205554,0.498761681029025,0.094097331445286,0.301794758542521,0.125145635373228,0.255951455205554,0.315658398224929,0.160788110228337,0.5,0.255951455205554,0.103546248354033,0.315953086963901,0.255951455205554,0.449030010430592,0.0505507136380319,0.255951455205554,0.220188497463545,0.135059589988436,0.255951455205554,0.315398810259593,0.16481282123168,0.0521443753422165,0.802162610664574 -7479,0.255951455205554,0.0268046307196331,0.454897533853043,0.255951455205554,0.0235673642920842,0.134625367536714,0.255951455205554,0.125618310690496,0.236336838421247,0.255951455205554,0.0184076346732327,0.240756004776904,0.255951455205554,0.278041876813439,0.260744202182006,0.255951455205554,0.285444659710381,0.151197138754849,0.5,0.255951455205554,0.347117382134619,0.140012627152368,0.5,0.255951455205554,0.280280271145993,0.0427867000915072,0.5,0.255951455205554,0.223280866526607,0.0199961678021081,0.255951455205554,0.396658315230779,0.102088061032194,0.0738337631177377,0.106158306990535,0.255951455205554,0.184240689369312,0.117313902126731,0.5,0.255951455205554,0.0452005207719603,0.256430736696444,0.255951455205554,0.32555305709013,0.0157604222781486,0.255951455205554,0.0783008576181322,0.0751156191929626,0.255951455205554,0.249955557170167,0.0635346786694072,0.0306893130363909,0.660601456158332 -7480,0.255951455205554,0.00622119364441228,0.377112260976271,0.255951455205554,0.00468266405625242,0.0635925685377234,0.255951455205554,0.0857512239423855,0.168629881139018,0.255951455205554,0.00878198944810766,0.176071219193412,0.255951455205554,0.119634151306293,0.169779131832625,0.255951455205554,0.120735720044032,0.0895517079663541,0.5,0.255951455205554,0.159874164521581,0.0755579417093215,0.5,0.255951455205554,0.139859007401035,0.0371281799480354,0.5,0.255951455205554,0.0913750065674175,0.0243507281853025,0.255951455205554,0.192927535064729,0.0589348520849286,0.0116340686792419,0.0637359919550119,0.255951455205554,0.0210169885704316,0.0696419806259882,0.5,0.255951455205554,0.00212666604680933,0.166549681571017,0.255951455205554,0.0571589405267538,0.00215614692715472,0.255951455205554,0.0166184278746591,0.0291998477612826,0.255951455205554,0.0977191315221461,0.0137213763640697,0.00502256418613722,0.700728425071685 -7481,0.255951455205554,0.0,0.281041848098611,0.255951455205554,0.0,0.0313029569251293,0.255951455205554,0.0,0.147269165062723,0.255951455205554,0.0,0.169066098610131,0.255951455205554,0.0,0.142550662285364,0.255951455205554,0.0,0.0587361776287846,0.5,0.255951455205554,0.0,0.0799812166168523,0.5,0.255951455205554,0.0,0.0555694274969433,0.5,0.255951455205554,1.50593535753293e-05,0.0398928266036896,0.255951455205554,0.0,0.0400929666856761,0.0,0.0254575394919871,0.255951455205554,0.0,0.0407913846262294,0.5,0.255951455205554,0.0,0.110763980183336,0.255951455205554,0.0,0.00205629586173171,0.255951455205554,0.0,0.0163160915911959,0.255951455205554,0.0,0.0144939695130981,0.0,0.769339155478509 -7482,0.255951455205554,0.0,0.241101920916863,0.255951455205554,0.0,0.0395207803626429,0.255951455205554,0.0,0.141661303941476,0.255951455205554,0.0,0.181443413377041,0.255951455205554,0.0,0.133570160569419,0.255951455205554,0.0,0.0364383554890785,0.5,0.255951455205554,0.0,0.0645977499370113,0.5,0.255951455205554,0.0,0.0680841057536868,0.5,0.255951455205554,0.0,0.0404819286738467,0.255951455205554,0.0,0.0305878822259403,0.0,0.00371878674387987,0.255951455205554,0.0,0.02419511412424,0.5,0.255951455205554,0.0,0.0928925265081995,0.255951455205554,0.0,0.00347001329684679,0.255951455205554,0.0,0.0162611800631497,0.255951455205554,0.0,0.0119924905114035,0.0,0.85812533923008 -7483,0.255951455205554,0.0,0.238420163979334,0.255951455205554,0.0,0.0672919942731384,0.255951455205554,0.0,0.128062711212299,0.255951455205554,0.0,0.190440863052574,0.255951455205554,0.0,0.150583266547011,0.255951455205554,0.0,0.0381513252417451,0.5,0.255951455205554,0.0,0.0375977667976069,0.5,0.255951455205554,0.0,0.069203773704432,0.5,0.255951455205554,0.0,0.039696148935428,0.255951455205554,0.0,0.0269822039345079,0.0,0.0,0.255951455205554,0.0,0.0136266305969854,0.5,0.255951455205554,0.0,0.0707787175877981,0.255951455205554,0.0,0.00472046647119292,0.255951455205554,0.0,0.0143357111049269,0.255951455205554,0.0,0.0105948262109702,0.0,0.814168202766798 -7484,0.255951455205554,0.0,0.249730828984402,0.255951455205554,0.0,0.0793400358766603,0.255951455205554,0.0,0.133800254521779,0.255951455205554,0.0,0.178956972648467,0.255951455205554,0.0,0.152184997875764,0.255951455205554,0.0,0.0376179928650614,0.5,0.255951455205554,0.0,0.0296661907045598,0.5,0.255951455205554,0.0,0.061046065787125,0.5,0.255951455205554,0.0,0.0381700292869761,0.255951455205554,0.0,0.0288054482825635,0.0,0.000410406031341594,0.255951455205554,0.0,0.0115009808419586,0.5,0.255951455205554,0.0,0.0523597588655728,0.255951455205554,0.0,0.00546119944391932,0.255951455205554,0.0,0.0139919516330499,0.255951455205554,0.0,0.00425980046551795,0.0,0.709316315136455 -7485,0.255951455205554,0.0,0.252258628695314,0.255951455205554,0.0,0.0709070614592626,0.255951455205554,0.0,0.161368852505481,0.255951455205554,0.0,0.181417004880736,0.255951455205554,0.0,0.115371223414356,0.255951455205554,0.0,0.0342664615539409,0.5,0.255951455205554,0.0,0.0296095856942653,0.5,0.255951455205554,0.0,0.0508417911508494,0.5,0.255951455205554,0.0,0.0360157996955697,0.255951455205554,0.0,0.0315935405649494,0.0,0.000717120691648392,0.255951455205554,0.0,0.012359831780569,0.5,0.255951455205554,0.0,0.0365406935025213,0.255951455205554,0.0,0.00736403919944895,0.255951455205554,0.0,0.0185054181333356,0.255951455205554,0.0,0.0040560612918993,0.0,0.731160329264219 -7486,0.255951455205554,0.0,0.216759809204551,0.255951455205554,0.0,0.103946459272487,0.255951455205554,0.0,0.16359278588803,0.255951455205554,0.0,0.210832056583085,0.255951455205554,0.0,0.099646434976188,0.255951455205554,0.0,0.0279817755870486,0.5,0.255951455205554,0.0,0.0300257945459884,0.5,0.255951455205554,0.0,0.0395227058648703,0.5,0.255951455205554,0.0,0.032809722697326,0.255951455205554,0.0,0.0298154089298973,0.0,0.000442056193354562,0.255951455205554,0.0,0.0174083632567727,0.5,0.255951455205554,0.0,0.0265099944040117,0.255951455205554,0.0,0.00980099931636707,0.255951455205554,0.0,0.0292743146699977,0.255951455205554,0.0,0.00945142683981617,0.0,0.83419287425911 -7487,0.255951455205554,0.0,0.221067752361618,0.255951455205554,0.0,0.0911001888502749,0.255951455205554,0.0,0.143194991515916,0.255951455205554,0.0,0.171414919372599,0.255951455205554,0.0,0.112273196622142,0.255951455205554,0.0,0.0244978959198548,0.5,0.255951455205554,0.0,0.0285648526368007,0.5,0.255951455205554,0.0,0.0338708827806807,0.5,0.255951455205554,0.0,0.0304460088525001,0.255951455205554,0.0,0.0298144647572518,0.0,0.000249121134004918,0.255951455205554,0.0,0.0234418707552131,0.5,0.255951455205554,0.0,0.0377051889798017,0.255951455205554,0.0,0.0132546943120906,0.255951455205554,0.0,0.0512657734399711,0.255951455205554,0.0,0.0154044939361472,0.0,0.806749358183511 -7488,0.255951455205554,0.0,0.21655196108786,0.255951455205554,0.0,0.0435894886493528,0.255951455205554,0.0,0.123697363633603,0.255951455205554,0.0,0.126159883082836,0.255951455205554,0.0,0.113723427239198,0.255951455205554,0.0,0.0217851693279499,0.5,0.255951455205554,0.0,0.0289194457008164,0.5,0.255951455205554,0.0,0.0279464980306457,0.5,0.255951455205554,0.0,0.0290311712380778,0.255951455205554,0.0,0.0327486265019954,0.0,0.00679266510226465,0.255951455205554,0.0,0.0348521339571828,0.5,0.255951455205554,0.0,0.0550435371975947,0.255951455205554,0.0,0.0202689287169787,0.255951455205554,0.0,0.0734413509479164,0.255951455205554,0.0,0.0199576712731294,0.0,0.80983764975183 -7489,0.255951455205554,0.0,0.150796261966284,0.255951455205554,0.0,0.0407749135503979,0.255951455205554,0.0,0.120329852653893,0.255951455205554,0.0,0.122438976526017,0.255951455205554,0.0,0.110652054064041,0.255951455205554,0.0,0.0194631788275747,0.5,0.255951455205554,0.0,0.0320739787625679,0.5,0.255951455205554,0.0,0.0228006331712805,0.5,0.255951455205554,0.0,0.0264843256505619,0.255951455205554,0.0,0.0362995960458019,0.0,0.0292998026577043,0.255951455205554,0.0,0.0435447961312071,0.5,0.255951455205554,0.0,0.0558204588588923,0.255951455205554,0.0,0.0261920926518835,0.255951455205554,0.0,0.0775838151984193,0.255951455205554,0.0,0.0226956195919899,0.0,0.807357565131171 -7490,0.255951455205554,0.0,0.133415551647496,0.255951455205554,0.0,0.0676588127319337,0.255951455205554,0.0,0.134877121654566,0.255951455205554,0.0,0.155422520430343,0.255951455205554,0.0,0.10145758886581,0.255951455205554,0.0,0.0194103013134676,0.5,0.255951455205554,0.0,0.0314922429446899,0.5,0.255951455205554,0.0,0.018503423865298,0.5,0.255951455205554,0.0,0.0223892146506131,0.255951455205554,0.0,0.0307005127697917,0.0,0.0469687118649548,0.255951455205554,0.0,0.0485695283729049,0.5,0.255951455205554,0.0,0.0574046437568136,0.255951455205554,0.0,0.0303182006572815,0.255951455205554,0.0,0.0757861393377247,0.255951455205554,0.0,0.025780286335289,0.0,0.804541406635592 -7491,0.255951455205554,0.0,0.184784299372382,0.255951455205554,0.0,0.0997730298426944,0.255951455205554,0.0,0.155558947707619,0.255951455205554,0.0,0.193455574022825,0.255951455205554,0.0,0.0953939727477947,0.255951455205554,0.0,0.021062597875111,0.5,0.255951455205554,0.0,0.0273161208586728,0.5,0.255951455205554,0.0,0.0185524918753495,0.5,0.255951455205554,0.0,0.0186882805421884,0.255951455205554,0.0,0.0226423805225525,0.0,0.0495742276468456,0.255951455205554,0.0,0.0519054394915175,0.5,0.255951455205554,0.0,0.0491025889996066,0.255951455205554,0.0,0.0332441347093282,0.255951455205554,0.0,0.075710854187369,0.255951455205554,0.0,0.0309353310074532,0.0,0.840104614640956 -7492,0.255951455205554,0.0,0.247801604586976,0.255951455205554,0.0,0.1164697078519,0.255951455205554,0.0,0.165749702601621,0.255951455205554,0.0,0.202933246685334,0.255951455205554,0.0,0.0945409254518082,0.255951455205554,0.0,0.0233011957501608,0.5,0.255951455205554,0.0,0.0214755177301817,0.5,0.255951455205554,0.0,0.0192269959607409,0.5,0.255951455205554,0.0,0.0163453128510799,0.255951455205554,0.0,0.0110164350254083,0.0,0.0509975230810613,0.255951455205554,0.0,0.0535224520851751,0.5,0.255951455205554,0.0,0.0405107299878739,0.255951455205554,0.0,0.0351865351978803,0.255951455205554,0.0,0.0699552863995071,0.255951455205554,0.0,0.0316244921191256,0.0,0.867941859087746 -7493,0.255951455205554,0.0,0.279849668091108,0.255951455205554,0.0,0.12282031183118,0.255951455205554,0.0,0.172745250866547,0.255951455205554,0.0,0.198597859829121,0.255951455205554,0.0,0.0965064106958105,0.255951455205554,0.0,0.0225500182241891,0.5,0.255951455205554,0.0,0.0173162945533396,0.5,0.255951455205554,0.0,0.0228729228641426,0.5,0.255951455205554,0.0,0.0142963258625231,0.255951455205554,0.0,0.00973290920395707,0.0,0.0543062053009143,0.255951455205554,0.0,0.0555507097444119,0.5,0.255951455205554,0.0,0.0391473107306796,0.255951455205554,0.0,0.0359994518506334,0.255951455205554,0.0,0.0616872954238165,0.255951455205554,0.0,0.0299643209469807,0.0,0.872171509950187 -7494,0.255951455205554,0.0,0.261916630657213,0.255951455205554,0.0,0.124916364546967,0.255951455205554,0.0,0.181766304363969,0.255951455205554,0.0,0.212304237000106,0.255951455205554,0.0,0.092024945706203,0.255951455205554,0.0,0.0171245393271276,0.5,0.255951455205554,0.0,0.0158582578317875,0.5,0.255951455205554,0.0,0.0228510873685145,0.5,0.255951455205554,0.0,0.0116300942118232,0.255951455205554,0.0,0.00931422875573861,0.0,0.054261908208323,0.255951455205554,0.0,0.0576469299374927,0.5,0.255951455205554,0.0,0.0441205692505157,0.255951455205554,0.0,0.0337241926197075,0.255951455205554,0.0,0.0558571185158489,0.255951455205554,0.0,0.0262303978899331,0.0,0.880547703118771 -7495,0.255951455205554,0.0,0.261283776102661,0.255951455205554,0.0,0.119668869806912,0.255951455205554,0.0,0.195490045563575,0.255951455205554,0.0,0.254174395232135,0.255951455205554,0.0,0.0875063532608829,0.255951455205554,0.0,0.0109215710628968,0.5,0.255951455205554,0.0,0.0141145570681713,0.5,0.255951455205554,0.0,0.0201613814248451,0.5,0.255951455205554,0.0,0.00902160074488877,0.255951455205554,0.0,0.008388253203607,0.0,0.0572386165732547,0.255951455205554,0.0,0.062134505345121,0.5,0.255951455205554,0.0,0.0513245427745163,0.255951455205554,0.0,0.0341349706542768,0.255951455205554,0.0,0.0541161821937557,0.255951455205554,0.0,0.0220481326134185,0.0,0.891309661748541 -7496,0.255951455205554,0.0,0.282329743598067,0.255951455205554,0.0,0.118559539435957,0.255951455205554,0.0,0.19994518925648,0.255951455205554,0.0,0.281175970370607,0.255951455205554,0.0,0.0798749736256291,0.255951455205554,0.0,0.00865563904452135,0.5,0.255951455205554,0.0,0.0132984587718265,0.5,0.255951455205554,1.35492858816067e-05,0.0171698274496565,0.5,0.255951455205554,0.000847080864884156,0.00704172031988527,0.255951455205554,0.0,0.00862576851792967,5.36850798444845e-06,0.0656323997872511,0.255951455205554,0.000229330835441445,0.0698816853539323,0.5,0.255951455205554,0.0,0.0585276777414185,0.255951455205554,0.000130076817859008,0.0334526085027278,0.255951455205554,2.67653412287528e-07,0.0534321298304224,0.255951455205554,5.99832596203264e-06,0.0160281145245661,0.0,0.899147718210761 -7497,0.255951455205554,0.0329878281768846,0.30035371044541,0.255951455205554,0.0493439753334772,0.116132405413526,0.255951455205554,0.0403418161984223,0.191120135484111,0.255951455205554,0.0397484259570708,0.281175664211455,0.255951455205554,0.0444913448918897,0.0628687913448701,0.255951455205554,0.0201283432542184,0.00658041008745018,0.5,0.255951455205554,0.0479588096177138,0.0129597444133701,0.5,0.255951455205554,0.0818085888610436,0.0149277119797487,0.5,0.255951455205554,0.0401584419427439,0.0057563653862025,0.255951455205554,0.0546441029763333,0.0076253278100403,0.0644017499595109,0.0867361924938948,0.255951455205554,0.0394114138436068,0.0843307829802964,0.5,0.255951455205554,0.0676525205933029,0.0633379014598053,0.255951455205554,0.00770130908830183,0.0318969325288389,0.255951455205554,0.0276712983597772,0.0503106986361793,0.255951455205554,0.0113242429980716,0.0104125817497694,0.0357706816132055,0.901810366519882 -7498,0.255951455205554,0.144236038354142,0.329549902469295,0.255951455205554,0.173267781485862,0.171712752165809,0.255951455205554,0.157213421349444,0.211786316803329,0.255951455205554,0.166947942519833,0.300367043316132,0.255951455205554,0.177821028800528,0.0591660584300092,0.255951455205554,0.0647955562582871,0.0121515718296668,0.5,0.255951455205554,0.168847309938043,0.0320738075422655,0.5,0.255951455205554,0.222896005097338,0.019581775629385,0.5,0.255951455205554,0.112052164392344,0.0118525862013761,0.255951455205554,0.172766207358476,0.00665388617798346,0.082414335148551,0.126448040666244,0.255951455205554,0.0723495844786923,0.107326344699123,0.5,0.255951455205554,0.189618686351703,0.0796954657056288,0.255951455205554,0.0262022065116197,0.0269049487813036,0.255951455205554,0.0533525354742213,0.0586160787712085,0.255951455205554,0.0416299376413013,0.00485207620097447,0.152902887388099,0.902214288694321 -7499,0.255951455205554,0.258475087109348,0.322208673010472,0.255951455205554,0.281661973541592,0.21713460673863,0.255951455205554,0.265460589925739,0.240416290849339,0.255951455205554,0.286593082554043,0.334369479627745,0.255951455205554,0.32221915312567,0.0781726443821002,0.255951455205554,0.133234918742847,0.042735465605378,0.5,0.255951455205554,0.288399859716612,0.0479788014705784,0.5,0.255951455205554,0.359336309678128,0.0104584620882796,0.5,0.255951455205554,0.194085681468662,0.0141167288126509,0.255951455205554,0.281234398538977,0.0109961787650086,0.0343135622500403,0.144856943865869,0.255951455205554,0.0752690822779545,0.135008230269419,0.5,0.255951455205554,0.294013543032287,0.134751714168542,0.255951455205554,0.0497450760171457,0.0217476848818017,0.255951455205554,0.0543533155255341,0.0577694059560495,0.255951455205554,0.0761259791492364,0.00358108879026307,0.27297739752476,0.893547894817681 -7500,0.255951455205554,0.340568987997901,0.340888421178935,0.255951455205554,0.348246651031146,0.21432613959975,0.255951455205554,0.337152439814106,0.236554347932458,0.255951455205554,0.366376595820368,0.325107110741797,0.255951455205554,0.414313458307657,0.10599912379226,0.255951455205554,0.197472190088121,0.0795150188127828,0.5,0.255951455205554,0.381110040463053,0.0420332702559293,0.5,0.255951455205554,0.432012369232826,0.00654021956480756,0.5,0.255951455205554,0.263624392012878,0.017333538312267,0.255951455205554,0.373947746672578,0.0159002477431561,0.015657643585909,0.136400922602885,0.255951455205554,0.0490748149886449,0.124680122598003,0.5,0.255951455205554,0.346721170477223,0.188061711328693,0.255951455205554,0.0754683613665869,0.0182679204649814,0.255951455205554,0.0410013623583974,0.047600282550377,0.255951455205554,0.114015565564507,0.0053962831818455,0.343942741629444,0.884952402054608 -7501,0.255951455205554,0.368847116345924,0.361801686193117,0.255951455205554,0.348702618426993,0.241956943492746,0.255951455205554,0.357116502378989,0.219557149354464,0.255951455205554,0.456523473179577,0.334974790685674,0.255951455205554,0.43668361040031,0.115151243199574,0.255951455205554,0.269529975650762,0.100617696467012,0.5,0.255951455205554,0.441988495060361,0.0439209156814876,0.5,0.255951455205554,0.442028728253262,0.00498495457260652,0.5,0.255951455205554,0.324211753145304,0.0142206553654367,0.255951455205554,0.454549888445485,0.0154083801838442,0.00835566695815754,0.111510762145476,0.255951455205554,0.0256091395240494,0.111858462729927,0.5,0.255951455205554,0.289268133198087,0.218339067732669,0.255951455205554,0.0990430302955125,0.0195161559086447,0.255951455205554,0.0498986011175006,0.0416774200742274,0.255951455205554,0.157034186654397,0.00934765251846634,0.345619915161931,0.849966999883485 -7502,0.255951455205554,0.350052098336392,0.338252976054506,0.255951455205554,0.34860194583267,0.18408922263765,0.255951455205554,0.30849490535304,0.173912852068807,0.255951455205554,0.41161215982955,0.249982107963411,0.255951455205554,0.398028369850041,0.104163810177574,0.255951455205554,0.285039887272305,0.0840098832383359,0.5,0.255951455205554,0.429390093904508,0.0397082921422709,0.5,0.255951455205554,0.386313009433432,0.00283147477580605,0.5,0.255951455205554,0.324312007696177,0.0100053019364725,0.255951455205554,0.438042876914903,0.0176827659514863,0.00600604338847855,0.091970740699821,0.255951455205554,0.0222532767516343,0.0981991582771454,0.5,0.255951455205554,0.138846840546503,0.204128306842785,0.255951455205554,0.107298942777071,0.0201741945279302,0.255951455205554,0.0711394123729876,0.0348487490876974,0.255951455205554,0.174987200380136,0.0133674796526968,0.308205849054795,0.821687511296769 -7503,0.255951455205554,0.291900105854139,0.270893105533183,0.255951455205554,0.132574927617091,0.150670269605926,0.255951455205554,0.200412650150618,0.1172154834248,0.255951455205554,0.169328794293384,0.177074253959955,0.255951455205554,0.318215473555622,0.0627993583176363,0.255951455205554,0.235094849745702,0.056463913492454,0.5,0.255951455205554,0.346012316810162,0.0319538301415476,0.5,0.255951455205554,0.273707505080841,0.000898734330926874,0.5,0.255951455205554,0.232541294675976,0.00432488405841376,0.255951455205554,0.337694427017873,0.0165780301720248,0.00577067588331441,0.0575917524830199,0.255951455205554,0.0227587385158549,0.0839413744489636,0.5,0.255951455205554,0.0201070453435343,0.187994161782638,0.255951455205554,0.0802999323392158,0.0198681510320223,0.255951455205554,0.0716149780622849,0.0260538024001685,0.255951455205554,0.127759329339323,0.0136883368189723,0.274475032698175,0.805782952707022 -7504,0.255951455205554,0.0871432720946518,0.23262995082997,0.255951455205554,0.00808405281131815,0.0872133913316314,0.255951455205554,0.0876982152910344,0.0961738314569405,0.255951455205554,0.0340555940634139,0.134818246313804,0.255951455205554,0.159608508590955,0.0419449037692669,0.255951455205554,0.101960864241473,0.0218304817933122,0.5,0.255951455205554,0.171826360064118,0.015405778334456,0.5,0.255951455205554,0.138079118875555,0.000717007645356923,0.5,0.255951455205554,0.0838720611841096,0.0015418470595235,0.255951455205554,0.185209711315582,0.00800830088474839,0.00195813065926725,0.0350600239805503,0.255951455205554,0.00488054060605309,0.0640747523311143,0.5,0.255951455205554,0.000369957225764578,0.17153449389263,0.255951455205554,0.0279631506963576,0.0132802643822045,0.255951455205554,0.0536982020056723,0.0128296515174092,0.255951455205554,0.0625317142944924,0.00736154698934693,0.0919449923502221,0.771741558020805 -7505,0.255951455205554,0.0,0.21921337766716,0.255951455205554,0.0,0.0645221446584613,0.255951455205554,0.0,0.0965408102204708,0.255951455205554,0.0,0.121156725454235,0.255951455205554,0.0,0.052544682465377,0.255951455205554,0.0,0.0199781661664752,0.5,0.255951455205554,0.0,0.0175523820439413,0.5,0.255951455205554,9.14936798973772e-06,0.00182398369610517,0.5,0.255951455205554,1.69522501821568e-05,0.00203765230521974,0.255951455205554,0.0,0.00943438298610826,0.0,0.0339389586775818,0.255951455205554,0.0,0.0461090586425003,0.5,0.255951455205554,0.0,0.159935511888171,0.255951455205554,0.0,0.00730155382008562,0.255951455205554,0.0,0.00762781188235718,0.255951455205554,0.0,0.00587471124087604,0.0,0.791523992884383 -7506,0.255951455205554,0.0,0.197402338313248,0.255951455205554,0.0,0.0570135742936155,0.255951455205554,0.0,0.0943197520135561,0.255951455205554,0.0,0.121707405092802,0.255951455205554,0.0,0.0573669971334348,0.255951455205554,0.0,0.0190022657975799,0.5,0.255951455205554,0.0,0.0174361163269013,0.5,0.255951455205554,0.0,0.00335173656930093,0.5,0.255951455205554,0.0,0.00228507101607418,0.255951455205554,0.0,0.00875346222384071,0.0,0.0282922880272672,0.255951455205554,0.0,0.0393820883142525,0.5,0.255951455205554,0.0,0.140006212324023,0.255951455205554,0.0,0.00562033991439745,0.255951455205554,0.0,0.0071802587500979,0.255951455205554,0.0,0.00356908947438059,0.0,0.767970912547502 -7507,0.255951455205554,0.0,0.179253851333344,0.255951455205554,0.0,0.0486782670290381,0.255951455205554,0.0,0.0852953950629449,0.255951455205554,0.0,0.111310023311783,0.255951455205554,0.0,0.0610403459801764,0.255951455205554,0.0,0.0208853041327176,0.5,0.255951455205554,0.0,0.0163518611971042,0.5,0.255951455205554,0.0,0.00527180995318672,0.5,0.255951455205554,0.0,0.00232975188476938,0.255951455205554,0.0,0.00935584286525349,0.0,0.0217816730538687,0.255951455205554,0.0,0.0325303707996619,0.5,0.255951455205554,0.0,0.116320017897891,0.255951455205554,0.0,0.0063984862860041,0.255951455205554,0.0,0.00598427626206264,0.255951455205554,0.0,0.00502506477922788,0.0,0.775720027496803 -7508,0.255951455205554,0.0,0.149289763060469,0.255951455205554,0.0,0.0372697404480796,0.255951455205554,0.0,0.0758179371333268,0.255951455205554,0.0,0.0967293443014166,0.255951455205554,0.0,0.0655839463062819,0.255951455205554,0.0,0.0235637279819589,0.5,0.255951455205554,0.0,0.0167809366215381,0.5,0.255951455205554,0.0,0.0075883038826024,0.5,0.255951455205554,0.0,0.0027252814542925,0.255951455205554,0.0,0.0101934885886738,0.0,0.012915309404636,0.255951455205554,0.0,0.024373666702063,0.5,0.255951455205554,0.0,0.0850440542957639,0.255951455205554,0.0,0.00756423027271388,0.255951455205554,0.0,0.0058837392151849,0.255951455205554,0.0,0.00693305613175927,0.0,0.727012586238129 -7509,0.255951455205554,0.0,0.110634593853319,0.255951455205554,0.0,0.0324977998342557,0.255951455205554,0.0,0.0724440084009098,0.255951455205554,0.0,0.0860036977307554,0.255951455205554,0.0,0.071092566642743,0.255951455205554,0.0,0.0219980022459676,0.5,0.255951455205554,0.0,0.0180897188788525,0.5,0.255951455205554,0.0,0.011336433496225,0.5,0.255951455205554,0.0,0.00363258911639601,0.255951455205554,0.0,0.0110900302881667,0.0,0.00858242074235045,0.255951455205554,0.0,0.0178122308346052,0.5,0.255951455205554,0.0,0.0598842409459524,0.255951455205554,0.0,0.00973704959944454,0.255951455205554,0.0,0.00700000723223745,0.255951455205554,0.0,0.00879460685040612,0.0,0.60698583195808 -7510,0.255951455205554,0.0,0.0816125627406336,0.255951455205554,0.0,0.0380023156310496,0.255951455205554,0.0,0.0721960220383933,0.255951455205554,0.0,0.0749383198498478,0.255951455205554,0.0,0.0786959881585461,0.255951455205554,0.0,0.0206634663746585,0.5,0.255951455205554,0.0,0.0214921758032488,0.5,0.255951455205554,0.0,0.0112451746947144,0.5,0.255951455205554,0.0,0.00576604739324607,0.255951455205554,0.0,0.013881988292336,0.0,0.00740718329467531,0.255951455205554,0.0,0.0157426484515078,0.5,0.255951455205554,0.0,0.0460467867187705,0.255951455205554,0.0,0.0140128312805624,0.255951455205554,0.0,0.00848907570856851,0.255951455205554,0.0,0.00995834061435499,0.0,0.56692229125044 -7511,0.255951455205554,0.0,0.0687171621822719,0.255951455205554,0.0,0.0308383653927924,0.255951455205554,0.0,0.0658752855610184,0.255951455205554,0.0,0.0659952689422288,0.255951455205554,0.0,0.0853961425268823,0.255951455205554,0.0,0.0219317471328507,0.5,0.255951455205554,0.0,0.0272677344912965,0.5,0.255951455205554,0.0,0.00945187870575274,0.5,0.255951455205554,0.0,0.00734242689163944,0.255951455205554,0.0,0.00985595970117727,0.0,0.00730314545124326,0.255951455205554,0.0,0.0133548492313649,0.5,0.255951455205554,0.0,0.0374898136634343,0.255951455205554,0.0,0.019161854857092,0.255951455205554,0.0,0.00852687581123642,0.255951455205554,0.0,0.011580682170016,0.0,0.56190584722661 -7512,0.255951455205554,0.0,0.0660250156616092,0.255951455205554,0.0,0.0258297826942148,0.255951455205554,0.0,0.0605143574111014,0.255951455205554,0.0,0.0536907012498711,0.255951455205554,0.0,0.0970233856502279,0.255951455205554,0.0,0.022100561555571,0.5,0.255951455205554,0.0,0.0248279160903107,0.5,0.255951455205554,0.0,0.00952151449415563,0.5,0.255951455205554,0.0,0.0070189212986242,0.255951455205554,0.0,0.00666708569663369,0.0,0.00559504689634983,0.255951455205554,0.0,0.0110577646781947,0.5,0.255951455205554,0.0,0.0278833381542855,0.255951455205554,0.0,0.0236415977114381,0.255951455205554,0.0,0.00934329399764473,0.255951455205554,0.0,0.0140670900297139,0.0,0.501682456281412 -7513,0.255951455205554,0.0,0.0600231809040411,0.255951455205554,0.0,0.0246717143658699,0.255951455205554,0.0,0.0697766553525994,0.255951455205554,0.0,0.0598120571640529,0.255951455205554,0.0,0.0993388354648297,0.255951455205554,0.0,0.0227502654577076,0.5,0.255951455205554,0.0,0.020342858512301,0.5,0.255951455205554,0.0,0.0106019181954836,0.5,0.255951455205554,0.0,0.00644160979484082,0.255951455205554,0.0,0.0114068918240861,0.0,0.00517467257292332,0.255951455205554,0.0,0.00990322073470744,0.5,0.255951455205554,0.0,0.0241706080528302,0.255951455205554,0.0,0.0241921978839331,0.255951455205554,0.0,0.0093173727331609,0.255951455205554,0.0,0.0147338955407564,0.0,0.537968696541533 -7514,0.255951455205554,0.0,0.0689024595809713,0.255951455205554,0.0,0.0314735248209569,0.255951455205554,0.0,0.0863224212277758,0.255951455205554,0.0,0.0782089812041974,0.255951455205554,0.0,0.101297315620108,0.255951455205554,0.0,0.0236593585818855,0.5,0.255951455205554,0.0,0.0228964168561445,0.5,0.255951455205554,0.0,0.012551029815898,0.5,0.255951455205554,0.0,0.00671888471236827,0.255951455205554,0.0,0.0141670695674,0.0,0.00767441835937795,0.255951455205554,0.0,0.00957602443832746,0.5,0.255951455205554,0.0,0.0216459953905786,0.255951455205554,0.0,0.0225007244155704,0.255951455205554,0.0,0.0118367881327976,0.255951455205554,0.0,0.0138478063787442,0.0,0.602495170868712 -7515,0.255951455205554,0.0,0.0856060759420131,0.255951455205554,0.0,0.0428916856671978,0.255951455205554,0.0,0.101494149328055,0.255951455205554,0.0,0.0985710733164618,0.255951455205554,0.0,0.105851479508482,0.255951455205554,0.0,0.0202781442552032,0.5,0.255951455205554,0.0,0.0313253841752812,0.5,0.255951455205554,0.0,0.0143333164504937,0.5,0.255951455205554,0.0,0.00641981288643267,0.255951455205554,0.0,0.0136718575655287,0.0,0.00678990841491122,0.255951455205554,0.0,0.0104713989441426,0.5,0.255951455205554,0.0,0.0237270078725979,0.255951455205554,0.0,0.02040557081952,0.255951455205554,0.0,0.0162001503763263,0.255951455205554,0.0,0.0152240828205262,0.0,0.668978359863322 -7516,0.255951455205554,0.0,0.116963555632742,0.255951455205554,0.0,0.0628072787146773,0.255951455205554,0.0,0.116944884648564,0.255951455205554,0.0,0.121844893889138,0.255951455205554,0.0,0.103709839323684,0.255951455205554,0.0,0.0194693181872628,0.5,0.255951455205554,0.0,0.0363445307215362,0.5,0.255951455205554,0.0,0.0187065961528844,0.5,0.255951455205554,0.0,0.00739121603462333,0.255951455205554,0.0,0.0136529900284602,0.0,0.00739218866279138,0.255951455205554,0.0,0.0128479711118701,0.5,0.255951455205554,0.0,0.0318309862287546,0.255951455205554,0.0,0.0178025293619194,0.255951455205554,0.0,0.0223391075019656,0.255951455205554,0.0,0.017131560083185,0.0,0.741243908158198 -7517,0.255951455205554,0.0,0.15107236586113,0.255951455205554,0.0,0.0532467061946169,0.255951455205554,0.0,0.122414815770913,0.255951455205554,0.0,0.113282473105964,0.255951455205554,0.0,0.119570171284503,0.255951455205554,0.0,0.024234648234989,0.5,0.255951455205554,0.0,0.0417862369808552,0.5,0.255951455205554,0.0,0.0214505836321813,0.5,0.255951455205554,0.0,0.00775540074391475,0.255951455205554,0.0,0.0207593169487875,0.0,0.00938952028743186,0.255951455205554,0.0,0.0166536506563993,0.5,0.255951455205554,0.0,0.0426654460142794,0.255951455205554,0.0,0.017122060356714,0.255951455205554,0.0,0.0249357676015836,0.255951455205554,0.0,0.0209654361456431,0.0,0.713626701005433 -7518,0.255951455205554,0.0,0.145511699514832,0.255951455205554,0.0,0.0608605465614981,0.255951455205554,0.0,0.150826416454578,0.255951455205554,0.0,0.149615547742767,0.255951455205554,0.0,0.132803446081594,0.255951455205554,0.0,0.031513082666626,0.5,0.255951455205554,0.0,0.0499840597249833,0.5,0.255951455205554,0.0,0.02550371518171,0.5,0.255951455205554,0.0,0.0080336222739323,0.255951455205554,0.0,0.0283701949827702,0.0,0.0107482471800291,0.255951455205554,0.0,0.0190624226847603,0.5,0.255951455205554,0.0,0.0488757915530468,0.255951455205554,0.0,0.020053764510612,0.255951455205554,0.0,0.0315911696932466,0.255951455205554,0.0,0.0241367621518155,0.0,0.62359906992497 -7519,0.255951455205554,0.0,0.181776256292794,0.255951455205554,0.0,0.0688857542579082,0.255951455205554,0.0,0.166546428424389,0.255951455205554,0.0,0.174135709582875,0.255951455205554,0.0,0.142726541920686,0.255951455205554,0.0,0.0362348872043266,0.5,0.255951455205554,0.0,0.0603584654037241,0.5,0.255951455205554,0.0,0.0264746732219899,0.5,0.255951455205554,0.0,0.0096115756501893,0.255951455205554,0.0,0.0352564355393635,0.0,0.0196382806017263,0.255951455205554,0.0,0.0236534409915035,0.5,0.255951455205554,0.0,0.0521485161431129,0.255951455205554,0.0,0.0233760838223051,0.255951455205554,0.0,0.0343815373123306,0.255951455205554,0.0,0.0261077730555042,0.0,0.467123728960714 -7520,0.255951455205554,0.0,0.217898731796667,0.255951455205554,0.0,0.0763709786775135,0.255951455205554,0.0,0.185829088688806,0.255951455205554,0.0,0.197880045221478,0.255951455205554,0.0,0.155137582936365,0.255951455205554,0.0,0.0373233704644533,0.5,0.255951455205554,0.0,0.0723731764016814,0.5,0.255951455205554,8.66698453148661e-07,0.0255539015010225,0.5,0.255951455205554,0.00148575676045795,0.0112326849726003,0.255951455205554,0.0,0.0381279905252482,0.0,0.0184894078936692,0.255951455205554,0.000496865016417469,0.027415917981176,0.5,0.255951455205554,0.0,0.0563334149078771,0.255951455205554,0.000769077006801456,0.0293193302900389,0.255951455205554,0.0,0.0385585133725649,0.255951455205554,0.0,0.0309643336297294,0.0,0.364894348607626 -7521,0.255951455205554,0.0145829553292337,0.27406793274582,0.255951455205554,0.0362790188509845,0.0805877946309197,0.255951455205554,0.0220417913761591,0.177614543754631,0.255951455205554,0.00796719395696658,0.195518846926594,0.255951455205554,0.0117439641723275,0.164370313301817,0.255951455205554,0.0241639297953077,0.0406678196540713,0.5,0.255951455205554,0.0137575743593846,0.073897426640712,0.5,0.255951455205554,0.0581711455634433,0.0219940500319744,0.5,0.255951455205554,0.0935590023016263,0.0107964143607691,0.255951455205554,0.00446365956987026,0.0425982933633162,0.110446959351755,0.0224900967563023,0.255951455205554,0.102744808846916,0.0298537154080212,0.5,0.255951455205554,0.0640914618161393,0.0667395336971516,0.255951455205554,0.0982385510956027,0.0331521305162254,0.255951455205554,0.094654004497277,0.0302247952544957,0.255951455205554,0.0792959656847808,0.0253113840617652,0.00976773886201027,0.405191856662488 -7522,0.255951455205554,0.0541958185304835,0.308365083050515,0.255951455205554,0.113989863881562,0.0737008180043202,0.255951455205554,0.0820460765706365,0.186532378489635,0.255951455205554,0.0611669406943042,0.206090838543592,0.255951455205554,0.0537151292521526,0.181302741756431,0.255951455205554,0.0941093197636926,0.0458510951672303,0.5,0.255951455205554,0.0536971002955547,0.0866047118758217,0.5,0.255951455205554,0.179164136717568,0.0209679903386312,0.5,0.255951455205554,0.230496191833279,0.0118826070635234,0.255951455205554,0.0152661868095509,0.0757677780184532,0.267182804512327,0.0239489483591794,0.255951455205554,0.244074626713365,0.0303759677846661,0.5,0.255951455205554,0.208323742462496,0.0786273976112168,0.255951455205554,0.235506172242782,0.0385629452110146,0.255951455205554,0.242227433592567,0.0281314941354446,0.255951455205554,0.171875116074618,0.0198246504246929,0.0469141626208132,0.442755437913348 -7523,0.255951455205554,0.089161110056602,0.319606959457705,0.255951455205554,0.152441957956558,0.0985485020308696,0.255951455205554,0.144240300723127,0.217281472769279,0.255951455205554,0.138676856233481,0.227923869825324,0.255951455205554,0.103390158098306,0.215410718918543,0.255951455205554,0.212424842831663,0.0762755290436056,0.5,0.255951455205554,0.0977196625505371,0.130615831503451,0.5,0.255951455205554,0.294098720240511,0.0201028043551139,0.5,0.255951455205554,0.364818931100463,0.0158644594854489,0.255951455205554,0.0246821384659211,0.107817961706758,0.393819795362795,0.0302287187453206,0.255951455205554,0.356188319333181,0.0405849707577882,0.5,0.255951455205554,0.337108096278292,0.0982382627088756,0.255951455205554,0.360746165327613,0.0411167410717577,0.255951455205554,0.329467529210899,0.0291388624113987,0.255951455205554,0.281634655238164,0.017010744983892,0.0660383161959029,0.649956372920023 -7524,0.255951455205554,0.138249269417571,0.340169617606012,0.255951455205554,0.179126620909708,0.117853686322956,0.255951455205554,0.203580471556033,0.267374428330133,0.255951455205554,0.259674964061395,0.243197888524172,0.255951455205554,0.148465229947182,0.300710033315288,0.255951455205554,0.274548093660731,0.146664251805921,0.5,0.255951455205554,0.134099062040498,0.168622300834286,0.5,0.255951455205554,0.367136927110592,0.0205982108117599,0.5,0.255951455205554,0.442876771623756,0.024863876280689,0.255951455205554,0.0733160402552988,0.182516941898178,0.463766877234718,0.032534254545537,0.255951455205554,0.423329282801597,0.0398232279084794,0.5,0.255951455205554,0.383001129027815,0.106584952010643,0.255951455205554,0.443736768822733,0.0433854241462629,0.255951455205554,0.371138545799197,0.0360637508967922,0.255951455205554,0.399179925791539,0.0268009998788074,0.135655761339989,0.770211260045969 -7525,0.255951455205554,0.200186448913961,0.381512656672119,0.255951455205554,0.208043101914083,0.166469403926309,0.255951455205554,0.215999267184513,0.342323494969006,0.255951455205554,0.304919166495633,0.318409531410973,0.255951455205554,0.150501717911641,0.373537259050859,0.255951455205554,0.318014612975311,0.187093478372286,0.5,0.255951455205554,0.181101058040181,0.224365419795136,0.5,0.255951455205554,0.400112782620672,0.0224051753826757,0.5,0.255951455205554,0.458214351322445,0.0312064154119856,0.255951455205554,0.12194746494774,0.142423091408899,0.470472028493062,0.0299831431696944,0.255951455205554,0.431806068845019,0.0419106200505503,0.5,0.255951455205554,0.341218942153594,0.09240599683127,0.255951455205554,0.461839358762275,0.0433026062539282,0.255951455205554,0.359591556641506,0.0501507355501941,0.255951455205554,0.406804515840721,0.0454634372058516,0.203672234373446,0.81742829646679 -7526,0.255951455205554,0.194048654853037,0.391876913119009,0.255951455205554,0.228987777252369,0.161261840673971,0.255951455205554,0.155982575194149,0.351546859165699,0.255951455205554,0.214804303737497,0.402461624872014,0.255951455205554,0.135705982034817,0.355133190449634,0.255951455205554,0.328611985546925,0.159205401520624,0.5,0.255951455205554,0.183796719131055,0.204355306467117,0.5,0.255951455205554,0.374030691556275,0.0208205271129888,0.5,0.255951455205554,0.410404738505841,0.0290174334125683,0.255951455205554,0.17381243669058,0.134830413114181,0.414994550424009,0.0383708212407809,0.255951455205554,0.386598594234478,0.0476097836075417,0.5,0.255951455205554,0.261583387587791,0.108368551741548,0.255951455205554,0.402830536670893,0.0372550342010027,0.255951455205554,0.254357091151404,0.0522434148183158,0.255951455205554,0.329227122967126,0.0580443484673629,0.231728008591422,0.800956164669244 -7527,0.255951455205554,0.0796176341090791,0.363060007738629,0.255951455205554,0.151166348996542,0.153080420553786,0.255951455205554,0.0977101384566892,0.315423682219537,0.255951455205554,0.0327195032201634,0.425681257129722,0.255951455205554,0.123580298261453,0.236120882063561,0.255951455205554,0.249548086021213,0.12522148961908,0.5,0.255951455205554,0.132124682048418,0.132522504962391,0.5,0.255951455205554,0.288434296913142,0.00902982952023156,0.5,0.255951455205554,0.311819395858611,0.0169493593704914,0.255951455205554,0.0958663598326208,0.0916535608211198,0.283143338782888,0.022543778848369,0.255951455205554,0.221137381374474,0.0286351307650874,0.5,0.255951455205554,0.141620195055322,0.0948929965403552,0.255951455205554,0.262467602258589,0.0188118599437538,0.255951455205554,0.176891581857484,0.0321896660425458,0.255951455205554,0.240490589477092,0.0418083384809021,0.135946083580713,0.788825302194424 -7528,0.255951455205554,0.0150459525910145,0.349678521761837,0.255951455205554,0.054715862088117,0.114837725997329,0.255951455205554,0.0361068211010577,0.278272827885783,0.255951455205554,0.00383654157425873,0.364029369456305,0.255951455205554,0.0807506598526193,0.132482318158546,0.255951455205554,0.0889684758561059,0.0954250457064185,0.5,0.255951455205554,0.0488444011951423,0.072422979819329,0.5,0.255951455205554,0.125151374523129,0.00588311816219644,0.5,0.255951455205554,0.118621727731362,0.0112634185000215,0.255951455205554,0.0357844225979454,0.0428726041710318,0.0129537042168216,0.0284523880328306,0.255951455205554,0.0213645294555454,0.0272735799398202,0.5,0.255951455205554,0.0105395897795595,0.0761934069164487,0.255951455205554,0.0490489975188782,0.0138757457234163,0.255951455205554,0.0702499038523014,0.0361479365135254,0.255951455205554,0.0975066364098988,0.034038088998996,0.0209781176464992,0.770065034482128 -7529,0.255951455205554,0.0,0.335237047870186,0.255951455205554,0.0,0.0934296873417109,0.255951455205554,0.0,0.230473399366117,0.255951455205554,0.0,0.286080852320034,0.255951455205554,0.0,0.0787421653397237,0.255951455205554,0.0,0.0482874792694947,0.5,0.255951455205554,2.23997859887071e-05,0.0319793868613166,0.5,0.255951455205554,0.0,0.00748095995115752,0.5,0.255951455205554,0.0,0.00866230410869842,0.255951455205554,0.000569171427924682,0.0073557416615738,0.0,0.0186010911476219,0.255951455205554,0.0,0.0265896412556676,0.5,0.255951455205554,0.0,0.0783949034137863,0.255951455205554,0.0,0.0222272898315299,0.255951455205554,0.0,0.0431879926530328,0.255951455205554,0.0,0.0314279480558279,0.0,0.766455205542304 -7530,0.255951455205554,0.0,0.329877376191908,0.255951455205554,0.0,0.0882981403364949,0.255951455205554,0.0,0.203947511147513,0.255951455205554,0.0,0.253287239977731,0.255951455205554,0.0,0.0647942066235594,0.255951455205554,0.0,0.0327208521354195,0.5,0.255951455205554,0.0,0.0192146724231785,0.5,0.255951455205554,0.0,0.00918137733732086,0.5,0.255951455205554,0.0,0.00851514609013753,0.255951455205554,0.0,0.00350202444635651,0.0,0.0170917412633625,0.255951455205554,0.0,0.0257063745056739,0.5,0.255951455205554,0.0,0.0790468018989772,0.255951455205554,0.0,0.0276712267244707,0.255951455205554,0.0,0.0411037289014069,0.255951455205554,0.0,0.0189358577475459,0.0,0.844452670330573 -7531,0.255951455205554,0.0,0.35545863956443,0.255951455205554,0.0,0.0693960794905139,0.255951455205554,0.0,0.172031098314664,0.255951455205554,0.0,0.22653881590776,0.255951455205554,0.0,0.0655357877283332,0.255951455205554,0.0,0.0280313972660071,0.5,0.255951455205554,0.0,0.0157594572160976,0.5,0.255951455205554,0.0,0.0113115731294184,0.5,0.255951455205554,0.0,0.00929748738863581,0.255951455205554,0.0,0.00611541636987425,0.0,0.0223511838612744,0.255951455205554,0.0,0.0269794243094553,0.5,0.255951455205554,0.0,0.0787274436564406,0.255951455205554,0.0,0.0277688147631233,0.255951455205554,0.0,0.0323039427110354,0.255951455205554,0.0,0.0123487462677646,0.0,0.872892859360303 -7532,0.255951455205554,0.0,0.397720526105303,0.255951455205554,0.0,0.0510130076069231,0.255951455205554,0.0,0.130192345809359,0.255951455205554,0.0,0.173330604188569,0.255951455205554,0.0,0.0619521567357092,0.255951455205554,0.0,0.0216590090511006,0.5,0.255951455205554,0.0,0.012215342202767,0.5,0.255951455205554,0.0,0.0149481081561876,0.5,0.255951455205554,0.0,0.0108822413603422,0.255951455205554,0.0,0.00842875497381324,0.0,0.0251939953540799,0.255951455205554,0.0,0.0269121744987812,0.5,0.255951455205554,0.0,0.0746782544335092,0.255951455205554,0.0,0.0259038713937812,0.255951455205554,0.0,0.0236968567427045,0.255951455205554,0.0,0.00950683832557,0.0,0.878286901938599 -7533,0.255951455205554,0.0,0.340306358207668,0.255951455205554,0.0,0.0434882252032149,0.255951455205554,0.0,0.106383019662371,0.255951455205554,0.0,0.108432138834471,0.255951455205554,0.0,0.0499380437832412,0.255951455205554,0.0,0.0171752585249051,0.5,0.255951455205554,0.0,0.0106400010214996,0.5,0.255951455205554,0.0,0.01655426265495,0.5,0.255951455205554,0.0,0.0153229745834451,0.255951455205554,0.0,0.0092916033269118,0.0,0.0238332881001433,0.255951455205554,0.0,0.026162251394561,0.5,0.255951455205554,0.0,0.0690183176312387,0.255951455205554,0.0,0.026182679431682,0.255951455205554,0.0,0.0142180545356603,0.255951455205554,0.0,0.00955972016479305,0.0,0.881867701363138 -7534,0.255951455205554,0.0,0.261719892473985,0.255951455205554,0.0,0.04258263414176,0.255951455205554,0.0,0.0876724027071864,0.255951455205554,0.0,0.0902133091287445,0.255951455205554,0.0,0.0450768950796679,0.255951455205554,0.0,0.0119878600303866,0.5,0.255951455205554,0.0,0.00967524225860165,0.5,0.255951455205554,0.0,0.0148983563860396,0.5,0.255951455205554,0.0,0.0186656409974773,0.255951455205554,0.0,0.00803786512780142,0.0,0.0211301819528725,0.255951455205554,0.0,0.0222751598681748,0.5,0.255951455205554,0.0,0.0635541165981102,0.255951455205554,0.0,0.0306081810213246,0.255951455205554,0.0,0.00972957019277357,0.255951455205554,0.0,0.0108536891155973,0.0,0.830347815837502 -7535,0.255951455205554,0.0,0.181789891201731,0.255951455205554,0.0,0.0381135944846561,0.255951455205554,0.0,0.0749458153737173,0.255951455205554,0.0,0.0894458203963746,0.255951455205554,0.0,0.0440792406480093,0.255951455205554,0.0,0.0108483682433429,0.5,0.255951455205554,0.0,0.00947294303104311,0.5,0.255951455205554,0.0,0.018051346291112,0.5,0.255951455205554,0.0,0.0195685307544088,0.255951455205554,0.0,0.0113298505390132,0.0,0.0173201568145036,0.255951455205554,0.0,0.0181728359881177,0.5,0.255951455205554,0.0,0.0500735600904871,0.255951455205554,0.0,0.0330950777925509,0.255951455205554,0.0,0.0100477656792772,0.255951455205554,0.0,0.0106513015248223,0.0,0.759208708884284 -7536,0.255951455205554,0.0,0.138006358707684,0.255951455205554,0.0,0.0371760101452019,0.255951455205554,0.0,0.0692977744374682,0.255951455205554,0.0,0.0841180488982434,0.255951455205554,0.0,0.0433510048234753,0.255951455205554,0.0,0.00989548843272363,0.5,0.255951455205554,0.0,0.00980118886515988,0.5,0.255951455205554,0.0,0.0186629879091649,0.5,0.255951455205554,0.0,0.0206092938619344,0.255951455205554,0.0,0.0171864827032939,0.0,0.0131906453685106,0.255951455205554,0.0,0.0162434542850793,0.5,0.255951455205554,0.0,0.0362367437396455,0.255951455205554,0.0,0.0352579681023371,0.255951455205554,0.0,0.0100569365868207,0.255951455205554,0.0,0.00794599972028257,0.0,0.650390274412974 -7537,0.255951455205554,0.0,0.118658689262328,0.255951455205554,0.0,0.0325241725481981,0.255951455205554,0.0,0.064309267221173,0.255951455205554,0.0,0.0671087376498713,0.255951455205554,0.0,0.040525359083857,0.255951455205554,0.0,0.0103377136605848,0.5,0.255951455205554,0.0,0.0123933580430408,0.5,0.255951455205554,0.0,0.0197597916224848,0.5,0.255951455205554,0.0,0.0171510822999702,0.255951455205554,0.0,0.00924089484646419,0.0,0.0080296015722771,0.255951455205554,0.0,0.0115664873957556,0.5,0.255951455205554,0.0,0.0278316072550365,0.255951455205554,0.0,0.0349953119749396,0.255951455205554,0.0,0.00721997273686328,0.255951455205554,0.0,0.00541935297965902,0.0,0.559094878572565 -7538,0.255951455205554,0.0,0.100771044068268,0.255951455205554,0.0,0.0245955352334215,0.255951455205554,0.0,0.0559118248731025,0.255951455205554,0.0,0.0494645850787613,0.255951455205554,0.0,0.0464371883345275,0.255951455205554,0.0,0.0151883129903208,0.5,0.255951455205554,0.0,0.0125718701059754,0.5,0.255951455205554,0.0,0.0181671430925006,0.5,0.255951455205554,0.0,0.0173562308790543,0.255951455205554,0.0,0.0086804303109439,0.0,0.00482275537947074,0.255951455205554,0.0,0.00743965128177928,0.5,0.255951455205554,0.0,0.0203457313329767,0.255951455205554,0.0,0.0296613836110317,0.255951455205554,0.0,0.00553893978709161,0.255951455205554,0.0,0.00419747065807112,0.0,0.478390636952642 -7539,0.255951455205554,0.0,0.0782904844457299,0.255951455205554,0.0,0.0329490020899965,0.255951455205554,0.0,0.0544783856021756,0.255951455205554,0.0,0.054283471883338,0.255951455205554,0.0,0.0538810413017599,0.255951455205554,0.0,0.0198260796849098,0.5,0.255951455205554,0.0,0.0132752733487186,0.5,0.255951455205554,0.0,0.0191421098704064,0.5,0.255951455205554,0.0,0.0181649452807622,0.255951455205554,0.0,0.0167973300069697,0.0,0.00204423715678088,0.255951455205554,0.0,0.00585321010005806,0.5,0.255951455205554,0.0,0.0118312917705686,0.255951455205554,0.0,0.0266078290891539,0.255951455205554,0.0,0.0050754684991689,0.255951455205554,0.0,0.00357548142157167,0.0,0.544314643823197 -7540,0.255951455205554,0.0,0.0646914893170496,0.255951455205554,0.0,0.044081993154493,0.255951455205554,0.0,0.0539570536890962,0.255951455205554,0.0,0.0573916291409205,0.255951455205554,0.0,0.0605485878947255,0.255951455205554,0.0,0.0171826070528534,0.5,0.255951455205554,0.0,0.0164695293960213,0.5,0.255951455205554,0.0,0.0175773901724172,0.5,0.255951455205554,0.0,0.0158478461066899,0.255951455205554,0.0,0.0217411744915696,0.0,0.00373660377523248,0.255951455205554,0.0,0.00649621054391535,0.5,0.255951455205554,0.0,0.00769632898784682,0.255951455205554,0.0,0.0256309978338125,0.255951455205554,0.0,0.0051867071211608,0.255951455205554,0.0,0.00534536201362818,0.0,0.577670404332012 -7541,0.255951455205554,0.0,0.0593664530722261,0.255951455205554,0.0,0.0369693434032363,0.255951455205554,0.0,0.0553200219154026,0.255951455205554,0.0,0.056000585320518,0.255951455205554,0.0,0.0629195497385983,0.255951455205554,0.0,0.018696893783284,0.5,0.255951455205554,0.0,0.0181316702028147,0.5,0.255951455205554,0.0,0.0158448517619697,0.5,0.255951455205554,0.0,0.0161115967535268,0.255951455205554,0.0,0.0247110539364384,0.0,0.00774490664649277,0.255951455205554,0.0,0.00963250203292787,0.5,0.255951455205554,0.0,0.00818380554744292,0.255951455205554,0.0,0.0296705429817571,0.255951455205554,0.0,0.0103948483193111,0.255951455205554,0.0,0.00832168855226095,0.0,0.482581011830289 -7542,0.255951455205554,0.0,0.0539780253429458,0.255951455205554,0.0,0.0339741892906056,0.255951455205554,0.0,0.0632293266637703,0.255951455205554,0.0,0.0603049057244022,0.255951455205554,0.0,0.0663082413510238,0.255951455205554,0.0,0.0181554126622861,0.5,0.255951455205554,0.0,0.0208252728846588,0.5,0.255951455205554,0.0,0.0122864276496917,0.5,0.255951455205554,0.0,0.0158766792960427,0.255951455205554,0.0,0.0347876852801139,0.0,0.0187136969503041,0.255951455205554,0.0,0.0179053808642483,0.5,0.255951455205554,0.0,0.00949645537716693,0.255951455205554,0.0,0.0334069144030043,0.255951455205554,0.0,0.0191634097824604,0.255951455205554,0.0,0.0112303553506215,0.0,0.381201971497774 -7543,0.255951455205554,0.0,0.0590097292955208,0.255951455205554,0.0,0.029666971415074,0.255951455205554,0.0,0.0722213356238949,0.255951455205554,0.0,0.0605230977925063,0.255951455205554,0.0,0.071266209065997,0.255951455205554,0.0,0.0158473372746863,0.5,0.255951455205554,0.0,0.0281764255987649,0.5,0.255951455205554,0.0,0.0131753130541126,0.5,0.255951455205554,0.0,0.0168704167035252,0.255951455205554,0.0,0.0501193170122433,0.0,0.0331018117467923,0.255951455205554,0.0,0.026839238601367,0.5,0.255951455205554,0.0,0.0147764303747333,0.255951455205554,0.0,0.037967268193759,0.255951455205554,0.0,0.0247004488115825,0.255951455205554,0.0,0.0113571819244562,0.0,0.434129576895146 -7544,0.255951455205554,0.0,0.0708424495433217,0.255951455205554,0.0,0.0385783280368331,0.255951455205554,0.0,0.0803659687593503,0.255951455205554,0.0,0.0742117545059367,0.255951455205554,0.0,0.0769878362973435,0.255951455205554,0.0,0.0150964369515779,0.5,0.255951455205554,0.0,0.0367987250502744,0.5,0.255951455205554,0.0,0.0143467247470843,0.5,0.255951455205554,0.00106405526071676,0.0196953729821371,0.255951455205554,0.0,0.0384563284328967,0.0,0.0356195063966547,0.255951455205554,0.000260567068611584,0.0388876198233363,0.5,0.255951455205554,0.0,0.0223204714848908,0.255951455205554,0.000460632129270881,0.0494520519978202,0.255951455205554,0.0,0.0244765007428166,0.255951455205554,0.0,0.011555644922414,0.0,0.581051935611934 -7545,0.255951455205554,0.0435572618400106,0.0817916962275968,0.255951455205554,0.0531364237319358,0.0509402084802302,0.255951455205554,0.0353156955895577,0.089560308161739,0.255951455205554,0.0369229265341328,0.0915551500274173,0.255951455205554,0.0219131271361209,0.0734960398345439,0.255951455205554,0.0310646466448799,0.015644652033972,0.5,0.255951455205554,0.0282915505996054,0.0326862318010298,0.5,0.255951455205554,0.0576281279629274,0.012587109501739,0.5,0.255951455205554,0.0863791636720695,0.0203113732938913,0.255951455205554,0.013975291455799,0.0236597049686573,0.0835585800684959,0.0424097299786261,0.255951455205554,0.0909910339725356,0.0438372137744534,0.5,0.255951455205554,0.0606429419834673,0.0291811101440742,0.255951455205554,0.086464030272975,0.0604935298548037,0.255951455205554,0.0805245862474623,0.0252827862016721,0.255951455205554,0.0697830263659751,0.0109312575427932,0.0458767953021784,0.555733222567213 -7546,0.255951455205554,0.201216168051604,0.101739172888744,0.255951455205554,0.138048382993162,0.0642625522579781,0.255951455205554,0.14492545531796,0.10595737377106,0.255951455205554,0.127782858390623,0.115408270642641,0.255951455205554,0.0902717373661007,0.072178933651846,0.255951455205554,0.0948728447222841,0.0176014421705109,0.5,0.255951455205554,0.109748085294221,0.0323078241926893,0.5,0.255951455205554,0.16459795823071,0.0146602277290786,0.5,0.255951455205554,0.203614289730463,0.0231048133988699,0.255951455205554,0.0655781413148928,0.0173479140270609,0.230764437647385,0.0514754691737617,0.255951455205554,0.223736748396363,0.0500043508766244,0.5,0.255951455205554,0.172712500765005,0.0333270839252875,0.255951455205554,0.205023334907545,0.0832991779252466,0.255951455205554,0.206048807127026,0.0286070725470561,0.255951455205554,0.186282112223939,0.00932576352957104,0.209119997002629,0.461452708003841 -7547,0.255951455205554,0.32047895890735,0.12058243558906,0.255951455205554,0.115619247508353,0.0933013758149827,0.255951455205554,0.229932333496845,0.125238340611846,0.255951455205554,0.232476467516472,0.145213811151522,0.255951455205554,0.131651984550847,0.0739075205222534,0.255951455205554,0.180547534331449,0.0163903333243684,0.5,0.255951455205554,0.184217976561259,0.0441827358484847,0.5,0.255951455205554,0.251732324246131,0.0224319773518985,0.5,0.255951455205554,0.309099926353255,0.0384748831782747,0.255951455205554,0.0861658079962915,0.0185892157622778,0.35404487039666,0.0856271394153242,0.255951455205554,0.338805855600354,0.0802868604993527,0.5,0.255951455205554,0.243779985112087,0.0512037824810238,0.255951455205554,0.319261385742202,0.120814428332508,0.255951455205554,0.279826671561402,0.0380586023275846,0.255951455205554,0.298592966960372,0.00915974842330402,0.346397584028719,0.468104634319434 -7548,0.255951455205554,0.361508231734736,0.147648282411666,0.255951455205554,0.21341440423538,0.140509931809818,0.255951455205554,0.268794473747817,0.154036644559235,0.255951455205554,0.316964479350525,0.182247001884029,0.255951455205554,0.11706388885192,0.0829881783040943,0.255951455205554,0.251490738911951,0.0182137745758861,0.5,0.255951455205554,0.208009614262362,0.0530874319504755,0.5,0.255951455205554,0.286770004915548,0.0360944872667532,0.5,0.255951455205554,0.363757629535469,0.0588463640525583,0.255951455205554,0.0576417249791775,0.0183609410003821,0.393393871479713,0.112848415757123,0.255951455205554,0.395556844398818,0.0992501108444652,0.5,0.255951455205554,0.26997370286411,0.0716065378119696,0.255951455205554,0.383426814169525,0.12259359135419,0.255951455205554,0.290802328323428,0.0458202553517159,0.255951455205554,0.3599734575925,0.0109514688057047,0.42999542843785,0.55834309784218 -7549,0.255951455205554,0.360104591923999,0.168614792870075,0.255951455205554,0.325863678055729,0.170753209504196,0.255951455205554,0.224585196623668,0.16858156709415,0.255951455205554,0.320936021954666,0.200203464351679,0.255951455205554,0.0912599299874647,0.0843768176651135,0.255951455205554,0.287419424150098,0.0333742681940852,0.5,0.255951455205554,0.22289523000087,0.0427821331062936,0.5,0.255951455205554,0.320162567534423,0.0436527253041845,0.5,0.255951455205554,0.343499565211943,0.0752812665878376,0.255951455205554,0.19295589695412,0.0348241496594861,0.324804228099163,0.102025081794261,0.255951455205554,0.362516046417211,0.100242185117431,0.5,0.255951455205554,0.261038606685705,0.0774153301212424,0.255951455205554,0.388423280388668,0.110665228056584,0.255951455205554,0.301154157122187,0.0474802683768121,0.255951455205554,0.362341025263379,0.0111150446661971,0.448463568203721,0.612444400635969 -7550,0.255951455205554,0.28927959925896,0.171537147012163,0.255951455205554,0.251129514408763,0.133989632405174,0.255951455205554,0.120241061283828,0.16153662110862,0.255951455205554,0.0944698737713065,0.188302957478289,0.255951455205554,0.0694025228965953,0.0716539983448357,0.255951455205554,0.308112458532914,0.034699440089987,0.5,0.255951455205554,0.259135808186798,0.0434088533349897,0.5,0.255951455205554,0.309321488735072,0.0515215310583386,0.5,0.255951455205554,0.274531642836353,0.084232911801003,0.255951455205554,0.245357843989387,0.0592555998494277,0.267422000542041,0.119223258535787,0.255951455205554,0.294749368516238,0.115903718394765,0.5,0.255951455205554,0.236905349856556,0.0975219432902492,0.255951455205554,0.335082899777516,0.104451951188447,0.255951455205554,0.284456930823337,0.0495343576031426,0.255951455205554,0.329252802261653,0.0122225326109041,0.321150310095419,0.660881444566064 -7551,0.255951455205554,0.146170480867542,0.19299729302725,0.255951455205554,0.0666242237274463,0.120857794260461,0.255951455205554,0.0653010249697015,0.152403444990102,0.255951455205554,0.0474470774109944,0.19249904055425,0.255951455205554,0.0575935222318993,0.0686708633203807,0.255951455205554,0.2114091484201,0.0218545971285645,0.5,0.255951455205554,0.220038724018814,0.0394642730362849,0.5,0.255951455205554,0.262595897319774,0.0534866857703414,0.5,0.255951455205554,0.206254552408625,0.0795359364791946,0.255951455205554,0.185849732559152,0.0703680150352878,0.173376581606139,0.101132245710965,0.255951455205554,0.18725778257579,0.100472825034055,0.5,0.255951455205554,0.144458565192696,0.0928639184218475,0.255951455205554,0.224123134839369,0.076595894324757,0.255951455205554,0.186529439986304,0.0468303453100064,0.255951455205554,0.24818256277911,0.0112147840134463,0.138523983958066,0.730001498937004 -7552,0.255951455205554,0.0383501688142247,0.221915865144436,0.255951455205554,0.00823349546628509,0.0977907221871905,0.255951455205554,0.0246892147139007,0.163952332943623,0.255951455205554,0.00972894327352512,0.179163923359502,0.255951455205554,0.021512218211032,0.0791186179363482,0.255951455205554,0.0921424269303803,0.0199469514359052,0.5,0.255951455205554,0.109264017539939,0.0246937918319445,0.5,0.255951455205554,0.134202262374967,0.0456895788310783,0.5,0.255951455205554,0.091003214758867,0.0730435919163952,0.255951455205554,0.0809392298537433,0.0453574896691726,0.0,0.106919770509042,0.255951455205554,0.00972868473350833,0.101592309095749,0.5,0.255951455205554,0.00108695866415385,0.0929422121487926,0.255951455205554,0.0408302907252057,0.0691851309470624,0.255951455205554,0.0631846239310792,0.053670322508352,0.255951455205554,0.0826997686704271,0.0185512011649619,0.0707911449740467,0.746636107578054 -7553,0.255951455205554,0.0,0.231160869605999,0.255951455205554,0.0,0.0802744813470414,0.255951455205554,3.44046522437231e-08,0.173202861699967,0.255951455205554,0.0,0.171774785363545,0.255951455205554,7.21746783243105e-05,0.0853455774865443,0.255951455205554,0.0,0.0279375594028541,0.5,0.255951455205554,0.0,0.0218551458393363,0.5,0.255951455205554,0.0,0.0470756437892874,0.5,0.255951455205554,5.16993036404202e-07,0.0723815852823343,0.255951455205554,0.0,0.0323448158292332,0.0,0.122522498990006,0.255951455205554,0.0,0.115325789410269,0.5,0.255951455205554,0.0,0.106793182214105,0.255951455205554,0.0,0.0750224568003696,0.255951455205554,0.0,0.072624518455299,0.255951455205554,0.0,0.0257198784405184,0.0,0.760490118132945 -7554,0.255951455205554,0.0,0.234681241733382,0.255951455205554,0.0,0.0722040775475123,0.255951455205554,0.0,0.179170637196254,0.255951455205554,0.0,0.193984176433192,0.255951455205554,0.0,0.0883739970867442,0.255951455205554,0.0,0.0264061136046399,0.5,0.255951455205554,0.0,0.0191096382831478,0.5,0.255951455205554,0.0,0.0593552067327188,0.5,0.255951455205554,0.0,0.0745906350810335,0.255951455205554,0.0,0.0169790269476245,0.0,0.122117793482214,0.255951455205554,0.0,0.123400551899683,0.5,0.255951455205554,0.0,0.125308643621201,0.255951455205554,0.0,0.0814844012958484,0.255951455205554,0.0,0.0780578429181214,0.255951455205554,0.0,0.0207503251161767,0.0,0.82310559644394 -7555,0.255951455205554,0.0,0.251418708014928,0.255951455205554,0.0,0.104073360674484,0.255951455205554,0.0,0.194741907271475,0.255951455205554,0.0,0.247699952861868,0.255951455205554,0.0,0.089821679438204,0.255951455205554,0.0,0.0275949333398146,0.5,0.255951455205554,0.0,0.0122324919082203,0.5,0.255951455205554,0.0,0.0487969763300348,0.5,0.255951455205554,0.0,0.0688854580827605,0.255951455205554,0.0,0.00600728917433723,0.0,0.134228289773863,0.255951455205554,0.0,0.140011143289171,0.5,0.255951455205554,0.0,0.15811298526133,0.255951455205554,0.0,0.0856414726937867,0.255951455205554,0.0,0.0806746807763065,0.255951455205554,0.0,0.0201133709329697,0.0,0.853936206949322 -7556,0.255951455205554,0.0,0.291182484502101,0.255951455205554,0.0,0.1232306168101,0.255951455205554,0.0,0.218784118031228,0.255951455205554,0.0,0.289316567296131,0.255951455205554,0.0,0.091057154468004,0.255951455205554,0.0,0.0265595653596353,0.5,0.255951455205554,0.0,0.0112421396277258,0.5,0.255951455205554,0.0,0.039018446492804,0.5,0.255951455205554,0.0,0.0591054319584736,0.255951455205554,0.0,0.00954295123503147,0.0,0.141465312962939,0.255951455205554,0.0,0.147832681854163,0.5,0.255951455205554,0.0,0.182958700018506,0.255951455205554,0.0,0.0835673153218761,0.255951455205554,0.0,0.0809221844941866,0.255951455205554,0.0,0.0198653478347465,0.0,0.869395627624868 -7557,0.255951455205554,0.0,0.336365203600411,0.255951455205554,0.0,0.136047897359968,0.255951455205554,0.0,0.224649828513381,0.255951455205554,0.0,0.264815503956392,0.255951455205554,0.0,0.0861260977335838,0.255951455205554,0.0,0.0206658605755928,0.5,0.255951455205554,0.0,0.0135220934521421,0.5,0.255951455205554,0.0,0.0280104402106849,0.5,0.255951455205554,0.0,0.0515797139073477,0.255951455205554,0.0,0.0148716092113,0.0,0.133910527068194,0.255951455205554,0.0,0.14081639168694,0.5,0.255951455205554,0.0,0.187857333349204,0.255951455205554,0.0,0.0748262159041917,0.255951455205554,0.0,0.0836312183733293,0.255951455205554,0.0,0.0163244474529036,0.0,0.876332582567609 -7558,0.255951455205554,0.0,0.357572343690042,0.255951455205554,0.0,0.172752674639235,0.255951455205554,0.0,0.198824035546964,0.255951455205554,0.0,0.228941022086381,0.255951455205554,0.0,0.0785236468657238,0.255951455205554,0.0,0.0128145089365496,0.5,0.255951455205554,0.0,0.0107534127955418,0.5,0.255951455205554,0.0,0.0154144317278273,0.5,0.255951455205554,0.0,0.0519340064666908,0.255951455205554,0.0,0.011400418117006,0.0,0.114950866711803,0.255951455205554,0.0,0.135405184842888,0.5,0.255951455205554,0.0,0.193363526123189,0.255951455205554,0.0,0.0705228639960412,0.255951455205554,0.0,0.0818011942453896,0.255951455205554,0.0,0.0159437077898406,0.0,0.885363366308682 -7559,0.255951455205554,0.0,0.369029724616413,0.255951455205554,0.0,0.202978660354459,0.255951455205554,0.0,0.16951252710919,0.255951455205554,0.0,0.213505260338641,0.255951455205554,0.0,0.0737538824403516,0.255951455205554,0.0,0.00734425398967518,0.5,0.255951455205554,0.0,0.0102103080045429,0.5,0.255951455205554,0.0,0.00592672370945193,0.5,0.255951455205554,0.0,0.0440685467971357,0.255951455205554,0.0,0.00452695810321385,0.0,0.132219856426978,0.255951455205554,0.0,0.14794115582472,0.5,0.255951455205554,0.0,0.211885919856276,0.255951455205554,0.0,0.0702496298923106,0.255951455205554,0.0,0.0772628997047273,0.255951455205554,0.0,0.0167467614183441,0.0,0.90363200757566 -7560,0.255951455205554,0.0,0.39688069578637,0.255951455205554,0.0,0.224533768751997,0.255951455205554,0.0,0.158447976031019,0.255951455205554,0.0,0.210408393860968,0.255951455205554,0.0,0.0741412122898741,0.255951455205554,0.0,0.00393001772272345,0.5,0.255951455205554,0.0,0.0274614964764228,0.5,0.255951455205554,0.0,0.00957677920459857,0.5,0.255951455205554,0.0,0.037579331677242,0.255951455205554,0.0,0.0073296322130383,0.0,0.152044834001625,0.255951455205554,0.0,0.153046880572775,0.5,0.255951455205554,0.0,0.238019791767439,0.255951455205554,0.0,0.0667915834272972,0.255951455205554,0.0,0.0680719368656126,0.255951455205554,0.0,0.0172838313272681,0.0,0.893284356007451 -7561,0.255951455205554,0.0,0.412887281226563,0.255951455205554,0.0,0.257217926606961,0.255951455205554,0.0,0.167161740708243,0.255951455205554,0.0,0.205179835683048,0.255951455205554,0.0,0.0701184047835704,0.255951455205554,0.0,0.0042911466303278,0.5,0.255951455205554,0.0,0.0359280966694535,0.5,0.255951455205554,0.0,0.00538344068512396,0.5,0.255951455205554,0.0,0.0284789852694841,0.255951455205554,0.0,0.0288049155505325,0.0,0.158321997248437,0.255951455205554,0.0,0.15041737757125,0.5,0.255951455205554,0.0,0.268716744350434,0.255951455205554,0.0,0.0637989118535288,0.255951455205554,0.0,0.0614134941312018,0.255951455205554,0.0,0.0142681646422548,0.0,0.897249896993073 -7562,0.255951455205554,0.0,0.446154239791345,0.255951455205554,0.0,0.259735559529362,0.255951455205554,0.0,0.175504685894284,0.255951455205554,0.0,0.220138117841831,0.255951455205554,0.0,0.0705240593888487,0.255951455205554,0.0,0.00551350624881066,0.5,0.255951455205554,0.0,0.0306006410987275,0.5,0.255951455205554,0.0,0.00224246028562392,0.5,0.255951455205554,0.0,0.0162231010311321,0.255951455205554,0.0,0.0353697691620905,0.0,0.174998195210062,0.255951455205554,0.0,0.159628579324645,0.5,0.255951455205554,0.0,0.27406996438372,0.255951455205554,0.0,0.0643565142927775,0.255951455205554,0.0,0.0568691805508715,0.255951455205554,0.0,0.0105541564333543,0.0,0.912279749835948 -7563,0.255951455205554,0.0,0.510784999776772,0.255951455205554,0.0,0.247418339839267,0.255951455205554,0.0,0.168332569542128,0.255951455205554,0.0,0.19225401464501,0.255951455205554,0.0,0.0768657532218832,0.255951455205554,0.0,0.00561045765599436,0.5,0.255951455205554,0.0,0.0272528733292977,0.5,0.255951455205554,0.0,0.00465494656629992,0.5,0.255951455205554,0.0,0.00884316932791263,0.255951455205554,0.0,0.0290979842206005,0.0,0.198905437777863,0.255951455205554,0.0,0.170892703653425,0.5,0.255951455205554,0.0,0.299739569363628,0.255951455205554,0.0,0.0660628472758775,0.255951455205554,0.0,0.0558056788944535,0.255951455205554,0.0,0.00953603990942506,0.0,0.952229626726969 -7564,0.255951455205554,0.0,0.529932380650062,0.255951455205554,0.0,0.227172256975588,0.255951455205554,0.0,0.15146814238787,0.255951455205554,0.0,0.186316340852786,0.255951455205554,0.0,0.0625728996376156,0.255951455205554,0.0,0.00576373257861055,0.5,0.255951455205554,0.0,0.0262734739468243,0.5,0.255951455205554,0.0,0.00831704344096295,0.5,0.255951455205554,0.0,0.00824588056020509,0.255951455205554,0.0,0.0222390075305693,0.0,0.202623591565801,0.255951455205554,0.0,0.185500013986034,0.5,0.255951455205554,0.0,0.374302199591088,0.255951455205554,0.0,0.0679348888291631,0.255951455205554,0.0,0.05725896199362,0.255951455205554,0.0,0.0112566407385655,0.0,0.959822975057368 -7565,0.255951455205554,0.0,0.534650786797934,0.255951455205554,0.0,0.267183949560757,0.255951455205554,0.0,0.13867782906336,0.255951455205554,0.0,0.180619046585946,0.255951455205554,0.0,0.0597115755656732,0.255951455205554,0.0,0.00609131823304275,0.5,0.255951455205554,0.0,0.0237307651035792,0.5,0.255951455205554,0.0,0.00763023154032634,0.5,0.255951455205554,0.0,0.00981786285594309,0.255951455205554,0.0,0.0165678389893965,0.0,0.158142035727894,0.255951455205554,0.0,0.178187654399417,0.5,0.255951455205554,0.0,0.402360301199256,0.255951455205554,0.0,0.0745620390056295,0.255951455205554,0.0,0.0574215572706413,0.255951455205554,0.0,0.0119987596978303,0.0,0.944971683190441 -7566,0.255951455205554,0.0,0.637686750685233,0.255951455205554,0.0,0.312890892810648,0.255951455205554,0.0,0.127796573777218,0.255951455205554,0.0,0.160100220979474,0.255951455205554,0.0,0.0551434414412067,0.255951455205554,0.0,0.00449502571420218,0.5,0.255951455205554,0.0,0.0224596435009083,0.5,0.255951455205554,0.0,0.00820888204012013,0.5,0.255951455205554,0.0,0.00900725218060656,0.255951455205554,0.0,0.0141468958663713,0.0,0.121654925052608,0.255951455205554,0.0,0.158669779404506,0.5,0.255951455205554,0.0,0.389461518544061,0.255951455205554,0.0,0.0703424756236149,0.255951455205554,0.0,0.050760909359716,0.255951455205554,0.0,0.0104654801157623,0.0,0.902116258979687 -7567,0.255951455205554,0.0,0.706676390714336,0.255951455205554,0.0,0.395859647649707,0.255951455205554,0.0,0.128851324363412,0.255951455205554,0.0,0.165911865416951,0.255951455205554,0.0,0.0478892848407431,0.255951455205554,0.0,0.00395532553599957,0.5,0.255951455205554,0.0,0.0208943823902128,0.5,0.255951455205554,0.0,0.0064366913016306,0.5,0.255951455205554,0.0,0.00717370111643223,0.255951455205554,0.0,0.0111706774435692,0.0,0.0816476329616564,0.255951455205554,0.0,0.125945087897973,0.5,0.255951455205554,0.0,0.330470934145486,0.255951455205554,0.0,0.0667158703415263,0.255951455205554,0.0,0.0440213194533331,0.255951455205554,0.0,0.00741433302985104,0.0,0.850412273920031 -7568,0.255951455205554,0.0,0.687723244096924,0.255951455205554,0.0,0.390706774062888,0.255951455205554,0.0,0.132253109989746,0.255951455205554,0.0,0.18982685305019,0.255951455205554,0.0,0.039452076329268,0.255951455205554,0.0,0.00266348582436188,0.5,0.255951455205554,0.0,0.0169884283334795,0.5,0.255951455205554,0.0,0.00563820171100876,0.5,0.255951455205554,0.000632561660073666,0.00689056045757668,0.255951455205554,0.0,0.00617914719529319,0.0,0.0549380800570086,0.255951455205554,2.04071301382678e-06,0.0991710277445718,0.5,0.255951455205554,0.0,0.288605040605797,0.255951455205554,6.62627530645757e-05,0.0735711679077095,0.255951455205554,0.0,0.0375840531846797,0.255951455205554,0.0,0.00519683020127949,0.0,0.810159748310378 -7569,0.255951455205554,0.00289739642227781,0.633057412190072,0.255951455205554,0.00311185015983328,0.325782605536713,0.255951455205554,0.0177436567348185,0.129785186509151,0.255951455205554,0.0184432637401027,0.184731405365716,0.255951455205554,0.0138291142504505,0.0243832840318367,0.255951455205554,0.0489348560542457,0.00181506394105353,0.5,0.255951455205554,0.0217257462468321,0.00877966750375722,0.5,0.255951455205554,0.0592343146480148,0.00274781614600061,0.5,0.255951455205554,0.0853414698603832,0.00572568232635901,0.255951455205554,0.00963142274277346,0.00278028297657428,0.00866690738679803,0.0525092739092991,0.255951455205554,0.0101766028519987,0.076842325507893,0.5,0.255951455205554,0.00273372589084754,0.240179849296172,0.255951455205554,0.067824138802244,0.0811141841721228,0.255951455205554,0.0492318655463059,0.0326800767395437,0.255951455205554,0.0774649528536221,0.00279012116834984,0.00200058146634644,0.770612910766154 -7570,0.255951455205554,0.0225073060717807,0.576662766558105,0.255951455205554,0.017412208595415,0.260449973225247,0.255951455205554,0.0748446169953801,0.118209659528571,0.255951455205554,0.0978107655046973,0.187682180566051,0.255951455205554,0.0735017167979576,0.0169922576559066,0.255951455205554,0.15872966603702,0.000692342266502221,0.5,0.255951455205554,0.0735514667673648,0.00727109466742194,0.5,0.255951455205554,0.168404884325848,0.00111772641213035,0.5,0.255951455205554,0.206420116754558,0.00513481204963188,0.255951455205554,0.0403876812953418,0.0025802557631717,0.0329803032917623,0.0659109813860321,0.255951455205554,0.0349708890413666,0.0791266315328558,0.5,0.255951455205554,0.0121212686323393,0.197486834246407,0.255951455205554,0.171948622844585,0.102083111925981,0.255951455205554,0.134869547433227,0.0317430271170821,0.255951455205554,0.209187686532963,0.000998314225439241,0.0174502893193473,0.730590988851491 -7571,0.255951455205554,0.0436678925219503,0.496186521871387,0.255951455205554,0.0337347485634666,0.202152544467631,0.255951455205554,0.144582154478875,0.102260027679482,0.255951455205554,0.19735637133678,0.167801843905053,0.255951455205554,0.142384070900023,0.0139516591429098,0.255951455205554,0.253748307229088,4.06803586185254e-05,0.5,0.255951455205554,0.0938538978376626,0.00961095880953238,0.5,0.255951455205554,0.276074559741632,0.00180419547957989,0.5,0.255951455205554,0.315469720063955,0.00578797237941706,0.255951455205554,0.0502892737528235,0.00223165322699119,0.0438013437368731,0.0777707285273056,0.255951455205554,0.0687322401244186,0.0997480745737127,0.5,0.255951455205554,0.0273268365280363,0.192960932704537,0.255951455205554,0.267560664606674,0.136089040243225,0.255951455205554,0.219174341370226,0.0342132479826424,0.255951455205554,0.315935096097033,0.000315819869788491,0.0414296296217756,0.641709417509091 -7572,0.255951455205554,0.0610244104706521,0.4140269805321,0.255951455205554,0.0496244485032821,0.16074806295764,0.255951455205554,0.200160786203187,0.0822239197405268,0.255951455205554,0.285383802468382,0.124556541458493,0.255951455205554,0.173311818275839,0.0160326131591253,0.255951455205554,0.29599352497238,0.000148471348295814,0.5,0.255951455205554,0.0954420071908545,0.0108133314312056,0.5,0.255951455205554,0.337082762470428,0.00371516479507284,0.5,0.255951455205554,0.384600798193377,0.00576986088246583,0.255951455205554,0.0381361131996197,0.00136539991632705,0.0472473963199654,0.0737611629984779,0.255951455205554,0.0954848187917146,0.121397213496227,0.5,0.255951455205554,0.0413695633079299,0.212919845486556,0.255951455205554,0.331214822579724,0.150084336062986,0.255951455205554,0.308663911119934,0.0249332537091469,0.255951455205554,0.347002186939459,0.000146996143494702,0.057865634277422,0.524131179765611 -7573,0.255951455205554,0.0677188596914043,0.327037763021805,0.255951455205554,0.0599932657005012,0.122740275685523,0.255951455205554,0.228450763192997,0.0620114448625653,0.255951455205554,0.268583839795774,0.0767482543588045,0.255951455205554,0.176511151382567,0.0171992889392939,0.255951455205554,0.286442934527487,0.00165578933464192,0.5,0.255951455205554,0.0844353356574918,0.00894215155663324,0.5,0.255951455205554,0.362018629576565,0.00868948300304577,0.5,0.255951455205554,0.38671568467035,0.0035266663921433,0.255951455205554,0.0277827077210601,0.00113523301681978,0.0498372785297797,0.0699695924817216,0.255951455205554,0.107886472198759,0.113005828284053,0.5,0.255951455205554,0.0351866098106689,0.184501236927005,0.255951455205554,0.334467396095976,0.138009652365517,0.255951455205554,0.336350669542519,0.0210948502464455,0.255951455205554,0.333241946332428,6.21666992875477e-05,0.0556061047179678,0.44389571412408 -7574,0.255951455205554,0.056586568163376,0.246672954134444,0.255951455205554,0.0521226700810859,0.0781227411625711,0.255951455205554,0.224186700846799,0.0462771633570402,0.255951455205554,0.242975730569115,0.0529649398704289,0.255951455205554,0.153690061180643,0.0171345525481908,0.255951455205554,0.243688030829517,0.0020324383146826,0.5,0.255951455205554,0.0687877369467147,0.00691265321591676,0.5,0.255951455205554,0.336554777759851,0.0170263701079252,0.5,0.255951455205554,0.335421683559788,0.00395233477576364,0.255951455205554,0.0118708900284484,0.000813753002604443,0.0613425394556917,0.0689307195263398,0.255951455205554,0.0988674185730543,0.0971070318366769,0.5,0.255951455205554,0.023835981404785,0.146904784812651,0.255951455205554,0.268416021078637,0.122140195103362,0.255951455205554,0.282731136223749,0.0130703954654958,0.255951455205554,0.269891541614744,4.60101347934246e-05,0.0469725845119718,0.399728142392466 -7575,0.255951455205554,0.0301016103008427,0.174406467270044,0.255951455205554,0.0296396305397779,0.0476596950363611,0.255951455205554,0.168990257926746,0.0337637462018663,0.255951455205554,0.179970560616767,0.0389334510289309,0.255951455205554,0.107343345327939,0.0143839277920406,0.255951455205554,0.175197680637976,0.00140696901588107,0.5,0.255951455205554,0.0500659089176163,0.00802781938539787,0.5,0.255951455205554,0.25726535271445,0.0216790844947618,0.5,0.255951455205554,0.240506136283719,0.00410457355581596,0.255951455205554,0.0043561243184238,0.00169711343600842,0.0431509147345397,0.0514884618456605,0.255951455205554,0.0679582261837499,0.0665580916145797,0.5,0.255951455205554,0.0108434593264483,0.113308145572744,0.255951455205554,0.149504950732426,0.0701730760328296,0.255951455205554,0.174123926293412,0.00586322854688773,0.255951455205554,0.160846137640373,0.000289772791070762,0.029402970164051,0.382647949220571 -7576,0.255951455205554,0.00526711405761111,0.109619792957383,0.255951455205554,0.00660695991324985,0.0206183750242017,0.255951455205554,0.0746086864320866,0.0253965158390735,0.255951455205554,0.0713638191769831,0.0302235269492132,0.255951455205554,0.0549707097427645,0.0123683188604474,0.255951455205554,0.0869676482417771,0.0028945496404829,0.5,0.255951455205554,0.0324703528804948,0.00966320724700982,0.5,0.255951455205554,0.121022817490704,0.0140704189854758,0.5,0.255951455205554,0.0911393418005439,0.00270442962587705,0.255951455205554,0.00161812197948689,0.00478063840448887,0.0,0.0299838297093459,0.255951455205554,0.00283113366158172,0.0398128247933626,0.5,0.255951455205554,0.000290119873766637,0.0871798864969563,0.255951455205554,0.0329970497510202,0.0290172142710524,0.255951455205554,0.0526795710260821,0.00191214752643395,0.255951455205554,0.063002252711046,0.000883496581683922,0.00402376439765665,0.386718229594228 -7577,0.255951455205554,0.0,0.0572399175343967,0.255951455205554,0.0,0.00569052046718965,0.255951455205554,0.0,0.0223064067440729,0.255951455205554,0.0,0.0335640364675895,0.255951455205554,8.97731862866989e-06,0.0112109654476241,0.255951455205554,0.0,0.00514353674013122,0.5,0.255951455205554,4.76862841222463e-05,0.0104180819233144,0.5,0.255951455205554,0.0,0.0111438892211319,0.5,0.255951455205554,0.0,0.00188829528211693,0.255951455205554,3.08821870581206e-06,0.0057863887168863,0.0,0.0266186765963442,0.255951455205554,0.0,0.031914216424589,0.5,0.255951455205554,0.0,0.0706007149499547,0.255951455205554,0.0,0.0213752596231555,0.255951455205554,0.0,0.00227659873210245,0.255951455205554,0.0,0.00118083196490528,0.0,0.348081981876733 -7578,0.255951455205554,0.0,0.0323329249131564,0.255951455205554,0.0,0.00160561986068947,0.255951455205554,0.0,0.0192754061869168,0.255951455205554,0.0,0.0280549936508377,0.255951455205554,0.0,0.0110164461760027,0.255951455205554,0.0,0.00783325785909624,0.5,0.255951455205554,0.0,0.0107210296406092,0.5,0.255951455205554,0.0,0.012831513640811,0.5,0.255951455205554,0.0,0.00150612301312229,0.255951455205554,0.0,0.00774791831113383,0.0,0.0273257775683881,0.255951455205554,0.0,0.0257821540270754,0.5,0.255951455205554,0.0,0.0571274770719479,0.255951455205554,0.0,0.0231434445366494,0.255951455205554,0.0,0.00185660592635799,0.255951455205554,0.0,0.00132217737295662,0.0,0.283532882433688 -7579,0.255951455205554,0.0,0.0226720684908009,0.255951455205554,0.0,0.0010858591409836,0.255951455205554,0.0,0.0143646861177574,0.255951455205554,0.0,0.0172843807082979,0.255951455205554,0.0,0.0115386827209831,0.255951455205554,0.0,0.00871892946831024,0.5,0.255951455205554,0.0,0.0123598396948199,0.5,0.255951455205554,0.0,0.0203527455180124,0.5,0.255951455205554,0.0,0.00378748538946044,0.255951455205554,0.0,0.00752333668749232,0.0,0.0293979338282412,0.255951455205554,0.0,0.0188596545109962,0.5,0.255951455205554,0.0,0.0418117274574543,0.255951455205554,0.0,0.0283207963687084,0.255951455205554,0.0,0.0012651379666296,0.255951455205554,0.0,0.00142628609711898,0.0,0.211393293002091 -7580,0.255951455205554,0.0,0.015369605513942,0.255951455205554,0.0,0.000727430693778745,0.255951455205554,0.0,0.0105013842416028,0.255951455205554,0.0,0.0116128299738834,0.255951455205554,0.0,0.0113024080980574,0.255951455205554,0.0,0.00616785120024348,0.5,0.255951455205554,0.0,0.0163878870910173,0.5,0.255951455205554,0.0,0.0251390114115342,0.5,0.255951455205554,0.0,0.00790780414043132,0.255951455205554,0.0,0.0113929880518092,0.0,0.0243665737096893,0.255951455205554,0.0,0.0165933369726781,0.5,0.255951455205554,0.0,0.0282897879116371,0.255951455205554,0.0,0.0336482146190134,0.255951455205554,0.0,0.00156684025176235,0.255951455205554,0.0,0.00161779256646877,0.0,0.146737740079618 -7581,0.255951455205554,0.0,0.0104943155220588,0.255951455205554,0.0,0.000201917048985764,0.255951455205554,0.0,0.00818239967989961,0.255951455205554,0.0,0.00827263587495028,0.255951455205554,0.0,0.013119197644638,0.255951455205554,0.0,0.00532565885549723,0.5,0.255951455205554,0.0,0.0231422447761324,0.5,0.255951455205554,0.0,0.0284384185356918,0.5,0.255951455205554,0.0,0.00949434149928195,0.255951455205554,0.0,0.0200109824915336,0.0,0.0153153346809444,0.255951455205554,0.0,0.0167755476020345,0.5,0.255951455205554,0.0,0.019999013067417,0.255951455205554,0.0,0.0287948890527669,0.255951455205554,0.0,0.00335451643311419,0.255951455205554,0.0,0.0025116252051807,0.0,0.0922890817935331 -7582,0.255951455205554,0.0,0.00768879805998242,0.255951455205554,0.0,4.53523159277559e-05,0.255951455205554,0.0,0.00688749638320983,0.255951455205554,0.0,0.00568964856548211,0.255951455205554,0.0,0.0163216529629884,0.255951455205554,0.0,0.00630789380950298,0.5,0.255951455205554,0.0,0.0225274805250496,0.5,0.255951455205554,0.0,0.0342339943197861,0.5,0.255951455205554,0.0,0.0101008856727243,0.255951455205554,0.0,0.0215141431225485,0.0,0.00999917226692128,0.255951455205554,0.0,0.0158353188238571,0.5,0.255951455205554,0.0,0.0132528993520357,0.255951455205554,0.0,0.026101650304956,0.255951455205554,0.0,0.00654277951489886,0.255951455205554,0.0,0.00515065514665887,0.0,0.0616284150614047 -7583,0.255951455205554,0.0,0.0053814891276248,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00616995923314408,0.255951455205554,0.0,0.00435884893349133,0.255951455205554,0.0,0.0183562165377879,0.255951455205554,0.0,0.0065654518335023,0.5,0.255951455205554,0.0,0.0221993640864393,0.5,0.255951455205554,0.0,0.0432951423487703,0.5,0.255951455205554,0.0,0.0123493397213195,0.255951455205554,0.0,0.0255249723047833,0.0,0.00640496207170612,0.255951455205554,0.0,0.0141960884839484,0.5,0.255951455205554,0.0,0.00937930488531541,0.255951455205554,0.0,0.0248344156858689,0.255951455205554,0.0,0.00728054297223972,0.255951455205554,0.0,0.00602981465664833,0.0,0.0497342419875399 -7584,0.255951455205554,0.0,0.0032212987258527,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00590525596880369,0.255951455205554,0.0,0.0030879065655183,0.255951455205554,0.0,0.0191412679093126,0.255951455205554,0.0,0.0066710895339124,0.5,0.255951455205554,0.0,0.0243850336103419,0.5,0.255951455205554,0.0,0.0533743405907477,0.5,0.255951455205554,0.0,0.0168484001769137,0.255951455205554,0.0,0.0379121113860368,0.0,0.00284836955299399,0.255951455205554,0.0,0.0127045183824658,0.5,0.255951455205554,0.0,0.00845802944292498,0.255951455205554,0.0,0.0228473643892818,0.255951455205554,0.0,0.00740185098823166,0.255951455205554,0.0,0.00468632633657256,0.0,0.0585966664829118 -7585,0.255951455205554,0.0,0.00202871583441104,0.255951455205554,0.0,0.000508396635141597,0.255951455205554,0.0,0.00514882531418013,0.255951455205554,0.0,0.00191272021266894,0.255951455205554,0.0,0.0205089197660664,0.255951455205554,0.0,0.0058977433403036,0.5,0.255951455205554,0.0,0.0215826489571459,0.5,0.255951455205554,0.0,0.0735445559335046,0.5,0.255951455205554,0.0,0.0185793390934306,0.255951455205554,0.0,0.0311604633008476,0.0,0.0012342392730283,0.255951455205554,0.0,0.0121334826783037,0.5,0.255951455205554,0.0,0.00763228604481446,0.255951455205554,0.0,0.0188759622114436,0.255951455205554,0.0,0.0101823316018405,0.255951455205554,0.0,0.00454869521160302,0.0,0.0767265064759074 -7586,0.255951455205554,0.0,0.00109083239053985,0.255951455205554,0.0,0.000482250234199987,0.255951455205554,0.0,0.00484578842660519,0.255951455205554,0.0,0.000632049831758034,0.255951455205554,0.0,0.0184407235433681,0.255951455205554,0.0,0.00472487274693555,0.5,0.255951455205554,0.0,0.0132969619088364,0.5,0.255951455205554,0.0,0.113205876910417,0.5,0.255951455205554,0.0,0.0192293825811737,0.255951455205554,0.0,0.010592891371032,0.0,0.000829040004550776,0.255951455205554,0.0,0.0117499873995033,0.5,0.255951455205554,0.0,0.00595483665644027,0.255951455205554,0.0,0.0145249716348397,0.255951455205554,0.0,0.0133228543219527,0.255951455205554,0.0,0.00651046391775025,0.0,0.082017988315957 -7587,0.255951455205554,0.0,0.000569675509214476,0.255951455205554,0.0,5.18337454054667e-06,0.255951455205554,0.0,0.00687912447594132,0.255951455205554,0.0,0.000631169451617389,0.255951455205554,0.0,0.0166072622075592,0.255951455205554,0.0,0.00522954450386456,0.5,0.255951455205554,0.0,0.00726828237818153,0.5,0.255951455205554,0.0,0.149384622758033,0.5,0.255951455205554,0.0,0.0214231000358181,0.255951455205554,0.0,0.00198799898501032,0.0,0.000265208730751436,0.255951455205554,0.0,0.0109545404248201,0.5,0.255951455205554,0.0,0.00425459176104358,0.255951455205554,0.0,0.0140676552979736,0.255951455205554,0.0,0.0171907851865929,0.255951455205554,0.0,0.00835652571797463,0.0,0.0837761595217796 -7588,0.255951455205554,0.0,0.000898271567265422,0.255951455205554,0.0,0.000111046650854972,0.255951455205554,0.0,0.010254369891966,0.255951455205554,0.0,0.000987060844758828,0.255951455205554,0.0,0.0148897988100224,0.255951455205554,0.0,0.0055907010551222,0.5,0.255951455205554,0.0,0.00541433178936447,0.5,0.255951455205554,0.0,0.145317739423557,0.5,0.255951455205554,0.0,0.0239587410758857,0.255951455205554,0.0,0.000692964914348792,0.0,0.0,0.255951455205554,0.0,0.0104937034288001,0.5,0.255951455205554,0.0,0.0033776410410845,0.255951455205554,0.0,0.0149816976887662,0.255951455205554,0.0,0.0204480243629407,0.255951455205554,0.0,0.00878197332249658,0.0,0.0990222470322548 -7589,0.255951455205554,0.0,0.00137638874618173,0.255951455205554,0.0,0.000337426496949191,0.255951455205554,0.0,0.0129981711503348,0.255951455205554,0.0,0.00342038926127101,0.255951455205554,0.0,0.0126180332702101,0.255951455205554,0.0,0.00403906367218731,0.5,0.255951455205554,0.0,0.00486347630373238,0.5,0.255951455205554,0.0,0.113760348111864,0.5,0.255951455205554,0.0,0.0278094906823868,0.255951455205554,0.0,0.000728390041023718,0.0,0.0,0.255951455205554,0.0,0.0109787367519186,0.5,0.255951455205554,0.0,0.0024552098655745,0.255951455205554,0.0,0.0142002402663994,0.255951455205554,0.0,0.0176686851235785,0.255951455205554,0.0,0.00900697049444857,0.0,0.102819312038404 -7590,0.255951455205554,0.0,0.0016411526046632,0.255951455205554,0.0,0.00106874466870169,0.255951455205554,0.0,0.0137049675812252,0.255951455205554,0.0,0.00602544545522136,0.255951455205554,0.0,0.0111052387922623,0.255951455205554,0.0,0.00266598336717144,0.5,0.255951455205554,0.0,0.00440754740591943,0.5,0.255951455205554,0.0,0.0877318217320079,0.5,0.255951455205554,0.0,0.0303880445253484,0.255951455205554,0.0,0.00089111008471048,0.0,3.16161887873701e-05,0.255951455205554,0.0,0.010927084793421,0.5,0.255951455205554,0.0,0.00197564166201747,0.255951455205554,0.0,0.0119957901897206,0.255951455205554,0.0,0.0113007669246895,0.255951455205554,0.0,0.00758018947239918,0.0,0.0908787650915179 -7591,0.255951455205554,0.0,0.00138413294453345,0.255951455205554,0.0,0.00286279265775861,0.255951455205554,0.0,0.0113243776835748,0.255951455205554,0.0,0.00686573459738679,0.255951455205554,0.0,0.00947987442166558,0.255951455205554,0.0,0.0016989229142161,0.5,0.255951455205554,0.0,0.00445163932999036,0.5,0.255951455205554,0.0,0.0695603510805434,0.5,0.255951455205554,0.0,0.0276597718990958,0.255951455205554,0.0,0.00121491581993295,0.0,0.000519277939465598,0.255951455205554,0.0,0.0106261532642963,0.5,0.255951455205554,0.0,0.00188341970477549,0.255951455205554,0.0,0.0109596497516682,0.255951455205554,0.0,0.00705504242413625,0.255951455205554,0.0,0.0054356048315921,0.0,0.090988269349495 -7592,0.255951455205554,0.0,0.000595491812847934,0.255951455205554,0.0,0.00100049144685998,0.255951455205554,0.0,0.00831994610977955,0.255951455205554,0.0,0.00597882053728218,0.255951455205554,0.0,0.00871800050071032,0.255951455205554,0.0,0.00110468244908058,0.5,0.255951455205554,0.0,0.00519375174630575,0.5,0.255951455205554,0.0,0.0483122498814976,0.5,0.255951455205554,5.54885962948978e-05,0.0196088747445019,0.255951455205554,0.0,0.00109279609354173,0.0,0.000733264304081154,0.255951455205554,0.0,0.0109160418495986,0.5,0.255951455205554,0.0,0.00227474067152918,0.255951455205554,4.08608915586431e-07,0.00902930064351256,0.255951455205554,0.0,0.00671124727061524,0.255951455205554,0.0,0.0042248085211227,0.0,0.078663403605597 -7593,0.255951455205554,0.00316631640270085,0.000610640726567334,0.255951455205554,0.00309287808905487,0.00022121755398977,0.255951455205554,0.0109170510194466,0.00608930667074302,0.255951455205554,0.0166247510922177,0.00298215036201563,0.255951455205554,0.0180453340461044,0.00741325653991449,0.255951455205554,0.00857740562377846,0.0006743252839254,0.5,0.255951455205554,0.0187406608859248,0.00507928562425656,0.5,0.255951455205554,0.00713877317114435,0.0272724975527889,0.5,0.255951455205554,0.0160779039530109,0.0123882335523972,0.255951455205554,0.0123417588088324,0.000550881522882596,0.0029679101652903,0.00121852936865562,0.255951455205554,0.00619708622581404,0.0116203430735134,0.5,0.255951455205554,0.00753832418941291,0.00255258867797419,0.255951455205554,0.0131548328248894,0.0101915764136251,0.255951455205554,0.0309757712014866,0.00752140820698435,0.255951455205554,0.0302249725396252,0.0021302273657506,0.00357058243183908,0.0619066674763251 -7594,0.255951455205554,0.0234323090256879,0.00424884354029758,0.255951455205554,0.0162386721750942,0.0,0.255951455205554,0.0787880552188294,0.00447761143024054,0.255951455205554,0.105403915899452,0.00211238237612727,0.255951455205554,0.110175262814347,0.00617111567156946,0.255951455205554,0.0446937746817438,0.00041873665738621,0.5,0.255951455205554,0.0880709877173168,0.00527978958214717,0.5,0.255951455205554,0.0289242308907958,0.0128517162689422,0.5,0.255951455205554,0.0435277876716005,0.00837533673562837,0.255951455205554,0.0701707309799471,0.000276184519146232,0.00869957876757608,0.00281211912654096,0.255951455205554,0.0222610484966137,0.0148950592880713,0.5,0.255951455205554,0.028061821400586,0.00305331705844254,0.255951455205554,0.0323188813701488,0.0149256912086266,0.255951455205554,0.0735443007447748,0.00911197478293784,0.255951455205554,0.0610030064566383,0.001048506068995,0.0290491304167529,0.0408952658041504 -7595,0.255951455205554,0.0486092211874738,0.00735826245735498,0.255951455205554,0.0340464662742893,0.0,0.255951455205554,0.161390536812358,0.00396753192658888,0.255951455205554,0.177142598019906,0.00192688989891724,0.255951455205554,0.217154676976529,0.00641704718955087,0.255951455205554,0.0988391895474343,0.000415530651905786,0.5,0.255951455205554,0.184308138988938,0.00483364045116236,0.5,0.255951455205554,0.0496948185179643,0.00517284891451452,0.5,0.255951455205554,0.0697052043862128,0.00645397467063311,0.255951455205554,0.166962135736692,0.000211722180795005,0.015807339578369,0.00216282527775792,0.255951455205554,0.0361324072855234,0.0200063088482559,0.5,0.255951455205554,0.0482769013091467,0.00417226973704182,0.255951455205554,0.0464753228172062,0.0175260022075033,0.255951455205554,0.0966791273843953,0.0104997758669124,0.255951455205554,0.0695018492038439,0.00111296864909932,0.0476826471343451,0.0281526371913929 -7596,0.255951455205554,0.0811218513581471,0.0076459367911403,0.255951455205554,0.0702702270658137,0.0,0.255951455205554,0.224446033796859,0.00602063507922822,0.255951455205554,0.232116556519401,0.00182805275393607,0.255951455205554,0.298785163107609,0.00830864806717606,0.255951455205554,0.137856959908507,0.000424673410719438,0.5,0.255951455205554,0.261796628436003,0.0046567263003376,0.5,0.255951455205554,0.0575234716488149,0.0026705746623205,0.5,0.255951455205554,0.0828439829532064,0.00646036199810065,0.255951455205554,0.262653447812423,0.00041327504531242,0.0196688119500937,0.00121829564230027,0.255951455205554,0.0459379155575267,0.0223643793261895,0.5,0.255951455205554,0.0674205444954393,0.00506578089995382,0.255951455205554,0.0537143847197019,0.0173780532917606,0.255951455205554,0.121090360907803,0.0106502923806099,0.255951455205554,0.0752588391429085,0.00121194213668391,0.0211504754537561,0.0202090324815448 -7597,0.255951455205554,0.109869678323621,0.00747386506227579,0.255951455205554,0.0644887031652669,0.0,0.255951455205554,0.258860659825113,0.00636073959359556,0.255951455205554,0.263553936539912,0.00161543845908135,0.255951455205554,0.333346212142784,0.0075528669044998,0.255951455205554,0.124207575177088,0.000329383033500849,0.5,0.255951455205554,0.263891652923898,0.0034480577409135,0.5,0.255951455205554,0.0536130243358928,0.00228614052320364,0.5,0.255951455205554,0.0791848702262559,0.0044689785168592,0.255951455205554,0.323259582370409,0.00234846321118281,0.0138024927110091,0.00122783152371509,0.255951455205554,0.0444434583261953,0.0197810855403992,0.5,0.255951455205554,0.0814620165670969,0.00507344227873367,0.255951455205554,0.0525909323772129,0.0160400095608006,0.255951455205554,0.133650075481005,0.0105671494181719,0.255951455205554,0.0708578671359666,0.000973463045858549,0.0298663672152124,0.0183632963211447 -7598,0.255951455205554,0.108591170669327,0.00696192279689278,0.255951455205554,0.0625141011941067,1.38020303305977e-05,0.255951455205554,0.232831508992245,0.00537431890705232,0.255951455205554,0.242647500833595,0.00133893546883236,0.255951455205554,0.303775616077544,0.00666545590028176,0.255951455205554,0.0634111212184412,0.000159451674689621,0.5,0.255951455205554,0.225787092989092,0.00517271118228378,0.5,0.255951455205554,0.048651040511788,0.00141833731546627,0.5,0.255951455205554,0.0621490673741183,0.00266314845682641,0.255951455205554,0.325425636471257,0.00760262054505987,0.00567103130938969,0.00147182240209334,0.255951455205554,0.0364982902680638,0.0155584861809449,0.5,0.255951455205554,0.077890860269745,0.00508143463804114,0.255951455205554,0.0423215492120756,0.0126882687259126,0.255951455205554,0.115224431581955,0.0101737674177078,0.255951455205554,0.0560635520407627,0.00091813911741176,0.0272185292187604,0.027908700176262 -7599,0.255951455205554,0.0837130212369707,0.00646960593463243,0.255951455205554,0.0514558788044518,0.0,0.255951455205554,0.163896767594166,0.00345820401907956,0.255951455205554,0.155920056309276,0.00142092906728588,0.255951455205554,0.231270597523304,0.0064466380437996,0.255951455205554,0.0269091648075088,0.000173257701618917,0.5,0.255951455205554,0.181347079875493,0.00677402044150323,0.5,0.255951455205554,0.0362522764631126,0.000961823916256161,0.5,0.255951455205554,0.0364450760619282,0.00175724357721849,0.255951455205554,0.284953395578036,0.00770591998479426,0.00243855968703064,0.00300590957702856,0.255951455205554,0.0210787271330914,0.0112004065396579,0.5,0.255951455205554,0.0468321011611186,0.00540930260522598,0.255951455205554,0.023681901319736,0.00807200562881762,0.255951455205554,0.0664306408948707,0.00827888456100799,0.255951455205554,0.031691820734263,0.000723444454223891,0.00988954657360377,0.0359194738016223 -7600,0.255951455205554,0.0307220068083676,0.00616580637106095,0.255951455205554,0.0297122641789177,0.0,0.255951455205554,0.0779534668164084,0.00277854399689165,0.255951455205554,0.0652745614281573,0.0014209854561831,0.255951455205554,0.114532860710852,0.00483819713241647,0.255951455205554,0.00851626447556198,0.000645359327804885,0.5,0.255951455205554,0.102093418457899,0.00292698707771623,0.5,0.255951455205554,0.0173493762258972,0.000815150278545888,0.5,0.255951455205554,0.00954093359055026,0.000713674980842481,0.255951455205554,0.155602218923346,0.00130674423773289,0.0,0.00331143081779756,0.255951455205554,0.000146799375885097,0.00715437977044115,0.5,0.255951455205554,0.000237690679391709,0.00574510021064203,0.255951455205554,0.00353153126128041,0.00276951994448657,0.255951455205554,0.0118044274572791,0.00356652732633696,0.255951455205554,0.0070039085556158,0.000201025063751086,0.0,0.0420698689457556 -7601,0.255951455205554,0.0,0.00538035586140737,0.255951455205554,0.0,0.0,0.255951455205554,0.0,0.00521133086632815,0.255951455205554,0.0,0.00110039930783742,0.255951455205554,0.0,0.00857441884273827,0.255951455205554,0.0,0.00158788961290917,0.5,0.255951455205554,0.0,0.00264900811102259,0.5,0.255951455205554,2.13356449040184e-05,0.000605551487597943,0.5,0.255951455205554,6.44676171462374e-06,0.000481493337377547,0.255951455205554,0.0,0.00115522994504802,0.0,0.00125177177681204,0.255951455205554,0.0,0.00583239695154877,0.5,0.255951455205554,0.0,0.00684834909969562,0.255951455205554,0.0,0.00071204325177189,0.255951455205554,0.0,0.00183277141528101,0.255951455205554,0.0,3.91083784709572e-05,0.0,0.0649231298141743 -7602,0.255951455205554,0.0,0.00825737477180035,0.255951455205554,0.0,0.000325837386289335,0.255951455205554,0.0,0.00722109071464473,0.255951455205554,0.0,0.00237223533814396,0.255951455205554,0.0,0.0113596833682479,0.255951455205554,0.0,0.00175550072954802,0.5,0.255951455205554,0.0,0.0042705309416516,0.5,0.255951455205554,0.0,0.000656531652278466,0.5,0.255951455205554,0.0,0.000548255064498582,0.255951455205554,0.0,0.00641865057754507,0.0,0.000834599975487747,0.255951455205554,0.0,0.00497963006569339,0.5,0.255951455205554,0.0,0.00914621322292818,0.255951455205554,0.0,0.000464898674418642,0.255951455205554,0.0,0.000790178823165988,0.255951455205554,0.0,3.20160193181669e-05,0.0,0.109498554970931 -7603,0.255951455205554,0.0,0.0096507547611103,0.255951455205554,0.0,0.00441807895079959,0.255951455205554,0.0,0.0081244603787297,0.255951455205554,0.0,0.00258575055262339,0.255951455205554,0.0,0.0150126807288809,0.255951455205554,0.0,0.000927262911365336,0.5,0.255951455205554,0.0,0.00729409490610188,0.5,0.255951455205554,0.0,0.00160174844617113,0.5,0.255951455205554,0.0,0.00101238123204622,0.255951455205554,0.0,0.0132261571812653,0.0,0.00100440947725347,0.255951455205554,0.0,0.00516591283485655,0.5,0.255951455205554,0.0,0.0128319814833165,0.255951455205554,0.0,0.000419782568845104,0.255951455205554,0.0,0.000434671705780882,0.255951455205554,0.0,0.000456225573482161,0.0,0.136014520976122 -7604,0.255951455205554,0.0,0.0066604323747076,0.255951455205554,0.0,0.0012404242246433,0.255951455205554,0.0,0.0070049602920704,0.255951455205554,0.0,0.00282194808996546,0.255951455205554,0.0,0.0182002417937229,0.255951455205554,0.0,0.000771795242251771,0.5,0.255951455205554,0.0,0.00898914856264902,0.5,0.255951455205554,0.0,0.00310334394143284,0.5,0.255951455205554,0.0,0.00151739700311101,0.255951455205554,0.0,0.0140201757547887,0.0,0.00221255505494569,0.255951455205554,0.0,0.0051722802286473,0.5,0.255951455205554,0.0,0.0137568312968746,0.255951455205554,0.0,0.000527351504258364,0.255951455205554,0.0,0.000690002945814701,0.255951455205554,0.0,0.00185946432572043,0.0,0.148686336135899 -7605,0.255951455205554,0.0,0.00457187947617759,0.255951455205554,0.0,0.000405028394138703,0.255951455205554,0.0,0.0075081722538949,0.255951455205554,0.0,0.00136665444476613,0.255951455205554,0.0,0.0206639796165509,0.255951455205554,0.0,0.00175996728284081,0.5,0.255951455205554,0.0,0.00914229847843721,0.5,0.255951455205554,0.0,0.00460767552710835,0.5,0.255951455205554,0.0,0.00172755486113986,0.255951455205554,0.0,0.00962528694966198,0.0,0.00207305382102777,0.255951455205554,0.0,0.00409405808137233,0.5,0.255951455205554,0.0,0.0134663305776841,0.255951455205554,0.0,0.000500721891539559,0.255951455205554,0.0,0.00133907386261686,0.255951455205554,0.0,0.00244403005581776,0.0,0.158896559225966 -7606,0.255951455205554,0.0,0.00513183185603952,0.255951455205554,0.0,0.00017953710137644,0.255951455205554,0.0,0.0101497834857986,0.255951455205554,0.0,0.00521516613781836,0.255951455205554,0.0,0.0249459028430034,0.255951455205554,0.0,0.0045250142049388,0.5,0.255951455205554,0.0,0.00999608719863603,0.5,0.255951455205554,0.0,0.00833480954772895,0.5,0.255951455205554,0.0,0.00218953883611073,0.255951455205554,0.0,0.00909575576175234,0.0,0.00127063840637773,0.255951455205554,0.0,0.00325602048019815,0.5,0.255951455205554,0.0,0.0137340939938373,0.255951455205554,0.0,0.000366998205763282,0.255951455205554,0.0,0.000887743516154269,0.255951455205554,0.0,0.00116602753080856,0.0,0.176488430431224 -7607,0.255951455205554,0.0,0.0135067382439465,0.255951455205554,0.0,0.00102626386412016,0.255951455205554,0.0,0.0155610221805772,0.255951455205554,0.0,0.0127842852291397,0.255951455205554,0.0,0.0301487945164764,0.255951455205554,0.0,0.0063837206226282,0.5,0.255951455205554,0.0,0.0104486345946517,0.5,0.255951455205554,0.0,0.0117855000177238,0.5,0.255951455205554,0.0,0.00422973372604273,0.255951455205554,0.0,0.0109260690456695,0.0,0.00186170384851097,0.255951455205554,0.0,0.00363304495875004,0.5,0.255951455205554,0.0,0.0136011973706739,0.255951455205554,0.0,0.000307496435772598,0.255951455205554,0.0,0.000715351514296455,0.255951455205554,0.0,0.000927570250353659,0.0,0.188945828649836 -7608,0.255951455205554,0.0,0.0195955972977767,0.255951455205554,0.0,0.00579014794671966,0.255951455205554,0.0,0.0198765382091477,0.255951455205554,0.0,0.0175068498240278,0.255951455205554,0.0,0.034990377974809,0.255951455205554,0.0,0.00648260191604565,0.5,0.255951455205554,0.0,0.011343755391043,0.5,0.255951455205554,0.0,0.016100499946546,0.5,0.255951455205554,0.0,0.00581419667235389,0.255951455205554,0.0,0.0112142432397489,0.0,0.00192798906862616,0.255951455205554,0.0,0.00344577123636136,0.5,0.255951455205554,0.0,0.0115214836502239,0.255951455205554,0.0,0.000223658512304478,0.255951455205554,0.0,0.000468186659885324,0.255951455205554,0.0,0.00168243340636154,0.0,0.204397581277545 -7609,0.255951455205554,0.0,0.0161688714177881,0.255951455205554,0.0,0.00601064735264957,0.255951455205554,0.0,0.0225438221733932,0.255951455205554,0.0,0.018850678786077,0.255951455205554,0.0,0.0359915459148775,0.255951455205554,0.0,0.00744548529462808,0.5,0.255951455205554,0.0,0.012871587514435,0.5,0.255951455205554,0.0,0.0228433346055127,0.5,0.255951455205554,0.0,0.00741667432109035,0.255951455205554,0.0,0.0142555193111043,0.0,0.00125366655445916,0.255951455205554,0.0,0.00224328461646418,0.5,0.255951455205554,0.0,0.00887971420543478,0.255951455205554,0.0,0.000208584975986354,0.255951455205554,0.0,0.000403918742204047,0.255951455205554,0.0,0.00271076753381243,0.0,0.236665510143561 -7610,0.255951455205554,0.0,0.0104589905599338,0.255951455205554,0.0,0.0050973649221367,0.255951455205554,0.0,0.0251225089297021,0.255951455205554,0.0,0.0181006335898376,0.255951455205554,0.0,0.0374672887339842,0.255951455205554,0.0,0.00778523881130701,0.5,0.255951455205554,0.0,0.0154899104515424,0.5,0.255951455205554,0.0,0.0290078527446162,0.5,0.255951455205554,0.0,0.00966616931710057,0.255951455205554,0.0,0.0218096305240418,0.0,0.00111474796503405,0.255951455205554,0.0,0.00163426672583904,0.5,0.255951455205554,0.0,0.00797068408165866,0.255951455205554,0.0,0.00041728314586042,0.255951455205554,0.0,0.000907731613762628,0.255951455205554,0.0,0.00403251830405844,0.0,0.264897690909477 -7611,0.255951455205554,0.0,0.00790713092134792,0.255951455205554,0.0,0.00543908606460045,0.255951455205554,0.0,0.028514747832763,0.255951455205554,0.0,0.0189377579952464,0.255951455205554,0.0,0.041378893593253,0.255951455205554,0.0,0.00787670517972692,0.5,0.255951455205554,0.0,0.0182302584136031,0.5,0.255951455205554,0.0,0.0308545642210246,0.5,0.255951455205554,0.0,0.0111571783179211,0.255951455205554,0.0,0.0231677446001663,0.0,0.00127171584454273,0.255951455205554,0.0,0.00165500118284181,0.5,0.255951455205554,0.0,0.00827619110006103,0.255951455205554,0.0,0.00100293295198754,0.255951455205554,0.0,0.00306959053857948,0.255951455205554,0.0,0.00624107230109111,0.0,0.286788129800219 -7612,0.255951455205554,0.0,0.00861874094914958,0.255951455205554,0.0,0.0054503743671605,0.255951455205554,0.0,0.0333827617826145,0.255951455205554,0.0,0.0250427291923215,0.255951455205554,0.0,0.0461475606969456,0.255951455205554,0.0,0.0100294237862771,0.5,0.255951455205554,0.0,0.0201858739869374,0.5,0.255951455205554,0.0,0.0336936480307609,0.5,0.255951455205554,0.0,0.0132290694290818,0.255951455205554,0.0,0.0194610280063611,0.0,0.00290815135380919,0.255951455205554,0.0,0.00235883255513156,0.5,0.255951455205554,0.0,0.00980321502167874,0.255951455205554,0.0,0.00236242217131446,0.255951455205554,0.0,0.00624249717789064,0.255951455205554,0.0,0.00706794134435039,0.0,0.311490121537916 -7613,0.255951455205554,0.0,0.0120323626202495,0.255951455205554,0.0,0.0058571615463978,0.255951455205554,0.0,0.0409757115533762,0.255951455205554,0.0,0.0336193242782566,0.255951455205554,0.0,0.0579771940804588,0.255951455205554,0.0,0.0151899947228383,0.5,0.255951455205554,0.0,0.0240187888292738,0.5,0.255951455205554,0.0,0.0410137185457028,0.5,0.255951455205554,0.0,0.0154568113827687,0.255951455205554,0.0,0.0247598699644099,0.0,0.00512962218019379,0.255951455205554,0.0,0.00381510515275665,0.5,0.255951455205554,0.0,0.0120998269778951,0.255951455205554,0.0,0.00445093727701068,0.255951455205554,0.0,0.00773529105535746,0.255951455205554,0.0,0.00550300170088531,0.0,0.36264871052872 -7614,0.255951455205554,0.0,0.0167774945454513,0.255951455205554,0.0,0.00899350821932134,0.255951455205554,0.0,0.0519133846478679,0.255951455205554,0.0,0.0456570487971238,0.255951455205554,0.0,0.0736205277858935,0.255951455205554,0.0,0.022076783733088,0.5,0.255951455205554,0.0,0.0341123947816623,0.5,0.255951455205554,0.0,0.0464524281328277,0.5,0.255951455205554,0.0,0.0165591088150956,0.255951455205554,0.0,0.0381901479812844,0.0,0.00723649580533882,0.255951455205554,0.0,0.00554549160638923,0.5,0.255951455205554,0.0,0.0149002642229033,0.255951455205554,0.0,0.00578263481082547,0.255951455205554,0.0,0.0076770325211666,0.255951455205554,0.0,0.00386584510113251,0.0,0.441629619787968 -7615,0.255951455205554,0.0,0.0253220557817863,0.255951455205554,0.0,0.0177939515611205,0.255951455205554,0.0,0.0628541251212126,0.255951455205554,0.0,0.0600651236118964,0.255951455205554,0.0,0.0874213847587385,0.255951455205554,0.0,0.0282317470228881,0.5,0.255951455205554,0.0,0.0578226760164178,0.5,0.255951455205554,0.0,0.0582274508337027,0.5,0.255951455205554,0.0,0.0161591649183941,0.255951455205554,0.0,0.0805693883855106,0.0,0.00768321326811693,0.255951455205554,0.0,0.00655319486575105,0.5,0.255951455205554,0.0,0.0168160454713213,0.255951455205554,0.0,0.00637265017899058,0.255951455205554,0.0,0.00730599431567458,0.255951455205554,0.0,0.00436397762801518,0.0,0.490872764630691 -7616,0.255951455205554,0.0,0.0340325797692567,0.255951455205554,0.0,0.0270452743166799,0.255951455205554,0.0,0.0728812755124412,0.255951455205554,0.0,0.0751430488606201,0.255951455205554,0.0,0.105573083176874,0.255951455205554,0.0,0.0397041753371739,0.5,0.255951455205554,0.0,0.120366429829165,0.5,0.255951455205554,0.0,0.0782410524217603,0.5,0.255951455205554,0.000251362408875493,0.0179460464835238,0.255951455205554,0.0,0.165595495742048,0.0,0.00750734460586872,0.255951455205554,0.0,0.00719363535301156,0.5,0.255951455205554,0.0,0.0178174243242033,0.255951455205554,1.45482419248375e-05,0.00685554332942828,0.255951455205554,0.0,0.0087039538469221,0.255951455205554,0.0,0.00684997810529117,0.0,0.522519399688339 -7617,0.255951455205554,0.0144299261853018,0.0389612801474908,0.255951455205554,0.034105036936289,0.0330826048396426,0.255951455205554,0.0226236783954236,0.0821378203972831,0.255951455205554,0.0275188673293701,0.090111672973624,0.255951455205554,0.0210380077661055,0.125440613258768,0.255951455205554,0.00632454927459361,0.0617946853429614,0.5,0.255951455205554,0.0140483994931814,0.186498195749768,0.5,0.255951455205554,0.0473415062864441,0.105577648953239,0.5,0.255951455205554,0.0619326672869859,0.0249324218304085,0.255951455205554,0.00856467468545807,0.20683085580544,0.00127245296604124,0.00753843039627075,0.255951455205554,0.00582457575767724,0.00886681202759789,0.5,0.255951455205554,0.00205263084567674,0.0194439923193363,0.255951455205554,0.0141218606183525,0.0084331895768077,0.255951455205554,0.00381934459398183,0.0144996050199537,0.255951455205554,0.0073960301825324,0.0103248303574514,0.00357396566738928,0.584499933171182 -7618,0.255951455205554,0.124687322069789,0.0485609745132694,0.255951455205554,0.161355887254669,0.0423593262037727,0.255951455205554,0.138571403227971,0.0988108541027828,0.255951455205554,0.175711866833845,0.115295168886824,0.255951455205554,0.115199392441393,0.173812410983264,0.255951455205554,0.0323316230968188,0.0999339001117086,0.5,0.255951455205554,0.0645493138796828,0.249274695592412,0.5,0.255951455205554,0.164214454401797,0.146171979409676,0.5,0.255951455205554,0.168361229327304,0.0517689767882308,0.255951455205554,0.0497496170055362,0.194368701107353,0.00492802630777864,0.00914716314992911,0.255951455205554,0.0204073258344382,0.0126668394528711,0.5,0.255951455205554,0.00828257168107745,0.0219857210572467,0.255951455205554,0.0419239595903635,0.0115822487808072,0.255951455205554,0.0169895377001756,0.0237554944672363,0.255951455205554,0.0317327005188949,0.0176188135116918,0.0726651846268809,0.653174293069553 -7619,0.255951455205554,0.222309065622964,0.0670665192993843,0.255951455205554,0.246317987054858,0.0623369127650279,0.255951455205554,0.230058629170071,0.127535731691049,0.255951455205554,0.316181946606075,0.149432123814562,0.255951455205554,0.190479820635281,0.291350039242022,0.255951455205554,0.0776750752274976,0.154702596211266,0.5,0.255951455205554,0.133542314630794,0.276665319389715,0.5,0.255951455205554,0.303435008467052,0.179677296759718,0.5,0.255951455205554,0.282770302980038,0.12068668423244,0.255951455205554,0.118833557064892,0.172908295027576,0.0111418460901425,0.0144992946910078,0.255951455205554,0.0380763364790458,0.0214249164330728,0.5,0.255951455205554,0.0180617660763033,0.0302821958765801,0.255951455205554,0.0699815912439551,0.0231999935189358,0.255951455205554,0.0338900926425304,0.044036159692602,0.255951455205554,0.0601577337325937,0.0402179334024867,0.152981777960651,0.718110399770715 -7620,0.255951455205554,0.272558002916294,0.1079753673644,0.255951455205554,0.287808740657898,0.104918400963982,0.255951455205554,0.272529428973303,0.172212856686485,0.255951455205554,0.405636079665361,0.180057662618638,0.255951455205554,0.225737376147443,0.410626921352786,0.255951455205554,0.139537087301214,0.206982058207276,0.5,0.255951455205554,0.210523389403476,0.267718076778728,0.5,0.255951455205554,0.394350995423428,0.201182105380839,0.5,0.255951455205554,0.36107487285324,0.203574392806919,0.255951455205554,0.282290163450909,0.172873498594166,0.0169506817341576,0.0240492756420976,0.255951455205554,0.0538474412973458,0.0354008429277083,0.5,0.255951455205554,0.0299294947847322,0.0418827506223369,0.255951455205554,0.0921853721841177,0.0456021161472891,0.255951455205554,0.0500041076467967,0.0821074052947718,0.255951455205554,0.0971209971498397,0.0794080724573619,0.141339896412795,0.773577752965589 -7621,0.255951455205554,0.267493154926473,0.141479623480943,0.255951455205554,0.305122822150802,0.15656193640886,0.255951455205554,0.261777612053469,0.215368269239365,0.255951455205554,0.410161871499431,0.208339415037981,0.255951455205554,0.210469492614047,0.480229147023212,0.255951455205554,0.209657709800341,0.236447580216936,0.5,0.255951455205554,0.305081997542237,0.261543873917564,0.5,0.255951455205554,0.443223973790428,0.166529704368605,0.5,0.255951455205554,0.392531011170593,0.221368891776531,0.255951455205554,0.376806733247559,0.138785557508279,0.0246804262078389,0.0349074656756026,0.255951455205554,0.06646729599049,0.0538267770667875,0.5,0.255951455205554,0.0359648401476906,0.0568868226224022,0.255951455205554,0.13189386034317,0.0839412606796404,0.255951455205554,0.0644557596549863,0.116813791230584,0.255951455205554,0.125247584520681,0.109302082880175,0.0676272349950584,0.789476657714402 -7622,0.255951455205554,0.195914262797926,0.175916216570196,0.255951455205554,0.284987136811985,0.153996100640349,0.255951455205554,0.197678352274643,0.231023753965303,0.255951455205554,0.320025705747977,0.19628920731897,0.255951455205554,0.161936814551076,0.476907447282665,0.255951455205554,0.235505581507046,0.231278110521133,0.5,0.255951455205554,0.335358647858176,0.212924938099365,0.5,0.255951455205554,0.437253923392553,0.103975095121276,0.5,0.255951455205554,0.37007938341937,0.1745258921698,0.255951455205554,0.346452403240936,0.0988413567115022,0.0281424988314464,0.0565376189553812,0.255951455205554,0.0834879787079966,0.0786639946335345,0.5,0.255951455205554,0.0316439684402107,0.072407513976014,0.255951455205554,0.186796329401348,0.119036618641049,0.255951455205554,0.0688914670871799,0.128945490230866,0.255951455205554,0.149465363553482,0.115006096423024,0.0449544645053216,0.780266439245265 -7623,0.255951455205554,0.0890332058838502,0.190586593643831,0.255951455205554,0.188575485445529,0.159573442309263,0.255951455205554,0.102793081069304,0.250551919198519,0.255951455205554,0.162030284929946,0.218569336873664,0.255951455205554,0.113226683345129,0.42770931423089,0.255951455205554,0.209143069742054,0.179967556274482,0.5,0.255951455205554,0.259287997777211,0.135065638751606,0.5,0.255951455205554,0.329404166213852,0.0734118975324526,0.5,0.255951455205554,0.296176585509371,0.113036971313252,0.255951455205554,0.170570282840748,0.0403160400808746,0.00881413160898047,0.0781804497902396,0.255951455205554,0.0847661751626584,0.0914114478097748,0.5,0.255951455205554,0.0174016474279752,0.0830308074611294,0.255951455205554,0.191357342273633,0.103262745814872,0.255951455205554,0.0662187085201855,0.115903348702564,0.255951455205554,0.112608675752158,0.0840784855469236,0.0246328172740385,0.777922375838803 -7624,0.255951455205554,0.00698334652958134,0.213409981365163,0.255951455205554,0.0296041202625539,0.148071433607001,0.255951455205554,0.0285754434616498,0.273962213741148,0.255951455205554,0.030017945723367,0.240942518912803,0.255951455205554,0.0613891611979892,0.313400721803309,0.255951455205554,0.092154609917456,0.105775078910934,0.5,0.255951455205554,0.0975631286530777,0.0772909479421927,0.5,0.255951455205554,0.119111222881254,0.0432937901787288,0.5,0.255951455205554,0.0888626179253409,0.0799243891324549,0.255951455205554,0.0597528430826791,0.0413221112075631,0.0,0.120121663927141,0.255951455205554,4.8992846591598e-05,0.0983127565674428,0.5,0.255951455205554,5.315746082215e-05,0.0880092354518435,0.255951455205554,0.01515396711816,0.0966452601317418,0.255951455205554,0.0201410323630267,0.0929936792220553,0.255951455205554,0.0433567449664765,0.0673773082384246,0.0,0.792736127655712 -7625,0.255951455205554,0.0,0.248995449664604,0.255951455205554,0.0,0.202878636796333,0.255951455205554,0.0,0.300490100898699,0.255951455205554,0.0,0.284237985304887,0.255951455205554,0.0,0.23359968293104,0.255951455205554,0.0,0.0783889403901881,0.5,0.255951455205554,0.0,0.0587010631896211,0.5,0.255951455205554,6.5992549470109e-06,0.0443004080430581,0.5,0.255951455205554,0.0,0.0875741144046543,0.255951455205554,0.0,0.031439150308436,0.0,0.175996842455117,0.255951455205554,0.0,0.12506504457097,0.5,0.255951455205554,0.0,0.0995570548018039,0.255951455205554,0.0,0.0926452834647953,0.255951455205554,0.0,0.0951695963527175,0.255951455205554,0.0,0.0844159021383363,0.0,0.827423760862135 -7626,0.255951455205554,0.0,0.307853970158545,0.255951455205554,0.0,0.255150231149995,0.255951455205554,0.0,0.31654029670962,0.255951455205554,0.0,0.328030543320979,0.255951455205554,0.0,0.195016328306577,0.255951455205554,0.0,0.0765393118795315,0.5,0.255951455205554,0.0,0.0585430982725532,0.5,0.255951455205554,0.0,0.0472332416715128,0.5,0.255951455205554,0.0,0.0952916624460382,0.255951455205554,0.0,0.0387959252740267,0.0,0.201532199189219,0.255951455205554,0.0,0.15091623319893,0.5,0.255951455205554,0.0,0.122961096685509,0.255951455205554,0.0,0.0790908834025349,0.255951455205554,0.0,0.121346985054672,0.255951455205554,0.0,0.10173839332122,0.0,0.875769713298874 -7627,0.255951455205554,0.0,0.388589084857549,0.255951455205554,0.0,0.23945609403775,0.255951455205554,0.0,0.339294325122806,0.255951455205554,0.0,0.383235730243878,0.255951455205554,0.0,0.186614065032751,0.255951455205554,0.0,0.0828683297792329,0.5,0.255951455205554,0.0,0.11055294025498,0.5,0.255951455205554,0.0,0.049323041709101,0.5,0.255951455205554,0.0,0.104558882791257,0.255951455205554,0.0,0.0639181644735454,0.0,0.212445455034776,0.255951455205554,0.0,0.181642941295421,0.5,0.255951455205554,0.0,0.179937862037747,0.255951455205554,0.0,0.0876218749848575,0.255951455205554,0.0,0.151230574506023,0.255951455205554,0.0,0.102380175551082,0.0,0.917150080735851 -7628,0.255951455205554,0.0,0.414835566588379,0.255951455205554,0.0,0.240898558549361,0.255951455205554,0.0,0.374205589647798,0.255951455205554,0.0,0.422168770114,0.255951455205554,0.0,0.172542682311056,0.255951455205554,0.0,0.0668629384460624,0.5,0.255951455205554,0.0,0.104540906955825,0.5,0.255951455205554,0.0,0.0336831094662725,0.5,0.255951455205554,0.0,0.098583356088241,0.255951455205554,0.0,0.0471631186053629,0.0,0.198024047597254,0.255951455205554,0.0,0.204048030501993,0.5,0.255951455205554,0.0,0.25572031035436,0.255951455205554,0.0,0.112168942173701,0.255951455205554,0.0,0.159574661324415,0.255951455205554,0.0,0.0921592333769526,0.0,0.934296799177375 -7629,0.255951455205554,0.0,0.386999059973573,0.255951455205554,0.0,0.222881467108231,0.255951455205554,0.0,0.39292112801504,0.255951455205554,0.0,0.476067254025339,0.255951455205554,0.0,0.150140998059845,0.255951455205554,0.0,0.0502601104125964,0.5,0.255951455205554,0.0,0.0625904233863183,0.5,0.255951455205554,0.0,0.0182582572665257,0.5,0.255951455205554,0.0,0.0796397709028566,0.255951455205554,0.0,0.0268808972703334,0.0,0.162722180172582,0.255951455205554,0.0,0.220346329898893,0.5,0.255951455205554,0.0,0.29370806153604,0.255951455205554,0.0,0.147112607181346,0.255951455205554,0.0,0.16670735230919,0.255951455205554,0.0,0.0661242405184866,0.0,0.935873806111174 -7630,0.255951455205554,0.0,0.436692049068665,0.255951455205554,0.0,0.301328042868754,0.255951455205554,0.0,0.375365212742286,0.255951455205554,0.0,0.484689750531565,0.255951455205554,0.0,0.132044473797105,0.255951455205554,0.0,0.0414336107281594,0.5,0.255951455205554,0.0,0.037545352726646,0.5,0.255951455205554,0.0,0.0168258805877109,0.5,0.255951455205554,0.0,0.0647192031808104,0.255951455205554,0.0,0.016080552473187,0.0,0.162442324168303,0.255951455205554,0.0,0.217633902223532,0.5,0.255951455205554,0.0,0.321951356425288,0.255951455205554,0.0,0.183808155247927,0.255951455205554,0.0,0.142433809053349,0.255951455205554,0.0,0.0389571686897372,0.0,0.934733162867866 -7631,0.255951455205554,0.0,0.534931478450242,0.255951455205554,0.0,0.346730816988335,0.255951455205554,0.0,0.350471172236168,0.255951455205554,0.0,0.442295782802396,0.255951455205554,0.0,0.10990336801013,0.255951455205554,0.0,0.0354627333266586,0.5,0.255951455205554,0.0,0.0239361646613007,0.5,0.255951455205554,0.0,0.0190835765655037,0.5,0.255951455205554,0.0,0.0572819537562768,0.255951455205554,0.0,0.00690392848801077,0.0,0.17556711854687,0.255951455205554,0.0,0.221245197268929,0.5,0.255951455205554,0.0,0.347123157964119,0.255951455205554,0.0,0.198467633801761,0.255951455205554,0.0,0.120192634249916,0.255951455205554,0.0,0.0284265197525584,0.0,0.939278759095661 -7632,0.255951455205554,0.0,0.603836388698088,0.255951455205554,0.0,0.350339579210266,0.255951455205554,0.0,0.321477699316117,0.255951455205554,0.0,0.421665569999543,0.255951455205554,0.0,0.0768006786111786,0.255951455205554,0.0,0.0236275900872943,0.5,0.255951455205554,0.0,0.0133893504188787,0.5,0.255951455205554,0.0,0.0146738903555899,0.5,0.255951455205554,0.0,0.0521325487234045,0.255951455205554,0.0,0.0025262525570427,0.0,0.196123460371369,0.255951455205554,0.0,0.229914303408105,0.5,0.255951455205554,0.0,0.381412066352749,0.255951455205554,0.0,0.193167863227187,0.255951455205554,0.0,0.114507898231001,0.255951455205554,0.0,0.0270870528296849,0.0,0.955024836770192 -7633,0.255951455205554,0.0,0.607987102944157,0.255951455205554,0.0,0.308483595321971,0.255951455205554,0.0,0.294511537535871,0.255951455205554,0.0,0.437956083581132,0.255951455205554,0.0,0.0500308227710855,0.255951455205554,0.0,0.010109174017109,0.5,0.255951455205554,0.0,0.00364372518064101,0.5,0.255951455205554,0.0,0.0114223965194087,0.5,0.255951455205554,0.0,0.0491263967394745,0.255951455205554,0.0,0.00151717773182574,0.0,0.213155802352558,0.255951455205554,0.0,0.250678615537879,0.5,0.255951455205554,0.0,0.441707865080464,0.255951455205554,0.0,0.185104989888397,0.255951455205554,0.0,0.115246342956753,0.255951455205554,0.0,0.0268347022301608,0.0,0.952367027919925 -7634,0.255951455205554,0.0,0.583761828967223,0.255951455205554,0.0,0.308900710226815,0.255951455205554,0.0,0.268951147557511,0.255951455205554,0.0,0.388926760981574,0.255951455205554,0.0,0.0300041566500843,0.255951455205554,0.0,0.00392467075815241,0.5,0.255951455205554,0.0,0.00864517918916882,0.5,0.255951455205554,0.0,0.0134855113722115,0.5,0.255951455205554,0.0,0.0444080075805457,0.255951455205554,0.0,0.00084615180348003,0.0,0.250660483403194,0.255951455205554,0.0,0.270464554234178,0.5,0.255951455205554,0.0,0.477601067325248,0.255951455205554,0.0,0.187365240727611,0.255951455205554,0.0,0.115815798558356,0.255951455205554,0.0,0.0249033605651523,0.0,0.908501939307482 -7635,0.255951455205554,0.0,0.542621049801086,0.255951455205554,0.0,0.315583639618109,0.255951455205554,0.0,0.226946857411287,0.255951455205554,0.0,0.354397257958415,0.255951455205554,0.0,0.0192705827783219,0.255951455205554,0.0,0.0128723057881931,0.5,0.255951455205554,0.0,0.00218611210537311,0.5,0.255951455205554,0.0,0.0124090155530715,0.5,0.255951455205554,0.0,0.0436617667445333,0.255951455205554,0.0,0.000956568672686294,0.0,0.243649667659801,0.255951455205554,0.0,0.262086381908891,0.5,0.255951455205554,0.0,0.494220365761345,0.255951455205554,0.0,0.194497921811659,0.255951455205554,0.0,0.111515777131631,0.255951455205554,0.0,0.0157663918018521,0.0,0.798164697320823 -7636,0.255951455205554,0.0,0.472588968381675,0.255951455205554,0.0,0.218196025625587,0.255951455205554,0.0,0.189809292839655,0.255951455205554,0.0,0.288085789363595,0.255951455205554,0.0,0.0170962037615464,0.255951455205554,0.0,0.00706146219005571,0.5,0.255951455205554,0.0,0.00109931558632153,0.5,0.255951455205554,0.0,0.00937048976169313,0.5,0.255951455205554,0.0,0.0542546325166973,0.255951455205554,0.0,0.00151632765710227,0.0,0.224200965485878,0.255951455205554,0.0,0.261180759098753,0.5,0.255951455205554,0.0,0.498559406880951,0.255951455205554,0.0,0.213706487380904,0.255951455205554,0.0,0.0972807632989347,0.255951455205554,0.0,0.0175367712959877,0.0,0.702643574215024 -7637,0.255951455205554,0.0,0.512004685743346,0.255951455205554,0.0,0.229788081930719,0.255951455205554,0.0,0.19187090314841,0.255951455205554,0.0,0.284460956796093,0.255951455205554,0.0,0.0136990277505585,0.255951455205554,0.0,0.00409889968544096,0.5,0.255951455205554,0.0,0.00273744017003159,0.5,0.255951455205554,0.0,0.00784292956353047,0.5,0.255951455205554,0.0,0.0717788262497399,0.255951455205554,0.0,0.00106932531411188,0.0,0.239458402517785,0.255951455205554,0.0,0.267566196869845,0.5,0.255951455205554,0.0,0.463765650145998,0.255951455205554,0.0,0.262717437906801,0.255951455205554,0.0,0.115384354175998,0.255951455205554,0.0,0.0270096437625024,0.0,0.698815611079632 -7638,0.255951455205554,0.0,0.599563855757798,0.255951455205554,0.0,0.311685317751141,0.255951455205554,0.0,0.202229589714215,0.255951455205554,0.0,0.309908357854756,0.255951455205554,0.0,0.0114651363951962,0.255951455205554,0.0,0.00439478164018398,0.5,0.255951455205554,0.0,0.00287460943937704,0.5,0.255951455205554,0.0,0.00857962948829138,0.5,0.255951455205554,0.0,0.0686868894247451,0.255951455205554,0.0,0.00280591229722493,0.0,0.269113446183524,0.255951455205554,0.0,0.283516406123326,0.5,0.255951455205554,0.0,0.463972130657499,0.255951455205554,0.0,0.282936732731847,0.255951455205554,0.0,0.138036941423214,0.255951455205554,0.0,0.0373378075423069,0.0,0.671048411473564 -7639,0.255951455205554,0.0,0.647995267924721,0.255951455205554,0.0,0.381032640152096,0.255951455205554,0.0,0.205125170838114,0.255951455205554,0.0,0.303827539048697,0.255951455205554,0.0,0.0147839419572388,0.255951455205554,0.0,0.0117591198775892,0.5,0.255951455205554,0.0,0.0043451757745107,0.5,0.255951455205554,0.0,0.00860037456148003,0.5,0.255951455205554,0.0,0.0579567625511716,0.255951455205554,0.0,0.00217626177721161,0.0,0.28337890823308,0.255951455205554,0.0,0.302793860383012,0.5,0.255951455205554,0.0,0.495747062268457,0.255951455205554,0.0,0.258635697023157,0.255951455205554,0.0,0.174052144851791,0.255951455205554,0.0,0.0424970404344857,0.0,0.674822870756235 -7640,0.255951455205554,0.0,0.665162056152451,0.255951455205554,0.0,0.455979919179543,0.255951455205554,0.0,0.20743611128546,0.255951455205554,0.0,0.294052627335845,0.255951455205554,0.0,0.0193420084403432,0.255951455205554,0.0,0.0144427037391604,0.5,0.255951455205554,0.0,0.00366070553079182,0.5,0.255951455205554,0.0,0.00505955101514766,0.5,0.255951455205554,9.88071048718283e-05,0.0536047689636445,0.255951455205554,0.0,0.00287623065346328,0.0,0.293192844756175,0.255951455205554,0.0,0.320776006060518,0.5,0.255951455205554,0.0,0.53589253174217,0.255951455205554,1.01058308745853e-07,0.216162543851921,0.255951455205554,0.0,0.194529188807908,0.255951455205554,0.0,0.0310837540768706,0.0,0.631172561480959 -7641,0.255951455205554,0.000868905000136308,0.6658261089893,0.255951455205554,0.00145178706588911,0.452866197991408,0.255951455205554,0.00332851182214889,0.224846944476682,0.255951455205554,0.00150683519920333,0.329352456497722,0.255951455205554,0.00465017685166788,0.0163273042981648,0.255951455205554,0.0104272270999274,0.01166532756159,0.5,0.255951455205554,0.00207836013294944,0.00467504356988684,0.5,0.255951455205554,0.0155145984304899,0.003285146281197,0.5,0.255951455205554,0.036875725844139,0.0571465605979374,0.255951455205554,0.00253793536705806,0.00557427156407721,0.00267762569952428,0.2992538344391,0.255951455205554,0.00426122767732185,0.337114698690182,0.5,0.255951455205554,0.00153551879501773,0.573136353307362,0.255951455205554,0.0147188689616565,0.219251740198402,0.255951455205554,0.00772249545974531,0.179576051188717,0.255951455205554,0.0148413664180222,0.0176614669455503,0.000491166887813306,0.5712427859114 -7642,0.255951455205554,0.00468566617693817,0.664285505811596,0.255951455205554,0.00741327009531617,0.417714884784298,0.255951455205554,0.0230908577438139,0.241422375136483,0.255951455205554,0.0101650212575523,0.330526153330223,0.255951455205554,0.0311224341609456,0.0170262984432714,0.255951455205554,0.037793823011869,0.0183565056904761,0.5,0.255951455205554,0.012703215700546,0.00770960544434451,0.5,0.255951455205554,0.0616996977657567,0.00189269824993808,0.5,0.255951455205554,0.0920677559188214,0.0553240565733823,0.255951455205554,0.0135502023345348,0.0167851216113128,0.0111253926305334,0.315707886029166,0.255951455205554,0.0128169496773107,0.357595825189489,0.5,0.255951455205554,0.00789849077093772,0.576303559374882,0.255951455205554,0.0601375664040423,0.237800896218072,0.255951455205554,0.0219148981682412,0.162079343928985,0.255951455205554,0.0597590998504505,0.0239063780169194,0.00307057103268476,0.588886958472225 -7643,0.255951455205554,0.00911647698687203,0.67041302258531,0.255951455205554,0.0136970342162832,0.418226631232403,0.255951455205554,0.0467883182258474,0.250016365920514,0.255951455205554,0.026346881609136,0.323665474567765,0.255951455205554,0.0578550649680135,0.0274046724012246,0.255951455205554,0.0555463834444087,0.0208175643376728,0.5,0.255951455205554,0.0221503008080902,0.0138935674210609,0.5,0.255951455205554,0.131985955712516,0.000955780334709848,0.5,0.255951455205554,0.150695965225071,0.0532324913902414,0.255951455205554,0.0338903993154982,0.0216266983864452,0.0149102246409212,0.321613117097501,0.255951455205554,0.0193880958794157,0.37409003545438,0.5,0.255951455205554,0.0186044578025395,0.554984287569736,0.255951455205554,0.0962168632243841,0.262597691812334,0.255951455205554,0.0379039002555803,0.15320947359006,0.255951455205554,0.119120718596903,0.0377283317561385,0.00676343504114128,0.611523552106481 -7644,0.255951455205554,0.0133848561122228,0.654759674102067,0.255951455205554,0.0185736104644323,0.388486950232927,0.255951455205554,0.0658531615508211,0.243792497226399,0.255951455205554,0.0333133915971983,0.305495167359965,0.255951455205554,0.0673877795890117,0.0305333458741383,0.255951455205554,0.0598599698150169,0.0222830587695279,0.5,0.255951455205554,0.0317929935051463,0.00992903104974701,0.5,0.255951455205554,0.194508136364875,0.00117829298588763,0.5,0.255951455205554,0.218682797852412,0.0459292302653181,0.255951455205554,0.0866237377690433,0.0200390900730058,0.0146146898671059,0.371317073127911,0.255951455205554,0.0204046660373077,0.394613882066773,0.5,0.255951455205554,0.0287558083646558,0.549415362498371,0.255951455205554,0.0977254701554838,0.275747370856802,0.255951455205554,0.0585642821644062,0.1708951887611,0.255951455205554,0.156670395180176,0.0391934493062466,0.00994957651874793,0.640143485828645 -7645,0.255951455205554,0.0137136668200454,0.636946944904445,0.255951455205554,0.0174720929770142,0.378830848703907,0.255951455205554,0.0665591431329793,0.235899336314564,0.255951455205554,0.0379109651127698,0.321303739387868,0.255951455205554,0.0579618369077098,0.0288245936516735,0.255951455205554,0.0625616457751237,0.016978569509225,0.5,0.255951455205554,0.0629116957280603,0.00853488855038973,0.5,0.255951455205554,0.199411556225048,0.00221864070771256,0.5,0.255951455205554,0.251459640815845,0.0349785795648358,0.255951455205554,0.0873675375714274,0.0199027072032586,0.00901853607440715,0.339598628808158,0.255951455205554,0.0137750357883609,0.399556806469205,0.5,0.255951455205554,0.0311613116059791,0.552478543895119,0.255951455205554,0.0904683885648982,0.266416144819487,0.255951455205554,0.0830262675371564,0.183295857636945,0.255951455205554,0.139499753660935,0.0370333874210579,0.0115113153344432,0.610076444812727 -7646,0.255951455205554,0.0103145635794502,0.64984114959306,0.255951455205554,0.0154390063042469,0.411713949140342,0.255951455205554,0.0515534752968452,0.22075453801228,0.255951455205554,0.0301094955128327,0.32950040982623,0.255951455205554,0.0441561577502027,0.0203294603208156,0.255951455205554,0.0750965006387971,0.0135953610989973,0.5,0.255951455205554,0.0551490662974755,0.00926142888914917,0.5,0.255951455205554,0.151845534848486,0.0040333120413786,0.5,0.255951455205554,0.260587880424899,0.020035145596611,0.255951455205554,0.0583785060082148,0.00695188539618734,0.00559048534922499,0.393340277993773,0.255951455205554,0.00949399617239724,0.415180910370352,0.5,0.255951455205554,0.0180915947272866,0.547755877985964,0.255951455205554,0.0923743419475829,0.262190047209317,0.255951455205554,0.0984634216429342,0.176655178566629,0.255951455205554,0.101944791933232,0.023594681520734,0.0084642385997029,0.542426048765002 -7647,0.255951455205554,0.00624228619185716,0.670276378976379,0.255951455205554,0.013094497531825,0.364403316270421,0.255951455205554,0.0236411175704922,0.18095911258178,0.255951455205554,0.0119645302439623,0.284451675948558,0.255951455205554,0.0403161696864738,0.0151913208469567,0.255951455205554,0.0451650223850374,0.02371214256293,0.5,0.255951455205554,0.0330664923630978,0.00588196403131982,0.5,0.255951455205554,0.085214539643023,0.00587089094526356,0.5,0.255951455205554,0.213587998949981,0.00876825134698603,0.255951455205554,0.0566122495669042,0.00582443061836037,0.0022785909409639,0.409891243618925,0.255951455205554,0.00476163104271884,0.430311899495342,0.5,0.255951455205554,0.00573410893511135,0.549850052648667,0.255951455205554,0.0556613139757117,0.228029860573835,0.255951455205554,0.0583895464668967,0.141845416442284,0.255951455205554,0.0559932340868961,0.0156354824455348,0.00387407511033983,0.492329202598974 -7648,0.255951455205554,0.00049140275322127,0.648531834625166,0.255951455205554,0.000963073451172998,0.270893438319813,0.255951455205554,0.00626441881411295,0.149096111626545,0.255951455205554,0.00207230128343054,0.261873040092094,0.255951455205554,0.0212536817704345,0.0154735685566324,0.255951455205554,0.0123994847580974,0.0143567788620679,0.5,0.255951455205554,0.0159935951964023,0.00336296848944315,0.5,0.255951455205554,0.0324034139636179,0.00914099997147433,0.5,0.255951455205554,0.0719057315073423,0.00323754464442711,0.255951455205554,0.0145233708500483,0.000709775694713096,0.0,0.430604107327736,0.255951455205554,0.000255742137142969,0.442067204222115,0.5,0.255951455205554,6.34213350019046e-05,0.580665606584627,0.255951455205554,0.0069008240890056,0.175474844133585,0.255951455205554,0.00734082706286367,0.0989199495388374,0.255951455205554,0.0167052425402026,0.00483405701495816,0.0,0.516963584229382 -7649,0.255951455205554,0.0,0.598357202824919,0.255951455205554,0.0,0.228650995728804,0.255951455205554,0.0,0.144631944286533,0.255951455205554,0.0,0.269565998028992,0.255951455205554,1.92649910389631e-05,0.0102959127658194,0.255951455205554,0.0,0.00304756613525204,0.5,0.255951455205554,9.76276107140687e-05,0.00134109772682433,0.5,0.255951455205554,2.54071781593595e-05,0.0145338868912051,0.5,0.255951455205554,0.0,0.0039050253396189,0.255951455205554,0.000122799571249997,0.000898781771071633,0.0,0.421643429361899,0.255951455205554,0.0,0.417741023844305,0.5,0.255951455205554,0.0,0.615950172254761,0.255951455205554,0.0,0.142523294297903,0.255951455205554,0.0,0.082912872584934,0.255951455205554,0.0,0.00214828558710397,0.0,0.528771415525418 -7650,0.255951455205554,0.0,0.585354071698646,0.255951455205554,0.0,0.246882408209287,0.255951455205554,0.0,0.143721445538418,0.255951455205554,0.0,0.236164071689545,0.255951455205554,0.0,0.00765584903745283,0.255951455205554,0.0,0.00455257737962085,0.5,0.255951455205554,0.0,0.000718059124139543,0.5,0.255951455205554,0.0,0.0155373022349732,0.5,0.255951455205554,0.0,0.00611656118683805,0.255951455205554,0.0,0.000871023873103693,0.0,0.389260181050419,0.255951455205554,0.0,0.381204432479963,0.5,0.255951455205554,0.0,0.619475541674073,0.255951455205554,0.0,0.122684121020737,0.255951455205554,0.0,0.0869525477914357,0.255951455205554,0.0,0.00146072839811201,0.0,0.555074921327653 -7651,0.255951455205554,0.0,0.578007789693834,0.255951455205554,0.0,0.259055167751347,0.255951455205554,0.0,0.136572373930711,0.255951455205554,0.0,0.199068854968604,0.255951455205554,0.0,0.00764910484185047,0.255951455205554,0.0,0.00244156994848698,0.5,0.255951455205554,0.0,0.00031815766740806,0.5,0.255951455205554,0.0,0.0142180878217876,0.5,0.255951455205554,0.0,0.00791431980967375,0.255951455205554,0.0,0.000863079981264926,0.0,0.35635226172136,0.255951455205554,0.0,0.357260929386774,0.5,0.255951455205554,0.0,0.600305151431487,0.255951455205554,0.0,0.107339690755045,0.255951455205554,0.0,0.0871849599260634,0.255951455205554,0.0,0.000828754116063625,0.0,0.597057052815052 -7652,0.255951455205554,0.0,0.575559662945773,0.255951455205554,0.0,0.211195172179895,0.255951455205554,0.0,0.12481711780947,0.255951455205554,0.0,0.185271316497014,0.255951455205554,0.0,0.00553133000072437,0.255951455205554,0.0,0.000816229553700889,0.5,0.255951455205554,0.0,0.000538403984613243,0.5,0.255951455205554,0.0,0.0154075103239734,0.5,0.255951455205554,0.0,0.0122565113715157,0.255951455205554,0.0,0.00247269484125888,0.0,0.348847515545878,0.255951455205554,0.0,0.360318733280554,0.5,0.255951455205554,0.0,0.559184099712188,0.255951455205554,0.0,0.107837538271865,0.255951455205554,0.0,0.0771474784768811,0.255951455205554,0.0,0.00121217880885427,0.0,0.568588272127407 -7653,0.255951455205554,0.0,0.527106330901102,0.255951455205554,0.0,0.174898784246115,0.255951455205554,0.0,0.100193270377028,0.255951455205554,0.0,0.147985246294939,0.255951455205554,0.0,0.00324460720621118,0.255951455205554,0.0,0.00183759070122251,0.5,0.255951455205554,0.0,0.00173068054127632,0.5,0.255951455205554,0.0,0.0162343652640128,0.5,0.255951455205554,0.0,0.01481054305053,0.255951455205554,0.0,0.00509560484775992,0.0,0.334682795299349,0.255951455205554,0.0,0.347937641635636,0.5,0.255951455205554,0.0,0.539796747159872,0.255951455205554,0.0,0.116489649694134,0.255951455205554,0.0,0.0774346739710948,0.255951455205554,0.0,0.00204350337539581,0.0,0.534130384409509 -7654,0.255951455205554,0.0,0.472505320852141,0.255951455205554,0.0,0.15826623827793,0.255951455205554,0.0,0.07682833982347,0.255951455205554,0.0,0.105910279098685,0.255951455205554,0.0,0.00273882957278286,0.255951455205554,0.0,0.00448097364870366,0.5,0.255951455205554,0.0,0.00323842486297501,0.5,0.255951455205554,0.0,0.0165867077034085,0.5,0.255951455205554,0.0,0.0195685276701875,0.255951455205554,0.0,0.00387084064417073,0.0,0.277710510726339,0.255951455205554,0.0,0.337887388888353,0.5,0.255951455205554,0.0,0.531788502741804,0.255951455205554,0.0,0.13532560187381,0.255951455205554,0.0,0.0828171069388721,0.255951455205554,0.0,0.00283656181778203,0.0,0.464804152819651 -7655,0.255951455205554,0.0,0.423340351979664,0.255951455205554,0.0,0.136889820757248,0.255951455205554,0.0,0.0649007421043931,0.255951455205554,0.0,0.0859803248003742,0.255951455205554,0.0,0.00259352010299817,0.255951455205554,0.0,0.00678172679546635,0.5,0.255951455205554,0.0,0.00271134625665694,0.5,0.255951455205554,0.0,0.0195029157419586,0.5,0.255951455205554,0.0,0.0199355512623445,0.255951455205554,0.0,0.00335784168428465,0.0,0.265442570815005,0.255951455205554,0.0,0.340980053733119,0.5,0.255951455205554,0.0,0.51800585952301,0.255951455205554,0.0,0.157892044740892,0.255951455205554,0.0,0.0866104928173922,0.255951455205554,0.0,0.00748232801823383,0.0,0.361622906254176 -7656,0.255951455205554,0.0,0.372975319023283,0.255951455205554,0.0,0.115758465929548,0.255951455205554,0.0,0.06746167571012,0.255951455205554,0.0,0.0950039682002019,0.255951455205554,0.0,0.00228766680634724,0.255951455205554,0.0,0.00783649334781732,0.5,0.255951455205554,0.0,0.00236474138676718,0.5,0.255951455205554,0.0,0.0258219166303597,0.5,0.255951455205554,0.0,0.0210158644984047,0.255951455205554,0.0,0.00420586067728468,0.0,0.277544031068361,0.255951455205554,0.0,0.339953675705511,0.5,0.255951455205554,0.0,0.504674080249257,0.255951455205554,0.0,0.164974019031257,0.255951455205554,0.0,0.101653954039925,0.255951455205554,0.0,0.0183346900552843,0.0,0.300615171309465 -7657,0.255951455205554,0.0,0.35142153934023,0.255951455205554,0.0,0.127186785000944,0.255951455205554,0.0,0.0754834066020959,0.255951455205554,0.0,0.101876034014679,0.255951455205554,0.0,0.00291409808395341,0.255951455205554,0.0,0.00797337279159014,0.5,0.255951455205554,0.0,0.00394796744159614,0.5,0.255951455205554,0.0,0.0319259007863895,0.5,0.255951455205554,0.0,0.02481103709933,0.255951455205554,0.0,0.00614528852269491,0.0,0.301501232463162,0.255951455205554,0.0,0.358581349408549,0.5,0.255951455205554,0.0,0.499011639705011,0.255951455205554,0.0,0.174644105020715,0.255951455205554,0.0,0.123952307435113,0.255951455205554,0.0,0.0208189146720235,0.0,0.295549568373896 -7658,0.255951455205554,0.0,0.357208679682256,0.255951455205554,0.0,0.141156398053369,0.255951455205554,0.0,0.0785969466722664,0.255951455205554,0.0,0.10422056957216,0.255951455205554,0.0,0.00472979461307283,0.255951455205554,0.0,0.0108249724202918,0.5,0.255951455205554,0.0,0.0063952986043243,0.5,0.255951455205554,0.0,0.0340009565190936,0.5,0.255951455205554,0.0,0.0287220775497935,0.255951455205554,0.0,0.00759643862449086,0.0,0.339141585658146,0.255951455205554,0.0,0.406920841412225,0.5,0.255951455205554,0.0,0.505743607658862,0.255951455205554,0.0,0.186312536275913,0.255951455205554,0.0,0.135538287309082,0.255951455205554,0.0,0.0264969120218527,0.0,0.320213538393459 -7659,0.255951455205554,0.0,0.381481819482962,0.255951455205554,0.0,0.152112262916611,0.255951455205554,0.0,0.0834754454814816,0.255951455205554,0.0,0.112823794722253,0.255951455205554,0.0,0.00646247821811225,0.255951455205554,0.0,0.0144110820595646,0.5,0.255951455205554,0.0,0.0114347351884988,0.5,0.255951455205554,0.0,0.0332734266213439,0.5,0.255951455205554,0.0,0.0275937710260205,0.255951455205554,0.0,0.0147590464457462,0.0,0.356291728147875,0.255951455205554,0.0,0.431389882096293,0.5,0.255951455205554,0.0,0.546880534316692,0.255951455205554,0.0,0.185811906134756,0.255951455205554,0.0,0.157473644895108,0.255951455205554,0.0,0.0358724309153026,0.0,0.414104175490681 -7660,0.255951455205554,0.0,0.423695337658002,0.255951455205554,0.0,0.176090596687612,0.255951455205554,0.0,0.0965158571530923,0.255951455205554,0.0,0.129610034381373,0.255951455205554,0.0,0.00985549298734976,0.255951455205554,0.0,0.0187304879583943,0.5,0.255951455205554,0.0,0.0176992852514034,0.5,0.255951455205554,0.0,0.0422269745151307,0.5,0.255951455205554,0.0,0.0296733098726,0.255951455205554,0.0,0.0236486241725826,0.0,0.402898238296304,0.255951455205554,0.0,0.452708792847577,0.5,0.255951455205554,0.0,0.579351358866321,0.255951455205554,0.0,0.171933300090883,0.255951455205554,0.0,0.187036813372452,0.255951455205554,0.0,0.0737874079109864,0.0,0.39058500511447 -7661,0.255951455205554,0.0,0.486995922680632,0.255951455205554,0.0,0.208880699123229,0.255951455205554,0.0,0.116860110067327,0.255951455205554,0.0,0.149348345206364,0.255951455205554,0.0,0.0149024840924142,0.255951455205554,0.0,0.0164076037296161,0.5,0.255951455205554,0.0,0.0236072384520345,0.5,0.255951455205554,0.0,0.0720195200140625,0.5,0.255951455205554,0.0,0.036730802952007,0.255951455205554,0.0,0.03266277829138,0.0,0.478430571517162,0.255951455205554,0.0,0.473260322155047,0.5,0.255951455205554,0.0,0.594935130652487,0.255951455205554,0.0,0.187102337749078,0.255951455205554,0.0,0.213974905091448,0.255951455205554,0.0,0.0957885150332198,0.0,0.392632410956064 -7662,0.255951455205554,0.0,0.542332023335083,0.255951455205554,0.0,0.242624393214432,0.255951455205554,0.0,0.147130703496589,0.255951455205554,0.0,0.177015273343948,0.255951455205554,0.0,0.0216351523301663,0.255951455205554,0.0,0.0145956605711082,0.5,0.255951455205554,0.0,0.0297647715235522,0.5,0.255951455205554,0.0,0.128857449405217,0.5,0.255951455205554,0.0,0.0516136090378726,0.255951455205554,0.0,0.0362588724311332,0.0,0.638406383635243,0.255951455205554,0.0,0.516561576721772,0.5,0.255951455205554,0.0,0.639465965939454,0.255951455205554,0.0,0.20668664947918,0.255951455205554,0.0,0.243751136140728,0.255951455205554,0.0,0.108176642393084,0.0,0.410958136503137 -7663,0.255951455205554,0.0,0.599213932368002,0.255951455205554,0.0,0.262841267415619,0.255951455205554,0.0,0.17621890044898,0.255951455205554,0.0,0.222129829847648,0.255951455205554,0.0,0.0242584994020455,0.255951455205554,0.0,0.0158033614559226,0.5,0.255951455205554,0.0,0.0430186237621866,0.5,0.255951455205554,0.0,0.170547478956166,0.5,0.255951455205554,0.0,0.0812566918256539,0.255951455205554,0.0,0.0301494837275032,0.0,0.656081846316732,0.255951455205554,0.0,0.574200931275134,0.5,0.255951455205554,0.0,0.706234769288221,0.255951455205554,0.0,0.239821271043935,0.255951455205554,0.0,0.273666037736383,0.255951455205554,0.0,0.0988765799481017,0.0,0.474127036754763 -7664,0.255951455205554,0.0,0.673304310315829,0.255951455205554,0.0,0.27192983847796,0.255951455205554,0.0,0.204799446788093,0.255951455205554,0.0,0.273717198992325,0.255951455205554,0.0,0.0312047756175398,0.255951455205554,0.0,0.0218497112777295,0.5,0.255951455205554,0.0,0.0567032234478442,0.5,0.255951455205554,0.0,0.183611267539506,0.5,0.255951455205554,4.2835919116883e-06,0.131209027539397,0.255951455205554,0.0,0.0219675071361289,0.0,0.653004984224856,0.255951455205554,0.0,0.624371927181061,0.5,0.255951455205554,0.0,0.764365354231367,0.255951455205554,0.0,0.256737983488295,0.255951455205554,0.0,0.275471797103242,0.255951455205554,0.0,0.0769972769581755,0.0,0.525288591214612 -7665,0.255951455205554,0.000357624916722741,0.747395325701727,0.255951455205554,0.00100605074537908,0.323861066425586,0.255951455205554,0.000548006624074518,0.23392196151338,0.255951455205554,0.000435967593248557,0.319330123646376,0.255951455205554,0.000941145133113391,0.0428424092702392,0.255951455205554,0.00123922167011034,0.0415403414075285,0.5,0.255951455205554,0.00415785849864056,0.0671642305723333,0.5,0.255951455205554,0.004602032249421,0.237823550660828,0.5,0.255951455205554,0.00831276275048247,0.176793602959749,0.255951455205554,0.0098511011522186,0.0230021178803427,0.00141825040135282,0.576080672581728,0.255951455205554,0.00365419464247,0.653797523356762,0.5,0.255951455205554,0.00113270500955956,0.81320609289957,0.255951455205554,0.00533358952861708,0.290193719395308,0.255951455205554,0.000937445312094735,0.255969510756278,0.255951455205554,0.00110394389924065,0.0656564486846599,0.000127107108033645,0.631522796327683 -7666,0.255951455205554,0.00242792715157226,0.821029082634959,0.255951455205554,0.00923059282847263,0.447356841819598,0.255951455205554,0.00292157042261084,0.270099584151401,0.255951455205554,0.00305467854004266,0.375367985264225,0.255951455205554,0.00750153631371474,0.0554223894291163,0.255951455205554,0.00757284476963144,0.0973577187647417,0.5,0.255951455205554,0.0375257560178039,0.0901395379096783,0.5,0.255951455205554,0.0208890041137073,0.295590699847291,0.5,0.255951455205554,0.0255830608149441,0.226798975887135,0.255951455205554,0.0618993799842276,0.0686166073997203,0.00675881755907866,0.53387812792496,0.255951455205554,0.0123654526883801,0.66455208194555,0.5,0.255951455205554,0.00422809950295574,0.849653399774107,0.255951455205554,0.0218600121727982,0.307934004944066,0.255951455205554,0.00321541665743225,0.22412186131426,0.255951455205554,0.0121398128566153,0.106399252230178,0.000689038059593737,0.758378007772491 -7667,0.255951455205554,0.00460737627616188,0.879568035416755,0.255951455205554,0.0192696935776972,0.479594957845065,0.255951455205554,0.00580057723131691,0.301999845950769,0.255951455205554,0.00685390869424554,0.398879519065312,0.255951455205554,0.0171302345076295,0.0691462004447146,0.255951455205554,0.017744175053172,0.179238743608441,0.5,0.255951455205554,0.0916660094492735,0.134552347391276,0.5,0.255951455205554,0.0443308479797542,0.30470209196173,0.5,0.255951455205554,0.0368218587704518,0.265354804029775,0.255951455205554,0.0607618416051986,0.14091817478183,0.0103898539768489,0.611574961390515,0.255951455205554,0.0186096998566902,0.641975044131267,0.5,0.255951455205554,0.00516948700396939,0.870270896224335,0.255951455205554,0.0402892933908741,0.32953208474653,0.255951455205554,0.00812939775785113,0.219925156506292,0.255951455205554,0.0543654168583603,0.228689327661202,0.00106134786052328,0.888941067715123 -7668,0.255951455205554,0.00417465007652022,0.898902990758851,0.255951455205554,0.0128454558406502,0.506923574044722,0.255951455205554,0.00863595523027311,0.312418485353665,0.255951455205554,0.0119182959142011,0.423455800279311,0.255951455205554,0.023268031269472,0.0851505537932733,0.255951455205554,0.034523505652229,0.274227022728238,0.5,0.255951455205554,0.122747605792542,0.165606312597744,0.5,0.255951455205554,0.0649652268905663,0.312667391047499,0.5,0.255951455205554,0.0408446800606974,0.279554938710527,0.255951455205554,0.0333047929020753,0.198468137491682,0.0116445305979678,0.671410062052318,0.255951455205554,0.017803128685889,0.585973026723504,0.5,0.255951455205554,0.0054352297579141,0.860548634480506,0.255951455205554,0.0673511105852173,0.343425784346066,0.255951455205554,0.0219968991719458,0.235232725751479,0.255951455205554,0.0939654813751663,0.359576435775087,0.000800038228704669,0.968536962209187 -7669,0.255951455205554,0.00215098517777253,0.896559234265386,0.255951455205554,0.00489009410044948,0.530829730431325,0.255951455205554,0.0103436631552697,0.315503200647591,0.255951455205554,0.0131347129588844,0.44492630579854,0.255951455205554,0.0238022066010695,0.112964660065065,0.255951455205554,0.0530679422412124,0.35843383198042,0.5,0.255951455205554,0.0976777917911005,0.180118829550833,0.5,0.255951455205554,0.0640566100026228,0.294520207592848,0.5,0.255951455205554,0.040850734413642,0.246748258276579,0.255951455205554,0.00805077349126763,0.191940544956582,0.00992654194979817,0.598620597914479,0.255951455205554,0.0150450180680949,0.528198401675306,0.5,0.255951455205554,0.00451262280102955,0.842541216594393,0.255951455205554,0.098688204855352,0.324342379780973,0.255951455205554,0.0417939477764887,0.259929047482547,0.255951455205554,0.0804643855598908,0.42867796576887,0.000950803655276695,1.0005975628858 -7670,0.255951455205554,0.00105668317848316,0.902825362340745,0.255951455205554,0.00216818400546714,0.531231058465049,0.255951455205554,0.00794084925975624,0.30704243294861,0.255951455205554,0.0115645631585116,0.456952769600408,0.255951455205554,0.0243286485691601,0.147152688025219,0.255951455205554,0.0539344733650283,0.350985872054407,0.5,0.255951455205554,0.0810341066868373,0.205643090722193,0.5,0.255951455205554,0.056317679219227,0.297424915308524,0.5,0.255951455205554,0.040268981819484,0.216813926518385,0.255951455205554,0.0386403659456614,0.174375080589385,0.0055782569698826,0.52649100721149,0.255951455205554,0.0138741199018896,0.477509049224151,0.5,0.255951455205554,0.00295955349572853,0.822745741461759,0.255951455205554,0.0934735851769605,0.295204411570249,0.255951455205554,0.0554034876353228,0.296852371397721,0.255951455205554,0.0518887971538193,0.395670236822695,0.000649295288052014,1.00301540666626 -7671,0.255951455205554,0.000499479644573408,0.904767777185285,0.255951455205554,0.000941342212028877,0.497034485048973,0.255951455205554,0.00366778332139274,0.285125506301736,0.255951455205554,0.0041358031262545,0.404579449620656,0.255951455205554,0.0228468094710339,0.184057551164797,0.255951455205554,0.0311498671440579,0.305063556453958,0.5,0.255951455205554,0.0470111093193163,0.198114891512885,0.5,0.255951455205554,0.0425689119838226,0.253488516533845,0.5,0.255951455205554,0.0277315228348049,0.187683925514646,0.255951455205554,0.0354550240249156,0.175867955282576,0.00247557616774615,0.439420102139036,0.255951455205554,0.00976234542417507,0.422227326224357,0.5,0.255951455205554,0.00137272271846765,0.800119593582859,0.255951455205554,0.037273082406663,0.237254838858902,0.255951455205554,0.0293221730366511,0.28718864817719,0.255951455205554,0.0247143678501011,0.349204986923655,0.000283060584311796,1.00315300135122 -7672,0.255951455205554,3.99576060527457e-05,0.902606309078688,0.255951455205554,3.63852895920208e-05,0.477414007752322,0.255951455205554,0.000941574488242773,0.253405720650803,0.255951455205554,0.000625214905315717,0.346286486896568,0.255951455205554,0.0122921867175415,0.218225268273913,0.255951455205554,0.0102715548610156,0.266706059706714,0.5,0.255951455205554,0.0153830054390404,0.182811233337927,0.5,0.255951455205554,0.0234676410239209,0.20744042721642,0.5,0.255951455205554,0.0101793571692129,0.169942080595214,0.255951455205554,0.00843334940988486,0.128621992667347,0.0,0.325299873171799,0.255951455205554,8.91041215378482e-05,0.364699022566735,0.5,0.255951455205554,0.000102837579660224,0.785746191767165,0.255951455205554,0.00100478975603963,0.167611543447037,0.255951455205554,0.00207908273732533,0.247937583179685,0.255951455205554,0.00629288616281283,0.280882728899529,0.0,1.0028544138544 -7673,0.255951455205554,0.0,0.894588067372101,0.255951455205554,0.0,0.440863758171572,0.255951455205554,0.0,0.219574922177527,0.255951455205554,0.0,0.293201432023057,0.255951455205554,2.15632458200126e-07,0.260733517102493,0.255951455205554,0.0,0.236195068920123,0.5,0.255951455205554,5.3501820260624e-05,0.164923379958751,0.5,0.255951455205554,2.83531682008646e-06,0.161146674267295,0.5,0.255951455205554,0.0,0.163992553422753,0.255951455205554,0.000144463887147201,0.118176132890721,0.0,0.213935141546927,0.255951455205554,0.0,0.316151113964801,0.5,0.255951455205554,0.0,0.780191624166409,0.255951455205554,0.0,0.118486204546657,0.255951455205554,0.0,0.191108115360891,0.255951455205554,0.0,0.290850098598238,0.0,1.00129391624475 -7674,0.255951455205554,0.0,0.877876553481394,0.255951455205554,0.0,0.319067933550485,0.255951455205554,0.0,0.200161093066246,0.255951455205554,0.0,0.250462445389225,0.255951455205554,0.0,0.320533975704825,0.255951455205554,0.0,0.246124747829564,0.5,0.255951455205554,0.0,0.143990304900682,0.5,0.255951455205554,0.0,0.0890791162488987,0.5,0.255951455205554,0.0,0.157400238852144,0.255951455205554,0.0,0.164111976691654,0.0,0.155416913602698,0.255951455205554,0.0,0.271391984059553,0.5,0.255951455205554,0.0,0.759866167811073,0.255951455205554,0.0,0.102891465457804,0.255951455205554,0.0,0.216372211242675,0.255951455205554,0.0,0.309798866297681,0.0,0.995600407699432 -7675,0.255951455205554,0.0,0.861088438188792,0.255951455205554,0.0,0.260971530967037,0.255951455205554,0.0,0.207176887293821,0.255951455205554,0.0,0.215528527047086,0.255951455205554,0.0,0.3266399500284,0.255951455205554,0.0,0.273146550962277,0.5,0.255951455205554,0.0,0.160676290648415,0.5,0.255951455205554,0.0,0.0476056520128753,0.5,0.255951455205554,0.0,0.104403419463712,0.255951455205554,0.0,0.2900046324635,0.0,0.106730262636403,0.255951455205554,0.0,0.221513455467934,0.5,0.255951455205554,0.0,0.70413873496839,0.255951455205554,0.0,0.106133115519944,0.255951455205554,0.0,0.241801224997418,0.255951455205554,0.0,0.151351146639423,0.0,0.967954505298744 -7676,0.255951455205554,0.0,0.83435037847286,0.255951455205554,0.0,0.204639072334252,0.255951455205554,0.0,0.220702590118366,0.255951455205554,0.0,0.207892276412779,0.255951455205554,0.0,0.254400188820253,0.255951455205554,0.0,0.270012639032289,0.5,0.255951455205554,0.0,0.210470154514142,0.5,0.255951455205554,0.0,0.0533480760976676,0.5,0.255951455205554,0.0,0.0604160712820409,0.255951455205554,0.0,0.335771532509426,0.0,0.0655362678147805,0.255951455205554,0.0,0.175470307360585,0.5,0.255951455205554,0.0,0.623118265861878,0.255951455205554,0.0,0.0861228422238317,0.255951455205554,0.0,0.181446493138869,0.255951455205554,0.0,0.0720057271709533,0.0,0.91125233888787 -7677,0.255951455205554,0.0,0.778888528286421,0.255951455205554,0.0,0.175122548716429,0.255951455205554,0.0,0.230035346572269,0.255951455205554,0.0,0.224565633682476,0.255951455205554,0.0,0.178243429825202,0.255951455205554,0.0,0.233717070933827,0.5,0.255951455205554,0.0,0.241021054390596,0.5,0.255951455205554,0.0,0.0648980914189469,0.5,0.255951455205554,0.0,0.0474540318459118,0.255951455205554,0.0,0.28901513706766,0.0,0.049453229609465,0.255951455205554,0.0,0.134384635429493,0.5,0.255951455205554,0.0,0.512944419451689,0.255951455205554,0.0,0.0475271020861001,0.255951455205554,0.0,0.116916410364076,0.255951455205554,0.0,0.0573861380563295,0.0,0.840405902486313 -7678,0.255951455205554,0.0,0.700708680140563,0.255951455205554,0.0,0.162577103096291,0.255951455205554,0.0,0.229275224737037,0.255951455205554,0.0,0.254679840135833,0.255951455205554,0.0,0.127054781837664,0.255951455205554,0.0,0.185702225922851,0.5,0.255951455205554,0.0,0.25445407743749,0.5,0.255951455205554,0.0,0.0758081260506742,0.5,0.255951455205554,0.0,0.0460535496165156,0.255951455205554,0.0,0.341138834898928,0.0,0.0353974282692889,0.255951455205554,0.0,0.0951380169549783,0.5,0.255951455205554,0.0,0.396699180816374,0.255951455205554,0.0,0.0236547336526642,0.255951455205554,0.0,0.0826734609224728,0.255951455205554,0.0,0.0614557812742337,0.0,0.766174642310289 -7679,0.255951455205554,0.0,0.585103929147236,0.255951455205554,0.0,0.163739486921558,0.255951455205554,0.0,0.212919819309842,0.255951455205554,0.0,0.275885915600129,0.255951455205554,0.0,0.11272070505095,0.255951455205554,0.0,0.203530124051516,0.5,0.255951455205554,0.0,0.291085240579757,0.5,0.255951455205554,0.0,0.0812911019080386,0.5,0.255951455205554,0.0,0.038255633899975,0.255951455205554,0.0,0.46171060457574,0.0,0.0272854865969308,0.255951455205554,0.0,0.0647179374264718,0.5,0.255951455205554,0.0,0.293952219872594,0.255951455205554,0.0,0.0179988458347353,0.255951455205554,0.0,0.0626220232107386,0.255951455205554,0.0,0.0661611318651252,0.0,0.697864511987623 -7680,0.255951455205554,0.0,0.455561525491356,0.255951455205554,0.0,0.166556885193478,0.255951455205554,0.0,0.198385982231842,0.255951455205554,0.0,0.262987997493605,0.255951455205554,0.0,0.122860921392939,0.255951455205554,0.0,0.226899028132865,0.5,0.255951455205554,0.0,0.332263950335407,0.5,0.255951455205554,0.0,0.067063766794986,0.5,0.255951455205554,0.0,0.0336406073865457,0.255951455205554,0.0,0.532015494781513,0.0,0.0240201315583068,0.255951455205554,0.0,0.0455246602874679,0.5,0.255951455205554,0.0,0.210556673111748,0.255951455205554,0.0,0.0146586643554956,0.255951455205554,0.0,0.0434335704709295,0.255951455205554,0.0,0.0740191656122746,0.0,0.611641901174848 -7681,0.255951455205554,0.0,0.345655660432148,0.255951455205554,0.0,0.131488211966772,0.255951455205554,0.0,0.193295548595858,0.255951455205554,0.0,0.227074195719964,0.255951455205554,0.0,0.142531909439376,0.255951455205554,0.0,0.206145051641914,0.5,0.255951455205554,0.0,0.378015028837376,0.5,0.255951455205554,0.0,0.0614354316817129,0.5,0.255951455205554,0.0,0.0288522141188437,0.255951455205554,0.0,0.449724513795053,0.0,0.0165451513568028,0.255951455205554,0.0,0.0310018434406367,0.5,0.255951455205554,0.0,0.147628134121523,0.255951455205554,0.0,0.0111517714140724,0.255951455205554,0.0,0.0377149945385856,0.255951455205554,0.0,0.0707146964567968,0.0,0.512350254843586 -7682,0.255951455205554,0.0,0.26411702052475,0.255951455205554,0.0,0.0750670137310545,0.255951455205554,0.0,0.171835232701301,0.255951455205554,0.0,0.181880533451212,0.255951455205554,0.0,0.175254563102887,0.255951455205554,0.0,0.199715966037764,0.5,0.255951455205554,0.0,0.382709897268468,0.5,0.255951455205554,0.0,0.0579402514353654,0.5,0.255951455205554,0.0,0.0272505907110773,0.255951455205554,0.0,0.337212024569338,0.0,0.0088599503488014,0.255951455205554,0.0,0.0201374418681441,0.5,0.255951455205554,0.0,0.102978937890624,0.255951455205554,0.0,0.00971813810131615,0.255951455205554,0.0,0.0387828012204648,0.255951455205554,0.0,0.0419198152902519,0.0,0.52577614085968 -7683,0.255951455205554,0.0,0.199638202798997,0.255951455205554,0.0,0.0620223668499748,0.255951455205554,0.0,0.136171138323218,0.255951455205554,0.0,0.14260434568683,0.255951455205554,0.0,0.203221910945209,0.255951455205554,0.0,0.213352224421421,0.5,0.255951455205554,0.0,0.362606134289386,0.5,0.255951455205554,0.0,0.0520094570852959,0.5,0.255951455205554,0.0,0.0276847549022864,0.255951455205554,0.0,0.371476112681804,0.0,0.00614729945484766,0.255951455205554,0.0,0.0164706799442751,0.5,0.255951455205554,0.0,0.0706746591513751,0.255951455205554,0.0,0.00764120822273526,0.255951455205554,0.0,0.0268087905760857,0.255951455205554,0.0,0.0293421688225073,0.0,0.588278329686574 -7684,0.255951455205554,0.0,0.149269638568804,0.255951455205554,0.0,0.0592011862463796,0.255951455205554,0.0,0.116565551618974,0.255951455205554,0.0,0.122400192254046,0.255951455205554,0.0,0.240108878429099,0.255951455205554,0.0,0.234642625079453,0.5,0.255951455205554,0.0,0.37929635271186,0.5,0.255951455205554,0.0,0.0493842888409032,0.5,0.255951455205554,0.0,0.0281707525187189,0.255951455205554,0.0,0.336250155414377,0.0,0.00520920262701862,0.255951455205554,0.0,0.0131892628777237,0.5,0.255951455205554,0.0,0.0510427831804871,0.255951455205554,0.0,0.00513827495606981,0.255951455205554,0.0,0.0158572516685785,0.255951455205554,0.0,0.0327490840928807,0.0,0.678296058164283 -7685,0.255951455205554,0.0,0.11546028096718,0.255951455205554,0.0,0.0545943601534147,0.255951455205554,0.0,0.114522365179419,0.255951455205554,0.0,0.116399208133754,0.255951455205554,0.0,0.273271603213206,0.255951455205554,0.0,0.228026136981034,0.5,0.255951455205554,0.0,0.373302017927196,0.5,0.255951455205554,0.0,0.0513676344475682,0.5,0.255951455205554,0.0,0.0284574746785059,0.255951455205554,0.0,0.258420590776106,0.0,0.00356160165601919,0.255951455205554,0.0,0.00888279749008365,0.5,0.255951455205554,0.0,0.0375251922845171,0.255951455205554,0.0,0.0051590137286459,0.255951455205554,0.0,0.0198675296776301,0.255951455205554,0.0,0.0425710036714929,0.0,0.66709491031874 -7686,0.255951455205554,0.0,0.0939051397426644,0.255951455205554,0.0,0.0511139289602845,0.255951455205554,0.0,0.125423441459946,0.255951455205554,0.0,0.117031527420166,0.255951455205554,0.0,0.305525808422266,0.255951455205554,0.0,0.183412165736371,0.5,0.255951455205554,0.0,0.30455144804184,0.5,0.255951455205554,0.0,0.0508812481910689,0.5,0.255951455205554,0.0,0.0301251641345443,0.255951455205554,0.0,0.167726004747319,0.0,0.00129152788820104,0.255951455205554,0.0,0.00577089835369607,0.5,0.255951455205554,0.0,0.0262910341886225,0.255951455205554,0.0,0.00534090369483817,0.255951455205554,0.0,0.0294362296739412,0.255951455205554,0.0,0.0464396619618498,0.0,0.554386362339819 -7687,0.255951455205554,0.0,0.0839884586609076,0.255951455205554,0.0,0.0518512238365234,0.255951455205554,0.0,0.13170518444262,0.255951455205554,0.0,0.127229776342564,0.255951455205554,0.0,0.315818857108273,0.255951455205554,0.0,0.135048602642592,0.5,0.255951455205554,0.0,0.257389303476249,0.5,0.255951455205554,0.0,0.0476370253853479,0.5,0.255951455205554,0.0,0.0289425347873993,0.255951455205554,0.0,0.249205077761234,0.0,0.00109180956003874,0.255951455205554,0.0,0.00445949927975427,0.5,0.255951455205554,0.0,0.0179504019913832,0.255951455205554,0.0,0.0050384353908096,0.255951455205554,0.0,0.0380193675215684,0.255951455205554,0.0,0.0423772765112953,0.0,0.545953138196739 -7688,0.255951455205554,0.0,0.0801855491374218,0.255951455205554,0.0,0.0639753602217654,0.255951455205554,0.0,0.143058263275956,0.255951455205554,0.0,0.144554081697064,0.255951455205554,0.0,0.323566995051218,0.255951455205554,0.0,0.113008549140557,0.5,0.255951455205554,0.0,0.2316532791899,0.5,0.255951455205554,0.0,0.0412963202346681,0.5,0.255951455205554,2.96516586766065e-06,0.0246299588199549,0.255951455205554,0.0,0.342222278462893,0.0,0.000869172046065107,0.255951455205554,0.0,0.00376956890651746,0.5,0.255951455205554,0.0,0.0140837438210807,0.255951455205554,0.0,0.00429867130418151,0.255951455205554,0.0,0.0426151624603818,0.255951455205554,0.0,0.032827775712434,0.0,0.606548543926841 -7689,0.255951455205554,0.00169882077815547,0.0759247903940457,0.255951455205554,0.00140554590211809,0.0786128057175874,0.255951455205554,0.00466154936722009,0.157530537469896,0.255951455205554,0.000761166407831908,0.173177807981148,0.255951455205554,0.0136887107609711,0.315256457088146,0.255951455205554,0.0344841923488039,0.0812847019545966,0.5,0.255951455205554,0.0103302134365393,0.227271966313416,0.5,0.255951455205554,0.045271448722706,0.026222187573495,0.5,0.255951455205554,0.0472454109203291,0.0174191066160295,0.255951455205554,0.00978123968302631,0.338288947354449,0.00480938734348539,0.0,0.255951455205554,0.0219847528852485,0.00281370177270161,0.5,0.255951455205554,0.00762424232110253,0.0115139740558644,0.255951455205554,0.0418476496190705,0.00262859351349313,0.255951455205554,0.0308768890167685,0.0358549740222437,0.255951455205554,0.0472948016813444,0.0222994033748613,0.00297617128995548,0.656117014036307 -7690,0.255951455205554,0.012633897408579,0.0782553580577919,0.255951455205554,0.0132766522296317,0.0915190014588428,0.255951455205554,0.049848123592988,0.167491758109681,0.255951455205554,0.0109606015249914,0.195012169628586,0.255951455205554,0.112093675340722,0.308012520008576,0.255951455205554,0.154453606036277,0.0761152346018899,0.5,0.255951455205554,0.0794121221024279,0.246217915101424,0.5,0.255951455205554,0.175860978651696,0.0179189081259497,0.5,0.255951455205554,0.154033678057099,0.0133762029581509,0.255951455205554,0.0936648779087131,0.320219724870826,0.0232251757704227,0.0,0.255951455205554,0.0809283468253549,0.00265188063852787,0.5,0.255951455205554,0.0330882392736815,0.00758046024334558,0.255951455205554,0.124047928252174,0.00151235460783027,0.255951455205554,0.139730273321039,0.0307304306983124,0.255951455205554,0.1782518107395,0.0153180341773574,0.0121737288196591,0.67833875098247 -7691,0.255951455205554,0.0279557279636747,0.0912565071402496,0.255951455205554,0.0337570722159634,0.097976711745206,0.255951455205554,0.132172400162884,0.168948136828595,0.255951455205554,0.0525487190976989,0.18645319643675,0.255951455205554,0.217724796312605,0.316908665881744,0.255951455205554,0.261219613777069,0.101099976778599,0.5,0.255951455205554,0.18590670992712,0.267556541191682,0.5,0.255951455205554,0.315986555525349,0.0243464442476982,0.5,0.255951455205554,0.275040356503821,0.0168999084486659,0.255951455205554,0.198988001257263,0.366394536713107,0.0573087807232888,0.000320691424736463,0.255951455205554,0.150199232467484,0.0047876572018186,0.5,0.255951455205554,0.0555774247286835,0.00460454204574014,0.255951455205554,0.196706007471037,0.00283410066923165,0.255951455205554,0.273220211769234,0.0433706369926572,0.255951455205554,0.300237004800499,0.0153975609969595,0.015094985569394,0.622953574417303 -7692,0.255951455205554,0.0481314989290519,0.10945457150411,0.255951455205554,0.0584016747145902,0.108263679566897,0.255951455205554,0.23272207345878,0.163423975679678,0.255951455205554,0.276433481033568,0.162893955684941,0.255951455205554,0.255652253757038,0.292032713485581,0.255951455205554,0.349861796911154,0.109134521032503,0.5,0.255951455205554,0.280043576511034,0.275743661726797,0.5,0.255951455205554,0.416015448066018,0.0422427276772921,0.5,0.255951455205554,0.367686656020157,0.0287449327435903,0.255951455205554,0.219787002785673,0.378435677533239,0.149410484832395,0.00801132988187515,0.255951455205554,0.222919827439906,0.013967044788298,0.5,0.255951455205554,0.0670947538993537,0.00500522599021786,0.255951455205554,0.277003079682663,0.0142951791778892,0.255951455205554,0.358479278586712,0.0474248915086461,0.255951455205554,0.374440874837252,0.0189869870314228,0.0173157195309082,0.608915245289724 -7693,0.255951455205554,0.0518792757838804,0.124750174734469,0.255951455205554,0.113278073133685,0.154310288701488,0.255951455205554,0.314892354361247,0.161144698130853,0.255951455205554,0.360662728715856,0.158890128614754,0.255951455205554,0.263921103488608,0.246349665085228,0.255951455205554,0.405001153059183,0.112299422117037,0.5,0.255951455205554,0.3001118077611,0.25908306376764,0.5,0.255951455205554,0.446808900151159,0.0582388442082529,0.5,0.255951455205554,0.399914044228928,0.0407970767369302,0.255951455205554,0.185812292253544,0.302318390411095,0.347950255929683,0.02091671713046,0.255951455205554,0.276559469386871,0.0298345489189998,0.5,0.255951455205554,0.0604584731295127,0.00704391591368237,0.255951455205554,0.293140309882739,0.0395066769245163,0.255951455205554,0.387074306384156,0.0492827478122416,0.255951455205554,0.398879248468394,0.0236816349736229,0.0178770367250189,0.580892157413501 -7694,0.255951455205554,0.0466684745889204,0.144206554474996,0.255951455205554,0.0728124661349229,0.15486468444804,0.255951455205554,0.327020548445303,0.150932762967152,0.255951455205554,0.371900219597641,0.15482723203409,0.255951455205554,0.263468738879292,0.213294705211958,0.255951455205554,0.392614375548309,0.0882509930278767,0.5,0.255951455205554,0.265530210474196,0.218406314148301,0.5,0.255951455205554,0.412440576093622,0.0708540286878323,0.5,0.255951455205554,0.362478569657713,0.0529364297849586,0.255951455205554,0.166992362484464,0.219875320263026,0.327364727081849,0.0342542503332649,0.255951455205554,0.243519565727639,0.047362859418215,0.5,0.255951455205554,0.049605531580201,0.0100601521190276,0.255951455205554,0.21079610256385,0.0614638539501973,0.255951455205554,0.35646681153173,0.0602106856485496,0.255951455205554,0.368510320736018,0.0343623834278523,0.0169074568053963,0.518896914545468 -7695,0.255951455205554,0.0367345473054695,0.166526330405775,0.255951455205554,0.051259677095555,0.142858583352043,0.255951455205554,0.236233482696717,0.119790634739699,0.255951455205554,0.287144935511725,0.136837046504108,0.255951455205554,0.20815792080515,0.176809388275192,0.255951455205554,0.302851085146462,0.0471046642260402,0.5,0.255951455205554,0.189433248544394,0.143117617583276,0.5,0.255951455205554,0.320202730759982,0.0515966115504482,0.5,0.255951455205554,0.270999485003099,0.0387744242681896,0.255951455205554,0.105207942746405,0.103433350943703,0.199362906839759,0.0195736190482451,0.255951455205554,0.133102682815221,0.0480886018651338,0.5,0.255951455205554,0.0317446510613728,0.0122241741219079,0.255951455205554,0.122684187735494,0.066012954043803,0.255951455205554,0.247413712116534,0.0435861065690297,0.255951455205554,0.261106308485676,0.0278246369705794,0.00646226311371475,0.534908426997215 -7696,0.255951455205554,0.000242638412209653,0.171028980801587,0.255951455205554,0.000218177592488526,0.115190197335037,0.255951455205554,0.0575011941792036,0.120936574682379,0.255951455205554,0.0470994301722528,0.144175929658993,0.255951455205554,0.0744291224306239,0.145555914500158,0.255951455205554,0.0760021320343338,0.032675012209773,0.5,0.255951455205554,0.0688788279953441,0.0752341243356789,0.5,0.255951455205554,0.117556568585241,0.0390844430756717,0.5,0.255951455205554,0.0789121741247354,0.0295144609938004,0.255951455205554,0.0502268352878653,0.0337548162936254,0.0,0.0233120858913218,0.255951455205554,9.12851309415852e-05,0.0359227065884822,0.5,0.255951455205554,0.000219695464152866,0.0141055295645919,0.255951455205554,0.00413692641799269,0.0546606078636606,0.255951455205554,0.0116506281353239,0.0382136137048973,0.255951455205554,0.0524901925621111,0.031112212207286,0.0,0.574480202759101 -7697,0.255951455205554,0.0,0.171483742653757,0.255951455205554,0.0,0.15922110129448,0.255951455205554,0.0,0.141544224655116,0.255951455205554,0.0,0.179791893397374,0.255951455205554,1.45203932539167e-07,0.116540256891051,0.255951455205554,0.0,0.0320448192122773,0.5,0.255951455205554,2.9465785522219e-05,0.0430042500992487,0.5,0.255951455205554,0.0,0.0421621759193141,0.5,0.255951455205554,0.0,0.0344500406813113,0.255951455205554,0.0,0.0157573455800084,0.0,0.0273103483245899,0.255951455205554,0.0,0.0359141715504144,0.5,0.255951455205554,0.0,0.0172281726894261,0.255951455205554,0.0,0.0520742243536711,0.255951455205554,0.0,0.0464380644935073,0.255951455205554,0.0,0.0411336716261221,0.0,0.575501578162226 -7698,0.255951455205554,0.0,0.172703757656557,0.255951455205554,0.0,0.168123067753156,0.255951455205554,0.0,0.14480755521948,0.255951455205554,0.0,0.186450168872019,0.255951455205554,0.0,0.0934776249467645,0.255951455205554,0.0,0.028188722029208,0.5,0.255951455205554,0.0,0.0332440133310757,0.5,0.255951455205554,0.0,0.0359363348989821,0.5,0.255951455205554,0.0,0.0288328244221471,0.255951455205554,0.0,0.023039619761479,0.0,0.0271130663482144,0.255951455205554,0.0,0.0359708156851143,0.5,0.255951455205554,0.0,0.0178013955424133,0.255951455205554,0.0,0.0453812106070692,0.255951455205554,0.0,0.0490637006122615,0.255951455205554,0.0,0.0402579341649987,0.0,0.545564246450755 -7699,0.255951455205554,0.0,0.170871297144387,0.255951455205554,0.0,0.151016904295353,0.255951455205554,0.0,0.144712994007321,0.255951455205554,0.0,0.193564037041529,0.255951455205554,0.0,0.0760417052264401,0.255951455205554,0.0,0.0291278336147229,0.5,0.255951455205554,0.0,0.0354497435228391,0.5,0.255951455205554,0.0,0.028414149191535,0.5,0.255951455205554,0.0,0.0287240620297125,0.255951455205554,0.0,0.0308163623192835,0.0,0.0335554260590934,0.255951455205554,0.0,0.0396886958865129,0.5,0.255951455205554,0.0,0.0180064471021268,0.255951455205554,0.0,0.0389201940605802,0.255951455205554,0.0,0.0524057853167465,0.255951455205554,0.0,0.0419318704129702,0.0,0.537028436476421 -7700,0.255951455205554,0.0,0.152862648836487,0.255951455205554,0.0,0.111135010827916,0.255951455205554,0.0,0.134488114378543,0.255951455205554,0.0,0.190487035731543,0.255951455205554,0.0,0.0571642184087126,0.255951455205554,0.0,0.0317067966565032,0.5,0.255951455205554,0.0,0.0385094079378078,0.5,0.255951455205554,0.0,0.0188739915289248,0.5,0.255951455205554,0.0,0.0294341781362058,0.255951455205554,0.0,0.034619792137851,0.0,0.0447272432582044,0.255951455205554,0.0,0.0444155040780151,0.5,0.255951455205554,0.0,0.0205277128461219,0.255951455205554,0.0,0.0342001087025027,0.255951455205554,0.0,0.0558477022801085,0.255951455205554,0.0,0.0455248285212552,0.0,0.547221787726772 -7701,0.255951455205554,0.0,0.123289627383537,0.255951455205554,0.0,0.0760405312058544,0.255951455205554,0.0,0.120392757068328,0.255951455205554,0.0,0.173311602449317,0.255951455205554,0.0,0.0505004291652297,0.255951455205554,0.0,0.0343296804871432,0.5,0.255951455205554,0.0,0.0352564232835796,0.5,0.255951455205554,0.0,0.0126086327984174,0.5,0.255951455205554,0.0,0.0262174803783317,0.255951455205554,0.0,0.0359649961313315,0.0,0.044498410866577,0.255951455205554,0.0,0.0490563744297878,0.5,0.255951455205554,0.0,0.0281884650974518,0.255951455205554,0.0,0.0306081696851088,0.255951455205554,0.0,0.0618953401725554,0.255951455205554,0.0,0.0454756727065,0.0,0.572956695381982 -7702,0.255951455205554,0.0,0.0951943874952434,0.255951455205554,0.0,0.0640125800291774,0.255951455205554,0.0,0.107020536857753,0.255951455205554,0.0,0.152525700886026,0.255951455205554,0.0,0.0479675935008548,0.255951455205554,0.0,0.0355370713225504,0.5,0.255951455205554,0.0,0.0320227949886695,0.5,0.255951455205554,0.0,0.0113021806625028,0.5,0.255951455205554,0.0,0.0209553374360173,0.255951455205554,0.0,0.0410074323610791,0.0,0.0445012457636121,0.255951455205554,0.0,0.0513246924857183,0.5,0.255951455205554,0.0,0.0338509344246893,0.255951455205554,0.0,0.0322297383999029,0.255951455205554,0.0,0.0675965866533941,0.255951455205554,0.0,0.0463460515776019,0.0,0.589919989312226 -7703,0.255951455205554,0.0,0.0732850116722252,0.255951455205554,0.0,0.0610502060399546,0.255951455205554,0.0,0.0977651147587805,0.255951455205554,0.0,0.136147817923512,0.255951455205554,0.0,0.047658108092901,0.255951455205554,0.0,0.0345584222993982,0.5,0.255951455205554,0.0,0.0340283510201953,0.5,0.255951455205554,0.0,0.0107409862697778,0.5,0.255951455205554,0.0,0.018957347530003,0.255951455205554,0.0,0.0384924572492555,0.0,0.0491044864876483,0.255951455205554,0.0,0.0512915103707583,0.5,0.255951455205554,0.0,0.0349735905007353,0.255951455205554,0.0,0.0348612650097307,0.255951455205554,0.0,0.0655513016916518,0.255951455205554,0.0,0.0399342878864334,0.0,0.592905923735114 -7704,0.255951455205554,0.0,0.0578922208586086,0.255951455205554,0.0,0.0600508487643129,0.255951455205554,0.0,0.0990567283077657,0.255951455205554,0.0,0.136780424638477,0.255951455205554,0.0,0.053876038233617,0.255951455205554,0.0,0.0366094857603047,0.5,0.255951455205554,0.0,0.0300685754914555,0.5,0.255951455205554,0.0,0.0091910013891168,0.5,0.255951455205554,0.0,0.0209174946228289,0.255951455205554,0.0,0.0279450059737453,0.0,0.0559001391936534,0.255951455205554,0.0,0.0531730627998936,0.5,0.255951455205554,0.0,0.0383926748475047,0.255951455205554,0.0,0.0395629384827373,0.255951455205554,0.0,0.0557913630170417,0.255951455205554,0.0,0.0314206838830631,0.0,0.593972058361634 -7705,0.255951455205554,0.0,0.0529302448070323,0.255951455205554,0.0,0.0533525069114129,0.255951455205554,0.0,0.107830402757397,0.255951455205554,0.0,0.128178316075732,0.255951455205554,0.0,0.0628931180022328,0.255951455205554,0.0,0.0349120266490122,0.5,0.255951455205554,0.0,0.0218419381228629,0.5,0.255951455205554,0.0,0.0083304553040839,0.5,0.255951455205554,0.0,0.0189829269319878,0.255951455205554,0.0,0.0200823375407275,0.0,0.0637694509591194,0.255951455205554,0.0,0.0560413039784934,0.5,0.255951455205554,0.0,0.0498031976878332,0.255951455205554,0.0,0.0338991569282083,0.255951455205554,0.0,0.0435504242486642,0.255951455205554,0.0,0.0225475568136192,0.0,0.589934130465333 -7706,0.255951455205554,0.0,0.056461368373714,0.255951455205554,0.0,0.0479005551265592,0.255951455205554,0.0,0.110695910223601,0.255951455205554,0.0,0.117186359378001,0.255951455205554,0.0,0.0686579696158562,0.255951455205554,0.0,0.0298867677274416,0.5,0.255951455205554,0.0,0.0171823919462231,0.5,0.255951455205554,0.0,0.00844413829631602,0.5,0.255951455205554,0.0,0.0182564787315105,0.255951455205554,0.0,0.00990158185281906,0.0,0.0710819850266198,0.255951455205554,0.0,0.0609495240661278,0.5,0.255951455205554,0.0,0.0647412482819935,0.255951455205554,0.0,0.0243617568374777,0.255951455205554,0.0,0.0397359754198578,0.255951455205554,0.0,0.0239612093295459,0.0,0.615017017518524 -7707,0.255951455205554,0.0,0.0678299466688602,0.255951455205554,0.0,0.0432419762710598,0.255951455205554,0.0,0.108653408089365,0.255951455205554,0.0,0.117694827471779,0.255951455205554,0.0,0.0704614648199234,0.255951455205554,0.0,0.0259250729960304,0.5,0.255951455205554,0.0,0.0141903123482681,0.5,0.255951455205554,0.0,0.00887772615070245,0.5,0.255951455205554,0.0,0.0176731599711295,0.255951455205554,0.0,0.00526080300585746,0.0,0.0945636202461838,0.255951455205554,0.0,0.070491097396137,0.5,0.255951455205554,0.0,0.078768469307237,0.255951455205554,0.0,0.0253353767952653,0.255951455205554,0.0,0.0433977824782668,0.255951455205554,0.0,0.0306030481018299,0.0,0.643723780643547 -7708,0.255951455205554,0.0,0.0752014541860861,0.255951455205554,0.0,0.0438927275661587,0.255951455205554,0.0,0.104069853187294,0.255951455205554,0.0,0.111418410544873,0.255951455205554,0.0,0.0675184448235039,0.255951455205554,0.0,0.0215984432737573,0.5,0.255951455205554,0.0,0.0103340458771087,0.5,0.255951455205554,0.0,0.00759905184757316,0.5,0.255951455205554,0.0,0.0138650620614316,0.255951455205554,0.0,0.0045970613584349,0.0,0.112669563070365,0.255951455205554,0.0,0.0795941111339078,0.5,0.255951455205554,0.0,0.0881696200111008,0.255951455205554,0.0,0.0317727059259834,0.255951455205554,0.0,0.0553216031751785,0.255951455205554,0.0,0.0348720773029672,0.0,0.615489300197579 -7709,0.255951455205554,0.0,0.085999492011123,0.255951455205554,0.0,0.0496602440041681,0.255951455205554,0.0,0.101220392667995,0.255951455205554,0.0,0.101775655329661,0.255951455205554,0.0,0.0617289545005103,0.255951455205554,0.0,0.0174212308152155,0.5,0.255951455205554,0.0,0.00788693335434834,0.5,0.255951455205554,0.0,0.00357079405887222,0.5,0.255951455205554,0.0,0.0103570213125788,0.255951455205554,0.0,0.00680867939647183,0.0,0.127281541601418,0.255951455205554,0.0,0.097625330434363,0.5,0.255951455205554,0.0,0.101369033017746,0.255951455205554,0.0,0.0356497184373482,0.255951455205554,0.0,0.0693080689799502,0.255951455205554,0.0,0.040834812472198,0.0,0.532223123536783 -7710,0.255951455205554,0.0,0.103079079125946,0.255951455205554,0.0,0.0548742260765771,0.255951455205554,0.0,0.0990380238731235,0.255951455205554,0.0,0.0936867911135403,0.255951455205554,0.0,0.0577218688515262,0.255951455205554,0.0,0.0157785289982321,0.5,0.255951455205554,0.0,0.00684306609111771,0.5,0.255951455205554,0.0,0.00183389315638195,0.5,0.255951455205554,0.0,0.00772998288810636,0.255951455205554,0.0,0.00970932540214481,0.0,0.163762697449782,0.255951455205554,0.0,0.118377389167158,0.5,0.255951455205554,0.0,0.121184236452526,0.255951455205554,0.0,0.0360490891566514,0.255951455205554,0.0,0.0754877340953686,0.255951455205554,0.0,0.0440856196687839,0.0,0.49107175465352 -7711,0.255951455205554,0.0,0.120713355978553,0.255951455205554,0.0,0.0540306038616599,0.255951455205554,0.0,0.0966263488146625,0.255951455205554,0.0,0.105056520621624,0.255951455205554,0.0,0.0522022003737446,0.255951455205554,0.0,0.0156436240964206,0.5,0.255951455205554,0.0,0.00566710077189598,0.5,0.255951455205554,0.0,0.00148473656583369,0.5,0.255951455205554,0.0,0.00548899173429251,0.255951455205554,0.0,0.0091371050606609,0.0,0.165415839483231,0.255951455205554,0.0,0.1402265669255,0.5,0.255951455205554,0.0,0.161544215374162,0.255951455205554,0.0,0.0407690169982441,0.255951455205554,0.0,0.0771796345843551,0.255951455205554,0.0,0.0512854834860108,0.0,0.512456865701793 -7712,0.255951455205554,0.0,0.145958771373816,0.255951455205554,0.0,0.0563804816594036,0.255951455205554,0.0,0.0934656359231647,0.255951455205554,0.0,0.104468321422923,0.255951455205554,0.0,0.0468615838105417,0.255951455205554,0.0,0.0163586205113248,0.5,0.255951455205554,0.0,0.00463021626785099,0.5,0.255951455205554,0.0,0.00126872580939717,0.5,0.255951455205554,4.69273271410954e-08,0.00436089658710137,0.255951455205554,0.0,0.00534583110136422,0.0,0.136832684417257,0.255951455205554,0.0,0.147736860150882,0.5,0.255951455205554,0.0,0.205660981258833,0.255951455205554,0.0,0.0478693944603577,0.255951455205554,0.0,0.0800733984039217,0.255951455205554,0.0,0.0575549309712329,0.0,0.512745009081798 -7713,0.255951455205554,0.00306916056202766,0.170501252880223,0.255951455205554,0.00311909282580262,0.0644031002935025,0.255951455205554,0.0036337448763931,0.0895272842206714,0.255951455205554,0.00469040123358768,0.101865075941123,0.255951455205554,0.00228949762886866,0.0426838078522022,0.255951455205554,0.00302896453833028,0.016727815165343,0.5,0.255951455205554,0.00501632513805464,0.00370475388760708,0.5,0.255951455205554,0.0110895764006541,0.00108689241378388,0.5,0.255951455205554,0.0190582338353546,0.00308008845279616,0.255951455205554,0.00597768387198249,0.00228007085794457,0.00866033378022499,0.164179436062818,0.255951455205554,0.00480813725486957,0.157202366875541,0.5,0.255951455205554,0.00650219365033251,0.261288766600153,0.255951455205554,0.00630852667306758,0.061250421518611,0.255951455205554,0.00306529796145517,0.0872098990759441,0.255951455205554,0.00762254700254752,0.0567443089945286,0.00274520337851056,0.481310711637423 -7714,0.255951455205554,0.0416403527812593,0.205239215968043,0.255951455205554,0.0372485282242912,0.113034423687843,0.255951455205554,0.0325769552123839,0.0945097154288931,0.255951455205554,0.0202178497918605,0.112963615019044,0.255951455205554,0.0242191738195479,0.0433595370402048,0.255951455205554,0.0172467950692304,0.018527447826421,0.5,0.255951455205554,0.0283980507938776,0.0039861776005743,0.5,0.255951455205554,0.0375503651823163,0.00239767605784122,0.5,0.255951455205554,0.0500901884065107,0.0034803024304527,0.255951455205554,0.0352306947058089,0.00289513328774559,0.0478326812042326,0.209194649451291,0.255951455205554,0.0224381345657111,0.183680617523579,0.5,0.255951455205554,0.0298484083186638,0.291001020758194,0.255951455205554,0.0218664048913296,0.0710691433901323,0.255951455205554,0.0230055691165152,0.110155994290643,0.255951455205554,0.0275147310044547,0.0603548414246686,0.0396681011488401,0.402292502742895 -7715,0.255951455205554,0.0648579295687902,0.263515286035921,0.255951455205554,0.0715732192728933,0.222920762768602,0.255951455205554,0.0343611439343958,0.115919705819056,0.255951455205554,0.0200155911615398,0.137778729072574,0.255951455205554,0.0560328490672913,0.0535787713905418,0.255951455205554,0.0376829421354097,0.0196741021565743,0.5,0.255951455205554,0.0412291516937571,0.00660547692552629,0.5,0.255951455205554,0.067597675956575,0.00362354246150272,0.5,0.255951455205554,0.0679463736881715,0.00466483841650435,0.255951455205554,0.0477222071463069,0.0059336100625792,0.0361933914563552,0.198287396073447,0.255951455205554,0.0366941520416414,0.198069448377612,0.5,0.255951455205554,0.0411364344397456,0.329805702051672,0.255951455205554,0.0397260253060804,0.091655524250985,0.255951455205554,0.040995770637419,0.130345543266239,0.255951455205554,0.0419320752856006,0.0647680473993137,0.0444123837137433,0.43877342522871 -7716,0.255951455205554,0.0715288033470387,0.392596208598313,0.255951455205554,0.0830174279973136,0.345433169644125,0.255951455205554,0.0391036878853397,0.154097454744077,0.255951455205554,0.0404727097796251,0.18167560614659,0.255951455205554,0.0736338038737862,0.0625558183189243,0.255951455205554,0.0629984881551078,0.023145990624575,0.5,0.255951455205554,0.0597432272324526,0.00652500609576707,0.5,0.255951455205554,0.0923879257747235,0.00451406007026411,0.5,0.255951455205554,0.0718892944559532,0.00522637213344524,0.255951455205554,0.0334971725107112,0.00476816087093169,0.0394348887388028,0.211364569499754,0.255951455205554,0.0484606611735739,0.201915882556072,0.5,0.255951455205554,0.0402332017587947,0.352090152747693,0.255951455205554,0.0659244235953826,0.122115204854739,0.255951455205554,0.0458144528629658,0.130774875586015,0.255951455205554,0.0571457276736207,0.0608515524476134,0.0417990053923668,0.457432665983194 -7717,0.255951455205554,0.0916568812159676,0.491789819139883,0.255951455205554,0.0463034429481822,0.340918776592672,0.255951455205554,0.0490839904940015,0.19648856890725,0.255951455205554,0.0653624674046485,0.292388132168812,0.255951455205554,0.0777570319180283,0.0673190918097631,0.255951455205554,0.0838368731271254,0.0262468465231636,0.5,0.255951455205554,0.0851285443242554,0.00504923785933859,0.5,0.255951455205554,0.0979145892899616,0.00780202415962698,0.5,0.255951455205554,0.0648349233459396,0.00848144031897516,0.255951455205554,0.036998259075906,0.00379677594912022,0.0331030916635165,0.230364548564758,0.255951455205554,0.0476311437977157,0.228425777049815,0.5,0.255951455205554,0.0233632555517775,0.35779064877859,0.255951455205554,0.0743613681124195,0.158893595774643,0.255951455205554,0.0401751875493113,0.129244481605237,0.255951455205554,0.0588265275742613,0.0603323381224126,0.0364745744813814,0.496773304655194 -7718,0.255951455205554,0.070025199592164,0.551344396338891,0.255951455205554,0.0131429642720847,0.325720207215857,0.255951455205554,0.0583730580630949,0.237568564863845,0.255951455205554,0.0631666218074149,0.395444977150085,0.255951455205554,0.0839504070071479,0.0730001073569114,0.255951455205554,0.0570335381103812,0.0190666768290376,0.5,0.255951455205554,0.0875041762396929,0.00506316429158429,0.5,0.255951455205554,0.0882753577479352,0.0100626983834459,0.5,0.255951455205554,0.0510490760139874,0.0147005288059734,0.255951455205554,0.0805386463735885,0.00844015151624146,0.0288156328640748,0.270937368010759,0.255951455205554,0.0340640125928697,0.259162657932067,0.5,0.255951455205554,0.0132653092227225,0.347647243928712,0.255951455205554,0.0465421710707874,0.192066270169473,0.255951455205554,0.044869386830628,0.136525190557251,0.255951455205554,0.0504758353281567,0.0608517644041061,0.0314098141785799,0.592063192950435 -7719,0.255951455205554,0.0252500596775433,0.576240067153548,0.255951455205554,0.00196944997955091,0.285705212114656,0.255951455205554,0.0419695968722079,0.271435297128733,0.255951455205554,0.0205272074090514,0.42084097536564,0.255951455205554,0.0578993475398182,0.0646904468852745,0.255951455205554,0.0314811089617004,0.00762326898981045,0.5,0.255951455205554,0.0690321679961872,0.00510553905827749,0.5,0.255951455205554,0.0655442687497865,0.0120554511579536,0.5,0.255951455205554,0.0305189112750602,0.0165459198484422,0.255951455205554,0.0717902087971897,0.0103070124241685,0.0138754106017765,0.296063648619278,0.255951455205554,0.0162247315908174,0.267557426382513,0.5,0.255951455205554,0.00623334733366293,0.3242818378195,0.255951455205554,0.0216222230500432,0.212353862025976,0.255951455205554,0.0465905346499572,0.156316435808564,0.255951455205554,0.031259995631042,0.0593442135129723,0.0176096776396142,0.558335053992179 -7720,0.255951455205554,0.000104979894362825,0.567091907706064,0.255951455205554,0.000867895119374714,0.226802465139414,0.255951455205554,0.010007170275349,0.292517896924675,0.255951455205554,0.00108705175206617,0.411307451914538,0.255951455205554,0.019985145987142,0.0473885517596059,0.255951455205554,0.016405966850733,0.00435915060910164,0.5,0.255951455205554,0.0436295974987319,0.00224899853256928,0.5,0.255951455205554,0.0289616430429191,0.00748246056913408,0.5,0.255951455205554,0.00973441920407552,0.015549009227893,0.255951455205554,0.0168581507217299,0.0060107334418756,0.0002345143780806,0.324681145502173,0.255951455205554,0.000223197344918476,0.266418063961941,0.5,0.255951455205554,0.000197175143399512,0.284780914673072,0.255951455205554,0.000296544076460868,0.20704784374927,0.255951455205554,0.000687374720161807,0.139897054651229,0.255951455205554,0.00618168892666068,0.0424544915680587,0.0,0.62510673086527 -7721,0.255951455205554,0.0,0.528182781997394,0.255951455205554,0.0,0.209342951768252,0.255951455205554,0.0,0.288246014734561,0.255951455205554,0.0,0.360493405982102,0.255951455205554,0.0,0.0393306499831442,0.255951455205554,0.0,0.00503940327296017,0.5,0.255951455205554,9.31853524104815e-06,0.000631028280668855,0.5,0.255951455205554,2.7733139703359e-06,0.0036473905354583,0.5,0.255951455205554,0.0,0.0194492177086302,0.255951455205554,4.85235931288575e-05,0.00337548950858536,0.0,0.358376526710444,0.255951455205554,0.0,0.273667631204182,0.5,0.255951455205554,0.0,0.254734205464963,0.255951455205554,0.0,0.243527207993515,0.255951455205554,0.0,0.122431753374596,0.255951455205554,0.0,0.0336109802836079,0.0,0.836403454038757 -7722,0.255951455205554,0.0,0.504767633490477,0.255951455205554,0.0,0.18687667282438,0.255951455205554,0.0,0.25834845597868,0.255951455205554,0.0,0.324639009894533,0.255951455205554,0.0,0.0371229295466351,0.255951455205554,0.0,0.00634512715257027,0.5,0.255951455205554,0.0,0.000545467199499334,0.5,0.255951455205554,0.0,0.0044814839113315,0.5,0.255951455205554,0.0,0.0239534585189779,0.255951455205554,0.0,0.00224180434246491,0.0,0.370266024272141,0.255951455205554,0.0,0.277896228349575,0.5,0.255951455205554,0.0,0.23559535280024,0.255951455205554,0.0,0.28289851878902,0.255951455205554,0.0,0.134516732920209,0.255951455205554,0.0,0.0366505021379222,0.0,0.912328335729443 -7723,0.255951455205554,0.0,0.49377307856078,0.255951455205554,0.0,0.174498353198405,0.255951455205554,0.0,0.226025694562372,0.255951455205554,0.0,0.274244543503124,0.255951455205554,0.0,0.0342102644188121,0.255951455205554,0.0,0.00627520767719831,0.5,0.255951455205554,0.0,0.000832001922778562,0.5,0.255951455205554,0.0,0.00602292705276509,0.5,0.255951455205554,0.0,0.0302896693738866,0.255951455205554,0.0,0.00214913504382169,0.0,0.351215596214837,0.255951455205554,0.0,0.274057711765143,0.5,0.255951455205554,0.0,0.217402282381164,0.255951455205554,0.0,0.291009516429763,0.255951455205554,0.0,0.181414624003067,0.255951455205554,0.0,0.0508729257936873,0.0,0.889604161292355 -7724,0.255951455205554,0.0,0.477200392345367,0.255951455205554,0.0,0.158891930908447,0.255951455205554,0.0,0.199175992974382,0.255951455205554,0.0,0.236049469847102,0.255951455205554,0.0,0.0291239310359432,0.255951455205554,0.0,0.00601176186903451,0.5,0.255951455205554,0.0,0.00113710358432706,0.5,0.255951455205554,0.0,0.00731069614305022,0.5,0.255951455205554,0.0,0.0412450716440145,0.255951455205554,0.0,0.0020188289039324,0.0,0.325876114620705,0.255951455205554,0.0,0.267926769496251,0.5,0.255951455205554,0.0,0.210715381398147,0.255951455205554,0.0,0.309311190675464,0.255951455205554,0.0,0.211317855556721,0.255951455205554,0.0,0.0721966265796373,0.0,0.876093219408547 -7725,0.255951455205554,0.0,0.458153768688784,0.255951455205554,0.0,0.146593953501005,0.255951455205554,0.0,0.176712794287828,0.255951455205554,0.0,0.212262387312834,0.255951455205554,0.0,0.0243148700974648,0.255951455205554,0.0,0.00597194958119681,0.5,0.255951455205554,0.0,0.00151811311818219,0.5,0.255951455205554,0.0,0.00886153300913297,0.5,0.255951455205554,0.0,0.0533920267246988,0.255951455205554,0.0,0.00245881525655391,0.0,0.284513161219689,0.255951455205554,0.0,0.255849567699493,0.5,0.255951455205554,0.0,0.210896104892749,0.255951455205554,0.0,0.302575486097176,0.255951455205554,0.0,0.233491820860209,0.255951455205554,0.0,0.0986341596697794,0.0,0.863819043431684 -7726,0.255951455205554,0.0,0.435174982372842,0.255951455205554,0.0,0.132519468210372,0.255951455205554,0.0,0.164565073903509,0.255951455205554,0.0,0.193862500490373,0.255951455205554,0.0,0.019957804439866,0.255951455205554,0.0,0.00614166741500542,0.5,0.255951455205554,0.0,0.00118064351759468,0.5,0.255951455205554,0.0,0.0104440373373793,0.5,0.255951455205554,0.0,0.0636844843846329,0.255951455205554,0.0,0.00346755435757799,0.0,0.226554957610973,0.255951455205554,0.0,0.231926194395323,0.5,0.255951455205554,0.0,0.204165628324379,0.255951455205554,0.0,0.277613100015982,0.255951455205554,0.0,0.214009698607844,0.255951455205554,0.0,0.122502951823957,0.0,0.871354512920977 -7727,0.255951455205554,0.0,0.409822217062526,0.255951455205554,0.0,0.116218023594741,0.255951455205554,0.0,0.150372914762418,0.255951455205554,0.0,0.18189558790753,0.255951455205554,0.0,0.0188749738339122,0.255951455205554,0.0,0.00726752958837436,0.5,0.255951455205554,0.0,0.00050996507084508,0.5,0.255951455205554,0.0,0.0109839948885346,0.5,0.255951455205554,0.0,0.074605653174892,0.255951455205554,0.0,0.00255884069954592,0.0,0.201460481383595,0.255951455205554,0.0,0.192564574588012,0.5,0.255951455205554,0.0,0.177784376437165,0.255951455205554,0.0,0.25417653577155,0.255951455205554,0.0,0.184982132820853,0.255951455205554,0.0,0.133061001175819,0.0,0.878856182787984 -7728,0.255951455205554,0.0,0.382286502942146,0.255951455205554,0.0,0.0978957563481468,0.255951455205554,0.0,0.138146927975911,0.255951455205554,0.0,0.175102465266878,0.255951455205554,0.0,0.0187606955121318,0.255951455205554,0.0,0.0089468871517126,0.5,0.255951455205554,0.0,0.000340782188725332,0.5,0.255951455205554,0.0,0.0118812126282143,0.5,0.255951455205554,0.0,0.0891418316919877,0.255951455205554,0.0,0.00167149049761412,0.0,0.172332225427181,0.255951455205554,0.0,0.166399493620042,0.5,0.255951455205554,0.0,0.145457470277959,0.255951455205554,0.0,0.230996329720581,0.255951455205554,0.0,0.165360110626331,0.255951455205554,0.0,0.136192095732633,0.0,0.868907659136014 -7729,0.255951455205554,0.0,0.347913704856968,0.255951455205554,0.0,0.081832615404931,0.255951455205554,0.0,0.125964081673755,0.255951455205554,0.0,0.161008017537672,0.255951455205554,0.0,0.0203899119096941,0.255951455205554,0.0,0.0103470633662364,0.5,0.255951455205554,0.0,0.000272220519347172,0.5,0.255951455205554,0.0,0.014536611820891,0.5,0.255951455205554,0.0,0.108013376195651,0.255951455205554,0.0,0.00105826566420954,0.0,0.13948112305415,0.255951455205554,0.0,0.15337274601626,0.5,0.255951455205554,0.0,0.124284021120827,0.255951455205554,0.0,0.20406107060267,0.255951455205554,0.0,0.149267938689031,0.255951455205554,0.0,0.137231399550947,0.0,0.836696751101266 -7730,0.255951455205554,0.0,0.31643575979799,0.255951455205554,0.0,0.0818243691738023,0.255951455205554,0.0,0.11330428831272,0.255951455205554,0.0,0.146144098805412,0.255951455205554,0.0,0.0230366439217703,0.255951455205554,0.0,0.0131260007542688,0.5,0.255951455205554,0.0,0.000314570632349615,0.5,0.255951455205554,0.0,0.0175818779479391,0.5,0.255951455205554,0.0,0.128809062486744,0.255951455205554,0.0,0.000847819499874454,0.0,0.144217593037104,0.255951455205554,0.0,0.147566589297196,0.5,0.255951455205554,0.0,0.109525685572583,0.255951455205554,0.0,0.187089542572967,0.255951455205554,0.0,0.132245443527329,0.255951455205554,0.0,0.144474810580217,0.0,0.795302950353723 -7731,0.255951455205554,0.0,0.29553323023676,0.255951455205554,0.0,0.0874340997042753,0.255951455205554,0.0,0.101555056796592,0.255951455205554,0.0,0.134829034684075,0.255951455205554,0.0,0.0245069191316445,0.255951455205554,0.0,0.0161889664891351,0.5,0.255951455205554,0.0,0.000466770533351165,0.5,0.255951455205554,0.0,0.0206911473096054,0.5,0.255951455205554,0.0,0.149458338227762,0.255951455205554,0.0,0.000885301761901916,0.0,0.164334244895174,0.255951455205554,0.0,0.142280321841763,0.5,0.255951455205554,0.0,0.096178114722203,0.255951455205554,0.0,0.170483506786706,0.255951455205554,0.0,0.115062736454909,0.255951455205554,0.0,0.143057961101062,0.0,0.745215575493641 -7732,0.255951455205554,0.0,0.277517545551803,0.255951455205554,0.0,0.0834732558945748,0.255951455205554,0.0,0.0935591146102619,0.255951455205554,0.0,0.129085631034675,0.255951455205554,0.0,0.0214686801095617,0.255951455205554,0.0,0.0192224990212312,0.5,0.255951455205554,0.0,0.000617394622227481,0.5,0.255951455205554,0.0,0.0274332392989264,0.5,0.255951455205554,0.0,0.168830901940755,0.255951455205554,0.0,0.000805727290448682,0.0,0.182387689745566,0.255951455205554,0.0,0.142252755188765,0.5,0.255951455205554,0.0,0.0864198939242449,0.255951455205554,0.0,0.167236483989745,0.255951455205554,0.0,0.109451258396107,0.255951455205554,0.0,0.133118638846339,0.0,0.694448320290585 -7733,0.255951455205554,0.0,0.272394503980645,0.255951455205554,0.0,0.0748961325804507,0.255951455205554,0.0,0.0857774724562656,0.255951455205554,0.0,0.124855200540968,0.255951455205554,0.0,0.0166324978754851,0.255951455205554,0.0,0.0207649427352906,0.5,0.255951455205554,0.0,0.000631985569483868,0.5,0.255951455205554,0.0,0.033493785503335,0.5,0.255951455205554,0.0,0.187866060216989,0.255951455205554,0.0,0.000775666168172839,0.0,0.185602010346246,0.255951455205554,0.0,0.146135785387485,0.5,0.255951455205554,0.0,0.0765789226738089,0.255951455205554,0.0,0.17133097373534,0.255951455205554,0.0,0.104208298661549,0.255951455205554,0.0,0.12815002623074,0.0,0.683104384095267 -7734,0.255951455205554,0.0,0.265472193143072,0.255951455205554,0.0,0.072568098626328,0.255951455205554,0.0,0.0794492366861893,0.255951455205554,0.0,0.118498890509823,0.255951455205554,0.0,0.01426548739321,0.255951455205554,0.0,0.0192040328497031,0.5,0.255951455205554,0.0,0.000710860168020179,0.5,0.255951455205554,0.0,0.0397218060032938,0.5,0.255951455205554,0.0,0.199247196791547,0.255951455205554,0.0,0.000935171849972485,0.0,0.178556419856348,0.255951455205554,0.0,0.148328976399771,0.5,0.255951455205554,0.0,0.0676465838276466,0.255951455205554,0.0,0.179983652469782,0.255951455205554,0.0,0.10307809094957,0.255951455205554,0.0,0.116927031137095,0.0,0.718401551187327 -7735,0.255951455205554,0.0,0.245478196215044,0.255951455205554,0.0,0.0675821020629263,0.255951455205554,0.0,0.0818176827964768,0.255951455205554,0.0,0.125115189217502,0.255951455205554,0.0,0.0146210321584344,0.255951455205554,0.0,0.0163249471111022,0.5,0.255951455205554,0.0,0.00063578663560758,0.5,0.255951455205554,0.0,0.0374813626856291,0.5,0.255951455205554,0.0,0.195434840159178,0.255951455205554,0.0,0.000952519143192217,0.0,0.169969135282092,0.255951455205554,0.0,0.1494383780572,0.5,0.255951455205554,0.0,0.060065993212941,0.255951455205554,0.0,0.194128809891484,0.255951455205554,0.0,0.109927625493822,0.255951455205554,0.0,0.100430741709583,0.0,0.761256441675915 -7736,0.255951455205554,0.0,0.224745427531334,0.255951455205554,0.0,0.0559431971018981,0.255951455205554,0.0,0.0865948754822144,0.255951455205554,0.0,0.133431711701401,0.255951455205554,0.0,0.0159444875064798,0.255951455205554,0.0,0.0170474984403198,0.5,0.255951455205554,0.0,0.000729286676621405,0.5,0.255951455205554,0.0,0.0310606997017639,0.5,0.255951455205554,0.0,0.176604312877397,0.255951455205554,0.0,0.000973193510163213,0.0,0.158353388094506,0.255951455205554,0.0,0.148840049683871,0.5,0.255951455205554,0.0,0.0564580346928038,0.255951455205554,0.0,0.21081836857374,0.255951455205554,0.0,0.122965413737446,0.255951455205554,0.0,0.0927832730671701,0.0,0.76945178930853 -7737,0.255951455205554,0.00172534191819622,0.203651234727884,0.255951455205554,0.00258052101724591,0.0446275628800217,0.255951455205554,0.00454310009689172,0.0840278236168357,0.255951455205554,0.00144744682762511,0.138810714069788,0.255951455205554,0.00167166282544898,0.0178435599402261,0.255951455205554,0.00385102118026717,0.0208425398408983,0.5,0.255951455205554,0.00390113534918276,0.000981126057789618,0.5,0.255951455205554,0.0102728044437018,0.0275363199237381,0.5,0.255951455205554,0.00666139039561452,0.149097092800679,0.255951455205554,0.0074378835204116,0.0012308604137844,0.0185010358147787,0.214543998270859,0.255951455205554,0.0106715085769436,0.156184844046997,0.5,0.255951455205554,0.0168288108018959,0.0544666672318245,0.255951455205554,0.000743609047557881,0.218292692584538,0.255951455205554,0.00921817175321724,0.135922687222065,0.255951455205554,0.00189902229316909,0.09014839975139,0.00308479837369094,0.735609864664415 -7738,0.255951455205554,0.0380743578971516,0.1969401237345,0.255951455205554,0.0269813730914986,0.0516308428313677,0.255951455205554,0.0570899325799539,0.0803803687739222,0.255951455205554,0.0162448295089646,0.117315027916916,0.255951455205554,0.0266621344804809,0.0238421350829001,0.255951455205554,0.0234279538002996,0.028681937156659,0.5,0.255951455205554,0.0347701007856896,0.00105567175441546,0.5,0.255951455205554,0.0478857532410269,0.0307362835895773,0.5,0.255951455205554,0.0229095352965894,0.136823665606476,0.255951455205554,0.0488668587247366,0.000906192268301749,0.0656376695154924,0.189420685936647,0.255951455205554,0.0461413416607404,0.162603621036941,0.5,0.255951455205554,0.0872937656182312,0.0551307398586202,0.255951455205554,0.00350514635915593,0.216280898449822,0.255951455205554,0.0617555188577597,0.155866405587644,0.255951455205554,0.0137446033700001,0.10646210961544,0.084047802026868,0.67242431629204 -7739,0.255951455205554,0.113804787631081,0.191007095854739,0.255951455205554,0.0695977228803594,0.0987439096544248,0.255951455205554,0.120388630771992,0.0868269795013366,0.255951455205554,0.0309722283966132,0.101247438881619,0.255951455205554,0.0763789617119775,0.0269405901151163,0.255951455205554,0.0427114701761166,0.0319707906493006,0.5,0.255951455205554,0.0643652425657076,0.00162627111872773,0.5,0.255951455205554,0.0950981293782491,0.0356678382779698,0.5,0.255951455205554,0.0425383263890014,0.130901723384357,0.255951455205554,0.0718658393587425,0.00155006598535198,0.114545160747416,0.229990890465526,0.255951455205554,0.0836104819453327,0.170297711854949,0.5,0.255951455205554,0.170769765154764,0.0687566292704963,0.255951455205554,0.0117128455618353,0.213460107735917,0.255951455205554,0.170150769460921,0.150239346831998,0.255951455205554,0.0357930630137719,0.107291571292459,0.165174288418015,0.591208764110238 -7740,0.255951455205554,0.176573528982265,0.194927487942081,0.255951455205554,0.153010474426918,0.1120243869777,0.255951455205554,0.177105617377433,0.0755125988373609,0.255951455205554,0.0808541230312297,0.0862652850560959,0.255951455205554,0.102536115673663,0.0250874387176459,0.255951455205554,0.0549875476116711,0.0171060461105324,0.5,0.255951455205554,0.0777570391726999,0.00473291375979198,0.5,0.255951455205554,0.121525153868994,0.04417515559216,0.5,0.255951455205554,0.0561896123302593,0.116254405098498,0.255951455205554,0.0922174455856044,0.00607139617771213,0.192146548667116,0.186479218494086,0.255951455205554,0.129152096370167,0.158064369385735,0.5,0.255951455205554,0.234222242211726,0.0907560141053072,0.255951455205554,0.0364246108999614,0.203447135060672,0.255951455205554,0.321664327563864,0.140075184863424,0.255951455205554,0.0871978213991069,0.0818479595975008,0.256216679879536,0.514482356323794 -7741,0.255951455205554,0.193497211613014,0.180637000075492,0.255951455205554,0.24630958919496,0.118303617666655,0.255951455205554,0.192005294720498,0.0564887548171686,0.255951455205554,0.0937167879633634,0.0477748914155045,0.255951455205554,0.107687757208849,0.0176414216726942,0.255951455205554,0.0566066317365727,0.00804921775068278,0.5,0.255951455205554,0.0887449633387362,0.0071203885275218,0.5,0.255951455205554,0.124775159098988,0.0372500936624433,0.5,0.255951455205554,0.057602275648491,0.0853529856423298,0.255951455205554,0.0887875223533628,0.00950562731634697,0.288617057058127,0.158902457456847,0.255951455205554,0.168408254832766,0.149516935834751,0.5,0.255951455205554,0.232888266371266,0.109770070747485,0.255951455205554,0.0560338510104521,0.180817205629258,0.255951455205554,0.407967148894376,0.118687720601083,0.255951455205554,0.157374096177256,0.0552147033475365,0.155981918997049,0.462467734295622 -7742,0.255951455205554,0.118038728599066,0.154867391832602,0.255951455205554,0.14707266692309,0.0909151973016062,0.255951455205554,0.160301547502909,0.0433660945607643,0.255951455205554,0.0800801372202679,0.0337300803382739,0.255951455205554,0.093902115532945,0.0115782656405047,0.255951455205554,0.0497101871351395,0.00429953703247311,0.5,0.255951455205554,0.141277107594115,0.00406544086172583,0.5,0.255951455205554,0.12337410405853,0.0296442909260501,0.5,0.255951455205554,0.0485391988101802,0.0630149115973248,0.255951455205554,0.0690645757958799,0.00699342294539589,0.271617043806221,0.145840275568777,0.255951455205554,0.152074814496871,0.1393025780411,0.5,0.255951455205554,0.1920286322495,0.114715509179656,0.255951455205554,0.0766976169304961,0.148624097256943,0.255951455205554,0.387985356475551,0.111823367841248,0.255951455205554,0.166851373984211,0.0492656085120381,0.077143769789204,0.449007559710682 -7743,0.255951455205554,0.0419057561464283,0.13033650337056,0.255951455205554,0.0515574908214824,0.0824823563517471,0.255951455205554,0.102138142968254,0.0288519296452398,0.255951455205554,0.0688596740090028,0.0268221645442827,0.255951455205554,0.0645394619363597,0.00543568284240212,0.255951455205554,0.0395234816129958,0.00156942007703377,0.5,0.255951455205554,0.152156519945937,0.00295340370443738,0.5,0.255951455205554,0.111816889287753,0.0144621249181873,0.5,0.255951455205554,0.0374129436578481,0.0523473136812401,0.255951455205554,0.0387142622335584,0.00354411721392868,0.157535206318648,0.083076908448443,0.255951455205554,0.092275720485791,0.100632933052052,0.5,0.255951455205554,0.120135903978204,0.093014927971302,0.255951455205554,0.0635716361251393,0.134892496069485,0.255951455205554,0.255602469899062,0.0751543785787743,0.255951455205554,0.123401852109305,0.0362710409815086,0.0206645354566195,0.417681000929897 -7744,0.255951455205554,0.0,0.0915560642272703,0.255951455205554,0.0,0.0720662593074278,0.255951455205554,0.0160452286278148,0.0224945781121569,0.255951455205554,0.0278025383786166,0.0199470297945837,0.255951455205554,0.0235501219205062,0.00310594777908586,0.255951455205554,0.0136463510236581,0.000909232668120638,0.5,0.255951455205554,0.06661405915212,0.00141683440495032,0.5,0.255951455205554,0.0659731723546503,0.00444750247159144,0.5,0.255951455205554,0.0174657857756052,0.0306958448727101,0.255951455205554,0.0333406174497444,0.00192568018981239,8.89549315993258e-06,0.0479923211339463,0.255951455205554,0.000293041692147348,0.0739677908977883,0.5,0.255951455205554,5.57762662250024e-05,0.076211019378834,0.255951455205554,0.000152147153808901,0.118088132782431,0.255951455205554,0.000836491239368755,0.0493322246581367,0.255951455205554,0.0154309165669786,0.0216783194587756,0.0,0.413572475812395 -7745,0.255951455205554,0.0,0.0675862034879305,0.255951455205554,0.0,0.0390010442617613,0.255951455205554,0.0,0.029724693914336,0.255951455205554,0.0,0.026293314622797,0.255951455205554,0.0,0.00549674440288091,0.255951455205554,0.0,0.00292658167251687,0.5,0.255951455205554,1.81392479403544e-05,0.0014089574411838,0.5,0.255951455205554,4.94321434689744e-06,0.00200200405317391,0.5,0.255951455205554,0.0,0.0208810317899848,0.255951455205554,0.0,0.00214793075977372,0.0,0.0456793944614862,0.255951455205554,0.0,0.0622811716238809,0.5,0.255951455205554,0.0,0.0649310865485552,0.255951455205554,0.0,0.119449157182871,0.255951455205554,0.0,0.0582677668695416,0.255951455205554,0.0,0.0247987071629735,0.0,0.430828156262717 -7746,0.255951455205554,0.0,0.0472318739300373,0.255951455205554,0.0,0.0280338200042552,0.255951455205554,0.0,0.03657021999618,0.255951455205554,0.0,0.0376325596899432,0.255951455205554,0.0,0.00697506879816954,0.255951455205554,0.0,0.00589623926211313,0.5,0.255951455205554,0.0,0.000653552710447205,0.5,0.255951455205554,0.0,0.00132234911408411,0.5,0.255951455205554,0.0,0.0184003951929718,0.255951455205554,0.0,0.0027349196499517,0.0,0.0560986451335332,0.255951455205554,0.0,0.0566928222872508,0.5,0.255951455205554,0.0,0.0479090762737719,0.255951455205554,0.0,0.128891043664855,0.255951455205554,0.0,0.0527680985535281,0.255951455205554,0.0,0.0228186822951242,0.0,0.454033885836198 -7747,0.255951455205554,0.0,0.0352114634390969,0.255951455205554,0.0,0.0174567892027483,0.255951455205554,0.0,0.0365909243632614,0.255951455205554,0.0,0.0381880816736568,0.255951455205554,0.0,0.00673990353456835,0.255951455205554,0.0,0.00416542346728756,0.5,0.255951455205554,0.0,0.000796851026049865,0.5,0.255951455205554,0.0,0.00131030013581714,0.5,0.255951455205554,0.0,0.0152429920825092,0.255951455205554,0.0,0.00161057252956429,0.0,0.0598612082580456,0.255951455205554,0.0,0.052740018823217,0.5,0.255951455205554,0.0,0.0349965288964069,0.255951455205554,0.0,0.133493574447783,0.255951455205554,0.0,0.0451438766020099,0.255951455205554,0.0,0.0150286521770285,0.0,0.435016525730407 -7748,0.255951455205554,0.0,0.0261061958761939,0.255951455205554,0.0,0.0107472469781378,0.255951455205554,0.0,0.0298175957187536,0.255951455205554,0.0,0.027482115445106,0.255951455205554,0.0,0.00633065206652519,0.255951455205554,0.0,0.00152200343054372,0.5,0.255951455205554,0.0,0.00264566399782175,0.5,0.255951455205554,0.0,0.00202622207339326,0.5,0.255951455205554,0.0,0.0139687890152769,0.255951455205554,0.0,0.00436858005171993,0.0,0.0530007634880861,0.255951455205554,0.0,0.0472957530070585,0.5,0.255951455205554,0.0,0.0292083579678377,0.255951455205554,0.0,0.123767325776028,0.255951455205554,0.0,0.0339097858141553,0.255951455205554,0.0,0.00944519852284082,0.0,0.363303123405014 -7749,0.255951455205554,0.0,0.019923219244633,0.255951455205554,0.0,0.00964530449844498,0.255951455205554,0.0,0.0230273015335468,0.255951455205554,0.0,0.0176309293176785,0.255951455205554,0.0,0.00896734791954346,0.255951455205554,0.0,0.00348782760037888,0.5,0.255951455205554,0.0,0.0023738564756166,0.5,0.255951455205554,0.0,0.00362425666405206,0.5,0.255951455205554,0.0,0.0114404382483897,0.255951455205554,0.0,0.00563002819109598,0.0,0.0402825282956357,0.255951455205554,0.0,0.040686274732992,0.5,0.255951455205554,0.0,0.0250446447857914,0.255951455205554,0.0,0.106585224412521,0.255951455205554,0.0,0.0310640507747072,0.255951455205554,0.0,0.00803647618320583,0.0,0.292702163112695 -7750,0.255951455205554,0.0,0.0160838897103351,0.255951455205554,0.0,0.0118942672757803,0.255951455205554,0.0,0.0198011898156951,0.255951455205554,0.0,0.0106976303683112,0.255951455205554,0.0,0.0110742463238155,0.255951455205554,0.0,0.00497623207806632,0.5,0.255951455205554,0.0,0.00110634818554281,0.5,0.255951455205554,0.0,0.00438971313821564,0.5,0.255951455205554,0.0,0.0115784207008014,0.255951455205554,0.0,0.00357169166584692,0.0,0.0354186888811886,0.255951455205554,0.0,0.0354012041188041,0.5,0.255951455205554,0.0,0.0235851821520207,0.255951455205554,0.0,0.087581880959675,0.255951455205554,0.0,0.0352893830494236,0.255951455205554,0.0,0.00972636518656945,0.0,0.232772611366274 -7751,0.255951455205554,0.0,0.0167580060869921,0.255951455205554,0.0,0.0150801083445067,0.255951455205554,0.0,0.0172273426307835,0.255951455205554,0.0,0.009401531144135,0.255951455205554,0.0,0.00890698082593661,0.255951455205554,0.0,0.00207765765030416,0.5,0.255951455205554,0.0,0.000858726110515717,0.5,0.255951455205554,0.0,0.00526827123843188,0.5,0.255951455205554,0.0,0.0108433468458193,0.255951455205554,0.0,0.00278653069725951,0.0,0.0365840143624834,0.255951455205554,0.0,0.0356150560995645,0.5,0.255951455205554,0.0,0.0226544649007378,0.255951455205554,0.0,0.0817101411933641,0.255951455205554,0.0,0.0325922529368906,0.255951455205554,0.0,0.0072619092892932,0.0,0.197335107450051 -7752,0.255951455205554,0.0,0.0195284585301375,0.255951455205554,0.0,0.0165460828955295,0.255951455205554,0.0,0.0121355866778066,0.255951455205554,0.0,0.00756276361945103,0.255951455205554,0.0,0.00669109585897872,0.255951455205554,0.0,0.00082629537512022,0.5,0.255951455205554,0.0,0.00172038697505014,0.5,0.255951455205554,0.0,0.00444637605710545,0.5,0.255951455205554,0.0,0.00631923094653165,0.255951455205554,0.0,0.00690329116840887,0.0,0.0469024654225139,0.255951455205554,0.0,0.0384355894416253,0.5,0.255951455205554,0.0,0.0224868833961212,0.255951455205554,0.0,0.0801660049295261,0.255951455205554,0.0,0.0265859952352092,0.255951455205554,0.0,0.00458190950554965,0.0,0.165021883715739 -7753,0.255951455205554,0.0,0.0215228271960206,0.255951455205554,0.0,0.0151275276559139,0.255951455205554,0.0,0.00752232021917521,0.255951455205554,0.0,0.00263485658397671,0.255951455205554,0.0,0.00651090476056617,0.255951455205554,0.0,0.000857895824544997,0.5,0.255951455205554,0.0,0.00211604203443216,0.5,0.255951455205554,0.0,0.00416869975477989,0.5,0.255951455205554,0.0,0.00305512882917337,0.255951455205554,0.0,0.00721817848787262,0.0,0.0500151535082518,0.255951455205554,0.0,0.0405490133230826,0.5,0.255951455205554,0.0,0.0227366322761771,0.255951455205554,0.0,0.0786189523284779,0.255951455205554,0.0,0.0221344714690136,0.255951455205554,0.0,0.00387939753729534,0.0,0.141358990652653 -7754,0.255951455205554,0.0,0.0220777893190225,0.255951455205554,0.0,0.0119156011165945,0.255951455205554,0.0,0.00646637379706729,0.255951455205554,0.0,0.00024031793229277,0.255951455205554,0.0,0.00610144663491116,0.255951455205554,0.0,0.000834065647395089,0.5,0.255951455205554,0.0,0.00315645596829696,0.5,0.255951455205554,0.0,0.00470092560758041,0.5,0.255951455205554,0.0,0.00207431234548139,0.255951455205554,0.0,0.0128237607306564,0.0,0.0489370805570773,0.255951455205554,0.0,0.0420579609954373,0.5,0.255951455205554,0.0,0.0245661077785734,0.255951455205554,0.0,0.0787277698071903,0.255951455205554,0.0,0.021590462376564,0.255951455205554,0.0,0.00608526533689914,0.0,0.12102584426165 -7755,0.255951455205554,0.0,0.02092080569555,0.255951455205554,0.0,0.0138562538981125,0.255951455205554,0.0,0.0076314167857845,0.255951455205554,0.0,0.000500245369598814,0.255951455205554,0.0,0.00455970653113006,0.255951455205554,0.0,0.00102034791511746,0.5,0.255951455205554,0.0,0.00217905101596475,0.5,0.255951455205554,0.0,0.00624299572829492,0.5,0.255951455205554,0.0,0.0015055740568296,0.255951455205554,0.0,0.010802069087778,0.0,0.0464493248207195,0.255951455205554,0.0,0.0406397990505995,0.5,0.255951455205554,0.0,0.0250240742492337,0.255951455205554,0.0,0.0782529837291263,0.255951455205554,0.0,0.0237279392461158,0.255951455205554,0.0,0.00684904064792563,0.0,0.106652796297799 -7756,0.255951455205554,0.0,0.0179250928431943,0.255951455205554,0.0,0.0200444023599334,0.255951455205554,0.0,0.0113154757941117,0.255951455205554,0.0,0.00346106341519457,0.255951455205554,0.0,0.00454011545859557,0.255951455205554,0.0,0.00262188797709355,0.5,0.255951455205554,0.0,0.00215426385954575,0.5,0.255951455205554,0.0,0.00628168490639262,0.5,0.255951455205554,0.0,0.00244550790330556,0.255951455205554,0.0,0.0154516645850365,0.0,0.0433530933763794,0.255951455205554,0.0,0.0422139872681306,0.5,0.255951455205554,0.0,0.0234278381925895,0.255951455205554,0.0,0.0823422549520468,0.255951455205554,0.0,0.0279172041583971,0.255951455205554,0.0,0.00650587417079445,0.0,0.104729680292714 -7757,0.255951455205554,0.0,0.0151210284581746,0.255951455205554,0.0,0.0173215680524584,0.255951455205554,0.0,0.0145693383878754,0.255951455205554,0.0,0.00591802300454185,0.255951455205554,0.0,0.00438311604510344,0.255951455205554,0.0,0.00243443214283151,0.5,0.255951455205554,0.0,0.00343431529087277,0.5,0.255951455205554,0.0,0.00913451799441444,0.5,0.255951455205554,0.0,0.0033655063141771,0.255951455205554,0.0,0.023356128936882,0.0,0.0477067521282677,0.255951455205554,0.0,0.0517907952045746,0.5,0.255951455205554,0.0,0.0209259865046131,0.255951455205554,0.0,0.0891278381091776,0.255951455205554,0.0,0.026317007998643,0.255951455205554,0.0,0.00500194156160044,0.0,0.0985286897850202 -7758,0.255951455205554,0.0,0.0137626720613128,0.255951455205554,0.0,0.0166462439097504,0.255951455205554,0.0,0.0146245733291652,0.255951455205554,0.0,0.00574305212919123,0.255951455205554,0.0,0.00341277499112901,0.255951455205554,0.0,0.00270192985584826,0.5,0.255951455205554,0.0,0.00431185558535623,0.5,0.255951455205554,0.0,0.0103327716752709,0.5,0.255951455205554,0.0,0.00434776311781704,0.255951455205554,0.0,0.0202395207462381,0.0,0.0484115948898087,0.255951455205554,0.0,0.0513965832143456,0.5,0.255951455205554,0.0,0.0175451135208486,0.255951455205554,0.0,0.0887463353900611,0.255951455205554,0.0,0.0222916047958942,0.255951455205554,0.0,0.00236832598432953,0.0,0.0916573668413573 -7759,0.255951455205554,0.0,0.0128174914412258,0.255951455205554,0.0,0.0158046477058507,0.255951455205554,0.0,0.0154565362812494,0.255951455205554,0.0,0.00201629873188287,0.255951455205554,0.0,0.00435599071735613,0.255951455205554,0.0,0.00723468073355967,0.5,0.255951455205554,0.0,0.00408320156176395,0.5,0.255951455205554,0.0,0.0124645284661605,0.5,0.255951455205554,0.0,0.0100749936649987,0.255951455205554,0.0,0.0142651200528361,0.0,0.0365763689774791,0.255951455205554,0.0,0.0430815345916031,0.5,0.255951455205554,0.0,0.0175363708825494,0.255951455205554,0.0,0.0782474481358452,0.255951455205554,0.0,0.025532801599569,0.255951455205554,0.0,0.00272113482489962,0.0,0.0895779013119518 -7760,0.255951455205554,0.0,0.0108867217687236,0.255951455205554,0.0,0.0130675552812992,0.255951455205554,0.0,0.0160308378137609,0.255951455205554,0.0,0.00109820603589964,0.255951455205554,0.0,0.00627103424418325,0.255951455205554,0.0,0.00500079714205659,0.5,0.255951455205554,0.0,0.00560669224629493,0.5,0.255951455205554,0.0,0.0170739411405471,0.5,0.255951455205554,0.0,0.0139050691918166,0.255951455205554,0.0,0.0258786834426285,0.0,0.0272750772098007,0.255951455205554,0.0,0.0406185735774082,0.5,0.255951455205554,0.0,0.0183472539771371,0.255951455205554,0.0,0.0724501734354659,0.255951455205554,0.0,0.0322451049391194,0.255951455205554,0.0,0.00362429287289716,0.0,0.0851256520327317 -7761,0.255951455205554,0.00155110701814065,0.0101255247230458,0.255951455205554,0.000912929205367587,0.0125791337287383,0.255951455205554,0.0066697340792709,0.012793223524032,0.255951455205554,0.00933281711532885,0.000274760352352998,0.255951455205554,0.00421854519517362,0.00740398744338939,0.255951455205554,0.00941026304025472,0.00629737951718945,0.5,0.255951455205554,0.012743589179316,0.00829095866897574,0.5,0.255951455205554,0.0346179785070374,0.0222048226455938,0.5,0.255951455205554,0.0235613892466357,0.0177843018694507,0.255951455205554,0.0242544959608311,0.0331102080719533,0.000954235269152706,0.0239535518178537,0.255951455205554,0.00337631944952537,0.0413081738660499,0.5,0.255951455205554,0.00237885400059426,0.0181001670946373,0.255951455205554,0.00710735515192479,0.0742252196223791,0.255951455205554,0.00335339927973301,0.0324592888181278,0.255951455205554,0.00622062776263163,0.00275852167773763,0.00128449471168535,0.0848411077980846 -7762,0.255951455205554,0.0264830004037798,0.00970754745314619,0.255951455205554,0.00912360905113674,0.0141152372666705,0.255951455205554,0.1078533959746,0.0121363208450131,0.255951455205554,0.160083592807486,1.58879290266517e-05,0.255951455205554,0.0625973464531889,0.0089181575310134,0.255951455205554,0.063013247514164,0.0105888740270324,0.5,0.255951455205554,0.0829137185205776,0.0143085441204988,0.5,0.255951455205554,0.123470515867388,0.0346610864318973,0.5,0.255951455205554,0.0769576126776984,0.0356440339401632,0.255951455205554,0.15947876826698,0.0236226741623993,0.0057616229499313,0.0222767249057098,0.255951455205554,0.0141923394851853,0.0414036337087866,0.5,0.255951455205554,0.0246942696059415,0.0193462056610952,0.255951455205554,0.0310807127910857,0.0788515257431568,0.255951455205554,0.0200663507887181,0.041812096530904,0.255951455205554,0.0415032472986957,0.00456375120191797,0.0183369375932459,0.0865980425065607 -7763,0.255951455205554,0.0590787607065871,0.0102370616216907,0.255951455205554,0.0270102328896527,0.0182628993890966,0.255951455205554,0.209626705308261,0.0114707445916222,0.255951455205554,0.302925433264314,1.47858925004757e-06,0.255951455205554,0.136662283468096,0.0136197693838228,0.255951455205554,0.137320780819867,0.0192276509443985,0.5,0.255951455205554,0.149711348554623,0.0520773833375314,0.5,0.255951455205554,0.204097143927757,0.0683470973381299,0.5,0.255951455205554,0.141538172251539,0.0415474631188774,0.255951455205554,0.286293210722631,0.0453229411189197,0.0153791446218728,0.0195579753089915,0.255951455205554,0.0250617216541059,0.0466711571457018,0.5,0.255951455205554,0.0444800019082989,0.0256172485456721,0.255951455205554,0.0497427935281794,0.0875516800632579,0.255951455205554,0.036958734465457,0.054851350889497,0.255951455205554,0.0743910444964159,0.00810454567347199,0.0380674142979576,0.0814649668304971 -7764,0.255951455205554,0.07308703978866,0.0123853558565439,0.255951455205554,0.0388758420583819,0.0245089532142771,0.255951455205554,0.28198476045214,0.0113479837742261,0.255951455205554,0.397974316529598,2.02867373084243e-05,0.255951455205554,0.216092174865222,0.0176182348169536,0.255951455205554,0.200051084804436,0.0250249951686193,0.5,0.255951455205554,0.193996488416788,0.108777339951517,0.5,0.255951455205554,0.258438317998187,0.0910365128154882,0.5,0.255951455205554,0.185954924955484,0.0451209582608242,0.255951455205554,0.382827689225236,0.196849119532078,0.0325467302407795,0.0210505060871731,0.255951455205554,0.0330911327918877,0.0485492159217085,0.5,0.255951455205554,0.0568375475026767,0.0334440882629502,0.255951455205554,0.043472946161155,0.0904625356136957,0.255951455205554,0.0460870192623733,0.0578047922893822,0.255951455205554,0.099310558625538,0.00813828702443232,0.0336550433045539,0.0747895920867337 -7765,0.255951455205554,0.0706856447414803,0.0143074774255839,0.255951455205554,0.0450499585443141,0.0272997050648246,0.255951455205554,0.310197891073162,0.0109106859987766,0.255951455205554,0.432961385684235,2.47461830517063e-05,0.255951455205554,0.238984824862633,0.0226000770983089,0.255951455205554,0.195774967267257,0.0180789575153326,0.5,0.255951455205554,0.196725850701441,0.130167718909757,0.5,0.255951455205554,0.26145209454822,0.0735001970934249,0.5,0.255951455205554,0.186124998232602,0.0426476232408901,0.255951455205554,0.422219360149147,0.331988545391646,0.0286796782617094,0.0206287802894608,0.255951455205554,0.0310945788091918,0.0458648543659887,0.5,0.255951455205554,0.0472049942140368,0.0371232623097739,0.255951455205554,0.0410861455353394,0.0856685893512963,0.255951455205554,0.0452285552498779,0.0572251339548815,0.255951455205554,0.0892917513710048,0.00655011382588562,0.00981389810062747,0.0698681972331681 -7766,0.255951455205554,0.0603499053559178,0.0145161875375143,0.255951455205554,0.0440743736967101,0.0254733714337518,0.255951455205554,0.28695116284571,0.0107887537379386,0.255951455205554,0.401411212742087,4.09065533895955e-05,0.255951455205554,0.222666882368531,0.027748106134714,0.255951455205554,0.144421327227467,0.013733549036646,0.5,0.255951455205554,0.183129058806529,0.140131752227043,0.5,0.255951455205554,0.221476341212622,0.0574327841257315,0.5,0.255951455205554,0.14857510758716,0.0301133035222756,0.255951455205554,0.387076755442167,0.276328233401259,0.0172199825896778,0.0141862917310064,0.255951455205554,0.0194268601367907,0.043876647036508,0.5,0.255951455205554,0.0334481348401708,0.0345105144080843,0.255951455205554,0.0328287168603672,0.0825997338223889,0.255951455205554,0.0353888138637494,0.0579720778137418,0.255951455205554,0.0555817789758242,0.00546574292720144,0.00473471867913721,0.0679619441202285 -7767,0.255951455205554,0.0448307071033349,0.0121300433284725,0.255951455205554,0.025853296684728,0.0154227403344938,0.255951455205554,0.214792475412476,0.00658654206232877,0.255951455205554,0.268477139272984,1.64203578155396e-05,0.255951455205554,0.170437151342285,0.021512496754222,0.255951455205554,0.093459657190806,0.0148075479823722,0.5,0.255951455205554,0.124430117091982,0.0979651631023132,0.5,0.255951455205554,0.158775604500342,0.0594818372632802,0.5,0.255951455205554,0.0893854838181935,0.027187505382768,0.255951455205554,0.284180314499551,0.179255083336368,0.00539121919810076,0.0105525520082839,0.255951455205554,0.00851069000209508,0.0382029367692059,0.5,0.255951455205554,0.0164159588488306,0.0253419131430705,0.255951455205554,0.0173749670378597,0.0837465678387173,0.255951455205554,0.0180979109685079,0.0448371454031004,0.255951455205554,0.0302394524370979,0.00585032338500752,0.00475671455073112,0.0726545598816429 -7768,0.255951455205554,6.90960169451832e-05,0.0116587136920593,0.255951455205554,0.000702406796906473,0.0117424393741121,0.255951455205554,0.0382132266286812,0.00611798260069221,0.255951455205554,0.0261549492023966,6.76617682442788e-07,0.255951455205554,0.0653238990340428,0.0192724137148395,0.255951455205554,0.0320827241268456,0.00848038596213178,0.5,0.255951455205554,0.0457388038832664,0.0589085086945869,0.5,0.255951455205554,0.0743918839434299,0.0425764224417062,0.5,0.255951455205554,0.0269018678098038,0.0276198236534217,0.255951455205554,0.133784181076442,0.111184151112751,0.00100209878026193,0.00994236512392524,0.255951455205554,0.000559877005632877,0.0268110981177942,0.5,0.255951455205554,0.000312515306541705,0.0196920942511088,0.255951455205554,0.000502159533257567,0.0555783541338614,0.255951455205554,0.000732072776232516,0.0277454410360774,0.255951455205554,0.00400904653271742,0.00350391858737672,0.000242537002439865,0.0779660766899597 -7769,0.255951455205554,0.0,0.0121293519723484,0.255951455205554,0.0,0.0107188530774371,0.255951455205554,0.0,0.00672427527574301,0.255951455205554,0.0,2.6302661937874e-05,0.255951455205554,0.0,0.022140881468394,0.255951455205554,0.0,0.00626915680853569,0.5,0.255951455205554,0.0,0.0492154114044189,0.5,0.255951455205554,0.0,0.0285070464741591,0.5,0.255951455205554,0.0,0.016811424825788,0.255951455205554,0.0,0.13315496787136,0.0,0.0087181436940999,0.255951455205554,0.0,0.0218399840435108,0.5,0.255951455205554,0.0,0.0197350232145458,0.255951455205554,0.0,0.0351103159089195,0.255951455205554,0.0,0.0220867373573697,0.255951455205554,0.0,0.00114076835994986,0.0,0.0769837357801899 -7770,0.255951455205554,0.0,0.0120451947203753,0.255951455205554,0.0,0.00970433955603902,0.255951455205554,0.0,0.00550067613985842,0.255951455205554,0.0,2.90021908117144e-06,0.255951455205554,0.0,0.0222335107149837,0.255951455205554,0.0,0.00661120941974981,0.5,0.255951455205554,0.0,0.0576280612065549,0.5,0.255951455205554,0.0,0.0284197518203309,0.5,0.255951455205554,0.0,0.0127909357827341,0.255951455205554,0.0,0.14356231454351,0.0,0.00839261279961433,0.255951455205554,0.0,0.0191859403475873,0.5,0.255951455205554,0.0,0.0185667469231602,0.255951455205554,0.0,0.0319874729153687,0.255951455205554,0.0,0.0212071738624302,0.255951455205554,0.0,0.00115168414613911,0.0,0.0790954024915335 -7771,0.255951455205554,0.0,0.0130577568238659,0.255951455205554,0.0,0.0116542041793305,0.255951455205554,0.0,0.00615977374277316,0.255951455205554,0.0,4.69528877058908e-05,0.255951455205554,0.0,0.0221595783403884,0.255951455205554,0.0,0.00635609038222671,0.5,0.255951455205554,0.0,0.058880830792265,0.5,0.255951455205554,0.0,0.0322261630737304,0.5,0.255951455205554,0.0,0.0115346397691254,0.255951455205554,0.0,0.105951591582223,0.0,0.00764300937891631,0.255951455205554,0.0,0.0160734344476786,0.5,0.255951455205554,0.0,0.016903575825351,0.255951455205554,0.0,0.0315186802593913,0.255951455205554,0.0,0.0217173565042471,0.255951455205554,0.0,0.000914288534486459,0.0,0.0881366622058185 -7772,0.255951455205554,0.0,0.0140489934889309,0.255951455205554,0.0,0.016628161934017,0.255951455205554,0.0,0.0072386605310922,0.255951455205554,0.0,7.71205660466758e-05,0.255951455205554,0.0,0.0243691935843254,0.255951455205554,0.0,0.00910515364133407,0.5,0.255951455205554,0.0,0.0562041694953527,0.5,0.255951455205554,0.0,0.0338980014811493,0.5,0.255951455205554,0.0,0.0104557024157176,0.255951455205554,0.0,0.0885929996395688,0.0,0.00653429388635894,0.255951455205554,0.0,0.0144694321282175,0.5,0.255951455205554,0.0,0.01592182988838,0.255951455205554,0.0,0.0287588447187905,0.255951455205554,0.0,0.0265509427530104,0.255951455205554,0.0,0.000977284770046303,0.0,0.101438774892122 -7773,0.255951455205554,0.0,0.0131747646250627,0.255951455205554,0.0,0.0160363313649337,0.255951455205554,0.0,0.00728504628867616,0.255951455205554,0.0,9.15383504146704e-05,0.255951455205554,0.0,0.0245771192579282,0.255951455205554,0.0,0.0101499312573685,0.5,0.255951455205554,0.0,0.0618074868847026,0.5,0.255951455205554,0.0,0.036169671764838,0.5,0.255951455205554,0.0,0.0101374796858879,0.255951455205554,0.0,0.0978539163153449,0.0,0.00645603659329555,0.255951455205554,0.0,0.0151066553297802,0.5,0.255951455205554,0.0,0.0176946704855561,0.255951455205554,0.0,0.0296361552049317,0.255951455205554,0.0,0.031229311197818,0.255951455205554,0.0,0.00114911562157164,0.0,0.114960012970493 -7774,0.255951455205554,0.0,0.0104015007486915,0.255951455205554,0.0,0.0134647111350022,0.255951455205554,0.0,0.00767794265515725,0.255951455205554,0.0,0.000175736718368365,0.255951455205554,0.0,0.0235454841134701,0.255951455205554,0.0,0.00906476204267901,0.5,0.255951455205554,0.0,0.0680641748109012,0.5,0.255951455205554,0.0,0.0332803813220056,0.5,0.255951455205554,0.0,0.0101116226146634,0.255951455205554,0.0,0.103369686663965,0.0,0.00621840977366421,0.255951455205554,0.0,0.0148459631463582,0.5,0.255951455205554,0.0,0.0196512054344214,0.255951455205554,0.0,0.0320197646399711,0.255951455205554,0.0,0.0316780801861383,0.255951455205554,0.0,0.000817714887173517,0.0,0.140293003024878 -7775,0.255951455205554,0.0,0.00624255014579627,0.255951455205554,0.0,0.0112562958916127,0.255951455205554,0.0,0.00914256173402711,0.255951455205554,0.0,0.000887516203313337,0.255951455205554,0.0,0.024815091487368,0.255951455205554,0.0,0.0079786451002317,0.5,0.255951455205554,0.0,0.0754415380904709,0.5,0.255951455205554,0.0,0.030065524806938,0.5,0.255951455205554,0.0,0.00893460585828638,0.255951455205554,0.0,0.105318067526796,0.0,0.00638924382029964,0.255951455205554,0.0,0.0130712726077116,0.5,0.255951455205554,0.0,0.0194544951976581,0.255951455205554,0.0,0.0295891209672629,0.255951455205554,0.0,0.0335923430085896,0.255951455205554,0.0,0.000735011279044213,0.0,0.175285294887541 -7776,0.255951455205554,0.0,0.00327498612171784,0.255951455205554,0.0,0.0127758313643283,0.255951455205554,0.0,0.010963018116024,0.255951455205554,0.0,0.00151927083461248,0.255951455205554,0.0,0.0260334029716751,0.255951455205554,0.0,0.00745157484102469,0.5,0.255951455205554,0.0,0.0784138448406648,0.5,0.255951455205554,0.0,0.0271335791639857,0.5,0.255951455205554,0.0,0.00765266418594257,0.255951455205554,0.0,0.104917901401594,0.0,0.00760266779127996,0.255951455205554,0.0,0.0129987401363793,0.5,0.255951455205554,0.0,0.0180346794527268,0.255951455205554,0.0,0.0282468805360082,0.255951455205554,0.0,0.0340920245577888,0.255951455205554,0.0,0.000833743892009835,0.0,0.188491398079999 -7777,0.255951455205554,0.0,0.0019947987273781,0.255951455205554,0.0,0.0169902307149308,0.255951455205554,0.0,0.0128583541746623,0.255951455205554,0.0,0.00259161388233491,0.255951455205554,0.0,0.028417033158655,0.255951455205554,0.0,0.00750133949248551,0.5,0.255951455205554,0.0,0.0781936873426786,0.5,0.255951455205554,0.0,0.0269270512269105,0.5,0.255951455205554,0.0,0.00763975957102597,0.255951455205554,0.0,0.102211529371127,0.0,0.00822824191045681,0.255951455205554,0.0,0.0123240067822224,0.5,0.255951455205554,0.0,0.0168340295480598,0.255951455205554,0.0,0.0256002083229686,0.255951455205554,0.0,0.0332016025782949,0.255951455205554,0.0,0.00109628220782684,0.0,0.200139140689465 -7778,0.255951455205554,0.0,0.00184075837858507,0.255951455205554,0.0,0.0154492009441317,0.255951455205554,0.0,0.0135063304476893,0.255951455205554,0.0,0.00435164740192038,0.255951455205554,0.0,0.0255166863952403,0.255951455205554,0.0,0.010565913380927,0.5,0.255951455205554,0.0,0.0796779217492593,0.5,0.255951455205554,0.0,0.0274414875827148,0.5,0.255951455205554,0.0,0.00946755752011583,0.255951455205554,0.0,0.109504017859002,0.0,0.00879353557622209,0.255951455205554,0.0,0.0122433545516522,0.5,0.255951455205554,0.0,0.0154634649291834,0.255951455205554,0.0,0.0232687480557311,0.255951455205554,0.0,0.0327132175791554,0.255951455205554,0.0,0.00158554967274632,0.0,0.212567452205881 -7779,0.255951455205554,0.0,0.00219684766250187,0.255951455205554,0.0,0.0144060359713236,0.255951455205554,0.0,0.0149089418502823,0.255951455205554,0.0,0.00780874971308653,0.255951455205554,0.0,0.0218972576782877,0.255951455205554,0.0,0.0168606453391503,0.5,0.255951455205554,0.0,0.0770817471437689,0.5,0.255951455205554,0.0,0.0290027124047858,0.5,0.255951455205554,0.0,0.0144558378300723,0.255951455205554,0.0,0.104995392314497,0.0,0.0100662086085339,0.255951455205554,0.0,0.0126867321094074,0.5,0.255951455205554,0.0,0.0135697870570391,0.255951455205554,0.0,0.0217895684325407,0.255951455205554,0.0,0.0254581846718147,0.255951455205554,0.0,0.00153711588726286,0.0,0.223832893566119 -7780,0.255951455205554,0.0,0.00370792556454991,0.255951455205554,0.0,0.0164038905810304,0.255951455205554,0.0,0.0159154063887713,0.255951455205554,0.0,0.00926913321885352,0.255951455205554,0.0,0.0220616421299018,0.255951455205554,0.0,0.0188758271007856,0.5,0.255951455205554,0.0,0.062142481757549,0.5,0.255951455205554,0.0,0.0287204864185893,0.5,0.255951455205554,0.0,0.01886493773422,0.255951455205554,0.0,0.0882087720937928,0.0,0.014420804464234,0.255951455205554,0.0,0.0134198625357057,0.5,0.255951455205554,0.0,0.0126479282200094,0.255951455205554,0.0,0.0187087797598016,0.255951455205554,0.0,0.0213876063052385,0.255951455205554,0.0,0.00159323535742595,0.0,0.224837897168653 -7781,0.255951455205554,0.0,0.00685504729954965,0.255951455205554,0.0,0.0167443265981432,0.255951455205554,0.0,0.0177475613246606,0.255951455205554,0.0,0.0102815501139961,0.255951455205554,0.0,0.0250546179650819,0.255951455205554,0.0,0.0176105901316381,0.5,0.255951455205554,0.0,0.0536131750566252,0.5,0.255951455205554,0.0,0.0297203679788298,0.5,0.255951455205554,0.0,0.0233036676888833,0.255951455205554,0.0,0.0842409341918158,0.0,0.0189431474658311,0.255951455205554,0.0,0.0140375920558895,0.5,0.255951455205554,0.0,0.0129870296223573,0.255951455205554,0.0,0.0161352829850072,0.255951455205554,0.0,0.0177393134789992,0.255951455205554,0.0,0.00154951863847346,0.0,0.225546682414255 -7782,0.255951455205554,0.0,0.00918714056453345,0.255951455205554,0.0,0.0150234430205058,0.255951455205554,0.0,0.018180342025701,0.255951455205554,0.0,0.00936607554208062,0.255951455205554,0.0,0.0303081679718596,0.255951455205554,0.0,0.0196913647058157,0.5,0.255951455205554,0.0,0.0549781042150294,0.5,0.255951455205554,0.0,0.0303057192096413,0.5,0.255951455205554,0.0,0.0245185742221968,0.255951455205554,0.0,0.0908028201587032,0.0,0.0212217710734156,0.255951455205554,0.0,0.0139519332580777,0.5,0.255951455205554,0.0,0.0137713692161519,0.255951455205554,0.0,0.0120514559805379,0.255951455205554,0.0,0.0153673809970694,0.255951455205554,0.0,0.000882675722590339,0.0,0.218183936588123 -7783,0.255951455205554,0.0,0.0112563867551653,0.255951455205554,0.0,0.0105121728796293,0.255951455205554,0.0,0.0182124436060723,0.255951455205554,0.0,0.0103616681096836,0.255951455205554,0.0,0.035614351929109,0.255951455205554,0.0,0.0254384532326511,0.5,0.255951455205554,0.0,0.0600474197273505,0.5,0.255951455205554,0.0,0.0329422317171478,0.5,0.255951455205554,0.0,0.026739670596141,0.255951455205554,0.0,0.100487634688674,0.0,0.0223867569378761,0.255951455205554,0.0,0.0152442384923801,0.5,0.255951455205554,0.0,0.0143128188735908,0.255951455205554,0.0,0.0104024796640655,0.255951455205554,0.0,0.0138136868410992,0.255951455205554,0.0,0.0010976325788401,0.0,0.21555549771399 -7784,0.255951455205554,0.0,0.0150915995631838,0.255951455205554,0.0,0.0108716702850908,0.255951455205554,0.0,0.0199674503585069,0.255951455205554,0.0,0.0120062264896755,0.255951455205554,0.0,0.042351973521551,0.255951455205554,0.0,0.0311182787217509,0.5,0.255951455205554,0.0,0.0614533053619584,0.5,0.255951455205554,0.0,0.0390543198000983,0.5,0.255951455205554,0.0,0.0296793284537226,0.255951455205554,0.0,0.0937765990801308,0.0,0.0233379939122837,0.255951455205554,0.0,0.0155354898090984,0.5,0.255951455205554,0.0,0.0149851080141848,0.255951455205554,0.0,0.00963859257073167,0.255951455205554,0.0,0.0103736093591284,0.255951455205554,0.0,0.0012184421180155,0.0,0.212101237185619 -7785,0.255951455205554,0.00365715061393032,0.0174383240399466,0.255951455205554,0.00930966079599958,0.00719927807495127,0.255951455205554,0.0090020714003366,0.0203216366620126,0.255951455205554,0.00842024384806741,0.0113901654759918,0.255951455205554,0.00986387495023027,0.0490236355624599,0.255951455205554,0.0188373000160626,0.0373738865138556,0.5,0.255951455205554,0.0125247065147152,0.0594756211782603,0.5,0.255951455205554,0.028994247971282,0.0432423497185966,0.5,0.255951455205554,0.0517971368001021,0.0265168057405765,0.255951455205554,0.00965420723193211,0.0921775610629978,0.00744322170516074,0.0239136661871328,0.255951455205554,0.00685626910087314,0.0178417246384069,0.5,0.255951455205554,0.00205938638077533,0.0170508789354783,0.255951455205554,0.00476740809176085,0.0116807520259257,0.255951455205554,0.00919463455620137,0.0158340600782825,0.255951455205554,0.0121984757721062,0.00102887393224185,0.000327721718545243,0.20893257042491 -7786,0.255951455205554,0.0864312126143829,0.0167639277308226,0.255951455205554,0.1431133897746,0.00242669826448448,0.255951455205554,0.148191903793722,0.0197384145308669,0.255951455205554,0.160183491750376,0.0108591028800226,0.255951455205554,0.157481184311805,0.060079475334725,0.255951455205554,0.149462975279898,0.0463044142772063,0.5,0.255951455205554,0.114286964951137,0.0955623552219435,0.5,0.255951455205554,0.132984021374505,0.0729379564912545,0.5,0.255951455205554,0.187610967363006,0.0382335192308441,0.255951455205554,0.0895817772960905,0.11810291445018,0.0268589333264336,0.0322521926301702,0.255951455205554,0.0388308402422939,0.0246315643358401,0.5,0.255951455205554,0.021811362898645,0.0225329255130061,0.255951455205554,0.023612418160285,0.0121483888962588,0.255951455205554,0.0490051164644525,0.0228378026726809,0.255951455205554,0.0729914747994188,0.00150079910802842,0.00401179231411637,0.213286488841715 -7787,0.255951455205554,0.179834382679253,0.014077137186554,0.255951455205554,0.271807727579582,0.000871128309139101,0.255951455205554,0.286737061591621,0.0210634349246537,0.255951455205554,0.308120360336484,0.0118587959710386,0.255951455205554,0.300126622889944,0.0852135776302268,0.255951455205554,0.308096191913399,0.0727163507226443,0.5,0.255951455205554,0.236447618478894,0.155216755444653,0.5,0.255951455205554,0.249496674524766,0.0988661925311064,0.5,0.255951455205554,0.319086012280019,0.0772944905704976,0.255951455205554,0.162147469667401,0.128405058087569,0.0300214040049987,0.0304969129869163,0.255951455205554,0.0679398055556882,0.0343315364132239,0.5,0.255951455205554,0.0527010153565579,0.0344783401885662,0.255951455205554,0.0516069016326453,0.010606624697242,0.255951455205554,0.095003687964586,0.0295588189982917,0.255951455205554,0.138462783964139,0.00914310012869164,0.00570877106570471,0.194951277823973 -7788,0.255951455205554,0.255990949706983,0.011051867808974,0.255951455205554,0.368609939317371,0.000139999381688786,0.255951455205554,0.382421349116741,0.0274459611775988,0.255951455205554,0.406269275298292,0.0139439817370469,0.255951455205554,0.396220015706185,0.118754713969549,0.255951455205554,0.403260972272965,0.119093471716427,0.5,0.255951455205554,0.314308726744359,0.179775404891178,0.5,0.255951455205554,0.323801538238703,0.134148052935684,0.5,0.255951455205554,0.398819299733781,0.120773665326745,0.255951455205554,0.168887310280291,0.168702590816639,0.0269191507978357,0.0296634865579998,0.255951455205554,0.08539637419074,0.0360376753618697,0.5,0.255951455205554,0.0960889479272502,0.038163577373623,0.255951455205554,0.065421901997103,0.00988984592992113,0.255951455205554,0.138458499308423,0.0308029487482155,0.255951455205554,0.175386523501707,0.0347868123114937,0.0113958619262816,0.162911904713684 -7789,0.255951455205554,0.289401829320696,0.00757214605439381,0.255951455205554,0.405110509302205,7.09455197962391e-05,0.255951455205554,0.415883479050933,0.0355302514188573,0.255951455205554,0.440634664298321,0.0176620345894155,0.255951455205554,0.430977264650508,0.159705599365374,0.255951455205554,0.429734510767792,0.181022995253759,0.5,0.255951455205554,0.306358243179766,0.185185837662619,0.5,0.255951455205554,0.338993135863657,0.159870538539789,0.5,0.255951455205554,0.415402918713864,0.150776972442602,0.255951455205554,0.131795565283584,0.145180763126001,0.0483843175141061,0.0247026971508304,0.255951455205554,0.0927565644932158,0.0347533465223293,0.5,0.255951455205554,0.107101937250854,0.0355936806763431,0.255951455205554,0.0703368321709736,0.00876040255312549,0.255951455205554,0.171278341021402,0.0267548116734952,0.255951455205554,0.153178420159135,0.0609124168811765,0.047627163302195,0.154665309515192 -7790,0.255951455205554,0.261820345916353,0.00545189100500541,0.255951455205554,0.379338441995838,2.10471686079486e-05,0.255951455205554,0.384098352854453,0.03817562508377,0.255951455205554,0.409687698469414,0.0186935154469504,0.255951455205554,0.387113703027478,0.179138098994063,0.255951455205554,0.381244614982582,0.199059166074362,0.5,0.255951455205554,0.227606278431023,0.140019439854175,0.5,0.255951455205554,0.291688007448645,0.131244225913832,0.5,0.255951455205554,0.366989488474206,0.141214592231424,0.255951455205554,0.0590310313025732,0.0950343875454936,0.0564809611923032,0.0169394612632809,0.255951455205554,0.0810130002087049,0.026150139170537,0.5,0.255951455205554,0.0623042941778476,0.0308527388826506,0.255951455205554,0.053536810051182,0.00700530126463266,0.255951455205554,0.16353654860595,0.0211614481711298,0.255951455205554,0.141281691833799,0.0696717412909475,0.0432899427200217,0.175299019128427 -7791,0.255951455205554,0.182778935910699,0.00497266154279149,0.255951455205554,0.214564000172147,0.0,0.255951455205554,0.272479138247114,0.0464723717738169,0.255951455205554,0.267224331394846,0.0262188723309457,0.255951455205554,0.26853260752939,0.170998384077147,0.255951455205554,0.271082163651994,0.151949121503041,0.5,0.255951455205554,0.111328151553563,0.103691758999584,0.5,0.255951455205554,0.198579627458693,0.0939376416030233,0.5,0.255951455205554,0.255954168931551,0.093097949039236,0.255951455205554,0.0261075901542106,0.0476600163270401,0.0829520003757854,0.00784313671302263,0.255951455205554,0.0447880620137712,0.0167258813027932,0.5,0.255951455205554,0.0241723792208448,0.0234620672252295,0.255951455205554,0.0248424313080245,0.00494066278647197,0.255951455205554,0.101936060208407,0.016842615236411,0.255951455205554,0.120130201261458,0.0583017723755173,0.0126695242668174,0.196091010169991 -7792,0.255951455205554,7.63882435715308e-06,0.00557555815893198,0.255951455205554,0.0,0.0,0.255951455205554,0.0363721772718333,0.0601074408107538,0.255951455205554,0.0,0.0464937558819333,0.255951455205554,0.0771856660111666,0.157257731010479,0.255951455205554,0.0612921970409087,0.11259357929934,0.5,0.255951455205554,0.022990864787532,0.0708913980114506,0.5,0.255951455205554,0.0683616123934537,0.0778190687354046,0.5,0.255951455205554,0.0509176164542778,0.0670641749308356,0.255951455205554,0.00459734183480272,0.0283151713691004,0.0,0.00182661655180989,0.255951455205554,9.59523437335718e-05,0.00884793272358798,0.5,0.255951455205554,9.95216275583918e-05,0.0163525215644507,0.255951455205554,0.000224287718733818,0.00306163072628808,0.255951455205554,2.95915337195235e-05,0.00860363187939996,0.255951455205554,0.0205798950570301,0.036789801044598,0.0,0.253216426048528 -7793,0.255951455205554,0.0,0.00642870480406449,0.255951455205554,0.0,0.000985694931848225,0.255951455205554,0.0,0.073018928358224,0.255951455205554,0.0,0.0462620325573503,0.255951455205554,0.0,0.158831157420596,0.255951455205554,0.0,0.100185193277712,0.5,0.255951455205554,2.42712031207816e-07,0.0560960842574096,0.5,0.255951455205554,2.28268000159894e-09,0.074993951053353,0.5,0.255951455205554,0.0,0.0673776377514069,0.255951455205554,1.40980364814481e-06,0.0301084800238282,0.0,0.00126831433855409,0.255951455205554,0.0,0.00658550669919659,0.5,0.255951455205554,0.0,0.0104285831237811,0.255951455205554,0.0,0.00245894691083594,0.255951455205554,0.0,0.00786864490029502,0.255951455205554,0.0,0.0358370520738216,0.0,0.277498645788235 -7794,0.255951455205554,0.0,0.0060313400484276,0.255951455205554,0.0,0.00100700971598793,0.255951455205554,0.0,0.0748536567045738,0.255951455205554,0.0,0.0394622360422332,0.255951455205554,0.0,0.165115632608631,0.255951455205554,0.0,0.0842924764842773,0.5,0.255951455205554,0.0,0.0568399745970749,0.5,0.255951455205554,0.0,0.0614630133868426,0.5,0.255951455205554,0.0,0.0552202523176574,0.255951455205554,0.0,0.0296731560692869,0.0,0.0011445255786581,0.255951455205554,0.0,0.00460074892817631,0.5,0.255951455205554,0.0,0.00752870335022667,0.255951455205554,0.0,0.00274258884478492,0.255951455205554,0.0,0.00843459231225489,0.255951455205554,0.0,0.0387133705122838,0.0,0.319187284031803 -7795,0.255951455205554,0.0,0.00863751686555878,0.255951455205554,0.0,0.00110900916460661,0.255951455205554,0.0,0.0910328739401195,0.255951455205554,0.0,0.0606916910789452,0.255951455205554,0.0,0.179294732797156,0.255951455205554,0.0,0.0817394159659411,0.5,0.255951455205554,0.0,0.0603464825538677,0.5,0.255951455205554,0.0,0.0572090044364508,0.5,0.255951455205554,0.0,0.0462904913174547,0.255951455205554,0.0,0.0279654038778791,0.0,0.0020330961437662,0.255951455205554,0.0,0.00359664265738288,0.5,0.255951455205554,0.0,0.00668604701229547,0.255951455205554,0.0,0.00373817135487691,0.255951455205554,0.0,0.00803140050661756,0.255951455205554,0.0,0.0434357238458088,0.0,0.439565502851702 -7796,0.255951455205554,0.0,0.0117264594721632,0.255951455205554,0.0,0.00700026625446405,0.255951455205554,0.0,0.111524112719376,0.255951455205554,0.0,0.0873122413262927,0.255951455205554,0.0,0.193428542541995,0.255951455205554,0.0,0.0937469898769421,0.5,0.255951455205554,0.0,0.0568730913053679,0.5,0.255951455205554,0.0,0.0627416312364987,0.5,0.255951455205554,0.0,0.0437066071954006,0.255951455205554,0.0,0.0249138888056091,0.0,0.00218828261156236,0.255951455205554,0.0,0.00293528017053221,0.5,0.255951455205554,0.0,0.00549152900915609,0.255951455205554,0.0,0.00522274718264119,0.255951455205554,0.0,0.0070948052402236,0.255951455205554,0.0,0.0513614647481901,0.0,0.601531097835507 -7797,0.255951455205554,0.0,0.0165549629830828,0.255951455205554,0.0,0.0183841175315182,0.255951455205554,0.0,0.132608953288941,0.255951455205554,0.0,0.101001035248686,0.255951455205554,0.0,0.214992034219113,0.255951455205554,0.0,0.102543316970895,0.5,0.255951455205554,0.0,0.0427151512524553,0.5,0.255951455205554,0.0,0.0643643945995954,0.5,0.255951455205554,0.0,0.0451182853618299,0.255951455205554,0.0,0.0173597397162111,0.0,0.00241082069486862,0.255951455205554,0.0,0.00199617337478742,0.5,0.255951455205554,0.0,0.0043510715922633,0.255951455205554,0.0,0.00512354513813903,0.255951455205554,0.0,0.0119844756238102,0.255951455205554,0.0,0.0670779933194157,0.0,0.716512684793412 -7798,0.255951455205554,0.0,0.0238619222400898,0.255951455205554,0.0,0.0261636591033424,0.255951455205554,0.0,0.159829175219688,0.255951455205554,0.0,0.133715068189347,0.255951455205554,0.0,0.240048168056064,0.255951455205554,0.0,0.101135031699271,0.5,0.255951455205554,0.0,0.0328003722576049,0.5,0.255951455205554,0.0,0.0610019018622466,0.5,0.255951455205554,0.0,0.0501262074498292,0.255951455205554,0.0,0.0130926336360682,0.0,0.00116614492173334,0.255951455205554,0.0,0.00188915476886871,0.5,0.255951455205554,0.0,0.00378480406723519,0.255951455205554,0.0,0.00725348645959564,0.255951455205554,0.0,0.0139492695485346,0.255951455205554,0.0,0.0742222429800091,0.0,0.784123731175435 -7799,0.255951455205554,0.0,0.0296127285242012,0.255951455205554,0.0,0.0288022392091063,0.255951455205554,0.0,0.178089359894445,0.255951455205554,0.0,0.146021454660726,0.255951455205554,0.0,0.260115623477589,0.255951455205554,0.0,0.104087530992865,0.5,0.255951455205554,0.0,0.0250387731596428,0.5,0.255951455205554,0.0,0.0510643285981829,0.5,0.255951455205554,0.0,0.0471811000154994,0.255951455205554,0.0,0.0116137418449283,0.0,0.00111534933527246,0.255951455205554,0.0,0.0025907057558829,0.5,0.255951455205554,0.0,0.00416425613573003,0.255951455205554,0.0,0.0097019519887163,0.255951455205554,0.0,0.0144163724242756,0.255951455205554,0.0,0.0625845542706417,0.0,0.817595227908034 -7800,0.255951455205554,0.0,0.0335474537868567,0.255951455205554,0.0,0.0262587669378412,0.255951455205554,0.0,0.194637715161063,0.255951455205554,0.0,0.148658052699328,0.255951455205554,0.0,0.247897499969446,0.255951455205554,0.0,0.0915327687653551,0.5,0.255951455205554,0.0,0.0210723358088921,0.5,0.255951455205554,0.0,0.0411437925172619,0.5,0.255951455205554,0.0,0.0407206817903886,0.255951455205554,0.0,0.0137527915581002,0.0,0.0011529177065294,0.255951455205554,0.0,0.00331810277653392,0.5,0.255951455205554,0.0,0.00419903922704887,0.255951455205554,0.0,0.0112505122721082,0.255951455205554,0.0,0.017935281345062,0.255951455205554,0.0,0.0593296868320365,0.0,0.855004629257177 -7801,0.255951455205554,0.0,0.043400068152417,0.255951455205554,0.0,0.0293434293496978,0.255951455205554,0.0,0.203778492696825,0.255951455205554,0.0,0.157432079227474,0.255951455205554,0.0,0.243338337553293,0.255951455205554,0.0,0.0714588163175109,0.5,0.255951455205554,0.0,0.0201475185177248,0.5,0.255951455205554,0.0,0.033672687578079,0.5,0.255951455205554,0.0,0.0372366820396275,0.255951455205554,0.0,0.0118327916474991,0.0,0.000939391098969502,0.255951455205554,0.0,0.00432602198548867,0.5,0.255951455205554,0.0,0.00405128809700948,0.255951455205554,0.0,0.0167348711686885,0.255951455205554,0.0,0.0254631301827515,0.255951455205554,0.0,0.0555012831120525,0.0,0.87948851892229 -7802,0.255951455205554,0.0,0.0479299432964212,0.255951455205554,0.0,0.0337975300490771,0.255951455205554,0.0,0.215900144862145,0.255951455205554,0.0,0.180194223458741,0.255951455205554,0.0,0.239292869463486,0.255951455205554,0.0,0.0653116209500598,0.5,0.255951455205554,0.0,0.0184325833623577,0.5,0.255951455205554,0.0,0.0283561028820229,0.5,0.255951455205554,0.0,0.0335084367984439,0.255951455205554,0.0,0.00948008389698847,0.0,0.00049948176816717,0.255951455205554,0.0,0.00498657757063907,0.5,0.255951455205554,0.0,0.0036450476511237,0.255951455205554,0.0,0.0224089917292118,0.255951455205554,0.0,0.031666874280373,0.255951455205554,0.0,0.045493129591595,0.0,0.892164665367077 -7803,0.255951455205554,0.0,0.0538542960589767,0.255951455205554,0.0,0.0459529376716917,0.255951455205554,0.0,0.244795925718847,0.255951455205554,0.0,0.212839214183261,0.255951455205554,0.0,0.227079861157894,0.255951455205554,0.0,0.0611879114125759,0.5,0.255951455205554,0.0,0.0177317666028715,0.5,0.255951455205554,0.0,0.0247881654838452,0.5,0.255951455205554,0.0,0.030137037290689,0.255951455205554,0.0,0.0122565957462433,0.0,0.000347817486904274,0.255951455205554,0.0,0.00609951307167548,0.5,0.255951455205554,0.0,0.00412062501889731,0.255951455205554,0.0,0.0236070354072427,0.255951455205554,0.0,0.0421888334331149,0.255951455205554,0.0,0.0459851782928859,0.0,0.897408124776817 -7804,0.255951455205554,0.0,0.0787429649183007,0.255951455205554,0.0,0.0596599932695865,0.255951455205554,0.0,0.295292964512417,0.255951455205554,0.0,0.289306396764851,0.255951455205554,0.0,0.205597285712808,0.255951455205554,0.0,0.053988452742858,0.5,0.255951455205554,0.0,0.0142457569446839,0.5,0.255951455205554,0.0,0.0238452527393772,0.5,0.255951455205554,0.0,0.0294280900752494,0.255951455205554,0.0,0.00848153564680691,0.0,0.000535181285051552,0.255951455205554,0.0,0.00772898427016644,0.5,0.255951455205554,0.0,0.00548727188759128,0.255951455205554,0.0,0.0254298038517053,0.255951455205554,0.0,0.0569486801129943,0.255951455205554,0.0,0.0548631288777354,0.0,0.898313691025835 -7805,0.255951455205554,0.0,0.0897977353067384,0.255951455205554,0.0,0.0952531284160372,0.255951455205554,0.0,0.323181646017874,0.255951455205554,0.0,0.336066145361224,0.255951455205554,0.0,0.181715052077819,0.255951455205554,0.0,0.0415461147871106,0.5,0.255951455205554,0.0,0.0139979158158205,0.5,0.255951455205554,0.0,0.022038170737606,0.5,0.255951455205554,0.0,0.0313420657829813,0.255951455205554,0.0,0.0104096218977613,0.0,0.000903939029232853,0.255951455205554,0.0,0.00998480451425554,0.5,0.255951455205554,0.0,0.00676428823070906,0.255951455205554,0.0,0.0273007987846401,0.255951455205554,0.0,0.0872063793308919,0.255951455205554,0.0,0.0761546864991537,0.0,0.901159903201459 -7806,0.255951455205554,0.0,0.110951544303951,0.255951455205554,0.0,0.114011204291375,0.255951455205554,0.0,0.337876452894245,0.255951455205554,0.0,0.339504133943522,0.255951455205554,0.0,0.157110683262072,0.255951455205554,0.0,0.0375906331101951,0.5,0.255951455205554,0.0,0.0156747763130527,0.5,0.255951455205554,0.0,0.016821128819846,0.5,0.255951455205554,0.0,0.032542194460376,0.255951455205554,0.0,0.0159883020957066,0.0,0.00194761890864222,0.255951455205554,0.0,0.0159829390925697,0.5,0.255951455205554,0.0,0.00985376333593048,0.255951455205554,0.0,0.0402676756305737,0.255951455205554,0.0,0.113440787070815,0.255951455205554,0.0,0.0765538043812092,0.0,0.901782492763235 -7807,0.255951455205554,0.0,0.13167316244741,0.255951455205554,0.0,0.129831931490357,0.255951455205554,0.0,0.365708201634043,0.255951455205554,0.0,0.391096482507132,0.255951455205554,0.0,0.141967445357205,0.255951455205554,0.0,0.0354205471710154,0.5,0.255951455205554,0.0,0.0153422315626089,0.5,0.255951455205554,0.0,0.0133450466841556,0.5,0.255951455205554,0.0,0.0286462119641298,0.255951455205554,0.0,0.01192444515605,0.0,0.00702950583510732,0.255951455205554,0.0,0.0207845201633668,0.5,0.255951455205554,0.0,0.00963313710668197,0.255951455205554,0.0,0.0495586017169914,0.255951455205554,0.0,0.0999925800976782,0.255951455205554,0.0,0.0607104474788435,0.0,0.902276001906848 -7808,0.255951455205554,0.0,0.180182622843043,0.255951455205554,0.0,0.170853362003464,0.255951455205554,0.0,0.392895321277248,0.255951455205554,0.0,0.462213461084112,0.255951455205554,0.0,0.140766545276677,0.255951455205554,0.0,0.0358535425664711,0.5,0.255951455205554,0.0,0.0164825979968179,0.5,0.255951455205554,0.0,0.0184152904067176,0.5,0.255951455205554,0.0,0.0268166787075167,0.255951455205554,0.0,0.0116654264249949,0.0,0.00877465031429062,0.255951455205554,0.0,0.02103109955337,0.5,0.255951455205554,0.0,0.0125844934495082,0.255951455205554,0.0,0.0474176232823965,0.255951455205554,0.0,0.0875936854444195,0.255951455205554,0.0,0.0453637838587442,0.0,0.902416936428002 -7809,0.255951455205554,0.0029024807509542,0.208854503680911,0.255951455205554,0.00628219630845063,0.170320344929413,0.255951455205554,0.00319429368945347,0.399287202975449,0.255951455205554,0.00325385396244157,0.488061395037407,0.255951455205554,0.00262710800467445,0.12848766266938,0.255951455205554,0.00349423660123637,0.0399538399998135,0.5,0.255951455205554,0.00562196137106369,0.0190169141690334,0.5,0.255951455205554,0.00727799734273617,0.0181192969126262,0.5,0.255951455205554,0.00764885212968378,0.0290278444482108,0.255951455205554,0.00675145145004922,0.0169094962035564,0.0136005187002702,0.0113232140426572,0.255951455205554,0.0164439225269814,0.0238096272557924,0.5,0.255951455205554,0.00451576501724915,0.0155389785403679,0.255951455205554,0.0265259005319553,0.0434614776759228,0.255951455205554,0.0192094133730139,0.0966817434628195,0.255951455205554,0.00484105563937617,0.0401649480229702,0.00172632354078018,0.902417800356346 -7810,0.255951455205554,0.0750516223754,0.256208654039193,0.255951455205554,0.113533401432746,0.172116264076876,0.255951455205554,0.049749150304349,0.413472845182807,0.255951455205554,0.0590753870369883,0.536861349773386,0.255951455205554,0.0449850474748828,0.112268974960924,0.255951455205554,0.0460656002456414,0.0382514110369026,0.5,0.255951455205554,0.0747575289253451,0.0201361412992674,0.5,0.255951455205554,0.06794854406614,0.0123880404233005,0.5,0.255951455205554,0.0364858985144004,0.0321517109576339,0.255951455205554,0.0847922176723946,0.0190832432905001,0.0797205907863658,0.0200672140810846,0.255951455205554,0.0958006576929464,0.0424005281719416,0.5,0.255951455205554,0.0554041339742631,0.0269271149603528,0.255951455205554,0.111161539631882,0.0580189812134638,0.255951455205554,0.109558407969901,0.144964418524499,0.255951455205554,0.0337932577265621,0.0449639091962047,0.0441614681642436,0.902633146376789 -7811,0.255951455205554,0.166440387754606,0.355623201791192,0.255951455205554,0.227859242515755,0.270558016105859,0.255951455205554,0.0972534149224601,0.427115627079255,0.255951455205554,0.124505821643772,0.574751668181153,0.255951455205554,0.0891729060779383,0.102952877878838,0.255951455205554,0.121964465439169,0.0432094798763437,0.5,0.255951455205554,0.165720441067476,0.0196072572676377,0.5,0.255951455205554,0.172395170732982,0.00987053806618532,0.5,0.255951455205554,0.0858918437092756,0.0401173699141576,0.255951455205554,0.199349913552345,0.0113676527005949,0.0993115657517587,0.0737529905286724,0.255951455205554,0.190840717803633,0.0783376355232846,0.5,0.255951455205554,0.155715692341574,0.044846736022255,0.255951455205554,0.216293406822686,0.0867836646965033,0.255951455205554,0.209746747673834,0.211818624841615,0.255951455205554,0.0872306203294704,0.0476310070173222,0.131932166768863,0.902892932167588 -7812,0.255951455205554,0.186639149247196,0.460376065236677,0.255951455205554,0.267067046584419,0.389690622761983,0.255951455205554,0.118903975392757,0.425924623185801,0.255951455205554,0.146321950930796,0.561889140458364,0.255951455205554,0.112855800652157,0.101489211394217,0.255951455205554,0.196954615439655,0.0554314607116381,0.5,0.255951455205554,0.240050960299972,0.0197876469788284,0.5,0.255951455205554,0.273531658735453,0.0105035805250542,0.5,0.255951455205554,0.160752126046984,0.0473627991472648,0.255951455205554,0.271127274735409,0.0131527704900667,0.254446980264086,0.0922527580801749,0.255951455205554,0.261370196452615,0.114298113139804,0.5,0.255951455205554,0.280431607668446,0.0637472509182472,0.255951455205554,0.298506506025582,0.122541941031121,0.255951455205554,0.301105595153133,0.263838263318467,0.255951455205554,0.14538006354163,0.0457515656400356,0.231397543271039,0.903362326342584 -7813,0.255951455205554,0.151855013894079,0.542235581367825,0.255951455205554,0.263638009349766,0.457149440368832,0.255951455205554,0.1117711345211,0.39826042494923,0.255951455205554,0.115444787805442,0.51547185974932,0.255951455205554,0.106319735304416,0.0939384136348557,0.255951455205554,0.233112667052159,0.049324898463868,0.5,0.255951455205554,0.268345706538943,0.0213364175027194,0.5,0.255951455205554,0.340585382882035,0.00965520267778373,0.5,0.255951455205554,0.217199405883626,0.0451342438786925,0.255951455205554,0.264809420768422,0.0199972317277257,0.315739980989027,0.113638202090703,0.255951455205554,0.307368023171866,0.144555941894019,0.5,0.255951455205554,0.314825071390885,0.0810274476084758,0.255951455205554,0.345094067980955,0.137443515867574,0.255951455205554,0.323408216223205,0.28422300677081,0.255951455205554,0.168495102227851,0.0456770421795783,0.155482457273183,0.903861445832275 -7814,0.255951455205554,0.093524071786627,0.566298971842747,0.255951455205554,0.201364319414708,0.452596745297134,0.255951455205554,0.0808110777524646,0.336384594585249,0.255951455205554,0.0502689371889575,0.433187661076238,0.255951455205554,0.0797212240386093,0.0816416516822141,0.255951455205554,0.223945489580574,0.0417035706994997,0.5,0.255951455205554,0.230901025188298,0.0236681999453343,0.5,0.255951455205554,0.340777459091279,0.00757139745528397,0.5,0.255951455205554,0.219502825278028,0.0381131092872,0.255951455205554,0.251600357326312,0.017533072812869,0.295816319773449,0.120173872197752,0.255951455205554,0.303115402999077,0.152354534101117,0.5,0.255951455205554,0.26687528195078,0.095304887449466,0.255951455205554,0.33454027793786,0.108580994483694,0.255951455205554,0.265610152642842,0.264656662140727,0.255951455205554,0.169453894574652,0.0414926449394866,0.0873154477838443,0.890300737765002 -7815,0.255951455205554,0.0337405822713327,0.564278045527875,0.255951455205554,0.0755195362875033,0.370379139955464,0.255951455205554,0.0405065754702026,0.281367609431907,0.255951455205554,0.0206877430421906,0.402195321089944,0.255951455205554,0.0364405340338,0.0652620209877278,0.255951455205554,0.164221130751831,0.0272244251869254,0.5,0.255951455205554,0.160460722874945,0.0188248117156539,0.5,0.255951455205554,0.267526863965784,0.0050860096343939,0.5,0.255951455205554,0.160231446709352,0.024859498408947,0.255951455205554,0.207955713757178,0.0122393041958314,0.229654346728363,0.0692481383217638,0.255951455205554,0.184244307994166,0.114146362341588,0.5,0.255951455205554,0.157893667707594,0.0819699956030091,0.255951455205554,0.217491916416397,0.0676936160438863,0.255951455205554,0.155044496630025,0.186247513531805,0.255951455205554,0.126329298236611,0.0232835294367741,0.0293447872386283,0.86184816403832 -7816,0.255951455205554,0.000142196218784757,0.51154016306158,0.255951455205554,2.94266512964088e-06,0.342470342338172,0.255951455205554,0.00229319700705798,0.245823669319276,0.255951455205554,0.000414285445985278,0.374220985059651,0.255951455205554,0.00702949481879383,0.0543548987979958,0.255951455205554,0.050947674085987,0.0255167534711494,0.5,0.255951455205554,0.0681134322696641,0.0170303394377099,0.5,0.255951455205554,0.0945578916290925,0.00678554941683505,0.5,0.255951455205554,0.0514838093487174,0.0192974107672261,0.255951455205554,0.10815047424528,0.0161322943499528,0.0,0.0661210113819767,0.255951455205554,0.0,0.0928028469123124,0.5,0.255951455205554,0.0,0.0792718583449862,0.255951455205554,0.0,0.0618604095274192,0.255951455205554,0.0,0.115145566349087,0.255951455205554,0.0147470736146259,0.0119389903158176,0.0,0.827674504205176 -7817,0.255951455205554,0.0,0.46027524980447,0.255951455205554,0.0,0.336954354402855,0.255951455205554,0.0,0.219406499491287,0.255951455205554,0.0,0.32956495653039,0.255951455205554,0.0,0.0486702825324524,0.255951455205554,0.0,0.0282544809426916,0.5,0.255951455205554,0.0,0.0173716095002218,0.5,0.255951455205554,0.0,0.0112771121487112,0.5,0.255951455205554,0.0,0.018214997916644,0.255951455205554,0.0,0.0204721044182509,0.0,0.0803018511423462,0.255951455205554,0.0,0.100489898899871,0.5,0.255951455205554,0.0,0.105612750456079,0.255951455205554,0.0,0.0611599984836999,0.255951455205554,0.0,0.101494214037558,0.255951455205554,0.0,0.0139565200329117,0.0,0.802966156561395 -7818,0.255951455205554,0.0,0.477745349251278,0.255951455205554,0.0,0.313276769166241,0.255951455205554,0.0,0.194422497353349,0.255951455205554,0.0,0.273695438370723,0.255951455205554,0.0,0.044388614970052,0.255951455205554,0.0,0.0295350611074045,0.5,0.255951455205554,0.0,0.0154573190097771,0.5,0.255951455205554,0.0,0.0169370295828259,0.5,0.255951455205554,0.0,0.0185319322942329,0.255951455205554,0.0,0.019848413056481,0.0,0.095212954254841,0.255951455205554,0.0,0.114131093552882,0.5,0.255951455205554,0.0,0.129387186962914,0.255951455205554,0.0,0.0581078959035415,0.255951455205554,0.0,0.0965737274520515,0.255951455205554,0.0,0.0160812052725895,0.0,0.699026282490311 -7819,0.255951455205554,0.0,0.520118457106567,0.255951455205554,0.0,0.274785820647415,0.255951455205554,0.0,0.165961311381497,0.255951455205554,0.0,0.219246206724642,0.255951455205554,0.0,0.0445816887051316,0.255951455205554,0.0,0.0265834729691376,0.5,0.255951455205554,0.0,0.0148469360147627,0.5,0.255951455205554,0.0,0.0193948054481766,0.5,0.255951455205554,0.0,0.0208007837579925,0.255951455205554,0.0,0.0179836470867522,0.0,0.115575539303136,0.255951455205554,0.0,0.128980534898345,0.5,0.255951455205554,0.0,0.128628871736309,0.255951455205554,0.0,0.061123587919822,0.255951455205554,0.0,0.0996642859986117,0.255951455205554,0.0,0.0177321359391941,0.0,0.635108433678613 -7820,0.255951455205554,0.0,0.548275966048515,0.255951455205554,0.0,0.242694293737519,0.255951455205554,0.0,0.145304098647685,0.255951455205554,0.0,0.200309794645498,0.255951455205554,0.0,0.0484692612378325,0.255951455205554,0.0,0.0233035386060536,0.5,0.255951455205554,0.0,0.0150823026333358,0.5,0.255951455205554,0.0,0.0203019847147994,0.5,0.255951455205554,0.0,0.0207855912110723,0.255951455205554,0.0,0.015134378782975,0.0,0.12792024645892,0.255951455205554,0.0,0.136341162978932,0.5,0.255951455205554,0.0,0.14503860975257,0.255951455205554,0.0,0.0677877906511163,0.255951455205554,0.0,0.0911863552672998,0.255951455205554,0.0,0.0187917649252029,0.0,0.545784615045748 -7821,0.255951455205554,0.0,0.554283945655621,0.255951455205554,0.0,0.23111973148763,0.255951455205554,0.0,0.134851094221253,0.255951455205554,0.0,0.195295142680554,0.255951455205554,0.0,0.0533988416316357,0.255951455205554,0.0,0.023262501769448,0.5,0.255951455205554,0.0,0.015938103040703,0.5,0.255951455205554,0.0,0.024535785721454,0.5,0.255951455205554,0.0,0.0203124035368589,0.255951455205554,0.0,0.0167394435401014,0.0,0.14269049556866,0.255951455205554,0.0,0.13957125405287,0.5,0.255951455205554,0.0,0.1594874596312,0.255951455205554,0.0,0.0750457126867748,0.255951455205554,0.0,0.074384880616742,0.255951455205554,0.0,0.0190107175934738,0.0,0.464239221283658 -7822,0.255951455205554,0.0,0.493759680300121,0.255951455205554,0.0,0.233016723885985,0.255951455205554,0.0,0.125710368215885,0.255951455205554,0.0,0.178050898100886,0.255951455205554,0.0,0.0562488785659523,0.255951455205554,0.0,0.0250135918780279,0.5,0.255951455205554,0.0,0.0176234736141942,0.5,0.255951455205554,0.0,0.0287879893250202,0.5,0.255951455205554,0.0,0.0219133311372307,0.255951455205554,0.0,0.0167139114429728,0.0,0.144289923987518,0.255951455205554,0.0,0.132098668083529,0.5,0.255951455205554,0.0,0.181260263239147,0.255951455205554,0.0,0.0748434254824132,0.255951455205554,0.0,0.0613686649245194,0.255951455205554,0.0,0.0195355163995571,0.0,0.452786927862616 -7823,0.255951455205554,0.0,0.411154428154639,0.255951455205554,0.0,0.199477115354948,0.255951455205554,0.0,0.114089319158054,0.255951455205554,0.0,0.15433010520375,0.255951455205554,0.0,0.0558360231030994,0.255951455205554,0.0,0.028214511580735,0.5,0.255951455205554,0.0,0.0179182351264758,0.5,0.255951455205554,0.0,0.0295138100697221,0.5,0.255951455205554,0.0,0.0234014848641347,0.255951455205554,0.0,0.0160014613249389,0.0,0.132797391460436,0.255951455205554,0.0,0.128434002118395,0.5,0.255951455205554,0.0,0.214504708077273,0.255951455205554,0.0,0.0709499592968729,0.255951455205554,0.0,0.054596190659655,0.255951455205554,0.0,0.0201019910534681,0.0,0.447098895208424 -7824,0.255951455205554,0.0,0.353838365848731,0.255951455205554,0.0,0.140337142249317,0.255951455205554,0.0,0.101160030638574,0.255951455205554,0.0,0.138920646200385,0.255951455205554,0.0,0.0525904715273348,0.255951455205554,0.0,0.0307733717883085,0.5,0.255951455205554,0.0,0.0186867616733265,0.5,0.255951455205554,0.0,0.0308644803627726,0.5,0.255951455205554,0.0,0.0238945580688687,0.255951455205554,0.0,0.01534775686668,0.0,0.141814587006157,0.255951455205554,0.0,0.125076246548373,0.5,0.255951455205554,0.0,0.198921296308777,0.255951455205554,0.0,0.0651175414963513,0.255951455205554,0.0,0.0494680613073714,0.255951455205554,0.0,0.0201320940676555,0.0,0.464258600483447 -7825,0.255951455205554,0.0,0.316517085960697,0.255951455205554,0.0,0.110405224862267,0.255951455205554,0.0,0.090588702135624,0.255951455205554,0.0,0.125518096550188,0.255951455205554,0.0,0.0511700054715439,0.255951455205554,0.0,0.0316301225896709,0.5,0.255951455205554,0.0,0.0191003600149052,0.5,0.255951455205554,0.0,0.0291082284322734,0.5,0.255951455205554,0.0,0.0230766953526751,0.255951455205554,0.0,0.0128294990134144,0.0,0.14068102235612,0.255951455205554,0.0,0.113502696885453,0.5,0.255951455205554,0.0,0.183949546466023,0.255951455205554,0.0,0.06265295570147,0.255951455205554,0.0,0.0443282503127135,0.255951455205554,0.0,0.020256890370867,0.0,0.453390523168049 -7826,0.255951455205554,0.0,0.262032707532248,0.255951455205554,0.0,0.0867750392120535,0.255951455205554,0.0,0.0772497728314371,0.255951455205554,0.0,0.103546882052616,0.255951455205554,0.0,0.0489967604699744,0.255951455205554,0.0,0.0321364492332997,0.5,0.255951455205554,0.0,0.0201005920893969,0.5,0.255951455205554,0.0,0.0286234072955827,0.5,0.255951455205554,0.0,0.0227124833249205,0.255951455205554,0.0,0.0144450444449547,0.0,0.110450257587062,0.255951455205554,0.0,0.103710580711858,0.5,0.255951455205554,0.0,0.188380578323188,0.255951455205554,0.0,0.0685165152526243,0.255951455205554,0.0,0.0402753027804145,0.255951455205554,0.0,0.0217298721268871,0.0,0.421810942744919 -7827,0.255951455205554,0.0,0.208895769465084,0.255951455205554,0.0,0.0686438263936064,0.255951455205554,0.0,0.0651799772664038,0.255951455205554,0.0,0.0805324280420499,0.255951455205554,0.0,0.0443203340474318,0.255951455205554,0.0,0.0348821888953582,0.5,0.255951455205554,0.0,0.0216691129487508,0.5,0.255951455205554,0.0,0.029309121112382,0.5,0.255951455205554,0.0,0.0231843539046507,0.255951455205554,0.0,0.0190288235953833,0.0,0.114286308863199,0.255951455205554,0.0,0.103671501009416,0.5,0.255951455205554,0.0,0.163495836719741,0.255951455205554,0.0,0.0663777499692244,0.255951455205554,0.0,0.0362733848085102,0.255951455205554,0.0,0.0241933318627742,0.0,0.38717386820502 -7828,0.255951455205554,0.0,0.181526347305708,0.255951455205554,0.0,0.0577163164439095,0.255951455205554,0.0,0.0595536242006283,0.255951455205554,0.0,0.0678332118809937,0.255951455205554,0.0,0.0406186293246015,0.255951455205554,0.0,0.0368661198681755,0.5,0.255951455205554,0.0,0.017574794916885,0.5,0.255951455205554,0.0,0.0386494589347942,0.5,0.255951455205554,0.0,0.0248300585191075,0.255951455205554,0.0,0.0199235275890855,0.0,0.112574716690166,0.255951455205554,0.0,0.0996589967014304,0.5,0.255951455205554,0.0,0.150293900657364,0.255951455205554,0.0,0.0567215408202401,0.255951455205554,0.0,0.035584279676593,0.255951455205554,0.0,0.0253184504023782,0.0,0.350198546585514 -7829,0.255951455205554,0.0,0.162234428668433,0.255951455205554,0.0,0.0536828418270126,0.255951455205554,0.0,0.0575312288581888,0.255951455205554,0.0,0.0676087235835209,0.255951455205554,0.0,0.0482127066467822,0.255951455205554,0.0,0.0324067989170103,0.5,0.255951455205554,0.0,0.0152763393752122,0.5,0.255951455205554,0.0,0.046934146005002,0.5,0.255951455205554,0.0,0.0258413775720655,0.255951455205554,0.0,0.016832122998356,0.0,0.0860390706542936,0.255951455205554,0.0,0.0927120298267417,0.5,0.255951455205554,0.0,0.162285318198353,0.255951455205554,0.0,0.0560993628293413,0.255951455205554,0.0,0.0376047080808393,0.255951455205554,0.0,0.0260309117521008,0.0,0.333964302984974 -7830,0.255951455205554,0.0,0.157487916625521,0.255951455205554,0.0,0.053256588637073,0.255951455205554,0.0,0.0523668156813043,0.255951455205554,0.0,0.0699840306408021,0.255951455205554,0.0,0.0607043255402793,0.255951455205554,0.0,0.02789811109896,0.5,0.255951455205554,0.0,0.0153510893421512,0.5,0.255951455205554,0.0,0.0450395017116219,0.5,0.255951455205554,0.0,0.02466476406475,0.255951455205554,0.0,0.017715495148718,0.0,0.0725886578275838,0.255951455205554,0.0,0.0920060771425262,0.5,0.255951455205554,0.0,0.168999584208678,0.255951455205554,0.0,0.0630763317463725,0.255951455205554,0.0,0.0371708468148449,0.255951455205554,0.0,0.0223127295181658,0.0,0.315123014402679 -7831,0.255951455205554,0.0,0.150794557555662,0.255951455205554,0.0,0.0681525563034706,0.255951455205554,0.0,0.0499172178618903,0.255951455205554,0.0,0.0589819843608199,0.255951455205554,0.0,0.068754001036554,0.255951455205554,0.0,0.033411207279709,0.5,0.255951455205554,0.0,0.0178418127394551,0.5,0.255951455205554,0.0,0.0373515274294746,0.5,0.255951455205554,0.0,0.0216680736325102,0.255951455205554,0.0,0.0196123807833917,0.0,0.0754032167194495,0.255951455205554,0.0,0.0899763221202608,0.5,0.255951455205554,0.0,0.175758521049795,0.255951455205554,0.0,0.0675382655008494,0.255951455205554,0.0,0.0358677980412968,0.255951455205554,0.0,0.0182374583643971,0.0,0.301507595084547 -7832,0.255951455205554,0.0,0.153899984943041,0.255951455205554,0.0,0.0712712212085123,0.255951455205554,0.0,0.0578473259593175,0.255951455205554,0.0,0.0543575932940125,0.255951455205554,0.0,0.070767757189582,0.255951455205554,0.0,0.0406182201420598,0.5,0.255951455205554,0.0,0.0250672211219097,0.5,0.255951455205554,0.0,0.038476179425368,0.5,0.255951455205554,0.0,0.0183248147229317,0.255951455205554,0.0,0.0218219109181556,0.0,0.0783023679197319,0.255951455205554,0.0,0.0917888221583702,0.5,0.255951455205554,0.0,0.201558050962746,0.255951455205554,0.0,0.059198634421973,0.255951455205554,0.0,0.0413861024077886,0.255951455205554,0.0,0.0198917131071963,0.0,0.28753282387151 -7833,0.255951455205554,0.000945749702007581,0.15187803892009,0.255951455205554,0.000962835880785364,0.068297737713443,0.255951455205554,0.00153304579447186,0.0690877154212841,0.255951455205554,0.000457094975856921,0.0620434438351926,0.255951455205554,0.00150483462506652,0.0714363984504707,0.255951455205554,0.00382579981047519,0.0462760073730298,0.5,0.255951455205554,0.00341268100182592,0.0339374583680138,0.5,0.255951455205554,0.0287143187804681,0.032180371776445,0.5,0.255951455205554,0.0556946829185531,0.0184672628580072,0.255951455205554,0.00301280704715821,0.0297048274253096,0.0143530465475408,0.0863045504232269,0.255951455205554,0.0117952205576862,0.110984672519849,0.5,0.255951455205554,0.00181022688730359,0.244502841516526,0.255951455205554,0.00783437944265614,0.0555311129472472,0.255951455205554,0.00280845987827476,0.0550858180768735,0.255951455205554,0.00485654351182614,0.027621513166476,0.00107989164973981,0.366921405415909 -7834,0.255951455205554,0.0196942637240918,0.149398050482478,0.255951455205554,0.0298394236117701,0.0706393571149503,0.255951455205554,0.0279902288971057,0.0772681563039771,0.255951455205554,0.0088290129117134,0.0694325533677231,0.255951455205554,0.0237482781225383,0.0829092765218271,0.255951455205554,0.054829657535949,0.0454578308449806,0.5,0.255951455205554,0.0487641971488033,0.0449716813077077,0.5,0.255951455205554,0.129379147056815,0.0286091970807592,0.5,0.255951455205554,0.185229684181047,0.024236807782227,0.255951455205554,0.0321465747167887,0.0411877066894005,0.0666958745025381,0.123329359211391,0.255951455205554,0.0584279814188713,0.146969751624626,0.5,0.255951455205554,0.0246595304893758,0.299743793546588,0.255951455205554,0.0337914033489554,0.0685709764965846,0.255951455205554,0.0395334717721105,0.0650114290391741,0.255951455205554,0.0483141098577336,0.0337555691470107,0.0272249649362562,0.382332014296058 -7835,0.255951455205554,0.0364475319719124,0.16397212105528,0.255951455205554,0.0685856926716334,0.0636835014307574,0.255951455205554,0.076576926701026,0.0900198271110112,0.255951455205554,0.0284174681555996,0.0818383540984804,0.255951455205554,0.0529280575349609,0.099786833830817,0.255951455205554,0.106062182685888,0.0455555766019291,0.5,0.255951455205554,0.114371367736083,0.0598973812718176,0.5,0.255951455205554,0.230208682617372,0.0253269292854451,0.5,0.255951455205554,0.303677621364387,0.0294976821958885,0.255951455205554,0.0949016744182775,0.0476728338138239,0.132165994998335,0.137294094982997,0.255951455205554,0.111030947776875,0.17834201462043,0.5,0.255951455205554,0.0659247162490219,0.313557176387117,0.255951455205554,0.0669076763565366,0.0833643720544166,0.255951455205554,0.100763288688757,0.0728965235777836,0.255951455205554,0.126771278137126,0.0331858342716642,0.050385253663925,0.375195929459454 -7836,0.255951455205554,0.0198281248868176,0.198082136653217,0.255951455205554,0.0343856411330173,0.0731246450029212,0.255951455205554,0.120685421184014,0.104901445139543,0.255951455205554,0.138517396237314,0.103836378377113,0.255951455205554,0.112360850162845,0.123288324032212,0.255951455205554,0.160467891995696,0.0586612354751994,0.5,0.255951455205554,0.233196395242746,0.0936682781688151,0.5,0.255951455205554,0.315357060671529,0.0242789146745822,0.5,0.255951455205554,0.382470546417584,0.0345321756290688,0.255951455205554,0.221296312237245,0.0674987282454435,0.187431637979616,0.167267729603856,0.255951455205554,0.159433648373911,0.187655503842206,0.5,0.255951455205554,0.10967250930368,0.294563441294142,0.255951455205554,0.11723120440609,0.10455900083418,0.255951455205554,0.148940427930756,0.0741857296550633,0.255951455205554,0.164885233929026,0.0305406496312065,0.0196002263588986,0.464479384350862 -7837,0.255951455205554,0.0258190717119562,0.216032510590163,0.255951455205554,0.0317753031240745,0.0897513663459048,0.255951455205554,0.0945359514013651,0.117580841538892,0.255951455205554,0.131762988943637,0.119346417664221,0.255951455205554,0.171729354411935,0.14319121494905,0.255951455205554,0.217687878078588,0.0779274320495804,0.5,0.255951455205554,0.334641787747045,0.107457551655012,0.5,0.255951455205554,0.379017803157341,0.0246131349989936,0.5,0.255951455205554,0.408806913966329,0.0354896898692131,0.255951455205554,0.202497265586014,0.0958990302539102,0.189438423759038,0.151192749966948,0.255951455205554,0.17136668441805,0.182216894294008,0.5,0.255951455205554,0.0903290123255018,0.257104829511064,0.255951455205554,0.154266178314966,0.0990506747924662,0.255951455205554,0.13708888824828,0.0727020694516017,0.255951455205554,0.191370587290235,0.0300115672625968,0.0141395395825097,0.502655551698663 -7838,0.255951455205554,0.0577755356442852,0.236697590022775,0.255951455205554,0.0759491220166117,0.114211982503371,0.255951455205554,0.0564570004143016,0.125409316418159,0.255951455205554,0.0337985342905234,0.13682517874065,0.255951455205554,0.221235656943253,0.167159585054777,0.255951455205554,0.269290842959785,0.082060130224668,0.5,0.255951455205554,0.318111109931848,0.134415008734989,0.5,0.255951455205554,0.370908733468463,0.0272010165560196,0.5,0.255951455205554,0.376924064032205,0.0329915918756171,0.255951455205554,0.191663219369143,0.102029624614684,0.115272482266111,0.104557660212935,0.255951455205554,0.113154629150893,0.150634839044813,0.5,0.255951455205554,0.0342224342612394,0.248918371481765,0.255951455205554,0.133306433416256,0.0918527781790472,0.255951455205554,0.128865117533274,0.0683215575146315,0.255951455205554,0.241473861530291,0.0361834535173352,0.00925439805724806,0.480455392043616 -7839,0.255951455205554,0.0509413970341774,0.24827139261879,0.255951455205554,0.0364133969916608,0.14016129661187,0.255951455205554,0.0480202822322964,0.131820508351536,0.255951455205554,0.0149177974788208,0.143396543484992,0.255951455205554,0.209013879736079,0.169706303236352,0.255951455205554,0.238228115204242,0.0745958643931281,0.5,0.255951455205554,0.191582466935101,0.127884000177722,0.5,0.255951455205554,0.275303411086391,0.0290656430448195,0.5,0.255951455205554,0.277359842585773,0.0354339814807045,0.255951455205554,0.157602570527715,0.0927411170975475,0.0159086026692828,0.107364245644495,0.255951455205554,0.040381242227361,0.143678907552249,0.5,0.255951455205554,0.0115153454675253,0.263400242515239,0.255951455205554,0.0969111023938881,0.0935569613295476,0.255951455205554,0.110182826914012,0.053903043202156,0.255951455205554,0.212121640399635,0.0374310735135348,0.032784688902178,0.363763549425984 -7840,0.255951455205554,1.44457857136538e-05,0.249892526515693,0.255951455205554,2.96225875951828e-06,0.134713587761443,0.255951455205554,0.0158838616354149,0.139346776881543,0.255951455205554,0.00117028074869507,0.147189416877691,0.255951455205554,0.0703047961358071,0.199853027745959,0.255951455205554,0.0447571010618921,0.0886577070971364,0.5,0.255951455205554,0.0531009251930076,0.118784758672245,0.5,0.255951455205554,0.080885966635187,0.0303076945290463,0.5,0.255951455205554,0.0543862787521809,0.0381736040279571,0.255951455205554,0.0542131109967799,0.0994713277809108,0.000227176911174041,0.0935693320156157,0.255951455205554,0.000267759318379288,0.157501964223775,0.5,0.255951455205554,0.000631710726159598,0.328437501215501,0.255951455205554,0.0,0.0923874411468891,0.255951455205554,3.20222325251282e-05,0.0645738997394228,0.255951455205554,0.0079813277856266,0.0433013618227145,0.0,0.157557503827104 -7841,0.255951455205554,0.0,0.255158928673115,0.255951455205554,0.0,0.14549456433189,0.255951455205554,0.0,0.16688836745329,0.255951455205554,0.0,0.169243290107843,0.255951455205554,0.0,0.249027159404909,0.255951455205554,0.0,0.110196842472837,0.5,0.255951455205554,0.0,0.111038567418147,0.5,0.255951455205554,0.0,0.0406488571481437,0.5,0.255951455205554,0.0,0.0397045554855276,0.255951455205554,0.0,0.105122088798945,0.0,0.152944597503727,0.255951455205554,0.0,0.195652050058236,0.5,0.255951455205554,0.0,0.392900646401279,0.255951455205554,0.0,0.101030414887572,0.255951455205554,0.0,0.0752392144893956,0.255951455205554,0.0,0.0512123274013187,0.0,0.118199794087215 -7842,0.255951455205554,0.0,0.288893645663862,0.255951455205554,0.0,0.153459892040569,0.255951455205554,0.0,0.201827467622798,0.255951455205554,0.0,0.238200418358627,0.255951455205554,0.0,0.258078135017671,0.255951455205554,0.0,0.108796538265857,0.5,0.255951455205554,0.0,0.111956044887171,0.5,0.255951455205554,0.0,0.0523713445869641,0.5,0.255951455205554,0.0,0.0327664777163507,0.255951455205554,0.0,0.148663323633887,0.0,0.188920867600278,0.255951455205554,0.0,0.248817068742844,0.5,0.255951455205554,0.0,0.404848022719554,0.255951455205554,0.0,0.115574298295193,0.255951455205554,0.0,0.0930217005382598,0.255951455205554,0.0,0.0619011808646326,0.0,0.134953640898271 -7843,0.255951455205554,0.0,0.337177395542853,0.255951455205554,0.0,0.20005400368312,0.255951455205554,0.0,0.2379258448114,0.255951455205554,0.0,0.281742838254052,0.255951455205554,0.0,0.283011530436403,0.255951455205554,0.0,0.111210141040562,0.5,0.255951455205554,0.0,0.141535721058232,0.5,0.255951455205554,0.0,0.0620239864366702,0.5,0.255951455205554,0.0,0.0427461208163248,0.255951455205554,0.0,0.171859399535115,0.0,0.182049628958307,0.255951455205554,0.0,0.237196623210513,0.5,0.255951455205554,0.0,0.411080579854402,0.255951455205554,0.0,0.139484898629993,0.255951455205554,0.0,0.110781080378119,0.255951455205554,0.0,0.074369272102873,0.0,0.516885687159146 -7844,0.255951455205554,0.0,0.385227491806442,0.255951455205554,0.0,0.242449209299532,0.255951455205554,0.0,0.267400878834887,0.255951455205554,0.0,0.308099359231359,0.255951455205554,0.0,0.300819783281128,0.255951455205554,0.0,0.111237640059945,0.5,0.255951455205554,0.0,0.176763178161921,0.5,0.255951455205554,0.0,0.0619883305436941,0.5,0.255951455205554,0.0,0.0533008815176677,0.255951455205554,0.0,0.195159724335729,0.0,0.207909570362134,0.255951455205554,0.0,0.234390204730511,0.5,0.255951455205554,0.0,0.437411634038315,0.255951455205554,0.0,0.164300898572817,0.255951455205554,0.0,0.12042932825771,0.255951455205554,0.0,0.0824496326623528,0.0,0.779127480839781 -7845,0.255951455205554,0.0,0.417582000627006,0.255951455205554,0.0,0.24917220214639,0.255951455205554,0.0,0.28988780832807,0.255951455205554,0.0,0.335296909248956,0.255951455205554,0.0,0.339320075475058,0.255951455205554,0.0,0.132130756830277,0.5,0.255951455205554,0.0,0.200236043362709,0.5,0.255951455205554,0.0,0.0645783385236301,0.5,0.255951455205554,0.0,0.0545016586454372,0.255951455205554,0.0,0.198664353909531,0.0,0.193000022638901,0.255951455205554,0.0,0.237429872756179,0.5,0.255951455205554,0.0,0.470619977246166,0.255951455205554,0.0,0.185186687512336,0.255951455205554,0.0,0.121861047073618,0.255951455205554,0.0,0.0885989615358127,0.0,0.865081517916311 -7846,0.255951455205554,0.0,0.447284179553178,0.255951455205554,0.0,0.281353514324429,0.255951455205554,0.0,0.31118450006162,0.255951455205554,0.0,0.362412382830248,0.255951455205554,0.0,0.406135331246629,0.255951455205554,0.0,0.169880343309516,0.5,0.255951455205554,0.0,0.196161926366228,0.5,0.255951455205554,0.0,0.0745356864625056,0.5,0.255951455205554,0.0,0.0564038885079904,0.255951455205554,0.0,0.159778498976828,0.0,0.182231144004299,0.255951455205554,0.0,0.233182036532037,0.5,0.255951455205554,0.0,0.48465846104845,0.255951455205554,0.0,0.220170261031895,0.255951455205554,0.0,0.129756827988249,0.255951455205554,0.0,0.108238222986522,0.0,0.954646878531531 -7847,0.255951455205554,0.0,0.461878043624939,0.255951455205554,0.0,0.316240572261384,0.255951455205554,0.0,0.326796198101432,0.255951455205554,0.0,0.400339224069697,0.255951455205554,0.0,0.474155553595429,0.255951455205554,0.0,0.20918540782856,0.5,0.255951455205554,0.0,0.191347721845283,0.5,0.255951455205554,0.0,0.0820858416896556,0.5,0.255951455205554,0.0,0.0665830277340324,0.255951455205554,0.0,0.114725296148537,0.0,0.179024487193738,0.255951455205554,0.0,0.234577535468882,0.5,0.255951455205554,0.0,0.500225134445183,0.255951455205554,0.0,0.230720946555953,0.255951455205554,0.0,0.140173193934793,0.255951455205554,0.0,0.13031346278543,0.0,0.968308721992597 -7848,0.255951455205554,0.0,0.499763835579767,0.255951455205554,0.0,0.328514279367497,0.255951455205554,0.0,0.354186742494334,0.255951455205554,0.0,0.457500445439043,0.255951455205554,0.0,0.531000077336212,0.255951455205554,0.0,0.24325927932584,0.5,0.255951455205554,0.0,0.192353579395694,0.5,0.255951455205554,0.0,0.081990200661897,0.5,0.255951455205554,0.0,0.0870857444818031,0.255951455205554,0.0,0.0979198287460354,0.0,0.177893612156676,0.255951455205554,0.0,0.243544769728129,0.5,0.255951455205554,0.0,0.505029847746268,0.255951455205554,0.0,0.240775914252895,0.255951455205554,0.0,0.157854761997901,0.255951455205554,0.0,0.153635424241785,0.0,0.965283852368871 -7849,0.255951455205554,0.0,0.493146638157413,0.255951455205554,0.0,0.38232528551016,0.255951455205554,0.0,0.468284042637804,0.255951455205554,0.0,0.49819201996458,0.255951455205554,0.0,0.547859633459901,0.255951455205554,0.0,0.265667124113759,0.5,0.255951455205554,0.0,0.166812810447126,0.5,0.255951455205554,0.0,0.0796680061227464,0.5,0.255951455205554,0.0,0.0923223372464199,0.255951455205554,0.0,0.0878708624725544,0.0,0.215527985882084,0.255951455205554,0.0,0.249488079283315,0.5,0.255951455205554,0.0,0.513686482395108,0.255951455205554,0.0,0.26204325885075,0.255951455205554,0.0,0.175190550833168,0.255951455205554,0.0,0.194512727380337,0.0,0.942836147842134 -7850,0.255951455205554,0.0,0.463203513890374,0.255951455205554,0.0,0.522469413491953,0.255951455205554,0.0,0.545971193812942,0.255951455205554,0.0,0.446013230646757,0.255951455205554,0.0,0.484599002898271,0.255951455205554,0.0,0.267813334944942,0.5,0.255951455205554,0.0,0.151262644583607,0.5,0.255951455205554,0.0,0.0713744438295098,0.5,0.255951455205554,0.0,0.0800510086969912,0.255951455205554,0.0,0.178759037565388,0.0,0.232482522818894,0.255951455205554,0.0,0.274397993076728,0.5,0.255951455205554,0.0,0.515726392003834,0.255951455205554,0.0,0.289768069032222,0.255951455205554,0.0,0.205235804848472,0.255951455205554,0.0,0.235644066544606,0.0,0.873272142010162 -7851,0.255951455205554,0.0,0.486289412409773,0.255951455205554,0.0,0.641472402490382,0.255951455205554,0.0,0.623033722283049,0.255951455205554,0.0,0.547504782094743,0.255951455205554,0.0,0.477885530403712,0.255951455205554,0.0,0.223220903683751,0.5,0.255951455205554,0.0,0.251745717695712,0.5,0.255951455205554,0.0,0.0689679449719252,0.5,0.255951455205554,0.0,0.0849914780921206,0.255951455205554,0.0,0.317966757173827,0.0,0.233142990531115,0.255951455205554,0.0,0.284607891317217,0.5,0.255951455205554,0.0,0.534429075418462,0.255951455205554,0.0,0.316520270248213,0.255951455205554,0.0,0.243071257968546,0.255951455205554,0.0,0.270906350588609,0.0,0.68076800013106 -7852,0.255951455205554,0.0,0.800890066258689,0.255951455205554,0.0,0.697944228661643,0.255951455205554,0.0,0.70079789824784,0.255951455205554,0.0,0.687016530217436,0.255951455205554,0.0,0.500242738278225,0.255951455205554,0.0,0.214526373219093,0.5,0.255951455205554,0.0,0.272182695025927,0.5,0.255951455205554,0.0,0.0730218343135436,0.5,0.255951455205554,0.0,0.0852473230651234,0.255951455205554,0.0,0.315554065672108,0.0,0.247612530245377,0.255951455205554,0.0,0.296974170081816,0.5,0.255951455205554,0.0,0.590767624351748,0.255951455205554,0.0,0.332819347181823,0.255951455205554,0.0,0.324861343775594,0.255951455205554,0.0,0.264994912893776,0.0,0.738666313473489 -7853,0.255951455205554,0.0,0.880265492603428,0.255951455205554,0.0,0.670129789664382,0.255951455205554,0.0,0.669233952184602,0.255951455205554,0.0,0.925561209515703,0.255951455205554,0.0,0.432480468712802,0.255951455205554,0.0,0.201516803777384,0.5,0.255951455205554,0.0,0.204702468943954,0.5,0.255951455205554,0.0,0.0667450389877563,0.5,0.255951455205554,0.0,0.0730960398733453,0.255951455205554,0.0,0.228819411841184,0.0,0.224306288952081,0.255951455205554,0.0,0.329846279530646,0.5,0.255951455205554,0.0,0.682967187438356,0.255951455205554,0.0,0.350565048114575,0.255951455205554,0.0,0.358066703434333,0.255951455205554,0.0,0.240717538760447,0.0,0.819232599527935 -7854,0.255951455205554,0.0,0.758618322599769,0.255951455205554,0.0,0.913315586512064,0.255951455205554,0.0,0.586917432886025,0.255951455205554,0.0,0.695357074781093,0.255951455205554,0.0,0.346168639094349,0.255951455205554,0.0,0.279369593001638,0.5,0.255951455205554,0.0,0.138601700119056,0.5,0.255951455205554,0.0,0.0625574142567624,0.5,0.255951455205554,0.0,0.0713343821146271,0.255951455205554,0.0,0.139415089003863,0.0,0.212511672869379,0.255951455205554,0.0,0.356808258810284,0.5,0.255951455205554,0.0,0.737918927973091,0.255951455205554,0.0,0.355874554728336,0.255951455205554,0.0,0.337655444670424,0.255951455205554,0.0,0.224056309563183,0.0,0.794820628596744 -7855,0.255951455205554,0.0,0.655923552941301,0.255951455205554,0.0,0.696327595399109,0.255951455205554,0.0,0.474495682774765,0.255951455205554,0.0,0.622756447056047,0.255951455205554,0.0,0.332240453950822,0.255951455205554,0.0,0.293286037136889,0.5,0.255951455205554,0.0,0.0972356897801724,0.5,0.255951455205554,0.0,0.0636940046635417,0.5,0.255951455205554,0.0,0.0684463381840842,0.255951455205554,0.0,0.0979187491198203,0.0,0.327319961278216,0.255951455205554,0.0,0.419403271873446,0.5,0.255951455205554,0.0,0.706132992366136,0.255951455205554,0.0,0.365007854062942,0.255951455205554,0.0,0.296901280938004,0.255951455205554,0.0,0.258400446867972,0.0,0.73429318742834 -7856,0.255951455205554,0.0,0.540935932282982,0.255951455205554,0.0,0.579635167287378,0.255951455205554,0.0,0.380707505637742,0.255951455205554,0.0,0.400914272627962,0.255951455205554,0.0,0.277900704214765,0.255951455205554,0.0,0.238369600590704,0.5,0.255951455205554,0.0,0.0894391704718382,0.5,0.255951455205554,0.0,0.0645627806352476,0.5,0.255951455205554,0.0,0.0619578831112612,0.255951455205554,0.0,0.07339439087118,0.0,0.386218379107933,0.255951455205554,0.0,0.430423746460925,0.5,0.255951455205554,0.0,0.639505048859554,0.255951455205554,0.0,0.387642120692409,0.255951455205554,0.0,0.261642557058954,0.255951455205554,0.0,0.320769728375048,0.0,0.733828235498948 -7857,0.255951455205554,0.000439482639816188,0.489452544859096,0.255951455205554,0.000692208686003715,0.237289455553614,0.255951455205554,0.000877602302271206,0.302908827146052,0.255951455205554,0.00075157624475526,0.270096070184081,0.255951455205554,0.000705887708117607,0.223976065447728,0.255951455205554,0.000680665749343228,0.185468847180011,0.5,0.255951455205554,0.00114303379788596,0.105272100826384,0.5,0.255951455205554,0.0159228264344141,0.0537612336129688,0.5,0.255951455205554,0.0192389006573157,0.0639388402521063,0.255951455205554,0.00105475593052403,0.045627467559175,0.000346779537744474,0.367837001401151,0.255951455205554,0.00101314803235259,0.40611047809789,0.5,0.255951455205554,0.000294633168007186,0.611996395316244,0.255951455205554,0.00295730406930825,0.390940169987835,0.255951455205554,0.0015178250959503,0.267227056192271,0.255951455205554,0.00359880596576789,0.288454560928496,0.000886356031238792,0.805786754666877 -7858,0.255951455205554,0.0114699995300034,0.438775273783236,0.255951455205554,0.00736036292862785,0.165066903937737,0.255951455205554,0.0316924456969418,0.262218186743606,0.255951455205554,0.00969980675570234,0.243651387426363,0.255951455205554,0.0263787828436378,0.198012387629138,0.255951455205554,0.00294367881961974,0.17205231647756,0.5,0.255951455205554,0.00869673905975092,0.115797142765729,0.5,0.255951455205554,0.0840273311382875,0.0457218897793015,0.5,0.255951455205554,0.0710086636734724,0.0680168596528053,0.255951455205554,0.0113964459786684,0.017257923302383,0.0010390590771552,0.215008924184418,0.255951455205554,0.00268230621545365,0.364210965521637,0.5,0.255951455205554,0.00487978356775759,0.567878117992041,0.255951455205554,0.0140733181613026,0.336568253127093,0.255951455205554,0.00572950907015788,0.365697569190107,0.255951455205554,0.0163936581130937,0.205594103997947,0.00845981887434099,0.846891359679478 -7859,0.255951455205554,0.0401232403162421,0.408998539509691,0.255951455205554,0.01618748982381,0.141994465481294,0.255951455205554,0.108347775317768,0.235915529212356,0.255951455205554,0.0353112960000976,0.224253063536632,0.255951455205554,0.0990707914301445,0.156416269470793,0.255951455205554,0.00416793218074493,0.202709926326057,0.5,0.255951455205554,0.0135429589553341,0.125243190919433,0.5,0.255951455205554,0.144484442156806,0.0468419264516725,0.5,0.255951455205554,0.122904523203157,0.0636070794544228,0.255951455205554,0.0162386900574763,0.0105582361910831,0.00133583668779249,0.135862896192131,0.255951455205554,0.00726532554439731,0.353512326121537,0.5,0.255951455205554,0.0268097486367139,0.631775536203392,0.255951455205554,0.0198622177905054,0.291657530356806,0.255951455205554,0.00568638719447942,0.460368111997544,0.255951455205554,0.0126699717489351,0.173833373904979,0.0413704836664672,0.824518462671638 -7860,0.255951455205554,0.0893017288636687,0.397487137108658,0.255951455205554,0.0341177539901752,0.142389652491995,0.255951455205554,0.185348823189839,0.222885212950669,0.255951455205554,0.0733917516495826,0.18733052063998,0.255951455205554,0.180175851550508,0.111378127569465,0.255951455205554,0.00602992596461587,0.218890692333538,0.5,0.255951455205554,0.0149330075105142,0.120225173488039,0.5,0.255951455205554,0.17540720668815,0.0532737256080246,0.5,0.255951455205554,0.147341800915226,0.0618325383374171,0.255951455205554,0.0128991357774724,0.0268683700527307,0.00285777509402514,0.156976559958558,0.255951455205554,0.0161227676894743,0.362398733030793,0.5,0.255951455205554,0.0648968331858258,0.645708277259447,0.255951455205554,0.015761649010588,0.264528586590927,0.255951455205554,0.00905184922188569,0.542329614947511,0.255951455205554,0.00655523306985481,0.208671832952994,0.0875251357844534,0.787616800131594 -7861,0.255951455205554,0.149546212899426,0.411112543910091,0.255951455205554,0.0558979493380687,0.156105878709555,0.255951455205554,0.238615975674429,0.230350146443353,0.255951455205554,0.14512531157872,0.193164637964684,0.255951455205554,0.22483818990098,0.0702963553370912,0.255951455205554,0.0114598681012628,0.190198653030135,0.5,0.255951455205554,0.0131799742369916,0.0991307868574675,0.5,0.255951455205554,0.175654513992418,0.051453325884612,0.5,0.255951455205554,0.144633373398539,0.0510795877084315,0.255951455205554,0.00888407557551137,0.0622090404377676,0.00928473258717592,0.541813425439334,0.255951455205554,0.0233717836448135,0.42123987845313,0.5,0.255951455205554,0.073730860288699,0.57141470491321,0.255951455205554,0.0104008476994479,0.235805192410899,0.255951455205554,0.0123156891194943,0.513614225053291,0.255951455205554,0.00535435933987066,0.224843169838475,0.154314637612,0.773086512740873 -7862,0.255951455205554,0.160824721377903,0.43162942658643,0.255951455205554,0.0621112744534386,0.169520143730043,0.255951455205554,0.25210180816829,0.245265269256703,0.255951455205554,0.187891449408982,0.249552943621048,0.255951455205554,0.237009890917113,0.0521309976841227,0.255951455205554,0.0181386136260575,0.14464382952884,0.5,0.255951455205554,0.0102979170512039,0.0709540450919628,0.5,0.255951455205554,0.16648241919039,0.0359603419286872,0.5,0.255951455205554,0.104600682987523,0.0338225842253894,0.255951455205554,0.00538662298559225,0.079355518200746,0.0361543712780506,0.501678584883363,0.255951455205554,0.024779005002587,0.404312991835074,0.5,0.255951455205554,0.0526343914260723,0.401356103380865,0.255951455205554,0.00390003843564391,0.232426942959447,0.255951455205554,0.0179602064832211,0.41271062762151,0.255951455205554,0.00734453204651909,0.201158709519182,0.278273538682048,0.736691585075558 -7863,0.255951455205554,0.120197004247198,0.386899052704323,0.255951455205554,0.0315832382077942,0.155745659391256,0.255951455205554,0.204675747630403,0.213012555966751,0.255951455205554,0.221291737143285,0.266690000245129,0.255951455205554,0.195042968693439,0.0337824984536555,0.255951455205554,0.0184669829846667,0.120542094373573,0.5,0.255951455205554,0.00856491879406983,0.0488770544524785,0.5,0.255951455205554,0.132972567209281,0.0241767512902669,0.5,0.255951455205554,0.0574485503473538,0.0291414640898702,0.255951455205554,0.00274013785683205,0.0657169163653901,0.0496409150661848,0.351272643738782,0.255951455205554,0.0177399256829756,0.331547767970243,0.5,0.255951455205554,0.0324239807782153,0.255279289909329,0.255951455205554,0.0016791589528794,0.218421677616061,0.255951455205554,0.0142239461154711,0.314838067289991,0.255951455205554,0.00623072017589749,0.172963478428577,0.121317777987706,0.648469562549783 -7864,0.255951455205554,0.0,0.390930039100394,0.255951455205554,0.0,0.170612356781585,0.255951455205554,0.0146257361299378,0.170145942215584,0.255951455205554,0.0,0.266531194093518,0.255951455205554,0.0558971530490302,0.0186738229797774,0.255951455205554,0.00602493157868578,0.118256532921303,0.5,0.255951455205554,0.00394315894812962,0.0528831466267943,0.5,0.255951455205554,0.0651381248102452,0.0151546399913747,0.5,0.255951455205554,0.0179108901545901,0.0320290484502249,0.255951455205554,0.000675079733765994,0.0518520513910873,0.0,0.11724449429737,0.255951455205554,3.46482021330591e-05,0.219412463754534,0.5,0.255951455205554,0.0,0.190783378413839,0.255951455205554,5.97062246003671e-05,0.192096786208133,0.255951455205554,0.0,0.204922906593791,0.255951455205554,0.000205277690458583,0.146505363759856,0.0,0.4894873572534 -7865,0.255951455205554,0.0,0.406869141352204,0.255951455205554,0.0,0.18051488532171,0.255951455205554,0.0,0.148126242346247,0.255951455205554,0.0,0.257091799177064,0.255951455205554,0.0,0.0108052615736145,0.255951455205554,0.0,0.126841602387972,0.5,0.255951455205554,0.0,0.0818944339918747,0.5,0.255951455205554,0.0,0.0163261121669959,0.5,0.255951455205554,0.0,0.0705292721959845,0.255951455205554,0.0,0.0536032262558642,0.0,0.0429183484213804,0.255951455205554,0.0,0.141308093512277,0.5,0.255951455205554,0.0,0.183273582591172,0.255951455205554,0.0,0.175190681074862,0.255951455205554,0.0,0.100690930252144,0.255951455205554,0.0,0.113704155003704,0.0,0.481114808685562 -7866,0.255951455205554,0.0,0.378831933696153,0.255951455205554,0.0,0.149151834673426,0.255951455205554,0.0,0.137330708425214,0.255951455205554,0.0,0.249900486788452,0.255951455205554,0.0,0.00845951497745231,0.255951455205554,0.0,0.120529287755415,0.5,0.255951455205554,0.0,0.124110592724753,0.5,0.255951455205554,0.0,0.0446694081847051,0.5,0.255951455205554,0.0,0.139724999198148,0.255951455205554,0.0,0.107941818813691,0.0,0.0351338544862196,0.255951455205554,0.0,0.0842173646448073,0.5,0.255951455205554,0.0,0.196618912863597,0.255951455205554,0.0,0.160263620302944,0.255951455205554,0.0,0.0426719483735628,0.255951455205554,0.0,0.0602446992952878,0.0,0.512304914337424 -7867,0.255951455205554,0.0,0.37876914117528,0.255951455205554,0.0,0.134411331902604,0.255951455205554,0.0,0.132806667242336,0.255951455205554,0.0,0.257243389754678,0.255951455205554,0.0,0.00706246202673723,0.255951455205554,0.0,0.077915151535173,0.5,0.255951455205554,0.0,0.151530195420666,0.5,0.255951455205554,0.0,0.0904586475413293,0.5,0.255951455205554,0.0,0.17152698748654,0.255951455205554,0.0,0.178456777470411,0.0,0.0363059895263021,0.255951455205554,0.0,0.0620765126223298,0.5,0.255951455205554,0.0,0.219923354622597,0.255951455205554,0.0,0.118246289273369,0.255951455205554,0.0,0.0251999631388245,0.255951455205554,0.0,0.0240933760400625,0.0,0.589788519144237 -7868,0.255951455205554,0.0,0.413409072411125,0.255951455205554,0.0,0.129197868339303,0.255951455205554,0.0,0.127297536890646,0.255951455205554,0.0,0.24069565027606,0.255951455205554,0.0,0.00610846420094019,0.255951455205554,0.0,0.0416888090671407,0.5,0.255951455205554,0.0,0.144119459784624,0.5,0.255951455205554,0.0,0.0960809003415637,0.5,0.255951455205554,0.0,0.141062261720552,0.255951455205554,0.0,0.228671359182317,0.0,0.023483995408874,0.255951455205554,0.0,0.0595776688285398,0.5,0.255951455205554,0.0,0.227836573627557,0.255951455205554,0.0,0.0888753780566235,0.255951455205554,0.0,0.0279073218964152,0.255951455205554,0.0,0.0122077581501326,0.0,0.600018251984343 -7869,0.255951455205554,0.0,0.486970438847011,0.255951455205554,0.0,0.135016187002981,0.255951455205554,0.0,0.112912847695508,0.255951455205554,0.0,0.210980737760697,0.255951455205554,0.0,0.00641429535563648,0.255951455205554,0.0,0.0260443082772576,0.5,0.255951455205554,0.0,0.11845677361548,0.5,0.255951455205554,0.0,0.0687433944135877,0.5,0.255951455205554,0.0,0.100622358862981,0.255951455205554,0.0,0.255098563083075,0.0,0.0257827475410001,0.255951455205554,0.0,0.0632693109778728,0.5,0.255951455205554,0.0,0.203395821332858,0.255951455205554,0.0,0.0645158284977798,0.255951455205554,0.0,0.0354804797437814,0.255951455205554,0.0,0.00663677503943082,0.0,0.473861005474961 -7870,0.255951455205554,0.0,0.506173891865736,0.255951455205554,0.0,0.131198938806558,0.255951455205554,0.0,0.0881630946928393,0.255951455205554,0.0,0.15554364315387,0.255951455205554,0.0,0.00682161846440908,0.255951455205554,0.0,0.0201079445298768,0.5,0.255951455205554,0.0,0.0907912634431978,0.5,0.255951455205554,0.0,0.0476013894188403,0.5,0.255951455205554,0.0,0.0761590424540267,0.255951455205554,0.0,0.26647292329573,0.0,0.0454702186344237,0.255951455205554,0.0,0.0687180265549088,0.5,0.255951455205554,0.0,0.178040210072619,0.255951455205554,0.0,0.0436899841372802,0.255951455205554,0.0,0.0409458459659298,0.255951455205554,0.0,0.00360003413602413,0.0,0.344922342614261 -7871,0.255951455205554,0.0,0.41499234830912,0.255951455205554,0.0,0.0899653563981445,0.255951455205554,0.0,0.0614057831873102,0.255951455205554,0.0,0.110273131551496,0.255951455205554,0.0,0.00822081658814948,0.255951455205554,0.0,0.020897933630832,0.5,0.255951455205554,0.0,0.0761676363225433,0.5,0.255951455205554,0.0,0.0449711937262901,0.5,0.255951455205554,0.0,0.0711722678046753,0.255951455205554,0.0,0.253390365103555,0.0,0.0646315675959046,0.255951455205554,0.0,0.0715423053250135,0.5,0.255951455205554,0.0,0.156193175131125,0.255951455205554,0.0,0.0233742646812041,0.255951455205554,0.0,0.0426937855481122,0.255951455205554,0.0,0.00217140959728242,0.0,0.181344306329655 -7872,0.255951455205554,0.0,0.31911275342827,0.255951455205554,0.0,0.0620888383315923,0.255951455205554,0.0,0.0402650512406547,0.255951455205554,0.0,0.0602031702404065,0.255951455205554,0.0,0.0111603794476136,0.255951455205554,0.0,0.024813851685188,0.5,0.255951455205554,0.0,0.0775186908965224,0.5,0.255951455205554,0.0,0.0510082877770827,0.5,0.255951455205554,0.0,0.0735207047989677,0.255951455205554,0.0,0.205036608719136,0.0,0.0593836001661259,0.255951455205554,0.0,0.0636425150459261,0.5,0.255951455205554,0.0,0.126784003175481,0.255951455205554,0.0,0.0122129742442575,0.255951455205554,0.0,0.0360793941884898,0.255951455205554,0.0,0.00150273051749547,0.0,0.0995302674576735 -7873,0.255951455205554,0.0,0.187944819011549,0.255951455205554,0.0,0.048555077593271,0.255951455205554,0.0,0.0280674177157036,0.255951455205554,0.0,0.0323445531896352,0.255951455205554,0.0,0.0147190214897834,0.255951455205554,0.0,0.0266908176643289,0.5,0.255951455205554,0.0,0.0768658000223991,0.5,0.255951455205554,0.0,0.0599015815577766,0.5,0.255951455205554,0.0,0.0873046729165038,0.255951455205554,0.0,0.166644135384912,0.0,0.054627246959248,0.255951455205554,0.0,0.0535413523614589,0.5,0.255951455205554,0.0,0.0946560712252671,0.255951455205554,0.0,0.0068613682455877,0.255951455205554,0.0,0.0264077914595224,0.255951455205554,0.0,0.000920550141618724,0.0,0.079631462341622 -7874,0.255951455205554,0.0,0.0946494594413524,0.255951455205554,0.0,0.0474564830813559,0.255951455205554,0.0,0.0262384224031321,0.255951455205554,0.0,0.0280303330523286,0.255951455205554,0.0,0.0188689621678612,0.255951455205554,0.0,0.0272915269027727,0.5,0.255951455205554,0.0,0.0651033047578413,0.5,0.255951455205554,0.0,0.0754571344600593,0.5,0.255951455205554,0.0,0.103445253592618,0.255951455205554,0.0,0.156760386148336,0.0,0.0512978108483947,0.255951455205554,0.0,0.0448273504075028,0.5,0.255951455205554,0.0,0.0777856729602964,0.255951455205554,0.0,0.00438823817347293,0.255951455205554,0.0,0.0212011445477944,0.255951455205554,0.0,0.000923436446574655,0.0,0.131148735030937 -7875,0.255951455205554,0.0,0.0643894532575492,0.255951455205554,0.0,0.0602290335998306,0.255951455205554,0.0,0.0309048847209404,0.255951455205554,0.0,0.0373516950398351,0.255951455205554,0.0,0.0238425082413148,0.255951455205554,0.0,0.0257104450225732,0.5,0.255951455205554,0.0,0.0531850070605795,0.5,0.255951455205554,0.0,0.093680869921268,0.5,0.255951455205554,0.0,0.0981791385975807,0.255951455205554,0.0,0.161361375252004,0.0,0.0526308331589188,0.255951455205554,0.0,0.0415470022245692,0.5,0.255951455205554,0.0,0.0794323963584514,0.255951455205554,0.0,0.00285933370883772,0.255951455205554,0.0,0.0170265464146917,0.255951455205554,0.0,0.00116784405288365,0.0,0.242268354764883 -7876,0.255951455205554,0.0,0.078134209901609,0.255951455205554,0.0,0.0664135821194115,0.255951455205554,0.0,0.0325929446533412,0.255951455205554,0.0,0.0482760055283578,0.255951455205554,0.0,0.0285163801034442,0.255951455205554,0.0,0.0263272192365068,0.5,0.255951455205554,0.0,0.054727001397665,0.5,0.255951455205554,0.0,0.0933924357595295,0.5,0.255951455205554,0.0,0.0789642271006252,0.255951455205554,0.0,0.156529272229505,0.0,0.0471383603150767,0.255951455205554,0.0,0.0388762406554099,0.5,0.255951455205554,0.0,0.0852012946948866,0.255951455205554,0.0,0.00286690484353353,0.255951455205554,0.0,0.0124189323338639,0.255951455205554,0.0,0.00178336593976109,0.0,0.266833243662791 -7877,0.255951455205554,0.0,0.117007129459506,0.255951455205554,0.0,0.0607173813324347,0.255951455205554,0.0,0.0257247931798342,0.255951455205554,0.0,0.0405648219042343,0.255951455205554,0.0,0.0315403915521454,0.255951455205554,0.0,0.0264510870319097,0.5,0.255951455205554,0.0,0.0657279195121819,0.5,0.255951455205554,0.0,0.0850223634424096,0.5,0.255951455205554,0.0,0.0673020979207706,0.255951455205554,0.0,0.155269997226664,0.0,0.0377917270641562,0.255951455205554,0.0,0.034093603675817,0.5,0.255951455205554,0.0,0.0864369357677685,0.255951455205554,0.0,0.00292735099116816,0.255951455205554,0.0,0.00913900260186088,0.255951455205554,0.0,0.00301364580452138,0.0,0.198896261818313 -7878,0.255951455205554,0.0,0.130460264256967,0.255951455205554,0.0,0.0473131042411417,0.255951455205554,0.0,0.0171882035056696,0.255951455205554,0.0,0.0246491997875603,0.255951455205554,0.0,0.036456315971756,0.255951455205554,0.0,0.0291773197892123,0.5,0.255951455205554,0.0,0.0720815637620419,0.5,0.255951455205554,0.0,0.077853628814263,0.5,0.255951455205554,0.0,0.0782377620087473,0.255951455205554,0.0,0.15389136735542,0.0,0.0302909022068483,0.255951455205554,0.0,0.0292550454513971,0.5,0.255951455205554,0.0,0.0812910682930294,0.255951455205554,0.0,0.00272608711605848,0.255951455205554,0.0,0.007352780000342,0.255951455205554,0.0,0.0046604170867897,0.0,0.111026603304146 -7879,0.255951455205554,0.0,0.0918377300151106,0.255951455205554,0.0,0.0337719318584183,0.255951455205554,0.0,0.0115027513237723,0.255951455205554,0.0,0.0158881801736967,0.255951455205554,0.0,0.0446320383979394,0.255951455205554,0.0,0.0357790150705513,0.5,0.255951455205554,0.0,0.0746232266984262,0.5,0.255951455205554,0.0,0.0776609267369859,0.5,0.255951455205554,0.0,0.0945516548257798,0.255951455205554,0.0,0.160889188381394,0.0,0.0236867056101426,0.255951455205554,0.0,0.0256039366211437,0.5,0.255951455205554,0.0,0.077657146748033,0.255951455205554,0.0,0.002941842619377,0.255951455205554,0.0,0.00788742256554931,0.255951455205554,0.0,0.00606805517013338,0.0,0.0578745248899578 -7880,0.255951455205554,0.0,0.0442632719836965,0.255951455205554,0.0,0.0230673460304119,0.255951455205554,0.0,0.00931368688485258,0.255951455205554,0.0,0.0112663099641831,0.255951455205554,0.0,0.0541585862900658,0.255951455205554,0.0,0.042751745834145,0.5,0.255951455205554,0.0,0.0762705691005815,0.5,0.255951455205554,0.0,0.0949819977911239,0.5,0.255951455205554,0.0,0.108644106097752,0.255951455205554,0.0,0.159712330378625,0.0,0.0219048640673334,0.255951455205554,0.0,0.0243882703474036,0.5,0.255951455205554,0.0,0.0727250609054816,0.255951455205554,0.0,0.00375394945387088,0.255951455205554,0.0,0.0100298066850029,0.255951455205554,0.0,0.00787198216310803,0.0,0.0376566183110219 -7881,0.255951455205554,0.00183055344308676,0.0194588006592968,0.255951455205554,0.00464905879218861,0.022660545313399,0.255951455205554,0.00440307465688228,0.0100265728403636,0.255951455205554,0.00323222422832471,0.0131035862939383,0.255951455205554,0.00542442573833407,0.0622694187760017,0.255951455205554,0.0137085527578815,0.0450373060008607,0.5,0.255951455205554,0.00247770081282454,0.0853821586519985,0.5,0.255951455205554,0.00631579926238442,0.121694428018419,0.5,0.255951455205554,0.0203795165330396,0.115146589794218,0.255951455205554,0.0017445453360949,0.18241086167654,0.00298898676815237,0.0240395764222887,0.255951455205554,0.00333247614220721,0.0245124895719571,0.5,0.255951455205554,0.00346887534473683,0.0611409149035198,0.255951455205554,0.0125134388308213,0.00408396133219712,0.255951455205554,0.00819271168991008,0.00959604654499416,0.255951455205554,0.0287756120063571,0.00902072710239864,0.00175616112747389,0.0279737198198688 -7882,0.255951455205554,0.0914530060098551,0.0162342581890568,0.255951455205554,0.117285970456049,0.0342445948115148,0.255951455205554,0.111809235296574,0.0127246176484192,0.255951455205554,0.111920766758141,0.0116510979475102,0.255951455205554,0.144114016814298,0.0673532852171501,0.255951455205554,0.161861728474988,0.0481049324996153,0.5,0.255951455205554,0.0350179769709843,0.108955367765662,0.5,0.255951455205554,0.0374529268881766,0.165048707399166,0.5,0.255951455205554,0.0953994841762433,0.124512334574332,0.255951455205554,0.0223576365049903,0.236885225409188,0.0113589161663897,0.026701014144435,0.255951455205554,0.025373968713069,0.0235813205662784,0.5,0.255951455205554,0.0456214498371568,0.0469782340748892,0.255951455205554,0.0771477290086276,0.00390913166306775,0.255951455205554,0.0733269364534694,0.00752143345331866,0.255951455205554,0.188133735401039,0.00749624077625597,0.0932308084169157,0.0160648038876793 -7883,0.255951455205554,0.21654256699047,0.0199518294726685,0.255951455205554,0.220172284597445,0.0311723737236629,0.255951455205554,0.221267190574602,0.0173046515917621,0.255951455205554,0.233471406375155,0.00948668319442982,0.255951455205554,0.285319124546477,0.0758888846653539,0.255951455205554,0.297376161579324,0.0473685642420251,0.5,0.255951455205554,0.064611985755649,0.122329221914529,0.5,0.255951455205554,0.0709772413019589,0.186083338824741,0.5,0.255951455205554,0.168695347893413,0.158833897552954,0.255951455205554,0.0432971023686242,0.248752516934095,0.0223556236778629,0.0248454773749244,0.255951455205554,0.0424844705104976,0.02571001921006,0.5,0.255951455205554,0.0832822084840699,0.0399847754722259,0.255951455205554,0.165419761436902,0.0036742751374395,0.255951455205554,0.113004093791457,0.00969863761655459,0.255951455205554,0.335562197151122,0.00715328159933197,0.240419273136039,0.00713384993789504 -7884,0.255951455205554,0.298997486203688,0.0197289444206945,0.255951455205554,0.307480323652775,0.0144428055814004,0.255951455205554,0.298914849715267,0.0237611311699005,0.255951455205554,0.301406683767634,0.0118002238228776,0.255951455205554,0.372692661433668,0.102555518128628,0.255951455205554,0.383997241035827,0.0624328664275662,0.5,0.255951455205554,0.0800102019624525,0.133459122531654,0.5,0.255951455205554,0.101647796871588,0.168467498596145,0.5,0.255951455205554,0.223399940614404,0.184217305268803,0.255951455205554,0.0614172466829127,0.335580513723546,0.0346959097044692,0.0290727446297453,0.255951455205554,0.0533808689387165,0.0328704006004055,0.5,0.255951455205554,0.103400845413957,0.0460002065984182,0.255951455205554,0.208594096175918,0.00661001274491682,0.255951455205554,0.130533887034773,0.00942012292485752,0.255951455205554,0.424811985461889,0.0124709831695456,0.335297149806982,0.00531413751792426 -7885,0.255951455205554,0.327381976222777,0.0154759687867064,0.255951455205554,0.370355501400837,0.00627842255637273,0.255951455205554,0.339817905394488,0.0313225616452915,0.255951455205554,0.311734903866547,0.0160568808632327,0.255951455205554,0.394626389193218,0.140447383822415,0.255951455205554,0.409913149833407,0.0895352841130906,0.5,0.255951455205554,0.0792518498091612,0.123741160089159,0.5,0.255951455205554,0.117043684463611,0.182169823357336,0.5,0.255951455205554,0.242734952730537,0.191992510621298,0.255951455205554,0.0587144033396169,0.286503099476559,0.0275956184897406,0.0270284981825049,0.255951455205554,0.0557948809720625,0.0325453095964079,0.5,0.255951455205554,0.109765791738643,0.0451363185020317,0.255951455205554,0.194148512116176,0.0124790441161891,0.255951455205554,0.155349526363703,0.00740347580292663,0.255951455205554,0.448363879186695,0.0247477887352934,0.353638380381093,0.00735929009975609 -7886,0.255951455205554,0.291791924480235,0.0098204681423611,0.255951455205554,0.326770662561666,0.00223259852980014,0.255951455205554,0.320521006643363,0.032824660655245,0.255951455205554,0.308620138938617,0.0170043022942971,0.255951455205554,0.352523879110336,0.152301081289637,0.255951455205554,0.373052689737484,0.108250737614962,0.5,0.255951455205554,0.0667634867511361,0.104211070592959,0.5,0.255951455205554,0.105295908199128,0.173964813365082,0.5,0.255951455205554,0.215681407525302,0.186363232205336,0.255951455205554,0.0451099137627323,0.1921451332133,0.019291111728584,0.0180013205878649,0.255951455205554,0.0440021583947156,0.018563899969541,0.5,0.255951455205554,0.113680457816224,0.0288853022865232,0.255951455205554,0.151059883324089,0.0296572122606612,0.255951455205554,0.189435520390423,0.0137069728593571,0.255951455205554,0.405245712757731,0.0370247323605946,0.300061979211035,0.0114029315991388 -7887,0.255951455205554,0.19135418420179,0.00527105810343097,0.255951455205554,0.201920697699508,0.00104316242649381,0.255951455205554,0.232254119596937,0.0308296356597452,0.255951455205554,0.218984472039529,0.0174636616145431,0.255951455205554,0.254945184723722,0.155838947778911,0.255951455205554,0.249237172465735,0.090727052872135,0.5,0.255951455205554,0.0417687501174661,0.0918229943339562,0.5,0.255951455205554,0.069651938485272,0.145128169172297,0.5,0.255951455205554,0.138521890336276,0.154935181256247,0.255951455205554,0.0330485025588946,0.153294814935781,0.009183820025687,0.00356493814889299,0.255951455205554,0.0330321618451282,0.00493883792588017,0.5,0.255951455205554,0.084871049684735,0.0177805315449448,0.255951455205554,0.109343323434952,0.0285744169403795,0.255951455205554,0.176172329431902,0.00806518168636319,0.255951455205554,0.28167742264106,0.0256569267842206,0.197169290606511,0.0180775358727222 -7888,0.255951455205554,0.0,0.00359424118162509,0.255951455205554,0.0,0.000827378026644168,0.255951455205554,0.00992361179819997,0.0341017924494007,0.255951455205554,0.0,0.0165710825786318,0.255951455205554,0.0540599279963783,0.177042781049049,0.255951455205554,0.0386654607141558,0.0942001628136621,0.5,0.255951455205554,0.0140596845967087,0.0835535694452001,0.5,0.255951455205554,0.0191409895137161,0.123686674195929,0.5,0.255951455205554,0.0140018341252094,0.140456612335138,0.255951455205554,0.0159187187825784,0.117725436548536,1.59260459530474e-05,0.000793220270653655,0.255951455205554,0.000227314572631201,0.00168530038087335,0.5,0.255951455205554,2.25097034083483e-05,0.0125628001584218,0.255951455205554,0.000114819401147117,0.014472682884804,0.255951455205554,0.0,0.00654208219922383,0.255951455205554,0.00146029336933181,0.0417207228236359,0.0,0.024784267109339 -7889,0.255951455205554,0.0,0.00386679416178845,0.255951455205554,0.0,0.00073598781084163,0.255951455205554,0.0,0.0419376110747945,0.255951455205554,0.0,0.018083873182886,0.255951455205554,0.0,0.213968948570774,0.255951455205554,0.0,0.111064423814712,0.5,0.255951455205554,0.0,0.0787371080378392,0.5,0.255951455205554,0.0,0.128204283732699,0.5,0.255951455205554,0.0,0.156498022023566,0.255951455205554,0.0,0.102453389234606,0.0,0.000306644239443933,0.255951455205554,0.0,0.000851216435688289,0.5,0.255951455205554,0.0,0.00815869929737515,0.255951455205554,0.0,0.00946419381152327,0.255951455205554,0.0,0.00835691835789812,0.255951455205554,0.0,0.0538553683218401,0.0,0.0350651887590984 -7890,0.255951455205554,0.0,0.00416792446142254,0.255951455205554,0.0,0.000864433749926324,0.255951455205554,0.0,0.0449874360025508,0.255951455205554,0.0,0.019070600999146,0.255951455205554,0.0,0.232263326141896,0.255951455205554,0.0,0.116805729055268,0.5,0.255951455205554,0.0,0.0849567532117199,0.5,0.255951455205554,0.0,0.154449639617425,0.5,0.255951455205554,0.0,0.173257858631223,0.255951455205554,0.0,0.105458117124938,0.0,2.69174469528308e-05,0.255951455205554,0.0,0.000837590832216233,0.5,0.255951455205554,0.0,0.00497593784797919,0.255951455205554,0.0,0.010714750924408,0.255951455205554,0.0,0.00934292655390006,0.255951455205554,0.0,0.0599732223536617,0.0,0.0523623331684222 -7891,0.255951455205554,0.0,0.0044154667614092,0.255951455205554,0.0,0.00120224946359816,0.255951455205554,0.0,0.0494159924133414,0.255951455205554,0.0,0.021862255604163,0.255951455205554,0.0,0.236182411011941,0.255951455205554,0.0,0.118321941641548,0.5,0.255951455205554,0.0,0.0964567483070773,0.5,0.255951455205554,0.0,0.172827347824917,0.5,0.255951455205554,0.0,0.18278261200935,0.255951455205554,0.0,0.132320893243099,0.0,6.72671326844474e-05,0.255951455205554,0.0,0.00103504323208558,0.5,0.255951455205554,0.0,0.00375340416903314,0.255951455205554,0.0,0.0145375584154119,0.255951455205554,0.0,0.0108584563928753,0.255951455205554,0.0,0.070442861759422,0.0,0.0743519339950998 -7892,0.255951455205554,0.0,0.0051838653850647,0.255951455205554,0.0,0.00308242617627105,0.255951455205554,0.0,0.0566387035174247,0.255951455205554,0.0,0.0285980494629604,0.255951455205554,0.0,0.247004104276184,0.255951455205554,0.0,0.124010471851436,0.5,0.255951455205554,0.0,0.121520363485507,0.5,0.255951455205554,0.0,0.198293080755501,0.5,0.255951455205554,0.0,0.181834830568523,0.255951455205554,0.0,0.129019264286632,0.0,0.000306091089528583,0.255951455205554,0.0,0.000975474324908635,0.5,0.255951455205554,0.0,0.00465508512252323,0.255951455205554,0.0,0.0219601760889588,0.255951455205554,0.0,0.0140461919786884,0.255951455205554,0.0,0.0784061437734378,0.0,0.09438495373629 -7893,0.255951455205554,0.0,0.00624296598551029,0.255951455205554,0.0,0.0054322463383929,0.255951455205554,0.0,0.0668394211241757,0.255951455205554,0.0,0.0406577271038166,0.255951455205554,0.0,0.264643341638363,0.255951455205554,0.0,0.130740036648116,0.5,0.255951455205554,0.0,0.129210601863101,0.5,0.255951455205554,0.0,0.215847171550245,0.5,0.255951455205554,0.0,0.183998946508909,0.255951455205554,0.0,0.12216794342963,0.0,0.000535133198032555,0.255951455205554,0.0,0.000934041575761672,0.5,0.255951455205554,0.0,0.00594322991532886,0.255951455205554,0.0,0.0315012991935344,0.255951455205554,0.0,0.0174688919098457,0.255951455205554,0.0,0.0752132324122683,0.0,0.121790735010455 -7894,0.255951455205554,0.0,0.00868358946918343,0.255951455205554,0.0,0.00831293916327725,0.255951455205554,0.0,0.0809056184498679,0.255951455205554,0.0,0.0539661681805135,0.255951455205554,0.0,0.285305332517328,0.255951455205554,0.0,0.129341650405829,0.5,0.255951455205554,0.0,0.12989566149566,0.5,0.255951455205554,0.0,0.210306168801707,0.5,0.255951455205554,0.0,0.184516900707308,0.255951455205554,0.0,0.126082837114215,0.0,0.000634753299177676,0.255951455205554,0.0,0.00103164999599145,0.5,0.255951455205554,0.0,0.00582523009091223,0.255951455205554,0.0,0.0363999336491531,0.255951455205554,0.0,0.0194177365021699,0.255951455205554,0.0,0.0653672189232793,0.0,0.155383099160605 -7895,0.255951455205554,0.0,0.0140184412391246,0.255951455205554,0.0,0.0146975383114754,0.255951455205554,0.0,0.0999243390855514,0.255951455205554,0.0,0.067942600878712,0.255951455205554,0.0,0.294810846995256,0.255951455205554,0.0,0.119161514669247,0.5,0.255951455205554,0.0,0.129493930197232,0.5,0.255951455205554,0.0,0.204540996166378,0.5,0.255951455205554,0.0,0.179958104882951,0.255951455205554,0.0,0.133574226881582,0.0,0.000603514367126423,0.255951455205554,0.0,0.00118000946603713,0.5,0.255951455205554,0.0,0.00512972338646658,0.255951455205554,0.0,0.0358025733850554,0.255951455205554,0.0,0.0211177773559257,0.255951455205554,0.0,0.0598322145934663,0.0,0.209411077931508 -7896,0.255951455205554,0.0,0.0222195201605283,0.255951455205554,0.0,0.02307770236695,0.255951455205554,0.0,0.118241647414061,0.255951455205554,0.0,0.08156467034659,0.255951455205554,0.0,0.292544555825214,0.255951455205554,0.0,0.116810696113442,0.5,0.255951455205554,0.0,0.117013529752255,0.5,0.255951455205554,0.0,0.211693644486356,0.5,0.255951455205554,0.0,0.187980732467274,0.255951455205554,0.0,0.141692838687707,0.0,0.000499163881452128,0.255951455205554,0.0,0.00145048332993127,0.5,0.255951455205554,0.0,0.00447689548647054,0.255951455205554,0.0,0.0269856118937997,0.255951455205554,0.0,0.0234214841417791,0.255951455205554,0.0,0.0525898902744174,0.0,0.286736736784447 -7897,0.255951455205554,0.0,0.0314724887372403,0.255951455205554,0.0,0.0302388318546008,0.255951455205554,0.0,0.135145062276182,0.255951455205554,0.0,0.0931302226406351,0.255951455205554,0.0,0.288371921497696,0.255951455205554,0.0,0.111069775844552,0.5,0.255951455205554,0.0,0.103110080063564,0.5,0.255951455205554,0.0,0.213364768371069,0.5,0.255951455205554,0.0,0.19295885335402,0.255951455205554,0.0,0.133710033673901,0.0,0.000392574070056384,0.255951455205554,0.0,0.00192469138877445,0.5,0.255951455205554,0.0,0.00388179287729259,0.255951455205554,0.0,0.0214194521549232,0.255951455205554,0.0,0.0262279950620147,0.255951455205554,0.0,0.0501968953184877,0.0,0.398098225968377 -7898,0.255951455205554,0.0,0.0402265948563625,0.255951455205554,0.0,0.0353081610545471,0.255951455205554,0.0,0.152929660259582,0.255951455205554,0.0,0.107222208320095,0.255951455205554,0.0,0.281590811531103,0.255951455205554,0.0,0.102098607492116,0.5,0.255951455205554,0.0,0.0910300731812107,0.5,0.255951455205554,0.0,0.209501409398026,0.5,0.255951455205554,0.0,0.170805248007933,0.255951455205554,0.0,0.106727277210205,0.0,0.000585572284571773,0.255951455205554,0.0,0.00307917151057782,0.5,0.255951455205554,0.0,0.00417754660900128,0.255951455205554,0.0,0.0261058112436657,0.255951455205554,0.0,0.0293780976422902,0.255951455205554,0.0,0.0508402338462732,0.0,0.52402178529268 -7899,0.255951455205554,0.0,0.0472916438921902,0.255951455205554,0.0,0.0408884078307213,0.255951455205554,0.0,0.173536569017006,0.255951455205554,0.0,0.127985430595237,0.255951455205554,0.0,0.263664187560368,0.255951455205554,0.0,0.0942806349158196,0.5,0.255951455205554,0.0,0.0820367429924453,0.5,0.255951455205554,0.0,0.199029292402095,0.5,0.255951455205554,0.0,0.150802612074222,0.255951455205554,0.0,0.09613224244553,0.0,0.00104874857804662,0.255951455205554,0.0,0.0053578920602984,0.5,0.255951455205554,0.0,0.00633916014196478,0.255951455205554,0.0,0.0395806227907298,0.255951455205554,0.0,0.0348889392737074,0.255951455205554,0.0,0.0490868708894207,0.0,0.618408444686051 -7900,0.255951455205554,0.0,0.0537689899922634,0.255951455205554,0.0,0.0453632796668707,0.255951455205554,0.0,0.199382183105853,0.255951455205554,0.0,0.155047122534003,0.255951455205554,0.0,0.248805955069034,0.255951455205554,0.0,0.0838400339033613,0.5,0.255951455205554,0.0,0.078613748637723,0.5,0.255951455205554,0.0,0.165195837687279,0.5,0.255951455205554,0.0,0.139894453651844,0.255951455205554,0.0,0.0958131835678735,0.0,0.00427570380230485,0.255951455205554,0.0,0.0093101680867505,0.5,0.255951455205554,0.0,0.0085033211700793,0.255951455205554,0.0,0.0511549254435612,0.255951455205554,0.0,0.04519314736247,0.255951455205554,0.0,0.050623129108797,0.0,0.676264573077935 -7901,0.255951455205554,0.0,0.0602224236276522,0.255951455205554,0.0,0.0475183725681054,0.255951455205554,0.0,0.223228403694225,0.255951455205554,0.0,0.186192755103967,0.255951455205554,0.0,0.238593421988568,0.255951455205554,0.0,0.074235082161689,0.5,0.255951455205554,0.0,0.078527724909098,0.5,0.255951455205554,0.0,0.121708251262282,0.5,0.255951455205554,0.0,0.120726101652712,0.255951455205554,0.0,0.0850940209589787,0.0,0.00860390713339486,0.255951455205554,0.0,0.0139459675071334,0.5,0.255951455205554,0.0,0.00953798345529984,0.255951455205554,0.0,0.0544182909508823,0.255951455205554,0.0,0.0661912912453146,0.255951455205554,0.0,0.060385442825693,0.0,0.719111759152078 -7902,0.255951455205554,0.0,0.0667069979784099,0.255951455205554,0.0,0.0495782363073209,0.255951455205554,0.0,0.246047582023038,0.255951455205554,0.0,0.226020985241379,0.255951455205554,0.0,0.237923836926286,0.255951455205554,0.0,0.074381294075025,0.5,0.255951455205554,0.0,0.0745552534578744,0.5,0.255951455205554,0.0,0.105735819151768,0.5,0.255951455205554,0.0,0.102585962165399,0.255951455205554,0.0,0.0600291300523691,0.0,0.010792394759263,0.255951455205554,0.0,0.0170997343910227,0.5,0.255951455205554,0.0,0.0110917770595818,0.255951455205554,0.0,0.0598866035617337,0.255951455205554,0.0,0.0901361965352288,0.255951455205554,0.0,0.0792800459105052,0.0,0.779840095021714 -7903,0.255951455205554,0.0,0.0737516714771308,0.255951455205554,0.0,0.0628667281063816,0.255951455205554,0.0,0.271880050826236,0.255951455205554,0.0,0.259160325755213,0.255951455205554,0.0,0.249646317255463,0.255951455205554,0.0,0.0713962402277513,0.5,0.255951455205554,0.0,0.0677028063148487,0.5,0.255951455205554,0.0,0.108438102375137,0.5,0.255951455205554,0.0,0.095926518688521,0.255951455205554,0.0,0.0636725089458752,0.0,0.0130429307126783,0.255951455205554,0.0,0.0217054363993963,0.5,0.255951455205554,0.0,0.0132341074153334,0.255951455205554,0.0,0.0695602352220551,0.255951455205554,0.0,0.110048713442909,0.255951455205554,0.0,0.0948026230199489,0.0,0.822211113722065 -7904,0.255951455205554,0.0,0.082650239310086,0.255951455205554,0.0,0.0980235389013079,0.255951455205554,0.0,0.304522604265787,0.255951455205554,0.0,0.286542039215912,0.255951455205554,0.0,0.274265517118989,0.255951455205554,0.0,0.0726235669708013,0.5,0.255951455205554,0.0,0.0655747485654702,0.5,0.255951455205554,0.0,0.10686045846318,0.5,0.255951455205554,0.0,0.101720306140752,0.255951455205554,0.0,0.0861767748892157,0.0,0.0166485074115293,0.255951455205554,0.0,0.0273553624937169,0.5,0.255951455205554,0.0,0.0141101991839377,0.255951455205554,0.0,0.0824892466022652,0.255951455205554,0.0,0.122709591965015,0.255951455205554,0.0,0.0955264413365324,0.0,0.858030266871882 -7905,0.255951455205554,0.00110186219031908,0.0957536127485553,0.255951455205554,0.0031395677530158,0.118783285932772,0.255951455205554,0.00260095232296374,0.333579932110554,0.255951455205554,0.00188721581124868,0.320489441710149,0.255951455205554,0.00226807421693323,0.295340361004181,0.255951455205554,0.0091232025592815,0.0671113943310324,0.5,0.255951455205554,0.00372612131118586,0.0640377946473702,0.5,0.255951455205554,0.0107862961255967,0.0995479897607343,0.5,0.255951455205554,0.0194437218767887,0.120626717676713,0.255951455205554,0.00246736194909931,0.088775107194244,0.0187043997310817,0.0151266022096745,0.255951455205554,0.0127608888921798,0.0321821143254418,0.5,0.255951455205554,0.00972311497005343,0.0113992207180434,0.255951455205554,0.0281037265074243,0.0874751122874616,0.255951455205554,0.0148704888930656,0.118602441769614,0.255951455205554,0.0239032335988202,0.09526911725893,0.0010164360445757,0.882816129516014 -7906,0.255951455205554,0.0752682127092578,0.110875188156306,0.255951455205554,0.0886493848883599,0.106542669065548,0.255951455205554,0.0719162997718908,0.375049839100005,0.255951455205554,0.070281624619458,0.373263209867292,0.255951455205554,0.0544862179222668,0.310581678863277,0.255951455205554,0.137385244879904,0.066286257007639,0.5,0.255951455205554,0.054439014737613,0.0734492194542218,0.5,0.255951455205554,0.0795460320456139,0.107001512506179,0.5,0.255951455205554,0.087426127555021,0.165844784043391,0.255951455205554,0.0329191235283378,0.0874702476985067,0.133354325060031,0.011972535091639,0.255951455205554,0.105767398198152,0.041210896072818,0.5,0.255951455205554,0.146535379688187,0.00908439718366104,0.255951455205554,0.125386897212737,0.117855894356898,0.255951455205554,0.140073763213095,0.12824614090878,0.255951455205554,0.171438446433542,0.110957993624182,0.085462602468618,0.896878567413177 -7907,0.255951455205554,0.189331462717913,0.134887491456678,0.255951455205554,0.214658229628665,0.139021360455993,0.255951455205554,0.162688341125184,0.445823836340295,0.255951455205554,0.162559005367826,0.487715079048824,0.255951455205554,0.124115556798268,0.329903059897522,0.255951455205554,0.275403034046454,0.0710275540394846,0.5,0.255951455205554,0.109726532238526,0.0851754869539404,0.5,0.255951455205554,0.155904264049744,0.143602301738943,0.5,0.255951455205554,0.157708860113904,0.21949232756638,0.255951455205554,0.051878145312657,0.0845852210446637,0.251910378673742,0.0203673221481012,0.255951455205554,0.215586728015255,0.0663639825570031,0.5,0.255951455205554,0.280975642728065,0.00949660460740442,0.255951455205554,0.208254027927736,0.178911121064698,0.255951455205554,0.273921050514839,0.207011015973371,0.255951455205554,0.31579078367993,0.152487151453774,0.215832957693879,0.902859427391496 -7908,0.255951455205554,0.280892202425691,0.174035691597803,0.255951455205554,0.299850209237012,0.202827230702382,0.255951455205554,0.235771150908999,0.499952416294561,0.255951455205554,0.231446508851639,0.52916152285787,0.255951455205554,0.187731605475041,0.358337327102535,0.255951455205554,0.374464577990367,0.0948535698463069,0.5,0.255951455205554,0.145105628422631,0.107843642988029,0.5,0.255951455205554,0.215870569064944,0.153568499011947,0.5,0.255951455205554,0.214938455491389,0.277209406106686,0.255951455205554,0.0710227038902261,0.0871654229659781,0.349602361271509,0.0409450159379047,0.255951455205554,0.285890195729714,0.105360647538668,0.5,0.255951455205554,0.352715929134751,0.0128089957454068,0.255951455205554,0.260368525132316,0.27146943180356,0.255951455205554,0.358266758097865,0.355435848961092,0.255951455205554,0.411254794523777,0.226287835081002,0.319357542319581,0.90391171276415 -7909,0.255951455205554,0.312794018744974,0.218610291646566,0.255951455205554,0.324349205503994,0.250900178780574,0.255951455205554,0.273324051860373,0.540742047565827,0.255951455205554,0.272916523686807,0.612729292079448,0.255951455205554,0.228524827556304,0.376299517254276,0.255951455205554,0.409829691565839,0.12413175897168,0.5,0.255951455205554,0.151634016577649,0.109038587540332,0.5,0.255951455205554,0.243136615178774,0.177216055660618,0.5,0.255951455205554,0.248222962547032,0.28914713156379,0.255951455205554,0.0710241152991098,0.0814991633463371,0.397832357097423,0.0638584349986136,0.255951455205554,0.271274373014417,0.109366135754567,0.5,0.255951455205554,0.347601027176763,0.0183962718492623,0.255951455205554,0.286060626661853,0.294426106118093,0.255951455205554,0.356745680296965,0.504706298619515,0.255951455205554,0.443478717262232,0.28388920303344,0.35491777998602,0.903618593873646 -7910,0.255951455205554,0.286864586036404,0.249514618731284,0.255951455205554,0.295231924515529,0.252209655392341,0.255951455205554,0.263195267732052,0.550974385828688,0.255951455205554,0.259787414404096,0.611998213649664,0.255951455205554,0.23173188926272,0.366915935606575,0.255951455205554,0.372272899401219,0.13489942483694,0.5,0.255951455205554,0.1379817716488,0.103654161387262,0.5,0.255951455205554,0.230020094017304,0.192715920564516,0.5,0.255951455205554,0.229757925220437,0.281448105690422,0.255951455205554,0.0780402861397424,0.0673181303068847,0.362199806165769,0.0626142558714596,0.255951455205554,0.208934018028491,0.0987979181327467,0.5,0.255951455205554,0.287161057072334,0.0207306454113062,0.255951455205554,0.258748978736362,0.238765106840668,0.255951455205554,0.284538439070596,0.461818212120929,0.255951455205554,0.406697538768847,0.274978495302533,0.31851207596952,0.902779472557946 -7911,0.255951455205554,0.20144544685825,0.264652156376867,0.255951455205554,0.201092018943047,0.222704019450406,0.255951455205554,0.20476352967715,0.516785565370919,0.255951455205554,0.193808348413748,0.573898493991528,0.255951455205554,0.183566424052767,0.319744345983457,0.255951455205554,0.255118153642502,0.114289555397803,0.5,0.255951455205554,0.0975883018376588,0.0890108164670123,0.5,0.255951455205554,0.179239350869383,0.199084290481407,0.5,0.255951455205554,0.149611663814008,0.246394455634764,0.255951455205554,0.0548024856128465,0.0548198921721429,0.214076552630925,0.0495031139144359,0.255951455205554,0.113126682165409,0.0787962568037332,0.5,0.255951455205554,0.152726512066902,0.0242692596833662,0.255951455205554,0.165210626187493,0.16385987180252,0.255951455205554,0.189082079723768,0.318470947834532,0.255951455205554,0.282794796263076,0.217006599090699,0.222527022020517,0.902574593353026 -7912,0.255951455205554,0.0,0.295314351592977,0.255951455205554,0.0,0.218842794075068,0.255951455205554,0.00473937050684217,0.496639118282657,0.255951455205554,0.0,0.573990814065916,0.255951455205554,0.0404155900935336,0.263497470944969,0.255951455205554,0.0405421112013999,0.0892600674429629,0.5,0.255951455205554,0.0341506681555171,0.0686206492038256,0.5,0.255951455205554,0.0602038642709509,0.169931339786416,0.5,0.255951455205554,0.0249977716519135,0.206913938743898,0.255951455205554,0.0247814424214032,0.0518794677011897,0.0,0.0651659618176354,0.255951455205554,0.0,0.0798305625161162,0.5,0.255951455205554,6.19418109123165e-07,0.0348367325428111,0.255951455205554,0.000169904091852685,0.132396187627415,0.255951455205554,0.0,0.216176472226538,0.255951455205554,0.000304233395111606,0.184289885305971,0.0,0.904013016529012 -7913,0.255951455205554,0.0,0.329803958545011,0.255951455205554,0.0,0.23735624904372,0.255951455205554,0.0,0.504109234009866,0.255951455205554,0.0,0.590338160301705,0.255951455205554,0.0,0.247758783300319,0.255951455205554,0.0,0.0851326648318959,0.5,0.255951455205554,0.0,0.0532117565003977,0.5,0.255951455205554,0.0,0.149779971504382,0.5,0.255951455205554,0.0,0.19311627164928,0.255951455205554,0.0,0.0491281496726848,0.0,0.0717374786760656,0.255951455205554,0.0,0.0860298379548403,0.5,0.255951455205554,0.0,0.0418038683824024,0.255951455205554,0.0,0.129799660438505,0.255951455205554,0.0,0.199367378484844,0.255951455205554,0.0,0.180126029284989,0.0,0.904677725366054 -7914,0.255951455205554,0.0,0.3492681795487,0.255951455205554,0.0,0.259502581280053,0.255951455205554,0.0,0.515749160381504,0.255951455205554,0.0,0.620877899941755,0.255951455205554,0.0,0.249469694498914,0.255951455205554,0.0,0.0898614188765212,0.5,0.255951455205554,0.0,0.0623094395905697,0.5,0.255951455205554,0.0,0.146122620773654,0.5,0.255951455205554,0.0,0.195856690730216,0.255951455205554,0.0,0.0547153685517314,0.0,0.0654327830449256,0.255951455205554,0.0,0.0840270129457287,0.5,0.255951455205554,0.0,0.0431796760657459,0.255951455205554,0.0,0.134430488410797,0.255951455205554,0.0,0.203119092619095,0.255951455205554,0.0,0.17179781246926,0.0,0.905031777377269 -7915,0.255951455205554,0.0,0.37593749804846,0.255951455205554,0.0,0.278240466133122,0.255951455205554,0.0,0.525838983966003,0.255951455205554,0.0,0.656292848888003,0.255951455205554,0.0,0.261582896489098,0.255951455205554,0.0,0.0932536156611368,0.5,0.255951455205554,0.0,0.0687255855975325,0.5,0.255951455205554,0.0,0.137591846936539,0.5,0.255951455205554,0.0,0.189570653955734,0.255951455205554,0.0,0.0567692929868167,0.0,0.0585759882282534,0.255951455205554,0.0,0.081671635681104,0.5,0.255951455205554,0.0,0.0432739697253498,0.255951455205554,0.0,0.150840923480059,0.255951455205554,0.0,0.210000524289834,0.255951455205554,0.0,0.158749736476265,0.0,0.905764764271956 -7916,0.255951455205554,0.0,0.396304545837269,0.255951455205554,0.0,0.292689290192053,0.255951455205554,0.0,0.525313778982235,0.255951455205554,0.0,0.650242689817527,0.255951455205554,0.0,0.262318212963049,0.255951455205554,0.0,0.0934373553077708,0.5,0.255951455205554,0.0,0.0670292487278661,0.5,0.255951455205554,0.0,0.132065772036833,0.5,0.255951455205554,0.0,0.185631612334449,0.255951455205554,0.0,0.0463289440136464,0.0,0.0535462813719864,0.255951455205554,0.0,0.0834150325156804,0.5,0.255951455205554,0.0,0.0429582207916833,0.255951455205554,0.0,0.171520879376629,0.255951455205554,0.0,0.219413394703022,0.255951455205554,0.0,0.140459494888321,0.0,0.90657284344868 -7917,0.255951455205554,0.0,0.403881599559718,0.255951455205554,0.0,0.299495562613255,0.255951455205554,0.0,0.518658796508062,0.255951455205554,0.0,0.621019738779757,0.255951455205554,0.0,0.262314864459843,0.255951455205554,0.0,0.0938891640135439,0.5,0.255951455205554,0.0,0.0542568161083114,0.5,0.255951455205554,0.0,0.138238122019402,0.5,0.255951455205554,0.0,0.18547606708849,0.255951455205554,0.0,0.0396297492712938,0.0,0.0550408186683198,0.255951455205554,0.0,0.0869720924631394,0.5,0.255951455205554,0.0,0.0448669595731165,0.255951455205554,0.0,0.183516640234188,0.255951455205554,0.0,0.22457556191223,0.255951455205554,0.0,0.119743590785084,0.0,0.907146648862739 -7918,0.255951455205554,0.0,0.399778310837399,0.255951455205554,0.0,0.287066093024589,0.255951455205554,0.0,0.517658423911105,0.255951455205554,0.0,0.614995378988217,0.255951455205554,0.0,0.250852467274354,0.255951455205554,0.0,0.0856908186686515,0.5,0.255951455205554,0.0,0.0445747613911903,0.5,0.255951455205554,0.0,0.136202946896889,0.5,0.255951455205554,0.0,0.184683164905677,0.255951455205554,0.0,0.0429741135012999,0.0,0.0601698699390544,0.255951455205554,0.0,0.0882848135042178,0.5,0.255951455205554,0.0,0.0491429991707005,0.255951455205554,0.0,0.175682656370422,0.255951455205554,0.0,0.22645992511426,0.255951455205554,0.0,0.108738744260275,0.0,0.907421124026588 -7919,0.255951455205554,0.0,0.40104689629113,0.255951455205554,0.0,0.273365316840442,0.255951455205554,0.0,0.514964058326304,0.255951455205554,0.0,0.608613659979068,0.255951455205554,0.0,0.224009006058534,0.255951455205554,0.0,0.0682112013105346,0.5,0.255951455205554,0.0,0.0394749571013641,0.5,0.255951455205554,0.0,0.11220045429235,0.5,0.255951455205554,0.0,0.170713517194028,0.255951455205554,0.0,0.031761276804831,0.0,0.0631570932316477,0.255951455205554,0.0,0.0889302689989564,0.5,0.255951455205554,0.0,0.0594969273175296,0.255951455205554,0.0,0.176699691563784,0.255951455205554,0.0,0.217072548684283,0.255951455205554,0.0,0.113943143421133,0.0,0.907662101651505 -7920,0.255951455205554,0.0,0.407044099136952,0.255951455205554,0.0,0.281501558465822,0.255951455205554,0.0,0.510355253883649,0.255951455205554,0.0,0.596585353108779,0.255951455205554,0.0,0.206379615716695,0.255951455205554,0.0,0.0603710300471968,0.5,0.255951455205554,0.0,0.034190887518412,0.5,0.255951455205554,0.0,0.0937921925870264,0.5,0.255951455205554,0.0,0.14098054293373,0.255951455205554,0.0,0.02315675135962,0.0,0.0599456418878933,0.255951455205554,0.0,0.0872489748454388,0.5,0.255951455205554,0.0,0.0683264814110389,0.255951455205554,0.0,0.186556892941143,0.255951455205554,0.0,0.203616288862503,0.255951455205554,0.0,0.1200892762685,0.0,0.908047859160231 -7921,0.255951455205554,0.0,0.400924739009406,0.255951455205554,0.0,0.295179921919285,0.255951455205554,0.0,0.499467320637133,0.255951455205554,0.0,0.603477043023849,0.255951455205554,0.0,0.191062024000419,0.255951455205554,0.0,0.0601735431645393,0.5,0.255951455205554,0.0,0.0264470340489327,0.5,0.255951455205554,0.0,0.0849537042864453,0.5,0.255951455205554,0.0,0.110813203697492,0.255951455205554,0.0,0.0160850267458922,0.0,0.0653438465701104,0.255951455205554,0.0,0.0943893603831434,0.5,0.255951455205554,0.0,0.0767194014657374,0.255951455205554,0.0,0.202657396037775,0.255951455205554,0.0,0.187241605530166,0.255951455205554,0.0,0.126682332844341,0.0,0.908744631080535 -7922,0.255951455205554,0.0,0.404227062994846,0.255951455205554,0.0,0.297221303341989,0.255951455205554,0.0,0.484054326874433,0.255951455205554,0.0,0.601232951518421,0.255951455205554,0.0,0.17461146645534,0.255951455205554,0.0,0.0659691212771611,0.5,0.255951455205554,0.0,0.0186158085988026,0.5,0.255951455205554,0.0,0.0816227292354072,0.5,0.255951455205554,0.0,0.0954338158043352,0.255951455205554,0.0,0.0133764649351806,0.0,0.0921053945781827,0.255951455205554,0.0,0.107366417780488,0.5,0.255951455205554,0.0,0.0852885736578818,0.255951455205554,0.0,0.217883243271207,0.255951455205554,0.0,0.180376427870292,0.255951455205554,0.0,0.122043506349226,0.0,0.910284372865005 -7923,0.255951455205554,0.0,0.423016684779135,0.255951455205554,0.0,0.291882575111765,0.255951455205554,0.0,0.468807951981911,0.255951455205554,0.0,0.568300918667491,0.255951455205554,0.0,0.161449766979678,0.255951455205554,0.0,0.0672695744913117,0.5,0.255951455205554,0.0,0.0143670852541473,0.5,0.255951455205554,0.0,0.0752848694961307,0.5,0.255951455205554,0.0,0.0879343595470793,0.255951455205554,0.0,0.0104207394345676,0.0,0.128976174653848,0.255951455205554,0.0,0.120134526408627,0.5,0.255951455205554,0.0,0.0933468532331624,0.255951455205554,0.0,0.223636640549144,0.255951455205554,0.0,0.186712942627796,0.255951455205554,0.0,0.110142101574053,0.0,0.912514102449955 -7924,0.255951455205554,0.0,0.435363303737186,0.255951455205554,0.0,0.27953517046821,0.255951455205554,0.0,0.46243991438186,0.255951455205554,0.0,0.552715579303026,0.255951455205554,0.0,0.157254565803806,0.255951455205554,0.0,0.0602447273158758,0.5,0.255951455205554,0.0,0.0126423694381629,0.5,0.255951455205554,0.0,0.0636085761441051,0.5,0.255951455205554,0.0,0.0751019759986264,0.255951455205554,0.0,0.00911141003539315,0.0,0.144842418735576,0.255951455205554,0.0,0.128902258427006,0.5,0.255951455205554,0.0,0.102031730236842,0.255951455205554,0.0,0.229429832032222,0.255951455205554,0.0,0.19426887640812,0.255951455205554,0.0,0.0911166436193184,0.0,0.916027267007901 -7925,0.255951455205554,0.0,0.44732077149173,0.255951455205554,0.0,0.274995174539865,0.255951455205554,0.0,0.473469710431267,0.255951455205554,0.0,0.575733592403395,0.255951455205554,0.0,0.156849908302777,0.255951455205554,0.0,0.051536719903159,0.5,0.255951455205554,0.0,0.0131346416968363,0.5,0.255951455205554,0.0,0.051906193894428,0.5,0.255951455205554,0.0,0.0650302621767904,0.255951455205554,0.0,0.00938056063300176,0.0,0.129285651613204,0.255951455205554,0.0,0.136393972694925,0.5,0.255951455205554,0.0,0.110559508628671,0.255951455205554,0.0,0.23732685823258,0.255951455205554,0.0,0.184347675693055,0.255951455205554,0.0,0.077442714217252,0.0,0.919735318620734 -7926,0.255951455205554,0.0,0.476906127236187,0.255951455205554,0.0,0.27441629845122,0.255951455205554,0.0,0.492945280630653,0.255951455205554,0.0,0.612556900045794,0.255951455205554,0.0,0.150607257220843,0.255951455205554,0.0,0.0424127374449291,0.5,0.255951455205554,0.0,0.0135461451411545,0.5,0.255951455205554,0.0,0.0435149772123295,0.5,0.255951455205554,0.0,0.0586388413152947,0.255951455205554,0.0,0.00916189741648504,0.0,0.104844268263855,0.255951455205554,0.0,0.137176110831835,0.5,0.255951455205554,0.0,0.124357884578154,0.255951455205554,0.0,0.225787597315219,0.255951455205554,0.0,0.171979428524175,0.255951455205554,0.0,0.0682760987409248,0.0,0.92419671018285 -7927,0.255951455205554,0.0,0.507881112052871,0.255951455205554,0.0,0.297866608701272,0.255951455205554,0.0,0.512640503725332,0.255951455205554,0.0,0.652755850741121,0.255951455205554,0.0,0.143675122177328,0.255951455205554,0.0,0.0389458849022011,0.5,0.255951455205554,0.0,0.0127950662788198,0.5,0.255951455205554,0.0,0.0376997171278925,0.5,0.255951455205554,0.0,0.0532657552970661,0.255951455205554,0.0,0.00764798067619051,0.0,0.12366605903303,0.255951455205554,0.0,0.135639909797511,0.5,0.255951455205554,0.0,0.139067542398154,0.255951455205554,0.0,0.214043292905767,0.255951455205554,0.0,0.163788203273572,0.255951455205554,0.0,0.0592969672784038,0.0,0.929828756564175 -7928,0.255951455205554,0.0,0.546895969810717,0.255951455205554,0.0,0.386068823919503,0.255951455205554,0.0,0.531885646060723,0.255951455205554,0.0,0.693170119576187,0.255951455205554,0.0,0.132752400764918,0.255951455205554,0.0,0.0374179889930513,0.5,0.255951455205554,0.0,0.0109793552613992,0.5,0.255951455205554,0.0,0.031373660001451,0.5,0.255951455205554,0.0,0.0449876317493886,0.255951455205554,0.0,0.00654508563295116,0.0,0.156328604034734,0.255951455205554,0.0,0.143566897397451,0.5,0.255951455205554,0.0,0.151270473125644,0.255951455205554,0.0,0.207706569743269,0.255951455205554,0.0,0.162662395125071,0.255951455205554,0.0,0.0441869640425367,0.0,0.936038185745392 -7929,0.255951455205554,0.000772111023526801,0.593365943084597,0.255951455205554,0.00162953967456737,0.513578109360888,0.255951455205554,0.00125387094823596,0.555999415224627,0.255951455205554,0.000749751494101972,0.733249437708383,0.255951455205554,0.000882132176749198,0.115289305411265,0.255951455205554,0.00343064141995729,0.034206478782479,0.5,0.255951455205554,0.00124351349090884,0.00893724658081614,0.5,0.255951455205554,0.00534664328646265,0.0312276116692375,0.5,0.255951455205554,0.0234247249763125,0.0447425833088007,0.255951455205554,0.000765446859702444,0.00539877570914144,0.00328321594029743,0.252825611118751,0.255951455205554,0.0185467154894579,0.1794749641799,0.5,0.255951455205554,0.0071020387629482,0.159833274815505,0.255951455205554,0.0258187122824442,0.205088033178932,0.255951455205554,0.0109792921613938,0.169277835389187,0.255951455205554,0.0161791045321028,0.0351325095191112,0.000512095987328097,0.939708846934976 -7930,0.255951455205554,0.101591118574113,0.647537565543913,0.255951455205554,0.0310815782397251,0.677737632228209,0.255951455205554,0.0306976844105109,0.579484133225946,0.255951455205554,0.0261772985111659,0.754369611906912,0.255951455205554,0.0198348602722863,0.0957926820039599,0.255951455205554,0.0545292817192748,0.0309398575225891,0.5,0.255951455205554,0.0141693695304315,0.00847681114057877,0.5,0.255951455205554,0.040485397974038,0.0324500699002874,0.5,0.255951455205554,0.0967943807601008,0.0529733002734923,0.255951455205554,0.00414336476152864,0.0041945679529995,0.0272868337103831,0.242664988502669,0.255951455205554,0.105437031821532,0.233927886760981,0.5,0.255951455205554,0.110291118364928,0.18106209068567,0.255951455205554,0.111672747958594,0.212757101788462,0.255951455205554,0.0992220458230123,0.213429507613699,0.255951455205554,0.126938510562613,0.0334084436978767,0.120014509599814,0.942591796332048 -7931,0.255951455205554,0.204797379282113,0.713987820249772,0.255951455205554,0.0549570205395402,0.684788050097048,0.255951455205554,0.06521395255514,0.583233076722212,0.255951455205554,0.0583793472366917,0.75082034051185,0.255951455205554,0.037559996835496,0.0809018981155973,0.255951455205554,0.116371434950547,0.0325992217976606,0.5,0.255951455205554,0.0291708032411195,0.00644468075028263,0.5,0.255951455205554,0.0751686010884291,0.0315956732137691,0.5,0.255951455205554,0.160195576270344,0.0663655998630713,0.255951455205554,0.00578769948750165,0.0037326586866616,0.0558454055757558,0.271772690576206,0.255951455205554,0.179479890334914,0.313116975561889,0.5,0.255951455205554,0.163020778645709,0.231365203141749,0.255951455205554,0.171431813759088,0.250049490547242,0.255951455205554,0.162382065823314,0.284426481802148,0.255951455205554,0.241373952499359,0.0324732404448079,0.261380950095003,0.950218646106854 -7932,0.255951455205554,0.241808094653294,0.789167021620786,0.255951455205554,0.068640572085608,0.750208383662641,0.255951455205554,0.0848293160023029,0.571610680936204,0.255951455205554,0.0785781854973791,0.724867812465473,0.255951455205554,0.0395776439891464,0.0716923543393937,0.255951455205554,0.151623324218232,0.0346493826185126,0.5,0.255951455205554,0.0391704848679609,0.00605106320762726,0.5,0.255951455205554,0.10514918715032,0.0290333014168307,0.5,0.255951455205554,0.183304968885311,0.0695912377119863,0.255951455205554,0.00651296098953414,0.00314926216538635,0.0889604703826375,0.390347858676462,0.255951455205554,0.240880180337897,0.397178946765463,0.5,0.255951455205554,0.15844730299291,0.312274971114449,0.255951455205554,0.20761867606808,0.322616303141218,0.255951455205554,0.190584864749881,0.436582442150378,0.255951455205554,0.309824351936654,0.0358428387355072,0.333701694132156,0.958216856633945 -7933,0.255951455205554,0.246503383126033,0.801107200278089,0.255951455205554,0.070423227845528,0.735552182066777,0.255951455205554,0.0862376039224153,0.562219385867251,0.255951455205554,0.0799178130369134,0.698137547557934,0.255951455205554,0.027506179701567,0.0643291225667761,0.255951455205554,0.144608890900545,0.0345940623063436,0.5,0.255951455205554,0.0437589412338356,0.00751801337257384,0.5,0.255951455205554,0.124502761876868,0.028902567983655,0.5,0.255951455205554,0.171718821688191,0.0726904727838573,0.255951455205554,0.00516496338930479,0.00402230714866394,0.145150418469249,0.353079798116859,0.255951455205554,0.277730115215583,0.460389231243446,0.5,0.255951455205554,0.166000182185282,0.386642909976385,0.255951455205554,0.208002964098456,0.337214908645067,0.255951455205554,0.18334244998498,0.452427986673421,0.255951455205554,0.314102010270547,0.0437611784506056,0.37616768342756,0.961302184129035 -7934,0.255951455205554,0.232116063312657,0.787490094210146,0.255951455205554,0.057466371572208,0.732284483747197,0.255951455205554,0.064630102029526,0.562285742732448,0.255951455205554,0.0598998483424587,0.695100833859373,0.255951455205554,0.021304090306486,0.0589614040890765,0.255951455205554,0.100361742653202,0.0300717373132391,0.5,0.255951455205554,0.0302682851375799,0.0091527569645387,0.5,0.255951455205554,0.120955806413869,0.0252462164062275,0.5,0.255951455205554,0.119048038157953,0.066356509863597,0.255951455205554,0.00895793313691801,0.00714101069946209,0.174912631706027,0.302713094260017,0.255951455205554,0.249009390485021,0.459511433308148,0.5,0.255951455205554,0.184548718114296,0.429502654878558,0.255951455205554,0.161093767093382,0.326766434944146,0.255951455205554,0.151592058480734,0.439876187475208,0.255951455205554,0.261448751775051,0.0496178554448597,0.343098419058905,0.968124996813506 -7935,0.255951455205554,0.163212071278753,0.781944416293915,0.255951455205554,0.0283776711866367,0.789448264929438,0.255951455205554,0.0372639291418066,0.557055231329152,0.255951455205554,0.0348240861092154,0.714466946058787,0.255951455205554,0.0109833673595633,0.0612952123000375,0.255951455205554,0.0433799562871947,0.0242341943596505,0.5,0.255951455205554,0.017505449076642,0.0103426225975359,0.5,0.255951455205554,0.0908635307394199,0.0171121053660829,0.5,0.255951455205554,0.0659640399250025,0.0483902071724,0.255951455205554,0.0213638473400326,0.00726199210192406,0.191168863741347,0.222720586527466,0.255951455205554,0.117532151707293,0.404881411567773,0.5,0.255951455205554,0.118831845420362,0.404662262815249,0.255951455205554,0.0850209102088826,0.271747821436429,0.255951455205554,0.0897054391649754,0.40659272256785,0.255951455205554,0.159665054962455,0.0465375278818377,0.265941135729618,0.970688197635783 -7936,0.255951455205554,0.0,0.788969098866587,0.255951455205554,0.0,0.800014477362116,0.255951455205554,4.10793350566239e-05,0.539520289740161,0.255951455205554,0.0,0.724675956061126,0.255951455205554,0.00246277872876114,0.0647382068802028,0.255951455205554,0.00671355539256624,0.0188705968525503,0.5,0.255951455205554,0.00754189739156034,0.00923054228220957,0.5,0.255951455205554,0.0395378000882511,0.0135942271236782,0.5,0.255951455205554,0.0124543838601612,0.033748666479703,0.255951455205554,0.0104934809765341,0.00728118641747283,0.0,0.218704041299132,0.255951455205554,0.0,0.326114043918473,0.5,0.255951455205554,0.0,0.386024240969746,0.255951455205554,0.0,0.216134924571668,0.255951455205554,0.0,0.366157310945049,0.255951455205554,0.0,0.0439580403999328,0.0,0.968818212695159 -7937,0.255951455205554,0.0,0.835801389180924,0.255951455205554,0.0,0.857415337589649,0.255951455205554,0.0,0.540438369744349,0.255951455205554,0.0,0.731971317685559,0.255951455205554,0.0,0.0655627405141364,0.255951455205554,0.0,0.0202871213854311,0.5,0.255951455205554,0.0,0.00798335192360836,0.5,0.255951455205554,0.0,0.0145588040642075,0.5,0.255951455205554,0.0,0.0288144173482361,0.255951455205554,0.0,0.00924389679090267,0.0,0.231716728438001,0.255951455205554,0.0,0.299507229610542,0.5,0.255951455205554,0.0,0.373676210100378,0.255951455205554,0.0,0.203408769299197,0.255951455205554,0.0,0.350895588933442,0.255951455205554,0.0,0.0427232076486979,0.0,0.966421590363389 -7938,0.255951455205554,0.0,0.876766838034013,0.255951455205554,0.0,0.868329522722909,0.255951455205554,0.0,0.551038487673372,0.255951455205554,0.0,0.748991895912593,0.255951455205554,0.0,0.0664635953630072,0.255951455205554,0.0,0.0209026609956118,0.5,0.255951455205554,0.0,0.00816418528048302,0.5,0.255951455205554,0.0,0.0143218601095751,0.5,0.255951455205554,0.0,0.0280282645353351,0.255951455205554,0.0,0.0120313960024075,0.0,0.2741809991712,0.255951455205554,0.0,0.308987478769979,0.5,0.255951455205554,0.0,0.366249806131829,0.255951455205554,0.0,0.208185751028175,0.255951455205554,0.0,0.346822506731774,0.255951455205554,0.0,0.0388784155352712,0.0,0.968515785956014 -7939,0.255951455205554,0.0,0.892273234661627,0.255951455205554,0.0,0.799283922774321,0.255951455205554,0.0,0.5440680086015,0.255951455205554,0.0,0.740090350397842,0.255951455205554,0.0,0.0661050065163187,0.255951455205554,0.0,0.0208318428350543,0.5,0.255951455205554,0.0,0.00837894408410507,0.5,0.255951455205554,0.0,0.0148182918164269,0.5,0.255951455205554,0.0,0.0255297800152432,0.255951455205554,0.0,0.01708318375552,0.0,0.334593137136913,0.255951455205554,0.0,0.329514944042455,0.5,0.255951455205554,0.0,0.37880837158699,0.255951455205554,0.0,0.204489941103966,0.255951455205554,0.0,0.339425818329988,0.255951455205554,0.0,0.0331550515594204,0.0,0.969519351619419 -7940,0.255951455205554,0.0,0.89253372915183,0.255951455205554,0.0,0.8007257225658,0.255951455205554,0.0,0.533525427996558,0.255951455205554,0.0,0.725356772943084,0.255951455205554,0.0,0.0633560790509823,0.255951455205554,0.0,0.0216243223228314,0.5,0.255951455205554,0.0,0.00859361902809447,0.5,0.255951455205554,0.0,0.0182748850407385,0.5,0.255951455205554,0.0,0.0248832531692916,0.255951455205554,0.0,0.0179995967623961,0.0,0.37352398389886,0.255951455205554,0.0,0.350853030454911,0.5,0.255951455205554,0.0,0.398605869730662,0.255951455205554,0.0,0.201879299361341,0.255951455205554,0.0,0.325217583501374,0.255951455205554,0.0,0.0313569136328793,0.0,0.971901736139288 -7941,0.255951455205554,0.0,0.887315338818574,0.255951455205554,0.0,0.801663689641128,0.255951455205554,0.0,0.524493207951332,0.255951455205554,0.0,0.692122501246817,0.255951455205554,0.0,0.0600484767718182,0.255951455205554,0.0,0.0210508377808067,0.5,0.255951455205554,0.0,0.0101712688325354,0.5,0.255951455205554,0.0,0.0226016768118712,0.5,0.255951455205554,0.0,0.025655963785236,0.255951455205554,0.0,0.027569187171421,0.0,0.318698986957344,0.255951455205554,0.0,0.373790615742299,0.5,0.255951455205554,0.0,0.412315821614413,0.255951455205554,0.0,0.193954210272243,0.255951455205554,0.0,0.299464889915844,0.255951455205554,0.0,0.0268650868392354,0.0,0.978318211746806 -7942,0.255951455205554,0.0,0.884759154238664,0.255951455205554,0.0,0.788376458415047,0.255951455205554,0.0,0.513017667304111,0.255951455205554,0.0,0.665794808191315,0.255951455205554,0.0,0.0544736974562347,0.255951455205554,0.0,0.0189795100044789,0.5,0.255951455205554,0.0,0.0144515781188133,0.5,0.255951455205554,0.0,0.0271054823776272,0.5,0.255951455205554,0.0,0.0270451974310331,0.255951455205554,0.0,0.0343813402261702,0.0,0.316092254707413,0.255951455205554,0.0,0.367182305791085,0.5,0.255951455205554,0.0,0.412207348527906,0.255951455205554,0.0,0.182767713118698,0.255951455205554,0.0,0.276379347172206,0.255951455205554,0.0,0.0221942577942123,0.0,0.979378187296624 -7943,0.255951455205554,0.0,0.888746156481144,0.255951455205554,0.0,0.804991379474382,0.255951455205554,0.0,0.495016622565339,0.255951455205554,0.0,0.648041997903565,0.255951455205554,0.0,0.0526810604316846,0.255951455205554,0.0,0.0163841004948266,0.5,0.255951455205554,0.0,0.0189044846984288,0.5,0.255951455205554,0.0,0.0303157964807291,0.5,0.255951455205554,0.0,0.0275312598248698,0.255951455205554,0.0,0.0345795585893722,0.0,0.333099504717489,0.255951455205554,0.0,0.341737157806522,0.5,0.255951455205554,0.0,0.3791717657111,0.255951455205554,0.0,0.167146722641018,0.255951455205554,0.0,0.242878293734622,0.255951455205554,0.0,0.0193016523691731,0.0,0.972818227759122 -7944,0.255951455205554,0.0,0.883095812367426,0.255951455205554,0.0,0.776835252414541,0.255951455205554,0.0,0.478868761664216,0.255951455205554,0.0,0.631658996510835,0.255951455205554,0.0,0.0563091672614809,0.255951455205554,0.0,0.0166503891623407,0.5,0.255951455205554,0.0,0.0195932340025404,0.5,0.255951455205554,0.0,0.0344650523124787,0.5,0.255951455205554,0.0,0.0273186509723364,0.255951455205554,0.0,0.0396927115868955,0.0,0.347995498664596,0.255951455205554,0.0,0.335395402270132,0.5,0.255951455205554,0.0,0.34901051969457,0.255951455205554,0.0,0.154792090230854,0.255951455205554,0.0,0.214750090563584,0.255951455205554,0.0,0.0176508650242622,0.0,0.965991807392384 -7945,0.255951455205554,0.0,0.869351178954555,0.255951455205554,0.0,0.720228552116976,0.255951455205554,0.0,0.471619145426476,0.255951455205554,0.0,0.621523328622243,0.255951455205554,0.0,0.0588370285016022,0.255951455205554,0.0,0.0210831465504725,0.5,0.255951455205554,0.0,0.0214859931073705,0.5,0.255951455205554,0.0,0.0364024652391832,0.5,0.255951455205554,0.0,0.0268598076156936,0.255951455205554,0.0,0.0537353480369981,0.0,0.34151344509018,0.255951455205554,0.0,0.325928666421325,0.5,0.255951455205554,0.0,0.335651999214582,0.255951455205554,0.0,0.142730580465117,0.255951455205554,0.0,0.201810757713041,0.255951455205554,0.0,0.0160386898267072,0.0,0.959794746258982 -7946,0.255951455205554,0.0,0.841518237903397,0.255951455205554,0.0,0.717710374254395,0.255951455205554,0.0,0.46991148546568,0.255951455205554,0.0,0.648802173071877,0.255951455205554,0.0,0.060436178353502,0.255951455205554,0.0,0.0251124191520917,0.5,0.255951455205554,0.0,0.0252634066129058,0.5,0.255951455205554,0.0,0.0375940025255408,0.5,0.255951455205554,0.0,0.026068513749052,0.255951455205554,0.0,0.0606175234242192,0.0,0.34523895276006,0.255951455205554,0.0,0.340989180511385,0.5,0.255951455205554,0.0,0.343956883684521,0.255951455205554,0.0,0.138592297964726,0.255951455205554,0.0,0.204184410074596,0.255951455205554,0.0,0.0153995357765554,0.0,0.957221150516354 -7947,0.255951455205554,0.0,0.802647781712447,0.255951455205554,0.0,0.733893455217236,0.255951455205554,0.0,0.464751081110622,0.255951455205554,0.0,0.661636235055123,0.255951455205554,0.0,0.0602460885609866,0.255951455205554,0.0,0.0286410515472346,0.5,0.255951455205554,0.0,0.0286403056737651,0.5,0.255951455205554,0.0,0.0386245554385718,0.5,0.255951455205554,0.0,0.0259885009558449,0.255951455205554,0.0,0.0648825460019307,0.0,0.345008932965252,0.255951455205554,0.0,0.356729006525281,0.5,0.255951455205554,0.0,0.383926520569827,0.255951455205554,0.0,0.136794762621402,0.255951455205554,0.0,0.210979857624981,0.255951455205554,0.0,0.0146031034085981,0.0,0.960907520327817 -7948,0.255951455205554,0.0,0.793881188119459,0.255951455205554,0.0,0.733141605360351,0.255951455205554,0.0,0.464383563792971,0.255951455205554,0.0,0.639122034557339,0.255951455205554,0.0,0.0625950049981693,0.255951455205554,0.0,0.033519380103989,0.5,0.255951455205554,0.0,0.0295413210097686,0.5,0.255951455205554,0.0,0.0404517848304304,0.5,0.255951455205554,0.0,0.0273935560916592,0.255951455205554,0.0,0.0682116017937322,0.0,0.347890435786977,0.255951455205554,0.0,0.381931235572101,0.5,0.255951455205554,0.0,0.42309641242134,0.255951455205554,0.0,0.142180166586896,0.255951455205554,0.0,0.217990938011203,0.255951455205554,0.0,0.0137968927963744,0.0,0.966452258277448 -7949,0.255951455205554,0.0,0.807419631398241,0.255951455205554,0.0,0.717530016613132,0.255951455205554,0.0,0.478757800092798,0.255951455205554,0.0,0.668236008666881,0.255951455205554,0.0,0.0692517117151762,0.255951455205554,0.0,0.0330244991468982,0.5,0.255951455205554,0.0,0.0321887185127193,0.5,0.255951455205554,0.0,0.0441139604582975,0.5,0.255951455205554,0.0,0.0289765242613013,0.255951455205554,0.0,0.0684007606902167,0.0,0.357542426453063,0.255951455205554,0.0,0.406269971408644,0.5,0.255951455205554,0.0,0.464906680009232,0.255951455205554,0.0,0.152273575487745,0.255951455205554,0.0,0.230877090183403,0.255951455205554,0.0,0.01486004057969,0.0,0.970064493852222 -7950,0.255951455205554,0.0,0.818473762928389,0.255951455205554,0.0,0.702942319777706,0.255951455205554,0.0,0.48730938592257,0.255951455205554,0.0,0.70888549009082,0.255951455205554,0.0,0.074937958322036,0.255951455205554,0.0,0.0317712613925792,0.5,0.255951455205554,0.0,0.0347515626694449,0.5,0.255951455205554,0.0,0.0446257058976509,0.5,0.255951455205554,0.0,0.029778944938599,0.255951455205554,0.0,0.0685350789097626,0.0,0.365397607884803,0.255951455205554,0.0,0.426848616245678,0.5,0.255951455205554,0.0,0.492529686956924,0.255951455205554,0.0,0.165157575445792,0.255951455205554,0.0,0.244637557361213,0.255951455205554,0.0,0.0177420659290623,0.0,0.975156752987468 -7951,0.255951455205554,0.0,0.81508559225658,0.255951455205554,0.0,0.80184942666237,0.255951455205554,0.0,0.500273346381348,0.255951455205554,0.0,0.704487605430724,0.255951455205554,0.0,0.0829688956254088,0.255951455205554,0.0,0.0318273432083903,0.5,0.255951455205554,0.0,0.0399389042200486,0.5,0.255951455205554,0.0,0.0476687353634476,0.5,0.255951455205554,0.0,0.0317107288984362,0.255951455205554,0.0,0.0777149526586848,0.0,0.376894227774777,0.255951455205554,0.0,0.438910932575129,0.5,0.255951455205554,0.0,0.521714887791869,0.255951455205554,0.0,0.168137860344355,0.255951455205554,0.0,0.253548708199288,0.255951455205554,0.0,0.0210152585769465,0.0,0.977070020305868 -7952,0.255951455205554,0.0,0.834923060469151,0.255951455205554,0.0,0.745964103868258,0.255951455205554,0.0,0.512796872841885,0.255951455205554,0.0,0.732471397765232,0.255951455205554,0.0,0.0923124897911162,0.255951455205554,0.0,0.0333687412372458,0.5,0.255951455205554,0.0,0.0451308264390472,0.5,0.255951455205554,0.0,0.0529387483105958,0.5,0.255951455205554,0.0,0.035667493933475,0.255951455205554,0.0,0.080059576959445,0.0,0.380751070097087,0.255951455205554,0.0,0.432475958247117,0.5,0.255951455205554,0.0,0.532836867008001,0.255951455205554,0.0,0.168869768717368,0.255951455205554,0.0,0.26958013159748,0.255951455205554,0.0,0.023459558858492,0.0,0.977792660103158 -7953,0.255951455205554,0.000105990470169404,0.854168893591531,0.255951455205554,0.000486281471061917,0.823451881419494,0.255951455205554,0.000920432895886854,0.540188299753101,0.255951455205554,0.000359162699637089,0.755431063856221,0.255951455205554,0.00200182470168893,0.0996570815505018,0.255951455205554,0.00647992428301489,0.0374737831469569,0.5,0.255951455205554,0.00512658004219476,0.0485394267224836,0.5,0.255951455205554,0.0198871862142318,0.0582827325788098,0.5,0.255951455205554,0.0370501891728567,0.0411076051827523,0.255951455205554,0.0043181409738138,0.0823187594555166,0.00583251255850126,0.396503766784877,0.255951455205554,0.00700694659968498,0.435537902031625,0.5,0.255951455205554,0.00195350777382598,0.552009981094908,0.255951455205554,0.0171164752450508,0.181778802814591,0.255951455205554,0.00593200636691083,0.298016329448013,0.255951455205554,0.0145316724344794,0.0268264660106675,0.0,0.977360728580543 -7954,0.255951455205554,0.0160194445676974,0.886722113148835,0.255951455205554,0.0102736380076154,0.855556608630201,0.255951455205554,0.0439338388739612,0.601435906423704,0.255951455205554,0.0257299848112788,0.780314000654844,0.255951455205554,0.0843192906777432,0.105605473101909,0.255951455205554,0.11819719905171,0.0366270452149696,0.5,0.255951455205554,0.110516028458399,0.0539481311788393,0.5,0.255951455205554,0.153364559455538,0.0621000362330953,0.5,0.255951455205554,0.163829160962839,0.0470131988268776,0.255951455205554,0.0823826763042482,0.100024592143825,0.0730239410852573,0.461313565822739,0.255951455205554,0.045937910354595,0.482563850890214,0.5,0.255951455205554,0.027915902315396,0.606300127131722,0.255951455205554,0.100444531130388,0.214238316186313,0.255951455205554,0.0587798910312169,0.33612133986682,0.255951455205554,0.118489317349783,0.0329947651406627,0.0277475058102963,0.979900740145901 -7955,0.255951455205554,0.035711481846568,0.904053229790475,0.255951455205554,0.0248101104327416,0.819083133853977,0.255951455205554,0.100130861840371,0.655962141389698,0.255951455205554,0.0577150810506078,0.835700687138537,0.255951455205554,0.193304885693331,0.119151902252616,0.255951455205554,0.233333147999115,0.0395312687258324,0.5,0.255951455205554,0.230125011398801,0.0817597041404617,0.5,0.255951455205554,0.292774439849077,0.111714107729525,0.5,0.255951455205554,0.287513630969253,0.0821001835911832,0.255951455205554,0.216757355686422,0.150142421735045,0.13806957016317,0.609207077439723,0.255951455205554,0.0723680213092648,0.542765287835776,0.5,0.255951455205554,0.0567795503894789,0.639113213254738,0.255951455205554,0.167903958087241,0.285639401487032,0.255951455205554,0.116411804383693,0.381844975544575,0.255951455205554,0.214508593114508,0.045439773806222,0.0523065792072357,0.980517046516812 -7956,0.255951455205554,0.0459282347618225,0.901093050463082,0.255951455205554,0.0433287391391861,0.826880108347554,0.255951455205554,0.137908556719269,0.691332649263498,0.255951455205554,0.064203824381904,0.830363403881431,0.255951455205554,0.274170360109387,0.154046409986213,0.255951455205554,0.313466504371636,0.0568548895721822,0.5,0.255951455205554,0.336167381693115,0.130962327520127,0.5,0.255951455205554,0.384793382586208,0.147574253301175,0.5,0.255951455205554,0.371945817195509,0.12560850624496,0.255951455205554,0.354761934295111,0.251110788684602,0.0972898091148483,0.688583579557088,0.255951455205554,0.0792046512189185,0.599583972204068,0.5,0.255951455205554,0.0836410668729576,0.646279033193007,0.255951455205554,0.206336536265927,0.337511063430806,0.255951455205554,0.161015130424747,0.424482128766122,0.255951455205554,0.283151969268673,0.0600624548951914,0.0562898613508227,0.97941130317288 -7957,0.255951455205554,0.0458804757319106,0.889500110920623,0.255951455205554,0.059192449539938,0.865834614115162,0.255951455205554,0.141967818156657,0.702226806825558,0.255951455205554,0.0552605987580945,0.788548832611239,0.255951455205554,0.312288284660434,0.188920430760961,0.255951455205554,0.348731092810939,0.077883034612825,0.5,0.255951455205554,0.393382384033878,0.162059954611434,0.5,0.255951455205554,0.419223005237199,0.176875469897941,0.5,0.255951455205554,0.391014324321157,0.142141357323784,0.255951455205554,0.403046889218455,0.360705438971353,0.0803499813208939,0.757785545124646,0.255951455205554,0.0803392136243623,0.675545792249307,0.5,0.255951455205554,0.0890479426648643,0.659094959640219,0.255951455205554,0.211478824648572,0.373861902100693,0.255951455205554,0.185193795762442,0.487899823461969,0.255951455205554,0.30962346742259,0.0989923179926546,0.0459871456629987,0.981130951946803 -7958,0.255951455205554,0.0426247342886785,0.894735020335227,0.255951455205554,0.0550306259383512,0.857436043834615,0.255951455205554,0.116845561450916,0.696143792879552,0.255951455205554,0.0431648404080654,0.779616325444765,0.255951455205554,0.302580239803808,0.20794181085282,0.255951455205554,0.318878871260433,0.0863645909011435,0.5,0.255951455205554,0.375564608730836,0.182104495765109,0.5,0.255951455205554,0.395681666720961,0.17581993990645,0.5,0.255951455205554,0.351243279142194,0.156816994511294,0.255951455205554,0.372079997451744,0.3450011340954,0.0721178743333482,0.690326752012145,0.255951455205554,0.0858579237666842,0.680017383565482,0.5,0.255951455205554,0.0797698770731532,0.6414202457369,0.255951455205554,0.174487728986437,0.393588890604051,0.255951455205554,0.167798636285103,0.53518329647054,0.255951455205554,0.280774023319734,0.137905157735473,0.0360357574691632,0.982945357389727 -7959,0.255951455205554,0.0230850039802227,0.872152636028803,0.255951455205554,0.0326033598729538,0.815002758767847,0.255951455205554,0.0715297349899923,0.672161566858625,0.255951455205554,0.0253649690889251,0.757586045968878,0.255951455205554,0.222417973034813,0.210415237545642,0.255951455205554,0.220732704542459,0.0813983190105938,0.5,0.255951455205554,0.291863638478829,0.152880827223607,0.5,0.255951455205554,0.300205970576992,0.171713128406615,0.5,0.255951455205554,0.256182378053669,0.160197383887436,0.255951455205554,0.28544062491143,0.303612376171346,0.0931419177736662,0.600750431676473,0.255951455205554,0.0626872648676112,0.639421261214914,0.5,0.255951455205554,0.0688513836978963,0.569053572866864,0.255951455205554,0.0948279003498856,0.374349517002373,0.255951455205554,0.092305195354011,0.537331786581338,0.255951455205554,0.182489676849684,0.157673735753218,0.0114156604811573,0.982508527322772 -7960,0.255951455205554,0.0,0.840930563126021,0.255951455205554,0.0,0.733025778900344,0.255951455205554,0.00217698353914059,0.638805785313718,0.255951455205554,0.0,0.737063503384942,0.255951455205554,0.0474545047549333,0.205335241058693,0.255951455205554,0.0296373234568553,0.0855053610666853,0.5,0.255951455205554,0.0716403171234328,0.115339689243168,0.5,0.255951455205554,0.0791362953000641,0.153989502971721,0.5,0.255951455205554,0.0338804273316105,0.148123116268432,0.255951455205554,0.0964848127127068,0.224016391309108,0.0,0.544429286168311,0.255951455205554,0.0,0.586887461349423,0.5,0.255951455205554,0.0,0.516683504099541,0.255951455205554,0.0,0.336611481074764,0.255951455205554,0.0,0.524474965128274,0.255951455205554,0.0,0.156796868040021,0.0,0.981088613128828 -7961,0.255951455205554,0.0,0.817987513764976,0.255951455205554,0.0,0.710364138864871,0.255951455205554,0.0,0.616362272255534,0.255951455205554,0.0,0.729756448499366,0.255951455205554,0.0,0.212947540617264,0.255951455205554,0.0,0.102569023920168,0.5,0.255951455205554,0.0,0.112694218505717,0.5,0.255951455205554,0.0,0.154370848434383,0.5,0.255951455205554,0.0,0.141108395746095,0.255951455205554,0.0,0.228703865044592,0.0,0.636906970743282,0.255951455205554,0.0,0.60368172816091,0.5,0.255951455205554,0.0,0.503146877010396,0.255951455205554,0.0,0.323217010033616,0.255951455205554,0.0,0.554207932764527,0.255951455205554,0.0,0.160052004681887,0.0,0.988094234351872 -7962,0.255951455205554,0.0,0.816912059978315,0.255951455205554,0.0,0.772102027020073,0.255951455205554,0.0,0.622175812035877,0.255951455205554,0.0,0.692110816035136,0.255951455205554,0.0,0.245615491830516,0.255951455205554,0.0,0.125194215077442,0.5,0.255951455205554,0.0,0.121474909239869,0.5,0.255951455205554,0.0,0.159615617622649,0.5,0.255951455205554,0.0,0.127189273570912,0.255951455205554,0.0,0.247995811985965,0.0,0.807489057273611,0.255951455205554,0.0,0.664880693322673,0.5,0.255951455205554,0.0,0.490848226641049,0.255951455205554,0.0,0.321214241038411,0.255951455205554,0.0,0.581401968805201,0.255951455205554,0.0,0.158151322234253,0.0,0.991842539602566 -7963,0.255951455205554,0.0,0.813904450558754,0.255951455205554,0.0,0.79564554787336,0.255951455205554,0.0,0.629308322573279,0.255951455205554,0.0,0.658691530212269,0.255951455205554,0.0,0.274967843359214,0.255951455205554,0.0,0.111484087730139,0.5,0.255951455205554,0.0,0.15266984678645,0.5,0.255951455205554,0.0,0.174184077820003,0.5,0.255951455205554,0.0,0.1269207620549,0.255951455205554,0.0,0.310503980126855,0.0,0.875678008425613,0.255951455205554,0.0,0.724660040133234,0.5,0.255951455205554,0.0,0.475673036908227,0.255951455205554,0.0,0.334692261303772,0.255951455205554,0.0,0.56354925080547,0.255951455205554,0.0,0.184794400034379,0.0,0.989849681190732 -7964,0.255951455205554,0.0,0.7817709388701,0.255951455205554,0.0,0.70553741796679,0.255951455205554,0.0,0.624896001942002,0.255951455205554,0.0,0.689695203193596,0.255951455205554,0.0,0.269579051656994,0.255951455205554,0.0,0.0938484448222723,0.5,0.255951455205554,0.0,0.175648246259836,0.5,0.255951455205554,0.0,0.173913992051415,0.5,0.255951455205554,0.0,0.133860525092057,0.255951455205554,0.0,0.381290289149925,0.0,0.873756476351623,0.255951455205554,0.0,0.765951386971988,0.5,0.255951455205554,0.0,0.497899726810041,0.255951455205554,0.0,0.373330445013791,0.255951455205554,0.0,0.578326413495284,0.255951455205554,0.0,0.239663616102599,0.0,0.988483003448553 -7965,0.255951455205554,0.0,0.755815079560884,0.255951455205554,0.0,0.717820872155161,0.255951455205554,0.0,0.619222537186933,0.255951455205554,0.0,0.662127490519469,0.255951455205554,0.0,0.261583841137672,0.255951455205554,0.0,0.0983046573074437,0.5,0.255951455205554,0.0,0.158227322054863,0.5,0.255951455205554,0.0,0.156686459295945,0.5,0.255951455205554,0.0,0.13210897270725,0.255951455205554,0.0,0.280616038384735,0.0,0.822649844804106,0.255951455205554,0.0,0.752749678338805,0.5,0.255951455205554,0.0,0.545904322944142,0.255951455205554,0.0,0.403813505964587,0.255951455205554,0.0,0.639872591280929,0.255951455205554,0.0,0.303671865185838,0.0,0.988194210038141 -7966,0.255951455205554,0.0,0.731663286857132,0.255951455205554,0.0,0.751618666281727,0.255951455205554,0.0,0.63338184251943,0.255951455205554,0.0,0.656085062833715,0.255951455205554,0.0,0.264162632575684,0.255951455205554,0.0,0.108255681215803,0.5,0.255951455205554,0.0,0.130487380049255,0.5,0.255951455205554,0.0,0.135516568457463,0.5,0.255951455205554,0.0,0.124970109919596,0.255951455205554,0.0,0.214164489089056,0.0,0.743469310993371,0.255951455205554,0.0,0.713069572276343,0.5,0.255951455205554,0.0,0.581318853875998,0.255951455205554,0.0,0.416616802786459,0.255951455205554,0.0,0.692916162875829,0.255951455205554,0.0,0.367503180396035,0.0,0.985199808365843 -7967,0.255951455205554,0.0,0.713215539634246,0.255951455205554,0.0,0.767764725506543,0.255951455205554,0.0,0.658620253504059,0.255951455205554,0.0,0.702747922216002,0.255951455205554,0.0,0.280824902256495,0.255951455205554,0.0,0.104000024317968,0.5,0.255951455205554,0.0,0.0933905220645557,0.5,0.255951455205554,0.0,0.119795826849266,0.5,0.255951455205554,0.0,0.122791169740533,0.255951455205554,0.0,0.147067507771098,0.0,0.701960013290346,0.255951455205554,0.0,0.69540403690886,0.5,0.255951455205554,0.0,0.601631516047694,0.255951455205554,0.0,0.422762751642634,0.255951455205554,0.0,0.710042907256459,0.255951455205554,0.0,0.412426495831758,0.0,0.978602574089415 -7968,0.255951455205554,0.0,0.708864955590348,0.255951455205554,0.0,0.810695897134444,0.255951455205554,0.0,0.68548230218445,0.255951455205554,0.0,0.76036068072302,0.255951455205554,0.0,0.293321313894448,0.255951455205554,0.0,0.104556290204047,0.5,0.255951455205554,0.0,0.0733163406798428,0.5,0.255951455205554,0.0,0.116276203498841,0.5,0.255951455205554,0.0,0.131726826346547,0.255951455205554,0.0,0.100807883824476,0.0,0.697398661068286,0.255951455205554,0.0,0.680511251175746,0.5,0.255951455205554,0.0,0.607547667359791,0.255951455205554,0.0,0.422590489038614,0.255951455205554,0.0,0.690203264586846,0.255951455205554,0.0,0.38670591218895,0.0,0.97219252018045 -7969,0.255951455205554,0.0,0.734546171297522,0.255951455205554,0.0,0.847293791288598,0.255951455205554,0.0,0.710620192579109,0.255951455205554,0.0,0.790727033076281,0.255951455205554,0.0,0.304731678173809,0.255951455205554,0.0,0.119407207300041,0.5,0.255951455205554,0.0,0.0662374892066917,0.5,0.255951455205554,0.0,0.125223327327003,0.5,0.255951455205554,0.0,0.150021400650096,0.255951455205554,0.0,0.0900033850147939,0.0,0.682667119345128,0.255951455205554,0.0,0.672267989496259,0.5,0.255951455205554,0.0,0.613736976922996,0.255951455205554,0.0,0.421157296512789,0.255951455205554,0.0,0.646101943373169,0.255951455205554,0.0,0.347041976030794,0.0,0.960589976159764 -7970,0.255951455205554,0.0,0.767775296434013,0.255951455205554,0.0,0.865429540279179,0.255951455205554,0.0,0.716304193858724,0.255951455205554,0.0,0.766512472112802,0.255951455205554,0.0,0.314768455169841,0.255951455205554,0.0,0.136148235833365,0.5,0.255951455205554,0.0,0.0605828156827356,0.5,0.255951455205554,0.0,0.143640186445041,0.5,0.255951455205554,0.0,0.154952681649792,0.255951455205554,0.0,0.0861461929982836,0.0,0.666173587894809,0.255951455205554,0.0,0.66826466302691,0.5,0.255951455205554,0.0,0.613889594013471,0.255951455205554,0.0,0.405665960609057,0.255951455205554,0.0,0.617028804332477,0.255951455205554,0.0,0.309756365527745,0.0,0.947242436200792 -7971,0.255951455205554,0.0,0.808803369734284,0.255951455205554,0.0,0.839225841827284,0.255951455205554,0.0,0.698785447865974,0.255951455205554,0.0,0.73181751570182,0.255951455205554,0.0,0.321599415298466,0.255951455205554,0.0,0.146000970714729,0.5,0.255951455205554,0.0,0.065653420721183,0.5,0.255951455205554,0.0,0.154593492293192,0.5,0.255951455205554,0.0,0.164422058671775,0.255951455205554,0.0,0.0823567442539187,0.0,0.651773135630052,0.255951455205554,0.0,0.676156841041402,0.5,0.255951455205554,0.0,0.622909688104257,0.255951455205554,0.0,0.390825844854707,0.255951455205554,0.0,0.625017531810989,0.255951455205554,0.0,0.297350262088397,0.0,0.937830026311308 -7972,0.255951455205554,0.0,0.816443161768964,0.255951455205554,0.0,0.824086551152691,0.255951455205554,0.0,0.706999170212934,0.255951455205554,0.0,0.77451087622312,0.255951455205554,0.0,0.315995616525349,0.255951455205554,0.0,0.140786596214068,0.5,0.255951455205554,0.0,0.0763962334173079,0.5,0.255951455205554,0.0,0.169781034392115,0.5,0.255951455205554,0.0,0.149843688956895,0.255951455205554,0.0,0.0770900966428707,0.0,0.64616924399629,0.255951455205554,0.0,0.674109986315182,0.5,0.255951455205554,0.0,0.628810273061444,0.255951455205554,0.0,0.398433369443221,0.255951455205554,0.0,0.646597382981169,0.255951455205554,0.0,0.313096882661753,0.0,0.949335484554483 -7973,0.255951455205554,0.0,0.814481118347177,0.255951455205554,0.0,0.821440502954832,0.255951455205554,0.0,0.721637175631531,0.255951455205554,0.0,0.805561116384923,0.255951455205554,0.0,0.29996462831731,0.255951455205554,0.0,0.133047471293277,0.5,0.255951455205554,0.0,0.0786444379004431,0.5,0.255951455205554,0.0,0.170172386168269,0.5,0.255951455205554,0.0,0.154947413238615,0.255951455205554,0.0,0.0772116298421633,0.0,0.625413477671233,0.255951455205554,0.0,0.664097640169573,0.5,0.255951455205554,0.0,0.62483050169779,0.255951455205554,0.0,0.395131408463242,0.255951455205554,0.0,0.656135526077478,0.255951455205554,0.0,0.346243394876524,0.0,0.971195729792696 -7974,0.255951455205554,0.0,0.784899890409588,0.255951455205554,0.0,0.806228804492251,0.255951455205554,0.0,0.726521745170286,0.255951455205554,0.0,0.783537288111656,0.255951455205554,0.0,0.304101670152288,0.255951455205554,0.0,0.146449904766363,0.5,0.255951455205554,0.0,0.0799848594591987,0.5,0.255951455205554,0.0,0.180583494197274,0.5,0.255951455205554,0.0,0.171660562473486,0.255951455205554,0.0,0.0812381709006813,0.0,0.614461497493712,0.255951455205554,0.0,0.660369080393244,0.5,0.255951455205554,0.0,0.620799407093509,0.255951455205554,0.0,0.393699891858221,0.255951455205554,0.0,0.64206658288447,0.255951455205554,0.0,0.373538415087063,0.0,0.978838818653299 -7975,0.255951455205554,0.0,0.75742975273957,0.255951455205554,0.0,0.776206159569877,0.255951455205554,0.0,0.722292504050304,0.255951455205554,0.0,0.774360530901423,0.255951455205554,0.0,0.332570417506033,0.255951455205554,0.0,0.167975546508708,0.5,0.255951455205554,0.0,0.0806974875578073,0.5,0.255951455205554,0.0,0.183232738905631,0.5,0.255951455205554,0.0,0.193169316665029,0.255951455205554,0.0,0.0855634642921763,0.0,0.598405044327685,0.255951455205554,0.0,0.646662663434068,0.5,0.255951455205554,0.0,0.599946135143125,0.255951455205554,0.0,0.374627980856191,0.255951455205554,0.0,0.622092259228764,0.255951455205554,0.0,0.373978748537376,0.0,0.982079707343736 -7976,0.255951455205554,0.0,0.738138525331357,0.255951455205554,0.0,0.746221827351774,0.255951455205554,0.0,0.720454907960914,0.255951455205554,0.0,0.783521429930193,0.255951455205554,0.0,0.352293380864241,0.255951455205554,0.0,0.171676317905664,0.5,0.255951455205554,0.0,0.0831072469881529,0.5,0.255951455205554,0.0,0.198602675517439,0.5,0.255951455205554,0.0,0.209460298779078,0.255951455205554,0.0,0.101740372491272,0.0,0.596993844808817,0.255951455205554,0.0,0.629975493165524,0.5,0.255951455205554,0.0,0.573352790637189,0.255951455205554,0.0,0.344373404789568,0.255951455205554,0.0,0.605111397402292,0.255951455205554,0.0,0.36793181765645,0.0,0.980214554270959 -7977,0.255951455205554,0.000118439332192431,0.733773342487923,0.255951455205554,0.000757055230024633,0.736053829979838,0.255951455205554,0.000479640730090227,0.71424495391197,0.255951455205554,0.000203319128044625,0.779541068053775,0.255951455205554,0.001157016245919,0.355593375137934,0.255951455205554,0.0018509130845236,0.157389493353039,0.5,0.255951455205554,0.00199632607841348,0.0966025972935544,0.5,0.255951455205554,0.0159023548039167,0.220524909154772,0.5,0.255951455205554,0.0163181010138496,0.240539762575816,0.255951455205554,0.00251001410681385,0.131494791416926,0.00259736226674534,0.638655563042231,0.255951455205554,0.00507106955392246,0.634774556907595,0.5,0.255951455205554,0.00215006384541236,0.571394696335653,0.255951455205554,0.00915683186750604,0.339345351595354,0.255951455205554,0.00261000150947498,0.584660356423505,0.255951455205554,0.0023801341147767,0.3522296796867,0.0,0.981256231120531 -7978,0.255951455205554,0.0307793861468487,0.74290960966148,0.255951455205554,0.0322682861122342,0.757479640675524,0.255951455205554,0.0227689706804156,0.725509568574122,0.255951455205554,0.0304447605916948,0.771279702350982,0.255951455205554,0.0696762298562541,0.38022983119899,0.255951455205554,0.0239630394265161,0.176673639242238,0.5,0.255951455205554,0.0371293677727838,0.119070011873462,0.5,0.255951455205554,0.11943457619411,0.238333958215026,0.5,0.255951455205554,0.0733777308406937,0.262609935368906,0.255951455205554,0.0385214206254997,0.206811810647284,0.0260885813891549,0.667873921146774,0.255951455205554,0.048348209810183,0.656695441619443,0.5,0.255951455205554,0.0314655436209975,0.623097488393018,0.255951455205554,0.063582438963942,0.359344381130341,0.255951455205554,0.0315526441036155,0.582319918073131,0.255951455205554,0.0246494429895912,0.334960818231179,0.00942521414372952,0.983903783415665 -7979,0.255951455205554,0.0882078360009936,0.750575309745135,0.255951455205554,0.0714405282091831,0.779691495800619,0.255951455205554,0.0587040151775099,0.738572117435435,0.255951455205554,0.0754073137633108,0.790875963275756,0.255951455205554,0.163393478742228,0.41042134791053,0.255951455205554,0.0536241338332309,0.215955198719265,0.5,0.255951455205554,0.0726147132514158,0.153657056393283,0.5,0.255951455205554,0.218013752044757,0.231471617404758,0.5,0.255951455205554,0.124542454791346,0.291376285479379,0.255951455205554,0.0754464822764925,0.303098344076251,0.0524287797596892,0.687658033569771,0.255951455205554,0.096930530204811,0.689383109596462,0.5,0.255951455205554,0.0656183018412785,0.653818040184445,0.255951455205554,0.119489862073437,0.417779719659021,0.255951455205554,0.0628408745814259,0.630060932680168,0.255951455205554,0.0526819363398275,0.317442070418837,0.0287145366157979,0.975460071979924 -7980,0.255951455205554,0.117720287244543,0.758003043283239,0.255951455205554,0.0956651886352357,0.815034230492245,0.255951455205554,0.086367981060898,0.746344036465231,0.255951455205554,0.118438786365055,0.825376687269575,0.255951455205554,0.24440158764035,0.421206238448402,0.255951455205554,0.0792983340433872,0.233944392244343,0.5,0.255951455205554,0.101301540407132,0.170065379499029,0.5,0.255951455205554,0.286616118682183,0.2218167555925,0.5,0.255951455205554,0.159468081380063,0.289388831018071,0.255951455205554,0.10667664891465,0.33384142447308,0.0692129420923318,0.708658841602413,0.255951455205554,0.123414621322823,0.712866601500406,0.5,0.255951455205554,0.0914278816308539,0.648243736747374,0.255951455205554,0.159519807643365,0.445612104699247,0.255951455205554,0.0818059784879919,0.639567840366917,0.255951455205554,0.0724956981321197,0.333627124418998,0.0424296297268123,0.96204178884261 -7981,0.255951455205554,0.127710009449872,0.741067968461298,0.255951455205554,0.100041196694049,0.840258252210181,0.255951455205554,0.0951521448806093,0.731361230346893,0.255951455205554,0.125118488264468,0.7996315995206,0.255951455205554,0.290941324716031,0.396407490394117,0.255951455205554,0.0900287225016662,0.226572002132065,0.5,0.255951455205554,0.117648708478842,0.172647046094339,0.5,0.255951455205554,0.309920763876166,0.227266422433159,0.5,0.255951455205554,0.168933630358368,0.286623071212434,0.255951455205554,0.119217729693298,0.396060151811334,0.0749672814261774,0.712566833667037,0.255951455205554,0.135228418045332,0.72431594900283,0.5,0.255951455205554,0.102106929359145,0.633083290348217,0.255951455205554,0.173948957867367,0.475228193833383,0.255951455205554,0.0873208912795083,0.679809139193149,0.255951455205554,0.0749625442415718,0.38580070026456,0.0448175487049624,0.9600942511186 -7982,0.255951455205554,0.108860040398999,0.698662869005921,0.255951455205554,0.0897246053142444,0.806463819155453,0.255951455205554,0.0839611782590579,0.707020187062553,0.255951455205554,0.0999571669229315,0.724114493779434,0.255951455205554,0.271741296737116,0.382420921603713,0.255951455205554,0.0754324371344497,0.231615884141128,0.5,0.255951455205554,0.108025440256512,0.160892801126472,0.5,0.255951455205554,0.286631114758898,0.208689302049431,0.5,0.255951455205554,0.144360409138198,0.275188645068124,0.255951455205554,0.103400647245952,0.365221405952632,0.0625111060599611,0.725012655239321,0.255951455205554,0.111889372220685,0.71802567880299,0.5,0.255951455205554,0.0899381127497771,0.618188751057299,0.255951455205554,0.151568113453458,0.520859579199487,0.255951455205554,0.0765136629526464,0.735933600464494,0.255951455205554,0.0604251107685845,0.426209057920439,0.0347793525449054,0.969390937805408 -7983,0.255951455205554,0.073332237450825,0.645035856235943,0.255951455205554,0.0516586909412907,0.703379523237139,0.255951455205554,0.0523641710102904,0.677207223887415,0.255951455205554,0.0512461070498245,0.705713176346791,0.255951455205554,0.195996519391057,0.370945469476121,0.255951455205554,0.0437771938731277,0.218088961106291,0.5,0.255951455205554,0.0723907809065064,0.140593293108009,0.5,0.255951455205554,0.216734464190955,0.19981192570496,0.5,0.255951455205554,0.0919918074854217,0.268953105868011,0.255951455205554,0.0644288863827311,0.345119101612492,0.0298482472838858,0.72544132827869,0.255951455205554,0.0616579844559591,0.706629157800881,0.5,0.255951455205554,0.0528993582835232,0.591599053462135,0.255951455205554,0.0977455340919205,0.517073281030935,0.255951455205554,0.051689046983434,0.743920964016818,0.255951455205554,0.0326626929344154,0.412336287246563,0.0171094023370913,0.979396672161371 -7984,0.255951455205554,0.0,0.600828977690124,0.255951455205554,0.0,0.613149913936003,0.255951455205554,5.29273964360835e-05,0.654553597889752,0.255951455205554,0.0,0.729756377300135,0.255951455205554,0.0370052563612555,0.34819617683325,0.255951455205554,0.00636880036178574,0.20044251421101,0.5,0.255951455205554,0.0187121952594085,0.131305092282219,0.5,0.255951455205554,0.0584349740302022,0.191356728763045,0.5,0.255951455205554,0.0206306948375521,0.246247900730102,0.255951455205554,0.0205544288337465,0.333612480783197,0.0,0.716076545063696,0.255951455205554,0.0,0.67975225504363,0.5,0.255951455205554,0.0,0.49973242529967,0.255951455205554,0.0,0.457184087265336,0.255951455205554,0.0,0.650411403971456,0.255951455205554,0.0,0.360790649898089,0.0,0.980881065540094 -7985,0.255951455205554,0.0,0.602078642769041,0.255951455205554,0.0,0.642063319336493,0.255951455205554,0.0,0.65340770595366,0.255951455205554,0.0,0.726415309250994,0.255951455205554,0.0,0.332535449636179,0.255951455205554,0.0,0.179916758145794,0.5,0.255951455205554,0.0,0.119137672909909,0.5,0.255951455205554,0.0,0.190195618551869,0.5,0.255951455205554,0.0,0.228170032876922,0.255951455205554,0.0,0.340246542552007,0.0,0.692327773042852,0.255951455205554,0.0,0.622555784022132,0.5,0.255951455205554,0.0,0.414970063958854,0.255951455205554,0.0,0.378882827078584,0.255951455205554,0.0,0.540218731655874,0.255951455205554,0.0,0.337396888883379,0.0,0.974329967489485 -7986,0.255951455205554,0.0,0.599850725380909,0.255951455205554,0.0,0.623166267671617,0.255951455205554,0.0,0.650206311028874,0.255951455205554,0.0,0.695356771255056,0.255951455205554,0.0,0.316105645055826,0.255951455205554,0.0,0.159806753817331,0.5,0.255951455205554,0.0,0.129475634057867,0.5,0.255951455205554,0.0,0.188303981314388,0.5,0.255951455205554,0.0,0.215011466428537,0.255951455205554,0.0,0.383326371037247,0.0,0.603435084971241,0.255951455205554,0.0,0.570116878842432,0.5,0.255951455205554,0.0,0.372746810388933,0.255951455205554,0.0,0.347859765852056,0.255951455205554,0.0,0.544787118427008,0.255951455205554,0.0,0.336247705440288,0.0,0.973337797363919 -7987,0.255951455205554,0.0,0.600362580789009,0.255951455205554,0.0,0.582755761243503,0.255951455205554,0.0,0.604551247090761,0.255951455205554,0.0,0.663089680523361,0.255951455205554,0.0,0.293425880468183,0.255951455205554,0.0,0.13395590591838,0.5,0.255951455205554,0.0,0.125002634063259,0.5,0.255951455205554,0.0,0.168016427819544,0.5,0.255951455205554,0.0,0.194635533225724,0.255951455205554,0.0,0.345404715707296,0.0,0.555977165601285,0.255951455205554,0.0,0.555481174268871,0.5,0.255951455205554,0.0,0.34471465286018,0.255951455205554,0.0,0.340937703500963,0.255951455205554,0.0,0.565313450098889,0.255951455205554,0.0,0.322884647333775,0.0,0.968669421367316 -7988,0.255951455205554,0.0,0.598858500045486,0.255951455205554,0.0,0.528332260611285,0.255951455205554,0.0,0.549567978970722,0.255951455205554,0.0,0.616716630880625,0.255951455205554,0.0,0.268291134731853,0.255951455205554,0.0,0.110591188982042,0.5,0.255951455205554,0.0,0.108420850004645,0.5,0.255951455205554,0.0,0.160786654495753,0.5,0.255951455205554,0.0,0.178413689907847,0.255951455205554,0.0,0.296633692510379,0.0,0.558723301450868,0.255951455205554,0.0,0.55674324278683,0.5,0.255951455205554,0.0,0.304074802295893,0.255951455205554,0.0,0.332552673018654,0.255951455205554,0.0,0.522525662010484,0.255951455205554,0.0,0.293498962095195,0.0,0.953443162800182 -7989,0.255951455205554,0.0,0.553476501067192,0.255951455205554,0.0,0.514356315547655,0.255951455205554,0.0,0.504223931466708,0.255951455205554,0.0,0.584323221376291,0.255951455205554,0.0,0.246403665270446,0.255951455205554,0.0,0.118292318273266,0.5,0.255951455205554,0.0,0.0943228960328511,0.5,0.255951455205554,0.0,0.159604212188168,0.5,0.255951455205554,0.0,0.163911979554794,0.255951455205554,0.0,0.25285766698555,0.0,0.497820607921941,0.255951455205554,0.0,0.535377593203408,0.5,0.255951455205554,0.0,0.271081557495108,0.255951455205554,0.0,0.303218637542131,0.255951455205554,0.0,0.449596698896259,0.255951455205554,0.0,0.247559757731495,0.0,0.930957333478006 -7990,0.255951455205554,0.0,0.532599823486117,0.255951455205554,0.0,0.472061911504517,0.255951455205554,0.0,0.481275271157995,0.255951455205554,0.0,0.529634764529971,0.255951455205554,0.0,0.211632747705232,0.255951455205554,0.0,0.126506111921659,0.5,0.255951455205554,0.0,0.0732784630613186,0.5,0.255951455205554,0.0,0.143509668044945,0.5,0.255951455205554,0.0,0.146065470956123,0.255951455205554,0.0,0.206900632574953,0.0,0.481640826564896,0.255951455205554,0.0,0.501839421410085,0.5,0.255951455205554,0.0,0.279083263616385,0.255951455205554,0.0,0.247415111632861,0.255951455205554,0.0,0.394459397571036,0.255951455205554,0.0,0.209958951851539,0.0,0.911030537068132 -7991,0.255951455205554,0.0,0.492520728996899,0.255951455205554,0.0,0.405492468765008,0.255951455205554,0.0,0.471928778046743,0.255951455205554,0.0,0.51185052576605,0.255951455205554,0.0,0.182003400670352,0.255951455205554,0.0,0.10619964957206,0.5,0.255951455205554,0.0,0.0632219012284679,0.5,0.255951455205554,0.0,0.122926132795336,0.5,0.255951455205554,0.0,0.128313384762536,0.255951455205554,0.0,0.178851717165681,0.0,0.458542328226526,0.255951455205554,0.0,0.492715076341041,0.5,0.255951455205554,0.0,0.295451610548013,0.255951455205554,0.0,0.209624511599346,0.255951455205554,0.0,0.394444105265155,0.255951455205554,0.0,0.210718844199198,0.0,0.902598115573486 -7992,0.255951455205554,0.0,0.463516005870142,0.255951455205554,0.0,0.431902222973921,0.255951455205554,0.0,0.456354346279422,0.255951455205554,0.0,0.528842962386691,0.255951455205554,0.0,0.164544597922953,0.255951455205554,0.0,0.0974067388660113,0.5,0.255951455205554,0.0,0.0665985757908756,0.5,0.255951455205554,0.0,0.0929333632265018,0.5,0.255951455205554,0.0,0.109574167893916,0.255951455205554,0.0,0.205061539564434,0.0,0.49876898626591,0.255951455205554,0.0,0.495111875421431,0.5,0.255951455205554,0.0,0.278711355528675,0.255951455205554,0.0,0.195324409024122,0.255951455205554,0.0,0.427626601428323,0.255951455205554,0.0,0.1830855614978,0.0,0.898235125645655 -7993,0.255951455205554,0.0,0.477996378229776,0.255951455205554,0.0,0.427827338999149,0.255951455205554,0.0,0.43646985376059,0.255951455205554,0.0,0.527752027856429,0.255951455205554,0.0,0.147967457754264,0.255951455205554,0.0,0.0788876667845304,0.5,0.255951455205554,0.0,0.0705891492502075,0.5,0.255951455205554,0.0,0.0735810418443411,0.5,0.255951455205554,0.0,0.0856800278320007,0.255951455205554,0.0,0.186984184563731,0.0,0.616140081757401,0.255951455205554,0.0,0.486447489543431,0.5,0.255951455205554,0.0,0.276272094431006,0.255951455205554,0.0,0.205580043769868,0.255951455205554,0.0,0.395266642076109,0.255951455205554,0.0,0.152358108990561,0.0,0.894883519319337 -7994,0.255951455205554,0.0,0.470590288474895,0.255951455205554,0.0,0.408849896029947,0.255951455205554,0.0,0.42278659047991,0.255951455205554,0.0,0.499365077275584,0.255951455205554,0.0,0.143928917275812,0.255951455205554,0.0,0.062205095684885,0.5,0.255951455205554,0.0,0.0579634639211225,0.5,0.255951455205554,0.0,0.077892639038438,0.5,0.255951455205554,0.0,0.070272798082269,0.255951455205554,0.0,0.152050202809512,0.0,0.560228521545514,0.255951455205554,0.0,0.459803427267394,0.5,0.255951455205554,0.0,0.29391936775305,0.255951455205554,0.0,0.196388028587606,0.255951455205554,0.0,0.343179550584631,0.255951455205554,0.0,0.134898815434137,0.0,0.86734249820887 -7995,0.255951455205554,0.0,0.437486833581106,0.255951455205554,0.0,0.418290759543303,0.255951455205554,0.0,0.405474346235254,0.255951455205554,0.0,0.469223807483677,0.255951455205554,0.0,0.130778575134575,0.255951455205554,0.0,0.0520933477040081,0.5,0.255951455205554,0.0,0.0487554482591125,0.5,0.255951455205554,0.0,0.0729942158148662,0.5,0.255951455205554,0.0,0.0628812595315932,0.255951455205554,0.0,0.154300503168617,0.0,0.505377597247886,0.255951455205554,0.0,0.418701220313208,0.5,0.255951455205554,0.0,0.288658713574817,0.255951455205554,0.0,0.162307169625787,0.255951455205554,0.0,0.326226068303347,0.255951455205554,0.0,0.112750502023082,0.0,0.83018167752566 -7996,0.255951455205554,0.0,0.423264997241203,0.255951455205554,0.0,0.396517538540596,0.255951455205554,0.0,0.38762181012918,0.255951455205554,0.0,0.460104382862538,0.255951455205554,0.0,0.123751586968855,0.255951455205554,0.0,0.0488517623126026,0.5,0.255951455205554,0.0,0.0510207743239909,0.5,0.255951455205554,0.0,0.0575699682506424,0.5,0.255951455205554,0.0,0.0475592020220823,0.255951455205554,0.0,0.136954079022055,0.0,0.496424680694401,0.255951455205554,0.0,0.386003834720515,0.5,0.255951455205554,0.0,0.27589110535742,0.255951455205554,0.0,0.140908736826869,0.255951455205554,0.0,0.311295452793117,0.255951455205554,0.0,0.0995406824559326,0.0,0.818959474459814 -7997,0.255951455205554,0.0,0.425108535789282,0.255951455205554,0.0,0.376495900729293,0.255951455205554,0.0,0.372096945895887,0.255951455205554,0.0,0.45832375116521,0.255951455205554,0.0,0.104349387151733,0.255951455205554,0.0,0.0453906298014086,0.5,0.255951455205554,0.0,0.0524555740823913,0.5,0.255951455205554,0.0,0.0495509690350684,0.5,0.255951455205554,0.0,0.0346490899305954,0.255951455205554,0.0,0.140902299090217,0.0,0.458750915914053,0.255951455205554,0.0,0.357095918760383,0.5,0.255951455205554,0.0,0.27994617166985,0.255951455205554,0.0,0.136152011803689,0.255951455205554,0.0,0.296616700552882,0.255951455205554,0.0,0.0913262896743117,0.0,0.825832074359344 -7998,0.255951455205554,0.0,0.426004610717545,0.255951455205554,0.0,0.388822631697965,0.255951455205554,0.0,0.358410170478001,0.255951455205554,0.0,0.433126299778991,0.255951455205554,0.0,0.098295997203601,0.255951455205554,0.0,0.0367515299604848,0.5,0.255951455205554,0.0,0.0474884348089641,0.5,0.255951455205554,0.0,0.0501669152631227,0.5,0.255951455205554,0.0,0.0302194128159299,0.255951455205554,0.0,0.131259772506684,0.0,0.409754300166996,0.255951455205554,0.0,0.338285400058273,0.5,0.255951455205554,0.0,0.280721298376406,0.255951455205554,0.0,0.132169911504663,0.255951455205554,0.0,0.290705069137201,0.255951455205554,0.0,0.0757063834448663,0.0,0.800372197283938 -7999,0.255951455205554,0.0,0.440563492844021,0.255951455205554,0.0,0.364524816182818,0.255951455205554,0.0,0.351150149226871,0.255951455205554,0.0,0.431179811423706,0.255951455205554,0.0,0.0876307068684596,0.255951455205554,0.0,0.0303807032029504,0.5,0.255951455205554,0.0,0.0398160579468724,0.5,0.255951455205554,0.0,0.045804286263544,0.5,0.255951455205554,0.0,0.0270523123896663,0.255951455205554,0.0,0.113408038058137,0.0,0.332193921888694,0.255951455205554,0.0,0.346298880541594,0.5,0.255951455205554,0.0,0.294345422095949,0.255951455205554,0.0,0.128940879608274,0.255951455205554,0.0,0.265306435806431,0.255951455205554,0.0,0.0611225870489188,0.0,0.791344278208788 -8000,0.255951455205554,0.0,0.459209465091989,0.255951455205554,0.0,0.364063957012352,0.255951455205554,0.0,0.354433490331367,0.255951455205554,0.0,0.456642979146269,0.255951455205554,0.0,0.0842944567568241,0.255951455205554,0.0,0.0276504268606306,0.5,0.255951455205554,0.0,0.0357845964502123,0.5,0.255951455205554,0.0,0.0378872604301394,0.5,0.255951455205554,0.0,0.0251041973203857,0.255951455205554,0.0,0.103741750958841,0.0,0.411487558535695,0.255951455205554,0.0,0.367871795816092,0.5,0.255951455205554,0.0,0.314616577432679,0.255951455205554,0.0,0.123564982533632,0.255951455205554,0.0,0.253533341119831,0.255951455205554,0.0,0.0583614117019522,0.0,0.802488159888961 -8001,0.255951455205554,6.25087368928474e-05,0.454747693370538,0.255951455205554,0.00024586409510295,0.385096791805219,0.255951455205554,0.00033188407762614,0.370682841035384,0.255951455205554,8.11868128569353e-06,0.461240931072446,0.255951455205554,0.00055710005969029,0.0811834595716666,0.255951455205554,0.00101918619392952,0.0257134635918313,0.5,0.255951455205554,0.000868266476117251,0.0372723725898539,0.5,0.255951455205554,0.00977446650735454,0.0368879096560053,0.5,0.255951455205554,0.00944069091588105,0.0263707308992176,0.255951455205554,0.00107666263948226,0.100519671440183,0.00419952674329829,0.518825791845453,0.255951455205554,0.00369758785141441,0.379063564158844,0.5,0.255951455205554,0.00527749573862857,0.321004911292495,0.255951455205554,0.00237596014010668,0.125996598385796,0.255951455205554,0.00123567733778874,0.258603645820436,0.255951455205554,0.00152935295802274,0.0591263977836866,0.0,0.762418977416278 -8002,0.255951455205554,0.0205628141899218,0.463865473405094,0.255951455205554,0.0146125624231017,0.381013043268186,0.255951455205554,0.013753780437458,0.387234199880992,0.255951455205554,0.010958352336691,0.474877806165658,0.255951455205554,0.0368023702394253,0.0898135365781658,0.255951455205554,0.0135142245739129,0.0305989725408467,0.5,0.255951455205554,0.0166448888403572,0.0360831484910342,0.5,0.255951455205554,0.086802026858999,0.0426346458102603,0.5,0.255951455205554,0.0483733263681743,0.0316598815163927,0.255951455205554,0.017703274062677,0.09853374156637,0.0328005352922207,0.547317556882976,0.255951455205554,0.0510930389263385,0.399463734340492,0.5,0.255951455205554,0.127693103290695,0.347744577436344,0.255951455205554,0.0185588906811,0.139215843562625,0.255951455205554,0.0120041600387917,0.272942937829226,0.255951455205554,0.013619662713583,0.0621399558460118,0.0184478177851402,0.712911478240941 -8003,0.255951455205554,0.057264621672441,0.485928364770169,0.255951455205554,0.0375947958759487,0.362980466354877,0.255951455205554,0.0344913101753403,0.384854816703578,0.255951455205554,0.0299977347804026,0.499579861716367,0.255951455205554,0.0874428529452953,0.0988629971258892,0.255951455205554,0.0346813419251259,0.0365607196817988,0.5,0.255951455205554,0.0452956352402563,0.0332124943006275,0.5,0.255951455205554,0.17212077143621,0.054141427732366,0.5,0.255951455205554,0.0909535665056815,0.0427805166293688,0.255951455205554,0.043264817897033,0.0980621710360899,0.0730176650291071,0.525666018905133,0.255951455205554,0.142719665413622,0.40210901063758,0.5,0.255951455205554,0.277538740389737,0.388256631750956,0.255951455205554,0.0357479113204424,0.154228550439008,0.255951455205554,0.0284341550222996,0.294458143557583,0.255951455205554,0.0313721807034057,0.0714804407372903,0.0531142163907538,0.712323519648508 -8004,0.255951455205554,0.0984637657257357,0.47050742642385,0.255951455205554,0.0536852325849901,0.334792140955638,0.255951455205554,0.0470784028055103,0.37971893845682,0.255951455205554,0.0435545099669552,0.525079175800079,0.255951455205554,0.125574727463256,0.104534917913389,0.255951455205554,0.048880449245104,0.0402773400400367,0.5,0.255951455205554,0.0743865667313344,0.035481859117822,0.5,0.255951455205554,0.240102196788893,0.067621042930918,0.5,0.255951455205554,0.122378845884995,0.058898227734453,0.255951455205554,0.0599119046354917,0.101111291106096,0.159886964074189,0.409717425377383,0.255951455205554,0.219040122429261,0.382481125939237,0.5,0.255951455205554,0.380356201612203,0.423525731471428,0.255951455205554,0.046462326501696,0.180575080698151,0.255951455205554,0.0377943808870604,0.294382724751931,0.255951455205554,0.0468548516702135,0.0925797595777735,0.161782619820372,0.731872615660719 -8005,0.255951455205554,0.131662564082073,0.437844419530016,0.255951455205554,0.0557387365092789,0.308527921256083,0.255951455205554,0.048927841615369,0.367084660185736,0.255951455205554,0.0453051111732865,0.490766550817466,0.255951455205554,0.134938897105676,0.0985360393956898,0.255951455205554,0.0509241923707395,0.0433919532100871,0.5,0.255951455205554,0.088153485942006,0.0346441444469547,0.5,0.255951455205554,0.271764752672496,0.0686262893326796,0.5,0.255951455205554,0.13081544667877,0.0728191556653058,0.255951455205554,0.0642038898834652,0.0980555086267136,0.405319632968307,0.361883489127888,0.255951455205554,0.244139016005536,0.363530645600212,0.5,0.255951455205554,0.403587896989911,0.462244623706204,0.255951455205554,0.0489350147126846,0.195561936320015,0.255951455205554,0.0388188269119423,0.286095853489665,0.255951455205554,0.049782497494203,0.100345480423942,0.290763600594935,0.743181289764845 -8006,0.255951455205554,0.130327984323315,0.41905254236476,0.255951455205554,0.0382123510466044,0.265009571493541,0.255951455205554,0.0402522752053148,0.364469584180667,0.255951455205554,0.0323231482965744,0.469361851160486,0.255951455205554,0.11102211241151,0.0941605511346263,0.255951455205554,0.0415070808334307,0.0404727950130402,0.5,0.255951455205554,0.0808913669408937,0.0343594344153582,0.5,0.255951455205554,0.258650675596397,0.0658625913056554,0.5,0.255951455205554,0.115190287500448,0.0756440503257764,0.255951455205554,0.0591024428196426,0.0882917389821597,0.362457867163951,0.334544667469268,0.255951455205554,0.215882437540702,0.353505059208344,0.5,0.255951455205554,0.354975629925097,0.41177425436226,0.255951455205554,0.0407120124448543,0.194355152329346,0.255951455205554,0.0310801130246073,0.292629546491263,0.255951455205554,0.036909477768028,0.0998181346970441,0.2936240290804,0.795756397376007 -8007,0.255951455205554,0.0788417187957287,0.414154008834377,0.255951455205554,0.0127759766374378,0.260275509806625,0.255951455205554,0.0215934629196215,0.371655338384513,0.255951455205554,0.0199639175094539,0.51113789901747,0.255951455205554,0.0659125505842797,0.100745042891852,0.255951455205554,0.0208301254432621,0.0369187052127463,0.5,0.255951455205554,0.0551553499038084,0.0365261485946864,0.5,0.255951455205554,0.191806650397084,0.0631616001513604,0.5,0.255951455205554,0.0762041387588675,0.0786779440572851,0.255951455205554,0.0378804757478433,0.0949932536049552,0.201898387229663,0.331531384489915,0.255951455205554,0.100172588252104,0.363743330525666,0.5,0.255951455205554,0.155207669449251,0.377871125607548,0.255951455205554,0.0199947399638733,0.184106056625851,0.255951455205554,0.0152502966333816,0.281387926419927,0.255951455205554,0.0168681444551916,0.0861593926353007,0.178189536467374,0.836220524859555 -8008,0.255951455205554,0.0,0.439484187818213,0.255951455205554,0.0,0.295217390885028,0.255951455205554,0.00021094228664452,0.390132000681071,0.255951455205554,0.0,0.528999959545583,0.255951455205554,0.0118931497348854,0.104411108467349,0.255951455205554,0.00201778908083331,0.040429308820705,0.5,0.255951455205554,0.0136547376863808,0.0388544102465043,0.5,0.255951455205554,0.0597570255574084,0.0664165913185801,0.5,0.255951455205554,0.019217340243805,0.0756752409256817,0.255951455205554,0.0106167254462762,0.107509541719056,0.0,0.388236932175621,0.255951455205554,0.000128993107498668,0.397200185170345,0.5,0.255951455205554,0.0,0.372652707911465,0.255951455205554,0.000216626459066794,0.178626422831209,0.255951455205554,0.00013952191097271,0.267612349308688,0.255951455205554,0.0,0.0735671842413677,0.0,0.863626056689309 -8009,0.255951455205554,0.0,0.485403695066779,0.255951455205554,0.0,0.345640092629076,0.255951455205554,0.0,0.40223989232988,0.255951455205554,0.0,0.534905319657016,0.255951455205554,0.0,0.102281181586975,0.255951455205554,0.0,0.0442986275996866,0.5,0.255951455205554,0.0,0.0387237379244776,0.5,0.255951455205554,0.0,0.0665341411394649,0.5,0.255951455205554,0.0,0.0721703825922086,0.255951455205554,0.0,0.105471961608583,0.0,0.439355612467659,0.255951455205554,0.0,0.443999685534431,0.5,0.255951455205554,0.0,0.412979884028798,0.255951455205554,0.0,0.1950059978875,0.255951455205554,0.0,0.297677034789317,0.255951455205554,0.0,0.0760716076370158,0.0,0.864683251551793 -8010,0.255951455205554,0.0,0.532033751374408,0.255951455205554,0.0,0.412420249953978,0.255951455205554,0.0,0.417554543444107,0.255951455205554,0.0,0.528383126077583,0.255951455205554,0.0,0.0940892682467505,0.255951455205554,0.0,0.0471331592019887,0.5,0.255951455205554,0.0,0.0393693412557941,0.5,0.255951455205554,0.0,0.0748008824063693,0.5,0.255951455205554,0.0,0.0761261486861085,0.255951455205554,0.0,0.114740077523312,0.0,0.491867316017323,0.255951455205554,0.0,0.505869057297181,0.5,0.255951455205554,0.0,0.47536794806051,0.255951455205554,0.0,0.233070253601291,0.255951455205554,0.0,0.329860782224689,0.255951455205554,0.0,0.0983160065983365,0.0,0.869910905469828 -8011,0.255951455205554,0.0,0.573251967879583,0.255951455205554,0.0,0.438905001068072,0.255951455205554,0.0,0.435311695284049,0.255951455205554,0.0,0.522147872902929,0.255951455205554,0.0,0.0956224721868898,0.255951455205554,0.0,0.0483657467949351,0.5,0.255951455205554,0.0,0.0380630574193253,0.5,0.255951455205554,0.0,0.0819399109309146,0.5,0.255951455205554,0.0,0.0853415912972204,0.255951455205554,0.0,0.100379061798422,0.0,0.615488014145915,0.255951455205554,0.0,0.56699036417747,0.5,0.255951455205554,0.0,0.530423899706679,0.255951455205554,0.0,0.268115990146323,0.255951455205554,0.0,0.383085389325875,0.255951455205554,0.0,0.136779436086969,0.0,0.902187215794838 -8012,0.255951455205554,0.0,0.622790911847922,0.255951455205554,0.0,0.479700378612743,0.255951455205554,0.0,0.453403303563437,0.255951455205554,0.0,0.520307989074365,0.255951455205554,0.0,0.105924623190777,0.255951455205554,0.0,0.0528855469494966,0.5,0.255951455205554,0.0,0.0357726859374626,0.5,0.255951455205554,0.0,0.0742873085920573,0.5,0.255951455205554,0.0,0.0997320667469814,0.255951455205554,0.0,0.0863257528070723,0.0,0.627332845696313,0.255951455205554,0.0,0.604944917244685,0.5,0.255951455205554,0.0,0.54542775215471,0.255951455205554,0.0,0.304841424410839,0.255951455205554,0.0,0.434908519366618,0.255951455205554,0.0,0.179625484867167,0.0,0.927897061358469 -8013,0.255951455205554,0.0,0.671333622842935,0.255951455205554,0.0,0.58627060944104,0.255951455205554,0.0,0.472236438628914,0.255951455205554,0.0,0.539249366781421,0.255951455205554,0.0,0.124697419068563,0.255951455205554,0.0,0.0608478848165628,0.5,0.255951455205554,0.0,0.0421956254533823,0.5,0.255951455205554,0.0,0.0766913902018918,0.5,0.255951455205554,0.0,0.124076685454255,0.255951455205554,0.0,0.131169145873861,0.0,0.631697636081198,0.255951455205554,0.0,0.624845613964526,0.5,0.255951455205554,0.0,0.535521306946849,0.255951455205554,0.0,0.325689859479508,0.255951455205554,0.0,0.468899672259728,0.255951455205554,0.0,0.210193037108644,0.0,0.94372401252794 -8014,0.255951455205554,0.0,0.701734093403913,0.255951455205554,0.0,0.613197234854459,0.255951455205554,0.0,0.482245887663154,0.255951455205554,0.0,0.549417096257565,0.255951455205554,0.0,0.147008830958872,0.255951455205554,0.0,0.0766689548452665,0.5,0.255951455205554,0.0,0.0552271958167691,0.5,0.255951455205554,0.0,0.09019632986699,0.5,0.255951455205554,0.0,0.137115554633796,0.255951455205554,0.0,0.106226341606425,0.0,0.665769425118905,0.255951455205554,0.0,0.612502504223337,0.5,0.255951455205554,0.0,0.522054032373888,0.255951455205554,0.0,0.330693457648894,0.255951455205554,0.0,0.485189746471673,0.255951455205554,0.0,0.231712680182459,0.0,0.953841922527342 -8015,0.255951455205554,0.0,0.728717337714807,0.255951455205554,0.0,0.645497186986806,0.255951455205554,0.0,0.487021725646192,0.255951455205554,0.0,0.555003691012438,0.255951455205554,0.0,0.158988896439053,0.255951455205554,0.0,0.0989517501045498,0.5,0.255951455205554,0.0,0.0755789890757168,0.5,0.255951455205554,0.0,0.104520087809682,0.5,0.255951455205554,0.0,0.158266745813811,0.255951455205554,0.0,0.141166953875227,0.0,0.663012792663488,0.255951455205554,0.0,0.59289132827106,0.5,0.255951455205554,0.0,0.500013380948747,0.255951455205554,0.0,0.333473162559752,0.255951455205554,0.0,0.509776597921203,0.255951455205554,0.0,0.265293521906328,0.0,0.94553632716447 -8016,0.255951455205554,0.0,0.750086047403409,0.255951455205554,0.0,0.668676431321555,0.255951455205554,0.0,0.503074292268542,0.255951455205554,0.0,0.561860044292254,0.255951455205554,0.0,0.165346960517178,0.255951455205554,0.0,0.112636137758853,0.5,0.255951455205554,0.0,0.10383144061672,0.5,0.255951455205554,0.0,0.129257686793656,0.5,0.255951455205554,0.0,0.195760542767724,0.255951455205554,0.0,0.187031778513966,0.0,0.623403028411927,0.255951455205554,0.0,0.582695984072192,0.5,0.255951455205554,0.0,0.472947967454179,0.255951455205554,0.0,0.35908345370021,0.255951455205554,0.0,0.5179012675808,0.255951455205554,0.0,0.309131737106263,0.0,0.945801272434855 -8017,0.255951455205554,0.0,0.746196085224457,0.255951455205554,0.0,0.690999589116184,0.255951455205554,0.0,0.529454589136519,0.255951455205554,0.0,0.583926796734874,0.255951455205554,0.0,0.188106557744072,0.255951455205554,0.0,0.132725794985962,0.5,0.255951455205554,0.0,0.12772533960195,0.5,0.255951455205554,0.0,0.160617518372583,0.5,0.255951455205554,0.0,0.244860685242391,0.255951455205554,0.0,0.203925399527463,0.0,0.621620124890029,0.255951455205554,0.0,0.580406998308263,0.5,0.255951455205554,0.0,0.448534770500403,0.255951455205554,0.0,0.399506667177212,0.255951455205554,0.0,0.524217203338389,0.255951455205554,0.0,0.367286330841273,0.0,0.953744436211112 -8018,0.255951455205554,0.0,0.732852150883039,0.255951455205554,0.0,0.680774426935182,0.255951455205554,0.0,0.553937543231695,0.255951455205554,0.0,0.6103509990267,0.255951455205554,0.0,0.217486800530489,0.255951455205554,0.0,0.158835447676762,0.5,0.255951455205554,0.0,0.1465553407805,0.5,0.255951455205554,0.0,0.179214754029586,0.5,0.255951455205554,0.0,0.269752593879405,0.255951455205554,0.0,0.256120481256326,0.0,0.661500051323512,0.255951455205554,0.0,0.568399770984919,0.5,0.255951455205554,0.0,0.432575039918872,0.255951455205554,0.0,0.405082055665324,0.255951455205554,0.0,0.539470094789237,0.255951455205554,0.0,0.42285850115859,0.0,0.964458136446251 -8019,0.255951455205554,0.0,0.730716420618035,0.255951455205554,0.0,0.599510119866646,0.255951455205554,0.0,0.569090586317394,0.255951455205554,0.0,0.642974518829069,0.255951455205554,0.0,0.23633329174614,0.255951455205554,0.0,0.200859075896209,0.5,0.255951455205554,0.0,0.181646882590382,0.5,0.255951455205554,0.0,0.189732204386047,0.5,0.255951455205554,0.0,0.277378889368204,0.255951455205554,0.0,0.33987311614896,0.0,0.611146238055021,0.255951455205554,0.0,0.532448719724932,0.5,0.255951455205554,0.0,0.412305307334548,0.255951455205554,0.0,0.414601691492114,0.255951455205554,0.0,0.528936267985235,0.255951455205554,0.0,0.466523579397627,0.0,0.955953646358425 -8020,0.255951455205554,0.0,0.737740574164961,0.255951455205554,0.0,0.567701934223764,0.255951455205554,0.0,0.569139115591544,0.255951455205554,0.0,0.667432307846711,0.255951455205554,0.0,0.253303686061544,0.255951455205554,0.0,0.24925469703679,0.5,0.255951455205554,0.0,0.217355009619591,0.5,0.255951455205554,0.0,0.206629218801956,0.5,0.255951455205554,0.0,0.310709422192341,0.255951455205554,0.0,0.396695608101042,0.0,0.571580701743273,0.255951455205554,0.0,0.518984431058016,0.5,0.255951455205554,0.0,0.400998474110694,0.255951455205554,0.0,0.43970850484108,0.255951455205554,0.0,0.527558668452605,0.255951455205554,0.0,0.504046714784614,0.0,0.912053720846258 -8021,0.255951455205554,0.0,0.735978097133236,0.255951455205554,0.0,0.57694502907409,0.255951455205554,0.0,0.567182748998157,0.255951455205554,0.0,0.67316013370445,0.255951455205554,0.0,0.275357402339881,0.255951455205554,0.0,0.285653681282087,0.5,0.255951455205554,0.0,0.239189332438339,0.5,0.255951455205554,0.0,0.223878529560386,0.5,0.255951455205554,0.0,0.343959144576005,0.255951455205554,0.0,0.417494530075148,0.0,0.555795769579049,0.255951455205554,0.0,0.511407624806129,0.5,0.255951455205554,0.0,0.417534578618646,0.255951455205554,0.0,0.449000388836717,0.255951455205554,0.0,0.500750042578205,0.255951455205554,0.0,0.525992298399078,0.0,0.917455529110946 -8022,0.255951455205554,0.0,0.698198744686007,0.255951455205554,0.0,0.567945945461669,0.255951455205554,0.0,0.564234173092283,0.255951455205554,0.0,0.656244884242658,0.255951455205554,0.0,0.293188994589613,0.255951455205554,0.0,0.325299312512762,0.5,0.255951455205554,0.0,0.257224755920683,0.5,0.255951455205554,0.0,0.244300063093764,0.5,0.255951455205554,0.0,0.392937235357898,0.255951455205554,0.0,0.423521043182594,0.0,0.551400695506065,0.255951455205554,0.0,0.521545510767727,0.5,0.255951455205554,0.0,0.441151387072697,0.255951455205554,0.0,0.435997181947138,0.255951455205554,0.0,0.481654119197093,0.255951455205554,0.0,0.554944337607092,0.0,0.969155047086531 -8023,0.255951455205554,0.0,0.655190574782916,0.255951455205554,0.0,0.520769002193472,0.255951455205554,0.0,0.565757849104159,0.255951455205554,0.0,0.634657793556683,0.255951455205554,0.0,0.319112095567723,0.255951455205554,0.0,0.374877988389749,0.5,0.255951455205554,0.0,0.280235714816124,0.5,0.255951455205554,0.0,0.269346683252906,0.5,0.255951455205554,0.0,0.431899494138072,0.255951455205554,0.0,0.433647711165722,0.0,0.587172878062757,0.255951455205554,0.0,0.543618342749726,0.5,0.255951455205554,0.0,0.443294374167916,0.255951455205554,0.0,0.443232066181332,0.255951455205554,0.0,0.493379890238456,0.255951455205554,0.0,0.588303156644166,0.0,0.984345256967347 -8024,0.255951455205554,0.0,0.689279841705977,0.255951455205554,0.0,0.47809854938562,0.255951455205554,0.0,0.596314952405631,0.255951455205554,0.0,0.649819703477937,0.255951455205554,0.0,0.358382051026046,0.255951455205554,0.0,0.410664706318566,0.5,0.255951455205554,0.0,0.30181360934922,0.5,0.255951455205554,0.0,0.284871484225074,0.5,0.255951455205554,0.0,0.453978081913772,0.255951455205554,0.0,0.463361819201506,0.0,0.611000496771642,0.255951455205554,0.0,0.569487404289363,0.5,0.255951455205554,0.0,0.444750795895237,0.255951455205554,0.0,0.478946042859123,0.255951455205554,0.0,0.529068825343351,0.255951455205554,0.0,0.617683106754762,0.0,0.985607147566475 -8025,0.255951455205554,0.000103818299109058,0.758199760614582,0.255951455205554,0.000600270204651632,0.509381940234778,0.255951455205554,0.000569063736483079,0.643673570867253,0.255951455205554,0.0,0.72484956610184,0.255951455205554,0.000215477951797732,0.394278463566218,0.255951455205554,0.000941644402800232,0.437251918071307,0.5,0.255951455205554,0.000441641327598076,0.315479874397801,0.5,0.255951455205554,0.00159234580101576,0.246563835652479,0.5,0.255951455205554,0.00552511969680313,0.437559479048548,0.255951455205554,0.000474945777863861,0.492732761539252,0.00492459853167288,0.636143218724957,0.255951455205554,0.00706828120381507,0.600026476809741,0.5,0.255951455205554,0.00532905723174835,0.468181599597493,0.255951455205554,0.00736167425034844,0.529662165170108,0.255951455205554,0.00302232286524475,0.589177320603531,0.255951455205554,0.00229941490404312,0.641224537093294,0.0,0.992039575545527 -8026,0.255951455205554,0.105854816515304,0.756043069878136,0.255951455205554,0.127023895536496,0.628226523238272,0.255951455205554,0.0463613319605698,0.671790643467103,0.255951455205554,0.0588566548924465,0.766716293650321,0.255951455205554,0.0175015044635105,0.434920562793617,0.255951455205554,0.013485980302418,0.457785596046956,0.5,0.255951455205554,0.0066947933761165,0.333247149071787,0.5,0.255951455205554,0.0143225701412655,0.198056162321389,0.5,0.255951455205554,0.0336835033173991,0.42118989145436,0.255951455205554,0.00595574453981876,0.532188830222439,0.0686196542310637,0.66506606621707,0.255951455205554,0.0891902021567564,0.653343044374372,0.5,0.255951455205554,0.148739783342905,0.495965717167701,0.255951455205554,0.0466389497122703,0.618416697223004,0.255951455205554,0.0514563874525182,0.636079301570066,0.255951455205554,0.0299767784768004,0.724554011553319,0.103614061307899,0.997518846254258 -8027,0.255951455205554,0.25858064974258,0.752277466922971,0.255951455205554,0.281617259190119,0.64367609030795,0.255951455205554,0.146460892402126,0.660138901595208,0.255951455205554,0.256996472185067,0.742247713228688,0.255951455205554,0.0620616193211779,0.492678677336674,0.255951455205554,0.0340217418897335,0.481055961495518,0.5,0.255951455205554,0.0177382956021207,0.325710795603234,0.5,0.255951455205554,0.034283980954619,0.17528304720582,0.5,0.255951455205554,0.0632474923096454,0.431612268023763,0.255951455205554,0.0140214727255668,0.540056313753985,0.127663274552145,0.743143349517217,0.255951455205554,0.169776865564538,0.680326972229118,0.5,0.255951455205554,0.294833565139285,0.54285597276974,0.255951455205554,0.0889528607500856,0.648893415641577,0.255951455205554,0.117108540678456,0.659179252374149,0.255951455205554,0.0726237669076626,0.813589246840687,0.254477929633216,0.999846468570944 -8028,0.255951455205554,0.360721168755044,0.756944662328675,0.255951455205554,0.385931730953607,0.584436902671299,0.255951455205554,0.25840492436876,0.623118599124836,0.255951455205554,0.371603106252025,0.68095762002381,0.255951455205554,0.125276456427646,0.515412503088288,0.255951455205554,0.0514271725153868,0.525252081434271,0.5,0.255951455205554,0.0276800933422432,0.319858624214753,0.5,0.255951455205554,0.0536519838717244,0.20304740196464,0.5,0.255951455205554,0.085633819210165,0.442666185040055,0.255951455205554,0.0210975041412758,0.551727458103045,0.185515001211139,0.748212953956158,0.255951455205554,0.22979587986882,0.676643789237408,0.5,0.255951455205554,0.386985486566033,0.565488517555251,0.255951455205554,0.111903399050518,0.690734292197204,0.255951455205554,0.185145377933768,0.671818795674922,0.255951455205554,0.110886368947007,0.841003490848181,0.341750592025702,0.999539769012353 -8029,0.255951455205554,0.396361973820892,0.758904751828884,0.255951455205554,0.42235011374415,0.495538604513717,0.255951455205554,0.334252869517442,0.597704252237227,0.255951455205554,0.413840439457115,0.619105716747415,0.255951455205554,0.179587541027921,0.495797371662256,0.255951455205554,0.0600196563968637,0.544834760883852,0.5,0.255951455205554,0.0340652331118456,0.328820058473677,0.5,0.255951455205554,0.0629715233352507,0.256283759182652,0.5,0.255951455205554,0.0930147296426305,0.466549800907615,0.255951455205554,0.0356644602332568,0.541771936472688,0.27176553930116,0.71098249020337,0.255951455205554,0.280065639969375,0.649040647348488,0.5,0.255951455205554,0.410594987448472,0.535040077750757,0.255951455205554,0.101643581754124,0.68577867381799,0.255951455205554,0.246649801411178,0.69060895657177,0.255951455205554,0.115296448067937,0.840736940047033,0.378455901772477,0.990301738431877 -8030,0.255951455205554,0.366793826142511,0.746004122759733,0.255951455205554,0.387466572682802,0.461586568784392,0.255951455205554,0.350343913425165,0.57147301446596,0.255951455205554,0.387023772291559,0.594006269860395,0.255951455205554,0.191259082052176,0.451643929986548,0.255951455205554,0.0546886442709557,0.527618784489486,0.5,0.255951455205554,0.0336870512377763,0.350688639224986,0.5,0.255951455205554,0.0529223905219862,0.319273271441324,0.5,0.255951455205554,0.0811803477727245,0.517765677253819,0.255951455205554,0.0489332012944174,0.541877433565551,0.272718680155969,0.60631249083264,0.255951455205554,0.262111921730433,0.598468478346401,0.5,0.255951455205554,0.363103154967855,0.479888716047344,0.255951455205554,0.0905169975836917,0.66833087723516,0.255951455205554,0.235337597409065,0.631632444911273,0.255951455205554,0.108804131246436,0.828694545332722,0.36067300536596,0.947796188430498 -8031,0.255951455205554,0.232062970566012,0.703865151719667,0.255951455205554,0.171693293043247,0.432878073309886,0.255951455205554,0.242000779117272,0.552692332491578,0.255951455205554,0.222728574907816,0.607314970882591,0.255951455205554,0.153516047977252,0.414920135732097,0.255951455205554,0.037835917400544,0.48671549088783,0.5,0.255951455205554,0.0193173726953072,0.337580831601131,0.5,0.255951455205554,0.028315246121648,0.311931870841369,0.5,0.255951455205554,0.0504482208636933,0.551068813427076,0.255951455205554,0.0301723143782939,0.508046328124572,0.201473070853537,0.457184064088918,0.255951455205554,0.126417999046355,0.528149594952003,0.5,0.255951455205554,0.155972230527624,0.405044616703682,0.255951455205554,0.0701003188415271,0.635541420044301,0.255951455205554,0.152453039052684,0.59180498967583,0.255951455205554,0.0928577815018203,0.781218593579257,0.248484730803084,0.888402994489224 -8032,0.255951455205554,0.0,0.630999074966204,0.255951455205554,0.0,0.376106886045938,0.255951455205554,0.0,0.527460842886547,0.255951455205554,0.0,0.588009076047715,0.255951455205554,0.0135759575998865,0.36691877988607,0.255951455205554,0.00263058431808777,0.462735270775352,0.5,0.255951455205554,0.0043006627962055,0.271697231828142,0.5,0.255951455205554,0.00738345778944413,0.253092292003099,0.5,0.255951455205554,0.00536376468398279,0.514691338804498,0.255951455205554,0.00657692680693488,0.41552479567252,0.0,0.536081612694445,0.255951455205554,0.0,0.474808286968319,0.5,0.255951455205554,0.0,0.367902546683417,0.255951455205554,0.0,0.593866126909497,0.255951455205554,0.0,0.557777721270766,0.255951455205554,0.0,0.731879837423477,0.0,0.892005447411581 -8033,0.255951455205554,0.0,0.579277829834518,0.255951455205554,0.0,0.380540045762439,0.255951455205554,0.0,0.486902500424904,0.255951455205554,0.0,0.528235641933019,0.255951455205554,0.0,0.338259625097529,0.255951455205554,0.0,0.43554486515281,0.5,0.255951455205554,0.0,0.18864071026754,0.5,0.255951455205554,0.0,0.174952672312512,0.5,0.255951455205554,0.0,0.409608377310925,0.255951455205554,0.0,0.273898211396346,0.0,0.492104441153919,0.255951455205554,0.0,0.461238981972931,0.5,0.255951455205554,0.0,0.364845667198145,0.255951455205554,0.0,0.557449372544737,0.255951455205554,0.0,0.514486866581965,0.255951455205554,0.0,0.682969692644813,0.0,0.945894888505295 -8034,0.255951455205554,0.0,0.561221383732711,0.255951455205554,0.0,0.367531832154564,0.255951455205554,0.0,0.469446822009244,0.255951455205554,0.0,0.469017053728962,0.255951455205554,0.0,0.316531149560041,0.255951455205554,0.0,0.398686911630023,0.5,0.255951455205554,0.0,0.153587754577972,0.5,0.255951455205554,0.0,0.144762182248499,0.5,0.255951455205554,0.0,0.331914318013686,0.255951455205554,0.0,0.20757124289813,0.0,0.43473921910524,0.255951455205554,0.0,0.47434693325376,0.5,0.255951455205554,0.0,0.346893674447151,0.255951455205554,0.0,0.522425128699287,0.255951455205554,0.0,0.471898781114044,0.255951455205554,0.0,0.656968814846976,0.0,0.974185802500392 -8035,0.255951455205554,0.0,0.579903999471527,0.255951455205554,0.0,0.346173958164944,0.255951455205554,0.0,0.478279255714691,0.255951455205554,0.0,0.475753848313811,0.255951455205554,0.0,0.282403712004874,0.255951455205554,0.0,0.326235000739345,0.5,0.255951455205554,0.0,0.142156406376926,0.5,0.255951455205554,0.0,0.122914609580151,0.5,0.255951455205554,0.0,0.277428081845889,0.255951455205554,0.0,0.21163303728669,0.0,0.625879281924263,0.255951455205554,0.0,0.481672316177741,0.5,0.255951455205554,0.0,0.325706794220174,0.255951455205554,0.0,0.501050677681111,0.255951455205554,0.0,0.420156151183689,0.255951455205554,0.0,0.60286222363624,0.0,0.978816179773149 -8036,0.255951455205554,0.0,0.584940564812528,0.255951455205554,0.0,0.333106346615578,0.255951455205554,0.0,0.477304398759165,0.255951455205554,0.0,0.489785262426524,0.255951455205554,0.0,0.263676394333687,0.255951455205554,0.0,0.285500548651398,0.5,0.255951455205554,0.0,0.133716595386544,0.5,0.255951455205554,0.0,0.107853767472961,0.5,0.255951455205554,0.0,0.237092829213919,0.255951455205554,0.0,0.228294064920742,0.0,0.629127924721608,0.255951455205554,0.0,0.4813234213886,0.5,0.255951455205554,0.0,0.317046080767032,0.255951455205554,0.0,0.491193924415158,0.255951455205554,0.0,0.377616257946364,0.255951455205554,0.0,0.508389105403733,0.0,0.97464714143326 -8037,0.255951455205554,0.0,0.55785559893145,0.255951455205554,0.0,0.297397662041236,0.255951455205554,0.0,0.444211648833684,0.255951455205554,0.0,0.465455326408272,0.255951455205554,0.0,0.253537488320121,0.255951455205554,0.0,0.274953779172479,0.5,0.255951455205554,0.0,0.110777947467809,0.5,0.255951455205554,0.0,0.108469451561005,0.5,0.255951455205554,0.0,0.238369128425438,0.255951455205554,0.0,0.181312075471238,0.0,0.62185770681494,0.255951455205554,0.0,0.477631471372937,0.5,0.255951455205554,0.0,0.319245234184966,0.255951455205554,0.0,0.450211213990387,0.255951455205554,0.0,0.352462594729799,0.255951455205554,0.0,0.469974269551724,0.0,0.955279424450671 -8038,0.255951455205554,0.0,0.507333560893971,0.255951455205554,0.0,0.25505277283638,0.255951455205554,0.0,0.379543597245177,0.255951455205554,0.0,0.420590958035088,0.255951455205554,0.0,0.244659484541009,0.255951455205554,0.0,0.27602443093177,0.5,0.255951455205554,0.0,0.097610745863242,0.5,0.255951455205554,0.0,0.11868239032922,0.5,0.255951455205554,0.0,0.247208148710515,0.255951455205554,0.0,0.137238562591802,0.0,0.623600756712515,0.255951455205554,0.0,0.469386432796262,0.5,0.255951455205554,0.0,0.294578845159066,0.255951455205554,0.0,0.395273014470463,0.255951455205554,0.0,0.331663352574717,0.255951455205554,0.0,0.455489662001136,0.0,0.924087699683974 -8039,0.255951455205554,0.0,0.436851417084929,0.255951455205554,0.0,0.219628276457443,0.255951455205554,0.0,0.315717000870056,0.255951455205554,0.0,0.370196315360996,0.255951455205554,0.0,0.2204449121448,0.255951455205554,0.0,0.25216424851924,0.5,0.255951455205554,0.0,0.0887548468147886,0.5,0.255951455205554,0.0,0.104340089863529,0.5,0.255951455205554,0.0,0.244269072636425,0.255951455205554,0.0,0.111415145096128,0.0,0.597133780840187,0.255951455205554,0.0,0.467163689083856,0.5,0.255951455205554,0.0,0.27117990874145,0.255951455205554,0.0,0.362215178872823,0.255951455205554,0.0,0.328823783339686,0.255951455205554,0.0,0.400165922155362,0.0,0.888985671425249 -8040,0.255951455205554,0.0,0.373413238611611,0.255951455205554,0.0,0.18257180584893,0.255951455205554,0.0,0.266499077063256,0.255951455205554,0.0,0.309314508199419,0.255951455205554,0.0,0.185062354273892,0.255951455205554,0.0,0.206498331538167,0.5,0.255951455205554,0.0,0.0836366693307712,0.5,0.255951455205554,0.0,0.0822743525784396,0.5,0.255951455205554,0.0,0.213366013638814,0.255951455205554,0.0,0.105851900807873,0.0,0.558795800535003,0.255951455205554,0.0,0.438661786241721,0.5,0.255951455205554,0.0,0.248837857924072,0.255951455205554,0.0,0.356421356205161,0.255951455205554,0.0,0.350385666135665,0.255951455205554,0.0,0.347614088049722,0.0,0.847097688630208 -8041,0.255951455205554,0.0,0.332693899486738,0.255951455205554,0.0,0.139815337592788,0.255951455205554,0.0,0.234130550291858,0.255951455205554,0.0,0.25332047464599,0.255951455205554,0.0,0.15690645270634,0.255951455205554,0.0,0.168072297856441,0.5,0.255951455205554,0.0,0.077632828966471,0.5,0.255951455205554,0.0,0.0660142531894345,0.5,0.255951455205554,0.0,0.178647320444167,0.255951455205554,0.0,0.116447462715744,0.0,0.53547328734566,0.255951455205554,0.0,0.403561960148959,0.5,0.255951455205554,0.0,0.224506028638825,0.255951455205554,0.0,0.330591149432417,0.255951455205554,0.0,0.343928518707482,0.255951455205554,0.0,0.329181771152724,0.0,0.797547326965152 -8042,0.255951455205554,0.0,0.312719451321397,0.255951455205554,0.0,0.120966895622642,0.255951455205554,0.0,0.220464273572634,0.255951455205554,0.0,0.221853226680044,0.255951455205554,0.0,0.138701127037505,0.255951455205554,0.0,0.136054372151274,0.5,0.255951455205554,0.0,0.0626540744561868,0.5,0.255951455205554,0.0,0.0499093390486002,0.5,0.255951455205554,0.0,0.150487352020917,0.255951455205554,0.0,0.107619262537353,0.0,0.475901252541974,0.255951455205554,0.0,0.371967258808187,0.5,0.255951455205554,0.0,0.204558687924083,0.255951455205554,0.0,0.300875304415712,0.255951455205554,0.0,0.324554405979131,0.255951455205554,0.0,0.306663285830312,0.0,0.704281862544313 -8043,0.255951455205554,0.0,0.303466830082966,0.255951455205554,0.0,0.112684609662777,0.255951455205554,0.0,0.21243238967783,0.255951455205554,0.0,0.217468800996367,0.255951455205554,0.0,0.130836375681074,0.255951455205554,0.0,0.119002001570342,0.5,0.255951455205554,0.0,0.0493053968833288,0.5,0.255951455205554,0.0,0.0338034209105701,0.5,0.255951455205554,0.0,0.129073282506694,0.255951455205554,0.0,0.0692476206939694,0.0,0.429851449212732,0.255951455205554,0.0,0.335251971008529,0.5,0.255951455205554,0.0,0.191292508697852,0.255951455205554,0.0,0.271399961722326,0.255951455205554,0.0,0.293878962467326,0.255951455205554,0.0,0.299115764772508,0.0,0.588109254708295 -8044,0.255951455205554,0.0,0.297201954254012,0.255951455205554,0.0,0.115230217016523,0.255951455205554,0.0,0.212382413719193,0.255951455205554,0.0,0.227641838816173,0.255951455205554,0.0,0.130240828530297,0.255951455205554,0.0,0.119077777333537,0.5,0.255951455205554,0.0,0.0441110984943028,0.5,0.255951455205554,0.0,0.0284699887285552,0.5,0.255951455205554,0.0,0.114191073992135,0.255951455205554,0.0,0.048498564818217,0.0,0.385007742781479,0.255951455205554,0.0,0.296343340974743,0.5,0.255951455205554,0.0,0.175076656674345,0.255951455205554,0.0,0.240065906109102,0.255951455205554,0.0,0.276166724398264,0.255951455205554,0.0,0.286286029455682,0.0,0.467038851768103 -8045,0.255951455205554,0.0,0.297056491238264,0.255951455205554,0.0,0.122211644782642,0.255951455205554,0.0,0.212992620404508,0.255951455205554,0.0,0.236637719325956,0.255951455205554,0.0,0.129092400173311,0.255951455205554,0.0,0.117494817138825,0.5,0.255951455205554,0.0,0.0421648336189237,0.5,0.255951455205554,0.0,0.0286519606888049,0.5,0.255951455205554,0.0,0.100753874674623,0.255951455205554,0.0,0.0401969158741747,0.0,0.36443381471559,0.255951455205554,0.0,0.272422741399523,0.5,0.255951455205554,0.0,0.156958501868765,0.255951455205554,0.0,0.201875390539005,0.255951455205554,0.0,0.262869730156618,0.255951455205554,0.0,0.27289459427631,0.0,0.349448850020954 -8046,0.255951455205554,0.0,0.286430463483919,0.255951455205554,0.0,0.127379033498682,0.255951455205554,0.0,0.204722680838519,0.255951455205554,0.0,0.22638149772892,0.255951455205554,0.0,0.126540001215073,0.255951455205554,0.0,0.119509266417832,0.5,0.255951455205554,0.0,0.0387526091386589,0.5,0.255951455205554,0.0,0.0307296676988825,0.5,0.255951455205554,0.0,0.0878733136040099,0.255951455205554,0.0,0.0362965569370125,0.0,0.326900321655368,0.255951455205554,0.0,0.245633839005628,0.5,0.255951455205554,0.0,0.143037975267709,0.255951455205554,0.0,0.194005932498712,0.255951455205554,0.0,0.253300778827271,0.255951455205554,0.0,0.259201273406172,0.0,0.236751202107216 -8047,0.255951455205554,0.0,0.258506907911917,0.255951455205554,0.0,0.124051939602177,0.255951455205554,0.0,0.18172797992583,0.255951455205554,0.0,0.201917891973941,0.255951455205554,0.0,0.120872665126028,0.255951455205554,0.0,0.121950745588251,0.5,0.255951455205554,0.0,0.034147400246366,0.5,0.255951455205554,0.0,0.0304379730471177,0.5,0.255951455205554,0.0,0.0795363300160492,0.255951455205554,0.0,0.0345139802302681,0.0,0.297648655382756,0.255951455205554,0.0,0.208442624980003,0.5,0.255951455205554,0.0,0.137618534852771,0.255951455205554,0.0,0.206229982723643,0.255951455205554,0.0,0.244541120796011,0.255951455205554,0.0,0.257012919055057,0.0,0.162050542576848 -8048,0.255951455205554,0.0,0.209482232874799,0.255951455205554,0.0,0.114743168405347,0.255951455205554,0.0,0.143913563467789,0.255951455205554,0.0,0.160542387428982,0.255951455205554,0.0,0.115414363317155,0.255951455205554,0.0,0.124847720308,0.5,0.255951455205554,0.0,0.0310556256727098,0.5,0.255951455205554,0.0,0.0249968656037122,0.5,0.255951455205554,0.0,0.0701425041487056,0.255951455205554,0.0,0.0310792541885397,0.0,0.207628515856142,0.255951455205554,0.0,0.19968887750991,0.5,0.255951455205554,0.0,0.134682034166833,0.255951455205554,0.0,0.194833020063123,0.255951455205554,0.0,0.241329803417189,0.255951455205554,0.0,0.243885623197296,0.0,0.128544241890033 -8049,0.255951455205554,4.35121255659281e-05,0.154671509351422,0.255951455205554,0.000112601577705772,0.105238904126509,0.255951455205554,0.000345755684349066,0.107057332651029,0.255951455205554,0.0,0.0979135541828888,0.255951455205554,0.000171187399920439,0.111818894825974,0.255951455205554,0.000411907821725544,0.118736487926915,0.5,0.255951455205554,0.00015632983093013,0.029215545093368,0.5,0.255951455205554,0.000461042981774651,0.01809347455321,0.5,0.255951455205554,0.000976620156213991,0.0611949335230827,0.255951455205554,0.000100872320001813,0.0298964576321727,0.00340824834872661,0.204486689783863,0.255951455205554,0.00487294120319052,0.201026901302589,0.5,0.255951455205554,0.00447123599188935,0.133775010672467,0.255951455205554,0.00683531894447918,0.173825445672399,0.255951455205554,0.0027508895225242,0.23588344951078,0.255951455205554,0.00103067986836453,0.231815965916837,0.0,0.111176891263801 -8050,0.255951455205554,0.104630735091108,0.118059144170404,0.255951455205554,0.12720464675774,0.0750470217361963,0.255951455205554,0.0530858591335843,0.0912864408369323,0.255951455205554,0.109647497269125,0.0567905615485347,0.255951455205554,0.019936505652413,0.117263613332513,0.255951455205554,0.00506597710294831,0.124791250995965,0.5,0.255951455205554,0.00209524769316247,0.0304086907384747,0.5,0.255951455205554,0.00294308330764418,0.0137687337496795,0.5,0.255951455205554,0.00513999268451489,0.0564876756738629,0.255951455205554,0.00134410020043036,0.029012436683573,0.0654420405129814,0.257588706837528,0.255951455205554,0.067291646021832,0.204143640200984,0.5,0.255951455205554,0.145756442221066,0.138894635418055,0.255951455205554,0.0549193393096686,0.143752644808259,0.255951455205554,0.0419169242534826,0.226779040248069,0.255951455205554,0.00951227971463152,0.214556843312324,0.101981097997996,0.107891311206367 -8051,0.255951455205554,0.262038980219857,0.0957742138503756,0.255951455205554,0.284250600821603,0.0444093497213596,0.255951455205554,0.132792924245641,0.0893957773585341,0.255951455205554,0.244313683606475,0.0473916723117016,0.255951455205554,0.0557188802832461,0.143936753590161,0.255951455205554,0.0117761877434795,0.127851395158395,0.5,0.255951455205554,0.00523518956872607,0.0356219453075231,0.5,0.255951455205554,0.00724311026865575,0.0143896640961441,0.5,0.255951455205554,0.0113292518012125,0.0563439937702396,0.255951455205554,0.00369946103582967,0.0279689433991927,0.15424316072062,0.245464043789684,0.255951455205554,0.155704884526332,0.201454792541037,0.5,0.255951455205554,0.295627322656816,0.161149276313394,0.255951455205554,0.0908056787389372,0.132047255848524,0.255951455205554,0.0886923629033027,0.200353489768481,0.255951455205554,0.0197015855248315,0.192587272207959,0.256871271351814,0.119638840049182 -8052,0.255951455205554,0.368835834937026,0.0884856368238382,0.255951455205554,0.388685740024798,0.0309555261222725,0.255951455205554,0.19336621116023,0.0925873292899377,0.255951455205554,0.312250991786356,0.0663870523112199,0.255951455205554,0.0836715307310987,0.159162659565043,0.255951455205554,0.016724934645842,0.116991573041917,0.5,0.255951455205554,0.00810367391398678,0.0460790614811251,0.5,0.255951455205554,0.0114484408749862,0.0177454448933452,0.5,0.255951455205554,0.0168812266781055,0.0555271676069709,0.255951455205554,0.0063571971668314,0.0295378069476819,0.321491942389989,0.199154479175178,0.255951455205554,0.23954118713802,0.182886591411481,0.5,0.255951455205554,0.389338700818704,0.173066524369137,0.255951455205554,0.107868950668507,0.128973085960784,0.255951455205554,0.134590098423425,0.182402369753955,0.255951455205554,0.0287893185911676,0.175154332663577,0.361422549746584,0.130519412468899 -8053,0.255951455205554,0.407306190011315,0.090429722393612,0.255951455205554,0.423879508497189,0.0485537062666298,0.255951455205554,0.22502666112412,0.0963042463886002,0.255951455205554,0.323513330057727,0.090317890386715,0.255951455205554,0.0856401859843077,0.175247288246299,0.255951455205554,0.0191682401764669,0.102785505731418,0.5,0.255951455205554,0.00828463070088732,0.0544696252064242,0.5,0.255951455205554,0.0133056635937308,0.0206248806728136,0.5,0.255951455205554,0.0187243613559986,0.0548900715474979,0.255951455205554,0.00771953711559619,0.0389576231703385,0.380764408846348,0.178747220192466,0.255951455205554,0.29297859971796,0.161719195871232,0.5,0.255951455205554,0.413017029627947,0.146802149799564,0.255951455205554,0.109579782300575,0.123641569915364,0.255951455205554,0.184686127958375,0.154181952111464,0.255951455205554,0.0353592760095396,0.146260426809886,0.398254947070039,0.125967126806457 -8054,0.255951455205554,0.374188536178242,0.0895341303570436,0.255951455205554,0.387297238974313,0.0530606316706215,0.255951455205554,0.217662178923645,0.0958534751155491,0.255951455205554,0.312410626226151,0.0989097139753983,0.255951455205554,0.0678163746949148,0.187695250408812,0.255951455205554,0.0161842697360712,0.0873503599548677,0.5,0.255951455205554,0.00610726871415919,0.0575027842229895,0.5,0.255951455205554,0.0112977768172914,0.0234838376577804,0.5,0.255951455205554,0.014794711081813,0.0527271857723894,0.255951455205554,0.00593499029273619,0.0431197780168243,0.369988317018629,0.127153293870089,0.255951455205554,0.292406327919253,0.132205312293752,0.5,0.255951455205554,0.365666276372935,0.0999936020053729,0.255951455205554,0.0934525573281668,0.117079870440657,0.255951455205554,0.191507881364831,0.115668164821637,0.255951455205554,0.0336845408005286,0.117724237590932,0.363938005945483,0.146937806979119 -8055,0.255951455205554,0.230682789988585,0.0962425830884109,0.255951455205554,0.170515244802225,0.0565350871068866,0.255951455205554,0.144508019097908,0.0946507918681204,0.255951455205554,0.225371371859944,0.102465313869125,0.255951455205554,0.0402251095320691,0.191496880385522,0.255951455205554,0.00962803692343099,0.0766599599626544,0.5,0.255951455205554,0.0033383043909022,0.0542539640425374,0.5,0.255951455205554,0.00594853583062439,0.0228371322101173,0.5,0.255951455205554,0.00691737600487035,0.0479177850643564,0.255951455205554,0.00358235311851289,0.0430163259572036,0.19947493309446,0.0915951110318446,0.255951455205554,0.155676386541062,0.0905606811614813,0.5,0.255951455205554,0.155056649435299,0.0658171231474005,0.255951455205554,0.0637002087259504,0.101760241521422,0.255951455205554,0.141130264118911,0.0819613407777076,0.255951455205554,0.0211040703138834,0.0883773035138029,0.246114856045597,0.198364195149619 -8056,0.255951455205554,0.0,0.110008353828212,0.255951455205554,0.0,0.0665372418357259,0.255951455205554,0.0,0.097475246601749,0.255951455205554,0.0,0.113795660548399,0.255951455205554,0.00234328731151722,0.20248149043031,0.255951455205554,0.000791789242027115,0.0732749221851299,0.5,0.255951455205554,0.000990376343669537,0.0572202056486805,0.5,0.255951455205554,0.00135588821076366,0.021316898157882,0.5,0.255951455205554,0.000935765035477602,0.04030844230817,0.255951455205554,0.00115306903857518,0.0427095299970181,0.0,0.0693267335423566,0.255951455205554,0.0,0.0711009826200799,0.5,0.255951455205554,0.0,0.0589492491881878,0.255951455205554,7.73392285808181e-05,0.0830332242206689,0.255951455205554,0.0,0.0643336780245949,0.255951455205554,0.000675068743816944,0.0756182603285792,0.0,0.275876833946934 -8057,0.255951455205554,0.0,0.115942431077058,0.255951455205554,0.0,0.0708732873301315,0.255951455205554,0.0,0.0967285481943332,0.255951455205554,0.0,0.122910178132548,0.255951455205554,0.0,0.212016766427519,0.255951455205554,0.0,0.0754933672402782,0.5,0.255951455205554,0.0,0.0655704973938563,0.5,0.255951455205554,0.0,0.0178319481567225,0.5,0.255951455205554,0.0,0.0313410109142675,0.255951455205554,0.0,0.0443363367232716,0.0,0.0672076754171847,0.255951455205554,0.0,0.0669780170014781,0.5,0.255951455205554,0.0,0.0539944827800316,0.255951455205554,0.0,0.0647480159766958,0.255951455205554,0.0,0.0598816513366655,0.255951455205554,0.0,0.0668826767819891,0.0,0.376755687518123 -8058,0.255951455205554,0.0,0.117446704932308,0.255951455205554,0.0,0.0843549978213521,0.255951455205554,0.0,0.0933467395662175,0.255951455205554,0.0,0.120802786524501,0.255951455205554,0.0,0.207954447570888,0.255951455205554,0.0,0.088255692284506,0.5,0.255951455205554,0.0,0.0774784228262242,0.5,0.255951455205554,0.0,0.0142243221480147,0.5,0.255951455205554,0.0,0.025909577513603,0.255951455205554,0.0,0.0506127304031001,0.0,0.0641390684860005,0.255951455205554,0.0,0.0629662137817066,0.5,0.255951455205554,0.0,0.0509872300201934,0.255951455205554,0.0,0.0533741391405438,0.255951455205554,0.0,0.0601915247890257,0.255951455205554,0.0,0.0609954852707687,0.0,0.472304497478067 -8059,0.255951455205554,0.0,0.112412689898698,0.255951455205554,0.0,0.0837460454297665,0.255951455205554,0.0,0.0921928073560135,0.255951455205554,0.0,0.10788786157934,0.255951455205554,0.0,0.177855326562864,0.255951455205554,0.0,0.0963397280068795,0.5,0.255951455205554,0.0,0.0890302086359807,0.5,0.255951455205554,0.0,0.0119833601364474,0.5,0.255951455205554,0.0,0.0231730227225917,0.255951455205554,0.0,0.0556483053167,0.0,0.0613536788199958,0.255951455205554,0.0,0.0596294541713012,0.5,0.255951455205554,0.0,0.0505437460294397,0.255951455205554,0.0,0.0451150384792035,0.255951455205554,0.0,0.0604430325305379,0.255951455205554,0.0,0.0649651196474069,0.0,0.522251065108764 -8060,0.255951455205554,0.0,0.105634817965422,0.255951455205554,0.0,0.085514478585695,0.255951455205554,0.0,0.0890438321475916,0.255951455205554,0.0,0.0901011239755377,0.255951455205554,0.0,0.140929454574136,0.255951455205554,0.0,0.100402961925846,0.5,0.255951455205554,0.0,0.0932237100732395,0.5,0.255951455205554,0.0,0.012374070607344,0.5,0.255951455205554,0.0,0.0240058382991991,0.255951455205554,0.0,0.0640232862167486,0.0,0.0632971498176714,0.255951455205554,0.0,0.0561093666856818,0.5,0.255951455205554,0.0,0.0511448601610681,0.255951455205554,0.0,0.0347071261967104,0.255951455205554,0.0,0.0560369285556222,0.255951455205554,0.0,0.064062893433228,0.0,0.55175452600465 -8061,0.255951455205554,0.0,0.097959369747855,0.255951455205554,0.0,0.0677960729908715,0.255951455205554,0.0,0.0835216337429034,0.255951455205554,0.0,0.0764079884343685,0.255951455205554,0.0,0.117395990100916,0.255951455205554,0.0,0.100376693832522,0.5,0.255951455205554,0.0,0.0894269324752897,0.5,0.255951455205554,0.0,0.0140401907776162,0.5,0.255951455205554,0.0,0.0264267947950681,0.255951455205554,0.0,0.0660144865675876,0.0,0.0622996022276147,0.255951455205554,0.0,0.0556560133579069,0.5,0.255951455205554,0.0,0.0541668466587554,0.255951455205554,0.0,0.0257647303368743,0.255951455205554,0.0,0.0506521605681168,0.255951455205554,0.0,0.0525923902694748,0.0,0.596182673376072 -8062,0.255951455205554,0.0,0.0927801372075876,0.255951455205554,0.0,0.0479285022171742,0.255951455205554,0.0,0.0801174178475845,0.255951455205554,0.0,0.0707583557123971,0.255951455205554,0.0,0.11061006748633,0.255951455205554,0.0,0.0902804011048684,0.5,0.255951455205554,0.0,0.08439649923549,0.5,0.255951455205554,0.0,0.0161765338238092,0.5,0.255951455205554,0.0,0.0290548622987802,0.255951455205554,0.0,0.0620885801027122,0.0,0.0617807399898049,0.255951455205554,0.0,0.0583381768691005,0.5,0.255951455205554,0.0,0.0573589407856028,0.255951455205554,0.0,0.0205381367200188,0.255951455205554,0.0,0.0483601875059365,0.255951455205554,0.0,0.0398073204938014,0.0,0.635800390754263 -8063,0.255951455205554,0.0,0.091723872659251,0.255951455205554,0.0,0.0300338170872668,0.255951455205554,0.0,0.0826135885977957,0.255951455205554,0.0,0.0706913541967913,0.255951455205554,0.0,0.115982634705083,0.255951455205554,0.0,0.0749657504853642,0.5,0.255951455205554,0.0,0.0781292414306262,0.5,0.255951455205554,0.0,0.0175730404114822,0.5,0.255951455205554,0.0,0.031073156132689,0.255951455205554,0.0,0.0670687367996965,0.0,0.0628602810033141,0.255951455205554,0.0,0.0617174008534069,0.5,0.255951455205554,0.0,0.0596383143909904,0.255951455205554,0.0,0.0191936181243003,0.255951455205554,0.0,0.0503451748901221,0.255951455205554,0.0,0.0321498649865496,0.0,0.690079034550277 -8064,0.255951455205554,0.0,0.0869638784062709,0.255951455205554,0.0,0.0188469227880995,0.255951455205554,0.0,0.0933735863470288,0.255951455205554,0.0,0.0848999796244952,0.255951455205554,0.0,0.129485164240089,0.255951455205554,0.0,0.0617785443568216,0.5,0.255951455205554,0.0,0.0679998815799926,0.5,0.255951455205554,0.0,0.0182556293231779,0.5,0.255951455205554,0.0,0.0314537162598796,0.255951455205554,0.0,0.069667202488452,0.0,0.0623529846341377,0.255951455205554,0.0,0.0619205072869669,0.5,0.255951455205554,0.0,0.0579768958181589,0.255951455205554,0.0,0.0201676319650125,0.255951455205554,0.0,0.0530138950600134,0.255951455205554,0.0,0.0307492484311818,0.0,0.721106228086302 -8065,0.255951455205554,0.0,0.0750861226497056,0.255951455205554,0.0,0.0204432035344841,0.255951455205554,0.0,0.103631433954984,0.255951455205554,0.0,0.107214013016296,0.255951455205554,0.0,0.142116807921369,0.255951455205554,0.0,0.0508323160761645,0.5,0.255951455205554,0.0,0.0589306495595486,0.5,0.255951455205554,0.0,0.0187574838730394,0.5,0.255951455205554,0.0,0.0313343333656875,0.255951455205554,0.0,0.0621933560240333,0.0,0.0606040247466044,0.255951455205554,0.0,0.0587768020769859,0.5,0.255951455205554,0.0,0.0490600565541595,0.255951455205554,0.0,0.0208530172422011,0.255951455205554,0.0,0.0511147557466665,0.255951455205554,0.0,0.0313510421813891,0.0,0.740438469391174 -8066,0.255951455205554,0.0,0.0702550937456247,0.255951455205554,0.0,0.0299042201028111,0.255951455205554,0.0,0.107112101411119,0.255951455205554,0.0,0.121003252348321,0.255951455205554,0.0,0.146036569753303,0.255951455205554,0.0,0.0424351496380127,0.5,0.255951455205554,0.0,0.0566421803559982,0.5,0.255951455205554,0.0,0.0200109200335977,0.5,0.255951455205554,0.0,0.0307653343060648,0.255951455205554,0.0,0.0577939514028612,0.0,0.0578574143080768,0.255951455205554,0.0,0.0534246488295404,0.5,0.255951455205554,0.0,0.0344440156837576,0.255951455205554,0.0,0.0211820025282019,0.255951455205554,0.0,0.0473897916314917,0.255951455205554,0.0,0.0307853141158986,0.0,0.758890021328431 -8067,0.255951455205554,0.0,0.0687395630911693,0.255951455205554,0.0,0.0344348046461314,0.255951455205554,0.0,0.103534586537123,0.255951455205554,0.0,0.117619881801162,0.255951455205554,0.0,0.138241172377708,0.255951455205554,0.0,0.0403028202258928,0.5,0.255951455205554,0.0,0.0626352728109895,0.5,0.255951455205554,0.0,0.0208458899361941,0.5,0.255951455205554,0.0,0.0294974989009626,0.255951455205554,0.0,0.0600703741357963,0.0,0.054756844992418,0.255951455205554,0.0,0.0472042435623566,0.5,0.255951455205554,0.0,0.0220550908531875,0.255951455205554,0.0,0.0213076727897573,0.255951455205554,0.0,0.0413497452404708,0.255951455205554,0.0,0.0286553878374731,0.0,0.777142976286505 -8068,0.255951455205554,0.0,0.0741944415772347,0.255951455205554,0.0,0.0367673660529722,0.255951455205554,0.0,0.101119745912052,0.255951455205554,0.0,0.111477044766857,0.255951455205554,0.0,0.125862397567667,0.255951455205554,0.0,0.0441920941802885,0.5,0.255951455205554,0.0,0.06794717166268,0.5,0.255951455205554,0.0,0.0204093313588431,0.5,0.255951455205554,0.0,0.0273047968738845,0.255951455205554,0.0,0.0698161459640743,0.0,0.0508059637168067,0.255951455205554,0.0,0.0412897009736324,0.5,0.255951455205554,0.0,0.0159318785968081,0.255951455205554,0.0,0.0225593623240798,0.255951455205554,0.0,0.0341480372314959,0.255951455205554,0.0,0.026237150107837,0.0,0.791291417583028 -8069,0.255951455205554,0.0,0.0839364933012854,0.255951455205554,0.0,0.0385393404651507,0.255951455205554,0.0,0.100784906123077,0.255951455205554,0.0,0.102764520100735,0.255951455205554,0.0,0.118811867233109,0.255951455205554,0.0,0.0548796405107478,0.5,0.255951455205554,0.0,0.0720053489406875,0.5,0.255951455205554,0.0,0.0185802802513707,0.5,0.255951455205554,0.0,0.0251116687028638,0.255951455205554,0.0,0.0694841660099253,0.0,0.0436337325980374,0.255951455205554,0.0,0.0379737698672712,0.5,0.255951455205554,0.0,0.0130809444404789,0.255951455205554,0.0,0.0240417784778213,0.255951455205554,0.0,0.0295100077209977,0.255951455205554,0.0,0.0210338307132575,0.0,0.7839648970415 -8070,0.255951455205554,0.0,0.0896299021297531,0.255951455205554,0.0,0.0408510278091046,0.255951455205554,0.0,0.101822717481677,0.255951455205554,0.0,0.0954730842020838,0.255951455205554,0.0,0.110368327439809,0.255951455205554,0.0,0.0687027131544874,0.5,0.255951455205554,0.0,0.0731032718116342,0.5,0.255951455205554,0.0,0.0161744096840004,0.5,0.255951455205554,0.0,0.0225202495830079,0.255951455205554,0.0,0.0672622940370046,0.0,0.0395530285303039,0.255951455205554,0.0,0.038514322669731,0.5,0.255951455205554,0.0,0.013415425342506,0.255951455205554,0.0,0.0246086586656473,0.255951455205554,0.0,0.0323232796103915,0.255951455205554,0.0,0.0184187605275834,0.0,0.772858763843884 -8071,0.255951455205554,0.0,0.0881012871865347,0.255951455205554,0.0,0.0417558766245713,0.255951455205554,0.0,0.101514421134461,0.255951455205554,0.0,0.0907460372734144,0.255951455205554,0.0,0.103823836082005,0.255951455205554,0.0,0.081460481395422,0.5,0.255951455205554,0.0,0.0710917568974769,0.5,0.255951455205554,0.0,0.0145080006497433,0.5,0.255951455205554,0.0,0.0209175585581201,0.255951455205554,0.0,0.0673605148436926,0.0,0.0419496862611564,0.255951455205554,0.0,0.0401946897830727,0.5,0.255951455205554,0.0,0.0153890846257668,0.255951455205554,0.0,0.0246156911581034,0.255951455205554,0.0,0.043360535001955,0.255951455205554,0.0,0.019647769051135,0.0,0.742852817586536 -8072,0.255951455205554,0.0,0.0776739206992501,0.255951455205554,0.0,0.0370626568886176,0.255951455205554,0.0,0.0964541218259204,0.255951455205554,0.0,0.0864017860328135,0.255951455205554,0.0,0.0967409258177049,0.255951455205554,0.0,0.0911272884911459,0.5,0.255951455205554,0.0,0.0719683330141546,0.5,0.255951455205554,0.0,0.0156500034586501,0.5,0.255951455205554,0.0,0.0219682771576695,0.255951455205554,0.0,0.0693624645950622,0.0,0.0420310476929501,0.255951455205554,0.0,0.0400911476002533,0.5,0.255951455205554,0.0,0.0159059345050287,0.255951455205554,0.0,0.0255888985067596,0.255951455205554,0.0,0.0617079819122105,0.255951455205554,0.0,0.0238480721007313,0.0,0.70441894228237 -8073,0.255951455205554,1.12594708594885e-05,0.066685810133515,0.255951455205554,0.0,0.032039536687011,0.255951455205554,0.00043982068613416,0.0855227200342858,0.255951455205554,0.0,0.0793292191419286,0.255951455205554,7.84537136124923e-05,0.0896273901490539,0.255951455205554,0.00057522922935925,0.0989938779461688,0.5,0.255951455205554,0.000309643066627222,0.0756684297402794,0.5,0.255951455205554,0.0018705700633194,0.0192233185642219,0.5,0.255951455205554,0.00824567550868695,0.0263293898636755,0.255951455205554,0.000390323632721683,0.0818155498175285,0.00742464249932492,0.0411360545554881,0.255951455205554,0.00397387560763819,0.0391908527227389,0.5,0.255951455205554,0.00291708905841581,0.0152202745480654,0.255951455205554,0.00222402180283896,0.0264606935191028,0.255951455205554,0.00222411205113051,0.078519893988361,0.255951455205554,0.00115173020585803,0.034108866422016,0.0,0.645880046525542 -8074,0.255951455205554,0.0636025368244436,0.0608326113925496,0.255951455205554,0.11937926010443,0.0284841336516331,0.255951455205554,0.103445675556571,0.0735320757296066,0.255951455205554,0.111917704066119,0.0716149296906698,0.255951455205554,0.0563765889857813,0.0888879193357951,0.255951455205554,0.00820355430598448,0.110944612743688,0.5,0.255951455205554,0.00611469760784875,0.0841415232719742,0.5,0.255951455205554,0.0231663005409788,0.0267217724193259,0.5,0.255951455205554,0.054516803267438,0.0361539863614991,0.255951455205554,0.00728537587022277,0.115126387688965,0.106235982438227,0.0445884883009552,0.255951455205554,0.0543683855363949,0.0407043319436331,0.5,0.255951455205554,0.112145969160775,0.0147522478456897,0.255951455205554,0.022386576505344,0.0292195712324991,0.255951455205554,0.0377326006700519,0.0948539221864902,0.255951455205554,0.00933594990052427,0.047142063303343,0.00950819940198542,0.590621788678631 -8075,0.255951455205554,0.149101409827683,0.0627441393351649,0.255951455205554,0.274116935377462,0.0220793676316136,0.255951455205554,0.249606826404563,0.0685051289571733,0.255951455205554,0.269244618910229,0.0661392699634054,0.255951455205554,0.145784581948731,0.0926771281883096,0.255951455205554,0.0214623189372008,0.120942495367738,0.5,0.255951455205554,0.0190281258586924,0.0954026435530191,0.5,0.255951455205554,0.0520808211089147,0.0456492349214999,0.5,0.255951455205554,0.105798002188354,0.054392062635019,0.255951455205554,0.021309482109928,0.161600919538788,0.174089331507202,0.065573042274854,0.255951455205554,0.0907759961194141,0.0486476738547237,0.5,0.255951455205554,0.216072984794891,0.0152159557297521,0.255951455205554,0.0507922576916141,0.0355090268921317,0.255951455205554,0.0683468430217823,0.0965342781583716,0.255951455205554,0.0191928911624346,0.067993037217177,0.0300028944593434,0.535021723890204 -8076,0.255951455205554,0.209328389294685,0.0681921706547713,0.255951455205554,0.377890173776103,0.0160900392914393,0.255951455205554,0.353854967186734,0.0743094613209308,0.255951455205554,0.377868991017067,0.0706628347524074,0.255951455205554,0.218466350717652,0.090931309115916,0.255951455205554,0.0366112988939108,0.124289010877196,0.5,0.255951455205554,0.0335305493450376,0.105402146500648,0.5,0.255951455205554,0.0739180782372087,0.0566661105848895,0.5,0.255951455205554,0.134492698433767,0.0634692334146973,0.255951455205554,0.0385660025426396,0.188433934369163,0.176738543631823,0.0668668739208446,0.255951455205554,0.109579184481568,0.0543465375588468,0.5,0.255951455205554,0.271798759154783,0.0162419768301138,0.255951455205554,0.0727788976482125,0.0469475331758579,0.255951455205554,0.0879157812087423,0.0906171745866645,0.255951455205554,0.0274288003256559,0.0758288128012297,0.041311582181914,0.4793801581117 -8077,0.255951455205554,0.238127436063106,0.0688365332889045,0.255951455205554,0.413498649174546,0.0146584045091182,0.255951455205554,0.393145095514465,0.0794159669660936,0.255951455205554,0.418837247842288,0.0796293148356802,0.255951455205554,0.25473186913856,0.102096307542597,0.255951455205554,0.0482657145802249,0.139933116820024,0.5,0.255951455205554,0.0449113741440484,0.112669420614132,0.5,0.255951455205554,0.0801199952670169,0.0704410133214715,0.5,0.255951455205554,0.129989148859095,0.0789642865212742,0.255951455205554,0.0582424273251659,0.198958647746065,0.159378343119679,0.0765537966569277,0.255951455205554,0.103119989528366,0.0543275300159879,0.5,0.255951455205554,0.268389412386077,0.0140257750297658,0.255951455205554,0.0798669607711166,0.0544483425843054,0.255951455205554,0.0913834991883865,0.0755032255048882,0.255951455205554,0.0306046306085192,0.0738234734700976,0.05076562691931,0.437181695356128 -8078,0.255951455205554,0.214108973654001,0.0680907045624671,0.255951455205554,0.377206362579259,0.014510564313989,0.255951455205554,0.363680269361395,0.0840544664426588,0.255951455205554,0.389478018050988,0.0799805463891258,0.255951455205554,0.245164606519555,0.110754266363225,0.255951455205554,0.0486355756265373,0.140890299504623,0.5,0.255951455205554,0.0426891195712383,0.120955247924979,0.5,0.255951455205554,0.0667850001353841,0.0848383531057753,0.5,0.255951455205554,0.0991714062830928,0.0920143505472722,0.255951455205554,0.0622935423998724,0.231246968988712,0.139656224786613,0.0620902482824263,0.255951455205554,0.07487571652806,0.0514117642622142,0.5,0.255951455205554,0.204781953479123,0.0114333085930506,0.255951455205554,0.0605214176328276,0.0519009467567252,0.255951455205554,0.0767904735123878,0.0616325231585239,0.255951455205554,0.027927125241718,0.0637445894118771,0.0442113318145168,0.416704320132468 -8079,0.255951455205554,0.119266660647696,0.0666360509194737,0.255951455205554,0.165584086659032,0.0177474250695624,0.255951455205554,0.225330647132963,0.0868729664657834,0.255951455205554,0.217567291684174,0.0820955620507131,0.255951455205554,0.181684668806874,0.109154815429995,0.255951455205554,0.0350270334421616,0.13161059844648,0.5,0.255951455205554,0.027021854923391,0.113196889557141,0.5,0.255951455205554,0.0404755321882061,0.0935187173430752,0.5,0.255951455205554,0.0466269622598031,0.0963987265850172,0.255951455205554,0.0388144255356575,0.219892479210468,0.0614032815209464,0.0549072520796134,0.255951455205554,0.0359714609953438,0.0486175446335013,0.5,0.255951455205554,0.0828193960000771,0.0107144610405712,0.255951455205554,0.0322195819865623,0.0459182804982701,0.255951455205554,0.0418993803369635,0.0518075434039523,0.255951455205554,0.0156065204491918,0.049878638630881,0.0247678870314721,0.416487655675203 -8080,0.255951455205554,0.0,0.0654608558377415,0.255951455205554,0.0,0.025707527336451,0.255951455205554,2.62170037968906e-06,0.0931960285198087,0.255951455205554,0.0,0.0914640605508759,0.255951455205554,0.0146184350559704,0.0988637032372356,0.255951455205554,0.00680645051199785,0.103471330299815,0.5,0.255951455205554,0.00762995510413749,0.0930616840714837,0.5,0.255951455205554,0.0103275072759592,0.0801968562190358,0.5,0.255951455205554,0.00291681673072363,0.0856624082735428,0.255951455205554,0.0118113972972681,0.183634932059341,0.0,0.0526118005016294,0.255951455205554,0.0,0.0452309696035977,0.5,0.255951455205554,0.0,0.0107400401361362,0.255951455205554,0.000379934802931544,0.0410622645410908,0.255951455205554,7.11597924879754e-05,0.0497430450566738,0.255951455205554,0.000361340130089333,0.0391834278822523,0.0,0.404851279522765 -8081,0.255951455205554,0.0,0.0655290418301736,0.255951455205554,0.0,0.0369723856589005,0.255951455205554,0.0,0.102367348567572,0.255951455205554,0.0,0.102788601724169,0.255951455205554,0.0,0.0904914605423367,0.255951455205554,0.0,0.0836205085330471,0.5,0.255951455205554,0.0,0.0685698072027511,0.5,0.255951455205554,0.0,0.0645034288448954,0.5,0.255951455205554,0.0,0.0796224253092899,0.255951455205554,0.0,0.133692434535959,0.0,0.0622651277601858,0.255951455205554,0.0,0.0459832984998397,0.5,0.255951455205554,0.0,0.0116374734615666,0.255951455205554,0.0,0.0445899338953374,0.255951455205554,0.0,0.0545911565421892,0.255951455205554,0.0,0.0362574409280861,0.0,0.376286790680448 -8082,0.255951455205554,0.0,0.0629855743191057,0.255951455205554,0.0,0.0487112197313366,0.255951455205554,0.0,0.106027606552441,0.255951455205554,0.0,0.113246002188607,0.255951455205554,0.0,0.0867816858604588,0.255951455205554,0.0,0.0795084724867925,0.5,0.255951455205554,0.0,0.0602942055932613,0.5,0.255951455205554,0.0,0.0677715095351718,0.5,0.255951455205554,0.0,0.0813895882256596,0.255951455205554,0.0,0.116379816696883,0.0,0.0634455515244049,0.255951455205554,0.0,0.0471048130972447,0.5,0.255951455205554,0.0,0.0129988921568286,0.255951455205554,0.0,0.0485405917132234,0.255951455205554,0.0,0.0600577852988931,0.255951455205554,0.0,0.0366043046613649,0.0,0.330869839083327 -8083,0.255951455205554,0.0,0.0602518754742422,0.255951455205554,0.0,0.0561317537969973,0.255951455205554,0.0,0.106469531896395,0.255951455205554,0.0,0.112673639995483,0.255951455205554,0.0,0.0842215603309183,0.255951455205554,0.0,0.0760900529313255,0.5,0.255951455205554,0.0,0.0590792742186211,0.5,0.255951455205554,0.0,0.0763159536292861,0.5,0.255951455205554,0.0,0.0775197766708232,0.255951455205554,0.0,0.11327870648949,0.0,0.0590389140304141,0.255951455205554,0.0,0.0479101794470199,0.5,0.255951455205554,0.0,0.0140457986755274,0.255951455205554,0.0,0.0481565926543,0.255951455205554,0.0,0.0615906322490437,0.255951455205554,0.0,0.0385406816110153,0.0,0.281928459260458 -8084,0.255951455205554,0.0,0.0576708516037135,0.255951455205554,0.0,0.0549994555144595,0.255951455205554,0.0,0.103110204641663,0.255951455205554,0.0,0.107179267778773,0.255951455205554,0.0,0.0787633428267597,0.255951455205554,0.0,0.0667597783435671,0.5,0.255951455205554,0.0,0.058865710008412,0.5,0.255951455205554,0.0,0.0786567234539904,0.5,0.255951455205554,0.0,0.0757164649997745,0.255951455205554,0.0,0.110974766430006,0.0,0.0561287730509167,0.255951455205554,0.0,0.047950532596746,0.5,0.255951455205554,0.0,0.0146133308062273,0.255951455205554,0.0,0.0481976438113739,0.255951455205554,0.0,0.0571152102926183,0.255951455205554,0.0,0.0388059126383395,0.0,0.230149295942093 -8085,0.255951455205554,0.0,0.0556466408299626,0.255951455205554,0.0,0.0471864730233085,0.255951455205554,0.0,0.0990483478316579,0.255951455205554,0.0,0.09937979222539,0.255951455205554,0.0,0.0732046667634337,0.255951455205554,0.0,0.0566214823632725,0.5,0.255951455205554,0.0,0.0539923843691984,0.5,0.255951455205554,0.0,0.072973377665876,0.5,0.255951455205554,0.0,0.0760177932480567,0.255951455205554,0.0,0.104867151643861,0.0,0.0537978010884841,0.255951455205554,0.0,0.048080479448077,0.5,0.255951455205554,0.0,0.0140495789184548,0.255951455205554,0.0,0.0503244798306324,0.255951455205554,0.0,0.0525199231394341,0.255951455205554,0.0,0.0338155754720673,0.0,0.197237285553504 -8086,0.255951455205554,0.0,0.0568665701607379,0.255951455205554,0.0,0.0399377143584715,0.255951455205554,0.0,0.0994028431768833,0.255951455205554,0.0,0.0969246997447236,0.255951455205554,0.0,0.0685058695461261,0.255951455205554,0.0,0.0481929511043306,0.5,0.255951455205554,0.0,0.0484269778968552,0.5,0.255951455205554,0.0,0.0642472641040482,0.5,0.255951455205554,0.0,0.0801239339803236,0.255951455205554,0.0,0.105131741027032,0.0,0.0526406112242821,0.255951455205554,0.0,0.0480320313023526,0.5,0.255951455205554,0.0,0.0137652329816373,0.255951455205554,0.0,0.053159188257219,0.255951455205554,0.0,0.0491339535177732,0.255951455205554,0.0,0.0270582064956358,0.0,0.18282088288774 -8087,0.255951455205554,0.0,0.0582391637739129,0.255951455205554,0.0,0.0396445731336027,0.255951455205554,0.0,0.102297318381904,0.255951455205554,0.0,0.105293585517294,0.255951455205554,0.0,0.0643628591935846,0.255951455205554,0.0,0.0395166150148098,0.5,0.255951455205554,0.0,0.0450883611799822,0.5,0.255951455205554,0.0,0.0618772216413234,0.5,0.255951455205554,0.0,0.0781578310730896,0.255951455205554,0.0,0.114845852080899,0.0,0.0527688950162473,0.255951455205554,0.0,0.0493707056061284,0.5,0.255951455205554,0.0,0.0155730151908349,0.255951455205554,0.0,0.0558026730238471,0.255951455205554,0.0,0.0473448619808802,0.255951455205554,0.0,0.0218240503757474,0.0,0.183197837815561 -8088,0.255951455205554,0.0,0.0611502915774535,0.255951455205554,0.0,0.0440947571437139,0.255951455205554,0.0,0.108990282826261,0.255951455205554,0.0,0.114712787805561,0.255951455205554,0.0,0.0659292829318915,0.255951455205554,0.0,0.0345032470850961,0.5,0.255951455205554,0.0,0.0455836961426586,0.5,0.255951455205554,0.0,0.0657032430332337,0.5,0.255951455205554,0.0,0.0775937347042829,0.255951455205554,0.0,0.117731283841152,0.0,0.0494844680376019,0.255951455205554,0.0,0.0526461509779952,0.5,0.255951455205554,0.0,0.0184804447415732,0.255951455205554,0.0,0.0588620051176533,0.255951455205554,0.0,0.0460374597289939,0.255951455205554,0.0,0.019945793716578,0.0,0.197448723351609 -8089,0.255951455205554,0.0,0.0651146891939634,0.255951455205554,0.0,0.0501481071571126,0.255951455205554,0.0,0.116087375233676,0.255951455205554,0.0,0.12500719315199,0.255951455205554,0.0,0.0698932469134741,0.255951455205554,0.0,0.0326745856684327,0.5,0.255951455205554,0.0,0.050303680716588,0.5,0.255951455205554,0.0,0.0746290051008987,0.5,0.255951455205554,0.0,0.0807435754769583,0.255951455205554,0.0,0.116310210745123,0.0,0.0467652564479851,0.255951455205554,0.0,0.0576791503407867,0.5,0.255951455205554,0.0,0.0221831828272361,0.255951455205554,0.0,0.063581222667286,0.255951455205554,0.0,0.0468393872700971,0.255951455205554,0.0,0.0228098452518702,0.0,0.21412758182123 -8090,0.255951455205554,0.0,0.0701277253095663,0.255951455205554,0.0,0.0554307095986615,0.255951455205554,0.0,0.121074876525365,0.255951455205554,0.0,0.134236776804887,0.255951455205554,0.0,0.0706524563314246,0.255951455205554,0.0,0.0327126854720084,0.5,0.255951455205554,0.0,0.052134237922091,0.5,0.255951455205554,0.0,0.0832270034392394,0.5,0.255951455205554,0.0,0.0857155918114946,0.255951455205554,0.0,0.101583226936939,0.0,0.0480943712603485,0.255951455205554,0.0,0.0633327443531193,0.5,0.255951455205554,0.0,0.0263764002515735,0.255951455205554,0.0,0.0695916295374367,0.255951455205554,0.0,0.0498627171362611,0.255951455205554,0.0,0.0271051458459486,0.0,0.225205975996559 -8091,0.255951455205554,0.0,0.0729233444407754,0.255951455205554,0.0,0.0601912180202471,0.255951455205554,0.0,0.12743952855596,0.255951455205554,0.0,0.142726541408077,0.255951455205554,0.0,0.070570149888611,0.255951455205554,0.0,0.032515587668226,0.5,0.255951455205554,0.0,0.048268935620877,0.5,0.255951455205554,0.0,0.0823164518520003,0.5,0.255951455205554,0.0,0.0809669575498985,0.255951455205554,0.0,0.0909711007820377,0.0,0.0521015811375359,0.255951455205554,0.0,0.0695942109799169,0.5,0.255951455205554,0.0,0.0317187282145408,0.255951455205554,0.0,0.0734418325710417,0.255951455205554,0.0,0.0546237343704851,0.255951455205554,0.0,0.0316582964518987,0.0,0.232106395584075 -8092,0.255951455205554,0.0,0.0751408642727146,0.255951455205554,0.0,0.0658674706853675,0.255951455205554,0.0,0.135468195588346,0.255951455205554,0.0,0.148023807617134,0.255951455205554,0.0,0.0707966597875409,0.255951455205554,0.0,0.0311672428496299,0.5,0.255951455205554,0.0,0.0453379317511667,0.5,0.255951455205554,0.0,0.0761217525319581,0.5,0.255951455205554,0.0,0.0704250711850556,0.255951455205554,0.0,0.10748361464954,0.0,0.0605628837677195,0.255951455205554,0.0,0.0772903083316961,0.5,0.255951455205554,0.0,0.0387981509980964,0.255951455205554,0.0,0.0809429391863745,0.255951455205554,0.0,0.061119448314683,0.255951455205554,0.0,0.0339633162563741,0.0,0.242348151807488 -8093,0.255951455205554,0.0,0.0839344511493469,0.255951455205554,0.0,0.0714065536463211,0.255951455205554,0.0,0.146826992302725,0.255951455205554,0.0,0.159507748502607,0.255951455205554,0.0,0.0718131832303628,0.255951455205554,0.0,0.0304246901282393,0.5,0.255951455205554,0.0,0.0434986408701732,0.5,0.255951455205554,0.0,0.0704009521781383,0.5,0.255951455205554,0.0,0.0592643828675943,0.255951455205554,0.0,0.10577395400669,0.0,0.0721480274654602,0.255951455205554,0.0,0.0833198464963804,0.5,0.255951455205554,0.0,0.0454828827242018,0.255951455205554,0.0,0.0900587655914793,0.255951455205554,0.0,0.0662598535384513,0.255951455205554,0.0,0.0335770675327975,0.0,0.268599196700706 -8094,0.255951455205554,0.0,0.0959582443050342,0.255951455205554,0.0,0.0770706599864838,0.255951455205554,0.0,0.151922939844258,0.255951455205554,0.0,0.162631748253364,0.255951455205554,0.0,0.0707309856131714,0.255951455205554,0.0,0.0326216710148985,0.5,0.255951455205554,0.0,0.0470180151806312,0.5,0.255951455205554,0.0,0.0600034866214144,0.5,0.255951455205554,0.0,0.0508597370117005,0.255951455205554,0.0,0.114610667509403,0.0,0.089588111221504,0.255951455205554,0.0,0.0878835258758164,0.5,0.255951455205554,0.0,0.0530377022150027,0.255951455205554,0.0,0.0994063573111825,0.255951455205554,0.0,0.0691136490691589,0.255951455205554,0.0,0.0315847176358398,0.0,0.303948124522873 -8095,0.255951455205554,0.0,0.111617845126075,0.255951455205554,0.0,0.0835653705931035,0.255951455205554,0.0,0.154344731465002,0.255951455205554,0.0,0.167176201223815,0.255951455205554,0.0,0.0665329168073819,0.255951455205554,0.0,0.035605721036502,0.5,0.255951455205554,0.0,0.0543585363533802,0.5,0.255951455205554,0.0,0.0498155931158649,0.5,0.255951455205554,0.0,0.0474083798677145,0.255951455205554,0.0,0.136220808140097,0.0,0.102132793661577,0.255951455205554,0.0,0.0938397232119619,0.5,0.255951455205554,0.0,0.0605141026436003,0.255951455205554,0.0,0.108247777155953,0.255951455205554,0.0,0.0705106180407049,0.255951455205554,0.0,0.0320516927949758,0.0,0.345359403231605 -8096,0.255951455205554,0.0,0.12861425739876,0.255951455205554,0.0,0.0839557631211453,0.255951455205554,0.0,0.151088314359399,0.255951455205554,0.0,0.169439504438029,0.255951455205554,0.0,0.0608432642747159,0.255951455205554,0.0,0.0347519363319979,0.5,0.255951455205554,0.0,0.057313164426766,0.5,0.255951455205554,0.0,0.0404040501504739,0.5,0.255951455205554,0.0,0.0461618323832509,0.255951455205554,0.0,0.130057520344165,0.0,0.114436633845903,0.255951455205554,0.0,0.102251499879291,0.5,0.255951455205554,0.0,0.0700413528090097,0.255951455205554,0.0,0.115915515810114,0.255951455205554,0.0,0.0712259841819638,0.255951455205554,0.0,0.0328843320891026,0.0,0.389796870982499 -8097,0.255951455205554,0.0,0.140180016799177,0.255951455205554,0.0,0.0808553753812208,0.255951455205554,4.90410464748613e-05,0.143217403388828,0.255951455205554,0.0,0.161548171362403,0.255951455205554,2.05781770992324e-05,0.0553340335962901,0.255951455205554,0.000595326719874618,0.0308961335936248,0.5,0.255951455205554,0.00035626491530592,0.0567536523050325,0.5,0.255951455205554,0.0023662415113633,0.0411834989431123,0.5,0.255951455205554,0.00593477030128107,0.0483466407031376,0.255951455205554,0.000393234756941485,0.124014636922728,0.00224272243529758,0.129662662874887,0.255951455205554,0.00165808409581691,0.113687978471885,0.5,0.255951455205554,0.000383886999202056,0.0799374848264047,0.255951455205554,0.00187330094013658,0.127079328042321,0.255951455205554,0.000693460915804478,0.0701425667587011,0.255951455205554,0.000936641720746757,0.0321765908824525,0.0,0.409170308175113 -8098,0.255951455205554,0.00566189268371685,0.145917964683494,0.255951455205554,0.0150658656945198,0.0840339230690356,0.255951455205554,0.00785249313310407,0.133987310369416,0.255951455205554,0.00997852540076523,0.149575729086888,0.255951455205554,0.0187186676590643,0.0509668412810928,0.255951455205554,0.0112700319575734,0.0319211454338824,0.5,0.255951455205554,0.011935194616354,0.0591162974438799,0.5,0.255951455205554,0.0307633973334976,0.0524910168409918,0.5,0.255951455205554,0.038979421951222,0.0607817761868318,0.255951455205554,0.0111925816864612,0.131715620946006,0.0436405450081195,0.140500398573916,0.255951455205554,0.0230344083445589,0.128115429328217,0.5,0.255951455205554,0.0101357362901522,0.0930868179094414,0.255951455205554,0.0156298940186618,0.143544627983907,0.255951455205554,0.00885181438581916,0.0685935698179706,0.255951455205554,0.00996345089794724,0.0306292995791935,0.00305535479299907,0.400099566221265 -8099,0.255951455205554,0.0174480272349148,0.157108238160393,0.255951455205554,0.0353779677955694,0.0930526748005689,0.255951455205554,0.026454002644226,0.13155288811088,0.255951455205554,0.0461256703924259,0.151626202742755,0.255951455205554,0.057179912878712,0.0500295462817562,0.255951455205554,0.0312796690982799,0.0355694372655355,0.5,0.255951455205554,0.0328377634266464,0.0648301641923039,0.5,0.255951455205554,0.0643069131027904,0.0574125636550564,0.5,0.255951455205554,0.0756297609586716,0.0670584567816033,0.255951455205554,0.0322683042349616,0.12374038739884,0.0907152276882658,0.164390825856403,0.255951455205554,0.0524139204488351,0.147809164858928,0.5,0.255951455205554,0.0242383432496916,0.112365536465908,0.255951455205554,0.0369779301364461,0.166191206163472,0.255951455205554,0.0252044146293281,0.0684073676097931,0.255951455205554,0.0270648309012235,0.0310266513125166,0.0108027746717115,0.38337132724852 -8100,0.255951455205554,0.0260214998656698,0.181379869106387,0.255951455205554,0.0288498882023585,0.100996167272645,0.255951455205554,0.0443273162209306,0.136652604540503,0.255951455205554,0.0619142395774373,0.173868684675361,0.255951455205554,0.0865203795164545,0.0514366294794644,0.255951455205554,0.0485383208734235,0.0356724918560746,0.5,0.255951455205554,0.0473756732834393,0.059554526748758,0.5,0.255951455205554,0.0946757008901486,0.0554913169682118,0.5,0.255951455205554,0.109939829767246,0.0652752345052176,0.255951455205554,0.0484739107886221,0.101873060598164,0.115182697482997,0.184026814927482,0.255951455205554,0.0772788519821513,0.173877391194472,0.5,0.255951455205554,0.0321244519591756,0.132134827368364,0.255951455205554,0.0600969854221938,0.208041934534642,0.255951455205554,0.0383629052107768,0.072627811821105,0.255951455205554,0.0457545582928996,0.0312555133798727,0.0113798748246147,0.38551951158866 -8101,0.255951455205554,0.0279509601766582,0.207265807752583,0.255951455205554,0.0211059969665678,0.108353587290491,0.255951455205554,0.0458208362962153,0.143405628551493,0.255951455205554,0.0307741238632711,0.190120232990339,0.255951455205554,0.090638886042386,0.0523407915919751,0.255951455205554,0.0551949364366304,0.0321195935565828,0.5,0.255951455205554,0.0498450329639648,0.0457131701041955,0.5,0.255951455205554,0.109885764557203,0.0508382025716876,0.5,0.255951455205554,0.129559828313311,0.0541777200323915,0.255951455205554,0.0552032571887075,0.0784777272467537,0.118111336699708,0.221887908147593,0.255951455205554,0.0828257182361407,0.206140769994351,0.5,0.255951455205554,0.0317674117754082,0.156275933733454,0.255951455205554,0.0726826168173759,0.274133062444017,0.255951455205554,0.0411872323736928,0.0755397661516222,0.255951455205554,0.05851280318901,0.0321038414462356,0.0139810382041342,0.410685039171967 -8102,0.255951455205554,0.017968256736057,0.225409818340147,0.255951455205554,0.0117047921514566,0.115317830097839,0.255951455205554,0.0325059132036151,0.14062930195242,0.255951455205554,0.0184416114385152,0.186594823899037,0.255951455205554,0.0751322856261892,0.0432211672379291,0.255951455205554,0.0462522787380506,0.022348240402725,0.5,0.255951455205554,0.0403661900082225,0.0264932223550836,0.5,0.255951455205554,0.107883627622483,0.0330226737929027,0.5,0.255951455205554,0.123114919588136,0.0364254627100564,0.255951455205554,0.0455916573610165,0.0499208981078854,0.0910729295473145,0.306236518470581,0.255951455205554,0.0714753981528209,0.240505613201951,0.5,0.255951455205554,0.0236412230934556,0.18120351894167,0.255951455205554,0.0559828422528922,0.322563571309971,0.255951455205554,0.0326146030137151,0.0747733859269428,0.255951455205554,0.0561443547471223,0.0312811176058432,0.0100715703521324,0.463410933071901 -8103,0.255951455205554,0.00700130461042278,0.234760635957977,0.255951455205554,0.00428686190670094,0.111714148748187,0.255951455205554,0.0144046484878002,0.124499301451707,0.255951455205554,0.00736056900759185,0.166739006694054,0.255951455205554,0.0466443868827353,0.0306986261805974,0.255951455205554,0.0265965385849413,0.0105770790948271,0.5,0.255951455205554,0.0224291044596239,0.0134762105193138,0.5,0.255951455205554,0.0743333414994095,0.018210324214761,0.5,0.255951455205554,0.0819086673306931,0.0248371595454297,0.255951455205554,0.0264980343701362,0.0338777034571862,0.083544980544553,0.298087055365471,0.255951455205554,0.03660199253472,0.262936521430513,0.5,0.255951455205554,0.00978663263119823,0.204504605767755,0.255951455205554,0.0319933118597971,0.319294563324889,0.255951455205554,0.0151687480233799,0.0685564755774498,0.255951455205554,0.0321612329243686,0.0245107507053337,0.00421376190442367,0.513370007255898 -8104,0.255951455205554,0.000313981466046547,0.239573563769941,0.255951455205554,0.0,0.0964523905656737,0.255951455205554,0.000112087538664068,0.104871134698347,0.255951455205554,0.0,0.143584394787833,0.255951455205554,0.00640738904033966,0.0195267905732987,0.255951455205554,0.00169657444266933,0.00337531878280096,0.5,0.255951455205554,0.00525923278201825,0.00672332360196832,0.5,0.255951455205554,0.0214411209286325,0.00778645064093764,0.5,0.255951455205554,0.00581166576554337,0.0149710982674657,0.255951455205554,0.00734946275685001,0.0181051256279793,0.0,0.288192568606088,0.255951455205554,1.04210390821332e-07,0.26058918633646,0.5,0.255951455205554,9.85658885119359e-05,0.228633932941297,0.255951455205554,0.000244444835734647,0.308374267875723,0.255951455205554,0.000243569919028575,0.057757173080237,0.255951455205554,0.000409352045614195,0.0131636433974017,0.00041148752546275,0.492407648609187 -8105,0.255951455205554,0.0,0.234662235286686,0.255951455205554,0.0,0.0829926791534027,0.255951455205554,0.0,0.0876016516368439,0.255951455205554,0.0,0.123850707362258,0.255951455205554,0.0,0.0132200954406415,0.255951455205554,0.0,0.00195299062670421,0.5,0.255951455205554,0.0,0.00349113855857605,0.5,0.255951455205554,0.0,0.00469597064785757,0.5,0.255951455205554,0.0,0.00986837809620346,0.255951455205554,0.0,0.00671307636510037,0.0,0.260940980380869,0.255951455205554,0.0,0.256188673755318,0.5,0.255951455205554,0.0,0.246800726646501,0.255951455205554,0.0,0.28990622826307,0.255951455205554,0.0,0.0477360496640601,0.255951455205554,0.0,0.00802155356536106,0.0,0.432185905908831 -8106,0.255951455205554,0.0,0.231242384480224,0.255951455205554,0.0,0.0717435234209476,0.255951455205554,0.0,0.0709980533787564,0.255951455205554,0.0,0.0983773100342305,0.255951455205554,0.0,0.00862619210361305,0.255951455205554,0.0,0.00139866354892793,0.5,0.255951455205554,0.0,0.00254825949604637,0.5,0.255951455205554,0.0,0.00311335110394188,0.5,0.255951455205554,0.0,0.00685319773768767,0.255951455205554,0.0,0.00357497263684326,0.0,0.246190519913911,0.255951455205554,0.0,0.250022479213602,0.5,0.255951455205554,0.0,0.262758654680757,0.255951455205554,0.0,0.284788082665882,0.255951455205554,0.0,0.0432290159512606,0.255951455205554,0.0,0.00458870874813189,0.0,0.384933733245979 -8107,0.255951455205554,0.0,0.230491447158462,0.255951455205554,0.0,0.0575423239546256,0.255951455205554,0.0,0.0572156772986831,0.255951455205554,0.0,0.0769958590054883,0.255951455205554,0.0,0.00521717413687088,0.255951455205554,0.0,0.000862832795429785,0.5,0.255951455205554,0.0,0.0015548669388485,0.5,0.255951455205554,0.0,0.00143374931377441,0.5,0.255951455205554,0.0,0.00469100444511499,0.255951455205554,0.0,0.00146107634369039,0.0,0.256992690342841,0.255951455205554,0.0,0.258537655404302,0.5,0.255951455205554,0.0,0.26964790077321,0.255951455205554,0.0,0.270602802048214,0.255951455205554,0.0,0.0447916023509727,0.255951455205554,0.0,0.00261989343437638,0.0,0.32249105700617 -8108,0.255951455205554,0.0,0.219541942537146,0.255951455205554,0.0,0.0488811325241951,0.255951455205554,0.0,0.0422862958739943,0.255951455205554,0.0,0.0589827860463943,0.255951455205554,0.0,0.00368976186241172,0.255951455205554,0.0,0.000475356310267933,0.5,0.255951455205554,0.0,0.00121701784805807,0.5,0.255951455205554,0.0,0.000799397307932739,0.5,0.255951455205554,0.0,0.00285518014318776,0.255951455205554,0.0,0.000871749131033381,0.0,0.260901063588437,0.255951455205554,0.0,0.263657004387419,0.5,0.255951455205554,0.0,0.258256800557246,0.255951455205554,0.0,0.243810326827064,0.255951455205554,0.0,0.044607947291241,0.255951455205554,0.0,0.00147166105554888,0.0,0.280057585769282 -8109,0.255951455205554,0.0,0.19537495177502,0.255951455205554,0.0,0.0381275558583228,0.255951455205554,0.0,0.0260083822633696,0.255951455205554,0.0,0.0384550581994067,0.255951455205554,0.0,0.00248457303526897,0.255951455205554,0.0,0.000236138682975007,0.5,0.255951455205554,0.0,0.00112120515351867,0.5,0.255951455205554,0.0,0.000484473017551711,0.5,0.255951455205554,0.0,0.00142360951111502,0.255951455205554,0.0,0.00049206140848444,0.0,0.239358421220444,0.255951455205554,0.0,0.255921680971896,0.5,0.255951455205554,0.0,0.244712447411018,0.255951455205554,0.0,0.203127353972144,0.255951455205554,0.0,0.0426522954585311,0.255951455205554,0.0,0.00079561893435127,0.0,0.196531493871367 -8110,0.255951455205554,0.0,0.168067480325294,0.255951455205554,0.0,0.0281897090299928,0.255951455205554,0.0,0.0129970386285758,0.255951455205554,0.0,0.0208081110647571,0.255951455205554,0.0,0.00160321499336617,0.255951455205554,0.0,0.000173514622843949,0.5,0.255951455205554,0.0,0.00105553941072505,0.5,0.255951455205554,0.0,0.00037873834486951,0.5,0.255951455205554,0.0,0.000939157210909407,0.255951455205554,0.0,0.000211155612950982,0.0,0.226575572312476,0.255951455205554,0.0,0.219560020068561,0.5,0.255951455205554,0.0,0.225000731174597,0.255951455205554,0.0,0.164967075917447,0.255951455205554,0.0,0.0358956212998595,0.255951455205554,0.0,0.000548976933873043,0.0,0.131277143485308 -8111,0.255951455205554,0.0,0.130694396133878,0.255951455205554,0.0,0.017931959276817,0.255951455205554,0.0,0.00593209957618789,0.255951455205554,0.0,0.00756778314924534,0.255951455205554,0.0,0.00120236539889809,0.255951455205554,0.0,0.000191444808955447,0.5,0.255951455205554,0.0,0.000859906563776308,0.5,0.255951455205554,0.0,0.000305795058244146,0.5,0.255951455205554,0.0,0.000893839694945014,0.255951455205554,0.0,0.000144888976122841,0.0,0.205735332035565,0.255951455205554,0.0,0.188352585753439,0.5,0.255951455205554,0.0,0.205202233591362,0.255951455205554,0.0,0.131386699740788,0.255951455205554,0.0,0.0289015545506922,0.255951455205554,0.0,0.00091971285986209,0.0,0.0897971965074901 -8112,0.255951455205554,0.0,0.0944743013290968,0.255951455205554,0.0,0.00698302020329943,0.255951455205554,0.0,0.00314037944470304,0.255951455205554,0.0,0.00332204016140652,0.255951455205554,0.0,0.00112734826325343,0.255951455205554,0.0,0.00020953140737806,0.5,0.255951455205554,0.0,0.000676268394962886,0.5,0.255951455205554,0.0,0.000292263288540349,0.5,0.255951455205554,0.0,0.00137258077841681,0.255951455205554,0.0,3.14337897604541e-05,0.0,0.183099613347295,0.255951455205554,0.0,0.170830310967014,0.5,0.255951455205554,0.0,0.189337955247476,0.255951455205554,0.0,0.103705080503395,0.255951455205554,0.0,0.0214584193251216,0.255951455205554,0.0,0.00177128142522928,0.0,0.0631533294327753 -8113,0.255951455205554,0.0,0.0747485125687731,0.255951455205554,0.0,0.0028063025050355,0.255951455205554,0.0,0.00313437742804712,0.255951455205554,0.0,0.00329918825952578,0.255951455205554,0.0,0.00105601603945307,0.255951455205554,0.0,0.000246568278632305,0.5,0.255951455205554,0.0,0.000639405986604983,0.5,0.255951455205554,0.0,0.000362095383153065,0.5,0.255951455205554,0.0,0.00168116405224133,0.255951455205554,0.0,2.84434868335602e-06,0.0,0.14227462591271,0.255951455205554,0.0,0.14290132788695,0.5,0.255951455205554,0.0,0.173077029574917,0.255951455205554,0.0,0.0828092661058472,0.255951455205554,0.0,0.0146603900118956,0.255951455205554,0.0,0.00342490254583401,0.0,0.0505970949575164 -8114,0.255951455205554,0.0,0.05802511501655,0.255951455205554,0.0,0.00128429038710983,0.255951455205554,0.0,0.00511439356406522,0.255951455205554,0.0,0.00513736325206984,0.255951455205554,0.0,0.00103740661331625,0.255951455205554,0.0,0.000515879396338463,0.5,0.255951455205554,0.0,0.000901930146782769,0.5,0.255951455205554,0.0,0.000599324757961772,0.5,0.255951455205554,0.0,0.00199446053454055,0.255951455205554,0.0,0.000255718914060537,0.0,0.113464065975647,0.255951455205554,0.0,0.119774791197963,0.5,0.255951455205554,0.0,0.15302222541309,0.255951455205554,0.0,0.0704024122147641,0.255951455205554,0.0,0.0105668812108664,0.255951455205554,0.0,0.00567435856113367,0.0,0.0454607460199481 -8115,0.255951455205554,0.0,0.0459370725029369,0.255951455205554,0.0,0.00112308711367101,0.255951455205554,0.0,0.00937997078091547,0.255951455205554,0.0,0.00922590256564373,0.255951455205554,0.0,0.00129626381877048,0.255951455205554,0.0,0.000901969707384366,0.5,0.255951455205554,0.0,0.00169798894796899,0.5,0.255951455205554,0.0,0.00104781499740706,0.5,0.255951455205554,0.0,0.0019966787932514,0.255951455205554,0.0,0.000392669437535528,0.0,0.0874488947786518,0.255951455205554,0.0,0.0953670373581542,0.5,0.255951455205554,0.0,0.127753810513003,0.255951455205554,0.0,0.0580098810183465,0.255951455205554,0.0,0.00946161183884955,0.255951455205554,0.0,0.00646825151268109,0.0,0.0411566919460906 -8116,0.255951455205554,0.0,0.0368107227834059,0.255951455205554,0.0,0.00225596957354103,0.255951455205554,0.0,0.0139707073039068,0.255951455205554,0.0,0.0154403375319768,0.255951455205554,0.0,0.00192539650314509,0.255951455205554,0.0,0.00176258518011788,0.5,0.255951455205554,0.0,0.00199867687082484,0.5,0.255951455205554,0.0,0.00285303061224094,0.5,0.255951455205554,0.0,0.00276278686132214,0.255951455205554,0.0,0.0002200050220854,0.0,0.066047525514447,0.255951455205554,0.0,0.0735838822076938,0.5,0.255951455205554,0.0,0.104742472840224,0.255951455205554,0.0,0.0471135342545949,0.255951455205554,0.0,0.0101204568084672,0.255951455205554,0.0,0.00660190442993737,0.0,0.037957759224095 -8117,0.255951455205554,0.0,0.032060404693666,0.255951455205554,0.0,0.00699020137087161,0.255951455205554,0.0,0.0204832961178969,0.255951455205554,0.0,0.0266268018584462,0.255951455205554,0.0,0.00259554521147403,0.255951455205554,0.0,0.00295818641255047,0.5,0.255951455205554,0.0,0.00133915008280923,0.5,0.255951455205554,0.0,0.00380127791818504,0.5,0.255951455205554,0.0,0.00397810277823434,0.255951455205554,0.0,0.000267061584613461,0.0,0.0551726699446759,0.255951455205554,0.0,0.056252146696231,0.5,0.255951455205554,0.0,0.0894345260464135,0.255951455205554,0.0,0.043678880498018,0.255951455205554,0.0,0.0112071594532859,0.255951455205554,0.0,0.00722695107165905,0.0,0.0436254868719526 -8118,0.255951455205554,0.0,0.0330075269035266,0.255951455205554,0.0,0.0145930270119358,0.255951455205554,0.0,0.0284547018345122,0.255951455205554,0.0,0.0383815498129365,0.255951455205554,0.0,0.00354183120826452,0.255951455205554,0.0,0.00456138532466543,0.5,0.255951455205554,0.0,0.00137797680545699,0.5,0.255951455205554,0.0,0.00339254328702207,0.5,0.255951455205554,0.0,0.00516038093039971,0.255951455205554,0.0,0.000346005218491402,0.0,0.0452382506093451,0.255951455205554,0.0,0.0437622430036518,0.5,0.255951455205554,0.0,0.0776984627073371,0.255951455205554,0.0,0.0422517052283226,0.255951455205554,0.0,0.0130934816193353,0.255951455205554,0.0,0.00839449952761252,0.0,0.0562625060798814 -8119,0.255951455205554,0.0,0.0398165255413361,0.255951455205554,0.0,0.0269874812536625,0.255951455205554,0.0,0.0389270497937912,0.255951455205554,0.0,0.0500714562734754,0.255951455205554,0.0,0.00468623991677407,0.255951455205554,0.0,0.00466316528601143,0.5,0.255951455205554,0.0,0.00171022512080777,0.5,0.255951455205554,0.0,0.00249880103798241,0.5,0.255951455205554,0.0,0.00514342661530531,0.255951455205554,0.0,0.000192148594540727,0.0,0.0344096460615371,0.255951455205554,0.0,0.0364434586022531,0.5,0.255951455205554,0.0,0.068842273906486,0.255951455205554,0.0,0.0406275291843912,0.255951455205554,0.0,0.017017801260514,0.255951455205554,0.0,0.00970953737161766,0.0,0.0757826411493498 -8120,0.255951455205554,0.0,0.0514736728662859,0.255951455205554,0.0,0.0392130734090597,0.255951455205554,0.0,0.0520429260738037,0.255951455205554,0.0,0.0595418303621626,0.255951455205554,0.0,0.00508010406333578,0.255951455205554,0.0,0.00392530352491969,0.5,0.255951455205554,0.0,0.00129632985174672,0.5,0.255951455205554,0.0,0.00175234707780582,0.5,0.255951455205554,0.0,0.00415012124585028,0.255951455205554,0.0,0.000186494767636069,0.0,0.026504098123225,0.255951455205554,0.0,0.0323585291245213,0.5,0.255951455205554,0.0,0.0587012588168249,0.255951455205554,0.0,0.0377059661221907,0.255951455205554,0.0,0.0213619930639572,0.255951455205554,0.0,0.0108021367709748,0.0,0.0969884686530905 -8121,0.255951455205554,0.0,0.0645847631144746,0.255951455205554,0.0,0.0495387933949711,0.255951455205554,4.32505031063574e-05,0.0674734713067047,0.255951455205554,0.0,0.0779211887994385,0.255951455205554,5.60560725877728e-06,0.00449891700059307,0.255951455205554,0.000456058053539262,0.00421029135508461,0.5,0.255951455205554,0.000469092514775436,0.000893763625339184,0.5,0.255951455205554,0.00300557779086186,0.00182731096453709,0.5,0.255951455205554,0.00715590255117064,0.0031237284255022,0.255951455205554,0.000606564028707672,0.000122842220127535,0.000741420924726108,0.0174067077531571,0.255951455205554,0.000989377648330899,0.0317975719016997,0.5,0.255951455205554,0.000120097716729994,0.0523279251715547,0.255951455205554,0.00180946796449307,0.034846253384307,0.255951455205554,0.000964940126129163,0.0249337485041512,0.255951455205554,0.00141883474327952,0.0103973242568644,0.0,0.11358130730951 -8122,0.255951455205554,0.00283116076675007,0.0895414937314167,0.255951455205554,0.0066677531243774,0.0556548372607044,0.255951455205554,0.00948730456105334,0.0789765314912241,0.255951455205554,0.00780414473304389,0.101512756553836,0.255951455205554,0.0118733929989406,0.00410434593398309,0.255951455205554,0.00854882949534386,0.00511420778725568,0.5,0.255951455205554,0.017257968209925,0.000638842825210017,0.5,0.255951455205554,0.0339243012057168,0.00303074064105371,0.5,0.255951455205554,0.046596516263614,0.00482269119228456,0.255951455205554,0.0186902027160041,4.86709628976472e-05,0.00765429701342498,0.0122565854014165,0.255951455205554,0.0100013693384545,0.0358304300832337,0.5,0.255951455205554,0.00337401923719919,0.0476820882574631,0.255951455205554,0.0189360368454283,0.0352948543041159,0.255951455205554,0.0126456672763367,0.0305558782687135,0.255951455205554,0.0190874291775398,0.0103920068050362,0.00519029074990271,0.123470406216996 -8123,0.255951455205554,0.0171617115422632,0.126432947516213,0.255951455205554,0.0290405284519748,0.0626064533171097,0.255951455205554,0.0437785545208605,0.0852567549359429,0.255951455205554,0.0386249978831003,0.112457655898469,0.255951455205554,0.0411899594492614,0.0066105305341299,0.255951455205554,0.0221374506599451,0.0067753770615373,0.5,0.255951455205554,0.0423765771619795,0.00130389761496192,0.5,0.255951455205554,0.0544250988892497,0.00485694488334663,0.5,0.255951455205554,0.0714184787025254,0.00905170817048906,0.255951455205554,0.0378050986826865,0.000213148102028883,0.0163476390097778,0.020427597865589,0.255951455205554,0.0240859464562967,0.0468949085748507,0.5,0.255951455205554,0.00968426587384175,0.0447480564813251,0.255951455205554,0.0384876773236367,0.0504994273980404,0.255951455205554,0.0303805730224905,0.0421059734411012,0.255951455205554,0.0402021263716761,0.0215107688325346,0.0219743746054261,0.121098406911694 -8124,0.255951455205554,0.0438014540411879,0.15539194680684,0.255951455205554,0.0635004545532592,0.0674233104430894,0.255951455205554,0.0977373244889528,0.0906803908143029,0.255951455205554,0.0987471434359616,0.123127874147817,0.255951455205554,0.0686604753671245,0.0121279998665657,0.255951455205554,0.032226085964784,0.00776195990549645,0.5,0.255951455205554,0.0549466857168023,0.00235305930343893,0.5,0.255951455205554,0.0613796803144289,0.00589849332349879,0.5,0.255951455205554,0.0802221083047336,0.0121580416980073,0.255951455205554,0.0459397363454145,0.000615428757925219,0.0219661985260897,0.0456537174997195,0.255951455205554,0.0355876594575556,0.0575767756781935,0.5,0.255951455205554,0.0174635836690124,0.0458239945274013,0.255951455205554,0.0478585794946366,0.0602015776627831,0.255951455205554,0.0463243795114183,0.055660341065154,0.255951455205554,0.0462969682163193,0.0325566166187689,0.0443110888582987,0.0989085551395847 -8125,0.255951455205554,0.0687294267829951,0.172834935277823,0.255951455205554,0.123302309667051,0.0813592858752993,0.255951455205554,0.14138946609398,0.0988720025320289,0.255951455205554,0.183335611759281,0.132424877237308,0.255951455205554,0.0835929342706366,0.0164592647510597,0.255951455205554,0.0361827457081205,0.00898565203140027,0.5,0.255951455205554,0.0548645605715466,0.00300640793151528,0.5,0.255951455205554,0.0541314590101892,0.00780841413672894,0.5,0.255951455205554,0.0745606953462572,0.0133575683036776,0.255951455205554,0.0496319846777252,0.00149370809834273,0.026572383953881,0.0745972752670469,0.255951455205554,0.0397315165813114,0.0640431845899751,0.5,0.255951455205554,0.0260439772676526,0.0505857653112191,0.255951455205554,0.0460009642848238,0.0570175595415478,0.255951455205554,0.0550034270516323,0.0650020709610971,0.255951455205554,0.0385205026304081,0.036576797644319,0.0600574269182556,0.100246433102997 -8126,0.255951455205554,0.0600710230163828,0.180506228163412,0.255951455205554,0.159363611894047,0.10050812748728,0.255951455205554,0.145394953727492,0.108374875538372,0.255951455205554,0.181774781103573,0.133659877308314,0.255951455205554,0.0771810938188544,0.0212974644338088,0.255951455205554,0.030640333481596,0.00844527346440242,0.5,0.255951455205554,0.0448055429536018,0.00202914327320165,0.5,0.255951455205554,0.0436063308100756,0.00815572319922748,0.5,0.255951455205554,0.0517581880317338,0.0138342722558388,0.255951455205554,0.0405662808576448,0.0024041073675698,0.0196939362441801,0.0647735052620299,0.255951455205554,0.0301459761401752,0.0619288989926479,0.5,0.255951455205554,0.0269708286265473,0.0554295164977416,0.255951455205554,0.0329138855517443,0.0464657788332403,0.255951455205554,0.0467404835077135,0.0635245514014348,0.255951455205554,0.0238880030195602,0.0388076957381224,0.0569816855265253,0.146329609776994 -8127,0.255951455205554,0.0322688760215959,0.171217270821088,0.255951455205554,0.0897386351995716,0.102845641808149,0.255951455205554,0.104311604064241,0.117866640095681,0.255951455205554,0.105482587924785,0.135142029175335,0.255951455205554,0.0422739209442624,0.0215188740761537,0.255951455205554,0.0183989210625647,0.0064030794955086,0.5,0.255951455205554,0.0274030412206278,0.00107853768433086,0.5,0.255951455205554,0.022814893278669,0.00772820287085504,0.5,0.255951455205554,0.0244034686928794,0.0139239831168206,0.255951455205554,0.02890401012781,0.00120624049790809,0.0107142011479836,0.0593728248248366,0.255951455205554,0.0139103122048143,0.0536976202012093,0.5,0.255951455205554,0.0151545483561423,0.0615878931686141,0.255951455205554,0.0136710652070611,0.0313744287631033,0.255951455205554,0.0214172549590301,0.0581281854160762,0.255951455205554,0.00972692032046458,0.0306311379534311,0.0221304577261502,0.248269060895029 -8128,0.255951455205554,0.000239221321831049,0.161214060970352,0.255951455205554,0.0,0.0896615300901746,0.255951455205554,7.95305624993524e-08,0.122094155760963,0.255951455205554,0.0,0.144074486768055,0.255951455205554,0.00252413640784739,0.0195755735053641,0.255951455205554,0.0019574024082027,0.00517883574521869,0.5,0.255951455205554,0.00634652187461711,0.00135235227619944,0.5,0.255951455205554,0.00540485821011611,0.00674374087876797,0.5,0.255951455205554,0.00205459245554975,0.00955013787999185,0.255951455205554,0.00704649647651288,0.00304249789008559,5.68842215424554e-06,0.0469149088248145,0.255951455205554,0.000120133174354284,0.0441614649833282,0.5,0.255951455205554,0.000157556735742939,0.0761230496826113,0.255951455205554,9.45516611262495e-07,0.0175594503435419,0.255951455205554,0.0,0.0454484320010005,0.255951455205554,0.0,0.0190070160278641,0.0,0.317849805899554 -8129,0.255951455205554,0.0,0.159071179520059,0.255951455205554,0.0,0.0843549031789013,0.255951455205554,0.0,0.123101437418753,0.255951455205554,0.0,0.151489198972148,0.255951455205554,0.0,0.0212237216893477,0.255951455205554,0.0,0.00569144418640916,0.5,0.255951455205554,0.0,0.00187687796917583,0.5,0.255951455205554,0.0,0.00432894376820105,0.5,0.255951455205554,0.0,0.00445130578570293,0.255951455205554,0.0,0.00552869762428387,0.0,0.0457951734892372,0.255951455205554,0.0,0.0434863105719757,0.5,0.255951455205554,0.0,0.092641112494625,0.255951455205554,0.0,0.0121874288936385,0.255951455205554,0.0,0.0318980501116937,0.255951455205554,0.0,0.00983660608265098,0.0,0.38914053279703 -8130,0.255951455205554,0.0,0.156200583328306,0.255951455205554,0.0,0.098761350960908,0.255951455205554,0.0,0.118978320030901,0.255951455205554,0.0,0.151792571967245,0.255951455205554,0.0,0.023645405122395,0.255951455205554,0.0,0.00630086901689754,0.5,0.255951455205554,0.0,0.00192724671690743,0.5,0.255951455205554,0.0,0.00237653751473711,0.5,0.255951455205554,0.0,0.00200611702720967,0.255951455205554,0.0,0.0061608202368617,0.0,0.0457928354005129,0.255951455205554,0.0,0.0433658690078669,0.5,0.255951455205554,0.0,0.0995504850164485,0.255951455205554,0.0,0.0104639731152228,0.255951455205554,0.0,0.0204209759755804,0.255951455205554,0.0,0.00766628031065323,0.0,0.459229959322612 -8131,0.255951455205554,0.0,0.155886763065916,0.255951455205554,0.0,0.0993191975249629,0.255951455205554,0.0,0.111013869485255,0.255951455205554,0.0,0.157160290175934,0.255951455205554,0.0,0.024580329423033,0.255951455205554,0.0,0.00470465375522177,0.5,0.255951455205554,0.0,0.00194655801254343,0.5,0.255951455205554,0.0,0.00162259656430729,0.5,0.255951455205554,0.0,0.00106333508315016,0.255951455205554,0.0,0.00570271942234429,0.0,0.0436164100185108,0.255951455205554,0.0,0.0415786530776942,0.5,0.255951455205554,0.0,0.0985075484237048,0.255951455205554,0.0,0.00819020991680975,0.255951455205554,0.0,0.0144491835253099,0.255951455205554,0.0,0.00610600261691482,0.0,0.560953578026771 -8132,0.255951455205554,0.0,0.155756727765413,0.255951455205554,0.0,0.0895778049894072,0.255951455205554,0.0,0.107156128552766,0.255951455205554,0.0,0.155129019980498,0.255951455205554,0.0,0.0244990425535608,0.255951455205554,0.0,0.00307448427856936,0.5,0.255951455205554,0.0,0.00200831564198941,0.5,0.255951455205554,0.0,0.00137894415720038,0.5,0.255951455205554,0.0,0.00102011610664141,0.255951455205554,0.0,0.00553969739713176,0.0,0.0388824948533702,0.255951455205554,0.0,0.0373842979247561,0.5,0.255951455205554,0.0,0.094187614641371,0.255951455205554,0.0,0.00609480697831166,0.255951455205554,0.0,0.0113664679736748,0.255951455205554,0.0,0.00462219968987261,0.0,0.643681702509808 -8133,0.255951455205554,0.0,0.134066660232651,0.255951455205554,0.0,0.0922075090836524,0.255951455205554,0.0,0.102804937009603,0.255951455205554,0.0,0.136040634989561,0.255951455205554,0.0,0.0263008878154069,0.255951455205554,0.0,0.00228024469261275,0.5,0.255951455205554,0.0,0.00286599609000452,0.5,0.255951455205554,0.0,0.00148302441514876,0.5,0.255951455205554,0.0,0.00110253638233226,0.255951455205554,0.0,0.00519823613961263,0.0,0.0303344353922893,0.255951455205554,0.0,0.0309677906569144,0.5,0.255951455205554,0.0,0.0891260242733579,0.255951455205554,0.0,0.0057262538870337,0.255951455205554,0.0,0.00889864622093357,0.255951455205554,0.0,0.00372845894598535,0.0,0.736721206488357 -8134,0.255951455205554,0.0,0.11183904424692,0.255951455205554,0.0,0.0982840318608199,0.255951455205554,0.0,0.0981911520068816,0.255951455205554,0.0,0.116313441841909,0.255951455205554,0.0,0.0305341419177815,0.255951455205554,0.0,0.00196810069568865,0.5,0.255951455205554,0.0,0.00712983379913832,0.5,0.255951455205554,0.0,0.00140879393680255,0.5,0.255951455205554,0.0,0.000802258711618675,0.255951455205554,0.0,0.00509223025995571,0.0,0.0271564881137993,0.255951455205554,0.0,0.0257354875162986,0.5,0.255951455205554,0.0,0.0832489744754737,0.255951455205554,0.0,0.00604112677340281,0.255951455205554,0.0,0.00852038132374381,0.255951455205554,0.0,0.00433960497488744,0.0,0.869829225030713 -8135,0.255951455205554,0.0,0.108897561214622,0.255951455205554,0.0,0.104157094766254,0.255951455205554,0.0,0.0971024636789835,0.255951455205554,0.0,0.111212357222083,0.255951455205554,0.0,0.0355072546776928,0.255951455205554,0.0,0.00147379101685933,0.5,0.255951455205554,0.0,0.0186166543580335,0.5,0.255951455205554,0.0,0.00116042490172877,0.5,0.255951455205554,0.0,0.000675559413064908,0.255951455205554,0.0,0.00570496448680559,0.0,0.0238383030667206,0.255951455205554,0.0,0.0244997445942242,0.5,0.255951455205554,0.0,0.0805958934595108,0.255951455205554,0.0,0.00508150709932138,0.255951455205554,0.0,0.0103806551462058,0.255951455205554,0.0,0.00509113234158548,0.0,0.897934491219499 -8136,0.255951455205554,0.0,0.109648251329559,0.255951455205554,0.0,0.105620501415728,0.255951455205554,0.0,0.125212821205678,0.255951455205554,0.0,0.104358064149312,0.255951455205554,0.0,0.0396736608394308,0.255951455205554,0.0,0.00148694571569174,0.5,0.255951455205554,0.0,0.0316040053126139,0.5,0.255951455205554,0.0,0.00135879410722087,0.5,0.255951455205554,0.0,0.000660087560096508,0.255951455205554,0.0,0.00920031681296506,0.0,0.0217329599366031,0.255951455205554,0.0,0.0236024122850022,0.5,0.255951455205554,0.0,0.0773875945673111,0.255951455205554,0.0,0.00376275141329368,0.255951455205554,0.0,0.0103951913471391,0.255951455205554,0.0,0.00428965337724174,0.0,0.84999314745925 -8137,0.255951455205554,0.0,0.108102992145815,0.255951455205554,0.0,0.101599110843437,0.255951455205554,0.0,0.173502200047451,0.255951455205554,0.0,0.108913800264102,0.255951455205554,0.0,0.0495459700909441,0.255951455205554,0.0,0.00208537193547913,0.5,0.255951455205554,0.0,0.0429718030876603,0.5,0.255951455205554,0.0,0.00206384270620941,0.5,0.255951455205554,0.0,0.000743931522317026,0.255951455205554,0.0,0.019781827222222,0.0,0.0186298128983523,0.255951455205554,0.0,0.0220552356838767,0.5,0.255951455205554,0.0,0.0751307027654728,0.255951455205554,0.0,0.00293122143972758,0.255951455205554,0.0,0.00898935424022945,0.255951455205554,0.0,0.00292175359985095,0.0,0.80790723690025 -8138,0.255951455205554,0.0,0.104217700824061,0.255951455205554,0.0,0.0942790808957126,0.255951455205554,0.0,0.195459357767585,0.255951455205554,0.0,0.129433258118281,0.255951455205554,0.0,0.0765899018636552,0.255951455205554,0.0,0.00402619406353052,0.5,0.255951455205554,0.0,0.0648784774786976,0.5,0.255951455205554,0.0,0.00267166654838624,0.5,0.255951455205554,0.0,0.000791935964931085,0.255951455205554,0.0,0.0471824872414034,0.0,0.0148932671621098,0.255951455205554,0.0,0.0206071094754208,0.5,0.255951455205554,0.0,0.0750588595338059,0.255951455205554,0.0,0.00186812021813689,0.255951455205554,0.0,0.00867717691377638,0.255951455205554,0.0,0.00257694778236671,0.0,0.828683072179688 -8139,0.255951455205554,0.0,0.0949899718008161,0.255951455205554,0.0,0.092556721507312,0.255951455205554,0.0,0.200317300257915,0.255951455205554,0.0,0.197631441900244,0.255951455205554,0.0,0.121615748094797,0.255951455205554,0.0,0.00780183599396344,0.5,0.255951455205554,0.0,0.0925002745839732,0.5,0.255951455205554,0.0,0.00340750285985653,0.5,0.255951455205554,0.0,0.000943332585715267,0.255951455205554,0.0,0.0894493234762051,0.0,0.0129771984317384,0.255951455205554,0.0,0.0196360465413897,0.5,0.255951455205554,0.0,0.0762416737239469,0.255951455205554,0.0,0.00113285482971345,0.255951455205554,0.0,0.00908707746452825,0.255951455205554,0.0,0.00274375155500913,0.0,0.820485971457782 -8140,0.255951455205554,0.0,0.0955619390420249,0.255951455205554,0.0,0.0903607578106585,0.255951455205554,0.0,0.200037053844967,0.255951455205554,0.0,0.253757658691665,0.255951455205554,0.0,0.163325618587513,0.255951455205554,0.0,0.016790870921663,0.5,0.255951455205554,0.0,0.139927952129334,0.5,0.255951455205554,0.0,0.00498755627666215,0.5,0.255951455205554,0.0,0.00103318341687571,0.255951455205554,0.0,0.129876344190756,0.0,0.0106348681163721,0.255951455205554,0.0,0.0174583107099625,0.5,0.255951455205554,0.0,0.0747590922966116,0.255951455205554,0.0,0.000698325980601304,0.255951455205554,0.0,0.00874994036704364,0.255951455205554,0.0,0.00325430200526579,0.0,0.739527495089625 -8141,0.255951455205554,0.0,0.105607068258063,0.255951455205554,0.0,0.0823634038432644,0.255951455205554,0.0,0.207384220293641,0.255951455205554,0.0,0.271832333555456,0.255951455205554,0.0,0.163264794077838,0.255951455205554,0.0,0.0287881476433712,0.5,0.255951455205554,0.0,0.199599477731021,0.5,0.255951455205554,0.0,0.00712527941690177,0.5,0.255951455205554,0.0,0.00126069444976196,0.255951455205554,0.0,0.162582481475743,0.0,0.0106879731405188,0.255951455205554,0.0,0.0165227977416595,0.5,0.255951455205554,0.0,0.0722778833704365,0.255951455205554,0.0,0.000612690020233231,0.255951455205554,0.0,0.00887375824085266,0.255951455205554,0.0,0.00413853214624216,0.0,0.652242579593038 -8142,0.255951455205554,0.0,0.105639591600515,0.255951455205554,0.0,0.0685059012999616,0.255951455205554,0.0,0.207479659136711,0.255951455205554,0.0,0.274091205104524,0.255951455205554,0.0,0.145274295834177,0.255951455205554,0.0,0.0417711570215713,0.5,0.255951455205554,0.0,0.26740802996877,0.5,0.255951455205554,0.0,0.0104882363675741,0.5,0.255951455205554,0.0,0.00195216251915213,0.255951455205554,0.0,0.203513910678681,0.0,0.00905112529305825,0.255951455205554,0.0,0.01635192578208,0.5,0.255951455205554,0.0,0.0720781149913545,0.255951455205554,0.0,0.000592139108942699,0.255951455205554,0.0,0.0104268618335638,0.255951455205554,0.0,0.0056326527501685,0.0,0.572501647710227 -8143,0.255951455205554,0.0,0.109949315659875,0.255951455205554,0.0,0.0684190003097589,0.255951455205554,0.0,0.20381385702456,0.255951455205554,0.0,0.275278275538596,0.255951455205554,0.0,0.124799561979084,0.255951455205554,0.0,0.0618048877191804,0.5,0.255951455205554,0.0,0.281106725952403,0.5,0.255951455205554,0.0,0.0176434918307717,0.5,0.255951455205554,0.0,0.00357664382114032,0.255951455205554,0.0,0.255476670481434,0.0,0.00734441129218846,0.255951455205554,0.0,0.0155587008672456,0.5,0.255951455205554,0.0,0.0710461839140318,0.255951455205554,0.0,0.00069080176280411,0.255951455205554,0.0,0.0135836702386458,0.255951455205554,0.0,0.0101755159159154,0.0,0.507713950163774 -8144,0.255951455205554,0.0,0.150434677526967,0.255951455205554,0.0,0.0673552152478622,0.255951455205554,0.0,0.199219583471594,0.255951455205554,0.0,0.295677052058556,0.255951455205554,0.0,0.106077916122205,0.255951455205554,0.0,0.0736619743599295,0.5,0.255951455205554,0.0,0.270405055784242,0.5,0.255951455205554,0.0,0.03498274885018,0.5,0.255951455205554,0.0,0.0068278296646689,0.255951455205554,0.0,0.327635050320994,0.0,0.00720142002232262,0.255951455205554,0.0,0.0147093451926565,0.5,0.255951455205554,0.0,0.0681423712363986,0.255951455205554,0.0,0.00110251110418166,0.255951455205554,0.0,0.0160251499935533,0.255951455205554,0.0,0.0153280662525981,0.0,0.406076940146708 -8145,0.255951455205554,0.0,0.178862717832503,0.255951455205554,0.0,0.0676337283759652,0.255951455205554,2.63228908541598e-05,0.200405224311907,0.255951455205554,0.0,0.330692400786584,0.255951455205554,1.98966798657053e-06,0.0896824808658642,0.255951455205554,0.000572889190858642,0.0819096447056442,0.5,0.255951455205554,0.000383779935388958,0.252951583344573,0.5,0.255951455205554,0.00108794814022557,0.0617906844244383,0.5,0.255951455205554,0.0019390804041286,0.0133388144105762,0.255951455205554,0.000412970674236052,0.303580686996671,0.00203020008884836,0.00693769994492885,0.255951455205554,0.00137485714322353,0.014402327960478,0.5,0.255951455205554,0.000233473482850224,0.0627964791232253,0.255951455205554,0.00166766145633769,0.00241219446074412,0.255951455205554,0.00079651408314307,0.0180469270676249,0.255951455205554,0.000839410144881879,0.018637720059633,0.0,0.313443198466428 -8146,0.255951455205554,0.00353423106537022,0.175886499835059,0.255951455205554,0.00845475738618796,0.068432010332092,0.255951455205554,0.04334582390008,0.209181697141333,0.255951455205554,0.0276547490902401,0.35388537906892,0.255951455205554,0.0557228691216931,0.0834692894606195,0.255951455205554,0.0187713626364928,0.114487442798624,0.5,0.255951455205554,0.0459512817231749,0.247212659756024,0.5,0.255951455205554,0.0129874246154775,0.0924544587779371,0.5,0.255951455205554,0.0188845571722583,0.0291193231257191,0.255951455205554,0.0342973028234216,0.286400790440521,0.0264331090609514,0.00701007166364341,0.255951455205554,0.0176124989705735,0.0139424709748795,0.5,0.255951455205554,0.00892697132548702,0.0568555514456061,0.255951455205554,0.0149894144336353,0.00504794753407744,0.255951455205554,0.0125072723625089,0.0245124935586419,0.255951455205554,0.011190194286441,0.0270071764486718,0.00188333576688707,0.236523057209783 -8147,0.255951455205554,0.0150130418877147,0.153742041414234,0.255951455205554,0.0134126332181618,0.0567410564107156,0.255951455205554,0.12348610822023,0.218447303641296,0.255951455205554,0.0928342876927181,0.354088375487605,0.255951455205554,0.164191816349114,0.0823634054048028,0.255951455205554,0.0443770493730849,0.158385480915428,0.5,0.255951455205554,0.126907425157367,0.262441772244946,0.5,0.255951455205554,0.0273526556784527,0.118871892461202,0.5,0.255951455205554,0.0404019964518998,0.0542587738957935,0.255951455205554,0.139787400471748,0.281569851687199,0.0467543792423467,0.00724811593258444,0.255951455205554,0.0405612044359282,0.0154150410363699,0.5,0.255951455205554,0.0220093607738517,0.0498613377219251,0.255951455205554,0.0327818995633543,0.0100710154423926,0.255951455205554,0.0294548337503378,0.0437203842982617,0.255951455205554,0.0281236941808402,0.0456661657122424,0.00593987704400084,0.171909674552656 -8148,0.255951455205554,0.0308469923767148,0.129616185171667,0.255951455205554,0.0290173968856956,0.0284365858708111,0.255951455205554,0.178822373279221,0.217696586131829,0.255951455205554,0.053974473826274,0.372115923056862,0.255951455205554,0.27081236375632,0.0770806980148925,0.255951455205554,0.0544696447816372,0.192164816920473,0.5,0.255951455205554,0.188009224628609,0.284061930141709,0.5,0.255951455205554,0.0337700053635004,0.136450563931997,0.5,0.255951455205554,0.0507295944553794,0.0725022793232313,0.255951455205554,0.297800051470972,0.291403843964268,0.0579701544172001,0.0140586397083676,0.255951455205554,0.0596963909086464,0.0198222641401177,0.5,0.255951455205554,0.0313068963227398,0.0406791473426678,0.255951455205554,0.0415034115237778,0.0160873093686217,0.255951455205554,0.0385127836191345,0.0701514480667025,0.255951455205554,0.0346558391321534,0.0667184870805331,0.0145736749101513,0.134141041572992 -8149,0.255951455205554,0.0515444991153728,0.12378443694832,0.255951455205554,0.0279763760442377,0.0101621086053274,0.255951455205554,0.195447267321618,0.205511453921314,0.255951455205554,0.0190613030600945,0.339060196196766,0.255951455205554,0.339309634508393,0.0776264715085438,0.255951455205554,0.0504271040806416,0.213709430160401,0.5,0.255951455205554,0.214342263126067,0.285219052140664,0.5,0.255951455205554,0.0315730628103561,0.142788591850851,0.5,0.255951455205554,0.0518039409119872,0.0848882601779165,0.255951455205554,0.426334789362648,0.278203387001403,0.0563638423498632,0.0225271622256403,0.255951455205554,0.0630589217590866,0.0198269335906606,0.5,0.255951455205554,0.0318909862396114,0.0320319219242035,0.255951455205554,0.0375768856708761,0.0189646847448354,0.255951455205554,0.0379756332587331,0.084682432862193,0.255951455205554,0.0310812619153465,0.0832234823615232,0.0339410986756616,0.104821940639632 -8150,0.255951455205554,0.0573838005821437,0.113119700301329,0.255951455205554,0.0189697616234066,0.0105608255299674,0.255951455205554,0.1692729743427,0.179502555492469,0.255951455205554,0.0173461589034142,0.290952300913582,0.255951455205554,0.328905179860254,0.0829766125130892,0.255951455205554,0.0476471527157604,0.189848217880572,0.5,0.255951455205554,0.20192271926818,0.2537143077394,0.5,0.255951455205554,0.0236711526723729,0.144443553199263,0.5,0.255951455205554,0.0398071226755283,0.093342547358912,0.255951455205554,0.420242850811799,0.226955675107836,0.0413227787457898,0.0153678054026662,0.255951455205554,0.0468537142064633,0.0160731322520761,0.5,0.255951455205554,0.0214363984768326,0.0260299467944466,0.255951455205554,0.0247496498225843,0.019295837118789,0.255951455205554,0.0315030045496483,0.0926531507545829,0.255951455205554,0.023743631056106,0.108735086447902,0.0451328121912114,0.0826545275190483 -8151,0.255951455205554,0.0562137230003546,0.0902124082022853,0.255951455205554,0.00597645538256887,0.0226353254366844,0.255951455205554,0.112385459793059,0.136909660061423,0.255951455205554,0.00739277636675425,0.221303622889861,0.255951455205554,0.23648324918942,0.063553307674714,0.255951455205554,0.0614528966617251,0.144833122763938,0.5,0.255951455205554,0.150840881029124,0.193660852968756,0.5,0.255951455205554,0.0118571561829026,0.144687360366741,0.5,0.255951455205554,0.0198401739999092,0.0943824346797054,0.255951455205554,0.33859851879555,0.139292012929123,0.0186388578760375,0.00914080268558261,0.255951455205554,0.0182218535328847,0.0102606576085613,0.5,0.255951455205554,0.00758070018438518,0.0217953845779152,0.255951455205554,0.00945748221620833,0.0172300669423361,0.255951455205554,0.0193689231384984,0.0885856752361143,0.255951455205554,0.0143917780188967,0.126725904794261,0.0783523130915704,0.062948816720324 -8152,0.255951455205554,2.71957598044064e-05,0.0727158721995526,0.255951455205554,0.0,0.0312617228050187,0.255951455205554,6.94821191894574e-05,0.100003560581369,0.255951455205554,0.0,0.156414171703714,0.255951455205554,0.0187018117810128,0.0512822541594813,0.255951455205554,0.00507718557312481,0.0901143706712114,0.5,0.255951455205554,0.0370489241704179,0.127442258284092,0.5,0.255951455205554,0.00282769946757401,0.167107400209727,0.5,0.255951455205554,0.00118181200712005,0.107501124554864,0.255951455205554,0.0795413124103513,0.0631102491481004,0.000104357282440686,0.00836412518730552,0.255951455205554,0.000427438369394142,0.0068596085026503,0.5,0.255951455205554,9.29009524211993e-05,0.0183088469065002,0.255951455205554,0.000199560934151628,0.0157636948565202,0.255951455205554,0.000274628538193564,0.0661817038416305,0.255951455205554,0.000550597934362416,0.112268832831956,0.0,0.0484683002131929 -8153,0.255951455205554,0.0,0.0553824679183913,0.255951455205554,0.0,0.0272020231184244,0.255951455205554,0.0,0.0674297856433311,0.255951455205554,0.0,0.0927113638040769,0.255951455205554,0.0,0.0436550315096877,0.255951455205554,0.0,0.0558280554209288,0.5,0.255951455205554,0.0,0.0771518347595616,0.5,0.255951455205554,0.0,0.199943431541912,0.5,0.255951455205554,0.0,0.139402159072855,0.255951455205554,0.0,0.0436924660626062,0.0,0.00696088189574366,0.255951455205554,0.0,0.00528752435345224,0.5,0.255951455205554,0.0,0.0163260963412709,0.255951455205554,0.0,0.0198548320456314,0.255951455205554,0.0,0.0565785703029804,0.255951455205554,0.0,0.0926480227168672,0.0,0.0497421141049163 -8154,0.255951455205554,0.0,0.0432389434575339,0.255951455205554,0.0,0.0128655070384617,0.255951455205554,0.0,0.043723113270933,0.255951455205554,0.0,0.0535897477844026,0.255951455205554,0.0,0.0294105366066852,0.255951455205554,0.0,0.0362765106176829,0.5,0.255951455205554,0.0,0.0460476592859661,0.5,0.255951455205554,0.0,0.240259048601974,0.5,0.255951455205554,0.0,0.177186279652176,0.255951455205554,0.0,0.0247349959922112,0.0,0.0035681655714456,0.255951455205554,0.0,0.00394581514944793,0.5,0.255951455205554,0.0,0.015326900585841,0.255951455205554,0.0,0.0283755897870942,0.255951455205554,0.0,0.0552663653597912,0.255951455205554,0.0,0.0821338150647935,0.0,0.104483028985028 -8155,0.255951455205554,0.0,0.0384629062009151,0.255951455205554,0.0,0.00579913259538964,0.255951455205554,0.0,0.0301778298871589,0.255951455205554,0.0,0.03423860767478,0.255951455205554,0.0,0.0256760341904519,0.255951455205554,0.0,0.028383771221817,0.5,0.255951455205554,0.0,0.0318773484792195,0.5,0.255951455205554,0.0,0.249926934108113,0.5,0.255951455205554,0.0,0.19273404235097,0.255951455205554,0.0,0.0180081919940912,0.0,0.00111409150074174,0.255951455205554,0.0,0.00355036206076542,0.5,0.255951455205554,0.0,0.0148565899538905,0.255951455205554,0.0,0.037326521525115,0.255951455205554,0.0,0.0520028953412863,0.255951455205554,0.0,0.0666454025449093,0.0,0.170548771455031 -8156,0.255951455205554,0.0,0.0378845455738476,0.255951455205554,0.0,0.00299488447878748,0.255951455205554,0.0,0.0222944558037259,0.255951455205554,0.0,0.0214561108893445,0.255951455205554,0.0,0.0224629695131317,0.255951455205554,0.0,0.0262319954391489,0.5,0.255951455205554,0.0,0.0249907341005723,0.5,0.255951455205554,0.0,0.243711511410089,0.5,0.255951455205554,0.0,0.180922956941686,0.255951455205554,0.0,0.0164897058450673,0.0,0.000967726700326937,0.255951455205554,0.0,0.00361940675307836,0.5,0.255951455205554,0.0,0.0146713180185944,0.255951455205554,0.0,0.0455008549118889,0.255951455205554,0.0,0.037732143237783,0.255951455205554,0.0,0.0476301861878848,0.0,0.211828844563742 -8157,0.255951455205554,0.0,0.0520360483468261,0.255951455205554,0.0,0.00317393434425002,0.255951455205554,0.0,0.026513208859185,0.255951455205554,0.0,0.0148422214264417,0.255951455205554,0.0,0.0205356057226542,0.255951455205554,0.0,0.0241018864574721,0.5,0.255951455205554,0.0,0.0220910415988521,0.5,0.255951455205554,0.0,0.228332087428907,0.5,0.255951455205554,0.0,0.167691855766487,0.255951455205554,0.0,0.0135883521210337,0.0,0.00113213624523962,0.255951455205554,0.0,0.0044274497356859,0.5,0.255951455205554,0.0,0.0147709947012782,0.255951455205554,0.0,0.0480298817698518,0.255951455205554,0.0,0.0299553620120736,0.255951455205554,0.0,0.0336695995373425,0.0,0.331689579998802 -8158,0.255951455205554,0.0,0.0860247206031116,0.255951455205554,0.0,0.0051009331097347,0.255951455205554,0.0,0.0422490593697626,0.255951455205554,0.0,0.0234874599142354,0.255951455205554,0.0,0.0191037123777548,0.255951455205554,0.0,0.0191646292544503,0.5,0.255951455205554,0.0,0.0194793758442757,0.5,0.255951455205554,0.0,0.193568598572273,0.5,0.255951455205554,0.0,0.145554731090699,0.255951455205554,0.0,0.0110617069688106,0.0,0.0018870330877262,0.255951455205554,0.0,0.00573172196862414,0.5,0.255951455205554,0.0,0.0149651471565301,0.255951455205554,0.0,0.0505052105940235,0.255951455205554,0.0,0.0252710061094688,0.255951455205554,0.0,0.0245722329369191,0.0,0.552463480148869 -8159,0.255951455205554,0.0,0.130409213868106,0.255951455205554,0.0,0.00872259698136462,0.255951455205554,0.0,0.0669969984138862,0.255951455205554,0.0,0.048864993154768,0.255951455205554,0.0,0.0179075000952632,0.255951455205554,0.0,0.0145048602161919,0.5,0.255951455205554,0.0,0.0201647038956819,0.5,0.255951455205554,0.0,0.149368599514484,0.5,0.255951455205554,0.0,0.128891801392272,0.255951455205554,0.0,0.010014914845806,0.0,0.00388543337235005,0.255951455205554,0.0,0.00736299382825936,0.5,0.255951455205554,0.0,0.0149718577271839,0.255951455205554,0.0,0.0512050422116892,0.255951455205554,0.0,0.0232580733501502,0.255951455205554,0.0,0.0192481758127006,0.0,0.688244201689576 -8160,0.255951455205554,0.0,0.202705033556223,0.255951455205554,0.0,0.0134786386745701,0.255951455205554,0.0,0.0896245524379546,0.255951455205554,0.0,0.0807899895503371,0.255951455205554,0.0,0.017202453527081,0.255951455205554,0.0,0.0102153585919825,0.5,0.255951455205554,0.0,0.0191809979467596,0.5,0.255951455205554,0.0,0.120224984370561,0.5,0.255951455205554,0.0,0.10955701726076,0.255951455205554,0.0,0.00880128336401641,0.0,0.00615111005261027,0.255951455205554,0.0,0.00879931364968468,0.5,0.255951455205554,0.0,0.0163439367433149,0.255951455205554,0.0,0.043850310629166,0.255951455205554,0.0,0.0213253982032734,0.255951455205554,0.0,0.0172067348228037,0.0,0.745698634737371 -8161,0.255951455205554,0.0,0.312502411546025,0.255951455205554,0.0,0.0251873465827175,0.255951455205554,0.0,0.11015036717516,0.255951455205554,0.0,0.107310045288617,0.255951455205554,0.0,0.017204425197234,0.255951455205554,0.0,0.00784279248652281,0.5,0.255951455205554,0.0,0.0185526288849108,0.5,0.255951455205554,0.0,0.0903177627013113,0.5,0.255951455205554,0.0,0.090256276509213,0.255951455205554,0.0,0.00921692918078732,0.0,0.00742686363502108,0.255951455205554,0.0,0.00935895402420353,0.5,0.255951455205554,0.0,0.0190556228603199,0.255951455205554,0.0,0.0399033847569707,0.255951455205554,0.0,0.0185219298283218,0.255951455205554,0.0,0.01550433680241,0.0,0.796230565695392 -8162,0.255951455205554,0.0,0.409910067789018,0.255951455205554,0.0,0.0484114184508982,0.255951455205554,0.0,0.133393136309022,0.255951455205554,0.0,0.140737201411335,0.255951455205554,0.0,0.0195432194294867,0.255951455205554,0.0,0.00666811536551703,0.5,0.255951455205554,0.0,0.014360985324929,0.5,0.255951455205554,0.0,0.0686969419222825,0.5,0.255951455205554,0.0,0.0740234071344293,0.255951455205554,0.0,0.0109742870912648,0.0,0.00607744593561571,0.255951455205554,0.0,0.00874015372727245,0.5,0.255951455205554,0.0,0.022210110974408,0.255951455205554,0.0,0.0366109854502154,0.255951455205554,0.0,0.0149079181388578,0.255951455205554,0.0,0.0144051655609388,0.0,0.848918701530516 -8163,0.255951455205554,0.0,0.460090274229,0.255951455205554,0.0,0.0727467149682148,0.255951455205554,0.0,0.156704689920689,0.255951455205554,0.0,0.173693457042142,0.255951455205554,0.0,0.0257885545850677,0.255951455205554,0.0,0.00492781556165446,0.5,0.255951455205554,0.0,0.00959321054811025,0.5,0.255951455205554,0.0,0.0537783315198387,0.5,0.255951455205554,0.0,0.061785982270989,0.255951455205554,0.0,0.008193263236812,0.0,0.00191786768794793,0.255951455205554,0.0,0.00680176182208733,0.5,0.255951455205554,0.0,0.0272518450027698,0.255951455205554,0.0,0.0286099540386475,0.255951455205554,0.0,0.0118378962483664,0.255951455205554,0.0,0.0132574682891448,0.0,0.8899313698209 -8164,0.255951455205554,0.0,0.498875497895263,0.255951455205554,0.0,0.0893095031593411,0.255951455205554,0.0,0.188352806688704,0.255951455205554,0.0,0.215154923504267,0.255951455205554,0.0,0.0362204004836162,0.255951455205554,0.0,0.00286604049044211,0.5,0.255951455205554,0.0,0.0058526850606127,0.5,0.255951455205554,0.0,0.0406250343406382,0.5,0.255951455205554,0.0,0.0551296368287874,0.255951455205554,0.0,0.00577615022577276,0.0,0.000871325783831895,0.255951455205554,0.0,0.0047650512383583,0.5,0.255951455205554,0.0,0.0351910776758998,0.255951455205554,0.0,0.0229506399994879,0.255951455205554,0.0,0.0108836098752812,0.255951455205554,0.0,0.0145633428536747,0.0,0.899583467355809 -8165,0.255951455205554,0.0,0.552609604705143,0.255951455205554,0.0,0.112252522925966,0.255951455205554,0.0,0.227141601749598,0.255951455205554,0.0,0.265594939608162,0.255951455205554,0.0,0.0486130827193841,0.255951455205554,0.0,0.00174961871237519,0.5,0.255951455205554,0.0,0.00449102040663205,0.5,0.255951455205554,0.0,0.0324227342453662,0.5,0.255951455205554,0.0,0.0491674390968236,0.255951455205554,0.0,0.00385253809855464,0.0,0.000841713909594657,0.255951455205554,0.0,0.00456896057388886,0.5,0.255951455205554,0.0,0.0449355996160777,0.255951455205554,0.0,0.0190690639372023,0.255951455205554,0.0,0.0111155230406343,0.255951455205554,0.0,0.0139505490165042,0.0,0.918345336959231 -8166,0.255951455205554,0.0,0.606020455660849,0.255951455205554,0.0,0.141731911934638,0.255951455205554,0.0,0.279288530061053,0.255951455205554,0.0,0.326680662458727,0.255951455205554,0.0,0.0683305668088692,0.255951455205554,0.0,0.00111595720128217,0.5,0.255951455205554,0.0,0.00403650926964799,0.5,0.255951455205554,0.0,0.0281383306987634,0.5,0.255951455205554,0.0,0.0461110535689775,0.255951455205554,0.0,0.00207093018824981,0.0,0.00116207597060254,0.255951455205554,0.0,0.00760899353869777,0.5,0.255951455205554,0.0,0.060058497435252,0.255951455205554,0.0,0.0170902656672352,0.255951455205554,0.0,0.0129872647337103,0.255951455205554,0.0,0.013343424388647,0.0,0.931901955282057 -8167,0.255951455205554,0.0,0.662788810664556,0.255951455205554,0.0,0.191104466295709,0.255951455205554,0.0,0.340950775485226,0.255951455205554,0.0,0.40277855486543,0.255951455205554,0.0,0.0907504391735762,0.255951455205554,0.0,0.00174069909265906,0.5,0.255951455205554,0.0,0.0039095440918815,0.5,0.255951455205554,0.0,0.0241745649889818,0.5,0.255951455205554,0.0,0.0443354270777144,0.255951455205554,0.0,0.000985624691477296,0.0,0.00234047904598444,0.255951455205554,0.0,0.0122490919504658,0.5,0.255951455205554,0.0,0.0815488557433234,0.255951455205554,0.0,0.0166393333983373,0.255951455205554,0.0,0.0149902540507595,0.255951455205554,0.0,0.0101464833253655,0.0,0.938800715676787 -8168,0.255951455205554,0.0,0.731506485293588,0.255951455205554,0.0,0.244280859481305,0.255951455205554,0.0,0.399473094552427,0.255951455205554,0.0,0.48049307308172,0.255951455205554,0.0,0.121231219588306,0.255951455205554,0.0,0.004770042737131,0.5,0.255951455205554,0.0,0.00488063386585134,0.5,0.255951455205554,0.0,0.0195862931056556,0.5,0.255951455205554,0.0,0.0433270644586539,0.255951455205554,0.0,0.000448906047406439,0.0,0.00384540677590181,0.255951455205554,0.0,0.0168410671911265,0.5,0.255951455205554,0.0,0.108212260894577,0.255951455205554,0.0,0.017245469079596,0.255951455205554,0.0,0.0167178294518242,0.255951455205554,0.0,0.0084467456716634,0.0,0.949757061865674 -8169,0.255951455205554,0.0,0.797865873875691,0.255951455205554,0.0,0.342813194697216,0.255951455205554,0.000126328546600127,0.461171718656431,0.255951455205554,0.0,0.56569632003657,0.255951455205554,7.4594012838134e-06,0.15780535183788,0.255951455205554,0.00116665954869544,0.0115805649040503,0.5,0.255951455205554,0.00130471650587618,0.00804241596972825,0.5,0.255951455205554,0.00331284479502799,0.0180123112774373,0.5,0.255951455205554,0.00286836709884759,0.0444652793535961,0.255951455205554,0.00144847891206307,0.000435627919484424,0.000895874306012745,0.00556580042209805,0.255951455205554,0.000982393246367386,0.0226105006056869,0.5,0.255951455205554,0.000280074973812979,0.141128202667284,0.255951455205554,0.00157887089136871,0.0177320994901241,0.255951455205554,0.00206179692872166,0.0215575706994268,0.255951455205554,0.00193009854528488,0.0124705722770863,0.0,0.961476821057911 -8170,0.255951455205554,0.020932064560508,0.852993404363841,0.255951455205554,0.0840943589446156,0.440850067282651,0.255951455205554,0.0597664293695234,0.523520276399118,0.255951455205554,0.049910534275725,0.623770600962556,0.255951455205554,0.0682766319749888,0.204445521025291,0.255951455205554,0.0747195043453603,0.0246016211766187,0.5,0.255951455205554,0.111641358430162,0.0148978998081089,0.5,0.255951455205554,0.0558507739822473,0.0159796983860591,0.5,0.255951455205554,0.0300621985906141,0.0498892512663492,0.255951455205554,0.128739283091929,0.00255887089215537,0.0156245183946238,0.0103873462883929,0.255951455205554,0.0153457669430145,0.0374063859462658,0.5,0.255951455205554,0.079226291175708,0.179442633530968,0.255951455205554,0.0210941764601124,0.0194376317965924,0.255951455205554,0.0681926698902955,0.0366155245614139,0.255951455205554,0.0418183388574239,0.0351337568474775,0.0134402044292219,0.972272923100588 -8171,0.255951455205554,0.0502723687726797,0.901922622316383,0.255951455205554,0.221849418699649,0.526216559861247,0.255951455205554,0.14033117194882,0.584932131667551,0.255951455205554,0.132143116579913,0.745829502524421,0.255951455205554,0.148935951597519,0.274640524110991,0.255951455205554,0.194730382522588,0.0505269620615033,0.5,0.255951455205554,0.253383042674044,0.031163806471185,0.5,0.255951455205554,0.118058868490361,0.0152271667077104,0.5,0.255951455205554,0.0588925386298004,0.0535436051426187,0.255951455205554,0.276006135179545,0.00543619976145268,0.0388285067655418,0.0332269969148962,0.255951455205554,0.0424796768812784,0.0677933561928739,0.5,0.255951455205554,0.209928023688805,0.235915391864161,0.255951455205554,0.0538093054612472,0.021467215732157,0.255951455205554,0.187336031525868,0.0644381636852868,0.255951455205554,0.114000935543578,0.0733574916883233,0.0187652425748985,0.981111715848176 -8172,0.255951455205554,0.0584566944816163,0.917668814948229,0.255951455205554,0.298444259445017,0.532440234093999,0.255951455205554,0.175980739336341,0.619831081552729,0.255951455205554,0.156024208893478,0.741836747706777,0.255951455205554,0.184527180694189,0.358750384519984,0.255951455205554,0.286041494648028,0.119828121793015,0.5,0.255951455205554,0.347119902280067,0.0605619318637249,0.5,0.255951455205554,0.172783465710068,0.0178449261598754,0.5,0.255951455205554,0.0780622683762184,0.0562516742056912,0.255951455205554,0.376103017287399,0.0128479895581468,0.0496767408604609,0.0580034251903963,0.255951455205554,0.0756896500276411,0.0956580922734071,0.5,0.255951455205554,0.316295375478457,0.311501125215321,0.255951455205554,0.089849310715623,0.0248948659696442,0.255951455205554,0.313266969418392,0.100835914499255,0.255951455205554,0.207076148377021,0.117915431144562,0.0180501885602312,0.987000025077777 -8173,0.255951455205554,0.0491384508829561,0.94675533682332,0.255951455205554,0.299938060537504,0.678507263360777,0.255951455205554,0.164857445715326,0.645723891395235,0.255951455205554,0.0726779929249166,0.772998017978164,0.255951455205554,0.175269715740542,0.426904134452599,0.255951455205554,0.307915067283695,0.2250711358056,0.5,0.255951455205554,0.362995726850901,0.10397152091467,0.5,0.255951455205554,0.211874634797164,0.025635056505335,0.5,0.255951455205554,0.0815161078666345,0.066638397479139,0.255951455205554,0.369311670698618,0.0379875965007762,0.0422531445412362,0.0681551284889475,0.255951455205554,0.0949343587148884,0.119513111917261,0.5,0.255951455205554,0.353928564795519,0.382231280643372,0.255951455205554,0.116611775610977,0.0290181879666929,0.255951455205554,0.372945565547887,0.125419409306053,0.255951455205554,0.2673672888468,0.163773738012977,0.00618161734154433,0.991200370396374 -8174,0.255951455205554,0.0291844845707933,0.959703304738454,0.255951455205554,0.183190998123881,0.802243510616959,0.255951455205554,0.128312683255926,0.686798246736206,0.255951455205554,0.0164093157220094,0.876011009583959,0.255951455205554,0.130768521317227,0.516670643594267,0.255951455205554,0.270687491967065,0.33063327874349,0.5,0.255951455205554,0.31063649369706,0.145825615235426,0.5,0.255951455205554,0.206604593755471,0.0447614643805168,0.5,0.255951455205554,0.0672287208490312,0.0947624549019062,0.255951455205554,0.264044054638771,0.10239386395002,0.0344199900471501,0.0577184191299041,0.255951455205554,0.0944433595669656,0.135810407399052,0.5,0.255951455205554,0.306405793588849,0.428033333077354,0.255951455205554,0.126677109822214,0.0308827231281638,0.255951455205554,0.346596985703194,0.121033060792828,0.255951455205554,0.303149326384699,0.167624116006402,0.00297563037049622,0.937149938485481 -8175,0.255951455205554,0.010113703728929,0.953531401910839,0.255951455205554,0.0418376088591006,0.790912757945665,0.255951455205554,0.06710111248237,0.706799482590207,0.255951455205554,0.00507296068550582,0.91130725505882,0.255951455205554,0.0704644842389298,0.602568249244464,0.255951455205554,0.174360221304776,0.396983234202842,0.5,0.255951455205554,0.19365625113733,0.202447150543137,0.5,0.255951455205554,0.162046076612876,0.071661411621972,0.5,0.255951455205554,0.0395971504081144,0.124016923161222,0.255951455205554,0.0882201721400289,0.169535032495194,0.0393350800179895,0.0512455898613889,0.255951455205554,0.0574942401446686,0.134937588372469,0.5,0.255951455205554,0.132514606225196,0.430329796898261,0.255951455205554,0.083602598311046,0.0226275218433855,0.255951455205554,0.20644667226032,0.0838916890465837,0.255951455205554,0.239364463449414,0.123679800206633,0.00246320749389159,0.903383792741036 -8176,0.255951455205554,0.000231036564664906,0.939727794092247,0.255951455205554,0.000576063146019233,0.805394441541761,0.255951455205554,0.000237473859468725,0.700314674324484,0.255951455205554,2.9216180035782e-05,0.923581652463341,0.255951455205554,0.000719410306151366,0.645800753880012,0.255951455205554,0.0103135624032913,0.440290200396935,0.5,0.255951455205554,0.033698970337358,0.235076938814541,0.5,0.255951455205554,0.0497032993958821,0.0912535913223193,0.5,0.255951455205554,0.00309154118147046,0.138365172331141,0.255951455205554,0.0139002836683558,0.216109965295691,0.0,0.071804371927716,0.255951455205554,6.15075063198728e-06,0.125235314144337,0.5,0.255951455205554,0.0,0.47451764051204,0.255951455205554,0.0,0.0138371273585235,0.255951455205554,0.0,0.104731511422566,0.255951455205554,0.0,0.133658240239317,0.00027125106434922,0.920453736429214 -8177,0.255951455205554,0.0,0.828079510715613,0.255951455205554,0.0,0.811138882063811,0.255951455205554,0.0,0.640653360861545,0.255951455205554,0.0,0.874227519327529,0.255951455205554,0.0,0.680297560358566,0.255951455205554,0.0,0.491019778575296,0.5,0.255951455205554,0.0,0.265978945280043,0.5,0.255951455205554,0.0,0.0968386751400123,0.5,0.255951455205554,0.0,0.168614841614251,0.255951455205554,0.0,0.238033727373085,0.0,0.122971800785746,0.255951455205554,0.0,0.149134631387694,0.5,0.255951455205554,0.0,0.536512863198274,0.255951455205554,0.0,0.0139480087637254,0.255951455205554,0.0,0.14418828957827,0.255951455205554,0.0,0.170048068547561,0.0,0.921441198800552 -8178,0.255951455205554,0.0,0.587048913260249,0.255951455205554,0.0,0.770435277276882,0.255951455205554,0.0,0.572633493980435,0.255951455205554,0.0,0.732672693264068,0.255951455205554,0.0,0.684516658195001,0.255951455205554,0.0,0.522075042850868,0.5,0.255951455205554,0.0,0.312268809023306,0.5,0.255951455205554,0.0,0.111542132691915,0.5,0.255951455205554,0.0,0.211777073886648,0.255951455205554,0.0,0.232138155043328,0.0,0.166169148109582,0.255951455205554,0.0,0.190495257263504,0.5,0.255951455205554,0.0,0.59361327552781,0.255951455205554,0.0,0.0191779575811199,0.255951455205554,0.0,0.193910451920963,0.255951455205554,0.0,0.250309466220041,0.0,0.952213621011183 -8179,0.255951455205554,0.0,0.382993773160923,0.255951455205554,0.0,0.621329549040857,0.255951455205554,0.0,0.499902745971343,0.255951455205554,0.0,0.466728683947687,0.255951455205554,0.0,0.650584117345615,0.255951455205554,0.0,0.535956640214299,0.5,0.255951455205554,0.0,0.374217203011534,0.5,0.255951455205554,0.0,0.11770348648994,0.5,0.255951455205554,0.0,0.245384988246522,0.255951455205554,0.0,0.2569318602848,0.0,0.201341256037662,0.255951455205554,0.0,0.228616313529231,0.5,0.255951455205554,0.0,0.638953507420015,0.255951455205554,0.0,0.03383605737712,0.255951455205554,0.0,0.275964168672269,0.255951455205554,0.0,0.35406258423531,0.0,0.944097416352103 -8180,0.255951455205554,0.0,0.347935582614388,0.255951455205554,0.0,0.614520580214955,0.255951455205554,0.0,0.418440842688899,0.255951455205554,0.0,0.364806632565609,0.255951455205554,0.0,0.571818571051911,0.255951455205554,0.0,0.57250143217665,0.5,0.255951455205554,0.0,0.430689956685086,0.5,0.255951455205554,0.0,0.0985312916502923,0.5,0.255951455205554,0.0,0.255547658191718,0.255951455205554,0.0,0.32170387352472,0.0,0.204376525240937,0.255951455205554,0.0,0.256251374505457,0.5,0.255951455205554,0.0,0.657539610624026,0.255951455205554,0.0,0.0617327329788873,0.255951455205554,0.0,0.375842394765931,0.255951455205554,0.0,0.468574044897305,0.0,0.950314183620052 -8181,0.255951455205554,0.0,0.381742517234017,0.255951455205554,0.0,0.491205353334697,0.255951455205554,0.0,0.348828658845305,0.255951455205554,0.0,0.218820589081118,0.255951455205554,0.0,0.423260309204689,0.255951455205554,0.0,0.584767295108256,0.5,0.255951455205554,0.0,0.42564483002362,0.5,0.255951455205554,0.0,0.0815154511216668,0.5,0.255951455205554,0.0,0.234090217288299,0.255951455205554,0.0,0.387148473302018,0.0,0.222430585094778,0.255951455205554,0.0,0.281535054001169,0.5,0.255951455205554,0.0,0.63346649484556,0.255951455205554,0.0,0.100170032752752,0.255951455205554,0.0,0.431985913133433,0.255951455205554,0.0,0.557952356604748,0.0,0.926247802304065 -8182,0.255951455205554,0.0,0.394718879716087,0.255951455205554,0.0,0.212980552167264,0.255951455205554,0.0,0.294093117242637,0.255951455205554,0.0,0.181774764695401,0.255951455205554,0.0,0.277236057759352,0.255951455205554,0.0,0.550244822248712,0.5,0.255951455205554,0.0,0.364518987911675,0.5,0.255951455205554,0.0,0.0916571727651464,0.5,0.255951455205554,0.0,0.205024517840946,0.255951455205554,0.0,0.360922526286118,0.0,0.27322299101989,0.255951455205554,0.0,0.307766159662536,0.5,0.255951455205554,0.0,0.552654746747345,0.255951455205554,0.0,0.138487954166183,0.255951455205554,0.0,0.466058179960383,0.255951455205554,0.0,0.593275590224695,0.0,0.848728152227503 -8183,0.255951455205554,0.0,0.366535964113158,0.255951455205554,0.0,0.0872104627174127,0.255951455205554,0.0,0.248473209963896,0.255951455205554,0.0,0.214046458057563,0.255951455205554,0.0,0.206272508970392,0.255951455205554,0.0,0.474144537562323,0.5,0.255951455205554,0.0,0.274025322755684,0.5,0.255951455205554,0.0,0.110338969573093,0.5,0.255951455205554,0.0,0.1892488537829,0.255951455205554,0.0,0.254484484505889,0.0,0.35352393132241,0.255951455205554,0.0,0.333304430222278,0.5,0.255951455205554,0.0,0.448091994688401,0.255951455205554,0.0,0.170728828540187,0.255951455205554,0.0,0.467845245627754,0.255951455205554,0.0,0.615963663686667,0.0,0.830915531077416 -8184,0.255951455205554,0.0,0.296076441194073,0.255951455205554,0.0,0.0833777548407816,0.255951455205554,0.0,0.203056937117568,0.255951455205554,0.0,0.209848257882706,0.255951455205554,0.0,0.139206338694543,0.255951455205554,0.0,0.394099884713179,0.5,0.255951455205554,0.0,0.19926046296755,0.5,0.255951455205554,0.0,0.122949699617345,0.5,0.255951455205554,0.0,0.178344117786734,0.255951455205554,0.0,0.155501210939745,0.0,0.392925090323847,0.255951455205554,0.0,0.33841248382513,0.5,0.255951455205554,0.0,0.324445487171243,0.255951455205554,0.0,0.217209324544992,0.255951455205554,0.0,0.454392810230012,0.255951455205554,0.0,0.636004560820076,0.0,0.82750853991688 -8185,0.255951455205554,0.0,0.275649986804423,0.255951455205554,0.0,0.0883792182888034,0.255951455205554,0.0,0.172267214789316,0.255951455205554,0.0,0.181398413221822,0.255951455205554,0.0,0.11009850436483,0.255951455205554,0.0,0.308130804871157,0.5,0.255951455205554,0.0,0.137438386387877,0.5,0.255951455205554,0.0,0.117900902254179,0.5,0.255951455205554,0.0,0.165859048259886,0.255951455205554,0.0,0.102151950544248,0.0,0.450467975788211,0.255951455205554,0.0,0.327327314695264,0.5,0.255951455205554,0.0,0.220711960835826,0.255951455205554,0.0,0.236797851301339,0.255951455205554,0.0,0.416119532012316,0.255951455205554,0.0,0.59136490354994,0.0,0.726399536480909 -8186,0.255951455205554,0.0,0.302934887490488,0.255951455205554,0.0,0.0919598741807243,0.255951455205554,0.0,0.156626484100922,0.255951455205554,0.0,0.164254190867218,0.255951455205554,0.0,0.110374492537024,0.255951455205554,0.0,0.204090541048202,0.5,0.255951455205554,0.0,0.0951556177941022,0.5,0.255951455205554,0.0,0.0984376257615094,0.5,0.255951455205554,0.0,0.140408162071372,0.255951455205554,0.0,0.0468821877891948,0.0,0.459063495160872,0.255951455205554,0.0,0.312299054411242,0.5,0.255951455205554,0.0,0.157501363594461,0.255951455205554,0.0,0.262418759590605,0.255951455205554,0.0,0.353006880630177,0.255951455205554,0.0,0.536899559403274,0.0,0.736340341881138 -8187,0.255951455205554,0.0,0.278207945382207,0.255951455205554,0.0,0.0997988615575012,0.255951455205554,0.0,0.173484901194324,0.255951455205554,0.0,0.165621266307143,0.255951455205554,0.0,0.120588375972381,0.255951455205554,0.0,0.108440536463608,0.5,0.255951455205554,0.0,0.080623133985983,0.5,0.255951455205554,0.0,0.0860484833019536,0.5,0.255951455205554,0.0,0.117755537589576,0.255951455205554,0.0,0.0292579988930615,0.0,0.334774382174149,0.255951455205554,0.0,0.291769801520312,0.5,0.255951455205554,0.0,0.127056068134955,0.255951455205554,0.0,0.312642517842963,0.255951455205554,0.0,0.265316874362915,0.255951455205554,0.0,0.440455238547948,0.0,0.851482685556056 -8188,0.255951455205554,0.0,0.232421776708914,0.255951455205554,0.0,0.114853333650905,0.255951455205554,0.0,0.193537145895308,0.255951455205554,0.0,0.210840815425856,0.255951455205554,0.0,0.130529690249515,0.255951455205554,0.0,0.0570694022285827,0.5,0.255951455205554,0.0,0.09796490262948,0.5,0.255951455205554,0.0,0.083164065909659,0.5,0.255951455205554,0.0,0.0984497965673847,0.255951455205554,0.0,0.0443248174663617,0.0,0.236007572744737,0.255951455205554,0.0,0.262158313139873,0.5,0.255951455205554,0.0,0.104984965531121,0.255951455205554,0.0,0.342457019880857,0.255951455205554,0.0,0.187881148674195,0.255951455205554,0.0,0.302889126394047,0.0,0.834292355418279 -8189,0.255951455205554,0.0,0.261360561504929,0.255951455205554,0.0,0.147675533045324,0.255951455205554,0.0,0.2268552874826,0.255951455205554,0.0,0.257725512411895,0.255951455205554,0.0,0.138868348709909,0.255951455205554,0.0,0.0384686944354446,0.5,0.255951455205554,0.0,0.112981076014934,0.5,0.255951455205554,0.0,0.0755652502532935,0.5,0.255951455205554,0.0,0.0831067062657772,0.255951455205554,0.0,0.0787122433319128,0.0,0.151417686387948,0.255951455205554,0.0,0.236492992315622,0.5,0.255951455205554,0.0,0.0971959939696123,0.255951455205554,0.0,0.312283310194185,0.255951455205554,0.0,0.136767628435301,0.255951455205554,0.0,0.189876138734938,0.0,0.819079917192973 -8190,0.255951455205554,0.0,0.320252220754776,0.255951455205554,0.0,0.202163733027751,0.255951455205554,0.0,0.250520388532564,0.255951455205554,0.0,0.310544761405097,0.255951455205554,0.0,0.162021114344406,0.255951455205554,0.0,0.0394175585385061,0.5,0.255951455205554,0.0,0.110448572041921,0.5,0.255951455205554,0.0,0.0666710261734087,0.5,0.255951455205554,0.0,0.072298720448859,0.255951455205554,0.0,0.108172489282869,0.0,0.0884996830212353,0.255951455205554,0.0,0.172394303778415,0.5,0.255951455205554,0.0,0.0990264523724872,0.255951455205554,0.0,0.260884780664312,0.255951455205554,0.0,0.108722770934447,0.255951455205554,0.0,0.123377869563383,0.0,0.803302682642713 -8191,0.255951455205554,0.0,0.301292934071519,0.255951455205554,0.0,0.332054778146629,0.255951455205554,0.0,0.27057327870999,0.255951455205554,0.0,0.309480116263746,0.255951455205554,0.0,0.186414728109699,0.255951455205554,0.0,0.0450910063899743,0.5,0.255951455205554,0.0,0.0990992526959729,0.5,0.255951455205554,0.0,0.069699808873744,0.5,0.255951455205554,0.0,0.0625909246474765,0.255951455205554,0.0,0.115024969827221,0.0,0.0563065433171403,0.255951455205554,0.0,0.12277996314395,0.5,0.255951455205554,0.0,0.109862846679099,0.255951455205554,0.0,0.233359187902499,0.255951455205554,0.0,0.0908034519422153,0.255951455205554,0.0,0.100276999782436,0.0,0.806690914185468 -8192,0.255951455205554,0.0,0.254027983412677,0.255951455205554,0.0,0.28220559372896,0.255951455205554,0.0,0.305535469873336,0.255951455205554,0.0,0.361481326548484,0.255951455205554,0.0,0.224834736422284,0.255951455205554,0.0,0.0599620063384533,0.5,0.255951455205554,0.0,0.0958250319619501,0.5,0.255951455205554,0.0,0.0876887516900538,0.5,0.255951455205554,0.0,0.0626932268451334,0.255951455205554,0.0,0.0877428661542974,0.0,0.0436954062357492,0.255951455205554,0.0,0.0814685914481273,0.5,0.255951455205554,0.0,0.123787616278395,0.255951455205554,0.0,0.196820436329693,0.255951455205554,0.0,0.0896880380306446,0.255951455205554,0.0,0.0927212586354163,0.0,0.793697211219014 -8193,0.255951455205554,0.0,0.299047950897326,0.255951455205554,0.0,0.292120241434143,0.255951455205554,2.50316649436601e-05,0.316886770256479,0.255951455205554,0.0,0.378183946714485,0.255951455205554,9.06385097742463e-09,0.253762033152788,0.255951455205554,0.000630641139126821,0.0903940440906222,0.5,0.255951455205554,0.000513530999850336,0.0927925308182195,0.5,0.255951455205554,0.00137265699766116,0.0938357699252657,0.5,0.255951455205554,0.00402111246887982,0.0710533400414207,0.255951455205554,0.000245428186644809,0.0485853250613874,0.00143394635758523,0.0463864029100619,0.255951455205554,0.00143587669982623,0.0681104663192777,0.5,0.255951455205554,0.000385797203910141,0.135806473626207,0.255951455205554,0.00147028690501469,0.143991622196376,0.255951455205554,0.00146480429966447,0.0958932246163947,0.255951455205554,0.000983220738420503,0.0775072644089185,0.0,0.819742240196743 -8194,0.255951455205554,0.0187126402695272,0.270740982239836,0.255951455205554,0.0693212994334821,0.376326278782349,0.255951455205554,0.0148234889550263,0.317653164877725,0.255951455205554,0.00648068871631993,0.348412849304553,0.255951455205554,0.0135053235631788,0.268294323725798,0.255951455205554,0.0327260992802261,0.104825020081853,0.5,0.255951455205554,0.0404355992309826,0.0763818684247282,0.5,0.255951455205554,0.0249017437003544,0.0968189992894563,0.5,0.255951455205554,0.0270562456277752,0.0826864487303459,0.255951455205554,0.0463065486988977,0.0371572222310962,0.0631416860483662,0.048654491149109,0.255951455205554,0.0352830748773932,0.0656163106162939,0.5,0.255951455205554,0.0654787105804998,0.139538207792003,0.255951455205554,0.0158065474045574,0.115259855137867,0.255951455205554,0.0598220938848046,0.104962047928817,0.255951455205554,0.022188296186014,0.0661078586890772,0.0351249377033846,0.844931900484633 -8195,0.255951455205554,0.0461620423376705,0.278156678535844,0.255951455205554,0.087423100775699,0.304304213694415,0.255951455205554,0.0363676872964157,0.359589754341616,0.255951455205554,0.0246431217297016,0.417287873167274,0.255951455205554,0.0481441854863613,0.293042792448221,0.255951455205554,0.0611924428944,0.109082509079601,0.5,0.255951455205554,0.108607089312142,0.0712415362379765,0.5,0.255951455205554,0.0611800676162841,0.110073951294102,0.5,0.255951455205554,0.0587157478811184,0.0971657198502309,0.255951455205554,0.156201042907905,0.0327170810414899,0.244249388190887,0.0525477813218619,0.255951455205554,0.104414102048085,0.0746271614336244,0.5,0.255951455205554,0.163392459224897,0.170761690775409,0.255951455205554,0.0615612995701757,0.0926207759412677,0.255951455205554,0.17333769272693,0.119593407969637,0.255951455205554,0.0783045436901143,0.0779584994365828,0.118074538520172,0.811476629355855 -8196,0.255951455205554,0.0576883167707203,0.287376579011674,0.255951455205554,0.153513816182371,0.377040584167679,0.255951455205554,0.0463024693707962,0.406101784229416,0.255951455205554,0.0488319537089457,0.47741494560437,0.255951455205554,0.0773997648612444,0.333568157615259,0.255951455205554,0.075890567375399,0.122784211518196,0.5,0.255951455205554,0.164804576049332,0.0905631408953127,0.5,0.255951455205554,0.0786708938689609,0.119137119177279,0.5,0.255951455205554,0.0833577123796083,0.115009957288778,0.255951455205554,0.272863848764078,0.0396422005632076,0.324886783596454,0.0536464633504068,0.255951455205554,0.181279910080307,0.0900744629872724,0.5,0.255951455205554,0.266679722585852,0.217308439532018,0.255951455205554,0.127417619836227,0.0907517848857799,0.255951455205554,0.251077783701935,0.140746975069758,0.255951455205554,0.131415990140939,0.10866398045225,0.109359969222975,0.832089758724268 -8197,0.255951455205554,0.0482759850096787,0.266931341719545,0.255951455205554,0.184748523819104,0.432973092443309,0.255951455205554,0.038556821297647,0.407708847500887,0.255951455205554,0.0279785450831455,0.450686776016877,0.255951455205554,0.0809690847152779,0.37886313087938,0.255951455205554,0.0752782375472686,0.132776219107352,0.5,0.255951455205554,0.183021830098221,0.101554827236732,0.5,0.255951455205554,0.0810777708256234,0.109827476468385,0.5,0.255951455205554,0.0865189536027249,0.122586400805803,0.255951455205554,0.351233710925304,0.0525970903544649,0.337784830876149,0.0622570810322816,0.255951455205554,0.242891613251579,0.119646074078342,0.5,0.255951455205554,0.289093172763676,0.232697074448384,0.255951455205554,0.167521504791933,0.0989382941920584,0.255951455205554,0.218959571669027,0.190370186110991,0.255951455205554,0.142706648311747,0.132364376750119,0.0432441721625445,0.7186929009166 -8198,0.255951455205554,0.0497699436227152,0.238413859521106,0.255951455205554,0.0564177804731665,0.451810313261497,0.255951455205554,0.04671106119637,0.392479492236225,0.255951455205554,0.0147853956216214,0.418525671735032,0.255951455205554,0.0780124964886374,0.39379849514928,0.255951455205554,0.0589369426482819,0.132826392355608,0.5,0.255951455205554,0.123242649030666,0.116292079248441,0.5,0.255951455205554,0.0757528590982905,0.0920458178854359,0.5,0.255951455205554,0.0719685827778709,0.116594173423917,0.255951455205554,0.279016339115883,0.063959709689822,0.223390300759419,0.0729404352449775,0.255951455205554,0.220030068917382,0.134657475674995,0.5,0.255951455205554,0.255859805640393,0.205941878313487,0.255951455205554,0.148717904458412,0.100940630634068,0.255951455205554,0.105225161846847,0.24542979601084,0.255951455205554,0.0998527734241618,0.153211627835236,0.0304621095058496,0.60099756627442 -8199,0.255951455205554,0.0440522908924058,0.232122955796891,0.255951455205554,0.025093207897292,0.339392595881627,0.255951455205554,0.0443120478136237,0.376013562401985,0.255951455205554,0.0205928198247414,0.406200726948876,0.255951455205554,0.0538017862968578,0.390588326217026,0.255951455205554,0.029582317660569,0.114350795538625,0.5,0.255951455205554,0.0752162510570684,0.135203841086328,0.5,0.255951455205554,0.0501331134125674,0.0870449336324698,0.5,0.255951455205554,0.0417038568729867,0.115233777720816,0.255951455205554,0.147022977164976,0.0759835601462199,0.0368202719789207,0.100998927851948,0.255951455205554,0.117117528726863,0.131651104075265,0.5,0.255951455205554,0.121589289820422,0.198333711331323,0.255951455205554,0.0716299961610162,0.09637209119644,0.255951455205554,0.0429167802320498,0.229404807060744,0.255951455205554,0.0396532780031154,0.162730576822753,0.0463394091863122,0.585408107052541 -8200,0.255951455205554,0.0,0.251488634219592,0.255951455205554,0.0,0.308864697821521,0.255951455205554,0.000270146858139842,0.395060957959231,0.255951455205554,0.0,0.451875972689311,0.255951455205554,0.00603133558691262,0.352487852086804,0.255951455205554,0.00308161501154355,0.10279776073022,0.5,0.255951455205554,0.0215970643487973,0.136037575248864,0.5,0.255951455205554,0.012857353102729,0.0884826328431392,0.5,0.255951455205554,0.00236708164027138,0.107139815139206,0.255951455205554,0.0258494496883687,0.0845721479384088,0.0,0.109724058967154,0.255951455205554,0.0,0.126735479876697,0.5,0.255951455205554,0.0,0.191196612954605,0.255951455205554,0.0,0.0911256428290735,0.255951455205554,0.0,0.157171384222962,0.255951455205554,0.0,0.139706290668245,0.0,0.583162285176931 -8201,0.255951455205554,0.0,0.271201971838457,0.255951455205554,0.0,0.305958099915344,0.255951455205554,0.0,0.420510725117522,0.255951455205554,0.0,0.508370686451334,0.255951455205554,0.0,0.31613581039998,0.255951455205554,0.0,0.111657925489267,0.5,0.255951455205554,0.0,0.106631002022239,0.5,0.255951455205554,0.0,0.0807260223850805,0.5,0.255951455205554,0.0,0.0940406744581479,0.255951455205554,0.0,0.0620545493725978,0.0,0.0977153914459642,0.255951455205554,0.0,0.115186648092929,0.5,0.255951455205554,0.0,0.1663344581259,0.255951455205554,0.0,0.0968053093333486,0.255951455205554,0.0,0.143054146880325,0.255951455205554,0.0,0.111548967963162,0.0,0.531042449774055 -8202,0.255951455205554,0.0,0.278775879864388,0.255951455205554,0.0,0.321931482153953,0.255951455205554,0.0,0.427999016824647,0.255951455205554,0.0,0.516089210333762,0.255951455205554,0.0,0.292216195379824,0.255951455205554,0.0,0.117166056237595,0.5,0.255951455205554,0.0,0.0655813557783631,0.5,0.255951455205554,0.0,0.0798122962498656,0.5,0.255951455205554,0.0,0.0855783384946508,0.255951455205554,0.0,0.0317935697483279,0.0,0.090231587938185,0.255951455205554,0.0,0.10951564120181,0.5,0.255951455205554,0.0,0.153558223430889,0.255951455205554,0.0,0.0937566766498977,0.255951455205554,0.0,0.15042375207638,0.255951455205554,0.0,0.090825815961527,0.0,0.546976933784864 -8203,0.255951455205554,0.0,0.264685586093336,0.255951455205554,0.0,0.370697881100167,0.255951455205554,0.0,0.372823683800193,0.255951455205554,0.0,0.439227141852985,0.255951455205554,0.0,0.263004638709846,0.255951455205554,0.0,0.104907037256061,0.5,0.255951455205554,0.0,0.0367428153600205,0.5,0.255951455205554,0.0,0.0678519795083189,0.5,0.255951455205554,0.0,0.0798001436334916,0.255951455205554,0.0,0.0160651381435735,0.0,0.0851154638583855,0.255951455205554,0.0,0.105214690155763,0.5,0.255951455205554,0.0,0.147129872461628,0.255951455205554,0.0,0.0945280772563634,0.255951455205554,0.0,0.164159792801077,0.255951455205554,0.0,0.0828524289179144,0.0,0.598439467701196 -8204,0.255951455205554,0.0,0.244353926433783,0.255951455205554,0.0,0.382205987789429,0.255951455205554,0.0,0.294428368178661,0.255951455205554,0.0,0.354726188409805,0.255951455205554,0.0,0.238531248555525,0.255951455205554,0.0,0.0901235515332409,0.5,0.255951455205554,0.0,0.0246842835510045,0.5,0.255951455205554,0.0,0.0502273443304841,0.5,0.255951455205554,0.0,0.0751348295564655,0.255951455205554,0.0,0.010497703066072,0.0,0.0836023713579066,0.255951455205554,0.0,0.101634315089967,0.5,0.255951455205554,0.0,0.14916725303997,0.255951455205554,0.0,0.0879404090371237,0.255951455205554,0.0,0.169680984217327,0.255951455205554,0.0,0.0809444715589442,0.0,0.414315984323179 -8205,0.255951455205554,0.0,0.226864070040617,0.255951455205554,0.0,0.325614626527313,0.255951455205554,0.0,0.231965495691979,0.255951455205554,0.0,0.296753236760859,0.255951455205554,0.0,0.211408629962,0.255951455205554,0.0,0.0690488022782647,0.5,0.255951455205554,0.0,0.0203027998591788,0.5,0.255951455205554,0.0,0.0414896129000777,0.5,0.255951455205554,0.0,0.0686532209359245,0.255951455205554,0.0,0.00677692595895528,0.0,0.089204762412763,0.255951455205554,0.0,0.100829473095914,0.5,0.255951455205554,0.0,0.146428337343605,0.255951455205554,0.0,0.0826541853540444,0.255951455205554,0.0,0.165045214164404,0.255951455205554,0.0,0.0798501321160506,0.0,0.316489274291484 -8206,0.255951455205554,0.0,0.207624155380235,0.255951455205554,0.0,0.249120564475431,0.255951455205554,0.0,0.206797717231603,0.255951455205554,0.0,0.253334096427502,0.255951455205554,0.0,0.185697177433569,0.255951455205554,0.0,0.0572276330627446,0.5,0.255951455205554,0.0,0.0220887363814594,0.5,0.255951455205554,0.0,0.0346239301194951,0.5,0.255951455205554,0.0,0.0585685141596803,0.255951455205554,0.0,0.00554261264705577,0.0,0.0827890546378836,0.255951455205554,0.0,0.10453961659048,0.5,0.255951455205554,0.0,0.143378724726872,0.255951455205554,0.0,0.0831238441160242,0.255951455205554,0.0,0.144778414766739,0.255951455205554,0.0,0.0729313921854779,0.0,0.492532792660697 -8207,0.255951455205554,0.0,0.176432952299212,0.255951455205554,0.0,0.194631220628561,0.255951455205554,0.0,0.181869529826996,0.255951455205554,0.0,0.213401831793205,0.255951455205554,0.0,0.160804124166634,0.255951455205554,0.0,0.0524493532041647,0.5,0.255951455205554,0.0,0.0211274206952424,0.5,0.255951455205554,0.0,0.0265048870293468,0.5,0.255951455205554,0.0,0.046498181385993,0.255951455205554,0.0,0.0052048391500279,0.0,0.0737365636997865,0.255951455205554,0.0,0.10808997868494,0.5,0.255951455205554,0.0,0.136774533478681,0.255951455205554,0.0,0.0832107853362223,0.255951455205554,0.0,0.118254144653778,0.255951455205554,0.0,0.0541439694471903,0.0,0.55326172793965 -8208,0.255951455205554,0.0,0.15302199523165,0.255951455205554,0.0,0.227391638227134,0.255951455205554,0.0,0.172591992093896,0.255951455205554,0.0,0.199856236807533,0.255951455205554,0.0,0.126418013848751,0.255951455205554,0.0,0.0486350058687473,0.5,0.255951455205554,0.0,0.0173092716432519,0.5,0.255951455205554,0.0,0.0227879217883465,0.5,0.255951455205554,0.0,0.0375257038414228,0.255951455205554,0.0,0.0059170662201941,0.0,0.0640293531160294,0.255951455205554,0.0,0.107891644748639,0.5,0.255951455205554,0.0,0.133137660798081,0.255951455205554,0.0,0.0807768440118893,0.255951455205554,0.0,0.0966140172619622,0.255951455205554,0.0,0.0432498560159475,0.0,0.722079046079118 -8209,0.255951455205554,0.0,0.137613232692733,0.255951455205554,0.0,0.200617201365443,0.255951455205554,0.0,0.160435234071098,0.255951455205554,0.0,0.182877543478197,0.255951455205554,0.0,0.0971623621048228,0.255951455205554,0.0,0.0434816269449907,0.5,0.255951455205554,0.0,0.0138072850481966,0.5,0.255951455205554,0.0,0.018915656259639,0.5,0.255951455205554,0.0,0.0332233683881777,0.255951455205554,0.0,0.00450003733308331,0.0,0.0601468595393112,0.255951455205554,0.0,0.0978986167189285,0.5,0.255951455205554,0.0,0.13374062494111,0.255951455205554,0.0,0.0711190116122684,0.255951455205554,0.0,0.0921134492024778,0.255951455205554,0.0,0.043149185087741,0.0,0.805730396796806 -8210,0.255951455205554,0.0,0.122506431201009,0.255951455205554,0.0,0.226177136934069,0.255951455205554,0.0,0.144338121208291,0.255951455205554,0.0,0.13008415463397,0.255951455205554,0.0,0.072097815615578,0.255951455205554,0.0,0.0363804567816301,0.5,0.255951455205554,0.0,0.0108010878142624,0.5,0.255951455205554,0.0,0.0135767291570983,0.5,0.255951455205554,0.0,0.0308609732381894,0.255951455205554,0.0,0.00240546447378395,0.0,0.0580638170918985,0.255951455205554,0.0,0.0897167973668972,0.5,0.255951455205554,0.0,0.131475145098959,0.255951455205554,0.0,0.061480817615,0.255951455205554,0.0,0.097430590701269,0.255951455205554,0.0,0.0504937762646076,0.0,0.766963060132028 -8211,0.255951455205554,0.0,0.116495447625602,0.255951455205554,0.0,0.230550948733966,0.255951455205554,0.0,0.142088999187274,0.255951455205554,0.0,0.105176510561626,0.255951455205554,0.0,0.0643042121273783,0.255951455205554,0.0,0.0310361376149606,0.5,0.255951455205554,0.0,0.00998715094713198,0.5,0.255951455205554,0.0,0.0113820064060631,0.5,0.255951455205554,0.0,0.0329339494657112,0.255951455205554,0.0,0.0015878805734157,0.0,0.0544582340853425,0.255951455205554,0.0,0.0812550396768378,0.5,0.255951455205554,0.0,0.12167794143152,0.255951455205554,0.0,0.0594002001236267,0.255951455205554,0.0,0.0991680400889741,0.255951455205554,0.0,0.062743498076676,0.0,0.664709142826939 -8212,0.255951455205554,0.0,0.109386816223539,0.255951455205554,0.0,0.196686283446898,0.255951455205554,0.0,0.144206323124377,0.255951455205554,0.0,0.115365921833533,0.255951455205554,0.0,0.0640014844615695,0.255951455205554,0.0,0.0333476454841563,0.5,0.255951455205554,0.0,0.00902098502710293,0.5,0.255951455205554,0.0,0.0085844309872161,0.5,0.255951455205554,0.0,0.0332500037351396,0.255951455205554,0.0,0.0010197176691726,0.0,0.0561615754490336,0.255951455205554,0.0,0.0713956604810184,0.5,0.255951455205554,0.0,0.114798259473326,0.255951455205554,0.0,0.0557180822961909,0.255951455205554,0.0,0.085565545844618,0.255951455205554,0.0,0.0699127459197745,0.0,0.5285337170979 -8213,0.255951455205554,0.0,0.107585709707347,0.255951455205554,0.0,0.131701534779388,0.255951455205554,0.0,0.150765538912765,0.255951455205554,0.0,0.131009554597365,0.255951455205554,0.0,0.0727892075615816,0.255951455205554,0.0,0.0358203029072529,0.5,0.255951455205554,0.0,0.00989869326786172,0.5,0.255951455205554,0.0,0.00610560234241558,0.5,0.255951455205554,0.0,0.0344131525033175,0.255951455205554,0.0,0.00129032767881105,0.0,0.0493602515857501,0.255951455205554,0.0,0.0633049496367125,0.5,0.255951455205554,0.0,0.109869101459011,0.255951455205554,0.0,0.0479977992100278,0.255951455205554,0.0,0.0664985850461278,0.255951455205554,0.0,0.0653554468636148,0.0,0.372856440442846 -8214,0.255951455205554,0.0,0.109634880975352,0.255951455205554,0.0,0.0931182000919704,0.255951455205554,0.0,0.150321470346647,0.255951455205554,0.0,0.161559621769798,0.255951455205554,0.0,0.0863277266820892,0.255951455205554,0.0,0.0393023287120281,0.5,0.255951455205554,0.0,0.00923334265917586,0.5,0.255951455205554,0.0,0.00437978582851265,0.5,0.255951455205554,0.0,0.0249621299383528,0.255951455205554,0.0,0.00146534756870246,0.0,0.0374179376210226,0.255951455205554,0.0,0.0568433736125084,0.5,0.255951455205554,0.0,0.10726457006427,0.255951455205554,0.0,0.0405656579989292,0.255951455205554,0.0,0.0540598067018015,0.255951455205554,0.0,0.0568341010010829,0.0,0.241839723486757 -8215,0.255951455205554,0.0,0.0987571803350565,0.255951455205554,0.0,0.0584426575032087,0.255951455205554,0.0,0.127510855010113,0.255951455205554,0.0,0.157944207478181,0.255951455205554,0.0,0.0913167743445527,0.255951455205554,0.0,0.0383873285035126,0.5,0.255951455205554,0.0,0.00773070933488302,0.5,0.255951455205554,0.0,0.00293816443898602,0.5,0.255951455205554,0.0,0.0153148940180423,0.255951455205554,0.0,0.0018838019958081,0.0,0.0297031720116807,0.255951455205554,0.0,0.0503782502535076,0.5,0.255951455205554,0.0,0.106654229456111,0.255951455205554,0.0,0.0358506410764731,0.255951455205554,0.0,0.0516697889139056,0.255951455205554,0.0,0.051230938218215,0.0,0.173473106287479 -8216,0.255951455205554,0.0,0.0635637943624818,0.255951455205554,0.0,0.0308867995766851,0.255951455205554,0.0,0.10125816263759,0.255951455205554,0.0,0.11192023055061,0.255951455205554,0.0,0.0990364067324562,0.255951455205554,0.0,0.0361075577630113,0.5,0.255951455205554,0.0,0.00652255667294242,0.5,0.255951455205554,0.0,0.00213325965055977,0.5,0.255951455205554,0.0,0.00975935428546811,0.255951455205554,0.0,0.00188727921952701,0.0,0.0247652629016147,0.255951455205554,0.0,0.045984421010136,0.5,0.255951455205554,0.0,0.107551883953926,0.255951455205554,0.0,0.0343099479127416,0.255951455205554,0.0,0.0515294232765637,0.255951455205554,0.0,0.0517462426466158,0.0,0.140414691879207 -8217,0.255951455205554,0.0,0.0294305729364757,0.255951455205554,0.0,0.0120260999536303,0.255951455205554,1.79714302056516e-05,0.0738999178012517,0.255951455205554,0.0,0.066365103267112,0.255951455205554,0.0,0.100613554019917,0.255951455205554,0.000663919794397013,0.033396116538932,0.5,0.255951455205554,0.000549797305388283,0.00740055377269034,0.5,0.255951455205554,0.00369816487203384,0.00193510437448316,0.5,0.255951455205554,0.00479693065704549,0.00661796857633714,0.255951455205554,0.000156918367537391,0.00230001287667347,0.00159568889491937,0.018798015606188,0.255951455205554,0.00217475115496284,0.0515098138324307,0.5,0.255951455205554,0.000142779958879861,0.102773540509556,0.255951455205554,0.00523520077089504,0.0333823909870406,0.255951455205554,0.000951101059020151,0.0473688865110553,0.255951455205554,0.00379644934742136,0.0435398940773592,0.0,0.100027119546926 -8218,0.255951455205554,0.0229318606391969,0.0167182064306991,0.255951455205554,0.0105290776925233,0.00685741185231473,0.255951455205554,0.0160892423227311,0.0559153479009694,0.255951455205554,0.00153234562844706,0.0460108043238521,0.255951455205554,0.016935932816621,0.099353175086305,0.255951455205554,0.065140893751134,0.0395518149553812,0.5,0.255951455205554,0.0383918992042505,0.00928181796601841,0.5,0.255951455205554,0.0865309693340312,0.00210665971228007,0.5,0.255951455205554,0.0661272762199094,0.00846659310440925,0.255951455205554,0.0249862852402517,0.00387696072463298,0.0176274564104675,0.0203406443322965,0.255951455205554,0.0408775064703817,0.0492620445831922,0.5,0.255951455205554,0.0265437733245811,0.0956351913546846,0.255951455205554,0.0866376798023875,0.0325340280781077,0.255951455205554,0.0245228736151786,0.0458341966398011,0.255951455205554,0.0873809307253907,0.0355879287236306,0.0631203221932473,0.0871570985426652 -8219,0.255951455205554,0.0674101515740661,0.0164519426299999,0.255951455205554,0.0472270760595332,0.00407415645155046,0.255951455205554,0.0450381745883445,0.0491811465323775,0.255951455205554,0.0115428170363548,0.0446805866833677,0.255951455205554,0.0452843075075683,0.100533786543238,0.255951455205554,0.196288778419861,0.0512957067317608,0.5,0.255951455205554,0.0823819467698005,0.0109494275070806,0.5,0.255951455205554,0.178749537840499,0.00257095162190596,0.5,0.255951455205554,0.138786219327017,0.0152477671634932,0.255951455205554,0.0474520041335534,0.00654715684725159,0.0244080038649131,0.0318070701462195,0.255951455205554,0.0798654187777942,0.0549324247168655,0.5,0.255951455205554,0.0749965212637151,0.0979751196743176,0.255951455205554,0.146749686340365,0.039330308477796,0.255951455205554,0.0702680952813463,0.0529164989615381,0.255951455205554,0.148633664503664,0.0380180226105861,0.209905828583018,0.105299967935773 -8220,0.255951455205554,0.0828787657931622,0.0198428906890148,0.255951455205554,0.107164621152499,0.00508506832069615,0.255951455205554,0.0797560330934875,0.0516835816471829,0.255951455205554,0.0318972907997516,0.0374178192620547,0.255951455205554,0.0717044783908781,0.0865852772454154,0.255951455205554,0.273487950127064,0.059613262628306,0.5,0.255951455205554,0.109149674838874,0.0114266911548425,0.5,0.255951455205554,0.217167919466868,0.00437693862335231,0.5,0.255951455205554,0.159479060082441,0.0200798741786897,0.255951455205554,0.0753053789161453,0.00798435968324887,0.0358316231019449,0.0398782131196972,0.255951455205554,0.088485466658576,0.064933855314575,0.5,0.255951455205554,0.132884746671777,0.103658805121911,0.255951455205554,0.151916709547427,0.0471451252997368,0.255951455205554,0.127948525157689,0.0763652546477346,0.255951455205554,0.166015103218,0.0435266678140956,0.249011990126237,0.188674484872061 -8221,0.255951455205554,0.105740027862303,0.0417608019146183,0.255951455205554,0.103000179562848,0.00226861255387479,0.255951455205554,0.141150354526706,0.0596764046427563,0.255951455205554,0.143691151014337,0.0526819810275195,0.255951455205554,0.0996656071840329,0.0973105089453137,0.255951455205554,0.276473436615283,0.0645650276963957,0.5,0.255951455205554,0.123639813775326,0.0102896546316285,0.5,0.255951455205554,0.198096907965444,0.00645798847669684,0.5,0.255951455205554,0.158987532436251,0.0214109832235702,0.255951455205554,0.118570631697362,0.00939526175072396,0.0369300181573928,0.04808239988334,0.255951455205554,0.0955390733659351,0.06945829175043,0.5,0.255951455205554,0.133631430909694,0.0973921879129002,0.255951455205554,0.127930599750972,0.0480995881872875,0.255951455205554,0.164048508033692,0.101949964282042,0.255951455205554,0.176022529828807,0.0454205444231957,0.237472932232391,0.366996689144982 -8222,0.255951455205554,0.130122752884324,0.0747875180029929,0.255951455205554,0.141951447195755,0.00610702333675092,0.255951455205554,0.195337050075519,0.0725555769281061,0.255951455205554,0.162132010417461,0.0537518313583749,0.255951455205554,0.169151413685006,0.0911130449970353,0.255951455205554,0.195615849536221,0.0679102623959995,0.5,0.255951455205554,0.125776777888127,0.0115951277383297,0.5,0.255951455205554,0.135167407830099,0.00820318321188946,0.5,0.255951455205554,0.122822163322695,0.0211454725214542,0.255951455205554,0.17922014541443,0.010917530978746,0.0305843792687545,0.0533821497896763,0.255951455205554,0.0595249710714472,0.0703018335653441,0.5,0.255951455205554,0.084902742354464,0.0837967172067381,0.255951455205554,0.0827756495361464,0.0410932318975651,0.255951455205554,0.140587296833123,0.112915481376627,0.255951455205554,0.164906141854876,0.0529038543761686,0.24201787124323,0.637938251710569 -8223,0.255951455205554,0.0498081163207778,0.151823884016443,0.255951455205554,0.0343693018491327,0.00891583304108852,0.255951455205554,0.142928264856609,0.0933092600319169,0.255951455205554,0.196821479198046,0.0887462348869179,0.255951455205554,0.172738575163348,0.0519237034156246,0.255951455205554,0.112822429463992,0.048899596062303,0.5,0.255951455205554,0.108142752808119,0.014522742342045,0.5,0.255951455205554,0.0811185265116331,0.0106611927591966,0.5,0.255951455205554,0.0693623125118351,0.0162096958774936,0.255951455205554,0.223516414896491,0.00969119039913811,0.0148970908378379,0.0650789747256008,0.255951455205554,0.0261538724405121,0.0661596822759865,0.5,0.255951455205554,0.0342598083525631,0.074099878152036,0.255951455205554,0.0429543508774518,0.0282329376338911,0.255951455205554,0.0790884708794281,0.0987576658409769,0.255951455205554,0.0947948321095005,0.0573426650719049,0.124120360638559,0.805845743516731 -8224,0.255951455205554,0.0,0.277569836248691,0.255951455205554,0.0,0.0333113679630242,0.255951455205554,6.8484674109813e-05,0.122443463562028,0.255951455205554,0.0,0.129939661641271,0.255951455205554,0.0135732004212801,0.0522118706043829,0.255951455205554,0.00406918550243358,0.0371369383869326,0.5,0.255951455205554,0.0316003948117075,0.0205909075430415,0.5,0.255951455205554,0.0196794267223343,0.00711817029650691,0.5,0.255951455205554,0.00360335714845949,0.00866040521571265,0.255951455205554,0.0676382403804407,0.00953816650836692,0.0,0.0776964620654915,0.255951455205554,4.38944955961477e-06,0.0672800655630844,0.5,0.255951455205554,1.21939165705017e-05,0.0742452652635228,0.255951455205554,0.0,0.0193003567989773,0.255951455205554,0.000130096597395987,0.0839138579706932,0.255951455205554,0.0,0.0583230571842407,0.0,0.895164441520685 -8225,0.255951455205554,0.0,0.40637144093729,0.255951455205554,0.0,0.0605307208686509,0.255951455205554,0.0,0.167124543650493,0.255951455205554,0.0,0.135541408110413,0.255951455205554,0.0,0.0705048664060403,0.255951455205554,0.0,0.0417349461977766,0.5,0.255951455205554,0.0,0.0262687474164941,0.5,0.255951455205554,0.0,0.0042685328223268,0.5,0.255951455205554,0.0,0.00545754570588281,0.255951455205554,0.0,0.0111815196558336,0.0,0.0989874119141664,0.255951455205554,0.0,0.0767356109461929,0.5,0.255951455205554,0.0,0.084299762739577,0.255951455205554,0.0,0.0200493431737711,0.255951455205554,0.0,0.0813532935196642,0.255951455205554,0.0,0.0619377816654204,0.0,0.916473449231167 -8226,0.255951455205554,0.0,0.504400507177475,0.255951455205554,0.0,0.0737285468473918,0.255951455205554,0.0,0.218018780029884,0.255951455205554,0.0,0.212856967832307,0.255951455205554,0.0,0.107970810550631,0.255951455205554,0.0,0.0516663220681933,0.5,0.255951455205554,0.0,0.0375124142680713,0.5,0.255951455205554,0.0,0.00477381072321284,0.5,0.255951455205554,0.0,0.00757828324956096,0.255951455205554,0.0,0.0154649200120713,0.0,0.114931866800357,0.255951455205554,0.0,0.0868817460234662,0.5,0.255951455205554,0.0,0.112324789039653,0.255951455205554,0.0,0.0245350974485059,0.255951455205554,0.0,0.0793333381312972,0.255951455205554,0.0,0.0691472676384099,0.0,0.925876747580841 -8227,0.255951455205554,0.0,0.580755032223539,0.255951455205554,0.0,0.138800564882019,0.255951455205554,0.0,0.300184090070965,0.255951455205554,0.0,0.320045505712584,0.255951455205554,0.0,0.16635752623312,0.255951455205554,0.0,0.0671214111099124,0.5,0.255951455205554,0.0,0.0536161465246454,0.5,0.255951455205554,0.0,0.0077814354099789,0.5,0.255951455205554,0.0,0.0119768460875956,0.255951455205554,0.0,0.0202512092104643,0.0,0.122903490835877,0.255951455205554,0.0,0.100479376608139,0.5,0.255951455205554,0.0,0.133701519964995,0.255951455205554,0.0,0.0316741318399888,0.255951455205554,0.0,0.0803910678736077,0.255951455205554,0.0,0.0812721124265636,0.0,0.938892412906915 -8228,0.255951455205554,0.0,0.667501748773847,0.255951455205554,0.0,0.259680915686725,0.255951455205554,0.0,0.408303620506377,0.255951455205554,0.0,0.422597073543784,0.255951455205554,0.0,0.241789501964657,0.255951455205554,0.0,0.0959900917365178,0.5,0.255951455205554,0.0,0.0791723855584777,0.5,0.255951455205554,0.0,0.0127706143961157,0.5,0.255951455205554,0.0,0.0190663597201174,0.255951455205554,0.0,0.0300943033746106,0.0,0.136511191965459,0.255951455205554,0.0,0.116753466017189,0.5,0.255951455205554,0.0,0.15473153615847,0.255951455205554,0.0,0.0399865963405751,0.255951455205554,0.0,0.0799459251238292,0.255951455205554,0.0,0.0968150269116579,0.0,0.952675616907262 -8229,0.255951455205554,0.0,0.746459698290702,0.255951455205554,0.0,0.321040484083924,0.255951455205554,0.0,0.504188477857007,0.255951455205554,0.0,0.565267790625093,0.255951455205554,0.0,0.349334990362607,0.255951455205554,0.0,0.148987891039993,0.5,0.255951455205554,0.0,0.124195884872428,0.5,0.255951455205554,0.0,0.0215987503654815,0.5,0.255951455205554,0.0,0.0294125601754037,0.255951455205554,0.0,0.0511326775270711,0.0,0.135810097790609,0.255951455205554,0.0,0.118102479077678,0.5,0.255951455205554,0.0,0.188443612167204,0.255951455205554,0.0,0.0504876196560878,0.255951455205554,0.0,0.0887050841229743,0.255951455205554,0.0,0.126820014594527,0.0,0.960492484175375 -8230,0.255951455205554,0.0,0.848524677754572,0.255951455205554,0.0,0.458637799059559,0.255951455205554,0.0,0.611712649116204,0.255951455205554,0.0,0.701779692628314,0.255951455205554,0.0,0.456916420688968,0.255951455205554,0.0,0.212601310453616,0.5,0.255951455205554,0.0,0.19553315994298,0.5,0.255951455205554,0.0,0.0283314007530904,0.5,0.255951455205554,0.0,0.0485894148887805,0.255951455205554,0.0,0.0886944521433744,0.0,0.131844633780278,0.255951455205554,0.0,0.125360571595014,0.5,0.255951455205554,0.0,0.244537907414578,0.255951455205554,0.0,0.0591507620930463,0.255951455205554,0.0,0.112738167562068,0.255951455205554,0.0,0.168466985967785,0.0,0.191595273020236 -8231,0.255951455205554,0.0,0.927587183825126,0.255951455205554,0.0,0.671145635152573,0.255951455205554,0.0,0.752233283174394,0.255951455205554,0.0,0.878689381448675,0.255951455205554,0.0,0.609281189052288,0.255951455205554,0.0,0.282892863107124,0.5,0.255951455205554,0.0,0.267677505420132,0.5,0.255951455205554,0.0,0.0353018571173506,0.5,0.255951455205554,0.0,0.0702858481752352,0.255951455205554,0.0,0.115078867484761,0.0,0.138871420178564,0.255951455205554,0.0,0.151648508893552,0.5,0.255951455205554,0.0,0.325408020279646,0.255951455205554,0.0,0.0695468301118961,0.255951455205554,0.0,0.17005360298331,0.255951455205554,0.0,0.218456130924726,0.0,0.096748210645475 -8232,0.255951455205554,0.0,0.967689959748089,0.255951455205554,0.0,0.831137001727608,0.255951455205554,0.0,0.829311184294052,0.255951455205554,0.0,0.916399134363092,0.255951455205554,0.0,0.761382818892353,0.255951455205554,0.0,0.410339428783278,0.5,0.255951455205554,0.0,0.326235819838122,0.5,0.255951455205554,0.0,0.0401714213913724,0.5,0.255951455205554,0.0,0.0880158825524234,0.255951455205554,0.0,0.12976445917975,0.0,0.177330392894925,0.255951455205554,0.0,0.200476134517326,0.5,0.255951455205554,0.0,0.440325597431867,0.255951455205554,0.0,0.0898541767931002,0.255951455205554,0.0,0.288246311450145,0.255951455205554,0.0,0.272386680199871,0.0,0.103545024951336 -8233,0.255951455205554,0.0,0.935641756618968,0.255951455205554,0.0,0.974982595826372,0.255951455205554,0.0,0.898182012003283,0.255951455205554,0.0,0.979297613449425,0.255951455205554,0.0,0.856064297036814,0.255951455205554,0.0,0.501150722466386,0.5,0.255951455205554,0.0,0.377625603564667,0.5,0.255951455205554,0.0,0.0419360334786082,0.5,0.255951455205554,0.0,0.109256722643388,0.255951455205554,0.0,0.16174253606585,0.0,0.208779600545133,0.255951455205554,0.0,0.257587183518992,0.5,0.255951455205554,0.0,0.584153031312991,0.255951455205554,0.0,0.117186904662607,0.255951455205554,0.0,0.409568324231712,0.255951455205554,0.0,0.370172513010867,0.0,0.110717432185812 -8234,0.255951455205554,0.0,0.920931737745402,0.255951455205554,0.0,1.01269521823337,0.255951455205554,0.0,0.953623085416256,0.255951455205554,0.0,1.00782690212921,0.255951455205554,0.0,0.939842636169559,0.255951455205554,0.0,0.577811463953649,0.5,0.255951455205554,0.0,0.42076629410417,0.5,0.255951455205554,0.0,0.0488758546810319,0.5,0.255951455205554,0.0,0.117732147043309,0.255951455205554,0.0,0.193383910085444,0.0,0.219869161756959,0.255951455205554,0.0,0.348761102864551,0.5,0.255951455205554,0.0,0.720738636884591,0.255951455205554,0.0,0.126483385379193,0.255951455205554,0.0,0.49158828564021,0.255951455205554,0.0,0.484599898549792,0.0,0.107514024364905 -8235,0.255951455205554,0.0,0.929869631472594,0.255951455205554,0.0,1.00932820744129,0.255951455205554,0.0,0.96831101941366,0.255951455205554,0.0,1.00848063155452,0.255951455205554,0.0,0.967903756233813,0.255951455205554,0.0,0.658295356376443,0.5,0.255951455205554,0.0,0.471294429193262,0.5,0.255951455205554,0.0,0.0542592385095421,0.5,0.255951455205554,0.0,0.120231696739513,0.255951455205554,0.0,0.225275018630496,0.0,0.334824915909506,0.255951455205554,0.0,0.454011364712512,0.5,0.255951455205554,0.0,0.813713451258912,0.255951455205554,0.0,0.134491097896923,0.255951455205554,0.0,0.603243342548157,0.255951455205554,0.0,0.640303015225809,0.0,0.111262715596426 -8236,0.255951455205554,0.0,0.878813975537696,0.255951455205554,0.0,1.01581444666537,0.255951455205554,0.0,0.97867016375806,0.255951455205554,0.0,1.01067488859223,0.255951455205554,0.0,0.980849150479454,0.255951455205554,0.0,0.720365531504918,0.5,0.255951455205554,0.0,0.520660248730668,0.5,0.255951455205554,0.0,0.0701159671577403,0.5,0.255951455205554,0.0,0.136916342634529,0.255951455205554,0.0,0.293966734975277,0.0,0.502837539411355,0.255951455205554,0.0,0.539477661798495,0.5,0.255951455205554,0.0,0.875559460015105,0.255951455205554,0.0,0.162039698994794,0.255951455205554,0.0,0.708376852363193,0.255951455205554,0.0,0.742087157908158,0.0,0.893457249106051 -8237,0.255951455205554,0.0,0.886881405942662,0.255951455205554,0.0,1.01846594554768,0.255951455205554,0.0,0.988176258053956,0.255951455205554,0.0,1.01282537690411,0.255951455205554,0.0,0.997008473964944,0.255951455205554,0.0,0.762708731729415,0.5,0.255951455205554,0.0,0.596569338481719,0.5,0.255951455205554,0.0,0.0929253454069113,0.5,0.255951455205554,0.0,0.160547160338187,0.255951455205554,0.0,0.407774267762228,0.0,0.579963269892625,0.255951455205554,0.0,0.601253117522279,0.5,0.255951455205554,0.0,0.917615488268553,0.255951455205554,0.0,0.192159049697679,0.255951455205554,0.0,0.777856613014428,0.255951455205554,0.0,0.787748014324294,0.0,1.00877895746199 -8238,0.255951455205554,0.0,0.901494033152477,0.255951455205554,0.0,1.02141447985903,0.255951455205554,0.0,0.99410816771874,0.255951455205554,0.0,1.0145450433846,0.255951455205554,0.0,1.01115279700497,0.255951455205554,0.0,0.809723046949473,0.5,0.255951455205554,0.0,0.677422405937818,0.5,0.255951455205554,0.0,0.122124940768594,0.5,0.255951455205554,0.0,0.198828787402453,0.255951455205554,0.0,0.508371623417353,0.0,0.650333899121122,0.255951455205554,0.0,0.647665052133691,0.5,0.255951455205554,0.0,0.935647893201154,0.255951455205554,0.0,0.232035459032442,0.255951455205554,0.0,0.81826595442892,0.255951455205554,0.0,0.82289564985091,0.0,1.00466966052848 -8239,0.255951455205554,0.0,1.01170945801971,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.999281527526418,0.255951455205554,0.0,1.01611384567791,0.255951455205554,0.0,1.01676478410148,0.255951455205554,0.0,0.852417122184394,0.5,0.255951455205554,0.0,0.759389771602644,0.5,0.255951455205554,0.0,0.142581738456508,0.5,0.255951455205554,0.0,0.240129898591363,0.255951455205554,0.0,0.631073132582008,0.0,0.777572494975457,0.255951455205554,0.0,0.695362406803793,0.5,0.255951455205554,0.0,0.96295933399245,0.255951455205554,0.0,0.316110431039174,0.255951455205554,0.0,0.853011158818537,0.255951455205554,0.0,0.88897482196427,0.0,1.01075585754301 -8240,0.255951455205554,0.0,0.999987138775509,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.999622238563012,0.255951455205554,0.0,1.01516799222702,0.255951455205554,0.0,1.0174050734751,0.255951455205554,0.0,0.888553982018063,0.5,0.255951455205554,0.0,0.811151480905665,0.5,0.255951455205554,0.0,0.154009381715206,0.5,0.255951455205554,0.0,0.265122437715581,0.255951455205554,0.0,0.70460430411945,0.0,0.841059315192975,0.255951455205554,0.0,0.746511221561127,0.5,0.255951455205554,0.0,0.985256244562359,0.255951455205554,0.0,0.439074683299508,0.255951455205554,0.0,0.884612276828982,0.255951455205554,0.0,0.928366027162382,0.0,1.0105756698442 -8241,0.255951455205554,0.0,0.950182390185469,0.255951455205554,0.0,0.991334215867148,0.255951455205554,6.89046906696808e-07,0.965220287850133,0.255951455205554,0.0,0.997460405404258,0.255951455205554,0.0,1.00874376183842,0.255951455205554,0.000194006301609297,0.920278148778907,0.5,0.255951455205554,0.000125463629095878,0.831768157180939,0.5,0.255951455205554,0.00311685896381035,0.157921178011617,0.5,0.255951455205554,0.0115342302055128,0.276474469952495,0.255951455205554,1.09186796826279e-05,0.719250014620324,0.00141900778542389,0.848797156226828,0.255951455205554,0.00227237788377383,0.786506396268361,0.5,0.255951455205554,6.43096018692938e-05,0.999748685558454,0.255951455205554,0.00419560730155115,0.540150277715471,0.255951455205554,0.000912255968594978,0.914756057040602,0.255951455205554,0.00160272322611317,0.945950120258267,0.0,1.00741600773325 -8242,0.255951455205554,0.00220325813410088,0.925714638258264,0.255951455205554,0.00245482722538788,0.921346151649321,0.255951455205554,0.00277537809558884,0.888460219570608,0.255951455205554,0.00288537905659694,0.947819884470954,0.255951455205554,0.00137068016524482,0.956316013808067,0.255951455205554,0.00902047731572718,0.937505853546632,0.5,0.255951455205554,0.011151947243032,0.862579565603372,0.5,0.255951455205554,0.0509937914892585,0.18338059822028,0.5,0.255951455205554,0.102317829664141,0.302873996349057,0.255951455205554,0.0101561611003294,0.771456953795231,0.0306380506483206,0.869175518091055,0.255951455205554,0.0340165210846983,0.835068045754168,0.5,0.255951455205554,0.00807894056214936,0.998275662942595,0.255951455205554,0.054565070063936,0.618830377617404,0.255951455205554,0.0168790238743206,0.943142902135162,0.255951455205554,0.0295183765083481,0.959151238004996,0.0027749763364332,1.00667496434205 -8243,0.255951455205554,0.013828142718258,0.911880546702567,0.255951455205554,0.0123941013870629,0.897083258599348,0.255951455205554,0.0218340236794124,0.840110413677825,0.255951455205554,0.0131669347257827,0.90868422651716,0.255951455205554,0.0100666412576986,0.86009165796052,0.255951455205554,0.0214465141257558,0.925549561684929,0.5,0.255951455205554,0.023058841258656,0.86332886802585,0.5,0.255951455205554,0.0939650719668431,0.227913379325892,0.5,0.255951455205554,0.172365867237971,0.332068431239592,0.255951455205554,0.0241811651520887,0.880470061479416,0.058510781036995,0.915073556207738,0.255951455205554,0.0618284212245357,0.874675242760425,0.5,0.255951455205554,0.0201882109165815,0.977693403433051,0.255951455205554,0.0881177439749269,0.687897588811164,0.255951455205554,0.0311462191080122,0.957344223098697,0.255951455205554,0.0484807327278322,0.964806520174613,0.0133806257331724,1.00480632739941 -8244,0.255951455205554,0.0406227643992918,0.900790044082007,0.255951455205554,0.035922452080256,0.888168808506692,0.255951455205554,0.0638462772034684,0.832064741934685,0.255951455205554,0.0760024884756179,0.88917232196704,0.255951455205554,0.0287205723864059,0.765946905101268,0.255951455205554,0.0324641211878117,0.873945290295075,0.5,0.255951455205554,0.0314380429262403,0.809687475199244,0.5,0.255951455205554,0.106498647399178,0.261200738473717,0.5,0.255951455205554,0.194801347920433,0.336639551268693,0.255951455205554,0.0308592919222449,0.833599744663962,0.0442655706251637,0.970717772428368,0.255951455205554,0.0673494246645449,0.892446828101909,0.5,0.255951455205554,0.0250819491513322,0.931908070209859,0.255951455205554,0.089037315047312,0.723778252055446,0.255951455205554,0.0390101528478741,0.961656956051325,0.255951455205554,0.0519224922651195,0.962894975210735,0.0250924286093427,1.00471996060103 -8245,0.255951455205554,0.0343359248595441,0.923168814562877,0.255951455205554,0.0608247486795251,0.889999416774257,0.255951455205554,0.0753727086474744,0.829748662503689,0.255951455205554,0.108473888728035,0.882855878526751,0.255951455205554,0.0461639949389175,0.658085768755904,0.255951455205554,0.027996143016778,0.81043468406049,0.5,0.255951455205554,0.0325935154949826,0.71191209973516,0.5,0.255951455205554,0.0874577183708626,0.28758619614641,0.5,0.255951455205554,0.150343014884014,0.353015447405342,0.255951455205554,0.0220775552958234,0.671723142329275,0.0414748546475033,0.968453404655181,0.255951455205554,0.0466172411519462,0.909996829232325,0.5,0.255951455205554,0.0286428484733331,0.868405749656186,0.255951455205554,0.0663570958327031,0.765152745625606,0.255951455205554,0.041732276955801,0.944147360545228,0.255951455205554,0.0491107670474693,0.971153407990468,0.0217246706357536,1.00584222125575 -8246,0.255951455205554,0.023956493117445,0.923198143972721,0.255951455205554,0.0544412503965935,0.906660994697261,0.255951455205554,0.0571727411350396,0.807640828521326,0.255951455205554,0.0518049794889579,0.809821915347229,0.255951455205554,0.0525151345142013,0.53590289002641,0.255951455205554,0.0294425662417973,0.735794400203491,0.5,0.255951455205554,0.028571181922795,0.56976835106028,0.5,0.255951455205554,0.0577378174598686,0.313231787951311,0.5,0.255951455205554,0.0939347866398999,0.401615477074503,0.255951455205554,0.00837977488595855,0.54489692729217,0.0281911685756812,0.930929971141532,0.255951455205554,0.0318658163564416,0.854056274579082,0.5,0.255951455205554,0.0273115489277824,0.821728410652539,0.255951455205554,0.0455105546808286,0.848091616736218,0.255951455205554,0.0313808979172279,0.885611175383954,0.255951455205554,0.0366313944197103,0.947512454978494,0.0052237908887498,1.00494792874424 -8247,0.255951455205554,0.00701852523329037,0.912209687164097,0.255951455205554,0.0252548680752261,0.827471096762289,0.255951455205554,0.0261190357364188,0.73700708146733,0.255951455205554,0.0295467534101576,0.74939770760418,0.255951455205554,0.0641375609208398,0.419202400607495,0.255951455205554,0.0141440359712779,0.535335527735112,0.5,0.255951455205554,0.0164597223272411,0.401664387557397,0.5,0.255951455205554,0.0294789267572188,0.351423017414388,0.5,0.255951455205554,0.0467973895353481,0.420752794064123,0.255951455205554,0.00994865907984397,0.423350181096395,0.0073398501833457,0.910583878492256,0.255951455205554,0.01065485400448,0.765357866141415,0.5,0.255951455205554,0.0170721773392744,0.778611995660735,0.255951455205554,0.0217099189439371,0.864996692069268,0.255951455205554,0.0262637020024645,0.831965569542822,0.255951455205554,0.0220369226818352,0.891597798839197,0.00637184924491168,1.00397053505053 -8248,0.255951455205554,0.000182945046475418,0.866049940875295,0.255951455205554,0.0,0.796492752494199,0.255951455205554,0.000120706484962113,0.652277995306526,0.255951455205554,0.0,0.732269445034862,0.255951455205554,0.00367770725198365,0.353766769039247,0.255951455205554,0.00117929778725427,0.349433126349993,0.5,0.255951455205554,0.00491019456558209,0.284699039231415,0.5,0.255951455205554,0.00622060277064818,0.355531197969335,0.5,0.255951455205554,0.00227783699925977,0.435002011943539,0.255951455205554,0.00330493945331819,0.352550249551675,0.0,0.763462842657692,0.255951455205554,0.000404354130023961,0.690496103353839,0.5,0.255951455205554,5.52446825006909e-05,0.744301411797825,0.255951455205554,0.000410599074278052,0.818447760318886,0.255951455205554,4.87610725278666e-05,0.741802215611157,0.255951455205554,0.000276611611295043,0.741370823377245,0.0,1.00337293654483 -8249,0.255951455205554,0.0,0.802614236902824,0.255951455205554,0.0,0.82271985965133,0.255951455205554,0.0,0.603934790243106,0.255951455205554,0.0,0.694961252179466,0.255951455205554,0.0,0.365838207694737,0.255951455205554,0.0,0.244210318936431,0.5,0.255951455205554,0.0,0.213008550043743,0.5,0.255951455205554,0.0,0.307091407759989,0.5,0.255951455205554,0.0,0.414517940590507,0.255951455205554,0.0,0.259782351699052,0.0,0.397300441206301,0.255951455205554,0.0,0.622647497822027,0.5,0.255951455205554,0.0,0.750554930324846,0.255951455205554,0.0,0.690827281246375,0.255951455205554,0.0,0.606724925175143,0.255951455205554,0.0,0.524362138888549,0.0,1.00162752723401 -8250,0.255951455205554,0.0,0.863115990283759,0.255951455205554,0.0,0.855319279159998,0.255951455205554,0.0,0.619926800482117,0.255951455205554,0.0,0.745408723594737,0.255951455205554,0.0,0.413816329936789,0.255951455205554,0.0,0.202290877788602,0.5,0.255951455205554,0.0,0.182595720986782,0.5,0.255951455205554,0.0,0.245999902697414,0.5,0.255951455205554,0.0,0.338698096055598,0.255951455205554,0.0,0.161894970779848,0.0,0.32932916268752,0.255951455205554,0.0,0.514042384073894,0.5,0.255951455205554,0.0,0.727312987639199,0.255951455205554,0.0,0.53494434020469,0.255951455205554,0.0,0.46292074654743,0.255951455205554,0.0,0.374442526656026,0.0,1.00177089942437 -8251,0.255951455205554,0.0,0.932812432635965,0.255951455205554,0.0,0.893881428354759,0.255951455205554,0.0,0.667655146035705,0.255951455205554,0.0,0.788330642166677,0.255951455205554,0.0,0.46099486767582,0.255951455205554,0.0,0.204972404203882,0.5,0.255951455205554,0.0,0.155661524373781,0.5,0.255951455205554,0.0,0.209189791728382,0.5,0.255951455205554,0.0,0.251907173389092,0.255951455205554,0.0,0.116320067996333,0.0,0.276732869897098,0.255951455205554,0.0,0.461090512029141,0.5,0.255951455205554,0.0,0.689390582212548,0.255951455205554,0.0,0.442941876713067,0.255951455205554,0.0,0.36812697309959,0.255951455205554,0.0,0.260287820795518,0.0,1.00207659724725 -8252,0.255951455205554,0.0,0.972253839343956,0.255951455205554,0.0,0.903694833945886,0.255951455205554,0.0,0.711245885047924,0.255951455205554,0.0,0.835531019556251,0.255951455205554,0.0,0.522892942217311,0.255951455205554,0.0,0.252008414608583,0.5,0.255951455205554,0.0,0.162139368662374,0.5,0.255951455205554,0.0,0.165276374914923,0.5,0.255951455205554,0.0,0.205516466894998,0.255951455205554,0.0,0.138921475711568,0.0,0.239543225728147,0.255951455205554,0.0,0.404467920446832,0.5,0.255951455205554,0.0,0.645174150098153,0.255951455205554,0.0,0.29158310091679,0.255951455205554,0.0,0.302877985741891,0.255951455205554,0.0,0.221650343715607,0.0,1.00395959128395 -8253,0.255951455205554,0.0,0.992502325519651,0.255951455205554,0.0,0.88443059024469,0.255951455205554,0.0,0.767922902350581,0.255951455205554,0.0,0.90377303305504,0.255951455205554,0.0,0.597392586510357,0.255951455205554,0.0,0.299178152547804,0.5,0.255951455205554,0.0,0.180812897433275,0.5,0.255951455205554,0.0,0.156022278182438,0.5,0.255951455205554,0.0,0.177811777085406,0.255951455205554,0.0,0.179408531008017,0.0,0.20731478899232,0.255951455205554,0.0,0.343800945093497,0.5,0.255951455205554,0.0,0.633586577667946,0.255951455205554,0.0,0.178013900313964,0.255951455205554,0.0,0.278050500565164,0.255951455205554,0.0,0.217942146625075,0.0,0.183569601672362 -8254,0.255951455205554,0.0,0.991025679764011,0.255951455205554,0.0,0.897207615734601,0.255951455205554,0.0,0.823884702055176,0.255951455205554,0.0,0.952293905000429,0.255951455205554,0.0,0.667321587466689,0.255951455205554,0.0,0.335498025689396,0.5,0.255951455205554,0.0,0.212876825590767,0.5,0.255951455205554,0.0,0.157887548999729,0.5,0.255951455205554,0.0,0.172860054460024,0.255951455205554,0.0,0.203994470921242,0.0,0.200850588108823,0.255951455205554,0.0,0.311555555132259,0.5,0.255951455205554,0.0,0.630506898497292,0.255951455205554,0.0,0.127182381244119,0.255951455205554,0.0,0.277270376707842,0.255951455205554,0.0,0.259432186045959,0.0,1.00952661770492 -8255,0.255951455205554,0.0,0.9947766008574,0.255951455205554,0.0,0.920506653886113,0.255951455205554,0.0,0.863353556004116,0.255951455205554,0.0,0.958466967359435,0.255951455205554,0.0,0.714706699861381,0.255951455205554,0.0,0.349575755176053,0.5,0.255951455205554,0.0,0.238289216405288,0.5,0.255951455205554,0.0,0.139107411813864,0.5,0.255951455205554,0.0,0.183274448172731,0.255951455205554,0.0,0.223933769295663,0.0,0.209467710913063,0.255951455205554,0.0,0.311552283709717,0.5,0.255951455205554,0.0,0.692398095368549,0.255951455205554,0.0,0.113574002954261,0.255951455205554,0.0,0.308479780211074,0.255951455205554,0.0,0.359500833931751,0.0,1.0096209824913 -8256,0.255951455205554,0.0,0.998784271269577,0.255951455205554,0.0,0.99358556773593,0.255951455205554,0.0,0.886172321770448,0.255951455205554,0.0,0.97869035638293,0.255951455205554,0.0,0.725977692970039,0.255951455205554,0.0,0.376837240341797,0.5,0.255951455205554,0.0,0.287753138724306,0.5,0.255951455205554,0.0,0.0980950319330486,0.5,0.255951455205554,0.0,0.190594497567494,0.255951455205554,0.0,0.218857586706204,0.0,0.229379465960863,0.255951455205554,0.0,0.328899324324098,0.5,0.255951455205554,0.0,0.792809008000763,0.255951455205554,0.0,0.125552160552572,0.255951455205554,0.0,0.362459132729163,0.255951455205554,0.0,0.4904988003127,0.0,1.00974866924063 -8257,0.255951455205554,0.0,1.00279131664437,0.255951455205554,0.0,1.01330093167853,0.255951455205554,0.0,0.877554097011643,0.255951455205554,0.0,0.947159051347515,0.255951455205554,0.0,0.731461120047527,0.255951455205554,0.0,0.378367738143786,0.5,0.255951455205554,0.0,0.378658033478,0.5,0.255951455205554,0.0,0.0756966585823499,0.5,0.255951455205554,0.0,0.200199822848823,0.255951455205554,0.0,0.253710886441789,0.0,0.266902091450892,0.255951455205554,0.0,0.351903122711671,0.5,0.255951455205554,0.0,0.797997325941223,0.255951455205554,0.0,0.157704630807902,0.255951455205554,0.0,0.440586047911521,0.255951455205554,0.0,0.448369993978191,0.0,1.00951929532144 -8258,0.255951455205554,0.0,1.00299337458507,0.255951455205554,0.0,1.00689673930138,0.255951455205554,0.0,0.874503517128959,0.255951455205554,0.0,0.93704710988919,0.255951455205554,0.0,0.744251228637181,0.255951455205554,0.0,0.405698277287236,0.5,0.255951455205554,0.0,0.467756697396014,0.5,0.255951455205554,0.0,0.0924320170844517,0.5,0.255951455205554,0.0,0.202387735965806,0.255951455205554,0.0,0.293203187290695,0.0,0.301675532512889,0.255951455205554,0.0,0.404737616609144,0.5,0.255951455205554,0.0,0.792197255416797,0.255951455205554,0.0,0.216735677235995,0.255951455205554,0.0,0.487119559660011,0.255951455205554,0.0,0.436312064014189,0.0,1.00924515323363 -8259,0.255951455205554,0.0,1.00185639266705,0.255951455205554,0.0,0.986655705900608,0.255951455205554,0.0,0.882313689995025,0.255951455205554,0.0,0.96018295313702,0.255951455205554,0.0,0.786982957081292,0.255951455205554,0.0,0.571797379625298,0.5,0.255951455205554,0.0,0.540544031051188,0.5,0.255951455205554,0.0,0.146957396477562,0.5,0.255951455205554,0.0,0.23947986629286,0.255951455205554,0.0,0.343865760088712,0.0,0.389098639881386,0.255951455205554,0.0,0.505293558490074,0.5,0.255951455205554,0.0,0.815320349157201,0.255951455205554,0.0,0.292398872877508,0.255951455205554,0.0,0.512266212479351,0.255951455205554,0.0,0.450746579841408,0.0,1.0089636160384 -8260,0.255951455205554,0.0,0.998831065734207,0.255951455205554,0.0,0.993423020233873,0.255951455205554,0.0,0.90189502402831,0.255951455205554,0.0,0.984756386448153,0.255951455205554,0.0,0.824669817956818,0.255951455205554,0.0,0.667634825845667,0.5,0.255951455205554,0.0,0.534109440750654,0.5,0.255951455205554,0.0,0.21539714943885,0.5,0.255951455205554,0.0,0.329476277098022,0.255951455205554,0.0,0.390969118379959,0.0,0.502318912246538,0.255951455205554,0.0,0.566496460406054,0.5,0.255951455205554,0.0,0.852812282738869,0.255951455205554,0.0,0.333075189011947,0.255951455205554,0.0,0.545916736024297,0.255951455205554,0.0,0.524093268868885,0.0,1.00884954056285 -8261,0.255951455205554,0.0,0.997114034712809,0.255951455205554,0.0,0.991910659870098,0.255951455205554,0.0,0.91506142477711,0.255951455205554,0.0,0.95727715443671,0.255951455205554,0.0,0.843250369782244,0.255951455205554,0.0,0.69328310187474,0.5,0.255951455205554,0.0,0.459494093351825,0.5,0.255951455205554,0.0,0.24342818479021,0.5,0.255951455205554,0.0,0.401810626076021,0.255951455205554,0.0,0.418197577655935,0.0,0.590562144051451,0.255951455205554,0.0,0.601805464245737,0.5,0.255951455205554,0.0,0.861511649120674,0.255951455205554,0.0,0.368913728443474,0.255951455205554,0.0,0.631484975752752,0.255951455205554,0.0,0.642372044874175,0.0,1.00889643934298 -8262,0.255951455205554,0.0,0.9924285014603,0.255951455205554,0.0,0.998714238469019,0.255951455205554,0.0,0.91955230089242,0.255951455205554,0.0,0.930496749151549,0.255951455205554,0.0,0.844531409292376,0.255951455205554,0.0,0.689469415495874,0.5,0.255951455205554,0.0,0.452529436318542,0.5,0.255951455205554,0.0,0.256850119442606,0.5,0.255951455205554,0.0,0.437836628956674,0.255951455205554,0.0,0.519216434107957,0.0,0.66996425246598,0.255951455205554,0.0,0.638143112665032,0.5,0.255951455205554,0.0,0.854591882464818,0.255951455205554,0.0,0.435822400173979,0.255951455205554,0.0,0.717881453485123,0.255951455205554,0.0,0.745804384782407,0.0,1.00968056120014 -8263,0.255951455205554,0.0,0.98106251069267,0.255951455205554,0.0,0.962388419411229,0.255951455205554,0.0,0.93538672750051,0.255951455205554,0.0,0.960270394740959,0.255951455205554,0.0,0.876909284761221,0.255951455205554,0.0,0.677082037008311,0.5,0.255951455205554,0.0,0.538593516750591,0.5,0.255951455205554,0.0,0.294973141608518,0.5,0.255951455205554,0.0,0.410869799366121,0.255951455205554,0.0,0.738936790997435,0.0,0.706220150915582,0.255951455205554,0.0,0.673724302696982,0.5,0.255951455205554,0.0,0.867344628269297,0.255951455205554,0.0,0.487757497833932,0.255951455205554,0.0,0.757194997635926,0.255951455205554,0.0,0.840441239657742,0.0,1.01019209200733 -8264,0.255951455205554,0.0,0.989887685475314,0.255951455205554,0.0,0.982214156907375,0.255951455205554,0.0,0.959308362436503,0.255951455205554,0.0,1.00558070868645,0.255951455205554,0.0,0.901387922588242,0.255951455205554,0.0,0.69747322395607,0.5,0.255951455205554,0.0,0.704174092014398,0.5,0.255951455205554,0.0,0.342296735241999,0.5,0.255951455205554,0.0,0.388332530487845,0.255951455205554,0.0,0.887083344840786,0.0,0.725341172700271,0.255951455205554,0.0,0.6800997266751,0.5,0.255951455205554,0.0,0.876312885265499,0.255951455205554,0.0,0.513912748586297,0.255951455205554,0.0,0.801845116975782,0.255951455205554,0.0,0.861406264560245,0.0,1.01062999804362 -8265,0.255951455205554,0.0,1.00250162099522,0.255951455205554,0.0,1.0170310131282,0.255951455205554,1.02265734882103e-08,0.968857216047263,0.255951455205554,0.0,1.00992895877836,0.255951455205554,0.0,0.926057344723939,0.255951455205554,5.47784218611e-05,0.76146270032573,0.5,0.255951455205554,4.66590269502967e-05,0.846223511747008,0.5,0.255951455205554,0.00237157635206622,0.457721443809752,0.5,0.255951455205554,0.00648921498266369,0.404374854259017,0.255951455205554,1.57327692691788e-07,0.946581984254939,0.000791425790670178,0.723072464066593,0.255951455205554,0.00146140929964169,0.679213706090185,0.5,0.255951455205554,1.75609972249744e-05,0.877345121934879,0.255951455205554,0.00335334891186869,0.560982295963521,0.255951455205554,0.000987321556438434,0.852239595650887,0.255951455205554,0.00151790805341451,0.884759376127275,0.0,1.01048554379186 -8266,0.255951455205554,0.00352280483341504,0.995801652512081,0.255951455205554,0.00666371632389193,1.0108988503259,0.255951455205554,0.0104502404805845,0.978118182486012,0.255951455205554,0.00567763548482868,1.00905957567487,0.255951455205554,0.00753435560029598,0.931618747155585,0.255951455205554,0.0169670055888479,0.853771126648251,0.5,0.255951455205554,0.0131162694893738,0.864160980706205,0.5,0.255951455205554,0.0436220809352942,0.687500298659806,0.5,0.255951455205554,0.070143921119063,0.529068495039247,0.255951455205554,0.00272693143929524,0.94846434689952,0.0157725121445798,0.799677575377428,0.255951455205554,0.0290675636683036,0.75028677086569,0.5,0.255951455205554,0.0162699372236667,0.891333109283766,0.255951455205554,0.0673497909692666,0.619777048705341,0.255951455205554,0.0279987237003974,0.876043717130752,0.255951455205554,0.029028182820596,0.87019340988994,0.00130764339908405,1.01034225762065 -8267,0.255951455205554,0.00683217817236353,0.987399652419037,0.255951455205554,0.0146377837001652,1.01621230559323,0.255951455205554,0.0269637904965195,0.986637041603779,0.255951455205554,0.0190882591317735,1.00516544443341,0.255951455205554,0.0182306253600587,0.951121325176093,0.255951455205554,0.0433891991168082,0.922299781429765,0.5,0.255951455205554,0.0420484474479339,0.826435290456163,0.5,0.255951455205554,0.0776702889836288,0.86074355327569,0.5,0.255951455205554,0.117173784354558,0.726093952364716,0.255951455205554,0.0209466215533711,0.971793724667032,0.0314903412432471,0.859137551391418,0.255951455205554,0.067698562088346,0.830036653213213,0.5,0.255951455205554,0.0420029315034891,0.909034579389335,0.255951455205554,0.135098504386979,0.658319406061175,0.255951455205554,0.0474988254411796,0.901863614253931,0.255951455205554,0.051910410088346,0.908198267983692,0.00285149184549112,1.01030503081317 -8268,0.255951455205554,0.0128541450912735,0.990206783308821,0.255951455205554,0.013423090040799,1.01638947384577,0.255951455205554,0.0381126413179054,0.988321797168892,0.255951455205554,0.0416466306105153,1.00503579728916,0.255951455205554,0.0249767568571539,0.931527647380631,0.255951455205554,0.0638046101803859,0.905448683464665,0.5,0.255951455205554,0.0663598675824304,0.833455857955714,0.5,0.255951455205554,0.0953585933551665,0.878309583771079,0.5,0.255951455205554,0.141389142536628,0.832970420307937,0.255951455205554,0.0334308820530468,0.99155664525509,0.0534265506646362,0.901033104676841,0.255951455205554,0.0898863322576109,0.866145966546431,0.5,0.255951455205554,0.0454999111732018,0.8987943599854,0.255951455205554,0.145786371533298,0.682946311185332,0.255951455205554,0.0815363985052463,0.905776859172014,0.255951455205554,0.0823988225865658,0.898668184642835,0.00415658911303331,1.00936398544566 -8269,0.255951455205554,0.0196366282995974,0.935068268208874,0.255951455205554,0.0191532277723858,1.01671475621774,0.255951455205554,0.036675417686816,0.985868946381825,0.255951455205554,0.0429107825898252,1.004462207832,0.255951455205554,0.0404882749026253,0.941030829604963,0.255951455205554,0.0627290169447241,0.863416442776041,0.5,0.255951455205554,0.0589046970408764,0.855180155171534,0.5,0.255951455205554,0.118891993900137,0.91340826242779,0.5,0.255951455205554,0.14476858540546,0.845368759860115,0.255951455205554,0.0206695548041614,0.985208131297283,0.0461741943241196,0.918214388961045,0.255951455205554,0.0672213690275067,0.882950903476258,0.5,0.255951455205554,0.0276813134721715,0.904918321718153,0.255951455205554,0.133439585892777,0.686514125162684,0.255951455205554,0.0907472353418379,0.969846635838457,0.255951455205554,0.0864189302018181,0.935316588313807,0.00925951493363834,1.00823805087813 -8270,0.255951455205554,0.0141012393565786,0.939220689750154,0.255951455205554,0.0320107687690203,1.02098930770455,0.255951455205554,0.0249041357108782,0.985999706051273,0.255951455205554,0.017345807198441,1.00136978873798,0.255951455205554,0.0382941702376176,0.956876576754443,0.255951455205554,0.049659733465229,0.826573993254137,0.5,0.255951455205554,0.0524963889289615,0.869972830645052,0.5,0.255951455205554,0.0937197700239222,0.960876651477861,0.5,0.255951455205554,0.116134368366361,0.854489172020637,0.255951455205554,0.0381975227290384,1.00707308262457,0.0426856726152507,0.953101693662998,0.255951455205554,0.0519274078164719,0.896179383173845,0.5,0.255951455205554,0.015686671709147,0.92224539808682,0.255951455205554,0.095185728315542,0.750688023685189,0.255951455205554,0.0634646414686482,0.98103520723633,0.255951455205554,0.0582434639318991,0.939787854698641,0.0121317578895317,1.00744779283514 -8271,0.255951455205554,0.00608351149204998,0.982022988066877,0.255951455205554,0.0166254560854379,1.01978784364626,0.255951455205554,0.0139276079929023,0.985569473919525,0.255951455205554,0.00840237816694015,1.00560749006683,0.255951455205554,0.0223554008801751,0.956824511309075,0.255951455205554,0.0293330108352954,0.843160250897856,0.5,0.255951455205554,0.0377902667158254,0.93358053653791,0.5,0.255951455205554,0.0463820438449233,0.939133059248891,0.5,0.255951455205554,0.0551392866260984,0.906522753525766,0.255951455205554,0.0218223790265524,1.0139892063802,0.0201451019470645,0.985545423218733,0.255951455205554,0.020972642802429,0.9272333019024,0.5,0.255951455205554,0.00721961738095824,0.952455772056927,0.255951455205554,0.0398446707298142,0.758576934520909,0.255951455205554,0.0373298422790443,0.95771594159715,0.255951455205554,0.0384152789916877,0.934217764765826,0.00441994346612994,1.00798186792136 -8272,0.255951455205554,0.000215488093900101,0.93530414393896,0.255951455205554,0.000154896480889052,1.01996034062485,0.255951455205554,0.000558835550457363,0.970045283803054,0.255951455205554,0.00133246816365271,1.00984879243807,0.255951455205554,0.00168548950385847,0.964086861259875,0.255951455205554,0.00147530380902741,0.886353354209556,0.5,0.255951455205554,0.00800313132525311,0.97608211405775,0.5,0.255951455205554,0.0123876364788103,0.91968646686369,0.5,0.255951455205554,0.00424643740485833,0.911108338077898,0.255951455205554,0.00484213741011403,0.99073339148894,0.0,0.75577503532901,0.255951455205554,7.69223219073809e-05,0.882899774237765,0.5,0.255951455205554,5.38357882918606e-05,0.965384421239375,0.255951455205554,0.0,0.788453344206693,0.255951455205554,5.22867427025009e-05,0.937324071190696,0.255951455205554,2.47103369175272e-05,0.896107503786892,0.000181027430075514,1.00848195575325 -8273,0.255951455205554,0.0,0.936557337264815,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.979152265757699,0.255951455205554,0.0,1.00622365801806,0.255951455205554,0.0,0.97712540010006,0.255951455205554,0.0,0.914647865528108,0.5,0.255951455205554,0.0,0.974550767532623,0.5,0.255951455205554,0.0,0.958317840012145,0.5,0.255951455205554,0.0,0.914522473427719,0.255951455205554,0.0,0.956895665652569,0.0,0.736575799194908,0.255951455205554,0.0,0.82527550871629,0.5,0.255951455205554,0.0,0.954462464557362,0.255951455205554,0.0,0.788035389750917,0.255951455205554,0.0,0.92509275115505,0.255951455205554,0.0,0.922277840623806,0.0,1.00825090754162 -8274,0.255951455205554,0.0,0.974630180266105,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.98283736789119,0.255951455205554,0.0,1.00500590218202,0.255951455205554,0.0,0.992449567899075,0.255951455205554,0.0,0.967532128620577,0.5,0.255951455205554,0.0,0.972861403130097,0.5,0.255951455205554,0.0,0.977514158234854,0.5,0.255951455205554,0.0,0.958107720408763,0.255951455205554,0.0,0.92593415967654,0.0,0.754761709271478,0.255951455205554,0.0,0.832990258468641,0.5,0.255951455205554,0.0,0.968099104017576,0.255951455205554,0.0,0.793372774206682,0.255951455205554,0.0,0.926595890491336,0.255951455205554,0.0,0.943811167182879,0.0,1.00744170050454 -8275,0.255951455205554,0.0,0.976698036916562,0.255951455205554,0.0,1.0191881980206,0.255951455205554,0.0,0.976613078321469,0.255951455205554,0.0,0.999956873112727,0.255951455205554,0.0,1.00146777114214,0.255951455205554,0.0,0.988766703242731,0.5,0.255951455205554,0.0,0.969381632544563,0.5,0.255951455205554,0.0,0.976560757438512,0.5,0.255951455205554,0.0,0.97833176822556,0.255951455205554,0.0,0.941949302849311,0.0,0.83891330564314,0.255951455205554,0.0,0.874763616225489,0.5,0.255951455205554,0.0,0.984559867294917,0.255951455205554,0.0,0.816470997382247,0.255951455205554,0.0,0.94147605825966,0.255951455205554,0.0,0.963880831041248,0.0,1.00762975898759 -8276,0.255951455205554,0.0,0.955028501280068,0.255951455205554,0.0,1.0160869579309,0.255951455205554,0.0,0.970260945169513,0.255951455205554,0.0,0.999663750293233,0.255951455205554,0.0,0.979254635271449,0.255951455205554,0.0,0.985893786185051,0.5,0.255951455205554,0.0,0.947445354322905,0.5,0.255951455205554,0.0,0.972747585680181,0.5,0.255951455205554,0.0,0.976055825261468,0.255951455205554,0.0,0.9308548523559,0.0,0.934547704648658,0.255951455205554,0.0,0.908120254714181,0.5,0.255951455205554,0.0,0.973062484510543,0.255951455205554,0.0,0.847529694876839,0.255951455205554,0.0,0.96604243069713,0.255951455205554,0.0,0.982711910854858,0.0,1.00788208535197 -8277,0.255951455205554,0.0,0.965892196760692,0.255951455205554,0.0,1.01842342564593,0.255951455205554,0.0,0.962176953381633,0.255951455205554,0.0,0.970199490579538,0.255951455205554,0.0,0.96484040458447,0.255951455205554,0.0,0.966360874190142,0.5,0.255951455205554,0.0,0.914864842407942,0.5,0.255951455205554,0.0,0.970194391304793,0.5,0.255951455205554,0.0,0.966720099981261,0.255951455205554,0.0,0.929677319660309,0.0,1.00447959858909,0.255951455205554,0.0,0.913234833720001,0.5,0.255951455205554,0.0,0.946400249613754,0.255951455205554,0.0,0.857937903013089,0.255951455205554,0.0,0.981994255201044,0.255951455205554,0.0,1.00446555713946,0.0,1.00706214453684 -8278,0.255951455205554,0.0,0.980855382216649,0.255951455205554,0.0,1.01775475252728,0.255951455205554,0.0,0.944065197249137,0.255951455205554,0.0,0.976369882414577,0.255951455205554,0.0,0.9526271417366,0.255951455205554,0.0,0.957358837801014,0.5,0.255951455205554,0.0,0.882366168543403,0.5,0.255951455205554,0.0,0.950955867258029,0.5,0.255951455205554,0.0,0.961727223069379,0.255951455205554,0.0,0.953112753638497,0.0,1.02173913043478,0.255951455205554,0.0,0.944953759954418,0.5,0.255951455205554,0.0,0.93011933762098,0.255951455205554,0.0,0.882333172689042,0.255951455205554,0.0,0.987259168286782,0.255951455205554,0.0,0.998373426223887,0.0,1.00707429717479 -8279,0.255951455205554,0.0,0.970862332035942,0.255951455205554,0.0,1.00288621530789,0.255951455205554,0.0,0.911389321473841,0.255951455205554,0.0,0.96102057632855,0.255951455205554,0.0,0.934797198319599,0.255951455205554,0.0,0.96049340062837,0.5,0.255951455205554,0.0,0.842771019897922,0.5,0.255951455205554,0.0,0.934557556870072,0.5,0.255951455205554,0.0,0.946518308359754,0.255951455205554,0.0,0.984549560775188,0.0,0.98680361075699,0.255951455205554,0.0,0.950978894272989,0.5,0.255951455205554,0.0,0.942907670562843,0.255951455205554,0.0,0.91243582343066,0.255951455205554,0.0,0.966309798626092,0.255951455205554,0.0,0.978209810139333,0.0,1.00693797544624 -8280,0.255951455205554,0.0,0.959536886059341,0.255951455205554,0.0,1.00084721969609,0.255951455205554,0.0,0.872179243684315,0.255951455205554,0.0,0.940088576917894,0.255951455205554,0.0,0.926916607529039,0.255951455205554,0.0,0.956100672175643,0.5,0.255951455205554,0.0,0.818780364863142,0.5,0.255951455205554,0.0,0.91356049165196,0.5,0.255951455205554,0.0,0.919382156819342,0.255951455205554,0.0,1.01669391651396,0.0,0.97058942229838,0.255951455205554,0.0,0.915552028415611,0.5,0.255951455205554,0.0,0.931172300350942,0.255951455205554,0.0,0.907837738111771,0.255951455205554,0.0,0.936794844266188,0.255951455205554,0.0,0.974557567763621,0.0,1.00589028556447 -8281,0.255951455205554,0.0,0.949586244097603,0.255951455205554,0.0,0.985705443775814,0.255951455205554,0.0,0.822814643248341,0.255951455205554,0.0,0.862562809051245,0.255951455205554,0.0,0.907694054306091,0.255951455205554,0.0,0.919276622875024,0.5,0.255951455205554,0.0,0.872405588214914,0.5,0.255951455205554,0.0,0.889717729927079,0.5,0.255951455205554,0.0,0.883532373655944,0.255951455205554,0.0,1.02173913043478,0.0,0.925793829582261,0.255951455205554,0.0,0.880373598973763,0.5,0.255951455205554,0.0,0.925488968347924,0.255951455205554,0.0,0.875515915636129,0.255951455205554,0.0,0.930357750157964,0.255951455205554,0.0,1.0037348233711,0.0,1.00411752522745 -8282,0.255951455205554,0.0,0.924894922725491,0.255951455205554,0.0,0.920525910724873,0.255951455205554,0.0,0.772530766081779,0.255951455205554,0.0,0.772334260445528,0.255951455205554,0.0,0.884716936497744,0.255951455205554,0.0,0.896383341206959,0.5,0.255951455205554,0.0,0.911490713116999,0.5,0.255951455205554,0.0,0.874178567830483,0.5,0.255951455205554,0.0,0.857040389082107,0.255951455205554,0.0,1.02173913043478,0.0,0.87606863122562,0.255951455205554,0.0,0.871337185035963,0.5,0.255951455205554,0.0,0.929701689880142,0.255951455205554,0.0,0.872816036193832,0.255951455205554,0.0,0.950178387686151,0.255951455205554,0.0,0.990059927912014,0.0,1.00273407051205 -8283,0.255951455205554,0.0,0.852155405092331,0.255951455205554,0.0,0.803111468230811,0.255951455205554,0.0,0.741629731019074,0.255951455205554,0.0,0.746081656978638,0.255951455205554,0.0,0.882854295456539,0.255951455205554,0.0,0.906584435798754,0.5,0.255951455205554,0.0,0.906425441939992,0.5,0.255951455205554,0.0,0.823117240612554,0.5,0.255951455205554,0.0,0.852129751201771,0.255951455205554,0.0,1.01557232448041,0.0,0.873110746748978,0.255951455205554,0.0,0.844437950473216,0.5,0.255951455205554,0.0,0.903501678819053,0.255951455205554,0.0,0.874880218462388,0.255951455205554,0.0,0.9224616149155,0.255951455205554,0.0,0.947379677657867,0.0,1.00127032719883 -8284,0.255951455205554,0.0,0.783532113370771,0.255951455205554,0.0,0.792831029947617,0.255951455205554,0.0,0.699461056315129,0.255951455205554,0.0,0.672902001774164,0.255951455205554,0.0,0.901614478624405,0.255951455205554,0.0,0.92684337130387,0.5,0.255951455205554,0.0,0.894203026340218,0.5,0.255951455205554,0.0,0.747852187909095,0.5,0.255951455205554,0.0,0.84406584256828,0.255951455205554,0.0,0.98601521403882,0.0,0.765185853787823,0.255951455205554,0.0,0.777505306265648,0.5,0.255951455205554,0.0,0.835929671419157,0.255951455205554,0.0,0.872816724297935,0.255951455205554,0.0,0.875805400981759,0.255951455205554,0.0,0.927008683333657,0.0,0.997784255595839 -8285,0.255951455205554,0.0,0.709444346629055,0.255951455205554,0.0,0.511508641274675,0.255951455205554,0.0,0.706589202625919,0.255951455205554,0.0,0.767363547817238,0.255951455205554,0.0,0.908230397173368,0.255951455205554,0.0,0.915000031335044,0.5,0.255951455205554,0.0,0.904743850688797,0.5,0.255951455205554,0.0,0.648213331884538,0.5,0.255951455205554,0.0,0.820175965145256,0.255951455205554,0.0,0.980073077127231,0.0,0.780682030108469,0.255951455205554,0.0,0.718410282360781,0.5,0.255951455205554,0.0,0.736308003378136,0.255951455205554,0.0,0.816181349371302,0.255951455205554,0.0,0.811670200036089,0.255951455205554,0.0,0.938444691839028,0.0,0.98011944296635 -8286,0.255951455205554,0.0,0.759237442490353,0.255951455205554,0.0,0.569941452513668,0.255951455205554,0.0,0.73272820454446,0.255951455205554,0.0,0.722620986684885,0.255951455205554,0.0,0.917066293729075,0.255951455205554,0.0,0.913161824287901,0.5,0.255951455205554,0.0,0.915303910129141,0.5,0.255951455205554,0.0,0.558439157154746,0.5,0.255951455205554,0.0,0.770448074372308,0.255951455205554,0.0,0.958491354846708,0.0,0.77750764566579,0.255951455205554,0.0,0.677396960369101,0.5,0.255951455205554,0.0,0.639846509277577,0.255951455205554,0.0,0.792141808514928,0.255951455205554,0.0,0.801857139227519,0.255951455205554,0.0,0.9399713391743,0.0,0.968777309752365 -8287,0.255951455205554,0.0,0.757673748549816,0.255951455205554,0.0,0.640020276781427,0.255951455205554,0.0,0.786393520188151,0.255951455205554,0.0,0.725548662576272,0.255951455205554,0.0,0.944225986818823,0.255951455205554,0.0,0.915225261621297,0.5,0.255951455205554,0.0,0.921245926349981,0.5,0.255951455205554,0.0,0.495965100965766,0.5,0.255951455205554,0.0,0.68733933884379,0.255951455205554,0.0,0.94966228667531,0.0,0.741923778316145,0.255951455205554,0.0,0.681897669728419,0.5,0.255951455205554,0.0,0.515339139844866,0.255951455205554,0.0,0.800452672975395,0.255951455205554,0.0,0.837614658323506,0.255951455205554,0.0,0.923331966024978,0.0,0.956536863109265 -8288,0.255951455205554,0.0,0.797176372323256,0.255951455205554,0.0,0.580166210782101,0.255951455205554,0.0,0.859751482580613,0.255951455205554,0.0,0.829237378552273,0.255951455205554,0.0,0.958850377109618,0.255951455205554,0.0,0.916359227693452,0.5,0.255951455205554,0.0,0.939938876371905,0.5,0.255951455205554,0.0,0.441493132802664,0.5,0.255951455205554,0.0,0.584002059955775,0.255951455205554,0.0,0.95726751661751,0.0,0.849194069523061,0.255951455205554,0.0,0.718279852238501,0.5,0.255951455205554,0.0,0.472456900542388,0.255951455205554,0.0,0.799185298116429,0.255951455205554,0.0,0.855116420206674,0.255951455205554,0.0,0.897529303735949,0.0,0.821316751104082 -8289,0.255951455205554,0.0,0.733395075138647,0.255951455205554,0.0,0.715622721746081,0.255951455205554,2.01090373068088e-09,0.942679227672432,0.255951455205554,0.0,0.935550603999423,0.255951455205554,0.0,0.97870172523507,0.255951455205554,4.70782744050249e-05,0.939727504575914,0.5,0.255951455205554,8.26139729764615e-05,0.94201284988969,0.5,0.255951455205554,0.00300766441813386,0.414706740960732,0.5,0.255951455205554,0.00645004729252719,0.485178972023761,0.255951455205554,0.0,1.00269756685046,0.000583980600873247,0.711429166687567,0.255951455205554,0.000939280043923979,0.692583294962298,0.5,0.255951455205554,4.58693012261977e-06,0.594280633133045,0.255951455205554,0.00258817483548513,0.784522686002673,0.255951455205554,0.000769589639031151,0.873108490780961,0.255951455205554,0.000918060121522928,0.904462092571658,0.0,0.782642722415718 -8290,0.255951455205554,0.00247137135524244,0.767246359388466,0.255951455205554,0.00222372644138636,0.964483064969361,0.255951455205554,0.00536782530061108,0.993366921414297,0.255951455205554,0.00299895544281035,1.01381454024953,0.255951455205554,0.00923098432705277,1.00377428894731,0.255951455205554,0.0075773908705745,0.974197425658878,0.5,0.255951455205554,0.0118263622355493,0.973062123310241,0.5,0.255951455205554,0.0714807733667985,0.449159063415061,0.5,0.255951455205554,0.0793844102391154,0.487520018592507,0.255951455205554,0.00856620713905765,1.01999558305553,0.0064676583103584,0.607846596026575,0.255951455205554,0.0258992425881738,0.739189157294005,0.5,0.255951455205554,0.00745076435290143,0.721255275995098,0.255951455205554,0.0534107097791973,0.790953644781597,0.255951455205554,0.0325764561411626,0.921114062540647,0.255951455205554,0.0204680238694526,0.929920577017311,0.00153984338174761,0.99237093386898 -8291,0.255951455205554,0.0101840799749606,0.922252137234052,0.255951455205554,0.00871228065811726,1.02173913043478,0.255951455205554,0.0181046071170329,1.00631556568465,0.255951455205554,0.012421424424021,1.01580237935136,0.255951455205554,0.0331019169349998,1.01850841710119,0.255951455205554,0.0173699376911297,1.00218540265547,0.5,0.255951455205554,0.0422569650267759,1.00749722180184,0.5,0.255951455205554,0.160720597821694,0.478073608486732,0.5,0.255951455205554,0.175585545998881,0.548170587376902,0.255951455205554,0.0298420611057031,1.02173913043478,0.0357191671603586,0.789501175844969,0.255951455205554,0.0668235942268397,0.820573262904612,0.5,0.255951455205554,0.0218298696023472,0.836449132535038,0.255951455205554,0.112820681271646,0.811427593082244,0.255951455205554,0.0621367159382261,0.951833994665332,0.255951455205554,0.0477502823333125,0.955168540934051,0.0126060507192197,1.00147748530974 -8292,0.255951455205554,0.0140693434912909,1.00276874538418,0.255951455205554,0.0209448728485815,1.02173913043478,0.255951455205554,0.0308264199706732,1.01059792845096,0.255951455205554,0.0163383615880933,1.01373555751002,0.255951455205554,0.0455868980402478,1.02173913043478,0.255951455205554,0.0312269963019831,1.01506785214962,0.5,0.255951455205554,0.065377450555988,1.01708343843248,0.5,0.255951455205554,0.218060285506548,0.52712370371121,0.5,0.255951455205554,0.262698461395799,0.583448424129161,0.255951455205554,0.0466334538178782,1.02173913043478,0.0755838286379415,0.881022631092266,0.255951455205554,0.0976423907920169,0.88254433853226,0.5,0.255951455205554,0.0213736361790678,0.895080585025792,0.255951455205554,0.128164393062921,0.847724193628579,0.255951455205554,0.0770782715595208,0.9991357349576,0.255951455205554,0.0668029504564866,1.0098723292272,0.0179947679102899,1.00376357119956 -8293,0.255951455205554,0.0149063191767985,1.01062261837506,0.255951455205554,0.0194247052722331,1.02173913043478,0.255951455205554,0.0315913214396369,1.01256301087037,0.255951455205554,0.0364444875916812,1.01419632598108,0.255951455205554,0.0354093518882956,1.02173913043478,0.255951455205554,0.0388053162095422,1.02045281893045,0.5,0.255951455205554,0.075715763768064,1.0194873414012,0.5,0.255951455205554,0.245276834843232,0.574663249796831,0.5,0.255951455205554,0.281248775296388,0.619006327723645,0.255951455205554,0.0572210374142458,1.02173913043478,0.0705576869744741,0.891757538339822,0.255951455205554,0.0797498753967825,0.925617250094676,0.5,0.255951455205554,0.0270695863384287,0.942740942110615,0.255951455205554,0.127211477733831,0.906516078081328,0.255951455205554,0.0862355810188532,1.02023870326587,0.255951455205554,0.0630988338320436,1.01514827893629,0.012539583052904,1.00901890259695 -8294,0.255951455205554,0.0169186333628997,1.00767647632175,0.255951455205554,0.0280995268026788,1.02173913043478,0.255951455205554,0.0171377108888876,1.01663130695581,0.255951455205554,0.0135167347292502,1.01638451400804,0.255951455205554,0.0235350973563557,1.02173913043478,0.255951455205554,0.0362571641532982,1.02173913043478,0.5,0.255951455205554,0.0639737177556092,1.01863154419359,0.5,0.255951455205554,0.199018804137317,0.635106160388945,0.5,0.255951455205554,0.238316647760987,0.649086498743071,0.255951455205554,0.0644589390274789,1.02173913043478,0.0567988765569291,0.969734401371781,0.255951455205554,0.063942354758695,0.971351310054255,0.5,0.255951455205554,0.0213898917713646,0.972834496587129,0.255951455205554,0.113012293208201,0.933878190485563,0.255951455205554,0.0487360076737108,1.02154214305539,0.255951455205554,0.0621626560225179,1.02091107669789,0.0113146928346159,1.01087863948319 -8295,0.255951455205554,0.00776934937158676,1.00825326719101,0.255951455205554,0.00998522770441987,1.02173913043478,0.255951455205554,0.0050235763397952,1.01774769989875,0.255951455205554,0.00211073612206592,1.0164402772225,0.255951455205554,0.016164242213144,1.02173913043478,0.255951455205554,0.022805258026428,1.02152743911941,0.5,0.255951455205554,0.0484267676472394,1.01643104864099,0.5,0.255951455205554,0.107323657622122,0.692966286643375,0.5,0.255951455205554,0.13675675452378,0.683073840041265,0.255951455205554,0.0491139197497409,1.02173913043478,0.0294697181418465,1.01368185104274,0.255951455205554,0.0374437252354517,1.00619818881898,0.5,0.255951455205554,0.00941301415801526,1.00030846462855,0.255951455205554,0.0590632030475096,0.958055182555711,0.255951455205554,0.0231643877785398,1.02173913043478,0.255951455205554,0.0458417158742673,1.02156758298229,0.00703446854056664,0.893498643171161 -8296,0.255951455205554,0.000455868283207136,0.953087231620881,0.255951455205554,8.00559588096555e-05,1.02173913043478,0.255951455205554,9.15711721334644e-05,1.01782677046465,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.00167763044408985,1.02173913043478,0.255951455205554,0.00380421109021085,1.02133499239618,0.5,0.255951455205554,0.0202792393408053,1.01139328809351,0.5,0.255951455205554,0.0328292007214069,0.748190742595496,0.5,0.255951455205554,0.0069416434915556,0.717914829566624,0.255951455205554,0.0117015705095499,1.02173913043478,0.0,1.02173913043478,0.255951455205554,5.38423107274757e-05,1.01864466443186,0.5,0.255951455205554,0.000116456685336235,1.01093342667037,0.255951455205554,0.0,0.982458596328962,0.255951455205554,0.000284737430884105,1.02173913043478,0.255951455205554,0.00035864362870712,1.02169553911826,0.000432352463498044,0.992826853143523 -8297,0.255951455205554,0.0,0.727307852519989,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01707391147756,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02170392525528,0.5,0.255951455205554,0.0,1.01465234061232,0.5,0.255951455205554,0.0,0.774485542229055,0.5,0.255951455205554,0.0,0.75772510239781,0.255951455205554,0.0,1.02173913043478,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01584849332532,0.255951455205554,0.0,1.01029433718019,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02172138904213,0.0,1.00265517208682 -8298,0.255951455205554,0.0,0.554754807255493,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.0154605212589,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01882856087569,0.5,0.255951455205554,0.0,0.770325199263672,0.5,0.255951455205554,0.0,0.768594698933682,0.255951455205554,0.0,1.02173913043478,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01653593259352,0.255951455205554,0.0,1.01812235161753,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.0217211693202,0.0,1.00874986342128 -8299,0.255951455205554,0.0,1.01213443985249,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01582983393977,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.02173734124821,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01805150864263,0.5,0.255951455205554,0.0,0.767537056029235,0.5,0.255951455205554,0.0,0.781246873421748,0.255951455205554,0.0,1.02173913043478,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01701692019723,0.255951455205554,0.0,1.01860490350797,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02172754763202,0.0,1.00886894307923 -8300,0.255951455205554,0.0,1.01099265928737,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00696683726252,0.255951455205554,0.0,1.01613704748747,0.255951455205554,0.0,1.02110968016906,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01919648662998,0.5,0.255951455205554,0.0,0.795991809357323,0.5,0.255951455205554,0.0,0.79258007386513,0.255951455205554,0.0,1.02173913043478,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01680833185751,0.255951455205554,0.0,1.01996026799184,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02172635353608,0.0,1.009858987419 -8301,0.255951455205554,0.0,1.00936225272309,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.978440631284409,0.255951455205554,0.0,1.0041084272071,0.255951455205554,0.0,1.00505124764547,0.255951455205554,0.0,1.0216829160647,0.5,0.255951455205554,0.0,1.01999327055779,0.5,0.255951455205554,0.0,0.845470922555578,0.5,0.255951455205554,0.0,0.817980551205481,0.255951455205554,0.0,1.02173913043478,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01683190639607,0.255951455205554,0.0,1.02061733370348,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02172530004513,0.0,1.00829306102266 -8302,0.255951455205554,0.0,0.968438820282022,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.911996370222823,0.255951455205554,0.0,0.9243126125058,0.255951455205554,0.0,0.95705603996861,0.255951455205554,0.0,1.01804711466828,0.5,0.255951455205554,0.0,1.01100959258498,0.5,0.255951455205554,0.0,0.858127366924994,0.5,0.255951455205554,0.0,0.860996434364529,0.255951455205554,0.0,1.02173913043478,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01680755514155,0.255951455205554,0.0,1.01913414498485,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02172552386737,0.0,1.00506264950622 -8303,0.255951455205554,0.0,0.931435863263822,0.255951455205554,0.0,0.876247383518861,0.255951455205554,0.0,0.849454153930094,0.255951455205554,0.0,0.818858068221367,0.255951455205554,0.0,0.888703470450609,0.255951455205554,0.0,1.00079569361194,0.5,0.255951455205554,0.0,0.947607408206773,0.5,0.255951455205554,0.0,0.855830380098194,0.5,0.255951455205554,0.0,0.87401712150099,0.255951455205554,0.0,1.02173913043478,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01386352339354,0.255951455205554,0.0,1.01738512001557,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02168796021928,0.0,1.0059764549356 -8304,0.255951455205554,0.0,0.934061459403345,0.255951455205554,0.0,0.825752547684245,0.255951455205554,0.0,0.819914595847309,0.255951455205554,0.0,0.837358264764104,0.255951455205554,0.0,0.825482483215707,0.255951455205554,0.0,0.944729804895535,0.5,0.255951455205554,0.0,0.830951861010987,0.5,0.255951455205554,0.0,0.846996924362519,0.5,0.255951455205554,0.0,0.868061414782226,0.255951455205554,0.0,1.0053142892068,0.0,1.02173913043478,0.255951455205554,0.0,1.02060507758407,0.5,0.255951455205554,0.0,0.98360539991459,0.255951455205554,0.0,1.01127837643433,0.255951455205554,0.0,1.02111118271033,0.255951455205554,0.0,1.02138351729198,0.0,1.00680430433948 -8305,0.255951455205554,0.0,0.908808997173112,0.255951455205554,0.0,0.939676245676114,0.255951455205554,0.0,0.80624928702888,0.255951455205554,0.0,0.868748711050221,0.255951455205554,0.0,0.789405930787064,0.255951455205554,0.0,0.860489694781183,0.5,0.255951455205554,0.0,0.679006573663699,0.5,0.255951455205554,0.0,0.831015247851164,0.5,0.255951455205554,0.0,0.844382662897431,0.255951455205554,0.0,0.939616151412311,0.0,1.02173913043478,0.255951455205554,0.0,1.0002656285466,0.5,0.255951455205554,0.0,0.944673996200881,0.255951455205554,0.0,0.996283479896388,0.255951455205554,0.0,0.992306025751874,0.255951455205554,0.0,1.00156726797426,0.0,1.00685053148334 -8306,0.255951455205554,0.0,0.891730030748421,0.255951455205554,0.0,0.922676710205966,0.255951455205554,0.0,0.803330473136162,0.255951455205554,0.0,0.791591541797062,0.255951455205554,0.0,0.715660936184348,0.255951455205554,0.0,0.746815622677902,0.5,0.255951455205554,0.0,0.490228637127871,0.5,0.255951455205554,0.0,0.771997763871815,0.5,0.255951455205554,0.0,0.796928320193451,0.255951455205554,0.0,0.738845606428973,0.0,1.02173913043478,0.255951455205554,0.0,0.969005615233007,0.5,0.255951455205554,0.0,0.937683930662535,0.255951455205554,0.0,0.959255937213134,0.255951455205554,0.0,0.887478997865087,0.255951455205554,0.0,0.925513232947708,0.0,1.00650578152868 -8307,0.255951455205554,0.0,0.922028940846692,0.255951455205554,0.0,0.843533196890326,0.255951455205554,0.0,0.811766896890122,0.255951455205554,0.0,0.838004798316802,0.255951455205554,0.0,0.664453397146544,0.255951455205554,0.0,0.591616994772038,0.5,0.255951455205554,0.0,0.321184253977565,0.5,0.255951455205554,0.0,0.700939397433513,0.5,0.255951455205554,0.0,0.724089250921158,0.255951455205554,0.0,0.50484237466683,0.0,0.904025210369675,0.255951455205554,0.0,0.895794245024232,0.5,0.255951455205554,0.0,0.884685722652373,0.255951455205554,0.0,0.882558113942857,0.255951455205554,0.0,0.754945367827783,0.255951455205554,0.0,0.781508240528454,0.0,1.00002754144159 -8308,0.255951455205554,0.0,0.963025114120599,0.255951455205554,0.0,0.896327878433557,0.255951455205554,0.0,0.834819838249312,0.255951455205554,0.0,0.908383786246099,0.255951455205554,0.0,0.625718008663527,0.255951455205554,0.0,0.433264553027036,0.5,0.255951455205554,0.0,0.197298003715779,0.5,0.255951455205554,0.0,0.616269637340662,0.5,0.255951455205554,0.0,0.626788848379009,0.255951455205554,0.0,0.263612780493284,0.0,0.647293830326836,0.255951455205554,0.0,0.779960450524929,0.5,0.255951455205554,0.0,0.795303327634893,0.255951455205554,0.0,0.758455213532098,0.255951455205554,0.0,0.613644418729266,0.255951455205554,0.0,0.570284349760871,0.0,1.00473664225618 -8309,0.255951455205554,0.0,0.988511605513166,0.255951455205554,0.0,0.952184398884737,0.255951455205554,0.0,0.847810140516795,0.255951455205554,0.0,0.913791470855151,0.255951455205554,0.0,0.578851004221659,0.255951455205554,0.0,0.328417717093906,0.5,0.255951455205554,0.0,0.121507452881979,0.5,0.255951455205554,0.0,0.541034296546346,0.5,0.255951455205554,0.0,0.537264348082892,0.255951455205554,0.0,0.149856590483616,0.0,0.451790380591488,0.255951455205554,0.0,0.662114167274473,0.5,0.255951455205554,0.0,0.737198626616626,0.255951455205554,0.0,0.599693981307715,0.255951455205554,0.0,0.531170377698093,0.255951455205554,0.0,0.406817056152787,0.0,1.0067670081971 -8310,0.255951455205554,0.0,0.981586799349414,0.255951455205554,0.0,0.959352842314406,0.255951455205554,0.0,0.842815445371244,0.255951455205554,0.0,0.922608055784492,0.255951455205554,0.0,0.563731175869699,0.255951455205554,0.0,0.253767799770173,0.5,0.255951455205554,0.0,0.076756244546704,0.5,0.255951455205554,0.0,0.446084601769094,0.5,0.255951455205554,0.0,0.451259872301238,0.255951455205554,0.0,0.0884727386414836,0.0,0.369530283687813,0.255951455205554,0.0,0.574266223523042,0.5,0.255951455205554,0.0,0.771739009298324,0.255951455205554,0.0,0.458376582543249,0.255951455205554,0.0,0.510583265584017,0.255951455205554,0.0,0.337678516334077,0.0,1.00758194830775 -8311,0.255951455205554,0.0,0.963152049998558,0.255951455205554,0.0,0.976801663857551,0.255951455205554,0.0,0.809381942705013,0.255951455205554,0.0,0.929267905488715,0.255951455205554,0.0,0.539823764898359,0.255951455205554,0.0,0.185321528102515,0.5,0.255951455205554,0.0,0.0560435349122832,0.5,0.255951455205554,0.0,0.339157209240495,0.5,0.255951455205554,0.0,0.337244180548425,0.255951455205554,0.0,0.0594623591760846,0.0,0.360892080077919,0.255951455205554,0.0,0.571650389089329,0.5,0.255951455205554,0.0,0.826691670104296,0.255951455205554,0.0,0.359694277848642,0.255951455205554,0.0,0.505089738024088,0.255951455205554,0.0,0.31215689069725,0.0,1.00749496473217 -8312,0.255951455205554,0.0,0.928781401199477,0.255951455205554,0.0,0.9817517071953,0.255951455205554,0.0,0.771448817178252,0.255951455205554,0.0,0.904645871454881,0.255951455205554,0.0,0.520462653689657,0.255951455205554,0.0,0.158529421354094,0.5,0.255951455205554,0.0,0.0433426159222851,0.5,0.255951455205554,0.0,0.281182900113121,0.5,0.255951455205554,0.0,0.242878771758257,0.255951455205554,0.0,0.0372167849774365,0.0,0.459404292177145,0.255951455205554,0.0,0.572223821968591,0.5,0.255951455205554,0.0,0.875300314257807,0.255951455205554,0.0,0.286715438011852,0.255951455205554,0.0,0.472328400267664,0.255951455205554,0.0,0.269827868231348,0.0,0.997349350695436 -8313,0.255951455205554,0.0,0.850471778363637,0.255951455205554,0.0,0.95165409762744,0.255951455205554,0.0,0.707644489920469,0.255951455205554,0.0,0.734708341931214,0.255951455205554,0.0,0.510509458531582,0.255951455205554,2.05934122120965e-05,0.157858281780602,0.5,0.255951455205554,4.97049928038503e-06,0.0329597898549571,0.5,0.255951455205554,0.00139913304430895,0.243547281300887,0.5,0.255951455205554,0.0029257243955622,0.195633559400572,0.255951455205554,0.0,0.0218555724591314,0.00158370461222055,0.490541973938765,0.255951455205554,0.00124978940904027,0.583835561019207,0.5,0.255951455205554,5.26760654972766e-05,0.90822708449574,0.255951455205554,0.00136172814667305,0.233741506307858,0.255951455205554,0.000632756714271603,0.433103996565492,0.255951455205554,0.000667400667673265,0.220480065394177,0.0,0.995254586942528 -8314,0.255951455205554,0.00305131152683504,0.779935808040934,0.255951455205554,0.0116906719687403,0.89181594620679,0.255951455205554,0.0234537908518276,0.641437734728278,0.255951455205554,0.00466835072030106,0.629722958909917,0.255951455205554,0.0577528180863986,0.489371094904043,0.255951455205554,0.0278420203701708,0.190181301380254,0.5,0.255951455205554,0.0196039708372108,0.0401769024185598,0.5,0.255951455205554,0.0292085602768908,0.215575185899365,0.5,0.255951455205554,0.0383758663716942,0.178407180871052,0.255951455205554,0.012504620208957,0.0139336547254353,0.1115624799283,0.494808438295489,0.255951455205554,0.0592730708478306,0.608831635750142,0.5,0.255951455205554,0.0670558360460138,0.922409861147013,0.255951455205554,0.0228580859786826,0.242370355999026,0.255951455205554,0.058902151441972,0.476429036700537,0.255951455205554,0.0324489012743338,0.27476283883268,0.00219575780888318,0.992003128725794 -8315,0.255951455205554,0.0118634677624165,0.761797476666447,0.255951455205554,0.0258846653285852,0.775782007079081,0.255951455205554,0.055442346363686,0.585552002160786,0.255951455205554,0.0179168531304803,0.551589462344917,0.255951455205554,0.153729442829766,0.464589274507911,0.255951455205554,0.0776181221585765,0.224970813288461,0.5,0.255951455205554,0.0544838894941216,0.0725401366408968,0.5,0.255951455205554,0.0687659023041625,0.209707585425454,0.5,0.255951455205554,0.0820172881798793,0.152471905438933,0.255951455205554,0.0384669238616392,0.0172466103552648,0.252037783284689,0.629975181714674,0.255951455205554,0.155364003541736,0.703792375817912,0.5,0.255951455205554,0.0955202676890651,0.919790661996602,0.255951455205554,0.0526599125964802,0.309608075720227,0.255951455205554,0.154194776002112,0.576541001780199,0.255951455205554,0.0783502767084452,0.408420350665426,0.0082403303338511,0.979973459860395 -8316,0.255951455205554,0.0278969865263944,0.804130845936989,0.255951455205554,0.0389390135647314,0.563836227749888,0.255951455205554,0.0770473148136202,0.521511591293813,0.255951455205554,0.0382896615008561,0.460499954328158,0.255951455205554,0.197880582857256,0.434340528248641,0.255951455205554,0.115907793943543,0.221217752979268,0.5,0.255951455205554,0.0855979726512435,0.0831294363867441,0.5,0.255951455205554,0.0995018483843604,0.210876703765489,0.5,0.255951455205554,0.108782451594947,0.128928782163594,0.255951455205554,0.054256782709564,0.0266943110754473,0.346122293256269,0.663746509177325,0.255951455205554,0.228666286976097,0.714814994184076,0.5,0.255951455205554,0.060321823475893,0.825958551098293,0.255951455205554,0.0741727982799346,0.317060351898564,0.255951455205554,0.218211305184508,0.638735516514258,0.255951455205554,0.106792099970958,0.432503228451488,0.0242597875273352,0.940217448844862 -8317,0.255951455205554,0.0377102604763654,0.854555084577949,0.255951455205554,0.0448298641404718,0.395663119493015,0.255951455205554,0.0944128839834465,0.446777674780014,0.255951455205554,0.0616312107008157,0.399451280373494,0.255951455205554,0.18043570640792,0.397026774842984,0.255951455205554,0.135509967270562,0.217523518028847,0.5,0.255951455205554,0.1051889977864,0.0740960576003801,0.5,0.255951455205554,0.0959455163835275,0.202433823177814,0.5,0.255951455205554,0.10931247085535,0.101698197577137,0.255951455205554,0.0588810654826688,0.0283313788195509,0.356727433208857,0.693845719832854,0.255951455205554,0.217680967766917,0.655293303698445,0.5,0.255951455205554,0.0292067582112659,0.695794514082006,0.255951455205554,0.0940006991835652,0.308681220582717,0.255951455205554,0.215296954289522,0.632349707264784,0.255951455205554,0.11959792902348,0.407610622428474,0.0385567442196469,0.760481939442007 -8318,0.255951455205554,0.0388448780867779,0.866531881899255,0.255951455205554,0.0464722134201835,0.327820690249836,0.255951455205554,0.0965065999464288,0.344796042727638,0.255951455205554,0.094276804945596,0.352290093156538,0.255951455205554,0.118766686251165,0.337052371581032,0.255951455205554,0.124433766381358,0.195414343929344,0.5,0.255951455205554,0.102997194814901,0.0648211460527057,0.5,0.255951455205554,0.0699762239142299,0.160409269523838,0.5,0.255951455205554,0.0889916645908762,0.0741735730207247,0.255951455205554,0.0583696518919854,0.0254758928631909,0.148170602732789,0.645904254958689,0.255951455205554,0.136905688099729,0.567216772414716,0.5,0.255951455205554,0.0155166597297739,0.561605992018969,0.255951455205554,0.0890051600318727,0.284093325089117,0.255951455205554,0.161083980345424,0.572190112174975,0.255951455205554,0.104778319314556,0.360145758841611,0.0591129221089918,0.636843215262905 -8319,0.255951455205554,0.0290797494942063,0.846355510413798,0.255951455205554,0.0100975685819591,0.189539110211978,0.255951455205554,0.0830128899958391,0.263046567309925,0.255951455205554,0.123673001594077,0.259291575558973,0.255951455205554,0.065521921908172,0.229861495442491,0.255951455205554,0.0792331051631656,0.157108858900251,0.5,0.255951455205554,0.0837579694247702,0.0454128307191657,0.5,0.255951455205554,0.0380864220708345,0.0990100002730153,0.5,0.255951455205554,0.0508488375751306,0.0546580762878265,0.255951455205554,0.0442527545605983,0.0232245836065279,0.0127809551711661,0.477069371208706,0.255951455205554,0.0504017145569421,0.441782813198302,0.5,0.255951455205554,0.0072116163708034,0.471987344737065,0.255951455205554,0.0503180504745351,0.220660444902829,0.255951455205554,0.0747967420895039,0.450114522994556,0.255951455205554,0.0613310104916918,0.280771239937117,0.0278595188104158,0.598571138828556 -8320,0.255951455205554,2.0761946588747e-05,0.719099173385695,0.255951455205554,0.0,0.136809449926484,0.255951455205554,0.000140915733436403,0.240388948022718,0.255951455205554,0.0,0.14440537650326,0.255951455205554,0.00829058051351399,0.151446601053356,0.255951455205554,0.00364234482994963,0.116117851846374,0.5,0.255951455205554,0.0279192270346346,0.0203465201420053,0.5,0.255951455205554,0.00869729808637413,0.0554768436370868,0.5,0.255951455205554,0.00470307415466703,0.0397588794396277,0.255951455205554,0.0161387401441172,0.0125587038803173,0.000514270334123593,0.365079548117375,0.255951455205554,0.000134189417401705,0.342796023435123,0.5,0.255951455205554,2.53285366198141e-06,0.429340697868751,0.255951455205554,4.37505965800797e-05,0.165424131186287,0.255951455205554,0.0,0.365470347668084,0.255951455205554,0.0,0.224657046637823,0.0,0.544221302088101 -8321,0.255951455205554,0.0,0.602208845130953,0.255951455205554,0.0,0.0698457552409335,0.255951455205554,0.0,0.25398627021282,0.255951455205554,0.0,0.213242404672961,0.255951455205554,0.0,0.109715552246425,0.255951455205554,0.0,0.0762356536759754,0.5,0.255951455205554,0.0,0.0158832129267092,0.5,0.255951455205554,0.0,0.0387506059731636,0.5,0.255951455205554,0.0,0.0313426690418698,0.255951455205554,0.0,0.00934329421895554,0.0,0.526553143000013,0.255951455205554,0.0,0.300193577998471,0.5,0.255951455205554,0.0,0.400662971618754,0.255951455205554,0.0,0.150351349775702,0.255951455205554,0.0,0.295661784740901,0.255951455205554,0.0,0.200714324491974,0.0,0.615316631398087 -8322,0.255951455205554,0.0,0.529938673725886,0.255951455205554,0.0,0.0945950655515467,0.255951455205554,0.0,0.255608413130787,0.255951455205554,0.0,0.247673841923426,0.255951455205554,0.0,0.0926224042581747,0.255951455205554,0.0,0.0541885052647464,0.5,0.255951455205554,0.0,0.0138432365694251,0.5,0.255951455205554,0.0,0.0235988634576056,0.5,0.255951455205554,0.0,0.0262394114185968,0.255951455205554,0.0,0.00686210303364508,0.0,0.472282342519117,0.255951455205554,0.0,0.254148440468037,0.5,0.255951455205554,0.0,0.344295902798164,0.255951455205554,0.0,0.145340699655909,0.255951455205554,0.0,0.211805079276123,0.255951455205554,0.0,0.179592121829091,0.0,0.845742832152 -8323,0.255951455205554,0.0,0.428511548957588,0.255951455205554,0.0,0.136048511784606,0.255951455205554,0.0,0.26992715680582,0.255951455205554,0.0,0.322524496296498,0.255951455205554,0.0,0.0796132634622828,0.255951455205554,0.0,0.0413304987788145,0.5,0.255951455205554,0.0,0.00950111572955211,0.5,0.255951455205554,0.0,0.0134920059191584,0.5,0.255951455205554,0.0,0.0208141878567251,0.255951455205554,0.0,0.00483191660352373,0.0,0.241876855870791,0.255951455205554,0.0,0.194704722161484,0.5,0.255951455205554,0.0,0.292529107435521,0.255951455205554,0.0,0.139477033925715,0.255951455205554,0.0,0.153721848632003,0.255951455205554,0.0,0.153624846259635,0.0,0.917154364104384 -8324,0.255951455205554,0.0,0.349331927512259,0.255951455205554,0.0,0.350070717278014,0.255951455205554,0.0,0.284374271365156,0.255951455205554,0.0,0.375881642796413,0.255951455205554,0.0,0.0679678539117037,0.255951455205554,0.0,0.0311175774879315,0.5,0.255951455205554,0.0,0.00579393844957657,0.5,0.255951455205554,0.0,0.00894393539653306,0.5,0.255951455205554,0.0,0.0164868541266265,0.255951455205554,0.0,0.00235940003477037,0.0,0.0846980676820549,0.255951455205554,0.0,0.167625742460406,0.5,0.255951455205554,0.0,0.274096549243492,0.255951455205554,0.0,0.127306605363485,0.255951455205554,0.0,0.12026386581343,0.255951455205554,0.0,0.118544154153587,0.0,0.868589751585659 -8325,0.255951455205554,0.0,0.359749802675399,0.255951455205554,0.0,0.517205455983032,0.255951455205554,0.0,0.277875086834857,0.255951455205554,0.0,0.414050942124023,0.255951455205554,0.0,0.0611656441500069,0.255951455205554,0.0,0.0241366092258784,0.5,0.255951455205554,0.0,0.00334317993733144,0.5,0.255951455205554,0.0,0.00641262910147248,0.5,0.255951455205554,0.0,0.0131709968831248,0.255951455205554,0.0,0.00102319412837928,0.0,0.046294549971132,0.255951455205554,0.0,0.152362137519105,0.5,0.255951455205554,0.0,0.262733646543962,0.255951455205554,0.0,0.107008863967949,0.255951455205554,0.0,0.0971718708240509,0.255951455205554,0.0,0.0882796624830188,0.0,0.848059886090863 -8326,0.255951455205554,0.0,0.441315843901032,0.255951455205554,0.0,0.478067770394862,0.255951455205554,0.0,0.262309208839519,0.255951455205554,0.0,0.39277982998829,0.255951455205554,0.0,0.057705920627923,0.255951455205554,0.0,0.0190314571542716,0.5,0.255951455205554,0.0,0.00166747538113381,0.5,0.255951455205554,0.0,0.00510315353554833,0.5,0.255951455205554,0.0,0.0100845508001531,0.255951455205554,0.0,0.000838703228827121,0.0,0.0428914493445302,0.255951455205554,0.0,0.128493859458598,0.5,0.255951455205554,0.0,0.240128115155079,0.255951455205554,0.0,0.0879371327614673,0.255951455205554,0.0,0.0808882894365073,0.255951455205554,0.0,0.0631797004426653,0.0,0.901019800339724 -8327,0.255951455205554,0.0,0.480542692422272,0.255951455205554,0.0,0.519045032768449,0.255951455205554,0.0,0.252379495147495,0.255951455205554,0.0,0.334561039289186,0.255951455205554,0.0,0.0581871931736242,0.255951455205554,0.0,0.0149628291398295,0.5,0.255951455205554,0.0,0.00108710694019547,0.5,0.255951455205554,0.0,0.00354452218240382,0.5,0.255951455205554,0.0,0.00654853797169547,0.255951455205554,0.0,0.000632582436436576,0.0,0.0721962751222761,0.255951455205554,0.0,0.134040979647012,0.5,0.255951455205554,0.0,0.218672609501924,0.255951455205554,0.0,0.0696733343391843,0.255951455205554,0.0,0.0709481851222843,0.255951455205554,0.0,0.0438052627089071,0.0,0.912910009915361 -8328,0.255951455205554,0.0,0.516913898345772,0.255951455205554,0.0,0.481227714296307,0.255951455205554,0.0,0.260359991784637,0.255951455205554,0.0,0.281843673369979,0.255951455205554,0.0,0.0617038711053893,0.255951455205554,0.0,0.011880526301157,0.5,0.255951455205554,0.0,0.000759637954040123,0.5,0.255951455205554,0.0,0.00265612633139267,0.5,0.255951455205554,0.0,0.00466699918873405,0.255951455205554,0.0,0.000322145024344677,0.0,0.0944519681737391,0.255951455205554,0.0,0.144059374509772,0.5,0.255951455205554,0.0,0.222733696636994,0.255951455205554,0.0,0.0528418316166606,0.255951455205554,0.0,0.05436142642891,0.255951455205554,0.0,0.0289810660859555,0.0,0.902762410616621 -8329,0.255951455205554,0.0,0.56148411632087,0.255951455205554,0.0,0.362228309636962,0.255951455205554,0.0,0.272463398010295,0.255951455205554,0.0,0.287393943784118,0.255951455205554,0.0,0.0634786202845626,0.255951455205554,0.0,0.00934138431525177,0.5,0.255951455205554,0.0,0.000498189569086722,0.5,0.255951455205554,0.0,0.00272755341151844,0.5,0.255951455205554,0.0,0.00417100410973507,0.255951455205554,0.0,9.79708863364125e-05,0.0,0.0863739498619556,0.255951455205554,0.0,0.140567328025369,0.5,0.255951455205554,0.0,0.30526667857461,0.255951455205554,0.0,0.0386389119754082,0.255951455205554,0.0,0.0411489931152891,0.255951455205554,0.0,0.0227113905249217,0.0,0.896953272472568 -8330,0.255951455205554,0.0,0.625598495438197,0.255951455205554,0.0,0.249939549362741,0.255951455205554,0.0,0.289164897904856,0.255951455205554,0.0,0.340461096557557,0.255951455205554,0.0,0.0641002620765561,0.255951455205554,0.0,0.00685323886819343,0.5,0.255951455205554,0.0,0.000318338557467273,0.5,0.255951455205554,0.0,0.00297066811842748,0.5,0.255951455205554,0.0,0.00451982257092808,0.255951455205554,0.0,2.76328886209305e-05,0.0,0.0768594514213125,0.255951455205554,0.0,0.125188285857181,0.5,0.255951455205554,0.0,0.406210167125248,0.255951455205554,0.0,0.0279443191385737,0.255951455205554,0.0,0.0343590300506187,0.255951455205554,0.0,0.0181291895474773,0.0,0.899334479650843 -8331,0.255951455205554,0.0,0.643797735351838,0.255951455205554,0.0,0.233835777675336,0.255951455205554,0.0,0.311285453902678,0.255951455205554,0.0,0.364817206597808,0.255951455205554,0.0,0.0705478118429309,0.255951455205554,0.0,0.00773870056625451,0.5,0.255951455205554,0.0,0.000338310783214121,0.5,0.255951455205554,0.0,0.003136320885701,0.5,0.255951455205554,0.0,0.0047369148063055,0.255951455205554,0.0,0.000139639773456167,0.0,0.0722051602307403,0.255951455205554,0.0,0.102948842788363,0.5,0.255951455205554,0.0,0.411676338700278,0.255951455205554,0.0,0.0217147345339458,0.255951455205554,0.0,0.031623218920586,0.255951455205554,0.0,0.0149819012226642,0.0,0.936788093207235 -8332,0.255951455205554,0.0,0.643005459232563,0.255951455205554,0.0,0.25551229889753,0.255951455205554,0.0,0.321753532771298,0.255951455205554,0.0,0.390255606079236,0.255951455205554,0.0,0.0824471805660307,0.255951455205554,0.0,0.00915753523321684,0.5,0.255951455205554,0.0,0.000984503848434903,0.5,0.255951455205554,0.0,0.0027850290004314,0.5,0.255951455205554,0.0,0.00484793792282927,0.255951455205554,0.0,0.000405071127726519,0.0,0.0743338031645695,0.255951455205554,0.0,0.0822381070254594,0.5,0.255951455205554,0.0,0.379789495187744,0.255951455205554,0.0,0.0158883272579667,0.255951455205554,0.0,0.0344326585941538,0.255951455205554,0.0,0.0117070398953063,0.0,0.983503480907864 -8333,0.255951455205554,0.0,0.652844328469867,0.255951455205554,0.0,0.257301949064404,0.255951455205554,0.0,0.327423824717705,0.255951455205554,0.0,0.414208823254413,0.255951455205554,0.0,0.0948744078549329,0.255951455205554,0.0,0.0141800009159918,0.5,0.255951455205554,0.0,0.00243153720779384,0.5,0.255951455205554,0.0,0.00302088002894462,0.5,0.255951455205554,0.0,0.00409781478213629,0.255951455205554,0.0,0.000327527739321944,0.0,0.0699998089479882,0.255951455205554,0.0,0.0720290659179532,0.5,0.255951455205554,0.0,0.33964973916814,0.255951455205554,0.0,0.0112354790564785,0.255951455205554,0.0,0.037623256744208,0.255951455205554,0.0,0.00931309928368067,0.0,0.994862319485948 -8334,0.255951455205554,0.0,0.692413983069588,0.255951455205554,0.0,0.286000943086557,0.255951455205554,0.0,0.338509463107922,0.255951455205554,0.0,0.42428659431697,0.255951455205554,0.0,0.100397432584549,0.255951455205554,0.0,0.017203684139563,0.5,0.255951455205554,0.0,0.00317357877240834,0.5,0.255951455205554,0.0,0.00393207183748295,0.5,0.255951455205554,0.0,0.0041049178880146,0.255951455205554,0.0,0.000130612017230373,0.0,0.059452086405935,0.255951455205554,0.0,0.0745507916957552,0.5,0.255951455205554,0.0,0.294488004301691,0.255951455205554,0.0,0.00871608307806032,0.255951455205554,0.0,0.0386467814056268,0.255951455205554,0.0,0.007469402008953,0.0,0.994594647661032 -8335,0.255951455205554,0.0,0.744386378911017,0.255951455205554,0.0,0.31595227096286,0.255951455205554,0.0,0.348896681105931,0.255951455205554,0.0,0.426481546863899,0.255951455205554,0.0,0.108751542327819,0.255951455205554,0.0,0.021884253970366,0.5,0.255951455205554,0.0,0.0041665733483725,0.5,0.255951455205554,0.0,0.00474854210394886,0.5,0.255951455205554,0.0,0.00373375559237415,0.255951455205554,0.0,0.000220956387350682,0.0,0.0556944185849243,0.255951455205554,0.0,0.075278741070415,0.5,0.255951455205554,0.0,0.274510724146555,0.255951455205554,0.0,0.00624777106677514,0.255951455205554,0.0,0.0360785096990472,0.255951455205554,0.0,0.00517399724851379,0.0,0.988441010149448 -8336,0.255951455205554,0.0,0.758861395723113,0.255951455205554,0.0,0.328841776524876,0.255951455205554,0.0,0.35662638380797,0.255951455205554,0.0,0.43221884342964,0.255951455205554,0.0,0.118001982944263,0.255951455205554,0.0,0.0248688439852511,0.5,0.255951455205554,0.0,0.00573678094599853,0.5,0.255951455205554,0.0,0.00474397446965902,0.5,0.255951455205554,0.0,0.00410920230543804,0.255951455205554,0.0,0.00024032717303794,0.0,0.0621685646347015,0.255951455205554,0.0,0.0760885821638084,0.5,0.255951455205554,0.0,0.288669732892389,0.255951455205554,0.0,0.00373716499174324,0.255951455205554,0.0,0.0304750329963172,0.255951455205554,0.0,0.00423053593747313,0.0,0.980205284596818 -8337,0.255951455205554,0.0,0.745779467452772,0.255951455205554,0.0,0.332098387149278,0.255951455205554,0.0,0.372871228767969,0.255951455205554,0.0,0.452935625186218,0.255951455205554,0.0,0.12009980441345,0.255951455205554,4.1536643283503e-05,0.0281188882293276,0.5,0.255951455205554,1.5979427325904e-05,0.00682789322436409,0.5,0.255951455205554,0.000793270744613514,0.00451105837592682,0.5,0.255951455205554,0.00257224869969976,0.00456862341138335,0.255951455205554,0.0,0.000333544545793196,0.000561274670049444,0.0643205259036846,0.255951455205554,0.000718761705021642,0.0738340555659749,0.5,0.255951455205554,2.8291779764537e-05,0.308830748237016,0.255951455205554,0.00167508135226488,0.00229400826275934,0.255951455205554,0.000333228506592388,0.025448636667237,0.255951455205554,0.00124117390388285,0.00539618621779778,0.0,0.983273260313493 -8338,0.255951455205554,0.0295438503866206,0.757275060076044,0.255951455205554,0.0687895450333154,0.331161376702112,0.255951455205554,0.0366294056489764,0.398123351956353,0.255951455205554,0.0626694775471577,0.480479403789538,0.255951455205554,0.0133222986289426,0.139510527051753,0.255951455205554,0.0506883778410614,0.0362055061373273,0.5,0.255951455205554,0.0649334528577679,0.00612302680776824,0.5,0.255951455205554,0.0179858629805532,0.00328136330821375,0.5,0.255951455205554,0.0353897766014449,0.00327739103124809,0.255951455205554,0.0848505071508919,0.000475008033744313,0.019901546865863,0.0855358645920869,0.255951455205554,0.0306831534031242,0.072758305688285,0.5,0.255951455205554,0.0760191491692685,0.32196334426622,0.255951455205554,0.0350397229831769,0.00238737923188235,0.255951455205554,0.0329679864262052,0.0267944461198547,0.255951455205554,0.0559348296337593,0.00836472221138534,0.0126407791430074,0.98904884903292 -8339,0.255951455205554,0.13701136644159,0.798742446143661,0.255951455205554,0.20775545366086,0.373823772450186,0.255951455205554,0.121824690390089,0.433970304576829,0.255951455205554,0.209452752261332,0.508263416741616,0.255951455205554,0.0675180520655347,0.182364460874124,0.255951455205554,0.156010742753698,0.0491262826192823,0.5,0.255951455205554,0.182676484275015,0.00616125057311361,0.5,0.255951455205554,0.0426115784648191,0.00246804532023509,0.5,0.255951455205554,0.073828128354248,0.0025821406319804,0.255951455205554,0.217768148915706,0.000613755338777313,0.0359599366067399,0.10490432920886,0.255951455205554,0.0651137064850863,0.0823436937337367,0.5,0.255951455205554,0.187670009890291,0.332641981148967,0.255951455205554,0.094632420002159,0.00411101338910907,0.255951455205554,0.0842292674489373,0.0516313656803388,0.255951455205554,0.160581716470488,0.0140452296311799,0.143441081863339,0.989889010088469 -8340,0.255951455205554,0.239982324095529,0.847955078530685,0.255951455205554,0.278768178449965,0.4362451139438,0.255951455205554,0.220437171526901,0.459077582675316,0.255951455205554,0.308628397195219,0.52455227735515,0.255951455205554,0.173720182120344,0.227190974364331,0.255951455205554,0.261957475709099,0.0634907502406613,0.5,0.255951455205554,0.288664880667827,0.0114079432996993,0.5,0.255951455205554,0.0668092516740649,0.00172548677856695,0.5,0.255951455205554,0.105755047219947,0.00251260234963854,0.255951455205554,0.315907820800835,0.000917362407837929,0.0518730733525116,0.118495772204458,0.255951455205554,0.0947891122775127,0.0952960952439313,0.5,0.255951455205554,0.258510291679119,0.327877041377236,0.255951455205554,0.189957321040306,0.00802337987219122,0.255951455205554,0.113970207278129,0.107671393109983,0.255951455205554,0.282793212467562,0.0215883880104814,0.253524787005156,0.988630371303198 -8341,0.255951455205554,0.25736876517335,0.861115933634845,0.255951455205554,0.298465121842501,0.421155122991627,0.255951455205554,0.264999848549511,0.472020399164545,0.255951455205554,0.363573352183374,0.540597724821571,0.255951455205554,0.239207023872883,0.249175724636671,0.255951455205554,0.347513811719997,0.0747858060313185,0.5,0.255951455205554,0.356217968772282,0.0160274545672077,0.5,0.255951455205554,0.0747933200765447,0.00157159408980161,0.5,0.255951455205554,0.113943357059145,0.00343483148398544,0.255951455205554,0.372677125999511,0.00135361607254849,0.0643852953926194,0.112914441606654,0.255951455205554,0.0887919953699713,0.0989208032937858,0.5,0.255951455205554,0.283213246302292,0.309040296821791,0.255951455205554,0.242800365053338,0.0140346771183313,0.255951455205554,0.11810139610722,0.124615074607971,0.255951455205554,0.365627097817926,0.0297048925940099,0.254453973608994,0.986653521029089 -8342,0.255951455205554,0.239269532114639,0.854966365602761,0.255951455205554,0.321227260556254,0.416579149776611,0.255951455205554,0.256147675683895,0.47925747783313,0.255951455205554,0.348622689167366,0.56160191922429,0.255951455205554,0.26440879674165,0.265955136223718,0.255951455205554,0.338704138595973,0.0827821019250042,0.5,0.255951455205554,0.353306955684643,0.0168474292712247,0.5,0.255951455205554,0.0712581802790727,0.00390554184409884,0.5,0.255951455205554,0.104716813218516,0.00591950577428102,0.255951455205554,0.371917348023203,0.00246563279898704,0.0221787012923533,0.083962991731783,0.255951455205554,0.0624741761775267,0.0861167121486913,0.5,0.255951455205554,0.225408248838013,0.300873108475357,0.255951455205554,0.256527714417999,0.0160081806494658,0.255951455205554,0.135853845241263,0.118632808732993,0.255951455205554,0.348785529424734,0.0309419198926712,0.249249433118039,0.984507339353319 -8343,0.255951455205554,0.146433728059655,0.862566800072878,0.255951455205554,0.144214114668626,0.494212156514761,0.255951455205554,0.171792629434761,0.503624917844131,0.255951455205554,0.192582971070407,0.570686267328383,0.255951455205554,0.215433545075072,0.237223696904961,0.255951455205554,0.233960662150082,0.0628524237929585,0.5,0.255951455205554,0.250909057086728,0.0144055313114622,0.5,0.255951455205554,0.0436000422477057,0.00954174751331389,0.5,0.255951455205554,0.0668782958362052,0.011158210370555,0.255951455205554,0.293554282594637,0.00240160835599943,0.00542459184617058,0.0577158612647368,0.255951455205554,0.0294117412250265,0.0608791877770562,0.5,0.255951455205554,0.0860130376513296,0.316014177752999,0.255951455205554,0.152166237691747,0.0143228998860364,0.255951455205554,0.111243154077801,0.0791726466363855,0.255951455205554,0.239008409424341,0.0185984926677621,0.180538736419835,0.985735824771422 -8344,0.255951455205554,0.0,0.860692714727882,0.255951455205554,0.0,0.479256012495951,0.255951455205554,0.0,0.52247757940557,0.255951455205554,0.0,0.601987643793445,0.255951455205554,0.0152076932668821,0.18103676678314,0.255951455205554,0.00842374569699458,0.0394966282025697,0.5,0.255951455205554,0.0493977534539725,0.0138173391290128,0.5,0.255951455205554,0.0134107982901634,0.0155851923330453,0.5,0.255951455205554,0.00456217530861755,0.012971705616847,0.255951455205554,0.0772085668834853,0.00173598801088174,0.0,0.0326417026728416,0.255951455205554,0.0,0.0444976498096742,0.5,0.255951455205554,0.0,0.295745158428079,0.255951455205554,0.0,0.0192468576238023,0.255951455205554,0.0,0.0422709372185437,0.255951455205554,0.0,0.0133037441599398,0.0,0.990306135834378 -8345,0.255951455205554,0.0,0.868490299403133,0.255951455205554,0.0,0.465824754463886,0.255951455205554,0.0,0.530973518560169,0.255951455205554,0.0,0.655904149404785,0.255951455205554,0.0,0.158117147532592,0.255951455205554,0.0,0.029955293387555,0.5,0.255951455205554,0.0,0.0176457360450049,0.5,0.255951455205554,0.0,0.0238850678944246,0.5,0.255951455205554,0.0,0.0141721680381186,0.255951455205554,0.0,0.00224539574705003,0.0,0.0289768133992109,0.255951455205554,0.0,0.0398285039445044,0.5,0.255951455205554,0.0,0.262889066382449,0.255951455205554,0.0,0.0181052429189215,0.255951455205554,0.0,0.0325494447274108,0.255951455205554,0.0,0.0139066349516059,0.0,0.993698301479984 -8346,0.255951455205554,0.0,0.88136076125055,0.255951455205554,0.0,0.454086944559416,0.255951455205554,0.0,0.522611817646779,0.255951455205554,0.0,0.688211502309834,0.255951455205554,0.0,0.166691979661349,0.255951455205554,0.0,0.0340944924448001,0.5,0.255951455205554,0.0,0.0198889611452836,0.5,0.255951455205554,0.0,0.0295041586368741,0.5,0.255951455205554,0.0,0.0148286852167031,0.255951455205554,0.0,0.00394444313697344,0.0,0.0329235849289639,0.255951455205554,0.0,0.0466513115697481,0.5,0.255951455205554,0.0,0.253832416875489,0.255951455205554,0.0,0.0175430124046664,0.255951455205554,0.0,0.0330670491744601,0.255951455205554,0.0,0.0172464827210614,0.0,0.995874855444353 -8347,0.255951455205554,0.0,0.897987249149893,0.255951455205554,0.0,0.479245895169462,0.255951455205554,0.0,0.503892211688729,0.255951455205554,0.0,0.63822907063384,0.255951455205554,0.0,0.181418305411855,0.255951455205554,0.0,0.0375587152103493,0.5,0.255951455205554,0.0,0.0203534108523836,0.5,0.255951455205554,0.0,0.0337039476529057,0.5,0.255951455205554,0.0,0.015096687257476,0.255951455205554,0.0,0.0064054462212633,0.0,0.0324442712943483,0.255951455205554,0.0,0.0587537934024028,0.5,0.255951455205554,0.0,0.268051199036222,0.255951455205554,0.0,0.0214872305012669,0.255951455205554,0.0,0.0367323354798849,0.255951455205554,0.0,0.0199728698150378,0.0,0.997281189355069 -8348,0.255951455205554,0.0,0.899360308763127,0.255951455205554,0.0,0.443068934126355,0.255951455205554,0.0,0.490389888488568,0.255951455205554,0.0,0.586624393503938,0.255951455205554,0.0,0.193343641959962,0.255951455205554,0.0,0.0407955216912297,0.5,0.255951455205554,0.0,0.0232072361427821,0.5,0.255951455205554,0.0,0.0363480132646219,0.5,0.255951455205554,0.0,0.0169707571473316,0.255951455205554,0.0,0.007649908645879,0.0,0.0419809520598072,0.255951455205554,0.0,0.0666093443908488,0.5,0.255951455205554,0.0,0.271402146466191,0.255951455205554,0.0,0.0251987753941731,0.255951455205554,0.0,0.046754957238205,0.255951455205554,0.0,0.0261254937687147,0.0,0.99634678209166 -8349,0.255951455205554,0.0,0.890385432719761,0.255951455205554,0.0,0.380395867945884,0.255951455205554,0.0,0.498746390825303,0.255951455205554,0.0,0.581664073039253,0.255951455205554,0.0,0.213925505625107,0.255951455205554,0.0,0.0415681796136246,0.5,0.255951455205554,0.0,0.0288151127866412,0.5,0.255951455205554,0.0,0.0395802652387736,0.5,0.255951455205554,0.0,0.0200649406271885,0.255951455205554,0.0,0.00767297715388667,0.0,0.0557528039955547,0.255951455205554,0.0,0.072063833758781,0.5,0.255951455205554,0.0,0.278675808439708,0.255951455205554,0.0,0.0373119361806859,0.255951455205554,0.0,0.0611717851038679,0.255951455205554,0.0,0.0359616219416779,0.0,0.993891569057921 -8350,0.255951455205554,0.0,0.881408944441268,0.255951455205554,0.0,0.402351465355622,0.255951455205554,0.0,0.534436291532245,0.255951455205554,0.0,0.613903486138811,0.255951455205554,0.0,0.245532610140099,0.255951455205554,0.0,0.048501359599909,0.5,0.255951455205554,0.0,0.0336509662522069,0.5,0.255951455205554,0.0,0.0443934474133328,0.5,0.255951455205554,0.0,0.0271518178739462,0.255951455205554,0.0,0.00785816676207292,0.0,0.0645080925399772,0.255951455205554,0.0,0.0806026406054571,0.5,0.255951455205554,0.0,0.266282480928042,0.255951455205554,0.0,0.052675312630455,0.255951455205554,0.0,0.0764704854150563,0.255951455205554,0.0,0.0441318742995993,0.0,0.991902923201526 -8351,0.255951455205554,0.0,0.880078925766949,0.255951455205554,0.0,0.445320198857582,0.255951455205554,0.0,0.581408751623893,0.255951455205554,0.0,0.678736814736253,0.255951455205554,0.0,0.296306901905896,0.255951455205554,0.0,0.0578922976292131,0.5,0.255951455205554,0.0,0.0324207572318026,0.5,0.255951455205554,0.0,0.0492851493000638,0.5,0.255951455205554,0.0,0.0362492546606912,0.255951455205554,0.0,0.00861485145688021,0.0,0.0743172035263902,0.255951455205554,0.0,0.09602228564515,0.5,0.255951455205554,0.0,0.268847191012233,0.255951455205554,0.0,0.062601657251399,0.255951455205554,0.0,0.089192499142307,0.255951455205554,0.0,0.0514904990215008,0.0,0.990674219404195 -8352,0.255951455205554,0.0,0.893236838429201,0.255951455205554,0.0,0.485542991013548,0.255951455205554,0.0,0.626785909796743,0.255951455205554,0.0,0.749578140312015,0.255951455205554,0.0,0.366470817343747,0.255951455205554,0.0,0.0655630057458157,0.5,0.255951455205554,0.0,0.0417120469818997,0.5,0.255951455205554,0.0,0.0526473289844184,0.5,0.255951455205554,0.0,0.0476378965128365,0.255951455205554,0.0,0.0174757754639643,0.0,0.0742036492062268,0.255951455205554,0.0,0.106666334625285,0.5,0.255951455205554,0.0,0.302143184926895,0.255951455205554,0.0,0.0653071408099715,0.255951455205554,0.0,0.103470121111132,0.255951455205554,0.0,0.0586955062544352,0.0,0.27343935737593 -8353,0.255951455205554,0.0,0.903094938317058,0.255951455205554,0.0,0.561012653090175,0.255951455205554,0.0,0.667597055884829,0.255951455205554,0.0,0.808146805422553,0.255951455205554,0.0,0.42957308045223,0.255951455205554,0.0,0.0765104160144712,0.5,0.255951455205554,0.0,0.0476317409717174,0.5,0.255951455205554,0.0,0.0523813126124008,0.5,0.255951455205554,0.0,0.0522415560448426,0.255951455205554,0.0,0.0288059817428992,0.0,0.07456850123679,0.255951455205554,0.0,0.109624873640899,0.5,0.255951455205554,0.0,0.33153319653143,0.255951455205554,0.0,0.0697990849438121,0.255951455205554,0.0,0.120302705007495,0.255951455205554,0.0,0.0755430367173073,0.0,0.991170823910203 -8354,0.255951455205554,0.0,0.909839380986961,0.255951455205554,0.0,0.649262569825513,0.255951455205554,0.0,0.702687463297662,0.255951455205554,0.0,0.842457845213496,0.255951455205554,0.0,0.491836473865824,0.255951455205554,0.0,0.0985725895649064,0.5,0.255951455205554,0.0,0.0830449035885141,0.5,0.255951455205554,0.0,0.0529808768305666,0.5,0.255951455205554,0.0,0.0518285078922604,0.255951455205554,0.0,0.0397986871128064,0.0,0.0797277803828033,0.255951455205554,0.0,0.116945301726333,0.5,0.255951455205554,0.0,0.359781204712452,0.255951455205554,0.0,0.0833835095920639,0.255951455205554,0.0,0.143706372135973,0.255951455205554,0.0,0.110528682016653,0.0,0.967418359775583 -8355,0.255951455205554,0.0,0.938502907107404,0.255951455205554,0.0,0.721204606207454,0.255951455205554,0.0,0.730921442891373,0.255951455205554,0.0,0.852327668113932,0.255951455205554,0.0,0.541243147993775,0.255951455205554,0.0,0.141494187845308,0.5,0.255951455205554,0.0,0.139401090702722,0.5,0.255951455205554,0.0,0.0583844842687707,0.5,0.255951455205554,0.0,0.0557492355943041,0.255951455205554,0.0,0.0514258166906234,0.0,0.0910959722732764,0.255951455205554,0.0,0.134296328903807,0.5,0.255951455205554,0.0,0.388800218384068,0.255951455205554,0.0,0.107239611918252,0.255951455205554,0.0,0.178370021113548,0.255951455205554,0.0,0.134215577705412,0.0,0.941777659404029 -8356,0.255951455205554,0.0,0.962975757412369,0.255951455205554,0.0,0.836105712263008,0.255951455205554,0.0,0.75553801878274,0.255951455205554,0.0,0.885567883138088,0.255951455205554,0.0,0.595499465490744,0.255951455205554,0.0,0.239245719769905,0.5,0.255951455205554,0.0,0.188092694582249,0.5,0.255951455205554,0.0,0.0631649716622491,0.5,0.255951455205554,0.0,0.0631103300971791,0.255951455205554,0.0,0.0745799520927381,0.0,0.112202357687492,0.255951455205554,0.0,0.154157460395437,0.5,0.255951455205554,0.0,0.421919805252288,0.255951455205554,0.0,0.122713955427073,0.255951455205554,0.0,0.202668617393438,0.255951455205554,0.0,0.214659527292605,0.0,0.947196813617978 -8357,0.255951455205554,0.0,0.947715331058255,0.255951455205554,0.0,0.906551754112568,0.255951455205554,0.0,0.775250919651497,0.255951455205554,0.0,0.896491166560317,0.255951455205554,0.0,0.640613750949883,0.255951455205554,0.0,0.324733279784706,0.5,0.255951455205554,0.0,0.210568150983284,0.5,0.255951455205554,0.0,0.0678907437610461,0.5,0.255951455205554,0.0,0.0746735392053312,0.255951455205554,0.0,0.129390324035233,0.0,0.123680217623292,0.255951455205554,0.0,0.175581158919206,0.5,0.255951455205554,0.0,0.473422984704041,0.255951455205554,0.0,0.122918500587919,0.255951455205554,0.0,0.261706828769481,0.255951455205554,0.0,0.32775588673942,0.0,0.962312084681399 -8358,0.255951455205554,0.0,0.891114548672279,0.255951455205554,0.0,0.923441261411461,0.255951455205554,0.0,0.773923038165095,0.255951455205554,0.0,0.892726117835538,0.255951455205554,0.0,0.688940612793427,0.255951455205554,0.0,0.352267819581987,0.5,0.255951455205554,0.0,0.201868825774128,0.5,0.255951455205554,0.0,0.0762845968578822,0.5,0.255951455205554,0.0,0.0786616525254232,0.255951455205554,0.0,0.146915675169659,0.0,0.12947635553388,0.255951455205554,0.0,0.200718809369679,0.5,0.255951455205554,0.0,0.550660582077291,0.255951455205554,0.0,0.12386631552883,0.255951455205554,0.0,0.303112850462219,0.255951455205554,0.0,0.42711983261173,0.0,0.951000231604127 -8359,0.255951455205554,0.0,0.833359986190986,0.255951455205554,0.0,0.899440980681104,0.255951455205554,0.0,0.718684068206441,0.255951455205554,0.0,0.891362681608258,0.255951455205554,0.0,0.730616838803726,0.255951455205554,0.0,0.341906304954077,0.5,0.255951455205554,0.0,0.221176297265128,0.5,0.255951455205554,0.0,0.0994480330497331,0.5,0.255951455205554,0.0,0.0940104285405362,0.255951455205554,0.0,0.0972481671448868,0.0,0.163155435141279,0.255951455205554,0.0,0.225813108964017,0.5,0.255951455205554,0.0,0.609526363781089,0.255951455205554,0.0,0.14976194914107,0.255951455205554,0.0,0.332202532353319,0.255951455205554,0.0,0.497064478053895,0.0,0.980999805777197 -8360,0.255951455205554,0.0,0.754050284028273,0.255951455205554,0.0,0.840770129901874,0.255951455205554,0.0,0.640986783138912,0.255951455205554,0.0,0.788039492019271,0.255951455205554,0.0,0.729379643011603,0.255951455205554,0.0,0.339695875750568,0.5,0.255951455205554,0.0,0.240467533386339,0.5,0.255951455205554,0.0,0.119599469726907,0.5,0.255951455205554,0.0,0.12401416837266,0.255951455205554,0.0,0.076975394538713,0.0,0.219772268495476,0.255951455205554,0.0,0.24824716233898,0.5,0.255951455205554,0.0,0.620363558478883,0.255951455205554,0.0,0.183597445496267,0.255951455205554,0.0,0.372105173408661,0.255951455205554,0.0,0.484056453936297,0.0,0.985557000935802 -8361,0.255951455205554,0.0,0.691927547366045,0.255951455205554,0.0,0.813778306255684,0.255951455205554,0.0,0.579529359658636,0.255951455205554,0.0,0.617829853723629,0.255951455205554,0.0,0.633196100762504,0.255951455205554,4.33569812024588e-06,0.366674559404228,0.5,0.255951455205554,6.41840851222916e-06,0.246395471159165,0.5,0.255951455205554,0.000436494028840692,0.130684805216283,0.5,0.255951455205554,0.00215298608533151,0.166569049310421,0.255951455205554,0.0,0.0718301453216009,0.000672930240929193,0.257083653430036,0.255951455205554,0.00168968439719076,0.292088447266378,0.5,0.255951455205554,3.40064843066492e-06,0.625843357725401,0.255951455205554,0.00186792040755362,0.258285042362,0.255951455205554,0.000298777692065547,0.426838719081807,0.255951455205554,0.000584129922249911,0.485590793592232,0.0,0.987276924599902 -8362,0.255951455205554,0.00451891854745002,0.659716685682365,0.255951455205554,0.00242365682936751,0.620787310268343,0.255951455205554,0.00740690731091802,0.526849085697358,0.255951455205554,0.00396659451655716,0.482414068253143,0.255951455205554,0.00260501853067071,0.460906192783701,0.255951455205554,0.0129765144872248,0.3939430431787,0.5,0.255951455205554,0.0276959026401856,0.261458065829245,0.5,0.255951455205554,0.0131087065802835,0.15776422085574,0.5,0.255951455205554,0.0290851924774114,0.234399067777817,0.255951455205554,0.0144275497123364,0.0865809418102973,0.0345531366322447,0.29386880388799,0.255951455205554,0.0473477422792813,0.357536175821801,0.5,0.255951455205554,0.00615825270085609,0.63615403660462,0.255951455205554,0.0488932362458443,0.425941319032592,0.255951455205554,0.0271143321577862,0.513641428168342,0.255951455205554,0.0335956844691712,0.539357741634789,0.00525710709951578,0.972816035673763 -8363,0.255951455205554,0.0337803138348755,0.655581491615484,0.255951455205554,0.0233108046589182,0.48611596783794,0.255951455205554,0.0466203585604789,0.479426683049999,0.255951455205554,0.0543104210019411,0.4564689710598,0.255951455205554,0.0171185904933017,0.353924302255946,0.255951455205554,0.0301706839726947,0.3998408246295,0.5,0.255951455205554,0.0547056242474677,0.246869854941418,0.5,0.255951455205554,0.0390085126168801,0.188595733040092,0.5,0.255951455205554,0.0585774406621618,0.296487175302483,0.255951455205554,0.0125213561961244,0.137663863431544,0.0520856813249953,0.370297809047615,0.255951455205554,0.0904577653778437,0.44722638676058,0.5,0.255951455205554,0.0122338669389475,0.660273373513727,0.255951455205554,0.10492679748041,0.554918401574291,0.255951455205554,0.0655081047801696,0.603200845442582,0.255951455205554,0.0676185387662649,0.624887565464942,0.0459470021027499,0.953085400467913 -8364,0.255951455205554,0.0692373764737635,0.673959808532887,0.255951455205554,0.0847182236794178,0.500312982987198,0.255951455205554,0.091473023412231,0.481316698952578,0.255951455205554,0.121891681331796,0.515374780894775,0.255951455205554,0.0479920556064604,0.314138057074823,0.255951455205554,0.0320429294986452,0.318805984912606,0.5,0.255951455205554,0.0634748887724402,0.192112987786695,0.5,0.255951455205554,0.0774293663141346,0.186543798227547,0.5,0.255951455205554,0.0757342146663736,0.312586106263025,0.255951455205554,0.0108813991270577,0.177960532757434,0.0374231196737294,0.488698347824023,0.255951455205554,0.0899413538864136,0.532015427986334,0.5,0.255951455205554,0.0198362437819248,0.619293693166802,0.255951455205554,0.119966084887513,0.671475425297674,0.255951455205554,0.0587517199733194,0.64575043586233,0.255951455205554,0.062918713508698,0.682728472403048,0.0591256035339866,0.974680628641087 -8365,0.255951455205554,0.1153962894355,0.694999597090567,0.255951455205554,0.10848072239726,0.640139840158354,0.255951455205554,0.112480591811365,0.495544681830408,0.255951455205554,0.153743321111814,0.501118543206615,0.255951455205554,0.0961079458584254,0.307091030056579,0.255951455205554,0.0305954226904934,0.229777236278861,0.5,0.255951455205554,0.0572410043765745,0.148016753617284,0.5,0.255951455205554,0.132126664251482,0.167704710764763,0.5,0.255951455205554,0.0786790290571886,0.284443318072682,0.255951455205554,0.0121520926062942,0.172369448193046,0.0299722563756653,0.56653885921099,0.255951455205554,0.0555759880461708,0.573575216859102,0.5,0.255951455205554,0.0334986633157741,0.559945039005755,0.255951455205554,0.113033616926208,0.690628684751826,0.255951455205554,0.0410322990865806,0.636188182066588,0.255951455205554,0.0482816440084529,0.626197457643771,0.0540807242634477,0.984593820170401 -8366,0.255951455205554,0.138097461440931,0.726731625434476,0.255951455205554,0.0859417019168333,0.626682522767349,0.255951455205554,0.104848887678743,0.501442832242249,0.255951455205554,0.134450519401356,0.506252409432321,0.255951455205554,0.11195851006792,0.331506866413672,0.255951455205554,0.0302296843307457,0.168119551547627,0.5,0.255951455205554,0.0252604229438943,0.0962689823489028,0.5,0.255951455205554,0.147286412848694,0.176083633570658,0.5,0.255951455205554,0.0680385587137711,0.301303629457459,0.255951455205554,0.0094201605566266,0.116679991901938,0.0224382624109261,0.429368292127385,0.255951455205554,0.0331520073338141,0.56163271067493,0.5,0.255951455205554,0.0429102062924155,0.529799564172016,0.255951455205554,0.0766314074094123,0.624357290293311,0.255951455205554,0.0368732807023657,0.57195851815802,0.255951455205554,0.0358005059975606,0.551270653695747,0.178578876589382,0.990310873891485 -8367,0.255951455205554,0.0639877060460228,0.723106155028309,0.255951455205554,0.0393259541004555,0.601900833668805,0.255951455205554,0.0657491929103382,0.477897635305652,0.255951455205554,0.0844187987603161,0.527220137051417,0.255951455205554,0.0842494694514312,0.293956935422305,0.255951455205554,0.0226274258523753,0.131599187229186,0.5,0.255951455205554,0.0149403537756446,0.0574284781517758,0.5,0.255951455205554,0.0948197049510874,0.145504300529477,0.5,0.255951455205554,0.0405588688745643,0.267419626175247,0.255951455205554,0.00447242065198624,0.0683360844833971,0.0127182009653713,0.332987866866328,0.255951455205554,0.0145484660888206,0.453719566588323,0.5,0.255951455205554,0.0236135478223543,0.494512575202055,0.255951455205554,0.034402075151487,0.533551208761922,0.255951455205554,0.0276075048861557,0.441426261986561,0.255951455205554,0.0200743225557041,0.432576095783779,0.0814289260255839,0.991083354641063 -8368,0.255951455205554,0.000151486640517341,0.717397616601099,0.255951455205554,0.0,0.553736245618139,0.255951455205554,3.92766042480375e-06,0.438143842325311,0.255951455205554,0.0,0.496378343338337,0.255951455205554,0.00597371793650939,0.242313565434602,0.255951455205554,0.000829137929432158,0.0944657222365649,0.5,0.255951455205554,0.00907990220907172,0.0405033417101782,0.5,0.255951455205554,0.0230357936097553,0.093648928964061,0.5,0.255951455205554,0.00186392099303601,0.189578199981875,0.255951455205554,0.0015421569846806,0.044692960096819,0.000408197570585931,0.259636955473461,0.255951455205554,0.000183077341372859,0.364381060376167,0.5,0.255951455205554,2.77381961919099e-05,0.529083009068761,0.255951455205554,2.90978065216537e-06,0.44447974486739,0.255951455205554,0.000238041062413538,0.304085156241851,0.255951455205554,0.000240259786685953,0.264138822626276,0.0,0.985863437651229 -8369,0.255951455205554,0.0,0.648888452586043,0.255951455205554,0.0,0.39607211860243,0.255951455205554,0.0,0.434255382551702,0.255951455205554,0.0,0.49158392219657,0.255951455205554,0.0,0.208680290982936,0.255951455205554,0.0,0.0658562633819497,0.5,0.255951455205554,0.0,0.0280847904232595,0.5,0.255951455205554,0.0,0.0599620379612069,0.5,0.255951455205554,0.0,0.128202524913626,0.255951455205554,0.0,0.0189860894987214,0.0,0.17016134955643,0.255951455205554,0.0,0.311943099212519,0.5,0.255951455205554,0.0,0.577961273284263,0.255951455205554,0.0,0.288315329276012,0.255951455205554,0.0,0.25189503780471,0.255951455205554,0.0,0.168858845813257,0.0,0.921784113691884 -8370,0.255951455205554,0.0,0.587302574552449,0.255951455205554,0.0,0.320337480568526,0.255951455205554,0.0,0.434500519573534,0.255951455205554,0.0,0.562343453452718,0.255951455205554,0.0,0.17445187709738,0.255951455205554,0.0,0.0516830148463896,0.5,0.255951455205554,0.0,0.0209114305476293,0.5,0.255951455205554,0.0,0.0410615330703913,0.5,0.255951455205554,0.0,0.0873168609266583,0.255951455205554,0.0,0.0115130372156182,0.0,0.149743906918342,0.255951455205554,0.0,0.313198326241312,0.5,0.255951455205554,0.0,0.629510101239909,0.255951455205554,0.0,0.1945875321958,0.255951455205554,0.0,0.226013702972206,0.255951455205554,0.0,0.120867681259043,0.0,0.876505005207261 -8371,0.255951455205554,0.0,0.577040039314865,0.255951455205554,0.0,0.418981436251095,0.255951455205554,0.0,0.424380126357686,0.255951455205554,0.0,0.560357411810239,0.255951455205554,0.0,0.155251165718596,0.255951455205554,0.0,0.0415745456864058,0.5,0.255951455205554,0.0,0.0145389903072368,0.5,0.255951455205554,0.0,0.0300497258971063,0.5,0.255951455205554,0.0,0.0564853761057567,0.255951455205554,0.0,0.00544322432604898,0.0,0.149812744698382,0.255951455205554,0.0,0.331125343623305,0.5,0.255951455205554,0.0,0.645123445743849,0.255951455205554,0.0,0.139659656495208,0.255951455205554,0.0,0.19533256209663,0.255951455205554,0.0,0.0961789600635699,0.0,0.878230317773701 -8372,0.255951455205554,0.0,0.58585586824506,0.255951455205554,0.0,0.511859505525042,0.255951455205554,0.0,0.402526865280556,0.255951455205554,0.0,0.498366664093847,0.255951455205554,0.0,0.145192174552349,0.255951455205554,0.0,0.0333328589546112,0.5,0.255951455205554,0.0,0.00973176041433045,0.5,0.255951455205554,0.0,0.0215746845232606,0.5,0.255951455205554,0.0,0.0374581462744137,0.255951455205554,0.0,0.00126555031223726,0.0,0.157628051969273,0.255951455205554,0.0,0.300061922393069,0.5,0.255951455205554,0.0,0.617881192563083,0.255951455205554,0.0,0.111009458124839,0.255951455205554,0.0,0.174063375150227,0.255951455205554,0.0,0.0784473766478533,0.0,0.893508792549996 -8373,0.255951455205554,0.0,0.565316846069139,0.255951455205554,0.0,0.508806719630452,0.255951455205554,0.0,0.398559510401852,0.255951455205554,0.0,0.451597434958815,0.255951455205554,0.0,0.131587734754772,0.255951455205554,0.0,0.0294634826511627,0.5,0.255951455205554,0.0,0.00750739823012937,0.5,0.255951455205554,0.0,0.0141544208811056,0.5,0.255951455205554,0.0,0.0267776180377121,0.255951455205554,0.0,0.00047376731594443,0.0,0.149455878365719,0.255951455205554,0.0,0.276933413553185,0.5,0.255951455205554,0.0,0.591609874278287,0.255951455205554,0.0,0.0930479700708464,0.255951455205554,0.0,0.150960298473071,0.255951455205554,0.0,0.0600410879441203,0.0,0.873625110850954 -8374,0.255951455205554,0.0,0.542001747248797,0.255951455205554,0.0,0.501700445636314,0.255951455205554,0.0,0.391105401297424,0.255951455205554,0.0,0.441285795539571,0.255951455205554,0.0,0.110535505883903,0.255951455205554,0.0,0.0251910015767281,0.5,0.255951455205554,0.0,0.00661653035945476,0.5,0.255951455205554,0.0,0.00836362563384978,0.5,0.255951455205554,0.0,0.0191449520179359,0.255951455205554,0.0,0.000192741908218341,0.0,0.132844868968005,0.255951455205554,0.0,0.265887717144927,0.5,0.255951455205554,0.0,0.621728717842728,0.255951455205554,0.0,0.0703826063936544,0.255951455205554,0.0,0.14306835955951,0.255951455205554,0.0,0.0489131577913277,0.0,0.803535766334391 -8375,0.255951455205554,0.0,0.505448890822705,0.255951455205554,0.0,0.487337329073715,0.255951455205554,0.0,0.35238280453074,0.255951455205554,0.0,0.403834043535244,0.255951455205554,0.0,0.0874410412031457,0.255951455205554,0.0,0.0205114275199289,0.5,0.255951455205554,0.0,0.00614536983730803,0.5,0.255951455205554,0.0,0.00493701956567529,0.5,0.255951455205554,0.0,0.0121141444007512,0.255951455205554,0.0,3.76807383885757e-05,0.0,0.119732171656434,0.255951455205554,0.0,0.248572405863855,0.5,0.255951455205554,0.0,0.628681339149528,0.255951455205554,0.0,0.0568561282482265,0.255951455205554,0.0,0.151634300214051,0.255951455205554,0.0,0.0387043120999682,0.0,0.724729844755698 -8376,0.255951455205554,0.0,0.442918202715037,0.255951455205554,0.0,0.474087451659383,0.255951455205554,0.0,0.293212893764644,0.255951455205554,0.0,0.31666045787171,0.255951455205554,0.0,0.0670782170869249,0.255951455205554,0.0,0.0172461304256058,0.5,0.255951455205554,0.0,0.00568164657844939,0.5,0.255951455205554,0.0,0.00350530038791638,0.5,0.255951455205554,0.0,0.00760582364935289,0.255951455205554,0.0,3.87788658601863e-05,0.0,0.111447338109292,0.255951455205554,0.0,0.234005074748646,0.5,0.255951455205554,0.0,0.608055217324865,0.255951455205554,0.0,0.0433740894385729,0.255951455205554,0.0,0.161054143223941,0.255951455205554,0.0,0.0296371780713222,0.0,0.595184359402251 -8377,0.255951455205554,0.0,0.375009318943748,0.255951455205554,0.0,0.398959357972116,0.255951455205554,0.0,0.232783606854862,0.255951455205554,0.0,0.219692562660602,0.255951455205554,0.0,0.0535808624641481,0.255951455205554,0.0,0.0153294003312093,0.5,0.255951455205554,0.0,0.00494937115013261,0.5,0.255951455205554,0.0,0.00322427349771897,0.5,0.255951455205554,0.0,0.00508164602541459,0.255951455205554,0.0,3.9274366325734e-05,0.0,0.127249313635327,0.255951455205554,0.0,0.208308957653875,0.5,0.255951455205554,0.0,0.551637597844676,0.255951455205554,0.0,0.0320515139659054,0.255951455205554,0.0,0.157951615202156,0.255951455205554,0.0,0.02286285877019,0.0,0.302994393626476 -8378,0.255951455205554,0.0,0.241805666178492,0.255951455205554,0.0,0.308161475456745,0.255951455205554,0.0,0.182511851595757,0.255951455205554,0.0,0.172228593463327,0.255951455205554,0.0,0.0494640832601303,0.255951455205554,0.0,0.0127642547749531,0.5,0.255951455205554,0.0,0.00393734008041611,0.5,0.255951455205554,0.0,0.00229587629842114,0.5,0.255951455205554,0.0,0.00305976660532241,0.255951455205554,0.0,3.56133917048389e-05,0.0,0.137814494462147,0.255951455205554,0.0,0.205065101387218,0.5,0.255951455205554,0.0,0.474494182510399,0.255951455205554,0.0,0.0255601943596536,0.255951455205554,0.0,0.141141063934372,0.255951455205554,0.0,0.0193618007633858,0.0,0.120248145430457 -8379,0.255951455205554,0.0,0.125404154935886,0.255951455205554,0.0,0.22157073976262,0.255951455205554,0.0,0.150613246260892,0.255951455205554,0.0,0.143694245385467,0.255951455205554,0.0,0.0522141997407522,0.255951455205554,0.0,0.00990687943687505,0.5,0.255951455205554,0.0,0.00294560368399652,0.5,0.255951455205554,0.0,0.00149999790531572,0.5,0.255951455205554,0.0,0.00155616169863779,0.255951455205554,0.0,4.72508537914559e-05,0.0,0.112960303621474,0.255951455205554,0.0,0.197946573972745,0.5,0.255951455205554,0.0,0.39452954037131,0.255951455205554,0.0,0.022301883139146,0.255951455205554,0.0,0.125354510626095,0.255951455205554,0.0,0.017677670145647,0.0,0.119158514517869 -8380,0.255951455205554,0.0,0.0661906743816877,0.255951455205554,0.0,0.151202244250942,0.255951455205554,0.0,0.136766655161379,0.255951455205554,0.0,0.133151725057363,0.255951455205554,0.0,0.0544538880997612,0.255951455205554,0.0,0.00772955625853838,0.5,0.255951455205554,0.0,0.00231837111833226,0.5,0.255951455205554,0.0,0.000997294072852162,0.5,0.255951455205554,0.0,0.000787031779050521,0.255951455205554,0.0,1.1107186991681e-05,0.0,0.0869933781578914,0.255951455205554,0.0,0.176365684200537,0.5,0.255951455205554,0.0,0.320770663152744,0.255951455205554,0.0,0.0206460198365408,0.255951455205554,0.0,0.107684219335829,0.255951455205554,0.0,0.0152260258480836,0.0,0.300975556626954 -8381,0.255951455205554,0.0,0.0470077621807114,0.255951455205554,0.0,0.117016343530112,0.255951455205554,0.0,0.146512741263251,0.255951455205554,0.0,0.15714591288808,0.255951455205554,0.0,0.0558807649278113,0.255951455205554,0.0,0.00728961344159973,0.5,0.255951455205554,0.0,0.00237782371882933,0.5,0.255951455205554,0.0,0.000759817659918781,0.5,0.255951455205554,0.0,0.000578095750207117,0.255951455205554,0.0,1.10330112329039e-05,0.0,0.0737681194407071,0.255951455205554,0.0,0.148465480086982,0.5,0.255951455205554,0.0,0.252562245258846,0.255951455205554,0.0,0.014711023885744,0.255951455205554,0.0,0.0830078639379488,0.255951455205554,0.0,0.0128247975527713,0.0,0.622153979246371 -8382,0.255951455205554,0.0,0.0754407111350191,0.255951455205554,0.0,0.110023686518031,0.255951455205554,0.0,0.170088061052598,0.255951455205554,0.0,0.207704974032343,0.255951455205554,0.0,0.0582134176164263,0.255951455205554,0.0,0.00848249754356809,0.5,0.255951455205554,0.0,0.00295603674275196,0.5,0.255951455205554,0.0,0.000712885724328067,0.5,0.255951455205554,0.0,0.000542360597693261,0.255951455205554,0.0,0.000140188081792761,0.0,0.0668066126767805,0.255951455205554,0.0,0.119782926656296,0.5,0.255951455205554,0.0,0.193685386953617,0.255951455205554,0.0,0.0104172113634275,0.255951455205554,0.0,0.0572551203157058,0.255951455205554,0.0,0.0112227804347585,0.0,0.828983366671276 -8383,0.255951455205554,0.0,0.151520590417865,0.255951455205554,0.0,0.122063457351026,0.255951455205554,0.0,0.208755950562546,0.255951455205554,0.0,0.23798769228467,0.255951455205554,0.0,0.0661603209720915,0.255951455205554,0.0,0.0109915594551351,0.5,0.255951455205554,0.0,0.00402989507156611,0.5,0.255951455205554,0.0,0.000759385383456556,0.5,0.255951455205554,0.0,0.000611764257109433,0.255951455205554,0.0,0.000310808651831593,0.0,0.062997251228359,0.255951455205554,0.0,0.095067495384178,0.5,0.255951455205554,0.0,0.156208181670362,0.255951455205554,0.0,0.00794852658772489,0.255951455205554,0.0,0.0439192467744845,0.255951455205554,0.0,0.0104440025530296,0.0,0.91832393921106 -8384,0.255951455205554,0.0,0.276532068558953,0.255951455205554,0.0,0.144328910811985,0.255951455205554,0.0,0.251542047004816,0.255951455205554,0.0,0.275205819603414,0.255951455205554,0.0,0.0841217829820437,0.255951455205554,0.0,0.0148645421454417,0.5,0.255951455205554,0.0,0.00608388645322783,0.5,0.255951455205554,0.0,0.000907878183161814,0.5,0.255951455205554,0.0,0.000812966139405309,0.255951455205554,0.0,0.000551001587047078,0.0,0.0542142578677771,0.255951455205554,0.0,0.0771164967460434,0.5,0.255951455205554,0.0,0.131349848866087,0.255951455205554,0.0,0.00700546937477424,0.255951455205554,0.0,0.0412441769610739,0.255951455205554,0.0,0.0114437460865791,0.0,0.923734848765428 -8385,0.255951455205554,0.0,0.4633279468414,0.255951455205554,0.0,0.159697136609222,0.255951455205554,0.0,0.296508470003,0.255951455205554,0.0,0.32157965783821,0.255951455205554,0.0,0.117430473239245,0.255951455205554,5.41300272638533e-07,0.0262817538328379,0.5,0.255951455205554,1.10249794694425e-07,0.00951566041147314,0.5,0.255951455205554,0.000729222461994813,0.00135908349321305,0.5,0.255951455205554,0.00133757482894791,0.00122023495725145,0.255951455205554,0.0,0.000758019784754821,0.000318504073982763,0.0467901555467444,0.255951455205554,0.00106128125830909,0.0699232325447476,0.5,0.255951455205554,0.0,0.128352158268015,0.255951455205554,0.00142553910164629,0.00681520194603435,0.255951455205554,0.000333393656885046,0.0422039445608585,0.255951455205554,0.000476262554570057,0.0141813305291407,0.0,0.919988712176051 -8386,0.255951455205554,0.0113085416263512,0.647944143180118,0.255951455205554,0.0217045906234325,0.205702456755423,0.255951455205554,0.025372748137263,0.356901178480056,0.255951455205554,0.0169383447326063,0.396522031183278,0.255951455205554,0.0125886191769153,0.171058690884611,0.255951455205554,0.027632623871071,0.0414273375108047,0.5,0.255951455205554,0.0262439846880668,0.0154447840755654,0.5,0.255951455205554,0.0184917363298064,0.003683157774626,0.5,0.255951455205554,0.018088974112378,0.00268443114113303,0.255951455205554,0.0227589876795373,0.00156829876046177,0.0247821639480346,0.0438534464932886,0.255951455205554,0.0358494077034808,0.0758461393763333,0.5,0.255951455205554,0.0137997751577015,0.151805457367332,0.255951455205554,0.0313680318937162,0.00921577164824637,0.255951455205554,0.0675844419053556,0.0454405214701552,0.255951455205554,0.0342674437009496,0.0206465092652887,0.016412920041372,0.922039083259421 -8387,0.255951455205554,0.0372079931161501,0.772249259408422,0.255951455205554,0.0697238114130495,0.300874983403382,0.255951455205554,0.10090557965086,0.431136732975596,0.255951455205554,0.0931726555327258,0.529068374980562,0.255951455205554,0.0351152317945267,0.223327103773073,0.255951455205554,0.0700867680304915,0.0699842609773146,0.5,0.255951455205554,0.088712913504621,0.022470450150421,0.5,0.255951455205554,0.0469070849781228,0.0111403615658407,0.5,0.255951455205554,0.0425307627085026,0.00892317239754187,0.255951455205554,0.0848958394057378,0.0103945808071392,0.0836581569427741,0.0484767448190058,0.255951455205554,0.0923805870425172,0.0923692523352121,0.5,0.255951455205554,0.0428427658803481,0.210738748085703,0.255951455205554,0.0760434171550948,0.0173275209148742,0.255951455205554,0.187565120957092,0.0551777088600843,0.255951455205554,0.0963044501811433,0.0524548728874807,0.0390195387673819,0.94590479285818 -8388,0.255951455205554,0.0352663554479113,0.782637914051968,0.255951455205554,0.0608365748854068,0.461238213979215,0.255951455205554,0.137667748115742,0.520707095197131,0.255951455205554,0.188634138247231,0.623722173323424,0.255951455205554,0.0448695621244393,0.252974838745943,0.255951455205554,0.105426587999432,0.090697669229326,0.5,0.255951455205554,0.136116986038493,0.0376237290930352,0.5,0.255951455205554,0.0730144362726751,0.0246293890172621,0.5,0.255951455205554,0.0629362716877423,0.0241236252788444,0.255951455205554,0.126837719990122,0.0423594761583992,0.226418265333962,0.0475050690451355,0.255951455205554,0.142546192927654,0.106862241068343,0.5,0.255951455205554,0.0645597703238373,0.306280308981191,0.255951455205554,0.114529315911121,0.0284191826861898,0.255951455205554,0.289248473016485,0.0783210470963042,0.255951455205554,0.148080012248956,0.128539598317222,0.0402557097228035,0.96117589028569 -8389,0.255951455205554,0.0309990872459155,0.737187889441334,0.255951455205554,0.0807378542746229,0.724790977977031,0.255951455205554,0.0985735632012773,0.597274326115213,0.255951455205554,0.180601562165162,0.730551718358544,0.255951455205554,0.0397214394983806,0.290867485281537,0.255951455205554,0.11823126615244,0.110145691369398,0.5,0.255951455205554,0.143331340873798,0.0552775025944336,0.5,0.255951455205554,0.0738649398240189,0.045889387958218,0.5,0.255951455205554,0.0625718486175017,0.0466356583605868,0.255951455205554,0.130199650017404,0.0883446222836096,0.351454745380805,0.0467027691635791,0.255951455205554,0.163785969199146,0.13039875346982,0.5,0.255951455205554,0.0722093184519999,0.44199461579878,0.255951455205554,0.132742812477952,0.0367879596915721,0.255951455205554,0.319895640871406,0.128669695414931,0.255951455205554,0.149556291399013,0.216681457143455,0.0247494802641894,0.966886348455698 -8390,0.255951455205554,0.0210982695258374,0.691289620119924,0.255951455205554,0.135452034790108,0.812262768344141,0.255951455205554,0.077747226824053,0.644940234491573,0.255951455205554,0.089407304464246,0.746161667147925,0.255951455205554,0.0329052339101804,0.307467796357395,0.255951455205554,0.0824149519191112,0.158485455215361,0.5,0.255951455205554,0.113619746081702,0.0783812138691953,0.5,0.255951455205554,0.0539606224040442,0.0631923935758431,0.5,0.255951455205554,0.0484560293270363,0.0669511291301189,0.255951455205554,0.102270014603141,0.131881260179423,0.315306228538368,0.0366935672824138,0.255951455205554,0.150074267590965,0.14025523877431,0.5,0.255951455205554,0.0479226537473984,0.516026625118125,0.255951455205554,0.0994556301207333,0.0469664833336458,0.255951455205554,0.258569675057296,0.198805302587668,0.255951455205554,0.097536259157403,0.313217595385417,0.0199291818564504,0.944894140753854 -8391,0.255951455205554,0.00715187876966796,0.586222155936053,0.255951455205554,0.0433076470053293,0.843410111087733,0.255951455205554,0.0475692983905268,0.608714509103345,0.255951455205554,0.0994372626563196,0.725309218628178,0.255951455205554,0.0252117735778497,0.33472053314874,0.255951455205554,0.0352167671170135,0.208218976532526,0.5,0.255951455205554,0.0675944445350223,0.0996013523376454,0.5,0.255951455205554,0.0305160104072467,0.0824870937348324,0.5,0.255951455205554,0.0257307677650818,0.0852380830273838,0.255951455205554,0.0323107459273546,0.130321994193663,0.182140580705438,0.0369095545780495,0.255951455205554,0.0903119093217632,0.147534536102273,0.5,0.255951455205554,0.0175684341796145,0.549087168306137,0.255951455205554,0.0489455456504659,0.0532546859538707,0.255951455205554,0.113083385328215,0.295047547332943,0.255951455205554,0.041171165209091,0.326744863730583,0.00395098044431331,0.918421552258934 -8392,0.255951455205554,0.000171303722965772,0.482197080676731,0.255951455205554,1.12377043988162e-06,0.776648029145545,0.255951455205554,6.09049738531493e-05,0.547631376757928,0.255951455205554,0.0,0.614636344391023,0.255951455205554,0.00495229366522526,0.35978924509742,0.255951455205554,0.00265532670106648,0.18665055050085,0.5,0.255951455205554,0.0134382970645774,0.108519201887922,0.5,0.255951455205554,0.00566647105156026,0.107381585973504,0.5,0.255951455205554,0.000759581689702296,0.0921271947780361,0.255951455205554,0.00453038010789228,0.116891856799229,0.0,0.0543706471882394,0.255951455205554,0.0,0.165912918537897,0.5,0.255951455205554,1.19688395839056e-05,0.60116138834807,0.255951455205554,0.00010645282046723,0.0898935042345978,0.255951455205554,0.0,0.318343812789993,0.255951455205554,7.18612907635852e-05,0.257650476952169,0.0,0.883367146149646 -8393,0.255951455205554,0.0,0.493459155752065,0.255951455205554,0.0,0.653044429616976,0.255951455205554,0.0,0.494580205031029,0.255951455205554,0.0,0.575507353977394,0.255951455205554,0.0,0.372543117331367,0.255951455205554,0.0,0.188432736675761,0.5,0.255951455205554,0.0,0.114386901594764,0.5,0.255951455205554,0.0,0.0948010557626135,0.5,0.255951455205554,0.0,0.0860817264740935,0.255951455205554,0.0,0.143965245415187,0.0,0.0697131468948006,0.255951455205554,0.0,0.200989216155614,0.5,0.255951455205554,0.0,0.669143026320837,0.255951455205554,0.0,0.137250502111714,0.255951455205554,0.0,0.248862030645796,0.255951455205554,0.0,0.198898934921407,0.0,0.847524119143802 -8394,0.255951455205554,0.0,0.501101133028316,0.255951455205554,0.0,0.562049866844562,0.255951455205554,0.0,0.484377821028092,0.255951455205554,0.0,0.582485851008709,0.255951455205554,0.0,0.404072246188453,0.255951455205554,0.0,0.262211671290839,0.5,0.255951455205554,0.0,0.135481375973996,0.5,0.255951455205554,0.0,0.0924690513631279,0.5,0.255951455205554,0.0,0.0866991339436026,0.255951455205554,0.0,0.176229739214783,0.0,0.119716818193127,0.255951455205554,0.0,0.236328280655414,0.5,0.255951455205554,0.0,0.713377570019221,0.255951455205554,0.0,0.151021555797805,0.255951455205554,0.0,0.174921478468715,0.255951455205554,0.0,0.189929394981941,0.0,0.840864927153675 -8395,0.255951455205554,0.0,0.47504321118627,0.255951455205554,0.0,0.395495316058116,0.255951455205554,0.0,0.442660846928518,0.255951455205554,0.0,0.462246667396355,0.255951455205554,0.0,0.380675647788085,0.255951455205554,0.0,0.246065878501903,0.5,0.255951455205554,0.0,0.124455001110392,0.5,0.255951455205554,0.0,0.0914373715513054,0.5,0.255951455205554,0.0,0.117437978368226,0.255951455205554,0.0,0.181182147771335,0.0,0.182359134773051,0.255951455205554,0.0,0.260301472827595,0.5,0.255951455205554,0.0,0.693345771578092,0.255951455205554,0.0,0.127970806417198,0.255951455205554,0.0,0.167201253767573,0.255951455205554,0.0,0.219133866446797,0.0,0.833879361432443 -8396,0.255951455205554,0.0,0.445121062115412,0.255951455205554,0.0,0.176707956340814,0.255951455205554,0.0,0.346752358596778,0.255951455205554,0.0,0.298924516960551,0.255951455205554,0.0,0.323689259278962,0.255951455205554,0.0,0.183445089421432,0.5,0.255951455205554,0.0,0.0780385951486494,0.5,0.255951455205554,0.0,0.110005381594255,0.5,0.255951455205554,0.0,0.161919950425979,0.255951455205554,0.0,0.115664227088202,0.0,0.178512366196281,0.255951455205554,0.0,0.281458861107395,0.5,0.255951455205554,0.0,0.609368863460219,0.255951455205554,0.0,0.118454242234764,0.255951455205554,0.0,0.210069806980876,0.255951455205554,0.0,0.263884087003904,0.0,0.78778443262088 -8397,0.255951455205554,0.0,0.428721725062575,0.255951455205554,0.0,0.0916368378620086,0.255951455205554,0.0,0.256904762290849,0.255951455205554,0.0,0.186114768546259,0.255951455205554,0.0,0.276723199387914,0.255951455205554,0.0,0.137513158945295,0.5,0.255951455205554,0.0,0.0379364765903391,0.5,0.255951455205554,0.0,0.0910830203567647,0.5,0.255951455205554,0.0,0.166144566635007,0.255951455205554,0.0,0.0580589593579824,0.0,0.173111438740933,0.255951455205554,0.0,0.261856885648591,0.5,0.255951455205554,0.0,0.467654951999794,0.255951455205554,0.0,0.147515770560179,0.255951455205554,0.0,0.261940006185929,0.255951455205554,0.0,0.258057153584488,0.0,0.749543739611425 -8398,0.255951455205554,0.0,0.397667532784962,0.255951455205554,0.0,0.0719136767984305,0.255951455205554,0.0,0.219070841656911,0.255951455205554,0.0,0.136104525040362,0.255951455205554,0.0,0.231450620892964,0.255951455205554,0.0,0.1395452957019,0.5,0.255951455205554,0.0,0.0268482654097958,0.5,0.255951455205554,0.0,0.0612755127027545,0.5,0.255951455205554,0.0,0.136609727369778,0.255951455205554,0.0,0.0337530181896311,0.0,0.206208282670083,0.255951455205554,0.0,0.25275956354098,0.5,0.255951455205554,0.0,0.343668041442944,0.255951455205554,0.0,0.172715883859157,0.255951455205554,0.0,0.320243868815537,0.255951455205554,0.0,0.223785494338889,0.0,0.704994655258027 -8399,0.255951455205554,0.0,0.41664782335875,0.255951455205554,0.0,0.115077750438363,0.255951455205554,0.0,0.204954552764669,0.255951455205554,0.0,0.174147924446267,0.255951455205554,0.0,0.199317215069461,0.255951455205554,0.0,0.152210391256843,0.5,0.255951455205554,0.0,0.0357457215473142,0.5,0.255951455205554,0.0,0.0442028426575527,0.5,0.255951455205554,0.0,0.13220722137577,0.255951455205554,0.0,0.0548350366008644,0.0,0.261287948646954,0.255951455205554,0.0,0.236100060757819,0.5,0.255951455205554,0.0,0.258756796339261,0.255951455205554,0.0,0.206620874451932,0.255951455205554,0.0,0.309118183517463,0.255951455205554,0.0,0.214165330178118,0.0,0.530772688071456 -8400,0.255951455205554,0.0,0.469823718986596,0.255951455205554,0.0,0.171480725490855,0.255951455205554,0.0,0.184945279598889,0.255951455205554,0.0,0.217095079406479,0.255951455205554,0.0,0.172825213872242,0.255951455205554,0.0,0.149408007397203,0.5,0.255951455205554,0.0,0.0427764695413698,0.5,0.255951455205554,0.0,0.0379436224884473,0.5,0.255951455205554,0.0,0.131747453915034,0.255951455205554,0.0,0.0598749481324172,0.0,0.320590152709618,0.255951455205554,0.0,0.221415278361787,0.5,0.255951455205554,0.0,0.232324314037534,0.255951455205554,0.0,0.231512474969242,0.255951455205554,0.0,0.266684693484829,0.255951455205554,0.0,0.220572650130142,0.0,0.520411614567385 -8401,0.255951455205554,0.0,0.50446509442996,0.255951455205554,0.0,0.19523891630198,0.255951455205554,0.0,0.186798233565317,0.255951455205554,0.0,0.233428086585961,0.255951455205554,0.0,0.163328436968087,0.255951455205554,0.0,0.12450878837386,0.5,0.255951455205554,0.0,0.0522944023346396,0.5,0.255951455205554,0.0,0.0291125808421629,0.5,0.255951455205554,0.0,0.11379489604063,0.255951455205554,0.0,0.0717501682940139,0.0,0.221663258647844,0.255951455205554,0.0,0.218816550038513,0.5,0.255951455205554,0.0,0.281348304659428,0.255951455205554,0.0,0.24248638173871,0.255951455205554,0.0,0.189298613127756,0.255951455205554,0.0,0.220057875346644,0.0,0.671845782960136 -8402,0.255951455205554,0.0,0.484559600641176,0.255951455205554,0.0,0.221499727389214,0.255951455205554,0.0,0.194722204283763,0.255951455205554,0.0,0.248563542278815,0.255951455205554,0.0,0.173063346043314,0.255951455205554,0.0,0.111729096311781,0.5,0.255951455205554,0.0,0.0695120037814014,0.5,0.255951455205554,0.0,0.0261522572932157,0.5,0.255951455205554,0.0,0.0766426916633605,0.255951455205554,0.0,0.104413312168994,0.0,0.184935532678715,0.255951455205554,0.0,0.216594405176055,0.5,0.255951455205554,0.0,0.326996585691423,0.255951455205554,0.0,0.237583294286557,0.255951455205554,0.0,0.131822139990153,0.255951455205554,0.0,0.196461275613112,0.0,0.607849887169392 -8403,0.255951455205554,0.0,0.519858160801969,0.255951455205554,0.0,0.229649519440649,0.255951455205554,0.0,0.223238582924902,0.255951455205554,0.0,0.249338039145536,0.255951455205554,0.0,0.209483815516995,0.255951455205554,0.0,0.0916141601832076,0.5,0.255951455205554,0.0,0.104065530192311,0.5,0.255951455205554,0.0,0.0216610347163514,0.5,0.255951455205554,0.0,0.0474109510957327,0.255951455205554,0.0,0.155165469680826,0.0,0.164207952906559,0.255951455205554,0.0,0.178380603335511,0.5,0.255951455205554,0.0,0.35069049317439,0.255951455205554,0.0,0.205298741255449,0.255951455205554,0.0,0.108875521711704,0.255951455205554,0.0,0.173674158088808,0.0,0.588671861505895 -8404,0.255951455205554,0.0,0.515649166291859,0.255951455205554,0.0,0.228102905043711,0.255951455205554,0.0,0.280829404565784,0.255951455205554,0.0,0.270083180291952,0.255951455205554,0.0,0.276858319508445,0.255951455205554,0.0,0.0895935384932148,0.5,0.255951455205554,0.0,0.154856016430009,0.5,0.255951455205554,0.0,0.0222275707191256,0.5,0.255951455205554,0.0,0.0331016232959746,0.255951455205554,0.0,0.186243699887122,0.0,0.102295819277903,0.255951455205554,0.0,0.134946498995589,0.5,0.255951455205554,0.0,0.355832816434886,0.255951455205554,0.0,0.169658530695442,0.255951455205554,0.0,0.0877207169905357,0.255951455205554,0.0,0.143675476803528,0.0,0.867420525951586 -8405,0.255951455205554,0.0,0.493547901150614,0.255951455205554,0.0,0.202827995780031,0.255951455205554,0.0,0.348124779682205,0.255951455205554,0.0,0.362962687903062,0.255951455205554,0.0,0.384575583004121,0.255951455205554,0.0,0.124281848864495,0.5,0.255951455205554,0.0,0.224727545342563,0.5,0.255951455205554,0.0,0.038421279656954,0.5,0.255951455205554,0.0,0.0258717281284064,0.255951455205554,0.0,0.210495822202404,0.0,0.0794652763766854,0.255951455205554,0.0,0.11077566758867,0.5,0.255951455205554,0.0,0.311050059384124,0.255951455205554,0.0,0.118029148317205,0.255951455205554,0.0,0.0729449487198892,0.255951455205554,0.0,0.136090878482098,0.0,0.981618774557697 -8406,0.255951455205554,0.0,0.505232950607877,0.255951455205554,0.0,0.229574226904568,0.255951455205554,0.0,0.432124616040218,0.255951455205554,0.0,0.41605862139881,0.255951455205554,0.0,0.448010677684338,0.255951455205554,0.0,0.204593254533016,0.5,0.255951455205554,0.0,0.325246729747652,0.5,0.255951455205554,0.0,0.0650704016844632,0.5,0.255951455205554,0.0,0.0348833306520389,0.255951455205554,0.0,0.268087107708952,0.0,0.0837798108748401,0.255951455205554,0.0,0.0989693179112462,0.5,0.255951455205554,0.0,0.247893565934734,0.255951455205554,0.0,0.085628070945641,0.255951455205554,0.0,0.0719734548872638,0.255951455205554,0.0,0.158053480861129,0.0,0.98886929391094 -8407,0.255951455205554,0.0,0.486062681591198,0.255951455205554,0.0,0.322778650525738,0.255951455205554,0.0,0.49498340981467,0.255951455205554,0.0,0.506381929092441,0.255951455205554,0.0,0.501874025653043,0.255951455205554,0.0,0.313925787460186,0.5,0.255951455205554,0.0,0.462002872330302,0.5,0.255951455205554,0.0,0.113895184286473,0.5,0.255951455205554,0.0,0.0675305494241074,0.255951455205554,0.0,0.447663902973799,0.0,0.0823891015279524,0.255951455205554,0.0,0.0969802206155822,0.5,0.255951455205554,0.0,0.208325850093495,0.255951455205554,0.0,0.0735400084038042,0.255951455205554,0.0,0.0904166869210684,0.255951455205554,0.0,0.215821297192711,0.0,0.986784427936635 -8408,0.255951455205554,0.0,0.585057846358729,0.255951455205554,0.0,0.343222489418914,0.255951455205554,0.0,0.537860279118609,0.255951455205554,0.0,0.590411746499879,0.255951455205554,0.0,0.557758999937041,0.255951455205554,0.0,0.450252989486625,0.5,0.255951455205554,0.0,0.601383683126093,0.5,0.255951455205554,0.0,0.160352110416119,0.5,0.255951455205554,0.0,0.128688976778446,0.255951455205554,0.0,0.643586754591699,0.0,0.0874702811521439,0.255951455205554,0.0,0.10546309080141,0.5,0.255951455205554,0.0,0.211090440995581,0.255951455205554,0.0,0.0724870113336187,0.255951455205554,0.0,0.121438817625389,0.255951455205554,0.0,0.268521124935316,0.0,0.97566082312855 -8409,0.255951455205554,0.0,0.766859606578904,0.255951455205554,0.0,0.379420942029013,0.255951455205554,0.0,0.604865288188808,0.255951455205554,0.0,0.696195121896833,0.255951455205554,0.0,0.650494441344085,0.255951455205554,5.22329898542181e-08,0.532295710034548,0.5,0.255951455205554,0.0,0.68840367588289,0.5,0.255951455205554,0.00133530919065368,0.176445615854744,0.5,0.255951455205554,0.00273765746167808,0.165203595587138,0.255951455205554,0.0,0.568102064263824,7.97351870354819e-05,0.107297815018783,0.255951455205554,0.000331335148551623,0.119046967207318,0.5,0.255951455205554,0.0,0.223575477365881,0.255951455205554,0.00140414849674259,0.0891306424564911,0.255951455205554,0.000160035411132293,0.180041838111041,0.255951455205554,0.000545376423182869,0.28408548057623,0.0,0.963572758529796 -8410,0.255951455205554,0.00355236881139555,0.753399748165022,0.255951455205554,0.00560715799601906,0.517349020752204,0.255951455205554,0.00857189151167066,0.679047659308376,0.255951455205554,0.00672998445865439,0.769983446980406,0.255951455205554,0.00579335281210163,0.768469917148356,0.255951455205554,0.0197520953472041,0.621195970001613,0.5,0.255951455205554,0.00848781247795771,0.724887389781514,0.5,0.255951455205554,0.0456169753412862,0.227147093866046,0.5,0.255951455205554,0.0455585078391436,0.225034092097485,0.255951455205554,0.0102277418753467,0.476880347328357,0.02760044262821,0.137477479652791,0.255951455205554,0.0217657963113803,0.13763167354599,0.5,0.255951455205554,0.0439585544990715,0.261564445831684,0.255951455205554,0.0345302632678521,0.13357777510826,0.255951455205554,0.0325628518525895,0.261033863100398,0.255951455205554,0.0334116252699611,0.318907717514264,0.00252983652296916,0.973947217961575 -8411,0.255951455205554,0.0215932858860679,0.726925102605884,0.255951455205554,0.0327163038127693,0.556397722555824,0.255951455205554,0.0250329622332242,0.744147885933343,0.255951455205554,0.0288087065748843,0.826429121915408,0.255951455205554,0.015650812153838,0.81941617153116,0.255951455205554,0.0427464630798096,0.735377648894223,0.5,0.255951455205554,0.0177882898556718,0.580645441528774,0.5,0.255951455205554,0.0904267972529293,0.340171814033792,0.5,0.255951455205554,0.0922235349248594,0.334816591386795,0.255951455205554,0.0145391402268513,0.466425359140997,0.151014537339012,0.196698022796187,0.255951455205554,0.0591069326558086,0.183482993108304,0.5,0.255951455205554,0.08983176070449,0.313286040638182,0.255951455205554,0.0877926944354345,0.208304917560678,0.255951455205554,0.080330182004666,0.342549735862938,0.255951455205554,0.0726224316687485,0.437039205210907,0.0248901161948524,0.97978566912749 -8412,0.255951455205554,0.0321514806037117,0.76252942796283,0.255951455205554,0.046858382724918,0.598133054417478,0.255951455205554,0.0305403393167067,0.777273118093168,0.255951455205554,0.0220990836579375,0.854528765932109,0.255951455205554,0.0149781461672575,0.818526598519116,0.255951455205554,0.0450463558115565,0.761645548076348,0.5,0.255951455205554,0.0196751827307544,0.661024736149371,0.5,0.255951455205554,0.0882186041492018,0.415674610964688,0.5,0.255951455205554,0.124915226135093,0.396559254731591,0.255951455205554,0.0161763051034141,0.700845103507989,0.153941356348101,0.336949381726649,0.255951455205554,0.100363230349,0.248001395070137,0.5,0.255951455205554,0.0952798968615456,0.316004895004511,0.255951455205554,0.125299122127329,0.360234336885716,0.255951455205554,0.109081199154637,0.50686201390699,0.255951455205554,0.0879829500743109,0.560569559520803,0.0370314946047821,0.803233732355509 -8413,0.255951455205554,0.0292758296098409,0.79351501214376,0.255951455205554,0.0412025534741407,0.657829012225948,0.255951455205554,0.0260978034341946,0.788226206823377,0.255951455205554,0.0214449342218755,0.840074467023006,0.255951455205554,0.0123848766408954,0.776651562035599,0.255951455205554,0.0369299086520465,0.747738139831003,0.5,0.255951455205554,0.0163121808792112,0.799327758456136,0.5,0.255951455205554,0.0656109298473043,0.519356500851444,0.5,0.255951455205554,0.110106607834424,0.48027832335895,0.255951455205554,0.00745295049889649,0.835690661477299,0.13529194777635,0.31394711707349,0.255951455205554,0.119259488972824,0.335770876321969,0.5,0.255951455205554,0.0735703737064247,0.334824941531542,0.255951455205554,0.124506010468828,0.509351384533282,0.255951455205554,0.0945247860198869,0.619253318717293,0.255951455205554,0.0755470684210072,0.627074347020802,0.0341463834435774,0.688365078898041 -8414,0.255951455205554,0.0181392004117413,0.792411130120424,0.255951455205554,0.0194008954327301,0.647624183068098,0.255951455205554,0.0142125445417634,0.753667896675077,0.255951455205554,0.009309954790039,0.823031898892432,0.255951455205554,0.00689496064744075,0.722056881523317,0.255951455205554,0.0259593914931553,0.647596968938501,0.5,0.255951455205554,0.00521667066528348,0.720991000867968,0.5,0.255951455205554,0.0435113059779409,0.624867210295586,0.5,0.255951455205554,0.0798578312048842,0.549150369624526,0.255951455205554,0.000789807766200922,0.827380590058941,0.125268188605814,0.340332189727042,0.255951455205554,0.0908182989513977,0.395689855842424,0.5,0.255951455205554,0.0497780673996081,0.380500283536887,0.255951455205554,0.0744020717196176,0.5407957252128,0.255951455205554,0.0560574585585585,0.654156422094102,0.255951455205554,0.0453097256375481,0.66807239748499,0.0213521368021592,0.791672370127122 -8415,0.255951455205554,0.00415851847414217,0.764785766095881,0.255951455205554,0.00684061872681525,0.596821785379944,0.255951455205554,0.00449183279662299,0.693197832750653,0.255951455205554,0.00229487803262212,0.730508801702103,0.255951455205554,0.00164161426920992,0.573340349782901,0.255951455205554,0.00888981084768059,0.571414317442414,0.5,0.255951455205554,0.000791056759389531,0.56596694648752,0.5,0.255951455205554,0.0172568507273303,0.603818637935779,0.5,0.255951455205554,0.0415368154684922,0.570505232495149,0.255951455205554,0.000364981434494723,0.747705507565732,0.0378290964573874,0.378368567409332,0.255951455205554,0.0381054026827067,0.387743494312292,0.5,0.255951455205554,0.0211709918503754,0.414586795926092,0.255951455205554,0.0289487302361903,0.446683660475167,0.255951455205554,0.021384064687564,0.612259502907409,0.255951455205554,0.0203878886649352,0.673829616272427,0.0053929897032055,0.793814815545909 -8416,0.255951455205554,5.25770490808903e-05,0.715288469006722,0.255951455205554,0.000193079622699198,0.597135755767181,0.255951455205554,9.71607110018594e-05,0.554791578914068,0.255951455205554,3.48305028107131e-06,0.683223768088318,0.255951455205554,0.000183081858020289,0.419192546443057,0.255951455205554,0.000101952380147745,0.478725136900727,0.5,0.255951455205554,0.000209982479194945,0.417407232250363,0.5,0.255951455205554,0.00221862675780311,0.582578287282689,0.5,0.255951455205554,0.00204531811153593,0.498039666631289,0.255951455205554,0.000135361783698701,0.61565928541379,0.0,0.226496714124494,0.255951455205554,6.32667392991902e-05,0.328347231212649,0.5,0.255951455205554,9.07423331909016e-05,0.43548467183426,0.255951455205554,0.0,0.304982867449192,0.255951455205554,5.82265637304753e-05,0.592350171607868,0.255951455205554,0.000327968431766954,0.560990503456441,0.0,0.835045895373564 -8417,0.255951455205554,0.0,0.652641395112788,0.255951455205554,0.0,0.455148975148097,0.255951455205554,0.0,0.445035384423958,0.255951455205554,0.0,0.59183941984016,0.255951455205554,0.0,0.283307135417171,0.255951455205554,0.0,0.365021687354646,0.5,0.255951455205554,0.0,0.291533219755911,0.5,0.255951455205554,0.0,0.553733312200593,0.5,0.255951455205554,0.0,0.455924541273137,0.255951455205554,0.0,0.458186084261577,0.0,0.145822403124506,0.255951455205554,0.0,0.296140398045125,0.5,0.255951455205554,0.0,0.48341536848029,0.255951455205554,0.0,0.283540670592745,0.255951455205554,0.0,0.44008802505211,0.255951455205554,0.0,0.511224249751955,0.0,0.53996808376353 -8418,0.255951455205554,0.0,0.514655803417463,0.255951455205554,0.0,0.45051786186852,0.255951455205554,0.0,0.411669521949077,0.255951455205554,0.0,0.395459676605162,0.255951455205554,0.0,0.240041990812693,0.255951455205554,0.0,0.230727939538625,0.5,0.255951455205554,0.0,0.231184168378068,0.5,0.255951455205554,0.0,0.491471967303854,0.5,0.255951455205554,0.0,0.522803326295206,0.255951455205554,0.0,0.331325247710392,0.0,0.183248157569302,0.255951455205554,0.0,0.263661191876782,0.5,0.255951455205554,0.0,0.500620294780261,0.255951455205554,0.0,0.307554823566952,0.255951455205554,0.0,0.393592838194298,0.255951455205554,0.0,0.619410235292235,0.0,0.303628650407233 -8419,0.255951455205554,0.0,0.307044234628518,0.255951455205554,0.0,0.354417801043369,0.255951455205554,0.0,0.285167071208286,0.255951455205554,0.0,0.271687848510527,0.255951455205554,0.0,0.199680872798203,0.255951455205554,0.0,0.136810608436674,0.5,0.255951455205554,0.0,0.191991725111615,0.5,0.255951455205554,0.0,0.413296020498256,0.5,0.255951455205554,0.0,0.53246011182437,0.255951455205554,0.0,0.255463036228203,0.0,0.236742964094077,0.255951455205554,0.0,0.254630185260661,0.5,0.255951455205554,0.0,0.429894152728886,0.255951455205554,0.0,0.361621585897098,0.255951455205554,0.0,0.439972330515113,0.255951455205554,0.0,0.594036669298554,0.0,0.322184655969103 -8420,0.255951455205554,0.0,0.283078199131288,0.255951455205554,0.0,0.282196112461766,0.255951455205554,0.0,0.249014293023017,0.255951455205554,0.0,0.256099569667854,0.255951455205554,0.0,0.17050347926981,0.255951455205554,0.0,0.104237150781385,0.5,0.255951455205554,0.0,0.16144783677222,0.5,0.255951455205554,0.0,0.35536071736942,0.5,0.255951455205554,0.0,0.467637472377051,0.255951455205554,0.0,0.201234130529775,0.0,0.321244324397173,0.255951455205554,0.0,0.283615932896668,0.5,0.255951455205554,0.0,0.334029737163668,0.255951455205554,0.0,0.515543427591476,0.255951455205554,0.0,0.420848355224093,0.255951455205554,0.0,0.432595019781886,0.0,0.390812818094696 -8421,0.255951455205554,0.0,0.478440014022142,0.255951455205554,0.0,0.223512331357716,0.255951455205554,0.0,0.225925378490983,0.255951455205554,0.0,0.252432199980499,0.255951455205554,0.0,0.166898912094618,0.255951455205554,0.0,0.0967376677494445,0.5,0.255951455205554,0.0,0.14658786376941,0.5,0.255951455205554,0.0,0.295941303339863,0.5,0.255951455205554,0.0,0.404224793284742,0.255951455205554,0.0,0.180782263204556,0.0,0.544238774795899,0.255951455205554,0.0,0.309533104162995,0.5,0.255951455205554,0.0,0.291163941226687,0.255951455205554,0.0,0.521730676743907,0.255951455205554,0.0,0.333880536062866,0.255951455205554,0.0,0.301599627667426,0.0,0.527578770465392 -8422,0.255951455205554,0.0,0.453095531703661,0.255951455205554,0.0,0.200218969054351,0.255951455205554,0.0,0.257977304605319,0.255951455205554,0.0,0.183461248280315,0.255951455205554,0.0,0.171411986733655,0.255951455205554,0.0,0.0928006857824139,0.5,0.255951455205554,0.0,0.141769198153184,0.5,0.255951455205554,0.0,0.233329698399414,0.5,0.255951455205554,0.0,0.344874492911935,0.255951455205554,0.0,0.178513275642448,0.0,0.298307219466524,0.255951455205554,0.0,0.293159278413588,0.5,0.255951455205554,0.0,0.282002161741416,0.255951455205554,0.0,0.460825673795091,0.255951455205554,0.0,0.286534928801277,0.255951455205554,0.0,0.217805215091143,0.0,0.531842856116668 -8423,0.255951455205554,0.0,0.360030701016007,0.255951455205554,0.0,0.233415075677566,0.255951455205554,0.0,0.271261834201344,0.255951455205554,0.0,0.237624645224593,0.255951455205554,0.0,0.200875322511422,0.255951455205554,0.0,0.0921160649372868,0.5,0.255951455205554,0.0,0.140031751943188,0.5,0.255951455205554,0.0,0.206521409497424,0.5,0.255951455205554,0.0,0.28941426672289,0.255951455205554,0.0,0.175088099339301,0.0,0.2424127753957,0.255951455205554,0.0,0.265732153633879,0.5,0.255951455205554,0.0,0.266760751054516,0.255951455205554,0.0,0.392480886442873,0.255951455205554,0.0,0.271279618691825,0.255951455205554,0.0,0.185166584996682,0.0,0.591394238557124 -8424,0.255951455205554,0.0,0.289706158792157,0.255951455205554,0.0,0.124887791866823,0.255951455205554,0.0,0.312654049137717,0.255951455205554,0.0,0.384465385316684,0.255951455205554,0.0,0.255868947963903,0.255951455205554,0.0,0.10223862444322,0.5,0.255951455205554,0.0,0.141734950072157,0.5,0.255951455205554,0.0,0.206760290906906,0.5,0.255951455205554,0.0,0.248539018094828,0.255951455205554,0.0,0.161010618681078,0.0,0.20951540860497,0.255951455205554,0.0,0.246249142471145,0.5,0.255951455205554,0.0,0.251488505667133,0.255951455205554,0.0,0.325107158489526,0.255951455205554,0.0,0.260632109836112,0.255951455205554,0.0,0.173711858257161,0.0,0.599750276703205 -8425,0.255951455205554,0.0,0.373254072488504,0.255951455205554,0.0,0.267871441058162,0.255951455205554,0.0,0.361494551388135,0.255951455205554,0.0,0.36343767312034,0.255951455205554,0.0,0.332052465151326,0.255951455205554,0.0,0.121560319168147,0.5,0.255951455205554,0.0,0.144343762657293,0.5,0.255951455205554,0.0,0.22061395443162,0.5,0.255951455205554,0.0,0.225246902170744,0.255951455205554,0.0,0.155042425267386,0.0,0.194988629185729,0.255951455205554,0.0,0.232785915496658,0.5,0.255951455205554,0.0,0.263273023957132,0.255951455205554,0.0,0.328132077630848,0.255951455205554,0.0,0.246720555087833,0.255951455205554,0.0,0.164095100002948,0.0,0.563410186864511 -8426,0.255951455205554,0.0,0.399356122900439,0.255951455205554,0.0,0.340758086392898,0.255951455205554,0.0,0.381048436727373,0.255951455205554,0.0,0.345054305546768,0.255951455205554,0.0,0.387538858610866,0.255951455205554,0.0,0.147293206773029,0.5,0.255951455205554,0.0,0.149141444218803,0.5,0.255951455205554,0.0,0.234309425779759,0.5,0.255951455205554,0.0,0.218003516779538,0.255951455205554,0.0,0.158685561971498,0.0,0.16147193780502,0.255951455205554,0.0,0.20404158631251,0.5,0.255951455205554,0.0,0.216698270612842,0.255951455205554,0.0,0.32625333768038,0.255951455205554,0.0,0.208971902858261,0.255951455205554,0.0,0.155054328648061,0.0,0.424468833758968 -8427,0.255951455205554,0.0,0.387878685502461,0.255951455205554,0.0,0.328907441892177,0.255951455205554,0.0,0.383566509110982,0.255951455205554,0.0,0.379915237982704,0.255951455205554,0.0,0.384736038549667,0.255951455205554,0.0,0.154023294099681,0.5,0.255951455205554,0.0,0.143729009080032,0.5,0.255951455205554,0.0,0.256046691614507,0.5,0.255951455205554,0.0,0.237088771309144,0.255951455205554,0.0,0.149957285361597,0.0,0.13020226308,0.255951455205554,0.0,0.165007073575868,0.5,0.255951455205554,0.0,0.209405357268134,0.255951455205554,0.0,0.24503095807488,0.255951455205554,0.0,0.240579512480698,0.255951455205554,0.0,0.165777993873163,0.0,0.358786966274483 -8428,0.255951455205554,0.0,0.283770611448085,0.255951455205554,0.0,0.287354230080736,0.255951455205554,0.0,0.35036470504508,0.255951455205554,0.0,0.330459173089133,0.255951455205554,0.0,0.349269145743286,0.255951455205554,0.0,0.135555928722055,0.5,0.255951455205554,0.0,0.132584966474169,0.5,0.255951455205554,0.0,0.272744801715423,0.5,0.255951455205554,0.0,0.260473142802419,0.255951455205554,0.0,0.161388057032609,0.0,0.0694790671049769,0.255951455205554,0.0,0.180502906328969,0.5,0.255951455205554,0.0,0.1775923312505,0.255951455205554,0.0,0.210363055860342,0.255951455205554,0.0,0.31123538635596,0.255951455205554,0.0,0.2244032767839,0.0,0.408646847509165 -8429,0.255951455205554,0.0,0.19304216310214,0.255951455205554,0.0,0.242934068039076,0.255951455205554,0.0,0.336409737636166,0.255951455205554,0.0,0.295034749354241,0.255951455205554,0.0,0.338680512228417,0.255951455205554,0.0,0.111880547529168,0.5,0.255951455205554,0.0,0.145031304190081,0.5,0.255951455205554,0.0,0.273445172313075,0.5,0.255951455205554,0.0,0.292619182671754,0.255951455205554,0.0,0.193922115787656,0.0,0.107609601793046,0.255951455205554,0.0,0.196529873014018,0.5,0.255951455205554,0.0,0.195984807647699,0.255951455205554,0.0,0.236335967565388,0.255951455205554,0.0,0.387828201968621,0.255951455205554,0.0,0.271371045902634,0.0,0.49839833020228 -8430,0.255951455205554,0.0,0.157398124631321,0.255951455205554,0.0,0.267095606127898,0.255951455205554,0.0,0.385362631101458,0.255951455205554,0.0,0.397348694496561,0.255951455205554,0.0,0.357302824687331,0.255951455205554,0.0,0.112062833903304,0.5,0.255951455205554,0.0,0.171410569213826,0.5,0.255951455205554,0.0,0.267131027670089,0.5,0.255951455205554,0.0,0.307788856241012,0.255951455205554,0.0,0.211005876674518,0.0,0.190314256260612,0.255951455205554,0.0,0.201669180536359,0.5,0.255951455205554,0.0,0.192326848174214,0.255951455205554,0.0,0.296954513783609,0.255951455205554,0.0,0.355030791358254,0.255951455205554,0.0,0.285301612790552,0.0,0.460821945052397 -8431,0.255951455205554,0.0,0.190467628515757,0.255951455205554,0.0,0.366636752375605,0.255951455205554,0.0,0.446008039451425,0.255951455205554,0.0,0.512028090011231,0.255951455205554,0.0,0.401412367083753,0.255951455205554,0.0,0.127900873720955,0.5,0.255951455205554,0.0,0.203481184738736,0.5,0.255951455205554,0.0,0.262530150428053,0.5,0.255951455205554,0.0,0.316724052552457,0.255951455205554,0.0,0.239385165638306,0.0,0.226965893314849,0.255951455205554,0.0,0.231136612825819,0.5,0.255951455205554,0.0,0.173016279032936,0.255951455205554,0.0,0.34974388712113,0.255951455205554,0.0,0.277535533408407,0.255951455205554,0.0,0.241801684662789,0.0,0.404197652981852 -8432,0.255951455205554,0.0,0.248873064916492,0.255951455205554,0.0,0.500394042681021,0.255951455205554,0.0,0.480603400460153,0.255951455205554,0.0,0.562433924394016,0.255951455205554,0.0,0.445777315119369,0.255951455205554,0.0,0.139488291928184,0.5,0.255951455205554,0.0,0.232511882951229,0.5,0.255951455205554,0.0,0.267765414205648,0.5,0.255951455205554,0.0,0.322085613974074,0.255951455205554,0.0,0.272682228692424,0.0,0.17564425233303,0.255951455205554,0.0,0.218357301846791,0.5,0.255951455205554,0.0,0.158904831388664,0.255951455205554,0.0,0.337214251563218,0.255951455205554,0.0,0.251316903975847,0.255951455205554,0.0,0.227062698095418,0.0,0.467782298213773 -8433,0.255951455205554,0.0,0.278968807005859,0.255951455205554,0.0,0.572126600712714,0.255951455205554,0.0,0.496158258512904,0.255951455205554,0.0,0.514747931723552,0.255951455205554,0.0,0.492367059984218,0.255951455205554,0.0,0.157971085263639,0.5,0.255951455205554,0.0,0.277140549655263,0.5,0.255951455205554,5.66148036367011e-06,0.267072421421592,0.5,0.255951455205554,0.000106103325464281,0.332470594995116,0.255951455205554,0.0,0.359044421932538,1.52150496774038e-05,0.191440796005101,0.255951455205554,4.11757662065618e-05,0.219829591321417,0.5,0.255951455205554,0.0,0.145955370484981,0.255951455205554,8.58147768315151e-05,0.350990324530058,0.255951455205554,8.81144164886354e-06,0.269759078279405,0.255951455205554,2.10729205917216e-05,0.24615020605732,0.0,0.57437268932775 -8434,0.255951455205554,0.000128385795914831,0.279691862691678,0.255951455205554,0.000222266589406779,0.481484981790491,0.255951455205554,0.000154215972407291,0.512473413034815,0.255951455205554,0.000179482189916447,0.497395978313575,0.255951455205554,0.000150135785533601,0.533861927149824,0.255951455205554,0.000834957557078766,0.182994701699235,0.5,0.255951455205554,0.00057878801015149,0.372835737136192,0.5,0.255951455205554,0.000510827541626127,0.283960416216408,0.5,0.255951455205554,0.000571789981915129,0.3365935401624,0.255951455205554,0.000279018751285957,0.500784043881939,0.00352175154405726,0.192239734546801,0.255951455205554,0.00315308861403264,0.230552698787716,0.5,0.255951455205554,0.000630313777084048,0.15241254048994,0.255951455205554,0.00226829835122157,0.317947933558524,0.255951455205554,0.00190048138920473,0.310526050268261,0.255951455205554,0.000826018463539889,0.266796977254373,0.000101949093218272,0.633223477600177 -8435,0.255951455205554,0.000469569270623585,0.297509971847477,0.255951455205554,0.000766937398760928,0.444554775927746,0.255951455205554,0.00056449637520401,0.532394342573609,0.255951455205554,0.000320465543728723,0.530528333619146,0.255951455205554,0.000513267957441461,0.594886597851446,0.255951455205554,0.00244488664257555,0.235777561067166,0.5,0.255951455205554,0.00114423407098537,0.469895588764091,0.5,0.255951455205554,0.00197995217681219,0.313201053621342,0.5,0.255951455205554,0.001195239991332,0.337678187308509,0.255951455205554,0.0004343303504095,0.56141350577656,0.00202695286157509,0.164113269790068,0.255951455205554,0.0062506328810325,0.237120585193475,0.5,0.255951455205554,0.00113811808187773,0.174738950113167,0.255951455205554,0.00467572277735979,0.295375961534354,0.255951455205554,0.00325769716176535,0.328309234615314,0.255951455205554,0.0026788556511951,0.292829081713402,0.000369152080733816,0.75029034908451 -8436,0.255951455205554,0.000690214748406275,0.370297331065949,0.255951455205554,0.00071881610123385,0.445896230177614,0.255951455205554,0.000920329322388058,0.571740146041229,0.255951455205554,0.000619189945411334,0.577111061242138,0.255951455205554,0.000977749937376518,0.683537322040546,0.255951455205554,0.0016449920124126,0.328281992062712,0.5,0.255951455205554,0.0016602120723528,0.536552435589794,0.5,0.255951455205554,0.00437736661109603,0.371343106528663,0.5,0.255951455205554,0.00237119622718083,0.374590618185155,0.255951455205554,0.00109417473136557,0.62078813248278,0.00151937438120834,0.191235081218254,0.255951455205554,0.00500132229248864,0.261811234840489,0.5,0.255951455205554,0.00123124503309899,0.21484582411903,0.255951455205554,0.00540576594012521,0.286269964958622,0.255951455205554,0.0118691965527188,0.34301127647103,0.255951455205554,0.00976025915111833,0.330676663300708,0.000569067255964049,0.88010329287019 -8437,0.255951455205554,0.00072309934516907,0.519474020277479,0.255951455205554,0.000641866595988823,0.492757118970146,0.255951455205554,0.000938773833596552,0.63920784439326,0.255951455205554,0.00127671526536949,0.648099880179554,0.255951455205554,0.001237583448984,0.767932478237836,0.255951455205554,0.00112025756639737,0.390204808911245,0.5,0.255951455205554,0.00285511116970239,0.613201303867105,0.5,0.255951455205554,0.00542649107664593,0.434104832501331,0.5,0.255951455205554,0.00297589622213906,0.443359016537733,0.255951455205554,0.00183831401892738,0.748067155353441,0.00179518091577506,0.207348683003903,0.255951455205554,0.00288836640440397,0.288394978438103,0.5,0.255951455205554,0.00168991669073396,0.239190409801245,0.255951455205554,0.00608934962645982,0.297332698418199,0.255951455205554,0.0128044993627915,0.344218002096063,0.255951455205554,0.013058635263522,0.394360136975195,0.000530337797308301,0.89724956626486 -8438,0.255951455205554,0.000658729754084663,0.709499155921217,0.255951455205554,0.00092075223061016,0.60885408289985,0.255951455205554,0.000782587639835344,0.715275426917127,0.255951455205554,0.000730515289431169,0.721128530574399,0.255951455205554,0.000880742387746352,0.849274065570469,0.255951455205554,0.00147861520641223,0.433005541550751,0.5,0.255951455205554,0.0034043614945732,0.703698550612572,0.5,0.255951455205554,0.00352283905085582,0.47708453299484,0.5,0.255951455205554,0.0024684579438819,0.499040240687791,0.255951455205554,0.00200742274203531,0.891618521350402,0.00155808809584625,0.221491653844132,0.255951455205554,0.00196566458350769,0.292408585736237,0.5,0.255951455205554,0.0015492013062702,0.248419622151818,0.255951455205554,0.00416618995188738,0.330920920640218,0.255951455205554,0.00509406754392459,0.406022330071977,0.255951455205554,0.00450423628797049,0.554999099640992,0.000560039419824591,0.904323908250599 -8439,0.255951455205554,0.00029405134759933,0.828506585765327,0.255951455205554,0.000393470110710173,0.748267217901733,0.255951455205554,0.000410602050721317,0.782773867467168,0.255951455205554,0.000305881460535805,0.784839746131403,0.255951455205554,0.000494140987778529,0.910305672147215,0.255951455205554,0.00125018274868631,0.488955303211903,0.5,0.255951455205554,0.0023295949368653,0.796371852234882,0.5,0.255951455205554,0.00130945267603634,0.524022437058485,0.5,0.255951455205554,0.00164884246006072,0.549944047444917,0.255951455205554,0.00147344317336225,0.957130221844308,0.000668530296352232,0.24262509554685,0.255951455205554,0.000733178778887993,0.31092382762377,0.5,0.255951455205554,0.000686900587119081,0.279801465436473,0.255951455205554,0.00095017239715407,0.406505702724055,0.255951455205554,0.00104464086573486,0.507960237576126,0.255951455205554,0.000481371062745616,0.639023845223226,0.000322600712150608,0.921557814662769 -8440,0.255951455205554,0.0,0.885460420589964,0.255951455205554,0.0,0.831139175603805,0.255951455205554,7.96192998252857e-06,0.834934160075067,0.255951455205554,0.0,0.818178219176666,0.255951455205554,9.16978468757893e-05,0.94619250430901,0.255951455205554,0.000332847248252478,0.612872263857829,0.5,0.255951455205554,0.000821332122928572,0.852967076141873,0.5,0.255951455205554,0.00030789327785725,0.617400223014433,0.5,0.255951455205554,0.000183890624100787,0.632701661348147,0.255951455205554,0.000727251036401691,0.94631314834626,2.03170767733768e-06,0.290764090203753,0.255951455205554,2.27059789579689e-06,0.37138204103939,0.5,0.255951455205554,0.0,0.351066672441351,0.255951455205554,7.95744857249723e-06,0.469224245438215,0.255951455205554,4.03505928163756e-05,0.570925137538533,0.255951455205554,2.74247214044874e-05,0.670874506947315,0.0,0.935820162981309 -8441,0.255951455205554,0.0,0.93017263054317,0.255951455205554,0.0,0.873007462685361,0.255951455205554,0.0,0.883694406488744,0.255951455205554,0.0,0.857808894732877,0.255951455205554,0.0,0.96998423479323,0.255951455205554,0.0,0.722339529028356,0.5,0.255951455205554,0.0,0.884547511164897,0.5,0.255951455205554,0.0,0.727358115814313,0.5,0.255951455205554,0.0,0.712340927770744,0.255951455205554,0.0,0.953856461713083,0.0,0.379293471245787,0.255951455205554,0.0,0.480908610996241,0.5,0.255951455205554,0.0,0.474489761165155,0.255951455205554,0.0,0.519968064051959,0.255951455205554,0.0,0.623765388091552,0.255951455205554,0.0,0.711457404362221,0.0,0.960722115141839 -8442,0.255951455205554,0.0,0.96169040402416,0.255951455205554,0.0,0.903998016661411,0.255951455205554,0.0,0.926874333864862,0.255951455205554,0.0,0.936090960094609,0.255951455205554,0.0,0.995020330704184,0.255951455205554,0.0,0.830050831366536,0.5,0.255951455205554,0.0,0.924815968899741,0.5,0.255951455205554,0.0,0.842633564479618,0.5,0.255951455205554,0.0,0.807812815001318,0.255951455205554,0.0,0.96768616729786,0.0,0.540906726991664,0.255951455205554,0.0,0.58329405694156,0.5,0.255951455205554,0.0,0.644416272191573,0.255951455205554,0.0,0.565126108439794,0.255951455205554,0.0,0.655977863088267,0.255951455205554,0.0,0.783648049237747,0.0,0.988643231538954 -8443,0.255951455205554,0.0,0.978366174308853,0.255951455205554,0.0,0.973615184119172,0.255951455205554,0.0,0.958940499497156,0.255951455205554,0.0,0.981340466712244,0.255951455205554,0.0,1.01107721151127,0.255951455205554,0.0,0.921399307840991,0.5,0.255951455205554,0.0,0.96318052862235,0.5,0.255951455205554,0.0,0.859751791248381,0.5,0.255951455205554,0.0,0.896354223544496,0.255951455205554,0.0,0.980276700607533,0.0,0.605606541430605,0.255951455205554,0.0,0.660363864012375,0.5,0.255951455205554,0.0,0.769678953420639,0.255951455205554,0.0,0.603875828379816,0.255951455205554,0.0,0.707668152784677,0.255951455205554,0.0,0.881395715355909,0.0,0.999389933154891 -8444,0.255951455205554,0.0,0.989232012801339,0.255951455205554,0.0,1.01127410957708,0.255951455205554,0.0,0.981156262507181,0.255951455205554,0.0,1.00335899844551,0.255951455205554,0.0,1.01266095447612,0.255951455205554,0.0,0.960042460665094,0.5,0.255951455205554,0.0,0.984415709295794,0.5,0.255951455205554,0.0,0.843775784650742,0.5,0.255951455205554,0.0,0.956776327067111,0.255951455205554,0.0,0.979503135499432,0.0,0.737872638992391,0.255951455205554,0.0,0.718468371085964,0.5,0.255951455205554,0.0,0.811669392606648,0.255951455205554,0.0,0.670354431168369,0.255951455205554,0.0,0.775442883624655,0.255951455205554,0.0,0.951825308136701,0.0,1.00013582477056 -8445,0.255951455205554,0.0,0.991277636000231,0.255951455205554,0.0,1.0163186946766,0.255951455205554,0.0,0.988620495175978,0.255951455205554,0.0,1.00702325545775,0.255951455205554,0.0,0.996814600633303,0.255951455205554,0.0,0.945761218194046,0.5,0.255951455205554,0.0,0.989646657656119,0.5,0.255951455205554,0.0,0.832273541093768,0.5,0.255951455205554,0.0,0.985855685778847,0.255951455205554,0.0,0.984269558156568,0.0,0.792935555776765,0.255951455205554,0.0,0.780718819297932,0.5,0.255951455205554,0.0,0.850530310693932,0.255951455205554,0.0,0.727557648488064,0.255951455205554,0.0,0.837629196164754,0.255951455205554,0.0,0.984228873606758,0.0,0.962846133744755 -8446,0.255951455205554,0.0,0.960433667370798,0.255951455205554,0.0,1.01842237873391,0.255951455205554,0.0,0.9867246690852,0.255951455205554,0.0,1.00214284323137,0.255951455205554,0.0,0.997807200291515,0.255951455205554,0.0,0.917815261395853,0.5,0.255951455205554,0.0,0.998282159411896,0.5,0.255951455205554,0.0,0.823994749134096,0.5,0.255951455205554,0.0,0.992105230083061,0.255951455205554,0.0,1.00262741092585,0.0,0.827728769022205,0.255951455205554,0.0,0.846771668052613,0.5,0.255951455205554,0.0,0.887636951870958,0.255951455205554,0.0,0.812933938712187,0.255951455205554,0.0,0.889007011784054,0.255951455205554,0.0,0.990443668109155,0.0,0.763905308957899 -8447,0.255951455205554,0.0,0.914128699285485,0.255951455205554,0.0,1.02095363949722,0.255951455205554,0.0,0.979175221788644,0.255951455205554,0.0,0.989814233594391,0.255951455205554,0.0,0.996023538190308,0.255951455205554,0.0,0.94270496873726,0.5,0.255951455205554,0.0,1.00205521398836,0.5,0.255951455205554,0.0,0.829321819965639,0.5,0.255951455205554,0.0,0.980971613916377,0.255951455205554,0.0,1.01194218578941,0.0,0.875786359869746,0.255951455205554,0.0,0.890554404513214,0.5,0.255951455205554,0.0,0.931473388907349,0.255951455205554,0.0,0.867283731353764,0.255951455205554,0.0,0.893383104196272,0.255951455205554,0.0,0.973551098288961,0.0,0.491837044406596 -8448,0.255951455205554,0.0,0.790139888506248,0.255951455205554,0.0,1.01021725402026,0.255951455205554,0.0,0.953463737482071,0.255951455205554,0.0,0.944564660149713,0.255951455205554,0.0,0.985987975884948,0.255951455205554,0.0,0.939610601342194,0.5,0.255951455205554,0.0,1.00188082445109,0.5,0.255951455205554,0.0,0.835441881038643,0.5,0.255951455205554,0.0,0.979052487305454,0.255951455205554,0.0,1.01174399355108,0.0,0.931688458718712,0.255951455205554,0.0,0.919360197225528,0.5,0.255951455205554,0.0,0.956429934569375,0.255951455205554,0.0,0.914478918969935,0.255951455205554,0.0,0.908863912909979,0.255951455205554,0.0,0.958933931826811,0.0,0.322686011844453 -8449,0.255951455205554,0.0,0.571735682674245,0.255951455205554,0.0,0.964522724816292,0.255951455205554,0.0,0.926327939831924,0.255951455205554,0.0,0.944088106788664,0.255951455205554,0.0,0.98077245253057,0.255951455205554,0.0,0.956783701925182,0.5,0.255951455205554,0.0,1.00580451448472,0.5,0.255951455205554,0.0,0.859056132480823,0.5,0.255951455205554,0.0,0.978886492562797,0.255951455205554,0.0,1.01776283637491,0.0,0.979991532704539,0.255951455205554,0.0,0.93089142627918,0.5,0.255951455205554,0.0,0.935678951461727,0.255951455205554,0.0,0.91796290850223,0.255951455205554,0.0,0.871070527956759,0.255951455205554,0.0,0.959563024105485,0.0,0.264053537703763 -8450,0.255951455205554,0.0,0.391742429526139,0.255951455205554,0.0,0.999357640353385,0.255951455205554,0.0,0.913718396801123,0.255951455205554,0.0,0.889922951116654,0.255951455205554,0.0,0.9821997323627,0.255951455205554,0.0,0.972113486610981,0.5,0.255951455205554,0.0,1.01024768671627,0.5,0.255951455205554,0.0,0.88036273230491,0.5,0.255951455205554,0.0,0.978457146115921,0.255951455205554,0.0,1.02132096447451,0.0,0.937255552973453,0.255951455205554,0.0,0.898134790472763,0.5,0.255951455205554,0.0,0.830521991193959,0.255951455205554,0.0,0.918775561630279,0.255951455205554,0.0,0.840514391317328,0.255951455205554,0.0,0.97055024463857,0.0,0.265715603220245 -8451,0.255951455205554,0.0,0.311170249363022,0.255951455205554,0.0,0.951661986746002,0.255951455205554,0.0,0.928034531670675,0.255951455205554,0.0,0.933997510271608,0.255951455205554,0.0,1.00827579579179,0.255951455205554,0.0,0.998110872268926,0.5,0.255951455205554,0.0,1.01286607018996,0.5,0.255951455205554,0.0,0.894803356627046,0.5,0.255951455205554,0.0,0.979376568949787,0.255951455205554,0.0,1.02011697048787,0.0,0.885573106850816,0.255951455205554,0.0,0.863018728988942,0.5,0.255951455205554,0.0,0.65093305751098,0.255951455205554,0.0,0.912407361003483,0.255951455205554,0.0,0.843562579800315,0.255951455205554,0.0,0.98520341457833,0.0,0.496848011146419 -8452,0.255951455205554,0.0,0.28663399211071,0.255951455205554,0.0,0.982925101907583,0.255951455205554,0.0,0.939004305784986,0.255951455205554,0.0,0.941832076399161,0.255951455205554,0.0,1.01884263000858,0.255951455205554,0.0,1.01696385790162,0.5,0.255951455205554,0.0,1.01461875912312,0.5,0.255951455205554,0.0,0.91316895160743,0.5,0.255951455205554,0.0,0.983855226504805,0.255951455205554,0.0,1.02018275595978,0.0,0.847605907754882,0.255951455205554,0.0,0.84597770561444,0.5,0.255951455205554,0.0,0.485752923831695,0.255951455205554,0.0,0.899385276785627,0.255951455205554,0.0,0.882910142672568,0.255951455205554,0.0,1.0059700748485,0.0,0.719991926619996 -8453,0.255951455205554,0.0,0.302940920503588,0.255951455205554,0.0,0.997008324475948,0.255951455205554,0.0,0.880476092767395,0.255951455205554,0.0,0.877672477886701,0.255951455205554,0.0,1.01802614635204,0.255951455205554,0.0,1.01590671830391,0.5,0.255951455205554,0.0,1.00580970805469,0.5,0.255951455205554,0.0,0.920755987322127,0.5,0.255951455205554,0.0,0.989063828106364,0.255951455205554,0.0,1.01712189370237,0.0,0.790502895699259,0.255951455205554,0.0,0.878490948657834,0.5,0.255951455205554,0.0,0.505488334540104,0.255951455205554,0.0,0.908256809707538,0.255951455205554,0.0,0.964208075563396,0.255951455205554,0.0,1.01732525851036,0.0,0.779290405366044 -8454,0.255951455205554,0.0,0.293270675394944,0.255951455205554,0.0,0.860321989322416,0.255951455205554,0.0,0.790298480160472,0.255951455205554,0.0,0.69183580906991,0.255951455205554,0.0,1.01031452843397,0.255951455205554,0.0,1.00080871642666,0.5,0.255951455205554,0.0,0.99646381822643,0.5,0.255951455205554,0.0,0.919757540183611,0.5,0.255951455205554,0.0,0.986242039362359,0.255951455205554,0.0,1.01390372175395,0.0,0.923921975181118,0.255951455205554,0.0,0.934072639463208,0.5,0.255951455205554,0.0,0.537024349276129,0.255951455205554,0.0,0.952670801420344,0.255951455205554,0.0,0.995314011856144,0.255951455205554,0.0,1.02135303715247,0.0,0.767881513062209 -8455,0.255951455205554,0.0,0.34691253739135,0.255951455205554,0.0,0.487781982974925,0.255951455205554,0.0,0.711007397026493,0.255951455205554,0.0,0.568638273278453,0.255951455205554,0.0,0.998892180311801,0.255951455205554,0.0,0.987271673835729,0.5,0.255951455205554,0.0,0.99486542473996,0.5,0.255951455205554,0.0,0.912375180969142,0.5,0.255951455205554,0.0,0.986621535848101,0.255951455205554,0.0,1.02166250375534,0.0,0.96824467425488,0.255951455205554,0.0,0.975630695081223,0.5,0.255951455205554,0.0,0.512326785918091,0.255951455205554,0.0,0.994439047774146,0.255951455205554,0.0,0.997356609383556,0.255951455205554,0.0,1.02114182171356,0.0,0.78122161116904 -8456,0.255951455205554,0.0,0.391042039251438,0.255951455205554,0.0,0.347016225950068,0.255951455205554,0.0,0.640034531162188,0.255951455205554,0.0,0.384446098610225,0.255951455205554,0.0,0.992138758223908,0.255951455205554,0.0,0.987511035293722,0.5,0.255951455205554,0.0,1.00076033841316,0.5,0.255951455205554,0.0,0.910797791064154,0.5,0.255951455205554,0.0,0.959027917632989,0.255951455205554,0.0,1.02173913043478,0.0,0.97692378874517,0.255951455205554,0.0,0.963460061435141,0.5,0.255951455205554,0.0,0.394880922883369,0.255951455205554,0.0,1.01000922111603,0.255951455205554,0.0,0.971338351984228,0.255951455205554,0.0,1.0210326549952,0.0,0.817950255615033 -8457,0.255951455205554,0.0,0.392336528389239,0.255951455205554,0.0,0.472347886041517,0.255951455205554,0.0,0.599820874440044,0.255951455205554,0.0,0.379355345506994,0.255951455205554,0.0,0.999328414500814,0.255951455205554,0.0,0.993515570451013,0.5,0.255951455205554,0.0,1.00416851385015,0.5,0.255951455205554,0.000315234318475488,0.971009121270229,0.5,0.255951455205554,0.000788136100185511,0.933217695821929,0.255951455205554,0.0,1.02173913043478,0.0,0.940603044543713,0.255951455205554,3.34237915647124e-05,0.90229238435744,0.5,0.255951455205554,0.0,0.257209884358307,0.255951455205554,0.000169535427124066,1.00835038576671,0.255951455205554,5.63050532068923e-06,0.940465400073647,0.255951455205554,4.34324862157109e-05,1.02030185532715,0.0,0.883297371495793 -8458,0.255951455205554,0.00126220119969189,0.312748318781304,0.255951455205554,0.00131789581546279,0.484590330186896,0.255951455205554,0.000595088063902699,0.554106683400792,0.255951455205554,0.000811081252975596,0.47113600201446,0.255951455205554,0.000280387283570224,0.992759758412067,0.255951455205554,0.00101966862255182,1.0037035251949,0.5,0.255951455205554,0.00165543215642964,1.01317523648174,0.5,0.255951455205554,0.00539722632669577,0.987891631810894,0.5,0.255951455205554,0.0139324689394787,0.945273208438421,0.255951455205554,0.000657051591518323,1.02173913043478,0.000176580824601921,0.883933880600718,0.255951455205554,0.000995900494147369,0.848197432891096,0.5,0.255951455205554,0.000600396018882394,0.211144378188984,0.255951455205554,0.00459424135584979,0.991062022640078,0.255951455205554,0.00244890704958982,0.95173949407466,0.255951455205554,0.00338155997214564,1.02040865739936,0.00145422898617048,0.898995170902252 -8459,0.255951455205554,0.0127657740037408,0.271263625001378,0.255951455205554,0.0109265758953042,0.413292822488073,0.255951455205554,0.00468511185248756,0.572900472825541,0.255951455205554,0.00890865598984553,0.431033714793271,0.255951455205554,0.00180967052379603,0.946681537507893,0.255951455205554,0.00262889385083515,1.01108003370094,0.5,0.255951455205554,0.00404161166392083,1.01884174209114,0.5,0.255951455205554,0.0125193328915487,0.972623745990303,0.5,0.255951455205554,0.0381020157583787,0.958848947384188,0.255951455205554,0.00117743166309527,1.02173913043478,0.00120010954321163,0.882456328659103,0.255951455205554,0.00290924296575081,0.823728320142487,0.5,0.255951455205554,0.00258221316906997,0.230427547671408,0.255951455205554,0.0123392142502371,0.975154520276674,0.255951455205554,0.00695211548364212,0.971296595389773,0.255951455205554,0.00851988284647676,1.02032460583653,0.0124022996618569,0.928158414923302 -8460,0.255951455205554,0.0251438328846746,0.441391526191074,0.255951455205554,0.0205844315468211,0.3705127601821,0.255951455205554,0.0124480403116437,0.626787551853746,0.255951455205554,0.0245376258757292,0.528143431204493,0.255951455205554,0.003572388534905,0.962533143699297,0.255951455205554,0.00313737250804896,1.01220906190265,0.5,0.255951455205554,0.00493836508366286,1.01953367486441,0.5,0.255951455205554,0.0236512314809586,0.989580216380283,0.5,0.255951455205554,0.0532930796690079,0.976723343063769,0.255951455205554,0.000767290400023976,1.02173913043478,0.00256925110670154,0.901938095987573,0.255951455205554,0.0049045055875812,0.775219304435136,0.5,0.255951455205554,0.00821494230906742,0.267233371221462,0.255951455205554,0.0155036568865672,0.964050589469337,0.255951455205554,0.00873213083959454,0.949758577803624,0.255951455205554,0.00966129851330043,1.01958358144561,0.0641871609446186,0.946889823390967 -8461,0.255951455205554,0.0213398957986865,0.693778636796945,0.255951455205554,0.0266921091801553,0.388122773931812,0.255951455205554,0.0184491331305122,0.671568704038164,0.255951455205554,0.0252116375082426,0.644870013497004,0.255951455205554,0.00709365584845515,0.843780615443963,0.255951455205554,0.00534719853256508,1.00510911828442,0.5,0.255951455205554,0.00334663695948385,1.00345603881771,0.5,0.255951455205554,0.023063945437369,1.00760504130137,0.5,0.255951455205554,0.0464804302283131,1.00003692902017,0.255951455205554,0.000594547805676262,1.02173913043478,0.0014953176648593,0.918024325203666,0.255951455205554,0.00488027835171896,0.733647880057721,0.5,0.255951455205554,0.0123257500853253,0.290444447264616,0.255951455205554,0.010891934206151,0.958984349344818,0.255951455205554,0.00727416325262801,0.910848691813904,0.255951455205554,0.00875214410305018,1.01976124724627,0.062453602475733,0.957969405683392 -8462,0.255951455205554,0.0313796409394496,0.786369776958532,0.255951455205554,0.0150898981373513,0.68362337389644,0.255951455205554,0.0182075207484085,0.705752603486315,0.255951455205554,0.0141214030856587,0.838740581533725,0.255951455205554,0.0127566955999772,0.765492073922045,0.255951455205554,0.00261654551922903,0.944726884920397,0.5,0.255951455205554,0.00148245067832557,0.938800151383043,0.5,0.255951455205554,0.0116875820222685,1.01438833823887,0.5,0.255951455205554,0.0325689403935986,1.00525456508339,0.255951455205554,0.000422588675506573,1.01488707071801,0.00252199174682209,0.90995356386228,0.255951455205554,0.00419624737356191,0.726513527498728,0.5,0.255951455205554,0.0128286035304077,0.289778148622897,0.255951455205554,0.00631481205847572,0.964886754861461,0.255951455205554,0.00829906240025027,0.91750119108838,0.255951455205554,0.00723421517241922,1.01922245972,0.0138215666347238,0.953651431317714 -8463,0.255951455205554,0.0373736275252479,0.829376572373428,0.255951455205554,0.004298468404244,0.908400397157426,0.255951455205554,0.0424661666916935,0.659949317286938,0.255951455205554,0.0129306524615815,0.774423942662149,0.255951455205554,0.00641083529006837,0.748386440655308,0.255951455205554,0.00114566915142112,0.897642605875407,0.5,0.255951455205554,0.00154878232333984,0.84841472396365,0.5,0.255951455205554,0.00328740251325297,1.00786441033821,0.5,0.255951455205554,0.0114366233727475,1.00956115860871,0.255951455205554,0.00190200477761552,0.998616772826466,0.000760848839936423,0.712951678098135,0.255951455205554,0.00216793052125417,0.722327618908349,0.5,0.255951455205554,0.00800445610243845,0.293344286858694,0.255951455205554,0.00253858726523444,0.985615379981347,0.255951455205554,0.00415672058532434,0.838641445605949,0.255951455205554,0.002828773828105,0.999698829061785,0.0103807378732816,0.978968982454528 -8464,0.255951455205554,0.0,0.835665293862661,0.255951455205554,0.0,0.634585685841268,0.255951455205554,0.000229454838233433,0.640665533811452,0.255951455205554,0.0,0.551475798409467,0.255951455205554,0.00166024603904443,0.715168802047991,0.255951455205554,0.000257115971188447,0.801714258055023,0.5,0.255951455205554,0.000842071448856912,0.802937813390078,0.5,0.255951455205554,0.00106298296618844,0.99849575079329,0.5,0.255951455205554,0.000688141253211103,0.995271617576878,0.255951455205554,0.000272719407831108,0.905802790348996,3.75340039762725e-05,0.698730684499051,0.255951455205554,0.000103606874496925,0.655121729425098,0.5,0.255951455205554,5.50437891733962e-05,0.390429288126008,0.255951455205554,6.19482730804397e-05,0.989469567230957,0.255951455205554,9.09712225964581e-05,0.758677008411114,0.255951455205554,0.0,0.91506115396244,0.0,0.99713443800502 -8465,0.255951455205554,0.0,0.872936806889864,0.255951455205554,0.0,0.584761904824386,0.255951455205554,0.0,0.663818372508612,0.255951455205554,0.0,0.667950398363647,0.255951455205554,0.0,0.673704109074606,0.255951455205554,0.0,0.767958411810848,0.5,0.255951455205554,0.0,0.734045823765572,0.5,0.255951455205554,0.0,0.979729580211342,0.5,0.255951455205554,0.0,0.962963867323291,0.255951455205554,0.0,0.796255310049299,0.0,0.628259495622963,0.255951455205554,0.0,0.695104546730397,0.5,0.255951455205554,0.0,0.502364328478553,0.255951455205554,0.0,0.946354247792756,0.255951455205554,0.0,0.838998978666537,0.255951455205554,0.0,0.864099950189469,0.0,1.00213658462853 -8466,0.255951455205554,0.0,0.8803809611841,0.255951455205554,0.0,0.77206976504837,0.255951455205554,0.0,0.702954721850868,0.255951455205554,0.0,0.774223453631514,0.255951455205554,0.0,0.624145839620942,0.255951455205554,0.0,0.761508887347527,0.5,0.255951455205554,0.0,0.77828359716597,0.5,0.255951455205554,0.0,0.919664939102532,0.5,0.255951455205554,0.0,0.900271405207112,0.255951455205554,0.0,0.666231347801134,0.0,0.782313845851489,0.255951455205554,0.0,0.722450329002689,0.5,0.255951455205554,0.0,0.583931902683218,0.255951455205554,0.0,0.876688141321018,0.255951455205554,0.0,0.842929161412723,0.255951455205554,0.0,0.792044426191677,0.0,1.0030648069822 -8467,0.255951455205554,0.0,0.89010410075133,0.255951455205554,0.0,0.837146464508568,0.255951455205554,0.0,0.739860483643415,0.255951455205554,0.0,0.804203463870412,0.255951455205554,0.0,0.598307644918518,0.255951455205554,0.0,0.775872520387187,0.5,0.255951455205554,0.0,0.77374800434325,0.5,0.255951455205554,0.0,0.891814581640224,0.5,0.255951455205554,0.0,0.865646010089011,0.255951455205554,0.0,0.671255897423015,0.0,0.94019365803341,0.255951455205554,0.0,0.769566178853063,0.5,0.255951455205554,0.0,0.643581538960915,0.255951455205554,0.0,0.863944941879409,0.255951455205554,0.0,0.784512021378934,0.255951455205554,0.0,0.798769934617125,0.0,1.00515561253854 -8468,0.255951455205554,0.0,0.867958989687332,0.255951455205554,0.0,0.753954671617896,0.255951455205554,0.0,0.797229524053109,0.255951455205554,0.0,0.838473436028931,0.255951455205554,0.0,0.68973136198052,0.255951455205554,0.0,0.708821720056118,0.5,0.255951455205554,0.0,0.715403323220655,0.5,0.255951455205554,0.0,0.81701900960488,0.5,0.255951455205554,0.0,0.786616509504341,0.255951455205554,0.0,0.795643186696548,0.0,0.657840589814265,0.255951455205554,0.0,0.720637723538098,0.5,0.255951455205554,0.0,0.717436962632097,0.255951455205554,0.0,0.867739692779974,0.255951455205554,0.0,0.696531414655866,0.255951455205554,0.0,0.822734376076104,0.0,1.00540488671851 -8469,0.255951455205554,0.0,0.873530688135397,0.255951455205554,0.0,0.839726153093218,0.255951455205554,0.0,0.859256944757429,0.255951455205554,0.0,0.901968788445976,0.255951455205554,0.0,0.797041463626078,0.255951455205554,0.0,0.6747096636501,0.5,0.255951455205554,0.0,0.614504949332915,0.5,0.255951455205554,0.0,0.79064782999533,0.5,0.255951455205554,0.0,0.784298146058318,0.255951455205554,0.0,0.690481558535849,0.0,0.430421869384997,0.255951455205554,0.0,0.596855375067631,0.5,0.255951455205554,0.0,0.760637291649013,0.255951455205554,0.0,0.81700947075593,0.255951455205554,0.0,0.599693740176112,0.255951455205554,0.0,0.652996555331679,0.0,1.00510023509582 -8470,0.255951455205554,0.0,0.927325980967601,0.255951455205554,0.0,0.975582565370044,0.255951455205554,0.0,0.881403607232095,0.255951455205554,0.0,0.937486532680312,0.255951455205554,0.0,0.800152191379829,0.255951455205554,0.0,0.668139264946407,0.5,0.255951455205554,0.0,0.516969795199645,0.5,0.255951455205554,0.0,0.807258945297406,0.5,0.255951455205554,0.0,0.792320185007826,0.255951455205554,0.0,0.468989127774495,0.0,0.561265334987403,0.255951455205554,0.0,0.565066584327971,0.5,0.255951455205554,0.0,0.77452327498999,0.255951455205554,0.0,0.718513141046238,0.255951455205554,0.0,0.624551154033891,0.255951455205554,0.0,0.535808666526312,0.0,1.00465813617143 -8471,0.255951455205554,0.0,0.96069114263056,0.255951455205554,0.0,1.00032163132342,0.255951455205554,0.0,0.881640860074078,0.255951455205554,0.0,0.880089048041385,0.255951455205554,0.0,0.800541725942377,0.255951455205554,0.0,0.630536913991616,0.5,0.255951455205554,0.0,0.364007163210038,0.5,0.255951455205554,0.0,0.731169633783824,0.5,0.255951455205554,0.0,0.744655187225725,0.255951455205554,0.0,0.231945169294407,0.0,0.693483717989684,0.255951455205554,0.0,0.657080887797107,0.5,0.255951455205554,0.0,0.879936575431655,0.255951455205554,0.0,0.624749021115588,0.255951455205554,0.0,0.706896149018893,0.255951455205554,0.0,0.617567872379823,0.0,1.00632842153345 -8472,0.255951455205554,0.0,0.943300621798843,0.255951455205554,0.0,0.855918262827773,0.255951455205554,0.0,0.875984596548815,0.255951455205554,0.0,0.875262659464017,0.255951455205554,0.0,0.81595525594167,0.255951455205554,0.0,0.606194408616401,0.5,0.255951455205554,0.0,0.271162030817711,0.5,0.255951455205554,0.0,0.629795803614288,0.5,0.255951455205554,0.0,0.670873527354661,0.255951455205554,0.0,0.189734625686275,0.0,0.789669926080018,0.255951455205554,0.0,0.773999326808684,0.5,0.255951455205554,0.0,0.914640060353825,0.255951455205554,0.0,0.664962448513712,0.255951455205554,0.0,0.792036955711358,0.255951455205554,0.0,0.726355366321498,0.0,1.00642598547674 -8473,0.255951455205554,0.0,0.922872286979127,0.255951455205554,0.0,0.904859867402311,0.255951455205554,0.0,0.881419651373001,0.255951455205554,0.0,0.917215442608713,0.255951455205554,0.0,0.829181134502976,0.255951455205554,0.0,0.644195448249935,0.5,0.255951455205554,0.0,0.26665068037255,0.5,0.255951455205554,0.0,0.530268318841703,0.5,0.255951455205554,0.0,0.619207885102707,0.255951455205554,0.0,0.222675724272984,0.0,0.849656099370117,0.255951455205554,0.0,0.867566785462627,0.5,0.255951455205554,0.0,0.934729602197844,0.255951455205554,0.0,0.771562832015103,0.255951455205554,0.0,0.883959731753452,0.255951455205554,0.0,0.813860645590236,0.0,1.00633550518622 -8474,0.255951455205554,0.0,0.925253091347717,0.255951455205554,0.0,0.987318207553066,0.255951455205554,0.0,0.922476758363472,0.255951455205554,0.0,0.913400831384662,0.255951455205554,0.0,0.866813845916879,0.255951455205554,0.0,0.704323386275574,0.5,0.255951455205554,0.0,0.308790741264607,0.5,0.255951455205554,0.0,0.449420623842901,0.5,0.255951455205554,0.0,0.630795739948242,0.255951455205554,0.0,0.2583174556217,0.0,1.02173913043478,0.255951455205554,0.0,0.925107321801665,0.5,0.255951455205554,0.0,0.908974890229424,0.255951455205554,0.0,0.852111712200701,0.255951455205554,0.0,0.88542475001676,0.255951455205554,0.0,0.867253812697401,0.0,1.00710784149238 -8475,0.255951455205554,0.0,0.96811146397376,0.255951455205554,0.0,0.963487371115329,0.255951455205554,0.0,0.971639534731912,0.255951455205554,0.0,0.998251569687819,0.255951455205554,0.0,0.92068547711191,0.255951455205554,0.0,0.724562377345532,0.5,0.255951455205554,0.0,0.38174307968158,0.5,0.255951455205554,0.0,0.388225685207703,0.5,0.255951455205554,0.0,0.612887085014944,0.255951455205554,0.0,0.339431753871756,0.0,0.949684100154045,0.255951455205554,0.0,0.926792201312898,0.5,0.255951455205554,0.0,0.918886913622746,0.255951455205554,0.0,0.916235735331243,0.255951455205554,0.0,0.909585043353523,0.255951455205554,0.0,0.894246889221373,0.0,1.00861096601663 -8476,0.255951455205554,0.0,1.00105006877836,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.999519563697599,0.255951455205554,0.0,1.01077714072848,0.255951455205554,0.0,0.956602584204342,0.255951455205554,0.0,0.751687721776954,0.5,0.255951455205554,0.0,0.397153903997109,0.5,0.255951455205554,0.0,0.35712663359671,0.5,0.255951455205554,0.0,0.596225464056042,0.255951455205554,0.0,0.29794447119727,0.0,0.895375426878934,0.255951455205554,0.0,0.917854247872911,0.5,0.255951455205554,0.0,0.95530636331319,0.255951455205554,0.0,0.934397260553234,0.255951455205554,0.0,0.966135900499287,0.255951455205554,0.0,0.925177688187818,0.0,1.00953094176918 -8477,0.255951455205554,0.0,1.00917308263189,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00659292889948,0.255951455205554,0.0,1.01065448299163,0.255951455205554,0.0,0.974435107504359,0.255951455205554,0.0,0.767116451524816,0.5,0.255951455205554,0.0,0.384247929150179,0.5,0.255951455205554,0.0,0.374100485729368,0.5,0.255951455205554,0.0,0.643538238592752,0.255951455205554,0.0,0.3059346293324,0.0,0.990749752657265,0.255951455205554,0.0,0.973825401425324,0.5,0.255951455205554,0.0,0.985496869648043,0.255951455205554,0.0,0.906407154899584,0.255951455205554,0.0,1.01144905422449,0.255951455205554,0.0,0.979346488859238,0.0,0.117326851775686 -8478,0.255951455205554,0.0,1.00695076691313,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01059939297614,0.255951455205554,0.0,1.01313377645638,0.255951455205554,0.0,0.975483920848276,0.255951455205554,0.0,0.773177409214943,0.5,0.255951455205554,0.0,0.407151134382061,0.5,0.255951455205554,0.0,0.384582894481224,0.5,0.255951455205554,0.0,0.687693149248395,0.255951455205554,0.0,0.404144521039379,0.0,1.02170039978455,0.255951455205554,0.0,1.01208927834244,0.5,0.255951455205554,0.0,1.01220113130075,0.255951455205554,0.0,0.934825533833382,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00622455432474,0.0,0.150785048183781 -8479,0.255951455205554,0.0,1.00946723883126,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01217327646233,0.255951455205554,0.0,1.01341786842481,0.255951455205554,0.0,0.971207188675425,0.255951455205554,0.0,0.777089212351585,0.5,0.255951455205554,0.0,0.542369959932961,0.5,0.255951455205554,0.0,0.404870462051518,0.5,0.255951455205554,0.0,0.701365255157073,0.255951455205554,0.0,0.497309425984207,0.0,1.02173913043478,0.255951455205554,0.0,1.02172268206005,0.5,0.255951455205554,0.0,1.01425861719618,0.255951455205554,0.0,0.982352714729546,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00753758456167,0.0,0.29313038515401 -8480,0.255951455205554,0.0,1.0072987216816,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.0094244453764,0.255951455205554,0.0,1.00881513934013,0.255951455205554,0.0,0.978518332270882,0.255951455205554,0.0,0.824775827930685,0.5,0.255951455205554,0.0,0.664224697491656,0.5,0.255951455205554,0.0,0.485334269687405,0.5,0.255951455205554,0.0,0.76288063336981,0.255951455205554,0.0,0.568648400204538,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.0151177632262,0.255951455205554,0.0,1.00639210430562,0.255951455205554,0.0,1.02114762206728,0.255951455205554,0.0,1.00300789736761,0.0,0.902832172963553 -8481,0.255951455205554,0.0,1.00095349963897,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00956051223302,0.255951455205554,0.0,1.00049305909953,0.255951455205554,0.0,1.00417565287645,0.255951455205554,0.0,0.884388616467396,0.5,0.255951455205554,0.0,0.74853301384494,0.5,0.255951455205554,0.00192584196893629,0.531740922764069,0.5,0.255951455205554,0.00294214406287835,0.849089993719268,0.255951455205554,0.0,0.647608593728205,2.57356976326174e-07,1.02173913043478,0.255951455205554,0.000192881968947527,1.02173913043478,0.5,0.255951455205554,0.0,1.0081989761811,0.255951455205554,0.000770780653209945,1.01209950267322,0.255951455205554,1.27524033526073e-05,1.02008353761759,0.255951455205554,0.000116182668616986,1.00017877317796,0.0,1.01052310141791 -8482,0.255951455205554,0.00332391644055647,0.998207122707735,0.255951455205554,0.000856423349342121,1.01655576619925,0.255951455205554,0.00206061591142187,1.0116106724603,0.255951455205554,0.000686769012625614,1.01086923862861,0.255951455205554,0.00328911198506233,1.01329405290007,0.255951455205554,0.0109580932073872,0.921086120606052,0.5,0.255951455205554,0.0294451429336651,0.821267873357692,0.5,0.255951455205554,0.122058408427256,0.578882264139291,0.5,0.255951455205554,0.0880233862796453,0.91267087801831,0.255951455205554,0.0447492108129244,0.743647091440496,0.00430984054902307,1.02173913043478,0.255951455205554,0.00777054468648947,1.02169732122843,0.5,0.255951455205554,0.00338534919899393,0.981065384584428,0.255951455205554,0.0150829861718188,1.01150140394242,0.255951455205554,0.021248138128785,1.02160126759703,0.255951455205554,0.0114790770466659,1.00498156550932,0.00866632688747017,1.01046691993561 -8483,0.255951455205554,0.038922208111373,0.99334481182687,0.255951455205554,0.00155859778618051,1.01814912737384,0.255951455205554,0.00774934382903567,1.01227222137094,0.255951455205554,0.00144558014674215,1.01126275642638,0.255951455205554,0.0169822978166866,1.01546787161221,0.255951455205554,0.0265928126471328,0.940529174107935,0.5,0.255951455205554,0.0648817492721983,0.799260475527949,0.5,0.255951455205554,0.256483870821716,0.653792941612505,0.5,0.255951455205554,0.197256912817592,0.930966114686992,0.255951455205554,0.0473998450597618,0.787553908555461,0.0264746512029566,1.02173913043478,0.255951455205554,0.0301824209833855,1.02168763317741,0.5,0.255951455205554,0.0152101996856386,0.947388348037847,0.255951455205554,0.0359057336420465,1.01291489546625,0.255951455205554,0.0562434611444371,1.02173913043478,0.255951455205554,0.0243802610576473,1.00878223840074,0.131768161573356,1.00999909884163 -8484,0.255951455205554,0.047013376827792,0.98531299699409,0.255951455205554,0.00259891747973984,1.01290511755485,0.255951455205554,0.0129010505660489,1.00918685480763,0.255951455205554,0.00335697958510985,0.994414124221739,0.255951455205554,0.0315522461183695,1.01872780405004,0.255951455205554,0.040879370718526,0.972051837686475,0.5,0.255951455205554,0.061962067195574,0.869976795564095,0.5,0.255951455205554,0.284066681484785,0.728692464418537,0.5,0.255951455205554,0.263295398449392,0.957332925576917,0.255951455205554,0.0660590598243979,0.842947027991755,0.0356203987806455,1.02173913043478,0.255951455205554,0.0437644277829433,1.02095279179721,0.5,0.255951455205554,0.0327460017525563,0.924471070906744,0.255951455205554,0.0463156222859428,1.01589273641624,0.255951455205554,0.0601169846553059,1.02173913043478,0.255951455205554,0.0472249973015818,1.01332395510817,0.221221422211486,1.01026103291829 -8485,0.255951455205554,0.0781840507890119,0.981345268395238,0.255951455205554,0.00364149239041596,0.900562352389489,0.255951455205554,0.013830599435438,1.00155266439365,0.255951455205554,0.00793352489971802,1.0040676013901,0.255951455205554,0.0281201006655319,1.02046275141814,0.255951455205554,0.0647916838872528,1.00448052107317,0.5,0.255951455205554,0.0912082247891855,0.923407859994071,0.5,0.255951455205554,0.213706015797093,0.822926250717655,0.5,0.255951455205554,0.234811755154076,0.98386404203905,0.255951455205554,0.104099174059889,0.873195542161703,0.0397227608630094,1.02173913043478,0.255951455205554,0.039800088455318,1.01602755931846,0.5,0.255951455205554,0.0447934347770414,0.885307285347238,0.255951455205554,0.0473935839391102,1.01619621781677,0.255951455205554,0.0706914730231716,1.02173913043478,0.255951455205554,0.0705953800769895,1.01826676220845,0.22296631917017,1.01020305605732 -8486,0.255951455205554,0.139334736570593,0.970119737457761,0.255951455205554,0.00553276725183623,0.860604966464151,0.255951455205554,0.0131929546012434,0.981074481347086,0.255951455205554,0.00847898644483219,0.968394170030519,0.255951455205554,0.0309703300466505,1.02060502492473,0.255951455205554,0.0537285768417953,1.00335223458913,0.5,0.255951455205554,0.0847267632448055,0.92612571051616,0.5,0.255951455205554,0.126608588373532,0.869666428732939,0.5,0.255951455205554,0.136194554792125,1.00156339762347,0.255951455205554,0.0660114461646845,0.900324991535498,0.0302472012001548,1.02173913043478,0.255951455205554,0.0299706154615677,1.01086140063165,0.5,0.255951455205554,0.039143017265004,0.833058035828121,0.255951455205554,0.0429456864626171,1.01666518457485,0.255951455205554,0.0662262152698154,1.0217384247193,0.255951455205554,0.0655729550195111,1.02018113973623,0.230465759953596,0.262139468208456 -8487,0.255951455205554,0.127818421669194,0.965923419589564,0.255951455205554,0.0525587662615759,0.840272575005258,0.255951455205554,0.0261352454727728,0.948649324169152,0.255951455205554,0.0260669232185344,0.923494356641097,0.255951455205554,0.0162173046541556,1.02073229923615,0.255951455205554,0.0328262869976135,0.999760184632775,0.5,0.255951455205554,0.0509123303172715,0.92184588526236,0.5,0.255951455205554,0.049325876176761,0.927704438529779,0.5,0.255951455205554,0.047003896507905,1.01176417735802,0.255951455205554,0.023334161692421,0.885358293303833,0.00985795885081823,1.02110336369878,0.255951455205554,0.0128622106327917,0.978988407861921,0.5,0.255951455205554,0.034137242056439,0.779243755955573,0.255951455205554,0.0223304507221265,1.01720949987109,0.255951455205554,0.0265941401494374,1.02150280269198,0.255951455205554,0.0366432957995792,1.02074609208693,0.179857953037,0.111635467964667 -8488,0.255951455205554,0.0,0.971102030949642,0.255951455205554,0.0,0.898771101740283,0.255951455205554,6.73580156687363e-05,0.847994669710392,0.255951455205554,0.0,0.962816304983819,0.255951455205554,0.00170524823399156,1.01816749767652,0.255951455205554,0.00322043786761073,1.00296782595206,0.5,0.255951455205554,0.0122000518520245,0.898223803774652,0.5,0.255951455205554,0.0127890813641545,0.974914066652208,0.5,0.255951455205554,0.00391166428173307,1.015832909582,0.255951455205554,0.00236019653696575,0.864422422126441,0.000413108140179616,0.973747314018333,0.255951455205554,8.53979026968237e-05,0.93887794749712,0.5,0.255951455205554,5.76527377377721e-06,0.740993686055346,0.255951455205554,0.0002129052185092,1.01633772200878,0.255951455205554,1.67551193057464e-05,1.01055304911754,0.255951455205554,0.0,1.0194637236874,0.0,0.111050211141964 -8489,0.255951455205554,0.0,0.860650469088859,0.255951455205554,0.0,0.977507955812895,0.255951455205554,0.0,0.903584292431938,0.255951455205554,0.0,0.95142483246637,0.255951455205554,0.0,1.01731382285519,0.255951455205554,0.0,0.996443707953503,0.5,0.255951455205554,0.0,0.876644213428503,0.5,0.255951455205554,0.0,0.966655018995411,0.5,0.255951455205554,0.0,1.0159645515804,0.255951455205554,0.0,0.829417415960089,0.0,0.979654274204818,0.255951455205554,0.0,0.909014635961581,0.5,0.255951455205554,0.0,0.75656965954526,0.255951455205554,0.0,1.01977969773535,0.255951455205554,0.0,0.987225974313943,0.255951455205554,0.0,1.02053594612072,0.0,0.109464390506305 -8490,0.255951455205554,0.0,0.853198157052345,0.255951455205554,0.0,1.02135296294729,0.255951455205554,0.0,0.965568480067028,0.255951455205554,0.0,0.77689960073757,0.255951455205554,0.0,1.01551148051493,0.255951455205554,0.0,0.983139261160666,0.5,0.255951455205554,0.0,0.879020449907031,0.5,0.255951455205554,0.0,0.939649309305221,0.5,0.255951455205554,0.0,1.01414703134795,0.255951455205554,0.0,0.846757461345507,0.0,0.883024732852172,0.255951455205554,0.0,0.877450810829178,0.5,0.255951455205554,0.0,0.812275504377464,0.255951455205554,0.0,1.02165473255721,0.255951455205554,0.0,0.976915394473125,0.255951455205554,0.0,1.01718659757548,0.0,1.00649738675434 -8491,0.255951455205554,0.0,0.945421400791294,0.255951455205554,0.0,1.01903349281484,0.255951455205554,0.0,1.01600917242992,0.255951455205554,0.0,1.01597546797793,0.255951455205554,0.0,1.01151624457569,0.255951455205554,0.0,0.986877787230613,0.5,0.255951455205554,0.0,0.891758229915833,0.5,0.255951455205554,0.0,0.921479773421748,0.5,0.255951455205554,0.0,1.01163705034916,0.255951455205554,0.0,0.872153148992251,0.0,0.841524836319444,0.255951455205554,0.0,0.869584944131165,0.5,0.255951455205554,0.0,0.837439818913305,0.255951455205554,0.0,1.00783855234183,0.255951455205554,0.0,0.985216960371599,0.255951455205554,0.0,1.00542935109119,0.0,1.00954565606135 -8492,0.255951455205554,0.0,0.996323732514747,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.97842823223798,0.255951455205554,0.0,1.01301216308967,0.255951455205554,0.0,0.999663065847133,0.255951455205554,0.0,0.994498904462027,0.5,0.255951455205554,0.0,0.889031040914802,0.5,0.255951455205554,0.0,0.913980098414387,0.5,0.255951455205554,0.0,1.01601147994122,0.255951455205554,0.0,0.890401868082407,0.0,0.873918843079573,0.255951455205554,0.0,0.9041158865159,0.5,0.255951455205554,0.0,0.882153702061194,0.255951455205554,0.0,1.00282914208294,0.255951455205554,0.0,1.01249938305575,0.255951455205554,0.0,1.01538942565379,0.0,1.00923466695036 -8493,0.255951455205554,0.0,0.994434087419605,0.255951455205554,0.0,1.00834105216196,0.255951455205554,0.0,0.970744522435259,0.255951455205554,0.0,0.925894247928059,0.255951455205554,0.0,0.957753030930448,0.255951455205554,0.0,0.977689545841013,0.5,0.255951455205554,0.0,0.805149612335976,0.5,0.255951455205554,0.0,0.895571062034581,0.5,0.255951455205554,0.0,1.01881643128138,0.255951455205554,0.0,0.789882816419745,0.0,1.00337829971138,0.255951455205554,0.0,0.938276983127124,0.5,0.255951455205554,0.0,0.911139026316653,0.255951455205554,0.0,0.991447627747455,0.255951455205554,0.0,1.0153500155207,0.255951455205554,0.0,1.02112539599449,0.0,1.00987313185635 -8494,0.255951455205554,0.0,0.975643284770562,0.255951455205554,0.0,0.908719328559551,0.255951455205554,0.0,0.912433841080341,0.255951455205554,0.0,0.863894737590852,0.255951455205554,0.0,0.891417593370628,0.255951455205554,0.0,0.951716882383235,0.5,0.255951455205554,0.0,0.669978885755237,0.5,0.255951455205554,0.0,0.871657880892391,0.5,0.255951455205554,0.0,1.01773992556212,0.255951455205554,0.0,0.716033468490333,0.0,1.02173913043478,0.255951455205554,0.0,0.99600468836843,0.5,0.255951455205554,0.0,0.847492330517052,0.255951455205554,0.0,0.985479141739405,0.255951455205554,0.0,1.02113747526396,0.255951455205554,0.0,1.02127202823802,0.0,1.00966587206566 -8495,0.255951455205554,0.0,0.96688942263375,0.255951455205554,0.0,0.944979044150233,0.255951455205554,0.0,0.895612409145453,0.255951455205554,0.0,0.864015547586864,0.255951455205554,0.0,0.81047610040487,0.255951455205554,0.0,0.883085800020792,0.5,0.255951455205554,0.0,0.537250804440959,0.5,0.255951455205554,0.0,0.820517947388253,0.5,0.255951455205554,0.0,1.00898216354253,0.255951455205554,0.0,0.644021752953441,0.0,0.99556402346857,0.255951455205554,0.0,0.947925473892618,0.5,0.255951455205554,0.0,0.818810067896245,0.255951455205554,0.0,1.01252770009281,0.255951455205554,0.0,1.00873854374511,0.255951455205554,0.0,1.01543222602392,0.0,1.00877781607975 -8496,0.255951455205554,0.0,0.942622413972032,0.255951455205554,0.0,0.872325039061874,0.255951455205554,0.0,0.840503035433293,0.255951455205554,0.0,0.809988560005514,0.255951455205554,0.0,0.737709662886062,0.255951455205554,0.0,0.822832075901127,0.5,0.255951455205554,0.0,0.422986297410624,0.5,0.255951455205554,0.0,0.802621971531631,0.5,0.255951455205554,0.0,0.993193272370202,0.255951455205554,0.0,0.528718758377661,0.0,0.96772316751576,0.255951455205554,0.0,0.945489706023184,0.5,0.255951455205554,0.0,0.830239205615448,0.255951455205554,0.0,1.02167350247493,0.255951455205554,0.0,0.98434069530978,0.255951455205554,0.0,1.00560411955139,0.0,1.00657562744033 -8497,0.255951455205554,0.0,0.903141483652496,0.255951455205554,0.0,0.829479355160509,0.255951455205554,0.0,0.756524089767904,0.255951455205554,0.0,0.727586488900606,0.255951455205554,0.0,0.703583448338115,0.255951455205554,0.0,0.792474383822708,0.5,0.255951455205554,0.0,0.362578187959661,0.5,0.255951455205554,0.0,0.768447165801877,0.5,0.255951455205554,0.0,0.979250890137508,0.255951455205554,0.0,0.430805519900242,0.0,0.965494432643338,0.255951455205554,0.0,0.964281432439548,0.5,0.255951455205554,0.0,0.812791274508612,0.255951455205554,0.0,1.01940286250148,0.255951455205554,0.0,0.996072685081878,0.255951455205554,0.0,1.00720145999079,0.0,0.998627137402302 -8498,0.255951455205554,0.0,0.835988249546551,0.255951455205554,0.0,0.858899087422947,0.255951455205554,0.0,0.704998965102885,0.255951455205554,0.0,0.564535633190068,0.255951455205554,0.0,0.659708360754126,0.255951455205554,0.0,0.732278651380887,0.5,0.255951455205554,0.0,0.378190189585503,0.5,0.255951455205554,0.0,0.710565824542824,0.5,0.255951455205554,0.0,0.958408906611973,0.255951455205554,0.0,0.347097887889119,0.0,0.998408627149314,0.255951455205554,0.0,0.967795933547534,0.5,0.255951455205554,0.0,0.800284588785874,0.255951455205554,0.0,1.02011535127833,0.255951455205554,0.0,0.994779212528045,0.255951455205554,0.0,1.00448370862287,0.0,1.00042309868115 -8499,0.255951455205554,0.0,0.696485242776865,0.255951455205554,0.0,0.719004302785306,0.255951455205554,0.0,0.689726395655128,0.255951455205554,0.0,0.544767555353848,0.255951455205554,0.0,0.601694969248004,0.255951455205554,0.0,0.637395717126523,0.5,0.255951455205554,0.0,0.393063987476662,0.5,0.255951455205554,0.0,0.62175261070984,0.5,0.255951455205554,0.0,0.946067482523697,0.255951455205554,0.0,0.34517143429123,0.0,0.987102336565808,0.255951455205554,0.0,0.965978818758539,0.5,0.255951455205554,0.0,0.795685021549576,0.255951455205554,0.0,1.01797692780832,0.255951455205554,0.0,0.968193135492687,0.255951455205554,0.0,0.981555911747338,0.0,1.0029125923972 -8500,0.255951455205554,0.0,0.589383139817643,0.255951455205554,0.0,0.572725562981357,0.255951455205554,0.0,0.713411523957122,0.255951455205554,0.0,0.585031854672899,0.255951455205554,0.0,0.577839790190775,0.255951455205554,0.0,0.588121989936134,0.5,0.255951455205554,0.0,0.324886910204291,0.5,0.255951455205554,0.0,0.532178482111201,0.5,0.255951455205554,0.0,0.907649159621379,0.255951455205554,0.0,0.289981240132274,0.0,0.946507102253986,0.255951455205554,0.0,0.940469258229741,0.5,0.255951455205554,0.0,0.757936899956103,0.255951455205554,0.0,1.00693937614244,0.255951455205554,0.0,0.90892206353407,0.255951455205554,0.0,0.886230402196777,0.0,0.974950394237559 -8501,0.255951455205554,0.0,0.624129447606607,0.255951455205554,0.0,0.517307763789027,0.255951455205554,0.0,0.706822698995295,0.255951455205554,0.0,0.718072991427903,0.255951455205554,0.0,0.538280220833933,0.255951455205554,0.0,0.568852718105686,0.5,0.255951455205554,0.0,0.266074111951964,0.5,0.255951455205554,0.0,0.484533226005159,0.5,0.255951455205554,0.0,0.842915877261632,0.255951455205554,0.0,0.21941417431705,0.0,0.892563326534932,0.255951455205554,0.0,0.874080786814887,0.5,0.255951455205554,0.0,0.682005171384538,0.255951455205554,0.0,0.994223739143986,0.255951455205554,0.0,0.804397879622294,0.255951455205554,0.0,0.785871728474622,0.0,0.916047398185498 -8502,0.255951455205554,0.0,0.759982754347551,0.255951455205554,0.0,0.570833631475186,0.255951455205554,0.0,0.655366254473027,0.255951455205554,0.0,0.732350478272252,0.255951455205554,0.0,0.526573932667012,0.255951455205554,0.0,0.518627100634262,0.5,0.255951455205554,0.0,0.251127091138508,0.5,0.255951455205554,0.0,0.426966329678623,0.5,0.255951455205554,0.0,0.757051738582652,0.255951455205554,0.0,0.185070999342241,0.0,0.777306973454156,0.255951455205554,0.0,0.791796798387095,0.5,0.255951455205554,0.0,0.587598835888443,0.255951455205554,0.0,0.923901701944249,0.255951455205554,0.0,0.755310523125726,0.255951455205554,0.0,0.857061760487946,0.0,0.949005843771869 -8503,0.255951455205554,0.0,0.776106067086684,0.255951455205554,0.0,0.590126609811908,0.255951455205554,0.0,0.600366791623058,0.255951455205554,0.0,0.620554156595651,0.255951455205554,0.0,0.528274262194451,0.255951455205554,0.0,0.487852903485869,0.5,0.255951455205554,0.0,0.297653935177358,0.5,0.255951455205554,0.0,0.362345158672755,0.5,0.255951455205554,0.0,0.720339792964534,0.255951455205554,0.0,0.22697701890791,0.0,0.736473896439921,0.255951455205554,0.0,0.72634375584262,0.5,0.255951455205554,0.0,0.533766168336262,0.255951455205554,0.0,0.857038960723514,0.255951455205554,0.0,0.776364681136633,0.255951455205554,0.0,0.891948271882455,0.0,0.999243995201494 -8504,0.255951455205554,0.0,0.786889912157681,0.255951455205554,0.0,0.57562384138172,0.255951455205554,0.0,0.628117477732135,0.255951455205554,0.0,0.671210834807819,0.255951455205554,0.0,0.568969470517583,0.255951455205554,0.0,0.499213776794298,0.5,0.255951455205554,0.0,0.366421565716737,0.5,0.255951455205554,0.0,0.332390431437368,0.5,0.255951455205554,0.0,0.65313204577133,0.255951455205554,0.0,0.274240415323473,0.0,0.724727690145693,0.255951455205554,0.0,0.717724966278118,0.5,0.255951455205554,0.0,0.497168242443835,0.255951455205554,0.0,0.846191846285891,0.255951455205554,0.0,0.792919872152343,0.255951455205554,0.0,0.809196469719563,0.0,0.998857179243742 -8505,0.255951455205554,0.0,0.793474053907228,0.255951455205554,0.0,0.670715613926656,0.255951455205554,0.0,0.671785720200242,0.255951455205554,0.0,0.716249018428137,0.255951455205554,0.0,0.629421508723969,0.255951455205554,0.0,0.491250366108599,0.5,0.255951455205554,0.0,0.421763178594217,0.5,0.255951455205554,0.000316921553774452,0.328529670634103,0.5,0.255951455205554,0.00128757303510805,0.583357308394044,0.255951455205554,0.0,0.324418718143149,1.96424764557039e-05,0.66558327438902,0.255951455205554,0.000962887949892567,0.691618622319214,0.5,0.255951455205554,0.0,0.484531657812414,0.255951455205554,0.000897867995807925,0.854713238549085,0.255951455205554,2.73959905750826e-05,0.756596033796349,0.255951455205554,9.26159964666327e-05,0.834951526382905,0.0,0.998420755132421 -8506,0.255951455205554,0.00492350158535121,0.883492127654732,0.255951455205554,0.0143394618329593,0.702269216231122,0.255951455205554,0.00816112972302711,0.761553140234153,0.255951455205554,0.00381498622238011,0.723112164669547,0.255951455205554,0.0047339588369705,0.742352709249334,0.255951455205554,0.00667784336788079,0.622076998042067,0.5,0.255951455205554,0.00664696421468547,0.506753086680489,0.5,0.255951455205554,0.0173080951318742,0.374582087656029,0.5,0.255951455205554,0.0276400203870005,0.688518137634369,0.255951455205554,0.00122299478581134,0.38950441024371,0.0403795434751912,0.815871522084622,0.255951455205554,0.0573778112992861,0.719917908144954,0.5,0.255951455205554,0.0268923384550878,0.530032137705015,0.255951455205554,0.0374533292581589,0.931318554099829,0.255951455205554,0.0404311040382533,0.843428107515803,0.255951455205554,0.028076909967756,0.884343887757689,0.00405541864537861,0.997181468730547 -8507,0.255951455205554,0.0148992450670746,0.949567871719338,0.255951455205554,0.0188750904179585,0.79345450852007,0.255951455205554,0.0286845482156119,0.872763332792086,0.255951455205554,0.0187167569822,0.93185247224209,0.255951455205554,0.0281590246077369,0.838423403451148,0.255951455205554,0.012970455109132,0.746762910489636,0.5,0.255951455205554,0.0183674896061743,0.605594956796027,0.5,0.255951455205554,0.0520679202987605,0.44312228522917,0.5,0.255951455205554,0.0566905301484598,0.765112982998018,0.255951455205554,0.00583490065667852,0.462449831933878,0.0495724720892668,0.801572257395025,0.255951455205554,0.0736136384231924,0.80624655657983,0.5,0.255951455205554,0.0620444370877376,0.625983332529212,0.255951455205554,0.0919619722672739,0.949630995808517,0.255951455205554,0.0901251758418032,0.910576163369942,0.255951455205554,0.0760977903961084,0.877548618340017,0.0144722187505422,1.00056497254839 -8508,0.255951455205554,0.0270597454094319,0.985603026359989,0.255951455205554,0.0186996428447383,0.946419041338148,0.255951455205554,0.0308552573691064,0.935394337931763,0.255951455205554,0.0558100849727305,0.997134735617985,0.255951455205554,0.0546339659238638,0.929849405834911,0.255951455205554,0.0261247137809297,0.813523709037917,0.5,0.255951455205554,0.0394676186254174,0.689144962235557,0.5,0.255951455205554,0.0848072062917057,0.526195109174401,0.5,0.255951455205554,0.0683799185737265,0.767937376671057,0.255951455205554,0.0245253041035206,0.540637958260971,0.0761860670268901,0.786627628534977,0.255951455205554,0.0963550213397772,0.845900037913461,0.5,0.255951455205554,0.0745095283598152,0.76876630755068,0.255951455205554,0.129233517577948,0.948684668938406,0.255951455205554,0.101126716700398,0.925115373937175,0.255951455205554,0.0857407261458339,0.940993712733192,0.016592152385728,1.00347568040811 -8509,0.255951455205554,0.0187000202804374,1.00410139929836,0.255951455205554,0.0384435714167072,1.02134431015962,0.255951455205554,0.0208134806185214,0.982401195876745,0.255951455205554,0.0158694373011679,1.00325315818999,0.255951455205554,0.0553522521212942,0.957367678139163,0.255951455205554,0.0367212669231297,0.84234740830933,0.5,0.255951455205554,0.054687395787836,0.746339370478538,0.5,0.255951455205554,0.0874524427079907,0.608471218623453,0.5,0.255951455205554,0.0837617386390196,0.797778227334385,0.255951455205554,0.0468115709808811,0.607243838737911,0.103529153240013,0.97548059135238,0.255951455205554,0.0842497198791132,0.906061020963089,0.5,0.255951455205554,0.033408137071094,0.852683440321537,0.255951455205554,0.124530479544149,0.948389996714211,0.255951455205554,0.043852957206872,0.939098123731168,0.255951455205554,0.0644229988018302,0.970793298642778,0.0157736824915733,1.01019770331044 -8510,0.255951455205554,0.00598290446336718,1.01140259335891,0.255951455205554,0.00642127114189879,1.02173913043478,0.255951455205554,0.0108158296604665,0.997422683409148,0.255951455205554,0.00379997004826579,1.00560421802447,0.255951455205554,0.0485642103940214,0.981722356804871,0.255951455205554,0.036678464723315,0.887523475842806,0.5,0.255951455205554,0.0504068227355672,0.781901309296773,0.5,0.255951455205554,0.0633378999414652,0.681293579714513,0.5,0.255951455205554,0.081081104746895,0.884809917792489,0.255951455205554,0.035750084267448,0.723605981994766,0.0173567372860532,0.956205050221644,0.255951455205554,0.0419482861757571,0.911402738261777,0.5,0.255951455205554,0.0115769998952967,0.919896591625871,0.255951455205554,0.0480878073145629,0.946546779573011,0.255951455205554,0.034568558840373,0.963882270576358,0.255951455205554,0.0320382602996969,0.983403600002022,0.0102247677783493,0.293265647506428 -8511,0.255951455205554,0.00218480663602439,0.94853967375305,0.255951455205554,0.00159957418318219,1.02173913043478,0.255951455205554,0.00387403882555489,1.00940292324726,0.255951455205554,0.00258280863462367,1.01324970177226,0.255951455205554,0.0206044759465612,0.995756245165846,0.255951455205554,0.0184783002202141,0.948806867024271,0.5,0.255951455205554,0.0271142474676404,0.804980742373687,0.5,0.255951455205554,0.0431459585158161,0.716121776747792,0.5,0.255951455205554,0.0604684446476903,0.920192084378557,0.255951455205554,0.0196151283151171,0.787558871990879,0.00376139831738944,0.954949441389242,0.255951455205554,0.00860834295287798,0.953122181520372,0.5,0.255951455205554,0.00302618025596082,0.973239148704187,0.255951455205554,0.0157662069580234,0.946192083792607,0.255951455205554,0.0261735788425628,0.994730555070262,0.255951455205554,0.019577414678353,0.997583608140646,0.00279985643533517,0.112926578272017 -8512,0.255951455205554,0.000103211373664092,0.680661766558978,0.255951455205554,0.000171880747033449,1.02173913043478,0.255951455205554,0.000107869090763794,1.0094007487098,0.255951455205554,0.000207621232307088,1.01490518024602,0.255951455205554,0.00149090698485889,1.0042970895099,0.255951455205554,0.00185571287500753,0.979803446309636,0.5,0.255951455205554,0.00580705981947463,0.839069035945802,0.5,0.255951455205554,0.0173199779275568,0.712953481324821,0.5,0.255951455205554,0.0143506154536101,0.935083993709475,0.255951455205554,0.00504499802891298,0.848089124649128,5.72020587893309e-06,0.964269470468928,0.255951455205554,0.000127144731061821,0.992296899418161,0.5,0.255951455205554,3.06070439413983e-05,0.996496667533366,0.255951455205554,3.38786136672244e-05,0.948571492215087,0.255951455205554,0.00010136440706286,1.00669987814709,0.255951455205554,0.0,1.00771233741515,0.000247166132974327,0.151244500411277 -8513,0.255951455205554,0.0,0.655306376605674,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.997333162231762,0.255951455205554,0.0,1.01608596927139,0.255951455205554,0.0,1.01331177480244,0.255951455205554,0.0,0.990097981512411,0.5,0.255951455205554,0.0,0.890460627454348,0.5,0.255951455205554,0.0,0.698944714098834,0.5,0.255951455205554,0.0,0.943426992604496,0.255951455205554,0.0,0.878624961491403,0.0,1.00924797371341,0.255951455205554,0.0,1.00651043124951,0.5,0.255951455205554,0.0,1.00113502332705,0.255951455205554,0.0,0.977601129894452,0.255951455205554,0.0,1.01150673597518,0.255951455205554,0.0,1.01686978441459,0.0,0.903307296721616 -8514,0.255951455205554,0.0,1.01201487540945,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01708917661726,0.255951455205554,0.0,1.01629315499596,0.255951455205554,0.0,1.0141563966884,0.255951455205554,0.0,1.0025639212312,0.5,0.255951455205554,0.0,0.907189152402478,0.5,0.255951455205554,0.0,0.678832314309988,0.5,0.255951455205554,0.0,0.950316116321114,0.255951455205554,0.0,0.910590814176037,0.0,1.02173913043478,0.255951455205554,0.0,1.01727900309721,0.5,0.255951455205554,0.0,1.00706647525079,0.255951455205554,0.0,0.986727906538218,0.255951455205554,0.0,1.01385116122659,0.255951455205554,0.0,1.01966899616185,0.0,1.010917532108 -8515,0.255951455205554,0.0,1.01161699542547,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01740250824112,0.255951455205554,0.0,1.01639986960878,0.255951455205554,0.0,1.01777788581583,0.255951455205554,0.0,1.0123148074012,0.5,0.255951455205554,0.0,0.931201755045541,0.5,0.255951455205554,0.0,0.665763160770347,0.5,0.255951455205554,0.0,0.951813908322588,0.255951455205554,0.0,0.945337319490933,0.0,1.02173913043478,0.255951455205554,0.0,1.02137102001946,0.5,0.255951455205554,0.0,1.00918484889252,0.255951455205554,0.0,1.00772317514953,0.255951455205554,0.0,1.01885819892191,0.255951455205554,0.0,1.02107798151238,0.0,1.01091739464826 -8516,0.255951455205554,0.0,1.01156409916033,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01742378829855,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.0197363300866,0.255951455205554,0.0,1.01691419873567,0.5,0.255951455205554,0.0,0.973011890318454,0.5,0.255951455205554,0.0,0.668419576379765,0.5,0.255951455205554,0.0,0.951164356333437,0.255951455205554,0.0,0.987281237299533,0.0,1.02173913043478,0.255951455205554,0.0,1.02173855872941,0.5,0.255951455205554,0.0,1.01094438404187,0.255951455205554,0.0,1.01550524818243,0.255951455205554,0.0,1.02167930519885,0.255951455205554,0.0,1.02173913043478,0.0,1.01091590247748 -8517,0.255951455205554,0.0,1.01197927960372,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01753812754576,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.02038811048687,0.255951455205554,0.0,1.01611513087695,0.5,0.255951455205554,0.0,0.985658106975767,0.5,0.255951455205554,0.0,0.669091262797201,0.5,0.255951455205554,0.0,0.956602990477743,0.255951455205554,0.0,0.998400088423777,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01296530995346,0.255951455205554,0.0,1.01635841663849,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.0,1.01091687427224 -8518,0.255951455205554,0.0,1.01170843525673,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01761357150347,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.0202625225339,0.255951455205554,0.0,1.0147176220894,0.5,0.255951455205554,0.0,0.98680806320194,0.5,0.255951455205554,0.0,0.668254779186796,0.5,0.255951455205554,0.0,0.958672399728152,0.255951455205554,0.0,0.985632319085896,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.5,0.255951455205554,0.0,1.01216161901526,0.255951455205554,0.0,1.01701625993984,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.0,1.01091790630616 -8519,0.255951455205554,0.0,1.00929566909142,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.0176448567168,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.01983171646516,0.255951455205554,0.0,1.01099551401776,0.5,0.255951455205554,0.0,0.982276082437265,0.5,0.255951455205554,0.0,0.671266874827174,0.5,0.255951455205554,0.0,0.959270436682565,0.255951455205554,0.0,0.971486321053891,0.0,1.02173913043478,0.255951455205554,0.0,1.02167643288964,0.5,0.255951455205554,0.0,1.00853375672425,0.255951455205554,0.0,1.01789800414445,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.0,1.01091244592205 -8520,0.255951455205554,0.0,1.0068307001946,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.0177156301522,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.01999417242565,0.255951455205554,0.0,1.01006166716294,0.5,0.255951455205554,0.0,0.984301753888145,0.5,0.255951455205554,0.0,0.658339332849079,0.5,0.255951455205554,0.0,0.963378738824297,0.255951455205554,0.0,0.958305836204604,0.0,1.02173913043478,0.255951455205554,0.0,1.02159344344005,0.5,0.255951455205554,0.0,1.00428410481948,0.255951455205554,0.0,1.0184000409262,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.0,1.01085696881297 -8521,0.255951455205554,0.0,1.00732178287283,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01779593182184,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.02032258844665,0.255951455205554,0.0,1.01208245828416,0.5,0.255951455205554,0.0,0.99245566595285,0.5,0.255951455205554,0.0,0.637896363841265,0.5,0.255951455205554,0.0,0.965710434119789,0.255951455205554,0.0,0.947121888938232,0.0,1.02173913043478,0.255951455205554,0.0,1.021523776998,0.5,0.255951455205554,0.0,0.991346820524999,0.255951455205554,0.0,1.01900625894244,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.0,1.01078567222376 -8522,0.255951455205554,0.0,1.00408399108726,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01778555595754,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.02036504865714,0.255951455205554,0.0,1.0128103988223,0.5,0.255951455205554,0.0,0.99455644858002,0.5,0.255951455205554,0.0,0.639846979320818,0.5,0.255951455205554,0.0,0.967992008804079,0.255951455205554,0.0,0.950846818272714,0.0,1.02173913043478,0.255951455205554,0.0,1.01641263659031,0.5,0.255951455205554,0.0,0.974522055888646,0.255951455205554,0.0,1.01873651146622,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.0,1.01078721635179 -8523,0.255951455205554,0.0,0.99287216955007,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.0173911924168,0.255951455205554,0.0,1.01628715817984,0.255951455205554,0.0,1.02084424524049,0.255951455205554,0.0,1.01349659064096,0.5,0.255951455205554,0.0,0.994321296335304,0.5,0.255951455205554,0.0,0.674116450788215,0.5,0.255951455205554,0.0,0.97097371011688,0.255951455205554,0.0,0.943549743158728,0.0,1.02173913043478,0.255951455205554,0.0,1.00981202648865,0.5,0.255951455205554,0.0,0.967400711070703,0.255951455205554,0.0,1.02030839113377,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.0,1.01057718495855 -8524,0.255951455205554,0.0,0.984519538022036,0.255951455205554,0.0,1.02169627078783,0.255951455205554,0.0,1.01660363934883,0.255951455205554,0.0,1.01631296364664,0.255951455205554,0.0,1.02056101944113,0.255951455205554,0.0,1.01032338184672,0.5,0.255951455205554,0.0,0.992946100921058,0.5,0.255951455205554,0.0,0.664367618203035,0.5,0.255951455205554,0.0,0.973410503683006,0.255951455205554,0.0,0.917043350527223,0.0,1.02173913043478,0.255951455205554,0.0,1.01543662702581,0.5,0.255951455205554,0.0,0.962149214750631,0.255951455205554,0.0,1.02097632203041,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.0,1.00907888004655 -8525,0.255951455205554,0.0,0.985934095871894,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01657643735755,0.255951455205554,0.0,1.01639681550456,0.255951455205554,0.0,1.02006606299711,0.255951455205554,0.0,1.00906901488149,0.5,0.255951455205554,0.0,0.999693992217005,0.5,0.255951455205554,0.0,0.633807621344293,0.5,0.255951455205554,0.0,0.971799659520902,0.255951455205554,0.0,0.893522629572038,0.0,1.02173913043478,0.255951455205554,0.0,1.01395023365284,0.5,0.255951455205554,0.0,0.940875546577222,0.255951455205554,0.0,1.02173362407156,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.0217349891067,0.0,1.00645570007506 -8526,0.255951455205554,0.0,0.995781101710329,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01686503209421,0.255951455205554,0.0,1.01642865037143,0.255951455205554,0.0,1.01945829565204,0.255951455205554,0.0,1.0097482245776,0.5,0.255951455205554,0.0,1.00410645658082,0.5,0.255951455205554,0.0,0.620248795883986,0.5,0.255951455205554,0.0,0.962516971931474,0.255951455205554,0.0,0.937199121680066,0.0,1.02173913043478,0.255951455205554,0.0,1.00788704197932,0.5,0.255951455205554,0.0,0.941799981787715,0.255951455205554,0.0,1.02172244194204,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173417939702,0.0,1.00679392222855 -8527,0.255951455205554,0.0,0.997071354826188,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01702420850338,0.255951455205554,0.0,1.01640891419524,0.255951455205554,0.0,1.0192540478113,0.255951455205554,0.0,1.00521780980716,0.5,0.255951455205554,0.0,1.00054399353695,0.5,0.255951455205554,0.0,0.618691964740312,0.5,0.255951455205554,0.0,0.948442918699353,0.255951455205554,0.0,0.932833990806669,0.0,1.02173913043478,0.255951455205554,0.0,1.0049579955801,0.5,0.255951455205554,0.0,0.960051341743405,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.0217293406519,0.0,1.00837148225985 -8528,0.255951455205554,0.0,0.99742330942923,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01701553949513,0.255951455205554,0.0,1.01635155046147,0.255951455205554,0.0,1.01897284764322,0.255951455205554,0.0,0.999869029236878,0.5,0.255951455205554,0.0,0.988827089976949,0.5,0.255951455205554,0.0,0.614204789592961,0.5,0.255951455205554,0.0,0.938796033618948,0.255951455205554,0.0,0.899954906349575,0.0,1.02173913043478,0.255951455205554,0.0,1.00674815437025,0.5,0.255951455205554,0.0,0.974893844845755,0.255951455205554,0.0,1.02134573908243,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.02172189385894,0.0,1.00945299974369 -8529,0.255951455205554,0.0,0.996656994262836,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01722001019312,0.255951455205554,0.0,1.01639200473359,0.255951455205554,0.0,1.01857978370881,0.255951455205554,0.0,1.00064014999262,0.5,0.255951455205554,0.0,0.972605674830093,0.5,0.255951455205554,0.0013157813347329,0.597315221403687,0.5,0.255951455205554,0.00201798672622567,0.94302902294294,0.255951455205554,0.0,0.852744722260089,0.0,1.02173913043478,0.255951455205554,1.7551391414799e-05,1.01360215907859,0.5,0.255951455205554,0.0,0.984807407737204,0.255951455205554,7.66241050176391e-05,1.02078995150887,0.255951455205554,1.68510658768973e-06,1.02173913043478,0.255951455205554,1.25795641617728e-05,1.02172215934116,0.0,1.00951395795722 -8530,0.255951455205554,0.000196610428951619,0.98203545436541,0.255951455205554,0.000692839165342564,1.02173913043478,0.255951455205554,0.000413934736119935,1.01729110641853,0.255951455205554,0.000246653515971748,1.01637456763782,0.255951455205554,0.000750516119034992,1.01611921196502,0.255951455205554,0.0020373806749957,1.00024762559175,0.5,0.255951455205554,0.0139903595225948,0.967564719708596,0.5,0.255951455205554,0.0894199441290532,0.594880892664588,0.5,0.255951455205554,0.0501410108929651,0.957781506509442,0.255951455205554,0.0113078607151135,0.872810510043391,0.00074825399261186,1.02173913043478,0.255951455205554,0.0011436470672653,1.01599648170872,0.5,0.255951455205554,0.000774080073249096,0.993065113743126,0.255951455205554,0.00429567567244865,1.02044995627555,0.255951455205554,0.00542592232248097,1.02173913043478,0.255951455205554,0.00521568158728574,1.0217252765901,0.000168443444274119,1.00971729934533 -8531,0.255951455205554,0.000888093388346751,0.952199520408312,0.255951455205554,0.00176746399041106,1.02173913043478,0.255951455205554,0.000973624256799166,1.01729179726722,0.255951455205554,0.0005051356516687,1.01626409992832,0.255951455205554,0.00137637514471537,1.0165147233273,0.255951455205554,0.00394462280056463,0.99436420527817,0.5,0.255951455205554,0.0227528474226065,0.967692660530065,0.5,0.255951455205554,0.194018255593213,0.625281315992722,0.5,0.255951455205554,0.117643859673111,0.965888586751524,0.255951455205554,0.0131301130146278,0.911030948822655,0.00186804041560135,1.02173913043478,0.255951455205554,0.0052259639134618,1.01711389272004,0.5,0.255951455205554,0.00298304425757014,1.00400673052543,0.255951455205554,0.0184930692459245,1.01946897782906,0.255951455205554,0.0157411254188264,1.02173913043478,0.255951455205554,0.0152051995403568,1.02172585224316,0.000721825057075502,1.0090959235913 -8532,0.255951455205554,0.0016873434974252,0.924035030153189,0.255951455205554,0.00241550266537816,1.02173913043478,0.255951455205554,0.00129537910498596,1.0171854121876,0.255951455205554,0.000988256636925503,1.01537012551637,0.255951455205554,0.00181184805850204,1.01782435485626,0.255951455205554,0.00589074953138308,0.996206396775352,0.5,0.255951455205554,0.0320606133701221,0.976025217915408,0.5,0.255951455205554,0.260273180720688,0.683364405506492,0.5,0.255951455205554,0.164893008903728,0.969972794360363,0.255951455205554,0.0269969766288114,0.910816276335418,0.00198808523354255,1.02173913043478,0.255951455205554,0.010981341527363,1.02151443462448,0.5,0.255951455205554,0.00574700423717744,1.00797623439461,0.255951455205554,0.0284948683546478,1.01814384535287,0.255951455205554,0.0105308442976771,1.02173913043478,0.255951455205554,0.0109648125542351,1.02172585873391,0.0014119183403993,1.00597084649375 -8533,0.255951455205554,0.00317792625422736,0.887031512528549,0.255951455205554,0.00278157624468561,1.02173913043478,0.255951455205554,0.00144760273738486,1.01682165993094,0.255951455205554,0.00143559073680204,1.01398495204922,0.255951455205554,0.00211506172592684,1.01729829536982,0.255951455205554,0.00733020384781015,1.0023307954643,0.5,0.255951455205554,0.0300491685008817,0.98018382759295,0.5,0.255951455205554,0.273290138429536,0.721084423777217,0.5,0.255951455205554,0.175983367308883,0.97237628438495,0.255951455205554,0.0149976199432847,0.941852396115084,0.000960203653388174,1.02173913043478,0.255951455205554,0.00939662556750255,1.02173913043478,0.5,0.255951455205554,0.00622268975307255,1.0073814972093,0.255951455205554,0.0177144749907154,1.01915465943552,0.255951455205554,0.00353098223798879,1.02173913043478,0.255951455205554,0.0083992780577888,1.02173370597674,0.00157836819028639,0.999883254607457 -8534,0.255951455205554,0.00462797149033895,0.84006073031104,0.255951455205554,0.00165139655814373,1.02173913043478,0.255951455205554,0.00140447792339779,1.01661323310729,0.255951455205554,0.0012936867631399,1.01549029659923,0.255951455205554,0.00149179392914477,1.01761591821224,0.255951455205554,0.00759834606979838,1.00790297171162,0.5,0.255951455205554,0.0229145268674367,0.991859971688764,0.5,0.255951455205554,0.229378727458557,0.717020498942111,0.5,0.255951455205554,0.147759218921382,0.975428205542593,0.255951455205554,0.027852354415219,0.995702055421719,0.000528769509960894,1.02173913043478,0.255951455205554,0.00294592066072562,1.02173913043478,0.5,0.255951455205554,0.00309865684910243,0.997269133710901,0.255951455205554,0.00642703727690965,1.0189625380711,0.255951455205554,0.00331385070157318,1.02145416162462,0.255951455205554,0.0122374327268777,1.02173913043478,0.00274950114366532,0.993378567888936 -8535,0.255951455205554,0.00234020777821247,0.768857538503834,0.255951455205554,0.000691115327375447,1.02173913043478,0.255951455205554,0.000773601965242933,1.01630211083526,0.255951455205554,0.000663116970884018,1.01581586413918,0.255951455205554,0.00061723738084458,1.01718336177452,0.255951455205554,0.00334867217486478,1.01153584830471,0.5,0.255951455205554,0.0124786703849419,0.98072961732655,0.5,0.255951455205554,0.144731770938308,0.701197398157004,0.5,0.255951455205554,0.0977940820005195,0.979179276372253,0.255951455205554,0.0102487493132755,0.976025741958953,0.000166515935099239,1.02173913043478,0.255951455205554,0.00123339063016389,1.02171813808385,0.5,0.255951455205554,0.000996572312171517,0.96948438488559,0.255951455205554,0.00766705277455485,1.01730541880411,0.255951455205554,0.00498613476085275,1.02072244548885,0.255951455205554,0.00953499734270057,1.02173913043478,0.00414760474197635,0.993117347612945 -8536,0.255951455205554,7.33184920441383e-05,0.710107214340808,0.255951455205554,0.0,1.02173913043478,0.255951455205554,1.40704575960091e-05,1.01496872067637,0.255951455205554,0.0,1.01389580588489,0.255951455205554,9.18022295531434e-05,1.01642898159478,0.255951455205554,0.000195168943626584,1.0136198610791,0.5,0.255951455205554,0.00169419323280082,0.964854280236792,0.5,0.255951455205554,0.0502661923167689,0.677953312712608,0.5,0.255951455205554,0.021070309048956,0.973412075716258,0.255951455205554,0.00163938391044499,0.951656391701806,0.0,1.02173913043478,0.255951455205554,0.000129598256112243,1.02130833974628,0.5,0.255951455205554,1.38661554740217e-06,0.91448894169859,0.255951455205554,0.000212901449520139,1.01809272979995,0.255951455205554,0.000166286582311558,1.02028336356011,0.255951455205554,0.0,1.02173913043478,0.0,0.990904838379328 -8537,0.255951455205554,0.0,0.684243742170983,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01259997810824,0.255951455205554,0.0,1.01151743221429,0.255951455205554,0.0,1.01694584921213,0.255951455205554,0.0,1.01177937344034,0.5,0.255951455205554,0.0,0.949007843548232,0.5,0.255951455205554,0.0,0.657084608319932,0.5,0.255951455205554,0.0,0.975081617087606,0.255951455205554,0.0,0.933853333344394,0.0,1.02173913043478,0.255951455205554,0.0,1.02041711330811,0.5,0.255951455205554,0.0,0.824995902528096,0.255951455205554,0.0,1.01900307101112,0.255951455205554,0.0,1.01827717971454,0.255951455205554,0.0,1.0217344846432,0.0,0.986747329664356 -8538,0.255951455205554,0.0,0.684580763123292,0.255951455205554,0.0,1.0197973850792,0.255951455205554,0.0,1.00867006431508,0.255951455205554,0.0,1.0060936005681,0.255951455205554,0.0,1.01791323023875,0.255951455205554,0.0,1.00920468277258,0.5,0.255951455205554,0.0,0.936123922297964,0.5,0.255951455205554,0.0,0.656149297204782,0.5,0.255951455205554,0.0,0.97327839297636,0.255951455205554,0.0,0.935450453742026,0.0,1.02173913043478,0.255951455205554,0.0,1.01675146140661,0.5,0.255951455205554,0.0,0.726887062315451,0.255951455205554,0.0,1.01930056079861,0.255951455205554,0.0,1.01396193306473,0.255951455205554,0.0,1.02172696238982,0.0,0.984529804286709 -8539,0.255951455205554,0.0,0.668775015478154,0.255951455205554,0.0,1.01507862432296,0.255951455205554,0.0,1.00309560532248,0.255951455205554,0.0,0.996988333731515,0.255951455205554,0.0,1.01803039429215,0.255951455205554,0.0,1.00588126628972,0.5,0.255951455205554,0.0,0.931405675707933,0.5,0.255951455205554,0.0,0.663491203945337,0.5,0.255951455205554,0.0,0.965579264473125,0.255951455205554,0.0,0.92965231968891,0.0,1.02173913043478,0.255951455205554,0.0,1.0081311453791,0.5,0.255951455205554,0.0,0.642179535879285,0.255951455205554,0.0,1.01848051648538,0.255951455205554,0.0,1.00993697170064,0.255951455205554,0.0,1.02172367723196,0.0,0.978477277827258 -8540,0.255951455205554,0.0,0.642957543977205,0.255951455205554,0.0,1.00008853932789,0.255951455205554,0.0,0.994563854923968,0.255951455205554,0.0,0.981325046484943,0.255951455205554,0.0,1.01858708154916,0.255951455205554,0.0,0.998594818192267,0.5,0.255951455205554,0.0,0.930385433230909,0.5,0.255951455205554,0.0,0.664421060761405,0.5,0.255951455205554,0.0,0.957871722613863,0.255951455205554,0.0,0.92562190065331,0.0,1.02173913043478,0.255951455205554,0.0,0.998919550301793,0.5,0.255951455205554,0.0,0.550565905127475,0.255951455205554,0.0,1.01776196195483,0.255951455205554,0.0,1.00621376483476,0.255951455205554,0.0,1.02169480778739,0.0,0.960258230932088 -8541,0.255951455205554,0.0,0.603877936922976,0.255951455205554,0.0,0.976675999124912,0.255951455205554,0.0,0.985735250721143,0.255951455205554,0.0,0.965192804141502,0.255951455205554,0.0,1.01919004936735,0.255951455205554,0.0,0.995360306226242,0.5,0.255951455205554,0.0,0.924811616903888,0.5,0.255951455205554,0.0,0.649314349323903,0.5,0.255951455205554,0.0,0.946164360294488,0.255951455205554,0.0,0.940669719455204,0.0,1.01517832246237,0.255951455205554,0.0,0.994253558377672,0.5,0.255951455205554,0.0,0.498350627141578,0.255951455205554,0.0,1.01672753858564,0.255951455205554,0.0,0.999669850738491,0.255951455205554,0.0,1.02148906237762,0.0,0.964675214159211 -8542,0.255951455205554,0.0,0.575100469148616,0.255951455205554,0.0,0.965467266434964,0.255951455205554,0.0,0.979203191850924,0.255951455205554,0.0,0.954599534555254,0.255951455205554,0.0,1.01964573126126,0.255951455205554,0.0,0.996871642616261,0.5,0.255951455205554,0.0,0.922489764611013,0.5,0.255951455205554,0.0,0.638503119744002,0.5,0.255951455205554,0.0,0.934523220040829,0.255951455205554,0.0,0.949103889317484,0.0,1.00670655342452,0.255951455205554,0.0,0.993037203688852,0.5,0.255951455205554,0.0,0.486373190250199,0.255951455205554,0.0,1.01519932405153,0.255951455205554,0.0,0.989077504461632,0.255951455205554,0.0,1.02115685703688,0.0,0.970556065803528 -8543,0.255951455205554,0.0,0.566328143995777,0.255951455205554,0.0,0.972514432639341,0.255951455205554,0.0,0.979352758440959,0.255951455205554,0.0,0.951673365801824,0.255951455205554,0.0,1.01971405138971,0.255951455205554,0.0,1.00126980911688,0.5,0.255951455205554,0.0,0.925448015209765,0.5,0.255951455205554,0.0,0.637541193521233,0.5,0.255951455205554,0.0,0.928577109179585,0.255951455205554,0.0,0.941646260243178,0.0,1.00134279037467,0.255951455205554,0.0,0.99122700838256,0.5,0.255951455205554,0.0,0.495134593916254,0.255951455205554,0.0,1.01267465015911,0.255951455205554,0.0,0.98044156491886,0.255951455205554,0.0,1.02083805222044,0.0,0.972198076582819 -8544,0.255951455205554,0.0,0.538270726884799,0.255951455205554,0.0,0.98153864425236,0.255951455205554,0.0,0.985189104170671,0.255951455205554,0.0,0.962141367524182,0.255951455205554,0.0,1.01988563261228,0.255951455205554,0.0,1.00222624389215,0.5,0.255951455205554,0.0,0.929897682927988,0.5,0.255951455205554,0.0,0.63632307445309,0.5,0.255951455205554,0.0,0.925973609957077,0.255951455205554,0.0,0.932099705416766,0.0,0.99283749443327,0.255951455205554,0.0,0.986277008905075,0.5,0.255951455205554,0.0,0.507897698810448,0.255951455205554,0.0,1.00951797921925,0.255951455205554,0.0,0.973900786478743,0.255951455205554,0.0,1.02099375986693,0.0,0.968975271145721 -8545,0.255951455205554,0.0,0.523667992803881,0.255951455205554,0.0,0.991009141347493,0.255951455205554,0.0,0.991306854189414,0.255951455205554,0.0,0.978302364418467,0.255951455205554,0.0,1.0206277894021,0.255951455205554,0.0,1.00375985988657,0.5,0.255951455205554,0.0,0.92943890545901,0.5,0.255951455205554,0.0,0.637449540281266,0.5,0.255951455205554,0.0,0.923538958341562,0.255951455205554,0.0,0.918152746802422,0.0,0.988944790056174,0.255951455205554,0.0,0.982448770871944,0.5,0.255951455205554,0.0,0.531745218541159,0.255951455205554,0.0,1.00643477108159,0.255951455205554,0.0,0.973100383395658,0.255951455205554,0.0,1.02171808587769,0.0,0.955587199489939 -8546,0.255951455205554,0.0,0.528595045034253,0.255951455205554,0.0,1.00235607714851,0.255951455205554,0.0,0.995503748609541,0.255951455205554,0.0,0.978816853571925,0.255951455205554,0.0,1.02112560055075,0.255951455205554,0.0,1.00592276903924,0.5,0.255951455205554,0.0,0.924192614627707,0.5,0.255951455205554,0.0,0.639334888017516,0.5,0.255951455205554,0.0,0.925395765256571,0.255951455205554,0.0,0.874860619882804,0.0,0.985122976447237,0.255951455205554,0.0,0.985274880492078,0.5,0.255951455205554,0.0,0.575618635465579,0.255951455205554,0.0,1.00445875795801,0.255951455205554,0.0,0.98023567325985,0.255951455205554,0.0,1.02173320581136,0.0,0.943650236658656 -8547,0.255951455205554,0.0,0.544283435592835,0.255951455205554,0.0,1.00283000574235,0.255951455205554,0.0,1.00102671071911,0.255951455205554,0.0,0.985409901247803,0.255951455205554,0.0,1.02114063755451,0.255951455205554,0.0,1.00396815717804,0.5,0.255951455205554,0.0,0.907149528505371,0.5,0.255951455205554,0.0,0.628008607545617,0.5,0.255951455205554,0.0,0.928528166081607,0.255951455205554,0.0,0.837077281091033,0.0,0.980679228825205,0.255951455205554,0.0,0.986228262328816,0.5,0.255951455205554,0.0,0.622882613696901,0.255951455205554,0.0,1.00476634548774,0.255951455205554,0.0,0.99103680500536,0.255951455205554,0.0,1.02173597980988,0.0,0.942054629684088 -8548,0.255951455205554,0.0,0.547606120608252,0.255951455205554,0.0,1.00185153035819,0.255951455205554,0.0,1.00722335743484,0.255951455205554,0.0,1.0025511974877,0.255951455205554,0.0,1.02076293640794,0.255951455205554,0.0,0.999793950351682,0.5,0.255951455205554,0.0,0.904311497307882,0.5,0.255951455205554,0.0,0.602997402246268,0.5,0.255951455205554,0.0,0.930990585976152,0.255951455205554,0.0,0.808583362642489,0.0,0.973673648736118,0.255951455205554,0.0,0.984203919007328,0.5,0.255951455205554,0.0,0.652608638277495,0.255951455205554,0.0,1.00822110392673,0.255951455205554,0.0,1.00852909968517,0.255951455205554,0.0,1.02173908616136,0.0,0.926204194623083 -8549,0.255951455205554,0.0,0.527550452639935,0.255951455205554,0.0,1.01443757849814,0.255951455205554,0.0,1.01234619490725,0.255951455205554,0.0,1.01431115366318,0.255951455205554,0.0,1.01898771613401,0.255951455205554,0.0,0.997240867024148,0.5,0.255951455205554,0.0,0.883033655228508,0.5,0.255951455205554,0.0,0.588348590152124,0.5,0.255951455205554,0.0,0.930026836452355,0.255951455205554,0.0,0.764082781932026,0.0,0.976506543131612,0.255951455205554,0.0,0.985184492886131,0.5,0.255951455205554,0.0,0.655776136895497,0.255951455205554,0.0,1.01230051484629,0.255951455205554,0.0,1.01848898712139,0.255951455205554,0.0,1.02173913043478,0.0,0.908867648059482 -8550,0.255951455205554,0.0,0.509599294110955,0.255951455205554,0.0,1.01842251367105,0.255951455205554,0.0,1.01509750703837,0.255951455205554,0.0,1.01616722730488,0.255951455205554,0.0,1.01328188647999,0.255951455205554,0.0,0.995385239034619,0.5,0.255951455205554,0.0,0.837650889240427,0.5,0.255951455205554,0.0,0.577175762979813,0.5,0.255951455205554,0.0,0.9192497378323,0.255951455205554,0.0,0.720284897741721,0.0,0.994805010342055,0.255951455205554,0.0,0.991602634007652,0.5,0.255951455205554,0.0,0.632411716812844,0.255951455205554,0.0,1.01377125194618,0.255951455205554,0.0,1.02092274754369,0.255951455205554,0.0,1.02173697117394,0.0,0.873518433682482 -8551,0.255951455205554,0.0,0.481846940111435,0.255951455205554,0.0,1.02113602268024,0.255951455205554,0.0,1.01610947405156,0.255951455205554,0.0,1.01630188915506,0.255951455205554,0.0,1.01087551355823,0.255951455205554,0.0,0.982854933636087,0.5,0.255951455205554,0.0,0.798344474673332,0.5,0.255951455205554,0.0,0.546568568983344,0.5,0.255951455205554,0.0,0.910885704418772,0.255951455205554,0.0,0.708214270319005,0.0,1.0053891070881,0.255951455205554,0.0,0.997197969055393,0.5,0.255951455205554,0.0,0.597436411258026,0.255951455205554,0.0,1.015635714251,0.255951455205554,0.0,1.02037689173608,0.255951455205554,0.0,1.02173143659244,0.0,0.738482571456845 -8552,0.255951455205554,0.0,0.420669391047115,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01644648882586,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.01186376044435,0.255951455205554,0.0,0.963845995869492,0.5,0.255951455205554,0.0,0.790700448438129,0.5,0.255951455205554,0.0,0.524211452679573,0.5,0.255951455205554,0.0,0.890856450836366,0.255951455205554,0.0,0.737952520597511,0.0,1.01937793409275,0.255951455205554,0.0,0.998577361933802,0.5,0.255951455205554,0.0,0.543860215046806,0.255951455205554,0.0,1.01631858791672,0.255951455205554,0.0,1.01851740498496,0.255951455205554,0.0,1.02169395222509,0.0,0.449756740853229 -8553,0.255951455205554,0.0,0.355587170168322,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.01560486573653,0.255951455205554,0.0,1.0164402772225,0.255951455205554,0.0,1.00629532856908,0.255951455205554,0.0,0.95942507627784,0.5,0.255951455205554,0.0,0.759136381752633,0.5,0.255951455205554,0.00113558352922034,0.524750259128606,0.5,0.255951455205554,0.0021475632288669,0.872035035839201,0.255951455205554,0.0,0.723923230973684,0.0,1.02173913043478,0.255951455205554,1.93325821735893e-05,0.998492652409021,0.5,0.255951455205554,0.0,0.464236319764062,0.255951455205554,0.000109546153507763,1.01781855932969,0.255951455205554,1.32605881603373e-06,1.018971339106,0.255951455205554,2.24938479802231e-05,1.02139782272131,0.0,0.278015396807195 -8554,0.255951455205554,0.000798115870267375,0.301112520209938,0.255951455205554,0.000211557009514443,1.02173913043478,0.255951455205554,0.000261215110997721,1.01290212333529,0.255951455205554,2.24328575375436e-05,1.01643706759509,0.255951455205554,0.00298032295387331,1.00379734669314,0.255951455205554,0.00288120013097716,0.950363364679339,0.5,0.255951455205554,0.00283520544538705,0.742520105351969,0.5,0.255951455205554,0.0762678692614252,0.517949880711329,0.5,0.255951455205554,0.0520525628837795,0.870838559329825,0.255951455205554,0.00415192532752694,0.673290071067677,0.000422944503931469,1.02173913043478,0.255951455205554,0.000803073041954587,0.994439198309427,0.5,0.255951455205554,0.00081312467223355,0.385975619767234,0.255951455205554,0.00426261113441847,1.0185957320832,0.255951455205554,0.00224341853266069,1.01966654097364,0.255951455205554,0.00447435532441479,1.01928875898022,0.00139437483409386,0.224721975670612 -8555,0.255951455205554,0.00486814476359354,0.310104911306014,0.255951455205554,0.000593980546631737,1.02173913043478,0.255951455205554,0.00222997085486243,1.01077165438531,0.255951455205554,0.000787205552654145,1.0164402772225,0.255951455205554,0.00569654799035876,1.00369683146625,0.255951455205554,0.0257970907575581,0.935200515912466,0.5,0.255951455205554,0.0180709851163483,0.798794417425546,0.5,0.255951455205554,0.170875240151472,0.501640265380364,0.5,0.255951455205554,0.118500671514056,0.872283186606202,0.255951455205554,0.0180853543940629,0.629955347367091,0.000907421187920725,1.02173913043478,0.255951455205554,0.00166900406689654,0.988550014886347,0.5,0.255951455205554,0.00341520339121023,0.341207366210673,0.255951455205554,0.013716295832186,1.01836333715835,0.255951455205554,0.00759027620084376,1.01793913333824,0.255951455205554,0.021583949879613,1.01779179497366,0.0091467750840134,0.210782055308297 -8556,0.255951455205554,0.00936849077938405,0.342866005691978,0.255951455205554,0.000757337423643974,1.02173913043478,0.255951455205554,0.00408600863553075,1.01119957038274,0.255951455205554,0.00374904472872045,1.0147618924166,0.255951455205554,0.00439290901376076,1.00103228260037,0.255951455205554,0.0220658561343255,0.934334775345613,0.5,0.255951455205554,0.0289904721178346,0.826366952493553,0.5,0.255951455205554,0.243083619614901,0.497831356882057,0.5,0.255951455205554,0.166793066962529,0.860446158437284,0.255951455205554,0.0332338692670327,0.605790365477291,0.00109110216819346,1.02173913043478,0.255951455205554,0.00239184835795804,0.995523291436593,0.5,0.255951455205554,0.00579932871846637,0.329998911390087,0.255951455205554,0.0252768104190697,1.01941020638734,0.255951455205554,0.0150200505910952,1.01737535137137,0.255951455205554,0.0467394379578158,1.01439581989679,0.0176948822473033,0.178838198904723 -8557,0.255951455205554,0.0101986485966084,0.325633898189539,0.255951455205554,0.0012869667735415,1.02173913043478,0.255951455205554,0.00441123344060016,1.00813975087659,0.255951455205554,0.00711887665946038,1.01407512141634,0.255951455205554,0.0123178773946825,1.00260565189167,0.255951455205554,0.00890919987224602,0.954434651662694,0.5,0.255951455205554,0.0300757308676,0.812225793652996,0.5,0.255951455205554,0.292126466546162,0.476257723970859,0.5,0.255951455205554,0.193533671567242,0.843014300376565,0.255951455205554,0.0474756690953366,0.565329633494382,0.00131303450044973,1.02173913043478,0.255951455205554,0.00276001067502737,1.00342738325109,0.5,0.255951455205554,0.00688368278949874,0.351185554817393,0.255951455205554,0.0372950620067501,1.01846169848671,0.255951455205554,0.0177264236527926,1.00175935998931,0.255951455205554,0.0520415853852672,1.00532838563186,0.0165856637787272,0.183782937079113 -8558,0.255951455205554,0.00840432877244857,0.267466824156805,0.255951455205554,0.00310225775830037,1.02173913043478,0.255951455205554,0.00549390761303637,1.01109415707835,0.255951455205554,0.00288627747306047,1.01427529905641,0.255951455205554,0.0214165039072488,0.996542058124484,0.255951455205554,0.00609043008836929,0.934766673672948,0.5,0.255951455205554,0.0307098545710076,0.771234302724018,0.5,0.255951455205554,0.300489660928893,0.433450417989375,0.5,0.255951455205554,0.193103058384771,0.815345120849443,0.255951455205554,0.0636348872957006,0.487604691455049,0.00109342987070632,1.02173913043478,0.255951455205554,0.00257233832558498,1.0066878805816,0.5,0.255951455205554,0.00502014759991744,0.355405806859037,0.255951455205554,0.0247860309815831,1.01552499478994,0.255951455205554,0.00777305000782163,0.958081029964878,0.255951455205554,0.0167139815888351,1.01067105928894,0.0143667802950159,0.201315625718146 -8559,0.255951455205554,0.00361270806298025,0.266453617268571,0.255951455205554,0.00134874197210478,1.02173913043478,0.255951455205554,0.00240247347295201,1.01152512030439,0.255951455205554,0.00178344615438625,1.00913693599752,0.255951455205554,0.0231282934614604,0.998531533663384,0.255951455205554,0.00432144928206539,0.914267013336582,0.5,0.255951455205554,0.0345635894381261,0.696832194743113,0.5,0.255951455205554,0.266061677002617,0.390857810368304,0.5,0.255951455205554,0.159788705909468,0.778697005483883,0.255951455205554,0.0952925612048581,0.414922748259501,0.000720834434216251,1.02173913043478,0.255951455205554,0.00209257138248403,0.997971426068842,0.5,0.255951455205554,0.00202381067362695,0.298987132535349,0.255951455205554,0.00677689630655296,1.00530529906258,0.255951455205554,0.00486406698050801,0.994478825490969,0.255951455205554,0.00339439158644144,1.0096216782933,0.0064369733212233,0.209924184092234 -8560,0.255951455205554,0.000139275823534444,0.246626949740622,0.255951455205554,0.000376004596944449,1.02173913043478,0.255951455205554,0.000265092465645485,1.00992786803461,0.255951455205554,0.000132802845874939,1.01210293402205,0.255951455205554,0.0034150309512181,0.998621882962121,0.255951455205554,0.000724197700251139,0.892776416689692,0.5,0.255951455205554,0.0281694177829939,0.611385483286196,0.5,0.255951455205554,0.0758864231838105,0.349979106621906,0.5,0.255951455205554,0.028349484025229,0.717571493334127,0.255951455205554,0.0771219692993908,0.324585017966296,7.3710174932957e-05,1.02173913043478,0.255951455205554,0.000223296573664651,0.973657133083832,0.5,0.255951455205554,1.53371516465601e-05,0.23338429215701,0.255951455205554,0.000391282288594204,0.997686432269263,0.255951455205554,0.000231208510296396,0.997389512652919,0.255951455205554,0.000174751185613725,0.998111553774852,0.0,0.242005475053064 -8561,0.255951455205554,0.0,0.243081139098201,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00935630486043,0.255951455205554,0.0,1.00811856784773,0.255951455205554,0.0,0.997323458656959,0.255951455205554,0.0,0.866629442800854,0.5,0.255951455205554,0.0,0.525609326993503,0.5,0.255951455205554,0.0,0.308928787218554,0.5,0.255951455205554,0.0,0.661864814166283,0.255951455205554,0.0,0.246335578080353,0.0,1.02173913043478,0.255951455205554,0.0,0.965433215148865,0.5,0.255951455205554,0.0,0.188304870217996,0.255951455205554,0.0,0.99651776382434,0.255951455205554,0.0,0.991121963506699,0.255951455205554,0.0,0.977577611666117,0.0,0.33383776073738 -8562,0.255951455205554,0.0,0.245940369727738,0.255951455205554,0.0,1.02006706236908,0.255951455205554,0.0,1.01008870507664,0.255951455205554,0.0,1.00798366213669,0.255951455205554,0.0,1.00153486552501,0.255951455205554,0.0,0.848129613683672,0.5,0.255951455205554,0.0,0.474142280263308,0.5,0.255951455205554,0.0,0.257146419142469,0.5,0.255951455205554,0.0,0.597742039080064,0.255951455205554,0.0,0.172921898252206,0.0,1.02173913043478,0.255951455205554,0.0,0.968954427133245,0.5,0.255951455205554,0.0,0.164751784971268,0.255951455205554,0.0,0.986633178556762,0.255951455205554,0.0,1.00241946420602,0.255951455205554,0.0,0.976315119646587,0.0,0.363811799618765 -8563,0.255951455205554,0.0,0.256514515964334,0.255951455205554,0.0,1.01731773152771,0.255951455205554,0.0,1.00964902166589,0.255951455205554,0.0,1.01163840936884,0.255951455205554,0.0,1.00039900519192,0.255951455205554,0.0,0.83592690420298,0.5,0.255951455205554,0.0,0.447152200930113,0.5,0.255951455205554,0.0,0.197839218335793,0.5,0.255951455205554,0.0,0.507624956635652,0.255951455205554,0.0,0.152285780059248,0.0,1.02173913043478,0.255951455205554,0.0,0.961173438227701,0.5,0.255951455205554,0.0,0.149919405847537,0.255951455205554,0.0,0.995802786561974,0.255951455205554,0.0,1.00954873006208,0.255951455205554,0.0,0.99943990886238,0.0,0.256259550018924 -8564,0.255951455205554,0.0,0.279924167641407,0.255951455205554,0.0,1.01930457950645,0.255951455205554,0.0,1.00942216824134,0.255951455205554,0.0,1.01046388335557,0.255951455205554,0.0,0.996797569570514,0.255951455205554,0.0,0.809494915579844,0.5,0.255951455205554,0.0,0.411064008991308,0.5,0.255951455205554,0.0,0.167519096832771,0.5,0.255951455205554,0.0,0.42148448121173,0.255951455205554,0.0,0.147907203876918,0.0,1.02173913043478,0.255951455205554,0.0,0.955289082340585,0.5,0.255951455205554,0.0,0.141012166233433,0.255951455205554,0.0,1.00154240536113,0.255951455205554,0.0,1.00582307843532,0.255951455205554,0.0,1.00096333551097,0.0,0.167523537507745 -8565,0.255951455205554,0.0,0.27977615988722,0.255951455205554,0.0,1.01955750009482,0.255951455205554,0.0,1.00983919821352,0.255951455205554,0.0,1.00832532979763,0.255951455205554,0.0,0.991288977567008,0.255951455205554,0.0,0.778800835891812,0.5,0.255951455205554,0.0,0.374557633906486,0.5,0.255951455205554,0.0,0.165886904706098,0.5,0.255951455205554,0.0,0.370851588252134,0.255951455205554,0.0,0.156611485174049,0.0,1.01305440634649,0.255951455205554,0.0,0.952582565439049,0.5,0.255951455205554,0.0,0.150426574688944,0.255951455205554,0.0,1.00524847066472,0.255951455205554,0.0,1.00742014945636,0.255951455205554,0.0,1.00473075685384,0.0,0.126674258556676 -8566,0.255951455205554,0.0,0.261525409685226,0.255951455205554,0.0,1.01954843836443,0.255951455205554,0.0,1.00957924024362,0.255951455205554,0.0,1.0081364564975,0.255951455205554,0.0,0.980475088904993,0.255951455205554,0.0,0.751852406396412,0.5,0.255951455205554,0.0,0.349464919094286,0.5,0.255951455205554,0.0,0.173765598859734,0.5,0.255951455205554,0.0,0.344607469017004,0.255951455205554,0.0,0.188982863118845,0.0,0.998032311206228,0.255951455205554,0.0,0.954420857616185,0.5,0.255951455205554,0.0,0.175213596704944,0.255951455205554,0.0,0.998317978024251,0.255951455205554,0.0,1.00668544449635,0.255951455205554,0.0,1.00327204129399,0.0,0.108157705640626 -8567,0.255951455205554,0.0,0.238295349019109,0.255951455205554,0.0,1.02165629950174,0.255951455205554,0.0,1.00889202663751,0.255951455205554,0.0,1.00814132826028,0.255951455205554,0.0,0.96842315546434,0.255951455205554,0.0,0.6952635037258,0.5,0.255951455205554,0.0,0.365434633925831,0.5,0.255951455205554,0.0,0.184055678713112,0.5,0.255951455205554,0.0,0.330597676709755,0.255951455205554,0.0,0.25498706503778,0.0,1.01016759957656,0.255951455205554,0.0,0.969537546153944,0.5,0.255951455205554,0.0,0.206305103833395,0.255951455205554,0.0,0.994558273008411,0.255951455205554,0.0,1.00558582736305,0.255951455205554,0.0,0.999521664504742,0.0,0.0914858870703316 -8568,0.255951455205554,0.0,0.200096904699714,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,1.00496756945328,0.255951455205554,0.0,1.00899805382504,0.255951455205554,0.0,0.961581177437305,0.255951455205554,0.0,0.65237074306038,0.5,0.255951455205554,0.0,0.385151197955801,0.5,0.255951455205554,0.0,0.192523854812745,0.5,0.255951455205554,0.0,0.327882765562229,0.255951455205554,0.0,0.307223129722703,0.0,1.0161507102047,0.255951455205554,0.0,0.994689540584282,0.5,0.255951455205554,0.0,0.264432520410682,0.255951455205554,0.0,0.99318508739864,0.255951455205554,0.0,1.01075878944141,0.255951455205554,0.0,0.99052271004498,0.0,0.064971062793734 -8569,0.255951455205554,0.0,0.131445291771162,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.992301848024867,0.255951455205554,0.0,1.00269596630237,0.255951455205554,0.0,0.961960133979573,0.255951455205554,0.0,0.642984042309424,0.5,0.255951455205554,0.0,0.470614857869345,0.5,0.255951455205554,0.0,0.206190966014474,0.5,0.255951455205554,0.0,0.31807084041134,0.255951455205554,0.0,0.363944212685127,0.0,1.01530879266003,0.255951455205554,0.0,1.01065972778891,0.5,0.255951455205554,0.0,0.374550236762392,0.255951455205554,0.0,0.992578181972933,0.255951455205554,0.0,1.01434543165339,0.255951455205554,0.0,0.97842071505742,0.0,0.0446834453459289 -8570,0.255951455205554,0.0,0.07712099522772,0.255951455205554,0.0,1.02173913043478,0.255951455205554,0.0,0.962351400281286,0.255951455205554,0.0,0.968521220781513,0.255951455205554,0.0,0.960952545310376,0.255951455205554,0.0,0.668631348020782,0.5,0.255951455205554,0.0,0.643240035171279,0.5,0.255951455205554,0.0,0.226209774643866,0.5,0.255951455205554,0.0,0.316569439213563,0.255951455205554,0.0,0.541789076650899,0.0,1.01555556491414,0.255951455205554,0.0,1.01124968761668,0.5,0.255951455205554,0.0,0.434773387201728,0.255951455205554,0.0,0.987304821069213,0.255951455205554,0.0,1.01020252490862,0.255951455205554,0.0,0.964758782683946,0.0,0.0313200976169468 -8571,0.255951455205554,0.0,0.0528892794801838,0.255951455205554,0.0,1.02014810725973,0.255951455205554,0.0,0.905349056638436,0.255951455205554,0.0,0.876707590313846,0.255951455205554,0.0,0.961752751636889,0.255951455205554,0.0,0.727009830927845,0.5,0.255951455205554,0.0,0.661222579465551,0.5,0.255951455205554,0.0,0.288548083578921,0.5,0.255951455205554,0.0,0.363214421287049,0.255951455205554,0.0,0.618672045414516,0.0,1.01781241409001,0.255951455205554,0.0,1.00811353490048,0.5,0.255951455205554,0.0,0.439399521945845,0.255951455205554,0.0,0.985131698125468,0.255951455205554,0.0,1.00192558092561,0.255951455205554,0.0,0.950227217150891,0.0,0.022664976676693 -8572,0.255951455205554,0.0,0.038579973322638,0.255951455205554,0.0,1.0185702036027,0.255951455205554,0.0,0.854032815153841,0.255951455205554,0.0,0.789013264736662,0.255951455205554,0.0,0.989416541126687,0.255951455205554,0.0,0.843922005250378,0.5,0.255951455205554,0.0,0.70330476238239,0.5,0.255951455205554,0.0,0.363983195798148,0.5,0.255951455205554,0.0,0.443525870726304,0.255951455205554,0.0,0.658404211324748,0.0,1.01451488570713,0.255951455205554,0.0,1.00780958425582,0.5,0.255951455205554,0.0,0.422257455056753,0.255951455205554,0.0,0.973617058526142,0.255951455205554,0.0,1.00369693012534,0.255951455205554,0.0,0.945269771730795,0.0,0.0174558228876349 -8573,0.255951455205554,0.0,0.0261616478902936,0.255951455205554,0.0,1.01155191895806,0.255951455205554,0.0,0.811854547706721,0.255951455205554,0.0,0.759064702089054,0.255951455205554,0.0,0.991241805949189,0.255951455205554,0.0,0.88572079358758,0.5,0.255951455205554,0.0,0.790883137886295,0.5,0.255951455205554,0.0,0.426215669675571,0.5,0.255951455205554,0.0,0.568408211083452,0.255951455205554,0.0,0.721108721620131,0.0,1.00999567441168,0.255951455205554,0.0,1.00575850589584,0.5,0.255951455205554,0.0,0.383747733540543,0.255951455205554,0.0,0.946587510812738,0.255951455205554,0.0,1.00736542576718,0.255951455205554,0.0,0.972563604166979,0.0,0.0204534963326039 -8574,0.255951455205554,0.0,0.0189390300774567,0.255951455205554,0.0,0.97407118228386,0.255951455205554,0.0,0.771961939291217,0.255951455205554,0.0,0.738149309228945,0.255951455205554,0.0,0.995590603697464,0.255951455205554,0.0,0.894891194223447,0.5,0.255951455205554,0.0,0.856531253531575,0.5,0.255951455205554,0.0,0.461565311606507,0.5,0.255951455205554,0.0,0.628486292751257,0.255951455205554,0.0,0.803046756233834,0.0,0.997640195443759,0.255951455205554,0.0,0.998580950653214,0.5,0.255951455205554,0.0,0.326478132521817,0.255951455205554,0.0,0.939552656754666,0.255951455205554,0.0,1.00859537448727,0.255951455205554,0.0,1.00648158480974,0.0,0.054563293003411 -8575,0.255951455205554,0.0,0.0170945353682327,0.255951455205554,0.0,0.910964136639135,0.255951455205554,0.0,0.740503027084294,0.255951455205554,0.0,0.71810231194534,0.255951455205554,0.0,0.987599951320806,0.255951455205554,0.0,0.932223273159344,0.5,0.255951455205554,0.0,0.914823278284883,0.5,0.255951455205554,0.0,0.525270655234146,0.5,0.255951455205554,0.0,0.70563360042334,0.255951455205554,0.0,0.884318345887365,0.0,0.984132894176138,0.255951455205554,0.0,0.98340557590511,0.5,0.255951455205554,0.0,0.268477821174104,0.255951455205554,0.0,0.945075976279958,0.255951455205554,0.0,1.00608650746264,0.255951455205554,0.0,1.01700389462115,0.0,0.211063689144159 -8576,0.255951455205554,0.0,0.0231275199069355,0.255951455205554,0.0,0.810005312493834,0.255951455205554,0.0,0.715687562768012,0.255951455205554,0.0,0.68416938936067,0.255951455205554,0.0,0.980763519614637,0.255951455205554,0.0,0.972920040011084,0.5,0.255951455205554,0.0,0.953198417432623,0.5,0.255951455205554,0.0,0.608926324071319,0.5,0.255951455205554,0.0,0.769712144268746,0.255951455205554,0.0,0.94707239197688,0.0,0.963373736167119,0.255951455205554,0.0,0.960906122054904,0.5,0.255951455205554,0.0,0.225287559325204,0.255951455205554,0.0,0.968767078487442,0.255951455205554,0.0,1.00181468286258,0.255951455205554,0.0,1.01908104922643,0.0,0.572115663177635 -8577,0.255951455205554,0.0,0.0459366936213548,0.255951455205554,0.0,0.691481416080146,0.255951455205554,0.0,0.700454847499669,0.255951455205554,0.0,0.656462940639079,0.255951455205554,0.0,0.977337199380678,0.255951455205554,0.0,0.98998884774274,0.5,0.255951455205554,0.0,0.972368122480017,0.5,0.255951455205554,0.000720787562779191,0.705123131069356,0.5,0.255951455205554,0.00386505217870752,0.818608976491423,0.255951455205554,0.0,0.984467052277057,0.0,0.931770012237195,0.255951455205554,8.5422041228386e-05,0.937754348451918,0.5,0.255951455205554,0.0,0.182593372299627,0.255951455205554,0.000604318012194294,0.99760536974064,0.255951455205554,1.3883043555824e-06,0.995287440614964,0.255951455205554,3.37573217605737e-05,1.02008829454149,0.0,0.836955551592421 -8578,0.255951455205554,0.00123517605265952,0.100900642452758,0.255951455205554,0.000240037644286123,0.523548268902146,0.255951455205554,0.000517510982678032,0.731773649195123,0.255951455205554,0.000519102895710136,0.632048601378173,0.255951455205554,0.000245073241950547,0.952280687590418,0.255951455205554,0.00118184561890587,0.990679268194772,0.5,0.255951455205554,0.00207648297074743,0.99571508643587,0.5,0.255951455205554,0.0330023643856332,0.793737150216815,0.5,0.255951455205554,0.0743575969167369,0.871064101252689,0.255951455205554,0.00041080298476783,0.997943776316303,0.00161187886294048,0.931609155686884,0.255951455205554,0.00207024924642238,0.9117533767635,0.5,0.255951455205554,0.000953944137117118,0.145459229000238,0.255951455205554,0.00954413414953885,0.998215229020981,0.255951455205554,0.00295712578852478,0.977961582636234,0.255951455205554,0.00338097523475988,1.02080067684161,0.00261630793917312,0.88929180433598 -8579,0.255951455205554,0.0128678725620927,0.269317831518088,0.255951455205554,0.000641161616164188,0.401275587748435,0.255951455205554,0.00197680597549111,0.766752272818383,0.255951455205554,0.00149499098189713,0.630524118886527,0.255951455205554,0.000826867889050365,0.872839159753884,0.255951455205554,0.00290431323264814,0.97714176487953,0.5,0.255951455205554,0.00435889046188518,0.996554867807132,0.5,0.255951455205554,0.0644704272369792,0.826882184839402,0.5,0.255951455205554,0.133632375464954,0.933411981317085,0.255951455205554,0.00221505405456477,1.01253414846043,0.00325926917631494,0.913422390312476,0.255951455205554,0.00404104078067016,0.882671688830075,0.5,0.255951455205554,0.00426737603846841,0.126407695097401,0.255951455205554,0.00941185631189611,0.995159999541388,0.255951455205554,0.00912130085518414,0.978364054223711,0.255951455205554,0.0053590056328262,1.02125940634921,0.0197001703736354,0.913597587218399 -8580,0.255951455205554,0.0400860349855574,0.652856962366326,0.255951455205554,0.00304648715180512,0.476804431698113,0.255951455205554,0.00718245663523507,0.77731732941178,0.255951455205554,0.00888807965836164,0.767302522735657,0.255951455205554,0.00167165323047037,0.796860667178044,0.255951455205554,0.00319722977859884,0.946303490908432,0.5,0.255951455205554,0.0089510385728057,0.984870353581832,0.5,0.255951455205554,0.0835147324419447,0.826071123252172,0.5,0.255951455205554,0.16159316980433,0.958775270386652,0.255951455205554,0.00711352050404092,1.01447936153439,0.00439208281897316,0.891280483229786,0.255951455205554,0.00654953524486723,0.870401543355676,0.5,0.255951455205554,0.0118078128157831,0.120652467872937,0.255951455205554,0.00746493159650647,1.00147512699905,0.255951455205554,0.0125791753463839,0.974773292848968,0.255951455205554,0.00820519246400926,1.02003472463335,0.0532027304988699,0.922292542215381 -8581,0.255951455205554,0.0234783781120809,0.835732313929834,0.255951455205554,0.0191867333607785,0.736012543176757,0.255951455205554,0.0323977775168826,0.744073624338167,0.255951455205554,0.0140638703592659,0.836949255974561,0.255951455205554,0.00592456566096798,0.666548834513465,0.255951455205554,0.00487636086296704,0.89420169564718,0.5,0.255951455205554,0.01331741472319,0.96272385373097,0.5,0.255951455205554,0.0958128788246598,0.836671628467106,0.5,0.255951455205554,0.169690882140019,0.955009502412088,0.255951455205554,0.010245321884275,1.00329223345381,0.00629476976869846,0.90233569496567,0.255951455205554,0.00609896724095525,0.862447704615088,0.5,0.255951455205554,0.0190701316231812,0.144524345030545,0.255951455205554,0.0101611102278204,0.994847216355198,0.255951455205554,0.0118304081734084,0.960896704823603,0.255951455205554,0.00695147633443445,1.0134131621008,0.0146182051869962,0.939346036422332 -8582,0.255951455205554,0.0257485642042416,0.924198438937845,0.255951455205554,0.0131247285326648,0.919166041614614,0.255951455205554,0.0917013807254637,0.731940816953431,0.255951455205554,0.0196828419231027,0.737091560783853,0.255951455205554,0.0404861959164115,0.501261953249066,0.255951455205554,0.00518449043090511,0.827723212629471,0.5,0.255951455205554,0.012472823046673,0.908687673849359,0.5,0.255951455205554,0.10546589353485,0.827437720692111,0.5,0.255951455205554,0.161128491155166,0.930261910232501,0.255951455205554,0.00676055504040041,0.982335406047776,0.00271333984984747,0.893945162191945,0.255951455205554,0.00351093225588701,0.831413274090897,0.5,0.255951455205554,0.0303399330694776,0.19283540286742,0.255951455205554,0.00537771048687727,0.98542485615857,0.255951455205554,0.00366966584170155,0.891063283745144,0.255951455205554,0.00405497517007653,0.971895813801752,0.00982787670588035,0.980167721600357 -8583,0.255951455205554,0.011815817145266,0.93676677644073,0.255951455205554,0.0135064812442955,0.859049937216769,0.255951455205554,0.0638919881173601,0.738247117021398,0.255951455205554,0.00927726691367424,0.839407540352067,0.255951455205554,0.095502294643801,0.398843576068379,0.255951455205554,0.00302910707415233,0.734630205580775,0.5,0.255951455205554,0.00661729531869163,0.820461825537294,0.5,0.255951455205554,0.100061473020819,0.810014299130858,0.5,0.255951455205554,0.109919040186269,0.899058728834822,0.255951455205554,0.00266842028159687,0.933474039737078,0.00104094507022531,0.901961401839833,0.255951455205554,0.00114234266007019,0.806413155391489,0.5,0.255951455205554,0.0265997096158252,0.358100199707292,0.255951455205554,0.00136275662444214,0.964192242718485,0.255951455205554,0.0035677904550152,0.807664247247394,0.255951455205554,0.00392045808959185,0.910338406560638,0.00280663775134779,1.00450758884595 -8584,0.255951455205554,5.84902221032216e-06,0.931572566686263,0.255951455205554,0.0,0.930338903188685,0.255951455205554,2.40536933556783e-05,0.685916323421917,0.255951455205554,0.0,0.870989065732485,0.255951455205554,0.0163626958246053,0.307024142734836,0.255951455205554,0.000467677169387334,0.621217458784219,0.5,0.255951455205554,0.00146130946524372,0.694537016549822,0.5,0.255951455205554,0.0308872045745997,0.796472523750656,0.5,0.255951455205554,0.028000789656353,0.873098159899559,0.255951455205554,0.00068664075923198,0.867925178906735,4.74022339846522e-05,0.833288410562079,0.255951455205554,6.02259720738092e-05,0.804031159562603,0.5,0.255951455205554,3.89650727177337e-05,0.606457420031323,0.255951455205554,0.000331324699411399,0.90539897854889,0.255951455205554,0.000450688415017208,0.770444367102647,0.255951455205554,0.00045824054965835,0.846826693199935,0.0,1.00525986842364 -8585,0.255951455205554,0.0,0.90945622803778,0.255951455205554,0.0,0.869389294224698,0.255951455205554,0.0,0.597073088781278,0.255951455205554,0.0,0.704851724359334,0.255951455205554,0.0,0.270143579096082,0.255951455205554,0.0,0.470498105433316,0.5,0.255951455205554,0.0,0.562554534268273,0.5,0.255951455205554,0.0,0.796098052162445,0.5,0.255951455205554,0.0,0.851090997304802,0.255951455205554,0.0,0.794300447216632,0.0,0.839430500690661,0.255951455205554,0.0,0.792086828530018,0.5,0.255951455205554,0.0,0.828646793490812,0.255951455205554,0.0,0.874365200808385,0.255951455205554,0.0,0.715605152965887,0.255951455205554,0.0,0.734704177980639,0.0,1.00404626919618 -8586,0.255951455205554,0.0,0.904475025734081,0.255951455205554,0.0,0.826219948609606,0.255951455205554,0.0,0.545005669416419,0.255951455205554,0.0,0.59801901749034,0.255951455205554,0.0,0.277178605400186,0.255951455205554,0.0,0.35884936117583,0.5,0.255951455205554,0.0,0.428672133190941,0.5,0.255951455205554,0.0,0.779242533355425,0.5,0.255951455205554,0.0,0.82767571460795,0.255951455205554,0.0,0.677100566450527,0.0,0.913064205198314,0.255951455205554,0.0,0.803846697211437,0.5,0.255951455205554,0.0,0.886908549048007,0.255951455205554,0.0,0.828177222523401,0.255951455205554,0.0,0.639100291886878,0.255951455205554,0.0,0.564760881127997,0.0,1.0030113136031 -8587,0.255951455205554,0.0,0.916252107661599,0.255951455205554,0.0,0.789625196938358,0.255951455205554,0.0,0.557946746727974,0.255951455205554,0.0,0.571621700808667,0.255951455205554,0.0,0.317324015662936,0.255951455205554,0.0,0.298868811028277,0.5,0.255951455205554,0.0,0.297047712352599,0.5,0.255951455205554,0.0,0.745685208590137,0.5,0.255951455205554,0.0,0.773145440835384,0.255951455205554,0.0,0.508089681910003,0.0,0.808342769001643,0.255951455205554,0.0,0.821606400625092,0.5,0.255951455205554,0.0,0.874134996903334,0.255951455205554,0.0,0.766167840695186,0.255951455205554,0.0,0.556268192509722,0.255951455205554,0.0,0.424174153073144,0.0,1.0041224175312 -8588,0.255951455205554,0.0,0.914493861592833,0.255951455205554,0.0,0.746761003192079,0.255951455205554,0.0,0.639114796268912,0.255951455205554,0.0,0.669748151157982,0.255951455205554,0.0,0.402676263248488,0.255951455205554,0.0,0.257790188363795,0.5,0.255951455205554,0.0,0.236726437519336,0.5,0.255951455205554,0.0,0.682866617111285,0.5,0.255951455205554,0.0,0.690457715714138,0.255951455205554,0.0,0.329909494595655,0.0,0.789463875374802,0.255951455205554,0.0,0.768607246598561,0.5,0.255951455205554,0.0,0.862766069996037,0.255951455205554,0.0,0.700299672878019,0.255951455205554,0.0,0.431825699737585,0.255951455205554,0.0,0.307809783273523,0.0,1.00555736549751 -8589,0.255951455205554,0.0,0.907166472917065,0.255951455205554,0.0,0.778057619457963,0.255951455205554,0.0,0.704637801936381,0.255951455205554,0.0,0.738463448415247,0.255951455205554,0.0,0.486697340280648,0.255951455205554,0.0,0.265500589532044,0.5,0.255951455205554,0.0,0.233712671949797,0.5,0.255951455205554,0.0,0.602937280342808,0.5,0.255951455205554,0.0,0.594782243874395,0.255951455205554,0.0,0.21982841788027,0.0,0.81215069767703,0.255951455205554,0.0,0.698479787437872,0.5,0.255951455205554,0.0,0.831212252623136,0.255951455205554,0.0,0.564699995325091,0.255951455205554,0.0,0.411677814053818,0.255951455205554,0.0,0.243264113383418,0.0,1.00621344747398 -8590,0.255951455205554,0.0,0.849027024855623,0.255951455205554,0.0,0.823504857891361,0.255951455205554,0.0,0.732011367466703,0.255951455205554,0.0,0.761093556331538,0.255951455205554,0.0,0.569652225279661,0.255951455205554,0.0,0.311174464880539,0.5,0.255951455205554,0.0,0.229639285337817,0.5,0.255951455205554,0.0,0.507018802876992,0.5,0.255951455205554,0.0,0.491992769315279,0.255951455205554,0.0,0.234141763621587,0.0,0.777631085506692,0.255951455205554,0.0,0.641348046686123,0.5,0.255951455205554,0.0,0.825894549076616,0.255951455205554,0.0,0.426298480353838,0.255951455205554,0.0,0.432692142899519,0.255951455205554,0.0,0.237746308294117,0.0,1.00604079297443 -8591,0.255951455205554,0.0,0.747180348426027,0.255951455205554,0.0,0.881594931230771,0.255951455205554,0.0,0.771729728048646,0.255951455205554,0.0,0.814789757134824,0.255951455205554,0.0,0.610232798535901,0.255951455205554,0.0,0.399886619264544,0.5,0.255951455205554,0.0,0.24421146963296,0.5,0.255951455205554,0.0,0.408824947341336,0.5,0.255951455205554,0.0,0.407014231563166,0.255951455205554,0.0,0.236573779818515,0.0,0.446872581983242,0.255951455205554,0.0,0.571021884037853,0.5,0.255951455205554,0.0,0.862847244447954,0.255951455205554,0.0,0.346883033653749,0.255951455205554,0.0,0.432638002372639,0.255951455205554,0.0,0.257493964335898,0.0,1.00562013710411 -8592,0.255951455205554,0.0,0.734576306656287,0.255951455205554,0.0,0.921593152798253,0.255951455205554,0.0,0.805720425508017,0.255951455205554,0.0,0.858947160180774,0.255951455205554,0.0,0.648208429938096,0.255951455205554,0.0,0.453167082159912,0.5,0.255951455205554,0.0,0.263583447151297,0.5,0.255951455205554,0.0,0.330755768475037,0.5,0.255951455205554,0.0,0.333228335753895,0.255951455205554,0.0,0.270037598166889,0.0,0.490271595217976,0.255951455205554,0.0,0.575953543369363,0.5,0.255951455205554,0.0,0.88980625215577,0.255951455205554,0.0,0.34116301642782,0.255951455205554,0.0,0.513920063535622,0.255951455205554,0.0,0.325264902212708,0.0,1.00510739328415 -8593,0.255951455205554,0.0,0.753942007965309,0.255951455205554,0.0,0.937149484266502,0.255951455205554,0.0,0.825873920648347,0.255951455205554,0.0,0.879889839776682,0.255951455205554,0.0,0.663196789678442,0.255951455205554,0.0,0.481107723775406,0.5,0.255951455205554,0.0,0.286450670015731,0.5,0.255951455205554,0.0,0.305277255032081,0.5,0.255951455205554,0.0,0.324645960643213,0.255951455205554,0.0,0.314728742896264,0.0,0.626702819042662,0.255951455205554,0.0,0.697371522540029,0.5,0.255951455205554,0.0,0.90205481177979,0.255951455205554,0.0,0.38554237600413,0.255951455205554,0.0,0.597168823203324,0.255951455205554,0.0,0.430973439017199,0.0,1.00466849000005 -8594,0.255951455205554,0.0,0.811368557734768,0.255951455205554,0.0,0.931411132560852,0.255951455205554,0.0,0.842926868253448,0.255951455205554,0.0,0.883316416524221,0.255951455205554,0.0,0.69432368780552,0.255951455205554,0.0,0.497941206048011,0.5,0.255951455205554,0.0,0.336832241379518,0.5,0.255951455205554,0.0,0.291930250031204,0.5,0.255951455205554,0.0,0.347525317977089,0.255951455205554,0.0,0.303856615934727,0.0,0.767074329705386,0.255951455205554,0.0,0.784250126118061,0.5,0.255951455205554,0.0,0.895581132367341,0.255951455205554,0.0,0.492824906054062,0.255951455205554,0.0,0.668353691064405,0.255951455205554,0.0,0.548080398549733,0.0,1.0041509138491 -8595,0.255951455205554,0.0,0.8387332542374,0.255951455205554,0.0,0.913366070401338,0.255951455205554,0.0,0.860206146378734,0.255951455205554,0.0,0.901333889195259,0.255951455205554,0.0,0.750812588495909,0.255951455205554,0.0,0.535604277071599,0.5,0.255951455205554,0.0,0.342303451089255,0.5,0.255951455205554,0.0,0.327843200319178,0.5,0.255951455205554,0.0,0.397124161769173,0.255951455205554,0.0,0.289317868942312,0.0,0.858794304520792,0.255951455205554,0.0,0.812971905246776,0.5,0.255951455205554,0.0,0.850333532108375,0.255951455205554,0.0,0.62660138382431,0.255951455205554,0.0,0.701742268461193,0.255951455205554,0.0,0.615980268938943,0.0,1.00071566581894 -8596,0.255951455205554,0.0,0.865244015602078,0.255951455205554,0.0,0.920536370098251,0.255951455205554,0.0,0.873792829222384,0.255951455205554,0.0,0.91915796855416,0.255951455205554,0.0,0.799117624871271,0.255951455205554,0.0,0.556124387171625,0.5,0.255951455205554,0.0,0.307154091148176,0.5,0.255951455205554,0.0,0.355205994707963,0.5,0.255951455205554,0.0,0.487499177774528,0.255951455205554,0.0,0.251569070427653,0.0,0.872519530867725,0.255951455205554,0.0,0.822711108323751,0.5,0.255951455205554,0.0,0.809562415533483,0.255951455205554,0.0,0.678877572012948,0.255951455205554,0.0,0.705932744159978,0.255951455205554,0.0,0.603467181599715,0.0,1.00138092788902 -8597,0.255951455205554,0.0,0.869314246028708,0.255951455205554,0.0,0.933582930603755,0.255951455205554,0.0,0.890387943539226,0.255951455205554,0.0,0.935586120561097,0.255951455205554,0.0,0.821269783074142,0.255951455205554,0.0,0.562015746145053,0.5,0.255951455205554,0.0,0.277165606137722,0.5,0.255951455205554,0.0,0.355508582281844,0.5,0.255951455205554,0.0,0.511901513444278,0.255951455205554,0.0,0.26762428968393,0.0,0.827824897073818,0.255951455205554,0.0,0.817996454092163,0.5,0.255951455205554,0.0,0.788562900563418,0.255951455205554,0.0,0.660694656423025,0.255951455205554,0.0,0.726086854376541,0.255951455205554,0.0,0.608252146787907,0.0,1.00428637184172 -8598,0.255951455205554,0.0,0.888634990645738,0.255951455205554,0.0,0.934202036109784,0.255951455205554,0.0,0.906725520720685,0.255951455205554,0.0,0.930971651074681,0.255951455205554,0.0,0.847093631528333,0.255951455205554,0.0,0.569449177879481,0.5,0.255951455205554,0.0,0.311340208541056,0.5,0.255951455205554,0.0,0.373769771146216,0.5,0.255951455205554,0.0,0.512768581532276,0.255951455205554,0.0,0.299497797639817,0.0,0.773006817820537,0.255951455205554,0.0,0.824424932091105,0.5,0.255951455205554,0.0,0.799114407887132,0.255951455205554,0.0,0.651192786054015,0.255951455205554,0.0,0.752671506893414,0.255951455205554,0.0,0.67559892791825,0.0,1.00384380175925 -8599,0.255951455205554,0.0,0.805998665140706,0.255951455205554,0.0,0.957940509177384,0.255951455205554,0.0,0.927499822493716,0.255951455205554,0.0,0.928074714817408,0.255951455205554,0.0,0.858069395717994,0.255951455205554,0.0,0.567894986408622,0.5,0.255951455205554,0.0,0.422801460792835,0.5,0.255951455205554,0.0,0.345904699769207,0.5,0.255951455205554,0.0,0.461806570676157,0.255951455205554,0.0,0.29613096775717,0.0,0.737972165862292,0.255951455205554,0.0,0.818635733069999,0.5,0.255951455205554,0.0,0.813462604769463,0.255951455205554,0.0,0.692484166609878,0.255951455205554,0.0,0.796517861942413,0.255951455205554,0.0,0.762567409435413,0.0,1.00465211781059 -8600,0.255951455205554,0.0,0.639451628408946,0.255951455205554,0.0,0.966380569103919,0.255951455205554,0.0,0.937190005905433,0.255951455205554,0.0,0.969892293676499,0.255951455205554,0.0,0.87086515553662,0.255951455205554,0.0,0.604622323098188,0.5,0.255951455205554,0.0,0.515463317163143,0.5,0.255951455205554,0.0,0.348012481927443,0.5,0.255951455205554,0.0,0.442976276000649,0.255951455205554,0.0,0.339321687706514,0.0,0.785715482819235,0.255951455205554,0.0,0.826158996100951,0.5,0.255951455205554,0.0,0.807438749384495,0.255951455205554,0.0,0.734417255459718,0.255951455205554,0.0,0.879146197189061,0.255951455205554,0.0,0.851656774378001,0.0,1.00191491186128 -8601,0.255951455205554,0.0,0.752462518562946,0.255951455205554,0.0,1.00701521272947,0.255951455205554,0.0,0.937852638624239,0.255951455205554,0.0,0.960531762252689,0.255951455205554,0.0,0.88417080842895,0.255951455205554,0.0,0.679451362769903,0.5,0.255951455205554,0.0,0.582773092469555,0.5,0.255951455205554,0.000246557102552957,0.387793497524235,0.5,0.255951455205554,0.00096852714642744,0.503923867509334,0.255951455205554,0.0,0.598862794151037,3.34607700469725e-08,0.888518581521711,0.255951455205554,0.00039054885591507,0.863397878195995,0.5,0.255951455205554,0.0,0.798321461706004,0.255951455205554,0.000918605325969855,0.839808182682542,0.255951455205554,3.85901979190177e-06,0.931126960757068,0.255951455205554,8.65970704005648e-05,0.872026468264457,0.0,1.00290805140776 -8602,0.255951455205554,0.00735828731291791,0.766326629335415,0.255951455205554,0.00291686176349106,0.981041305047435,0.255951455205554,0.00286994933725566,0.942569962966999,0.255951455205554,0.00271843575498396,0.935598424843104,0.255951455205554,0.0037604996722169,0.875320041504201,0.255951455205554,0.018996844073505,0.671164042524063,0.5,0.255951455205554,0.0289320511009718,0.535949516571944,0.5,0.255951455205554,0.0580148768741624,0.438599644416459,0.5,0.255951455205554,0.033713580496751,0.584024750615245,0.255951455205554,0.0291413377794275,0.62780319799196,0.00590354144248833,0.872705778334822,0.255951455205554,0.010834208577728,0.898584823321941,0.5,0.255951455205554,0.00466918627553088,0.781834284115848,0.255951455205554,0.0221712099156605,0.956004380711694,0.255951455205554,0.00587412089233826,0.951023465142971,0.255951455205554,0.0102327002418745,0.862743055864086,0.0187790846083598,1.00281552947889 -8603,0.255951455205554,0.0752828480653731,0.744557135695872,0.255951455205554,0.0113623308785213,0.951185562008206,0.255951455205554,0.0244907561403229,0.961238542769956,0.255951455205554,0.0326108383741416,0.974573926283223,0.255951455205554,0.0190497952325514,0.864556701535764,0.255951455205554,0.0230668402582605,0.704835752385089,0.5,0.255951455205554,0.0523679011399682,0.4620664498602,0.5,0.255951455205554,0.170135400385406,0.513586085511975,0.5,0.255951455205554,0.0751809958810391,0.764719686644796,0.255951455205554,0.0332027965527543,0.613309208978907,0.00756620154316658,0.901437204529044,0.255951455205554,0.0119076222915123,0.901988134901212,0.5,0.255951455205554,0.0180971667841072,0.764834488158471,0.255951455205554,0.0317559295747259,0.941380062564642,0.255951455205554,0.0288608198275769,0.946423593215764,0.255951455205554,0.0402541528669357,0.875283365511729,0.152035886625943,1.00166741577221 -8604,0.255951455205554,0.126122917597821,0.858249832620664,0.255951455205554,0.0606855402769094,1.01422512855512,0.255951455205554,0.0653360984383863,0.984102099484773,0.255951455205554,0.13618374283964,0.997694152735935,0.255951455205554,0.0381264500625679,0.871865202562622,0.255951455205554,0.0355526281304597,0.736344406840805,0.5,0.255951455205554,0.0578299482814701,0.441593506065541,0.5,0.255951455205554,0.247575125905434,0.587570850281572,0.5,0.255951455205554,0.10315450186517,0.851418602672058,0.255951455205554,0.0290220738714012,0.450179165305829,0.0122499578435626,0.881476195542073,0.255951455205554,0.0146054043070225,0.893290245867724,0.5,0.255951455205554,0.024402472551967,0.717624023926565,0.255951455205554,0.0443964716667201,0.921135860846411,0.255951455205554,0.0713294042760261,0.974295818423932,0.255951455205554,0.0681092936784888,0.920065277098762,0.2267670843722,0.99424247446822 -8605,0.255951455205554,0.0887004862223315,0.886303190295243,0.255951455205554,0.114453181517378,1.02173913043478,0.255951455205554,0.119305423930268,0.987812870313088,0.255951455205554,0.242066690940395,1.00891405869761,0.255951455205554,0.039126792738223,0.894824607255911,0.255951455205554,0.046502460982665,0.767156879797704,0.5,0.255951455205554,0.0551080620261815,0.481178640018178,0.5,0.255951455205554,0.242268550600727,0.624097627585968,0.5,0.255951455205554,0.124192116684506,0.839782194120425,0.255951455205554,0.0314089542482841,0.400760791209092,0.0156877169928704,0.932899501847578,0.255951455205554,0.0253898929745709,0.88137292032258,0.5,0.255951455205554,0.0433452197272486,0.661611577666202,0.255951455205554,0.0640870403123655,0.933236245595176,0.255951455205554,0.0557608320695471,0.981764580458585,0.255951455205554,0.0824551070219284,0.951696439564219,0.0162847491043405,0.872341772510418 -8606,0.255951455205554,0.0441207737080848,0.903445616104386,0.255951455205554,0.188809460274878,1.02173913043478,0.255951455205554,0.159839723715813,0.978137093548419,0.255951455205554,0.279302675848354,1.01220230265904,0.255951455205554,0.032204905482723,0.882393982327442,0.255951455205554,0.0438287362848712,0.765430643416518,0.5,0.255951455205554,0.0661639691077074,0.518880365336327,0.5,0.255951455205554,0.183024432093476,0.672903653924801,0.5,0.255951455205554,0.114886232911144,0.815731450110398,0.255951455205554,0.028746504962169,0.426408602568488,0.00572976397475379,0.885276996329845,0.255951455205554,0.0207002964724169,0.86427465949058,0.5,0.255951455205554,0.0570003719984854,0.582579503628312,0.255951455205554,0.0472949071814803,0.946857193960349,0.255951455205554,0.0252944444665902,0.962035616070429,0.255951455205554,0.0587413634625767,0.952831179932661,0.00730338219547612,0.853128637414913 -8607,0.255951455205554,0.0181914761751103,0.89298002836794,0.255951455205554,0.0344457064903051,1.02136033169554,0.255951455205554,0.0920640328487435,0.915863134103915,0.255951455205554,0.0887215223383868,0.988543450976288,0.255951455205554,0.0323939136456354,0.816436371876357,0.255951455205554,0.028349891111656,0.795114741605453,0.5,0.255951455205554,0.0403396528320349,0.51800107028681,0.5,0.255951455205554,0.121627106789338,0.667088272608405,0.5,0.255951455205554,0.0694839550856046,0.78664931578307,0.255951455205554,0.0265971218716483,0.400549394228526,0.0025356493797119,0.759029343060528,0.255951455205554,0.0137778467799458,0.844360476654097,0.5,0.255951455205554,0.0322569039824443,0.455819161917528,0.255951455205554,0.0205470786362007,0.935035399874616,0.255951455205554,0.0170261845882594,0.951926517020767,0.255951455205554,0.0245705885455674,0.923830050269111,0.00372988010201196,0.887756561219892 -8608,0.255951455205554,0.000112763673765857,0.858636405255581,0.255951455205554,0.0,1.02097759490928,0.255951455205554,0.000184354942103428,0.824131353199327,0.255951455205554,0.000934273375335364,0.941048009780172,0.255951455205554,0.0102256891891043,0.756733396191065,0.255951455205554,0.00679624810871318,0.822854496963865,0.5,0.255951455205554,0.0117793720226166,0.498393100155487,0.5,0.255951455205554,0.0373407027159902,0.622260141492305,0.5,0.255951455205554,0.00960994716418047,0.76076774072572,0.255951455205554,0.0113442729484512,0.361456621296643,0.00014510304051079,0.736227356824667,0.255951455205554,1.33279380661591e-05,0.774016573868579,0.5,0.255951455205554,0.000143076963560215,0.383576881034029,0.255951455205554,6.11934856680984e-05,0.933336274462444,0.255951455205554,0.000193527517901654,0.967386149521,0.255951455205554,2.79565001806607e-05,0.909074345922255,0.0,0.876349836815566 -8609,0.255951455205554,0.0,0.763337774209863,0.255951455205554,0.0,0.969006615264345,0.255951455205554,0.0,0.739369609498579,0.255951455205554,0.0,0.779328252878088,0.255951455205554,0.0,0.667436978593295,0.255951455205554,0.0,0.78565251403355,0.5,0.255951455205554,0.0,0.41853513387185,0.5,0.255951455205554,0.0,0.571963411955303,0.5,0.255951455205554,0.0,0.769577390319565,0.255951455205554,0.0,0.399327530471519,0.0,0.528473348895462,0.255951455205554,0.0,0.65324003962522,0.5,0.255951455205554,0.0,0.45535783232767,0.255951455205554,0.0,0.878098366082925,0.255951455205554,0.0,0.984323897795494,0.255951455205554,0.0,0.959340935246627,0.0,0.8739039128518 -8610,0.255951455205554,0.0,0.664706453126258,0.255951455205554,0.0,0.875285098967975,0.255951455205554,0.0,0.660821011436931,0.255951455205554,0.0,0.629196489881165,0.255951455205554,0.0,0.647631481367584,0.255951455205554,0.0,0.762869567308835,0.5,0.255951455205554,0.0,0.334730145108886,0.5,0.255951455205554,0.0,0.581842312319015,0.5,0.255951455205554,0.0,0.785746045665711,0.255951455205554,0.0,0.511558150239716,0.0,0.683718136169248,0.255951455205554,0.0,0.572655703859561,0.5,0.255951455205554,0.0,0.58329704960818,0.255951455205554,0.0,0.829331314775189,0.255951455205554,0.0,0.998302466726672,0.255951455205554,0.0,0.989749131663809,0.0,0.855259164033117 -8611,0.255951455205554,0.0,0.584851158493641,0.255951455205554,0.0,0.731617885649694,0.255951455205554,0.0,0.604810090562994,0.255951455205554,0.0,0.500198717803478,0.255951455205554,0.0,0.61505612198697,0.255951455205554,0.0,0.753677868683105,0.5,0.255951455205554,0.0,0.308277281259567,0.5,0.255951455205554,0.0,0.549994805399478,0.5,0.255951455205554,0.0,0.799625736578833,0.255951455205554,0.0,0.48517220565419,0.0,0.754548243097188,0.255951455205554,0.0,0.533550584589948,0.5,0.255951455205554,0.0,0.742256544116616,0.255951455205554,0.0,0.850883230348019,0.255951455205554,0.0,1.00622029683756,0.255951455205554,0.0,0.992534422376665,0.0,0.822562926855285 -8612,0.255951455205554,0.0,0.502542316143626,0.255951455205554,0.0,0.553160967005419,0.255951455205554,0.0,0.567356414202835,0.255951455205554,0.0,0.484194383925824,0.255951455205554,0.0,0.60667116257198,0.255951455205554,0.0,0.725562356291948,0.5,0.255951455205554,0.0,0.368034549053633,0.5,0.255951455205554,0.0,0.476440408668689,0.5,0.255951455205554,0.0,0.769412944944981,0.255951455205554,0.0,0.321562143321302,0.0,0.335249305591279,0.255951455205554,0.0,0.573869305318001,0.5,0.255951455205554,0.0,0.864224393543294,0.255951455205554,0.0,0.923887535957068,0.255951455205554,0.0,1.01933578132947,0.255951455205554,0.0,0.979594023499619,0.0,0.753175747903151 -8613,0.255951455205554,0.0,0.416309554189971,0.255951455205554,0.0,0.431751628082903,0.255951455205554,0.0,0.526886516987012,0.255951455205554,0.0,0.399870731255613,0.255951455205554,0.0,0.519725244736534,0.255951455205554,0.0,0.727711583113156,0.5,0.255951455205554,0.0,0.427782588308995,0.5,0.255951455205554,0.0,0.420151203116154,0.5,0.255951455205554,0.0,0.72896316616231,0.255951455205554,0.0,0.252399933575847,0.0,0.0687050676477767,0.255951455205554,0.0,0.570905585713919,0.5,0.255951455205554,0.0,0.839248820258988,0.255951455205554,0.0,0.943549015016206,0.255951455205554,0.0,1.01828142134494,0.255951455205554,0.0,0.970476115652997,0.0,0.652691404047349 -8614,0.255951455205554,0.0,0.322468223712561,0.255951455205554,0.0,0.371337626949922,0.255951455205554,0.0,0.456955202275183,0.255951455205554,0.0,0.344092215445982,0.255951455205554,0.0,0.438797055331206,0.255951455205554,0.0,0.694013699932006,0.5,0.255951455205554,0.0,0.393892563997961,0.5,0.255951455205554,0.0,0.441253017139405,0.5,0.255951455205554,0.0,0.776943383576077,0.255951455205554,0.0,0.221116152469729,0.0,0.0661424322261923,0.255951455205554,0.0,0.613300621292357,0.5,0.255951455205554,0.0,0.775536927876559,0.255951455205554,0.0,0.958978693704003,0.255951455205554,0.0,1.00373415401153,0.255951455205554,0.0,0.877554963588978,0.0,0.521425501893499 -8615,0.255951455205554,0.0,0.244108244939126,0.255951455205554,0.0,0.353419906998273,0.255951455205554,0.0,0.392837125553377,0.255951455205554,0.0,0.332415072739023,0.255951455205554,0.0,0.405141585678064,0.255951455205554,0.0,0.626464110275959,0.5,0.255951455205554,0.0,0.335320944990942,0.5,0.255951455205554,0.0,0.4859078050081,0.5,0.255951455205554,0.0,0.823625831022217,0.255951455205554,0.0,0.192450081094503,0.0,0.330481821663202,0.255951455205554,0.0,0.721701966807076,0.5,0.255951455205554,0.0,0.658300313917491,0.255951455205554,0.0,0.9308226708842,0.255951455205554,0.0,0.963248552666164,0.255951455205554,0.0,0.76460343332729,0.0,0.375395700487678 -8616,0.255951455205554,0.0,0.185429929161794,0.255951455205554,0.0,0.353099777624038,0.255951455205554,0.0,0.332919041794028,0.255951455205554,0.0,0.339078534201099,0.255951455205554,0.0,0.379766976878256,0.255951455205554,0.0,0.535337482360231,0.5,0.255951455205554,0.0,0.330876861895051,0.5,0.255951455205554,0.0,0.4478894288308,0.5,0.255951455205554,0.0,0.802476200589756,0.255951455205554,0.0,0.250283669486376,0.0,0.826978642964179,0.255951455205554,0.0,0.754528916735724,0.5,0.255951455205554,0.0,0.516689987314249,0.255951455205554,0.0,0.907580938335978,0.255951455205554,0.0,0.900204220440379,0.255951455205554,0.0,0.680055164688117,0.0,0.258833886534231 -8617,0.255951455205554,0.0,0.140117497189973,0.255951455205554,0.0,0.294585475466742,0.255951455205554,0.0,0.282722690231407,0.255951455205554,0.0,0.316360531036147,0.255951455205554,0.0,0.327231822206854,0.255951455205554,0.0,0.46173318745279,0.5,0.255951455205554,0.0,0.400395340465297,0.5,0.255951455205554,0.0,0.43392930454837,0.5,0.255951455205554,0.0,0.762195239397782,0.255951455205554,0.0,0.356993106490766,0.0,0.96230062843092,0.255951455205554,0.0,0.749852276624937,0.5,0.255951455205554,0.0,0.402607911549801,0.255951455205554,0.0,0.9193665304778,0.255951455205554,0.0,0.796855842454112,0.255951455205554,0.0,0.594097802211713,0.0,0.181250771739099 -8618,0.255951455205554,0.0,0.106190598836878,0.255951455205554,0.0,0.238565984519074,0.255951455205554,0.0,0.233813936606438,0.255951455205554,0.0,0.258970060474704,0.255951455205554,0.0,0.261652773504027,0.255951455205554,0.0,0.411526287918059,0.5,0.255951455205554,0.0,0.346065047532339,0.5,0.255951455205554,0.0,0.444991404755629,0.5,0.255951455205554,0.0,0.744055897909059,0.255951455205554,0.0,0.365862633882378,0.0,0.953370075308317,0.255951455205554,0.0,0.714691060441012,0.5,0.255951455205554,0.0,0.319276891469797,0.255951455205554,0.0,0.928488806732375,0.255951455205554,0.0,0.665944269351559,0.255951455205554,0.0,0.51616316768592,0.0,0.122161274861138 -8619,0.255951455205554,0.0,0.0821752037611502,0.255951455205554,0.0,0.14632796930644,0.255951455205554,0.0,0.180967553426188,0.255951455205554,0.0,0.183421327659406,0.255951455205554,0.0,0.180382788651785,0.255951455205554,0.0,0.344069085338825,0.5,0.255951455205554,0.0,0.257261377296884,0.5,0.255951455205554,0.0,0.434074100093887,0.5,0.255951455205554,0.0,0.687334678817223,0.255951455205554,0.0,0.307185816278262,0.0,0.85116362975696,0.255951455205554,0.0,0.639271235335251,0.5,0.255951455205554,0.0,0.256595378003889,0.255951455205554,0.0,0.876795900248997,0.255951455205554,0.0,0.528545693747725,0.255951455205554,0.0,0.419269912838204,0.0,0.06099200126262 -8620,0.255951455205554,0.0,0.0591008682686158,0.255951455205554,0.0,0.077641543933478,0.255951455205554,0.0,0.138910242810888,0.255951455205554,0.0,0.113300046605476,0.255951455205554,0.0,0.14044817693668,0.255951455205554,0.0,0.303284190321879,0.5,0.255951455205554,0.0,0.177583411970848,0.5,0.255951455205554,0.0,0.405857570472119,0.5,0.255951455205554,0.0,0.618633263236122,0.255951455205554,0.0,0.257936847556322,0.0,0.605226392232953,0.255951455205554,0.0,0.551295280593731,0.5,0.255951455205554,0.0,0.220546082752683,0.255951455205554,0.0,0.825530777369665,0.255951455205554,0.0,0.45496214554932,0.255951455205554,0.0,0.366236996086506,0.0,0.0268709993796081 -8621,0.255951455205554,0.0,0.0371318180253697,0.255951455205554,0.0,0.0517384149595479,0.255951455205554,0.0,0.103130323039487,0.255951455205554,0.0,0.051829906645427,0.255951455205554,0.0,0.118634531881878,0.255951455205554,0.0,0.274165671347207,0.5,0.255951455205554,0.0,0.138221745333336,0.5,0.255951455205554,0.0,0.366630660951952,0.5,0.255951455205554,0.0,0.559391062139739,0.255951455205554,0.0,0.266361812979887,0.0,0.303677962589909,0.255951455205554,0.0,0.462290472450874,0.5,0.255951455205554,0.0,0.189631527996481,0.255951455205554,0.0,0.790803636352448,0.255951455205554,0.0,0.409287485831243,0.255951455205554,0.0,0.348562524881319,0.0,0.0215630211569234 -8622,0.255951455205554,0.0,0.0216870429283668,0.255951455205554,0.0,0.0352154354068281,0.255951455205554,0.0,0.0726443482003144,0.255951455205554,0.0,0.00934126307408425,0.255951455205554,0.0,0.101244602081991,0.255951455205554,0.0,0.254638739311034,0.5,0.255951455205554,0.0,0.121884548645627,0.5,0.255951455205554,0.0,0.378613355823434,0.5,0.255951455205554,0.0,0.531948735052208,0.255951455205554,0.0,0.286989604647316,0.0,0.169780664206189,0.255951455205554,0.0,0.375321443628094,0.5,0.255951455205554,0.0,0.146699971555268,0.255951455205554,0.0,0.772482153084683,0.255951455205554,0.0,0.390093609785242,0.255951455205554,0.0,0.350272485583421,0.0,0.0197923505844822 -8623,0.255951455205554,0.0,0.0141200718939107,0.255951455205554,0.0,0.0149952664065796,0.255951455205554,0.0,0.052466388893188,0.255951455205554,0.0,0.000768678450149075,0.255951455205554,0.0,0.0799004000639932,0.255951455205554,0.0,0.232488681192813,0.5,0.255951455205554,0.0,0.0957387971076261,0.5,0.255951455205554,0.0,0.405796554469583,0.5,0.255951455205554,0.0,0.523084047045167,0.255951455205554,0.0,0.260019980443427,0.0,0.164323760826706,0.255951455205554,0.0,0.323314273529851,0.5,0.255951455205554,0.0,0.10348685816223,0.255951455205554,0.0,0.740250867771376,0.255951455205554,0.0,0.381300179068786,0.255951455205554,0.0,0.354626405043307,0.0,0.0286334223552727 -8624,0.255951455205554,0.0,0.0158035703349572,0.255951455205554,0.0,0.0114010468248808,0.255951455205554,0.0,0.0370504025669497,0.255951455205554,0.0,0.00266683101038952,0.255951455205554,0.0,0.0579427561628566,0.255951455205554,0.0,0.19962834881004,0.5,0.255951455205554,0.0,0.0689017322611853,0.5,0.255951455205554,0.0,0.38821093827686,0.5,0.255951455205554,0.0,0.494474794289052,0.255951455205554,0.0,0.208044787614728,0.0,0.216616018830266,0.255951455205554,0.0,0.286843566969666,0.5,0.255951455205554,0.0,0.0745131184411711,0.255951455205554,0.0,0.679518379068561,0.255951455205554,0.0,0.360427406067397,0.255951455205554,0.0,0.346640546384788,0.0,0.0462819078715938 -8625,0.255951455205554,0.0,0.0199300695566819,0.255951455205554,0.0,0.0141526735806203,0.255951455205554,0.0,0.0262036143924212,0.255951455205554,0.0,0.00519619977141753,0.255951455205554,0.0,0.0337496127709591,0.255951455205554,0.0,0.152926867172996,0.5,0.255951455205554,0.0,0.0487386824433318,0.5,0.255951455205554,0.000249128161599305,0.338635697084105,0.5,0.255951455205554,0.000901898716824796,0.433447056029033,0.255951455205554,0.0,0.168120238465715,0.0,0.316362904568232,0.255951455205554,0.000350092702202702,0.230376188996643,0.5,0.255951455205554,0.0,0.0531501325599347,0.255951455205554,0.000449682415967866,0.604618746759193,0.255951455205554,5.28239152568047e-07,0.301306029581347,0.255951455205554,2.15403567306871e-05,0.29926874585405,0.0,0.0505641586753326 -8626,0.255951455205554,0.0225128746416878,0.0234583224326973,0.255951455205554,0.0556174417178154,0.0116497576102076,0.255951455205554,0.0424288370478321,0.022036240581959,0.255951455205554,0.045306039903317,0.00951642747413902,0.255951455205554,0.030878474364819,0.0255401507211607,0.255951455205554,0.0468217270569828,0.138257102118736,0.5,0.255951455205554,0.019371447831473,0.0436630105125856,0.5,0.255951455205554,0.0225238037348646,0.292307691882433,0.5,0.255951455205554,0.0313301366617981,0.39237206719509,0.255951455205554,0.0139539382271638,0.184885538445429,0.0114953504568233,0.306409629382966,0.255951455205554,0.0499686027027298,0.196247434490783,0.5,0.255951455205554,0.06639531811029,0.0495075429749583,0.255951455205554,0.0160299197278017,0.539723901036726,0.255951455205554,0.0309309903051556,0.257816756075529,0.255951455205554,0.029200836903984,0.25965065777819,0.0264166714529073,0.036234774888611 -8627,0.255951455205554,0.127249728867847,0.0267097689312049,0.255951455205554,0.216768216338663,0.0139000415769558,0.255951455205554,0.19311140021824,0.0275043522755245,0.255951455205554,0.198269590637789,0.0196284952659579,0.255951455205554,0.134333475153193,0.0233245731674115,0.255951455205554,0.124383211672421,0.115728613514348,0.5,0.255951455205554,0.0641825211971735,0.042074468284652,0.5,0.255951455205554,0.0524180345744915,0.256456438020344,0.5,0.255951455205554,0.0900236036399545,0.334129790381013,0.255951455205554,0.0420683506673575,0.188039677317291,0.0753556647454253,0.212235124493067,0.255951455205554,0.137519154895714,0.179732946362067,0.5,0.255951455205554,0.195205380900388,0.0540181082521528,0.255951455205554,0.0496106546461151,0.438849896563819,0.255951455205554,0.0759719406306738,0.205484253675843,0.255951455205554,0.0823803218486881,0.212234494471589,0.184802059173727,0.0282753921319475 -8628,0.255951455205554,0.190422563461416,0.0359579549043746,0.255951455205554,0.325318263528208,0.0261156416120523,0.255951455205554,0.297922077714219,0.0421444593784551,0.255951455205554,0.307335761121371,0.0390876538513702,0.255951455205554,0.25283550141402,0.0268866201075791,0.255951455205554,0.207057585650336,0.0737813454351984,0.5,0.255951455205554,0.108824240741976,0.0410678954468278,0.5,0.255951455205554,0.0756824550574933,0.213743776118153,0.5,0.255951455205554,0.15086676370536,0.273220216735912,0.255951455205554,0.0790256949376354,0.183652675651366,0.26034364624158,0.149543114396918,0.255951455205554,0.190990555172479,0.170484458339377,0.5,0.255951455205554,0.278610400062594,0.0581323757926768,0.255951455205554,0.0724336118913846,0.327153259268046,0.255951455205554,0.096424087971888,0.165758947990419,0.255951455205554,0.119549480196177,0.168664741191717,0.302003474700411,0.0309900578883311 -8629,0.255951455205554,0.204859587052322,0.0535947378369335,0.255951455205554,0.35171468973718,0.0324973172297005,0.255951455205554,0.326693182873205,0.0644448529087759,0.255951455205554,0.347484039548275,0.0713193409032493,0.255951455205554,0.30164662106406,0.0315260571939634,0.255951455205554,0.268753284671298,0.0404771534389846,0.5,0.255951455205554,0.136506816615967,0.0576830491099258,0.5,0.255951455205554,0.087548739270527,0.174620125551423,0.5,0.255951455205554,0.167527204771732,0.220459831090669,0.255951455205554,0.114280321089612,0.21793062877061,0.351430529892064,0.124730645436588,0.255951455205554,0.178682822920644,0.151644102620775,0.5,0.255951455205554,0.294170994791206,0.0534318125330781,0.255951455205554,0.0810044993475691,0.253498774491513,0.255951455205554,0.104948905599484,0.134063052086587,0.255951455205554,0.171017589090463,0.14053621070951,0.353568040470045,0.0398150349909027 -8630,0.255951455205554,0.172386843695597,0.0706833044114143,0.255951455205554,0.297564088733549,0.0322530262934791,0.255951455205554,0.290546995518433,0.0888742661381052,0.255951455205554,0.265652544495856,0.117745316816598,0.255951455205554,0.282186763075278,0.0356505257429215,0.255951455205554,0.272285976771254,0.0180030043285229,0.5,0.255951455205554,0.130765243788846,0.0597118612034515,0.5,0.255951455205554,0.0963597293476042,0.136185868572283,0.5,0.255951455205554,0.136883815299258,0.166866204606269,0.255951455205554,0.107992529080291,0.22622565946188,0.310975723837253,0.112265066632495,0.255951455205554,0.147909880604295,0.12607702030915,0.5,0.255951455205554,0.272872570066767,0.0393571895338795,0.255951455205554,0.0595153099625428,0.210618306430643,0.255951455205554,0.109464997300633,0.099897079642881,0.255951455205554,0.180203705400278,0.106549047823884,0.327966024372587,0.0550159320801212 -8631,0.255951455205554,0.0875194154499808,0.0870794568766931,0.255951455205554,0.167178490070381,0.0307619209985695,0.255951455205554,0.188080360449401,0.0976694762719456,0.255951455205554,0.21420509544012,0.153408295651744,0.255951455205554,0.201170781885223,0.0316339289487422,0.255951455205554,0.218357293421996,0.00583865806115447,0.5,0.255951455205554,0.0829576409078094,0.0659486663581406,0.5,0.255951455205554,0.0669046376831062,0.102285681284257,0.5,0.255951455205554,0.0837837932830999,0.115241959546214,0.255951455205554,0.0564265381054455,0.19246098546349,0.199761123030386,0.0781244675791709,0.255951455205554,0.0727412666353357,0.0918548749780836,0.5,0.255951455205554,0.137791882570893,0.0254528511070477,0.255951455205554,0.0297833455063591,0.184510942978765,0.255951455205554,0.0867768097064658,0.0570996246696334,0.255951455205554,0.115793606676829,0.065338224357788,0.202011810221801,0.0614124554085109 -8632,0.255951455205554,3.06816494069389e-05,0.105846944691053,0.255951455205554,0.0,0.0404804918911606,0.255951455205554,0.0,0.0930112586283459,0.255951455205554,0.0,0.150309964715002,0.255951455205554,0.0206843954136652,0.0278979852461165,0.255951455205554,0.022412404296057,0.00228768989338658,0.5,0.255951455205554,0.0211572481800548,0.0690069632817377,0.5,0.255951455205554,0.0193753257037795,0.0674011917758303,0.5,0.255951455205554,0.0127715581952238,0.0716446636907104,0.255951455205554,0.0183270635731667,0.168001362346051,0.0,0.0586940178461466,0.255951455205554,0.000135485234192971,0.0605162109634731,0.5,0.255951455205554,0.0,0.0263215494766527,0.255951455205554,0.000147089174369944,0.149758807355856,0.255951455205554,0.0,0.0236013042875899,0.255951455205554,0.0,0.0295461230522074,0.0,0.0615924624797171 -8633,0.255951455205554,0.0,0.131878462029213,0.255951455205554,0.0,0.0397490047083992,0.255951455205554,0.0,0.0888128149994008,0.255951455205554,0.0,0.116636950354884,0.255951455205554,0.0,0.0304582082156251,0.255951455205554,0.0,0.00322835020179515,0.5,0.255951455205554,0.0,0.0650881138466734,0.5,0.255951455205554,0.0,0.0441107234818689,0.5,0.255951455205554,0.0,0.0395074131206081,0.255951455205554,0.0,0.116411352232281,0.0,0.0635730741517015,0.255951455205554,0.0,0.0434931666857669,0.5,0.255951455205554,0.0,0.0316164934254333,0.255951455205554,0.0,0.123024360250257,0.255951455205554,0.0,0.0108911346636755,0.255951455205554,0.0,0.0120880891062901,0.0,0.046101274078248 -8634,0.255951455205554,0.0,0.14220823226679,0.255951455205554,0.0,0.0348828498185546,0.255951455205554,0.0,0.0883840242339477,0.255951455205554,0.0,0.0900835042340119,0.255951455205554,0.0,0.0402771366184391,0.255951455205554,0.0,0.00897860178999037,0.5,0.255951455205554,0.0,0.0920158718825622,0.5,0.255951455205554,0.0,0.020403188337941,0.5,0.255951455205554,0.0,0.0208233031957415,0.255951455205554,0.0,0.128892412162502,0.0,0.0534185049592752,0.255951455205554,0.0,0.0338792785288103,0.5,0.255951455205554,0.0,0.0388487641777453,0.255951455205554,0.0,0.102769874505421,0.255951455205554,0.0,0.00573397875012561,0.255951455205554,0.0,0.00470679559019665,0.0,0.0649853664438447 -8635,0.255951455205554,0.0,0.145200560321058,0.255951455205554,0.0,0.0338509542892235,0.255951455205554,0.0,0.0928000529915278,0.255951455205554,0.0,0.0932532169423521,0.255951455205554,0.0,0.0540896554178904,0.255951455205554,0.0,0.0177302654257097,0.5,0.255951455205554,0.0,0.0970088837508549,0.5,0.255951455205554,0.0,0.014783424536468,0.5,0.255951455205554,0.0,0.00866489334387955,0.255951455205554,0.0,0.0841743412183897,0.0,0.0355096058315016,0.255951455205554,0.0,0.0287474933752355,0.5,0.255951455205554,0.0,0.0474768626686898,0.255951455205554,0.0,0.0796045335671209,0.255951455205554,0.0,0.00437791259637097,0.255951455205554,0.0,0.00318472482022262,0.0,0.121938226214713 -8636,0.255951455205554,0.0,0.162261273912598,0.255951455205554,0.0,0.0364077284187435,0.255951455205554,0.0,0.0974370880018227,0.255951455205554,0.0,0.105990362032849,0.255951455205554,0.0,0.0716972080325484,0.255951455205554,0.0,0.0284030137528636,0.5,0.255951455205554,0.0,0.130844496754194,0.5,0.255951455205554,0.0,0.0113525449159966,0.5,0.255951455205554,0.0,0.00454559379586087,0.255951455205554,0.0,0.11329425148056,0.0,0.0201686581721845,0.255951455205554,0.0,0.0248292752809301,0.5,0.255951455205554,0.0,0.0556104824651487,0.255951455205554,0.0,0.0562142670534948,0.255951455205554,0.0,0.00654654047891043,0.255951455205554,0.0,0.0053624241942213,0.0,0.180632597673972 -8637,0.255951455205554,0.0,0.203461983212583,0.255951455205554,0.0,0.0460742365039443,0.255951455205554,0.0,0.108857413990601,0.255951455205554,0.0,0.120407249700558,0.255951455205554,0.0,0.0908546070789299,0.255951455205554,0.0,0.0394656660072721,0.5,0.255951455205554,0.0,0.182644465565157,0.5,0.255951455205554,0.0,0.0143070483674386,0.5,0.255951455205554,0.0,0.00393519426347115,0.255951455205554,0.0,0.144756490562755,0.0,0.00861452363515359,0.255951455205554,0.0,0.0218617308889753,0.5,0.255951455205554,0.0,0.0615137488377055,0.255951455205554,0.0,0.0355883054390738,0.255951455205554,0.0,0.012413880870089,0.255951455205554,0.0,0.00840895008224314,0.0,0.236643959758877 -8638,0.255951455205554,0.0,0.253725479821526,0.255951455205554,0.0,0.0622550051728568,0.255951455205554,0.0,0.125177576837215,0.255951455205554,0.0,0.137799673600265,0.255951455205554,0.0,0.112274016376614,0.255951455205554,0.0,0.0526016134213603,0.5,0.255951455205554,0.0,0.230321382490921,0.5,0.255951455205554,0.0,0.0199470486720023,0.5,0.255951455205554,0.0,0.00554829539818875,0.255951455205554,0.0,0.17427698228307,0.0,0.00617535025644782,0.255951455205554,0.0,0.0210238259530056,0.5,0.255951455205554,0.0,0.0650770248000716,0.255951455205554,0.0,0.0208133633016311,0.255951455205554,0.0,0.0202847983949953,0.255951455205554,0.0,0.0114836535531036,0.0,0.33291073856544 -8639,0.255951455205554,0.0,0.286399194095781,0.255951455205554,0.0,0.0751279742293378,0.255951455205554,0.0,0.145704945629491,0.255951455205554,0.0,0.166271630370839,0.255951455205554,0.0,0.133418093989591,0.255951455205554,0.0,0.066537019895499,0.5,0.255951455205554,0.0,0.278642728130096,0.5,0.255951455205554,0.0,0.0290559063259829,0.5,0.255951455205554,0.0,0.00832803046611556,0.255951455205554,0.0,0.216530799048213,0.0,0.00964052677846131,0.255951455205554,0.0,0.0221601175768494,0.5,0.255951455205554,0.0,0.0714252691296332,0.255951455205554,0.0,0.0130027385931572,0.255951455205554,0.0,0.0272253379517755,0.255951455205554,0.0,0.0137800228005163,0.0,0.501465058713387 -8640,0.255951455205554,0.0,0.301747817539626,0.255951455205554,0.0,0.0900226066640269,0.255951455205554,0.0,0.156345957063253,0.255951455205554,0.0,0.195849995851695,0.255951455205554,0.0,0.165760202653246,0.255951455205554,0.0,0.088923507507613,0.5,0.255951455205554,0.0,0.337680285724948,0.5,0.255951455205554,0.0,0.0449395703770646,0.5,0.255951455205554,0.0,0.0124319226743522,0.255951455205554,0.0,0.301566628937426,0.0,0.0120528131270614,0.255951455205554,0.0,0.0236935377723243,0.5,0.255951455205554,0.0,0.0795455409392477,0.255951455205554,0.0,0.0113330055182143,0.255951455205554,0.0,0.0285553106574135,0.255951455205554,0.0,0.0151514085139301,0.0,0.545075274020449 -8641,0.255951455205554,0.0,0.315588625068484,0.255951455205554,0.0,0.102601485843107,0.255951455205554,0.0,0.148011332579304,0.255951455205554,0.0,0.195732935893777,0.255951455205554,0.0,0.211663700226102,0.255951455205554,0.0,0.125057246454705,0.5,0.255951455205554,0.0,0.407089540012193,0.5,0.255951455205554,0.0,0.0593228316799496,0.5,0.255951455205554,0.0,0.019146738881942,0.255951455205554,0.0,0.418379154049414,0.0,0.011201618091735,0.255951455205554,0.0,0.0250117014664178,0.5,0.255951455205554,0.0,0.0874155491661354,0.255951455205554,0.0,0.0122560024354019,0.255951455205554,0.0,0.0286971037362852,0.255951455205554,0.0,0.0180029626779332,0.0,0.477631771359174 -8642,0.255951455205554,0.0,0.305437952407801,0.255951455205554,0.0,0.102484748681491,0.255951455205554,0.0,0.130258603067581,0.255951455205554,0.0,0.172796011381404,0.255951455205554,0.0,0.252951422516878,0.255951455205554,0.0,0.185222041279313,0.5,0.255951455205554,0.0,0.483662817782156,0.5,0.255951455205554,0.0,0.108621312871729,0.5,0.255951455205554,0.0,0.0342746052888851,0.255951455205554,0.0,0.521305754049789,0.0,0.0168197250447365,0.255951455205554,0.0,0.0266715296157841,0.5,0.255951455205554,0.0,0.0897952567221634,0.255951455205554,0.0,0.0157997124198225,0.255951455205554,0.0,0.0295103787720894,0.255951455205554,0.0,0.0237379659744235,0.0,0.495354881386078 -8643,0.255951455205554,0.0,0.251800748349508,0.255951455205554,0.0,0.0856138513000256,0.255951455205554,0.0,0.115430157799467,0.255951455205554,0.0,0.141572322796426,0.255951455205554,0.0,0.300004796266869,0.255951455205554,0.0,0.266480337162251,0.5,0.255951455205554,0.0,0.540868710330909,0.5,0.255951455205554,0.0,0.173171479571738,0.5,0.255951455205554,0.0,0.0689791570983101,0.255951455205554,0.0,0.610838351409029,0.0,0.0222911339652041,0.255951455205554,0.0,0.029693835022096,0.5,0.255951455205554,0.0,0.0855386200827626,0.255951455205554,0.0,0.0187837235800671,0.255951455205554,0.0,0.0287075581472702,0.255951455205554,0.0,0.0303101274645196,0.0,0.483781701498925 -8644,0.255951455205554,0.0,0.192996461365471,0.255951455205554,0.0,0.0726790308868772,0.255951455205554,0.0,0.114815915729471,0.255951455205554,0.0,0.123330873266135,0.255951455205554,0.0,0.365010051229866,0.255951455205554,0.0,0.331413678187567,0.5,0.255951455205554,0.0,0.605946242777497,0.5,0.255951455205554,0.0,0.244464109856095,0.5,0.255951455205554,0.0,0.114357319733405,0.255951455205554,0.0,0.681048320659791,0.0,0.027664134609009,0.255951455205554,0.0,0.0346054014666946,0.5,0.255951455205554,0.0,0.078534432640433,0.255951455205554,0.0,0.0235062520305486,0.255951455205554,0.0,0.0382514221161734,0.255951455205554,0.0,0.0373788816342873,0.0,0.394783452266491 -8645,0.255951455205554,0.0,0.159076755132458,0.255951455205554,0.0,0.0721334953691323,0.255951455205554,0.0,0.127186247782833,0.255951455205554,0.0,0.125283218661834,0.255951455205554,0.0,0.46377974188156,0.255951455205554,0.0,0.405623524016762,0.5,0.255951455205554,0.0,0.726523862387937,0.5,0.255951455205554,0.0,0.332174809558439,0.5,0.255951455205554,0.0,0.183915686542589,0.255951455205554,0.0,0.839935116236116,0.0,0.0335907926167068,0.255951455205554,0.0,0.0433421765672455,0.5,0.255951455205554,0.0,0.0728015429849783,0.255951455205554,0.0,0.0344057579698136,0.255951455205554,0.0,0.0572326042542461,0.255951455205554,0.0,0.0441255658594672,0.0,0.31115382203854 -8646,0.255951455205554,0.0,0.147491230704314,0.255951455205554,0.0,0.0777265873180263,0.255951455205554,0.0,0.153880109712782,0.255951455205554,0.0,0.145428978248408,0.255951455205554,0.0,0.58140480865414,0.255951455205554,0.0,0.509943465093101,0.5,0.255951455205554,0.0,0.875364701305171,0.5,0.255951455205554,0.0,0.477273023790612,0.5,0.255951455205554,0.0,0.274724243566382,0.255951455205554,0.0,0.963351242257638,0.0,0.0449075233600881,0.255951455205554,0.0,0.0578830269359924,0.5,0.255951455205554,0.0,0.0721191218166088,0.255951455205554,0.0,0.047175766493651,0.255951455205554,0.0,0.0753462360278242,0.255951455205554,0.0,0.0551412669549095,0.0,0.279717428166437 -8647,0.255951455205554,0.0,0.150567846511655,0.255951455205554,0.0,0.098389650552379,0.255951455205554,0.0,0.199467422376083,0.255951455205554,0.0,0.191768557771491,0.255951455205554,0.0,0.693195481666274,0.255951455205554,0.0,0.663492963584992,0.5,0.255951455205554,0.0,0.966778373278316,0.5,0.255951455205554,0.0,0.642858420510742,0.5,0.255951455205554,0.0,0.40925552041269,0.255951455205554,0.0,0.999759171383949,0.0,0.0607159641611682,0.255951455205554,0.0,0.0759139264190847,0.5,0.255951455205554,0.0,0.0781266674007572,0.255951455205554,0.0,0.058707891204787,0.255951455205554,0.0,0.0928375472629437,0.255951455205554,0.0,0.0744427546250531,0.0,0.294232220263875 -8648,0.255951455205554,0.0,0.160290064372605,0.255951455205554,0.0,0.13440178493284,0.255951455205554,0.0,0.26308769040283,0.255951455205554,0.0,0.254274374183259,0.255951455205554,0.0,0.80104428536051,0.255951455205554,0.0,0.821459425827143,0.5,0.255951455205554,0.0,0.997488724692344,0.5,0.255951455205554,0.0,0.771208100318999,0.5,0.255951455205554,0.0,0.517180177746697,0.255951455205554,0.0,0.943919687575989,0.0,0.0760039782579493,0.255951455205554,0.0,0.0995358404719288,0.5,0.255951455205554,0.0,0.0896588437098745,0.255951455205554,0.0,0.0735607541428758,0.255951455205554,0.0,0.114654654967038,0.255951455205554,0.0,0.0908541024402802,0.0,0.327108480276683 -8649,0.255951455205554,0.0,0.172623745578604,0.255951455205554,0.0,0.154640750109366,0.255951455205554,0.0,0.304226649329828,0.255951455205554,0.0,0.305443109792762,0.255951455205554,0.0,0.867709147408448,0.255951455205554,0.0,0.904564406083356,0.5,0.255951455205554,0.0,0.992494423463656,0.5,0.255951455205554,0.000322174447523123,0.809215203373342,0.5,0.255951455205554,0.00292924052050428,0.596692392999335,0.255951455205554,0.0,0.880982281488029,0.0,0.101298900919362,0.255951455205554,0.000922742045281939,0.11233865082137,0.5,0.255951455205554,0.0,0.101883211303012,0.255951455205554,0.00237417834713066,0.0939504754498954,0.255951455205554,8.08423924657348e-06,0.127345073170158,0.255951455205554,0.000175128267892872,0.110486260340488,0.0,0.322889107733232 -8650,0.255951455205554,0.0297767167793144,0.180056419159497,0.255951455205554,0.0534430264528184,0.195692879076934,0.255951455205554,0.029974385205115,0.353107533607626,0.255951455205554,0.0290383608646867,0.349342818182906,0.255951455205554,0.0165233620569089,0.895302638465106,0.255951455205554,0.0262118748331418,0.935655658821475,0.5,0.255951455205554,0.0145936460499234,0.977980489868818,0.5,0.255951455205554,0.0273195582186245,0.802343162496389,0.5,0.255951455205554,0.0600802740356624,0.673518119904761,0.255951455205554,0.0102129273978034,0.75502346722409,0.114588245882136,0.147667848599194,0.255951455205554,0.116103429023599,0.1484193938633,0.5,0.255951455205554,0.0801760080234794,0.110872136442401,0.255951455205554,0.132690915155321,0.118755799692003,0.255951455205554,0.0925376958441104,0.155266304612955,0.255951455205554,0.0618210198451701,0.164050422177789,0.0275255276787093,0.296648835892858 -8651,0.255951455205554,0.192539227895235,0.190167484868758,0.255951455205554,0.21533315456952,0.236010858117545,0.255951455205554,0.129253655101997,0.403340495342556,0.255951455205554,0.14066961403815,0.389511728852056,0.255951455205554,0.0644789713489515,0.894014045326274,0.255951455205554,0.0769416093750242,0.930139752892267,0.5,0.255951455205554,0.0445965037415867,0.948906751868062,0.5,0.255951455205554,0.0610093857319534,0.83550331253033,0.5,0.255951455205554,0.114727085752738,0.71923829019809,0.255951455205554,0.0347452637671627,0.545542412992899,0.260574994784787,0.247849789159572,0.255951455205554,0.266870978096508,0.208720958783772,0.5,0.255951455205554,0.239301367619138,0.138500587553776,0.255951455205554,0.273277110248062,0.241656669439933,0.255951455205554,0.220254398305865,0.221046745682705,0.255951455205554,0.145293947579077,0.274636115476556,0.192969899981703,0.276755222052477 -8652,0.255951455205554,0.312391202171128,0.182692268750634,0.255951455205554,0.328600874149041,0.268369056410614,0.255951455205554,0.205446034465561,0.444796451931597,0.255951455205554,0.224024104829771,0.40235055073553,0.255951455205554,0.10130397538175,0.888318107174423,0.255951455205554,0.111162620726471,0.912977990416542,0.5,0.255951455205554,0.0667801503096494,0.903144320179498,0.5,0.255951455205554,0.083585509644711,0.837063510551995,0.5,0.255951455205554,0.146056617736607,0.748132104091943,0.255951455205554,0.0551293765530928,0.435030007705878,0.356718643514569,0.32915450989642,0.255951455205554,0.360416935896463,0.285202702785841,0.5,0.255951455205554,0.348054794818002,0.179005727520915,0.255951455205554,0.353114061564187,0.377307262068102,0.255951455205554,0.302903576541219,0.283066041772101,0.255951455205554,0.212480320419636,0.351838866623238,0.312531557913754,0.278991434571088 -8653,0.255951455205554,0.364503371328888,0.165635551786091,0.255951455205554,0.369639222460963,0.294890326661841,0.255951455205554,0.244277965849515,0.468587881257118,0.255951455205554,0.26755563303104,0.449220403796276,0.255951455205554,0.117787977629573,0.89174625599047,0.255951455205554,0.119781113927704,0.90716814499305,0.5,0.255951455205554,0.0761290770278873,0.835128628417886,0.5,0.255951455205554,0.0899185241238766,0.862074218986857,0.5,0.255951455205554,0.137840362303728,0.776854886086541,0.255951455205554,0.0608226393173868,0.257631464222139,0.378415441789019,0.340268662823161,0.255951455205554,0.36890280192483,0.321511900937846,0.5,0.255951455205554,0.383075213084698,0.205138147193954,0.255951455205554,0.358955374473522,0.468401671856081,0.255951455205554,0.328931230502735,0.35411285244578,0.255951455205554,0.217030777426908,0.445663930316209,0.363728820050283,0.2848886171359 -8654,0.255951455205554,0.345008134261548,0.157346071534077,0.255951455205554,0.342810856832202,0.31131013973299,0.255951455205554,0.23992824528042,0.479039858425561,0.255951455205554,0.254251075983154,0.434504586686674,0.255951455205554,0.112770089532544,0.896557362949958,0.255951455205554,0.101530676618858,0.909793935615079,0.5,0.255951455205554,0.0708234669495439,0.784655723296216,0.5,0.255951455205554,0.0753803985201389,0.867055963827599,0.5,0.255951455205554,0.102845194875586,0.801489904465925,0.255951455205554,0.0617643921886098,0.14811298383896,0.311561515541158,0.327284741252105,0.255951455205554,0.295713034349544,0.341119771418717,0.5,0.255951455205554,0.342093445104695,0.201640131872319,0.255951455205554,0.279985451841283,0.492926636397506,0.255951455205554,0.283058533943712,0.442949821568622,0.255951455205554,0.16804747014033,0.542834477601547,0.343041072816318,0.281190515306481 -8655,0.255951455205554,0.224607045793786,0.158325262536096,0.255951455205554,0.171404833988052,0.299412530284115,0.255951455205554,0.174185186655186,0.50073060318022,0.255951455205554,0.186706304346275,0.465147193486964,0.255951455205554,0.0830144433345183,0.898059211138808,0.255951455205554,0.0622570412213111,0.915475965464506,0.5,0.255951455205554,0.0513059679804249,0.768022686007363,0.5,0.255951455205554,0.0500999925925031,0.821925847873878,0.5,0.255951455205554,0.0593029714411391,0.793453544237592,0.255951455205554,0.0513948957442861,0.117508219256759,0.205800484489971,0.360650923311371,0.255951455205554,0.144377789665263,0.328796782781845,0.5,0.255951455205554,0.155855480921146,0.166861829955936,0.255951455205554,0.147775063114941,0.481894970150666,0.255951455205554,0.171546485787493,0.474020469291012,0.255951455205554,0.0939813460405176,0.65698497172917,0.24428030961429,0.262214423780558 -8656,0.255951455205554,0.0,0.17193348118359,0.255951455205554,0.0,0.294997490616482,0.255951455205554,0.0,0.492674964793043,0.255951455205554,0.0,0.476240945056124,0.255951455205554,0.0149763614480634,0.899024694124409,0.255951455205554,0.00877991571686123,0.925979870259889,0.5,0.255951455205554,0.0180318939373433,0.773014049393728,0.5,0.255951455205554,0.0161217113641148,0.705631016247397,0.5,0.255951455205554,0.00900479903199385,0.771811509287843,0.255951455205554,0.0157983418271878,0.148012625537043,0.0,0.466051633679267,0.255951455205554,0.0,0.288961050706979,0.5,0.255951455205554,0.0,0.142811887648136,0.255951455205554,0.0,0.460434245167334,0.255951455205554,0.0,0.492234005862679,0.255951455205554,0.0,0.736212580375023,0.0,0.246141702711744 -8657,0.255951455205554,0.0,0.194126986875415,0.255951455205554,0.0,0.309814273973837,0.255951455205554,0.0,0.508726332995075,0.255951455205554,0.0,0.515440280026558,0.255951455205554,0.0,0.907856057923905,0.255951455205554,0.0,0.933554789400724,0.5,0.255951455205554,0.0,0.782411845469324,0.5,0.255951455205554,0.0,0.585586362779033,0.5,0.255951455205554,0.0,0.717738214251519,0.255951455205554,0.0,0.262262983833539,0.0,0.518124919146125,0.255951455205554,0.0,0.287565635017995,0.5,0.255951455205554,0.0,0.127166552210112,0.255951455205554,0.0,0.469734480680376,0.255951455205554,0.0,0.442458443634673,0.255951455205554,0.0,0.779227796871493,0.0,0.259144722259041 -8658,0.255951455205554,0.0,0.203541188999008,0.255951455205554,0.0,0.290589002967641,0.255951455205554,0.0,0.542312718361169,0.255951455205554,0.0,0.579670339044334,0.255951455205554,0.0,0.92330801674543,0.255951455205554,0.0,0.955400016182728,0.5,0.255951455205554,0.0,0.813820425041732,0.5,0.255951455205554,0.0,0.513108868769138,0.5,0.255951455205554,0.0,0.669102154147323,0.255951455205554,0.0,0.503130484675499,0.0,0.475809523003846,0.255951455205554,0.0,0.34738774998824,0.5,0.255951455205554,0.0,0.117151968948704,0.255951455205554,0.0,0.519516146894503,0.255951455205554,0.0,0.429465353643313,0.255951455205554,0.0,0.754223198927235,0.0,0.291381459127774 -8659,0.255951455205554,0.0,0.202271725271303,0.255951455205554,0.0,0.250845529715279,0.255951455205554,0.0,0.553020106281385,0.255951455205554,0.0,0.584682437953486,0.255951455205554,0.0,0.915122715741665,0.255951455205554,0.0,0.954732709197641,0.5,0.255951455205554,0.0,0.855764111207628,0.5,0.255951455205554,0.0,0.481774773491635,0.5,0.255951455205554,0.0,0.641996334591766,0.255951455205554,0.0,0.730745072298787,0.0,0.438562451417586,0.255951455205554,0.0,0.392053600364372,0.5,0.255951455205554,0.0,0.114724960343206,0.255951455205554,0.0,0.576341577399418,0.255951455205554,0.0,0.467483091542996,0.255951455205554,0.0,0.731999937365763,0.0,0.354602555538951 -8660,0.255951455205554,0.0,0.196391812704416,0.255951455205554,0.0,0.246369913626321,0.255951455205554,0.0,0.547850889138249,0.255951455205554,0.0,0.549341736717558,0.255951455205554,0.0,0.887823656486297,0.255951455205554,0.0,0.942996991145893,0.5,0.255951455205554,0.0,0.896019576042323,0.5,0.255951455205554,0.0,0.45981194233617,0.5,0.255951455205554,0.0,0.649075690279019,0.255951455205554,0.0,0.882964969869455,0.0,0.410649315941986,0.255951455205554,0.0,0.385002757684085,0.5,0.255951455205554,0.0,0.108612666238162,0.255951455205554,0.0,0.556915181341344,0.255951455205554,0.0,0.5535662298343,0.255951455205554,0.0,0.781244973925022,0.0,0.458730938537984 -8661,0.255951455205554,0.0,0.189657360455337,0.255951455205554,0.0,0.266768226854344,0.255951455205554,0.0,0.553658232577955,0.255951455205554,0.0,0.552830545110732,0.255951455205554,0.0,0.869563915091706,0.255951455205554,0.0,0.93923677140419,0.5,0.255951455205554,0.0,0.917305594976924,0.5,0.255951455205554,0.0,0.449512788668989,0.5,0.255951455205554,0.0,0.64872497071629,0.255951455205554,0.0,0.952039182845942,0.0,0.355763852769667,0.255951455205554,0.0,0.351541462966809,0.5,0.255951455205554,0.0,0.10179418238734,0.255951455205554,0.0,0.503626999884692,0.255951455205554,0.0,0.631963529416969,0.255951455205554,0.0,0.834379745296672,0.0,0.552747861252563 -8662,0.255951455205554,0.0,0.190430599323199,0.255951455205554,0.0,0.261672134099801,0.255951455205554,0.0,0.565719139714391,0.255951455205554,0.0,0.579443276756194,0.255951455205554,0.0,0.856800999548126,0.255951455205554,0.0,0.935502944794653,0.5,0.255951455205554,0.0,0.916097301380007,0.5,0.255951455205554,0.0,0.433910885393631,0.5,0.255951455205554,0.0,0.645479028461936,0.255951455205554,0.0,0.970520297823228,0.0,0.309473845732845,0.255951455205554,0.0,0.312262573530705,0.5,0.255951455205554,0.0,0.0984432366154997,0.255951455205554,0.0,0.46088534901764,0.255951455205554,0.0,0.608442425675309,0.255951455205554,0.0,0.845819857342227,0.0,0.620404216605749 -8663,0.255951455205554,0.0,0.186826715467249,0.255951455205554,0.0,0.265972700193329,0.255951455205554,0.0,0.56765846551557,0.255951455205554,0.0,0.560617538950452,0.255951455205554,0.0,0.862503522410296,0.255951455205554,0.0,0.947355585416504,0.5,0.255951455205554,0.0,0.908340155426311,0.5,0.255951455205554,0.0,0.4077706927231,0.5,0.255951455205554,0.0,0.665948048637667,0.255951455205554,0.0,0.967979570981854,0.0,0.271352535703084,0.255951455205554,0.0,0.28449789818909,0.5,0.255951455205554,0.0,0.0896446550337304,0.255951455205554,0.0,0.446722315808052,0.255951455205554,0.0,0.560579891674062,0.255951455205554,0.0,0.840176594628118,0.0,0.647382759384002 -8664,0.255951455205554,0.0,0.155657202572173,0.255951455205554,0.0,0.246869067482812,0.255951455205554,0.0,0.546111754008258,0.255951455205554,0.0,0.520854633529079,0.255951455205554,0.0,0.887768031412087,0.255951455205554,0.0,0.963058994307964,0.5,0.255951455205554,0.0,0.91073360335332,0.5,0.255951455205554,0.0,0.391696719181687,0.5,0.255951455205554,0.0,0.707096537636225,0.255951455205554,0.0,0.956155447941571,0.0,0.229713755768766,0.255951455205554,0.0,0.267944908478331,0.5,0.255951455205554,0.0,0.0677053147084461,0.255951455205554,0.0,0.46592169869723,0.255951455205554,0.0,0.530983610516563,0.255951455205554,0.0,0.836572043079202,0.0,0.645006532499463 -8665,0.255951455205554,0.0,0.116808734170333,0.255951455205554,0.0,0.17330884607905,0.255951455205554,0.0,0.484248827160888,0.255951455205554,0.0,0.441957055942867,0.255951455205554,0.0,0.893122868455749,0.255951455205554,0.0,0.972788355556901,0.5,0.255951455205554,0.0,0.931478557900727,0.5,0.255951455205554,0.0,0.38575488903321,0.5,0.255951455205554,0.0,0.740985969040297,0.255951455205554,0.0,0.947638597055217,0.0,0.211333722211751,0.255951455205554,0.0,0.247452443377766,0.5,0.255951455205554,0.0,0.0430677224854408,0.255951455205554,0.0,0.495803208977693,0.255951455205554,0.0,0.513863942570213,0.255951455205554,0.0,0.833823429803637,0.0,0.582017434886192 -8666,0.255951455205554,0.0,0.0886536014632115,0.255951455205554,0.0,0.117962277288165,0.255951455205554,0.0,0.399115502118723,0.255951455205554,0.0,0.331861519691551,0.255951455205554,0.0,0.871676656539593,0.255951455205554,0.0,0.973766003021078,0.5,0.255951455205554,0.0,0.95262158434478,0.5,0.255951455205554,0.0,0.39799735797695,0.5,0.255951455205554,0.0,0.764482907745902,0.255951455205554,0.0,0.958775729050738,0.0,0.193725460222331,0.255951455205554,0.0,0.214231103819764,0.5,0.255951455205554,0.0,0.0285606802848617,0.255951455205554,0.0,0.503522908412949,0.255951455205554,0.0,0.488416155129534,0.255951455205554,0.0,0.841344442213803,0.0,0.476114718552944 -8667,0.255951455205554,0.0,0.0642132592480613,0.255951455205554,0.0,0.0953227277714471,0.255951455205554,0.0,0.31564886806712,0.255951455205554,0.0,0.251301971090299,0.255951455205554,0.0,0.810473287344703,0.255951455205554,0.0,0.964004609555057,0.5,0.255951455205554,0.0,0.963735610263828,0.5,0.255951455205554,0.0,0.433149871624263,0.5,0.255951455205554,0.0,0.778907005011488,0.255951455205554,0.0,0.97088506071455,0.0,0.147857238839026,0.255951455205554,0.0,0.175089969677702,0.5,0.255951455205554,0.0,0.019223657541444,0.255951455205554,0.0,0.498251375116643,0.255951455205554,0.0,0.428051888560354,0.255951455205554,0.0,0.839804259396555,0.0,0.420921677445954 -8668,0.255951455205554,0.0,0.0457332725503551,0.255951455205554,0.0,0.078722171270098,0.255951455205554,0.0,0.243577984813151,0.255951455205554,0.0,0.195135741444304,0.255951455205554,0.0,0.735593471593163,0.255951455205554,0.0,0.943815257882672,0.5,0.255951455205554,0.0,0.969858602581176,0.5,0.255951455205554,0.0,0.48009889027567,0.5,0.255951455205554,0.0,0.783579446214227,0.255951455205554,0.0,0.987875228923453,0.0,0.102645938826395,0.255951455205554,0.0,0.142613876470744,0.5,0.255951455205554,0.0,0.014740464522557,0.255951455205554,0.0,0.471770621140865,0.255951455205554,0.0,0.349728985936488,0.255951455205554,0.0,0.832051630867845,0.0,0.290431327462824 -8669,0.255951455205554,0.0,0.0391970159048386,0.255951455205554,0.0,0.0618304452082129,0.255951455205554,0.0,0.188175109161574,0.255951455205554,0.0,0.143535095092281,0.255951455205554,0.0,0.673535499210905,0.255951455205554,0.0,0.922784523516986,0.5,0.255951455205554,0.0,0.963952703608986,0.5,0.255951455205554,0.0,0.536151779611633,0.5,0.255951455205554,0.0,0.778560527784877,0.255951455205554,0.0,1.00879635206843,0.0,0.0891668515295038,0.255951455205554,0.0,0.11608796067658,0.5,0.255951455205554,0.0,0.0169153532311361,0.255951455205554,0.0,0.421770124800127,0.255951455205554,0.0,0.289733618914013,0.255951455205554,0.0,0.809715372554548,0.0,0.203502718588728 -8670,0.255951455205554,0.0,0.0409934398478362,0.255951455205554,0.0,0.0494417594022826,0.255951455205554,0.0,0.140522656297405,0.255951455205554,0.0,0.108749968662358,0.255951455205554,0.0,0.599911344077156,0.255951455205554,0.0,0.899034636536535,0.5,0.255951455205554,0.0,0.946852229733042,0.5,0.255951455205554,0.0,0.59844257110344,0.5,0.255951455205554,0.0,0.77626291101872,0.255951455205554,0.0,1.01083671702282,0.0,0.0730268470115636,0.255951455205554,0.0,0.0949726489829124,0.5,0.255951455205554,0.0,0.0211973038149649,0.255951455205554,0.0,0.361866594728398,0.255951455205554,0.0,0.246177647303987,0.255951455205554,0.0,0.746479254736564,0.0,0.166511218977105 -8671,0.255951455205554,0.0,0.0487608842204288,0.255951455205554,0.0,0.0286747415981305,0.255951455205554,0.0,0.101643870787211,0.255951455205554,0.0,0.0820503164089411,0.255951455205554,0.0,0.525479036987647,0.255951455205554,0.0,0.865084800681926,0.5,0.255951455205554,0.0,0.926991226374321,0.5,0.255951455205554,0.0,0.661737909752062,0.5,0.255951455205554,0.0,0.776290707486128,0.255951455205554,0.0,1.00860111796637,0.0,0.054292408805224,0.255951455205554,0.0,0.0784320802163001,0.5,0.255951455205554,0.0,0.0350367242533115,0.255951455205554,0.0,0.303544310123748,0.255951455205554,0.0,0.215933346193894,0.255951455205554,0.0,0.638928117865852,0.0,0.121567751866019 -8672,0.255951455205554,0.0,0.0711210217988716,0.255951455205554,0.0,0.0261991998394113,0.255951455205554,0.0,0.0696590862501827,0.255951455205554,0.0,0.0529657359486671,0.255951455205554,0.0,0.450546811362772,0.255951455205554,0.0,0.834405687645091,0.5,0.255951455205554,0.0,0.899260240493461,0.5,0.255951455205554,0.0,0.701706981600416,0.5,0.255951455205554,0.0,0.787314695097628,0.255951455205554,0.0,1.00923090573835,0.0,0.0407906266399657,0.255951455205554,0.0,0.0631371870913677,0.5,0.255951455205554,0.0,0.0614920808399129,0.255951455205554,0.0,0.269173305065522,0.255951455205554,0.0,0.188973525040021,0.255951455205554,0.0,0.574124486077728,0.0,0.110587712837513 -8673,0.255951455205554,0.0,0.0913031569367985,0.255951455205554,0.0,0.0311065482728194,0.255951455205554,0.0,0.05211366147042,0.255951455205554,0.0,0.0452110153444173,0.255951455205554,0.0,0.347823651575687,0.255951455205554,0.0,0.806504295638078,0.5,0.255951455205554,0.0,0.867569140516891,0.5,0.255951455205554,0.000465502377127224,0.71478297390759,0.5,0.255951455205554,0.00250635639446456,0.81056165572756,0.255951455205554,0.0,0.992648060143462,0.0,0.0276012332932319,0.255951455205554,0.000963741447285688,0.0596936419191224,0.5,0.255951455205554,0.0,0.0812921753924367,0.255951455205554,0.00189743201004174,0.271801911896895,0.255951455205554,4.74212172291141e-06,0.152472327660549,0.255951455205554,0.000126975765358356,0.553415104305761,0.0,0.147697913139256 -8674,0.255951455205554,0.0184799636498819,0.0947730756021922,0.255951455205554,0.0490875783960048,0.0299747809095784,0.255951455205554,0.0564036581733249,0.0409908447259742,0.255951455205554,0.0489874340129393,0.0378912101462986,0.255951455205554,0.0677685499223441,0.249801397450691,0.255951455205554,0.0885140187333487,0.773634415003902,0.5,0.255951455205554,0.0753306397435365,0.865260070175184,0.5,0.255951455205554,0.0504629990561769,0.757648645651426,0.5,0.255951455205554,0.0658523237709889,0.844305913955938,0.255951455205554,0.0621738164863151,0.980905919197122,0.115537593728469,0.0310476453616645,0.255951455205554,0.120766510070949,0.0565428562678993,0.5,0.255951455205554,0.0602871920743561,0.0917680895663584,0.255951455205554,0.111411706601618,0.304601690072696,0.255951455205554,0.109460101893884,0.118377722440766,0.255951455205554,0.0759843558424266,0.504203437551024,0.00531493283731866,0.230917169815357 -8675,0.255951455205554,0.102267192326053,0.097154176911584,0.255951455205554,0.190017807775339,0.0340202581729737,0.255951455205554,0.223292014881853,0.0316083532960384,0.255951455205554,0.215841043335197,0.0326018777814294,0.255951455205554,0.240486578782655,0.212722941185726,0.255951455205554,0.265842416248403,0.733653027427092,0.5,0.255951455205554,0.245884181328023,0.848518242699231,0.5,0.255951455205554,0.131523028145114,0.801693181542791,0.5,0.255951455205554,0.155906990307308,0.87901614417955,0.255951455205554,0.186415779395824,0.992304995023464,0.268608164037168,0.0332362538275352,0.255951455205554,0.274346436761441,0.0626272538359956,0.5,0.255951455205554,0.201862016214974,0.108543674858576,0.255951455205554,0.260913999374007,0.264326697407945,0.255951455205554,0.272118250439363,0.11264526722292,0.255951455205554,0.231851473692157,0.394285332324566,0.051728934566646,0.247282925902154 -8676,0.255951455205554,0.17525889824787,0.125719430425827,0.255951455205554,0.301538282320231,0.0452595370228607,0.255951455205554,0.341413777934805,0.0292941683597376,0.255951455205554,0.333485466812194,0.0372284265387373,0.255951455205554,0.371319315178119,0.185946211678333,0.255951455205554,0.399659864146926,0.699353100629055,0.5,0.255951455205554,0.392795981257004,0.756171307289317,0.5,0.255951455205554,0.215031506821516,0.830986476010122,0.5,0.255951455205554,0.226770983095266,0.880904006340659,0.255951455205554,0.297766772769258,0.981897043053755,0.367415296872269,0.0517991199036933,0.255951455205554,0.374092409343099,0.079318293365791,0.5,0.255951455205554,0.297126451698155,0.116150464469488,0.255951455205554,0.372971108669526,0.19837534214973,0.255951455205554,0.381522787540265,0.108397721908113,0.255951455205554,0.361082157857199,0.363002425313472,0.0371414603641572,0.414639332527832 -8677,0.255951455205554,0.198490089572157,0.174793177046104,0.255951455205554,0.355635459913693,0.0631396797268096,0.255951455205554,0.392592825381763,0.0490450652348448,0.255951455205554,0.384304038746783,0.0651482811560972,0.255951455205554,0.43360146247864,0.135181437028004,0.255951455205554,0.457880136347341,0.630118808240987,0.5,0.255951455205554,0.468348994877681,0.657868518756594,0.5,0.255951455205554,0.25663266331145,0.850611396993686,0.5,0.255951455205554,0.255252024574879,0.856067738463352,0.255951455205554,0.431821442828742,0.910701767408592,0.393819148576995,0.0807510326912337,0.255951455205554,0.385618325872804,0.0988125366082876,0.5,0.255951455205554,0.317065637128226,0.129027170105229,0.255951455205554,0.421660025045472,0.157792669535738,0.255951455205554,0.420432633783647,0.103125257501516,0.255951455205554,0.414772779386987,0.254475726014382,0.0335965396071454,0.494831465284653 -8678,0.255951455205554,0.181301900698423,0.198414011645878,0.255951455205554,0.226581197589299,0.0962619427574902,0.255951455205554,0.372207410222293,0.110338671402046,0.255951455205554,0.365022061385889,0.153383798415118,0.255951455205554,0.422157098770115,0.0914831776984734,0.255951455205554,0.438144887149469,0.485912759675416,0.5,0.255951455205554,0.46213199635902,0.560615122136644,0.5,0.255951455205554,0.252095019291055,0.827581981403898,0.5,0.255951455205554,0.242381029790313,0.783793335969061,0.255951455205554,0.47760989033986,0.869066811201139,0.334476358344735,0.111725579663685,0.255951455205554,0.288877122556655,0.0970941785816194,0.5,0.255951455205554,0.232552643656101,0.122280144473021,0.255951455205554,0.387306127872088,0.12310556616667,0.255951455205554,0.385352955674178,0.105071158506063,0.255951455205554,0.407176756790791,0.145171916929302,0.0549722304835398,0.48409311218797 -8679,0.255951455205554,0.154983805708403,0.16736711562445,0.255951455205554,0.0638443583366253,0.11410412056068,0.255951455205554,0.244501827590793,0.132152838358945,0.255951455205554,0.198368148608801,0.146679196126604,0.255951455205554,0.325309794010215,0.0625874415182912,0.255951455205554,0.296071142877353,0.312973585762705,0.5,0.255951455205554,0.345477991891789,0.411687845885954,0.5,0.255951455205554,0.196553843714339,0.736880795523152,0.5,0.255951455205554,0.168956487705875,0.609508822650439,0.255951455205554,0.3934907541086,0.806473021372081,0.211674062809054,0.134386993954446,0.255951455205554,0.114091751998928,0.0984042403071289,0.5,0.255951455205554,0.0935404110010991,0.10072038771894,0.255951455205554,0.209115100569918,0.0866965350389978,0.255951455205554,0.235994679926333,0.103093912618951,0.255951455205554,0.288674614795881,0.0891374841598258,0.131631823152261,0.35601081361751 -8680,0.255951455205554,0.0,0.118856711913939,0.255951455205554,0.0,0.10593131519239,0.255951455205554,0.000295365266341508,0.127587823031383,0.255951455205554,0.0,0.127891704446576,0.255951455205554,0.0508715233365028,0.0356962691123336,0.255951455205554,0.0323486701000306,0.23077129734989,0.5,0.255951455205554,0.0825060525096591,0.33476304482156,0.5,0.255951455205554,0.0684390948423038,0.58049830114833,0.5,0.255951455205554,0.0237441380569725,0.39577475731523,0.255951455205554,0.11097091984164,0.641156089282514,0.0,0.103726548094664,0.255951455205554,5.4968543288891e-07,0.0979834611876451,0.5,0.255951455205554,4.73107813312487e-06,0.0779955657927398,0.255951455205554,0.0,0.071947879050419,0.255951455205554,0.0,0.11546401204998,0.255951455205554,0.0,0.0651434413346569,0.0,0.25063988593177 -8681,0.255951455205554,0.0,0.0830691109420785,0.255951455205554,0.0,0.0710977106706385,0.255951455205554,0.0,0.09090382727417,0.255951455205554,0.0,0.0781474848376035,0.255951455205554,0.0,0.016643130410616,0.255951455205554,0.0,0.150608542162705,0.5,0.255951455205554,0.0,0.300859364639839,0.5,0.255951455205554,0.0,0.435903445379705,0.5,0.255951455205554,0.0,0.273473909629649,0.255951455205554,0.0,0.484307267649199,0.0,0.0558920269735281,0.255951455205554,0.0,0.0843357306325969,0.5,0.255951455205554,0.0,0.0556969032343196,0.255951455205554,0.0,0.0902787497806183,0.255951455205554,0.0,0.112672979327136,0.255951455205554,0.0,0.0584496440714979,0.0,0.128833013628474 -8682,0.255951455205554,0.0,0.0530929657661562,0.255951455205554,0.0,0.0483010621479265,0.255951455205554,0.0,0.0574633809543383,0.255951455205554,0.0,0.0534406924631919,0.255951455205554,0.0,0.0147691593601169,0.255951455205554,0.0,0.0665937347269722,0.5,0.255951455205554,0.0,0.215942536514177,0.5,0.255951455205554,0.0,0.334214470483904,0.5,0.255951455205554,0.0,0.20096158094407,0.255951455205554,0.0,0.364491953541593,0.0,0.0399181313485351,0.255951455205554,0.0,0.0583799130375856,0.5,0.255951455205554,0.0,0.0343468435983111,0.255951455205554,0.0,0.123798682474914,0.255951455205554,0.0,0.0914503106767694,0.255951455205554,0.0,0.0539020135523208,0.0,0.0690199604844348 -8683,0.255951455205554,0.0,0.0294728175252048,0.255951455205554,0.0,0.0459458254847496,0.255951455205554,0.0,0.0413883706524553,0.255951455205554,0.0,0.0425999101259451,0.255951455205554,0.0,0.0216375294475987,0.255951455205554,0.0,0.0325519867159704,0.5,0.255951455205554,0.0,0.121144448606612,0.5,0.255951455205554,0.0,0.24093317266978,0.5,0.255951455205554,0.0,0.133418596172404,0.255951455205554,0.0,0.223169713876874,0.0,0.024959401713239,0.255951455205554,0.0,0.0367803612800392,0.5,0.255951455205554,0.0,0.0249944625769983,0.255951455205554,0.0,0.131124362697515,0.255951455205554,0.0,0.0736006733940967,0.255951455205554,0.0,0.0508163401480711,0.0,0.0341368877058062 -8684,0.255951455205554,0.0,0.00780163798946998,0.255951455205554,0.0,0.041844138090133,0.255951455205554,0.0,0.0248770357142215,0.255951455205554,0.0,0.0189504752246714,0.255951455205554,0.0,0.0276234567838858,0.255951455205554,0.0,0.0258854652420298,0.5,0.255951455205554,0.0,0.0705331308392206,0.5,0.255951455205554,0.0,0.137851922101774,0.5,0.255951455205554,0.0,0.0792320620169483,0.255951455205554,0.0,0.137708532701988,0.0,0.0141476486351005,0.255951455205554,0.0,0.0238446299162715,0.5,0.255951455205554,0.0,0.0191383340066366,0.255951455205554,0.0,0.100496141994181,0.255951455205554,0.0,0.0603571335677127,0.255951455205554,0.0,0.0444708554896559,0.0,0.055657115671789 -8685,0.255951455205554,0.0,0.00818245604405778,0.255951455205554,0.0,0.0218908684509576,0.255951455205554,0.0,0.0172605172685855,0.255951455205554,0.0,0.00349989650389098,0.255951455205554,0.0,0.0320005692854352,0.255951455205554,0.0,0.0244993488517928,0.5,0.255951455205554,0.0,0.0486539830078361,0.5,0.255951455205554,0.0,0.0655951611544293,0.5,0.255951455205554,0.0,0.0529281525728232,0.255951455205554,0.0,0.078654709663273,0.0,0.00552153927435735,0.255951455205554,0.0,0.0167543649035825,0.5,0.255951455205554,0.0,0.0144474442266364,0.255951455205554,0.0,0.0690528811244923,0.255951455205554,0.0,0.0589780253987772,0.255951455205554,0.0,0.0398154358714098,0.0,0.136530384997966 -8686,0.255951455205554,0.0,0.0449121561625371,0.255951455205554,0.0,0.0118680428658956,0.255951455205554,0.0,0.0170066144360592,0.255951455205554,0.0,0.00472980146733405,0.255951455205554,0.0,0.035321037363357,0.255951455205554,0.0,0.0221942719965329,0.5,0.255951455205554,0.0,0.0440956851041767,0.5,0.255951455205554,0.0,0.0343222592879362,0.5,0.255951455205554,0.0,0.0440402849897241,0.255951455205554,0.0,0.0568328825386876,0.0,0.000831556407452556,0.255951455205554,0.0,0.0106873073398513,0.5,0.255951455205554,0.0,0.0124283245291603,0.255951455205554,0.0,0.0502103098222126,0.255951455205554,0.0,0.0566909448909171,0.255951455205554,0.0,0.0436351825536342,0.0,0.208991893993028 -8687,0.255951455205554,0.0,0.12894257820947,0.255951455205554,0.0,0.0238326646940843,0.255951455205554,0.0,0.0365486840118531,0.255951455205554,0.0,0.0387932814694356,0.255951455205554,0.0,0.040319147324006,0.255951455205554,0.0,0.0193621168009644,0.5,0.255951455205554,0.0,0.0407320728762328,0.5,0.255951455205554,0.0,0.0267660181187772,0.5,0.255951455205554,0.0,0.0436340346311266,0.255951455205554,0.0,0.0463756060429213,0.0,0.000240417981502908,0.255951455205554,0.0,0.00844333126746654,0.5,0.255951455205554,0.0,0.021948535133432,0.255951455205554,0.0,0.0357052556127478,0.255951455205554,0.0,0.0505281030668753,0.255951455205554,0.0,0.0511734175299968,0.0,0.303338790921995 -8688,0.255951455205554,0.0,0.253429094523034,0.255951455205554,0.0,0.0599374374524829,0.255951455205554,0.0,0.0674690113693273,0.255951455205554,0.0,0.0925783533049236,0.255951455205554,0.0,0.047604656010631,0.255951455205554,0.0,0.0179331601616308,0.5,0.255951455205554,0.0,0.0333427518839987,0.5,0.255951455205554,0.0,0.0195145774695979,0.5,0.255951455205554,0.0,0.0476277394593353,0.255951455205554,0.0,0.0383694106934703,0.0,0.00894864474901078,0.255951455205554,0.0,0.0116581901831591,0.5,0.255951455205554,0.0,0.0447195514479938,0.255951455205554,0.0,0.0286203255999989,0.255951455205554,0.0,0.0461308830682687,0.255951455205554,0.0,0.0614212253841511,0.0,0.451814283599472 -8689,0.255951455205554,0.0,0.393029153112477,0.255951455205554,0.0,0.1126554371823,0.255951455205554,0.0,0.111061295149636,0.255951455205554,0.0,0.147572661351486,0.255951455205554,0.0,0.0561766742593033,0.255951455205554,0.0,0.0178455081208602,0.5,0.255951455205554,0.0,0.0230024046245874,0.5,0.255951455205554,0.0,0.0170546788918047,0.5,0.255951455205554,0.0,0.0526370157715529,0.255951455205554,0.0,0.0275375983235481,0.0,0.0210138873068597,0.255951455205554,0.0,0.0227046023178832,0.5,0.255951455205554,0.0,0.0749981871094159,0.255951455205554,0.0,0.02710246687374,0.255951455205554,0.0,0.0491665170367332,0.255951455205554,0.0,0.075564061801765,0.0,0.616156984278387 -8690,0.255951455205554,0.0,0.509379842372196,0.255951455205554,0.0,0.196537267632438,0.255951455205554,0.0,0.167513577429582,0.255951455205554,0.0,0.215321502923209,0.255951455205554,0.0,0.0732964366435005,0.255951455205554,0.0,0.0179269089561894,0.5,0.255951455205554,0.0,0.0189645180877649,0.5,0.255951455205554,0.0,0.0173150098770631,0.5,0.255951455205554,0.0,0.0531119267080609,0.255951455205554,0.0,0.0115627885352887,0.0,0.0378902490114105,0.255951455205554,0.0,0.0398606509125625,0.5,0.255951455205554,0.0,0.123454966306587,0.255951455205554,0.0,0.038500535835552,0.255951455205554,0.0,0.0609908904285229,0.255951455205554,0.0,0.0948506293688448,0.0,0.864587690875071 -8691,0.255951455205554,0.0,0.6007949700508,0.255951455205554,0.0,0.291319321881602,0.255951455205554,0.0,0.22753770605796,0.255951455205554,0.0,0.309985837419508,0.255951455205554,0.0,0.0941073199918486,0.255951455205554,0.0,0.0225453959538086,0.5,0.255951455205554,0.0,0.0186353414656489,0.5,0.255951455205554,0.0,0.0182236428745592,0.5,0.255951455205554,0.0,0.0567982108557684,0.255951455205554,0.0,0.00539792063696915,0.0,0.0526741093055926,0.255951455205554,0.0,0.0586697276324927,0.5,0.255951455205554,0.0,0.187434037841601,0.255951455205554,0.0,0.0532227078751547,0.255951455205554,0.0,0.0857079093170763,0.255951455205554,0.0,0.105272270777847,0.0,0.965579462302514 -8692,0.255951455205554,0.0,0.664033730330383,0.255951455205554,0.0,0.427511737081087,0.255951455205554,0.0,0.290234779531751,0.255951455205554,0.0,0.399752594074738,0.255951455205554,0.0,0.115237506854342,0.255951455205554,0.0,0.0300202300148163,0.5,0.255951455205554,0.0,0.0236485788564523,0.5,0.255951455205554,0.0,0.0206429101242122,0.5,0.255951455205554,0.0,0.0610411144664316,0.255951455205554,0.0,0.00535128401316592,0.0,0.0756595434068439,0.255951455205554,0.0,0.0812803997191234,0.5,0.255951455205554,0.0,0.235681624596584,0.255951455205554,0.0,0.068730868820208,0.255951455205554,0.0,0.1196945793744,0.255951455205554,0.0,0.121124032156775,0.0,0.963165097757013 -8693,0.255951455205554,0.0,0.588604604876271,0.255951455205554,0.0,0.518039008946366,0.255951455205554,0.0,0.347268253527517,0.255951455205554,0.0,0.453501915706014,0.255951455205554,0.0,0.136715615307071,0.255951455205554,0.0,0.0375088285057623,0.5,0.255951455205554,0.0,0.0355216217993447,0.5,0.255951455205554,0.0,0.0244574953922822,0.5,0.255951455205554,0.0,0.0710372389269045,0.255951455205554,0.0,0.00660593374708462,0.0,0.0926349521864762,0.255951455205554,0.0,0.108945321206875,0.5,0.255951455205554,0.0,0.256803221637902,0.255951455205554,0.0,0.0979138541762619,0.255951455205554,0.0,0.150084081273691,0.255951455205554,0.0,0.138956121545966,0.0,0.955694958340177 -8694,0.255951455205554,0.0,0.433599862871114,0.255951455205554,0.0,0.490470622086052,0.255951455205554,0.0,0.394420829703428,0.255951455205554,0.0,0.472611502892534,0.255951455205554,0.0,0.150029198447039,0.255951455205554,0.0,0.0400449316306793,0.5,0.255951455205554,0.0,0.0585481490463049,0.5,0.255951455205554,0.0,0.0374928340628463,0.5,0.255951455205554,0.0,0.0884328310647265,0.255951455205554,0.0,0.0189137898261299,0.0,0.0804733834102067,0.255951455205554,0.0,0.135180039706352,0.5,0.255951455205554,0.0,0.289762009344234,0.255951455205554,0.0,0.132939879942984,0.255951455205554,0.0,0.175825141333177,0.255951455205554,0.0,0.134126539939132,0.0,0.96277822759984 -8695,0.255951455205554,0.0,0.42880104397187,0.255951455205554,0.0,0.574990101685655,0.255951455205554,0.0,0.464855233411527,0.255951455205554,0.0,0.517050803435439,0.255951455205554,0.0,0.171507709612302,0.255951455205554,0.0,0.0466889665882614,0.5,0.255951455205554,0.0,0.0620182132108854,0.5,0.255951455205554,0.0,0.0475149378662245,0.5,0.255951455205554,0.0,0.116970192155826,0.255951455205554,0.0,0.0327666178820277,0.0,0.13126085490447,0.255951455205554,0.0,0.176633936559457,0.5,0.255951455205554,0.0,0.268257757832726,0.255951455205554,0.0,0.17192070406096,0.255951455205554,0.0,0.202484639767466,0.255951455205554,0.0,0.134854825310875,0.0,0.955592384162201 -8696,0.255951455205554,0.0,0.451454870602522,0.255951455205554,0.0,0.67811857644044,0.255951455205554,0.0,0.5531066417504,0.255951455205554,0.0,0.579084829598182,0.255951455205554,0.0,0.264164024535989,0.255951455205554,0.0,0.0615366080005042,0.5,0.255951455205554,0.0,0.0567796805918764,0.5,0.255951455205554,0.0,0.076918542977793,0.5,0.255951455205554,0.0,0.148150191032491,0.255951455205554,0.0,0.0360198761664034,0.0,0.217145519471927,0.255951455205554,0.0,0.214627720303379,0.5,0.255951455205554,0.0,0.206097489165212,0.255951455205554,0.0,0.23575506913063,0.255951455205554,0.0,0.252085787026977,0.255951455205554,0.0,0.155501200349708,0.0,0.927382909264543 -8697,0.255951455205554,0.0,0.486955460474568,0.255951455205554,0.0,0.230605524848906,0.255951455205554,0.0,0.551289698266707,0.255951455205554,0.0,0.490164802854849,0.255951455205554,0.0,0.410170658126878,0.255951455205554,0.0,0.0975361928401048,0.5,0.255951455205554,0.0,0.065790849517252,0.5,0.255951455205554,0.00068215726934792,0.103526067984685,0.5,0.255951455205554,0.00278858704895678,0.197092166938956,0.255951455205554,0.0,0.0391498370841129,0.0,0.318638840783765,0.255951455205554,0.000302838916015967,0.238285618027709,0.5,0.255951455205554,0.0,0.145087764947049,0.255951455205554,0.00102726933973999,0.286238811173061,0.255951455205554,3.02151426228175e-06,0.316090678561016,0.255951455205554,0.000110064423608011,0.204875757558159,0.0,0.923203458258792 -8698,0.255951455205554,0.0140228569989152,0.547647049178475,0.255951455205554,0.0130844626131874,0.214165804613342,0.255951455205554,0.00509085807576768,0.529552033277336,0.255951455205554,0.00151711069304535,0.485848209519764,0.255951455205554,0.0110063561982468,0.628258035027333,0.255951455205554,0.0256998583065427,0.249804421522723,0.5,0.255951455205554,0.0361261508999994,0.111672165863063,0.5,0.255951455205554,0.0752147585552859,0.204070821231515,0.5,0.255951455205554,0.0691101028794945,0.343904806681699,0.255951455205554,0.03366931998378,0.0657476560844126,0.0287557397954881,0.270608263326505,0.255951455205554,0.0263618636338406,0.264120654744999,0.5,0.255951455205554,0.0095894179479724,0.108177209578141,0.255951455205554,0.0460840692553857,0.354044397300651,0.255951455205554,0.032070117429716,0.386577578571803,0.255951455205554,0.0508490943774629,0.30829052993034,0.012783872654864,0.990384577496266 -8699,0.255951455205554,0.0948570486817998,0.633742693061554,0.255951455205554,0.114644105615546,0.223488276403183,0.255951455205554,0.036318090218399,0.523616663594655,0.255951455205554,0.0312410558059965,0.500085766023279,0.255951455205554,0.0380659163739291,0.690213454783448,0.255951455205554,0.0619691385036076,0.512754651691167,0.5,0.255951455205554,0.109745821681976,0.247998887311432,0.5,0.255951455205554,0.161135297566147,0.398854426528124,0.5,0.255951455205554,0.157012840965461,0.595639909187231,0.255951455205554,0.114520488698967,0.11443190411305,0.05253405942611,0.227269172523976,0.255951455205554,0.0562355124812784,0.251128814618304,0.5,0.255951455205554,0.0464641716390876,0.163431534990099,0.255951455205554,0.0973619023840497,0.459147047901059,0.255951455205554,0.0563415205361773,0.527877046554364,0.255951455205554,0.0899342814711249,0.518524545245428,0.0252234021845975,0.99489604839112 -8700,0.255951455205554,0.0774920816013757,0.634760242486782,0.255951455205554,0.131057268204634,0.422644563547488,0.255951455205554,0.0718647238822451,0.514442764193179,0.255951455205554,0.103559505482454,0.499633172145246,0.255951455205554,0.055554399115074,0.674048680012141,0.255951455205554,0.0836870223623079,0.675013091015693,0.5,0.255951455205554,0.149192746285973,0.524733690226166,0.5,0.255951455205554,0.212977680907692,0.589595882251154,0.5,0.255951455205554,0.209755578224221,0.779063812761209,0.255951455205554,0.17559827173556,0.225798932516436,0.0629026062885734,0.047767480019315,0.255951455205554,0.073048162083407,0.215706806940928,0.5,0.255951455205554,0.124779469495444,0.358454776397995,0.255951455205554,0.119989543627286,0.524287655384773,0.255951455205554,0.0567559909248888,0.586852379510599,0.255951455205554,0.0872654056077784,0.653141851731185,0.0150650453954045,0.985036706617199 -8701,0.255951455205554,0.0454991366706253,0.556927941739222,0.255951455205554,0.0360440349962723,0.480991624508071,0.255951455205554,0.0710884753544223,0.534814776873313,0.255951455205554,0.17997581590021,0.54396236677955,0.255951455205554,0.054930457339338,0.644053114794358,0.255951455205554,0.0838776109807084,0.830709980835586,0.5,0.255951455205554,0.152245237409431,0.802089707611393,0.5,0.255951455205554,0.205849660828965,0.715007439791349,0.5,0.255951455205554,0.207079706886265,0.903858730892323,0.255951455205554,0.185975489302112,0.587173123967193,0.0704620152375533,0.123289615686647,0.255951455205554,0.0844907770504337,0.344519604285831,0.5,0.255951455205554,0.165582349289171,0.426849566144891,0.255951455205554,0.100557534938938,0.56695066317646,0.255951455205554,0.0448358349097274,0.536642828406929,0.255951455205554,0.0698190008273958,0.722725639424772,0.0324304127676581,0.923540406653476 -8702,0.255951455205554,0.0420557645942045,0.488747121360952,0.255951455205554,0.0216668611605429,0.430398994376817,0.255951455205554,0.0574965929642151,0.560356233657464,0.255951455205554,0.101508551629585,0.603976419456988,0.255951455205554,0.0452072743147257,0.591411602026004,0.255951455205554,0.0647705313966444,0.742247162869849,0.5,0.255951455205554,0.112261859020931,0.917717741686322,0.5,0.255951455205554,0.155195910360441,0.805356437144691,0.5,0.255951455205554,0.15151424012554,0.960229892960845,0.255951455205554,0.152964576485714,0.795265281712966,0.0911744843280529,0.435671267020766,0.255951455205554,0.0823435655830336,0.487440882074686,0.5,0.255951455205554,0.176770831443275,0.316662690353433,0.255951455205554,0.0716385544447136,0.644838560250207,0.255951455205554,0.0231573468941895,0.558269900363289,0.255951455205554,0.044379150329425,0.562762684121267,0.0388349871900313,0.85187500510182 -8703,0.255951455205554,0.0459404833175221,0.342403682385855,0.255951455205554,0.0122836999778304,0.486387682772602,0.255951455205554,0.0171287025239825,0.560255889173631,0.255951455205554,0.0180315853603705,0.659400606169979,0.255951455205554,0.0256221458010535,0.552419770097796,0.255951455205554,0.0359440427984221,0.75290518747151,0.5,0.255951455205554,0.0627167716915596,0.860560884011454,0.5,0.255951455205554,0.0913504096735941,0.839433020697379,0.5,0.255951455205554,0.0785379825931273,0.963420283050676,0.255951455205554,0.0878637937957006,0.850070408343282,0.116102406760125,0.706053380624936,0.255951455205554,0.0440436737359772,0.500265967174763,0.5,0.255951455205554,0.118253440042888,0.17273967547993,0.255951455205554,0.0316176749918472,0.537302222515207,0.255951455205554,0.0112385548871384,0.585814081655633,0.255951455205554,0.017435324518321,0.36947515563858,0.0293619109828815,0.753871062667183 -8704,0.255951455205554,0.0,0.184482504239554,0.255951455205554,0.0,0.455170841330642,0.255951455205554,0.000122502241161589,0.468517421032631,0.255951455205554,0.0,0.441063864646372,0.255951455205554,0.004426246370075,0.561580461953283,0.255951455205554,0.00749382863905065,0.727268213950258,0.5,0.255951455205554,0.0197545067563139,0.768158731006732,0.5,0.255951455205554,0.0304537667402632,0.80493246539376,0.5,0.255951455205554,0.0169291925729193,0.878130966872222,0.255951455205554,0.0315164518344905,0.864284790838954,0.0,0.671547183186803,0.255951455205554,0.0,0.453246668694095,0.5,0.255951455205554,0.0,0.0980581216841829,0.255951455205554,0.0,0.469907624217387,0.255951455205554,4.34461359829003e-05,0.617062584934884,0.255951455205554,4.57759454904823e-05,0.399220326417064,0.0,0.635081672617444 -8705,0.255951455205554,0.0,0.0749077197212896,0.255951455205554,0.0,0.223699808069267,0.255951455205554,0.0,0.346660859584182,0.255951455205554,0.0,0.262979605500215,0.255951455205554,0.0,0.530308874426815,0.255951455205554,0.0,0.631192694312925,0.5,0.255951455205554,0.0,0.591062193331622,0.5,0.255951455205554,7.70924612698457e-06,0.733094726728328,0.5,0.255951455205554,0.0,0.769682462585442,0.255951455205554,0.0,0.697676796728093,0.0,0.47182132206894,0.255951455205554,0.0,0.400520035324561,0.5,0.255951455205554,0.0,0.0655279872652513,0.255951455205554,0.0,0.596144543713052,0.255951455205554,0.0,0.65982375376231,0.255951455205554,0.0,0.512892853852832,0.0,0.391897875643512 -8706,0.255951455205554,0.0,0.0223164579711479,0.255951455205554,0.0,0.0599862746252016,0.255951455205554,0.0,0.218588079380573,0.255951455205554,0.0,0.156129152013218,0.255951455205554,0.0,0.457913826938212,0.255951455205554,0.0,0.568750077956934,0.5,0.255951455205554,0.0,0.49965865516853,0.5,0.255951455205554,0.0,0.653868277430753,0.5,0.255951455205554,0.0,0.797381564971571,0.255951455205554,0.0,0.345185141573046,0.0,0.326927989251451,0.255951455205554,0.0,0.284752929944392,0.5,0.255951455205554,0.0,0.0554497282468845,0.255951455205554,0.0,0.626270545258099,0.255951455205554,0.0,0.581902414159492,0.255951455205554,0.0,0.732380630549606,0.0,0.172740563127038 -8707,0.255951455205554,0.0,0.0036450903629511,0.255951455205554,0.0,0.00991677247951835,0.255951455205554,0.0,0.112524312653818,0.255951455205554,0.0,0.0799009690625357,0.255951455205554,0.0,0.363964528250523,0.255951455205554,0.0,0.587645481997265,0.5,0.255951455205554,0.0,0.426309108245497,0.5,0.255951455205554,0.0,0.460162673713815,0.5,0.255951455205554,0.0,0.748065922589815,0.255951455205554,0.0,0.193659572293163,0.0,0.127043662668903,0.255951455205554,0.0,0.201495947940736,0.5,0.255951455205554,0.0,0.0503502419472818,0.255951455205554,0.0,0.569624230935567,0.255951455205554,0.0,0.41199310480418,0.255951455205554,0.0,0.642162923668906,0.0,0.105665955559046 -8708,0.255951455205554,0.0,0.000800211273107819,0.255951455205554,0.0,0.00157509761186657,0.255951455205554,0.0,0.0463172492863531,0.255951455205554,0.0,0.0248615387983921,0.255951455205554,0.0,0.284558227423443,0.255951455205554,0.0,0.588565474909662,0.5,0.255951455205554,0.0,0.482099552222021,0.5,0.255951455205554,0.0,0.41973228010416,0.5,0.255951455205554,0.0,0.738126984652814,0.255951455205554,0.0,0.168311667529399,0.0,0.0216918799644936,0.255951455205554,0.0,0.125697460022069,0.5,0.255951455205554,0.0,0.0453318902400892,0.255951455205554,0.0,0.476340843202973,0.255951455205554,0.0,0.275600808323355,0.255951455205554,0.0,0.515963941200325,0.0,0.0938521908686796 -8709,0.255951455205554,0.0,0.0052543980895191,0.255951455205554,0.0,0.0015570618128584,0.255951455205554,0.0,0.0137587728153441,0.255951455205554,0.0,0.00104641374867048,0.255951455205554,0.0,0.188391852219006,0.255951455205554,0.0,0.518636635646502,0.5,0.255951455205554,0.0,0.55499842723786,0.5,0.255951455205554,0.0,0.433836127706223,0.5,0.255951455205554,0.0,0.713902994306773,0.255951455205554,0.0,0.235007140736299,0.0,0.0124176710506754,0.255951455205554,0.0,0.0727336850020196,0.5,0.255951455205554,0.0,0.0403140337583679,0.255951455205554,0.0,0.35122003370885,0.255951455205554,0.0,0.186285334090815,0.255951455205554,0.0,0.390261677349602,0.0,0.127998586104121 -8710,0.255951455205554,0.0,0.0293711469107072,0.255951455205554,0.0,0.00575997030139832,0.255951455205554,0.0,0.0041900778641926,0.255951455205554,0.0,5.49825905467779e-05,0.255951455205554,0.0,0.108168220127141,0.255951455205554,0.0,0.407806100623104,0.5,0.255951455205554,0.0,0.548253561144477,0.5,0.255951455205554,0.0,0.349633921341568,0.5,0.255951455205554,0.0,0.653115876388519,0.255951455205554,0.0,0.309681218884167,0.0,0.0238417953631422,0.255951455205554,0.0,0.0413056922892011,0.5,0.255951455205554,0.0,0.035525403480222,0.255951455205554,0.0,0.236328096355866,0.255951455205554,0.0,0.126358456990585,0.255951455205554,0.0,0.296149977467874,0.0,0.16627076777237 -8711,0.255951455205554,0.0,0.0792144331061498,0.255951455205554,0.0,0.00900518865294425,0.255951455205554,0.0,0.00409623524590087,0.255951455205554,0.0,0.00205439815271707,0.255951455205554,0.0,0.0620678940448295,0.255951455205554,0.0,0.246537172779103,0.5,0.255951455205554,0.0,0.429559849885539,0.5,0.255951455205554,0.0,0.295938311655843,0.5,0.255951455205554,0.0,0.527696826676707,0.255951455205554,0.0,0.432449083618373,0.0,0.0322727594032024,0.255951455205554,0.0,0.0317020437341552,0.5,0.255951455205554,0.0,0.030960998530655,0.255951455205554,0.0,0.153698609580229,0.255951455205554,0.0,0.0707705859523422,0.255951455205554,0.0,0.195072147475532,0.0,0.249165482714626 -8712,0.255951455205554,0.0,0.143364783157915,0.255951455205554,0.0,0.0203449897846804,0.255951455205554,0.0,0.0147256331636948,0.255951455205554,0.0,0.0190440132606441,0.255951455205554,0.0,0.0328454723184159,0.255951455205554,0.0,0.120544610900498,0.5,0.255951455205554,0.0,0.297749484691729,0.5,0.255951455205554,0.0,0.250190299856421,0.5,0.255951455205554,0.0,0.367063728276195,0.255951455205554,0.0,0.362787942143593,0.0,0.0324555412949649,0.255951455205554,0.0,0.0290963191934415,0.5,0.255951455205554,0.0,0.0250004110712624,0.255951455205554,0.0,0.108615807206309,0.255951455205554,0.0,0.0364690534931043,0.255951455205554,0.0,0.100454219319758,0.0,0.549021924461909 -8713,0.255951455205554,0.0,0.179190396865963,0.255951455205554,0.0,0.0313716807871063,0.255951455205554,0.0,0.046460789984733,0.255951455205554,0.0,0.0954015507327646,0.255951455205554,0.0,0.0167556236192772,0.255951455205554,0.0,0.057877390385927,0.5,0.255951455205554,0.0,0.203591401770253,0.5,0.255951455205554,0.0,0.230495574674748,0.5,0.255951455205554,0.0,0.227136024339431,0.255951455205554,0.0,0.217746775498215,0.0,0.0288677857789361,0.255951455205554,0.0,0.0234059862549189,0.5,0.255951455205554,0.0,0.0228710725075339,0.255951455205554,0.0,0.0753468758043148,0.255951455205554,0.0,0.0219524767521766,0.255951455205554,0.0,0.0374914596452615,0.0,0.741519739261528 -8714,0.255951455205554,0.0,0.24939287933945,0.255951455205554,0.0,0.0630320746037865,0.255951455205554,0.0,0.0963704277915545,0.255951455205554,0.0,0.195142641932542,0.255951455205554,0.0,0.00832135752086121,0.255951455205554,0.0,0.0221893206405698,0.5,0.255951455205554,0.0,0.128001139136726,0.5,0.255951455205554,0.0,0.135128109128911,0.5,0.255951455205554,0.0,0.107157683160276,0.255951455205554,0.0,0.139575643454654,0.0,0.016578069038449,0.255951455205554,0.0,0.0163965164841882,0.5,0.255951455205554,0.0,0.0235625143552104,0.255951455205554,0.0,0.0576563002441839,0.255951455205554,0.0,0.0189934999197728,0.255951455205554,0.0,0.0105363336021073,0.0,0.768768685769198 -8715,0.255951455205554,0.0,0.255460348356811,0.255951455205554,0.0,0.126515242251684,0.255951455205554,0.0,0.137797088064546,0.255951455205554,0.0,0.291431294274686,0.255951455205554,0.0,0.00843632159655884,0.255951455205554,0.0,0.00588908694264255,0.5,0.255951455205554,0.0,0.0646025538869115,0.5,0.255951455205554,0.0,0.0528770092922067,0.5,0.255951455205554,0.0,0.050238225309146,0.255951455205554,0.0,0.10096961491023,0.0,0.00765946751223162,0.255951455205554,0.0,0.0121903496319414,0.5,0.255951455205554,0.0,0.0251389988015287,0.255951455205554,0.0,0.0467468994373965,0.255951455205554,0.0,0.0192153452737326,0.255951455205554,0.0,0.00305794115545183,0.0,0.714109090145663 -8716,0.255951455205554,0.0,0.219595819901053,0.255951455205554,0.0,0.179278456991834,0.255951455205554,0.0,0.173410887850104,0.255951455205554,0.0,0.282442686974042,0.255951455205554,0.0,0.0171134548493695,0.255951455205554,0.0,0.00089031327153792,0.5,0.255951455205554,0.0,0.0221094825399373,0.5,0.255951455205554,0.0,0.0183398432733876,0.5,0.255951455205554,0.0,0.0234488930524199,0.255951455205554,0.0,0.0478925519065148,0.0,0.00298720383204896,0.255951455205554,0.0,0.0113198192024101,0.5,0.255951455205554,0.0,0.0332184171580326,0.255951455205554,0.0,0.0409743869686327,0.255951455205554,0.0,0.0187126384472704,0.255951455205554,0.0,0.00377125459745666,0.0,0.659063585987752 -8717,0.255951455205554,0.0,0.20286713726957,0.255951455205554,0.0,0.267328945075156,0.255951455205554,0.0,0.198694773039723,0.255951455205554,0.0,0.192084568645226,0.255951455205554,0.0,0.0356077915641461,0.255951455205554,0.0,0.00123210122693527,0.5,0.255951455205554,0.0,0.00578277399523527,0.5,0.255951455205554,0.0,0.00385561850577465,0.5,0.255951455205554,0.0,0.0113969214500967,0.255951455205554,0.0,0.00939835795971993,0.0,0.00123390222243901,0.255951455205554,0.0,0.0119121473491937,0.5,0.255951455205554,0.0,0.0512727620315622,0.255951455205554,0.0,0.0452366364960761,0.255951455205554,0.0,0.0232928808198094,0.255951455205554,0.0,0.00971336085448079,0.0,0.659358215068333 -8718,0.255951455205554,0.0,0.223694458865461,0.255951455205554,0.0,0.281932914142636,0.255951455205554,0.0,0.198412070534006,0.255951455205554,0.0,0.18658791073071,0.255951455205554,0.0,0.0651239830264693,0.255951455205554,0.0,0.00609584406353811,0.5,0.255951455205554,0.0,0.00219965299213196,0.5,0.255951455205554,0.0,0.00132096564670706,0.5,0.255951455205554,0.0,0.00623776530859078,0.255951455205554,0.0,0.00102069302469454,0.0,0.00121638813793301,0.255951455205554,0.0,0.0151819706704197,0.5,0.255951455205554,0.0,0.0814905336890351,0.255951455205554,0.0,0.0449095684502414,0.255951455205554,0.0,0.0307863277664287,0.255951455205554,0.0,0.0186241524370679,0.0,0.701399118416827 -8719,0.255951455205554,0.0,0.259744538109115,0.255951455205554,0.0,0.226240110931243,0.255951455205554,0.0,0.207942938685278,0.255951455205554,0.0,0.191897067911364,0.255951455205554,0.0,0.102266271364675,0.255951455205554,0.0,0.0171771863139848,0.5,0.255951455205554,0.0,0.00213206484099463,0.5,0.255951455205554,0.0,0.00170825513811245,0.5,0.255951455205554,0.0,0.0047255353733873,0.255951455205554,0.0,0.000172995858942764,0.0,0.00311591807758882,0.255951455205554,0.0,0.0226491112583621,0.5,0.255951455205554,0.0,0.114082108901369,0.255951455205554,0.0,0.0437379964634771,0.255951455205554,0.0,0.0393041185655149,0.255951455205554,0.0,0.022832728269442,0.0,0.740535026436629 -8720,0.255951455205554,0.0,0.263892143681145,0.255951455205554,0.0,0.14085721919638,0.255951455205554,0.0,0.219753100842442,0.255951455205554,0.0,0.240768757522922,0.255951455205554,0.0,0.114433083717153,0.255951455205554,0.0,0.0312435809028965,0.5,0.255951455205554,0.0,0.0038510618615974,0.5,0.255951455205554,0.0,0.00340097797459962,0.5,0.255951455205554,0.0,0.0052274545612771,0.255951455205554,0.0,0.000413715772142354,0.0,0.00657937807409608,0.255951455205554,0.0,0.0306602599196937,0.5,0.255951455205554,0.0,0.138306728796566,0.255951455205554,0.0,0.0400256008198223,0.255951455205554,0.0,0.0464343262355851,0.255951455205554,0.0,0.0251377283548033,0.0,0.743023809571504 -8721,0.255951455205554,0.0,0.238255464549966,0.255951455205554,0.0,0.0742994314505293,0.255951455205554,0.0,0.208291724762799,0.255951455205554,0.0,0.241709641139419,0.255951455205554,0.0,0.0989591209821634,0.255951455205554,0.0,0.0544051877825905,0.5,0.255951455205554,0.0,0.00786689629639799,0.5,0.255951455205554,0.000625360206072397,0.00355365099728262,0.5,0.255951455205554,0.00320045258419922,0.00631908311800699,0.255951455205554,0.0,0.00135712702259248,0.0,0.0108038177984607,0.255951455205554,0.000519404292620392,0.0432627432128693,0.5,0.255951455205554,0.0,0.16245507381833,0.255951455205554,0.00128824071184271,0.0376680475252797,0.255951455205554,2.66280293382928e-06,0.0544545749974317,0.255951455205554,8.81247056202063e-05,0.0278366435839459,0.0,0.702930899675396 -8722,0.255951455205554,0.0100924581554595,0.200673772968284,0.255951455205554,0.00437682621550316,0.0485121966463191,0.255951455205554,0.0133963963905406,0.19628008962688,0.255951455205554,0.0139020935700726,0.216530482657903,0.255951455205554,0.00889492735400913,0.102436318858334,0.255951455205554,0.0222131691035936,0.105379336288886,0.5,0.255951455205554,0.0304762641798794,0.0149647543692548,0.5,0.255951455205554,0.0640446658780834,0.00280586174045028,0.5,0.255951455205554,0.0739393872144896,0.0100011966635933,0.255951455205554,0.0476464780454104,0.00511288610025118,0.0423641969841128,0.0198012821302364,0.255951455205554,0.0471575013916866,0.0672310396662174,0.5,0.255951455205554,0.0189602968469626,0.187256192771492,0.255951455205554,0.0567762072904561,0.0466398920588513,0.255951455205554,0.0290682267079199,0.0807374928250861,0.255951455205554,0.0339015461909844,0.053706929836185,0.0126991594026627,0.64367637877631 -8723,0.255951455205554,0.112631614556822,0.1716455346974,0.255951455205554,0.0406529460381018,0.049295611228624,0.255951455205554,0.0846833244674111,0.17351620464946,0.255951455205554,0.123978279330782,0.185413539198632,0.255951455205554,0.0598086408106022,0.118681595336874,0.255951455205554,0.0543603198789826,0.127934141565239,0.5,0.255951455205554,0.069908525806959,0.0402014842638971,0.5,0.255951455205554,0.140722987725124,0.00618703846356677,0.5,0.255951455205554,0.157196491111593,0.0301140500195357,0.255951455205554,0.110459520132881,0.0252434648539738,0.111621439825335,0.0381876028210114,0.255951455205554,0.119968112726822,0.101425506349596,0.5,0.255951455205554,0.0558778314560993,0.1906030024795,0.255951455205554,0.133137109274508,0.0531897742530028,0.255951455205554,0.0751275675132785,0.117490965679628,0.255951455205554,0.0853290414050774,0.116867739678142,0.139936297503725,0.616428921734254 -8724,0.255951455205554,0.212976489085215,0.162885942734781,0.255951455205554,0.0848298393173761,0.0586571880861307,0.255951455205554,0.163071917430887,0.158818081219899,0.255951455205554,0.243816174658314,0.178320015559333,0.255951455205554,0.123207117077719,0.12718059830751,0.255951455205554,0.0703889389749979,0.120084473816499,0.5,0.255951455205554,0.0874213495448716,0.06827392974596,0.5,0.255951455205554,0.181814216374694,0.0180911386115276,0.5,0.255951455205554,0.215281430049603,0.0642105133940712,0.255951455205554,0.123555755083428,0.0877140422481282,0.177472235880839,0.0556294777985179,0.255951455205554,0.176803951720027,0.123290004896971,0.5,0.255951455205554,0.0758102786018765,0.206167270491305,0.255951455205554,0.185790496058905,0.0553576783030282,0.255951455205554,0.103961442555393,0.160212363690135,0.255951455205554,0.122665756497416,0.179993048221481,0.248064051027229,0.611085104030791 -8725,0.255951455205554,0.276674538670349,0.164781361447991,0.255951455205554,0.136822687584669,0.05491920278443,0.255951455205554,0.215646201543041,0.151569895359837,0.255951455205554,0.307936352886299,0.184217661796306,0.255951455205554,0.16631797392727,0.127194948956508,0.255951455205554,0.0681799461922409,0.113426754972321,0.5,0.255951455205554,0.0791175937326974,0.0915755859102866,0.5,0.255951455205554,0.185723807388978,0.033679484721889,0.5,0.255951455205554,0.222147517008485,0.0774872954606425,0.255951455205554,0.090311959022361,0.123700668486191,0.186402187513484,0.0701667267408043,0.255951455205554,0.189605214849691,0.130097291970311,0.5,0.255951455205554,0.0685577383300319,0.230505080100878,0.255951455205554,0.195436683599817,0.0589840080697004,0.255951455205554,0.098179378418449,0.156293813004895,0.255951455205554,0.120264725213614,0.184630029414698,0.316457459984371,0.614883344518297 -8726,0.255951455205554,0.283574154815579,0.170875463679353,0.255951455205554,0.224716252181111,0.0479848612435971,0.255951455205554,0.219965185001747,0.14868799873975,0.255951455205554,0.298103515328175,0.181065611538295,0.255951455205554,0.169945704537556,0.110084826744899,0.255951455205554,0.0628514230734927,0.102742241184338,0.5,0.255951455205554,0.066371162954667,0.120768270102741,0.5,0.255951455205554,0.157502146088547,0.0509190199519799,0.5,0.255951455205554,0.177958419959622,0.0788475442495275,0.255951455205554,0.066422051226352,0.15116054922097,0.1415382755116,0.106662516867652,0.255951455205554,0.151150625659069,0.131342064159696,0.5,0.255951455205554,0.0458284622843048,0.205169762988499,0.255951455205554,0.154424536805885,0.0582923526755919,0.255951455205554,0.0714513549725993,0.136829080653799,0.255951455205554,0.0871655046173248,0.166444387968981,0.31570708393948,0.629873114652997 -8727,0.255951455205554,0.217564362994754,0.179163984464181,0.255951455205554,0.185252760900463,0.0448719385656972,0.255951455205554,0.173767520511578,0.14605922472782,0.255951455205554,0.221757682578002,0.162166354940106,0.255951455205554,0.131904852477747,0.0978435091586984,0.255951455205554,0.0424531966754318,0.0873703796096026,0.5,0.255951455205554,0.0457960311704077,0.152935397899785,0.5,0.255951455205554,0.0997993107399835,0.0667032449601392,0.5,0.255951455205554,0.100056732548842,0.085194102805656,0.255951455205554,0.0515661876952909,0.134815358549107,0.0632807730115055,0.102955007413619,0.255951455205554,0.0792841501580672,0.118304516969785,0.5,0.255951455205554,0.0181669531440199,0.176797275245114,0.255951455205554,0.084515012560084,0.0527655702705583,0.255951455205554,0.0347294935163879,0.113269472492769,0.255951455205554,0.0456492229728366,0.133338761815207,0.235510204553516,0.643992240491431 -8728,0.255951455205554,0.0,0.161187083726363,0.255951455205554,0.0,0.0485394286072216,0.255951455205554,0.00248202951264458,0.140534033006552,0.255951455205554,0.0,0.136907236082926,0.255951455205554,0.0390730521297097,0.0871773993944763,0.255951455205554,0.0106257604264284,0.0811665922310152,0.5,0.255951455205554,0.0168110489207639,0.161067099686801,0.5,0.255951455205554,0.0312160692854286,0.0727138950747338,0.5,0.255951455205554,0.0224919687637928,0.0844888551996748,0.255951455205554,0.0279426333993676,0.0895056371768289,0.0,0.108844609350597,0.255951455205554,1.75039345984288e-06,0.100233357564072,0.5,0.255951455205554,0.000180211007390507,0.147585581786837,0.255951455205554,0.0,0.0472653639161269,0.255951455205554,2.29770092648404e-05,0.0798513019742898,0.255951455205554,8.16261725221595e-05,0.0889249667777012,0.0,0.647019077220968 -8729,0.255951455205554,0.0,0.141732579573342,0.255951455205554,0.0,0.0453334626962719,0.255951455205554,0.0,0.128833932892672,0.255951455205554,0.0,0.102842369427202,0.255951455205554,0.0,0.0741716246275593,0.255951455205554,0.0,0.0738792154101776,0.5,0.255951455205554,0.0,0.147911535387222,0.5,0.255951455205554,0.0,0.074006901565732,0.5,0.255951455205554,0.0,0.0758398101206526,0.255951455205554,0.0,0.109650623002249,0.0,0.133485216315109,0.255951455205554,0.0,0.0889034242891985,0.5,0.255951455205554,0.0,0.115772177799985,0.255951455205554,0.0,0.0480873407962385,0.255951455205554,0.0,0.0622659500250603,0.255951455205554,0.0,0.0687525232807728,0.0,0.657631365916818 -8730,0.255951455205554,0.0,0.13619121531181,0.255951455205554,0.0,0.0606449134442909,0.255951455205554,0.0,0.126447851928509,0.255951455205554,0.0,0.1076396724152,0.255951455205554,0.0,0.0667971216408655,0.255951455205554,0.0,0.0702732541917827,0.5,0.255951455205554,0.0,0.137238802297907,0.5,0.255951455205554,0.0,0.0774288709452437,0.5,0.255951455205554,0.0,0.0777550410526829,0.255951455205554,0.0,0.115347451716632,0.0,0.103995369654862,0.255951455205554,0.0,0.0791143893832803,0.5,0.255951455205554,0.0,0.105617483628851,0.255951455205554,0.0,0.0511365600945925,0.255951455205554,0.0,0.0586353595359648,0.255951455205554,0.0,0.0723832926699802,0.0,0.656510464673693 -8731,0.255951455205554,0.0,0.148293075228203,0.255951455205554,0.0,0.0560748045321469,0.255951455205554,0.0,0.139989919926384,0.255951455205554,0.0,0.122217857912204,0.255951455205554,0.0,0.0657455547219222,0.255951455205554,0.0,0.073376481625319,0.5,0.255951455205554,0.0,0.0837686527703368,0.5,0.255951455205554,0.0,0.0789934348125831,0.5,0.255951455205554,0.0,0.0700687253835825,0.255951455205554,0.0,0.094164797526332,0.0,0.083755637943933,0.255951455205554,0.0,0.076671941737146,0.5,0.255951455205554,0.0,0.088936189624996,0.255951455205554,0.0,0.0722720393446909,0.255951455205554,0.0,0.0634709701724213,0.255951455205554,0.0,0.0732424396594838,0.0,0.651661967186897 -8732,0.255951455205554,0.0,0.158709998363364,0.255951455205554,0.0,0.0728920342520605,0.255951455205554,0.0,0.149509133296003,0.255951455205554,0.0,0.149365410821427,0.255951455205554,0.0,0.0693255296914383,0.255951455205554,0.0,0.0652534851578121,0.5,0.255951455205554,0.0,0.0670588025361903,0.5,0.255951455205554,0.0,0.0719852912284005,0.5,0.255951455205554,0.0,0.0569985993321594,0.255951455205554,0.0,0.0455860399599703,0.0,0.0690229005431653,0.255951455205554,0.0,0.0667954531149334,0.5,0.255951455205554,0.0,0.0709893221142267,0.255951455205554,0.0,0.0824181528949391,0.255951455205554,0.0,0.0588957968820538,0.255951455205554,0.0,0.0861070722092557,0.0,0.667518670226736 -8733,0.255951455205554,0.0,0.174424938601743,0.255951455205554,0.0,0.0738915934970137,0.255951455205554,0.0,0.150942937035988,0.255951455205554,0.0,0.168140769600259,0.255951455205554,0.0,0.0786046221478488,0.255951455205554,0.0,0.0608620475749142,0.5,0.255951455205554,0.0,0.0457256489250504,0.5,0.255951455205554,0.0,0.0637683934365313,0.5,0.255951455205554,0.0,0.0481501632410677,0.255951455205554,0.0,0.0286841406129305,0.0,0.0501112892202543,0.255951455205554,0.0,0.0587919299172743,0.5,0.255951455205554,0.0,0.0756515406681315,0.255951455205554,0.0,0.0853501370639134,0.255951455205554,0.0,0.0606167288487616,0.255951455205554,0.0,0.0734206287788542,0.0,0.681443754041883 -8734,0.255951455205554,0.0,0.207186983558322,0.255951455205554,0.0,0.0749058161010696,0.255951455205554,0.0,0.150613741069322,0.255951455205554,0.0,0.1820145163934,0.255951455205554,0.0,0.0801565485894327,0.255951455205554,0.0,0.0413042057750495,0.5,0.255951455205554,0.0,0.0433257951281546,0.5,0.255951455205554,0.0,0.0446546165956792,0.5,0.255951455205554,0.0,0.0439058878711523,0.255951455205554,0.0,0.0171646651372592,0.0,0.0479709811564251,0.255951455205554,0.0,0.0617412671538769,0.5,0.255951455205554,0.0,0.0781337363781237,0.255951455205554,0.0,0.0822989811089238,0.255951455205554,0.0,0.0765840342217008,0.255951455205554,0.0,0.0898149543246923,0.0,0.688724986773596 -8735,0.255951455205554,0.0,0.271886044830599,0.255951455205554,0.0,0.115245875099698,0.255951455205554,0.0,0.16103721775073,0.255951455205554,0.0,0.19691406024346,0.255951455205554,0.0,0.0750423006582479,0.255951455205554,0.0,0.0334038949137153,0.5,0.255951455205554,0.0,0.0426783951730575,0.5,0.255951455205554,0.0,0.0427771646289302,0.5,0.255951455205554,0.0,0.0443341019091772,0.255951455205554,0.0,0.0248561836178525,0.0,0.0344595766182615,0.255951455205554,0.0,0.0545499582837993,0.5,0.255951455205554,0.0,0.0723238251658438,0.255951455205554,0.0,0.0779901680136116,0.255951455205554,0.0,0.0867688761991524,0.255951455205554,0.0,0.08708026006557,0.0,0.660780522534066 -8736,0.255951455205554,0.0,0.343551774913773,0.255951455205554,0.0,0.111734760564492,0.255951455205554,0.0,0.175067884630067,0.255951455205554,0.0,0.204228282803218,0.255951455205554,0.0,0.0775074883673871,0.255951455205554,0.0,0.0402016454453551,0.5,0.255951455205554,0.0,0.033526486383117,0.5,0.255951455205554,0.0,0.0383494875600554,0.5,0.255951455205554,0.0,0.041123607660692,0.255951455205554,0.0,0.0122590414201416,0.0,0.0269618081407795,0.255951455205554,0.0,0.0502696491304051,0.5,0.255951455205554,0.0,0.080746398505185,0.255951455205554,0.0,0.0723342957657796,0.255951455205554,0.0,0.0807558019721777,0.255951455205554,0.0,0.0756162481682432,0.0,0.642595365469939 -8737,0.255951455205554,0.0,0.385097502454313,0.255951455205554,0.0,0.126069068023266,0.255951455205554,0.0,0.177543364501506,0.255951455205554,0.0,0.205486537383536,0.255951455205554,0.0,0.0870929937128044,0.255951455205554,0.0,0.0416887834532337,0.5,0.255951455205554,0.0,0.0290287441511651,0.5,0.255951455205554,0.0,0.0383447841697028,0.5,0.255951455205554,0.0,0.0372093328142763,0.255951455205554,0.0,0.0177379023583099,0.0,0.0219424569594289,0.255951455205554,0.0,0.0479367423473241,0.5,0.255951455205554,0.0,0.0942636450904564,0.255951455205554,0.0,0.0666068713091732,0.255951455205554,0.0,0.0751192189535218,0.255951455205554,0.0,0.0584784933197019,0.0,0.657107379483033 -8738,0.255951455205554,0.0,0.387681975770997,0.255951455205554,0.0,0.166224764526642,0.255951455205554,0.0,0.173785273293756,0.255951455205554,0.0,0.17869594965197,0.255951455205554,0.0,0.103533762450738,0.255951455205554,0.0,0.0438351408015113,0.5,0.255951455205554,0.0,0.0233140098130651,0.5,0.255951455205554,0.0,0.0379538389048242,0.5,0.255951455205554,0.0,0.0336346991811788,0.255951455205554,0.0,0.010711799375785,0.0,0.0250710972178711,0.255951455205554,0.0,0.0498945761797333,0.5,0.255951455205554,0.0,0.115325112224335,0.255951455205554,0.0,0.0610507409534599,0.255951455205554,0.0,0.0656867751083272,0.255951455205554,0.0,0.0364524070818734,0.0,0.666514688987648 -8739,0.255951455205554,0.0,0.362483717122052,0.255951455205554,0.0,0.192950786459564,0.255951455205554,0.0,0.168710101046021,0.255951455205554,0.0,0.158746939987633,0.255951455205554,0.0,0.116817271357617,0.255951455205554,0.0,0.0546941449515087,0.5,0.255951455205554,0.0,0.0192331818128874,0.5,0.255951455205554,0.0,0.0393791725833281,0.5,0.255951455205554,0.0,0.0279583311811274,0.255951455205554,0.0,0.00684234712052776,0.0,0.0311949326675397,0.255951455205554,0.0,0.0542088459239004,0.5,0.255951455205554,0.0,0.130463630210074,0.255951455205554,0.0,0.0618494449689894,0.255951455205554,0.0,0.0530379071789625,0.255951455205554,0.0,0.0244112163937267,0.0,0.664038057401335 -8740,0.255951455205554,0.0,0.336452246012635,0.255951455205554,0.0,0.186183631796708,0.255951455205554,0.0,0.167035903543218,0.255951455205554,0.0,0.159991502035624,0.255951455205554,0.0,0.11874807763086,0.255951455205554,0.0,0.0566572701540535,0.5,0.255951455205554,0.0,0.0170096978211006,0.5,0.255951455205554,0.0,0.038567456416317,0.5,0.255951455205554,0.0,0.0260432932991043,0.255951455205554,0.0,0.00963227203174651,0.0,0.0343896018505529,0.255951455205554,0.0,0.0557560410413847,0.5,0.255951455205554,0.0,0.143369460499101,0.255951455205554,0.0,0.0539616367495994,0.255951455205554,0.0,0.0635812130205271,0.255951455205554,0.0,0.0272303486133285,0.0,0.653836643698515 -8741,0.255951455205554,0.0,0.337898639515039,0.255951455205554,0.0,0.178231579922385,0.255951455205554,0.0,0.174260041066963,0.255951455205554,0.0,0.165071079209006,0.255951455205554,0.0,0.116114356984727,0.255951455205554,0.0,0.0531342723845822,0.5,0.255951455205554,0.0,0.0140256303784741,0.5,0.255951455205554,0.0,0.0305557156332291,0.5,0.255951455205554,0.0,0.0242383158330756,0.255951455205554,0.0,0.0102376834986106,0.0,0.0474816080848104,0.255951455205554,0.0,0.0614460840081943,0.5,0.255951455205554,0.0,0.167976226510915,0.255951455205554,0.0,0.0486664074674895,0.255951455205554,0.0,0.0729415231701763,0.255951455205554,0.0,0.0319035847923488,0.0,0.628883261501192 -8742,0.255951455205554,0.0,0.35345009845717,0.255951455205554,0.0,0.191878602849228,0.255951455205554,0.0,0.184838645582459,0.255951455205554,0.0,0.172936976434703,0.255951455205554,0.0,0.116431836933029,0.255951455205554,0.0,0.0538081619535306,0.5,0.255951455205554,0.0,0.014317804223544,0.5,0.255951455205554,0.0,0.0200825413824274,0.5,0.255951455205554,0.0,0.019348989705697,0.255951455205554,0.0,0.0103426586528104,0.0,0.0617126724053468,0.255951455205554,0.0,0.0750771416669131,0.5,0.255951455205554,0.0,0.191584322517121,0.255951455205554,0.0,0.0466908819729268,0.255951455205554,0.0,0.0861210437786848,0.255951455205554,0.0,0.0382665659734782,0.0,0.591834149260552 -8743,0.255951455205554,0.0,0.371955805843763,0.255951455205554,0.0,0.181850510067089,0.255951455205554,0.0,0.192545881982712,0.255951455205554,0.0,0.179112900789809,0.255951455205554,0.0,0.113720496687788,0.255951455205554,0.0,0.0392908613259434,0.5,0.255951455205554,0.0,0.0146403050978323,0.5,0.255951455205554,0.0,0.0121153179881465,0.5,0.255951455205554,0.0,0.016606842294415,0.255951455205554,0.0,0.0101086650487475,0.0,0.0701640617855598,0.255951455205554,0.0,0.0907491376053422,0.5,0.255951455205554,0.0,0.206921838967392,0.255951455205554,0.0,0.0494735396919722,0.255951455205554,0.0,0.106913204304022,0.255951455205554,0.0,0.047748583250271,0.0,0.568436073286076 -8744,0.255951455205554,0.0,0.3794979396739,0.255951455205554,0.0,0.179590581579043,0.255951455205554,0.0,0.195585053137369,0.255951455205554,0.0,0.178430398138733,0.255951455205554,0.0,0.102146155664048,0.255951455205554,0.0,0.0244095301752143,0.5,0.255951455205554,0.0,0.00841127969807467,0.5,0.255951455205554,0.0,0.00966523183483026,0.5,0.255951455205554,0.0,0.0146029355893382,0.255951455205554,0.0,0.00531977165408621,0.0,0.0755648776248072,0.255951455205554,0.0,0.104754264060003,0.5,0.255951455205554,0.0,0.211294136548168,0.255951455205554,0.0,0.0517122787011356,0.255951455205554,0.0,0.133091092895585,0.255951455205554,0.0,0.0609330495520146,0.0,0.575590220397365 -8745,0.255951455205554,0.0,0.364289874325025,0.255951455205554,0.0,0.178240892923069,0.255951455205554,0.0,0.191780464573857,0.255951455205554,0.0,0.166877286459306,0.255951455205554,0.0,0.0841379743118869,0.255951455205554,0.0,0.0150572797096946,0.5,0.255951455205554,0.0,0.00525064982162603,0.5,0.255951455205554,0.000358344763871512,0.00900491612031443,0.5,0.255951455205554,0.00205365156841315,0.0127171378469717,0.255951455205554,0.0,0.00123491923559542,0.0,0.100403975183705,0.255951455205554,6.75048962153777e-05,0.116751925145454,0.5,0.255951455205554,0.0,0.21299651618732,0.255951455205554,0.000442149323661761,0.0495336997037519,0.255951455205554,1.3126552796821e-07,0.13979422117133,0.255951455205554,1.09772158828826e-05,0.0738706109391685,0.0,0.602898665738393 -8746,0.255951455205554,0.00850263555070743,0.341907192229133,0.255951455205554,0.0048547167008024,0.178844098954683,0.255951455205554,0.0262870260574521,0.185313223997762,0.255951455205554,0.0350761717309427,0.163720602682711,0.255951455205554,0.049482733958143,0.0733306023066004,0.255951455205554,0.0305114285735215,0.0131968590217343,0.5,0.255951455205554,0.06377183869608,0.00392881230122888,0.5,0.255951455205554,0.0263471646851298,0.0131726151696949,0.5,0.255951455205554,0.0417780585288062,0.0158224591721268,0.255951455205554,0.0717652372056019,0.00108968940839094,0.00286951454528877,0.132290659830733,0.255951455205554,0.00328195644517254,0.13447605597102,0.5,0.255951455205554,0.00132192972103951,0.221103924227976,0.255951455205554,0.0114563206418359,0.0545139912427572,0.255951455205554,0.00819009360093707,0.141915726139087,0.255951455205554,0.0114209712200916,0.0867226714099654,0.00567991111062041,0.652321683476112 -8747,0.255951455205554,0.121964846098676,0.328060099031065,0.255951455205554,0.0286950322953759,0.177569948421358,0.255951455205554,0.1409129191045,0.179308521206842,0.255951455205554,0.194673792349968,0.162444295967867,0.255951455205554,0.205658639834691,0.0688145304387385,0.255951455205554,0.113633894270124,0.00981414856718229,0.5,0.255951455205554,0.203845142297795,0.00253586616474245,0.5,0.255951455205554,0.0700927503998057,0.0161547327677005,0.5,0.255951455205554,0.0911571050218971,0.0179654825455668,0.255951455205554,0.254623164025225,0.000826936658606765,0.00892416188450693,0.164449083044511,0.255951455205554,0.00987533015265442,0.146982538579445,0.5,0.255951455205554,0.0101790318263494,0.21799972853629,0.255951455205554,0.0335817554812263,0.0568203620073319,0.255951455205554,0.0328731414701584,0.149402354122635,0.255951455205554,0.0376625392784668,0.101211840181964,0.123905491828717,0.709447031730026 -8748,0.255951455205554,0.242959722454216,0.332828528779923,0.255951455205554,0.064825388820841,0.183295088134598,0.255951455205554,0.244418521675756,0.180601590305895,0.255951455205554,0.312530478612994,0.169100564744168,0.255951455205554,0.339253055411228,0.0625384002878778,0.255951455205554,0.205923840241781,0.0062345090684672,0.5,0.255951455205554,0.322429573320478,0.0014586578771894,0.5,0.255951455205554,0.113664114876598,0.0145429052713373,0.5,0.255951455205554,0.131162299169586,0.017059491837123,0.255951455205554,0.391162589037397,0.000276960121897219,0.0114747755844547,0.170478255518899,0.255951455205554,0.0148246380379983,0.149783474862971,0.5,0.255951455205554,0.0371968443213627,0.204371869287682,0.255951455205554,0.0547988256203592,0.062100443195376,0.255951455205554,0.0562611824575824,0.149201731375929,0.255951455205554,0.0692547399221393,0.103112836262593,0.284390440505332,0.758063203736801 -8749,0.255951455205554,0.312302491299263,0.354211980189501,0.255951455205554,0.163335636775371,0.19245932675947,0.255951455205554,0.305766408801086,0.186794299640253,0.255951455205554,0.368953325170036,0.181983436292348,0.255951455205554,0.407793658219259,0.0590059455075699,0.255951455205554,0.252038926878434,0.00626944367718392,0.5,0.255951455205554,0.387406531610995,0.00114789315698202,0.5,0.255951455205554,0.142520301091576,0.0120914551368283,0.5,0.255951455205554,0.145647445770588,0.0167089339968167,0.255951455205554,0.456744803168313,0.000179882823298092,0.00827487919618391,0.198258201235275,0.255951455205554,0.0154247866607539,0.148952604016593,0.5,0.255951455205554,0.0723746909535319,0.198820979729619,0.255951455205554,0.061189916226755,0.0688785806575335,0.255951455205554,0.0634492124788745,0.138062353954882,0.255951455205554,0.106365425395417,0.0928822901933179,0.336726368114353,0.784452087668302 -8750,0.255951455205554,0.312275743615127,0.376977748068626,0.255951455205554,0.279026737732278,0.203598516669303,0.255951455205554,0.307467375280564,0.188151718425809,0.255951455205554,0.356880937679656,0.197623406931104,0.255951455205554,0.400232325565425,0.0579704978365875,0.255951455205554,0.234848282759159,0.0100182861018459,0.5,0.255951455205554,0.379506439734561,0.00141051129960036,0.5,0.255951455205554,0.140276037904661,0.00818716513171052,0.5,0.255951455205554,0.127401147456866,0.0134650560062436,0.255951455205554,0.4488682862415,0.000550778624417639,0.00426129978028011,0.206789748136512,0.255951455205554,0.0135814937887585,0.149202789704429,0.5,0.255951455205554,0.10944366109684,0.209633483034644,0.255951455205554,0.0483343487798479,0.0718791034762641,0.255951455205554,0.052472632081686,0.122047949046371,0.255951455205554,0.129374065126361,0.0739069074087261,0.320588050813959,0.779820235777317 -8751,0.255951455205554,0.224879941163397,0.399295542268243,0.255951455205554,0.178778473581954,0.198180973206466,0.255951455205554,0.231665758253179,0.18834368352695,0.255951455205554,0.23401932024267,0.205862668119189,0.255951455205554,0.315671916255604,0.0582602629937733,0.255951455205554,0.164187065919992,0.0130289734156881,0.5,0.255951455205554,0.296908122095577,0.00215493331364993,0.5,0.255951455205554,0.0958175347252505,0.00606962027188538,0.5,0.255951455205554,0.0859436628542149,0.0107381793900321,0.255951455205554,0.368736727549581,0.000838799321324691,0.00293702451679576,0.202192842598717,0.255951455205554,0.00840463476709603,0.154408086978288,0.5,0.255951455205554,0.103199648222812,0.220421584121531,0.255951455205554,0.0246680120630681,0.0800274488157065,0.255951455205554,0.0254130671168077,0.116289028566414,0.255951455205554,0.110043596661446,0.0562703300751716,0.237489444279295,0.768053205705332 -8752,0.255951455205554,0.0,0.418966227455956,0.255951455205554,0.0,0.186533763012123,0.255951455205554,0.0054223506092526,0.192357809570483,0.255951455205554,0.0,0.205947283767495,0.255951455205554,0.0686367121230117,0.0584174325728795,0.255951455205554,0.0346020980612473,0.0123536892275432,0.5,0.255951455205554,0.0788853907864491,0.00262204875971298,0.5,0.255951455205554,0.0358088401420782,0.00559805275420171,0.5,0.255951455205554,0.0222699824580987,0.00950792242801988,0.255951455205554,0.116722435800965,0.000913279790122831,0.000591798855781221,0.203207857313379,0.255951455205554,0.000302709473057162,0.157730195255831,0.5,0.255951455205554,0.0,0.236612225297314,0.255951455205554,0.00015576026638967,0.0871338546014082,0.255951455205554,8.31158369630437e-05,0.117709652167936,0.255951455205554,0.00188635629948248,0.0546533737184213,0.0,0.784250110941497 -8753,0.255951455205554,0.0,0.42221972811533,0.255951455205554,0.0,0.185352200844911,0.255951455205554,0.0,0.200993535585119,0.255951455205554,0.0,0.222698867245209,0.255951455205554,0.0,0.0609080890031608,0.255951455205554,0.0,0.0117869952220095,0.5,0.255951455205554,0.0,0.00309025109077503,0.5,0.255951455205554,0.0,0.00507126230348456,0.5,0.255951455205554,0.0,0.0100900457986825,0.255951455205554,0.0,0.000910947011557703,0.0,0.191750899234376,0.255951455205554,0.0,0.155551705911914,0.5,0.255951455205554,0.0,0.232808315932417,0.255951455205554,0.0,0.0958107084498785,0.255951455205554,0.0,0.11839183320113,0.255951455205554,0.0,0.0554246737242226,0.0,0.839982221818772 -8754,0.255951455205554,0.0,0.451784698032351,0.255951455205554,0.0,0.186592301900465,0.255951455205554,0.0,0.215081713118261,0.255951455205554,0.0,0.236103641354486,0.255951455205554,0.0,0.0651524604879094,0.255951455205554,0.0,0.010348109327344,0.5,0.255951455205554,0.0,0.00294302693250584,0.5,0.255951455205554,0.0,0.005226173773386,0.5,0.255951455205554,0.0,0.00977832790610182,0.255951455205554,0.0,0.00063878309166143,0.0,0.179685729924939,0.255951455205554,0.0,0.152192087735259,0.5,0.255951455205554,0.0,0.23269400461962,0.255951455205554,0.0,0.10493356756498,0.255951455205554,0.0,0.116097689583269,0.255951455205554,0.0,0.0523882449049048,0.0,0.882430744065298 -8755,0.255951455205554,0.0,0.511757214272947,0.255951455205554,0.0,0.204621257357659,0.255951455205554,0.0,0.233945481362072,0.255951455205554,0.0,0.259278394181238,0.255951455205554,0.0,0.0707790294393332,0.255951455205554,0.0,0.00998389181470937,0.5,0.255951455205554,0.0,0.00297970883846944,0.5,0.255951455205554,0.0,0.00497866295390472,0.5,0.255951455205554,0.0,0.00763108660017655,0.255951455205554,0.0,0.000447598760060215,0.0,0.167873487657484,0.255951455205554,0.0,0.145816675740853,0.5,0.255951455205554,0.0,0.230289136595287,0.255951455205554,0.0,0.111510392041788,0.255951455205554,0.0,0.108356055984331,0.255951455205554,0.0,0.046595054869201,0.0,0.914392622638004 -8756,0.255951455205554,0.0,0.568736392333408,0.255951455205554,0.0,0.209161708372265,0.255951455205554,0.0,0.253578047678806,0.255951455205554,0.0,0.285727271482586,0.255951455205554,0.0,0.0733388974362425,0.255951455205554,0.0,0.0104451583579722,0.5,0.255951455205554,0.0,0.00316203594618648,0.5,0.255951455205554,0.0,0.0055071671306811,0.5,0.255951455205554,0.0,0.00707996070148647,0.255951455205554,0.0,0.00128326116393883,0.0,0.154410442701434,0.255951455205554,0.0,0.140154064227962,0.5,0.255951455205554,0.0,0.240413946796308,0.255951455205554,0.0,0.114250006473429,0.255951455205554,0.0,0.0984324340230373,0.255951455205554,0.0,0.0426348726045538,0.0,0.941175560412895 -8757,0.255951455205554,0.0,0.604050142327111,0.255951455205554,0.0,0.221850883800556,0.255951455205554,0.0,0.268323871798542,0.255951455205554,0.0,0.307689366522107,0.255951455205554,0.0,0.0726687018638499,0.255951455205554,0.0,0.0116062329631646,0.5,0.255951455205554,0.0,0.00434500978447766,0.5,0.255951455205554,0.0,0.00624849712715172,0.5,0.255951455205554,0.0,0.00693316399782177,0.255951455205554,0.0,0.00323969282123474,0.0,0.130414759703797,0.255951455205554,0.0,0.138531095706134,0.5,0.255951455205554,0.0,0.256024761512219,0.255951455205554,0.0,0.112381526388734,0.255951455205554,0.0,0.0923785643517771,0.255951455205554,0.0,0.0432715414996161,0.0,0.958129845363011 -8758,0.255951455205554,0.0,0.625313583899596,0.255951455205554,0.0,0.250776764534519,0.255951455205554,0.0,0.279148861821878,0.255951455205554,0.0,0.322192058994758,0.255951455205554,0.0,0.0741861781913705,0.255951455205554,0.0,0.0161101920743559,0.5,0.255951455205554,0.0,0.00666341679473812,0.5,0.255951455205554,0.0,0.00517147612469713,0.5,0.255951455205554,0.0,0.00742328108597608,0.255951455205554,0.0,0.00812892926084006,0.0,0.132535623483947,0.255951455205554,0.0,0.14228302459958,0.5,0.255951455205554,0.0,0.273767170827736,0.255951455205554,0.0,0.105144776575972,0.255951455205554,0.0,0.089873355907343,0.255951455205554,0.0,0.0458884668332523,0.0,0.96911753531501 -8759,0.255951455205554,0.0,0.637228880013269,0.255951455205554,0.0,0.282409856790252,0.255951455205554,0.0,0.296845411485468,0.255951455205554,0.0,0.340687054969765,0.255951455205554,0.0,0.0823844905168786,0.255951455205554,0.0,0.0211833486659806,0.5,0.255951455205554,0.0,0.0113476730632477,0.5,0.255951455205554,0.0,0.00515665277707087,0.5,0.255951455205554,0.0,0.00818476271563904,0.255951455205554,0.0,0.0161737574863836,0.0,0.139918677289784,0.255951455205554,0.0,0.147869170340276,0.5,0.255951455205554,0.0,0.294804021007533,0.255951455205554,0.0,0.0977923618401457,0.255951455205554,0.0,0.0883670018598554,0.255951455205554,0.0,0.0501321052938314,0.0,0.977234408242557 diff --git a/tests/data/deflex_2014_de21_part_csv/commodity sources.csv b/tests/data/deflex_2014_de21_part_csv/commodity sources.csv deleted file mode 100644 index 3ab15441..00000000 --- a/tests/data/deflex_2014_de21_part_csv/commodity sources.csv +++ /dev/null @@ -1,9 +0,0 @@ -,fuel,costs,emission -DE,nuclear,5.5,0.0 -DE,lignite,3.1,404.0 -DE,hard coal,12.53,337.0 -DE,natural gas,23.27,201.0 -DE,oil,33.2238329238329,280.0 -DE,waste,0.0,0.0 -DE,other,32.9238329238329,214.0 -DE,bioenergy,20.0,7.2 diff --git a/tests/data/deflex_2014_de21_part_csv/demand series.csv b/tests/data/deflex_2014_de21_part_csv/demand series.csv deleted file mode 100644 index ec5eba08..00000000 --- a/tests/data/deflex_2014_de21_part_csv/demand series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -de21,DE01,DE01,DE02,DE02,DE03,DE03,DE04,DE04,DE05,DE05,DE06,DE06,DE07,DE07,DE08,DE08,DE09,DE09,DE10,DE10,DE11,DE11,DE12,DE12,DE13,DE13,DE14,DE14,DE15,DE15,DE16,DE16,DE17,DE17,DE18,DE18,DE_demand,DE_demand,DE_demand,DE_demand,DE_demand,DE_demand -,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,hard coal,lignite,natural gas,oil,other,re -0,3183.0313333697513,2955.7219723902176,613.04124611696,1184.2318776677164,1576.5482175499003,2107.8745481916235,1584.907372380814,2483.993818163105,283.0003304571121,908.4579907539724,2301.9958639516776,5041.424471971639,1287.7153951931755,2940.901487368527,1478.939770378735,3323.6946685963444,1126.6137123009805,3773.828779288108,303.2161561917547,1024.0588573763157,612.9259418210189,1969.0554209214652,1382.1858912628447,4519.273841538007,504.5147319321989,1315.768576997769,531.2913397567698,1792.0007042857787,723.9444682851477,3203.3316733883453,1019.551009343821,2145.2926119627386,831.2557455528847,2732.9500115926803,975.9763055775954,3852.613672279835,15878.092462860246,4827.481839944505,108710.17384738004,39481.1439536255,3673.7237581406002,17831.55446306173 -1,3228.5873465831787,2832.3881946225165,624.7664238509484,1134.8172870566834,1583.4694351669673,2019.9190051746236,1598.51185930468,2380.3438996635223,282.2672954215454,870.5506513663181,2294.8143951387488,4831.060327012503,1283.6981473365117,2818.1861258196545,1475.41577271809,3185.0064484411655,1130.5154630870065,3616.357757200843,306.4547705172572,981.3278262724124,617.3368379350329,1886.8924008658853,1392.3101706353043,4330.697540772852,518.56933351597,1260.8653382002658,534.2402064467352,1717.2256683769656,722.3246345754225,3069.6658548802443,1021.3319094130312,2055.775720752386,840.1342855341163,2618.9118670958105,986.4005879914773,3691.8551831796167,15679.179614809194,4806.16252941647,109500.74886477554,40009.2365926822,3649.729816717753,18110.690833840996 -2,3379.7474315806394,2716.9171034753335,675.0967137706275,1088.552940016293,1696.6966103413072,1937.570740907998,1695.454760620217,2283.30179649365,315.1853472658285,835.0599535152925,2564.487008407842,4634.107166277999,1434.5505364335397,2703.2940260636688,1639.3332945863835,3055.1597803147542,1219.3123016626919,3468.9257148715556,324.5256125901706,941.3209532428239,656.4287832978523,1809.9673787877061,1480.2519652660817,4154.143221202223,556.276393129731,1209.4622513394797,588.5829963809438,1647.2176369743827,806.1325222362325,2944.521403850109,1099.1351357083745,1971.965646243584,889.6748228483234,2512.1438006683334,1044.5660693645898,3541.3452540786207,17707.870545810747,5303.167117086544,118367.69374342411,42637.11819808333,4022.1755900252683,19116.813385378264 -3,3659.8825523722608,2648.427219777492,779.1126952527928,1061.1119613551136,1844.0589933689018,1888.7271473617018,1840.3159129325977,2225.7427806926576,375.8817635156918,814.009197486031,3060.5971248085575,4517.287458950261,1712.0699901408161,2635.1475621140185,1930.9270835299608,2978.143246477773,1344.5350227815543,3381.4786895412294,351.74720461162696,917.5914980719339,712.958206839325,1764.340497087308,1607.6044168014819,4049.422769584329,638.0894152668473,1178.973308991842,692.4049569218548,1605.6934608274187,960.8995362113828,2870.293917027808,1200.2335159565466,1922.2550026635497,964.3017987163971,2448.8159808684795,1132.1855060948678,3452.07262802923,21173.86049589678,6103.961096445021,133499.87519299585,47492.980267861276,4540.698927492139,20907.28874723783 -4,4519.698950685502,2598.456895232812,943.1104283816653,1041.0909810951343,2312.8117637408295,1853.0907863451655,2289.3371741305564,2183.747634186976,449.33827775924556,798.6505334921799,3657.7405953604566,4432.055620710687,2046.1065764832254,2585.427797146105,2324.8916149256543,2921.951864869958,1680.4280619816159,3317.677205288439,436.24645372599707,900.2784510621142,889.091631365189,1731.0510539837205,2004.3537448515242,3973.0185669301413,771.7405154920169,1156.7285297357264,832.5267866758003,1575.3973580092495,1148.8865685247683,2816.1374284139542,1510.187023102308,1885.9860406080988,1195.9533281184267,2402.611906087645,1404.1672698982782,3386.939182682402,25371.81351135727,7443.7545280579525,163662.21820502827,58125.36201442365,5640.850313227618,25762.265860223913 -5,5472.229738919277,2537.6347543659776,1062.6966445053572,1016.7221403329381,2408.23767112264,1809.7154472918617,2564.365770389838,2132.632602620429,436.3503687092934,779.9565019149958,3538.366516094365,4328.314391911755,1979.3298102582519,2524.9106286806414,2262.5872237983276,2853.5576697392717,1714.121743582796,3240.020257928279,495.56439647266336,879.205612459198,977.6702396309214,1690.5323017788098,2206.7067224800403,3880.022029105055,911.3344072908847,1129.6529581881102,859.1193160658497,1538.5219954793306,1118.5381215301466,2750.2200342537512,1523.8781894544793,1841.8407215746379,1358.5712484226492,2346.373913428042,1595.0967617283345,3307.6610186095463,22769.514010104707,7175.405677199938,174410.28306552488,66711.94640970424,5185.789253820171,30415.40263421353 -6,5458.066662487406,2423.9181510212447,1050.9608700083804,971.1607418120799,2422.13930468791,1728.6183968465773,2569.8281628301543,2037.0649740107615,431.5724520576881,745.005055887621,3499.4248875330836,4134.35377168873,1957.546220027914,2411.7642194314058,2243.026661169753,2725.6839144272567,1716.7136938399915,3094.828323641509,497.6602930433702,839.8066108028445,979.9590771264048,1614.77609183879,2212.0300217230106,3706.1503065124143,906.992387072749,1079.0308987516737,848.6710371504125,1469.5776782579258,1106.3318120844472,2626.977049735236,1529.1355159808131,1759.304071885739,1364.317070440731,2241.228099534746,1601.8429239963425,3159.437963496939,22551.43336984663,7150.502623315151,173907.0252447736,66516.07225861904,5194.921902167083,30412.0616801478 -7,5229.473919237274,2442.3727310122854,1028.106137435021,978.5547058311943,2352.1481917237797,1741.7792894555744,2479.4864658861334,2052.5742347067094,424.23471078392055,750.6771762072841,3440.2750481704093,4165.830809128606,1924.4583418247937,2430.1262650674244,2201.673796601738,2746.435997911551,1672.1724511760106,3118.390900139035,480.1921390950205,846.2005058564114,946.7302410945721,1627.0702423413159,2136.924002863787,3734.367202888035,886.4628640234007,1087.246135732934,832.8603458602659,1480.766355897487,1087.4485541385943,2646.9776252821216,1487.4167421390523,1772.6985908836266,1316.4287800668326,2258.291762853413,1545.617343638449,3183.492447597204,22201.78511056568,6995.151357953628,169350.02501943338,64385.173908476965,5098.607643546783,29347.440403709774 -8,5190.845762542885,2484.8702502123206,1002.379992740882,995.5816513384469,2272.6486575801996,1772.0864157414064,2426.3988714780025,2088.2892227760335,407.1259724269581,763.7390308962999,3300.3847638715683,4238.3166637842405,1846.2049984758903,2472.4106945883063,2112.953038339901,2794.224247047685,1611.478116084148,3172.6512001616884,470.3850504377596,860.9244756207673,923.8540653086383,1655.3814202322706,2085.5903739996493,3799.3455495136704,862.0865367897857,1106.1643225198145,805.3764933694429,1506.531832166311,1043.834192142518,2693.035289218562,1431.9916044196098,1803.543715972592,1289.5430135038557,2297.586255595054,1514.0507995716732,3238.885520774391,21126.170865298456,6709.297744023605,164257.4646865049,63129.69592125339,4839.451337557775,28868.376601262644 -9,5063.459882842306,2641.4092811739897,969.7197780159513,1058.3001723277914,2199.192522720417,1883.7223010665236,2358.9080203408275,2219.844893046192,390.4960802084569,811.8521940660453,3164.811060716268,4505.317318406263,1770.3663110697626,2628.1648126301043,2028.7349144105165,2970.2516093959084,1557.7485671238758,3372.5182734667237,456.7742544270313,915.1600169466547,897.5825957330559,1759.6652569327864,2026.2434314313134,4038.692400947295,835.8438711728417,1175.8492049062602,775.3792129555217,1601.4386117456763,1001.3564545348091,2862.6880646436903,1384.6705969336792,1917.1613125337142,1252.2295255698186,2442.326982387919,1470.2410812065336,3442.925148507261,20175.37789064847,6449.017718615691,158836.14235766727,61295.82883255187,4645.322006832697,28083.42201533671 -10,4972.347856415452,2787.291439603016,949.0080077701873,1116.7489384865785,2185.275680642934,1987.7582326122547,2329.7231564854897,2342.4445093507493,383.8618423145062,856.6899067370086,3111.4294959712893,4754.141088164754,1740.5051528383099,2773.3154934830504,1998.8139161938534,3134.2953715437334,1548.2249969271566,3558.7787854522007,450.2970257760263,965.7033081857862,887.9635066269664,1856.849653013892,2004.263159406649,4261.744984611738,817.1425776451961,1240.7900761379003,760.7106779830078,1689.8843225024764,984.263236044334,3020.7912093383366,1380.0820894030694,2023.0440442718027,1234.4724456073554,2577.214042231157,1449.3925163787699,3633.074155536789,19939.46863791715,6384.60762127781,156593.3594059308,60181.81333539887,4639.86797131256,27585.077191821052 -11,4792.6647257943205,2945.909854177739,910.8388323118654,1180.3005799058822,2084.0411634756206,2100.877031362527,2231.7650528781983,2475.7476971779256,365.60028609501535,905.4421803091419,2962.8675501064454,5024.688441539702,1657.4009614599581,2931.1385687601914,1903.0643793529289,3312.6609904307084,1474.774473226829,3761.300789699803,432.07776364951627,1020.6592864224256,849.5142784341567,1962.518742323992,1917.692407999524,4504.271195963777,783.5488850798147,1311.4006165000071,727.2819390542602,1786.051794709186,937.5520044588598,3192.697564582893,1313.4950150732507,2138.1708782863084,1184.5250202702375,2723.877430059967,1390.7493082993958,3839.824140269538,18903.618826642854,6071.98706593923,149701.3771269155,57786.092632275235,4391.345127154943,26517.15202237176 -12,4733.309701585793,3007.70670768898,895.1202429884996,1205.059946500973,2051.41433989292,2144.9474872076457,2201.963304172485,2527.6818789236195,357.11922042009087,924.4357953717728,2893.640554838318,5130.092188066808,1618.6760145711726,2992.625562497609,1860.9945082128563,3382.1512450859,1451.3696362354056,3840.202237951237,425.5880032996447,1042.0698303732145,838.1338166949909,2003.6868327394104,1891.8843643480848,4598.758061159986,771.1702767385118,1338.910090925192,712.3134204628458,1823.5181078635442,915.906806831794,3259.671325991249,1293.3766171772668,2183.0236535197655,1166.7335851242808,2781.0166715371897,1369.8604070947185,3920.372786240036,18417.67920252808,5945.748366686929,147145.08618657943,56912.37098499989,4303.55041474376,26148.152779841395 -13,4639.229746711651,2968.718157790696,904.207872109876,1189.4388955073814,2011.016222818737,2117.1427840694028,2156.4759101229492,2494.915834677528,363.9686220940257,912.4524423927497,2949.8793073969005,5063.591403683172,1650.1354574877332,2953.8325077186837,1885.9395660685148,3338.3088144906988,1431.756997385132,3790.422145965836,417.1632981315295,1028.561601171498,820.799391655039,1977.7132749257162,1852.8194701783232,4539.144898852867,777.3024176167241,1321.553956181102,723.4921322021237,1799.8800561355915,933.318510481094,3217.416588246867,1269.7368466878338,2154.7253734957176,1143.6375711666467,2744.9666780358284,1342.743406705208,3869.5534528238336,18769.127350709747,5956.825397886309,146551.37788866216,56422.466930130504,4278.604878254205,25756.07975794571 -14,4666.237908603186,2944.4152956300695,916.7625362466486,1179.7017739654982,2043.9955327917542,2099.8111862144233,2182.319983151576,2474.491667609525,370.6714167608473,904.9828192230984,3004.6817661928994,5022.139249123298,1680.7914508329618,2929.6515041794028,1921.083472749157,3310.980366771516,1457.7337448381402,3759.392556072888,421.4623924412518,1020.141471846865,831.7039151011479,1961.523090961089,1877.2258805578979,4501.9860286130515,784.9200074292746,1310.7352991285236,734.9739386095465,1785.145670927911,950.4062473884491,3191.077802379883,1293.1081872121335,2137.086112722967,1155.4233773404126,2722.495515983361,1356.581106630007,3837.8760691219272,19191.598659289903,6072.176815189194,148677.3264709428,56995.3396699039,4381.599376670235,25983.628842079645 -15,4705.791088931042,2980.4147221298654,915.1247569670572,1194.1252105529184,2059.9423833103388,2125.4841945613657,2200.0764762725535,2504.7456474216374,367.19292497888375,916.0474480927255,2975.848092960206,5083.541637923166,1664.662158203404,2965.470423525206,1907.5648881401935,3351.4615429604723,1465.4875765611805,3805.356172756677,424.9156091033716,1032.6140697136298,838.4036487106454,1985.505341849918,1892.3575110809322,4557.028846581256,786.1007846378734,1326.7607963237378,730.8841481385093,1806.9714712718285,941.6207742740927,3230.0930088870628,1302.2365997242941,2163.2148570454424,1164.8902415968498,2755.781675503428,1367.696139821455,3884.799252027114,18971.318844153302,6054.463511303396,148925.47529956026,57227.21154268649,4383.438683083622,26164.05904594608 -16,4893.950998679326,3177.5018406996096,964.0087440633582,1273.0896228583238,2140.5153969286566,2266.0369680935923,2285.123594348807,2670.3780001056502,389.71452659439746,976.623297043285,3159.0273863870048,5419.703100993518,1767.1309766405373,3161.5693142724367,2018.4078069528966,3573.085028307961,1527.183051953024,4056.9945362540384,441.7650194396022,1100.8981679242975,870.6806081563649,2116.8016758213166,1965.2921595812184,4858.37338026081,825.5219463557286,1414.4960569360194,772.7868160901833,1926.4618220496548,999.2369667543661,3443.6907069211443,1353.9969916946475,2306.2626617206506,1211.0822695121183,2938.014391574613,1421.9301406004759,4141.690980926097,20161.629090101804,6370.519706363022,156008.34954711012,59808.58496691667,4590.315391262363,27251.562522916112 -17,4961.192941916337,3494.2188302489403,987.0655498559198,1399.9846281148446,2134.1976286908093,2491.9038417329407,2299.4156870036263,2936.5475016679247,396.2021574812348,1073.9680685242633,3210.972657369399,5959.91114380614,1796.188685300658,3476.698231789426,2044.802318296631,3929.231709035082,1525.9064923736037,4461.374820061382,444.68173026017905,1210.6300173537184,874.4487871003689,2327.7935454881786,1973.9664087069257,5342.630972622746,846.8132483030588,1555.485725972226,788.1167940681521,2118.4815971277226,1016.0062185028963,3786.940029286582,1346.6839578118863,2536.139024961204,1219.0783230805416,3230.860507801329,1431.3182968480096,4554.513369357416,20328.453020997782,6400.212399334818,157683.5643308701,60742.1734437536,4555.9625972170115,27629.00511624426 -18,4981.874438971001,3552.3767498310403,989.0968788109262,1423.2860289067003,2124.348850582155,2533.379190093852,2298.9990283351503,2985.4235170944835,391.7269483052278,1091.8432365080978,3173.4981219938395,6059.10814601371,1775.2257735567675,3534.564537821905,2022.4549540059697,3994.63000057174,1517.2835311392582,4535.630123067762,444.8838008979299,1230.7797923430305,873.3816582066531,2366.5374354387077,1971.6825616712342,5431.553938686807,852.4503723146717,1581.375293328187,783.8493849530817,2153.7416905412583,1004.7827724492722,3849.9700123485736,1337.892545102434,2578.350625501463,1219.6322921722535,3284.635080809484,1431.9687112486624,4630.318874146542,19942.363774777627,6324.269356691152,157182.30889611845,60835.501826402506,4489.434808468607,27722.130112867835 -19,4938.718099637712,3492.7242653981225,986.8528798737295,1399.3858196490576,2100.289535030794,2490.8379920897437,2275.33107149603,2935.2914668023473,391.5413161809932,1073.5087055009112,3172.0541283754696,5957.361940638777,1774.4180167566565,3475.2111609370936,2017.974621689929,3927.5510782880306,1501.5504015129081,4459.466578386686,440.79930892482474,1210.1122005943275,863.9686753779661,2326.797889926217,1950.5517891624886,5340.345795634559,851.3458128293246,1554.8204057948342,782.889836841409,2117.575469524963,1004.2940815447947,3785.32026025239,1321.786777661024,2535.054254822974,1208.434810273693,3229.478587896641,1418.8217621014296,4552.565289994013,19905.281188441208,6287.361077345269,156235.89612149287,60470.01078048564,4445.674756867456,27516.82141003938 -20,4812.756362750316,3331.9614817450765,962.2593314111774,1334.9750208923058,2055.611669722016,2376.189935498461,2220.8461636594425,2800.1861475216137,381.05732225661,1024.0973478733338,3086.9509031610582,5683.157046111658,1726.8120522954232,3315.2544688073476,1965.841550673684,3746.7741270295737,1469.9898980095911,4254.206670568727,430.07663654825166,1154.4132701556025,843.8179479801232,2219.70025571319,1904.9840162259568,5094.5408621385595,830.5116180542371,1483.2552785408955,762.5707635118224,2020.1079051801905,977.4380081310081,3611.0898956956617,1295.333917508606,2418.3710162535003,1179.0390052062653,3080.8324515034515,1384.3081850432582,4343.020243443295,19375.170653817848,6133.949298549531,152460.50947831027,58934.3248197779,4354.539924558408,26826.801817591448 -21,4389.21196461129,3233.775314155017,863.066247921174,1295.636006366476,1866.777282839457,2306.168422791636,2022.260565044426,2717.670323773278,337.56773279232965,993.9192697719735,2733.5651593054354,5515.68589939303,1529.131304935822,3217.5606231067277,1746.8933999812234,3636.3642695404797,1329.000146114241,4128.8438020578815,391.76934976000837,1120.3950453253676,767.8835673495186,2154.290177445116,1733.6226236663401,4944.415044170711,748.3175073008607,1439.5467446471057,678.954903889045,1960.5794099035452,866.1096688231614,3504.6783781483914,1173.549906973742,2347.1065123876133,1074.0210119726473,2990.0465486478806,1261.0066937709807,4215.040218522236,17070.76209974113,5479.306360522936,137384.20486848374,53381.367396839116,3899.7534743598467,24411.348019542016 -22,3936.163852807631,3194.26691835347,784.9198347947025,1279.806675265395,1681.4148933873544,2277.9929912971047,1816.5259722710628,2684.467400137933,316.0628867652378,981.7761391923536,2561.845416556187,5448.298440321164,1433.0728541542358,3178.250329018968,1628.554522022757,3591.937274810591,1205.3894321247521,4078.3999773368396,350.9083745414022,1106.7067068959634,690.6244249784451,2127.970306479026,1558.955003187684,4884.00704188399,670.0843281493592,1421.9591954091009,628.5018624610094,1936.6261850187568,810.4263136283181,3461.8602454491534,1062.7426147978738,2318.43092300022,962.0021774687225,2953.5158898875343,1129.4855237349977,4163.543295856064,16231.625055967952,5081.933323205415,124951.2996810304,48135.03199592691,3601.6780501520316,21851.084062900492 -23,3251.9129401338287,2983.5338038525947,651.1786312863163,1195.3748937232606,1548.3226179151723,2127.7085691941916,1585.9608829437943,2507.366929054341,283.2439746212108,917.0061156336163,2300.6365687469306,5088.861696803511,1286.9550179096302,2968.5738656497647,1472.5045015431442,3354.9689348564593,1111.4881203693446,3809.3385772183083,304.2926916635297,1033.6947272635882,610.521852017933,1987.583224963353,1377.1450504586153,4561.79789609634,545.1549788875483,1328.1492860931382,544.5792105604033,1808.8625140343302,725.2677431685278,3233.473385447388,995.4694004129176,2165.4787178004067,834.2070272637399,2758.6656728854277,979.4414016521653,3888.8647957427256,15367.898651583735,4720.077136911559,109744.90198067357,40535.37136815663,3527.582310261217,18305.92641060942 -24,2972.0511162081616,2763.3784587182627,562.7420303422056,1107.1680257626113,1391.4633982031817,1970.7046787769452,1473.9262847553507,2322.3479991760987,245.31999403919684,849.3401157991508,1962.7654265470717,4713.353934245574,1097.952996570032,2749.5224162896247,1256.2626569430054,3107.405343381637,944.3128449714876,3528.2469910870936,284.311290986362,957.418259690004,529.420543210865,1840.919201814033,1197.6388743882853,4225.182239537894,480.9785534957292,1230.1449785528043,471.26407864720784,1675.3863152516806,634.4113135662736,2994.874966271904,865.4719839087041,2005.687763234117,779.4287650309517,2555.103376208888,915.126314164429,3601.904959664464,13647.172675769434,4236.876860154363,95934.26783824655,34929.51257644231,3248.120114195601,15970.624756891506 -25,3061.1094781781717,2617.5612857545066,587.3066354340348,1048.7452965113127,1441.6592182330073,1866.7150916470705,1510.9552128983084,2199.802996768081,253.65851124739925,804.5223767812437,2029.0435338828104,4464.641006886332,1135.0283625674265,2604.436395053941,1298.7344843784354,2943.434657066543,977.4629644307051,3342.0694517294082,291.6279726204447,906.8974837422063,551.282114053783,1743.7780980262708,1246.3505574510157,4002.2290180989976,504.4935449323168,1165.233036237335,488.799232063209,1586.9800040055989,656.0667475473014,2836.842251070002,894.7454162145606,1899.8521985976133,799.4871739333661,2420.2764038940854,938.6768663513766,3411.8406574530263,14030.188859783866,4363.096244625584,99359.40675733144,36285.293401876486,3333.7001604476586,16576.54007940843 -26,3179.662465899214,2574.73885813757,613.3978798030624,1031.5881740428265,1527.7904148768027,1836.1762567672376,1582.9989473035591,2163.81495510759,269.1203951559292,791.3606596388731,2153.4951945060966,4391.600972487334,1204.645481282339,2561.8286862613786,1378.517472786376,2895.281050030335,1035.7504870204864,3287.394312711143,305.09094590682565,892.0609440726726,580.2197802366027,1715.2504712657744,1311.4636014594232,3936.753889258014,525.7154616519596,1146.1702132873259,515.2536717249978,1561.0175416476386,695.8962495545283,2790.432460163389,949.539385978775,1868.7712517253901,836.3954114002768,2380.6814909945165,982.0107806624018,3356.024084832764,15005.216754882396,4639.3912490131115,104598.1420155944,37904.593546867145,3562.7303063802797,17281.31097469528 -27,3418.0590670406114,2586.955268380004,665.09198309345,1036.4827691958535,1665.0124349614266,1844.88839561549,1679.5443528285512,2174.0816472409538,293.25179589915143,795.1154429394462,2346.7679280192883,4412.43788141556,1312.7604776267588,2573.9838413767375,1502.3207661423205,2909.018342634797,1128.2226743979822,3302.9920722376264,322.5805404643562,896.2935218424925,631.7490688699961,1723.3888513423728,1426.3214474676338,3955.4326769660074,571.5061274966381,1151.6084679238772,560.0059014968889,1568.424129940712,758.2592324830257,2803.672275758442,1034.7397642448007,1877.6380446384617,884.3424804019154,2391.9771537211027,1038.305372931799,3371.9474732860153,16314.498196544506,5024.51039373915,113003.52457887464,40897.88854155244,3837.5132487379965,18579.93716600992 -28,4160.298682619229,2671.4304608768107,813.5742134787306,1070.3283801028688,2016.971797285504,1905.1319198308654,2059.482063435011,2245.074743990347,355.57762587917824,821.0793747168808,2845.048390048985,4556.522916038597,1591.4940027939776,2658.0354611096654,1821.1117533899974,3004.010276772376,1368.7493231449046,3410.848939547291,395.18689930763725,925.5613521435163,767.8366900392518,1779.6648939718864,1734.0947567615394,4084.594530237674,697.3615757008837,1189.2134270037234,682.0798806064795,1619.6399093215236,919.5166117785213,2895.2242086764663,1254.496062717923,1938.9509854530465,1083.3900961694062,2470.0854739453985,1272.0069235196681,3482.056030390419,19760.021874897524,6102.030590909348,137826.71663562744,49908.55465495961,4680.1710432198315,22686.846673501317 -29,5501.1754352469525,2836.222066038021,1050.7400588170287,1136.353356006175,2463.232113957411,2022.65313242112,2618.349571141003,2383.5658917807455,427.1305795810286,871.7290135923571,3411.509588957193,4837.599566276906,1908.367207492749,2822.0007735617487,2183.488892554393,3189.3176177943133,1655.8066222326456,3621.252796185927,506.94498532042866,982.6561345563996,966.6764938720942,1889.4464656136292,2184.7397984592144,4336.559497669257,923.6203377446476,1262.572023600277,843.4453068532081,1719.5500751854886,1105.818325591445,3073.820901211294,1504.9416585354422,2058.5583830256733,1389.7707068759692,2622.456780665937,1631.7280059154527,3696.852414167885,22759.950890435328,7247.5606571697335,172096.48945017756,64796.58404865547,5390.204420182028,29778.359400071113 -30,5575.72593538788,3169.1193018726794,1070.5232275828905,1269.7310966547884,2551.272038675669,2260.058956491836,2684.905623858646,2663.333300089509,442.9008023899844,974.0468759687508,3538.822545291203,5405.405431329696,1979.584908812781,3153.228806899171,2265.273478396084,3563.6589050566463,1714.432106307284,4046.2918157126383,520.3134774483674,1097.9938984384646,994.9563414288293,2111.217360492462,2248.4082058892554,4845.556549449221,942.106083359703,1410.7644876994789,867.1847442815057,1921.379640565104,1146.3625938733237,3434.6059376571397,1560.9536132309481,2300.178531080866,1426.419927782588,2930.263642418153,1674.757809214976,4130.764823461112,23825.692789426364,7540.636701402414,177200.36232180815,66217.82768133724,5646.365312468749,30391.960524043006 -31,5397.827349032132,3557.7701652594824,1043.9999437709705,1425.4469407040642,2492.884442190516,2537.225506904307,2644.4752963138003,2989.956152676646,432.94127813842886,1093.500933473236,3459.352114949798,6068.307420093765,1935.129878195314,3539.9309097620494,2214.343175392193,4000.69486941681,1675.2298130808274,4542.516368307551,512.9775074549631,1232.6484304939117,971.161292094415,2370.130443842698,2195.4938059033575,5439.800425159483,918.4803178262047,1583.7762250158519,847.1741007349261,2157.011620641774,1120.5618461894694,3855.8152503753763,1525.8877868423135,2582.265220439676,1406.3086405648833,3289.6219959846503,1651.1451726658108,4637.348881100511,23389.59225577099,7403.258133149525,173729.3388652989,64691.11733884827,5589.786833882728,29709.12998342496 -32,5318.554325549481,3815.2895371170393,1017.9479757149331,1528.623982428347,2399.5932196185586,2720.8755709750744,2557.5307259702927,3206.375874736677,416.4977257134614,1172.6509798318775,3327.112392585736,6507.545100571398,1861.1561890975615,3796.159036357345,2129.5061538668074,4290.274123250039,1613.5638562664,4871.313875589451,496.31895496409123,1321.8702842948146,938.9022771863583,2541.6857930551805,2122.6301856146883,5833.545361860691,893.3576982166157,1698.413494902359,820.1705704546314,2313.14095217115,1078.1798436943102,4134.907792937926,1467.652384122567,2769.175359838391,1360.639842290578,3527.732202857157,1597.525495137712,4973.010578026975,22309.25380196511,7090.934963133479,167649.1782398071,62908.73149591358,5300.726189974936,28922.512582521715 -33,5144.82323796433,3974.882670639317,980.5930444730268,1592.5661522059484,2291.978750969307,2834.6894910122546,2453.786892862319,3340.498218040176,397.2746675524265,1221.702838826766,3172.7799677764265,6779.7549824254775,1774.8240446673435,3954.9519431779822,2030.681761107472,4469.7358087493785,1540.5863054706124,5075.080388776107,475.80988461274,1377.163970063157,901.0595257485262,2648.004224774846,2036.9921351986566,6077.561910221313,862.8555160678762,1769.4579409479425,785.5980934572411,2409.899378823783,1028.5793632054747,4307.870522261818,1399.659170634202,2885.009654627781,1304.4149933919339,3675.296845331669,1531.511972099433,5181.031052873158,21139.413029884683,6745.725010324421,160572.39083370732,60576.04415826273,5014.115613848538,27873.695847966832 -34,4955.093626611648,4082.6210271870746,938.1253967094464,1635.7323219144641,2175.6335567876135,2911.5231518749383,2365.8524494254993,3431.0417177818867,376.2537721717617,1254.8168366353493,3004.1429022626485,6963.518811480967,1680.4900152875014,4062.150081560976,1922.705581488669,4590.887055248905,1460.5330288956059,5212.6393724596555,459.0375626041042,1414.4917090496074,858.7642316831875,2719.7778208651366,1942.310805521743,6242.2929441361275,827.7132012045884,1817.418725286628,747.2380645708148,2475.219193277118,974.3129052108961,4424.63444430593,1325.3495793327495,2963.2072329135367,1258.4343002420458,3774.9149912623775,1477.5260991976143,5321.461806963736,19940.754881941306,6398.657267241948,153351.24163888535,58105.11354184603,4753.477291137327,26796.77358536327 -35,4784.827552932395,4182.106809535292,902.6113152486604,1675.5920367090182,2081.889321864376,2982.471485472485,2276.852296057185,3514.649740003358,360.1072282841877,1285.3943587382018,2874.923640687586,7133.206644920171,1608.2059442813706,4161.137025533684,1839.9146767384852,4702.758323074718,1398.476854842431,5339.661572809604,442.4477734592459,1448.9602069490622,823.3283340130366,2786.0536820142,1862.5586060372734,6394.405862052984,795.3250518727742,1861.7057954152058,717.0736342770531,2535.5356214458534,932.564028657592,4532.454449240342,1268.3746659119627,3035.415010187788,1212.9540141076445,3866.902557265413,1424.1277535313936,5451.13580500972,19037.143878542214,6121.535809384324,147146.3730161206,55896.67809865687,4538.302141616482,25801.077572193823 -36,4698.227916801056,4198.482005913279,886.470569732049,1682.1528802981734,2034.7729543700311,2994.1494646563274,2220.1619412185023,3528.411483142289,351.63720235183666,1290.427368655477,2806.8965553399303,7161.136983607124,1570.1522160084103,4177.430113934361,1796.3530119032762,4721.172150020262,1366.3709087288012,5360.569218364564,430.67707093355267,1454.6336650918772,806.8338007551806,2796.962579907142,1824.7560073585737,6419.4433985101905,782.2368632237558,1868.9953744208049,701.9493927482256,2545.463606458071,910.7144922048303,4550.201444967799,1238.4072324051235,3047.3002917322924,1180.6850736047227,3882.0435595481354,1386.240831840407,5472.479932110106,18502.156117411054,5959.928094161235,143824.90074431477,54792.51818422949,4398.750225890956,25284.881257878846 -37,4619.727314067483,4149.421408547736,878.4394732867336,1662.4963889635997,2007.4444486887198,2959.1618760157494,2181.671737006671,3487.180872919214,346.9170203089584,1275.3483144940164,2768.9093992565745,7077.456820696475,1548.9025489372577,4128.615514621139,1772.0229032562222,4666.00375210422,1348.6280028826775,5297.929262375256,423.4484410048049,1437.6358081385963,798.1853918316392,2764.2791827207184,1804.7578420277662,6344.430161001579,776.0070967630921,1847.155569126087,694.1740603540686,2515.719054753622,898.5542939008811,4497.0308941093535,1221.6815469901037,3011.6916187752527,1160.8680551575028,3836.6806460564853,1362.9736958775552,5408.53226384283,18206.750612986063,5869.38916180904,142039.42912888562,54150.77804627541,4330.344113536253,24974.416955759498 -38,4619.2288787342,4077.422555548143,884.5511673249481,1633.6495157887593,2019.9925065371394,2907.815859321864,2183.002821701216,3426.6729132949886,349.20002660529104,1253.2190567547618,2787.1876533705718,6954.6520430967375,1559.127236821554,4056.9776759295305,1783.6511500974846,4585.041399726307,1357.4362694178453,5206.002029007676,423.08980473035757,1412.6906124050665,802.3090251461031,2716.314680943059,1813.6540631661871,6234.3445250651675,779.279143925347,1815.1045747356582,698.4980542938035,2472.067454065787,904.4557014841928,4419.000481094994,1229.7398934647908,2959.4341301303,1159.8848672316274,3770.1083270163513,1361.8193361937658,5314.685898032454,18327.391117074512,5901.078579154586,142689.70698002825,54334.331590215974,4354.445545639499,25035.767852989542 -39,4640.39460687634,4025.5028057146505,892.7000927092342,1612.8474838629916,2038.0089694667881,2870.7892647216986,2174.824538326334,3383.0394664310143,352.4647014180613,1237.2612257900178,2813.2539692253454,6866.095169400819,1573.7084950886908,4005.318260417712,1800.4062463038463,4526.6578990694825,1370.309972288594,5139.71154297234,421.1333788536647,1394.7021546995018,810.4840587934597,2681.7265614184575,1831.0815110741617,6154.959667668736,787.5056516659956,1791.9919897244063,705.310521377776,2440.58944999874,912.909609555437,4362.731257984835,1241.2396728950098,2921.750255674858,1154.521398902055,3722.101754600277,1355.52209490144,5247.011488890344,18454.459118635776,5932.746895461571,143478.2858497223,54666.73384901163,4358.922976063991,25150.076221183117 -40,4758.476839027587,4117.905663994096,907.4320278876176,1649.8693727227346,2044.4943594087542,2936.68640760821,2223.7055345909016,3460.69498710948,352.35585341997665,1265.6617708198285,2811.1866610568727,7023.702019896777,1572.5520618401176,4097.257795289244,1798.9361052305444,4630.5644539807,1372.008121511182,5257.690354619992,431.8474609153373,1426.7166561823435,817.9690182199174,2743.2838901196565,1849.138040160416,6296.242854723012,802.7761409350485,1833.1260268512315,709.9061505087208,2496.6116295750144,912.8787877492944,4462.874981042384,1240.4606629586901,2988.8171757176897,1183.8936539426406,3807.5402345943176,1390.0080219032766,5367.453302596267,18291.788957014825,5932.207927168783,145122.16872090296,55723.420169808145,4340.88017246245,25720.534854990925 -41,4811.268467862039,4339.945455255121,914.0543139947052,1738.8312579670874,2029.1838799351244,3095.034191688324,2227.430314101823,3647.2976087466527,348.4971615324194,1333.9069659094398,2779.0794236240995,7402.423986262773,1554.5915673897366,4318.184241847572,1778.307224216742,4880.2470957596615,1359.5438258588158,5541.187977953744,432.75369578111656,1503.6460213441696,818.3379049197167,2891.2033015957063,1850.0914496707283,6635.739813435619,812.2419657041938,1931.9692140364398,707.7993313469054,2631.230333917309,903.1586277943395,4703.515712052613,1226.4399049305514,3149.9758801572752,1186.3780629149749,4012.844947205744,1392.9249632938586,5656.869405867515,17872.716720162338,5844.942542665492,144843.60773729603,56113.07965669332,4238.415815547763,25950.663307515984 -42,4827.584630597844,4330.393266297421,915.4460546411483,1735.0041027844013,2010.16911910927,3088.222043532465,2227.823260045344,3639.2699327532773,344.29613965534,1330.9710462022165,2744.588385715437,7386.13130392591,1535.297596793746,4308.679949165198,1756.2472012794715,4869.505706749229,1345.2741981877082,5528.99186278104,433.29486491934125,1500.3365071879539,816.1877274835058,2884.8397837734897,1845.5121911494882,6621.134597488652,817.178431855702,1927.7169635915438,703.5142864481484,2625.4390147406193,892.4787805663458,4693.163307555771,1211.3286750741265,3143.042805737406,1187.8616578563363,4004.012704130606,1394.6668502132457,5644.418676697995,17514.100746128515,5766.320088112215,144285.0036523795,56233.148389815426,4162.792581752445,26049.709175847598 -43,4765.712342395353,4202.640779442536,908.3746593993832,1683.8191236834955,1991.5292706825976,2997.1152960017307,2173.7485567860203,3531.9065235535013,340.8772953923569,1291.7055913975619,2717.0914220053023,7168.230391863932,1519.9160472240499,4181.568034676591,1738.6369388515436,4725.8486701856245,1332.146298641251,5365.879088297479,422.7761746276605,1456.0745410972117,809.801706364503,2799.733089325369,1829.8753491099828,6425.8021279844825,812.427525044243,1870.8466931780358,697.2512444285337,2547.9849955342447,883.667489357776,4554.708611437838,1199.2199031782616,3050.3187712139484,1159.0250620414306,3885.8888874481077,1360.8098400218187,5477.900654325657,17246.15417641539,5676.157858111084,142409.14939717003,55620.65811150675,4068.414215982558,25730.715492441926 -44,4563.667975393125,3946.161105694654,870.9804518444868,1581.058644699595,1886.8939500858778,2814.2066931386344,2058.6748295771235,3316.3605655691563,322.1394063080248,1212.8751021774228,2566.732610605521,6730.766071513721,1435.8067057285039,3926.37439297051,1642.361822321657,4437.43855170963,1260.858680634772,5038.4090545346435,400.5684040625143,1367.212907935515,772.3600972212845,2628.8703706167357,1744.8232890303775,6033.646880879943,781.6110150316576,1756.6722550852674,663.2152094818417,2392.486014140026,835.302438946509,4276.742865616184,1132.9686583514967,2864.163255116813,1098.1432900737004,3648.7400169216544,1289.3286295760947,5143.594144114923,16118.3920560984,5336.841093567789,135314.59015821086,53199.13335441598,3792.0500755476287,24622.95410099171 -45,4141.858907027027,3759.600895030164,781.4208252433197,1506.3119159351731,1678.5195866566762,2681.1611890491754,1874.0598375811342,3159.5750443548422,285.4231450273924,1155.534758356842,2273.3273921610403,6412.559819259364,1271.6785147367125,3740.749626449151,1454.5688371970932,4227.652521984939,1118.570601476912,4800.21131514904,365.41311153678316,1302.576031412766,690.3930618030029,2504.58689687712,1560.8884396943947,5748.397900155939,704.3931778735887,1673.6231506013585,590.6571948028741,2279.3779369848135,740.2776134778073,4074.55394615828,1003.5536353938633,2728.755985636358,1001.7663711600337,3476.24079857131,1176.172612589109,4900.423634498895,14184.682572914031,4740.011845542815,121359.26650441445,48013.03203751816,3360.541283567028,22302.513391677796 -46,3715.9321329606514,3621.126556480513,694.3082628099114,1450.831147621624,1501.7295837330528,2582.408147818292,1699.1085125593866,3043.2009725901025,256.78925823746107,1112.9738813376578,2046.2021189014406,6176.371190685563,1144.6267178182875,3602.9696214259734,1309.1572685977355,4071.9388164760644,1004.843830348845,4623.409014765909,330.69164808462006,1254.5993021277645,613.0552905701849,2412.3374737153035,1387.081120015019,5536.671810294502,618.6704939647974,1611.9799429227821,529.2616047958921,2195.42345326664,665.816075857646,3924.479196648303,903.1855915854571,2628.2499237631705,906.5787784172435,3348.2032332388308,1064.4129819351963,4719.930294820917,12939.099147953997,4296.979385200967,108674.45769751999,42696.073825885935,3079.9893359423363,19832.923745316228 -47,3060.7899549986464,3347.6218821271405,591.4425810603734,1341.2494761769085,1384.6853347823348,2387.3581575735398,1478.7928788483835,2813.3471748788484,241.375114879619,1028.910661168152,1928.2725507892694,5709.868193663593,1078.6579978980708,3330.836345318945,1234.0745961729967,3764.3841694300972,935.2462593481082,4274.201673552453,285.8467466957011,1159.8390753805586,542.3125176091413,2230.132967772764,1225.897858835365,5118.485481576984,514.773584769203,1490.2266591099756,476.26083628106363,2029.6025223249019,624.8236124707676,3628.0622148212124,850.5872072089088,2429.7374917047937,783.6381593998418,3095.312531769965,920.0685586984938,4363.432675055233,12958.520307317627,4110.706153035458,97007.9205840294,36279.986067571175,3087.2064573829525,16650.048130714593 -48,2574.7696456041845,3091.0122437518694,529.8334631550586,1238.4369259034345,1220.3739107914046,2204.3568703738247,1261.9105890930318,2597.6919943986018,217.84947435827323,950.0402265792097,1714.8780319862,5272.182199265846,959.2870592201724,3075.513390649884,1098.901716981864,3475.8279063765012,833.5764024864347,3946.5657025818173,245.34138664515356,1070.932413820025,469.32389686386176,2059.1836686765037,1060.5654507752333,4726.131519658814,461.2263246642362,1375.9943659907744,430.62668604804276,1874.024745730732,569.2582954489825,3349.955616845253,763.2445472242969,2243.4876459793777,672.5942305716803,2858.043492014725,789.6920241670574,4028.9567634241116,11939.301994854895,3699.1158122396087,85080.8102458656,31019.640244781956,2842.519186328977,14115.579548684591 -49,2708.2362025595944,2934.5381919523206,555.1945845848596,1175.7444392961752,1272.28338382827,2092.76732496947,1322.0665811320082,2466.1909327278054,226.5683613782941,901.9470351252118,1783.2222521519934,5005.29237629211,997.5181898047803,2919.8239259538045,1142.748329079632,3299.8736127731486,867.7641350369996,3746.7815938567906,257.25551204457815,1016.719385601641,491.12629921245616,1954.9431200702722,1109.9207243752567,4486.884020813274,485.49174617249696,1306.3384097145909,448.9283366892215,1779.1573618405998,592.102113316694,3180.373264081686,793.6876813751157,2129.9172119449518,705.2563595159115,2713.362846922212,828.040587903104,3825.0018322935393,12363.360146927971,3843.7183874999905,88878.58837823493,32556.26254415448,2942.7362089239095,14836.875161098833 -50,2780.7290891049333,2884.6328528729105,571.2921879291237,1155.749495943685,1320.7850612600307,2057.1773083687904,1365.8832288196156,2424.250400118664,235.16386641572444,886.608344784417,1851.2137580584038,4920.171380451787,1035.5520152642905,2870.168820603154,1186.4159853054334,3243.7553069980645,900.1278659153315,3683.0630822317926,266.0061885481856,999.4288538831552,507.77767616553547,1921.6969692600285,1147.5567956522493,4410.579180384633,499.4745681827573,1284.1225593746465,464.27710206854294,1748.9006585331492,614.4939355737616,3126.2872049605767,823.9203796426598,2093.695416991086,729.2460116916294,2667.218859669813,856.2068077792459,3759.9530917648026,12895.752113732102,3997.9856136628027,91939.5055764893,33546.575070866726,3070.2851467720047,15281.086949115786 -51,3015.5686843398107,2910.4952527433265,618.4282318704379,1166.1114578080374,1437.669495727926,2075.6210912926354,1484.5365074786694,2445.98520535443,255.69242399997847,894.5573007558593,2012.9281546119357,4964.283559076353,1126.013567053911,2895.901542068942,1290.1329644517607,3272.8374471213106,978.3976094753752,3716.0838703316645,289.4682762462192,1008.3893108908521,551.8877365542698,1938.9260926818436,1247.3032542469382,4450.1225705632605,542.2740460882696,1295.6354599089705,503.5813610963416,1764.580563211338,668.11226616128,3154.3161756921313,895.8848773273527,2112.466605853874,793.5664471413894,2691.132017499239,931.7253486124833,3793.6632432166184,14042.600290465982,4351.376041967731,99909.25918884079,36426.95165174304,3343.604299303637,16598.94288920676 -52,3701.04340295902,2979.7649115992117,759.6139517603858,1193.8648591558544,1750.5180369559885,2125.020781868458,1813.2170353459574,2504.199545536481,311.8235663442434,915.847725123325,2454.5133549788407,5082.433289187397,1373.0322822942542,2964.82387125339,1572.981276749895,3350.730834248183,1193.6588197647968,3804.5265028132344,352.9491936369137,1032.3889320871044,673.9442057537649,1985.072448309894,1523.0686311286795,4556.035291788021,663.9647394245867,1326.4715268033897,616.5456430004266,1806.577502915041,814.8441830602172,3229.3887617779,1092.4455647082295,2162.7432180538162,967.5970066496092,2755.180841015654,1136.0544055063565,3883.952261356756,17068.4211754092,5296.270507816405,122032.62108621639,44581.9257762706,4063.344734303602,20308.16078639143 -53,5044.786747465644,3123.9575676910576,1006.6758576890647,1251.636713702598,2217.575693789116,2227.851844008704,2376.881631047883,2625.3793011773732,389.1503672704361,960.1661596236937,3058.984083586965,5328.375360833657,1711.1676696602917,3108.293521216848,1960.190325456513,3512.874759414343,1498.768665148077,3988.629879383986,466.68630157377675,1082.3468672443348,875.8072211609444,2081.1313245461834,1980.612390107566,4776.504640700021,899.0711835308942,1390.6602995268508,788.1879342115624,1893.9988990013812,1017.792461141248,3385.66086945367,1361.84459240146,2267.3996920735863,1279.4030319040676,2888.505735853146,1502.145460170014,4071.8990992159866,20519.00291250201,6542.967056575139,157389.03755160005,59512.69981405042,4874.191553480778,27373.249061826875 -54,5131.028240203665,3392.9135809361524,1026.8756780419546,1359.3959304186728,2301.3340961596195,2419.6579543932903,2445.5442682093467,2851.4103962868858,404.36171248474085,1042.8313228820125,3179.7408096130407,5787.119938207168,1778.717875814861,3375.900943964248,2037.8625141713676,3815.314459650002,1554.8729897756082,4332.029547088906,479.95509231157786,1175.5311349735252,902.689084439178,2260.3055841066703,2041.2276588925706,5187.736105139816,918.0707034505629,1510.3887023090363,811.6918063473237,2057.062059088576,1057.3282156659209,3677.1481351789876,1415.502311840068,2462.6106603403537,1315.7789251805482,3137.1906075637594,1544.8543498492686,4422.467800720747,21541.661331452517,6824.634274571381,162335.5411565439,60905.9039081235,5120.178790759247,27976.714932724793 -55,4995.240841555839,3744.9801864546266,998.7826883620523,1500.45402086555,2239.444045046264,2670.7344236866743,2379.296231827665,3147.2877757761166,393.63109703382463,1151.0410002632177,3095.342721211688,6387.622021083891,1731.5063584263237,3726.2022285552252,1983.7106511457584,4211.211607853791,1513.2358222555117,4781.543777636597,466.97185353855645,1297.510444643186,878.2605003426577,2494.846811122338,1985.9888208096547,5726.042960676722,893.0561477949748,1667.1145990201092,790.1762258886517,2270.513666153774,1029.2732299430052,4058.7084169424434,1377.9328732152046,2718.1441289117574,1280.1858619298753,3462.722048822769,1503.064579900098,4881.366381386897,20966.767634111824,6641.97773393813,157998.6802113756,59272.460736619185,4983.519214493432,27223.629180735647 -56,4865.232858591928,3953.049079670767,972.47838350782,1583.8183624373437,2150.7679724236045,2819.118855097194,2299.0348078157153,3322.1492307197204,377.756842280271,1214.9921602286051,2969.7472369330367,6742.514538010181,1661.249395238419,3933.2278294914436,1903.0342296948086,4445.184044213894,1454.1786695038445,5047.203533401348,451.2572521421446,1369.5993606619572,847.6271538259782,2633.4590303836294,1916.8146495049803,6044.178534703346,867.5306803925931,1759.7385041444163,763.5124562543689,2396.662068021817,987.9257163092431,4284.207865845997,1322.0887554388169,2869.162615618368,1237.1048702574535,3655.1088461734275,1452.4832427869285,5152.572222216505,19978.50635289873,6357.188562389634,152408.68649048667,57485.71307117544,4746.6426156326825,26425.244913155395 -57,4711.398288359476,4061.307288424936,939.0640457724131,1627.1928147787523,2061.7148015641837,2896.3232488112594,2215.249549529381,3413.1296151478623,361.6860146462574,1248.2659375750939,2842.8538845263965,6927.165052504861,1590.2664165109065,4040.9432134548165,1821.6809241075568,4566.919861935967,1393.518678513425,5185.426257868318,434.76643331912794,1407.107211059926,815.954957101885,2705.578943825374,1845.253756382415,6209.704418235225,839.6104845964488,1807.9307057829253,733.6982469755737,2462.2970594534727,946.0122639955472,4401.535189676148,1265.645429107165,2947.7375078423574,1191.8959075568146,3755.207663191204,1399.40345761658,5293.680573772845,19025.84134154858,6076.282422207159,146542.03085891448,55513.33585533638,4518.876655189656,25541.774229647934 -58,4526.202509977603,4141.623701089338,898.8956462675758,1659.3721797750425,1958.0491213064397,2953.6009371861383,2115.5669290840788,3480.627666188866,342.8262308167,1272.9516446731352,2694.00518034322,7064.156668120131,1507.0018151565862,4120.856906173971,1726.2567037506315,4657.235268820324,1322.1875979927568,5287.973247197288,415.53690789050825,1434.934163171785,778.2657873410757,2759.0844728376023,1760.1641715567066,6332.507532395139,805.7771307917887,1843.684343299632,698.3883532338926,2510.9914459366255,896.8112764447204,4488.57994929295,1199.4304819972742,3006.031964600398,1139.1788831820095,3829.470649687446,1337.5084668563711,5398.3684004459055,17920.161885071677,5748.830135115123,139611.9938204629,53161.600624479506,4254.668141075745,24490.69562297623 -59,4340.182969434208,4238.510247618089,861.45911501284,1698.1904915067444,1862.1785428532094,3022.6956245071474,2019.6692419335952,3562.051286166888,325.97817541803795,1302.7302768356938,2561.210344395603,7229.411117367221,1432.717600606195,4217.257647330956,1641.0697840268542,4766.183708884838,1258.1187618560434,5411.676775821247,396.54169921948244,1468.5021127489692,742.5246410704342,2823.628764025628,1679.3450073814713,6480.646240776516,771.6601063622185,1886.814338152725,666.6013881581652,2569.732004499695,852.8214567490977,4593.582972621894,1140.3418393614286,3076.3531904830315,1087.1042294297845,3919.054883567468,1276.3676826209191,5524.654444026247,16965.207164414976,5457.086333468421,133143.3628807926,50853.75255065234,4026.902180632718,23436.60568552514 -60,4264.712153066008,4245.268263269961,844.3559632887437,1700.898140480322,1814.7239239042178,3027.5151066241815,1976.1409671498511,3567.7307341187275,317.2272248276778,1304.8073914553813,2492.0385417809966,7240.937920567103,1394.0235279821093,4223.981777160453,1596.7169453273793,4773.783063899359,1225.2525851548728,5420.305325527933,388.20842102387644,1470.8435392604047,725.8732641173549,2828.1308476039517,1641.7790347614523,6490.979189423749,757.6772843519581,1889.8227349913493,650.734472080073,2573.82926700302,830.0143610156446,4600.907127528584,1109.5800778330456,3081.2582259311944,1064.2588590959974,3925.303549418536,1249.5449625889612,5533.463128923232,16432.46960538058,5303.287121028932,130050.51593672237,49856.254049682364,3899.353242784623,22997.288508533227 -61,4227.885499370234,4134.150895744693,835.8755816490445,1656.3781450223157,1788.0105211810016,2948.271702455434,1953.5748148404512,3474.347507752508,312.4265402012388,1270.6548353683,2454.029321768902,7051.410684536192,1372.7615185513716,4113.4215707269395,1572.3407796298652,4648.832136348642,1207.3585881364525,5278.432062967151,383.5658044286736,1432.3450859263212,717.2301093327128,2754.10620762497,1622.226581261469,6321.081676366587,751.0149921961149,1840.3577508303974,642.6428554966147,2506.46081938728,817.51565792331,4480.481124615536,1092.6821525807627,3000.608127633913,1051.5312994315282,3822.5610676482524,1234.6015510976094,5388.628028276265,16128.591060427956,5216.934105737727,128400.86335482665,49346.447145313214,3826.468135442854,22771.25603339228 -62,4247.413521246827,4043.9573857056916,840.760935103508,1620.241447882106,1796.3509025632952,2883.950157330696,1960.946686203718,3398.5487271269626,313.8987410754755,1242.933346109681,2465.597146011268,6897.572206840696,1379.2324534470636,4023.6803060537313,1579.684853104192,4547.409982553778,1213.0782880015677,5163.2741194698665,385.3525560394766,1401.0960497530689,719.8995167221918,2694.0207119209836,1628.3245525107789,6183.176564044357,753.4551688142541,1800.2072267056665,645.6497730774431,2451.7781276383016,821.3670622800681,4382.73183353172,1097.8324946003015,2935.1447746727463,1056.4296121105422,3739.1654179189445,1240.3526537367234,5271.065972990609,16205.384680238962,5241.043450202942,128978.12607462124,49560.00812323957,3844.6894122782965,22869.207304190724 -63,4286.469565000014,4013.741255910211,848.5205452527704,1608.1351319099658,1813.2271483985996,2862.401509813879,1980.8815246507338,3373.155039790365,316.843142823949,1233.6462464369856,2488.7327944959984,6846.034092761575,1392.174323238447,3993.6156849939266,1594.5768509369243,4513.432094766978,1224.6262045258084,5124.694543553706,388.9260592610826,1390.627170866036,727.2728062744239,2673.891202200912,1644.9393345648127,6136.9763577148005,761.4339363672452,1786.7562206655994,651.9726070875603,2433.4586353517843,829.0698709935843,4349.9844078518945,1108.1331786393791,2913.213605023548,1066.2262374685697,3711.2266696042425,1251.854859014951,5231.680984868972,16358.922458915464,5290.93352709601,130206.57316036042,50035.62821152527,3881.1319659491805,23088.089152262983 -64,4388.231795813117,4117.9706494593665,863.8885478396501,1649.8954096302234,1822.534511715057,2936.732752024067,2007.3776635162906,3460.74960100602,317.47398879285885,1265.6817444728847,2492.7439702997617,7023.812862296027,1394.4181382323045,4097.322454906507,1597.0069067766194,4630.637529813432,1228.9399253951217,5257.7733272477835,394.9527171235122,1426.7391714736775,735.497156650627,2743.327182413,1663.8145915460161,6296.342216948559,777.2096785757212,1833.1549557674025,657.5672391491692,2496.651029085733,830.9183522369328,4462.94541053513,1110.0009495995957,2988.8643428192745,1082.748094474955,3807.600322122753,1271.253150152955,5367.538007414358,16215.882151596867,5284.309537271085,131531.80811532657,50952.845156405165,3844.6894122782965,23557.430854110138 -65,4464.343471072832,4344.039255925403,874.3711969720661,1740.4714694957268,1822.363075860014,3097.9536876080574,2024.483192874556,3650.7380458556795,316.47718833460226,1335.1652188730857,2484.007025152963,7409.40657362225,1389.5307711658934,4322.257515515626,1591.3397563736207,4884.850554268011,1227.0708374722642,5546.414891354429,398.775225067137,1505.0643864258307,740.3739413795927,2893.930527118706,1675.0488321024643,6641.999199959285,789.5124393938203,1933.7916094893164,659.9458017796392,2633.712331125734,828.5001556471378,4707.952462692272,1106.1893152794344,3152.9472016871227,1093.2273569603954,4016.6301992334447,1283.5568388076606,5662.205439696559,15995.651063863985,5251.718538129005,132173.11329487074,51598.089849235,3790.025581771969,23899.21243782172 -66,4503.7199442717765,4337.151281949292,878.8205558254883,1737.7117517579786,1815.4262942933017,3093.0415256494985,2031.206658608833,3644.949380705116,314.54771455876744,1333.0481608219036,2468.1882997569924,7397.6581071257915,1380.6819211120292,4315.404078994694,1581.221759655117,4877.105061763749,1221.2511216844914,5537.620412487725,400.09334316275255,1502.6779336993889,741.8599348197682,2889.3418673518127,1678.4977481247133,6631.467546135883,796.651176350731,1930.725360430168,659.2154602174849,2629.5362772439435,823.5903181990301,4700.48746246246,1099.2033013942398,3147.9478411855684,1096.8409283942499,4010.2613699816725,1287.7995283972625,5653.227361594978,15772.70450903637,5208.409841215148,132174.36630423673,51897.14459093374,3735.3617512656433,24069.310585543113 -67,4462.754939906936,4184.7710308200285,867.46591749099,1676.6594766793594,1784.704499991037,2984.371476164879,2004.152491791783,3516.8887561433476,308.58572016395107,1286.213222331552,2420.971848918922,7137.750871511536,1354.2694711147508,4163.7878879666705,1550.9398357253156,4705.754226668749,1198.82950703221,5343.063217163385,395.3335681887528,1449.8832705626664,731.2255309034052,2787.8285442685824,1654.600664521786,6398.479433814012,788.5815123489865,1862.8917996068617,648.5352297538186,2537.1508905622377,808.070757702708,4535.341860338554,1078.213160644096,3037.3487286809914,1083.7921834184906,3869.3659769168617,1272.4790136435327,5454.608464293452,15393.009959807461,5102.913346710139,130193.51232337329,51313.070564718015,3644.255367088432,23824.251647827958 -68,4311.65309244766,3933.6197870353194,834.9147396907175,1576.0338725853348,1701.7017757940628,2805.2628456963816,1923.7016285806649,3305.8208198446255,293.5207567453851,1209.0204564234953,2302.105430630061,6709.374982842131,1287.776685789203,3913.8959585834714,1474.7391556019836,4423.335901205093,1141.7809697858763,5022.396456012548,379.79470436053623,1362.8677602605176,700.8664250532748,2620.5155416705966,1586.0516522976409,6014.471310956602,761.035883626506,1751.0893642855876,620.1734859595402,2384.8824397578164,768.7628893166141,4263.150923050958,1025.3329865494666,2855.060640420484,1041.1929697130038,3637.1439340371408,1222.4633314239304,5127.247256218598,14515.777003430489,4841.912474726556,124620.7038763643,49406.13701481308,3434.7106834808474,22970.001192164218 -69,3898.335036858469,3755.312150570369,750.6357706510108,1504.5935987348741,1518.1909004431084,2678.10266887206,1727.264630483508,3155.970776150551,261.0180192867773,1154.216588308645,2046.5505720096148,6405.24472620406,1144.8216392944403,3736.4823864723967,1310.9811518725032,4222.829850154115,1016.5048211282066,4794.735499960544,341.67978465747507,1301.0901248247642,628.2588310214721,2501.729802872207,1421.948281881314,5741.840446230556,687.0250214319793,1671.7139740117864,553.9724454890627,2276.777748887203,683.7673851950972,4069.905920702753,911.5665441531993,2725.6431719515335,936.7023436448468,3472.2752956144686,1099.7810212647862,4894.833502647164,12790.546192550028,4295.480254496068,111575.4197229038,44511.134337352545,3024.7319546833987,20728.950517059322 -70,3403.364638067138,3648.678464991259,661.622665868486,1461.8700236234235,1339.4009288555324,2602.056804642716,1514.9115523711498,3066.3556437867114,231.5238107173214,1121.4421174170034,1815.7865267715251,6223.36507817332,1015.7343466700167,3630.383380052793,1163.059648884475,4102.920800668835,900.8523966358524,4658.586946328289,298.72447884437815,1264.1451174011931,552.0443174931133,2430.6921211809936,1249.1978490696185,5578.798444863034,599.3949230222056,1624.2449447711938,490.7697641448307,2212.1276764367735,606.4012455185788,3954.339211229917,808.7380405511374,2648.247374919166,818.9419801880363,3373.678561902085,961.5187294431405,4755.842623658823,11436.294261664056,3814.1897628663096,98262.00688051006,38951.051208538025,2705.8596100631603,18095.79689573146 -71,2781.3472594493246,3405.0650120164655,559.1279253479443,1364.2644911896145,1221.4215397554672,2428.32375332078,1310.216984907106,2861.6224798208873,215.24315498723215,1046.5661344668383,1691.9729438308032,5807.8460154871045,946.474162764603,3387.9914457338887,1084.1083104580168,3828.9786835095933,829.2357648952238,4347.54434203538,256.09127223882194,1179.741199635842,483.23286715144786,2268.400676088984,1092.5808191596886,5206.315540259723,495.41075987548413,1515.7980308353253,437.14223662888656,2064.429251692416,562.9481957016573,3690.3175281124795,753.2565434574801,2471.4302907267293,702.0646396554296,3148.4261885899928,824.2931937051849,4438.3064925717,11352.297384205453,3614.3124550334674,86883.5195109768,32797.452717064196,2696.7489716454397,15058.604629744947 -72,2316.9477678348862,3129.6109060711315,493.08020273569315,1253.901765553707,1075.5550926147184,2231.883524997304,1103.4374037131495,2630.130376454163,202.6033433509276,961.9037453891307,1609.815328983099,5338.017972257828,900.5159457545483,3113.91851281141,1025.315644875683,3519.231910326757,752.836953660235,3995.8479909915955,214.00382384128764,1084.3055600090602,408.0001297901208,2084.8974895263714,922.1085346546739,4785.148547162498,433.9597340741014,1393.1769384614736,399.697469231557,1897.426415680315,526.2862107510932,3391.787804957901,683.2158303764121,2271.5029416934717,586.683474827306,2893.732983657805,688.8243159444747,4079.26790079494,10759.692753056892,3318.460922257542,77181.3817184451,28367.399457040166,2475.473427743707,12764.412178020217 -73,2451.1405606438125,2980.024834550844,520.3336378297247,1193.9689992095994,1132.506191430651,2125.2061460466025,1165.4912638344629,2504.417985231108,212.9098873321251,915.9276139236235,1691.5395737812175,5082.8766265315135,946.2317395294417,2965.082490907808,1077.4334091876408,3351.023116315527,791.6790060085294,3804.858369181056,226.18053685940708,1032.4789867009486,430.6317915329337,1985.2456048860922,973.309042955195,4556.432711777823,459.6396361530829,1326.5872340503474,420.4344611021129,1806.735089493459,553.0938682921844,3229.670459255329,717.9384715877657,2162.9318727354894,620.0654779019021,2755.4211736451475,728.0180829744455,3884.2910559817415,11278.70861668182,3486.145409754668,81340.58837442493,29981.3660832353,2594.4865733083097,13505.850527631685 -74,2536.3326068425968,2896.199452584691,540.77854762853,1160.383739699648,1193.273508647447,2065.426034524135,1217.8608268344299,2433.9709903668713,224.55076092891164,890.1634051155895,1784.626130568062,4939.899940644244,998.3035065282637,2881.6774234466966,1136.8201757937388,3256.7618908902377,833.8766673625037,3697.8311718148334,236.44887317327255,1003.4362940264499,450.6320370612206,1929.402455796603,1018.4736701509802,4428.264413299392,476.9340798662446,1289.2715444908495,440.6820100439092,1755.9132784694352,583.2083363514904,3138.8227734464676,757.3097492474064,2102.090570912531,648.2157376551194,2677.9136879086254,761.0692668754015,3775.029489547696,11997.206625090794,3688.898951672274,85232.72895936224,31197.814175916123,2761.10497709875,14033.607418497348 -75,2753.3638544185997,2888.401745126293,586.1287263109691,1157.2595305110908,1301.533649468461,2059.8650956945235,1325.6909644262323,2427.417783636524,244.67919610420634,887.7667352947083,1944.7529288503672,4926.599788067901,1087.876970390684,2873.918814999529,1238.8950294127196,3247.9934076063405,908.2380744670289,3687.8751566368655,257.6986989993092,1000.7346490596387,490.57319102706464,1924.207745913487,1108.79381382754,4416.3417846929515,518.4008000191943,1285.8003186643948,478.82072424907165,1751.1856696524383,635.453837440337,3130.3718286300636,825.2244371407912,2096.4309167376764,706.4713399678151,2670.703691539586,829.4670948946547,3764.8656261507717,13098.925205629948,4024.3528177315243,92779.68808839277,33920.331968643986,3014.999687636567,15261.640425020456 -76,3386.965056306554,2912.1847613836558,722.0219468009753,1166.788371945484,1590.731149182578,2076.825965193214,1624.2633997657254,2447.4050713152724,299.60755442202225,895.0765808637625,2381.081313789307,4967.165267939543,1331.9550712440578,2897.582579229974,1516.6975400045083,3274.737291190835,1112.4752062063105,3718.2410137941715,315.1352971446028,1008.9746691565837,601.0543842140848,1940.051616725718,1358.4028224701271,4452.705814953164,636.250103212917,1296.3875612230577,588.3600170535203,1765.6048817032824,778.1604671722257,3156.14721954219,1010.4308078881164,2113.6928681470813,863.9316244491396,2692.694188333067,1014.3410131146923,3795.865420602708,15996.768287015286,4918.980350850097,113720.28703838296,41629.65347329321,3681.473302798334,18720.95988422133 -77,4632.9503818565845,2911.7948738046343,959.8650751227879,1166.6321606021652,2021.558440333452,2076.5479166784507,2138.2309890610754,2447.077409124743,374.6612790130056,894.9567466946605,2973.081175259717,4966.500256547891,1663.114369792509,2897.1946466125755,1893.7543391942345,3274.29886454589,1400.514021534989,3717.7432102185503,418.60428827336966,1008.8395861439026,784.4239851613701,1939.7918797618922,1774.0547988296853,4452.1096801497315,864.2140298843715,1296.2139989496673,754.1406823648604,1765.3684999249133,974.0329539198773,3155.7246699104567,1262.6728635435227,2113.409883837128,1147.587991717233,2692.3336864747866,1347.381590411084,3795.3572245573355,19247.011079214022,6085.361548717851,147144.66104185002,55751.02133075613,4419.354805298862,25342.91520091555 -78,4609.278048033833,2941.4261722315814,951.6136091347772,1178.5041595593268,2011.9757428105245,2097.6794914231227,2130.0192185800774,2471.9796031755463,372.0677721722913,904.0640951137026,2952.4728980874706,5017.04085353953,1651.5862883573172,2926.6773687462814,1880.8263931429392,3307.6191123652716,1390.9832463881817,3755.576080771277,417.4090647674215,1019.1058405119134,781.0982274587421,1959.5317840362243,1766.630589835152,4497.415684274138,861.6924140714054,1309.404661579648,747.5159476491024,1783.3334195438758,967.296259269932,3187.838271142681,1253.9268492225094,2134.916577021395,1144.3113312021153,2719.7316820020674,1343.5344674994105,3833.979918610912,19109.190999750586,6047.72552724867,146317.5847055836,55498.8965981612,4387.617966481635,25251.541679984253 -79,4483.500421720524,3128.636193426725,924.511044960348,1253.5112397208127,1954.5573266731144,2231.1884082054894,2069.624673477666,2629.311226275017,361.53883992182904,961.604161903684,2868.8549346245645,5336.355454529655,1604.811165711769,3112.948687539457,1827.4971284486244,3518.1358508022518,1351.3598871009644,3994.6034901003222,405.6153480765581,1083.9678546611874,758.905135085017,2084.248151315864,1716.446966780141,4783.658219791376,837.4100883867272,1392.743035583905,726.6063191826084,1896.8354650558758,939.9374666424717,3390.7314377097478,1218.429435269775,2270.795485493476,1111.9792982265924,2892.8317348401856,1305.5734690171978,4077.9974188972988,18556.87694083961,5874.31391982558,142202.99141784923,53951.97832419193,4260.670611212727,24547.520807666897 -80,4345.103264031658,3347.9467842408935,894.2208575611455,1341.379650612739,1856.2348186719416,2387.5898616724467,1984.0139453595007,2813.6202231728385,342.6695819716595,1029.010521684198,2717.9741015257796,5710.422362655998,1520.4098100606125,3331.1596183190813,1731.2142369547253,3764.7495202423124,1283.5400873177987,4274.6165045002845,389.0275274978503,1159.951643101906,726.1911638310717,2230.3494124432473,1642.6070690257268,5118.982254154871,808.8784227601084,1490.3712924671956,695.2767301210861,2029.7995045925534,891.1218496853558,3628.4143349602027,1154.6121252491164,2429.973308913163,1066.5044088426266,3095.6129460998113,1252.1814596687475,4363.856166282516,17393.705538330545,5545.861698997547,135898.16480002066,51979.19184424888,3990.907481266297,23690.090823826675 -81,4221.12346430405,3582.397929533861,866.8887646884585,1435.3142366817776,1788.9390630249625,2554.7888088581935,1920.3039146980332,3010.6533680386387,329.944374161638,1101.0704171589332,2616.5935613215106,6110.313743646044,1463.698464728335,3564.4351863014667,1666.62395184929,4028.3886679482075,1236.8170095604335,4573.960789148329,376.4215836282946,1241.1811275398923,702.3808919185507,2386.5370724778077,1588.7745565712664,5477.456067977186,785.5000380043122,1594.73951542565,671.447003832208,2171.9429881171054,858.1232834322968,3882.5061563813497,1111.6473509087098,2600.1402984207957,1031.945685451059,3312.3935723669633,1211.6061068226184,4669.4497560296995,16672.105165935132,5331.925610167354,131302.2589253072,50388.71641321698,3824.2890774758553,22982.23037168875 -82,4099.928925542223,3733.348601277577,841.6030961869648,1495.7937402020987,1735.233141102224,2662.4393531154733,1863.9202884074703,3137.5125716313696,319.9476399556505,1147.465966278989,2537.239026071228,6367.782618492185,1419.3082647630004,3714.628966094421,1616.0784189165233,4198.131948128887,1199.5035026575435,4766.692715425765,365.41367438802035,1293.4804892085576,681.6542433678549,2487.0980322924206,1541.9079909000827,5708.258365536418,762.8621064466478,1661.9366849877354,651.428438702798,2263.4616467067704,832.1396539465636,4046.1024189638088,1077.9514230347181,2709.701807888728,1001.767914195638,3451.9671330555216,1176.1744242652346,4866.205278785914,16154.057049129313,5169.204621138989,127406.73672875104,48923.97625835331,3705.2759319112542,22318.113434059363 -83,3896.2035062354585,3835.303661121019,797.0072721025365,1536.6427892953343,1619.2066273830592,2735.148653148032,1754.936336192258,3223.1957788975656,297.9327389960066,1178.8024348906406,2361.7193605953953,6541.682172826927,1321.1241720234095,3816.072806191415,1504.181757897688,4312.7799062262575,1118.9824425767315,4896.867658341684,344.1308239018548,1328.804509215276,640.7309142605874,2555.018887213953,1449.4490357355119,5864.146787812584,723.3133173963525,1707.3229781712735,611.3931059172746,2325.2751531027047,775.0784072874765,4156.598560180566,1003.596088091023,2783.7018115012056,943.4217760130144,3546.237867780865,1107.670298197123,4999.097838092943,14883.876628999704,4796.258227753625,119566.00847789225,46256.29420196359,3411.710172851904,21135.68362861786 -84,3792.77378798242,3824.581809426255,771.4134171241294,1532.3470000826915,1546.2427705680825,2727.5023594478826,1692.2341618430278,3214.185116332602,283.47597028924076,1175.507012676111,2246.130807971515,6523.394456315104,1256.4649947187402,3805.404715656845,1430.5225264900114,4300.723237280988,1066.7723742707233,4883.1781324421145,332.27105789073363,1325.0897460210167,616.5734716040154,2547.8761585002576,1394.9877897044785,5847.7531674553165,702.8668539169832,1702.5500409062056,586.1785006690473,2318.7746885909064,737.6761094918561,4144.978506788522,954.7040233689876,2775.9197841514756,910.9086712976354,3536.3241191308844,1069.4967036171931,4985.122520787302,13994.307993806711,4547.464863818522,114808.89315395163,44795.817855338275,3205.420720539929,20514.684694734115 -85,3763.879688461637,3742.7058527489135,764.5984471911943,1499.5427922385284,1525.669875973446,2669.1124815090443,1675.2266048295246,3145.3764218266574,279.595679090312,1150.34197083897,2215.101955709234,6383.7428058841815,1239.1077390524663,3723.9392987396395,1410.7491073492997,4208.654130904707,1052.7675606827706,4778.639936858439,328.7184120330179,1296.7224640422633,610.1183912270437,2493.3316858317826,1380.3708429080368,5722.5655237191295,697.4400360705201,1666.1021571018443,579.734370189326,2269.13477881576,727.6379534720872,4056.2435554759654,941.5802641491074,2716.4933947285085,901.16922562221,3460.6191310296017,1058.0616329310312,4878.401918148539,13754.80220206981,4479.782842748694,113512.90802095341,44390.54554016635,3149.8812526097813,20337.054924455315 -86,3784.666195708941,3665.8984093862623,770.0491342100007,1468.769321755899,1535.6985380982144,2614.3372162817545,1683.7507983699668,3080.8273146088864,281.5020829989465,1126.7347654509215,2230.2619498949402,6252.736260540909,1247.5881009026657,3647.5169807624416,1420.3399880933216,4122.284542561282,1059.8654827879557,4680.573155566721,330.68623312550375,1270.1112524930436,613.2477139013871,2442.1637768968144,1387.498150341619,5605.127593877731,700.345238104017,1631.910571627928,583.431039442601,2222.5678168734785,732.5874709526266,3973.001722051222,948.0114357226971,2660.745783035385,906.5639335094592,3389.6006437736396,1064.3955525479907,4778.287831236463,13858.176592691952,4510.732336779167,114205.42118652399,44633.94592512653,3173.6838817227017,20445.533305941448 -87,3847.889056518999,3666.873122030668,784.8138282917419,1469.1598475887931,1574.4133289268964,2615.032333073569,1720.5005263832693,3081.6464647880325,289.0402771275393,1127.034348936368,2290.425935754715,6254.398778269082,1281.243283364559,3648.4868060343947,1458.7418351763513,4123.380602085786,1087.4990623863641,4681.817656457994,337.39531864962777,1270.4489578409161,627.2314484217903,2442.8131151073217,1418.9972856181478,5606.617921248853,713.6104403650189,1632.3444745054965,597.3668738096156,2223.1587674979173,752.1126479057947,3974.0580892993744,973.4841814210766,2661.453239235381,924.9566404132656,3390.501892591259,1085.9904061530135,4779.5583131341045,14303.887335941234,4639.258914729805,116825.56420085857,45497.300313540225,3276.8286078786896,20820.731788205918 -88,3988.1434243918343,3815.9393476476926,811.8377346875155,1528.884333825411,1621.3778873047497,2721.338983667982,1776.0019310424861,3206.9219766218334,297.30545043678245,1172.8507028012782,2355.5724585853864,6508.653449307166,1317.6856513575017,3796.8055886291613,1500.1519126229139,4291.004831962328,1119.142358150495,4872.143545532893,348.75980448905483,1322.0954219213397,646.9759218310627,2542.118686595205,1463.7904701696455,5834.538916653925,738.1663030253378,1698.7027644227073,615.6955074787987,2313.534920527937,773.6925458489662,4135.612040047089,1001.2528189134392,2769.6469988300178,956.1119530718167,3528.3330373449307,1122.569818819068,4973.857568697334,14653.903894436067,4765.740702632898,120508.68351226555,47058.322207199395,3356.170704921757,21551.56646954512 -89,4074.021767484302,4042.0729395790004,825.9138426744832,1619.486430598403,1633.4747397596316,2882.6062636678294,1802.00149640329,3396.9650353680327,298.7195325495127,1242.3541508545354,2366.0032785428243,6894.358003032638,1323.5205564735443,4021.805308855544,1506.7632450295723,4545.29093224964,1126.0957709469951,5160.8680822673305,354.2010122549472,1400.443152164827,655.4731133377062,2692.7653235942544,1483.1600111780156,6180.295261890198,753.1293378992129,1799.3683470607923,622.1012147408179,2450.635622078657,777.5344440083757,4380.689521696977,1005.8635534548458,2933.7770247994513,971.028820546664,3737.423001984058,1140.083693804929,5268.609705797625,14592.850457617104,4775.865395227462,121898.2832790699,47894.88018367375,3340.302285513143,21970.271020414857 -90,4091.354918459015,4055.4590062553507,824.9235147405054,1624.8496572559836,1610.0852463548672,2892.152543565278,1794.9498295031965,3408.2147087758076,293.3500068473897,1246.468434725106,2322.427259517898,6917.189935384863,1299.1445306785624,4035.1242555515546,1479.034471681069,4560.343497701079,1108.245906515835,5177.959244472898,352.94634436076717,1405.08097678886,651.6494491752608,2701.6829103632726,1474.644375854636,6200.76244437103,756.0879784185696,1805.3272857116071,615.6347875688446,2458.751351885354,763.7774634427134,4395.196979356049,987.5778011179974,2943.492766067495,967.5891954656761,3749.800164457404,1136.045234405311,5286.057674171204,14153.51491212303,4673.539062018989,120836.41124834477,47879.19944099743,3237.1575593571565,22010.500061366845 -91,4049.977147725747,3905.9379138971835,812.9595996279686,1564.9429252939613,1578.3408215153156,2785.5215045353384,1767.8812541324928,3282.5569261521146,286.80872542608654,1200.5122749753461,2270.0812661924992,6662.1594213068365,1269.8626616112203,3886.3528869936704,1445.6749396524306,4392.207772434721,1084.4960890420666,4987.052587242367,348.19187006507747,1353.2769165882517,641.0371716700042,2602.0743138172784,1450.7962405912715,5972.145961574439,747.5091408058988,1738.766507410743,604.1252354019489,2368.099421387731,746.8634917143092,4233.1500563150385,965.4466115044031,2834.968859636208,954.5549821011474,3611.5484361450985,1120.7417811977043,5091.165525960303,13743.310711869555,4561.047523277125,118752.53427595225,47269.23867344378,3141.9470429054745,21760.435108459038 -92,3983.590303278362,3646.794018864567,801.3038709923449,1461.1150063397204,1563.7560598378484,2600.7129109798493,1744.9695558848102,3064.771952027781,284.5725736179569,1120.8629221618576,2252.7844354667805,6220.150874365263,1260.1869729784341,3628.5083828546058,1434.6762450010874,4100.801750364697,1075.1922093150818,4656.180909125752,343.51005002167113,1263.4922198129511,633.2206838732513,2429.436732854264,1433.0327077763195,5575.917142708874,735.7248449411609,1623.4060651263194,597.6050362337363,2210.985170877129,740.9561742681133,3952.296899395173,957.9982020701717,2646.8796250458704,941.7199476504603,3371.936145967198,1105.672183697586,4753.386356465839,13704.191516222418,4532.016129076179,117401.97409541316,46581.956950477914,3134.0128332011686,21426.301516872136 -93,3606.8961024849823,3485.251460053478,721.6622032223904,1396.391784896331,1398.8394621875445,2485.50875735904,1570.1892732497524,2929.01130836599,253.74036318030966,1071.211896196076,2008.0876919554746,5944.615957054839,1123.3058565926583,3467.7758254900627,1278.8167014299743,3919.1479458163494,959.7797319569132,4449.925394156549,309.70051485025914,1207.523123348864,568.9392900007621,2321.8196247135847,1287.7367362041543,5328.919939606008,665.1526659673817,1551.4938133255996,535.0246932646445,2113.044842975618,660.8060946138287,3777.221435574977,854.0822190320919,2529.6304178564897,849.0323721640958,3222.569005857448,996.8478201006048,4542.824917824373,12114.981359100146,4031.7856361426666,105352.92288025528,42038.578313924576,2769.0391868030574,19369.58820126789 -94,3159.3854821649284,3417.996211951674,639.0753302013384,1369.4454721217908,1243.5021796118901,2437.5456447827028,1384.3635840542845,2872.4898824387706,227.03843934394553,1050.5406124525593,1797.4881292777532,5829.902104799388,1005.4983907636297,3400.857806466783,1144.5965332424869,3843.5197535712164,857.5407541038768,4364.054736085316,272.080831202365,1184.2214281396905,502.766520714367,2277.0152377998916,1137.6928505940555,5226.087235349038,582.4959349102943,1521.5544811024877,477.25728050645245,2072.2692040315105,591.1168833037748,3704.332013478257,764.3451349814144,2480.8158851581234,745.8994172089591,3160.382767504706,875.7595498553665,4455.161568297609,10961.492504214992,3614.8911052076282,93377.86788870339,36954.34907729294,2507.210266560935,16974.359956156193 -95,2590.6027378979043,3201.3498361190927,543.035166784854,1282.6444986748024,1144.4383717944536,2283.0441775130453,1203.5675601769417,2690.419896383761,213.52183787374094,983.9531143280866,1694.8715099625513,5460.379412513449,948.0955941017692,3185.2977318485996,1079.4929618777446,3599.9019806373267,797.4034415935607,4087.4433579913543,234.3159287801425,1109.1607011287458,442.5918386797603,2132.6888347278323,1000.652305277341,4894.836763109108,483.61853334601955,1425.1122256049446,428.8307796317305,1940.9204297897322,555.0041190751061,3469.536520494832,719.7020557596277,2323.5717756567515,642.3683504182305,2960.0649700684467,754.2038570141505,4172.775471980331,11052.41705279305,3471.3614486410065,83194.25606423889,31282.17783791191,2538.9471053781617,14170.697597040722 -96,2246.077225854816,2964.1045112171482,512.6149025856038,1187.590403871252,1096.5749015891406,2113.85255979338,1074.0476001527063,2491.0385181792467,220.7525535879134,911.0344118285067,1773.7940942210466,5055.722141635462,992.2441646398732,2949.241994741793,1128.383319293006,3333.12079184766,818.3497350835672,3784.531499829509,214.71129348037104,1026.9631268621486,435.18609948858165,1974.63973625032,981.2747447641265,4532.090672349596,448.7067626819087,1319.5001462343098,426.08521073801404,1797.0828857703298,569.2886032300424,3212.41644265235,733.5047828843577,2151.3767426025233,588.6229763686433,2740.700760749141,691.101482218637,3863.539829744819,11894.687676745965,3550.6512619192868,81096.17496001086,29354.024865865493,2677.0723560962992,12982.424074770735 -97,2313.7354938129606,2786.5766499102415,523.0746559946847,1116.4625527074293,1100.6909152977405,1987.2484799985846,1092.589009589803,2341.843798866231,220.37826826271703,856.4702120518606,1769.8507234789506,4752.921907780697,990.0382791762763,2772.6042878655157,1125.9106983199472,3133.491594086573,819.0155473064932,3557.8661509287485,218.80835841887784,965.4556574517577,441.1501315116725,1856.3734713795832,994.9165748710082,4260.6520772304175,461.6380203104591,1240.4718805072898,428.9671610050135,1689.4509584564557,568.5194585335585,3020.0165395676127,732.1384703327275,2022.5252427534801,599.8549265813598,2576.5531260430307,704.2889005693486,3632.1424682641327,11728.221527267051,3531.713708057908,81913.62542150496,30011.48736028403,2637.7036449772363,13326.625631841427 -98,2465.6099326018257,2697.877698418909,564.1295840987917,1080.924661507603,1221.4158950543597,1923.9927800219493,1189.366283244346,2267.3010478090846,245.74642443120598,829.2080838792849,1975.1551551740297,4601.632622501603,1104.8836972481,2684.3500877730953,1256.6450042622287,3033.7500639509003,910.3340078292565,3444.616441058378,237.99569595073825,934.7244358540655,482.4383212345502,1797.2836270384994,1087.816075794296,4125.0321322589125,494.5603752043524,1200.986673754042,471.70479031310947,1635.6743904887517,633.6331165768382,2923.887010686805,816.6225343759295,1958.1466553556543,652.4562944159119,2494.5393903903278,766.0480991338633,3516.5284841260873,13324.47203752689,3964.6299756786702,89898.67332745864,32386.66754237899,2999.8957872726182,14314.072358886506 -99,2810.0472012148525,2677.0188200947646,649.7778964640546,1072.5673975718928,1447.8263231806886,1909.1172608987033,1384.2383313493558,2249.7712106677754,292.70491265305714,822.7969887665705,2354.312127779179,4566.05469581448,1316.9806338517776,2663.59579935851,1497.9995564176904,3010.29435893992,1080.7396144032239,3417.9840865748924,276.71358686725534,927.4975318007384,564.0172397009202,1783.38777085779,1271.506252150181,4093.139084112068,566.5525532518046,1191.701139828084,553.8709455689343,1623.0280303112245,754.3476546866157,2901.2807215191365,972.8942373821096,1943.007072546237,758.599943501982,2475.252640049706,890.6712214999473,3489.3401353670756,16141.815553428743,4750.81472720978,105464.31644039409,37372.77360163027,3637.668907401442,16440.088341228016 -100,3410.7417973290317,2692.0943954114446,787.135409170087,1078.6075383669202,1731.2920510840486,1919.8684146967305,1665.9712192227523,2262.4407500363927,350.06419429569456,827.4305527450445,2814.9219036829195,4591.7683370298955,1574.6415223424863,2678.5957832155527,1790.9031712133408,3027.2467684608846,1293.836265718018,3437.2323922429673,332.63928257763314,932.7207146905031,677.9960861791085,1793.4308816706832,1528.4583517746034,4116.189510982804,685.5110405296647,1198.4121797929863,666.4486434080164,1632.1680786098664,902.3284410242317,2917.6192230282686,1163.4473258641817,1953.9490761074878,911.9181454974405,2489.1919733568807,1070.6819259815165,3508.9902811267452,19187.90113961034,5665.958428245826,126710.11418445603,45135.17649178308,4322.684480873142,19872.2734649256 -101,4127.665367170782,2673.6398154204035,894.4423998983217,1071.2135743478057,1753.597355803684,1906.707522087733,1841.4400744828758,2246.9314893404444,342.15767076885976,821.7584324253812,2740.8501076282737,4560.291299590019,1533.2064382822405,2660.233737579533,1743.5614323539205,3006.4946849765893,1285.4782724859183,3413.6698157454402,373.20293263724807,926.326819636936,731.9809117831024,1781.1367311681574,1652.5246765076909,4087.972614607182,814.3153570323943,1190.196942811726,693.7127963348686,1620.9794009703048,884.147159812311,2897.618647481383,1135.7944561818913,1940.5545571095997,1023.1218742041907,2472.1283100382134,1201.2460813456162,3484.9357970264796,17113.575942912365,5384.200452487528,134208.32217383193,51811.20405552078,3834.5124629967586,23398.191933809136 -102,4099.868308677368,2622.434848976537,884.6001524448501,1050.697925675784,1739.4563360273232,1870.1906756061442,1830.0282950977332,2203.898747663812,338.4431428842245,806.0202942084765,2710.9440638851083,4472.953595527198,1516.477271414283,2609.2855214137057,1724.7348055629298,2948.9149546890662,1271.9269724786463,3348.291956185775,371.3176885110027,908.5860104815694,726.9273014063273,1747.0247890788064,1641.231721820044,4009.6806549546095,810.5452566531237,1167.4025506251764,685.2776297990983,1589.9347571277938,874.580299201011,2842.1240873107654,1123.444287077862,1903.389479597592,1017.9535479797786,2424.782647982184,1195.1779561488795,3418.1930669412336,16904.302165764486,5328.1897265788375,133055.10062317815,51466.49717824364,3787.270009653883,23270.44232408724 -103,4008.2985039191135,2731.4728265856015,865.166054867437,1094.3847981784274,1707.2728644901138,1947.951161854643,1791.6839356385901,2295.534451175836,332.63232881896954,839.5337379558608,2664.6654419418824,4658.934122054224,1490.589434308305,2717.776764340332,1695.2379251251443,3071.5276186131714,1249.1464262499867,3487.510279756208,363.45013532000496,946.3640247210702,712.127970380153,1819.6641722491452,1607.7665715899886,4176.398798455894,792.0829242591084,1215.9418740045585,672.363375299029,1656.0425082947036,859.508631998903,2960.296503573202,1104.1904877231761,1982.5303358666006,996.3849453182371,2525.60246288844,1169.854287404694,3560.3178023725286,16655.587357170403,5239.547300108243,130465.18721288258,50359.483011969,3732.1538140871935,22754.39191415956 -104,3910.697345869268,2908.3508836650035,844.1517657818105,1165.2523004705893,1641.2258669027096,2074.091833451624,1734.3344391936819,2444.1830739008724,319.40401981899186,893.898216700415,2557.817559618902,4960.62601792418,1430.81970788712,2893.7679252163366,1627.1062823556117,3270.4261147498282,1201.516879005444,3713.345966761307,351.8010010986629,1007.6463586887663,688.3040711425465,1937.4975477789162,1554.0651492631246,4446.843848419299,770.5989318294712,1294.6808730171385,650.7332307040915,1763.280471073275,825.5111551480101,3151.992166379959,1060.1633566945632,2110.910201298906,964.4492797724888,2689.149268934859,1132.3586634138242,3790.8681813986486,15855.93631686356,5014.717850145664,126031.4039333002,48921.66646093746,3551.0577429395034,22128.471573160514 -105,3794.8167583232607,3137.7335219464303,817.0062751982584,1257.1561517034977,1577.0494357203822,2237.6761724209164,1675.5746408168375,2636.9566367756775,306.4809194964449,964.4002776633665,2453.745787442884,5351.872304577536,1372.6029120471658,3122.000400530258,1560.8863320037456,3528.365751510728,1154.0641535600626,4006.218845165176,339.78369227435456,1087.1197748810491,664.2568260714975,2090.3086482790286,1499.8167922036987,4797.567957984287,747.3579505366434,1396.7928004510566,626.811744073119,1902.3510105864482,792.2329498412115,3400.590876744477,1017.1927789743198,2277.3984176515837,931.504277330164,2901.243400184773,1093.6779782661754,4089.8552636349395,15123.296592352192,4802.284860718196,121477.07665515576,47348.77075398316,3385.709156239438,21438.64680809769 -106,3707.554776863333,3340.9938247995115,799.3748272076149,1338.593895967502,1548.4094988130391,2382.6313552980314,1640.941499393861,2807.7769441257346,301.2114461382863,1026.87348997996,2411.8521251984575,5698.563053760289,1349.1679812212844,3324.241522180886,1534.2477649753287,3756.9309519053186,1133.6327373993142,4265.739053005788,332.66635426160633,1157.5426750841302,650.9357243166859,2225.7174603830103,1469.6883196883848,5108.351238105923,730.5285312023781,1487.2761144918761,614.7932372636997,2025.584051200044,778.5499525749027,3620.878905237646,999.7423269931132,2424.926781310023,911.9923615060039,3089.1840293196033,1070.7690629020613,4354.793383362845,14909.371433159786,4724.233359964321,119103.5927393094,46322.78077432496,3338.466702896562,20961.340459949868 -107,3560.4712899261876,3526.969210398618,767.5057368358539,1413.1063102423489,1475.4730301461882,2515.259791110439,1569.6377449765816,2964.070977351432,286.9695323718814,1084.0340844841965,2297.401584073012,6015.771799678127,1285.1453971222718,3509.2843960476907,1461.3645668130248,3966.059348750451,1080.895777845456,4503.19009507574,318.03022529958315,1221.9769292716878,622.2304455981067,2349.6113328759457,1404.8829947521724,5392.706026262237,700.63182186711,1570.0648783716074,588.0315883198854,2138.3375595091875,741.8250090048003,3822.434007079132,952.4182604608018,2559.909578900436,871.8679616549592,3261.1425007106095,1023.6590564574209,4597.201607126605,14139.787159401832,4492.587025472979,113809.49721815914,44386.57476989786,3165.2443739726846,20093.559808337843 -108,3507.174792417806,3530.088292121347,754.4921418514127,1414.3559934126909,1443.6586071395307,2517.484165743265,1541.1801797847245,2966.6922589841356,280.39280640441217,1084.992752025087,2244.3719799857313,6021.091858558471,1255.4811224580394,3512.387838172249,1427.62010038517,3969.5667406464377,1056.878606447236,4507.172499537371,312.3939052820904,1223.0575868216463,610.4216497397513,2351.68921598938,1378.287946116877,5397.475075777321,689.7017191856283,1571.4533681410076,576.1340496718066,2140.228602271689,724.9031850490021,3825.8143836394565,930.5413262016585,2562.1734396553998,856.4162012436419,3264.0264980926086,1005.5171643603293,4601.267150842216,13756.606964518593,4383.879571925919,111568.09321247308,43642.14832099391,3078.6332095107446,19773.176560886604 -109,3529.26839053505,3422.2849564114686,761.8084869804983,1371.1637893220898,1466.7698667693044,2440.6041649598183,1558.604093310265,2876.094150643062,285.6507189280232,1051.8587825007564,2287.022815123583,5837.217197854693,1279.339608863213,3405.125046443537,1454.7686761476828,3848.34242540204,1075.5704811191672,4369.530551273812,315.41140516186834,1185.7073347276923,618.2083728258096,2279.8723318048046,1395.7073215014448,5232.644689274421,694.980656821208,1523.4636576920598,584.8859370363087,2074.869392129121,738.3782707414962,3708.980038933784,948.0647716487339,2483.9286988429485,864.6885642462395,3164.348270461547,1015.229735160429,4460.75170014934,14102.805561226543,4473.867131279294,113090.07128263162,44037.37583412674,3157.3706317488704,19922.704448775286 -110,3566.028596400101,3317.1458293800283,772.1904328585466,1329.0390201510234,1491.415138031382,2365.624145878578,1578.1289180556698,2787.7350478476237,290.83377438659505,1019.5436726951582,2328.8849761130164,5657.886742240358,1302.7569181756678,3300.5131046047227,1481.341899141469,3730.113999575953,1094.3994695400272,4235.290231268473,319.5472948228623,1149.2801418796819,626.4247492662062,2209.8303014764947,1414.2477200811973,5071.887855257625,701.6403703866517,1476.659945822951,593.9698232776233,2011.1254434599668,751.6995274946936,3595.033091663958,965.3149545854836,2407.6176673739224,876.0269509827951,3067.13345082577,1028.542120497379,4323.70889230861,14415.77510631818,4560.105865922081,114766.79796183745,44558.97317331039,3228.2343117631845,20142.125611400978 -111,3570.2098736557327,3295.8970697800105,771.1110360093932,1320.5255473973968,1480.5681849375105,2350.470582735662,1575.0373902213266,2769.8775538129617,288.20770833342647,1013.0127453506502,2307.3702653207342,5621.643814912541,1290.7217860782578,3279.3708898442815,1467.7074662217842,3706.219875007886,1085.67397414361,4208.160081257146,318.783213672296,1141.9181569975037,624.5509432655984,2195.674712531017,1410.0495287428973,5039.398681944807,702.8930849900714,1467.2008524295104,590.945140155387,1998.2427053255547,745.0139625419001,3572.0042596957373,956.5349834954783,2392.1951048294395,873.932251101186,3047.486204454949,1026.0827360507944,4296.012355720017,14209.599860342594,4512.049265041651,114227.91527871671,44523.83837496153,3180.991858420308,20147.6856658413 -112,3750.4176890921967,3429.822740918234,811.9933743150027,1374.183858456902,1568.1806543611287,2445.979739611285,1659.597592016878,2882.4289176787825,305.7783038247225,1054.175563521339,2448.5406523406737,5850.074013086921,1369.6912071609233,3412.6250352362867,1557.4546789361154,3856.8186266185926,1150.6618852536928,4379.154700083959,336.0492555498873,1188.3189250806595,658.7394857152912,2284.8938851117223,1487.2060681555915,5244.169897891058,737.9406706344745,1526.8191762715567,624.535330574115,2079.4394143676996,790.3287104530039,3717.1492862727587,1014.9159000460575,2489.3996983361294,921.2664587963325,3171.3179342010935,1081.657768645637,4470.576768921278,15154.285007265695,4794.275696646938,120680.31327734723,46860.568779732836,3393.5828984632503,21183.440831929558 -113,3850.9275856047093,3735.363012031659,831.716772987462,1496.6008287753757,1597.437654733727,2663.875931114959,1697.5857058071028,3139.205485886202,310.97292011784197,1148.0851069029384,2489.6456404366813,6371.21849634778,1392.6849608940852,3716.633276255589,1583.5852503409017,4200.397143010628,1171.189352545557,4769.264689836103,343.9112623519583,1294.1784151956367,673.1262016996741,2488.440001006778,1519.7740950858001,5711.338382504208,757.1554288951426,1662.8334196590426,637.1913252310812,2264.6829474663664,803.8578787800157,4048.2855829528576,1032.0930895169377,2711.163887390304,942.8198562401824,3453.829718219196,1106.9635849632168,4868.830947399288,15334.904660985312,4868.276562677573,123207.87602268986,48011.63782940223,3432.951609582314,21725.692173442778 -114,3878.7155623624076,3831.9246501435096,833.9922779823179,1535.2889635458441,1585.3119903228248,2732.738909841968,1699.2594522719446,3220.3560522730577,307.65579922749833,1177.7638766121427,2462.168621648763,6535.918765851506,1377.314568331139,3812.710738140895,1566.1438699096823,4308.980225175068,1160.7190050959618,4892.553379464451,344.2600245936812,1327.6337948676432,672.5413557620803,2552.767843325262,1518.5623928949567,5858.980308670238,762.5504712881556,1705.8187783490073,634.240381142554,2323.2265199403,795.475986012829,4152.93647931163,1020.9632460328013,2781.2492914896798,943.7759748748396,3543.1135319412906,1108.0861626268766,4994.693491536555,15027.449134422392,4802.8630416873075,122810.66568116397,48179.39086913071,3362.087929568,21842.17055185155 -115,3874.7552398390676,3745.5000323578897,832.0449778480249,1500.66230097304,1585.2425120265816,2671.105152042963,1697.7491478978252,3147.724655165371,307.500304680146,1151.2007778638147,2460.969859798636,6388.508695772121,1376.6439919353468,3726.719467864061,1565.3828830294678,4211.796171988479,1159.8147174286296,4782.207510372238,344.2600245936812,1297.690553870874,671.905394886847,2495.1931242747337,1517.181098268897,5726.837800656325,761.5459082916174,1667.3460135140244,633.4238136590872,2270.8288393106104,795.0643723473282,4059.2718118973003,1020.4532177450836,2718.5214382751033,943.7759748748396,3463.202714081755,1108.0861626268766,4882.043970636867,15026.97496275963,4801.908477093727,122723.81122716807,48136.23440565171,3362.087929568,21825.972296810192 -116,3780.916505197647,3566.672549989676,811.3868328739354,1429.0137470150896,1543.6121467758653,2543.574246862352,1654.9810790646786,2997.437732082042,299.29377617411393,1096.2371321483674,2395.163963061674,6083.49176444582,1339.8327762204701,3548.788656444151,1523.5205521758428,4010.7055568028127,1129.1169123397685,4553.882821584593,335.6311634465805,1235.7328092074329,654.8026045057273,2376.061072323949,1478.5850237244051,5453.412095950676,742.9555145711576,1587.739208746308,617.0529777312323,2162.408975283161,773.8725827972244,3865.4634145942377,993.2027380984364,2588.7266604428064,920.1202749405346,3297.853410400097,1080.3120356494092,4648.952627815464,14605.943415192094,4671.812423528448,119572.62898877704,46943.83399458949,3267.6030228822488,21290.864265840424 -117,3414.449913173564,3460.0388644105665,728.2145545530002,1386.290171903639,1373.6558950178621,2467.5283826330087,1483.6306784554495,2907.822599718203,265.31012367075374,1063.4626612567258,2122.3817825678107,5901.612116415081,1187.2409237080522,3442.6896500245475,1349.9813206091656,3890.7965073175333,1002.3212152994635,4417.734267952338,301.48112026668093,1198.7878017838618,585.7725204185622,2305.0233906327353,1322.9178040030176,5290.370094583154,669.7225784892967,1540.2701795057155,549.8046485445908,2097.758902832732,686.1742557859129,3749.896705121402,880.3208622545634,2511.330863410439,826.4992094910459,3199.256676687714,970.3916626830162,4509.961748827124,12819.153603229533,4129.6491315049125,106809.94651037164,42219.35311850504,2866.042169467803,19189.218255511634 -118,3048.07628545095,3449.317012715802,661.25515799845,1381.9943826909962,1270.3995503057934,2459.88208893286,1346.1887318202046,2898.8119371532393,248.0158347705196,1060.1672390421961,1985.8804379283981,5883.324399903259,1110.8833221548498,3432.0215594899773,1263.0840364222631,3878.7398383722634,933.593204540719,4404.044742052769,272.2892849820721,1195.0730385896024,534.344881087377,2297.88066191904,1206.3154419783757,5273.976474225888,599.0189847522976,1535.4972422406474,508.0477347580451,2091.2584383209332,641.0590004843674,3738.2766517293585,823.1789826770267,2503.548836060709,746.4708854454805,3189.342928037733,876.4305099795148,4495.986431521484,12272.269650137141,3884.4119762088503,97929.54229295325,38045.90933082887,2747.9360361106137,17192.664105516924 -119,2447.01313631409,3224.677985635313,546.3365108241928,1291.9910943837913,1114.8263017985817,2299.6806585762097,1130.384319801832,2710.024913272618,221.48407134600484,991.1231540122913,1777.1062970896965,5500.169049345151,994.0969805778835,3208.5089101159274,1130.4725933803004,3626.1343688320044,826.5951581001048,4117.228446993029,227.01358107374497,1117.2431251055061,453.90342564143685,2148.229680481952,1023.994481684466,4930.505305977802,485.99568383425463,1435.4969797799547,438.20836218835177,1955.0638643729737,571.7126215527866,3494.8189391136634,735.599178147948,2340.503580229506,622.3492374421755,2981.6348833032944,730.6994421239827,4203.182373784596,11532.99335352227,3524.771146663618,83906.25035195534,31337.13501513478,2590.46119163436,13996.276900753974 -120,2347.2666269419824,3030.579990464057,516.7073843468222,1214.2242964845573,1154.7714390928684,2161.259579835284,1136.575237325916,2546.904625022584,217.70979062825757,931.4660291711278,1733.0045778499536,5169.105981858566,969.4268828992477,3015.384154801819,1112.4999117409388,3407.8721378907608,851.8822122703692,3869.406558797279,220.956955209995,1049.99465822979,450.5078780631677,2018.924653435419,1015.6022573839643,4633.731116637161,452.23489008826965,1349.092356716549,422.8561050257841,1837.3857649791826,564.8652181646557,3284.460772316784,774.9990659600461,2199.6253112558707,605.7452242816021,2802.1660012134034,711.204691550632,3950.186795396629,11917.550293642504,3590.595310054822,82364.03193415176,29845.293484403734,2735.9546519676524,13329.327660967781 -121,2462.2810643634284,2916.7984016540545,539.5917237569562,1168.6368610562104,1198.120437460515,2080.1161849741434,1186.4160522225714,2451.282382516377,225.24761975490048,896.4946094906968,1792.623945922286,4975.034519236293,1002.7774111606844,2902.173085935321,1150.8150508075028,3279.9253067460145,882.3310536615428,3724.1316518827175,230.87829462532875,1010.5731412821027,469.5252810721539,1943.125151202056,1058.5738944716952,4459.760031818974,474.6116039160569,1298.4413683639416,438.8648259429678,1768.4020482470594,584.5029424932178,3161.1473583055254,801.6855429018962,2117.0414944653867,632.94420502246,2696.9600997916723,743.1389799822659,3801.879035465931,12265.087059769885,3710.199295159348,85671.5089015535,31217.870113746838,2814.876420774412,13968.977350190215 -122,2575.0366754432175,2870.0771234594936,568.1057667135865,1149.9176352561472,1284.5598863656746,2046.7968829270517,1257.412799434233,2412.0177401393007,241.99463889049767,882.13455840654,1926.7826874671857,4895.344413924602,1077.8245820059642,2855.6860760549466,1237.0848920169226,3227.387461611788,946.373562939616,3664.478509299359,244.67785440340742,994.3857802210786,498.88804621503766,1912.000171599531,1124.6667721046724,4388.323593493501,498.0470455563144,1277.6429339036592,467.55146111318345,1740.0757833913433,627.7763612518662,3110.5120984063014,861.6264410662642,2083.1307227931807,670.7751817609624,2653.7601916216245,787.5562812895521,3740.980535255103,13326.529700173525,4002.730246222683,91198.72807798209,32898.43992670212,3060.4108126176625,14685.577670085357 -123,2795.8671700475716,2887.7519345956393,615.9134289436557,1156.999179114027,1400.9556273641908,2059.4016830016158,1368.7776361466574,2426.8716817513673,263.67824819187547,887.5670123253077,2099.5842377191752,4925.491439332132,1174.488185992963,2873.272262727712,1348.1123574222433,3247.262698894051,1030.803381330643,3687.045486693423,266.65599967315654,1000.5095114331135,543.1409067133025,1923.774852373463,1224.4741736713638,4415.348229899717,541.4036863587061,1285.5110491440464,508.1044197717164,1750.791701295651,683.9950119288316,3129.6675815209014,938.890549845727,2095.95927774605,731.0274445741658,2670.1028570518124,858.2983858436786,3764.0186354804136,14547.005121459015,4366.136359701372,99277.87695205645,35772.38406920162,3341.0215461528064,15971.571102431135 -124,3427.2918434079893,2965.339146813186,755.4063565421455,1188.085069757891,1702.7902970390903,2114.733040763339,1669.4445126772146,2492.07610805302,320.92535921342204,911.4138841142518,2555.0592103794193,5057.827996707751,1429.2767125948071,2950.4704396681636,1640.385373525302,3334.5091334395083,1255.1373839521598,3786.1078670886027,324.6941581794377,1027.3908868238652,662.2155147717199,1975.4622310370253,1492.8489391065848,4533.978419710521,662.0894482037963,1320.0497563588358,620.9407359017534,1797.8314229731868,832.5734867289915,3213.754507377931,1142.593077203849,2152.272853484192,890.1368842741574,2741.842342196254,1045.1085750925176,3865.1491062674454,17643.008869726254,5303.492961182146,121064.11125679725,43723.93628910519,4051.3174654136387,19519.12426706907 -125,4575.402418392199,3124.7373365459525,975.0293269602947,1251.9491338638327,2078.445928560704,2228.407936543137,2127.4964235163784,2626.0346202612545,384.64674833783573,960.4058260245891,3056.9123110184255,5329.705372866003,1710.008739067225,3109.0693801801017,1962.296501768281,3513.751605616374,1515.1154548886473,3989.6254784874477,417.905432970371,1082.6170310858668,834.0107236473939,2081.650794274777,1881.6388612961957,4777.696900669426,876.2894943081707,1391.0074212677237,766.8153618020895,1894.4716587366352,999.0306742490191,3386.505961885955,1367.368793350155,2267.965656118605,1145.672106055915,2889.2267337416247,1345.1321515113884,4072.915483090941,20216.120492662158,6274.266709687112,151052.52263173152,56872.52440626241,4630.077103329873,25718.823169956144 -126,4617.735108680186,3451.461388097274,984.760233915853,1382.8535425538473,2125.770533739434,2461.4113512689646,2163.9689995094764,2900.614073903974,393.4927042271171,1060.8263250349491,3128.0335003490623,5886.981951806391,1749.7932807597952,3434.1551826141267,2008.219853874153,3881.1511778316053,1548.439964066835,4406.782653670908,425.0830548452794,1195.8159929755186,849.3013888998288,2299.309211021026,1916.0553115265432,5277.255206007309,887.3753277424609,1536.4518319383878,779.3249569937129,2092.558534280481,1021.834295615912,3740.6006678727135,1399.128602137845,2505.105245190566,1165.3492878323057,3191.3256824301952,1368.2351054182238,4498.781501555245,20820.583999675775,6436.658416953145,153823.24086844924,57641.2038380348,4770.3824700974465,26047.198992202604 -127,4503.895328334368,3821.462727703525,960.1124396418944,1531.097316912349,2075.89065964622,2725.2779848150567,2111.023530996503,3211.563834699898,384.5169531861972,1174.5483451352202,3056.7684788603756,6518.074397434759,1709.9282806758156,3802.3012735322864,1962.4119596107246,4297.215845385001,1512.5304319689335,4879.195727980484,414.6496661821428,1324.0090884710582,828.7190366315723,2545.798275386823,1869.5986406348682,5842.984117940233,864.9376367108689,1701.1615511368054,761.1146641270084,2316.8836458284045,998.5075807009927,4141.598130228197,1367.2470728216063,2773.6559233965113,1136.7465432399829,3533.440121748885,1334.6526596475455,4981.056977071691,20360.3194407355,6290.044806146554,150176.3620183714,56226.68133012708,4665.153445021766,25400.042459527773 -128,4398.476323508429,4003.4742709565894,938.0576355493567,1604.0215884227273,2003.6064823180209,2855.079604549256,2048.0782207469183,3364.526648015294,370.9528315347551,1230.4906301073058,2948.251749655162,6828.522219289696,1649.2250165988407,3983.400180422474,1892.5609687327192,4501.886921211525,1460.8375658935445,5111.58578580977,402.25534997566626,1387.0700037919614,803.1371952450094,2667.051498545328,1811.9538549586832,6121.278224749052,842.632957760783,1782.1857717841847,738.7423832723445,2427.233948307589,963.4284052645337,4338.8573267531465,1318.753547960176,2905.7617245104684,1102.767989167431,3701.7335045128957,1294.7584828553709,5218.298560211004,19525.231072798866,6053.754005081127,145500.0295055397,54715.974062835965,4472.233565716355,24735.784148555307 -129,4264.78541218347,4093.407858043959,907.2696544565348,1640.0541455091923,1925.157589400897,2919.2157854958496,1977.3435502839452,3440.1069889462124,356.0394172210173,1258.1322305656263,2829.1928037080593,6981.917359641077,1582.624533065229,4072.8828254412642,1816.094248173602,4603.016792939045,1403.1589030619207,5226.411862939233,388.29281874126787,1418.22898535137,774.6466115668271,2726.9638376731164,1747.7279687352004,6258.78591708148,816.6089893733666,1822.220588661958,711.3726287286152,2481.7590534781493,924.8068235424423,4436.324920359534,1265.5327447371628,2971.036422789962,1064.4902322799803,3784.88882161271,1249.8166175477647,5335.521820871674,18649.97808157088,5801.050343257031,140187.42074832314,52921.92617559431,4270.54460098797,23946.719369509876 -130,4099.208135323007,4207.644313595105,868.9811810450935,1685.823826662944,1829.9891308159908,3000.683568792517,1890.0326750993459,3536.1115022423123,337.75712980741434,1293.243456130907,2683.2805346282703,7176.764665303294,1501.00254660385,4186.54648027088,1722.3840362739218,4731.475119473609,1332.3683864503641,5372.267538009428,371.4440983552162,1457.8080984192422,739.424619283917,2803.0663649645912,1668.3968821830808,6433.452489291187,784.0942731900469,1873.0740653982186,677.6357320271454,2551.018547677876,877.4520940364175,4560.13130666409,1200.3055038019938,3053.950386417096,1018.3000958373092,3890.515306593076,1195.584837544296,5484.422473450045,17584.12952413758,5492.951135639778,133661.00537250383,50710.13083543081,4025.0102091447197,22977.680502340972 -131,3929.528158883487,4292.964254108927,832.4561624974765,1720.0078921132792,1739.2762570638902,3061.529525463088,1803.7192842095933,3607.8145266749493,320.9127643080883,1319.4670260249845,2549.013918964833,7322.290543606966,1425.8950319650128,4271.43861231278,1636.0981618206465,4827.416968558091,1266.850082205153,5481.202969002565,354.34513706497404,1487.3686056693014,705.1165510224959,2859.905165416983,1591.0087948650025,6563.905955120344,750.6317259279695,1911.0550723291997,646.4007933119493,2602.746482483175,833.7863551167493,4652.598754675961,1140.273315241214,3115.876453803396,971.4239333200604,3969.404706406203,1140.5475952058266,5595.632111031701,16630.905372193894,5209.677161595767,127401.28542386756,48490.82878676525,3805.783073570389,21983.78912501574 -132,3883.952611547063,4299.007480068023,822.1509618605056,1722.429155307707,1714.6738198747255,3065.839254966451,1780.5099681163626,3612.8932641422684,316.22704733383716,1321.3244459595235,2511.654337129769,7332.598166422789,1404.996424178461,4277.451536524741,1612.1074497126726,4834.21254611545,1248.632216626724,5488.918884185796,349.8470981614637,1489.4623814467077,695.8227840234329,2863.931067360997,1570.0675049652948,6573.145996386254,741.7464406702178,1913.745273537213,637.5877995217379,2606.410380940478,821.6415744341897,4659.148239811925,1123.5700292996114,3120.2626877332355,959.092727987127,3974.992456069143,1126.0695428271922,5603.509108656028,16364.105034271224,5131.320643607011,125689.18511641989,47894.29712652735,3744.3994756095753,21720.16840612567 -133,3853.6379554441564,4230.777519321814,814.7780903599778,1695.0923167002732,1692.3047219532277,3017.1810255982996,1762.562001619424,3555.552688035904,312.00191084298774,1300.3535787305605,2477.8208135551718,7216.2217964391675,1386.0702610767385,4209.563692229508,1590.3693741369143,4757.488294345813,1232.4952967504544,5401.803725223291,346.1113494099466,1465.822980889662,688.482092737712,2818.4773422367975,1553.496277891301,6468.822964758163,735.8875802601533,1883.372038436533,630.5902702276559,2565.0437913719325,810.7211869758432,4585.2024504670535,1108.4526461892492,3070.740698834874,948.8513125802355,3911.9049688987825,1114.0451101226038,5514.575277231623,16098.616977930715,5057.46749989858,124275.99935582027,47455.874908144084,3683.0158776487633,21529.611968375302 -134,3871.4380868217713,4163.847173333762,819.5376847692914,1668.276178361563,1700.2006835431855,2969.449617120869,1769.1951129910294,3499.304310402674,313.47228154517427,1279.7821555030896,2489.502425011038,7102.062113176121,1392.6048474971333,4142.968946206364,1597.7990559979387,4682.225452912895,1238.3359217707919,5316.347898099888,347.7231991618038,1442.6338534018355,691.044451132047,2773.889399993587,1559.3323674623728,6366.487033079079,738.282117722002,1853.5773395706408,633.5411480132523,2524.465134695476,814.5409509492068,4512.6651485093225,1113.6781286957757,3022.1619833448767,953.270138357949,3850.019144875886,1119.2332478053756,5427.33541893214,16175.269475555006,5080.8630519125445,124834.89674985675,47661.24080534262,3700.5540484947096,21622.059203762987 -135,3897.0630649958102,4128.302613575109,824.361089587651,1654.0349874995475,1707.479038136802,2944.1009972094525,1780.4036930712693,3469.432601380454,314.66804737966925,1268.8573325183122,2498.8692889994386,7041.435567416196,1397.8445853921603,4107.602612823678,1603.8691600863547,4642.2557721137555,1243.5051759962753,5270.965049571731,349.6725592657222,1430.3188516552555,695.2552438992277,2750.2101741628694,1568.8055064864811,6312.139702502393,744.0190237244572,1837.7543307590797,636.8320514021799,2502.915111819162,817.6752261601016,4474.142914295439,1117.8767727802792,2996.3633858590506,958.6142361358689,3817.153568914453,1125.50774615783,5381.005128674625,16214.952222096656,5098.682097168032,125474.03018242001,47962.704255476994,3709.323133917682,21764.969500871386 -136,4029.588269618785,4227.463493809573,850.2415685432744,1693.7645278582713,1751.1257823801632,3014.8176267080917,1831.930835993771,3552.7675753079357,322.2383252942218,1299.3349941051185,2558.524615111283,7210.569231862995,1431.2152282514494,4206.266283796251,1642.0528080666188,4753.761689127354,1274.1454733606754,5397.5724189738485,360.31255410911393,1464.6747818333629,714.6190308054979,2816.2695906414497,1612.650174992435,6463.755847841362,767.7204895277263,1881.8967675304375,653.8904641921926,2563.0345577202456,837.4437238756703,4581.610799090861,1144.5936798542664,3068.335345924933,987.7833838399545,3908.8407205876424,1159.755205096169,5510.255635493325,16526.350828225797,5213.314672289583,128952.75103783346,49465.896397006305,3779.4758173014684,22469.595416094176 -137,4105.4874234317585,4474.650895248239,862.2261267252316,1792.801989187827,1756.8236821760856,3191.09944109838,1852.3530275645596,3760.5042916963553,322.3681204458604,1375.309450481024,2558.668447269333,7632.184196469499,1431.2956866428592,4452.2142462028305,1642.0741857250932,5031.722693572399,1276.4191239766424,5713.17819588402,364.7117561253319,1550.316953268857,721.2127682968808,2980.9419439050052,1627.7104545725697,6841.703289351275,781.0899636901529,1991.934659619359,658.0892316835079,2712.899802694708,837.9668174236965,4849.50583106192,1144.715400382816,3247.7464377089836,999.8436315449497,4137.3976748403675,1173.91512647108,5832.450202943731,16382.139095362678,5201.008025592897,129936.98844826037,50187.611948340746,3744.3994756095753,22839.756580256857 -138,4131.311277972283,4482.643552799296,863.7778634521254,1796.0043065734467,1741.6121643129777,3196.7994086804665,1851.9846757707787,3767.2213348191444,318.668462014232,1377.766039323765,2528.4328980342284,7645.8168654926285,1414.3821974216714,4460.166827230241,1622.667853261247,5040.710397266628,1263.6884534508984,5723.38312089758,364.70018868591035,1553.0861419258392,719.7730467079741,2986.2665264690922,1624.581464684262,6853.923994996892,785.9510734915511,1995.4926693884174,654.4057785577066,2717.745606222374,828.5323699635762,4858.168057525372,1131.244780367969,3253.5475886137033,999.8119198426405,4144.7879279666295,1173.8778938020378,5842.868172579133,16045.960831657663,5127.685759168772,129386.15887019433,50317.183312860514,3665.477706802817,22939.688898914163 -139,4064.0235260480354,4366.002805218196,844.4639572688938,1749.2713280285025,1686.492024839376,3113.617003364644,1807.4111361571029,3669.1962503748605,307.4634232438701,1341.9158409027416,2438.613938766303,7446.868681334125,1364.1382945368985,4344.110935893603,1564.951726145455,4909.548456293239,1220.847911193136,5574.457675889208,356.62937248720266,1512.6740220420372,700.964356482927,2908.5622976984923,1582.3739280452542,6675.581280653423,771.7778380057691,1943.5688985133675,635.162524314044,2647.0284333061672,799.5909715619001,4731.755964431217,1091.1181135434092,3168.8885657499286,977.686079251764,4036.938361792392,1147.8999727191353,5690.833663557808,15326.214224824083,4933.309965637027,125817.1440560092,49285.34866931818,3498.8650837663245,22516.97237904539 -140,3939.52204458797,4120.050039375568,816.3530636763317,1650.7285325855858,1619.5596338891787,2938.215669944315,1744.151259656986,3462.4971238602143,294.7231161955026,1266.3208568125813,2337.0414519634874,7027.35957179991,1307.319576036027,4099.391418413393,1499.7268105889439,4632.975793440042,1171.3003262563443,5260.428266238131,344.3659604525322,1427.4596105682597,675.6454138800729,2744.712439221642,1525.3221376962022,6299.521586504435,747.5165196943631,1834.0806165489719,611.1693945758807,2497.9117255345623,766.5682624128476,4465.198997185739,1045.7051039480482,2990.373584847546,944.0663940676556,3809.5229889867796,1108.427143428982,5370.248372630029,14601.977460259808,4720.374328032415,121154.68199036684,47657.88981530159,3332.252460729833,21797.361665467986 -141,3556.1328034361804,3927.3816172867123,732.359721853668,1573.5345037192471,1440.0994242848958,2800.8140919356365,1562.5293421638057,3300.5782512820415,261.09056566092227,1207.103119404405,2069.5756992715674,6698.734854330481,1157.7016845264068,3907.689068062811,1328.0267427835286,4416.321110325261,1038.9407560675866,5014.431639041505,309.15550681586404,1360.7064429767704,604.037049952036,2616.359771244669,1363.8768570846532,6004.933202288974,673.5907443960755,1748.3123819408788,544.2531514596088,2381.1003504113282,679.2525954872295,4256.390163099126,926.0780707071563,2850.5329143356676,847.5382530325385,3631.3759334450597,995.0935767429963,5119.116160571583,12804.207137837986,4169.95398206698,108159.99558959904,42844.851902817274,2920.105445850091,19636.594742485748 -142,3118.2754988807965,3768.6982172467197,649.3002995772326,1509.9568253924547,1282.388865440855,2687.648948769508,1379.4772477067788,3167.2204495583255,234.00106859861435,1158.3308721792157,1855.6008446079459,6428.076658556284,1038.006111285207,3749.801333168408,1190.6447556706105,4237.882415605554,929.9352328133292,4811.826662166111,271.9751932301854,1305.7279494487973,534.6988465208195,2510.6473896412253,1207.031498841368,5762.307628711388,590.5746368808294,1677.6729126626012,486.1761297158698,2284.8934786939,608.6185838074392,4084.413378361826,830.2813320977519,2735.358913219577,745.6098146613057,3484.6524580878145,875.4195278752998,4912.281471020743,11604.018030562249,3745.343805743432,96015.55032396296,37711.84374345183,2648.26379773792,17229.499071886097 -143,2548.553255490567,3465.6272236285195,548.7512867107687,1388.5291893726626,1167.5303281830577,2471.5137237008457,1190.4732931205185,2912.51906639563,217.33154194417028,1065.180275306415,1727.5593105566575,5911.143896190962,966.380850265426,3448.2499882733905,1108.8780682464599,3897.080589485076,855.6528426165564,4424.869414979938,232.62998095466253,1200.7239814410834,467.6849895861933,2308.746267518638,1054.8709987287507,5298.914648457547,488.30807944529926,1542.7578923300755,432.92727673410326,2101.147023822432,564.3938434350462,3755.9532179640714,772.7210561602936,2515.3869505036287,637.7463875445032,3204.42384279202,748.7772163272739,4517.245853803779,11482.782981741364,3546.1780252503413,84832.64645942059,31754.820682979716,2630.7256268919737,14317.682994008263 -144,1929.8709854232693,3216.6853343874045,412.4723077318278,1288.788779523575,957.9175044635532,2293.980695489217,997.0288671238978,2703.307875447006,174.40996464631993,988.6665671068591,1404.3702535967584,5486.53639107298,785.5918528904235,3200.556335360061,903.7490360228476,3617.146672225635,707.4939484229536,4107.023530027251,201.20120806742494,1114.4739386323545,392.2382053467271,2142.905102116924,885.723846590429,4918.284609969646,359.1205586988987,1431.9389728168046,334.786734231982,1950.2180646667923,449.1600291296918,3486.156719481393,660.1966744124037,2334.7024338996753,551.5855827697363,2974.2446360051144,647.6159258585518,4192.764412364986,9512.075295058741,2950.8693704976017,68683.36913912882,25368.746167013916,2289.424718614837,11498.093758741565 -145,2069.1717556020317,3086.983422243706,439.6523597633417,1236.8227487568804,1001.8130859022446,2201.483714374853,1043.9724814060007,2594.3061658889374,183.06681239489328,948.8019453313112,1473.501570719185,5265.310443554657,824.2632783011163,3071.5047703275477,947.4037908652343,3471.297516613022,738.4509715835695,3941.4217537611416,210.22635538022362,1069.536561845867,408.8177509498055,2056.4997312477885,923.2499967191968,4719.971485723232,384.6617177329608,1374.2008966481599,353.90520794424026,1871.5821442115398,471.5745109932727,3345.5892888671547,683.137088403241,2240.5634869762257,576.3276863978842,2854.3183216873767,676.6655980207055,4023.7054261973653,9889.697115867484,3076.394504593588,72216.88532985815,26801.402503087716,2367.5318623013727,12151.670067163372 -146,2092.518532505723,3031.2297946915614,448.8959648054562,1214.484645356218,1067.2390636405325,2161.722988033098,1096.4054381948936,2547.450721610563,195.5923005421972,931.6657502032195,1575.916223905747,5170.214319843374,881.5530969610485,3016.0307008020914,1013.007055230041,3408.60283951519,782.8467829177628,3870.2362206929397,220.66022355564934,1050.219793672485,429.72632598825754,2019.3575427763847,970.4152976398152,4634.724661792935,391.614510774716,1349.3816234309886,370.5724105416856,1837.779729514485,503.50515152794793,3285.165012594764,724.6590816915908,2200.0969456726084,604.9317455552037,2802.7668298730946,710.2495872204621,3951.033777851195,10808.44379221052,3311.054503797083,75861.57475404024,27790.00290085431,2564.5669601836153,12544.467848178045 -147,2346.181466222466,3064.5000270476507,503.49678714064754,1227.8146101166149,1198.6540323165482,2185.449670261978,1205.4397421389701,2575.4110819805014,223.27364632862057,941.8915457010582,1799.5489867485617,5226.961661154551,1006.6512155510312,3049.134110640736,1153.8139644152,3446.015050453106,872.5148122993692,3912.7152364907206,240.47116961543884,1061.7468170019724,467.7962308873929,2041.5216475156058,1056.4294766398514,4685.5945650494905,439.9326510035415,1364.1921931301936,419.50931327801516,1857.9508688742708,574.6383763321859,3321.222392173353,790.8153178076152,2224.2448135500745,659.242712833029,2833.5294938694433,774.0160243004273,3994.399613086145,12408.636682070866,3748.117667100976,84845.36572475392,30798.94808883283,2878.2899081692744,13820.27293533008 -148,2960.00393657902,3172.238389898557,626.9884693691628,1270.9807823505337,1437.6678128784072,2262.2833356197552,1463.7372420416796,2665.9545870193892,266.5961295461834,975.0055454469501,2146.635400512728,5410.725500961,1200.8081753725228,3156.3322552952727,1377.3892584804712,3567.166304040492,1053.7750294226666,4050.27422822205,292.0849089694513,1099.0745581722533,568.8536234886387,2113.2952478049547,1284.5922722228186,4850.325608601765,551.9589734191827,1412.1529802747873,510.1552656625242,1923.2706871490905,686.5742316998676,3437.986321048647,958.5495431819024,2302.442396410718,800.7398478351598,2933.147645628234,940.1476291741382,4134.830375392516,14506.758169499777,4451.858173770056,103104.73426896146,37827.974648771786,3412.146279733572,17069.177974665046 -149,3995.350873624708,3418.1261765790637,827.7576579248115,1369.4975434113646,1780.9191981997728,2437.6383291193215,1880.9876105428455,2872.5991049346726,327.16856746973224,1050.5805578213628,2629.60140160169,5830.123778846925,1470.9749314020185,3400.9871194297634,1685.1733704841758,3843.6658981488176,1291.1720763964938,4364.220673293117,377.91054286347253,1184.2664565385276,720.9480199236663,2277.1018181875197,1629.3520553377007,5226.285950162668,738.9010743710975,1521.6123361289206,645.9147527662656,2072.347999231462,843.5666407117482,3704.4728656325624,1154.6448642138575,2480.9102147864037,1036.0276114759797,3160.5029367334932,1216.3986909373832,4455.330969717997,17043.320162991684,5369.1582737444205,130613.23158188385,49772.21997752114,3961.1363896316093,22641.830486284787 -150,4140.488805736916,3955.258434214359,858.584119387592,1584.7035566822801,1858.565161945304,2820.6944573540613,1936.3456867491755,3324.0059760698173,343.8629150686214,1215.6712179371054,2764.592999881155,6746.282921561602,1546.487994673903,3935.4261059613114,1770.4285379794092,4447.668452418106,1346.4027497459551,5050.024409599497,387.6909683454724,1370.3648281553767,741.1452351497896,2634.9308675799,1674.86255621536,6047.556619072853,766.7784346433641,1760.7220199524188,674.7918697536696,2398.001559670598,886.4410645549658,4286.6023046509135,1197.3049805934015,2870.766187274921,1062.8402819417408,3657.151682266242,1247.8794129700923,5155.451988852565,18032.71164544306,5636.982127612458,135793.1455398934,51307.97081887023,4172.956583460846,23284.03262542152 -151,4073.788735891508,4462.499464167925,846.1755414585381,1787.9334284168854,1845.299681662372,3182.43364217089,1899.399907885898,3750.2922081623533,344.30336386202936,1371.5746388961982,2769.129312134051,7611.458119189561,1549.0255661860554,4440.12374443319,1771.2071405054976,5018.058469712808,1331.210066817804,5697.663400937546,378.2382627865518,1546.1068886065405,723.305592234786,2972.8468519226913,1634.5276943484332,6823.123854231366,756.2716986653678,1986.5253310930696,670.6324761102793,2705.5326100908674,887.3679913749322,4836.336438128427,1171.3489606139133,3238.926807322608,1036.9260433815,4126.162093814133,1217.45353868629,5816.611511092777,18191.48986587658,5629.649988092782,134258.94115977664,50421.013666295374,4153.691279329271,22802.269780025454 -152,3874.8119675144576,4615.7894487794765,798.9002766065356,1849.3501949463139,1736.4754508115373,3291.752468526563,1825.8536772192303,3879.1173743039067,318.77985593363326,1418.6891891562495,2562.541073879837,7872.917040883703,1433.4619984874078,4592.64510738745,1642.4416730587031,5190.432295587444,1257.3629276051754,5893.382132573151,366.37146310001333,1599.2167439836326,699.843775814475,3074.966225122145,1581.5761536960467,7057.502941336277,717.6705293175961,2054.7638686836826,626.1244510346706,2798.46955170778,821.8611460282931,5002.467984838926,1125.6648978165447,3350.186213500486,1004.3936561081713,4267.8986539962125,1179.2573044797825,6016.416193689648,16663.931080339476,5240.848472644949,126964.5451208527,48233.552965236544,3875.9602912814576,21950.102004542998 -153,3635.1018889039024,4587.717694365467,747.7744719809502,1838.1030388370243,1636.6931037466918,3271.73308334585,1747.0680650651561,3855.525823718043,296.9526758230343,1410.0611754763067,2386.770848837438,7825.036478707714,1335.13774502193,4564.714109451793,1531.8781127643858,5158.865747259984,1185.3027990483774,5857.540468275129,352.31745230952725,1589.4908194825157,672.2129407942153,3056.2652645040585,1519.202261552253,7014.5814667881405,673.57409834385,2042.2674523413552,584.1910900932144,2781.45015538081,765.6525197129077,4972.044575302453,1073.15033708869,3329.811452981144,965.8651114409613,4241.942660073972,1134.0209895613523,5979.826275601771,15486.283862692468,4910.020408797544,119729.29003599152,45826.12139758038,3633.922718938474,20923.320130514145 -154,3461.6710787506636,4616.50423847225,709.5112408813607,1849.6365807254629,1546.4077939876324,3292.262221140233,1665.965763135361,3879.718084788425,278.9783071357758,1418.9088838413973,2241.7037462132425,7874.1362212677595,1253.9885369323163,4593.356313004984,1439.4367374002118,5191.2360730446035,1119.1803070167794,5894.294767096602,336.8053007830761,1599.4643947176608,641.2209757830519,3075.4424067564537,1449.2831776790433,7058.595848717597,640.8382526310565,2055.082064314293,551.1676533838424,2798.9029157538002,719.4331657557966,5003.242654609649,1016.3867953433693,3350.7050150188084,923.3391285111633,4268.559570184339,1084.091287501639,6017.347880962304,14459.78632472683,4614.692235257268,113430.1674833156,43693.69827228042,3404.1065451403165,19993.126860488315 -155,3325.522148412538,4673.752424572064,681.7659810992849,1872.5734900665095,1478.0899313292473,3333.088792630092,1597.6293724761101,3927.8295586352,266.50381162140036,1436.5044400555325,2141.1955305627266,7971.781537395445,1197.7651619630892,4650.317447111229,1374.990370354669,5255.611373801627,1070.7326251797876,5967.388533791719,322.9025453417035,1619.2989774666037,614.9467668714342,3113.580246590761,1389.8812531102699,7146.1278399986195,614.9911157740042,2080.5666549029474,528.0761591756776,2833.61145423213,687.3204532874917,5065.28669308505,972.8248262678526,3392.256321885767,885.2252447234239,4321.492976075227,1039.3418253903963,6091.967600456085,13771.97437146481,4404.874636343995,108637.51194277129,41934.430573881626,3245.0049670551966,19194.606984394773 -156,3241.3422985919487,4642.171700856304,663.4174241160613,1859.920439443559,1436.8798507057124,3310.5669843017895,1564.392544352988,3901.289064226103,257.8214675563628,1426.797924665597,2071.1109946722772,7917.915904947457,1158.560514707044,4618.895074433615,1330.695986719397,5220.099006933236,1041.1916564619537,5927.066661456444,316.96914549843433,1608.3573124028474,602.9249665324766,3092.5416658954136,1362.7736707498375,7097.8411811319675,599.3281900456469,2066.50818651783,512.1698312687791,2814.464633364289,664.9970073907257,5031.060357356519,949.8077880785546,3369.334716301508,868.9590510867597,4292.292482912706,1020.2437082871427,6050.803942607224,13276.766554521291,4267.144392297948,105780.38980553571,41006.45166438093,3140.862108806482,18798.45839611413 -157,3195.5537592110604,4598.9593919634935,654.0207213172093,1842.607108157157,1418.144085684426,3279.7501054022873,1548.5836842658384,3864.9733656722606,254.1633842132621,1413.5163752914332,2041.7228096124977,7844.210869907766,1142.1210332419034,4575.899439295199,1311.8234291271606,5171.506980339942,1026.703782165534,5871.893726910338,313.62530578038235,1593.3856919044629,596.6879620115573,3063.75430637015,1348.6654477582797,7031.769927125011,590.0061017130645,2047.2718041003384,504.9051458953297,2788.2657930494443,655.5622344092498,4984.228023649354,937.1583364893493,3337.9707896942195,859.7920396294912,4252.337073982938,1009.4807318829297,5994.479182157381,13087.13023756842,4208.338424212485,104402.20754813724,40534.233602194945,3092.9723436336935,18584.288105520744 -158,3177.7166464022876,4515.06903083522,648.9285538888826,1808.99581426512,1410.6910503736422,3219.923653959057,1550.6685693929232,3794.471762208661,250.83409705663837,1387.7321947676517,2014.6850566114304,7701.1233523722085,1126.9963619355278,4492.429718488369,1295.9816922403393,5077.172686169781,1023.6211013563401,5764.7835649641065,315.4605863127648,1564.3204861224608,599.6934120962968,3007.8678691863756,1355.5014472305595,6903.502276058494,587.0331242894126,2009.9271884305783,499.46257524581773,2737.404586336187,647.0364543946348,4893.309915178931,942.6894917292663,3277.082325344565,864.8233925310151,4174.769506546064,1015.3880368767981,5885.132919121037,12881.276360625794,4169.981062549408,103925.63236528332,40474.28893912098,3076.5692811373024,18603.539756292375 -159,3228.8898405033756,4486.932290955942,658.2650771196935,1797.7226212483424,1419.065520592625,3199.857924362488,1565.3377888328796,3770.8255977262584,251.83323377430122,1379.084207434653,2022.2129621715753,7653.131947796973,1131.2074033344984,4464.434060935451,1301.211516235615,5045.533062009592,1031.538686928476,5728.858928038295,318.37686778469487,1554.5720463300106,605.8338878204995,2989.123616274947,1369.3282066209135,6860.481439284814,595.9686035866796,1997.401843172081,503.70743892117747,2720.3457904984994,649.7179153118101,4862.8160761497165,951.3277678078599,3256.6603977236396,872.8182690561904,4148.753425095389,1024.7748111593623,5848.458296215072,12860.115092468464,4183.655986135904,104839.41157190106,40916.88536650489,3086.849119822848,18831.33291618453 -160,3363.0560316155747,4555.812062232806,683.4851959891644,1825.3198112528407,1445.8171597470418,3248.979566423548,1593.1369854725735,3828.7122757177804,258.38015548061776,1400.2547976330168,2074.102587979527,7770.616666516365,1160.2339845938623,4532.968457502501,1332.537738176586,5122.98802249152,1046.7432087216357,5816.803756944243,323.1778496623456,1578.436584513582,612.2665614121581,3035.0102349391714,1384.1061342156788,6965.798025706142,619.6325281170224,2028.0643477931096,519.8049037750734,2762.106348423833,666.7515414879347,4937.466112603752,952.3120303419078,3306.654025613628,885.9799812163055,4212.441746753524,1040.2279605394742,5938.239118309836,13073.084778100207,4252.668925667696,107348.70232231815,42076.06492307291,3096.1832276556224,19345.013413684625 -161,3451.1855354275353,4828.08210099014,697.0660750224595,1934.4068168109172,1441.6765419668834,3443.149075698341,1602.5135503142792,4057.528483555261,257.1832098655569,1483.9385455167774,2063.156140799037,8235.013808466047,1154.1106423334686,4803.8732886831585,1325.0122813148016,5429.154327945638,1041.9302766765788,6164.434730898605,325.03734084321394,1672.7690512990714,613.4962234433826,3216.3922460950057,1387.089222627876,7382.096607062736,634.5305092879045,2149.2680214813904,523.028936341583,2927.178742162714,663.9431768977333,5232.545029705261,942.5931658909619,3504.270346790336,891.0777067046673,4464.190866775277,1046.2131935024904,6293.127461552895,12801.512689883855,4205.739865508088,107857.08690296234,42664.98283261036,3026.115818562343,19657.98210908553 -162,3556.8246542097418,4831.656055757162,714.5668203798406,1935.8387482320672,1450.404382824529,3445.697843261787,1610.9754163161733,4060.532041275034,260.4742525474843,1485.0370208798265,2088.7640656480703,8241.109721137294,1168.4354808718156,4807.429323042378,1339.5758885683906,5433.173222319301,1044.6434248302974,6168.99791156365,325.1623883911087,1674.0073071530448,612.624852795629,3218.77315846561,1385.2176232844736,7387.5611536068,653.1829594662254,2150.859002440352,532.6487383554215,2929.3455662143037,672.6055108625708,5236.418385390064,932.3938697605146,3506.8643589568387,891.4205198778185,4467.495453543992,1046.6156900097633,6297.7859061319705,12829.122128498502,4220.287795159709,109097.33310705551,43309.71658632491,2998.1635932177537,19945.260406235324 -163,3617.236925738548,4703.383722999011,724.1257679178915,1884.4454890236711,1447.3914546552257,3354.2203673747636,1603.8843030086164,3952.731752686003,260.92436868196626,1445.6117884745747,2091.673383023057,8022.322134387085,1170.0629263559451,4679.800169244935,1340.5477971710081,5288.931621621009,1042.2401438353818,6005.221404344446,323.27668940902186,1629.5652318346145,608.0036254927998,3133.3201508650927,1374.863719816898,7191.433844123027,663.6090642318964,2093.7573175329285,536.3819993160834,2851.5763738510927,673.9145154029018,5097.400294317274,923.591575618113,3413.7630150700347,886.250946683138,4348.890971602507,1040.5461007468325,6130.590294509662,12738.79465221544,4202.236236331497,109334.3216949395,43467.43052501707,2968.9169946336465,20023.58192977073 -164,3530.639581673552,4425.135437444701,701.746132456962,1772.963254653252,1379.3021775830505,3155.7874685173697,1537.2215428537354,3718.891415980565,248.49778498336124,1360.0905923720225,1990.9680006466674,7547.728201269867,1113.7292581267243,4402.947067198034,1275.4498038116546,4976.042807354401,991.2712153281694,5649.957479786861,309.5998184149531,1533.161502379222,580.5988948239802,2947.9555258595287,1313.0442594844458,6765.994574088606,646.4637865482908,1969.8923687468964,514.6983739102772,2682.8794773441414,642.0473267047395,4795.8423147413605,873.4412897174457,3211.807622490183,848.756316654864,4091.6141836181664,996.5237036809882,5767.909650244575,11959.722027049613,3977.6675094117372,104834.8274390252,41960.062787046016,2780.568817964419,19362.5887292684 -165,3154.282349151888,4172.359676788083,621.8139790986796,1671.6867758546728,1209.710845929306,2975.5203130592445,1372.348873300352,3506.4582329147183,214.8791980478049,1282.3985219464278,1720.3436428391979,7116.581456887483,962.3444718549014,4151.438766542611,1103.6141540362694,4691.797720741813,869.7446555312027,5327.216555849091,278.17416491714766,1445.5831512865059,519.5828642461237,2779.5602957100705,1175.2409469182899,6379.502578704301,576.7538388413129,1857.3667638336146,449.8492074656856,2529.626111379979,555.4529378879563,4521.890769927633,773.5727355604754,3028.3404436129426,762.6040635694945,3857.890063261135,895.3724537398285,5438.430977817514,10155.179564545395,3443.229051235171,92510.69435425397,37465.25705868974,2394.21476348331,17377.129041703804 -166,2707.98813072634,3953.2440234602773,539.323946207137,1583.8964681090029,1064.6088774256557,2819.2578793545754,1207.4709778805602,3322.313061814985,188.84799482808245,1215.0520773131561,1512.6702488137812,6742.847043706007,846.1738779601415,3933.4217958001427,971.5102739859177,4445.403257536365,771.0043100021063,5047.452435189159,245.06548481243956,1369.6669021682976,460.66525486993856,2633.5888988655424,1041.71271364956,6044.476602105062,494.64337362630823,1759.8252852811113,393.8457676479157,2396.7802589110015,488.00948651047884,4284.419140661864,695.0586263854497,2869.3041077733446,671.8378560218127,3655.2890971025677,788.8039657773718,5152.826320239191,9047.924735956622,3051.482624441634,81085.3938913346,32637.67399791847,2156.6824484017748,15115.425325898359 -167,2189.045567873412,3614.6284700834235,452.32524760275317,1448.227641227195,963.5784014157814,2577.7740343744963,1040.3611298722594,3037.7399696300686,173.9536868775217,1110.9766574555779,1397.253727697932,6165.287735580758,781.6109335048958,3596.504117522439,898.3588854373609,4064.6317506167475,708.3872637376228,4615.1123394748265,210.27477667719543,1252.347932414004,404.1026063275664,2408.008550912237,913.0169264620761,5526.736291274534,403.024737114603,1609.0872561370243,347.99976878490236,2191.4837811632187,448.70621599690503,3917.436746050225,650.993722324229,2623.5335475715697,576.4604315715599,3342.1949058453392,676.8214539590016,4711.460412764711,8949.227081236982,2879.1220094501136,71208.19981578457,27329.188867323468,2156.0352617820163,12514.510112500444 -168,1777.9341615455414,3360.0332361590854,370.5493977936236,1346.222177001595,835.0264029645912,2396.2093206791737,873.6126921072075,2823.777698107477,158.25974903999926,1032.7253615532761,1280.9593655221358,5731.0376082876455,716.5569328035779,3343.185466743003,815.4176624357415,3778.340675357032,599.1900382832409,4290.048334866748,182.70023792425144,1164.139194656719,330.52910074002506,2238.4012163312755,748.5857863756721,5137.462336686694,328.79018616163734,1495.7516948832222,301.8671342412172,2037.1273015071602,406.17858748777417,3641.5133052321326,542.4303921623732,2438.7457767728415,500.86586544672673,3106.788445425692,588.0659707482547,4379.610161531171,8454.703171745912,2626.0784033409914,61218.88375733677,22688.437122748328,2006.7870357287761,10271.222040672828 -169,1907.6494680987037,3201.869682022356,395.2212580101252,1282.8527787822923,878.938639375173,2283.414905869334,928.4811204557756,2690.8567757730157,166.1683242372687,984.1128919286836,1344.4168317095887,5461.2660872016795,752.0544579855991,3185.8149711574356,855.7995441090904,3600.486544772014,630.1520041482659,4088.1070907269955,190.97580316611356,1109.3408103564338,350.59206081766354,2133.035147880228,793.5519586280925,4895.631603088711,352.3793910989991,1425.3436400988599,319.25501667927387,1941.2356029465682,426.59242681069225,3470.099915449689,569.4194117506693,2323.949085020097,523.5530178775005,2960.5456353274326,614.7029273430452,4173.453061230301,8794.259816781132,2745.770162846142,64655.279327637654,24117.57108977032,2079.455159004472,10924.957720494447 -170,1925.438477851622,3134.2895318068,402.784353920099,1255.776291571922,934.0843488367273,2235.2200891940897,963.7241739642827,2634.062301551807,177.38935045808515,963.3417476691212,1436.7441615534826,5345.998065953827,803.7015203886427,3118.5736791340196,914.7394031059874,3524.493001714667,669.752156651923,4001.821601707933,200.34930572218215,1085.926547425913,365.6966636647225,2088.0143162960526,827.9330652723955,4792.302126253855,358.2264374048609,1395.259674518528,333.8657190131179,1900.2629817348102,455.0764388713056,3396.8583732139796,608.1973325998222,2274.8987351133624,549.2501243692769,2898.058982644846,644.8738671435236,4085.366220476253,9618.438854767803,2954.9903203059243,67715.21919284982,24833.54269120606,2262.083221639494,11201.036578494562 -171,2157.3851995715872,3182.3754102247885,451.4560274931807,1275.0422545481981,1065.6584768653283,2269.5125565477592,1090.0845637472457,2674.473756298559,202.4388106760636,978.1212164078265,1640.208898182237,5428.015700385343,917.5178298958224,3166.418446903745,1044.3542778181593,3578.5653330183436,763.0058440423959,4063.217048758186,218.32647406982858,1102.5866968474909,414.2197077167767,2120.0483710729104,936.3432907014163,4865.825026753883,402.22241319329356,1416.665574129769,377.7774813658536,1929.4165789933345,519.217149592823,3448.9725499930896,694.2045636258248,2309.7999472955175,598.5338586710275,2942.5206414907934,702.7378364288105,4148.043398630096,11063.010311349983,3370.335675169123,76377.41276294224,27772.460675346963,2563.569860259933,12464.573243458834 -172,2727.1100876843248,3279.6518443325626,563.1853559186586,1314.0167776232192,1281.7301669831313,2338.885292383532,1341.3884684562163,2756.2250384671106,241.912251074054,1008.0196827394875,1958.0172748604095,5593.935161024086,1095.296924019523,3263.20712067813,1246.57696818039,3687.952199727804,915.5729184747008,4187.418380957768,265.2298814040211,1136.2897294373565,507.03958947026956,2184.852399224762,1145.8233112534947,5014.559869938694,505.40005733001226,1459.969131256253,459.962398019105,1988.393519334774,620.8812252821987,3554.3981229537685,829.1408169512947,2380.404157488105,727.1177947060793,3032.465377229097,853.7080709438774,4274.837638255812,12919.029092117495,4001.1714945740687,93065.44242934392,34379.93078021352,3019.7520505772595,15513.038067057647 -173,3692.450857050915,3514.167968787651,745.7032755724296,1407.9773980743432,1594.598105882648,2506.1305794900413,1738.124732625144,2953.3127919322737,297.3185678471781,1080.09954992997,2401.872174345307,5993.93737366242,1343.585288151275,3496.5473420062335,1528.8957144173748,3951.66441617857,1133.8935306091762,4486.845630185823,344.19785744496136,1217.541726982846,651.0606477965871,2341.083347353607,1471.8962733873782,5373.133036349093,678.2235752466543,1564.3662803249697,583.5848639067626,2130.5763985485596,764.0481811594348,3808.560367036477,1018.0698504800419,2550.6183095224337,943.60554596298,3249.3060851966015,1107.8860622598716,4580.515924605294,15191.435810015628,4841.921573073292,118453.11821578306,45429.942340735506,3519.5302768810443,20671.720809507904 -174,3824.8312487742087,4066.505760063868,773.0979188161446,1629.275620904457,1674.2925098487376,2900.030541364334,1812.6946210784156,3417.498419634761,312.4144307092737,1249.8637174556814,2524.605633225879,6936.03182088909,1412.2412605536388,4046.1156190862616,1607.1072068984643,4572.765517458565,1189.7874322431346,5192.0636013202975,352.9313925680352,1408.9083077044668,679.7770684653138,2709.042083747451,1535.7345057100351,6217.652837306185,703.564307376306,1810.244856333895,609.4601532482967,2465.448798664804,802.6775672299835,4407.169152887083,1069.9261977086992,2951.510610625594,967.5482056854122,3760.014327437231,1135.9971083568328,5300.456482704128,16079.333643861775,5096.049708985232,123560.79873505721,47056.67958028184,3715.227447841129,21365.37664609009 -175,3761.0347653854546,4550.093744690611,761.4679461591141,1823.0287250196463,1674.4278635220312,3244.9015455141853,1798.5750015509602,3823.9065918416277,312.7222191696973,1398.4972401518326,2528.052399656114,7760.863223443905,1414.1693501151162,4527.27881256222,1609.4426688508242,5116.557802834233,1189.106359642296,5809.502680756623,344.3033762768018,1576.4553786413533,675.4687677712543,3031.200781864698,1524.9279552865073,6957.0547666555785,693.6255601023558,2025.5187827482246,605.4375826227017,2758.639436055666,803.2673251097694,4931.268754437959,1071.1832925686404,3302.503613467046,943.8948218918522,4207.154417248511,1108.2257007572455,5930.785620128584,16238.375645980823,5108.068675080911,122575.93999208401,46373.14269815338,3719.95561276825,20993.87531651134 -176,3580.3182702952736,4693.05175888327,719.4852280807486,1880.3059111543475,1558.3630369163297,3346.852122189379,1691.9264821313516,3944.04875231157,289.66147534909567,1442.4362004291474,2340.3651886174057,8004.699429266917,1309.1788438678427,4669.520011327764,1489.9165417700758,5277.313379320685,1103.753542586152,5992.029682020499,333.6093546886515,1625.9855516530367,633.6532026694817,3126.437159115224,1432.3093887744144,7175.636358569193,658.659064706076,2089.1579425412515,565.5803533983319,2845.3122911176642,744.2975943731842,5086.202790556965,991.9247905423806,3406.263972030259,914.5775618887445,4339.337724810808,1073.804343358435,6117.123173249396,14852.504704803778,4727.819752768405,115191.24110161356,44063.83859460614,3443.0311358222293,20060.460351523667 -177,3359.5229608063128,4646.655382802462,673.5699056280648,1861.7168597901148,1454.3913204127746,3313.764524241194,1584.0130461642093,3905.0571582284833,269.8568767908044,1428.1760098610366,2180.0515552644533,7925.563492947631,1219.5008661787026,4623.356274447527,1387.9064609769641,5225.140884998674,1028.9802499834514,5932.791370384971,320.9223793025507,1609.9107583133598,592.7808900015092,3095.5286241831823,1341.4048477548592,7104.696692821608,618.3039745903164,2068.5041414381894,527.7720583538257,2817.1830085295996,693.4715310311749,5035.919650796731,924.0420545676703,3372.5890175664217,879.7966936268472,4296.438230970606,1032.9681705047362,6056.648164265851,13792.67912621993,4409.813951400347,107991.28611751905,41531.36780124581,3215.7886754531955,18963.76137257407 -178,3200.552933175523,4683.044696881279,639.3518632678381,1876.2965077208537,1369.8058866913086,3339.7155811028997,1500.3518674877325,3935.6388002311246,253.57804370563017,1439.360472899766,2047.9664732441954,7987.630893139151,1145.6136814724448,4659.563126410729,1303.8032718661264,5266.060487832576,967.974785860059,5979.252790644382,306.9067680511497,1622.5184391928058,560.7107298576416,3119.7706120358375,1269.3952768563486,7160.335645593245,588.4485022645881,2084.703200906794,498.0833682635345,2839.2451906518863,651.75921556566,5075.357406935645,868.1783731011658,3399.000746198851,841.3734198590903,4330.084892348954,987.8554540144463,6104.079543216412,12874.801171850324,4138.610888127524,102139.31674362102,39512.007285727894,3007.8104236559025,18079.250496527886 -179,3075.2454670223037,4751.989447320264,614.4782519941143,1903.9197321074375,1308.480033906797,3388.8835630847225,1437.0827336731925,3993.5800868220094,242.26443670033788,1460.551034813877,1956.333871054846,8105.226443506833,1094.3552433541938,4728.162176323497,1245.4084966577443,5343.588517059374,925.3040724923986,6067.280584130341,294.2684936643599,1646.4054904838806,536.8521424745655,3165.700518794347,1215.4523944936388,7265.751584602659,564.788472610438,2115.3946316380852,477.2911354057429,2881.0451442664535,622.735042271427,5150.0778660512415,829.3886594306654,3449.041536615536,806.7260635643646,4393.833295707442,947.176037390305,6193.945061913475,12261.4337981475,3949.243514464903,97797.87749229601,37909.44736450382,2865.9657409717756,17351.291195585818 -180,2998.097923571191,4699.419886956119,598.0751026406929,1882.8573487846058,1266.860465036373,3351.3935557916493,1396.6792702856624,3949.4005380728786,234.40215189530633,1444.3934808797326,1892.5290410401205,8015.561221075145,1058.6634060297763,4675.856208539862,1204.7813676175379,5284.4743076902605,895.8601968436085,6000.160428151562,288.92148287028476,1628.1918951517905,521.4317261599891,3130.6795057297213,1181.0615637534845,7185.373172412992,550.5082287868988,2091.992777106485,462.9940182296601,2849.173171842619,602.5912835653188,5093.104395831921,802.4055362530429,3410.8860231684675,792.0674335628111,4345.225888803594,929.9653586908998,6125.423662101007,11816.514653470796,3819.1064167016298,95032.47991164576,36975.83059045511,2769.074909937513,16947.35183418141 -181,2955.7506980225917,4661.600993491751,589.6046407203905,1867.704929295568,1248.8604053227193,3324.4229937026025,1375.5913294272348,3917.6174751011986,231.07657104463905,1432.7696284707072,1865.676509095272,7951.055460115509,1043.6423456852367,4638.226945341588,1187.6331923801865,5241.947149942037,883.0035370658125,5951.8737388452455,285.91176009031284,1615.0889128042875,513.5246580815963,3105.4851546084474,1163.3821074918735,7127.548404878712,541.9333818356447,2075.1573263766586,456.4272838009067,2826.24426162829,594.0424952455277,5052.117300151558,791.0209255854821,3383.436691499392,783.8163911883046,4310.257395048993,920.2778204129194,6076.128908605133,11648.567506463962,3764.5999072925274,93696.63711155798,36478.137546923026,2727.952076070767,16722.221385545963 -182,2939.885691035173,4579.9199806039205,585.1340906098327,1834.9788271230643,1234.9774048111753,3266.1721400211454,1365.027062927012,3848.9726116905185,228.076916166015,1407.664503718117,1841.1752367680442,7811.736315380411,1029.9365584283341,4556.955494733082,1172.0815607377826,5150.097256888229,872.2145184767303,5847.58444504938,287.5766133385475,1586.7891723318742,509.1681893994488,3051.070550421885,1154.1995410084087,7002.65882854424,539.3080001199514,2038.7962237089923,451.57849643871316,2776.7225427423286,586.3902927507727,4963.593623654868,780.6927385838836,3324.1517942314017,788.3805240678939,4234.732657876851,925.636562977789,5969.662403989056,11455.310434510015,3718.8340293716897,92980.91156288715,36319.281633041006,2701.3652858486403,16686.798376213792 -183,2988.282604775285,4525.6609179025945,593.7725642451153,1813.239532188189,1242.5887071631732,3227.4772633225866,1380.446986014693,3803.373202277722,229.03154888602563,1390.9876716133776,1848.4026975345428,7719.189394836493,1033.979533762442,4502.968496059959,1176.6662808772535,5089.083210537449,876.9408632516943,5778.307153655875,290.2338850691481,1567.9902209178829,514.312097766014,3014.924017512443,1165.8182769380242,6919.6971816021305,547.6722819935824,2014.642270669213,455.54199793961914,2743.826255648034,588.9450099174767,4904.7891164166695,783.859061376433,3284.7700230660143,795.6653350796137,4184.5630859672565,934.1896502509725,5898.938835006289,11431.744359010598,3729.236802106985,93831.35398823682,36771.212912680574,2704.408276143904,16914.872819485372 -184,3113.8657159943596,4596.49011446827,616.7973616578265,1841.6177738584759,1276.8548526412173,3277.989138967276,1428.2150124575157,3862.898180627537,235.0489961548935,1412.7574287826346,1896.3097353763844,7839.999149012231,1060.7782918024072,4573.442543170914,1207.0852148594486,5168.730290068386,901.0484705334247,5868.740984344369,294.78670859907714,1592.5301697971995,531.4150382107205,3062.1093125976818,1203.7301399932294,7027.994422765703,569.6161968138367,2046.1725810453784,470.27000449173335,2786.768714822246,604.5562428522371,4981.55188736701,804.3147641856508,3336.1785633559944,808.1467304157794,4250.053905260631,948.8440405199293,5991.260620896337,11633.844607526327,3808.064999322242,96586.04854833982,38030.18948221463,2727.164048582913,17481.82419621237 -185,3198.2243034444714,4844.977143271391,629.6037588178338,1941.1759405075622,1278.2048915417192,3455.1977832384723,1448.4905921326554,4071.727106083446,234.08434806588417,1489.1313330346495,1887.2386248119296,8263.83082184123,1055.7039956630142,4820.68361639267,1201.2679053720099,5448.152719025869,899.9319366124258,6186.006109189207,296.6741435651872,1678.6226186695744,537.3463862617031,3227.6474571403432,1216.9298917358183,7407.928983499546,583.7193788454052,2156.7890149809045,473.5132966724498,2937.421900331767,602.345100959224,5250.855420387576,800.7412025944685,3516.5329376981863,813.3210627456972,4479.812534316985,954.9192174774431,6315.14917790325,11393.700157112127,3772.178657395893,97303.33868165086,38703.37329680023,2666.437552228573,17831.181699830733 -186,3297.7068154773688,4832.175901660425,645.7042815854222,1936.0470283395568,1298.8679817233972,3446.0685716180756,1482.9669756192866,4060.9689206642884,237.15343853286515,1485.1967984804235,1911.218851398249,8241.996395825525,1069.1183147063227,4807.946562351214,1216.5062550189284,5433.757786453989,912.9637100943268,6169.661644299291,296.92919261593653,1674.1874163807329,549.1977735785499,3219.1194716180057,1242.7137074204961,7388.355993586403,601.113141111189,2151.0904169342675,482.4064937072479,2929.6607393711397,610.4024243791937,5236.981780344921,811.0782342120781,3507.2416683201845,814.0202701741401,4467.976118802978,955.7401560231253,6298.4634953819395,11428.86359003011,3802.9736446510706,98985.19617872723,39555.1118292493,2653.8170174755132,18220.56946617068 -187,3355.0941476449802,4694.026471527676,654.6116424642962,1880.696436987242,1304.913968212521,3347.5472389811935,1499.6008128538322,3944.867902490716,237.62825105062078,1442.735783914594,1914.371669332009,8006.36194699509,1070.8819721720554,4670.489836599717,1218.4904677516715,5278.40943884519,916.0445719408476,5993.274182911773,295.2481057012649,1626.3232570009093,554.5385418662194,3127.086497325731,1254.0314271505697,7177.126685940316,610.9121480243044,2089.59184541882,485.95324758996384,2845.9032417421035,611.7656767809685,5087.259157805118,812.5595859086947,3406.971428230255,809.4116333054939,4340.238973628428,950.3291613817368,6118.393655147038,11350.971650220214,3797.476808039907,99622.16108330594,39945.09220896333,2630.3823372048014,18406.583295146876 -188,3276.8847127874556,4405.576186485014,634.779923881498,1765.1266960370729,1249.5018165432418,3141.8387792750327,1450.2839370892136,3702.453787906746,226.41223251430378,1354.078945135418,1822.9661643870938,7514.366982805242,1019.7505701716545,4383.485889598626,1160.276081538359,4954.0485268558605,874.5707531471405,5624.9844732380425,282.89734769809843,1526.384875762776,534.9585167905997,2934.9254609579266,1209.4297847722894,6736.0886451656925,595.4412475245562,1961.1853766675438,466.5556719745956,2671.0210577016746,583.1098770835097,4774.6445266232,773.9852844588584,3197.6113222389076,775.5524924173258,4073.529108081175,910.575187456316,5742.415291042072,10658.709890377451,3601.6181787362148,95792.90080933247,38704.92250255265,2465.1029742499627,17867.23685824258 -189,2929.987146067486,4186.005666416065,562.9490092739093,1677.1541425659982,1089.1715768108672,2985.251957134837,1281.4429122978308,3517.9263460171205,195.89958850256866,1286.5926946172967,1576.069811907306,7139.856726583823,881.639012681933,4165.01633289304,1003.1457929292168,4707.142568260596,759.1080276147635,5344.639584422478,254.30732609448668,1450.3110305243829,471.09296279866004,2788.651039055287,1065.913584242417,6400.367181174935,531.6012804738756,1863.4414097313872,408.06357765530083,2537.899427765094,504.7827314805305,4536.679925064134,669.419785734898,3038.2448395626593,697.174018057754,3870.5075583639737,818.5511211548139,5456.217740816077,9039.905118333607,3106.821968391711,84279.30401758476,34465.9704831719,2109.0849395218634,15986.520995872848 -190,2514.069751172823,3974.622747687685,488.02589136501905,1592.4620121522034,948.4532718154429,2834.5041268341106,1106.343922557426,3340.279778345549,172.09941963790405,1221.6229500264676,1385.296634186878,6779.311645081362,774.9222449468213,3954.6933235235647,881.5879571210718,4469.443526682035,665.4835149080158,5074.748522408287,223.88668735729428,1377.0739154493128,407.8845861596062,2647.831068198648,923.5173228297414,6077.164490231511,455.68913930558597,1769.342233700985,357.115784526336,2409.741792245365,443.30788022340704,4307.5888247843895,588.2402629546824,2884.8209999461083,613.7769753299644,3675.056512702176,720.6347601636145,5180.692258248173,8047.065230145239,2739.9316984838842,73444.45362725572,29820.02933549817,1891.868597182627,13806.781126074224 -191,2025.013944377519,3650.6278965832203,407.8930402992798,1462.6510778146153,849.8270169919504,2603.447042721439,938.7208620397171,3067.9939494421815,158.1652750291458,1122.0412863252052,1276.871286768154,6226.690124380627,714.2700990039602,3632.3230368682434,812.6494710613078,4105.112926805705,604.8632309986202,4661.075956158617,191.42096660186442,1264.820530280769,350.7223231491954,2431.9908018010665,793.9096474581067,5581.779109242741,370.1904653745458,1625.112753332239,314.65623233195635,2213.309581507137,406.6324047467872,3956.4519525574055,541.4034505497805,2649.662291894046,524.7734167781578,3375.481065365407,616.1357961283336,4758.383595669899,7953.25816955851,2573.011800182653,64065.801100329656,24800.447296421844,1886.4615244238014,11347.593775720028 -192,1744.1533782468453,3391.4840015506034,384.01481322682065,1358.8231588603742,805.8313624184422,2418.6384491659496,813.8400418998966,2850.2089753178475,160.37208169778577,1042.3919335117164,1274.6998634500053,5784.681577439053,713.0554246945713,3374.478532729178,807.5352150251645,3813.7069047356804,575.4223553449079,4330.2042780420015,159.87696856770935,1175.0358335054682,303.7653929750356,2259.353220838052,686.6225519513229,5185.550290377175,339.74041610567195,1509.752311047815,314.49146875328404,2056.1953309965343,416.4934470130957,3675.5987956375393,518.795998041085,2461.573057303708,438.29672657495496,3135.8687751875063,514.6036249829006,4420.604426175434,8409.843665029766,2558.046263145042,59286.85985731457,21683.996241740966,1891.9928952166654,9648.537726453003 -193,1871.4135722285027,3246.5765557659843,409.467637589839,1300.7649185344817,848.195247129559,2315.2976344120334,865.0764508504234,2728.4285091924366,168.37168163747924,997.8538043261999,1337.791376520243,5537.520325408736,748.3482390557192,3230.2976771481854,847.5023458866349,3650.759202112361,605.1950833231926,4145.188266947798,169.93120798960047,1124.8302476142094,322.3016220646016,2162.818162967454,728.5714081412925,4963.988034083855,364.012057832529,1445.2453426937434,332.54622415983704,1968.3405708641733,437.37193351942807,3518.5520181910465,544.6448941187687,2356.397781765616,465.8600477105409,3001.8829641618886,546.9656850050728,4231.725901043548,8747.653120267832,2677.3056810457715,62742.74280130622,23135.866953006356,1966.9233069084153,10318.058226083105 -194,1888.8557484352366,3190.108138521065,417.64233207852584,1278.1404293546698,901.4458532314102,2275.027155456608,897.598544291638,2680.9723544295434,179.78187559595648,980.4979145129602,1429.8189840000928,5441.205021313397,799.827639514401,3174.112402005194,905.9358919519864,3587.260747557369,643.119412420497,4073.090099356144,176.31402965753168,1105.2658287067986,335.93598108894105,2125.199792861741,759.2569132840256,4877.648302772237,370.3146207474607,1420.1078738459614,347.93395101982287,1934.1047921210977,466.72503314039665,3457.3530721479315,581.6360972914632,2315.4124389436756,483.3583144617093,2949.67055615948,567.5103775731317,4158.122565424721,9567.431913419625,2884.274506184765,65689.22230943339,23729.70960552586,2154.249336137788,10528.714798005814 -195,2116.4040443939334,3225.782662907109,468.2552147436904,1292.4336915062597,1028.4360650854978,2300.4684597046435,1015.1805569557484,2710.9532859476667,205.1843709426359,991.4626828665415,1632.361332093359,5502.0532411208615,913.1279733258386,3209.6080483508617,1034.3275816211944,3627.3765729341108,732.6229988023392,4118.638885092103,199.75746919257898,1117.625858852216,380.41495172550515,2148.965599080088,859.8015059393304,4932.194348162556,415.89724255232716,1435.988737683956,393.7638557898202,1955.7336101973642,532.5637410312206,3496.016158516122,663.8498031146942,2341.305366057783,547.6276266704748,2982.6563013497016,642.9688946746335,4204.6222571026265,11004.584983599267,3302.4614063005733,74507.47207527264,26736.41899049704,2478.9477868020344,11848.496226826137 -196,2675.34449554707,3333.1311381789938,583.6860578976537,1335.4436523968595,1236.915839204906,2377.0240765476574,1249.67356231225,2801.169128796025,245.14037960353514,1024.4568484433314,1948.4464538875513,5685.152069535658,1089.9430944560627,3316.418260388,1234.5219936246792,3748.089399876551,879.2565388244699,4255.700073247811,246.36547477275732,1154.8185170098157,466.0111048683299,2220.4794624056103,1053.5421184140832,5096.329256911398,522.2030013489356,1483.7759625551591,479.20260168496674,2020.8170466938145,636.645714865525,3612.3575377596812,793.0158905906535,2419.219964608473,675.4017298511211,3081.9139512502115,792.9883054731647,4344.544823363623,12850.963618031737,3914.989444061026,90811.36297678284,33276.847103017535,2891.065051106655,14835.74708826275 -197,3622.446733814172,3566.932472941308,771.8573424573958,1429.1178870688345,1538.7423670495373,2543.7596110404966,1620.3018373683678,2997.656171776669,301.16557320643483,1096.317020948666,2389.668674417214,6083.935101789935,1336.7587621011075,3549.0472760985685,1513.91152712772,4010.9978388701566,1089.2396439747274,4554.214687952413,320.4069712178254,1235.8228638212768,599.1665735188466,2376.2342289001467,1355.187869293607,5453.8095159404775,699.9424280195394,1587.8549159932654,607.49985810345,2162.566561861579,783.0020928747559,3865.745112071666,974.0104250760786,2588.9153151244795,878.3837216496505,3298.09374302959,1031.3092019170704,4649.291422440449,15110.949951975095,4740.533420410934,115678.9028915145,43939.95225716009,3390.6011290516485,19787.13391564223 -198,3752.3232173657907,4115.761294915773,800.3832188711115,1649.0102153852868,1615.6630566142549,2935.1571497671994,1689.6732045377023,3458.8928556559226,316.47725519082246,1265.0026867643842,2511.857473717301,7020.044478744605,1405.11005692437,4095.124178436639,1591.389589691775,4628.153121609219,1142.8770984471216,5254.952451049635,334.4115018835927,1425.9737039802578,625.4709121115246,2741.855345216729,1414.6723272650374,6292.964132579051,726.2187463805041,1832.1714399593995,634.519705446756,2495.3115374369518,822.6654800278418,4460.550971730213,1023.5719994495262,2987.2607711627215,916.7766184065389,3805.557486029938,1076.3862527978283,5364.658240778298,15994.430543146527,4995.195205212961,120914.91672517311,45691.967815447526,3590.4155602296464,20555.366909555334 -199,3689.743506743695,4592.201376311625,788.5499402099829,1839.8994591835801,1615.8144994093575,3274.930623285254,1676.3348208858636,3859.2939177204225,316.81418206019947,1411.4392606717463,2515.3836114189403,7832.684066707887,1407.0825460478634,4569.175309465704,1593.7420707443648,5163.9076253254225,1142.156549800325,5863.265177203655,331.9680031599607,1591.0442653930281,621.3592119610267,3059.252222791827,1405.3314289037667,7021.436978477781,716.1096184884825,2044.2634072617147,630.4357142124749,2784.1685305461206,823.362805888346,4976.903868742666,1024.7126228762515,3333.065754246058,910.0778580938277,4246.088408131872,1068.521246899311,5985.670497260398,16152.804578279922,5017.538097760432,120266.48373939854,45158.770597109586,3627.8807660755206,20289.702297222673 -200,3512.4934805280977,4748.740407273293,744.8200219109814,1902.6179801729245,1503.7855317229246,3386.5665086103713,1577.2261971135902,3990.849587990581,293.4185852047048,1459.5524238414916,2328.5095488527327,8099.68472132991,1302.5469076059653,4724.929427507502,1475.3264991942403,5339.934987673646,1060.2619478236477,6063.132250508691,313.0970406086362,1645.2798067189156,583.1080878913697,3163.536059492343,1319.0815079958636,7260.7838299114055,679.7902212473954,2113.9482896481604,588.800083636547,2879.0753101254854,762.7954627403315,5146.556644167794,948.9742065578514,3446.68335080718,858.3438204293516,4390.829134924737,1007.7803795759766,6189.710124993268,14773.96454844269,4629.9039866451285,112574.47066546997,42704.67070523831,3315.6707173598998,19248.814717841375 -201,3295.8976854044604,4692.596892142126,697.2297485821728,1880.1236654289426,1403.4477913538042,3346.527733753852,1476.7048713132533,3943.666481521677,273.34926743658013,1442.2963945442975,2168.977830500255,8003.923586226973,1213.3063260041124,4669.067425364646,1374.3010566760258,5276.801883930868,988.4571987489097,5991.448913864866,293.30308222839506,1625.8279555328518,545.5534399842376,3126.134134057112,1234.1893100828997,7174.940871177673,638.0825340592319,2088.955454157598,549.4094553970078,2845.036513650061,710.6772632183563,5085.709818263668,884.0501514671928,3405.9338251936083,804.0794242393126,4338.917141252174,944.0686215504991,6116.5302806017235,13719.437051510407,4310.226635480075,105193.53667716362,40017.71087412205,3078.3910803360263,18055.95558690862 -202,3139.9540645996854,4753.808914284834,661.6972735727347,1904.648715009055,1321.8125799369016,3390.181116826826,1398.8391528475768,3995.1091699815765,256.84467725312754,1461.1102583532752,2037.5055978073199,8108.3298156666,1139.761963596576,4729.972520175965,1290.9969354452592,5345.6344986186405,929.8943801994573,6069.603656752867,278.07954427570604,1647.0358749646189,516.1351781081058,3166.912619026791,1167.7367490537922,7268.533534168732,607.1746034163775,2116.204585172697,518.4438922959733,2882.1482541368646,667.8743014149352,5152.049755224423,830.6414241717376,3450.362123962135,762.3446646217799,4395.515629941975,895.0678937677433,6196.316632504161,12806.298491831161,4042.03329608794,99379.87145075251,38000.04521755153,2872.332448183717,17171.902370604053 -203,3017.0109294400518,4818.724849518805,635.8962953219147,1930.657764774488,1262.6297428987536,3436.475947304771,1339.891691071239,4049.6646333599742,245.37849524455962,1481.062540956797,1946.3147322514749,8219.053621074052,1088.7506289038747,4794.562956037941,1233.1652923633524,5418.6321451698195,888.9202180607016,6152.487509465933,266.2026208325825,1669.5270764653662,494.21044295940175,3210.158592555644,1118.1220187627289,7367.789448880026,582.7245103634093,2145.102549367282,496.7731304423877,2921.505610053725,638.107256864157,5222.4038931931045,793.5456971157639,3497.478759950556,729.7845234486141,4455.538868801197,856.8390737430046,6280.93082219027,12196.161615436942,3856.3292001755467,95134.70928411797,36448.06159882631,2734.960026748844,16474.13812686616 -204,2941.3244146284947,4767.649854005477,618.860488794114,1910.1941899174433,1222.4609005228967,3400.0517896548945,1302.2810568766508,4006.741119476421,237.40688932991154,1465.3643500460043,1882.8048482192353,8131.937601809727,1053.223781659737,4743.744059106638,1192.923687022003,5361.198566547757,860.6560423426297,6087.275595161848,258.59050909687625,1651.831297892667,480.06717627822724,3176.1332350529797,1086.1247268217342,7289.696213678545,567.938577201042,2122.3660150130736,481.85989253263466,2890.5397652326496,617.4357428227295,5167.050192007975,767.7490629797201,3460.4080166417175,708.9162039778839,4408.313381802038,832.3376065957193,6214.357501741205,11753.484153199774,3725.9790885089824,92317.2770523701,35467.70087818274,2635.052811159844,16041.08723841805 -205,2899.7792638623355,4739.448134964078,610.0953170710947,1898.8949625185805,1205.0932614041005,3379.9397201375637,1282.6188026425984,3983.0403463946564,234.03861920497334,1456.6963909972585,1856.0900604485091,8083.835365586204,1038.2797741441768,4715.683748208002,1175.9452697099123,5329.485873642698,848.3033610503711,6051.267993656027,254.93554379228166,1642.0603449927135,472.7812565031155,3157.345694047266,1069.686029325312,7246.57602431678,559.0983043013837,2109.811743644314,475.0253688434646,2873.4415737057293,608.6761404993325,5136.485930317199,756.8563088395188,3439.938926494096,698.8962533677345,4382.23721865101,820.5731954251725,6177.598182232941,11586.37651659907,3672.67938611183,90990.49189060218,34953.559113556534,2597.58760531397,15808.646664137252 -206,2884.229406537148,4683.434584460301,605.4150200361249,1876.4527190641727,1191.6898274948953,3339.993629617663,1272.8380819484867,3935.966462421654,230.99311250875078,1439.480307068868,1831.686164319479,7988.295904530804,1024.628458240376,4659.951059028127,1160.533192896389,5266.498914477521,837.9593557026251,5979.750594220004,253.11080321487853,1622.653522205487,468.8235464459816,3120.0303489996636,1060.7835098525084,7160.931780396679,556.3369500020896,2084.8767631801848,469.94989664312897,2839.481572430256,600.8081017570464,5075.779956567379,746.9924671340481,3399.283730508805,693.8937953583712,4330.445394207234,814.6998158871601,6104.587739261785,11394.050453308111,3621.973925549066,90106.5103312148,34718.38103750305,2553.878198493783,15718.499768734115 -207,2931.7212460496144,4651.139064748619,614.2533832743621,1863.5132801366701,1199.0239419581965,3316.9620641805977,1287.3191394460457,3908.8252522308626,231.94740578237503,1429.554095056476,1838.828024725568,7933.211080947802,1028.6235495171493,4627.817474461436,1165.0517274899155,5230.182763064111,842.5344428650476,5938.516079313497,256.16072074771546,1611.464204223872,473.638402241213,3098.51558247095,1071.7534916850534,7111.552204511247,564.8875295752815,2070.5000963585485,474.0245570384887,2819.90138369491,603.3793062679266,5040.778944236943,750.0530734674193,3375.843318831335,702.2550301437296,4300.583979028505,824.5167309335077,6062.492385924477,11370.642287051574,3630.1659225253507,90923.98736925129,35191.17440018333,2547.6339975194705,15952.526201383103 -208,3054.9263656821045,4723.202903213481,637.9476345100837,1892.386190218999,1232.0745064229764,3368.3544252903393,1331.987169416481,3969.387825751627,238.02425573415866,1451.7033264487866,1886.4205709236842,8056.126700946787,1055.246383813016,4699.519972770306,1195.142694586625,5311.218191274755,865.7403424973897,6030.526285308867,264.998694957579,1636.4319152487353,489.4892809163741,3146.523376541952,1107.6655572452034,7221.737202673204,587.4221716571977,2102.5800196651476,489.28201480776283,2863.592383893463,619.3096214731054,5118.879786744046,769.6690458863657,3428.147974577872,726.4840057143826,4367.216385597075,852.9639401009433,6156.423456552942,11571.722989862044,3714.1879156169925,93853.35586892218,36522.69695613641,2591.3434043396583,16575.860376712408 -209,3137.718056351069,4920.225042621104,650.9440639515883,1971.324568142319,1233.3493388515194,3508.860858901803,1351.1685637174864,4134.965569836278,237.0136415541662,1512.2592036835986,1877.266589359711,8392.17733236885,1050.1257303957648,4895.554210171817,1189.326353364935,5532.768607877372,864.7579379905064,6282.081684226219,269.27378944584956,1704.6935003519,495.16128244970304,3277.7764224190655,1120.7030014374902,7522.982383764674,601.7619765042874,2190.286354167167,492.52437343764655,2983.0433389820564,616.9199199385333,5332.4070621165665,766.3327556273649,3571.148616726384,738.2040172757354,4549.389019967907,866.7243906556256,6413.230488849626,11332.850281667255,3680.1841067576024,94647.74133291384,37251.494944573795,2535.145595570845,16960.366582711355 -210,3235.335633656806,4883.835728542285,667.4576396476867,1956.74492021158,1253.2708865950262,3482.909802040097,1383.4867159786738,4104.383927833635,240.1011392879568,1501.0747406448693,1901.042929045737,8330.109932177329,1063.42599697508,4859.347358208615,1204.3796724823248,5491.849005043469,877.3320432075454,6235.620263966807,275.98141435817524,1692.0858194724537,506.2039848118415,3253.5344345664093,1145.8140268894165,7467.3434309930335,619.5757806412585,2174.087294698562,501.6983474210882,2960.981156859769,625.0984173781766,5292.969305977652,776.2749902452952,3544.736888093954,756.5927199669546,4515.742358589559,888.3145429197809,6365.799109899065,11367.974453546158,3717.2904630180005,96581.98158015912,38257.76792189647,2541.3897965451583,17450.44590952012 -211,3291.652435958396,4733.339929842861,676.5432713450429,1896.447664942067,1259.0901805496378,3375.5836507134372,1399.1428576770943,3977.907000327974,240.56420569817683,1454.8189993469719,1904.1108289593103,8073.416911122091,1065.142152078347,4709.606170650322,1206.3144881220464,5322.617227340466,880.3391503192084,6043.469113892786,279.33762612987056,1639.9440561078036,511.2331270415971,3153.276504008967,1157.300874311897,7237.236630462783,629.5736665329248,2107.0926163260383,505.3194225902413,2869.7382795591925,626.4293953776936,5129.866022519673,777.7363724305733,3435.50553003756,765.7936489463115,4376.589387287717,899.1173418432119,6169.636488006316,11290.653439488451,3714.9149844467615,97390.23830896032,38792.86747624377,2522.6571936222213,17721.84472186537 -212,3214.9524961926945,4443.979905014764,655.8666843330891,1780.5134300156856,1205.6023533660943,3169.2264096411304,1353.3507830747276,3734.7283388670426,229.18217219288377,1365.8825468607877,1813.0892820584027,7579.870250101397,1014.2255326899044,4421.697045451452,1148.6357534181498,4997.233317483642,840.5530228520821,5674.01785986001,270.8169144584422,1539.6904804454703,493.34643673781324,2960.509413325881,1117.020347240048,6794.807605267661,613.4736853897375,1978.2811680015473,485.0456372934463,2694.3045367620725,596.9855442685711,4816.26543991998,740.8830112206934,3225.4851257980245,742.4344367525025,4109.038348795114,871.6913207419042,5792.472330390214,10602.118203520582,3524.945497666489,93764.39739367417,37685.97808237378,2366.55216926441,17262.663832813152 -213,2874.653673314914,4229.7378212121375,581.4359162026435,1694.67575395989,1050.879270143359,3016.439564390628,1196.056057992585,3554.6789239602176,198.26420524857704,1300.0340215920576,1567.4068523954743,7214.448436311744,876.7930325018598,4208.5292073402925,993.0269612239852,4756.319158988577,729.6666682967473,5400.476251704225,240.05943120186444,1465.4627602504552,434.64386463228806,2817.7847117329466,984.3540351533782,6467.233275161493,547.5163728120167,1882.9092066427938,424.1153228963529,2564.413441236775,516.6764548931345,4584.075653726156,640.8687920018826,3069.9860755332934,658.1139473798713,3910.943632552727,772.6907422284172,5513.22009051589,8991.753841223144,3033.9068223544086,82303.6815058746,33479.95476092584,2004.3885127542896,15392.378476741997 -214,2466.5327340293134,4011.9867744109097,504.1615607923311,1607.432185915837,915.1228749588051,2861.1503004876313,1032.4430866068737,3371.6805705273373,174.19525393874443,1233.1069965506435,1377.7538090488224,6843.041563001057,770.7028576726624,3991.87000075872,872.7295149742523,4511.459189040442,639.6229685955565,5122.454443558971,206.23694900053158,1390.0193016766316,376.2025163380303,2672.722394261811,851.7403544054421,6134.293770374273,469.4464160220239,1785.9751960471583,371.2296329000723,2432.3949249920915,453.82128816493446,4348.082948171456,563.1058688935577,2911.940184778534,565.3908780954692,3709.6044228981436,663.8247054086468,5229.394119096376,8004.093299053165,2670.72250358266,71504.16826541796,28824.387069410797,1785.8414786533544,13202.25025331481 -215,1986.6176834135229,3670.1221683807876,422.01502771485934,1470.4616020487094,820.0409997142193,2617.3493920430137,875.2466417864953,3084.3769689166384,160.18928839429705,1128.0329618460623,1270.297116998297,6259.9405111969645,710.5925686678605,3651.719561121934,804.6494561508861,4127.034138559376,581.1023193138658,4685.965998127426,173.001691084144,1271.5746437897117,322.8975439914317,2444.977578608384,730.3814016582731,5611.585685577568,381.9139273186984,1633.7908193013295,327.45796560909906,2225.1286054603706,416.63674575650896,3977.579318014005,518.0283953145521,2663.8114296186254,474.27766221373446,3393.5060592020463,556.8487954058785,4783.793258270104,7911.030731716632,2506.3474608093884,62227.171906504846,23893.75465452976,1773.3530767047298,10783.559470152732 -216,1980.3452093816113,3420.1405810299966,425.55370427578765,1370.3046294592386,963.6353722532729,2439.0749026237136,977.6273380174766,2874.2920138923278,192.64980215419436,1051.1996965080034,1591.1803160995787,5833.559645951561,890.0916902832378,3402.991423319388,1003.5583404704074,3845.9310859426982,699.7244277031714,4366.792639655674,182.3553649791806,1184.9643803417762,349.9778078836925,2278.4437827028187,790.7700806231695,5229.365957492999,358.300733160337,1522.5090679943194,358.41583580777393,2073.569296169573,487.7653078017215,3706.6560227904292,644.574967119548,2482.3722897130915,499.92040917329973,3162.3655160690855,586.9559117492511,4457.956630115578,10133.60937180046,3075.779559442054,69958.21594485827,25451.167512293818,2232.5053968143484,11198.942250212483 -217,2090.714811859701,3288.164341483734,452.3744726516648,1317.4273725909254,1006.7973801324346,2344.9559838268133,1025.968842908797,2763.3789556819765,200.787458326263,1010.6360472455166,1654.7562569393142,5608.454493984486,925.65548910027,3271.6769347428326,1044.013523309254,3697.5244604688605,730.8806633830294,4198.287030659188,191.37659717562468,1139.2390251381962,369.8987766801932,2190.5232907421864,835.5530792913391,5027.575405926453,382.99176589899906,1463.758552713318,377.41932830225676,1993.5544921977914,509.1307408420398,3563.6237375408955,670.4346083902166,2386.5826131812814,524.6517796564691,3040.3362897862626,615.9929821396402,4285.933188925391,10485.061809287165,3199.1692647447367,73368.8884417105,26865.180480426134,2309.66840228655,11857.577387841206 -218,2151.3998247110967,3235.2048935405664,456.7127666796192,1296.2087779247747,1054.8175343410353,2307.187928018977,1061.6106937286784,2718.871744742317,209.47152225021566,994.3586591422697,1717.6598500492623,5518.124260161146,960.843182757372,3218.9830343417984,1085.1817427865728,3637.9718244548017,760.66468653302,4130.669071104787,197.766030263282,1120.890346793425,381.0472846817338,2155.2425407137343,860.8404747963284,4946.600858933352,385.9818560247495,1440.1831359083271,389.74991158765823,1961.4461379955874,532.9660000205603,3506.22771768984,695.7964791441594,2348.1441154242593,542.1681713674108,2991.3683810241346,636.5589551997411,4216.903593067549,11130.03255982537,3346.9258242585397,75911.21904666009,27495.483983615133,2441.6082616397207,12095.13417448302 -219,2380.614425532337,3268.6050842208965,509.1008434829086,1309.5908114493425,1177.6670704475805,2331.0072900893824,1163.825817472525,2746.94132231098,231.70513937921066,1004.6243980716031,1867.6443425624705,5575.093264768899,1044.7431336973134,3252.215750871879,1184.2432926134125,3675.530172882459,843.4995171971722,4173.314016062586,215.19821820352234,1132.4623963379192,428.67120669729053,2177.493221641525,967.2062996513341,4997.669467366078,431.2634621332755,1455.0515578280565,437.8836664567245,1981.6960687338392,596.3093701069256,3542.4259425915516,756.5115193409611,2372.386308355117,589.9578622759605,3022.251208421188,692.6687700517267,4260.438821507096,12455.74714479585,3697.8762924760185,83856.25956819391,30219.027527289294,2713.547281803212,13316.74208327232 -220,2911.638041704265,3389.7944929102746,634.8253458557781,1358.1462447229276,1414.982965750163,2417.433575265371,1417.6543850290536,2848.7891093570056,280.121809573312,1041.8726534038133,2277.5280747340207,5781.799868575863,1274.0283380809913,3372.7974955681466,1441.1157076940501,3811.8070606661563,1021.7831490316735,4328.047134579494,262.4508388303544,1174.4504752397368,524.9407187688431,2258.2276967941775,1184.2374975578007,5182.967045987271,542.0769981912016,1509.0002097337278,532.7333414455154,2055.1710125045897,716.8015620362451,3673.7677517874804,922.6509104653061,2460.3467950105014,719.4991534848787,3134.3066043536783,844.7630340495543,4418.402248789344,14760.738117417495,4462.452730444513,102234.39736313168,37280.546102072716,3235.4781435994696,16493.069726838916 -221,4020.3813631466514,3606.8307563218773,863.8741688633876,1445.1034295132347,1825.4629019245856,2572.2130910497913,1875.8171113095282,3031.186757602544,354.3301652754809,1108.5799856973879,2840.7592749758564,6151.987572253454,1589.0947111193427,3588.745502803728,1802.0034232993107,4055.863260244991,1304.3879023639658,4605.1563162490775,349.2106650422484,1249.6462852633622,698.2814750331204,2402.813836830063,1575.3008501430022,5514.813653030634,745.1118159411943,1605.6160275046614,701.6881778756868,2186.7561685247374,915.0981555856213,3908.985794402639,1152.3545780025004,2617.8738888218268,957.3479704067516,3334.984903648218,1124.0210251880262,4701.2965411519945,18122.894548501685,5567.902437381816,133574.6958073959,50189.26860632443,3942.18764149615,22448.661665404725 -222,4129.444077136349,4109.523125167166,900.5755474806292,1646.5108465191993,1916.3479115310306,2930.708396006454,1936.591727251387,3453.6502870933386,371.3541334035822,1263.085349745294,2952.2391227660805,7009.404350232954,1651.455516584403,4088.9172879159787,1876.2140037210675,4621.138330729385,1367.2641863768345,5246.987634078591,358.66854808446146,1423.8123866965107,733.6832348933063,2737.6995747908018,1653.7811572435535,6283.426023911423,776.4048049844878,1829.394457614691,738.1919570860658,2491.5294480904636,964.303484037629,4453.790211778381,1197.1442023750126,2982.733045077905,983.2764028436925,3799.7894854378574,1154.4635644842722,5356.527145131284,19240.043106849953,5850.001967730697,138991.81146887862,51789.23315286391,4175.768231507612,23156.967226346093 -223,4077.526003233198,4597.139924998924,888.402351310598,1841.8781252555395,1902.2681649035508,3278.452551660184,1896.552930869463,3863.4442825126935,366.2516218163238,1412.957151752035,2873.888848584953,7841.107497747999,1607.62709106002,4574.0890954427305,1831.7208514654951,5169.460998780675,1350.4448160221825,5869.570654287812,348.95813186370265,1592.7553074237246,729.9553608554849,3062.5422061377058,1644.053501924632,7028.987977558938,766.264866303538,2046.4618505657268,734.6318750576343,2787.162683179033,958.9701724398059,4982.2561344761725,1165.378980590239,3336.650202347621,956.6556601478081,4250.654739748405,1123.2081846002143,5992.107611566695,19181.045228249215,5763.342596474477,136830.54127823116,50740.6981353214,4138.309263799508,22693.612518094094 -224,3913.930038642053,4739.123226547176,839.857568933833,1898.7647855573464,1790.9603627902927,3379.708011543562,1821.342785803323,3982.767292803488,346.30553650513133,1456.5965285439033,2757.707514318769,8083.281185842837,1542.6363171357666,4715.36046893632,1752.0648750766234,5329.120515742621,1275.1636552277578,6050.853154660414,337.51817995118415,1641.9477750875353,685.6979624189134,3157.129245177724,1546.0060480591837,7246.079242101429,728.0738096895606,2109.667107481185,687.0443138536077,2873.244587616592,898.2948691682545,5136.133803347025,1118.5464971303213,3439.7031047108376,925.2934600738918,4381.936798493081,1086.3858656849116,6177.174682789864,17852.1414715388,5446.65615532614,130221.98803179259,48726.53535404679,3872.637792312952,21806.37300646571 -225,3740.434460068388,4674.077332988966,786.5458245925865,1872.7036670277432,1690.5212147714306,3333.320501224093,1745.9286975007283,3928.102612226367,327.7344147888519,1436.6043025088875,2640.182721501147,7972.335717138811,1476.8940248067317,4650.64072638291,1673.427677912366,5255.976731701703,1204.3789577867974,5967.803372787332,325.4219221692121,1619.4115473717818,641.8539005545689,3113.7966954603025,1448.746131930408,7146.624622213969,683.6803453605921,2080.7112910660762,641.513628899426,2833.8084403212665,843.7615632198107,5065.638820055223,1071.0788562693706,3392.492143669025,892.1320220184795,4321.793396233155,1047.4510637613048,6092.391099899161,16754.992662388526,5156.049829285085,123643.2648826187,46486.42239564726,3647.1165037586384,20787.2852682695 -226,3577.9687764692103,4699.354907793997,745.885693106576,1882.8313144025203,1596.6639404654793,3351.3472158708864,1665.068049291379,3949.3459294735158,309.3615831495182,1444.3735091639849,2502.286882134595,8015.4503894268555,1399.7563556796592,4675.791555194142,1584.6185938338388,5284.401238945389,1137.0573877539553,6000.077463571552,311.31071736207343,1628.169382044287,606.6536103691574,3130.636217635436,1369.921925426681,7185.273819824906,650.2113321499425,2091.9638509962224,604.7752803886704,2849.1337761533855,794.3413796931618,5093.033973170358,1015.3594654170265,3410.838860641771,853.4466820948725,4345.165807103242,1002.0306557332758,6125.338965498709,15687.181870353827,4860.414747745006,117321.17821191953,44359.12129078765,3418.6113512731804,19856.52151028984 -227,3431.7326963677697,4753.484012171082,714.6771929397349,1904.5185405732248,1518.7646106901152,3389.9494127279195,1590.2211837031418,3994.8361216875874,294.167657490886,1461.0103978372294,2379.165376109436,8107.775646674197,1330.883313259938,4729.649247175829,1506.5644324916866,5345.269147806426,1082.0549710319865,6069.188825805038,297.22581507882376,1646.9233072432717,578.8011735887178,3166.696174356309,1307.061530603417,7268.036761590846,622.5449860460426,2116.0599518154772,577.1493543505111,2881.951271869214,755.3753189814094,5151.697635085434,965.5456550787883,3450.1263067537666,814.8334495562411,4395.21521561213,956.6949088935394,6195.893141276879,14852.444237604192,4613.619825432591,111904.68356325643,42437.115614030874,3235.7779644141124,19006.453361525255 -228,3356.68701260099,4731.1305752992685,694.0254707515005,1895.5624706971303,1471.7398473578182,3374.0080484565697,1553.4556536305838,3976.050254977877,285.1349183595222,1454.1399416384713,2315.142440357979,8069.648527570669,1295.069469584698,4707.407894180455,1464.7928737543734,5320.132819136254,1048.6985601945776,6040.648237694636,291.1678227413793,1639.178588614384,560.7285459771106,3151.804666812696,1266.79074504025,7233.8585460932745,605.6994617182731,2106.1091005180356,558.1656301928736,2868.3987879104116,730.2884100532972,5127.471583714756,939.7145504293878,3433.9019583810073,798.2256902591691,4374.546551194902,937.1957599861264,6166.756721370255,14305.620859370103,4467.599730970986,108862.10658420033,41452.730552144516,3120.2565287898815,18572.86170979267 -229,3328.266887735594,4637.947941861778,684.2274641055969,1858.2281591507488,1451.8180289729164,3307.5548085405308,1536.4654534173776,3897.739409918352,280.9383512605793,1425.4997282704564,2279.997060467658,7910.711654291404,1275.4094660793094,4614.692494074125,1442.6428449040143,5215.349410935143,1033.2685215600275,5921.67381889574,287.8008101914719,1606.8939211061795,552.2654495275957,3089.7278641838443,1247.8436020775894,7091.383089432131,596.2997051931549,2064.6279388444286,550.2844229409232,2811.9038447773974,719.7646419917851,5026.482761393737,925.5572199238901,3366.269069718268,788.9951513505197,4288.387067484299,926.3581960826588,6045.298515573584,14079.85905183178,4397.374000356121,107420.17752993295,40947.85084192131,3068.3172144865553,18348.141807239903 -230,3317.2173801702065,4533.393646198871,678.1572934439731,1816.3377069946605,1441.642556164545,3232.9918622314353,1536.4952020486817,3809.8718004087073,279.8997259035797,1393.3643697185112,2290.7422550628767,7732.378715764547,1281.4202294873974,4510.662451161407,1446.9693721083536,5097.778625076475,1028.1874389408852,5788.180204253832,289.13972445426816,1570.6693527771906,546.7971289755516,3020.0754393012735,1236.1913761965175,6931.520457620484,592.7914683564622,2018.0845703854054,543.5040646835599,2748.514468775797,713.0864622231762,4913.169638571511,929.9177118673155,3290.3825147141724,792.6657346984869,4191.713000635943,930.6678232875582,5909.018001800914,13944.904089051872,4385.798092349384,107129.5521085008,40937.05176525883,3050.1070379774,18337.773375488716 -231,3334.525099567192,4474.261013972365,684.8541940798294,1792.645780369911,1443.5447341710535,3190.8213970787097,1548.8446315418762,3760.1766348030023,281.01120709069994,1375.1896182492303,2312.232644253315,7631.519195828804,1293.4417563035727,4451.826319856975,1458.834594289003,5031.284274015313,1032.3925555812302,5712.680400356178,291.81755297986064,1550.1818724400061,549.2186875167339,2980.682211140237,1241.9006737111179,6841.107164185301,599.6599824061213,1991.7611001518765,544.6684980874526,2712.663424737823,713.3214842033765,4849.083288261367,938.6386957541655,3247.463457973918,800.0069013944212,4137.037178810168,939.287077697357,5831.9420151141485,13898.33850100003,4404.864682833584,107787.16412632048,41324.376451081975,3049.807217162758,18526.33054865127 -232,3444.9527009371973,4535.862923694095,709.6295653420868,1817.3270412933423,1468.5333713662826,3234.7528286664474,1577.1150851614293,3811.9469854534314,284.01489638402194,1394.1233162273102,2316.4871358175546,7736.590436660084,1295.821679904559,4513.119347285693,1463.9379698696714,5100.555315348031,1047.0841246557422,5791.332946819802,296.7628617091657,1571.5248748844544,565.9330135183109,3021.7204330737422,1279.0343884726337,6935.295961979795,622.4858790039924,2019.183793440366,560.3662461907259,2750.0115470029964,725.2327952097903,4915.845774853857,940.7100914628396,3292.1747410523985,813.564280217494,4193.996169358251,955.2047787993903,5912.23656306196,13956.022366321411,4430.437834122354,109852.01624165504,42385.17781801769,3050.1070379774,19059.273060247167 -233,3537.5540061361244,4779.931243410032,732.1286226062355,1915.1148194525558,1485.7957659096248,3408.8102684239097,1598.2905076325676,4017.0624202091476,285.4516941321471,1469.139105062325,2308.8770901450685,8152.885342386243,1291.5646900793201,4755.963867567715,1461.4689249957746,5375.008927897091,1056.4473639365403,6102.956319268343,300.03781542546153,1656.0863887699904,580.3856617627677,3184.314903223863,1310.9752606632035,7308.474353974624,643.6686749059617,2127.8331957598875,573.0553701876668,2897.9857492149567,732.9512648206874,5180.36043026459,937.9517613326306,3469.3219720814855,822.5424432787297,4419.669126228977,965.7460285438357,6230.3655867967545,13926.337167289787,4433.267915729307,111364.92673460027,43250.323984915696,3032.496503097529,19512.189387776223 -234,3597.8092464293377,4746.985919470843,748.8544467724847,1901.9150316533924,1493.9779732628294,3385.31529478903,1610.0845993243317,3989.375113430376,285.6154189948669,1459.0131720178408,2294.550988623535,8096.692180818431,1283.5508001452565,4723.1837370007515,1454.2691546355604,5337.96207485925,1060.3520633303103,6060.892142466174,301.3241246404798,1644.6719353456804,591.4509919828828,3162.3672473541833,1335.2249674259115,7258.101232933416,661.4616400739395,2113.1672622238107,581.7173404050334,2878.0115959443074,736.6505801162598,5144.655177656174,932.3780278296762,3445.409925987277,826.0688118567462,4389.2068823905565,969.8863333721508,6187.42325100488,13833.932276513966,4420.325846652133,112239.28151386062,43837.32051630609,3005.034913980293,19838.519829944158 -235,3594.8053621708277,4603.378094747531,756.5410356255334,1844.3774941216273,1482.053911737768,3282.901305420929,1594.7322364473341,3868.6868510752774,282.1470545724782,1414.8744887711252,2250.89909942101,7851.74762625965,1259.132333268055,4580.295985963391,1428.5015497254633,5176.475789660508,1050.8800285152026,5877.535471258855,297.94396082862784,1594.9166247074718,594.8071183391897,3066.6979765636333,1341.9467373918728,7038.526086226566,670.4025489487663,2049.2388329104356,583.1559283495092,2790.9447725255213,731.0128444033545,4989.016894428005,914.7986731716687,3341.1779284324375,816.8022192556089,4256.422740340486,959.0064388745369,6000.23870721371,13584.712812707332,4354.329168324867,111529.55746918594,43758.930563260365,2945.0362982198176,19862.04936680034 -236,3489.496168264333,4314.213013708944,735.4769174313298,1728.5213648669055,1419.9742571868283,3076.683088606004,1534.5911439384513,3625.6720207096114,269.25975756998184,1325.9979533694923,2140.761473274084,7358.533470934783,1197.522354292696,4292.5808270732205,1359.4029436295857,4851.311093126157,1005.3619306008313,5508.333119013891,286.5237358090262,1494.7305905514793,575.9702009191975,2874.0607543624606,1299.1153858179612,6596.395128433161,654.8596837693079,1920.51416572264,562.0934441890545,2615.6292206175867,699.1581040630596,4675.62758664418,870.2838225677701,3131.2990163478785,785.4940997204242,3989.0519527770234,922.2476158504531,5623.328647620294,12838.95595913241,4142.265803688511,107248.28022048748,42347.44548141423,2780.1132670552633,19275.65131196744 -237,3128.1733718567407,4094.5125353157555,652.8866115946175,1640.4967426316605,1249.160774804682,2920.0035866242833,1372.8941320815265,3441.035361621261,236.93953434797035,1258.4717594198764,1903.4719654476871,6983.801551416788,1064.784777683272,4073.981963676198,1206.0118598822885,4604.258997041152,884.9524986579376,5227.822301038308,258.05536864717516,1418.61171909808,508.2342376550438,2727.6997562712518,1147.2131626593252,6260.474959266234,585.2127097091978,1822.7123465659595,492.5375824566731,2482.42879930254,611.1137509692313,4437.522139761993,774.0496894225345,2971.8382086182387,707.4491364605104,3785.910239659118,830.6151245036565,5336.9617041897045,11087.951385405206,3639.9455538912493,95238.10407556765,37966.816931134475,2411.6089537594835,17314.701946054374 -238,2712.8810152015467,3954.478659056315,566.1232189208728,1584.3911339956421,1094.40348924113,2820.1383603245345,1200.0635336964365,3323.3506516887583,209.2291485156294,1215.431549598901,1688.5668366351683,6744.952898778295,944.5688176064376,3934.6502407265134,1068.8010147499563,4446.791599128214,779.0501630807678,5049.0288024482525,225.34402804227852,1370.0946621300143,440.0082348160269,2634.4113936522476,993.5340101539349,6046.3643494659855,501.73985496809394,1760.3748954056373,431.0643068513091,2397.528796113859,538.0282176143523,4285.757205387445,686.4794669216129,2870.200218655013,617.7722202827268,3656.43067854968,725.3255721426417,5154.435596761817,9881.726755414356,3220.1645457859763,83344.48775013597,32992.572278221654,2152.358527411,14982.253794050657 -239,2173.0054926794996,3669.797266267035,468.60529721648385,1470.331427612879,973.7012921521518,2617.117687944107,1023.9136802704519,3084.1039206226483,191.68694793019156,1127.9331013300164,1571.2599751867835,6259.38634220456,878.9484340886466,3651.396288121797,991.8912629865529,4126.6687877471595,704.0743773678578,4685.551167179596,191.53049588958675,1271.4620760683642,372.61930234414234,2444.7611339379014,841.4878540495988,5611.088912999681,404.0118254167297,1633.6461859441094,374.1071890961504,2224.931623192719,487.8348392819444,3977.2271978750146,637.3758314041434,2663.5756124102563,525.0736872217548,3393.2056448722,616.4883432713565,4783.36976704282,9603.839858907755,3015.1427354621565,72459.3080624582,27431.54418786033,2112.2083444787568,12259.845946577005 -240,2158.5228969558475,3440.024746709735,467.2416502431608,1378.271367562055,1063.1934331793843,2453.255304955145,1063.2169389595088,2891.002700854491,208.56327009154563,1057.3112081352715,1705.8503214964624,5867.475054910511,954.2370406849408,3422.775886462021,1089.6401551924332,3868.2907314291742,814.1464871802954,4392.180493247886,197.3835789293979,1191.8535790472306,395.0863212847829,2291.6903006730213,891.2687590793754,5259.7686782687215,399.0090999780894,1531.3606990427093,394.61098780147444,2085.6247057226615,531.5689626186037,3728.205944709945,714.0233029106014,2496.804416322513,541.1196953472727,3180.751017592088,635.3279408481466,4483.874496976949,11317.744027318888,3346.5992148391333,77120.93339215346,28134.18529273327,2457.420785702695,12431.80780453206 -241,2283.612636523017,3288.6192082248763,493.1039362635966,1317.6096183163297,1119.5351559017834,2345.2803722623394,1123.102107523772,2763.7612264718687,219.16750092460524,1010.775853130366,1792.3737251530065,5609.230337024428,1002.6374399548955,3272.1295207059497,1144.9768674443121,3698.0359558586774,856.1122622409073,4198.867798814819,208.64557258025252,1139.3966212583807,417.0241274780698,2190.8263158002974,940.8086069585173,5028.270893317971,422.68899436172507,1463.961041096971,415.08606712229954,1993.830269665394,558.6399814224915,3564.116709834191,750.287002494212,2386.9127600179313,571.9940295062107,3040.756873344896,671.5774570178866,4286.526081573063,11863.640883380645,3515.4649749223963,81274.89610256493,29733.573422165206,2575.566015784555,13154.857958767503 -242,2362.8369854139364,3206.2883848063925,512.3446009365497,1284.6231647467623,1179.5033378622452,2286.566105887975,1173.3286012865087,2694.570261176032,231.17019827181372,985.4710054083755,1891.282062086985,5468.8028435535625,1057.9658574283299,3190.2115178256267,1208.2710653252109,3605.45535409258,901.8752066992174,4093.7488350755116,218.04860904119323,1110.8717431594425,436.3357517493321,2135.978818073711,984.3322421204167,4902.387762190266,438.42180055844864,1427.3106689089566,435.0741869074897,1943.9145824226453,589.0769325763456,3474.888786228339,791.5205283360957,2327.1562237583144,597.7721020930064,2964.6313016849795,701.843459006767,4179.212586286629,12619.50191864541,3720.4596469906637,85162.16204958077,30939.58932303617,2740.9693378991597,13664.552189216223 -243,2565.011107575743,3207.4580412403097,555.2638686232827,1285.091796251316,1286.5017642188589,2287.4002469371712,1277.166059409792,2695.553242450443,251.89707350295762,985.8305059783731,2061.049037764158,5470.797866977562,1152.9319482012327,3191.3753094062795,1316.8095016538819,3606.7706269395576,982.3275288389477,4095.2422377545963,237.63663478237837,1111.2769900136557,474.9985174012794,2136.7580247661313,1071.5966654630186,4904.176156963104,476.5057489745085,1427.8313529232203,472.72974641609477,1944.623723936269,641.8534559102472,3476.1564282923587,862.5259850643513,2328.005172113287,651.4719416592753,2965.71280143174,764.8923718237701,4180.737166206956,13778.382922694826,4058.8481582795944,92700.408112749,33638.200825710104,2993.0124954071284,14858.794807237522 -244,3155.272477567551,3203.364246873174,684.068719901825,1283.4515872480795,1572.3716825169677,2284.480755512531,1564.8790835334694,2692.1128106385936,308.43754034901644,984.5722549520359,2523.3556700556232,5463.815290369044,1411.5420426084772,3187.3020420097682,1612.0048885486872,3602.1671755190664,1203.1786278599695,4090.015332401692,290.60956771296543,1109.8586271158247,581.987547701996,2134.0308034421896,1312.8711280468629,4897.916780076899,584.877963171054,1426.0089602762519,580.8727391473559,1942.1417305493283,785.9886860404305,3471.7196844838813,1056.0670491573999,2325.0338551583272,796.6952549892248,2961.927555232121,935.3988778969776,4175.401140593704,16826.51741835518,4961.0803335333485,113628.21170426211,41286.212619005106,3654.6257838655465,18229.346101654362 -245,4317.526925286536,3179.32130766418,910.3958656116376,1273.8186057599414,1999.2083486372546,2267.3345218356963,2062.013175214945,2671.907083265218,385.55667479028585,977.1825205826832,3148.698485466936,5422.806473153286,1761.3530841002078,3163.3796581249053,2011.3880496284996,3575.131009867228,1513.6943087462282,4059.3176088765654,386.6935596062158,1101.528552405036,760.0132742675028,2118.013776053761,1715.6760627390702,4861.155329826885,795.8787058907276,1415.3060104706312,744.5657613576799,1927.564931920066,983.678903310891,3445.662596094326,1319.0446008764698,2307.5832490672497,1060.105923207085,2939.6967258091468,1244.6690058838853,4144.062551516783,20244.49194271618,6132.396405802345,147008.83906481147,55275.926626143635,4387.1262103730805,24705.07831675742 -246,4295.542756323626,3209.9273187355343,902.5566706864292,1286.0811305499976,1989.7718227919656,2289.1612133721833,2054.1571203650465,2697.6284274951677,382.88683689141857,986.589452487172,3126.860268279924,5475.009587873099,1749.1369854895813,3193.832205530565,1997.6503829777305,3609.5473172111147,1503.3716253779871,4098.394980320566,385.6165552356056,1112.1325121209195,756.8069733462409,2138.4030185386005,1708.5311654893978,4907.951661322414,793.6032664470603,1428.9305759781807,738.0314602664998,1946.1208021634682,976.8745469171648,3478.832564574704,1309.9040395194606,2329.797398451513,1057.15335602762,2967.995970154048,1241.2024005422677,4183.955727468002,20099.498958722765,6094.239812036827,146176.97009739434,55022.63850903833,4355.620815684585,24615.401211165627 -247,4178.3315603835645,3444.3134848663813,876.8554029041484,1379.9896822369508,1932.994066127204,2456.3138206371673,1995.9248984663398,2894.6069637616056,372.04952830600087,1058.6293762461598,3038.27270907714,5874.790137214856,1699.581916519046,3427.0431201672313,1940.9874231210144,3873.1133961721384,1460.527861901765,4397.656300388601,374.7253432873826,1193.3394834514022,735.3068641399583,2294.547390478876,1660.0042567118485,5266.326122556644,771.2478867612433,1533.269872826373,717.387594132331,2088.224889998787,949.2425393882826,3732.85396333429,1272.8120355594713,2499.91722543245,1027.2955060314307,3184.716514720847,1206.14633712536,4489.464620612887,19518.551700002205,5919.463250612715,142067.31358967282,53489.387489540255,4229.5992369306005,23929.58738285925 -248,4049.6304822064944,3676.8152048705374,848.3969514901063,1473.1432166402014,1835.9658654191396,2622.122534239285,1913.8018920540806,3090.0018082691145,352.5940244595754,1130.090104750002,2877.959017309547,6271.356482748557,1609.9039061532915,3658.3790376057113,1838.3716684929784,4134.560424829025,1386.9936169384619,4694.511583254101,359.5362112102288,1273.8935571936433,703.7158535486162,2449.4363740924227,1588.8383060078709,5621.8192816367155,745.2798405344982,1636.7702900296913,686.453359167401,2229.1864722744617,899.9044400981411,3984.8330502591325,1205.9773139299512,2668.669302540092,985.6550688341757,3399.6946433527605,1157.2563531753756,4792.517246564789,18294.899910730408,5587.385399055358,135770.2975713699,51533.60057193665,3961.8033820783835,23101.36907223282 -249,3934.189023063931,3872.732667006364,822.5581895788422,1551.638997441053,1769.4870690054206,2761.841166722315,1852.5302632633961,3254.651179678716,339.4856281827266,1190.3064531305638,2770.4078471924417,6605.522922394909,1549.7407669836616,3853.3141367722887,1769.646449065318,4354.868637329536,1336.4061543110063,4944.656544072378,347.9387765940274,1341.772408550098,680.6864126253953,2579.9535013714003,1536.8711141847073,5921.37542054343,723.8669106615682,1723.984866627709,662.927555356515,2347.967681538664,866.5654152664468,4197.1631062291935,1161.0354783643897,2810.8681588603267,953.8611358212706,3580.845859677185,1119.9271371696832,5047.884395543443,17535.829372894546,5371.402287277929,131179.00443193055,49956.57565711341,3796.400059963779,22414.073325739297 -250,3821.254577822596,4020.2393486104497,798.5810741979238,1610.7386408297982,1716.3810097598023,2867.035627752768,1798.167662213107,3378.6160480475764,329.1973113295642,1235.6434722563743,2686.3538244453616,6857.117558617341,1502.7217167697622,4000.081195169005,1715.9530648346533,4520.739167714155,1296.0711750739335,5132.99122689257,337.77398202080315,1392.8785427636271,660.607514758088,2678.2201292030372,1491.553044636198,6146.911886372231,703.0270781160357,1789.6489102572657,643.1633068170348,2437.3983112766905,840.3235603705133,4357.026865281155,1125.8312958446872,2917.929985790038,925.9947318753872,3717.235002825816,1087.209228008349,5240.150875140971,16990.927781931492,5207.39147499963,127286.9313320756,48504.201759608644,3678.254829881918,21766.812250561386 -251,3631.5996156977276,4094.0576685746128,756.466897701966,1640.314496906256,1601.7878148413558,2919.6791981887573,1693.3906582276463,3440.653090831369,306.51526238688655,1258.3319535350267,2500.0926187633318,6983.025708376846,1398.528904853821,4073.5293777130805,1596.8531962773677,4603.7475016513345,1208.8682595512962,5227.241532882676,318.21119966339313,1418.4541229778952,621.0350534978621,2727.3967312131404,1402.3170195838366,6259.779471874715,666.8322667922307,1822.5098581823063,603.6365764961971,2482.153021834937,782.6691836417541,4437.029167468697,1048.0355245747676,2971.508061781589,872.3640961011057,3785.489656100484,1024.2415672748318,5336.368811542033,15654.773424220935,4830.766564898772,119454.45168586806,45859.11626203887,3386.8299290133295,20619.60738178627 -252,3535.457899298216,4042.787729271775,732.3758123012359,1619.7728163775525,1529.8074252196966,2883.1160162815,1633.279344604584,3397.565745852552,291.6096493884527,1242.5738455396834,2377.2819090961025,6895.577183416696,1329.8297190691803,4022.516514473079,1518.3525834619784,4546.094709706801,1152.2474606512321,5161.780716790783,307.37047448272034,1400.6908028988557,597.7155530750225,2693.2415052285637,1349.8469073867689,6181.388169271519,648.2551612909232,1799.686542691403,578.744985305321,2451.0689861246783,744.8668873691795,4381.464191467701,996.8331329994959,2934.295826317774,842.6446536888905,3738.083918172185,989.3480080248952,5269.541393070282,14718.936060204827,4579.11413124548,114700.10953541688,44409.28872484774,3182.0448635381053,20019.516903313084 -253,3508.5811593057783,3939.2081462532733,725.9622574102514,1578.2728900543586,1509.5011354892076,2809.248186764219,1616.9781285017966,3310.5172865220534,287.6087502727165,1210.738070473185,2344.312463451443,6718.906762618014,1311.3869132447019,3919.4562968323153,1497.278267614826,4429.619983372637,1137.0585730327762,5029.531603040148,304.1142179871145,1364.8039399177396,591.4848903541549,2624.2384185564997,1335.767167552443,6023.015864830995,643.3264549851378,1753.5770771099483,572.3822147933972,2388.2705607475173,734.7212369845612,4269.207435893628,983.0886243855346,2859.116727513674,833.7177483585081,3642.3111001414477,978.8669399165565,5134.531361195253,14466.976464927078,4510.694252447344,113406.03631206424,44007.741364501715,3126.910422833237,19848.124090018162 -254,3527.943221382214,3856.3574769315255,731.1347146143386,1545.0781563773012,1519.4130271234449,2750.163192033566,1625.164284562877,3240.8894418369628,289.5716394493798,1185.2734451505974,2360.3824537280193,6577.592594458917,1320.376318570665,3837.0210546431567,1507.4740708169847,4336.454817471851,1144.7440598603966,4923.748906565199,305.9277370862333,1336.0989525911134,594.5092521537608,2569.0446076775174,1342.6405882447857,5896.337893723685,645.9797218472561,1716.6952904280186,576.0318344419479,2338.039700347932,739.7208587913617,4179.416117332919,989.8116057703028,2798.9828818907113,838.6894431050738,3565.704863222545,984.7042003471421,5026.540276658849,14575.717834280125,4541.930025534179,114098.29868651705,44249.237804850476,3150.5394688496094,19953.513810308992 -255,3586.763502821408,3831.339825078125,745.0654279542211,1535.0546490562688,1557.628629827167,2732.3218415649167,1660.483503696573,3219.8645642844403,297.34035992849397,1177.584127295798,2424.2571894710995,6534.921259514986,1356.1072605190413,3812.1288454863407,1548.367705245895,4308.322592295509,1174.6852551339678,4891.806682148799,312.07956572832325,1327.431172532452,608.02791069116,2552.378242078581,1373.0360007816405,5858.086116102549,658.108336436013,1705.5584377448297,589.7883329850104,2322.8719510942306,759.4511708356033,4152.302661695211,1016.4723186218466,2780.824819599638,855.5544511198846,3542.5727849819514,1004.5053846443813,4993.931205684286,15044.592471052576,4671.812006094614,116716.41528945472,45105.95102478382,3252.9320015872217,20317.367710174778 -256,3717.5918197194014,3916.5947864298273,770.7902198456734,1569.2126801245188,1604.1632719280717,2793.121458314725,1714.1655640764934,3291.5129801177154,305.8314600600712,1203.7877254741281,2493.051672668054,6680.33630617037,1394.5902641179293,3896.956324182522,1592.2144457493878,4404.1913726351195,1208.7906164954898,5000.6591485619265,322.6353367111994,1356.9691666750077,627.197112950189,2609.173754436689,1416.4438905127022,5988.4402293436215,680.8373060737999,1743.5105185655486,607.8868580613605,2374.5604902102964,781.2297542906565,4244.699687045521,1045.4159451318392,2842.7037244592416,884.4927022621065,3621.4021030947265,1038.481748225336,5105.0561466636445,15412.666346087915,4798.812971810323,120395.74203042299,46652.86775242824,3331.6954883084613,21032.32655142503 -257,3797.845446410252,4164.432004702295,784.3084507986056,1668.5104953765417,1616.2862412833977,2969.866689893014,1739.561727463501,3499.7958036884684,307.2607884347382,1279.9619067567428,2503.7396470323656,7103.059630263601,1400.5690190531045,4143.550845132463,1598.994416630351,4682.883092880314,1216.1319786865033,5317.094603463321,327.7656964269841,1442.8364779208575,635.5081402281136,2774.2790054393267,1435.3568820384148,6367.38123528423,694.8465828218501,1853.8376829807269,614.2137577878589,2524.819707363031,785.0827602883936,4513.298972956924,1050.1164387625286,3022.5864598098074,898.5573914398234,3850.5598976633073,1054.9950817646252,5428.097713000201,15348.297769613275,4808.169220206809,121782.73477257583,47480.75411087852,3315.942790964214,21445.32881258175 -258,3814.2711276471323,4176.388491993097,783.5739319353452,1673.3009504758238,1593.3506520655026,2978.393464563122,1733.178191354048,3509.8440561272055,301.7034658149046,1283.6368012570174,2457.1505776555405,7123.453201847712,1374.5075204971192,4155.447380593404,1569.2478266527357,4696.328103417432,1196.6249461629932,5332.360496621985,326.7341301471689,1446.9790010768334,631.9036594292703,2782.2442289397272,1427.3547768136423,6385.662603002421,697.8649647029769,1859.1602303703207,607.8325633793278,2532.0687090776864,771.1565955998325,4526.257091074549,1030.87234535834,3031.2645980412058,895.7293910859349,3861.6152277604006,1051.6747301732817,5443.6823068284675,14886.007007538681,4704.00292662245,120719.90361199723,47463.268464957924,3213.5502582266017,21490.639054895124 -259,3775.8517317658234,4033.885338238432,772.3099563165839,1616.2060075411237,1562.055506090937,2876.7672718283607,1707.251160582744,3390.084161149978,294.95760803789153,1239.8376449272432,2401.513449732361,6880.392828313681,1343.384620889462,4013.6587615194335,1533.6818843725364,4536.084015232938,1170.8540527608118,5150.414255465958,322.4059179577078,1397.6064220015041,621.6651205568255,2687.310872548254,1404.3899818364594,6167.776488842864,690.0919590926077,1795.7235561550383,596.471832727681,2445.671627661806,754.0601820504709,4371.816020417656,1007.688729542945,2927.8343817397545,883.8637593344847,3729.8524979286553,1037.7433071400224,5257.937638139535,14454.453791817174,4590.127544915792,118635.91674470472,46856.7527767825,3119.034074161113,21249.182560663263 -260,3713.859024336575,3768.5032797603576,761.1599507176342,1509.8787222461985,1547.5415151385196,2687.5099290072203,1684.972981354413,3167.0566237602384,292.67108941620154,1158.2709570319735,2383.3983182746006,6427.744163611418,1333.2511823245193,3749.6073731312526,1522.1371318361764,4237.663209370941,1160.8968487606508,4811.577768426082,318.0221703239417,1305.6604101262872,614.0475481312532,2510.517525358371,1387.1085481719792,5762.0095709471325,679.1095391586458,1677.5861343318145,590.0329973783275,2284.7752916262,748.1096279237732,4084.2021103771413,999.9735642511649,2735.217425639489,871.8458792406631,3484.472212986757,1023.6331295230948,4912.027381213849,14413.392751093677,4561.3510012209,117287.33902063812,46176.19287231023,3111.157725488989,20920.71540069115 -261,3362.841256847191,3618.0074747577846,685.6192815339992,1449.5814644512823,1384.4658799631748,2580.1837731854666,1516.4337067089452,3040.5796909573996,260.94123314456175,1112.015213796767,2124.233332668193,6171.0511318052195,1188.2766638701305,3599.8661793014157,1356.5865761758027,4068.4314245800783,1036.1448941926287,4619.426610304279,286.80136922927016,1253.5186445778063,551.7700070816958,2410.2595906018696,1246.5996627461775,5531.90276077942,614.1278071023961,1610.5914531533824,528.2499951344344,2193.5324105041386,667.1647466950695,3921.0988200879788,891.4136781878618,2625.9860630082067,786.2552213527072,3345.319235856832,923.1412477835195,4715.864751105307,12741.808105706583,4057.167419574086,105247.84112340206,41670.42695172855,2748.8456865712837,18915.53945350471 -262,2945.370759731198,3547.893067884883,607.0427899345898,1421.4896085601447,1230.5516295733646,2530.181650154448,1336.674244863774,2981.6554230921042,233.50504357316677,1090.4651513126582,1901.779892800751,6051.460558013539,1063.8382477475036,3530.1033378079956,1214.4230494265112,3989.5881225063026,925.946141060097,4529.905414139236,251.85760507801595,1229.2263464325183,487.52022185304435,2363.55047715094,1101.1818599840085,5424.698426997168,537.6075076507102,1579.3793384078278,471.20460850625176,2151.023315375948,596.82937452311,3845.1107189083623,797.8598172731162,2575.0963242365497,690.4581995620694,3280.4893327515842,810.6660872655283,4624.474652487916,11528.810199547604,3638.6131875707783,93291.03433663904,36635.20692001312,2488.9261803911913,16573.637768959394 -263,2414.0084045888425,3327.802701912672,514.9679409653738,1333.3087749815809,1131.6437950853056,2373.2240996579644,1160.444715914541,2796.6911018132246,219.74735451737868,1022.8191231939403,1795.2103026955883,5676.063627103891,1004.224195443227,3311.1165417935745,1146.6976779828651,3742.097599776352,861.9689576704295,4248.8967925880315,216.36130686094967,1152.9723919664377,428.762911908334,2216.929742095905,967.6008128792789,5088.182123026808,445.214219157604,1481.4039569777565,423.3794161454006,2017.5865122825319,560.5172077032112,3606.58272239444,751.9054913069149,2415.3525321969564,593.1464263063759,3076.987117775398,696.412458993609,4337.599513011953,11625.332265165616,3498.9345220404202,83124.32301401981,31020.39728046868,2520.4315750796873,13812.318999638144 -264,2507.6288880050924,3126.426838883133,559.2773137465971,1252.626045475876,1308.1691372347473,2229.612805948622,1262.3392976790988,2627.45448092492,260.8803270323387,960.9251041951837,2140.179929066451,5332.587070978234,1197.1970437911086,3110.7504110695895,1363.7796346717016,3515.6514425980395,999.1257138400796,3991.7826139021736,230.18377821041318,1083.202387167768,458.63821864107535,2082.7763141195933,1034.8107686683302,4780.280135421869,459.82293033028304,1391.7595197759026,487.0903127250748,1895.495973407095,663.5641667129528,3388.3369989048315,891.42450738504,2269.191913836923,631.0402142604564,2890.7888987473707,740.9035068686115,4075.1176522612386,14350.544528055698,4182.4917014415105,93183.74193983746,33151.7113863723,3078.8865891687797,14475.554152667657 -265,2580.296423737021,2982.81901415982,570.3334638930014,1195.0885079441111,1311.99349673328,2127.198816580521,1282.7626711322437,2506.766218569822,260.27581752711427,916.7864209484683,2134.0106511941376,5087.642516419453,1193.7460062728371,2967.8626600322295,1359.8817240832582,3354.1651573992986,999.1348804073031,3808.4259426948556,234.45582575733997,1033.4470765295596,464.75799031757896,1987.1070433290436,1048.8202491754423,4560.70498871502,472.9813174224861,1327.8310904625275,490.0267871507828,1808.4291499883093,662.280084767605,3232.6987156766636,889.142758059381,2164.959916282084,642.751872746135,2758.0047566973008,754.6541500878491,3887.933108470069,14149.08716771184,4157.906168436477,94037.8867403542,33857.937489338234,3033.6088452104154,14850.034578651976 -266,2754.168641508281,2915.823689009648,615.6848768515669,1168.246335223316,1457.4953926978499,2079.4210681823283,1398.4317142219063,2450.4632323372302,290.50935033781275,896.1950260052503,2383.9322860896677,4973.37200150812,1333.5498790280046,2901.203260663368,1519.3031824877698,3278.82924722151,1111.8513311803626,3722.887150991444,255.18931736750625,1010.23543593423,508.5068799464462,1942.4758129915488,1147.3240063594606,4458.269704447852,506.85191698596805,1298.0074654863731,539.4673762919035,1767.8110976226203,738.7837420203234,3160.0909910573723,992.7888669883039,2116.334038265391,699.5919641277561,2696.0588509740523,821.390028536942,3800.608553568289,16075.855927545004,4671.074524857148,103335.2247695516,36590.7860542944,3450.164089627368,15963.410660431347 -267,3144.124933736707,2902.5026014954183,709.850524678662,1162.909142947821,1729.461705704553,2069.9211282056426,1629.8881488506534,2439.268167528818,346.3218931903396,892.100713850427,2844.1739155479154,4950.650900804184,1591.0048297700966,2887.948967313075,1812.778779500164,3263.8497505149417,1321.4482160427017,3705.8789533658864,296.9034068088708,1005.6201244177005,594.7781600871318,1933.6015143168152,1341.7090880334376,4437.901874555105,580.7942377553235,1292.0774529458206,634.1557140770178,1759.7347635051567,880.2489701200741,3145.6539560598612,1183.9234612408743,2106.6654595240434,813.9495793489997,2683.741770201059,955.65715801592,3783.2452817970084,19476.075751627057,5601.206119704451,121374.66433552696,42285.403496445855,4183.6635417528705,18349.529940640175 -268,3814.045362496544,2901.9177764300343,859.5891300900857,1162.6748284582457,2067.471188908544,2069.5040599285912,1960.7471572542934,2438.776679540201,414.0585063371399,891.9209645340826,3399.496081446526,4949.653394467664,1901.6469614601606,2887.367074658521,2166.51637293294,3263.192117635382,1581.3880248057367,3705.132256050235,356.84288334162375,1005.417502082509,714.8641737337248,1933.2119130701342,1612.5999176195228,4437.007681987416,702.6800040834192,1291.817112341643,762.712407048574,1759.3801946590872,1052.6179803468185,3145.0201384434426,1415.31287077291,2106.240987634001,978.2714112693728,2683.20102324172,1148.5872102908916,3782.48299594474,23150.90676008366,6678.778606778379,145769.5005989305,51045.84196079462,4971.496286628412,22175.345664104243 -269,4582.376489244971,2872.156513375696,972.6955772315537,1150.7507582115097,2082.157478937415,2048.2798008473,2152.149506349529,2413.765262993495,402.888028524731,882.7736707462367,3294.2278879725627,4898.891123428485,1842.7608985078589,2857.7550395618337,2099.089332752534,3229.725725238399,1562.2695774153656,3667.1334482897064,399.0081558686677,995.106219315661,769.9715992931713,1913.3854284081735,1739.3734870660953,4391.502963049377,833.6698526412282,1278.5685946852288,789.770207180405,1741.3364798401726,1027.060667980068,3112.765685056912,1374.7090066681417,2084.639964821453,1093.8659280362922,2655.682858485651,1284.3065842895253,3743.690900470774,20641.364177679305,6321.878977640442,153451.0375666619,58190.48338469653,4410.0522615446935,26005.911638734422 -270,4550.986228318655,2824.3955433746087,961.9731427332945,1131.614972196467,2065.007791678386,2014.2190420876311,2138.429607203285,2373.626861837911,398.48805717083536,868.0940644608861,3258.0556066685153,4817.4276687403335,1822.5264557601988,2810.2335510637886,2076.267177538594,3176.0187518347966,1545.660819323542,3606.152840235065,396.9554986768691,978.5586397992608,764.6104632030456,1881.5678225008571,1727.3844768576275,4318.4768447646975,829.7865506995861,1257.3073312371162,780.1640429876194,1712.3798686707846,1015.8850734012115,3061.0036352479747,1359.6607350107545,2049.974574422555,1088.2386451574273,2611.5216197976315,1277.6995986729612,3681.437221760007,20388.821200091028,6255.411584961471,152109.70235305562,57792.488907274026,4355.718968794656,25860.68807064912 -271,4450.048264609316,2941.1012638146804,940.9455132170409,1178.3739825980933,2027.1296659064487,2097.4477828291224,2094.010418348664,2471.7065495843794,391.692456329269,903.9642326603479,3202.8399973069336,5016.486673796166,1791.6393497739073,2926.354089474601,2041.019959202717,3307.253754465197,1518.2210390845462,3755.1612417756646,388.57813674634525,1018.9932706067356,749.0918424819077,1959.3153351666829,1692.2714251904788,4496.91890205879,810.9108687295454,1309.2600254165197,765.5629805332123,1783.1364334547395,998.4883266629187,3187.486144172509,1336.5355305327237,2134.6807552381374,1065.2724209140194,2719.431261844139,1250.7349842205947,3833.556419167837,20089.037008651347,6152.063781064003,149173.5605420524,56559.471237171696,4292.330127252945,25289.775973970067 -272,4339.5517539059165,3114.9252183334734,917.748289027455,1248.0178361019985,1947.9025232074057,2221.4104197140405,2026.0048729032449,2617.788499276075,375.9632632659821,957.3900155797588,3073.0843218829573,5312.969342434066,1719.055213775368,3099.306461571766,1958.1452084778525,3502.717927450738,1459.5913616555067,3977.0974888991427,376.0418783937562,1079.2174601319766,723.9088398284298,2075.114115677304,1635.4690714381313,4762.694255095196,788.8522964341885,1386.639460769962,740.5533255509752,1888.5227491600426,958.6307153291531,3375.8718530805027,1282.6607806571633,2260.8439224421745,1030.9047377595148,2880.1541522089115,1210.3839314719787,4060.125951080644,19123.93369059735,5886.209453363722,144038.655848228,54920.26806447305,4084.0525050444694,24588.492997862242 -273,4209.533190924335,3314.611572722683,888.0425339380947,1328.0236514702565,1871.1522851113057,2363.8168395228035,1956.649772025542,2785.605254203537,360.6508530499099,1018.7647544706119,2947.1663170296806,5653.564189696533,1648.6178355329814,3297.9915551347185,1877.8868641094316,3727.264240559525,1401.4608956344252,4232.054524122493,363.1379542335818,1148.4021066649148,698.5277478349004,2208.142019609741,1578.1747250126687,5068.012998310231,765.014194611209,1475.5317966577281,713.1130111834759,2009.5889695435344,919.7455318327852,3592.2865327200516,1230.2849292007518,2405.7782785090003,995.5291125519317,3064.7902004031093,1168.849455250547,4320.405634445267,18239.88224112167,5635.5178344866135,138787.39877908712,53136.65985775381,3893.8859804193385,23817.71776144358 -274,4113.4650762061665,3472.1253163287583,868.9758160749853,1391.1326982924952,1837.484246539895,2476.1478416397354,1916.5703598290263,2917.9800746528417,354.50109124476376,1067.1775011258037,2897.294441507886,5922.227362046729,1620.7199652968775,3454.715498448469,1846.1245839056394,3904.3876624322534,1376.8949625771397,4433.166098318802,355.5629014663135,1202.9753533386747,684.5643613632593,2313.075194520764,1546.5743531337632,5308.850177114977,747.810384134165,1545.650581921742,699.5499460799724,2105.0866997473386,903.981986661339,3762.9956753933325,1209.3746706545091,2520.1033312701184,974.7623888563911,3210.4321760135945,1144.4672715727136,4525.715744075778,17982.082676668208,5544.627845973808,136099.52811959034,51994.5324999534,3839.5526876693016,23289.728112560486 -275,3949.314913972891,3651.1477424864834,834.1800430706622,1462.8593579221051,1750.5806514451585,2603.817771077728,1832.8463735447267,3068.430828831436,337.66794676664625,1122.2010639258021,2759.1829057059495,6227.576799068858,1543.4616375600813,3632.840276177079,1758.027831497408,4105.6974909403925,1312.4984341690422,4661.7396888942585,339.8843840087873,1265.0006395084567,654.3194772811892,2432.3371149534623,1478.2499746704543,5582.573949222344,717.1771383045727,1625.344167826154,668.9246369974298,2213.624754663973,861.1696263018297,3957.015347512262,1151.8528798218815,2650.039601257392,931.7803199521277,3375.961730624393,1094.0020795548671,4759.0611849198685,17053.6070930048,5271.911284918556,130020.52802168127,49810.54610778457,3640.3306142524984,22323.189242163386 -276,3889.2616463563218,3649.7831422630547,819.9112628303196,1462.3126207458918,1712.4308842634089,2602.8446057711494,1799.1495825534664,3067.2840164617596,329.86380118552523,1121.7816462712533,2694.921995781192,6225.24926994903,1507.514673312639,3631.4825182877266,1717.0657484244339,4104.163004770941,1283.0204473285767,4659.997384427363,333.82018100071093,1264.5278511479028,641.8438815113898,2431.4280397791285,1450.134790149218,5580.487487047787,705.9591334006695,1624.736702675195,655.249718138081,2212.797422261164,841.3692288294815,3955.536430632375,1125.1436798166671,2649.049160747442,915.1555343339276,3374.699979948492,1074.4829400656372,4757.282506976853,16591.192865357727,5143.43981009892,127429.21610028535,48963.20533884318,3540.719577544096,21964.30702341789 -277,3915.1833147211987,3496.8830452305274,828.0469897350929,1401.0520655597827,1740.4921401349166,2493.803827930241,1820.199479583636,2938.786512510737,336.1472125046009,1074.7869301803046,2746.9893747572883,5964.455359646544,1536.6406880656716,3479.349087950867,1750.267151849065,3932.2276055412526,1306.1813181217005,4464.776456367381,337.10979071143544,1211.5530787834923,650.1173967604573,2329.568403543502,1468.657167261058,5346.704534746312,711.4066488006829,1556.6717273579734,665.4025484648253,2120.0968624226216,857.242449438688,3789.8274335536116,1146.7069404456656,2538.072738879519,924.1738762554477,3233.323921624695,1085.0713637584522,4557.986020425356,17009.13786673358,5250.43534399746,129214.56283647349,49425.19093825106,3631.275065460825,22135.14706209519 -278,3956.869360886622,3392.718637146642,839.4369820897535,1359.3178247470134,1770.1279080102522,2419.5189301359087,1843.4947258131808,2851.2465651916214,342.30972192263164,1042.7714057974617,2797.8228981589214,5786.787432511343,1565.07649531505,3375.7069776555495,1782.5956990862467,3815.09524632753,1329.3522503992272,4331.780645301095,341.5693753930007,1175.4635934671849,658.820812463455,2260.1757156247577,1488.3097675773577,5187.438037738099,718.2562562158694,1510.301921172341,675.8729986226623,2056.9438681993915,872.8588536588252,3676.936860363121,1167.8138512095322,2462.469168185377,936.3996607779136,3137.0103566346193,1099.4256416986161,4422.213702698061,17386.866141058726,5352.546585058166,131161.46401609987,50022.97531070517,3712.7750045858816,22381.95261043366 -279,3960.2911970542305,3363.997072201979,838.1018663769507,1347.8103172406604,1756.7318324408106,2399.0361322622884,1839.2362748070448,2827.1089127206014,339.13460388461147,1033.9436691481185,2771.2403328072983,5737.798521599586,1550.2064518093016,3347.129427448077,1765.7129449601887,3782.797989287781,1318.337208015545,4295.109311059632,340.7000886816599,1165.512531339543,656.7682342123733,2241.0418614666473,1483.7056179755502,5143.523008396729,719.4962267878432,1497.516235309666,672.2390563342121,2039.530503515634,864.8948244947818,3645.809203717487,1156.868970374344,2441.622768674409,934.0165437883367,3110.453528224605,1096.6276270951807,4384.776793939826,17137.848312890743,5294.944859306248,130504.37072718916,49967.21414817671,3658.4417118358438,22384.143021600798 -280,4161.429886227862,3481.157665686342,882.7021976469953,1394.7515758930945,1861.2213289186943,2482.589265934399,1938.6416791327715,2925.5708765541394,359.89685972532965,1069.9536451697386,2941.55037549527,5937.633380446319,1645.4763292924138,3463.702558093551,1874.1730652147544,3914.5444943958573,1397.681417711363,4444.698488803645,359.20678147500615,1206.1047604510327,692.8041548384995,2319.0924033896426,1565.0829840303159,5322.660562719801,755.4148665742505,1549.671420678631,710.6483939882438,2110.5628495886767,917.7083729255598,3772.7846917664992,1227.8102856214557,2526.659100901529,984.7519495426477,3218.7837596578283,1156.1960019725639,4537.48889221112,18277.57241941999,5627.370594800311,137918.41570385962,52606.25705251492,3902.9415292110125,23538.921939777214 -281,4271.723790428876,3867.2092869505314,903.9801455393853,1549.4260143541148,1895.4194065195836,2757.90216557524,1982.4046016699767,3250.0093216006508,365.92571962943094,1188.6088107966216,2990.188395442601,6596.101974267316,1672.6839920248635,3847.8184518691637,1905.1402176225645,4348.657623906864,1422.206358592725,4937.604361624787,367.5573523862959,1339.8587420003794,707.8591533318794,2576.273912579782,1599.1845579206595,5912.930219257122,775.0454235691902,1721.526079913611,724.866172740401,2344.6189562381965,933.2151017079367,4191.1770160480855,1248.2641943025662,2806.859234293833,1007.6447272093715,3575.738775273231,1183.074382893369,5040.684987169086,18495.067301753446,5713.053136721228,140766.96321073544,53882.763808646705,3948.2192731693767,24137.586111581004 -282,4300.265944888707,4002.1096707331612,906.1496136526061,1603.4748512465142,1880.047486159712,2854.106439242678,1983.1792164368132,3363.379835645618,361.8629587529009,1230.071212452757,2955.7943851022656,6826.19469016987,1653.4442977616188,3982.042422533122,1883.2599981639248,4500.352435042075,1408.7147932294915,5109.843481342875,367.83124962656206,1386.5972154314077,707.0962764425884,2666.1424233709945,1597.5736030034059,6119.191762574496,780.4916701866827,1781.5783066332256,721.1665665807938,2426.4066159047807,923.1042381989075,4337.378409873259,1234.191667805326,2904.771284000519,1008.3956062440567,3700.471753836995,1183.9559890057214,5216.519882267989,18123.58978988799,5634.05294299836,140236.93511998997,54041.10733287655,3866.7193340443214,24259.650149560344 -283,4295.952183154304,3920.9485100517427,904.0635428113936,1570.9570317069033,1879.9681508628346,2796.226318412603,1981.457224991307,3295.1718569213695,361.68797970777587,1205.1258672380727,2954.4244256804905,6687.762230873963,1652.6779550127742,3901.288217504995,1882.3893041823796,4409.087113210814,1407.665096638399,5006.217928330432,367.83124962656206,1358.4775863705129,706.4345648747794,2612.0741365358867,1596.1363783749562,5995.097035857089,779.4670156839592,1745.448621265383,720.2652357633799,2377.20007399714,922.6454431396487,4249.418135162609,1233.6054691164404,2845.8637006707627,1008.3956062440567,3625.4276877519205,1183.9559890057214,5110.730975117674,18123.04919787629,5632.982516663416,140140.1168130931,53993.26920545637,3866.7193340443214,24241.629858464414 -284,4191.601204499534,3750.4385810451895,881.575638394269,1502.6409670449996,1830.4618831143434,2674.6270804178926,1931.3857268437519,3151.875019957642,352.0131417743593,1152.7186689441035,2875.2300659635234,6396.932126812235,1608.377355773233,3731.633253841088,1831.9251534979721,4217.3495454437325,1370.3009627827366,4788.512987456395,358.5979964943143,1299.4015959015708,688.4334654486302,2498.483107620613,1555.4876913659527,5734.388799737483,760.4292122707199,1669.5444568180365,701.6026605541601,2273.822991943523,898.0002786856411,4064.624077630807,1200.5779323572388,2722.105886376666,983.0829882994137,3467.7690456982878,1154.2364767157003,4888.481084943164,17615.178200453272,5480.063173006256,136531.43924108555,52651.79049685,3758.0527485442453,23646.313521863067 -285,3783.299146334065,3647.9636752984848,790.9564628693689,1461.5836378442743,1628.0043241138274,2601.547052029046,1730.3991650816006,3065.7549333021925,311.9012100668082,1121.2224227318552,2546.531303841617,6222.1458977892635,1424.506279811038,3629.6721744352585,1622.4590034831238,4102.117023211675,1215.7491768215898,4657.674311804836,322.0192542632922,1263.8974666671645,615.7336344023965,2430.2159395466847,1391.441972486202,5577.705537481714,685.4103111551104,1623.9267491405833,624.8568910290049,2211.694312390753,795.8964013468477,3953.564541459193,1063.581543591724,2647.7285734008433,882.80373528558,3373.0176457139587,1036.4987342626516,4754.910936386167,15459.663517520818,4842.068819622594,121891.36734472551,47326.43875416343,3296.2197601689286,21305.479783018618 -286,3381.8872298870647,3649.3932546840333,718.7783358273482,1462.156409402573,1507.7679317275501,2602.5665572563867,1572.4670541155213,3066.956354271231,291.8898608581284,1121.6618121021513,2385.5476903600998,6224.584258557378,1334.4535213763993,3631.094585670329,1519.824455679762,4103.724578125996,1133.9119722821185,4659.4995808517415,291.05068912713375,1264.3927681352218,561.9663885407409,2431.168302815303,1269.4596433232618,5579.8913522443545,613.198131634889,1624.5631404018045,578.019510679524,2212.561040482795,744.3294693478682,3955.1138810006414,995.7716319706517,2648.766176437489,797.9045728389701,3374.3394780902117,936.8187364345911,4756.77431093148,14801.498519432631,4559.27664138783,111912.71234370235,42709.72768335709,3160.3865282938355,19104.444910847847 -287,2724.174661155138,3445.8080434140506,595.0742336953556,1380.588488177335,1327.0602705063718,2457.3796657852704,1324.9219506733639,2895.8629933300062,261.3001965720956,1059.0887373322032,2140.307111965108,5877.33932963126,1197.2681887393555,3428.53018474802,1363.817897122817,3874.794019831331,1006.9992632982008,4399.564534015516,243.05350288966164,1193.8572980269628,477.9247781261014,2295.543041841779,1078.8621657432775,5268.61128990737,497.78834155709393,1533.9351901978566,499.93453285879195,2089.131013780062,665.3271370257778,3734.4737255372993,892.2666457574453,2501.0019909957914,666.3220828708597,3186.098428797453,782.3279035894457,4491.412691760499,13912.479430960933,4145.928453295439,96184.76500848598,35295.11661524798,2979.275552460378,15581.546924055641 -288,2711.022066621829,3250.1505042298563,601.1804411151649,1302.1968474302282,1395.2355211042802,2317.8463974803853,1338.9951527390176,2731.432061615032,267.1323437134692,998.9522777519402,2147.5785007655754,5543.616227329024,1201.3357370131928,3233.853705235861,1372.8192487162773,3654.7780893981644,1024.8913764843016,4149.7514395650605,241.64106199593985,1126.0685012843526,466.0849511030085,2165.199071139,1052.9090842281541,4969.452570990457,506.2316767314916,1446.8363208467965,509.8840339823399,1970.5073910942779,688.6621562972183,3522.425367044667,938.9932596411303,2358.9917893572297,662.4499290156489,3005.1875451025217,777.7816127103096,4236.384337406831,14620.78820246476,4328.444387331222,96570.66986565138,34261.059909550146,3198.7169872079235,15065.58274805026 -289,2842.268376535358,3126.1669159315015,627.5175471514799,1252.5219054221313,1446.9895072716367,2229.4274417704783,1396.961922990202,2627.2360412302933,276.2925410330459,960.8452153948854,2220.74124979405,5332.143733634119,1242.2623084957725,3110.491791415172,1419.6455594732292,3515.359160530696,1061.1663983378214,3991.4507475343535,252.41484009848617,1083.112332553924,485.70856999187396,2082.603157543396,1097.3405705483399,4779.882715432068,531.0576125969137,1391.643812528945,528.977434271504,1895.3383868286774,712.3774456612414,3388.0553014274037,971.0499387763965,2269.003259155251,691.985838518406,2890.548566117878,812.4596862064536,4074.7788576362545,15046.862011250789,4471.303603100633,100402.09166811616,35815.98188778383,3290.987669531229,15783.288065596655 -290,2975.766159231699,3089.8425873179526,661.3386735555881,1237.9682943988807,1552.4946231252422,2203.522729324628,1481.9675194519787,2596.7090131241907,297.0383829277073,949.6807260092121,2388.58915210679,5270.187175841846,1336.154887211341,3074.3495990692318,1527.0875002126475,3474.512633529524,1138.968759777362,3945.072299902733,267.6359073402889,1070.5271669658118,516.1809626695931,2058.4044619840834,1166.0822681975362,4724.343124885975,557.7002622792339,1375.4736819765108,564.0762899306318,1873.315604217108,765.6368768631454,3348.6879747812336,1044.2889321190157,2242.6386976244053,733.7138247745005,2856.961992267965,861.452461394225,4027.432183503783,16349.687440032823,4826.356401165574,106969.31321795745,37781.7554246391,3578.0520145370688,16601.836791217193 -291,3231.4728768946366,3114.665295381842,717.1496310382923,1247.9136960482538,1693.255428861368,2221.225055535896,1613.3954114189555,2617.570059581448,323.68999647651646,957.3101267794603,2603.09776850128,5312.526005089951,1456.1490418744136,3099.0478419173483,1664.3167063120734,3502.425645383394,1240.724337494013,3976.765622531322,291.68617515340844,1079.1274055181327,561.9805925816837,2074.9409591011063,1269.597218941956,4762.296835105394,606.3058602051647,1386.5237535230042,613.1282394252939,1888.3651625816246,834.2926621697052,3375.5901556030744,1138.0446499855536,2260.655267760502,799.6467339994902,2879.9138195794185,938.8642056205325,4059.7871564556594,17847.13754418888,5264.81767406862,116456.76528397168,41086.297538094914,3906.1255516866,18056.294266656278 -292,3960.027027450142,3230.461288642777,879.2540165767577,1294.3082175244745,2057.81539349501,2303.8050239014287,1967.3634749295331,2714.88521104531,393.88156012665706,992.9006851465318,3167.11751284457,5510.033334816859,1771.6565192584042,3214.2632146734704,2024.731326338777,3632.63766432202,1510.426045662244,4124.612495808439,355.1428656718689,1119.2468462690686,685.154367476859,2152.0824258497682,1547.7852933118093,4939.347927253911,741.3232913258202,1438.0714737410103,749.0213653375164,1958.5701762518588,1015.3032123112823,3501.0867267721997,1384.6919397511222,2344.7011594776727,973.6108764440736,2986.9823003367414,1143.1152823251055,4210.720576783939,21645.25360065333,6394.397251386694,141985.00955117852,50208.6925071851,4736.561692596349,22065.011381054097 -293,5264.180788077624,3495.3235012175883,1130.7937816143963,1400.42722271191,2503.5606502131745,2492.691638366281,2497.416933981736,2937.475869045796,470.82100238953416,1074.307595441205,3778.9265829695228,5961.795324830891,2113.8969076343847,3477.797363752816,2415.6661968309645,3930.4739060493293,1818.355291599234,4462.785250112675,456.08015426581613,1211.012748916598,862.2374912893204,2328.5294598872556,1949.357984972821,5344.32000517004,978.271749166221,1555.977481070319,921.8164628438484,2119.1513391306285,1215.0629861605664,3788.137241857858,1653.1431698568467,2536.9408062145926,1250.326675951758,3231.881920019654,1468.0069479085205,4555.953244459655,24797.985507552236,7547.347212995791,176536.67621731848,65036.51859550528,5413.213362967254,29006.057768486782 -294,5315.6663577914,4123.299079422539,1142.7216317170519,1652.030284520099,2561.477479599387,2940.5327244186665,2541.3452865287773,3465.2276226916433,481.838798164828,1267.319467784967,3868.3869062411336,7032.901293976834,2163.9401928286757,4102.624167229389,2473.140204880971,4636.629322825772,1859.076928328319,5264.576599859782,464.01903056207635,1428.585294333225,878.1234643878851,2746.876898523647,1985.195278741792,6304.489341195689,990.9699492227427,1835.526958538897,937.4002306146323,2499.8815596755308,1243.281433831959,4468.720219069188,1692.1338303571629,2992.731770655903,1272.0908082373955,3812.527149769485,1493.5601877337813,5374.483309550237,25540.063483182545,7744.844078101396,179848.72166561964,65944.30968570893,5577.2501315420195,29382.75131640254 -295,5184.981020387761,4644.446034562017,1114.216922875449,1860.8316680705811,2501.5493858662903,3312.1889264794204,2479.3766292947093,3903.2004181755633,470.86797689209317,1427.496954089845,3780.417950701587,7921.795120147169,2114.7311650796505,4621.158004249202,2416.834789977805,5222.656483882321,1816.0669704609347,5929.970502234603,452.65058200623434,1609.1452930037706,856.857195420654,3094.05679118597,1937.0961183923225,7101.318618089561,965.9735006384265,2067.5206284360947,915.5490332093563,2815.8435207023035,1214.9507491573545,5033.525218822997,1653.6385445125006,3370.985450484757,1240.9246319400818,4294.395400705874,1456.9680200833775,6053.768405845583,24975.54898388109,7568.810641803254,175597.64537185198,64331.81712038738,5454.222555110946,28654.252103543164 -296,5061.229115798013,4821.519029127781,1088.0367183519918,1931.7772735089995,2413.6459861798894,3438.4686178386896,2404.463948130633,4052.0128666986875,454.09846151899603,1481.9213479816415,3644.919997553397,8223.819510961992,2038.9348515334723,4797.343125162362,2330.0170376597735,5421.77418625359,1753.365924585602,6156.055082979732,439.027481432053,1670.495166293977,830.3380878384736,3212.0200309985958,1877.209244448617,7372.0617258172215,940.7770762897467,2146.346405779462,888.1678042689912,2923.199670548575,1171.8620231892112,5225.432149614439,1594.490179732205,3499.506803497151,1203.5774115057868,4458.122451853351,1413.118696432915,6284.572874678598,23950.640995643404,7282.614313617345,170065.11102125896,62577.714277816056,5228.671998320646,27899.125525723077 -297,4905.508479663913,4818.0750452913,1051.951434365452,1930.397415902827,2318.4467395446286,3436.012539106957,2320.557119755174,4049.118536771994,435.719348751644,1480.8628199247048,3496.73028983137,8217.945283089242,1956.0388867617314,4793.916410037667,2235.2543643939807,5417.901443545389,1683.6621377190704,6151.657847570271,423.70786291633004,1669.3019410226711,800.8221521212101,3209.725703214678,1810.5284017897616,7366.795903724251,911.4714147499789,2144.8132826528417,854.9565304412557,2921.111645518422,1124.5717407151797,5221.699652915125,1529.7576031421054,3497.007125533818,1161.579250620126,4454.938040141506,1363.808709558805,6280.083839735704,22876.604723752356,6977.008651317643,163800.7044719273,60503.25995417835,4992.8691434944185,27003.786465483317 -298,4712.762776653192,4842.117984500294,1007.11125372776,1940.0303973909654,2202.9363641766085,3453.158772783792,2217.050032403705,4069.3242641453703,413.19811378074365,1488.2525542940577,3315.1947068066042,8258.954100305002,1854.4895448636664,4817.83879392253,2119.1707988482935,5444.937609197227,1598.150789455007,6182.355571095398,405.2177895862877,1677.6320157334603,764.337894994222,3225.7427306031072,1728.1800486971802,7403.557353974265,874.8819660049925,2155.5162324584626,814.0452583358415,2935.688444147684,1066.6127364502854,5247.75674130468,1450.4515340818305,3514.4577316248956,1110.8894065025456,4477.16886956448,1304.2938285407197,6311.422428812625,21568.708781675134,6604.444475696914,156107.52825061357,57946.60545795116,4705.804798488581,25904.260790565877 -299,4516.183564677577,4917.365883850007,964.4386758953558,1970.179025025722,2093.22050175576,3506.8218484471217,2115.1549096054787,4132.562727898201,392.4875027630014,1511.3804249430063,3148.46533029291,8387.30061083262,1761.222659232047,4892.709387701678,2012.4884064084513,5529.553498048729,1519.1596914974507,6278.431146132409,386.50513518748113,1703.7028974157854,728.8283030067918,3275.871695881829,1647.9112686080234,7518.610754239391,837.3578300830488,2189.0135716447244,776.2382997456328,2981.3098827979725,1013.2691274959722,5329.30838303367,1377.584071730951,3569.0734106530927,1059.589364714151,4546.745355215401,1244.0625152193147,6409.503739759,20399.139891592342,6262.616169121341,148754.58957223152,55394.07102204259,4449.497347590509,24780.065019549722 -300,4463.308104667192,4876.687831614541,952.4022016684141,1953.8810624200864,2063.414043853781,3477.812275903393,2087.711281768661,4098.376822988444,386.7240395395584,1498.8777937933885,3102.0548584833177,8317.918128336752,1735.2610665188436,4852.235302033264,1982.813548333532,5483.811230471862,1497.1875789915437,6226.493918732282,381.57614753419807,1689.6093121321676,719.206250020939,3248.772618223318,1626.1845735996849,7456.414357179829,827.3815679749134,2170.905338392455,765.5745504858079,2956.6475163995597,998.4269084500248,5285.222608270411,1357.302523787058,3539.548872910726,1046.0767295102416,4509.133196708293,1228.1973475432014,6356.4822371724995,20071.77709383563,6167.978587035178,146740.77294591576,54706.54566077559,4377.7312613390495,24481.449192665965 -301,4427.552513460122,4843.872465999594,943.6714437115473,1940.7333433850938,2036.166917364001,3454.4099821100385,2066.2342968299367,4070.7987334083973,381.4931942389871,1488.7918041803994,3059.7506908873306,8261.946630065519,1711.5965027603888,4819.584478157736,1955.7545570126035,5446.910514923763,1477.592568245201,6184.595671090132,377.46441140297486,1678.2398849228646,711.5881518515095,3226.911538542208,1608.9476801531853,7406.239941314791,820.7209055543334,2156.2972570769034,757.0010425589622,2936.752154507377,984.9945613229736,5249.658200985117,1338.841098558462,3515.73115186991,1034.8045587717036,4478.791116270578,1214.9627063246664,6313.70929458522,19745.924597263984,6078.406456557391,145063.72942700994,54194.85779436945,4305.965175087589,24264.1575889095 -302,4448.018684043322,4779.73629962052,949.1568321340534,1915.0367137808962,2045.6772621556468,3408.6712441665277,2074.0776656907437,4016.8985891138827,383.29207456650556,1469.0791879777737,3074.1840554653886,8152.5528366904155,1719.6703946655182,4755.769901259016,1964.9025473519237,5374.789714574617,1484.5961956368667,6102.707417480531,379.22294424193865,1656.0188472636496,714.2418834276376,3184.18503474195,1615.0068647277985,7308.176286572906,823.4133804572505,2127.746414623192,760.5460351857369,2897.867558325772,989.638015884358,5180.149155448723,1345.1558616039447,3469.1804799265083,1039.6255107436941,4419.488875299836,1220.622979856804,6230.111488774068,19839.94533398365,6106.58582978161,145718.66985670757,54430.75515689092,4326.469771159435,24368.7217767013 -303,4477.007906365736,4738.148513902771,954.6542899037024,1898.3742597244525,2054.248908236127,3379.012894751748,2086.949314468287,3981.9481426243424,384.7241326531365,1456.296945058457,3085.507041968025,8081.6186681146655,1726.0043695728316,4714.390643664368,1972.2093058361281,5328.024456218118,1490.6664422845695,6049.608653769142,381.32808794451023,1641.610069739663,718.5746814403362,3156.479906967217,1624.7711593578633,7244.588914730309,829.7330174400419,2109.233204603617,764.4087728321039,2872.6536369921537,993.3696150839472,5135.0774360988735,1350.1333658419826,3438.9956485108423,1045.3966834277464,4381.035549675462,1227.3989063092406,6175.904200892224,19888.512618311775,6127.543751016591,146448.9580088443,54768.28691169929,4336.722069195357,24528.118504535923 -304,4627.645091144855,4750.169986658842,984.3091815572355,1903.190751731223,2106.115661838518,3387.5860138377116,2146.668425265462,3992.0510089596187,393.8725863470734,1459.9918132117878,3158.2969490634828,8102.1230820980245,1766.7223766940942,4726.351838742571,2018.6265717458161,5341.542542587967,1526.995469808533,6064.957519555595,392.85710267169463,1645.7751081869726,738.5413968881568,3164.488422760961,1670.0746805764552,7262.969644674045,855.975715593635,2114.5846809093814,784.635885031024,2879.942038217527,1017.1129636987735,5148.105983709242,1382.0662013133353,3447.720953843825,1077.003045875251,4392.15096730099,1264.507895954473,6191.573499538581,20270.09779389489,6263.894582487194,150463.1619711928,56466.18626923866,4418.74045348274,25317.761367322884 -305,4711.753663517221,4948.296797035112,997.5803240261082,1982.571724251608,2111.729990594843,3528.880244082515,2169.187793714061,4158.55712042214,393.8256118445147,1520.887217363541,3156.805581331421,8440.057894544838,1765.8881192488293,4923.485208107472,2017.6138406797147,5564.33515620483,1528.9289781491664,6317.9233485242385,397.51255221436634,1714.4194248530162,745.2576626344385,3296.4773830371505,1685.4441238297363,7565.903858312807,870.4843639131332,2202.7827705094933,789.1707326700484,3000.0627353090254,1017.2252007019858,5362.8304716530365,1381.5708266576812,3591.5233772457245,1089.7657865849847,4575.345013890147,1279.4926134659843,6449.8204069375015,20092.51295067932,6246.302990279037,151519.43610594148,57252.419846210694,4377.7312613390495,25725.791226962876 -306,4738.444763754648,4913.661970758744,998.7908535737527,1968.6950248404012,2092.228954513992,3504.1804010421506,2167.32705832737,4129.449952979703,389.1038972155355,1510.2420061484625,3117.8620340830103,8380.983034864796,1744.1034557224907,4889.02404665102,1992.7422816200958,5525.388466185324,1512.892509040062,6273.702036307345,397.3630438985988,1702.4196153468051,743.6696370933802,3273.404207322655,1681.9698545975743,7512.947502519158,875.4988252357094,2187.364738465238,784.2618570975072,2979.0642673679163,1005.258843995438,5325.294182025744,1364.6818368165546,3566.385073433198,1089.3559151320562,4543.32060504598,1279.0113839183618,6404.675901975329,19679.491960856674,6155.434753415394,150785.12371687038,57362.64511325924,4285.460579015743,25829.28493288219 -307,4658.189233626642,4775.057673884852,975.8801572789421,1913.1621877626815,2024.6897641102587,3405.3346799697424,2113.7309569970585,4012.966664016239,375.2102416413401,1467.6411856977834,3005.3828958731106,8144.572742994418,1681.1836563522565,4751.114734936406,1920.7912290370002,5369.5286231867085,1460.8030004251366,6096.733806764195,388.4208713880129,1654.397859846797,724.1370591000266,3181.068207972269,1638.0437106164159,7301.022707481551,859.314512772738,2125.6636785661376,760.7002603473711,2895.0309922712772,969.6052571756701,5175.078587192645,1315.6123241762484,3465.784686506618,1064.841283819176,4415.1628763127965,1250.2287867100524,6224.013169092756,18796.022963384254,5919.1282343756075,146530.7959262212,56147.79477392398,4090.6669163332103,25343.967925177618 -308,4513.776978501751,4482.708531961416,943.0523121739058,1796.030340955532,1943.6095947458452,3196.845748601229,2038.9426612497066,3767.2759434185064,359.54119299090564,1377.7860110395122,2879.216076951185,7645.927697140916,1610.6070937995255,4460.23148057596,1840.1206206072666,5040.783466011499,1401.0512140157912,5723.466085477589,374.9838155060975,1553.1086550333425,697.9246317185967,2986.3098145633767,1578.8541847870792,6854.023347584976,832.0782013512488,1995.5215954986795,731.6727635500417,2717.785001911607,929.2520972929117,4858.238480186933,1260.4757358182865,3253.5947511403992,1028.0040979467526,4144.848009666982,1206.9782939850604,5842.95286918143,17907.3927385708,5661.969742392976,141047.47983174754,54272.442748159265,3895.8732536506764,24528.918412559004 -309,4071.9705120856925,4252.156237246072,845.5499888107264,1703.65785821807,1727.1209228150362,3032.4272685827405,1825.4326566057257,3573.5193992692907,318.3327411399643,1306.9244495065632,2548.2446177940487,7252.686387063562,1425.4646919384857,4230.8352136813855,1628.5432016925608,4781.528556403622,1242.0564413007264,5429.0998043946365,336.51867411766034,1473.2299919868465,623.8722032504481,2832.7195073708444,1411.5538452463804,6501.510843247151,749.464042955293,1892.8889840504978,651.1598538904234,2578.0053208848108,822.9506589381759,4608.372127758396,1115.7190496800351,3086.2575864327487,922.5533522337777,3931.6723786703083,1083.1687085813535,5542.441207024812,15702.030547125147,4999.219559843392,125839.5672709201,48759.423696368714,3414.015245962304,22089.619201695954 -310,3573.1425161818215,4064.5563347750553,750.058366739977,1628.4945692386684,1539.2299508058175,2898.6403077807045,1612.8650534792914,3415.860119276468,285.47899544995823,1249.2645504847883,2286.2019608404853,6932.706785432744,1278.880430497992,4044.1759685423553,1460.9708018560582,4570.573398409555,1112.3927364048989,5189.57459953775,296.18539076076445,1408.2328970087215,552.3460491047107,2707.7434073264367,1249.426785020428,6214.67218256394,657.4440866988232,1809.3770505787584,582.0168005203759,2464.266897415926,737.8183086603472,4405.056418390778,1000.8524104656153,2950.0956982256025,811.9811652219831,3758.211829801991,953.3460455119642,5297.915518908844,14230.854245398725,4492.936866355767,111795.6240284929,42953.32848278194,3096.1940068486947,19390.81742004948 -311,2933.7238235817354,3724.9010832885265,636.5862468283485,1492.4091796164778,1407.1095500976348,2656.4150015929545,1398.1966927570838,3130.413263015866,266.103723667673,1144.8695734887074,2136.2605572133725,6353.374117180074,1195.0045830861477,3706.223805375437,1365.4992086350223,4188.632756132702,1027.2061456850809,4755.9070303043545,253.97290757983518,1290.5537066152215,483.5618085866227,2481.470428869281,1092.9395114003,5695.342182136744,545.336822106579,1658.1761896409325,520.5823686762693,2258.340069532986,686.6490807753592,4036.947227038243,934.4735978153403,2703.5705147222475,696.2572222141065,3444.1563021987085,817.4747123296854,4855.194424718633,14085.57816558076,4267.232910454025,99193.40472102643,36335.12106220727,3075.689410776849,16153.633201163759 -312,2674.5655160799874,3478.363486077366,602.406178395289,1393.6320671585827,1390.6058638299985,2480.5965954004805,1338.0178659926066,2923.222643215426,269.50796432913216,1069.0948381448939,2176.9000989515284,5932.867490558379,1217.7379703911904,3460.9223889691298,1387.794924290107,3911.4024533120864,1023.3865792932834,4441.130915289845,245.6271595083398,1205.136670622422,473.31243703425326,2317.2309649466915,1069.2764755204196,5318.388285782606,510.7497840567875,1548.4275642664509,510.14228565992016,2108.8687890938268,692.6446191204137,3769.756435345165,948.7288373110869,2524.631057354935,673.3776661822037,3216.200176605675,790.6118549133796,4533.8468397227925,14687.445515998168,4362.992912000769,97092.62166583579,34453.1071323691,3235.181588563742,15131.76296677172 -313,2803.2190551063827,3338.9794203485785,628.5728860879256,1337.786809919628,1441.6159813794463,2381.194781793639,1395.4305340657052,2806.0840351680795,278.6280323040005,1026.2543512933191,2250.0654836094154,5695.127186655654,1258.6660162207156,3322.2372182912613,1434.5003402551501,3754.665764111438,1059.1598047811715,4263.167086643231,256.4673917745662,1156.8447512808816,493.02300819901467,2224.3754958677114,1113.9079809263912,5105.271230775593,535.6003497844927,1486.379382626477,529.0346622512151,2024.3627542619329,716.1883123631404,3618.695748079779,980.6881876407057,2423.464706383336,703.0957572879092,3087.3214499840115,825.5038275960752,4352.167722965263,15108.802113671141,4504.94990550423,100904.07528198951,36003.2795941852,3327.0321699425226,15846.682771840717 -314,2914.315331247653,3273.5436329081967,656.7250524162387,1311.5694775213024,1527.8823099319977,2334.529218464312,1465.9298189323765,2751.091687103251,295.68352007791844,1006.1422891518921,2388.6792442909914,5583.516695809013,1336.20528395375,3257.129536848907,1522.9877496627587,3681.083546337713,1122.568563289081,4179.619493146744,269.4284712955376,1134.1734383686162,518.6637497106612,2180.783204987404,1171.775879823408,5005.220466447236,558.3022044382603,1457.2500011320687,557.8376421540697,1984.6902213667522,759.8431486355099,3547.778208325059,1040.9746790277152,2375.97075645668,738.628071778308,3026.8175400377213,867.2222725036593,4266.875935813393,16167.277195046785,4796.29184521617,106341.95484198006,37656.31464350031,3561.7614334660757,16539.911943248928 -315,3164.722875979933,3298.3663472752346,712.139727632081,1321.5148816960784,1666.400695338626,2352.2315491706736,1595.9160557809626,2771.9527388576853,322.21292597423144,1013.771691859449,2603.1959996996197,5625.855535808077,1456.203991506762,3281.827785968567,1659.8448428640509,3708.9965652794426,1222.8495929123185,4211.312823823115,293.64054353609276,1142.7736791047673,564.6854734207582,2197.3197063034854,1275.8003877083634,5043.174186304116,606.9607884337489,1468.3000754844704,606.342022073109,1999.7397835527536,827.9763411577219,3574.6803959780823,1134.4311285122565,2393.987331167665,805.0045617862319,3049.7693731772565,945.1548243587491,4299.2309169810615,17648.007347225033,5232.021609383835,115773.07206192595,40949.93957113022,3888.3412783684093,17988.981210754104 -316,3870.5005485879606,3400.4513654429184,870.9634623310635,1362.415999553485,2018.2333358852818,2425.0335290447574,1940.7121154274423,2857.7451633226065,390.6487761320677,1045.1481039025953,3155.5406233146023,5799.976753439397,1765.180513323885,3383.4009327569984,2011.838727139079,3823.790660866555,1483.396830046353,4341.653695899054,356.57181786514917,1178.1427253264926,686.4512879583394,2265.327137413588,1550.8421602396666,5199.261313756453,740.5334691054935,1513.7442208885334,738.3877735863499,2061.632081327155,1003.9495464435811,3685.317382517963,1375.2149152479935,2468.081659833535,977.5282954091548,3144.1602713033058,1147.7147189117318,4432.292869492687,21311.880639890187,6329.95749803922,140718.7073827383,49919.73623673455,4694.585270471045,21933.687111724397 -317,5157.042226905975,3632.3032749164204,1123.0922686884255,1455.3091825596716,2464.8828723459856,2590.3788299539674,2471.3284570398596,3052.5939059449584,468.69708519772985,1116.409109437037,3779.067345294287,6195.434750237328,2113.9756487891805,3614.090297923661,2409.2671458892078,4084.5069808111516,1792.480698366605,4637.67930882111,459.0594577059954,1258.4716614422086,866.2890010899667,2419.7832274871103,1958.6581351192783,5553.760918043289,979.2997323611131,1616.9553685715032,911.770490938482,2202.1996952460418,1205.9806897391143,3936.5922223336424,1647.959596187309,2636.3620979495504,1258.4943248445443,3358.537565447445,1477.5965740064846,4734.498504774229,24521.834849600746,7500.175424970862,175535.55983095657,64825.675136947575,5388.567440888504,28896.46896652978 -318,5242.331379645472,4191.529046471897,1144.6401787396533,1679.3671256529365,2553.187790181888,2989.1909582819117,2538.9137452783884,3522.568204095185,486.1279540553838,1288.2903369512387,3921.1645666881795,7149.277674711416,2193.463532528892,4170.512017796165,2500.1462072806903,4713.353581683268,1856.385490634956,5351.691766870069,471.3259543052051,1452.2246970741014,891.2445417170223,2792.3306278469054,2014.9211414872111,6408.812382461242,999.166254315139,1865.9001964454853,937.7558398012605,2541.2481530655614,1250.5056971433278,4542.666015245242,1709.6986625084178,3042.253764129153,1292.1224662469094,3875.6146427679278,1517.079331731656,5463.417149190434,25669.107957474767,7807.181015187964,180779.67900702698,66280.4943599685,5643.707944718452,29492.346042328383 -319,5114.279807881068,4692.271990028375,1116.3260423188262,1879.9934909931126,2494.1670111267044,3346.2960296549454,2477.574936512239,3943.3934332276876,475.20633893856865,1442.1965340282518,3833.19235571974,8003.3694172345695,2144.2526837227715,4668.74415236451,2443.990169876668,5276.436533118654,1813.985154749076,5991.034082917036,459.88455460819137,1625.7153878115046,869.8801277443915,3125.9176893866297,1966.5965605470012,7174.444098599787,974.1440331809827,2088.810820800378,916.1409938491431,2844.83953138241,1222.3854266779304,5085.357698124679,1671.3233225899544,3405.6980079852397,1260.7562971259767,4338.616726922329,1480.2523527633377,6116.106789374441,25110.87320876436,7632.251506683328,176552.2223988714,64673.12285835896,5521.240502880078,28766.626837034506 -320,4985.409447706558,4838.998896474416,1088.1886005443785,1938.78071169522,2400.746589598375,3450.934393655872,2398.1612304155597,4066.7029772154897,457.0785352539665,1487.293884815858,3685.992839509094,8253.634030673697,2061.91062301027,4814.735345526428,2349.9552345908733,5441.4302102133815,1746.9257685588868,6178.373158585985,445.21696428131344,1676.5513559996714,841.2299315065966,3223.6648432906145,1901.9055900046953,7398.788294821721,947.3290268070064,2154.127739883154,886.7242709041026,2933.7973975636974,1175.9588473218496,5244.376357913172,1607.2840243161127,3512.1938662950433,1220.5456471204982,4474.284866354398,1433.0410801229084,6307.356876881222,24005.5485949358,7323.223842629716,170620.35711520715,62802.6956754062,5276.305619203326,27965.207778008284 -321,4817.419008224333,4803.389357553641,1048.041519287707,1924.5134864511185,2293.1507489545907,3425.5394338236924,2304.449964081751,4036.776659593906,435.9107089110748,1476.349090115333,3514.404861745819,8192.89665326548,1965.9258803545931,4779.304358798023,2240.5301222770718,5401.38746066937,1667.6606840027107,6132.907345477817,427.894404256861,1664.2138411455876,807.5738372924882,3199.942329365611,1825.89602601832,7344.341611656948,914.8115469564984,2138.27580496133,849.1801629024869,2912.2079789981494,1121.6843702181934,5205.783701037726,1532.591609265732,3486.3481062825203,1173.0564970406965,4441.359208692611,1377.284129872805,6260.941890021407,22759.7303316974,6970.303245623218,163525.57542112682,60490.75520294243,5000.753875066983,26975.152923549493 -322,4624.855916009562,4841.988019872904,1002.4448811643026,1939.9783261013913,2176.0426585052865,3453.0660884471727,2199.4287576638862,4069.2150416494683,412.7751758205779,1488.212608925254,3327.014177958986,8258.732426257464,1861.1012487352089,4817.70948095955,2121.0331224358683,5444.791464619626,1580.7539441308313,6182.189633887597,408.8018644340252,1677.586987334623,769.9100667271485,3225.656150215479,1740.8846133704446,7403.358639160634,877.3862545076207,2155.4583774320295,807.553524498001,2935.6096489477327,1062.3337384506729,5247.615889150375,1450.998884325643,3514.363401996615,1120.715013578012,4477.048700335692,1315.8300612162511,6311.253027392237,21420.509394194727,6587.747789197196,155662.34541771733,57881.729504054194,4704.790890624243,25855.14875138261 -323,4447.912684127493,4882.406149156737,964.401054974227,1956.1721486532813,2082.0292011771403,3481.8902968127563,2109.421204898547,4103.182506864598,395.03351868781647,1500.6353512745732,3183.671047782231,8327.671571409215,1780.9164150374968,4857.924946973545,2029.5625008969123,5490.241450129149,1513.491575617178,6233.794994919903,391.86011836443237,1691.5905180043967,738.2208360614005,3252.5820712977916,1669.210993288613,7465.157616230394,842.9997582419834,2173.450903437341,774.8782879250097,2960.114428767727,1016.7450842888005,5291.419966436204,1388.5331445689942,3543.6992850573083,1074.269850705025,4514.420526213306,1261.2988550077719,6363.9357353537525,20447.79524525639,6297.261938110351,149222.1270948349,55582.16998828567,4490.472867407087,24833.082180612233 -324,4376.694203413554,4842.9627325173105,947.0449305023253,1940.3688519342854,2035.2630391523528,3453.7612052389873,2068.825235220555,4070.0341918286144,385.7042292348704,1488.5121924107007,3108.018082125034,8260.394943985637,1738.5968391884073,4818.679306231503,1981.3159354140003,5445.88752414413,1478.6108788338256,6183.43413477887,384.5263232009935,1677.9246926824956,723.5605324256584,3226.3054884259864,1636.137448168066,7404.848966531757,829.039173247987,2155.892280309598,758.4480476100783,2936.2005995721715,992.8307973554233,5248.672256398527,1355.6055396061392,3515.070858196611,1054.164525702286,4477.9499491533115,1237.6932186875574,6312.523509289878,19894.34781003331,6141.696548318576,146134.265008828,54591.27263440777,4368.005425568712,24413.102737973062 -325,4341.71746646382,4803.714259667395,938.3815928202393,1924.6436608869492,2008.4737077724617,3425.7711379226002,2047.6139141373023,4037.0497078878966,380.4980438190031,1476.4489506313791,3065.712258871113,8193.450822257886,1714.9313492700733,4779.627631798161,1954.3325588519685,5401.752811481586,1459.3084947683813,6133.322176425649,380.3851961734398,1664.3264088669355,715.902570016394,3200.1587740360947,1618.8090344071898,7344.838384234837,822.3703834868437,2138.4204383185506,749.9749416448816,2912.4049612658014,979.5039053156972,5206.135821176717,1337.2048418897489,3486.5839234908904,1042.8117809212943,4441.659623022458,1224.3639755890351,6261.365381248692,19572.14802840394,6052.679709016853,144468.12807438054,54081.36456224343,4296.566084496326,24196.568977385774 -326,4365.65761578913,4741.917406156153,944.912226328,1899.8842942918584,2021.3252443376596,3381.700682077481,2058.0589572063127,3985.1155261422023,383.0072912560028,1457.4553355687483,3085.9943053199945,8088.0470757307785,1726.276940227571,4718.140638060743,1967.1881280740856,5332.262556826394,1468.8591709641335,6054.420728174215,382.6294054176571,1642.9158649161463,719.5676459253294,3158.990683620676,1627.1464045705059,7250.351519038627,825.8605297353428,2110.9109638933655,754.658569016635,2874.938648111443,985.9498085525993,5139.16205976836,1346.0420470144193,3441.731148257433,1048.9641965837986,4384.520381545235,1231.5875189338997,6180.816735278193,19711.070030407667,6092.985536862257,145336.54022652403,54377.618813593486,4327.182944955918,24325.241280250404 -327,4405.758520418644,4720.083821490752,953.6197376716805,1891.1365070486568,2040.2528210652633,3366.1300506575135,2078.9006041151215,3966.7665441189233,386.5888546036866,1450.7446589078959,3114.8621072979467,8050.806642066442,1742.4253241645358,4696.416530645748,1985.6676353002497,5307.710799378768,1482.7859493850467,6026.543880847236,386.1693650144233,1635.351257698777,726.9125875941025,3144.4454934285177,1643.6939821947183,7216.96815315812,834.569991318067,2101.1915298957474,762.0146063974859,2861.7013411309613,995.1674548732123,5115.499410183722,1358.6320590259213,3425.884113822908,1058.668863349563,4364.332388215075,1242.9817557467989,6152.357912837332,19896.954595942832,6150.718882807088,146715.21168617043,54897.57690736283,4368.005425568712,24557.46923006818 -328,4502.88508915556,4747.310821584596,969.0345771695004,1902.0452060892223,2046.057123061405,3385.5469988879368,2103.0759176055158,3989.6481617243653,386.35810218939963,1459.1130325338866,3111.628675655486,8097.246349810834,1740.6165721287462,4723.507010000887,1983.4755137530078,5338.327425671464,1484.2345047502995,6061.306973414004,391.602666399045,1644.7845030670276,733.9888780750905,3162.5836920246657,1659.9760260563398,7258.598005511302,850.5076319795495,2113.3118955810305,766.7309524942075,2878.2085782119584,994.8613530578336,5145.007297795163,1357.4218372264984,3445.6457431956455,1073.5640557760214,4389.507296720401,1260.4701820861235,6187.846742232162,19677.010194133916,6126.262105384251,147885.4947882737,55795.54368988695,4316.977324802721,25025.619960552736 -329,4562.156585399234,4956.029531634537,975.756629877505,1985.669901583483,2030.8065415992785,3534.3948474864574,2109.348765110962,4165.0557238503025,382.0042457380341,1523.2639174059834,3075.048101609749,8453.247226223852,1720.1537341622018,4931.179169480465,1960.0966154107466,5573.030577831715,1470.315248774418,6327.796407169978,393.4325391944237,1717.0985588961541,734.7332383632897,3301.62880902504,1661.9000743738989,7577.727143968622,860.259641022195,2206.225073031594,764.1763865634989,3004.7509522582736,983.967856348804,5371.211000639061,1341.6847081806102,3597.135873468771,1078.5805835689123,4582.494934386916,1266.360080938945,6459.89958194792,19225.797218586595,6034.937714247334,147637.47683084683,56213.06703835203,4214.921123270742,25284.949435929015 -330,4588.504603772509,4924.64374540514,976.9849520571814,1973.094954106789,2011.7493593571742,3512.012058920444,2107.6457119263778,4138.679055239294,377.3073046072467,1513.6173171632904,3036.102842816423,8399.714088720733,1698.3681132133188,4899.950756840009,1935.3025231286724,5537.737417197938,1454.550945880911,6287.7234285747345,393.2720787154918,1706.2244331549084,733.1237651081268,3280.7200926125483,1658.3773817978376,7529.738542866226,865.2754928729214,2192.2533829772638,759.3425811365698,2985.722318458133,972.1074506950229,5337.195932895216,1324.857954949903,3574.355755464601,1078.1406871705094,4553.474686325454,1265.8435991413187,6418.990013905954,18817.454922104338,5944.615684697019,146912.16360415745,56323.57314424736,4123.0705418919615,25387.848939412597 -331,4564.533918301954,4796.761300226012,969.3879664622581,1921.8579062417118,1994.2264480459178,3420.812631548184,2092.409631149271,4031.2064288407923,373.53805071769466,1474.3119189271406,3005.4933104823135,8181.591513362176,1681.2454212730154,4772.709535659964,1915.7800141622927,5393.934243144591,1440.2821801672153,6124.444724931152,390.90093148632127,1661.9174408491592,727.4622459490269,3195.5268219758573,1645.6824576020997,7334.2073681858865,860.1960248681003,2135.3252603432306,752.5375813728768,2908.1895078732914,962.4547188084875,5198.60039145416,1311.5416554713509,3481.5373958877503,1071.6402757724,4435.23070624225,1258.2114744492462,6252.302598329019,18587.174096802642,5882.008310276318,145727.71230282643,55969.28887802942,4072.042441125971,25247.100221479606 -332,4395.910975412493,4513.769409773914,929.2261606517221,1808.475111470993,1890.0368577696313,3218.9968285732425,1999.6117010597202,3793.379558438349,352.9117650641976,1387.3327488288508,2838.3846731443614,7698.906654900673,1587.7663806111286,4491.136613944737,1809.2149956690675,5075.711268745204,1362.8791312848073,5763.124225077223,374.05260090770275,1563.8702108694108,694.1339623263118,3007.002082106328,1570.4645348163274,6901.515166472026,827.3670422817379,2009.3486493898822,715.5945703401445,2736.6166496226124,909.549990277869,4891.9014209606075,1238.7861356559324,3276.139047361313,1025.45120797222,4173.5678375705165,1203.9809491375568,5883.438937780323,17386.831908819808,5540.325930627007,138756.7168095865,53672.29464571565,3806.696317142826,24263.607065709184 -333,3967.041546636245,4274.444694955766,833.4729849789647,1712.5878937120794,1680.4196216474118,3048.322292933328,1791.0499142839933,3592.250657379639,312.6084119346481,1313.774933989574,2513.2489755708243,7290.702674518801,1405.8884503121603,4253.011913331043,1601.9311019018237,4806.591816328924,1208.8020426623123,5457.557427925029,335.80762826503576,1480.9521975082312,620.7289151912872,2847.5677268201725,1404.6072704669436,6535.5897061566375,745.4599337116748,1902.8109092376774,637.1400329564062,2591.51840915438,805.8837151086062,4632.527756467513,1097.0275169434378,3102.434772278812,920.6040466368424,3952.2809613871837,1080.8800313780782,5571.492930329138,15251.994213131124,4894.013862475439,123853.40637008172,48238.53653539203,3337.2377900957217,21857.985491606112 -334,3485.7907987513636,4064.0364888717922,740.7568954751814,1628.2862891311786,1502.1573936239568,2898.269579424416,1585.8709789439442,3415.4232398872136,281.334325451042,1249.1047728841913,2262.893260193197,6931.820110744513,1265.841756912394,4043.65872923352,1442.2456388554021,4569.988834274867,1086.2049872789132,5188.910866802109,296.17706577432625,1408.0527877810337,550.8854150088836,2707.397094174041,1246.252918118329,6213.8773425843365,654.93878779003,1809.1456360848433,571.072966039879,2463.95172425909,725.0358341774257,4404.493023435921,987.5908133413523,2949.7183888622567,811.9583425831918,3757.731164543005,953.3192494810071,5297.237929658874,13888.97125522225,4415.5441167747185,110315.61210779539,42572.20163095299,3041.2748056529804,19218.66222123128 -335,2873.8817489431103,3728.2151088007663,632.2431280730907,1493.7369684584794,1385.2778181091583,2658.778400483162,1383.5296764199709,3133.1983757438343,264.90182452726987,1145.888158114149,2136.3402426201797,6359.026681756245,1195.0491583726305,3709.5212138086945,1361.878580874672,4192.359361351161,1012.5713974335191,4760.138336553797,255.63871887688927,1291.7019056715203,485.8407548901643,2483.6781804646284,1098.1690978373035,5700.409299053544,545.9117481447533,1659.651460547028,514.9013868074427,2260.3493031846724,681.5095124712768,4040.5388784144347,931.5395192995891,2705.975867632188,700.8239815486832,3447.220550509848,822.8365386119898,4859.51406645693,13928.685627910687,4240.581325216507,98628.41478330025,36216.65944360533,3061.686045959377,16092.67269657546 -336,2700.3268774239355,3484.2767474090715,625.3043448352904,1396.0012590634367,1389.52913717462,2484.8136405672253,1352.3701299867741,2928.1921581868432,274.74706373189923,1070.9123127106295,2185.960539400606,5942.953439326666,1222.8062977658017,3466.8060002181096,1391.3152569072508,3918.0518862918448,1019.2763512426997,4448.680893265276,246.3594805981115,1207.1854180009914,480.07123585482054,2321.1702865030775,1084.079442210273,5327.429612234885,540.6384683901583,1551.0599104480314,532.8151520362159,2112.4538923511786,713.0770567503055,3776.1650683268244,958.3871210098936,2528.9229616564935,675.3852970456373,3221.667757039828,792.9690117373056,4541.5544359267315,14811.68277513941,4399.636881163197,98241.61640027861,34838.73577606978,3253.8984183743746,15267.63396688893 -337,2830.3796025991546,3343.982948197999,652.436335396771,1339.7915103736732,1440.5556350489794,2384.7630500893315,1410.4568625054044,2810.289008559713,284.04611046916307,1027.7922140893556,2259.485166436042,5703.661449344057,1263.935300489915,3327.215657614007,1438.176989966694,3760.2922063115625,1054.9376119934311,4269.555528307399,257.24764623097656,1158.5783064190816,500.07280965279955,2227.708767307875,1129.3510496836761,5112.921582444835,566.8688242885653,1488.6067520407514,552.5367167967865,2027.396302584079,737.3083489127972,3624.1184364748474,990.6886988967022,2427.0963170115947,705.2347956822692,3091.947863300897,828.0152698336593,4358.68953387386,15236.608419258908,4542.845514123678,102101.0702128222,36407.317738267804,3346.280392397622,15989.794725443555 -338,2942.292558939925,3279.6518443325626,681.7089609234531,1314.0167776232192,1526.6828979028141,2338.885292383532,1481.6313383316738,2756.2250384671106,301.4302739142463,1008.0196827394875,2398.582732491439,5593.935161024086,1341.7452045163952,3263.20712067813,1526.8224168894228,3687.952199727804,1118.0362971541995,4187.418380957768,270.2277410514568,1136.2897294373565,526.066462956547,2184.852399224762,1187.9886595800137,5014.559869938694,591.0024343153644,1459.969131256253,582.6350028355224,1988.393519334774,782.2627423126916,3554.3981229537685,1051.5602079358139,2380.404157488105,740.8192399047005,3032.465377229097,869.7949201928168,4274.837638255812,16304.029425431936,4836.542019283677,107598.15883602962,38076.91711894764,3582.3676593459213,16687.83753285666 -339,3195.051464216778,3314.351649771051,739.2474831536719,1327.9195114165113,1665.0838208770215,2363.631475344659,1612.9953048499917,2785.3868145089095,328.4746199705009,1018.6848656703133,2613.9671163201097,5653.1208523524165,1462.229255458286,3297.7329354803,1664.0080587817192,3726.971958492181,1217.9003502034425,4231.722657754672,294.5096453319588,1148.3120520510706,572.7426940270075,2207.9688630335427,1293.4464724194013,5067.615578320428,642.5293390822036,1475.4160894107704,633.2963689707611,2009.4313829651162,852.4089950394691,3592.0048352426224,1145.9602930381157,2405.589623827327,807.3871718369545,3064.549867773616,947.952243765925,4320.0668398202815,17797.283728621074,5275.908827129764,117139.26385426655,41406.7802834936,3910.8369003174666,18149.525170760433 -340,3907.7478247791005,3414.617207277313,904.0801364514689,1368.0916488977036,2016.671176547245,2435.1359059717324,1961.5255214604576,2869.65016111144,398.2422912487371,1049.5020561113702,3168.6580244054308,5824.1387085749275,1772.5182673112386,3397.4957446878066,2016.9292713517257,3839.7200796078855,1477.4290045157147,4359.740465255864,357.63548344571404,1183.050715975888,696.253093977134,2274.764198110259,1572.3101258725685,5220.920765844152,783.8733605189394,1520.0502840861297,771.2057955447415,2070.2205746905906,1033.5672710127062,3700.6699394405036,1389.2099254755913,2478.3633697214864,980.4442947948611,3157.2584374932135,1151.13839005356,4450.757229957012,21492.151764986414,6383.1105967869335,142382.94337889392,50478.06479174778,4721.74533896597,22130.381614794678 -341,5208.848076534971,3624.6355257822647,1165.3947368603406,1452.2370421352855,2463.692395311767,2584.9105709658816,2498.559637634558,3046.1499164133356,477.83109889512286,1114.0523830476507,3795.534022734017,6182.356260957563,2123.186957279726,3606.4609961679307,2415.895763523004,4075.884635016997,1785.717162463155,4627.889222803162,460.62977556598514,1255.8150426904042,878.7779456757247,2414.6750937925644,1986.0476014838205,5542.0369946130195,1035.682673893316,1613.5419949655732,952.161982336226,2197.5508778075114,1241.4627968760913,3928.2821228403623,1664.9637446213264,2630.7967688280883,1262.7992924948674,3351.447732479111,1482.6510310078,4724.5040345819025,24729.323679278517,7563.938404235299,177651.64290423092,65565.39514438235,5419.742476030505,29166.91849407011 -342,5294.5746221365935,4170.15032224449,1187.845757346269,1670.801581609736,2551.82361109011,2973.944710802377,2566.754770043584,3504.6014875646215,495.59641642580664,1281.7194642379272,3938.080171354037,7112.813073336061,2202.9259667966207,4149.240490072743,2506.902698362511,4689.3133125376,1849.2820487987774,5324.395679650941,472.90415383303025,1444.8176837930862,904.071029837475,2778.0884585137997,2043.04506949247,6376.124494334793,1056.858602871867,1856.383248025612,979.319205869954,2528.286619731198,1287.3192751004897,4519.496331122717,1727.2873905899498,3026.7368719563897,1296.4490411946636,3855.84722716832,1522.159157833195,5435.551211181453,25886.291755465172,7873.385130492011,182949.73593235767,67033.49080786762,5676.3590705395245,29766.002496359364 -343,5165.208542425415,4647.4351579605045,1158.4732067832997,1862.0292824767523,2492.817719716102,3314.32062127072,2504.726019957145,3905.712482609541,484.46166300146507,1428.4156781992406,3849.7150028892265,7926.893515730935,2153.4953011673438,4624.132139682323,2450.5860618454863,5226.017738288564,1807.0379081584435,5933.786977536213,461.4199877216918,1610.180924338722,882.3962938775545,3096.048098110834,1994.0392929720113,7105.888962428473,1030.4130131793,2068.8512659849703,956.7483008913116,2817.655772086338,1258.3728706258712,5036.764750060198,1688.513113691539,3373.1549861863286,1264.9656295492207,4297.159234687167,1485.1945245670986,6057.664556356597,25323.33322302941,7696.955681153534,178670.7954133004,65407.61230250219,5553.183105175195,29033.365650180756 -344,5035.322294643739,4773.043269433919,1129.2096653508254,1912.3551017148075,2399.5285935257903,3403.89810646535,2424.527424972406,4011.2737550585834,465.9840828288125,1467.0220470111426,3701.9876687069204,8141.1368758897825,2070.857983917413,4749.110431046782,2356.37390170419,5367.263435392827,1740.2954177462404,6094.161840401637,446.7245320421462,1653.6999360435482,853.3479053011342,3179.7262434569698,1928.4787766712825,7297.94270015122,1001.9435494684599,2124.7669467007386,926.01675776525,2893.8096953331656,1210.566016902746,5172.895430034777,1623.8480407467184,3464.3226115799303,1224.6785877221528,4413.300296977204,1437.8935603868392,6221.387508695174,24208.66316797726,7385.413620243074,172673.73540566617,63518.10322533437,5306.831174446536,28226.030594455096 -345,4865.896346718091,4736.52399072771,1087.5004086383556,1897.723382494494,2292.069817219268,3377.8543652670246,2329.8730215527657,3980.582890560039,444.4068204104051,1455.7976386036096,3529.7521255128013,8078.847801650722,1974.510999092777,4712.7742661205975,2246.718286728952,5326.197687981323,1661.3879236053122,6047.534482934424,429.3648567483443,1641.047226765265,819.2213347191008,3155.3976752166855,1851.441113975262,7242.10503256595,967.4441577552942,2108.5100322057,886.7933018079659,2871.6687180109266,1154.6820657921232,5133.316821741557,1548.415775172962,3437.816553319219,1177.0876875203194,4379.533466370068,1382.0171454488539,6173.786728324223,22952.312330458582,7029.597061649536,165498.72755969426,61181.695735606074,5029.685252376793,27228.102833190354 -346,4671.637240162718,4760.436971612464,1040.1397894040197,1907.3042952184614,2175.101744936022,3394.9079191023343,2223.7776707900903,4000.6794007346903,420.8232924738128,1463.1474295414675,3341.638141433782,8119.6349555699035,1869.2817599168886,4736.567343314024,2126.958220756506,5353.087716143419,1574.8635938516923,6078.066277299532,410.22903504503824,1649.332275261047,781.0283054979246,3171.328126416545,1765.2728930017993,7278.667777639794,927.7618751989456,2119.1551297907963,843.3075486899704,2886.1667252617226,1093.5734776172344,5159.23306480799,1466.0098808759774,3455.1728343569052,1124.627548401976,4401.644132392336,1320.4237633390514,6204.955924196549,21601.767902862804,6643.88630124286,157545.53049553552,58544.60995317961,4732.010002746331,26098.893069137564 -347,4492.991326983565,4822.168839658435,1000.6438404104148,1932.0376249060635,2081.152985750276,3438.9320305315973,2132.8017861592302,4052.558968583844,402.736875492607,1482.1210709510422,3197.7025857294916,8224.92785969776,1788.7655288069311,4797.989677434179,2035.2593070504497,5422.50489496588,1507.8732007296398,6156.884752923174,393.23407305387,1670.7203039205021,748.8860513023056,3212.4529245386198,1692.606377460597,7373.055280610457,891.367073390834,2146.6356752998104,809.1821975717041,2923.5936389053622,1046.6394675486695,5226.136396723602,1402.9095142372346,3499.9784424887775,1078.0364960713828,4458.723286341125,1265.7212685053573,6285.419865348957,20620.825059500843,6350.961861206987,151029.57246933525,56219.51434559749,4516.452063358753,25067.726234393715 -348,4421.178316494578,4794.097085244426,982.6103512680088,1920.7904687967743,2034.4516832535464,3418.9126453508848,2091.8006178069763,4028.967417997981,393.2272335008501,1473.4930572710996,3121.7672755849594,8177.0472975217735,1746.288012038493,4770.058679498524,1986.913342995694,5390.9383466384215,1473.1517612444975,6121.043088625153,385.8863452140973,1660.9943794193857,734.0213550297284,3193.751963920534,1659.0865556366089,7330.133806062322,876.5508721145975,2134.1392589574834,792.0164729671893,2906.574242578393,1022.0156153138132,5195.712987187131,1369.6567291325382,3479.6036819694364,1057.8929751578487,4432.767292418885,1242.0707864152278,6248.829947261081,20062.698835277937,6194.123134157847,147906.93579679786,55218.17922546277,4393.276097994424,24644.464185169723 -349,4385.938417895466,4769.989166873311,973.6026907910137,1911.1314529265508,2007.7030249828783,3401.7200717532874,2070.3879307124025,4008.707082025243,387.9206995882635,1466.0833511859996,3079.313138492541,8135.927648657726,1722.5395567177688,4746.0716422679425,1959.8811250998008,5363.829112241712,1453.9432619439747,6090.262400520017,381.73805191661546,1652.6417916010932,726.258287495704,3177.6916484378203,1641.528652076413,7293.2730032242225,869.45867315897,2123.407383041601,783.1635369357077,2891.9580482598976,1008.2920796197415,5169.585476136014,1351.0772699390532,3462.105913351663,1046.5205843160174,4410.476381295558,1228.7184769018513,6217.406661581861,19737.7759532497,6104.387408782947,146222.75639815605,54703.20869746368,4321.4234515318985,24426.420217433562 -350,4410.10496987981,4718.654242105204,980.3788753607281,1890.5637354903583,2020.5424037922648,3365.1105454301733,2080.937239254116,3965.565123149886,390.47867802315665,1450.3052695376,3099.678061397594,8048.368281298328,1733.931508005527,4694.994119410678,1972.7689021715794,5306.103244464447,1463.454045486427,6024.718611800332,383.98862770371517,1634.85595623072,729.9744615638484,3143.4931301598995,1649.9780756548084,7214.78233839548,873.1627234780292,2100.5551386345264,788.0555436839617,2860.83461303892,1014.9283262606514,5113.950070642274,1360.0039653034178,3424.846510786263,1052.6904536175919,4363.010555838823,1235.9625125419802,6150.49453829202,19877.87191082981,6145.026787170542,147101.2422656973,55002.67409334505,4352.21744287298,24556.202367013866 -351,4450.611438341728,4692.401948352615,989.4137881203468,1880.0455597572834,2039.4627018137353,3346.3887094964707,2102.015392220418,3943.5026504264124,394.13007318561927,1442.2364774597468,3128.6727524295575,8003.591080531147,1750.1508725167369,4668.873459055947,1991.299322255873,5276.582670608395,1477.3283236576765,5991.200012077055,387.54092052272364,1625.7604140265112,737.4263748733999,3126.0042655751995,1666.760064862445,7174.642803775957,882.3655663227626,2088.868673020903,795.7386226694525,2844.9183227608764,1024.417033224792,5085.498543447802,1372.724224573491,3405.7923330386316,1062.4289314506123,4338.736890323034,1247.3964468856145,6116.276182579037,20065.329687754478,6203.255474253161,148496.77220656892,55528.66876487771,4393.276097994424,24790.63661165516 -352,4549.097537454629,4729.895939703231,1005.3338945801748,1895.067804810491,2045.3967673305801,3373.1275674866106,2126.5848326045248,3975.0126651041032,393.89945971943297,1453.7604693527264,3125.5756774936744,8067.542672498381,1748.4183971732944,4706.179449254084,1989.2079750478526,5318.744477544405,1478.8598825143456,6039.071870435542,393.0280063507208,1638.7508286526672,744.6258294782675,3150.9821720259906,1683.31865146124,7231.970798732351,899.0632796764471,2105.55949039351,800.6384972331743,2867.6502507075543,1024.0829554923146,5126.133518989174,1371.5478786024726,3433.0058474993384,1077.4715719159178,4373.404969747789,1265.0579917783914,6165.147444847629,19843.537092210947,6178.743750181882,149688.7982816728,56439.57752803986,4341.95277909262,25265.215878575546 -353,4609.377149714324,4954.66493141111,1012.2281723745923,1985.1231644072695,2030.2972444969694,3533.421682179879,2133.07051699707,4163.908911480627,389.46573817407625,1522.8444997514346,3088.9974295056777,8450.919697104026,1727.9568603821376,4929.821411591113,1965.8787914749157,5571.496091662265,1465.0876187309766,6326.054102703083,394.9020138092708,1716.6257705356004,745.4046593133165,3300.7197338507062,1685.3249790210925,7575.640681794066,909.1999295511556,2205.617607880635,797.9448549404998,3003.923619855465,1012.8485612190526,5369.732083759174,1355.6982067202437,3596.145432958822,1082.60909323633,4581.233183711015,1271.0899489768192,6458.120904004904,19388.520342556392,6086.811063860866,149446.18666661307,56864.848532112585,4239.306141289013,25529.191079105454 -354,4636.290283554828,4930.297083785214,1013.4438353645198,1975.360005957898,2011.3548976870434,3516.043739909044,2131.4592387070866,4143.430130516083,384.6808898606582,1515.3549029287274,3050.0001866932334,8409.356700144903,1706.1421600492422,4905.57574843457,1941.0987743042604,5544.094568110352,1449.4509755533516,6294.941540182344,394.76858768247666,1708.1831259196338,743.7901926711642,3284.486257592736,1681.795981105761,7538.382449328704,914.3689223768406,2194.770021911886,792.8780442497415,2989.1498351370665,1000.6243586114555,5343.322868399447,1338.734106038199,3578.4590050844863,1082.2433105026607,4558.701934130113,1270.6604839379781,6426.358815484908,18976.73346053762,5995.846754647609,148718.36162013625,56978.850181977934,4146.9241672657645,25634.685010292444 -355,4612.143770389142,4793.317316389532,1005.551912841165,1920.4780486355396,1993.8662082106707,3418.3565528164518,2116.0762737962436,4028.3120989141,380.83891765539533,1473.2533908702042,3019.281204378958,8175.717285489428,1688.958242792825,4769.28282053527,1921.5394198494694,5390.06150043639,1435.251260051057,6120.047489521692,392.3964407944989,1660.7242155778538,738.0505718700798,3193.23249419194,1668.931253781262,7328.941546092917,908.9707977394972,2133.7921372166106,785.7664068709587,2906.101482843139,990.6846092350623,5194.867894754845,1325.2877783033694,3479.037717924418,1075.7401585773398,4432.046294530405,1263.0251415964187,6247.813563386127,18744.50698214425,5932.731736456474,147520.6856954356,56620.87534611235,4095.600848363961,25492.926919880414 -356,4442.051215818113,4508.051092231718,963.8335720344874,1806.1840252377979,1889.8054389264516,3214.918807663879,2022.3339732950506,3788.573874562195,359.8133681536961,1385.575191347666,2851.5321432049914,7689.153211828212,1595.120954904695,4485.446969004455,1814.7430407427478,5069.2810490879165,1358.1915454680802,5755.823148889602,375.51119487829254,1561.8890049971817,704.2547206857821,3003.1926290318543,1592.6915837334438,6892.771907421461,874.1555043438407,2006.8030843449967,747.1726605012174,2733.1497372544445,936.2122677010836,4885.704062794814,1251.8085793707496,3271.98863521473,1029.4498887605707,4168.280508065503,1208.6757951267452,5875.985439599069,17534.01592632132,5588.23580882346,140470.19533106926,54299.28111634982,3828.7195900745796,24501.43061166207 -357,4008.926700279861,4282.242402414163,864.4676998670956,1715.7121029006362,1680.3118950486742,3053.883231762939,1811.491051280654,3598.803864109986,318.7251634701455,1316.1716038104548,2524.9986731820104,7304.002827095144,1412.4611235040297,4260.7705217782095,1606.9021516639295,4815.36029961282,1204.708188841795,5467.513443102996,337.1416904226347,1483.653842475042,629.7942831100551,2852.7624367032877,1424.5211178096117,6547.512334763076,787.5113025163523,1906.2821350641318,665.2366708077251,2596.246017971376,829.4935555244426,4640.978701283916,1108.5930932058568,3108.094426453666,924.2613281199821,3959.4909577562225,1085.1740408805304,5581.656793726061,15381.11702283629,4936.4485608046725,125387.93602230596,48803.746315393066,3356.545056177984,22073.529496896834 -358,3522.322323214766,4100.360817485341,768.3491165243379,1642.8399001544292,1501.9415418871515,2924.1742918702653,1603.8652752865937,3445.9502679933157,286.8355104336768,1260.2692622698644,2273.3543021326864,6993.776668536786,1271.6935679282997,4079.80092157946,1446.639256909942,4610.835361276039,1082.4557379777277,5235.2893144337295,297.32367736149973,1420.6379533691459,558.9130633896318,2731.5957897333533,1263.8813780482942,6269.416933130428,692.0079555616177,1825.3157666372774,596.2822553718796,2485.974506870659,746.2919225685479,4443.860350082091,997.9662408521065,2976.082950393102,815.1017353420947,3791.317738392918,957.0099028908945,5344.584603791345,14006.541012973727,4453.700791416996,111677.25186247301,43069.355432424716,3058.86980654752,19406.837845612554 -359,2902.60572314986,3778.5103417623473,656.074240272346,1513.8881256796922,1384.5419833837036,2694.6464700936986,1398.72213076753,3175.4665758406823,270.0627105086632,1161.3466845613548,2145.5988246499414,6444.812699739183,1200.2283243320849,3759.5642580482872,1365.59124908937,4248.916100859051,1008.7191400017965,4824.3546598021985,256.4945095738767,1309.1275225865177,492.8361132491403,2517.184072437757,1113.5066029520922,5777.310283923079,577.4081457165973,1682.0408759662716,537.725054573248,2290.8423920919777,701.5670670844536,4095.047493998461,941.1359644035148,2742.480651470896,703.1700997199446,3493.7250454486107,825.5911129502559,4925.071011246832,14046.53495581601,4276.577063584161,99815.4037164715,36629.31272210988,3079.399134108241,16242.672620737807 -360,2700.9192035440165,3535.0918262739165,606.2215197703082,1416.3606963921393,1328.9299094634357,2521.052438534051,1331.4847887850508,2970.897237672946,251.76490437326845,1086.5306167584322,1974.7254967165206,6029.626131997834,1104.64335024354,3517.3662837665383,1260.6896017825825,3975.1931899344218,942.0618187019606,4513.5609492493195,242.9808286118299,1224.7911441436768,458.97864632746246,2355.0224916286024,1037.6993316839105,5405.125437084025,549.1789333250161,1573.6807403611904,496.5409209980778,2143.2621544153203,659.3757950733913,3831.2370788657076,884.4256260961224,2565.805054858548,666.1228490577271,3268.6529172375767,782.09398342477,4607.788969966604,13685.571928192741,4122.9811335415,92929.41907930144,33129.28865710407,3084.817070289608,14716.274539727972 -361,2831.1001642616334,3379.7224517461636,632.5421617814935,1354.1108069073484,1377.791412453563,2410.25069425813,1388.639730012567,2840.3245486771984,260.3129912167395,1038.7769541586842,2041.3887232390584,5764.62050079981,1141.934148385532,3362.7759573053927,1303.3030387671588,3800.4811004331755,975.1249266251352,4315.187278623368,253.71335750561482,1170.9608496720025,478.13814766956824,2251.517861620506,1081.1158362685273,5167.566980423238,575.7479279570562,1504.5165419890081,514.9669007486164,2049.0645163495788,681.8437944643639,3662.851945504599,914.3108445832808,2453.036406652398,695.5456753982505,3124.993690191471,816.6392861250548,4405.273922154062,14078.247813575173,4257.82161583991,96590.43723141305,34626.48126969427,3172.3986274902604,15412.686043246038 -362,2942.890327080325,3310.6477366797894,660.8928689655606,1326.435511231191,1460.0856300191062,2360.990027939689,1458.7651273438214,2782.2740395904125,276.1972385722999,1017.5464468757696,2166.6306247268776,5646.803276384592,1211.9933205998038,3294.0475944296445,1383.3754249836131,3722.806926628776,1033.2757890676564,4226.993547929609,266.52337485180584,1147.0287699820908,502.9387957003484,2205.501374474369,1137.1336988328362,5061.952326600195,600.3678072381394,1473.7672562312844,542.9302603075439,2007.1857675350604,723.3079790177479,3587.990634234697,970.3546400722813,2402.901286607433,730.663858589384,3061.125117604196,857.8715000048915,4315.239002036611,15064.432208011967,4532.2171026012975,101779.03056049283,36207.94717627033,3396.2181625585913,16086.102491785217 -363,3195.674303151886,3351.065872266771,716.6655338891171,1342.6293363084842,1592.4402357243755,2389.814240800366,1588.1120288267139,2816.2415101027186,300.9669801373678,1029.9691911623975,2361.0896967411845,5715.742432287303,1320.771943832403,3334.2630667151834,1507.615568069343,3768.2569192261585,1125.5268193094653,4278.5989170096955,290.4732214275134,1161.0323028356947,547.553953201522,2232.42729975574,1238.0591336547377,5123.751313307415,652.7298979073083,1491.759785042504,590.1131134561289,2031.6905511765399,788.1432216099782,3631.79471835171,1057.434382764186,2432.237174243015,796.3214667498702,3098.4969493098924,934.9600136041709,4367.921718213919,16444.138490882226,4943.829184624955,110803.564997861,39374.04995747951,3707.6192548275744,17495.66039880694 -364,3908.592163559737,3443.7286534978484,876.4838633347546,1379.7553652219724,1928.722864494936,2455.8967478650225,1931.2361875005952,2894.115470475812,364.92197835630685,1058.4496249925066,2862.390190309335,5873.792620127377,1601.1948469724218,3426.4612212411334,1827.5274495197507,3872.45575620472,1365.4811273690652,4396.9095950251685,352.7305264922288,1193.1368589323804,665.6600658420374,2294.157785033137,1505.0389173276146,5265.431920351494,796.2607254374994,1533.009529416287,718.6832425311917,2087.870317331233,955.7119017699976,3732.220138886689,1281.9779299844654,2499.492748967519,966.9975388551951,3184.175761933426,1135.3505711371686,4488.702326544828,19858.127926561043,5981.730356449395,134685.49691780595,48002.03995407829,4476.390701366625,21331.948517633056 -365,5211.306586081419,3678.5047072077177,1130.0496174805849,1473.8201282522448,2357.0176059661703,2623.32740364477,2459.5489531904027,3091.4216689327795,438.2238803518066,1130.6093829205965,3432.044788581652,6274.238180860787,1919.8544100172512,3660.060068495199,2191.0930464220246,4136.46026181069,1651.795311660468,4696.668718668827,454.23101718026936,1274.4789132755445,840.6238952311996,2450.561893937239,1902.1031280255704,5624.402516389157,1051.1025686305743,1637.52238853787,887.9943455270435,2230.2107869449214,1148.7991344607533,3986.664087278009,1537.5045170442127,2669.89556025841,1245.25733582826,3401.2568083585065,1462.0550421660141,4794.719415735088,22849.924973770372,7096.440801531152,168171.94055007206,62417.70009741082,5138.118022438212,28116.7059348146 -366,5296.830788753586,4215.377041891382,1151.7677779685819,1688.9220014694154,2441.1940142317267,3006.1981677013655,2526.761417589966,3542.610100373297,454.4331348533018,1295.6201542360407,3560.1823350560485,7189.953986231349,1991.5333795068439,4194.24043537233,2273.175851633764,4740.170534012635,1710.2829517509115,5382.140588607385,466.3486606328842,1460.48723027855,864.7332599242765,2808.2177867534215,1956.5032580795305,6445.2757653095405,1072.762364561988,1876.516365114411,913.1577333776928,2555.7067608056395,1191.0419340776093,4568.5118288189315,1594.8194048568773,3059.562878065254,1278.4774018994667,3897.6652212617623,1501.0586791678315,5494.501640244671,23918.805522296272,7385.220647874945,173168.01248110385,63805.11291896022,5381.400125773356,28695.26620658137 -367,5167.384250607882,4696.300805233389,1123.2814829901583,1881.6076656142634,2384.7279326795806,3349.169181158823,2465.7096240635005,3946.779256440175,444.21661150980117,1443.4348133388416,3480.2368370398226,8010.241162194799,1946.812600384697,4672.752766415302,2222.0710575626167,5280.966915794273,1671.1821593824118,5996.17802368993,455.0254912365367,1627.111237601832,843.9906510755762,3128.6016226162865,1909.5490815685325,7180.6041228979075,1045.9406279302698,2090.6042873370843,892.0992423574664,2847.282129080117,1164.2453068238701,5089.724019271594,1558.9999973791112,3408.622162413503,1247.4353567235164,4342.3418914215945,1464.6122537079439,6121.358118385395,23398.616397483038,7219.533758319515,169114.40868800582,62255.76998109079,5264.624716172487,27988.76684992688 -368,5037.597267651885,4840.038594584092,1094.9431019692145,1939.1972744356026,2295.5694344480153,3451.675854863543,2386.7078785774847,4067.5767412911755,427.32634216618237,1487.6134419543607,3347.1622530488403,8255.407390801118,1872.3718973419254,4815.769830415644,2136.9296171507895,5442.599345570617,1609.6594630361121,6179.700632105049,440.52515915847533,1676.9115766388777,816.2606040722108,3224.3574737944646,1846.8847468945182,7400.377984418389,1016.9347065437927,2154.590571676893,863.5520840548811,2934.4277476988545,1120.134168119066,5245.503154654069,1499.4438339389133,3512.9484895966234,1207.6832389482001,4475.246202700452,1417.9393431713265,6308.712063596954,22368.76795564507,6928.263243981307,163450.00011603863,60463.61040017458,5031.073896970751,27209.711900304996 -369,4868.241122070955,4810.732198270896,1054.5272264262971,1927.455449914271,2192.854676165626,3430.7759842177775,2293.476466171914,4042.9475955343614,407.5867105414065,1478.6059540513645,3191.866593550346,8205.420962801882,1785.5009282518236,4786.610381282073,2037.749873064353,5409.644448563449,1536.8516283482184,6142.2825925001525,423.397684899193,1666.7578899922141,783.672408920814,3204.834014190615,1773.2274019292422,7355.568752871869,981.8099593774092,2141.544542404132,827.0606345486985,2916.659810347543,1068.5336962839374,5213.741673560834,1429.9259310029965,3491.677613620725,1160.728909193311,4448.148621503017,1362.810324779317,6270.512860770659,21207.995968491567,6595.444102651723,156671.72312317468,58246.62744397548,4768.329225368797,26247.480253621485 -370,4674.034498904449,4861.092410394598,1008.6294245681064,1947.6326415175695,2081.040485022548,3466.6903937490774,2188.9880260688165,4085.2704042305727,386.0037386235321,1494.0844522143177,3022.182541047502,8291.317812433108,1690.5812239428908,4836.718078867386,1929.3872255155022,5466.27425681621,1456.9856814540296,6206.581880328566,404.5187825190967,1684.2060200147152,747.1904402091089,3238.383194258029,1690.8187185479985,7432.569090329491,941.4327782683754,2163.962883933638,786.5880012452351,2947.192294944082,1012.0908454699052,5268.320711806422,1353.9586565225568,3528.2295599861295,1108.9731047853734,4494.713198142133,1302.0439011503784,6336.154502162861,19960.184857163742,6234.551114640651,149156.8105977992,55743.46360392761,4486.121985500031,25158.978775111053 -371,4495.344480588604,4910.932770311888,970.3422235030572,1967.6015504879747,1991.1798578241842,3502.2340704289945,2099.4171924129005,4127.156328240352,369.43227631579714,1509.403170839365,2892.17445253441,8376.327976625143,1617.8558903749329,4886.3085308723175,1846.3062086682705,5522.319493846423,1395.0794545397437,6270.2174273735545,387.75798859347606,1701.4740386256976,716.458443814326,3271.586056973988,1621.254582089532,7508.774578170046,904.4670815892567,2186.1498081633204,754.7958519257357,2977.4096025622994,968.6961000363724,5322.336348265971,1295.7337672099827,3564.404192413299,1063.0240154436792,4540.79710369418,1248.0951342392589,6401.118546089299,19053.819925430707,5959.963755803794,142990.79222337977,53531.14840907658,4281.765018698511,24164.421400893738 -372,4423.570650370897,4881.886303253474,952.8690858076735,1955.9638685457917,1946.545898817674,3481.519568456468,2059.031028127649,4102.745627475343,360.7340861194604,1500.4755736739762,2823.7217025359573,8326.784896720985,1579.5640491962954,4857.40770766471,1802.5875530474304,5489.656885994461,1363.047945936703,6233.131262184261,380.50782255444534,1691.4104087767087,702.2659162484997,3252.2357581453957,1589.2110823082953,7464.36277625079,889.3775125179955,2173.2194889434254,738.8288620797402,2959.799255610891,945.9632366980652,5290.856571481348,1265.0926389530737,3543.321975693963,1043.1479565560212,4513.9398609543205,1224.7586789709505,6363.2581461037835,18538.158057552646,5813.314315451198,140041.81327935238,52581.58941585659,4164.989609097643,23756.420228898492 -373,4388.364795251078,4850.825425440977,944.1448431231048,1943.5190980303312,1920.9852253602758,3459.368488484455,2037.9318696871135,4076.6420124555016,355.88508008228825,1490.928835884638,2785.4935610394923,8273.805938961228,1558.179577092981,4826.502574295932,1778.1686958546686,5454.729083260758,1345.3454863596655,6193.473122584629,376.4143258102547,1680.6488529406406,694.8602860061508,3231.543490602445,1572.4387282153584,7416.8709573637425,882.1395529011539,2159.3924350522234,730.6070120060984,2940.9676078998864,933.3044388493015,5257.193630707675,1247.9857999470416,3520.77767947305,1031.9257884144972,4485.220033050786,1211.5827457374899,6322.772077504893,18237.962312699743,5729.45804117845,138451.8070305238,52093.56166739677,4096.8706201638015,23545.956980671013 -374,4412.5342128476195,4797.9309566599295,950.7157590035588,1922.3265377462658,1933.2616766528365,3421.6467725973807,2048.32439059806,4032.189410115204,358.2283313143907,1474.6714194971385,2803.883720541081,8183.586536786176,1568.4668638258079,4773.873327240617,1789.8399107050323,5395.249515991569,1354.1347396309295,6125.938127610237,378.634167655744,1662.3226877033726,698.4084178976074,3196.3060286682776,1580.5180059451843,7335.995762958726,885.9119451689693,2135.8459443574943,735.1644818202894,2908.8986493869156,939.4391840078151,5199.86803351818,1256.2214463691419,3482.386344242723,1038.0114017652409,4436.31220598901,1218.7278565737247,6253.827178249348,18367.406017749705,5767.5067062373055,139282.03054436698,52377.98808633064,4126.064472564019,23671.072341231415 -375,4453.061383032492,4759.917119406051,959.476980177497,1907.0960125855684,1951.3653706791517,3394.5371862509523,2069.0678629086224,4000.2425160482585,361.5776045345514,1462.9876500035618,2830.106562545831,8118.748270130713,1583.1356813871344,4736.050097733644,1806.651397745161,5352.503144920872,1366.9732758796845,6077.402536516109,382.1370238973721,1649.1521638495287,705.5409568899366,3170.9818090650906,1596.598017888659,7277.872928022729,895.2435962982239,2118.923712490973,742.3333355757333,2885.8515482834014,948.2208833177494,5158.66966302195,1267.9694607424392,3454.7955204186705,1047.6143510713382,4401.163461305268,1230.002667047582,6204.278326730787,18540.61936933494,5822.167942870938,140603.81247413802,52879.02420328188,4164.989609097643,23897.04251684967 -376,4551.825461312126,4791.17294100806,974.9570311893689,1919.6188887726885,1957.1837115436997,3416.827290480347,2093.178678470453,4026.5099621633653,361.43990140178744,1472.5943048774513,2827.975338087289,8172.059733586295,1581.943493951504,4767.149197411121,1805.161297992705,5387.6501609770485,1368.6607216385576,6117.309577903553,387.5336616528974,1659.9812611919376,712.5092302604942,3191.8039450899546,1612.639293332856,7325.662814311495,912.0295387207634,2132.8375475188705,747.0340875626104,2904.801386883591,948.0804629548165,5192.543878611491,1267.0931873647708,3477.481308794561,1062.409031530618,4430.063540137943,1247.3730824150516,6245.018493352364,18335.832043117472,5800.717136320696,141753.77617352974,53757.63208192617,4116.333188430613,24354.5627668852 -377,4612.382496944898,4977.213305769285,981.6881871904258,1994.1573374296206,1942.8917289268677,3549.502066213517,2099.4770914324226,4182.858603988425,357.4530141098589,1529.7748710974352,2795.6195051267587,8489.379311152421,1563.8439374405505,4952.256724623644,1784.4426178065628,5596.851626567051,1356.2153108696966,6354.843584553514,389.36632977785126,1724.4380284869985,713.3456144358615,3315.741105677174,1614.7636851926954,7610.116955055893,922.1370884449291,2215.655237508864,744.6655615096656,3017.5942908819675,937.8659771023399,5394.169403114538,1252.682624736226,3612.5112689116695,1067.4332226149347,4602.082093229302,1253.2719787285153,6487.511413718423,17915.557750829674,5716.152277548881,141547.93150190084,54175.03130488723,4019.020347096557,24609.053938116267 -378,4639.489604829093,4938.5496642879025,982.9004383868395,1978.6664633972625,1924.883217015895,3521.929071669275,2097.82336931655,4150.3656133335,353.122519341843,1517.8913805717668,2760.880578653591,8423.432706512149,1544.4113002527536,4913.786949116399,1762.2908402994244,5553.374553871925,1341.9680962193622,6305.478331563725,389.2236096130901,1711.0423691904598,711.8713325575152,3289.9839967330213,1611.5376049939164,7551.000574964123,927.2449462261228,2198.4437389279024,740.0447097101692,2994.153225243151,926.6862108097886,5352.266792340328,1237.1815151958945,3584.448810670879,1067.0419606239711,4566.332519885868,1252.8125985263373,6437.115579745295,17535.18501940873,5632.058814535433,140876.89136542781,54292.927464589324,3931.438789895906,24710.751254459014 -379,4615.373549815431,4808.327906240941,975.2528591043281,1926.4921525230784,1908.1792055931887,3429.0613621986226,2082.669489320075,4040.927024386177,349.6107425487149,1477.866981195622,2733.209914155552,8201.320084305593,1528.932584053767,4784.218144775051,1744.6165797504386,5406.9408341246235,1328.8722995677422,6139.212822561975,386.8815409897134,1665.9248831762845,706.3944514906124,3203.23231271149,1599.248594651568,7351.892610738106,921.739770283794,2140.4742482653423,733.4310146432,2915.2021316310625,917.5152039681185,5211.135966771233,1224.7979546607648,3489.9325543840837,1060.6212671354958,4445.925540309145,1245.2740705298054,6267.379004327705,17320.632655803598,5573.138560596926,139747.67019192973,53954.5962554613,3882.782369228877,24574.393569495674 -380,4445.3363442454665,4525.920840854225,934.8246573982875,1813.343672241934,1808.708141264942,3227.662627500731,1990.344153212412,3803.5916419723494,330.3710218629428,1391.0675604136761,2581.916021154296,7719.632732180608,1444.3001664776612,4503.227115714376,1647.9963650463437,5089.375492604793,1257.751170155366,5778.639020023695,370.2224804551064,1568.080275531727,674.1156227986514,3015.0971740886407,1526.34185388861,6920.094601591933,886.3081981986213,2014.7579779161708,697.5158511539277,2743.983842226452,867.2070983125999,4905.070813894098,1157.0663266024258,3284.958677747687,1014.9510760783018,4184.803418596749,1191.652757737102,5899.277629631274,16202.225490632038,5250.854984821693,133086.46642575387,51751.34104564832,3629.768981760329,23618.641977840623 -381,4012.0427548789794,4292.2494644161525,838.4758768112107,1719.7215063341298,1608.3093272389758,3061.019772849417,1782.784721572797,3607.21381619043,292.6978982461846,1319.2473313398364,2286.738198109538,7321.071363222908,1279.1803967132441,4270.727406695244,1459.5471157181069,4826.61319110093,1115.8082903923187,5480.290334479111,332.3834356907739,1487.1209549352727,602.8990585036071,2859.428983782674,1365.306103905332,6562.813047739022,798.3522866869471,1910.736876698589,621.1129879593104,2602.3131184371537,768.4752028680417,4651.824084905236,1024.8409830988678,3115.357652285073,911.216750831158,3968.7437902180764,1069.85841940269,5594.7004237590445,14212.965115457593,4639.606091664738,118813.12479954552,46521.87322432891,3182.129911623666,21278.523590871795 -382,3524.8856995793553,4097.046791973101,745.2214986359497,1641.5121113124274,1437.453626325865,2921.810892980058,1578.5093014326103,3443.1651552653475,263.35455690947265,1259.2506776444227,2058.3134335158525,6988.124103960613,1151.4016762485924,4076.503513146202,1313.6546609613506,4607.10875605758,1002.3725881363607,5231.058008184287,293.13951652409315,1419.4897543128468,534.9766996341075,2729.3880381380054,1211.1893666522042,6264.3498162136275,701.6607012877205,1823.8404957311818,556.6447116295949,2483.965273218972,691.2620031529137,4440.268698705899,922.4069481562676,2973.6775974831608,803.6310149817587,3788.253490081778,943.5421448158532,5340.264962053047,12942.649523723918,4184.429077853168,105799.9705580747,41044.76573025265,2899.9226717549004,18706.777384718793 -383,2903.8754003340964,3765.319212572359,636.1665892076111,1508.6030021683678,1324.5211935902375,2685.239209958538,1376.910347945637,3164.380728230995,247.65271416867753,1157.2923158380265,1939.8967383148204,6422.313262331824,1085.160461897971,3746.4392713894317,1238.3808127053624,4234.082741642224,932.9850984115106,4807.512391336661,252.9390100645436,1304.557237284995,471.40463598081516,2508.396349951593,1066.360734751636,5757.141159206502,586.071809357665,1676.1687156462435,501.45283988061,2282.8448493529804,649.1453324423834,4080.7513043240724,869.0184264819914,2732.9063977829405,693.4228308653967,3481.5281280763224,814.146857079512,4907.877132680148,12978.954546708605,4011.4982774365412,94476.06334431386,34863.77967791051,2919.3852400217115,15656.504953704722 -384,2393.5406677731385,3492.074461170618,521.1120857864108,1399.125470777397,1159.4106478969036,2490.37458389193,1191.8804066669136,2934.745370214368,217.64329793268294,1073.3089844688193,1734.5306890542365,5956.253602653969,970.2805755245497,3474.5646149368213,1112.993999351345,3926.8203766636007,855.3567361934101,4458.636916491025,228.75980768606453,1209.887065151633,442.59705220900713,2326.3650005852514,999.7305235336254,5339.352250478786,475.6687988552096,1554.5311390803945,423.0375783698628,2117.1815049896604,564.2620690389753,3784.6160199744104,775.3849981186795,2534.5826204062364,627.1364523543323,3228.8777592369497,736.3201050174044,4551.718307539448,12008.621234024113,3620.4878337348823,83207.5330521659,30217.13211320656,2760.6430420950073,13550.912296426428 -385,2517.6966005117033,3347.1020362238773,546.0786067672793,1341.0411960694187,1208.855837538794,2386.9874292172512,1248.924271190793,2812.910295489594,226.35377190546689,1028.750883567555,1803.6316458881915,5708.981518975363,1008.9350176680352,3330.3191060101094,1157.3840427974942,3763.7996052954095,890.4236641890229,4273.537940816812,239.91538499148518,1159.6589661528706,463.22865032511606,2229.786654620368,1046.415441166055,5117.690641597381,500.64590422656926,1489.9952446160603,441.02726535445964,2029.287349168066,586.9114835893859,3627.4988198663555,806.2960663512824,2429.360182341448,657.7190500844674,3094.831866510979,772.2270938199547,4362.755085805263,12435.130978775096,3761.8711827618295,86925.46168511065,31714.900644754438,2857.973405758613,14245.65851873254 -386,2585.17453044147,3285.890007778021,561.8849676972195,1316.5161439639035,1254.8422335442513,2343.3340416491837,1290.1182866993036,2761.4676017325173,234.94132534430204,1009.9370178212688,1872.4324453986496,5604.575278784776,1047.4215545548261,3269.4140049272464,1201.6336614739057,3694.966983519777,923.6444333754974,4195.3831898810295,248.04234933877817,1138.4510445372732,478.87240070483176,2189.0081654516307,1081.7582197717177,5024.09796896886,515.1069522417969,1462.7461107950533,456.0930096337985,1992.1756048597772,609.0998581405022,3561.158876074418,837.0281849175983,2384.9318789980325,679.9988187235715,3038.2333719930953,798.3857416270188,4282.968725687033,12970.615750862033,3912.9431298805866,89912.46532881442,32677.2032544978,2981.8484140577475,14669.255448817768 -387,2803.600295987421,3310.6477366797894,608.232090164725,1326.435511231191,1365.8798021104465,2360.990027939689,1402.1417535079418,2782.2740395904125,255.45051938814976,1017.5464468757696,2036.0107826068802,5646.803276384592,1138.9257776690865,3294.0475944296445,1306.6886873454425,3722.806926628776,1003.9573939677983,4226.993547929609,269.9168980305663,1147.0287699820908,520.4568002423437,2205.501374474369,1175.7523779360836,5061.952326600195,559.2559371885094,1473.7672562312844,494.6993315348974,2007.1857675350604,662.2451401254445,3587.990634234697,910.1439489540235,2402.901286607433,739.9670753949806,3061.125117604196,868.7943949340261,4315.239002036611,14124.116668978499,4258.813699950114,97703.25602155815,35481.474550117724,3247.2948604130365,15933.215484250735 -388,3440.6921008918844,3411.888006830457,747.1178579850753,1366.9981745452774,1663.1577419746006,2433.1895753585763,1712.7223827617822,2867.3565363720886,311.5283874544092,1048.663220802273,2482.631823964096,5819.483650335275,1388.7614962205635,3394.7802289091037,1593.1460239484754,3836.6511072689855,1224.8377455349405,4356.255856322075,329.1268466435158,1182.1051392547804,635.60583979781,2272.9460477615926,1435.7976777273134,5216.747841495041,684.7276483213764,1518.835353784212,605.683879921666,2068.565909884974,807.694923826543,3697.7121056807305,1109.81596193559,2476.3824887015876,902.2889338228653,3154.734936141413,1059.3762808944853,4447.199874070983,17167.50855363662,5183.582703432549,119345.7427489571,43427.980072280785,3946.303835815298,19496.516515947143 -389,4690.575529775154,3627.104803277489,990.4411713779405,1453.2263764339668,2108.6142329859217,2586.6715374008927,2248.028884922666,3048.2251014580597,388.77964550953186,1114.8113295564494,3093.642394849691,6186.567981853099,1730.5552114379711,3608.917892292216,1985.0417939222923,4078.6613252885536,1537.730526511401,4631.0419653691315,435.80257126808306,1256.6705647976678,826.8889429050621,2416.320087565033,1869.176171398455,5545.812498972329,926.573259519963,1614.6412180205334,774.4596516187528,2199.0479560347103,1008.9510489223208,3930.9582591227067,1383.2616991524037,2632.588995166314,1194.7364409705735,3353.730901201419,1402.7385242574564,4727.722595842947,20637.99894401751,6401.8976277425945,153984.2747783305,57988.85219851135,4733.794960002656,26312.21223657977 -390,4770.892007162435,4150.2661628679,1010.2207270822423,1662.8348460323227,2187.867474090078,2959.7643129660382,2312.2884125808355,3487.8908058996344,403.97716024149446,1275.607954547968,3215.875911770618,7078.897675128069,1798.9315208886246,4129.456033201654,2063.7778055331987,4666.953674138982,1595.3283532288262,5299.007834106509,448.0607200033166,1437.9284872714618,852.0549849467144,2764.841944742655,1925.8949807802167,6345.72178319653,946.2935115336937,1847.5316197831303,797.5088834127016,2516.2312139995943,1048.1184504120865,4497.946416034382,1437.8300976802923,3012.3047499218555,1228.3416970162336,3837.461731473399,1442.1944123146488,5409.633352535874,21666.602871958246,6677.885046248799,158803.13968856802,59339.47436084325,4972.696761722416,26883.084567759804 -391,4644.593716107416,4650.0993729420925,982.5811999967231,1863.0967199216905,2129.02290729374,3316.2206074680207,2249.6366298044486,3907.951493452354,393.25674037564204,1429.2345398552823,3130.517173657005,7931.437731571341,1751.1826248526113,4626.782995843765,2008.9359735058908,5229.0136347947355,1552.604326044558,5937.188613842214,435.9379756966711,1611.1039857684962,828.9924300775677,3097.8229561661583,1873.7676446143741,7109.96252455204,920.5127534236134,2070.037267370718,776.3698152402562,2819.271037381238,1020.3081876629464,5039.652154327229,1399.667102932809,3375.0887001046435,1195.1076471445808,4299.6226485105335,1403.174356950648,6061.137207424538,21088.374953464972,6499.168250225743,154561.29795541696,57748.33031582421,4839.973538544772,26159.556928400034 -392,4523.613465035155,4825.612829798066,956.7709470409342,1933.4174850376394,2044.968309329254,3441.388113758424,2174.195659353981,4055.4533038077147,377.397155007125,1483.1796009452876,3003.4241782822482,8230.802098321472,1680.0879676778818,4801.416398830418,1927.1824906732866,5426.377644761942,1491.9944581701934,6161.281996380418,421.353100463449,1671.9135313756385,800.217753466307,3214.747256521596,1808.8201964554528,7378.321112340889,894.1103498406467,2148.168801232339,750.2019786968245,2925.6816677570005,979.3369438311908,5229.8689002541,1342.8989042104643,3502.4781250269994,1155.1237574730794,4461.907703881052,1356.2293233277421,6289.908908507643,20094.375709971315,6220.2554844283795,149106.7122666325,56012.30396761761,4609.919951703522,25398.516150139698 -393,4380.569006000968,4815.410824006564,923.9375599777103,1929.3299759324861,1960.491692211534,3434.112548414563,2095.31689063763,4046.8795206320056,361.3413218459822,1480.043956331355,2875.0412739631624,8213.40105649788,1608.271747257961,4791.265547604683,1844.7603844576045,5414.905539951359,1429.7341490313177,6148.256203216491,406.0221253465736,1668.3788774090672,770.429133828741,3207.9508409602963,1741.5451823873807,7362.722331963225,865.2615268446999,2143.6272784611865,720.9279299370198,2919.496376402038,937.7994794141142,5218.812241816912,1285.5360180229336,3495.073407040615,1113.0944628903342,4452.4746204900575,1306.8827824197845,6276.611180451972,19136.173823432928,5945.191779173412,143376.1167292236,54093.29768490712,4388.714579740779,24553.694251925255 -394,4208.420665621271,4846.926568560203,884.4614193860434,1941.9569921733507,1862.1471775045468,3456.588016822102,2001.4219271878444,4073.3654064417387,342.4991713852231,1489.7305000055428,2724.451305848589,8267.155857297575,1524.0330988140402,4822.623266936576,1748.0868390866651,5450.344838074879,1356.5239817735455,6188.495110971753,388.14335661413804,1679.2980293653195,734.9661930090083,3228.946133561358,1661.5177720525794,7410.909638241791,830.3143859147119,2157.6568207360415,686.255105592334,2938.6038015806453,889.0384638705267,5252.968154883881,1218.246017438405,3517.9478500981777,1064.0804874514738,4481.615031952225,1249.3355366697137,6317.690141698534,18024.066714695375,5624.551020686554,136604.91559673753,51804.3444945185,4132.116348264001,23547.815322471557 -395,4035.3863686759983,4866.550804985161,847.6582848990271,1949.819587697019,1771.0949295642956,3470.5830504802957,1910.9276916818699,4089.8576484120977,325.66696681753274,1495.7621208952035,2590.1191190136738,8300.627918161452,1448.8889042626472,4842.149104153247,1661.7960248027248,5472.412194406151,1290.7806729876118,6213.551090148364,370.4414415757596,1686.0971712730998,701.2855360564872,3242.0194907563036,1585.3911486824952,7440.914929390251,795.111964684381,2166.392741731565,655.0355815502942,2950.501620733831,845.4382965256689,5274.236372494785,1158.207943368757,3532.1913174510382,1015.551349796832,4499.760195017651,1192.3575383407617,6343.269205719127,17063.5719032054,5338.99379490784,130282.97043226747,49558.00579874659,3910.9109763012602,22537.488658106715 -396,3965.241617534246,4779.086495393016,830.8594871131388,1914.7763649092356,1726.1174973888321,3408.207835968714,1870.0049553504514,4016.3524925259035,316.924139097388,1468.879466945682,2520.1284630000487,8151.444498705608,1409.7367725495617,4755.123355258743,1616.855533505653,5374.059012950188,1257.044281191757,6101.87775558487,362.7096338820505,1655.793711820955,685.6417856767714,3183.7521454009843,1550.1147334285263,7307.182741417133,780.6509166691532,2127.457147908752,639.4591745685892,2897.4735937904693,822.8373813889959,5179.444915170743,1126.9407872260172,3468.70884550977,994.3548883363774,4418.888046640145,1167.4708001038634,6229.264506319501,16527.734998211283,5188.351829893475,127262.76728528943,48587.70444962833,3787.0359680021247,22118.06185832934 -397,3930.9670629902485,4679.9256151585505,822.5361643359929,1875.0468245505115,1700.805797937578,3337.491206470074,1848.838284010325,3933.0175185984212,312.1278759047033,1438.4018053588752,2481.6636179249062,7982.310834258807,1388.2198906330345,4656.45968428617,1592.1523057692384,5262.553095936589,1238.6738815849505,5975.270386182751,358.4043599580978,1621.4377816428473,677.5365077415674,3117.692728922403,1531.7871919249958,7155.566596078163,773.7489459963912,2083.3147111373937,631.5188560254549,2837.354147889385,810.4529820637554,5071.97703037532,1109.7617463141391,3396.7368854438873,982.5521409814457,4327.200894966954,1153.613209559969,6100.013999500801,16222.089729309017,5103.76878374376,125653.59487601461,48092.57229685238,3716.250248974048,21903.011752640195 -398,3949.12365043052,4588.497463220362,827.3461963841366,1838.4154589982593,1708.737240507782,3272.2891758802834,1855.7853445768785,3856.181142801925,313.59867169516616,1410.3008418772024,2493.3620780742317,7826.366490740061,1394.7639020581814,4565.489968415047,1599.5889329101162,5159.742593462017,1244.5480592914253,5858.536067378592,360.07341341946164,1589.7609833240479,680.0493318897377,3056.784734232653,1537.5253009774005,7015.773726757548,776.2686384438797,2042.6145740822285,634.4735751690786,2781.9229151160644,814.2710279197892,4972.88966773474,1114.99282230085,3330.377417026163,987.1277885881527,4242.663657962451,1158.985471551191,5980.842659476727,16299.330967625858,5127.361167304229,126218.4804251715,48300.71359848046,3733.9466787310675,21997.077371688832 -399,3985.4368253110615,4521.63210269758,834.981386768528,1811.6253575670382,1724.7881826887108,3224.6041118187095,1874.673361573521,3799.987379065235,316.5402632760918,1389.7493923027878,2516.758998372883,7712.317649876264,1407.8519249084752,4498.959882009166,1614.6693596743526,5084.552827861829,1256.3940214533354,5773.163212882981,363.4115203421895,1566.5943711275554,687.0209988435561,3012.240084282786,1553.2282336781332,6913.53715730401,784.484822456049,2012.8488041325072,640.6869325711235,2741.383657950327,821.9071196318565,4900.422795269754,1125.4549742742713,3281.845868637751,996.2790838015665,4180.837921467991,1169.7299955336352,5893.687505995335,16453.75846183793,5176.168807856139,127420.58478684336,48764.266808536464,3769.3395382451054,22207.694501649115 -400,4080.1117805928566,4540.541549429764,850.1722440709428,1819.2015673115573,1733.9946113352935,3238.089392863233,1900.3113006037686,3815.8789105510755,317.16998016528555,1395.5613185073007,2520.728777647043,7744.570530356083,1410.0725830629513,4517.774513608303,1617.067325550969,5105.816406735942,1260.7829157939611,5797.306557536139,369.16201645188954,1573.1458623013073,694.9688082637324,3024.8372598434235,1571.4564699684456,6942.449541071151,800.6240983423529,2021.2665294974206,646.2188173234983,2752.8481130574914,823.7594613875842,4920.916343109935,1127.298686558591,3295.570534472289,1012.0438536970886,4198.322168345291,1188.2393916650014,5918.334882743273,16309.865412813955,5169.302585004026,128731.37838920444,49662.10643852964,3733.9466787310675,22665.79464187955 -401,4150.935012340365,4798.255865076831,860.5530693252142,1922.4567147074993,1734.171450853955,3421.878481191381,1917.0662679358584,4032.4624637063703,316.17362698270676,1474.771281950493,2511.8102402687114,8184.14071652954,1405.083634965986,4774.196606512297,1611.268734171887,5395.614873891643,1258.8283268026594,6126.352966605848,372.8483024466418,1662.4352576085503,699.7551206499122,3196.5224775378188,1582.4713289893507,7336.492545174074,813.1847487421041,2135.9905805206226,648.589239344681,2909.0956354760515,821.3812167017217,5200.220160488352,1123.3762852797768,3482.6221660259803,1022.1496688072542,4436.612626146938,1200.1046162349794,6254.250677692423,16088.33451069426,5137.044449654855,129372.40528609017,50294.78916571557,3680.8573894600086,23001.077202867196 -402,4187.587427523786,4810.537254481385,864.9792734437971,1927.3773442426118,1727.8220967064822,3430.6369599603963,1923.8704004328365,4042.783764439097,314.24562811227077,1478.5460369668135,2495.752563871385,8205.088457106056,1396.1011179112547,4786.416414973374,1600.9796195980475,5409.425235240977,1252.8287985709915,6142.033690712343,374.1636485198912,1666.6903484858738,701.2980686069628,3204.7041457087025,1586.0434835735523,7355.270685470153,820.4507339465354,2141.4577612674366,647.8956851516673,2916.5416194583586,816.5277285025215,5213.530398744967,1116.2436585424211,3491.5361214657482,1025.7556408455237,4447.968370573877,1204.3383833839641,6270.258762747973,15864.078091395324,5094.3984323085815,129383.52172496164,50589.101829989166,3627.7681001889523,23169.60657116823 -403,4149.574872609576,4654.713019515639,853.8307923304036,1864.9452115578197,1698.7569868278251,3319.510831744043,1898.506417189037,3911.8288099506344,308.2891176917423,1430.6525704195249,2447.9689716532475,7939.306993619049,1369.3714142221695,4631.373508820655,1570.290567456234,5234.201657437773,1229.8057071932878,5943.07925997854,369.7699477489098,1612.7024600778452,691.328639409414,3100.8964948415537,1563.6521912897012,7117.016751055309,812.0880038653487,2072.0910773175096,637.414134640046,2822.068207746499,801.1503644923599,5044.652299921745,1094.9036167966794,3378.4373309978373,1013.7104745984825,4303.8885657972205,1190.1961691295098,6067.150830503551,15482.168291515285,4991.009674164241,127449.9776848063,50020.988354991896,3539.285951403855,22936.46410229073 -404,4009.1157501746334,4353.461486558861,821.8376898915311,1744.246555914242,1620.0022706410987,3104.6731559223913,1822.7028867760316,3658.6565046503297,293.2382574771337,1338.061195148814,2327.7149579739885,7425.477592662535,1302.1024207485116,4331.632501506564,1493.0943555311303,4895.445805788703,1171.255668798367,5558.445077367112,355.3177127862307,1508.3288743670398,662.7554981483667,2900.2074687523527,1499.1647498400296,6656.405710730082,783.6410072387625,1937.9860077136877,609.5628169167668,2639.424858923958,762.1933241746481,4718.164021865991,1041.1666938665887,3159.7859510535995,974.0902132651454,4025.3422789078777,1143.678071072443,5674.486775661482,14599.836433305496,4735.450769226395,122004.36545337336,48164.79031223844,3335.777009198134,22118.64656243343 -405,3624.8872345856043,4119.920074748177,738.9191086349738,1650.6764612960117,1445.5491835922464,2938.122985607696,1636.9547287555679,3462.3879013643123,260.7664493169573,1266.2809114437775,2069.2590306268203,7027.137897752372,1157.5245429878835,4099.2621054504125,1327.2561717020492,4632.82964886244,1042.71569814511,5260.262329030329,319.7397931734618,1427.4145821694224,594.2165064267533,2744.625858834014,1344.3243729111982,6299.3228716908025,707.3576659475854,1834.0227615225388,544.5164487651033,2497.8329303346104,677.9374547561155,4465.058145031434,925.6076344712925,2990.2792552192655,876.554678007486,3809.402819757992,1029.1617241207725,5370.07897120964,12864.59378030592,4200.7472938299925,109241.22075145399,43394.76243826079,2937.6073396652,19964.681534208074 -406,3164.407058360448,3971.503659661807,651.2700187966401,1591.212326456458,1275.0822010499871,2832.279747706191,1435.3738618610375,3337.6584914156683,231.30094023242805,1220.6642805482682,1835.9794219376413,6773.991575450056,1027.0300672167482,3951.5898751274626,1177.5302528448876,4465.936127698188,924.1166073404106,5070.766109898874,279.46697129924644,1375.9932557155241,522.0248133003457,2645.753180886155,1180.7619290057876,6072.395431078967,617.1994609172494,1767.9537411256763,482.37647358368923,2407.8507456613784,601.2206782221747,4304.208441392882,821.2229028696906,2882.5571346162556,766.1482438879318,3672.1725094920944,899.5336713097457,5176.62670631677,11502.531040072483,3730.3647382252107,96202.35902036121,37974.08577893661,2627.919818917362,17425.981452135522 -407,2585.815155238847,3709.5006058580934,550.1175356057321,1486.2388643856198,1161.333166833182,2645.43214369602,1239.141534394625,3117.4706753532582,215.03811420624277,1140.1361489941874,1711.1445415464068,6327.106306972253,957.1985788747406,3690.900548518257,1097.853456539561,4171.314995799522,850.8065850762337,4736.243893688448,239.11677921018244,1285.2179560041093,456.225449086588,2471.2108733859045,1031.070505212043,5671.7949826881195,510.57577730663195,1651.32051631881,429.52892466047217,2249.0030389666927,558.0575967385276,4020.25660539012,765.1036072339822,2692.392693952627,655.5297022196398,3429.9165545616875,769.6565832975675,4835.120787731679,11418.150472149433,3536.4978290543568,85007.17493636851,31959.744614950523,2619.0716040388534,14475.467534365356 -408,2336.4428798010067,3461.3384854718734,494.27587152668053,1386.8108746977668,1149.7671923321714,2468.455208018824,1164.2315723914946,2908.9148034885156,214.00908147559826,1063.862107195527,1738.5317112843632,5903.828813886617,972.5187107023429,3443.9827545681806,1117.5692145017601,3892.257924742112,865.9321632996121,4419.3936078392235,223.497237314195,1199.238077036912,447.9707657107516,2305.8891777127837,1010.5183185579767,5292.357204169624,438.8567008405792,1540.8487185464119,407.16384293035503,2098.5468395463067,547.9336357284922,3751.305199339727,775.6552026393794,2512.2741413936924,612.7093126104114,3200.4583456632613,719.381218732825,4511.65573016784,11748.133849193186,3548.6951850015694,82259.65789576218,30177.905233836693,2680.675199291032,13519.440075649682 -409,2471.5216224766104,3306.4889631505334,521.5936430051497,1324.769267845869,1210.5589063482628,2358.0241965942855,1229.6195943190328,2778.7789991792,224.886012105631,1016.268224133685,1826.6876842279771,5639.709868127785,1021.8323542737319,3289.909673687415,1174.3034951805569,3718.1304064634137,910.5041008327771,4221.683677996695,236.195834643644,1145.5878939767563,472.7470745169482,2202.7308650561426,1066.4646047136707,5055.593597125904,464.8163931237427,1471.9159374740536,428.27664928407586,2004.6643784588866,575.8249467538529,3583.4834677646586,815.0003046064481,2399.8828071257776,647.5220419950933,3057.2797897042246,760.254799689954,4309.818279821061,12314.771829944182,3727.7906423942486,86685.10627522264,31891.881975874327,2809.553814641563,14303.38455477587 -410,2558.307146265695,3215.255755001856,542.0944170208917,1288.2160079652763,1275.7137416223286,2292.9611902618763,1285.0697313920243,2702.106454477968,237.21688128605194,988.227177736563,1927.579395467846,5484.0980303048655,1078.2702531620207,3199.1339241249907,1239.2964711336788,3615.539117311314,959.374340701332,4105.198260980345,246.95973979170608,1113.9786371642974,494.88606456597034,2141.9527388483057,1116.3577700863088,4916.098795207005,482.3307099401544,1431.3025815555834,448.9631298782404,1949.3513365747506,607.2451321264342,3484.607379939945,859.964861452954,2333.6648308630297,677.0308851625875,2972.9228036288614,794.9010946365521,4190.901037819673,13099.456894826177,3945.1475929987178,90854.33579681569,33193.8714923759,2989.9838761323053,14865.325420419038 -411,2777.4555844917822,3203.7541344521965,587.5571418025431,1283.6077985913985,1391.4770493163535,2284.758804027294,1398.881120044346,2692.440472829123,258.48977749570525,984.692089121138,2100.627703826762,5464.480301760697,1175.0718913732135,3187.6899746271665,1350.6423817532636,3602.605602164012,1045.0139088054018,4090.513135977314,269.1590008278781,1109.9937101285059,538.785940276104,2134.290540406016,1215.4356301706243,4898.512914880332,524.2716668150215,1426.1825225496425,487.8446533982949,1942.3781123276979,661.6614956052547,3472.1422341156153,937.1553550444402,2325.316839468281,737.8893285750698,2962.2880570904017,866.3549150554556,4175.909336639078,14302.438332237383,4303.987687432665,98903.49713128457,36091.99493822321,3264.924922213436,16166.438811418962 -412,3416.2131358764036,3204.5339033070914,723.7783396975285,1283.9202187526332,1700.6366782017537,2285.3148965617274,1713.9010753151174,2693.0957919130046,316.50375532226377,984.9317555220335,2571.7745014298093,5465.810313793044,1438.6270932613354,3188.4658335904205,1653.3886675048936,3603.4824483660436,1279.8753384182894,4091.508735080776,329.14528272776965,1110.263873970038,660.0754020712875,2134.81001013461,1488.9481862615096,4899.705174849738,643.4487228981048,1426.5296442905155,599.4084011827684,1942.8508720629522,810.2251872843511,3472.987326547901,1147.369340152634,2325.8828035133,902.3394756579509,2963.009054978881,1059.4356219982885,4176.925720514032,17466.46559896651,5260.674914901428,121219.84135989097,44292.947073024516,3986.645168176406,19830.590500534756 -413,4666.312863273795,3214.4759798438117,962.1533797411506,1287.903585278638,2159.330378131695,2292.4050932323494,2254.4241240251995,2701.451130096909,395.5280600349663,987.9875093983587,3208.4481372049754,5482.7680075215585,1794.7764918505693,3198.3580588901928,2062.4537922988548,3614.662264021422,1608.663707731564,4104.202653829101,436.819954786752,1113.7084711389348,859.924587678427,2141.4332649206526,1941.0998092796742,4914.906525600138,873.7805167583481,1430.955457008802,767.8746587011045,1948.8785730180111,1013.6619158932832,3483.762280676476,1431.78331597802,2333.0988622431223,1197.5255598155127,2972.2017999122995,1406.0132251189705,4189.8846457289255,21013.882515706195,6503.150832808902,156669.34432489902,59246.573674655854,4785.692583349696,26814.9218686655 -414,4642.451314223971,3261.717110244785,953.8828570105524,1306.8310937115946,2149.013506246411,2326.0951281308235,2245.6969089789523,2741.1526571604168,392.78848040593675,1002.5073400204213,3186.1913583578557,5563.344798272441,1782.32625368218,3245.362314350947,2048.3657248203285,3667.7846803781968,1597.6864103482383,4164.5195371958835,435.5567133454129,1130.0759436114774,856.2272165833607,2172.9045618746322,1932.8570401795394,4987.137813542677,871.2241355999431,1451.985308768908,761.1494330918889,1977.5200148520487,1006.6479912900162,3534.9609423617403,1421.8534324483232,2367.386947853563,1194.0624306758189,3015.8823791694163,1401.9471696341468,4251.460743405516,20863.38672149582,6462.749891573833,155784.89814372282,58976.72041778858,4751.3249525895535,26717.012275816287 -415,4515.672400376545,3485.3814246808683,926.715468106198,1396.4438561859051,2087.6720458496957,2485.601441695659,2182.0112252473027,2929.120530861892,381.6692266841726,1071.2518415648797,3095.9127623648665,5944.837631102377,1731.8252342246415,3467.9051384530435,1990.254994929144,3919.294090393951,1552.1471411837474,4450.0913313643505,423.24774987678103,1207.5681517477012,831.89046090336,2321.906205101213,1877.9308906904923,5329.118654419639,846.6720058945714,1551.5516683520327,739.8526485656079,2113.1236381755693,978.1685345401187,3777.362287729283,1381.5717546680148,2529.7247474847704,1160.3178679400846,3222.6891750862355,1362.3277217706636,4542.994319244762,20260.35005676198,6277.397191077814,151402.21162973184,57332.16637427388,4613.854429548988,25971.906784139708 -416,4374.701746416998,3744.7852426651157,896.3402635178719,1500.3759151938907,1982.24912926855,2670.5953994292927,2091.3704031749894,3147.123944680852,361.6819715531606,1150.9810831786667,2932.3854945568146,6387.2895153880645,1640.3495788649384,3726.008262246526,1884.8858645838825,4210.9923945313185,1473.592650295313,4781.294875848786,405.8588663973961,1297.4429031368454,795.6891709454288,2494.716942640425,1796.3820726689037,5725.744893275005,817.7794635122543,1667.0278178834137,707.8166374553416,2270.3954752645895,927.237221317345,4058.4971421265764,1308.691689726788,2718.0026367567802,1112.6468945904746,3462.5417978936284,1306.35729305249,4881.11228336421,18990.034152814424,5925.289452168371,144648.09227875835,55220.54692857659,4321.729568087785,25058.89517215653 -417,4249.2776889969045,3931.4754179569964,868.9390038144186,1575.1747152478868,1910.2247959904223,2803.7335878553704,2024.060731989059,3304.0186883910683,348.22455593321894,1208.3613723680512,2822.7334190853717,6705.717441689959,1579.0112124887835,3911.762341730866,1814.364440016811,4420.924568833611,1419.6951851933668,5019.65855244219,392.676295348242,1362.1248080584317,769.45849319652,2619.086996767669,1737.195646058606,6011.19258881264,794.125173093663,1750.1347773937557,683.5135279775465,2383.5823476197534,892.8507275869599,4260.826913738786,1259.7921272496303,2853.504235865516,1076.5073693639938,3635.1611854727607,1263.9259227978284,5124.452194400627,18202.06108061953,5696.27185088369,139740.39617941855,53525.11363823655,4141.299506597043,24307.939826660127 -418,4127.174496893438,4048.7009906034805,843.5927996752954,1622.1420082824063,1852.846952177909,2887.3330614482443,1964.6024771179902,3402.535260823969,337.6694957144778,1244.3913201054188,2737.0804073507793,6905.663132184982,1531.0977024853564,4028.400125722059,1759.304478415649,4552.744142686559,1376.8206505489786,5169.330694766213,381.18703096933905,1402.739550277425,746.7280282402667,2697.180826784949,1685.8959905217416,6190.429495723798,771.2354676115892,1802.318888872983,663.1280052030223,2454.6540893820297,865.8069332352574,4387.87282444936,1221.5713126056053,2938.5877306193324,1045.0099810088052,3743.551498606337,1226.9448794947311,5277.24898927422,17636.447231535647,5522.348247063103,135591.65664342418,51968.122341230664,4012.420891246513,23605.070620550403 -419,3920.85071158427,4098.60633598604,798.8819877642181,1642.1369541603003,1728.6219302431916,2922.9230825440177,1849.4198343509956,3444.4757987302883,314.3803080179385,1259.7300123835225,2547.1615807224302,6990.784138776266,1424.8588509235092,4078.0552373442533,1637.0747841276905,4608.8624555495035,1283.8632593197674,5233.049214438994,358.92038431967546,1420.0300841797412,701.6161784112061,2730.4269817942522,1584.174429405943,6266.7343457899005,731.2156789571991,1824.5347420188364,622.2734792696339,2484.9107965109656,806.3310494496077,4441.958890401653,1136.8872216403126,2974.809530148087,983.9668024585719,3789.6954916868194,1155.2741617873369,5342.297738018749,16249.399702655723,5122.993315789481,127213.81840853716,49122.26760837071,3694.5203067152042,22349.776905984312 -420,3815.491959408441,4035.5748468787615,773.2184246010119,1616.8829216785707,1650.3431221661247,2877.97214572894,1782.9916423899992,3391.5040271108214,299.0675361167566,1240.3569250351468,2421.8904675860663,6883.274537176872,1354.7833379806814,4015.3397986804657,1556.4698834135334,4537.983859302463,1223.3951519951436,5152.571398928467,346.4766496240606,1398.191780267236,674.8554744933509,2688.436396592129,1523.96087785393,6170.359733232768,710.5058856927812,1796.475657469126,596.5140286475948,2446.695946153751,767.3087937492226,4373.647064267716,1081.0562054508707,2929.0606440329616,949.8527694473358,3731.4146687624843,1115.220919346873,5260.139815525626,15277.882197006547,4856.195707114355,122116.08191771297,47557.853377367894,3471.1307067742846,21687.687542642492 -421,3786.0615334512304,3893.786482816871,766.3848332624311,1560.07436452302,1628.2913075147942,2776.8557056078494,1764.9830301580866,3272.3448426181135,294.9572463899497,1196.7774633905206,2388.2598971727766,6641.4333440269,1335.9707050179184,3874.2623852240304,1534.830126107513,4378.5435485751295,1207.172752400242,4971.537792295893,342.7543109135349,1349.0668519259355,667.703127127004,2593.979221834965,1507.800982209482,5953.566526454531,705.0088897318763,1733.3571788844542,589.9245740751903,2360.732228783891,756.8353986250287,4219.980663381547,1066.0680198353687,2826.149229249833,939.6481171660051,3600.3128551188656,1103.239650180892,5075.32683410935,15016.314127290012,4783.648965644528,120728.03010089093,47124.264112899305,3410.9873529440374,21498.7224764459 -422,3807.041232925047,3775.52121836386,771.8483875581251,1512.690511273521,1639.017284102477,2692.5147753023984,1773.9882830229678,3172.954511406704,296.97169731031045,1160.427960451959,2404.639611156989,6439.714304155415,1345.133366948215,3756.5901226151664,1545.2882298799125,4245.5548464528065,1215.3472576125528,4820.538184500588,344.8102971992062,1308.0918912515663,671.1581033982848,2515.1927655128925,1515.6504095369703,5772.739939584167,707.9495045343765,1680.7102384173963,593.691681868641,2289.030140707943,761.989902493272,4091.807962761259,1073.3748965672607,2740.3111157693247,945.2845266311442,3490.961211467317,1109.8573513107053,4921.174860735819,15129.190647830019,4816.762626925586,121466.5247469772,47383.27970410964,3436.7630760141433,21613.57720724064 -423,3871.1904055025493,3759.7308533544056,786.6517364790742,1506.3639846993442,1680.505915370352,2681.253868890701,1812.8560017391508,3159.6842615535675,304.94995367219303,1155.574701788337,2469.778128934193,6412.781482555943,1381.5712569875911,3740.8789331405883,1587.2649993146265,4227.798659474681,1247.2787141636409,4800.37724430906,351.8383865140443,1302.621057627773,686.5842992071557,2504.67347306569,1550.336116714982,5748.59660533211,721.3743879676751,1673.6810028218833,607.9107686768244,2279.45672836328,782.3485470171228,4074.694791481403,1102.4146919850252,2728.850310689751,964.5517704897577,3476.3609619720155,1132.478997633625,4900.593027703492,15615.931022021432,4954.476403050316,124269.23833664079,48305.79745495943,3548.4578759846036,22012.694081639725 -424,4011.8531487677315,3832.8343836257945,813.7356371584444,1535.6534549966527,1730.5006071153784,2733.38768671302,1871.2191468163303,3221.120593852841,313.6496576096939,1178.0434883818416,2539.812103003863,6537.47045193139,1420.7476204243444,3813.6159100671293,1632.1677807336403,4310.003215954701,1283.379565501502,4893.714915775714,363.6633762629711,1327.9489871080125,708.1027900444817,2553.373893441484,1599.0597704371876,5860.371283453274,746.1852616702258,1706.2237551163132,626.5339113481209,2323.778074875506,804.7565793988249,4153.922423898221,1133.704052916766,2781.9095851629795,996.969537383693,3543.9546990585573,1170.5406561995756,4995.879276831897,15997.934541270952,5089.182243954942,128174.31728883045,49958.367983458025,3634.3769528849566,22783.345939534876 -425,4097.271585361614,4162.547558575604,827.8373736820965,1667.7554780928385,1743.1122719643206,2968.5227962301474,1898.342891433985,3498.2121119295384,315.09623389398115,1279.3827115015972,2550.5846241592385,7099.845426455545,1426.7736700598152,4141.675847934275,1639.0185725643114,4680.764042576176,1290.9129688859293,5314.688566260785,369.2799757867887,1442.1835803326157,717.1652716966466,2773.023617112597,1619.686566245802,6364.4999331300705,761.280334030169,1852.9988033358527,632.9779681500488,2523.677201803386,808.6653879917008,4511.256661122181,1138.5766252285468,3021.2187099365124,1012.3672347995606,3848.817481728421,1188.6190730029925,5425.641445807216,15931.015892022337,5099.165855869854,129624.20094603318,50836.174186636956,3617.1931375048857,23221.83792781402 -426,4113.410988211226,4209.008913818533,826.83499613657,1686.370563839157,1717.748059830284,3001.656734099095,1890.548308377403,3537.2583146119878,309.37107041114,1293.6628737854558,2502.9668348451823,7179.09219442312,1400.1367149961716,4187.904238160232,1608.3935164977393,4733.009605643059,1269.848127137025,5374.009842476323,367.89544024116503,1458.280886779796,712.650243087474,2803.9754401389246,1609.6474906012345,6435.538951465743,764.2287135360157,1873.6815305491775,626.2981780681104,2551.8458800806848,794.2393601834574,4561.610223543977,1117.4068410720859,3054.9408269270457,1008.571582411915,3891.777057268976,1184.162602398886,5486.20115139306,15451.03002721164,4988.785209475393,128457.3073530405,50805.91397663868,3505.498337534427,23258.966914434255 -427,4071.1422321120644,4050.9753243091936,814.8386156505251,1623.0532369094283,1683.6508345491575,2888.955003625874,1861.83778557827,3404.4466147734283,302.4398131692179,1245.0903495296666,2446.2083431399083,6909.542347384692,1368.3865347628503,4030.6630555376446,1571.8684379169097,4555.301619635643,1242.3210519959066,5172.234535544371,362.8963829666018,1403.5275308783478,700.8761818522942,2698.695952075505,1583.2349079942364,6193.906932681391,755.5362411271047,1803.331330791248,614.5403368189543,2456.0329767200437,776.587653068289,4390.337685915838,1092.1143397751691,2940.2384648025813,994.8668539633402,3745.6544163995045,1168.0718982903832,5280.2134525125775,15003.020685006137,4868.069926219594,126221.30824219884,50150.972420815066,3402.3954452540024,22991.479655360192 -428,4004.888383757922,3779.160145989852,803.1595941885635,1514.1484745513526,1668.2473340908316,2695.1098782915124,1837.8444665294576,3176.0126724286615,300.1053324040908,1161.5464055934465,2427.8164722318947,6445.921037723991,1358.098290684949,3760.2108040485596,1560.087990927789,4249.64680248348,1231.8913165413212,4825.18432169786,358.04557404171976,1309.3526580292123,692.4504116287351,2517.6169617787227,1564.1196453126192,5778.303829078853,743.640527566841,1682.3301426807113,607.9458011072065,2291.23635662728,770.4906489649738,4095.7517342764404,1083.8698963621482,2742.952285887634,981.5685428178175,3494.325874108302,1152.4583682165598,4925.917993701398,14960.457934707649,4837.518776008132,124800.12621865526,49426.94154799769,3393.8035375639665,22640.502918327864 -429,3625.4447973790725,3631.5235060615255,723.3282296666167,1454.9967623984369,1492.0583133768434,2589.822737419534,1653.541828357632,3051.9385868610766,267.55408783355296,1116.1694430361413,2163.728891560699,6194.104738204982,1210.3701176525942,3613.3144389604076,1390.3304268267682,4083.6301346091195,1099.3116573669772,4636.683709717648,322.75808181528186,1258.2014976006765,621.9707780862469,2419.2637577585165,1405.113007093726,5552.568658073883,672.2856579636251,1616.6082468306304,544.2325705757297,2201.7269355107874,687.0760868380131,3935.747129901357,966.0223019707462,2635.7961339045314,884.8292033717061,3357.8165675589657,1038.8768337468819,4733.482120899274,13225.34371312876,4302.8685084937915,111969.12698891845,44597.671202738966,2998.575783822341,20463.706228333176 -430,3176.4538517795154,3584.347361125822,640.5561080115048,1436.0952908729694,1326.7054838912713,2556.1790469369166,1458.139894789843,3012.291673694109,239.44052510068937,1101.669586067135,1937.2472553674734,6113.638789853349,1083.6783654120354,3566.3748431169165,1244.7217545869607,4030.580794085076,982.6201432730259,4576.449798978657,283.6146823487687,1241.8565404194678,549.8686416031012,2387.8357530978806,1241.9347557956103,5480.436732356892,588.7724484512933,1595.607323986695,485.514151645339,2173.1248931874684,614.6974858246629,3884.6188977088377,864.8473424436318,2601.5552153956755,777.5190385187701,3314.196075830285,912.8841067138414,4671.990728040775,11966.404740796836,3858.8570813947736,99269.91394881706,39214.51524398765,2715.042830051174,17937.890546662682 -431,2609.9089997009714,3370.950031643361,544.3335617567602,1350.5960718858973,1222.707032229122,2403.994638636704,1269.2082079537759,2832.9521917677052,225.44284334255303,1036.0807008523568,1829.3500513454942,5749.657830495294,1023.3216580464144,3354.0475235862727,1175.8726559918646,3790.616557624775,916.2008953180666,4303.986762554127,244.56682543857724,1167.921499357319,485.3712177000541,2245.6738135268843,1095.289837601406,5154.154024445678,488.9959362400388,1500.6114132849855,436.67037151528393,2043.7459569081434,577.6405433977033,3653.3446334400437,816.3142851750744,2446.6692962775483,670.4708000086936,3116.882445004813,787.1989070642867,4393.839576859497,12067.205576252434,3710.3791484339063,88601.44688209411,33252.64434639174,2749.4104608113153,14998.11494887206 -432,2516.33491950555,3147.61061932103,559.703036953589,1261.1134838474172,1276.4208755960353,2244.7200291707754,1205.6949191494434,2645.2573663602197,243.58946236423176,967.4360598239443,1933.3128409567646,5368.719166657763,1081.4774900381578,3131.8279724843123,1239.4278664090684,3539.4724984212353,943.020300328334,4018.829799333491,230.13832842873614,1090.5418589424426,470.70586432353423,2096.888614970786,1061.0138269690601,4812.669956146602,487.2083237295533,1401.1896870590808,471.62252893720535,1908.339315852274,633.2058665888445,3411.2954082114907,862.8197787226724,2284.56731385471,630.9156153847642,2910.376063417839,740.7572154883379,4102.729492247534,13289.280462754361,3952.2978669272143,89697.91348195955,32172.72824127243,2973.542345830795,14243.981298267567 -433,2589.2499845592856,3002.053369308905,570.7645451495789,1202.7948946498636,1280.2158133244695,2140.9158062190454,1225.4126086714346,2522.9308036468287,243.08881035402464,922.6982096063356,1928.4163777581552,5120.449576642636,1078.7384533867094,2987.000570903046,1236.2942980335456,3375.794094173485,943.181509458718,3832.984126343626,234.40986793281368,1040.111137608489,476.90381500005486,1999.920667759222,1075.1930254188203,4590.114154697508,500.91872173214637,1336.393451990569,474.50103930226567,1820.09059118461,632.0977900567677,3253.544390487017,860.7078291851892,2178.920403899879,642.6258810899831,2775.7894237325295,754.5062234458227,3913.003984661081,13102.902995935225,3930.373139449855,90545.13759233568,32871.434645951034,2929.813781921519,14612.433445025214 -434,2763.795691081795,2925.5708280600065,616.155287720702,1172.1515986030647,1422.1018365438617,2086.3722450906625,1335.6056747227951,2458.6547447230473,271.21858489848006,899.1908647343331,2153.121340321218,4989.997200291768,1204.436350676605,2910.901525925985,1380.546920706524,3289.789856642275,1049.3307837520051,3735.3321759997393,255.1388096757961,1013.6124937806168,521.9216826651974,1948.9692034947368,1176.4522140518534,4473.172997433996,537.1361059867845,1302.3464998738727,522.3186716226753,1773.7206115099798,704.9177226546408,3170.6546772012634,960.8767909129225,2123.4086094151253,699.4534991809803,2705.071350806413,821.2274570203791,3813.313388976288,14886.915067922322,4413.478698532534,99461.61341703314,35506.06836247721,3332.116569886861,15708.814028009749 -435,3155.1897277078806,2893.730181392615,710.398811748845,1159.3944079263697,1687.3608429601884,2063.665072584217,1556.3158744426955,2431.8958106193245,323.206829033301,889.4044605440994,2567.5498795906788,4935.688230499667,1436.2638785109064,2879.2205335939548,1646.4705901642417,3253.98520770654,1246.8631533807459,3694.6784372966454,296.8440876910502,1002.5807741030168,610.6109907778836,1927.7574662231925,1376.087725545909,4424.488918577543,615.8961997148434,1288.1723242417977,613.9365260154837,1754.4162040637211,839.6809050007216,3136.146643995305,1145.6886984804305,2100.2983491491937,813.7869582072743,2675.6305250144,955.4662247418236,3771.8109365024434,18035.342947522142,5290.127543868643,116784.48793987933,41010.45289341554,4040.5193052171385,18057.754330301927 -436,3827.3838670262057,2900.033330303343,860.2503471212267,1161.9198111745427,2017.1738041085707,2068.1601662657245,1872.3559242428778,2437.192987781271,386.47331421324424,891.3417692789369,3069.4008418807043,4946.4391906596065,1716.994708810496,2885.492077460334,1968.072936275584,3261.073067331244,1492.2498805393882,3702.726218847698,356.7717747185294,1004.7646044942672,733.8391249035074,1931.9565247434048,1653.8011996204827,4434.126379833257,744.9919074644093,1290.9782326967688,738.4184884108994,1758.2376890994426,1004.1995963780398,3142.977826608699,1369.6824466482738,2104.873237760706,978.0764696401145,2681.4586073068335,1148.358329573802,3780.0267287517554,21438.452038891468,6308.612028612877,140269.82207230985,49513.72541009315,4801.396317238547,21821.742616658914 -437,4598.246090541171,2859.35527176473,973.4087777344278,1145.6218460435043,2032.2058614006653,2039.150589226903,2057.488443494932,2403.0070775743375,376.7616881727649,878.8391361920106,2981.927198048784,4877.0566974127805,1668.062753892625,2845.017985520377,1911.3732263529823,3215.3307926665184,1475.9253238884876,3650.7889833997906,398.9324080517092,990.6710170268194,789.5030715190912,1904.8574428858362,1781.7827428393853,4371.929973136234,881.2846678249709,1272.8699966385916,765.0067849094834,1733.5753188795452,981.1322261139187,3098.892045014258,1331.4693110668852,2075.348695443451,1093.6582682306582,2643.846442971644,1284.062771177852,3727.0052179494633,19116.505027126375,5985.694827541231,147932.8028331211,56590.370090305834,4259.16212476352,25589.50264780536 -438,4566.806674085409,2824.5904808609707,962.6783165525427,1131.6930753427232,2015.4901952759246,2014.358061849919,2044.4402120560067,2373.790687635998,372.6573646466045,868.1539796081283,2949.2939420412818,4817.7601636852,1649.808009470972,2810.427511100944,1890.6661022020273,3176.2379580694096,1460.2652483553316,3606.4017339750944,396.88024419323165,978.626179121771,783.9832772338832,1881.6976867837116,1769.4492129747907,4318.774902528952,877.120885633988,1257.394109567903,755.7138450991891,1712.4980557384843,970.4753130090569,3061.214903232659,1316.9100103053051,2050.1160620026435,1088.0323378066319,2611.7018648986896,1277.4573734767803,3681.6913115669013,18882.66526748522,5923.191529338108,146649.28026045466,56208.376521776096,4206.687848072389,25447.35788245105 -439,4465.509999163631,2962.674931831599,941.6361895226872,1187.017632312953,1978.5011722468603,2112.8330545660388,2001.914039745412,2489.837097210208,366.28405193360044,910.5950224582105,2899.1172266226677,5053.283780867347,1621.7396145895586,2947.819583506722,1858.45079698606,3331.513236933338,1434.3015073520546,3782.706230782603,388.5043769721986,1026.4678253940913,768.0954603928876,1973.6873729817014,1733.5345255553066,4529.904857586956,857.2304503113144,1318.8637549730884,741.5613317648069,1796.2161576782878,953.8227904805037,3210.8671031109016,1294.4842959640466,2150.3391395658778,1065.07021125336,2739.3789283728875,1250.4975701171513,3861.676455199505,18604.966635509874,5824.91489794312,143810.76556449567,55005.28131134301,4145.4678585994025,24885.478543503203 -440,4354.567546965297,3183.4800874965845,918.4189862584936,1275.4848516706663,1901.2205545983686,2270.3003576761926,1937.0427941313962,2675.402128973607,351.6352411423874,978.4607452620766,2782.305161979608,5429.899892161053,1556.3960158712916,3167.5175851386784,1783.367723774508,3579.8075371204495,1379.045464922102,4064.6274868572605,375.97072687276574,1102.9694305942005,742.2122205454642,2120.784289671046,1675.2117083003511,4867.514068938636,833.752940529283,1417.1573320337704,717.3597893882502,1930.0863248177247,915.8582873038388,3450.1697693955475,1242.3956548807466,2310.601733123794,1030.7096785272795,2943.5420595372007,1210.1549126773846,4149.483281948125,17711.329441888138,5574.250339944438,138876.98236809493,53419.082909346806,3944.316464616731,24194.63213054011 -441,4224.073406554795,3427.743351002032,888.6898518013759,1373.3507355015395,1826.3423910513213,2444.496821691037,1870.8351646860747,2880.6813948245876,337.3535264463958,1053.5364511816424,2668.7258492907135,5846.527303583038,1492.8607889774091,3410.5560717294,1710.5277540873976,3854.4803629919816,1324.2167983814627,4376.499761093612,363.069408130793,1187.598485986077,716.144328517532,2283.5086283030796,1616.4260831448075,5240.990528335183,808.442067551419,1525.893515489987,690.7990837473614,2078.17871791887,878.7811681336415,3714.895699622148,1191.7244108179918,2487.8904563078577,995.3411959761987,3169.395267337067,1168.6288226397985,4467.866403705607,16892.695926175104,5337.605914920281,133826.6920843965,51690.535242468424,3760.6564961977697,23435.91358308546 -442,4127.679935116907,3615.9930640037023,869.6100789613786,1448.774375878005,1793.4622849711657,2578.7471951859807,1832.4574857373962,3038.8867767025667,331.5808500088491,1111.3960731728178,2623.3509265359885,6167.615253949624,1467.4784729177018,3597.861869140247,1681.467230430318,4066.166229698338,1300.957465011815,4616.85463589394,355.4956971466455,1252.8207185907272,701.8513385937083,2408.917621887512,1584.1100443333503,5528.822743811628,790.3193594581847,1609.694718482075,677.650334156761,2192.3111097445426,863.6827210924135,3918.915656098929,1171.438938000888,2624.5239835066304,974.5781507288729,3343.4566506931574,1144.2509578233007,4713.239082491933,16653.876587751165,5251.11690085652,131228.1226886164,50576.1569968484,3708.1822195066384,22916.46326536728 -443,3962.9244960425603,3790.466829053149,834.7875984426106,1518.678580778974,1708.6598246788387,2703.1732447638065,1752.4679923750252,3185.514828279419,315.86432258170686,1165.0215790616292,2498.598987809593,6465.206271323293,1397.6933813830858,3771.460793509228,1601.4060195909863,4262.361111396169,1240.1760369613469,4839.620552960861,339.82024105147667,1313.2700457424935,670.814313633752,2525.149295938157,1514.0656654531385,5795.59165164127,757.871941596169,1687.3634233558653,647.9953741578211,2298.091393806633,822.8307594667075,4108.005612116085,1115.7643663862173,2751.158789702294,931.604474434953,3504.7803755457035,1093.7956195585032,4940.655605075099,15794.05902081108,4993.306422378057,125373.82913826476,48455.1411508668,3515.7765383058218,21964.95478986146 -444,3902.65690928691,3765.2542334102377,820.507350055019,1508.5769677862822,1671.4473033908275,2685.1928700377753,1720.3212841711488,3164.326119631632,308.5899823871211,1157.272344122279,2440.6826018079237,6422.202430683535,1365.2954856890972,3746.374618043713,1564.2586826065635,4234.009672897353,1212.3832263945617,4807.42942675665,333.7572960085719,1304.5347241774914,657.9952459656557,2508.353061857308,1485.2046779281438,5757.041806618417,745.9432867889309,1676.139789535981,634.7613061676325,2282.805453663747,803.9593155315829,4080.6808816625107,1089.9312407983155,2732.859235256244,914.9831374811968,3481.4680463759696,1074.2805291417772,4907.792436077849,15365.875944201523,4872.144580856211,122883.86686368803,47635.16376149492,3419.5736977054144,21611.745977250106 -445,3928.6631973787166,3615.53819726256,828.6505884236964,1448.5921301526007,1698.797436293461,2578.4228067504546,1740.3301185025996,3038.504505912675,314.4295098505562,1111.2562672879683,2487.4263617720917,6166.839410909682,1391.4435167423524,3597.40928317713,1594.2582718785836,4065.6547343085213,1234.1781527410385,4616.273867738309,337.04610369828055,1252.6631224705427,666.5200419046984,2408.614596829401,1504.2726971082034,5528.12725642011,751.8091602429597,1609.492230098422,644.5759483515372,2192.0353322769397,819.055917011199,3918.4226838056334,1110.7610388343014,2624.1938366699806,923.9992806921143,3343.0360671345243,1084.8663713312915,4712.646189844261,15752.83412213141,4972.674245571364,124591.65072385734,48077.772045574064,3507.0308255239675,21779.797255452257 -446,3970.5000714057164,3509.2943992624723,840.0497923888357,1406.024766384469,1727.7018577664912,2502.6549910358744,1762.5358499380218,2949.217035739365,320.16890691194993,1078.6016305654286,2533.190829096538,5985.624774270596,1417.043740465318,3491.698209374925,1623.5429553477163,3946.184111468188,1256.0099514375468,4480.6231176816755,341.50473626741467,1215.8531980596529,675.4745945354807,2337.8366521020134,1524.4706020374124,5365.681389856021,759.1285970603765,1562.1967631312202,654.7061554498683,2127.62164160488,833.9309031843999,3803.2785239645323,1131.1684469627905,2547.0810239475672,936.222455033979,3244.7998352804216,1099.2175846617563,4574.163506901295,16102.587163186516,5068.868838028399,126459.63967919265,48654.61771992919,3585.7422405606635,22022.6911582925 -447,3973.9241235796662,3472.7751268594125,838.712306822327,1391.3930496895591,1714.6559513539019,2476.6112543326435,1758.5556209214258,2918.5261765379987,317.2324304237603,1067.3772240952046,2509.4767398120935,5923.335710782498,1403.7782961903033,3455.3620507202863,1608.3818877477906,3905.1183711445433,1245.6810509527277,4433.995768262245,340.63576107872325,1203.2004909652,673.329106265125,2313.5080880607884,1519.6647060022678,5309.843731908213,760.3336325241056,1545.9398514420907,651.2014112439964,2105.4806681041264,826.3830638349948,3763.699922502495,1120.6174666400773,2520.574970261745,933.840192072088,3211.0330105013686,1096.4205727711324,4526.562734746138,15872.064761463635,5015.001099341205,125838.22559323494,48606.41827326571,3533.2679638695327,22024.757097358262 -448,4175.765793128539,3558.6149195796474,883.3465582903859,1425.7853977727877,1816.613019963364,2537.827943854597,1853.5075587602912,2990.6660856570675,336.61948039274404,1093.760573527188,2663.334308556823,6069.748274525361,1489.8448104886716,3540.7714283425657,1706.9557199774938,4001.6447914515725,1320.571773000458,4543.594940038805,359.1388096885328,1232.9411096267777,710.3156822020288,2370.6932058646353,1603.1062648526279,5441.092047354436,798.3983959404919,1584.1522756728957,688.3930282186659,2157.5237798877465,876.7820164718737,3856.730772300406,1189.2837146977267,2582.8783515862797,984.5656074336022,3290.4030814015646,1155.9772179411357,4638.449969793556,16927.504671891857,5329.1502832571805,132974.79207377,51167.448569298846,3769.4022089796254,23161.09698515725 -449,4286.430384346063,3869.2236977046127,904.6386327695812,1550.2331029273919,1850.022334153077,2759.338743574726,1895.4434407911629,3251.702235855483,342.29202642824936,1189.227951420571,2707.7299386718273,6599.537852122911,1514.6793192180896,3849.822762030332,1735.3748312715059,4350.922818788603,1343.8228560096572,4940.176336035125,367.48794932884346,1340.5566679874585,725.7132900205628,2577.61588129414,1637.9517391493719,5916.010236224914,819.0484309280565,1722.4228145849181,702.1825141719248,2345.840256997793,891.6588482066865,4193.360180037135,1209.1467976073345,2808.321313795409,1007.4544613244962,3577.601360436905,1182.8509919617672,5043.3106557824585,17129.035272053527,5410.967670709023,135732.67438662561,52414.70661338452,3813.130772888902,23750.04468577141 -450,4315.05293875095,3981.770644615429,906.8070602488742,1595.3258699436965,1835.0748241913398,2839.601652970814,1896.3577986880646,3346.28688319074,338.55465286051947,1223.8198968779482,2677.25547144405,6791.503448921937,1497.6321814607898,3961.8053796989157,1715.8496508263745,4477.4813012536415,1331.2230917460456,5083.874867642811,367.7620714388552,1379.550422789599,724.8570718254258,2652.5928845417393,1636.1380865001015,6088.093564044715,824.6141564819488,1772.5241900070912,698.6303074993555,2414.0754327055743,882.1137027571252,4315.33552249163,1195.6107959454744,2890.0090151293357,1008.2059568311741,3681.6656745834416,1183.7333218730967,5190.009130974739,16785.186621456527,5337.423844991468,135243.7226375596,52579.68610404718,3734.4193578522045,23869.96333274822 -451,4310.740785870515,3885.923796196353,904.7197323343463,1556.9241209523775,1834.9987370528063,2771.2484268574754,1894.7138086434402,3265.7370272884036,338.38781756938084,1194.360821853892,2675.9813047693274,6628.0223598022685,1496.9194242969843,3866.4391234311447,1715.0363589077076,4369.701996546362,1330.2268038704565,4961.498812537917,367.7620714388552,1346.3426938516209,724.1822106224554,2588.741223857565,1634.672301120369,5941.544545260007,823.5403929510063,1729.8570269477373,697.7569693489762,2355.9652242776615,881.6695493634885,4211.459295903583,1195.0381787399217,2820.442412548283,1008.2059568311741,3593.0427770494734,1183.7333218730967,5065.078274110128,16784.67841485294,5336.390975646014,135150.1554948603,52533.10891082785,3734.4193578522045,23852.42840492285 -452,4206.028128534596,3709.9554725992366,882.2151460133119,1486.4211101110243,1786.68466428161,2645.7565321315465,1846.858562411487,3117.8529461431503,329.3449940613671,1140.275954879037,2604.343959380713,6327.882150012196,1456.846149634651,3691.3531344813746,1669.1146903735494,4171.826491189339,1294.9387006183981,4736.824661844081,358.530592819492,1285.3755521242938,705.7191488193645,2471.513898444016,1593.0205388473782,5672.490470079639,803.4014297286741,1651.5230047024631,679.681970699978,2249.2788164342955,858.1349561855822,4020.749577683416,1163.0564911889992,2692.722840789277,982.8982036472006,3430.3371381203215,1154.019521292343,4835.713680379351,16314.3398551907,5191.699683514748,131672.91036373551,51229.34775978809,3629.4708044699405,23266.641292919077 -453,3796.320610469439,3613.523792811627,791.5280579459205,1447.7850441047267,1589.124530590594,2576.9862332460625,1654.834826130493,3036.81159695502,291.8722970763559,1110.6371286013277,2307.2116998587526,6163.403543805047,1290.633086011617,3595.4049792875053,1478.6240276357096,4063.3895465146406,1149.0217274908175,4613.701901375753,321.95898319421855,1251.965198667294,631.1315880733088,2407.2726323141014,1424.875905714899,5525.04724908978,723.9849763366809,1608.595498233023,605.3648420826148,2190.8140353388285,760.6668171928903,3916.2395266477665,1030.4268680295052,2622.731761743293,882.6385044051174,3341.173487798932,1036.3047368976481,4710.0205294466805,14318.177812105918,4588.453993814372,117573.50587870386,46057.57218770916,3183.439452595321,20963.395488531976 -454,3393.5011627987483,3620.9316189941514,719.3025228502221,1450.753044475368,1471.6309804666653,2582.2691280560043,1503.415048461722,3043.0371467920154,273.0194707673145,1112.9139661904155,2160.008976091794,6176.038695740697,1208.289231021502,3602.775661388818,1384.2734957687012,4071.7196102414514,1071.3705609699791,4623.16012102588,290.99562092435485,1254.5317628052544,576.1655689790912,2412.2076094324493,1300.2907382342091,5536.373752530248,648.0759454717361,1611.8931645919954,559.9175791886177,2195.3052661989404,711.1506346584489,3924.2679286636185,964.5388300396047,2628.108436183082,797.7536054217578,3348.0229881377727,936.641485783511,4719.676205014023,13708.207525626025,4317.714685721738,107901.21731224413,41541.426661935555,3052.2537608674925,18797.34859406147 -455,2733.592893597006,3402.725699148631,595.5186585146708,1363.3272281805068,1295.021821574562,2426.655471222387,1266.0285682748613,2859.6565172720652,244.1563808531627,1045.847133326843,1935.2822886670485,5803.855968639105,1082.5791810430264,3385.663862572584,1240.578743041803,3826.348137815638,950.866633263958,4344.557536677211,243.00640210241352,1178.9307059274154,490.2801343980197,2266.842262704143,1105.6898485638212,5202.738750714046,526.8203184075513,1514.7566628067982,484.15229594791754,2063.0109686651685,635.209632154642,3687.78224398444,863.8996617957339,2469.732394016784,666.192957825177,3146.2631890964726,782.1762980387867,4435.257332731044,12884.101618511784,3921.226441713695,92652.23082858106,34287.66727976679,2877.3395052303863,15331.83189185078 -456,2596.4489557552615,3212.7214983445106,575.6683975161718,1287.2006392845092,1269.404796419526,2291.153883906102,1174.834476240711,2699.976660833881,246.4070907270864,987.4482595120168,1954.6642649150976,5479.77547776104,1093.4212809767062,3196.6123746549865,1248.2571157204861,3612.689358294886,925.2113548471107,4101.962553834365,224.5678791915929,1113.1006019495303,465.94854120325226,2140.2644569815516,1049.7455021496346,4912.223938259611,502.74637764737037,1430.1744323903608,477.35693006749875,1947.8148626583181,640.7421408514354,3481.8608209960385,851.056210805402,2331.8254419981076,615.6444372528258,2970.5795532062007,722.8273448140446,4187.59777995633,13283.6080646741,3969.1415711652244,89754.6753753333,32090.506821778363,2957.264612949779,14142.807038337352 -457,2722.6710787217044,3106.282756554912,600.964907563364,1244.5551698447182,1316.6831530728568,2215.24704393414,1226.057720047982,2610.5253595653066,254.88850948645663,954.7337057049261,2021.534282875909,5298.228335426128,1130.8277563546255,3090.7073345440826,1291.015885315387,3492.999522132079,958.1175378493359,3966.0629019899216,234.6382567088253,1076.2231360322999,485.56685573766197,2069.3566437722516,1094.047337097928,4749.480004293806,527.414715818946,1382.7921842864637,495.2912126617875,1883.2829810970738,662.8826548603691,3366.50538633907,880.2355260482605,2254.571137120717,643.2520003728863,2872.163070422958,755.2413492934911,4048.860998990676,13670.845119474032,4100.561347805265,93335.22097221209,33555.209148142894,3042.570322938714,14819.167312675825 -458,2849.5219965236133,3058.651744878066,633.178324506772,1225.4714525938464,1412.3477155882026,2181.2789650159966,1300.0035883239188,2570.496175608447,273.9539944053131,940.0940428510703,2173.684640558972,5216.986544034554,1215.939272426725,3043.3151527374744,1388.3126080799732,3439.438686218219,1028.0193988187702,3905.2482230953,248.68559551363003,1059.7205827309067,516.0295233347621,2037.6256140535047,1162.5707939000647,4676.652591185296,553.8494496819675,1361.5887730588756,528.0118233435485,1854.4051613061522,712.2686743814731,3314.8841818532555,946.3388182192417,2220.000071775212,681.7622540410234,2828.1219951356434,800.4561887733504,3986.776713484505,14854.24229205578,4425.375217170683,99401.2049450034,35381.04417727815,3307.9658651265163,15582.85200651536 -459,3094.249204318597,3086.8534639194645,686.5707525375324,1236.7706799927093,1540.3779331665896,2201.391034533328,1415.2286696225806,2594.196948690212,298.5214849396763,948.7620018998163,2368.780812667714,5265.088780258078,1325.0742836149802,3071.3754636361105,1513.0001519963596,3471.151379123279,1119.8023972886308,3941.2558246011217,271.0254380262024,1069.4915356308602,561.8156066349848,2056.4131550592188,1265.7690696252412,4719.772780547061,602.1160870525516,1374.1430444276352,573.8953212668218,1871.503352833073,776.1083801231437,3345.4484435440318,1031.250242962196,2240.4691619228333,743.0060963103601,2854.198158286671,872.362505496188,4023.5360329927685,16214.679805362735,4827.324676354217,108212.0116150856,38473.56117899861,3611.2750561982884,16947.483597860744 -460,3792.1996808157605,3206.5483077580243,841.8476280500781,1284.7273048005072,1872.0948373095296,2286.7514700661195,1725.893514009505,2694.78870087066,363.28571711117513,985.5508942086741,2882.296718388541,5469.246180897679,1612.3303763944577,3190.470137480045,1840.8140264902331,3605.7476361599242,1363.3559129667642,4094.080701443333,330.00957825792,1110.9617977732867,684.9534862622311,2136.1519746499093,1543.1280516647132,4902.785182180068,736.2086327254846,1427.4263761559146,701.1623983360231,1944.0721690010635,944.5670139830527,3475.1704837057678,1254.8709691783986,2327.3448784399875,904.7089095110689,2964.871634314473,1062.2175712487428,4179.551380911614,19665.49566226498,5863.259341792565,131946.08011604735,47020.904573778396,4379.026446098711,20711.451036093848 -461,5048.295350100519,3465.107377725256,1083.7783226659449,1388.3209092651728,2280.1615359706097,2471.142995344557,2195.6605305484286,2912.0821870063755,434.70408535316307,1065.0204977058181,3443.0722714918347,5910.257221502731,1926.0230829223776,3447.732748964555,2198.80338323432,3896.496025350388,1643.49396678287,4424.205682244296,424.572551779263,1200.5438722133956,861.9903583736684,2308.399954366242,1943.5297710691445,5298.119808477943,971.6949967454377,1542.5264778361604,863.792221161633,2100.831850665596,1131.4862844272218,3755.3898230092145,1499.9340795582589,2515.009641140283,1163.9497627803487,3203.943177533034,1366.5919248482494,4516.568264553809,22531.684092931664,6926.078568711723,164317.8308803781,61016.704414518026,5004.601652684241,27261.23356782056 -462,5096.841948382221,4072.678950650354,1095.0380680603448,1631.748955388459,2332.63051266851,2904.432955204316,2233.7590661926592,3422.686379597982,444.8082512490861,1251.761082759024,3523.981439762955,6946.5611177524515,1971.2829303558758,4052.257856261203,2250.736491165569,4579.7072395935265,1679.982653413689,5199.945453711331,431.88280749611323,1411.0471118807104,877.8711126810846,2713.1545660790935,1979.2501580029107,6227.091593385727,984.2884875851286,1812.9929125683414,878.2506837680552,2469.191492322059,1157.6021097782536,4413.859490177354,1535.043263776057,2955.991174183714,1183.9905552711343,3765.7222463289586,1390.1217936288795,5308.502881748843,23205.670902326605,7106.621354588503,167367.66242627884,61855.85937188069,5156.256248220127,27611.504881096953 -463,4971.409583222072,4581.219601665228,1067.6968922543792,1835.499529917192,2278.002550556897,3267.0989654069604,2179.1903917659592,3850.064815460831,434.67331256470607,1408.063949656918,3443.78083308311,7813.953012851948,1926.4194457846295,4558.248599276715,2199.452229401644,5151.558674312808,1641.0724737436205,5849.243784936265,421.28605886872316,1587.2394475849246,856.6108304935952,3051.9363375019334,1931.293601559913,7004.64593813071,959.456932327892,2039.374762749689,857.7639555416217,2777.5104794559034,1131.2066700205953,4965.002117873193,1500.093332970893,3325.0950722146545,1154.9399654499011,4235.934326852398,1356.0135333488624,5971.356385329772,22692.719577592667,6944.977932995702,163406.36725510907,60341.09473666344,5042.515301568213,26926.22223997642 -464,4853.474562366335,4744.64660660301,1042.7665589569967,1900.9777686442849,2198.198616259088,3383.647012690637,2113.8075189083793,3987.409150881554,419.2501873991399,1458.2941708778455,3320.8514863432297,8092.7021339704315,1857.6538955085116,4720.856153839446,2120.7635433097175,5335.331529165294,1584.6868505133514,6057.905337108005,408.6774288381777,1643.861441637254,830.0999350924349,3160.8088339693427,1871.594936404648,7254.524443387738,934.4476638595829,2112.1258941952833,832.2344715255234,2876.59331291706,1091.2234293076797,5142.119893528134,1446.661507025088,3443.7120292773316,1120.3738780484982,4387.0438828970355,1315.4295344282232,6184.3740911642235,21761.720590311266,6682.970083876746,158286.56201443513,58706.8448366996,4833.990232706369,26219.957384063913 -465,4704.733214723861,4815.215880217054,1008.283136716471,1929.2518702608268,2111.709590642845,3433.973524157182,2040.4450105194921,4046.715689536741,402.32581586597075,1479.984039246804,3186.2257484325114,8213.068550802054,1782.3454911748574,4791.071581295984,2034.7609982442236,5414.686326628887,1521.9001731057745,6148.00730142868,394.47813107311976,1668.3113359027266,800.5929818777191,3207.8209724783837,1805.1217523404514,7362.4242645615095,905.3542085436214,2143.5404973244913,801.1988344285336,2919.3781855128536,1047.2919192980958,5218.600967001046,1388.1038097735782,3494.931914885639,1081.447034577281,4452.294369560917,1269.7255773944382,6276.3570824292865,20786.02493344775,6403.034376669933,152479.78688977475,56770.222216356386,4615.986751623533,25381.393650899914 -466,4520.607956427711,4883.6407847527735,965.4238793448008,1956.66681453992,2006.7778966547005,3482.770777782715,1949.9367423873457,4104.220096738371,381.5837314307618,1501.014823560318,3021.276223223872,8329.777426481502,1690.0742380561207,4859.153391899915,1929.389189954612,5491.629791720996,1444.8578661374472,6235.371362178996,377.3430598367664,1692.018277966113,764.1197822725945,3253.4045660844963,1723.0249775702243,7467.045363591316,869.0281936700848,2174.0005135618662,762.9605084370468,2960.862965970584,993.4412632232971,5292.758031161785,1316.349342099767,3544.5953959389767,1034.471877994038,4515.562107660418,1214.5721062499485,6365.545011876377,19597.87162945713,6061.764897735115,145347.26012480227,54382.80927669668,4350.591209435734,24351.473514899648 -467,4332.49475519164,4949.986305675441,924.6092877319039,1983.2486383890546,1906.9886102152639,3530.0851179830934,1860.6149629358445,4159.976986382982,362.49516692056255,1521.406497471444,2869.657286734266,8442.939603408027,1605.259994130711,4925.166245268504,1832.4704178710317,5566.235000274354,1373.619952962505,6320.080491986746,359.9624266026836,1715.0047831187476,728.6207134307688,3297.602907081025,1643.0027556881644,7568.48710270271,831.7663646588181,2203.5348718235805,727.6021921908473,3001.08705380097,943.8455328972228,5364.661515503095,1250.365489988261,3592.749639538931,986.8235223831915,4576.907184723975,1158.6282329898715,6452.022584323591,18535.32380529104,5748.416218371351,138519.74780510034,51994.43254863075,4113.630903910912,23296.807970887854 -468,4281.928001195513,4941.21387926949,913.0960353568667,1979.7339008422005,1879.8951120145498,3523.8290578665747,1836.5837952681834,4152.604624176312,357.1839008480339,1518.710242227808,2827.459967867688,8427.976922352553,1581.655200572529,4916.437805277841,1805.5164001870273,5556.3704503780955,1353.808872554922,6308.879967869725,355.38918387813766,1711.9654306202337,719.0015358621523,3291.7588547883447,1621.3420505025106,7555.0741370876885,821.8605875228913,2199.6297403136496,717.628782044746,2995.76849053805,930.0480211369961,5355.154196607358,1232.0030349070962,3586.3825245891935,974.2861485890899,4568.795933709234,1143.90811848519,6440.588230813235,18237.920609374865,5661.691672886475,136650.83211708412,51351.59915425598,4047.2820183639606,23016.833931173423 -469,4247.903912320934,4930.492027574725,904.7765351103081,1975.4381116295576,1855.170163294477,3516.182764166426,1817.8822223797363,4143.593961611349,352.37561463041095,1515.4148200132786,2789.102399258783,8409.68920584073,1560.1983281283385,4905.76971474327,1781.0066449494288,5544.313781432825,1336.1998068093437,6295.190441970156,351.58787426147876,1708.2506674259744,711.3858689628773,3284.6161260746494,1604.1625713401709,7538.680516730422,815.2519040571359,2194.8568030485817,709.6382506047053,2989.268026026252,917.5899003428777,5343.5341432153145,1215.3359324767798,3578.6004972394635,963.8650005237645,4558.882185059254,1131.6726618966657,6426.612913507595,17941.934197730465,5579.719353137946,135101.0331728484,50876.01666617233,3980.933132817011,22813.943146934074 -470,4267.534915659358,4883.7707493801645,910.043120439853,1956.7188858294942,1863.8349774860237,3482.863462119334,1824.7676303041378,4104.329319234273,354.0368277525351,1501.0547689291216,2802.255847579998,8329.99910052904,1567.5562466061024,4859.282704862896,1789.333697595125,5491.775936298598,1342.529497172321,6235.537299386797,353.2253435147293,1692.0633063649502,714.0388001410848,3253.4911464721245,1610.1996858197942,7467.244078404948,817.9251216354878,2174.0583685882993,712.960743387282,2960.9417611705353,921.9147296932591,5292.89888331609,1221.066734685927,3544.6897255672575,968.3540612058406,4515.682276889206,1136.9432622906425,6365.714413296766,18027.362866541567,5605.580957707351,135709.97203440496,51096.81901837371,3999.889957258996,22912.09330284425 -471,4295.49217501693,4843.807486837474,915.3378732116913,1940.7073090030085,1871.6992322586568,3454.363642189276,1836.204726435159,4070.7441248090354,355.37041416850286,1488.771832464652,2812.6723219982773,8261.83579841723,1573.3831269589753,4819.519824812019,1796.0501703088664,5446.837446178893,1348.075842575868,6184.512706510123,355.2019778031853,1678.2173718153613,718.3705317342008,3226.8682504479234,1619.9400820945768,7406.140588726707,824.2073709299211,2156.2683309666413,716.6048684846309,2936.712758818144,925.4165353345584,5249.5877783235555,1225.6274884413494,3515.683989343214,973.7729301400433,4478.731034570225,1143.3055493618672,6313.624597982923,18071.54041346198,5624.952872769858,136396.81204605228,51416.53400926323,4009.3683694799884,23062.801574669375 -472,4440.535966561283,4828.01712182802,943.8563028296552,1934.380782428832,1919.1593490697505,3443.102735777579,1889.0958133679042,4057.473874955899,363.8595261249875,1483.91857380103,2879.3651995612704,8234.902976817759,1610.690511621332,4803.80863533744,1838.5380444174486,5429.081259200768,1381.1081163987687,6164.351766318596,365.99748690956676,1672.746538191568,738.331972903958,3216.3489580007213,1665.1089613703264,7381.9972544746515,850.2866783707973,2149.2390953711283,735.6367623424943,2927.139346473481,947.6269529451489,5232.4746070437,1254.7669903310493,3504.2231842636406,1003.3684143766187,4464.1307850749245,1178.053569476641,6293.042764950597,18418.42578316037,5750.588129311016,140155.33974692787,53018.084798280106,4085.1956672479314,23807.63148996203 -473,4522.2190111401615,4975.263880480475,956.7439811127424,1993.3762857638324,1924.6589809685383,3548.1118326298883,1909.5970282686562,4181.220303630133,363.89029891344455,1529.1757041265423,2878.6566379699952,8486.054275696075,1610.2941487590804,4950.317074079739,1838.0341101761087,5594.659507518043,1383.2093026771345,6352.354582770968,370.44187948193735,1723.7626177912534,745.0471745635924,3314.4424292561603,1680.440648143558,7607.13630031365,864.722805235124,2214.7874317537276,740.0272073967925,3016.41238963309,947.9065673517757,5392.056668618233,1254.6077369184152,3611.0963565116786,1015.5525503002311,4600.279595594063,1192.3589478502645,6484.97044992314,18257.376975888303,5735.339531157726,141178.8834655767,53771.79150832471,4047.2820183639606,24196.071606589772 -474,4548.777294810195,4936.015407630558,958.062072136206,1977.6510947164957,1907.2595955880736,3520.1217653135004,1908.6345995485822,4148.235819689414,359.6003789449558,1517.1124623472206,2843.7845388231253,8419.110153968324,1590.787015997755,4911.265399646395,1815.7891062272372,5550.524794855497,1369.052447607203,6302.242624417746,370.4066323672381,1710.164333975693,743.4604560532566,3288.2957148662676,1676.9884069976843,7547.125718016729,869.7283100950943,2197.31558976268,735.559648963676,2992.6167513267187,936.927644727079,5349.520233396423,1239.5563604326308,3582.6094218059575,1015.4559216542652,4563.989269463208,1192.2454962808677,6433.812321881953,17882.39172426056,5652.794095052763,140534.19955102657,53890.874593799024,3961.9763083750245,24298.135051695728 -475,4472.732401792126,4800.660157106785,936.2409886404229,1923.420012098692,1846.1042601971155,3423.5931032105364,1862.147846264994,4034.4830348545543,346.8367334142112,1475.5102548062355,2741.865281317625,8188.241595025827,1533.7743171429468,4776.58884301932,1750.659349123129,5398.318488330468,1322.2748686013706,6129.4227365440265,362.18403898628634,1663.26826442448,723.9342234234196,3198.124179016944,1633.1968924949736,7340.168687307836,853.6745084995708,2137.060874659412,713.60029097356,2910.553314192532,903.8781116951054,5202.825867277952,1195.2858553508295,3484.3672252626216,992.9139895979179,4438.835707340811,1165.7790427415878,6257.384534135377,17079.929885314945,5436.748722715098,136609.78241868678,52765.21272994235,3781.8864761761597,23846.41826756085 -476,4334.615890579383,4499.148701198375,904.8386487592038,1802.6172164013694,1772.400846089715,3208.5700632107405,1796.6529434271285,3781.0922898596227,332.39648836711405,1382.8389907352262,2627.1468562865475,7673.968856725199,1469.601881241501,4476.58921605081,1677.382050531003,5059.270354614055,1268.3970782254544,5744.456687564778,349.7158135119552,1558.8046240998306,697.7296218957774,2997.2619963515453,1574.1870714685613,6879.160226992807,826.6303946701413,2002.8400978086324,686.4507817868607,2727.752378791573,866.363942109437,4876.05589174477,1145.3641747661982,3265.527190636711,958.7328160333003,4160.049087821975,1125.646970663441,5864.381684668323,16272.623140224665,5201.085494351163,131520.67145659073,51011.62110531376,3601.7966439772945,23082.204158676075 -477,3911.169920069928,4279.773131222088,811.4145387354422,1714.7227711273579,1575.3331273782053,3052.122269823021,1609.1102991649138,3596.728684362439,294.36393970700817,1315.4126592389648,2325.72032125335,7299.791116950567,1300.9866392420345,4258.313631925468,1484.8821231196337,4812.583616429123,1124.7590602932473,5464.360708584807,313.93705193817334,1482.7983225516089,623.698593636742,2851.1174471298777,1407.384368444129,6543.736840041228,744.5767351695351,1905.18291481508,611.0277023558552,2594.748943565662,767.4092343076882,4638.302571832754,1014.0810281529452,3106.302204690329,860.6466800552274,3957.207794861997,1010.4841641115424,5578.438240680808,14268.872669493296,4593.108427638699,117373.99497300765,45842.795776229075,3156.3112695906298,20790.76617358646 -478,3431.1699262990733,4096.85184818359,719.6689177206441,1641.434005640768,1403.5606510772432,2921.671868722676,1421.0762759198042,3443.001324170083,263.9206576682965,1259.1907605598717,2086.004203202908,6987.791598264787,1166.8916391061093,4076.309546837503,1331.7317115925262,4606.889542735107,1007.040666329142,5230.809106396477,276.20534878659566,1419.4222128065062,552.1915818895119,2729.2581696560924,1245.7357994079118,6264.051748811912,653.1359420408081,1823.7537145944866,546.0448460375368,2483.8470823297876,687.873397026429,4440.057423890032,909.4303025032457,2973.536105328184,757.2066278226225,3788.073239152638,889.0353313463817,5340.010864030361,12931.686780225438,4127.053665266019,104239.06424321134,40370.097107137546,2862.4804907398498,18246.31812697994 -479,2812.860919244782,3808.9863882063114,610.0730961941281,1526.098579180174,1281.2999760002053,2716.380477293567,1228.8495842249706,3201.07869757473,245.66110933428115,1170.7136710970399,1946.138996378483,6496.794140411458,1088.6523238666314,3789.887492490966,1242.7439982154478,4283.186263625335,928.2843296232572,4863.266094038398,236.35719069293052,1319.6864539035641,483.42279862303303,2537.4867345349685,1089.6791678394763,5823.907900604977,541.6586333467882,1695.607586447388,487.7694075755304,2309.319467135428,639.348665794468,4128.076610324533,847.7528628160846,2764.6004712268787,647.9643935661104,3521.9041205647236,760.7741641026,4964.794785777663,12798.157992946131,3915.461937735255,92308.24114236448,34081.25768479805,2843.5236662978646,15179.257876360083 -480,2720.52637318743,3569.4667295986533,595.2990062359546,1430.1332557496014,1315.321090146423,2545.566917396271,1233.3633304915998,2999.785965420756,252.83216958155256,1097.0959391732122,1990.3649564236052,6088.257654333761,1113.3919207134911,3551.5688255685727,1266.4421216535784,4013.8475978865845,917.126209235997,4557.4503950983935,222.32132151695046,1236.700899036044,466.3787007464601,2377.9225107669004,1050.3025091719612,5457.684372887873,521.2515455378408,1588.9830651584882,494.08206909470914,2164.1030357780114,660.6481855888884,3868.4916710155726,839.7086489970312,2590.7547039894016,609.4855834561914,3300.4369934522506,715.5962424641489,4652.594680303792,13603.506465797307,4072.6112899051063,91357.85063062505,32435.94169180244,2994.9416223087824,14285.052255858916 -481,2851.58365482989,3426.1188278269724,621.1789021950623,1372.6998582715814,1363.588227765788,2443.3382922063142,1286.4362663119857,2879.316142760285,261.4146073066917,1053.037144726795,2057.531687304844,5843.756437119096,1150.9643745805863,3408.9396941856307,1309.2407083234093,3852.6535947551874,949.3671304453468,4374.425590258896,232.21163965167634,1187.0356430116792,485.82280509805406,2282.4263965525483,1094.1957234871636,5238.506646170825,546.5722204169164,1525.1703430920707,512.4104977119168,2077.1937989376434,683.1571098413414,3713.135085264833,868.1500210944675,2486.711361116235,636.5995205171095,3167.893184031673,747.4306812201511,4465.7489311376075,13993.84629321881,4205.5935424964255,94959.29058416882,33902.2993865455,3079.9715106393155,14962.765265738164 -482,2964.2906302837114,3358.473692146146,648.9613400924875,1345.5973341537222,1445.164844476981,2395.0971311152134,1351.2401042133658,2822.4670546425364,277.3693987287691,1032.2460268141763,2183.8070966501123,5728.377573471992,1221.601681621219,3341.6337425449515,1389.694587979012,3776.5869758651083,1005.9071005683724,4288.057128612041,243.84408051180316,1163.5988647898243,511.05702065616845,2237.3622726750286,1150.9575218604673,5135.0778071104205,569.7975261033785,1495.0574485955676,540.2505087439176,2036.1817782151666,724.7054447478539,3639.8231135363785,921.2459266440052,2437.613844107915,668.4894218377684,3105.3464438206506,784.8725734929916,4377.577385565469,14974.08203794061,4476.913300176601,100054.07782932775,35448.31182352957,3297.2701141506795,15613.441276627267 -483,3218.933208726613,3374.5239801072325,703.7091949112303,1352.0280007816439,1576.1847516821003,2406.5434017050557,1471.044904559416,2835.9557441903003,302.2450111771147,1037.179174278097,2379.817514399645,5755.753732415581,1331.2481134445288,3357.603551673948,1514.5060959819325,3794.6354449105784,1095.6997317593652,4308.54993517139,265.7469799071436,1169.1597530274619,556.3983118311288,2248.0547216984296,1253.1163367096212,5159.618561352279,619.4680481479539,1502.2023914380386,587.2085850548517,2045.9127771382477,789.6669192756736,3657.2179822936637,1003.8919364186219,2449.263303869162,728.535400902055,3120.1870259454454,855.3724805618729,4398.49801322278,16345.504608771218,4883.543958903032,108923.42514356697,38546.76340221492,3599.598605992576,16980.780233834044 -484,3936.978007628974,3467.8365781721127,860.6801483293997,1389.4143836175995,1908.9736366717145,2473.0893259577138,1788.9288933695777,2914.3758117457273,366.4694905996021,1065.8593330149156,2885.067040128953,5914.912279742384,1613.8800689940974,3450.448264743259,1835.8694338818766,3899.5649976892896,1329.3351558438385,4427.690291178087,322.7420921181401,1201.4894489345033,676.3938688625302,2310.2181047149093,1523.3162142079618,5302.292732827055,755.762356800054,1543.7414081380784,715.1297852386381,2102.4865154712134,957.5568497698282,3758.347656768988,1217.1406088607368,2516.990522160182,884.7853682153421,3206.4666788848353,1038.8253669459707,4520.12562043984,19739.040978539608,5908.653089691338,132405.51592836616,46996.15022931785,4345.972070227255,20706.288746620663 -485,5248.22604179155,3687.602035727422,1110.1313478101779,1477.4650402349296,2331.6855753592463,2629.815167860196,2280.0109056904,3099.0670794334396,440.05614424648496,1133.4054986802787,3458.896176132037,6289.755030908667,1934.8748301980124,3669.1117814859995,2200.964620646439,4146.690162519165,1608.7185618052508,4708.284073733679,416.5181980938455,1277.630833495406,853.8752211945222,2456.6223909004025,1924.5511879727533,5638.312254582067,998.9279796420377,1641.5721534050213,883.4957410657362,2235.726332475493,1150.983174483761,3996.523526312737,1460.6732224499165,2676.4984924165174,1141.8690535536139,3409.6684737030932,1340.6669924421483,4806.577260472727,22713.161806955686,7007.131299371653,165361.74155615483,61118.48278164399,4988.4201153912845,27315.070318712584 -486,5334.529947614032,4218.6260882415,1131.3623027934739,1690.2237559293312,2415.180931482329,3008.5152266708096,2342.041417057276,3545.340604501902,456.3390219799915,1296.6187671457346,3588.1122305656822,7195.49571915923,2007.1571071586181,4197.4731904598675,2283.446788975596,4743.824070486222,1665.5521216911761,5386.288930276816,427.4763155135592,1461.6129162273453,878.4212326044208,2810.3822502544836,1979.7049732023188,6450.243529638255,1019.283566348897,1877.9627099102436,908.5681033625763,2557.676598768092,1193.313820836166,4572.033057533561,1514.9153496476629,3061.9210684484983,1171.910322396227,3900.669387872548,1375.938407691586,5498.736585380669,23775.5798227835,7292.773496375918,170263.64102166105,62473.132048010666,5224.6142496427665,27872.16714367396 -487,5204.179055447551,4698.380195149592,1103.3689006212546,1882.440788569626,2359.344780457237,3350.6520990790714,2285.416364541511,3948.5267792943696,446.08011323375723,1444.0739256785384,3507.5455607212857,8013.7878716986825,1962.088850207027,4674.82172992219,2232.113299869936,5283.305179420884,1627.4541990009552,5998.832962680278,417.0769209375019,1627.8316766964144,857.3575494141429,3129.986879424929,1932.2085699601328,7183.783492453784,993.7693040230741,2091.529948118654,887.6178727944147,2848.5428255289467,1166.4666756238848,5091.977605922206,1480.8740826311637,3410.1314044417754,1143.4007713215394,4344.264558285621,1342.465380310533,6124.068483601067,23258.50193963461,7129.2287675031685,166277.7271257352,60956.1404947723,5111.241065202055,27185.523769211293 -488,5073.357360153526,4870.384682703814,1075.605641294265,1951.3556591719137,2270.9965657190683,3473.3171822218856,2212.3590567859624,4093.0796458264977,429.11532040314296,1496.940485058551,3373.3791350242655,8307.167168176815,1887.0373809174537,4845.963758166885,2146.568553912375,5476.723370847159,1567.6261917761124,6218.4461371812295,403.8809397951427,1687.4254817409171,829.1525796038769,3244.573559703106,1868.731767355459,7446.776895924117,966.356150431224,2168.0994299374843,859.1875944756807,2952.8260313638384,1122.2666465722907,5278.391425657018,1424.433235938415,3534.9739842992135,1107.2244828263556,4503.30511441586,1299.9908463492006,6348.266444923187,22234.860064301734,6841.293624139181,160715.2833330116,59204.06117656119,4884.494696320634,26432.04459097883 -489,4902.695658848716,4869.4099637562595,1035.959187094278,1950.9651308136165,2169.239694833429,3472.6220609349775,2126.1094992136154,4092.2604903501747,409.28971499748224,1496.640899635796,3216.8237990334983,8305.504639697683,1799.4617603388483,4844.993926623389,2046.9247889849034,5475.627304234795,1496.8010156092807,6217.2016282421755,388.27518020901306,1687.0877742092143,796.0131746286672,3243.9242172935406,1794.1327650205633,7445.2865589155335,933.1267019974371,2167.665524254008,822.8658191789195,2952.2350769179147,1070.5636427698792,5277.335051577683,1358.5119318798545,3534.26652352433,1064.441876903855,4502.403859770158,1249.7598435626246,6346.995954809754,21081.07344622895,6512.327933142961,154055.84993579864,57035.16730599678,4629.405031329034,25500.217166830786 -490,4707.012310341867,4933.871038552235,990.9234852241141,1976.7919373790478,2058.4868221020656,3518.5925074724896,2029.4328436397655,4146.433688235857,387.613298425312,1516.4533782917765,3045.770569100738,8415.45261281615,1703.776150720152,4909.13178279379,1938.057930063723,5548.113462484015,1419.0960557284907,6299.504720847389,371.06290166036973,1709.4213817736072,758.92117494491,3286.8671699633405,1710.6790021987745,7543.846995872768,894.8951821899878,2196.361002870848,782.5841031389103,2991.3166591886566,1014.0093583617313,5347.19622408425,1286.4551115986926,3581.0530172509893,1017.2550593631429,4562.006520898829,1194.357861559219,6431.0172600639835,19840.765241229972,6155.659763570837,146671.19303347642,54585.4049978069,4355.419835597316,24445.385917421412 -491,4527.026398638196,4998.916932110446,953.3330015259309,2002.8530559086514,1969.5567939098219,3564.980017791959,1946.431466209609,4201.098368812978,370.9714434112768,1536.4456043267926,2914.730972274771,8526.39808152018,1630.473800852747,4973.851525347202,1854.5969785062875,5621.257246524935,1358.8275826471058,6382.554502720473,355.71501415592763,1731.9576094893612,727.6949851165648,3330.1997196807624,1640.2787733965508,7643.30161576023,859.8038256916199,2225.316819285957,750.944048965791,3030.752806483982,970.5306887945487,5417.691207376053,1231.1792313144354,3628.263978292802,975.1794001027616,4622.149923158756,1144.9568839426668,6515.800842954688,18939.838051440405,5884.448146035732,140610.84256742388,52420.40193725799,4157.01676282607,23480.22797169857 -492,4454.692945368017,4960.448228115426,936.1948089758072,1987.4402850225497,1925.3313923164392,3537.546043010005,1909.0866799366834,4168.769203956142,362.23525952012295,1524.6220289483667,2845.721551283991,8460.783971824774,1591.8705630212737,4935.575709877114,1810.673236046538,5577.9993800644215,1327.6710657929455,6333.438143470713,349.11702358474804,1718.6294895153328,713.2610145788057,3304.5724750194645,1607.8203917608419,7584.483293432715,845.5349781561758,2208.1920990357826,735.0507634020149,3007.429927912866,947.7525127421111,5375.999864586529,1202.127258872329,3600.3430076321,957.09125585517,4586.5805949163805,1123.7196169620006,6465.659098788456,18427.28003226953,5739.483613285298,137713.52431257992,51491.27383446791,4043.643578385359,23085.198206102432 -493,4419.201251686248,4934.715786569251,927.6448912711813,1977.130391922368,1899.99589730292,3519.1949399276855,1889.5771616092077,4147.143615919101,357.3647411177024,1516.7130164084194,2807.178240721387,8416.893456496786,1570.3097882299692,4909.9722951027625,1786.1381788024,5549.063377430918,1310.4604486213125,6300.583284530861,345.3949092183892,1709.7140587226427,705.7251601187821,3287.429927786219,1590.827563860305,7545.1386084302585,838.7108723992174,2196.7370507219835,726.8629860889703,2991.828814613144,935.0680536240922,5348.111739178097,1185.9194296995286,3581.6661438227043,946.8872186049778,4562.787600487661,1111.7390699032912,6432.118340541236,18128.895218160316,5656.565493996844,136152.45672928568,51014.45947693579,3977.5092207949447,22881.894109517834 -494,4443.547865934968,4885.915118458488,934.1004813331314,1957.5780431669425,1912.1532265479418,3484.3927199603454,1899.2091200114203,4106.13145068783,359.71797874105545,1501.713852984566,2825.714734730595,8333.656641681213,1580.6789331456282,4861.416321715502,1797.8628117017875,5494.187268670081,1319.0121284529848,6238.275202957155,347.42454726167193,1692.8062585670361,709.3336527532218,3254.919691375052,1599.006000763136,7470.52280054891,842.2780842830783,2175.0129554801315,731.3981902581795,2962.2418533085984,941.2147053216287,5295.222892628263,1193.7367888738768,3546.246130122226,952.4513953495853,4517.665025453586,1118.2719626884966,6368.509475114737,18257.561477907668,5694.174146319013,136968.48889476407,51292.651426341254,4005.8525169051236,23003.151767226467 -495,4484.361019508159,4834.385249900869,942.7079347490647,1936.9322200590905,1930.0563490011502,3447.6441693798492,1918.4310512241225,4062.825660717208,363.08121777294525,1485.8758542516152,2852.142245091555,8245.764768625986,1595.4622403102278,4810.144832549538,1814.749958011719,5436.242187570342,1331.5230440200414,6172.482512449658,350.6375851866992,1674.952881690322,716.5758709050654,3220.591304615218,1615.2755610701772,7391.73406831845,851.1576855513653,2152.0739299363618,738.5284350829494,2931.000227198436,950.0130511642465,5239.376212318655,1204.8990891914357,3508.845235401849,961.2598185860081,4470.01894906771,1128.6139211221553,6301.343253802208,18429.738597616713,5748.123912045562,138268.31232951424,51783.54148925542,4043.643578385359,23222.853027737383 -496,4583.662599889859,4823.338496092351,958.001121072178,1932.506256410617,1935.5915085799754,3439.766171580793,1941.0843423886356,4053.5419498582546,362.9377685966304,1482.4805715210396,2849.927187416663,8226.92288312176,1594.223157341459,4799.153469014831,1813.2272023343187,5423.820167812857,1333.2860610977873,6158.378155602259,355.74465739212184,1671.1255507747153,723.6001513976196,3213.2321312310396,1631.389852708608,7374.843675383295,867.3283148326753,2147.1563593140736,743.1843479540488,2924.302780418986,949.8657032872237,5227.404038787621,1204.2509993262,3500.82739084375,975.2606659255091,4459.804786087884,1145.05229804101,6286.944445269284,18226.232586995586,5726.454276566479,139406.67687867198,52645.809836238805,3996.4047515350635,23671.464497957764 -497,4644.474240167417,4994.303285536898,964.7060325497937,2001.0045642725217,1921.2109567601472,3561.6897935159363,1947.2388685640217,4197.221052314697,358.92865393158206,1535.0275737625495,2817.2460193135958,8518.52881947247,1575.941611332522,4969.261012370312,1792.3874085498937,5616.0692238818965,1321.3005531220867,6376.663856584145,357.5957129922361,1730.3591351800117,724.3892870776906,3327.1261810053666,1633.4147097847074,7636.24738925696,877.1787438145377,2223.263009339165,740.803010364026,3027.9556361187206,939.6246384757824,5412.6910617815365,1190.758766191658,3624.915347399608,980.3352655849008,4617.884005872068,1151.0103789978693,6509.787219875673,17808.533591302123,5642.406348740835,139212.51082770783,53056.87889730724,3901.927097834472,23923.29372542951 -498,4671.646412320051,4971.819890340844,965.9641606459254,1991.9964256322564,1903.2151660173226,3545.6557494030617,1945.9268897653226,4178.325968406261,354.5760074705548,1528.1171741322967,2782.1827574701783,8480.180037072365,1556.327543910198,4946.8903526835,1770.1157259231372,5590.786757721981,1307.5297122951665,6347.957339313724,357.58904527019257,1722.5693903361173,722.8454068878981,3312.148097273184,1630.0603123130911,7601.870468583218,882.2206888694849,2213.254305821199,736.1875223086394,3014.3243607814516,928.4184063340059,5388.324165087735,1176.176545689756,3608.5966739734567,980.3169862744312,4597.095178054135,1150.9889172828725,6480.481406764454,17430.48112117417,5558.9526054799435,138558.72768570544,53174.28453431587,3816.8972095039385,24025.574422005826 -499,4647.331154593989,4830.876280599117,958.4614067626375,1935.5263255454292,1886.6501507658718,3445.1417462322606,1931.9476750684403,4059.8767168939753,351.04872528295033,1484.7973525416223,2754.284924565028,8239.779698353988,1540.7217517856116,4806.653457807581,1752.3577294935994,5432.29636902941,1294.7929271003375,6168.0023044124055,355.4734498663474,1673.7371411276824,717.2732333406664,3218.2536845379577,1617.6023628992143,7386.368883999933,877.0250300490753,2150.5118778935707,729.605779614438,2928.8728026575645,919.2289047684418,5235.573286126596,1164.4411345480928,3506.2983903369313,974.5171606424506,4466.7744498274305,1144.1793494409926,6296.769514041223,17217.22147852058,5500.687650622608,137449.03023821415,52842.7822381951,3769.6583826536416,23893.64023216109 -500,4475.994420335857,4554.772370426279,918.7957739922144,1824.9032510378613,1788.1160740970602,3248.238109710971,1846.535242687106,3827.838516939272,331.72554633413307,1399.935242431823,2601.7681886414753,7768.843317139904,1455.4052870825742,4531.93397888483,1655.2871505803917,5121.818894222144,1225.600109678058,5815.476291472961,340.2908093609868,1578.076366058206,684.4526975566007,3034.317608634379,1543.7669976470008,6964.208345746935,843.4852636045249,2027.6015188052793,693.8592677436379,2761.476002110161,868.8212720578302,4936.339322694038,1100.201673441279,3305.8994068869365,932.8945198463462,4211.480416235552,1095.3102602227927,5936.883939809897,16105.540675915128,5182.161778865664,130903.54423553772,50686.61277363689,3524.016483032101,22967.619218916367 -501,4039.607589415749,4330.263301670031,824.1521435578187,1734.9520314948272,1589.8365342441157,3088.129359195846,1654.1899737849164,3639.1607102573753,293.8942557202215,1330.931100833413,2304.2725132979904,7385.9096298783725,1288.9889319786287,4308.550636202217,1465.985631730093,4869.359562171627,1087.3725431139528,5528.825925573239,305.6217156260997,1500.2914787891166,612.1062146870594,2884.753203385861,1380.8094540807285,6620.9358826750195,759.9247834233504,1927.6591085651107,617.8450906507511,2625.360219540668,769.900833289858,4693.022455401466,974.6070501084556,3142.9484761091253,837.8504967237416,4003.892534901818,983.7191944759516,5644.249275277606,14128.19315332957,4578.533368925583,116868.98196571598,45565.59715418163,3089.4192760093756,20694.592537340217 -502,3549.2219760119515,4136.295264823017,732.4390403126426,1657.237302359764,1421.1391407789145,2949.8009602964453,1464.3765165774732,3476.1496392060662,264.43502322208536,1271.3139194237442,2074.1489003356382,7055.068225688366,1160.2598913015524,4115.555187579545,1319.4696365120778,4651.243468720125,976.7249607130774,5281.169966537509,269.4024170530673,1433.0880381284073,543.1915942712109,2755.5347525278976,1225.04550456004,6324.360398510549,667.7152726220827,1841.3123377222296,553.7215401793782,2507.760911525343,692.549595398065,4482.805133927709,877.0493908915101,3002.164532188882,738.5566450475515,3824.5438162126325,867.1384104706129,5391.423090094235,12865.408962505988,4129.81169338521,104065.20527033886,40201.21093310423,2815.4340802776564,18190.81423770126 -503,2924.513706887567,3835.2386819588983,624.9341079130223,1536.6167549132488,1310.3895320010256,2735.102313227269,1276.216872277726,3223.1411702982027,248.68990272988907,1178.7824631748929,1955.0963630802935,6541.571341178637,1093.662992731393,3816.0081528456963,1243.968560738612,4312.706837481386,908.6087415791666,4896.784693761673,231.85447476533932,1328.7819961077726,478.85814865881264,2554.975599119668,1079.0086425002125,5864.047435224498,556.8895716548433,1707.2940520610111,498.9115430882579,2325.235757413471,650.3816768233859,4156.528137519004,825.5308364766876,2783.654648974509,635.620366346678,3546.177786080512,746.2810575634592,4999.013141490644,12901.255740781924,3961.237928191306,92897.28506942425,34139.53610801921,2834.3296110177753,15209.13455583358 -504,2837.5418560304056,3584.867207029085,617.5855697435775,1436.303570980459,1343.411445976854,2556.549775293205,1295.2972119392407,3012.728553083363,252.44697992133817,1101.829363667732,1952.9331303166864,6114.52546454158,1092.452900143172,3566.892082425752,1243.7423817024548,4031.1653582197637,904.6994043572844,4577.113531714299,220.89343500694156,1242.0366496471556,463.8639401459515,2388.1820662502764,1044.600696214266,5481.231572336495,542.602926732766,1595.8387384806103,504.4216999992721,2173.4400663443043,666.8487452147663,3885.1822926636946,815.1855879014363,2601.9325247590214,605.5710860219198,3314.6767410892708,711.0002360431015,4672.668317290744,13655.187840670564,4087.2619502751295,91844.0700531351,32524.88641815538,2985.9173663475763,14385.710366680258 -505,2965.6300502923314,3441.584284419525,644.4057236766746,1378.8962078845243,1392.6682221723925,2454.367490024011,1350.941645056116,2892.3133390222542,261.0260148577398,1057.7905409370624,2018.9563427442395,5870.135078975204,1129.3856802642986,3424.327604388528,1285.84942390849,3870.0444238332375,936.5801422366417,4394.171691454811,230.7416379349168,1192.3939067302947,483.24178137173703,2292.7292401302093,1088.3429154046478,5262.153198207532,568.9212254409927,1532.054942524455,523.1369449328822,2086.57022519317,689.5827447971491,3729.896129574516,842.8609685523403,2497.936344412551,632.5695658195233,3182.193013369046,742.699116574208,4485.907264726858,14046.89550837135,4219.6128347822405,95440.17789298286,33985.68165874583,3070.6910455183265,15064.295250045036 -506,3081.0653110126204,3378.0979285711046,673.277393577331,1353.4599296773906,1476.0386979448624,2409.0921647734076,1419.123497690499,2838.959296612896,276.9400400210677,1038.2776477038374,2142.6533451777445,5761.849634335868,1198.5806501020963,3361.1595797616237,1364.7372418882214,3798.654332196382,992.2329659550632,4313.113107788652,242.27245908920872,1170.3980066976048,508.2864170175814,2250.4356298699754,1144.675883698889,5165.083098258882,593.1527462736406,1503.7933695910917,551.5525847468914,2048.0795973683526,731.4975242908655,3661.0913311472846,894.2962926795011,2451.857311460776,664.1808805193454,3123.491606886078,779.8139206525398,4403.156449586063,15030.791450755236,4491.067112857391,100548.53212186927,35528.767178352566,3287.3348922880264,15716.321804657371 -507,3331.1268193331275,3399.281709009001,730.0919171323275,1361.9473680489314,1609.862293222562,2424.1993879955608,1544.9646542314415,2856.7621820481954,301.77329871870455,1044.7886033325976,2334.922370503784,5797.981730015397,1306.1341812826913,3382.237141176346,1487.2794499049683,3822.4753880195776,1080.7728336444775,4340.160293219969,264.03145616514394,1177.7374784722795,553.3724138512007,2264.5479307211676,1246.2560369881635,5197.472918983614,644.8689428711277,1513.2235368742697,599.4899031397746,2060.922939813531,797.062334655967,3684.049740453943,974.4989209659076,2467.2327114785626,723.8323567599488,3143.0787715565457,849.8506424617005,4430.768289572358,16406.723402855183,4896.818792936842,109401.53966325033,38608.064997644666,3588.7524182284747,17077.01813075481 -508,4078.1550637970054,3491.9444965432276,892.912019682455,1399.0733994878228,1949.7406648669976,2490.281899555311,1878.7619302911603,2934.6361477184655,365.90830697360144,1073.2690391000158,2830.7735137676104,5956.031928606431,1583.5087677899287,3474.43530197384,1802.9443227044258,3926.674232085999,1311.3052144844137,4458.470979283224,320.6700225851828,1209.8420367527956,672.7443830721312,2326.2784201976233,1515.041614945159,5339.153535665154,786.7220743156213,1554.4732840539614,730.0931415704266,2117.102709789709,966.5399703346424,3784.4751678201046,1181.5757737110644,2534.4882907779556,879.1048671296197,3228.757590008162,1032.1558979009353,4551.548906119059,19813.557179936706,5925.1278425490655,133013.70695506642,47083.75081773999,4332.876935393959,20834.297979074243 -509,5432.79488393398,3708.9157744895606,1151.313935554266,1486.0045473706414,2380.9403358435084,2645.015070923875,2393.3174954525343,3116.9791820674645,439.51614582791217,1139.9563977405342,3395.4598335656124,6326.108789884774,1899.389121376058,3690.318649592159,2162.5180835175724,4170.657355832103,1587.9070608148447,4735.4971883250155,414.119535834809,1285.0153314850875,849.7503816920189,2470.821267940165,1915.189281115216,5670.90078048297,1039.354384388248,1651.060172908724,902.033849484881,2248.6484662991384,1161.9721088118717,4019.622780942519,1418.8866737056119,2691.968217487696,1135.2932107307663,3429.3758017742666,1332.9463038109582,4834.358493663619,22798.93387825787,7029.982774667214,166159.3064717459,61261.91637001314,4973.3891780174135,27498.458185772146 -510,5521.761726577862,4235.911011798625,1173.4217094881878,1697.1490884438922,2466.29569826727,3020.841978230611,2458.64130947972,3559.8668839234397,455.74902974242764,1301.9313868954005,3521.9342121464338,7224.9777331751075,1970.1377299840844,4214.671444515235,2243.3342774540815,4763.2608811235405,1643.7785011917465,5408.3581040952595,424.9679394653807,1467.6015644266993,874.0879423418962,2821.8971940645897,1969.8718898166226,6476.672031241037,1060.6217893949845,1885.6572628772403,927.6168168874893,2568.15613489403,1204.6640755307735,4590.7659910164275,1471.3764393829342,3074.466639091414,1165.0337033260444,3916.651551444456,1367.864578053852,5521.266489560607,23865.42378170467,7315.688645069063,171076.46634533713,62613.59512766772,5208.87162015839,28057.41816471237 -511,5393.109402967867,4700.979430969057,1144.3977025715178,1883.4821916324784,2409.289714481596,3352.5057453556087,2399.2244511149042,3950.711181537819,445.50101158656827,1444.8728156188322,3442.8240988704674,8018.221255890798,1925.8842574317655,4677.407932737912,2192.8829905986786,5286.228007182183,1606.151530929033,6002.1516344062675,414.6234708483134,1628.7322250186849,853.1166337621041,3131.7184493859677,1922.5853467968893,7187.757701989263,1034.0841561991747,2092.687023394139,906.2262752640281,2850.118695134612,1177.5581855991043,5094.794587527674,1438.297664127592,3412.0179558333934,1136.6747297125448,4346.667890408635,1334.5683434770112,6127.456438066708,23347.246819694126,7151.951309041648,167107.6831867253,61108.74594729812,5095.840047930722,27380.41237668297 -512,5258.699606646279,4862.521989780147,1115.5398814904988,1948.2054130758681,2319.0125569628667,3467.709898976418,2322.3972638356986,4086.4718251996105,428.577060552878,1494.5238415846138,3311.36638220085,8293.756173201222,1852.3480151546755,4838.140490102455,2108.982798534273,5467.881811730531,1547.258461213279,6208.40714937547,401.53399348754095,1684.7013214827723,825.1079358042967,3239.3355575266473,1859.5527292758095,7434.754905092131,1005.5028079964196,2164.599275194859,877.2108875425597,2948.0590230361236,1132.9647342702892,5269.87005134787,1383.6053104544958,3529.2671630227746,1100.790417349105,4496.035030518386,1292.4366183177845,6338.017876708173,22319.149053426576,6864.265524220814,161514.70317532073,59352.40791989293,4869.776903475385,26615.643959983707 -513,5080.181866448378,4862.911877359169,1074.3739099347185,1948.361624419187,2215.044962182251,3467.9879474911813,2231.7232973601313,4086.79948739014,408.79343120705374,1494.6436757537158,3157.900928055379,8294.421184592875,1766.500846170543,4838.528422719854,2011.214754494766,5468.320238375477,1477.4819507823433,6208.904952951092,386.04838546933564,1684.8364044954535,792.1881706825357,3239.5952944904734,1785.4509589021218,7435.351039895564,970.8702400230181,2164.7728374682497,840.1340681549862,2948.295404814493,1080.7932830806803,5270.292600979604,1319.6878298977656,3529.5501473327286,1058.337202453879,4496.395532376666,1242.5923531142084,6338.526072753547,21160.833625264866,6534.524883941943,154819.46713298155,57178.344207260554,4615.45586596313,25676.113282982078 -514,4883.511854951986,4910.672847360256,1027.6221374119973,1967.4974104342298,2101.890547024306,3502.0487062508505,2130.1090310969134,4126.9378885457245,387.1600494194581,1509.3232820390667,2990.188450670173,8375.884639281028,1672.684022918661,4886.0499112178995,1904.3754527302333,5522.027211779079,1400.9055428249867,6269.8855610057335,368.965357012842,1701.3839840118535,755.3308408228163,3271.41290039779,1702.5286008679984,7508.377158180244,931.03714847924,2186.0341009163626,799.0137212992075,2977.2520159838814,1023.7225038653755,5322.054650788542,1249.8022520033348,3564.2155377316262,1011.5047192041294,4540.5567710646865,1187.606394547733,6400.779751464314,19916.27912947469,6177.875003628355,147432.04588258016,54738.42613625813,4342.296233079599,24624.380192924895 -515,4700.801225301594,4977.213305769285,988.6184723808773,1994.1573374296206,2011.0691676812835,3549.502066213517,2042.9501735378594,4182.858603988425,370.5442872135957,1529.7748710974352,2861.622392989038,8489.379311152421,1600.7653481860784,4952.256724623644,1822.4143341566712,5596.851626567051,1341.461694448229,6354.843584553514,353.71233438548484,1724.4380284869985,724.27097048509,3315.741105677174,1632.5055465437122,7610.116955055893,894.5104953677798,2215.655237508864,766.7133706541824,3017.5942908819675,979.8368177298381,5394.169403114538,1196.1455989013104,3612.5112689116695,969.6891284543397,4602.082093229302,1138.5107630361817,6487.511413718423,19011.93750177243,5906.56724338399,141354.5739722763,52573.957847274054,4144.490981681179,23654.3792262961 -516,4620.430897787809,4924.64374540514,970.8214626766385,1973.094954106789,1965.8781651112693,3512.012058920444,2003.682023069885,4138.679055239294,361.8271627483199,1513.6173171632904,2793.981926805492,8399.714088720733,1562.9278911312797,4899.950756840009,1779.3217089041157,5537.737417197938,1310.7708170425049,6287.7234285747345,347.1675957050986,1706.2244331549084,709.9348615251914,3280.7200926125483,1600.2686615704906,7529.738542866226,879.6366327380961,2192.2533829772638,750.489950765107,2985.722318458133,956.8530685986791,5337.195932895216,1167.9804794335062,3574.355755464601,951.7469722726195,4553.474686325454,1117.444900456568,6418.990013905954,18497.20249111861,5760.5683438024935,138424.07023597867,51635.12926382381,4031.459409453509,23251.954006556196 -517,4579.091668202948,4888.839262694854,961.9368066441567,1958.7496231910281,1939.9888858769639,3486.478074830883,1983.1563392168714,4108.5889065224455,356.9689725421806,1502.6126053782143,2756.224195175078,8338.64420561669,1541.8065619970944,4864.325803802904,1755.2638604684676,5497.475454331454,1293.830520246575,6242.008713678756,343.4764891394294,1693.8193767944842,702.4568245812364,3256.8677102056317,1583.4066196963586,7474.993792299738,872.5153822795972,2176.3146669187445,742.1336043083957,2964.0147090034,944.0565691315045,5298.392001203903,1152.2787754161814,3548.3685032971016,941.6279417476759,4520.368777734527,1105.5641596850344,6372.320929023453,18197.70968602565,5676.684224302389,136843.69798972676,51152.81460354398,3965.5243256540366,23046.283676419513 -518,4599.765468988259,4824.963019267411,968.6314585127027,1933.157133640575,1952.4051234589972,3440.924701065516,1993.2791339668063,4054.9072019225578,359.3183529574533,1482.9798779758867,2774.4087169534564,8229.693749585702,1551.9788168716304,4800.769846558601,1766.7747273913312,5425.646936049651,1302.2667530937767,6160.4523264369745,345.4926468031941,1671.688393749113,706.0408518212112,3214.3143629815713,1591.5296543189515,7377.327557547653,876.2338479370183,2147.8795317119902,746.7635839178186,2925.2876994002127,950.2605220587955,5229.164653144936,1159.8660170373032,3502.0064860353723,947.1551625362836,4461.306869393277,1112.0536625296606,6289.0619178372835,18326.771417102213,5713.6184949147455,137647.29871358458,51424.586997711216,3993.782218710954,23165.12804448095 -519,4633.573950954315,4783.765121128685,977.5576610040974,1916.6508909274507,1970.6874122179222,3411.5444001654996,2013.4506198853646,4020.2844176235476,362.67765924308856,1470.3174692256725,2800.3539529679474,8159.424592401606,1566.4923441854578,4759.778521581353,1783.3698950104013,5379.320104338098,1314.6206202188853,6107.851366301207,348.6874876797712,1657.4146992378078,713.2524613351382,3186.8689721706655,1607.7296772144587,7314.33632050849,885.468518021159,2129.539883965807,754.0442052089651,2900.3101598449643,959.1431468211847,5184.515483426821,1170.7102882043605,3472.1046389296607,955.9136992453316,4423.214045627185,1122.337049255459,6235.3628260008145,18499.11819860293,5766.626919053936,138917.6497484575,51901.289399925605,4031.459409453509,23376.236068680253 -520,4743.061114406417,4777.6569097043175,993.3447011996899,1914.2035908255334,1976.2389858743607,3407.188326246279,2037.020439853773,4015.1510662596875,362.5609095609341,1468.440075638077,2798.508133529621,8149.006127186532,1565.4598097032278,4753.700937752128,1782.0752104496178,5372.451450948006,1316.5566928979588,6100.052478490183,353.81328843208473,1655.2984081690672,720.328308520971,3182.7997779333073,1623.959116013043,7304.99691701703,902.2098240388385,2126.8207538416223,758.8078737939882,2896.6068618769423,959.0322413362252,5177.8955687981115,1170.2580313456406,3467.6712378982356,969.9658901952934,4417.566208435809,1138.835708641558,6227.401123558396,18295.236121587754,5746.5234767027905,140098.83318242987,52783.90499319146,3984.3629210253143,23838.678347691955 -521,4804.212309419752,4987.545276188177,1000.2193877235256,1998.296917824348,1961.4482056257225,3556.8703158939966,2043.2511497310231,4191.541609660036,358.58522561964315,1532.9504610801714,2766.779579538162,8507.002027023549,1547.711147300385,4962.536888812359,1761.8176756834603,5608.469875955236,1304.9403295756213,6368.035314925242,355.7054840760131,1728.0177108524072,721.2096036528498,3322.6241016261015,1626.1910507586142,7625.914450247189,912.3648949419453,2220.2546153064495,756.3881002047356,3023.8583774368813,948.7340861872813,5405.36691370603,1157.3423590364405,3620.0103165263345,975.153273745301,4611.635345849084,1144.9262090198538,6500.978543194482,17875.906716612553,5662.733791692427,139906.50768140962,53199.60526140673,3890.1699441689243,24093.607200031653 -522,4832.948371584815,4996.44766091837,1001.4667268215075,2001.863724135373,1942.9963343364018,3563.219055852041,2041.7024708026802,4199.023189065431,354.2586731570848,1535.6866597553026,2732.6164979228865,8522.186371375603,1528.6006324501489,4971.394635494461,1740.0954172319184,5618.480563341238,1291.5067876144487,6379.401768202284,355.73657898340906,1731.1020895659278,719.7468014007767,3328.5547301073525,1623.0190949145262,7639.5261210383815,917.538776762259,2224.2175990369055,751.6841555709304,3029.2557320782685,937.4504777174266,5415.015077924892,1143.3160222398087,3626.4717565294645,975.2385192703248,4619.86676026453,1145.02629568154,6512.582289909435,17496.60257869693,5579.579209585191,139262.32014083295,53324.64454841948,3805.396264998173,24201.433363899934 -523,4796.203112741816,4868.890117852995,993.6770728709937,1950.7568507061264,1926.0603063689382,3472.2513325786886,2026.9897457670884,4091.8236109609197,350.73993749585566,1496.4811220351987,2705.282573834737,8304.617965009451,1513.3102857512067,4844.476687314553,1722.6799148575253,5475.042740100106,1278.9606577046723,6216.537895506533,353.6428928560283,1686.907664981526,714.2157693088119,3243.5779041411442,1610.654183424739,7444.4917189359285,912.118918704299,2167.4341097600923,744.9653314128743,2951.9199037610783,928.1792593424444,5276.7716566228255,1131.9445302976708,3533.889214160983,969.4987570999048,4501.9231945111715,1138.2872482729056,6346.318365559784,17281.955322603477,5519.635667915591,138100.9179832765,52972.789003397265,3758.299776569977,24056.31187769301 -524,4613.237685910057,4569.003191422794,952.4972524955756,1830.604934764165,1825.3864895376203,3258.386826558708,1937.2073879105483,3839.7981233274672,331.45593612353287,1404.309166356345,2555.754618227908,7793.116103923722,1429.6657173738602,4546.093444161356,1627.4234066273889,5137.821381708345,1210.779005366804,5833.646025409781,338.57602206329926,1583.0068698151047,681.6059866510567,3043.797957425335,1537.2960124385722,6985.967150422717,877.1706698745543,2033.9365081131375,708.4749641665187,2770.10389116283,877.3124330544304,4951.76230227814,1069.6461940243628,3316.2282793015834,928.193494638763,4224.638664125811,1089.7907925510565,5955.4329968765205,16165.901520347894,5199.637904659374,131508.1002276084,50806.16745145128,3513.3980367433633,23120.947489388032 -525,4171.942321438781,4342.284768122954,854.3367227295091,1739.7685209761948,1622.8995471073745,3096.702473786717,1735.2702179810271,3649.2635712954752,293.6744103334965,1334.625967049435,2263.7564302237092,7406.414033110772,1266.324606319018,4320.511825008877,1441.454321146993,4882.877641453617,1074.3587559286402,5544.1747833119125,304.11518994467184,1504.4565150525962,609.6205566137193,2892.761714980547,1375.1576444344632,6639.316602981297,790.217185341043,1933.0105820649671,630.8656909800231,2632.6486169445566,777.4523265094582,4706.050996180652,947.6668843740603,3151.6737768672206,833.7204129437798,4015.0079466992643,978.8700684027094,5659.918565708171,14181.588408550338,4595.645742774877,117449.80181549143,45692.27066067868,3080.1103432039663,20844.326882401598 -526,3678.8360914175805,4169.305574227474,759.308862193332,1670.4631270664158,1450.785451734752,2973.342278347181,1536.3306395470838,3503.891559881377,264.2164607940293,1281.4598261212843,2037.4213121439093,7111.372229655426,1139.714814968697,4148.399977763771,1297.2278539815657,4688.363397590697,964.8912559321941,5323.317115967469,268.0335118047721,1444.5250068440507,540.9142685785113,2777.5257006909205,1219.8693010185095,6374.832881777302,694.3979950798602,1856.0072001744768,565.3865045894266,2527.7744643067103,699.3128276471014,4518.58081602887,852.6670657877695,3026.1237453846743,734.8038425351309,3855.0661475794877,862.7322498500948,5434.4501307042,12914.316552812434,4146.795681735848,104622.25587373941,40328.43453334239,2806.950710320434,18329.56973452704 -527,3032.2889890708216,3874.877036084687,648.1338921509832,1552.498154778501,1338.1254650218639,2763.3704245633257,1339.7392479972602,3256.4533111322735,248.37588614461245,1190.9655371860079,1919.1301912045658,6609.180463547082,1073.5438457095413,3855.447753624894,1222.1687673073816,4357.279969701018,896.7975261890858,4947.394447642735,230.49371389524433,1342.5153607521838,476.5092772315665,2581.382046274328,1073.678410799876,5924.654142687392,579.4616818191394,1724.939453519541,509.3792541645751,2349.267773676727,656.5785286446794,4199.487115541366,801.8551406916966,2812.4245634152953,631.8898913423227,3582.828608241565,741.9011116415472,5050.6794573614125,12950.31039400095,3974.416400115173,93363.49728115361,34226.7895446596,2825.789305691712,15316.590260495166 -528,3260.426759709763,3625.805182216182,647.9015145243559,1452.7056736398392,1406.8368547711377,2585.7447120150778,1391.5059569689922,3047.1328976877467,255.59358500723934,1114.4118836176483,1962.3931256281123,6184.351284381562,1097.7447348470218,3607.624787748583,1250.7760868616128,4077.1999078639747,915.0788671159423,4629.382625482246,225.4372651503626,1256.2202895446173,474.52262453492733,2415.4543004849847,1068.5142503494385,5543.825389385859,618.2803350183586,1614.0626789798368,513.9124873587956,2198.260019321135,678.2786008848898,3929.549764904382,816.2106072152046,2631.6457171830607,618.0278263255152,3352.5292322258715,725.6256788699135,4726.02861450223,14075.358625810843,4232.575334002058,94924.90573046036,33523.589161916585,3073.5800234283665,14954.120957018416 -529,3349.3397449409704,3475.5043273062684,675.9028855368632,1392.4865240419854,1458.1380383862354,2478.557584945799,1447.3685146649987,2920.8198012773496,264.26650749451755,1068.2160594043019,2028.659243713319,5927.990769022149,1134.813394167515,3458.077566498989,1293.070482026388,3908.1873434834433,947.287229294302,4437.480377196035,235.45481294851018,1204.1460676863076,494.2796849463074,2315.326238409455,1113.108566315943,5314.016656257324,633.5506473851437,1547.1547817440085,532.9323438283682,2107.1353329097433,701.3618875552523,3766.6577562622683,843.8926676680614,2522.5558512816438,645.4905587476447,3213.556511853169,757.8696378125238,4530.1200906321665,14470.180296491495,4363.928619176288,98465.36622340608,34950.675022923206,3159.0106691293936,15611.610223889405 -530,3478.380818819063,3417.996211951674,706.4240571853992,1369.4454721217908,1545.801093937734,2437.5456447827028,1519.665084856108,2872.4898824387706,280.4010898041935,1050.5406124525593,2153.086306914485,5829.902104799388,1204.4167533098578,3400.857806466783,1372.4907254256968,3843.5197535712164,1003.6395785096105,4364.054736085316,247.26460344875,1184.2214281396905,519.9914060566169,2277.0152377998916,1170.9372818741344,5226.087235349038,659.4980813322825,1521.5544811024877,561.9719145430378,2072.2692040315105,744.0637958251808,3704.332013478257,895.4405158045099,2480.8158851581234,677.8666574700754,3160.382767504706,795.8823738317096,4455.161568297609,15475.827475767599,4642.132893648877,103714.1237033031,36535.437176164174,3380.1830193351434,16285.419637875058 -531,3722.638022348388,3428.653084484318,766.1080494956594,1373.7152269523483,1685.9875037278339,2445.145598562089,1643.7725863765559,2881.445936404372,305.5498900503321,1053.8160629513416,2346.322111767835,5848.078989662922,1312.5110921003059,3411.461243655635,1495.7492723485013,3855.5033537716154,1093.2090163220005,4377.661297404876,269.47620021418146,1187.9136782264463,566.1318951068275,2284.114678419302,1274.883782148872,5242.38150311822,700.6089971917435,1526.2984922572932,610.8445118513986,2078.730272854076,810.770993400623,3715.8816442087395,975.7569448792717,2488.5507499811574,738.7589188227074,3170.236434454334,867.3758998508044,4469.05218900095,16824.7761557365,5042.146092998698,112481.35708158322,39607.05330313929,3675.7947435012943,17647.067550314452 -532,4536.497608173843,3513.778087511778,936.7907844005578,1407.8211892564275,2041.784262962551,2505.852535470372,2005.4198219907207,2952.9851350389213,370.4730090793318,1079.9797176981767,2844.508563400033,5993.272373021728,1591.1920287124963,3496.1594156603787,1813.155441848531,3951.225996621484,1326.357434264759,4486.347834657983,327.26506669424174,1217.4066461539953,688.2066720931178,2340.82361458884,1549.732989450007,5372.536911183121,856.2745742100835,1564.1927208574875,743.8509030417596,2130.340020591675,983.1185343196859,3808.137824235926,1183.0698306929526,2550.3353297873687,897.1849337615671,3248.9455891664034,1053.383680963425,4580.007736775712,20379.41638844511,6114.073969202377,136940.95652815502,48317.06591287223,4450.925183466561,21519.606333416752 -533,5985.572325184481,3731.724078102517,1206.042031295032,1495.1428629721402,2489.7176094877123,2661.2808236307505,2550.9290332970345,3136.1473195670665,444.81855586491946,1146.9666598241417,3410.8703421907144,6365.011752028243,1908.0096187084184,3713.012588550651,2174.0634263049537,4196.305179892093,1605.6195422136968,4764.618544591049,422.20882435101015,1292.9176462341597,868.455420127568,2486.015800541889,1957.1747903633657,5705.77448337206,1123.8313805582172,1661.2135125898185,918.3338572354219,2262.4767277255432,1181.3439905704877,4044.341804606493,1420.291622211067,2708.5227126971054,1157.469692488799,3450.4650497501275,1358.9836826233209,4864.087806217914,23472.395761213756,7258.310143262329,170911.42075690534,62776.214506809185,5113.905791164947,28338.660975868697 -534,6068.999786816702,4249.751945216118,1229.622633810783,1702.6945608268773,2579.62433170524,3030.7126465635856,2621.462928718531,3571.4988281211063,461.2877421866857,1306.1854766508206,3538.157632764925,7248.585508567275,1979.2129628375715,4228.4429771743635,2255.4686590391407,4778.824941964796,1662.2206378060184,5426.030034456458,433.3414503887275,1472.3969851709169,893.4824755582479,2831.1178058917194,2013.4027011360258,6497.834701113388,1143.607079921463,1891.8186899117084,944.5548165423538,2576.54764216833,1224.87283913646,4605.7664209687955,1472.920610404906,3084.512527196108,1187.9893701773844,3929.4492974764357,1394.8167970857212,5539.307350581858,24571.88715856368,7552.911689299108,175983.0178855393,64157.1614259288,5356.301692066238,28916.646279323828 -535,5885.647702946406,4727.686585159638,1199.2561703560723,1894.1826105655543,2520.082393196361,3371.551965229743,2567.9416702432472,3973.1559197540064,450.91837960912676,1453.081411644226,3458.701991135734,8063.774288946958,1934.7662048902212,4703.981172784216,2204.7569518617333,5316.260069340192,1624.1798839266548,6036.250994237393,422.8026154161872,1637.9853611592475,872.0655835522282,3149.51033482972,1965.1157173476536,7228.592714362842,1117.6074523358407,2104.5759745855066,922.7867953411534,2866.3107590587733,1197.3221327990043,5123.739080184258,1439.8140181668634,3431.4022758427855,1159.0975484737362,4371.362133654974,1360.8949462490955,6162.267678211569,24124.19988072307,7402.298320695662,172174.71008390232,62636.954390208324,5258.2704458679955,28212.581016932694 -536,5796.1549828076695,4856.47876382105,1168.7209343262791,1945.7841498814398,2425.253789190704,3463.400169473054,2480.620923828017,4081.3930877322905,433.76325667044466,1492.6664216500744,3326.4882553306034,8283.448550385398,1860.807052435444,4832.127565890494,2120.303699124203,5461.086234173171,1564.5614864657591,6200.691234192237,409.41011481198825,1682.6075457053655,843.3376576391287,3235.3096555826323,1900.4700604320228,7425.514863826218,1092.7590467298276,2161.909073986845,893.123605020056,2944.39512457882,1151.9017477931773,5263.320566211904,1385.009298788077,3524.880929092935,1122.3825092278703,4490.447280855445,1317.7878657218105,6330.140879083845,23008.350518606196,7095.5982417297155,166297.51173410926,60855.217567600674,5013.663169950411,27454.03602296974 -537,5603.255587533628,4858.558153737253,1125.367559011334,1946.6172728368024,2316.113859971576,3464.883087393303,2381.4878222340594,4083.1406105864858,413.7171595693365,1493.3055339897712,3172.185813497072,8286.995259889281,1774.4916802071693,4834.196529397381,2021.9210088541315,5463.424497799782,1493.9400312006687,6203.3461731825855,393.57503469817635,1683.3279847999481,809.5913624887845,3236.694912391275,1824.5143919443196,7428.694233382095,1054.6271677078503,2162.8347347684153,855.2849130274038,2945.6558210276494,1098.786933897229,5265.574152862515,1320.9772259250053,3526.390171121207,1078.971229660128,4492.369947719472,1266.818738014018,6332.851244299517,21801.35048554148,6751.888076008625,159338.63866975598,58614.5842044819,4749.127779041861,26479.203053627247 -538,5402.94477384991,4905.994221624589,1076.1788066877928,1965.622884416015,2197.3705382149687,3498.712142054065,2278.635677234684,4123.005963448081,391.8006289348085,1507.8852797590764,3003.5813382391007,8367.90454558503,1680.175881517831,4881.39474489529,1914.4249978609605,5516.76612039117,1416.4473844738498,6263.911950289397,376.11156824462245,1699.762996595001,771.8277803184234,3268.2960736281093,1739.5597800816072,7501.223579088889,1019.0850570344878,2183.9513648593083,813.3359943103071,2974.415449929387,1040.6961678470589,5316.984082532464,1250.9746708199857,3560.8197443117365,1031.0957898778022,4536.230772077647,1210.6082455192213,6394.681431783002,20566.029242262222,6395.27755960504,151928.9457956535,56156.586961120425,4478.023866425271,25404.229549725693 -539,5220.7616469151035,4952.130674753765,1035.2327169588218,1984.1077957265027,2102.3080603342187,3531.614375824105,2186.6393508826354,4161.77911783654,374.9767642896695,1522.0655815268885,2874.38663171005,8446.5971445602,1607.9055463794639,4927.29986212111,1831.9965311724043,5568.646332645837,1356.3217705572022,6322.818395557104,360.55054554550753,1715.7477353208335,740.0577333003167,3299.031451983953,1667.9425097375567,7571.765824846672,983.2058715107406,2204.4894587154126,780.4149639518168,3002.387145939033,996.0551919677209,5366.985524815268,1197.2484012845573,3594.3060440939,988.435828456954,4578.889933288355,1160.5212394848631,6454.817646141561,19633.97117402834,6116.648006872362,145714.94551874563,53958.53219525151,4274.411309668187,24422.992974581768 -540,5119.517376708482,4921.19975526551,1016.4807499962758,1971.7150939752134,2054.840124468352,3509.555975693618,2140.748083793026,4135.784720015424,366.1432312334402,1512.5587871690452,2806.3727961322525,8393.839850097023,1569.859229906366,4896.524035443771,1788.6300479119975,5533.864667401877,1325.2570746575007,6283.326185117492,353.8542952434081,1705.0312056997725,725.3579165795063,3278.425760629573,1634.8902134495943,7524.472711135796,962.2599235033939,2190.7202570447353,763.8549532124575,2983.6342896064953,972.6534974884441,5333.46342936472,1169.0311512310714,3571.8560729263795,970.0783088340214,4550.290268785527,1138.9676992212208,6414.500970747268,19081.677928661982,5959.387038175926,142568.27582615032,52962.107946923374,4153.481580676972,23987.436351012995 -541,5029.577913990954,4897.546703635538,1007.0907021337458,1962.2383238303942,2027.6338220822013,3492.6877905315464,2117.5339204527945,4115.906654832577,361.2178672500961,1505.2888869687945,2768.3931410898554,8353.496044272919,1548.6137588488002,4872.989584176306,1764.4104032556354,5507.266928394984,1308.1038547036912,6253.126265167987,350.07623538953135,1696.8362140016645,717.678633530395,3262.6684702049697,1617.5764658585904,7488.307395689214,944.2052085435594,2180.1908695125053,755.3106695873572,2969.2938727556025,959.6171774656332,5307.828890606897,1153.295435690176,3554.6884511452554,959.7208991233341,4528.419941220834,1126.8070777531952,6383.67057771572,18777.10829962297,5871.064496319372,140853.19791610725,52416.37894133081,4086.5266677363293,23744.184175561935 -542,5024.479534103456,4851.930102712774,1014.1015931728155,1943.9616951527996,2040.6425641446415,3460.156289612889,2126.1885376541004,4077.57038513055,363.5968982387457,1491.268364738888,2786.6679117677936,8275.690130736939,1558.836498130881,4827.601712530867,1775.9878294953007,5455.971287362864,1316.6406380033065,6194.883560683704,352.13455643210045,1681.0315866873505,721.3535877105976,3232.2794092005806,1625.9040730203283,7418.559999548496,943.9037438446624,2159.8841929562245,760.0293401012907,2941.637353724277,965.928602403028,5258.390850110132,1160.8930084462759,3521.5794653013263,965.363709237139,4486.241451097194,1133.4322938764046,6324.211960822923,18901.410356670767,5905.440419694616,141596.7600409696,52662.59410268278,4113.782297221047,23846.490618550943 -543,5037.443112303598,4809.2376397232265,1023.4494478915746,1926.856643973887,2059.7555090927954,3429.7101390696744,2140.692054167248,4041.6915659659608,366.9964698564011,1478.146592965321,2812.729355049694,8202.871770385478,1573.4150307253954,4785.123316701285,1792.6705625827797,5407.963824904256,1329.1304083096768,6140.374358873239,355.39132911158435,1666.2400754166536,728.716454222111,3203.838362827712,1642.443024110052,7353.283585521142,942.2895898957138,2140.8792250326483,767.4366234260613,2915.753686566268,974.958504076321,5212.1219113578245,1171.7474524447139,3490.5928480573834,974.2920296663073,4446.766707426411,1143.915023450414,6268.5647896230485,19031.397787473477,5947.303106652227,142656.50607854172,53086.9957421546,4142.490308936347,24037.79051897739 -544,5172.133029972007,4809.497562674858,1039.639421074321,1926.960784027632,2064.890906721154,3429.895503247819,2170.938158466899,4041.910005660588,366.8425507245442,1478.2264817656194,2810.6640337510353,8203.315107729593,1572.2597089135932,4785.381936355702,1791.2296910205832,5408.2561069716,1330.9893347961156,6140.706225241059,360.5425664712872,1666.3301300304975,735.8017786493525,3204.01151940391,1658.6973191639547,7353.6810055109445,968.094583236902,2140.9949322796056,772.1515885518576,2915.9112731446858,974.7351586065142,5212.403608835252,1171.217643272151,3490.781502739056,988.4139541235637,4447.007040055904,1160.4955568580624,6268.9035842480325,18864.26975973868,5937.947622564887,144044.9947143372,54029.1820527317,4103.170521873276,24526.316873417007 -545,5225.703314796706,5002.68582436383,1046.4674751570515,2004.3630904760576,2048.703325301352,3567.667805117693,2175.9756880439627,4204.265752330839,362.7804625198022,1537.6039948370842,2778.5645319169785,8532.826489136294,1554.303541686259,4977.601519743578,1770.7142783639358,5625.495347133212,1319.1359517011,6387.366577125546,362.3913549157232,1733.263404665845,736.538276933416,3332.7104963342217,1660.6074680914455,7649.06422006855,977.3165749612537,2226.994578575706,769.5391576315313,3033.037817603272,964.1464386802417,5421.775831045542,1158.2062995869978,3630.999478039393,993.482338460503,4625.634755028529,1166.446340412795,6520.713377340658,18431.743596386226,5850.751555797781,143789.50074445808,54431.81216271602,4006.2121615127617,24773.61749044501 -546,5243.409251723985,5001.126286654039,1047.5023453749561,2003.738250153588,2028.883017645179,3566.5556200488268,2175.659128467138,4202.955114163075,358.37373314732866,1537.124662035293,2744.0812084189783,8530.166465071601,1535.0138864609128,4976.04980181707,1748.767051572257,5623.741654729148,1305.47315952067,6385.375378918621,362.3645272607217,1732.7230769827809,734.9173197921017,3331.6715568770337,1657.0822752863003,7646.679700129738,981.0053716509942,2226.30033509396,764.6418313552265,3032.0922981327635,952.5881849492644,5420.08564618097,1144.1057452023542,3629.867549949355,993.4087914482335,4624.19275925157,1166.3599889599418,6518.680609590748,18062.152661254648,5769.176520327695,143153.29210051062,54549.66969440927,3923.5293337468897,24872.71726701886 -547,5162.387913144569,4873.633729053933,1039.3018759241565,1952.65741363183,2011.0388702139198,3475.63424119133,2151.068892820182,4095.8101499551035,354.8068595236279,1497.9390979682453,2716.5896514505544,8312.708901104697,1519.6353613729925,4849.196513254425,1731.2364188365252,5480.376907320747,1292.7695763579372,6222.594478850661,360.21485374658704,1688.5511676897127,729.2402011774446,3246.7380232041687,1644.3906640894234,7451.744660252832,960.3608883425446,2169.5457747333176,757.7834398991539,2954.7958693262913,943.1448131279492,5281.9126543716475,1132.7107311752209,3537.332174682458,987.5155419521305,4506.309281026647,1159.4407322789211,6352.501390059187,17784.538542977753,5691.291888722944,141641.1272026359,54101.2329639902,3863.142942514287,24683.369653919213 -548,4935.358188451358,4594.865591293211,995.9625649904686,1840.9668966285178,1905.371275448008,3276.830609482554,2051.768490019872,3861.532928563234,335.26935987774937,1412.2581223277873,2566.259946870522,7837.228282548289,1435.5423019657346,4571.826165627144,1635.3901315926125,5166.903521831591,1223.7689930968058,5866.666813509653,344.80970833560195,1591.9673268228019,695.8232807158068,3061.02708084715,1569.2225950487427,7025.510540601345,914.4787309392136,2045.449408647462,720.5531916959906,2785.783795841019,891.3654720151736,4979.791273009695,1070.3057488263016,3334.999468164372,945.2829122836091,4248.551821955238,1109.8554559073332,5989.143148328337,16621.013728286285,5355.695655697282,134721.75795440847,51833.51137798921,3608.303387641788,23691.075838325112 -549,4488.184179093385,4374.580287834638,893.1080343216024,1752.7079599036974,1693.514780837017,3119.734039223782,1844.2058541867398,3676.4047814862665,297.02752489767084,1344.552179061827,2272.909908046101,7461.4988566937745,1271.4449779478439,4352.645409575568,1448.4106371177052,4919.193792867028,1085.8126090200224,5585.409298218419,309.6623733238,1515.645833034211,622.2334900539962,2914.2764815092605,1403.4842944502489,6688.6961788667295,835.3427665122381,1947.3872488866034,641.5323451802445,2652.228805679903,789.8266093601773,4741.052008511088,948.1959440579066,3175.11418854469,848.9278085966014,4044.869361877993,996.7250521500108,5702.013919045479,14627.809797329908,4746.451206711505,120544.56757545318,46673.98551138849,3173.2862017240395,21380.91102471823 -550,4041.811409493786,4196.727518110829,793.9769470817523,1681.4499317786413,1514.521988122585,2992.898250834986,1639.900333349746,3526.9370085820838,267.2611989319021,1289.8881168318262,2045.8250907476695,7158.144443095644,1144.4158117234354,4175.68442342761,1303.5972961341524,4719.199237205866,975.262371584363,5358.329110322047,272.98598351804225,1454.0257937186423,552.2279465146289,2795.7937677689824,1245.2741164060747,6416.760801532202,754.4336240433673,1868.214346996455,575.029699529259,2544.3998922768924,710.5297827015382,4548.299978456178,853.2034177873747,3046.0268669123893,748.3808584106981,3880.4213070139544,878.6730067902964,5470.1930581217175,13343.958398304974,4293.663892829375,107676.8476249552,41313.4215566746,2896.6866532371364,18870.355413934092 -551,3337.2347271260614,3898.4001293904184,679.0215605718344,1561.9228561591494,1399.6114215652408,2780.145929883872,1432.7773935676505,3276.222159116395,251.3842691077343,1198.1954939547636,1927.9106986893282,6649.30260607461,1078.4555811486866,3878.8528982009216,1228.7402092145758,4383.731571218169,906.8402223712609,4977.428438432221,235.03574775224425,1350.6653262352847,487.0593580969871,2597.052760510361,1097.355778526861,5960.620752957802,629.6481897864776,1735.4109888312464,518.6143064939172,2363.529399149153,667.5615978279177,4224.9808089760645,802.6748347855548,2829.497860143027,644.3417071939134,3604.5787724055526,756.5207726755713,5081.340457188365,13364.986573261094,4111.38138234399,96174.30407517141,35097.76650518992,2912.4145680623647,15797.162243367085 -552,3733.7321128391377,3658.425604041617,739.178374681048,1465.7752870031723,1485.9041340886602,2609.0079815510503,1486.3265677071274,3074.5471561725285,263.83855356967814,1124.4379561460862,1953.3404536299756,6239.99027695697,1092.6807530726917,3640.0816453154107,1247.5747952248782,4113.881410089601,926.9158564040401,4671.031971336584,229.03888082867752,1267.5221752475798,498.63581592962527,2437.1855116841816,1121.4924942016357,5593.701737849178,676.337373797651,1628.5839791586934,552.6107414743981,2218.037190324133,715.3178880391972,3964.902897373808,801.7883987686997,2655.3219460688997,627.9015209316143,3382.691061734446,737.2183710535356,4768.547459066822,14634.935309961,4359.847707766166,98980.76967812688,34988.732811254675,3146.285578978358,15648.903605189313 -553,3768.1263759921612,3518.9765591507094,761.3319909908708,1409.903995382132,1539.6802339284425,2509.559828023446,1532.1707568549048,2957.3539395258194,274.3332775896182,1081.577497578764,2030.8544543667433,6002.139141405956,1136.0413748943156,3501.331821291824,1297.1437482015754,3957.0716521440813,964.8402370635853,4492.985178109961,240.20723478530627,1219.207742798536,521.7198763934009,2344.2867545109166,1173.5062579892722,5380.4853302540805,696.4164112372932,1566.5068714084573,575.8476603947084,2133.491759803006,743.8097184967993,3813.7717874468613,833.716473433896,2554.1084325706047,658.5191453729215,3253.7522534124296,773.1664846727858,4586.783645706994,15148.799375250304,4512.053113080812,102902.80203954979,36499.35892593602,3255.8840721442666,16344.722121167755 -554,3831.9643169580004,3441.584284419525,787.5593458965578,1378.8962078845243,1604.8539095172182,2454.367490024011,1590.7825631518613,2892.3133390222542,284.81692322427045,1057.7905409370624,2108.679841385861,5870.135078975204,1179.5761833493357,3424.327604388528,1346.9531293207792,3870.0444238332375,1000.9286485997184,4394.171691454811,248.34468944975592,1192.3939067302947,539.4783429967075,2292.7292401302093,1213.443920780118,5262.153198207532,720.0759200069622,1532.054942524455,595.8630608473105,2086.57022519317,772.1890906941779,3729.896129574516,865.535506915122,2497.936344412551,680.8276728239526,3182.193013369046,799.3588981640783,4485.907264726858,15813.678292742195,4699.221088146366,106539.20060883128,37608.659607598755,3400.4337194965183,16842.502179351417 -555,3979.291731512813,3461.078562520242,834.2333158467508,1386.706734644022,1702.9874929842026,2468.2698438406796,1682.1581098531155,2908.696363793889,309.70526254494047,1063.7822183952285,2293.0159948004534,5903.385476542502,1282.6921386643817,3443.724134913763,1464.7835877532732,3891.9656426747683,1087.9875530141653,4419.0617414714025,270.2459565224563,1199.1480224230681,586.3588135795982,2305.716021136586,1318.945529169186,5291.959784179823,764.5336676026295,1540.7330112994543,646.471781774627,2098.3892529678888,839.6506917808524,3751.023501862299,941.1553480850051,2512.0854867120192,740.8691769368046,3200.2180130337683,869.853551198215,4511.316935542855,17137.444169483228,5054.405634812093,114619.01254286371,40529.60909655626,3680.361240669887,18140.674134345656 -556,4825.842260465495,3536.521405659465,1029.619699239296,1416.933467950438,2097.8428866617287,2522.0719437613916,2065.558147069534,2972.0986586419845,377.62542496304286,1086.9700061287283,2795.693797896126,6032.064492765949,1563.885496135057,3518.7886950016086,1785.7079594283978,3976.8007448487433,1327.2768555535345,4515.386218296225,329.52779105615514,1225.286445611734,715.9893489509404,2355.9748548972207,1610.4564282832978,5407.311251846666,934.2089875683478,1574.3171316224116,791.1185647041161,2144.128882507362,1023.8315921366107,3832.786418407156,1147.5933348808956,2566.842657895193,903.3881079263815,3269.9747496138298,1060.6668198008033,4609.652344511917,20889.14008007604,6177.2907830270315,140220.84065516124,49561.993888434015,4489.40720113949,22179.136022647624 -557,6751.699215219323,3740.7564274601013,1346.8320988336286,1498.7617405727399,2653.9458237682074,2667.722247925415,2693.366042111959,3143.738121468365,470.32921743820856,1149.7428038680769,3479.3374009245945,6380.417770427835,1946.309464062556,3721.9996481957337,2222.261525210062,4206.462011855699,1665.2105359447705,4776.150935075892,436.32249567045073,1296.047053346518,929.4246885733724,2492.0330094107685,2091.969129639155,5719.584868976885,1249.804735577915,1665.2343513467079,1007.4746828749581,2267.9528775668823,1275.7339140018005,4054.1308209796607,1429.8301736944954,2715.078482328517,1196.1617942635821,3458.8166333943627,1404.4120297321501,4875.860954353257,25130.457980927586,7636.945159508005,180666.6370701941,66095.46865872886,5391.7623353335475,29850.51111982439 -558,6679.074437061413,4255.535248223582,1364.3298156823623,1705.0116839675604,2742.6753333398024,3034.837011888804,2753.542529810982,3576.3591258937986,488.97885435077944,1307.963007785061,3618.0565954090644,7258.449794038983,2023.907710498935,4234.197281731906,2311.1641555115043,4785.328237454813,1727.8903302415376,5433.4140832718695,448.59762930939286,1474.4007063344793,958.194572143043,2834.9705512595356,2156.518265057182,6506.677322389497,1268.8508919997803,1894.3931838727642,1038.744888099909,2580.0539540472155,1326.161427426472,4612.034208627332,1486.381492795953,3088.710106444274,1229.8136137871675,3934.796714509883,1443.9225879091023,5546.8455535812,26358.273535199798,7943.783944326622,185862.69763240652,67456.07555751124,5656.840752742148,30440.05476028055 -559,6270.000410693438,4724.957391015931,1339.072150776755,1893.0891387385311,2727.652955005443,3369.605639111681,2720.3806597433377,3970.862300311832,475.99898919386845,1452.2425782724374,3522.005183903388,8059.1192414582665,1970.1774309346754,4701.265663277056,2249.7395315002036,5313.191104089151,1681.6055335316448,6032.766393351384,436.4603989549861,1637.0397866219703,932.268681304388,3147.6921886801115,2098.169386158191,7224.419799651193,1241.446304283497,2103.3610470894973,1011.1995665628143,2864.6560980746412,1290.9609229469438,5120.781253255667,1446.9277810750916,3429.421399397775,1196.5398509576594,4368.838638131256,1404.855905612177,6158.710330541331,25784.279474076327,7791.501929151397,181535.33988305443,65565.92129084065,5542.391133075151,29648.178608879734 -560,6109.354402068296,4899.366170600108,1308.3056060751649,1962.9673067320116,2606.3659955358517,3493.98534427365,2636.385721221921,4117.435737992144,456.6313988241002,1505.8481105081926,3378.2120051151937,8356.599416432686,1889.7408441671112,4874.799928028775,2157.6964762330886,5509.31290995425,1615.768453564289,6255.449337790513,421.8565246430325,1697.4665984824028,899.59303788362,3263.880570437414,2024.745923378274,7491.089345255288,1216.604842481217,2181.000823047117,976.2383853045072,2970.3969826260136,1238.5363181872767,5309.800779780079,1388.1483933977515,3556.0090384918544,1156.5038760227799,4530.102275455367,1357.849718748287,6386.042148306406,24527.05629486346,7442.996730917683,174953.30042915686,63620.21523552118,5267.31473840287,28841.828535643315 -561,5872.540415523583,4898.456437117823,1261.0886097249274,1962.6028152812028,2486.9215874369565,3493.336567402598,2531.784794524944,4116.671196412361,437.08155049371084,1505.5684987384936,3233.2281768216576,8355.047730352802,1808.6382189751007,4873.894756102541,2065.0599784094256,5508.289919174617,1548.196855845477,6254.28780147925,406.5060387488095,1697.1514062420338,865.8523838085645,3263.2745203211916,1948.8838908609134,7489.698370472251,1175.1729724458078,2180.595846279811,937.6023197635109,2969.845427690808,1185.5843260288057,5308.814835193489,1328.784728280448,3555.3487448185547,1114.4210933740485,4529.2611083381,1308.4403775706016,6384.856363011063,23335.122475952052,7099.186006581933,167926.56205958896,61364.51152023427,5008.527663172039,27854.082246976268 -562,5611.019515806522,4953.690212463555,1219.3808400358491,1984.7326360489724,2386.5855105708924,3532.7265608929715,2441.3826218382756,4163.089756004303,414.15373519872367,1522.5449143286796,3063.234713095244,8449.257168624894,1713.5454328625583,4928.851580047617,1956.4481309161831,5570.400025049901,1468.759076340933,6324.809593764029,388.60454736606636,1716.2880630038976,825.7189628626164,3300.070391441141,1858.708472635511,7574.150344785484,1134.701217935102,2205.1837021971587,891.9117472934556,3003.3326654095417,1123.47415328809,5368.67570967984,1259.1557742142804,3595.4379721839377,1065.3448246396736,4580.331929065314,1250.819993342098,6456.850413891471,22033.169748427415,6746.251754397127,160427.71904825015,58810.10643921498,4730.97265730211,26754.876933635747 -563,5572.544533306566,4983.321510890502,1177.5954951467643,1996.604635006134,2284.68924037922,3553.8581356376435,2350.184183716577,4187.991950055107,393.7110610407075,1531.6522627477216,2911.7786601377397,8499.797765616533,1628.8223044926517,4958.334302181323,1859.6167792294066,5603.720272869283,1397.474618936083,6362.642464316756,370.88086783573004,1726.5543173719084,787.7171849923452,3319.8102957154733,1773.1928036814775,7619.45634890989,1094.8568226872387,2218.3743648271397,850.9003889939798,3021.2975850285043,1068.0726545693003,5400.789310912064,1197.0524572037777,3616.9446653682053,1016.7560204447777,4607.729924592594,1193.771940604698,6495.4731079450485,20883.003234271502,6428.013485123496,153382.61314656964,56426.16470677262,4484.556074638403,25674.989019660905 -564,5423.2908234593015,4940.304145787205,1147.4107644452222,1979.3694093913919,2211.0451998709846,3523.180280995523,2284.3187709648246,4151.840082596529,383.04885024052993,1518.430630458109,2832.658828185829,8426.42523627267,1584.5633954020525,4915.532633351607,1809.0586376113467,5555.347459598462,1360.8399255286595,6307.718431558462,363.13894544396595,1711.6502383798647,769.9587183890384,3291.152804672123,1733.3215673245045,7553.683162304652,1069.4070782525566,2199.2247635463436,830.261605368164,2995.2169356028444,1039.2033810598582,5354.168252020767,1164.6854933439117,3585.722230915894,995.5318299181077,4567.954766591968,1168.8526457066916,6439.402445517892,20201.424988300103,6228.231457867352,149540.42349415703,55244.57027578018,4335.3674925734795,25154.31422528991 -565,5371.856180089123,4848.096224994121,1130.611224396546,1942.4256236779047,2184.629009701511,3457.4221578712986,2250.6859987527514,4074.3483877161502,377.1857421389611,1490.0900005755404,2789.111781984043,8269.150880721576,1560.2035767388836,4823.7870585172295,1781.2276169071638,5451.660110921857,1340.874441066918,6189.988513650838,358.8279990122966,1679.7032762195329,760.7241211432668,3229.7253402537785,1712.5402136373627,7412.698033014631,1051.5428748633024,2158.177504750305,819.6403189299104,2939.3129430942695,1023.3365264556874,5254.235796947901,1146.8945673393825,3518.7967984531506,983.7135315955418,4482.696531698985,1154.9767967916264,6319.214721618862,19850.665618271523,6134.607529047941,147790.8468607716,54673.91960586119,4260.720153593916,24888.38083496632 -566,5348.803255046475,4750.884776351617,1128.0117614659791,1903.4771375103724,2183.6254410930896,3388.095766451382,2245.374193933524,3992.651719444138,378.96400820402255,1460.2115078969357,2802.2638221668776,8103.342262482082,1567.560707516939,4727.063044360107,1789.5520843773115,5342.346320045128,1347.2382392944407,6065.870154079048,360.49903402924224,1646.0227589210012,763.5654109291116,3164.9646043952703,1718.992076439137,7264.062552055367,1049.1252799354468,2114.902876539992,823.4792639810465,2880.375402263548,1028.160567402841,5148.880653479966,1152.3011770031344,3448.239755362148,988.2946115627244,4392.811883489117,1160.3554369103213,6192.505186811238,19928.202053544166,6148.655503280055,148214.16049326246,54836.66737487766,4276.289365197026,24947.586670370758 -567,5385.368743474963,4694.286394479308,1125.2183605353966,1880.8005770409868,2175.5863446437,3347.732603159338,2236.7521884448497,3945.0863421853433,382.5205403341457,1442.8156727148926,2828.567902532547,8006.805284339205,1582.2749690730504,4670.748456254135,1806.4265450020243,5278.701720912534,1360.0648908527724,5993.606049279593,363.84110406313346,1626.4133116147532,771.3785523984096,3127.259653901929,1736.5233409594039,7177.524105930118,1048.276083164697,2089.7075526657777,831.5279656371143,2846.0608283205215,1037.8086492971493,5087.5408552825465,1163.1143963306383,3407.1600829119275,997.4567714970893,4340.479306257921,1171.112717147711,6118.732449772023,20061.01431296609,6171.833988401497,149037.15110930044,55252.352288001544,4301.242542119686,25112.785716408427 -568,5448.871554307752,4690.062635484781,1146.945313245184,1879.108296748176,2192.2956500292844,3344.720427398078,2271.5819053347504,3941.5366878775903,383.07100701110556,1441.5174763197515,2832.036055621128,7999.601033683148,1584.2150221352595,4666.545875894642,1808.5026060981954,5273.95212491444,1364.5658831991675,5988.213206718887,369.5962763010097,1624.9499203180849,779.8997188107737,3124.445852190359,1755.997682779719,7171.066014230279,1070.4399592703337,2087.8273049923755,837.8170769649645,2843.500039733629,1039.4282975803044,5082.963259319762,1164.9035757118515,3404.0944363286867,1013.234360823021,4336.573890829513,1189.6371645558925,6113.227022738381,19900.92960663537,6169.797671706053,150557.4260524235,56216.165965971195,4265.465184200794,25629.548752550152 -569,5612.249666736679,4893.972755171665,1163.5509152938444,1960.8063949346474,2202.717794682828,3490.1390274631945,2301.2340309153387,4112.903102409981,381.6646424574783,1504.190413543054,2821.0577235940787,8347.400142352632,1578.073843783833,4869.433556088631,1801.4302639972227,5503.24804110918,1362.2108148704335,6248.563092550724,373.2848812492546,1695.5979603315216,784.8694081380902,3260.287562033424,1767.4112223921477,7482.842858782612,1089.8725608166935,2178.599891359452,840.0146716222598,2967.1270525254977,1035.7340036042417,5303.955541753277,1160.7382150506728,3552.094443553641,1023.3465332574092,4525.115360280201,1201.5098532520935,6379.012141352437,19657.3644225452,6147.9889554312185,151523.5494447105,56985.197078371726,4212.572303107901,26026.604728460705 -570,5562.019299600628,4893.777811382155,1159.3608138979705,1960.7282892629883,2181.4272893541383,3490.000003205813,2287.912613420089,4112.739271314717,379.1868869106992,1504.1304964585033,2802.3127219702696,8347.067636656804,1567.588061618932,4869.2395897799315,1789.4894827624198,5503.028827786708,1355.5425855606873,6248.314190762914,374.6002925613864,1695.5304188251812,786.2881609693933,3260.157693551511,1770.7136385401425,7482.544791380896,1088.598765660569,2178.513110222757,838.4719672402722,2967.008861636313,1029.1003017557975,5303.74426693741,1153.2852721176546,3551.952951398665,1026.9526841456332,4524.93510935106,1205.7438303885806,6378.758043329751,19366.44573053635,6078.936163917196,151174.8086733884,57181.07010805105,4147.308929447886,26154.430438809595 -571,5529.497249194462,4718.979144218955,1127.8569579311431,1890.6939099261886,2113.6803192890566,3365.3422495290797,2222.5385480164173,3965.838171443875,371.90264307511944,1450.4051300536457,2748.202525451235,8048.922450290731,1537.3193134488652,4695.317392410814,1754.9066908139391,5306.468595276661,1330.5129605646575,6025.1334427481615,370.20044020351366,1634.9685239520672,774.9224612369792,3143.7095748303823,1745.2886407589572,7215.279110973366,1063.4627008573075,2100.6997719917463,824.5168789897202,2861.031595306571,1009.3892088285999,5114.302190781264,1131.1835972066526,3425.0823279946317,1014.8906535533281,4363.310970168668,1191.5818157279632,6150.918029519302,18844.669810143845,5919.76458224541,148321.23747993758,56432.39703463128,4030.8050821600755,25805.85405752405 -572,5345.51808196339,4449.763208022228,1072.9967231892178,1782.8305531563685,1995.4504902939175,3173.350774966349,2106.3270567338864,3739.588636639735,353.59536531321555,1367.6600779950281,2612.487402542153,7589.734535573105,1461.401517128173,4427.451350008995,1668.1980285075783,5003.736612973657,1266.9910141838504,5681.401908675421,355.7299247808652,1541.6942016090327,742.6027223493634,2964.362158693697,1672.6605922311464,6803.650226543769,1013.5233275126463,1980.8556619626029,787.8496089802186,2697.810848640958,959.7915536810916,4822.533227578517,1075.5827506171818,3229.6827050461907,975.2202770230576,4114.3857658285615,1145.004877482401,5800.010533389555,17740.656256697574,5594.897489697247,141708.65398566946,54280.25998309813,3790.679841674136,24827.042807183687 -573,4996.0915608149035,4226.423795699898,980.8515457541077,1693.3479651178884,1811.8183142486637,3014.076165500421,1926.501816402633,3551.89381123225,314.29863951143176,1299.0154369666159,2321.744278159537,7208.795871735574,1298.762477164234,4205.231798907035,1482.5018107041005,4752.592553770119,1127.7733810109246,5396.244945454784,320.1092982630159,1464.3145611941566,665.5352371326017,2815.5769601375996,1499.2893213741602,6462.166158244694,927.9664661434313,1881.4339357366985,703.2252549149172,2562.404207585089,853.21023761838,4580.484002349965,956.1257546973187,3067.580722623353,877.5676623832547,3907.879384241588,1030.3510677781965,5508.900448777593,15696.400647457785,5009.210717866711,127761.5610625885,49143.63715759044,3356.0985999906247,22515.45917162201 -574,4702.791115861294,4099.256140213544,891.5385568495833,1642.3973030319607,1636.7939396030317,2923.3864907418315,1746.7496878564862,3445.0218953182675,278.893419400246,1259.9297334156142,2060.516896572878,6991.892476761075,1152.6342732943579,4078.7017833445257,1315.5832555799225,4609.593157173933,999.6403844387869,5233.878876334655,279.7912818312719,1420.255219622436,584.9195183649972,2730.8598711352174,1317.422467902256,6267.7278909456745,837.4825727949907,1824.824008733276,623.3073896856692,2485.304761046268,757.0318895536573,4442.663130679633,848.3597564942996,2975.281164564825,767.0373290754607,3790.2963203465106,900.5775450890374,5343.144720473315,14091.728781298896,4506.3595117714785,113664.52705518568,43435.71178495953,3017.9191551733506,19846.923142657826 -575,3887.3353496289647,3842.8414456277847,754.3097010644108,1539.6628584301466,1492.3896714109494,2740.5242277994985,1510.668629313712,3229.530545933286,260.14776981518094,1181.1192159112231,1924.496383202111,6554.538988059155,1076.545644347415,3823.572794984165,1229.065036759423,4321.25610744281,921.3550067930594,4906.4918071518305,239.40253705424482,1331.4160995682432,512.835237201406,2560.0404405208706,1154.0738523762618,5875.6719964292215,695.9727362214783,1710.6784967507706,558.6787882849236,2329.8451753412833,705.6297378737186,4164.767807519541,790.8634137984357,2789.1728109943865,656.3130966557973,3553.2075315204115,770.5763657011194,5008.922906864881,13966.276981647845,4265.120334345555,100802.53729058254,36718.19041831884,3000.083524161008,16539.00939914515 -576,4075.78725930531,3637.9566132964947,862.6815550436887,1457.5742344107805,1745.019553654053,2594.4105109425673,1708.6672185861034,3057.344981221748,274.4097079195945,1118.1466952024737,1913.006928999164,6205.077361661499,1070.1185489337406,3619.715289518223,1221.2444889098513,4090.8641317235656,913.11857680677,4644.89742042872,231.2053826887533,1260.4303542069338,494.7644341980707,2423.5493924672983,1113.4477749319365,5562.404824505767,788.2917532303094,1619.472007506126,617.0940474901514,2205.627211924975,768.8257791634169,3942.7191578378734,801.1144203799712,2640.465347569436,633.8409047083812,3363.7648132521044,744.1917939343617,4741.867306353183,14890.42984076214,4563.927205164905,104039.96230604495,36603.75155984575,3173.512391974307,16747.8913098339 -577,4022.9871526439465,3476.2840961611632,851.7764764432593,1392.7989442032201,1730.8260441098128,2479.113677480232,1715.8917725522438,2921.475120361231,281.8552965972685,1068.455725805197,2009.8744551814027,5929.3207810544955,1124.3053555707506,3458.8534254622427,1283.1583079310233,3909.064189685475,960.0942990597157,4438.475976299497,244.32752104344704,1204.4162315278395,522.0477757745849,2315.845708138049,1174.9104176788771,5315.208916226728,776.0696743123227,1547.5019034848813,621.8631850827901,2107.608092644997,780.2664664635679,3767.5028486945534,841.7318008839297,2523.1218153266623,669.8147559644499,3214.277509741648,786.428646592678,4531.136474507121,15284.345277788181,4663.095999643405,106852.68073748624,37896.161181147356,3274.252887894987,17262.98074405613 -578,4089.1269341234615,3380.3722622768178,873.3466450254504,1354.3711583044126,1803.1696244412951,2410.7141069510376,1778.5557864589352,2840.8706505623554,295.71671555855914,1038.976677128085,2121.36955656489,5765.728849535579,1186.6746937561275,3363.4225095772094,1354.457578606469,3801.2118091454654,1011.7041628918322,4316.016948566811,255.49424237348597,1171.1859872985278,546.6997687699742,2251.9507551605307,1230.3294261796204,5168.560535216475,790.7623005841492,1504.8058115093565,645.7693034733039,2049.4584847063666,815.9888166858376,3663.556192613762,888.2397165652268,2453.508045644025,700.4279046210559,3125.5945246792453,822.3715051988455,4406.120912824421,16176.19035435093,4905.641599759406,111441.1344124838,39283.00734651717,3473.6315612930566,17842.982686234558 -579,4183.573187763276,3337.224932546129,888.631114348598,1337.083861400096,1855.6023483323108,2379.943567972298,1880.766266889114,2804.6095606078748,319.5818354207722,1025.7150994696685,2311.9406555725677,5692.134646144176,1293.2784205107905,3320.491527784511,1476.2203042519618,3752.6928512970426,1102.0277350319634,4260.926978600715,278.4644686768753,1156.2368799076467,595.2364663552663,2223.206683729552,1339.6078503617766,5102.588633797604,809.4015972125364,1485.5983552021276,692.4564537068981,2023.299040080755,877.7828471949724,3616.794281568159,967.9858502908418,2422.1912815634328,763.3999204633357,3085.6991974498305,896.306868298976,4349.880848976876,17397.15966407282,5224.2404798075695,119048.96091446896,42154.82713388677,3737.0195593829253,19071.96585868224 -580,5133.053369096059,3334.1708299855204,1107.6126446256378,1335.8602126118392,2320.3554559452937,2377.765533260235,2322.0598345621065,2802.042887574534,394.3550242078644,1024.7764036445253,2830.279366921457,5686.925418912119,1583.23234657161,3317.4527390056714,1807.0034560422757,3749.258528145927,1349.6791390137187,4257.027538719094,340.52097695072973,1155.1787354651917,729.1783997587289,2221.172088710402,1640.9490058991257,5097.918936870606,992.426602730928,1484.2387915429897,860.5719765820025,2021.4473930074867,1087.8923840452733,3613.4843276693955,1185.086764088765,2419.974583335165,933.5255156805289,3082.875281768184,1096.051111623069,4345.900001863563,21494.89625918863,6452.323655813549,146844.13686576436,51798.825053438166,4606.068058413601,23382.756467696512 -581,7248.390138947125,3305.319306716616,1521.5128569275498,1324.3006363413153,2958.5596770277016,2357.1900555450893,3009.707751938464,2777.796017904789,486.3319191096316,1015.9087235636873,3527.3357703379215,5637.714844703785,1973.159312146822,3288.7458821067626,2251.943032111225,3716.8151336164365,1695.7832158660813,4220.190275317611,451.6062092278204,1145.1826471225431,948.244338041556,2201.9516583637223,2135.411817090564,5053.805202353065,1389.5794936058408,1471.39525345979,1071.9623644630435,2003.9552369452629,1333.8863169717438,3582.2158257006386,1478.3401913102878,2399.0338587708047,1238.0615230495166,3056.198289957464,1453.6064476041142,4308.2936999007325,25746.609739312116,7995.573569579128,189391.52014592942,69227.26125699651,5530.600504741414,31657.18518999755 -582,6914.8994380060485,3336.380184529113,1433.512264164999,1336.7454068567758,2879.0603178505253,2379.341135517102,2998.486254117602,2803.8996329246306,488.65900184037656,1025.4554613530256,3502.844398648861,5690.693802463541,1959.459063216199,3319.651015475539,2236.5368425580095,3751.7429363501396,1684.1904994078182,4259.848414917243,450.287575846477,1155.9442029586112,944.109576858655,2222.643925906673,2126.209742617836,5101.297021240113,1329.5295072585884,1485.2223073509924,1082.9799883272638,2022.7868846562676,1348.9362766501133,3615.8787664743118,1468.0842463439126,2421.578154991718,1234.4465389791217,3084.9181178609983,1449.3620994397604,4348.779768499623,25645.919844580098,7888.882186380455,187413.88692386344,68587.70996524277,5472.3822775996105,31329.755804816643 -583,6328.322488248297,3565.2429706041275,1326.8809618309663,1428.440975456791,2738.8929849440433,2542.5547416350114,2839.1905770314884,2996.236311113004,468.7265268812194,1095.7977427780713,3403.5389432664133,6081.053403677704,1903.9085013211275,3547.3662452090807,2173.058781594458,4009.0980018884916,1636.172307863899,4552.057552537688,437.5603467695181,1235.2375077393756,917.2647933789953,2375.1087090553306,2065.765961316646,5451.2262811880355,1220.273811350737,1587.1028174850867,1023.9667324082055,2161.5422471911193,1284.783311668892,3863.9140750527895,1426.4851099770644,2587.6890574061613,1199.5553167300698,3296.531578023844,1408.3963601111652,4647.089253270151,24727.30490496802,7582.510599245645,179849.6032660363,65803.40772909792,5297.689354361742,29943.113696194036 -584,6199.91596252265,3802.553280971342,1299.9382501547832,1523.5211071678302,2650.7181999083073,2711.7927037705335,2789.565676474803,3195.672303214058,450.30652607694134,1168.7364189307075,3222.8316407465486,6485.82151695494,1802.8224919487209,3783.48664193315,2057.4707268407005,4275.952266510889,1553.2313677344837,4855.0523833273255,419.520325439146,1317.4575972973066,876.966453950308,2533.2010998261862,1975.2090783810334,5814.071734173093,1191.4896996726536,1692.7438257718923,1005.9570167491222,2305.41919072124,1244.1315280646456,4121.104582388016,1351.104386040486,2759.931257561974,1150.0992733281971,3515.9558748715845,1350.3300829322436,4956.409600323754,23406.00778080085,7227.202227424045,173345.6914131208,63781.6546008417,4992.119345205885,29104.256712058315 -585,5935.067531844279,4023.2284720089365,1241.3134531516966,1611.9362552359692,2516.413624853562,2869.167322544068,2689.1295776199395,3381.128112481554,433.6293153945453,1236.5621963657698,3101.956758979643,6862.215954201108,1735.2061905552853,4003.055330602125,1980.2792545789039,4524.100422120398,1496.3613462865248,5136.807702194181,405.86937225857866,1393.9141740985785,847.8977157771805,2680.211436127902,1909.7797788672644,6151.482230711142,1138.5128401556879,1790.979547806141,973.3910876967268,2439.2105626607254,1198.3725472487276,4360.266396518356,1300.5689748497603,2920.099521491609,1112.6756960157668,3719.9988368071095,1306.3911087690155,5244.047025651985,22370.530673589554,6907.873966153196,166784.88792535057,61665.00728381433,4765.808467518653,28132.134236419603 -586,5730.7019182826725,4159.038589273852,1206.5251161951282,1666.3495835791775,2469.582132607537,2966.0203730825583,2618.4631242003497,3495.263168106306,421.0819757480586,1278.3042097916045,3007.7691700498094,7093.860356183546,1682.5185162634345,4138.184473192318,1920.1478786491987,4676.8182240352435,1451.1611343655777,5310.208358223532,393.98934982914903,1440.967839769976,822.8227467895355,2770.6859970353366,1853.3222816268362,6359.134748811553,1100.8297477761184,1851.436751293062,947.1249775125164,2521.5497772625154,1164.6251126265947,4507.453734930122,1261.1023073484957,3018.6718648715946,1080.1070590876102,3845.572982488141,1268.1523138892294,5421.067706046232,21769.88108105232,6729.863516450386,162231.28016859238,59864.01065043258,4639.5294357568155,27296.74298498975 -587,5737.914214921973,4214.5972730364865,1198.966277843032,1688.6095813081804,2387.358932111019,3005.642075166932,2529.6504469986617,3541.9547812894148,397.8266035870395,1295.380487835145,2798.3085819100784,7188.623974199001,1565.3481823555662,4193.464576409075,1786.3002518041337,4739.293687810602,1353.0670731606701,5381.144989503922,370.9234767056607,1460.2170664370178,772.7982187070653,2807.6983170248272,1740.7962554959106,6444.083505340134,1098.665378673686,1876.1692433735377,910.6170427942743,2555.2340010703847,1109.387564971422,4567.666736386645,1173.5706118016972,3058.996914020235,1016.8728310672269,3896.9442233732825,1193.9090878068198,5493.485256369715,20350.37898215445,6352.480109116181,154454.82418207155,57247.479728753824,4314.23539962289,26231.518330049817 -588,5582.164715681482,4156.439347151238,1164.7779124331337,1665.3081779909219,2309.0890021662303,2964.1667223109275,2462.1321882059233,3493.078760565679,381.37218153585974,1277.505317914002,2659.8841796373213,7089.426961240471,1487.914839981506,4135.598264105052,1697.8766166403016,4673.895389186085,1289.2083035310282,5306.889678449761,358.0049539885038,1440.0672892638754,742.9777742330497,2768.9544228752393,1673.8572702971815,6355.160529638612,1068.5146805015142,1850.2796732116685,884.4182076772336,2519.9739038353646,1068.2549878970003,4504.636746493471,1115.8249952911349,3016.7853089050877,981.457184461968,3843.1696445370453,1152.3276225136658,5417.679743364798,19302.52743520539,6066.345495845119,148935.63176256904,55515.45683549709,4078.9770497376267,25488.868856303954 -589,5520.42644105508,4045.581908880751,1152.359706120983,1620.892325112064,2283.577483813928,2885.1086868154184,2422.8929856788195,3399.9139791912653,375.77798934399163,1243.432652564528,2622.719145842826,6900.343073304637,1467.1250605863804,4025.2966835975008,1674.1358485806184,4549.236750790573,1272.075691775593,5165.348290304582,354.1447006645725,1401.6588927274665,735.0058179666831,2695.102943671515,1655.894038456565,6185.660446208715,1056.5440115806189,1800.930399103583,869.7859302518086,2452.7630466195283,1052.197239330198,4384.492447889035,1100.3223567307025,2936.3238698643686,970.8744444288868,3740.667501224338,1139.902441002884,5273.183445558609,19012.009811443502,5982.6059722844675,147140.17001844433,54916.114780479715,4016.290293855448,25211.671667297 -590,5513.2500395395045,3941.222557007354,1150.8465784092616,1579.0799786276355,2272.783395463703,2810.6847647637046,2388.0607234746994,3312.2102007768854,371.16507970207834,1211.357211097134,2640.752682453071,6722.342640473607,1477.2128557412027,3921.460606993483,1685.573514291642,4431.885178254376,1280.7047734252262,5032.103577450485,356.2722819654057,1365.5018659048183,738.8430130501487,2625.580387270857,1664.5856613961487,6026.095881798785,1056.7954215777102,1754.4738117812553,847.2424226020488,2389.491861507113,1028.757348164836,4271.390599882677,1107.8704763301473,2860.57880701525,976.7071289489359,3644.1736853051216,1146.7505884231355,5137.157029808626,18905.243205701176,5977.806634778615,146867.21847756466,54915.88602180349,4024.397331498705,25216.689915289022 -591,5556.426704010733,3903.1437342882073,1152.5596966365392,1563.8234165594497,2266.8797055133236,2783.5288340014204,2405.5723288182467,3280.2086928134013,378.70664050974693,1199.6534679505014,2712.6448208418547,6657.393531418897,1517.428659273393,3883.572717869249,1731.5677749650254,4389.065731350949,1314.409668572046,4983.4850137285675,363.5596206074935,1352.3088267596409,755.9616078760254,2600.212875374327,1702.9907650737214,5967.873684637243,1064.4261366564954,1737.522650998563,858.4681731755892,2366.405360892881,1045.8397042123947,4230.1217998937045,1137.8939975881221,2832.9408160896132,996.68509513684,3608.9648530929453,1170.2066929220657,5087.523473471975,19306.09987999916,6071.744212539298,149046.94602189475,55780.669579177054,4114.3676095698465,25579.668936032307 -592,5652.7777942615585,3931.735340908628,1171.7835775481808,1575.278855301632,2310.365377562542,2803.918952033515,2458.7019130073313,3304.2371280856955,386.8605485815922,1208.4412611683497,2789.2828892658367,6706.160779034075,1560.2992925846181,3912.020961385284,1780.3900214962978,4421.216850900955,1352.409103745498,5019.990418810011,375.75803485857875,1362.2148626722758,779.5487463664927,2619.260153343867,1756.2701947936841,6011.590008802443,1083.5682532790645,1750.2504846407135,874.7791370243339,2383.739934198172,1064.53775548204,4261.108611216215,1170.1504597695505,2853.692890547189,1030.1265913295304,3635.401518102254,1209.4703107457485,5124.790989025612,19671.35904450084,6204.156776685969,152924.36311891946,57438.92395478709,4201.62132764855,26348.07894078307 -593,5807.44288537495,4216.546698325298,1197.099967409818,1689.390632973969,2313.813356540852,3007.0323087505617,2483.7270513634858,3543.5930816477075,387.5693143036469,1295.979654806038,2800.4866543798516,7191.949009655347,1566.5665761394544,4195.404226952981,1787.4943971819646,4741.485806859611,1360.2452804828963,5383.63399128647,381.5163171151053,1460.8924771327631,789.2593529156767,2808.996993445842,1778.3284997112355,6447.064160082379,1109.4337658634424,1877.0370491286744,878.9207893003312,2556.415902319263,1065.2114325293498,4569.779470882951,1175.0912260599341,3060.4118264202266,1045.912706655212,3898.746721008522,1228.0047685193108,5496.026220164998,19540.32144324989,6203.054265223879,154361.8414049205,58415.350301416234,4173.301146372249,26848.0622414359 -594,5790.992546003697,4308.234773215118,1194.2337043988211,1726.126138579966,2314.368911429627,3072.4197035184966,2484.045571278108,3620.6478971388315,382.30065656963205,1324.1605070880094,2747.354076757904,7348.336690518208,1536.844699023382,4286.632562478522,1753.592405666869,4844.588591401528,1337.908814831009,5500.70017645845,380.0255194575836,1492.6593300654065,783.9187452304348,2870.0781447117897,1766.4784365451212,6587.254449392796,1105.6949528869018,1917.8528934307974,874.9136871586732,2612.0047216710013,1053.8865821588515,4669.148531000959,1153.1226958208165,3126.9599495196235,1041.8257406642308,3983.524290642518,1223.2062669868537,5615.536354814057,19114.35586052471,6113.687595592918,153456.43073775963,58360.7278072157,4074.2522570132173,26862.79963496733 -595,5849.25691729872,4162.807481527235,1200.0062285239267,1667.8596181465834,2296.5224377088334,2968.708160408292,2459.024666080196,3498.4305516241657,374.7839226002317,1279.4626003018957,2684.5997107003423,7100.28876379966,1501.7404816121527,4141.934467588693,1713.5030449199378,4681.0563246435195,1308.8268972342187,5315.020432628605,374.82750338828913,1442.2736349464597,770.778337485442,2773.196773688795,1737.0647624348237,6364.897353119872,1116.5068926937292,1853.1145105828102,861.6709305008702,2523.834788381804,1034.9955869495243,4511.538358599609,1126.9577129324657,3021.407364618185,1027.5755741251342,3849.057814357914,1206.4751647152627,5425.980240432201,18648.511576019493,6002.8898144924315,151452.99685324266,57803.08139778919,3969.6334171185854,26669.401367937237 -596,5759.080180690424,3909.771791615836,1183.488618210837,1566.478996768856,2247.343241353191,2788.2556362769283,2381.959879798384,3285.778923566514,366.01314128365436,1201.6906391386935,2664.7421893595,6668.6986713221995,1490.6323661105534,3890.1675410073076,1700.853205109599,4396.518948875728,1297.8919088241416,4991.947634275231,369.8399103232126,1354.605227056069,761.6472810305299,2604.62838276408,1716.3946600190184,5978.0079281083035,1099.4855925565212,1740.4731956166622,828.7914132230411,2370.4238320177387,1001.772108132946,4237.30510947727,1118.4963225520657,2837.7515264843832,1013.9022743778654,3615.0933555433066,1190.4213610046866,5096.162765164362,18367.738404151707,5918.6093076167035,148757.36189212586,56757.32087221926,3935.200788865553,26173.745517896117 -597,5504.590095994828,3750.0486997693165,1133.6957986529,1502.484758227084,2140.6251698358055,2674.349036398223,2215.1165540540637,3151.54736306429,330.95506173888384,1152.5988367123102,2374.381618864981,6396.267126171542,1328.2073232866214,3731.245327495233,1515.4838821879637,4216.911125886646,1158.1218402379532,4788.015191928555,333.3526363873946,1299.26651507272,683.9164353792905,2498.223374855845,1541.4370368297732,5733.792674571511,1053.3192342355057,1669.3708973505543,760.3966762314226,2273.586613986639,913.177090811568,4064.2015348302557,996.8131381799943,2721.822906641601,913.8737782725002,3467.4085496680896,1072.9780319165195,4887.972897113584,16611.268252743062,5422.604020339823,136278.56091603488,51886.00686919904,3549.1618531994495,24038.79374244448 -598,5179.53390818283,3726.850508577338,1058.5933894398354,1493.190231282266,1950.7068671732209,2657.805235176584,2007.7656276875282,3132.0515633741584,298.99577201332244,1145.4687404596004,2126.43387698279,6356.699152636419,1189.5076281981233,3708.1634559193426,1357.1176779047448,4190.824875181711,1035.3027311175388,4758.396032086901,292.973657766287,1291.2291173109666,604.901079646686,2482.769105290295,1363.0359025738849,5698.322836878988,989.585203166029,1659.043995396069,691.8292026565208,2259.521970781864,828.9041617980142,4039.0599615345477,892.4956320362647,2704.9854271222384,803.1763194038308,3445.9587998339475,943.0082873205123,4857.7353885139155,15081.603206779271,4917.909517287856,122559.76634166301,46349.08814114607,3216.719033736271,21532.024574955154 -599,4261.965581829974,3554.521118909363,891.9773545969311,1424.145186244148,1768.492826876886,2534.9084479348626,1746.1603203267723,2987.22564854804,281.35182009871966,1092.5023205635418,2011.5685115467818,6062.765687165883,1125.2529951804408,3536.6981546745105,1284.1469504998663,3997.0413329432217,965.9022852751033,4538.368026638119,252.88842697215765,1231.5227445451162,535.4234212006188,2367.9659803416353,1205.3997934961883,5434.832660830768,822.3891217590418,1582.3298802200186,622.8874761626008,2155.041782679321,777.7655682164419,3852.294021660746,842.9145008625586,2579.9070300564313,693.2841592104896,3286.617829373863,813.9840428671969,4633.113935964511,15064.928711615561,4672.086008733283,109185.1900732823,39374.659198599606,3224.820702653479,18033.67221583484 -600,4359.758108636394,3375.043826010496,929.7923876601062,1352.236280889134,1942.9666283774482,2406.9141300613446,1982.6637667865127,2836.3926235795548,305.73121048205707,1037.338951878694,2123.643613631568,5756.640407103812,1187.9467804441038,3358.120790982784,1356.1226945408873,3795.220009045266,1012.0150763724782,4309.213667907032,268.59759842985187,1169.33986225515,537.9090710906928,2248.401034850826,1213.4368044154635,5160.4134013318835,842.2168617493345,1502.4338059319539,685.4057408639218,2046.227950295084,858.197315202259,3657.781377248521,906.050650340186,2449.6406132325083,736.3502649091109,3120.667691204432,864.5479023776037,4399.17560247275,16711.191811502373,5132.370141912016,115076.91408737317,40140.881798793795,3614.724911973431,18394.950176686034 -601,4367.983698070905,3218.7647243036067,929.7537872064696,1289.6219024789373,1949.6979734272045,2295.4636134094653,1984.600992074957,2705.0553983012005,305.62850865428624,989.3056794465558,2117.577176166713,5490.083100576864,1184.553270907531,3202.6252988669476,1352.2727656456693,3619.484935852246,1012.0002799913593,4109.678469017598,271.5522381300747,1115.1943777269369,544.5272127647034,2144.290358925566,1228.3074868920496,4921.463979525522,838.4209104412668,1432.8646335983742,688.9450588973087,1951.4787611156216,859.0305497736899,3488.410306132004,903.6822370893511,2336.2116759279475,744.450299081748,2976.167302869141,874.0581421192907,4195.474777580657,16611.57108846703,5119.740414264835,115937.21924319094,40678.7391244175,3591.224819621052,18639.210349521803 -602,4403.950969924425,3120.773500503059,948.0583777260009,1250.3609936247672,2031.958452336054,2225.581124960022,2023.2303279431073,2622.7034056481302,334.6873237182609,959.1875184297469,2365.4813523633006,5322.9444595540635,1323.2285957506554,3105.1254194750277,1510.759630133586,3509.2942916856255,1126.201044002342,3984.5645022945637,287.39150567528475,1081.2436944030428,596.6334538300842,2079.0101491394057,1344.1413033149493,4771.636228959391,850.4743719983321,1389.2428808412799,734.5023628209274,1892.0684567281614,930.9498680471,3382.210063400601,1009.106030278052,2265.0886642170376,787.8730583359699,2885.5616509427114,925.0407481122676,4067.748850682285,18391.25288458104,5544.818222664591,123731.94786290763,43031.67000206901,3957.4181730631876,19501.002351202274 -603,4498.671306476029,3062.4206371314485,975.0606591088139,1226.9814871612523,2122.6591209978565,2183.9667523417297,2077.6859742064576,2573.663559126307,381.54373201917196,941.2524333613616,2822.058676526146,5223.414951650667,1578.633767683207,3047.065147133849,1802.5379659449895,3443.6767868264956,1338.5382824166145,3910.060297500373,311.4550207540485,1061.02637790739,698.8155843688584,2040.1363907069633,1570.1201712900847,4682.415195493614,878.4182537426638,1363.266532348624,798.3235982097083,1856.6901724254412,1035.0089350450494,3318.9688055227425,1203.4732249905724,2222.7355715218023,853.8422844439975,2831.6068270054166,1002.4951319444087,3991.689247870474,21182.821499379355,6215.718502728629,137027.7392477988,47570.62954040118,4503.203855549422,21186.68676254842 -604,5406.308439508048,3032.5943949149896,1209.0746970617577,1215.031382532431,2647.156344947331,2162.6961533396757,2548.1868767873666,2548.597533980239,468.0713469697107,932.0851678577683,3373.1068525778446,5172.5418489632,1886.8850686116027,3017.3884586914432,2154.2965648961745,3410.137325684641,1601.830027757861,3871.978525159835,386.0519114700848,1050.6925820330387,839.5385744345509,2020.266617950718,1888.2957051501096,4636.811123967491,1073.1491708426936,1349.9890885819475,1003.8543619631839,1838.6070619172935,1288.3665697918354,3286.6439294746506,1438.6442251217206,2201.087386182558,1058.3468688529865,2804.0285805489953,1242.6037024210125,3952.8124557942097,25721.887544449033,7566.999521212988,167542.40987366874,57959.40702476669,5521.218204263484,25854.070490215265 -605,6987.469030790154,2976.3209214595813,1472.5421452034395,1192.4849990242787,2826.848993665382,2122.564698641632,3024.3667708790813,2501.3052103126106,463.7521809721553,914.7891951290796,3269.273439489396,5076.559050563687,1828.801608661366,2961.3971498571514,2087.5375213018106,3346.8580844521216,1582.2150192268232,3800.129259355992,440.45385097723283,1031.1957046319683,898.1380236774619,1982.7781163269183,2024.708930847103,4550.76946005759,1353.762516384762,1324.938400870861,1064.335959958048,1804.489474063403,1291.7111086914708,3225.656258247403,1396.8197148758973,2160.2435355155944,1207.4877502377462,2751.9964234757267,1417.7098201269066,3879.46321819807,23628.34237366541,7471.9060660923105,181363.1856836238,67388.8845665665,5065.321700003738,31025.349953856407 -606,6792.940660543673,2912.5746426595288,1414.0150349648077,1166.9445807634,2801.629941253824,2077.1040092128837,2955.3786145593635,2447.732728208625,462.1539882072978,895.196413095556,3233.3841260073264,4967.830268580236,1808.7254555207428,2897.9705055758286,2064.846553088827,3275.1757107479216,1565.3796976275285,3718.738809322012,442.281458191283,1009.1097499854345,891.7314578810328,1940.311349490486,2011.100926595197,4453.301940119137,1317.1229968362866,1296.56112069054,1063.273667656911,1765.8412596601672,1292.4182937953194,3156.5697623427423,1381.5214330394242,2113.9758478821464,1212.4980670242048,2693.0546843632656,1423.5924266450354,3796.37360843229,23453.990172493035,7396.292017297143,179805.5071509341,66820.99130344087,5039.2676044899345,30806.542111496474 -607,6129.290302214277,3013.879891972317,1290.0794430776903,1207.5332784595716,2641.8411835409047,2149.349896552534,2704.553958557702,2532.8698335896634,451.7500457502033,926.3331587378066,3178.5708273744203,5140.621474179209,1778.0633984700642,2998.767793401006,2029.7854305601404,3389.0929601330017,1537.5966114338596,3848.084082294488,426.62493026901814,1044.2086323656276,873.7948029272103,2007.799310871994,1969.5134748736143,4608.196807602068,1193.8719904237278,1341.6581443537298,1028.1361613022739,1827.260797699314,1259.5573682254276,3266.361656450337,1358.0384963070167,2187.504212502997,1169.5762816079907,2786.724584600835,1373.1980133932518,3928.4191770689595,22941.694327719306,7118.894172402428,172897.31007793473,64093.1497728955,4922.877015881795,29313.008870969097 -608,6057.8717279743505,3232.6056577211,1268.9721234044896,1295.1673748619223,2557.775467421691,2305.33428174244,2642.608128451791,2716.6873424988676,434.30998466788054,993.559769201976,3049.850474522087,5513.690875969031,1706.0584124323796,3216.396831526076,1947.3901585876895,3635.0489966935024,1478.2082599771763,4127.350399378797,418.1874839969735,1119.9897984711545,844.005136611905,2153.510970752696,1903.3938996428503,4942.626649397873,1169.5021907765092,1439.0260606328422,1000.1476105559734,1959.8702683899216,1212.1905866376128,3503.4107360843723,1303.2505687234209,2346.2575640326413,1146.4453383907191,2988.965048901121,1346.0400026047641,4213.515638601908,21885.96714035841,6843.79834278195,167830.51766207776,62660.36953069692,4686.562591362991,28743.341829518096 -609,5883.046963610385,3482.002413703358,1227.8403948924213,1395.0900304364145,2463.619566219092,2483.191698389595,2551.8220950253094,2926.2808042373836,418.3578500977078,1070.2132832863815,2924.919058013992,5939.0742241269545,1636.1729226710727,3464.5430704025234,1867.5887143746515,3915.4944093427603,1419.322956623888,4445.777052487117,406.15572645759164,1206.3974374000682,814.1090647591733,2319.6551612125218,1836.4395782635004,5323.952175277292,1130.1238369190794,1550.0474685297663,971.2884745865866,2111.075005013164,1170.371995500618,3773.700206860346,1250.0031581513715,2527.2722274732446,1113.460725336705,3219.5648392466605,1307.3128106886934,4538.589972688374,20967.910893457796,6572.525813642779,162139.82615323493,60737.66909700767,4488.991123550551,27890.662692873593 -610,5787.683982360119,3675.1257025333566,1218.9111013073198,1472.4663050281576,2491.1456617144086,2620.9176648338,2549.776784374283,3088.5819476054485,414.25316550710886,1129.5708265794074,2875.4061309489484,6268.474784636326,1608.4758449129563,3656.6980067162226,1835.9924879888583,4132.660587847359,1394.4505371998087,4692.354447839375,400.2464470571461,1273.3082011117422,797.9874799279453,2448.310854247606,1800.4313947236474,5619.236046884272,1112.4696847777038,1636.018191521512,965.0591014425055,2228.1621576040015,1163.2500112498874,3983.002013240255,1228.7733592027698,2667.443044821773,1097.2606569914312,3398.132478347014,1288.2923312053201,4790.315077394491,20939.205693480453,6564.82541394805,160695.1728028101,59705.24859513835,4497.208653970155,27403.56244271722 -611,5783.873380207039,3854.5380099669546,1205.0711575803389,1544.3491734756833,2391.6996005151327,2748.8656382914614,2504.855505440122,3239.3603586773947,394.411864088228,1184.714221611199,2738.3625360815045,6574.489222299148,1531.8149135503406,3835.2107107906872,1748.3901831065564,4334.408835912584,1329.2275952676687,4921.4258339426715,384.16349151724273,1335.468568110375,762.5397921700043,2567.8325074450727,1720.73870598726,5893.555944157611,1105.491160738773,1715.8853368934065,922.0164456943377,2336.93659047752,1107.3921920240014,4177.444228159737,1170.3070522908508,2797.662294544112,1053.169836218802,3564.022528988011,1236.5253550397194,5024.168706068162,19856.928284303627,6275.61960585522,154367.17786853274,57654.64353353807,4258.2090385518595,26568.98593047081 -612,5691.585583156274,3839.8523222292965,1186.5542645658065,1538.465244023975,2359.352319680469,2738.392533008198,2468.7679523665506,3227.0184814993067,386.912089751766,1180.2004918018272,2674.609003401822,6549.440592475386,1496.1517714851555,3820.598659551043,1707.6630940205432,4317.894853036565,1299.3653032769876,4902.675331850219,378.40652276485366,1330.3804682332914,747.8051849171258,2558.0491335960055,1687.768590051968,5871.101652090308,1087.568521197548,1709.3478592018948,909.9560832222887,2328.032923957248,1088.7828199906878,4161.528276282338,1143.1499298241365,2787.0032752928146,1037.3873218155604,3550.4436975391172,1217.99512510458,5005.026756353866,19425.894011458968,6155.462490527343,151824.87239773155,56744.60553602434,4170.438923498059,26170.065396281047 -613,5624.869620840657,3713.5294210631087,1176.5613603731908,1487.853039006771,2338.4016503706284,2648.305295199898,2445.600402655572,3120.8564985657463,386.603535068091,1141.3744283047774,2726.250357722155,6333.978051932483,1525.0394719490314,3694.9091625690503,1740.6670988106468,4175.845378475143,1322.8340286560174,4741.387834461343,370.9133241450514,1286.613805794437,757.7354854213174,2473.8948066155613,1708.0785873334728,5677.955006986242,1077.4596534834122,1653.1139828555163,891.6287251629573,2251.4456366644004,1076.648258129703,4024.6229265370366,1165.0881559509803,2695.316848380891,1016.8449982022353,3433.6417190609545,1193.8764092757017,4840.372116742634,19567.592779551367,6178.665893450988,151520.66761269307,56532.65450827441,4187.462021158422,25958.56826450127 -614,5626.568225385942,3617.0327621133783,1186.3612622976234,1449.190938618388,2381.2193448515113,2579.488656393652,2471.6716559020665,3039.760540778253,393.7051568735472,1111.7156303113206,2776.678424549516,6169.388614077046,1553.2484705055926,3598.8963540294626,1772.8077861736804,4067.3353650555737,1346.312870865997,4618.1821094130055,374.6294568042427,1253.1809392299338,768.0926432724843,2409.6102523913623,1731.1982266329046,5530.412433408297,1086.5990297094645,1610.157550275814,905.0105519646725,2192.9414598797,1096.3524030650133,3920.0424528398257,1186.5526994276581,2625.278606808211,1027.032636826069,3344.417987039212,1205.8377027282186,4714.594269207665,19986.701947077265,6293.57481488369,153600.14383422182,57078.98803849059,4286.272532394304,26169.747426954775 -615,5724.425426954901,3585.4520383976187,1200.6451112414252,1436.5378879954376,2398.5008867151487,2556.9668480653504,2503.5931630700275,3013.220046369157,393.3947464449095,1102.0091149213854,2750.3256405755274,6115.52298162906,1538.5069645972146,3567.4739813518504,1756.0316155509063,4031.8229981871827,1335.1436913158764,4577.860237077732,377.7059329666479,1242.2392741661777,765.4226232586702,2388.571671696016,1725.9156643954645,5482.125774541646,1104.2121745287063,1596.0990818906964,912.5931027355041,2173.794639011859,1100.5505200416346,3885.816117111296,1175.406479569675,2602.357001223952,1035.4666811005388,3315.217493876692,1215.7401033024244,4673.430611358805,19863.829534537326,6284.763584656916,154032.53484470097,57364.72257396856,4269.072654414107,26378.144900163352 -616,5831.95137731101,3641.010722160252,1229.000506634027,1458.7978857244407,2477.006030531059,2596.588550149724,2566.736886385359,3059.9116595522664,413.04868353935,1119.0853929649259,2919.3205387154762,6210.286599644515,1633.0411622696406,3622.7540845686067,1863.8827381552842,4094.298461962541,1415.5132767602106,4648.796868358122,392.6923302062526,1261.4885008332192,807.7037341600148,2425.5839916855066,1820.266256951571,5567.074531070226,1130.5675753409873,1620.8315739711722,948.3985559314749,2207.478862819729,1148.9156008160005,3946.0291185678193,1247.5110822454744,2642.6820503725926,1076.5513283271896,3366.5887347618336,1263.9775349601819,4745.848161682288,20929.957726028086,6577.666342810161,160755.2027451515,59812.512980231084,4485.465579983951,27404.34043650666 -617,6023.231742085154,3970.983813758544,1263.3280646435148,1591.0040463489681,2496.7709363425806,2831.9090193499023,2623.6675743148016,3337.221612026414,415.18075959372305,1220.5045029476712,2967.6201782875473,6773.104900761826,1660.0595381204425,3951.072635818627,1894.693423487363,4465.3515635635,1440.3398849824403,5070.102377163233,395.4642152132018,1375.813146487836,824.9994854947406,2645.406867733759,1858.2978073364905,6071.600591099363,1163.5863946034538,1767.722326631761,948.2875593916785,2407.5355725045424,1147.8839014928096,4303.645046438025,1268.2671985439097,2882.1798252529097,1084.1503473470775,3671.6918442331084,1272.89953345309,5175.9491170668,20991.95922325442,6638.198471329405,163049.79367423418,61012.60825196116,4484.573004518733,27968.96335791216 -618,6025.374962119657,4126.8080487242905,1261.8398490459979,1653.4361790337603,2501.5644941072364,2943.0351475662555,2626.1891130213094,3468.1765665148764,411.50937234690025,1268.3979694949599,2933.540447759754,7038.886364248831,1640.995649104873,4106.115541971346,1872.9590509876216,4640.575141366704,1426.6528635480938,5269.056807897035,395.7383623234407,1429.8010348958646,823.6100375218502,2749.2145186009075,1855.325994201232,6309.854525514206,1160.8941784833946,1837.0890105816877,945.3641364034233,2502.0089842164016,1139.3753509740795,4472.523145261247,1253.9204756017873,2995.2786157208207,1084.9019113909428,3815.7716490097646,1273.7819438338431,5379.057049311221,20707.522029781354,6586.677513295539,162842.7641202715,61133.84933443655,4426.6755121002125,28053.986778116836 -619,6071.723439398699,4042.1379187411208,1271.8906539190684,1619.5124649804882,2496.244960567436,2882.652603588592,2642.7412120286353,3397.0196439673946,408.8492133392159,1242.3741225702827,2932.1780864014563,6894.468834680927,1640.2335566431238,4021.869962201262,1872.091858082347,4545.364000994511,1425.5892064609377,5160.951046847339,392.1440661264317,1400.4656652723302,822.8627283653273,2692.808611688539,1853.0992204141894,6180.394614478282,1175.196117738611,1799.3972731710544,934.1788410050351,2450.67501776789,1128.3223428805848,4380.759944358538,1253.3273238905742,2933.824187326147,1075.0482828689417,3737.4830836844103,1262.2128112138453,5268.694402399922,20585.14464162149,6569.705471581248,162332.54821528794,61012.29160644192,4399.3768939136235,28011.05356878814 -620,6057.407754255729,3875.3319028258297,1273.1665670215841,1552.6804005039055,2497.1437083624483,2763.694812998852,2650.1914432248286,3256.835581922165,399.3135148707035,1191.1053430708575,2853.5876526458305,6609.956306587024,1596.270788053131,3855.9003395880113,1821.9072988898758,4357.791465090834,1387.746409006155,4947.975215798367,382.54911318234036,1342.6729568723683,801.8291960507162,2581.685071332439,1805.8034037271384,5925.34963007891,1172.01915587451,1725.1419419031938,913.7342347850883,2349.5435511443293,1104.1437059170048,4199.980087834661,1219.7650016615644,2812.7547102519447,1048.7440784252924,3583.2491918001983,1231.3290784860847,5051.272350009084,20201.28411755799,6484.698626370862,159687.6438795468,59805.03121704128,4326.969900351752,27500.83001080592 -621,5671.191620211769,3797.614725980893,1185.1625501023814,1521.542438570467,2297.5441647634434,2708.27077090051,2466.623540445373,3191.52193312461,357.88917936855063,1167.2185259131097,2527.411886994631,6477.398075163867,1413.811053200719,3778.572849684579,1613.6092815272,4270.398885967776,1231.2067813631909,4848.746898195386,348.5251207026097,1315.7465530827794,716.7337113636263,2529.9111122812487,1615.2636162108308,5806.520725454474,1095.8670387686793,1690.5453796619715,829.9247379347914,2302.425034266842,995.9173553193974,4115.752309823326,1080.5357545277438,2756.346804885522,955.4685762533752,3511.389537426969,1121.8144309210402,4949.972477801663,17976.533731300326,5845.437833223205,144762.1610828898,54383.07546250443,3866.5923628940477,25147.98914089395 -622,5472.679236115251,3825.686486698051,1136.8599467781844,1532.7895972051597,2162.184091675625,2728.2901605763163,2371.0356472957637,3215.11348900765,329.38003472031164,1175.846541530361,2367.5269933371455,6525.278648090815,1324.3729085690702,3806.5038538917784,1511.4825508262347,4301.965441383094,1148.3808367345555,4884.588570541188,312.09476767280546,1325.4724797677263,655.1314383246502,2548.612077098393,1475.346497791788,5849.44220964007,1053.0898538361942,1703.041798810207,750.3125584567889,2319.4444344152967,907.8999445023445,4146.17572619098,1011.7427368090963,2776.7215699797516,855.5961266818107,3537.3455371772916,1004.5543158682303,4986.562404105332,16987.112135392086,5527.569908218968,133866.03146867725,49729.75120142931,3637.3390663257233,23018.22958737546 -623,4536.614866498979,3621.9063316385573,959.8483011452265,1451.1435703082623,1956.3407790310075,2582.964244847819,2040.9506858032435,3043.8562969711616,301.9845599868777,1113.213549675862,2123.9210647918594,6177.70121346887,1188.101984081137,3603.7454866607713,1356.2314483761245,4072.815669765956,1019.9302947034405,4624.404621917153,269.84648244853554,1254.869468153127,559.045303350919,2412.8569476429566,1259.5540288684324,5537.86407990137,877.1336566658347,1612.3270674695639,676.921875374196,2195.8962168233793,842.1697796712824,3925.3242959117715,906.7716583004783,2628.815892383078,739.7740337118636,3348.9242369553926,868.5677449412664,4720.946686911665,16212.31821452632,5084.125350581484,117124.60345956794,41729.79338118526,3501.954683115552,19168.641243758157 -624,4040.7895575590696,3413.9673967466592,875.6609950855091,1367.8312975006397,1741.105836182263,2434.6724932788247,1742.5260582869396,2869.1040592262834,298.87358120714833,1049.3023331419695,2172.755305187801,5823.030359839159,1215.4194107347487,3396.8491924159903,1388.14755400829,3838.989370895596,1035.7473551206604,4358.910795312422,275.15866768615103,1182.8255783493628,576.1195036843233,2274.331304570235,1297.5309975955893,5219.927211050916,798.3274749530531,1519.7610145657814,641.025931954323,2069.8266063338033,818.6785218104694,3699.965692331341,928.6649599905279,2477.89173072986,754.3371907535899,3156.65760300544,885.6663289608894,4449.910239286654,16445.72703577753,4983.485571016578,112812.61773324487,39935.65684209858,3619.2906737716166,18083.183111747265 -625,4058.0204059534185,3296.936767889686,881.7028873756783,1320.9421101377798,1782.865062821895,2351.212043943333,1779.830929236269,2770.7513178886475,307.40418033012526,1013.3323024891529,2246.7385105161184,5623.417175039962,1256.8049379543636,3280.4053747334965,1435.4740087693467,3707.389010365121,1072.4279423209193,4209.487554776209,282.2334534758369,1142.27837763671,589.8036642773042,2196.367343034867,1328.4408805309681,5040.988371541475,799.4635462842874,1467.6636842232492,655.9925941448548,1998.8730554607118,839.5383708152654,3573.131056436634,960.3837381234708,2392.94972813102,773.7324512505704,3048.4475408010035,908.4382794548592,4297.367542435748,16871.652853760865,5105.359569464671,115865.34315229254,41065.872094233266,3706.7991085430444,18553.931965264193 -626,4162.541418286312,3234.490103847792,915.5253600916706,1295.9223921456255,1877.2989308669462,2306.678175405307,1862.3820210134663,2718.271034257798,327.36262621426766,994.1389644571218,2416.6368259764417,5516.905079777089,1351.8444989986128,3218.2718287242637,1544.1667639585626,3637.168046997641,1151.0084942186766,4129.756436581334,294.6889486535336,1120.6426960593965,617.5181751580479,2154.7663590794255,1390.728057294055,4945.507951552033,823.8695032817087,1439.8649402777166,687.5896567100704,1961.0127739495665,889.0120887465366,3505.453047919116,1032.7845283058743,2347.6253139059368,807.8787251833452,2990.707464836008,948.5293759199841,4215.971905794893,18181.945130785323,5449.761557760842,122168.74763170924,42928.794238466005,3975.3941742986776,19290.05049295038 -627,4327.604478407016,3244.23724289815,943.8013311162413,1299.827655525374,1997.3067373724784,2313.6293523136405,1975.041271411516,2726.4625466436146,352.61133275283123,997.1348031862046,2633.6793244762803,5533.530278560736,1473.2560840957533,3227.9700939868803,1682.9402569138501,3648.1286564184056,1253.8234590724117,4142.20146158963,314.1754740369963,1124.0197539057829,658.5706569369903,2161.2597495826135,1483.165851327661,4960.411244538177,852.6324745549267,1444.203974665216,732.489643281666,1966.9222878369258,951.1573668778881,3516.016734063007,1125.5014497013117,2354.6998850556706,861.3003053171611,2999.7199646683684,1011.251584693941,4228.676741202891,19564.66358105166,5838.754602421441,130549.56539581914,45916.92706539476,4250.672932338771,20556.449005672246 -628,5200.348691264583,3341.0588102647807,1139.5822528349752,1338.6199328749906,2445.2016594281786,2382.6776997138873,2400.523570212482,2807.8315580222743,431.0098263541573,1026.893463633016,3204.2897531093868,5698.673896159537,1792.4503298870009,3324.306181798148,2047.3655317787607,3757.004027738049,1526.3986525102275,4265.822025633579,382.208743917063,1157.5651903754638,804.2459006731948,2225.7607526763536,1810.9952768106762,5108.450600331468,1017.683943258499,1487.3050434080467,900.4898792095478,2025.6234507107622,1165.7676246744497,3620.9493347303896,1369.4442731278928,2424.9739484116076,1047.810968821487,3089.244116848038,1230.233515696061,4354.878088180935,23824.59126916524,7107.122360979238,159091.42360926117,55850.74752456757,5194.5268404935905,24978.701388460944 -629,7144.547568946829,3600.072740670007,1520.9692355501393,1442.3957805396576,2969.4501892039607,2567.393608932758,3043.2834918707626,3025.507309650706,515.3887027665392,1106.502871077701,3822.7479409184493,6140.460769053574,2138.4101737756346,3582.0213729742322,2442.3437680971088,4048.263905230471,1837.8657237095404,4596.527766542394,488.4227529918442,1247.3048587519274,1007.752909477201,2398.31175325174,2270.8463140319773,5504.480704383403,1388.8655880514957,1602.6076306660375,1103.6165880927472,2182.6589060214133,1395.843554492641,3901.66163949595,1635.1492241802734,2612.968853373665,1338.9927000673072,3328.7362377971513,1572.1096131947509,4692.487856255011,27404.55542896628,8437.972620280327,198314.22600494637,72398.62996307401,5970.507938499296,32816.17894052916 -630,7051.873171622289,4199.261774768174,1487.7994484989856,1682.4653004594081,3085.920402688292,2994.7055571907604,3114.1528686727856,3529.0668022261702,531.5501851748608,1290.6670350563725,3913.3257198613696,7162.46699563947,2189.0785534342226,4178.205972897614,2500.502488914947,4722.048996222294,1878.9665752278595,5361.564817468026,502.30508000604334,1454.9038289334092,1037.7684901374382,2797.4820496357356,2338.3709943305203,6420.635658479596,1371.5665266598662,1869.3424961616777,1136.7377260466915,2545.936366193325,1445.7518989410294,4551.046537400084,1673.683911877864,3047.866255777311,1377.0505800864023,3882.7645574366147,1616.7933213529986,5473.49631598506,28369.378417682336,8700.390016201458,202720.30433405185,73476.81481373051,6212.630805258466,33340.35539370098 -631,6512.540986207761,4673.622466247822,1385.4985442196053,1872.5214213023385,3014.7129924990463,3332.996112788566,3007.277390658355,3927.7203414364744,519.5982106704254,1436.4644966240376,3824.3433147171254,7971.559874098866,2139.30261126165,4650.188140419791,2443.5791332112244,5255.465236311885,1835.482728878586,5967.222604631698,486.8958900213953,1619.2539512515966,1007.7108677626619,3113.4936704021907,2270.498576008104,7145.929134822449,1265.9452781198772,2080.508802682423,1105.3759885824004,2833.532662853663,1413.4515579087283,5065.145847761926,1635.605008546829,3392.1619968323744,1334.8068623705358,4321.37281267452,1567.1950265192322,6091.798207251488,27795.601098864547,8478.215246735377,196631.69026632461,70863.02414713825,6098.416310089911,32069.26019730455 -632,6374.992541839123,4823.07857314072,1350.1172611704135,1932.402116356872,2941.5535644063684,3439.580807402649,2951.6730291063936,4053.323510163628,503.64030611783187,1482.400682720741,3687.203932782042,8226.479545777645,2062.5880974910074,4798.894849360413,2355.7589367731584,5423.527885745513,1772.1696153020546,6158.046289234438,480.16805106026845,1671.0354961608712,991.0577096174198,3213.0589746548417,2233.198355158299,7374.446255393494,1230.6047481930168,2147.0406520671163,1085.063680488477,2924.145193840568,1374.1660698661558,5227.1223413101925,1577.1281261452439,3500.638736162077,1316.362743620958,4459.564453458391,1545.539810331975,6286.605650644299,26677.632627612034,8187.148804155669,191503.75580362033,69551.30395542835,5859.531982496162,31569.471921072203 -633,6122.969562296263,4846.796610235963,1295.6195200532193,1941.9049234091804,2793.4228024845265,3456.4953369805776,2826.3216244206155,4073.2561892430144,480.46165752873503,1489.6905565740483,3537.243304877061,8266.934194001,1978.7014961942584,4822.49396024514,2259.9174401443906,5450.198700585138,1701.7467277878588,6188.329181811735,459.8845030429415,1679.2530031503131,947.910499572042,3228.8595573727885,2136.0769986761466,7410.710933065622,1180.869833058392,2157.5989685155173,1035.459156694534,2938.5250102021796,1306.789677621534,5252.827309560759,1513.120839421163,3517.8535250447862,1260.7561557617737,4481.49486855152,1480.2521867878083,6317.520748493938,25338.492941129072,7793.1643170861535,183345.43271623403,66956.23462134486,5544.362255241879,30379.648883971502 -634,5854.297344444755,4894.817503188681,1249.689226772531,1961.1448494779677,2662.2978840836467,3490.74145991839,2712.369152350361,4113.6130300932255,456.66641505988986,1504.4500516596972,3353.5423199498173,8348.840986033267,1875.940848311562,4870.274068397603,2142.514794594096,5504.197956056083,1615.3509250163488,6249.6416562341965,440.079168605933,1695.890637280557,906.6272246632448,3260.8503198563026,2043.0843850705453,7484.134471340103,1134.5431319174697,2178.975939210587,990.2092637981937,2967.639207949985,1243.8541257784643,5304.871056847124,1434.7017623155848,3552.7075701253566,1206.4605725378103,4525.896439869032,1416.5038121057669,6380.11322182969,24026.258258999293,7410.884921332868,175328.28981801023,64177.397541216065,5263.486435655356,29144.005896176324 -635,5843.853942972572,4934.390884455498,1236.6386969790549,1977.0002174865376,2579.5668134908956,3518.963235828778,2631.234317864701,4146.870567625111,437.9597057915852,1516.6131558923735,3184.8405348385,8416.339287504381,1781.5706153818237,4909.649022102626,2034.6300234784705,5548.698026618703,1535.5406778743175,6300.16845358303,427.153268752371,1709.6014910012952,878.8217688343698,3287.2134831157364,1980.5206770065463,7544.6418358523715,1127.9784728349832,2196.592417364763,960.156014353571,2991.6318323454925,1199.4650186335932,5347.759619039107,1362.642810408098,3581.4303266143347,1171.0247017891568,4562.487186157815,1374.8986016717706,6431.694849313953,22896.85396627967,7111.307555704159,169136.33547488233,62128.50290228824,5041.159431300234,28331.718721097623 -636,5705.632814567222,4893.192980013621,1206.8039156212847,1960.4939722480096,2515.212195555493,3489.5829304336676,2575.64449469056,4112.247778028923,429.29208024622204,1503.95074520485,3137.8800883966705,8346.070119569325,1755.3013718982663,4868.657690853834,2004.6201933257166,5502.371187819289,1513.3392556019433,6247.567485399481,417.8624373967716,1695.3277943061591,860.238182221212,3259.7680881057713,1938.5971693849656,7481.650589175745,1101.2358753193146,2178.252766812671,939.2178102842742,2966.6542889687585,1172.3595688522373,5303.110442489809,1342.5866696124651,3551.5284749337343,1145.554235299829,4524.394356563639,1344.9937596077223,6377.99574926169,22413.993774786853,6959.139324225856,165809.0811365219,61026.80496303571,4919.671978575383,27796.991384640576 -637,5614.860294898025,4857.583441092846,1191.3004688184276,1946.226747003908,2442.239504389511,3464.187970601488,2511.1285466744193,4082.321460407339,420.05566972578674,1493.0059505043248,3095.060442794916,8285.332742161108,1731.3484544662426,4833.226704125428,1977.2470382336846,5462.328438275277,1493.5477196475558,6202.101672291312,406.754071792191,1682.9902794520754,835.9053519188469,3236.0455741807677,1883.8811764032555,7427.203906010973,1086.8543896827057,2162.400831890847,912.246843241098,2945.06487040321,1141.9622369037152,5264.517785614363,1324.3360148937847,3525.6827149212113,1115.1010666808386,4491.468698901852,1309.2387333586998,6331.580762401875,21952.351960048018,6810.319702692816,162557.89627027823,59891.115815367375,4799.93316055787,27232.7381252304 -638,5599.491947745271,4784.609869145699,1193.149302715568,1916.9893454707706,2413.988429750425,3412.1468326206946,2495.788313302147,4020.9943453067913,418.5768628899698,1470.5771073423152,3109.6607991611754,8160.86543608224,1739.5157600476975,4760.619033890324,1986.4955846438236,5380.270019285,1500.6338512464838,6108.929929984679,402.8001942406827,1657.707376186843,827.9704350150733,3187.4317299935437,1865.982669907403,7315.627933065979,1089.7203671531024,2129.915931816942,902.5104269165919,2900.8223152694513,1132.600168023555,5185.430998520668,1330.582194000238,3472.717765501375,1104.2616593313653,4423.995125216016,1296.5121990806683,6236.463906478067,21947.791014402294,6795.1805062277635,162148.81262978778,59740.45782844191,4778.125890027788,27105.986978482695 -639,5658.613030813731,4742.177329107785,1198.1277752712858,1899.9884343456033,2415.3448716569,3381.8860462556254,2501.0722839459886,3985.3339658368295,419.3703227221097,1457.5352243690468,3121.1017781843807,8088.490413074894,1745.915738889959,4718.39925771516,1993.875072671612,5332.554838893738,1506.7773423112012,6054.752594542035,404.0238659664925,1643.0059195299903,829.8099185348576,3159.163840196874,1870.1834979920022,7250.748939028428,1099.809336369694,2111.0266711403233,904.1372067636856,2875.096234689861,1133.5851392942418,5139.443757245789,1335.5107696304165,3441.9198029391055,1107.6163095766733,4384.760714174728,1300.4508896346124,6181.155529903178,21940.32268147492,6801.880014087594,162605.2957799583,60035.90583891981,4770.917381552767,27250.11201021894 -640,5779.2902809216675,4706.56779018701,1222.307362424142,1885.721209101502,2492.3412053169855,3356.4910864234457,2580.371940826951,3955.407648215246,430.8394402601774,1446.5904296685214,3194.6861400630305,8027.753035666678,1787.0781567380702,4682.968270986755,2040.7741463921434,5292.512089349726,1543.5230984418379,6009.286781433867,418.01403301909124,1630.6684046759065,857.0628431558919,3135.4413262718704,1931.7258540767627,7196.302255863656,1122.814553559806,2095.174736218499,933.8306810176322,2853.5068161243125,1167.053442866805,5100.8511003703425,1367.1156016717212,3416.074042926583,1145.9698290255608,4351.835056512941,1345.4817076685097,6134.740543043363,22435.981292882232,6973.513307809726,167370.5703839919,61922.44557774844,4888.515893281691,28147.83553304506 -641,5920.9870095179085,4938.484678822633,1241.9192110908925,1978.640426489774,2503.159993101624,3521.8827272534186,2606.79439044113,4150.310999436961,431.28287109493783,1517.8714069187106,3193.090766264354,8423.3218641129,1786.1857192520542,4913.722289499137,2039.6968342940233,5553.301478039194,1545.5254023196383,6305.395358935934,423.06812444910315,1711.0198538991262,866.0539192417543,3289.940704439678,1952.1030897197163,7550.901212738578,1144.1414628953787,2198.414810011732,940.3180626741439,2994.113825732433,1169.2777325174104,5352.196362847584,1366.6598173051655,3584.4016435692947,1159.825431551866,4566.272432357434,1361.7495528383265,6437.030874927205,22243.35659090903,6959.624103487203,168567.4510949622,62798.13282248532,4849.278638420614,28611.291693531366 -642,5868.461791119811,5003.660543311384,1229.146686869179,2004.753618834355,2481.0207882409277,3568.3629264046012,2596.146508326529,4205.084907807162,426.39530759917716,1537.9035802598394,3153.614234603338,8534.489017615426,1764.1029091285573,4978.571351287074,2014.5007247216522,5626.591413745576,1529.3626081416742,6388.6110860646,422.07575060899933,1733.6011121975475,862.2351040204626,3333.359838743787,1943.6420363588338,7650.554557077133,1132.6388543003227,2227.4284842591824,934.0968018023295,3033.6287720491955,1156.7161414246445,5422.832205124876,1349.98675648016,3631.706938814277,1157.1048758048266,4626.536009674231,1358.5553518221911,6521.983867454091,21833.895495445988,6861.690444566889,167520.6400291085,62707.7129961641,4762.876726142216,28605.126515853208 -643,5829.576146598614,4886.759872778652,1212.193122246615,1957.9165002356656,2374.09216823054,3484.9951569106343,2513.090106549503,4106.841383668251,408.9094245899757,1501.9734930385175,3039.7556541643353,8335.097496112807,1700.4114624139415,4862.256840296017,1941.7088323636947,5495.137190704842,1476.747770068825,6239.353774688408,408.8669883813583,1693.0989376999019,831.2543091262673,3255.482453396989,1874.1340492934996,7471.8144227438615,1125.4932599810636,2175.389006137175,896.5084596264859,2962.7540125545706,1106.0403553956935,5296.138414553292,1301.480971430572,3546.859261268829,1120.8935484426233,4518.4461108705,1316.0396787719942,6369.610563807782,20768.46668197827,6571.483948716026,162126.44938497347,61192.011930127526,4514.716322482334,27955.177325519166 -644,5696.321773671642,4614.489834021318,1189.475670905645,1848.829494677589,2270.582847147556,3290.825647635841,2420.329423966171,3878.0251758307704,391.3426333233657,1418.289745154757,2912.0944042584115,7870.700354163125,1628.9989288608783,4591.35200911536,1860.1280231366604,5188.970885250724,1416.3720102667626,5891.722800734046,392.58107349945954,1598.7664709144124,797.1470784003446,3074.1004422411547,1797.3187217313384,7055.515841387267,1103.6370136933413,2054.185332448894,858.8470195900727,2797.6816188156895,1057.9115166181227,5001.059497451783,1246.9568994578094,3349.242940092121,1076.2463222288518,4266.696990848747,1263.619427690997,6014.722220564723,19830.77056283368,6295.224674956608,156124.8328790935,59077.7986038901,4308.712779965177,27004.392721862678 -645,5420.412755495083,4404.016642472073,1149.6839444364393,1764.5018531891994,2077.399888116194,3140.726589711072,2242.9999621496668,3701.143144441805,351.919538591258,1353.599610396318,2577.2676313314787,7511.706947989586,1441.6998997997594,4381.934165400574,1646.2034096819032,4952.294827363935,1255.6723925605238,5622.993266983335,359.61854132318297,1525.8445458958809,730.0376793641801,2933.8865173016793,1646.0226253380226,6733.7041155894185,1065.353108869149,1960.4911303798888,785.7189301848146,2670.0755344096806,960.0275622473082,4772.954334927445,1103.7826626100702,3196.4793895739804,985.880773757966,4072.0871064761327,1157.5213530371507,5740.382515076369,17840.624671017948,5716.858036255984,142873.87986352335,54106.03957444924,3911.5020506765113,24854.201609384025 -646,5069.184565049998,4222.459959657005,1065.0613983975338,1691.759824878823,1869.9174544038326,3011.2493539173065,2019.1022869937765,3548.5625966191255,316.8139148353465,1297.7971293717737,2312.314633147086,7202.034958423635,1293.4876201395584,4201.287838201962,1476.859009201381,4748.13523983937,1124.5678731694422,5391.1839692619005,321.8769711865206,1462.9412245113326,656.0984258399235,2812.936315002228,1479.089617486729,6456.10548653466,994.0653146363442,1879.669395310255,709.7582773711594,2560.001005576615,865.9067440679361,4576.188103864611,990.1156830751595,3064.7037307217856,882.4136715549836,3904.214301442675,1036.0407609364354,5503.733816368937,16136.761868085256,5170.651966701594,128388.65625130835,48504.8286312706,3539.168449410796,22310.399750199853 -647,4177.574053002522,3930.760628264222,896.9283286067728,1574.8883294687375,1707.2066541474235,2803.2238352417003,1748.3406530755772,3303.4179779065494,294.46400324347456,1208.141677682903,2161.067849058311,6704.498261305902,1208.8815548574787,3911.051136113331,1380.600185787389,4420.12079137645,1038.2275257410288,5018.745917918738,276.2151259807346,1361.8771573244032,573.7939822880334,2618.6108151333597,1292.6574340407108,6010.09968143132,825.980174037349,1749.8165817631452,632.8912139053082,2383.148983573733,802.3321535877485,4260.052243968063,924.2884634292732,2852.9854343471934,757.2334316344823,3634.500269284634,889.0668016675364,5123.5205071279715,15845.36308086899,4871.45711421068,113644.27888697224,41043.53507081563,3476.839699591017,18633.27283103097 -648,3540.2720024858895,3689.5514610162345,768.3933808552289,1478.246091900718,1678.97208111759,2631.205401443826,1666.1474684448635,3100.7053797917324,296.696474166506,1134.004665651172,2242.2646180907254,6293.080066365013,1254.3022835218196,3671.0514320299058,1431.2959668036947,4148.882281568175,1062.1023694407324,4710.773075516226,286.7925358049229,1278.3062441911513,594.324275237734,2457.921067321417,1339.0252202918164,5641.292909324312,686.6696724075525,1642.439959160158,610.5963167490243,2236.908233724371,794.8360758023699,3998.6362608090426,955.578508115644,2677.9134048165092,786.2310048504148,3411.4709713383327,923.1128152192122,4809.118224268011,16343.62735276356,4933.143492612013,111303.63751421371,39692.0152414383,3657.781955329353,17882.59731475745 -649,3630.1127055069614,3559.459667596663,786.9887893826203,1426.123852316108,1719.393169208148,2538.430376309793,1706.4112465867486,2991.3760133403116,305.165628496416,1094.0202116438309,2317.529801670546,6071.189118205996,1296.4049376297205,3541.6119406515377,1479.4010805168432,4002.5947063984754,1099.2045635512413,4544.673503722277,294.17132012995654,1233.2337865758132,608.4628904386967,2371.2559636875144,1370.9732238642102,5442.383659911926,703.5993006334485,1584.5283235240308,624.8925645020546,2158.035935312234,815.1654398445555,3857.6462873942532,987.7586445138021,2583.4914781579946,806.4596659561271,3291.184160990397,946.8632602998689,4639.551050270809,16772.055017169943,5063.281712008187,114602.38252289146,40939.52830035343,3747.3283690668336,18426.01109718788 -650,3768.033571502525,3485.6413476324997,820.7904429539161,1396.5479962396498,1814.2550545299182,2485.786805873803,1787.94115565523,2929.338970556519,323.2267257407175,1071.3317303651781,2460.4708589362226,5945.280968446492,1376.364855424805,3468.1637581074615,1570.7739456373693,3919.586372461295,1165.055287330006,4450.4231977321715,307.7608471517027,1207.6582063615451,638.4169019673553,2322.079361677411,1438.3150038274623,5329.516074409441,732.6930980179201,1551.6673755989902,656.3770440414085,2113.2812247539873,862.1998870409443,3777.643985206711,1048.4973350976948,2529.913402166443,843.7148457527762,3222.9295077157285,990.6045191556243,4543.333113869747,17911.074500996314,5376.440414610512,120527.04590417253,42748.27648174309,3998.4172035444117,19192.228544947073 -651,4004.503754089069,3508.1247428285546,869.7602844651032,1405.5561348799151,1909.729121775416,2501.820849986678,1890.7491089046414,2948.234054464954,346.46537496430125,1078.242129995431,2681.473513032944,5983.629750846596,1499.9917152795256,3490.5344177942725,1711.951859286798,3944.8688386212098,1269.135342330212,4479.129715002591,325.3977820859165,1215.4479512054395,674.6280598606099,2337.057445409593,1519.926913040156,5363.892995083182,778.1691058848122,1561.6760791169563,692.2948340339234,2126.912500091256,914.9479725912229,3802.010881900512,1142.633111274101,2546.232075592594,892.0658428834705,3243.718335533661,1047.373362923701,4572.638926980966,19245.632326583232,5751.725966268662,128683.39852779209,45723.127731399814,4253.23873990112,20430.299498350716 -652,4901.7705333490585,3583.4376276435364,1073.857368499049,1435.7307994221605,2358.7170670278806,2555.5302700658644,2323.4588560737616,3011.5271321143246,424.4514234794547,1101.3899742974359,3250.3190004850344,6112.087103773465,1818.1986691446693,3565.4696711906818,2074.9215352283622,4029.5578033054426,1539.5213441975839,4575.288262667394,398.64996245101634,1241.5413481790986,830.2456496111732,2387.229702981658,1870.2273939325885,5479.045757573855,951.3830045548826,1595.202347219389,858.2300358727209,2172.5733382522626,1128.170032947065,3883.6329531222464,1385.1466988876896,2600.894921722376,1092.883954185751,3313.3549087130177,1283.1536500500304,4670.804942745432,23516.62193121064,7040.495673686915,157854.49794358635,55915.04750114613,5236.310969197439,25013.015623047144 -653,6463.388113762001,3793.4559524516376,1371.1676573374657,1519.8761951851457,2884.367686280959,2705.304939555107,2947.5186931102226,3188.026892713398,510.1051492737583,1165.940303171025,3891.229952078106,6470.304666907061,2176.718383379756,3774.43492894235,2483.911651594762,4265.722365802414,1859.9401003860587,4843.437028262472,511.3038075785705,1314.3056770774451,1044.9903580018354,2527.140602863022,2355.568013812166,5800.161995980184,1246.1952465183283,1688.694060904741,1058.314052703426,2299.9036451906686,1358.975683986127,4111.245143353288,1659.7233614168558,2753.3283254038665,1401.7202549852489,3507.5442095269977,1645.7579550368987,4944.551755586113,27161.75114054009,8369.300775199554,196704.26097813048,72304.23863868466,6049.550154840219,32752.91395212552 -654,6556.166761505946,4319.671414602656,1393.6106866278205,1730.708313571758,2988.753341274209,3080.5757498323155,3024.2640917482086,3630.259270188313,528.9764229678453,1327.6756239876868,4037.846677189136,7367.843587414086,2258.7344360907186,4298.011858630627,2577.811534017502,4857.449037803957,1926.3166870133682,5515.30233688147,524.804238884736,1496.6217439936943,1073.677202661086,2877.6970550597935,2420.1425691302215,6604.740977131382,1268.691801704828,1922.9440263264755,1086.963760326894,2618.9385502288205,1408.6932679505192,4681.5432541637265,1721.9340971822337,3135.2607783876756,1438.731182211683,3994.098955480624,1689.2124372629808,5630.443359392353,28438.585006681,8709.698400421357,202520.96089867022,73859.65305923282,6338.01876330468,33406.74150942273 -655,6390.129237776785,4776.487253270401,1367.0138077110785,1913.73495932098,2985.4753252299515,3406.354185197083,2986.6645537698573,4014.168084985277,523.0196565328085,1468.0805750680793,3947.280545461997,8147.011103762532,2208.072571777926,4752.537146171477,2519.92631846811,5371.136178101029,1882.3173260860003,6098.559075811099,517.4287203349608,1654.893161314854,1062.5753579962377,3182.020571240887,2394.7909204357156,7303.208522244191,1240.5819447947981,2126.3000698273586,1079.1975408395044,2895.8977203633185,1402.278202706308,5176.627926734092,1683.286570831602,3466.822289543263,1418.5114741066325,4416.4847086890495,1665.4725038889273,6225.876543638068,28207.194483042727,8629.239656029451,199792.05662511676,72314.75501009711,6342.576684338989,32742.931904198475 -656,6272.743642013255,4877.857488048458,1330.7978768869268,1954.3496939246404,2840.8871685804033,3478.64641695259,2882.7969972998585,4099.3598042628555,499.75269823764074,1499.2372943633864,3795.510621145581,8319.913151760753,2123.173866645563,4853.399093613916,2422.841087518179,5485.12650331884,1812.7006481736933,6227.987321411366,500.5969126162295,1690.014558986381,1022.8915859820628,3249.5518249157385,2305.7717756130305,7458.202751952668,1212.1142000415193,2171.4260224067193,1034.8658832040628,2957.3566579131834,1334.9044731720398,5286.490250334431,1618.7694846710776,3540.397821265699,1372.3677031085315,4510.214696455054,1611.2951614945102,6358.006817092828,26724.56438682322,8220.31471396552,192238.20462155167,70344.56512214021,5972.681965699896,31887.492967791637 -657,6057.427130502181,4855.114163597623,1280.8471016329927,1945.237412705227,2701.9365560168094,3462.4270041664768,2763.5722950382383,4080.2462753626155,475.65401957619184,1492.247003995526,3618.652302302558,8281.121021265573,2024.2409434772333,4830.769808001143,2309.906570793516,5459.5517480037215,1730.406789288879,6198.948929725343,479.8980655996967,1682.134757344812,979.4325426871452,3234.4005804082994,2207.903377295436,7423.428401651664,1169.3893955301378,2161.301608835887,989.0132579624461,2943.5677921760116,1269.241970340918,5261.841649332018,1543.5256863778332,3523.8904885829857,1315.622588583922,4489.185530179545,1544.6707952515192,6328.3622011408315,25279.71983148788,7806.82852337238,183878.42923031075,67691.07369501486,5639.682440593691,30711.896616066897 -658,5857.570650966687,4880.911590609067,1239.4963874397065,1955.5733427128973,2604.0848562035644,3480.824451664653,2667.7549981400994,4101.926477296197,454.2711558988937,1500.1759901885296,3425.534455983668,8325.122378992812,1916.2125896102152,4856.437882392756,2186.596309956833,5488.560826469956,1640.1867787302845,6231.886761292988,462.98042794064315,1691.0727034288361,945.4126974878734,3251.5864199348885,2131.171756682538,7462.872448879668,1129.9238946738833,2172.785586065857,955.6160918377408,2959.2083049864523,1218.56166915664,5289.800204233195,1461.3335715285014,3542.614519493967,1269.2435180162684,4513.038612136701,1490.2171879340326,6361.987664206142,24004.386204136546,7450.154528385752,176513.21767551676,65132.19170292431,5383.721423978404,29631.811142172082 -659,5661.521138117662,4912.427335162706,1196.6422630404018,1968.200358953762,2499.6070319245964,3503.2999200721915,2567.4780250605236,4128.41236310593,435.1494741290267,1509.8625338627173,3277.8798268096707,8378.877179792507,1833.6159428758024,4887.79560172465,2092.2526174134323,5524.000124593475,1570.3839785857385,6272.1256690482505,446.24207030450333,1701.9918553850887,909.2277689221002,3272.58171253595,2049.767725819587,7511.059755158233,1089.9825536428036,2186.8151283407124,918.5605226669948,2978.3157301650594,1167.9942187294312,5323.956117300163,1398.4160785430258,3565.4889625515293,1223.3559369225977,4542.179023598867,1436.340637778093,6403.066625452702,22922.61606555592,7132.218089122853,169547.998152984,62737.57634121758,5141.407792868259,28574.85471611669 -660,5541.817074462953,4867.200615515815,1168.293716725896,1950.079939094083,2420.7170126548326,3471.046463173204,2500.8843971394144,4090.4037502972546,423.09706603564956,1495.9618438646044,3199.8975547130435,8301.736266897222,1789.9933743458193,4842.795656425065,2042.4549528405425,5473.142903118442,1534.1689912301742,6214.380760091807,434.3627793468303,1686.322308899625,885.0163721907877,3242.4523842963285,1995.186013533538,7441.908484183487,1066.4950006627948,2166.6820112519135,893.0388517382098,2950.8955890906186,1132.9611550007276,5274.940619603949,1365.244823566996,3532.6629564426653,1190.789305296889,4500.361029505426,1398.1041973213416,6344.1161963894865,22208.822552198653,6921.19348603858,165224.44544349186,61367.686337257386,4967.187147531006,27938.19270526395 -661,5443.956681466228,4825.222942219044,1148.475164776128,1933.2612736943204,2383.2480903901655,3441.1100652436603,2457.4787502888903,4055.1256416171855,417.0240562923546,1483.0597667761856,3156.2721714908284,8230.137086929819,1765.589734671153,4801.028466213019,2014.592677087236,5425.939218116996,1514.1237650524872,6160.7841928047965,427.07417932912995,1671.7784483629573,869.7821006428338,3214.4875195577697,1960.8734114521526,7377.724977537456,1046.5601189315798,2147.9952389589484,878.4544877326653,2925.445285978631,1116.2160457943214,5229.446350622366,1346.7062242938832,3502.195140717046,1170.8078810949453,4461.547202022772,1374.6440327725586,6289.400712462269,21868.84406372749,6814.2572485803585,162852.36012128706,60462.529980351625,4893.56707981582,27512.998056932494 -662,5433.978720338075,4762.256432273885,1148.5452314720387,1908.0332755946758,2384.957707303735,3396.205468349345,2458.0516340487825,4002.2084785970806,418.6688712247621,1463.706651143557,3177.1659461405975,8122.738316978712,1777.2775207795164,4738.37768089495,2027.8522566105537,5355.133690614827,1524.0421756322166,6080.389341874278,426.7145306915497,1649.9626575579553,870.2441735551212,3172.540222449931,1961.8166247430931,7281.449717568407,1046.266751337913,2119.9650805194997,878.9384634747677,2887.269831310649,1118.8493014752255,5161.2049471499895,1355.6075126350686,3456.493417128616,1169.821917813425,4403.3264607987885,1373.4864145472638,6207.327486571444,21983.855324445176,6839.3676854773785,163258.89934130936,60552.89637465462,4913.881027521828,27520.697160056596 -663,5428.71580072769,4714.430483110677,1144.175134245804,1888.871455197548,2361.8293817534927,3362.0983696689136,2444.4045351562704,3962.0154688421335,418.54530897341886,1449.007073142459,3206.888587841107,8041.164030642271,1793.9040942251584,4690.791539051186,2046.9038100188409,5301.353648466354,1538.4935098864948,6019.325769239626,424.73374170547703,1633.3925649340517,864.6730692801913,3140.6793284483297,1949.383637411188,7208.324246695643,1044.2524956261032,2098.674890961125,872.1576967159116,2858.273824452028,1112.0954355254728,5109.372474679491,1368.287196552886,3421.7808642030222,1164.3916589311789,4359.105140410416,1367.1107545526374,6144.989111258378,21975.470331169847,6827.172805635095,163095.8731457705,60644.31841002344,4881.3734356726545,27509.042640208594 -664,5589.130208107784,4693.05175888327,1174.2693004459575,1880.3059111543475,2406.728754207058,3346.852122189379,2501.9161503224673,3944.04875231157,421.77238052830126,1442.4362004291474,3203.2922447301717,8004.699429266917,1791.8923328389333,4669.520011327764,2044.4637847282052,5277.313379320685,1539.927464497783,5992.029682020499,435.5308209751513,1625.9855516530367,884.1184556936942,3126.437159115224,1993.431919510494,7175.636358569193,1072.6164026859412,2089.1579425412515,890.7949981591775,2845.3122911176642,1126.6037042818646,5086.202790556965,1367.0409819878857,3406.263972030259,1193.9914477116645,4339.337724810808,1401.8638286268997,6117.123173249396,21925.520559237775,6867.706152402795,165780.18726788103,62003.224785619655,4895.191140528389,28237.51588860664 -665,5643.844630884833,4941.603766848511,1178.7414739599997,1979.8901121855195,2384.1525794879653,3524.107106381338,2504.2370857603796,4152.932286366841,416.73068255909476,1518.83007639691,3165.339012744826,8428.641933744206,1770.6616425973916,4916.825737895239,2020.1679786735508,5556.808877023041,1525.4109635074997,6309.377771445346,436.4283096814726,1712.100513632915,883.392049719017,3292.0185917521712,1992.0049058327475,7555.670271891122,1082.3297934017405,2199.8033025870404,885.9269179856727,2996.0048723164196,1113.0659961968113,5355.576746239092,1351.1621117199688,3586.6655088991474,1196.4518794151343,4569.1564355675155,1404.7526183368361,6441.0964268586085,21422.568523106704,6762.695495296412,165273.0096621394,62362.00109313964,4779.803697142605,28463.536443396297 -666,5668.734745895952,5041.28449298624,1181.0476274129314,2019.8279326517334,2375.371189186192,3595.1944642362664,2505.3068437223433,4236.7041396835775,412.9936301129141,1549.4675155843138,3125.0289948053187,8598.662272879237,1748.1125878861856,5016.006648176648,1994.4663669630236,5668.899358171327,1509.0008139194558,6436.648873583106,436.9672383419665,1746.6365530387104,883.1014873291458,3358.4243213831483,1991.4643186780108,7708.081257209696,1086.21514968806,2244.1771538523135,884.2389380979749,3056.43949137434,1105.5828703255943,5463.6080259893715,1334.1938402512606,3659.014778328376,1197.9293321706377,4661.324252499691,1406.4872937236782,6571.024522927279,21065.028050033947,6688.577592610425,164815.18755006025,62475.79052743468,4711.710711369712,28575.26375650863 -667,5557.372592076139,4926.333247742321,1151.335804284228,1973.7718657188327,2298.0366548659754,3513.216928325929,2438.8472509753356,4140.09891590296,403.9115302354473,1514.1365953338852,3093.4685191821327,8402.595786832964,1730.4579469826044,4901.631787729497,1974.310521014759,5539.637254179604,1494.1774954288167,6289.880563989461,426.34726191170046,1706.8097892368098,858.4280176855461,3281.8456124573645,1936.0904846828341,7532.32177761867,1063.0209643017183,2193.0054814854425,856.8130689782113,2986.7466331285927,1073.4843450283854,5339.026969914093,1320.7781337427,3575.5820131829196,1168.8150641970274,4555.0368513312005,1372.3042690065602,6421.192183076252,20554.24738254562,6524.640168948121,161316.40333594626,61422.243499598546,4561.052135163606,28042.614724786716 -668,5303.992931586427,4646.915305754093,1093.6958350164823,1861.8209998438595,2156.3289776035854,3313.949888419338,2306.930418266031,3905.27559792311,379.95533655601326,1428.255898661335,2921.2444475130114,7926.006830291746,1634.11737922395,4623.614894101944,1864.339447756958,5225.433167066018,1413.821369043908,5933.123236752792,403.9392674228474,1610.000812927204,810.7578595250801,3095.70178075938,1828.7885895109455,7105.094112811409,1011.8671344617138,2068.6198486851467,806.9216676751138,2817.3405951080176,1007.4582348438415,5036.2013482741595,1247.487307234554,3372.777672248095,1107.384385835031,4296.678563600099,1300.1785882667666,6056.986958890836,19159.417910652264,6113.990820506535,152673.5176073582,58534.06196395123,4239.5913543959805,26739.89369502168 -669,4841.539352766402,4434.94755565718,996.9092287205744,1776.8945524150859,1961.1221528116405,3162.784985346466,2103.530037248958,3727.1375369657444,340.51280786794626,1363.1064028168526,2586.425101085221,7564.464231701804,1446.8225044784087,4412.70998580637,1650.6109333789475,4987.076485520037,1253.9298939388448,5662.485469375166,368.4850289397531,1536.5610733331118,738.969127173275,2954.492204457001,1666.9106105127032,6780.997219662835,924.2137398269148,1974.2603292446581,734.2420977462349,2688.828386920734,909.4898908913161,4806.476423546813,1104.7133151655394,3218.9293561666127,1010.187917766105,4100.686765150879,1186.0603396668644,5780.699182254871,17019.45854947276,5477.278028613499,137938.44884204512,53090.03641139848,3794.622826679724,24356.215466880953 -670,4374.666913412806,4239.744883214127,907.2893399752068,1698.6851573933834,1793.199415149136,3023.5761054771065,1911.0737350015493,3563.0888760406615,309.5998828207791,1303.1097491214389,2328.9897499881536,7231.516972439509,1302.8155277214719,4218.486092257327,1486.2119703907897,4767.572050476687,1126.8264507741587,5413.253143080341,333.48280058507765,1468.929872710686,672.5799885739832,2824.4512588123325,1516.836355337442,6482.53398813744,834.9826122112731,1887.363948277251,672.7737896168695,2570.4805417025523,831.664651771481,4594.921037347475,994.5313688460207,3077.2493013647,914.2306185495759,3920.196465014581,1073.3969976285339,5526.263720548874,15603.612986370523,5000.6957495647075,124699.3171959668,47665.60552209832,3495.7549541352632,21871.72543101985 -671,3617.4094438966513,3967.0849568777708,773.9485643998268,1589.441940491988,1650.6884294376516,2829.1285476875496,1668.4303991038653,3333.9450060126514,290.6985217149095,1219.3061670685763,2199.835788400315,6766.454819098174,1230.5679849299097,3947.193328459271,1404.1310932497695,4460.967318377622,1050.717625205654,5065.124365550358,288.31913747907146,1374.4623229125154,592.9905151558339,2642.809510692672,1336.384699745761,6065.639271977412,698.6191088601785,1765.9867123155793,604.4002708895684,2405.1717661853017,778.160193962951,4299.419570614232,938.1983272955974,2879.349995878038,790.4161262131566,3668.086843134547,928.0265608478643,5170.867181260442,15572.970205050713,4779.129322852537,111464.31338018499,40601.12514905074,3490.227872192971,18373.580955952286 -672,3535.74940313716,3744.915207292506,762.2970391932581,1500.4279864834648,1706.128018985926,2670.6880837659114,1660.8911435661137,3147.2331671767543,311.3906402084994,1151.0210285474702,2381.4409514541035,6387.511189435602,1332.1562492587111,3726.137575209507,1522.8129187496465,4211.13853910892,1145.1095310871685,4781.4608130565875,298.6245243215222,1297.4879315356827,626.9748556453068,2494.803523028053,1411.928730981153,5725.943608088637,687.5273707006972,1667.0856729098468,631.635991157826,2270.474270464541,828.3083489076248,4058.6379942808817,1039.6825110810719,2718.096966385061,818.6679586040233,3462.661967122416,961.1970010525163,4881.2816847846,17044.036533335067,5128.187934485303,115977.56543685195,41587.820895655495,3821.6214507118157,18649.431694369814 -673,3625.5055950986507,3593.1847666938947,780.7544043757435,1439.636062801909,1746.9682646391911,2562.4814469741987,1701.0473200857896,3019.7186445001416,320.2909048006861,1104.385813026519,2461.2492549646236,6128.712302557114,1376.800283031355,3575.167936453299,1571.4359650269937,4040.5184127262078,1171.4814094052588,4587.733287675689,306.30477891220437,1244.9184060254852,641.8840133191994,2393.7230934848462,1445.6009672702728,5493.94905056,704.4850710789243,1599.5413816068885,646.4229591154316,2178.482852139622,849.523409723687,3894.1966392661375,1063.8508026390625,2607.96949287211,839.7230891616974,3322.367408545378,985.9178028575793,4683.5097781534305,17461.56292903563,5260.2203391458015,119181.05896378512,42768.77238382334,3910.824937952101,19158.908620038525 -674,3763.070661428308,3521.055949066912,814.188170839449,1410.7371183374948,1843.1048520655954,2511.0427459436946,1782.173100568441,2959.1014623800147,339.2766903465587,1082.2166099184608,2613.2813521694156,6005.68585090984,1461.845645275423,3503.400784798711,1667.5107634048766,3959.409915770693,1236.4010054376351,4495.640117100309,320.4702215649613,1219.9281818931186,673.541113726569,2345.6720113195593,1516.7385434390671,5383.664699809958,733.5509305673849,1567.432532190027,679.0135975163375,2134.7524562518356,898.5945021776753,3816.025374097472,1124.446338501163,2555.6176745988773,878.5571201094332,3255.6749202764568,1031.5127888264867,4589.494010922666,18620.712411575467,5584.6858373122295,125285.04360643355,44650.60797013682,4168.806659608684,19954.922972557353 -675,3999.344575042783,3525.929518592091,862.8288838442168,1412.6897500273692,1939.1625334412565,2514.5183343978615,1884.7504941130808,2963.1972185729232,363.7530254494855,1083.7145292830023,2848.060759840066,6013.998450301665,1593.179094855495,3508.249917430019,1807.833230427026,3964.890220481075,1300.9222113959795,4501.862629604457,338.82587005367463,1221.6167108163118,711.7036798517237,2348.9187065711535,1602.7095754045324,5391.11634630303,779.1261515892045,1569.6020493837768,716.1571067382473,2137.707213195515,953.7316213554117,3821.307217169418,1183.5948916886239,2559.1549601737443,928.8784435548195,3260.181170192637,1090.5949901956183,4595.846428626665,19783.401645203627,5963.053319741906,133227.00939920402,47631.862888237396,4400.211030627278,21212.238780686763 -676,4895.244913217369,3597.0186381093986,1065.2388496546712,1441.172131751401,2395.717130219103,2565.215574220695,2315.9134640902594,3022.940636617365,445.55804180596493,1105.5641752525578,3452.102917843236,6135.251541821518,1931.0747437517248,3578.9825841953925,2198.4129888162042,4044.8295820793555,1612.6270671545815,4592.628326660773,415.12066520157623,1246.2467143094723,875.9391233367081,2396.2771582325904,1972.2388490950036,5499.811007456404,952.4796685656811,1601.2480670068996,887.821576741598,2180.807258948145,1175.8572566607534,3898.351685597187,1467.219742232662,2610.752155145397,1138.037769426513,3325.9123221155046,1336.1686866584103,4688.507009141698,24379.912318947194,7308.1464924385455,163756.29773931875,58254.87554972928,5449.086527827312,25943.40207363643 -677,6456.3872246657,3800.0840034761177,1360.906209969255,1522.5317728691489,2931.0136314040583,2710.031737335522,2939.2619873020913,3193.597118169334,535.2960889295601,1167.9774724219087,4131.02333515785,6481.609796059404,2310.856604865163,3781.029745808865,2633.086851912933,4273.175576239332,1956.4063356225358,4851.899640761356,532.2881235495987,1316.602075190043,1101.9944070781241,2531.5561060537175,2482.903842886429,5810.296229813784,1248.204511255972,1691.644602716932,1094.657984073434,2303.922112494041,1416.1081929036905,4118.428446105671,1767.2032091940166,2758.139031223748,1459.247971966078,3513.672706149277,1713.301173820812,4953.191039062709,28237.547067041967,8686.034464326262,204073.4938771286,75233.21286840703,6307.460136189692,33918.742225130365 -678,6548.7295971977355,4332.6026145378655,1382.9487131677722,1735.8892945039347,3036.807378784245,3089.797641294239,3015.4918858395085,3641.1266728061973,555.138674527264,1331.6501019734083,4287.075245128956,7389.899676726372,2398.1506135408054,4310.878219363522,2732.5815145902884,4871.990107865582,2024.1233573722993,5531.812730931409,546.3712566828024,1501.101972497543,1132.3682466955581,2886.3116167707017,2551.24037841484,6624.512672220698,1270.6050540116119,1928.700476593638,1124.3420906176839,2626.7785025679154,1467.989044664653,4695.557739529505,1832.2620183591898,3144.6463728190706,1497.8563544460621,4006.0555343953383,1758.631226212906,5647.298435118262,29568.67290064515,9039.733920424564,210058.48818810045,76818.91380998505,6608.849840504504,34578.0712780671 -679,6382.422540267704,4803.259392926251,1356.2947167990874,1924.4614151615444,3034.1939315532213,3425.4467494870732,2977.6067205298064,4036.6674370980036,548.814246017838,1476.3091447465292,4190.950698125281,8192.674979217942,2344.379422649039,4779.1750458350425,2681.3767061377616,5401.241316091768,2023.661075905548,6132.741408270016,538.732683016926,1664.1688127467505,1120.8158439433498,3199.8557489779823,2524.8659483650085,7344.1428968433165,1242.2819419141929,2138.2179499348968,1116.3630614978877,2912.1291837981976,1461.1714338490065,5205.64284888342,1834.6287904597084,3486.2537766542396,1476.9154905840019,4441.239039463823,1734.0445847887274,6260.772488601018,29612.62407805654,8968.684483912752,207641.98997991643,75197.47223709321,6657.15084556385,33844.422682589924 -680,6265.738601283193,4937.639930805618,1320.6778753903227,1978.301971946454,2887.078562469492,3521.2802947982227,2874.526781236273,4149.6010717537165,524.4168810018638,1517.6117688020677,4029.561177148986,8421.881020432265,2254.099603280785,4912.881777190165,2572.35700740116,5552.351563092291,1923.9733194988548,6304.316795252462,521.1595011289963,1710.7271769500908,1078.770719216231,3289.377946616799,2430.593483700331,7549.6096001810865,1213.9812499021307,2198.0387621605964,1070.4401904947033,2993.6016703079454,1390.9949604103433,5351.280847753737,1740.0934407466887,3583.78851699758,1428.739270043994,4565.491352768601,1677.4809459917951,6435.929794449952,27881.47130535606,8536.37221463102,199627.91907718443,73219.47882557989,6242.387488386834,33022.16851126244 -681,6050.914033891642,4937.250043226596,1271.2561505114684,1978.145760603135,2745.896132149743,3521.0022462834595,2755.8706820455805,4149.273409563188,499.1198888550711,1517.4919346329657,3841.5688883358503,8421.216009040612,2148.938439321648,4912.493844572767,2450.8147981988927,5551.913136447346,1829.9020920684798,6303.81899167684,499.5885197274202,1710.5920939374096,1032.8460915299365,3289.118209652973,2327.2234162500645,7549.013465377653,1171.2903484018536,2197.8651998872056,1022.9788602430197,2993.365288529576,1322.5575506821417,5350.858298122003,1652.5477052031079,3583.505532687626,1369.6032317389147,4565.130850910321,1608.0493992021857,6435.421598404579,26332.123413496345,8104.677993289281,190883.94388285268,70457.52193605722,5887.941398257269,31811.545922016863 -682,5851.299794879407,4985.725809223606,1230.2468040584488,1997.56793492273,2647.159831220177,3555.572762151892,2660.3477186398245,4190.012526500468,476.6099480439437,1532.391237540773,3636.3312554573777,8503.89865486378,2034.1303878958176,4960.72654495989,2326.2316959820346,5606.423894395968,1765.5374492006213,6365.712242302715,481.97470924474317,1727.3873263716685,996.958952376538,3321.4120013936567,2246.319152989065,7623.132500681115,1131.773690952222,2219.4446617718377,988.4274073829865,3022.7552675664697,1269.6125133059245,5403.395024532848,1592.8909759197825,3618.689729179735,1321.315629426769,4609.95301161455,1551.3549872093247,6498.606972603795,25159.73417054674,7741.74356147135,183584.8906244353,67863.54442557435,5644.461775973839,30704.351103145003 -683,5655.574581883927,5031.7322977253925,1187.7796079720226,2016.000774943644,2541.113614857981,3588.382311585314,2560.4401478140717,4228.676458393025,456.5335718550381,1546.5315939397817,3479.501950152884,8582.369579791413,1946.4015113932453,5006.502349222729,2226.465790727342,5658.1579620730345,1694.1131997134332,6424.452750362621,464.5394114427742,1743.3270366986642,958.7666656620145,3352.060799361873,2160.438133908264,7693.476031625267,1091.8042106406515,2239.9249006015093,950.0870090840308,3050.648168376165,1216.8980447383099,5453.255614661347,1527.241629775809,3652.0816993336184,1273.5174129486645,4652.492003596471,1495.2351624970506,6558.573785541967,24031.93382763174,7411.951020618932,176408.0614071298,65407.00947962752,5391.294424349396,29627.46946054072 -684,5536.144534791419,4992.678768664988,1159.7309475424686,2000.353689567967,2460.723049810762,3560.531268526308,2494.1691440197915,4195.855805547571,443.9010898375427,1534.5282692450112,3396.602934448232,8515.75796375949,1900.0285615365983,4967.644641098086,2170.53004502247,5614.242462732962,1641.098039570828,6374.589693797211,452.16014792715686,1729.7962943894443,933.1783890602577,3326.0439534538937,2102.781899047318,7633.763516730063,1068.3396078453684,2222.539839747157,923.6684857918019,3026.970720958979,1180.4226321782066,5410.930454255404,1478.3225789792523,3623.736256782874,1239.5801252648164,4616.381928394757,1455.3894365189692,6507.669755523466,23216.04808632507,7188.95295337447,171750.2492092747,63941.51656133569,5198.385350495671,28959.649132423237 -685,5438.348896824865,4960.773136532326,1140.0388789763144,1987.5704619837832,2422.555834342135,3537.7777516040055,2450.8415861087087,4169.0422575473085,437.5278790306004,1524.7218914017212,3350.204513257411,8461.338151568138,1874.073709829127,4935.898989148793,2140.348885210047,5578.364737964496,1615.7191035806673,6333.852982466325,444.57609649762963,1718.7420594205103,917.1315179004869,3304.7889238890057,2066.6547277808745,7584.980075648063,1048.3526256810476,2208.336735198911,908.5889072489013,3007.6269140020017,1162.9789518041925,5376.351991556701,1456.072540435116,3600.5788294153576,1218.788732073432,4586.881015074308,1430.9782884176802,6466.08259823153,22875.26513074425,7077.100929038611,169169.17108616143,62906.7181870603,5123.644636444048,28471.966593344834 -686,5428.342614967697,4892.93305706199,1140.0946655387495,1960.3898321942647,2424.07244595502,3489.3975662555235,2451.387109688482,4112.029338334296,439.27077020365067,1503.8708564045514,3372.3987706612434,8345.626782225208,1886.488974074969,4868.399071199416,2152.8501696856706,5502.078905751945,1617.4533809527486,6247.23561903166,444.20517749461146,1695.2377396923152,917.6276009913972,3259.5949315295734,2067.669917750551,7481.253169185944,1048.049249100731,2178.137059565713,909.09269543951,2966.4967023903405,1165.7577746155057,5302.828745012381,1457.8208141206683,3551.339820252061,1217.7718715068115,4524.154023934146,1429.784393729545,6377.656954636705,22966.278201328732,7101.265754099431,169464.01076532443,62946.07759054544,5140.514594648779,28458.711060835765 -687,5423.227859820466,4845.172087060902,1135.832689763397,1941.2540461792219,2399.968684792613,3455.3368074958544,2437.9009998759025,4071.890937178711,439.19483780113194,1489.1912501192007,3403.950451836578,8264.163327537057,1904.1386954449977,4820.87758270137,2166.3450885011403,5448.371932348343,1600.415281914904,6186.255010977018,442.13038887400705,1678.690160175915,911.7043244898415,3227.7773256222567,2054.456232730853,7408.227050901263,1046.0840273542801,2156.8757961176,902.0623225712412,2937.5400912209525,1158.8237191894173,5251.066695203443,1442.189268467331,3516.6744298531635,1212.0839161440556,4479.992785246126,1423.106172627397,6315.403275925938,22800.054201507428,7080.416717688269,168916.57959023037,62950.897905806814,5082.6045126173985,28424.564391925844 -688,5583.640889347375,4807.223228969145,1165.7928913359399,1926.04955540061,2446.3595934694936,3428.273561070189,2495.3920859010987,4039.998651711129,442.5020017875968,1477.5274523413716,3399.778933831471,8199.435892529882,1901.8051864927784,4783.119006540117,2169.435841436951,5405.698630022517,1630.0542752218398,6137.802384462901,453.3552144557644,1665.5421494295747,932.1565022890679,3202.4963941133547,2100.7630826177187,7350.203568553352,1074.5521017162503,2139.9824903613408,921.3207283698691,2914.5323858066718,1173.7938723238192,5209.938747368775,1466.6194509145864,3489.130768555807,1242.8563554324287,4444.9041222627375,1459.2360541601881,6265.939121009675,22891.064767474727,7128.877243170495,172018.16347934396,64425.93068564733,5118.810603319663,29189.449625181147 -689,5638.608471030616,5013.472661523863,1170.3969854960044,2008.6849165961892,2423.6224429024473,3575.3604432336983,2497.983694658198,4213.331028792342,437.1805848575673,1540.9193907046697,3359.1068213125336,8551.225048047365,1879.0535793913837,4988.33426989541,2143.2273296628946,5637.625091911213,1612.9736653706002,6401.139075652906,454.2616715009068,1737.000683151438,931.2801628219353,3339.8965173412603,2099.0119224762702,7665.557202651363,1084.4006305338596,2231.7964447569443,916.2511699607272,3039.5776816257885,1159.6335477065156,5433.466313930329,1448.1481441377862,3638.8286724907075,1245.3413735011727,4635.608591206945,1462.1537106900842,6534.773399464388,22366.47775116023,7018.711473227078,171456.5770531935,64774.203190167114,4998.254721593738,29413.50219104127 -690,5663.60185282981,5085.991360426719,1172.7548191384715,2037.7400698785193,2415.0578797501917,3627.077188283872,2499.1626716322507,4274.275867805822,433.21587141054675,1563.2084260445213,3316.036104743745,8674.916500335332,1854.9602151607364,5060.489347895853,2118.171333980338,5719.172008423813,1606.389274508538,6493.730041756127,454.8111031846331,1762.1259881126555,930.9296270350823,3388.207332271315,2098.3428381696554,7776.437678567378,1088.3400420609032,2264.0788536412883,914.4909246225756,3083.5444554704595,1151.7584540834803,5512.060121899546,1440.6024787423662,3691.4634704990053,1246.8476199018342,4702.661575506065,1463.9221926588068,6629.297354524733,22064.941782734015,6944.048086487522,171067.45211239596,64875.68195216413,4937.996443823022,29511.28860497402 -691,5552.562722336051,4961.422947062981,1143.3598822003796,1987.8308133808473,2335.754322135232,3538.2411642969137,2433.057811614267,4169.588359432466,423.7473795363845,1524.921614371122,3282.474517185252,8462.446500303908,1836.1861705749193,4936.545541420611,2088.6306841179735,5579.095446676786,1551.0202042977671,6334.682652409769,443.73700300038007,1718.9671970470358,904.8452673424154,3305.22181742903,2039.828312088854,7585.973630441299,1065.1788158459365,2208.6260047192595,886.1032693000725,3008.02088235879,1118.4322580793958,5377.056238665865,1390.3966203945615,3601.0504684069847,1216.4883886504263,4587.481849562083,1428.2774581526799,6466.9295889018895,21346.07084485772,6763.803185414662,166959.01240247104,63653.259035040435,4752.289261925262,28925.182419815603 -692,5299.635217680471,4677.326379339084,1086.2510042073416,1874.005421487659,2191.6352139103,3335.637560193537,2301.6615190216,3930.833116354972,398.60994403060977,1437.6029154185815,3099.431141710612,7977.877450066691,1733.793383394931,4653.873481470448,1969.4941509496728,5259.63026817529,1454.2642679807755,5971.951714456762,420.39373610326646,1620.537233320577,854.5153330166653,3115.9611589613646,1926.5923635178044,7151.592386542682,1014.0068221480105,2082.157635861909,834.4789500441892,2835.7782782837194,1049.638079938954,5069.160048769852,1301.8472424029644,3394.8503340522693,1152.493695979997,4324.797562843941,1353.1413714992066,6096.626045035159,19848.44237196243,6334.2045371022805,157822.7107125845,60582.24898100664,4409.89875996829,27550.92484877988 -693,4837.61724549901,4458.470648962911,990.14849501904,1786.3192537957343,1994.0044666750496,3179.5604906670123,2098.776756065919,3746.906384949866,357.15547470366414,1370.3363595856085,2743.934325582604,7604.586374229332,1534.9317215479991,4436.115130382397,1750.235503857937,5013.528087037188,1322.1585533260848,5692.519460164652,383.4900328035298,1544.711038816213,778.8318311613236,2970.162918693035,1756.0115952196106,6816.963829933246,926.1890384707818,1984.7318645563637,759.311808931294,2703.09001239316,947.4263565519813,4831.970116981512,1181.8323602638402,3236.0026528943445,1051.3235743566454,4122.4369293148675,1234.3576613533946,5811.360182081823,17788.99792365429,5682.228721341546,142975.50251204197,55040.754464544225,3971.1225419073094,25119.004593822658 -694,4370.924494891701,4296.408244248557,901.0563011856008,1721.3877522448547,1823.6279812951395,3063.985608689914,1906.5861013348867,3610.708861898819,324.7134143620715,1320.5255560192297,2471.099532731347,7328.164782230675,1382.3104381648945,4274.865333709018,1580.9612965085119,4831.289718354151,1213.747415907574,5485.600212459806,347.0812389511702,1488.5618331244373,708.9260585034804,2862.1994973999585,1598.063058153324,6569.171786850774,836.7004415932767,1912.5881982617282,695.7603849014939,2604.8345113348123,866.3098045993462,4656.331258206457,1085.9062722555982,3118.376136341617,951.5102284632794,3972.58912394613,1117.1669398534152,5600.121154190387,16385.083325833482,5194.485783556021,129660.08742495181,49608.244538796615,3669.752500684741,22638.513869354334 -695,3613.219957577167,4025.1129181356287,768.024263612121,1612.6912725196726,1677.591975229867,2870.5112162069354,1663.5267172304666,3382.711804240485,305.03419139135576,1237.1413916209158,2335.516515119083,6865.430158009166,1306.4665403368815,4004.930327800313,1492.5255661246943,4526.219472424537,1123.0024484328155,5139.213739396718,300.1766162115459,1394.5670716868206,625.4271651938371,2681.4668244546315,1408.8278387167209,6154.363532865303,699.6489818621446,1791.8184274510156,625.1825218889999,2440.3530682203705,810.8368086329828,4362.308708353101,1016.2732436909831,2921.4672713649047,822.9229604397182,3721.7412527419965,966.1927932549094,5246.50329284497,16295.83596501594,4965.178231213526,115822.71812463456,42259.20930579835,3655.2700644038346,19019.905969614094 -696,3619.3874552394227,3783.253946660136,781.6337275956412,1515.7886860799924,1741.7977230333988,2698.0293742112467,1659.1157637718557,3179.4531095376888,325.78012505293447,1162.8046585570926,2505.4315136829855,6452.90362508347,1401.5154337564204,3764.2840777166152,1597.2239083264885,4254.250260991831,1178.5384541244644,4830.411235098545,302.16444711261664,1310.7710231108738,629.4382242176489,2520.3441873017227,1417.8736208011019,5784.56321560252,701.7507795799157,1684.1525381335885,655.078808152882,2293.718353835706,863.66355266635,4100.188484916101,1087.8482795048226,2745.9236074174823,828.3725244684158,3498.1111261360033,972.5911193972441,4931.254027530443,17524.173664092883,5282.79160113387,119712.6157697772,42768.19196028031,3917.563720011586,19032.722413267573 -697,3696.820877795831,3654.8516555777455,800.5452938472737,1464.3433581074257,1783.4545129944943,2606.4592184826984,1699.2100666668653,3071.543603749933,333.2321660373954,1123.339482720346,2562.6784460647955,6233.8943750366825,1433.5388432290565,3636.525617227735,1633.7178128105181,4109.862522803797,1205.6618189254173,4666.468798719322,309.92819363130883,1266.2839215774368,644.3995856166085,2434.8046035126363,1451.6732643550495,5588.237200942577,719.0466819990538,1626.9930010056403,670.403054281605,2215.8703700940287,883.4326709815044,3961.029548520188,1112.7193210258877,2652.7279384772864,849.6565450223793,3379.3864807938135,997.5806606536219,4763.88902270354,17911.785950188503,5401.059273998337,122519.45524192766,43809.89157703905,4004.071436226353,19508.631230638475 -698,3833.3440666882393,3571.5461195148555,834.9741857195473,1430.966378704964,1881.8058563279114,2547.0498353165194,1780.4452626870088,3001.5334882749507,352.1616535623035,1097.735051512909,2708.9084834139185,6091.804363837644,1515.338586348878,3553.6377890754593,1727.0616695195927,4016.1858615131955,1272.662442904188,4560.105334088741,324.30060847082507,1237.421338130626,676.2402221061103,2379.3077675755426,1523.2442366154562,5460.863742443748,748.8309273753113,1589.9087259400576,704.3306287647525,2165.3637322268405,933.4793957962502,3870.745257666183,1176.0612694906933,2592.263946017674,889.0579824750129,3302.3596603162773,1043.841837872783,4655.305045519463,19065.336799242716,5721.406026269891,128683.88705729938,45706.83277265347,4263.594584870655,20317.973661593318 -699,4055.4157943832465,3566.152704086413,884.7611543022023,1428.8054669075998,1979.7499360003676,2543.2035185060636,1882.7816779115071,2997.0008526927877,370.2027240477656,1096.0773545477705,2847.2617792183155,6082.605089757589,1592.7321524160225,3548.2714171353155,1815.2474070102628,4010.1209926681254,1338.9529820529376,4553.219088848952,342.85102078872836,1235.5526999797448,714.5136969980023,2375.714759171553,1609.4888692644763,5452.617255971073,795.2717504569167,1587.5077942523926,742.7803548569367,2162.093802126325,981.3896666895031,3864.900019639381,1236.224416189629,2588.349351079461,939.9132436698696,3297.372745141111,1103.5509348693129,4648.2750385654945,19953.816908594683,6002.396838373345,135725.44689640187,48405.57183644961,4461.3265076472635,21538.44796479097 -700,4945.902745605696,3629.9639620485864,1092.4055537497732,1454.3719195505641,2446.121232389593,2588.7105478555745,2313.714101038793,3050.627943396136,459.306232161281,1115.6901082970417,3533.097911769599,6191.444703389329,1976.382601270423,3611.762714762356,2252.2715466926397,4081.8764351171963,1659.9125885088679,4634.692503462941,420.10268585496254,1257.6611677337821,879.4650405660175,2418.2248141022696,1980.7337625162802,5550.184128497611,972.3513381055025,1615.914000542976,920.893359164716,2200.781412218794,1217.4870826996537,3934.0569382056033,1533.8776540559077,2634.664201239605,1151.6957926156585,3356.374565953925,1352.204554181671,4731.449344933573,24866.099869105863,7447.558896879522,167405.6347004886,59358.760904173665,5561.2103280921565,26336.344101477007 -701,6556.077863191599,3831.0799021264934,1394.5172364609064,1534.9505090025239,2990.816854270433,2732.136477386772,2934.7433244865792,3219.6461245898136,553.2905405051629,1177.5042384954995,4250.9779338932485,6534.47792217087,2377.958108362492,3811.870225831923,2709.951954715304,4308.030310228165,2012.3217966792897,4891.474815780978,538.3160164973946,1327.3411179186078,1105.9075071133175,2552.205085502383,2492.4153555762646,5857.688696112747,1273.202555416286,1705.442730497872,1134.5360188839466,2322.7143645158126,1467.674478972267,4152.020964217783,1846.712971980401,2780.636164917965,1475.7732149127776,3542.3324523524584,1732.7034403869993,4993.592411059301,28904.026508874667,8889.503484890494,208659.55529401262,76648.34392441474,6451.003980586905,34418.058262201674 -702,6624.164440994177,4338.061009128428,1417.4469307372024,1738.076240683384,3099.1742196077275,3093.6902980254567,3011.276706454384,3645.7139169877223,573.6564021053047,1333.327770654294,4408.91164302325,7399.2097824547145,2466.304778246402,4316.309244649384,2810.958152323628,4878.128045455523,2082.4130942293373,5538.781940751206,552.6319161445126,1502.9931237559276,1136.5149071931203,2889.947913268976,2561.298271123002,6632.858511281458,1296.2925771926118,1931.1303343915652,1165.5993506565803,2630.087828357664,1521.3914415401234,4701.473400217868,1914.9847991493257,3148.6081302839793,1515.0197180803052,4011.102531270857,1778.7827094605702,5654.413138674528,30269.9980704668,9249.269972195127,214605.04107454672,78197.72359355862,6759.960109925357,35056.24595584105 -703,6413.2609584601905,4792.732485020998,1390.5122166836086,1920.243731620561,3097.0616481730367,3417.9394800443065,2973.977399303706,4027.820605628305,574.9166159364901,1473.073639616551,4420.313923151455,8174.7197684019475,2472.683109281363,4768.700921609172,2818.397440044818,5389.403860468971,2082.441317313575,6119.3007841582585,545.0082965247184,1660.5215910588317,1125.081064074901,3192.8428887462005,2535.183861698082,7328.047343887766,1267.7079999494536,2133.5317938065245,1157.6532958784662,2905.746910175584,1524.373973455419,5194.234070307244,1919.5404736877335,3478.6132414594867,1494.1198501759845,4431.505541742984,1754.2442013378363,6247.051269318065,30691.602557881346,9298.233118273523,212788.39482800398,76712.38647441944,6858.8260713136615,34291.38142329159 -704,6281.033356324505,4905.084488142303,1353.532182568355,1965.258392965206,2946.238137723167,3498.0633651830126,2870.3874867717013,4122.241421868297,545.0008955729796,1507.605667989377,4188.252742519749,8366.352859505145,2342.870211002226,4880.489572969055,2670.1816578001976,5515.743129611536,1979.2612069535917,6262.750413978133,527.1066478372952,1699.4478043546317,1082.684279071684,3267.690023511887,2440.092434435462,7499.832604305851,1238.4527879890486,2183.546388092002,1109.6435192788124,2973.8638949941806,1445.482980957721,5315.998137945872,1819.2407410795017,3560.1594506384363,1445.043150196716,4535.389604960379,1696.6233107852556,6393.495646487659,28669.26749381616,8768.067249489879,204190.7957798606,74584.20779162778,6401.570999892749,33461.51204005509 -705,6063.447161078117,4905.994221624589,1302.6610575244044,1965.622884416015,2801.8553766851037,3498.712142054065,2751.5876823872104,4123.005963448081,517.4980464461731,1507.8852797590764,3975.922671039986,8367.90454558503,2224.0947144044194,4881.39474489529,2534.7720441596316,5516.76612039117,1882.195218690214,6263.911950289397,505.2334499888795,1699.762996595001,1036.4988993880718,3268.2960736281093,2336.1052639305535,7501.223579088889,1194.719751993619,2183.9513648593083,1060.2509792080368,2974.415449929387,1372.7425330535348,5316.984082532464,1727.2367910241142,3560.8197443117365,1385.0785968118628,4536.230772077647,1626.2190055022477,6394.681431783002,27020.65272702055,8304.310543602185,195102.13799387746,71725.84261079799,6030.823644686606,32233.11237740873 -706,5858.626396639416,4953.235352025561,1260.5918471705581,1984.5503928489711,2701.076517528889,3532.402176952539,2656.1702601391294,4162.707490511589,499.1419225029147,1522.4051103811387,3834.7188052035376,8448.481336335912,2145.1065655785346,4928.399000356044,2444.663575687348,5569.888536747944,1815.9359604265583,6324.228833656179,487.4154130079563,1716.1304690675433,1000.4724736644515,3299.7673705820885,2254.8641747714773,7573.454867031426,1154.3889734471236,2204.981216619414,1024.3988358953156,3003.0568917634237,1324.086629181458,5368.182744217726,1665.9347256905755,3595.1078299221767,1336.2311151971312,4579.911351334763,1568.8672399377208,6456.257529459592,26026.286221373706,8002.6082504779115,188316.24864006366,69289.662770784,5808.37523156292,31139.76519130994 -707,5683.179204837284,4985.855767547848,1216.9782112877922,1997.6200036869009,2592.7298528077677,3555.6654419934175,2556.3051453090047,4190.121743699193,478.59990065872444,1532.4311809722678,3676.483704420859,8504.120318160358,2056.591299965496,4960.855851651328,2343.685961106226,5606.57003188571,1742.3466797090662,6365.878171462735,469.75711537812845,1727.4323525866753,962.1101133212612,3321.4985775822265,2168.5763080734114,7623.331205857285,1113.5529971302876,2219.502513992362,984.5872775454752,3022.8340589449363,1269.6819607757866,5403.53586985597,1597.28869435594,3618.784054233127,1287.8215530358248,4610.0731750152545,1512.0296350422543,6498.77636580839,24868.496599691043,7668.307616157579,181145.00847035588,66850.06884654205,5548.852082918618,30066.530722015035 -708,5559.43785974973,4936.470274371701,1188.107503553313,1977.8333404419002,2510.521393393393,3520.446153749027,2489.941190737937,4148.618090479306,463.1224551081529,1517.2522682320703,3556.9636681445636,8419.885997008267,1989.7328867262866,4911.717985609513,2267.4627639013747,5551.036290245314,1687.640770447837,6302.823392573378,457.2058326549638,1710.3219300958776,936.3731797574603,3288.598739924379,2110.568303958962,7547.821205408248,1089.5077254622495,2197.5180781463328,957.0854922874715,2992.892528794322,1228.7529032028087,5350.013205689718,1545.506728182542,3582.9395686426074,1253.4126811316137,4564.409853021842,1471.6302226353926,6434.405214529625,23934.400455275743,7405.368106982931,176029.14547395526,65246.12199028379,5338.7619149684715,29373.39800510161 -709,5469.957498725216,4889.813975339261,1167.9612707617027,1959.1401490239225,2471.6289992884863,3487.1731916226977,2446.744966363703,4109.408056701593,456.1302910374556,1502.912188863661,3503.3929701725706,8340.306723344864,1959.7659291004989,4865.295629074857,2233.235736406529,5498.571513855959,1661.5845354848232,6243.253214570029,449.54531029496894,1694.1570821423568,920.2882937743648,3257.517048416139,2074.3457225652655,7476.48411967086,1069.1568007755561,2176.748569796313,941.4893181084053,2964.605659627839,1210.173715800365,5299.448368452056,1522.199661516871,3549.0759594970973,1232.4116457459695,4521.270026552147,1446.9729339024855,6373.591410921094,23600.666057113114,7296.749086945745,173199.89432286503,64126.653666003425,5264.612443927243,28862.461226651885 -710,5468.50284405589,4804.6889723118,1168.0387105089378,1925.034186719843,2473.222823976297,3426.4662547144144,2447.3171933122658,4037.8688580670423,456.59016795121926,1476.7485341168256,3507.0692045823885,8195.113339986057,1961.8223809473475,4780.597457070113,2235.670370865889,5402.848871006089,1663.3959924070637,6134.566677316921,449.17912262647894,1664.6641142148078,920.7952001536512,3200.808112246601,2075.3852150955677,7346.328711605957,1068.8647112431456,2138.854341196118,942.0321488379743,2912.9959118902398,1211.363646713076,5207.192188424869,1523.7636363722654,3487.2913796908856,1231.4077559559069,4442.560871840077,1445.794268186484,6262.635863146332,23654.908535923052,7308.7681921185585,173262.28883762725,64092.202426749136,5276.97068910078,28840.113454762122 -711,5466.099851285718,4759.65719645442,1163.5603134166504,1906.9918725318234,2448.4502897963775,3394.351822072808,2433.6882694273195,4000.0240763536312,451.35536165577133,1462.9077612032634,3466.3292344217193,8118.304932786597,1939.0328149028853,4735.791478079227,2209.672883455926,5352.210862853528,1645.7200364485677,6077.070670148289,447.04831803403533,1649.0621092356848,914.8012090535132,3170.8086524888927,2062.0085319183077,7277.475508032928,1066.764938867303,2118.808005244015,934.6456132547203,2885.6939617049834,1197.5867008354446,5158.387965544522,1506.1857087972176,3454.606865736998,1225.5662349025265,4400.923128675775,1438.9357458037723,6203.939532105802,23273.412466963084,7215.332763969592,171971.47008222053,63871.45869597073,5190.462972886013,28772.757974891487 -712,5620.644110478518,4724.502524274789,1194.1259567587313,1892.906893013127,2495.575949255021,3369.281250676155,2490.9104622262003,3970.4800295219407,459.2986163420769,1452.102772387588,3526.728128488257,8058.343398418326,1972.8194028633907,4700.813077313939,2248.0609358943666,5312.6796086993345,1676.0279174760792,6032.185625195753,458.360910852832,1636.882190501786,935.2704815475889,3147.389163622001,2108.3672509440876,7223.724312259675,1095.6967512918404,2103.1585587058444,954.490985621362,2864.380320607039,1218.789157967238,5120.2882809623725,1532.5698731185962,3429.0912525611257,1256.579284786907,4368.418054572623,1475.348127928987,6158.11743789366,23557.84135435636,7328.6463480831635,175728.19800862632,65547.41441305623,5252.254198753704,29568.131785409525 -713,5678.265690541574,4950.246228627074,1198.5999844352298,1983.3527784427997,2471.9844476562193,3530.2704821612383,2493.1220512785926,4160.19542607761,453.4904464649794,1521.4863862717427,3480.9619868149143,8443.382940752144,1947.2182425249932,4925.424864922922,2218.9119389827,5566.527282341699,1658.1238523725146,6320.412358354567,459.2063165746082,1715.0948377325917,934.2774951632807,3297.776063657224,2106.352482897911,7568.884522692513,1105.524978453808,2203.6505790705387,949.0290188676814,3001.2446403793883,1203.6213911469383,5364.943212980525,1512.9520624122806,3592.938294220605,1258.8969329372428,4577.147517353469,1478.0692756521694,6452.361378948577,23017.6659171,7214.638505555932,175053.65133999704,65864.32059044648,5128.671747018322,29782.749643409217 -714,5700.025342319222,5053.890790807696,1200.914438020715,2024.8787391480794,2463.083368022512,3604.184651599282,2494.149716903142,4247.298494007471,451.24780523010446,1553.3421330539888,3463.255783317255,8620.164193199116,1937.3135545142945,5028.549735909405,2207.600476617601,5683.075077420735,1651.2133402651125,6452.744436685212,459.73224359419356,1751.0042138212116,933.8803006095573,3366.8224384235727,2105.5781092415295,7727.356179721122,1109.456269318595,2249.7889707622558,947.118062390046,3064.082461445783,1197.7721815983643,5477.27039121616,1505.370142273246,3668.164555551401,1260.3387421807297,4672.980417084559,1479.7621020372308,6587.456107425904,22802.201199382427,7168.562466757406,174821.2961881724,66010.47084069495,5079.238766324171,29883.07477549902 -715,5600.4051829246155,4942.253577379165,1170.654184251787,1980.1504635825834,2381.909467350739,3524.5705190742456,2427.9286854014813,4153.478388251998,435.1089159758591,1519.0297993663107,3338.5588797019477,8429.750282479974,1867.5592491165846,4917.472290167056,2128.0723039544723,5557.53958573533,1594.0681892465839,6310.2074413887885,448.4859721938938,1712.32565125944,907.63646066647,3292.4514852921952,2046.6882804072259,7556.663826684357,1085.7030871829677,2200.0925721073886,917.5741120629688,2996.3988406732074,1155.1084501638109,5356.280993348255,1451.3611908857251,3587.1371478907736,1229.5075099833457,4569.757270055289,1443.5631918253152,6441.943417528967,21814.042268602472,6899.19605817301,169713.64226414103,64486.348689887454,4856.790353200484,29250.618561874922 -716,5360.7742092800245,4666.994408920194,1111.9878612317925,1869.8658410929322,2234.6322438175202,3328.269310513058,2296.533212628282,3922.1501106833616,407.2596766031751,1434.4273254358454,3123.902510915224,7960.254734195564,1747.4824431190175,4643.593317281733,1991.1126883670659,5248.012018787107,1494.3517233680952,5958.759984085034,424.83835119542596,1616.9575509551687,857.0666944718778,3109.0781630124375,1932.8803078911276,7135.794891351388,1033.3891634496933,2077.5582580643236,863.9492035336128,2829.514191728806,1081.3789613768718,5057.962538178361,1358.269174250816,3387.351286437605,1164.6784419332837,4315.24431022416,1367.447466107889,6083.158915559102,20217.06985369914,6439.420361983194,160105.700830947,61277.466300362794,4498.401243167878,27851.169793758367 -717,4931.20860353693,4442.875227742968,1013.5711508592249,1780.0708328932171,2033.0470614140745,3168.4386085126966,2094.0325017009613,3733.7999661919944,370.05621501481346,1365.5430180065375,2838.3428175575996,7577.986058325686,1587.742966979379,4420.597907216518,1809.1693609382628,4995.991113381536,1358.54645953115,5672.607421760935,387.53107824222445,1539.3077466987604,781.1363628929437,2959.7734947277454,1761.6956539973103,6793.118563082906,943.8546290864476,1977.789410097546,786.094273110427,2693.6347909376823,982.6338148160788,4815.068220517522,1234.151920783427,3224.6833399697475,1062.4019492069317,4108.016930748707,1247.3647670678877,5791.0324470721835,18332.676782260005,5854.759129114919,145931.3755663451,55963.5426947522,4078.2209072675823,25460.893497746732 -718,4481.903663125166,4261.123607441536,922.4893693950775,1707.2507014365842,1859.6072965906028,3038.822352956642,1902.4880970585202,3581.0555925712265,340.27345762283176,1309.6806218347506,2610.554329306876,7267.981573814865,1460.3201736713568,4239.75761998075,1663.8410308230007,4791.612319622356,1247.3361486195668,5440.54923029947,350.78663504880905,1476.3368859917014,711.0903105885843,2838.6934281454387,1603.3860626911617,6515.22187626389,852.7806657666687,1896.8808966971246,720.4000520875267,2583.442075036916,903.4143786665117,4618.090721470002,1134.9565608921835,3092.766193537464,961.66843320539,3939.9638806141897,1129.093675023121,5554.129658557857,16990.721790887383,5395.276203822543,133242.03317074175,50746.331700359384,3781.623023102667,23014.767200868482 -719,3708.0444521228433,3990.34812723187,787.1875423176468,1598.7625018188915,1712.1618569299321,2845.7186888299516,1661.2689586879596,3353.495414302146,318.39075764463587,1226.4562350370336,2447.1360358509955,6806.133624281586,1368.9054775658249,3970.3398533808804,1559.984545772913,4487.1266378274295,1155.367676044959,5094.8264899720225,303.63900401267557,1382.5222337817725,627.7397341771926,2658.307068352507,1414.4321733964325,6101.208462258021,713.8367417066872,1776.3425403803271,648.1185324308148,2419.27580507931,844.3812501590528,4324.631566571502,1062.875533873596,2896.234637924097,832.4149670305578,3689.5966746690424,977.3373460289587,5201.189386462409,16822.94578845683,5136.370078466171,118936.46922048474,43225.68583813986,3756.906532755591,19340.29261197175 -720,3341.3371901663077,3760.4456430471796,754.0909025863896,1506.6503704784934,1640.894146961401,2681.7636215043713,1532.192374744481,3160.2849720380864,312.3078262240369,1155.794396473485,2417.0038058996943,6414.0006629399995,1352.0497842053758,3741.5901387581234,1541.2583424439997,4228.602436931842,1139.9073520172165,4801.289878832513,282.7185953529364,1302.8687083618015,596.4197779505357,2505.1496546999992,1342.8924261198363,5749.68951271343,671.9200023880652,1673.9991984524938,630.0377171743286,2279.890092409301,824.7668947433907,4075.469461252127,1039.560288365139,2729.3691122080736,775.0624495521527,3477.021878160142,909.9998287563188,4901.524714976148,16715.49304493557,4988.631981966847,113978.67495357842,40927.66329071384,3673.0338518054236,18122.134277499008 -721,3441.68271496025,3616.5778953722356,776.6971784034234,1449.0086928929836,1693.5989259466137,2579.164267958126,1579.157989728703,3039.3782699883614,322.1641252691073,1111.575824426471,2493.3558586027675,6168.612771037105,1394.760422942828,3598.4437680663455,1589.9523194364044,4066.823869665757,1175.697853532966,4617.601341257374,291.74114585607293,1253.023343109749,614.6813677339914,2409.3072273332514,1384.071507312058,5529.716946016779,691.8661750040529,1609.955061892161,649.5019800973652,2192.665682412097,850.7809967922136,3919.5494805465305,1072.3814239401293,2624.948459971561,799.797434123787,3343.997403480579,939.0411424433431,4714.001376559993,17257.444059020825,5148.57347855854,117520.02691313268,42175.77047477193,3792.2881976432623,18676.765692656394 -722,3549.133964260466,3533.2723593093456,803.4913914801236,1415.6317134905219,1767.210321826507,2519.7548847919466,1639.6291786513555,2969.3681545133786,336.4852758016285,1085.9713932190339,2604.675912627125,6026.522759838066,1457.0318412393076,3515.5559399140698,1661.0512548645822,3973.147208375155,1226.9737778761837,4511.237876626793,302.62746148379193,1224.1607596629383,638.9336510515623,2353.8103913961577,1438.5752623218732,5402.343487517951,715.360643358102,1572.8707868265785,675.3048279579658,2142.1590445449087,888.4995422867943,3829.265189692526,1120.1390415255696,2564.4844675119484,829.64186104054,3266.970583003043,974.0814458398868,4605.417399375918,18120.4111483023,5388.319081686415,122214.68016678195,43654.879117755794,3983.0951509838033,19306.90162164661 -723,3770.661230522958,3535.676651339301,851.0738880418987,1416.5950108817146,1857.6110362751342,2521.4695068111023,1733.136843337943,2971.388725661563,353.38274428113806,1086.7103660747766,2735.017035870051,6030.623638334354,1529.943471383839,3517.9481764210927,1744.1491387189842,3975.8508228139813,1289.7337680203,4514.307646564971,319.80207203572706,1224.993766478868,674.7366379086104,2355.412092875283,1519.2229883728312,5406.019629651714,759.5385768354846,1573.941080965368,711.6913593038671,2143.61672326139,933.2140546276851,3831.8708964821267,1176.3068689175975,2566.2295267485897,876.7254131778501,3269.193664196916,1029.3621840654953,4608.551255818873,18939.265239592165,5649.204990758359,128884.20997861883,46243.01786160053,4161.976669740561,20475.936689477316 -724,4613.4919872296405,3600.4626282490285,1050.4362138567371,1442.5519918829764,2294.073466285591,2567.6716574475213,2128.3843397376154,3025.8349718412346,438.3079080620311,1106.622705246803,3392.84949248321,6141.125780445226,1897.928920490751,3582.4093055916305,2163.4293477509086,4048.7023318754163,1598.3826179624673,4597.025570118015,391.57075068713306,1247.4399417646084,830.0240886367956,2398.5714902155655,1868.5572716748334,5505.076839186835,928.0881295217924,1602.781192939428,882.0893995146592,2182.8952877997826,1157.3691120012877,3902.0841891276837,1459.09710145524,2613.2518376836183,1073.4765600461321,3329.0967396554315,1260.3674534617887,4692.996052300384,23599.95285094693,7010.318649896613,158964.34173177902,56707.12118303118,5187.564043945971,25038.666439027773 -725,6201.239209848346,3800.019024313997,1373.7418361832742,1522.5057384870634,2900.956798854407,2709.985397414759,2775.3227500575385,3193.5425095699716,546.9771605809852,1167.9575007061612,4229.669368934335,6481.498964411116,2366.038292355541,3780.9650924631464,2697.1194778261756,4273.102507494462,2005.1258016365887,4851.816676181346,515.1809069541013,1316.5795620825397,1074.142802551522,2531.5128179594326,2419.537682551695,5810.196877225699,1241.728684522127,1691.6156766066697,1120.921317477333,2303.882716804808,1445.2292291160534,4118.35802344411,1820.0624348053498,2758.0918686970517,1412.349177838394,3513.612624448924,1658.237359737533,4953.106342460411,28585.712956065046,8676.35197139071,204035.98224334352,74937.11388555256,6272.778591070301,33436.77733507393 -726,6274.808311402814,4283.671981799711,1391.7020028660936,1716.2848744589346,2992.321611846091,3054.902736990279,2837.0070836422765,3600.005285079024,564.3544826596881,1316.610993180751,4365.415394821101,7306.441187863258,2441.9733755188136,4262.192933013279,2784.003504280282,4816.967854527142,2065.211577575739,5469.3387121499,527.020791507095,1484.149143943099,1099.579721013571,2853.714799971906,2476.7745861656254,6549.698149525716,1260.6236345837226,1906.918526325353,1146.630952892121,2597.112746063418,1490.8566452112873,4642.528040825364,1878.1324517148803,3109.132029490311,1444.8077782803007,3960.812790132475,1696.3469609198276,5583.520168271373,29765.716974582752,8985.990752703725,209092.76797738,76249.36322361013,6535.138151913547,33977.04338293198 -727,6119.691550836673,4724.047657533644,1366.0800488044033,1892.724647287722,2993.58014181633,3368.956862240628,2803.4532545145903,3970.0977587320476,566.3226200880317,1451.962966502738,4382.4762979053685,8057.567555378381,2451.5170883905635,4700.360491350822,2795.0602284125357,5312.168113309516,2067.727463095537,6031.60485704012,520.0318300514122,1636.724594381601,1089.3415277561958,3147.086138563889,2453.363690620987,7223.0288248681545,1233.354822068756,2102.956070322191,1139.841822411215,2864.104543139435,1495.6710301142161,5119.795308669075,1885.0134685692,3428.761105724475,1425.647801983358,4367.997471013989,1673.8512573035996,6157.524545245987,30233.702000664183,9054.616375493391,207654.90468732754,74907.64973613691,6642.467063167599,33275.58953684381 -728,6023.194433272764,4851.345271344239,1334.5352141408318,1943.7273781378206,2861.7431419026284,3459.7392168407428,2717.0357691881836,4077.078891844755,539.6131150512073,1491.0886134852346,4173.782260959212,8274.692613649459,2334.775556197167,4827.0198136047675,2661.7049160906904,5455.313647395445,1975.0697607633188,6194.136855320269,504.91951334890734,1680.8289621683282,1052.7242319575225,3231.8898037548406,2371.2936469280476,7417.665797343344,1208.7212495361237,2159.623849546138,1097.62790811018,2941.282781056722,1425.5502777431511,5257.75702566253,1795.7493211569506,3521.1549888363948,1384.217951261197,4485.700698309772,1625.2085226641505,6323.449666754861,28410.599471170102,8585.930514884452,200185.17675689553,73102.37863947234,6237.002287318948,32586.195450155425 -729,5822.669448985233,4832.890691353199,1286.2962525306514,1936.3334141187063,2727.16802225326,3446.578324231746,2609.164336392116,4061.5696311488073,513.5050997173049,1485.4164931655716,3970.8851598837546,8243.215576209583,2221.276776817772,4808.657767968749,2532.2733443269335,5434.56156391115,1882.1936397982997,6170.5742788227435,484.7614118052414,1674.4350671147615,1009.618041284257,3219.595653252315,2274.2824514394024,7389.4489009677245,1167.5803677123135,2151.4086125648782,1050.83305705924,2930.094103417161,1356.7787455151054,5237.756450115646,1708.6932018526577,3507.7604698385076,1328.955270215224,4468.637034991105,1560.3246796686494,6299.395182654596,26846.15574171139,8150.736231909651,191631.12386240828,70403.23482506312,5891.164684389217,31431.84215752451 -730,5626.770904168314,4857.648420254967,1243.7349879878939,1946.2527813859938,2625.8529658371617,3464.234310522251,2516.3665726875993,4082.376069006702,494.63726353754447,1493.0259222200723,3824.762056802028,8285.443573809398,2139.5368517473903,4833.2913574711465,2438.99958198296,5462.4015070201485,1813.6397931944443,6202.184636871322,467.2544873695589,1683.0127925595789,973.5593041519606,3236.088862275053,2193.0234313564865,7427.303258599058,1127.3740924332906,2162.4297580011093,1014.1908014126207,2945.1042660924436,1306.9723943378315,5264.588208275924,1645.8706359915398,3525.7298774479077,1280.9606920011329,4491.528780602205,1503.9743068937964,6331.6654590041735,25816.087108772605,7844.543238510467,184780.0100381514,67961.37242019601,5664.581427297326,30342.485927310005 -731,5439.531087499896,4864.991267275372,1201.0799427239351,1949.1947473745497,2521.585188996794,3469.4708654114297,2422.6774239900274,4088.547010244335,474.48238352024345,1495.2827880934126,3668.4889574882845,8297.967894096759,2052.1191117800336,4840.597386226741,2339.2435501875248,5470.658502002088,1740.8661709312178,6211.55989194144,450.49160219131034,1685.556843590036,936.5716821504344,3240.980551299116,2109.8718467941053,7438.53040945144,1087.7956772483617,2165.6984982498193,975.1647416357332,2949.5561012633225,1253.8067867041298,5272.546187630215,1578.7298260345144,3531.0593893610007,1235.0058695686157,4498.3181992406935,1450.0188087680888,6341.236437969218,24679.70114606397,7516.309299683825,177747.785318177,65561.66366026204,5414.147301037863,29297.503783015367 -732,5315.79688974807,4796.631341901771,1170.2384634693694,1921.8058374775412,2434.2437222624953,3420.719951706659,2354.5937308889097,4031.0972116420676,457.62694725658184,1474.2719754956458,3537.425896490667,8181.369850065598,1978.8036362699881,4772.580228968527,2255.632550168803,5393.788105654849,1680.9014001651587,6124.2787957711325,437.53565875216566,1661.8724146341526,909.324052065806,3195.4402457872875,2048.51467979825,7334.008663009716,1062.5270610252821,2135.267408122706,945.3702354761108,2908.110716494825,1209.4226824484335,5198.459546131036,1522.5130925824847,3481.443070834358,1199.4876354543478,4435.110542841544,1408.3168956120755,6252.1332051244235,23655.35221564668,7233.230792781241,172289.53205877662,63868.49682081835,5187.564043945971,28574.759973348897 -733,5231.678958305619,4688.11321019597,1153.122323277357,1878.3272450823877,2404.990868024668,3343.3301938144486,2319.8873543590266,3939.8983875192985,452.43673969057227,1440.9183093488584,3497.547849317289,7996.2759982268035,1956.4962220475982,4664.606225350737,2230.131843693258,5271.760005865432,1660.9936216918306,5985.724204936341,431.287069572919,1624.2745096223398,896.2521460848593,3123.147175769345,2019.073354960136,7168.0853594880355,1044.7712151422693,2086.9594992372395,932.9293324393383,2842.318138484751,1195.6552485375264,5080.850524823458,1505.2890222588542,3402.6795239286957,1182.3573620477964,4334.771393194274,1388.2042635583384,6110.686058943098,23434.98868174383,7155.072555243756,170005.3720599159,62903.39943828531,5139.862305610835,28127.914044441404 -734,5212.453584121634,4574.591550640748,1150.471036186047,1832.8439522331892,2398.1162152318784,3262.3721676265463,2314.197895824717,3844.494590004896,451.18949779697226,1406.026780406035,3487.954838576047,7802.647883699606,1951.1299797310091,4551.653782410201,2224.1020485541753,5144.10546387589,1656.8110628535812,5840.781172437382,429.8386968030208,1584.943049472327,894.1856841870318,3047.5208343112386,2014.341797546253,6994.511704297112,1042.369207179145,2036.4242209374984,930.5022918993446,2773.4920121525315,1192.3489462328387,4957.8188151208105,1501.1481504881733,3320.2843663947738,1178.3867022986542,4229.80583023012,1383.542317035375,5962.717101853178,23380.152329612087,7136.951650474112,169513.948643576,62709.1106865376,5127.936871027051,28037.31309910481 -735,5212.564294321868,4520.397460798393,1147.585297291735,1811.1306891549957,2378.6725074459164,3223.7236263536565,2304.904427272969,3798.9497838942843,446.92588630113136,1389.369918079734,3454.4928414631745,7710.211784053015,1932.411645128015,4497.731430811251,2202.739636701544,5083.164479182121,1642.4233096144203,5771.586837576105,428.4300297780923,1566.1666089820085,889.7970101161291,3011.4175852970225,2004.5731088101177,6911.649400305625,1041.5368494512554,2012.2991912020727,924.8484819104802,2740.6351169259847,1181.186727479239,4899.08472371299,1486.8722517186313,3280.9497531811935,1174.5248943635181,4179.696334192795,1379.0081732877402,5892.078221256917,23059.741064934085,7060.055802051085,168528.65124754785,62571.78865354785,5056.384263524348,28006.978969109026 -736,5337.667614268068,4505.5818147364935,1169.6757791421646,1805.1946909391163,2399.4537000587766,3213.1578412288673,2340.906672939494,3786.498689517471,449.70344423972944,1384.8162448388673,3475.019914890153,7684.941490932675,1943.8943019321,4482.9900728801695,2215.696386876891,5066.50435881636,1654.771588545842,5752.670406323631,436.0836190012698,1561.033482889918,902.1487233872125,3001.5476352593855,2032.686147469233,6888.996403062151,1063.5782835796745,2005.7038612900365,935.7073471588607,2731.6526590272456,1188.7249190177067,4883.027926512469,1495.9430447661273,3270.196408876504,1195.5069228140226,4165.997339343196,1403.6431460024571,5872.766878338023,23016.30673467849,7085.54290666861,170698.86932030547,63793.86197900626,5044.458828940565,28612.31098050186 -737,5433.905195388232,4760.956817515727,1186.5574675311752,1907.5125753259515,2414.8202571736874,3395.2786474586237,2371.665152568238,4001.116280123945,451.67604221188805,1463.3072071420647,3489.5229714834877,8120.521630258136,1952.0071789120507,4737.084582622861,2224.991419723782,5353.672280278108,1664.1299278707415,6078.730010035175,441.91681582583226,1649.5123844887353,912.8984171950841,3171.6744395689416,2057.0139109541988,7279.462617619399,1082.9037796979221,2119.386544284712,943.8271126124426,2886.481898418559,1194.094211787544,5159.796459762848,1502.3715048499873,3455.5501437202515,1211.4984136245978,4402.124797651323,1422.4187348696387,6205.63351344652,22970.62198038649,7103.35891549737,172386.0125127514,64765.162171691416,5032.533394356781,29093.436327794614 -738,5434.0712606885845,4871.814262089363,1182.2288591897081,1951.9284307302125,2385.654695494744,3474.3366874492267,2357.724949740616,4094.2810667955364,445.2806249681265,1497.3798744288472,3439.3299758141775,8309.60552894493,1923.9296770075587,4847.386169401956,2192.9478019448343,5478.33092576148,1642.548298012001,6220.271406228135,439.80381528843935,1687.9207832089746,906.3154060887298,3245.5259229717244,2042.3608778499963,7448.962710686757,1081.6552431060877,2168.7358211987057,934.7320078507158,2953.6927594558806,1177.3508836571439,5279.940765198466,1480.9576566956744,3536.0115873358595,1205.7057017218935,4504.626946792114,1415.6175192481858,6350.129819468501,22490.005063246695,6988.00784965887,170905.23664792418,64558.30735649582,4925.204483102725,29047.903511073695 -739,5318.477295288425,4742.957104265829,1150.0382912091873,1900.300857032241,2299.438666973207,3382.442143285152,2289.8833379103708,3985.989290217888,427.7816667856948,1457.774892707251,3303.191916700552,8089.820435858201,1847.7752940490266,4719.175122949958,2106.095667200382,5333.431692183629,1580.1871274910363,6055.748201693279,428.1300876773192,1643.2760855553527,878.6033335694862,3159.683314124526,1980.2102886762027,7251.941208635295,1056.700556930055,2111.3737956871046,902.92641325472,2875.5689982465997,1131.2871511732337,5140.288856509257,1422.5818011956908,3442.485771559013,1173.7026143183773,4385.481717891289,1378.0427353405134,6182.171921993925,21412.524272480503,6695.977681605031,165409.60181409237,62923.475552054086,4686.69579142705,28377.621519522014 -740,5081.351641671512,4461.914639102541,1094.0330297674789,1787.69911392731,2161.9184943752257,3182.0165738938385,2169.821281450786,3749.800720173736,401.3109734125131,1371.3948895798537,3097.8397926990474,7610.460612853041,1732.9031973379504,4439.541851778636,1975.0314765827204,5017.400836833249,1484.579860320082,5696.916703621894,406.23467220597485,1545.904266271349,831.1555269411988,2972.45725067601,1873.4774201829139,6822.229661663677,1007.0979310286832,1986.264990488892,851.8516235973162,2705.178041244798,1061.4841237126132,4835.702620512008,1334.3818877348076,3238.502335432566,1113.67715215167,4125.621346854795,1307.5669171347874,5815.8492252405085,19898.35446496368,6261.95809704198,156279.55968362393,59853.00218059218,4352.783623081102,27043.090710611712 -741,4648.455969585417,4248.127422041059,1000.0764542880828,1702.0436835969192,1975.7245565250757,3029.5541170788633,1985.0950118201372,3570.1335760568036,366.43023260756365,1305.6861701959735,2828.513554189591,7245.814642103333,1582.2445671079456,4226.826599630594,1803.395986005597,4776.998173728002,1355.9377739607864,5423.9558636217425,371.71929416023085,1471.834142196519,760.2226878210844,2830.035574141188,1713.6160985902998,6495.35081894903,922.0858621781839,1891.095517513792,778.1987180951849,2575.5627231871035,969.2380672665612,4604.005806611481,1218.3885720957535,3083.3334320044855,1019.0545348386593,3927.947214171042,1196.4706234089479,5537.189878013858,18154.78077950412,5717.907727645355,142840.09471648425,54752.81651160722,3971.1697164000193,24748.56313439799 -742,4196.282051963493,4124.468735856456,909.0525080635988,1652.4989160246528,1803.6385137355378,2941.3668654678627,1800.652031813301,3466.210603966054,336.2553852256154,1267.6789683549646,2596.218306700605,7034.896317400832,1452.3007339733888,4103.787958810041,1655.1520057556568,4637.944595672749,1242.5152580916774,5266.070002538866,335.9650730124296,1428.990541187438,690.9389262800634,2747.656105216067,1557.1284877179432,6306.277735968528,832.1603449881842,1836.0476425531604,711.9355292552116,2500.590701189154,889.2916331101652,4469.987861133207,1118.1696940332859,2993.5807190108753,921.0356755200855,3813.6086495162444,1081.3868062967501,5376.007889470565,16783.987142317197,5253.37710081763,130133.49684925626,49556.60233052702,3673.0338518054236,22337.237561888847 -743,3449.6944209641815,3868.0540412706964,769.4359408070437,1549.7644714228384,1642.3015734639075,2758.5046025255297,1557.0688482205949,3250.7192545810726,311.0628146023445,1188.8684508505735,2406.1318719129854,6597.542828698912,1345.9681239428871,3848.65897044968,1534.2629568282177,4349.607545941626,1138.1962838106822,4938.682933356042,288.1363998228146,1340.1514211332453,604.0462498537253,2576.8366746017196,1360.3668507263715,5914.221841452075,691.4571797364621,1721.9021305706547,633.8363450447198,2345.131115484169,821.7380463721572,4192.092537973115,1035.193138209229,2807.472365440437,789.9151577667515,3576.5198606901454,927.4383744369443,5041.786075862131,16403.656690503318,4945.420249670401,115033.54387307187,41882.327027575426,3601.48124430272,18627.747453685388 -744,3122.93567179307,3647.3788502331004,715.1198747126981,1461.349323354699,1531.7414284157603,2601.129983751994,1350.8147273690383,3065.2634453135756,285.4030350216139,1121.0426734155108,2177.999996285471,6221.148391452743,1218.3532428824353,3629.090281780704,1403.370222392454,4101.459390332116,1101.3428138386917,4656.927614489185,266.5413426141088,1263.6948443319732,564.5585750788255,2429.8263383000035,1270.973676206396,5576.811344914025,636.4141357142693,1623.6664085364055,588.3813904525238,2211.339743544683,760.163985846647,3952.9307238427746,994.4047172433582,2647.304101510801,730.7131165373663,3372.4768987546195,857.9293336984923,4754.148650533899,15498.534743719061,4577.849338405768,105873.11515285136,38303.727332883886,3411.9027511593517,17041.560847107616 -745,3172.7361133609097,3503.5111025581564,723.9397588079769,1403.7076457691892,1544.0157131443086,2498.5306302057493,1409.5779544521624,2944.35674326385,293.74539841036676,1076.824101368497,2288.090584455555,5975.760499549848,1279.9369092445158,3485.943911088926,1464.2680555237857,3939.6808230660313,1107.3363227817322,4473.239076914047,270.05465521557437,1213.8494790799207,569.997996059141,2333.9839109332556,1283.378024887573,5356.838778217373,645.584681916719,1559.6222719760729,592.9907784212495,2124.1153335474796,772.6566399905852,3797.010743137178,1000.4673373834984,2542.883449274289,740.3447315626709,3239.4524240750566,869.2378005565349,4566.625312117744,15764.096757959858,4693.74744859576,108163.62854179114,39237.42366553689,3445.826485454724,17390.298982908353 -746,3268.3027673549036,3400.5163446050387,747.999284220644,1362.4420339355704,1609.3524130919004,2425.07986896552,1469.7015177902774,2857.7997719219684,308.39952492153174,1045.1680756183428,2415.7185095023437,5800.087585087685,1351.3308011767037,3383.4655861027163,1543.3336405950245,3823.8637296114257,1154.1601602590301,4341.736660479062,279.7928645628782,1178.165238433996,591.7521094684313,2265.370425507873,1332.2629884178841,5199.360666344538,666.7811581596109,1513.7731469987955,615.6990776499654,2061.6714770163876,808.3777644412213,3685.3878051795236,1044.1180888334954,2468.128822360231,767.0416680749321,3144.220353003658,900.5826395027563,4432.377566094984,16618.03184680759,4937.287335407669,112653.36299014394,40657.48956518831,3626.1437172874175,17970.644986727963 -747,3509.90248391523,3367.181139389978,802.9883239723845,1349.0860373184912,1724.3721324059356,2401.3068513109706,1592.5061862360144,2829.784808249845,333.5637139278896,1034.9223103420654,2632.9124986709708,5743.22942287918,1472.8271287659925,3350.2975291898974,1677.8734296548291,3786.3784570164985,1236.8913162091594,4299.1746881490535,299.88972952362394,1166.6157041808353,634.873591472975,2243.1630368734254,1429.2971121931146,5148.391420137359,716.2619259143868,1498.933653995237,660.2299965574506,2041.4609457888541,870.1310633008264,3649.260009770556,1119.4005037205607,2443.933796530958,822.1364713203623,3113.397613135039,965.2693773877797,4388.927042473528,17916.024288251112,5335.437901500628,121317.16986546226,43791.44723157936,3897.750356179635,19315.534187150595 -748,4300.256999745553,3339.369301624452,992.9899162247099,1337.943018737544,2135.278225022266,2381.4728258133086,1957.3537973915206,2806.411692061432,411.26954018886954,1026.3741835251126,3222.920894032112,5695.792187296348,1802.8724194189176,3322.6251446371166,2058.621237162097,3755.1041836685245,1537.4920226913102,4263.664882171072,367.8516543193631,1156.9798321097323,782.6887526727123,2224.635228632479,1761.762414872033,5105.867355941565,876.4614466569645,1486.5529420939595,820.4562549823094,2024.5991322188177,1077.7248771969948,3619.1182908803307,1392.066026762905,2423.747686118401,1008.4515449458073,3087.68194601421,1184.0216665637602,4352.675910794846,22217.384080683416,6576.797204095494,149607.67605537726,53700.99665752441,4851.461290193953,23662.794084976467 -749,5721.602451949697,3325.8532766238595,1280.936600062777,1332.5277233157924,2644.570527418865,2371.8338660743348,2552.142123249464,2795.052801454932,507.44069535392936,1022.2199562230471,4011.478134251951,5672.738591647545,2243.984114762713,3309.176891249668,2553.9452420998077,3739.9054807273424,1885.465263861216,4246.407790805485,477.1151081956343,1152.2969812706926,996.0226979709764,2215.6310656748906,2243.469496126769,5085.201468284563,1159.699059423589,1480.5361512226198,1022.800980875715,2016.404611033654,1322.425687431969,3604.469987898135,1696.776300600084,2413.9376197969646,1307.9932150016882,3075.184620140158,1535.713157505861,4335.058549216669,26331.402914802537,8017.82260499267,189809.23162345073,70438.9521470058,5717.606961682418,31332.7192408327 -750,5745.310606669458,3356.719210646845,1285.0501672938308,1344.8943881595933,2690.770141086595,2393.845921788966,2556.2329627518416,2820.9925853795085,509.2947504577242,1031.7067769278342,3983.5928050950015,5725.385043711473,2228.3853171203095,3339.8880583097452,2545.463058450053,3774.6140701385725,1915.2404157645085,4285.817028617305,483.243299234887,1162.9909956004199,1008.2099278769567,2236.1934647359276,2270.9691018823896,5132.395219769894,1167.6687702916815,1494.2764239771266,1033.1158953358527,2035.1180678554736,1336.170523733616,3637.9216538559403,1724.4417857746182,2436.3404238629005,1324.7934214128634,3103.7241971145518,1555.4382583233162,4375.290519792872,26658.379711026213,8071.615400897638,191179.5241140297,70708.42291476871,5816.480135640061,31527.895140480945 -751,5436.82967752869,3589.350888975243,1214.0376376158988,1438.0999913270145,2551.7497230949916,2559.7473152326093,2468.493586135466,3016.4966470857426,489.09372869720283,1103.2074488631715,3870.579327445467,6122.173052541752,2165.1666131632114,3571.353282439662,2463.982788297787,4036.2072362852014,1812.9724324186266,4582.838240642825,458.1544532694834,1243.590095557668,954.8420810605596,2391.1690245380446,2150.841710758734,5488.087084026135,1105.7506324576627,1597.8346934009696,976.7909009924654,2176.158441509615,1273.7449017436406,3890.0415861039064,1634.0924219818767,2605.186826023935,1256.013289048003,3318.822489147171,1474.683593057278,4678.512538949371,25484.3772635423,7737.093188626474,182484.11579188617,67420.0140409386,5539.551312136083,29975.874686169594 -752,5421.134088137658,3815.159578792797,1205.3116904027338,1528.5719136641762,2489.8855816838304,2720.782891133549,2381.07939595436,3206.2666575379517,469.18584359189657,1172.6110364003825,3663.7333305570846,6507.323437274819,2049.4588576462183,3796.029729665908,2341.932278278954,4290.127985760297,1770.0953882397853,4871.147946429431,452.2720148922426,1321.8252580798078,939.8393470889055,2541.5992168666107,2117.2681572112733,5833.34665668452,1098.839029447321,1698.3556426818343,959.8576734136562,2313.062160792683,1232.2276159243213,4134.766947614803,1590.678301564602,2769.081034784999,1239.8868043634275,3527.6120394564514,1455.749508055631,4972.841184822379,24316.36974194425,7410.74992369077,177765.32635277414,66312.6459137632,5304.92900986464,29652.394789763788 -753,5275.60116216022,4019.979425658818,1171.5285922747887,1610.6345007760533,2399.8793851039236,2866.850263574624,2303.955431379918,3378.397608352949,451.7668923452615,1235.5635834560758,3525.800278358113,6856.674221273226,1972.300372001638,3999.822575514587,2253.9992934384613,4520.446885646811,1706.8743564485321,5132.65936052475,437.98098861546407,1392.7884881497832,910.1700492878973,2678.0469726268393,2050.426958810963,6146.5144663824285,1069.135417211951,1789.5332030103082,928.9073110861092,2437.2407246982725,1186.8809680915306,4356.745167803727,1532.108704593591,2917.7413311083646,1200.7084906098987,3716.994670196323,1409.75030008565,5239.812080515986,23306.026380847106,7124.740705867266,171837.75147173667,64352.72978136426,5083.104276838458,28803.221787789695 -754,5122.10891846662,4153.905096797042,1139.6953893157158,1664.2928118355583,2331.089258739512,2962.359420450247,2236.8977680523362,3490.94897221877,438.6285159014574,1276.7264016267645,3418.6540122315087,7085.104419447606,1912.3637324145263,4133.0767209065925,2186.3987457897338,4671.045637257517,1659.8676851744071,5303.653979351564,424.8261723732804,1439.1892562329388,883.9957368611059,2767.2661452075445,1991.3676177762272,6351.285682328679,1037.584301823274,1849.1515268523544,903.8461563648526,2518.4374337404174,1153.3293267029494,4501.890194380748,1489.8420707912226,3014.9459246150545,1164.6450541481154,3840.8263999424676,1367.4082655521097,5414.376493717248,22641.78972415386,6915.774613748382,166881.83625332452,62458.95054118358,4941.261039440009,27950.0945223797 -755,4952.807179907912,4219.600800885906,1100.8723574190396,1690.6142817622256,2237.019516644371,3009.210343462624,2119.6223622813986,3546.1597546810485,413.7627720923961,1296.9183506311813,3179.4847705569264,7197.158236887403,1778.5746499127247,4198.44301573182,2042.7140604677695,4744.920130010727,1592.9899019865293,5387.53343116809,409.6568179461354,1461.9506215752178,850.4411383598725,2811.031588464991,1915.9401138982548,6451.733857009377,1001.3302994432972,1878.396612787812,869.0794377923212,2558.267549392531,1097.452140935259,4573.089424781713,1427.2272471721915,3062.628524648494,1123.0588366382606,3901.570636690168,1318.5819408676186,5500.00706727831,21353.040692880266,6520.964410304805,159337.42853521305,59898.886744272386,4683.250989832095,26924.17913348038 -756,4847.12620968863,4162.09269183446,1074.4353830508803,1667.573232367434,2162.928502895325,2968.1984077946213,2048.559889722772,3497.8298411396463,396.2843650637471,1279.2429056167475,3021.048626873738,7099.069583415602,1689.946922743115,4141.223261971158,1945.8399455826075,4680.252547186359,1541.0020678926069,5314.107798105152,398.5366459022249,1442.025984212431,827.2304835019941,2772.720592054486,1863.659481315018,6363.804445738551,979.6131404670414,1852.7963149521995,844.206715734448,2523.4014243357833,1056.1476861421872,4510.763688828884,1378.2088863894262,3020.888563099862,1092.5733011076559,3848.396898169787,1282.7889126691489,5425.048553159544,20351.27030340795,6232.253584817939,154158.4625687214,58278.88387056237,4475.022846090216,26272.455610701938 -757,4760.56842618804,4055.004139514208,1055.9631852047605,1624.667411530579,2129.4513130217133,2891.8281551297514,2026.1564105319012,3407.832437985915,390.46962919950295,1246.3286288402562,2978.5059851914752,6916.41409234492,1666.148958765719,4034.671669588437,1918.0102618798833,4559.832002311263,1516.8765813992718,5177.378476317265,391.75577336130567,1404.9233806686752,812.759077335644,2701.379885305161,1831.0890766816337,6200.066956979511,961.0200778909706,1805.124797327954,830.2105309367125,2458.475574417751,1040.2765760131722,4394.704007062754,1357.212449603629,2943.162619230845,1073.983792783646,3749.37958089877,1260.9629947688716,5285.464781523532,20044.726925537932,6135.069083633545,151846.42806888965,57339.57277361207,4409.3827686535205,25837.493621936057 -758,4680.532853840512,3939.2081462532733,1035.6836101186414,1578.2728900543586,2069.868065557989,2809.248186764219,2018.890357875933,3310.5172865220534,386.3597048792239,1210.738070473185,2999.0519418037525,6718.906762618014,1677.6421786506507,3919.4562968323153,1920.0647912575876,4429.619983372637,1472.5144465314374,5029.531603040148,383.33505623955136,1364.8039399177396,794.1132044865341,2624.2384185564997,1789.1764131906514,6023.015864830995,945.0639137637647,1753.5770771099483,808.8191996990611,2388.2705607475173,1018.4541887011725,4269.207435893628,1317.062826251205,2859.116727513674,1050.898711905874,3642.3111001414477,1233.8588308944165,5134.531361195253,19606.986196582286,6050.584646871884,149431.4667098602,56642.15901856017,4283.343511693423,25452.077962951385 -759,4732.821277419729,3896.4507041016063,1047.8558907538481,1561.141804493361,2097.664308584336,2778.755696300243,2057.6914611863695,3274.5838587581025,394.48370409729597,1197.5963269838705,3081.214335688827,6645.977570618264,1723.6030690104246,3876.9132476570157,1968.7008126257094,4381.53945216916,1492.1269660648559,4974.9394366496745,387.92010840455464,1349.9899155395397,803.9222498126137,2595.754084089347,1811.2514907446155,5957.640098215558,955.7965081663069,1734.54318307611,819.5229645191355,2362.3474979002754,1035.8673549723621,4222.868074479759,1335.521056921176,2828.0829477430357,1063.4684608390685,3602.7762747703136,1248.6169570084169,5078.799493393082,20017.089262612822,6179.629622238128,151788.7922693739,57447.50773736844,4362.553082848269,25767.86759813674 -760,4868.627440957737,3917.17961779836,1074.1017661463745,1569.4469971394974,2133.2244736213124,2793.53853108687,2117.1118043284127,3292.0044734035096,403.20591564428673,1203.9674767277813,3167.857510331214,6681.33382325785,1772.0704670725067,3897.5382231086205,2019.9249685529205,4404.849012602538,1515.4007857007684,5001.405853925359,397.23925968998736,1357.1717911940295,820.4826745763295,2609.563359882428,1848.785486363142,5989.334431548771,980.8139758013991,1743.7708619756347,835.2135208138798,2374.9150628778507,1054.891520461465,4245.333511493122,1355.4844234866057,2843.1282009241722,1089.0165653562747,3621.942855882148,1278.6129537815025,5105.818440731705,20291.83725688692,6300.660457156337,155327.26224405083,59046.96594918181,4410.073406427945,26486.40305771219 -761,4947.999691642842,4157.998891164177,1086.9866364259476,1665.9330208387944,2137.681639562347,2965.278911874887,2144.1742604908295,3494.3894040306195,403.9821432592291,1277.9846526531014,3179.6776636331983,7092.086996056123,1778.6825525322868,4137.149988303103,2026.118665507693,4675.6490886780075,1516.827921210141,5308.880884704467,401.50195949970504,1440.6076191307695,827.6713734997393,2769.9933665314857,1865.1150861404547,6357.5450592148845,996.8036247106487,1850.9739194993226,839.3151709177799,2520.9194271273577,1055.7236016035586,4506.326938189224,1354.6504454305805,3017.9172415700136,1100.702597370196,3844.6116461420856,1292.333508993091,5419.712519330499,20143.52766108194,6294.487382533845,156520.33865082503,59873.06748122624,4372.344240900436,26893.792297943914 -762,4964.249987906375,4266.71196665949,1087.4141902125675,1709.4897189056078,2123.7157056370024,3042.8076940244796,2138.1272202236155,3585.752059248654,398.22081082065125,1311.3982358844403,3118.125524052491,7277.513353590747,1744.250849597299,4245.317958229593,1990.068658544732,4797.8964017899,1505.7775573096378,5447.684377327071,401.30854808653373,1478.2730656489234,825.6329295741102,2842.4163050313423,1860.6551437869496,6523.766430138284,999.1718105973204,1899.368609521485,835.5903861406465,2586.8301960266167,1044.0628025735161,4624.147234312672,1342.78190824444,3096.822280630654,1100.1723672186324,3945.131046718497,1291.710966451644,5561.413763534512,19740.535509013407,6190.219888639763,155662.82315625763,59839.094718799075,4293.134669745591,26947.220751857196 -763,4912.347795441977,4110.887725390594,1072.8644606218688,1647.0575836954124,2091.628207591601,2931.6815613130325,2107.405198686502,3454.797099463014,390.23771952696575,1263.5047673998429,3046.2468247555703,7011.73187935278,1704.0425637699657,4090.27504580533,1946.0504009632468,4622.672816898836,1481.3398743834657,5248.729938545487,396.65902545047356,1424.2851750570644,814.3673427994427,2738.608649965135,1835.405659302627,6285.512486085979,987.9185334614139,1830.0019227656499,822.9865423993286,2492.3567804932723,1025.0956886460042,4455.269128658267,1320.2065734287062,2983.723485587854,1087.4258749015835,3801.0512361137576,1276.7453261571611,5358.305823074298,19287.71058550373,6059.515082376581,153299.45530766412,59086.527475280964,4199.583680399708,26651.195998401447 -764,4744.0969323315485,3842.581522676153,1035.0163763096289,1539.5587183764014,2010.8425927732271,2740.338863621354,2065.7999892655957,3229.312106238658,381.7077231755289,1181.0393271109244,3024.185841993492,6554.095650715039,1691.701852137647,3823.314175329747,1922.5418361051356,4320.963825375466,1423.2559383932112,4906.159940784009,382.0577760406259,1331.326044954399,783.7258271953852,2559.867283944672,1766.400723326227,5875.274576439419,952.7058965481655,1710.5627895038128,791.6258415816656,2329.687588762865,993.3601595658442,4164.486110042112,1269.4280709855866,2788.9841563127134,1047.3970960376012,3552.967198890918,1229.7475881908897,5008.584112239896,18743.080194521604,5915.6599922394025,148745.30763949128,57344.02699091725,4056.1965940554796,25781.05221847046 -765,4350.109095138468,3684.937820745836,949.026563254378,1476.3976027899919,1845.528834753714,2627.915181662897,1869.3331277024474,3096.8280685906284,344.63406781774165,1132.5866370242377,2693.9355100472703,6285.210815068264,1506.9628422313574,3666.460925324559,1720.160253557658,4143.694266012996,1306.4591912870007,4704.882437427681,350.7561625516005,1276.7077720656323,719.5767172498594,2454.8475328450795,1621.8132549499499,5634.238692458503,874.546139633726,1640.3861520192743,726.2872405458847,2234.1110671805945,904.5314448345407,3993.6361220457084,1163.980596915986,2674.5647784982034,961.5848939946035,3407.2050598797277,1128.9955917427942,4803.104609404789,16978.157410336826,5344.716981209437,135558.8648226813,52328.38454544602,3694.817301483361,23606.083719818827 -766,3914.1723161975356,3636.3970755867044,859.1142819437059,1456.9493940883112,1672.9495545271,2593.2983258737013,1657.2473058899413,3056.034343053985,311.15778660661874,1117.6673624006828,2413.460029507832,6202.417337596806,1350.067428160179,3618.163571591716,1544.9275804860713,4089.110439319502,1189.5108623267076,4642.906222221795,315.5665428569835,1259.89002652387,650.6676676325609,2422.5104530101103,1466.234331302808,5560.020304566955,786.4264412212796,1618.77776402438,660.7387187165416,2204.681692454467,820.6075212759185,3941.028972973302,1060.4217827011112,2639.3334194793983,865.1138684319926,3362.322817475146,1015.7290842598832,4739.834538603274,15490.537198423963,4841.758120953467,122048.3198177081,46906.578658621496,3379.441579111295,21151.84645329833 -767,3232.4317931258643,3435.80098771521,731.8559542832562,1376.5790872692446,1541.5889239521255,2450.243129193886,1448.0170020674916,2887.4530465467396,293.1862226329079,1056.0130117401307,2288.240612403767,5860.270804254456,1280.0208335041752,3418.5733061025294,1463.1915411615346,3863.541135431082,1103.8357019450584,4386.787650687182,272.5284634890308,1190.3901877505625,573.738713768099,2288.8764989614515,1291.918246859118,5253.310586568885,656.7287163580618,1529.480451369308,594.102038988079,2083.0639171357698,770.2418239618063,3723.6283487471624,995.7506787479606,2493.7387697392733,747.1265843720125,3176.8456021636816,877.2003652488609,4478.369069943308,15502.862058445387,4652.3802135947135,109112.05826346726,39942.38055921463,3388.4879082567268,17736.781603854928 -768,2851.0863091612046,3219.999359899645,701.0271383085069,1290.1165683655765,1476.363851258554,2296.3440943794244,1343.2130417196126,2706.0929881749744,297.12578020913634,989.6851517323009,2335.212567126105,5492.188955649152,1306.2965146144093,3203.8537437933182,1496.3429516372094,3620.8732774440946,1133.8945006339313,4111.254836276692,253.91962915025232,1115.6221376886535,572.6929806850472,2145.1128537122713,1286.52173234203,4923.351726886446,622.9921929470005,1433.4142437229002,588.6299139852619,1952.2272983184787,777.1923450850029,3489.7483708575846,1013.9665352819457,2337.107786809616,696.1111613931364,2977.308884316254,817.3032225069652,4197.084054103283,16264.697881259228,4712.755879380133,106729.38679829378,38038.82526071746,3529.621590186783,16584.338183554213 -769,2927.102411806919,3046.175411684,708.2885115604856,1220.4727173870745,1478.603337925106,2172.3814619895998,1364.0323661351918,2560.0110437804556,296.90834042025284,936.2593707501986,2327.822566041934,5195.706297762212,1302.1626157158048,3030.9013779676975,1492.7049900810857,3425.4091115464125,1137.1227566318619,3889.318597200995,258.45422504685956,1055.3979503472426,576.8986372794991,2029.3140774007081,1296.4178850609394,4657.576383487501,630.8662151662206,1356.0348111753663,591.835290603854,1846.8409864346604,777.8138306989739,3301.362668780773,1015.7400878365698,2210.944624180467,708.5425863546463,2816.5859997795637,831.8989426230767,3970.514530406268,16140.603706346947,4690.120346928382,107501.69436393485,38611.00141221985,3497.6514733204485,16893.6287966898 -770,3115.700316483047,2955.7219723902176,746.6746123762653,1184.2318776677164,1625.495716623739,2107.8745481916235,1487.5515762857592,2483.993818163105,325.96730160426637,908.4579907539724,2601.5507365017766,5041.424471971639,1455.2836463479437,2940.901487368527,1658.7774014057115,3323.6946685963444,1219.7450002329347,3773.828779288108,281.56762556185686,1024.0588573763157,613.2368151861712,1969.0554209214652,1379.225407198034,4519.273841538007,663.0485418805058,1315.768576997769,630.5514506960986,1792.0007042857787,844.3233745945055,3203.3316733883453,1093.1312705721443,2145.2926119627386,771.9071089403299,2732.9500115926803,906.2951473876294,3852.613672279835,17885.522513830078,5213.918638420547,116433.547388369,41295.620496722564,3892.482247705517,18006.48756922726 -771,3525.078315260187,2934.148310676448,809.8947922723603,1175.58823047826,1881.0006625199408,2092.4892809498006,1733.1308142978467,2465.863275834454,373.8663473153049,901.8272028934185,3105.025223623349,5004.627375651418,1736.9226615634143,2919.43599960795,1954.315599496844,3299.435193216063,1326.9170962218757,3746.2837983289514,327.8881785622862,1016.5843047727903,666.0097924479194,1954.683387305505,1501.6264460594616,4486.287895647303,718.6637643913948,1306.164850247109,685.2665888883764,1778.9209838837157,943.0010445471282,3179.9507212811354,1193.7585193229297,2129.634232209887,898.8931716303523,2713.0023508920144,1055.3893208560141,3824.493644463959,20481.753588913423,6103.547000034228,131981.33832199746,46431.26254993323,4496.578979691255,20217.482322382937 -772,4292.0469300731,2944.48027479219,1010.8316974405428,1179.7278083475837,2276.3254626365474,2099.857526135186,2085.5696870194975,2474.5462762088873,457.00354300935464,905.0027909388459,3710.7533168052896,5022.250080771587,2075.761407151953,2929.716157525121,2352.7433789295374,3311.053435516387,1670.6329383629666,3759.4755206528976,393.9842704921483,1020.1639849543684,830.3171488037171,1961.5663790553738,1869.5991237015078,4502.085381201136,887.0496208388552,1310.764225238786,861.3904976612727,1785.1850666171442,1170.4516274652108,3191.1482250414447,1501.96080939312,2137.133275249663,1080.0931342752965,2722.5555976837136,1268.135964784937,3837.960765724225,25209.828449493674,7377.990568317778,161425.32548707057,56663.828073280536,5506.034659632038,24633.69587519211 -773,5142.808037006077,2911.6649091772438,1157.1431867764509,1166.580089312591,2305.9751074299293,2076.455232341832,2281.0115879017367,2446.968186628841,451.5638962756598,894.9168013258569,3588.4751517999007,4966.278582500353,2007.3601219719217,2897.0653336495943,2288.8678442158375,3274.1527199682882,1712.9437852892052,3717.577273010749,438.5418528575962,1008.7945577450654,915.1089779825314,1939.7052993742639,2061.248408271256,4451.9109653361,1058.6406531137422,1296.1561439232341,917.1589325171353,1765.2897047249617,1172.8846925689975,3155.5838177561513,1515.6895719674058,2113.315554208847,1202.2460789416127,2692.213517245999,1411.5555805754552,3795.187823136947,23116.535670492183,7050.253389544291,171749.64116792995,64870.806486966234,5005.0262151510515,28922.542449549397 -774,5113.639764089165,2865.5284623512157,1150.8468464280115,1148.0951805275065,2296.000855743451,2043.5530030668851,2266.645219612302,2408.195037537559,449.54727580216985,880.7365014953532,3548.9649989372297,4887.585994276142,1985.2585044562595,2851.1602226953187,2268.992414037085,3222.27251480148,1718.2959085211535,3658.6708357908233,436.23082768187663,992.809821203063,917.1826162256807,1908.9699252174785,2065.3641922048796,4381.3687292157765,1058.3542146195232,1275.6180528730379,915.9697287180857,1737.3180125367999,1172.5670105124245,3105.5823823045284,1520.8934386971694,2079.8292590015712,1195.9104899032125,2649.554361863372,1404.1169736046934,3735.051616994179,23090.695838482283,7005.969226254407,171079.95768755412,64592.32816715343,4991.838499715149,28814.87713844148 -775,4989.7660360676,2998.5443937040054,1104.9255203536918,1201.3889976107994,2243.7361798334446,2138.413378576363,2219.3543124612793,2519.981854526419,439.69344582520387,921.6197059590343,3489.007894890979,5114.464495619678,1951.7190497853812,2983.5091898895457,2227.2258810689423,3371.8482685446934,1668.4419284189403,3828.5039102585924,427.07418143383035,1038.895394862019,885.9216754408878,1997.583043482903,1995.9282537049016,4584.74896074153,1016.0009933269979,1334.83139714187,885.326218628581,1817.9631628222542,1143.1285190044648,3249.741457463776,1479.3949230112667,2176.3735542600734,1170.8078868649027,2772.544918664167,1374.6440395470581,3908.4302366843053,22676.22110995929,6870.89080975238,166624.8710931682,62660.02874668783,4905.442402773088,27936.685671036445 -776,4873.673599931348,3220.454226640787,1090.0987444871635,1290.2988140909808,2162.903758221118,2296.66848281495,2146.989041416532,2706.475258964866,422.6774454367725,989.8249576171504,3347.03678440078,5492.964798689094,1872.3017113297556,3204.3063297564354,2137.41255005704,3621.384772833911,1610.773604384597,4111.835604432324,413.17468055083356,1115.779733808838,864.836042634193,2145.4158787703823,1947.7963618867561,4924.0472142779645,1004.3710842513221,1433.6167321065532,861.9318135810886,1952.5030757860816,1100.345390366618,3490.2413431508803,1424.2955106889287,2337.4379336462657,1132.702925327162,2977.7294678748876,1329.9050530381044,4197.676946750955,21546.756855888892,6579.356232671168,161568.84100990952,61284.6399425082,4659.61081403498,27365.07415527679 -777,4730.126045193678,3451.0715005182515,1062.6792879237562,1382.697331210528,2082.1535886192664,2461.133302754201,2073.241971717038,2900.286411713444,406.9319053905171,1060.706490865847,3209.4808244186142,5886.3169404147375,1795.354167616302,3433.7672499967275,2052.147043701455,3880.7127511866593,1559.5635119998221,4406.284850095286,398.9096180595019,1195.6809099628374,840.3391804654145,2299.0494740571994,1892.1939532752745,5276.659071203876,979.684438034144,1536.278269664997,837.2906114234661,2092.3221525021113,1062.0523443210147,3740.1781182409786,1377.2288332876467,2504.8222608806122,1093.5957903198455,3190.965180571914,1283.989415942834,4498.2733055098715,20660.81563199949,6313.459549970932,156209.5763193096,59469.62659475392,4463.363585218041,26574.61593847776 -778,4626.589082983773,3623.4008901862267,1049.3538652439818,1451.7423762486462,2051.2975976219673,2584.0300899959225,2031.2644582256705,3045.112326539562,402.550787685057,1113.6729107619055,3155.379170812294,6180.250405885275,1765.0901982733367,3605.2325512415596,2021.834881197611,4074.4962934251485,1553.1608590352077,4626.312855544068,390.6351003825143,1255.3872827286875,831.1720166916726,2413.8525990058597,1870.893414164662,5540.149247252096,962.6880075803973,1612.9923848410474,831.6373721605795,2196.8023406046545,1054.713501167103,3926.944058114781,1372.6377865640227,2629.9006579464194,1070.9115097489746,3350.3061510319985,1257.3558311950753,4722.894758059276,20578.26692720621,6236.496415805297,153955.58012549594,58371.54893846156,4440.492629473025,26048.461442467997 -779,4443.93710613383,3776.236008056634,1009.3058587627315,1512.9768970526702,1956.0332241133106,2693.0245279160686,1942.3283242677664,3173.555221891223,383.30010789924097,1160.647655137107,3004.672010018374,6440.933484539472,1680.7859933183192,3757.3013282327015,1924.9626742812625,4246.358623909967,1479.9287539652644,4821.45081902404,373.3580905696708,1308.339541985595,795.2988191027906,2515.6689471472014,1790.0759946480855,5773.832846965486,925.7066720712107,1681.0284340480068,794.7995006577797,2289.4635047539637,1004.2357578284228,4092.582632531983,1306.421643295752,2740.8299172876473,1023.5472338697653,3491.6221276554434,1201.7454955838577,4922.106548008474,19488.459621858878,5928.874520344858,147137.8078874513,55990.01355891698,4204.928360231828,25002.57698210618 -780,4377.083364701331,3728.734954704029,996.6773088448888,1493.945248565969,1916.2559359666282,2659.1491288394504,1906.4578304367114,3133.635255133088,375.80303346790595,1146.047935714746,2934.4254548816916,6359.9133564444755,1641.490713980367,3710.0384531175296,1882.3510308842765,4192.943925485849,1458.1348919133854,4760.802069289437,366.63642253865675,1291.8820148992081,784.6783342675254,2484.0244936170243,1765.8796590076943,5701.204139033146,914.6603687945093,1659.882875040943,784.496616248347,2260.6644763415084,986.9982498324322,4041.102273369291,1286.406864077958,2706.3531769955334,1005.1200324941692,3447.7012157688337,1180.1101420637126,4860.191655706899,19073.908249180942,5797.43924626942,144623.7017206029,55145.06170533103,4111.354326384019,24637.68905058061 -781,4389.182964567009,3579.5387707627638,976.9422462888302,1434.1686935651803,1925.4328338092978,2552.749798403512,1928.2218404215846,3008.2505261005626,376.4488599022358,1100.191638418341,2991.520809206619,6105.437022109813,1673.4293320767554,3561.590363831326,1907.7792119546534,4025.1735581195644,1429.2901946893794,4570.3102510545195,370.34614324815914,1240.190524603778,768.4374484238147,2384.632345940571,1731.2277889657646,5473.084438451904,895.2590695380438,1593.4667329032075,768.6783768061256,2170.209531933022,977.7888913296059,3879.4074772984536,1262.9285550439088,2598.0650923475046,1015.2900929978724,3309.749907614457,1192.050797067911,4665.7230069390735,19077.50559805377,5853.376492301796,144278.04063830213,54883.571404495066,4126.878358571115,24518.644601941847 -782,4434.449684867092,3483.8868598300496,986.9438576376635,1395.8450477201177,1957.003909881737,2484.535592052462,1953.1543015253956,2927.864495996314,383.349998895048,1070.7924785415273,3047.1381633147134,5942.288427935013,1704.5411703934235,3466.418067600711,1943.350024063663,3917.613459646899,1454.4731247162524,4448.183089689654,375.30355413705547,1207.0503349883102,778.5345728331368,2320.9105495392514,1753.9911032983366,5326.833477431452,902.6574824019884,1550.8863481746407,779.9819781836462,2112.2175105728093,995.5513052385818,3775.7425186950904,1286.163741912399,2528.63997734654,1028.8806494385901,3221.307255181547,1208.0074519683028,4541.046239881359,19525.407233035185,5968.10030974132,146375.03510070455,55478.61532236839,4224.125854197887,24758.539424826402 -783,4443.602174336055,3435.541058460429,995.0928334862999,1376.4749446900964,1950.710710709886,2450.057760520648,1948.601973423373,2887.234601554935,382.6116876176575,1055.9331210025234,3017.8420609725977,5859.827456159381,1688.1531991568736,3418.3146801765674,1929.5732203313678,3863.248846275878,1465.7278161740608,4386.455776271579,374.27042021160764,1190.3001309528881,784.8138676707377,2288.703338186195,1767.4561028466885,5252.913156941621,910.2450661269897,1529.3647413164417,786.5455650857149,2082.9063267358665,998.5422297964077,3723.3466444385513,1295.2277165905246,2493.5501104827117,1026.0483514428622,3176.605263706106,1204.6820545211833,4478.030267102531,19478.099302962673,5931.778812341653,146507.99813424985,55632.85383959827,4206.096518607426,24838.821638328394 -784,4661.591111791762,3465.3023215147673,1034.5629585984173,1388.3990149368324,2055.1130959037696,2471.2820196019393,2053.838317893422,2912.246018101641,402.2959480245178,1065.0804147903693,3203.6630742636235,5910.589727198559,1792.0997714823714,3447.926715273255,2041.8213227449676,3896.7152386728617,1522.7327587222044,4424.454584032108,394.68018162947396,1200.6114137197362,815.0280876036447,2308.5298228481556,1836.5084533858521,5298.417875879661,945.3025065940013,1542.6132589728559,817.4245299958598,2100.950041554781,1043.5113107948202,3755.601097825082,1346.7311870507792,2515.15113329526,1082.0009486165955,3204.1234284621746,1270.3759271581423,4516.822362576497,20470.134742869737,6266.789807647663,153625.67236201686,58242.25528621956,4430.05632332394,25997.509906026706 -785,4773.947391278435,3768.5682589224784,1043.486237515866,1509.9047566282838,2079.256465833095,2687.5562689279827,2099.265516256236,3167.1112323596008,404.9791486548916,1158.2909287477207,3256.2867276531106,6427.854995259707,1821.5369610456164,3749.672026476971,2068.59295784125,4237.736278115813,1516.2434581087666,4811.660733006092,403.7764257357648,1305.6829232337905,818.7687638803064,2510.560813452656,1846.1607696978538,5762.108923535217,957.9755376081223,1677.6150604420768,817.7408226470304,2284.8146873154337,1043.9227521441294,4084.272533038703,1339.4971118383294,2735.264588166185,1106.9379614435902,3484.5322946871092,1299.6544419608801,4912.112077816148,20404.251189009683,6321.885272298875,155442.55915395275,59269.04783796223,4423.293478953816,26508.76540030201 -786,4803.609401037291,4026.2825745695463,1045.0707128744552,1613.1599040242265,2062.8661424624297,2871.345357256132,2099.3939403006307,3383.6947855148965,401.25005764617265,1237.5008921909134,3218.179174437397,6867.4251814331665,1800.219944921713,4006.0941193809663,2045.907744409363,4527.534745271515,1508.0949651345627,5140.707142075803,403.9305798479551,1394.972318541034,817.8773798922555,2682.2460311470522,1844.2505899805453,6156.151927638142,961.1424542603357,1792.3391114652795,815.4385924059837,2441.0622097339947,1036.0121210109999,4363.576350417121,1330.756359167017,2922.3162197198776,1107.3605691735615,3722.822752488757,1300.1506251550568,5248.027872765299,20090.56191404148,6241.934877997836,154924.10144320328,59373.814075436625,4350.254084099831,26602.29043704948 -787,4793.0426838186,3963.1861063001465,1033.5620564739145,1587.8798371604112,2055.534415219883,2826.348080520291,2097.305980637754,3330.6684052960663,398.96961568525427,1218.10783312679,3216.7200243630323,6759.804748185482,1799.4037097389826,3943.314027371459,2041.4304845459128,4456.583080279604,1489.4914644447294,5060.146361985265,403.9305798479551,1373.1115015210248,809.0980431412447,2640.2121578506435,1825.1820416675905,6059.677962492923,952.2092168868655,1764.2511008053064,805.8503675431348,2402.807963687546,1026.5978650340803,4295.1941016216215,1314.7512227815155,2876.5201710780552,1107.3605691735615,3664.4818478640686,1300.1506251550568,5165.785253669876,19935.35640236068,6219.97851367358,154076.53926231657,59087.36509036583,4321.204363172487,26489.88668713766 -788,4676.365698122593,3792.3512751798407,1008.9602683142427,1519.4335980626772,2003.1614060880652,2704.5171384266732,2044.284807461486,3187.0985200383493,389.4659206991453,1165.600774316775,3130.403968265865,6468.42047513135,1751.1192987940053,3773.335790707416,1988.6535595644564,4264.480161700307,1459.0936679789213,4842.026590163398,393.77100074533865,1313.9229433307353,790.1632018727587,2526.404684264887,1782.3497166498762,5798.47295379543,927.4306674417929,1688.2023030007397,788.0908282639768,2299.233899366278,1004.1742357821795,4110.0479239508295,1288.4270484569706,2752.52653957559,1079.5084632451817,3506.5227914805905,1267.4495032777504,4943.111872268084,19495.35875168479,6062.462044134245,150332.18779123932,57604.698824249215,4222.2046299823205,25822.997445168392 -789,4227.12715910761,3707.9410618451548,918.5887919963477,1485.6140215377472,1791.837127036795,2644.3199541320605,1831.406791172748,3116.1600318883184,348.52218945826996,1139.6568142550877,2771.950842780506,6324.4462721566015,1550.6039045785549,3689.3488243202064,1767.0258162392859,4169.561296307599,1323.8993485755302,4734.252687433743,353.46804487232987,1284.677626137215,719.11427717168,2470.171929729658,1621.2642827311581,5669.410453111848,846.2694832310688,1650.6262700311559,715.9045384507842,2248.0575156746995,904.758817037835,4018.566413694367,1167.2764265020448,2691.260761287701,969.0194178955792,3428.474552956647,1137.7244567273924,4833.088011765978,17392.931691847585,5391.1055259569885,135334.88705421338,52088.73867166836,3756.670777494459,23380.590681790738 -790,3778.7499379939436,3720.61234513188,827.8301641440466,1490.6908649415816,1650.760441002782,2653.3564859109324,1665.2533470806438,3126.809000108751,321.54507025850563,1143.551405377819,2598.02923179403,6346.059034875729,1453.3137488787854,3701.956571670226,1647.5609873472833,4183.810091389737,1196.45107991101,4750.4312231636395,319.7898563020991,1289.0678022110496,646.689184704137,2478.613339063426,1458.3024151273853,5688.78473784882,758.1962243222117,1656.2670158572685,647.1567498400852,2255.7398852568604,826.2122213405218,4032.2992084138978,1057.0856976384196,2700.4577056123103,876.6919242012339,3440.190805069949,1029.3228647009673,4849.6043010826925,16170.786893622742,5029.34180962715,123252.0917179426,46976.43936592706,3510.67020210418,20994.695548263462 -791,3065.94058998277,3505.2655840574575,705.7805643842747,1404.410591763318,1475.0698390067337,2499.781839531997,1406.6583972455871,2945.831212526878,293.90339438058373,1077.3633512548388,2333.546065484578,5978.753029310367,1305.364288864783,3487.689595324133,1489.7605700180306,3941.653728792567,1110.0045904248482,4475.4791769087815,267.6442211235851,1214.4573482693252,570.7746793057338,2335.1527188723567,1284.6601529260852,5359.521365557901,633.7413289189468,1560.403296594514,581.9765046658009,2125.1790439071724,763.8066694528529,3798.912202817616,990.0582322067625,2544.156869519303,733.7366167002971,3241.0746707811554,861.4792213650942,4568.91217789034,15666.923476890706,4635.753206574396,107946.28394300357,39380.88600023193,3397.3145951025144,17347.17588684812 -792,2801.7231855614145,3323.2540345012453,690.1491322115827,1331.4863177275367,1471.2810189905813,2369.9802153027044,1352.6433266548656,2792.8683939143057,301.77554602725576,1021.4210643454447,2465.8162672155245,5668.305196704471,1379.355027841116,3306.590682162402,1569.9367629194467,3736.982645878184,1143.8937796390846,4243.089111031714,250.38536749755968,1151.3964307645917,545.7906141802563,2213.8994915147937,1227.4967660737973,5081.227249111622,615.7803245297417,1479.3790731412266,574.17072614417,2014.8287376065034,769.6482715119789,3601.652999461485,1016.2971243747297,2412.051063830458,686.4221153278269,3072.781282189063,805.9273259384519,4331.670586535236,16537.013412537715,4783.95131451649,107266.72885702986,38004.48444169927,3544.221889129275,16402.020154824666 -793,2936.906748481854,3233.190489089633,706.8494937550729,1295.401691876901,1517.6146648632116,2305.751354514585,1410.7567136161597,2717.1788357846617,310.1583077299355,993.7395204556292,2522.0176036807993,5514.688393056511,1410.7935405378896,3216.9787304521737,1605.7179929392832,3635.706636660921,1170.1676172986668,4128.09710474223,261.51887408018183,1120.1924229901763,568.5053219054806,2153.9005761984354,1278.7024505784873,4943.5208516030225,630.9673564351302,1439.2864040429283,591.8863729674824,1960.224841057476,793.6034784950526,3504.0445605319733,1039.484957461658,2346.6820404975715,716.9442069973182,2989.5058016885423,841.7632746527405,4214.277932669968,16926.299510319313,4915.530631136738,110618.50594086865,39365.60350905383,3633.9727938880214,17055.72039784743 -794,3075.9018797167396,3195.2416309978757,735.6615200232199,1280.197201098289,1618.784163540179,2278.6881080889193,1496.3663702623076,2685.286550317079,329.73893447913895,982.0757226778001,2658.9100952591157,5449.960958049336,1487.3699461049896,3179.22015429092,1692.9912641370602,3593.0333343350953,1231.9768367684908,4079.6444782281123,277.34198517167414,1107.044412243836,604.6754269878354,2128.619644689533,1359.9205768980735,4885.497369255111,655.8226663717627,1422.3930982866689,628.3239230166249,1937.2171356431954,848.381877748124,3462.9166126973055,1095.6767885179643,2319.1383792002157,760.3226739382637,2954.4171387051533,892.693877097461,4164.813777753705,18052.662678712102,5233.220408292338,116887.64966156814,41279.55218119953,3902.9829119576866,17891.191281276875 -795,3340.4113720740893,3222.4036519295996,785.7626046536906,1291.0798657567693,1751.8021929375232,2298.0587163985797,1628.5102199452006,2708.113559323159,354.4259507513944,990.4241245880436,2827.5141046549406,5496.28983414544,1581.6854841953116,3206.2459803003417,1800.33495419657,3623.576891882921,1310.798349747235,4114.32460621487,302.2683769443895,1116.4551445045834,658.3931684810486,2146.714555191397,1480.7806495775912,4927.027869020209,701.3837620879283,1434.4845378616897,680.1478853975783,1953.6849770349595,918.2814253730163,3492.3540776471855,1165.2402877787488,2338.8528460462576,828.6574442130648,2979.531965510127,972.9256433043041,4200.217910546238,19273.583193022976,5613.317658854482,125920.87929999465,44522.340136606435,4199.752104769151,19373.32067695173 -796,4093.0603930911348,3320.069973616395,963.7421377992121,1330.2106001751092,2130.940724767041,2367.7095007491157,1985.81229826232,2790.1925036822395,433.6605351650003,1020.4424250888065,3474.434771392431,5662.874306175836,1943.5669780206138,3303.422586692125,2212.0060356471604,3733.402185237326,1609.7658418696733,4239.023741990073,368.0156554729041,1150.29326010713,802.5379903255259,2211.7783203070744,1804.9021148523273,5076.358847008452,852.432543311587,1477.961657261564,830.9266375360097,2012.8982991547684,1120.4675721398241,3598.202200239598,1431.7181514747867,2409.740040548798,1008.9011479711554,3069.8372031067106,1184.5495448996433,4327.520346217327,23663.71780577753,6875.558015864504,153811.84731301657,54378.35945291567,5133.919869697517,23621.351417275946 -797,5434.428444454418,3567.582283471962,1227.5794181625706,1429.3782384658984,2589.324779203665,2544.2230237334043,2519.6666285140336,2998.202273661826,518.6472428707815,1096.5167439180666,4153.606110833277,6085.043450525704,2323.489202672494,3549.6938283703853,2644.4611599070226,4011.7285475824465,1940.4294258140767,4555.044357895857,472.21071673379436,1236.048001447802,1006.5410328300813,2376.667122440171,2265.491461709956,5454.803070733714,1114.8882111094094,1588.1441855136138,1017.7174849745571,2162.960530218367,1340.4142297599305,3866.449359180829,1713.5539406674236,2589.386954116106,1294.5480093362066,3298.694577517364,1519.9271587644027,4650.138413110808,27250.539692950704,8133.345389928225,190843.40680898816,70151.50139687108,5887.858036488663,30917.656062385115 -798,5488.504181791014,4124.533721321725,1249.462690439783,1652.524952932141,2660.9970315901137,2941.413209883719,2564.607072876065,3466.2652178625935,535.6930468646922,1267.6989420080206,4321.53701119496,7035.00715980008,2417.4282097362043,4103.852618427303,2751.7004750606716,4638.017671505479,2013.7862158706018,5266.152975166657,480.4721710695319,1429.0130564787717,1025.4871629433544,2747.69939750941,2308.029531234796,6306.377098194073,1136.3943431583818,1836.076571469331,1037.3294721731859,2500.6301006998724,1377.8855429790376,4470.058290625951,1782.2457891512377,2993.6278861124597,1317.196477245884,3813.6687370446793,1546.5186959125488,5376.092594288654,28523.046594408075,8445.719240572924,195614.94681774263,71421.2026983153,6131.049849469128,31369.18477448015 -799,5353.660804673753,4612.215500315604,1205.5659916503635,1847.9182660505671,2595.575904350144,3289.203705458211,2501.9506561632065,3876.1138218813107,523.8111323697269,1417.5907157305091,4227.703468045844,7866.821138963415,2364.938585410287,4589.089079299773,2692.088174690459,5186.41340830164,1966.842621388897,5888.818959955887,468.7087727631571,1597.9784903134894,1000.727244513955,3072.5853169505995,2252.2759037411042,7052.038404429674,1095.558536195313,2053.172890530629,1008.1439721231104,2796.3027314776755,1346.9001840191775,4998.594635985305,1743.171507704674,3347.592205908872,1284.9475609868923,4264.594073055579,1508.6552846606994,6011.757757326365,28050.17025669628,8280.92728779873,190515.1720883671,69377.6168484212,6019.043165675626,30460.367901574973 -800,5225.09962237275,4775.447561463874,1195.6801121910978,1913.318399106,2516.883658618828,3405.612728484505,2426.7876138337015,4013.2943262067674,508.04937740823163,1467.7610198668851,4118.081977635287,8145.237754386069,2303.617328036969,4751.502667553805,2622.064833737935,5369.967049831653,1919.8014071162766,6097.231610339815,454.5656192742321,1654.5329428594778,969.4011551859822,3181.327944936095,2181.8610204694173,7301.618842284983,1087.7017700796046,2125.837240839528,983.1622397896566,2895.267374049646,1302.6854610260914,5175.501136824378,1698.4652597364773,3466.067670816571,1246.1746349477196,4415.523378171076,1463.1320418866287,6224.521365138127,27037.39150775646,8004.769881365078,185836.86826506697,68009.99169473432,5788.798713761852,29841.777520201365 -801,5063.747944920577,4798.710731817972,1150.0763068540932,1922.6389604329033,2409.835470608334,3422.2028696269067,2341.673464906037,4032.8447344962615,484.1421764948678,1474.9110878353424,3903.234305699049,8184.916559569481,2183.4335088103007,4774.649192475414,2485.2288468526353,5396.126369281459,1823.1223437761132,6126.933734761479,438.6718633088289,1662.5928537287348,934.6301496878347,3196.8255025959297,2103.669846945116,7337.188032565591,1048.8671028479398,2136.193068904275,945.5653707515415,2909.371412943654,1245.7982640146674,5200.713132781647,1610.2362705293806,3482.9523128626297,1202.602497728548,4437.033209705571,1411.9740514164364,6254.843570340094,25516.8623631499,7601.312177442114,178176.28440471622,65554.97031924524,5484.10026317759,28849.1944332864 -802,4864.0932749869,4852.449948616036,1104.6096278051398,1944.169975260289,2291.130931077621,3460.5270179691765,2237.1635442218985,4078.007264519804,460.35676686030257,1491.4281423394848,3718.7971412769066,8276.57680542517,2080.2610488631035,4828.118951839701,2367.6967398513148,5456.555851497551,1738.615594344895,6195.547293419344,419.4873589768406,1681.211695915038,891.6776954911941,3232.625722352976,2007.156071834429,7419.354839528099,1006.985176381204,2160.1156074501396,901.5670993904023,2941.9525268811126,1183.058860126226,5258.954245064989,1534.3382263598926,3521.9567746646712,1150.0088970054244,4486.722116356179,1350.2239722074958,6324.889550072891,24181.769919712377,7220.274049667441,170080.23329044512,62838.80131102252,5186.360685539824,27675.421140267514 -803,4660.706461918312,4905.604340348715,1073.5489618902598,1965.466675598099,2191.181248863809,3498.434098034395,2134.871845901637,4122.678306554729,442.224934544372,1507.7654475272827,3602.8062226439242,8367.239544944336,2015.3767916994573,4881.006818549436,2293.7593727581934,5516.327700834084,1684.8980397131709,6263.414154761556,400.0923980584808,1699.62791576615,850.0168576526967,3268.036340863341,1913.4123178048987,7500.627453922916,976.9130312230158,2183.777805391826,863.3587695880216,2974.179071972502,1130.076581510949,5316.561539731912,1486.536097718558,3560.536764576671,1096.8383374262555,4535.870276047448,1287.7964863450609,6394.17324395342,23287.25286451435,6938.9112305260505,163503.27927438656,60492.024590747176,4962.589914159395,26580.532713054363 -804,4605.988932232604,4873.373799799152,1053.1671067285545,1952.5532710526818,2152.4349380238978,3475.4488725180922,2106.8250984774854,4095.591704963299,433.07025326144236,1497.859207230638,3511.7538620148025,8312.265553009622,1964.4429353937703,4848.937887328462,2235.7699828565123,5480.084618165543,1643.6917361488443,6222.262604435058,394.98114135918723,1688.4611108920383,838.7135483440127,3246.564862428912,1888.0033562248059,7451.347230625568,959.830269274552,2169.4300646804513,850.3181414731541,2954.6382789263885,1110.132864178648,5281.630950063037,1449.1312344776532,3537.1435154258966,1082.8260184533954,4506.068942569072,1271.34464059618,6352.1625872184095,22678.68118889583,6782.0292411000955,160577.30606350722,59547.04454680132,4849.3702493330175,26216.82781373817 -805,4568.790872690186,4841.33820934225,1025.6736625251801,1939.717974704327,2112.007926772288,3452.6026757542645,2084.5853342634164,4068.668939764311,423.20444938717367,1488.012885955853,3406.7520501671675,8257.624077521694,1905.7058838826235,4817.062928687733,2168.824545796259,5444.060755907335,1595.1287678337885,6181.359963944153,390.71023297001767,1677.3618497080977,829.6710220734238,3225.223256675454,1867.6459010164463,7402.365084367398,934.3991947419214,2155.169107911681,834.6964119665537,2935.2156805909444,1090.0806740659993,5246.911642041211,1405.8990434977443,3513.8917630049878,1071.1174829260797,4476.4478658479175,1257.5976640383542,6310.406036721877,22027.354535047118,6616.664327725613,157343.7804271278,58511.619113133056,4730.40469259302,25840.919084631278 -806,4589.914580831575,4776.097371994528,1017.2663458000806,1913.5787505030644,2110.633371958011,3406.0761411774133,2092.03222221349,4013.840428091925,421.1225412662003,1467.960742836286,3364.5001649204064,8146.346103121839,1882.070566391309,4752.149219825622,2141.9993629349947,5370.697758543944,1576.496628738185,6098.061280283259,392.5307413027262,1654.7580804860033,832.7928826836146,3181.7608384761193,1874.7322610101526,7302.612397078219,927.5604754207002,2126.1265103598766,834.8417378424933,2895.661342406434,1090.0591370970506,5176.205383933541,1388.5385381498206,3466.5393098081986,1076.1083383949876,4416.12421265885,1263.4574210484868,6225.368355808487,21804.90686414768,6573.882495448324,156836.7058918306,58397.08714624348,4706.935932525387,25857.679584689682 -807,4619.691883711428,4743.411971006972,1020.7878587489022,1900.4831027576456,2117.293148549359,3382.766531720678,2104.8902236403737,3986.37156100778,421.77892923065025,1457.9146985921006,3363.8722636511384,8090.596278898143,1881.7193241741709,4719.627708913075,2141.5885730072487,5333.943187573446,1576.9587602331867,6056.328969848911,394.70151793426635,1643.4336816755374,837.7449875458531,3159.9863391826375,1885.8527005646058,7252.636696026814,931.569636031899,2111.5762840707575,838.4007044105634,2875.844775714203,1092.9884216049027,5140.781828802553,1388.3694657599208,3442.815918395663,1082.0594412977582,4385.9023014499235,1270.4446033401355,6182.764814641597,21777.596170820583,6578.460445707312,157367.25149998834,58686.492938919706,4706.693336318812,26009.22590775961 -808,4774.6433619105665,4697.730384618938,1056.5057846266411,1882.1804371725623,2174.6391840947003,3350.1886863861637,2165.2186011967297,3947.980677409213,433.5935534660947,1443.8742027091378,3469.098445176822,8012.679522962914,1940.581886027522,4674.175177650373,2208.485010321407,5282.574470708595,1626.8274391715654,5998.003292736836,406.6054669707823,1627.6065390698893,860.7827508310613,3129.5539858849047,1937.889445004105,7182.789937660549,963.7832844673911,2091.2406785983057,861.9156107745345,2848.1488571721593,1121.300091220084,5091.273358813043,1431.8922069988198,3409.659765450149,1114.693672123885,4343.6637237978475,1308.7604119314678,6123.221492930708,22364.496699708558,6760.680253685651,162119.36280792966,60611.60430228989,4819.670404938615,26863.25269286591 -809,4860.498937688836,4888.4493751158325,1070.6375451846122,1958.5934118477094,2181.02697371646,3486.20002631612,2187.8050659846344,4108.261244331917,434.14346043781387,1502.492771209112,3476.723675937784,8337.979194225038,1944.8473702521267,4863.937871185506,2213.38819908026,5497.037027686508,1633.041176282335,6241.510910103134,411.36793340660563,1693.684293781803,868.1037278392513,3256.6079732418057,1954.590281950697,7474.397657496304,980.4518369265453,2176.141104645354,866.5690028391856,2963.7783272250304,1122.0464025639628,5297.969451572169,1435.326232451757,3548.0855189871477,1127.7497956415161,4520.008275876246,1324.0895898217536,6371.81273297808,22246.79051012883,6756.315268951101,163340.4295840104,61452.97188319519,4786.165438283195,27285.3341690257 -810,4887.140093510578,4983.2565317283825,1069.2961087384979,1996.578600624049,2160.1074712139184,3553.811795716881,2185.7342238862316,4187.937341455745,429.3075654195021,1531.6322910319743,3439.764578288087,8499.686933968245,1924.1727896495956,4958.269648835605,2189.8290863985103,5603.647204124412,1617.727734497603,6362.559499736746,411.1589548555957,1726.531804264405,865.7360674568846,3319.7670076211884,1949.4126734952122,7619.356996321806,981.3295201751328,2218.3454387168777,860.0568156648609,3021.258189339271,1109.1776100411741,5400.718888250503,1420.3114348690917,3616.8975028415093,1127.1768887641051,4607.669842892243,1323.4169405911807,6495.38841134275,21865.98240396426,6670.726672473203,162463.22083644115,61491.46084442023,4696.4145335244475,27353.49956370171 -811,4803.453537688184,4862.132102201125,1035.6668418380987,1948.0492017325491,2082.993386621696,3467.431850461655,2131.220615127271,4086.1441630090812,411.3075474342176,1494.4040074155116,3278.157898383957,8293.091161809569,1833.7714935667404,4837.752557485057,2086.8940037887264,5467.443385085586,1545.0662264405464,6207.909345799849,401.8474346410434,1684.566238470091,842.483943601341,3239.075820562821,1897.3457194475866,7434.158770288697,955.2103902097837,2164.4257129214684,831.4123779922985,2947.8226412577537,1066.3141452999837,5269.447501716136,1354.0128886713449,3528.984178712821,1101.6497045421556,4495.674528660105,1293.445506309946,6337.5096806628,20677.621086309468,6366.247214866506,157060.51170346106,59934.38944330528,4453.9505091637075,26771.055411544494 -812,4654.019507169397,4575.696221609395,996.2445679608027,1833.2865468302537,1996.2173273948151,3263.159964259886,2055.5816878739492,3845.4229573827665,393.57783378642733,1406.3663073229761,3133.0122747754117,7804.532064724355,1752.5783615578978,4552.75291437359,1994.3905452857327,5145.347660890136,1477.7362312257894,5842.191602488674,387.9139987208091,1585.325781035206,811.6958762854802,3048.256748710315,1828.1346298630642,6996.200736844404,918.9314357447327,2036.9159760355908,797.7553676662169,2774.1617541554365,1021.154039286559,4959.016027692085,1294.2179597722015,3321.086147648161,1063.4517113697107,4230.827242448444,1248.5972914779086,5964.156976955414,19686.53737997964,6083.528317156158,150873.6041867075,57800.626185415436,4240.215944371068,25860.17245699768 -813,4197.7392421309105,4337.021317321902,911.6298676106557,1737.6596804684045,1789.0920300330765,3092.9488413128797,1840.8516833252397,3644.8401582092138,354.92159622307634,1333.0082154531,2865.7306739895025,7397.436433078254,1603.0634829372837,4315.274766031713,1824.321859328452,4876.958917186147,1351.9563373136184,5537.454475279924,348.0732719875943,1502.6329053005518,725.1442508904381,2889.2552869641845,1633.4552598175949,6631.268831322252,842.0905202600221,1930.6675054037348,715.2536784800241,2629.457482043992,912.3872513454054,4700.346610308155,1183.8155718175753,3147.8535115572877,954.2298499097841,4010.1412007528847,1120.36004390849,5653.057960174589,17841.61543113533,5496.907199803494,136334.75485328492,52399.03943045428,3797.6925049041047,23388.279220167755 -814,3684.193662390419,4159.298512225484,821.1078883769029,1666.4537236329224,1602.4762269125645,2966.205737260703,1626.9696649674997,3495.481607800933,319.6281019075209,1278.384098591903,2589.5680399040966,7094.303693527661,1448.5806356577882,4138.443092846736,1648.3608219940616,4677.110506102587,1220.7103433522607,5310.540224591353,306.4098198686288,1441.0578943838202,642.4668686880342,2770.8591536115346,1446.8845585472714,6359.5321688013555,754.1278788994823,1851.5524585400194,643.0493992426875,2521.7073638409333,819.8142056526461,4507.73543240755,1069.6410136302127,3018.8605195532673,840.0110550129991,3845.813315117634,986.2559031945568,5421.406500671216,16169.6056431937,4949.344953565682,121971.2533603317,46538.694507371554,3443.221796749863,20675.671000441493 -815,3028.9601435468294,3877.476271904153,694.5549939796814,1553.5395578413534,1464.6425170480206,2765.2240708398626,1411.111341997097,3258.6377133757223,296.9418534265088,1191.7644271263016,2402.25927743221,6613.613847739196,1343.801830071414,3858.0339564406163,1529.399677661069,4360.202797462316,1118.8836138812917,4950.713119368724,262.9920701847814,1343.415909074454,564.739167820699,2583.1136162353664,1270.7698486339948,5928.6283522228705,626.1859222636729,1726.0965287950257,575.2014723497227,2350.843643282392,762.3614032822966,4202.304097146834,990.6683944809247,2814.311114806913,720.9829189896308,3585.231940364578,846.5051212271993,5054.067411827054,15847.38596779205,4678.336405644735,108105.60090852567,39388.391787776185,3397.739853854051,17247.408528877077 -816,2995.472480928767,3652.5773218720324,644.2037293090625,1463.4321294804038,1445.9551557547452,2604.837276305069,1454.6341541960137,3069.632249800474,291.07565814727656,1122.6404532960983,2339.6794743208884,6230.015159836973,1308.7952615729496,3634.2626874121493,1487.6008488696905,4107.305045854714,1072.2194124482553,4663.564957941164,250.5622936104364,1265.495940976514,531.7861837273828,2433.2894782220806,1197.1091293822444,5584.759763984985,575.0442893427679,1625.9805590873755,554.618308816709,2214.4914827560146,750.4689520073307,3958.5646870537103,952.3760072889172,2651.0772042940375,686.9071516455293,3377.283563000646,806.4968064574796,4760.924559465182,16028.290478473435,4686.823326149567,103968.71165501898,36749.545955311034,3466.958110468799,16015.54492128738 -817,3086.1878022077367,3517.5469797651604,672.056013726071,1409.3312238238336,1497.9601654283988,2508.540322796105,1494.3073648357338,2956.1525185567816,300.89236866445015,1081.1381082084679,2418.0728587381905,5999.7007806378415,1352.6478025684687,3499.9094100567536,1537.5150565116621,3955.46409722976,1109.6625292697283,4491.159909063056,261.6033198725768,1218.712441330479,553.7383107484526,2343.3343912422984,1246.6429721413153,5378.29951549144,602.7679710499995,1565.870480147236,575.0681366668053,2132.6250317109643,775.8866348908726,3812.222447905413,984.4526529854779,2553.070829533959,717.1757119771244,3252.430421036176,842.0350843528512,4584.920271161682,16487.365706855482,4832.388135124461,107902.79361469336,38332.15291747706,3565.2532075843533,16745.835898281865 -818,3208.530414241972,3459.259095555671,702.3845820112516,1385.9777517424043,1587.7299048162727,2466.9722900985757,1566.8761009463565,2907.1672806343213,319.36923917203205,1063.2229948558302,2567.465063526402,5900.282104382734,1436.2164331816427,3441.913791061294,1632.619499063373,3889.9196611155016,1176.1683158903984,4416.738668848876,274.84619230115663,1198.5176379423297,582.8151692895212,2304.5039209041415,1312.021375086895,5289.177834613749,628.6814833622882,1539.9230577648425,606.5466311005264,2097.2861430974776,823.3416559736226,3749.0516126891166,1044.9803715466235,2510.76489936542,753.480551178764,3198.535678799234,884.6605495338923,4508.945364952169,17642.144139633103,5144.248979473828,113711.03886562237,40095.06545351884,3816.663173931968,17479.186408913258 -819,3462.560754085319,3473.4899165521865,761.7215524084866,1391.6794354687083,1730.4362608937422,2477.1210069463136,1672.3411704818395,2919.1268870225176,348.03698690953433,1067.5969187803526,2798.1344137287956,5924.554891166555,1565.2507542707021,3456.073256337821,1779.3868496677833,3905.9221486017036,1281.2491100745438,4434.908402785697,299.5472976549482,1203.4481416992287,634.5767066426688,2313.9842696950973,1428.5947754758658,5310.936639289533,683.5368191542656,1546.2580470727012,659.3371316599408,2105.9140321501472,897.2049984089499,3764.474592273219,1138.7986564582327,2521.0937717800675,821.1977071665248,3211.6939266894947,964.1671755978103,4527.494422018794,19253.48959129671,5600.768598849987,123496.03897653698,43517.90689541321,4165.552895907654,18976.582788602682 -820,4201.122119636144,3551.4670163487544,931.4404380114871,1422.9215374558912,2096.0864965163114,2532.7304132227996,2044.2825274395348,2984.6589755146993,421.9207499362017,1091.5636247383986,3391.570635327525,6057.556459933826,1897.2135395148703,3533.659365895671,2156.5668384309984,3993.607009792106,1554.1945998609992,4534.468586756499,363.73542771948115,1230.4646001026613,771.2680846927047,2365.9313853224853,1736.2656597717098,5430.16296390377,833.7689653121398,1580.9703165608807,802.7992149823921,2153.1901356060525,1087.7898073200256,3848.9840677619823,1380.503262769337,2577.6903318281634,997.167063755479,3283.793913692217,1170.7725716595544,4629.133088851198,23254.587518840337,6779.652413727703,150264.48512478586,53065.380790172065,5030.237680670991,23146.18731902357 -821,5539.222263897245,3743.4856216038083,1199.3004324606059,1499.8552123997629,2557.2862975231674,2669.668574043477,2597.077653508899,3146.0317409105387,505.7574250341415,1150.5816372398654,4058.373365566554,6385.072817916527,2270.216877501607,3724.7151577028926,2580.5172343772824,4209.530977106739,1877.4659479472525,4779.6355359619,468.0632044828897,1296.992627883795,970.9073769928709,2493.8511555603764,2187.399314726509,5723.757783688535,1099.4066532745173,1666.4492788427171,990.0092959348628,2269.607538551014,1305.4260162235485,4057.088647908251,1654.2197582580682,2717.059358773527,1283.1777597043395,3461.3401289180806,1506.5773632429004,4879.418302023494,26756.603194477302,8026.19522362567,187224.63940748264,68782.1195236318,5774.210254579685,30448.844014679806 -822,5616.502703176348,4253.4558583073795,1222.7157300723802,1704.1785610121976,2649.1611127422025,3033.354093968556,2663.293226253529,3574.611603039604,524.6696754416098,1307.3238954453643,4211.728771128723,7254.903084535099,2356.0024863165168,4232.128318225019,2678.3186130528993,4782.989973828201,1944.5201381813422,5430.759144281522,480.60741018207364,1473.680267239897,999.3276502287757,2833.585294450893,2251.234291781463,6503.497952833621,1122.277245907627,1893.4675230911944,1018.5397226027098,2578.793257598386,1353.9064317582504,4609.780621976721,1716.2106572557911,3087.200864416002,1317.567230212136,3932.8740476458556,1546.9539964950961,5544.135188365528,28008.99654396905,8354.603220093506,192845.08641375147,70330.85379320283,6047.629663922651,31078.71605111173 -823,5420.596949204777,4716.314929237369,1192.516057019977,1889.6264724812509,2588.556178241921,3363.4422633317804,2614.2934594319454,3963.5991606010634,512.8903115799923,1449.5862683976047,4117.297422061403,8044.378234450329,2303.1784548371093,4692.666536249373,2618.197961846783,5303.472698770492,1900.1063673821855,6021.731806442163,468.94555736174215,1634.0454625222935,975.4301940014153,3141.934716775059,2197.3709691210493,7211.205548849802,1094.2453766293363,2099.513770605999,995.0867331872381,2859.4163300116725,1323.4834225551538,5111.414786514234,1677.6905186157041,3423.1486140763177,1285.5966971032005,4360.847556345303,1509.417434542972,6147.445378451363,27405.636357694202,8172.993125909353,188577.68166552403,68649.95108578441,5917.747249917164,30329.13792799423 -824,5350.820825758768,4829.901567954712,1162.1757709863623,1935.1357997125351,2491.4005664446727,3444.4466294404456,2532.306942979508,4059.057566714829,493.2603343406001,1484.497769056176,3958.7142143940105,8238.117180625815,2214.46846142215,4805.683632535628,2517.1703605026264,5431.200309504906,1829.7992825687122,6166.757803521133,453.9659849825041,1673.39943577981,943.0188691578836,3217.6043463274505,2124.458505699182,7384.878556628811,1063.7626152943521,2150.0779750160027,962.9268269474607,2928.2818520331257,1273.0391080738377,5234.516918878444,1613.3964082015125,3505.5909341369356,1244.5307599758519,4465.873201009811,1461.2019703888275,6295.499032143582,26195.44600268371,7841.487038573523,182121.8201401684,66671.02614824924,5654.381330336479,29483.24499003657 -825,5177.327273380367,4825.612829798066,1119.0830370619403,1933.4174850376394,2379.380382110239,3441.388113758424,2431.019823100816,4055.4533038077147,470.3581202621499,1483.1796009452876,3773.999878587518,8230.802098321472,2111.1409543420177,4801.416398830418,2399.694100334573,5426.377644761942,1746.7031022075012,6161.281996380418,436.27955272971883,1671.9135313756385,904.9994561530162,3214.747256521596,2038.910788954371,7378.321112340889,1026.8809575260236,2148.168801232339,921.99136064672,2925.6816677570005,1214.1222326313414,5229.8689002541,1538.410082555134,3502.4781250269994,1196.0440677985325,4461.907703881052,1404.273807240405,6289.908908507643,24834.8511483675,7462.050464079654,174483.3996511373,64200.84588941248,5358.884532874205,28433.07029877315 -826,4975.696152734646,4865.511113178635,1070.1862791654207,1949.4030274820398,2258.2562156035756,3469.841593767719,2338.129326119424,4088.98388963359,445.3367760764525,1495.4425656940098,3572.345417521106,8298.854568784991,1998.337296398498,4841.114625535577,2271.4488124906634,5471.243066136777,1655.6079454538572,6212.223624677083,416.7885472279019,1685.7369528177242,862.5087659162493,3241.3268644515124,1943.348481781708,7439.325249431045,984.5152270296754,2165.929912743735,876.6347787990685,2949.8712744201594,1149.7220896262306,5273.1095825850725,1456.4979335296146,3531.436698724347,1142.6102055878994,4498.79886449968,1341.5371780957967,6341.914027219189,23376.389681752727,7057.603118525033,166247.87564243286,61466.08377798695,5042.465414399891,27266.095041205423 -827,4804.262257064143,4917.560827639517,1029.4760871216965,1970.2571306973812,2160.8557269255552,3506.960872704503,2248.8160920453984,4132.726558993466,426.17278533051626,1511.4403420275573,3418.2651305162094,8387.633116528446,1912.1461955459586,4892.9033540103765,2173.389325423329,5529.772711371202,1585.1367669765755,6278.680047920219,399.50935476535625,1703.770438922126,826.9149077419451,3276.0015643637416,1863.1374154709415,7518.908821641107,945.8136608585514,2189.1003527814196,841.0908948558804,2981.4280736871574,1100.3205475883256,5329.519657849537,1393.7916334433369,3569.2149028080694,1095.2399460562078,4546.925606144541,1285.9198170858685,6409.757837781687,22314.878291334015,6748.413788455851,159401.66144910647,59041.66032214152,4812.793110551799,26194.434996552118 -828,4720.63120693118,4856.348805496809,1010.8375910197517,1945.7320811172692,2111.8105752741035,3463.3074896315297,2196.0096067491927,4081.2838705335666,416.07717167626004,1492.62647821858,3336.810705934854,8283.226887088822,1866.581336728204,4831.998259199057,2121.5842934135712,5460.94009668343,1548.5678270846947,6200.525305032219,392.01956857573714,1682.5625194903591,810.3429694246748,3235.2230793940635,1825.8856396537299,7425.316158650049,929.9632093048306,2161.851221766321,823.1705723991948,2944.3163332003537,1074.3554114958906,5263.179720888782,1360.7341377458138,3524.7866040395434,1074.7069774925335,4490.32711745474,1261.8120850087962,6329.97148587925,21709.36946169236,6578.102006056613,155995.3445467022,57957.07321579047,4681.212068447393,25738.999379305686 -829,4640.331697763477,4814.890978103301,1001.5066252203449,1929.121695824996,2083.368563284079,3433.7418200582742,2158.887323978596,4046.4426412427506,410.43750818644173,1479.8841787307579,3291.218132260316,8212.514381809648,1841.077268738091,4790.748308295847,2092.584608936011,5414.320975816671,1528.3240329537377,6147.592470480848,387.78959551948304,1668.198768181379,801.6527411276122,3207.6045278079,1806.3002435343526,7361.927491983621,922.3413015951031,2143.3958639672705,813.9040086011925,2919.1812032452017,1059.869507754661,5218.248846862055,1342.2598790248605,3494.696097677269,1063.1106646485653,4451.993955231071,1248.1968689596724,6275.9335912020015,21357.958522802553,6478.568630465326,154145.4799427856,57371.2659593977,4604.7225789553195,25494.64789677618 -830,4641.537249119284,4743.6718939586035,1008.4784846359225,1900.5872428113905,2096.4324161428476,3382.9518958988224,2162.283488790139,3986.5900007024075,413.14849495637924,1457.9945873923991,3313.0236189040957,8091.0396162422585,1853.275058182714,4719.886328567493,2106.36962920308,5334.23546964079,1538.3353247005355,6056.660836216732,390.0792487299591,1643.5237362893813,805.7957257069299,3160.1594957588354,1815.6832539604195,7253.034116016615,926.3039144835333,2111.6919913177153,818.9988299885625,2876.002362292621,1066.8561110122878,5141.0635262799815,1351.131213276193,3443.004573077336,1069.3876632440101,4386.142634079416,1255.5666849664456,6183.103609266582,21508.98100509556,6519.032482757742,155007.49400280887,57657.48577523201,4637.397017828561,25621.650025253937 -831,4672.230262048976,4668.09908619199,1017.7742971900266,1870.3084382154007,2115.179799428729,3329.0571116414917,2160.6109532469086,3923.07848335841,417.01258845812725,1434.7668542900958,3344.020108427055,7962.138925971275,1870.6142104291216,4644.692455516667,2126.158984144065,5249.254222889213,1552.9247709252465,5960.170422184109,393.6883952280221,1617.3402847018785,814.0057283797198,3109.814081610573,1834.121346603567,7137.483933536142,936.0539181671159,2078.050015968325,826.9788828067865,2830.1839375531963,1076.8320076684806,5059.159757580819,1363.7689393805715,3388.1530722658817,1079.282003310638,4316.265728270567,1267.1836169588173,6084.598798877131,21708.638390701683,6573.498326932581,156270.782975408,58152.24170713999,4680.396726959911,25843.075054949994 -832,4780.677028476236,4605.1975617121025,1033.9013561784966,1845.106477023245,2121.401324932242,3284.198859163033,2203.39081330516,3870.2159342348455,416.672472133905,1415.4337123105236,3339.8796284859236,7854.850998419419,1868.298063885517,4582.10632981586,2123.4010999445704,5178.5217712197755,1554.3294438140742,5879.8585438813825,399.18992201915324,1595.5470091882105,821.5076059707009,3067.910076796078,1851.339215276455,7041.308035792641,953.4063515447199,2050.0487864450474,831.8494211584699,2792.047882395933,1076.249798476671,4990.988783601188,1362.538829596935,3342.498515779037,1094.36423313598,4258.10507457502,1284.8916436684779,6002.610277804397,21471.08512053458,6551.930276235732,157647.41111271596,59130.30609744728,4626.392296330886,26347.216885483234 -833,4831.847462022913,4799.555479834989,1040.7208848644286,1922.9774149762236,2104.9970647515306,3422.8053020821026,2207.494246252608,4033.5546621795056,411.87640564524486,1475.1707259519853,3299.8772976379732,8186.3574032501165,1845.9211265142696,4775.489704784385,2097.919044094348,5397.076284228362,1539.6325955907835,6128.012298444952,401.014429013848,1662.8855306777702,821.8603253324832,3197.3882604188084,1852.4117259923016,7338.479645123082,963.7483828507881,2136.5691167554105,828.8008073930696,2909.8835683681414,1064.1883569336562,5201.628647875494,1346.7254828367286,3483.565439434345,1099.3660507870893,4437.814289294402,1290.7642713626847,6255.944650817347,20978.24750533618,6452.193829073167,157318.25056920326,59543.62346940763,4517.0245325937,26610.590856129584 -834,4842.527927639217,4974.354146998188,1041.7715428235656,1993.0117943130233,2084.8761041184594,3547.4630557588357,2205.845744998773,4180.455762050348,406.73677903740736,1528.896092356843,3257.5309256816804,8484.50258961619,1822.2329540233397,4949.411902153503,2071.0406418677826,5593.636516738408,1523.0383681789156,6351.1930464597035,400.8207759915598,1723.447425550884,819.6870966686564,3313.8363791399374,1847.6589932381107,7605.745325530612,968.9145289998958,2214.382454986421,823.3521956021357,3015.860834697884,1051.1536549130635,5391.0707240316415,1329.8228453139561,3610.4360628383783,1098.8351582731727,4599.438428476795,1290.140951142448,6483.784664627797,20533.758926681865,6355.184690686941,156556.64302712344,59647.00005630306,4418.933270850017,26714.32132046174 -835,4791.1155450956785,4869.474949221529,1033.6201302160732,1950.991167721105,2065.493093186447,3472.668405350834,2160.3268393308767,4092.3151042467143,402.6549955857161,1496.660873288852,3224.552835771742,8305.615482096931,1803.7853126760642,4845.058586240651,2050.0651706277827,5475.700380067526,1508.068737808799,6217.284600869966,398.39537618433724,1687.110289500548,813.2704902304664,3243.967509586884,1833.3149229089163,7445.38592114108,963.1222687008167,2167.6944531701783,815.9279184898494,2952.2744764286326,1040.665061030894,5277.4054810704265,1316.4535289912892,3534.313690625914,1092.1860154625185,4502.463947298594,1282.33420108951,6347.080659627844,20278.64632345485,6278.644198796487,155025.1887309158,59190.788645092434,4363.366102369983,26534.72794232682 -836,4589.221761156681,4584.533627177468,990.5391140400858,1836.8273187591938,1956.609399494592,3269.4623642971683,2048.967469913398,3852.8499281888,380.3446381699562,1409.08253428236,3044.703861349109,7819.60557742812,1703.179444177167,4561.546007709973,1935.6860789324114,5155.285279531267,1426.9318816326052,5853.475091185706,381.1940238929965,1588.3876466412237,775.6553363640263,3054.1440890972813,1748.726714374877,7009.713055047511,925.937292865356,2040.8500336557845,775.6661580295678,2779.51971310759,983.25152128341,4968.593769249385,1243.4127142171026,3327.500425124596,1045.02915184733,4238.998575163538,1226.9673879516747,5975.676027068071,18967.70002316725,5908.183225825264,147468.09944843335,56707.30377616452,4078.806081281431,25480.428506322954 -837,4154.441589143469,4365.158050898031,888.261740448075,1748.9328709597792,1740.1369677971038,3113.014566414355,1858.5904846582905,3668.4863173944395,336.8429796817219,1341.6562008487901,2695.4536343272744,7445.42782690253,1507.8120670443955,4343.270417313087,1713.6167104784736,4908.598534258477,1265.5286457139282,5573.379104157955,342.19207914369946,1512.3813429091717,693.3274101785919,2907.9995356765553,1563.3620033164434,6674.289658458471,833.911589749697,1943.192847856324,690.4586355585798,2646.516274060195,871.0053059097816,4730.840442506188,1101.113665651508,3168.2754346033253,938.1067798082676,4036.1572763754784,1101.4299679644364,5689.732574864764,16641.568935136616,5225.247763912868,131804.6162717038,51011.50893370774,3576.5297095778556,22973.190123291446 -838,3724.1475698629324,4169.175609600084,789.6519216645851,1670.4110557768417,1557.2243777193344,2973.2495940105623,1679.189447958514,3503.782337385475,303.2158011028458,1281.4198807524806,2427.472670332606,7111.150555607888,1357.905971052432,4148.270664800791,1543.1219161510837,4688.217253013095,1137.277069311062,5323.151178759667,301.84074048832076,1444.4799784452136,615.6742339733926,2777.4391203032924,1387.9241383528856,6374.63416696367,733.0750541754129,1855.9493451480437,619.0277977685957,2527.695669106759,783.820478116844,4518.4399638745645,991.2813415862188,3026.0294157563935,827.485094871329,3854.9459783507,971.5491894445688,5434.2807292838115,15156.279327029375,4725.628074465189,117652.45440047137,45129.47053955373,3259.7029203598013,20239.131707941826 -839,3076.401240092496,3872.212821103101,675.2197053519168,1551.4307173335633,1437.781581072227,2761.470438366026,1462.7308051908863,3254.214300289462,285.87826214725465,1190.1466755299668,2294.457223754731,6604.636247706679,1283.49834893673,3852.796897463453,1458.8185525141414,4354.284073194848,1060.6288474863995,4943.992811336736,260.67302744101437,1341.59229932241,544.6926767313638,2579.6071882190045,1226.8397962957613,5920.5805805638265,613.0905243403615,1723.7534521337939,559.1485696320644,2347.652508381828,737.7905452895894,4196.599711274337,935.0832909624005,2810.490849496981,714.6253500884537,3580.365194418199,839.0407077277187,5047.206806293473,15200.351337173577,4541.672173825365,105323.93128557372,38455.58325440506,3281.30469261141,16969.891909233425 -840,2927.2859203225016,3649.7831422630547,626.9115787380533,1462.3126207458918,1387.8439620655656,2602.8446057711494,1388.9386209040658,3067.2840164617596,277.88574472330663,1121.7816462712533,2212.8120191207854,6225.24926994903,1237.8267695055015,3631.4825182877266,1411.2601959379454,4104.163004770941,1034.597886190743,4659.997384427363,247.08421175682744,1264.5278511479028,529.6732875289167,2431.4280397791285,1191.9358444109735,5580.487487047787,562.7959581235997,1624.736702675195,537.5117955185723,2212.797422261164,720.8294393486678,3955.536430632375,922.6016655596726,2649.049160747442,677.3721203971045,3374.699979948492,795.3017384880967,4757.282506976853,15293.687015014359,4486.167342082154,100546.30123936346,35727.914356424575,3352.9392683419,15646.947379099965 -841,3023.8933549032613,3505.7854299607206,654.1084964622866,1404.6188718708079,1438.7762761093568,2500.1525678882854,1448.4586314273324,2946.268091916132,287.2861964872221,1077.5231288554357,2287.200066306326,5979.639703998598,1279.4387615508472,3488.2068346329684,1458.7653884621502,3942.238292927255,1070.818853788879,4476.142909644423,258.00192455847576,1214.6374574970132,551.5792292283936,2335.4990320247525,1241.3486640571937,5360.316205537504,590.0178028781074,1560.6347110884292,557.3940985102864,2125.494217064009,745.3120561696662,3799.475597772473,953.747821062994,2544.534178882649,707.3026214912716,3241.5553360401414,830.4431014660358,4569.58976714031,15732.366246212021,4631.758054914746,104456.13036942187,37307.982473495154,3448.1331276954556,16384.44572557251 -842,3144.6165993438844,3449.12207522944,683.4646186131835,1381.9162795447398,1524.8396083418536,2459.7430691705717,1521.7493990851897,2898.6481113551517,304.87716732529196,1060.1073238949539,2428.073853775251,5882.991904958392,1358.242267562149,3431.8275994528217,1548.7372211326442,3878.52063213765,1134.8447853689006,4403.7958483127395,271.0233252550148,1195.005499267092,580.4836416720727,2297.7507976361853,1306.3153230609685,5273.678416461631,615.2563695594934,1535.4104639098605,587.7829855345384,2091.1402512532336,790.7757909493189,3738.065383744674,1012.2601705345277,2503.407348480621,743.0003042272111,3189.1626829366746,872.3557050187857,4495.732341714589,16834.64596764175,4931.190378026899,110079.75046224486,39020.29357353168,3691.406323821208,17102.273633094093 -843,3407.61650541877,3466.926844689827,741.1538975081224,1389.0498921667904,1663.0770148606505,2472.440549086661,1656.7051035511536,2913.611270165943,332.23268837399075,1065.5797212452162,2646.122235587247,5913.360593662499,1480.2165345681126,3449.543092817024,1687.9067864862968,3898.5420069096554,1236.2004238908266,4426.528754866823,295.37703562059863,1201.1742566941339,632.0280227643098,2309.612054598687,1422.3587221158703,5300.901758044017,668.9184536737639,1543.3364313707723,638.901022800335,2101.9349605360076,861.6902342095052,3757.3617121823963,1103.1120744485816,2516.330228486882,809.7650898546628,3205.625511767568,950.7441542631522,4518.939835144496,18376.52437501378,5378.927962064475,119746.03984905638,42408.68365370412,4029.8733793005167,18599.324946769862 -844,4130.522936442373,3554.131231330341,906.4056075842925,1423.9889749008291,2014.2241980720403,2534.6303994200994,2014.5747880471258,2986.897986357511,402.7931993012707,1092.3824863944396,3207.5923514325696,6062.10067577423,1794.2977731302751,3536.310222057112,2045.8565924326788,3996.6029062982757,1499.6413137026484,4537.870223062498,358.68747150374395,1231.387661532435,768.2012286855341,2367.7062433778087,1728.7567450353984,5434.236526027335,816.0045573273916,1582.156317946628,778.0101129623282,2154.805400900951,1044.807527927976,3851.871472029012,1337.3228409184917,2579.6240457464773,983.3282806895223,3286.2573275155823,1154.5244741965782,4632.605739919138,22191.569399325675,6507.530362031288,145610.77192791423,51695.944456047255,4865.4639225150595,22677.739499976717 -845,5456.209081039918,3763.6297102351787,1168.3266350401298,1507.9260905563242,2460.2792427226964,2684.0343405530534,2564.418554447116,3162.96086756733,483.2247113909507,1156.773037667432,3841.6211761817144,6419.431564219594,2148.9676886635584,3744.758240499944,2450.1214015495,4232.182904660559,1812.7899430260793,4805.355255921934,461.9527668046217,1303.9718812030937,967.559586400312,2507.270830106777,2179.1017804108305,5754.55792445406,1077.0911800866181,1675.4166171380648,960.36731053162,2281.8205346825207,1254.7963340024012,4078.920267305196,1603.478821761777,2731.6801400646223,1266.426223467956,3479.9659630705764,1486.9094060152959,4905.6749635098495,25533.07541964488,7710.938716629745,181608.40895230783,67101.18374482279,5584.706415408591,29864.645507477915 -846,5530.986770301718,4281.137731445516,1190.849141127464,1715.2695083035712,2548.3638986207316,3053.0954351295986,2634.7298814024675,3597.8754967321147,501.2055454252281,1315.8320768935134,3986.021754067847,7302.118646070394,2229.7440489214614,4259.67138981482,2542.5216636040363,4814.118102598574,1877.269419474755,5466.103013051703,474.2678162367536,1483.2711109121626,995.7860044952637,2852.026522304211,2242.4772229433593,6545.823302215784,1099.2997409212671,1905.790379966039,987.8097365500931,2595.576275968471,1301.1828892200003,4639.781488712641,1663.3433440733438,3107.292645200278,1300.1874706448828,3958.4695455378974,1526.5484430598017,5580.216918623823,26727.879654899003,8026.282755796556,187037.48915955087,68602.11965225052,5849.1338025018,30482.454069495365 -847,5330.729511355426,4727.751570624907,1161.4040182806743,1894.208647473043,2489.4473077507696,3371.5983096455993,2571.099326793603,3973.2105336505456,489.94595430350427,1453.101385297282,3896.590606205144,8063.885131346207,2179.7170841836064,4704.045832401478,2485.410170410585,5316.333145172922,1834.365939218475,6036.333966865184,462.7512428621301,1638.0078764505813,971.9609465225545,3149.553627123063,2188.7955463843823,7228.692076588389,1071.8162142233557,2104.604903501677,965.046900321927,2866.350158569491,1271.927720933709,5123.809509677001,1625.992033022777,3431.44944294437,1268.6152156998553,4371.422221183409,1489.4794989895183,6162.352383029659,26146.635470738587,7845.992243050369,182749.04878813325,66928.95896445331,5722.208656697061,29732.857343724805 -848,5263.055812537044,4835.4249480105445,1132.0559871021317,1937.3487827994732,2396.2382606838114,3448.38563058752,2488.5736480628007,4063.6994247928938,471.2498057505472,1486.195411390118,3746.9870556337924,8247.538128753407,2096.0302286757133,4811.179317438753,2389.793942466457,5437.411322927577,1766.6595088927559,6173.809985968723,448.01003346081217,1675.3131023295284,939.7253965078347,3221.2839351190687,2116.3048935916972,7393.323757915118,1042.0842870734525,2152.536761730101,934.0141256759878,2931.630577333593,1223.582346786245,5240.503009059552,1563.82009978323,3509.599858703429,1228.202741756698,4470.980285413765,1442.0312651225026,6302.698440517939,24995.584054402014,7528.908843240203,176561.77768636864,65010.994272562064,5468.35836508758,28903.386615070573 -849,5095.0144752285005,4830.226476371612,1090.2335996227503,1935.2659766737684,2288.8803845046486,3444.678338034446,2391.212793822202,4059.3306203059956,449.4201732762848,1484.5976315095304,3572.5874893339274,8238.671360369179,1998.4727091527059,4806.006911807308,2278.528225186208,5431.56566740498,1686.5858234993664,6167.1726425167435,430.59697914953665,1673.5120056849876,901.9005954744778,3217.8207951969916,2031.2257818617206,7385.375338844158,1006.0823145882604,2150.2226111791306,894.4266903124936,2928.4788381222615,1167.0761003651148,5234.869045848616,1491.2661147092429,3505.826755920193,1180.465504975956,4466.173621167739,1385.9830365947548,6295.922531586656,23698.261691324413,7166.230655684095,169201.9753686894,62617.63992846259,5182.776787026914,27878.94859870372 -850,4891.3512096007225,4886.629908151262,1042.7461989890312,1957.8644289460915,2172.025699107381,3484.9024725740155,2282.1249177849363,4106.732161172349,425.56223459560465,1501.9335476697138,3382.1216704079748,8334.875822065269,1891.9278751111735,4862.127527333037,2157.0188176223974,5494.99104612724,1598.777740620915,6239.1878374806065,411.4026948982894,1693.0539093010646,859.6156001462823,3255.395873009361,1936.1600719464125,7471.615707930229,964.6986392011643,2175.3311511107418,850.5420313287262,2962.675217354619,1105.2906210381298,5295.997562398987,1411.989661568828,3546.764931640548,1127.845092970158,4518.325941641712,1324.201478293186,6369.441162387393,22303.69335340664,6773.122245078328,161125.7494668602,59929.75542606322,4876.041017998789,26721.069245954728 -851,4719.452630874261,4934.780765731372,1003.1477437151449,1977.1564263044536,2078.197105022054,3519.2412798484484,2188.695299145855,4147.198224518464,407.26883161360234,1516.732988124167,3236.4150318836682,8417.004288145075,1810.4209164985257,4910.036948448482,2064.000133490626,5549.136446175789,1530.7836545772598,6300.666249110871,394.3581679981715,1709.7365718301462,824.1609777612285,3287.4732158805045,1856.290833232139,7545.237961018344,926.816685246025,2196.7659768322455,816.1115613394409,2991.868210302377,1057.8454317178182,5348.182161839659,1351.249288119731,3581.7133063494007,1081.1181602964466,4562.847682188014,1269.3394465227718,6432.203037143535,21290.82551299929,6474.646089307556,154467.5457489138,57557.14777972055,4653.922012840493,25664.733611525484 -852,4642.895330938208,4877.142698355685,985.0650110664461,1954.0633081454914,2031.5358705133071,3478.1366643389197,2146.514007385386,4098.759093778337,397.6476835020886,1499.0175996782384,3159.5233462298456,8318.693971376697,1767.4084120325924,4852.6878879963815,2014.9424974177703,5484.32272586168,1495.5500411150606,6227.074686887914,386.98756329751257,1689.7669082523526,807.6761892793279,3249.07564328143,1819.2483607222268,7457.10984457135,911.3498853318849,2171.1078267761086,798.7856349995304,2956.923293867163,1032.946675899435,5285.715580563708,1319.2682722955587,3539.8790197473763,1060.911923324868,4509.553780266928,1245.615329589264,6357.075129820172,20714.493299153033,6314.690547946492,151238.99000659405,56523.240280890284,4526.996867035752,25229.608833587547 -853,4568.09996215017,4849.460825217549,976.0317357144505,1942.9723608541178,2004.809743249513,3458.395323177877,2124.4601340768613,4075.4952000858257,392.2780794015146,1490.5094182300893,3116.527561036802,8271.478409841402,1743.3569637270086,4825.144816406581,1987.5069245303678,5453.1945970913075,1476.0611734000317,6191.730818117734,382.82624284459376,1680.1760645800869,799.0387652636608,3230.634415428112,1799.7891841202186,7414.784495189187,903.929815619806,2158.784969901264,789.8456677137351,2940.140275497078,1019.0677961117347,5255.714713827788,1301.4082790242571,3519.7872389631,1049.5038190238954,4483.958282374886,1232.2210889492771,6320.993399561878,20378.95960844323,6222.853495497019,149499.69552525604,55975.75036436896,4452.957198649652,25004.888886155753 -854,4573.420725715141,4774.537827981589,982.8248969162436,1912.9539076551914,2017.632889453013,3404.9639516134534,2135.3134785116827,4012.529784626984,394.8654156527498,1467.4814080971862,3137.143756029023,8143.686068306186,1754.8894743181502,4750.59749562757,2000.5778375912128,5368.94405905202,1485.7168102117428,6096.070074028552,385.08349088715505,1654.2177506191088,803.159962384136,3180.7218948198724,1809.1194304254657,7300.227867501946,907.7965155983413,2125.432264072222,794.7812503974077,2894.7158191144404,1025.7765308960982,5174.515192237786,1310.0002324498996,3465.407377143272,1055.6919800641351,4414.68221105381,1239.4866008963315,6223.335579842785,20523.615937964223,6264.060658830329,150375.31890892694,56268.20674313045,4484.688485100838,25137.129790114366 -855,4611.972765559131,4727.881528949149,991.8824451853008,1894.2607162372137,2036.5278355808564,3371.690989487124,2156.9306173148802,3973.3197508492703,398.55792961887215,1453.141328728777,3166.4897141236684,8064.106794642785,1771.3053344058826,4704.175139092915,2019.3726779993833,5316.4792826626635,1499.8085912351817,6036.499896025203,388.64595076709844,1638.052902665588,811.3463240247324,3149.640203311633,1827.4983345689911,7228.890781764559,917.3582487237704,2104.662755722202,802.5288503881243,2866.428949947958,1035.3669050482727,5123.950355000125,1322.2517696435555,3431.5437679977617,1065.4583305142473,4371.542384584114,1250.9532604439742,6162.5217762342545,20717.16498154995,6323.281697851635,151735.02718876058,56790.450137173226,4526.996867035752,25376.412588660198 -856,4713.446353383106,4676.481625018921,1007.8302463243976,1873.666964418936,2042.3747005851822,3335.035123243248,2181.8466508445676,3930.1231833745514,398.3114685217799,1437.34327536463,3163.2458323957094,7976.436595635098,1769.4907366880102,4653.032962889933,2017.163877299336,5258.680346140528,1501.4019615035118,5970.873142725509,394.14320073468446,1620.2445541877114,818.9135254891984,3115.3983969394276,1844.8573671641277,7150.300764347731,934.546644767629,2081.7815852048657,807.4331155052995,2835.266119037747,1034.9960372724763,5068.244526844823,1321.2581354218703,3394.2372029056664,1080.5288355878836,4324.016477427028,1268.6475211376824,6095.524956342115,20487.955314882314,6298.356325817094,152995.80505327717,57729.36805946922,4474.111389617109,25858.812124532164 -857,4766.897392117129,4859.59784554378,1014.7285901667916,1947.0338330517823,2027.2125434344377,3465.6245441058804,2188.164149217743,4084.0143693649948,393.813463413748,1493.6250891909654,3126.1060502069718,8288.768609265744,1748.715082809788,4835.231008015053,1993.4125454875268,5464.593626069158,1487.4696822848682,6204.67363865387,396.016569587134,1683.6882032553242,819.3673894365118,3237.3875386960676,1846.1577679007296,7430.283913341303,944.8899832878035,2163.297563756246,804.6741314634783,2946.2861673413217,1023.6052934659972,5266.70094277223,1306.1434786473142,3527.144789847899,1085.6646061935685,4493.331278237445,1274.6774228241925,6334.206422799457,20017.9255734626,6204.528643461632,152725.2644375713,58153.78849761685,4368.340434779826,26124.52457277266 -858,4777.5719962141075,4991.639070555313,1015.9376479377858,1999.9371268275843,2008.2369283813027,3559.789807318637,2186.249126890442,4194.982041471886,388.9642422337498,1534.2087121065085,3086.5498424905436,8513.984603632067,1726.5877026308926,4966.610156208871,1968.2173200187708,5613.073327375727,1471.6382847931457,6373.262220278147,395.87837533779395,1729.436073750238,817.2801753622191,3325.351322950043,1841.60117100922,7632.173827133395,950.1133008494782,2222.077007953418,799.5330009915809,3026.340370823822,1011.223822389188,5409.803657514508,1289.9148098839764,3622.981633481294,1085.2857518303674,4615.420592048703,1274.2326104018705,6506.314568807734,19592.59234317171,6111.675690143521,151990.0769513267,58264.09820319109,4273.146575426271,26229.670724852327 -859,4738.398555745299,4875.7131126669865,1008.0244296608915,1953.4905340617893,1990.7558423370272,3477.117154616485,2170.4115610081767,4097.557667512121,385.07679666952356,1498.5782083706333,3055.4404891872937,8316.25559985762,1709.1854154198593,4851.265470489767,1948.3673290659622,5482.715163859499,1457.2213746499394,6225.249409793228,393.49828482484685,1689.2716046004648,810.9008647941478,3248.1232758137526,1827.3457159111301,7454.924020171246,944.4699160041712,2170.4714327089787,792.3552441348554,2956.056561953636,1001.1720380180399,5284.166234191076,1276.987186270304,3538.841412135842,1078.760822754451,4508.231942062592,1266.5716995357047,6355.2117470590665,19352.78223922337,6047.061479647418,150677.53933601134,57871.68002213071,4220.261098007629,26082.340193932356 -860,4545.616144680753,4588.36750489612,966.1939512091566,1838.3633902340885,1886.793476167285,3272.196496038758,2074.013934195868,3856.0719256032,363.80619424007847,1410.2608984457077,2885.590865253562,7826.144827443483,1614.1730919694683,4565.36066172361,1840.0083666366882,5159.596455972274,1379.0197502404787,5858.370138218572,376.5612486161608,1589.715957109041,773.4710935355081,3056.6981580440834,1743.2045445282067,7015.575021581377,908.1546132739878,2042.5567218617039,753.4061678347606,2781.844123737598,946.0952934754184,4972.748822411617,1206.3026865555319,3330.283091972771,1032.3285717888928,4242.543494561746,1212.0556531811903,5980.673266272131,18102.825749922227,5695.688235613786,143433.57169929892,55480.402422112245,3945.2566154306905,25064.182312831428 -861,4107.400355570434,4354.761107620168,866.5771021942352,1744.7672587083698,1677.5752264092093,3105.5999813082067,1857.5738959645573,3659.7487084206427,322.25252974645457,1338.4606410876152,2555.078715058953,7427.694290134072,1429.2876233338347,4332.925606050197,1629.2125013717925,4896.907223213282,1223.2058763774835,5560.104417253998,338.0805412011886,1508.77914962009,691.4393793284805,2901.073255832401,1558.5707376920452,6658.392820316552,818.0222815247708,1938.5645467543843,670.7621454368116,2640.2127956375325,838.2262198742478,4719.572516084316,1068.3935061764873,3160.7292290368528,926.8351523966679,4026.5439478834255,1088.1959646653638,5676.180757002198,15879.926416888336,5031.494263068467,128089.90511957339,49878.90913090273,3458.7102231791846,22578.73440615474 -862,3668.5302307326865,4186.85042073623,770.231423708725,1677.4925996347217,1499.567355611748,2985.854394085127,1644.9135152655829,3518.636278997542,290.0203267913665,1286.8523346712484,2300.5223115098324,7141.2975810154185,1286.8911034580326,4165.856851473556,1466.7863683097576,4708.092490295358,1099.0538900291126,5345.718156153733,298.15641358011754,1450.6037096572488,613.9210904444021,2789.2138010772246,1383.4975919856804,6401.658803369887,718.9583175755729,1863.817460388431,601.256965598428,2538.411587011067,754.174632377954,4537.595446989165,961.6688774345023,3038.857970709263,817.3846505236269,3871.2886437808884,959.6902706799159,5457.318829509123,14460.954043319047,4540.112082730863,114158.5997921644,44061.744174330765,3151.974454151061,19855.55853054193 -863,3024.770045885551,3857.852035479195,657.7275788029158,1545.6769623176851,1382.6673233528165,2751.2290371816694,1435.7131297237688,3242.1454714053634,273.1155137686882,1185.7328062366407,2171.68811194441,6580.141786875321,1214.8224326121206,3838.5081192239454,1384.9618345694587,4338.135441131044,1024.009653016527,4925.657140192114,257.23416617825234,1336.616767166674,542.7765089839088,2570.04025904042,1222.1003884656286,5898.6230610744105,600.5677346046319,1717.360607799502,542.3663200068577,2338.945824129207,709.1130989879805,4181.035879535929,906.3346006625966,2800.067647454053,705.1978406221626,3567.086777299151,827.9718809449471,5028.48834780646,14503.14906492706,4359.620396354478,102080.09569390488,37490.66402083464,3173.1286451185188,16633.340802396808 -864,2772.926898032016,3623.8557569273694,595.3478459590045,1451.9246219740505,1354.5635109003167,2584.354478431448,1353.9570315673093,3045.494597329454,254.68923857592537,1113.812716646755,2000.163209181783,6181.026248925216,1118.8729735339075,3605.6851372046767,1278.7833829825665,4075.0077888149654,951.4469874659941,4626.8936236997,243.06131013725533,1255.5448788488723,512.8248610388331,2414.1556240639707,1154.6657767871147,5540.844734643614,534.7912883440042,1613.1948732247001,500.22683071677284,2197.0781180722574,666.5107630670146,3927.437030408076,858.7885218461759,2630.2308047830693,666.343486147983,3350.7267345906316,782.3530331496872,4723.4876507069475,13980.985311299226,4197.422889320421,94725.70241337191,33828.27170803453,3164.379893109721,15060.699102003688 -865,2906.5474579113193,3478.883331980629,621.2297131699248,1393.8403472660725,1404.2779139785264,2480.9673237567695,1411.975263433153,2923.65952260468,263.33186621453166,1069.2546157454908,2067.6453378163087,5933.75416524661,1156.6218580144875,3461.4396282779653,1321.9809665348882,3911.9870174467737,984.8466769562881,4441.794648025486,253.7971149690482,1205.31677985011,534.0509460597594,2317.5772780990874,1202.5714110113772,5319.183125762209,560.7174602173749,1548.6589787603662,518.7756887210953,2109.1839622506627,689.2101565909801,3770.3198303000213,887.8461098894426,2525.0083667182807,695.7752933499664,3216.680841864661,816.9088802679031,4534.5244289727625,14382.100324315916,4334.6330894436205,98452.62431743862,35355.51341844333,3254.2203317153594,15771.633567986182 -866,3021.2651705957674,3407.9891499496835,649.014691265204,1365.4360686882972,1488.275031729979,2430.409103696224,1483.42648894691,2864.0799303583262,279.408694009706,1047.4648849231778,2194.568336912863,5812.833568671624,1227.6214208287122,3390.9009215497476,1403.2545290981534,3832.266862083107,1043.5811038791314,4351.2778447092,266.6117259778547,1180.7543156794595,562.0124228260447,2270.348690720505,1265.4553034526427,5210.7865223730905,584.618484035029,1517.0997394680303,546.9741434779094,2066.202103565733,731.1429721928491,3693.4866298569373,942.1995603939579,2473.552659326716,730.906069895261,3151.1299350428517,858.1558799887215,4442.117938264624,15389.635550531244,4614.079136013287,103750.3724838146,36973.33685719543,3483.812563707548,16463.58978942427 -867,3280.7291194551885,3425.0791360204453,703.7671282160377,1372.2832980566018,1623.1983853999152,2442.596835493737,1614.9865476554219,2878.442383981776,304.4683317424262,1052.7175895256012,2391.550709717686,5841.983087742634,1337.8115554048081,3407.905215567959,1529.293454731544,3851.484466485812,1136.7531849086656,4373.0981247876125,290.56954742852207,1186.6754245563034,611.9124745668247,2281.733770247756,1377.8607648753002,5236.916966211617,635.5938506258389,1524.70751410424,594.5188930513226,2076.5634526239714,796.6851857880822,3712.0082953551187,1026.7372874351643,2485.9567423895433,796.5855408770217,3166.931853513701,935.2700626984416,4464.393752637668,16799.14086747704,5033.141446700389,112951.84677431933,40207.03465214922,3803.2452343053756,17906.712852814733 -868,4012.726986357595,3503.1212149791345,860.7508140477754,1403.5514344258702,1965.9247251208812,2498.252581690986,1963.8380951326237,2944.029081073321,369.16207775501346,1076.7042671993947,2899.27429225508,5975.095488158195,1621.8274756652802,3485.5559784715274,1853.7687330126369,3939.2423964210857,1379.0933748971095,4472.741273338424,352.8473497622552,1213.7143960672395,743.7644332999421,2333.7241739694296,1674.6997007031675,5356.24264341394,775.3967393974133,1559.4487097026822,724.025409909879,2123.8789517691102,966.0569377531901,3796.588193505444,1244.8053991697334,2542.600464964335,967.3178054783307,3239.091922216776,1135.7265957689622,4566.117116072371,20286.791759162956,6089.741156171736,137290.8176700633,49015.567418881314,4591.84463984376,21831.555989002078 -869,5349.958408838165,3722.6917287449332,1110.2204179915584,1491.523985371541,2401.3249414161305,2654.839399336087,2499.8075029112147,3128.5565176657688,443.2499737470864,1144.190515780207,3475.718095232079,6349.605733628652,1944.2848576185802,3704.025528905569,2222.1524021566383,4186.148347928489,1668.281922880629,4753.086154106206,454.3778673958771,1289.7882391218018,936.9930013170421,2479.99859167301,2111.4396105009573,5691.964097767235,1024.2268072640816,1657.1926738329298,894.384344874694,2257.000577884205,1161.071915393728,4034.5527882333263,1493.457739354546,2701.966943065694,1245.6599201990691,3442.1134661058936,1462.5277159598586,4852.314658082572,23342.653464564468,7223.683152056164,171352.242224856,63709.875941872735,5270.639064864142,28749.83416756327 -870,5437.661406808846,4253.130956193628,1131.4535501611886,1704.0483865763676,2487.294150399535,3033.1223898696494,2568.356014354496,3574.338554745614,459.65986806690034,1307.2240349293186,3605.609979236617,7254.348915542696,2016.94518744913,4231.805045224883,2305.49528850594,4782.624623015987,1727.359048526719,5430.344313333691,466.5000370912346,1473.5676995185497,964.2881284387937,2833.3688497804105,2172.759914604858,6503.001180255735,1045.214133588553,1893.3228897339748,919.7858137768383,2578.596275330735,1203.802353143729,4609.428501837731,1549.0105520104732,3086.9650472076332,1278.8923947953783,3932.5736333160103,1501.5459217950972,5543.711697138246,24434.70420865294,7517.825917304608,176459.33239654545,65131.77083672826,5520.195838768695,29346.321784427506 -871,5304.794299123731,4684.92914300797,1103.4579437477662,1877.0515250045567,2429.7882146521074,3341.0594747657665,2506.3294482787205,3937.2224919900546,449.3270025950466,1439.9396681549115,3524.6541654820153,7990.845096947208,1971.6592469595428,4661.438123608916,2253.669481091433,5268.179538136714,1687.8581174144583,5981.658827846919,455.17327178934323,1623.1713367810476,941.2116080703943,3121.0260003625667,2120.7359238581253,7163.216947747404,1019.0658243558158,2085.5420805516683,898.5785949936626,2840.387696211531,1176.7215107546701,5077.399718770388,1514.2105110131033,3400.3684960721466,1247.8404915789415,4331.82730828384,1465.0879220225077,6106.535810409397,23903.304513396935,7349.180779777734,172329.6539995308,63550.39172095906,5400.408587294508,28624.16753292177 -872,5171.625988848876,4774.6028071437095,1075.692113681409,1912.979942037277,2338.815564782324,3405.0102915342163,2425.876573155645,4012.584393226347,432.233185790204,1467.5013798129337,3389.8036112471127,8143.7968999544755,1896.2250824339271,4750.662148973289,2167.2567584865474,5369.017127796891,1625.7241617965146,6096.153038608562,440.6678533869209,1654.2402637266123,910.0208563585335,3180.765182914158,2050.554151799894,7300.327220090032,990.8807947858277,2125.461190182484,869.7850411334916,2894.755214803674,1132.1148729052388,5174.585614899349,1456.4406581993212,3465.454539669968,1208.0744298357256,4414.742292754163,1418.3986398910486,6223.420276445084,22851.16792859759,7052.566084609896,166547.07246522233,61717.338564710844,5160.834084346138,27824.356776128447 -873,4997.785005208499,4747.375807049866,1036.042219610843,1902.0712429967114,2234.034024661365,3385.5933433037935,2330.9623571780803,3989.7027756209054,412.2584931058258,1459.133006186943,3232.459014134035,8097.357192210084,1808.2079564147855,4723.57166961815,2066.617554094709,5338.400501504195,1552.1918234169277,6061.389946041795,423.5344464640599,1644.8070183583616,873.417219531357,3162.6269843180094,1968.1743494335446,7258.69736773685,956.7327733575476,2113.3408244972015,833.0028409528179,2878.247977722677,1079.9417705478188,5145.077727287908,1388.98494270445,3445.692910297231,1161.1038359056413,4389.567384248837,1363.2505257517853,6187.931447050253,21665.29484961968,6713.670010162759,159631.75943128878,59451.71613122447,4891.312768529222,26837.69192148983 -874,4798.406934426508,4783.31025438754,991.0026633749503,1916.4686452020458,2119.983862810371,3411.2200117299726,2224.6190168472735,4019.9021468336546,390.4199135515806,1470.1776633408226,3060.5479292811297,8158.648749361661,1712.042470613507,4759.325935618234,1956.6689687326245,5378.80860894828,1471.5307881630579,6107.270598145575,404.64904719423964,1657.2571031176228,832.4925026737352,3186.5659471125537,1876.1150125691402,7313.640833116969,917.4612531239549,2129.337395582153,792.2127691532396,2900.034382377361,1022.8760259299729,5184.022511133525,1315.259766837757,3471.77449209301,1109.3302205176458,4422.793462068551,1302.4631902739864,6234.769933353142,20390.510196325362,6346.197930246416,151966.18231858825,56893.883739223944,4601.826910799941,25721.920697258345 -875,4615.009949725048,4841.5331531317615,953.4090644201198,1939.796080375987,2028.4035289667067,3452.741700011647,2133.5402666317514,4068.8327708595766,373.6556053842271,1488.0728030404046,2928.8620798713305,8257.956583217523,1638.378612971733,4817.256894996433,1872.391292693798,5444.2799692298095,1409.0056121267628,6181.608865731965,387.8827499914398,1677.4293912144387,798.1647566343682,3225.353125157368,1798.7400537334727,7402.663151769117,881.4611646148377,2155.255889048377,760.1792883442213,2935.3338714801303,979.0108190680397,5247.122916857079,1258.72561300438,3514.033255159966,1063.3660441475029,4476.628116777059,1248.4967097020995,6310.660134744566,19464.577991078564,6066.657765911607,145680.48466189162,54634.78589222382,4392.199220720117,24704.176797489366 -876,4541.324666628305,4784.414925356188,936.2693744530388,1916.911239799111,1982.8626306841866,3412.007808363313,2092.419713845088,4020.830514211526,364.8535602576012,1470.517190257764,2859.5038689485723,8160.532930386413,1599.5802652479574,4760.425067581625,1828.0276016884125,5380.050805962527,1376.6554299605818,6108.681028196867,380.6300407902287,1657.6398346805022,782.2131358016535,3187.3018615116302,1762.8754105580358,7315.329865664262,866.7945643799513,2129.829150680246,744.0840892355001,2900.7041243802664,956.0249967912753,5185.2197237048,1228.99567022742,3472.576273346398,1043.4830132758948,4423.814874286875,1225.15206863637,6236.209808455379,18937.762998704005,5917.324053626739,142671.40043644878,53664.12571529328,4272.4119692459335,24285.590276067138 -877,4505.206200457899,4739.513114126199,927.7186774984204,1898.9209969006656,1956.7776814018596,3379.9860600583256,2070.9178222794226,3983.0949549940183,359.94582213302897,1456.7163627130058,2820.763075959458,8083.946197234492,1577.9090205966152,4715.74840155372,1803.2433147748973,5329.558942387568,1358.7770617045492,6051.350958236037,376.53509562621156,1642.0828581002168,773.8580102539946,3157.3889821415505,1744.040527917384,7246.675376904864,859.769942109314,2109.840669754576,735.791126896637,2873.4809693949624,943.2232701094281,5136.55635297876,1212.4043292698102,3439.986089020792,1032.2568743456177,4382.2973003513625,1211.971473304923,6177.682878835239,18631.068813311682,5831.929111329787,141048.32365814078,53165.19984973314,4202.536072552658,24069.518040923285 -878,4530.019112221544,4657.377234497226,934.1747832794588,1866.0126490027576,1969.2934631971098,3321.410817941343,2081.500331354749,3914.0678207934466,362.31642456415517,1431.471432075566,2839.3912512270194,7943.851209459453,1588.3294511682052,4634.024364982097,1815.0811174143273,5237.197553943944,1367.6521065517336,5946.48089628454,378.75567853658237,1613.6255215076192,777.8459154621734,3102.6713528968776,1753.0751091757295,7121.090313178875,863.4365921680358,2073.2770787032573,740.382928859868,2823.683473041398,949.4247279133186,5047.539704188775,1220.4001592107625,3380.3710449161517,1038.3445192980025,4306.3519796205865,1219.1189694420416,6070.6234815714915,18763.306948523656,5870.661555123964,141894.0322335104,53455.08325675977,4232.482885421205,24197.395670407772 -879,4571.625115892347,4596.555099933539,942.7829243208438,1841.6438107659644,1987.7354955017233,3278.035483383132,2102.5703496109836,3862.952794524076,365.7040160049499,1412.7774024356906,2865.9469816329292,7840.109991411479,1603.1844834511858,4573.507202788176,1832.1320998370145,5168.803365901116,1380.6245540864413,5868.823956972161,382.2596632305009,1592.5526850885333,785.7755855694958,3062.1526048910246,1770.8866638791967,7028.093784991249,872.5354188788765,2046.201509961549,747.6012352854005,2786.8081143329637,958.3000079647719,4981.6223168597535,1231.8123914609812,3336.2257304575787,1047.9505622138263,4250.113992789065,1230.397412119114,5991.3453257144265,18940.25533645412,5926.306503284238,143241.35536199703,53967.03124290712,4272.4119692459335,24428.640928509492 -880,4673.015795050838,4561.725323564512,958.0769474903321,1827.689003157695,1993.4493253512208,3253.196611590293,2126.8543162971223,3833.681790689198,365.5517142912302,1402.0722721987524,2863.679259510456,7780.702615284651,1601.9159404729564,4538.852068751482,1830.5384678573544,5129.637455471278,1382.3262565037448,5824.353734919675,387.6574170047357,1580.4853318921514,793.1413793093782,3038.9495564955578,1787.791533244133,6974.839352158422,889.0050298101133,2030.69669397469,752.2950466086517,2765.6914516811853,958.1259615332393,4943.874745585412,1231.0673630693013,3310.945929915187,1062.7483021966354,4217.909327187677,1247.7714196692384,5945.946714513776,18730.944651216436,5904.293005695603,144398.64018988586,54858.686992944204,4222.500614465022,24891.82337585037 -881,4735.1821515997435,4776.617217897791,964.7819776473582,1913.787030610554,1978.6579245915577,3406.446869533702,2133.005481333854,4014.277307481179,361.5051055754568,1468.120520436883,2830.7941194543387,8147.23277781007,1583.5202944222929,4752.666459134457,1809.4394515274612,5371.282322678631,1369.760055808402,6098.7250130189,389.4900011317086,1654.9381897136911,793.6231677177734,3182.107151628515,1789.1457359024407,7303.407237057823,898.9808336768858,2126.3579248537917,749.8637562816923,2895.9765155632704,947.767819506789,5176.768778888398,1217.183732858272,3466.9166191715444,1067.772263003631,4416.604877917836,1253.6700456143944,6226.045945058457,18301.49300356132,5818.025441780101,144174.0866957229,55279.81123912868,4122.677904903201,25147.28663327296 -882,4763.008872140142,4940.564068738836,966.0399015522911,1979.4735494451363,1960.1422558616398,3523.3656451736665,2131.131114469954,4152.058522291155,357.1147566735939,1518.5105192584072,2795.527554241598,8426.868573616783,1563.7925009578541,4915.791253006023,1786.9123982014241,5555.639741665805,1355.3789005551043,6308.050297926281,389.3467421616847,1711.7402929937084,791.634311443196,3291.3259612483203,1784.8019196561897,7554.080582294452,904.0552760977116,2199.340470793301,745.1763853688071,2995.374522181262,936.4434818503066,5354.449949498195,1202.209750982811,3585.9108855975664,1067.3795238982023,4568.19509922146,1253.2089311340158,6439.7412401428755,17912.83524600343,5732.293235822427,143480.24225803762,55397.14822534915,4032.8374662975616,25248.02583972845 -883,4738.225237192718,4843.677522210084,958.536500184463,1940.6552377134344,1943.0821014623884,3454.2709578526574,2115.693655906779,4070.634902313133,353.56063197047956,1488.7318870958484,2767.487381381696,8261.614124369693,1548.1070851667116,4819.3905118490375,1768.9747933689937,5446.69130160129,1342.1489620588543,6184.346769302321,387.00378934462685,1678.172343416524,785.4627960652772,3226.781670060295,1771.0040286356643,7405.941873913076,898.7096399330321,2156.210475940208,738.5101529710495,2936.6339636181924,927.1693907247874,5249.44692616925,1190.197837656886,3515.589659714933,1060.956406425837,4478.610865341438,1245.6675571411054,6313.455196562534,17693.638989447714,5672.28229294955,142327.2216863227,55050.800861474585,3982.9261115166523,25107.699684612333 -884,4563.660078174372,4555.617118443295,918.8674580849746,1825.2417055811816,1841.6150614824953,3248.8405421661664,2021.721055101549,3828.548444622516,334.09265484736056,1400.194880548466,2614.2044717963527,7770.284160820539,1462.3620299370232,4532.774491193802,1670.9380303879766,5122.768809169047,1270.3199008522097,5816.5548551564325,370.3389729851774,1578.3690430072415,749.2384743694024,3034.8803664572583,1689.5267873222485,6965.4999583044255,864.252940657946,2027.9775666564144,702.3118831347018,2761.9881575346485,876.3051039108321,4937.254837787885,1124.4684917311451,3306.5125334586514,1015.2704359902261,4212.261495824384,1192.0277178004244,5937.98502028715,16551.05261076378,5344.118323672797,135532.002700347,52799.2546030322,3723.3870666559174,24127.831229974738 -885,4118.806496590678,4321.490875264079,824.2162026875873,1731.4372939479724,1637.4122090388978,3081.873299079326,1810.7358728559448,3631.788348050704,295.9858090255711,1328.2348455897763,2315.2566848127444,7370.946948822895,1295.1333768859752,4299.822196211552,1479.8074577045059,4859.495012275365,1126.9568893052756,5517.625401456216,332.4875826655232,1497.2521262906023,669.8033523690721,2878.90915109318,1510.6384168479012,6607.522917059996,778.5612533297308,1923.7539770551791,625.3577619896598,2620.041656277747,776.5143944926178,4683.515136505726,996.0445420871863,3136.5813611593867,911.5022658651509,3995.7812838870764,1070.1936422382062,5632.814921767248,14518.882587565198,4721.8798705102545,120986.75878974318,47460.64921779065,3264.2026026715425,21734.238701154965 -886,3618.785217560625,4112.187346451902,732.4962057324265,1647.5782864895405,1463.6576044752699,2932.6083866988483,1603.4389269800772,3455.889303233328,266.3230365957179,1263.9042133386442,2084.068963263754,7013.9485768243185,1165.809083614996,4091.568150348964,1331.949449892008,4624.1342343234155,1012.3852659875184,5250.3892784323725,293.23190289230104,1424.7354503101149,594.679117740163,2739.474437045184,1340.8773707123041,6287.49959567245,684.1775299064549,1830.5804618063469,560.4709949907053,2493.144717206848,698.5185470786029,4456.677622876593,896.4055308717302,2984.6667635711083,803.8842887530116,3802.252905089306,943.8395132261043,5359.999804415016,13221.314726370776,4258.784553923568,107745.27507182692,41876.11509833478,2974.716744942262,19110.707323664272 -887,2981.25434748184,3783.3839049843778,624.9843368558023,1515.8407548441633,1349.5288687169989,2698.1220540527725,1399.5361144554618,3179.562326736414,250.4974439207324,1162.8446019885876,1964.6187071689515,6453.125288380047,1098.9897047699812,3764.4133844080525,1255.9592891129676,4254.396398481574,942.2973090686129,4830.577164258565,253.02111740225223,1310.8160493258808,525.6137325530552,2520.430763490293,1184.1156252260141,5784.761920778691,571.0394260339065,1684.210390354113,505.06807170053935,2293.797145214173,656.0909569302985,4100.329330239224,844.0871895854792,2746.0179324708747,693.6479250591875,3498.231289536709,814.4111398839779,4931.42342073504,13258.86499348084,4083.507297371008,96267.54772334255,35587.52527280025,2994.681286854626,16011.096116526285 -888,2563.010255009747,3542.3696878290502,540.2453854606782,1419.2766254732066,1226.4690026486987,2526.242649007373,1242.098158192968,2977.013565014039,229.5317285630654,1088.7675089787163,1825.490734720579,6042.039609885946,1021.1627916858566,3524.6076529048705,1166.9892493955065,3983.377109083631,871.6240532365297,4522.853231691646,231.61162716898377,1227.3126798828,478.3979377338747,2359.8708883593217,1077.9682890586798,5416.2532257108605,488.38559280618585,1576.9205516937297,446.1822496090041,2147.674590075481,595.877229633568,3839.1246287272543,785.5451682288725,2571.087399670056,634.9546087488652,3275.38224834763,745.4993924210529,4617.275244113558,12571.634456666896,3809.0087810535942,86984.91312357756,31473.13011838323,2881.1680936357666,14091.048763018323 -889,2695.77333384765,3384.5960212713435,566.0772657912211,1356.063438597223,1278.6226183526776,2413.7262827122972,1301.3429316666652,2844.4203048701074,238.70135031969542,1040.274873523226,1898.091578603904,5772.933100191634,1061.7750385784673,3367.625089936702,1213.4581132760195,3805.9614051435587,907.325787250394,4321.409791127516,242.8977476888958,1172.649378595196,500.59732286901766,2254.764556872101,1128.080333213103,5175.018626916312,513.9884626459623,1506.686059182758,465.11123608358764,2052.0192732932587,619.7504139333693,3668.133788576545,816.8476730949543,2456.5736922272654,665.895085816473,3129.499940107652,781.8265668950984,4411.626339858062,13018.098159578307,3957.518758742373,90862.35964578413,33028.932583641064,2982.747737962669,14811.753599235477 -890,2768.0765657507295,3314.9364811395844,582.5229456171676,1328.15382843149,1327.377912691545,2364.0485481168043,1344.4476342760252,2785.8783077947037,247.7769029281228,1018.8646169239665,1970.6410324090039,5654.118369439897,1102.3585383321595,3298.3148344063984,1259.9355238447902,3727.6295984595995,941.2175989505283,4232.469363118105,251.13192537493958,1148.5146765700927,517.5912334306502,2208.3584684792822,1166.3736390288973,5068.509780525578,528.8713355450718,1475.6764328208565,481.05861926341447,2009.7859556326707,643.2334126009378,3592.6386596902244,847.997943370208,2406.0141002922583,688.4687758117337,3065.090620561037,808.3303073897578,4320.829133888343,13578.735233421712,4116.653995274339,93993.52701234902,34034.72061284186,3112.030921651453,15253.69651668736 -891,3001.909876497524,3341.968543747066,630.601023448968,1338.9844243257994,1444.8478144661738,2383.3264765849394,1461.2356520989272,2808.596099602058,269.4130906891284,1027.173075402715,2142.847443216941,5700.225582239422,1198.6892267668786,3325.2113537243827,1370.1145786204556,3758.027018517683,1023.0761104431016,4266.983561944843,273.2795072176882,1157.8803826158332,562.55888200488,2226.366802792576,1267.7620018620667,5109.841575114506,574.2087505672904,1487.7100201753526,521.8076715769421,2026.175005645968,699.3746256546267,3621.935279316981,922.0772546010775,2425.6342420849073,749.185542649332,3090.0852839653053,879.6177855236525,4356.063873476279,14786.335126474145,4480.575452799417,102140.2552532441,36956.22068400634,3389.0663152702773,16568.328598805434 -892,3684.1256453775263,3457.2446848015893,774.5321684983154,1385.170663169127,1759.2512365329696,2465.53571209909,1784.770972815033,2905.474366379489,328.5385641019703,1062.6038542318809,2612.773878495954,5896.846226527139,1461.5617691520094,3439.9094809001253,1670.4032428796613,3887.654466233761,1248.1220680101253,4414.166694438537,333.22404224251574,1197.8197119552506,686.960178076531,2303.1619521897833,1548.0263903027217,5286.097817645958,703.0091579593552,1539.026323093535,638.8073631245392,2096.064842337881,852.9315409222947,3746.868448700067,1124.3529319984766,2509.302819863844,913.5212422364341,3196.67309363556,1072.5641198083583,4506.319696338795,17972.37434658871,5453.357041449123,124758.78508680068,45230.58656742979,4118.592851799845,20272.629207397626 -893,5020.263167749039,3680.7140617513105,1026.0526063839666,1474.7053224971814,2228.4453314162997,2624.9030059016372,2340.028314509932,3093.2784142828764,409.7660895073377,1131.2884406290968,3254.0156085930416,6278.006564412209,1820.2665178516193,3662.258344965067,2080.2404014119784,4138.944670014903,1566.4873165094132,4699.4895948669755,441.1153421879981,1275.2443807689642,892.4084907204151,2452.0337311335097,2012.37558901183,5627.780600758665,950.777277487714,1638.5059043458728,816.1130044406692,2231.5502785937024,1064.8020277248977,3989.0585260829253,1401.182806062225,2671.499131914963,1209.3012036384073,3403.299644451321,1419.8389934406346,4797.599182371147,21604.962905264998,6731.943708359971,160840.74209277882,60338.34230231822,4940.464519535689,27336.032495404095 -894,5106.523489578277,4186.200610205577,1046.7554244066976,1677.232248237658,2312.6593179138804,2985.390981392219,2407.5306257252196,3518.0901771123854,425.8521266057881,1286.652611701848,3383.0933315816583,7140.18923227965,1892.4714134692817,4165.21029920174,2163.046733570763,4707.361781583069,1625.307496859591,5344.88848621029,453.54710682063177,1450.3785720307235,919.8742449872475,2788.7809075372,2074.11848590542,6400.665248576652,971.1344505417113,1863.5281908680827,840.6224100130506,2538.017618654279,1106.3226590668155,4536.891199880002,1456.5139375991344,3038.3863317176365,1243.3824211699118,3870.6878092931147,1459.8537072683998,5456.471838838765,22681.941597140554,7022.943439779967,165906.15706677883,61756.92019302469,5189.796373792631,27934.540845790332 -895,4971.370420202036,4629.565403034848,1018.1212029515893,1854.869632947213,2250.465719988462,3301.576796938774,2342.3106673095667,3890.69470990221,414.5502424557916,1422.9233071959218,3293.288976643614,7896.413984627579,1842.2356801128385,4606.351986700858,2105.564191807471,5205.923287683828,1581.7809623702854,5910.971098354338,441.27633839513396,1603.9896516203464,894.9820633945817,3084.143548854989,2017.9923767067658,7078.566258620541,944.6793540554165,2060.8963696078877,818.3385230937907,2806.821663292846,1076.9654153390563,5017.397992129731,1417.8542464735754,3360.184939078483,1209.742568715634,4280.636318327838,1420.3571996121852,6034.3723581086,22076.617292613657,6835.000965943527,161474.67041225563,60101.06344653313,5051.278676983219,27182.74379456588 -896,4841.691670171652,4761.541642581111,991.2261964011873,1907.7468898155264,2161.324153665258,3395.6957157356746,2263.3586827138815,4001.607768112561,397.7877952819491,1463.486956458409,3159.25925758349,8121.519136594654,1767.260683263426,4737.666475277414,2019.687964225381,5354.329913157666,1519.933210376909,6079.476707350825,426.49728447996273,1649.7150068239266,863.7168446746784,3172.064040815622,1947.602908895716,7280.356810187087,917.5033724234196,2119.646884888889,790.6054311506218,2886.836467264628,1033.5992058518416,5160.430277379265,1360.3123227262233,3455.974615610293,1169.2263454539263,4402.6655446106615,1372.787153803218,6206.395799298786,21035.91782247904,6541.171579744754,155755.22303272228,58285.636660951175,4811.181335846905,26388.38654070833 -897,4688.406015114336,4756.798037683322,957.1178496477347,1905.8463294152261,2071.810397126447,3392.3128116181265,2180.9222368091127,3997.621234415555,380.8327283022078,1462.0289824626711,3023.978691985932,8113.428211250368,1691.5859743213455,4732.9466556090865,1933.1702380498105,5348.995753024885,1456.443881662881,6073.420132054478,410.9669112877518,1648.0715062995703,831.4045698509054,3168.903925951656,1874.813077661679,7273.103878507646,887.8358838993483,2117.5352227215726,759.6620391344061,2883.9605055209,989.6740554202444,5155.289286461625,1302.1796422785535,3452.5316596637067,1126.6504085093206,4398.279463923269,1322.7988007987362,6200.212783015176,20032.73604519538,6251.525337438617,149753.67291180397,56282.31526093889,4580.318507831219,25507.993808465304 -898,4503.911455351987,4815.410824006564,916.1225550681983,1929.3299759324861,1967.610379616005,3434.112548414563,2082.841312989643,4046.8795206320056,360.93908181327765,1480.043956331355,2865.326032776863,8213.40105649788,1602.8371303502938,4791.265547604683,1831.7094474563057,5414.905539951359,1381.7962528952773,6148.256203216491,392.85592018445726,1668.3788774090672,792.9589881331084,3207.9508409602963,1788.2684295665083,7362.722331963225,851.9070416213514,2143.6272784611865,723.0241340536894,2919.496376402038,938.1204502258314,5218.812241816912,1233.9897163878652,3495.073407040615,1076.9998041307397,4452.4746204900575,1264.5040898263967,6276.611180451972,18868.43263746289,5913.9164259149675,142663.79072649893,53893.26675155208,4312.517627333023,24459.976895586948 -899,4318.656667785224,4874.348518746707,877.9296016132273,1952.943799410979,1871.2568591831769,3476.1439938050003,1988.4570489779016,4096.4108604396215,343.1776977177137,1498.1587926533932,2723.8768846225134,8313.928081488753,1523.7117728430744,4849.907718871958,1741.1915698368475,5481.180684777907,1314.7784802726492,6223.507113374113,374.93159198399934,1688.798818423741,756.5181007855339,3247.214204838477,1706.1092870907632,7452.83756763415,815.7486005683915,2169.863970363928,690.0571251617752,2955.229233372312,892.0509044593766,5282.687324142371,1173.1569767566543,3537.8509762007807,1027.860929115176,4506.970197214773,1206.810199643381,6353.4330773318425,17862.880111842584,5613.409680784611,136050.99082586193,51552.17218188151,4081.6547993173367,23408.79274865951 -900,4243.424849557282,4817.490213922767,860.4627701119012,1930.1630988878487,1823.5528628461357,3435.595466334812,1945.6395684849401,4048.627043486201,333.9408816861219,1480.6830686710518,2650.0937143060546,8216.947766001764,1482.438143376354,4793.3345111115705,1693.9990468697783,5417.2438035779705,1280.3673218606014,6150.911142206838,367.09640679933005,1669.0993165036496,739.5241902239014,3209.336097768939,1667.8829888261564,7365.901701519102,800.8657276692819,2144.552939242756,673.5786203091585,2920.7570728508676,868.1390267248365,5221.065828467524,1141.4666946446923,3496.582649068888,1006.3810621317416,4454.397287354085,1181.5907153451437,6279.321545667644,17301.879560141275,5454.72124880797,132885.30534075922,50537.85140224723,3952.371615628551,22971.12672464282 -901,4206.675735971157,4730.480764768615,851.7946328366315,1895.3021193000664,1796.6973057334462,3373.544635763662,1923.4454613954865,3975.5041530927206,328.8700397835666,1453.9402186690709,2609.5181096398246,8068.540178834901,1459.7405218835497,4706.761341908638,1668.0423045690643,5319.402110423964,1261.6221769653482,6039.818567751194,362.73315597991177,1638.9534509878588,730.6980868723546,3151.371773272672,1647.980091818417,7232.86499130004,793.7521472688383,2105.8198309976874,665.1611982882333,2868.0048195536237,855.0265125340626,5126.767336605593,1124.0522629421957,3433.4303193893807,994.4193732874438,4373.945716707129,1167.5465118022717,6165.909730699897,16981.873180789556,5365.590569534837,131197.11590319796,50019.70537817926,3878.495510663532,22746.482680264817 -902,4226.107145243169,4642.756532224837,856.7698342627428,1860.1547564585378,1805.0796870459587,3310.9840570739357,1930.702882018521,3901.780557511898,330.4199612497433,1426.9776759192505,2621.8210147012596,7918.91342203494,1466.6226542545498,4619.476973359715,1675.8360105228146,5220.756646900656,1267.6014838166243,5927.813366819879,364.42245743682804,1608.5599369218696,733.4206892757165,3092.931271341154,1654.1772356389563,7098.735383337119,796.3419114350602,2066.7685299279165,668.2740156568784,2814.819206031844,859.0551794489564,5031.694181804121,1129.3508915820596,3369.7591927664394,999.0505300162577,4292.833235700128,1172.983946982623,6051.566236675286,17062.730453066786,5390.4066553105595,131787.0627732992,50236.12080975075,3896.9645369047867,22844.167357319646 -903,4264.9699637871945,4599.349279542515,864.6779337642063,1842.763319500476,1822.0369633436069,3280.0281539170505,1950.3299659688792,3865.30102786279,333.5198041820967,1413.6362094605352,2646.4268248241283,7844.875881299419,1480.3869189965492,4576.287371912597,1691.6357171565126,5171.945406984887,1279.6690192430465,5872.39153048596,367.8010603506606,1593.520774917144,740.9302003443407,3064.014043333976,1671.0551562473256,7032.366061928445,804.7669160319487,2047.445366373729,674.8156461382952,2788.5021748278136,867.1125132787436,4984.650573281088,1139.9481488617864,3338.2537740041735,1008.3128434738856,4252.697575841219,1183.8588173433263,5994.987378202754,17224.391975643066,5441.712608277529,133042.31569218976,50718.41063473974,3933.9025893872968,23062.946986058625 -904,4365.9196525983025,4584.143745901595,880.2563227964735,1836.671109941278,1831.349991311961,3269.1843202774985,1976.5028514285837,3852.522271295448,334.1290199825272,1408.9627020505666,2650.196494462504,7818.940576787428,1482.4956376541904,4561.1580813641185,1693.9111885845298,5154.846859974182,1284.0301777913596,5852.977295657866,373.59928496844105,1588.252565812373,749.247037283622,3053.8843563325136,1690.0929287321721,7009.116929881539,821.2238961291341,2040.6764741883026,680.4898141310493,2779.2833351507056,868.9193979893016,4968.171226448834,1141.7711638263488,3327.217445389531,1024.2084592882622,4238.6380791333395,1202.5218395003371,5975.167839238489,17073.61423041662,5433.814009586284,134384.48466882494,51640.994446212695,3896.9645369047867,23534.140204708987 -905,4441.359127469785,4711.3763805500685,890.8595104026292,1887.647806409291,1831.138450825803,3359.92033495685,1993.4270132474253,3959.448795808792,333.0270508936164,1448.0683773173157,2640.4295425280848,8035.9548034102145,1477.0320942278033,4687.752750272346,1687.6070767517645,5297.919325315238,1281.9356940797813,6015.426329358005,377.30921562793077,1632.3344204915966,754.1531697322407,3138.6447334291797,1701.37200552286,7203.654549768644,834.009286638616,2097.315327301987,682.8360388264944,2856.422177378759,866.2687367179946,5106.062520780727,1137.7555383143392,3419.5641659747544,1034.3790953619987,4356.281224728769,1214.4631702805743,6141.0082641450645,16841.567959137046,5399.236432715487,135028.26116927905,52288.300018427086,3841.5574581810224,23877.97671041784 -906,4480.325774335579,4804.0391617811465,895.3357879565075,1924.7738353227794,1824.1379587118515,3426.002842021507,2000.1074378607238,4037.322756181886,330.9575012657186,1476.5488111474249,2623.260291525516,8194.00499125029,1467.42777252325,4779.9509047982965,1676.658465985546,5402.1181622938,1275.7504084443908,6133.737007373479,378.6251912791736,1664.4389765882827,755.6187917443589,3200.375218706577,1704.7763153942713,7345.335156812723,841.3855500406904,2138.56507167577,681.9955334851991,2912.601943533452,861.0448010448583,5206.487941315707,1130.4998417820805,3486.819740699259,1037.9867933647777,4441.9600373523035,1218.6989638822772,6261.788872475974,16606.70605987324,5353.905630184926,135021.10417526978,52586.63386920222,3786.1503794572577,24049.82531617238 -907,4439.4530791554225,4655.362830046293,883.7347526058858,1865.2055629548838,1793.2495372660605,3319.9742444369513,1973.5088795152612,3912.374911835792,324.65926474331565,1430.8522933889258,2572.8492148205687,7940.415342354819,1439.2282780855019,4632.020061092472,1644.4090074364112,5234.932366150064,1252.2595944521545,5943.908929921984,374.16860900833683,1612.9275977043708,744.7581880767503,3101.3293883815786,1680.4388490931728,7118.010305848546,832.7640308955066,2072.3803468378583,670.8955459529569,2822.462176103287,844.7613780731341,5045.356547030909,1108.8668051131372,3378.9089699894644,1025.7692398389709,4304.489400284995,1204.3543499447433,6067.997821173911,16206.85129625781,5244.919132407578,132991.02341598723,51990.85320290608,3693.8052482509834,23805.72738535692 -908,4288.937528538652,4388.616165041642,850.5170005770261,1758.3315379583419,1709.8204287977785,3129.743731814138,1894.3472481978688,3688.200556779198,308.7703289602576,1348.8661859017982,2446.1704047503704,7485.439137781767,1368.365312375338,4366.6109085433945,1563.3981202022308,4934.977067030756,1192.5636881589655,5603.33013036743,359.5295522702932,1520.5087952847691,713.7923114817385,2923.6269618183032,1610.7230579324387,6710.156916140796,803.5226556946942,1953.6354570577666,641.4716062870161,2660.7385038433877,803.5782573555158,4756.263713279323,1054.4127177952062,3185.3015688043606,985.6368135995267,4057.8473588391125,1157.2349197277686,5720.308878089417,15283.111898600422,4975.858770666161,127290.12969194396,50053.96544549249,3481.411446476551,22953.852716900492 -909,3877.621147760205,4156.8292347302595,764.6143362117012,1665.4643893342409,1525.4064022493828,2964.4447708256907,1700.9658980851386,3493.4064227562085,274.54214966393937,1277.625152083104,2174.2899069135224,7090.091972632124,1216.2778528799531,4135.986196722451,1389.5910350244897,4674.333815831031,1061.6162468652158,5307.387482025383,323.515231996549,1440.2023722765564,639.8038687910414,2769.214159839066,1443.9732897612812,6355.756664442046,725.2391916572922,1850.4532354850592,572.925710695405,2520.210285613734,714.6487680382955,4505.059296125205,937.3536207451117,3017.0682932150416,886.9049022603452,3843.530146395326,1041.3139091519704,5418.187939410172,13466.55951405622,4413.529153687677,113956.4381964694,45089.49058596073,3065.8583560483157,20715.60887866146 -910,3385.3797367917355,3992.2325733585612,673.974280390925,1599.5175191025944,1345.7922711611232,2847.0625824928184,1491.7912987106681,3355.079106061076,243.54820184989828,1227.0354302921792,1929.3798720658115,6809.3478280896425,1079.2774232747875,3972.214850579068,1232.9602097448274,4489.2456881315675,940.9120679988475,5097.232527174559,282.7806664620283,1383.175131370014,562.2258859346475,2659.5624566792367,1268.6343834428676,6104.089764412181,632.8589129139633,1777.1814200252013,507.60046106190623,2420.418310638954,633.8539994203403,4326.673878406245,831.667335466504,2897.6023877973926,775.2326151749661,3691.3390906039285,910.1996199959925,5203.645653655393,12040.837390118622,3919.7477795482273,100369.58359969966,39463.60062835891,2742.6503968263546,18083.979381898847 -911,2767.7835653942784,3713.139539787235,569.8820879775999,1487.696830188855,1227.4144519169604,2648.027251180228,1289.8843270669838,3120.528841672394,226.64689880035814,1141.254596072984,1799.8567683992494,6333.31305129179,1006.8233857865017,3694.521236223195,1150.5110085192098,4175.406958918056,866.7097603173451,4740.890038933503,242.03676559612222,1286.478724965586,492.39842704659225,2473.6350738507936,1110.1278963320067,5677.358881820269,523.9224013934462,1652.940423388034,452.6158893544539,2251.2092587075153,588.9517592657398,4024.200383736485,775.0168374757501,2695.033868645826,663.534735627931,3433.281223030756,779.0552827635818,4839.863928913052,11953.130753477262,3718.903890687087,88794.85866098208,33256.44196535944,2733.4158837057275,15039.396602615127 -912,2406.407559516361,3471.2155828464734,521.8855485533701,1390.7682068416864,1145.6606826563386,2475.4990647686836,1165.0346655175047,2917.215533073058,220.55819620422764,1066.8978893561048,1767.9891768627567,5920.675675966845,988.9969470548416,3453.810326522235,1130.238003563262,3903.36467165262,846.7656665469791,4432.004562007539,219.76656820747343,1202.6601610983057,457.27245529024185,2312.469144404542,1030.0948714464869,5307.45920233194,471.7004443805295,1545.2456051544364,428.3810123980521,2104.5351448121332,569.6763817011117,3762.0097308067416,751.225919587298,2519.4430375968186,602.4818228596419,3209.591008896328,707.3731361232428,4524.529958780436,11975.53875762013,3600.260944592017,83376.15053098035,30474.4110834918,2697.8585569565303,13587.535047911539 -913,2545.545258094467,3338.2646306558045,550.6881332655303,1337.5004241404788,1206.242687608845,2380.6850291799688,1230.4454335786581,2805.4833246835606,231.76310435001662,1026.0346566081712,1857.6164316119962,5693.9080062715975,1039.1336121882762,3321.526012673726,1187.6043912760147,3753.8619866542776,890.3729749118518,4262.25445211978,232.26011764235417,1156.597100546853,482.54734785000556,2223.899314233402,1087.0896356683668,5104.178323394272,499.5344335694073,1486.0611869958666,450.576795138647,2023.9293902159122,598.6573874435436,3617.9210783090552,789.3498357516968,2422.945904865013,636.7324211144587,3086.660533795885,747.5867196411832,4351.236035692607,12553.128673838593,3781.9003350700305,87859.94373014024,32204.174123294855,2827.5632952717483,14375.307408235498 -914,2634.841721876989,3271.139340878242,572.4817806322601,1310.6061801301096,1271.1501029367378,2332.814596445157,1285.996375700289,2749.071115955067,244.48852735797246,1005.4033162961496,1960.2967067532252,5579.415817312725,1096.572017335996,3254.737300341884,1253.3657102845618,3678.379931898887,938.0972972624492,4176.549723208566,242.82919077319124,1133.3404315526864,505.1852976044003,2179.181503508279,1138.0338113408418,5001.544324313473,518.5289803187999,1456.1797069932793,472.4081241718687,1983.2325426502716,631.3845628599681,3545.1725015354587,832.8347965479146,2374.2256972200394,665.7071395975362,3024.5944588438488,781.6058994803025,4263.74207937044,13353.055992734377,4002.556455327266,92089.40497072885,33521.05055973158,3009.1499289130534,14940.130451621571 -915,2860.513981125884,3271.7891514088956,620.5445376852114,1310.8665315271735,1386.4981461282903,2333.2780091380646,1399.907077006842,2749.6172178402235,266.41803247155656,1005.6030392655501,2136.3029292131323,5580.5241660484935,1195.0282855945973,3255.3838526137,1365.9829241529549,3679.1106406111767,1021.8194376744906,4177.3793931520095,264.65533345191284,1133.5655691792115,550.0067377233199,2179.614397048303,1239.0506291608608,5002.537879106708,563.6520394700649,1456.4689765136275,513.3408668106956,1983.6265110070592,687.9798866951694,3545.876748644621,907.5734698093381,2374.697336211666,725.5426929955239,3025.1952933316225,851.8587460440484,4264.589070040797,14579.34098996012,4366.643117809954,100248.30375427798,36447.865107160214,3285.8533706521844,16247.707097474597 -916,3518.4306414768616,3288.8141520143877,764.338483689141,1317.6877239879893,1694.5519212953939,2345.4193965197214,1715.1318039720682,2763.9250575671335,326.2040696918262,1010.8357702149173,2615.4176743011676,5609.5628427202555,1463.0406843027417,3272.3234870146493,1672.1569393703107,3698.2551691811504,1251.4934375956316,4199.116700602631,323.63965099111323,1139.4641627647213,673.8113189042235,2190.956184282211,1517.8577037581424,5028.568960719689,691.7338041590348,1464.0478222336665,630.7022274027288,1993.9484605545792,842.4272862298079,3564.3279846500586,1111.1788784960297,2387.0542521729085,887.2459922780623,3040.9371242740367,1041.7143825046562,4286.78017959575,17804.60383349154,5337.225436185447,122867.82231935751,44729.670115812245,4012.199905217404,19930.46441413041 -917,4806.468443530299,3284.070547116599,1014.9755081334553,1315.787163587689,2151.7583848339505,2342.0364924021733,2255.583812901618,2759.938523870127,407.5202937803128,1009.3777962191795,3262.298179777278,5601.471917375969,1824.8997122863893,3267.603667346322,2085.611209642219,3692.92100904837,1573.4980566283498,4193.060125306284,429.6624240620922,1137.8206622403652,877.4852075804541,2187.796069418245,1978.0390842752147,5021.3160290402475,937.9008406191789,1461.9361600663499,807.4666836544907,1991.0724988108511,1053.4944523248055,3559.1869937324186,1387.1012460510606,2383.6112962263223,1177.9034571756977,3036.551043586644,1382.9749395558033,4280.597163312139,21420.282287673806,6596.532715238208,158763.03650429647,59808.50458213436,4816.369282771754,26948.04243498378 -918,4781.869099968763,3324.9435431415745,1006.2653760307518,1332.1632318649836,2141.4853802979633,2371.185089203283,2246.8412802330445,2794.2882598751485,404.69684318566624,1021.9403444533481,3239.664127483465,5671.186905567662,1812.2384308085338,3308.271719323434,2071.3590140520946,3738.882489947709,1562.766132948168,4245.246254494222,428.42594417509605,1151.9817890303234,873.701039090146,2215.0250155586687,1969.6122873100799,5083.810493501525,935.1098726302693,1480.1311744553138,800.3981526001592,2015.8530560984484,1046.2020859392117,3603.484043311544,1377.4842307313288,2413.2773261236653,1174.5136938357914,3074.3434530228915,1378.9950227624895,4333.872763921327,21266.873485688757,6555.505194317457,157864.9561675765,59534.95973270722,4781.781352554363,26849.4097548681 -919,4651.295759762789,3540.3552770749684,977.6015046967025,1418.4695368999294,2080.3595885311847,2524.806071007887,2183.1207522746936,2975.3206507592067,393.2385158961829,1088.148368354767,3147.8613693355614,6038.603732030351,1760.8848090060526,3522.603342743702,2012.5934711233765,3981.11191420189,1518.2242755813352,4520.281257281307,416.31944247746003,1226.614753895721,848.8656369979436,2358.528919644964,1913.637089343057,5413.173208743069,908.7491238479724,1576.0238170224222,777.9960121385348,2146.4532893158844,1016.5967185844476,3836.9414647382046,1338.466807128294,2569.62532016848,1141.324172468924,3273.5196631839553,1340.027248258893,4614.649575500184,20652.17007038231,6367.483801567624,153423.49753908787,57874.7138979891,4643.429631684799,26100.63107006847 -920,4506.243740619874,3785.6582386900914,945.2578170918849,1516.7519834711852,1975.3372941719797,2699.7439962304024,2092.321915870093,3181.473680685873,372.6119465150784,1163.5436314128353,2981.436178777478,6457.0045035797575,1667.788082211021,3766.676314223638,1905.9796693784115,4256.953875430658,1441.5196552988227,4833.481005036723,399.24549646747863,1311.6040299268036,811.8508407648395,2521.9458887808482,1830.37424273813,5788.239357736284,877.4274575289106,1685.222832272378,744.1757342547025,2295.176032552187,963.5475914608473,4102.794191705701,1267.9841045547832,2747.6686666541236,1094.5165884064131,3500.334207329876,1285.070523796246,4934.387883973398,19357.174676995965,6010.034695380093,146572.0505222562,55738.97694940672,4349.432224836971,25182.912057116457 -921,4377.1053675843405,3988.6586248946896,916.258069802263,1598.0855902068479,1903.5764510402903,2844.513819424467,2024.9321429306538,3352.0755536384804,358.7348491308425,1225.936956866439,2869.8900608276967,6803.251926169356,1605.3902058258777,3968.6588224913926,1834.643826530835,4485.226800845764,1388.8456542261797,5092.669354557297,386.28956262009115,1381.9368776998713,785.0562932400294,2657.181548507691,1770.0011638424287,6098.625227505579,851.919963568093,1775.5904418721482,718.5754905719787,2418.25149040885,927.7691033577086,4322.800529552625,1220.6536074898104,2895.008380205779,1058.998380587589,3688.034509663296,1243.36864151368,5198.9872172921105,18553.92482919992,5777.623472630857,141596.1719737561,54026.02281434507,4167.845591195666,24428.177632225204 -922,4251.337391497798,4105.819218379053,889.5143707823576,1645.0268488592822,1846.400781262449,2928.066953096578,1965.4407902784046,3450.537517472019,347.85899080684777,1261.946932888059,2782.795904023758,7003.08678501609,1556.6705324745642,4085.2319531368667,1778.964112090796,4616.973305953841,1346.9113607758668,5242.25853230131,374.9894435434856,1422.529106811361,761.8596995654734,2735.2320904306866,1717.720851232162,6277.762781828652,827.3424479849277,1827.7456272411134,697.1360205816743,2489.283836481893,899.6599012400521,4449.776017601638,1183.6284159736274,2980.0447124328994,1028.0195270006457,3796.36474109652,1206.9964092174635,5351.699315563405,17977.369677120758,5601.194636536927,137391.76660621536,52454.129801819174,4038.140852880448,23721.805818573364 -923,4038.924906473694,4166.251465363717,842.145180619961,1669.239475752756,1722.633935678169,2971.1642391400246,1850.1155971376916,3501.324881550859,323.8397654203056,1280.5211283588324,2589.579419707274,7106.16299167241,1448.5870014154227,4145.361182713388,1655.317123747162,4684.929067351722,1256.079101133163,5319.417668038067,353.1094889538627,1443.4668602177655,715.7718803090149,2775.4911014727127,1613.94444533374,6370.163175212843,784.1581348570464,1854.6476337094305,654.0820074787487,2525.922813411957,837.7632602812514,4515.270855298924,1101.675393898482,3023.907042581518,968.0364502626164,3852.2422260697595,1136.5703556892297,5430.469275375095,16563.418314351835,5195.896322258601,128896.72822406709,49578.28685933974,3718.202498369578,22460.14952728886 -924,3930.5036266273373,4107.443741554112,814.8684430670208,1645.67772608924,1644.656953307781,2929.2254825812993,1783.5660855110204,3451.902769536321,308.0374726740086,1262.446239342906,2462.0895888735663,7005.857651480031,1377.2703581208,4086.8483306806356,1573.7583061034259,4618.800074190634,1197.0308356783694,5244.332703136025,340.895363434424,1423.0919497857585,688.403719941735,2736.3143221812174,1552.4500712099118,6280.246663993008,761.6748781215168,1828.4687996390296,626.8989097104266,2490.2687554631193,797.1193568669007,4451.536631958952,1047.6799103438957,2981.223807624521,934.5518822156661,3797.8668244019123,1097.2561672566578,5353.816788131404,15573.028868402704,4925.030860735193,123724.53098448375,47995.33081860399,3493.380951956532,21794.50728816222 -925,3900.223166887426,3986.384291188976,807.6038939447777,1597.174361579826,1622.6881511540187,2842.8918772468364,1765.519074508826,3350.1641996890207,303.79566500469,1225.237927442191,2427.8628304931567,6799.372710969646,1358.12422307156,3966.395892675806,1551.8622244054266,4482.66932389668,1181.189829967349,5089.765513779138,337.23973568433667,1381.148897098948,681.0886587886265,2655.666423217135,1535.947967956107,6095.147790547985,755.7051929390205,1774.5779999538831,619.9423200393962,2416.872603070836,786.2102983947592,4320.335668086147,1033.1849234118233,2893.3576460225295,924.5301155359876,3685.9315918701286,1085.4896238412045,5196.022754053753,15306.380185887585,4851.382469802815,122316.5942545231,47556.917409352194,3432.8520740760987,21604.607230710277 -926,3921.829319988429,3868.833810125591,813.3644108872096,1550.0768915840729,1633.3756025546597,2759.0606950599627,1774.5419381651539,3251.374573664954,305.8721217229507,1189.108117251469,2444.521732470355,6598.872840731258,1367.4430602071868,3849.434829412933,1562.4410135714356,4350.484392143658,1189.1822505351076,4939.678532459503,339.2610734280027,1340.4215849747773,684.6195514514267,2577.356144330314,1543.9564652650388,5915.41410142148,758.8839101326071,1722.2492523115275,623.9071642103569,2345.603875219423,791.5705977308579,4192.937630405401,1040.260344320595,2808.0383294854555,930.0715373198016,3577.2408585786243,1091.9958000561028,5042.802459737085,15421.441227310383,4884.986852047549,123065.19272506442,47818.46040115171,3458.7930217391418,21720.016923846702 -927,3987.864766965957,3841.151943290604,829.0616653559347,1538.9859468181028,1674.7077394247647,2739.3193583940133,1813.4544947100999,3228.11068526962,314.10231791789346,1180.5999377406283,2510.7997458325094,6551.657289946924,1404.518373636619,3821.8917640946765,1604.907095666018,4319.356270461145,1220.379398177064,4904.334671737104,346.16375642657215,1330.8307434863418,700.3819305202746,2558.914920676054,1579.3512949588278,5873.088761676779,773.3820121060843,1709.9263982425914,638.8960658582287,2328.820860670823,812.7643530628089,4162.936770500663,1068.3568107461037,2787.946553276068,948.9949844551925,3551.645366514665,1114.2137950868712,5006.720737694583,15917.628112867304,5024.765829470884,125907.95316358122,48751.291819047896,3571.203794945664,22121.247355023967 -928,4132.804920804462,3850.0543280207976,857.5283741125216,1542.5527531291282,1724.5408821177884,2745.668098352058,1871.8129702054825,3235.592264675016,323.0529808798271,1183.3361364157597,2581.950189752521,6566.841634298978,1444.3192800784527,3830.7495107767777,1650.2907613953478,4329.366957847147,1255.73812202769,4915.701125014146,357.8078737117013,1333.915122199863,722.3121450572916,2564.845549157305,1628.9388284704298,5886.700432467972,799.8982737126335,1713.8893819730474,658.4321617562246,2334.2182153122103,836.0081398692533,4172.584934719525,1098.7170157726728,2794.4079932791988,980.9168962580519,3559.8767809301116,1151.6932708258414,5018.324484409537,16306.977171333396,5161.2932543261495,129861.98424648447,50417.60387764184,3657.673620489142,22895.57301991867 -929,4220.882479874833,4086.714827857358,872.2180007145279,1637.3725334431033,1737.1329924605266,2914.442647794672,1898.871112046703,3434.4821548909135,324.52044152320394,1256.0750895989952,2592.7977706269958,6970.501398840444,1450.3873174330831,4066.2233552290304,1657.1740471124074,4595.490513757255,1263.1960422145883,5217.86628586034,363.3556906192915,1415.9100741312686,731.5043215332456,2722.505046388136,1649.835767426598,6248.552330659793,815.8706489486449,1819.2411207395046,665.1214828695893,2477.701190485543,839.9902383932424,4429.071194945589,1103.5223487846933,2966.178554443384,996.1260287054447,3778.700243290078,1169.5502937414228,5326.79784079278,16238.688652840945,5171.205533961398,131325.5216929165,51300.396433308284,3640.3796553804464,23336.00760042477 -930,4237.620682277758,4218.171221500358,870.9329460915872,1690.0415102039271,1711.8878836029783,3008.190838235284,1890.965541661324,3544.9583337120107,318.59359408082133,1296.4789612608854,2544.251442881947,7194.7198761192885,1423.2309464784978,4197.020604496751,1626.1493083540797,4743.312575096405,1242.7034728868673,5385.7081621211855,362.02234929267274,1461.4553201071608,726.8262031855058,2810.079225196373,1639.4510617019364,6449.548042246736,818.7404062056341,1877.7602215265908,657.9909305274317,2557.4008213004895,824.8991084347205,4571.540085240266,1083.1169548966934,3061.590921611849,992.4707233534635,3900.2488043139156,1165.2586044120314,5498.143692732998,15749.327530325769,5058.970202476944,130136.03240894282,51265.819815919866,3527.968882173925,23373.055323415458 -931,4194.127810001188,4064.6213139371766,858.1853067831339,1628.520603620754,1677.9257897146313,2898.6866477014673,1862.2015758313828,3415.914727875831,311.4394415840588,1249.2845222005358,2486.4816777817086,6932.817617081033,1390.915069173415,4044.240621888074,1589.1894537854253,4570.646467154427,1215.824693698287,5189.657564117761,357.1194792734089,1408.255410116225,714.7809314195124,2707.786695420722,1612.4655689765175,6214.7715351520255,809.2820110370006,1809.405976689021,645.5799484863809,2464.3062931051595,806.5092237770406,4405.12684105234,1058.66080753036,2950.142860752299,979.0296886658703,3758.271911502344,1149.4775028103668,5298.000215511143,15292.612621870574,4936.397543183146,127866.54510677789,50602.49684803393,3424.2050915217505,23104.031568745162 -932,4125.830922520042,3786.2430700586247,845.9707060077153,1516.9863004861638,1662.5623452648035,2700.1610690025477,1838.2410158289354,3181.965173971668,309.0471985987014,1163.7233826664885,2467.8410377385894,6458.002020667238,1380.4876659205815,3767.2582131497365,1577.301902741386,4257.611515398076,1205.5724116700148,4834.227710400157,352.334995458128,1311.8066544458256,706.2144600511734,2522.335494226588,1593.0558449143832,5789.133559941434,796.6438658188276,1685.4831756824642,638.6946978515576,2295.5306052197416,800.2181386036672,4103.428016153303,1050.6255898783222,2748.0931431190543,965.9132053263681,3500.8749601172976,1134.0774565305746,4935.150178041458,15249.269610712096,4905.529263949586,126429.60865631093,49873.48781443514,3415.5581089674024,22751.4444065057 -933,3734.9866539610666,3613.523792811627,761.7605509416007,1447.7850441047267,1486.994343949669,2576.9862332460625,1653.846258773744,3036.81159695502,275.50810483943417,1110.6371286013277,2199.3168680375065,6163.403543805047,1230.2777056333514,3595.4049792875053,1405.636405488974,4063.3895465146406,1075.891562923069,4613.701901375753,317.62825560728095,1251.965198667294,634.2931043147901,2407.2726323141014,1431.0153468360293,5525.04724908978,720.0425946682956,1608.595498233023,571.6957446389036,2190.8140353388285,713.5225633888151,3916.2395266477665,936.4590585947058,2622.731761743293,870.765976785614,3341.173487798932,1022.3652174345451,4710.0205294466805,13480.596688091438,4363.186882940028,113426.35988553477,44997.89628353441,3017.7969114674015,20563.73996176921 -934,3272.3803775956885,3553.351462475446,674.7176791139173,1423.6765547395942,1322.1745163727574,2534.0743068856664,1458.4723671680476,2986.242667273629,246.57965923537245,1092.1428199935442,1969.2066343002703,6060.770663741883,1101.5561491722233,3535.534363093858,1258.46817564768,3995.726060096244,961.6086595155717,4536.874623959035,279.083325530527,1231.117497690903,560.8149702705232,2367.186773649215,1264.948963728541,5433.044266057929,630.8021454436372,1581.809196205755,510.08417279408536,2154.332641165697,638.4309036333826,3851.026379596726,838.3030226062269,2579.0580817014584,765.0964933693898,3285.536329627103,898.2988123737714,4631.589356044183,12197.43227937216,3913.180720414024,100568.39250619918,39570.17877807406,2732.446487173923,18026.006199731248 -935,2688.2694160798537,3319.1602401341097,574.3068695271105,1329.8461087243004,1218.3958112087705,2367.060723878064,1269.90105287316,2789.4279621024557,232.29251909671544,1020.1628133191075,1860.119593438447,5661.3226200959525,1040.53385797979,3302.517414765891,1189.1055002714106,3732.379194457693,896.1201398120081,4237.86220567881,240.5387934750183,1149.9780678667607,495.3225092539055,2211.172270190852,1116.2273736398965,5074.967872225416,525.0439932421316,1477.556680494258,459.2342804441253,2012.3467442195629,600.3894815306477,3597.216255653007,790.7863562187497,2409.0797468754986,659.4281011135148,3068.996035989444,774.2336884429656,4326.334560921983,12300.6271744822,3763.8246007386183,89790.91810808008,33571.417636207836,2767.0344173913136,15073.033560801592 -936,2453.2436405900644,3090.3624332212157,549.7447115049018,1238.1765745063706,1224.1089319704004,2203.8934576809165,1214.9524315055576,2597.145892513445,241.45255396615136,949.840503609809,1956.4954174411323,5271.073850530077,1094.4456109225794,3074.8668383780673,1250.1091196840239,3475.0971976642113,930.1519595102901,3945.736032638374,235.52407412964942,1070.7072761934996,497.2639773656629,2058.750775136479,1119.602023139636,4725.137964865578,490.32948145382727,1375.7050964704258,457.09402918107816,1873.6307773739443,619.2406962219379,3349.2513697360905,828.053779413414,2243.016006987751,645.6804356839165,2857.4426575269513,758.0925720800681,4028.1097727537526,13301.406134717883,3947.594816385288,89730.86188056033,32378.593729622087,3008.4900387449015,14328.225621262061 -937,2525.683068871723,2952.8628136191205,560.6805442975898,1183.0863345511193,1228.1368087466424,2105.835537736942,1234.9456653551363,2481.590976225029,240.9615906722307,907.5792120133802,1951.4580767415746,5036.54775043541,1091.6277686878334,2938.056664898387,1246.9100253930374,3320.479558767702,930.4276934742488,3770.1782411942986,239.85562534367182,1023.0682544402014,503.6303508567655,1967.150694384229,1134.1571111395397,4514.902212012726,504.1021935072899,1314.4957944753266,459.9767412833785,1790.2672481016953,618.2034313673007,3200.232994305449,826.1456833172459,2143.217405889448,657.5552212462519,2730.3063468401747,772.0347425909569,3848.8869231892095,13114.902061227249,3925.6235841492703,90580.57820745862,33081.32706083856,2964.2475381751237,14696.730244124137 -938,2693.7116650920493,2885.542580052047,605.1518445288727,1156.1139848690905,1363.6748365521776,2057.8260807447487,1345.798133819441,2425.0149364012705,268.8362985552149,886.8879546168074,2178.9861901837476,4921.723055780711,1218.9049107135306,2871.073986257845,1392.4655811069601,3244.7782906898387,1034.955900996058,3684.224610495274,261.1239803316194,999.744043939694,551.4461134253149,1922.3030151771923,1241.5838630464905,4411.970145530209,540.5878975660389,1284.527533336044,506.16843196958337,1749.45220964687,689.344709702759,3127.273142715985,922.0924902739919,2094.355706089497,715.8616205629469,2668.0600209589975,840.4922113075079,3761.138868844354,14900.473867457673,4408.250276244962,99498.41758031625,35734.57274311372,3371.278543417082,15803.02031509304 -939,3072.6131312010607,2875.8604264669584,697.5744172879745,1152.2347583968303,1617.3910775321485,2050.9212482522707,1567.9694426340795,2416.878037911993,320.3580839681792,883.9120895407807,2598.545324258722,4905.208699396311,1453.6024462750468,2861.44038061249,1660.7558266158446,3233.8907571018044,1229.5686047398992,3671.8625581147703,303.87372895181113,996.3895013846411,645.463435038841,1915.8529169673477,1452.9671263788466,4397.166214769611,619.8981522282483,1280.217427864715,594.7638879677091,1743.5820952702288,821.0447844609695,3116.779886064838,1099.2247882754316,2087.328302041348,833.05845666756,2659.107608655072,978.0928663871141,3748.518738254446,18051.688575330758,5283.977622264091,116825.2739605944,41276.36245394606,4088.0070526474838,18170.142998510277 -940,3728.3826680191323,2893.340293813593,844.7842281921969,1159.2381965830505,1933.7457032775997,2063.387024069453,1886.4745521956208,2431.5681484287948,383.07116800796535,889.2846263749972,3106.389076083801,4935.023219108013,1737.685588134047,2878.8326009765556,1985.1183566481752,3253.546781061594,1471.6404970429035,3694.180633721023,365.19843259672433,1002.4456910903355,775.6058835841571,1927.497729259366,1745.9329742107684,4423.892783774109,749.8154615395805,1287.9987619684068,715.4492161152199,1754.1798222853513,981.9491534068644,3135.7240943635707,1314.2291325412664,2100.0153648392393,1001.1778368793597,2675.270023156119,1175.4816152443916,3771.3027404570694,21457.916746418414,6301.248110183075,140318.94765195297,49833.21186923889,4857.826562561621,21955.740430611528 -941,4495.180739541234,2878.4596622864237,956.7228659970432,1153.2761614596827,1952.4170415095189,2052.7748945288076,2074.335144966867,2419.062440155442,373.5043950984041,884.7109794810743,3016.9411141104847,4909.642083588425,1687.6492177367666,2864.0265834282122,1927.497993185643,3236.8135848631027,1456.8023933776128,3675.181229840759,407.9067086709669,997.2900497069114,832.4554431888953,1917.584486928386,1876.5816178864388,4401.14042430509,886.7061375273257,1281.3745031401997,742.2891831913132,1745.157964875894,959.9128332155406,3119.596867670306,1278.8932886061457,2089.2148534329654,1118.260977551197,2661.5109407780847,1312.9487806620791,3751.9066927200865,19134.335625033644,5977.856075261141,148003.71541434218,56946.66969724297,4309.219555496374,25720.894741762717 -942,4464.593314994026,2851.947451885354,946.1801765237844,1142.6538481982661,1936.4843658199134,2033.867698912055,2061.2051545251284,2396.7815330345193,369.4364110807547,876.5623005402315,2983.9113679722127,4864.42155622809,1669.172680368641,2837.647309690608,1906.6094122076233,3207.000736027567,1441.3607110161033,3641.3307717974444,405.79603533110156,988.1044550726893,826.5857074180034,1899.9224699665467,1863.4781957429757,4360.603479333228,882.5102612041024,1269.5723330855274,733.2692738898496,1729.0840918409178,949.4938793961553,3090.863649829588,1264.928120948106,2069.9720255785505,1112.4746455734285,2636.9969484608855,1306.1550557023172,3717.3495505979126,18900.2841046459,5915.407800537017,146721.53665779188,56563.34645395323,4256.12855481264,25577.89661022374 -943,4365.243988408507,2968.0033680979213,925.4773377006369,1189.152509728232,1900.8269858074818,2116.633031455732,2018.2942728166713,2494.315124193009,363.11667417364106,912.2327477076016,2933.169192509057,5062.372223299114,1640.7879723191086,2953.1213021011486,1874.133579480169,3337.5050370335375,1415.690442358948,3789.509511442383,397.2431374373484,1028.3139504374694,809.8870898809726,1977.2370932914068,1825.772734150126,4538.051991471547,862.504455961212,1321.2357605504912,719.5103924642691,1799.4466920895704,933.1881836572869,3216.6419184761426,1243.353673096818,2154.2065719773946,1089.027196055556,2744.305761847702,1278.6254352719054,3868.621765551177,18622.31218364871,5817.281178378145,143880.69749466263,55352.53129121547,4194.189054014952,25013.5937146018 -944,4257.907409787371,3181.465676742503,902.727216088811,1274.6777630973893,1826.872106580812,2268.863779676707,1952.9904968396177,2673.7092147187745,348.59951555465824,977.8416046381274,2814.907646238171,5426.4640143054585,1574.633546858522,3165.5132749775103,1798.3811192064481,3577.54234223871,1361.2688134037753,4062.0555124469224,384.4003367905281,1102.2715046071216,782.4611398570587,2119.442320956688,1764.0472611349826,4864.434051970846,838.8649552892911,1416.2605973624632,696.132072318835,1928.8650240581287,896.0885051572543,3447.9866054064983,1193.4343608946722,2309.139653622218,1053.8191386725307,2941.6794743735263,1237.2877002185444,4146.857613334752,17727.887351528694,5566.88844056914,138944.8067378455,53754.83128859016,3990.6735513939725,24317.302566027276 -945,4131.028476781726,3413.7724529571483,873.5448753751721,1367.7531918289803,1755.1335199848675,2434.533469021443,1886.3120864142918,2868.9402281310186,334.4444007325267,1049.2424160574185,2699.9460332613353,5822.697854143333,1510.3250738483298,3396.6552261072907,1724.90395046224,3838.7701575731235,1307.216226378992,4358.6618935246115,371.1902463344039,1182.7580368430222,754.8809271796582,2274.2014360883218,1701.9250493016148,5219.6291436492,813.3860908729166,1519.6742334290861,670.4142401953426,2069.7084154446184,859.8406009797345,3699.754417515474,1144.834261052071,2477.750238574883,1017.6041700216448,3156.477352076299,1194.7677519359715,4449.656141263968,16908.518075716896,5330.5218087298745,133893.07063361158,52014.967510548326,3804.8550490009043,23553.631261290804 -946,4036.4027540078705,3596.303848416624,854.7706419629624,1440.8857459722515,1723.4228441785524,2564.7058216070245,1847.5834897549041,3022.3399261328454,328.71983192204647,1105.3444805674096,2654.066316980777,6134.03236143746,1484.660380915237,3578.2713785778574,1695.6113276591602,4044.0258046221948,1284.22032795984,4591.715692137321,363.4576231509292,1245.9990635754436,739.8642126857038,2395.800976598281,1668.010406815636,5498.718100075083,795.1589280790724,1600.929871376289,657.6245361261641,2180.373894902124,845.0529633537681,3897.5770158264627,1125.3093541832511,2610.233353627074,996.405472926514,3325.251405927378,1169.878388843265,4687.5753218690415,16669.46016867994,5244.170684542356,131292.75517668962,50893.83342595428,3751.7640483171713,23032.158901998024 -947,3875.810655182733,3777.6006082800623,820.572866861279,1513.5236342288833,1642.0604375949845,2693.997693222647,1766.983589734099,3174.702034260899,313.14125660686625,1161.0670727916558,2527.8172597502016,6443.261013659299,1414.037815006122,3758.659086122053,1614.8598206713427,4247.893110079417,1224.2730979435892,4823.193123490935,347.4194187546662,1308.8123303461487,707.0840282255878,2516.578022321535,1594.1189988434314,5775.919309140042,762.504772571105,1681.6358991989657,628.8930979752786,2290.2908371567723,805.1026591600561,4094.06154941187,1071.8798437527926,2741.8203577975964,952.4373357395427,3492.883878331344,1118.2554553183634,4923.88522595149,15808.859653850752,4986.6810761063325,125435.72811131699,48758.780298724334,3557.0970458101483,22075.001730352637 -948,3817.3220927283937,3741.1463087359743,806.5608082875438,1498.9179493906556,1606.4434245500527,2668.0002919450844,1734.6133405593157,3144.065778361717,305.93177362676687,1149.8626360998703,2469.1902206847135,6381.082771068528,1381.242386499303,3722.3875745415885,1577.3848211986635,4206.900431412784,1196.8817153283248,4776.6487306037325,341.20737186340915,1296.1821341753687,693.5083909872412,2492.2927421755357,1563.5897165126037,5720.180994142857,750.4950137311585,1665.40791081419,616.0861039992366,2268.189255523767,786.6565463955035,4054.553363780212,1047.1109972613363,2715.361462063582,935.4072416480665,3459.177129424561,1098.2604436700735,4876.369142182838,15380.294429772177,4865.650079837227,122945.1354570746,47933.370634192164,3459.7635445566366,21719.272567621505 -949,3842.0974893632415,3596.3688275787445,814.5284894808655,1440.9117803543365,1632.499549361868,2564.752161527787,1754.73326665092,3022.394534732208,311.7177961138175,1105.3644522831569,2516.5298154964603,6134.143193085748,1407.7237221071996,3578.3360319235753,1607.6594108232623,4044.098873367065,1218.3307675661333,4591.798656717329,344.5913048145273,1246.021576682947,702.5876701907998,2395.8442646925655,1583.8780380515839,5498.817452663167,756.4088112080212,1600.958797486551,625.560429373618,2180.413290591357,801.4002591438634,3897.6474384880235,1067.0504331649347,2610.28051615377,944.6841672034574,3325.31148762773,1109.1524700760347,4687.660018471339,15767.587479767608,4966.102694243673,124652.92730127847,48379.16647575649,3548.248545696192,21889.337590534218 -950,3882.572606496617,3492.26939865698,825.7122802250934,1399.2035739236533,1660.1327260815576,2490.513603654218,1777.0677792152655,2934.909196012455,317.40562594208404,1073.3688996160615,2562.861942168296,5956.586097598835,1433.6414892681464,3474.7585749739765,1637.2054675150282,3927.0395828982137,1239.8419221515728,4458.885810231054,349.16280228522766,1209.954604474143,712.0958875950656,2326.494864868106,1605.29744682168,5339.650308243041,763.7819554213655,1554.6179174111812,635.3560471090459,2117.29969205736,815.9365189212965,3784.8272879590945,1086.6082498492997,2534.7241079863247,957.2167564494507,3229.058004338008,1123.8669670489135,4551.972397346342,16117.649730683546,5062.187411775295,126520.6298925479,48959.542745042985,3627.885046721793,22134.028425437496 -951,3886.5113945493854,3458.154418283875,824.4300776831547,1385.535154619936,1647.7871756868744,2466.1844889701424,1773.1236445259728,2906.238907959273,314.49725127941605,1062.88346600158,2538.8271751296256,5898.397912607024,1420.1966607954973,3440.8146528263605,1621.8966093928789,3888.6774570133953,1229.7077667337514,4415.328230749802,348.25683248327863,1198.13490419562,709.7442205638129,2303.768002306006,1600.0375215913766,5287.488792428995,764.9827277406887,1539.4312998608411,632.0060886005222,2096.6163972730874,808.5756437665178,3747.8543932866587,1076.5348996388059,2509.963113537144,954.7330741396885,3197.5142607528273,1120.9508788319256,4507.505481634139,15886.936738958093,5008.36378405747,125900.27979052057,48911.01328073875,3574.79404603806,22135.280911207257 -952,4083.3096071698747,3467.7715927068425,868.2708798395277,1389.3883467101105,1745.5730703868774,2473.042981541857,1868.7914470642759,2914.3211978491872,333.71430099489544,1065.8393593618594,2694.528516330104,5914.801437343134,1507.2945645127957,3450.3836051259964,1721.3195698892487,3899.4919218565583,1303.5742203523907,4427.6073185502955,367.191706893017,1201.4669336431693,748.8230789955282,2310.1748124215655,1688.0959988787565,5302.193370601508,803.2921063083609,1543.7124792219076,668.0485191633052,2102.447115960495,857.8637120473717,3758.2772272762436,1142.4360106659146,2516.943355058597,1006.6423237723614,3206.4065913564,1181.8974623025815,4520.040915621749,16943.33957555626,5322.124592313277,133038.97712399779,51488.13068628868,3813.7035491148604,23278.165111901213 -953,4192.120256889512,3707.746118055644,889.2322798102751,1485.5359158660876,1777.8649865330308,2644.180929874679,1911.1291223117228,3115.996200793054,339.3406771465915,1139.5968971705367,2739.40076447075,6324.113766460775,1532.395688998939,3689.1548580115073,1749.957588155025,4169.342082985127,1326.5845337331848,4734.003785645932,375.7103267501019,1284.6100846308743,764.9723454381173,2470.042061247745,1724.6025238834372,5669.112385710131,824.0579455671956,1650.5394888944604,681.4785781677973,2247.9393247855146,872.4438967024105,4018.3551388785,1161.5792983155013,2691.119269132724,1029.9958013354255,3428.294302027507,1209.3167503812808,4832.833913743291,17145.08337010524,5403.795302304122,135798.98417440374,52742.82999381954,3857.9460496846377,23869.10699429624 -954,4221.220088574931,3983.0052802114665,891.4247479668425,1595.8205358303355,1763.8568876889578,2840.4821339407727,1912.1687006587615,3347.324473064513,335.640749069722,1224.199369163693,2708.4886019696596,6793.609303994224,1515.1037085159528,3963.033824625286,1730.230239429425,4478.86964284549,1314.2598436981289,5085.451234901905,375.9576434310668,1379.9781827513154,763.9074930089862,2653.415379328444,1722.3312199900604,6089.981311405639,829.636758095963,1773.073800131617,678.1210895992313,2414.823969908431,863.1500574928754,4316.673587217211,1148.6931686840726,2890.905126011004,1030.6738107614572,3682.8072560305536,1210.112800379498,5191.618407497364,16800.959653164897,5330.287743968094,135311.87172460483,52908.49262894526,3778.3095486590387,23987.949418222248 -955,4216.936969726111,3909.121981085182,889.3668619821048,1566.2186453717923,1763.7802078551997,2787.7922235840206,1910.497534146462,3285.232821681358,335.4750905904389,1201.490916169293,2707.2036049554304,6667.59032258643,1514.384892959456,3889.5209887354913,1729.412013765578,4395.788240163438,1313.2639039890053,4991.117964331789,375.9576434310668,1354.380089429544,763.2038792610582,2604.195489224056,1720.8029846430704,5977.014373315069,828.5574283674538,1740.183926096314,677.2655162610588,2370.029863660951,862.7131891122172,4236.600862368107,1148.1371947629943,2837.2798874927566,1030.6738107614572,3614.492521055533,1210.112800379498,5095.3157744940045,16800.447558085354,5329.247452987598,135218.14156902712,52861.68361774886,3778.3095486590387,23970.35203178843 -956,4114.654210201891,3746.279801212785,867.2525400432183,1500.9747211342747,1717.390203587092,2671.661244577396,1862.2579544669175,3148.379974249253,326.51083015872473,1151.44044426471,2634.719127607744,6389.838707804468,1473.8377404407204,3727.495326827315,1683.1001531171244,4212.67301819051,1278.4410046615108,4783.2031094757,366.51591475369884,1297.960717712406,743.724656492068,2495.712594003328,1676.9088307670124,5728.0300606257315,808.2930487074048,1667.6931352548972,659.7337695812789,2271.3015990458644,839.690939570156,4060.116904329586,1117.4269898415248,2719.087402320122,1004.7896649112267,3463.9237119702343,1179.7222579079546,4883.060354511822,16329.673630515863,5184.739707358116,131739.34856703458,51549.66968511641,3672.1275472915713,23381.418360576878 -957,3714.80527208571,3641.7904910151474,778.1541510167038,1459.1103058856754,1527.8201119189089,2597.144642684157,1668.7165004542073,3060.566978636148,289.36525957981667,1119.3250593658213,2334.048831711894,6211.616611676862,1305.6455316859522,3623.5299435318607,1490.9795429283176,4095.175308164573,1134.4737466903985,4649.792467461585,329.09915083519644,1261.7586646747513,664.983738774444,2426.1034614141004,1499.6012504399291,5568.266791039632,728.3755810911259,1621.1786957120453,587.6706579361341,2207.951622554983,744.3583722051798,3946.8742110001053,990.1054689714756,2643.2480144176116,902.2130068007621,3367.309732650313,1059.2871350751361,4746.864545557243,14331.67618174288,4582.225236208751,117634.10566746809,46344.96314461278,3220.854041479836,21065.141421136566 -958,3318.537112298581,3648.2235982501165,707.0384071655109,1461.6877778980192,1414.0938719619453,2601.73241620719,1515.8281940972356,3065.9733729968198,270.66388785261466,1121.3023115321537,2185.297120133439,6222.589235133379,1222.4351871060576,3629.930794089676,1395.9171490376095,4102.409305279019,1057.5990030204696,4658.006178172657,297.51977357436044,1263.9875212810086,607.3889607236141,2430.3890961228826,1369.2030150239675,5578.102957471516,652.0467768440006,1624.0424563875408,543.3932379653047,2211.851898969171,695.8122660528234,3953.846238936622,926.5598928908577,2647.917228082516,815.6393257715388,3373.2579783434517,957.641087125169,4755.249731011152,13721.038087724995,4312.025906946995,107952.82748854086,41801.189432306564,3088.1265397705024,18892.077555341493 -959,2668.7717545620794,3436.9706441491267,585.121916564873,1377.0477187737981,1242.9784823486864,2451.0772702430822,1276.0785459763124,2888.43602782115,242.0290195123565,1056.3725123101283,1958.263238044392,5862.265827678455,1095.434513571105,3419.737097683181,1251.164654807689,3864.8564082780586,938.211461459711,4388.281053366266,248.5872838450532,1190.7954346047757,517.4618000278541,2289.655705653872,1165.6651603156847,5255.098981341724,530.127549582327,1530.0011353835714,469.50304110857815,2083.773058649393,621.3273973483169,3724.895990811182,829.4157072126245,2494.5877180942457,681.4927362805394,3177.9271019104413,800.1397483161604,4479.893649863636,12895.977012524509,3916.362778611158,92691.20906743984,34505.17612673371,2911.1565374913903,15416.56225692609 -960,2542.745551257716,3259.0528889600496,570.8695497067491,1305.7636537412534,1271.2114265485932,2324.1951374384303,1266.4744912530916,2738.913641020428,249.48508920959054,1001.6884764270714,2001.261444437115,5558.800571681078,1119.4873162736062,3242.7114519179618,1277.0821905605558,3664.788776784167,943.6961240402303,4161.117892842102,242.87023012750186,1129.1528799978732,513.144909100604,2171.1296996202504,1155.3288246032491,4983.06424178165,500.484466964872,1450.7993045772523,478.0021625463909,1975.9047457356646,644.0989445941241,3532.073531263528,832.7508585211516,2365.45322936036,665.8196474516458,3013.418959517968,781.7379948076309,4247.988084121784,13782.521780604744,4075.4785248613834,92410.02027504277,33232.97082346141,3103.279373866396,14736.108042687472 -961,2666.4759458285507,3174.3827589768803,595.9701619406537,1271.8399396879818,1318.6294344396586,2263.8125934607665,1321.574477532944,2667.756718472947,258.06692076924907,975.6646295023943,2069.652616446308,5414.383042113172,1157.7447112892348,3158.465872147878,1320.7832308261154,3569.5776364119743,977.2866879790574,4053.012131792408,253.69458858566804,1099.8175103743392,534.5949927923068,2114.723792707882,1203.735851437262,4853.604330745728,525.0504963098823,1413.1075671666192,495.966246055068,1924.5707792871533,666.3487519412481,3440.3103303608195,861.3305288371484,2303.9988009656868,695.4942211065679,2935.130394192614,816.5788737071301,4137.625437210486,14184.242114350825,4210.380674454288,96090.15619678746,34747.60740940389,3192.7970481125412,15437.701329563024 -962,2790.415236792664,3145.466250242707,627.8815256240053,1260.2543265099691,1414.3018048016347,2243.1907713297646,1401.4749209207482,2643.455234906662,277.38284074303084,966.7769757685,2225.591982654307,5365.061625505589,1244.9757640149323,3129.6943556317065,1420.4288390590887,3537.061166049753,1048.531067798684,4016.091895763133,269.00025986386197,1089.7989067403566,568.4288315479055,2095.460070067859,1279.79275301367,4809.39123400264,551.3503510373919,1400.2351001672487,528.7149008948278,1907.0392237142112,716.0083677286516,3408.9713988993185,925.9499331276326,2283.010909299742,737.4541461624625,2908.3933148534593,865.8439679425113,4099.934430429565,15412.217949352778,4543.973952248082,102351.78616233896,36645.36849510597,3471.296479100552,16240.172481287333 -963,3030.0048346027315,3189.3933488282905,680.819129471685,1277.8540435755203,1542.494834827816,2274.5174028429374,1525.6961780021654,2680.3716439450245,302.2600566102473,980.278219827812,2425.3764958213947,5439.985840929339,1356.733390236207,3173.4011963876587,1548.0198276554024,3586.456970100208,1142.1246415925073,4072.1774648326914,293.1736798099579,1105.01817797277,618.9030267329578,2124.723611227432,1393.4814508240318,4876.555395390917,599.3970174832422,1419.7896782153507,574.6534528249073,1933.6714280750768,780.1859640270907,3456.578402377207,1009.0206413051591,2314.8936374253526,803.7246723515328,2949.0096399713534,943.6521078136809,4157.190878152064,16823.779502957932,4956.696497742405,111427.59855577759,39850.21755494383,3789.581543086849,17663.473361830707 -964,3713.605850415078,3294.7923925082146,834.8116341846041,1320.0829502749289,1874.7042895197085,2349.6827816072287,1860.5889502629605,2768.9491811379135,367.83009721322526,1012.6732164964002,2951.0919601723394,5619.759623136831,1650.8138043398749,3278.271751609348,1883.3764518252292,3704.97767090578,1390.5640402083388,4206.749643158071,356.95235601622653,1141.535423250794,754.4590625665758,2194.9387939328817,1698.6176295026196,5037.7096397600535,732.8893147703343,1466.709094525509,702.099852146392,1997.5729595011644,949.523272414143,3570.8070402932794,1227.8476665508738,2391.3933190011635,978.5715265102214,3046.4647864085423,1148.939575210566,4294.572472401987,20404.171278690326,6020.381285534251,135858.8914990349,48699.26554651015,4595.240611302163,21583.759553179087 -965,4945.4360357451105,3529.3085232664516,1074.9326330046258,1414.043573251456,2284.279283976268,2516.9280732088314,2365.3988553225377,2966.036939900254,440.06286761981005,1084.7530856241915,3524.21098396799,6019.761846526125,1971.4113352810668,3511.6119792089953,2248.9918490147256,3968.6898944444056,1676.6297696244644,4506.1769004339085,458.3477673788499,1222.7874229801141,947.4543133530813,2351.169746260786,2134.828088821649,5396.282815807915,967.4264176999192,1571.1062464001345,865.0414090807133,2139.7558425364346,1137.3276955037566,3824.969291207171,1468.0326462291162,2561.607475610381,1256.5432524448267,3263.305500204129,1475.3058224023266,4600.250766967261,23377.156822542565,7111.008545095822,169091.46078274457,63156.30936195951,5251.703555773901,28363.85378519036 -966,4992.728235718588,4113.74689046484,1086.067044072771,1648.203129337413,2336.733723960954,2933.7205762628078,2406.5942370877738,3457.199946698268,450.30344997890614,1264.3835480777439,3607.183442167283,7016.608611639971,2017.8253681963292,4093.1198745470147,2302.210187440811,4625.887933815338,1713.7839952592392,5252.380484687079,466.33197126443105,1425.2757801770092,965.1452292879459,2740.51338070143,2174.5932956531406,6289.884125248722,979.9519927779817,1831.274708094001,879.4988954857035,2494.090240498841,1163.592690021355,4458.367814572346,1502.3351003355983,2985.798696236034,1278.431648620385,3803.694906694346,1501.0049603014952,5362.032580380717,24076.56347996757,7296.459302464244,172246.4120154458,64032.249768349444,5410.846087767049,28734.38010776741 -967,4869.836329186864,4582.714160212897,1058.9448262758983,1836.0983358575759,2281.9886341031697,3268.164810555064,2347.8344138783395,3851.320845029232,440.0445601317911,1408.5233107429617,3525.105873490135,7816.502205268352,1971.9119282806937,4559.735663857504,2249.762951085357,5153.239297972,1674.0708991112053,5851.152018563179,454.90799778435183,1587.7572621604852,941.8154667932487,3052.9319888648365,2122.0029426195124,7006.931105481437,955.2274672762845,2040.0400801211724,858.9812324104441,2778.4166032371786,1137.0621744883701,4966.621880076203,1468.1235116996,3326.1798377779965,1247.113252821072,4237.3162409290035,1464.234071928868,5973.304456477384,23544.37459741347,7130.50160000346,168170.6477167039,62464.32015955671,5291.489188772188,28021.86501597095 -968,4754.533730099907,4723.267882375601,1034.2493063093164,1892.4122246010845,2202.1410212073183,3368.400765211102,2277.2591205083863,3969.44243435099,424.42091451361676,1451.723298164534,3399.142346523315,8056.237532595077,1901.4490853850689,4699.584626116025,2169.191032270197,5311.291260019626,1616.625620691859,6030.6092498888775,441.2118071587308,1636.4544283562389,912.4596696110355,3146.566664636237,2055.942559271207,7221.8365552612895,930.3396294473736,2102.60894577541,833.4348350103688,2863.6317795826967,1096.8599448621687,5118.950209405608,1415.880697892547,3428.1951371045684,1209.565658745857,4367.276467297428,1420.149489843385,6156.508153155241,22578.329041066623,6861.426722089035,162888.00047973936,60766.6381198265,5072.668207281608,27281.724795022714 -969,4608.987673242513,4752.704243316187,1000.0670495138751,1904.2061204119898,2115.5817913496817,3389.393320193486,2198.110468913388,3994.180802603705,407.28013575432345,1460.7707314363338,3261.2413906022484,8106.445634641849,1824.3085541042792,4728.873388212575,2081.1611384538123,5344.392301604394,1552.6076700992157,6068.1932267015745,425.8114926270678,1646.6531434017393,879.8421382807041,3166.1767046277146,1982.5115591505014,7266.84450162144,901.3838694204087,2115.712830074604,802.3639931652567,2881.478512133959,1052.6922314371536,5150.852542653148,1358.6077754224484,3449.560342708747,1167.3462727522206,4394.49421772365,1370.5797628535072,6194.876757401923,21565.934336453985,6573.973709540119,156903.07162279336,58758.32563436582,4843.900817541457,26405.32206746495 -970,4428.7968220258535,4805.8586287457165,957.5802438610791,1925.5028182243968,2010.562377417673,3427.3003957636106,2100.4452458788774,4038.851839341453,386.2734268770709,1477.108034686823,3092.2867948679036,8197.108363410056,1729.7969012282938,4781.761248650765,1973.310320205805,5404.164143853067,1474.051784490254,6136.060079996005,407.2238164789006,1665.069361069021,839.5401438185387,3201.5873189390213,1891.8547633731694,7348.117106378796,865.2287934258741,2139.375025210382,764.0814752757973,2913.705053403863,998.5527667023497,5208.459830488888,1288.4246019148252,3488.1403280458576,1116.3888541611445,4443.642371586837,1310.7507229889936,6264.16044306666,20333.095916760198,6223.521604626837,149552.43526150248,56283.02897883083,4565.401386553448,25329.10749479635 -971,4244.645335786307,4866.550804985161,917.1150437712514,1949.819587697019,1910.6486735773753,3470.5830504802957,2004.1498778337893,4089.8576484120977,366.94377628727506,1495.7621208952035,2937.018595801514,8300.627918161452,1642.941293252316,4842.149104153247,1874.1310170914642,5472.412194406151,1401.4126987682062,6213.551090148364,388.415254135153,1686.0971712730998,800.3991441919711,3242.0194907563036,1803.6825297076646,7440.914929390251,828.1371890028012,2166.392741731565,728.6819788517803,2950.501620733831,948.6940101534066,5274.236372494785,1223.873346727204,3532.1913174510382,1064.825884330664,4499.760195017651,1250.2107061903253,6343.269205719127,19230.614451332633,5901.774424407626,142518.8709681792,53807.51833772184,4316.741180314153,24228.881617530726 -972,4195.144594939418,4826.847465394103,905.7001842103442,1933.9121509242782,1883.5261889359954,3442.268594728382,1978.2294649561472,4056.4908936814877,361.56528990020155,1483.5590732310325,2893.8038046534525,8232.907953393758,1618.7673350220484,4802.644843756788,1846.5473207066182,5427.765986353789,1381.2099345075937,6162.858363639511,383.4606471415513,1672.3412913373547,789.7846326008826,3215.5697513083005,1779.7959313916786,7380.208859701812,818.2771515652487,2148.7184113568646,718.696309650688,2926.4302049598573,934.8231552986507,5231.2069649796795,1205.910270659013,3503.3742359086673,1051.2430146639717,4463.049285328164,1234.2630763214659,6291.518185030268,18922.031782157406,5812.72039573068,140593.53087365965,53141.33092176162,4247.116322567151,23936.675962887606 -973,4161.894892771538,4792.797464183119,897.45795724027,1920.2697660026465,1858.7959466094417,3417.9858199650694,1958.0409747730914,4027.875214227668,356.6940401841694,1473.0936113322985,2854.493582363293,8174.830600050237,1596.7775568368666,4768.76557495489,1821.44759161315,5389.476929213843,1363.2623416804695,6119.383748738269,379.3265413654427,1660.5441041663353,781.3261729119829,3192.886176840486,1760.730032303389,7328.146696475852,811.7021878833713,2133.560719916787,710.7002412633656,2905.7863058648177,922.2962551281148,5194.304492968806,1189.6163253559635,3478.660403986183,1039.9095183810746,4431.565623443336,1220.9564328598892,6247.1359659203645,18614.897843734994,5728.548882760555,138994.19558314784,52647.178407529354,4177.491464820148,23723.778923450416 -974,4181.127136490905,4715.730097868835,902.6833563377119,1889.3921554662722,1867.4719991646314,3363.025190559635,1965.4448162112217,3963.1076673152693,358.3756753436307,1449.4065171439513,2867.956256650712,8043.380717362848,1604.3084534869677,4692.084637323274,1829.9636717072722,5302.815058803073,1369.7294840954687,6020.98510107873,381.09378674254054,1633.8428380032717,784.2562213712373,3141.5451113293193,1767.3908349627484,7210.311346644651,814.3629093533542,2099.253427195913,714.0276207250804,2859.0617573441177,926.6433435678222,5110.780962066633,1195.2255273083442,3422.7241376113866,1044.754355450328,4360.306803557881,1226.6447498541136,6146.683084383302,18703.53252749561,5755.07804455347,139620.0940887526,52875.32130263061,4197.384281319292,23825.739837630044 -975,4208.555370521485,4669.398707253297,907.9399163787938,1870.8291410095283,1875.3777609321935,3329.983937027307,1977.744620972166,3924.170687128723,359.7237295944026,1435.166300228897,2878.5921626523254,7964.3556234428115,1610.2580818571046,4645.9855600603,1836.8177004800532,5250.715640313792,1375.398664378978,5961.829762070994,383.2081612573293,1617.7905599549288,788.9553234541481,3110.6798686906213,1777.9522851339743,7139.471043122612,820.6208807218582,2078.6285550090215,717.6809112697076,2830.9718742667715,930.1608424718962,5060.568251799144,1199.699259049676,3389.096350249135,1050.5508340606473,4317.467397246114,1233.45038796215,6086.292780217848,18749.345744561964,5774.975128413768,140325.08800491132,53205.679452528595,4207.330689568863,23981.655517448373 -976,4350.795423358909,4612.670367056746,936.2443221471718,1848.1005117759714,1923.0016498554066,3289.5280938937367,2034.5831356018796,3876.4960926712024,368.3101380260657,1417.7305216153586,2946.759612280981,7867.596982003356,1648.390328622826,4589.54166526289,1880.2139437936135,5186.924903691456,1409.128106201306,5889.399728111519,394.7898994619334,1598.1360864336739,810.7370928347145,3072.88834200871,1827.2069225988598,7052.733891821192,846.5941107949395,2053.375378914282,736.7482365723772,2796.578508945278,952.4770300728669,4999.0876082786,1228.2562129980522,3347.9223527455215,1082.3017359485336,4265.014656614213,1270.7290811791038,6012.350649974036,19109.16415576318,5903.885663533947,144183.17431020256,54859.54445830496,4286.901955565438,24752.671190646757 -977,4431.078350392818,4773.563115337183,949.059496285066,1912.5633818222975,1928.656761159835,3404.2688348216393,2056.4430351449246,4011.7106344478384,368.3284455140847,1467.1818246117398,2945.8647227588367,8142.023550578015,1647.8897356231998,4749.627670355618,1879.5922036354373,5367.847999527516,1411.3294763136469,6094.82557313728,399.4604208826714,1653.8800452712364,817.81330732934,3180.072556609366,1843.3606987176556,7298.737540130825,860.9831103890241,2124.998361194654,741.1612037483469,2894.124868490002,952.7425510882533,5173.458824989635,1228.1653475275689,3464.6999209432765,1095.1057956479815,4413.780962236191,1285.762311263487,6222.065097945144,18941.92686370634,5888.130659227884,145220.72635851442,55633.627128382606,4247.116322567151,25150.164620169657 -978,4457.3432974046755,4919.965119669472,950.3974889747722,1971.2204280885744,1911.3676886753294,3508.675494723659,2055.206399368138,4134.747130141651,363.9735862131031,1512.1793148833,2910.0116245655086,8391.733995024735,1627.833840983291,4895.2955905174,1856.7402527104866,5532.476325810028,1396.9434722984736,6281.749817858398,399.30257825191865,1704.6034457380558,815.7676907573383,3277.6032658428676,1838.8911510042492,7522.5849637748715,865.9827448450891,2190.1706469202095,736.7023359650593,2982.8857524036384,941.6923661096306,5332.125364639138,1213.4951002544187,3570.959962044711,1094.6730759823995,4549.148687338415,1285.2542556586686,6412.891694224642,18552.73459376006,5803.310877296986,144543.21085400696,55751.5904099122,4157.5986483210045,25250.239064333706 -979,4383.0707285879525,4817.165311809014,928.781118768103,1930.0329244520183,1850.2309507632374,3435.3637622359047,2004.903763760206,4048.3539951922107,351.0414722244678,1480.5832081550059,2805.5436319824526,8216.393597009359,1569.3954030778473,4793.011238111433,1790.0318264804328,5416.878452765755,1349.2609251907245,6150.496311259008,390.3085087356776,1668.9867487823021,794.0410441172901,3209.119653098456,1790.190817004361,7365.404928941214,850.0135998546647,2144.408305885536,714.723742669367,2920.560090583216,908.4587540377303,5220.713708328533,1170.2224662976512,3496.3468318605183,1070.0161709705526,4454.096873024238,1256.3046150827302,6278.898054440361,17720.033340610404,5581.39115990373,140491.19085930777,54581.396437881536,3968.6168915791404,24774.36100556614 -980,4247.8633790430185,4527.480384867165,897.646850788934,1813.9685150898067,1776.447515087419,3228.774817064691,1934.2618607839354,3804.90228543729,336.41856933236176,1391.546895152776,2688.06040987305,7722.292766996262,1503.676365022116,4504.778839912427,1715.043509279117,5091.129192096717,1294.3174616531812,5780.630226278402,376.8016825232232,1568.6206053986216,765.1275578032788,3016.1361177448875,1725.1229264568447,6922.479131168206,823.0942090119902,2015.4522242038254,687.5407282228349,2744.9293655184456,870.7452930184297,4906.761005589852,1121.3860631237446,3286.090610412614,1032.987712347831,4186.245420201791,1212.8295492667335,5901.310405596976,16882.38075013446,5339.398605409426,135248.56660195527,52764.1518798797,3779.635134837277,23976.821464587003 -981,3833.0909494715665,4291.924562302401,804.9899816119691,1719.5913318982998,1579.0566415417093,3060.788068750511,1732.1461458569547,3606.940767896441,297.9146164271028,1319.1474708237906,2379.4967018345146,7320.517194230505,1331.0686538349096,4270.404133695109,1518.1285591786493,4826.247840288715,1147.7824860350754,5479.8755035312815,338.1431704226547,1487.0083872139255,683.6944495813639,2859.2125391121913,1541.759419300101,6562.316275161136,741.4043242259562,1910.5922433413693,612.0087449046342,2602.1161361695026,771.2766240537443,4651.471964766247,992.9080787730787,3115.1218350767044,927.0068480636703,3968.443375888231,1088.3975523279587,5594.276932531762,14803.410753437045,4715.1467842640195,120687.87674369,47413.11672813199,3312.153947107403,21591.239464131708 -982,3362.500497592122,4094.577514477876,713.9496257306497,1640.5227770137458,1406.7390077567707,2920.0499265450458,1529.9782663955855,3441.089970220623,267.1150625257339,1258.4917311356237,2134.382607705752,6983.912383065076,1193.9540753375338,4074.046617021916,1361.6387062662366,4604.332065786022,1027.6351473638458,5227.905265618318,297.6228475977475,1418.634232205583,605.5785779463869,2727.743044365536,1365.2882093617604,6260.574311854318,650.3395228134845,1822.7412726762213,546.9161981020527,2482.468194991773,691.3531761855563,4437.592562423553,890.386894703187,2971.8853711449347,815.9218993495234,3785.97032135947,957.972856400955,5337.046400792002,13416.270053494945,4236.8213587382725,107193.28189902633,41756.11234032202,3003.8152913706776,18953.91865179521 -983,2755.4685522331697,3763.304801818277,605.0848953326536,1507.7959135950907,1283.53564229568,2683.8026319590526,1324.0322852474806,3162.687813976163,248.69461722191184,1156.6731752140772,1992.069161107506,6418.87738447623,1114.345237199582,3744.4349612282635,1271.1517055566228,4231.817546760484,947.0036693255657,4804.9404169263225,255.24079195472947,1303.8593112979158,531.4988167148945,2507.0543812372357,1197.270689644151,5754.061142238712,539.2713674062255,1675.2719809749362,488.4741325494501,2281.6235485933844,642.6555831665826,4078.568140335023,829.6963775011308,2731.4443182813643,699.7330797823988,3479.665542912648,821.5557122462146,4905.251464066774,13278.45725666158,4020.0979860067855,94995.16849433356,35277.430269990524,2983.9224748715337,15796.20670173568 -984,2619.6002817610106,3512.6084310778606,593.8950838831825,1407.3525577518737,1320.235011804214,2505.0183944211753,1281.8635592380151,2952.0021537645102,261.4258927183102,1079.620217128179,2092.318889581728,5991.277349597728,1170.4240168106742,3494.9956240797264,1334.6424907122234,3949.9107237745066,982.4458317928703,4484.854431978899,245.76027088661527,1217.0013992997822,523.4063669836147,2340.0444078964197,1178.1018700094678,5370.748516410283,513.5417739595656,1563.6720368432239,500.3753782886137,2129.6308790780513,675.9169287111224,3806.870182171906,872.2271005633584,2549.4863814323962,673.7425860445874,3247.8640894196433,791.0403068561498,4578.483156855385,14401.244254335972,4238.2020944355,95560.16183096387,34167.68773535245,3216.286173948306,15074.945267397448 -985,2745.9931394236723,3375.173790637886,619.7183132561901,1352.288352178708,1368.7817498021525,2407.006814397964,1337.0248997658985,2836.5018460754573,270.2853456734699,1037.3788972474977,2162.7656605223924,5756.86208115135,1209.8312950349784,3358.2501039457647,1379.638473507845,3795.3661536228683,1016.9078862745364,4309.379605114833,256.6059199807797,1169.3848906539872,545.0376877751755,2248.487615238454,1226.9061158814986,5160.612116145516,538.5173672161884,1502.491660958387,518.9239753596397,2046.3067454950356,698.9193765457572,3657.922229402827,901.7184016439147,2449.734942860789,703.475527181382,3120.787860433219,825.9497149413162,4399.345003893139,14814.396328858595,4376.2964782294,99316.95952885054,35708.18973963115,3307.6002924515706,15786.295401746489 -986,2854.198706930655,3319.1602401341097,647.4277352608882,1329.8461087243004,1450.5336209221693,2367.060723878064,1404.3524037296122,2789.4279621024557,286.8074524785527,1020.1628133191075,2295.782465305986,5661.3226200959525,1284.2396769185152,3302.517414765891,1464.6092895964998,3732.379194457693,1077.596202183911,4237.86220567881,269.5745988494681,1149.9780678667607,573.6215246268541,2211.172270190852,1291.167636744563,5074.967872225416,561.3583241605004,1477.556680494258,547.1431080749439,2012.3467442195629,741.4733956922709,3597.216255653007,956.9581063347156,2409.0797468754986,739.0286749991718,3068.996035989444,867.6926202318917,4326.334560921983,15852.240782556042,4659.038378766985,104663.48903269817,37344.703023696544,3540.958595293246,16478.704798440012 -987,3099.314661772197,3333.3260819685047,702.0438755616655,1335.5217580685191,1582.0237010883156,2377.163100805039,1528.845352768629,2801.3329598912896,312.53535473390787,1024.5167655278824,2501.9072013357977,5685.484575231484,1399.543965719483,3316.6122266966995,1596.1925278417527,3748.308613199024,1173.8088801601814,4255.9489750356215,293.79986123754554,1154.8860585161563,624.5603745789513,2220.6093308875234,1405.874262169996,5096.6273243131145,610.2859286759035,1483.8627436918546,594.708011025354,2020.9352375829992,807.9485427229661,3612.5688125755482,1042.8283736320827,2419.36145676345,805.4413253029396,3082.094202179352,945.6676278439917,4344.79892138631,17304.11583654991,5082.2571194381,113945.41828261218,40611.05854920405,3865.631016638186,17922.840792129293 -988,3790.8773632426455,3433.396689382106,858.6488274771878,1375.6157873526486,1916.1055205080809,2448.528502679637,1859.2590357161232,2885.432470101378,378.9300854174407,1055.2740369470794,3032.8985384493035,5856.169915007208,1696.5756547084882,3416.1810633239625,1934.7676111053636,3860.837513904396,1424.0284556500571,4383.717872701222,356.76503615202694,1189.5571787508024,759.1130450277442,2287.274793283268,1708.694529851303,5249.634434797661,744.5822063335621,1528.41015442461,724.2441452943522,2081.606234597804,979.6955898668547,3721.0226351263796,1264.2907074574161,2491.9937059277436,978.057996112212,3174.6225151417266,1148.3366398283658,4475.235205284562,20896.59642028324,6148.900511484098,138498.91877017383,49507.17441809638,4667.166056833505,21851.800760633443 -989,5056.170625863545,3661.1548044884735,1107.5709548080429,1466.8687613555987,2341.6669838975836,2610.9543121642064,2369.6003908468574,3076.84078091188,454.81535553572684,1125.2767914551837,3633.909671227777,6244.645335196622,2032.7757758645598,3642.797161094114,2318.037371546235,4116.950382428501,1722.2875375631204,4674.516580270375,459.3023210608631,1268.4677519686875,955.919947472425,2439.0036620328488,2153.3755906735987,5597.87466219829,984.5186376618681,1629.7989094606114,894.5629483710965,2219.6918551297504,1177.2244303418381,3967.860731133582,1516.5447939324333,2657.302827088799,1259.1601256437284,3385.214563086247,1478.3782898715656,4772.1048149528515,24044.061084247296,7288.150519756216,172826.8500036647,64322.939104007666,5357.0949521915,28774.129760648724 -990,5138.785918649193,4209.918640997669,1128.7393311008154,1686.7350527645624,2425.2861463959207,3002.3055064750533,2434.0438472362653,3538.0228508945943,471.68996468698555,1293.942483617846,3770.1625659056044,7180.643869752043,2108.9943967855725,4188.809403814922,2405.2442153944726,4734.032589334833,1783.3405277814047,5375.171370739805,471.57630629322347,1458.5960768363348,983.8428470553024,2804.581486056088,2216.08490051456,6436.929916611318,1004.5150938427793,1874.086504510575,919.9966969818145,2552.397431194405,1220.602930998162,4562.596161299384,1573.0215672975332,3055.6011160254566,1292.8087968536443,3892.6182185581606,1517.885151617473,5487.386928472611,25168.96959164996,7585.9890008126085,177981.40605505594,65762.55712000166,5610.745281367234,29370.75676205261 -991,5013.171697263093,4646.52542447822,1100.809292141904,1861.664791025944,2369.186667477854,3313.6718443996688,2375.192159880164,3904.947941029758,461.08955947966723,1428.1360664295419,3685.5475990541545,7925.341829651054,2061.661559579111,4623.22696775609,2351.1986289154056,5224.994747508932,1742.561369601381,5932.625441224952,460.12895995265245,1609.8657320983532,960.3081629315119,3095.4420479946125,2163.0455364143304,7104.497987645437,979.3620344733839,2068.446289217665,898.7865107192274,2817.104217151133,1193.1483807253971,5035.778805473608,1537.6872478644934,3372.49469251303,1261.4263252319283,4296.3180675699,1481.039031903877,6056.478771061255,24621.60704290786,7415.953525757036,173817.22233720476,64166.45206327182,5488.993123362883,28648.120852116943 -992,4887.490333168029,4774.407869657347,1073.1199262239527,1912.9018388910206,2280.6141971282977,3404.871271771928,2299.286156966506,4012.4205674282593,443.52534526371466,1467.4414646656915,3544.2598485595613,8143.4644050096085,1982.6264864440195,4750.468188936134,2260.8785791412515,5368.797921562277,1678.3813802981847,6095.904144868533,445.4529557760044,1654.172724404102,928.4363331699449,3180.635318631303,2091.3558276106282,7300.029162325776,952.3880563384303,2125.3744118516975,869.9671371460165,2894.6370277359742,1147.885420700111,5174.374346914664,1478.980855021518,3465.31305208988,1221.1926089721594,4414.562047653104,1433.8006772038452,6223.166186638188,23537.828616066712,7115.9869819952855,167982.72178285013,62313.171842257674,5245.488807354178,27847.94916598956 -993,4723.3899856364815,4787.1441258030445,1033.5723504124496,1918.0047141515374,2178.573871638004,3413.954138976469,2209.669284487532,4023.1241389508773,423.0079800627087,1471.3560255668613,3379.4898410847463,8165.187988626065,1890.455653900826,4763.140583360328,2155.7373150782714,5383.119778301428,1602.423966111816,6112.165637130658,428.1205822268259,1658.58541140161,891.0426785318589,3189.1200118602974,2007.2267071270367,7319.502790013373,919.681340518362,2131.044080982164,833.1650937606145,2902.3587891858833,1094.9549780632792,5188.177557464574,1410.4440284850234,3474.557154366297,1173.6765554815531,4426.338375638677,1378.0121396935936,6239.76716434141,22316.291259932128,6773.362273895872,161004.6662367189,60022.95446325287,4971.546451844385,26860.46608832866 -994,4535.16476344133,4852.514927778157,988.64744215908,1944.1960096423745,2067.4950765156436,3460.5733578899394,2109.1965514481917,4078.0618731191666,400.5795712875196,1491.4481140552323,3199.50852234071,8276.687637073459,1789.7757532010867,4828.183605185421,2040.895924728047,5456.628920242422,1519.1101135866325,6195.630257999354,409.0172957626272,1681.2342090225416,849.2441150005694,3232.669010447261,1913.232799933524,7419.454192116184,882.0417452604156,2160.1445335604017,792.3552541493953,2941.991922570346,1037.065993693676,5259.02466772655,1335.5434564071847,3522.0039371913676,1121.3056105037222,4486.782198056532,1316.5234803098622,6324.9742466751895,21003.17071679873,6401.925541164272,153269.60077232952,57437.717955197426,4677.312070000534,25743.598576343345 -995,4361.862112659312,4919.055386187187,951.1465076732408,1970.8559366377651,1978.2195317895705,3508.0267178526065,2022.952163530816,4133.982588561867,383.3709393432745,1511.899703113601,3061.74432653469,8390.18230894485,1712.7117242756453,4894.390418591165,1952.9315755095095,5531.453335030395,1454.5520501145731,6280.588281547134,392.066447855813,1704.2882534976866,814.2098024092274,3276.9972157266448,1834.292198525653,7521.193988991833,847.4678530369553,2189.765670152903,760.309070928652,2982.334197468432,992.5804159083317,5331.1394200525465,1278.1230358126536,3570.299668371411,1074.8354952845928,4548.307520221147,1261.9629775837539,6411.705908929298,20049.410857070612,6119.730817738399,146929.8598875961,55156.386378061725,4464.245793492917,24725.25881290886 -996,4292.326416288559,4871.099472396589,934.0513579450492,1951.642044951063,1933.8798796121464,3473.826934835556,1984.1415216489086,4093.680356311017,374.3290753639636,1497.1601797436992,2989.1045810582286,8308.386348560873,1672.077716188254,4846.6749637844205,1906.5782332420258,5477.52714830432,1421.133519997318,6219.358771704682,384.72844576748895,1687.6731324749458,797.9120413740148,3245.049741337415,1797.6614213288035,7447.869803305437,833.4253368122443,2168.417625568095,744.2047486322349,2953.2593954098593,969.2599258585285,5279.166095427741,1247.915393246658,3535.4927858175365,1054.7186371547082,4503.966030603987,1238.3438002337382,6349.198132195844,19506.750397318418,5968.717300790469,143893.1034760931,54174.97328105412,4342.493635488566,24306.24332212221 -997,4258.245331884349,4820.479337321255,925.5238391677001,1931.3607132940201,1908.48621940307,3437.7271611261126,1963.8852962504252,4051.139107920179,369.2855497061075,1481.6017927804476,2948.505503067328,8222.046161585531,1649.366963932694,4796.308646544691,1880.6671088675166,5420.605057984216,1402.6603393256464,6154.72761750845,380.5849226910415,1670.1349478386012,789.3699371819512,3211.327404693804,1778.41226645075,7370.472045858015,826.7152747671205,2145.8835767916316,735.9044481901226,2922.569324234903,956.2687600291746,5224.305359704726,1231.0537761005007,3498.7521847704597,1043.3593236953366,4457.161121335379,1225.0068448583481,6283.217696178659,19190.830920936176,5882.326973586739,142255.22914096733,53670.364961324754,4271.47154331936,24090.109484313616 -998,4281.683442766787,4716.834775140632,931.9646044458921,1889.8347525887407,1920.6839301705547,3363.812991688069,1973.8767804181653,3964.036039990318,371.71918694849154,1449.7460459982017,2967.99601958922,8045.264909138559,1660.2697803011051,4693.183775558208,1893.0256398342224,5304.057262905179,1411.830828891004,6022.3955391778045,382.83035763834727,1634.2255717499816,793.4443774407545,3142.2810299274547,1787.6389738503042,7212.000388829405,830.2259038232985,2099.7451850999146,740.4978469826901,2859.7315031685084,962.5582225663989,5111.978181469091,1239.1753175050048,3423.5259234396635,1049.5150995769911,4361.328221604289,1232.2343334322102,6148.1229677013325,19327.045909328946,5921.463402400957,143108.69841413767,53963.302937159046,4301.909582820447,24218.08057119669 -999,4321.006506329703,4642.626567597447,940.552291483481,1860.1026851689637,1938.668115769512,3310.8913727373165,1993.8732206887425,3901.671335015996,375.1949316017455,1426.937730550447,2995.757481822111,7918.691747987402,1675.799287921071,4619.347660396734,1910.809453047735,5220.610502323054,1425.2217625467242,5927.647429612077,386.3721834683879,1608.5149085230323,801.530502918304,3092.8446909535255,1805.7967016801517,7098.536668523488,838.9806083845863,2066.7106749014833,747.7162662702449,2814.7404108318924,971.556625982396,5031.553329649816,1250.763547061683,3369.6648631381586,1059.224882551441,4292.71306647134,1243.6345771791703,6051.396835254897,19509.310412537558,5977.580704045923,144467.34223794696,54480.08209335268,4342.493635488566,24449.560575330946 -1000,4417.153159830048,4583.948802112084,955.8214168402225,1836.5930042696184,1944.4614090108714,3269.0452960201164,2017.4049997011268,3852.358440200183,375.00636072653106,1408.9027849660154,2992.989577697634,7818.6080710916,1674.2509477136348,4560.964115055418,1908.9085537385743,5154.627646651708,1426.912784573957,5852.728393870055,391.8073273862304,1588.1850243060321,808.9723845611687,3053.7544878506,1822.8731118584528,7008.818862479822,854.9802948088359,2040.589693051607,752.393245222133,2779.1651442615207,971.3327823069638,4967.959951632966,1249.9493984279547,3327.0759532345537,1074.1251262137748,4238.457828204198,1261.128934168063,5974.9137412158025,19293.661895475398,5954.290743407338,145629.29766931199,55375.93584441828,4291.763569653418,24912.88981172085 -1001,4476.254357456245,4722.423134358586,962.5229112461212,1892.0737700577642,1930.2745858858173,3367.7983327559064,2023.8088193829808,3968.732506667746,370.819451529862,1451.4636600478912,2958.1810060875955,8054.796688914442,1654.779351674368,4698.744113807053,1886.6414850977467,5310.341345072723,1413.8679569787873,6029.530686205405,393.63705786697165,1636.1617514072034,809.3823016697427,3146.0039068133583,1824.0707322076123,7220.544942703798,864.7585813679664,2102.2328979242748,749.94112886541,2863.1196241582093,960.7796144110825,5118.034694311761,1235.7892243743886,3427.5820105328535,1079.1412638564127,4366.495387708595,1267.0183749459723,6155.407072677988,18851.253218329002,5866.07306657385,145396.84465195052,55796.3231005773,4190.303437983125,25168.34134305391 -1002,4502.8070134449235,4939.784299883941,963.7869049499134,1979.1611292839018,1912.3905189426819,3522.809552639234,2022.4694779381593,4151.403203207274,366.28927976361183,1518.2708528575117,2920.998738966345,8425.538561584437,1633.9799321141488,4915.01539404277,1862.953698453285,5554.762895463773,1398.967937707117,6307.054698822819,393.47570382865,1711.4701291521765,807.2906732173424,3290.8064915197265,1819.5006578743644,7552.888322325048,869.781454601991,2198.993349052428,745.2380239831203,2994.901762446008,949.2606671957855,5353.6048570659095,1220.5386923689573,3585.344921552548,1078.6989177983808,4567.474101332981,1266.499017006115,6438.7248562679215,18450.877951823306,5778.699325951009,144692.45089050796,55911.23929384096,4098.98931947986,25269.035432114848 -1003,4479.460775057879,4845.756912126287,956.3027629221428,1941.4883606687972,1895.7993083904862,3455.7538757729058,2007.9232705495742,4072.382425167328,362.6372839372698,1489.3709994355452,2891.6192317863365,8265.160833873577,1617.5453049754449,4821.459475355924,1844.2039684825943,5449.029565227902,1385.2943956699444,6187.00170829267,391.10309366722294,1678.8927825111066,800.982400991909,3228.1669268689375,1805.400752936244,7409.121243468952,864.6711090513404,2157.136136721778,738.568638565742,2937.894660067022,939.8500230248831,5251.700512819862,1208.331928475129,3517.0989017432053,1072.1944958262343,4480.533532205465,1258.8621835042054,6316.165561778206,18225.084290605013,5717.946210057154,143528.0549522854,55560.6171123392,4048.2592536447128,25128.365222203818 -1004,4314.673663745165,4578.555386683642,916.7351310238932,1834.4320924722542,1796.9828170205574,3265.198979209661,1919.15730252813,3847.82580461802,342.6425124044647,1407.245088000877,2731.1284295641917,7809.408797011545,1527.7682206441164,4555.597743115274,1741.7971576603825,5148.562777806638,1311.1008970966197,5845.842148630266,374.2452421503299,1586.316386155151,763.9819700282807,3050.16147944661,1722.2053987322813,7000.572376007147,831.6531971640399,2038.188761363942,702.3521977470905,2775.895214161005,888.2505011925041,4962.1147136061645,1141.5528978017942,3323.161358296341,1025.9793267300572,4233.470913029032,1204.6010126943359,5967.8837342618335,17048.136192029342,5386.20907659477,136671.04983174894,53284.78033562181,3784.4629113019505,24147.525605690436 -1005,3894.320210627975,4352.486773914455,822.3106857839057,1743.8560300813479,1597.8931728828336,3103.9780391305767,1719.2333156276504,3657.8373544711835,303.537305129826,1337.7616116633674,2418.5245146498255,7423.815074934362,1352.900454747324,4330.66267623461,1542.389083965723,4894.349746264198,1163.083379698467,5557.20057647584,335.9798516562115,1507.991169019167,682.9324501326158,2899.558130541846,1539.7410595260249,6654.91538335896,749.3064908979579,1937.5521048361195,625.3828681245726,2638.8339082995185,787.0655620324039,4717.107654617838,1011.1364117150177,3159.078494853604,921.0761906189822,4024.441030090258,1081.4343750224436,5673.21629376384,14954.89293562012,4758.238644372822,121999.23917893965,47893.96120501401,3317.7463056186007,21751.652500443903 -1006,3421.239020473936,4157.933912002056,730.7957538384402,1665.906986456709,1428.1303496870364,2965.2325719541245,1521.98591691765,3494.334795431257,273.1430189670434,1277.9646809373542,2177.336508878069,7091.976164407835,1217.9820941056685,4137.0853349573845,1388.468374280361,4675.576019933137,1044.906248399876,5308.797920124457,296.3298439307767,1440.5851060232662,606.3966557761515,2769.9500784372012,1366.8479089956056,6357.4457066268,658.3362885455268,1850.9449933890605,560.5011701011202,2520.8800314381247,708.0469365232191,4506.256515527663,910.0328245389497,3017.870079043318,812.3771781819918,3844.5515644417337,953.8110038208096,5419.627822728202,13618.41175276607,4292.603551168966,108653.56709227076,42262.48165014907,3023.5119237747485,19126.810336032733 -1007,2817.31931291119,3835.043738169388,623.4902382808199,1536.5386492415894,1315.88349604718,2734.9632889698873,1326.4190090938125,3222.9773392029383,257.04425279536343,1178.7225460903421,2054.167484258532,6541.238835482812,1149.082470219622,3815.8141865369976,1310.2351771701642,4312.487624158914,972.837158617159,4896.535791973863,255.7745110476508,1328.7144546014322,536.2612568570013,2554.845730637755,1207.7042506007165,5863.749367822783,548.8305735931568,1707.207270924316,505.1704083339047,2325.1175665242868,665.2341156795453,4156.316862703137,857.1549707277748,2783.5131568195325,701.1962507033492,3545.997535151372,823.2736193494108,4998.759043467958,13657.301433590786,4120.4882981453775,97100.74344644193,35932.55393873076,3043.8039501088065,16025.496644684536 -1008,2686.677151813927,3602.736961954742,600.1142525584135,1443.4632205099986,1358.3319610219594,2569.2935996251513,1329.5072880994821,3027.7463257906943,265.96635974027345,1107.3217346710508,2141.057016316642,6145.0049956449375,1197.68767836291,3584.672235407217,1365.7245103157086,4051.2598088245004,1003.7488026830096,4599.929410896174,266.9267655145891,1248.2279223655314,532.4997604670999,2400.0866155061217,1201.4072843464469,5508.5542761444285,520.156072505954,1603.793634857693,506.53168463428625,2184.274175137797,685.0586839703964,3904.549050594162,897.1914299181337,2614.9025718668677,731.7697389961289,3331.1996574485993,859.1699127732359,4695.960515538743,14637.262155946753,4350.29050980015,98175.33146294577,35375.81373168275,3303.8720771298604,15694.343888835409 -1009,2816.306652043324,3463.9377212913396,626.2283481987287,1387.8522777606192,1408.2761250334875,2470.308854295361,1386.6758167633236,2911.099205731965,274.98082269705196,1064.6609971358207,2213.13741332406,5908.262198078733,1238.0087920415215,3446.568957383903,1411.7637092559337,3895.1807525034114,1038.9435943966316,4422.712279565212,273.81298530572775,1200.1386253591825,554.5140941986658,2307.6207476738223,1250.3784728543503,5296.331413705105,545.4688393325521,1542.005793821897,525.3234446138667,2100.1227091519727,708.3795715771072,3754.122180945195,927.5171491119983,2514.1606927853104,750.6480528644178,3202.8616777862744,881.3349168929394,4515.0436846334815,15057.022044681073,4488.530179165553,101851.94791236856,36821.701351631855,3392.0196038539984,16346.363263313173 -1010,2927.2636989538023,3404.1552785341805,654.192841689254,1363.8999997388057,1492.3908953610796,2427.674976449728,1456.5613980508622,2860.857938241104,291.78794992620794,1046.2865226971392,2349.265195074909,5806.294329407221,1314.1574259374784,3387.0862738076544,1498.7207106950086,3827.95569272996,1100.9721721260023,4346.382805724117,286.3652105019552,1179.4260073954727,583.5845431209232,2267.794625972762,1315.626965637484,5204.924565476686,568.5824918434598,1515.3930540680196,553.8604114787504,2063.8776967572107,751.4966554567503,3689.3315835258886,984.3543326479294,2470.7699970534295,785.0595085232618,3147.585021472726,921.7373628828051,4437.120707276357,16111.79344098242,4776.656833565673,107272.47271756752,38478.3039553252,3626.0794620602132,17043.157733926964 -1011,3178.6428355097864,3421.7001250429357,709.3687382361716,1370.9294723071114,1627.6752851343895,2440.1870921876734,1585.6895217347221,2875.602657357268,317.9621722061268,1051.6790312471032,2560.1947517917474,5836.2196807672135,1432.149487408553,3404.543147517439,1633.3701372615592,3847.6847854346215,1199.2806507014504,4368.78384591038,302.8365490480637,1185.5047102086705,635.4063608215106,2279.4827263590655,1430.9491712483148,5231.750487069271,618.1359315557054,1523.2033142819737,601.998322765068,2074.5148194615667,818.8674990188122,3708.346214486183,1072.686775564112,2483.504222378018,830.2150667737286,3163.8075176741263,974.7544459566453,4459.989406081279,17587.239734259005,5196.420025910016,116319.95169854531,41625.43635925923,3914.3673001902475,18384.105501537746 -1012,3887.9315448446296,3512.9333331916137,867.6332537281736,1407.4827321877042,1971.3965392644443,2505.2500985200827,1928.362749900406,2952.2752020585003,385.51103774092087,1079.720077644225,3103.5485492170733,5991.831518590133,1736.0966234299724,3495.3188970798633,1979.8266445293882,3950.2760745867217,1454.9116329138665,4485.269262926729,370.88571243238823,1217.1139670211296,772.3010555570622,2340.2608525669025,1739.7100846207802,5371.24528898817,754.171327275741,1563.816670200444,733.1471853579827,2129.827861345703,992.9437681919754,3807.2223023108963,1300.479296812778,2549.7221986407653,1016.7693017252266,3248.164503749489,1193.7875341390525,4578.906648082668,21238.457496779676,6297.313672623181,141630.84970760485,50769.85346401763,4765.996031125084,22456.007810420368 -1013,5185.665214524918,3738.027227013245,1119.439355786828,1497.6682662203132,2409.1916529728496,2665.7759173122586,2457.1229914706632,3141.4444967290133,462.7299758422865,1148.9039685589794,3718.458257202901,6375.762712188182,2080.0714802169923,3719.2841324170295,2371.9603622229415,4203.393039516797,1759.4464055208928,4772.666326142101,476.5791637378747,1295.1014766254102,972.6170820185739,2490.2148590621014,2192.542946935835,5715.411944627773,997.3915050230348,1664.0194210447896,905.7851896052825,2266.298212761265,1193.2452253984718,4051.1729872198866,1559.8200744258586,2713.097601308618,1306.5239433263089,3456.2931320425614,1533.9880875147085,4872.303598467226,24437.569240604807,7467.656540346196,176770.7280179995,65902.46370337615,5486.019585352415,29542.954286140048 -1014,5270.362906871133,4255.405283596192,1140.7708309263276,1704.9596126779863,2495.2296568242227,3034.7443275521855,2524.0423642603155,3576.2499033978966,479.89470062324426,1307.9230624162574,3857.904141148727,7258.228119991445,2158.0762300800575,4234.067968768925,2461.2090501008984,4785.18209287721,1821.8659377046813,5433.248146064068,488.9826792668456,1474.355677935642,1001.0108958611834,2834.8839708719074,2256.2968269324238,6506.478607575866,1017.6149517751533,1894.335328846331,931.4776416056119,2579.9751588472636,1237.1913257263018,4611.893356473027,1617.9384524683985,3088.6157768159933,1340.5277169972314,3934.676545281095,1573.9118746050106,5546.676152160811,25580.810440723155,7772.756914425215,182034.2205474427,67365.46072889626,5746.577320141837,30150.000271991416 -1015,5141.534828684428,4660.496322523104,1112.5358812357033,1867.262334698503,2437.5132773905707,3323.6351970692626,2463.027093413382,3916.689107723327,469.10962900981804,1432.4301015537656,3771.3217679938402,7949.171279090759,2109.6428438130138,4637.127813378199,2405.907227538013,5240.70495292779,1780.212693926042,5950.463308793953,481.8587890462791,1614.706181241408,977.0633745620328,3104.7492402093703,2203.086877886787,7125.85937233142,992.1294120877806,2074.665571278566,909.9983803035802,2825.5745196253847,1209.3618611823315,5050.920087580283,1581.5975508622666,3382.6349102460044,1320.9978385405277,4309.235982830668,1550.9818693370462,6074.689033502895,25024.417824329812,7613.078990430115,178130.0719075381,65779.4044669254,5678.042185443444,29473.703101423405 -1016,5012.6582512792165,4754.71864776712,1084.5959746724595,1905.013206459864,2346.381896131665,3390.8298936978786,2384.254547712386,3995.873711561361,451.2421227698003,1461.3898701229746,3626.7314902490716,8109.881501746485,2028.7603671922375,4730.8776921022,2313.4773058665633,5346.657489398275,1714.6102502758185,6070.765193064131,466.48816707605056,1647.351067204988,944.6460679457786,3167.518669143014,2130.095748567275,7269.924508951771,964.8257605825689,2116.609561940003,880.8607097663396,2882.699809072071,1163.4980888893251,5153.035699811016,1521.1959196070638,3451.022417635435,1278.8598535929389,4396.356797059243,1501.5077152110152,6197.502417799506,23923.122309424492,7297.525413226862,172027.72837806543,63946.43071797183,5391.160584345256,28663.438592071263 -1017,4844.368392418359,4742.177329107785,1044.659447314213,1899.9884343456033,2241.394392080603,3381.8860462556254,2291.2651911658963,3985.3339658368295,430.3697955441898,1457.5352243690468,3458.1144135018303,8088.490413074894,1934.4375193452572,4718.39925771516,2205.8820619901935,5332.554838893738,1636.9881464192179,6054.752594542035,447.3374041375019,1643.0059195299903,906.6103985281187,3159.163840196874,2044.2668007609388,7250.748939028428,931.714234342884,2111.0266711403233,843.6270623146636,2875.096234689861,1109.8606873940817,5139.443757245789,1450.6857152872394,3441.9198029391055,1226.3587536372938,4384.760714174728,1439.8662410346294,6181.155529903178,22681.62357214987,6943.918223265108,164819.0636262594,61579.43251785664,5101.278344072601,27631.269568230047 -1018,4651.330595207314,4792.797464183119,999.2855567301441,1920.2697660026465,2127.1073473711363,3417.9858199650694,2187.020239379146,4027.875214227668,407.55302634384816,1473.0936113322985,3273.933033746037,8174.830600050237,1831.4081429968933,4768.76557495489,2088.361602287508,5389.476929213843,1551.852685003188,6119.383748738269,431.5804020705891,1660.5441041663353,864.0921188627577,3192.886176840486,1949.271665447625,7328.146696475852,893.6037712388102,2133.560719916787,802.3332483482377,2905.7863058648177,1051.196345109965,5194.304492968806,1373.6313856220652,3478.660403986183,1183.1615221133684,4431.565623443336,1389.148426860774,6247.1359659203645,21347.077636401038,6571.94564642738,157150.12990066706,59006.67102139584,4830.124289617163,26547.22170244044 -1019,4473.600957011062,4860.117697750193,961.3961226403613,1947.2421156846754,2035.2567330968575,3465.995276957263,2097.5763397338796,4084.4512540514265,390.04560038454116,1493.7848687288713,3132.95922031445,8289.655294704935,1752.5486833785258,4835.748253595432,1998.3485856359475,5465.178197291706,1485.8908019636015,6205.337379437292,416.0415958617133,1683.8683146668425,828.4487544867394,3237.733856047522,1869.2453563727324,7431.078762958368,858.5837499711955,2163.52898105607,769.8982559841706,2946.601344319643,1006.1096614513853,5267.26434455827,1314.5667760335825,3527.522103786134,1140.5624663691476,4493.811949324513,1339.1329301032922,6334.884020265219,20377.814003410942,6283.658395331892,150732.49942998914,56737.29271291895,4611.255792394051,25539.365290046248 -1020,4402.288546517351,4802.349659443967,944.1342471105083,1924.096923710736,1989.6358854017467,3424.7979726160224,2057.301206211749,4035.9028955182207,380.8473731940441,1476.0295329768305,3058.623047973137,8191.12329313806,1710.9657096457586,4778.269873908809,1950.913106314266,5400.218325312136,1451.7390213525905,6131.579871958754,405.0472787197428,1663.8536205063815,811.8715836552303,3199.249698861761,1831.3936581164003,7342.751922060281,844.3684140312197,2137.8129731675913,753.6061226977782,2911.5776288629927,982.478121248101,5204.65690429683,1283.488805266191,3485.5934829809407,1110.4219573425974,4440.397872346558,1303.7449970810724,6259.586703305677,19826.21059669375,6124.149280009366,147462.11798200448,55648.7952396884,4472.054935194997,25052.451219930008 -1021,4367.34233544188,4735.484298921184,935.5278962728635,1897.3068222795143,1963.5087914549338,3377.1129085544476,2036.2764375779307,3979.7091317815302,375.7168287289104,1455.4780834024157,3017.074532746419,8077.074452274262,1687.7238508993146,4711.739787502926,1924.3962972467343,5325.028559711947,1432.8579459719347,6046.207017463142,398.23054511938454,1640.687008309889,803.1842807325353,3154.7050489118938,1811.3801904216489,7240.515352606742,837.5788285658869,2108.0472032178695,745.2143523631732,2871.0383716972547,969.3149708466575,5132.190031831843,1266.1396824428036,3437.061934592528,1091.7341372660915,4378.572135852096,1281.8036514781784,6172.431549824284,19505.007186553135,6034.998657033725,145710.68268756702,55044.48297552161,4401.925398353984,24783.034382990052 -1022,4391.380279620681,4645.030859627402,942.0379799874809,1861.0659825601565,1976.0580578821941,3312.605994756472,2046.6415133476796,3903.69190616418,378.1927015735268,1427.6767034061895,3037.0192648110337,7922.792626483689,1698.8807512807596,4621.739896903757,1937.042977861818,5223.31411676188,1442.225001490803,5930.717199550255,397.8733768797868,1609.3479153389621,807.3285734404127,3094.446392432651,1820.3215299044434,7102.21281065725,841.1326625508807,2067.780969040273,749.8637332420647,2816.198089548373,975.6892919353323,5034.159036439416,1274.4939452278452,3371.4099223747994,1090.754973902821,4294.936147665213,1280.6540170281864,6054.530691697852,19643.35625642164,6072.57750299717,146473.42380103993,55267.35959311814,4427.539068728662,24867.240746320687 -1023,4431.71066059958,4569.393072698667,950.7180916069708,1830.7611435820809,1994.561281667992,3258.664870578378,2067.374982484934,3840.12578022082,381.72895342900483,1404.4289985881387,3065.426492869567,7793.781104564417,1714.7714943870233,4546.481370507212,1955.2401833271997,5138.259801265432,1455.904308119462,5834.143820937622,396.1070102531882,1583.1419506439556,815.556758889051,3044.057690190103,1837.8963413968306,6986.563275588691,850.0035159049181,2034.1100675806201,757.1748818297103,2770.3402691197152,984.8103014373711,4952.184845078692,1286.4126557321579,3316.511259036649,1085.9125458951776,4224.9991601560105,1274.968528510111,5955.941184706103,19828.51511387608,6120.685421861219,147571.67164128792,55677.42051688394,4438.135388394678,25016.82979226265 -1024,4530.333881704911,4498.823799084624,966.203330068459,1802.4870419655394,2000.5129600315745,3208.338359111834,2091.6789059787084,3780.8192415656335,381.54022373746875,1382.7391302191804,3062.5739932992656,7673.414687732795,1713.1758322622643,4476.265943050675,1953.2830473120348,5058.90500380184,1457.592961015821,5744.041856616948,406.2674931057929,1558.6920563784834,823.144626962284,2997.0455516810625,1856.0834135656862,6878.663454414921,866.2451932998094,2002.6954644514128,761.9541651383746,2727.555396523922,984.6035044683186,4875.70377160578,1285.5487498384084,3265.2913734283425,1113.767129420331,4159.7486734921295,1307.672559330614,5863.958193441041,19609.454052145575,6105.240425426879,149011.50628253818,56690.117041300684,4414.290130437059,25564.176514625848 -1025,4590.963809697366,4681.680096657852,973.0330438377384,1875.7497705446408,1985.9082310740844,3338.7424157963223,2098.2138935382186,3934.4919878614496,377.2838113205695,1438.9410552452175,3026.9338366143697,7985.303364019327,1693.239055151182,4658.205368521378,1930.484845660644,5264.526001663126,1444.2246951552777,5977.510486177488,407.27924891950136,1622.0456508322522,823.5796621734668,3118.8615368615046,1857.1982177399625,7158.249183418691,876.1881405947972,2084.0957357558354,759.5201068407175,2838.4178582490786,973.9283176974258,5073.878490055759,1270.9559960006547,3398.0103056889025,1116.540820122715,4328.823141673054,1310.9291460297254,6102.300865273398,19159.825562491897,6014.453838822344,148743.71905322242,57092.58964074053,4310.06703652129,25809.613401126895 -1026,4618.207442046933,4944.527904781729,974.351633599351,1981.061689684202,1967.502524473653,3526.1924567567817,2096.7474432621284,4155.38973690428,372.67724953859465,1519.7288268532495,2988.8706640891037,8433.629486928723,1671.9468651788948,4919.7352137110975,1906.2362410209334,5560.097055596554,1428.9724134342086,6313.1112741191655,407.8546130171361,1713.1136296765326,821.465274704533,3293.966606383692,1852.7024370959025,7560.1412540044885,881.3049238861715,2201.105011219745,754.7935251207354,2997.777724189736,962.2683310370646,5358.7458479835495,1255.2495291366254,3588.787877499134,1118.1181592656903,4571.860182020374,1312.781097896091,6444.907872551532,18752.90454425147,5928.387342540372,148097.06829337194,57208.473015808406,4230.399396497231,25920.764418570037 -1027,4594.260925739441,4845.302045385144,966.7934163232197,1941.306114943393,1950.4307683931243,3455.42948733738,2081.645105838777,4072.0001543774365,368.9621989072156,1489.231193550696,2958.8043849330807,8264.384990833636,1655.128064089077,4821.006889392808,1887.0484015719574,5448.5180698380855,1415.0006038097615,6186.420940137039,398.07077297552036,1678.735186390922,815.049476889247,3227.863901810827,1837.124332785673,7408.425756077435,876.1332141610081,2156.9336483381253,748.0458572835346,2937.6188825994195,952.7328133109321,5251.207540526567,1242.6902213790079,3516.7687549065563,1091.2961279125184,4480.112948646832,1281.289385257469,6315.572669130535,18523.2815729435,5854.554060029246,146530.99293458025,56679.92659261079,4141.541673839003,25656.028024781826 -1028,4425.261072707198,4556.461872763459,926.8323020376913,1825.5801626499047,1848.7599344413195,3249.4429791164557,1989.5429511650404,3829.258377602937,348.6213025514903,1400.4545206024175,2794.567737241901,7771.725015252133,1563.255588122157,4533.6150097743175,1782.2522271022785,5123.718731203809,1339.183685028311,5817.633426887685,377.2828785062387,1578.661722140107,777.4125249785276,3035.4431284791954,1751.8864486846405,6966.791580499376,842.7036054166681,2028.3536173134578,711.401424196,2762.500316780621,900.4427921154903,4938.170359712914,1173.990154498875,3307.1256646052543,1034.3068931284408,4213.042581241298,1214.3783977306832,5939.086108980195,17327.002158346026,5511.0727906142865,139374.34455215873,54258.193820213564,3862.0817429579242,24591.65143113387 -1029,3994.137992921369,4322.010727470491,831.4002480778648,1731.6455765808655,1643.9273127768672,3082.2440319307084,1782.2182125857632,3632.2252327371352,308.8359864484532,1328.394625127682,2474.6880594651907,7371.833634262086,1384.317827141389,4300.339441791932,1578.2038943694406,4860.079583497913,1187.9708912948297,5518.28914223964,344.2012290324607,1497.4322377021206,694.9494705907957,2879.255468444634,1567.2225073291522,6608.317766677061,759.2846280284421,1923.9853943550029,633.4683046155029,2620.356833256068,797.8833630313148,4684.078538291766,1039.8488341652435,3136.958675097621,943.6147890439413,3996.261954974145,1107.896914549383,5633.492519233009,15199.643393453884,4877.942334678226,124704.66427253318,48890.40781216581,3416.575057745708,22240.96411491896 -1030,3508.939109384613,4144.547839022556,738.8421386024806,1660.5437572737253,1469.2820414351943,2955.6862875615825,1577.8280168615279,3483.0851167263054,277.9086790864728,1273.850395129475,2227.914986662238,7069.14422130465,1246.2752311733886,4123.76638198983,1420.7191169119178,4660.523447393838,1067.2872708411335,5291.7067498711085,311.3877870361093,1435.947279215403,617.0535086807552,2761.032487469124,1392.5232450903331,6336.978514508506,667.0771869368624,1844.9860519323372,567.7235670499846,2512.7642978099425,717.7629630059141,4491.749051037408,935.8950802131725,3008.1543332003857,853.6579657222189,3832.1743961403054,1002.2787235693777,5402.17984613883,13841.521395709717,4407.61093727987,111379.67365845996,43367.03965228705,3128.461229890112,19694.53931253599 -1031,2889.490619670632,3838.7476512606495,630.1595305562842,1538.02264942691,1353.834245603182,2737.604736374858,1375.4601976563185,3226.090114121436,261.5162521740205,1179.8609648848858,2101.9676358250376,6547.556411450636,1175.8214370564663,3819.4995275876536,1340.7187354871373,4316.652656022319,993.8322767641306,4901.264901798926,268.5833716167129,1329.9977366704122,545.6215091117483,2557.313219196929,1230.1856802031698,5869.412619543016,555.9930252030608,1708.8561041038022,511.5000769335023,2327.3631819543425,674.2805558579714,4160.3310637110635,881.6231158664079,2786.201494039427,736.3112626332716,3549.4222853207925,864.5021098555233,5003.586881251629,13880.834478999424,4228.038031671121,99495.42083597882,36878.69281589945,3137.9993330731595,16504.058133092516 -1032,2786.469486171316,3591.625222680956,604.6113705419377,1439.0112199540365,1399.1302213781246,2561.3692574102392,1373.936758078072,3018.408001035202,261.6282384363717,1103.9064782874193,2088.705346132298,6126.052267741462,1168.4026337126863,3573.6162122552482,1336.3473822136464,4038.764713234285,998.9325695629268,4585.742081420984,256.68321855766186,1244.378076158591,520.5391548481441,2392.6841498286,1173.7087615114935,5491.564520983728,529.7562267244438,1598.8471353192344,501.12070270491097,2177.537328847629,677.5364651967154,3892.506447570384,907.0879657343179,2606.8375602071837,703.6874383373158,3320.925406940338,826.1985195579285,4681.477002187729,14398.580243761211,4336.232435420022,97528.1256275721,34865.11928711586,3292.1260917754785,15525.387819992588 -1033,2920.5124047770687,3446.1979309930725,630.8670519776181,1380.7446995206537,1450.4157170946626,2457.657714300034,1432.7622338051547,2896.1906555205355,270.494370545862,1059.2085715013054,2159.0359247772208,5878.004341022913,1207.744915031317,3428.9181173654188,1381.3987392029037,3875.2324464762764,1033.9041543115104,4400.062337591138,267.9732154867066,1193.992381039644,542.0606888096249,2295.802778805605,1222.3491771395584,5269.207424710803,555.4573023990422,1534.1087524712473,519.689430322168,2089.3673955584313,700.5917251971571,3734.8962751690333,937.7042864099691,2501.2849753057453,734.6385424355018,3186.4589306557336,862.5381712149568,4491.920887805873,14811.666040434975,4477.722398180358,101357.7887340234,36435.689810009644,3385.5933940656337,16256.327367475804 -1034,3036.192736908317,3387.5201655077103,659.1339663070515,1357.2350186213089,1537.2588097260516,2415.811637582835,1505.332134439768,2846.8777607047236,287.02956870951766,1041.1736259168742,2291.8136896866667,5777.920664127114,1282.0195801993611,3370.534572024105,1466.4823696007445,3809.2495908049323,1095.7214097928484,4325.143301849118,281.5656756453119,1173.6624968226442,570.475863688941,2256.7125757026806,1286.3491264890556,5179.48961866714,579.1069456718733,1507.9877706213715,547.9662347937953,2053.7921289880605,743.2516252011776,3671.302897152186,995.2431330229006,2458.6960654021414,771.9017633170896,3132.2036923885935,906.2888710982337,4415.437793766779,15849.309541839675,4766.765553318126,106823.78783171749,38108.58697459045,3624.4542776960316,16972.447924931897 -1035,3297.0373112635016,3407.534283208541,714.7555508899508,1365.2538229628926,1676.632351355809,2430.084715260698,1638.8437528551292,2863.6976595684346,312.7774666244585,1047.3250790383283,2497.579916414923,5812.057725631682,1397.1233221817347,3390.4483355866305,1598.2350597559139,3831.7553666932904,1193.5862303815231,4350.697076553568,306.8733271228708,1180.596719559275,621.1332312863652,2270.045665662394,1400.626156185927,5210.091034981572,629.5970560381593,1516.8972510843773,595.6093507357967,2065.92632609813,809.8871114947846,3692.9936575636416,1084.5701604122605,2473.2225124900665,841.2817428056062,3150.7093514842186,987.7478161034371,4441.525045616953,17300.918079380346,5199.751737198698,116300.33251302893,41442.847496617156,3956.782463616585,18460.705409010297 -1036,4032.400774143872,3500.7169229491797,874.1541443863578,1402.5881370346772,2030.6044594637613,2496.5379596718303,1992.8178637336518,2942.0085099251364,379.223433124388,1075.965294343652,3027.658942533251,5970.994609661907,1693.644672758716,3483.1637419645044,1937.2402547286085,3936.5387819822595,1447.9443991158805,4469.6715034002455,372.62027358051904,1212.8813892513097,754.9541155527548,2332.122472490304,1702.3241744871311,5352.566501280176,768.0952429403994,1558.3784155638925,725.3274885002025,2122.421273052629,982.0436805606395,3793.982486715843,1314.8373463674545,2540.855405727694,1021.5245362038431,3236.868841022903,1199.3706488464386,4562.983259629416,20892.734432975078,6291.144291399333,141353.80005767682,50518.61858381015,4777.217672607951,22505.37461515397 -1037,5372.968895884171,3730.8793237823525,1127.113515405949,1494.8044059034169,2479.5038884543997,2660.6783866804612,2536.0750753930797,3135.4373865866455,455.1649842535703,1146.7070197701903,3627.7075187314467,6363.570897596648,2029.3063485828138,3712.172069970135,2320.967763509481,4195.355257857331,1750.3090908067147,4763.539972859795,479.22943591651455,1292.624967101294,950.791637039529,2485.4530385199514,2145.5835975165314,5704.482861177108,1014.819752351294,1660.8374619327749,895.7836691859115,2261.964568479571,1180.0140741446533,4043.4262826814634,1576.4337107424562,2707.909581550502,1313.7895653282583,3449.6839643332137,1542.5186449961122,4862.986717524869,24039.741201426263,7459.270216809618,176324.54205311145,65618.07499642383,5483.415067689124,29612.21309801551 -1038,5461.717984418319,4252.221222711342,1148.759819008411,1703.683895125559,2568.421214230942,3032.473612998597,2605.727919561573,3573.574013165831,472.0531183354035,1306.9444231596194,3763.710846306063,7252.797229462812,2105.3853639528475,4230.899873298649,2408.2928727012845,4781.601632236354,1812.5702283570963,5429.182777022429,492.1182044467069,1473.2525072781805,978.5443977491022,2832.762799664188,2208.02661690415,6501.610205472698,1035.572010609344,1892.9179129666688,921.2860730421977,2578.044720395529,1223.5025092438757,4608.442557251141,1635.307503701905,3086.304753534334,1349.1236419433849,3931.7324661987436,1584.0043390683857,5542.525911842903,25164.43145630899,7763.6602738721585,181600.0179231391,67091.70715426224,5743.046462939558,30231.22452108787 -1039,5328.313232436463,4642.041742532063,1120.3461766675496,1859.8683706793886,2509.0590543239227,3310.474304460265,2542.8130603190093,3901.1798470273793,461.4445956023648,1426.7579812341025,3679.2393325547737,7917.694241650882,2058.1327730962853,4618.765767742179,2354.1791476679496,5219.952869443495,1771.1508951802878,5926.900732296425,480.18296740064596,1608.312286187841,955.1338500157268,3092.455089706845,2155.1749373416656,7097.642475955799,1009.6594467814923,2066.4503342973057,900.0485503055713,2814.385841985823,1195.9833045886257,5030.919512033397,1598.5872531537575,3369.2403912481163,1316.4036362099187,4292.172319512001,1545.5878222682693,6050.634549402629,24617.164924056015,7589.578045860797,177352.16124121653,65463.693664666775,5618.423393219351,29487.820231048634 -1040,5194.124882517759,4712.416072356596,1092.0926012482455,1888.0643666242704,2415.026571983669,3360.661791669427,2461.1204776491286,3960.3225545873006,443.8665103751335,1448.3879325185094,3538.2040783780226,8037.728152786675,1979.2389440879997,4688.787228890017,2263.739570128542,5299.0884535846135,1705.768327494852,6016.753794829288,464.81638110670264,1632.6946389469724,923.4465884381464,3139.3373597339714,2083.770129376561,7205.24422972785,981.7615389217705,2097.778156289817,871.1649865088224,2857.0525236924314,1150.608321314143,5107.189310690441,1537.4512831156242,3420.3187847014456,1274.2767149178471,4357.242555246741,1496.1266579660025,6142.3634426450035,23533.589861581644,7282.855950603777,171388.16962129975,63569.547733626954,5369.177253778937,28660.928334919565 -1041,5019.147868234982,4728.271416528171,1051.7901655636927,1894.416927580533,2306.7361550074993,3371.9690380018883,2364.757301195441,3973.6474130398005,423.33304777807183,1453.2611628978793,3373.7252979862965,8064.771806034439,1887.2310213068365,4704.563071710314,2158.4610943621606,5316.9177093076105,1628.4552155193276,6036.997699600826,446.6785827461985,1638.1879856782696,886.2670193055357,3149.8999402754594,1999.97073388049,7229.486916567993,947.9551858145134,2104.836317995593,834.2968012590002,2866.6653317263276,1097.5482513728466,5124.3729046318595,1466.1098728522736,3431.826752307716,1224.55261944678,4371.902886442396,1437.7456611961557,6163.029972279629,22312.28548150438,6932.487186452574,164259.7209718167,61230.38622369122,5088.775346908468,27641.720539650727 -1042,4818.553942943149,4789.678382460389,1006.0194636104723,1919.020082832304,2188.8770348848525,3415.761445332243,2256.801434143939,4025.2539325949638,400.887094874756,1472.1349437914075,3194.0604806469028,8169.51054116989,1786.7281685930384,4765.662132830332,2043.4705265210866,5385.969537317855,1543.6742598462035,6115.401344276637,426.69330967465385,1659.4634466163768,844.7052530462776,3190.8082937270506,1906.343023256766,7323.377646960767,909.0704777900436,2132.1722301473865,793.416464344953,2903.8952631023158,1039.5181780351982,5190.924116408481,1388.1601457889083,3476.396543231219,1169.7637411897165,4428.681626061337,1373.4181094479222,6243.0704222047525,20999.41524081932,6552.6282376372565,156360.10112468232,58590.76339547223,4787.602928417968,26489.720523982753 -1043,4634.237735279158,4877.792502583188,967.8349721007106,1954.3236570171516,2094.293535689703,3478.600072536733,2164.384540613883,4099.305190366315,383.6651297038935,1499.21732071033,3056.5346288809633,8319.802309361505,1709.7974671398877,4853.334433996653,1955.3933649641808,5485.053427486108,1478.0208764358413,6227.904348783574,408.9956027683642,1689.992043695047,809.8623939442015,3249.508532622395,1827.6928261909147,7458.103389727122,873.4083181515812,2171.3970934905483,761.3187918841244,2957.317258402465,994.9258342589459,5286.4198208416865,1328.440665220162,3540.3506541641136,1121.2461399717236,4510.1546089266185,1316.4536560344554,6357.922112274737,20045.827014523835,6263.865237284383,149888.29000122342,56262.233929866416,4569.512556407605,25440.635941800814 -1044,4560.053666768332,4859.013020478395,950.4112179377028,1946.799518562207,2047.221423400687,3465.207475828829,2122.6321019079724,4083.522881376378,374.6161613589316,1493.445339874621,2984.023589412172,8287.771102929224,1669.2354560139706,4834.649115360498,1908.9793942008637,5463.935993189599,1444.0019746170958,6203.926941338218,401.31230962139256,1683.4855809201326,793.6584337770976,3236.9979374493864,1791.2077938215245,7429.389720773614,858.889668512292,2163.0372231520682,745.1849661952011,2945.9315984952523,971.5480979048461,5266.0671251558115,1296.9937851255124,3526.7203179578573,1100.1826793256876,4492.790531278106,1291.723073883322,6333.444136947189,19503.27131394721,6109.457317315817,146786.00238119872,55259.87243253234,4444.889486687397,25008.093854386443 -1045,4523.637798477066,4805.143839052943,941.7126797663286,1925.2164324452476,2020.255587703145,3426.790643149941,2100.794221422687,4038.2511288569344,369.5686415855671,1476.8883400016753,2943.4974051713016,8195.889183026,1646.5654798543178,4781.05004303323,1883.0339666541513,5403.360366395907,1425.1850590672905,6135.147445472554,396.9721200822954,1664.8217103349925,785.1670020217898,3201.1111373047124,1772.0356699528254,7347.024198997477,851.9396447811819,2139.0568295797716,736.8662421893615,2913.2716893578427,958.5246358910508,5207.685160718165,1279.4310118041517,3487.6215265275355,1088.2842121184142,4442.981455398711,1277.7530987834602,6263.228755794004,19187.412220858605,6021.13361465208,145111.2806209921,54743.86542998655,4372.192696017276,24784.489840710517 -1046,4548.578543521974,4742.762160476318,948.2665959426514,1900.222751360582,2033.1858241285988,3382.3031190277707,2111.5362784108897,3985.8254591226237,372.004167492705,1457.7149756227,2962.954106625444,8089.487930162374,1657.4493803836472,4718.981156641259,1895.4081205641353,5333.212478861156,1434.5047252445409,6055.499299905468,399.3181377589472,1643.2085440490123,789.2179920635658,3159.5534456426135,1781.2283359908067,7251.643141233579,855.569307191004,2111.2870145504094,741.4667760613372,2875.450807357415,964.829233124148,5140.07758169339,1287.8786618782028,3442.3442794040366,1094.7157317886663,4385.30146696215,1285.304337786142,6181.917823971238,19323.600806241266,6061.163950719968,145982.63938022888,55043.02345106654,4403.348463447329,24916.4799241837 -1047,4590.359174138119,4733.469888167102,957.005150844415,1896.4997337062373,2052.225986838349,3375.676330554962,2132.9093648645744,3978.0162175266983,375.4825804634186,1454.8589427784664,2990.6682973468924,8073.638574418666,1672.9524447532176,4709.735477341758,1913.2146019454494,5322.763364830207,1448.1096606574094,6043.635043052804,403.0130871810282,1639.98908232281,797.2617275602333,3153.363080197536,1799.3197094724376,7237.435335638952,864.5866256065735,2107.1504685465625,748.6934955366703,2869.8170709376586,973.8489136277072,5130.006867842794,1299.9234353774557,3435.5998550909517,1104.8452973606593,4376.709550688422,1297.197447742915,6169.805881210911,19505.832785213126,6118.608137675187,147368.41960062122,55569.927315122906,4444.889486687397,25154.515221237772 -1048,4691.6068558807665,4678.236112821371,972.4576888440592,1874.3699129384681,2057.973756073859,3336.286337064589,2157.435889770922,3931.597657934756,375.2933759515645,1437.8825271882806,2987.9201570317396,7979.429136146577,1671.4151602396398,4654.778653396683,1911.3045924752598,5260.653258954924,1449.650084037741,5973.113250768026,408.599065761241,1620.8524255609464,804.6830330376075,3116.567209077587,1816.3767600772433,7152.983361325721,880.9452194943764,2082.5626126292154,753.3540977479718,2836.329833218925,973.618228467992,5070.145993356444,1298.9297897127174,3395.5106277255695,1120.1590486054997,4325.638729961209,1315.177303454508,6097.811830330504,19290.24558123404,6095.2419529615445,148541.0887697506,56480.23779392036,4392.963207637311,25627.26454781508 -1049,4753.418205187636,4803.974182619026,979.1850108520696,1924.7478009406937,2042.535785293328,3425.956502100744,2163.556203886862,4037.268147582523,371.10272286811295,1476.5288394316774,2953.1871614886654,8193.894159602,1651.9858407597978,4779.886251452577,1889.0024201182284,5402.045093548929,1436.1989349334938,6133.654042793469,410.41674634367024,1664.4164634807792,805.1124688598126,3200.3319306122917,1817.6147510093997,7345.235804224637,890.8745788928569,2138.5361455655075,750.8727403689347,2912.562547844219,963.0332689679723,5206.417518654144,1284.0520372746907,3486.7725781725626,1125.1421519028343,4441.89995565195,1321.0279586499314,6261.704175873675,18847.94082364449,6005.466244557164,148289.91272576415,56904.98196217963,4289.110649537137,25885.61464058579 -1050,4780.911616728133,4908.593457444054,980.4040498610235,1966.6642874788674,2023.2958575049736,3500.5657883306026,2161.5653162970193,4125.19036569153,366.56868628105786,1508.6841696993702,2916.080122517344,8372.337929777144,1631.2285031374015,4883.980947711013,1865.2798625114265,5519.6889481524695,1420.9127498373061,6267.230622015387,410.1818035522574,1700.6635449172713,803.0487213272647,3270.027643589148,1813.0928748570543,7505.197788624369,895.9370715273781,2185.108440134793,746.1443779489244,2975.9913195350523,951.4820875818364,5319.8010641379315,1268.083967858756,3562.7062957033545,1124.4980650319665,4538.63410420066,1320.2717370802593,6398.069386248644,18447.655405271922,5916.421263793449,147560.84794377876,57018.989189005224,4195.643347246982,25985.784263821584 -1051,4755.932872342975,4812.811588187099,972.7778226871752,1928.2885728696338,2005.6504901680155,3432.2589021380263,2145.8832421837246,4044.6951183885562,362.9138053512554,1479.2450663910613,2886.7531504633102,8208.967672305766,1614.823263666836,4788.67934478896,1846.5054023926562,5411.982712190061,1406.9971577114811,6144.937531490501,407.68908872420076,1667.4783290867967,796.777510428723,3206.219270999258,1799.053295794982,7358.748122427745,890.6472284569116,2142.4702031857014,739.4634311653301,2917.9205067963726,942.0481395306766,5215.9952602114445,1255.3717211862443,3493.186855648997,1117.66438061069,4450.071288367044,1312.2483169587842,6273.223225986331,18221.908809084918,5854.3388138783075,146371.48317065617,56661.08490402032,4143.7170681968955,25840.527300866426 -1052,4580.279692096052,4517.9281896063185,932.4620480924922,1810.1413573817179,1900.7898527448801,3221.962664413739,2050.481726862367,3796.874604146738,342.9033783550775,1388.6109735082441,2726.5450345780587,7706.00007390844,1525.204311482367,4495.27454095851,1743.9653687913287,5080.387795998425,1331.4915103763901,5768.434103057917,390.04983332930794,1565.3110890585756,759.9873929678679,3009.7725957236125,1716.1835079829145,6907.873905583778,856.5315742611207,2011.1999709530212,703.1836281232587,2739.138042520271,890.3226634261254,4896.4085942618285,1185.8696441969303,3279.1575314178567,1069.3070220238783,4177.413171298571,1255.4720042132326,5888.859668211665,17045.185682831478,5515.09378772252,139368.16265815042,54337.22721303336,3873.7004171364465,24828.66979837701 -1053,4133.444211812609,4293.224177060559,836.364621993352,1720.1120321670242,1689.9127965693328,3061.7148896412323,1836.417779757357,3608.0329663695766,303.7680482963567,1319.546914825283,2414.476549216124,7322.733880951081,1350.6360599715495,4271.697231967198,1544.304414443071,4827.709250625434,1181.0526544417166,5481.534835370385,350.1090813148299,1487.4586602831453,679.3753042405398,2860.078321993181,1534.3878973836122,6564.303375110145,771.6323708932011,1911.1707795761574,626.1091663461915,2602.904069061593,788.8971533580558,4652.880452153388,1050.284399207464,3116.065108485069,959.8109449984129,3969.645039035696,1126.9128004997292,5595.970905656686,14952.324780747578,4872.465792357707,124398.6093497695,48837.841490759914,3395.978649875651,22362.69260905456 -1054,3632.0202734646446,4107.313776926722,743.3374008753608,1645.6256547996659,1510.7254322502122,2929.1327982446805,1626.2743995064682,3451.7935470404186,273.35103963175993,1262.4062939741025,2173.6804188773035,7005.635977432493,1215.9369108566784,4086.7190177176544,1390.1971746922804,4618.653929613032,1061.1683734366475,5244.166765928224,308.86408874783945,1423.0469213869212,603.2219176631784,2736.2277417935893,1362.05746434177,6280.047949179376,678.05687476363,1828.4109446125965,561.1626930221203,2490.1899602631674,709.6995753700844,4451.395779804647,945.3818898262195,2981.1294779962404,846.7393413041995,3797.746655173125,994.1555755065798,5353.647386711015,13616.043750186815,4395.1803912821015,110797.90518324547,43097.03653117719,3094.8062313851497,19666.57851271207 -1055,2994.253613300992,3802.098414230199,634.5108300943497,1523.338861442426,1393.5428101345765,2711.4683153350074,1419.894158576746,3195.2900324241664,257.2420125646832,1168.596613045858,2050.6565307827873,6485.045673914999,1147.1184750129746,3783.034055970033,1311.893326009347,4275.440771121072,988.7060110505287,4854.471615171694,266.9165412982615,1317.300001177122,533.3762628572289,2532.898074768075,1203.3093133805567,5813.376246781575,565.777913538646,1692.5413373882393,505.86221886651555,2305.1434132536374,666.8126117309233,4120.61161009472,891.0534813858128,2759.601110725324,731.7417096896671,3515.535291312951,859.1370036004396,4955.816707676082,13654.82867469008,4216.96924931358,99067.64193612554,36656.024753127786,3115.5767430051847,16493.092721337434 -1056,2677.865408358143,3583.9574735468,570.8995106679122,1435.9390795296504,1315.3182230322188,2555.9009984221534,1307.7972174326878,3011.964011503579,246.5021934218205,1101.549751898033,1966.7353868526247,6112.973778461696,1100.1737559918106,3565.9869104995178,1255.855910267288,4030.1423674401303,929.5781625164409,4575.951995403036,240.36198377834037,1241.7214574067866,484.4445382336388,2387.576016134054,1092.5709388436912,5479.840597553459,513.0339237624298,1595.4337617133044,474.3042084494575,2172.888511409099,638.6184721083011,3884.1963480771037,844.3520467507046,2601.272231085722,658.9433839464652,3313.835573972004,773.6645826383104,4671.482531995402,13397.484570628085,4062.5381729496494,91942.11878908715,33045.29743756093,3049.0275538577403,14721.191439569184 -1057,2816.061008918393,3457.179705639469,598.1156168713651,1385.144628787042,1371.0621334959537,2465.4893721783274,1369.9907387314943,2905.4197577801265,256.32613219293734,1062.5838825161336,2044.7637945458255,5896.735394878851,1143.8221323518187,3439.8448275544074,1305.7424051313335,3887.5813974888906,967.5481119574875,4414.083729858528,252.04842160341715,1197.7971988477475,506.9083382912686,2303.118664095499,1143.324517097508,5285.998465057873,539.8477278647667,1538.997396983273,494.36665224305085,2096.025446648648,664.1434305360904,3746.798026038506,877.9188950628227,2509.255657337148,690.9813159259147,3196.6130119352074,811.2802775179316,4506.234999736498,13873.220463753316,4220.564946442098,96027.8995466621,34673.00942167763,3156.5253201796486,15472.436036117992 -1058,2892.169803201278,3397.39726288231,615.5880956034422,1361.1923507652284,1423.4824080389387,2422.8554943326944,1415.5251058405233,2855.1784902892655,266.0995492877827,1044.209408077452,2123.142342557061,5794.76752620734,1187.6663739977168,3380.3621439781587,1355.8916882300034,3820.3563377154396,1003.8048970279528,4337.754256017432,260.6117282467819,1177.0845808840377,524.1306006424604,2263.2925423944384,1182.1690730858088,5194.591616829455,555.5498418257667,1512.3846572293955,511.3968321769301,2059.7804342538866,689.3796915755167,3682.0074286191993,911.4908794542714,2465.864961605267,714.4573006413418,3141.3363556216595,838.8434010872243,4428.312022379374,14470.744610550746,4390.58908102952,99348.24729884489,35733.61398124588,3293.3406591348034,15935.286439605497 -1059,3136.6722197005697,3427.4184488882793,666.4406496499863,1373.220561065709,1549.4725796097505,2444.2651175921296,1538.5205922087405,2880.408346530598,289.3449408037522,1053.4365906655962,2308.749480999391,5845.973134590633,1291.4933066923952,3410.2327987292633,1474.506251775873,3854.1150121797664,1091.1505924994635,4376.084930145781,283.59707829105963,1187.4859182647297,569.6697369506512,2283.292183632597,1284.9393925063928,5240.493755757295,603.1911101040758,1525.748882132767,554.7577848662502,2077.9817356512185,749.5722460407598,3714.543579483158,991.1477019928909,2487.654639099488,777.470777653322,3169.0948530072205,912.8274436935661,4467.442912478324,15757.693316590727,4778.787669583651,107961.67533241602,38801.879890553224,3586.5163854672787,17308.79100441902 -1060,3849.0022082491864,3523.8501286758883,818.4528582408956,1411.8566270720064,1886.5702205685839,2513.035416477613,1879.0627422247258,2961.449695718728,352.8197678223468,1083.0754169433055,2814.858348922476,6010.451740797781,1574.605970391789,3506.180953923132,1797.5541893780962,3962.5519568544637,1331.065141748478,4499.207690614109,345.79547804076134,1220.8962717217294,695.6334644511661,2347.533449762511,1568.9758698400049,5387.9369767471535,738.4421667569395,1568.676388602207,679.052612100293,2136.4465167466856,914.08688026103,3819.0536305188066,1208.4921405584282,2557.6457181454716,947.9853630418314,3258.2585033286095,1113.0283998793007,4593.136063410994,19152.98149905466,5816.111658660467,131861.40508818248,47486.397201255684,4358.545798142796,21178.043843888267 -1061,5237.516126469379,3719.2477449084518,1083.074659035618,1490.1441277653685,2387.241082089492,2652.383320604354,2461.2804119452717,3125.6621877390753,439.7071503300639,1143.1319877232702,3502.9393312491234,6343.731505755902,1959.5121676430044,3700.598813780874,2236.8589374317526,4182.275605220287,1669.119147433956,4748.688918696744,457.41344363281326,1288.595013850496,903.4693386910559,2477.7042638890925,2039.1366690403572,5686.698275674265,997.6643148954893,1655.6595507063096,866.5881685172925,2254.912552854052,1140.2681501426607,4030.820291534011,1504.8905506926737,2699.467265102361,1253.981838858381,3438.9290543940483,1472.2984699929996,4847.825623139678,23023.399412229603,7174.870915546565,169829.9444269594,63272.483292037694,5228.300452929138,28535.623989973108 -1062,5329.402118181639,4241.2394480649455,1105.2651007307265,1699.2839658591708,2478.0185993167624,3024.6419551203035,2532.829974462353,3564.3449109062394,457.0654114526338,1303.5691121447912,3642.6698955579222,7234.066175606873,2037.6761650928488,4219.97316310966,2326.380629380534,4769.252681223738,1732.209680096965,5415.161384755038,470.3784916802825,1469.447689470077,931.3244882993383,2825.4469143742945,2101.8148856460143,6484.8191651256275,1019.261105940487,1888.029268454643,892.9166738433306,2571.3866693053124,1184.9795199090488,4596.540806381668,1564.640871715635,3078.3340715029303,1289.5250329156675,3921.578384919269,1514.029688586124,5528.2117999122775,24171.312032108384,7486.216294402214,175218.81704800334,64776.87138471296,5492.158606628365,29164.782980611875 -1063,5188.32621873263,4635.998516572966,1075.038106229603,1857.4471074849603,2411.3875363844945,3306.164574956901,2464.2262484329744,3896.1011095600593,444.9337740886772,1424.9005612995632,3545.964060581144,7907.386618835057,1983.5798070347428,4612.752843530218,2264.5524859475804,5213.157291886134,1685.825652431307,5919.184817113193,457.6536197976573,1606.2185104104342,906.1234251324485,3088.4291877628298,2044.941628699521,7088.402434689886,991.4996661706876,2063.760133089292,869.2439617444705,2810.721943528519,1153.531538497523,5024.370026897431,1523.1066291232116,3364.8541573182765,1254.6402728266726,4286.58456984906,1473.0715364713703,6042.757551778301,23526.2407789358,7285.891836806001,170539.09835597393,63040.39021101121,5345.570743462127,28380.01943882195 -1064,5051.7379624979885,4733.404909004982,1046.3993103921352,1896.4736993241522,2315.512206837488,3375.6299906341997,2380.8059590109433,3977.9616089273363,426.8800835993877,1454.838971062719,3401.147188704205,8073.527742770379,1902.5705757325068,4709.670823996041,2171.8806389284205,5322.690296085337,1619.6280776432588,6043.552078472795,442.27842040018834,1639.9665692153067,874.4369577062919,3153.3197921032515,1973.5370991150235,7237.335983050867,962.8211450142159,2107.1215424363004,839.5771501398709,2869.7776752484256,1106.9216640298082,5129.9364451812335,1461.0835783625425,3435.552692564256,1212.4897390335962,4376.649468988069,1423.582648761934,6169.721184608613,22417.05769938185,6971.909740220797,164472.2568334569,61125.13174269468,5091.485113973983,27547.808905040998 -1065,4890.911521694168,4717.029718930144,1010.2453343061189,1889.9128582604003,2219.32840513843,3363.952015945451,2293.8061907378656,3964.199871085583,408.6399053493504,1449.8059630827527,3255.1462750147384,8045.597414834387,1820.8990022886449,4693.377741866909,2078.6165178183323,5304.276476227653,1551.7818233218022,6022.644440965616,426.1359988000345,1634.2931132563222,841.698023905454,3142.410898409368,1899.7177843375364,7212.298456231122,931.5646716098632,2099.83196623661,806.5916919292521,2859.8496940576933,1059.7649890396708,5112.189456284958,1398.493629187279,3423.6674155946407,1168.235894282068,4361.508472533429,1371.6242663516284,6148.377065724019,21347.9046105625,6662.5875219750915,158114.5391529124,59015.5113087396,4847.17200869692,26626.387049616424 -1066,4697.469685423156,4754.003858074346,966.8131654976751,1904.7268206807146,2107.373133872502,3390.320141084208,2190.3298760706266,3995.2730010768414,387.24379249652037,1461.1701754378264,3083.9641577823386,8108.662321362427,1725.1412942954078,4730.166486484665,1969.2710109050229,5345.853711941114,1472.0349712752147,6069.852558540679,407.3122139950172,1647.1034164709595,802.7482626913643,3167.0424875087047,1811.958360287897,7268.8316015704495,893.7308402085563,2116.2913663093923,767.5522729704365,2882.26644502605,1004.4324507676228,5152.261030040291,1325.0932335265206,3450.503616117112,1116.6311926436558,4395.695880871116,1311.0352522907474,6196.570730526849,20107.044180151628,6302.087218664541,150605.92952220025,56500.61364902312,4563.768806575528,25529.71323115773 -1067,4503.629370533224,4791.887730700833,926.391884986902,1919.9052745518375,2003.9982890334645,3417.337043094017,2090.893235716694,4027.110672647884,368.15537823653,1472.8139995625993,2931.459467833516,8173.278913970352,1639.8315680002684,4767.860403028655,1871.793113921759,5388.453938434208,1400.498234597349,6118.222212427005,388.7053986738907,1660.228911925966,765.8410517257364,3192.280126724263,1728.671753831632,7326.7557216928135,855.7187000088131,2133.1557431494807,732.451884997164,2905.234750929612,955.022935479312,5193.318548382214,1259.6602321460675,3478.000110312883,1065.6213047261192,4430.724456326069,1251.1446082572772,6245.95018062502,19035.405666365048,5981.463348241396,143611.7435133484,54040.80099975681,4319.455701298465,24431.17070484684 -1068,4424.5244566915635,4712.675995308226,907.8525801486354,1888.1685066780153,1952.6838890459733,3360.8471558475717,2045.656587011454,3960.540994281928,358.2123139396941,1448.4678213188079,2851.7801645704094,8038.1714901307905,1595.2596957841151,4689.045848544434,1820.8899220150902,5299.380735651957,1363.6988430729887,6017.0856611971085,380.5528243173547,1632.7846935608165,748.6187893745446,3139.5105163101694,1689.8961769961707,7205.641649717652,840.0165860478132,2097.893863536775,714.8672140386434,2857.2101102708493,929.3361063802507,5107.4710081678695,1225.519637313581,3420.5074393831187,1043.271327205027,4357.482887876235,1224.9035282918455,6142.7022372699885,18437.498805967312,5811.899801130363,140254.7371645467,52970.96390196784,4182.640362343311,23972.593250074824 -1069,4385.749984827931,4634.438972560028,898.6303252347266,1856.8222646370878,1923.7853863457667,3305.0523853929417,2022.1743990791397,3894.790466095119,352.7486807440615,1424.4212265604635,2807.9215337438973,7904.726584019405,1570.7255795366411,4611.201119332168,1792.8668876429595,5211.403592394211,1343.6304941716487,5917.193610858488,376.0115624812852,1605.67818054354,739.670698852033,3087.390244106584,1669.698430725663,7086.017905113615,832.4915923833968,2063.0658868016376,705.8605103457323,2809.776420236526,915.2372201146032,5022.679835201678,1206.7417965477796,3363.7222246533506,1030.8216278199272,4285.1425682440195,1210.2863521984161,6040.7247758126,18096.43103924789,5716.618996231028,138462.45953454604,52423.48541356853,4104.46016865465,23737.006244056643 -1070,4406.014825471674,4529.819697734999,903.8696607552242,1814.905778098914,1932.764671661639,3230.4430991630834,2029.8228438751676,3806.8682479861113,354.4114716464532,1392.265896292771,2821.1625131412998,7726.282813844259,1578.1324620964567,4507.106423073732,1801.2475156291382,5093.759737790671,1349.9964418816203,5783.617031636569,377.76297637054574,1569.4310991070477,742.4287561282597,3017.6945311297277,1675.9830131177669,6926.055920713882,835.2172991489249,2016.4935922323523,709.1647362321513,2746.3476485456927,919.5504357853761,4909.29628971789,1212.4313250110465,3287.7885071225583,1035.6230634577043,4188.40841969531,1215.9237116275644,5904.359565437631,18182.595153022332,5743.079380957011,139085.90976824283,52650.75972532149,4124.005217076816,23839.080715702043 -1071,4446.544506759163,4470.167213302082,912.2146795838406,1791.0055688412717,1950.923778423896,3187.901901158976,2050.4450142962814,3756.736197693976,357.7370534512366,1373.9313652855847,2847.6444719361057,7624.536608469327,1592.9462272160877,4447.753046188921,1818.2308875180856,5026.680815506963,1362.847571772426,5707.453486955494,381.26580414906675,1548.763507358345,750.0290092631082,2977.9549856172375,1693.0788862828451,6834.8477776616355,844.046546077676,1989.9387046989998,716.1019506852657,2710.1814275293978,928.1768671269215,4844.6465376217075,1223.8103819375797,3244.49213644407,1045.2259347332588,4133.251926782468,1227.1984304858618,5826.6059812851045,18354.867482943664,5797.733965780625,140410.2170711356,53155.93512536553,4163.095313921146,24067.299756520024 -1072,4550.337458000131,4444.889638497049,928.4066611975759,1780.8779214664942,1960.3842558430379,3169.875186512182,2077.4975201851116,3735.4928804468263,358.31335729223713,1366.1621586304868,2851.0798839343406,7581.42193618128,1594.8679652123344,4422.602217377686,1820.2903069069773,4998.256308263275,1367.1675360066647,5675.179396171273,387.2098189676073,1540.0056726858393,758.4071519266225,2961.1154634421027,1712.2742978864178,6796.198580050697,861.1140218645888,1978.6861447688532,721.9180297989002,2694.8560916972783,929.9135011569763,4817.251384506571,1225.509365154919,3226.1454194713237,1061.5212289274068,4109.879515912381,1246.3307145163635,5793.658115685556,18194.007012219412,5788.264407365182,141792.71380519104,54108.57339507109,4124.005217076816,24555.10809768336 -1073,4627.590671530902,4621.57275178694,939.3593072908131,1851.6673180869968,1959.6645964601594,3295.876833851782,2094.8287692644376,3883.9776720765985,357.05722302885533,1420.46672029049,2839.9735612833006,7882.781326355411,1588.6551900785096,4598.399411944993,1813.1411508628278,5196.935591077459,1364.6213102695513,5900.766181388562,390.9916876100586,1601.220465147195,763.3325244531115,3078.818970489961,1723.6072451514235,7066.345562612386,874.3298464200753,2057.338362644738,724.2041546817507,2801.975863586665,926.8863514566234,5008.735772497462,1220.9502094679535,3354.3837927486525,1071.8890802894425,4273.24607102966,1258.5035955138562,6023.9543966889905,17946.550472921233,5750.395205650601,142438.74028043495,54772.85994973884,4065.3700718103196,24910.049408157978 -1074,4667.194502662942,4799.945367414011,943.9109967469155,1923.1336263195428,1951.8066735372317,3423.0833505968662,2101.498239872595,4033.882324370036,354.7832055535299,1475.2905601210878,2821.0627071210333,8187.022414641771,1578.076631523152,4775.877637401785,1801.098348776366,5397.514710873309,1357.7996315296195,6128.510102020575,392.30916253153725,1663.0206136904517,764.7843326756088,3197.6479973826354,1726.9818035312742,7339.075779926517,881.9159486460698,2136.742679028802,723.1633334167537,2910.1199501465117,921.1557933984622,5202.051197507229,1212.9793911347608,3483.848423744299,1075.5008884854687,4438.1747911526845,1262.744214888184,6256.452846862721,17696.14109222682,5701.329513435805,142406.0434237207,55074.79359254532,4006.734926543825,25086.433455901537 -1075,4623.983761796154,4658.806813882774,931.5830585248872,1866.585420561056,1918.503623781415,3322.4303231686836,2073.3335743690973,3915.2692417624844,347.9960758594868,1431.9108214458622,2766.564607400861,7946.289570227567,1547.5908938563737,4635.446776217166,1766.2765426729186,5238.805108858264,1332.6545106819874,5948.306165331444,387.6594159535223,1614.1208229756762,753.7728977376689,3103.6237161654954,1702.284294273644,7123.276127941515,872.7911926820241,2073.9134699644783,711.3038605261537,2824.5502011334397,903.6448275813116,5049.089043730222,1189.6492427877693,3381.408647952797,1062.753782239931,4307.6738119968395,1247.777853781049,6072.486856116804,17269.966649268943,5584.752989745947,140248.89099329332,54444.13227924761,3909.009684433001,24829.940982832293 -1076,4466.236859190555,4387.771410721477,896.4011135346118,1757.9930808896188,1828.8833386490255,3129.141294863849,1989.8366268650966,3687.490623798777,330.9097469058694,1348.6065458478467,2629.9024073531837,7483.998283350174,1471.143311261561,4365.77038996288,1678.9832458472852,4934.027144995995,1268.8921319486356,5602.251558636177,372.4469436689714,1520.2161161519034,722.4025954914609,2923.064199796366,1631.5937979953349,6708.865293945845,842.0085371114027,1953.2594064007233,679.9591551280301,2660.2263445974154,859.4496640830424,4755.348191354295,1131.0429907526589,3184.6884376577573,1021.0493587375112,4057.066273422199,1198.8127435921706,5719.207789396372,16285.493778397438,5297.484082730287,134212.6232640794,52405.84571945,3684.241627578103,23938.695109362616 -1077,4037.016921725974,4179.247650764195,805.7201300312415,1674.446493592421,1631.2687443400475,2980.4324750178034,1786.395979194225,3512.246898065282,294.1755404100184,1284.5155799976096,2337.183391919106,7128.329923383942,1307.3989759467324,4158.292203063545,1492.0650365712877,4699.5432132460755,1129.3514529965664,5336.011034715794,335.09379259475344,1447.9696040129477,647.4941188515901,2784.1489554769637,1462.6208882551578,6390.034232527702,759.8501622679038,1860.4330128927634,607.1745114216153,2533.80216526177,764.2045837291955,4529.3557701574455,1005.3030420933125,3033.339804114497,918.6470928591965,3864.258892512907,1078.582374455632,5447.409055919094,14349.667139942097,4698.057797670062,120130.82677758293,47198.629085025204,3244.4780380793904,21601.79331933156 -1078,3525.2271258501873,4020.5642507242023,710.2978670508721,1610.8688152656287,1439.527569466795,2867.2673318516754,1566.9955079362792,3378.8890963415665,261.005166770389,1235.7433327724202,2074.248126419644,6857.671727609746,1160.3153974638265,4000.404468169141,1324.0895546306222,4521.10451852637,1001.1021334396528,5133.406057840401,292.94354550148887,1392.9911104849748,569.0081070728935,2678.4365738735205,1285.0720085912071,6147.408658950118,663.1717096045836,1789.7935436144858,538.0153498995501,2437.595293544342,677.9096760594377,4357.378985420145,892.0896434012366,2918.165802998407,803.0937677567173,3717.5354171556623,942.9113635374287,5240.574366368254,12830.55353007682,4173.122501549546,105828.1283539775,41318.27491860641,2902.439690691503,18860.15885604806 -1079,2887.604998882854,3725.161006240158,601.5290017247976,1492.5133196702227,1314.9862008824985,2656.600365771099,1356.7776309955254,3130.6317027104933,243.20905112013259,1144.9494622890059,1937.55211153381,6353.817454524189,1083.8488991583633,3706.4824250298548,1237.1415152707066,4188.9250382000455,923.4873735583583,4756.2388966721755,250.9946098739821,1290.6437612290654,498.5051487853411,2481.643585445479,1124.8959741456574,5695.739602126546,549.7773818649254,1658.29189688789,480.58537181193924,2258.497656111404,630.6962622605721,4037.228924515671,832.3838350658099,2703.75916940392,688.0923305043401,3444.3966348282015,807.8883234367717,4855.533219343617,12737.89886709143,3963.7379264336914,93761.45198237197,34875.7437839964,2892.6671664804203,15700.219486158441 -1080,2354.9147136561555,3450.1617670359665,489.28648122450875,1382.3328397597195,1080.815209640861,2460.484525883149,1146.1941831843371,2899.5218701336607,201.1528059405099,1060.4268790961478,1608.706494430373,5884.765254334854,899.8956738649993,3432.862078070493,1025.644546949941,3879.689760407026,756.0077906771229,4405.123313784023,208.55212914005483,1195.3657177224682,406.85867548432464,2298.4434239409775,918.7137502867685,5275.268096420839,447.8229468307657,1535.873292897691,392.4104541669992,2091.7705975669055,520.3358750621514,3739.192173654388,682.9271920892141,2504.1619672073125,571.7378578116544,3190.1240134546474,671.2766861595986,4497.087520214529,10743.51471656274,3326.959923873318,77144.0022909259,28311.149666923724,2463.9960008804023,12734.804801653756 -1081,2491.25446397422,3295.3772238767474,516.3357630953572,1320.3172672899072,1138.0582394028638,2350.0998543793735,1210.5974296129264,2769.440674423707,211.38658763495948,1012.8529677500533,1690.3753101010673,5620.75714022431,945.5804610938584,3278.853650535446,1077.7791942710226,3705.6353108731983,795.0112946919795,4207.496348521504,220.42897122888067,1141.738047769816,429.429028738808,2195.3283993786213,969.7307368576227,5038.603841965204,474.2946875707347,1466.9694379355951,412.77413819686785,1997.9275321687187,546.8450097606776,3571.4408647408804,717.6353919270854,2391.8177954660937,604.2977759550572,3047.005539195963,709.5052443253786,4295.334766470047,11261.75180229707,3495.14135670712,81301.68745061911,29921.890469941853,2582.4573470765754,13474.714432332064 -1082,2578.0740817632636,3214.800888260713,536.6034981091518,1288.0337622398717,1199.0911818948855,2292.63680182635,1265.1237698720176,2701.7241836880758,222.9404956983369,988.0873718517134,1783.3947087852864,5483.322187264923,997.6146604653804,3198.681338161873,1137.1867122231613,3615.0276219214966,837.3969935689445,4104.617492824713,230.41310132634314,1113.8210410441127,449.36835357196446,2141.6497137901943,1014.71531536436,4915.403307815486,492.2121853929783,1431.1000931719302,432.63706713332505,1949.0755591071475,576.6028736016473,3484.114407646649,756.9892327304586,2333.33468402638,631.6688950012818,2972.502220070228,741.6416401207438,4190.308145172001,11979.164381090462,3698.2603981125785,85191.26465704532,31135.76967297778,2748.303231751218,14000.77593361995 -1083,2798.7497341762296,3185.8194003644194,581.5966119408445,1276.422114679774,1307.8736784165903,2271.968639774586,1377.1588578114659,2677.3680915224295,242.92363910726138,979.1797464020719,1943.4102200462655,5433.889939009053,1087.125871387693,3169.845168299984,1239.295245710398,3582.4380828144053,912.0755162391904,4067.6142922154295,251.11776794919209,1103.7799243026273,489.19649690814236,2122.3427030558864,1104.6984470938442,4871.0908584843155,535.0216126487474,1418.1987000622978,470.0760908895457,1931.5046078449727,628.2524111338586,3452.7050535235876,824.8749664048194,2312.2996298337393,688.4299637588318,2945.7050590307213,808.2847382081843,4152.532441788782,13079.224603660548,4034.539886967993,92734.52375548052,33852.71057959234,3001.0207703030546,15225.817600111257 -1084,3442.6707590892383,3190.4980261000874,716.4491785680575,1278.296640697989,1598.4867890758985,2275.305203971371,1687.2985171639318,2681.300016620073,297.45943028732717,980.6177486820624,2379.4386445474006,5441.870032705051,1331.0361771204246,3174.500334622593,1517.1859771230347,3587.699174202315,1117.1701525991584,4073.5879029317666,307.09019930050937,1105.4009117194798,599.3690216054296,2125.4595298255676,1353.3911388672298,4878.244437575671,656.6297062343642,1420.2814361193523,577.6206400867902,1934.3411738994675,769.3486407086383,3457.775621779666,1010.0032465272518,2315.6954232536295,841.8762897650319,2950.031058017761,988.4458729265716,4158.630761470095,15972.711578235518,4931.46331031841,113664.88214325666,41546.97118012682,3664.4043090016244,18677.186184811442 -1085,4707.549988477034,3201.089913167461,952.60406907718,1282.5403586210575,2031.696814321866,2282.858813334901,2220.0362606778217,2690.201456689134,372.0024220283225,983.8732255277881,2971.053074724719,5459.936075169334,1661.979868934878,3185.039112194182,1894.3562199989844,3599.609698569983,1406.3526267310087,4087.1114916235338,408.14039184726187,1109.070646514902,782.2667176108087,2132.5156781516343,1767.6119293068134,4894.439343119307,891.2920683161803,1424.996518357987,740.4948683767873,1940.7628432113142,963.1249747873696,3469.254823017404,1262.144641400641,2323.3831209750783,1118.901611234355,2959.8246374389537,1313.700947848486,4172.436677355347,19218.105219064517,6102.186145684888,147079.59059260995,55639.371798225904,4398.864655417899,25287.317627492634 -1086,4683.518694792518,3283.2907719585546,944.4130794890985,1315.474740901051,2022.0767631728093,2341.4803953726464,2211.4656050132285,2759.283199489068,369.4274905936277,1009.138127880975,2950.4589985044645,5600.141894592662,1650.45973138212,3266.827802111524,1881.4254818288175,3692.044155758478,1396.7834891720643,4192.06451815504,406.9840862838224,1137.5504962150028,778.9515323309165,2187.276595490592,1760.2172193608737,5020.123759433381,888.671879878557,1461.5890355195681,733.9924499005963,1990.5997352541117,956.4644791309275,3558.34189446895,1253.4023236088556,2383.0453276064145,1115.7316428022777,3035.830039870082,1309.9790919747818,4279.580771221392,19080.49226968086,6064.5048114106785,146253.61030448898,55387.59737608068,4367.274963098918,25196.272454649887 -1087,4555.685985258896,3488.305562614086,917.5162076719039,1397.6154336845875,1964.3717887260113,2487.686792071103,2148.7544570983287,2931.5779813993304,358.97368783769014,1072.1505920212192,2866.898418998183,5949.825184286894,1603.7167087961504,3470.814614268902,1828.0786894025593,3922.5822689674646,1356.9934028800665,4453.82483403817,395.4863307608645,1208.5812677913189,756.8196838133208,2323.854219732734,1710.2163210429696,5333.589636533005,863.625846291542,1552.8533769847372,713.462902444706,2114.896490048886,929.4138895753274,3780.53138947374,1217.9198502767335,2531.847116084757,1084.2109762934094,3225.392921539094,1272.9707178212807,4546.805764937686,18529.00793956715,5890.619255101815,142140.72503293378,53843.77042666258,4240.916193823,24493.79675415535 -1088,4414.650207770021,3731.009288409743,887.4956302853464,1494.856477192991,1865.618648468446,2660.7710710170804,2059.6219844762422,3135.5466090825475,340.2453494945326,1146.7469651389938,2716.1264009439346,6363.792571644186,1519.3762232839335,3712.301382933116,1731.7619971455572,4195.501402434933,1288.8708958268933,4763.705910067596,379.35791130819626,1292.669995500131,724.2050552352229,2485.53961890758,1636.6693463335382,5704.6815759907395,834.071604653482,1660.895316959208,682.7278651281795,2262.043363679523,881.176118557115,4043.567134835769,1154.1307934286565,2708.003911178783,1039.9955179052392,3449.8041335620014,1221.0574047910002,4863.156118945258,17367.594285579016,5561.569063507503,135839.7707755938,51875.02524190431,3972.4038091116736,23639.07218278798 -1089,4288.5313077286255,3955.258434214359,860.3829609805656,1584.7035566822801,1798.0086821372515,2820.6944573540613,1993.384593243161,3324.0059760698173,327.61290231104596,1215.6712179371054,2614.817079882867,6746.282921561602,1462.7047172878465,3935.4261059613114,1667.1503907659767,4447.668452418106,1241.9465253479068,5050.024409599497,367.08293678766705,1370.3648281553767,700.4638272314837,2634.9308675799,1583.042379518309,6047.556619072853,809.911844044158,1760.7220199524188,659.3396231466884,2398.001559670598,848.5580062073248,4286.6023046509135,1111.184537470421,2870.766187274921,1006.3441345988286,3657.151682266242,1181.5473587760741,5155.451988852565,16647.081312159684,5347.158653951614,131246.52552548773,50287.87020872317,3806.557924437032,22933.111815002307 -1090,4165.376925139624,4075.733053210963,835.2893746214276,1632.972604176716,1744.0351275738308,2906.6109899163794,1934.8368723015667,3425.2530526313235,317.68727465091325,1252.6997785841675,2535.516813462701,6951.7703449845085,1418.344874808863,4055.296645040043,1616.588751797029,4583.141562744642,1204.4770458109226,5203.844893592952,356.35151691037464,1412.1052563231656,679.7944255622916,2715.1891610982434,1536.3465871017004,6231.7612903127265,786.5612346977291,1814.3524762274794,639.6839842854927,2471.043139395327,822.8660853684617,4417.1694440761175,1077.5027419625103,2958.2078724119824,976.9243485855186,3768.5461620106053,1147.0056257200745,5312.483728862157,16129.81145567374,5183.996392184554,127352.7653282486,48826.05404424787,3688.0965782408584,22270.47151403388 -1091,3958.0783377703106,4141.558721927217,791.0583110580038,1659.3461453929572,1627.4726303849532,2953.554597265376,1821.503067785572,3480.573057589504,295.8336408487567,1272.931672957388,2360.121109897464,7064.045836471843,1320.2301252263092,4120.7922528282525,1504.6544390174806,4657.162200075453,1123.6063073778678,5287.890282617279,335.6332460976432,1434.9116500642817,638.9905532684005,2759.041184743318,1444.2419063798893,6332.408179807055,745.678457550831,1843.65541718937,600.3934983022523,2510.9520502473924,766.4662389017234,4488.509526631389,1003.1796299919963,3005.9848020737027,920.125984450488,3829.4105679870936,1080.3187391777287,5398.283703843608,14861.546234380814,4810.247799085762,119516.44498842425,46163.822553119666,3395.891924290298,21091.25866047412 -1092,3852.6902427259192,4068.650129142191,765.6855397773472,1630.1347782419048,1554.194963456473,2901.559799205345,1756.1944867175794,3419.3005510883177,281.48478028919646,1250.5228015111256,2244.615871157404,6939.689362041262,1255.617552944919,4048.2492359388666,1430.9700640988751,4575.176849830047,1071.1644651449496,5194.8015048906545,324.10828219492043,1409.6512599065525,614.9072468353784,2710.4706286503783,1389.9979100773319,6220.931559450146,724.4857241815582,1811.199443225727,575.6574102430317,2466.7488908028668,729.5064245472378,4409.4931621992555,954.3091979025876,2953.067015180562,888.5307271866591,3761.99707600161,1043.222788114418,5303.251544522097,13973.321462110513,4561.028154480639,114762.62316919536,44706.228216218995,3190.558924216931,20472.289837972014 -1093,3823.242999403693,3930.3707406852,758.9296281060822,1574.7321181254185,1533.5322743120685,2802.945786726937,1738.4858639657905,3303.09031571602,277.63347760140397,1208.021843513801,2213.6094049293306,6703.833249914248,1238.2728198210784,3910.6632034959325,1411.189887063349,4419.682364731505,1057.0974110060008,5018.248114343116,320.65296969448474,1361.742074311722,608.4720220671363,2618.3510781695336,1375.4404356231692,6009.503546627887,718.860017284537,1749.6430194897546,569.3356210607875,2382.912601795363,719.5871366002478,4259.629694336329,941.19125096813,2852.7024500372395,879.0581172679069,3634.1397674263535,1032.1010089482095,5123.012311082598,13734.177558746422,4493.226353631234,113467.58664378415,44301.908534913,3135.2769626587174,20295.271157499552 -1094,3844.374899256065,3833.2892503669377,764.3394844802518,1535.8357007220573,1543.607432275514,2733.712075148546,1747.3481461403487,3221.502864642733,279.5261569231355,1178.1832942666913,2228.7588934382056,6538.246294971332,1246.7473048919123,3814.068496030247,1420.7834215596056,4310.514711344518,1064.2248071814095,4894.295683931346,322.57016922763665,1328.106583228197,611.5920615554861,2553.6769184995956,1382.5390786778094,5861.066770844794,721.8655357439349,1706.4262434999664,572.9645791434524,2324.0538523431087,724.4803566101216,4154.415396191517,947.6196887707238,2782.2397319996294,884.3140480445504,3544.375282617191,1038.2719905374533,4996.472169479569,13837.396468719542,4524.240451100885,114159.4590741465,44544.67461902162,3158.9692318979514,20403.399992293722 -1095,3908.732202329686,3784.813490673075,778.9815656322907,1516.4135289278652,1582.4974963170882,2699.1415637752066,1785.5822772487031,3180.763753002629,287.00874123723247,1163.2839932961924,2288.880062058764,6455.563659899122,1280.3785357824831,3765.8358019146663,1459.1986173710422,4256.003960483755,1091.979752775741,4832.402441353252,329.0962659866869,1311.3113529777681,625.5346663572883,2521.3831309579696,1413.9181495297507,5786.9477451787925,735.5830338221114,1684.8467844212428,586.639042601552,2294.6638771276994,743.7774776470277,4101.878676611855,973.0813091453889,2747.0555400824087,902.205098096527,3499.553127741044,1059.2778494756292,4933.286803496145,14282.434863126495,4653.0293551167615,116778.2297255511,45406.463629549995,3261.6357319346353,20777.597753326514 -1096,4051.095277738053,3761.8102432706078,805.8150500155526,1507.1971076547065,1629.7219859819197,2682.736786810949,1843.1069665263879,3161.4317844077623,295.2179555212915,1156.2138141280336,2353.984410799937,6416.328192059826,1316.7973119761634,3742.947896647475,1500.6205009554026,4230.136923101292,1123.7472240986751,4803.032183299408,340.19588907794133,1303.3414967223553,645.228339068767,2506.0587298743326,1458.5565144076154,5751.775974887986,760.8602932774112,1674.6066636034527,604.6476482551101,2280.7174248121096,765.1276964811952,4076.9483781320137,1000.8389285221265,2730.3595527180228,932.6342994423873,3478.2836288360427,1095.0047357799838,4903.303392919163,14631.929590508942,4779.981461181087,120460.05927601154,46964.20569717654,3340.609962732084,21507.081382419343 -1097,4138.088892615493,3942.0023258622496,819.8097387048329,1579.3923987888702,1641.9267619960012,2811.2408572981376,1869.9132655017465,3312.865519860767,296.6268376042168,1211.5968774980297,2364.412178631931,6723.672652505954,1322.630509761197,3922.236465956737,1507.2323397844839,4432.762024456408,1130.7167539178301,5033.099176553948,345.5357510558108,1365.7720297463504,653.7091548837077,2626.0998569994513,1477.8734675304981,6027.288141768191,776.1962331574804,1754.8209335221284,610.9576894543701,2389.9646212423672,768.9480699250255,4272.235692314963,1005.4488075133903,2861.144771060269,947.2733312318287,3644.894683193601,1112.1924042436635,5138.173413683581,14570.975021178518,4790.371294002202,121850.12301599179,47799.061668838214,3324.815116572594,21925.47627747348 -1098,4155.374378401851,4165.7965986225745,818.8575261347665,1669.0572300273518,1618.479713595489,2970.839850704499,1862.3572338320923,3500.942610760968,291.30133153033813,1280.3813224739831,2320.87085476507,7105.387148632469,1298.2738921197563,4144.9085967502715,1479.493268210177,4684.417571961905,1112.7772973680142,5318.836899882436,344.35495795058296,1443.309264097581,649.9049585367924,2775.188076414602,1469.4125225940354,6369.467687821325,779.1247691781846,1854.4451453257777,604.6330392162469,2525.6470359443547,755.371445905761,4514.7778830056295,987.1720174484507,3023.576895744869,944.0362311202861,3851.8216425111264,1108.3917291511302,5429.876382727424,14132.308226486552,4688.063769381448,120790.32829976821,47783.526254401615,3222.148616535912,21966.449367203364 -1099,4113.190285599988,4031.675989997988,806.9965781966396,1615.3208158215903,1586.6032357832098,2875.191674066587,1834.142055184039,3388.2274210970586,284.80915336352126,1239.1585891560517,2268.5628231064197,6876.62445551322,1269.013258460985,4011.460491321109,1446.122258115909,4533.599614116584,1088.9214242884148,5147.593387315591,339.7406190487314,1396.840956691915,639.3257521686847,2685.8390395510414,1445.6597517976354,6164.398414110817,770.223826734134,1794.740043152944,593.3433328007137,2444.3321398345097,738.6588143750865,4369.421588443922,965.0506813929377,2926.23081465809,931.3861936939606,3727.8096676639225,1093.5393364202364,5255.057879719267,13722.723795333046,4575.397334495314,118707.92644711364,47174.61045415089,3127.3795395789725,21717.230093315495 -1100,4045.8861653001645,3765.9690231030127,795.4148151800313,1508.8633535654317,1571.9185702661025,2685.7026226514463,1810.460209920749,3164.926830116152,282.58613107897355,1157.4920388074272,2251.275489142399,6423.421611067593,1259.3428822296823,3747.085823661249,1435.1209732180125,4234.813450354514,1079.5860530293282,4808.342061280103,335.15620936462136,1304.7823749115203,631.526800035977,2508.8292434916175,1427.950665382187,5758.134713999738,758.1246311817476,1676.457985166592,586.9296465638228,2283.238817709768,732.805469430203,4081.4555514332355,957.6047797539425,2733.378036774567,918.8182060980924,3482.1289625640966,1078.7832782901335,4908.7241233505065,13683.659284023866,4546.15139263081,117357.35285323362,46488.71901827634,3119.4821164992286,21383.48439600336 -1101,3663.1256593923913,3595.329135772218,716.3750751328502,1440.4952201393571,1406.177984717735,2564.01070481521,1628.9774632063,3021.5207759536993,251.97291896845363,1105.044897081963,2006.7458275452561,6132.369843709287,1122.5552299358692,3577.3015533059042,1279.2118681928491,4042.92974509769,963.6920561057262,4590.471191246047,302.19561408707864,1245.661358227571,567.4224976515673,2395.151638387774,1283.181905633234,5497.227772703961,685.3370017706951,1600.4959684987205,525.4832148271435,2179.7829442776847,653.5538243372132,3896.5206485783096,853.732311076039,2609.5258974270782,828.4579675626048,3324.350157109758,972.6914380246337,4686.3048399714,12096.83586377416,4044.5534177474206,105313.66159151844,41954.2639224655,2756.200654830963,19331.26498196004 -1102,3208.816084604368,3525.2797080614373,634.3761566323145,1412.429398630305,1249.9776611944712,2514.054921704954,1436.381432049972,2962.6511166877663,225.45259679454506,1083.5148063136016,1796.2832928128626,6012.890101565896,1004.8244162839945,3507.6033651582025,1144.9507618701423,3964.1595117687853,861.0465597346305,4501.032959661014,265.45231566478583,1221.3915731897866,501.4195368581991,2348.485813031129,1133.654022543675,5390.122791509794,600.2574421583178,1569.3127798634282,468.7260011735287,2137.3132448387273,584.6099478248362,3820.602970060255,764.0310151432325,2558.683321182117,727.727589908257,3259.580335704863,854.4240307092856,4594.999437956307,10945.068136011208,3626.0815382837545,93341.71374898157,36880.53904547871,2495.5856931993826,16940.277654810572 -1103,2632.446538325303,3308.3734092772247,538.9152840997475,1325.524285129572,1150.141402890248,2359.3680902571523,1249.7679048147272,2780.36269093813,212.00351844476185,1016.8474193888305,1693.7128080056532,5642.924071935842,947.4474268432159,3291.7846708856023,1079.8363290807956,3720.2494567675517,800.7346999439213,4224.089715199231,228.42788084377895,1146.240791564998,441.36966929504825,2203.986253382872,997.0089273480859,5058.474899280063,498.8399174779353,1472.7548171189278,421.05721734405034,2005.8068840185313,548.7753227788016,3585.525779599402,719.4003077770587,2401.2505569990726,626.2264873372351,3059.022205639111,735.2517162569749,4312.274547014045,11035.814153255018,3480.7738019217973,83156.58537652928,31220.03943256833,2527.1753855183615,14139.277612652564 -1104,2280.7121630427073,3085.878751275059,495.5783098397362,1236.3801541598154,1117.8461821070246,2200.6959177415133,1147.76306540203,2593.377798511066,215.9374033571044,948.4624184143698,1745.2661018682297,5263.426262529906,976.2858670938415,3070.4056383641578,1110.9158320166541,3470.055319598775,808.6790569625913,3940.011323709849,214.6539195074645,1069.1538302829877,441.3759900776912,2055.7638168487115,994.7094309890921,4718.28245317594,446.09830739968385,1373.709141550067,412.3123154483107,1870.9124022086344,554.7418266999276,3344.392076295879,730.1000197973765,2239.761705722838,588.4656877689106,2853.2969094690516,690.9168098752601,4022.2655510951276,11666.23535463576,3544.362379172866,80777.17561632194,29304.42009971175,2665.451710025149,13048.765859904155 -1105,2349.261832749115,2929.4046994755104,505.81480183822555,1173.6876675525564,1122.072332973579,2089.106372337159,1167.215214322309,2461.87673684027,215.58869493838293,900.369226960372,1741.4897192723909,4996.536439556171,974.1733932692998,2914.716173668078,1108.5452923226994,3294.101025995423,809.3587089085165,3740.2272149848227,218.75032678907246,1014.9408020646038,447.38166801425734,1951.5232682424805,1008.4416047602218,4479.0349543304,458.9759821708118,1304.0531852738836,415.15289681581123,1776.0450183185023,554.0467130841499,3174.8097235323125,728.7528302230173,2126.191271688412,599.6958350398492,2708.616264376539,704.1021113943407,3818.310619964556,11503.041204225867,3526.020709161585,81595.45732734441,29962.17206344301,2626.253890760074,13393.56977539557 -1106,2503.692765504633,2851.2976413547,545.3097412985187,1142.3934968012022,1245.0958439603514,2033.404286219147,1271.133600614717,2396.2354311493623,240.3762371952783,876.3625775708308,1943.330021984139,4863.3132074923205,1087.0810093265216,2837.000757418791,1237.1566363367922,3206.2700273152773,899.5643465964675,3640.5011018540013,237.93194294279883,987.879317446164,489.318559569971,1899.4895764265223,1102.7491125621536,4359.609924539992,491.6762343412313,1269.283063565179,456.42706662631815,1728.69012348413,617.4113827255892,3090.1594027204255,812.8247204476268,2069.5003865869235,652.2815179303462,2636.3961139731114,765.8428942861412,3716.5025599275536,13068.52213074416,3957.394421671222,89545.06331997007,32332.0360588619,2986.873827998771,14388.141524550638 -1107,2853.7113135151612,2847.658707425559,627.8595244815409,1140.9355309979671,1475.8438465508686,2030.8091787349392,1480.0087433485528,2393.1772648302276,286.2762974340624,875.2441304920345,2316.1858901381306,4857.106463172786,1295.6531658315305,2833.3800697138536,1474.650775988964,3202.178064196744,1067.915353520842,3635.854956608948,276.6387386485484,986.6185484846874,572.1350017721273,1897.0653759616337,1289.1253030021257,4354.046025407844,563.2113143595141,1267.6631564959553,535.8335646853818,1726.4839037433078,734.9347141590799,3086.2156243740615,968.3459804526195,2066.8592118937254,758.3947499112909,2633.031445504044,890.4303039680775,3711.7594187461814,15831.614968278367,4741.21085505137,105044.45952035661,37308.10667452124,3621.8785000929975,16527.621088287484 -1108,3463.6415579429217,2879.304416606589,760.6947651093697,1153.614618528406,1764.8152923517493,2053.3773314790974,1781.0202015883256,2419.7723731358633,342.3897239987034,884.970619535026,2769.4191287626045,4911.08293802002,1549.1876869527412,2864.8671020087286,1763.0391181029133,3237.763506897865,1278.4993494993123,3676.259801572013,332.54954954643097,997.5827288397774,687.725872495285,1918.1472489503235,1549.5761880846828,4402.432046500043,681.4828426949725,1281.7505537972436,644.7891763602721,1745.6701241218668,879.1507348398885,3120.5123895953357,1158.0184477553003,2089.827984579569,911.6721457502977,2662.2920261949994,1070.3930979936515,3753.007781413132,18819.215149772805,5654.828795512044,126206.16122022076,45057.1476320618,4303.920555305314,19976.79578607525 -1109,4189.940348552316,2855.781323300858,865.8228310362613,1144.1899171477578,1787.8745161232966,2036.6018261585511,1964.5790980573317,2400.003525151742,334.8517827207578,877.7406627662704,2697.705110535688,4870.960795492493,1509.0715222071458,2841.461957432701,1717.146366431845,3211.311905380715,1270.4864866780244,3646.225810782528,373.10716389776564,989.4327633566763,742.0128223137013,1902.4765347142904,1674.2977070748593,4366.465436229632,809.7712307165199,1271.2790184855382,671.7582598083796,1731.4084986494406,862.046488331182,3095.0186961606373,1130.6378880335983,2072.7546878518374,1022.8593277886603,2640.5418620310115,1200.9378259356022,3722.3467815861804,16785.562293455994,5379.650116385305,133715.1470996745,51735.49642003751,3817.8675964183753,23507.07811300847 -1110,4161.682566905064,2823.0309431511805,856.3021865800721,1131.0682350202537,1773.4656675048002,2013.245876781053,1952.2947592467792,2372.480049468235,331.219375732492,867.6746468063374,2668.286577382166,4815.100139620507,1492.6150642964178,2808.8757931744367,1698.6159835922083,3174.4842656653464,1257.099326246061,3604.4105357681697,371.2225382517908,978.0858514387071,736.8781591935017,1880.6587473265236,1662.8288112769621,4316.390382590142,806.0276328145976,1256.699866086157,663.5967494633818,1711.5525362679762,852.7275143191849,3059.524718368088,1118.3458515447176,2048.984133912606,1017.6926971047653,2610.259869121731,1194.871691470814,3679.658543816992,16580.3179904087,5323.880588072545,132569.23906677318,51392.45705145325,3770.830213300284,23378.886928554217 -1111,4068.7715735244533,2934.213289838568,837.4526136430363,1175.614264860345,1740.643471838215,2092.535620870563,1911.4902989029601,2465.9178844338157,325.52763470260555,901.8471746091659,2622.706607590396,5004.738207299706,1467.1180468028476,2919.500652953668,1669.5474296165403,3299.508261960934,1234.5795791391827,3746.3667629089605,363.3568796782331,1016.6068178802935,721.8887255002943,1954.7266753997894,1628.9510799448494,4486.387248235387,787.6624297007996,1306.193776357371,651.0769455198879,1778.9603795729486,838.0169990245171,3180.021143942696,1099.1757906173723,2129.6813947365827,996.1292884660376,2713.0624325923663,1169.5541210221572,3824.578341066256,16336.346045415357,5235.127208206112,129987.36508807297,50286.56183728556,3715.9532663291775,22860.664654883185 -1112,3969.5974853015996,3164.700599088643,817.2311344595339,1267.9607106903184,1673.3291811991742,2256.907756473195,1850.05481053205,2659.619814686492,312.5982040931912,972.6887624890588,2517.6386438947693,5397.868674977813,1408.3439905540238,3148.8322602309795,1602.5076172881445,3558.6900957360804,1187.5218235007692,4040.650071364122,351.71103154029987,1096.462965635456,697.7063535130422,2108.2736902989786,1574.4716136634574,4838.800390347667,766.3131349626534,1408.797458889382,630.1794031486044,1918.700661089027,804.9205245916202,3429.8170668784896,1055.3606106717928,2296.9713923426484,964.202631594986,2926.1779760606055,1132.0690741047042,4125.005298404785,15552.092500511975,5010.92721259077,125570.89990219317,48851.00205745787,3535.64329770983,22230.57781061434 -1113,3851.9009696647427,3418.905945433959,791.0190206632113,1369.8099635725996,1607.9155475639036,2438.1944216537545,1787.1936107806519,2873.2544240185543,299.96130241725587,1050.8202242222585,2415.266322477408,5831.453790879272,1351.0778518979348,3401.762978393017,1537.3284692988884,3844.5427443508497,1140.6351447341874,4365.216272396579,339.6970088911122,1184.5366203800595,673.3071801735523,2277.6212879161135,1519.4594271505298,5227.478210132074,743.2122050000528,1521.9594578697934,607.044188872868,2072.8207589667163,772.5061354942278,3705.317958064848,1012.5926593654638,2481.4761788314227,931.2666380787824,3161.2239346219726,1093.3989663256696,4456.347353592952,14833.540847573495,4798.984737558927,121034.91291207829,47280.90583734609,3371.0124567965127,21536.876755717876 -1114,3763.363845190844,3599.0980280256013,773.9142249533259,1442.0052547067633,1578.7063841514287,2566.6984921409435,1750.3491978257239,3024.6881594715596,294.79843976908523,1106.2032875922544,2373.996896924594,6138.798251325401,1327.9921133580267,3581.0515477022795,1511.0718649126825,4047.1678457059666,1120.4347852454916,4595.283265651121,332.5813721805955,1246.9671534040547,659.8163089089242,2397.6624150412326,1488.962504288617,5502.99037701228,726.470768600496,1602.1737277884693,595.3892112650867,2182.0679553969744,759.1467625902959,3900.6052722477975,995.217094781512,2612.261397173669,911.7593863110258,3327.8349889795313,1070.495527024201,4691.217374357369,14623.689213094747,4720.8158040647895,118669.11961797238,46256.09548055629,3323.9750736784213,21057.718154340506 -1115,3614.023295419848,3764.6694020417053,743.1132772097172,1508.3426507713039,1504.3543107575986,2684.7757972656304,1674.1821445271644,3163.8346263458384,280.86743188148176,1157.0925928686258,2261.3885850686306,6421.204913596056,1265.0000554336857,3745.7927191176154,1439.3175324941806,4233.3520329299345,1068.3199656401468,4806.682721393217,317.9491094310305,1304.3320996584698,630.7046469314597,2507.963456411569,1423.2751721335533,5756.147604413268,696.7469032707178,1675.8794461258954,569.4943976259469,2282.450880996193,723.3610316561999,4080.04705721491,948.1128830842542,2732.434758791314,871.6455855367576,3480.9272935885488,1023.3979649420211,4907.030142009789,13868.883967627047,4489.537030118209,113394.6798096488,44322.70959408056,3151.504668912088,20185.349011673374 -1116,3559.8768892864964,3710.8002206162523,730.5568600580491,1486.7595646543446,1471.9282942690454,2646.358964586742,1643.7057518709366,3118.562873826395,274.4375874186468,1140.53559299568,2209.2322414804016,6329.322993692831,1235.824274691728,3692.193646790347,1406.1079226506124,4172.776406136242,1044.59083218232,4737.903225527553,312.3143744698507,1285.6682290733293,618.719956910244,2472.0766562668946,1396.2983510020606,5673.78208263713,685.8843055281781,1651.8990525535985,557.9917634428,2249.790971858783,706.8823058013295,4021.665092777263,926.3400120689004,2693.335967360992,856.1981704980079,3431.118217709153,1005.2611747412926,4836.814760856604,13493.07749639697,4381.123789365111,111162.68741224219,43579.73787447161,3065.2694665289214,19863.07784891001 -1117,3582.379261285708,3563.5534682669468,737.576424355719,1427.7640638447472,1495.4764309631291,2541.349872229526,1662.4844740787846,2994.8164504493384,279.5733256698136,1095.2784646074765,2251.1525946300276,6078.1717055654735,1259.2741361654332,3545.6852143195924,1432.8089320206022,4007.1981649068257,1063.052544924681,4549.900417122962,315.3308693306531,1234.6521516574742,626.6349435353642,2373.983189210514,1413.996143508823,5448.643046435592,691.1238016341276,1586.3507189769075,566.4387194699456,2160.517932520659,719.9896898194963,3862.0830380339125,943.7766226933252,2586.4627996878426,864.4677782786931,3294.9694130180974,1014.9705106388758,4644.8870840998525,13832.59448842748,4470.714221294932,112676.97599397154,43973.73295119456,3143.6651050590726,20013.876661067367 -1118,3619.739369700559,3446.8477415237267,747.5913059597988,1381.0050509177179,1520.5906898521764,2458.1211269929418,1683.432588858447,2896.7367574056925,284.6393222372362,1059.408294470706,2292.3176712604877,5879.112689758682,1282.30150287423,3429.5646696372355,1458.9559327050004,3875.9631551885664,1081.6527826184438,4400.892007534581,319.46556056575093,1194.2175186661693,634.9797234575428,2296.2356723456296,1432.815230682509,5270.2009795040385,697.7390322175984,1534.3980219915957,575.2169287365127,2089.761363915219,732.958051114508,3735.6005222781964,960.9437954028785,2501.756614297372,875.8028795755007,3187.059765143508,1028.2790385452279,4492.767878476231,14139.535883017787,4556.659613280763,114345.93973852416,44493.99717531603,3214.2211797362093,20234.65099332659 -1119,3623.920806999914,3387.715109297221,746.6028316640176,1357.3131242929683,1509.548471918922,2415.950661840216,1679.9720999404215,2847.0415917999876,282.0782342109037,1041.2335430014252,2271.1947627864706,5778.2531698229395,1270.4855414039282,3370.7285383328035,1445.5609107297266,3809.4688041274044,1073.04001450628,4325.392203636928,318.7018658621779,1173.7300383289846,633.0589865467387,2256.8424441845937,1428.5151712225854,5179.787686068856,698.9946029686125,1508.0745517580667,572.3135940051457,2053.910319877245,726.4673563268656,3671.514171968052,952.2102285805478,2458.8375575571176,873.7092391238623,3132.383943317733,1025.820897974014,4415.6918917894645,13937.353314271066,4508.9417336013175,113810.98526078415,44459.57494538273,3167.183796618119,20239.739764749826 -1120,3806.90356183578,3367.765964455362,786.1276655433774,1349.3203518080666,1598.858428025815,2401.723919588022,1770.3319064884765,2830.276296238462,299.26581627104775,1035.1020596584099,2410.096152796929,5744.2269292157,1348.1857063482532,3350.8794218444523,1533.9194912776943,3787.0360898960575,1137.2602932940424,4299.921385464705,335.96330698454585,1166.8183265160267,667.7351049414611,2243.552638120106,1506.7299434254894,5149.285612705048,733.8378006778337,1499.1939945994145,604.8181626057556,2041.8155146349236,770.6249587714159,3649.8938273869744,1010.3203332328002,2444.3582684209996,921.0308340207289,3113.9383600943784,1081.38112189856,4389.689328325796,14863.895545563744,4790.662447416707,120237.85604401819,46792.26719585961,3378.852020649527,21280.738477409184 -1121,3908.8636696323692,3548.672836739778,805.2797596529608,1421.8020287213797,1628.7023186241427,2530.737742688881,1810.692916981129,2982.310742175986,304.3589372354742,1090.704817713554,2450.6103018305757,6052.790570045886,1370.848950123253,3530.879196771249,1559.688670933976,3990.4649687083347,1157.5598978574365,4530.901013242698,343.82349642189075,1229.4965102740505,682.2985547450265,2364.069946879534,1539.6815275547501,5425.890686966573,752.9548052854988,1579.7264601487009,617.1004722455566,2151.496075111202,783.845308952192,3845.955811340648,1027.4264599018804,2575.6622882815686,942.5792492271897,3281.2103306400636,1106.6810885776063,4625.491036362871,15041.096002459148,4864.8939025573745,122757.78872940408,47942.16881225733,3418.049839914603,21824.92617294872 -1122,3936.9519577633446,3911.1363918392644,807.5891238361373,1567.0257339450695,1616.3690377457756,2789.2288015835065,1812.1747369813165,3286.9257359361904,301.1294874599374,1202.1100567932424,2423.6662960792682,6671.0262004420265,1355.7767201694717,3891.52529889666,1542.573433865059,4398.053435045178,1147.2323652980563,4993.689938742127,344.17252895640024,1355.078015416623,681.6671977253974,2605.537457938414,1538.3688495937106,5980.09439028286,758.3375794690756,1741.0806607676216,614.2908964499183,2371.2511644205474,775.7254263275028,4238.784026357157,1016.3595209064127,2838.741966994333,943.5361088594067,3616.3551062192078,1107.8045362455514,5097.941443107377,14739.610416847769,4800.081615424992,122365.44070903852,48110.79142063813,3347.4937652374674,21940.957972025375 -1123,3932.9326778108066,3883.7794208148807,805.6930860227134,1556.0649610895262,1616.2959112180872,2769.7191645213707,1810.566553882534,3263.9348905376687,300.97644189394697,1193.701735861139,2422.481206839339,6624.3648078991355,1355.1137921065535,3864.3055003069953,1541.8207868971026,4367.29065708702,1146.3388256251494,4958.760900919777,344.17252895640024,1345.5997394657045,681.0244124835183,2587.3126747555784,1536.9727325763045,5938.265813478584,757.3377457384881,1728.9024372499969,613.4974315347426,2354.6651283181136,775.3213864383093,4209.135279760228,1015.8511680969056,2818.8860034184254,943.5361088594067,3591.0600226570114,1107.8045362455514,5062.283204076366,14739.142383902348,4799.112298787158,122279.11622165894,48067.78132105923,3347.4937652374674,21924.782301556093 -1124,3837.6689245452926,3707.616159731402,785.7037782036226,1485.4838471019168,1573.8538069064862,2644.0882500331536,1764.9151464474899,3115.8869835943283,292.94640008746285,1139.5569537390418,2357.7186943326496,6323.892103164197,1318.8862359705076,3689.02555132007,1500.5972826440418,4169.195945495384,1116.0006050043157,4733.837856485912,335.54591024737596,1284.5650584158675,663.6844485824489,2469.955485059175,1497.8618983682888,5668.91368053396,738.8523788981837,1650.4816366739358,597.6482681578414,2247.860533407048,754.6632389683482,4018.2142935553766,988.7253310716085,2691.024944079332,919.8865564851737,3428.1741386268013,1080.0376271104865,4832.664520538695,14326.186487031293,4669.166720527905,119139.7697826982,46877.20475962678,3253.418999001285,21387.110179293493 -1125,3465.593416271347,3611.5093820575457,705.2523097793696,1446.9779555314497,1400.5910371855018,2575.5496552465775,1581.9053200634364,3035.118682700188,259.69873441435044,1110.0179879773787,2089.292279308811,6159.9676659494535,1168.7309587540908,3593.4006691263376,1329.7251096342854,4061.1243516329014,990.6977519533164,4611.1299269654155,301.4048753544264,1251.2672726802152,593.6856171437084,2405.930663599744,1340.0920911489266,5521.96723212199,666.0386137777662,1607.6987635617159,532.5571364256341,2189.5927345792325,669.1893415838753,3914.0563626587177,876.3635523687622,2621.2696822417174,826.2901869172597,3339.310902635258,970.1462495470017,4707.394860833308,12573.692200125452,4127.801711569591,106426.36731028328,42160.3940323459,2853.6012424975142,19275.103036694905 -1126,3093.979717009445,3608.4552794969372,640.2118761969234,1445.754306743193,1295.2545290597416,2573.371620534514,1436.0012363082315,3032.552009666847,242.73587029517583,1109.0792921522352,1954.7138505686485,6154.7584387173965,1093.449018736994,3590.361880347498,1244.0052861065813,4057.690028481786,922.7210390042004,4607.230487083794,272.2196523303826,1250.2091282377603,541.6390595885832,2403.8960685805946,1222.1465612801487,5517.297535194992,595.6897614571362,1606.339199902578,492.0154329134684,2187.741087505964,625.0838522604174,3910.7464087599546,819.4532914569428,2619.0529840134495,746.2799901365961,3336.4869869536114,876.206380041991,4703.414013719995,12037.113628545872,3881.5075221763036,97569.65823497165,37990.10485001164,2736.0077847022853,17271.33587630541 -1127,2484.340063140122,3402.8556574728727,528.526800210245,1363.379296944678,1136.531511097593,2426.7481510639127,1207.0064118651999,2859.7657344707904,216.70070049582213,1045.887076758338,1748.808952556677,5804.077631935684,978.2677053090296,3385.7931692640213,1113.1472136227208,3826.4942753053806,816.8852180435482,4344.723465837232,226.95407962471393,1178.9757321424222,460.244991666673,2266.9288388927134,1037.7582467081854,5202.937455890216,483.2277287253336,1514.8145150273228,424.1868290263019,2063.089760043635,557.2529756371517,3687.9230893075633,732.2197308288579,2469.8267190701763,622.1861164462597,3146.3833524971783,730.5079219717218,4435.42672593564,11311.690307790486,3520.013486710397,83585.97439925953,31287.487343386918,2579.216507641983,14064.47969970686 -1128,2306.7552826836068,3205.1187283724753,525.0136820507051,1284.1545332422083,1127.131339163085,2285.7319648387784,1148.831955313775,2693.587279901621,225.22753398207976,985.1115048383779,1791.1689420665475,5466.807820129563,1001.9634953346657,3189.0477262449745,1139.7383147321975,3604.1400812456027,828.1851399496165,4092.2554323964273,218.10092796125758,1110.4664963052294,457.5050244696011,2135.1996113812907,1030.3202764152302,4900.599367417426,454.0565764408444,1426.789984894693,441.43871630834815,1943.2054409090213,584.7221691340582,3473.6211441643195,745.6849713328432,2326.307275403342,597.9155324545374,2963.5498019382194,702.0118604104307,4177.6880063663,12160.511954692847,3636.7024514559566,83024.72497870366,30015.314607908836,2740.5398328442216,13311.56305350703 -1129,2419.962054397233,3126.491824348403,548.2386610228791,1252.652082383365,1169.5648064401992,2229.6591503644786,1199.2240981090742,2627.50909482146,233.0129122084531,960.9450778482401,1852.6936037354578,5332.697913377484,1036.3798273775499,3110.8150706868523,1178.944958921896,3515.724518430771,857.8436475310132,3991.8655865299656,227.90430156369362,1083.224902459102,476.79486426160236,2082.819606412937,1073.863829485335,4780.379497647416,476.5162294154437,1391.7884486920736,458.1271432007209,1895.5353729178137,605.0158468781377,3388.4074283975765,771.4087827312778,2269.2390809385083,624.7911143337329,2890.8489862758065,733.5664466530311,4075.20235707933,12515.11157713456,3757.6376944652075,86356.76533444364,31393.563136046538,2819.593866483959,13950.388002525038 -1130,2530.414055386275,3104.39831042822,577.2720324027516,1243.800152561015,1253.7251302772331,2213.903150271273,1270.954129040006,2608.9416678063762,250.36649419396485,954.1545104497803,1991.5674352088906,5295.014131618071,1114.0645763287566,3088.8323373458948,1267.4214630740248,3490.8804718279407,919.9883295070279,3963.6568647873846,241.50802810183498,1075.570238444058,506.6558344018312,2068.101255445522,1141.0059100597973,4746.598702139646,500.0593029138335,1381.9533046415893,488.12443782950027,1882.140475537429,649.8867671853619,3364.463074504326,828.9787105410923,2253.2033872474217,662.0852215732197,2870.4206544880712,777.3534101695356,4046.4047317976906,13598.235854608582,4054.279381865549,91930.155795551,33087.12997923692,3065.539748918696,14665.593587157427 -1131,2747.3644310555705,3160.281896304606,625.8659321183967,1266.1903247258485,1367.3086818788095,2253.756556454554,1383.508866594364,2655.9063292834753,272.8054002822364,971.3306490093669,2170.21779769338,5390.33191862593,1213.9999522912508,3144.4357135627884,1381.186791429081,3553.7212864155144,1002.0409645530358,4035.008327015606,263.2001087362946,1094.932032832447,551.6034549348763,2105.330020105496,1242.274274648142,4832.044231246114,543.5929269630947,1406.8304300792852,530.4687268546284,1916.02168161295,708.0993436877037,3425.0281960998395,903.2963360673469,2293.7642536044314,721.5532488935969,2922.0923097030586,847.1747448365531,4119.245773348457,14843.60167648109,4422.396485052568,100073.536421961,35977.71038821074,3346.62075741554,15949.607241539223 -1132,3367.9669384143604,3264.1214022747395,767.5830159505649,1307.7943911027874,1661.945230626509,2327.8097501499788,1687.431011683466,2743.173228308601,332.02195617621084,1003.2463128761639,2640.924493173285,5567.445676768728,1477.3089650839443,3247.7545508579697,1680.594221622235,3670.4882948170225,1220.16439263438,4167.5893071340615,320.4900354112095,1130.9089504274073,672.5194338562907,2174.5062633537573,1514.5228022480846,4990.813955676439,664.7623043552123,1453.0556029076974,648.2529317147156,1978.9776935685293,861.8810085478411,3537.5666491513407,1099.3208716001266,2369.132007090204,878.611439027469,3018.105460363289,1031.5765645985412,4254.59459984847,18002.71468073399,5371.744917388736,122035.2879008052,43974.329803169356,4058.107060173174,19492.753737354575 -1133,4498.688009274022,3500.7819021113005,990.3599626282042,1402.6141714167627,2030.1991000831654,2496.584299592593,2150.578668685763,2942.063118524499,397.7647537186904,1075.9852660593995,3158.276929103492,5971.105441310196,1766.7111777119,3483.228395310223,2009.764054937018,3936.6118507271303,1473.6640413371188,4469.754467980256,412.63107660658846,1212.9039023588132,846.6915685883964,2332.165760584589,1908.2956240281671,5352.665853868261,879.7337487002421,1558.4073416741548,800.2138075389595,2122.4606687418623,1033.7068035408288,3794.0529093774044,1316.2510999411438,2540.90256825439,1131.2126554562083,3236.9289227232557,1328.155329092438,4563.067956231715,20627.98929695714,6352.304163181516,152241.88488173345,57170.207182469494,4637.836640197914,25685.015890572373 -1134,4540.009762886319,4105.884197541173,1000.3045295404054,1645.0528832413672,2076.245701319269,2928.11329301734,2187.4202882429663,3450.592126071381,406.9396556633477,1261.9669046038066,3231.961554200464,7003.197616664379,1807.9296818857204,4085.296606482585,2056.8848415006005,4617.046374698712,1505.9630601399062,5242.3414968813195,419.7038930522317,1422.5516199188644,862.2494778340531,2735.275378524971,1943.2749217822468,6277.862134416736,890.8735764313427,1827.7745533513755,813.309515050851,2489.323232171126,1057.3754301561223,4449.846440263199,1346.723434853681,2980.0918749595953,1150.602517070191,3796.424822796872,1350.9209407647986,5351.784012165703,21244.81047292659,6517.028596545546,155034.9780733376,57945.443857210914,4778.3771444463355,26012.43346810857 -1135,4428.045185950964,4531.249277120548,975.276807991787,1815.4785496572129,2027.4932271904852,3231.4626043904245,2133.8966197423133,3808.06966895515,397.660063492005,1392.7052856630671,3158.350509899628,7728.721174612375,1766.7523381351048,4508.528834308802,2009.9791566387262,5095.367292704993,1471.0197823809794,5785.442300683475,409.39975908814716,1569.926400575105,841.359844538656,3018.646894398346,1896.1725497658508,6928.241735476524,868.3493932416438,2017.1299834935737,794.3099367308326,2747.2143766377344,1033.245164814104,4910.845629259339,1316.025430806086,3288.8261101592043,1122.3541193984813,4189.730252071564,1317.754533259507,5906.222939982945,20775.175888972757,6368.643521158685,151360.0954646678,56524.06175249465,4672.971766260019,25366.170015661068 -1136,4324.661367705054,4646.135536899198,952.818380305277,1861.508579682625,1957.0513192397677,3313.3937958849056,2070.293165934783,3904.620278839229,383.6094557194288,1428.0162322604397,3046.055683097013,7924.6768182594005,1703.9356408774267,4622.839035138691,1938.360993491033,5224.556320863986,1420.8474444597066,5932.12763764933,397.17487566046145,1609.730649085672,815.3571186453008,3095.1823110307864,1837.6420660035726,7103.901852842004,845.947473915694,2068.272726944274,770.9277602231916,2816.8678353727637,996.8839830313539,5035.356255841874,1269.432577194683,3372.211708203076,1088.8400589486432,4295.95756571162,1278.4057178345,6055.970575015882,19923.03355566198,6129.127744243331,146646.18200460458,55003.085152804735,4479.72857291844,24703.21287854436 -1137,4193.420822804143,4679.015881676265,921.5105424808589,1874.6823330997029,1880.5627895011578,3336.842429599022,1998.8129426122614,3932.252977018638,368.1695620500389,1438.122193589176,2922.9143837640217,7980.759148178922,1635.051526262653,4655.554512359936,1859.9827915358376,5261.530105156956,1364.821680254108,5974.108849871488,383.3995566926447,1621.1225894024783,786.4060517038449,3117.0866788061808,1772.4474598873257,7154.175621295126,819.8130341298274,2082.9097343700882,742.3349956985718,2836.8025929541795,956.873675951601,5070.991085788729,1218.2670408166364,3396.076591770588,1051.075537484359,4326.359727849687,1234.0664415795088,6098.828214205458,19029.92002168631,5873.040812454071,141290.347873981,53197.51630866236,4277.701598061334,23915.429736093996 -1138,4030.8673480814705,4720.018842328631,882.578975966075,1891.1104726665712,1787.7752379292997,3366.0837107367506,1910.5737217936899,3966.7119355195605,349.2432484495437,1450.7246871921484,2772.009355255765,8050.695810418152,1550.636635921118,4696.351877300029,1763.9347992598878,5307.637730633896,1296.0539051073993,6026.460916267226,366.77725105723414,1635.3287445912736,750.6171664028739,3144.4022053342323,1691.9231172678956,7216.868800570034,787.1611169512692,2101.162603785485,707.0931688315252,2861.6619454417278,907.819939001394,5115.428987522159,1155.553668506368,3425.8369512962117,1005.5061086079075,4364.272306514723,1180.563433534086,6152.273216235033,17942.322036761605,5560.811692021902,134710.42455525688,50971.39420247395,4031.7557156265952,22947.81858629521 -1139,3864.1792704236777,4754.78362692924,845.4501520277355,1905.039240841949,1699.2570301156393,3390.876233618641,1823.339959441187,3995.9283201607227,331.811148794018,1461.4098418387218,2633.1907093794334,8109.992333394773,1472.9827572873144,4730.942345447918,1675.5183002002611,5346.730558143146,1232.3848192996838,6070.848157644141,349.9010610091548,1647.3735803124914,715.7694173652159,3167.5619572372984,1613.400266443711,7270.023861539855,753.561636245569,2116.638488050265,674.4771296648555,2882.739204761304,862.6027896491261,5153.106122472576,1097.8144888452598,3451.069580162131,959.2406651147294,4396.416878759595,1126.243235619125,6197.587114401803,16969.656543883924,5273.860420452411,128401.06955072985,48739.22605199255,3812.1611777384364,21955.506014195627 -1140,3819.416360601225,4720.213779814992,834.9748957639212,1891.1885758128276,1675.2593754105528,3366.222730499039,1799.882509952025,3966.8757613176485,326.9616155227705,1450.7846023393906,2594.562112474758,8051.028305363019,1451.3742740976563,4696.545837337185,1650.9333744627982,5307.85693686851,1214.6821874623145,6026.709810007256,345.4624928099332,1635.3962839137837,706.3282031099113,3144.5320696170875,1592.148711599152,7217.166858334291,744.6395866442488,2101.249382116272,665.273333030224,2861.780132509428,850.0256441633508,5115.640255506844,1081.750387430159,3425.9784388763,947.0724964921511,4364.452551615781,1111.9566044331832,6152.527306041928,16697.41383361118,5194.470903983162,126675.06952439084,48139.031926040305,3750.674707129752,21692.261100389136 -1141,3789.705411267488,4682.329907188505,827.4690980405802,1876.0101219417043,1653.4701008431646,3339.205828489229,1781.7530960743468,3935.0380897466057,322.58390173601794,1439.1407782146177,2559.542874680529,7986.4117127550935,1431.7848333250965,4658.851920793193,1628.6401593992375,5265.2567103754145,1199.0223078277143,5978.340156120929,341.7785693850289,1622.2707884587771,698.862960574854,3119.294430401528,1575.3156652819532,7159.242738211925,738.7538182696514,2084.385005276183,657.9575323398037,2838.8118266058655,838.7033436704701,5074.58273716492,1067.229319365194,3398.4819446805286,936.973158278814,4329.423976160827,1100.098984379471,6103.147855943755,16426.50398788946,5119.595699752732,125250.39524226914,47697.464935243705,3689.1882365210668,21502.13164500335 -1142,3807.2085753788015,4608.641545548583,832.3002646410107,1846.4863346294171,1661.1814468151517,3286.654937894765,1788.4515480674588,3873.110264161538,324.1042882376587,1416.49224036746,2571.6108621134213,7860.725226292167,1438.5355549270269,4585.533044940554,1636.2516509180605,5182.394513927977,1204.7048150227322,5884.255779290843,343.37015091665677,1596.740234459516,701.4663564706436,3070.204404579995,1581.2374836233287,7046.573857885611,741.1583904782799,2051.5819095716674,661.0367198558355,2794.1359074260854,842.65534095009,4994.721280300501,1072.2599292981188,3344.9981937423695,941.3364194892254,4261.289486286864,1105.2218837749813,6007.099312747289,16504.716618714716,5143.281753352522,125813.7255028768,47903.8714323567,3706.75579955212,21594.41524206073 -1143,3832.4583220016025,4525.011107371942,837.1903967249536,1812.9791807911256,1668.3306203574714,3227.01385062968,1799.7928274812411,3802.8271003925665,325.336300972974,1390.7879486439772,2581.2542149403143,7718.081046100726,1443.9299581450903,4502.321943788143,1642.4504285351536,5088.352501825161,1209.754417212629,5777.477483712433,345.2979088439467,1567.7650832913582,705.7320119989093,3014.4911239724192,1590.8261555850552,6918.703626808897,746.9150984226783,2014.3530011488654,664.4643095580631,2743.4322872912467,845.8861845827946,4904.084869307508,1076.3182676147173,3284.298384074388,946.6212957082928,4183.962251479484,1111.4268501710808,5898.091844335932,16545.199899178293,5161.256053316561,126457.4422595509,48206.343572143676,3715.539581067646,21737.219496238613 -1144,3962.964248526387,4429.229238114985,863.4437997211136,1774.6034661818915,1711.1014507722205,3158.706964437103,1851.8883708516057,3722.3318530895917,333.14785175601867,1361.348845335668,2642.76048141019,7554.710788629344,1478.3360000821733,4407.020340866089,1681.5019761156454,4980.6462658627515,1239.6245809729767,5655.1843931875455,355.8147812292034,1534.5798674608832,725.3667969432222,2950.6827513825283,1635.2387491306429,6772.253960612272,770.702699648566,1971.714764199773,682.2354088115536,2685.3614745525665,866.2952720085557,4800.27906538102,1102.098496296917,3214.7789440200304,975.4529078007649,4095.399435645867,1145.278008980385,5773.245684073619,16862.91472338842,5277.073902175081,129961.8968857411,49715.159103941216,3785.8098331918577,22441.018854021273 -1145,4037.9456840847197,4557.1116832941125,875.557495817058,1825.8405140469683,1716.9119627410557,3249.906391809363,1872.560012747034,3829.8044794880934,333.2525419827041,1400.654243571818,2642.686900614054,7772.833363987901,1478.2948396589688,4534.261562046134,1681.4219693256425,5124.4494399160985,1241.9598523970735,5818.4630968311285,360.1780659091208,1578.8868597666324,732.0158354731273,3035.8760220192194,1650.4131094636061,6967.785135292612,784.1112425916461,2028.6428868338062,686.5660982560242,2762.894285137408,866.7569107352807,4938.874606822076,1102.3241654319745,3307.597303596881,987.414689472354,4213.643415729071,1159.3223215116607,5939.933099650553,16715.71534557936,5264.1896554754385,130950.93633206609,50436.75116984596,3750.674707129752,22810.93455540222 -1146,4063.6698211757193,4821.064162386639,877.0780046821623,1931.595027783595,1702.2859873892558,3438.1442294031635,1872.2205226678407,4051.6305959087954,329.39899279378915,1481.781542096792,2611.2402315322042,8223.04366792205,1460.7038610919049,4796.890539199245,1661.4480089968351,5421.262690863774,1229.6964415158277,6155.4743148241,360.18507437280977,1670.3375701737923,730.5097411633527,3211.7170059404843,1647.1430789912943,7371.366238425702,788.9781206575527,2146.143917395809,682.6743656865881,2922.923893080972,856.9202745986572,5224.939177321144,1089.4589652846746,3499.176656660501,987.4339029132938,4457.701868294717,1159.3448799880457,6283.979982030926,16372.641134664102,5189.554888712926,130392.9322969665,50563.34052649678,3671.620673490014,22911.002140997323 -1147,3997.8249535995274,4748.480478018513,857.4121390855878,1902.5138375937763,1648.6685469741317,3386.3811399371334,1827.181883320391,3990.631142998777,317.7862379351723,1459.4725331038844,2518.25050558241,8099.241373234834,1408.6862603761558,4724.67080158154,1602.2474027808285,5339.642698518442,1188.131291172837,6062.800376093089,352.2341751783593,1645.189749921241,711.3760666940532,3163.3628987170864,1604.2498219950078,7260.386400284142,774.7374814846296,2113.832579595294,662.5476060404344,2878.9177197255826,826.9053703996354,5146.274939859183,1050.9263710227046,3446.4946915506184,965.6368103021762,4390.588796467162,1133.7529414868786,6189.371322152491,15638.188209456055,4992.373322744188,126792.7331293942,49522.4340373426,3504.7288246950134,22488.93239608518 -1148,3875.540000054431,4473.221315862691,828.8378978675929,1792.2292176295286,1583.3795286199208,3190.0799358710397,1763.2454453194234,3759.3028707273174,304.60075146157214,1374.870061110728,2413.2295825977917,7629.745835701385,1349.9385182700785,4450.791834967761,1535.4077609851477,5030.115138658079,1139.9840165569883,5711.352926837116,340.1327297251636,1549.8216518008,685.6558198239288,2979.989580636387,1546.353607571263,6839.517474588635,750.3759048892974,1991.2982683581379,637.4909504287444,2712.033074602666,792.7076495576309,4847.956491520472,1007.2503322602809,3246.7088346723385,932.4611504402322,4136.075842464115,1094.8014417584484,5830.586828398418,14899.178336041168,4776.633733020755,122092.44368711057,47885.0188193951,3337.836975900014,21770.34532025675 -1149,3498.6581766512695,4230.647554694424,743.5153388919736,1695.040245410699,1408.146931396539,3017.0883412616804,1579.6523909107032,3555.443465540002,269.8153076420051,1300.3136333617567,2136.850596145715,7216.00012239163,1195.3346454589084,4209.434379266528,1359.5337664280705,4757.342149768212,1011.2663212423654,5401.63778801549,305.37182044201893,1465.7779524908246,612.9495145714315,2818.3907618491694,1382.5991171263086,6468.624249944532,676.1568174973104,1883.3141834101,567.6474905994913,2564.964996171981,702.3454034723499,4585.061598312747,892.1170655368168,3070.646369206593,837.1654184279076,3911.7847996699948,982.9148449267589,5514.405875811234,13064.771710106877,4219.258802680347,108994.18096203599,43045.65420393574,2924.9992446702754,19612.331682840737 -1150,3067.5914473188595,4026.542497521177,659.2289712071348,1613.264044077971,1253.6919708102444,2871.5307214342756,1394.5802756989638,3383.913225209523,241.84566834462035,1237.5807809912117,1916.109439238376,6867.86851877728,1071.8540647360667,4006.352739035383,1218.9842677858019,4527.827027338858,905.0657779422323,5141.039008443623,268.62799031270976,1395.0623731548776,542.6279737629412,2682.4191877232493,1223.691273117628,6156.549347627943,592.8356829916046,1792.4548187122366,507.12321147023533,2441.2197963124117,629.3775590378882,4363.858047894548,799.740966975209,2922.50487440155,736.4335831186714,3723.063085118249,864.6457261806746,5248.366667390283,11840.20510012235,3790.0704741398226,96760.55161483004,37892.600561451065,2652.702017688958,17208.37666400959 -1151,2505.648852491791,3720.9372472456325,557.3954922845729,1490.821039377412,1140.279405638124,2653.5881900098393,1203.3927781492891,3127.0820484027413,224.75523885464406,1143.651265893865,1784.9326011607252,6346.6132038681335,998.4749433698873,3702.2798446703628,1135.7463240282038,4184.175442201953,832.1994977922003,4750.84605411147,229.68149245237498,1289.1803699323973,474.8175110989873,2478.829783733909,1069.867521735715,5689.281510426708,490.23383030112126,1656.4116492144885,451.8085185226263,2255.936867524512,584.0156769927418,4032.651328552888,743.7902564877899,2700.69352282068,629.6632166508217,3440.4912193997948,739.2867757397979,4850.027792309977,11716.747436134357,3590.545246858657,85504.1549594199,31923.85236040215,2635.134454657905,14299.21359484246 -1152,2407.4536575495954,3495.71338879661,538.1840929838198,1400.583434055229,1191.1443151871663,2492.9696868810443,1183.8883681213906,2937.803531236326,232.80238034004316,1074.427429610307,1860.9090631101255,5962.460336222544,1040.975480080932,3478.185296370215,1189.5834854273403,3930.912332694275,887.7758540858397,4463.283053688297,226.06655773279863,1211.1478319292792,472.58449284265896,2328.7891968510817,1064.4103506682281,5344.916139973473,464.766074589967,1556.1510433437097,449.25362324190974,2119.387720908998,602.3972688661725,3788.559791489592,801.401660821687,2537.223790524546,619.7530083915161,3232.2424218779347,727.6512129227391,4556.461440505028,12740.456330550503,3796.3478203451527,86329.72353594712,31094.300695327318,2879.100984555389,13789.95604197503 -1153,2524.5032924165257,3372.379611028909,561.7544156587275,1351.1688434441958,1235.2867871593737,2405.0141438640444,1235.1852690484059,2834.153612736743,240.73541996169865,1036.5200902226527,1923.9046091846642,5752.096191263408,1076.2146113839442,3355.4699348213426,1229.9043371601088,3792.224112539096,919.063683278334,4305.812031601032,236.10979022055702,1168.416800825376,492.2670974652092,2246.626176795502,1108.8472636476322,5156.339839208318,487.551560937776,1501.2478045462065,466.02258306692045,2044.612685000185,623.012160385371,3654.893972981491,828.6050494541657,2447.706899314194,647.2861544290674,3118.2042773810654,759.9778444009792,4395.70295140481,13106.1180097591,3920.7060331648877,89749.12926454023,32507.22788178308,2960.8420219717877,14445.262592527492 -1154,2622.5140546737043,3339.954132992985,586.5736717730563,1338.1773357525224,1308.6091342814473,2381.889898585454,1296.8830068565685,2806.903185347226,255.37431717263826,1026.5539347787658,2041.6309574527418,5696.7897043838275,1142.069651985294,3323.2070435632145,1305.2804348673449,3755.7618236359426,973.6661038256705,4264.411587534505,247.9554112279673,1157.1824566287542,517.865147433716,2225.024834078218,1166.4351051440626,5106.761558146715,507.97059193203864,1486.8132855040453,491.14221723330024,2024.953704886372,660.7428567624107,3619.7521153279317,879.1775151454199,2424.1721625833316,679.7604811460932,3088.222698801631,798.1059097827374,4353.438204862905,14024.022801297231,4173.060516241099,94541.29093915562,33980.64783057172,3169.7357842581414,15072.333096741375 -1155,2847.4289373623933,3373.289344511195,635.9655905512675,1351.5333348950048,1427.1859609559965,2405.662920735097,1411.7661360718748,2834.9181543165273,278.2651837939102,1036.799701992352,2224.8016595016575,5753.647877343294,1244.5336644843549,3356.3751067475773,1422.4670372743763,3793.2471033187303,1060.5448813505875,4306.973567912296,270.22935375766156,1168.7319930657454,563.8154329181529,2247.232226911725,1269.9789574459505,5157.730813991356,552.2000939339032,1501.6527813135128,533.7671789757312,2045.164239935391,719.934773196688,3655.879917568083,958.025858446044,2448.3671929874936,740.8236610784116,3119.045444498333,869.8001110872052,4396.888736700154,15308.398156452828,4551.992548008283,102918.36138576761,36949.96345248644,3460.3705839608933,16392.2596266427 -1156,3483.676206349971,3465.107377725256,778.0426591884342,1388.3209092651728,1728.7600090236863,2471.142995344557,1717.134381204765,2912.0821870063755,337.4281146335516,1065.0204977058181,2697.3600442435354,5910.257221502731,1508.878495284846,3447.732748964555,1724.4239288292,3896.496025350388,1286.7715131725536,4424.205682244296,328.17852133075917,1200.5438722133956,685.3954007555044,2308.399954366242,1543.7803701865673,5298.119808477943,673.8516467716136,1542.5264778361604,650.199948891807,2100.831850665596,873.099922866259,3755.3898230092145,1161.597770589869,2515.009641140283,899.6891354652088,3203.943177533034,1056.3238609744706,4516.568264553809,18486.70995755289,5507.8109188593035,125117.4025457975,45052.848456049054,4177.875245727063,19988.91231276082 -1157,4658.624870588865,3680.5191179617996,1005.9124277401403,1474.6272168255218,2117.116907613699,2624.7639816442556,2192.8712529502964,3093.114583187612,405.6056557602122,1131.2285235445459,3236.5872581083513,6277.674058716382,1810.517258270661,3662.0643786563674,2068.976013571643,4138.72545669243,1558.2583140102374,4699.240693079165,423.3579617461581,1275.1768392626236,864.9858379872862,2451.9038626515967,1949.8319138728857,5627.482533356949,893.271836267731,1638.4191232091773,804.7987321381644,2231.4320877045175,1050.720368243989,3988.8472512670583,1394.8404499382889,2671.3576397599863,1160.6200096557452,3403.119393522181,1362.6824659718184,4797.345084348461,21273.308560938753,6536.817388081375,156465.6942048264,58679.89841927371,4795.47419509541,26380.774363158376 -1158,4732.375377906514,4216.546698325298,1024.6096801294032,1689.390632973969,2191.923506099638,3007.0323087505617,2251.699707336823,3543.5930816477075,420.51911165102763,1295.979654806038,3356.8848473191492,7191.949009655347,1877.810627497418,4195.404226952981,2146.15786537914,4741.485806859611,1613.066347814153,5383.63399128647,434.52585060109936,1460.8924771327631,889.8983666774898,2808.996993445842,2005.8169969012245,6447.064160082379,911.0099801319606,1877.0370491286744,827.2551623120249,2556.415902319263,1089.0826184477794,4569.779470882951,1446.4531645446011,3060.4118264202266,1191.2363590381813,3898.746721008522,1398.6290825460815,5496.026220164998,22268.10234176195,6802.271541979196,161065.66464435632,59966.44481505199,5022.532632363187,26917.25515608158 -1159,4616.484018848283,4611.6956544123395,999.196623163374,1847.709985943077,2141.119892794957,3288.832977101922,2197.1527696217463,3875.676942492056,411.0579797491893,1417.430938129912,3281.461612858481,7865.934464275183,1835.619561174848,4588.571839990937,2097.879510727769,5185.828844166951,1576.1409909719464,5888.155227220245,423.9588602039424,1597.798381085801,868.565520398875,3072.2390037982027,1957.7078303197443,7051.243564450069,888.1458858400298,2052.9414760367135,808.1513481651756,2795.9875583208386,1064.5582463053183,4998.031241030447,1413.9356911204156,3347.214896545526,1162.2673502915495,4264.113407796593,1364.616606501206,6011.080168076394,21783.783275031015,6649.604761517431,157290.27485790686,58508.059151515634,4913.544582474655,26253.736674481763 -1160,4502.260134526608,4731.1305752992685,974.4313489446544,1895.5624706971303,2061.5617122615913,3374.0080484565697,2127.4472211237585,3976.050254977877,395.4844787266196,1454.1399416384713,3156.327624853294,8069.648527570669,1765.6207547740473,4707.407894180455,2017.7009716347527,5320.132819136254,1518.3629880120586,6040.648237694636,410.5266601001387,1639.178588614384,839.9620766026206,3151.804666812696,1893.3258789270926,7233.8585460932745,863.9423751118193,2106.1091005180356,782.5223966174543,2868.3987879104116,1024.3959516698055,5127.471583714756,1360.1618785294045,3433.9019583810073,1125.443476353112,4374.546551194902,1321.381743300847,6166.756721370255,20825.221182416582,6381.674041229074,152052.45992600152,56835.13339837143,4695.56848269759,25527.066180795253 -1161,4352.479605163911,4739.318170336688,938.8022805340415,1898.8428912290062,1969.8221505975994,3379.8470358009445,2045.0491834370653,3982.931123898754,377.2666311634981,1456.6564456284548,3010.1951214899273,8083.613691538666,1683.8755712722423,4715.5544352450215,1924.24588508769,5329.3397290650955,1449.8977309408901,6051.102056448226,394.6452569143086,1642.0153165938764,806.3602366834024,3157.259113659638,1817.6761848020974,7246.377309503148,834.5353331405225,2109.753888617881,749.636070380518,2873.362778505778,977.3620265278934,5136.3450781628935,1297.3202697275665,3439.844596865815,1081.9052038168868,4382.117049422222,1270.2635133115036,6177.428780812553,19744.736747905074,6075.446131072023,145776.25351966888,54762.6185854064,4450.345370448394,24628.427859629468 -1162,4180.389924326446,4783.440212711783,898.2694759697741,1916.5207139662168,1869.9051410671632,3411.312691571499,1952.5709689616442,4020.0113640323802,357.3390408714549,1470.2176067723176,2850.471742505491,8158.870412658241,1594.527776468885,4759.455242309672,1822.1061741706624,5378.954746438023,1374.7589460808167,6107.436527305595,377.1310516737943,1657.3021293326299,768.7565017888284,3186.652523301124,1733.0602369396322,7313.83953829314,800.6342856807087,2129.395247802678,713.1286644873547,2900.113173755828,925.8880691380547,5184.163356456649,1228.6122116146603,3471.8688171464028,1033.890665548804,4422.913625469257,1213.8897054628378,6234.939326557739,18583.205122663003,5743.335025367598,138812.63464139044,52420.22372160021,4186.957583217773,23610.94987337287 -1163,4021.141379190371,4836.789548233972,864.3211961634559,1937.8955199756865,1789.3036450107709,3449.3587958940984,1872.8960238908169,4064.8462371625697,342.0179129743606,1486.6148290446665,2727.9702120612333,8249.865657873233,1526.0015427088456,4812.537075328105,1743.716007826443,5438.945809097027,1316.4299899880225,6175.552290435618,361.5269862377107,1675.7858906900822,737.1158833949803,3222.193010293402,1661.716854366683,7395.410220089674,769.3344902780696,2153.1442268810597,684.3875141359927,2932.4579097364017,886.2499409736487,5241.981925939438,1175.86252790779,3510.590299213379,991.1127040752577,4472.242036089666,1163.6641557178273,6304.477118460954,17739.442945189057,5490.501365483854,133084.541428973,50343.50686807969,3996.2284959128415,22678.97085837688 -1164,3957.7506835429413,4781.165879006069,848.9315390871723,1915.6094853391949,1749.4741811304139,3409.690749393869,1837.233990977027,4018.100010082921,333.9919651215681,1469.51857734807,2663.5666122789144,8154.991197458531,1489.9747590624208,4757.192312494086,1702.5270417464726,5376.397269488939,1286.3161397498939,6104.532686527436,354.8108861858089,1656.5141487317069,722.4793460501633,3185.137398010568,1628.7986660457366,7310.362101335548,756.7202425840679,2128.3828058844133,670.0044948120666,2898.734286417814,865.5340472523632,5181.698494990172,1148.1712548796156,3470.218082963154,972.7007671060389,4420.81070767609,1142.046724117648,6231.974863319381,17259.453496885486,5355.5799575172705,130355.13508663622,49456.323325514044,3887.2404460243106,22298.097266430857 -1165,3926.8481633752854,4751.664545206511,841.2906924446396,1903.789557671607,1726.680789540719,3388.651858985815,1818.679152600284,3993.3070385280193,329.52278206655717,1460.4511742978311,2627.630384210096,8104.672274514428,1469.872362331806,4727.83890332336,1679.54002868933,5343.223166247159,1269.695185824823,6066.86575318251,351.0215241670414,1646.2929227625332,714.8342071235265,3165.484074123864,1611.5571807164433,7265.254812024772,750.7285776422908,2115.249998280865,662.6264749824112,2880.848161998802,854.013994940306,5149.725745912251,1132.7330049311083,3448.8057194071666,962.3123729332418,4393.532881377596,1129.8497238323664,6193.521570686192,16980.041474077465,5278.4604980788245,128886.66696720714,49001.749019607516,3823.6640835893327,22102.18778993449 -1166,3948.3644871939964,4664.720081517628,847.1427866916597,1868.9546149913133,1737.6759479325196,3326.6473728305214,1827.8646339792688,3920.2387620310787,331.6887339240937,1433.7282979489062,2644.955688008825,7956.375529746813,1479.5639785407616,4641.33039373769,1690.5470103092198,5245.454548925883,1277.9757765266934,5955.8561513546565,353.08563821454237,1616.169572538076,718.4933414597309,3107.5630419209397,1619.8514003734924,7132.317464031255,753.8821395657912,2076.545818951967,666.7467625714953,2828.1353082122764,859.6161326396468,5055.497683543064,1140.1920676765976,3385.7005568292443,967.9710643532877,4313.141398259074,1136.4935861768809,6080.194460536535,17100.544487252082,5313.478891292255,129656.4527073048,49267.788289158576,3850.911096061466,22219.039541240898 -1167,3984.6111188280806,4601.298704831328,854.9455790210196,1843.5443711662647,1753.9433624724584,3281.41838750068,1846.4064702271335,3866.9393282210826,334.78928959326026,1414.2353764314284,2669.6886315446645,7848.200916755765,1493.3993605491683,4578.227022456504,1706.4266060821217,5174.137526033897,1290.0979571231014,5874.8805322685075,356.35124232391115,1594.1961856128894,725.8275005170622,3065.3127197549907,1636.3294825991911,7035.34671667069,761.8451658830322,2048.313172128866,673.2525541329087,2789.684076076692,867.6498685974606,4986.7633077773935,1150.8524773218437,3339.668686404165,976.9235958170043,4254.500073476458,1147.0047418955264,5997.528341998038,17261.809594717877,5363.844941280075,130887.5602411051,49739.67128275501,3887.2404460243106,22431.424529737924 -1168,4075.350427049941,4519.032866878115,869.2482483447093,1810.583954504186,1759.9941286795022,3222.7504655421726,1868.9575757727887,3797.8029768217866,334.74075247092424,1388.9505023624945,2668.158144600464,7707.884265684151,1492.5432201750468,4496.373679193444,1705.3125633689183,5081.630000100531,1292.011816499014,5769.844541156992,361.5113740158133,1565.6938228052854,732.8983508598578,3010.5085143217484,1652.5538339546588,6909.562947768532,776.7472609864586,2011.6917288570226,677.7872753168947,2739.8077883446617,867.7636411066618,4897.605813664287,1150.3968329879815,3279.9593172461337,991.0699037531507,4178.434589344978,1163.6139039144914,5890.299551529695,17071.445242785885,5344.592695791294,132001.87703552935,50582.43211218574,3841.828758570755,22866.534381954658 -1169,4132.118745542903,4640.612156843365,875.8021072346482,1859.2955965956864,1748.0452453327287,3309.45479473783,1875.7500309604518,3899.9784207611633,331.135450550807,1426.3185899264975,2638.1602859427653,7915.255870131806,1475.7626928851166,4617.343350235565,1686.0667404001206,5218.345307441313,1280.6260926512243,5925.075455201739,363.3596786400556,1607.8169825359532,733.6474336778534,3091.5027222391673,1654.4912349909027,7095.456651555695,786.051757997453,2065.8139402301754,675.9423925369392,2813.519110072296,858.6815722066343,5029.370165660765,1137.6881655744526,3368.202783636582,996.1369617151338,4290.850481307665,1169.563130174088,6048.771166641523,16680.485361881878,5267.254200573181,131859.18234584367,50993.646715161674,3751.0053836636466,23111.933861844456 -1170,4158.268172596416,4882.601092946247,877.290284284105,1956.2502543249407,1732.517736642957,3482.029321070138,1875.172399846374,4103.346337959862,327.1890332876121,1500.6952683591242,2605.774836196975,8328.00407710504,1457.6465690158414,4858.118913282244,1665.3840558800628,5490.460663451621,1267.4522405219036,6234.0438967077125,363.3287610499614,1691.658059510737,732.0448631765579,3252.711939779704,1651.0052907381275,7465.45568363211,790.9408574640522,2173.5376845740357,671.974053899328,2960.232619656912,848.6457874129239,5291.631241252071,1123.8908891531153,3543.840777212285,996.0522022988572,4514.6007771424465,1169.4636142520592,6364.189833376438,16326.588978153344,5190.209893006582,131271.40878610255,51118.911218098474,3669.264346247246,23212.493462711325 -1171,4137.117296930345,4797.736012870419,870.5438138393285,1922.2484320746062,1717.6791474440379,3421.5077483399987,1861.8421862695843,4032.0255790199385,323.95119827850755,1474.6115024125872,2579.7562721897757,8183.254031090349,1443.0920226947308,4773.6793609319175,1648.7419285914948,5395.030302669095,1255.141185083287,6125.689225822425,361.17220108587816,1662.255146197032,726.3927265451372,3196.1761601863645,1638.366783398581,7335.697695557009,786.3682440314136,2135.7591632207987,666.0181199212626,2908.7804584977303,840.2962745417344,5199.656758702312,1112.7103550503402,3482.244852087746,990.1400738579183,4436.131955059869,1162.5221918261002,6253.573080226661,16126.884399900448,5136.018129817179,130228.01225630032,50803.57269017675,3623.852658793691,23085.441866573165 -1172,3986.5439399115903,4508.570938134982,834.8607635331067,1806.3923053452877,1628.8182454295625,3215.2895360201674,1780.1679705027395,3789.0107539514497,306.1895598440008,1385.734968948263,2437.3581970040696,7690.0398865164425,1363.4358441003287,4485.964208313291,1557.6793720615897,5069.865613222604,1188.2399568181245,5756.486881625243,345.72210989286475,1562.0691142248697,693.1177568801473,3003.53894218425,1563.4994804424061,6893.566747401065,756.6457431548929,2007.034498838912,633.6310016171836,2733.464910411281,794.424454851237,4886.267457749671,1051.4613596829226,3272.365944578076,947.7842270098812,4168.761173324489,1112.792246321949,5876.663028849039,15085.817274286805,4839.452687039956,124057.01102889549,48742.48410279375,3387.711884035204,22192.292320019194 -1173,3599.533739903012,4272.560248829074,749.1380117013641,1711.832876428376,1448.9621272647948,3046.9783992704606,1595.2622284937788,3590.666965620708,271.3304941202767,1313.195738734428,2159.051365607666,7287.488470710744,1207.7535524903974,4251.136916132855,1379.7705718320374,4804.472766024785,1054.3671034676004,5455.151390722491,310.47819684227795,1480.299299919989,619.8238374616004,2846.312338493443,1398.3875869202202,6532.708404002477,681.9831873932021,1901.972029592803,564.407691220505,2590.375903594735,704.1523126814743,4630.485444632769,931.5478712048161,3101.067022405516,851.16435824359,3950.538545452296,999.350982224343,5569.036663136152,13233.847448538389,4276.472546737133,110783.02954615492,43828.384489561475,2969.924359462499,19997.342092119394 -1174,3160.7549063538195,4056.6936418513887,665.5045876111899,1625.3443231426227,1294.2830028266656,2893.033024535237,1411.5965246711066,3409.252298649581,244.0675186886657,1246.847907010851,1943.0054093783317,6919.295790457152,1086.8994240089642,4036.3527004779257,1241.6145234925727,4561.731839292928,946.9324083903508,5179.535611731992,273.7095398754863,1405.5087367505766,550.0778196847958,2702.505405149978,1240.7255982535678,6202.650191731954,598.8828762633294,1805.8768958361331,505.64796504561116,2459.499889088211,633.2127989167378,4396.53504408163,838.1725666234091,2944.3888769491637,750.3644610884405,3750.9417459045167,881.0019521521949,5287.666950693831,12050.801859180603,3856.4875814633747,98614.03538134573,38655.02404898407,2706.5365722318793,17576.0021484962 -1175,2595.007281765028,3736.272745513944,566.1649649114887,1496.9653202261843,1189.2768054339044,2664.524707986011,1227.1621820065798,3139.9700274659854,229.19291240639072,1148.3647186726373,1829.2582842718057,6372.770182427664,1023.2703243861714,3717.5384481818232,1169.2583824482665,4201.4201337902605,880.0534695892478,4770.426226147366,235.67817137403975,1294.4936074360057,485.10773264203164,2489.0460511230003,1093.2247759075387,5712.729357287245,497.80346179317826,1663.2383964263486,454.40494009400607,2265.2345024015717,593.6437471866343,4049.2715275394485,788.269589136129,2711.8241810636036,646.1028875129422,3454.6708853364626,758.588572231144,4870.01673269463,12083.330686798276,3694.9618653313055,87882.9352515622,32769.23829867299,2724.701247213301,14687.728331111042 -1176,2268.4803573472996,3497.2729328095493,485.2845571355313,1401.2082769031015,1119.422395331208,2494.081876445004,1119.6628999333625,2939.114174701266,211.21332451859266,1074.9067643494068,1703.0174361671789,5965.120371038198,952.6523505869001,3479.737020568266,1091.9276264530438,3932.666032186198,830.0975606516114,4465.274259943003,217.86527749215333,1211.6881617961735,447.4738286432467,2329.8281405073285,1008.4931390064596,5347.300669549745,429.4960049078669,1556.845289631364,401.9811739829586,2120.3332442009914,543.4578499083442,3790.2499831853456,756.1723086817158,2538.3557231894724,597.2695055117604,3233.6844234829755,701.2533610048167,4558.49421647073,11544.209907603421,3502.6144378274803,80298.59627327697,29211.08379756637,2676.008734111931,13066.679209618504 -1177,2379.4212270714115,3359.7083340453332,506.7362702384991,1346.0920025657647,1161.163005354275,2395.977616580267,1168.48945889704,2823.5046498134875,218.4519416267479,1032.6255010372304,1760.9683738177484,5730.483439295242,985.0695741567181,3342.862193742867,1129.1275445398658,3777.9753245448173,859.4816014915651,4289.633503918917,227.5894875872854,1164.0266269353717,466.2198111652412,2238.1847716607926,1050.8421498176242,5136.9655641088075,450.7215143637258,1495.6070615260023,417.0940632019629,2036.930319239509,562.1697918450201,3641.161185093143,781.9367494073165,2438.509959564473,623.9280635980584,3106.488031095846,732.5531398902978,4379.186670303888,11875.698686878844,3617.9530792375567,83501.74373925007,30548.366877012704,2751.9837454905028,13690.91807634998 -1178,2470.749082320367,3293.167875636303,528.775850789889,1319.4320755703739,1229.7454418236812,2348.5242566175993,1226.4110444368443,2767.5839343707876,231.66309647422085,1012.1739119788616,1868.194978469806,5616.988767423848,1045.0511543788994,3276.655380337122,1198.001480212621,3703.150909756845,910.3274894966806,4204.6754803711365,238.94839260173754,1140.9725824602267,490.3062369960139,2193.856566381409,1105.0650331492454,5035.225767233157,469.3563517635936,1465.9859249335009,439.3732625497255,1996.5880443414226,596.0148059918675,3569.0464327671466,829.491060708066,2390.2142283844296,655.0680766337807,3044.9627089312307,769.1145892887955,4292.455008049779,12707.158627681449,3849.96285049511,87926.78513640306,31918.977240768094,2946.14210790241,14280.88783678363 -1179,2682.436059343994,3331.9614817450765,573.1949217285413,1334.9750208923058,1341.1411393942026,2376.189935498461,1334.9786066441002,2800.1861475216137,252.4121627685932,1024.0973478733338,2035.6859303579338,5683.157046111658,1138.7440582973527,3315.2544688073476,1305.4850969310457,3746.7741270295737,991.5054440923631,4254.206670568727,260.40744172698106,1154.4132701556025,533.7843675341095,2219.70025571319,1203.1025583590908,5094.5408621385595,510.1819792846396,1483.2552785408955,477.44581304892506,2020.1079051801905,649.3627654541452,3611.0898956956617,903.8449909418506,2418.3710162535003,713.8972567919102,3080.8324515034515,838.1858543213176,4343.020243443295,13870.872055199727,4199.433694836815,95712.24811241897,34706.09359570658,3216.2754816928887,15531.014238678334 -1180,3282.442644169493,3429.822740918234,701.4970279146381,1374.183858456902,1624.673897075183,2445.979739611285,1623.965117226466,2882.4289176787825,306.12430437363525,1054.175563521339,2468.409435011221,5850.074013086921,1380.8056221471827,3412.6250352362867,1582.8112256923669,3856.8186266185926,1203.1392673323937,4379.154700083959,316.27446200030727,1188.3189250806595,648.970562615427,2284.8938851117223,1462.6671415548856,5244.169897891058,622.7044403150072,1526.8191762715567,581.7405701650345,2079.4394143676996,787.640755962537,3717.1492862727587,1096.011175055804,2489.3996983361294,867.0546022723842,3171.3179342010935,1018.0076973747856,4470.576768921278,16750.889108309017,5081.632651282555,116374.42672285915,42323.787918653405,3883.167248238133,18940.5809824114 -1181,4398.339283524565,3660.1151063787975,909.656243145925,1466.4521986152156,1992.9418680858716,2610.212850956535,2077.8078641133648,3075.9670168361936,368.5478484972543,1124.9572343166808,2966.0240448854015,6242.8719750692,1659.1666757192056,3641.7626762048985,1901.6535167355305,4115.781247071266,1458.7155552049605,4673.18910675131,408.58474283712343,1268.107531329481,820.3818424384029,2438.311031528998,1850.471862705428,5596.284972601621,827.5851202156562,1629.3360776668721,721.6234579281536,2219.0615049945927,949.4541267685714,3966.7339343926847,1317.4179420079522,2656.5482037872184,1120.1197828450095,3384.253226740192,1315.1312015754365,4770.749628237119,19278.014951782225,6038.774724672614,145827.33714182305,55253.47012642211,4457.200667542901,25039.279618503457 -1182,4466.278803513022,4196.467595159198,925.9480618315223,1681.3457917248963,2062.769558877441,2992.712886656842,2132.833084549919,3526.7185688874565,381.970878010178,1289.8082280315277,3075.3327242830273,7157.701105751529,1720.312949477894,4175.4258037731925,1972.021828774652,4718.906955138522,1509.6424796199499,5357.997243954227,419.2641930877343,1453.9357391047981,843.7552523182512,2795.6206111927845,1903.0319803773043,6416.3633815424,843.6435058010816,1868.0986397494976,741.384879011396,2544.2423056984744,983.7660011338271,4548.01828097875,1365.8668529463635,3045.838212230716,1149.3970960715264,3880.1809743844615,1349.5056575150454,5469.8542634967325,20179.00592066904,6282.492978363262,150058.34516038245,56442.308225578745,4668.242365816712,25541.534262069465 -1183,4356.748666605213,4622.352520641835,902.912441400001,1851.9797382482316,2014.8832773312556,3296.4329263862146,2081.0734024260223,3884.63299116048,373.366918718242,1420.7063866913854,3006.161740964853,7884.111338387756,1681.6193351607255,4599.175270908246,1927.6127064629898,5197.812437279491,1475.0481950418766,5901.761780492023,409.05542907572675,1601.490628988727,823.4959049813309,3079.3384402185548,1857.3145937875192,7067.537822581791,822.4215514056098,2057.685484385611,724.23555125062,2802.448623321919,961.5852570438991,5009.580864929747,1335.13738903825,3354.949756793671,1121.4101515545983,4273.9670689181385,1316.6462218237236,6024.970780563945,19740.07831051953,6141.310399144487,146534.63622399175,55066.86837106614,4566.942350645282,24910.98476785067 -1184,4250.029909372684,4752.314355737166,880.9634099286229,1904.0499090686712,1940.3790296721243,3389.1152716787233,2015.5029109189745,3993.853140413177,359.3015906911834,1460.650897267232,2892.11057497626,8105.780623250198,1617.820157854156,4728.485455595177,1854.2998286133234,5343.953874959449,1421.2188221635727,6067.695423125953,396.15658136489856,1646.5180603890585,796.5373761993801,3165.916967663889,1796.594937950474,7266.2483668180075,800.2485365863675,2115.5392678012136,701.5140862040356,2881.2421303555902,925.529304340962,5150.429993021415,1284.5478324000833,3449.277358398794,1086.0484432429316,4394.1337158653705,1275.1280854119527,6194.368561356551,18871.758206438404,5894.792668994548,141690.16953750537,53506.52278614774,4364.342320302423,24225.824147897503 -1185,4109.634339087047,4774.992694722731,849.0804755700381,1913.136153380596,1854.4042979165915,3405.2883400489795,1937.9022077328398,4012.9120554168762,342.82339029473974,1467.621213982036,2758.7424297708108,8144.4619113461285,1543.2152393576464,4751.050081590688,1768.7431682248834,5369.455554441836,1357.3536853427208,6096.6508421841845,380.8935096588981,1654.3753467392935,764.8368716758631,3181.024919877984,1725.178750999512,7300.923354893465,773.252673500917,2125.634752455875,672.2298851177666,2894.9915965820437,883.2360376591328,5175.008164531083,1225.3701288533832,3465.7375239799217,1044.2053033200875,4415.102794612443,1226.0001084516232,6223.928472490456,17892.91145008914,5612.8683542334375,135876.30683231965,51569.61860180682,4136.417286166707,23377.47154600883 -1186,3948.121306141936,4838.1541484574,812.7397529500029,1938.4422571518996,1760.728083141219,3450.3319612006762,1850.7208447620392,4065.9930495322455,324.7864907084967,1487.0342466992151,2612.88186668504,8252.193186993061,1461.6221767555867,4813.894833217457,1675.1808515586526,5440.480295266479,1287.2257762091506,6177.294594902513,364.05428862278285,1676.258679050636,729.3293278059739,3223.1020854677354,1645.2290473046035,7397.49668226423,742.0762975726751,2153.7516920320186,639.6847880031659,2933.28524213921,836.9163955545015,5243.460842819325,1160.639523735567,3511.5807397233284,998.0412089897922,4473.5037867655665,1171.798904458921,6306.255796403969,16840.601192498667,5306.997970570085,129420.19081270503,49378.0827391377,3891.6089161690848,22416.247068684628 -1187,3798.0714805059565,4901.38057505104,782.1690786799358,1963.7743927798854,1684.9378350927852,3495.421917778042,1775.3475524887954,4119.128646949799,310.8893275102422,1506.4672491948331,2500.79710802205,8360.03528353732,1398.9229896905513,4876.804231918399,1603.2373101825044,5511.578097748131,1232.6948290675264,6258.02130415307,349.0084567192147,1698.1645222856514,699.3641085416521,3265.222534952713,1577.618349776762,7494.169352585617,713.1427630358118,2181.8975549125157,613.9902543185971,2971.6182795641244,801.1652314897997,5311.983936937946,1110.8742774501761,3557.4711134185413,956.7936238559888,4531.964854790958,1123.3701676131855,6388.667808703986,16076.070423406592,5073.666936606289,124090.84533596123,47426.168544092594,3714.3338896190835,21532.649462820555 -1188,3738.7102446979993,4849.525804379669,768.4112310913625,1942.9983952362031,1647.6371073315672,3458.4416630986393,1741.7820474026348,4075.549808685188,303.6321927426548,1490.5293899458366,2442.0364678386286,8271.58924148969,1366.052825942426,4825.209469752299,1565.540283698196,5453.267665836178,1204.6117050801292,6191.813782697743,342.5590328638006,1680.19857768759,685.5619830580125,3230.6777035223963,1546.5572738575713,7414.883847777271,701.5736152935311,2158.813896011526,601.1898136944077,2940.1796711863108,782.5440026042655,5255.785136489349,1084.8031154755172,3519.8344014897957,939.1127697001556,4484.0183640752375,1102.6110994073,6321.078096164175,15641.241531206879,4949.500074857675,121564.26716448672,46597.92484060718,3613.033874447654,21173.429564839458 -1189,3709.889766578741,4806.1835371626175,761.6228563770876,1925.63299518563,1626.303207724765,3427.532104357611,1724.3691606689065,4039.1248929326193,299.5983936873916,1477.2078971401775,2409.301700788633,8197.66254315342,1347.7412971736558,4782.084527922445,1544.5348193140103,5404.529501753141,1189.1340265530916,6136.4749189916165,338.9221802866955,1665.1819309741984,678.3717061063271,3201.803767808562,1530.329352595066,7348.613888594144,696.111986664293,2139.51966137351,594.6531270040076,2913.9020394929994,772.2089546735401,5208.81195745906,1070.2850564619223,3488.376149829115,929.1424744546226,4443.942791744765,1090.9049885367147,6264.583942509735,15388.141242231774,4878.584251616812,120207.8382881572,46174.79541629546,3553.9421989309876,20988.968317431463 -1190,3730.1470894534946,4720.3437444423835,766.9178728428207,1891.2406471024017,1636.6294614244523,3366.315414835658,1733.0194359789457,3966.9849838135506,301.56232454866046,1450.8245477081944,2425.148565627238,8051.249979410557,1356.605888173914,4696.675150300165,1554.6304880951902,5308.0030814461115,1196.872298029135,6026.875747215057,340.9104702662084,1635.441312312621,681.822237477237,3144.6186500047156,1538.157756640587,7217.365573147922,699.0042735998632,2101.307237142705,598.3364468418979,2861.8589277093793,777.2597635843007,5115.78110766115,1077.3204360593045,3426.072768504581,934.5932970296903,4364.572720844569,1097.3047923367296,6152.696707462316,15497.326649633775,4910.858886123283,120922.59807523029,46424.15735013943,3579.2672027238436,21099.527154912128 -1191,3764.379538516853,4656.46750101494,773.9778947971313,1865.648157551949,1651.9480338731476,3320.762041070291,1750.6202368830034,3913.3032792136632,304.3804285895151,1431.1918203058672,2447.81999180238,7942.299523379569,1369.2880762585612,4633.1191930558625,1569.232037691924,5236.174563164311,1208.2260306150642,5945.319359973277,344.06276892643797,1613.3103292672502,688.7905939846529,3102.065302780655,1553.8222941271445,7119.699338395838,706.4000186201267,2072.8721019359514,604.1777769661286,2823.1319181061926,784.521511051151,5046.553759602184,1087.391060994103,3379.7107512428524,943.2352058445933,4305.51081250332,1107.4512464014745,6069.437696276149,15643.47057338811,4957.418078883448,122071.03002616872,46868.927251015615,3613.033874447654,21301.23835865219 -1192,3851.597311334006,4575.5662632851545,787.4195221773183,1833.2344780660833,1658.2505929113534,3263.0672844183614,1772.6753903098167,3845.313740184042,304.4493306033763,1406.3263638914816,2447.2416241094593,7804.310401427779,1368.9645426702004,4552.623607682154,1568.7172545255623,5145.201523400395,1210.3545541783742,5842.025673328656,349.14481197697523,1585.2807548201997,695.7389113445887,3048.170172521746,1569.7673918787061,6996.002031668235,720.5633934787857,2036.8581238150668,608.5446360328839,2774.0829627769704,784.9363672626386,4958.875182368963,1087.224918314817,3320.9918225947695,957.1674366925918,4230.707079047739,1123.8090607855897,5963.98758375082,15471.407285371997,4941.114922040292,123163.58129746556,47684.765429571235,3570.825534792892,21721.36023050271 -1193,3906.8585506674913,4681.095271592467,793.8916766832068,1875.515456055065,1647.656831354426,3338.32534751927,1779.879545010972,3934.000499872832,301.2948969049134,1438.7613059288726,2420.637383283114,7984.305857682805,1354.082374102485,4657.623475866822,1551.5778478977213,5263.868368783566,1200.0620359402337,5976.763788861836,351.0383497335442,1621.8430284970605,696.7211023578984,3118.471935614823,1572.2186959091946,7157.354990851,729.5845298897212,2083.8353951516574,607.2196560283562,2838.0632894030086,777.0650425193172,5073.244672439339,1075.5056726744674,3397.5858337988598,962.3584995941799,4328.282394713714,1129.9038810858613,6101.538579421129,15117.597730231031,4871.285250320804,123089.36836483351,48096.25443629376,3486.4088554833675,21962.046713963635 -1194,3932.7588048074645,4891.8283860933425,795.6343956876093,1959.9472375971995,1633.5179290543315,3488.609769622183,1779.9183650106822,4111.100970956424,297.7974590310597,1503.53132948761,2391.6040654513017,8343.742601200458,1337.8414021133426,4867.299939236025,1532.9705770568262,5500.836708737698,1187.9994986482998,6245.825188980367,351.08842404555514,1694.8550081294359,695.4096188397617,3258.859017130497,1569.3785888429093,7479.564136638651,734.4215983974783,2177.64530446762,603.9010514241724,2965.826960387435,768.2406428170689,5301.631532441105,1062.6809595417963,3550.5380389986735,962.495776446728,4523.132611715821,1130.065057662514,6376.217079534467,14797.245692537492,4801.308398443368,122585.03508677035,48232.190005308825,3410.433844104795,22063.22845441746 -1195,3913.052074964295,4802.7395470229885,789.5927000976053,1924.253135054055,1619.6707745113724,3425.0760211307856,1767.4045820657975,4036.23055770875,294.87341765747965,1476.1493671459325,2367.8916019033745,8191.788304529713,1324.576867260441,4778.657806526207,1517.7557165541941,5400.656751957081,1176.5264825974618,6132.077675534376,349.0277207985648,1663.9887035190627,690.089214678464,3199.5094358255874,1557.476696320343,7343.348056863714,730.2446406150742,2137.986535440982,598.603716854069,2911.814010641362,760.7454652410144,5205.079453928564,1052.1630347881664,3485.8764672908947,956.8464356086464,4440.758374204838,1123.4321738243011,6260.09489935105,14616.34336042219,4751.518391732428,121622.22030192372,47939.40155191438,3368.2255044500325,21944.045951494623 -1196,3771.7963648939385,4517.083435286153,757.6192166590083,1809.8029003129939,1536.379578482033,3221.3602274634486,1690.4340130703106,3796.164671166316,278.80044893250556,1388.3513334542922,2237.877903656211,7704.559219476842,1251.8483956586401,4494.434022377994,1434.3560073077865,5079.437873963661,1114.097462309949,5767.3555313266625,334.17678974196235,1565.0184099257094,658.677924364813,3009.2098337016746,1486.7578926722913,6906.582283388824,702.9258322877214,2010.8239202959771,569.7419395773586,2738.625883274298,719.4766320471437,4895.493072336798,994.4678092677318,3278.5444002712525,916.1331638534186,4176.632085881655,1075.630773631614,5887.758579518618,13673.182456314,4478.42986383749,115902.81445674306,46011.910688890435,3148.7421382452685,21100.559365826655 -1197,3406.6240460741155,4265.737254015084,680.1400733216157,1709.0991930727137,1367.1792348707233,3042.112577232665,1515.326754881671,3584.932909069508,247.1404883095375,1311.0986523989936,1982.9400266058367,7275.850835862574,1109.2384830013325,4244.348132957641,1270.8997352834658,4796.800342265395,988.8169326063567,5446.4398764357975,300.18095924327775,1477.9353603010507,589.1962405874409,2841.766966820835,1330.13570599326,6522.276102767161,633.8018955324549,1898.9347066439168,507.6992871548242,2586.239245402178,637.9440446252502,4623.090867064519,881.2435680361311,3096.1148244306582,822.9348666986905,3944.229797900877,966.2067723783106,5560.143281636871,11994.971965098615,3958.5759895959923,103539.47888539138,41388.303223795825,2760.425413421455,19018.46067509322 -1198,2990.265269501953,4078.1373452409175,603.9049274769039,1633.9359015679086,1220.6799669908871,2908.3256119355347,1340.2955440527385,3427.273623779508,222.21981893217946,1253.43875143991,1783.8710430535536,6955.871223480796,997.88111749083,4057.688881547066,1143.2394045976496,4585.845177183468,887.7986139580797,5206.91466353113,264.54503742419524,1412.9382631390952,522.6940318218043,2716.7908625773684,1179.7094409480549,6235.437432446489,556.2920476688957,1815.4227703662689,454.64228926296676,2472.500818111808,573.4313248092723,4419.775150865718,792.7038641473238,2959.9529316486232,725.2403205629221,3770.769243204478,851.5037309584287,5315.617585305111,10922.295387539476,3568.449382052353,92121.15745714754,36484.72353928541,2515.617043423834,16709.64223642419 -1199,2449.429059988875,3741.666160942387,511.87387817169434,1499.1262320235485,1119.2054447483538,2668.371024796467,1162.4761803487233,3144.502663048149,208.21521250728426,1150.022415637776,1676.0661624878453,6381.96945650772,937.5760550207707,3722.904820121968,1074.5235164445376,4207.4850026353315,823.7225736120631,4777.312471387156,227.39998314139748,1296.3622455868872,459.99168607938486,2492.6390595269904,1037.2829577848877,5720.975843759922,461.0486519838185,1665.6393281140138,407.36342094837994,2268.5044325020876,536.3255245368563,4055.1167655662516,744.4274989318524,2715.7387760018164,623.4085442510996,3459.6578005116294,731.9431728908107,4877.0467396486,10949.838868753566,3412.7526676270754,81884.0113473631,30845.30296168374,2532.5003792857383,13937.119664434276 -1200,2186.745990853912,3482.002413703358,462.0641214799105,1395.0900304364145,1114.1925189068943,2483.191698389595,1106.5070793756872,2926.2808042373836,188.32720375640085,1070.2132832863815,1510.793195732524,5939.0742241269545,845.1238716642222,3464.5430704025234,983.4066504198612,3915.4944093427603,815.1017152438365,4445.777052487117,214.42861139534472,1206.3974374000682,436.75361840747945,2319.6551612125218,984.6318911437705,5323.952175277292,417.69921559514904,1550.0474685297663,359.2407937961755,2111.075005013164,486.18297290959157,3773.700206860346,751.6280443908872,2527.2722274732446,587.8480140107854,3219.5648392466605,690.1915999074105,4538.589972688374,10607.655435264223,3270.574938799802,75813.28498616222,27800.231396064082,2555.396920069076,12640.652289830785 -1201,2293.7036131255045,3347.6218821271405,482.5343502653105,1341.2494761769085,1155.752306982947,2387.3581575735398,1154.7686359102868,2813.3471748788484,197.63381651419036,1028.910661168152,1584.858938935235,5709.868193663593,886.5555698145529,3330.836345318945,1029.2494224192892,3764.3841694300972,843.9449220452706,4274.201673552453,223.9962279747093,1159.8390753805586,455.05683325539036,2230.132967772764,1025.992920586825,5118.485481576984,438.35543645174243,1490.2266591099756,379.6109531749306,2029.6025223249019,510.3331443361174,3628.0622148212124,777.5598590576153,2429.7374917047937,614.0772768334903,3095.312531769965,720.9873437740598,4363.432675055233,10982.079575241225,3397.297309989635,79376.19354152976,29246.990002020004,2634.8993332630394,13293.41443398249 -1202,2381.732883755527,3278.352223271255,503.4421920259175,1313.4960748290914,1223.9968756323874,2337.9584669977166,1211.9919932267198,2755.132834696797,211.2699864976192,1007.6202368006861,1695.859582923065,5591.718463552548,948.6483130630634,3261.9140161344967,1099.9296918377827,3686.4907823032245,893.8824418122956,4185.759041070883,235.1799785415658,1135.839454184306,478.5574318484375,2183.9866121447135,1078.913982808548,5012.572760352223,456.4594307112045,1459.3905922155561,397.9073378684417,1987.6055826211987,545.1990063425151,3552.989628735443,825.1050151018995,2379.4608795048516,644.7371105055805,3031.2637082535493,756.9850151970799,4273.143656915095,11900.610160860455,3647.7746181833913,83425.37815629937,30461.613523317235,2836.7080736959783,13802.66004158581 -1203,2585.7972629468622,3308.6333322288565,545.709082339908,1325.628425183317,1334.8703394997865,2359.5534544352963,1319.2759045642492,2780.5811306327573,241.21295736750162,1016.927308189129,1936.8306608986918,5643.367409279957,1083.4453262830766,3292.04329054002,1247.0396421871908,3720.5417388348956,973.5960507085067,4224.421581567052,256.3010095460645,1146.3308461788422,520.9921746694092,2204.1594099590698,1174.6285228335305,5058.872319269865,496.1598781506529,1472.8705243658856,450.63669810437347,2005.9644705969492,622.3394323124518,3585.8074770768303,900.4220094966008,2401.4392116807453,702.6396266346587,3059.2625382686037,824.9682851806372,4312.61334163903,13396.319456982315,4078.288543074026,92284.55540257152,33532.367053126436,3138.4806265973907,15083.400977918105 -1204,3164.182462561116,3400.906232184061,667.9151900154893,1362.5982452788894,1617.084315471441,2425.3579174802835,1604.8791860515541,2858.127434112498,287.86739251838156,1045.287909787445,2309.2916772105696,5800.7525964793385,1291.7966062852763,3383.8535187201155,1490.578308603733,3824.3021562563717,1181.4026882541457,4342.234464054685,311.28534574893007,1178.3003214466771,633.4226812844737,2265.6301624716994,1428.0595647661703,5199.956801147971,605.6000569480378,1513.9467092721864,547.4668644203585,2061.9078587947574,743.160873247795,3685.810354811258,1091.2419675918024,2468.411806670185,853.3771267668708,3144.5808548619393,1001.9489909118062,4432.885762140358,15861.401490285809,4863.094201359854,112213.98400285648,40980.309940708736,3755.8536385979965,18491.664734465525 -1205,4240.033706394094,3629.834003724345,866.7238559816891,1454.3198507863933,1983.814994780197,2588.6178680140492,2053.4809777765304,3050.518726197411,352.93276758161977,1115.6501648655467,2826.3303460973343,6191.223040092752,1581.0233005038938,3611.6334080709194,1818.8918914523274,4081.730297627454,1432.2555882069285,4634.526574302922,402.09827102448713,1257.6161415187753,800.8064926582072,2418.1382379137,1806.8652342312712,5549.98542332144,805.0244383320893,1615.8561483224514,691.9818893072768,2200.7026208403277,912.1650173650002,3933.9160928824804,1312.1722580025069,2634.5698761862127,1102.3373631008224,3356.2544025532197,1294.252885342424,4731.279951728977,18484.93336054048,5839.45118544666,141485.02564480828,53756.0701849077,4334.713045726243,24479.200976986413 -1206,4305.516157289835,4173.659291546241,882.1073467685726,1672.2074761233973,2053.2908665284876,2976.447133949966,2107.836699980456,3507.550431387854,370.99970673337504,1282.7979659479201,2971.8516853010856,7118.798143608059,1662.4266043743528,4152.7318648147,1908.7183182206295,4693.259131078532,1482.2774899842639,5328.875887688194,412.6151427908823,1446.0334243557259,823.6074503462424,2780.42607859106,1858.1546931632358,6381.48967865331,820.6147263384913,1857.9453000684027,723.1337380936836,2530.414044272069,958.6837685314802,4523.299257314776,1361.1209150695274,3029.283717021307,1131.1689734967092,3859.0917264085997,1328.1040421597693,5440.124950942437,19477.998523795235,6108.7661260544355,146564.40997515887,55220.8745549572,4552.824895806206,25061.038773797838 -1207,4199.923289567494,4574.331621385968,860.14662699594,1832.739809654041,2005.6204151862885,3262.1867989533084,2056.6806061686316,3844.2761450130915,371.54594700314766,1405.9468896684277,2977.2559141590664,7802.20453560453,1665.4496804834566,4551.395156484239,1905.0724675912045,5143.813174720686,1448.3157659965445,5840.44929802178,402.56918897909895,1584.8529926746526,803.8299793357945,3047.3476735359823,1813.511275213999,6994.114274669849,799.9681355679159,2036.3085108846324,718.9424091784775,2773.3344217526283,959.8797743883081,4957.537110812199,1331.5983900850872,3320.095707138212,1103.6283670511775,4229.565491772544,1295.7686514260806,5962.378299012401,19420.194066220483,6059.644015176006,144142.7038873425,54137.89423971859,4491.836756618176,24467.270141508154 -1208,4097.052347889598,4676.936491760062,839.3345014182444,1873.84921014434,1931.478259026658,3335.3595116787737,1991.8960789759692,3930.5054541644427,343.9094007623904,1437.4830812494793,2754.4458886010625,7977.212438675038,1540.8117935926016,4653.485548853049,1772.8074799484093,5259.191841530344,1395.4479693866333,5971.4539108811405,389.8705585210849,1620.4021503078957,777.5245542951851,3115.701421997538,1754.243772836131,7150.996251739249,778.4198328180186,2081.984073588518,670.9193171143787,2835.5418965053495,888.7651273078837,5068.737499138118,1279.4366490174186,3394.567349742316,1068.8155468457742,4324.4370609856605,1254.894963836459,6096.117848989787,18082.11093332349,5697.026316928029,137470.62358656287,52059.74094589522,4242.999802740157,23689.445042890566 -1209,3961.7221396325003,4684.99412847324,809.032506941465,1877.0775619120454,1845.9180637406103,3341.1058191816232,1915.2220270735995,3937.2771058865947,320.3394174160601,1439.9596418079677,2565.347820676637,7990.955939346458,1435.032066929861,4661.5027832261785,1657.2113342195717,5268.252613969445,1332.727696715526,5981.7418004747105,374.84527153926376,1623.1938520723816,746.5902261919706,3121.0692926559104,1684.5316401510556,7163.316309972952,752.1799985371739,2085.5710094678393,625.9224415093552,2840.4270957222498,827.9204463199127,5077.470148263133,1219.5160639077565,3400.4156631737314,1027.6242848461295,4331.887395812276,1206.5323559103592,6106.620515227488,16934.872687622075,5370.547561713946,130446.43222110604,49743.64241794159,4000.400283303366,22739.457443061176 -1210,3806.037243691508,4716.249943772099,774.4778459905913,1889.600435573762,1752.6917996215807,3363.3959189159236,1829.0739146637034,3963.5445467045233,300.90683149582213,1449.5662947445483,2409.109990984244,8044.267392051079,1347.6340564655438,4692.60187663211,1558.3314907912184,5303.399622937761,1263.8591807138318,6021.648833814372,358.2688802082379,1634.0229472309595,711.9390333336723,3141.891424481715,1606.4860542780027,7211.106186624254,721.8722442456381,2099.484841689828,590.4017327624833,2859.3769305009537,777.8260946816193,5111.3443570214895,1154.7457751731806,3423.1014469747324,982.1807283169906,4360.787468816867,1153.177134426607,6147.360673633271,15861.642458304475,5058.720653162849,123827.6805351658,47504.09590919807,3755.820633711706,21771.43106956752 -1211,3661.3859640766163,4753.548991333203,745.3791939523104,1904.54457495531,1677.2528764332724,3389.995752648682,1754.5909423427895,3994.8907302869493,287.43248999496984,1461.0303695529767,2300.9524140608423,8107.886478322484,1287.1316988844278,4729.713900521548,1488.7826124089738,5345.342216551297,1210.3139710750002,6069.271790385046,343.46093997469916,1646.9458203507747,682.6913587955042,3166.7394624505932,1540.4738018848818,7268.136114178931,693.7326851459717,2116.0888779257393,565.5890711922799,2881.9906675584466,743.0543444121734,5151.7680577469955,1105.1457606488575,3450.173469280462,941.5853142944327,4395.2752973124825,1105.51411084681,6195.977837879176,15120.638903187168,4831.283879237632,118642.34535969379,45602.108239231246,3582.5918424904967,20907.811858637542 -1212,3604.16878807759,4684.99412847324,732.3066718595121,1877.0775619120454,1640.1335770628505,3341.1058191816232,1721.4248233959313,3937.2771058865947,278.0449629958921,1439.9596418079677,2225.4651373259176,7990.955939346458,1244.9048079003996,4661.5027832261785,1442.1125397479766,5268.252613969445,1182.7338282090332,5981.7418004747105,337.11162474569215,1623.1938520723816,669.2231815851928,3121.0692926559104,1510.1548675376944,7163.316309972952,682.4884176093268,2085.5710094678393,548.477050251871,2840.4270957222498,718.8571171171717,5077.470148263133,1078.8646776763105,3400.4156631737314,924.1789041917314,4331.887395812276,1085.0772670519993,6106.620515227488,14629.822518984107,4692.63813460191,115796.0361998684,44677.0093132644,3476.5886248985457,20526.332016440516 -1213,3576.3875775792103,4653.673321405963,725.8661269960245,1864.5286488174368,1618.9037841758625,3318.769370536372,1704.2252972068172,3910.9550458749486,274.0997714633977,1430.3330132810222,2193.8854799906608,7937.533633491627,1227.2394369228311,4630.33902393144,1421.8112515746902,5233.032522080538,1167.5320131674625,5941.751786459476,333.53107881486403,1612.342239438639,662.2079840525294,3100.2038643377036,1494.3166716050769,7115.427061458641,677.1829046441411,2071.6282455237706,540.6970490555477,2821.4378576113418,708.6577348274323,5043.525503180848,1064.3846394906977,3377.682707696257,914.3629715099164,4302.927229451166,1073.5523930696559,6065.79564378782,14409.482740464502,4628.656840880247,114356.96997410359,44216.27160224416,3421.57388106141,20322.801730334802 -1214,3595.9148877619705,4587.522750575956,730.9118970551909,1838.0249331653652,1629.181713478667,3271.5940590884684,1712.768113728974,3855.3619926227784,270.48840879378145,1410.0012583917558,2164.6770464054002,7824.703973011888,1210.900506785637,4564.520143143094,1407.3409204080879,5158.646533937512,1175.131650264704,5857.291566487318,335.4880714803934,1589.4232779761753,665.5750283551072,3056.135396022146,1501.958487235572,7014.283399386425,679.9939715283024,2042.1806712046603,534.8006987950671,2781.3319644916255,699.3844402823353,4971.833300486587,1070.722603764261,3329.6699608261674,919.7279936698746,4241.7624091448315,1079.8514587122463,5979.572177579085,14313.135686286601,4610.525656213675,114310.59605677445,44251.374618020716,3425.5671462574383,20393.926655300693 -1215,3628.9153229163217,4530.989354168916,737.639590467413,1815.374409603468,1644.4301285131696,3231.27724021228,1730.168524042972,3807.851229260523,271.53035250305993,1392.6253968627686,2172.5014844214957,7728.27783726826,1215.2774257236076,4508.270214654384,1413.8052233281762,5095.075010637649,1186.2769194602845,5785.110434315654,338.59028017880274,1569.836345961261,672.3778284852609,3018.473737822148,1517.2550272950205,6927.844315486722,687.1895792262918,2017.014276246616,539.2228511442352,2747.0567900593164,702.1862314505013,4910.5639317819105,1080.5438714979773,3288.6374554775316,928.2325827288629,4189.4899194420705,1089.8366858275504,5905.884145357961,14353.716174146468,4632.642271640244,115371.48654257042,44691.75081759286,3447.942665914232,20614.204673558444 -1216,3713.0171673654595,4467.827900434248,750.5616481337382,1790.0683058321642,1650.7374730147028,3186.2336190605834,1751.980878501657,3754.770235145154,278.54066643539795,1373.2123641455894,2227.885346484032,7620.546561621328,1246.2586507292667,4445.4254630276155,1443.7700806179973,5024.050269813008,1188.3488335551258,5704.466681597325,343.5844519044545,1547.9530136499184,679.1743657878993,2976.3965722323965,1532.8557044447546,6831.270988115958,700.9957034460863,1988.8973366704724,556.2899939946171,2708.76314450215,720.4629024285101,4842.111253493668,1081.167957802203,3242.794239734125,941.9239176279192,4131.088927288948,1105.9116645867273,5823.556821444448,14431.493785035407,4677.300137188108,117419.46989204551,45770.339558792315,3431.7385709260825,21080.722465636845 -1217,3766.314500237665,4593.500997372931,756.851728570753,1840.4201619777077,1640.22820925431,3275.8574486710695,1759.1230641182094,3860.3861214907356,277.1548141536187,1411.8387066105474,2215.416431784182,7834.900764179423,1239.283654087533,4570.468414009337,1434.3931542746188,5165.369042750001,1178.2211048053437,5864.924517090541,345.4401904736498,1591.4945406460783,680.1488527929034,3060.1180098718755,1535.2839274527275,7023.424088064251,709.8033054178142,2044.8419463024113,559.4254337064865,2784.9564672596957,717.1683309044499,4978.312362960991,1069.6280965124615,3334.0090322293113,947.0113554718055,4247.290077107419,1111.8848188395493,5987.364478601115,14119.835384219925,4618.260611327584,117710.23589401155,46292.397096538305,3352.269162618411,21354.27256022033 -1218,3791.300828617437,4848.940979314285,758.6019939849391,1942.7640807466278,1626.1800509564375,3458.0245948215875,1759.1831529335755,4075.0583206965707,280.6448054613025,1490.3496406294921,2242.4925650711216,8270.59173515317,1254.4297949741817,4824.6275770977445,1446.4045999481477,5452.610032956619,1166.35904853051,6191.067085382091,345.4838342095038,1679.9959553523986,678.8807312053606,3230.288102275715,1532.5369216915074,7413.9896552095815,714.5333572928328,2158.5535554073485,569.5418770231296,2939.8251023402413,726.371041646833,5255.15131887293,1057.638590049848,3519.409929599754,947.1310031404579,4483.477617115899,1112.0252970139823,6320.315810311907,14019.76750122294,4603.412750443753,118330.06297647722,46761.63986357615,3299.36656848131,21536.47593776527 -1219,3772.3108954827953,4769.014447925756,752.858836523612,1910.7409245682531,1612.4033188573098,3401.024950466379,1746.8145551488246,4007.887926548919,281.07980017281653,1465.7837657632442,2245.24366490823,8134.265120178593,1255.9687350172258,4745.101810724445,1445.6532623203536,5362.7330456293475,1155.0922880136388,6089.017891580962,343.4543926278803,1652.3040840693902,673.6896102877398,3177.0423060282546,1520.9210799973475,7291.782666215639,710.4750673681592,2122.973477358124,573.3755053724302,2891.3670938139735,727.6487421419425,5168.529102056679,1047.537440862339,3461.3984525767783,941.5673649881371,4409.5751266498555,1105.4930365892908,6216.136171468427,13893.382980507386,4569.652192689935,118144.5185443017,46728.4509652346,3262.70107421865,21504.455920342116 -1220,3636.153309724562,4500.773224373435,722.4611258639214,1803.2680936313275,1529.5132667730386,3209.728592695463,1670.7569699621397,3782.4575419239254,267.61558447563823,1383.3382971900733,2136.5652592622782,7676.73972318914,1195.1750306205972,4478.20559359458,1374.1671631982797,5061.097122850849,1093.783758951119,5746.530858399494,328.834993962384,1559.3674670742284,643.036391112033,2998.3442281020766,1451.887676071297,6881.644109157165,683.9186122841778,2003.563270206549,549.9660954456871,2728.737297772799,693.0292703134921,4877.816506102085,990.2685779982777,3266.7062858283334,901.4888306189567,4161.551171127368,1058.4368807481294,5866.499157236323,13025.765983735591,4316.146293297951,113000.80474951527,44987.1316679859,3052.8067887347825,20721.94625184981 -1221,3284.1319324408273,4246.307955076488,648.6479306953033,1701.3147006953018,1361.09406576494,3028.2565633367594,1497.6971986312121,3568.6044928972365,231.3198315955,1305.1269466565755,1845.4735954466569,7242.711269943566,1032.3410208911857,4225.016255778125,1191.6019670307558,4774.952192168736,970.7744614448953,5421.632790999217,295.3775770803418,1471.203757715781,575.214524385489,2828.823473908744,1298.9610018721837,6492.568869382957,616.6829570932834,1890.28556397918,480.39887586325597,2574.4596133166924,599.3120704138363,4602.033917438299,876.7579392050487,3082.0128446578865,809.7665742462867,3926.264879936509,950.7458970854556,5534.818307423172,11203.113043079164,3760.9524542596346,100179.91085417903,40254.53623379151,2653.281587723806,18641.395432542577 -1222,2882.714107776551,4046.1017547840147,575.8740197211413,1621.100605219554,1215.2158873011788,2885.479415171707,1324.6946332985942,3400.35085858052,203.34941039781356,1243.592430165125,1623.0864277949668,6901.2297479928675,907.9396768388585,4025.8139229063363,1051.691657184756,4549.82131492526,871.6158246537939,5166.0120230402235,260.3179928354337,1401.8390019551546,510.27872128653604,2695.4492568239107,1152.0337306218971,6186.4552861883185,541.2440512788816,1801.1618135974982,420.71502158514613,2453.078219776364,526.6857497590254,4385.055842843893,788.1517414800192,2936.7011792277144,713.6520360029988,3741.148166483324,837.8979409073135,5273.861034808579,10068.63714351218,3355.3785872018775,88353.25072817129,35246.38788922887,2404.6096582772448,16318.819508689947 -1223,2361.243658504397,3727.11043152897,487.6894303249576,1493.294371336011,1114.0613553926448,2657.990599354728,1148.8719526969696,3132.2700030687856,187.58880368708134,1145.548629259899,1501.3143043214582,6357.142489980534,839.8214666553615,3708.4220755737606,975.5884671845275,4191.117157249055,808.7878258051986,4758.727898454722,223.7937197820411,1291.3191719248105,449.00985990021536,2482.942261866493,1012.8250027087668,5698.72025686879,448.4680419800894,1659.1597026430265,372.58045168989304,2259.679557360282,485.0216058225699,4039.3416590119764,740.0306460138966,2705.1740818039116,613.522108201346,3446.199132463441,720.3355209945224,4858.0741831389,10013.799508593835,3182.8518779027977,78086.8035344345,29658.57797814764,2412.7282082144657,13593.113749842698 -1224,2132.1180862887113,3450.4866691497186,412.9176740873022,1382.4630141955497,1040.3706601291217,2460.716229982056,1088.8664983176416,2899.7949184276504,184.57256425368965,1060.5267396121938,1510.2179998185013,5885.319423327258,844.8021123399164,3433.1853510706296,977.1740504651544,3880.0551112192406,783.6058632709538,4405.538144731853,209.28726835647055,1195.4782854438156,424.1776103001427,2298.6598686114603,956.4535998215817,5275.764868998725,379.20719544121977,1536.017926254911,345.6770533759731,2091.967579834557,470.30002419739407,3739.5442937933776,703.8960936919324,2504.3977844156816,573.7532144638253,3190.4244277844928,673.6429138221802,4497.511011441811,10377.868146347913,3173.8088612519723,73657.88222063865,27176.470253663978,2454.6417644290345,12322.928727177554 -1225,2243.7072850879326,3302.9150083835125,439.017123234678,1323.337336424719,1085.0579835538047,2355.47542903084,1141.3097248576125,2775.775441459427,192.84184052898846,1015.1697487706358,1577.1300679549306,5633.613955456537,882.2321102008091,3286.353639328195,1019.8421942310201,3714.1115120897502,815.843211142471,4217.120497331651,219.5499761366562,1144.3496381227828,444.0006898308192,2200.3499526855385,1001.2324806570089,5050.129050581841,405.2004299291603,1470.324956515092,364.0345208537141,2002.497554407297,491.5275100488712,3579.610112079855,732.1473710606314,2397.2887949592746,601.8880438025849,3053.975202935509,706.6759808932958,4305.159835241985,10739.64715653717,3298.205122646225,77285.80786649407,28650.82690360129,2540.0126434372137,13000.91255727744 -1226,2302.661249149023,3250.280468857246,443.0546231381849,1302.248918719802,1126.0978887345766,2317.939081817004,1178.6686058779865,2731.541284110934,202.7802535115375,998.9922231207437,1660.0365309022054,5543.837901376561,928.6092259767477,3233.9830181988414,1071.2036775475249,3654.9242339757657,846.1628015417974,4149.917376772862,226.94591778390628,1126.1135296831894,458.95137823686287,2165.2856515266276,1034.9471728364085,4969.651285804089,408.6365247679633,1446.8941758732294,375.86618746445265,1970.5861862942293,516.5183900350696,3522.5662191989722,760.2948144032815,2359.08611898551,622.1637410651098,3005.307714331309,730.4816510653882,4236.553738827219,11389.245436420946,3474.9136690412192,79878.91372641634,29429.197073300027,2674.1977218984152,13319.008959902434 -1227,2496.809569843865,3275.2981207106463,493.8058677130777,1312.2724260408345,1225.718110400811,2335.7804322856537,1280.9479297360112,2752.566161663456,229.51060585447576,1006.6815409755429,1879.4277917148784,5586.509236320492,1051.3346871921074,3258.875227355657,1205.3455562764939,3683.056459152109,919.6973553941327,4181.859601189261,246.95622512896458,1134.7813097418511,498.79547407821076,2181.952017125564,1124.8483410930005,5007.903063425225,456.67227778575943,1458.0310285564183,422.2651305409416,1985.7539355479305,584.4868197978051,3549.6796748366796,827.8005133018269,2377.2441812765837,677.0212498462039,3028.4397925719027,794.8897818239341,4269.162809801782,12733.17366213324,3868.1701181908384,88162.73379467345,32333.529158377558,2953.5710546186237,14535.36785475684 -1228,3065.276134034022,3394.8630062249645,616.0188972822156,1360.1769820844613,1492.6120402420079,2421.04818797692,1564.8848823108856,2853.0486966451786,274.01226146321125,1043.4304898529058,2241.374008429094,5790.444973663514,1253.804084636952,3377.8405945081545,1442.1982625333785,3817.5065786990117,1122.143670851172,4334.518548871453,301.14970926344597,1176.2065456692706,609.1830942736378,2261.604260527685,1373.7094563543083,5190.716759882061,573.5566323739862,1511.256508064173,513.8293833187419,2058.243960337454,698.3353956590032,3679.2608696752927,1008.7373847710776,2464.025572740345,825.5906586274031,3138.993105198999,969.3249342783448,4425.00876451603,15109.515513818033,4619.388537378381,107566.9211345802,39663.352618781544,3542.287653777493,17891.00788373197 -1229,4193.245949197678,3606.8307563218773,838.7302848577996,1445.1034295132347,1896.6001019648281,2572.2130910497913,2058.194659966118,3031.186757602544,352.3572166514793,1108.5799856973879,2877.864692411461,6151.987572253454,1609.8511416695155,3588.745502803728,1843.4164429352463,4055.863260244991,1410.3435998229652,4605.1563162490775,399.5051656586446,1249.6462852633622,793.1537015964417,2402.813836830063,1789.8080302060764,5514.813653030634,787.6139966914717,1605.6160275046614,676.9600465476931,2186.7561685247374,898.9148525527833,3908.985794402639,1259.8409252171903,2617.8738888218268,1095.2284617769185,3334.984903648218,1285.906333408272,4701.2965411519945,18536.026672231936,5807.140806379295,140506.33667237,53462.10603328756,4295.37514525445,24247.972813677647 -1230,4261.245914445791,4153.1903008011195,874.2352344241518,1664.006423531006,1966.9315326851265,2961.8496633414834,2116.040961728467,3490.3482564370743,373.4145078511315,1276.5067050043078,3051.093319766232,7083.88522831259,1706.75364867489,4132.365509017513,1948.875711720518,4670.241852712497,1462.7457144576624,5302.74133678033,410.58151945799267,1438.94160331508,817.141506052541,2766.789959374177,1843.7692576515033,6350.192765309899,820.8924847421434,1848.8333284158357,712.1314439097719,2518.0040658729117,952.3744607305089,4501.115517778841,1310.082470785899,3014.4271185218436,1125.5938712297773,3840.1654779262594,1321.5583217328046,5413.444798228799,19673.03689741917,6114.607703905709,146241.50777032395,55119.506628162686,4538.360984581758,24876.008220893003 -1231,4148.502469468021,4539.306907530577,862.2900675316565,1818.7068988995147,1914.013242027202,3237.20890739818,2058.6870767821065,3814.841315380125,374.43408913926015,1395.1818442842468,3060.6501760812057,7742.464664532834,1712.0996665366747,4516.546062410388,1946.3871034074598,5104.428058056234,1423.5682610473743,5795.730182229264,399.4700483155904,1572.71810015576,795.0209615020311,3024.01476085766,1793.8577846552664,6940.5617840727655,810.3647291307691,2020.7169165669861,708.6519770205767,2752.0995720331493,954.7179764307654,4919.578271553171,1276.6874676508764,3294.6744190157315,1095.132188895061,4197.180581070096,1285.7932995410595,5916.725598004854,19593.91471849729,6065.07758671506,143770.61612581153,54006.96070033887,4473.234554582372,24247.199489160885 -1232,4042.959431022854,4670.958244963087,815.3169267894141,1871.4539813319975,1839.056495389686,3331.0961220961726,1990.2962092262107,3925.4813252964855,347.45034998653034,1435.6456330306876,2838.598253675994,7967.015647507503,1587.8858556036791,4647.537277986807,1813.9821759793447,5252.469332717856,1368.278512081698,5963.820960277918,386.2088641720717,1618.3308876379926,767.524600988338,3111.718808147809,1731.9091173172142,7141.855563061423,769.715786909861,2079.322798490767,662.8057392527717,2831.9173937372793,886.2269685944467,5062.258436663714,1223.6579043662075,3390.228278339172,1058.7771488121589,4318.909393023073,1243.1088935696614,6088.325547967756,18251.196557372692,5694.93585927633,136838.20986703274,51854.12294559357,4208.411549821704,23441.830460007324 -1233,3916.884180845152,4707.022656928154,763.5950042112676,1885.9034548269067,1763.5670830814734,3356.8154748589723,1918.6052253507032,3955.789919005139,323.9657681947263,1446.7302355533714,2646.393966037721,8028.528878706622,1480.3685380924883,4683.420856949873,1697.848945329643,5293.023584739544,1311.3817920478243,6009.8675495895,372.2379396442128,1630.8260007960916,739.032251994006,3135.7443513299822,1667.677987275969,7196.997743255176,722.7161110791261,2095.3772246021526,618.8954307807587,2853.782593591916,826.3970815326429,5101.344072663639,1170.4821217123128,3416.4041897632337,1020.4763820247714,4352.255640071576,1198.1400123680278,6135.333435691036,17135.533931935835,5376.216976201217,129913.74619114918,49557.00721445383,3976.428886292204,22527.830484023987 -1234,3764.8807869391662,4762.256432273885,724.1906160618583,1908.0332755946758,1675.6704783327273,3396.205468349345,1833.1973617710773,4002.2084785970806,304.1030168720263,1463.706651143557,2483.4101793377677,8122.738316978712,1389.1969010852301,4738.37768089495,1595.6413584170286,5355.133690614827,1244.4540582155946,6080.389341874278,355.94316179430655,1649.9626575579553,705.1017285086466,3172.540222449931,1591.24497593275,7281.449717568407,687.2114240659724,2119.9650805194997,583.4809187224361,2887.269831310649,775.8825778434872,5161.2049471499895,1109.0307116093354,3456.493417128616,975.8048583158684,4403.3264607987885,1145.6912336291343,6207.327486571444,16046.243813077881,5061.701654122374,123270.99318619487,47309.47278770537,3732.381236015187,21571.20938327929 -1235,3611.3484855433776,4805.663684956206,693.9365139030798,1925.4247125527374,1594.0358999737937,3427.1613715062294,1750.6397036846674,4038.6880082461885,289.1410981653127,1477.0481176022722,2360.778621428463,8196.77585771423,1320.5979311525675,4781.5672823420655,1516.7966663955815,5403.944930530594,1184.2864310691834,6135.811178208195,339.75960232670167,1665.0018195626803,672.8405281488816,3201.4574504571083,1518.456380107356,7347.81903897708,657.9034260742858,2139.2882440736867,556.8437213591308,2913.5868625146786,737.8027547067435,5208.248555673022,1054.493519894225,3487.9988358908813,931.4382356401429,4443.462120657697,1093.600438802556,6263.9063450439735,15192.191425397872,4805.214289138,117565.39314022471,45258.21830893025,3532.7080082419984,20645.88783062055 -1236,3549.8545802738554,4748.805386435414,673.9288921311031,1902.6440145550098,1553.9386777343502,3386.6128485311337,1713.5301632089838,3990.9041965899432,278.7683057351863,1459.572395557239,2275.609302603988,8099.7955529781975,1272.9549945314207,4724.994080853219,1464.1628897998048,5340.008056418516,1153.4843119564268,6063.2152150887005,332.73243316940926,1645.3023198264186,657.8898397428379,3163.5793475866276,1484.803620273582,7260.8831824994895,640.0215729193263,2113.9772157584225,538.5463684452682,2879.1147058147185,711.4345044527245,5146.6270668293555,1025.8286167919441,3446.730513333876,912.1735143590078,4390.88921662509,1070.981754234621,6189.794821595566,14635.157650808342,4648.478336139898,114379.0998924086,44233.481970216766,3410.9496358409165,20228.94687009568 -1237,3520.0890366986723,4663.29050213208,664.4146018892521,1868.3818434330146,1531.3903894541613,3325.627867603181,1694.4039440090958,3919.037341062041,274.83476892668307,1433.2889085786103,2243.4988119598484,7953.9371689786985,1254.9926802644072,4639.90798250262,1443.2376046711345,5243.846994011561,1136.73492219163,5954.030882307752,328.8222715052301,1615.674271070019,650.1542002319771,3106.610678652322,1467.345282119546,7130.131649268616,630.0970565089882,2075.909427690746,530.9422294368753,2827.2685801202347,701.3960134103892,5053.9483440016165,1010.3208255855016,3384.662953792599,901.4539524787563,4311.819565882822,1058.3959303684173,6078.331085991223,14401.566964342452,4581.397303194611,112847.1791537337,43738.52676287599,3352.0248853775443,20009.579584811014 -1238,3536.3354444182933,4559.515975324068,658.5570807296449,1826.8038114381616,1538.5258345400675,3251.621013828519,1700.7308384939486,3831.8250506362783,270.7323075783187,1401.393216427561,2209.6145469206826,7776.93424248419,1236.0381328523033,4536.653798553158,1425.7677315924798,5127.153054354925,1142.1234235933766,5821.5328667693075,330.3529706562115,1579.7198665825622,652.5592165303715,3037.4777234983453,1472.8259991402933,6971.461277426376,626.3167417659143,2029.7131809725959,524.4154287147373,2764.351963853889,691.009136985665,4941.480313611678,1014.408112823197,3309.3423628335227,905.6503069209037,4215.866496922945,1063.3228647412043,5943.066956093508,14271.138482390963,4550.863424692366,112547.59636397568,43704.99778402756,3343.14533147916,20056.110273168113 -1239,3568.828259857535,4488.751757920513,665.1384287491815,1798.4516041499603,1552.9731614229224,3201.1554781045925,1718.0699429350332,3772.3546808858264,269.7388690305127,1379.6434309740514,2200.715249689941,7656.2353199567415,1231.05994751762,4466.244404787921,1423.0776225505067,5047.57904356886,1152.9969638110683,5731.182000660822,333.4143689581741,1555.202430810749,659.2536748098765,2990.3357165073917,1487.8803690369837,6863.263388850889,633.4445332660371,1998.2117967066931,525.5685743160228,2721.448900368911,688.6392843804985,4864.787965322899,1023.4748848116249,3257.980985070239,914.0430158051986,4150.435759329923,1073.1767334867784,5850.829866805759,14232.06240006998,4550.8035167772105,113305.406915848,44072.40026519603,3352.724977014654,20264.53502994402 -1240,3656.46662658429,4420.521797174302,689.283976962518,1771.1147655425254,1562.1297662883653,3152.49724873644,1742.3864229690741,3715.0141047794605,275.7296705621605,1358.672563745088,2248.68208279848,7539.858949973117,1257.8921544819257,4398.356560492687,1449.4668373706324,4970.854791799221,1157.3615576201848,5644.066841698314,338.83473792523824,1531.5630302537027,667.0064800978647,2944.881991383191,1505.6296179795304,6758.940357222795,657.4181007340582,1967.8385616060125,540.7498041646905,2680.082310800364,704.1244170411202,4790.842175978026,1026.1129958827905,3208.4589961718766,928.9027544928667,4087.3482721595606,1090.6235336368245,5761.896035381351,14284.771857582638,4593.2976426901005,115431.98277853949,45174.66669132562,3343.14533147916,20749.01226089029 -1241,3722.635490714641,4493.495362818302,711.2329547410018,1800.3521645502606,1563.1246681658024,3204.5383822221406,1758.5648961497777,3776.341214582833,280.0392672886334,1381.1014049697892,2282.8261012065395,7664.326245301028,1276.992005548704,4470.964224456248,1467.244436749771,5052.913203701641,1155.8968520335018,5737.238575957169,342.35563525136325,1556.8459313351054,671.7261271932194,2993.4958313713573,1516.471905603972,6870.51632053033,679.6310204789247,2000.32345887401,553.0319773314252,2724.324862112639,715.339748755172,4869.928956240539,1023.4576262743526,3261.423941016825,938.5551627569973,4154.8218400173155,1101.9564138099258,5857.012883089369,14249.20466874561,4608.404986913245,116970.00159881292,46047.7658748837,3315.1064865097865,21129.397178945226 -1242,3757.465785584297,4716.379908399489,727.5712625032023,1889.6525068633362,1558.0208348676542,3363.488603252543,1765.4384669433725,3963.653769200426,282.5248774103929,1449.606240113352,2302.0310896033216,8044.489066098617,1287.7351000999645,4692.731189595091,1476.3200420195421,5303.545767515362,1150.6369799014742,6021.814771022173,343.66389763774225,1634.0679756297968,673.3050648173802,3141.9780048693437,1520.1210393959961,7211.304901437886,698.2538007966285,2099.542696716261,561.4319363447458,2859.455725700905,721.9105572353546,5111.485209175796,1017.6768577999667,3423.195776603013,942.1417151327902,4360.9076380456545,1106.1673803580834,6147.53007505366,14152.797588761345,4599.700696657563,117881.64263910036,46610.846225108144,3279.6116179043406,21368.76472337714 -1243,3724.58317771141,4627.226090167015,735.1274701685032,1853.9323699381061,1532.240933675159,3299.9085148403824,1742.5444872611877,3888.7287473533893,281.44697659265637,1422.2043060559272,2292.2449051750664,7892.423937779583,1282.2607981927356,4604.024403539555,1466.7160941895188,5203.292741989875,1129.6441450147438,5907.984292996172,339.69812678241254,1603.1791579119206,663.7925509023639,3082.5851354701495,1498.7940255554493,7074.989469074865,707.5389472783792,2059.855001579361,562.8579255589841,2805.4033802655995,719.3665119389938,5014.862708001694,998.872911168156,3358.487042368539,931.2697027359499,4278.47331883432,1093.4025645357221,6031.323198267945,13897.47341897245,4532.134407603035,117135.00704005656,46427.911720833436,3209.683691643161,21257.667216595084 -1244,3600.4266274571573,4332.732579165256,714.7516625027956,1735.9413657935088,1461.822069286774,3089.8903256308577,1673.5581731335649,3641.2358953020994,269.5940806865012,1331.6900473422118,2194.5983150741854,7390.121350773909,1227.6381903374931,4311.007532326503,1402.796894622998,4872.136252443183,1076.1066129640906,5531.97866813921,326.5203564256196,1501.1470008963802,636.4489344179485,2886.3981971583303,1437.1911239402348,6624.711387034329,690.9685472338977,1928.7583316200712,542.5715468682296,2626.857297767867,689.3037126218076,4695.69859168381,950.2815339253355,3144.7407024473514,895.1433384279305,4006.175703624126,1050.9866464985603,5647.467836538651,13135.041997560229,4310.003023968235,112620.96749818865,44872.305974730196,3028.4696633038516,20554.364295539588 -1245,3257.1164101069894,4102.440207401543,634.6082039495035,1643.6730231097918,1305.0113754326737,2925.657209790514,1503.5569712076585,3447.697790847511,233.93886260018027,1260.9083746095612,1902.943237684394,6997.32337804067,1064.489012216739,4081.869885086347,1220.9024021979815,4613.173624902651,958.2326533039795,5237.944253424077,293.92348797832847,1421.3583924637283,570.715442660658,2732.981046541996,1288.9448815945095,6272.5963026863055,617.2674230057804,1826.2414274188473,475.4844776919027,2487.2352033194884,598.4347151672058,4446.113936732702,844.2754730502284,2977.592192421374,805.7802433865617,3793.240405256945,946.06555113164,5347.294969007017,11352.371677860334,3766.535900568078,100020.57120130808,40206.72992968133,2639.2337587678244,18518.817591466814 -1246,2842.08369063414,3962.471316607372,550.2096658469557,1587.593451381262,1150.5438009443126,2825.8383279066206,1317.917708136399,3330.0676948115474,205.48306056485717,1217.888138441642,1672.328973252555,6758.585567801425,935.4855056030267,3942.602821753924,1074.3835850267446,4455.779302822443,849.0686957804064,5059.233727461812,256.81062311734024,1372.8638507869964,501.3034850393683,2639.7359762163346,1131.9506581535582,6058.585055111603,529.3632031316208,1763.9329051746956,416.10337884412075,2402.374599641525,525.4632111450364,4294.419431850898,748.6700202014941,2876.0013695597327,704.03671317007,3663.820931675942,826.6086026914605,5164.85356639722,10117.148376894196,3333.605480235713,87561.86563139466,35007.10481230519,2357.2058986733364,16108.153127680434 -1247,2311.650999096084,3684.417968539424,455.09603492602236,1476.1893201570988,1044.379694309875,2627.5444488115145,1134.4239099574977,3096.391183904197,184.99286905886908,1132.426857486332,1509.651716501105,6284.3241296290735,844.4853386405057,3665.9436797441795,974.7971009522726,4143.109694790448,780.3225526538771,4704.218696644258,219.16802454608106,1276.527660654114,437.60085841340737,2454.5012154936253,987.2680258832361,5633.443842841438,426.8591803529449,1640.1547347194505,360.9698376840237,2233.7958902022733,472.2101381819737,3993.0727202596686,695.5876540384461,2674.187464559969,600.8409378100272,3406.7243887926593,705.4465750893276,4802.427011939027,9840.681215200302,3102.2587031494077,76317.81014638601,29157.30910054289,2324.3655574421696,13313.546264904146 -1248,2094.73721769498,3451.3314234698837,430.81212041189394,1382.8014712642732,1015.2315911284867,2461.3186669323454,1057.8775141829135,2900.5048514080718,196.07505255935723,1060.7863796661454,1618.4556188622707,5886.760277758854,905.349244749813,3434.0258696511455,1034.1274978867427,3881.0050332540036,773.8657577009596,4406.616716463107,206.2196981394036,1195.7709645766815,414.5834110425155,2299.222630633398,935.1000125136495,5277.056491193678,401.2702376757748,1536.3939769119547,362.06738001748363,2092.4797390805297,496.65034429900487,3740.4598157184078,680.2220420100681,2505.0109155622854,565.3435855052311,3191.2055132014075,663.769179239055,4498.6121001348565,10624.310056321645,3220.6428434950817,74986.23615824788,27733.536870774173,2431.150344469956,12398.823599340325 -1249,2216.3588907030216,3307.983521698203,454.7098616495869,1325.368073786253,1069.1328277178452,2359.090041742389,1117.5044716031737,2780.035028747601,206.05380295737814,1016.7275852197284,1700.6117656412346,5642.259060544189,951.3066405356649,3291.3967382682035,1086.687707942442,3719.811030122606,813.7909525491946,4223.59191162361,217.96819781700665,1146.1057085523169,437.56858977582993,2203.7265164190458,986.9964378735774,5057.87876447663,425.0797024839211,1472.5812548455372,380.66997844284157,2005.5705022401617,521.9703541712163,3585.103229967668,714.7948777061139,2400.967572689119,597.551657730966,3058.66170378083,701.5846355638007,4311.766350968672,11079.420513638926,3377.885442958637,79008.7845030427,29313.24711828241,2548.032572569473,13118.068267434724 -1250,2292.4359219725497,3222.7285603465,472.2640840226486,1291.2100427180028,1126.169556050004,2298.29042499258,1167.3663987528096,2708.3866129143253,217.30440610736272,990.5239870413981,1794.2216840985845,5496.844013888804,1003.6711712578791,3206.5692595720216,1146.612154691919,3623.9422497829946,857.1764628440571,4114.739445210482,227.83083689251134,1116.567714409761,457.9203820912169,2146.931004060938,1032.8564842819296,4927.524651235557,440.9130949345619,1434.629174024818,397.15820694819615,1953.8819631240956,550.3117166926563,3492.706204617358,753.9853617803367,2339.0886678295146,624.589713686807,2979.8323856680545,733.3299824115754,4200.641409989313,11864.505767652772,3581.8840937243604,82798.71567431602,30495.46929945818,2711.667691908797,13630.586017318614 -1251,2488.3723701313916,3218.1798929350734,511.7607097921597,1289.3875854639587,1228.2996526776558,2295.04654063732,1270.64895569217,2704.5639050154064,236.7793086849775,989.1259281929025,1955.2156725382415,5489.085583489384,1093.7297333490446,3202.043399940849,1249.574513237876,3618.827295884827,933.6113140780296,4108.931763654165,248.30228215832733,1114.991753207915,498.5133677059222,2143.9007534798266,1124.4616709001243,4920.569777320371,479.2157789842939,1432.6042901882881,436.6539772581599,1951.1241884480671,599.5899702202701,3487.776481684402,821.599753998407,2335.7871994630163,680.7114148214238,2975.62655008172,799.2223997922966,4194.712483512596,13048.361920541507,3916.6425360726503,90185.57236834423,33161.596683764335,2961.0164451877663,14825.579456164302 -1252,3061.345454851518,3233.2554682517543,630.5689239946265,1295.4277262589865,1501.2686869458892,2305.7976944353477,1556.933747395034,2717.2334443840246,289.9406635066499,993.7594921713767,2393.8814074672387,5514.7992247048005,1339.1153263718375,3217.0433837978926,1529.757329435318,3635.7797054057924,1143.555427337109,4128.18006932224,303.6482947748209,1120.2149360976798,610.7747749968263,2153.9438642927203,1377.5861730136717,4943.620204191108,588.2011529975456,1439.3153301531906,541.1599537178753,1960.2642367467095,734.2753742049977,3504.114983193535,1005.9961479960225,2346.729203024268,832.4404373073099,2989.565883388895,977.3672506482525,4214.3626292722665,15873.15183168329,4781.50388727163,110543.42586639934,40707.32997196301,3615.5569225450613,18185.61213102379 -1253,4195.174339994092,3229.6165343226126,840.578423844966,1293.9697604557512,1910.971160595645,2303.2025869511394,2052.4283419967915,2714.175278064889,362.68750560335815,992.6410450925802,2988.884265629608,5508.592480385263,1671.9544737560338,3213.4226960929545,1909.8716635726266,3631.687742287258,1439.5631304760227,4123.533924077186,403.6626538088,1118.9541671362028,796.8644943598431,2151.519663827831,1798.5660161446147,4938.056305058959,800.3030082556498,1437.6954230839667,696.7442547114343,1958.0580170058865,919.6860406113308,3500.1712048471704,1257.1936729124718,2344.0880283310694,1106.6260599632733,2986.201214919827,1299.2882388325502,4209.619488090893,19093.84121246931,5914.010246078368,143123.37831773362,54543.518212837516,4340.226736762069,24632.676705252365 -1254,4173.840971723449,3282.251080152028,833.3222142171533,1315.0581806860714,1902.040226735522,2340.738938660069,2044.6338558728494,2758.4094407105595,360.17759701984386,1008.818572679781,2968.165331323728,5598.3685452162,1660.364491734139,3265.7933234938523,1896.837323973406,3690.875027489102,1429.755117883896,4190.737052683757,402.52296032150815,1137.1902777596267,793.4777123002353,2186.5839691858005,1791.018589251878,5018.534079474173,798.0117557922055,1461.1262065317376,699.4402211992096,1989.9693889404393,913.3288519398329,3557.215104559236,1248.4859992768734,2382.290708879723,1103.5016329163143,3034.86870935211,1295.619853040751,4278.225592721452,19043.26902699921,5885.687995052038,142392.16749832744,54308.473829393915,4309.058142602198,24546.79683798778 -1255,4060.037441181355,3463.5478337123172,809.5982474924704,1387.6960664173,1847.7801710212523,2470.0308057805973,1986.6764887176173,2910.771543541435,349.98687116316245,1064.5411629667183,2884.1002225983675,5907.597186687079,1613.33924012556,3446.181024766504,1843.0497411354106,3894.7423258584654,1389.018127264693,4422.21447598959,391.15184795185195,1200.0035423465013,770.9314313032421,2307.3610107099958,1740.1388203554384,5295.73527890167,775.5316363769768,1541.8322315485061,677.9815576970378,2099.886327373603,887.5052832927503,3753.6996313134605,1213.1435555177977,2513.8777084753565,1072.3281538731114,3202.5011759279932,1259.0191112457578,4514.535488588108,18500.59956656824,5717.630618745952,138382.93434394713,52792.05293792465,4184.3837659627125,23862.658130441767 -1256,3936.435855260367,3687.472077403181,783.7013502154037,1477.412971470759,1755.4954362640444,2629.7224880186714,1905.139810437807,3098.9578622347153,331.75002441709813,1133.3655552487842,2732.371396786203,6289.533367612091,1528.4635251199277,3668.982474794563,1745.8948501576663,4146.544025029424,1319.3093876007283,4708.11814457366,375.219809757757,1277.5858072803994,737.6442074172955,2456.535814711833,1665.1639623842752,5638.113549405897,749.3984356569733,1641.5143011844968,643.9117713534209,2235.647541097027,841.5628657874054,3996.382680989615,1149.6191885571495,2676.4041673631255,1028.6510673565404,3409.5483103023885,1207.7378999399837,4806.407867268132,17310.620879197006,5394.773847039182,132232.2644437622,50860.777532419175,3919.450715603807,23031.660885546546 -1257,3824.7739886351114,3886.7035650512476,759.9627774246776,1557.2365411136122,1692.115847085617,2771.8045193919083,1844.2338644104748,3266.392346372285,319.44178060874054,1194.6004882547875,2630.435877815942,6629.352371834614,1471.4417297507216,3867.2149823943982,1680.7376068078163,4370.578842748394,1271.2776091151006,4962.494411641378,363.0863912087559,1346.6128576931528,713.4356353482391,2589.2606935861586,1610.5457065438904,5942.736805229412,727.8585676799966,1730.20414868861,613.3395305454623,2356.4379840129154,810.4578055383215,4212.304388335868,1106.846459966166,2821.0083765933014,995.3877544489103,3593.7637749379523,1168.6834868829437,5066.094657985082,16526.336015355577,5180.191988316354,127704.66176147664,49295.92754391384,3755.815596264484,22342.734581792607 -1258,3715.0733996593585,3998.275799317658,737.8319934491744,1601.9387822970225,1641.3670630164831,2851.372311996182,1790.1289164290624,3360.1578435283955,309.76521325596906,1228.8928502267183,2550.6584740406665,6819.655450905467,1426.8149810068671,3978.2277747910284,1629.7607873497186,4496.0412656889275,1232.923185879983,5104.9484423577915,352.4732812679011,1385.2689071474206,692.3788464917593,2663.5883586232508,1563.0283858999785,6113.329805678092,706.9023406350184,1779.8716212332147,592.7347843933806,2424.082209096258,785.9274235882942,4333.223363542211,1073.2971227034802,2901.988621727232,966.2923106990701,3696.926840266869,1134.5225636628306,5211.522651279721,15990.265981841467,5019.9123464222985,123898.23761975982,47860.401758755084,3638.933368164966,21696.58036194146 -1259,3531.8354863924696,4071.4443087511672,699.2042402447149,1631.2542869764166,1532.16769667178,2903.5524697392634,1685.9909617500937,3421.6487844270314,288.4749757719277,1251.3816085359701,2374.1728183597997,6944.455251929203,1328.0905221970722,4051.0294050632883,1516.8747942267387,4578.318890913818,1150.1508274383305,5198.369078404455,331.99645631390564,1410.6193497351635,650.7663664306026,2712.33206709333,1469.207973739198,6225.203836387342,670.4909872779276,1812.4432996379069,558.1718512666145,2468.4429512977167,732.1573063808631,4412.521418620589,999.2759440868622,2955.095058727157,910.1558613506224,3764.580659053763,1068.6128304231509,5306.893597010424,14772.376177872799,4661.401635833935,116312.05213225305,45257.331340288125,3350.623872186157,20551.28345729719 -1260,3439.5148032038987,3995.5465988708015,677.2180186501351,1600.845307944596,1463.7564495881345,2849.425981383026,1626.3227991156443,3357.864218789044,274.5024885797682,1228.0540149176209,2257.935003650172,6815.000392665815,1263.068153630236,3975.512259012325,1442.5512704329742,4492.972293350026,1096.4723239454543,5101.463833424001,320.6145845678906,1384.323330426313,626.1810965407061,2661.770208274584,1413.8977537575868,6109.1568813289805,651.7935292479813,1778.6566909312967,527.5137190857013,2422.4275442906405,696.9551964130538,4330.265529782437,950.6081783140111,2900.007740707333,878.9528858797582,3694.403338915068,1031.977456910241,5207.965295393691,13759.491567842122,4406.953508425382,111617.95322614808,43824.42810464641,3148.028010146995,19946.399665217137 -1261,3413.7010550949976,3860.646215088171,671.3666111924481,1546.796471052197,1444.436616442934,2753.221707715588,1610.1473724570537,3244.4937047440767,270.7522875297734,1186.5916132614855,2226.731697497722,6584.907676763261,1245.613310056165,3841.2882883483667,1422.5993489602772,4341.277482214815,1082.0735562512516,4929.224713705913,317.20088379419474,1337.5848569952848,619.611431310781,2571.9016974833717,1399.055265592568,5902.895338011607,646.832758182564,1718.6044642116822,519.7775495568064,2340.639884624057,687.5080755725738,4184.064135957263,937.5446836226037,2802.0956910006475,869.5943529527117,3569.670360351304,1020.9896153938012,5032.130400294787,13518.596704382202,4340.821689681546,110352.2523700397,43426.840042466276,3093.4829703672203,19774.495771834285 -1262,3432.474111597613,3736.6626267898173,676.1461594399866,1497.1215290441003,1453.8935464757692,2664.8027520056808,1618.2758016721596,3140.297684359338,272.59694608675284,1148.4845509044308,2241.97355535167,6373.435183068357,1254.1394656923362,3717.9263745276785,1432.2716180406467,4201.858553347347,1089.3758408956255,4770.924021675207,319.09642783501613,1294.6286882648567,622.7943144810986,2489.305783887768,1406.2867670354963,5713.325482453218,649.5022767845368,1663.4119558938307,523.3705700061828,2265.4708803584567,692.1772635859239,4049.6940703400005,943.9475015451328,2712.1071607986687,874.7909160075011,3455.031381366661,1027.0908934168974,4870.524920524212,13636.501169392088,4372.360159988943,111031.06781352717,43664.41984030939,3116.8594159871236,19880.02426302693 -1263,3489.1913241670145,3684.1580455877915,688.9062274994662,1476.0851801033539,1490.2690455444827,2627.35908463337,1653.37938110869,3096.1727442095694,279.885372728082,1132.3469686860335,2302.4712057101724,6283.880792284957,1287.981297017752,3665.685060089761,1471.0167705351303,4142.817412723104,1117.7858642551807,4703.886830276437,325.5442901991891,1276.4376060402699,637.0153393028817,2454.328058917427,1438.2574219129644,5633.046422851635,661.7042435626779,1640.0390274724928,537.4530853319413,2233.638303623855,710.5679464920128,3992.79102278224,969.3048828649183,2673.998809878296,892.4674893935294,3406.484056163166,1047.8449355764408,4802.088217314041,14065.845889797138,4496.1317242152145,113575.30477405671,44509.69554881666,3218.157347006705,20243.594819192564 -1264,3616.8688835222783,3646.923983491958,712.7893626711156,1461.1670776292947,1534.9437888251719,2600.8055953164685,1706.8814426700353,3064.8811745236835,287.8976966970516,1120.9028675306613,2367.946313746081,6220.372548412802,1324.607472563976,3628.637695817587,1512.7586272179285,4100.947894942299,1150.304355270795,4656.346846333553,336.5304836974472,1263.5372482117887,657.0526337129096,2429.5233132418925,1483.6230768436437,5576.115857522506,684.5518013002974,1623.4639201527527,556.6515847818187,2211.0639660770807,731.0012787233147,3952.437751549479,996.9591829457363,2646.973954674151,922.5857277548374,3372.0563151959864,1083.2067206391396,4753.555757886227,14420.068678175785,4619.659947546283,117177.54283991388,46041.78946400808,3296.0788324063824,20955.390244387992 -1265,3695.846394304865,3805.4774189045597,725.5056125324651,1524.6926846665128,1546.886568397341,2713.8780541459773,1732.3086609554848,3198.129753751497,289.28684405122686,1169.635169387047,2378.4008478754185,6490.809070139459,1330.4556431705078,3786.3961177490087,1519.3921312506343,4279.240445084402,1157.440303193761,4858.785886001145,341.82681726033366,1318.4707133409245,665.6439886928915,2535.1491144577076,1503.1728086346864,5818.54271628646,698.6234431388046,1694.045534404597,568.1888725854182,2307.192042594557,734.7319287066756,4124.273684132474,1001.5609574198381,2762.053626161961,937.1054280234789,3518.6596213244434,1100.254282117175,4960.221046016678,14426.042090794337,4635.769451573645,118592.53070577414,46871.01889163919,3280.4945353264466,21366.983873267793 -1266,3713.0272785612706,4094.8374437326565,725.1142453083139,1640.626919592894,1525.4011685674016,2920.2352952182837,1726.1507758870614,3441.3084152124275,284.1136987266435,1258.571621873231,2334.5543985427375,6984.355731160152,1305.9283411390754,4074.305242947878,1491.3873012824356,4604.624354941226,1139.0796450647535,5228.23714003392,340.67744033431893,1418.7242890032574,661.7077098808941,2727.916205140793,1494.430259250598,6260.971741481581,701.638744430893,1822.8569827290876,564.6533188431132,2482.625785391676,721.8686412558748,4437.874266732165,983.3680651335736,2972.074030401496,933.9544541916248,3786.2106598170453,1096.5547277792507,5337.385203632779,13979.657414130628,4535.192586219973,117583.8569098294,46864.49165386961,3179.1966043068655,21409.210855143727 -1267,3676.2483140208833,3986.5142558163666,714.8308386291089,1597.2264328694,1495.7020455993215,2842.9845615834556,1700.4216250631996,3350.273422184923,277.79270515709857,1225.2778728109947,2281.912567639854,6799.594385017183,1276.4809832413803,3966.5252056387867,1457.7249745671745,4482.815468474281,1114.6543826308507,5089.931450986939,336.1229701356954,1381.1939254977854,650.9045670764594,2655.7530036047633,1470.2011573416746,6095.346505361617,693.8139077861703,1774.6358549803163,562.369389633839,2416.951398270787,705.9555869301174,4320.476520240452,961.3390379602176,2893.4519756508103,921.4685445748532,3686.0517610989164,1081.89503729922,5196.192155474141,13647.873088798602,4433.029423713658,115629.81669244234,46280.2849864845,3085.6908218272515,21169.841603035457 -1268,3615.4467951485844,3730.4894425064795,704.4028695689802,1494.6481970855014,1481.6277738339204,2660.400342660792,1678.1625077598842,3135.1097296932935,275.61653990431677,1146.5871875383968,2264.5417761694794,6362.9058969559555,1266.763921645669,3711.7841436242807,1446.6519980544713,4194.916838300245,1105.0974947841387,4763.042177331955,331.5803352510668,1292.4898862724433,642.9871086798298,2485.193305755184,1452.2416933690915,5703.886736011136,682.7792228720264,1660.663902465293,554.8210347773914,2261.728190522687,700.3194466610503,4043.0037398809122,953.9166900803472,2707.626601815437,909.0150810285095,3449.3234683030155,1067.2734417088977,4862.478529695288,13550.601889573261,4399.30471492966,114280.3300605506,45604.46564404124,3077.898673287284,20841.959490540117 -1269,3274.413641794218,3555.9506982949124,634.6503776311016,1424.7179578024468,1325.7850402209453,2535.9279531622037,1510.4070861484217,2988.427069517079,245.77049629684285,1092.941709933838,2018.5431168898795,6065.2040479339985,1129.1545255073831,3538.120565909581,1289.4647503654485,3998.6488878575433,986.4593005060924,4540.193295685025,298.98300299970094,1232.0180460131737,577.6844533442656,2368.9183436102535,1304.931141442178,5437.01847559341,617.4355701124518,1582.9662714812403,499.42336457259864,2155.9085107713627,624.6454861917288,3853.8433612021945,850.4520733625403,2580.944633093077,819.6507144856257,3287.9396617501166,962.3508534736783,4634.977310509825,12032.517952982276,3918.728246247429,102593.29947682403,41161.89016909311,2719.4598404487647,18844.505763192148 -1270,2867.151054997113,3490.060050416536,561.7553383929943,1398.3183822041196,1178.0147370333525,2488.938005892444,1331.233476010668,2933.0524559595356,219.88886583295462,1072.68984384487,1806.8759349282063,5952.817724798374,1010.7498432325399,3472.5603047756526,1154.154817248374,3924.5551817818605,881.4066056608038,4456.064942080687,262.61502548177435,1209.1891391645538,510.5329071901943,2325.0230318708936,1152.9715854338863,5336.272233510995,540.516902771285,1553.634404409087,438.9937135961612,2115.960204230064,558.6763014844722,3782.4328559853607,761.0863551975574,2533.12054090466,719.9492650457205,3227.015174073275,845.2915094563087,4549.092638926074,10805.084151868838,3505.8517006053366,90860.892327173,36172.78121645902,2462.3189386298272,16509.92858986384 -1271,2344.9839847904655,3252.2948733081785,475.36281312474705,1303.0560047676759,1081.3915813024576,2319.375655321396,1154.960980839661,2733.234193068589,206.68525606349968,999.6113618073841,1703.9002330422709,5547.2737684811955,953.1461790705589,3235.9873220884656,1088.699056329882,3657.189421769646,819.6599451973639,4152.489343135418,225.90839441079282,1126.811453486438,449.64002668864146,2166.6276160419266,1014.5488551260728,4972.731293134418,447.7002297957949,1447.7909077386282,392.6423180153891,1971.8074832323402,523.9728382024038,3524.7493763568386,716.5721102984285,2360.5481939121973,619.3194095628643,3007.1702936669008,727.1421250936872,4239.179399224799,10863.42606694533,3364.1159389087384,80859.6889525744,30599.24262089761,2493.4875327896984,13769.537147212395 -1272,2270.9459020342906,3045.91548242922,465.57561520099773,1220.3685748079263,1125.2078416052375,2172.196093316362,1149.5267975222694,2559.7925987886515,217.52213657342105,936.1794800125915,1790.8871159373696,5195.262949667137,1001.805844380121,3030.642752041736,1145.6835173092545,3425.1168223912096,856.6386191640406,3888.9867227853933,220.58418855689246,1055.3078935495685,455.98901857244937,2029.1409166254518,1027.4445846091937,4657.178953860238,422.5882998690743,1355.9191011225005,404.65476922970277,1846.6833960347576,551.938379584746,3301.0809644721626,758.3101066899462,2210.755964923906,604.7232984514163,2816.3456613219887,710.0048497430356,3970.1757275654913,12019.70700594327,3601.245745352806,82061.58760325424,29839.189660416116,2741.0071885903003,13278.812364942278 -1273,2339.9917095835026,2894.120062668488,475.4098200107414,1159.5506167442852,1129.491049527367,2063.943116603886,1169.0143313821795,2432.2234675126765,217.1625215730185,889.5242927758927,1786.843142030088,4936.35323114036,999.543682427655,2879.6084599398096,1143.1096209240222,3254.4236272636263,857.1874306378247,3695.1762328244854,224.74819890961092,1002.7158549318675,462.09146292020887,1928.0171989879602,1041.3982865263713,4425.085043743515,434.9776585769955,1288.3458837092799,407.4734675888672,1754.6525820206055,551.2528418579957,3136.5691867958567,756.804124722733,2100.5813288842583,616.1387770120309,2675.9910210445983,723.4077484918179,3772.3191243320243,11851.47366071157,3582.2718277599633,82883.90524428978,30506.082075821098,2700.698259346325,13628.076092282716 -1274,2492.41549264171,2824.7854246504817,512.1718242727648,1131.7711810143826,1253.2843327836229,2014.4970861073007,1273.0836910651103,2373.954518731263,242.1450501443914,868.2138966926794,1994.2240248466276,4818.092669381027,1115.550648232184,2810.621477409643,1275.952226850287,3176.4571713918826,953.0071627803403,3606.650635762905,244.52169385009648,978.6937206281116,505.56200927337704,1881.8275552656246,1139.1362638940482,4319.072969930669,465.683744115835,1257.4808907045983,447.9319560989676,1712.6162466276692,614.2877951521938,3061.426178048526,844.2916189657137,2050.2575541576202,670.347073447742,2611.8821158278297,787.0536398676321,3681.945409589588,13464.529900367075,4021.036756206319,90973.32630303534,32923.52908347631,3071.5404083908957,14642.540982172015 -1275,2839.256242316534,2816.2079420340406,589.2833261425503,1128.3345491391879,1485.5010290784435,2008.3800502481631,1482.2689452649809,2366.745987619857,288.3983348480548,865.5775585335941,2377.157486645945,4803.462494021377,1329.7601182905323,2802.087003727678,1521.1370977562365,3166.811834818095,1131.673021857924,3595.6990134336943,284.375949001769,975.7219096359381,591.3027562469885,1876.1133714548569,1332.0566938003228,4305.958071717363,533.1086040766811,1253.6625403313624,525.8012860289465,1707.4158742539335,731.2053193236267,3052.1301339686547,1006.0313425653115,2044.0319313628588,779.6060225606234,2603.951115742229,915.3344320028565,3670.7651541019177,16311.519481096508,4818.021992890752,106736.1506036753,37995.8807538719,3724.545062143289,16822.70059889049 -1276,3446.903211202372,2830.6986922853366,714.1513811184439,1134.14037544464,1776.3799078656234,2018.714135769139,1783.7452084012614,2378.924038999857,344.92103355454776,870.0313731957236,2842.1868707769177,4828.178628900273,1589.8932951306904,2816.505094930167,1818.5092385771184,3183.1066114595005,1354.6966283431725,3614.200621786118,341.82522812296094,980.7424701905114,710.6989478917072,1885.7668810210694,1601.0310350056745,4328.11430602041,645.1874316537402,1260.1132396920873,632.743759522842,1716.201353706506,874.6943710176428,3067.8348178613683,1203.0000704068118,2054.549463034068,937.1010714628388,2617.349702090065,1100.2491670849104,3689.6530140093196,19389.61572643893,5746.248299721895,128232.0617577048,45885.5822942334,4425.920430988455,20332.359855116752 -1277,4179.130803133635,2821.731322089873,815.3405999382137,1130.547532226126,1799.9145312458797,2012.3190513952377,1967.642527122721,2371.387845697922,337.23375448628605,867.2752008675361,2766.696184537547,4812.88344214897,1547.664496901114,2807.582688630803,1769.7124633456,3173.022848240767,1344.2920596824117,3602.7511958812843,383.0025997878495,977.6355761856566,765.6824239502856,1879.792960246475,1727.369478623115,4314.403273003671,768.7678008656673,1256.1213270454605,659.5622609588573,1710.7645995544008,857.7448512174975,3058.1162241497627,1173.3593573960861,2048.0408559293523,1049.9872949843805,2609.058200146183,1232.7887374548955,3677.964562476275,17293.286593007124,5462.94342864001,135760.17553298463,52653.53143038654,3926.0897083631658,23906.613469852313 -1278,4150.9387257308035,2775.8547982154773,806.386724888854,1112.1667634947862,1785.4177495466593,1979.6021862984355,1955.3397675240085,2332.833136301267,333.574163422533,853.1747898373311,2736.4980060597272,4734.634191268876,1530.771912539157,2761.9361973309456,1750.5980381250324,3121.434925141303,1330.0953729999692,3544.17662502918,381.05394899576316,961.7408942574983,760.3560829640979,1849.2307426658879,1715.4735097326445,4244.25845687315,765.2619283752724,1235.698943242222,651.5522847174228,1682.9504939446572,848.4733539569573,3008.3964861755685,1160.5856424181468,2014.7432154037501,1044.6451417583055,2566.63937739305,1226.5165221982702,3618.1671509584926,17081.811068251645,5406.197700893309,134595.07021722023,52303.961847803985,3877.718993270395,23775.8913768 -1279,4058.095653582908,2867.607852267418,788.5710364600252,1148.9283034828688,1752.3656672861193,2045.0359209871335,1914.470049905234,2409.9425603917534,327.844330795723,881.3756138350499,2689.8010172167346,4891.132703780026,1504.6500448225656,2853.2291862022053,1720.675822029692,3224.6107784280907,1306.3158164250801,3661.325774781171,372.99263705887233,993.5302602976453,744.9185893734941,1910.355182026121,1680.58974264226,4384.548098771653,747.7746895761345,1276.5437136546075,639.2512470093278,1738.5787089856292,833.8345074439379,3107.8359689551394,1140.721922664636,2081.3385010298434,1022.545356745541,2651.477028727399,1200.5691929362379,3737.76198220985,16830.488717295582,5316.179129338823,131976.27834438253,51179.17776033072,3821.28649232883,23249.264310826315 -1280,3959.9190015345634,3106.867581620296,769.7388403981212,1244.7894843342933,1684.6203185419722,2215.664112211191,1852.9434715710854,2611.0168475539235,314.8150576661583,954.9134550212705,2581.886340843618,5299.225841762647,1444.2835635838017,3091.2892271986366,1651.4574559795146,3493.6571550116378,1256.3707375368551,3966.8095993055726,361.0069858697058,1076.4257583674912,719.8892343730822,2069.7462450189323,1624.2135786004826,4750.374196861494,727.6369845827825,1383.052524890641,618.7624946412008,1883.637549943143,800.9088887987659,3367.139203955488,1095.1504194402653,2254.995609010759,989.6871425252973,2872.7038173822966,1161.9904057289132,4049.6232848429436,16022.424692947545,5088.239446744151,127484.57837826638,49715.80055304773,3635.8654178065453,22607.28775242652 -1281,3842.9623307574134,3333.2610965032345,745.1681866887499,1335.4957211610301,1618.7809836943363,2377.1167563891822,1789.987750601682,2801.2783459947495,302.0833473492912,1024.496791874826,2476.796178309084,5685.373732832234,1385.4970895078811,3316.5475670794367,1584.205924176328,3748.2355373662926,1206.6614946565603,4255.86600240783,348.65323465660447,1154.8635432248223,694.6588772737695,2220.5660385941796,1567.3390225070275,5096.527962087568,705.7971064185358,1483.8338147756835,596.0647734320772,2020.8958380722806,768.6598115294574,3612.4983830828037,1050.7035250321735,2419.3142896618647,955.8197958641022,3082.0341146509163,1122.2267974158972,4344.714216568219,15282.080005398871,4872.83246795075,122874.48724233329,48116.42146211021,3466.5679149818498,21901.0512338012 -1282,3754.4162870046544,3490.1900087407776,728.9952087451118,1398.3704509682907,1589.3659444643363,2489.0306857339697,1753.0842490981538,2933.161673158261,296.8865881601716,1072.729787276365,2434.528757074559,5953.039388094951,1361.8530813273537,3472.68961146709,1557.1899650122953,3924.701319271603,1185.3444508054108,4456.230871240707,341.36191985271194,1209.2341653795606,680.7679235456292,2325.1096080594634,1535.9436246225653,5336.4709386871655,689.8511121459169,1553.6922566296116,584.6113219241677,2116.0389956085305,755.3650514172796,3782.573701308484,1032.7076497602893,2533.2148659580525,935.8309291774021,3227.1353374739806,1098.7578946553,4549.262032130671,15065.914913837152,4793.564422036619,120475.3157409961,47074.273288161115,3418.197199889081,21414.210700540036 -1283,3605.78851231329,3634.1227418809913,700.0746809651951,1456.0381654612893,1514.5214944215902,2591.6763836960713,1676.8007371477552,3054.1229891045255,282.8532203429308,1116.968332976435,2318.974405553205,6198.538122397096,1297.213035806084,3615.90064177613,1483.186496662178,4086.5529623704183,1130.138430859137,4640.002381443637,326.3300772166817,1259.102045922947,650.6969447600247,2420.995327719555,1468.1055688596675,5556.542867609363,661.685327231219,1617.7653221061153,559.1987833077459,2203.302805116453,719.7602563213107,3938.5641115068247,983.7818307235995,2637.6826852961494,894.6216950970625,3360.219899681979,1050.3741857322875,4736.870075364916,14288.24225819556,4558.602501241612,115117.1478237224,45105.64308088424,3240.83791121559,20526.562572181927 -1284,3552.0379316589056,3574.145355334321,688.3215806605915,1432.0077817678161,1481.8872754193826,2548.9034815930563,1646.2785646920897,3003.7178905183996,276.37454527818863,1098.5339414532025,2265.4214647573754,6096.237748029758,1267.2560113819486,3556.2239918911814,1448.9117673367584,4019.108689274494,1104.9686807998644,4563.42400581473,320.5314407596043,1238.3218864528965,638.2967208262853,2381.039337536581,1440.1986902434542,5464.837951979228,651.430164553016,1591.0658012155425,547.9159707036143,2166.939601832506,703.3660007713999,3873.5622392716505,961.1466773081355,2594.1504974092913,878.7249502406646,3304.76299243929,1031.7098379684867,4658.6929999851045,13901.0311378996,4448.38772389928,112847.94273367815,44348.55804208381,3152.158266878845,20198.303408497864 -1285,3574.117408399076,3410.2634836553966,694.822419032865,1366.347297315319,1505.5770704122542,2432.031045873854,1665.08461388604,2865.9912843077855,281.55156284255696,1048.1639143474256,2308.5102165663843,5816.712783871333,1291.3594643607344,3393.1638513653334,1476.5046183526522,3834.824339032191,1124.5982335028261,4354.181685487358,323.6519857937525,1181.5422962803825,646.5151394384991,2271.863816011061,1458.5730054940916,5214.263959330683,656.3163529255543,1518.112181386295,556.1929787526967,2067.580990903747,716.4045384946505,3695.9514913234148,979.3029060950013,2475.203393509965,887.2798076779172,3153.232852836019,1041.7540851222905,4445.082401502982,14250.875986723904,4539.566183720063,114390.22787425296,44751.011787823445,3232.7761253667954,20352.514091709247 -1286,3611.1272097114434,3264.9661565949045,704.192486228872,1308.1328481715107,1530.8506854954871,2328.4121871002685,1686.0626863919324,2743.8831612890226,286.6566574068448,1003.5059529301157,2350.7901735939377,5568.886531200324,1315.0104849490272,3248.595069438486,1503.4986202066123,3671.438216851785,1144.342369274733,4168.667878865315,327.9106279848334,1131.201629560273,655.1634672825463,2175.069025375695,1478.0722093945944,4992.105577871392,662.532094105933,1453.4316535647413,564.8009367554118,1979.4898528145018,729.3059686725512,3538.4821710763704,997.1579384884245,2369.7451382368076,898.9547158821858,3018.886545780203,1055.4615798832212,4255.695688541516,14567.139964178916,4626.966785523032,116087.71512157092,45281.389622249066,3305.33219800595,20577.501067464353 -1287,3615.653022723548,3197.9708314447316,703.3601019355765,1281.2906754507153,1519.7477828107974,2280.634438702075,1682.6002071512294,2687.58017505643,284.0730840308484,982.9145579868973,2329.0404650458113,5454.616016288988,1302.8438972600695,3181.9356700696235,1489.628029973106,3596.1023066739954,1135.1424632910116,4083.1290871619026,327.1068337667058,1107.9899889649434,653.1312081201864,2130.4377950381995,1473.5231913899706,4889.670293604222,663.8108838394705,1423.6080285885866,561.9657711041409,1938.8718004488123,722.8507554081576,3465.8744464570786,988.0397357162459,2321.119260220114,896.7511441119591,2956.940640056954,1052.8743690917333,4168.371133639735,14358.789972868139,4578.3385000259395,115540.30232713497,45245.09961256078,3256.9614829131788,20582.024187624127 -1288,3797.8550230102533,3195.1766518357554,740.4941821414466,1280.1711667162035,1609.6469980599243,2278.6417681681564,1773.0978547584123,2685.231941717717,301.3866862866884,982.0557509620527,2471.570351712188,5449.850126401047,1382.573809989089,3179.1555009452018,1580.7489190104204,3592.9602655902245,1203.1700723742802,4079.561513648103,344.8438054937687,1107.0218991363324,688.9584371238116,2128.5763565952484,1554.3180149043665,4885.398016667026,696.8120940524036,1422.3641721764066,593.8665922713319,1937.1777399539624,766.7852876489886,3462.8461900357443,1048.393641278644,2319.0912166735193,945.3763883667738,2954.357057004801,1109.9652060567848,4164.729081151408,15313.40384412754,4864.574304016334,122069.25017099915,47620.29316540416,3474.6297008306456,21641.2912961911 -1289,3899.929937507266,3401.2311342978132,758.6340010470336,1362.7284197147198,1639.7065386549796,2425.5896215791904,1813.5244000392922,2858.4004824064878,306.5115224757274,1045.3877703034907,2513.028978165257,5801.306765471742,1405.765385779123,3384.1767917202515,1607.2360872499253,3824.6675070685865,1224.5582790040442,4342.649295002516,352.8915985966077,1178.4128891680245,703.9381164485505,2265.8466071421817,1588.205147953723,5200.453573725858,715.0445735776493,1514.0913426294062,605.9419808806246,2062.104841062409,779.9429402158165,3686.162474950248,1066.088320157086,2468.647623878554,967.4391120018735,3144.881269191785,1135.8690216027962,4433.309253367641,15495.90980677001,4939.777304562486,124623.24509887506,48789.24676988521,3514.93863007462,22193.989524044337 -1290,3928.6179174406843,3844.0760812238223,760.9949760542295,1540.1575243167854,1627.3162967667135,2741.404708769457,1815.014107211196,3230.5681358070588,303.25102966187956,1181.498688196968,2485.2321124457508,6556.644843131442,1390.2160737731144,3824.801239910535,1589.4717164734623,4322.6444490346585,1213.4676013055687,4908.068174410924,353.21238270136104,1331.8438595299597,703.1955849816902,2560.8629353075753,1586.6462571656714,5877.559743790145,720.3120217347083,1711.2281068752964,603.2121160841839,2330.59371254414,771.8694254598813,4166.105872245122,1054.4998801163963,2790.068921876055,968.3185296209975,3554.3491129675235,1136.901544702413,5010.532183387507,15185.207227101935,4873.639676461697,124216.88698795644,48958.47815755858,3442.3825574354646,22310.717199613406 -1291,3924.544556164812,3854.6029891290755,759.1902003306596,1544.3752078577688,1627.2426922448797,2748.9119782122243,1813.402439491916,3239.4149672767576,303.0973128493429,1184.7341933269465,2484.0251881700806,6574.600053947438,1389.5409313912578,3835.275364136406,1588.7025805503374,4334.481904657456,1212.5297634176593,4921.508798522682,353.21238270136104,1335.4910812178784,702.5367686169247,2567.8757955393576,1585.2153208618042,5893.6552967456955,719.3550892899219,1715.9142630036688,602.4312878359102,2336.9759861667535,771.4670991747174,4177.514650821298,1053.9776640870018,2797.709457070808,968.3185296209975,3564.0826106883637,1136.901544702413,5024.253402670461,15184.728163936396,4872.658727207242,124129.5765882655,48914.78766780792,3442.3825574354646,22294.262275045632 -1292,3829.574695216526,3680.9089992376726,740.3800623701562,1474.7834256434378,1584.5168302785885,2625.0420256639254,1767.680161082105,3093.442240080964,295.00954665915367,1131.3483557763393,2417.594209836088,6278.339059357076,1352.3800507580588,3662.4523050022226,1546.2077010691432,4139.163876249516,1180.4169759683446,4699.738488607005,344.3540359633684,1275.3119200914743,684.637106632128,2452.1635954163644,1544.8499164834434,5628.078658522921,701.8170874164812,1638.5926826766597,586.8720013279335,2231.668465661402,750.9124732278183,3989.26979406761,1025.81915398415,2671.6406194950514,944.0337035268391,3403.4798895523795,1108.3887615069034,4797.853272178042,14759.273941157884,4740.67639684975,120941.6103890924,47702.90136368756,3345.6411272499254,21747.348966981514 -1293,3458.8344268611927,3561.344113723354,664.7233183814942,1426.8788695998107,1410.1052098221844,2539.774269972659,1584.3869361898905,2992.9597050992415,261.52041202293526,1094.5994068989762,2142.202366501728,6074.403322014053,1198.3283767626415,3543.4869378497247,1370.0269948320351,4004.713756702613,1047.7343765346898,4547.079540924813,309.2819896183064,1233.8866841640547,612.3517372941436,2372.511352014243,1381.957437697295,5445.264962066085,632.7829410118798,1585.367203168905,522.9796457015368,2159.178440871878,665.8686890931892,3859.6885992289963,909.1482282160495,2584.8592280312896,847.885000902323,3292.926576925283,995.5006929725439,4642.007317463793,12953.708603808353,4190.7162820321955,108028.77296909285,42900.8657156467,2934.4900489613806,19598.542997772132 -1294,3086.7809019164083,3552.8965957343034,603.0847587704545,1423.4943090141899,1303.9954072590986,2533.7499184501403,1438.2459111885662,2985.8603964837375,244.45501851791477,1092.0030141086945,2004.5503201101442,6059.9948207019415,1121.327083192112,3535.0817771307406,1281.964878484335,3995.214564706427,976.1773949115816,4536.293855803403,279.4143274399965,1230.9599015707186,558.8480865779741,2366.8837485911035,1260.7325197663968,5432.348778666411,565.6453806539181,1581.6067078221022,483.11115065441095,2154.0568636980943,621.9701422559042,3850.5334073034305,850.3198152573848,2578.727934864809,766.0039227177832,3285.11574606847,899.3642240088257,4630.996463396511,12401.125726422693,3941.3801734039894,99054.85623619038,38662.07360964111,2813.5632612294553,17563.872661832294 -1295,2475.91308508718,3334.6906758887835,497.1371322620671,1336.068492719329,1144.0942020468372,2378.1362616165234,1208.875743777788,2802.4797669637883,218.26815169790203,1024.9361812451223,1794.0596160980565,5687.81209360035,1003.5805119032659,3317.969978314507,1147.628234608104,3749.8430922806147,864.8650253492096,4257.691271454735,233.10325728315155,1155.3588446928798,475.2119801474573,2221.518401862798,1071.2989584427814,5098.713776850209,458.26589454062173,1484.470206036905,416.3944883501444,2021.7625661643226,554.453459437533,3614.0477226242524,760.2191066560221,2420.3518926985107,639.04385688859,3083.35594702717,750.3005734214253,4346.577591113532,11654.16349980088,3575.607481930438,84890.59826818631,31850.615427420147,2652.3275442535555,14308.049520040204 -1296,2454.5471390939647,3144.491537598301,520.3828915844972,1259.863800677075,1222.7650200752132,2242.49565453795,1209.73860591379,2642.636084727516,236.16602718369893,966.4773922830536,1922.9491221853914,5363.399107777417,1075.6801207108124,3128.7245303597538,1231.7998738579147,3535.9651065252488,927.4832125672227,4014.84739487186,229.99995215058857,1089.4612013924843,479.69301209945,2094.8107318573516,1080.5104976054101,4807.900906631518,458.72422637999205,1399.8011972896807,443.98165082853615,1906.4482730897723,603.7361510953345,3407.915031651166,830.4968242687656,2282.303453099746,630.536261996399,2907.49206603584,740.3118171612098,4098.663948531924,13033.70853403658,3883.960674180887,88057.28422206941,31754.54968374034,2944.191211320508,14067.774642440801 -1297,2574.664498378562,3052.478560594728,543.4180018891975,1222.9981206352475,1268.5353210297528,2176.8765556711073,1262.553895121048,2565.3082209424024,244.30980619061995,938.1966794850363,1988.7832790578218,5206.457257922151,1112.5071448865476,3037.172921834076,1274.02166830786,3432.4969711711165,960.4975768797826,3897.3663787520477,240.29433152371413,1057.581780738493,499.84544359592616,2033.5131359209204,1126.0100434783408,4667.2138447432135,481.39627907138,1358.8407196303374,460.7365678226631,1850.6624714703821,624.6545616863192,3308.193851394167,859.0027791880802,2215.5195127919797,658.7579178220211,2822.414082071997,773.4468270992803,3978.7303226555805,13413.692300565726,4012.7522506027326,91575.98191074072,33206.71295081907,3029.119803954753,14740.3863887549 -1298,2692.754537565683,3020.962816041089,572.1617583304679,1210.3711043943824,1360.2882313525497,2154.4010872635686,1338.5423784650413,2538.8223351326687,262.54992127510263,928.5101358108484,2138.3559188224667,5152.702457122455,1196.1767091723764,3005.8152025021823,1369.983466211465,3397.057673047597,1030.5182869534358,3857.1274709967843,254.714759943459,1046.6626287822405,531.2886259686438,2012.517843319859,1196.7258166344939,4619.026538464647,505.21534136986753,1344.8111773554822,490.98783538092806,1831.5550462917745,671.0626534345201,3274.0379383271984,923.439193755871,2192.6450697344167,698.2909827081361,2793.27367060983,819.862547919408,3937.6513614090186,14574.757592676444,4330.238246071527,97518.02962403055,35009.73496213356,3293.3420921501834,15500.93292315098 -1299,2923.658046405489,3073.9222576811076,620.3173024353073,1231.5896965351299,1483.5634861543801,2192.1691385763115,1457.1439516652138,2583.3295407751516,286.0887202179937,944.7875219767865,2330.261365942572,5243.032680194835,1303.5268580357088,3058.5090966316725,1493.0169602525011,3456.6103019737966,1122.509895387548,3924.745422503404,277.5987587472932,1065.0113049431814,578.4397579947772,2047.7985891492526,1302.9803382185128,4700.001075820287,549.2024805942605,1368.3865913545646,533.6077178604414,1863.6633966724937,731.1862413191949,3331.4339513470713,1006.2831821856398,2231.083562916551,761.0266090871035,2842.2415735438763,893.5203664536025,4006.6809490510686,15909.583875907145,4723.493545658112,106161.33037044136,38069.85593280622,3595.31042151639,16858.675231279933 -1300,3583.972326939159,3207.717964191941,760.7944374725416,1285.1959363050607,1803.1444689070015,2287.5856111153157,1777.0927662589572,2695.7716821450704,348.16983160112835,985.9103947786716,2835.4736587519756,5471.241204321677,1586.137985831014,3191.633929060697,1816.5200378007187,3607.0629090069015,1366.6768019216338,4095.574104122417,338.0059426664046,1111.3670446274998,705.1942743665826,2136.931181342329,1588.433573412131,4904.5735769529065,671.6109713852035,1427.947060170178,652.0369536755886,1944.781310514687,889.9482616096861,3476.4381257697873,1224.520004302937,2328.19382679496,926.6306433051084,2965.953134061233,1087.9558508030473,4181.075960831941,19295.499790169233,5737.270533069304,129447.43163933115,46527.64464695267,4359.667755224597,20602.25925045433 -1301,4782.689272674301,3493.698984345677,981.813571741843,1399.776348007355,2199.2019298464497,2491.533113376652,2261.6358278083476,2936.1106222786702,416.82869623671576,1073.8082909236664,3387.8405417198887,5959.02446911791,1895.1269593262243,3476.1809924805902,2170.1400108539324,3928.6471449003943,1647.8442476936732,4460.711087325741,434.59968042982234,1210.4499081260306,886.887054079808,2327.4472323357827,1999.2888837501832,5341.836132643142,888.5575141691347,1555.2543114783107,804.4015205332597,2118.1664239708866,1066.8673614009717,3786.376634331725,1464.1060283287693,2535.7617155978587,1191.4387607508404,3230.379842542343,1398.8667221375315,4553.835780107447,22108.20347286873,6779.687335498427,161277.98389165735,60409.28870219265,4982.4774345423975,27112.97675695807 -1302,4827.0327108629845,4084.2455503621345,991.6389403130349,1636.3831991444222,2249.467657198548,2912.6816813596606,2300.7520375186264,3432.40696984619,426.48552040629147,1255.3161430901966,3467.346358793677,6966.289677944908,1939.6017849575705,4063.7664591047455,2221.3494622624994,4592.713823485699,1684.37142026182,5214.713543294371,442.1097005099077,1415.0545520240053,903.2940906614612,2720.860052615668,2036.1858943292132,6244.7768263004855,899.8358359559405,1818.1418976845446,817.6684033941075,2476.2041122583446,1091.3704919321665,4426.3950586632445,1498.3089205431472,2964.386328105159,1212.027199768056,3776.417074567771,1423.0395820030199,5323.579279531737,22769.45020137172,6956.103808072575,164264.83705968285,61238.013288463335,5133.4615992255,27462.489252528707 -1303,4708.084108537844,4453.921987854634,966.823006174862,1784.496799067094,2196.722259425895,3176.3166108068463,2244.5250838987795,3743.083682348125,416.76468894422413,1368.938302674422,3388.423509533296,7596.827954580873,1895.453066179839,4431.589277022769,2170.7273529567833,5008.41314022688,1645.344901940552,5686.711786656117,431.2673128484168,1543.1350797981977,881.4307739833371,2967.1326723109823,1986.8783056443299,6810.008965655523,877.0900975153153,1982.7069835257423,798.5758975013653,2700.332241538617,1066.472404263007,4827.040400879739,1464.1881894202315,3232.7011891027355,1182.3031997268897,4118.231099556616,1388.1406716467723,5805.431263820899,22266.131401836166,6797.8247846292115,160375.14639326904,59737.423641410205,5020.223475713173,26780.824824067193 -1304,4597.789790460461,4580.569791134575,944.5896705345839,1835.2391785201285,2120.063224811782,3266.6355527140536,2177.295397378577,3849.5187135756755,402.0036903549372,1407.8642266875179,3267.558547850132,7812.844664116181,1827.8423139903596,4557.6020470049,2093.1066580473744,5150.827965600519,1588.8703784913637,5848.414114992824,418.33609893758586,1587.0143099583997,854.0920790626215,3051.50344396191,1925.3275007228578,7003.652383337477,854.4389065081967,2039.0854932293412,774.9781201348587,2777.1165110991165,1028.8788456574853,4964.297870764031,1412.0919583366447,3324.6234332230288,1146.8527606890905,4235.333492364625,1346.5183566031596,5970.509394659415,21352.696884003377,6541.641603404046,155356.30866210794,58121.60207552176,4812.620249273908,26077.50639553906 -1305,4457.926061515771,4592.981145166519,913.5716904663506,1840.2118793448146,2036.9085551878268,3275.486715819687,2101.831773392597,3859.949236804304,385.79614145670973,1411.6789270726417,3135.1615243385104,7834.014078740232,1753.78063207187,4569.951168428957,2008.2598882029606,5164.784471527453,1525.952092615124,5864.260776307117,403.7804898459616,1591.31442923456,823.6797930894343,3059.771692520421,1856.82811195789,7022.629238447186,828.0213210107199,2044.6105290025876,746.1869749022427,2784.6412902813745,987.5357208979714,4977.748961174952,1354.9773471336875,3333.6317182910766,1106.9491030496117,4246.809406020351,1299.667523306232,5986.686881135352,20395.38493486539,6267.8699109591225,149663.2533105452,56206.80278722102,4595.580512541946,25243.081146584675 -1306,4284.676457003975,4625.3416440403225,874.9986902449228,1853.177352654403,1936.0261182998947,3298.564621177515,2008.6997522523466,3887.1450555944584,365.9309684477119,1421.6251108007812,2972.9374180459713,7889.209733971525,1663.033953324257,4602.149406341367,1904.301504611385,5201.173691685735,1448.745568803135,5905.5782557936345,386.21447796875134,1602.5262603236783,786.0921569183627,3081.32974714342,1772.2384297050908,7072.108166920704,795.0177605761832,2059.0161219344864,710.7047636153926,2804.2608747059544,936.8517342181226,5012.82039616695,1284.9877771808922,3357.119292495243,1058.7925388256824,4276.730902899432,1243.126962964817,6028.866931074959,19229.615247113434,5934.090640257477,142670.1682256165,53846.3404867322,4331.358224346516,24218.267045175904 -1307,4107.262502078438,4682.654809302258,838.206513856968,1876.1402963775352,1839.9488732418804,3339.437532588137,1916.7682533348102,3935.3111380405962,347.6428478938606,1439.240638730664,2823.8020041413824,7986.9658817475,1579.6089691786394,4659.17519379333,1808.6698810569058,5265.622061187631,1377.3485689797474,5978.754987068762,368.41007851554025,1622.3833561801248,749.5326888402329,3119.510875072012,1689.84187325313,7159.739510789814,761.0673860979895,2084.529638633404,677.8708491100942,2839.0088088735174,890.1474246164486,5074.9348573039115,1220.6129834316982,3398.717761888898,1009.9824439828443,4329.724390490674,1185.8190931612578,6103.57134717104,18187.07341319421,5627.5292935031475,135972.53961504993,51482.95114271134,4095.4454670291675,23168.8649954928 -1308,4059.5884640420663,4632.359582643826,827.8260705180994,1855.9891416817254,1813.8808066533977,3303.5694674726938,1892.0336470507877,3893.042943240925,342.5546752972725,1423.782114220767,2782.297117578656,7901.179874515522,1556.3915159071028,4609.132155825281,1782.0750246210137,5209.065328767601,1357.4928047448668,5914.53867186814,363.72367709710045,1604.957741448958,739.6237419809355,3086.0049872979416,1667.5327907318483,7082.838535557739,752.0511211446845,2062.1402260200684,668.6079755087378,2808.515723787697,877.1557358266128,5020.426248551068,1202.6991042896238,3362.212982625079,997.1348498639422,4283.219901379994,1170.734749370784,6038.014410596929,17895.27012238187,5542.6919893319455,134139.66797326977,50847.14297407646,4029.38989498031,22890.31715595762 -1309,4027.86317691224,4574.981431916621,820.3944003132777,1833.0001610511044,1790.1488687809267,3262.650211646215,1872.829770571343,3844.822246898247,337.9540200780389,1406.146612637828,2744.5876709742975,7803.312884340297,1535.2971969741009,4552.0417087560545,1757.901210337115,5144.543883432974,1339.8535736375193,5841.278967965221,359.8236715430268,1585.0781303011775,731.7629463877561,3047.780567076006,1649.8043216425565,6995.107829463082,746.0963555700625,2036.59778040498,661.225092908894,2773.728390109415,865.4468155162716,4958.241357921361,1186.4511717630512,3320.5673461298384,986.4431305794931,4230.166326260317,1158.181615460631,5963.225289682758,17604.868396920105,5462.572587773102,132621.35022653078,50377.357016141395,3963.3343229314537,22688.332614911455 -1310,4046.4690585322573,4487.842024438227,825.1856722549838,1798.0871126991512,1798.502907022558,3200.5067012335403,1879.8959797010948,3771.590139306042,339.5470743563083,1379.3638192043522,2757.530621408896,7654.683633876856,1542.537364862693,4465.339232861686,1766.1179122578355,5046.556052789226,1346.2041341678546,5730.020464349558,361.49967017588096,1554.8872385703798,734.4965430491687,2989.729666391169,1656.0231106760073,6861.8724140678505,748.5266455863076,1997.806819939387,664.3199948288745,2720.8973454337047,869.5252318789373,4863.802020736307,1192.045407693787,3257.320691396939,991.0378181139456,4149.594592212656,1163.576232206619,5849.644081510415,17688.693468355086,5487.862520316668,133218.3224706616,50595.6037975835,3982.207343516841,22785.773949638176 -1311,4073.218546975954,4404.861396792238,830.038619170876,1764.840310257923,1806.163510841704,3141.3290266613617,1891.7251789728377,3701.8530774222263,340.83111887279745,1353.8592504502697,2767.797536584563,7513.147802421182,1548.2805831455244,4382.77468398109,1772.7576375982028,4953.244749398698,1351.7764826529803,5624.071838714589,363.51726328885746,1526.1372250287468,738.9355682790521,2934.449279323617,1666.0034253407173,6734.995737784371,754.3340396624548,1960.8671810369326,667.7474367903774,2670.5876936556533,872.8472085397644,4773.869856852475,1196.508472274656,3197.092520720584,996.5689741328518,4072.8681918930474,1170.0703554000954,5741.483603769414,17732.05269791959,5506.913224083049,133894.74715678548,50913.17106025108,3991.6438538095344,22935.72464834417 -1312,4211.61274811288,4298.29269037525,856.0841775838097,1722.1427695285581,1852.1965489815543,3065.329502352781,1946.2595448986447,3612.29255365775,348.9908997028414,1321.1047512743755,2833.4859515036424,7331.378986038733,1585.0260806078559,4276.740330907206,1814.7222642944214,4833.408768658291,1384.926623467062,5488.006249662344,374.5464350742887,1489.2147307126793,759.4279941665873,2863.4548857266886,1712.3648348243698,6572.053089004935,778.3421968279561,1913.4270779066026,685.570374688807,2605.9770168944574,893.8643584152405,4658.373570041202,1224.993886921105,3119.743886214913,1026.805035860155,3974.3315398810173,1205.5704767258153,5602.577421383373,18072.461244026963,5630.093494627031,137589.16626123665,52500.99033613034,4067.1359361510868,23675.91436673096 -1313,4290.711302430768,4390.760534119965,868.1259700167436,1759.1906952957902,1857.9623286285107,3131.2729896551496,1967.5168989967017,3690.0026882327556,349.054906995333,1349.5252699572425,2832.9029836902346,7489.096678933941,1584.6999737542415,4368.744525396001,1814.2820318289216,4937.388399402239,1387.090769633996,5606.068033937788,379.0583964522437,1521.251747486855,766.2497084404699,2925.055506721231,1727.939212552113,6713.435638284758,791.8506130675643,1954.5900439495988,689.8424583060166,2662.0385959814507,894.2593155532048,4758.5877225914965,1224.911725829643,3186.857973359329,1039.1744091357857,4059.830107403493,1220.0933420370573,5723.103939907387,17914.514833261255,5615.565182045613,138604.4486431045,53251.70032921964,4029.38989498031,24061.519832791528 -1314,4317.479636820719,4739.70805791571,869.6639691624359,1898.9991025723252,1841.619314283725,3380.1250843157077,1966.683571560738,3983.258786089283,344.97377279969976,1456.7762797975568,2798.69749313754,8084.278702930319,1565.5657357329678,4715.94236786242,1792.382698282942,5329.778155710042,1372.9527747577542,6051.599860023848,378.98716331588025,1642.1503996065574,764.5306383390563,3157.518850623464,1724.193462769797,7246.973444306582,796.732054784324,2109.9274508912717,685.8541927504162,2873.5991602841473,884.03064229134,5136.7676277946275,1210.2886593728401,3440.127581175769,1038.9791261580594,4382.477551280504,1219.8640605431692,6177.936976857926,17546.648636764407,5535.165361579136,137982.43142009998,53374.20413454714,3944.4613023460647,24162.525962014253 -1315,4246.900843959832,4723.267882375601,850.1943817336459,1892.4122246010845,1783.0548453961121,3368.400765211102,1918.9006418245535,3969.44243435099,332.76486142026846,1451.723298164534,2698.512103759063,8056.237532595077,1509.522946822555,4699.584626116025,1728.1515121706434,5311.291260019626,1326.0946322352197,6030.6092498888775,370.53593701524625,1636.4544283562389,744.3645653096368,3146.566664636237,1678.9738303471618,7221.8365552612895,782.3185478695978,2102.60894577541,665.5576153391173,2863.6317795826967,852.9822977229818,5118.950209405608,1167.139097723858,3428.1951371045684,1015.8104055080723,4367.276467297428,1192.6616953193425,6156.508153155241,16759.332261576346,5324.024935615635,134140.21352031082,52263.935070636115,3765.1676067848807,23712.633027009888 -1316,4116.669095592841,4454.89670049904,821.8784749027143,1784.887324899988,1712.1372442051822,3177.0117275986613,1851.487357910976,3743.902832527271,318.93089211632207,1369.2378861598684,2585.675247852692,7598.490472309046,1446.4030434503572,4432.559102294723,1655.850185551698,5009.5091997513855,1272.0948658297089,5687.95628754739,357.7595334605975,1543.4727851460702,717.3713213931571,2967.7820105214896,1618.199337416429,6811.499293026645,757.7000430259279,1983.1408864033108,640.34080208217,2700.9231921630562,817.6580582229755,4828.096768127892,1118.4363806898702,3233.408645302731,980.7843732685905,4119.132348374235,1151.5376757537463,5806.701745718541,15967.226021014398,5093.4870173422205,129149.16185061257,50529.46669033901,3585.8739112236944,22952.31854556999 -1317,3715.821769516963,4212.322939330772,737.2969290460727,1687.6983526811582,1522.1818732356453,3004.0201329893016,1658.3147710719852,3540.043427339955,282.4691513317021,1294.681458410897,2289.1067925563607,7184.74475899929,1280.5053667455127,4191.2016465934885,1465.87123647988,4736.736210861517,1128.0814013473912,5378.241148725763,321.125951113808,1459.4290858360946,641.1842507976036,2806.183191734271,1446.570192250042,6440.60606838254,682.7294812685175,1875.1568014552724,570.1277574339031,2553.8551137323702,724.3808106593187,4565.201874920167,990.3037295485797,3057.3461798369854,880.3547781295517,3894.8413055801143,1033.6234168041617,5490.520793131356,14001.148668421245,4498.43411852514,115266.81446054486,45413.36109199425,3142.357927467081,20673.2002068968 -1318,3258.6049729170313,3970.1390594383793,653.6944323584812,1590.6655892802448,1355.7472580972255,2831.306582399613,1464.4463372059633,3336.5116790459924,253.22664782988534,1220.2448628937195,2053.066954541976,6771.66404633023,1148.4668439793365,3950.2321172381107,1314.6287539632822,4464.401641528738,1009.980212947824,5069.023805431979,282.5656384747081,1375.5204673549704,567.749875009583,2644.8441057118216,1280.5962678458127,6070.308968904411,598.6272454400256,1767.3462759747172,509.3743825317861,2407.02341325857,649.1928512293849,4302.729524512995,888.0442375441594,2881.566694106306,774.6431239942865,3670.9107588161937,909.5074991562051,5174.8480283737545,12688.988551296532,4041.61181112614,102356.47003567297,39986.77762568382,2849.826108393568,18143.362416802418 -1319,2664.263019385295,3654.0718804197018,552.5765713712357,1464.0309354207877,1235.5288474776255,2605.903121453172,1265.768796213507,3070.8882793688745,235.5455200989162,1123.0998143821419,1914.8744854812196,6232.5643522533765,1071.1632429190754,3635.749751992938,1226.517661026767,4108.985669513906,930.7308790843766,4665.473191568079,241.96304455572096,1266.0137555520746,497.4272865662746,2434.2851295849837,1121.038100345536,5587.04493133571,495.1674759272393,1626.645876458859,454.18242981587247,2215.3976065372894,602.7830750434039,3960.1844492567197,827.4737633018764,2652.161969857379,663.3326321543847,3378.665477077252,778.817993334292,4762.872630612793,12557.592408034909,3832.5310105061944,90593.83657146437,33738.45106021311,2830.9530878081805,15096.772219162038 -1320,2512.491752049689,3429.367874177092,525.2960449889115,1374.0016127314975,1247.771101002768,2445.6553511757593,1236.8615950344717,2882.046646888891,227.62831314092267,1054.0357576364895,1814.7642705837604,5849.298170046979,1015.162505924588,3412.1724492731696,1167.1183845378966,3856.3071312287757,902.5954587488287,4378.5739319283275,233.15137172203512,1188.161328960475,474.3413375604934,2284.5908600536113,1069.4160201421855,5243.47441049954,468.43060244753997,1526.6166878879037,438.5911579883295,2079.1636369000967,590.0115790590282,3716.6563139794634,835.9885530278765,2489.06955149948,639.1757608222997,3170.8973506424604,750.4554416609554,4469.983876273607,12514.525204108,3810.67102220332,86792.84325240603,31343.65219104515,2907.8781612018947,14045.976775815368 -1321,2634.4451139315884,3293.1028901710342,548.3436127552524,1319.4060386628853,1293.8848747728664,2348.4779122017435,1290.2698556377811,2767.529320474248,235.39366171405746,1012.1539383258056,1876.270886550931,5616.8779250246,1049.5687433672551,3276.5907207198597,1206.7144611280953,3703.0778339241147,934.343899181691,4204.592507743346,243.48355383520317,1140.950067168893,494.0914341938608,2193.8132740880656,1114.0480511972644,5035.1264050076115,491.38113374325354,1465.9569960173303,454.9741648780933,1996.5486448307045,610.2236648644208,3568.976003274403,864.309938542163,2390.1670612828448,667.5010514451324,3044.902621402796,783.7121290816202,4292.370303231689,12873.729125852786,3935.7782061394905,90230.38236362333,32768.62548581855,2990.43621625179,14712.29567592749 -1322,2736.990780565896,3257.3633866228693,572.4969641503478,1305.08674212921,1370.8545893558205,2322.990268032945,1354.9796006960617,2737.4937803567627,249.69253591279897,1001.1691982564768,1990.9534856997768,5555.918873568847,1113.721138598421,3241.030421028474,1280.6082228527016,3662.8889398025017,989.9532023557541,4158.960757427377,255.7328426957005,1128.567523915972,519.7925220294678,2170.0041797754343,1171.9274816713657,4980.481007029208,511.98142850455406,1450.0472060690736,479.47882554615126,1974.880431065205,647.1427731844619,3530.2424942446514,917.1603820675921,2364.2269716420415,701.0820184757481,3011.8567945122218,823.1394994373759,4245.785914951486,13775.320431328868,4188.73171500264,95051.26501896736,34253.84599092494,3201.4179124904144,15353.22217056107 -1323,2971.751682247199,3296.8068032622955,620.6812603434507,1320.8900388482057,1495.089203576763,2351.1193596067137,1475.0509586531462,2770.642095392745,272.07067786325024,1013.2923571203493,2169.5484163812357,5623.195500992424,1213.6255065181715,3280.2760617705158,1395.5669106390135,3707.2428657875193,1078.3133297897448,4209.321617568408,278.70873035313804,1142.233349237873,565.9152198479813,2196.280762647239,1275.963696187648,5040.789656727844,556.5637592812963,1467.605829196816,521.088889992478,1998.7942602607602,705.1079673013653,3572.9902042823282,999.437480762023,2392.855398502739,764.0695547082979,3048.3273715722157,897.0930850078321,4297.198141015359,15036.913531861092,4569.047421048464,103475.33392605829,37247.56369050077,3494.9576637789332,16698.404519004318 -1324,3635.6652926379365,3420.985335350161,759.3959738002242,1370.643086527962,1810.9415740473312,2439.677339574003,1793.9759431928326,2875.0019468727487,329.9261689753318,1051.459336561955,2630.4521621388244,5835.000500383156,1471.4508390517435,3403.8319418999035,1691.8502412541895,3846.8810079774607,1308.2655126408977,4367.871211386927,338.4625312639347,1185.257059474642,687.9437142427715,2279.006544724756,1551.0423733864457,5230.65757968795,679.1656176355725,1522.885118651363,634.766081624684,2074.0814554155454,855.1421652065611,3707.5715447154585,1211.74662216872,2482.985420859695,927.8823638592423,3163.1466014859993,1089.4254943015435,4459.057718808623,18158.877558712236,5528.600739720034,125790.68384439466,45414.8427743145,4219.633924772465,20360.554072964747 -1325,4859.253921112184,3653.7469783059496,982.374211718684,1463.9007609849575,2216.1237977017804,2605.671417354265,2288.6921230444063,3070.615231074885,396.7072703077605,1122.999953866096,3157.316468220258,6232.010183260973,1766.1739046936511,3635.4264789928015,2030.3863563409143,4108.620318701692,1583.4917511179895,4665.058360620248,436.29256549467317,1265.9011878307272,868.1308932569618,2434.068684914501,1958.8351743047185,5586.548158757823,900.1334606128686,1626.5012431016391,785.853906555639,2215.2006242696384,1029.4007021824905,3959.8323291177303,1454.2832232456963,2651.92615264901,1196.0797418067045,3378.3650627474062,1404.3156920476827,4762.44913938551,20896.40558237073,6565.037719862485,157298.40156373073,59158.87112077235,4843.4058962605695,26855.24047990359 -1326,4936.6011321825645,4198.871887189152,1000.5043051474115,1682.3090891160891,2294.722745399144,2994.427508675997,2350.5117086708033,3528.739140035641,411.2668213560708,1290.5472008872703,3274.440531611967,7161.801984247817,1831.6920326533514,4177.818040280215,2106.0222454888135,4721.610569577348,1639.3710351058771,5361.067013892404,447.85785765848533,1454.768745920728,893.1472350367995,2797.2223126719095,2015.1124779996226,6420.039523676162,918.0402822241604,1869.168933888287,807.7526258320275,2545.699984414955,1066.919385165761,4550.62398776835,1508.2693829411844,3047.5832714673575,1227.785557489187,3882.404055578334,1441.5414496086512,5472.988119939687,21873.505403215404,6830.986143067276,161928.56445825883,60456.06362697172,5072.733826954725,27405.068512289494 -1327,4815.7655485128535,4540.086682688621,975.6744769822902,1819.0193215861527,2241.574312899449,3237.7650044277066,2293.625278033345,3815.4966397611834,402.01174038357027,1395.421512622451,3200.8517148014544,7743.794687316141,1790.5271227571723,4517.3219276451855,2058.636979064026,5105.304911346125,1601.8691027232899,5796.725789380507,436.97400385525657,1572.9882661811225,871.7382040889299,3024.534234785312,1966.784625164932,6941.754053679631,895.0039417745479,2021.0640411137674,789.0966618747287,2752.5723355898886,1042.8889373953812,4920.423370816639,1474.3759793803054,3295.240387635639,1197.9478795721504,4197.901584786658,1406.5090702040252,5917.741990095601,21397.760394159464,6677.58774292827,158132.73343827168,58985.518916042565,4962.6564202215295,26729.783419701063 -1328,4696.347681468433,4637.947941861778,951.5826234753787,1858.2281591507488,2158.1028244877257,3307.5548085405308,2220.593851213537,3897.739409918352,386.7977298136068,1425.4997282704564,3078.9340946175707,7910.711654291404,1722.3275230469458,4614.692494074125,1980.024902202134,5215.349410935143,1543.0201588953132,5921.67381889574,423.0946299242415,1606.8939211061795,843.0219225335119,3089.7278641838443,1902.0824931449197,7091.383089432131,870.5928599896116,2064.6279388444286,764.0889796812429,2811.9038447773974,1003.5850417650514,5026.482761393737,1418.1945036330585,3366.269069718268,1159.8980953200967,4288.387067484299,1361.8348672754853,6045.298515573584,20456.226925628856,6408.927954006441,152862.87994413587,57298.65318477417,4742.501606755141,25987.518513872772 -1329,4539.84098939076,4635.348706042313,916.8581162846874,1857.1867560878964,2061.8821312476866,3305.7011622639934,2134.3174928821118,3895.5550076749028,368.9952697192652,1424.7008383301627,2936.5142691112983,7906.278270099288,1642.6591775224979,4612.106291258402,1888.377585707256,5212.426583173845,1473.3412080407343,5918.35514716975,406.6915008843052,1605.993372783909,809.2891399158962,3087.996294222806,1826.0607744097854,7087.408879896651,840.9384454521362,2063.4708635689435,731.9965262821595,2810.327975171732,957.5437841995908,5023.665779788269,1352.5725660477165,3364.38251832665,1114.9295308783342,4285.983735361287,1309.0373333928076,6041.910561107943,19394.929701550904,6101.810051268487,146551.05033789205,55209.59019685683,4494.827441605453,25070.591131134952 -1330,4360.0642764664835,4669.463686415417,877.3397197120313,1870.8551753916136,1957.1034798387993,3330.0302769480695,2037.536791664371,3924.225295728085,349.51949647176724,1435.1862719446442,2780.827259317672,7964.466455091099,1555.569290662887,4646.050213406018,1788.2031914204313,5250.788709058663,1396.8879077697995,5961.912726651003,388.6058684384214,1617.813073062432,771.540509907276,3110.7231567849058,1741.0341506239065,7139.570395710697,806.7569710265732,2078.6574811192836,696.3668899072995,2831.0112699560045,907.1499520092879,5060.638674460704,1280.8411988460964,3389.1435127758305,1065.3484463100992,4317.5274789464665,1250.8242455407033,6086.377476820146,18254.020016505,5768.688785368838,139548.846309727,52848.711124773334,4228.807042000232,24032.95495602247 -1331,4193.901044214279,4715.4701749172045,844.212979255568,1889.2880154125278,1872.6909355629045,3362.8398263814915,1954.3100688102572,3962.889227620643,334.5395415868694,1449.326628343653,2661.3689777153622,8042.937380018734,1488.7454224225032,4691.826017668858,1711.2947532108544,5302.52277673573,1337.5765443532553,6020.6532347109105,372.517249411062,1633.752783389428,739.7825692195864,3141.371954753122,1669.354569473792,7209.913926654851,775.2111653574395,2099.1377199489557,668.3069238638142,2858.9041707657,868.3284183780673,5110.499264589205,1225.8106625265802,3422.5354829297144,1021.2420992985423,4360.066470928389,1199.0390400378753,6146.344289758318,17425.217606705748,5514.857118657886,133788.4232227996,50754.63967532346,4036.171580217141,23083.393660694794 -1332,4127.640729402048,4681.095271592467,829.2169214071126,1875.515456055065,1830.9031231927622,3338.32534751927,1916.9571611277347,3934.000499872832,326.69709691795646,1438.7613059288726,2598.605880949339,7984.305857682805,1453.636321132952,4657.623475866822,1670.9045904509653,5263.868368783566,1306.9254225346983,5976.763788861836,365.5775624455544,1621.8430284970605,725.0886717671082,3118.471935614823,1636.274246510121,7157.354990851,762.4898721051075,2083.8353951516574,654.2718009217648,2838.0632894030086,848.0509705693004,5073.244672439339,1196.8909724119205,3397.5858337988598,1002.2172071725153,4328.282394713714,1176.7019385736053,6101.538579421129,16953.753940997856,5379.567778158133,131043.70740075126,49860.53210117444,3926.0941734839457,22694.725322106464 -1333,4095.3212285010654,4629.370459245337,821.780390371069,1854.7915272755538,1806.9827906296905,3301.4377726813927,1897.4934709566653,3890.5308788069456,322.3316169801406,1422.863390111371,2563.597884879454,7896.081478931753,1434.0531688779922,4606.158020392159,1648.3695958878675,5205.704074361355,1289.9975038243097,5910.7221965665285,361.66088394359895,1603.9221101140058,717.4125827192145,3084.013680373076,1618.94415635101,7078.2681912188245,756.4444573342176,2060.8095884711925,647.0736715819716,2806.703472403661,836.7784593418324,5017.186717313865,1180.7579996148459,3360.043446923506,991.4797796253665,4280.456067398699,1164.0951386507932,6034.118260085913,16679.30691478106,5302.256142134989,129566.20499231227,49402.16377192281,3861.8823528895828,22494.442223414237 -1334,4117.78059284254,4556.266928973948,827.4961588965161,1825.502056978245,1818.5041220887094,3249.3039548590737,1907.1106616275524,3829.0945465076716,324.44918773665626,1400.3946035178662,2580.491516853681,7771.392509556305,1443.5033118233387,4533.421043465618,1659.1665357642187,5123.499517881335,1298.4137249103205,5817.384525099874,363.790222368748,1578.5941806337664,721.0860570823342,3035.313259997282,1627.2804761717002,6966.493513097659,759.6247806473009,2028.2668361767624,651.0958790969561,2762.3821258914354,842.2648212897592,4937.9590848970465,1188.5405569708685,3306.984172450277,997.3172812359743,4212.862330312157,1170.9489418108963,5938.832010957507,16797.672004053464,5337.390956808473,130340.04267772182,49670.335480382215,3889.4017045728815,22613.57765662866 -1335,4155.585459482391,4506.166639801879,835.1171835971121,1805.429005428692,1835.5295965114215,3213.574909505919,1926.4449588549464,3786.990177506089,327.48189486439395,1384.995994155212,2604.6201698629447,7685.938997269196,1457.0006592477455,4483.571965534725,1674.7518418766042,5067.16199169592,1310.7275481323995,5753.4171036392845,367.1552291806429,1561.23610522511,728.4462385148036,3001.937236506067,1643.8317723658586,6889.890595629842,767.6473957037475,2005.9642018942145,657.4478481600042,2732.0072278733155,850.1359705479741,4883.661744128888,1199.6541465487087,3270.6208807665466,1006.5423214889192,4166.538086302536,1181.7800497497478,5873.529164190293,16956.080876498545,5387.98785788823,131577.68375819462,50146.009248574985,3926.0941734839457,22829.673242468012 -1336,4249.792231504556,4443.1351506946,849.1919514813653,1780.1749729469623,1841.5618716585004,3168.6239726908416,1949.576139548861,3734.018405886622,327.4580410976221,1365.6229068068362,2603.3279403866713,7578.429395669802,1456.2777979182451,4420.856526870937,1673.754528853877,4996.283395448881,1312.5177558914013,5672.939288128757,372.4149710763048,1539.3978013126045,735.5302104505402,2959.946651303944,1660.1013522904393,6793.515983072709,782.633116336594,1977.9051173445039,661.9062437061357,2693.7923775161007,850.30503387284,4815.349917994951,1199.0253954329912,3224.871994651421,1020.9617070711613,4108.2572633782,1198.7098318830372,5791.371241697169,16769.157482340794,5369.321029610204,132695.301900055,50996.66022443344,3880.2285873451146,23269.669126414356 -1337,4308.531491503737,4535.213113163441,855.7071925532066,1817.0666898962784,1828.729036133433,3234.2894159735397,1956.2135275263042,3811.400883568275,323.9572225997532,1393.9235932579095,2574.2806102142604,7735.482087924316,1440.028987554154,4512.472795013877,1654.9720987331068,5099.824606635742,1300.7777384572578,5790.503276876359,374.2572878246424,1571.2997372579293,736.267887331231,3021.2875395337182,1662.012974238018,6934.302407186559,791.974463207726,2018.8945239200175,660.13655899089,2749.6175786462086,841.4691606164065,4915.141527744694,1185.6099269996894,3291.703102060772,1026.0123494954241,4193.395334870477,1204.6397846808334,5911.389572391601,16385.198219844988,5292.377665406828,132549.05530599417,51412.261366404884,3788.4974150674525,23516.23411402999 -1338,4335.46196869397,4798.385823401072,857.2440505785307,1922.50878347167,1812.2378388497248,3421.9711610329064,1955.2668151510672,4032.571680905095,320.11586375880603,1474.8112253819877,2542.8454388151167,8184.362379826118,1422.4444406854536,4774.325913203734,1634.7523814686,5395.761011381385,1287.263422925112,6126.518895765868,374.179939489549,1662.480283823557,734.6486511354198,3196.6090537263885,1658.4830347549196,7336.6912503502435,796.8745593446694,2136.0484327411473,656.2847649174907,2909.174426854518,831.6820747043832,5200.361005811475,1171.104412169344,3482.7164910793726,1025.8003019292162,4436.732789547643,1204.3908199050932,6254.420070897019,16037.626172515565,5215.540781892559,131956.18842607338,51539.25581216773,3705.939360017557,23616.15516939151 -1339,4313.309726059553,4747.505765374107,850.6679007977853,1902.1233117608822,1796.64522195128,3385.6860231453184,1941.284302230602,3989.81199281963,316.95281820628395,1459.1729496184378,2517.4960536844214,8097.578855506661,1408.2642268967797,4723.700976309587,1618.4361138420643,5338.546638993937,1274.735581559031,6061.555875201815,371.945764393541,1644.8520445733684,728.9738694299131,3162.713560506579,1645.782307924563,7258.89607291302,792.261690302683,2113.398676717726,650.474624874179,2878.3267691011433,823.5111381145537,5145.21857261103,1159.4229645064738,3445.7872353506227,1019.67539450854,4389.6875476495425,1197.1995739517067,6188.10084025485,15841.472624236456,5161.246202528029,130907.52209538233,51221.868311845814,3660.073773878725,23486.480184540545 -1340,4155.992377476749,4464.188972808255,815.8818957189098,1788.6103425543322,1703.4509550892417,3183.638516071469,1855.7951802289851,3751.712074123196,299.59461571530164,1372.0939190041017,2378.7026758650213,7614.339828052753,1330.6244829825155,4441.804781594222,1529.1287105303397,5019.958313782333,1206.6589885055628,5699.820544400053,355.98947037280635,1546.692246872272,695.5702271339517,2973.9723759665662,1570.5505178667045,6825.707098621271,762.2920439099314,1987.2774324071572,618.8671960143035,2706.5569285828124,778.603667872177,4838.167481978487,1095.4741546608764,3240.153069615815,975.9318115509127,4127.724264647963,1145.840289259706,5818.813688478867,14818.890603493075,4863.798879660894,124702.23926019382,49144.55186366658,3421.5727259568034,22575.51740113235 -1341,3752.23453742226,4202.315877328782,732.1736197887213,1683.6889492476646,1515.1309509625685,2996.883591902823,1662.751955611902,3531.6334752595108,265.503281692756,1291.6057308815157,2107.237455172092,7167.676222871526,1178.7693257166304,4181.244761676453,1354.5505292991518,4725.483319373408,1070.6064095049726,5365.464257349647,319.65839213864854,1455.9619733758639,622.0081109279469,2799.516644654885,1404.673525583454,6425.305355406594,687.051798636305,1870.7020598208153,551.2790240557831,2547.7880132665928,690.1704513813776,4554.356491298847,970.431048652501,3050.0829540055784,876.3315201166525,3885.5884731182605,1028.8997147271273,5477.477163098372,12999.74349335065,4298.50309792523,111358.17934396639,44190.923921109854,2999.6093334795573,20340.877170333348 -1342,3295.213892683909,3955.5833363281113,650.3700108544017,1584.8337311181103,1353.6616106680008,2820.9261614529682,1471.652416709951,3324.279024363807,238.80736733803255,1215.7710784531514,1896.218987373295,6746.837090554006,1060.7275282009205,3935.7493789614473,1218.8413196989513,4448.033803230321,961.6239976646568,5050.439240547327,281.8519255041597,1370.4773958767241,552.0268401414492,2635.147312250383,1246.3262802571373,6048.05339165074,603.3580976637961,1760.8666533096387,493.8584958478394,2398.198541938249,620.594619387275,4286.954424789903,873.2784793924296,2871.0020044832895,772.6865065933695,3657.452096596088,907.2102371732448,5155.875480079847,11837.55980689969,3875.710272023781,99125.109334474,38972.79025991825,2733.588933874336,17879.602076841016 -1343,2707.004905247003,3657.2559476077,552.8926889430405,1465.3066554986185,1245.0504346290345,2608.1738405018536,1280.9614731604177,3073.5641748981175,224.156883205288,1124.0784555760886,1784.3889622576542,6237.99525353297,998.1708367483797,3638.917853734758,1147.4156189363548,4112.566137242623,894.3429416620378,4669.5385686575,242.90951048158044,1267.1169283933666,486.87681252992485,2436.4063049917613,1098.2816276363817,5591.9133430763395,501.6401714198953,1628.0632951444297,443.69483708807155,2217.3280488105092,581.5791944557006,3963.6352553097886,821.9138869635133,2654.4729977139273,665.9273330724427,3381.609561987686,781.8644283570064,4767.022879146493,11869.215686766962,3710.5672964683285,88348.38645519962,33034.85423567241,2751.9351683298682,14952.396896751034 -1344,2258.5865758105247,3414.812151066824,456.4442283478666,1368.169754569363,1078.5032852983336,2435.274930229114,1136.5681150277046,2869.8139922067044,186.87016631249747,1049.5619731959212,1498.3044397681208,5824.471214270754,838.1377760008851,3397.6897109965057,968.1309026717365,3839.9392929303585,764.0861719861118,4359.989367043676,221.2173936438447,1183.1182574822285,426.18142108897956,2274.894066592172,962.8094054818215,5221.218833245868,413.4777100452881,1520.137065222825,360.68865719629497,2070.3387655797756,482.589144715857,3700.8812142563706,703.8670309685166,2478.504861876463,606.4592065021388,3157.4386884223536,712.0429771607771,4451.011327979699,10309.865207227995,3250.20860719381,75255.1675370415,27691.768339440303,2531.3712923273088,12655.957556518919 -1345,2369.3983433503777,3278.0923003196235,476.71467209469637,1313.3919347753465,1118.84820977786,2337.7731028195726,1186.1323755224912,2754.9143950021703,196.1195341729292,1007.5403480003878,1571.8741378812108,5591.275126208433,879.291991072893,3261.655396480079,1013.4328608594304,3686.1985002358806,793.7577405298547,4185.427174703062,231.07885625702005,1135.7493995704622,444.1045798193531,2183.8134555685156,1003.3943095005642,5012.175340362422,433.974561605519,1459.2748849685986,381.20864758235035,1987.4479960427807,506.5992469672079,3552.707931258015,728.2710876086037,2379.2722248231785,633.4940372305282,3031.0233756240564,743.7845372731341,4272.80486229011,10706.717483965283,3376.736571923488,78824.49374679098,29144.004102467065,2610.124888869387,13312.149002684167 -1346,2459.722909382009,3222.3386727674783,497.28380548672067,1291.0538313746838,1184.7567480260798,2298.012376477817,1244.9203864238495,2708.058950723796,209.61019720151558,990.404152872296,1681.6421775313313,5496.179002497151,940.6952267481255,3206.181326954623,1082.8732007324481,3623.503823138049,838.877791019096,4114.24164163486,242.6280760576036,1116.4326313970798,466.94893477039295,2146.6712670971115,1054.9514009126697,4926.928516432124,451.82707422057143,1434.4556117514273,399.3824236509784,1953.645581345726,541.1031559343069,3492.283654985624,772.6346218212672,2338.805683519561,665.155791130663,2979.4718838097738,780.9585619519144,4200.133213943939,11674.914975045029,3625.6608586953434,82843.50404020387,30336.76033386404,2810.0330750972307,13819.226976610891 -1347,2670.3223001880997,3258.208140943034,539.0073386181812,1305.4251991979334,1292.057324773028,2323.5927049832344,1355.1196355963402,2738.2037133371837,239.30252431756054,1001.4288383104284,1920.471824064657,5557.3597280004415,1074.2943428393107,3241.87093960899,1227.9725449336922,3663.838861837264,919.8915198688545,4160.039329158631,264.41916299736175,1128.8602030488378,508.3388383802378,2170.5669417973713,1148.509100989262,4981.772629224159,491.1124473487158,1450.4232567261172,452.21618646058846,1975.3925903111772,617.6239114476058,3531.158016169681,843.1951058457363,2364.8401027886453,724.895240532103,3012.637879929136,851.0985729364731,4246.887003644531,13333.209725389852,4055.0367643792083,91732.14258086421,33405.67533521289,3108.959931895874,15105.234831267748 -1348,3268.0204036388513,3375.7586157032697,659.7743017629111,1352.522666668283,1565.2881641261029,2407.4238826750143,1648.4790147079973,2836.9933340640737,285.6409856099384,1037.5586465638419,2290.2081257418968,5757.859587487868,1281.121442438984,3358.8319966003182,1467.893455529248,3796.0237865024264,1117.4379489886385,4310.1263024304835,321.1402686735095,1169.5875129891783,618.086090484537,2248.8772164851343,1396.4038427536589,5161.506308713203,599.4765710920384,1502.7520015625644,549.6401199405154,2046.6613143411046,737.6694283423752,3658.5560470192445,1021.9714869407512,2450.1594147508304,880.3940291836963,3121.3286073925574,1033.6695014165316,4400.107289745406,15639.728684051133,4834.775618432339,111515.6928380607,40846.83056580414,3720.5322103633757,18521.190778060267 -1349,4383.941595857162,3619.3720749812123,856.8319132606366,1450.1282016274952,1921.7567988769683,2581.1569384920444,2109.1577263462236,3041.7265033270746,350.3254793061477,1112.4346314513157,2803.937471792333,6173.378660925045,1568.496931783284,3601.223937190767,1792.193115290724,4069.965910749528,1360.7380015952463,4621.168914771173,414.7115907759113,1253.99143293836,782.2046031472528,2411.1686657762025,1768.5805974111186,5533.989222953975,797.5020845957056,1611.198918304341,695.2725605306866,2194.359742906947,905.743473676488,3922.577736967865,1230.3094374050136,2626.976503518156,1136.91630719652,3346.580986532732,1334.8519792913587,4717.643429048321,18334.54883446593,5809.25932437624,140736.01326279514,53619.26514185312,4293.943305272893,24527.99481705756 -1350,4450.658784918291,4165.7965986225745,871.8874217913049,1669.0572300273518,1988.789814879387,2970.839850704499,2165.005074158481,3500.942610760968,368.23808675251223,1280.3813224739831,2948.141287322031,7105.387148632469,1649.1632249817533,4144.9085967502715,1880.7019828974214,4684.417571961905,1412.5853265444166,5318.836899882436,425.5780791829832,1443.309264097581,804.3293805791161,2775.188076414602,1818.4601212817709,6369.467687821325,812.837385469193,1854.4451453257777,726.4681560296915,2525.6470359443547,951.8804494224295,4514.7778830056295,1275.9281024356922,3023.576895744869,1166.7063785298235,3851.8216425111264,1369.828463867032,5429.876382727424,19377.73506737778,6077.273743368828,145822.6804841434,55092.27294517627,4510.001285797061,25114.290970301125 -1351,4341.432737821519,4534.693267260179,850.1638994178376,1816.8584097887885,1942.5819139251087,3233.918687617251,2112.463897191965,3810.964004179021,368.75468329960603,1393.7638156573128,2953.3006957411426,7734.595413236086,1652.0493507804217,4511.955555705041,1877.2593721877224,5099.240042501055,1384.2081428953065,5789.839544140718,415.2190955560779,1571.1196280302413,784.9960284137819,3020.941226381322,1774.7287499922334,6933.507567206956,792.3723157098657,2018.6631094261024,722.1283699199904,2749.3024054893726,953.0013968249127,4914.578132789838,1248.2857929937147,3291.325792697426,1138.3076125600187,4192.914669611491,1336.4855091356483,5910.711983141632,19488.004229889302,6029.503876754598,143481.43077768967,54012.58415357793,4449.579653270808,24520.582557614693 -1352,4235.7309937308555,4660.691260009466,829.6997104786717,1867.340437844759,1870.9365478705568,3323.77421683155,2045.9113289534303,3916.8529335214143,341.35942781696576,1432.4900167010078,2732.54883855079,7949.503774035624,1528.5627844172993,4637.321773415354,1746.7165580596777,5240.924159162402,1324.890303701969,5950.712202533981,402.10921882225347,1614.773720563918,759.399512580173,3104.8791044922245,1716.9319191221364,7126.1574300956745,771.0983642012907,2074.752349609352,674.0341586775046,2825.692706693084,882.4839992681159,5051.131355564967,1199.4939136630167,3382.7763978260923,1102.3673760787215,4309.416227931726,1294.2881235413133,6074.9431233097885,17928.561817677088,5667.245464456034,136731.31778906297,51922.51553517236,4203.092929240233,23735.61249911395 -1353,4096.380335687492,4662.120845698163,799.8268389794099,1867.913211928461,1788.2292239453077,3324.793726553984,1967.1469553614395,3918.0543597876294,317.972187326636,1432.9294080086124,2545.0169793499044,7951.942145554698,1423.6591805647565,4638.744190921968,1632.6609765519258,5242.531721164583,1258.9370811782658,5952.537479628667,386.5997984447024,1615.2690242158055,729.2808536694464,3105.831471959901,1648.9100977525266,7128.343254495776,745.1761497293145,2075.388743676482,628.8555502241702,2826.559438606611,822.0900888675625,5052.6807019375965,1143.4424810801634,3383.814005437626,1059.8488804914311,4310.738066136061,1244.367212360843,6076.806506070893,16696.147304408685,5341.846757965633,129683.53655195041,49593.86742085884,3962.779124808251,22779.150721198963 -1354,3935.9393629842457,4705.073231639341,765.7440764228324,1885.1224031611182,1698.0914429469963,3355.425241275343,1878.6511480328882,3954.151618646846,298.69855678513176,1446.131068582478,2390.138470495059,8025.203843250276,1337.0215617227386,4681.481206405967,1535.267694660108,5290.831465690534,1192.0648904908505,6007.378547806953,369.49068230466685,1630.1505901003463,695.5250427788765,3134.4456749089677,1572.7197972558038,7194.017088512931,715.2190843288765,2094.509418847016,593.2316203072749,2852.6006923430377,772.3884632611358,5099.231338167334,1082.8692280891576,3414.989277363242,1012.944878833478,4350.453142436336,1189.2972841229491,6132.792471895753,15602.43650887533,5031.709239246295,123089.26047780021,47358.28489826043,3720.501077900049,21808.63998429789 -1355,3786.571801362756,4752.704243316187,737.0094501916327,1904.2061204119898,1625.052432632914,3389.393320193486,1802.1466518316645,3994.180802603705,285.330056410171,1460.7707314363338,2282.887512327325,8106.445634641849,1277.0263583670173,4728.873388212575,1466.7737186684449,5344.392301604394,1141.2322070395455,6068.1932267015745,354.21549490257735,1646.6531434017393,666.9819908812085,3166.1767046277146,1508.1595011362958,7266.84450162144,687.3612883493713,2115.712830074604,568.3387576897371,2881.478512133959,737.8778951447237,5150.852542653148,1036.421435372675,3449.560342708747,971.0685241831872,4394.49421772365,1140.1303097936895,6194.876757401923,14863.799173060695,4805.510114131558,117931.99434984112,45461.729890787916,3548.901730385764,20943.15452062841 -1356,3727.6806034288006,4706.112923445868,724.1254877442303,1885.5389633760976,1589.181513303746,3356.16669798792,1768.0752526286028,3955.0253774253542,276.0196072229265,1446.450623783672,2208.0592734730417,8026.977192626737,1235.1681271352536,4682.515685023638,1420.7666507817817,5292.00059395991,1113.2969787777747,6008.706013278235,347.6605565356651,1630.5108085557222,653.8725380001885,3135.1383012137594,1478.5851763041949,7195.606768472137,676.2563081186535,2094.9722478348463,551.1783105781367,2853.23103865671,713.8711224680293,5100.358128077048,1011.8503309214268,3415.7438960899335,953.0984059425384,4351.414472954308,1119.031616996522,6134.147650395692,14343.309532938554,4667.450039298555,115083.81421649213,44535.33994044253,3443.8969349963263,20559.930578538027 -1357,3699.1663463293617,4680.575425689204,717.7884509733876,1875.3071759475756,1568.6738630940856,3337.9546191629825,1750.406159186521,3933.5636204835787,272.10321422083507,1438.6015283282761,2176.7270865953647,7983.419182994576,1217.6411888643077,4657.106236557987,1400.772994298714,5263.28380464888,1098.2251906163222,5976.100056126195,343.9636439969661,1621.6629192693729,647.0552103908353,3118.1256224624276,1463.157207161489,7156.560150871399,671.0264149212161,2083.603980657743,543.36009641597,2837.748116246173,703.7426409498008,5072.681277484483,998.338454665378,3397.208524435515,942.9634585597987,4327.801729454729,1107.132188262648,6100.860990171161,14135.504797233467,4603.923369995155,113652.72676950124,44072.057891513476,3389.39916236206,20355.16783547675 -1358,3719.3253191217063,4585.833248238776,722.777353570451,1837.3480215533218,1578.616626808508,3270.3891896829837,1759.1807565960426,3853.9421319591133,268.5256963511028,1409.4819802211614,2147.8065956218234,7821.822274899659,1201.4633311859516,4562.839112253607,1386.381702826554,5156.746696955847,1101.973122856619,5855.134431072593,345.98278311469346,1588.8379218942741,650.3325736110903,3055.00987617733,1470.6146742211527,7011.700164633983,673.8026599788953,2041.4285726964815,537.4659550491807,2780.307649821166,694.55327662896,4970.002263467711,1004.2353479922986,3328.4437031078496,948.4988528928764,4240.200244139086,1113.6312876553616,5977.370008408788,13947.469221907646,4585.128539837049,113559.53539376675,44100.336612238134,3393.358779777826,20424.422576694513 -1359,3753.4521805899753,4518.058147930558,729.4292236998692,1810.1934261458882,1593.3932645842046,3222.0553442552637,1777.0533939015736,3796.9838213454623,269.5728624115863,1388.6509169397386,2155.6709537048273,7706.221737205016,1205.8625810435997,4495.403847649946,1392.7555587445074,5080.5339334881655,1112.8089084905264,5768.600032217936,349.18217463966243,1565.356115273582,656.9844876423455,3009.859171912182,1485.599813681274,6908.072610759947,680.9363528829583,2011.2578231735454,541.9685124140859,2739.216833898737,697.3689634337944,4896.54943958495,1013.4360578516277,3279.251856471248,957.2698650342008,4177.533334699275,1123.9293217702086,5889.0290614162595,13941.30314664749,4606.916622428428,114604.64877414057,44545.40886789016,3415.525831356116,20645.938456170905 -1360,3841.2617631671965,4432.218361513474,742.3293298606525,1775.801080588063,1599.7754652008314,3160.838659228404,1799.4376214438464,3724.843917523571,276.5501767363162,1362.2675694450643,2210.764223136935,7559.809184213113,1236.6812511942337,4409.994476299211,1422.6202118370763,4984.007520268997,1119.4820300294657,5659.000868489158,354.3126438574349,1535.615498795835,663.7625508677386,2952.674058307394,1501.1832555524957,6776.824304951186,694.717453859758,1973.045401748649,559.2004328207407,2687.1737259366023,715.5658618703808,4803.518596618223,1014.3416989418653,3216.948479721603,971.3348544075197,4098.163269627162,1140.4430077687696,5777.141834584634,14129.89705439974,4652.788359623001,116712.68579518759,45635.219649883766,3399.4694344497693,21117.078992439143 -1361,3897.2851155267954,4510.845271840694,748.6825103448763,1807.3035339723097,1589.8914429528925,3216.9114781977974,1806.7530257839721,3790.922107900909,275.20864917317584,1386.4339983725108,2198.6629807651743,7693.919101716153,1229.911927084185,4488.2271381288765,1413.6310709400007,5072.423090171688,1112.2126464950306,5759.390722403401,356.204682720995,1562.8570948257927,664.870878749896,3005.054067474806,1503.908274676789,6897.044184358658,703.5594767561385,2008.0469407571768,562.4990146048665,2734.843797749295,712.3831850806984,4888.732319216148,1003.8289478747125,3274.016678761325,976.5218081500142,4170.864091117657,1146.5330035106147,5879.627492087397,13832.987679488455,4594.8595294472225,117032.3102682883,46169.18644459539,3320.7469703710162,21393.956800756183 -1362,3923.7869700914644,4777.461972217956,750.5109664132088,1914.1254876792775,1576.502068575739,3407.0493064839916,1806.8004176417555,4014.987240461601,278.69454505268897,1468.3801604908347,2225.6956606269255,8148.6736322416655,1245.0337605229074,4753.506977714974,1425.800975545268,5372.232244713394,1106.1511568174835,6099.803584750154,356.23373778380204,1655.230868846557,663.7522480871708,3182.669913650453,1501.4835102414852,7304.698859252775,708.3348669231536,2126.7339755108355,572.7489531900029,2896.4886748092426,721.5775437635241,5177.684300813427,992.8480910232273,3467.5297503181478,976.6014615174308,4417.385963334751,1146.6265244272206,6227.147033751502,13828.161799096626,4581.3812793284005,117716.63551069927,46654.38185738861,3268.337970066275,21580.618736032204 -1363,3904.2823758746617,4751.924468158144,744.8479967292557,1903.8936977253522,1563.2086350279242,3388.83722316396,1794.0920674334654,3993.5254782226475,279.1445377072665,1460.5310630981298,2228.5686185962377,8105.115611858545,1246.6408668886313,4728.097522977779,1425.2404524867047,5343.515448314503,1099.47923395784,6067.197619550332,354.1365210075875,1646.3829773763773,658.7049026723668,3165.6572307000624,1490.1685638435777,7265.652232014575,704.3317977955952,2115.365705527823,576.6771095823792,2881.005748577221,722.8936396697292,5150.007443389681,983.443493154302,3448.9943740888402,970.8520202053533,4393.773214007089,1139.8761127507703,6193.860365311178,13723.225957090062,4548.291333530305,117566.90320569754,46639.10347382106,3232.016499131206,21552.479005098376 -1364,3764.0003759637602,4471.141925946488,714.8701807771353,1791.3960946741659,1483.0735016477518,3188.597017950791,1715.961087682025,3757.555347873122,265.80105543000866,1374.2309487710313,2120.9190210904962,7626.199126197501,1186.4226683395998,4448.722871460874,1354.9815054135108,5027.776875031467,1043.2481411317958,5708.697987846767,339.0465439852793,1549.1012127062177,628.8488449304832,2978.6043238277443,1422.7875492006242,6836.338105032758,678.0869864056975,1990.3726075765683,553.2357285525652,2710.7723781538366,688.5732256950542,4845.7029048698605,929.9212220367314,3245.1995926440663,929.4834128804783,4134.153175600088,1091.3052839055902,5827.876463182746,12878.941714536224,4296.640459231743,112474.72870094096,44911.97075790589,3024.0956806818526,20770.50646419375 -1365,3400.131625006055,4231.427329852467,641.9094982592529,1695.3526680973366,1319.9682586979852,3017.6444382912064,1538.2050420861776,3556.0987899210595,229.78414615624894,1300.5533016999607,1832.2181362713413,7217.330145174935,1024.926038476271,4210.210244501324,1174.971492534029,4758.219003058102,923.0104036568525,5402.633395166732,304.5359686041327,1466.0481185161866,562.6212673901666,2818.910235776821,1273.1467706217898,6469.816519551397,611.4936657311808,1883.6613079568808,483.3794527206586,2565.4377597287194,595.5436519982075,4585.906697576214,823.4880036834019,3071.2123378265,834.8739618927402,3912.5058033865553,980.2244487453808,5515.4222679019795,10973.141119997397,3743.6503491147882,99675.85743853843,40186.59752242806,2628.332323031911,18684.320109914737 -1366,2983.9895225629753,4011.142020090745,569.8166280205961,1607.0937288471134,1178.2531411481996,2860.5478635373415,1360.540806275536,3370.970637546916,201.98048381384453,1232.8473564966919,1611.2784108994838,6841.600708569461,901.3343803736805,3991.029482178204,1036.7558885583505,4510.509267005679,824.6516864301418,5121.375871827718,268.406626164131,1389.7266225437656,498.99073993488827,2672.1596322398736,1128.8748754260944,6133.00214817932,536.6081705934164,1785.5991453901145,423.27810345999984,2431.882765746119,523.324855889746,4347.167426246427,740.0202921160875,2911.32705363193,735.8267215890071,3708.823337481229,863.9332108364044,5228.293030403331,9799.879220163908,3338.851863395622,87855.61851074896,35171.09873907048,2382.001261317965,16352.203704967655 -1367,2441.127102484882,3693.710240848639,482.0950958468359,1479.912337811443,1079.074870045705,2634.171237284322,1180.033529048521,3104.200425500122,186.22588454607458,1135.2828903305654,1489.6000401580186,6300.17348537278,833.2686146095172,3675.189359043679,960.9977807887061,4153.558808821396,762.5718184226523,4716.082953496921,230.8246557486854,1279.747122380316,438.52172928629506,2460.691580938702,991.2257760416127,5647.651648436064,444.234099377199,1644.291280723297,374.4686724638555,2239.4296266220294,481.66667539175245,4003.1434341102636,693.6950759293844,2680.931888873053,632.7971560493619,3415.316305066386,742.9663299713983,4814.538954699353,9708.091643557538,3164.5486499776393,77571.37920719007,29576.108187572416,2390.045026002802,13616.50398293334 -1368,2048.4570213294196,3442.494017901811,423.4916149570643,1379.2606993353334,944.3031259657531,2455.0162668950634,1060.9636242392753,2893.0778806020385,187.98570154271002,1058.0701527067617,1538.2956863732009,5871.686765055089,860.5085129482255,3425.232776314763,983.8415568467851,3871.0674146128717,734.6809279179454,4395.333227766076,209.61848981789936,1192.709098970664,402.56786313341604,2293.335290246432,909.5732761070668,5263.544172990571,390.11003391896355,1532.4599192917613,353.74310908768587,2087.121780128376,478.96532296580887,3730.882074161108,632.9524884690597,2498.596638085851,574.6612457056996,3183.0341804863137,674.7090321395989,4487.093050022202,10471.254046565453,3143.8695623939934,72528.61176059172,26631.4248378212,2436.238235163197,11979.61047395891 -1369,2154.2472887740023,3314.09172681942,451.33730337839876,1327.8153713627667,987.8075240930954,2363.446111166515,1108.2957317151167,2785.1683748142827,197.27486820835426,1018.604976870015,1613.633727270987,5652.677515008301,902.6519227722705,3297.474315825883,1030.6605246394167,3726.6796764248375,765.8008675162413,4231.390791386852,218.98909913438996,1148.221997437227,419.54855848585646,2207.7957064573447,948.0287332117117,5067.2181583306265,417.6666558912699,1475.3003821638129,373.8719341647641,2009.2737963866985,502.77457395409107,3591.7231377651947,664.130971918371,2405.4009691456545,600.3504204894408,3064.3095351441234,704.8706593318379,4319.728045195297,10844.948419746554,3272.7338990758813,76165.13094644733,28105.267668563396,2515.6412269086445,12637.459948068952 -1370,2239.2354696523707,3266.5256943046943,461.0040780681388,1308.7576884939801,1052.2105556188176,2329.524372169134,1163.5760805727448,2745.1937994567857,210.88785631402226,1003.9852857319066,1726.8610463648579,5571.546555265017,965.9902476740951,3250.146787364993,1102.1217998203033,3673.1919092558483,813.9010077699428,4170.65907707224,229.89982857977378,1131.741957243337,441.05697044821466,2176.1079648328828,996.5769532188214,4994.490097810202,425.69592340666054,1454.1258970464871,391.68390156426403,1980.43537228501,537.075115733733,3540.1723559409415,710.2329108403711,2370.877066326845,630.261776973733,3020.3285415571613,739.9895446478573,4257.728456291425,11760.181624470471,3523.3185416074352,79982.33346160977,29176.10645646273,2716.5515625039675,13072.6358264625 -1371,2451.13130175396,3312.9870495476234,517.1538570454799,1327.3727742402982,1182.226438040418,2362.6583100380813,1270.1521765569003,2784.240002139234,240.77726341976796,1018.2654480157647,1972.3165162693292,5650.79332323259,1103.2957886526856,3296.375177590949,1253.3227291757578,3725.437472322731,905.7192800715646,4229.980353287777,250.54441021864773,1147.839263690517,480.13939187579916,2207.0597878592093,1084.930300711814,5065.529116145873,478.4053440283899,1474.8086242598115,443.4933978148185,2008.6040505623077,613.0477089769067,3590.5259183627363,810.9978129722823,2404.599183317378,686.8581249961547,3063.2881170977157,806.4392443312777,4318.288161877267,13260.940831741742,3973.3110350812003,89110.99767772412,32277.882124423457,3026.991206157072,14348.883516045897 -1372,2991.6026914341296,3411.433140089314,643.7569885446553,1366.8159288198729,1417.9287871611248,2432.8651869230503,1543.7661143780315,2866.9742655821965,287.345360759191,1048.5234149174232,2351.3261961951066,5818.707807295333,1315.3103310810322,3394.327642945986,1496.396831113071,3836.139611879168,1090.859616316597,4355.675088166443,304.303150756551,1181.9475431345957,583.8365944587013,2272.643022703481,1319.1869476583304,5216.052354103522,599.535621168387,1518.6328654005588,539.0531697839872,2068.290132417371,732.1291373225462,3697.2191333874343,967.4939332605386,2476.0523418649377,834.2357004758682,3154.314352582779,979.4750668337798,4446.606981423311,15684.447972443699,4718.49455436562,108371.8005948501,39591.106988389205,3605.476178427495,17667.322867455598 -1373,4026.9535054728785,3636.137152635073,849.3773934747504,1456.8452540345663,1757.7778959243442,2593.112961695557,1979.3153091349398,3055.815903359358,352.2880180778989,1117.5874736003843,2877.146165521707,6201.9740002526905,1609.449204310598,3617.9049519372984,1827.9820390603677,4088.8181572521585,1335.3980317886164,4642.574355853974,393.3058142063416,1259.7999719100258,739.493554544487,2422.3372964339123,1672.2181059075035,5559.622884577154,801.0747811357407,1618.6620567774225,681.911957852454,2204.524105876049,898.7704453043683,3940.747275495874,1185.3408487112476,2639.1447647977257,1078.233171756259,3362.082484845653,1265.952185174926,4739.495743978289,18291.750966477714,5681.283714066185,137037.9345641202,52015.98946224154,4173.275156437725,23435.95621264303 -1374,4096.666007920537,4163.652229544251,881.0984220831859,1668.1980726899037,1834.4782667382144,2969.3105928634873,2032.9049542780388,3499.14047930741,370.32275769678694,1279.7222384185386,3025.3915148249453,7101.729607480295,1692.3762944730747,4142.774979897666,1919.949723819187,4682.006239590422,1390.7324063185945,5316.098996312077,403.5543995402831,1442.5663118954951,760.2926366218943,2773.759531511674,1719.114473501846,6366.188965677363,831.5251657984943,1853.4905584339456,712.5016555717887,2524.3469438062916,944.581243264189,4512.453873693456,1246.161262579593,3022.0204911899,1106.3292849371155,3849.838893946746,1298.9397956546636,5427.081320909454,19281.566069496745,5956.885854033641,142339.26092411572,53588.07614641087,4389.822180222326,24056.705987038735 -1375,4013.570232120034,4519.292789829746,868.4731114756892,1810.6880945579308,1821.6669045627336,3222.9358297203166,1986.6397225523776,3798.021416516413,370.8689891443909,1389.0303911627925,3031.025010106674,7708.327603028265,1695.527620119063,4496.632298847861,1919.2377840492113,5081.922282167874,1374.4488466254043,5770.176407524812,393.7240348829584,1565.783877419129,742.0026796457369,3010.6816708979454,1677.7381134913994,6909.960367758332,820.4052682965396,2011.8074361039799,708.2373361687738,2739.9653749230793,945.7291778018472,4897.887511141715,1248.169859872822,3280.147971927806,1079.3797080909746,4178.67492197447,1267.298332016199,5890.638346154678,19244.116958539435,5937.952476235586,140439.01789175876,52619.33163745411,4350.229420448862,23517.78743166683 -1376,3892.1007955697987,4650.034393779971,819.8189208715988,1863.070685539605,1713.8085675480365,3316.174267547258,1920.048725368376,3907.896884852991,343.28149636985603,1429.2145681395345,2804.0174711871746,7931.326899923051,1568.5416827117972,4626.718342498047,1781.617316754271,5228.940566049864,1300.631322942224,5937.105649262204,381.32816310829844,1611.0814726609926,717.8823620619248,3097.779668071873,1623.2674677844827,7109.863171963954,778.1289385130841,2070.0083412604554,661.0763352541887,2819.2316416920044,875.7030350717057,5039.581731665668,1155.098961429621,3375.0415375779476,1045.396889486459,4299.562566810181,1227.399148242511,6061.052510822239,17892.454023195554,5543.2274673221245,133171.51016491884,50392.27478021421,4084.2607397654665,22691.498856024296 -1377,3750.946899727766,4664.91502530714,767.3239113252278,1869.032720662973,1615.079426768175,3326.7863970879034,1844.0062983838263,3920.4025931263436,319.75423854534205,1433.7882150334574,2611.475061745285,7956.70803544264,1460.835222961566,4641.52436004639,1662.9181024923294,5245.673762248355,1228.799326587408,5956.105053142468,366.656321607807,1616.2371140444166,689.4862122904663,3107.692910402853,1559.1275672655731,7132.6155314329735,730.2116193844575,2076.6326000886625,616.7676245109855,2828.2534991014613,815.7620893508854,5055.708958358932,1075.8795173335664,3385.8420489842215,1005.1745850476021,4313.321649188215,1180.1741921467874,6080.448558559222,16745.647210342337,5205.03387945648,125803.07173640085,47935.5551028149,3840.0265012666546,21691.763584375843 -1378,3600.012168664526,4705.073231639341,728.0013241210786,1885.1224031611182,1525.9916146252392,3355.425241275343,1760.5259165701862,3954.151618646846,300.3565580426477,1446.131068582478,2452.348737027121,8025.203843250276,1371.8214148444943,4681.481206405967,1562.8251982499,5290.831465690534,1161.0244432973334,6007.378547806953,350.4671669567614,1630.1505901003463,657.6461936144575,3134.4456749089677,1487.2528301827886,7194.017088512931,694.544689302567,2094.509418847016,581.8320361499302,2852.6006923430377,766.421685567834,5099.231338167334,1010.5096544951017,3414.989277363242,960.7926233858514,4350.453142436336,1128.065387836374,6132.792471895753,15680.128063753518,4895.3860372553545,119250.08215989082,45717.19784500969,3601.2439959972003,20745.42522999424 -1379,3462.5541730594873,4744.386683651377,699.5025537425564,1900.8736285905395,1458.58649215827,3383.461648512492,1688.743656331491,3987.190711186926,286.90658861858253,1458.2142820775468,2342.2140518490487,8092.2587966263145,1310.2130810201663,4720.597534185028,1492.8682190108264,5335.03924709795,1110.8834996522223,6057.573470740183,335.98835038393923,1643.7713870234097,630.6819388648615,3160.6356773931443,1426.2553947130064,7254.127023397935,666.4633418549669,2112.0101869483256,557.4200004140379,2876.4357263386414,732.1680416604972,5141.838196050705,965.2126529620367,3443.523374595658,921.099489563017,4386.803550267542,1081.4617302827767,6184.035296539238,14946.459416905365,4673.444535422914,114224.47225892496,43877.22528504865,3434.0461383785546,19919.494306207394 -1380,3403.989591860128,4685.838876490257,680.6446671201587,1877.4160164553657,1417.86786638098,3341.7082516368187,1656.074525732392,3937.9870335698392,277.53591261213694,1440.2192799246109,2265.329693993364,7992.396783027093,1267.2046756573732,4662.343295535151,1445.1633557597056,5269.202528916348,1081.0173425951223,5982.820364158183,329.79041449660923,1623.4865290214168,618.3251230165625,3121.6320504787896,1398.375738514941,7164.607922530443,649.3938377837304,2085.9470573189747,540.591209505156,2840.939251146737,708.3353417360626,5078.38566335698,933.6317008182582,3401.028789745447,904.1080802607592,4332.668475401108,1061.5121383959327,6107.72159570474,14456.705549401293,4531.505802156338,111302.4847726139,42924.54806319416,3328.1754827179575,19530.277211212888 -1381,3378.0888766508137,4619.948228611881,671.003783364034,1851.0164408570388,1399.392595324627,3294.71830436706,1639.6277062784654,3882.612420012296,273.5979416733179,1419.967413835643,2233.1840399526027,7880.0104598914695,1249.22269130846,4596.783034401223,1424.7505527823384,5195.108822840665,1066.800943083993,5898.692010553846,326.2960328546666,1600.6576221727971,611.9080659221025,3077.7367387394297,1383.8511625490294,7063.861680448029,639.3041502772969,2056.6151902468214,532.9231702454075,2800.9909446054385,698.2853181309703,5006.975158140147,920.3839495128143,3353.20469755703,894.5283637525714,4271.743987724266,1050.2646055203272,6021.83692412099,14239.83543588605,4469.991109602022,109859.85612427731,42441.55243263446,3276.459705686719,19319.69705359159 -1382,3386.8304139571646,4548.989067418815,665.750830284915,1822.586127897178,1391.8083795173654,3244.1137443857515,1646.0834638139854,3822.978219166579,269.99289959630016,1398.1577112975822,2203.413489876433,7758.979031668194,1232.5693183564142,4526.179674327286,1408.3932979756423,5115.315598732127,1064.2624426730213,5808.092242657549,328.2087597034986,1576.0726448946434,614.9972698841773,3030.4648632665626,1390.8820802905705,6955.365724470825,635.9859436608156,2025.0270248442232,527.1440240031758,2757.9696902312753,689.1567332363643,4930.0715350355,908.2063262433593,3301.7018276387694,899.7720328325242,4206.132999202104,1056.4211906672003,5929.345736810554,14133.522643963468,4436.011847324542,109511.16013471423,42400.11844620095,3269.7884216583025,19358.11130161135 -1383,3415.087994425099,4476.210439261177,675.2771135073716,1793.4268320356996,1400.0433474974338,3192.2116306623393,1662.3266773350053,3761.814935161295,271.03244085210446,1375.7887852201236,2211.3119602491556,7634.84423128515,1236.9876503163914,4453.765970400881,1414.3017911388276,5033.476393064322,1071.727835636444,5715.169402138726,331.2433860046072,1550.8572831357515,621.2916935804917,2981.9808875612516,1405.0630867291072,6844.087818927546,645.5238921605575,1992.6289059070132,531.5635924634107,2713.845325986701,691.9327738358993,4851.196022757673,911.6179446985598,3248.8783703739095,908.0913472783125,4138.839676445408,1066.1888870965806,5834.482978909432,14168.364088837572,4451.009052690034,110513.10063546969,42855.557209750295,3285.998639880691,19585.106180801904 -1384,3508.5853118001305,4423.44593510752,701.0834767682951,1772.2863430412083,1426.920393164291,3154.582599111884,1685.9327292933888,3717.4715553168994,278.02922242033725,1359.5713142014276,2267.5946690843584,7544.846503157636,1268.471681971362,4401.266036308546,1446.6779923789938,4974.142970372735,1086.1351016627307,5647.8003443721345,336.16793217620864,1532.5761462973205,627.8115311951557,2946.830006014712,1420.0510845029548,6763.411339336162,670.973839655357,1969.1402702387174,548.4692843848399,2681.855162673681,709.9634477979394,4794.011277722484,935.0347219802302,3210.581364771864,921.5918063263963,4090.05201861242,1082.0397587637435,5765.707481074276,14258.691275921792,4514.2525946940805,112922.29300329542,44016.68817365526,3283.0584989822974,20082.540992479786 -1385,3563.690681947743,4507.401281701064,714.8830901340892,1805.9236738407342,1423.1279963816362,3214.455394970971,1693.8004525567962,3788.027772677039,276.64458533372874,1385.3754683782656,2254.725733035261,7688.044863092444,1261.2729170518921,4484.800416732639,1437.7337106822383,5068.5503403756275,1079.8837975314411,5754.993478946159,338.0256812254233,1561.6638673706566,628.9849241687663,3002.7597354918303,1422.911665041838,6891.7783526282265,686.7315300383593,2006.5138148246485,551.7130849581952,2732.755768897657,706.757864480213,4884.999815685651,930.1486337050184,3271.5169962231034,926.6847558260216,4167.67967357773,1088.019384244505,5875.13844892871,13951.993192903077,4460.020488076967,113372.4897779708,44594.08309621918,3207.887689667144,20381.18025270547 -1386,3600.9273543057698,4747.180863260354,732.761353820705,1901.9931373250517,1432.1965755787637,3385.4543190464115,1696.4244200125847,3989.53894452564,280.12736339954444,1459.0730891023918,2282.176807674582,8097.024686514256,1276.6287966958153,4723.37770330945,1452.0030794687395,5338.181288181722,1081.027907521252,6061.141044253985,338.0993867109189,1644.739476852021,628.023709861544,3162.4971158360963,1420.8363045385984,7258.3993003351325,706.7025693763751,2113.254043360506,561.7707716330831,2878.129786833492,715.8512759705905,5144.86645247204,941.7225539327721,3445.5514181422536,926.886816656376,4389.387133319696,1088.256623606478,6187.6773490275655,13864.469859071189,4464.13067475383,114446.23508803699,45207.39904086798,3167.6489091277285,20627.510433286297 -1387,3588.60024930269,4715.080287338182,742.4995774880875,1889.1318040692083,1429.4410647473774,3362.5617778667274,1685.544839714709,3962.5615654301128,280.5608600697455,1449.2067941745509,2284.883426441849,8042.27236862708,1278.1428544359305,4691.438085051458,1452.2464791857496,5302.084350090784,1076.1676937727643,6020.1554311352875,336.1223182195305,1633.6177003767464,623.2705793332765,3141.1122177892953,1410.1805650689212,7209.317791851417,717.795453346932,2098.964157675565,565.6277937937425,2858.6677889873304,717.1319105908099,5110.07671495747,943.059745705369,3422.25249861976,921.4667573710824,4359.705969070107,1081.8929389455627,6145.836093712944,13742.208417296302,4438.055103277319,114581.27521842536,45322.3758765086,3134.5824519170023,20662.986678835707 -1388,3463.7475243859753,4439.626181392849,719.4570703224051,1778.7690784333008,1362.4484779323323,3166.1215495432516,1613.1303962343497,3731.0694620633885,267.1204198794796,1364.544405096843,2174.141340186166,7572.4443253978025,1216.1947460138522,4417.365152128979,1380.992177985736,4992.337576907947,1022.5446894936224,5668.459080091503,321.8458904173168,1538.1820607499646,595.1130787321284,2957.6090312266824,1346.625412416891,6788.150798754191,698.9626781300291,1976.3430653017128,542.6411202381711,2691.664952975229,683.0461401702638,4811.546991802892,897.6950416933748,3222.325149586503,882.3284647892842,4105.0127641379195,1035.9407197820224,5786.797501936184,12885.81796872475,4195.741506284524,109778.7750919345,43714.30827788886,2934.31813708763,19951.32677786078 -1389,3118.81179968192,4223.174749349779,637.3949578616777,1692.0462106579723,1194.8518020186023,3011.759106530976,1444.4444493908613,3549.163307103644,230.89055969530426,1298.0168240569217,1877.7607704532854,7203.254138807691,1050.4021707717768,4201.999043819496,1195.5370795531055,4748.93901729653,897.4229013530831,5392.096603785352,289.1271452165651,1463.1888752453608,532.5168890854789,2813.4124966365366,1205.1728608978874,6457.198393915979,623.2533878228475,1879.9875909408652,474.12952129805717,2560.4343696226356,590.7178768992318,4576.962773635334,775.7213208307002,3065.222532240108,792.6312491890512,3904.875217630801,930.6273338951239,5504.665503641593,11070.560129291938,3637.7605112028277,97018.092748701,39043.40124376658,2538.5227291594497,17923.004567753607 -1390,2727.5808002554236,4009.517496915685,552.8955302843028,1606.4428516171552,1051.172174345868,2859.3893340526192,1275.6597617247228,3369.605385482613,202.97277579417178,1232.3480500418448,1651.5808903585898,6838.82984210552,923.8792181280184,3989.4131046344346,1053.6532845673296,4508.682498768885,797.4030967701452,5119.301700993002,254.7758467155461,1389.163779569368,472.1977929957492,2671.077400489342,1068.3919381316225,6130.518266014963,534.7341968859065,1784.8759729921978,415.17642044594936,2430.897846764892,519.1105259795188,4345.406811889111,682.0523386144631,2910.147958440308,698.4584498078859,3707.3212541758357,820.0591708266109,5226.17555783533,9941.878023702928,3232.791970724134,85219.25610436866,34067.18099747648,2293.7149606275284,15635.116983574719 -1391,2220.791843228469,3694.7499389583154,464.0426932747431,1480.328900551826,950.5430717482838,2634.912698491994,1103.4171821286602,3105.0741895758083,187.2452259769018,1135.6024474690682,1528.188997619113,6301.946845500203,854.8549238576163,3676.223843932895,976.5188853499744,4154.727944178632,733.2838978176609,4717.410427015986,218.8791435351554,1280.1073430195227,414.5303082833565,2461.384211442553,937.1107254279689,5649.241338032733,436.6962984042897,1644.7541125170362,367.279969599729,2240.059976757187,477.9266395745596,4004.270230851161,629.8700169607328,2681.686512174634,600.048981328786,3416.2776414124414,704.5167399996154,4815.894141415086,9882.773955261184,3059.4300769028328,75056.87583618803,28602.41943917905,2297.3011222918726,12980.825002532632 -1392,1892.2040550846532,3465.562244466399,411.4527650381602,1388.5031549905773,941.9305691288861,2471.4673837800833,1012.3909053920011,2912.464457796268,193.30285914519104,1065.1603035906678,1641.1838217217842,5911.033064542674,918.0631931915045,3448.1853349276726,1045.991321847179,3897.0075207402056,768.4996789579453,4424.786450399928,206.5635571432517,1200.7014683335804,412.6340044470131,2308.7029794243535,930.9236877102744,5298.815295869462,378.8509949900624,1542.7289662198134,345.66894823599506,2101.107628133199,480.07258477113044,3755.88279530251,689.7260676793935,2515.3397879769327,566.2862620967385,3204.363761091668,664.8759746170788,4517.161157201482,10504.775361549406,3186.230115267735,73319.5238579334,27058.07366925326,2446.3275413575343,12009.486210039055 -1393,2024.9332604088797,3332.6112859725813,437.4684347280473,1335.2353697639667,984.2356896898817,2376.653343696275,1062.3804078747505,2800.7322441095935,201.45577458809268,1024.2970689054257,1706.6884343639178,5684.265384096467,954.7058733441268,3315.9010148076204,1087.7965464664644,3747.5048286540036,800.1385577470093,4255.036332464388,216.70111048172163,1154.6384055982974,431.9495666699338,2220.1331450541556,974.5792321724658,5095.5344072943335,404.82211329392857,1483.5445452553354,364.04924999074,2020.5018697154933,501.09898070185636,3611.794135973642,717.331951182548,2418.8426506702385,594.0779852169364,3081.433280163143,697.506201116681,4343.867225897861,10873.54093669448,3313.2818469955273,76793.11151405548,28486.19350516046,2531.970558125879,12673.823280919907 -1394,2028.3574173094046,3285.435141036878,441.47142085904426,1316.3338982384992,1030.637655802699,2343.0096532136577,1099.1249496204387,2761.0853309426257,210.11395839957157,1009.7972119364193,1771.647462054985,5603.799435744834,991.0433582738231,3268.9614189641293,1129.2826899048669,3694.4554881299605,829.8520565579761,4194.802421725398,223.99498389232505,1138.2934484170887,446.46658925569864,2188.7051403935197,1007.3348691107611,5023.402481577342,408.2504709822447,1462.5436224114003,375.8255489783143,1991.8998273921745,524.3932956088289,3560.665903781123,744.5444184780293,2384.601732161383,614.0738662281884,3037.812788434462,720.9833393867459,4282.375833039362,11441.693942794967,3460.474252446288,79445.34085669689,29255.98179536897,2654.1772762656115,12980.677342060468 -1395,2262.7043625359806,3302.5251271076395,492.0330746421838,1323.1811276068036,1149.7233580049685,2355.1973850111704,1204.3480145009512,2775.447784566075,232.26029446951006,1015.0499165388425,1926.373183924764,5632.948954815844,1077.5955094762433,3285.9657129823404,1227.9779394217237,3713.6730925326647,901.9624037796707,4216.622701803811,243.74454187576796,1144.214557293932,485.22018064816325,2200.090219920771,1094.8236922201706,5049.532925415869,456.23924234062883,1470.1513970476099,422.19352332108923,2002.2611764504124,586.371309088196,3579.1875692793037,809.5386859557698,2397.00581522421,668.2165403919117,3053.614706905311,784.5521837371158,4304.651647412405,12632.607719246691,3808.188746213351,87248.70497750017,31977.59136014374,2911.824733859671,14196.974947588877 -1396,2860.0235218720923,3412.082950619968,613.8385542678604,1367.0762802169368,1382.301445778695,2433.328599615958,1467.347638138176,2867.5203674673535,280.9101800727309,1048.723137886824,2349.0729725990323,5819.816156031102,1314.0498984456333,3394.974195217803,1497.2724507755072,3836.870320591458,1100.522953334733,4356.504758109885,297.2362404205458,1182.172680761121,592.623284744398,2273.0759162435056,1337.0846374905836,5217.045908896757,573.0203645020034,1518.9221349209072,513.8222260584029,2068.6841007741587,705.1724406511897,3697.9233804965975,987.2548693190072,2476.5239808565643,814.8620302404456,3154.915187070553,956.728465438237,4447.453972093669,15158.962427363056,4607.093850790215,106427.9736805069,39276.116174955394,3514.275152922209,17495.013819305026 -1397,3956.403918699184,3609.235048351832,835.8142715379353,1446.0667269044277,1784.0566094420662,2573.927713068947,1940.722098239684,3033.2073287507283,355.1257534808572,1109.3189585531306,2928.9915620688976,6156.088450749743,1638.4510441267241,3591.137739310751,1866.8565260821138,4058.5668746838173,1383.476424283972,4608.226086187256,394.42435466925684,1250.4792920792922,772.0005847327749,2404.4155383091884,1743.0105917001854,5518.489795164397,786.8903482569016,1606.6863216434508,677.0818254766659,2188.213847241218,900.0036155726591,3911.59150119224,1232.095748952417,2619.618948058468,1081.2996085784569,3337.207984842091,1269.5524847181491,4704.43039759495,18419.72870940751,5731.791374167648,138509.05621442606,52722.0331830548,4239.4616365252505,23705.82958835136 -1398,4115.704101550569,4092.433145399553,871.1807395299564,1639.663619676298,1871.8140685653643,2918.520668704035,2003.1681398482656,3439.287838767066,372.07758771969304,1257.8326470801796,3044.217476044632,6980.254841912904,1702.90736469415,4071.913000169311,1940.5451424115158,4601.92073341454,1434.8003013190075,5225.1673620479605,405.33605142611583,1417.8912800034973,795.252101604858,2726.314499462609,1795.3449640500196,6257.2955897103575,820.1349265161831,1821.7866857843896,712.2176993677365,2481.1681028537105,948.116646538939,4435.268553111381,1280.2513252492122,2970.3289665899665,1111.2136169109604,3783.9875727950907,1304.6744835657548,5334.2513389740325,19447.7681774612,6011.294551946003,143671.50110621148,54193.390500448506,4466.973342516959,24346.659256825504 -1399,4051.881072076844,4444.564736383298,859.2622857959062,1780.7477470306642,1856.839100720804,3169.6434824132757,1961.0175880725458,3735.219832152837,366.77579830804626,1366.062298114441,2963.422152865876,7580.867767188877,1657.711201162261,4422.278944377551,1888.9832332769765,4997.890957451061,1396.3702603605925,5674.764565223443,394.3661279511647,1539.893104964492,773.7222104676748,2960.8990187716204,1746.7401505371517,6795.701807472811,809.6136747105114,1978.5415114116336,708.6945035978855,2694.6591094296273,942.4462133403721,4816.899264367582,1246.2771537341748,3225.909602262955,1081.139982209708,4109.579101582535,1269.3650676031666,5793.234624458274,19163.446047170273,5903.208627708022,140864.57699182595,52933.25978681559,4376.7173123341545,23773.502317682676 -1400,3858.4901908091733,4594.2807662278265,812.4710764795522,1840.7325821389425,1749.59297300971,3276.413541205502,1883.9524404492215,3861.041440574617,346.99259651830573,1412.0783730114429,2843.437760914631,7836.230776211769,1590.593031612955,4571.24427297259,1812.3438780991942,5166.245888952032,1342.1895462509947,5865.920116194002,381.28971068142823,1591.7647044876103,747.0256700052483,3060.6374796004693,1686.5597068582006,7024.616348033656,769.0067262897916,2045.1890680432841,662.8873292419938,2785.4292269949497,883.2619514374487,4979.157455393276,1196.021054999932,3334.57499627433,1045.2914735971221,4248.0110749958985,1227.2753795819335,5988.380862476069,18041.2348150514,5597.438596468799,134700.25767115928,51059.28437112562,4141.681127507861,22962.032261886307 -1401,3621.480022890857,4608.771510175973,760.9334495094954,1846.5384059189912,1652.4337218178355,3286.7476222313844,1806.4837733974891,3873.21948665744,328.5190330076673,1416.5321857362637,2722.127353231741,7860.946900339704,1522.7331010124465,4585.662357903535,1735.0004686631607,5182.540658505578,1286.417258548331,5884.421716498644,367.5087655431207,1596.7852628583532,719.3447864564229,3070.290984967623,1624.1229694450774,7046.772572699242,722.0514627032593,2051.6397645981006,618.9786210375339,2794.2147026260373,829.9375952958767,4994.862132454808,1145.1414716044087,3345.0925233706503,1007.5115281969742,4261.409655515652,1182.9179941036111,6007.268714167678,17054.286375628995,5311.83825261096,128476.35936937502,48994.442311788865,3927.403442830747,22035.051599967745 -1402,3447.512374954527,4681.745082123121,721.6745404023239,1875.7758074521294,1561.2126812948122,3338.788760212178,1722.980415111325,3934.5466017579893,310.1474992365467,1438.9610288982735,2579.805464605784,7985.414206418575,1443.11954048154,4658.27002813864,1644.2639011083859,5264.599077495856,1220.807368729652,5977.593458805279,351.4352576240255,1622.0681661235858,686.3737233634045,3118.904829154848,1549.8110478624242,7158.348545644237,686.5815012644534,2084.124664672006,583.5794138523356,2838.4572577597964,781.4502473557486,5073.948919548503,1085.4318705700578,3398.057472790487,963.446607723251,4328.883229201489,1131.1814274457643,6102.385570091488,16014.811861889475,5011.934778811555,122094.1931247898,46835.264899424394,3691.8000753396745,21089.07689596474 -1403,3304.843525056133,4710.271703278272,691.5310250249458,1887.2052092868225,1485.1707029299334,3359.1325338284164,1645.5226508519224,3958.520423133744,294.91286211052403,1447.7288484630653,2452.774286516451,8034.070611634504,1372.0594633299013,4686.653612037411,1563.2192176408284,5296.677121213132,1161.8101277990395,6014.01589125893,335.4640235192586,1631.9516867448867,655.0018190586632,3137.9088148310443,1478.9896440568828,7201.965507583889,657.3014873556398,2096.8235693979855,556.9541646932685,2855.7524315543687,743.1297787576674,5104.865301378269,1032.0905575475892,3418.7623801464774,919.6620670843221,4355.259806682362,1079.7740543926357,6139.568380827034,15162.15110604868,4757.433979347596,116456.76696126985,44807.00010035472,3494.235060062058,20185.41531680294 -1404,3216.332231255253,4642.236680018425,671.5980103045133,1859.946473825645,1439.6009528886716,3310.6133242225533,1607.6383463322024,3901.343672825467,285.8975370095447,1426.8178963813448,2386.6711047440945,7918.026736595749,1335.0819490899785,4618.9597277793355,1521.0705799097655,5220.172075678108,1131.6222593525072,5927.149626036456,328.5351982697317,1608.3798255103513,640.4847964728982,3092.5849539896994,1446.2953139934157,7097.940533720054,639.4373181647555,2066.5371126280925,538.6663931757195,2814.504029053523,718.5529272443193,5031.130780018081,1004.3857443267187,3369.3818788282047,900.6669519462004,4292.352564613059,1057.4719140517052,6050.888639209524,14644.65152365445,4610.977876032137,113460.5011571644,43845.486164879396,3378.4562916913633,19764.04056111022 -1405,3171.0121160236426,4529.429810155978,662.1166266296261,1814.7495667555954,1420.1344161204102,3230.1650506483206,1590.0280247887522,3806.540585795583,281.6799026628542,1392.146062123669,2350.3689132644054,7725.617802452608,1314.7748357803137,4506.718490456334,1497.9207372757694,5093.321311145726,1115.2114697047243,5783.119228060948,324.68016903030974,1569.2960160943667,632.9802880144432,3017.434794165902,1429.348247023553,6925.459785910451,629.5217304510328,2016.3200299589619,531.0605185780165,2746.1112667673237,708.1817280658009,4908.873740086157,989.1874386760076,3287.5055228126052,890.0985335453108,4188.04791783703,1045.0635475509262,5903.85136939226,14393.990818247748,4537.811992096669,111998.47408496303,43364.34361741737,3317.8066667101416,19549.88398360112 -1406,3150.855896219133,4446.839063785862,656.2836907731596,1781.6589731322829,1410.7440736153872,3171.265420095812,1590.3873837787048,3737.131180805119,280.73101904147103,1366.76132560138,2361.4467307765835,7584.746971637626,1320.9716654006259,4424.541867921593,1504.916163267452,5000.448427312284,1120.4961735774566,5677.668397953819,326.1914985817802,1540.6810833815846,635.3177927235465,2962.4141398631173,1434.6790772211923,6799.179234792942,625.7460856137305,1979.55395052399,524.5432342681938,2696.0379929461565,701.8163679071793,4819.364119002877,993.8486204581163,3227.560331871315,894.2417869552286,4111.68201354762,1049.9281360698228,5796.19907948084,14358.277398755574,4534.508265173656,111967.59034211963,43433.13109507574,3320.7559683942754,19583.097615506224 -1407,3191.062157880133,4353.39650739674,662.8514694279431,1744.2205215321565,1413.0615628596393,3104.6268160016284,1603.3955220073933,3658.601896050967,281.9123255726699,1338.0412234330665,2383.6023658009385,7425.366761014246,1333.3653246412503,4331.567848160845,1519.1014165349284,4895.372737043831,1131.1651718916069,5558.362112787103,329.2141576847209,1508.3063612595363,641.8383125197108,2900.164180658068,1449.3491501881947,6656.3063581419965,632.8695316084319,1937.9570816034254,525.7207904389052,2639.3854632347243,702.2096315685013,4718.09359920443,1003.1709840223335,3159.738788526903,902.5282937750637,4025.282197207525,1059.6573131076154,5674.402079059184,14402.013281804711,4560.903388314681,112795.50664436101,43843.97911591694,3340.7960612544257,19784.789327313592 -1408,3318.8537103389285,4296.018356669536,686.9237814683847,1721.2315409015362,1437.3328613327162,3063.7075601751512,1632.2590936204865,3610.3811997082908,284.8280514793964,1320.4057218501277,2387.762274646227,7327.499770839024,1335.6923395358306,4274.47740109162,1521.643941843494,4830.851291709207,1135.5124806650006,5485.102408884186,334.58760628654153,1488.4267501117565,649.466705621224,2861.939760436133,1466.820298392129,6568.575652047342,656.8236390221654,1912.4146359883377,540.9337599551232,2604.5981295564434,713.7658309357103,4655.908708574724,1005.1725767420653,3118.093152031664,917.259402037223,3972.22862208785,1076.9530884399148,5599.612958145014,14368.841166872418,4578.496291392767,114604.01117576506,44823.83566092292,3320.7559683942754,20272.75006243757 -1409,3436.300009880771,4350.862250739394,708.8087425626514,1743.2051528513894,1454.0659131877028,3102.8195096458535,1653.783145607525,3656.47210240688,286.1784854676728,1337.26230520852,2379.700211898048,7421.044208470419,1331.1824954998722,4329.046298690841,1516.4637464396794,4892.522978027403,1134.1401772863967,5555.126405641122,338.08467717581516,1507.428326044769,654.1424238876479,2898.4758987913137,1477.563171999687,6652.431501194601,679.0191124887294,1936.8289324382024,553.2497626276015,2637.8489893182914,721.2108932615781,4715.347040260523,1002.0206417542988,3157.899399661981,926.8464910163342,4022.9389467848637,1088.2092773241834,5671.098821195839,14256.440791972615,4573.128188349027,115832.76108068382,45581.90803029118,3283.625084358107,20667.959431064417 -1410,3535.959565828933,4598.699469011864,725.1018981890514,1842.5029681034125,1461.9696513382612,3279.5647412241437,1665.6793403548156,3864.754925977634,286.2736866846161,1413.436486491135,2364.7732246621363,7843.767532563653,1322.832475602556,4575.640819640782,1506.9845831397176,5171.214698272599,1129.0290896879792,5871.561860542519,339.3914590986293,1593.2956372906192,655.7422915241417,3063.5811497939526,1481.2575167387351,7031.372507135211,697.6278606311571,2047.1560968533813,561.6797705063159,2788.1082064710267,724.7440310059989,4983.946326171927,995.9146312141982,3337.7821350125473,930.4289847566644,4252.096741353446,1092.4154786336453,5994.140387532398,14110.415264403868,4553.657531775637,116437.00339523492,46041.42576447156,3242.6374304605174,20926.140904096654 -1411,3588.105731039835,4555.682103908564,732.6427871226225,1825.26774248867,1450.1468055875505,3248.8868865820227,1649.4853379233853,3828.6030585190556,282.7313044590438,1400.214854201522,2319.6815238328477,7770.395003219787,1297.6085912930323,4532.839150811064,1478.2291035273968,5122.841885001777,1108.4608487198784,5816.637827784224,335.48529295204327,1578.3915582985753,646.5154484825695,3034.9236587506016,1460.5609845944548,6965.599320529972,706.9072323755853,2028.006495572585,563.1336004597331,2762.0275570453664,719.0924636720721,4937.325267280628,977.0398356321562,3306.559700560236,919.7203764383779,4212.321583352818,1079.8425153305077,5938.069725105241,13814.022599890764,4479.5229993830435,115344.01008959905,45750.82483513109,3168.753784164701,20841.06585939681 -1412,3510.9357159161545,4276.264161920337,712.3466453652255,1713.3168766136969,1389.5226025062054,3049.6198466754317,1587.1105253771773,3593.779740539206,269.78684907944944,1314.3341575289721,2206.016471418269,7293.806046678569,1234.0254023821574,4254.822257183511,1405.7640363489907,4808.637797888191,1055.9751547830988,5459.880500547555,322.48558104305295,1481.5825819889692,619.941729390875,2848.779827052617,1400.6601885814978,6538.371655722711,690.3544006757418,1903.6208627722892,542.8630849750281,2592.6215190247913,687.7331290300419,4634.499645640695,929.3443962425746,3103.755359625411,884.0821527018874,3953.963295621717,1037.9997225128127,5573.8645009198235,13041.646825684094,4258.738579262455,110748.14828805043,44172.920966477235,2988.2795600631025,20169.663035342164 -1413,3141.4425661359533,4051.2352472608254,632.4868640188718,1623.1573769631732,1223.2573518586066,2889.1403678040183,1420.1991607322839,3404.665054468055,237.49863510545316,1245.170238329965,1961.342193719424,6909.985684728807,1097.156853166038,4030.9216751920626,1249.8181207880893,4555.593901702987,940.3507551931764,5172.566401912192,290.30590694035243,1403.617585492192,555.9672261053113,2698.869108651703,1256.3044993164594,6194.304352671193,616.7223453862516,1803.4470380382056,475.77507766628725,2456.1905632984617,601.3723960615883,4390.619383393266,826.4371898466843,2940.4271194842545,795.862780344391,3745.8947490289975,934.4214704833164,5280.5522471375625,11375.617895472842,3751.675106016931,98633.75857953509,39688.28118394864,2617.235453117703,18161.42857079665 -1414,2696.124668030206,3900.34955467923,548.3629257960149,1562.7039078249377,1071.6439328297026,2781.5361634675014,1241.6166909131393,3277.860459474687,209.75489569924406,1198.7946609256567,1740.0206893053798,6652.627641530955,973.3516313651437,3880.792548744827,1108.6794842901818,4385.923690267177,833.1867185013924,4979.917440214767,253.63629127947667,1351.3407369310298,488.30099321561437,2598.3514369313752,1103.1763960725805,5963.601407700046,528.8934027609305,1736.278794586383,416.3464605105704,2364.7113003980307,529.4889971216887,4227.09354347237,733.0502064504429,2830.9127725430185,695.3344012231867,3606.381270040792,816.3912293868658,5083.881420983647,10154.437126322624,3322.0596506302727,86505.91943446141,34603.42864532635,2339.358841775233,15776.5575235978 -1415,2155.9673210659967,3622.5561358660625,453.5290486902361,1451.403919179923,952.6491186856338,2583.427653045633,1059.9863338735147,3044.4023935591413,192.29146397673216,1113.4132707079539,1620.0663724204046,6178.809551453679,906.2502855323585,3604.392032661044,1032.4846994386107,4073.5463713903864,765.4543188394867,4625.234283812814,216.37581039608347,1255.0946035958218,425.922813325458,2413.289836983922,961.4346098620783,5538.857625057144,426.4702809972209,1612.6163341840038,361.0787950024416,2196.2901813586823,480.1860261714398,3926.0285361897513,681.48502302048,2629.287526799816,593.1861872052087,3349.5250656150843,696.459142213974,4721.7936693662305,9972.595138674962,3120.954397684563,75604.11671176307,28916.88309704538,2318.600341626053,13002.083704387593 -1416,1954.324878230802,3379.9173955356746,405.3358166820848,1354.188912579008,962.275719717453,2410.3897185155115,1006.0879000520512,2840.4883797724633,192.24608339694774,1038.8368712432355,1574.643765201848,5764.953006495636,880.8412952204733,3362.9699236140923,1008.7933300857719,3800.7003137556485,769.2240965685166,4315.436180411179,206.3140213330282,1171.028391178343,413.41180544679173,2251.6477301024197,932.5711488090193,5167.865047824956,370.87470429908126,1504.6033231257036,359.59430659654606,2049.1827072387637,489.5091116297366,3663.063220320466,682.2760339102858,2453.1778988073747,565.6021690108862,3125.1739411206117,664.0727818016629,4405.528020176749,10390.528738598243,3118.6222433308303,73246.83689344383,27215.47243634308,2386.134866711978,12163.558476555552 -1417,2052.1682573388284,3231.111099173431,424.24687697284384,1294.5685689215384,993.1022487439668,2304.2684365943364,1060.7176021768269,2715.431312930467,202.03323649565925,993.1004081159325,1654.6096219196925,5511.141683552628,925.5734628137774,3214.909766945287,1060.0862687128154,3633.36837303431,808.9117859005988,4125.442165751882,218.06771174719816,1119.471983895594,436.33407924431606,2152.5153193897927,984.3318176164979,4940.341482047147,391.0262725011537,1438.3607432613587,378.0749243106804,1958.9641446086466,514.4713620579159,3501.790973881363,716.9516737186606,2345.1727984693,597.8244714466769,2987.5831348245156,701.9049457977989,4211.567567454297,10829.502445718708,3254.6259770866504,76978.39363620806,28744.486092417104,2491.1802284885266,12848.60528056875 -1418,2138.3263787988585,3155.0184455035537,438.60641940931123,1264.0814842180582,1071.1180714549807,2250.002923980717,1110.464999030585,2651.4829161972143,213.05261111000624,969.712897413032,1745.56670314668,5381.354318593412,976.4540206948694,3139.1986545856244,1118.4750903265262,3547.8025621480456,852.0242357055307,4028.2880189836173,227.93526261769378,1093.1084230804029,456.62328475146205,2101.823592089134,1030.0567515932646,4823.996459587069,402.6099786990812,1404.487353418053,394.41972078381417,1912.8305467123857,542.382952776116,3419.323810227342,756.2661097941964,2289.943988294499,624.8759929046814,2917.2255637566795,733.6661024744074,4112.385167814877,11605.223434623294,3471.8298864083467,80875.39153858254,29903.868728588328,2664.543256774357,13365.092658636688 -1419,2358.445299064766,3135.3292236133266,493.9531184531438,1256.1928517869014,1207.7350418540066,2235.961545906667,1212.9041413773766,2634.9360603303157,232.14344457135803,963.661302870315,1902.1637853594177,5347.771415330288,1064.0529937275624,3119.6081577516907,1218.8937057037515,3525.662129984042,927.9957672799198,4003.1490671792158,248.41613910623607,1086.2867658812888,497.10026005411754,2088.7069426008443,1121.4115499720258,4793.891806213062,454.00081369252405,1395.7225035063586,433.65732688352387,1900.893328048482,590.9453804353979,3397.9851631236934,824.0865016146032,2275.653353840054,681.0235493834766,2899.0203131628177,799.5888765815943,4086.7213989761926,12773.582330368781,3826.9320606673764,88555.45972722226,32615.967492703963,2925.4593590824543,14599.717633804596 -1420,2902.9365140800587,3165.285430457176,621.0540880191439,1268.195027705297,1463.9838874801305,2257.3248292453404,1484.9304574991133,2660.1113079722863,284.2688622002934,972.8685137427121,2328.9774648013504,5398.866192065293,1302.808655500532,3149.414159157078,1492.2244432809143,3559.347735703499,1136.68435510653,4041.3967767275553,303.78748395559666,1096.6655901544777,609.0448502811051,2108.663295744718,1373.8521859403832,4839.694592552818,574.1356562964221,1409.0578022994682,537.4840606757045,1919.0552337565816,723.698422951951,3430.450891326091,1009.0386248853129,2297.3958688075795,832.8220192378108,2926.7187288480272,977.815265503846,4125.7675924728455,15532.816317756651,4660.689803224789,108535.63734036066,40105.23541555285,3561.7100123136865,17931.16681437074 -1421,3966.713765720226,3165.87025552256,831.2306093211279,1268.429342194872,1857.1588980582826,2257.7418975223914,1958.7075101922435,2660.602795960903,355.6797703077014,973.0482630590565,2908.746249163961,5399.863698401812,1627.1260015771527,3149.9960518116322,1863.5323781298011,3560.0053685830576,1430.9986600693526,4042.1434740432064,403.84374428958733,1096.868212489669,794.650670406,2109.052896991399,1793.7880463405156,4840.588785120506,777.0882003873509,1409.3181429036456,692.1558413330953,1919.4098026026509,906.6066151316663,3431.0847089425097,1260.9534303219923,2297.8203406976213,1107.1225127397684,2927.259475807366,1299.8711234012155,4126.529878325114,18684.058653336695,5760.742184721567,140490.78797533704,53728.920904097606,4274.795131555144,24270.61526351586 -1422,3988.018859987788,3214.2160568921804,851.2310033984226,1287.7994452248934,1888.344349961375,2292.2197290542053,1955.6156558086645,2701.232690402282,353.21889835492556,987.9076205980604,2888.588416160202,5482.324670177444,1615.8498944828016,3198.0994392357757,1850.8199818409655,3614.369981954079,1421.2465420688322,4103.870787461281,402.703379493464,1113.618416525091,791.2747545665183,2141.260108344455,1786.264107925241,4914.5091056103365,797.8267354957422,1430.8397497618446,694.8664917758947,1948.7209864395934,900.3408794553326,3483.4805831990484,1252.2194519095474,2332.9102075614496,1103.9962453247686,2971.961467282807,1296.2005768356582,4189.5458511039415,18644.233881770346,5763.5322137548155,140287.42243032885,53627.012020926035,4258.617819890795,24261.659816129624 -1423,3882.28554408011,3381.7368625002455,823.8190877142607,1354.9178954806255,1837.70797136939,2411.6872722576154,1900.5393053503471,2842.0174629320304,343.22637500360804,1039.3960947826336,2806.790688690834,5768.056378655404,1570.0929951748658,3364.780267466561,1798.3443960494776,3802.746295314915,1380.7546918030462,4317.759253033706,391.3271454372373,1171.6587756590814,768.791325484057,2252.859830334864,1735.5199920164976,5170.64699739103,775.0487406684873,1505.4132766603154,673.54060350043,2050.285817109175,874.8870723121497,3665.035109493648,1216.770679389979,2454.498486153974,1072.808725369491,3126.8562753551455,1259.583349623792,4407.899590767435,18113.735504583456,5601.390031126044,136361.27382791357,52131.16575641249,4136.707113321312,23589.37917003862 -1424,3749.171669033148,3634.1877210431117,782.665578371538,1456.0641998433744,1731.9907979992101,2591.7227236168337,1821.4219791992775,3054.177597703888,325.36419197939665,1116.9883046921823,2659.3602149727117,6198.648954045384,1487.6217389487363,3615.965295121848,1703.6779679383458,4086.626031115289,1311.484274615947,4640.085346023646,375.3871677044334,1259.1245590304502,735.6061579861951,2421.0386158138394,1660.7654651500986,5556.642220197447,739.3155564929482,1617.7942482163774,639.7129770101085,2203.342200805686,829.641040039181,3938.6345341683855,1153.0454697148564,2637.7298478228454,1029.1098729046546,3360.2799813823312,1208.2765829460536,4736.954771967214,16945.277956943035,5274.537134874865,130115.41110065169,50177.531393108744,3869.674819315939,22741.225417768077 -1425,3605.9902759849274,3839.0725533744017,732.0248451826368,1538.1528238627404,1636.288207351757,2737.836440473765,1759.7918123730199,3226.3631624154254,313.30156858355286,1179.9608254009318,2560.2383655653935,6548.11058044304,1432.173884553937,3819.82280058779,1640.1481442121783,4317.0180068345335,1263.7459839510243,4901.679732746757,363.2480252100267,1330.1103043917597,711.4684814542486,2557.5296638674117,1606.3002317443963,5869.909392120902,693.4660833852788,1709.000737461022,609.3160247146371,2327.560164221994,798.9933982560501,4160.683183850053,1110.1410215508024,2786.437311247796,995.8308680148908,3549.722699650638,1169.2037459528997,5004.010372478911,16170.028466251833,5039.7701831242,125204.80036390072,48507.436490520806,3696.9692790750764,21990.123357575874 -1426,3491.096566942972,3937.3886792887024,703.1036933701901,1577.543907152741,1576.4500339483805,2807.950633022115,1707.0383192534343,3308.988203362486,303.81248656526896,1210.1788469337866,2482.605299756215,6715.803390458245,1388.746658821692,3917.6459529798462,1590.41128230836,4427.57400181337,1225.6202357029802,5027.208530417622,352.6301306078122,1364.1735554370011,690.4704431691246,2623.0263183240554,1558.9097126513855,6020.233915264921,666.523184640358,1752.7671235753362,588.838578017272,2387.1674508771057,774.8128767035654,4267.235546720446,1076.4910994820043,2857.796140167075,966.7223072949798,3640.628765906914,1135.0274221150364,5132.159790604567,15642.970487710094,4875.657950182129,121330.84816505747,47057.73968906639,3578.116668354229,21332.698934395085 -1427,3332.80126703558,3983.979999159021,672.6733054294581,1596.211064188633,1487.0956397559917,2841.177255227681,1609.7661151130662,3348.1436285408363,282.9496241398184,1224.4989545864485,2311.0168865141923,6795.271832473357,1292.761672563194,3964.0036561687825,1480.3588317557549,4479.965709457853,1143.3570804323108,5086.69574384096,332.14354288906026,1380.3158902830182,648.9806322544505,2654.0647217380097,1465.3540959088534,6091.471648414222,637.2473427234139,1773.5077058150937,554.5400326382154,2415.4149243543548,721.8383432800297,4317.729961296546,1002.2407497566886,2891.612586785888,910.5590936922845,3683.7085106762556,1069.0862649987434,5192.888897610797,14455.844184278892,4539.606247889697,114084.69113482661,44533.84987068772,3301.252598757979,20229.375663327948 -1428,3194.9265262756953,3906.1978368488153,624.9163854625684,1565.0470653477064,1366.7063344750036,2785.7068687134833,1547.3746344091467,3282.7753658467423,269.2640073200896,1200.5921637756448,2198.0701015319223,6662.602758650953,1229.5802758731193,3886.611506648089,1407.9392927248387,4392.500054502065,1090.0146973982226,4987.384453610188,320.75588637241424,1353.3669712020958,624.4715319479524,2602.2474703934763,1410.2083432725685,5972.543381564241,597.4302642923969,1738.8822146577008,524.080056587331,2368.2570079661496,687.1694601704922,4233.431753792467,953.4192025575144,2835.157514317881,879.3402594892074,3611.788768774592,1032.4322717686655,5091.504320585288,13450.458590615344,4249.894689006262,108851.25326444196,42995.05573494937,3079.724688980635,19549.47685856637 -1429,3166.012728924593,3793.4559524516376,614.3081341290554,1519.8761951851457,1344.8857138296366,2705.304939555107,1531.7047856627041,3188.026892713398,265.5908824486406,1165.940303171025,2167.7510744562605,6470.304666907061,1212.6200899127552,3774.43492894235,1388.4989645142562,4265.722365802414,1075.706173606515,4843.437028262472,317.34050321425394,1314.3056770774451,617.9222673913926,2527.140602863022,1395.4098824296768,5800.161995980184,586.6865036228538,1688.694060904741,516.3948409793904,2299.9036451906686,677.865596597759,4111.245143353288,940.3143905323359,2753.3283254038665,869.9771143681081,3507.5442095269977,1021.4390150810991,4944.551755586113,13214.27997511469,4183.282032666383,107548.76687466181,42580.12530067424,3025.4436157918462,19369.132166710133 -1430,3188.398345091399,3670.3820913324193,619.0774873855845,1470.5657421024544,1359.731118055465,2617.534756221158,1540.0391131611343,3084.5954086112656,267.39927752816914,1128.1128506463608,2182.5778503454962,6260.38384854108,1220.9140525008863,3651.9781807763516,1397.9320279906783,4127.3264206267195,1082.9652935516076,4686.297864495247,319.23692297230565,1271.6646984035558,621.0956161084706,2445.150735184582,1402.620822295595,5611.98310556737,591.3928947979937,1633.9065265482873,519.9634420552829,2225.2861920387886,682.4671822455475,3977.861015491433,946.7366596242225,2664.0000843002986,875.1760781689143,3393.7463918315393,1027.5431118170172,4784.132052895088,13331.290045216023,4218.51742528902,108275.49317364536,42823.41962979378,3051.0551044619224,19480.24145221825 -1431,3243.262473737035,3616.772839161747,636.2059729755857,1449.086798564643,1393.0300575222238,2579.3032922155076,1573.2002486533395,3039.5421010836258,274.5401570184612,1111.6357415110222,2241.3840337452966,6168.945276732931,1253.8096927069832,3598.6377343750446,1435.6978742293618,4067.04308298823,1111.1984261526907,4617.8502430451845,325.6879484385991,1253.0908846160896,635.27440177412,2409.4370958151644,1434.5002657665063,5530.015013418496,606.8835514737709,1610.0418430288564,533.9506616519612,2192.783873301282,700.5833526760108,3919.7607553623975,972.1731509633864,2625.0899521265383,892.8613230810395,3344.1776544097193,1048.307335204238,4714.25547458268,13750.169540016248,4337.0007712957195,110776.18302254916,43672.265911663955,3148.6692984512633,19844.642901545463 -1432,3368.899354396363,3604.621408081434,665.0122547195546,1444.2182377937015,1440.5223817750482,2570.637493288018,1624.8530202975928,3029.3300175496242,282.4062456128601,1107.9009299261966,2305.192163979524,6148.219199452994,1289.503376143953,3586.547232605404,1476.477183846469,4053.3788591286384,1143.533203601759,4602.335448098711,336.6787304145889,1248.8808199537732,655.2596044472255,2401.342003832851,1479.7535490574455,5511.435578298588,634.4489471383539,1604.6325145025671,553.0450752591603,2185.4166806974417,720.7426329020892,3906.5913624289055,999.9059739970637,2616.2703217401627,922.9921405823436,3332.9420733834854,1083.683889419086,4698.416782731727,14097.655169005917,4460.41067755538,114385.6681063058,45206.36942616825,3226.5893961752276,20557.467167785784 -1433,3472.9760763190743,3730.814344620232,695.8625450020362,1494.7783715213316,1481.5910788405308,2660.632046759699,1652.5967108071948,3135.382777987283,283.7839315902144,1146.6870480544428,2315.5251679284725,6363.460065948359,1295.283563881046,3712.1074166244166,1483.0413279651568,4195.2821891124595,1150.641992702849,4763.457008279785,341.97682637829786,1292.6024539937907,663.8342359269524,2485.409750425667,1499.2672537127862,5704.383508589023,663.638804575359,1660.8085358225128,564.5538606765094,2261.925172790338,724.4498927262495,4043.355860019902,1004.514015012136,2707.862419023806,937.5166724068889,3449.623882632861,1100.7371236207161,4862.902020922571,14110.929104581966,4498.764738480562,116151.47097969778,46114.03436992435,3222.4456686128533,21016.15045141219 -1434,3494.4932596959816,4016.015589615924,702.1530391215684,1609.0463605369878,1461.329083805173,2864.023451991509,1647.186259824175,3375.0663937398244,278.7295496629161,1234.3452758612334,2273.0485208893338,6849.913307961286,1271.5225167023646,3995.8786148095123,1455.8288338792381,4515.989571716062,1132.4080555409876,5127.598384331865,340.82618136779723,1391.415151466959,659.9180396607707,2675.4063274914674,1490.5681102623048,6140.453794672393,674.2105962850246,1787.7686625838642,561.0824329013801,2434.8375226897983,711.8058244256482,4352.449269318372,986.2575478500083,2914.864339206797,934.3622221688696,3713.3295873974093,1097.0334876387683,5234.64544810733,13673.25173478345,4400.577554873379,115222.68681789622,46147.32580121251,3120.886546353713,21074.30354944608 -1435,3498.0345994293243,3965.655377492222,718.9567034722169,1588.8691689336895,1468.4047049346227,2828.1090424602094,1626.6664814083158,3332.7435850436136,272.53921812629915,1218.8667776982802,2221.9061855127215,6764.016458330059,1242.9139628635473,3945.770917224201,1423.0340711401186,4459.3597634633015,1108.1368838958656,5063.299096503453,336.2692911674716,1373.9670214444584,649.1488803048588,2641.857147424054,1466.412413321594,6063.453457214772,690.8247323068439,1765.3503210543583,558.8618091704436,2404.30503809326,696.1355328994248,4297.870231072784,964.1584835709796,2878.312392841393,921.8696782079907,3666.7650107582945,1082.3660077838233,5169.003806715129,13357.110100612894,4328.389335807357,113791.18373338641,45701.81251674646,3041.4526732472395,20911.32752907334 -1436,3426.3925487074243,3702.742590206223,703.7573563522503,1483.5312154120425,1435.0053939269637,2640.6126615789863,1603.1281196915118,3111.7912274014197,270.39638585091325,1138.0590343745002,2204.911173854868,6315.579503772372,1233.4071090520304,3684.1764186887613,1412.1778656574656,4163.715640785002,1098.6281832312366,4727.615343981764,331.72496567360736,1282.876529492674,641.2493711328543,2466.708789807581,1448.491650790969,5661.462034040888,678.4970146959724,1648.312119480186,551.3450858534845,2244.9057764633685,690.5627384924068,4012.932450483431,956.7181855525384,2687.4876585044644,909.4115799196916,3423.667888710621,1067.738970548911,4826.312102834695,13255.713178105341,4279.542355065762,112268.3025367483,45015.585813847225,3023.929840409338,20570.10828404598 -1437,3122.3505081236553,3534.4420157432623,643.2728843770192,1416.1003449950754,1305.4943166013145,2520.5890258411428,1445.4041401365694,2970.351135787789,241.12762738260045,1086.3308937890315,1965.5145238584776,6028.517783262065,1099.4908164185456,3516.7197314947216,1258.8081532990411,3974.462481222132,980.696652244944,4512.731279305876,299.11294241295184,1224.5660065171514,576.1284536426782,2354.589598088578,1301.5733626864132,5404.131882290789,620.8662860526568,1573.391470840842,496.31926424673577,2142.8681860585325,615.9661593685598,3830.532831756545,852.9438511557975,2565.333415866921,820.0069385245923,3268.0520827498026,962.7690956613186,4606.941979296245,11776.51195264388,3828.804646025996,101036.55163527398,40678.688910972865,2680.751113522326,18629.93803512777 -1438,2697.0400665456204,3469.3311367197816,547.347026332853,1390.0131895579832,1123.243595190364,2474.155171105817,1269.7174421326713,2915.631841314128,215.72096651987525,1066.318694100959,1759.263357266562,5917.461472158788,984.1158035195058,3451.9353293240474,1126.6301390795218,3901.2456213484816,876.2453994600368,4429.598524805002,262.7297823109896,1202.0072635100637,509.151025881483,2311.2137560778124,1149.9894386421408,5304.57790017778,524.2179196756143,1544.406725509562,436.22695946841213,2103.392639252488,550.8867330425362,3759.9674189719976,763.3231129628778,2518.075287723523,720.2638665987006,3207.8485929614408,845.6608827364926,4522.07369158745,10566.06271779167,3397.2047108805505,89015.55143278504,35635.245002804244,2413.4894751407583,16255.513689976244 -1439,2187.429730153847,3267.240483997469,456.9431293576811,1309.0440742731294,1014.0595617082438,2330.0341247828046,1098.0372389111567,2745.7945099413046,202.68214229041163,1004.2049804170546,1658.1160630196873,5572.765735649074,927.5349338387734,3250.857992982528,1062.2254167505434,3673.995686713009,814.775038116772,4171.571711595691,226.0102867085937,1131.9896079773655,448.38575797429155,2176.584146467192,1011.8417199084926,4995.583005191523,425.8740314994635,1454.4440926770976,390.0348944475907,1980.8687363310307,516.5025671827536,3540.9470257116654,718.7197689173421,2371.3958678451677,619.5987434843753,3020.989457745288,727.4700906929595,4258.660143564081,10619.417605765932,3247.5162753434583,78971.13902822298,30080.098121791372,2438.8716194346384,13522.935820172366 -1440,2198.891270377719,3060.211288891005,500.4443792434802,1226.0962954417191,1149.9969484648261,2182.391154579956,1087.3953535624273,2571.8068190733875,224.44862312028357,940.57337759017,1818.094243208675,5219.646578850206,1017.0252621014445,3044.8668769355254,1166.4662258775772,3441.1923857101424,889.0290933398134,3907.239429350006,216.94622310842038,1060.260912597801,457.77868400973125,2038.6645577097513,1030.720736297748,4679.037120761568,444.77259600292854,1362.28301934653,421.03428164535444,1855.3506845981456,575.7610727579356,3316.574373549009,789.0222921777365,2221.132004440138,594.7499523106757,2829.5639967406846,698.2951568202967,3988.8094894502065,12292.379131976111,3633.635864178313,83136.49951699511,30099.11177923984,2775.1522495215218,13300.108222614143 -1441,2264.571728290268,2909.260617147289,510.7449919172813,1165.6167919213983,1154.1881260557539,2074.7406103226763,1106.15439952065,2444.9476154806566,224.05307091188365,894.1778284701142,1813.8893262571248,4962.177704004065,1014.6730700845898,2894.6730971425714,1163.7696994474843,3271.449105529462,889.4671311220714,3714.5075030725707,221.06884965941333,1007.9615509291356,463.8928406535127,1938.1035978951386,1044.6929270201065,4448.234823202337,457.6229947582728,1295.0858497844445,423.8107704902921,1763.8320260084809,574.9560785641963,3152.9781109665505,787.3408431063164,2111.570494972206,606.0519787274822,2689.990436052126,711.5648515524259,3792.053966693992,12120.254418676117,3613.987136314611,83962.01518764404,30768.796327141372,2734.341187028558,13650.286261615138 -1442,2414.16476019089,2826.7998354045635,550.6849494231128,1132.5782695876599,1280.9669231253768,2015.9336641067866,1204.14555478847,2375.6474329860953,249.86946117010365,868.8330373166287,2024.5765881357174,4821.528547236622,1132.5295940430772,2812.6257875708116,1299.1417856798287,3178.722366273623,989.107634841694,3609.2226101732435,240.47913304880709,979.3916466151907,507.55141191421404,1883.1695239799826,1142.7782923912264,4322.152986898461,490.2104278419272,1258.3776253759058,466.1678992113019,1713.8375473872654,640.852492446993,3063.6093420375755,878.5509464585124,2051.7196336591965,659.2645442876087,2613.7447009915045,774.0416565832716,3684.571078202962,13770.01492694026,4057.3948305368235,92166.63409618722,33210.75165931608,3109.8029619638237,14665.110935057904 -1443,2752.502321978826,2814.0635729557175,634.1190358483719,1127.47539180174,1518.6246229050992,2006.850792407152,1401.4541081841269,2364.9438561662996,297.64359499205057,864.91847447815,2413.5227166380573,4799.804952869205,1350.1024947664816,2799.953386875073,1548.9241789145915,3164.4005024466132,1174.7786895077218,3592.961109863337,279.62932064662624,974.9789574338524,593.6505480273757,1874.6848265519295,1336.3588940942125,4302.679349573403,561.5132714280792,1252.7079534395305,547.5347150278745,1706.1157821158708,762.9926388111296,3049.8061246564826,1047.065761900763,2042.4755268078907,766.5933185485015,2601.96836717785,900.0562328983457,3667.9700922839484,16681.728734518107,4862.424261399742,108147.54509461272,38331.61743966759,3770.9421743498324,16847.20953688508 -1444,3340.377752198956,2837.911568375201,768.2460694119985,1137.0302676182184,1815.8804318912876,2023.8580018266052,1686.693984513599,2384.9857524444105,355.9586881748589,872.2482917629516,2885.5865870365637,4840.481264389136,1614.1706987740774,2823.6818044512365,1851.6670858411496,3191.2174547759787,1406.1993267900964,3623.4099316006527,336.1348274830234,983.2414906383008,713.5127499395151,1890.5719854584454,1606.1869016250619,4339.142732421699,679.4356531848124,1263.3241221084559,658.7370649330298,1720.5743898559483,912.6476427980037,3075.651938230171,1251.9771063087771,2059.7846407439915,921.5010510488391,2624.018945671683,1081.933203108669,3699.054583338183,19829.635332739763,5798.913936448797,129924.81369261754,46290.18080430133,4481.054661727398,20363.194817432628 -1445,4035.9229012877204,2819.5219738494297,874.0004136280512,1129.6623405065927,1837.9026978885904,2010.7434536334642,1864.1830158823107,2369.5311056450023,347.7508371824746,866.5961450963446,2807.8282938273396,4809.11506934851,1570.6734219815917,2805.38441843248,1801.1272448834804,3170.5384471244142,1393.9513532005558,3599.9303277309173,376.9329692130782,976.8701108760675,768.5800336660459,1878.321127249263,1732.643685275285,4311.0251982716245,807.4613610363294,1255.1378140433662,684.8270408380815,1709.4251117271049,893.9543686019616,3055.7217921760293,1219.8465973281488,2046.4372888476883,1033.3476298951914,2607.015369881451,1213.252127997846,3675.0848040560077,17684.913548811906,5507.599100328601,137470.71636579098,53084.904881354516,3974.99748681465,23948.048026180106 -1446,4008.711043126352,2776.9594691841244,864.3878958975313,1112.6093580918512,1823.041423443975,1980.3899829317752,1852.6211587284256,2333.761503679138,343.9731709241694,853.5143167542724,2777.165070475472,4736.518372293625,1553.520695777877,2763.035329294335,1781.6621011989403,3122.677122155549,1379.2039675089804,3545.587055080472,375.02361813481355,962.1236258203776,763.230188320045,1849.9666570649645,1720.703265441265,4245.947489420442,803.7312234623842,1236.1906983403146,676.5244847450023,1683.6202359475624,884.2770293757985,3009.593698746844,1206.5483179474254,2015.5449966571377,1028.1132153639242,2567.6607896113746,1207.1064086047247,3619.60702606073,17468.628797562746,5450.216732486168,136287.13118538124,52730.75681998889,3926.0242118230935,23816.433313692185 -1447,3919.3039430731574,2874.0409595023875,845.3711948205121,1151.505775495213,1789.349570241908,2049.623694510167,1813.806627705531,2415.3489547524255,338.07167770480686,883.3528660013825,2729.802520917576,4902.1053272365425,1527.0265194952985,2859.630036760021,1751.230397043478,3231.8447755425373,1354.586675213741,3669.5394854922433,367.08228942729136,995.7591169039029,747.73788612161,1914.6408167349032,1685.7206053321263,4394.384265203536,785.4154054008535,1279.4074743301032,663.7974756204171,1742.4789853998175,869.0459531909928,3114.8079968916563,1185.9305570174054,2086.0077146947483,1006.3423598845837,2657.4252744205382,1181.5452750863533,3746.1471676637593,17211.638427783913,5359.628176277,133637.7537571404,51597.66762271616,3868.888724332944,23288.91214570383 -1448,3823.3869498271706,3125.7120491903584,824.9235366558773,1252.3396596967268,1720.0334227867568,2229.1030533349517,1755.7450146762355,2626.853770440401,324.612981974326,960.7054095100358,2620.1893361432794,5331.367890594177,1465.7099082188072,3110.0392054520544,1680.7105766106315,3514.8476651408787,1302.678339407135,3990.8699793787214,355.30512761352816,1082.9547364337395,722.6047376478897,2082.3001324852844,1629.154017987144,4779.187228040549,764.1345492547663,1391.4413241452921,642.3375917075127,1895.0626093610742,834.6458552173152,3387.562329134108,1138.445415258804,2268.6731123186005,974.0557114851308,2890.1279825592446,1143.6375625767428,4074.1859649885823,16385.20641771369,5129.430472133803,129085.49725765546,50121.136016975295,3681.157836865312,22646.82725310373 -1449,3709.789039499731,3356.784189808966,798.4449157748453,1344.9204225416788,1652.7070026854267,2393.8922617097287,1696.2584223910953,2821.0471939788713,311.46979301331095,1031.726748643582,2513.4779906738872,5725.495875359762,1406.0165592625563,3339.952711655464,1612.220184827818,3774.687138883444,1251.057956006261,4285.899993197316,343.15980034388133,1163.0135087079234,697.2725532501485,2236.236752830213,1572.0932980952375,5132.4945723579785,741.104788537438,1494.3053500873891,618.6788053074688,2035.157463544707,800.9825809303558,3637.9920765175025,1092.1700217237715,2436.387586389597,940.759751265487,3103.7842788149046,1104.5448183525054,4375.375216395171,15628.050223501192,4911.984367773361,124413.97075271969,48507.52176667943,3509.7513743948653,21939.814032127524 -1450,3624.6300017427207,3511.1138662270423,781.189527456819,1406.7537492860865,1622.7292028147526,2503.9525447779783,1661.2009893339878,2950.7461188989323,306.1192678939463,1079.1608541048267,2470.6160420791603,5988.728146430364,1382.0399779238478,3493.508553227394,1584.7506002303533,3948.230093027454,1228.9964644642882,4482.946190304202,335.9762162352658,1216.4835825403911,683.3326645113871,2339.0487523344577,1540.6097068170623,5368.4633394220955,724.4080879924168,1563.0067166658318,606.8399446161583,2128.724751475291,787.1569816119662,3805.2504131377136,1073.5000563930387,2548.401611294166,921.0662242485006,3246.482169514955,1081.4226735196335,4576.535077491981,15407.016610016479,4832.232968382768,121986.71571190786,47457.613458725515,3460.778099403309,21451.957635502426 -1451,3480.6069874452824,3647.118927281469,750.083517346479,1461.245183300954,1546.2503500730636,2600.94461957385,1589.018123895642,3065.0450056189484,291.6386814024037,1120.9627846152123,2353.3047330251707,6220.705054108628,1316.4171064562306,3628.831662126286,1509.4032784235833,4101.167108264772,1171.702870683645,4656.5957481213645,321.1894897130157,1263.604789718129,653.1442038106023,2429.6531817238056,1472.5576478853404,5576.413924924223,694.7720701543193,1623.550701289448,580.3777210134194,2211.182156966265,750.0141004124775,3952.6490263653463,1022.5910242837147,2647.1154468291284,880.5289668216028,3372.2365661251265,1033.8279315242717,4753.809855908914,14611.705021558722,4595.196365078115,116559.73276750614,45472.551055345604,3281.20942443427,20563.308699556317 -1452,3428.3176835302365,3572.0009862559978,737.396588761624,1431.1486244303683,1512.8632882357258,2547.374223752045,1560.2048915343712,3001.9157590648424,284.94888875800325,1097.8748573977584,2298.9186323331774,6092.580206877586,1285.9940200196702,3554.0903750385764,1474.491788176538,4016.697356903012,1145.5562657793603,4560.686102244373,315.4914156402178,1237.5789342508108,640.6930637349054,2379.6107926336535,1444.5570690371312,5461.559229835267,683.9437729186784,1590.1112143237106,568.6050205268883,2165.6395096944434,732.8945508450129,3871.2382299594788,999.0165983115561,2592.594092854323,864.9079099785636,3302.7802438749104,1015.4872687036534,4655.897938167135,14215.695593992881,4483.899011252973,114259.52842447253,44708.380084383214,3191.4250869497496,20234.648566545482 -1453,3450.181883475283,3414.03237590878,744.5007692937327,1367.8573318827255,1537.155688171909,2434.7188331995876,1577.8559653639857,2869.1586678256463,290.30128387187597,1049.3223048577172,2342.7047694405724,5823.141191487449,1310.487583944864,3396.913845761709,1502.6179550599618,3839.062439640468,1165.9831750091253,4358.9937598924325,318.54809046041225,1182.8480914568663,648.9487000762329,2274.37459266452,1463.0014939861544,5220.026563639002,689.1632409544017,1519.789940676044,577.2800108701146,2069.866002023037,746.5344934999486,3700.036114992903,1017.9573857094233,2477.938893256556,873.2876696143485,3156.7176847057926,1025.3259337531465,4449.994935888953,14573.50957650562,4576.111790860696,115825.40720214897,45115.75448406448,3273.047211935676,20389.045251906955 -1454,3486.3007942524378,3267.8902945281225,754.6204311840401,1309.3044256701935,1563.0302896573353,2330.4975374757123,1597.6208871721335,2746.340611826461,295.5745685440688,1004.4047033864553,2385.649923157657,5573.874084384843,1334.5107094666869,3251.504545254345,1530.1188886649647,3674.726395425299,1186.504724449777,4172.4013815391345,322.73067533539694,1132.2147456038908,657.6342406639078,2177.0170400072166,1482.5687500318065,4996.576559984758,695.7558752361716,1454.733362197446,586.2748806298408,1981.2627046878185,760.0134373161364,3541.651272820828,1036.5618832930065,2371.8675068367947,884.7540695326791,3021.590292233062,1038.7886192027663,4259.50713423444,14896.965746294012,4664.423402841226,117546.95360967671,45651.43523385351,3346.5071244230116,20614.257203614605 -1455,3490.143698186406,3210.2522208492865,753.6061428644653,1286.2113049858278,1551.6007501763493,2289.39291747109,1594.4907643737977,2697.9014757891573,292.8979034885054,986.689313003218,2363.5258074757926,5475.563756865504,1322.1346818574686,3194.155478530701,1515.963266312098,3609.9126680233294,1176.8971786145244,4098.8098112683965,321.95151704935034,1112.2450798422667,655.5882581612764,2138.6194632090833,1477.9940626043565,4908.448433900301,697.0128772664862,1429.0752093354006,583.2433306913157,1946.3177844311194,753.239880154532,3479.1846847136935,1027.0237840772893,2330.033215659882,882.6180362483517,2968.2963844838932,1036.28070526102,4184.379218695285,14683.85669759908,4615.131513112428,116989.15054343939,45613.61644417091,3297.5338494314556,20619.037719001233 -1456,3666.5607388697986,3215.5156779534873,793.5187167697702,1288.3201480190212,1643.479882314348,2293.1465544400207,1680.095614528627,2702.324894172595,310.7624740244612,988.3070665368615,2508.219611442768,5484.541367648981,1403.0750700984304,3199.3925437794082,1608.7357876592741,3615.831399378658,1247.497865060465,4105.530127348166,339.39677377391575,1114.0686917781413,691.5564684544096,2142.1258954245036,1559.0461035655862,4916.496215196807,731.7521989245755,1431.418288802541,616.4436371215485,1949.5089231531686,799.0694497229904,3484.8890774173733,1089.8204685630508,2333.853485544703,930.4435547400818,2973.1631362583544,1092.432585232504,4191.239832444658,15660.125018565484,4903.945497491685,123603.53922485937,48009.39813405632,3517.9135868934586,21679.945010220523 -1457,3764.57621339692,3369.1305646787896,812.8342276225567,1349.8670889842797,1674.0810408258415,2402.6970848946,1718.5472897698824,2831.423108608137,316.03388870214593,1035.5214773129585,2550.2405766471848,5746.554458335525,1426.581213033768,3352.2371797338033,1635.6517456386532,3788.5705760655073,1269.6075115185743,4301.6636899316,347.32953700658203,1167.2911148765804,706.5870340081924,2244.4617132944395,1593.0244421798793,5151.372074879603,750.8194936364953,1499.8014597503734,628.8966501699687,2042.6428470377318,812.7340502026323,3651.372744266861,1108.1541440795,2445.3487089309488,952.1909282906336,3115.2001107702786,1117.966148648377,4391.46800626881,15846.721249229977,4979.500122166921,126186.27411336868,49186.678772215804,3558.7246493864213,22233.870503919505 -1458,3791.282202636926,3746.474745002296,815.1342304369474,1501.0528268059343,1661.2585496819331,2671.8002688347774,1720.236388411539,3148.5438053445173,312.64803466322473,1151.500361349261,2521.9338932215323,6390.1712135002945,1410.746713673939,3727.689293136014,1617.498357151954,4212.892231512983,1257.9814864602338,4783.452011263512,347.6677233004696,1298.0282592187466,705.8307642446042,2495.842462485241,1591.438634635472,5728.328128027448,756.1959944049495,1667.7799163915927,625.9109835717782,2271.4197899350493,804.2330184971163,4060.328179145453,1095.995669635928,2719.228894475099,953.1180533600626,3464.1039628993744,1119.0546850042583,4883.314452534509,15528.9055924462,4912.333374653081,125768.38095068932,49354.997268398525,3485.2647368990874,22351.26855386005 -1459,3787.4450683641644,3793.910812889631,813.2235127900708,1520.0584383851467,1661.1874874677683,2705.629323495539,1718.7022737899902,3188.4091582061124,312.4907487771187,1166.080107118566,2520.7140206972463,6471.080499196042,1410.0643281604393,3774.887508633923,1616.7193950587623,4266.233854104371,1257.0167566400737,4844.017788370323,347.6677233004696,1314.4632710137994,705.1699916759302,2527.443623722075,1590.0034494948425,5800.857473734241,755.1985664840976,1688.8965464824855,625.1159437010405,2300.179418836786,803.8181924878936,4111.738108815401,1095.4585010409269,2753.6584676656275,953.1180533600626,3507.964787257549,1119.0546850042583,4945.144640017993,15528.417591664469,4911.3573501173405,125679.70738925009,49310.729080931575,3485.2647368990874,22334.565707812693 -1460,3695.658117871594,3630.48380795185,793.0431185055929,1454.580199658054,1617.5470256533176,2589.081276211863,1675.40493323803,3051.064822785391,304.14898682997875,1115.8498858976386,2453.288211372082,6192.331378077561,1372.3469481855134,3612.279954071192,1573.464657261711,4082.4609992518845,1223.7084934136062,4635.356236198583,338.95151904432896,1257.8412769614702,687.2018027285161,2418.571127254666,1549.5130775650473,5550.978968477215,736.7665842068351,1616.1454150368913,608.949726270339,2201.09658537563,782.3893839894545,3934.62033316046,1066.176099304475,2635.041510602951,929.2229055607893,3356.8552312129113,1090.9994225953908,4732.126934183543,15093.32261464506,4778.2597534805645,122451.06865939894,48088.723250114344,3387.318186915975,21786.725968950443 -1461,3337.065450265061,3542.109764877419,711.8143972078938,1419.1724854194617,1439.3458127948418,2526.057284829229,1501.9250077736665,2976.795125319412,269.6008923997428,1088.6876201784178,2173.742788754779,6041.596272541831,1215.9717999946997,3524.3490332504525,1394.1110536600993,3983.084827016287,1086.0502688168233,4522.521365323825,304.4505847382212,1227.2226252689559,614.6364419718803,2359.697731783124,1386.1083765047385,5415.8558057210585,664.1658700733691,1576.8048444467722,542.5341661568741,2147.517003497063,693.7021974241171,3838.842931249826,944.8146113458095,2570.8987449883834,834.6398852194923,3275.141915718137,979.9496196232956,4616.936449488573,13246.81846437017,4223.497790993417,109370.96723520987,43245.52758723167,2971.0453494877465,19634.231961422945 -1462,2979.836438753292,3556.925410939318,646.2249940620276,1425.108483635341,1331.3959067117155,2536.6230699540183,1362.820685730743,2989.246219696225,252.05650361952294,1093.2412934192844,2034.2612953743794,6066.866565662171,1137.9471305401914,3539.0903911815335,1304.6513833761774,3999.7449473820475,1012.1272539661722,4541.437796576298,275.00133107913217,1232.355751361046,560.9547019177717,2369.5676818207603,1264.566920316563,5438.508802964531,593.9974229665343,1583.4001743588083,501.432328423864,2156.4994613958015,648.1453098837421,3854.8997284503466,883.904730251452,2581.6520892930725,753.9058583331382,3288.840910567736,885.1599021188008,4636.247792407466,12681.901488035486,3973.258855259208,100300.45522515767,38978.39262022681,2848.612162008856,17595.71460107286 -1463,2394.06443225856,3349.506328253832,533.6146741836641,1342.0044934606115,1168.8050365186002,2388.702051236406,1144.3982030003735,2814.9308666377783,225.15126712286335,1029.4898564232976,1821.0421511581258,5713.0823974716495,1018.6742947993589,3332.7113425171324,1168.2375606708906,3766.5032197342352,897.2096223535342,4276.60771075499,229.33123371111122,1160.4919729688004,477.04462723038074,2231.388356099493,1074.6459514545165,5121.366783731143,481.8208389681835,1491.0655387548497,432.79762687483856,2030.7450278845465,578.138345623936,3630.104526655956,790.6947901706216,2431.1052415780887,628.7029954186738,3097.0549477048517,738.1593812216819,4365.888942248217,11918.341011070892,3606.4341520799935,85983.12004095397,32120.40566406759,2685.3679120370016,14332.276250911744 -1464,2209.078187786438,3159.3071836602,514.5496296373626,1265.7997988929542,1116.883195691197,2253.061439662739,1066.173562965704,2655.087179104329,237.80593418809104,971.0310655239203,1947.9200603446068,5388.6694008977565,1089.6486347310065,3143.465888290835,1243.4784611825512,3552.6252268910093,918.1001278537278,4033.7638261243324,214.73032585105528,1094.5943274845745,463.17741128159213,2104.6806818949885,1042.0745247569262,4830.553903874991,453.709606963096,1406.3965272017167,442.9841187307369,1915.4307309885112,605.4942791933565,3423.971828851687,807.7803273015327,2293.0567974044357,588.6751529006642,2921.191060885439,691.1627426180171,4117.975291450815,13000.190298262623,3762.3593154758064,85501.97983297883,30800.780952511454,2847.99708498045,13412.257335689894 -1465,2317.681294938704,3054.752887997293,537.345427265238,1223.9093467368664,1158.998060726357,2178.4984933536443,1113.1583694751612,2567.219569594685,246.00323176253582,938.8957069719754,2014.569840446718,5210.336462370902,1126.9319110686092,3039.4358453781188,1286.0815016728639,3435.0544410323414,950.8226963566118,3900.2702114824256,224.39437377494616,1058.3697591555858,482.68795351351764,2035.028257012418,1086.0740406085042,4670.691272063346,476.1534647706266,1359.8531587426942,459.7009011397219,1852.0413549869115,626.4699211995014,3310.6587060294623,835.541754221391,2217.1702424003406,615.168778645832,2824.516994037083,722.2688746531421,3981.694777678147,13379.206085319562,3886.7947141488726,88925.05671561517,32210.532144627214,2930.150847047193,14056.338383501838 -1466,2423.0943379215228,3006.4070866276725,565.7246804920121,1204.5392437068451,1242.279501170651,2144.0206618218303,1179.3396127718447,2526.589675153306,264.376729530012,924.0363494329715,2166.1719652418105,5127.87549059527,1211.7367506861383,2991.3324579539753,1382.9929361449203,3380.6898276613206,1020.047715525321,3838.542898064351,237.7671632947981,1041.619555120164,512.9530877650363,2002.8210456593617,1154.0551737582398,4596.770951573516,499.67603450647306,1338.3315518844952,489.8864600599361,1822.730171149969,673.0213336659081,3258.2628317729236,898.1375504420743,2182.0803755365123,651.8297806915688,2779.815002561642,765.3125101730055,3918.6788048993194,14537.250883731305,4194.871078808022,94676.62397665925,33954.929280271645,3185.7403290326183,14774.848204262093 -1467,2630.7974163569397,3039.612333518492,613.3281334508591,1217.8431715597535,1354.8191240439053,2167.7009996348543,1283.7380928370603,2554.4954216267047,288.0805346312466,934.242171277754,2360.589612585086,5184.5119895071975,1320.4922013372993,3024.3712081753574,1507.2014647041221,3418.0289627665056,1111.08400697058,3880.9389412343407,259.12165898345256,1053.1240631583178,558.4639804590322,2024.9418581052396,1256.490259851136,4647.541492604524,543.1759486233238,1353.1131926675293,532.4120896119991,1842.8619109990361,733.3218976118958,3294.2497818587685,978.6974510960673,2206.181076312393,710.3723315157818,2810.5175790295552,834.0472440718994,3961.959935316179,15868.63023590444,4575.870735254462,103063.3890339214,36921.29959100167,3477.8425941588193,16067.580516398406 -1468,3225.186452684152,3141.6973579893242,752.2432492297555,1258.7442919425632,1646.7873444577608,2240.5029840040315,1565.853994054809,2640.2878513888027,350.5909792128918,965.618585258209,2872.3397819531283,5358.633217889477,1606.7605573788708,3125.9443612353325,1833.7620984748933,3532.8230654414774,1352.8052861869096,4011.2798213580604,315.528523629481,1088.4931115638733,680.8726519579644,2092.9492934144005,1531.8325835385303,4803.628629694323,664.2532143302765,1398.5573408775006,650.5737112550097,1904.7542125949221,892.5441178701684,3404.8867752298315,1190.9851855983995,2280.2754095531513,865.0096401425113,2904.9084829836866,1015.6067099587746,4095.021896043596,19245.85500279883,5557.852325585902,125680.3148484192,45127.18018757938,4217.226452759512,19638.70282764479 -1469,4310.5879823710375,3393.8882935805586,971.0461720138087,1359.7864562515672,2012.592154743694,2420.353071185105,1998.4909808141988,2852.2295464660324,419.6840287785252,1043.1309063674591,3431.3277611845892,5788.782455935341,1919.453311460806,3376.8707692362013,2190.4756976945637,3816.4105191745066,1631.6848381097182,4333.27404798018,406.40511992381573,1175.868840321398,856.9697328240485,2260.9549223171775,1929.573997549093,5189.226432510938,879.0777579586787,1510.8226051866045,802.5848548559854,2057.653009713015,1069.9266618404004,3678.20450242714,1424.5121848614403,2463.3181165403494,1114.1444281918098,3138.091856381379,1308.115545334689,4423.738282618388,22051.4809507892,6563.531318352957,156685.03119542648,58611.5461483981,4819.6873745822995,25885.312602083224 -1470,4349.886949097985,3854.6679745943447,980.7216865572948,1544.4012447652574,2058.1405301726763,2748.9583226280806,2032.4109354829384,3239.469581173297,429.41349601539406,1184.7541669800025,3511.9384389118436,6574.710896346686,1964.546186018864,3835.340023753668,2242.202273998193,4334.554980490186,1667.7626391869733,4921.591771150473,413.35437183290037,1335.513596509212,872.7444892938191,2567.919087832701,1965.0035315868777,5893.754658971242,890.207299105996,1715.9431919198394,815.8259635458085,2337.015385677472,1094.5079401704754,4177.585080314042,1457.714651114624,2797.7566241723925,1133.1955422527237,3564.1426982167986,1330.4834339391052,5024.33810748855,22710.99000672132,6734.767039482498,159568.20048470513,59410.70603558428,4965.738507145399,26212.922714538836 -1471,4242.564794986627,4154.294978072915,956.1726187970671,1664.449020653474,2009.7949813615962,2962.6374644699167,1982.6197699023023,3491.276629112122,419.6266157004605,1276.8462338585578,3432.009528643184,7085.769420088299,1919.8346859307271,4133.464647252446,2191.1097427888817,4671.484056814603,1629.10380549272,5304.151774879404,403.20283828689054,1439.3243370617895,851.6058354385216,2767.525877972312,1917.3859197690692,6351.881807494651,867.699588697364,1849.3250863198366,796.7767661510195,2518.673811697302,1069.5391117648796,4502.312737181299,1424.510368184302,3015.2289043501196,1105.365492916708,3841.1868959726658,1297.8082086786276,5414.884681546829,22208.96216714672,6581.623937200655,155788.62729268725,57954.7609009337,4856.200157723074,25561.687363644756 -1472,4143.768627545182,4353.916353300004,934.2225703734672,1744.4288016396465,1940.0536486636695,3104.997544357918,1923.8042324432447,3659.038775440222,404.7588119237693,1338.2010010336637,3309.5192250957093,7426.253435702478,1851.3147323938863,4332.085087469682,2112.728591690408,4895.95730117852,1573.2714587745786,5559.025845522745,391.17781960480096,1508.4864704872246,825.2617520411021,2900.510493810464,1858.1475798223803,6657.101198121601,845.3161923457307,1938.188496097341,773.228356843017,2639.7006363915607,1031.8308418885929,4718.656994159287,1373.88912768821,3160.11609789025,1072.3993541877865,4025.7628624665117,1259.1027074439723,5675.079668309154,21297.9066429371,6333.195426239962,150928.75011456237,56391.217902492586,4655.379850448812,24895.539422613583 -1473,4018.228493675471,4434.232765964406,903.5695859655559,1776.6081666359369,1864.3024660642873,3162.275232732796,1857.625620411141,3726.536826481226,388.43598312246075,1362.8867081317048,3175.367455568244,7563.245051317747,1776.2714616312808,4411.998780188836,2027.0609579108884,4986.2727080628765,1511.0261297958473,5661.572834851714,377.6233738724161,1536.3134225990834,795.9372635422568,2954.016022822693,1792.1790032281333,6779.904312281516,819.202795126359,1973.9421336140479,744.5009309374717,2688.395022874713,990.3639954707043,4805.701753776089,1318.3685446949166,3218.41055464829,1035.2403484331448,4100.025848962753,1215.4743664076882,5779.767494982215,20343.071467864498,6067.782173695305,145408.49044936855,54535.919072628,4445.431347389356,24102.78632136447 -1474,3862.729692342395,4499.86349089115,865.4481176105493,1802.9036021805189,1772.415394000872,3209.079815824411,1775.9216587299513,3781.6930003441416,368.42984280594726,1383.0586854203743,3010.9975262005496,7675.188037109257,1684.3244291156575,4477.300421668346,1922.0987883662378,5060.074132071216,1434.6409790835082,5745.369322088231,361.2681876043701,1559.0522748338592,759.6886808245436,2997.7381779858542,1710.7010673081004,6880.253134374128,786.5770117524199,2003.1582934392432,709.0973592120282,2728.185742837594,939.5287340482062,4876.830561515494,1250.3285299559154,3266.045992155034,990.4032173064539,4160.710004010101,1162.8311482118006,5865.31337194098,19180.31337785432,5744.190017213689,138625.95373051648,52248.103328382014,4189.8418654039315,23128.620870596835 -1475,3703.1553711455444,4576.67094055695,829.0799193878947,1833.6770751885513,1684.7117878099225,3263.8550855467943,1695.0168975517545,3846.24211285909,350.0132852299225,1406.6658927457315,2859.9067269994025,7806.194593203489,1599.8056203505685,4553.722745917087,1825.5525531919188,5146.4437275025,1363.9894593275853,5843.43611142773,344.6548877713946,1585.663488566909,724.4033821228473,3048.906091119881,1631.2720174187375,6997.691073852988,753.0036127975719,2037.3498817190678,676.3357748322411,2774.7527086013606,892.6866590251587,4960.07240177142,1187.7313712273783,3321.7936084230455,944.8584775003724,4231.7284970941455,1109.3571275722593,5965.427467068849,18140.466094086074,5447.176834306765,132128.0654131891,49957.44369977457,3961.6369707740873,22129.748209555903 -1476,3660.314646424291,4533.913492102135,818.8188861645257,1816.5459871021508,1660.9410560798754,3233.3625905877243,1673.2761663600052,3810.308679797962,344.88930195961626,1393.5241473191086,2817.8566593145333,7733.26539045278,1576.2831977543055,4511.179690470244,1798.7026889491617,5098.363189211163,1344.3409642161073,5788.843936989474,340.28649150923985,1570.849462004879,714.8426157379027,3020.42175245367,1609.77258248579,6932.315297600089,744.0885658175795,2018.3159848793211,667.093530940488,2748.829641932634,879.6565549978272,4913.73303352637,1170.3130511537545,3290.7598240775187,932.8826826173602,4192.19366589493,1095.29636214741,5909.695591050885,17849.415480482523,5364.955180435313,130349.61299338103,49341.02258682975,3897.739600277732,21864.641866119644 -1477,3631.9407358435424,4480.564162883094,811.4805174796262,1795.1711836180841,1639.3707910131347,3195.3164907602177,1656.540227381147,3765.473811964949,340.25511145402123,1377.1269269840682,2779.636933001445,7642.270155988745,1554.9034330274708,4458.097863723355,1774.290112132783,5038.372133640018,1326.9012988382037,5720.728181907232,336.6636944341337,1552.3657028312568,707.2763321750231,2984.8812696604496,1592.7303426996255,6850.744625441016,738.2079233836179,1994.5670086068476,659.7262632501562,2716.4849097735446,867.9116056573235,4855.914470874762,1154.5279966356256,3252.038346585431,922.9509200045864,4142.865261102603,1083.6354923915667,5840.157807363461,17559.77008167139,5287.228694468342,128880.03836333261,48886.6556186648,3833.8422297813745,21673.754439144886 -1478,3648.7135422073106,4360.479425162363,816.2215097815463,1747.0583449415642,1647.0190885214179,3109.6780022175694,1662.7556089238103,3664.5543922967954,341.8590474640262,1340.2181985687996,2792.745621303345,7437.447733206532,1562.2363131605257,4338.615250990478,1782.5843134038685,4903.337442870567,1333.1938377060462,5567.405493441618,338.2313501606273,1510.760355492319,709.9130043410994,2904.882708906874,1598.7204183067865,6667.136079367116,740.6105842090427,1941.1101117992694,662.814162602534,2643.6797080057,872.0016795756544,4725.769874250109,1159.9713068153742,3164.8796411834346,927.2485895155495,4031.8312773884377,1088.681380656812,5683.6342551834505,17643.38146428503,5311.728046743399,129460.20936670496,49098.41873134491,3852.0986213517626,21766.7005992828 -1479,3672.964042941131,4294.198896008114,821.0275597145647,1720.5025605253218,1654.123754407116,3062.4100109281408,1673.3704880144787,3608.8521218459,343.1508082337399,1319.8465002480382,2803.1303068260754,7324.396409430215,1568.045411096481,4272.667063510695,1789.2790359887906,4828.805317237799,1338.727776652438,5482.77934430944,340.1335768044468,1487.7963678148483,714.2230646572349,2860.727664402747,1608.401248830542,6565.793712118729,746.3635214408014,1911.6046852596342,666.233088480144,2603.495023507517,875.3318712216474,4653.936826232724,1164.3262274607437,3116.7725692599533,932.4634726763886,3970.5462936813983,1094.8041682929438,5597.24139577012,17686.63377259979,5330.054955421631,130119.92923372787,49407.16611462166,3861.226817136955,21910.935203500067 -1480,3798.2236260866416,4226.943641603161,846.811079512008,1693.5562452253782,1696.6044034646502,3014.4468938567097,1722.0113293001523,3552.330690621504,351.36245907770086,1299.1752145672128,2869.6096450635387,7209.6825464238045,1605.233343816603,4205.749038215871,1831.6132306825232,4753.177117904806,1371.603984596844,5396.908678190425,350.5049952391879,1464.4946704218444,734.0773398245096,2815.9232732899954,1653.2661430524652,6462.960998224297,770.1347192906453,1881.6653502306137,684.0149276155552,2562.719380741925,896.4044007466724,4581.047397304821,1192.088108549886,3067.9580319866986,960.8963282065522,3908.360049500574,1128.1871475334585,5509.578038027563,18026.186803227865,5448.956238650701,133718.65390872094,50949.70246901963,3934.2523834185063,22621.00353475675 -1481,3870.4386637053517,4297.577900682475,858.7619681902798,1721.8563837494087,1702.500624460191,3064.8197497391106,1741.6426864755035,3611.6918431732306,351.4198721557656,1320.8850565892274,2868.927877604943,7330.159805654675,1604.8519693466822,4276.02912528967,1831.1262982855392,4832.604991201129,1373.8396162425493,5487.093615138891,354.8256756566859,1488.9670799786506,740.7708924247464,2862.9787040923793,1668.530032038635,6570.9601816236145,783.5358249159806,1913.1088822759918,688.275154521259,2605.5436528484365,896.7919508221934,4657.598900270477,1192.0899252270249,3119.22508469659,972.7413118870119,3973.6706236928903,1142.0943276930286,5601.645734110715,17868.675911821818,5434.243424654475,134721.58295114772,51681.61395515871,3897.739600277732,22995.288964274423 -1482,3895.433652897327,4550.028759225341,860.3217083829859,1823.0026881121573,1688.1261544579822,3244.8552010983285,1741.7343768653973,3823.8519779450876,347.30418095391417,1398.477266498776,2834.1976089343375,7760.752381044655,1585.4241752543155,4527.214152944957,1808.9810990457142,5116.4847270015025,1359.929230656025,5809.419708128831,354.8544171644259,1576.4328633500193,739.210695591405,3031.1574895713543,1665.146141827898,6956.955404430031,788.4016080227278,2025.4898538320535,684.2938317654954,2758.600036544947,886.525931206277,4931.198324945214,1177.9390446029606,3302.456446365461,972.8201056549455,4207.094329720076,1142.1868393549837,5930.700915310493,17501.781518236534,5355.7807548038645,134132.77270432693,51803.85544545969,3815.585838210988,23097.60874864692 -1483,3832.6738611645806,4555.292216329542,841.0991516045615,1825.1115311453507,1635.1016510564318,3248.6088380672586,1700.257441785505,3828.2753963285254,335.0055454471341,1400.0950200324196,2732.647118296973,7769.729991828132,1528.6177612068661,4532.451218193664,1744.1111262163308,5122.403458356831,1313.6049613309783,5816.140024208601,347.04488003969794,1578.2564752858937,719.8133446761973,3034.6639217867746,1621.703925342074,6965.003185726537,774.1738097282781,2027.832933299194,664.0416386074678,2761.7911752669966,855.3811571030963,4936.9027176488935,1136.0271912283226,3306.2767162502814,951.4105518680645,4211.961081494537,1117.0499096907115,5937.561529059866,16716.50758815559,5150.781843373681,130413.38412238524,50729.160131604665,3642.150118292306,22673.18149021809 -1484,3715.636460847277,4298.032767423617,813.1086012107277,1722.0386294748128,1570.4289099388386,3065.1441381746363,1640.9964588800042,3612.0741139631223,321.0742673913168,1321.0248624740768,2618.3288230870066,7330.935648694616,1464.6691542613228,4276.481711252787,1671.1168619656864,4833.116486590946,1260.1681493744143,5487.674383294522,335.1345473862031,1489.1246760988352,693.7677176874398,2863.2817291504903,1563.133087485418,6571.655669015132,749.8313296137258,1913.3113706596446,638.8810050040632,2605.819430316039,819.9525340438241,4658.091872563772,1088.6711193353672,3119.5552315332393,918.7588205948716,3974.0912072515234,1078.7135538469058,5602.238626758386,15926.44428626005,4927.356665770016,125570.38122288816,49047.5471723005,3468.714398373625,21949.499514082658 -1485,3354.6009898140214,4086.000038164584,729.4605952310682,1637.0861476639543,1396.7546407629172,2913.932895181002,1470.4848943466543,3433.8814444063946,284.3613566856225,1255.8553949138472,2317.9353307359206,6969.282218456388,1296.6317868733956,4065.5121496114957,1479.3491327542474,4594.686736300095,1117.5792617348563,5216.9536513368885,300.90423496827424,1415.6624233972402,620.1714386559348,2722.0288647538273,1397.534700773745,6247.459423278475,675.668107031059,1818.9229251088943,568.8270331866197,2477.2678264395227,726.406106336698,4428.296525174866,964.0198612222712,2965.659752925062,824.9177000330792,3778.039327101952,968.5348144551633,5325.8661535201245,13965.412976393405,4351.11179199639,112085.57344307085,44083.77849012028,3039.6891964695183,19774.551564861158 -1486,2940.9684470451284,3907.1075703311008,646.7201101794853,1565.411556798515,1243.4087714083066,2786.355645584535,1297.8168470849942,3283.5399074265256,254.92894939324108,1200.8717755453438,2079.0008092531843,6664.154444730836,1162.9740046963846,3887.516678574323,1326.7537609712092,4393.523045281698,1000.5121942123121,4988.545989921451,264.6759842148477,1353.682163442465,549.0533639471008,2602.8535205096987,1236.9833880282445,5973.934356347278,592.4050619555042,1739.2871914250068,508.21159152923684,2368.808562901355,651.0151835255099,4234.4176983790585,864.404741584882,2835.8178079911804,725.599306289338,3612.6299358918586,851.9252156397641,5092.690105880631,12656.587864787723,3909.946388318693,99521.70262838135,38815.1605467406,2756.7151271285124,17350.7071444071 -1487,2400.6804214674376,3622.4911567039417,546.5054096208846,1451.3778847978376,1130.29726362652,2583.3813131248703,1118.055683710681,3044.347784959779,237.16185214776655,1113.3932989922066,1939.4908556825208,6178.69871980539,1084.933414872197,3604.3273793153257,1238.0290746296373,4073.473302645515,921.5784972835713,4625.151319232805,226.20116872945246,1255.0720904883185,480.5987586528827,2413.2465488896373,1081.8397866330922,5538.758272469059,489.86705111106056,1612.5874080737415,453.15579304523345,2196.2507856694488,604.515004941873,3925.95811352819,805.0636680737894,2629.24036427312,620.1220394015666,3349.464983914732,728.0844917587165,4721.708972763933,12525.376772512314,3710.747435688051,88011.12215119407,32735.083438264584,2738.4587355581243,14411.486958187363 -1488,2178.6512588670244,3407.599268673811,495.65019537897444,1365.2798598703814,1088.7009965399682,2430.1310596765543,1038.810525189008,2863.752273464974,231.02083267993342,1047.3450526913846,1896.5978335126288,5812.168568030931,1060.93945126024,3390.512995203893,1208.9796488365637,3831.8284425260213,886.4998648804467,4350.78004918136,207.28210205718278,1180.6192348506088,447.08434978722863,2270.0889579557374,1005.8698401326266,5210.190397207119,439.1539361568543,1516.9261800005481,430.6199091302852,2065.9657256088485,587.3265795214442,3693.0640870563857,774.469287953477,2473.2696795916513,568.2561260896232,3150.7694390126535,667.1887894066924,4441.609750435044,12708.677889000875,3663.0152229839796,83004.6250021342,29863.40903809379,2758.5228278004356,13006.125686098312 -1489,2285.266142682628,3277.0526022099475,517.4922665996503,1312.9753720349634,1129.335724248012,2337.0316416119013,1084.25212607791,2754.040630926484,238.8946459613105,1007.2207908618849,1960.744124913246,5589.501766081011,1096.8222989554245,3260.6209115908637,1249.926260889505,3685.029364878645,917.7853562876279,4184.099701183997,216.55691702883604,1135.3891789312556,465.78588943115216,2183.120825064665,1048.0468496164663,5010.585650765753,460.7830787067523,1458.8120531748596,446.732819115428,1986.8176459076235,607.4479364957622,3551.581134517118,800.8011451606459,2378.517601521598,593.6826842617115,3030.0620392780015,697.0420787717401,4271.449675574378,13073.440335838528,3782.657976233592,86300.28637714275,31222.3508644689,2836.84051060865,13627.691088340816 -1490,2372.907827292377,3216.6853343874045,540.1190559350708,1288.788779523575,1195.987381755434,2293.980695489217,1137.807521883628,2703.307875447006,253.41899515610103,988.6665671068591,2080.8259053984048,5486.53639107298,1163.994946758319,3200.556335360061,1326.5848105470936,3617.146672225635,972.2445907127369,4107.023530027251,227.33516367957284,1114.4739386323545,489.8903634818125,2142.905102116924,1102.2114164720983,4918.284609969646,479.93911861025714,1431.9389728168046,470.73797460078276,1950.2180646667923,644.1969053721582,3486.156719481393,849.601414583949,2334.7024338996753,623.2308441221153,2974.2446360051144,731.7345353970979,4192.764412364986,13989.019922278227,4026.5742680982107,90891.3534363266,32632.50454119631,3036.9857000074203,14213.09865456427 -1491,2576.2123739053104,3253.1396276283435,585.5273081076979,1303.3944618363994,1304.3216995174646,2319.9780922716855,1238.5075514354014,2733.9441260490103,276.13400393867454,999.8710018613359,2267.535918654292,5548.714622912791,1268.4388175190595,3236.827840668982,1445.6964733251814,3658.139343804409,1058.9745202567394,4153.567914866671,247.74833838088364,1127.104132619304,533.3385312286683,2167.190378063864,1200.0082169652997,4974.02291532937,521.70341527907,1448.166958395672,511.56944117716137,1972.3196424783127,701.8977374525687,3525.6648982818683,925.7802726040762,2361.161325058801,679.1927986846829,3007.951379083815,797.4393945322955,4240.280487917845,15270.174844780595,4392.247287546689,98939.97234385376,35482.15571033136,3315.4485722144045,15456.265071102467 -1492,3152.4753185858103,3358.083810870273,716.5048309535345,1345.4411253358064,1580.0887335832608,2394.819087095544,1506.6967251840917,2822.1393977491844,334.84546679265316,1032.126194582383,2749.107401518819,5727.712572831299,1537.8254928305125,3341.245816199097,1752.549719525253,3776.1485563080228,1284.912195555772,4287.559333084201,300.91173271894775,1163.4637839609736,648.4073805516499,2237.1025399102614,1458.8638754359706,5134.481681944449,636.7113798612789,1494.8838891280855,623.2154769353328,2035.9454002582822,851.2502496854344,3639.4005707358274,1122.5477830177729,2437.33086437285,824.9382548359775,3104.985947790452,968.5589478229048,4377.069197735887,18440.58395023215,5314.346974154326,120293.73582134572,43267.57832414964,4002.903787975396,18851.644259028413 -1493,4225.018668335451,3574.145355334321,928.1902637974434,1432.0077817678161,1938.77304564583,2548.9034815930563,1929.561402705296,3003.7178905183996,402.5216967229909,1098.5339414532025,3297.8850886069304,6096.237748029758,1844.8067030351103,3556.2239918911814,2102.285124106127,4019.108689274494,1556.5443440510037,4563.42400581473,389.03377901513375,1238.3218864528965,819.3183391605028,2381.039337536581,1844.878528673912,5464.837951979228,845.2796123933007,1591.0658012155425,771.970404855114,2166.939601832506,1024.7330244252182,3873.5622392716505,1348.5401539269167,2594.1504974092913,1066.5215471433214,3304.76299243929,1252.2015817256301,4658.6929999851045,21220.438085551894,6302.87184458442,150550.46630826726,56384.81060704052,4594.637391415238,24927.553510468642 -1494,4290.169840506089,4017.9000357426153,945.0244084167772,1609.8013778206907,2006.6116342766943,2865.367345654375,1980.3475726767208,3376.6500854987544,417.3171661059705,1234.924471116379,3420.6392074539262,6853.127511769342,1913.4742324334022,3997.7536120076998,2180.8069962036275,4518.1086220202,1611.162170950732,5130.004421534401,399.15224128550335,1392.0680490552008,842.7268802926467,2676.6617158181966,1897.4207373644394,6143.335096826552,861.844376569241,1788.6075422287386,793.3714633392364,2435.980028249443,1062.0777102239902,4354.4915811531155,1398.307200688978,2916.2320890800925,1094.260932814729,3715.072003332296,1284.7703588936793,5237.101715300314,22212.689847312195,6559.60315893181,154947.22760868975,57612.473053218026,4812.186510326944,25424.414841673653 -1495,4184.9376229290665,4327.469122061055,921.5379964883934,1733.8325227603157,1960.0177092714832,3086.1366886619276,1932.2476791106444,3636.8124769186616,407.9277104698888,1330.0722938085682,3343.797613715161,7381.143739990432,1870.4897489258049,4305.770467077796,2131.7570644984185,4866.217521087856,1574.2590652097335,5525.25835205944,389.42665056871766,1499.3233889605058,822.50062381741,2882.89176494291,1851.8563685133379,6616.663605737824,840.1856907490501,1926.4152521529309,775.0395813569764,2623.6661590458175,1038.1560060621705,4689.994198980131,1366.8616176098787,3140.920432562531,1067.598589805832,4001.308951849665,1253.4661361354251,5640.607222789278,21729.57315993656,6412.494339530917,151313.7243327004,56211.02870318254,4707.762933249325,24796.85748127276 -1496,4082.4953552521492,4506.426569056659,898.9893546614245,1805.5331480078403,1887.5975713407956,3213.760278179157,1871.561731936305,3787.2086224978934,392.47568541498873,1385.0758848928192,3216.1748106238047,7686.382345364272,1799.098722168558,4483.830591460687,2050.222689672245,5067.454280851123,1516.6451796885888,5753.748978054887,377.1777307135607,1561.3261620227843,795.5333459646478,3002.1103972813235,1791.2268599716092,6890.288025257105,817.4297176322779,2006.0799119470805,750.552971607535,2732.1648182732188,999.0329131503454,4883.9434484375,1314.9611310430594,3270.809540023108,1034.0186343895482,4166.778424760111,1214.0399535147603,5873.86796703107,20773.443077438285,6153.642776705663,146293.78482283058,54609.48173475437,4498.915779094087,24117.013471166996 -1497,3947.7122938666184,4548.534200677671,866.3418475779712,1822.4038821717734,1804.017362102883,3243.789355950225,1799.7023277990236,3822.595948376687,374.3990559329631,1398.0179054127325,3067.16991039891,7758.203188628251,1715.7467461795832,4525.727088364169,1955.2054946895098,5114.80410334231,1448.3268397276652,5807.511474501916,362.6774697186678,1575.9150487744587,763.8305810192127,3030.161838208451,1719.9338712939705,6954.6702370793055,789.7486301681625,2024.82453646057,719.0828524726545,2757.6939127636724,953.2027012470809,4929.578562742205,1254.2833587405162,3301.3716808021195,994.2667114860782,4205.71241564347,1167.3672717769282,5928.752844162882,19695.677985193648,5857.846119704126,140270.9050642566,52622.45760708705,4263.962730669445,23273.830314922096 -1498,3792.648306785424,4608.966453965485,829.1536774287665,1846.616511590651,1712.9466921256067,3286.8866464887665,1718.9407695383707,3873.3833177527054,354.6254978839211,1416.592102820815,2904.323935646673,7861.279406035532,1624.6521999132317,4585.8563242122345,1851.3678111831168,5182.7598718280515,1373.3373529707776,5884.6706182864555,346.67631463061747,1596.8528043646938,728.3286706263899,3070.4208534495365,1640.1371497731768,7047.070640100959,757.8050189237424,2051.7265457347958,684.1341895734056,2794.332893515222,903.0394943878061,4995.073407270675,1187.9285178457671,3345.2340155256275,950.4001435911505,4261.589906444793,1115.8635906276513,6007.522812190366,18537.06212258579,5537.103769535975,133584.8327294671,50375.386678635965,4011.605752731865,22317.802068122073 -1499,3648.5203875382776,4681.48515286834,797.9160685276676,1875.6716648729812,1639.2278011116673,3338.6033915389403,1648.9918850411314,3934.3281567661847,339.42172995810165,1438.8811381606663,2779.4686694130164,7984.9708583235,1554.8093079177506,4658.011402212678,1771.6972582032968,5264.306788340653,1315.1008740661248,5977.2615843896765,332.3573789681478,1621.9781093259114,698.391031239037,3118.731668379591,1572.7084315226023,7157.951116016974,728.2247895693931,2084.00895461914,656.5941383119689,2838.299667359893,864.3947237446962,5073.667215239891,1136.9548315922575,3397.8688135339253,911.1453173011467,4328.642890743913,1069.7745493866478,6102.046767250711,17695.414457240528,5293.20995988439,128079.69471012412,48382.03409566393,3828.864492846031,21439.18941020063 -1500,3591.5410382044656,4620.987920418407,783.8235727645908,1851.4330010720182,1602.9709762552895,3295.459761079637,1617.9223200465908,3883.4861787908044,331.45808270084706,1420.2869690368368,2713.7958118397546,7881.78380926793,1518.072513092131,4597.817513018894,1729.817986117515,5196.277951110041,1285.053992798022,5900.019476025128,326.23291904056947,1601.017840628173,684.5863152865203,3078.4293650442214,1541.6963042087982,7065.451360407235,716.357245903302,2057.078019234652,642.8331414168174,2801.6212909191104,844.2102976165112,5008.101948049861,1110.219539766606,3353.959316283722,894.355339593005,4272.705318242238,1050.0614580763156,6023.192102620929,17216.632699519738,5162.855354477039,125460.73379549161,47531.43839131548,3724.4409157684117,21082.03860813552 -1501,3563.878284042425,4522.411871552475,776.8554723915036,1811.9377777282727,1582.2338153800608,3225.160204353142,1601.819267566902,3800.6426981491168,327.0238526717193,1389.9890587036832,2677.141272502093,7713.64766190861,1497.5682996189605,4499.735740972419,1706.44018778711,5085.429674063861,1268.4771215352173,5774.158811986443,322.7803551091222,1566.8645349690873,677.3897697172479,3012.75955401138,1525.4857174128697,6914.7294172734155,710.7399977186287,2013.19592587338,635.7854125247305,2741.8564176855807,832.9897198615342,4901.267887702039,1095.3217737947457,3282.4118326827697,884.8902647732809,4181.558919356469,1038.948525860219,5894.7038898702895,16937.929177060338,5088.323066561518,124054.02322432394,47096.52803094535,3663.527162473135,20899.162016161856 -1502,3583.332289233224,4426.694981457641,782.2573795653343,1773.5880975011248,1592.278301507165,3156.8996580813296,1609.8365088579485,3720.2020594455057,329.1731876392359,1360.5699271111223,2694.800457580464,7550.3882360855205,1507.4466859566958,4404.498791396086,1717.627674086387,4977.7965068463245,1276.750119135995,5651.948686041568,324.67158316993755,1533.7018322461165,680.8409487053772,2948.9944695157756,1533.2992273091693,6768.379103664879,713.7068836351516,1970.586615034551,639.7335378693082,2683.825000636135,838.4510795084288,4797.5325064371145,1102.5289624459867,3212.9395551551092,890.074995730392,4093.0561852232076,1045.0359118325944,5769.942426210277,17058.133173140326,5122.138192098464,124793.98254500663,47351.95217263544,3689.6330567425393,21009.126540241414 -1503,3616.2165199640795,4355.9957432162055,789.459922463775,1745.2619245950088,1607.1786407780808,3106.4804622781658,1626.1876342899475,3660.786298294416,332.25019846686206,1338.8401133733603,2720.000665265034,7429.80014520636,1521.543451248785,4334.154050976567,1733.7621500661444,4898.29556480513,1288.862743676345,5561.680784513092,327.6733713562523,1509.2069095818067,687.7970855478801,2901.8957506191064,1548.9119469095983,6660.280567677476,721.2528169803517,1939.1141568789103,645.9772242921633,2640.96133284039,846.2865631907525,4720.9105808098975,1112.8363682407437,3161.6253399185216,898.3042857133071,4027.685529330538,1054.6979106554843,5677.790033524825,17218.997233070455,5170.678108716025,125978.68567903746,47805.49174193984,3724.4409157684117,21210.031858627324 -1504,3700.13126012678,4311.288875775727,803.0021426374607,1727.349787368223,1613.4069687896758,3074.59773823056,1646.984811775319,3623.214570172173,332.20609060920157,1325.0992029131528,2718.2837021006635,7353.545917750265,1520.5829977856129,4289.671351257362,1732.5438331728433,4848.022914552644,1290.8795448764567,5504.599616340071,332.56385001745633,1493.7174745078617,694.674150262347,2872.1127397309397,1564.6701136200454,6591.924146319795,735.563920022543,1919.2124570899355,650.4372309464742,2613.85636874427,846.4582833442059,4672.458484899723,1112.5128876731583,3129.176647747892,911.7113499564763,3986.348206324165,1070.4391276018844,5619.5172019273705,17029.154330141835,5151.30635135057,127074.15333978049,48621.32169786934,3680.9310919860704,21629.76063273481 -1505,3753.3590475905994,4392.969888663558,809.419967421157,1760.0758895407268,1603.2030055406678,3132.848591912017,1654.0188095181702,3691.859433582853,328.6325655234145,1350.204327665743,2687.5484207006934,7492.865062485363,1503.3899629699924,4370.942801865869,1712.8952070360597,4939.872807606452,1279.6223812350745,5608.888910135937,334.4223196036084,1522.0172149802747,695.5851986458413,2926.527343917502,1566.9610078306494,6716.813722654267,744.6038417987263,1955.5735597576017,648.7886718691174,2663.3780876302317,837.6661551244517,4760.982161396413,1100.3518812517814,3188.4615450158826,916.8062747811522,4061.872943496308,1076.4210723092567,5725.983706543448,16639.217231113635,5075.846092026701,126961.8032992668,49022.98687331111,3593.9114444213897,21871.035053508152 -1506,3778.343717735721,4643.536301079732,811.0626866137483,1860.467176619772,1589.5201485977002,3311.5401496083678,1654.3092457300036,3902.435876595779,324.71933107211265,1427.2173423201457,2654.4263964264737,7920.243434067284,1484.861806058078,4620.252832322967,1691.8117437500541,5221.633493102686,1266.5504078477927,5928.808965923339,334.510444683894,1608.830100763401,694.2218184132613,3093.450741069747,1564.0145724296635,7099.927643306522,749.4107830648974,2067.115651668789,645.070313768021,2815.2919657670973,827.9261260213401,5032.539274236406,1087.104166415301,3370.3251568114574,917.0478663910279,4293.554233588606,1076.7047247088058,6052.582620550239,16286.236882769566,5000.892963694011,126414.34825225183,49148.159146035774,3515.593761613174,21973.04424770304 -1507,3759.4454582786366,4664.590116890238,804.8776828402894,1868.9025437017392,1576.0704905611688,3326.554688493902,1642.7487989294575,3920.1295395351763,321.5067601503919,1433.6883525801027,2627.890019560985,7956.153855699275,1470.0175999682901,4641.201080774709,1674.8879355741287,5245.30840434828,1254.2616467180123,5955.690214146855,332.5587748456042,1616.1245441392387,688.8979561345606,3107.4764615333115,1552.123480219246,7132.118749217624,745.1187160142995,2076.4879639255337,639.372798006536,2828.0565130123246,819.7927838778285,5055.356831388759,1076.3133719511648,3385.6062272009635,911.6974365627615,4313.021229030286,1070.422791904154,6080.025059116147,16087.031871868361,4948.481204376116,125413.31377505553,48845.60982159164,3472.0839378308333,21854.207198989516 -1508,3623.8354763882403,4397.778472723467,772.1520282483849,1762.0024843231122,1495.099029770296,3136.2778359503277,1571.457664774594,3695.9005758792214,303.8825370688667,1351.682273377228,2482.703229887121,7501.066819477937,1388.8014400396755,4375.727274879914,1582.3089028789075,4945.280036484103,1187.496737385842,5615.0284500122925,318.4488478183692,1523.6832286121341,657.4893787821389,2929.730746875752,1481.5350146806331,6724.166006921791,717.121104901812,1957.7141480351804,608.3722604518648,2666.293445063193,775.0909366654482,4766.193574975614,1017.165719707656,3191.9516634891643,873.0155996249447,4066.319105884053,1025.0064967272524,5732.251419429355,15048.579433125486,4662.04312168992,119489.05670625246,46868.62721211037,3245.8328541626584,21015.340795248587 -1509,3273.0830197972223,4154.035055121283,693.0803513824391,1664.344880599729,1330.5168085370049,2962.4521002917722,1408.8963390043234,3491.058189417495,269.28902831718034,1276.7663450582593,2199.1056949398476,7085.326082744184,1230.159577337309,4133.206027598029,1401.5249849471115,4671.19177474726,1053.775894754164,5303.819908511583,286.0889621492738,1439.2342824479456,588.089346955843,2767.3527213961142,1325.3649180998332,6351.48438750485,646.4982559862734,1849.209379072879,541.9815829821156,2518.516225118884,687.0591398929671,4502.031039703871,901.2473815420858,3015.040249668447,784.302184001871,3840.946563343173,920.8481891327712,5414.545886921844,13201.213149992891,4119.07164670035,106718.87054516419,42146.87620857453,2845.542475365119,18942.20385762254 -1510,2872.9158811697394,3954.218736104684,615.4983417224148,1584.2869939418974,1187.8571543599037,2819.9529961463904,1245.8895035154787,3323.1322119941315,242.22800522079996,1215.3516607986028,1979.1750686750383,6744.509561434181,1107.1324000297404,3934.3916210720963,1261.2586640895383,4446.499317060871,946.33628673545,5048.696936080432,252.08215311518708,1370.0046075161704,521.7640420539651,2634.2382370760497,1175.596481064317,6045.966929476185,567.5571624021749,1760.25918815868,485.48472534072675,2397.371209535441,617.7942897506725,4285.475507910017,810.8177186852699,2870.011563973341,691.0737896031657,3656.1903459201876,811.3888507438845,5154.096802136833,12021.061339988708,3715.3421645445437,94982.35361328103,37169.60407912953,2593.1854974275393,16643.096072756653 -1511,2352.813707228671,3649.3932546840333,522.3422766689736,1462.156409402573,1088.7293793771885,2602.5665572563867,1079.3792733520345,3066.956354271231,227.44892585470276,1121.6618121021513,1863.9551919565627,6224.584258557378,1042.6794566487115,3631.094585670329,1188.1117069935947,4103.724578125996,879.066339495295,4659.4995808517415,216.49140007950948,1264.3927681352218,459.4213201173381,2431.168302815303,1034.212126073312,5579.8913522443545,470.9709219952535,1624.5631404018045,435.8418014072574,2212.561040482795,578.940960762464,3955.1138810006414,762.0647550154114,2648.766176437489,593.5030719968414,3374.3394780902117,696.8311962417338,4756.77431093148,12053.302044464277,3563.153185811735,84556.28254845012,31487.676353634164,2610.5894269404757,13876.242929039876 -1512,1973.4021080561308,3429.2379095497013,454.95103486845176,1373.9495414419234,1010.0120310617417,2445.56266683914,988.3230890100189,2881.9374243929883,220.8390240370126,1053.9958122676858,1820.0907423173244,5849.076495999441,1018.1420854107114,3412.043136310189,1161.8123877670866,3856.160986651174,860.0258949815662,4378.407994720526,198.1109082680275,1188.1163005616377,443.3748857770957,2284.5042796659827,996.2727290644742,5243.275695685908,391.78664795293014,1526.5588328614708,413.60467647414697,2079.0848417001453,559.9575350445315,3716.5154618251577,756.007662145619,2488.975221871199,543.1136415117463,3170.7771814136727,637.6690304845608,4469.814474853219,12106.303622781666,3473.6505030180906,79250.56700301358,28699.236839402547,2622.2527937807513,12471.95750416052 -1513,2109.784135370292,3290.1137667725457,475.16016377600516,1318.2084242567137,1056.1133468458568,2346.346217410443,1034.9900144587739,2765.0172560402693,228.3895664620807,1011.2352142164096,1881.827655805672,5611.7795294408315,1052.6771491767179,3273.616585286738,1201.27392044294,3699.71657951787,890.4551133097185,4200.776032441734,207.0236015408151,1139.9144358339413,461.9626536112556,2191.8219671632005,1038.1418129956726,5030.556060668698,419.49711536136334,1464.6263584684546,429.15533176708857,1994.7363934466691,579.2057995261077,3565.7364720372007,781.7666137509227,2387.997525581273,567.5474565973448,3042.1387874215015,666.3567414639869,4288.474152720674,12463.819153174005,3595.4958010781397,82563.03268302321,30064.783966311163,2699.6202578903603,13105.004368486032 -1514,2139.634965359282,3235.8547040712197,495.6534318935404,1296.4691293218386,1125.0894787176655,2307.6513407118846,1086.9560545193413,2719.4178466274734,242.23336395609067,994.5583821116703,1996.7621652581904,5519.232608896914,1116.9704607237325,3219.629586613615,1274.7544942261459,3638.7025331670907,943.1609697396882,4131.498741048229,217.26432235326365,1121.11548441995,485.80971538073027,2155.675434253759,1091.6570122931923,4947.594413726588,427.4713979962909,1440.4724054286755,452.0688680373108,1961.840106352375,614.132449491955,3506.9319647990023,829.3103652618928,2348.615754415886,595.6220094868269,2991.9692155119083,699.3190380332517,4217.750583737908,13358.706522527398,3834.435559100011,86935.0300288793,31360.161221858474,2896.7644018691917,13626.063072054187 -1515,2385.7593125627905,3271.139340878242,537.2374973205659,1310.6061801301096,1263.106426038249,2332.814596445157,1195.3935588658505,2749.071115955067,263.9363095250459,1005.4033162961496,2175.8583581686125,5579.415817312725,1217.1552301417535,3254.737300341884,1389.1696770077674,3678.379931898887,1027.2661718453396,4176.549723208566,236.76704126191194,1133.3404315526864,528.8857952984024,2179.181503508279,1188.492741615048,5001.544324313473,480.36570001214926,1456.1797069932793,491.23031667081113,1983.2325426502716,669.114723897766,3545.1725015354587,903.64805028586,2374.2256972200394,649.0879835639613,3024.5944588438488,762.0933696791668,4263.74207937044,14641.091424434499,4219.044539873747,95138.617089905,34209.86731002939,3179.866641143513,14894.747318653775 -1516,2999.680925325269,3387.910046783583,657.614183294953,1357.3912274392244,1515.0752214318748,2416.0896816025042,1451.4611925939832,2847.205417598075,320.0807408630085,1041.2934581486675,2638.1579847881467,5778.585664767806,1475.7614056403067,3370.9224983699587,1684.1453013592356,3809.6880103620174,1246.5207168974512,4325.641097376957,287.59965939761685,1173.7975776514947,643.0250667251717,2256.972308467448,1444.9379400730975,5180.085743833111,602.122327815454,1508.1613300888534,598.5547304755745,2054.0285069449446,811.5633934912091,3671.7254399527365,1095.7724972964804,2458.979045137206,788.4437039764266,3132.564188418791,925.7107424274304,4415.945981596359,17634.451236294637,5088.520148826509,115639.64496356565,41809.85299869296,3825.1912323300626,18242.782628118355 -1517,4044.7551293811184,3620.4767522530087,854.0949101148858,1450.5707987499636,1876.0370705430591,2581.9447396204782,1865.9177625237296,3042.6548760021233,385.1015962520173,1112.7741603055658,3167.2545553580694,6175.2628527007555,1771.7331795848597,3602.323075425701,2021.7684430169231,4071.208114851635,1511.0880763328423,4622.579352870248,372.4440613874358,1254.37416668507,813.034743730547,2411.9045843743384,1828.4445734842893,5535.678265138729,804.8158952928721,1611.6906762083424,742.5316569746527,2195.0294887313376,977.8515240547995,3923.7749563703233,1317.1327198186345,2627.7782893464323,1021.041457070539,3347.6024045791396,1198.803466255105,4719.0833123663515,20327.04506083279,6054.612292375073,145104.5959290414,54586.653654436865,4400.582065671058,24144.22322225639 -1518,4181.496271057852,4117.645741042465,869.0868538788155,1649.7652326689897,1957.6802907028334,2936.501043430066,1920.910147691297,3460.4765474148526,399.1831323632821,1265.58188201953,3284.5927857278516,7023.258682552661,1837.3711105898751,4096.999175634826,2096.9423199399434,4630.272171913357,1563.8794772803517,5257.358488252171,382.02618870583535,1426.6266015684994,836.1674182015527,2743.1107335434585,1880.2975320628143,6295.84543473321,835.3657072504025,1833.010319604274,762.8290162093658,2496.4540429965964,1013.2878863218546,4462.593283564956,1365.5707672282135,2988.6285210360165,1047.310500541302,3807.2999019648246,1229.645916529659,5367.114507971282,21295.784915661574,6316.615684455251,149600.6139420103,55865.1122001257,4614.3462707063,24693.555688758992 -1519,4105.3034143134,4442.680290256605,847.4313590803652,1779.9927297469608,1943.3019069245047,3168.2995887504085,1884.5324942894615,3733.6361403939063,390.1958622377616,1365.483102859295,3210.7635959701647,7577.653563380819,1796.0717382693665,4420.403947179363,2049.7501782802906,4995.771907146922,1528.037190269736,5672.358528020905,372.7041663804732,1539.24020737625,816.086230058947,2959.6436304448907,1835.1160248375588,6792.82050531865,824.1428967284645,1977.702631766759,745.1816939774404,2693.516603869982,990.4492935341096,4814.856952532838,1334.8479350980685,3224.541852389659,1021.7545251755664,4107.836685647649,1199.640678603402,5790.778357265289,20886.007857678465,6206.209977585803,146495.34662984606,54575.122029144826,4530.089040502425,24136.632068570067 -1520,3918.230814026951,4619.298418081226,827.0437479338223,1850.7560894599746,1829.204433476764,3294.254891674151,1811.2228822468107,3882.0663181271384,375.4616813104312,1419.767690866242,3088.565301135127,7878.9021111556995,1727.7151317308517,4596.1364821294055,1971.5658263952175,5194.378114128375,1472.2631582489114,5897.862340610402,361.0462181979891,1600.4324845462718,789.3901103685199,3077.3038451994053,1775.1747154338489,7062.8681256547925,781.7495101485418,2056.3259207264728,721.8331035491309,2800.5969762486507,953.2493875216894,5006.270911030983,1284.2695808685605,3352.733058565403,989.7946964851741,4271.143153236491,1162.1166846953715,6020.989933450631,19896.98347512526,5913.077988167322,141045.3425298707,52887.837948527376,4308.312666742216,23390.620546946335 -1521,3689.9348290079774,4657.637157448858,797.2747552789511,1866.1167890565025,1724.3922335688826,3321.5961821194874,1732.880773289126,3914.286260488074,358.21065290807803,1431.5513208758646,2945.7880351373046,7944.294546803568,1647.8468372703342,4634.282984636515,1880.3904369620436,5237.4898360112875,1406.0772765506142,5946.812762652361,347.23241684587055,1613.715576121463,757.9943187994601,3102.8445094730755,1704.6637522703936,7121.487733168677,733.629198675513,2073.3927859502146,691.7096134693658,2823.841059619816,909.6333933487437,5047.821401666203,1225.1049094372845,3380.5596995978244,951.9246770043749,4306.59231225008,1117.6535433543886,6070.9622761964765,18834.759344325197,5605.354055627992,134835.96164252178,50829.37158484092,4074.492148176213,22478.9333040602 -1522,3517.8950010926633,4699.224943166607,763.3087345563803,1882.7792431129462,1629.324232295737,3351.2545315342672,1652.4182963015398,3949.2367069776137,339.33316046402274,1444.3335637951814,2789.695583359221,8015.228715379318,1560.5301498793153,4675.662242231162,1780.7184652119713,5284.255094367787,1333.4056334991344,5999.91152636375,331.98138004732886,1628.12435364545,722.8241623306079,3130.549637247808,1625.7135700830584,7185.075105011275,697.8289290000149,2091.9059959697893,658.2300551846234,2849.054980953434,861.8745670618459,5092.893121016053,1160.3885235227788,3410.7445310134904,910.1145303299711,4345.045637874454,1068.564303724771,6125.16956407832,17715.7695987545,5290.586563789008,128294.08672799471,48625.58107894603,3830.0650103839153,21529.86264379375 -1523,3380.031037554822,4766.35023294417,734.6691368794291,1909.6734871233157,1557.3499056246885,3399.124964269079,1584.6335313062746,4005.648915706108,324.8012846376359,1464.9649041072032,2669.890484915298,8129.720904338191,1493.5122754753015,4742.450954563004,1704.1630941497835,5359.737149123178,1276.9138627523423,6085.616255274964,318.2876271535352,1651.3810226396167,693.1327107503653,3175.267447972931,1558.9245613214428,7287.709104092075,669.6276057698539,2121.787475972377,631.8020815832381,2889.751828519075,825.0355495220439,5165.64169778965,1110.6341221873374,3459.4647386584643,872.5736192053383,4407.11171282649,1024.487568083002,6212.663520400489,16908.433340591615,5055.734608045855,122986.57485855145,46697.417564465344,3654.695306173022,20678.85288286265 -1524,3299.3741651656674,4732.820077636448,721.8303261003471,1896.2393823091736,1514.030880133501,3375.2129178620544,1551.6099026000088,3977.4701156415417,317.2027399365628,1454.659219809066,2606.972760020612,8072.530225682898,1458.3166766272936,4709.088925069942,1663.9835545378805,5322.032656117918,1247.8093455176843,6042.805373109361,312.4586530622932,1639.7639446962849,679.4640257481329,3152.930186657512,1528.2575150275627,7236.4417808457165,652.4950668854476,2106.8611990262143,618.6351159476038,2869.423102580871,805.8300765470431,5129.302620733632,1084.5687086418134,3435.128216099325,856.5937048601421,4376.108716200648,1005.7255711289866,6168.958890540553,16439.179796287794,4922.521415218805,120337.13391396751,45836.885225411854,3551.53868736021,20303.23373668338 -1525,3254.744894002862,4654.972942467271,715.5165776817984,1865.0493516115648,1494.2775218725674,3319.6961959221876,1535.9401815957,3912.0472496452626,312.9759926275216,1430.7324592198236,2571.8872671450827,7939.750330963166,1438.6901733692894,4631.632128475074,1641.5740568394597,5234.493939505118,1231.7660010245565,5943.411126346362,309.1748531168726,1612.7925146916896,672.3456265822139,3101.0696514177525,1512.245003237895,7117.414171045112,642.3550989925131,2072.206784564468,611.9165202551068,2822.2257943249174,795.1651239505509,5044.933997399175,1070.0538720120533,3378.625985679511,847.5912901927958,4304.128898426714,995.1558476048858,6067.489625128537,16175.618978262919,4851.375414251962,118959.81907763792,45395.317678190644,3494.2275367813627,20112.486129348534 -1526,3242.289142033778,4571.212539663238,720.4896171804426,1831.4901264836983,1486.6711728580597,3259.962424320482,1537.8473233485765,3841.6548633803873,315.0299316277285,1404.9882221275368,2588.829083353532,7796.8844767241835,1448.1672701337911,4548.29171435968,1652.320592758606,5140.305782824698,1239.7897260299335,5836.4668935601485,310.98140146309515,1583.7723351246939,675.762797832772,3045.269790422547,1519.970427720453,6989.345225154764,639.0392872682778,2034.9200211152317,615.7060790636033,2771.4433789901263,800.3701721734949,4954.156734251874,1077.087716352281,3317.831846383248,852.5438748811487,4226.681494390544,1000.9706709406138,5958.312755296789,16261.579909117914,4866.276511112438,119433.05916620653,45591.32749374385,3510.566997180098,20185.967344465604 -1527,3292.29492963302,4516.108722641747,727.120336511968,1809.4123744800997,1495.5445618968395,3220.665110671634,1552.3566363602092,3795.3455209871695,317.9742540612558,1388.0517499688456,2613.034684944501,7702.896701748669,1461.7076618897938,4493.46419710604,1667.8406810698405,5078.341814439156,1251.5520282540194,5766.111030435389,313.8558723559412,1564.6807045778367,682.6702773183196,3008.5604954911673,1535.4560825841625,6905.091956017702,648.6498927954387,2010.3900174184087,621.7209584032214,2738.034932649859,807.848476443012,4894.436705088645,1087.156163411047,3277.8369440712568,860.4241292683578,4175.730837064036,1010.2228675178834,5886.488097620977,16401.050223204278,4907.009106927742,120537.63217908579,46047.03119189674,3539.5118036999775,20395.36132378426 -1528,3419.5994067196148,4431.503571820699,739.991978994045,1775.5146948089136,1523.320431448821,3160.3289066147336,1580.2359940897954,3724.2432070390514,317.99711881787306,1362.047874759916,2611.8749225904553,7558.590003829056,1461.0589014547918,4409.283270681676,1666.9722216067603,4983.203742811836,1253.7144344011085,5658.0882339657055,318.64609950177174,1535.3678480618064,689.5862480767912,2952.1978766730845,1551.281916035839,6775.731397569865,674.2572993873669,1972.7272061180383,626.2245712510182,2686.7403618905814,808.1889156067671,4802.743926847498,1086.9903874799106,3216.42967820328,873.5563577336408,4097.502353439035,1025.6414001296769,5776.210147311977,16254.579509648473,4910.872993064039,121944.6933853997,46927.019992935566,3508.2704084820084,20854.953174177237 -1529,3503.174875815362,4459.120459493564,746.3385591155887,1786.5796051927982,1518.7543198903022,3180.02390335992,1589.6999764090833,3747.4524868350227,314.6481861824586,1370.536082555009,2582.882928217255,7605.6947229651005,1444.8410454297873,4436.7616826542135,1648.40349452042,5014.258795749477,1243.0078831650226,5693.349130108094,320.54184767836875,1544.936176442738,690.5931833129869,2970.595812233059,1553.7873352582658,6817.957384726481,690.1626987174533,1985.0211340767119,624.8765696133559,2703.483980749948,799.9888343920134,4832.674364090673,1075.2740346330106,3236.474291885971,878.7534804190199,4123.037763802641,1031.7433352143314,5812.207172752181,15885.14880239954,4843.934108242761,121980.41829149987,47375.42008307012,3426.0291663185467,21126.98399876453 -1530,3597.8541362910064,4703.903575205424,748.171140256456,1884.6537716565642,1527.5338973010394,3354.591100226146,1598.385249426807,3953.1686373724347,310.95521438085547,1445.7715680124804,2551.455639348351,8023.208819826275,1427.2609079762822,4680.317414825315,1628.3671430848099,5289.516192843556,1230.481043561505,6005.885145127868,320.7110798142932,1629.745343246133,689.3191739578356,3133.6664682165474,1551.0486329326932,7192.228693740091,710.2742196805495,2093.988734832752,621.4729715812731,2851.891550829414,790.8325693902823,5097.963696103314,1062.4523568738748,3414.140329008269,879.217423986824,4349.371642689575,1032.2880507627342,6131.267891975424,15577.088544499158,4794.177456540443,121834.5531253358,47613.951731253655,3359.8295227505832,21305.222350439304 -1531,3649.2476162025687,4740.747749722236,742.5277462978596,1899.4156627873049,1524.1722866923988,3380.8665410282847,1591.4841386362268,3984.1325448677917,307.8920226387008,1457.0958349987507,2526.04817729875,8086.05205230678,1413.048206491279,4716.976846480091,1612.1399517841116,5330.947283979417,1218.582213525859,6052.92732549513,318.8645153152957,1642.5106180619334,684.0513887495972,3158.2114769282557,1539.2969906147564,7248.563124265788,721.4585236584417,2110.390279879102,616.0202364373117,2874.229506597819,783.099408970161,5137.894417704341,1051.936761865804,3440.8821999024603,874.1551365130821,4383.438881798475,1026.3444255272682,6179.292155357865,15392.829552805622,4753.271896839012,121093.06982066433,47418.087010313466,3319.997496346735,21257.348253488046 -1532,3555.4494344536865,4454.246889968385,712.6530966719962,1784.6269735029239,1452.2751065159969,3176.548314905753,1525.4838557134185,3743.356730642114,291.0684691948523,1369.0381631904677,2386.8975417291153,7597.382123573276,1335.2086158647624,4431.912550022906,1523.284290243407,5008.778491039095,1153.8874177033608,5687.126617603946,305.4200268629766,1543.2476475195447,652.9396538453401,2967.3491169814647,1469.4650160940284,6810.505738233409,702.5838715005317,1982.8516168829622,586.3302369610657,2700.529223806268,740.5456309062072,4827.392521018728,994.2542202915262,3232.937006311104,837.2975745270314,4118.531513886461,983.0700092333789,5805.854755048182,14403.424054482928,4484.557787816757,115530.13122833638,45562.93258169728,3104.795765731992,20486.253204878256 -1533,3181.390207534296,4213.427616602569,639.9264979671999,1688.1409498036269,1273.8777590532077,3004.807934117736,1361.7725636468847,3540.971800015004,257.98027533398124,1295.0209872651474,2114.5950483568563,7186.6289507750025,1182.8850959332312,4192.300784828423,1349.4628055337173,4737.978414963625,1024.0959152142864,5379.651586824839,274.4594405357193,1459.8118195828047,584.0842699431578,2806.919110332407,1314.7128851527123,6442.2951105672955,626.5461712522514,1875.6485593592743,522.4827999773664,2554.5248595567614,656.5635317027296,4566.399094322626,881.0545338849512,3058.1479656652627,752.420285686449,3895.862723626523,883.4156931781234,5491.960676449387,12602.87633128752,3943.693817808018,102950.65457885458,40929.42852144794,2712.2256040115053,18435.925799480323 -1534,2740.679395633498,4018.549846273269,568.0487359613455,1610.0617292177544,1121.407900271375,2865.830758347283,1197.9162741671905,3377.196187383911,232.00485294275015,1235.1241940857794,1902.7328872789953,6854.23586050511,1064.3713441272093,3998.400164279516,1214.1657211091704,4518.839330732489,919.5240965157644,5130.834091477845,241.74316256657747,1392.293186681726,518.1340984005119,2677.094609358221,1165.975964676599,6144.328651619787,537.5194293110732,1788.8968117490867,467.89390768461436,2436.373996606231,590.2354263729164,4355.195828262278,792.5335640934964,2916.703728071719,662.7298339093481,3715.6728378200696,778.1102486872963,5237.948705970673,11456.88833974713,3541.295404169484,91338.98642401879,36003.908116926636,2466.0803399820325,16134.019044588133 -1535,2223.6776090486396,3711.9048978880483,480.5522502276148,1487.2021617768128,1015.5833628624856,2647.1467657151757,1031.6295157972227,3119.491246501443,217.5838231908377,1140.87512184993,1789.9600346423701,6331.207185468541,1001.2872435977038,3693.2927850252804,1142.5038458515226,4174.018610238348,853.3274095143335,4739.313663626627,207.2020012015641,1286.050962820039,455.8596809544558,2472.81257486503,1024.91623610731,5675.471124821883,438.7809508571867,1652.3908104575996,419.17858860361014,2250.4607176831732,552.3955406507124,4022.862312179721,744.266219376667,2694.137753189268,568.0365325913972,3432.1396357555604,666.9309649618402,4838.2546441746335,11475.057057319838,3383.804309642833,81008.41043496868,30408.03937244777,2479.2641485640906,13399.060403188807 -1536,2083.40903466152,3464.9124339357454,470.0878339708565,1388.2428035935134,997.1869340083197,2471.003971087176,1009.6400150945215,2911.9183559111116,214.7291532906899,1064.9605806212671,1742.616670668485,5909.924715806906,974.8037995550408,3447.5387826558563,1115.213306876102,3896.276812027916,839.5649599980633,4423.956780456486,198.55981885306323,1200.4763307070552,443.4292862124523,2308.2700858843295,996.4662766378519,5297.821741076227,395.0629014316951,1542.4396966994652,411.55829734995973,2100.7136597764115,550.146967249464,3755.178548193348,717.1423126262932,2514.868148985306,544.3443130819462,3203.762926603894,639.1139603979946,4516.314166531123,12057.282097342919,3415.722442354095,78423.75132332995,28396.453199789903,2594.7378914161122,12441.636321788505 -1537,2190.836526105093,3333.9109070338886,490.8864604544936,1335.7560725580943,1042.6794950219128,2377.5801690820904,1054.8286224845197,2801.8244478799065,222.0746542397953,1024.6965148442266,1801.7927475442596,5686.482081568003,1007.9063547825982,3317.1941193512534,1153.1313505739652,3748.9662460785826,869.314627392157,4256.695672351273,207.47635107890179,1155.0886808513476,461.98995949410187,2220.998932134204,1038.27715645007,5097.521516880804,422.9401491407388,1484.123084296032,427.0234796225648,2021.2898064290684,569.057802346338,3613.202630191967,741.6162653101421,2419.7859286534917,568.7886525136763,3082.6349491386904,667.8140279987266,4345.5612072385775,12404.613534386292,3532.9079332064384,81638.4952962043,29721.706720933485,2670.8808301706467,13054.42268834655 -1538,2278.0332587592047,3296.351936521153,512.2038182067305,1320.7077931228014,1110.7745476641005,2350.794971171188,1107.4442851296067,2770.2598246028538,235.5288781080183,1013.1525512354999,1911.7208376619851,5622.419657952483,1069.3991212230117,3279.823475807399,1223.6032317886159,3706.731370397703,920.6955537712405,4208.740849412778,217.76083804620038,1142.0757531176885,485.8806921784672,2195.9777375891285,1091.8945582939514,5040.094169336327,431.1452388126559,1467.4033408131634,449.83776911430914,1998.5184827931578,603.3728638653896,3572.4972319890335,786.6490928470367,2392.52525166609,596.9831886789071,3047.906788013583,700.9171967782864,4296.605248367689,13275.812246062053,3767.056531067657,85976.9379243152,31030.543250764702,2864.9826265715483,13602.378733329422 -1539,2494.44409540807,3334.6906758887835,555.2207841701313,1336.068492719329,1246.9535804521022,2378.1362616165234,1209.242226176668,2802.4797669637883,256.6295998248147,1024.9361812451223,2083.1627213667007,5687.81209360035,1165.3021402008578,3317.969978314507,1333.414326946337,3749.8430922806147,1002.7732892943629,4257.691271454735,237.31021593434866,1155.3588446928798,528.9702875761651,2221.518401862798,1188.7674789717883,5098.713776850209,484.558249474319,1484.470206036905,488.80884901552895,2021.7625661643226,657.3919281137469,3614.0477226242524,857.1471024004627,2420.3518926985107,650.5770766023163,3083.35594702717,763.8417119071876,4346.577591113532,14498.722147329978,4134.57963634205,93898.15831736039,33799.59712290053,3142.513067970648,14836.100276170318 -1540,3043.6485185787315,3434.371402026512,679.5230204797689,1376.0063131855427,1495.7132118182487,2449.2236194714515,1469.5794444609523,2886.251620280524,311.2240432899838,1055.5736204325258,2525.842141924698,5857.832432735381,1412.9329521907493,3417.150888595915,1616.5883870069651,3861.9335734289007,1216.851854680338,4384.962373592495,288.25075006361294,1189.894884098675,643.1057164931239,2287.924131493775,1445.2224551883683,5251.124762168783,607.1390970737133,1528.844057302178,595.5954856930751,2082.1971852222428,797.3446989214672,3722.0790023745317,1039.4286573134036,2492.701162127739,790.2286446728015,3175.523763959346,927.8064390115959,4476.505687182203,17503.744000748058,4987.79303951226,114123.27116927259,41263.54053444548,3782.221752479822,18114.950731676898 -1541,4092.87661480612,3660.5699731199406,881.4169574899704,1466.6344443406201,1852.0085390658287,2610.5372393920616,1885.2050915156394,3076.3492876260857,374.4991370305929,1125.0970402015305,3033.341293359174,6243.6478181091425,1696.8233277485074,3642.215262168016,1941.1889022195073,4116.2927424610825,1475.6986623994042,4673.769874906942,373.07674593106265,1268.2651274496657,812.7695384153999,2438.614056587109,1827.9748069410098,5596.98045999314,810.9990601685508,1629.5385660505253,738.7442643918513,2219.337282462196,960.7167279356662,3967.226906685981,1249.9497242412192,2656.8783506238683,1022.775938071214,3384.6738102988256,1200.8399181752147,4771.342520884792,20146.435471217308,5934.306340140413,143109.8571180876,53862.35850970223,4349.752536409735,23978.2522795026 -1542,4164.955052989329,4142.403469944234,897.1451059932672,1659.6845999362774,1932.5686022668604,2954.1570297205717,1936.273104172691,3481.282985272748,388.181042245544,1273.1913110740309,3145.510278130287,7065.486680152479,1759.5696301267399,4121.632765137225,2013.2561385943238,4658.112115022356,1527.1117668423599,5288.9688463007515,382.7106410306856,1435.2043270133172,835.9629894563072,2759.603942566197,1879.9684650233726,6333.699792364546,841.8620028265212,1844.0314650405053,758.9618610636521,2511.46420567188,995.5327483026751,4489.425041725236,1295.79547104423,3006.5979286454176,1049.1869009769998,3830.191647575926,1231.8489958765556,5399.3847843208605,21090.771186070957,6184.726045367704,147429.71951785986,55073.30899718033,4560.289272117621,24486.93262959416 -1543,4081.175257798886,4466.008433469678,874.8194943802451,1789.3393229305468,1918.3100061180514,3184.9360653184795,1892.50378306989,3753.241151985587,379.44053012820825,1372.6531406061913,3074.790850785176,7617.443189461561,1720.0098304078917,4443.615119175148,1967.9365674392268,5022.004288253741,1492.091307857842,5702.1436089747995,373.376561826316,1547.3226291691803,815.895480913114,2975.1844719999526,1834.8146447664851,6828.489038549884,830.6464327534873,1988.0873831358608,741.4059519170484,2707.660034631739,973.0943882203542,4840.1393643204865,1266.6328367968192,3241.4736523875263,1023.5978721286455,4129.406593054414,1201.8049498987148,5821.185250853762,20638.410238191376,6068.348416558795,144222.24308871673,53773.58870741645,4474.7939075143,23915.02294599438 -1544,3956.1932806453483,4612.995269170498,853.593796069898,1848.2306862118019,1805.7660176774489,3289.759797992644,1828.7173001027313,3876.7691409651925,365.1199733379513,1417.8303821314046,2957.8980215627175,7868.151150995761,1654.621052723882,4589.864938263027,1892.9420887376737,5187.290254503671,1437.7317743169551,5889.814559059349,361.6755773177994,1598.2486541550213,789.1624418920645,3073.1047866791932,1774.785919694679,7053.23066439908,787.7799965201657,2053.520012271502,718.1609884930998,2796.7754912129294,936.5459281962449,4999.43972841759,1218.7154762951611,3348.1581699538906,991.5200609608967,4265.315070944059,1164.1424329152176,6012.774141201319,19721.91451196447,5793.853188301226,139081.8097014048,52176.701595440434,4258.631799596947,23209.130788349707 -1545,3811.7556203507447,4624.236966768526,822.7322770824245,1852.7347555319345,1702.3547991431772,3297.7768200490814,1756.1395432674913,3886.21668291941,348.3509162313256,1421.285581946531,2821.279833381667,7887.325542195814,1578.198089964019,4601.050268106433,1805.468790144381,5199.931487583629,1373.1728038324566,5904.16781769456,347.8152523556962,1602.1435265769685,757.731620451058,3080.5938285452844,1704.1910590695193,7070.41912473595,739.2518827591463,2058.5243640304852,688.1764587005639,2803.5911288815637,893.693856473177,5011.623176764491,1162.640131565553,3356.3175066669664,953.5224987442839,4275.709484853025,1119.529543811565,6027.427047756929,18694.966658817088,5500.903518070598,133125.04703848844,50214.0547144605,4028.7458420846087,22353.388331931546 -1546,3657.719453341528,4680.055573482792,787.5491683410963,1875.0988933146828,1608.5189861386048,3337.5838863116,1676.648030968664,3933.126735797147,329.99969173036567,1438.4417487903702,2671.901025346758,7982.532497555385,1494.6369533719005,4656.588990977608,1709.8328759936892,5262.699233426332,1302.2746409904307,5975.436315342772,332.5153670912016,1621.4828078578544,722.5307546317305,3117.7793051109734,1625.1659730682252,7155.765301254334,703.115652887005,2083.372563357919,654.8539844923681,2837.432939267852,846.7715715562096,5072.117875698444,1101.2913355727596,3396.83121049728,911.5784358284276,4327.32105836766,1070.2830732944756,6100.183392705399,17593.86344830043,5195.07634792408,126716.88727707403,48056.87731044736,3787.52493963585,21422.978873426706 -1547,3517.8099491878784,4752.639257850918,757.939656157339,1904.1800835045012,1537.4674962146678,3389.3469757776297,1608.2834239230108,3994.126188707166,315.8701585104668,1460.7507577832778,2557.2006797487743,8106.334792242601,1430.4746309396817,4728.808728595313,1636.34885061598,5344.319225771664,1247.1368420260235,6068.110254073784,318.7934186961382,1646.6306281104057,692.8372248504454,3166.1334123343713,1558.3677152889306,7266.7451393958945,674.6771945156296,2115.6839011584334,628.5565569783583,2881.4391126232413,810.5779659878203,5150.782113160404,1054.097739303934,3449.513175607163,873.9602277921672,4394.434130195215,1026.1155834478225,6194.7920525838335,16794.68328767912,4965.142128313781,121483.49721882648,46154.294232667606,3614.229506288132,20577.577996540367 -1548,3457.8824666045552,4677.716260614958,744.6238618195849,1874.161630305575,1494.7224947559628,3335.915604213207,1577.1319704524606,3931.160773248325,308.4841324407372,1437.722747650375,2497.0009776041325,7978.542450707386,1396.7994691152703,4654.261407816303,1597.802933010678,5260.068687732377,1218.7502704641277,5972.4495099846035,312.9429264418799,1620.672314149428,679.1516106240791,3116.220891726133,1527.6602852494113,7152.188511708656,657.3824495623811,2082.3311953293914,615.4498110569965,2836.0146562406044,791.7088602514418,5069.5825915704045,1029.3956370535932,3395.133313787335,857.9213222082931,4325.15805887414,1007.2843249560742,6097.1342328647415,16338.819277755529,4837.501550193554,118923.27588512478,45324.44899182464,3512.705587948752,20220.260380731994 -1549,3431.3788045621945,4610.461012513153,738.0576240925975,1847.2153175310345,1475.2238674206496,3287.952491636869,1561.4927030756571,3874.639347321105,304.37628183304037,1417.051463906858,2463.442962493903,7863.828598451934,1378.0274229242805,4587.343388793022,1576.3111263827373,5184.440495487243,1203.11034968,5886.578851913369,309.6462588585663,1597.3706189402542,672.0192549009423,3071.416504812439,1511.6152990741693,7049.355807451684,647.1703729563859,2052.3918631062793,608.7604393642362,2795.2390172964965,781.230660326842,4996.693169473683,1015.6468969626826,3346.318781088968,848.8836313931822,4262.971820521398,996.6731837520904,6009.4708833379755,16074.57691294078,4768.289650058396,117575.66456380289,44899.45926445756,3455.911870998668,20039.1631602104 -1550,3439.941592034606,4500.773224373435,743.1885361320897,1803.2680936313275,1467.7510708700245,3209.728592695463,1567.4701341117925,3782.4575419239254,306.3732868002067,1383.3382971900733,2479.66174638567,7676.73972318914,1387.1000620353204,4478.20559359458,1586.6237920479061,5061.097122850849,1210.9483540714848,5746.530858399494,311.457240617142,1559.3674670742284,675.4406584575339,2998.3442281020766,1519.350660598554,6881.644109157165,643.7962876939322,2003.563270206549,612.531477314048,2728.737297772799,786.3445205771524,4877.816506102085,1022.318037191609,3266.7062858283334,853.848370115599,4161.551171127368,1002.5022771236371,5866.499157236323,16185.213495429352,4787.668989560059,118133.7391922387,45117.242995086635,3473.2785737154836,20125.30872230675 -1551,3468.5119604139363,4424.810535330948,750.0297521847457,1772.8330802174216,1476.5188886541353,3155.5557644184623,1582.8728043141784,3718.6183676865753,309.2366246894073,1359.9907318559765,2502.8452693821714,7547.174032277462,1400.0687123899575,4402.623794197898,1601.5278529174975,4975.677456542186,1222.4378949259442,5649.54264883903,314.3363612219245,1533.0489346578745,682.3425577824926,2947.7390811890455,1534.8249763435908,6765.497801510718,653.4291894738689,1969.7477353896763,618.5157580084979,2682.68249507649,793.6917793325208,4795.49019460237,1031.8737103852986,3211.5718052818133,861.741371514085,4091.31376928832,1011.7694399505112,5767.486159017291,16336.26812858726,4828.328527699524,119230.39290694562,45557.543626108454,3502.5055992076227,20320.977477828194 -1552,3563.157597743415,4331.1730351523165,763.1017935795688,1735.316522945636,1503.8864382572303,3088.778136066898,1605.7194619925904,3639.9252518371586,309.2694151215229,1331.210712603112,2501.918466171132,7387.461315958256,1399.5502671651598,4309.455808128451,1600.794591812621,4870.38255295126,1224.6637774134379,5529.987461884502,319.09806914621385,1500.6066710294856,689.1912773445994,2885.3592535020834,1550.4999519357864,6622.326857458056,679.1625582274834,1928.0640853324167,622.9741161082655,2625.9117744758732,794.0257174774905,4694.008399988056,1031.8238708853733,3143.608769782425,874.79541560073,4004.733702019085,1027.0961763835412,5645.435060572949,16160.302504465719,4826.491507607095,120493.89835221888,46391.24829090136,3470.1610984325553,20755.291406613636 -1553,3618.367036323118,4366.002805218196,769.4242783636257,1749.2713280285025,1499.3588039166743,3113.617003364644,1613.409866024719,3669.1962503748605,306.0240300916059,1341.9158409027416,2474.349975925682,7446.868681334125,1384.1287063069412,4344.110935893603,1583.0760174479049,4909.548456293239,1214.3325342030364,5574.457675889208,320.9575937045474,1512.6740220420372,690.1249278351596,2908.5622976984923,1552.8401146564322,6675.581280653423,695.0542765249027,1943.5688985133675,621.6092895835764,2647.0284333061672,785.9687498106811,4731.755964431217,1020.8206692260172,3168.8885657499286,879.8932325921637,4036.938361792392,1033.0815167801973,5690.833663557808,15790.6790478148,4759.361977432688,120478.57049951894,46812.99308421024,3388.714972521993,21004.55009611942 -1554,3655.980254243265,4652.1137836961725,771.1501950681584,1863.9038084949673,1507.9704798192004,3317.6571854675058,1616.2234412090047,3909.644407707185,302.44099038585085,1429.8536804792311,2444.395357940103,7934.873609426934,1367.3723674528192,4628.787306004932,1563.9201687191799,5231.278829676474,1202.1915287245197,5939.760588252551,321.09838754899863,1611.8019117555748,688.7953692089424,3099.164924880515,1549.9759844166038,7113.04254151983,715.2337527331804,2070.934002042025,618.2057992456822,2820.4923381408335,776.9725101192029,5041.835318316277,1008.7370832006962,3376.5507796062193,880.2792136480825,4301.485233674207,1033.5346966433067,6063.76287603791,15459.274580572726,4703.961155680187,120190.00893571168,46998.68019447913,3322.0434518842208,21141.772381344326 -1555,3643.467473687393,4747.310821584596,765.3016201849185,1902.0452060892223,1504.6211964802621,3385.5469988879368,1605.9844767090492,3989.6481617243653,299.4638118232862,1459.1130325338866,2420.091387616907,8097.246349810834,1353.7769491292725,4723.507010000887,1548.3560257045465,5338.327425671464,1190.5815447765692,6061.306973414004,319.24128026807625,1644.7845030670276,683.5184895690783,3162.5836920246657,1538.2028185958,7258.598005511302,726.4313586424877,2113.3118955810305,612.7771279560233,2878.2085782119584,769.3747719398557,5145.007297795163,998.7749503739483,3445.6457431956455,875.188023532215,4389.507296720401,1027.55713685276,6187.846742232162,15271.094910229189,4659.810276424957,119367.0175530887,46760.3867629623,3282.413244865489,21056.456943932488 -1556,3516.1941679179204,4458.730571914542,734.3484417555559,1786.4233938494792,1433.6237430914332,3179.745854845157,1537.1541939452104,3747.1248246444934,283.1095922894928,1370.416248385907,2286.9313634737678,7605.0297115734475,1279.2884516481945,4436.373750036815,1463.1015749365442,5013.820369104532,1127.4692092952507,5692.851326532473,305.7523767621573,1544.8010934300569,652.3772167380253,2970.336075269233,1468.2992291261219,6817.361249923048,707.3272325561561,1984.8475718033212,583.2256916976394,2703.247598971578,727.5663472731987,4832.251814458939,944.0972946100809,3236.1913075760176,838.2086993387753,4122.677261944361,984.1397597072169,5811.698976706807,14285.928613979253,4394.206907430011,113824.01956900429,44906.07533541104,3069.4876044990406,20267.612701436916 -1557,3165.1370436214706,4215.507000215622,659.278384060117,1688.974070233586,1257.551930996187,3006.29084754289,1376.3315898532362,3542.7193175720213,250.93369881235628,1295.6600976675352,2026.1651407920426,7190.175649527924,1133.4182158445574,4194.369742063765,1296.2209685945484,4740.316671502375,1000.7232481280115,5382.306517767404,274.73264197722585,1460.5322564935564,583.5355001237658,2808.304362941991,1313.5668497645572,6445.474470485709,630.6592299186541,1876.574217334935,519.7006216785095,2555.785552184105,645.0557906675411,4568.652674142053,836.6851262143526,3059.6572031186456,753.1692572148726,3897.7853846624666,884.2950596898188,5494.671033449265,12528.340644882419,3869.6725295486335,101522.09509858741,40363.988690296464,2682.741152945972,18249.751943952528 -1558,2768.306161462144,4000.160245444349,585.3530610351361,1602.6937995807255,1107.0798911285235,2852.7162056590482,1215.2179710629741,3361.7415352873254,225.65954562363171,1229.472045481864,1823.0188483991756,6822.869654713523,1019.7800411253172,3980.102771989216,1166.178195866077,4498.1603159930655,898.4686558274567,5107.3544795603275,242.01482196217404,1385.9218047356624,517.7015415836696,2664.84374694998,1165.0820826908869,6116.211107832251,541.1211322601133,1780.710500878089,465.420548687066,2425.2247146559025,579.8906502046451,4335.265675376954,752.5380555698677,2903.3563716005274,663.4745779766145,3698.6692562017556,778.9846517422648,5213.978918472705,11405.917456000709,3479.5719960462093,90178.24437519943,35542.519900011896,2440.06310924848,16003.468349697148 -1559,2256.575689658988,3697.6740768915333,495.97255112620303,1481.5004780505087,1002.6537898662226,2636.998048867438,1050.467044326772,3107.5316401132472,211.58987424562844,1136.501197925408,1714.2181992698233,6306.934398684722,958.9179548440801,3679.133319748754,1096.931275079154,4158.016122752147,833.3221883605887,4721.143929689806,207.57343667841755,1281.1204590631403,455.7380744986736,2463.3322260740742,1024.7144888281284,5653.7123201461,442.0690606792605,1646.0558211497412,417.0488454756351,2241.832828630504,542.7161465120984,4007.439332595619,706.2675815335782,2683.8088807746212,569.0548090517102,3418.9813878653003,668.1265220489456,4819.70558710801,11434.900953730368,3325.6889123831347,80064.0561590066,30033.09854032769,2453.5837660580005,13314.05896126584 -1560,2080.2900587523504,3470.5657723158197,465.80730104271566,1390.5078554446225,956.1883676683043,2475.035652075776,1004.8768476418749,2916.6694311879014,206.32156774294992,1066.698166386704,1672.62874601252,5919.567327231076,935.6531957384049,3453.163774250418,1070.122727083361,3902.63396294033,806.8815056539667,4431.174892064096,190.11986749819533,1202.4350234717804,409.55793584726405,2312.0362508645176,921.4809424948929,5306.465647538705,411.2871573242158,1544.9563356340877,394.6118616241171,2104.1411764553454,528.9743877840147,3761.3054836975784,699.9543431240431,2518.971398605192,521.2065022738572,3208.9901744085537,611.9478863799288,4523.682968110077,11414.785121224793,3274.0831000657645,75666.02466119398,27484.78722904861,2456.5987554361136,12029.779264552577 -1561,2190.47575445223,3344.04792736012,488.2642594184616,1339.8175447557587,999.0613054017758,2384.8093900100944,1053.653690206537,2810.3436171590756,214.59362031631088,1027.8121858051031,1739.3453981657412,5703.772280992346,972.9738796887104,3327.2803109597257,1112.8601781184127,3760.3652750564343,840.0758891390534,4269.6384928874095,199.50001148023452,1158.6008195265852,428.7381420599157,2227.75205540216,964.7152955888745,5113.0209350329205,433.0814433344581,1488.635678151014,411.4490879972734,2027.4356982733125,550.25464878843,3624.1888591364095,727.9553491052053,2427.143479538291,546.9218159864035,3092.00794500125,642.1402032549802,4358.774230476158,11820.138229466233,3402.243828010715,79073.3030731156,28858.337418636867,2543.082234822114,12657.819205504115 -1562,2253.6329851767036,3297.9764596962127,502.2321404766063,1321.3586703527594,1046.4525192638755,2351.9535006559104,1089.024070296379,2771.625076667156,222.7177551516196,1013.6518576903469,1805.597920116503,5625.190524416424,1010.0349334561645,3281.439853351168,1155.3432675312129,3708.558138634497,871.298571035559,4210.815020247493,206.17893548249396,1142.6385960920861,443.1397013044359,2197.0599693396593,997.1168726400199,5042.578051500683,445.41927471972997,1468.1265132110798,425.429575572771,1999.503401774384,571.0016778571993,3574.2578463463483,755.5875643497178,2393.7043468577117,565.231836206692,3049.408871318976,663.6379745308498,4298.722720935688,12332.063434780446,3546.2337799695697,81822.97989049136,29721.25784502044,2655.9292999740305,13026.254503904962 -1563,2460.978144241942,3336.2502199017226,543.5806377034095,1336.6933355672018,1167.8466028865519,2379.2484511804832,1186.5934930429012,2803.7904104287286,242.15414498811452,1025.4155159842219,1963.3055130983528,5690.472128416003,1098.255116038495,3319.521702512558,1256.3307111077947,3751.596791772538,947.0103397166529,4259.682477709442,224.35435951622128,1155.899174559774,481.6027242649189,2222.5573455190447,1083.7102237619083,5101.098306426482,483.5544179459237,1485.1644523245593,461.4015645464851,2022.708089456316,620.8043121885884,3615.737914320006,821.5514097884673,2421.483825363437,615.0590810529106,3084.7979486322106,722.1400788498736,4348.6103670792345,13434.118839165149,3876.261034982054,89070.3321377443,32291.50715397071,2896.8561625674,14176.941450949786 -1564,3010.019971754913,3431.5122432554144,667.8740757567805,1374.8607700689454,1403.6187365255685,2447.18460901677,1447.7065725682683,2883.8487783424475,295.3285970067907,1054.6948416919336,2394.063974141645,5852.955711199151,1339.2174524968075,3414.3060661257746,1531.8043349308787,3858.7184636002576,1155.4730187363587,4381.3118354986855,273.60845343823,1188.9042811625607,588.2104619330817,2286.0194049565384,1323.5319773610279,5246.753132643501,592.1648149553281,1527.5712747797356,565.0022020527725,2080.4637290381593,757.2021972315171,3718.980323291635,1001.8897030443401,2490.625956054448,750.0873364034564,3172.8800992068395,880.6765804146975,4472.7789380915765,16323.086502798928,4703.688507132152,108718.81454191003,39542.73456866308,3515.3104891241023,17358.033663599865 -1565,4135.396766030871,3656.671122542316,887.3852712511172,1465.0723410090434,1811.0454250874125,2607.7567722248027,1909.2710988852966,3073.0726869095006,368.7761602069497,1123.8987062597441,2984.4645945521825,6236.99774719645,1669.482150248762,3638.335961080204,1909.42519338094,4111.908504363065,1452.1966563986923,4668.7918713418485,363.72462120131723,1266.9143060581753,766.3622660746847,2436.0167037450806,1725.6085024813285,5591.019150508651,803.8356511230098,1627.8029545402521,723.3271746423125,2216.9734799644402,946.5637750790386,3963.00143769337,1250.1529341299215,2654.0485258238855,997.1374380903231,3381.068815028347,1170.7377882040607,4766.260593294226,19629.28449114106,5825.761654494056,140646.43800227804,52888.78213943079,4221.823665020095,23513.024245660763 -1566,4216.178290312123,4131.096793184085,904.5277829573824,1655.1544962340593,1900.7004476759075,2946.093667743371,1964.8703913545162,3471.7808347191676,383.1315759772427,1269.7161395431567,3102.049093984881,7046.201457304136,1735.257841911233,4110.3827819481,1984.936536857304,4645.397813197527,1506.1469233794369,5274.532623085531,373.64668974051534,1431.2869414838665,789.4178845339425,2752.0716126058205,1777.3511872722179,6316.411979439589,820.3698748415173,1838.9981871712598,744.5715732701119,2504.609172314012,983.1159029241109,4477.171170716773,1299.0726321040095,2998.3914294056453,1024.3384176969705,3819.7371519666062,1202.6744235014564,5384.647181162953,20610.929553990594,6088.820865984639,145115.62735142288,54123.05874291585,4437.738667744323,24036.241303887593 -1567,4126.58576578139,4446.319217882598,879.7666514892136,1781.450693024793,1886.1208072778466,3170.8946917395233,1915.5332423100758,3736.694301415865,372.96519033291634,1366.601548000783,3019.716392600961,7583.860296949396,1689.2016830969785,4424.024628612758,1932.1918977043363,4999.8638631775975,1465.7971387050484,5677.004665218178,363.5319862729352,1540.5009741538965,768.0454282008905,2962.0678267107214,1729.2319463422123,6798.384394813339,798.0083393052599,1979.3225360300746,724.8381502150976,2695.72281978932,957.0331224651057,4818.80072404802,1264.5981718245225,3227.18302250797,996.6093366427524,4111.201348288634,1170.1177449712436,5795.52149023087,20068.09729269629,5947.594060903731,141449.0645812464,52696.720994302086,4325.385591828277,23423.422758860965 -1568,3999.4471590700773,4590.771796926076,857.0698587739031,1839.3266876252812,1776.4468347961097,3273.9111180579134,1848.3241608481324,3858.0924967513843,357.9628810151674,1410.9998713014502,2897.3386432434486,7830.245705939771,1620.7446913427707,4567.752898230633,1853.707361073063,5162.3000704111,1408.8846070809013,5861.43990815675,351.5684094619034,1590.5489639249708,741.5618318307992,3058.2998595232084,1669.7009056014012,7019.25116371514,775.4985663966725,2043.6270160004933,700.6014975450682,2783.3018024540784,918.7279662504027,4975.354529201218,1213.5654935247348,3332.028151209412,963.8116385041204,4244.766575755619,1131.6100096177868,5983.807122715085,19115.547592072162,5671.556203835122,136292.52676310434,51101.087728574086,4114.113158275917,22717.495158911206 -1569,3858.769286368604,4606.237253518629,827.9105888595988,1845.5230372382246,1677.296010663294,3284.9403158756104,1779.163675377962,3871.089693013354,342.7618688760415,1415.7532675117175,2773.6465488541194,7856.62434779588,1551.5524670199165,4583.140808433531,1774.5343938131814,5179.690899489151,1350.2964202269293,5881.186009352665,338.93264631332636,1595.9072276435863,714.0970516673716,3068.60270310087,1607.9258645469313,7042.8977157518475,750.7777744959026,2050.511615432878,673.3806375137688,2792.678228709605,879.851244959381,4992.115573510901,1161.9123724593599,3343.253134505728,929.1711666749823,4259.066405092992,1090.938676035869,6003.965456304336,18200.084610988622,5406.956712013927,130930.58448030779,49330.60583929982,3913.4308878412266,21933.774143104973 -1570,3703.4477668155027,4639.5074858747175,792.8143610930782,1858.8530019986213,1584.4186763644411,3308.66699810449,1699.2513617079521,3899.050053383292,324.9195391224854,1425.979063009556,2628.540230412433,7913.371689107055,1470.3813219612975,4616.244218272175,1681.6591180969601,5217.103110427066,1281.3793357781797,5923.665025150445,324.19300174491974,1607.4342509730739,681.3815287366714,3090.7668078400907,1534.3929827364445,7093.767619008403,720.7840703217455,2065.3221851320827,641.1242584702147,2812.8493680693905,834.2028987249174,5028.17295308949,1101.2982344954726,3367.401002383194,888.7629826626932,4289.82906908934,1043.4954789711885,6047.331291539285,17140.934080873056,5110.245971331632,124724.48548686424,47244.560333187015,3683.3645335448814,21032.639249369662 -1571,3552.3812977555003,4660.366357895714,760.0223064189809,1867.210263408929,1507.1718602150981,3323.5425127326434,1622.879627977891,3916.579885227425,308.97154243989456,1432.390156184962,2499.049961201445,7948.949605043221,1397.9456517666276,4636.998500415218,1598.7233401754086,5240.558808350188,1219.431178106757,5950.297371586151,309.50325569490985,1614.6611528425708,650.2465573969972,3104.662659821742,1464.3014082275804,7125.660657517788,690.416483124129,2074.607716252133,612.0539730897182,2825.4957244254333,793.3570719450439,5050.779235425977,1047.1575508299106,3382.5405806177237,848.4915935713373,4309.11581360188,996.212892647869,6074.519632082506,16227.577536086039,4850.80785705413,118973.81843580824,45203.7721967942,3486.196750441802,20136.02477922056 -1572,3486.793333174534,4573.032006627809,745.146229170888,1832.2191093853162,1460.704406118654,3261.2599780625865,1587.753599224548,3843.1839465399553,300.69801069589283,1405.5474456669351,2431.637804286351,7799.987848883952,1360.23590882481,4550.102058212149,1555.5689170181704,5142.351764383966,1187.712979409267,5838.789966182676,303.1666621762226,1584.4027196054324,635.8449981524769,3046.4818906549917,1431.9573228017707,6992.127174720839,678.0786517388569,2035.7299746498438,597.5876416519012,2772.546488860538,772.2162217785041,4956.1286234250565,1019.0278230653605,3319.1524337298474,831.1200595614183,4228.363828625078,975.8169968289,5960.684325887476,15716.731790877167,4709.395280275546,116187.13295967311,44316.20576683614,3374.701411186659,19755.578354468165 -1573,3458.45426754411,4477.705004111996,737.8132944161968,1794.0256405014868,1440.9363224269432,3193.2774803055363,1570.3160571717801,3763.070970026873,296.162360010497,1376.248148243476,2394.6075310032948,7637.393434452515,1339.5215132250953,4455.253041253214,1531.8594204439141,5035.1570238113745,1170.4651402845059,5717.077643813422,299.6435603037076,1551.3750998951423,628.402005264804,2982.976543123213,1415.1996109590568,6846.3729959157345,672.2384899394546,1993.2942260844052,590.2357199201875,2714.751453589461,760.6420773804721,4852.815791791865,1003.593351868523,3249.96314051214,821.461607615856,4140.221596350096,964.4770207771747,5836.431058272835,15426.712800980415,4633.929674381371,114741.46948143195,43868.12180962669,3312.1484109523826,19566.234544220737 -1574,3464.4725953270367,4353.136584445108,742.1440676272274,1744.1163814784115,1431.1208772824841,3104.4414518234844,1574.3918009346603,3658.38345635634,297.55771727205877,1337.961334632768,2405.8944605116394,7424.92342367013,1345.8353181801597,4331.309228506427,1539.0123963826798,4895.080454976487,1176.0205699357177,5558.030246419282,301.0378314971946,1508.2163066456924,630.7215273837531,2899.99102408187,1420.4717243205369,6655.908938152194,674.4043798014109,1937.8413743564677,592.9964013574745,2639.2278766563063,764.2248004010781,4717.811901727001,1008.3226165777978,3159.5501338452304,825.2839499178011,4025.041864578032,968.9648279754564,5674.063284434199,15496.959599870019,4645.623070700878,115162.28769899266,44045.85945521957,3325.2183818070816,19633.92389347011 -1575,3489.490044085432,4264.762535067528,748.9892216693919,1708.708664714416,1433.2348894006911,3041.417455945756,1589.233900053647,3584.113753593184,300.348431795182,1310.7990669762382,2428.4683195283287,7274.188307383441,1358.462928090288,4243.378301414144,1553.5214192299504,4795.70427565303,1187.2179331554294,5445.195367496742,303.82637388416856,1477.5976527693476,637.1956672097746,2841.117624411269,1435.0017428946855,6520.785765758577,681.5595571737472,1898.50080096044,598.8076612132484,2585.6482909562537,771.3902464422906,4622.0344929851835,1017.7811459963478,3095.4073636557737,832.9286345216912,3943.328543255175,977.9404423720199,5558.872791523437,15641.000797041877,4682.270320487826,116195.84496370018,44467.285612330794,3354.3321204893828,19817.389581681866 -1576,3585.4471729768666,4209.593738883917,763.0325799960384,1686.604878328732,1457.9206759758226,3002.073802376146,1613.9306876606652,3537.749802600604,300.9938461719971,1293.8426231018,2432.5660646912693,7180.089700759639,1360.7551691905126,4188.486130814786,1556.009949939426,4733.6672385226175,1191.7063678337724,5374.756539791973,308.9114326193542,1458.483509114987,644.7905935593651,2804.365041385605,1452.351769229049,6436.43314403343,696.0504284393231,1873.941871153355,604.1708101908176,2552.2004489267533,773.2826856497965,4562.244041160394,1019.7654045386595,3055.365298817087,846.869132756303,3892.3178042283143,994.3079634841633,5486.963437245327,15507.203187902107,4685.070107123568,117532.39131233252,45316.020978696026,3325.2183818070816,20257.9567173615 -1577,3660.315618920738,4298.812536278513,772.7451651116542,1722.3510496360477,1474.9468212209888,3065.7002307090697,1631.080283117461,3612.7294330470045,300.0945063785576,1321.2645288749725,2424.217245381533,7332.265660726964,1356.0849161613094,4277.257570216041,1550.6064806424508,4833.9933327929775,1190.193841307263,5488.669982397985,312.25988967748066,1489.3948399403673,649.4542992606321,2863.8011988790845,1463.043593292867,6572.847928984538,707.434277293468,1913.6584924005178,606.5773308499801,2606.2921900512933,771.1985807389256,4658.936964996058,1016.5228858516584,3120.1211955782587,856.0488024786001,3974.8122051400032,1005.0858019411249,5603.255010633342,15299.282985376547,4664.37904158085,118256.78946063365,45925.90360508602,3280.06087529718,20591.70130133712 -1578,3702.3959031841478,4571.79737103177,777.0085730875799,1831.7244434986767,1482.9924521197568,3260.3794970926265,1639.1530877101966,3842.146356666181,298.2987851329603,1405.1679733811898,2408.910616285808,7797.881993811662,1347.5225280859281,4548.8736132857775,1540.836557262615,5140.963422792116,1184.775841914975,5837.21359892358,313.5543638341743,1583.9749596437155,651.059512315027,3045.659395868286,1466.74748118602,6990.239427359914,714.1124634002407,2035.1803645253176,606.068788335227,2771.79795165768,766.7515492414329,4954.790558699474,1010.2952920444332,3318.256322848178,859.5975549386794,4227.222247177964,1009.2523876566848,5959.075049364848,15087.81174625983,4631.91260253878,118376.25324114975,46224.25950112122,3234.0923332492143,20773.22114829462 -1579,3677.603362607209,4592.006432522113,767.1612575017549,1839.8213535119205,1471.0591181787747,3274.7915990278725,1619.4508981846172,3859.1300866251577,292.66657100338887,1411.379343587195,2362.9126834230706,7832.351561012059,1321.7917058798757,4568.981343157004,1511.3844425617162,5163.688412002949,1163.1500811529445,5863.016275415844,310.006312702461,1590.9767238866873,641.9086958377794,3059.1223543099136,1446.2762197669003,7021.138911076064,707.047544288356,2044.1766261250193,596.3480789284654,2784.0503396569356,752.3823240183353,4976.6925939267985,991.1265811783956,3332.924262091081,849.8707055326507,4245.908157202732,997.8321062342789,5985.416399237711,14726.07511423855,4543.689539984653,116701.88098893127,45731.68154514708,3156.3066007254015,20592.80565019185 -1580,3558.5386168444616,4275.614351389683,738.6999760386883,1713.056525216633,1409.4762419746744,3049.156433982524,1556.2706664252737,3593.2336386540496,278.4127253997457,1314.1344345595714,2247.028613649091,7292.697697942801,1256.9672189889961,4254.175704911695,1437.2150693607928,4807.907089175902,1108.0213650639644,5459.050830604112,298.08015978022667,1481.357444362444,615.540040734552,2848.346933512593,1387.0011142557792,6537.378100929476,682.6103771505939,1903.3315932519408,570.4303687474953,2592.2275506680035,715.9068624546087,4633.795398531533,942.7101872621834,3103.2837206337845,817.1756035847181,3953.3624611339433,959.4448289368426,5573.017510249466,13887.447726909868,4313.51633670176,111784.29725354766,44057.168562694125,2975.182585449923,19880.369460175094 -1581,3208.33248802416,4010.427230397971,664.4165816341814,1606.8073430679644,1240.3487281412558,2860.038110923672,1396.5288477264905,3370.3699270623974,247.61477464938065,1232.627661811544,1997.711239568668,6840.381528185405,1117.5013641975058,3990.3182765606693,1277.7061747362593,4509.705489548519,986.6403711694421,5120.463237304266,268.4207103446306,1389.4789718097372,552.0343702647704,2671.6834506055648,1244.0869720001629,6131.909240798001,616.4669030912962,1785.2809497595042,509.67861789541405,2431.4494017000984,636.8708788820513,4346.392756475703,838.291781383647,2910.808252113608,735.8653328428027,3708.1624212931033,863.9785442600048,5227.361343130675,12233.392622108904,3815.7000627501898,100017.3323974429,39691.55810909341,2617.0364337121237,17936.0405657174 -1582,2795.271905066283,3819.383337787323,585.4493637763267,1530.2641939569867,1086.6734277931598,2723.7950668948083,1223.1054099889423,3209.8163118457037,219.61049676342054,1173.9092327955234,1772.3587340286795,6514.527687930876,991.4412372991674,3800.2323100254,1133.472556880124,4294.87758175839,874.2637351447368,4876.540788990136,234.43571091858811,1323.2886493764759,484.83384715537335,2544.4130185781805,1092.421240822613,5839.8047483843575,537.6245646049198,1700.2358903552358,451.445821934426,2315.622949379575,564.721519674955,4139.344543577587,743.5893484904368,2772.146681368239,642.6967286684138,3531.517454884858,754.5894054968652,4978.34661185602,10937.52193010411,3385.6678062399105,88018.40964155512,34715.30350098337,2340.731192188458,15635.191808670437 -1583,2261.141593989105,3529.438487893842,492.9184562709555,1414.0956445410302,966.5347450887474,2517.0207575454506,1048.9690493537744,2966.146162396156,203.9731272633423,1084.793030992995,1650.7517728413357,6019.983520573663,923.4154173853187,3511.741292171976,1056.0275073039031,3968.8360390220073,803.4983660588874,4506.34283764171,199.50552696462898,1222.8324513789514,422.81008242314215,2351.256326648414,951.840591877162,5396.481530621547,442.89893100123487,1571.1641014265676,401.191198002657,2139.8346377363864,523.5480483876164,3825.1101433614767,691.4734641320537,2561.7018052386616,546.936936480476,3263.425669432917,642.1579562076935,4600.42016838765,10853.438519424577,3199.1778265035987,77473.01551623555,29137.1443740653,2330.1410290707877,12913.31846506048 -1584,1923.858624800734,3322.9291323874922,447.0527455255682,1331.3561432917063,873.1979567950357,2369.748511203797,930.4851875434849,2792.5953456203156,170.70599251327985,1021.3212038293988,1325.6974816944223,5667.751027712066,741.5830250955506,3306.2674091622653,849.6078394822354,3736.617295065969,649.5775554241615,4242.674280083884,176.09278498463672,1151.2838630432443,376.253715654696,2213.683046844311,846.789090717227,5080.730476533734,398.73643201806874,1479.2344397840066,354.1369845053224,2014.631755338852,449.85530062245635,3601.3008793224944,570.2958271433357,2411.815246622089,482.7517804701611,3072.480867859217,566.7982467909441,4331.247095307953,9232.979099786911,2759.982344000769,65598.65856112799,24314.45892811404,2073.2176114711956,10878.40627737818 -1585,2013.4364148498414,3163.1410613788526,471.82680874252077,1267.335870367849,900.6332396242457,2255.795571404329,977.1132763367561,2658.309176518729,173.77574624923852,972.2094296872679,1348.7840581126407,5395.20865091312,754.4974444225296,3147.2805423044724,864.340200331269,3556.9364033320167,663.2163146491918,4038.658873157198,186.1800659426536,1095.9226379523918,397.17860080592726,2107.2347508417906,893.9316103756921,4836.415870408857,422.40069983926844,1408.103215407636,365.29652270258174,1917.7551416185188,458.1026801712504,3428.126882013919,580.3950530569022,2295.839464252611,510.405683740589,2924.735980283647,599.2666591815508,4122.972530654876,9312.805873464504,2822.4802804401384,68280.71960885148,25562.983070153292,2122.3855514756024,11524.156276028847 -1586,2107.448778412144,3079.185714785309,490.13103259336367,1233.6985395683232,971.8905358929328,2195.922775545242,1027.0866376497029,2587.7529591585894,190.1541210675654,946.40527551043,1477.4341965675915,5252.010290978313,826.4631531696289,3063.74616188038,947.0502236232104,3462.529033329125,721.6308952363594,3931.465738583174,194.4810860141075,1066.8349168790558,415.4885849869544,2051.305021364673,935.0946280783281,4708.0488571167925,438.1213809488966,1370.729670821705,391.51133932676925,1866.854535394543,500.95893055472646,3337.138344050751,635.4141565838373,2234.903832801371,533.1626196341438,2847.108325318337,625.9855484505632,4013.541562800441,10409.253566821739,3087.8257345323673,72354.99424001655,26630.982870449687,2328.544126224195,11873.761086086846 -1587,2334.3619867047823,3070.543253006747,531.1527540957748,1230.235873311043,1097.2742822829996,2189.7593997653416,1130.741370544536,2580.489819447821,218.6931230943838,943.7489656355973,1699.7298618596299,5237.269283970375,950.8133116403203,3055.147034852697,1089.653765833957,3452.810628010466,828.1978098464708,3920.4311516739526,211.94140977780754,1063.840592779379,452.2877006970911,2045.54754945962,1017.9539097977449,4694.834606315401,476.1789534366946,1366.882394338207,440.29941652820185,1861.6147673315743,576.0278928125712,3327.7718773093184,730.8949415999723,2228.631047479914,581.0294438498381,2839.117243532384,682.1859254196188,4002.2766107104726,11971.84227305841,3506.444726737221,81089.78752146142,29566.518572638608,2625.688573806322,13093.06894182422 -1588,2863.711975743308,3103.098689366913,654.4180137163122,1243.2794497668872,1330.022594899934,2212.9763248854574,1383.8702795113852,2607.849464036063,264.3126566781003,953.7550645109791,2052.8088339373535,5292.797434146532,1148.3224536780358,3087.5392328022617,1315.8006264440462,3489.4190544033613,1004.8847943973724,3961.9975249004992,259.1965979561707,1075.1199631910076,554.1837809795387,2067.2354683654735,1247.2063353952751,4744.611592553175,584.4772270231673,1381.3747656008925,536.7684895985076,1881.3525388238536,696.4989979277699,3363.0545802860006,883.0518619505733,2252.260109264168,710.5777739051985,2869.2189855125234,834.2884537180339,4044.7107504569735,14232.964803362096,4217.606878600876,99577.79715025346,36607.966259465116,3151.644350035922,16337.867175087567 -1589,3916.9353291611114,3132.6000294696196,871.7151237559918,1255.0993799598784,1688.9365630181646,2234.015219788605,1824.934546618168,2632.642440888142,330.50636496819544,962.8224694985266,2563.493011480906,5343.116367841596,1433.9945036597046,3116.8926482445318,1642.7173147178992,3522.5931647330017,1265.5330453046547,3999.664466293207,345.7584433883736,1085.3411913440118,724.3948716933268,2086.8887964512364,1631.438866137796,4789.718891501413,795.3451506860995,1394.5075760103493,688.4221151128713,1899.2386670643505,871.6437867568048,3395.027336195103,1103.4922691088086,2273.672477395044,947.8838339281839,2896.4968176390994,1112.909194677079,4083.1640513059556,17095.567358443892,5213.458941506715,128981.12859604832,49103.72732788625,3779.195706107938,22133.411265462957 -1590,3946.3518183145898,3188.0937277669836,864.1987366396439,1277.3333407813927,1718.8820371502272,2273.590577457122,1831.747931090231,2679.2794401747115,340.2277859296654,979.878773889011,2639.067792542315,5437.769143457802,1476.2703437622445,3172.1080918440257,1691.2266149477537,3584.995552675629,1302.0498356299538,4070.5181249458064,344.83046612260296,1104.5679027197195,721.3621150804064,2123.8578241473833,1624.695931635751,4874.5682858044465,793.0716169691539,1419.2111391746544,698.0682594856873,1932.8834913615017,897.2458424019683,3455.169908158882,1135.9859546342748,2313.9503594420994,945.3398189798954,2947.807970995806,1109.9222699865156,4155.496896811348,17531.126243599545,5314.389175009013,130995.5929534714,49698.352026174485,3827.879811874186,22350.62952113768 -1591,3842.549004728867,3393.303462212026,839.5930097252158,1359.5521392365888,1672.8587351831393,2419.93599841296,1780.8991151067085,2851.7380531802382,330.89404915869943,1042.951155113806,2566.8191980959477,5787.784938847862,1435.8551419773257,3376.2888703101034,1645.0609168945614,3815.7528792070884,1265.846515133108,4332.527342616747,335.09665367699955,1175.6662158023762,700.8730467575424,2260.5653168714384,1578.559359801232,5188.332230305788,770.7312802665493,1510.5622617765187,678.8877985508153,2057.2984370454606,872.599348181862,3677.570677979539,1104.8528911401816,2462.8936400754187,918.6549364091097,3137.551103593958,1078.591583557533,4422.975988550329,17072.54574672982,5171.680693638414,127275.27218973658,48267.79301680676,3723.937712174411,21704.204927807485 -1592,3708.1760373989846,3649.3932546840333,812.5575147052621,1462.156409402573,1576.4984895002076,2602.5665572563867,1703.779516214073,3066.956354271231,309.0685515407367,1121.6618121021513,2396.6557032401674,6224.584258557378,1340.6672420088562,3631.094585670329,1535.9334649256687,4103.724578125996,1184.5727018556577,4659.4995808517415,321.6887688173045,1264.3927681352218,670.9155946121275,2431.168302815303,1511.2406122118084,5579.8913522443545,744.7831427551001,1624.5631404018045,643.6430821973622,2212.561040482795,815.2232245017618,3955.1138810006414,1031.7996560132638,2648.766176437489,881.8977218024952,3374.3394780902117,1035.434984993242,4756.77431093148,15804.728227112408,4835.697300313947,120585.51842263053,46179.020900913754,3461.4345768810895,20835.425613987194 -1593,3560.998129234296,3809.5712195748442,787.8834990449615,1526.3328961951527,1488.2544721446377,2716.7975500657117,1637.895115920026,3201.5701908605242,287.4240800378626,1170.893422350693,2228.537886618816,6497.791657498938,1246.6236757020313,3790.4693914170643,1428.2342149522176,4283.843903592754,1102.4887328442878,4864.01279940183,311.3804476183438,1319.8890784225857,649.0235924863081,2537.8763399807076,1461.9604114199121,5824.8021028101275,723.3855180019771,1695.8679298574739,608.2398372564084,2309.6740398029824,758.1901002348183,4128.710434772134,959.4839385274877,2765.0249476918093,853.6378449830632,3522.444873352145,1002.2550998353204,4965.557079845723,14718.167342144796,4542.727298445699,114028.86969607785,43979.74382160408,3258.7090886010574,19903.05418437404 -1594,3445.4970756311773,3880.53038076791,764.9293763449971,1554.7632091550133,1433.4505599226175,2767.4021100470195,1586.1743911632846,3261.2043917062406,275.5010294964585,1192.7031248887536,2135.9948510588742,6618.823085722212,1194.8559494977462,3861.072751491,1368.9214523355654,4363.637127701291,1057.0063853586767,4954.612567298127,302.2968172240803,1344.4740557007394,629.8897163074729,2585.1482154535743,1418.876483306077,5933.298058787331,702.5597220025248,1727.456095260072,585.9016550801792,2352.6952941771456,726.7590316130381,4205.61405787678,919.6619065671777,2816.5278176100696,828.7354121755739,3588.0558618743066,973.0171853891682,5058.0482671561585,14114.552044120477,4368.860893252374,109898.31004537018,42474.34535950317,3137.4463327568783,19242.392458053808 -1595,3294.3454612450428,3892.941734799855,724.7493363552074,1559.7359099796997,1353.0528174332576,2776.2532731526535,1499.4609817085886,3271.6349149348694,261.12819944534164,1196.5178252738776,2024.206764222549,6639.992500346265,1132.3227179344121,3873.4218729150584,1297.1926843578453,4377.593633628227,1002.8225388852082,4970.459228612422,284.93108508285866,1348.7741749769,592.2846697851795,2593.416464012086,1334.2826214653423,5952.27491389704,666.3910187381239,1732.981131033319,556.0162022299806,2360.2200733594036,688.9182694781656,4219.0651482877,871.6099618639945,2825.536102678118,781.1279073531925,3599.5317755300334,917.1212749874766,5074.225753632097,13256.930241410773,4110.825782418366,104043.30131099613,40388.814471394435,2923.472079428206,18282.690160014452 -1596,3144.808284006618,3790.986674956413,701.8269724660227,1518.8868608864639,1242.0671186902555,2703.5439731200954,1429.5693379187055,3185.9517076686734,232.723445047903,1165.1813566622263,1802.3733360173503,6466.092946011524,1008.2311306550396,3771.978032818064,1154.8964176682252,4262.9456755308565,898.0249721724794,4840.284285696503,275.3864558822119,1313.4501549701815,570.1837398380018,2525.4956090905534,1284.6768893881872,5796.386491620874,647.8284204823138,1687.5948378497808,512.7132273156963,2298.4065669634692,614.3246694669589,4108.5690070709425,776.4572741816337,2751.5360990656404,754.9616635690323,3505.26104080469,886.3995216932219,4941.333194325069,11628.429029893612,3709.0184217519864,96766.69798971483,38301.93441992917,2632.2624619736,17516.54279306944 -1597,3116.4111465988585,3645.55938326853,695.7255645157414,1460.6203404530813,1222.1406713950873,2599.8324300098902,1414.0859333802528,3063.734362154008,228.24777544199927,1120.4834498761127,1767.6185557265114,6218.045019292976,988.7896249868916,3627.279937928235,1132.5585553614799,4099.413408772849,880.8244113873246,4654.604541866658,272.5079324624213,1263.0644598512347,564.2794127745922,2428.614238067559,1271.3693814448122,5574.02939534795,642.9035792037431,1622.8564550017936,505.4521343263285,2210.236633674272,602.5294437484623,3950.9588346695923,761.5055742554889,2645.983514164202,747.0702993308541,3370.7945645200857,877.1342810541673,4751.777079943213,11392.69645237499,3643.2429116072403,95285.35041643822,37810.638181341346,2581.8527315563924,17296.60614065236 -1598,3140.2909576767743,3516.702225444996,700.680377159132,1408.9927667551103,1235.7919143650633,2507.937885845816,1422.9854274618385,2955.44258557636,231.43143147835673,1080.8784681545164,1792.519691835739,5998.259926206246,1002.7190923798556,3499.0688914762377,1148.596183663656,3954.5141751949977,892.6413436005922,4490.081337331802,274.12392842852336,1218.4197621976132,567.1509832250812,2342.7716292203613,1277.8777698982926,5377.007893296488,645.5548867653681,1565.4944294901925,510.7582881926239,2132.1128724649916,610.8821415870937,3811.3069259803838,772.17826914331,2552.457698387356,751.5004917997644,3251.6493356192623,882.335764354507,4583.819182468636,11582.265269257752,3690.6409687305877,96130.94028759222,38066.777209542175,2615.7179248371986,17392.722587551685 -1599,3192.150776338008,3441.454326095284,713.9614996207124,1378.8441391203537,1265.9525412139876,2454.2748101824864,1453.8406411089898,2892.20412182353,237.51438839827534,1057.7505975055676,1839.636031629459,5869.913415678628,1029.075541176151,3424.1982976970917,1178.7855381819559,3869.8982863434962,916.3119719217864,4394.0057622947925,279.5653434046824,1192.348880515288,579.9924571710663,2292.64266394164,1306.6830424936509,5261.954493031363,657.6746577150207,1531.9970903039307,522.7729285145019,2086.4914338147037,626.9382568452497,3729.7552842513937,792.4745890826948,2497.842019359159,766.4179273338036,3182.0728499683414,899.8503062979374,4485.737871522262,11898.526885243495,3786.991619212739,98515.38346674098,38913.95393485812,2692.6610041932895,17787.235548856326 -1600,3316.980322756551,3417.671309837921,738.6672740917925,1369.3152976859603,1309.508855466556,2437.3139406837954,1503.223398533687,2872.216834144781,246.32090671801186,1050.4407519365134,1907.5090496235935,5829.3479358069835,1067.0430855831314,3400.5345334666463,1222.1836070387315,3843.154402759001,950.9890584719731,4363.639905137486,289.07811560934186,1184.1088604183428,598.3204025377446,2276.7987931294088,1348.0885754740173,5225.59046277115,680.38932293787,1521.4098477452676,541.5520043755415,2072.072221763859,650.2543087517178,3703.9798933392667,821.7879748220709,2480.5800679497543,792.4968363555852,3160.08235317486,930.469519959605,4454.738077070325,12255.847900719908,3908.732260524391,102190.28546301028,40450.1901596725,2766.6366684856216,18496.48529826371 -1601,3426.9502435698605,3523.0053743557237,751.7435303157561,1411.518170003283,1348.2417890015006,2512.432979527324,1536.2734309034886,2960.739762738307,256.35231479260483,1082.8157768893539,1985.0045932559196,6009.010886366185,1110.3933826696364,3505.3404353426167,1271.8203817943054,3961.6020348197017,990.4188448321221,4498.129118882855,293.79965488918253,1220.6035925888636,606.3560720840641,2346.9706877405733,1366.33483730043,5386.645354552202,694.3910724620506,1568.3003379451634,558.9542345654226,2135.9343575007133,676.7752074147321,3818.1381085937774,855.2163169328836,2557.0325869988683,805.4407596066242,3257.4774179116957,945.6669636606728,4592.034974717949,12630.93362918228,4018.6167209107048,105350.47289763727,41745.81992458642,2811.577240180109,19055.436030835786 -1602,3446.5914153767553,3825.5565220706603,751.2019914730904,1532.7375259155856,1330.3579475079764,2728.197476239697,1532.5426809057371,3215.004266511748,252.00560618473529,1175.8065961615575,1950.1248973015686,6525.0569740432775,1090.8820003238086,3806.3745409287976,1249.3660113274204,4301.819296805492,976.602609956973,4884.422633333387,293.0419425438728,1325.4274513688893,603.0666459908589,2548.5254967107644,1359.063016300734,5849.243494826439,697.4098178950514,1702.9839437837738,553.7492857796234,2319.3656392153453,665.55582530093,4146.034874036674,840.4617559509438,2776.627240351471,803.3635195662986,3537.225367948504,943.2280787913643,4986.393002684943,12176.716559106831,3924.9701905036673,104871.68749309357,41961.783430591684,2714.035642012654,19230.724875144322 -1603,3457.3583620195336,3906.9776120068595,740.4824434844678,1565.3594880343444,1338.3698423776018,2786.2629657430098,1522.4409594341337,3283.430690227801,257.14274187124823,1200.831832113849,1989.7174911314805,6663.932781434259,1113.029734561214,3887.387371882886,1274.7173719151813,4393.376907791956,996.9295891283247,4988.380060761432,289.25436018280715,1353.6371372274582,593.3713731612987,2602.766944321129,1337.3689789706896,5973.735651171108,689.6430594702985,1739.2293392044821,557.5833392013293,2368.7297715228883,679.156855579703,4234.276853055935,857.5612309655801,2835.7234829377885,792.9800042584948,3612.5097724911534,931.0368067752187,5092.520712676035,12300.053610268318,3947.3093976497944,105629.65137235794,42221.13324765302,2698.7328952890525,19316.384857874637 -1604,3379.084036479734,3664.0139632595706,729.7311366850652,1468.014304472196,1307.2454919813847,2612.9933226188878,1496.6680712324242,3079.2436228499564,249.30767674524387,1126.155570195776,1928.603049247336,6249.5220567328515,1078.8428757074555,3645.6419835642546,1235.5216823016672,4120.165492257144,967.6147642247319,4678.167118364185,285.2586762522892,1269.4583549048018,586.0461511092826,2440.908388570085,1320.7876967679053,5602.246291723572,678.6669460279879,1631.0716919830538,544.0261946496125,2221.425311313834,658.5654512513623,3970.959410216478,831.3302769000419,2659.3780331620897,782.0259862854025,3387.858227838753,918.1757083108726,4775.8315640434785,11892.826394922695,3843.690824873414,103520.96619256868,41453.51779940874,2640.525649125123,19033.812873118393 -1605,3085.6566273624962,3486.6810394390263,657.3972238537199,1396.9645564546295,1190.192762871961,2486.52826258638,1354.284862323906,2930.2127293350277,228.47477884639557,1071.651285566372,1767.5467415029536,5947.054317822953,988.749452768202,3469.1982367251326,1132.414557174157,3920.75550073067,886.6395227494438,4451.750663203454,257.3576030181588,1208.018424816921,526.6923274379499,2322.7719879822025,1187.1865898453557,5331.1057543686475,613.7288600525633,1552.1302045868206,495.1328644317062,2113.911571067659,603.5120497171638,3778.770775116425,761.8833070052399,2530.668020893135,705.5362380996382,3223.8908382337004,828.3691929895858,4544.688292369686,10855.4206177577,3496.6792645548103,94093.66665504128,37702.73913281212,2379.8851994510037,17279.279924730545 -1606,2656.8231850071325,3417.2814222588995,581.9649688310643,1369.1590863426416,1022.4523163168187,2437.0358921690326,1180.732533976824,2871.8891719542517,193.69294030995212,1050.3209177674114,1498.4376691841726,5828.682924415331,838.2123033155641,3400.146600849248,959.8271867382045,3842.715976114056,751.6409553340924,4363.142101561864,225.86508968640675,1183.9737774056618,465.25490294263375,2276.5390561655827,1048.456789337215,5224.994327967717,537.2566131788953,1521.2362854718772,427.6325857867736,2071.83583998549,511.64204735578073,3703.557343707533,645.8925179668563,2480.297083639801,619.2006912814652,3159.7218513165794,727.0027381116371,4454.229881024952,9293.94784548146,3010.512114360501,81038.20152108722,32471.367817814782,2082.895975670477,14909.099644541215 -1607,2147.6685482997927,3176.6570863794445,493.02450854705717,1272.7511657896005,920.7700734823303,2265.4345311433026,1015.3637454538456,2669.668067125229,177.36214517373548,976.3636569893333,1375.0719054823883,5418.262246561922,769.2026253894503,3160.7287956919204,880.9926230141866,3572.1351062731983,680.76494761383,4055.9159645227846,193.33804816039716,1100.6054887914315,408.58736047568107,2116.2389137993787,919.9133390182576,4857.081758065859,444.91441950425695,1414.1200062789756,377.1994296915827,1925.9496628036823,467.88146474979595,3442.775184996114,592.0520399460466,2305.649530574047,530.0290241317977,2937.2333061576987,622.3063979870435,4140.589892233051,9170.834013466676,2833.486835644089,70974.10135298452,27123.894769186347,2082.275080464077,12311.921976407744 -1608,2129.9505497521263,2946.1697771293702,466.4217459582757,1180.404719959627,1042.1673079664336,2101.062395540671,1020.6519088037243,2475.966136872553,200.06974784103411,905.5220691094404,1566.5305839740988,5025.131778883817,876.3028559753953,2931.397188414609,1008.9577041602491,3312.9532724980522,784.9140913886197,3761.6326560676234,192.01748848565774,1020.7493410362695,401.20947506282346,1962.69189890019,903.6669384215763,4504.668615953578,411.2912460905826,1311.5163237469649,394.1764922781914,1786.209381287604,524.5558345423434,3192.979262060321,698.6560508143255,2138.359532967981,526.4087592001415,2724.11776268946,618.0558495702504,3840.162934894523,11162.502094505597,3255.9151011087265,73992.14376876954,26624.50243728229,2452.096787416733,11784.75775040386 -1609,2170.7194661013646,2802.691917033448,476.26747213820397,1122.9192537174363,1005.1003367150312,1998.741090509189,1034.3815949717482,2355.3870970133567,188.31957646775706,861.4233312315286,1472.9822399720108,4780.408898372574,823.9727694393039,2788.63875034023,948.5296927579806,3151.613131876913,742.4392615474324,3578.4419220681066,195.8476256235264,971.0390587968983,406.936691976722,1867.1092084972684,916.7495823699135,4285.292184060361,423.44221358796466,1247.6457494600227,379.2977906200046,1699.2213530687698,494.0722541291428,3037.4818309864586,657.0622075585719,2034.2218650414227,536.9089368361094,2591.4537898681774,630.3840946763872,3653.147792523742,10282.837957510921,3089.8258954411085,72740.57971753187,26811.49860093507,2324.5308924841015,12042.397960565517 -1610,2313.431831756748,2743.8841869206954,513.1062732186389,1099.357501528517,1119.294590367285,1956.8023294553707,1125.7162457326272,2305.964979701642,210.69769059094085,843.3484402782938,1649.878224875275,4680.103547429237,922.9267626566324,2730.1258920359346,1062.784077874291,3085.4841316279667,826.2053958911711,3503.3569491182843,212.78115870483364,950.6641461810611,444.67581683136535,1827.9324250067152,1001.5620754122202,4195.375663203065,453.1953881264064,1221.4669125837138,413.5480141440303,1663.567291298447,552.3932765667493,2973.747600815305,735.8173331716097,1991.5386255095377,583.3315841090493,2537.078382372249,684.8888653477056,3576.495297064259,11851.896131408199,3494.614331696646,79478.23076594141,28667.382549846672,2665.818228022215,12791.697144243031 -1611,2635.0743377847975,2734.072068708216,590.3707875943902,1095.4262037666829,1328.1197909700695,1949.8048126262736,1309.5098685328128,2297.718858716462,251.29172882809956,840.3326298334632,1968.7715592840239,4663.3675169972985,1101.312772194333,2720.3629734275983,1268.3752963181064,3074.4504534623297,982.7140653105513,3490.8289595299784,247.12207953926762,947.2645752271709,519.4765935245905,1821.395746409242,1169.7951833548793,4180.3730176288345,518.6518942926444,1217.0989520859516,486.80022569512585,1657.6183817218541,658.6063838293345,2963.113492009852,877.9540007669219,1984.4168918331072,677.4759335056144,2528.0058008395354,795.423625325759,3563.705765053962,14338.180295336491,4183.7076823229545,93420.04343669425,33151.862183495716,3229.8100233360997,14730.199071721483 -1612,3222.2252760950237,2770.461376483886,715.4635923113983,1110.005849172019,1627.062173993638,1975.7558649928862,1580.4189243113572,2328.3004954219273,311.80076190902855,851.517090934884,2441.6479117716053,4725.43490643786,1365.8354712385203,2756.5698191192573,1572.8181732997923,3115.370049208373,1222.1666405257924,3537.290371741609,297.15928685413434,959.8722539227866,624.6052137092864,1845.6377300628392,1406.535840144308,4236.011960763013,627.7542043892265,1233.2980087486485,611.0566454029931,1679.6805600226564,817.4424284209393,3002.5512413175834,1088.9266170565684,2010.8286158906487,814.6510649178065,2561.652456389801,956.4807713232841,3611.137135788731,17503.64901671647,5099.617867492942,115196.12826453826,41044.27735055087,3894.86096145401,18176.787213718475 -1613,3885.9089539243328,2772.215864286336,816.7658587544026,1110.7087976915511,1608.2180960203464,1977.0070788142275,1747.329847345582,2329.774969982132,294.99616484216335,852.0563427585347,2301.8769751267787,4728.427446949339,1287.6488898737973,2758.315509626008,1481.7662353743626,3117.342962022769,1175.4618115098922,3539.530479784126,335.2608731972027,960.4801252960216,676.843027895842,1846.8065422009988,1526.3942065164556,4238.6945577410015,749.0318814417456,1234.079036172998,620.855136319805,1680.7442742038345,775.0994079871768,3004.4527078292044,1027.2673431159435,2012.1020407105518,919.1051380784909,2563.2747089239824,1079.1201647606083,3613.4240097771194,15021.850253664843,4732.915879980495,120242.14490609776,46778.552689661825,3380.7862965371337,21341.36384397127 -1614,3864.359593167589,2720.296114452844,807.7959919822114,1089.9067657657833,1602.8978822443648,1939.980484214062,1737.4194303458694,2286.141523118158,294.2660228351831,836.0985117937906,2295.641942456715,4639.870573253421,1284.161069724116,2706.656094114189,1477.7551335387298,3058.9594613659447,1173.5556646314703,3473.2399937487894,333.6184801775957,942.4916675904568,672.2325744829952,1812.2184226763973,1516.104564988936,4159.30970034457,745.6394455478921,1210.9664511617461,621.2555312506994,1649.2662701367876,773.2936169965725,2948.1834847190453,1024.5294033238551,1974.4181662551098,914.6025790752004,2515.2681365079084,1073.8337160049925,3545.7496006350093,14874.41397216492,4698.099293005328,120092.90011024305,46826.54257219326,3343.084762142561,21377.356062001993 -1615,3755.190849130346,2831.2835173507206,789.9510592174294,1134.3746899342152,1534.6732856903425,2019.13120404619,1696.8529638593875,2379.415526988474,277.4840014046375,870.211122512068,2164.1980861595625,4829.176135236792,1210.6325808123936,2817.086987584721,1393.204517996978,3183.764244339059,1107.757315185888,3614.9473191017687,326.50355700051296,980.9450925257028,658.4806084214787,1886.15648226775,1485.0406691490953,4329.008498588099,728.575855938919,1260.3735802962647,587.4273801168737,1716.5559225525753,729.3022105268876,3068.4686354777864,965.9103010751891,2054.97393492411,895.0972834326518,2617.8904490494037,1050.9325733876242,3690.415299861587,13999.239965336641,4480.150767766175,115381.68512194867,45198.084909871635,3211.843984995521,20747.7285000385 -1616,3671.3580440276705,3074.3771244222507,771.0798165426878,1231.7719422605344,1486.092122592301,2192.4935270118376,1644.031066351047,2583.7118115650437,268.992453449872,944.9273278616362,2097.8592350769486,5243.808523234778,1173.523235319537,3058.96168259479,1350.4886309736908,3457.121797363614,1074.1072443683208,3925.326190659036,316.151512068773,1065.168901063366,636.6206517989682,2048.101614207364,1435.822727519889,4700.696563211805,709.0186444794086,1368.5890797382178,569.9904381269981,1863.9391741400968,707.0072376685179,3331.9269236403675,936.3115356734962,2231.4137097532007,866.7175396359904,2842.66215710251,1017.6119525653503,4007.2738416987404,13524.830240288644,4328.833667390578,111767.73701295294,43918.530727439116,3081.2156488534883,20147.413638528255 -1617,3551.2460499636354,3266.2007921909417,746.4629148578788,1308.6275140581497,1407.3716966881702,2329.292668070227,1586.4322960431614,2744.9207511627956,251.73539571713133,1003.8854252158606,1963.11050016944,5570.992386272612,1098.1460275927882,3249.8235143648562,1263.792678680627,3672.826558443633,1005.730070591142,4170.244246124408,305.4328571054662,1131.6293895219894,614.5032764636267,2175.8915201624,1385.9841082852352,4993.993325232314,687.7838704703421,1453.981263689267,533.9257452832303,1980.2383900173586,661.6834832610591,3539.820235801951,876.1842246081352,2370.641249118476,837.3327481566964,3020.0281272273155,983.1113065468926,4257.3049650641415,12654.824547714494,4087.509514201622,106014.1050914275,41915.2087522714,2907.5776413610024,19296.758802233013 -1618,3464.18585429914,3387.8450676214625,730.2635739333033,1357.3651930571393,1373.3350245705794,2416.043341681742,1552.621889371842,2847.150808998713,244.93285615058036,1041.2734864329202,1910.2552963548678,5778.474833119518,1068.5793108432365,3370.8578450242408,1229.7905622907665,3809.614941617147,978.0998313574509,4325.558132796948,298.99157363582117,1173.7750645439914,602.1177981432888,2256.9290203731634,1358.001329505825,5179.986391245027,672.221811681736,1508.1324039785914,518.4787987276478,2053.9891112557116,643.7626318108133,3671.655017291175,852.5776299154435,2458.93188261051,819.6742105638278,3132.504106718439,962.3784401889845,4415.861284994062,12364.816470595913,3995.0240543455143,103334.93109233145,40811.385025209514,2853.203052121838,18800.423161739276 -1619,3326.8089340208453,3488.8254148204987,701.2900276011436,1397.8237163174808,1307.6036007548191,2488.0575249224853,1485.2214690342664,2932.014866085762,233.03564152411744,1072.310371559125,1817.169414676334,5950.711869726086,1016.5079214938183,3471.331859849282,1169.774937779934,3923.1668401900124,931.3231925233001,4454.488574821593,285.88538951863455,1208.7613792028374,575.6435408715796,2324.200537084189,1298.298681484435,5334.384486150071,644.804882662013,1553.0847942845612,495.3168134190298,2115.211667027207,612.5554159563351,3781.09479125978,811.0566605256433,2532.224430022992,783.7440972528616,3225.873592626163,920.1929401959621,4547.483362403448,11707.373479497433,3795.8798836747633,98679.04916784474,39090.687149246296,2702.737185789037,18016.803235604024 -1620,3268.8055545541747,3408.5739813182167,689.5143072422079,1365.6703857032758,1264.434090144813,2430.8261764683693,1456.8974183522487,2864.5714236441204,223.43945249966922,1047.6446361768312,1741.907575247338,5813.831085759104,974.4071380732496,3391.482820475846,1121.281403658761,3832.924502050526,893.9797779153794,4352.024550072633,280.87479796183925,1180.9569401984816,564.7987275918761,2270.7382961662447,1273.9024702365323,5211.680724578241,634.8409175043836,1517.3600828781164,477.113495891184,2066.556676233288,587.4215737931145,3694.1204543045387,777.500960792527,2473.977135791647,770.0077480011716,3151.6706878302734,904.0651101430449,4442.880232332685,11167.19985336102,3656.197009789522,95807.29546894568,38170.63707483547,2600.827364871287,17647.773393910677 -1621,3290.3513945197965,3252.684760887201,696.029698684745,1303.2122161109949,1287.8851864878754,2319.6537038361594,1473.448329067723,2733.561855259118,228.4335903200883,999.7311959764862,1781.52133017726,5547.9387798728485,996.5667096361204,3236.3752547058643,1146.7925447639682,3657.6278484145914,912.2050674778309,4152.98714671104,283.4978603647548,1126.9465364991192,571.8847377742496,2166.887353005753,1289.7336682794657,4973.327427937851,639.5588524894146,1447.9644700120189,484.30566822125667,1972.0438650107096,600.4086685738199,3525.1719259885726,795.1261212122754,2360.8311782221513,777.1987754211895,3007.5307955251815,912.5080862213974,4239.687595270173,11540.396557775155,3746.5443599838486,97097.07284632146,38450.36686271446,2679.2247733838617,17738.66747940597 -1622,3302.1012850644383,3117.394495828698,705.4179196323155,1249.0071704006803,1272.1464929851916,2223.171386149052,1487.7923406601508,2619.8636843207996,221.72279421618634,958.1489620885577,1728.6441919194606,5317.181063329603,966.9877229599936,3101.7633576960516,1112.7572245679964,3505.494617722295,886.8323101577836,3980.2502314651124,287.16117250667486,1080.0729822392404,579.3984967325576,2076.7591094497734,1306.6686298247405,4766.469759454506,645.583631168253,1387.7386838249222,472.8315431886197,1890.0198273872418,582.8834522051295,3378.5479893628476,771.570927513421,2262.6361487804006,787.2416085735197,2882.4373209312193,924.2993637553941,4063.3445123416896,11172.569036566185,3685.930136009248,96391.39056205311,38361.04539865682,2660.7483281750506,17804.694831813824 -1623,3338.735239065107,3025.381512521976,704.5812112815566,1212.1414878334492,1317.053364332491,2157.552282787116,1490.8294322198938,2542.5358152385083,235.30901723086362,929.8682473532315,1835.2137208660354,5160.239202723376,1026.6017410527165,3010.21174289883,1181.4248319489031,3402.026475280303,939.8804571688191,3862.7692072975187,286.5471131549331,1048.1935594014187,577.7784375148997,2015.4615093142834,1303.0467664965404,4625.7826879287395,646.8718194646888,1346.7782033596704,498.80388115870227,1834.2340219463663,618.4647894677315,3278.8268022746656,819.0840676122223,2195.8522038977453,785.5581878394246,2797.3593311392947,922.322861628841,3943.410878249554,11871.352670768376,3832.7089305898667,99168.52609327188,39200.94960483974,2729.754344785875,18042.594919495317 -1624,3502.3718865682717,3026.2912460042617,741.782716814749,1212.505979284258,1387.9564045864452,2158.201059658168,1569.875283245985,2543.300356818292,247.99167365484357,930.1478591229306,1934.0941073343047,5161.790888803261,1081.914523291718,3011.116914825064,1245.0105874466906,3403.0494660599365,990.4373560174799,3863.9307436087824,301.9931621414428,1048.5087516417882,609.2908969753902,2016.0675594305058,1374.085252784297,4627.173662711777,678.988028072072,1347.1831801269766,526.1493860729684,1834.785576881572,651.8057966725363,3279.812746861257,863.2187019343205,2196.512497571045,827.902953129595,2798.200498256562,972.0397962901023,3944.5966635448976,12521.514755214715,4044.2384613272325,104597.22956209166,41267.133378866405,2894.4093331080717,18999.560136858538 -1625,3597.46638630539,3192.4474513888995,759.9512029753104,1279.0776923637773,1414.6369780207938,2276.695437555001,1606.118604246743,2682.9383169783655,252.4843938425363,981.2169156529554,1968.4864115220753,5445.195068161396,1101.1532631488496,3176.439985166499,1267.0786181517212,3589.891293251324,1010.1002255189198,4076.0769047143126,309.1319174608038,1106.076322415225,622.7022029107001,2126.7582062465817,1404.4132438843226,4881.225092317915,696.7930553925431,1421.1492418744888,539.2672627205902,1935.5230751483455,663.7496398895529,3459.888356275971,878.6222136868055,2317.110335653621,847.4735836983774,2951.833555653,995.0176485606332,4161.171725265378,12625.61732314209,4101.978698304676,107075.56687144526,42434.387000804505,2921.9368989731443,19560.080960592117 -1626,3636.9860632121095,3571.3511757253445,762.3108775253642,1430.8882730333044,1424.5943505944585,2546.910811059138,1610.3181730653841,3001.369657179686,255.80837939316555,1097.6751344283578,1993.7573978665266,6091.471858141817,1115.2896213747952,3553.44382276676,1283.2744017856683,4015.9666481907225,1024.6882288970742,4559.85643230093,309.58193999034495,1237.3537966242855,622.3653900208452,2379.1778990936295,1403.757270482184,5460.565675042032,702.0017747704001,1589.8219448033624,549.3909947574529,2165.245541337656,672.6229789000239,3870.533982850316,889.9552526841347,2592.1224538626966,848.7073036228288,3302.1794093871367,996.4661575428872,4655.050947496777,12631.3222451292,4109.147563974561,108240.67389160382,43076.500949555826,2893.7287906170945,19835.349772820184 -1627,3654.1342257931215,3755.6370589872704,760.503508987268,1504.7237756961079,1460.2417836592404,2678.3343774660602,1612.6007397791598,3156.243829741718,266.2264538872431,1154.3164507619997,2075.232335522361,6405.798905947424,1160.8659550184705,3736.805665744077,1335.7458339363627,4223.19520805419,1065.77338176082,4795.150338956156,309.58193999034495,1301.202694729942,621.7673111818075,2501.9462517417483,1402.4582549004167,5742.337228445905,701.065649932342,1671.8586101749147,570.346381650178,2276.9747349763393,699.9582471354041,4070.2580476729254,926.3002932031765,2725.878993734791,848.7073036228288,3472.575715772397,996.4661575428872,4895.257002090239,13138.430153396257,4221.7445516505695,110628.7429644554,43794.065582187126,2957.0863990265493,20069.386745434622 -1628,3561.884670544078,3573.625509431058,741.6600911738377,1431.7995016603265,1415.269363548981,2548.532753236768,1571.3359554910066,3003.2810111291456,257.17818850921435,1098.3741638526058,2004.1125615779226,6095.351073341528,1121.082205079972,3555.7067525823463,1289.9042318348706,4018.5241251398065,1030.7135140553296,4562.760273079089,301.8410413903813,1238.1417772252087,605.9675371266985,2380.6930243841853,1366.8414325205156,5464.043111999625,683.983404925998,1590.8343867216274,553.4308722141371,2166.6244286756705,676.2920223536231,3872.9988443167945,894.6041539940105,2593.773188045946,827.4859197830682,3304.2823271803045,971.5501579723842,4658.015410735135,12596.090857105655,4074.6324743627492,107635.40503938403,42750.34699627984,2851.671831517136,19627.888728129852 -1629,3242.014976722346,3434.04649991276,665.8680657447364,1375.8761387497125,1301.210155060938,2448.9919153725446,1413.3544401481968,2885.9785719865345,239.8293873138247,1055.4737599164798,1869.3857611136418,5857.278263742977,1045.717267279799,3416.8276155957788,1203.3032711112712,3861.5682226166855,960.2490723077386,4384.547542644665,271.25597309323285,1189.7823163773276,542.2574507169521,2287.707686823292,1223.3278526546828,5250.627989590896,616.7665814678692,1528.6994239449582,513.3933578474237,2082.0002029545917,630.5726328646091,3721.726882235542,834.425441934812,2492.46534491937,743.6380995697749,3175.2233496295003,873.1045397131383,4476.082195954919,11755.519319545394,3750.7611809346236,98427.31009176596,39003.77078777514,2589.564481119348,17813.082649837 -1630,2852.3501273119014,3386.4804673980348,604.1331331106685,1356.818455880926,1134.0453810922988,2415.0701763751636,1274.455982014588,2846.0039966290374,204.29231189972853,1040.8540687783716,1592.4413472037113,5776.147303999692,890.7970995292047,3369.500087134889,1024.8669467007414,3808.0804554476967,817.7405524783094,4323.815828330053,244.69803879582315,1173.3022761834377,494.24850800353147,2256.01994519883,1114.5931753392213,5177.899929070471,551.1818766117026,1507.5249388276325,438.5599795853127,2053.1617788529034,537.1251587304777,3670.1761004112886,710.8030504634447,2457.941442100561,670.8305165174503,3131.2423560425386,787.6212497562318,4414.082607051047,10147.096915648031,3288.751332089848,86144.75716153717,34048.58791546394,2343.585846047118,15662.22082464176 -1631,2285.3073778199646,3159.112239870689,498.0228705136461,1265.7216932212948,996.4967552849681,2252.9224154053572,1068.6577545776638,2654.9233480090643,183.33550098891882,970.9711484393692,1431.870506347394,5388.33689520193,800.9752423192416,3143.2719219821356,921.757818466359,3552.4060135685368,727.592461373732,4033.5149243365217,203.460235614707,1094.5267859782339,419.07244605693245,2104.5508134130755,944.3866797462172,4830.255836473274,446.26127315973275,1406.3097460650215,380.20367612194025,1915.3125400993263,481.44189044435484,3423.76055403582,638.8992831418827,2292.9153052494585,557.7786222555773,2921.0108099562985,654.8871655823351,4117.721193428129,9645.537664902044,2995.006729310753,73807.71603969115,27987.275480428823,2223.471749680074,12722.400474605418 -1632,2062.0603962075365,2979.8948762266023,437.8351144105187,1193.9169304454285,977.2870662052367,2125.113466205077,1013.5699470801983,2504.308768032383,182.07711574974263,915.8876704921286,1450.7905627993068,5082.654963234935,811.5589485511149,2964.9531842163706,932.0542750080115,3350.8769788257846,719.0360131977184,3804.692440021036,198.68107711343706,1032.4339604859417,405.8918476542222,1985.1590286975222,914.956056038525,4556.234006601652,384.87662502091104,1326.5293818298226,354.3872807699,1806.6562981149925,472.11430556244215,3229.529613932206,638.1014613055646,2162.837547682097,544.6767380651577,2755.301010244442,639.5042601447718,3884.1216627771446,10109.822719860704,3051.2925656262382,70711.72313306436,25931.552380616686,2347.248133009068,11690.704512238532 -1633,2167.74556067122,2883.918056876987,465.49578019755296,1155.4631076391322,1020.3263772911234,2056.6675512600264,1059.1073334538398,2423.6496843369673,190.4665384948809,886.3886481619603,1517.0537408097011,4918.952189316769,848.6259632206954,2869.4576087140754,974.5814686306188,3242.9515224530446,753.3409026458614,3682.1504396605583,207.67986025030285,999.1812009652963,423.16612735539803,1921.220783426661,953.9867274386191,4409.486263365852,411.27531793075565,1283.8043609381273,373.4825056286198,1748.4672906656433,493.9898428543191,3125.51252835867,667.3141109583775,2093.1766108978745,569.3465652915589,2666.5579376536043,668.4690726762587,3759.021396276354,10467.935836064018,3170.9075819165755,74234.21938831477,27379.469488422932,2423.5088828291155,12347.42690838054 -1634,2264.149039107126,2849.738097341761,476.31047745407295,1141.7686539533297,1092.4462617998477,2032.2920966551876,1121.5244818553826,2394.9247876844224,203.8563839433685,875.8832428317312,1625.2363018256688,4860.653172676669,909.1422966742862,2835.44903322074,1044.3407941012952,3204.5163278233545,803.076276840728,3638.5098955992958,219.95619651516014,987.3389875792698,449.3631688309706,1898.450632770276,1012.9479019444992,4357.225394963721,419.5850200824095,1268.5888172775249,391.8321832474497,1727.744600192137,528.3962098581818,3088.4692110246724,714.7219654236221,2068.3684539219976,603.0016817690871,2634.954112368071,707.9835018026098,3714.4697839618525,11457.14024327396,3430.3669431308526,78322.2861155488,28490.6890008902,2647.558284785661,12815.14652271847 -1635,2478.8249001826666,2902.632566122809,533.8284377455399,1162.961214237395,1227.0099255727675,2070.013812542262,1224.4713566560126,2439.37739002472,232.30544658874265,892.1406592192307,1852.589108825085,4950.872574851722,1036.3213738820793,2888.0782802760564,1190.540020165117,3263.9958950925434,913.7591438395579,3706.0448905736876,239.7036275265149,1005.6651528165377,489.1879578094922,1933.6880947044435,1102.7629881253722,4438.100589368736,471.0498581973212,1292.1353079722537,442.98711980391465,1759.813558705108,602.0222979549733,3145.794808214167,814.6403447644351,2106.759789152324,657.138524918424,2683.8619394298466,771.5454999664613,3783.414683217397,13082.08066203831,3870.0694402920494,87493.96775298042,31561.7750773018,2971.532674080235,14086.811901517678 -1636,3023.0596959768277,3059.4964991982306,660.0886189754171,1225.8099096625697,1463.6913019210238,2181.881401966286,1490.7900372572842,2571.206108588868,274.80651638763425,940.353682905022,2189.411551974422,5218.427398466149,1224.736762581094,3044.1556713179903,1406.7439624075282,3440.3886082529816,1085.2882660648431,3906.3267948265534,291.9054054883835,1060.0132618637724,596.5192987408963,2038.188376075442,1344.651433511405,4677.944213380248,587.2518318892581,1361.9648237159192,534.2102233997289,1854.9173205521245,712.607439460462,3315.7997037782848,962.9980659540068,2220.613202921815,800.2477457590095,2828.9030805525576,939.5698527571717,3987.8778021775497,15189.736106233566,4565.893202946734,105920.57960527044,38704.74980141647,3506.2350789420643,17393.08166456465 -1637,4053.6271365636776,3386.805375814936,863.8102533701078,1356.9486328421597,1796.7801197287038,2415.3018849691643,1906.2673075812816,2846.2770502202043,333.0000850515479,1040.9539312317263,2648.2730908685376,5776.701483743056,1481.4197033061296,3369.823366406569,1701.0485717029721,3808.4458133477715,1324.9074955568326,4324.230667325664,376.736931067098,1173.4148460886156,753.0825135515934,2256.2363940683713,1698.9504506200847,5178.396711285819,779.9597902677856,1507.6695749907608,669.0189361755016,2053.3587649420397,864.5104942874584,3670.5282273814614,1165.3821215758937,2458.1772638838183,1032.8101986539268,3131.5427762004665,1212.6211306662092,4414.506106494122,17569.32606568667,5445.891696790128,133139.95820770055,50653.28925822725,4029.9602809423786,22998.275581072154 -1638,4108.2716266079115,3980.081142278248,896.3218675053541,1594.648958331653,1869.533472506953,2838.396783565329,1941.6566842804737,3344.8670225270744,350.160173432806,1223.3006187073536,2785.5235864154206,6788.621750809706,1558.1963730131795,3960.1243488094274,1789.341549398302,4475.581464271976,1391.3365282747177,5081.717732228085,383.10000385693087,1378.9650667076976,766.6769036410868,2651.4673646969227,1729.5458273515953,6085.510329292272,809.6805913854362,1771.7720914989122,699.2165499281157,2413.051118035114,908.8967896731587,4313.504485472753,1225.6884912006415,2888.782757411017,1050.2543245948111,3680.103509577695,1233.1022565782966,5187.80696180444,18555.26942961376,5693.524761500054,137968.44076246707,52064.83508927067,4216.538450214303,23521.73699550424 -1639,4005.4587626173966,4312.978378112907,868.092769557524,1728.0266989802662,1823.244566872316,3075.8026076360447,1893.7892647297303,3624.6344308358375,340.8498027288836,1325.6184810837472,2711.6631822463924,7356.427615862494,1516.8795396369558,4291.35238214685,1742.0347283372835,4849.922751534308,1353.8402293640468,5506.756751754797,373.67609766606233,1494.3028305897626,748.0571052076103,2873.2382595757554,1687.521319523905,6594.507381072237,786.945807978939,1919.9645555981142,678.6727309221385,2614.8806834147294,884.6875800168997,4674.289521918599,1193.1645824318434,3130.4029054662096,1024.4190384243843,3987.9103713299105,1202.7690801941953,5621.719371097668,18101.465770254275,5552.8651564315705,134306.10215173961,50649.72134420649,4117.589780968089,22891.447818524743 -1640,3899.102537839821,4462.304526681563,829.010424390281,1787.8553252706292,1736.3334439913149,3182.2946224086027,1835.4093061339786,3750.128382364266,321.4592610233274,1371.5147237489562,2556.601715402251,7611.125624244695,1430.139575772004,4439.929784396035,1642.356180191588,5017.839263478195,1278.4318485383872,5697.414507197517,362.601071780795,1546.0393492840305,725.1528159013787,2972.716987639837,1635.913688878549,6822.825796467112,753.9625547642573,1986.438552762283,643.5203424606237,2705.414423023168,834.5259737541944,4836.125170143743,1125.028927406942,3238.78531974252,994.0572693982859,4125.981848713076,1167.1213660900569,5816.357421285883,16978.09439885596,5258.203252946397,128375.1437363004,48785.83541653109,3893.8327643853754,22149.836495761087 -1641,3769.245499990337,4471.6617781529,779.9322690248687,1791.604377307059,1647.3173177398098,3188.967750802173,1770.3032291783072,3757.992232559554,301.97514271743813,1374.390728308937,2401.5444854293187,7627.085811636692,1343.4019819739879,4449.240117041253,1542.8050078302645,5028.3614462540145,1201.298158274687,5709.361728630191,350.0971025483838,1549.281324117736,699.5937331003345,2978.950641179199,1578.29991907111,6837.132954649824,710.662312366339,1990.6040248763918,604.6298746296475,2711.087555132158,783.9646268253466,4846.2663066559,1056.8076516221556,3245.5769065823006,959.7781056584585,4134.633846687156,1126.8742438727734,5828.554060648508,15961.683406392396,4975.066734439264,121782.80043164805,46528.65087457453,3683.005586847805,21207.262420283387 -1642,3611.5157557723255,4518.772937623335,734.279192825629,1810.479811925038,1544.2588762604237,3222.5650968689347,1690.4543003327512,3797.584531829982,280.080732402333,1388.870611624887,2226.577137355441,7707.440917589075,1245.5268505286672,4496.115053267483,1430.340083826802,5081.337710945328,1115.9144021245922,5769.51266674139,335.01225211085114,1565.603766007611,667.9812592821041,3010.3353535464917,1507.1048639113646,6909.165518141269,671.7007187985731,2011.5760188041565,564.4251887252682,2739.6501979447585,727.3012330335016,4897.324109355675,979.9115457665075,3279.770657989572,918.4235526739035,4178.194250887403,1078.3199162105518,5889.960748688918,14700.277510016751,4633.105361353783,114669.16197823205,44192.00957714969,3422.0697229543034,20241.7160252932 -1643,3473.4298617183063,4586.5480379315495,711.2816342136407,1837.6344073324708,1485.461842859743,3270.898942296654,1615.4960366121602,3854.5428424436323,271.1804846262868,1409.701674906309,2155.8590980851286,7823.041455283715,1205.9678272861438,4563.5503178711415,1384.8564774639235,5157.550474413007,1080.4174836795687,5856.047065596044,319.6503961841523,1589.0855726283025,637.1125894914347,3055.4860578116386,1437.478815779759,7012.793072015303,648.9659353920758,2041.7467683270918,546.8266729326618,2780.741013867186,704.1817383554452,4970.776933238434,948.7843851435989,3328.9625046261717,876.3095995066175,4240.861160327212,1028.873977766977,5978.301695681444,14203.32207996645,4460.675327674999,110357.0427638493,42514.79830838333,3278.087181214746,19421.72583152632 -1644,3416.2762481567147,4536.707671711111,686.5787791192645,1817.6654958366623,1435.2088213195286,3235.355261121643,1591.773033349476,3812.6569131366755,258.83385476076137,1394.382954343953,2057.1121055077224,7738.03128034072,1150.7296643675238,4513.959859594665,1321.3775344823332,5101.505230294934,1032.4308127994514,5792.411510503274,315.6158853710808,1571.8175518334897,628.7581850083224,3022.283190896621,1418.655648735824,6936.587574537285,628.1699196421088,2019.5598412915012,524.5052812389729,2750.523702427484,672.2450349539043,4916.7612899477035,905.3955335962522,3292.7878676241135,865.249139087945,4194.777248947083,1015.8879053636839,5913.337643539213,13509.746691157028,4289.352540550763,106996.61328245382,41489.746470491154,3159.572770221323,19055.06173479439 -1645,3389.084846197291,4478.354808339502,675.9519230359105,1794.2859893731477,1414.4827737378305,3193.740888503351,1575.7813402240986,3763.617066614853,254.5887923366763,1376.4478692755679,2023.3242683219232,7638.501772437325,1131.8290578131118,4455.899587253487,1299.6091149639549,5035.887725435805,1015.4285060617061,5717.907305709084,312.2835031011782,1551.6002353378374,622.2089246394294,2983.409432464179,1403.8711363137616,6847.366541071509,617.7078240242115,1993.5834927988453,516.1123819541456,2715.145418124764,661.2301451039773,4853.520032069846,890.5303273577423,3250.4347749288786,856.1135377960292,4140.822425009788,1005.1618075943584,5837.278040727402,13280.769048313274,4223.580947678216,105470.64834757545,40973.97789380347,3106.6342915602663,18830.49941624621 -1646,3398.6114912709636,4393.1648261499195,672.8688848944751,1760.1539926869827,1410.6324860097354,3132.987611674305,1580.5678807640547,3692.02325938094,252.63175429762887,1350.264242812985,2007.6082069571403,7493.197557430229,1123.0376370776764,4371.136761903023,1289.5625736069971,4940.092013841065,1008.1224430690498,5609.137803875966,313.7371327091281,1522.0847543027846,624.5099381053558,2926.6572082003563,1409.1130180053901,6717.1117804185205,616.2559640978831,1955.6603380883882,512.854569472023,2663.4962746979313,656.1813108791074,4761.193429381097,883.6322073881813,3188.60303259597,860.0986089699741,4062.0531885973655,1009.8406745527141,5726.237796350341,13171.713735968046,4204.609245240636,105241.59106583119,40963.560310729394,3097.1685965530737,18863.30795077263 -1647,3434.328783419173,4327.209199109423,692.5810779904652,1733.7283827065708,1438.6919457396507,3085.951324483783,1593.0570019359213,3636.5940372240348,260.00665248365004,1329.9924050082698,2066.278395680109,7380.700402646316,1155.8572031075491,4305.511847423378,1327.2521866335924,4865.925239020512,1037.6356466351956,5524.926485691619,315.51714032785634,1499.2333343466619,628.3681610096478,2882.718608366712,1417.7919407840138,6616.266185748022,633.2856890717848,1926.299544905973,527.8294138092332,2623.5085724673995,675.3234351404593,4689.712501502702,909.4479771651241,3140.731777880858,864.9784332470819,4001.068619220172,1015.5700699828432,5640.268428164293,13527.184860234984,4294.146904000416,107349.0176327005,41686.61946019645,3149.814689840297,19128.42930845889 -1648,3547.574189745313,4235.196222105851,715.0487544045506,1696.8627026647432,1467.7157209019908,3020.332225616941,1638.7276106431784,3559.266173438921,264.26615492618237,1301.7116922102525,2099.2753455522193,7223.758552791051,1174.3153945448669,4213.9602388977,1348.312918275983,4762.45710366638,1056.1983665069642,5407.445469571808,325.19336574708495,1467.3539136926709,645.9962207397099,2821.421012430281,1457.7047864428093,6475.579123859718,655.2860770407015,1885.33906724663,540.4918030635482,2567.7227708480095,686.5655720785144,4589.991321245704,924.0710223170175,3073.947837573092,891.5054431400242,3915.99063525633,1046.7153983030878,5520.334802287951,13621.842157939576,4357.825526036809,110104.92751656867,43009.24970177772,3185.7248336854395,19780.92252081627 -1649,3632.6302792328324,4274.9645408590295,743.6825071015063,1712.7961738195693,1500.1895390661277,3048.693021289617,1660.7147281465873,3592.687536768893,272.3030258041841,1313.934711590171,2162.656963187656,7291.589349207033,1209.770490741822,4253.529152639878,1388.9825470275575,4807.176380463612,1089.4708371639163,5458.22116066067,329.30739196287396,1481.132306735919,652.2250584931721,2847.914039972569,1471.9246179437762,6536.384546136241,682.0007770329773,1903.0423237315927,559.2211960419228,2591.833582311216,707.5421391402414,4633.091151422371,952.0247246927362,3102.812081642158,902.783892059702,3952.7616266461696,1059.9574107260532,5572.170519579107,13907.174909465079,4442.08033511545,112879.4533885836,44204.13396792605,3212.8532152413695,20274.65364180925 -1650,3667.34999932835,4538.982005416825,759.5794524835949,1818.5767244636847,1504.5839522737965,3236.9772032992737,1663.0194601257529,3814.5682670861356,274.195367279793,1395.081983768201,2176.7954867962685,7741.910495540431,1217.6794513100042,4516.2227894102525,1397.9881936728768,5104.062707244019,1098.6412865207521,5795.315351281433,329.4362798872034,1572.6055324344131,651.1970758199692,3023.798316187177,1469.7135052935255,6940.065011494879,699.8334168195123,2020.5722832097663,566.746762595954,2751.9025897654983,712.6457268752241,4919.226151414182,958.3529017291792,3294.438601807363,903.1372334811384,4196.880166740251,1060.3722684361455,5916.302106777572,13826.601165370856,4431.47289308691,113825.64024525731,44798.2172263757,3173.478927358279,20531.320259483735 -1651,3628.3412983150956,4685.384009749114,768.7033394591239,1877.2337707299612,1489.6341996327274,3341.3838632012926,1627.1979238384702,3937.6047627799467,274.15223623750063,1440.0794740397612,2175.7437949588216,7991.62093998715,1217.0911445318354,4661.890709572033,1397.2530796557912,5268.691033526531,1099.9119958787767,5982.239596002551,322.29701977178325,1623.3289329012323,634.4520228839561,3121.329025420678,1432.144595906669,7163.912435138924,710.1504060027492,2085.7445689353212,569.7696474764278,2840.663473679134,712.6822292152997,5077.892691063685,957.9729397737676,3400.6986429087965,883.5652190328498,4332.247891842474,1037.3927913544596,6107.128703057068,13651.116150741023,4370.094415719499,113207.20729210318,44675.710695546244,3091.2662075541466,20413.36183145447 -1652,3513.2044754241056,4388.226277462619,743.533215891233,1758.1753266150229,1422.4997060028893,3129.4656832993746,1569.8372987812083,3687.8728945886687,260.3953989034293,1348.746351732696,2065.4705608815857,7484.774126390114,1155.4053077227131,4366.222975925996,1326.3438771900699,4934.53864038581,1046.736349457895,5602.832326791808,311.29605266893424,1520.373712272088,611.6898229005453,2923.3672248544767,1380.8580180723682,6709.560781337363,690.6184185825073,1953.461894784376,545.4517817637535,2660.502122065018,677.149644893159,4755.841163647589,909.5482991180454,3185.0185844944067,853.4064793873989,4057.486856980832,1001.9834537859521,5719.800682044043,12801.91833497056,4141.123150669655,108770.66004269093,43232.92547898447,2914.7880850222377,19812.767404463466 -1653,3168.0616755010865,4107.703664505745,663.4464154983997,1645.781866142985,1257.4429635933582,2929.410846759444,1406.22386254351,3452.121209230949,228.31280096791005,1262.526128143205,1810.0972743174934,7006.300988824148,1012.5518309726946,4087.106950335054,1162.34228976229,4619.092356257979,919.7310686703477,5244.664569503847,279.59320678320154,1423.1820043996029,547.0859991183289,2736.487478757416,1235.215536381799,6280.644083982811,619.5530736723011,1828.5845068859876,481.8312373184804,2490.4263420415377,593.9068667405975,4451.818329436382,797.1969873330258,2981.412462306195,766.4943137433389,3798.107157031406,899.9399914834814,5354.15558275639,11087.787478897408,3628.8814414465764,96614.37283705703,38744.02109092053,2534.753039387648,17820.32319740318 -1654,2763.3194985142195,3868.3789433844486,571.7837358737863,1549.8946458586686,1096.6631491913236,2758.7363066244366,1238.381447649345,3250.992302875062,198.1943665741372,1188.9683113666192,1571.756782350597,6598.096997691317,879.2263434642902,3848.982243449816,1009.1536070060424,4349.972896753841,797.4088912011055,4939.097764303871,245.82789116927523,1340.2639888545928,484.0422713308111,2577.0531192722024,1092.615177739605,5914.718614029962,528.7163213190297,1722.0467639278745,417.82015893602426,2345.3280977518207,515.4674245547398,4192.444658112106,692.17593758189,2807.7081826488056,673.927964519082,3576.820275019991,791.2579594854867,5042.209567089414,9736.93726684167,3185.104432031138,84124.94191768354,33601.55214259936,2255.2277518387523,15476.483836508629 -1655,2237.918013467057,3546.528467661455,474.36921227552716,1420.9428713839316,976.3519126447019,2529.20848484787,1062.854393185937,2980.5086107224283,178.59491713371946,1090.0457336581096,1419.6022971086652,6049.133028893713,794.1125184735769,3528.7455799186437,911.6644442396776,3988.0536363368524,712.1253759475946,4528.16310967234,209.61889867446587,1228.7535580719646,422.1715020956505,2362.6414019766066,952.152066520097,5422.611964822612,427.1780533250376,1578.7718732568687,363.00428537730573,2150.1959829731395,463.8063445253271,3843.6318020284757,624.7855052747756,2574.1058837266,574.6623665706769,3279.2275820756836,674.7103481457323,4622.695974544901,9369.419709776326,2946.380341302605,72956.13741645434,27904.3830740267,2203.216010284352,12751.038665161344 -1656,2215.7074913792762,3325.9832349481007,471.80514084837876,1332.5797920799632,1115.2891836796712,2371.92654591586,1117.2426367639025,2795.162018653657,192.79954909298644,1022.259899654542,1551.6719712051515,5672.960254944122,867.9910841284459,3309.306197941105,1002.6334783016023,3740.0516182170845,796.7874658574144,4246.573719965504,207.4058358636983,1152.3420074856992,426.9266310811014,2215.7176418634604,962.1084480672874,5085.400173460733,427.1851834946399,1480.5940034431444,367.6328441804301,2016.4834024121203,496.6809884316209,3604.610833221258,716.5044160625556,2414.031944850357,568.5953376899446,3075.304783540864,667.5870573119213,4335.227942421266,10813.833981025296,3306.9613329938784,75981.45282186508,27681.28134263397,2535.3045206459196,12507.574476540858 -1657,2323.9108204409704,3209.472451994391,492.6739971322655,1285.898884824593,1156.8009295698807,2288.836824936657,1165.922634084295,2697.2461567052756,202.31411064834975,986.4496466023224,1627.628418061104,5474.233744833157,910.4804245795962,3193.3796195674477,1049.4074162067493,3609.0358218212973,825.0429024941144,4097.814212164933,216.6857258244223,1111.9749160007348,444.85040803268964,2138.099993480489,1002.5970244452662,4907.256173930896,448.272093259495,1428.7280875945276,388.46093614625534,1945.845024695865,521.321381036505,3478.339592281408,741.3059047951348,2329.467251614863,594.0358087546595,2967.575386595414,697.4566817863719,4183.36283482033,11196.143010879036,3435.214613117102,79560.2088025836,29124.96128864241,2614.4225275783315,13155.66916360278 -1658,2413.373829733919,3167.234855745988,514.079100683865,1268.9760793710855,1225.2257743045525,2258.7150628289696,1223.7697105638308,2661.749608330579,216.30951953756016,973.4676807136052,1741.9397925311214,5402.191227521638,974.4251601266201,3151.3538097009837,1121.691164065506,3561.5398547525083,873.7666416145134,4043.8857785101018,227.47098646158673,1097.3410008502228,467.77732075692813,2109.9619721657323,1054.2051289927838,4842.675247295062,466.84051340366443,1409.9256080546047,407.2324373763895,1920.2371350054593,557.0247999106705,3432.5636258223963,786.5532430885098,2298.8107812075705,623.6031971963841,2928.521226483266,732.1717146644168,4128.308556268128,12134.05858401875,3689.378355593563,83622.74699082742,30334.60132403201,2815.212390845867,13656.7264370714 -1659,2620.2036341452513,3215.255755001856,557.2566383890526,1288.2160079652763,1336.2225652066618,2292.9611902618763,1332.1079160221052,2702.106454477968,246.98037010186212,988.227177736563,1989.576829949218,5484.0980303048655,1112.9510499846074,3199.1339241249907,1272.1302590770617,3615.539117311314,951.6611660302816,4105.198260980345,247.89641607917233,1113.9786371642974,509.2482051778406,2141.9527388483057,1147.7093667531967,4916.098795207005,507.4533226599605,1431.3025815555834,461.2151729547649,1949.3513365747506,635.8710905104139,3484.607379939945,858.4295435527446,2333.6648308630297,679.5987481533282,2972.9228036288614,797.9160192831973,4190.901037819673,13662.835469379139,4126.554165393701,92536.6149500245,33404.50259629028,3116.1292444419273,14926.079122795769 -1660,3206.122769353877,3337.159953384008,682.0074524180441,1337.0578270180104,1618.6736844295942,2379.897228051535,1620.4526145036298,2804.554952008512,294.70293159791424,1025.695127753921,2371.7703499299632,5692.023814495887,1326.7466033690625,3320.4268744387923,1520.202218241009,3752.619782552171,1154.8461533047737,4260.844014020705,301.0913404115085,1156.2143668001431,619.1686934619133,2223.1633956352666,1395.3881805960277,5102.489281209519,619.3555538267108,1485.5694290918652,560.2525061893061,2023.2596443915215,759.2061615370201,3616.723858906597,1040.3645551476789,2422.1441190367364,825.4306426040363,3085.6391157494777,969.1370596703748,4349.796152374577,16174.03704886991,4919.226129679581,112511.32875870151,40823.47213562531,3727.9741928239446,18301.90424405393 -1661,4293.914607330893,3601.437340893435,884.560956313685,1442.9425177158707,1984.6151334847311,2568.366774239336,2072.783425400387,3026.6541220203812,361.20502667263355,1106.9222887322496,2901.8579541209783,6142.788298173399,1623.272752441312,3583.3791308635837,1854.8021970307439,4049.798391399921,1400.8345343156375,4598.270071009289,389.2600465462459,1247.777647112481,783.1906547861897,2399.220828426073,1766.4479021402394,5506.5671665579575,822.8293086186915,1603.2150958169964,707.992766608665,2183.4862384242215,931.6001711030851,3903.1405563758367,1251.8382626203572,2613.959293883614,1067.1418511127117,3329.9979884730515,1252.9298798211557,4694.2665341980255,18851.04291033662,5905.408212581754,141851.85732802417,53542.89519568896,4303.345107357427,24239.961016048343 -1662,4360.669798065418,4101.010628015994,900.3630342939781,1643.100251551493,2054.325329365711,2924.637704563173,2127.7641731991744,3446.4963698784723,379.71389530612544,1260.468985239265,3051.4285614143487,6994.885017272554,1706.9411797813311,4080.4474738512763,1946.62607070947,4611.566069988328,1449.5854481537935,5236.118984377172,399.3853968036375,1420.863090995671,805.4147132034685,2732.0286832733773,1816.418594241275,6270.410487923664,838.8494203089995,1825.6050361576258,739.8889652645255,2486.368475227446,979.154201102186,4444.564597191254,1298.404891552878,2976.5545893847284,1094.9001199427848,3791.9185728806915,1285.5208276815943,5345.431594461704,19864.969574566177,6178.785857391895,146965.97430351988,55011.04344682644,4520.316151050201,24816.372884054937 -1663,4253.7654608204775,4418.117498841199,877.9593598003368,1770.1514656259299,2006.657030404586,3150.7826222221915,2076.139142266521,3712.9935283340997,380.29560468709036,1357.9335889520369,3057.1742475272354,7535.758060725871,1710.1552639503664,4395.964317714121,1943.28689714478,4968.151170272537,1416.3490063964396,5640.997063712356,389.65425633378436,1530.7300212539428,786.0644387319777,2943.2802857050074,1772.7559091933547,6755.264205451572,817.7550558358503,1966.7682646613148,735.6295553768936,2678.6246282623993,980.4298486325208,4788.236462357243,1270.311238156253,3206.7139323603474,1068.2225624935306,4085.1251851376064,1254.1987416684149,5758.762170722605,19809.310027970678,6130.700577779,144564.19178776938,53941.199227852965,4461.045238611768,24229.36926738489 -1664,4149.294671552688,4562.765021674187,856.6450354252866,1828.1055658980774,1932.349882497914,3253.938072797963,2010.66957183563,3834.5555547648833,351.9784355584232,1402.3918293372549,2828.124440872963,7782.475975412071,1582.0269006837163,4539.886553640696,1807.8350329706093,5130.8065908285125,1364.7669625609935,5825.6812084387375,377.3975557880207,1580.8455525313575,760.3879794357917,3039.6421869994074,1714.9287266944978,6976.429041755089,795.673393182254,2031.1595257684287,686.4509931768931,2766.3218018163416,907.7214715169673,4945.001542326308,1220.537489995646,3311.700553216767,1034.6212766051096,4218.87066353373,1214.7475149677493,5947.301901229506,18440.148444115173,5761.524256444361,137828.66469704,51854.26281107895,4212.2477166789995,23457.17976742635 -1665,4011.978928435839,4566.598893089691,825.6636920131701,1829.6416348475693,1846.622004406564,3256.6722000444597,1933.1993095007485,3837.7775468821064,327.848374823791,1403.570191563294,2633.9068093278042,7789.015214676476,1473.3833370374584,4543.70120138279,1689.6946616253722,5135.117760181661,1303.5243157788218,5830.576247423823,362.8882096346424,1582.1738608153448,730.1840488942756,3042.1962517471516,1646.8896513511186,6982.290998651495,768.7968790840064,2032.86621116844,640.4023448679209,2768.646208624865,845.5621661591264,4949.156588657357,1163.4082022244675,3314.483215490054,994.8444470796278,4222.415577103858,1168.0455903969314,5952.299132217775,17268.319315598976,5430.1619071781815,130756.7258777907,49535.019837667634,3970.69189920254,22514.380791542684 -1666,3854.063592154913,4603.962919812915,790.3460176056461,1844.6118086112026,1753.2257329151814,3283.3183736979804,1846.170727629043,3869.1783390638943,307.946687641617,1415.0542380874697,2473.375386446569,7852.74513259617,1383.5835298816046,4580.8778786179455,1588.7416721218212,5177.133422540067,1236.2613064188104,5878.282168574507,346.8770997428542,1595.1192470426633,696.3416094441208,3067.087577810314,1570.6955965460625,7039.420278794256,737.7663180087192,2049.499173514613,604.0414249643621,2791.299341371591,794.3679096538563,4989.650712044424,1101.693489150187,3341.6024003224793,950.9505884627713,4256.963487299825,1116.509867246012,6001.000993065978,16173.223908377731,5114.244824666057,124110.63004644641,47300.0129617767,3727.6611896781187,21556.20159507093 -1667,3707.496317908816,4667.709198612968,760.6271548736369,1870.1522268720817,1677.7273846835806,3328.7790631267285,1770.9682692019912,3922.7508211678805,294.1509503780542,1434.6470201209936,2362.2790595778592,7961.473914579622,1321.4372625061858,4644.304522899268,1517.7925796517936,5248.815796244268,1183.9256334855986,5959.672618608487,332.5496965683398,1617.2052016891973,667.7502844522386,3109.554344646747,1506.1896248727344,7136.887798732709,708.9897546325163,2077.8764536949343,578.6480634086739,2829.947555774827,758.8419681159385,5058.737207949085,1054.4057645456821,3387.870087955928,911.6725488053593,4315.9052264122865,1070.3935712200828,6084.090602831759,15417.459079746235,4884.134378171105,118911.32108379992,45405.48601013923,3555.657896873492,20701.484820602258 -1668,3649.424230966102,4601.428669458719,747.259259077008,1843.5964424558388,1640.5260661626903,3281.5110718372994,1737.4545548527974,3867.0485507169847,284.5365530098671,1414.2753218002322,2284.715088921253,7848.422590803303,1278.048687969233,4578.356335419485,1470.0992582867075,5174.283670611499,1156.998588256636,5875.046469476309,326.421346295458,1594.2412140117265,654.6019574316027,3065.399300142619,1476.6025081739747,7035.545431484321,697.4701836320825,2048.3710271552986,561.1309016056257,2789.762871276643,734.1128368429304,4986.9041599317,1029.3605477637673,3339.7630160324456,894.8719058611489,4254.620242705246,1050.66795786975,5997.697743418426,14916.24704086369,4743.458112997563,116048.07020142887,44480.13072753372,3450.1672209636085,20323.456749917943 -1669,3621.197421072335,4557.566550035256,740.6660903552428,1826.0227597723729,1619.245545152285,3250.2307802448895,1720.0664569693795,3830.1867502779855,280.49919833506766,1400.7940494566676,2252.2941995131196,7773.609207027844,1259.912739477544,4534.714148009251,1449.400667726916,5124.960935305915,1142.1668718957483,5819.04386498676,322.9665683095093,1579.0444558868169,647.7590263296793,3036.179047077331,1461.1595932766656,6968.480622684131,692.0270730115247,2028.8453752174594,553.1713238208513,2763.170062605011,723.6968730874034,4939.367579115373,1015.5838777194813,3307.9274504335312,885.400761293861,4214.063999287705,1039.5478991708176,5940.525992298225,14691.744225493414,4678.747711766808,114603.33739421684,44020.030385017046,3395.6339878148815,20121.84840178184 -1670,3640.9877806588242,4459.835249186339,745.8152200438026,1786.8659909719477,1629.5351354395448,3180.5336559735906,1728.6981589475272,3748.0531973195416,276.7968477585034,1370.7557772401572,2222.2500961647443,7606.913903349158,1243.1063433313475,4437.472888271749,1434.44700696802,5015.062573206638,1149.5964445735115,5694.261764631547,324.85893489742693,1545.1838271767667,651.0461080848381,2971.0719938673683,1468.6168783876096,6819.050292107801,694.906965761633,1985.3393297073226,547.1299813254209,2703.917344795969,714.2108409383031,4833.449033861398,1021.5749690171476,3236.993093404294,890.588613480418,4123.698679990768,1045.6389497746852,5813.138860024837,14591.687466002197,4659.577313134627,114540.32742199564,44049.062402685,3398.896775056628,20190.938277668913 -1671,3674.404710575223,4384.652328998747,752.6807262952154,1756.7433977192763,1644.7887078619588,3126.9169202310227,1746.2569397536777,3684.869342166073,277.8517779596208,1347.6478783069556,2230.184216244346,7478.678224469827,1247.5446174107262,4362.666947838321,1440.9312509792126,4930.519753100007,1160.5021922060926,5598.269154174545,327.8624623742465,1519.1354586019447,657.7029311570302,2920.986316682931,1483.579786412301,6704.096244430761,702.2575803684399,1951.8709166313229,551.6394161633226,2658.3353018349135,717.0450050916447,4751.9678147939685,1030.9291245082577,3182.424576902793,898.8226716631664,4054.1822760401988,1055.3065469348885,5715.14224568076,14632.153294041344,4681.513874484741,115600.10176484784,44486.98924293083,3420.7546442090506,20409.578414723983 -1672,3759.1696565991797,4282.8922129448165,765.7847123537797,1715.9724542977,1650.8866210240865,3054.346644455846,1768.1650881131657,3599.3499659951426,285.0097738300196,1316.3713267798555,2286.9035228879675,7305.1111758309125,1279.2728778795765,4261.417074050026,1471.6376428055376,4816.09100832511,1162.6777412012245,5468.343113046438,332.754749500953,1483.878980101567,664.4216248851134,2853.195330243312,1498.9942781440886,6548.505889556312,716.2881862812656,1906.5714045844802,569.0793582286421,2596.639986328164,735.6713534659375,4641.682948393079,1031.7424666720246,3108.5660654452927,912.234693746836,3960.091792243996,1071.0535848754669,5582.503784396419,14713.575304601072,4727.246474518309,117670.54326413288,45567.05412194846,3405.512473221287,20875.26129461624 -1673,3812.708115929258,4326.949276157791,772.11397133748,1733.6242426528254,1640.1454156388836,3085.765960305638,1775.2522048835253,3636.3755975294066,283.56126887626647,1329.912516207971,2273.839126502763,7380.257065302199,1271.9647742389143,4305.253227768959,1461.9976060238387,4865.632956953167,1152.9365738391944,5524.594619323798,334.61318532102933,1499.1432797328175,665.45511743957,2882.545451790513,1501.551113036834,6615.868765758219,725.1998111614867,1926.1838376590151,572.2469700777199,2623.350985888981,732.2344961329035,4689.430804025274,1020.9138191227973,3140.5431231991843,917.329526003079,4000.828286590678,1077.0354208983606,5639.929633539307,14395.899080071766,4667.1541037206625,117963.10930369238,46087.30911963845,3326.707469434701,21149.288563418526 -1674,3837.6944427827602,4575.501277819884,773.8345617961247,1833.2084411585945,1625.926123367949,3263.0209400025046,1775.2194889476234,3845.259126287502,287.11386573359516,1406.3063902384251,2301.471944150157,7804.19955902853,1287.4223192564073,4552.558948064891,1474.3736186919036,5145.128447567663,1141.4582376494554,5841.942700700864,334.70054987243054,1585.2582395288657,664.27659860529,3048.126880228402,1499.0060652653353,6995.9026694426875,729.9648437729625,2036.8291948988958,582.5710510652185,2774.0435632662516,741.5874202798183,4958.804752876218,1009.6574054418219,3320.9446554931847,917.5690326514779,4230.646991519304,1077.3166253473116,5963.9028789327285,14295.627119148252,4652.65065480811,118603.15873299696,46561.6836034591,3274.901140917235,21333.741694955905 -1675,3818.3938414354348,4724.242601323156,767.9634125909623,1892.8027529593817,1612.1011768970022,3369.0958864980103,1762.7161357985387,3970.261589827313,287.5429371459949,1452.0228835872892,2304.156435113556,8057.900061074209,1288.9239989057755,4700.554457659521,1473.6298185832327,5312.38732663199,1130.4568699509618,6031.853758827931,332.7475356248917,1636.7921358879416,659.2115921767487,3147.2160070458026,1487.6769771337172,7223.326892269872,725.8033420876292,2103.0428514588866,586.471567455075,2864.22273402862,742.853829061566,5120.006583484943,1000.0717229718009,3428.902597879452,912.2149171755641,4368.17772194313,1071.0303652284808,6157.778643268674,14167.10652015152,4618.625927315993,118428.43501897086,46533.73498759432,3238.6499865333585,21304.576042961948 -1676,3680.2688647409977,4439.301279279096,736.8912900022966,1778.6389039974708,1529.0531605556116,3165.889845444345,1685.8771141724783,3730.7964137693994,273.7443156331024,1364.4445445807974,2192.410198796342,7571.8901564053995,1226.4141781393935,4417.041879128844,1400.7096435790643,4991.972226095732,1070.5824169151965,5668.044249143673,318.62879232102114,1538.0694930286177,629.2764292268383,2957.3925865562,1420.2872583382677,6787.654026176305,698.6101531097222,1976.198431944493,562.4942293772563,2691.467970707578,707.4517567772468,4811.194871663903,945.5428049990628,3222.0893323781343,873.5089107452648,4104.712349808075,1025.5856926814292,5786.374010708902,13282.574752472481,4362.139310961893,113275.61380543231,44801.05940786332,3030.395539344855,20532.007553473395 -1677,3323.717069601388,4169.5654971791055,661.5522795898523,1670.5672671201607,1360.5283371176984,2973.5276425253255,1511.1754366605383,3504.109999576004,236.58836164420137,1281.5397149215828,1893.4573363026448,7111.815566999541,1059.182685894504,4148.658597418189,1214.3139196689647,4688.655679658041,950.2847092366032,5323.6489823352895,286.24990045577846,1444.6150614578949,562.9561771905401,2777.6988572671185,1270.8031914997641,6375.230301767104,629.8764943614234,1856.1229074214343,491.3042972276673,2527.9320508851283,611.715111762465,4518.8625135062985,837.2170674012232,3026.3124000663474,784.7433903466838,3855.3064802089807,921.3662089367982,5434.788925329185,11421.901522123822,3799.6883565180287,100401.79288755395,40079.803174572655,2633.0176094890085,18470.517197308567 -1678,2917.7493536034444,3918.999078459782,587.3807567851741,1570.1759775157118,1214.9022183931527,2794.8360803338805,1336.7059884065307,3293.5335512659003,207.99764332102924,1204.526698329871,1665.4341432829656,6684.437184666658,931.6286008891153,3899.3485606895456,1071.6672693289556,4406.894987073945,853.1107906658044,5003.728918500105,252.2248395791339,1357.8021734909375,499.3443899762812,2610.7754559158143,1126.9253967462266,5992.116371477385,552.8869246171038,1744.5808127043383,430.2900450874863,2376.018168926777,537.6256953601521,4247.305393835122,752.4452575227048,2844.448783695883,691.464959204608,3623.6251842885995,811.848122471644,5108.1900031066,10264.125013433986,3389.7563985145607,88538.52664604071,35089.85645827144,2385.7851032853664,16166.301422566308 -1679,2391.407019928148,3593.8345709213995,497.7449893316505,1439.89641167357,1114.6220084994914,2562.9448551720125,1159.7177471337247,3020.2647410881214,191.9653659306327,1104.5855340586108,1541.257566142124,6129.820640541922,862.1653613539413,3575.8144824535716,994.3865499051586,4041.2491143506377,791.0030839859905,4588.56294957135,216.6178642887396,1245.14354146818,439.1028401411137,2394.155982825812,990.1020222115445,5494.942595715774,458.42059882517697,1599.8306483213285,381.17540890161547,2178.8768166749246,495.3073634845757,3894.9008795441173,705.8427518343675,2608.441127288848,593.8497688940308,3322.96823720507,697.2382526244227,4684.356760607997,10207.767333654634,3216.9621687449576,78258.63736251381,29531.595359294304,2393.56269035216,13458.24592192919 -1680,2316.545094706779,3357.7589024533722,512.5002264479831,1345.310948374573,1149.9592299347562,2394.5873785015438,1155.8651499060336,2821.866344158018,217.6715432202483,1032.0263321290286,1751.3311684050318,5727.158393087936,979.6786097458219,3340.9225369274172,1120.598645365357,3775.7831984079485,842.5285719183572,4287.144494088589,213.28309778283423,1163.3512140557962,438.1746242968878,2236.88609104072,987.5259085292029,5133.984899729101,453.25246891593554,1494.7392529649574,415.9831350925717,2035.7484141691461,560.862583033982,3639.048443765655,755.6559930425199,2437.095042589593,584.7076313083339,3104.6855276325246,686.5044806009452,4376.645698292813,11951.493351459796,3584.7916629421948,81665.44289091573,29485.85609274894,2699.650526096094,13112.902319704908 -1681,2429.6333931485187,3234.100222571919,535.0620178155121,1295.7661833277098,1192.7391213819474,2306.400131385637,1206.1572939715106,2717.9433773644455,225.12042850171616,994.0191322253283,1810.8455867065825,5516.240079136395,1012.9704300670429,3217.8839023784085,1158.72702397604,3636.729627440555,872.350540997248,4129.258641053494,222.81950043482274,1120.5076152305455,456.5615454819357,2154.5066263146578,1029.0635043793961,4944.91182638606,475.5544287780706,1439.6913808102343,431.5941969474191,1960.776395992682,580.1431887054107,3505.0305051185646,781.4036479156711,2347.3423341708713,610.8513223171931,2990.3469688058094,717.1997547106208,4215.463717965312,12294.616896095724,3702.674820346641,84917.60145572409,30833.478808852928,2776.2967555436167,13739.666775491309 -1682,2523.206528050754,3189.2633842009004,558.4971859530323,1277.8019722859462,1263.3186746498604,2274.424718506318,1266.1033985490255,2680.262421449122,238.75436667689956,980.2382744590084,1921.2512350595887,5439.764166881801,1074.7303382088387,3173.271883424678,1229.4897131505224,3586.310825522606,923.9619189118438,4072.0115276248903,233.91849314133975,1104.9731495739327,480.10509959902265,2124.6370308398036,1082.0636307676305,4876.356680577285,495.35535824781664,1419.7318231889178,454.7003425303954,1933.5926328751252,615.1241958562351,3456.437550222902,828.9241172886942,2314.799307797072,641.2787954868852,2948.8894707425657,752.9246119655511,4157.021476731676,13155.506281169835,3940.3428375835138,89424.80222545331,32219.23310837051,2972.170453020621,14330.931024348067 -1683,2739.447576062679,3241.248119499662,605.462713660017,1298.6300411192028,1377.7690672703548,2311.49765752234,1378.2078268240339,2723.950482209636,260.1429694913942,996.2160790768088,2093.530929297532,5528.431882976969,1171.102020722874,3224.995958553759,1339.81672439679,3644.7674020121613,1006.3528381444223,4138.384986288018,254.9236913686906,1122.9841225708315,522.6711387571885,2159.2684426577484,1178.0438907035425,4955.840900199263,538.4664906869309,1442.8733371163405,494.11592569693664,1965.1100364528907,670.1947701004096,3512.777202825805,903.2269071809393,2352.5303493540987,698.8637603919892,2996.9561306870746,820.5350454639904,4224.780590691877,14360.298944960607,4298.046236428833,97343.55106696827,35032.493553587265,3244.690379945147,15585.141544208145 -1684,3352.0249102777057,3358.343733821905,740.8710274942769,1345.5452653895516,1668.9909148719019,2395.0044512736886,1676.4759671910933,2822.3578374438116,315.4878736017517,1032.2060833826815,2538.460828734365,5728.155910175416,1419.991729978489,3341.504435853515,1624.3843993968687,3776.440838375367,1221.156298182969,4287.891199452022,309.6231340467126,1163.5538385748177,635.4821210537883,2237.2756964864593,1432.253472846516,5134.879101934252,657.1535541682968,1494.9995963750434,602.014661705367,2036.1029868367004,812.8747420854336,3639.682268213256,1095.2625779103837,2437.5195190545232,848.8202355868387,3105.2262804199454,996.598750817106,4377.407992360873,17341.8783174331,5200.859174333265,118355.05939645413,42721.38133108606,3917.4739495400736,19007.296516747574 -1685,4488.837174883624,3605.726079050081,959.4434496339597,1444.6608323907665,2046.02244186999,2571.425289921358,2143.564790060341,3030.2583849274956,379.66764025046473,1108.240456843138,3049.0823684724796,6150.103380477744,1705.6287409456888,3587.6463645687945,1950.9406901527989,4054.621056142885,1480.5201909464379,4603.745878150004,400.20718673388126,1249.2635515166526,803.7120811466941,2402.0779182319275,1812.8585235451233,5513.12461084588,872.1484608490669,1605.12426960066,746.3679288674177,2186.086422700347,979.4485994469673,3907.788575000181,1316.5292772532434,2617.0721029935507,1097.1530262843605,3333.9634856018106,1288.16596213008,4699.856657833965,19957.350755343858,6178.36982651926,148239.83724221337,55745.613611460416,4496.578794254691,25132.332537432703 -1686,4558.68403213838,4100.945648853874,976.915242897884,1643.0742171694078,2117.9398683929494,2924.5913646424106,2200.586902766063,3446.4417612791103,393.52991592937155,1260.4490135235178,3161.701847725578,6994.7741856242665,1768.6270458096703,4080.3828205055584,2023.2786798647026,4611.493001243458,1532.2089809541112,5236.036019797162,410.63131390956335,1420.8405778881677,826.5395797260013,2731.985395179093,1864.1900530746282,6270.311135335579,889.2875445890813,1825.5761100473637,766.9023506599126,2486.3290795382136,1014.9390323335889,4444.494174529692,1364.9430080275258,2976.5074268580324,1125.730380855401,3791.8584911803396,1321.7185975093091,5345.346897859406,20890.272981192436,6428.120540767165,152552.4552022041,56948.56154077962,4709.484987164478,25635.097232617576 -1687,4446.9378588366335,4413.893739846672,952.6442636194581,1768.459185333119,2068.8021741717735,3147.7704464609315,2147.216027980211,3709.4438740263467,384.6682966398664,1356.6353925568958,3090.607986532032,7528.553810069813,1728.8577912266062,4391.761737354628,1977.72752089137,4963.401574274442,1497.0938079512582,5635.60422115165,400.6279980784454,1529.2666299572743,806.6844864234988,2940.466483993437,1819.3852017225906,6748.806113751733,866.9453808926107,1964.888016987913,749.1700854801029,2676.0638396755066,992.0629230817406,4783.658866394459,1334.2341312912388,3203.6482857771066,1098.3066648383087,4081.2197697091988,1289.5204476778524,5753.256743688963,20435.890642116803,6283.713528655403,148971.79248204664,55561.47070567885,4607.290014567781,25002.18676619423 -1688,4337.685626121254,4545.220175165432,929.2850783129296,1821.076093329772,1992.162938400114,3241.425957060018,2079.4010211785126,3819.810835648719,370.1557413182128,1396.999320787291,2973.1963537705124,7752.55062405208,1663.1787995961715,4522.429679930911,1902.4171855821253,5111.077498123851,1442.4656403691436,5803.280168252475,388.01742379311855,1574.7668497181598,780.3211407951464,3027.954086613104,1760.0066852762982,6949.603120162506,843.4341587515648,2023.3492655544749,725.6038624705737,2755.684679111986,954.804799508215,4925.986911366013,1283.6803671024093,3298.966327892179,1063.7352473351789,4202.648167332331,1248.9301906916062,5924.433202424585,19536.85109597345,6031.23513450869,144039.68397769987,53985.04725268684,4402.9000693743865,24315.422042849168 -1689,4194.0909472278345,4552.108149141543,895.4995912780846,1823.8358110675201,1903.7495565179554,3246.338119018577,1999.176385496359,3825.5995007992824,353.1602242360697,1399.1163788384729,2835.9465815751414,7764.2990905485385,1586.40253452533,4529.283116451845,1814.5561854683963,5118.822990628114,1377.6415293227074,5812.07464711918,373.090921984435,1577.1533024446016,749.3118037691836,3032.542746379997,1690.1482248407385,6960.1347739859075,814.8415172400178,2026.4155146136234,695.2630748604626,2759.8607329937768,911.1198073775463,4933.451911595826,1224.5440512891962,3303.965688393733,1022.8148011910524,4209.016996584103,1200.8855473144129,5933.411280526165,18523.401344912512,5742.537237003181,138121.69665936794,52028.158461140185,4172.961381031816,23464.6252851284 -1690,4028.958359995916,4591.291642829338,857.0232288955452,1839.534967732771,1807.430639703191,3274.281846414202,1909.075513764222,3858.5293761406383,334.5603625399079,1411.1596489020471,2685.8646543544355,7831.132380628002,1502.4480795027207,4568.270137539469,1718.4880020289904,5162.884634545788,1306.461303211429,5862.103640892391,356.6204684935136,1590.7290731526587,714.5695752887834,3058.6461726756042,1611.9227027709114,7020.046003694743,781.8530197075702,2043.8584304944086,661.553195043134,2783.6169756109143,863.2850631124359,4975.917924156074,1159.8584786674055,3332.405460572758,977.6616692862615,4245.247241014605,1147.8713130099209,5984.484711965054,17433.90564810816,5429.345807547878,131550.963886996,49814.28780890288,3925.990197256465,22500.417933554316 -1691,3875.733703508331,4648.799751880784,824.7189812786227,1862.5760171275626,1729.5893637486583,3315.293782082205,1831.2759802587836,3906.85928968204,320.23742379491745,1428.8350939164807,2570.593954151358,7929.221034099803,1437.9667059300546,4625.489891300132,1644.6525085820288,5227.552217370156,1251.1172271049008,5935.529273955328,341.888187305398,1610.6537105154455,685.225454785668,3096.9571690861094,1545.7136779440702,7107.975414965568,751.324299650228,2069.458728330021,634.9583564702484,2818.4831006676623,826.3865974316454,5038.243660108903,1110.1272737574282,3374.14542212139,937.2736717054956,4298.420979534985,1100.451816808622,6059.44322608382,16642.401057185,5190.560779878859,126131.89160013014,47844.72343130697,3747.148995212244,21613.877617269784 -1692,3815.000836139781,4586.288114979918,810.1336840195519,1837.530267278726,1691.220362549783,3270.7135781185093,1796.5669017930943,3854.324402749005,312.751811615708,1409.6217861060106,2510.118417083058,7822.598117939599,1404.1372445765737,4563.2916982167235,1605.9373970529093,5157.258192345664,1222.6122807356862,5855.715199228224,335.58290016273463,1588.9955180144586,671.7260000434761,3055.3129012354407,1515.334203566879,7012.395652025501,739.0645670260884,2041.6310610801343,621.694209804732,2780.5834272887682,807.1508145784419,4970.495235761006,1084.0743924284602,3328.773849944499,919.9879629539307,4240.620827697719,1080.1566883154992,5977.962901056459,16192.196940102405,5063.396767762377,123559.56051413693,47007.67956582539,3644.954022615546,21253.622876188092 -1693,3785.4806466244922,4541.841164187922,802.917018221008,1819.7222675802816,1669.2709974079876,3239.016213753954,1778.5451493617943,3816.9711090242113,308.5890574163981,1395.960762508793,2476.4141055154737,7746.7872170766595,1385.2833614877218,4519.067611880391,1584.356247558537,5107.277817072661,1206.9017043079145,5798.965889375242,332.0280836191294,1573.596135370527,664.6987365852391,3025.703042724413,1499.474121720769,6944.436641020159,733.2573804716511,2021.8450657322085,614.9132738967944,2753.6360459495813,796.4692488620204,4922.3248304970775,1069.5666554172763,3296.5138078806535,910.2425664243688,4199.5238314927565,1068.7146307391215,5920.028855868197,15930.139083524362,4990.757266946954,122178.13445620572,46579.99206016094,3585.3402886008053,21068.780055551553 -1694,3806.1723107940065,4439.431243906486,808.5004789396467,1778.6909752870445,1679.8810264472963,3165.9825297809634,1787.4854484805528,3730.905636265301,310.6133501401223,1364.4844899496009,2492.712803574243,7572.1118304529355,1394.4007038516015,4417.171192091824,1594.7189697287085,4992.118370673334,1214.7593563811408,5668.210186351474,333.9742082736408,1538.1145214274545,668.0736002707871,2957.4791669438277,1507.1310957044616,6787.852740989935,736.3223136276862,1976.2562869709257,618.7257681758729,2691.546765907529,801.682675286282,4811.335723818207,1076.5972085725534,3222.1836620064146,915.5777943388127,4104.832519036861,1074.9787149962358,5786.543412129289,16043.178751817748,5023.79565161417,122905.45445780615,46831.89050242746,3610.8890317499804,21179.708710301504 -1695,3841.105792789862,4354.631142992777,815.945093231165,1744.7151874187957,1695.606128416562,3105.5072969715875,1805.634770450839,3659.6394859247407,313.5162600103166,1338.4206957188114,2516.017486041527,7427.472616086534,1407.4371297041196,4332.796293087215,1609.6973929189614,4896.76107863568,1226.2831017929666,5559.938480046197,337.06211163811645,1508.734121221253,674.9038193236316,2900.986675444773,1522.4847866649072,6658.19410550292,744.1057825622539,1938.5066917279512,624.7655768615907,2640.134000437581,809.1732181332444,4719.4316639300105,1086.6610565436372,3160.634899408572,924.0431658601415,4026.4237786546378,1084.9178968508322,5676.01135558181,16194.470744701093,5071.425926040711,124072.61426932934,47280.50408896522,3644.954022615546,21382.194434469056 -1696,3929.6416761520886,4249.492022264486,829.8849622132187,1702.5904207731326,1701.8404237697646,3030.527282385441,1828.1372166887884,3571.2803884264795,313.5569749666951,1306.1055878505222,2515.202163958072,7248.1421712231595,1406.9810460006922,4228.1843575199455,1609.0393578095252,4778.5326598974525,1228.4368508834373,5425.698168088638,342.0775012848128,1472.306930557073,681.7784690163296,2830.9446493155215,1538.2586857810031,6497.437281123586,758.8263417444472,1891.7029826647508,629.2044335833963,2576.390055589912,809.5175766375936,4605.484723491368,1086.4972343326328,3084.3238725144347,937.792668895746,3929.2089648469428,1101.0611707445864,5538.968555956873,16016.178639044118,5054.347451821112,125170.95540252565,48099.239354901714,3602.3727840335882,21804.82957293134 -1697,3985.5276016742505,4297.0580547792115,836.4561997347463,1721.6481036419189,1690.7104734920981,3064.449021382822,1835.2924575196928,3611.2549637839766,310.274831943174,1320.7252789886304,2487.6156163739006,7329.273130966445,1391.5493840326358,4275.511885980835,1591.3154155506606,4832.020427066442,1217.9837087460114,5486.42988240325,343.9726174636055,1488.7869707509628,682.8164912811042,2862.6323909399835,1540.831519284713,6570.16534164401,768.102597964171,1912.8774677820768,627.7491585409854,2605.2284796916006,801.3077180051605,4657.035505315621,1074.7882678038443,3118.8477753332445,942.9880589827945,3973.1899584339044,1107.1610715877614,5600.968144860746,15649.722541832847,4982.472162732129,125082.0888552842,48509.587735476634,3517.2103068696742,22047.44930699791 -1698,4011.587766403737,4528.974943414834,838.1086134156046,1814.567321030191,1676.0100323067763,3229.8406622127945,1835.1241340163156,3806.158315005691,306.6481886347494,1392.0062562388193,2457.596542864693,7724.841959412665,1374.756989349144,4506.265904493216,1572.1231260408751,5092.809815755909,1205.7362399867823,5782.538459905316,344.0510894015988,1569.1384199741822,681.5897942088952,3017.1317691077907,1538.1803358772095,6924.764298518931,773.0232019973298,2016.117541575309,624.2549975069387,2745.8354892997204,792.1391301077444,4908.380767792862,1061.9739335065785,3287.1753759759554,943.2031868643062,4187.627334278396,1107.4136529577522,5903.258476744587,15317.95088117954,4910.560968196998,124559.4246018787,48643.13127149237,3440.56407742215,22149.778256760226 -1699,3991.3919832052297,4688.957958212985,831.7085501570132,1878.665699625708,1661.7466946001855,3343.9326262696445,1822.1691672459583,3940.6083152025426,303.6311100126932,1441.1779474655016,2433.184944947364,7997.716841907439,1361.1013651355331,4665.446737659709,1556.493162352549,5272.7099208123345,1194.0869209979783,5986.802768619814,342.04022454023146,1624.5671865713753,676.3887306370026,3123.709933592224,1526.5460187410974,7169.376972045527,768.5871421420937,2087.335547088375,618.7647019747586,2842.8302939092387,784.3938743928835,5081.766039917305,1051.463454834866,3403.2926505004107,937.6904760954087,4335.552472783107,1100.9411863086732,6111.787139420351,15130.646140996416,4859.543581539888,123578.17499248956,48346.68129180494,3397.982838840193,22030.221652269953 -1700,3846.9510601428246,4416.752898617771,797.8470802911769,1769.6047284497165,1576.0981772603848,3149.8094569156133,1742.6117447622596,3711.8467159644238,287.05554104025543,1357.5141712974882,2299.4017157854264,7533.4305316060445,1286.2642524768025,4394.60655982477,1470.8557559686328,4966.616684103086,1130.720913194706,5639.254759245461,327.5158957038214,1530.257232893389,645.6569296981813,2942.371210530674,1457.3579029630525,6753.177743277017,739.6718208729142,1966.160799510356,588.8673164365084,2677.7972958595906,741.7725565520344,4786.757545477357,993.8084353683529,3205.723491850398,897.8725721050616,4083.8634344617058,1054.1910362612955,5756.983492779591,14154.15219761914,4579.906675165848,117756.80478598244,46399.37599913507,3176.560398214015,21184.155504154285 -1701,3474.1955338141784,4148.056814627456,716.1082887464588,1661.9496543127898,1402.3494905095276,2958.188715204265,1561.9246962577042,3486.0340658467153,254.4365259276281,1274.9288987767764,2037.2969363701336,7075.129302327609,1139.6452403003896,4127.25776300333,1303.146516327941,4664.46927302263,1003.5628422642453,5296.186965956143,294.2238242254237,1437.1630219618728,577.596214214982,2763.3701117454434,1303.940222337776,6342.343708464485,666.7979393947294,1846.5481067810365,524.6899298327188,2514.8917261722986,657.6537173667674,4495.551984060649,880.6608478160665,3010.701182840192,806.6036039690957,3835.4189012086676,947.0322577364348,5406.753594115607,12416.780978304396,4047.9693893634,105186.69945090795,41733.59253224357,2784.8130032600084,19094.33872917485 -1702,3049.9252495757073,3897.5553750702534,635.983493680693,1561.584399090426,1252.2950507244236,2779.5434929335825,1381.7211431841208,3275.5122261359734,228.80373900106665,1197.935853900812,1832.9435747315156,6647.861751643014,1025.3318421043573,3878.012379620405,1172.3502611502179,4382.7816491834055,901.0532372398474,4976.349866700967,259.26322729222954,1350.3726471024188,512.3469206450897,2596.4899984884237,1156.3486800098979,5959.32913076285,585.4137727150925,1735.0349381742026,469.9102368113101,2363.0172399031803,591.2128603974734,4224.065287051034,792.1779653346464,2828.8847289964233,710.7604357366687,3603.7976869886384,834.5029167402769,5080.239368495319,11306.528732035269,3649.4032536223785,93598.20443862525,36793.653116259244,2537.841819484656,16775.946832617577 -1703,2500.021915853814,3564.203278797601,539.9432760270957,1428.0244152418113,1149.138421876687,2541.813284922434,1199.3808771364415,2995.362552334495,214.50755700722578,1095.4781875768772,1723.0750954207017,6079.280054301243,963.8724214031706,3546.331766591409,1102.4175853473307,4007.9288736191156,836.04673258515,4550.730087066405,222.71748348338542,1234.8772892839995,450.6167349283265,2374.4160827505384,1016.1343588032511,5449.636601228828,485.9605886909824,1586.639988497256,421.3531978011218,2160.911900877447,553.2966185920219,3862.787285143075,743.9246085475394,2586.934438679469,610.5716466624023,3295.5702475058715,716.8713878827426,4645.734074770212,11335.761132457359,3491.8386078407666,83245.40399646181,31123.165183085384,2554.8743149174393,13988.938716638137 -1704,2375.0203398465546,3338.394588980046,533.8342923355161,1337.5524929046499,1152.1173677690717,2380.7777090214945,1151.699449992334,2805.592541882286,222.56079770539517,1026.0746000396662,1766.886360326828,5694.129669568176,988.3800415887513,3321.655319365164,1125.5402314629032,3754.0081241440203,826.3989652330018,4262.4203812798,208.34975927588766,1156.64212676186,423.254379378052,2223.9858904219723,954.2909132142215,5104.377028570443,469.8892723462487,1486.1190392163912,433.5473648732879,2024.0081815943788,578.4431528001886,3618.0619236321786,743.371015353574,2423.0402299184057,571.1830684019194,3086.7806971965906,670.6253086246059,4351.405428897204,12109.994859790233,3609.9932196046216,81917.79638490989,29383.10610391722,2681.795081292669,12999.801274653573 -1705,2490.8424360568774,3211.356898121083,557.2282619588669,1286.6539021082963,1194.8776554090396,2290.180718599524,1201.700887794493,2698.829848464206,230.16185055038179,987.0288418574681,1826.8467784591132,5477.447948641215,1021.9213501289931,3195.254616765635,1163.7909457112034,3611.1548721254358,855.6513495187954,4100.220249367471,217.668358033309,1112.6278135889766,441.0362206159669,2139.3553818072187,994.4777088165732,4910.137476085055,492.90547417616096,1429.566967239402,449.76477457855964,1946.98753025551,598.2789030070785,3480.381904116152,768.69569097421,2330.8350014881585,596.7296581842585,2969.317802530301,700.6195269494254,4185.819102013315,12457.613322000077,3728.524547124784,85173.39286226693,30723.051141022974,2757.934373821482,13620.951296985331 -1706,2586.9178459317236,3164.37569697489,581.8226333004441,1267.830536254488,1265.717254629496,2256.676052374288,1261.5867837587455,2659.346766392502,244.12780269151096,972.5889019730128,1938.3736011902768,5397.314505985408,1084.3084329456258,3148.508987230843,1234.9382815096901,3558.3247449238647,906.2706233679394,4040.235240416291,228.50713427560947,1096.3503979141083,463.7489512635501,2108.057245628496,1045.6296015794176,4838.30361776978,513.577957011864,1408.6528255321618,473.9419666761308,1918.5036788213756,634.440160671166,3429.4649467394993,815.45107300722,2296.7355751342793,626.4437576548571,2925.8775617307597,735.506813058457,4124.581807177502,13330.009784787053,3968.1079890792466,89702.98626318165,32107.389839227337,2952.5125658395623,14207.130234725317 -1707,2808.627466055679,3228.4468778886953,630.8069238228026,1293.5011289511974,1380.3992365652946,2302.368445901943,1373.321853267553,2713.192296790478,266.0038054522463,992.2815445225825,2112.221522635248,5506.597456961264,1181.557367391028,3212.2589045123023,1345.7698459508456,3630.3724694402804,987.0820898008454,4122.040521398102,249.02605350208037,1118.5489202819897,504.85969113893896,2150.740457135411,1138.367313226981,4936.26791028612,558.3007389562945,1437.174739069703,515.053701012554,1957.3488754922628,691.2596272577513,3498.9035627831504,888.5479174594665,2343.2390799760965,682.6956068760871,2985.119715173067,801.5520371408827,4208.094908170565,14550.80454915387,4328.370063486401,97647.41637743535,34911.1330276155,3223.2300503864567,15450.4128932686 -1708,3436.6250714897633,3352.49545165232,771.7492524694926,1343.2021078667829,1672.120981225115,2390.8337460277066,1670.4435059558223,2817.442931071757,322.5787312693379,1030.4085805326936,2561.0317360364265,5718.180793055418,1432.6176887264985,3335.6854779502537,1631.5571265661183,3769.8644741404796,1197.776228265667,4280.424186056601,302.46150658556473,1161.5276043037518,613.8421223334171,2233.3796630243583,1384.0490802049521,5125.937128070056,681.2808519272053,1492.3961763037253,627.4539545574354,2032.5572792685816,838.3693734668759,3633.3440578931577,1077.4577924643208,2433.2747772796606,829.1869018972454,3099.8187816861455,973.5472788927867,4369.785092759232,17571.880953676995,5237.428450244802,118720.64547644406,42572.14206491395,3891.563840361601,18843.16092099167 -1709,4600.600692319061,3599.4229301393534,997.9691843094097,1442.1354291425935,2048.5750279206527,2566.9301962398504,2134.494744451032,3024.961207765549,387.9913508313561,1106.3031481083003,3075.0502547252463,6139.352420317805,1720.1549385952837,3581.3748207024155,1958.9442846997888,4047.5331965181813,1452.1993519111957,4595.6980965989505,390.98608011540165,1247.079721125402,776.6060023315227,2397.8788597117154,1752.4360386685853,5503.487149590167,902.8644180541347,1602.318361145689,777.1494937407628,2182.2649376646254,1009.4863362943629,3900.9573923867874,1295.0667783396518,2612.4972143820382,1071.8737075526785,3328.135403309377,1258.4855464033221,4691.640865584653,20221.290158681844,6219.52431653427,148615.48495457706,55514.997884232595,4466.838495023752,24913.740319201377 -1710,4672.412631916882,4081.3214124289157,1016.4747872497423,1635.2116216457393,2120.8137073027438,2910.5963309842164,2191.5314009843314,3429.9495193087505,402.20443621203486,1254.4173926338567,3188.885105438701,6961.302124760389,1783.833111118842,4060.856983288886,2031.7098154264156,4589.425644912185,1502.8906402509817,5210.980040620551,401.16398859057955,1414.0414359803872,798.6147617750222,2718.912037984146,1801.9479323207306,6240.305844187118,920.8384329676585,1816.8401890518396,798.7102124561426,2474.4312603850276,1046.2173977760326,4423.225956918786,1342.704861005998,2962.2639595051714,1099.7760627700325,3773.7133281149117,1291.2456659064173,5319.767833838811,21166.72382575345,6471.383130139725,152953.22865472423,56718.346688636884,4678.336529826012,25412.04565178414 -1711,4557.914368230868,4396.413872500038,991.2585250965238,1761.455747146899,2071.638988566905,3135.3046706437494,2138.4128793590207,3694.7537635095455,393.151191296555,1351.2628557226794,3117.2002632976496,7498.739290358111,1743.7332672083655,4374.369516990563,1985.9812378367737,4943.745550314653,1468.4469176772905,5613.286145545398,391.3905145768452,1523.2104402515804,779.4242053836692,2928.821671701419,1758.6250422549576,6722.079544747236,897.7335439057539,1957.1066828842215,780.2562294121718,2665.466112660384,1022.6483363381411,4764.714658095727,1312.4973806402534,3190.961222979215,1072.9824494943905,4065.0573552081523,1259.7873188962044,5730.472741486341,20706.34489934231,6326.060225338706,149365.16564576954,55337.80804112727,4576.817473120927,24784.75631586668 -1712,4445.795539620179,4523.646507148514,966.7206892832776,1812.4324436149122,1994.7522211291684,3226.040685323102,2070.7129243982668,3801.6802880228906,378.28917809910183,1390.3685309894286,2998.617725121534,7715.7535169809,1677.3992818169515,4500.964185898791,1910.2746657440766,5086.81801565571,1414.8703554159542,5775.735179245537,379.07445108435996,1567.2922949308042,753.9826203886734,3013.582048798086,1701.2980326356248,6916.617164634341,873.2398086370641,2013.7455359979062,755.5944426717451,2742.6049548884384,984.1460299762423,4902.605952427622,1262.7586812940726,3283.307943564439,1039.2184223089525,4182.700500803583,1220.1450178472683,5896.313166392917,19795.297514937905,6071.604849997761,144411.25559877843,53764.40827434829,4373.779359710756,24104.028184792074 -1713,4298.471223131612,4529.494789318098,931.39701492329,1814.7756011376805,1906.0782555629326,3230.211390569083,1990.6572069023825,3806.595194394945,360.8934806199865,1392.1660338394163,2860.0483809013235,7725.728634100896,1599.884860245457,4506.783143802052,1821.9731182232192,5093.394379890597,1351.2897852182004,5783.202192640958,364.49579120181596,1569.31852920187,724.0514802907845,3017.4780822601865,1633.8398121410332,6925.559138498535,843.4868997423058,2016.348956069224,723.9040440098039,2746.1506624565563,939.0318068787137,4908.944162747718,1204.5784234076805,3287.552685339301,999.2515717887505,4188.107999537382,1173.2199898700667,5903.936065994557,18768.342346550886,5780.692765184383,138468.5259711204,51811.66465183841,4145.3614821243145,23260.49588613034 -1714,4129.068942479099,4580.634770296695,891.2066638328122,1835.2652129022138,1809.4907596870546,3266.681892634816,1900.7819409411243,3849.573322175038,341.8601599155329,1407.8841984032651,2708.5479460819697,7812.955495764469,1515.1369050686626,4557.666700350617,1725.4362081553454,5150.901034345389,1281.4744362064648,5848.497079572832,348.4087337258992,1587.036823065903,690.5111354677433,3051.5467320561943,1558.2891461980735,7003.751735925562,809.1937778180202,2039.114419339603,688.7123943562486,2777.1559067883495,889.6467157433663,4964.368293425592,1140.9399242942466,3324.6705957497243,955.149505712039,4235.393574064977,1121.4398106073543,5970.5940912617125,17664.341865016162,5465.137940521559,131871.78579913077,49603.09217444174,3900.023761753692,22304.531904578507 -1715,3972.003982656087,4630.930003258276,857.535675417699,1855.4163701234263,1731.519174506057,3302.549962245352,1823.2649196067523,3891.8415222718854,327.2143476900944,1423.3427248504706,2592.24710958853,7898.741513747405,1450.0792826933734,4607.70974459021,1651.2738184134546,5207.457773853278,1227.1912088702452,5912.713402821234,334.0167359024829,1604.4624399809002,662.1650896969486,3085.0526240293225,1494.3050680655892,7080.652720795097,777.5500488296162,2061.5038347588466,660.984437790563,2807.6489956956543,851.5878857500371,5018.876909009618,1092.016882498771,3361.1753795884324,915.6943822418575,4281.898069003739,1075.1156007037903,6036.151036051614,16862.336950515437,5224.690218203954,126436.87227067485,47641.00120760204,3722.3654125197927,21425.775179558706 -1716,3909.678943454869,4581.219601665228,842.2789088387848,1835.499529917192,1693.0271425950632,3267.0989654069604,1788.6237554053978,3850.064815460831,319.551592760403,1408.063949656918,2531.1853300643297,7813.953012851948,1415.9218826812703,4558.248599276715,1612.3620318557519,5151.558674312808,1199.2331987100924,5849.243784936265,327.8587041562403,1587.2394475849246,649.1362132045052,3051.9363375019334,1464.9724108234923,7004.64593813071,764.7861325558639,2039.374762749689,647.1267959768745,2777.5104794559034,831.7198885323817,4965.002117873193,1066.3849427267303,3325.0950722146545,898.8123686491384,4235.934326852398,1055.2944501793222,5971.356385329772,16406.130095559507,5096.53866269235,123853.2826107137,46805.46581939789,3620.8463558147073,21068.581997613615 -1717,3879.3780974430315,4538.787061627313,834.7070610776586,1818.4986187920247,1671.0021233441669,3236.8381790418907,1770.6146949773608,3814.40443599087,315.2876509011629,1395.0220666836497,2497.139745729562,7741.577989844603,1396.8770947332291,4516.028823101551,1590.6635267184633,5103.843493921545,1183.8244225665494,5795.066449493621,324.38703371318184,1572.537990928072,642.3575925704342,3023.668447705263,1449.6663400579191,6939.76694409316,758.7193111012618,2020.4855020730704,640.0283876557842,2751.784398876313,820.6785292991548,4919.014876598314,1052.1108357254402,3294.297109652385,889.2949140428165,4196.699915811109,1044.1200189229073,5916.048008754883,16140.570102838703,5023.314778215495,122465.08280634953,46378.266288457955,3561.626906070074,20885.31031715463 -1718,3900.5943880182067,4432.803186578857,840.513151837248,1776.035395077638,1681.6350689092044,3161.255727505455,1779.540348328141,3725.335405512187,317.3578385208956,1362.4473187614085,2513.5855309013727,7560.806690549632,1406.076716280518,4410.576368953764,1601.0749599862281,4984.665153148555,1191.5326415873235,5659.747565804809,326.28808587649166,1535.8181211310261,645.6148116935454,2953.063659554074,1457.0602227859504,6777.718497518874,761.9102901697,1973.3057423528262,644.0035026903488,2687.5282947826713,826.0567579613727,4804.152414234641,1059.027214067751,3217.3729516116446,894.5065774092886,4098.7040165865,1050.2390262025988,5777.904120436901,16255.109590112117,5056.601100395511,123195.28833138193,46629.6207193298,3587.0066702463455,20995.37287615295 -1719,3936.396149818269,4339.360630189736,848.2546061833673,1738.596943477512,1697.3774025923199,3094.6171234112726,1797.5970718169349,3646.806120758036,320.32408719695223,1333.7272165930954,2537.0870315181355,7401.426479926253,1419.2232404025888,4317.602349193017,1616.1121706858917,4879.5894628801025,1202.8354131572291,5540.441280638092,329.304881063237,1503.443399008978,652.2170531539599,2890.813700349025,1471.9068088178237,6634.84562086793,769.9566189499399,1931.7088734322622,650.2888721399961,2630.8757650712396,833.7760353214018,4702.881894436194,1068.9269097232325,3149.551408267233,902.7770085223078,4012.3042002464053,1059.9493287736202,5656.107120015246,16408.400682807744,5104.534005019783,124364.87621210126,47076.09560673648,3620.8463558147073,21196.008275091117 -1720,4026.8846861651,4244.358529787676,862.4805776290484,1700.5336490295133,1703.3829975534509,3026.86632975313,1819.7674186339264,3566.9661925389437,320.3242496473176,1304.5277796856822,2536.0383227254524,7239.38623448722,1418.6366023123296,4223.076605234219,1615.332958980406,4772.760073119726,1204.9539119468702,5419.14378921667,334.21094852178584,1470.5283470200357,658.9063250832969,2827.5247974877293,1487.2597112710198,6489.588214640712,784.9755669859094,1889.4177582240434,654.765139432533,2573.2777120678143,833.996443208662,4599.921182941994,1068.753731737092,3080.597932257895,916.2268088700494,3924.4623823012694,1075.7407221256315,5532.277343627889,16227.596426604301,5086.908429338025,125451.4453159697,47885.5264616359,3578.546748854255,21614.83665394935 -1721,4083.8910818115946,4272.235340412173,869.0216302569412,1711.7026994671428,1691.9837997552809,3046.7466906764603,1826.6226728191136,3590.3939120295418,316.9255990272318,1313.0958762810735,2507.9734187433382,7286.93429096738,1402.9373521580098,4250.813636861175,1597.4070069921956,4804.107408124712,1194.7064853366635,5454.736551726879,336.06911045040135,1480.1867300148115,659.9615091441523,2846.0958896239017,1489.8636136950463,6532.21162178713,794.3315174815435,1901.8273934296747,653.0907264898811,2590.1789175055987,825.3902131114937,4630.133317662597,1057.2227209802002,3100.831200622259,921.3208902631018,3950.2381252943687,1081.7216765610156,5568.613163693078,15856.127423410071,5014.075813035098,125346.23186308639,48287.54631570495,3493.9475349333516,21855.10899506549 -1722,4110.402702484005,4511.43009690608,870.526399569351,1807.5378484618852,1677.0781970168443,3217.3285464748496,1826.2447377611954,3791.4135958895267,313.1870183649911,1386.6137476888555,2477.5215078800848,7694.916608052674,1385.902832224361,4488.809030783432,1578.0400691699701,5073.080723051248,1182.6969017196375,5760.1374197190535,336.1506615884588,1563.0597171609845,658.8162036332931,3005.4436687214875,1487.3897282991136,6897.938376926348,799.2359421796426,2008.3072813613549,649.3366546844672,2735.198366595365,815.8351968497044,4889.3661368325675,1044.6078803420755,3274.4411506513675,921.5444596563624,4171.404838076996,1081.9841690991327,5880.389777939666,15519.846217650387,4941.325473641791,124810.03149840655,48415.44818709331,3417.8082424045365,21956.28554097014 -1723,4089.6485708443684,4656.077619739067,863.837430308993,1865.4919487340328,1662.7502356113316,3320.483997050621,1813.3081054726692,3912.9756223203103,310.0972030691596,1431.0719880740735,2452.8659932721744,7941.634522738875,1372.1107632488272,4632.731266710007,1562.3268432816126,5235.736143607223,1171.270784617758,5944.821564445436,334.187388738773,1613.175248438399,653.7982837547021,3101.805570015887,1476.1611883873247,7119.103213229865,794.6070419181225,2072.6985424684685,643.5988303541542,2822.8955401493076,807.831017580884,5046.131216801632,1034.2668343699252,3379.427771507787,916.1622206065501,4305.150316473121,1075.6648891282284,6068.929508446567,15330.040440301396,4889.891156511492,123823.55442247725,48119.02572180267,3375.5086354440837,21837.71454449435 -1724,3941.4625807670304,4384.457385209236,828.4572204206745,1756.665292047617,1576.855273340495,3126.7778959736415,1733.9408663041454,3684.705511070809,293.13406998443884,1347.5879612224048,2317.8113436246326,7478.3457187740005,1296.5624296193228,4362.472981529621,1476.2679076191928,4930.300539777534,1109.1199854834708,5598.020252386735,320.001383426166,1519.0679170956043,624.1313260446625,2920.8564482010183,1409.3427100372576,6703.798177029044,764.53899634109,1951.7841354946277,612.3822957351637,2658.217110945729,763.8241551077547,4751.756539978102,977.5447135988024,3182.2830847478162,877.2718178963102,4054.002025111059,1030.0037171452072,5714.888147658074,14340.541847123019,4608.130790379505,117978.63121360294,46176.145678228044,3155.5506792497326,20998.872995984155 -1725,3559.375421451625,4119.660151796547,743.414293670025,1650.5723212422672,1402.8486947203787,2937.937621429552,1553.9898817779072,3462.1694616696855,259.79470464633613,1266.2010226434795,2053.4457879856614,7026.6945604082575,1148.6787599368272,4099.003485795995,1307.8553464866163,4632.537366795097,984.3944204492803,5259.93046266251,287.4775041390896,1427.3245275555787,558.3723210830952,2744.4527022578163,1261.0533114459577,6298.925451701002,689.0688204687813,1833.9070542755815,545.5446979426248,2497.675343756193,677.1086122564388,4464.776447554006,866.2401805572671,2990.090600537593,788.1088199063439,3809.1624871284994,925.3175554699092,5369.740176584656,12580.174707118163,4072.5853790969395,105374.27325444651,41528.5861095064,2766.3942952135726,18927.174011572977 -1726,3124.9299351112154,3870.2633958142887,660.398111610039,1550.6496656677748,1252.9543713522044,2760.080204782397,1374.8925755807757,3252.575999931169,233.65443512562996,1189.5475085590738,1847.6496997912895,6601.3112122503335,1033.5583137239018,3850.8572469195474,1176.6840769060798,4352.091954145839,883.8412099634394,4941.50380955419,253.3132353257137,1340.9168886266648,495.25591274528836,2578.3085117979904,1118.2280911143396,5917.5999258215825,605.1390291613642,1722.8856463786574,488.6862973287418,2346.47060713295,608.8069706621063,4194.486976778032,779.215585076012,2809.07593709699,694.4487554150171,3578.56269678296,815.351393778472,5044.665842498191,11455.442434687042,3671.9954738235647,93778.41259704035,36618.51521977833,2521.0565748429503,16629.477681559027 -1727,2562.4226461995154,3560.304421916828,561.6860343677649,1426.4623093848313,1150.6941926026177,2539.0328132600816,1194.3953425793986,2992.085946320733,219.22417407074477,1094.2798516977823,1737.8254001512603,6072.629972637592,972.1236067257738,3542.4524592320536,1106.9830929238744,4003.544628433238,820.0543743035747,4545.752075453531,217.58257756392027,1233.5264657086789,435.3998145116739,2371.8187257094514,982.2211384788427,5443.675282106878,503.1672224729227,1584.9043741810744,438.769995252831,2158.5480945582062,570.3099854883061,3858.5618093192825,731.800912775805,2584.104609304598,596.4944942374187,3291.9652464073106,700.3434212608097,4640.652138963854,11485.730813213324,3515.2937948190183,83463.65979125215,30997.84150518278,2537.976417627131,13867.564543899845 -1728,2291.4514627164526,3313.8318038677876,512.7923154224795,1327.7112313090215,1094.9327291196248,2363.2607469883706,1103.7421947393584,2784.949935119655,213.2023474177723,1018.5250880697164,1707.491077986171,5652.234177664185,955.1548648325194,3297.2156961714645,1082.6913915899117,3726.387394357493,773.3766555523783,4231.0589250190305,195.22289119959538,1148.1319428233828,387.6418239185372,2207.622549881147,874.736585932358,5066.820738340824,429.56664214303953,1475.184674916855,412.1221421125599,2009.11620980828,550.9984183077186,3591.441440287766,702.433951403954,2405.2123144639813,535.196250791079,3064.06920251463,628.3732321857692,4319.3892505703125,11353.425048701803,3422.9575174149027,77732.26984862593,27982.81597049161,2487.034387147268,12356.183334817702 -1729,2410.8823562895864,3190.5630052622078,537.3821506891024,1278.322675080074,1141.7441865610112,2275.3515438921336,1156.7727183349434,2681.3546252194355,221.74099725789776,980.6377203978097,1775.5508042953786,5441.980864353339,993.2268521603124,3174.564987968311,1125.9107896434543,3587.7722429471855,805.2019033253655,4073.6708675117757,204.83844877893122,1105.4234248269831,405.85610335662403,2125.502817919852,915.912500700348,4878.343790163755,452.2675217683825,1420.3103622296144,429.6673656415835,1934.3805695887006,573.133612885412,3457.846044441227,730.5306816190654,2315.7425857803255,561.5569420712058,2950.0911397181135,659.3232860358487,4158.715458072393,11756.739043381986,3556.5925004102714,81215.52946992798,29372.791160581874,2574.718291822332,12993.911379890089 -1730,2474.7818792441385,3151.7693991534343,552.9109747241644,1262.7797297581421,1185.0940325155925,2247.685865011272,1194.759849590437,2648.752412068609,230.14660794481168,968.7142845033377,1843.2381790090776,5375.812585665529,1031.0905494170986,3135.9658994980855,1168.906672328099,3544.149025674457,835.1167630315472,4024.1396773141855,211.70796001614954,1091.9827371316073,419.43632238263586,2099.659128588071,946.562150383639,4819.028695258354,465.2057400088918,1403.0410086222198,444.31942731231203,1910.8607087499327,594.7797641716347,3415.802581512712,758.264727803862,2287.5857979112543,580.3894500641724,2914.2213971458928,681.4345095360377,4108.150222678877,12262.918396955898,3699.4212200191937,83992.212635115,30258.72513760402,2686.315988681504,13375.729790484716 -1731,2683.618750435985,3197.6459230278306,598.5056504268509,1281.1604984894818,1289.9530259949504,2280.4027301080746,1298.4714857309732,2687.3071214652637,250.23493521946727,982.8146955335428,2004.2519879520166,5454.061836545625,1121.160198916203,3181.6123907979436,1271.082012870617,3595.7369487739215,907.6899631847981,4082.714248166291,230.3718758267592,1107.8774190597658,455.82942882543625,2130.2213461686583,1028.7417213998865,4889.173511388874,505.04779221276135,1423.4633924254586,481.91665812926624,1938.6748143596762,646.6684747117081,3465.5223194869063,824.4636507607794,2320.883438436857,631.5558768368711,2956.6402198990263,741.508945638745,4167.94763419666,13353.451519278178,4026.4048912302483,91264.26867800264,32852.900368621515,2925.4539105225876,14526.828537777355 -1732,3294.1313810707547,3321.694496791455,735.1971063003556,1330.8614774050675,1570.7454149171122,2368.8680302338385,1586.1955602632408,2791.5577557465426,305.1740750243243,1020.9417315436538,2443.94428720633,5665.645172639778,1367.120042617099,3305.038964235895,1549.7820254262513,3735.2289534741208,1107.4997250380272,4241.09791282479,280.9411910639598,1150.8561030815279,556.7694550957526,2212.8605520576057,1256.474197048814,5078.842729172811,618.447305531562,1478.6848296594808,590.0619461792322,2013.8832181359953,788.7162832724517,3599.9628145969136,1005.43755390543,2410.9191357404206,770.1897622061401,3071.3392864121047,904.2788127878424,4329.637818785327,16230.868327887421,4900.7322206029085,111494.86345439607,40216.783911875056,3555.1837713707732,17779.50287436664 -1733,4499.190242658473,3566.8025146170667,974.9503077364377,1429.0658183046637,1992.9846670426225,2543.6669311989713,2084.604335068636,2997.5469545779442,380.9354789432941,1096.277077517171,3045.9560441957915,6083.713438493358,1703.8799037889848,3548.9179694071317,1931.5960221169364,4010.8517013804144,1392.0625510616637,4554.048758792394,373.2569016362482,1235.77783760627,726.16985169878,2376.147652711577,1639.9122309179522,5453.610810764308,838.7231904432248,1587.797063772741,754.7900746667765,2162.4877704831124,985.5075256726824,3865.6042667485435,1254.5295180905719,2588.820990071087,1023.2698281953764,3297.9735796288846,1201.4197939370604,4649.122029235853,19513.11948959206,6052.244321788515,144009.55984244996,53750.45138850882,4264.626272832656,24054.700302680434 -1734,4573.955413967345,4046.1017547840147,994.329934464508,1621.100605219554,2067.5493941802265,2885.479415171707,2143.5896693138275,3400.35085858052,395.8021656694684,1243.592430165125,3166.1578735097346,6901.2297479928675,1771.1197058068024,4025.8139229063363,2008.037656059511,4549.82131492526,1443.7555418598743,5166.0120230402235,383.4851960964215,1401.8390019551546,747.8338096983566,2695.4492568239107,1688.6836844712113,6186.4552861883185,856.1543864452416,1801.1618135974982,777.158718401161,2453.078219776364,1023.6904936405313,4385.055842843893,1303.634684262788,2936.7011792277144,1051.3103147051024,3741.148166483324,1234.3420932135107,5273.861034808579,20485.331183533348,6313.185893125711,148469.46906426048,54985.96040682027,4479.850402489629,24561.378609757838 -1735,4452.91639619741,4377.374467443614,967.1230890873924,1753.8274686382092,2011.934914211562,3121.7267097577005,2085.497478173964,3678.7530148249803,385.29902948628114,1345.4109860866718,3082.1208835047355,7466.2647465817145,1724.1101835527677,4355.425578699989,1954.6816913675284,4922.335833950799,1405.0883164545244,5588.9768717322195,373.1049568449398,1516.6139228628217,727.5835828104856,2916.137919952212,1642.9573094447398,6692.968455803925,832.8210175689612,1948.6311052987835,756.5599727341196,2653.922866174753,996.5294424393206,4744.080264932423,1269.0389564287561,3177.1422320912848,1022.8532772359281,4047.4529449301463,1200.9307219893933,5705.655971533806,19938.635392185723,6144.241046883052,144504.9052876583,53512.21302888209,4360.281441569088,23900.470225385925 -1736,4338.436374345569,4531.769123023811,941.783453598287,1815.6868297647025,1932.721383891606,3231.833332746713,2015.9533237907806,3808.506548344404,369.77603298122386,1392.865063263664,2957.0881562809186,7729.607849300605,1654.1680215053048,4509.046073617638,1875.2488646217882,5095.951856839681,1350.5335862533198,5786.106033419116,360.79655655275303,1570.106509802793,702.6146462927659,3018.9932075507418,1586.6581700783531,6929.036575456127,809.2107358701801,2017.3613979874888,731.1246753537288,2747.5295497945704,956.5611987994164,4911.4090242141965,1217.817873772338,3289.20341952255,989.1102584273436,4190.21091733055,1161.3130868487979,5906.900529232915,18999.03770021952,5880.542984087792,139436.02587008366,51914.491111772906,4153.0285759734825,23215.17061219345 -1737,4202.296657967627,4536.382769597359,909.5039187868639,1817.535321400832,1853.0542556897046,3235.123557022736,1943.1268028228742,3812.383864842686,354.0556992431429,1394.2830938279071,2830.7546166807556,7737.477111348315,1583.4981969326789,4513.636586594529,1795.1254509578357,5101.139879482719,1294.3904737813136,5791.996679555443,347.8057588901219,1571.7049841121423,676.6877868757274,3022.066746226138,1528.1638377466845,6936.090801959398,783.3211887881719,2019.4152079342812,702.6354106768298,2750.3267201598323,916.0243754186306,4916.409169808713,1165.977140987291,3292.5520504157444,953.4964727636668,4194.476834617237,1119.4989867410754,5912.91415231193,18093.218658665715,5620.470530340188,134097.7444120679,50142.80837709219,3953.746974439246,22450.192858967377 -1738,4038.2824209457217,4584.143745901595,870.6878116198171,1836.671109941278,1760.3055792097073,3269.1843202774985,1856.4040949481328,3852.522271295448,335.60592491890117,1408.9627020505666,2682.560337495587,7818.940576787428,1500.5996749263409,4561.1580813641185,1701.1388323946205,5154.846859974182,1228.3472976934208,5852.977295657866,332.65257109377563,1588.252565812373,645.7911604853742,3053.8843563325136,1458.5121125437604,7009.116929881539,751.9243770633044,2040.6764741883026,668.8868262794465,2779.2833351507056,868.4338688623711,4968.171226448834,1105.1436333240358,3327.217445389531,911.9545754671756,4238.6380791333395,1070.7246983622965,5975.167839238489,17041.891146957678,5317.302664313542,127786.98946802694,48028.15510993911,3722.5803166595324,21538.43304972433 -1739,3873.007160434903,4618.583628388453,834.4887145632633,1850.4697036808257,1674.339481114146,3293.7451390604815,1772.662893650323,3881.46560764262,319.12063693772126,1419.547996181094,2550.343322006209,7877.682930771643,1426.6386878462438,4595.425276511871,1617.2241575413861,5193.574336671215,1168.968074935354,5896.94970608695,317.5652107387907,1600.1848338122434,616.3437176400997,3076.8276635650964,1392.0190409403242,7061.775218273473,720.18509951099,2056.0077250958625,638.4896713382587,2800.16361220263,825.869218929629,5005.49624126026,1050.8091232797005,3352.2142570470805,870.593141637849,4270.482237048366,1022.1622919090468,6020.058246177976,16133.847500184771,5047.337687076704,121889.07661209654,45951.285936273445,3523.2987151252964,20619.35764801124 -1740,3806.4365911080613,4554.317503685136,817.9799999669189,1824.7210053124568,1631.9581970057802,3247.9137212754445,1734.9368099738595,3827.4562461493797,310.56203540218746,1399.7954365469734,2481.479252114667,7768.067474099961,1388.1167580879635,4531.4813929217125,1573.5475701330363,5121.307398832327,1138.5761212314485,5814.895523317328,311.0451266169647,1577.9187699380213,602.7634986140878,3034.0145835762683,1361.4280747040655,6963.512858355416,707.2468812704805,2027.399030421626,623.3368686874014,2761.200224642558,803.817502333015,4935.846350400742,1022.5763216430463,3305.569260050286,852.7185750058239,4211.059832676918,1001.1757861331124,5936.291047162225,15627.321622695476,4904.898193338779,119078.52290131061,45056.40514161802,3411.7010182661243,20240.927027337453 -1741,3774.084798581585,4449.5032850705975,809.8063080620851,1782.726413102624,1608.1118547357762,3173.1654107882055,1715.4568603646871,3739.3701969451085,305.8681084729651,1367.58018919473,2443.6412488338697,7589.291198228991,1366.9505257280105,4427.192730354578,1549.5477985953335,5003.444330906315,1122.051585500981,5681.070042307601,307.41920058031906,1541.604146995189,595.7577841909887,2964.1890021174995,1345.6028546802636,6803.252806553969,701.1071273766836,1980.7399547156458,615.6198414652548,2697.6532620625403,791.7379625340244,4822.251530101089,1007.084549145918,3229.4940503645184,842.7782344620788,4114.145433199069,989.5048450395084,5799.671738764572,15338.411084527599,4824.922555944112,117584.06261727503,44601.12477378894,3347.930905775168,20047.85618436885 -1742,3791.509442853996,4317.981905962328,814.544430081821,1730.0313994343114,1615.6103402110825,3079.370875931737,1721.8869684924903,3628.8394042274713,307.30932419035537,1327.1563438797834,2455.1599662152944,7364.9618785508965,1373.3939906956134,4296.330821469595,1556.7874419425882,4855.549193734433,1127.3686576743,5513.145193418964,308.8498227625689,1496.0363857279626,597.9492857252931,2876.571531015919,1350.6030146804596,6602.157732741479,703.3732821589213,1922.1919250123883,618.4998718155614,2617.9142317368755,795.4675867769569,4679.712210313667,1011.8303143109509,3134.034516094469,846.7002316394277,3992.536784646796,994.1096568992914,5628.241182006263,15411.443221918678,4847.2351199958375,118113.00422579948,44794.32012832732,3363.8734338979075,20133.86772764754 -1743,3826.358731398818,4213.622554088932,822.0608929987271,1688.2190529498832,1630.7833291963325,3004.946953880024,1739.4213821759588,3541.1356258130922,310.1917556251358,1295.0809024123898,2478.1974009781434,7186.9614457198695,1386.280920630819,4192.4947448655785,1571.4605974224744,4738.197621198238,1138.101863892984,5379.900480564868,311.7110671270686,1459.879358905315,604.0925805080196,2807.048974615262,1364.4266539756368,6442.593168331551,710.8304569585496,1875.7353376900612,624.5578398343521,2554.643046624461,802.9268352628217,4566.61036230731,1021.3218446410166,3058.289453245351,854.5442259941251,3896.042968727581,1003.319280618857,5492.214766256282,15557.45546384419,4893.367606415016,119237.2523749746,45223.96508413541,3395.7584901433847,20326.586710069554 -1744,3918.933906188079,4138.764542318241,837.081912991323,1658.2266366584456,1639.803633033492,2951.5619267314573,1763.7265764237848,3478.2248242507903,310.82811370861066,1272.0728659325432,2482.2239553056834,7059.2799465839025,1388.5333382299777,4118.012083703831,1573.9299779423736,4654.020158991682,1142.436378580305,5284.32270910348,316.88664641659193,1433.943560235671,611.4448555335315,2757.179746300367,1381.2648485555674,6328.135902869859,725.7972489617631,1842.41156077719,630.0169143585247,2509.2579897525425,804.7955889159566,4485.481270210054,1023.301689703676,3003.956758527108,868.7328829410854,3826.8269849349404,1019.9781645571471,5394.64165135528,15421.66592623132,4886.824673592564,120498.21281499643,46067.54530996564,3363.8734338979075,20757.707645630104 -1745,3988.5442426469267,4186.200610205577,847.3648109641829,1677.232248237658,1640.2735690987183,2985.390981392219,1779.78254915549,3518.0901771123854,309.8702652260754,1286.652611701848,2473.5550970739546,7140.18923227965,1383.6840583600388,4165.21029920174,1568.4143874628526,4707.361781583069,1141.0162083118273,5344.88848621029,320.2821764084731,1450.3785720307235,616.0188651200327,2788.7809075372,1391.7697599233404,6400.665248576652,737.5229311043547,1863.5281908680827,632.3931248704397,2538.017618654279,802.5291530157677,4536.891199880002,1020.0370141494444,3038.3863317176365,878.0416013497555,3870.6878092931147,1030.9075189113996,5456.471838838765,15212.456794479805,4856.270509481243,121130.74485857526,46664.64560618878,3316.0458495296903,21075.99607422231 -1746,4024.91341475775,4388.226277462619,851.768365569347,1758.1753266150229,1634.490884062399,3129.4656832993746,1786.4819073665794,3687.8728945886687,307.9944716518214,1348.746351732696,2457.826067775169,7484.774126390114,1374.8853834811355,4366.222975925996,1558.491453998804,4934.53864038581,1135.8433525443202,5602.832326791808,321.5811437080003,1520.373712272088,617.6590551830043,2923.3672248544767,1395.5503717842753,6709.560781337363,744.3738378550241,1953.461894784376,631.7648895015814,2660.502122065018,797.8293252532311,4755.841163647589,1013.7798058840674,3185.0185844944067,881.6026715927753,4057.486856980832,1035.0885669201245,5719.800682044043,15000.601522027708,4815.902630623295,121164.61006566584,46944.97760818153,3268.218265161475,21238.62862775738 -1747,3989.086513760584,4521.502138070189,840.8163327673428,1811.5732862774641,1607.1529196967583,3224.5114274820903,1763.1741057550096,3799.878156569333,302.1653107024484,1389.7094469339843,2410.8227374686326,7712.095975828726,1348.592151156567,4498.830569046185,1528.6780714897166,5084.406683284227,1115.1339569385188,5772.9972756751795,317.922303950674,1566.5493427287183,609.0486031303067,3012.153503895158,1376.2341653133365,6913.338442490379,736.9428842573742,2012.790949106074,621.5734992530306,2741.3048627503754,782.8312918320908,4900.2819431154485,994.5397791256213,3281.75153900947,871.5720993154479,4180.717752239203,1023.3116848637558,5893.518104574947,14639.604395796054,4718.132447385253,119368.58459209646,46422.02769810646,3188.5056245477786,21030.103843598838 -1748,3855.185433323897,4241.564350178699,809.3553577305249,1699.4141402950015,1532.868188490811,3024.8736592192113,1693.1394661382726,3564.6179592002304,287.4272201358982,1303.6689726608374,2292.4778297163657,7234.62034459928,1282.3910940470616,4220.2964361097975,1453.6229411449838,4769.618032035955,1062.3030805238034,5415.57621570287,305.6632742395082,1469.5602571914246,584.1397174381605,2825.663359044778,1320.0737465579414,6485.315937703516,711.3695818008349,1888.1739018118635,594.4620419860518,2571.5836515729643,744.8073967630634,4596.892926520659,945.9485451500342,3078.5698887113003,837.9644281072368,3921.878799249116,983.8529611673075,5528.635291139562,13805.486393127672,4476.501874371713,114291.98258732642,44706.7112334037,3005.1665511362817,20288.278150271668 -1749,3486.726287269516,3995.4166405465603,727.7348215991784,1600.7932391804254,1368.0205449554603,2849.3333015415005,1520.9430536860289,3357.755001590319,255.61182988909712,1228.014071486126,2038.0134693456841,6814.778729369237,1140.0460622819703,3975.3829523208883,1292.2582605500843,4492.826155860284,945.9602516504052,5101.297904263981,275.22141071584764,1384.2783042113062,523.9758006792529,2661.6836320860143,1184.2864281375216,6108.958176152811,642.3444302503787,1778.5988387107723,531.0685083883149,2422.3487529121744,662.5131125386492,4330.124684459314,841.1638507442245,2899.9134156539412,754.5091984215971,3694.283175514363,885.8682829434645,5207.795902189095,12164.84060126867,3970.990872266709,102357.05909022829,40285.4081343018,2646.4596683746563,18319.957240735686 -1750,3043.0920597388035,3796.4450695469764,641.3880692893127,1521.0738070659136,1206.4842138641625,2707.4366298513137,1333.3309665326353,3190.5389518501993,226.7187744678929,1166.8590253431123,1808.1952309025212,6475.403051739868,1011.4878453130589,3777.4090581039272,1146.4164912162264,4269.083613120799,838.1760386261197,4847.253495516302,240.40156329549032,1315.3413062285663,460.1002939742163,2529.1319055888284,1039.7023618427886,5804.732330681636,560.2761756514992,1690.024695647708,470.43763764392435,2301.715892753218,587.511120837941,4114.484667759307,746.1428295115661,2755.4978565305496,659.0518897116272,3510.308037680209,773.7919791181341,4948.447897881336,10876.722274970043,3526.4066164545543,90126.24524521605,35250.34857505874,2367.465426226726,15984.761431324217 -1751,2480.3603318022347,3510.9189224375314,541.5198974318167,1406.675643614427,1097.576077802966,2503.8135205205967,1148.983606541662,2950.582287803668,210.69908174721832,1079.1009370202758,1684.7663544275106,5988.395640734538,942.4428626798472,3493.3145869186947,1068.296215790371,3948.0108797049816,770.2034374235111,4482.697288516391,204.7435406651348,1216.4160410340505,400.6215346888157,2338.9188838525447,904.5271805290351,5368.165272020378,462.1350679611297,1562.9199355291366,418.62561713770936,2128.6065605861063,545.0897776773454,3805.0391383218466,693.8944017432894,2548.260119139189,561.2967550287876,3246.3019185858147,659.017800762782,4576.280979469294,10795.798481342023,3343.3848422956944,79503.13386352867,29626.080405019617,2359.4941621653566,13233.078932984974 -1752,2069.514052019764,3257.1684428333583,435.7624678395145,1305.0086364575504,975.1694004069996,2322.8512437755635,1017.0560147349292,2737.329949261498,180.11254182288545,1001.1092811719258,1488.6072089475338,5555.58636787302,832.7132339267843,3240.836454719775,953.9504870616073,3662.669726480029,730.3140314106886,4158.711855639566,191.480323110433,1128.4999824096315,388.29544188071804,2169.874311293521,875.5276974824478,4980.182939627491,370.29870207957254,1449.9604249323781,335.52910286379296,1974.7622401760202,455.817688269144,3530.0312194287844,653.3456261248328,2364.0854794870647,524.9361404252196,3011.6765435830816,616.3268497538144,4245.531816928799,9854.448244137217,3009.3059374573454,70318.69684309143,26064.658553684065,2247.2581138774276,11700.39318574446 -1753,2189.786288579479,3115.8999309778796,459.9274158872139,1248.4083619348928,1026.9936878748354,2222.105536505855,1074.442382255477,2618.6076494552217,186.83165400946777,957.6895990652054,1564.2697377239815,5314.631860162239,875.0381592971645,3100.276286843719,1002.4977536980992,3503.8139869752426,768.0277738996602,3978.341989790416,202.41699050647986,1079.5551654798494,409.868148959554,2075.7634538878115,924.2199212976518,4764.184582466319,390.4246334207843,1387.0733636475302,345.79621791761787,1889.1136997844817,468.6045725187531,3376.9282203286552,686.5734258350196,2261.5513786421707,554.9186048306307,2881.055401026531,651.5292227888928,4061.3964329782857,10226.71753335232,3150.434651085872,73880.88899771802,27520.538084408076,2343.118631945384,12390.917773377872 -1754,2264.582151781566,3029.800215306013,477.7099147813611,1213.9118737979193,1081.6688687319129,2160.703482805757,1122.23903025675,2546.2493006415248,200.0030528170387,931.2263608329234,1650.0246331051333,5167.775959075259,923.0086620790092,3014.608289567021,1057.5653093373066,3406.995284600869,808.84850766031,3868.410951646035,211.51363198539246,1049.7244922044276,428.8182149568994,2018.4051795077662,966.9068023858018,4632.538847030294,401.9799851911715,1348.7452321697674,369.0727530903631,1836.9130014224434,506.77868179034675,3283.6156730533157,724.1414646234003,2199.059342635963,579.8567070397979,2801.4449974968416,680.8090166338437,3949.170403305882,11020.44797254341,3347.7355849116634,77610.29312317682,28629.142638547488,2510.4422249612994,12839.33454656469 -1755,2458.050585034554,3025.8363792631194,517.6712723473302,1212.3237335588537,1179.7494339680266,2157.876671222642,1221.5053704166753,2542.9180860284005,223.00546530724978,930.0080532380812,1797.9895978909724,5161.015045763319,1005.7789077113623,3010.664328861947,1152.4774158744883,3402.53797067012,880.9404402341189,3863.349975453151,230.51157184274206,1048.3511555216035,466.8088682799164,2015.7645343723946,1052.6123107162252,4626.478175320259,453.286376010738,1346.9806917433236,420.35976798166746,1834.5097994139694,573.8220124919501,3279.3197745679618,789.0601834678783,2196.1823507343956,631.9388482371259,2797.7799146979282,741.9585918689961,3944.003770897226,12202.431859914812,3672.346700903045,85140.45986337158,31280.14382820766,2761.31107831536,13997.740732919483 -1756,3024.178542878774,3063.3303706137335,637.8381323958498,1227.3459786120611,1441.9429147541282,2184.6155292127814,1496.7470654551594,2574.4281007060904,271.63728426463655,941.5320451310606,2201.5271141332055,5224.966637730551,1231.5140970488042,3047.970319060083,1410.97562553337,3444.6997776061285,1079.093245339064,3911.2218338116363,281.8991205614514,1061.3415701477593,571.961455520667,2040.7424408231855,1289.6318023596434,4683.806170276651,573.2435307053977,1363.67150911593,516.8349621212312,1857.2417273606468,696.5608350223191,3319.9547501093334,966.1849810390436,2223.3958651951016,772.8158900768492,2832.447994122683,907.3621461553901,3992.8750331658166,14791.354432452801,4479.2228200301515,104438.46881011195,38485.904827831095,3358.571913086331,17242.7507084772 -1757,4147.186389082812,3086.3336180162014,850.0713650740435,1236.5623998852197,1836.5319864320534,2201.0203061770394,1974.371313757906,2593.7600693009576,339.8372313217853,948.6022242992194,2751.325372170686,5264.202105569848,1539.0662052919124,3070.858224327275,1763.18625734953,3470.5668149885914,1359.34772875352,3940.59209186548,375.35099568502824,1069.3114264031722,747.1723960020075,2056.0668419068224,1685.8810338962107,4718.977940567458,775.9058768117844,1373.91162993372,665.1006952289963,1871.188179676237,872.0620371076262,3344.885048589175,1208.0008624657235,2240.0918525594875,1029.0107086670478,2853.717493027685,1208.1601543417607,4022.858443742799,17789.202635425696,5544.703568335189,135320.79073532776,51619.78379626037,4030.7364642514854,23383.392292902638 -1758,4126.13538454566,3177.6318053269997,842.7357995739553,1273.1416941478979,1827.9937922174222,2266.129652430211,1966.920990982128,2670.4872226015523,342.8284462687931,976.6632424120886,2732.269400325071,5419.924775041056,1528.4064692340717,3161.6986272354175,1751.1677378895465,3573.231172885563,1350.0905221138505,4057.16047346184,374.3156266674184,1100.9431963231348,744.0287695144395,2116.8882562089448,1678.8792566144896,4858.572095074443,796.6119003918016,1414.5539119624525,682.911563515042,1926.5406172496064,888.803964669908,3443.8315590754496,1199.637387032223,2306.3569913489314,1026.1722832497974,2938.1345608034007,1204.827562696884,4141.8603823464855,17817.392213556574,5530.349639551588,135354.03489692218,51598.50506043598,4020.077149907713,23366.199247727876 -1759,4013.668218364318,3387.2602425560785,818.7430136978128,1357.130878567564,1775.8533082172144,2415.6262734046904,1911.1743387273598,2846.659321010096,333.2440152139526,1041.0937371165758,2654.9248104478384,5777.477326782998,1485.1406142951134,3370.2759523696864,1701.533756419268,3808.957308737588,1311.6357103335044,4324.811435481296,363.7451579670965,1173.5724422088,722.8931692825189,2256.5394191264822,1631.197920449306,5179.092198677337,773.8679903760021,1507.8720633744138,662.311180709794,2053.634542409642,864.1565967094886,3671.0211996747566,1165.6862141423371,2458.5074107204678,997.1937388652011,3131.9633597591,1170.803890871694,4415.098999141794,17316.240805205944,5372.968618354873,131529.3873086916,50146.65564205725,3905.406355239936,22704.567762940387 -1760,3892.1433586565686,3662.974271453044,792.4996707854843,1467.5977442572162,1687.3904068773024,2612.2518659063103,1833.0096239918748,3078.3698640714474,313.8589370554992,1125.8360149945818,2515.9234509029116,6247.74870735639,1407.384527309137,3644.607504946583,1612.2498430764633,4118.996363987769,1246.0520166060605,4676.8396528929015,349.0512780733538,1269.0981364494257,691.891796997367,2440.215762265293,1561.3958262375118,5600.656611764364,738.1952453983756,1630.6088629952233,623.1191795133856,2220.7949650001615,810.6535171723666,3969.832620306764,1104.7907316531655,2658.623414435398,956.911016995944,3386.8968973207807,1123.5079987483641,4774.4763855435385,16176.121960268436,5066.222773015437,125416.71464594497,48239.712720007454,3651.691759793047,21889.880591858004 -1761,3781.991328739121,3887.1584317923903,768.4761164130912,1557.4187868390165,1626.5602688052218,2772.1289078274344,1774.5196590548735,3266.7746171621766,297.6763801068996,1194.740294139637,2422.323638058364,6630.128214874556,1355.025649574136,3867.667568357515,1552.2412479318539,4371.09033813821,1200.779833073617,4963.07517979701,337.81163905114704,1346.7704538133373,669.2726905936006,2589.5637186442696,1510.3799618582084,5943.432292620931,692.4173792473745,1730.406637072263,580.6237589440707,2356.7137614805183,761.2884941280848,4212.797360629163,1063.741794773609,2821.3385234299512,926.0979672149118,3594.184358496586,1087.330436488186,5066.687550632754,15385.467734493037,4855.092211554453,120464.51682518356,46562.41163876168,3485.1961384701503,21166.189003954107 -1762,3673.5617741285846,3996.4563323530865,746.0943270734621,1601.2097993954048,1577.794998550754,2850.0747582540776,1722.4799500021898,3358.6287603688274,287.22820706943014,1228.3336266873198,2348.902514271457,6816.552078745698,1313.954545618943,3976.4174309385594,1505.1892543421902,4493.99528412966,1164.5680913269698,5102.625369735264,327.9464704267473,1384.638522666682,649.5345037179753,2662.376258390806,1465.852229688581,6110.547856112017,665.5159065544622,1779.0616676986026,557.0119913612984,2422.9790992258463,732.1375780708585,4331.251474369028,1031.5085373751867,2900.6680343806324,899.0529765954333,3695.244506032335,1055.5769476607213,5209.151080689034,14866.669531883552,4701.727407343602,116676.17257437362,45150.71600747221,3371.948214848787,20535.832104413465 -1763,3492.8971101760526,4054.4193081456756,706.9937803652778,1624.4330945156007,1473.0145759703512,2891.411082357607,1622.5010887247242,3407.340944700122,269.5152464728881,1246.1488775866032,2186.9237315078444,6915.416575257442,1223.3450986057346,4034.0897706623396,1401.2678444403957,4559.174362343844,1086.5795268522527,5176.631770953833,308.9936927619441,1404.7207561496537,610.671850957516,2700.9902798594226,1378.2603401989643,6199.172754774361,636.2865013063649,1804.8644539178683,530.3069429634216,2458.121001750197,690.5756019421458,4394.070182615153,960.4865968528026,2942.7381427659147,847.0946458589581,3748.83882811135,994.5727381289897,5284.702487455473,13768.755491193426,4371.577649256091,109777.63196110471,42756.47309809752,3113.1370345696373,19463.939516290106 -1764,3402.1472149899582,3961.0417309186746,684.7226162047045,1587.0206772975598,1407.4620696854765,2824.8188181841865,1565.329394234877,3328.866268545332,249.51979832347175,1217.4487471340371,2080.430803180294,6756.14719628235,1163.7739301974714,3941.18040424731,1332.9650917703102,4454.171740820262,1036.0722059204695,5057.408450367126,298.5135484467152,1372.3685471351089,587.7922518507107,2638.7836087486576,1326.8062417153953,6056.3992307115,596.5405046571618,1763.296511107566,481.2843145551826,2401.507867727998,627.660076192069,4292.870085478266,913.8317094512217,2874.9637619481987,818.3637223960665,3662.4990934716066,960.839797710641,5162.990183636114,12711.73270918238,4117.832021324058,104541.53509103043,41211.933551028305,2897.300501670681,18852.559378672566 -1765,3376.763910951724,3832.5744606741623,678.795116573322,1535.5493149429078,1388.9383557165768,2733.2023225348753,1549.8255366806115,3220.9021541582138,245.52747316109162,1177.963599581543,2051.845838053243,6537.027114587274,1147.783762603523,3813.3572904127113,1314.630900346759,4309.710933887357,1022.5249652466484,4893.383049407892,295.3622792013391,1327.8589324941684,581.6793987630633,2553.2007368652858,1313.0000138645862,5859.973863463472,585.813135742214,1706.1080478693555,472.50578229158754,2323.6204882970874,616.632376126008,4153.640726420792,901.3090298550948,2781.7209304813064,809.7246356834626,3543.714366429064,950.6966570725892,4995.540482206912,12484.304672298927,4055.034209584061,103248.22157659939,40801.43033303138,2845.9418196948127,18673.538622685675 -1766,3395.303231962862,3714.5691191727838,683.6281061828619,1488.2696017471537,1398.0193916601918,2649.046756407569,1557.6304993836932,3121.730262641432,247.91065266606103,1141.69398544328,2065.8576413137616,6335.751412059905,1155.6218369700052,3695.9436474582653,1323.5472301926554,4177.014513832378,1029.4146425686113,4742.7153079804075,297.1210131718896,1286.9740264336433,584.648625363143,2474.587437119412,1319.7444812606057,5679.54469658291,590.511156355352,1653.5768146492553,477.8008923807252,2252.075986799557,623.8546196581927,4025.7497232779333,907.4573186412499,2696.071471682471,814.5461390501719,3434.603055407009,956.3575779965595,4841.727303458366,12607.440121953501,4086.2194375183994,103953.22706212434,41037.41411542601,2870.909725159541,18771.595706656775 -1767,3451.1668125924734,3669.01749741214,696.5468469712188,1470.0190074516443,1432.9009478209878,2616.561595409674,1591.3144330210753,3083.448601538767,254.50972886761156,1127.693434929121,2121.3455104670784,6258.056330172214,1186.6612425893243,3650.6204291585436,1359.193879574526,4125.791941545129,1056.1703037768273,4684.555568076134,303.07541784393555,1271.1919122268323,597.922945119756,2444.2416642093076,1349.576038974899,5609.896653030276,605.9787013862061,1633.2990642032366,490.632990979682,2224.458863457465,640.356675093382,3976.382105442729,931.7793046538046,2663.009648365238,830.8699166389061,3392.484646983721,975.5233043441428,4782.353383167866,12996.470011730244,4201.150813943427,106381.8593355135,41856.95729596126,2962.26855774863,19133.241319260498 -1768,3577.644453021748,3631.4585268994047,720.6810265226676,1454.9707280163514,1475.9323825222643,2589.7763974987715,1642.8901930316251,3051.8839782617138,262.7066200884477,1116.149471320394,2181.8735187709817,6193.993906556693,1220.520055871255,3613.249785614689,1397.8867342701599,4083.5570658642487,1086.9678963849472,4636.600745137638,313.34291491809745,1258.1789844931732,616.7891325579391,2419.2204696642316,1392.2773731584014,5552.469305485798,633.5049430206801,1616.579320720368,510.8864302402219,2201.687539821554,662.6131603818003,3935.676707239795,958.4066115302027,2635.7489713778355,859.017875647881,3357.756485858613,1008.5717869442326,4733.397424296976,13332.757894372691,4318.862820526577,109917.19922688938,43351.51949165967,3036.1112301101666,19828.14204175831 -1769,3656.1863919978846,3715.9986985583323,733.507461822273,1488.8423733054522,1487.5852886953492,2650.0662616349096,1667.556257434641,3122.93168361047,267.9131919399784,1142.133374813576,2191.9578265066643,6338.189772828019,1226.1611252252253,3697.366058693335,1404.2950546722275,4178.6220687466985,1093.8701666465447,4744.540577027312,318.3613073961356,1287.4693279017004,625.0014270646113,2475.53980038803,1410.9571150407482,5681.7305113455495,662.6525584632285,1654.2132059104763,532.9547060834383,2252.942714891599,682.6924444078397,4027.2990628193807,962.927119041392,2697.1090747191165,872.7756108332403,3435.9248877832615,1024.724726194464,4843.5906780036785,13396.450896074897,4343.689760075954,111775.7827081709,44278.79480181243,3035.749403096397,20260.49417712169 -1770,3673.743242624225,3935.7641561136425,733.0708319904076,1576.8930299227827,1467.1520879361278,2806.7921035373924,1661.890691475056,3307.6229512981827,263.28665722740806,1209.6795404789395,2152.1597922801393,6713.032523994303,1203.8984695122188,3916.0295754360764,1378.7904097753787,4425.747233576575,1076.7334519386636,5025.134359582905,317.40723032510954,1363.6107124626033,621.5112150584542,2621.9440865735237,1403.2162130900606,6017.750033100563,673.2163477670788,1752.0439511774196,530.1278236991749,2386.182531895879,671.3107985063691,4265.47493236313,945.5669292111885,2856.6170449754522,870.1600442455245,3639.12668260152,1021.6537928157443,5130.042318036567,12971.835645910762,4250.519129432848,110961.02512348194,44337.47461752453,2939.422740349192,20338.142456816633 -1771,3637.650223120265,3962.796218721124,722.6546670925992,1587.7236258170922,1438.7170703305292,2826.0700320055275,1637.2603595076218,3330.340743105537,262.2293891817269,1217.987998957688,2103.9574967014605,6759.139736793829,1176.934546999446,3942.9260947540606,1347.8711857915318,4456.144653634658,1053.7588694433293,5059.648558409643,313.2296245006329,1372.9764185083438,611.4688288613472,2639.9524208868174,1380.7027510169,6059.08182768949,689.8069641727511,1764.0775385319157,541.7858821656677,2402.571581909176,676.903274115732,4294.7715519898875,924.454672157744,2876.2371867681018,858.7072942078407,3664.121346005788,1008.2071336734995,5165.277057624503,12728.547255040046,4166.136939735889,109807.78278678372,43985.59138455075,2868.530127745963,20178.91022867669 -1772,3577.2791787609685,3695.9195953922317,712.1278770157348,1480.7975320563796,1425.0917996238425,2635.7468395411897,1615.731221412658,3106.0571708502184,257.62529576851017,1135.9619480390656,2087.7063031686553,6303.941868924201,1167.8437782321496,3677.3876355135462,1337.4875750489698,4156.043217025609,1044.641609044324,4718.903829695069,308.9526618525539,1280.5125898737356,603.9563481610165,2462.1634181349727,1363.667508202755,5651.029732805571,677.5003769524972,1645.2747965312994,527.3283957895748,2240.7691182708104,660.6839704412131,4005.53787291518,917.2667739515754,2682.535460529606,846.9821611562813,3417.359141159201,994.4406699837293,4817.418721335413,12587.272914996325,4127.850213875847,108293.12192824128,43305.8863130118,2848.8918794531214,19874.353012418323 -1773,3240.1723681472217,3505.7204507986,641.5883537522636,1404.5928374887224,1275.338406777135,2500.106227967523,1454.37150363864,2946.2134833167697,232.4550526274078,1077.5031571396883,1861.278060728069,5979.528872350309,1041.1818939676189,3488.14218128725,1192.3842960896443,3942.165224182384,932.6193365067334,4476.059945064413,278.6518559034325,1214.61494438951,542.7328674434416,2335.455743930468,1225.6025269895263,5360.216852949419,619.9538603172789,1560.6057849781669,482.40164799403783,2125.4548213747753,600.8395396965147,3799.4051751109114,817.8545439530807,2544.487016355953,763.9136355327279,3241.4952543397885,896.91002050361,4569.505070538012,11223.655952638255,3684.0207440081867,97535.84379535043,39161.764880628674,2528.4245298681017,17981.990607226355 -1774,2836.783930197802,3415.007088553186,567.9191429045176,1368.2478577156194,1133.0016910773281,2435.413949991402,1281.6430881189924,2869.977818004792,203.20508170184752,1049.6218883431636,1665.682232555841,5824.803709215621,931.7673797553448,3397.883671033662,1066.9995139455207,3840.158499164972,833.1557605763339,4360.238260783705,244.6619656815333,1183.1857968047389,479.4960381223922,2275.023930875027,1082.545040097983,5221.516891010125,523.4471743855288,1520.223843553612,410.5916467433561,2070.4569526474756,517.1463082205067,3701.092482241055,731.8243345377314,2478.6463494565514,670.7316234245161,3157.618933523412,787.5051395025519,4451.265417786593,10007.37320197537,3284.0747233922743,85751.98827736548,34245.502042988184,2271.99294700253,15705.776853513737 -1775,2317.8422124840476,3197.775887655221,480.74729687688466,1281.212569779056,1039.1131612590307,2280.495414444694,1110.8714619659695,2687.416343961166,188.8310185147971,982.8546409023464,1568.185144945286,5454.283510593163,877.2284022234351,3181.7417037609243,1004.9027916095109,3595.8830933515233,773.8871111840907,4082.880185374092,209.9807089775744,1107.9224474586028,421.48899116960854,2130.307926556287,950.7304291938179,4889.372226202507,425.22976124019124,1423.5212474518914,361.1028415574417,1938.7536095596279,476.30617609986643,3465.663171641212,688.471609759478,2320.9777680651378,575.6542559773515,2956.760389127814,675.8749242269765,4168.117035617049,10033.44539965312,3141.8894827757103,75941.20178862353,28852.539876517498,2294.2438650485738,13063.28905411088 -1776,1932.8882670552268,2959.295920854089,412.7249885375104,1185.663806563463,970.6182067142138,2110.423311259975,994.472863362998,2486.9973705857,182.9686668999965,909.5564641797125,1503.2996649501524,5047.520373891926,840.9320592009933,2944.457515456202,966.2715151923061,3327.713555882148,748.7854287191285,3778.39195190537,184.86846867898794,1025.2971110464584,379.7626868739776,1971.4363290930105,855.8843126419994,4524.738378444608,362.3073095389089,1317.3595551508222,336.45113984783274,1794.167524515883,464.91317118420324,3207.2050222419653,661.3386524750366,2147.886619554352,506.80998892350925,2736.254592533313,595.044958504795,3857.2721086431175,10453.876132828264,3066.9967120954366,69442.67344628544,25156.673911207665,2316.9049820339483,11158.525800561818 -1777,1958.8360421496052,2823.2908661028123,410.0028467085516,1131.1723750739986,923.081162566395,2013.4312409591973,974.5134680611181,2372.698489162862,172.34979259146317,867.7545356066358,1414.027437951374,4815.543476964623,790.9939933383693,2809.1344128288542,908.7377351305149,3174.7765477326902,708.7185249599647,3604.7424021359907,188.61113195780132,978.175906052551,385.3319986330866,1880.8319039027215,868.6092991472938,4316.787802579943,364.99646751162203,1256.8155733331148,324.2959201388657,1711.7101228463941,438.35564453900395,3059.8064158455163,622.2650390745055,2049.1727885942787,517.0703602482349,2610.5002017512243,607.0916473282202,3679.997338441977,9568.722014744277,2882.5132397107513,67790.37394278304,25233.151648855473,2178.417870110819,11346.292892829388 -1778,2027.4816053059071,2763.5084233456537,431.1151107470821,1107.2200970521853,1024.1410971414837,1970.7973631135646,1047.6364929034257,2322.457221672001,192.67736382200522,849.3800611679545,1583.2404737991142,4713.575608293113,885.6502152459354,2749.651729252606,1017.7925511120345,3107.5514879592392,788.1248361452894,3528.412928294895,204.83927282555837,957.4632880888414,420.8428584657743,1841.0057822016615,948.4635790958544,4225.380954351526,381.2425813823325,1230.2028335792377,352.9247418806156,1675.4651104516324,489.5462644224407,2995.0158184262104,696.4895953962275,2005.7820928623983,561.5592011641974,2555.2235454376764,659.325938434035,3602.074361084853,11043.82673797396,3257.014451387464,73906.06159506054,26879.367168084926,2502.7594446411135,11994.783886076484 -1779,2328.9807126435744,2753.4363821815427,498.3297519142843,1103.1846592366062,1217.2927759542038,1963.6144821063233,1225.9241494030305,2313.9926609921945,229.71574975607552,846.2843619228256,1888.923842329903,4696.396240517059,1056.6466909024484,2739.6301909898525,1214.457826239454,3096.225527726259,937.1068680510267,3515.5530723387687,237.80716069718267,953.9736625211073,491.38017695114945,1834.2959470279902,1107.2059491678785,4209.980888787493,439.6405632366828,1225.719165834518,415.06199109929685,1669.3586142966217,583.3716858044063,2984.100012143329,830.8323746042669,1998.4717045042948,651.9394320734639,2545.9106312754693,765.4412517199677,3588.946034449571,13358.413734661743,3902.588403267676,86914.50870649605,31108.322376230408,3031.696255807746,13834.626862146692 -1780,2995.1236481408146,2770.786284900787,635.7419950576195,1110.1360261332525,1516.3138708900854,1975.9875735868868,1548.7292063377113,2328.573549013094,285.1270494818702,851.6169533882386,2343.00596327408,4725.989086181225,1310.656069015762,2756.8930983909377,1506.2181497240208,3115.735407108448,1165.802251917574,3537.705210737221,285.9889122107363,959.9848238279644,590.9205544117424,1845.8541789323806,1331.4974429386293,4236.508742978361,562.9776294127645,1233.4426449117768,521.4437997886442,1679.8775461117928,724.4171706186512,3002.903368287756,1030.7110683065216,2011.0644376739062,784.0279008393376,2561.9528765477294,920.5261536231417,3611.5606352318064,16349.206916271523,4799.185953827227,108084.05646510336,38849.615675869536,3667.4588603344787,17274.04919180196 -1781,3573.5679998501196,2762.2737814464667,716.184687150739,1106.725428640143,1485.9313676144075,1969.9168776485117,1667.1236595666924,2321.4196265010505,270.4317665842189,849.0005869449008,2211.528057944257,4711.469742469863,1237.1085333871238,2748.4232780546913,1420.8079636131888,3106.163139279531,1123.6552307076868,3526.83655298802,323.2776896991663,957.0355259432944,641.9647835863482,1840.1832832158977,1448.62686127998,4223.49319735314,658.3221715182375,1229.6532206488032,532.6781195551378,1674.7165694272903,689.3272358429623,2993.6777468694463,973.9279443335196,2004.8859774058408,886.2536889411372,2554.081958162481,1040.5493204284353,3600.465076346434,13981.955302831806,4426.358033117739,112481.21944738385,44201.034415298716,3168.59488091328,20189.50656897505 -1782,3617.4245655163127,2742.0647199561245,720.2672168527638,1098.6285186268994,1488.5264925101594,1955.5047757132663,1678.5789562314462,2304.4358965420743,269.80659005208844,842.7892167388954,2205.7123662276886,4677.000175269468,1233.8552887247865,2728.315548183465,1417.0801001431248,3083.438150068699,1121.9750054585484,3501.033876495757,321.7109112369112,950.0337617003227,637.6322715999469,1826.7203247742705,1438.953601964584,4192.59371363699,665.8870918150158,1220.6569590491017,533.186578159224,1662.4641814280353,687.8809845059386,2971.775711642122,971.4363386161475,1990.2180381629382,881.9584244172559,2535.396048137715,1035.5062558554407,3574.1237264735723,13848.07570729392,4405.023960895788,112609.14022969568,44362.88638622592,3134.0649899894283,20294.168427721608 -1783,3463.597778134656,2884.9577549866626,684.8406845361983,1155.8796703795151,1410.62816947142,2057.4090124676973,1599.5857029871172,2424.523448412653,254.46246631427636,886.708205300463,2079.5876370365654,4920.725549444191,1163.3022707818366,2870.4920936032904,1336.116342274588,3244.1206578102797,1059.207347772301,3683.4779131796226,314.8346910335879,999.5414216045026,624.5454031698407,1921.9134139305113,1409.3743734437553,4411.07595296252,637.6625725622467,1284.2671927318663,504.3103944328237,1749.0976408008005,648.9039388864862,3126.6393250995666,915.9563666719342,2093.931234199455,863.1075240447686,2667.5192739996587,1013.3734378860265,3760.376582992086,12973.785956711941,4170.282840999701,107616.92825996815,42662.30851008957,2994.2147077494,19617.236433667003 -1784,3368.954959906402,3136.368921723002,665.3590352868478,1256.6094145272843,1369.120944763007,2236.703007114338,1553.6877715333076,2635.809824406002,246.6844738120009,963.9808600088179,2015.8781421873812,5349.54477545771,1127.663763075553,3120.642642640906,1295.1749883865255,3526.8312653412777,1027.063321640694,4004.4765406982806,304.8899140512164,1086.6469865204954,603.9213049989833,2089.399573104695,1362.909089630011,4795.481495809731,619.8900872407781,1396.1853353000977,489.37596590253014,1901.5236781836395,629.0994868564668,3399.11195986459,887.9097170962941,2276.4079771416345,835.8442900909338,2899.9816495088726,981.3637098393787,4088.0765856919247,12553.1368212043,4035.85498503066,104345.32934541002,41459.04014870374,2877.704490443989,19054.058657630725 -1785,3169.0366167251946,3363.9320930398585,624.8092748703755,1347.7842828585751,1283.4644319916426,2398.989792341526,1459.8298052903936,2827.054304121239,230.8718599854551,1033.923697432371,1886.4477429368621,5737.687689951297,1055.2615835882355,3347.0647741023586,1212.0657227078912,3782.7249205429102,961.7277130964201,4295.026346479622,294.5797812600244,1165.4900182320398,583.0201765375513,2240.9985733723624,1315.780742882721,5143.423655808644,583.5192544302533,1497.4873091994036,458.4602660325226,2039.4911078264008,588.8181611434302,3645.7387810559253,830.9219904483393,2441.575606147713,807.5794468591909,3110.3934465242523,948.1779936231276,4384.692097337528,11722.867187676076,3787.7222963950944,98489.3403139171,39384.22134089195,2709.286778502451,18140.388248861917 -1786,3065.9177324230673,3523.6551848863774,605.2112507134284,1411.778521400347,1247.5614006571957,2512.896392220231,1415.6219132120323,2961.2858646234636,224.6172448922925,1083.0154998587545,1835.5938732367765,6010.119235101954,1026.8143948059178,3505.986987614433,1179.4129231310096,3962.332743531991,935.2506097513746,4498.958788826298,288.35302249251475,1220.8287302153888,571.2291270894149,2347.403581280598,1289.1250797102457,5387.638909345436,564.788746152709,1568.5896074655118,445.1340077379341,2136.3283258575007,572.8134362359267,3818.8423557029396,808.4974428284338,2557.504225990495,790.5090207095009,3258.0782523994694,928.1356281569754,4592.881965388307,11443.551483937788,3693.4760096450336,95819.396964502,38284.76102238768,2655.7316500953752,17637.690136541583 -1787,2942.00353156673,3687.926944144324,580.657202006068,1477.5952171961633,1187.4033856100157,2630.046876454197,1352.707209339845,3099.340133024607,213.73133449367828,1133.5053611336336,1746.2431468806806,6290.309210652033,976.8324171220287,3669.4350607576803,1121.921085783268,4147.055520419241,890.6140965049277,4708.698912729292,275.72914958506084,1277.743403400584,546.1635113914997,2456.838839769944,1232.5629739843491,5638.8090367974155,541.255078328491,1641.7167895681498,425.3508246265396,2235.9233185646294,545.1341639529936,3996.87565328291,769.1810260274011,2676.7343141997753,755.9011455314571,3409.9688938610216,887.5025662613342,4807.000759915803,10833.360179946001,3508.279700034192,91490.76484300877,36666.977400211916,2515.170209220223,16899.774036594543 -1788,2859.1871998543,3629.5740807727134,562.6964684087891,1454.2157107326484,1140.6712349182558,2588.4325038359048,1307.7390630485538,3050.300286502784,204.96560600390808,1115.5702760652482,1674.0594205091545,6190.779702748636,936.4535019438489,3611.374788416502,1075.5063381949858,4081.4380155601107,855.0268467036498,4634.194707935101,270.9150639437372,1257.5260869049314,535.9256381461531,2417.965081337502,1209.5180262348144,5549.588003331639,525.7355632735412,1615.740441075494,409.85777399095076,2200.5450342619097,522.8951097126595,3933.6343954050517,737.4416796341814,2634.38122150454,742.7035098935885,3356.0140699237268,872.0072391720289,4730.941157103992,10312.136305086931,3365.071783337321,88566.02257859932,35722.366423749474,2414.449108809489,16503.8921906498 -1789,2861.030442575001,3479.5331425112827,565.8841098681345,1394.1006986631362,1161.4599061705608,2481.4307364496767,1318.4293320943934,2924.2056244898367,209.4909706759902,1069.4543387148915,1711.9091469115417,5934.862513982378,957.626292110611,3462.0861805497816,1099.8264036382002,3912.717726159063,872.2621549758738,4442.624317968929,273.415409468799,1205.541917476635,542.5727578059192,2318.0101716391114,1224.3753533133715,5320.176680555443,526.0526349575431,1548.9482482807143,415.8183621406633,2109.5779306074505,534.2537278677955,3771.024077409184,754.0268852117753,2525.480005709907,749.5581135851564,3217.2816763524347,880.0552205819442,4535.371419643121,10665.644369815525,3448.875125645862,89725.1541132057,35954.709945457165,2489.7558153335835,16572.381013647086 -1790,2827.552997632755,3347.751840451382,556.714463084297,1341.3015449410793,1131.956237353105,2387.450837415065,1294.9212987598735,2813.456392077573,203.38106551668213,1028.950604599647,1661.2738141513412,5710.08985696017,929.3013508902089,3330.9656520103817,1067.3039064203394,3764.530306919839,848.1565272263608,4274.367602712473,276.93057223849524,1159.8841015955652,549.645259436424,2230.219543961334,1240.3270320585707,5118.684186753154,519.842219982304,1490.2845113305,406.14109087842246,2029.6813137033685,518.8200165822616,3628.2030601443353,731.7940143645227,2429.8318167581856,759.1948007774304,3095.4326951706703,891.3696426647258,4363.602068259829,10264.829942902372,3362.1104276273745,88504.69081165767,35720.99368018159,2455.9370830448574,16554.770441377495 -1791,2941.7684831191373,3285.2402035505156,582.7385988018318,1316.2557950922428,1196.810196502866,2342.8706334513695,1357.9108040911676,2760.921505144538,215.79035332440907,1009.7372967891769,1763.4801656565342,5603.466940799967,986.4746474980631,3268.7674589269736,1133.0248007054104,3694.236281895347,898.7133778980842,4194.553527985368,276.36236098450905,1138.2259090945784,548.1814157045363,2188.575276110665,1237.0521655365837,5023.104423813086,541.5920026828584,1462.4568440806133,428.24659237622063,1991.7816403244747,550.2990159877105,3560.4546357964377,776.7325331212899,2384.4602445812943,757.6370708876511,3037.6325433334036,889.5407139974077,4282.121743232467,10995.304807904522,3544.8189340718577,91967.36975070517,36762.07610745817,2543.168712013633,16918.782062816736 -1792,3100.824005604033,3271.3992638298732,614.6136473124591,1310.7103201838543,1259.686445765279,2332.999960623301,1430.0104232087258,2749.2895556496937,227.4237664113801,1005.4832050964479,1858.5065461466302,5579.85915465684,1039.6315341036377,3254.9959199963014,1194.0127590762945,3678.6722139662306,947.0643459447264,4176.881589576386,291.2349738627626,1133.4304861665303,578.0049253595912,2179.3546600844766,1304.3259818260963,5001.941744303274,570.4376205373358,1456.2954142402366,451.7383426371752,1983.3901292286894,579.9752716234312,3545.4541990128864,818.5916822675432,2374.414351901712,798.4097825455806,3024.8347914733417,937.411902503683,4264.080873995424,11584.076076662473,3737.0684655327404,96956.5878816791,38706.14102311383,2692.8456499259983,17820.148848534453 -1793,3215.97968488079,3390.639247230439,635.4851196824815,1358.4847017916509,1286.9131613436386,2418.0360122156603,1472.185549534729,2849.4990423374265,231.5969788961838,1042.132293457765,1891.7648225484095,5783.240723007458,1058.2359092073543,3373.6380141486625,1215.3187936727943,3812.7569827009183,966.0587090026411,4329.125706310748,298.1436941388171,1174.7431543726025,590.7950904293689,2258.790458816115,1333.2662345544202,5184.258668182223,590.8397058204212,1509.3762603907714,463.2129706705134,2055.683171750562,590.7948628900123,3674.6832737125096,833.3241726487554,2460.9599261571047,817.3497806512758,3135.087689770592,959.6493300074751,4419.503337482389,11676.187682677893,3793.9573138648198,99368.34207649784,39858.579858161145,2717.18133694979,18381.176539299962 -1794,3317.0986274971533,3635.4873421044194,651.9610486457829,1456.5849026375024,1308.2463169483626,2592.649549002649,1507.7804305279365,3055.2698014742014,234.6989085377515,1117.3877506309839,1916.2603116966775,6200.865651516922,1071.938461406933,3617.2583996654816,1230.9945070473711,4088.087448539869,980.1883548473654,4641.744685910532,298.62280020219634,1259.5748342835006,590.6073926096966,2421.9044028938883,1332.9390205218278,5558.629329783918,608.6518964826207,1618.3727872570742,472.1124036758997,2204.1301375192616,598.8842043321911,3940.0430283867113,844.1978527536596,2638.673125806099,818.6632319954098,3361.4816503578795,961.1914515474004,4738.648753307931,11706.795215956095,3821.5650289095347,100900.92174563925,40618.40590635533,2697.7294042854915,18731.263990795444 -1795,3426.9224821993516,3806.7770399658675,674.6811679963757,1525.2133874606407,1359.638542793428,2714.8048795317927,1562.2165716077934,3199.22195752181,244.23452349350657,1170.0346153258483,1994.478266724657,6493.025767610997,1115.6928688093658,3787.689222292642,1281.2674204647376,4280.701862508982,1019.4099865139046,4860.44522588803,298.62280020219634,1318.920988593975,590.0336589587941,2536.014901537756,1331.6928822141995,5820.529825872931,629.1265845430975,1694.6240734452938,490.03183458905136,2307.979979308132,623.1405235315184,4125.682178350799,878.6204816369043,2762.996904145214,818.6632319954098,3519.861290299991,961.1914515474004,4961.915027357395,12224.922019680607,3960.9203754661016,103820.09807890996,41525.97935078941,2770.025306721739,19086.016197789806 -1796,3365.3715639363177,3639.9710240505765,659.1001272757535,1458.3813229840578,1318.2953422893818,2595.8470889420532,1524.1562424008187,3059.0378954765806,235.98205264772633,1118.7658358264232,1926.3173594574337,6208.513239517094,1077.5642817806877,3621.7195996793916,1237.4247834291787,4093.129326605306,986.0369984664302,4647.469394839058,291.1621187085213,1261.1282801940129,575.0575648260617,2424.891361181656,1297.9121367600076,5565.484841473558,616.910518158499,1620.3687421774332,475.6802720380387,2206.8485126845717,602.24631259718,3944.902321826923,848.6699902370343,2641.927427071012,798.2100528665395,3365.627398415779,937.1774001434796,4744.492974966557,11704.473061614914,3821.156055447551,101012.0972121449,40563.657539704385,2666.7200974042344,18688.004036463743 -1797,3098.2570799873934,3505.65547163648,608.1219894861715,1404.5668031066373,1228.0035538044772,2500.0598880467605,1411.4370880398808,2946.158874717408,220.024728887326,1077.483185423941,1796.6684232670293,5979.418040702021,1005.039854731454,3488.0775279415316,1154.2447127653754,3942.0921554375136,918.4938186673178,4475.976980484404,261.700998579007,1214.5924312820066,514.7081332546389,2335.412455836183,1161.8865916729046,5360.117500361335,568.8454542132564,1560.5768588679048,441.1155851356835,2125.4154256855422,561.3939732621736,3799.3347524493506,791.4905868164266,2544.4398538292576,717.4434944955697,3241.4351726394366,842.3494874645874,4569.420373935714,10988.35660680102,3549.791205776778,92970.86803744065,37162.35411298196,2439.804355742776,17043.96048590492 -1798,2627.3954764877844,3460.2338082000774,518.7263167177781,1386.3682775752986,1040.766228787937,2467.6674068903903,1195.7111065152662,2907.9864308134675,187.4177535015107,1063.5225783412768,1530.4791356022924,5901.944622110907,856.1360060629485,3442.883616333247,983.0705735498777,3891.0157206400063,782.17611211446,4417.98316974015,235.9820017094995,1198.8553432902024,468.87910058357016,2305.1532591146483,1058.027529212431,5290.668161984871,481.3505776937483,1540.3569606424107,376.8173293181834,2097.8770937219165,478.1821984365205,3750.107979937269,674.2185238234262,2511.472355565416,646.9358270079749,3199.436927616854,759.5665254248282,4510.215846849811,9388.172212072048,3056.011293646953,80271.71205437987,32124.46285237185,2180.349967335818,14806.866244357085 -1799,2099.704448073147,3226.8223547136363,428.6471121276076,1292.8502517212394,912.1252331504681,2301.209916417221,1000.5409886297007,2711.8270447261757,167.96314959846435,991.7822380677355,1375.250506130228,5503.826590497323,769.3025329554961,3210.6425269685333,883.5542072135146,3628.5457012034867,695.1640423317693,4119.966350563386,196.03145836996592,1117.986077307592,397.06402887196106,2149.6582253848796,895.3372237428919,4933.784028121763,387.59877295419983,1436.4515666717866,325.79694806221966,1956.3639565110366,427.78256119510263,3497.1429484258356,605.4754231490755,2342.0599847844746,537.4129074312712,2983.617631867674,630.9758059063151,4205.9774356025655,8933.666445927509,2782.8062036120523,68677.33282344743,26365.214423017722,2071.5920767507196,12005.84926164083 -1800,1775.1880337938317,3041.3018421588213,376.18188018135567,1218.5200856972003,831.1473991375148,2168.905873535433,860.6101518598116,2555.9152875875475,156.76471488067642,934.7614513856573,1288.645950157013,5187.393698370388,720.856737823121,3026.052245336389,827.5525472660139,3419.9288068360306,641.1301687477045,3883.096084696848,172.0923586011657,1053.7094214240494,360.5701094203504,2026.0673821491143,812.0527645197828,4650.1247369944285,341.3410210299134,1353.8652939816168,291.4222608911571,1843.8862294909811,398.19586020273744,3296.080825708828,565.0276775785422,2207.4073386056,471.7847612397655,2812.0797498633838,553.9218835670594,3964.1621127022695,8767.837701088523,2642.7246920095713,61684.34926937664,22790.090914394343,2039.9296393179789,10245.987401474871 -1801,1901.2535975236094,2914.0042220450773,400.27613591241544,1167.5173523216984,872.2457201847711,2078.123514440224,912.3616873616173,2448.934149177662,164.05680549209637,895.6358024658518,1347.950896226189,4970.26862934835,754.0313812967556,2899.3929168108984,865.5996159821129,3276.7832656622422,671.9979249244905,3720.5640783689164,182.40971662089976,1009.6050514534916,381.2496082048658,1941.263712759104,858.7009493468693,4455.487754881777,365.007433310973,1297.197511951761,307.34370340200127,1766.7079877522087,416.85204414225433,3158.1191018841896,591.1006624341708,2115.0134509187915,500.069412165181,2694.376516739518,587.1308559710677,3798.236982977602,9085.100803235418,2756.602539173659,65091.25523947803,24260.00287633791,2112.548493792082,10929.652934002284 -1802,1921.2644973784197,2880.409087575236,408.66689444603355,1154.057213125471,928.1217266780341,2054.165128112437,948.3074601483916,2420.700740513734,175.4088868851566,885.3101464519673,1442.8985976081485,4912.967119044771,807.144255530104,2865.966233972118,926.8057317895835,3239.0057039121116,715.6160685358944,3677.6702316233054,189.66759613811845,997.9654604026565,398.7045555828766,1918.8831633494,897.8316567912851,4404.121079047334,371.7714244655695,1282.2423088953362,321.8584633816183,1746.339866124772,445.3456594256411,3121.7096021666107,632.5536591732022,2090.6297658329568,519.9666172646455,2663.313438413324,610.4921389795585,3754.447656515369,9951.570712686696,2973.6225218744244,68270.28492862242,24922.284873948458,2317.20162912819,11179.470766485309 -1803,2150.9804112896572,2927.71519713833,457.6456652943771,1173.0107559405128,1057.0271273207384,2087.901502931674,1071.3048922192097,2460.456876176605,199.82371896618528,899.8499487897774,1644.3276199214436,4993.654741443941,919.821805100621,2913.0351427785904,1056.2848896933497,3292.2011890137574,813.9670287768132,3738.0700795700973,214.67314758358125,1014.3554459827026,451.16472252174316,1950.3977483976644,1015.9735962733698,4476.451719577958,417.14882907317474,1303.3010867657047,363.64862626119833,1775.0207036480426,507.2078882444034,3172.978686513436,720.7933155278082,2124.9650139700934,588.518400820051,2707.054099370793,690.9787002010511,3816.108450794258,11421.141618773388,3398.0046655625624,77333.54933938924,28052.979076283038,2660.490759369403,12573.219802260406 -1804,2705.617826334404,3067.944017187281,567.1719640087995,1229.1944702481906,1260.9726317811567,2187.9057534888043,1309.2845244203775,2578.305417204372,236.63202728865846,942.9500756953036,1944.9057990349786,5232.83589977826,1087.9624845713447,3052.5608320369743,1249.1475363753016,3449.8878002491674,967.7895903374842,3917.1124799479635,262.7891059671477,1062.9400444571086,547.5896914095262,2043.8159794985816,1233.4874339216262,4690.860396779922,520.985698781311,1365.725319062722,439.34509728634873,1860.0388977259086,601.122236884987,3324.9548957038505,852.8049455336785,2226.744496088296,720.4265001821085,2836.7139114093707,845.8518306183527,3998.8886562448315,13196.532604966646,3990.8537226141448,93512.57838439179,34696.01777451359,3069.7970300416187,15636.8903599276 -1805,3642.511188052669,3371.404898384503,744.9745223932331,1350.7783176113016,1552.1335988526985,2404.3190270722303,1682.2171323803545,2833.334462557597,287.3055487781087,1036.2205067372063,2356.1826420461057,5750.433673535236,1318.02698239487,3354.50010954939,1512.8313350627006,3791.1280530145914,1183.769577484623,4304.567530709759,338.49549786870176,1168.0790954775034,695.2494255527064,2245.976838584995,1566.915772436121,5154.849511837197,693.9549021007626,1500.8139016686384,551.9803456516987,2044.0217343757463,730.9419698420508,3653.837605733339,1033.712615611106,2446.999443114198,927.9727405725686,3117.303028563446,1089.5316054848397,4394.432469507169,15282.174261717335,4771.418818685237,117911.448016054,45463.68286229863,3545.120441144837,20678.228982180775 -1806,3773.630016427907,3947.330762128571,772.5588777801439,1581.5272762041488,1630.1989092218157,2815.0408341878306,1754.8001793321353,3317.3435468435673,302.0187318629559,1213.2346027474205,2477.69579850677,6732.76109493772,1386.000328804062,3927.5381845511624,1590.971279848291,4438.7538245566075,1242.735640555778,5039.902457213728,353.44044997559155,1367.6181547897284,726.3281142453731,2629.649577309156,1636.9279619178756,6035.4352756527815,720.1111728752536,1757.192939099531,576.6006003716391,2393.1951556536496,768.1959200874189,4278.010507680204,1086.9300054711862,2865.0122034717856,968.9437675187991,3649.821516668415,1137.635635716963,5145.118724035252,16185.591034765186,5029.814857083651,123294.85844943598,47288.61323907041,3756.3752905240453,21490.474506655224 -1807,3662.2285303978297,4308.819598280503,748.0764468383044,1726.3604530695413,1588.959787670699,3072.836771795548,1707.327035910824,3621.1393851274483,293.964336704547,1324.3402564043538,2411.8413654847027,7349.334196854728,1349.1619623359916,4287.214455133077,1548.81196580424,4845.246224281087,1209.1371222113887,5501.446873774102,344.3820184776425,1492.861952400598,706.7194875158184,2870.4677459584705,1592.8171168108645,6588.148641960485,699.8421631428806,1918.113234034975,559.5643408903878,2612.359290517071,747.6627397281279,4669.782348617378,1058.016261914267,3127.3844214096657,944.1104165425886,3984.065037601857,1108.4788301603849,5616.298640666326,15785.533955924542,4902.161570007591,119927.42689754812,45959.60511295809,3663.951293920642,20895.084247799212 -1808,3517.084029342624,4499.4736096152765,714.8220366343994,1802.747393362603,1504.2104908887811,3208.801771804741,1627.1299744303108,3781.365343450789,277.33535276922225,1382.9388531885807,2274.537527638468,7674.523036468562,1272.3554534354112,4476.91249532249,1460.583915746852,5059.6357125141285,1142.169149098118,5744.87152656039,328.7689544770034,1558.9171940050082,672.0355767098946,2997.478445221086,1514.8622511971337,6879.657009208155,670.8268534643008,2002.9847339717605,530.8654331472844,2727.949364880709,705.5513548429918,4876.408018714942,997.8798198622862,3265.763012419968,901.3077858410483,4160.349507979902,1058.2243163064006,5864.8051841113975,14769.009885850417,4613.976821177256,113919.61801907861,43948.71531585595,3426.289588369033,20018.096978300866 -1809,3312.9037973934473,4557.436585407865,672.5530908200174,1825.9706884827988,1414.6337169460346,3250.1380959082703,1532.182075560782,3830.077527782083,260.5372090398707,1400.754104087864,2136.6625694565555,7773.387532980306,1195.2294650517103,4534.58483504627,1372.101080391007,5124.814790728314,1073.3068721707557,5818.877927778959,309.6639776887929,1578.9994274879798,632.5684688174423,3036.0924666897026,1425.9319363346533,6968.281907870499,632.3557344081355,2028.7875201910263,498.8113291873501,2763.0912674050596,662.8386132301907,4939.226726961067,937.4033359067909,3307.8331208052505,848.9322069031924,4213.943830058917,996.7302161961427,5940.356590877836,13859.360750216423,4334.349011157706,107156.63298188306,41387.63955405392,3215.034738989824,18860.38526164431 -1810,3138.603564693882,4635.803572783455,633.6286257991179,1857.3690018133007,1317.3269731257442,3306.025550699519,1438.9516471732768,3895.937278464794,241.74713476647977,1424.840644215012,1981.643132375191,7907.054113139229,1108.5130122509756,4612.558877221519,1272.4980464747491,5212.93807856366,997.4229909138049,5918.935915325382,291.1427885044624,1606.1509689040936,592.6016520583045,3088.2993192809167,1336.0143059414154,7088.104367288169,598.0184161691319,2063.6733519525965,465.9417265096871,2810.6037526393343,615.2275829561772,5024.158752081564,869.4938305928616,3364.7126651632993,798.1570598354673,4286.404318919919,937.1151810936097,6042.503453755614,12728.90559029598,4009.6629638066183,100234.22697938792,39015.31972262353,2950.9661772658133,17814.621085069895 -1811,3033.7714613487624,4715.600139544596,613.7834339396378,1889.3400867021019,1273.6745816640946,3362.9325107181103,1390.8332433010273,3962.998450116545,234.06067383945395,1449.3665737124568,1918.6760761274618,8043.159054066272,1073.289817896054,4691.9553306318385,1232.0138028456545,5302.668921313332,965.6821844821351,6020.819171918712,281.124351310824,1633.797811788265,572.9930253287497,3141.4585351407504,1291.7422356720951,7210.112641468482,577.7494064367588,2099.195574975389,451.411010452405,2858.982965965652,595.657718720551,5110.6401167435115,841.8611036410155,3422.629812557995,770.6918891688817,4360.186640157177,904.8683594113083,6146.513691178707,12329.858011163375,3881.0455108988376,96958.95209322516,37711.215128972166,2858.542180662411,17209.7328639092 -1812,2940.4816789456427,4669.853573994439,592.7737164478186,1871.0113867349323,1218.460782243495,3330.3083254628327,1339.7080715181844,3924.5529579186145,223.47407555248924,1435.3061061137462,1831.2482643971612,7965.131466482752,1024.3835010359112,4646.438146023416,1175.83382261744,5251.227135703609,923.0734519037027,5962.410530226625,270.7226690012204,1617.9481560751133,551.0047352975531,3110.982893748732,1242.237220185848,7140.16653051413,559.4627054959965,2078.8310433926745,433.1930015360349,2831.247651734374,568.851338352828,5061.061224092438,803.5710729101742,3389.426497085784,742.1760663582868,4317.887980804748,871.387968393164,6086.885672865519,11680.471013910295,3696.260925655137,93114.30595592456,36418.40903121308,2706.7027576711052,16639.789808342706 -1813,2896.128305507897,4636.4533833141095,583.6239936984717,1857.6293532103648,1198.7370457302447,3306.4889633924276,1317.4911681776427,3896.4833803499514,219.81481220466787,1425.0403671844128,1801.2084246604647,7908.162461874999,1007.5794899150244,4613.205429493336,1156.4859576694043,5213.668787275951,907.8915375127619,5919.765585268825,266.5134551508091,1606.376106530619,541.7596498794284,3088.732212820941,1221.4501715538267,7089.097922081405,550.149190515255,2063.962621472945,426.2785178643788,2810.997720996122,559.5480642968472,5024.862999190727,790.3952177367877,3365.1843041549264,730.6366641003065,4287.005153407694,857.839570990116,6043.350444425973,11481.501373034547,3634.584825039222,91615.91324242775,35844.151995536566,2660.490759369403,16379.455747756068 -1814,2887.6767180076513,4555.097272540031,581.0454316030501,1825.0334254736913,1191.3574587222672,3248.4698138098775,1312.2712299381992,3828.111565233261,218.1443008417792,1400.0351029478688,1787.342661124453,7769.397486132307,999.8231088324018,4532.257251884966,1147.6280093256441,5122.184245034358,901.4406175911588,5815.89112242079,265.5253413584965,1578.1889337795533,539.2728836594757,3034.534053304862,1215.8830181025105,6964.705118324821,548.9321313820559,2027.746152162499,423.64475278511185,2761.672984377812,555.332840406189,4936.691442833027,784.3301766149361,3306.135224095305,727.9277871148715,4211.780830565397,854.6590819930138,5937.307431037179,11369.137906114423,3605.7186071156807,91114.4510959042,35716.329563158004,2634.0839031970017,16331.387258832501 -1815,2966.981635096992,4469.4524236093075,598.0555960540332,1790.7191830621223,1225.7101372060774,3187.3921485453056,1349.2064018381218,3756.1354872094566,224.5049271121832,1373.7116706004365,1839.5269999050597,7623.317428085269,1029.0145498284808,4447.041840571385,1181.1378824382332,5025.877038049802,927.8094718494242,5706.540852432041,272.96970931531814,1548.5158566243163,554.5623735724664,2977.478803982928,1250.3417133572395,6833.754870280315,564.0771671778822,1989.620509068389,435.99807946371743,2709.748063483377,571.5106711982668,4843.871867850984,807.222360865759,3243.9733349257476,748.3362432929267,4132.591010594341,878.6206242376965,5825.674294012448,11710.512131301426,3711.7479097119844,93713.07647735636,36712.78694533208,2713.304471714205,16783.755227717014 -1816,3079.3065879501687,4359.764635469589,617.8938334311813,1746.7719591624152,1249.1453757936774,3109.1682496038993,1387.3134908385382,3663.953681812277,228.28365664469248,1339.9985038836517,1869.558895867768,7436.228552822476,1045.8141172749804,4337.904045372943,1200.300378917051,4902.533665413407,944.8091857285807,5566.492858918166,280.66380892914503,1510.5127047582905,568.9476134287734,2904.4065272725657,1282.8783355170092,6666.043171985796,583.9789590524377,1940.791916168659,446.76201547385756,2643.2463439596795,581.3248121329127,4724.995204479385,820.5030142672709,3164.3608396651125,769.4293294634576,4031.1703612003116,903.3859896791733,5682.702567910796,11775.529720389335,3759.9427414130523,96032.9279512132,37900.48814785089,2726.507899800406,17352.10130558566 -1817,3208.7339150216844,4378.934005153404,642.8891949991721,1754.4523089606787,1289.8724494745645,3122.838894826567,1439.1148798750478,3680.0636529927438,235.28076415918466,1345.8903188884628,1926.3598599777204,7468.9247706464075,1077.5880561823424,4356.977296626496,1236.7338585964706,4924.089526354863,974.8006425462179,5590.968069939145,291.2941418232864,1517.1542505458858,589.4248416182899,2917.1768594094,1329.139754143149,6695.352975742737,607.9568489642814,1949.3253487805296,462.409249178708,2654.8683856452617,599.24829547432,4745.770449796994,845.4867443774609,3178.2741601813227,798.5719892952332,4048.894940707105,937.6023492405781,5707.688739283716,12065.143708362528,3868.476938483352,99414.63691404891,39394.738067534985,2792.525040231408,18053.554828749217 -1818,3300.0654140742395,4539.696795109599,657.0573775593259,1818.8631102428337,1304.1190307800327,3237.4869559129434,1467.658112342659,3815.168977570654,237.02104809742212,1395.301678453349,1939.6386156300791,7743.129675924487,1085.0160704330708,4516.933995027786,1245.1931713394717,5104.866484701179,983.4195762104846,5796.227985804885,297.3601238476744,1572.8531831684413,599.6456314146875,3024.274497821486,1352.357842807919,6941.157918876199,624.1786120493032,2020.8904788403768,468.93577404061176,2752.3359538115187,603.8838963946432,4920.000821184905,851.421340052048,3294.9574033256854,815.2016520200789,4197.541082928376,957.1272149344703,5917.2337940502275,12016.668094300094,3884.087063083039,100985.16616254789,40322.51524882265,2779.3216121452074,18513.454513054272 -1819,3354.5223572937225,4663.16053750469,665.2990399894094,1868.3297721434406,1308.1209477204197,3325.535183266562,1482.1938629146948,3918.928118566139,237.06756314765477,1433.2489632098068,1939.247277040978,7953.715494931161,1084.7971592118083,4639.77866953964,1244.8895998329438,5243.70084943396,984.8929551640771,5953.864945099951,300.5320347366826,1615.6292426711816,604.4288285012161,3106.5240982646937,1363.2795503358993,7129.932934454984,633.6344214268883,2075.8515726643127,471.68126345486957,2827.1897849202833,604.1641477477533,5053.807491847311,851.3343764205383,3384.5686241643184,823.8973270262695,4311.699396654034,967.3367958155029,6078.161684570834,11909.441378018611,3874.5138194695164,101672.57544087278,40838.40497047185,2752.914755972807,18777.093510244456 -1820,3272.2906348113875,4380.818457583245,644.0293799433484,1755.2073287697851,1249.792175310392,3124.182792984527,1430.8379316367088,3681.647350048851,225.30103247297882,1346.4695160809172,1841.8035374737822,7472.138985205425,1030.288024086574,4358.852300096228,1182.2552634580115,4926.20858374686,937.7874629303448,5593.374115189463,290.74224812758206,1517.807150317958,581.6314560900244,2918.432251935188,1312.1199866043282,6698.2342875343575,616.5936310092618,1950.1642312313122,451.91547063702563,2656.010895026391,574.4269649875916,4747.812768462921,808.6873267079433,3179.6419146295066,797.0589933808648,4050.6373624700736,935.8259426764618,5710.1450146924935,11149.136697184018,3666.9079749378816,97672.59019430753,39607.46837805971,2574.6684768090995,18256.497173074586 -1821,2940.8235669465444,4117.9706494593665,575.0841390613191,1649.8954096302234,1102.8812523100514,2936.732752024067,1274.8878225920507,3460.74960100602,197.64774344395744,1265.6817444728847,1614.7715190065608,7023.812862296027,903.288393044596,4097.322454906507,1036.5140766991783,4630.637529813432,824.4253987147239,5257.7733272477835,259.6496335852638,1426.7391714736775,516.6660037298066,2743.327182413,1165.7945380901815,6296.342216948559,553.4659265526518,1833.1549557674025,399.50214812594595,2496.651029085733,504.125506581403,4462.94541053513,709.110282767313,2988.8643428192745,711.8197541293184,3807.600322122753,835.7466611075428,5367.538007414358,9643.038950522685,3205.7227875620806,86585.9872244693,35427.43882681968,2224.777632524786,16370.632687590887 -1822,2511.8575650490193,3876.0466925186042,495.4538607926547,1552.9667862830547,950.0568942906833,2764.2045656125224,1092.540901722457,3257.4362924066845,171.52224206802055,1191.3250377560055,1401.8088771438893,6611.175486971082,784.1590423702594,3856.6115452055465,899.6843842114193,4358.595242547995,714.5751015630952,4948.887850321819,221.5942745402705,1342.920607606397,443.8594248748331,2582.161252966748,1001.2689792451138,5926.442537460231,472.1341502194094,1725.4601375338048,346.30418835851964,2349.9769151903506,437.3882795106522,4200.754757605386,615.5369635361639,2813.2735117702678,607.4924113764363,3583.910107988325,713.2560616796108,5052.204037281741,8436.579621357963,2783.3960247814584,74560.869920966,30314.4654166774,1947.5056427145748,13969.384580312464 -1823,2005.553425119002,3550.4923037043486,409.5297506301374,1422.531011622997,833.9251167496889,2532.0352964309845,914.011631050269,2983.839825335553,154.1732824654621,1091.264041252952,1263.5822992428136,6055.893942205653,706.8363611372316,3532.6895406237177,811.1441597867334,3992.510950267601,636.6187379635351,4533.224085865225,183.75675324410682,1230.1268947547887,376.76400651817045,2365.282047111978,849.1845337725211,5428.672636532648,380.3255774464198,1580.5364136833125,299.7775811691736,2152.5991849816132,392.4014548576361,3847.9277005138297,554.4495248085333,2576.9828756281677,503.76226266026777,3282.892664874597,591.4666270048642,4627.862606953557,8088.875937172877,2546.8226018590763,63854.98290171592,24845.708062174122,1874.8867882404732,11315.69670342212 -1824,1673.2972677351847,3320.459854892268,345.82073900281205,1330.366808993025,760.8323380801868,2367.9875447687855,818.0492205963362,2790.520160575592,148.15666547400437,1020.5622573206,1224.4248271267431,5663.5393068165295,684.9320299999232,3303.81051303798,781.8480927080273,3733.8406047944122,583.7688465295951,4239.521537517914,162.0746825843935,1150.4283409359807,344.75008898538726,2212.038053071842,776.0096011154359,5076.954972174425,316.3402000064519,1478.1352167290463,275.88033347163355,2013.1346771116532,374.9606351955368,3598.62474304015,515.3669751535234,2410.0230202838634,444.32167731107444,3070.1976991369097,521.677511921046,4328.028534046908,8090.898246016778,2472.790444820158,57958.958099310636,21565.041375295237,1891.358784155171,9685.190964862446 -1825,1796.1995973093062,3191.1478366307406,368.93412711654474,1278.5569920950527,801.1689584680726,2275.768616664279,869.658465347071,2681.8461185052292,155.57817507760402,980.8174716514628,1285.1652633094427,5442.978381440818,718.9096734909683,3175.146886894409,820.6134186704638,3588.429882914604,613.9726721183861,4074.4175728752084,172.2556987197499,1105.626049346005,365.5689202157154,2125.892423365591,822.9375157867009,4879.237992368906,339.0683752127773,1420.5707056397005,291.8572082943893,1934.735142256255,393.8676935068334,3458.479868888828,541.0549557842304,2316.1670622452557,472.2325520625161,2950.6318925055343,554.4476341981953,4159.477752140453,8415.971803564706,2588.519770833801,61346.07121585802,23012.235875269733,1966.2640825375543,10355.45203071654 -1826,1810.7472929243863,3127.9863828960724,375.7360912421455,1253.250888323749,850.586469873625,2230.724995512582,902.0771375857289,2628.765124389861,166.03459328342157,961.4044389342836,1373.1910406218021,5335.247105793887,768.1504868190982,3112.302135267641,877.0062491950811,3517.405142089963,652.4423018456071,3993.7738201568804,178.7552708432135,1083.7427170346625,381.59465176874164,2083.81525777584,858.8366427447374,4782.664664998142,344.612641943778,1392.4537660635572,304.9683234194656,1896.4414966990887,419.9939252419798,3390.027190600586,577.7747300241715,2270.32384650185,490.05088581860974,2892.230900352412,575.3681170265627,4077.150428226941,9204.453438185441,2787.4683928768595,64207.10436419735,23596.054429197982,2153.5273284935115,10572.239316673229 -1827,2028.0260710459006,3172.238389898557,421.0282950117814,1270.9807823505337,970.1161189528773,2262.2833356197552,1020.1315909927312,2665.9545870193892,189.4620256995106,975.0055454469501,1567.5683773558249,5410.725500961,876.883388084773,3156.3322552952727,1001.2283474557859,3567.166304040492,743.2374909060367,4050.27422822205,202.53323666251876,1099.0745581722533,432.33164671912124,2113.2952478049547,973.0297232134898,4850.325608601765,386.90478920752946,1412.1529802747873,344.97452141612916,1923.2706871490905,479.1249470934764,3437.986321048647,659.4322587665399,2302.442396410718,555.2372893173659,2933.147645628234,651.903389836366,4134.830375392516,10587.001701156274,3191.209154822992,72819.75867506395,26583.535495489577,2478.1169548171715,11899.4944410285 -1828,2566.7452165242294,3294.3375320702203,525.5744054813016,1319.9007070749276,1168.0163772308547,2349.358397666796,1256.1441079508518,2768.5669156451986,226.469808141341,1012.5334125488592,1871.6053348809585,5618.9837908478485,1046.9588765092933,3277.8191719177744,1195.2644395044572,3704.4661826038227,891.9973977902303,4206.168883050221,249.74574257567113,1141.3778293144399,528.824545224529,2194.635773073829,1190.539375159992,5037.014162005996,486.27166719991277,1466.5066089477646,420.3440055630206,1997.2971858550463,573.1648670794458,3570.3140748311666,787.7748923122158,2391.063176739402,684.6686075398632,3046.044208677991,803.8685346917699,4293.979587970108,12363.587837706604,3784.6720896145102,88784.24883866012,33097.61838288835,2890.0960959202775,14892.248523659548 -1829,3482.135290211548,3556.6654879876864,696.6574949590962,1425.004343581596,1455.8618003128668,2536.437705775874,1629.5317540837536,2989.027780001598,278.48688575065074,1093.161404618986,2296.565203752095,6066.423228318055,1284.6775336337457,3538.831771527116,1466.3381979235626,3999.452665314704,1105.0256938556395,4541.105930208477,324.70728541208496,1232.2656967472021,678.1684609939999,2369.3945252445624,1527.5006319888403,5438.111382974729,652.8131278406636,1583.2844671118507,534.0175941990433,2156.3418748173835,705.8445229721987,3854.6180309729184,967.655603132404,2581.4634346113994,890.1728720912258,3288.600577938243,1045.1508283424184,4635.908997782481,14538.495466833576,4586.3713864576675,113165.1386590163,43728.29004294638,3389.4647518028314,19846.629835441832 -1830,3605.9538686959777,4045.971790156624,722.1206041307123,1621.0485339299798,1528.2186861049559,2885.3867308350877,1699.1563739006078,3400.2416360846173,292.60149038056863,1243.5524847963216,2413.7994072018046,6901.00807394533,1350.2572729327774,4025.684609943355,1541.2866473884437,4549.675170347658,1159.4349350922919,5165.846085832422,338.9131712847922,1401.7939735563173,708.2157053193638,2695.3626764362825,1595.1484242342224,6186.256571374686,677.1657163713002,1801.1039585710653,557.5700387780929,2452.999424576413,741.4436284289768,4384.914990689586,1016.8797997203377,2936.6068495994336,929.1177766130305,3741.0279972545363,1090.8759908325524,5273.69163338819,15388.392473012687,4832.16632223484,118278.07962549922,45468.78687105296,3589.212214155853,20619.658291553107 -1831,3544.537185484278,4370.746410115985,711.0997740315694,1751.1718884288027,1527.848023749719,3116.999907482192,1685.5768854017392,3673.1827840718665,292.8589610898352,1343.3738148984794,2416.950006452166,7454.959606678411,1352.019689287344,4348.83075556193,1543.4504059045998,4914.88261642602,1158.6993824007927,5580.514251185555,336.4533099009953,1514.3175225663933,703.8891155388393,2911.7224125624584,1585.3380418088302,6682.834212332864,667.5531884488576,1945.680560680684,553.7353005005632,2649.9043950498954,741.8809663015406,4736.896955348857,1017.9957732302798,3172.3315216965148,922.3741586797838,4041.3244424797845,1082.9583176592507,5697.016679841419,15540.628888191635,4853.081329333958,117633.14280944606,44934.870471043796,3626.6648633470445,20356.421222773668 -1832,3376.0137736799265,4528.779999625324,672.0874923836857,1814.4892153585315,1422.7480740059582,3229.701637955413,1586.1360084349055,3805.9944839104264,271.303533670674,1391.9463391542686,2237.701982661878,7724.50945371684,1251.7499870662145,4506.071938184517,1428.9296918326806,5092.590602433437,1075.6174819952862,5782.289558117506,317.2998743813521,1569.0708784678416,660.0785196517621,3017.0019006258776,1486.9656174265767,6924.466231117215,633.9695110650059,2016.0307604386137,517.4664997889827,2745.717298410536,687.5592709562872,4908.169492976996,942.7764512468979,3287.0338838209786,869.8657319430786,4187.447083349256,1021.3082411186115,5903.004378721901,14214.224679072775,4479.201964898529,110129.51569795705,42500.16500201716,3314.5594534204492,19307.915788220453 -1833,3168.242360690166,4563.349846739571,629.241231308491,1828.3398803876528,1328.037048446936,3254.3551410750147,1485.1049829817969,3835.0470427535,252.76370166808732,1402.5715786535993,2084.4659158433724,7783.473481748591,1166.031135251118,4540.46844629525,1331.1216323081212,5131.464223708072,1002.7728825156205,5826.42790575439,297.23303457857116,1581.048174866549,617.4387478007616,3040.031788246088,1390.9828011977643,6977.323234322778,595.1451881866726,2031.4198663726063,482.91372755878916,2766.6763706624115,640.6412174577051,4945.635359942726,878.2817781080086,3312.125025106809,814.8532415446377,4219.4114104930695,956.718146641752,5948.064187081774,13199.694776006774,4170.21569175242,102915.25793868059,39828.66158939799,3077.3593418762352,18110.627642997013 -1834,3019.1081580997543,4656.857388593961,597.3607785372233,1865.8043688952675,1251.15833213426,3321.040089585054,1406.8951826197892,3913.6309414041916,237.53447639698825,1431.311654474969,1958.259144602433,7942.96453477122,1095.4322237371778,4633.50712567326,1250.5072096643419,5236.612989809255,943.3612696082527,5945.817163548898,281.79350776338646,1613.445412279931,583.9283039437464,3102.325039744481,1315.6058270874123,7120.29547319927,566.4383647160862,2073.0456642093413,455.8312390036781,2823.3682998845616,602.1710940262664,5046.976309233917,825.2318565816814,3379.9937355528054,772.526356543089,4305.8713143616,907.0222052044471,6069.945892321521,12321.231988200789,3911.2142032288943,97236.5133290006,37823.77743167373,2871.3697713246816,17222.088650954014 -1835,2901.231076758163,4747.050898632964,574.1649907408074,1901.9410660354777,1195.261321531685,3385.3616347097923,1347.6529244485412,3989.429722029738,226.94503742294668,1459.033143733588,1870.6797361055903,8096.803012466718,1046.441105034775,4723.248390346469,1194.5195587202986,5338.03514360412,901.7958967603228,6060.9751070461825,269.75414593183365,1644.6944484531837,559.0410441435183,3162.4105354484677,1259.5292707846704,7258.200585521501,543.6748945337389,2113.1961883340728,436.84707831040123,2878.0509916335404,575.3843668637678,5144.7256003177345,788.3823895312619,3445.457088513973,739.5208966066486,4389.266964090908,868.2705369904355,6187.507947607177,11734.24302745705,3731.6951746953523,93085.00542445113,36279.494535099206,2734.04339095698,16521.37865529668 -1836,2828.857082112227,4690.647466853315,558.8843608470627,1879.3426137631545,1157.4146738195436,3345.137500170223,1309.8850926936136,3942.028181163385,219.590038203459,1441.6972275734047,1809.7161155151327,8000.598550770628,1012.3386142308665,4667.12777482074,1155.5786208101297,5274.609764881859,873.1220609373803,5988.95991208232,262.0348463055637,1625.1525448371067,542.9258660256004,3124.8354576360985,1223.2310242998783,7171.96021643543,529.9447768961536,2088.087648402462,423.8067262717458,2843.854612401183,556.8075562661471,5083.597083767364,762.7592553057941,3404.5189127936173,718.3587255450144,4337.114643616935,843.4240590668479,6113.989316806441,11308.376766539828,3605.810424669697,90332.81905113063,35305.318774976986,2634.169659780469,16086.195889038034 -1837,2788.903507100144,4665.109962793503,550.9692029443914,1869.1108238092293,1140.9696328811358,3326.9254168501916,1290.0946008219519,3920.5664189244317,216.47467721071666,1433.8481301806999,1784.0389351549882,7957.040530387507,997.9750347941294,4641.718320083545,1139.1293841843676,5245.892968482969,860.5897753627663,5956.353946882497,258.33114079019725,1616.304653366927,534.6995623209086,3107.8227746857083,1204.7416457139168,7132.913589197229,521.6883360375249,2076.7193784194496,417.7960194049455,2828.3716861691614,548.9085428489618,5055.920226343617,751.9373368534426,3385.98353656431,708.2051554709406,4313.501894289273,831.5027654549443,6080.702648366117,11147.596365899266,3554.2066082519,89033.36754254645,34792.79663671036,2596.7170105892774,15852.825456133922 -1838,2774.319437093971,4606.042309729118,546.8330026738148,1845.4449315665652,1128.4824400407151,3284.801291618229,1280.3112995431636,3870.9258619180896,213.67364071853103,1415.6933504271665,1760.652477558507,7856.291842100054,984.8928646835694,4582.946842124832,1124.2378469621744,5179.471686166678,850.0963958537891,5880.937107564855,256.4755777819351,1595.8396861372457,530.1051727936008,3068.4728346189568,1194.451094463833,7042.599648350132,519.1775121586822,2050.424834296183,413.3982027157223,2792.5600378204203,541.8693492294268,4991.904298695034,742.1426659339015,3343.111642350752,703.1181989207829,4258.886154163852,825.5301762884725,6003.711358281649,10962.596960487343,3505.405765760145,88174.201764595,34561.04738408112,2553.022253199554,15761.742019588728 -1839,2820.6183529073214,4542.101087139554,554.9818036909435,1819.8264076340265,1135.7288131230612,3239.2015779320986,1294.957946527197,3817.1895487188385,214.58335902814525,1396.0406513090916,1767.6362380533749,7747.230554420775,988.7995163185319,4519.326231534809,1128.6750170360901,5107.5700991400045,854.7406927282193,5799.297755743063,259.556433668872,1573.6861899843711,535.3744209038391,3025.876199300611,1206.4132033937994,6944.834061009961,527.2538641968688,2021.9607729791662,417.09892922861377,2753.7936325279993,544.2836847655402,4922.606527974506,745.1919853297146,3296.702462562326,711.5642500461629,4199.764164122249,835.4466740909448,5920.367650493182,10940.147775943968,3513.731174338796,88981.22163470105,35034.18830607189,2546.7801450010224,15994.943092492878 -1840,2939.98175494249,4447.683818106026,576.5973775016565,1781.997430201006,1167.400751645013,3171.8678570461007,1340.0013363425833,3737.84111378554,220.24228580380674,1367.0209656553313,1813.5492767596404,7586.187826069221,1014.4828495112623,4425.382386502109,1157.9059880529987,5001.398349347047,878.2817453195729,5678.746969685072,268.50009861117206,1540.97376251445,553.067481893981,2962.9769018850543,1246.3442029381617,6800.470856987893,548.4105685429162,1979.9300011810333,430.68155631774636,2696.5501521921283,558.784553929697,4820.279640927905,764.6926011916646,3228.1734630179185,736.0829728047391,4112.463098964534,864.2340750604029,5797.300168173884,11133.709511882274,3595.557987805825,91855.86483973265,36362.263957733725,2590.474902390746,16617.833419426683 -1841,3021.2723123764517,4477.250137370853,588.7587792653368,1793.8433947760823,1169.4163037801077,3192.95309187001,1359.5113290318614,3762.688699236981,219.37976469266104,1376.1083423586263,1805.0689476991363,7636.617591412572,1009.7390311323841,4454.800455290097,1152.43231170164,5034.645528421557,877.2875730041158,5716.49687565779,272.80624737678374,1551.2175037749575,559.0115885871496,2982.6735180651017,1259.9778695480109,6845.677508524215,562.0524487404465,1993.091737700752,433.83850602360064,2714.475676121858,556.8849345300814,4852.3228194985695,761.4009834363497,3249.63299367549,747.8881185053414,4139.801012791462,878.094481498876,5835.838165625163,10904.072416463743,3563.7130469422546,92652.39998110713,37094.52837041938,2534.295928603958,16999.461787271084 -1842,3116.194316515186,4625.3416440403225,603.9158096350568,1853.177352654403,1188.7812172687163,3298.564621177515,1392.153031591837,3887.1450555944584,222.28056676101468,1421.6251108007812,1828.1206286839804,7889.209733971525,1022.633930273649,4602.149406341367,1167.114386687345,5201.173691685735,890.0401735728544,5905.5782557936345,279.58709852850825,1602.5262603236783,571.2072357606905,3081.32974714342,1287.605366411665,7072.108166920704,578.8372706585328,2059.0161219344864,442.0905779352904,2804.2608747059544,564.4194997201306,5012.82039616695,771.2929239637494,3357.119292495243,766.4775681916741,4276.730902899432,899.9203305527319,6028.866931074959,10937.98032242472,3600.2833001136705,94557.19730374066,38100.49412239701,2540.5380368024903,17488.450950118637 -1843,3171.2411427336892,4704.7483232224395,612.3394536079843,1884.9922261998845,1194.719885114249,3355.193532681342,1408.0155150021815,3953.878565055679,222.74722521543887,1446.0312061291233,1831.2383667900053,8024.649663506911,1024.3779644051513,4681.157927134287,1169.0738451549419,5290.466107790459,893.0904515550875,6006.96370881134,282.9742776351139,1630.0380201951684,576.6451985166614,3134.229226039426,1299.9853647616019,7193.5203062975825,588.3050047365552,2094.3647826838874,445.43514866494905,2852.4037062539014,565.7553465223116,5098.879211197161,772.7570090717802,3414.753455579984,775.7633929608596,4350.152722278408,910.8228055142044,6132.368972452677,10863.686663767385,3598.5478186548894,95358.33625956092,38636.77522524196,2521.8117122068943,17758.511411960022 -1844,3098.5805001703056,4421.431530656588,593.9257736303009,1771.4792569933345,1144.635776629067,3153.1460256074924,1362.092565637595,3715.7786463592447,212.2672084103871,1358.9521755147873,1743.9608737604642,7541.410636053002,975.5557344489794,4399.261732418922,1113.307179139265,4971.877782578856,852.7242323703568,5645.228378009579,274.3220949101667,1531.8782224940721,556.1043455171681,2945.488041499413,1253.9179685485706,6760.331332005833,573.4554452599633,1968.2435383733186,427.79413752313224,2680.6338657355705,539.3717567189166,4791.828120564617,736.1583840115903,3209.119289845177,752.0437577936049,4088.189439276828,882.9736122616655,5763.081820676695,10201.34812708571,3415.418887976226,91823.80929581207,37539.682580484834,2365.759007243597,17295.344598285137 -1845,2772.0063229875154,4164.172081750663,526.8805745720524,1668.4063553227968,998.5360907975114,2969.6813257148697,1203.9713146762447,3499.5773639938416,183.7000760507603,1279.8820179564443,1507.9500283801997,7102.616292919486,843.5334298966969,4143.292225478045,962.6406123702029,4682.590810812971,740.2317667963202,5316.762737095501,243.14228343599697,1442.7464233070134,489.50015517544324,2774.105848863129,1104.0185690610217,6366.983815294428,512.0300935317136,1853.7219757337693,374.326250589242,2524.662120784613,467.05636793946064,4513.017275479496,636.8038924826637,3022.3978051281347,666.5654714163827,3850.3195650338143,782.6136657688355,5427.758918375216,8652.050167498997,2940.714627420292,80619.75793598784,33356.86603475528,2003.7167317287453,15418.254902039425 -1846,2377.665273275684,3894.8261809265464,456.674681522116,1560.4909272634027,868.9939483252437,2777.5971668155203,1039.1709354045556,3273.2186066937993,161.3593802630275,1197.0970205290232,1325.315212160921,6643.206704154321,741.3691870208991,3875.296870113246,845.9279322104416,4379.712683932365,648.8888552382451,4972.865265814958,208.90202245307452,1349.4270725651418,423.9575252846929,2594.6718523388154,955.9108805358408,5955.156216051199,438.8768626190851,1733.820010678193,327.51169007819584,2361.3625789190482,410.0971795033052,4221.107460122444,559.5215318029327,2826.903852551413,572.6970772359458,3601.27419146492,672.4029044563945,5076.682020825081,7701.587779178794,2587.9662300235977,70025.61924608644,28712.360384441887,1785.2429447801287,13225.954610984068 -1847,1910.796658785838,3558.225032000625,381.20557247065767,1425.6291864294685,776.335711228915,2537.5498953398333,880.3762448770193,2990.3384234665377,148.17489289400763,1093.6407393580855,1221.0181823242897,6069.083263133707,683.026384109429,3540.3834957251665,779.4662892509082,4001.2063648066264,589.5285272989153,4543.097136463182,175.30872772734472,1232.8060266140965,365.1822183476714,2370.4334689008087,822.6103383004674,5440.495912551001,356.3617825565001,1583.9787133995048,288.06921088866363,2157.2873981093767,375.75205396626694,3856.3082226686715,514.6639596469091,2582.5953672763258,480.6023168394889,3290.0425795432834,564.2745642967659,4637.941773748182,7611.457356655121,2425.4666120296565,60884.27022323759,23781.490455276915,1772.758728383065,10813.0384452193 -1848,1588.1870570068158,3298.691249388987,320.11512094475216,1321.6450561319089,760.7445227732142,2352.463253269581,806.9181199656697,2772.2257871516754,142.97318702696217,1013.8715523754951,1190.0385357102598,5626.409704800481,665.6966536319602,3282.151058968703,763.3908308872593,3709.361916091658,587.4589020878257,4211.727654770946,162.670600568962,1142.8862468261148,342.7022398888104,2197.5361509739687,771.6617923777284,5043.670958882004,297.6325394796445,1468.4447088416905,262.60281491911286,1999.936765820405,360.0713025805871,3575.032516117072,517.6175567490138,2394.2231483760347,445.95536416593177,3050.069787507103,523.5956215637214,4299.654408208345,7890.39859392853,2412.2678539997314,56767.674615836215,21233.504899187345,1862.429559861266,9584.245714404056 -1849,1705.0128637981038,3174.512717301122,341.6740561875223,1271.8920084521526,801.1418076479054,2263.9052733022922,858.0180567319362,2667.865935671672,150.15789004393838,975.7045729338893,1249.2376617676196,5414.604705409751,698.8121023605179,3158.595178839316,801.3359936649686,3569.723773901717,617.8936941062468,4053.178060952428,172.9025211766678,1099.862536589346,363.44175209680964,2114.810368896452,818.4259766712694,4853.803035921898,319.15243346746604,1413.165419387144,277.87042564122567,1924.6495706656199,378.29193710855753,3440.451175683943,543.4419617842306,2304.093126019079,474.00579162342393,2935.2505575933196,556.5295924942042,4137.794830415082,8207.480152277243,2525.3926436005377,60095.1775584597,22663.22587508859,1936.1891463904255,10248.802094988825 -1850,1718.363093483378,3119.538864907021,347.49372331293586,1249.8663277381281,850.3876277496889,2224.7006439900633,889.5084045978805,2621.6658157743564,160.18654178269233,958.8080461440018,1334.345404036394,5320.838604481775,746.4205936205763,3103.8969745486565,856.1439446409099,3507.9059500937765,656.4916678425919,3982.98813503547,179.391805976711,1080.8159344413261,379.2602181010634,2078.1876543527005,853.8731992245547,4769.748481598467,324.0256051638735,1388.6932707167541,290.18579425211,1891.3199195253044,403.2062520808497,3380.8719986750198,580.2563595421234,2264.1925533353688,491.7959230673222,2884.420069495599,577.416963023965,4066.139574159659,8976.247576580703,2718.8876436378964,62871.64766392776,23225.953225298963,2120.5881127133234,10460.098349782704 -1851,1924.385453118339,3146.7658650008652,389.17504440388427,1260.775026778694,969.8331079759721,2244.1175922204866,1005.7260235998809,2644.5474333797983,182.76494467580955,967.1764197699927,1523.0523226750631,5367.278312226167,851.9815149566109,3130.9874539037964,977.313656927655,3538.5225763864732,747.8029099665949,4017.751227602237,203.24274481386524,1090.2491798095768,429.6436687300877,2096.325852948849,967.3106435438212,4811.37833395165,363.65694259457086,1400.8136364020372,328.1849150306214,1907.8271566063015,459.9064541702928,3410.3798862864614,662.2392947798626,2283.9541827081066,557.1823793637893,2909.594978000925,654.1871175671878,4101.6284035544895,10324.450651684127,3112.4804954036335,71295.65663637132,26162.157982470246,2440.2129876730123,11772.086980844042 -1852,2436.2469462261593,3270.1646282338356,486.4576482330221,1310.2156542972155,1167.9171256062975,2332.1194796533423,1239.097169538641,2748.251965775921,218.54758500862036,1005.103732810703,1819.0521875789527,5577.753299584552,1017.561127405402,3253.7674750699307,1167.0572760397793,3677.2838723743826,897.6268903073733,4175.305222317294,250.6714833351445,1133.0027262048138,525.6958286162114,2178.532165297772,1183.8993343102263,5000.053996942351,457.553077891016,1455.745804115711,400.108201333257,1982.6415920258328,550.4082869693617,3544.116134287306,791.2162919652487,2373.5182410200437,687.2064911898296,3023.6932100262293,806.8482606328312,4262.471597472798,12057.206959863941,3692.113254178669,86962.68629283781,32590.839411240722,2845.8907135833874,14737.589161266784 -1853,3306.5508856328356,3534.9618616465254,646.209773511994,1416.3086251025652,1456.2875022641026,2520.9597541974313,1608.9603587389029,2970.7880151770437,268.9344226288342,1086.4906713896285,2233.443246902409,6029.404457950295,1249.3676893013032,3517.236970803557,1432.5167738548496,3975.0470453568196,1112.33944417345,4513.3950120415175,326.0238302245992,1224.7461157448395,674.5135778913235,2354.935911240974,1519.7834001361414,5404.926722270392,615.3510613948893,1573.622885334757,508.7998657189838,2143.1833592153685,678.3536218923446,3831.096226711402,972.0838125388966,2565.7107252302667,893.7821304283317,3268.5327480087885,1049.3884539306553,4607.619568546215,14178.751087655799,4476.080087487072,110925.85118683364,43098.09436673778,3337.621290444448,19651.024138998713 -1854,3423.9191579197977,4054.3543289835543,669.5880152248797,1624.4070601335152,1528.5852125978827,2891.364742436844,1677.4623767701346,3407.286336100759,282.53267905681395,1246.1289058708558,2347.2228751089397,6915.305743609152,1313.014970860442,4034.0251173166207,1505.6043136813068,4559.101293598973,1167.0473191782921,5176.548806373823,340.27152579299684,1404.6982430421501,704.342963818694,2700.946991765137,1586.9650297861049,6199.073402186275,638.1429056743301,1804.8355278076058,531.1564281382142,2458.0816060609636,712.4756580712871,4393.999759953591,1021.4990596881445,2942.6909802392183,932.8416546663116,3748.7787464109965,1095.2481912826624,5284.617790853174,15007.521905716585,4715.6598205837545,115925.0095954346,44807.8850724835,3534.3135211888716,20414.938273068583 -1855,3365.3455616904175,4402.652042248646,659.0759428401668,1763.9551160129863,1528.1158792859994,3139.753424404494,1663.7656428574269,3699.996332072129,282.74179426667104,1353.1801927417691,2350.001671764618,7509.37941886976,1314.5694042500338,4380.576407511222,1507.5569074628634,4950.760341194485,1166.2327282368901,5621.250962516439,337.7823208997616,1525.371757535327,699.9730458026164,2932.9774421273455,1577.055611273393,6731.617653414863,628.8874404201354,1959.8836652289299,527.3999894915421,2669.248202006872,712.7847860840754,4771.475418047558,1022.5781470576013,3195.4889490640307,926.0175926000027,4070.8253558002325,1087.2360687558235,5738.603837133353,15155.874503248231,4735.704684865221,115277.54634354194,44274.86127324497,3571.193314453451,20152.495979204457 -1856,3205.7338498157383,4581.024657875717,623.2771905268947,1835.4214242455325,1423.1596482831596,3266.959941149579,1566.0233834722478,3849.900984365567,261.9830462531429,1408.0040325723671,2176.093828870774,7813.620507156122,1217.2869502951378,4558.054632968016,1395.915759420733,5151.339460990335,1082.7019202007032,5848.994883148454,318.5856437709257,1587.171906078584,656.50363496482,3051.8064690200204,1479.4169720912575,7004.347870728995,597.5377252307911,2039.287981612994,492.9869505059866,2777.392288566719,660.7399659334221,4964.790843057326,947.075484410449,3324.953580059678,873.3906206098395,4235.754075923258,1025.4468083850181,5971.102287307086,13862.460224698314,4371.406553737228,107947.18276423399,41886.82009992182,3263.861703915288,19117.383384009918 -1857,3008.5390654347875,4618.583628388453,583.6248902233083,1850.4697036808257,1328.4640031258677,3293.7451390604815,1466.3836196453176,3881.46560764262,244.09245839282022,1419.547996181094,2027.1655135583896,7877.682930771643,1133.9778152045433,4595.425276511871,1300.4203755289896,5193.574336671215,1009.3988018580683,5896.94970608695,298.4459506336662,1600.1848338122434,614.1208375082531,3076.8276635650964,1383.980064112666,7061.775218273473,561.0206876984608,2056.0077250958625,460.09819104863305,2800.16361220263,615.6866767833501,5005.49624126026,882.2998040232856,3352.2142570470805,818.178405521169,4270.482237048366,960.6222174053125,6020.058246177976,12873.07405601362,4069.999072890622,100881.8487327706,39256.74792574223,3030.289679906285,17932.678847160107 -1858,2867.0927774981974,4692.336969190495,554.214656701344,1880.019525375198,1251.6325603673763,3346.3423695757083,1389.3458518599166,3943.4480418270505,229.40937954408227,1442.2165057439995,1904.5990664601536,8003.480248882859,1065.4152676630408,4668.808805710229,1221.764027216058,5276.509601863525,949.6359530925547,5991.117047497047,282.9575763821219,1625.737900919008,580.8344316852684,3125.960977480915,1309.081492715358,7174.543451187873,534.0880322983436,2088.8397469106408,434.35403591865366,2844.8789270716434,578.7817157082267,5085.4281207862405,829.0323628986673,3405.745170511936,775.7176071007594,4338.676808622681,910.7690483945368,6116.191485976739,12016.418073357409,3817.4676746701552,95325.59754766563,37285.44543996934,2827.4508169510977,17054.13782852435 -1859,2755.2133610304727,4770.833914890327,532.7763040302627,1911.469907469871,1195.737527369718,3402.322504208483,1330.9167498837999,4009.417009708487,219.19289480256793,1466.3429893026425,1819.4969703475015,8137.368492338362,1017.8099348109868,4746.912154576915,1167.1064915830827,5364.779027188615,907.8151110227263,6091.340964203489,270.87297574707196,1652.9344685501287,556.0958964738826,3178.2544062606994,1253.320365831169,7294.564615781714,512.6734747294571,2123.783430892736,416.29290950649124,2892.470203684385,553.0656142815561,5170.500991229861,792.0245944865118,3462.7190399233777,742.5881266774123,4411.25746088439,871.8717678857831,6218.507742059114,11443.982622732912,3642.344465267979,91259.48524178748,35764.7589586618,2692.224908314306,16360.688808200459 -1860,2686.5659148049317,4696.950615764043,518.6832996247442,1881.8680170113275,1157.9099235806216,3349.632593851731,1293.72143857885,3947.3253583253318,212.1021082869719,1443.6345363082423,1760.2950212120807,8011.349510930569,984.6929068784272,4673.399318687119,1129.1132657863607,5281.697624506563,878.9725613142512,5997.0076936333735,263.128298150866,1627.3363752283574,540.089375797599,3129.034516156311,1217.253859167854,7181.597677691144,499.79492946024754,2090.893556857433,403.89817768501746,2847.676097436905,535.2458729807748,5090.428266380758,766.2968747784265,3409.0938014051303,721.356382860867,4342.942725909369,846.9436046798139,6122.205109055754,11028.688663968886,3519.60320738511,88566.57673666751,34806.77595240443,2593.878792942094,15930.36940908675 -1861,2648.6227479861486,4636.38839784884,511.3379513591813,1857.6033163028762,1141.458212347545,3306.4426189765713,1274.1603504964196,3896.4287664534118,209.09307338169606,1425.0203935313568,1735.3197282477113,7908.051619475751,970.7219568201289,4613.140769876074,1113.0395961644929,5213.595711443221,866.3565081557801,5919.682612641034,259.4092049240292,1606.3535912392852,531.903275118796,3088.688920527598,1198.849216529353,7088.99855985586,492.0002287253153,2063.9336925567745,398.17002876282714,2810.958321485404,527.6530021394096,5024.792569697984,755.424864527741,3365.137137053342,711.1606279516207,4286.945065879259,834.9727819069955,6043.265739607883,10871.884796353319,3469.2248325235337,87292.29964203901,34301.37452394465,2556.998999677514,15699.214867463883 -1862,2634.85994704182,4551.328380286648,507.5761454808425,1823.5233909062854,1129.0051186343455,3245.7820264841444,1264.5998232082864,3824.944181715401,206.39917590337134,1398.8767124375775,1712.6558645459825,7762.969078516193,958.0439991138204,4528.507257488591,1098.5390899337167,5117.946144426082,855.813079667898,5811.0790480157175,257.5535820740819,1576.8831386030697,527.3570346762681,3032.023276651403,1188.663234103055,6958.942514016502,489.701767211387,2026.0683928727506,394.0074788282595,2759.387973258523,520.919077816152,4932.60681916354,745.5971217422996,3303.3997243487147,706.0735073477224,4208.295998695624,829.0000001252369,5932.394896651211,10691.496399205082,3421.725324245172,86455.42799720631,34075.51179645795,2513.9725742021715,15609.712554834914 -1863,2678.966933080395,4470.492121718982,515.2806310950533,1791.135745802505,1136.3133482838964,3188.1336097529766,1279.2173888806537,3757.0092512851425,207.29762993353484,1374.0312277389392,1719.5915638729334,7625.090788212691,961.9237657717907,4448.076325460601,1102.9568757868549,5027.046173407037,860.5254309028179,5707.868325951105,260.6587120749856,1548.8760772635226,532.6346364814408,2978.1714344867783,1200.6475637359638,6835.344559876983,497.4219411266248,1990.0833408621281,397.5841832117185,2710.3784136185336,523.2954707568795,4844.99866459188,748.6815814744665,3244.7279582273277,714.586105048181,4133.552346940395,838.994630176228,5827.029480728179,10669.66297698073,3430.0558761513053,87255.04552019252,34545.82979017383,2507.8259419914084,15841.675630410069 -1864,2792.505195549324,4368.796984827173,535.526209881339,1750.3908367630145,1168.0719754159318,3115.609673898563,1323.90899219673,3671.5444837135747,212.79144710727834,1342.7746479275866,1764.4519238833534,7451.634571222066,987.018240146806,4346.891105018025,1131.6327471628824,4912.6904973770115,884.2731789962971,5578.025249403009,269.6538777630157,1513.6421118706485,550.2828094751484,2910.4237361414444,1240.4897165590535,6679.85355759062,517.5118801944245,1944.8127549255478,410.59862697332727,2648.7224938010177,537.3131379087141,4734.784220852552,768.3022471411368,3170.916609296524,739.2460151739679,4039.521944844546,867.9477990525924,5694.475716046137,10858.519117245098,3510.193977955245,90084.49468173907,35860.046654517595,2550.852367466751,16459.820833397476 -1865,2870.0727044545874,4363.59851318824,547.1733752314219,1748.3080306373092,1170.245438023156,3111.9023813454883,1343.5835962533313,3667.1756792266756,212.011121009923,1341.1768680469988,1756.5843128483875,7442.767802837836,982.6171706176343,4341.718699386579,1126.5041635478271,4906.844841854412,883.3671351140438,5571.387905951029,274.00851491487583,1511.8410152261074,556.2917726429655,2906.960596219367,1254.272393398573,6671.905138519659,530.6537665109718,1942.4986043745776,413.73862938811624,2645.570754589686,535.6354887514354,4729.150257641615,765.0514622734138,3167.143506513287,751.1840899709866,4034.715280598519,881.9642773728162,5687.699807114853,10634.720569377258,3479.655502676927,90887.8893347605,36592.28894381655,2495.5326775698823,16840.477514842893 -1866,2960.44797754945,4514.224276515056,561.4472534944737,1808.657357196397,1189.7164101583357,3219.321217008768,1376.0748672103132,3793.7618292282405,214.84589324031793,1387.4725547137002,1779.2439419330249,7699.682497940615,995.2927595179394,4491.589199907854,1140.9868645550246,5076.222764135019,896.2605433532534,5763.704993232854,280.83666190608716,1564.0278069895953,568.4834142393661,3007.3051071644386,1281.8991331789944,6902.2106538635435,546.6555626675624,2009.551137773535,421.6832528887914,2736.892427090215,542.9707529154769,4892.394393253902,775.0242330495522,3276.469194197962,769.903199431416,4173.98842112915,903.9423598012766,5884.031830427994,10667.886245136326,3515.690261367896,92769.4540536992,37590.4775149382,2501.6793097806453,17326.42223733116 -1867,3012.9200943046976,4690.972368967067,569.4505851714881,1879.472788198985,1195.740948047305,3345.36920426913,1391.956692478739,3942.3012294573746,215.32465223860171,1441.7970880894507,1782.4788136694965,8001.152719763033,997.1023171291242,4667.451047820877,1143.018058041114,5274.975115694075,899.3803550281956,5989.374743030151,284.2541686947301,1625.2651125584541,573.9438563851999,3125.0519023065813,1294.333049613556,7172.456989013317,555.7311646831275,2088.232281759682,424.9398838661425,2844.0515946688347,544.3336353317029,5083.949203906354,776.5248816317467,3404.7547300019864,779.272166406015,4337.4150579467805,914.9424519195763,6114.412808033725,10595.513585788134,3514.285327757241,93566.84645553389,38124.66201221799,2483.239413148355,17595.31121708258 -1868,2944.1637812748972,4426.370079343888,552.5814448215987,1773.4579230652944,1145.7443916451734,3156.667953982422,1346.8662163698518,3719.929011151516,205.23693653344378,1360.4700665950763,1697.8370272547297,7549.834067093116,949.7544773046667,4404.175518395949,1088.6740845560125,4977.431156034109,858.8024601883341,5651.533855093737,275.5870748483229,1533.589264524769,553.5739356070495,2948.7780248452923,1248.6344106520075,6767.882331086991,541.9095860003171,1970.441981677331,408.21167228643185,2683.6280183684835,519.0699484676865,4797.180386298125,739.793646441632,3212.70373794674,755.5116529572665,4092.7557708933614,887.0452635291219,5769.518934982993,9949.65954317135,3335.9005163267875,90116.63152796704,37050.11720108059,2329.5736078792743,17138.48252071145 -1869,2634.185718783907,4162.352614786093,490.50512191296286,1667.6773724211794,999.6587441804535,2968.383771972766,1190.8784961482188,3498.0482808342745,177.66622228412905,1279.3227944170462,1468.432297433035,7099.512920759718,821.4275732699999,4141.4818816255765,941.5526869176683,4680.544829253704,745.5948948251392,5314.439664472974,244.2920639122887,1442.1160388262754,487.361590311034,2772.8937486306845,1099.5667441523203,6364.201865728354,484.1051859282624,1852.9120221991575,357.3092075775816,2523.5590109142017,449.6175576999695,4511.045386306314,640.00204724567,3021.0772177815356,669.7175515662202,3848.637230799281,786.3145190332863,5425.38734778453,8438.747766941166,2872.7968104964198,79142.03442702991,32931.31178133945,1973.0689396550047,15280.883732922415 -1870,2259.2432111275994,3921.013489213864,424.9920692820861,1570.9830660889888,869.8631436756111,2796.272658333366,1027.6464160913065,3295.2264655207323,156.030302447534,1205.1458389538202,1290.3731980240402,6687.873062522252,721.8229444547294,3901.3528708507138,827.2710263172795,4409.160181955685,653.5445785606964,5006.300892910443,209.8703422762605,1358.5000994780164,422.0491073070603,2612.1174246301716,951.9284553362188,5995.196388445175,414.79057630853856,1745.4775473756456,312.55894064184287,2377.2394696863735,394.70368616699864,4249.488557824171,562.3006415815449,2845.910863197459,575.3516897957298,3625.487769452274,675.5196816608812,5110.815671719973,7511.622185974301,2527.8368804610054,68728.28240417772,28339.633215765698,1757.9368122782907,13106.456608337729 -1871,1814.6745893904006,3581.423216889455,353.86123274378633,1434.9237108488833,776.6520070734603,2554.093692066379,869.5172491751734,3009.8342178594926,143.12763210691207,1100.7708336734865,1187.7129910573137,6108.651225917871,664.39576525996,3563.4653610295136,761.6316417060444,4027.2926084237024,593.4970460340592,4572.716288257056,176.03707940360385,1240.8434221920195,363.27325116741247,2385.8877342673004,818.5864195414694,5475.965740606063,336.08435541644457,1594.3056125480819,274.55801877892355,2171.3520374926666,361.21682219842563,3881.449789133197,517.0567159194266,2599.4328422207996,482.5990657043172,3311.4923235493434,566.6189445800746,4668.179274132059,7423.222208774523,2367.4680334103623,59693.186395057375,23444.866554327222,1745.6435478567646,10708.07975515927 -1872,1400.6104146400833,3330.7918253111598,293.10808256085613,1334.5063893877523,700.9867395023196,2375.355794449265,725.53708107058,2799.203166247203,135.2977857641139,1023.7378473033361,1141.2926404142947,5681.162022687659,638.4286464178488,3314.090677226696,737.1155597930261,3745.4588541825965,587.6902811247721,4252.713267889643,156.1717575768483,1154.0080233013894,326.8709833412902,2218.9210490207697,736.1851837930019,5092.752467365721,272.4186419659765,1482.734594526632,244.02440358075083,2019.3987636665672,337.5690960017128,3609.8222536316425,519.4720177181167,2417.5220678985283,428.13902929614926,3079.750951756692,502.6774856252102,4341.495663522967,7510.36594565663,2268.922591669339,53791.27586521969,20226.047427523794,1780.9280151300923,9089.730883507604 -1873,1504.0271202490492,3185.8843795265398,312.944247044235,1276.4481490618593,738.4335281365535,2272.0149796953483,771.8376080999986,2677.4227001217914,142.10864069053764,979.1997181178193,1198.1323862580275,5434.000770657341,670.2242794717657,3169.909821645702,773.7819466022366,3582.5111515592757,618.08531097541,4067.697256795439,166.01188890118988,1103.8024374101303,346.6973718555908,2122.3859911501713,780.900283391505,4871.1902110723995,292.2135472814263,1418.22762617256,258.260101469965,1931.5440035342056,354.69058686436966,3452.7754761851484,545.3528544355953,2312.3467923604353,455.11538109443865,2945.765140731073,534.3503857006793,4152.6171383910805,7812.2251953977675,2375.3053879050294,56953.144867989264,21591.38528567405,1851.4598177095015,9721.920154474476 -1874,1514.796774249091,3131.3004084083123,317.99298920180246,1254.5786771657506,783.243895358787,2233.0883944027896,799.2566809723548,2631.5502371178286,151.56676897257628,962.4230235597254,1279.576381928005,5340.899670370059,715.783304452046,3115.5995437008983,826.6333528844248,3521.1317473084223,656.843551367521,3998.005126406322,172.19881627348505,1084.8909160909614,361.6715134021062,2086.023009371188,814.4628712034082,4787.731781914942,296.42606143447716,1393.9290369696525,269.56927169446533,1898.450730350775,377.94074411793025,3393.6188419767777,582.3969813155472,2272.7291994117904,472.076610964678,2895.2951486635516,554.2645439550663,4081.4700699652385,8543.826934580138,2557.338600255826,59560.33450540441,22118.307268313107,2027.789324158026,9917.174206095044 -1875,1696.0482544850051,3184.5197793031116,356.01438193692616,1275.901411885646,893.0656628327342,2271.04181438877,903.3380707282595,2676.275887752116,172.9178168523509,978.7803004632706,1460.4692944731114,5431.6732415375145,816.9731423719966,3168.55206375635,943.599717987138,3580.9766653898255,748.2630520599624,4065.9549523285436,195.07866238717853,1103.3296490495766,409.6746158862258,2121.4769159758375,922.5671586065814,4869.103748897844,332.58468869829755,1417.620161021601,304.81113683222316,1930.716671131397,431.04668796062987,3451.296559305262,664.7200566941123,2311.3563518504857,534.8008528990224,2944.503390055173,627.9089960274183,4150.838460448065,9827.02660418477,2927.548362592443,67531.36694431477,24910.941435462206,2333.4271353354675,11158.969638426624 -1876,2148.6746398072282,3305.969110944121,445.3876903015489,1324.560985212976,1076.2940706247887,2357.653463742903,1114.2331720171933,2778.3421144927684,206.8156323434365,1016.108444595779,1744.5441935833583,5638.823182688593,975.8820382134757,3289.392428107035,1126.8943454809073,3717.545835240866,897.9871596704651,4221.019937213271,240.666345211725,1145.4077825652378,501.42383784526083,2202.384547704688,1129.5007617033411,5054.7987475088385,418.81929336548484,1471.6845201742299,371.79208080413684,2004.3492014805654,516.0132077508513,3582.9200659786184,794.049145739659,2399.5054931875425,659.7777794265849,3056.7991186171557,774.644245302219,4309.140682355298,11476.477698882272,3472.668439734915,82403.67510760424,31045.105734339293,2721.35204952222,13977.19485571418 -1877,2919.4901842015825,3578.88896023211,592.4760098743678,1433.9083421681166,1343.9153660354834,2552.2863857106045,1449.6830933727376,3007.704424215406,254.59592292242493,1099.9919154489405,2142.5049678951013,6104.328673374045,1198.4976492096323,3560.94381155951,1383.4399231022253,4024.442849407275,1112.3507771721577,4569.480581111076,313.1535332534631,1239.9653869772526,643.732721500576,2384.199452400547,1450.7665180953043,5472.09088365867,564.047629053652,1593.1774633828593,473.1855137514569,2169.8155635762346,636.2909334714914,3878.703230189291,975.2650657899076,2597.593453355878,858.4986929011343,3309.149073126683,1007.9622151466235,4664.876016268716,13496.252464086623,4209.867552582852,105183.30102865669,41082.43281919359,3191.5640667182847,18652.77592453235 -1878,3022.674755259798,4044.3472669815646,613.7690737891825,1620.3976567000218,1410.359595475648,2884.2282013503655,1510.9634897218414,3398.8763840203146,267.4524758053149,1243.0531783414742,2251.559399172861,6898.237207481388,1259.5016988995126,4024.0682323995857,1453.9870025390967,4547.848402110864,1167.1364817689102,5163.7719149977065,326.8188779326916,1401.2311305819196,672.1442213594531,2694.2804446857513,1514.770725735524,6183.772689210329,584.8215943444459,1800.3807861731486,493.9079269110571,2452.014505595186,668.2415733398475,4383.154376332272,1024.8929392783525,2935.4277544078113,895.9617239685997,3739.5259139491427,1051.9475119130775,5271.574160820191,14285.0529619146,4435.210554601782,109911.67289606208,42707.862627694005,3379.64887359671,19375.3425135528 -1879,2970.4120731148805,4350.797271577274,603.9615597369109,1743.179118469304,1409.589312614762,3102.7731697250915,1498.0974452967112,3656.417493807518,267.6299435334297,1337.2423334927728,2254.1115412235317,7420.933376822131,1260.929343779694,4328.981645345122,1455.8288690326365,4892.449909282533,1166.4147491828462,5555.043441061113,324.4035237087698,1507.4058129372659,667.9062125414612,2898.4326106970293,1505.1602140504476,6652.332148606516,576.1975587194361,1936.8000063279403,490.3292894756523,2637.8095936290583,668.463296312509,4715.276617598961,1026.0380490709363,3157.852237135285,889.3401207486492,4022.8788650845117,1044.1730960582918,5671.014124593542,14426.170663324048,4454.078003872237,109283.12285079772,42194.43634621915,3414.9147748864148,19123.161305335874 -1880,2830.421148673346,4499.4736096152765,571.3672262752495,1802.747393362603,1313.3257660049808,3208.801771804741,1410.862181555488,3781.365343450789,248.0076859087665,1382.9388531885807,2087.4492034907607,7674.523036468562,1167.6999590279065,4476.91249532249,1348.0803187278182,5059.6357125141285,1082.7532399047764,5744.87152656039,306.0080459689106,1558.9171940050082,626.5269261483387,2997.478445221086,1412.1958393578323,6879.657009208155,547.6826289757456,2002.9847339717605,458.4394572856206,2727.949364880709,619.7445476059838,4876.408018714942,950.1976986287154,3265.763012419968,838.9096069016964,4160.349507979902,984.9626943786109,5864.8051841113975,13195.144418737884,4111.378845355526,102353.37026360421,39926.151333461625,3121.0322641388743,18144.913663786385 -1881,2656.539171548825,4503.827326934044,535.0656036557876,1804.4917424195844,1226.0835365222445,3211.9066274075262,1321.300775030968,3785.024214957267,231.07785182436868,1384.2769930152167,1944.6229549729567,7681.948950421197,1087.8042641944933,4481.24438237342,1255.8737030287323,5064.5314460019645,1009.4182599131509,5750.430298281116,286.6741233942366,1560.4256115166834,586.1057575026607,3000.3788231212266,1321.1548735480685,6886.313806084164,514.267286837192,2004.9228338656872,427.8780442071026,2730.588944846068,577.507847314851,4881.126460000849,885.1889981126708,3268.9229840566013,785.9063816576272,4164.375086809016,922.7316755445731,5870.480004349636,12253.41258105035,3827.8777382759035,95658.81160946068,37421.05013911127,2897.6815559707447,17021.42146659334 -1882,2532.0269601981263,4556.656816552971,508.1956170938282,1825.6582683215643,1155.4183127776048,3249.5820033738373,1252.232487862098,3829.4222086982018,217.18994037934897,1400.5144376869687,1827.115250209484,7772.05752094796,1022.0715307663874,4533.808976083017,1179.9401308827653,5123.937944526282,949.6008707073552,5817.882328675497,271.8145116546757,1578.7292636464479,554.3823495982851,3035.572996961109,1249.756698725945,6967.089647901094,489.6714727863332,2028.4403984501535,403.98349263681837,2762.6185076698057,542.9322811305452,4938.381634528781,831.7096599888381,3307.2671567602315,745.1693121349082,4213.222832170438,874.9023344235721,5939.340207002882,11438.045915290646,3590.341117471483,90398.99522116399,35545.276588732144,2703.7190988773677,16189.311140495012 -1883,2433.3508609096825,4624.431910558037,488.58546723153586,1852.812861203594,1103.8995540755839,3297.9158443064625,1199.702028117028,3886.380514014674,207.52319990926614,1421.345499031082,1745.5061477282825,7887.658047891639,976.4201465486323,4601.244234415131,1127.1649834741268,5200.1507009061015,907.7557416044054,5904.41671948237,260.2114760995456,1602.211068083309,530.787524044109,3080.723697027197,1196.5605618715358,7070.717192137667,470.07301853072005,2058.6111451671804,387.2094471042689,2803.709319770748,518.8275445129007,5011.834451580357,794.5654070530915,3356.4589988219427,713.3600243575224,4275.889735782165,837.5550904085803,6027.681145779616,10893.18931761096,3425.638373403142,86546.97488744225,34096.95375472499,2574.410794148451,15531.87116851496 -1884,2372.905583782454,4560.490687968474,475.71185182158456,1827.1943372710557,1069.0937681041894,3252.3161306203338,1166.3603482862143,3832.6442008154245,200.81665107686447,1401.6927999130075,1688.7489552901618,7778.596760212363,944.6706931134528,4537.62362382511,1090.4874674302691,5128.249113879429,878.8858347119177,5822.77736766058,252.7799939733117,1580.057571930435,515.5335368498452,3038.1270617088526,1162.1811419005567,6972.9516047974985,458.3140737903057,2030.1470838501643,375.7061868690793,2764.942914478328,502.1333433322858,4942.536680859831,768.73463336351,3310.0498190335184,692.986894201823,4216.767745740564,813.6350244014744,5944.337437991149,10497.913290399707,3310.1915056588027,83997.96049754466,33185.42805525687,2480.3683907092377,15124.370154873526 -1885,2339.394111255444,4514.614164094078,468.9753173692437,1808.813568539716,1053.905320674438,3219.5992655235314,1148.703786967968,3794.0894914187697,197.9677683955659,1387.5923888828022,1664.7890359667776,7700.347509332268,931.2677337669732,4491.977132525252,1074.962226676508,5076.661190779965,866.2716209882481,5764.202796808476,249.2072503310354,1564.1628900022765,507.7168171223455,3007.564844128265,1144.6033657135265,6902.806788666977,451.16054532261563,2009.7247000469256,370.37800026964925,2737.1288088685847,495.01036039383104,4892.816942885636,757.8278888954874,3276.7521785079157,683.1923512021039,4174.34892298743,802.135264017468,5884.540026473366,10348.65595732702,3262.8109671247253,82789.30870555014,32703.50185426608,2445.1024894195325,14904.847812801203 -1886,2327.4420757719167,4418.897273999243,465.57019407993397,1770.4638883125676,1042.5412911628146,3151.338719251718,1140.274532292023,3713.6488527151582,195.4232346287295,1358.173257290241,1643.0797317940367,7537.088083509177,919.1237479154172,4396.740182948918,1060.973180950144,4969.028023562428,855.7022416018112,5641.992670863599,247.43428856152562,1531.0001872793052,503.40173157071206,2943.79975963266,1134.9333294623511,6756.456475058439,449.10292171247346,1967.115389208096,366.5288652631934,2679.0973918191385,488.7130811223235,4789.081561620711,747.9504971297973,3207.2799009802548,678.3318428569661,4085.846188854168,796.4285473983108,5759.778562813352,10176.975168100407,3218.1172490034105,81999.92607950921,32489.86097978695,2403.958937914877,14820.745385223834 -1887,2366.7074960116406,4331.757860217701,472.7194625901833,1735.5508374352112,1049.4890201987107,3089.195204343949,1153.7355391865958,3640.416739825776,196.284128325105,1331.3904619194566,1649.7903005431629,7388.458822294776,922.8775785908199,4310.037700783006,1065.2633282241313,4871.040185830819,860.367019935232,5530.734159200154,250.4316900075317,1500.8092933646772,508.4757216438162,2885.748854748764,1146.457326245475,6623.221050025745,456.25676971254757,1928.3244259365945,369.896468194465,2626.2663433219427,490.9765472821445,4694.642217604475,751.0135237228465,3144.033241672467,686.5491067554814,4005.2744489784236,806.0764264109182,5646.197346425217,10156.239007405704,3225.930637414198,82765.52871992408,32941.00216706789,2398.081287699926,15042.435754010285 -1888,2467.379068654488,4241.564350178699,491.39601526836617,1699.4141402950015,1079.0614376942751,3024.8736592192113,1194.4010959698055,3564.6179592002304,201.50007704512518,1303.6689726608374,1692.9073819886169,7234.62034459928,946.9968789086744,4220.2964361097975,1092.9897486149707,4769.618032035955,884.050298843577,5415.57621570287,259.09096432316915,1469.5602571914246,525.3696543733537,2825.663359044778,1184.6048736861203,6485.315937703516,474.7779384628984,1888.1739018118635,382.05909327703347,2571.5836515729643,504.1750865194454,4596.892926520659,770.6525501639759,3078.5698887113003,710.2881832532391,3921.878799249116,833.9484457046863,5528.635291139562,10336.0708558523,3301.283690928346,85459.21020722252,34197.715517517,2439.224839204582,15631.403975445457 -1889,2536.7136349596854,4230.712540159693,502.2894289995551,1695.0662823181874,1081.6029426314974,3017.1346856775367,1212.8938550830057,3555.498079436541,200.78863962742238,1300.333607014813,1685.511206033825,7216.110964790878,942.8595258440196,4209.49903888379,1088.099387643346,4757.415225600942,883.022723412026,5401.72076064328,263.31280544567153,1465.8004677821584,531.2025489679286,2818.4340541425127,1197.982831001193,6468.723612170077,487.0280108529044,1883.3431123262706,385.08554081729153,2565.004395682699,502.69229206615455,4585.132027805492,767.3079463625276,3070.6935363081775,721.862202705132,3911.844887198429,847.5374871107442,5514.490580629324,10123.164976120504,3272.503769319002,86240.47648622093,34903.13015342244,2386.3259872700246,15996.70186985621 -1890,2617.049989815674,4418.24746346859,515.5020663411364,1770.203536915504,1099.9133426001665,3150.8753065588107,1242.656554688624,3713.1027508300017,203.48963253529195,1357.9735343208406,1707.3443403149838,7535.979734773408,955.0727811236816,4396.093630677102,1102.1257399219937,4968.297314850139,895.8431444411498,5641.163000920157,269.8963605855823,1530.7750496527801,542.9003551320297,2943.3668660926355,1224.4958926319816,6755.462920265204,501.8255563731086,1966.826119687748,392.53888733918234,2678.7034234623507,509.63050586072495,4788.377314511549,777.2604326700642,3206.808261988628,739.9107727580883,4085.245354366394,868.728290080204,5758.931572142995,10154.80836074626,3306.3573725335455,88037.00504458084,35859.34007637558,2392.2036374849754,16460.481032160787 -1891,2663.832696571766,4649.124660297686,522.9510615987509,1862.7061940887963,1105.7595156113941,3315.525490676206,1257.3754996378536,3907.1323432732074,203.95744345314787,1428.9349563698356,1710.5282228881301,7929.775213843168,956.8538158640698,4625.813170571812,1104.1207601345775,5227.91757527023,898.8994303400408,5935.9441129509405,273.19987195071235,1610.7662804206236,548.1640713355015,3097.173617955651,1236.483379548093,7108.472197180918,510.2534604706656,2069.6033644931495,395.6234234364597,2818.6800867567986,510.9574068672679,5038.595787079076,778.721551664489,3374.381243904648,748.9672255449478,4298.721399692914,879.3614596911739,6059.8667255268965,10085.982798211884,3305.0047694147684,88803.51160868593,36372.49998046051,2374.570686840123,16717.832621312547 -1892,2603.672020111584,4371.3962206466385,507.6083592047249,1751.4322398258669,1059.9686380197268,3117.4633201751003,1217.2254587215086,3673.728885957024,194.4245870317729,1343.5735378678803,1629.4270308209857,7456.067955414181,911.4865520784156,4349.477307833748,1051.6774615097181,4915.613325138311,858.2493029079178,5581.343921128998,264.90034776071246,1514.542660192919,528.7847247199719,2912.155306102483,1192.997978700854,6683.8277671261,497.7109482175922,1945.969830201033,380.1283380449907,2650.298363406683,487.31691376044233,4737.6012024580195,741.8182133887367,3172.803160688142,726.2143905544217,4041.925276967559,852.6473852871522,5697.863670511778,9471.289506833307,3137.187040139398,85543.9841327164,35352.83724768071,2227.6294314663533,16286.633534174507 -1893,2330.2795951413827,4103.479905511219,450.7605504177359,1644.0895858501747,925.3481800843342,2926.398670998185,1076.9400915892809,3448.571554923197,168.33240421219446,1261.2279317480638,1409.4103567176553,6999.096738168091,788.4112403983571,4082.904369975562,909.6172164786708,4614.342760259886,745.0020519401262,5239.271726943141,234.85489928502395,1421.7186131029346,465.6272416545753,2733.673677045846,1050.7752672964923,6274.1859922829735,444.79505782095987,1826.704259212586,332.82076697960633,2487.8655534546456,422.1995945035174,4447.240733473598,641.6739023137127,2978.3468157229545,643.8459178885566,3794.2017416029994,755.9386670875188,5348.650155722748,8033.14275161035,2701.597520138502,75143.66484512122,31429.094218218353,1886.7257189992065,14524.623311051238 -1894,1998.0907989147727,3830.3651124337193,390.465884036047,1534.6641232233746,804.8363277855735,2731.626724773102,928.8916003117052,3219.0454141052946,147.81810843122634,1177.2845438103516,1238.4244854752055,6533.2587417868135,692.7633106138738,3811.159020214388,799.1726418414265,4307.226532771004,653.0869997989641,4890.562181257526,201.73829407937342,1327.0934671845794,403.17056056822014,2551.728903868074,909.5589082938116,5856.595788731427,381.00041806457097,1705.1245348672614,291.0909329359792,2322.2810004697917,370.584523245749,4151.246294447059,563.8155090152305,2780.1173633996423,553.0579839732063,3541.671536164332,649.344670224625,4992.660723786646,7150.511945316001,2377.268057987801,65246.23808813225,27043.11111439076,1681.0079614759288,12456.143592816456 -1895,1602.7442674674617,3491.2946860125735,324.5894167649625,1398.813048090759,717.0282452085877,2489.818486862403,783.9065733924608,2934.090045833309,135.51496731976235,1073.069316130615,1139.4547922917113,5954.923579870662,637.400571016612,3473.7887497020233,735.5777189966474,3925.943523373709,593.4198227770388,4457.6413093397805,169.10986573440866,1209.6168991262703,346.7554743980201,2325.845526657599,781.5467610379153,5338.159980871918,308.18852103111493,1554.184014533613,255.41642831293635,2116.708741432921,338.87984074497507,3783.770920710942,518.6929801552724,2534.0166517863286,463.6083686533676,3228.156755520388,544.3219915096314,4550.701915448701,7065.987057980533,2226.649481106359,56615.9307778764,22353.12920819735,1669.2526610460275,10166.844486068338 -1896,1364.1005614042438,3248.980847795939,304.59194617033,1301.7282159256745,651.5159611412373,2317.012256431189,629.4702723860867,2730.449080340621,135.63388153591313,998.5927771819426,1125.433967316898,5541.621203905024,629.5574499858111,3232.6899136552083,718.4363044483222,3653.4628165511867,540.6258094464357,4148.258036885976,135.5834064065711,1125.6632544301392,267.2273092518667,2164.4198644465796,603.1826397102412,4967.664176217619,287.68379455099335,1446.3156368325328,252.08220928738857,1969.798249580654,342.3242002926389,3521.1577249806473,476.24441409493596,2358.1428410022572,371.69683499918585,3004.1060453557616,436.40877763329837,4234.8597574865025,7243.231438928632,2141.3872235574795,50670.63057484854,18865.300563163953,1599.703808937837,8307.429420994113 -1897,1462.518573380637,3111.5462136591127,324.38715890269435,1246.6640128779115,683.7135006538343,2219.00068090307,668.1019896582162,2614.9487779487445,141.84525694449587,956.3514592385696,1176.3377862164307,5307.205946209605,658.0325798926604,3095.94439979279,750.9104371636272,3498.9182534874076,566.4095162092331,3972.7832180696914,143.8366516840018,1078.0467479681745,282.83913162529757,2072.863075987672,638.4772791654764,4757.527785590311,307.90243453611106,1385.135263753604,265.8528066777803,1886.474119819123,358.1341591405761,3372.2097790427497,497.90698415898277,2258.391407005538,394.32279808270584,2877.029822197419,462.9738918938939,4055.7216127400484,7491.991433615724,2230.9158792210533,53485.32533200817,20095.541987688262,1653.5658900468547,8872.85932566455 -1898,1459.3368474520096,3043.706134188776,326.12213969998237,1219.4833830883929,714.2578674477459,2170.620495554588,682.7176589840144,2557.9358587357315,148.86310880001525,935.5004242413999,1235.9162391417185,5191.494576866676,691.3602205957087,3028.444481843412,789.1066883020277,3422.6324212748564,592.0929028817213,3886.165854635026,147.19420629137844,1054.542428239979,290.5652820531586,2027.6690836282396,655.8222013476048,4653.800879128191,309.5308666294286,1354.935588120406,273.62930584150484,1845.3439082074617,375.56414842056114,3298.6865324984283,522.8602422671203,2209.1523978422415,403.527408395833,2814.3028310572563,473.7810130665868,3967.2959691452234,8042.563891583245,2362.0172185535334,55135.28652400389,20347.68399790621,1777.4486765975967,8943.835273378645 -1899,1625.972375178645,3063.2653914516136,362.97168093415445,1227.3199442299758,807.9525775933557,2184.5691892920195,766.3815104820874,2574.3734921067285,168.38433068782447,941.5120734153134,1398.4696208742846,5224.8558060822625,782.2910930076206,3047.905665714365,892.9648459391036,3444.626708861258,668.7088296132191,3911.1388692316273,165.63481480492223,1061.319057040256,326.60438236336694,2040.699152728901,737.1953752959694,4683.706817688567,345.56938332029097,1363.6425830056678,307.0595048527875,1857.202331671414,424.71312024111245,3319.8843274477726,591.537062663901,2223.348702668406,454.08164657000447,2832.387912422331,533.136679320299,3992.7903365635193,9159.984204071141,2680.0028402171047,62045.294963237364,22777.08725034499,2025.21424969908,10003.644408457467 -1900,2064.6025253233856,3174.25279434949,454.7257499692682,1271.7878683984077,974.7025067797101,2263.7199091241473,947.8892396529468,2667.6474959770444,201.47790902147653,975.6246841335907,1671.2192781179215,5414.161368065635,934.8647523118432,3158.3365591848974,1066.9769653768851,3569.4314918343725,803.6077694716898,4052.8461945846066,205.0248990201611,1099.772481975502,401.25543455425765,2114.6372123202536,905.9512505333761,4853.405615932095,435.6664627568076,1413.0497121401863,374.9399109440029,1924.4919840872017,508.6244842534987,3440.1694782065138,707.3093216827414,2303.904471337406,562.068088430386,2935.010224963826,659.9234223211147,4137.456035790097,10686.277800837097,3178.168295563948,75854.98120119152,28452.032862078406,2359.1591525749914,12575.810013780456 -1901,2871.671651410887,3438.2702589072856,622.3632162678807,1377.568419042523,1270.6265304146598,2452.004091133804,1276.9110030650868,2889.5282262942865,259.8673261623403,1056.771956311621,2151.8528787132645,5864.482514399033,1203.7267848748797,3421.030195955271,1373.5807080585244,3866.317818614779,1042.6058419240635,4389.94038520537,276.2572115607422,1191.2457076739959,535.9977978605923,2290.521488534862,1210.5719260475785,5257.086081290733,601.0301121927432,1530.5796716183597,496.1731138424043,2084.560991541484,656.800832196009,3726.304478198325,911.4362345164503,2495.5309915026105,757.3488076771893,3179.128765057907,889.2022645314212,4481.587622988561,13301.113957532114,4048.5592780339957,100665.92206599968,38797.18625264649,2930.0972123305824,17280.5118700263 -1902,2983.249531182613,3918.7391555081504,647.7826918285881,1570.0718374619669,1342.9832352782257,2794.650716155736,1337.5637975965365,3293.315111571273,275.1737064725893,1204.4468095295724,2279.6502207599788,6683.993847322543,1275.215447124612,3899.089941035128,1455.257445394232,4406.602705006601,1102.0756042046437,5003.3970521322835,289.67680282752724,1357.7121188770936,562.5668375253806,2610.6022993396164,1270.5330737656404,5991.718951487583,625.7016925961314,1744.4651054573808,521.3056799455218,2375.860582348359,695.2665735115407,4247.023696357694,965.363915686813,2844.26012901421,794.1381149607756,3623.3848516591065,932.3965430666174,5107.851208481615,14221.75490686172,4302.678228094566,105826.63190767825,40510.66775344174,3134.7731205448526,18015.3913784353 -1903,2932.9638767725933,4267.881623093406,638.0065983564091,1709.9583504101615,1343.69219951198,3043.641835073676,1326.8536425406382,3586.735040523065,275.7046628605944,1311.7577364544377,2285.0861795217666,7279.508377014747,1278.2562726511933,4246.481749810246,1458.8732892336677,4799.2116746368765,1102.432361415971,5449.1777800061545,287.62798545486146,1478.6783125031363,559.1301020118739,2843.195511723762,1262.724468969258,6525.554824911122,616.9804319494308,1899.8892935357487,518.1057601141094,2587.5393375402405,696.3907868946089,4625.414876376691,967.4667114060439,3097.6712289856264,788.5213588023737,3946.2125464652568,925.8019168590581,5562.93834345484,14384.566385317818,4327.182307187943,105301.09106259268,40044.28696028272,3172.4765773211648,17782.43647248545 -1904,2798.262588969267,4437.871699893547,604.2977389644979,1778.066132439172,1254.7744181462535,3164.870340217004,1252.2845009777413,3729.5949928003606,256.10282175766076,1364.0051552105012,2121.3655067809873,7569.451795637284,1186.6724283441165,4415.619467893773,1354.3014905285265,4990.364671181411,1026.089157512139,5666.218980096768,271.97424374103394,1537.5741915605602,526.0016965661803,2956.440223287582,1188.1412991893083,6785.468211413664,586.9691106312591,1975.5620406832716,485.311552467471,2690.6012426155357,647.1427502293653,4809.645532122454,898.3914688487134,3221.0517293414887,745.6072116723276,4103.390517431821,875.4164717092765,5784.510636163588,13197.864895192977,4004.173875098089,98835.97010571283,37952.70826729191,2908.5523798869763,16907.35131134408 -1905,2627.605717469743,4468.477710964902,566.194023140744,1790.3286572292284,1172.481302897111,3186.6970317534915,1173.7220575143178,3755.316337030311,238.85365375980558,1373.41208711499,1978.1985795260691,7621.654910357098,1106.586160946492,4446.072015299434,1262.9458750834142,5024.7809785252975,957.5768206987544,5705.296351540769,255.00973408159138,1548.178151276444,492.5703904165634,2976.8294657724214,1112.6801021496585,6832.2645429091945,551.370312726462,1989.1866061908213,453.3086359745791,2709.157112858938,603.6163238007111,4842.815500602832,837.8159716144215,3243.2658787257524,699.0996432696037,4131.689761776723,820.8119952483075,5824.403812114807,12271.477075871058,3731.8866468423716,92446.37788262805,35592.350864019616,2703.8764716727073,15871.412749260531 -1906,2503.880606661126,4560.880575547496,537.4770939140783,1827.3505486143747,1104.2658444553035,3252.594179135097,1112.1435721213813,3832.9718630059538,224.3404555084854,1401.8126340821095,1857.3821849755545,7779.261771604016,1039.0025767660402,4538.01155644251,1185.7940970841992,5128.687540524375,900.3955958035344,5823.275171236202,241.78282018144816,1580.1926549431162,465.9327945351051,3038.3867986726787,1052.6024102645383,6973.547739600932,524.7331482158245,2030.320646123555,427.72024010589314,2765.179296256698,567.0687931023417,4942.959230491565,786.7658080140214,3310.3328033434723,662.8385537764893,4217.128247598845,778.2378965439792,5944.845634036523,11445.31083423361,3497.4395807021115,87326.55484402536,33797.77267252476,2520.745395902046,15095.828483718062 -1907,2401.6736950649997,4641.456911163529,515.3603173876362,1859.63405366441,1050.766995614808,3310.05723168812,1062.428381735676,3900.6883537415847,213.3832821343373,1426.5782299804491,1766.286367628381,7916.696724563401,988.0444111704294,4618.1838688160815,1127.5744778252736,5219.295229476076,857.0705298324273,5926.154026932993,230.83006106012877,1608.109661668819,444.7451314620825,3092.065484261105,1004.7437920507998,7096.748273750648,502.5973137566937,2066.189990887219,408.4347617825548,2814.031269318268,539.4513903663166,5030.285687585795,748.251303004326,3368.8159147831857,632.8119745084117,4291.63156672458,742.9837283051786,6049.872255334569,10836.957599487361,3320.4566779194847,83319.05661491603,32339.72437276109,2386.0901931295007,14452.225546037267 -1908,2338.8956229134224,4602.598325892636,500.824828801605,1844.0650739603925,1014.7018206422163,3282.345212886496,1030.8695444003981,3868.031531991396,205.81410586526232,1414.6348223702298,1703.2288402315328,7850.417614227304,952.7706080835958,4579.520127000137,1087.3048561376759,5175.598943458477,827.3255107373506,5876.539872155393,223.8275772306412,1594.64646086594,431.1003592512795,3066.1785068350396,973.9316024410233,7037.3338262571615,489.223766653117,2048.8917111695628,395.24302365662624,2790.4720127902674,520.400385003246,4988.17180199572,721.6157938078748,3340.6119643874185,613.6149271297041,4255.701742452006,720.4444995793579,5999.222323338755,10399.888672612262,3197.01135836464,80669.39140710804,31419.864147843007,2289.138447133268,14053.328382936275 -1909,2305.9421267539446,4526.44068675749,493.7543606302882,1813.551952349424,1000.3585873498756,3228.03335585702,1015.3089291845063,3804.0285213616044,202.91010834662828,1391.2273380142733,1679.1960202741118,7720.51940686884,939.3268687903585,4503.744355023213,1071.911747134083,5089.960056739482,815.5098863164455,5779.302752759338,220.675357863532,1568.2603847594153,424.56966930761683,3015.443487241037,959.2176815174041,6920.889441571537,481.60916589596206,2014.9893924100863,389.66224532496614,2744.2990153832884,513.0577586835709,4905.6342088489555,711.4337973965227,3285.335987111034,604.9732356939236,4185.284083855736,710.2983007391623,5899.955218881245,10253.05547927684,3151.5408162927333,79514.17658721868,30965.376236522647,2256.8211984678574,13850.002736772853 -1910,2292.63963400141,4402.197175507503,489.6678024775345,1763.772870287582,988.0748709641574,3139.4290359689685,1006.9070177836834,3699.614061282238,199.95236468457793,1353.04038685692,1654.3850063112154,7508.603575829819,925.4478149003445,4380.123821548105,1056.1119142146915,4950.248845804669,804.307694571123,5620.670194360809,218.9265729792264,1525.2141614151428,420.58942185005975,2932.674417069235,950.2789673921095,6730.922166023345,478.9840036096152,1959.6811768452772,385.0616850446606,2668.9724245392695,505.64908913410096,4770.982445754264,700.9861862114706,3195.1588022273813,600.1790073748502,4070.4047722415994,704.6694034136674,5738.010944485683,10060.071461530757,3102.2877962603116,78656.28393852287,30734.69932486595,2213.731533580643,13762.96386913661 -1911,2324.4832036050702,4328.833722284483,495.1248027455665,1734.3792599365288,988.2401393140724,3087.1098539685054,1014.2866469286014,3637.9592892883375,199.3608728113064,1330.4917114631169,1648.8231483073612,7383.471269110258,922.3365624912518,4307.128224967148,1052.534467426625,4867.752007257306,803.1995863735852,5527.000656526335,220.66269998990632,1499.7961773210595,422.8481681744264,2883.8008401172433,955.4764888212552,6618.75006791238,484.90126928578957,1927.0227173038897,386.3005753535228,2624.493491448626,504.29323162123234,4691.473115860018,698.757957262179,3141.91087307248,604.9385346070488,4002.570702525565,710.2575582375329,5642.3859007322935,9943.226781686415,3084.6164102651605,78958.67583052076,31039.288674748113,2186.8004930261336,13923.871411804952 -1912,2420.4027320331516,4239.030093521354,513.7010998180435,1698.3987716142344,1013.059318045427,3023.0663528634364,1048.123705374148,3562.488165556143,203.9522216884731,1302.8900544362912,1686.028269975167,7230.297792055453,943.1487666754178,4217.774886639792,1076.2004404782137,4766.7682730195265,822.8049250832812,5412.34050855689,227.92521197597267,1468.6822219766575,436.1438925490049,2823.975077178024,985.5742229514625,6481.441080756121,503.7523632794757,1887.0457526466405,397.9059419425338,2570.047177656532,516.0681467199416,4594.146367576752,714.6728663430893,3076.730499846378,624.8484394465078,3919.535548826455,733.6337519944763,5525.332033276218,10071.982581963017,3144.3270781817864,81336.19211900327,32171.001073664986,2213.731533580643,14452.768194393386 -1913,2509.2248022822123,4260.408817748762,530.7449375832381,1706.964315657435,1033.689249488268,3038.312600342972,1078.5294027580935,3580.454882086708,207.32013506368827,1309.4609271496029,1713.025168159345,7266.7623934308085,958.2505841715412,4239.046414363215,1093.3983999301072,4790.808542165196,837.9522717315668,5439.636595776018,234.70235839930214,1476.089235257673,447.77546746487883,2838.2172465111303,1011.9759436862395,6514.128968882571,521.3458409782465,1896.5627010665144,407.431038739525,2583.0087109908955,524.7671233780044,4617.316051699278,726.2788732258447,3092.247392019142,643.4277327585802,3939.302964426064,755.4476764623287,5553.197971285201,10128.129832101784,3185.4947233133016,83355.17350457104,33202.01871657411,2224.5039498024466,14946.329785897873 -1914,2585.276675476734,4372.370933291045,543.5859496699821,1751.8227656587612,1047.9225049508336,3118.158436966915,1102.8929899734983,3674.54803613617,209.35033130826906,1343.873121353327,1728.9097496123536,7457.730473142354,967.1362735003335,4350.4471331057,1103.5011309319584,4916.709384662815,847.4283685019234,5582.5884220202715,240.17608116928145,1514.8803655407914,456.82792405740406,2912.80464431299,1032.5569702699142,6685.318094497223,536.2247400485808,1946.4037330786011,414.1036382013977,2650.8893140311225,530.0924742358251,4738.657569706173,733.1849299066844,3173.5106168881375,658.4337389003886,4042.826525785179,773.0662090428352,5699.13415240942,10111.117034974543,3205.3187579700957,84877.2586988075,34050.55920759021,2219.117741691545,15360.804165424808 -1915,2626.454199821288,4481.408910900109,549.8673133545038,1795.5096381614044,1048.7250908767992,3195.9189232154135,1112.72248798512,3766.1837396481938,208.7319663632894,1377.386565100711,1722.9587946057618,7643.71099966938,963.8073637928522,4458.938376032326,1099.6685445888095,5039.322048586921,846.3032635493229,5721.806745590704,242.47758240626092,1552.6583797802923,459.9044071925016,2985.4440274833287,1039.625550125223,6852.036237998506,543.9082437933985,1994.943056457983,415.62405360784027,2716.997065198032,528.7035951080591,4856.8299859686085,730.8238935705427,3252.651473157146,664.7432184171277,4143.6463406914345,780.4741608576751,5841.258887840714,9971.120752801082,3185.086781317392,85298.77707500441,34447.781563353026,2186.8004930261336,15569.886224542699 -1916,2573.325726281987,4189.709579507326,535.2913204704716,1678.6381427513186,1010.5794243902907,2987.8934045398073,1081.5754787647327,3521.0391209356176,200.1410447779201,1287.7311134118404,1651.1121332176308,7146.174302551647,923.6169996781628,4168.701673943696,1053.7748666555763,4711.307600124001,812.8143307144101,5349.3686942475415,236.10047930074484,1451.5943125933627,445.87070676604674,2791.1185276144606,1008.0736436264322,6406.030432895167,531.7717996303105,1865.0902429108733,401.1351062331858,2540.14504319515,507.1390044086352,4540.69412607206,700.5287707966074,3040.9331767825533,647.2606288908261,3873.9323085333936,759.9478748992416,5461.045578599747,9438.911494643526,3042.6406146503973,82544.60955245681,33590.468953897966,2068.303914586294,15218.88135917726 -1917,2306.7123129196743,3938.948223301641,476.1329719564652,1578.1687500006135,885.2073703961516,2809.0628225860746,959.6467042922103,3310.298846827426,173.9244478950891,1210.6581816728863,1433.6494625926287,6718.463425273898,801.9703741438625,3919.1976771778973,914.9892429298269,4429.327701305293,708.3923243533994,5029.199736672327,209.97199973606993,1364.7138853038955,394.1225520284946,2624.0652619803013,891.2895941078328,6022.618444841192,475.82391868945257,1753.4613698629903,352.1698443971808,2388.112974169099,440.95630268686745,4268.925738416199,608.4923809338881,2858.928072832001,575.6303799176752,3642.0707675119543,675.8468913759086,5134.192566570268,8048.312548470958,2630.581797054288,72726.48642831131,29924.08185765076,1761.2900522648908,13605.546838313354 -1918,1977.0700375550039,3721.522072311016,412.34723195922317,1491.0553538669872,769.345787606446,2654.0052582868907,826.9596966714604,3127.5735363913577,152.61488740807226,1143.8310152102094,1258.7133724316923,6347.610710204653,704.1127280886531,3702.8617373249167,803.2210550922782,4184.833075081511,620.3572429057245,4751.592751427122,180.15124232523763,1289.3829922675884,340.7563949645393,2479.21938498059,770.3711869846555,5690.1757029943965,407.5533979769443,1656.6719898186661,307.8646486210275,2256.2914363705813,386.77917454257175,4033.2851461693067,534.1047703379168,2701.1179947107216,493.8778893979528,3441.0319663591335,579.8613970246639,4850.790078162244,7155.691385809079,2313.2027177154346,63106.176921027174,25738.381093598065,1567.386560272426,11658.57571946049 -1919,1568.996767476738,3437.685433841901,338.6338720344112,1377.3341045529476,670.7175495985105,2451.587022856753,685.5512971732113,2889.0367383056696,136.66270048975028,1056.5922069952762,1130.5725304883974,5863.485008062513,632.4319151439518,3420.4483033007164,721.5278387058504,3865.66018573522,550.128630369481,4389.193687889719,148.19431458591197,1191.0430853388043,286.6186482221545,2290.131887288181,647.4181496551842,5256.191888723044,326.45161571905794,1530.3193310141821,265.2384225817644,2084.2064226954144,345.6327685141242,3725.6706605819063,479.07031256737474,2495.1065196125683,406.26916786026067,3178.5880180985678,477.00010934013466,4480.825337136293,6854.802364256916,2112.8199537347855,53710.36986973334,20977.553183311058,1508.1382710525065,9372.327173225329 -1920,1416.5354913488234,3190.8879073759604,341.6353225572762,1278.4528495159045,654.074086844149,2275.583247991041,608.3004339516262,2681.627673513425,147.51507729761875,980.7375809138557,1218.941868621151,5442.535033345744,681.8649132472735,3174.888260968448,771.3452630385436,3588.1375937594007,546.4705174906193,4074.0856984596066,129.6923386300513,1105.5359925483306,264.16867881301914,2125.7192625903353,595.5499970065958,4878.840562741643,321.1672817795068,1420.4549955868345,277.42406366017764,1934.577551856352,373.37472116068443,3458.198164580217,466.75215865822634,2315.9784029886946,355.54669313940764,2950.3915540479593,417.44691677256327,4159.138949299676,7670.553316395455,2232.9977419919833,52698.51759519377,19472.51649604349,1620.099142583563,8420.22726031103 -1921,1500.9066383617821,3039.8722627732723,358.11447981685205,1217.9473141389014,670.380027467988,2167.8863683080917,634.6270716490615,2554.7138666185087,150.2724341464776,934.3220620153611,1240.6801950673653,5184.955337602272,694.0251338927058,3024.6298341013185,785.0928874358331,3418.3212519217086,558.5442081618125,3881.2708156499425,135.34801575470462,1053.2141199559921,274.39695712464936,2025.1150188804959,618.7154432038527,4647.938922231787,339.06732294892254,1353.2289027203954,286.32380125525725,1843.019501398939,380.5730390906212,3294.531486167379,475.49630133461216,2206.3697355689546,371.05152033564366,2810.7579174871303,435.65111451382114,3962.2987381569556,7678.629066053832,2260.771028899355,54494.04657897257,20423.835462524185,1620.099142583563,8874.879376789544 -1922,1525.6398751470367,2975.541152604687,369.11428248043427,1192.172578863044,726.3147473803731,2122.008606107199,666.0191454932808,2500.649891228729,164.22341402815616,914.5495287281842,1357.9825288032232,5075.229038531342,759.642984649593,2960.621290893898,859.462392034662,3345.98123825009,606.5176905891441,3799.13366025253,142.06189947412986,1030.9255407904366,290.2012766264769,1982.2586465983243,654.1696593945778,4549.577200088184,348.27577519368594,1324.5912791299882,304.7458060997651,1804.016714328149,415.46045023285,3224.8111658151174,519.6006760015832,2159.677571470576,389.4573813123154,2751.275425587248,457.26141229893756,3878.4468343231156,8665.693388514263,2501.2743290816898,57989.11856197795,21183.71816165177,1831.8768082807612,9130.98452555514 -1923,1713.6243601617502,2980.024834550844,415.2251629204771,1193.9689992095994,833.7885554933749,2125.2061460466025,756.0926450641023,2504.417985231108,188.79322883178457,915.9276139236235,1561.9276470851432,5082.8766265315135,873.7280152522519,2965.082490907808,988.6012478905735,3351.023116315527,695.6219954338319,3804.858369181056,161.58769191403775,1032.4789867009486,330.18031880024455,1985.2456048860922,744.2825581105214,4556.432711777823,392.411316559335,1326.5872340503474,346.7459902137244,1806.735089493459,477.45611586758224,3229.670459255329,597.3247339712839,2162.9318727354894,442.98661061196407,2755.4211736451475,520.1100118205434,3884.2910559817415,10062.327122860775,2887.6187329411887,66117.90042518146,23955.741469958688,2128.365540256838,10303.6980439808 -1924,2186.6850219567054,3012.5802772141587,523.2198520243652,1207.012578190847,1016.208470728707,2148.4230756618126,942.7607218934932,2531.7776351165276,228.38208760619403,925.9337147363141,1887.3886265462431,5138.404787458631,1055.7879052588596,2997.4746951289167,1194.510513105713,3387.631549796282,845.2188173917738,3846.424750455384,201.69473954090634,1043.7583592964077,409.2696190969632,2006.9335279910042,922.7986299158023,4606.209707653058,497.1506941507831,1341.0796081189415,427.17131552068196,1826.4728648072237,578.0088406863375,3264.953169063194,722.6190124292148,2186.5609390946324,552.9385808358525,2785.5229214533697,649.2044791540764,3926.725203944035,11905.130099712544,3464.753445421742,81553.92201967564,30118.82357531392,2514.8597801542237,13039.449373529937 -1925,3000.6155191567086,3042.276554803227,702.8124349895986,1218.9106115300942,1290.6566659329492,2169.6009903272475,1246.2986850916593,2556.734437766693,286.0520358890897,935.0610348711037,2359.2375070025923,5189.056216098561,1319.7358458625704,3027.022070608342,1492.9822507394344,3421.024866360535,1067.1827469317484,3884.340585588121,267.0672683055988,1054.047126771922,535.6050060210877,2026.7167203596214,1208.1754134711387,4651.61506436555,674.8870523056322,1354.2991968591848,551.5682849683765,1844.4771801154197,724.9590761882553,3297.1371929569805,905.1801805509785,2208.114794805596,732.1549221399296,2812.9809986810033,859.6221558087499,3965.4325945999103,14297.678559564078,4275.062822460235,105773.39008346132,40355.04055874288,3012.537294542638,17661.88072009586 -1926,3078.4297458867586,3097.4453509868385,719.5599246808615,1241.0143979157783,1329.747007488197,2208.9446438968575,1281.050154362756,2603.0983887592733,294.4418615132666,952.0174787455422,2428.6731390300342,5283.154822722362,1358.5775022429668,3081.9142412077,1536.9834644081068,3483.0619034909473,1097.8235991303445,3954.7794132928893,274.94970512695886,1073.1612704262823,550.5973733142798,2063.4693033852855,1242.0623342957379,4735.9676860906975,692.8220238985757,1378.85812666627,566.2172476371655,1877.92502214492,746.1716683440509,3356.9276447817697,931.7243675191653,2248.1568596442826,753.764327717149,2863.991737707864,884.9937312039431,4037.34194887802,14748.046303121277,4405.73081338659,108752.69303723764,41447.88775538058,3107.8372441063784,18142.763951588342 -1927,2986.1099260496426,3329.7521272014837,696.240525737626,1334.0898266473694,1295.160445036959,2374.6143332415936,1245.5303621138155,2798.329402171517,286.34321960683496,1023.4182901648334,2362.0818449037624,5679.388662560237,1321.3269424243947,3313.0561923374803,1494.9519128805186,3744.289718825361,1067.1724451064495,4251.385794370578,267.7525992064196,1153.647802662183,535.31420345466,2218.228418516919,1207.6588917252259,5091.162777769052,672.9943848279488,1482.271762732893,549.0177086956356,2018.7684135314098,725.6042744999285,3608.6954568907454,906.0933059407639,2416.767444596948,734.0337311587732,3078.789615410637,861.8280630700311,4340.140476807235,14369.538087998051,4290.249623373255,105692.42193099829,40254.8484739695,3028.4206194699286,17627.53673634834 -1928,2858.572296876338,3596.173883789234,662.0436910277997,1440.8336746826774,1216.5017317780396,2564.6131372704053,1181.3387853112056,3022.2307036369434,267.5755125563591,1105.3045351986061,2206.0739908860614,6133.810687389922,1234.0575782454416,3578.1420656148766,1396.207039816857,4043.879660044593,999.333498852707,4591.549754929519,254.46926382791335,1245.9540351766066,506.25991629256254,2395.7143962106525,1142.322717950931,5498.519385261452,642.4427676608757,1600.8720163498558,516.9748387436676,2180.295099702172,678.2956640849642,3897.436163672157,846.7278076677624,2610.139023998793,697.617964294074,3325.1312366985903,819.0723578619485,4687.405920448653,13273.793123833577,3994.448786598605,99724.3020317626,38310.446028722356,2795.4651872030113,16829.635588819823 -1929,2681.669464924762,3798.4594803010577,619.3905162403788,1521.8808956391906,1134.1462284741863,2708.8732078507996,1105.6302671689702,3192.2318661050313,248.87533036138925,1167.4781659670616,2051.513014211793,6478.838929595463,1147.5975839959788,3779.4133682650954,1298.4417197983516,4271.348808002538,930.3124113868184,4849.82546992664,238.28837724268936,1316.0392322156454,473.3115320825421,2530.473874303186,1068.0420210849659,5807.812347649427,602.7700243078582,1690.9214303190154,481.8491969394509,2302.9371935128147,630.9717299576466,4116.667831748357,787.5593149419208,2756.9599360321254,653.2586692253739,3512.1706228438834,766.9901663693882,4951.07356649471,12296.51491444478,3711.45705829457,93096.87519945813,35879.14784095264,2588.981963148243,15781.930024612499 -1930,2578.3820049778055,3909.121981085182,594.9829363496368,1566.2186453717923,1087.9005777223008,2787.7922235840206,1061.898072662682,3285.232821681358,238.56497379059607,1201.490916169293,1966.3876695649644,6667.59032258643,1099.9792461269117,3889.5209887354913,1244.5674915502896,4395.788240163438,892.0101425458618,4991.117964331789,228.91265564555815,1354.380089429544,454.42567168283813,2604.195489224056,1025.4477240635144,5977.014373315069,579.4049760778372,1740.183926096314,462.3030378247734,2370.029863660951,604.8603879861244,4236.600862368107,754.9350091842657,2837.2798874927566,627.5554793155629,3614.492521055533,736.8120840355914,5095.3157744940045,11769.555455211379,3556.083199686776,89351.11756443059,34473.05743462477,2477.798688657215,15169.57786851165 -1931,2470.109098678919,3966.9549985535295,569.4871755113884,1589.3898717278173,1032.2602564987778,2829.0358678460248,1012.5460143911865,3333.8357888139267,226.16823695766212,1219.2662236370813,1863.7163801451356,6766.233155801597,1042.5458675094153,3947.064021767834,1179.5305395489265,4460.8211808878805,846.5665797960942,5064.958436390339,218.16627224678538,1374.4172966975086,432.8669642259256,2642.7229345041023,976.8178638067009,6065.440566801242,554.1297951583689,1765.928860095055,440.33895796247725,2405.092974806835,573.5322941567449,4299.278725291109,715.7149202781026,2879.255670824646,598.0946713680645,3667.966679733842,702.2221871792318,5170.697788055846,11094.537618410366,3363.6307547011706,85051.04505603606,32931.49899743191,2334.8487643116055,14503.927597630212 -1932,2331.4817360399306,3888.65299034006,530.1413671334215,1558.0175927794007,930.8132710541125,2773.194752975538,936.301458884017,3268.0306467305777,201.7950710740708,1195.1996552256808,1660.589971483581,6632.67740729096,928.9188155672945,3869.154632938304,1050.9569350014135,4372.770961797403,759.3972931766011,4964.983413423925,202.03579260551905,1347.2882683888981,397.76990230795974,2590.559370007173,897.8787462740274,5945.717459971657,520.3829800343743,1731.0719544437468,400.4762861772253,2357.6198852617936,512.2032800309807,4214.417122832173,638.6281799321636,2822.4232889932928,553.873565049947,3595.5662725731922,650.3022429216378,5068.635621780366,9603.85605969927,2971.414942432924,77672.78377735587,30677.835326783883,2017.1822657658092,13600.13999074973 -1933,2293.983068629279,3764.0195915110517,521.199933176333,1508.08229937424,913.5260349118939,2684.3123845727227,919.1930099093821,3163.288524460682,197.92699923863572,1156.8928698992252,1628.6317953074345,6420.096564860287,911.041704618157,3745.1461668457987,1030.675926156875,4232.6213242176445,744.9156051565644,4805.853051449774,198.5923357867628,1304.1069620319445,390.331758386367,2507.5305628715446,881.1449420312739,5755.154049620032,511.055817823666,1675.5901766055467,393.21773005539774,2282.0569126394053,502.41190988446874,4079.342810105747,626.3891401343642,2731.963119799687,544.4334570388679,3480.3264591007746,639.218624203576,4906.183151339431,9403.268220354446,2912.467834377365,76266.46516238329,30150.78232392352,1974.8267326263697,13371.30371624489 -1934,2307.459592720177,3645.55938326853,525.0911617245685,1460.6203404530813,925.3186415640807,2599.8324300098902,928.1472349301717,3063.734362154008,200.65355648298186,1120.4834498761127,1651.4076442868975,6218.045019292976,923.7823058628103,3627.279937928235,1045.1480084196776,4099.413408772849,754.7248208872913,4654.604541866658,200.46075918032798,1263.0644598512347,394.45741039289226,2428.614238067559,890.419564319262,5574.02939534795,515.0471888037969,1622.8564550017936,397.50067962349993,2210.236633674272,509.2615783475681,3950.9588346695923,635.0116295460285,2645.983514164202,549.5556698540857,3370.7945645200857,645.2326077056731,4751.777079943213,9576.87913170171,2957.913501125257,77084.30142278713,30395.5314426335,2011.887824123379,13470.380972277135 -1935,2367.922609366679,3611.4444028954254,539.6386908831149,1446.9519211493644,949.5891692063884,2575.5033153258146,952.4722278449999,3035.0640741008256,205.92731668504874,1109.9980162616312,1694.8137346235235,6159.856834301165,948.0632751064599,3593.336015780619,1072.617565352163,4061.0512828880305,774.7488078491905,4611.046962385405,205.70769305788224,1251.244759572712,404.801164213118,2405.887375505459,913.7671759607924,5521.867879533905,528.5368275958726,1607.6698374514538,408.18536280663653,2189.5533388899994,522.6459779741072,3913.9859399971565,651.7015429008849,2621.2225197150215,563.9399427339741,3339.2508209349057,662.121164060127,4707.310164231009,9828.931311739587,3035.664317686155,79110.60324255344,31193.921188330332,2064.832240547679,13823.412890848627 -1936,2480.3126790478846,3588.701078444589,564.2866308593673,1437.8396399299506,985.5846298111207,2559.283902539701,993.2882758105277,3015.9505452005856,213.60944047151418,1103.0077258937708,1757.572585101071,6121.064703805983,983.1700010611423,3570.7067301678453,1112.2748065170645,4035.4765275729114,804.3241946877401,4582.008570699382,214.37401174413534,1243.3649579311427,421.7699018634788,2390.73613099802,952.0783812763615,5487.0935292328995,552.6980488491032,1597.5454238806212,425.2152185331282,2175.764473152827,542.2409772370139,3889.3373389947437,676.0220180587563,2604.715187032308,587.6983311101675,3318.221654659397,690.0158574056175,4677.665548279012,10135.239854809148,3141.3199494409346,82375.32942689607,32587.0722802291,2128.365540256838,14451.192180966085 -1937,2596.245185586413,3676.3603381293947,590.6022402134347,1472.960970914797,1027.0225479024919,2621.798145803759,1037.6080420674466,3089.6195374792223,222.33475438905006,1129.9502988651525,1829.1044079651188,6270.580639708615,1023.1842473900398,3657.926451642594,1157.540940033174,4134.048929439208,837.8320689106664,4693.93081509847,223.99497928952604,1273.7359610734588,440.30752391316275,2449.133349034312,993.9574984546327,5621.123794245197,578.2211555645442,1636.5678016460383,443.68666463861655,2228.910694806859,564.4443524288492,3984.340077965837,703.6403847908821,2668.339155703442,614.0738536097872,3399.274059794127,720.9833245714971,4791.924353917118,10515.687990072016,3266.3153326925217,85948.39486393779,34068.26857685152,2207.7821648932872,15117.5145987365 -1938,2649.3791418065834,3841.606810031747,596.6890555859138,1539.1681925435073,1018.0727941113056,2739.6437468295394,1045.1997284419558,3228.492956059512,218.73464599146817,1180.739743625478,1797.7955452821473,6552.433132986866,1005.6703564599137,3822.344350057794,1137.7104808382596,4319.867765850961,827.0919284693243,4904.915439892737,225.9955582764687,1330.9883396065266,441.7034970202981,2559.2179457341654,997.3255058338261,5873.784249068298,588.0441693671979,1710.1288866262446,441.937583774612,2329.0966381384264,555.6590890307306,4163.42974279396,692.2785192098614,2788.276700112718,619.5583660388571,3552.0659500732986,727.4226835859215,5007.313630342255,10126.653024417312,3191.6816384165686,85887.23836420028,34481.13210150403,2123.0710986144077,15365.806908695355 -1939,2716.164681748871,3919.973791104188,611.0670205720611,1570.566503348606,1039.9394554233563,2795.5311971256947,1069.8185072320994,3294.352701445046,223.21588486690635,1204.8262818153173,1834.4048747273832,6686.09970239483,1026.1492799334785,3900.3183859614983,1160.8759904047688,4407.991046598449,844.4327190947922,5004.973419391377,231.36511512815264,1358.13987883881,451.87313166551394,2611.424794126321,1020.3155275537663,5993.606698848506,602.6128374019837,1745.0147155819066,451.7359654453729,2376.609119551216,567.0895052674263,4248.361761083274,706.4654630519533,2845.1562398958786,634.2788052136495,3624.526433106219,744.7059323564165,5109.460485004241,10305.375926175639,3254.2147712990836,87822.1140523056,35314.523790729,2160.132190111418,15745.440247289505 -1940,2673.2791917704944,3671.226845652584,598.4275208768402,1470.9041991711777,1012.3612410262192,2618.1371931714475,1047.4686588854768,3085.3053415916866,216.48241641380307,1128.3724907003125,1778.3933683555322,6261.8247029726745,994.8169564517249,3652.8186993568675,1125.4232307583889,4128.276342661481,819.9724756180032,4687.3764362265,226.9020631154915,1271.9573775364215,441.646061236706,2445.7134972065196,997.3529965590988,5613.274727762322,592.0948953303014,1634.2825772053307,439.90526867857614,2225.798351284761,550.1243351307428,3978.7765374164624,685.1670717023126,2664.613215446902,622.0435151327353,3394.527477248453,730.3404939522602,4785.233141588134,9907.160101337568,3147.9407253109885,85718.36423727468,34644.77818953917,2075.421123832539,15475.894697608057 -1941,2443.8458551914814,3478.298506915245,546.931680391619,1393.6060327764974,928.5988984642416,2480.550255479718,959.2075907648587,2923.1680346160633,198.37810662542478,1069.0748664291466,1629.8104429522882,5932.756658910091,911.7010293118085,3460.857735623411,1031.4517677465753,3911.329384567215,751.279251013628,4441.047950709835,208.01119463244675,1205.1141575149186,404.45473768733143,2317.1876768524066,913.4015986860037,5318.28893319452,541.7680347278928,1548.3986381561886,402.3652660320904,2108.8293934045937,504.08773288430064,3769.686012683603,627.8642308654735,2524.5838948282385,570.2549061013481,3216.1400949053227,669.5355544569695,4533.762143120495,9097.213723092962,2888.1104100363755,78490.16256746175,31702.012328192817,1905.99899127478,14163.625099151039 -1942,2068.1147007932104,3366.4663496972034,465.42216481419763,1348.799651539342,783.2856163166076,2400.7970986973005,809.8102373722058,2829.184097765326,168.18174869295896,1034.7026156569175,1381.6899414990708,5742.010242495123,772.9046941021178,3349.5863235723627,874.2675475990065,3785.574679559338,636.9086302914656,4298.262053625602,174.97862995198776,1166.3680534468067,341.75256990811795,2242.686855239116,771.666161294879,5147.298512756039,457.4045434343083,1498.6154583646264,342.5321389434056,2041.0275817428333,427.36517037768147,3648.485339999832,532.2938276216883,2443.4149950126352,479.6973661409311,3112.736696946913,563.2120628413073,4387.995355200872,7707.5745857882,2443.7481313605904,66432.99309158168,26801.64051937611,1614.8047009411332,11954.729730806224 -1943,1654.0568201289934,3136.628844674634,386.7952401675623,1256.7135545810293,694.2536247736142,2236.8883712924826,678.4954790589505,2636.0282641006293,153.5889381509349,964.0607488091164,1265.9121729079234,5349.988112801825,708.1396711189735,3120.901262295324,800.9854188782606,3527.1235474086216,574.5440606522416,4004.808407066101,145.24783387765984,1086.7370411343393,290.84394119139125,2089.5727296808927,656.1005661204539,4795.8789157995325,370.1566814791497,1396.3010425470552,299.8108478717316,1901.6812647620575,389.42266208062443,3399.3936573420187,486.0307436175626,2276.5966318233072,398.1915012587937,2900.2219821383655,467.51613133509403,4088.4153803169092,7570.079894906429,2282.1747924068827,57358.51347626009,22080.206940268792,1593.6269343714132,9684.621535643095 -1944,1765.2912907263624,2895.1597607781637,440.7713311020098,1159.9671794846683,933.2849437214095,2064.6845778115576,841.7274951285398,2433.0972315883623,207.67235444372346,889.8438499143955,1711.222956256477,4938.126591267783,957.2424433451107,2880.642944829025,1080.2540425557331,3255.592762620862,755.5548557054365,3696.50370634355,180.9608118229666,1003.0760755710739,388.6246989692902,1928.7098294918108,874.4761709487061,4426.6747333401845,395.61437833353517,1288.808715503019,382.12801993068115,1755.2829321557629,526.6459757767337,3137.6959835367534,672.7825046557539,2101.335952185839,496.09729388108985,2676.952357390653,582.4671969840902,3773.6743110477564,11157.201359298,3230.073227138368,72303.84477618027,25887.96514195798,2436.943177668001,11157.71777247306 -1945,1789.8200695672424,2747.7830374983196,437.3692142638244,1100.919604860094,887.8978582222844,1959.5827966226295,826.6034964676286,2309.2415804182274,195.39958393098343,844.54677422008,1607.8232592819852,4686.753618341928,899.4016002152739,2734.0051931237463,1020.6046131805144,3089.868369725985,736.3706864114422,3508.3349526833777,177.92845284980487,952.0149675725515,377.96591115329255,1830.5297778487438,850.8162314834756,4201.336972687554,397.9170824295762,1223.202524093987,367.8086437217777,1665.9310937962027,495.9988745291418,2977.973069807915,632.935970438634,1994.3684503095205,487.7841952300224,2540.683377642728,572.7067985113257,3581.577224654825,10421.170313550518,3016.423914630511,70180.95052798548,25741.666371025345,2252.436980096009,11185.02796903313 -1946,1851.716738416737,2691.574549508181,460.4785894132735,1078.3992582594303,984.7503645650756,1919.4976863404415,886.6817480949179,2262.0038706471382,218.71064026798547,827.2707751444474,1802.3721521822017,4590.881662341664,1008.2304684285035,2678.0785439067167,1143.6452960179588,3026.6622043261964,819.3626960248612,3436.5686595073253,190.9088121326129,932.5406054628149,409.40615267423016,1793.0845685182871,921.2837692472466,4115.3946710032,416.3124039057741,1198.180765299071,400.89697813782277,1631.8529054530302,554.597921997813,2917.0558280734112,708.549948742322,1953.5717667441418,523.3693644660286,2488.7113080978943,614.487300107993,3508.312691876775,11974.189849638875,3415.51807411511,76446.45446284661,27309.27724041811,2597.6293820005794,11772.434196540213 -1947,2126.612005909448,2681.697445830433,532.6248512797445,1074.4419235901075,1170.2861554749416,1912.4538250954888,1036.47305493226,2253.703135765419,260.89870646350056,824.2349910465609,2151.538873161538,4574.034789510478,1203.551133046192,2668.250965681119,1365.0642446745821,3015.55545032783,972.8328189284382,3423.957697291229,223.42972274875567,929.1185192175913,480.77315295984704,1786.504597627471,1081.7531258177546,4100.292663203423,480.48726470634693,1193.7838758851385,471.83742386105615,1625.8645963657195,661.2626879264693,2906.3512897752153,845.2828632860109,1946.4028659661271,612.524223955721,2479.578639036746,719.163906380549,3495.4384550483883,14490.481238021117,4096.4068051680615,90013.73151156644,31708.49981124707,3145.402074892631,13610.418053864452 -1948,2735.479106766106,2704.0508827022463,679.085172257397,1083.397993466202,1457.9948998103382,1928.3951893668382,1310.7233409660237,2272.4890024751294,323.6625239000963,831.1054472453189,2667.3836027626667,4612.1619086140045,1492.1099485674079,2690.492318676493,1686.6891498754856,3040.6917789980025,1184.44755117932,3452.4982854016293,282.5845506776966,936.8632378464788,605.2474264186656,1801.3961051710835,1362.0433948258744,4134.470878700994,614.7967916455086,1203.73472718258,592.3573530314276,1639.4170803245215,820.7070099995974,2930.577341145893,1048.5636132717555,1962.627214338886,774.6949710910662,2500.2473034539735,909.5683727660906,3524.574874955011,17596.157222660506,5048.788952248618,112633.33474930133,40177.53758378141,3830.0656663862137,17310.06521676246 -1949,3268.2130609759038,2703.920918074856,762.3547703096673,1083.345922176628,1430.5084423946885,1928.302505030219,1420.2937276184275,2272.379779979227,305.81597504127126,831.0655018765153,2508.284430677124,4611.940234566467,1403.1113293842493,2690.3630057135124,1591.3847124165673,3040.545634420401,1162.0897946867747,3452.3323481938282,308.0315721094637,936.8182094476416,636.2283105919503,1801.3095247834551,1433.6068920746106,4134.272163887363,715.5708811038168,1203.676872156147,602.4088286624179,1639.3382851245701,777.9723299573905,2930.4364889915873,990.284835759926,1962.5328847106052,844.4570280936839,2500.1271342251857,991.4759144909577,3524.4054735346226,15222.27894345532,4615.257575241458,116447.6318667436,45137.03592330616,3276.944946163519,19985.108038032064 -1950,3308.660221708524,2645.4380963790045,766.572927787954,1059.9143469489425,1433.1491753282187,1886.5954525704014,1430.6665789249294,2223.230716258679,305.03257800836224,813.0904733766351,2501.0676061767927,4512.189063366493,1399.074303879985,2632.173426680897,1585.8403220975292,2974.7819920715287,1154.1295083254813,3377.662214239618,310.9921229267211,916.5558667369822,639.4661868344975,1762.3491901624434,1441.1366966399175,4044.852425245416,723.6030816749015,1177.6426714429663,602.8303605659296,1603.8812094433836,776.1452449107471,2867.0543857906064,987.7176683158899,1920.0854669619778,852.5732673724715,2446.0521468871852,1001.0051806270087,3448.176477518215,15066.31093994476,4593.912353996792,116776.7200782023,45491.37466361759,3242.990857255086,20183.008550758314 -1951,3168.3188517490057,2793.2696800968424,728.7462532767285,1119.1441647735178,1358.2931646488723,1992.021617699762,1363.9642092679776,2347.468632921529,287.6107787280651,858.5273530184916,2357.450104748747,4764.3378685813295,1318.7359894181157,2779.263758077749,1500.5982965715652,3141.0178732683626,1112.8642974287118,3566.4117280076416,297.1881269186882,967.7745686718589,608.2258334168706,1860.8322626645631,1370.9649888397978,4270.885663652102,692.7386886573721,1243.4513484297431,570.0372755560439,1693.5088214490615,731.9774094921994,3027.2702649815574,931.2750407206003,2027.3831111000575,814.7301288755577,2582.7417043656624,956.5736002147571,3640.866448343026,14317.755578151735,4332.9752143185115,111187.14110192962,43497.94290430773,3061.613901582823,19336.78011935172 -1952,3081.8260543004467,3044.3559447194298,707.9868688186708,1219.743734485457,1318.3608283228148,2171.083908247496,1324.954212363051,2558.4819606208885,278.80390572430133,935.7001472108005,2285.100853727475,5192.602925602445,1278.2644812674205,3029.091034115229,1453.0746425623431,3423.3631299871463,1075.1958937740853,3886.995524578469,288.998523126465,1054.7675658665044,590.5022282315109,2028.101977168264,1331.0942863466682,4654.794433921426,673.3950602310671,1355.2248576407546,553.1233791518838,1845.7378765642495,709.597663497955,3299.3907796075914,902.7524210371448,2209.624036833868,792.278636542207,2814.9036655450304,930.2133318383464,3968.1429598155823,13788.796270034463,4196.8077503449795,107871.2887917841,42287.82789044129,2954.030422541968,18813.541282490256 -1953,2899.0539268978687,3271.659186781505,664.7974070579096,1310.8144602375994,1235.9218926518724,2333.1853248014454,1245.1125806449813,2749.507995344321,260.9094344165548,1005.5630938967465,2138.1980570101377,5580.302492000956,1196.088402720904,3255.2545396507194,1362.8840511434807,3678.964496033575,1021.812623573286,4177.213455944208,271.6709124173519,1133.5205407803744,554.4950743115464,2179.527816660675,1249.9774182801045,5002.3391642930765,633.8212680694862,1456.4111214871946,518.1357103572017,1983.5477158071078,664.1034545158005,3545.7358964903156,844.8019156984365,2374.603006583385,744.7756401994097,3025.0751241028347,874.4401247086045,4264.419668620409,12953.769488120552,3930.0235558287923,101415.38937577615,39840.601981205546,2767.469526038049,17742.063205694463 -1954,2804.641235687884,3437.555469214511,643.9965972331798,1377.2820332633735,1201.3095723314598,2451.4943385201336,1207.2170765576438,2888.927515809767,253.86849699646646,1056.5522616264727,2080.7806618509785,5863.263334014975,1163.9696379324146,3420.3189903377356,1327.5663316567573,3865.514041157618,999.3249031016974,4389.0277506819175,263.3659671818705,1190.9980569399672,538.013141277599,2290.0453069005525,1212.784232840577,5255.993173909413,613.5377215438612,1530.261475987749,503.1335585888099,2084.1276274954625,646.1223030460299,3725.5298084276005,822.0148943603089,2495.0121899842875,722.0079436155571,3178.46784886978,847.7086013269035,4480.655935715904,12681.082431540523,3829.629847798805,98534.0373113285,38625.33984834852,2706.426802999854,17190.422220265315 -1955,2691.3572272654,3596.303848416624,617.7819219011317,1440.8857459722515,1143.4279840511326,2564.7058216070245,1153.8196021077401,3022.3399261328454,241.5225580347248,1105.3444805674096,1979.150492858529,6134.03236143746,1107.1186525431513,3578.2713785778574,1262.8490546927092,4044.0258046221948,952.4175127415829,4591.715692137321,251.544228911543,1245.9990635754436,513.7356805567557,2395.800976598281,1158.0686963634307,5498.718100075083,587.8857747994568,1600.929871376289,480.6760722687566,2180.373894902124,614.7926001415921,3897.5770158264627,782.0224263005629,2610.233353627074,689.5990905285282,3325.251405927378,809.6574084502183,4687.5753218690415,12011.144121192823,3636.274927573893,94063.03263669842,36978.90503582524,2562.063478640443,16466.638160357543 -1956,2615.7517519793623,3536.586384821586,598.5593012965928,1416.9595023325235,1098.505865484597,2522.118283682154,1115.880368616431,2972.153267241347,231.55558933421767,1086.9899778444756,1896.8396223548827,6032.175324414237,1061.074705723305,3518.853348347327,1212.6103756596176,3976.873813593614,923.9389810463821,4515.469182876234,243.13076389903745,1225.3089587192374,496.0266360389072,2356.018142991505,1118.1920236819287,5407.410604434751,570.8898444087547,1574.346057732674,463.03764385575556,2144.168278196595,589.5552238220679,3832.8568410687176,749.726067315463,2566.8898204218895,666.5338910368805,3270.0348313141826,782.5765872857329,4609.737041114216,11506.472696887935,3480.4632302131713,90829.81383747583,35862.86505804533,2446.5400018531172,15989.094027576382 -1957,2617.150558857784,3393.043539260394,602.1271196014666,1359.447999182844,1118.3899235408376,2419.7506342348156,1124.3133235465493,2851.519613485611,236.7646175122557,1042.8712663135075,1940.5118958809235,5787.3416015037465,1085.5045754043178,3376.0302506556854,1240.0282170381772,3815.4605971397446,941.5319208846996,4332.195476248926,245.04381677078783,1175.5761611885323,501.1587917000114,2260.3921602952405,1129.6602474493104,5187.934810315986,571.4602774010228,1510.446554529561,469.9756245081995,2057.1408504670426,602.6079469717646,3677.288980502111,766.6302081512707,2462.704985393746,671.7784538964642,3137.310770964465,788.7342218181253,4422.637193925344,11869.546051632544,3570.859956160814,92018.18903503068,36068.570809144156,2528.4128752216166,16046.103400912098 -1958,2586.792636570408,3286.2149161949214,592.2272386336073,1316.6463209251367,1090.099592956276,2343.565750243184,1104.8404563494794,2761.7406553236838,229.78245895991535,1010.0368802746234,1882.4905602458173,5605.12945852814,1053.0479718469428,3269.7372841989263,1208.8049607255914,3695.332341419851,938.9199722572715,4195.798028876641,240.96395985211905,1138.563614442451,491.27439620408074,2189.224614321172,1107.5063542349567,5024.594751184208,564.5281433003062,1462.8907469581814,458.87463260240423,1992.3725909489133,585.0038614363482,3561.5110030445903,743.9918172845005,2385.16770078129,660.5936788261927,3038.533792151023,775.6021917417021,4283.392225130108,11632.188998834852,3464.513226499906,90341.84478467477,35576.130154792256,2457.4451550003314,15852.362922824761 -1959,2691.0063533661887,3229.486575998371,620.0711814436295,1293.91769169158,1152.4203183249588,2303.1099071096137,1157.9422202609744,2714.0660608661638,243.8943335053325,992.6011016610852,1999.0525851003792,5508.370817088685,1118.251700598412,3213.2933894015173,1274.834067903962,3631.5416047975154,958.8681874740663,4123.3679949171665,252.35422230429964,1118.909140921196,516.233585527091,2151.433087639261,1163.6301290885367,4937.857599882788,588.3536366364199,1437.6375708634419,484.0406125180653,1957.97922562742,620.7321588652599,3500.030359524047,789.7198836895742,2343.993703277677,691.8196571040211,2986.0810515191215,812.2645728207901,4209.450094886297,12155.349703041018,3677.109811574567,94576.11921647227,37070.18843388503,2596.8583245223817,16491.793867219727 -1960,2836.450821531531,3215.7106217429987,653.9793289343833,1288.3982536906808,1212.9528077998184,2293.2855786974023,1219.4074789471035,2702.48872526786,257.0380590812369,988.3669836214127,2106.7339910870646,5484.873873344808,1178.4876925202514,3199.5865100881083,1344.3535496894417,3616.050612701131,1013.1698495658768,4105.779029135978,265.46356636283394,1114.136233284482,543.7343618229705,2142.2557639064166,1225.5628871099493,4916.794282598525,619.690085916306,1431.5050699392366,510.57910016977326,1949.6271140423537,654.1944825388329,3485.1003522332408,832.2768225646255,2333.99497769968,727.7584332759437,2973.3433871874954,854.4602438677601,4191.493930467344,12852.212629041358,3874.094270530067,99688.41993869374,39042.409889817725,2741.5251343713976,17358.011014637163 -1961,2942.068033924155,3335.8603323227007,676.0076192637059,1336.5371242238828,1239.3041960731946,2378.97040266572,1256.0187702456612,2803.4627482381993,261.66283174422324,1025.29568181512,2143.6876469742247,5689.807117024349,1199.1592290506778,3319.1337698951597,1367.8562261007435,3751.1583651275923,1031.8492307582485,4259.1846741338195,273.61385524398804,1155.764091547093,558.7019312646391,2222.2976085552186,1259.4409310631052,5100.5021716230485,641.6441319045672,1484.9908900511687,523.3492510346526,2022.4717076779464,666.1645450730733,3615.315364688272,847.2150594136532,2421.200841053483,750.1021452518012,3084.43744677393,880.693967464561,4348.102171033861,12969.799895979158,3931.154106648339,102241.34239208954,40290.38877594806,2763.499527164813,17946.056189457282 -1962,3034.848002322909,3565.113005976737,693.374539774689,1428.3889041672169,1259.981990061715,2542.4620572983927,1287.0252454251486,2996.1270886171014,265.07592463334527,1095.7577974092676,2170.700830101909,6080.831729630167,1214.2701561949941,3547.2369322461,1382.0257677528468,4008.9518573108894,1033.392205348181,4551.891615329887,280.54574320289015,1235.1924793405383,571.1570350684611,2375.022128667702,1287.65732807639,5451.027566374404,660.7826180202624,1587.0449624586536,533.213810672451,2161.463451991168,675.0526792089257,3863.773222898484,858.2295781753138,2587.59472777788,769.1056566930655,3296.411408795056,903.0059658942513,4646.919851849762,12918.520346550682,3965.5231831952915,104143.48913769225,41315.43571741584,2758.6190718227617,18439.634293172592 -1963,3135.211483664213,3774.0266535130418,717.6092389131653,1512.0917028077336,1309.4208865563244,2691.4489256592014,1333.219981776334,3171.698476541126,275.88506923450933,1159.9685974286067,2259.6245846299394,6437.165100988052,1264.013289750219,3755.1030517628337,1433.1811179397282,4243.874215705754,1050.9487691932848,4818.629942825892,290.53988008983976,1307.5740744921752,592.2257408817794,2514.197109950931,1335.0965806193283,5770.454762595979,683.097760264788,1680.044918240004,553.5351180846976,2288.1240131051827,702.4942065094474,4090.1881937270673,893.2417350758068,2739.2263456310943,796.5042089782053,3489.579291562629,935.1745710202702,4919.226781372415,13326.489536130364,4124.829336148666,107698.42901848919,42644.51554997871,2861.55588151586,19019.19834297384 -1964,3079.1790733890984,3623.4658693483475,700.8926575755956,1451.7684106307318,1269.7380096105146,2584.076429916685,1301.3329962612347,3045.1669351389246,266.4795511344402,1113.692882477653,2181.7223034758827,6180.361237533563,1220.4354674206252,3605.2972045872784,1384.8108234127574,4074.5693621700198,1019.7295192771294,4626.3958201240775,284.02322132666706,1255.409795836191,576.7564705609105,2413.895887100144,1300.403207049634,5540.248599840181,669.6479711099684,1613.0213109513095,537.1541096979669,2196.8417362938876,678.7262641772551,3927.014480776342,862.7559080343024,2629.947820473116,778.639032838748,3350.366232732351,914.1990906096254,4722.979454661574,12813.993037569044,3974.9447751324883,104793.91993895386,41706.07034254372,2744.8881622654235,18632.533510377794 -1965,2834.6529727944703,3483.561957716297,646.8022669579638,1395.7148732842873,1182.6934842467645,2484.3038879535547,1204.6846482850049,2927.591447702324,248.5263009589457,1070.6926180254814,2035.4234472344917,5941.734258942608,1138.597227642994,3466.0947946005745,1285.926153282551,3917.2481088346835,926.1580009831077,4447.768258741823,263.1027910505191,1206.9377672669627,534.711722652174,2320.694104868768,1205.5694176366321,5326.336704853565,617.6093018324497,1550.7417148174206,498.2652810406881,2112.0205283051578,632.8549892607462,3775.3903985561,804.6567722242364,2528.404160138171,721.2864560997666,3221.0068408517013,846.8615037592191,4540.622748654075,11808.513585615832,3709.3000482865177,96878.921939077,38466.33441213881,2551.0886259979193,17178.305423956695 -1966,2403.6537019394905,3444.1185410768703,551.719170497614,1379.9115765652914,1002.3054517491539,2456.1747963797857,1020.3747786636565,2894.443132666341,211.70323571556497,1058.5694591616086,1733.9239691609334,5874.45763151903,969.9411819750604,3426.849153858532,1104.8473951551312,3872.894182849666,827.493786166823,4397.407398600791,222.0787455572137,1193.2719419450616,453.4510659159481,2294.417521996963,1022.183199618152,5266.028055154928,522.6600358934714,1533.1830916896777,425.63468860009704,2088.1066991096022,539.0707637454982,3732.642688518423,685.4373518598046,2499.775733277473,608.820570540004,3184.536263791707,714.8154516514848,4489.210522590201,10415.390702867695,3169.589565972057,82878.05771345775,32735.19345982811,2219.6968331459966,14580.162302540186 -1967,1919.6151869015355,3227.5371444064103,456.6139544528135,1293.1366375003886,877.8091374788266,2301.719669030891,851.008921178622,2712.427755210694,190.12336155183743,992.0019327528835,1561.279310436503,5505.04577088138,873.3653416711236,3211.353732586068,994.2465412000499,3629.349478660647,733.1894492962459,4120.878985086839,183.85637615055376,1118.2337280416207,384.2126542000541,2150.1344070191885,865.3795822209082,4934.876935503084,421.75515904187114,1436.769762302397,368.8272096672226,1956.7973205570572,483.26139453945825,3497.9176181965595,615.7251304595535,2342.578786302797,504.0353751303048,2984.2785480558005,591.787288005934,4206.909122875222,9875.033330963159,2897.17448458836,70961.26705374726,26881.443404275433,2115.546081494477,11804.024760823884 -1968,1909.503843469698,3041.756708899964,482.33201770391486,1218.7023314226046,1027.0295948552841,2169.230261970959,942.5930421445996,2556.297558377439,225.1776731188525,934.9012572705068,1862.6734722701656,5188.16954141033,1041.9624743993766,3026.5048312995063,1182.8855618800274,3420.440302225847,848.1885419863088,3883.6768528524794,203.90381715386943,1053.867017544234,431.9573702005743,2026.3704072072255,972.4469797756816,4650.820224385947,415.54541205560565,1354.0677823652697,412.3542623658985,1844.1620069585838,569.5286986382426,3296.5737980021236,745.541916093694,2207.73748544225,558.9946844459336,2812.5003334220173,656.314942641617,3964.755005349941,12057.43703275042,3500.1811686304773,79739.18946875523,28854.734715067723,2652.259611186013,12494.440732548506 -1969,2042.7672626055592,2941.4261722315814,503.8029032807746,1178.5041595593268,1072.2904097505816,2097.6794914231227,998.540533141304,2471.9796031755463,232.95928655565285,904.0640951137026,1926.5376301657577,5017.04085353953,1077.6874991967834,2926.6773687462814,1223.5052266030375,3307.6191123652716,878.5519590492711,3755.576080771277,213.11946147797636,1019.1058405119134,450.2513684712894,1959.5317840362243,1013.7288801100899,4497.415684274138,436.2458521094105,1309.404661579648,427.9705214233288,1783.3334195438758,589.3161807061193,3187.838271142681,771.2608741976491,2134.916577021395,584.2590285019975,2719.7316820020674,685.9777766209219,3833.979918610912,12415.26132664171,3624.2034513121525,83079.11838572928,30231.01320823739,2729.710630204329,13133.916003206723 -1970,2070.256212314352,2915.2388639442643,530.1760619653204,1168.0120207337409,1147.6748635635092,2079.0039999052774,1039.37474996935,2449.971744348614,250.31355655650475,896.0152766889058,2071.214144648691,4972.3744951716,1158.61821585878,2900.621368008814,1315.487131002252,3278.171614341951,942.2254552935381,3722.1404536757927,225.7519745390017,1010.0328135990387,478.2953981645546,1942.086211744868,1076.761494027913,4457.375511880163,457.5242913753593,1297.7471248821957,455.93965289374194,1767.456528776551,632.9743107044887,3159.457173440954,828.8195763334818,2115.909566375349,618.8905903377344,2695.518104014714,726.6386489910053,3799.846267716022,13498.27014454032,3906.583063186064,88312.66126459774,31783.678827495016,2969.212270946382,13741.284444214685 -1971,2320.018474665826,2970.537624755266,574.7323269654108,1190.1678784089988,1288.3534679582335,2118.440337811506,1173.8164946024763,2496.444917837095,272.7485429049295,913.0116659321478,2257.056189453869,5066.694775842939,1262.576553020602,2955.6428515711523,1433.594794566536,3340.354796049965,1026.2624085258758,3792.745218588362,246.02230434782243,1029.1919856522363,520.706710774879,1978.9253751581603,1172.2822757330523,4541.926848418941,497.31831639393147,1322.3639097157138,495.48957579009567,1800.9831660060026,689.6634472922897,3219.3884774200487,903.1229025446395,2156.0459608423166,674.4609409729368,2746.6490122703617,791.8837264569343,3871.9250234145193,14792.069380301422,4301.350213751508,96698.0075995486,34689.33232949401,3250.4220122712236,15040.015903611842 -1972,2909.286174727389,3093.286571154434,705.018152059441,1239.3481520050534,1538.472861049336,2205.9788080563612,1432.8317079325004,2599.603343050884,331.95081068252125,950.7392540661489,2746.486441149356,5276.061403714596,1536.3593516133187,3077.7763141939263,1744.2970714401367,3478.3853762377257,1249.649132006806,3949.4695353121942,299.5925704382021,1071.7203922371177,634.8991642713858,2060.698789768001,1429.3027503570827,4729.608946978946,608.2618170504091,1377.006805103131,605.5197966966605,1875.4036292472613,839.4614306203546,3352.4204714805487,1099.1098790922224,2245.138375587738,821.3218208076632,2860.14640397981,964.3128972648162,4031.921218446678,17872.096501861044,5201.194602858782,117682.86939539986,42445.901245420035,3930.749827026703,18436.179555590767 -1973,3897.694913557446,3387.5851446698307,911.5369554590368,1357.2610530033942,1887.707807868605,2415.8579775035973,1836.8101683833745,2846.9323693040856,397.6503805733855,1041.1935976326215,3282.853951442626,5778.031495775402,1836.3984226220825,3370.5992253698228,2084.935289533372,3809.3226595498027,1509.0919910132816,4325.226266429127,386.3961401364487,1173.6850099301475,800.3783853818372,2256.755863796965,1803.2983481737406,5179.588971255224,806.8513295880499,1508.0166967316336,747.8208426464797,2053.8315246772936,1007.1191185464568,3671.3733198137465,1315.999637816019,2458.743227928837,1059.2905588604476,3132.2637740889454,1243.7116876494092,4415.522490369076,20495.266706494498,6148.814570433049,146972.59081308515,55201.5902933335,4494.804910038105,24310.72098688575 -1974,4040.791772261222,3914.450417351504,920.3914687838358,1568.353522787071,1963.8613671701019,2791.5922004737135,1915.832071318344,3289.710848664158,406.827014457787,1203.128641418684,3359.6950723706796,6676.678765018197,1879.3826416436993,3894.8227073299167,2133.9681883656044,4401.780040263637,1542.1873828104408,4997.9212449915685,392.94953274493434,1356.2262144729218,814.9620157511334,2607.745209533761,1836.0742981809178,5985.161507199659,816.8572817449416,1742.5559316737167,760.0271631966125,2373.260398072234,1030.1338083088103,4242.375677733348,1346.465976239798,2841.1473199042734,1077.2564394622136,3619.4193545303465,1264.8054050401952,5102.261084845675,21153.869007220277,6347.651691671137,150224.84297894855,56108.77997460071,4638.122973631774,24737.981851473043 -1975,3922.233501861189,4301.021890822106,897.3182223860557,1723.2362438809846,1915.2736837371103,3067.2758329659373,1864.1384927769109,3614.5861783971013,397.55045410836163,1321.943586583473,3283.2012703295118,7336.034044278385,1836.5927096252385,4279.45584668591,2085.3212443364864,4836.477740997191,1506.4007781352461,5491.490858596135,383.28863999646984,1490.160307433787,795.1949250596736,2865.2730360753553,1791.5180939614847,6576.226013354047,796.1647371574136,1914.6420082085206,742.2676323402924,2607.6316817000748,1006.6204334788845,4661.331403800975,1315.7738223144681,3121.7247672348117,1050.7714635124075,3976.855041232818,1233.7094287187194,5606.134777269403,20682.03252704963,6200.17977138131,146615.37618598843,54715.132667252474,4535.15641415527,24116.765374134968 -1976,3763.859142937385,4484.787921877619,876.9270858623667,1796.8634639108946,1824.2812317863552,3198.3286665214773,1776.4161490739093,3769.0234662727016,383.50005628503845,1378.425123379209,3166.2578751338124,7649.474406644801,1771.1756457990873,4462.300444082846,2010.892812189341,5043.12172963811,1455.010890285675,5726.121024467938,371.904801013752,1553.829094127925,770.727749344647,2987.6950713720194,1736.4640418445904,6857.202717140854,775.812512706758,1996.4472562802491,720.4423514549935,2719.0456983604367,971.2340703171586,4860.492066837544,1269.1900233108931,3255.1039931686714,1019.5630949357384,4146.7706765310095,1197.0677231671953,5845.663234397102,19795.88250517081,5938.6686197695,141662.20096962835,53143.4518153179,4341.7116672889715,23420.640876582416 -1977,3544.998171816841,4526.115784643737,848.2871054011033,1813.4217779135936,1730.6081069951179,3227.801651758113,1673.2911568082818,3803.7554730676143,368.0617374927176,1391.1274774982273,3038.0954107340212,7719.965237876436,1699.4827374503293,4503.4210820230755,1929.4837828166453,5089.594705927267,1397.6210578775458,5778.887921811506,359.0592293810761,1568.1478170380676,743.4570893212923,3015.227042570554,1675.0753903194654,6920.39266899365,752.0088990027552,2014.8447590528663,693.7541333333853,2744.102033115637,932.2824625158706,4905.282088709965,1218.0343764799215,3285.100169902664,984.3474409986827,4184.98366952589,1155.7210690094826,5899.531727653961,18883.31061488476,5662.014574491071,136063.92968048426,51254.156689206924,4142.0227343793185,22565.105867555005 -1978,3355.4521589767605,4609.746222820379,812.6562783198358,1846.9289317518856,1622.6266354169059,3287.442739023199,1571.2753335631419,3874.0386368365866,349.1375757304728,1416.8317692217101,2881.0497412706763,7862.609418067878,1611.6328288196448,4586.632183175488,1829.7293159273024,5183.636718030083,1327.1803265696174,5885.666217389918,343.56129848331085,1597.1229682062258,709.7370373972851,3070.9403231781303,1599.2333430814044,7048.262900070365,722.2524080061827,2052.0736674756686,660.8570358162649,2794.805653250476,884.5244259547728,4995.91849970296,1155.3331168965506,3345.799979570646,941.8604433902776,4262.3109043332715,1105.8371395656563,6008.53919606532,17769.289127404554,5334.690070057366,129374.0382011325,49021.98555691354,3898.4513042403937,21590.076173949143 -1979,3243.508482152963,4696.300805233389,778.6278120594887,1881.6076656142634,1560.3736509194198,3349.169181158823,1518.4329404357031,3946.779256440175,331.708360880853,1443.4348133388416,2736.6337159529066,8010.241162194799,1530.8478274100148,4672.752766415302,1737.9326297713515,5280.966915794273,1261.9713270666716,5996.17802368993,327.7922615507183,1627.111237601832,676.8594087572735,3128.6016226162865,1525.1754927398183,7180.6041228979075,691.5460157954863,2090.6042873370843,630.3937813573651,2847.282129080117,840.4922821557242,5089.724019271594,1097.6050531345547,3408.622162413503,898.6302187324477,4342.3418914215945,1055.0805881955655,6121.358118385395,16836.135341726582,5077.810946955416,123588.39923263292,46930.75333660626,3690.7959874627745,20697.583896308304 -1980,3141.6870796187277,4648.01998302589,769.0257801594178,1862.263596966328,1508.104597236719,3314.7376895477723,1462.8108157446156,3906.203970598159,326.8595785581873,1428.5954275155852,2696.44461196354,7927.891022067457,1508.3664108546923,4624.7140323368785,1712.4058584693023,5226.675371168124,1243.8392424243712,5934.533674851867,323.64914590408273,1610.3835466739138,667.95639392371,3096.4376993575156,1505.142515407144,7106.783154996163,683.4003887354576,2069.1116065891483,621.799909524582,2818.0103409324083,828.2452800232451,5037.398567676618,1081.5440464301469,3373.5794580763713,887.272022226659,4297.699981646507,1041.7449442339455,6058.426842208866,16519.46248795567,4967.952284758688,121454.69810135606,46240.25384778756,3624.0245452436725,20365.364139725218 -1981,3094.1267267262483,4624.042022979015,762.2010487783632,1852.656649860275,1486.1034634033335,3297.6377957916993,1438.647131775585,3886.052851824145,322.48176376393957,1421.2256648619798,2659.966254468297,7886.993036499986,1487.9607518899763,4600.856301797733,1689.231705486107,5199.7122742611555,1227.794765043344,5903.918915906748,320.22238471663195,1602.075985070628,660.9453865003935,3080.463960063371,1489.3392472094351,7070.121057334233,678.0807789189705,2058.4375828937896,614.9749987651421,2803.472937992379,817.2282498595846,5011.411901948623,1067.0258069600002,3356.1760145119893,877.877684664037,4275.529233923884,1030.7150645407612,6027.172949734242,16250.612479901692,4891.866836734456,120026.25492094117,45786.59591739201,3564.4882841745643,20165.45196746019 -1982,3084.5350027398727,4542.101087139554,766.6637677377746,1819.8264076340265,1482.3392033178634,3239.2015779320986,1433.0177987072711,3817.1895487188385,324.00169229282056,1396.0406513090916,2672.5090688921505,7747.230554420775,1494.977087360241,4519.326231534809,1697.1277468050778,5107.5700991400045,1233.6173148689859,5799.297755743063,321.7131410981786,1573.6861899843711,663.3990094333049,3025.876199300611,1494.9188288291732,6944.834061009961,680.2735286864291,2021.9607729791662,617.8527878070836,2753.7936325279993,821.0788138885266,4922.606527974506,1072.055456656763,3296.702462562326,881.9645374984768,4199.764164122249,1035.513433216268,5920.367650493182,16310.787099172256,4903.109970218852,120403.36478796655,45947.31331267729,3578.785451548775,20225.917121491606 -1983,3169.4648640491678,4463.864064391353,771.2095443166606,1788.4801655930985,1511.4924167506167,3183.406807477468,1472.8215106467346,3751.4390205320287,325.232624085679,1371.9940565507468,2682.491222598201,7613.785648309387,1500.5610126859801,4441.481502322542,1703.5326336424891,5019.592955882258,1238.784905352305,5699.405705404441,323.53305097772926,1546.5796769670942,667.4638320151315,2973.7559270970246,1504.0531833414907,6825.210316405922,685.6089294354701,1987.1327962440287,621.0606434013978,2706.359942493676,824.234067871816,4837.815355008313,1076.1130487394055,3239.917247832557,886.9537523304473,4127.423844490034,1041.3712639566747,5818.390189035792,16383.056678139315,4945.577042256108,121398.05929705643,46339.28796575616,3592.264818742127,20437.53958771976 -1984,3286.513668653627,4361.064256530895,795.5407880320116,1747.2926619565426,1542.3305875406254,3110.095074989714,1513.8717768937418,3665.045885582589,333.03921913873535,1340.3979498224526,2746.2685507720716,7438.44525029401,1536.237465732598,4339.197149916575,1743.9515618056478,4903.995082837985,1269.3562288214277,5568.15219880505,333.43602602943275,1510.9629800113405,686.1076916612639,2905.272314352613,1546.2104073797332,6668.030281572264,707.5680089751635,1941.3704552093552,637.701990961211,2644.0342806732538,844.146221206586,4726.403698697709,1101.8884607187483,3165.304117648365,914.1023878556254,4032.3720301758585,1073.2464421350976,5684.39654925151,16681.06174707741,5048.41623366725,124680.95218900533,47789.647850086534,3657.593067032716,21100.869403458528 -1985,3423.0931510710757,4350.992215366785,806.9822205859762,1743.2572241409634,1575.9752077510045,3102.9121939824727,1569.3362021210442,3656.581324902782,333.13914560375923,1337.3022505773235,2745.921231885185,7421.265882517957,1536.043178729442,4329.175611653821,1743.7046041479628,4892.669122605004,1271.7195009040652,5555.292342848924,337.61805785818905,1507.4733544436062,692.5524902569258,2898.562479178942,1560.910722611417,6652.630216008232,720.1386129014938,1936.8867874646355,641.8023449707429,2637.9277845182432,844.6449062741583,4715.487892414828,1102.1142762202992,3157.993729290262,925.5672716184162,4023.0591160136514,1086.707347468441,5671.268222616228,16575.94820677281,5066.018482039704,126105.12300505211,48606.53120498549,3629.9031299280423,21545.060387361373 -1986,3517.5554021987955,4473.741168069103,808.6555060009206,1792.4375002624215,1580.445398311498,3190.450668722422,1599.2354343544625,3759.7397554137488,329.2822615704413,1375.0298406486338,2712.9799614406224,7630.632521140576,1517.6161338537534,4451.309080548141,1722.8290892274924,5030.699709880626,1259.1357226328796,5712.016667620539,337.71502150348624,1550.0017632123183,691.2865586784368,2980.3358979878417,1558.1774281530656,6840.3123242057,724.8723280395601,1991.5296856579616,638.21542977075,2712.3482515809874,835.1071906131025,4848.519893306511,1089.251711735189,3247.0861486105728,925.8330938235237,4136.556513551183,1087.0194489787996,5831.26442586418,16256.212489767078,5013.758676176986,125905.24581788144,48835.08858225489,3556.5219003065995,21726.391518342647 -1987,3573.2850555044747,4667.579240288727,790.7924971378242,1870.1001581079108,1564.455706738542,3328.686383285203,1613.658910281593,3922.6416039691558,317.668745716579,1434.6070766894989,2616.087703378745,7961.252251283045,1463.4154924298698,4644.175216207831,1661.2721701695916,5248.669658754526,1216.542394516092,5959.506689448468,330.3582032410507,1617.1601754741905,673.3378284781484,3109.467768458177,1517.957618083568,7136.689093556539,712.0482541054041,2077.8186014744097,619.4562014970475,2829.8687643963603,805.9066641510628,5058.596362625962,1050.726643021512,3387.775762902536,905.664651856432,4315.785063011581,1063.3397071116249,6083.921209627162,15571.380210447825,4860.972141442363,123027.1158315863,48003.052227123895,3401.7064597328576,21461.292398878464 -1988,3482.1758117309405,4409.864924641659,764.5975867176784,1766.8450107119681,1494.362891532846,3144.897294957054,1556.9319351726042,3706.0580508138596,304.4853381013237,1355.397113246306,2506.826290336457,7521.682065109584,1402.2956590372987,4387.753123303835,1591.873190048846,4958.871191598822,1167.2273263316922,5630.460280378756,319.0614354530979,1527.8707801669468,649.0824069103686,2937.7825507637804,1463.378114747612,6742.646089453613,689.8041226927774,1963.094550451207,596.0595784359687,2673.6212419777994,772.6062311262948,4779.292545247544,1007.0590168602967,3200.724131348843,874.6949857019216,4077.494605209933,1026.9782617680537,5748.005414678009,14815.053041418472,4643.1271139977025,118397.3445304016,46428.477738833324,3236.4904462559975,20793.34285290401 -1989,3126.666788006846,4148.57666053072,686.1080461021661,1662.1579344202794,1321.0894145971529,2958.559443560554,1386.6753644687478,3486.4709452359693,269.7089527294555,1275.0886763773733,2219.4916443641246,7076.01597701584,1241.563290667274,4127.775002312166,1409.3882392319229,4665.0538371573175,1035.4048015555156,5296.850698691784,286.5359010939005,1437.3431311895608,580.3855580938465,2763.7164248978393,1308.7074986063258,6343.138548444088,621.7894025701776,1846.7795212749515,530.8071730597045,2515.2068993291346,684.577920383791,4496.115379015507,891.9477834548957,3011.0784922035377,785.5274503936702,3835.8995664676536,922.2867728331717,5407.4311833655765,12977.323986210837,4091.6092052645286,105582.9852922898,41710.31568474636,2834.0337861464586,18717.818234339302 -1990,2671.911785258881,3912.695929549054,608.1411172544033,1567.6505742675388,1152.4498702418794,2790.3409866523725,1189.3462250573873,3288.2363741039535,241.75436359989934,1202.5893895950335,1990.4443868492287,6673.686224506719,1113.4363533658359,3893.077016823167,1263.8256027893915,4399.807127449241,926.7040580536776,4995.6811369490515,251.96750583296935,1355.618343099687,513.6589569116381,2606.576397395602,1157.973140023958,5982.478910221671,544.9405196475279,1741.7749042493672,474.1465655348164,2372.1966838910557,613.4144395595481,4240.474211221728,799.5890523019672,2839.8738950843704,690.7594883691798,3617.797101996166,811.019830067847,5099.974210857287,11729.766759216449,3649.6592747824816,93324.89566250968,36604.976773270166,2565.399014371218,16332.11461927576 -1991,2143.4735483245645,3603.3217870201265,512.9532480071202,1443.6975349995737,1026.7573259063106,2569.7106679022027,998.0274247426834,3028.2378137793116,224.6925066332278,1107.5014839873954,1855.446938119302,6146.0025019814575,1037.9200174055652,3585.2541280617716,1178.293156948266,4051.9174417040595,852.2274194093135,4600.6761082118255,215.01720372176823,1248.430544700723,448.76908944056345,2400.4762167528024,1010.8281093472185,5509.448468712118,449.4892008432083,1604.0539754618708,422.1913413711401,2184.6287439838666,568.9748005595956,3905.1828682105806,743.6480838745773,2615.3270437569095,589.4616178479715,3331.740404407938,692.0861301047752,4696.722801391011,11580.164490141351,3442.0034346330012,82086.26176205969,30753.186991498547,2544.3188646688864,13487.918023180542 -1992,2133.731250483601,3371.7298004982554,515.7795034548734,1350.908492047132,1127.9215610383342,2404.550731171137,1082.3431742467958,2833.6075108515865,239.4338474556466,1036.3203672532522,1970.5032654482552,5750.98784252764,1102.2814727565506,3354.823382549526,1253.0845011477616,3791.4934038268066,902.892010832274,4304.9823616575895,223.19706421003613,1168.1916631988508,471.34373572992274,2246.193283255478,1061.2335422621156,5155.346284415083,443.70252959203503,1500.9585350258583,443.3184476393395,2044.2187166433973,607.7015412763798,3654.189725872329,809.3393314491711,2447.2352603225672,611.8863992781328,3117.6034428932917,718.4150372439817,4394.855960734452,12869.927288285833,3795.7427737542625,85890.35146723154,30994.664116859964,2888.8420182297814,13532.881459442895 -1993,2237.827959379027,3254.5692070138925,538.4405843354282,1303.967233394698,1169.9548021968465,2320.997597499026,1129.6288513435545,2735.1455470180485,247.5801596212647,1000.310391231632,2037.030541509288,5551.152983680906,1139.4962214559669,3238.2502519040518,1295.4527111142902,3659.74689871873,934.6838972182873,4155.393183913577,233.1231494682476,1127.599434087361,490.97866768134264,2168.1427413324823,1105.5472372028853,4976.208730092011,465.53741513040063,1448.8033496568933,459.87149582107287,1973.1863705703545,628.4855332617325,3527.2142378233166,836.7992216479337,2362.1989280954467,639.0983905696457,3009.273211460068,750.3646013464662,4242.143862463158,13239.352052895623,3919.513101839674,89293.45125867736,32401.3543296285,2970.859614961858,14176.791999430137 -1994,2324.27931954383,3204.079036565949,562.1030626482251,1283.737973027229,1239.0892213149723,2284.9905081262013,1185.4954624325728,2692.7135211231125,262.6576677647172,984.791949637184,2161.9934542752717,5465.034470753102,1209.3993299353647,3188.0132476273034,1375.024390521482,3602.970952976227,990.2670903655849,4090.927966925145,244.80542357558352,1110.1062778498535,516.5039577063573,2134.506985076499,1162.9496127344955,4899.00968745822,484.9172265665839,1426.3271559068626,484.651134829309,1942.5750945953494,666.5695917974472,3472.4943542546057,887.8946146471646,2325.5526566766503,671.1249078727192,2962.5884714202475,787.9668942691827,4176.332827866361,14166.493441847593,4172.554226636941,94055.73035192823,33871.44587735538,3180.4601399438297,14790.057858044474 -1995,2523.589818617682,3238.778848307587,609.3959380536446,1297.6407093459245,1351.3355674423346,2309.7366955824223,1290.4157983368902,2721.875302462089,286.2064415739019,995.4571345053188,2356.0337131306514,5524.2201728323935,1317.9436729240656,3222.5390687010176,1498.511021642302,3641.9907188284647,1078.6408314773662,4135.23225176983,266.7950816840809,1122.1286026473983,562.3324803594708,2157.6234530843385,1266.1812552794843,4952.065405477416,527.119224940099,1441.7741168672887,526.712332089947,1963.6129620471768,726.2884302986507,3510.101073374643,967.5298911632617,2350.7381275907615,731.4087327025294,2994.6729677928492,858.7460557465596,4221.562037646624,15463.891803280834,4551.527419835101,102387.24532918844,36831.01417235001,3472.078261657877,16084.462368268365 -1996,3087.625710213765,3347.816825916652,745.627421847013,1341.3275818485681,1637.00881586087,2387.4971818309214,1569.8280341176157,2813.511005974113,347.04365288502504,1028.970578252703,2856.268059290648,5710.20069935942,1597.7701829721052,3331.030311627644,1816.501256069647,3764.60338275257,1308.6919809630651,4274.450575340264,324.01328422586175,1159.9066168868992,683.595675760228,2230.262836254677,1539.1718848194398,5118.7835489787,643.3072910558961,1490.3134402466708,641.6095326269196,2029.7207132140868,880.7914879333803,3628.2734896370794,1173.1069245191115,2429.8789838597704,888.2702938094021,3095.492782699105,1042.9170136199332,4363.6867730779195,18674.553252719474,5506.921712192346,124477.5886592123,44907.85691004502,4192.010499639431,19615.492826144895 -1997,4133.499289138453,3589.1559451857315,964.9871825883542,1438.021885655355,2007.7704455241756,2559.608290975227,2009.6112477062338,3016.3328159904772,416.9881991115317,1103.1475317786203,3424.795398595636,6121.840546845925,1915.7991676786626,3571.1593161309625,2178.026587624356,4035.988022962728,1584.399467226085,4582.589338855014,418.1176765179522,1243.5225540513272,862.7645817067233,2391.039156056131,1944.1273251658088,5487.789016624418,853.8075462980969,1597.747912264274,794.236925105557,2176.04025062043,1059.8047835317886,3889.830311288039,1408.481477849657,2605.0453338689576,1146.2539637992463,3318.64223821803,1345.815309942168,4678.258440926684,21490.144974675415,6528.539764398551,155689.94790921907,58471.15687559212,4811.699008281783,25900.430099051744 -1998,4198.264859749921,4017.1852460498408,982.6998729156161,1609.5149920415413,2078.1726041557536,2864.857593040705,2062.6272042766745,3376.049375014235,432.35954918014465,1234.7047764312308,3552.641823687261,6851.908331385284,1987.3152865340141,3997.0424063901646,2259.588369098217,4517.304844563038,1640.2220710938054,5129.091787010949,429.1248235137133,1391.8203983211722,887.6038070526986,2676.1855341838877,1999.9261994689869,6142.242189445231,870.5799439506171,1788.2893465981276,816.3876489445701,2435.546664203422,1098.5371630458344,4353.716911382391,1460.6390998530194,2915.7132875617694,1176.429645389858,3714.4110871441694,1381.2445390267774,5236.170028027657,22494.906296165827,6795.001644463074,160257.34979650742,59755.39478507935,5039.525665870882,26423.59199541029 -1999,4095.3486481522236,4373.3456522385995,958.3009956806171,1752.2132940170584,2029.9363528463434,3118.853558253823,2012.5453180836223,3675.367191612493,422.6351368763865,1344.172706776082,3472.864034038492,7459.393001621486,1942.688321936063,4351.416964649196,2208.78559553309,4917.805451275179,1602.6827331360034,5583.8329309593255,418.6862339510644,1515.2180730724942,866.3247694131204,2913.4539867225553,1951.9554680804283,6686.808431505805,848.7069734918815,1946.8376387620776,797.5337539279112,2651.480268477046,1073.802931662508,4739.713943785508,1427.8058895346985,3174.2180776630216,1147.812642726145,4043.72778043088,1347.6453528727516,5700.404642522853,22005.644271385318,6642.674744526429,156501.219919778,58302.75635962325,4930.168870228114,25772.12780346435 -2000,3994.4356978070796,4534.758246422299,934.7054627243841,1816.8844441708738,1954.841347328765,3233.9650275380136,1949.263795661193,3811.0186127783827,406.5983240200686,1393.78378737306,3340.0841900387773,7734.7062448843735,1868.4124937439713,4512.020209050759,2124.172938806078,5099.313111245925,1543.870246564446,5789.922508720727,405.4350296847661,1571.1421411377446,837.801008344229,3020.984514475607,1887.7769827999882,6933.60691979504,825.6943619526991,2018.6920355363645,772.2472973276148,2749.3418011786057,1033.267742687287,4914.648555451398,1373.479398738143,3291.372955224122,1111.4849621031863,4192.974751311844,1304.9930696082113,5910.796679743929,21037.4268940892,6374.198862144704,151296.03763140406,56634.34298630002,4711.455278942578,25061.137253679743 -2001,3861.9956937582133,4541.191359960418,900.648287505096,1819.4619187086212,1868.1899299732033,3238.5528055561404,1874.3458255497708,3816.425012436232,387.84607377521127,1395.7610414767012,3185.128587352052,7745.678879091852,1781.7317493187409,4518.421065880119,2025.6046792143784,5106.547115448231,1474.2031442712353,5798.136227479582,389.7648273992806,1573.3709999278324,804.2916382037829,3025.2701533834475,1812.363600708713,6943.443095864386,797.7071584983156,2021.5557990177688,739.8011871816655,2753.2420814142793,985.8045563836152,4921.620590219098,1309.999611208667,3296.0421734639153,1068.5256889319105,4198.923002833065,1254.554642031252,5919.181873413631,19946.026727126507,6067.474439626528,145055.35664421663,54567.33396084041,4465.402488746351,24180.74997656471 -2002,3709.771498247605,4601.883536199862,861.8784219385958,1843.7786881812433,1773.781397558225,3281.8354602728255,1790.1489280528094,3867.430821506877,367.3376908546801,1414.4151276850816,3015.814157212046,7849.198433843246,1687.0188083730654,4578.808921382602,1917.9069077753259,5174.795166001316,1397.7542337045047,5875.62723763194,372.4819597676702,1594.3988101319112,766.7902280056205,3065.7023252007302,1728.0087513657206,7036.24091887584,765.4162590348321,2048.573515538952,703.7809363666395,2790.0386487442465,933.8645031909988,4987.397132224995,1240.5976247435942,3340.093162869096,1021.145354061757,4255.04082626388,1198.9254515793473,5998.290636066098,18772.744283089894,5734.9192939126715,138129.6582676596,52231.23598707103,4201.123565942995,23183.332808205712 -2003,3568.5502386427006,4666.604527644321,829.3582070040603,1869.7096322750165,1697.4186563695466,3327.9912664933886,1717.2872806968942,3921.8224537900096,351.5791641360456,1434.3074932040522,2886.084546686612,7959.589733554871,1614.4492528399617,4643.205390935878,1835.3269613560294,5247.5735992300215,1338.4278460284913,5958.262188557194,357.0741686051594,1616.822470126318,735.2324678881323,3108.8184302476698,1656.8782980248047,7135.198766185416,735.5306226232567,2077.3846985968416,675.4183300909807,2829.2778137719215,893.8764016932062,5057.53999537781,1187.3244807941835,3387.06830670254,978.9054711644342,4314.883814193961,1149.3316592011188,6082.65072772952,17920.417051080727,5482.208734727701,132432.71568273773,50161.85411087894,4009.7491735681524,22269.237326569644 -2004,3512.5414639367955,4629.76034682436,814.6524918897402,1854.947738618873,1659.8224958234116,3301.715821196157,1684.8858716892405,3890.8585409974758,343.31704258280104,1422.9832242804732,2817.782072165482,7896.746490323408,1576.2414743865004,4606.545953009559,1791.8784838740728,5206.142501006302,1307.7836302100054,5911.220000142152,350.44856647201044,1604.0571931266875,720.6364370153472,3084.273417336903,1624.0632873623385,7078.864326022259,723.5306661541824,2060.9831507445833,661.2281432703634,2806.9398541820315,872.9707162204933,5017.6092669456,1159.3512404073283,3360.3264312334604,960.7416308529547,4280.81656925698,1128.0055175688485,6034.626456131288,17435.58008726921,5347.020249280644,129718.57651704834,49276.7986967752,3900.3923779253832,21896.08055145421 -2005,3485.2581773777065,4596.880002047292,807.3665796891438,1841.7739852017949,1638.3171471446813,3278.2671874820394,1668.0956946004994,3863.225842818066,338.71410734348456,1412.8772629517366,2779.6390087137324,7840.664160403884,1554.9045941619067,4573.8304757883125,1767.6124523526612,5169.168716713331,1290.8646599180445,5869.238787919991,346.71073147532326,1592.6652528098807,713.0131532417946,3062.369049561508,1606.8779245445958,7028.590557569137,717.8470934125106,2046.346143318769,653.9493235528685,2787.005096600615,861.3429250148353,4981.974436998744,1143.7535123937314,3336.461547665948,950.4944960829994,4250.414407118912,1115.974369767416,5991.768816941711,17153.356717120347,5269.708371236374,128259.4489069703,48823.368707711496,3836.6009138004347,21704.57221839889 -2006,3504.321268045585,4512.144886598853,812.9816408918598,1807.8242342410344,1648.724242601606,3217.8382990885193,1676.4427989780763,3792.014306374045,340.9421144818526,1386.8334423740034,2797.9896623581976,7696.135788436731,1565.1697816802152,4489.5202364009665,1779.2121282129524,5073.884500508408,1299.2852541935558,5761.050054242505,348.7484307515606,1563.3073678950127,716.6621609599912,3005.919850355796,1615.1457132383284,6899.031284307667,720.8470825297792,2008.6254769919651,658.0150600575829,2735.6317306413853,866.9947403730815,4890.140806603291,1151.2868191494972,3274.9599521696896,956.0807723960927,4172.065754265122,1122.533209627659,5881.3214652123215,17275.08293047424,5304.752376604638,129025.39472177245,49088.64218529856,3863.9401127111278,21819.133081874796 -2007,3536.486584924624,4435.857289139466,820.4683891621474,1777.259043865895,1664.1544996679268,3163.4337622175185,1693.4793581562765,3727.9020785455286,344.1294263330863,1363.386014586552,2824.1572472363923,7566.0159177816895,1579.8076889112178,4413.6151577326045,1795.9244101605584,4988.099476299671,1311.6109614401082,5663.64700568643,351.97376144381025,1536.8762655734813,723.9779403987436,2955.098254573224,1631.5771116972687,6782.388194445873,728.4671731490131,1974.6653060119643,664.4348313250674,2689.3799418559397,875.0976861708341,4807.462368133404,1162.051223702587,3219.5896498399125,964.922895793848,4101.527932268147,1132.9147353775506,5781.884967550214,17437.992528212468,5355.027050003568,130250.24949976566,49558.76350447095,3900.3923779253832,22027.754719056134 -2008,3617.741466619462,4352.486773914455,834.3735429139169,1743.8560300813479,1670.4492402221535,3103.9780391305767,1714.997128326704,3657.8373544711835,344.04472852041357,1337.7616116633674,2822.048606479018,7423.815074934362,1578.6281345911061,4330.66267623461,1794.4724110930563,4894.349746264198,1313.4759592464102,5557.20057647584,357.0932679092975,1507.991169019167,731.0395075097758,2899.558130541846,1647.774477377337,6654.91538335896,742.8841187998995,1937.5521048361195,668.9236398122686,2638.8339082995185,875.1784596852794,4717.107654617838,1161.5556378284666,3159.078494853604,978.9578311920137,4024.441030090258,1149.3931350423989,5673.21629376384,17245.831653934747,5334.4341440016715,131364.91754095184,50395.38596192049,3854.8270464075645,22457.38808342542 -2009,3668.911496198304,4347.483246065034,840.8588937519628,1741.8513296273027,1659.7157441189183,3100.4097708348845,1722.1782100454318,3653.63238107955,340.3008443938129,1336.223748867331,2789.7805546522636,7415.28081224596,1560.5776820421283,4325.684236911865,1773.9095948325046,4888.723304064073,1301.8130356289332,5550.812134811672,358.94370849537256,1506.257613880967,731.7966281982546,2896.224859101682,1649.7296952290596,6647.265031689717,751.9719821223496,1935.3247354218452,667.1168202532506,2635.8003599773724,865.98133893267,4711.68496622277,1148.684539581088,3155.4468842253445,984.0307448134319,4019.8146167733726,1155.349236424234,5666.694482855245,16851.040916746093,5255.704980253251,131229.001514495,50801.681310342196,3763.696383371925,22701.029549443425 -2010,3692.6965760570947,4465.618552193803,842.4307181731051,1789.1831141126306,1645.425374988561,3184.6580212988097,1722.3830692235874,3752.913495092234,336.21645097962113,1372.5333083743976,2755.1291539457825,7616.7781888208665,1541.1940059662968,4443.227192829292,1751.9142738333956,5021.565868696654,1288.3562149888342,5701.645813446958,358.93139055386024,1547.1875483403292,730.2058145171756,2974.9247392351845,1646.2724102206225,6827.892913383911,756.7942343560696,1987.9138236683782,663.2106475320695,2707.423656674854,855.8321966990217,4839.7168215199345,1134.7245658586191,3241.1906726524608,983.9969756377253,4129.046097024215,1155.3095880783133,5820.67706302418,16493.64911623059,5177.655688046242,130648.35992136672,50923.919332150064,3681.678786639848,22801.80921633652 -2011,3674.0928818930815,4668.294029981501,835.9802314714492,1870.3865438870598,1631.4652497782465,3329.1961358988733,1710.3079327417556,3923.242314453674,332.88221816580733,1434.8267713746466,2727.5198129047667,7962.471431667101,1525.7495935473169,4644.886421825366,1734.3501983874448,5249.473436211686,1275.8269551435246,5960.419323971919,356.80622090329797,1617.407826208219,724.5696687713014,3109.9439500924855,1633.6739065211164,7137.782000937858,752.4524534265995,2078.1367971050204,657.3356600280675,2830.3021284423808,847.4050904121035,5059.371032396685,1123.4290468034642,3388.294564420858,978.1709025666477,4316.445979199707,1148.4692031518264,6084.852896899818,16291.92957898595,5123.268392999326,129610.31244671346,50608.88217115274,3636.1134551220284,22677.22567313386 -2012,3540.931777050351,4423.835822686542,801.856110895597,1772.4425543845273,1547.5211008283477,3154.8606476266477,1635.9794352152478,3717.7992175074287,314.6018423836442,1359.6911483705298,2576.5560364092257,7545.511514549289,1441.3018401199504,4401.653968925945,1638.323731576179,4974.581397017681,1207.756715233032,5648.298147947757,341.561052547925,1532.7112293100017,691.3855669680148,2947.0897429785387,1559.03838191635,6764.007474139596,724.1488444793509,1969.313832512108,625.3811457177561,2682.091544452051,801.1168525777335,4794.433827354218,1061.5603670941568,3210.8643490818176,936.3768440095877,4090.4125204707007,1099.3988525601649,5766.21567711965,15240.334310349863,4826.265260412273,123473.10747942112,48553.21226781492,3399.173731229365,21801.78418710273 -2013,3197.6944818675893,4154.035055121283,719.6357706355594,1664.344880599729,1377.0533861003755,2962.4521002917722,1466.6408947023833,3491.058189417495,278.7601398447424,1276.7663450582593,2282.0039853808876,7085.326082744184,1276.5321214881365,4133.206027598029,1451.0021462913849,4671.19177474726,1071.6291448653164,5303.819908511583,306.75754204475396,1439.2342824479456,618.281064587569,2767.3527213961142,1394.4118605413732,6351.48438750485,652.8082754411016,1849.209379072879,557.0694856597753,2518.516225118884,710.0599458539183,4502.031039703871,940.4696980288834,3015.040249668447,840.9643223467402,3840.946563343173,987.3751331494653,5414.545886921844,13369.502862878026,4263.768168998117,110264.75625948704,43655.80789000582,2979.9726812654217,19646.821618212107 -2014,2807.2315688757935,3924.327514726104,639.1853079501401,1572.3108549309904,1229.545633363154,2798.6360572235735,1297.0842024641786,3298.0115782487005,250.7778264215867,1206.164423579262,2054.037944588506,6693.525627098425,1149.010006915064,3904.6502792839715,1305.9385954816719,4412.886787174145,962.4929609847699,5010.532199159884,270.4097372656452,1359.6482985343155,548.7012219088003,2614.3251762255195,1237.181479656908,6000.263505361975,573.1269088272435,1746.952818281741,499.05972123569126,2379.24870333806,638.551769118166,4253.080209200363,846.2278652474301,2848.3162161073997,741.3181757154206,3628.552017763413,870.3807200887841,5115.1353134582705,12174.219127378577,3846.332631422767,98151.69039778021,38506.327456035906,2715.693758462066,17267.007312427857 -2015,2302.0418372009563,3620.5417314151296,543.0891122422917,1450.596833132049,1127.5590430602172,2581.9910795412407,1124.254214840104,3042.7094846014857,235.63637709132684,1112.7941320213133,1935.793130566849,6175.373684349044,1082.8649413213936,3602.3877287714195,1230.9844693376137,4071.281183596506,894.8399563928735,4622.662317450257,232.74863208792326,1254.3966797925732,483.85829226854855,2411.947872468623,1090.0190234298775,5535.777617726814,475.73856074283117,1611.7196023186048,448.4342532220594,2195.068884420571,598.787661040021,3923.8453790318845,795.9904116416448,2627.8254518731287,638.0716651862954,3347.662486279492,749.1591243896502,4719.16800896865,12206.458050278034,3690.9748738738135,87449.00353462256,32655.26589548731,2733.9198910691944,14420.447490637283 -2016,2161.057665213221,3389.534569958643,523.5796381257576,1358.0421046691827,1124.2052305076506,2417.248211087227,1095.4698655551595,2848.5706696623784,240.51983936384363,1041.7927646035148,1988.1396765326465,5781.356531231748,1112.1471195307108,3372.5388759137286,1265.016708054026,3811.5147785988124,912.2515095243965,4327.715268211674,217.84208777595447,1174.3604206258926,469.7572560894354,2258.0545402179796,1056.8884145885665,5182.569625997469,469.94250859466007,1508.8845024867703,442.9739926756419,2055.0134259261717,608.6353686732538,3673.486054310052,791.2779985008262,2460.1581403288283,597.2059317725833,3134.066271724185,701.1787191591204,4418.063454164359,13111.185593197679,3816.7057928338786,86284.11010679355,31056.045562957446,2891.8858653721077,13510.69835899486 -2017,2266.472639600926,3267.8253153660016,546.5922316367904,1309.2783912881077,1166.1341596376385,2330.4511975549494,1143.36058701645,2746.2860032270983,248.70894034037244,1004.3847316707078,2055.2974518659626,5573.763252736553,1149.7145637463495,3251.439891908626,1307.8102371834746,3674.653326680427,944.4267073380994,4172.318416959125,227.5653479733046,1132.1922324963873,489.3620131946593,2176.973751912931,1101.102507529274,4996.477207396672,492.998090224158,1454.7044360871837,459.5353815489851,1981.223308998585,629.4696438728839,3541.5808501592664,818.179444128035,2371.8203443100983,623.8618857496582,3021.530210532709,732.4754405632996,4259.422437632141,13487.518471491301,3941.215864801346,89705.84052121211,32467.028219905475,2973.9898804773093,14155.020586007286 -2018,2354.097996931264,3229.2266530467396,570.5974391594234,1293.8135516378354,1234.9969866622164,2302.92454293147,1199.8612697665178,2713.847621171537,263.8448977123916,992.5212128607868,2181.3191382856216,5507.9274797445705,1220.2099405070303,3213.0347697471,1388.1066278293122,3631.249322730172,1000.5048008079223,4123.036128549346,238.92293689802742,1118.819086307352,514.7515743176536,2151.2599310630635,1158.155554290765,4937.460179892988,513.6219101937037,1437.5218636164846,484.25637541534434,1957.8216390490022,667.5810072971901,3499.748662046619,868.0420938620714,2343.8050485960043,654.998290774637,2985.840718889629,769.0326538010072,4209.111300261313,14432.065922040272,4195.573544866541,94485.04236128168,33937.40233447443,3183.811252412825,14765.079401949428 -2019,2555.996815549299,3274.4533663904817,618.6002803913598,1311.933968972111,1346.8673964827462,2335.177995335364,1306.045536460232,2751.8562286830347,287.4977906905749,1006.4219009215911,2377.07994378004,5585.0683818888965,1329.7167415218,3258.034708775141,1512.7614840328297,3682.1065371173463,1089.7671159884567,4180.781029458008,260.3796890672105,1134.4886306089852,560.4157821944056,2181.3892551036265,1260.9408111181626,5006.611441230272,558.3394563642911,1457.6549778993744,526.2706260845332,1985.2417763019578,727.3831620140371,3548.76415291165,945.8751791718664,2376.63105012998,713.8211739136809,3027.658707154988,838.0965255114908,4268.0617211087365,15753.789463023144,4576.621267526186,102853.32745767711,36901.952680489325,3475.736639453543,16056.828740254785 -2020,3127.2040165751146,3381.4119603864933,756.9004461667027,1354.7877210447953,1631.6157521675893,2411.4555681587085,1588.8652939063795,2841.7444146380412,348.6159955893071,1039.2962342665876,2881.821852195125,5767.502209663,1612.064740596629,3364.456994466425,1833.7951711757412,3802.3809445027005,1322.2467520512303,4317.3444220858755,316.2408006595396,1171.5462079377342,681.2926414301255,2252.643385664381,1532.8644136306468,5170.150224813143,681.3558434207582,1505.2686433030956,641.1020329382911,2050.0888348415237,882.1395214935699,3664.6829893546583,1146.9115874777463,2454.262668945605,866.96232096631,3126.5558610252997,1017.8993500115849,4407.476099540152,19024.626695137464,5537.329334559464,125047.51019707668,44996.27841979271,4196.427438710314,19583.121930787802 -2021,4186.1826519596725,3621.5814232216558,979.6970380975017,1451.0133933470286,2001.5915237394956,2582.732536253818,2034.3771350927436,3043.583243379994,418.95826423310064,1113.1136872225072,3455.920868034108,6177.147033725505,1933.210470108082,3603.4222073890905,2199.047069854119,4072.450311865881,1601.491904138919,4623.989782921541,408.5423526224784,1254.756898247949,860.3068289075417,2412.640498773415,1937.1810360816276,5537.367297686021,903.423570975929,1612.182431306435,793.9179609187873,2195.699230734243,1061.6807109576275,3924.9721689415983,1377.7825281097537,2628.58007059982,1120.0035716578436,3348.6238167974643,1314.994758169513,4720.523187468589,21892.76728280501,6565.296759665656,156441.92896068635,58605.84337644201,4816.768886171839,25876.499732078046 -2022,4251.887967019039,4039.9285641975284,997.6523663755196,1618.627270735552,2071.698303340448,2881.0770013317247,2087.974128300856,3395.162898617298,434.3841268838287,1241.6950648617824,3584.8202337344405,6890.700451129506,2005.3155942928042,4019.6716857313945,2281.3370412175454,4542.879592790298,1657.7579245822942,5158.130170649191,419.2205096795585,1399.700197778911,884.9916142649973,2691.3367744922684,1992.5892185506596,6177.016530108775,921.3270945448102,1798.413757363052,815.9833243012497,2449.3355261191095,1100.4248382149367,4378.365505553622,1428.6346571121585,2932.2206156695943,1149.2773396426887,3735.4402475915963,1349.365051645418,5265.8146357638625,22916.40018829112,6833.1128219550155,161022.9504985514,59888.66397737701,5044.8355947974005,26395.583082823134 -2023,4147.6550080529305,4376.72465691296,972.8791495504327,1753.5671172411453,2023.6020261476763,3121.263297064793,2037.2674912230768,3678.2069129398237,424.6127467855135,1345.211263117271,3504.311236385068,7465.156397845946,1960.2795988065286,4354.779026428173,2230.038988478004,4921.60512523851,1619.7929582479137,5588.147201788777,409.0127850952321,1516.3887852362966,863.7644622139461,2915.7050264121876,1944.7699535478432,6691.97490101069,898.1993792301341,1948.3418357784353,797.1330200033735,2653.5288978179656,1075.6436109406159,4743.376017823261,1396.5075277624726,3176.670593099658,1121.293244677852,4046.8521104423726,1316.5089616095552,5704.808980863449,22417.97395532929,6679.913568953527,157247.96283685265,58432.334753908195,4935.363574657131,25744.394726799044 -2024,4045.3767354336237,4518.448035509581,948.9437610552957,1810.3496374892072,1948.7899318332586,3222.333392770027,1973.2543408322085,3797.3114835359916,408.5122502000517,1388.7707511088408,3370.397350971465,7706.886748596669,1885.3693982377015,4495.791780267345,2144.6490912282843,5080.972360133112,1560.4654410979895,5769.097835793557,396.1153968687803,1565.4911982862632,835.3778407310523,3010.118908876008,1880.9487533065858,6908.66874556338,873.7449846032017,2011.431385446936,771.9101715552466,2739.4532156771065,1035.0745753675321,4896.971989216684,1343.4776635228766,3279.534840781202,1085.9355374879879,4177.893836557556,1274.995522909765,5889.537257461633,21431.587839310734,6410.02493502589,152023.4501555815,56763.14390914979,4716.419534376593,25036.49205840747 -2025,3911.1957425812625,4536.707671711111,914.3823874616689,1817.6654958366623,1862.4568075231389,3235.355261121643,1897.460962413073,3812.6569131366755,389.6820532890805,1394.382954343953,3214.097540446758,7738.03128034072,1797.9367162636615,4513.959859594665,2045.1667677649575,5101.505230294934,1490.1370322579937,5792.411510503274,380.8540290198019,1571.8175518334897,802.0193760596629,3022.283190896621,1805.9317953772243,6936.587574537285,844.0277334333722,2019.5598412915012,739.5176053061494,2750.523702427484,987.5607813945721,4916.7612899477035,1281.4806507408778,3292.7878676241135,1044.0970686254097,4194.777248947083,1225.8730302353074,5913.337643539213,20319.709659789976,6101.668059496542,145757.8427148594,54694.01798701975,4470.107489060987,24159.204959286613 -2026,3756.9915694452307,4585.053473080731,875.035450931681,1837.0355988666834,1768.3892944388745,3269.833092653457,1812.2712245241803,3853.2868075780543,369.0866952660421,1409.242311882957,3043.304003804887,7820.492252116351,1702.3963766925547,4562.063247018808,1936.4642744824941,5155.869843665955,1412.947420080893,5854.138823921348,364.01667475580587,1588.5677558689115,764.6764596140756,3054.490402249677,1721.996011728734,7010.5078950271145,809.7637666634009,2041.0814481496998,703.5495286688295,2779.834886264426,935.5599011705121,4969.157164204242,1213.6837039220354,3327.8777344879413,997.9380919810225,4239.479240422524,1171.677834911072,5976.35361631804,19124.41654022177,5767.327947544986,138803.37370365954,52354.83473386303,4205.550107055336,23164.806391625472 -2027,3613.937270794996,4665.694794162035,842.0252435696209,1869.3451408242074,1692.2731453192955,3327.342489622336,1738.5239523733119,3921.057912210225,353.25713928382635,1434.0278814343528,2912.415965441573,7958.038047474986,1629.1788072405657,4642.300219009643,1853.0979049205328,5246.550608450387,1353.014342388023,5957.10065224593,348.97242958655994,1616.5072778859485,733.2230055372728,3108.212380131447,1651.1531636731909,7133.807791402378,778.1144937208401,2076.9797218295353,675.2142416625062,2828.7262588367153,895.5117533004781,5056.554050791217,1161.6035636107163,3386.40801302924,956.6948568199867,4314.042647076694,1123.2542053627878,6081.464942434176,18256.113488361203,5513.221004612278,133080.6326063658,50281.661322376385,4013.9740718098656,22252.22907747399 -2028,3557.194285062694,4616.244315520618,827.1024287272404,1849.532440671718,1654.8182546641938,3292.0768569620886,1705.7459401190883,3879.499645093798,344.9610150188692,1418.8289950410988,2843.52301492869,7873.692883923643,1590.6407219273142,4593.097693350566,1809.247691491951,5190.94379097726,1322.0821947245045,5893.962900728781,342.52373547333406,1599.3743401038168,718.6947499715592,3075.2692501802558,1618.5150699223661,7058.198428727795,765.368224121602,2054.966357067335,661.0489018212595,2798.7453291753823,874.5848484442536,5002.960957132221,1134.286889029506,3350.516360337135,939.0160032250545,4268.319237554845,1102.4974860128925,6017.009086337319,17762.1783142616,5377.315703538603,130355.76049880064,49395.73398768773,3904.502051669596,21880.4810192622 -2029,3529.5376387622464,4569.263114374427,819.7108403335459,1830.7090748179103,1633.3960172466807,3258.572190736853,1688.7659279158222,3840.0165630220954,340.34016561740094,1404.3890551566437,2805.0563562904695,7793.559441267839,1569.1228255202177,4546.352063815774,1784.7608579906343,5138.11366377569,1305.0132107168904,5833.977891777603,338.8872982563223,1583.096924428949,711.1131204229379,3043.9711140015334,1601.437208203177,6986.364570412521,759.3170929507714,2034.0522153600955,653.7890910053533,2770.2614777412487,862.9484980067296,4952.043999755569,1119.0648221561664,3316.416933983257,929.0468466736744,4224.878996755305,1090.7927120816528,5955.771791501506,17474.656949214328,5299.6029446712755,128891.58384631555,48942.326937397316,3840.6433732544397,21689.99513192851 -2030,3548.845972480213,4495.639731896625,825.4116244406822,1801.2113218877084,1643.7670975119006,3206.0676400631514,1697.2104193441544,3778.1433460363896,342.5781139984578,1381.7604890252335,2823.5702657894117,7667.9837864532,1579.4793368677556,4473.097841308853,1796.4690045269938,5055.3245360731225,1313.5241177247697,5739.976479527526,340.87537483173884,1557.5888835371911,714.7451843143663,2994.9243762742844,1609.65986150569,6873.795042674291,762.5036603505811,2001.2780457658416,657.8509775719573,2725.6249542507016,868.6084822672408,4872.252965552711,1126.428485775744,3262.9803455717934,934.4970842093978,4156.804588581695,1097.1918289877235,5859.807944907338,17598.666843427538,5334.833990616891,129660.68777300691,49207.9130855391,3868.011378289507,21804.205635393508 -2031,3581.4205338173556,4424.615591541438,833.0126699168641,1772.7549745457623,1659.151383530035,3155.416740161081,1714.46026416609,3718.454536591311,345.7806015929571,1359.9308147714255,2849.9763742822956,7546.841526581637,1594.2506720234394,4402.429827889199,1813.3444077370377,4975.458243219713,1325.9875391059347,5649.29374705122,344.0273476617743,1532.9813931515341,722.044198214228,2947.609212707133,1626.042525683555,6765.199734109002,770.558946979321,1969.6609542529814,664.2701304189166,2682.5643041873054,876.7261386765294,4795.278919786504,1136.9593639008813,3211.430313126837,943.1380997730165,4091.1335183591805,1107.33723428728,5767.232060994605,17764.62825957073,5385.398494776866,130891.85463195213,49679.36700413263,3904.502051669596,22012.79213430938 -2032,3663.6444269833023,4323.895173597183,847.1523278301316,1732.400593864569,1665.506547965018,3083.5879255935756,1736.3123762445998,3633.808924496066,345.71150765545514,1328.9738203828279,2847.9448635634994,7375.047838070144,1593.1142635402357,4302.21443899012,1811.9328292183507,4862.1986338020515,1328.0048926846553,5520.695179442177,349.1090547548714,1498.0851352903626,729.1652548163444,2880.510856771364,1642.362753281102,6611.199068831222,785.6648445533332,1924.8242739998775,668.8167367320044,2621.499338815713,876.8572612798428,4686.12085012651,1136.623645627061,3138.326424970917,957.0694096062643,3998.004370909032,1123.6939673091572,5635.948786425995,17568.8207207117,5364.824656025291,132019.14502279775,50521.431167929135,3858.888709944485,22445.27861942105 -2033,3715.395293047603,4325.584675934363,853.7607592947132,1733.0775054766123,1654.8929976254872,3084.7927949990603,1743.6593740249546,3635.228785159731,341.96713885446417,1329.4930985534224,2815.48706097004,7377.929536182373,1574.9576661508775,4303.895469879607,1791.231620842202,4864.098470783716,1316.3622505085855,5522.852314856902,351.0026019046443,1498.6704913722638,730.0095750499023,2881.63637661618,1644.5146062425983,6613.782303583664,795.1137482704816,1925.5763725080562,667.076284585948,2622.5236534861724,867.6978294644555,4687.9518871453865,1124.1933196453697,3139.552682689235,962.26049825897,3999.5665359147774,1129.7888178437822,5638.150955596293,17166.58347882816,5285.803584400231,131890.714490414,50932.67311611171,3767.6620264942603,22692.331647410578 -2034,3739.431688451954,4458.405669800791,855.3741707404456,1786.2932194136492,1640.710886837342,3179.5141507462504,1743.9259512224887,3746.851776350504,337.87597074837487,1370.3163878698613,2780.596082404753,7604.4755425810445,1555.4399724158645,4436.05047703668,1769.069173077795,5013.455018292318,1302.8703034240893,5692.436495584642,351.05282093215567,1544.6885257087097,728.4918384550896,2970.11963059875,1641.2265458174616,6816.8644773451615,800.0880700726664,1984.7029384461016,663.2194505868113,2703.050616703927,857.5700054262043,4831.899694319951,1110.6542483750372,3235.955490367649,962.398171843647,4122.376847614515,1129.9504602231195,5811.275485479525,16802.459437600453,5207.430808080485,131313.532678621,51058.32944653883,3685.5580113890587,22795.798191030233 -2035,3720.59052358988,4678.10614819398,848.8279844900305,1874.317841648894,1626.8091500004143,3336.1936527279704,1731.7136761362426,3931.488435438854,334.52853051452115,1437.8425818194771,2752.751134271532,7979.207462099039,1539.86376354816,4654.649340433702,1751.3444796485642,5260.507114377323,1290.2193315663078,5972.947313560225,348.99237013016165,1620.807397162109,722.8849917350648,3116.480628689959,1628.702548036224,7152.784646512089,795.4692207873462,2082.5047576027823,657.3550247740553,2836.2510380189738,849.1359671004143,5070.0051412021385,1099.628630615716,3395.4162980972887,956.7495230740759,4325.518560732421,1123.3183889416578,6097.642428910115,16596.951142884787,5152.758390624256,130271.41386086309,50742.92554899134,3639.944669663946,22671.82059347829 -2036,3585.6946841718145,4433.582961736902,814.1967918689081,1776.3478177642762,1543.1708177802557,3161.8118245349824,1656.511303793261,3725.9907298932467,316.1711208725395,1362.686987099613,2600.4715071286037,7562.1367133329395,1454.679935324591,4411.352234188563,1654.423882972263,4985.542006438447,1221.4938329021663,5660.743172956053,334.14309244158216,1536.0882871563888,689.8440288294396,2953.583133481727,1554.444404950639,6778.910767125742,765.4299659887282,1973.652866899608,625.4488347033392,2688.001058339411,802.7950711368659,4804.99751349811,1039.1953474164516,3217.9389202315524,916.0407839654123,4099.425020303062,1075.522310523493,5778.920512527649,15525.626751489726,4854.1652942481705,124108.97130192973,48684.68178780451,3402.755292693363,21799.161268464894 -2037,3238.0868528889227,4173.399368594609,730.7249296859001,1672.1033360696524,1373.2411385963635,2976.2617697718215,1485.0954414697198,3507.331991693227,280.1621001098858,1282.7180771476217,2303.254618814043,7118.354806263944,1288.4195311303533,4152.473245160282,1465.3015881045874,4692.966849011188,1083.906339470947,5328.544021320373,300.1508231788348,1445.9433697418817,616.9585481818374,2780.252922014862,1390.4298358905057,6381.092258663508,689.9235551886914,1857.8295928214452,557.1690701841982,2530.256457693651,711.5833126623228,4523.017559837347,920.7627238487518,3029.0950623396343,822.8522498057413,3858.8513937791067,966.1097719901744,5439.786156317453,13619.736656068306,4288.5179158817455,110837.49329869096,43776.20238356629,2983.1125488223315,19646.569882980093 -2038,2842.696913968757,3943.236961458287,649.0212646302753,1579.8870646755095,1226.069698555886,2812.1213382680967,1313.3483276982056,3313.9031097345405,252.02654560523845,1211.9763497837746,2073.090176118999,6725.778507578242,1159.6676506748945,3923.4649108831077,1318.7618052277166,4434.150366048257,973.4307522140837,5034.675543813042,264.51831655933574,1366.199789708067,547.4609286066297,2626.922351786156,1233.4981705028415,6029.175889129115,605.8286489846178,1755.3705436466541,499.11103135602536,2390.713158445224,639.8825623013253,4273.573757040544,828.3790082132573,2862.0408819419376,725.1670663118308,3646.036264640714,851.4177232360996,5139.782690206207,12402.126877896422,3868.5403601206185,98656.23048772667,38610.36471565315,2718.555166816682,17264.41976253619 -2039,2331.357704293594,3616.317972420604,551.3626469464926,1448.9045528392385,1124.0486972303659,2578.9789037799815,1138.0798514853366,3039.1598302937336,236.74430597627673,1111.4959356261725,1953.3540276811593,6168.169433692989,1092.688346272557,3598.1851484119275,1242.8440272188507,4066.5315875984124,904.4631573560773,4617.269474889553,227.37628912201745,1252.9332884959051,482.44674658185073,2409.134070757053,1086.0509323264564,5529.319526026977,503.4464737157482,1609.8393546452032,448.23993940676235,2192.508095833679,599.8308117210871,3919.2677830691014,778.5914649254966,2624.759805289888,623.3435879836226,3343.7570708510857,731.8669078204092,4713.662581935008,12435.170896465985,3711.704617087036,87869.39104842601,32729.87084007268,2736.8005035067267,14405.98395543395 -2040,2222.972301199357,3383.4263648374263,521.9167420037033,1355.5948070926693,1146.311311800207,2412.8921416631006,1132.0776078162053,2843.4373235956964,231.48236611362537,1039.9153729532284,1866.7585803058878,5770.938076767635,1044.2476464064177,3366.461298356049,1185.2953942936158,3804.646132296581,847.3291633675688,4319.9163884484315,210.64206220522826,1172.2441317409828,434.9788764290822,2253.9853501796806,980.1412659631047,5173.230232143473,465.83140689814593,1506.1653751684944,440.18725650483,2051.310131779635,595.5454166234596,3666.866146512525,747.5182362375207,2455.724743872293,577.4673311024762,3128.418440360892,678.0036534078822,4410.101759937734,12463.491445711963,3692.119014671666,83313.96577674276,29872.82146172682,2753.4937620195133,13109.480642119288 -2041,2331.1080725241286,3246.966443345006,544.8271183663662,1300.9211298778005,1188.902747439407,2315.5756829267966,1181.359652424238,2728.756171382966,239.37215086288006,997.973638495302,1929.942784214511,5538.185336800389,1079.5923111733161,3230.6856097655836,1225.4765359285889,3651.1976287573066,877.2900564174237,4145.68607052342,220.05461724133835,1124.9653306268906,453.21360527435866,2163.07789993128,1021.3275038159916,4964.584168887288,488.6648839193961,1445.418904967134,456.6296319947125,1968.576952642543,615.9364164365047,3518.9745678227805,772.9771357569545,2356.6807660755694,603.2714985069042,3002.2434660201693,708.3002932887035,4232.234097088921,12821.254558464423,3812.9204803879,86620.8167736,31232.02901197478,2831.6686637803186,13735.238194491489 -2042,2421.664243935691,3202.6494571804,568.8060773004605,1283.1652014689303,1259.3262956793603,2283.9710028988607,1240.0335267871121,2691.5121001540747,253.92510643175865,984.3525602668878,2048.0551170303097,5462.5961099849865,1145.6632679942347,3186.590836392233,1300.5681891832887,3601.3633980619056,929.2514747978357,4089.1026978782397,231.02341487935442,1109.6109763817963,476.61054138527834,2133.5546218078807,1073.98731354773,4896.823872695579,509.13659754878285,1425.6907646456414,481.2229288089967,1941.7083665033076,653.2199346133414,3470.9450147131574,820.0053782408108,2324.5150536400047,633.3420467683288,2961.2666390439945,743.6060854662456,4174.469453321048,13719.11292277612,4058.5146178077284,91232.2566950627,32643.672069387485,3031.4489682801573,14326.761149442187 -2043,2629.4233252185304,3240.1434422278658,616.6738026158791,1298.1874439967346,1373.4229836588709,2310.7098563939066,1349.81990140095,2723.022109534588,276.6853841656967,995.8765502225586,2231.8059034060284,5526.547691201259,1248.4517743509223,3223.8968203188256,1417.3279671255245,3643.525197910055,1012.1272626329087,4136.974548188944,251.76937927821237,1122.6013888241216,518.871201336785,2158.5325240596135,1169.2607595818758,4954.15185801451,553.4686693705773,1442.3815792123391,522.9832199359674,1964.4402906285002,711.733706264283,3511.579983423347,893.5132781471972,2351.728563525822,690.2163318334041,2995.9347126406674,810.3821106752623,4223.340707373847,14975.539486808384,4427.057134000055,99312.34458770392,35494.88240943759,3309.404174540802,15580.323455203637 -2044,3216.820936818339,3349.7662512054635,754.5067739258008,1342.1086335143564,1663.6957650004492,2388.8874154145506,1641.9698800931835,2815.1493063324056,335.5143495902329,1029.569745223596,2705.8416074974853,5713.525734815766,1513.6230040602293,3332.96996217155,1718.2038582423538,3766.795501801579,1228.1256136817335,4276.93957712281,305.78893152176903,1160.5820275826443,630.8484260038101,2231.561512675691,1421.5452543249999,5121.764203720945,675.396495917515,1491.1812460018073,637.0753789204899,2030.9026144629645,863.1658760851044,3630.3862241333845,1083.4709561105742,2431.2938962597614,838.3089128443356,3097.2952803343446,984.2574202556689,4366.227736873202,18084.80755206987,5356.580267909885,120743.42417265159,43281.84679707876,3995.6060899967692,19001.819959489556 -2045,4302.194736608641,3605.8560436774715,976.2007662594472,1444.7129036803406,2038.8538040820522,2571.517974257977,2099.744834770835,3030.3676074233977,403.3291064928902,1108.2804022119415,3246.634819687797,6150.325054525282,1816.1377721615038,3587.7756775317753,2061.6045626994764,4054.767200720487,1488.5253041704063,4603.911815357805,395.1771126672743,1249.3085799154899,797.6255909518825,2402.164498619556,1798.79402536802,5513.323325659511,895.2667318592214,1605.1821246270931,788.7139343799206,2186.1652179002986,1038.9119275832686,3907.929427154487,1302.196664976278,2617.1664326218315,1083.3632664610768,3334.0836548305983,1271.9754227935016,4700.026059254354,20811.538936608096,6355.531664682267,151094.99772075718,56400.03147935171,4586.260903300639,25115.817417395767 -2046,4370.40848681122,4029.7265647091763,994.1824997293015,1614.539764155802,2110.6420528479885,2873.8014404829582,2155.5401653000176,3386.5891207387663,418.15350628784796,1238.5594221851586,3367.3349216661295,6873.2994200568755,1883.6563033425602,4009.520840777204,2138.487203911121,4531.407495067576,1540.594495095764,5145.104385533045,405.48274505978526,1396.1655459961698,820.3222823971844,2684.540363130028,1849.8215441151356,6161.417759368574,913.0538937556963,1793.8722373978078,810.6892203999191,2443.150238585632,1076.810261966947,4367.3088539476175,1350.1189038055604,2924.815902258099,1111.6157720182448,3726.007170028684,1305.1466533618454,5252.516915923985,21784.56375440659,6613.9387214122435,155513.39697915467,57629.78182635878,4803.413408191769,25618.86170670008 -2047,4263.348794799132,4355.865784891965,969.505671357721,1745.209855830838,2061.6893521776115,3106.3877824366405,2103.2541138707984,3660.6770810956914,408.74517424415825,1338.8001699418653,3291.6791902341693,7429.578481909783,1841.3351803444089,4334.0247442851305,2090.3807145904207,4898.1494273153885,1505.2931388410807,5561.514855353073,395.60649099300537,1509.1618833667999,800.6219405690928,2901.8091744305366,1805.374148941102,6660.081862501306,890.1397196491841,1939.0563046583857,791.9652917999238,2640.882541461923,1052.5596500299298,4720.769735486774,1319.746357107151,3161.5310148651292,1084.5403910733091,4027.5653659298328,1273.3574832922075,5677.620640320229,21310.749102021495,6465.543958787994,151866.68730540285,56227.897112820894,4699.180205844025,24986.67674273716 -2048,4157.783149685685,4505.1919271574725,945.5901550997617,1805.0384795957978,1985.237943969009,3212.8797927141045,2036.867233210117,3786.1710273269427,393.2626530227283,1384.6964106697653,3166.1373487088636,7684.276479541023,1771.1082244212453,4482.602140262772,2010.503984394128,5066.065932171415,1450.3035160088705,5752.172602748011,383.14621735408264,1560.8983998772374,774.4301518144295,3001.28789829556,1746.3934924540738,6888.40026825872,865.875876030466,2005.530299016646,766.8694533257726,2731.4162772488767,1012.8705895970227,4882.605376880736,1269.719221692842,3269.913424566551,1050.3810171678983,4165.636837484916,1233.2510061659984,5872.258682292651,20373.112046444232,6204.8389304641205,146824.66652628084,54624.639748077585,4490.713801148544,24300.02742901364 -2049,4019.4508962080854,4522.801759131497,911.1026766649302,1812.0939890715922,1897.0545567051204,3225.438252867906,1958.3240675135955,3800.9703603396465,375.1502035515468,1390.1088928727856,3019.5341058806816,7714.312673300265,1689.0997135757823,4500.123673589819,1917.3941906291116,5085.868100708807,1385.070770039346,5774.656615562065,368.3991860608308,1566.999617981769,743.6277751003985,3013.019290975207,1677.0146863982966,6915.32555207685,836.3969294706984,2013.3694881467711,734.6606437231151,2742.092799463951,966.3845292264339,4901.690437333774,1211.2057864387207,3282.694816992724,1009.9525827258648,4181.919421214751,1185.7840330977062,5895.212085915664,19316.181544540763,5906.892383250192,140777.11640110993,52636.25837751834,4256.189095866123,23449.077006073003 -2050,3860.5512377161276,4585.703283611386,871.8501334890607,1837.2959502637477,1800.9946986404866,3270.296505346365,1870.1006024540393,3853.8329094632113,355.3373914831651,1409.4420348523577,2859.2989704591346,7821.600600852121,1599.465646910265,4562.709799290626,1815.6298598389064,5156.600552378245,1313.4515387490794,5854.9684938647915,352.127649664693,1588.792893495437,709.1226780848119,3054.9232957897016,1599.3376157593882,7011.501449820351,802.4143664457406,2041.3707176700484,698.9017408365909,2780.2288546212144,915.507011174234,4969.861411313405,1147.2049442752423,3328.349373479569,965.3447745927498,4240.080074910298,1133.4100627346922,5977.200606988399,18179.955097945796,5583.7792693082165,134064.4895173766,50388.05179890433,4004.292190192415,22484.62362066356 -2051,3713.4255535758425,4657.117311545593,838.9387790347414,1865.9085089490125,1723.4082397159154,3321.225453763198,1793.9045391140285,3913.849381098819,340.10326789295135,1431.3915432752674,2736.411657851979,7943.4078721153355,1530.723610142873,4633.765745327678,1737.5239947200332,5236.905271876599,1257.7891163290494,5946.149029916718,337.5787929833171,1613.5354668937748,679.9935373457907,3102.4981963206787,1533.6263274468647,7120.692893189072,771.0430517141825,2073.161371456299,670.7407112335183,2823.5258864629795,876.3205482210598,5047.258006711346,1098.0084244275233,3380.182390234478,925.459628433285,4306.111646991093,1086.580963742726,6070.284686946506,17354.542929581003,5337.9176405026365,128537.970281229,48393.5692298813,3821.884086083866,21598.81963208844 -2052,3654.896228491274,4599.219314915125,824.045850849777,1842.7112482109019,1685.1339562976282,3279.935469580432,1759.9230441141167,3865.1918053668874,332.1238542203828,1413.5962640917317,2671.8000498508527,7844.654207251881,1494.5804686046383,4576.158058949617,1696.4876048656367,5171.799262407286,1229.1025743077746,5872.225593278159,331.34865616385576,1593.475746518307,666.5831454708036,3063.927462946348,1503.452916768034,7032.167347114813,758.3976893192448,2047.387511347296,656.6547186192885,2788.4233796278622,855.8465777588116,4984.509721126783,1072.2292882930467,3338.1594443758927,908.3799414805794,4252.577406612431,1066.5277251796215,5994.817976782366,16885.019270170706,5206.630476701768,125908.32834123439,47542.472021510606,3717.6508837361234,21238.358892539334 -2053,3626.3305028309314,4536.902615500621,816.6628294334303,1817.7436015083217,1663.2356125935255,3235.4942853790244,1742.2867665842873,3812.82074423194,327.6808878552544,1394.442871428504,2635.7461116177274,7738.363786036545,1474.4122258865818,4514.153825903364,1673.5869329074044,5101.724443617407,1213.2861266909056,5792.660412291084,327.8359469274138,1571.8850933398303,659.5990768708089,3022.413059378534,1487.693724892522,6936.885641939001,752.3904028170743,2019.6466224281962,649.4310248403194,2750.6418933166683,844.4629307632064,4916.9725647635705,1057.8719641499993,3292.9293597790897,898.7499805579088,4194.957499876223,1055.221200401361,5913.591741561899,16611.709199421824,5131.584562969144,124495.28552296165,47106.99206088511,3656.8481823666084,21053.530071991332 -2054,3646.198970963349,4436.052232928976,822.3428415169944,1777.3371495375543,1673.813933238933,3163.5727864748997,1751.0364866380535,3728.065909640793,329.8345099812988,1363.445931671103,2653.1261384436575,7566.348423477515,1484.1344536555755,4413.809124041304,1684.5550968309415,4988.318689622143,1221.1890261083274,5663.895907474241,329.7580928570111,1536.9438070798217,662.9516748395554,2955.228123055137,1495.2983111411172,6782.686261847589,755.5517434158088,1974.7520871486595,653.4678492145174,2689.498132745124,850.0010502092985,4807.673642949271,1064.8271271351664,3219.731141994889,904.0194716953084,4101.708183197286,1061.4081031927908,5782.139065572901,16729.59183263367,5165.646036444099,125238.02622396745,47362.57622443545,3682.906482953543,21164.457434383392 -2055,3679.6717776216046,4357.360343439634,829.9161909617469,1745.8086617712222,1689.482318371676,3107.4536275847436,1768.8209760249817,3661.933110664092,332.9176977598946,1339.259531027909,2677.935673979094,7432.127674326186,1498.0126805268142,4335.511808865919,1700.3771878287575,4899.83005097458,1232.77561338053,5563.423088979987,332.8071030627831,1509.6796979423605,669.7281204473561,2902.8048257934397,1510.5286754367473,6662.367029852032,763.532095175032,1939.7216220298692,659.8434169594462,2641.7886652431985,857.9447119114608,4722.389497689784,1074.7811830507867,3162.6157804284708,912.3782190774714,4028.9472800064386,1071.2220977822344,5679.56871146784,16887.357164898058,5214.6118506571975,126427.00923734723,47816.144943734886,3717.6508837361234,21366.790926429996 -2056,3763.4980539693847,4260.21387395925,843.9308646036851,1706.8862099857752,1695.5701215804781,3038.1735760855895,1790.9153270564436,3580.2910509914423,332.8741620263066,1309.4010100650514,2676.3747503753566,7266.42988773498,1497.1395141642113,4238.852448054515,1699.286784837639,4790.589328842721,1234.8524307785233,5439.387693988206,337.7465216991324,1476.021693751332,676.5106920738846,2838.0873780292163,1526.0898240733552,6513.830901480852,778.4585238765711,1896.4759199298185,664.3182949782793,2582.89052010171,858.0861787164756,4617.1047768834105,1074.5877079934135,3092.1058998641643,925.9194504311191,3939.122713496922,1087.120840161109,5552.943873262512,16701.27474882339,5195.556049423151,127522.5014301927,48631.369732431536,3674.220382757898,21787.79855991484 -2057,3815.955595716895,4287.765782469995,850.4356314770063,1717.9250859875744,1684.3441895937817,3057.8222329100136,1797.986223653177,3603.4457221880507,329.2941789852785,1317.869246144397,2646.256157003618,7313.423775222737,1480.29144898143,4266.266206681335,1680.1295140830418,4821.5713130354925,1224.24882324614,5474.5656255505855,339.6039010277303,1485.5675090247605,677.4959354207315,2856.442025494906,1528.5416851983884,6555.957536049384,787.7737578565005,1908.74092177823,662.5429413988065,2599.5947432718435,849.1373220548468,4646.964791465024,1062.9724209446117,3112.1033510201596,931.0113863555088,3964.5980421601766,1093.0992756044855,5588.856202100418,16318.961796831294,5119.997727843702,127405.5545469263,49032.174344087834,3587.359380801448,22028.786212985513 -2058,3840.1283811000435,4398.233339464609,851.9850055808839,1762.1847300485165,1669.596154415072,3136.6022243858533,1797.8721351004838,3696.2828466691126,325.37361193358277,1351.8220792620775,2613.7500737362006,7501.842662517878,1462.1078438254115,4376.179860843031,1659.5339875290445,4945.79153187392,1211.8679296857385,5615.609218167924,339.6712508346482,1523.8408247323184,676.2440714488381,2930.033771933863,1525.8339719036621,6724.861494313309,792.6660724565014,1957.9166364188331,658.6776878064621,2666.5692225307953,839.236993005049,4766.686547268909,1050.2729952138784,3192.2818103258137,931.1960233308785,4066.7396894426856,1093.31605764065,5732.844312077026,15972.86372407342,5044.823132867529,126853.09172764112,49156.590660198664,3509.184479040641,22129.95860707313 -2059,3820.6370553983675,4646.330480688709,845.4534888309283,1861.5866853542843,1655.3584185831498,3313.5328201422867,1785.1878289162628,3904.7841099344932,322.1547020419475,1428.0761493449907,2587.6466536194976,7925.009323955226,1447.5058297741043,4623.033001447389,1642.9541028181288,5224.775534186459,1200.1409811601682,5932.37653943714,337.6830467010925,1609.7981905920124,671.0757381644672,3095.312179512699,1514.274549999384,7104.19992024372,788.0817589060491,2068.359508080969,652.8460414124827,2816.986026261948,830.9859231994657,5035.5675306577405,1039.8719411255447,3372.3532003580526,925.7454360992896,4296.13781664076,1086.9165301571118,6056.224673038568,15777.516239749282,4992.063269231467,125848.15629218405,48854.08828885397,3465.7539780624147,22010.028233013592 -2060,3681.6058650388263,4423.770843524422,810.9025677199617,1772.416520002442,1569.9362333142199,3154.8143077058853,1707.290193249615,3717.7446089080668,304.4955120996102,1359.6711766547826,2444.7915450238797,7545.400682901001,1367.5939908775808,4401.589315580227,1552.2267860841469,4974.50832827281,1136.3814117968755,5648.215183367747,323.3336562345518,1532.6887162024987,640.552234112938,2947.0464548842538,1445.5682304797035,6763.908121551512,758.2874176509831,1969.284906401846,621.1239629001569,2682.052148762818,785.6465245933576,4794.363404692656,982.8262619472331,3210.817186555122,886.4071191035738,4090.3524387703483,1040.7294625855272,5766.130980517351,14759.133988912914,4703.522686666671,119900.23755207327,46876.072509848076,3239.915372975641,21163.692011941155 -2061,3324.2544079512995,4142.923322150646,727.7226091799547,1659.8928825691705,1396.7750113533518,2954.527762571954,1530.3004472185194,3481.7198699591795,269.8326961852704,1273.3510906119366,2165.6175104945933,7066.373365591669,1211.4265937805114,4122.150010717604,1374.9540990982737,4658.6966862449035,1008.5240822616797,5289.632587084174,290.4577092165642,1435.3844384248355,573.0015270458524,2759.9502599176512,1293.3281629187197,6334.494641981611,683.4569117440137,1844.262882340329,553.2888843122121,2511.779382650201,696.3925491711377,4489.988443511275,870.9065136753395,3006.975242583652,796.278940604035,3830.6723186629943,934.9100837108443,5400.062381786623,12947.38092772158,4156.091882650685,107083.77760775344,42153.2526735503,2840.354763975964,19074.78623448436 -2062,2918.8719131365115,3891.4471699490364,646.3992952016356,1559.1371015139125,1247.429169169636,2775.1874235094565,1353.706418690713,3270.3788800692914,242.71652355338014,1196.0584622505253,1948.934633093226,6637.443297178901,1090.2161774309739,3871.934802062726,1237.2679047819854,4375.913002881174,905.5750175206174,4968.550986937725,255.95558658383405,1348.256358217509,508.30467025536257,2592.4208084501242,1147.013499545062,5949.989736908853,600.1840525034983,1732.3158108559269,495.6611769870834,2359.3139457566435,626.2121969145622,4217.445379253508,783.4282397406516,2824.4513325398875,701.6926625097709,3598.149855625345,823.8564558151658,5072.277674268693,11789.825002673815,3748.2657316473455,95308.67998754073,37175.01284958125,2588.4578583022544,16760.611993001796 -2063,2396.286219754314,3569.4667295986533,549.4117980018646,1430.1332557496014,1145.1755378746068,2545.566917396271,1174.849786831887,2999.785965420756,227.90494052873487,1097.0959391732122,1834.9455438191746,6088.257654333761,1026.4517252697658,3551.5688255685727,1165.0879663069486,4013.8475978865845,840.5964244631847,4557.4503950983935,219.92508403933977,1236.700899036044,447.2209060399382,2377.9225107669004,1008.2897238276025,5457.684372887873,498.918908339471,1588.9830651584882,445.31130970584803,2164.1030357780114,586.9624642210632,3868.4916710155726,735.8362356890156,2590.7547039894016,602.916388080885,3300.4369934522506,707.8833585925979,4652.594680303792,11821.000730461163,3592.682501713327,84861.84788758979,31495.40898981471,2605.8300586935443,13981.29733701146 -2064,2074.092777858591,3328.387526978056,497.58185760614685,1333.543089471156,1085.4664629876886,2373.641167935016,1068.2116919769303,2797.1825898018415,208.23239854136557,1022.9988725102847,1659.5941474455374,5677.06113344041,928.3617607242459,3311.6984344481284,1052.2474137536376,3742.7552326559107,749.8663754741942,4249.643489903683,195.7845111589131,1153.175014301629,390.0105577360312,2217.319343342586,879.9757491294492,5089.076315594496,446.0808576766075,1481.6642975819339,403.18556692269027,2017.9410811286011,539.8498364580514,3607.216540010859,676.0698141560111,2415.777004086998,536.7359108931773,3077.5278647347363,630.180945138528,4338.36179886422,10941.85037499879,3331.1201015608776,75964.97672440382,27461.84770350508,2458.8163537329383,12156.287110097206 -2065,2182.055288978666,3189.523313455681,521.4823165304956,1277.9061148650947,1131.9300756529067,2274.6100871795566,1119.7109284109813,2680.480866440927,216.5790420639354,980.3181651966158,1725.808456556208,5440.207514976878,965.4014385790625,3173.53050935064,1094.2927199396647,3586.6031146778105,780.7658619353101,4072.343402040493,205.4259562065321,1105.0632063716073,408.3293752077962,2124.8101916150604,921.3830660592484,4876.754110204549,469.598651033072,1419.847533241784,420.3588715621535,1933.7502232750287,561.5532737511945,3456.7192545315133,703.1478210991096,2314.987967053634,563.1675716988677,2949.1298092001416,661.2143242176223,4157.360279572454,11330.596195368302,3461.2054687560226,79374.16535937705,28828.050794326395,2545.5053918453177,12783.71680949029 -2066,2240.2150334526295,3140.592680717528,536.5045527285126,1258.301694820095,1174.866684841298,2239.7151828755977,1156.31744412299,2639.359478713754,224.78071321574745,965.2790564039587,1791.5247138133054,5356.749026113766,1002.162510790188,3124.8452230003986,1136.0345693261436,3531.580861339371,809.7294959969719,4009.8693832589856,212.3164574956614,1088.1103778171635,421.99824971554904,2092.213374816265,952.2287988297761,4801.939587509569,483.08106189116927,1398.0655829734992,434.684545691674,1904.0844667705317,582.7431401345495,3403.689555827373,729.800237924617,2279.473623724875,582.05762313368,2903.8870649372793,683.3931093991388,4093.5820127255656,11818.369429199887,3600.1673819208295,82083.5418617367,29696.415742092973,2655.8368948974367,13159.333923863021 -2067,2429.4319536516914,3181.985522645766,580.7239860302499,1274.8860432048791,1278.8176530174846,2269.2345080329956,1256.6456477510662,2674.146094108029,244.39792583837482,978.0013822387242,1947.9962273735314,5427.350688993689,1089.6912418691375,3166.030514286346,1235.3214990117283,3578.1269063733976,880.0810102364725,4062.719245182564,231.03413574617366,1102.4516138348095,458.6150496739798,2119.788634109084,1034.903256767446,4865.228891950449,524.4655971561198,1416.4920118563784,471.4650950644503,1929.1801972149647,633.5754698174246,3448.550000361355,793.5001090492236,2309.5169629855636,633.3714376235283,2942.1601396325123,743.6405932316702,4147.535202584721,12869.349599916817,3918.3656627603896,89189.39156048658,32242.449280255314,2892.261544294835,14291.77639321244 -2068,2981.713164643312,3304.864439975474,713.4029889832448,1324.118390615911,1557.2050551131126,2356.865667109563,1535.229169678785,2777.4137471148974,298.06296063321787,1015.7689176788377,2375.4142637579303,5636.939001663844,1328.7849753785479,3288.2932961436454,1506.2214000879862,3716.3036382266196,1073.851323110858,4219.609507161979,281.74819052603766,1145.0250510023586,560.1677377737867,2201.6486333056114,1263.9907298002306,5053.109714961547,642.1904317521413,1471.1927650761372,577.2708800348902,2003.6794594776602,772.7642273900198,3581.7228534073433,967.7150813250222,2398.703711934155,772.4021210327129,3055.777706398831,906.8763404509257,4307.700807253061,15642.503041417058,4769.263602601604,108963.01342864662,39469.72226447808,3514.84645437465,17491.868364562317 -2069,4069.9757665092743,3554.4561397472426,946.6190373101991,1424.1191518620626,1976.5548289752735,2534.8621080141,2019.8351046465352,2987.171039948678,372.1612124057616,1092.4823488477944,2961.4709305923548,6062.654855517594,1656.6197052997343,3536.633501328792,1877.8915658508065,3996.9682641983504,1350.3363848821912,4538.285062058109,374.30568939395096,1231.500231437613,730.515799203432,2367.9226922473504,1649.5276795838633,5434.733308242683,870.2128247972436,1582.3009541097565,738.5441834066797,2155.0023869900874,965.8093490051668,3852.2235989991846,1207.981793802458,2579.8598675297353,1026.1450405864493,3286.5577476735107,1204.795577120759,4633.029239362213,18806.519131823337,5890.317204834388,140804.96336423143,52776.499284092024,4216.239580920263,23665.180596210565 -2070,4138.529656238701,3966.89001308826,965.270220098398,1589.3638348203285,2050.338058191153,2828.989523430168,2076.4500692157094,3333.781174917387,386.65666331659565,1219.246249984025,3078.077487982165,6766.122313402348,1721.84834514341,3946.999362150572,1952.0446055072189,4460.74810505515,1400.3235431001751,5064.875463762547,384.5677378670961,1374.3947814061748,752.32980753898,2642.679642210759,1698.6307082547844,6065.341204575696,888.4599348427985,1765.8999311788841,760.4046224668868,2405.053575296117,1003.1632399026411,4299.208295798365,1255.118311969527,2879.2085037230613,1054.278062459629,3667.906592205407,1237.8265220488538,5170.613083237755,19743.309832344174,6144.1606905051285,145150.26168748882,53985.238183223206,4429.021765377921,24163.72563884544 -2071,4028.9638950737153,4288.545551324892,938.8546942925456,1718.2375061488094,1995.1835102405264,3058.378325444447,2020.166173109533,3604.101041271933,376.396622655349,1318.1089125452927,2996.382044799996,7314.753787255084,1676.1486627285954,4267.042065644589,1900.1781154009957,4822.448159237525,1362.816993133022,5475.561224654049,374.15828247285344,1485.8376728662927,731.9582387399423,2856.9614952235006,1652.635874348256,6557.14979601879,864.2493391190453,1909.0880435191032,740.2505283446868,2600.067503007098,976.547759944473,4647.809883897311,1221.8121812864983,3112.669315065179,1025.7409300283723,3965.3190400486565,1204.321111432399,5589.872585975374,19216.41748319463,5979.735687347478,141274.0025383941,52537.996207655575,4310.8094406792225,23513.484767047616 -2072,3924.7629147411767,4455.286588078061,914.3735644922472,1785.0435362433068,1916.7358634886439,3177.2897761134236,1953.1557806592232,3744.2304947178,361.25093515435185,1369.3577203289703,2874.99655492292,7599.155483700698,1608.2467318365698,4432.94703491212,1823.065836157601,5009.94762639633,1310.0088024440836,5688.454091123011,361.8119013368933,1543.607868158751,706.8258189994,2968.041747485315,1595.9752740338593,6812.095427830077,839.641391781511,1983.314448676701,715.3798253076421,2701.159573941425,937.4235919214289,4828.519317759625,1172.592206252599,3233.691629612684,991.8937881578637,4119.492850232516,1164.5812255382355,5807.209941763913,18310.993583302326,5723.17493963006,136328.48362040182,50972.206960930336,4105.908077868144,22839.252026510403 -2073,3801.2174944202784,4470.752044670614,883.1056412009635,1791.2398858562499,1837.811907338791,3188.318973931121,1882.883248204189,3757.2276909797697,345.9064454131245,1374.1111165392376,2752.2918189606344,7625.534125556806,1539.6068267715339,4448.334945115018,1745.2491264998866,5027.338455474381,1255.6243910554006,5708.200192318926,348.7820092301003,1548.9661318773665,680.732895076517,2978.344591062976,1537.1136872376217,6835.741979866785,812.6935535420287,1990.1990481090857,687.5184450842183,2710.5360001969516,897.7284618895453,4845.2803620693085,1122.744969472594,3244.9166129090004,956.1728265384697,4133.792679569889,1122.641290278254,5827.368275353164,17438.079295951746,5470.1262008777,131117.23135912346,49235.33078247537,3908.887536703645,22086.705897236054 -2074,3652.4853384946737,4527.805286980918,845.4952651126351,1814.0986895256372,1745.9269468887999,3229.0065211635983,1799.1531114309564,3805.1753337312803,327.8961679499987,1391.646755668822,2608.3398049234247,7722.846935988667,1459.0813890209336,4505.102112912565,1653.959163998312,5091.494542908932,1191.6409909299427,5781.0450572262325,333.58328508470146,1568.733173119969,649.6398357980441,3016.3525624153704,1467.0276661700866,6922.975903746093,780.0267299477182,2015.5968575610455,654.5117908274175,2745.126347786097,851.1224306647528,4907.1131257288425,1064.2426170847832,3286.326427620983,914.5060930450659,4186.5458345316365,1073.7204318806607,5901.733896824259,16424.931853506285,5175.1331977337,124955.7030938644,47162.03046460699,3680.3437089528275,21189.688343218902 -2075,3502.6657335153873,4571.732385566502,810.3999559058108,1831.6984065911886,1660.7148331732226,3260.333152676771,1718.180647161307,3842.091742769642,311.79928762554977,1405.147999728134,2479.8689249577114,7797.771151412416,1387.2159558303308,4548.808953668517,1572.4268175984687,5140.890346959387,1134.0895366422915,5837.1306262957905,318.4521604399353,1583.9524443523821,620.0100510411804,3045.6161035749437,1400.1312016313955,6990.140065134369,747.0474721231882,2035.1514356091473,624.7766314942455,2771.7585521469628,809.4284421049848,4954.720129206731,1011.9683884369031,3318.209155746594,873.0246810530066,4227.162159649531,1025.017159220302,5958.99034454676,15549.835065382498,4912.429381358747,119193.58142506873,45123.98029173348,3483.3231677883296,20285.512618521978 -2076,3442.210921118199,4507.3363025389435,794.4208732289084,1805.8976394586487,1618.7462878219803,3214.4090550502083,1681.8177966487387,3787.9731640776763,303.44713835709337,1385.355496662518,2412.9994388999285,7687.934031444154,1349.809777994092,4484.73576338692,1530.018122245721,5068.477271630756,1104.6599610241558,5754.910514366149,311.91186457380155,1561.641354263153,606.3411765334274,3002.716447397545,1369.3442830183433,6891.679000040141,733.5650612650908,2006.484888714386,609.9599193664185,2732.7163732084236,787.8388040160527,4884.929393024089,984.8305732378204,3271.469833696407,855.0947046803054,4167.6195918773765,1003.9655969388485,5875.053752326412,15061.721704493431,4773.841687577047,116451.20188399404,44247.253869429034,3372.9916647362106,19913.19671159957 -2077,3412.730236369989,4427.409771150415,786.5202000292454,1773.874483280274,1595.134239127427,3157.4094106949997,1663.0882022595335,3720.8027699300246,298.86795349651806,1360.7896217962702,2376.271026753505,7551.607416469577,1329.26424074853,4405.2099970136205,1506.723685481665,4978.600284303485,1088.6672796741268,5652.86132056502,308.27461134258095,1533.949482980145,599.2882898505646,2949.4706511500844,1353.414703455364,6769.472011046198,727.1532735429738,1970.9048106651612,602.4152667320892,2684.2583646821554,776.015860158119,4798.307176207838,969.9473338900841,3213.458356673432,845.1233110565078,4093.7171014113333,992.2581964637501,5770.874113482932,14783.32283918348,4696.040133490552,114993.91670822877,43801.43201831374,3309.9450915635703,19723.307693836305 -2078,3428.489162457899,4314.537922125845,791.1266961460956,1728.6515418281388,1602.5718014696818,3076.914797200004,1669.2908412332422,3625.945074300778,300.2760864157894,1326.0978158228468,2387.4712801913106,7359.087650678147,1335.5295599038684,4292.9041063449,1513.7619509774968,4851.676451026231,1093.8255568794193,5508.747958009502,309.7092327848795,1494.843160456657,601.493619125528,2874.2772032320017,1358.4455686820224,6596.891910648508,729.5101479216341,1920.6588018857683,605.233422747931,2615.8262067067226,779.6711966073619,4675.9797136143525,974.5175908807747,3131.534838131136,849.0562720556235,3989.352372934951,996.8758809326192,5623.752147063369,14853.711267533192,4717.745969798396,115510.5906339816,43990.83975150788,3325.7067348567307,19807.82923414321 -2079,3460.00701463372,4233.63667809291,798.4259954220257,1696.23785981687,1617.620864480158,3019.2200360529805,1686.3150894896453,3557.9555299739795,303.0923522543321,1301.2323574711525,2409.8717870669207,7221.098517975396,1348.060198214546,4212.408514699648,1528.029185424554,4760.7034041744555,1104.2407225091292,5405.4542633170995,312.57847566947623,1466.813583825776,607.6727080924451,2820.3820687740335,1372.3482955341387,6473.194594283444,737.2396064714784,1884.6448209589753,611.1604402205065,2566.7772475560155,786.9818695058475,4588.301129549948,983.6581048621557,3072.8159049081646,856.9221940538547,3914.5486336512877,1006.111249870357,5518.302026322248,14994.438787223808,4762.655639270417,116610.51380001016,44413.040449478125,3357.2300214430506,19997.524150964768 -2080,3543.1618039597183,4151.500798463938,813.1341651604572,1663.329511918962,1626.7223698881476,2960.6447939359973,1710.3072465226005,3488.928395773408,303.73708309860865,1275.9874268337128,2413.995542607074,7081.003530200357,1350.366989281474,4130.684478128024,1530.561468026352,4668.342015730831,1108.5699190476166,5300.584201365603,317.7639575137765,1438.3562472331785,615.0515856557882,2765.66443952936,1389.245933361429,6347.6095305574545,752.6305896643171,1848.0812299076563,616.5272967089805,2516.979751202451,788.865945835629,4499.284480759964,985.6817534730022,3013.2008608035244,871.1379984841727,3838.603312920512,1022.8020076340672,5411.2426290585,14863.73952138817,4756.378625252542,117856.72620241473,45245.78185266764,3325.7067348567307,20421.540483783698 -2081,3605.571900175989,4159.948316452988,823.2358387820386,1666.7140725045829,1627.3362882400363,2966.6691454585166,1726.313442612745,3496.0277043889123,302.82320290696947,1278.5838196239947,2405.765815908737,7095.412031512469,1345.7633555679497,4139.089638847009,1525.3250713475843,4677.841207727018,1107.3131500488905,5311.369886487014,321.1646124927828,1441.2830298265148,619.6356571385046,2771.2920429525,1399.7735596716514,6360.525713957129,764.6594618809877,1851.8417252544593,618.8756646241983,2522.1013283762354,786.6949140105903,4508.43967268553,982.6497467195829,3019.3321539700055,880.4607668532642,3846.4141437773255,1033.7478580288453,5422.253483125783,14662.271705094201,4726.738242677245,118488.38224062316,45836.58121543039,3278.4218049772508,20734.64854203074 -2082,3638.067394261351,4247.997463716817,827.5964335303079,1701.9916148327484,1621.708037750836,3029.461437237338,1733.1593636579362,3570.024358858079,301.00645401546444,1305.6462267644786,2390.6167164062867,7245.592978806756,1337.2890881037456,4226.697292939157,1515.7697597788847,4776.852036238261,1102.3851433701695,5423.7899344617235,322.4640349338159,1471.7891159815124,621.2723445929033,2829.9489979526184,1403.5466403723528,6495.1521137728605,771.6621511101187,1891.0376652932673,618.2778045495774,2575.483931808637,782.125251952091,4603.864961288357,976.7053497247133,3083.239106951093,884.0230848496907,3927.827050770337,1037.9303710232457,5537.020484809262,14458.208626671974,4687.530423109202,118531.6047173121,46115.40589786867,3231.136875097772,20894.724572338357 -2083,3605.4900165674608,4431.438586355429,817.0029571715653,1775.4886579014249,1594.6606058087384,3160.282562198877,1710.7414478624462,3724.1885931425113,295.32009246890647,1362.0279011068599,2344.994508423428,7558.479161429806,1311.7684429530711,4409.218611064413,1486.834317269997,4983.130666979105,1082.3411855960264,5658.005261337913,318.792981952279,1535.3453327704724,612.6036054407407,2952.1545843797408,1384.1017843455513,6775.632035344318,763.8987256068493,1972.6982772018673,608.3156610142352,2686.7009623798626,767.4465150560679,4802.673497354754,958.2226501334366,3216.382511101695,873.9590304752206,4097.442265910599,1026.11417767953,5776.125442493886,14110.347611834144,4592.408098313056,116780.77877578764,45603.8749276943,3152.3286586319728,20689.501472950724 -2084,3484.091570818315,4195.7528054664235,786.5141440815908,1681.059405945747,1521.062171856093,2992.2031340431713,1643.104910442915,3526.117858402937,280.9323012970175,1289.5885333463796,2230.030339496893,7156.481925367471,1247.458540168034,4174.714598155657,1413.9281995723807,4718.103177681361,1031.1536205139703,5357.084609430774,306.4973004417934,1453.6880883707695,587.5370571814943,2795.144429558475,1327.592770195155,6415.27047416108,737.2972885510114,1867.7804441188869,581.7993228117333,2543.8089416524535,730.2074063566967,4547.243611208026,911.4894752233971,3045.319410712393,840.2508797307206,3879.5200581963345,986.5374810882921,5468.922576224076,13306.51618435176,4357.289729838908,111823.70056935481,43921.90384797082,2971.069760760634,19959.671621274745 -2085,3150.8041514769093,3923.67770419545,707.2675666640337,1572.0505035339268,1357.592635120501,2798.172644530666,1476.2802092929278,3297.465476363544,249.85122307998896,1205.9647006098614,1982.6375523490149,6692.417278362655,1109.0692816733638,3904.0037270121547,1257.05860513964,4412.156078461855,918.3039469533609,5009.702529216442,275.96934510505633,1359.4231609077904,527.0118275900447,2613.892282685495,1191.0062289234536,5999.269950568741,665.6707379772604,1746.6635487613928,519.7735535667364,2378.854734981272,649.561423071039,4252.375962091201,810.6002864271612,2847.844577115773,756.5596325611721,3627.9511832756393,888.2756950390542,5114.288322787912,11725.291426654745,3865.3042995693663,100155.41000884604,39581.26333476147,2616.4327866645376,18023.150858091147 -2086,2749.9831382176585,3717.688200895513,623.3049219430549,1489.519284917496,1197.1838836619338,2651.2711310403947,1293.9363321883961,3124.3515442741354,221.5974221932764,1142.6526529841708,1758.955625970973,6341.07147094025,983.9436614522159,3699.0470895828234,1115.119455668933,4180.521905728364,813.6079832394031,4746.697712442038,241.05771802095904,1288.0546839836015,462.7763242318248,2476.665320232846,1045.6248432650148,5684.313746097993,580.6976443591115,1654.9653044186555,460.41514397550344,2253.967029562059,575.9985142754448,4029.130099838258,718.9712281242748,2698.335332437435,660.8507133375444,3437.487052789008,775.9039756320838,4845.792847173977,10483.619411000871,3432.4997099327193,88179.55380655317,34630.79516124112,2340.6040290342394,15725.854664716455 -2087,2243.5269729918823,3431.7721662070467,525.7954492355437,1374.9649101226905,1088.4916208271668,2447.3699731949146,1113.2726441761185,2884.0672180370752,205.8455440692092,1054.7747304922323,1638.0326191835322,5853.399048543267,916.3004393632187,3414.564685780193,1038.5907283569666,3859.010745667602,747.1171664468403,4381.6437018665065,205.31986500025724,1188.9943357764048,403.020717430826,2286.1925615327364,909.8349476772544,5247.150552633303,479.4981657177397,1527.6869820266934,409.6115606960402,2080.6213156165772,534.1936754931409,3719.2620207690643,668.1462622714185,2490.8146107361213,562.8767266269024,3173.120431836333,660.8728433913535,4473.1177327165615,10404.862425338397,3253.939946025064,77732.48163884443,29087.917517357884,2332.7232073876594,13018.943131487402 -2088,1721.9804402902769,3179.4512659884213,396.6286908511378,1273.8706745241122,821.0493335484099,2267.4272016772215,842.4410615160118,2672.0163004639426,155.4718189087088,977.2224640141781,1253.3063266124423,5423.028136449863,701.0880761972239,3163.508964816342,798.4773980623158,3575.27714735697,587.4862142608262,4059.483538036585,168.7928580092084,1101.5735786200426,316.2277534084522,2118.1003522423307,715.1879071635573,4861.354035003055,371.7680090772329,1415.3638626911559,301.8867942574719,1927.6437232985327,400.08915077212595,3445.803441417449,524.1109219477868,2307.6775741206416,462.739303837472,2939.816889209852,543.3016236230177,4144.2319447213795,8163.532800847197,2539.899280440521,59874.137836092064,22278.366001920844,1898.5553521143852,10010.151713687748 -2089,1821.044879153146,3049.8793184721135,415.214014568842,1221.9567150469918,840.3225577165458,2175.022904899477,876.8760381603357,2563.1238134017763,158.33893894872352,937.3977876074339,1275.4832232038827,5202.023862979077,713.4936289636752,3034.58671274681,812.5718126116217,3429.5741363219586,600.0971471137462,3894.0476989782774,178.47636122750208,1056.6812302323924,327.98208673288826,2031.7815617608235,742.3443557961723,4663.239625570272,391.95931772311627,1357.683641548944,311.3917823403251,1849.0865980432316,407.66342901937816,3305.3768629575166,533.6181103134248,2213.6329568254732,489.286265544209,2820.010744120902,574.4703773422697,3975.3423599741473,8171.939392632055,2579.182135590978,62034.74529363439,23385.884966037687,1924.221896054629,10569.096469424152 -2090,1857.755192359207,2971.902218675545,429.1006822501503,1190.7146130598087,912.7039054399443,2119.4134986229906,924.0443255773107,2497.5917249095937,173.117761283654,913.4310816493877,1396.4295582590782,5069.022294211805,781.1499006719187,2957.0006031889598,889.8220291032526,3341.8892751315557,652.4055072046541,3794.487515007476,186.40174038187686,1029.6647718289596,347.7973734890438,1979.8344461334352,786.7137755112778,4544.013300956035,403.5870327585896,1322.9713720607642,331.79638177009923,1801.810494587326,445.31590947938133,3220.867387468753,583.7448234997255,2157.0363967773774,511.013395920444,2747.91075711818,599.9801732731197,3873.703693141742,9222.91201483275,2843.273826997861,65957.38571307877,24312.667320880355,2138.546069094802,10900.3087753371 -2091,2089.218120401414,2976.710809038604,483.178302114249,1192.6412103675978,1048.5041006475803,2122.8427471563955,1050.3915505456812,2501.63287250314,199.0471228074927,914.9090292981818,1606.2776656534393,5077.224061955341,898.5370093003387,2961.7850824745506,1023.6238743213951,3347.2965110970677,748.5503450536155,3800.627062931614,203.13291654287653,1031.3307876446497,396.0554294775863,1983.0378532907446,894.3391977594557,4551.365594861023,455.108845262885,1325.1119631442518,377.6744170559581,1804.7258558417727,511.86965419336485,3226.0788078791375,671.2944479741213,2160.5265198255483,556.8812892687557,2752.356925334008,653.8336080724637,3879.9714142434436,10709.297201609295,3268.451819315574,74797.97203523247,27293.372877552865,2443.0487789673534,12165.415019846061 -2092,2658.676937802474,3005.822261562288,607.6783966037975,1204.3049292172698,1275.5533794658113,2143.603593544779,1305.6929524551388,2526.098187164689,240.70920568286175,923.856600116627,1940.63612114145,5126.87798425875,1085.574065876893,2990.750565299421,1236.5578182143227,3380.0321947817615,908.7858469976,3837.7962007486994,248.4277702150842,1041.4169327849725,489.96149026386234,2002.4314444126808,1105.9082344732997,4595.876759005826,575.519228925526,1338.0712112803176,464.9043531907715,1822.3756023038995,619.3949999156666,3257.629014156505,811.4892362898722,2181.65590364647,681.0554356331363,2779.2742556023027,799.6263141864564,3917.916519047051,12669.883719280066,3926.6781078164827,92084.98043727785,34075.59597036922,2912.345021063712,15262.108528746732 -2093,3632.399808834887,3038.5726417119654,813.704688066636,1217.4266113447738,1614.6629182094618,2166.959542922277,1717.050428166149,2553.621662848196,301.3151965310813,933.92261607656,2425.0065002589104,5182.738640130736,1356.5264181084876,3023.336729557686,1544.9152843183326,3416.8598344971297,1145.7490005384982,3879.6114757630576,331.70362351441133,1052.7638447029417,639.0305436086942,2024.2492318004474,1443.6688164113261,4645.951812645317,778.9217485185577,1352.6503636796988,599.4783290767158,1842.231564685364,776.2361901781254,3293.1229919490547,1015.0893872775623,2205.4264575857014,909.3530711889001,2809.556248511583,1067.6702755230694,3960.6047568162394,15215.408391423762,4850.726867867522,119315.42362069801,45700.87072890388,3490.696470574229,20662.69672163727 -2094,3727.208827667534,3062.485616293569,833.2590907302175,1227.0075215433378,1663.678236842634,2184.0130922624926,1765.216136955866,2573.7181677256694,310.16161988517496,941.2724050771089,2496.417837741284,5223.5257832989555,1396.4732660187747,3047.1298004795676,1590.4786329285305,3443.7498555713664,1178.7523506270475,3910.143262080383,330.82591730274254,1061.0488910148936,657.0036021875638,2040.1796788012482,1482.5585457155819,4682.514548081699,799.7107058094172,1363.2954584588863,615.4506841821149,1856.7295681146745,798.9810149517723,3319.0392281843037,1044.9280502096249,2222.7827340484982,906.94687245424,2831.666908705769,1064.8451606723115,3991.7739444727717,15694.451380208175,4985.6745969564845,122202.531614356,46665.278937788375,3564.1280140425547,21047.499897518956 -2095,3615.91713043598,3310.1278907765263,806.4039121558101,1326.2272311237011,1620.4408206042267,2360.6192995834003,1716.4295364911552,2781.837160201158,301.6384082861517,1017.3866692751727,2428.004029844258,5645.916601696362,1358.2032086948843,3293.530355120809,1547.0118651406738,3722.2223624940884,1145.931927157983,4226.329815193967,321.4893765754778,1146.8486607544028,638.8203261015384,2205.1550613219733,1441.496828238979,5061.157486620592,776.8798541939144,1473.5358417373693,596.8049722905988,2006.8705943782245,776.9858068290032,3587.4272392798407,1016.2452175891274,2402.5239772440873,881.3510954329813,3060.64445234521,1034.7931916733116,4314.561412786642,15291.69920847979,4853.974810757653,118744.46007778063,45311.50584929155,3469.853737851524,20442.00357600339 -2096,3457.715063773995,3582.1380065822295,766.2073481758127,1435.2100966280327,1520.5653981669102,2554.603444680049,1625.7079253346988,3010.434928344012,281.8238683953462,1100.9905283586347,2267.443548695074,6109.870406301929,1268.3871466101748,3564.1765666470487,1444.6723808560046,4028.0963858808636,1072.669882324719,4573.628922780508,308.68863421908577,1241.0910729260484,603.6128849223425,2386.3639159016097,1362.8771714450897,5477.058647987385,741.0529200634542,1594.6238081786926,561.7782159606691,2171.7854015386874,726.1690875889093,3882.2244589039215,949.308276612291,2599.9516437391226,846.2583392793023,3312.15323973747,993.5908316455649,4669.110961404715,14125.500086814434,4524.648430330281,112140.6934486198,43192.99974759031,3215.4461255774227,19556.846847130124 -2097,3242.514042161123,3761.6802786432177,716.6587824834851,1507.1450363651325,1417.1135381309975,2682.6441024743303,1520.722171587477,3161.3225619118602,262.1136026357163,1156.1738687592301,2108.518814340947,6416.106518012288,1179.4861062957555,3742.818583684494,1343.4632424015856,4229.99077852369,998.4452243560162,4802.866246091607,298.8213497711812,1303.2964683235182,564.1369701230749,2505.9721494867044,1275.4791235804248,5751.577260074354,695.0923925099609,1674.5488085770196,523.5503233210197,2280.6386296121577,675.4541115173615,4076.8075259777083,882.8572364023604,2730.265223089742,819.2075482088615,3478.163459607255,961.8305325160588,4903.133991498775,13085.751092026028,4215.274310187474,105100.121110886,40716.77923790815,3005.5817278253458,18504.15054599827 -2098,3117.208234179615,3837.0581426203203,688.3541943381667,1537.3457352894632,1359.1625489438752,2736.3998624742794,1460.3140271118555,3224.670248160593,251.24976023018,1179.3416847769824,2021.005417469193,6544.674702587446,1130.5319138916232,3817.818490426622,1287.7032334651833,4314.752811952794,957.2910323951642,4899.107758336419,290.10879919965237,1329.4123784046806,541.5655381459102,2556.187695153054,1224.9912111143917,5866.829375153112,668.085248734065,1708.1040027897147,502.29111144985023,2326.338863462398,647.4839602194605,4158.500019861004,846.2448591244922,2784.97523174622,795.3224168492275,3547.860114486964,933.787030396135,5001.3847038655385,12525.034887790436,4042.547681352444,101002.87013845815,39201.42372678848,2886.2599028350905,17836.881198451258 -2099,2984.9039857834828,3854.927897545977,658.6001966219376,1544.5053848190025,1289.1700424617875,2749.143686806225,1391.653563445397,3239.6880208679245,238.17561065631327,1184.8340557803012,1915.4004723768683,6575.154233690802,1071.4574751693601,3835.5986434080864,1220.347748133112,4334.8472625575305,908.3427382034608,4921.923637518294,273.49418108252274,1335.6036511230561,515.6745260343725,2568.0922444088988,1165.966147208052,5894.152078961044,638.7373863110377,1716.0588991667973,478.3409597978091,2337.17297225589,613.883151121303,4177.866777791471,802.1350821149643,2797.9452788540657,749.7740630164689,3564.383030846292,880.3087665325035,5024.676902113536,11806.546098819364,3818.9250193691323,95957.21936720924,37377.35031237115,2702.5351616705684,16999.382997763754 -2100,2810.614659772007,3767.9184483918248,612.0041781277035,1509.6444052312202,1159.8587445242374,2687.0928562350755,1282.7470927211104,3166.5651304744442,212.42347710389916,1158.0912057783203,1706.2598490547743,6426.746646523939,954.4661266489306,3749.0254742051543,1087.0257338473052,4237.005569403524,814.015858121996,4810.831063062649,264.39075644299817,1305.4577856072654,472.86154287974455,2510.1279199126316,1071.4483359684173,5761.115368741983,598.8100382203668,1677.3257909217284,434.66968882467285,2284.420718958646,547.9365826222329,4083.5682859295403,715.0610268784659,2734.7929491745585,724.8173650263163,3483.9314601993356,851.0071394049287,4911.265087145789,10220.019119726709,3393.2762409825514,88107.35135148535,35059.86111076613,2390.4599682217327,16096.586611621968 -2101,2765.049955652714,3615.60318272783,601.6237576160173,1448.6181670600893,1138.1667366671527,2578.4691511663113,1259.1282492536209,3038.5591198092147,208.34692934854368,1111.2762409410245,1673.4014315579902,6166.950253308931,936.0854289531237,3597.4739427943923,1066.0317900429595,4065.727810141252,798.4537083092647,4616.3568403661,261.64107976412157,1252.6856377618765,463.9830370473857,2408.657889122744,1051.7026084699867,5528.226618645656,588.0408570522662,1609.5211590145927,426.77128574533305,2192.074731787658,537.4452323063064,3918.4931132983775,701.3192378800928,2624.2410037715654,717.2792293067821,3343.096154662959,842.1566239169422,4712.7308946623525,10006.60644401301,3327.4558694239417,86574.80604110697,34509.6781424384,2342.804045411519,15855.90603940925 -2102,2782.2139924502917,3470.3058493641875,606.2714914947451,1390.4037153908773,1153.2038357200602,2474.850287897631,1271.9134804607506,2916.4509914932737,211.22970953402168,1066.6182775864054,1696.8603329083553,5919.12398988696,949.2081234358699,3452.905154596,1081.0451897293938,3902.3416808729858,809.0808280265263,4430.843025696275,263.18939934907434,1202.3449688579362,469.01350427398455,2311.863094288319,1062.8887129452914,5306.0682275489025,592.7602334466201,1544.84062838713,431.47359253056516,2103.983589876927,544.8176656146478,3761.0237862201498,711.0745423936876,2518.782743923519,721.5238895092883,3208.7498417790603,847.1402740210614,4523.344173485091,10191.414928447371,3377.0162377982056,87462.371644659,34777.316034060925,2379.1557812162387,15963.741757402653 -2103,2855.1255596708247,3380.82712901796,623.0485606220649,1354.5534040298169,1183.4569133070274,2411.0384953865637,1305.2547720549521,2841.252921352247,216.7815269618547,1039.1164830129346,1741.4614974188826,5766.5046925755205,974.1576062230184,3363.8750955403266,1109.4585257759654,3801.7233045352823,830.5340264457373,4316.597716722443,268.38841343334656,1171.3435834187123,481.3137842907959,2252.253780218642,1090.4778136126733,5169.256022607993,608.2867301091653,1505.0082998930095,443.068208401637,2049.7342621739695,559.1368523216188,3664.0491649070573,729.764285881642,2453.8381924806745,735.7767920690998,3126.015108237879,863.8745886510675,4406.713805472093,10459.541550476937,3465.8809294796256,89718.70328340515,35627.36869964686,2445.997872178741,16349.37494380911 -2104,2989.3972292694802,3340.7339018478797,651.2910030153016,1338.4897559137569,1227.8835655440323,2382.4459911198865,1360.4821628679151,2807.5585044311074,224.85120316762527,1026.7936011796612,1805.869734976405,5698.119716416173,1010.1869841984003,3323.9829025264676,1150.4164957190567,3756.6386698379742,862.0822986895463,4265.407186637967,277.5411729310004,1157.452620470286,501.3101415191275,2225.544303806812,1135.44664342782,5107.95381811612,635.9128363192043,1487.1604072449181,461.4757398912461,2025.4264646216259,580.038158418635,3620.5972077602173,756.8591432648642,2424.73812662835,760.8687397266548,3088.94369669011,893.3350122398134,4354.45458873786,10785.34094190925,3584.7806385429726,93308.23677783464,37151.69414337379,2516.626204929387,17047.863299122986 -2105,3128.3965703757685,3415.1370531805765,681.5253313565645,1368.2999290051935,1279.2095883746151,2435.5066343280214,1420.7327381558257,2870.0870405006945,234.02603295756106,1049.6618337119671,1879.3237466442126,5825.025383263159,1051.2764853328472,3398.0129839966426,1197.2007586330276,3840.3046437425737,897.8926116155353,4360.404197991506,282.11890850011787,1183.230825203576,523.2334327538371,2275.110511262655,1183.8323982244647,5221.715605823756,665.1681952311245,1520.281698580045,481.4778226870615,2070.535747847427,603.7547934157797,3701.2333343953605,787.702700513916,2478.740679084832,773.4184304860225,3157.7391027522,908.0695880776291,4451.434819206982,11189.94489124798,3717.2015866219554,96972.37479169546,38639.10779421472,2580.1006283921233,17698.040253016065 -2106,3187.7064973819656,3566.672549989676,687.7976884680348,1429.0137470150896,1266.1171702316374,2543.574246862352,1428.188428960345,2997.437732082042,230.17361750687215,1096.2371321483674,1846.8722565378052,6083.49176444582,1033.1234190909106,3548.788656444151,1176.4687119404764,4010.7055568028127,885.8084796234401,4553.882821584593,281.45100676741515,1235.7328092074329,524.1764968325404,2376.061072323949,1185.7685463496691,5453.412095950676,675.7523693770107,1587.739208746308,479.3157951132363,2162.408975283161,594.133510154805,3865.4634145942377,774.4799050656267,2588.7266604428064,771.5874028793578,3297.853410400097,905.919780911154,4648.952627815464,10775.495616097054,3633.4518466814316,96744.53192932432,38983.5391418782,2486.4998857010464,17910.319502965776 -2107,3267.4648311648893,3783.059002870625,704.2724465307563,1515.7105804083328,1293.0577646403349,2697.890349953865,1461.4509359606907,3179.289278442424,234.88092862690502,1162.7447414725416,1884.4437284463597,6452.571119387642,1054.1405562432165,3764.0901114079156,1200.3941749758326,4254.0310476693585,904.3034121152849,4830.162333310734,277.84693548564377,1310.7034816045332,536.1527064781241,2520.2143188198097,1211.1753657718968,5784.265148200803,692.4029736075681,1684.065756996893,489.9082243229759,2293.6001629465213,606.325938711398,4099.977210100234,790.285238539173,2745.7821152625056,761.7069763282739,3497.9308752068628,894.3191847595522,4930.999929507757,10965.330400605491,3692.7082876953114,98453.18506125444,39650.16723811425,2497.1850775655216,18174.132592414604 -2108,3214.0340161041463,3586.2967864146344,689.4251175993807,1436.8763425387579,1257.947627044545,2557.5692805205463,1429.7461249378364,3013.9299740524016,227.77042222165392,1102.2687530380283,1826.7912194860428,6116.9638253096955,1021.8902709484939,3568.3144936608223,1163.6457481136158,4032.7729131340857,877.8886746085079,4578.938800761204,273.9864365073582,1242.5319511152131,523.7385735972409,2389.1344295188946,1183.563771647408,5483.417387099137,680.042478837678,1596.4751297418318,476.9790395753315,2174.3067944363465,588.0975210785457,3886.7316322051433,766.2588199481131,2602.970127795667,751.123562842973,3315.9985734655243,881.8932125493826,4674.531691836059,10541.427009213414,3578.8777291141173,96205.35399354856,38897.00158122133,2424.1175700266394,17874.971774838657 -2109,2938.4979797991145,3375.4337135895175,630.1628992766458,1352.3924922324527,1153.9296513951645,2407.1921785761074,1309.4113259974868,2836.720285770084,208.7274347983997,1037.458786047796,1674.1886936616222,5757.305418495464,936.5258161609264,3358.5087236001823,1066.5017612841675,3795.6584356902113,804.3889982934439,4309.711471482653,247.22479463703587,1169.474945267831,479.6759442136698,2248.6607718146515,1083.366198937328,5161.009536135316,622.2811660591792,1502.6073682053443,436.301162205441,2046.4643320734533,538.9021269424625,3658.2039268802546,702.2166205146931,2449.9235975424617,677.7575231024462,3121.028193062712,795.7542393105347,4399.683798518123,9679.605299767447,3276.400718158961,87886.79251884973,35511.1678559615,2202.6940260574925,16297.792401038807 -2110,2486.805358804698,3241.897930030316,536.1994441929585,1298.8903925162667,973.5751512554643,2311.961070215248,1105.687909872545,2724.496584094793,176.9543643825842,996.4158020462095,1419.3059016892357,5529.540231712738,793.9467175915507,3225.6425108255758,903.9708599252775,3645.498110724451,681.9104300009619,4139.214656231461,216.92359303010178,1123.2092601973566,405.34580564141385,2159.701336197773,916.8337458664205,4956.8344549925,525.413099957291,1443.162606636689,371.3983424078445,1965.5040048096785,456.87588899280865,3513.4814499349677,595.3176545366913,2353.0019883457257,594.6879127978051,2997.5569651748488,698.2223163077405,4225.627581362235,8201.19660745343,2784.0068558813396,74800.20738179648,30243.75839890871,1900.939988543688,13905.228160583847 -2111,1999.9021116403546,3001.533517102493,447.3752772074461,1202.5866120169705,867.7463782910721,2140.545073367663,933.4510327005081,2522.493918960397,161.75340304847518,922.5384300684299,1301.064576771048,5119.562891203445,727.8036037703937,2986.4833253226666,828.7391573646099,3375.2095229509373,616.536814205042,3832.320385560203,185.43621101627437,1039.9310261969706,346.67633306931333,1999.5743504077675,784.1167447510003,4589.319305080442,426.8731535751879,1336.1620346907453,325.70335905296736,1819.775414206289,416.8573909724601,3252.980988700978,544.8001225407114,2178.543089961645,508.3664332957033,2775.308752645461,596.8723778475636,3912.3263871953195,8055.827945335325,2601.9578972256054,64981.96572332764,25077.882679580627,1889.9452991087032,11395.23286388935 -2112,1760.4361701488547,2799.052983104307,400.2252736478731,1121.461287914201,869.4992285308012,1996.145983024981,881.5809815588308,2352.328930694222,156.9764970191736,860.3048841527321,1209.9007575028002,4774.202154053039,676.8073985231738,2785.0180626352926,773.3813218834154,3147.521168758379,578.2163238502412,3573.795776823053,163.5353355424549,969.7782898354216,303.55112710639423,1864.6850080323795,686.771563691842,4279.728284928213,368.26355599536384,1246.025842390799,316.63365629880286,1697.015133327947,415.59648486205896,3033.5380526400945,526.7157869609167,2031.5806903482244,448.3260027365294,2588.08912139911,526.3789852714244,3648.404651342369,8447.663112241768,2600.140413861602,59522.19411566535,21467.00248142991,1970.7611738087264,9676.06231186151 -2113,1785.867750856791,2659.214050634377,397.79451116874026,1065.433784949842,827.7070173531017,1896.4197809826135,865.4893292256302,2234.8080518569836,148.07906116922257,817.324591416308,1140.1804565558625,4535.686007110372,637.8065009573746,2645.880305994307,728.7310792263289,2990.2729841679143,548.5124881019965,3395.251180020808,161.06773645710203,921.3287743736965,296.35139993192126,1771.5265138952882,670.7194833604041,4065.915742529681,370.8882179048969,1183.7751723671722,305.5500828418884,1612.2333210284503,392.2799388747404,2881.984393081413,496.5957925299929,1930.0841925399754,441.56117218401937,2458.7898112188127,518.4364063890303,3466.132641937168,7724.0090093202325,2429.1777069423615,57663.772094037486,21390.659815573934,1798.7105951428855,9713.858019067085 -2114,2120.0299981930834,2614.117295614876,483.055263120283,1047.365436379737,1089.9924131033229,1864.259008420244,1085.6899275094459,2196.90866154421,196.9206243169115,803.4638467869983,1518.6416906669592,4458.7667682626225,849.5142478219007,2601.0096736577025,970.9641873079886,2939.5619072704817,722.7155705865505,3337.6722082721653,201.74812075211693,905.7042562870702,374.76287638869775,1741.483766043295,847.8596222346889,3996.963186368566,446.9419766043014,1163.6999103048065,390.2923043789609,1584.8919751539609,521.1665009927115,2833.109747539505,660.9458548603076,1897.3525160593917,553.0849234288089,2417.0919863541585,649.3762998049247,3407.35161429434,10783.74314855993,3284.9737912262294,73675.91657083396,26172.732330152532,2518.1948332000397,11768.07138345694 -2115,2727.7904411205227,2618.860900512665,616.4281221271086,1049.2659967800373,1358.3238427847552,1867.6419125377922,1372.777369153031,2200.8951952412167,244.5849584125385,804.9218207827362,1885.3467411087213,4466.857693606909,1054.645693253055,2605.72949332603,1205.3005384677406,2944.8960674032624,900.0361014255308,3343.728783568512,255.3658999385806,907.3477568114263,472.6387374909986,1744.6438809072606,1069.4487556294164,4004.216118048007,572.2438933663847,1165.811572472123,490.62139062978576,1587.767936897689,647.4983850059749,2838.2507384571445,820.72225574456,1900.7954720059781,700.0760586384629,2421.478067041551,821.9584032815832,3413.534630577951,13205.45524418876,4060.496468992851,92629.60830153819,33353.92966766148,3081.2694542882473,15046.821795372709 -2116,3264.2037144162446,2648.7521218912443,695.5486747867031,1061.242135790944,1335.3296711813314,1888.9588514606087,1486.183705870034,2226.015828986647,233.10606449910833,814.1090580020768,1790.8134579734374,4517.841627942665,1001.7646407899583,2635.4708351141544,1144.3510882765227,2978.5085972899883,874.0321888497692,3381.89352048906,279.81660453637136,917.7040657932812,502.7633698898006,1764.5569417577908,1138.9851673892433,4049.9195421622157,668.583673251253,1179.1179423490619,503.05542463325406,1605.89044309507,618.3774297852157,2870.646037166798,780.7976404102664,1922.4908198719186,767.1067503238903,2449.116395198325,900.6590524878535,3452.496119256513,11289.89179186018,3745.4787760301847,96302.68199064158,37826.64037690102,2617.2542572803727,17450.05488092545 -2117,3304.8680971374974,2629.517773045309,699.5674141037532,1053.5357516105948,1337.986858129917,1875.2418663171786,1496.932648756683,2209.8512492068176,232.64108497402339,808.1972712815183,1786.8464198246356,4485.034578470443,999.5455159958932,2616.332930514882,1141.837783959149,2956.8796676036613,873.1526278287714,3357.335344888071,282.6064725555163,911.0400068981822,505.6977960072955,1751.7433215266713,1145.8272194070428,4020.510385817189,676.23381743097,1170.5555836269289,503.62927240743886,1594.2290057202542,617.2266763611736,2849.800369187627,779.1483798264186,1908.530336829012,774.7550690987706,2431.3317339911787,909.6389337599193,3427.4252512812927,11182.824721542494,3732.444881923807,96709.98673576191,38197.89633443401,2591.1859877855477,17655.727013863765 -2118,3164.942516669154,2662.787999098249,665.2107495563747,1066.8657138455887,1268.2986181751337,1898.9685440509654,1427.0346355708625,2237.811604279579,219.48249516327996,818.4230648420482,1685.3952044040748,4541.781909030659,942.7946355951551,2649.4363340819827,1077.0770196287413,2994.2918714537177,824.728070852677,3399.814352638071,270.16410095909305,922.5670280438396,481.37651493838223,1773.907422066834,1090.9122756597535,4071.3802794362837,647.5375429435999,1185.3661505202253,476.43828920872073,1614.400141258555,582.3957064718921,2885.857741935034,734.9891019582997,1932.6782001315894,740.6447729729599,2462.0943921594458,869.5900787918443,3470.7910783004513,10468.124313068492,3516.950472467541,91858.50068250556,36495.86822691165,2424.349063018671,16905.763636115713 -2119,3078.5945294008,2884.0480215043776,646.2996498907728,1155.5151789287063,1231.052801243127,2056.760235596645,1386.1943035792187,2423.75890683287,212.78885569312482,886.4285935307639,1633.9142270805366,4919.173863364307,913.9966485538966,2869.586921677056,1044.1732500237908,3243.0976670306463,799.786394420998,3682.3163768683594,262.7415577807813,999.2262293641335,467.42140101906585,1921.3073638142891,1059.3554843505049,4409.684978179484,629.4836364241258,1283.8622159645604,462.3515164146154,1748.546085865595,564.651106755547,3125.6533805129757,712.5550705908213,2093.2709405261553,720.296148608485,2666.678106882392,845.6987850028104,3759.1907976967427,10131.589271697709,3408.777389221579,89186.32927226379,35478.55420703484,2346.144254534198,16442.822351201852 -2120,2896.091435047643,3131.885239776845,606.9290846787314,1254.812994180729,1154.136382088551,2233.5054671749344,1302.6324992505836,2632.0417304036228,199.17119845303625,962.6027748133785,1529.231408830107,5341.897187457538,855.4380391383772,3116.1814426269966,977.318494226243,3521.789387275841,749.0436613741351,3998.7518317697545,247.019129911061,1085.0935406099832,439.04671619529427,2086.412614816927,995.0857678286114,4788.625984120092,592.5390001390839,1394.1893803797386,433.1692258226195,1898.8053030183294,528.5405012600645,3394.2526664243787,666.9267361334321,2273.153675876721,677.1937009523622,2895.835901450973,795.092256446674,4082.232364033299,9457.83956703393,3189.467952390024,83679.5852367709,33355.93940377145,2189.734637565252,15470.01173640729 -2121,2801.681722380988,3302.7200645940015,587.8701603981737,1323.2592307530597,1121.755394702937,2355.336404773458,1263.013521930161,2775.6116103641625,193.74886255719,1015.1098316860847,1487.740492267108,5633.2814497607105,832.2284005566933,3286.1596730194956,950.8144576922106,3713.8922987672777,728.2709738581788,4216.871595543839,239.43874325289548,1144.2820966164422,425.8728320395934,2200.220084203625,965.1992838087707,5049.830983180123,573.529535408648,1470.2381753783966,420.5375464142152,2002.379363518112,514.1215761875337,3579.398837263988,648.8029163783132,2397.147302804298,656.4123545945264,3053.7949520063685,770.6929043197795,4304.905737219298,9230.691461908533,3105.5475892709255,81213.6102670581,32306.443921247675,2137.598098575603,14976.01358205867 -2122,2688.66419055389,3436.7107148943464,564.0564077867461,1376.9435761946502,1067.7842447392163,2450.8919015698443,1207.1180056173343,2888.217582829346,184.39996054384497,1056.292621572521,1415.7341481860708,5861.82247958338,791.9487114066201,3419.4784717572197,904.7357233450169,3864.5641191228556,693.7410083132373,4387.949178950664,228.72781489399102,1190.7053778071015,406.8296663790215,2289.4825448786155,922.039085691509,5254.701551714461,549.616730468109,1529.8854253307054,401.9203603041296,2083.6154682494903,489.35968893123817,3724.6142865025713,617.4455562082895,2494.399058837684,627.0487453120644,3177.686763452866,736.2171282914766,4479.554847022859,8738.377135558245,2949.82098966041,77542.20147503728,30936.592683368228,2022.8977127983753,14345.865939026542 -2123,2613.343745086905,3404.1552785341805,546.657097105863,1363.8999997388057,1025.9631612638627,2427.674976449728,1167.3730104229107,2860.857938241104,176.8966186840431,1046.2865226971392,1357.8098994971192,5806.294329407221,759.5464173974042,3387.0862738076544,867.6988963515696,3827.95569272996,666.3594398462648,4346.382805724117,221.13909932853005,1179.4260073954727,393.08559122206253,2267.794625972762,890.9127591576635,5204.924565476686,533.8335523603747,1515.3930540680196,387.36946027132745,2063.8776967572107,469.51381495635417,3689.3315835258886,592.247600101112,2470.7699970534295,606.244565566554,3147.585021472726,711.7909675133749,4437.120707276357,8314.843503619013,2822.9009855652916,74797.21938821502,29987.43500709154,1923.8382887180426,13919.655432405441 -2124,2614.4181925234166,3261.132278876252,549.6791580448199,1306.596776696616,1044.3178693249183,2325.678055358678,1176.2875936985554,2740.6611638746226,180.70884023675842,1002.327588766768,1387.5699574018993,5562.347281184961,776.1939211249043,3244.7804154248483,886.7010576812537,3667.1270404107777,679.2519233403619,4163.77283183245,222.7758364781365,1129.8733190924556,396.69594235693484,2172.5149564288927,899.029248172079,4986.243611337526,534.1943000485946,1451.724965358822,392.86368577826255,1977.1654421844942,479.5276623684146,3534.327117914139,605.1267480825973,2366.962471388632,610.731619213886,3015.341626381995,717.0592114504306,4250.698449337456,8600.777072003768,2893.224540629872,75718.45576516965,30116.424437048416,1991.6157894045862,13952.675794535979 -2125,2584.353348578615,3130.325695763906,540.8324366046625,1254.1881513328563,1018.0808427096142,2232.3932776109746,1155.8308311456185,2630.7310869386824,175.51265971516216,962.1234400742787,1347.2745935001599,5339.237152641886,753.6530637481638,3114.6297184289456,860.9728137239748,3520.0356877839176,660.9116925358844,3996.7606255150486,219.1551065232452,1084.5532107430888,389.24322622956157,2085.3736711606807,882.2340217984496,4786.24145454382,527.8559189744421,1393.4951340920843,383.83208915539836,1897.859779726336,465.8222020602184,3392.562474728625,587.6344829109266,2272.0217432117947,600.8055235338277,2894.393899845932,705.4049952330262,4080.199588067597,8268.580706787425,2803.2111726436087,74113.31171198608,29677.19947697247,1913.410980920113,13774.572802707826 -2126,2688.1609803176602,3043.901077978287,566.0467304819715,1219.5614887600525,1076.0830646572915,2170.7595198119698,1211.4770718116406,2558.0996898309963,186.13286530281604,935.560341325951,1429.270998341736,5191.827082562502,799.521101357812,3028.6384481521113,913.4021320983568,3422.851634597329,699.8029378134863,3886.414756422837,229.41574423126346,1054.6099697463196,408.60316466860996,2027.7989521101526,926.0066215577177,4654.098946529908,549.9763424579248,1355.0223692571014,404.5974454296599,1845.4620990966464,493.90976396032835,3298.8978073142953,623.3020546933097,2209.2938899972182,628.9346778472043,2814.483081986397,738.4313992641123,3967.55006716791,8870.320636548799,2982.171007957555,77960.74518093742,30993.322570076944,2054.1796361921643,14358.967557430355 -2127,2833.470198546935,3003.093061115432,597.0125310682432,1203.2114548648433,1132.5982481257026,2141.6572629316224,1275.794664131933,2523.8045624253377,196.17205763039027,923.0177648075296,1506.3348710444154,5122.222926019098,842.629925681282,2988.0350495207176,962.5977208325478,3376.9632224428606,737.4707408733874,3834.311591814909,241.328029970268,1040.471356063865,430.3697176843192,2000.6132940640139,975.2837221493904,4591.703834656715,579.2685631664411,1336.8562809783996,426.8053392260167,1820.7209374982822,520.5542811453089,3254.6711803967314,656.9144866028325,2179.6750226265713,661.5917634312359,2776.750754250502,776.7740415974121,3914.359163161021,9343.362708596786,3140.734338747056,82140.30008303083,32650.4173459582,2163.6663680704273,15120.333615271617 -2128,2939.2906712309,3087.8931557259916,617.3622659263257,1237.187240207689,1157.4051904010796,2202.1324912459054,1314.0046400207298,2595.0707074687207,199.86064418215972,949.0815571010103,1534.1838752633298,5266.86212963454,858.2084034861616,3072.409942253782,980.3614041935705,3472.320507392655,752.7696429663807,3942.583290072405,248.83695032919647,1069.8517540862363,442.63566296501386,2057.1057813640105,1003.1861784438242,4721.362460506269,599.9505386906613,1374.6058734154658,437.78645736945646,1872.1336991467454,530.4415429290577,3346.5752334537456,669.1560644451347,2241.2237806495255,682.1771876040526,2855.1594888046434,800.9433617379549,4024.891211492708,9417.501585006721,3190.363252997217,84326.62519852634,33746.00463605353,2179.3073297673213,15653.245138568816 -2129,3032.290462970223,3224.158139732049,633.4357061640457,1291.7828142763015,1176.916365617411,2299.3099302199207,1346.3497028906795,2709.5880338833636,202.62602836460468,990.9633764116942,1554.9393006919925,5499.282374656919,869.8187983078064,3207.991670807092,993.5917361897491,3625.549804697316,764.2826638903215,4116.564714257387,255.23921939593717,1117.063015877818,452.91707119376275,2147.883367329556,1026.5924058406517,4929.710465998198,618.0021738133264,1435.2655652860392,446.32359203323773,1954.7486912161373,537.8800039422549,3494.255544158806,678.3050685421149,2340.12627086616,699.7287686713165,2981.154218044308,821.5506505762179,4202.504784534626,9446.589822634092,3225.084676337504,86126.10322522277,34689.439493660546,2184.520983666287,16116.96657040542 -2130,3132.439569127558,3377.967970246863,655.4801144874415,1353.4078609132196,1223.010329756648,2408.9994849318823,1394.7132249796005,2838.8500794141705,210.8205051237413,1038.2377042723424,1618.0261401910043,5761.627971039291,905.1089983160302,3361.0302730701865,1033.9176600773233,3798.508194706639,794.6485626815765,4312.947178628632,264.29017081655985,1170.352980482598,469.44788826155445,2250.349053681405,1064.017052130907,5164.8843930827115,638.8062913976272,1503.735517370567,463.2076502989202,2048.0008059898855,559.590096105515,3660.950485824161,705.7838398165885,2451.762986407384,724.5416132954489,3123.3714434853723,850.6833796511003,4402.987056381467,9872.087027281885,3359.5518039016033,89335.93790628419,35886.92719080843,2283.5804077466196,16662.490037078624 -2131,3076.733363293474,3541.2000313951335,640.4033526278149,1418.807993968653,1186.1341183029738,2525.408507958177,1361.261261084603,2976.030583739628,203.77791986349604,1088.4080084087186,1563.5436187087605,6040.044586461947,874.6319749728201,3523.443861324218,999.0735643466277,3982.061836236653,769.0927040600288,4521.359829012561,258.4561382772929,1226.9074330285866,457.56164104515085,2359.0916816669014,1037.2205764426615,5414.464830938021,626.3704062742702,1576.399867679466,449.75013790238876,2146.965448561857,540.9870342562156,3837.8569866632347,682.1064271542748,2570.2384513150837,708.5478314042846,3274.30074860087,831.9051008291352,4615.75066419323,9449.902519539355,3239.3593255723463,86946.9901242739,35135.626142211186,2184.520983666287,16341.0813150235 -2132,2832.181749597966,3417.671309837921,590.8205845753731,1369.3152976859603,1104.6936027826837,2437.3139406837954,1260.2131273201687,2872.216834144781,189.9341072491576,1050.4407519365134,1457.6652477970708,5829.3479358069835,815.4045843523573,3400.5345334666463,931.4921650160561,3843.154402759001,716.0529108929431,4363.639905137486,239.35894804636294,1184.1088604183428,423.93024517819026,2276.7987931294088,960.966622049955,5225.59046277115,577.5915095790393,1521.4098477452676,416.96776452485295,2072.072221763859,504.1629639963986,3703.9798933392667,635.8465381134374,2480.5800679497543,656.1935990218326,3160.08235317486,770.4360636822207,4454.738077070325,8881.280136026766,3027.843249232305,80636.1079549632,32440.64230889467,2054.1796361921643,15077.108510329901 -2133,2401.539283304681,3323.9038450318985,503.9688217249526,1331.7466691246007,936.1387898444734,2370.4436279956117,1067.4554299622118,2793.414495799462,161.77896874007868,1021.6207873148453,1241.6262812596337,5669.413545440239,694.5543658405306,3307.2372344342184,793.2993345161503,3737.7133545904735,609.7181288139029,4243.918780975157,202.00201149433386,1151.621568391117,359.4118158946782,2214.332385054818,814.5600569243566,5082.220803904856,488.759289242528,1479.6683426615748,356.2115650897879,2015.222705963291,429.4193052736481,3602.357246570647,541.6002691645245,2412.5227028220847,553.7809553977553,3073.3821166768366,650.1935100476813,4332.5175772055945,7573.179081455123,2575.091845168864,68480.16470568105,27489.254359939085,1751.7877100522012,12752.540330809783 -2134,1916.6165940124608,3075.3518370666566,416.1554403620777,1232.1624680934285,818.9729176485773,2193.188643803652,890.7013436711676,2584.53096174419,144.6031166300121,945.2269113470826,1111.8460099835054,5245.47104096295,621.9564711476473,3059.931507866743,710.4617796398754,3458.217856888118,539.7063999475439,3926.570691550309,166.79698706795003,1065.5066064112386,302.72665934259254,2048.750952417871,685.5286036702046,4702.186890582928,393.71764408237135,1369.0229826157858,307.43163587546917,1864.5301247645355,383.40072970026097,3332.9832908885196,484.57387442639094,2232.1211659531964,457.26769833946594,2843.5634059201293,536.8774186198148,4008.5443235963817,7206.334230574656,2339.7433638911903,58383.776254895754,22450.883423195184,1673.582901567728,10291.587267930503 -2135,1837.266878558183,2870.0121442973727,389.9379706392446,1149.8916008740616,818.2667321936543,2046.7505430062886,864.0764380804936,2411.963131539938,137.72889734097006,882.1145866907925,1015.5715457822218,4895.2335822763125,568.1014179490941,2855.6214227092278,645.4626676115145,3227.3143928669165,472.13028832708335,3664.3955447193484,137.42450234709315,994.363267113575,255.36206769647987,1911.956883505246,577.7207634221672,4388.224240905415,359.3081567407956,1277.614007793397,295.63849363776205,1740.0363877021098,374.2711463265495,3110.4416757447398,432.08215383125923,2083.0835602664843,376.7441306245061,2653.700109921271,442.3348009587451,3740.8958386528043,7209.705634240699,2277.2682478250094,52980.28451738727,19214.22563325537,1626.875660619207,8748.819697247007 -2136,1898.3274958182897,2759.6745456270005,392.4113120772097,1105.6840255772904,808.0504301049364,1968.0632313719743,873.7811708530428,2319.2352242576007,132.00875246105974,848.2016970046069,946.6866018559757,4707.036358277748,529.5678114470505,2745.8370752389683,602.7059144065828,3103.2403115182315,447.7248023705894,3523.5178812620297,135.34215697459632,956.1349776210238,245.35062629035315,1838.4517132548588,555.6263948133984,4219.51898781766,363.160483341807,1228.496145373318,295.0981995603115,1673.1406998216246,364.32220095596386,2990.860765263978,410.6804455518652,2002.9994260142223,371.03545870921806,2551.6786260394674,435.6322565788182,3597.077121880792,6807.800770689825,2180.8176532380703,51707.67590077219,18957.865440039808,1532.7118546652287,8713.25360615703 -2137,1916.4520346794645,2728.2237865386314,400.52173244703005,1093.0830462439144,859.7943024065713,1945.634107380292,907.8744851255049,2292.8039523444077,140.91407705409483,838.5351269834754,1010.9360647295133,4653.392399877302,565.5083723189199,2714.5440155243373,643.7337634656324,3067.874089227443,475.36578448051927,3483.361946134558,140.2211376048681,945.238340956105,255.2868740083243,1817.499712947141,578.0271163827003,4171.431043764641,369.8647528043078,1214.495532014634,308.7320354818689,1654.0726741537355,388.8185691141175,2956.775281689754,438.35247496082974,1980.1721500582446,384.41100153085404,2522.5983021057355,451.33646426459194,3556.0828654523216,7456.564826757146,2347.718165369614,54116.075223021166,19418.362128659755,1681.1933155859233,8884.33661998524 -2138,2144.866414869436,2762.598689863368,448.4770899868233,1106.8556056013763,979.2042933873677,1970.1485862425122,1025.5153984318592,2321.692680092217,160.44627376737412,849.1004493982553,1151.1998442625863,4712.023922213228,643.9706454798552,2748.746557326371,733.1033740782024,3106.528497179605,540.1839826068391,3527.251391983631,158.54911756466484,957.1480958484719,288.4152835173073,1840.3997320854387,653.0594115893168,4223.989979568488,415.0001209017891,1229.7978568119313,348.6869842867763,1674.9135555164264,442.6842241472325,2994.0298738396186,499.10124684455093,2005.1217991890983,434.65647273959905,2554.382378320409,510.32960761988994,3600.888575789509,8557.523454098244,2681.239224957968,61259.67981090809,21837.46644070085,1930.2589919690226,9982.674656255624 -2139,2700.6265333345273,2900.033330303343,555.9728642552866,1161.9198111745427,1168.1675960679117,2068.1601662657245,1253.8274979354471,2437.192987781271,190.31763003480708,891.3417692789369,1364.9922796205979,4946.4391906596065,763.5641750328397,2885.492077460334,869.1518631399476,3261.073067331244,644.2424237885551,3702.726218847698,194.87050644214676,1004.7646044942672,351.97068905351136,1931.9565247434048,797.2003960808682,4434.126379833257,518.3410986492861,1290.9782326967688,421.6776304310806,1758.2376890994426,525.2136162862911,3142.977826608699,592.0672761336571,2104.873237760706,534.2302011651179,2681.4586073068335,627.2389945579462,3780.0267287517554,9888.47940143051,3155.9690298936025,74246.6463670319,27093.887111382068,2227.2219138104115,12458.68308076612 -2140,3641.513220794544,3215.190775839735,730.6152997131557,1288.189973583191,1437.975235022071,2292.914850341114,1612.070095260786,2702.0518458786055,231.78665442140556,988.2072060208156,1661.2135631107756,5483.987198656577,929.2676470101425,3199.0692707792723,1057.5759183968275,3615.4660485664426,792.452711156103,4105.115296400336,252.72709458623885,1113.956124056794,451.11561635605887,2141.909450754021,1022.2577900778535,4915.9994426189205,690.5160651803661,1431.273655445321,530.6492230037313,1949.3119408855173,639.9062226606238,3484.5369572783834,721.1763336599231,2333.6176683363337,692.8418725117099,2972.862721928509,813.4647546209618,4190.816341217374,11452.9390205197,3789.0548139948255,93995.2215211021,35686.04423315534,2572.0820811100875,16569.03309647036 -2141,3771.703288346924,3838.487722005869,757.6103773390928,1537.9185068477618,1510.2896597094227,2737.41936770162,1681.4707077341777,3225.8716691296313,243.540244817748,1179.7810741472786,1745.6470021430612,6547.11306335556,976.4989392177381,3819.2409016616916,1111.3920798366878,4316.360366867116,831.2036340900294,4900.933027383324,263.65556452698934,1329.9076798727378,470.64700019179134,2557.140058421672,1066.5149228985902,5869.015189915753,716.5307614312428,1708.740394050936,554.1613615337393,2327.2055915544397,672.3140440574902,4160.049359402452,757.7297417585684,2786.0128347828654,722.8018639001828,3549.181946863217,848.6407421156526,5003.248078410851,12129.721228744365,3991.868598944677,98230.3379568784,37091.89147130869,2725.35326657661,17207.351165913773 -2142,3660.058552849231,4234.741355364707,733.5825007126894,1696.6804569393382,1472.08639898621,3020.0078371814143,1635.9624027002133,3558.883902649028,237.0150005442571,1301.5718863254026,1698.9264320621385,7222.982709751107,950.3638803727025,4213.5076529345815,1081.7326998917142,4761.945608276562,808.5480497031327,5406.864701416174,256.8821018566406,1467.196317572486,457.8330080947692,2821.117987372169,1037.545633748205,6474.883636468197,696.3604798456495,1885.1365788629766,537.7237616978693,2567.446993380406,654.2898426427738,4589.498348952407,737.4233671450751,3073.617690736441,704.2326694590574,3915.5700516976954,826.8386747192372,5519.741909640278,11829.860682184053,3890.266967363595,95536.47780918864,36043.88868014732,2658.2971229350064,16729.158854799403 -2143,3515.8408177784604,4421.3665451913175,701.0262431010486,1771.4532200858457,1393.5850982508055,3153.0996811916357,1559.3045066522322,3715.7240324627046,223.7266640272775,1358.9322018617308,1603.4752614681495,7541.299793653752,896.969370074977,4399.1970728016595,1020.9412820195764,4971.804706746124,764.5035446487333,5645.145405381787,245.5362670167585,1531.8557072027381,436.05875996184386,2945.4447492060694,988.3469503414129,6760.231969780286,667.5027303762428,1968.2146094571476,510.2812053643064,2680.5944662248517,617.64877913748,4791.757691071873,696.0963158032777,3209.0721227435915,673.1284878178201,4088.1293517483923,790.3192949150854,5762.997115858604,11068.360348712766,3664.4264833224233,90814.15113321262,34496.7965192996,2485.8670392851677,16042.814865140936 -2144,3311.812280419902,4453.467121113491,659.5793009997143,1784.3145533416894,1310.600391746554,3175.99222237132,1468.3464991859832,3742.701411558233,210.19018649716844,1368.7984967895723,1506.4332166672914,7596.05211154093,842.6849393216669,4431.136691059652,959.1954936909993,5007.901644837063,718.5098424690873,5686.131018500484,231.31899175200618,1542.977483678013,410.57061565789394,2966.829647252871,930.599521729256,6809.313478264004,629.2245197404803,1982.5044951420894,479.47804900397244,2700.056464071014,580.2833651407287,4826.547428586443,653.9813990262844,3232.3710422660856,634.1523597039262,4117.810515997982,744.5574728454935,5804.838371173228,10386.682875170078,3442.82508929602,85431.92078324033,32490.54029846152,2332.595853818645,15117.449056817457 -2145,3138.461232125912,4492.130762594874,621.4618634023699,1799.8054273740472,1220.464421472425,3203.5652169155624,1379.192241208092,3775.194402213157,195.15735243204966,1380.6819873152406,1398.48094912706,7661.998716181202,782.2974299284326,4469.606466566896,890.4450590505351,5051.37871753219,668.4904320048213,5735.496271490273,217.78489683852973,1556.3731429745515,385.3621511341323,2992.586756197024,873.5742867419373,6868.429858355774,595.0710141755662,1999.7159937230508,448.02503113044213,2723.4975297098304,538.8258133387857,4868.450039360652,607.2264093027052,3260.433500506876,597.0491449577744,4153.560089341415,700.9946359607798,5855.234205146355,9539.791378434978,3187.8850196943827,79978.49065828465,30658.84449016549,2141.006871985491,14295.05581576771 -2146,3033.635104922117,4556.656816552971,601.9977334524076,1825.6582683215643,1180.0183530671407,3249.5820033738373,1333.0514820672538,3829.4222086982018,188.94673529981173,1400.5144376869687,1353.985427122945,7772.05752094796,757.4070425914647,4533.808976083017,862.0760327663377,5123.937944526282,647.1808868441589,5817.882328675497,210.25247909341132,1578.7292636464479,372.54815903711017,3035.572996961109,844.4775372486978,6967.089647901094,574.900732589973,2028.4403984501535,434.0604387210085,2762.6185076698057,521.6764812064021,4938.381634528781,587.9014773971558,3307.2671567602315,576.3993035800135,4213.222832170438,676.749683662464,5939.340207002882,9240.697627056263,3085.305702382475,77360.05451715826,29631.91097109046,2073.950728343887,13807.921194186616 -2147,2940.984568998927,4515.653855900604,581.4303152257152,1809.2301287546954,1128.8740549331055,3220.3407222361084,1284.1778177035942,3794.9632501972783,180.48901010427647,1387.911944083996,1293.2293600660898,7702.1208587087285,723.4206553326281,4493.011611142923,823.3810774633299,5077.830319049341,619.1706004989911,5765.530262279758,202.66643791247793,1564.5231084576524,358.75817525801983,3008.257470433057,813.2519472235149,6904.396468626184,556.7136494256923,2010.187529034756,416.6426310788983,2737.7591551822566,498.3560199123317,4893.94373279535,561.5980452416311,3277.5067972346073,555.602455559607,4175.310253505402,652.3321310534112,5885.895204973305,8754.224008127341,2940.390620642723,74336.54424654809,28636.547042386377,1963.787063789825,13360.836007476979 -2148,2896.6741014738577,4482.838496588806,572.4588746968075,1796.082412245106,1110.599647607553,3196.9384329378477,1262.888933924219,3767.385165914409,177.541015108784,1377.8259564083157,1272.0941231024358,7646.149371188454,711.5977974181778,4460.36079353894,809.8829160056849,5040.929610589101,609.0241148529618,5723.63202268539,199.53269160222678,1553.1536834321796,352.74829657405655,2986.3963949510053,799.6723206052104,6854.222062398609,547.4460762585546,1995.5794505251126,410.00047979813564,2717.8637971115586,490.21878848730626,4858.379332341239,552.4263006428283,3253.68908076868,547.0114073179229,4144.96817889577,642.2453923225037,5843.122270601819,8605.119228486774,2891.4655548918627,73144.07545886596,28186.9488692439,1930.2589919690226,13152.85959736371 -2149,2888.365495800534,4385.951950060055,569.940192495398,1757.2641005134042,1103.7677429422795,3127.8437456168385,1257.9297337179692,3685.9615459363868,176.21602041564873,1348.0473242457572,1262.55975692527,7480.894921941365,706.2643603334258,4363.9600523819545,803.8502450553891,4931.981170524587,604.8547505423799,5599.928494061431,198.86234167817184,1519.5857338549954,351.29966700595946,2921.85210376298,796.4133455900768,6706.083354017232,546.2381582913428,1952.4494556720197,407.4946439148888,2659.123238548489,486.5687925671003,4753.376309012295,548.3069525383052,3183.3678548860466,545.1736680862797,4055.383945015747,640.0877050457424,5716.8362270214775,8520.971376887335,2869.189825207997,72757.54384824053,28092.560418077657,1911.100093785707,13117.677217670065 -2150,2967.6259511265384,4307.260054267564,586.6237324525086,1725.7356102216688,1135.5936255535755,3071.7245822315886,1293.321096663219,3619.8287416625085,181.34463734631515,1323.8609216652544,1299.3213650717262,7346.674162039076,726.8284671172615,4285.662730935026,827.2560026193759,4843.492524789164,622.4955197087158,5499.455667519396,204.41518179926177,1492.3216225337037,361.2051988139202,2869.428802302224,818.860522031913,6585.764112384213,561.3078589522055,1917.418987747321,419.3739618179265,2611.4137672250777,500.7266343629375,4668.092156921624,564.2636201143349,3126.25248874474,560.3965714855087,3982.6230359968167,657.960896418227,5614.265864700625,8776.800772738423,2953.3335106056925,74828.06381663235,28874.171251812357,1968.576788335653,13479.850314715413 -2151,3080.8886389992217,4189.5146357178155,606.1380602589779,1678.5600370796594,1157.3171905521199,2987.754380282426,1330.023694064487,3520.875289840353,184.5241518229063,1287.6711963272894,1321.8889327747656,7145.8417968558215,739.452557724176,4168.507707634997,841.562776451277,4711.088386801528,634.6761589010747,5349.119792459731,210.44251982206174,1451.5267710870223,371.2617716648428,2790.9886591325476,841.7154447454016,6405.732365493451,581.124657138799,1865.003461774178,429.87872339718876,2540.0268523059653,509.5505865817017,4540.4828512561935,574.1748358301463,3040.791684627577,576.9202931260974,3873.752057604254,677.3613768208595,5460.7914805770615,8825.837207290131,2994.4446315092105,76742.46015219366,29837.175480096197,1978.1562374273115,13950.461433969456 -2152,3210.842314752193,4151.370840139697,630.6897524682661,1663.2774431547914,1195.0580417935032,2960.552114094473,1379.786047389094,3488.819178574684,190.24877997201685,1275.9474834022183,1362.7835501398672,7080.7818669037815,762.328631997905,4130.555171436588,867.587124004976,4668.19587824109,655.251867139937,5300.418272205585,218.56951276774126,1438.311221018172,385.0098383810551,2765.5778633407913,872.9408401838856,6347.410825381286,604.9924265111346,1848.023377687132,445.01900032876455,2516.9009598239854,525.3829075467664,4499.143635436842,591.9976001856897,3013.106535750133,599.2001401666081,3838.4831495198073,703.5201166789145,5411.073235853905,9043.077713678746,3082.494399053121,79479.92737930603,31029.51898985783,2026.0534828856,14522.52615146945 -2153,3303.111173745306,4174.309102076894,644.6429002890318,1672.467827520461,1208.2723025865594,2976.9105466428737,1407.3444564069162,3508.0965332730107,191.78867261421985,1282.9976889173206,1373.5917035889336,7119.906492343827,768.3746140119999,4153.3784170865165,874.4473486636081,4693.989839790821,661.85497714856,5329.705557631636,223.42053081663985,1446.258561982251,392.42642957023725,2780.8589721310846,889.8642207925277,6382.483233446545,621.148603853539,1858.234569588751,451.4412773876077,2530.808012628857,529.6819945629919,4524.003504423938,596.8080250890343,3029.7553560129336,612.4990246177966,3859.6925608963734,719.1343198701857,5440.9719416127955,9007.081718792471,3098.048620248808,80801.90274198756,31790.603290590745,2016.4740337939418,14908.018531190268 -2154,3358.3024606368535,4242.149181547232,652.7729603326517,1699.64845730998,1211.9919152212137,3025.290731991356,1421.4337497895592,3565.1094524860237,191.93193791359835,1303.8487239144906,1374.440895103534,7235.617861686758,768.8496439648953,4220.878335035895,874.971601233122,4770.275672003373,663.4945754525698,5416.322921066302,226.03898621658678,1469.7628817104464,396.14032574126213,2826.0529644905173,898.3704792169409,6486.210139908665,630.5690650198948,1888.4342452219491,454.20163130288256,2571.9382242405186,530.1147219603384,4597.52675096826,597.2687429549155,3078.9943651762305,619.6774221115745,3922.4195520365365,727.5624671683255,5529.397585207621,8926.981227514,3092.9011848320565,81404.57643065957,32221.160108448694,1997.3151356106264,15132.462252638748 -2155,3276.9947036077647,4306.675229202179,631.9687332427702,1725.5012957320935,1157.9683007911947,3071.307513954537,1372.4183275037215,3619.337253673891,182.56872087993182,1323.6811723489097,1307.117192638589,7345.676655702556,731.1893816320634,4285.080838280472,832.0879710897171,4842.834891909605,632.7545266495283,5498.708970203745,219.04752023621447,1492.1190001985121,382.0930644877181,2869.0392010555433,866.685941609192,6584.869919816524,613.6267667653791,1917.1586471431433,435.33443403961394,2611.059198379008,504.3107571225058,4667.458339305206,568.1545529721263,3125.8280168546976,600.5105797539178,3982.0822890374775,705.0587021190121,5613.5035788483565,8357.506430569585,2931.110648522353,78283.57555219582,31286.710651034402,1867.9925728732478,14732.028601725779 -2156,2945.8276020527055,4067.6754164977847,564.3680940007865,1629.7442524090106,1021.8688206053589,2900.86468241353,1223.0331075785264,3418.4814009091715,160.29313407709623,1250.223218025679,1147.4111196390375,6938.026844313089,641.8512676380911,4047.2794106669135,730.4425156913935,4574.080790305542,557.0846830045009,5193.557003999381,195.9349760905552,1409.31355455868,340.1637535900695,2709.821290439871,771.7347314077718,6219.441232079023,550.81610713084,1810.7655403481585,384.9809802511723,2466.1579401784275,442.8252719447891,4408.4367949511025,498.8515499680388,2952.3595589805664,537.1484048727285,3761.0958271839904,630.6652537912973,5301.981062624455,7228.88062076449,2565.825711857118,69465.41321325793,28014.68059323137,1614.1371719443193,13226.051517696907 -2157,2515.861335535356,3789.427130943474,486.199468552988,1518.2620180385911,880.2548038257056,2702.4317835561355,1047.9791117158313,3184.641064203733,139.03938983660788,1164.7020219231265,995.3824863199659,6463.4329111958705,556.8078430599589,3770.426308620013,633.553118314023,4261.191976038934,482.4412669990663,4838.293079441796,167.01309723211958,1312.9098251032872,291.79384318530697,2524.456665434307,661.8190340058469,5794.001962044602,469.866071732584,1686.9005915621265,333.6832926683681,2297.461043671476,384.08669819486624,4106.878815375189,432.69806501852526,2750.404166400714,457.86015626748184,3503.819039199649,537.5730227138479,4939.300418359367,6324.25504654204,2225.675920049268,59780.01419358411,23955.460608255442,1412.968741019508,11276.105579616189 -2158,2005.8364615757014,3455.2302803506573,401.68939899961276,1384.3635771212535,772.5972797866524,2464.099138594698,876.0369686002235,2903.781457421834,124.48858020038408,1061.9847155452405,892.0279793367828,5893.410359422505,498.9922787972253,3437.9051770105016,567.7944224348892,3885.3892784398818,426.8334072790552,4411.594728075982,137.4045284556449,1197.1217881520024,245.020715843011,2301.8199876744848,555.2561942976193,5283.017810315629,378.4513856579887,1538.1295912281364,288.344246006655,2094.8435453997704,343.7204076267686,3744.685291542201,387.34651052236995,2507.840744937157,376.68937294854345,3194.8105142999684,442.2705100415707,4503.694035941216,6062.301128439975,2024.6149516044609,50954.98027617996,19526.918434665822,1360.2817710153909,9078.545909619663 -2159,1769.2385476017616,3210.2522208492865,367.8221222939107,1286.2113049858278,711.9191186438734,2289.39291747109,784.5761186906396,2697.9014757891573,108.64270951565084,986.689313003218,730.0406740241174,5475.563756865504,408.3780643481609,3194.155478530701,465.41329060640265,3609.9126680233294,347.1282238843865,4098.8098112683965,107.48032538474742,1112.2450798422667,188.1359744621505,2138.6194632090833,426.67811775698686,4908.448433900301,339.8545348180642,1429.0752093354006,257.0098710510754,1946.3177844311194,310.1183433966814,3479.1846847136935,305.2774235861754,2330.033215659882,294.6532900227906,2968.2963844838932,345.9520502098368,4184.379218695285,5653.442163699176,1819.2945700968332,43067.60965409687,15568.627505772844,1246.5067904493817,7236.086665626509 -2160,1873.718192909475,3088.6079454187657,381.93115552922575,1237.4736259868384,727.5072966779292,2202.6422438595755,816.7363710014345,2595.6714179532396,109.56194541612706,949.3012517861583,724.3084211144055,5268.081310018597,405.1714945899053,3073.1211478713167,462.2652688166422,3473.1242848498155,345.6137556146568,3943.495924595857,110.08452101486938,1070.0994048202647,184.89685267849438,2057.5819629983193,420.0801618863522,4722.455367887589,354.3450864824872,1374.9240690460763,265.4124532230565,1872.567063192766,315.2373838591127,3347.3499032244695,305.1862681653564,2241.742582167848,301.79259489120795,2855.82040499277,354.33429890663916,4025.8228987653642,5725.413521135648,1846.7736311121291,43494.54998219195,15715.861150423112,1253.8146596867605,7362.9676900573295 -2161,1888.1608304591978,3029.41033403014,389.16475492156775,1213.7556649800035,772.6466532922716,2160.4254387860874,846.9992637990141,2545.9216437481728,116.49290208797248,931.1065286011302,769.0051282865967,5167.110958434567,430.17442306661786,3014.2203632211667,490.89689843752507,3406.556865043783,365.2753634418137,3867.913156118195,113.64435421713986,1049.589411375577,192.28030523369037,2018.1454467429987,436.71472201598493,4631.942721864322,360.3500755287804,1348.5716727022852,276.9521878826187,1836.6766234655588,335.414880002046,3283.1931302527646,323.83500284660477,2198.7763629008978,311.55174440277256,2801.0845014666434,365.7925038415611,3948.662215476301,6231.082568527438,1976.6192145030702,45451.47009563589,16089.937676218966,1367.6580382718935,7504.081004316817 -2162,2114.4122299975297,3071.2580426995214,436.15832960352805,1230.5222590901924,881.6566565964669,2190.269152379012,957.7940050639631,2581.0905299323404,135.08734426234807,943.9686603207455,909.1963279052795,5238.488464354433,508.59609568842717,3055.858240470232,580.5213567572041,3453.6144054676274,430.67315257195617,3921.3437861974057,128.56102705389253,1064.0882435134076,225.01088138927756,2046.0237310939294,510.3100295979143,4695.927513696723,404.655577915197,1367.2005899688177,313.11540295125656,1862.0481313775952,385.29873554847825,3328.5465470800427,382.7398573802244,2229.149848998237,352.44524478816027,2839.7781597205108,413.80551023795107,4003.2082979831293,7329.007965421604,2298.639717748156,52194.578611788485,18341.263915051702,1601.9816271918573,8505.64924352911 -2163,2677.061984128957,3176.00728215194,544.202819906546,1272.4908169179398,1061.8824553834986,2264.971122945489,1179.665734756461,2669.1219705372496,167.02989505995114,976.1639359572415,1163.3701580933084,5417.153908577115,650.7786075312076,3160.082249691648,742.6242806581624,3571.4044046487684,554.9138196065088,4055.086302627124,159.40015607329332,1100.380353348737,297.0681536908935,2115.8060244584135,671.9962019688993,4856.088212910085,508.27607278771154,1413.8307395645359,382.02185669395277,1925.5556982683797,468.1958872792022,3442.0709447181343,490.1386993508507,2305.177896157309,436.98956296430595,2936.632477498007,513.068885862802,4139.742909778485,8869.228675440132,2810.380541132966,65701.03413611486,23696.193789652425,1921.5410513596705,10942.306576922048 -2164,3633.9060520241183,3451.5263672593946,720.7885162078462,1382.8795769359326,1323.4633537900552,2461.457691189727,1530.944221885535,2900.668682503336,211.74351829949745,1060.8462967506964,1514.8107826160344,5887.09278345468,847.371272957351,3434.219835959845,966.7289166732078,3881.224246576476,728.8916337670468,4406.865618250918,209.17770516711826,1195.8385060830221,403.06327660185286,2299.352499115311,910.5752783014783,5277.354558595394,681.6868163550469,1536.4807580486502,486.4075318945128,2092.597929969714,585.1489676286487,3740.6710905342748,638.8814826433417,2505.152407717262,573.4528510801784,3191.3857641305476,673.2902575583639,4498.866198157543,10818.933710730855,3514.1759679660313,85842.38114164323,32127.68058966549,2321.101159920749,14874.101447958259 -2165,3762.754355091518,4008.7377280607902,747.2300815027398,1606.1304314559206,1389.4474919462937,2858.8332415181867,1596.2823943099622,3368.950066398732,222.70124025849483,1232.1083836409493,1595.9355053623556,6837.499830073174,892.7516995893463,3988.637245671181,1018.5575479444154,4507.8056525668535,771.6416260730354,5118.30610188954,218.0589140004388,1388.893615727836,436.05951364898095,2670.557930760748,983.7339889846044,6129.326006045558,707.2161954931718,1784.528851251325,507.66347427456094,2430.4250870296382,614.8577573273554,4344.561719456826,673.4966593867908,2909.5819943952893,597.8003527531564,3706.600256287357,701.8766280706451,5225.159173960376,11268.611494852055,3671.3141633350465,90929.41972340421,34196.11172780605,2423.687554001718,15770.615219287394 -2166,3698.2101402234707,4345.923702052095,735.943307739926,1741.2264867794297,1387.898328056884,3099.297581270924,1583.4285874437057,3652.3217376146094,213.4273158323093,1335.7444141282313,1463.2670808662813,7412.620777430307,818.538198446755,4324.132512713813,934.1385873229796,4886.969604572149,706.7429335213649,5548.820928556966,216.14268353520234,1505.7172840140724,400.45863793463474,2895.185915445435,906.0877654492658,6644.880502113444,697.2973059424014,1934.6304891341906,503.9286547973192,2634.854836685379,603.12478921318,4709.994774527016,617.4468940353089,3154.314951560418,592.5470786399394,4018.3726151683313,695.7087656665257,5664.661706889543,10784.706900858204,3541.34274100342,87230.82545631073,32579.549397203704,2346.2903433676865,15184.49426495434 -2167,3522.883712589077,4481.8637776412515,695.424205319235,1795.6918838868085,1292.1682927686609,3196.243311650939,1490.208004402304,3766.566010438085,198.04693406902462,1377.5263709855606,1358.4583834279556,7644.486842709321,759.9091733668434,4459.390961995443,867.157155678297,5039.833543976736,657.0359838204804,5722.387513746336,204.39312640680254,1552.8159759004766,373.6181168390924,2985.747052541439,845.8174340293507,6852.731725390025,662.0409374390936,1995.1455448416357,471.20454104164264,2717.2728426656345,559.5272686073579,4857.322958261903,573.313872209064,3252.9816199937954,560.3361074524162,4144.066924250067,657.8899056744593,5841.851780488385,9911.848744174176,3282.45548331718,81557.24395383777,30709.185746142986,2153.0612784894083,14363.68066453413 -2168,3306.1732588978834,4503.112537241269,651.0572813159782,1804.2053566404347,1205.7725706210833,3211.396874793855,1395.3368387317475,3784.4235044727466,182.49196204202462,1384.0572983300683,1236.289949178301,7680.729770037138,691.5692705662068,4480.533176755884,789.2028987417415,5063.727668544803,598.8343739968046,5749.5176637576615,191.6116462474361,1560.1779607826545,342.93527988032395,2999.9026414869168,777.0283643467958,6885.220898702842,621.4509907386307,2004.604638235076,439.7987373020169,2730.155580800046,518.8226358349651,4880.351790230124,521.8515545493943,3268.404182538278,525.2961578910727,4163.714170620888,616.7495457991005,5869.5483170769785,9062.193201050306,3024.019481460871,75585.4291435323,28556.617798610638,1974.3076699746466,13409.603295086463 -2169,3150.772953726876,4557.176662456233,618.0078492206989,1825.866548429054,1135.6718845638247,3249.952731730126,1321.936653850558,3829.8590880874563,170.3881322042442,1400.6742152875656,1145.1242329457134,7772.944195636191,640.5720041745153,4534.326215391853,730.9663462875366,5124.52250866097,555.6082369936569,5818.546061411139,181.9008705328832,1578.909372874136,319.9092296744876,3035.9193101135047,725.3853861404622,6967.884487880698,591.3970446589518,2028.6718129440685,415.2604735756478,2762.9336808266416,486.33246598966264,4938.945029483639,483.4662637174042,3307.6444661235773,498.67442965640475,4213.703497429424,585.4930087952201,5940.017796252851,8384.867283596486,2820.6558016481176,71020.42587360187,26965.38249256093,1829.3608853120636,12705.889001388196 -2170,3027.8898636163694,4615.724469617355,593.9774837232527,1849.3241605642284,1084.556726211912,3291.7061286058,1266.2904840922731,3879.062765704544,160.57729929182813,1418.6692174405018,1062.0231765136405,7872.806209235413,594.0860345860644,4592.58045404173,677.8797302430368,5190.359226842573,516.241868884827,5893.29916799314,174.20627276698622,1599.194230876129,298.65246893027035,3074.92293702786,677.9238708782556,7057.403588748191,567.6007322232138,2054.73494257342,398.0367764738475,2798.4301560185463,461.92614189083235,5002.397562177363,448.4673580672079,3350.1390509737894,477.57997782061494,4267.838572295859,560.7260399279129,6016.33149708735,7835.195297634441,2656.4250432678546,67265.72371696486,25600.55336251587,1715.8608761166786,12108.726383634259 -2171,2952.496074020399,4570.302806180953,578.1350994437773,1831.1256350328897,1050.0032656680978,3259.31364744943,1230.833304478891,3840.8903218006035,154.3852379257757,1404.7086103578376,1013.0231971022386,7795.3327906443,566.6758950457204,4547.386542433445,646.5941424530158,5139.282792045065,493.2219001493615,5835.305357248885,169.33481636578654,1583.4571428843249,287.0698313935523,3044.663740306325,651.9484863441379,6987.9542503717275,553.2244647758864,2034.5150443479258,386.22409346788976,2770.8918240549206,445.79963127954204,4953.170789665282,427.8597827952349,3317.171552709948,464.2250623914162,4225.840327273278,545.046050837165,5957.126970001445,7475.920722097949,2550.780459745058,64986.564922649864,24817.962818301174,1640.1369750881313,11764.338216994336 -2172,2910.7969095866997,4526.765595174391,569.9471182258064,1813.6821293106573,1034.6524738499666,3228.265064451021,1212.2455229360046,3804.301574952771,149.2971491668796,1391.3272004676278,957.201727087968,7721.073586612204,535.4498761612662,4504.067634294893,610.9183199663305,5090.325414639556,466.73050512152156,5779.717591754948,166.94252698562866,1568.3729546645927,273.41416745522724,3015.659936110578,621.8868848420808,6921.386223786884,544.6102087266084,2015.1340285732147,380.74670718117,2744.4960014724243,435.8077739669038,4905.986335819128,404.3783420261344,3285.571808894291,457.66669057753506,4185.584504013664,537.3458748952127,5900.378718324319,7165.880175409083,2466.5990781185596,63164.48516337478,24148.93147429393,1581.4202635029549,11503.203958942615 -2173,2895.6674327002647,4436.63706429751,565.6376767355646,1777.571466552533,1023.1392951621075,3163.989859247045,1203.0968503396552,3728.557402926587,146.5697548099728,1363.6256829247561,933.033251661117,7567.3459405649955,521.9302524413179,4414.391022967402,595.4996484069652,4988.976329589562,454.5921200988937,5664.642612837673,165.87493064693552,1537.1464315988437,265.56502365638715,2955.6177285008766,604.6594033544043,6783.580464052739,541.9466419444991,1975.0124305587456,376.8008935521298,2689.852705412679,429.2463072881188,4808.307467396872,394.13117491041044,3220.15561845982,454.73991516551297,4102.248935984709,533.909551634697,5782.901359640961,7027.476003516266,2427.0656920266288,62086.784996216775,23750.931918263792,1551.8902230154924,11351.342433803924 -2174,2944.1763963720705,4353.916353300004,574.0103906896286,1744.4288016396465,1029.4054628891477,3104.997544357918,1216.9252612893774,3659.038775440222,145.87898003028593,1338.2010010336637,917.5159526684002,7426.253435702478,513.2500175557367,4332.085087469682,585.5857449193447,4895.95730117852,447.9472557226357,5559.025845522745,168.06132765747915,1508.4864704872246,262.9933455001525,2900.510493810464,599.4409561479262,6657.101198121601,550.3146980290653,1938.188496097341,380.2863075976378,2639.7006363915607,429.55304382627224,4718.656994159287,387.64766872803517,3160.11609789025,460.73384075279154,4025.7628624665117,540.9470119853479,5675.079668309154,6930.7312429310805,2414.961228038282,62170.69861238769,23883.28187987128,1533.9605364219426,11458.758053305142 -2175,3069.0549547000737,4235.001278316338,596.2965290852098,1696.7845969930831,1057.8106371467074,3020.1932013595583,1259.323892798317,3559.1023423436554,148.61879384524408,1301.651775125701,924.9367118922354,7223.426047095222,517.4011222758601,4213.7662725889995,590.2396095043694,4762.237890343906,452.054099859741,5407.196567783995,174.08372181837575,1467.2863721863298,266.30916463523096,2821.291143948367,607.6542628871669,6475.2810564579995,572.3171993503552,1885.2522861099342,392.82095362458097,2567.604579958824,439.6762680550834,4589.780046429835,390.85480419154607,3073.806345418114,477.24400898097645,3915.8103843271883,560.3315793438461,5520.080704265262,6989.992322620072,2457.86085849733,63707.04144020193,24585.264597709975,1549.530174630512,11837.251697232694 -2176,3154.396406478205,4199.911585298828,608.7325155030957,1682.7256518564718,1059.6960848491597,2995.168969883668,1277.8320421014125,3529.6129041113268,150.36799442850844,1290.866758025773,952.815566931004,7163.575344375238,532.9962983558701,4178.85252516943,608.05639376195,4722.779704934583,466.5633277035343,5362.394487411469,177.38891950076982,1455.1289665599343,276.47938182862606,2797.91494317576,630.2988575284393,6421.629213272831,586.3897447373781,1869.6317656820258,395.98738701769906,2546.330334550112,441.2910008386192,4551.750784509247,402.7055390390253,3048.3378947689375,486.30508474351143,3883.3653919243884,570.9701767846321,5474.343306655418,7003.785495030638,2479.284432084533,64938.00084179086,25314.672936443145,1543.4724706412442,12182.51909299874 -2177,3253.77764123508,4206.7345801128195,624.3287307561513,1685.4593352121349,1077.7220316295795,3000.0347919214646,1308.6131255703865,3535.346960662528,156.70928848929324,1292.9638443612077,1026.5832903902228,7175.212979223409,574.261286992176,4185.641308344645,655.0598732025478,4730.452128693974,502.57647558480636,5371.106001698164,182.09615424285715,1457.4929061788728,297.48553781116357,2802.4603148483684,676.7143607671306,6432.061514508148,603.8069347050528,1872.6690886309123,403.6766946733692,2550.46699274267,452.8644865749027,4559.145362077497,433.8935513931055,3053.2900927437963,499.20979263958986,3889.6741394758083,586.1215777876961,5483.236688154701,7299.317875378088,2573.9683870642625,67724.27439205232,26549.625768494767,1594.5581126471654,12707.302874491257 -2178,3311.494726933466,4268.076566882918,632.9682337884483,1710.0364560818211,1083.0682874748518,3043.780859331058,1323.611471108452,3586.89887161833,157.77416129271148,1311.817653538989,1038.3009458595955,7279.840882710574,580.8160361034877,4246.675716118945,662.5734527563819,4799.43088795935,510.6180523047788,5449.426681793966,184.56225142136338,1478.7458540094772,307.6253522623069,2843.3253802056756,699.1520011278106,6525.85289231284,613.601113115233,1899.9760746724442,406.8745724337602,2587.6575284294254,454.9483389569218,4625.626151192559,439.08153033992687,3097.8127211406036,505.97050577068256,3946.3927973943973,594.0593224108807,5563.192441477528,7232.934287651549,2576.206062904919,68886.7687187337,27253.501366433422,1579.1601591334704,13034.125527448212 -2179,3235.9697185584814,4323.180383904408,613.8322261346864,1732.1142080854195,1037.9358074934523,3083.078172979905,1280.5898772899275,3633.2082140115467,153.78248998961664,1328.75412569768,1037.0322726872562,7373.828657686086,580.1063519545833,4301.503233372584,661.7470231707395,4861.394856344891,511.0547389811891,5519.782544918724,179.33375083397263,1497.837484556334,310.1387827027697,2880.034675137055,703.7330388339809,6610.1061614499,597.9874012114107,1924.5060783692668,390.96995844478744,2621.065974769692,438.20037666643674,4685.346180355786,438.657022225604,3137.807623452594,491.6367670659856,3997.3434547209054,577.2300981667582,5635.017099153339,6986.622204367099,2498.035352824078,67585.33063953649,26986.237967944067,1514.8290569642718,12865.575573457976 -2180,2895.2953235709183,4088.8591969356817,544.4191185180281,1638.2316907805516,905.5702278292737,2915.9719056356835,1132.1050244767753,3436.284286344471,135.7677089090375,1256.7341736544395,934.072389061216,6974.158939992618,522.5115363822594,4068.3569720816363,596.0102487620043,4597.901846128738,462.4863845252782,5220.604189430698,159.4396767098255,1416.6530263333545,285.5914900282623,2723.9335912910637,647.0757493451414,6251.831052803756,533.7865976278606,1820.1957076313367,342.35383057558164,2479.0012826236066,382.98686907487183,4431.395204257762,395.34778715782255,2967.7349589983532,437.09790731045786,3780.6829918544586,513.1960928207728,5329.592902610751,6039.495067221208,2187.2222435003237,60502.43133435704,24499.33006698357,1302.0610695627672,11657.12415291908 -2181,2483.2838888966553,3809.3112903200636,471.9379365016901,1526.2287536160045,787.5371073681504,2716.6121813924738,977.0045331451622,3201.3517458687197,114.25575490329,1170.8135316130858,749.9622787141616,6497.348309403862,419.5220274881664,3790.2107654911024,478.5560662237174,4283.551614437551,372.24062580399595,4863.680924986228,136.6521896425128,1319.7990216249113,231.91556337464104,2537.703179205451,526.6657093617557,5824.404673182864,457.6172264649767,1695.7522198046079,299.4268054411706,2309.5164494030796,329.86912917693695,4128.428730463523,317.5113869169351,2764.8362884352478,374.62686424560013,3522.2045348945694,439.84892121660397,4965.218277004946,5041.236563952164,1842.569223608022,50994.104225398856,20541.92263146395,1102.0593585796055,9832.015005948164 -2182,1994.4784577875134,3477.713675546712,394.3057056567847,1393.3717157615188,704.2908665499601,2480.133182707573,827.2031002675419,2922.676541330269,104.11948403546145,1068.8951151754932,682.5698010850056,5931.75914182261,381.82329295859915,3460.2758366973126,435.43893517570734,3910.6717445997965,332.83383738239155,4440.301245346402,113.23503066080659,1204.9115329958966,192.51300561424765,2316.798071406667,437.1514001392094,5317.394730989369,372.018143364278,1548.1382947461025,262.60495795581744,2108.474820737039,300.7845740897811,3769.0521882360017,288.33590067153966,2524.159418363308,310.42959919037503,3215.599342117901,364.4749945857436,4532.999849052434,5017.075355484969,1712.2764167205014,43802.282072538845,16726.621743142874,1101.1009910897376,7908.92184384207 -2183,1597.7575676651863,3225.652698279719,343.6270491024558,1292.3816202166856,564.8108343956184,2300.3757753680247,628.605719527475,2710.844063451764,92.34450771615653,991.4227374977379,605.0167827747028,5501.831567073324,338.4408450638225,3209.4787353878805,384.5759200723255,3627.230428356509,282.3223075396915,4118.472947884302,84.08157645534148,1117.580830453379,150.50636065718263,2148.8790186924593,341.01770006956417,4931.9956333489245,321.97427368677063,1435.930882657523,226.80007029762862,1955.6548149974126,266.8440789587373,3495.875306361816,245.88476711025442,2341.211036429502,230.50649543702428,2982.536132120914,270.63738089248886,4204.452855682238,4749.439017225576,1504.1924815146122,36170.76068495581,13063.835337290477,1006.7937710275913,6022.379699132609 -2184,1714.6561998993236,3090.557377010727,365.66717526318087,1238.2546801780302,590.8317319959135,2204.0324819382986,668.6578760525196,2597.3097236087096,96.3748855667702,949.9004206943603,625.100584186369,5271.406356225903,349.6755395638418,3075.060804686767,397.37090164434585,3475.316410986685,290.4861030366079,3945.9849344261856,85.47114537922411,1070.7748176998405,152.4557175082865,2058.8806436183927,345.485031975844,4725.436032267296,342.88076681766114,1375.7918776071215,240.52308847147904,1873.7489682631292,279.81505439856403,3349.462644551958,254.5530107153514,2243.1574991427283,234.3159466428127,2857.622908456092,275.11005267129326,4028.36387077644,4967.905829725945,1575.6022211348195,37500.539143320915,13434.637771999067,1055.5925538995177,6221.049781899886 -2185,1724.6905578083251,3021.872543220225,372.24962065157195,1210.735593319788,627.3413631278221,2155.049859639527,692.1238285528284,2539.5868714152753,102.38234553396192,928.7897456432387,663.1535371321324,5154.254132451379,370.9620127969882,3006.720368156873,421.6442145228268,3398.0806567393706,306.676798110585,3858.2889992602663,88.50887258421255,1046.9778188387793,158.28937965474225,2013.1238892370227,358.6657940800115,4620.417503610223,348.44339197716255,1345.2161513168796,250.57852456030378,1832.1065974054952,297.4482522649022,3275.023876082607,269.8449052610042,2193.305358832828,242.64376210054857,2794.1148318990145,284.887730127907,3938.8371384885695,5407.091295491212,1684.9733550480917,39144.09913869216,13752.289909569787,1148.463150106026,6335.954872924453 -2186,1930.1348003095552,3040.97693374192,417.0529966716132,1218.3899087359666,722.6430305677727,2168.674164941432,782.4941347309612,2555.6422339963806,118.64030914215381,934.6615889323026,783.6768824435067,5186.839518627024,438.3816679180096,3025.728966064709,498.38529880803065,3419.563448935956,361.34414102808086,3882.6812457012356,103.47097876384298,1053.5968515188717,185.0664472921813,2025.850933279573,419.33782735612346,4649.62795477908,391.188565742367,1353.7206578184882,283.12289291381774,1843.6892434018448,341.49392033184347,3295.7286987386556,318.74211075652573,2207.1715168223427,283.6618162952753,2811.779329705456,333.046974992223,3963.738613259194,6356.830828265137,1966.5551803989229,45111.60881590821,15761.852742045088,1360.3513107077858,7244.983210237317 -2187,2448.346825360495,3159.0472607085685,520.8265046491192,1265.6956588392093,889.0682402423606,2252.876075484595,966.4596896610994,2654.868739409702,146.7612390792605,970.9511767236219,1003.895347035599,5388.226063553641,561.569859348658,3143.207268636417,638.2905950101631,3552.332944823666,466.32686078286525,4033.431959756512,137.93919242541295,1094.5042728707303,244.91607345458632,2104.5075253187906,555.1187055422408,4830.156483885189,491.7192687185342,1406.2808199547592,345.95280396402967,1915.2731444100932,415.21612272309244,3423.6901313742583,408.7550566064276,2292.8681427227625,378.1551342140109,2920.9507282559457,443.9914584649445,4117.63649682583,7687.9328088761295,2422.564155687075,57342.65746704545,20688.94249049375,1659.7672561458294,9537.52611820363 -2188,3333.3633667021127,3440.479613450878,690.8296671957202,1378.4536132874596,1126.8452986896868,2453.5796933906713,1259.1965815579088,2891.3849716443833,186.26234067445753,1057.4510140201212,1309.0799453084583,5868.250897950454,732.2873274926649,3423.2284724251385,832.1600375145449,3868.8022268189916,613.7719202018802,4392.761261403519,189.25736342932646,1192.0111751674153,333.28427335946856,2291.9933257311327,755.6711835977894,5260.464165660241,660.2655192579674,1531.5631874263624,441.6160107388334,2085.900483190265,519.6429129158697,3728.698917003241,533.7674471761025,2497.1345631591635,518.8419796448038,3181.1716011507215,609.171703391355,4484.46738962462,9372.201520638202,3049.713018855249,75507.78546492114,28331.771516068682,2039.5063929516916,13157.401967384783 -2189,3450.0935075732327,4008.867686385032,715.9997488057448,1606.1825002200915,1196.1647324129437,2858.9259213597115,1312.930654332336,3369.0592835974567,195.9468584899555,1232.148327072444,1380.3208446329152,6837.721493369751,772.1388338589836,3988.766552362618,877.5163479525959,4507.951790056595,650.4966139743092,5118.472031049559,207.22562590022275,1388.9386419428429,361.1751530365943,2670.644506949318,819.2672544579294,6129.524711221728,684.8753272917945,1784.5867034718497,460.7090601705213,2430.503878408105,545.9956693103693,4344.702564779949,563.2582165911142,2909.676319448681,568.1012988187106,3706.720419688062,667.0070069063291,5225.328567164973,9765.833385015821,3190.440281067378,80344.76009325334,30535.456894814168,2112.6318257521634,14162.273147965596 -2190,3389.0934509756025,4346.4435479553595,704.9750494436524,1741.4347668869198,1166.7997132512191,3099.6683096272136,1300.3765323079226,3652.7586170038644,187.87922734349476,1335.9041917288284,1265.398609048174,7413.507452118539,707.8523882011497,4324.64975202265,804.6754084791828,4887.554168706838,595.6687346417509,5549.484661292608,191.65611464702124,1505.8973932417607,331.66038742124636,2895.532228597832,752.5469857812477,6645.675342093049,675.1282943804804,1934.8619036281061,457.0653901404595,2635.170009842215,535.686291393579,4710.558169481874,516.2933648083091,3154.6922609237645,525.418066344484,4018.853280427318,616.892678358022,5665.339296139514,9356.021720472205,3050.518850561924,76375.27432093977,28723.48283120124,1993.3580566301864,13367.29970937902 -2191,3231.0450166148053,4470.8820029948565,666.4181212054744,1791.291954620421,1083.8525650436695,3188.411653772647,1224.8541996011595,3757.3369081784954,174.40211254937884,1374.1510599707328,1175.0246827966848,7625.755788853385,657.2980418704308,4448.464251806456,747.1470473281322,5027.484592964123,553.942772845112,5708.366121478947,178.85149713861213,1549.0111580923735,309.54660611598246,2978.4311672515464,702.365852236346,6835.940685042957,641.2002851372984,1990.2569003296105,427.68209540284215,2710.6147915754186,497.17685945417156,4845.421207392432,479.5223390831831,3245.010937962393,490.3146866065623,4133.912842970594,575.6778451936303,5827.537668557761,8597.918419173966,2827.6384523188763,71361.00230733393,26993.017726335067,1833.7706673070304,12599.407442632788 -2192,3032.9169748285058,4474.325993134486,623.9606007721858,1792.6718147519966,1005.6943336300037,3190.8677369994725,1146.922709003988,3760.231243402365,160.76661046302394,1375.209589964978,1069.6268492732795,7631.630027477094,598.3394594622457,4451.890973202694,680.1609661524286,5031.357342760184,505.0477575243336,5712.763364936189,164.83526543474872,1550.2043855475097,284.2719782504476,2980.725499234522,645.1159408007474,6841.206516773387,601.942850866985,1991.790026262139,399.2386162228542,2712.7028204270564,461.13999677947425,4849.153710922929,436.6168973206016,3247.5106205006146,451.88971189159764,4137.097260510522,530.5631316234035,5832.026711716447,7863.4504127396785,2599.210026137023,66000.37815601054,25030.771338635313,1668.5842618869235,11708.809194881924 -2193,2891.506497817716,4537.617405193397,592.4005100959962,1818.0299872874714,943.199884348786,3236.0040379926954,1086.9180403940497,3813.4214547164597,150.16262869701188,1394.6625661136525,991.0252020665963,7739.582966420605,554.3704181704699,4514.865031520901,630.1492620530953,5102.528221074569,468.76689181327396,5793.573046814538,154.2035711358557,1572.1327440738592,265.31297119713855,3022.8892410128437,602.1518402552779,6937.9785493203235,572.9244605721468,2019.9648180588074,377.09640742947084,2751.0752573626896,432.41034865714835,4917.747234534296,404.6389744593918,3293.4481612974137,422.74331981964053,4195.618416064351,496.34239004358466,5914.523428834556,7277.087688486264,2420.952074863914,61923.15192353882,23574.29782306615,1539.2893039952169,11051.362709220959 -2194,2779.194595916612,4594.995555920601,569.4245769487684,1841.018967918092,893.5174191850526,3276.9232938191726,1041.016713199384,3861.6421510591363,141.5786207199603,1412.298067696591,919.3506110900386,7837.449956595827,514.2763086674893,4571.9554785901255,584.5430203558055,5167.049666409193,435.71330676596466,5866.832750717455,143.97403328674812,1592.012355221639,247.7956808325747,3061.1136612347786,562.3866591691809,7025.709255414977,549.9065527619406,2045.5072636738948,361.52926442038813,2785.8625910409705,410.839175384973,4979.932125164,375.4689801530172,3335.093797792653,394.6994246056803,4248.6719911840255,463.41608861186137,5989.312549748725,6802.7402739895015,2272.961594151624,58470.92076925512,22279.394295283746,1429.8778642245838,10458.799268563625 -2195,2710.579710017238,4541.451282912049,554.2987032296855,1819.5660587623656,862.2381378887627,3238.7381697342844,1011.9971823173123,3816.6434521308583,136.16381529097183,1395.8409302769994,877.1711567774659,7746.122216435965,490.6815083771411,4518.6796855345365,557.72042782171,5106.839397515574,416.43566237767124,5798.468093847401,138.56842394065433,1573.461054541676,238.3009965351304,3025.443309959645,540.8565617260176,6943.840515854186,536.0277997677497,2021.671506264726,350.87280255285714,2753.3996679926963,396.59660340616375,4921.9022876965255,358.3353339088876,3296.2308281455876,379.88014886658294,4199.163335462557,446.01679595787783,5919.5206680386145,6492.250509103986,2179.593927195947,56426.407179175236,21565.72375417321,1359.6937116381828,10135.901431606684 -2196,2672.301970977758,4495.05490683124,546.4486438015406,1800.977007398133,840.9023954693429,3205.6505717861,996.3092783413805,3777.6518580477727,131.74180677029423,1381.5807397088888,829.1055629424903,7666.98628011668,463.7940555673217,4472.515948654299,527.1238584851781,5054.6669031935635,394.2326123745237,5739.229782211874,132.35335684889162,1557.3862612019996,227.08718236616053,2994.5347750276037,515.4566058515302,6872.900850106602,527.6755694403732,2001.017705161664,345.8970922029287,2725.270385404632,387.81885297283566,4871.619147936292,338.80513623279984,3262.555873681751,362.84177500843924,4156.263841622356,426.0120630461544,5859.04565905507,6226.788441721668,2098.423673127667,54620.31216395821,20868.980764980315,1291.6480505800946,9825.669730835796 -2197,2658.9827936171614,4414.738494166839,542.3719069635123,1768.7976424018427,826.6411875902729,3148.3728834112217,988.8509379005449,3710.153807006769,129.35161010685522,1356.8950326108477,808.0666380442307,7529.994664501411,452.02507373983275,4392.602255935145,513.7516658245105,4964.351496309207,383.91316920156663,5636.682792882905,128.40966687964487,1529.5593090901405,220.51843760441798,2941.029246015375,500.5271095430515,6750.097735946687,525.1447752042887,1965.264067644957,342.3776834770889,2676.5759989214794,382.03895565749275,4784.57438831949,330.1669869584775,3204.261416923711,352.03029653450693,4082.0008551261144,413.31832002510384,5754.35783238201,6106.695079178032,2061.606566911641,53556.56649441937,20416.075120658013,1265.8956418331131,9630.198699713927 -2198,2704.440986223676,4341.504999268059,550.5009431206067,1739.4561008149599,826.8622192005942,3096.1463812522834,1000.4149132245541,3648.608252211593,128.79622964061957,1334.3863006485394,794.8296425157961,7405.0840210784245,444.62041971981745,4319.735966045622,505.3305591422553,4882.000795251584,378.43756456826696,5543.179184208449,127.45864755777961,1504.1863512110638,218.4793883919006,2892.242245251952,495.93861842097215,6638.12434301189,533.3269847614972,1932.6634603240939,345.6623178129736,2632.175857209302,382.44503802952573,4705.205903748366,324.83720476392773,3151.107812822201,349.4231126516917,4014.2869488107845,410.25722876946503,5658.902181833216,6024.182446062681,2046.968550539696,53510.30764729485,20450.94446830588,1243.3475529280431,9668.816325292712 -2199,2820.3363361631887,4238.380282990699,572.0005342265465,1698.1384202171703,844.6294394788898,3022.602940170528,1035.5568715961967,3561.942063670986,131.2731700591532,1302.6903314668903,801.4617770739571,7229.189443319683,448.3303750274157,4217.128334367975,509.47836713432605,4766.037564307237,382.02932999441265,5411.510838613446,129.120670712314,1468.4570843501322,221.31424330286384,2823.542183637999,502.3749913307949,6480.447525962884,554.7439667249108,1886.7564831262919,357.2137945314365,2569.6532092997436,391.6130380218885,4593.442120467588,327.62701291591463,3076.2588608547508,353.9794869353066,3918.9347143386804,415.606861976744,5524.485042605858,6076.8677928520965,2079.297867712074,54711.25785193356,20961.069710433436,1249.8877124257874,9930.188796391978 -2200,2901.1539030166637,4172.2946913228125,584.1818697027071,1671.660738947184,852.0248498880463,2975.4739686433877,1052.1468086021553,3506.4036190181782,132.84258378221105,1282.3785482933713,825.8167692512974,7116.470614488233,461.9543345087037,4151.374106925348,524.9870568973397,4691.724644909082,394.4235880244962,5327.133583221298,134.17237611791703,1445.5606359951719,229.8673865022806,2779.5170034167268,521.8006445663212,6379.403216478754,568.5775916032429,1857.3378349174438,360.39439606477845,2529.5867118692604,393.1997486442523,4521.820340434889,337.66006626623056,3028.2932765113574,367.8285482649821,3857.8299757326995,431.8670271359806,5438.346272999423,6085.881856666354,2105.091988391755,55956.29517252472,21658.297569647737,1260.691185177925,10280.15525693284 -2201,2993.929885822844,4186.460533157208,599.283305902828,1677.3363882914027,879.8181081920943,2985.5763455703636,1078.7292984536389,3518.3086168070126,138.4033666743464,1286.7325005021464,889.7811434978877,7140.632569623765,497.7354194146675,4165.468918856158,565.5869698348924,4707.654063650413,424.8797512834855,5345.220352578111,144.374240842123,1450.4686266445676,247.33002609200133,2788.954064113398,561.4424777579595,6401.062668566454,585.5769656824737,1863.6438981150404,367.5581579913392,2538.175205232697,403.5003538073203,4537.172897357431,363.8251185047112,3038.574986399309,395.7965786425801,3870.9281419226077,464.7042557605538,5456.81063346375,6337.670644937765,2199.6141914896707,58731.536308745104,22916.452103271302,1328.868366049934,10865.408312463063 -2202,3048.2279219910974,4225.968928958755,607.699464628526,1693.1657193924839,890.609338992996,3013.7517770648947,1091.9371064988356,3551.5115404423577,139.40431264657556,1298.8756310817662,900.6042184748284,7208.0200286956315,503.789748394743,4204.779212943918,572.5107881651437,4752.081058380301,432.1020393289609,5395.6641772991525,150.47347058818067,1464.1569650739718,256.0877147744078,2815.273935079488,581.4883230040592,6461.470670853175,595.1720290699628,1881.2314473530453,370.6210133307992,2562.1284301174855,405.49915384353795,4579.991030056669,368.5102692576293,3067.250575786703,412.5173887522209,3907.4588006829545,484.3361374821262,5508.307556129921,6280.837488923875,2205.422061868869,59938.843344028806,23686.130569757137,1314.0577847701272,11240.39374681655 -2203,2980.552979255117,4306.0254186715265,589.5099289011814,1725.2409443350298,865.0935926055074,3070.8441012616295,1057.8381211867913,3618.791151788735,135.8842957176914,1323.4814493795093,899.8210579749873,7344.5683069667875,503.3516555865216,4284.434286008655,572.0038114669168,4842.104183197315,432.6710480906873,5497.8793002603015,152.1406385888133,1491.893862571987,258.3252371615988,2868.6063075155193,586.6281653494566,6583.876365023289,580.1753356699687,1916.869377622795,356.354105328416,2610.665230022221,390.6598113307185,4666.7540921960435,368.3132557445703,3125.356377863071,417.08786743888874,3981.481454549704,489.7023306509546,5612.656588177998,6063.708041813713,2149.816369447448,59133.2452974211,23640.217421533405,1278.6924164974107,11222.725614713892 -2204,2668.8913869294292,4085.610150585562,523.0634004908986,1636.9299363206353,765.7402983748693,2913.654846666239,936.6992513428486,3433.5537822158653,120.01837812548608,1255.7355607447453,811.169604415009,6968.617207064735,453.76084469797803,4065.1242169940974,515.629595060406,4594.24830965515,391.9783444251352,5216.455847761266,141.22067629142953,1415.527340384559,238.18978198569312,2721.769127790001,541.0604301409111,6246.863288475041,518.0609887364457,1818.7493628355037,312.30446213160434,2477.0314446611533,341.6076720522424,4427.873975543132,332.2932729598954,2965.3767686151086,387.1511994363413,3777.6788252436713,454.553727113789,5325.357957474751,5240.21258109802,1891.6928872110745,53251.18510722724,21664.238315938426,1109.2290280206776,10298.807727655014 -2205,2287.814192624548,3800.7338140067714,453.31496254167473,1522.7921242662128,652.4406852295965,2710.4951500284296,807.083108431211,3194.143220054491,101.070215958245,1168.1771953913094,651.535007738456,6482.718144795173,364.46271390421845,3781.6762980806816,414.18005988300166,4273.906284951622,315.6499128281265,4852.729310704799,114.8850029036475,1316.8272128165684,193.54098379255421,2531.988999593742,439.66124814915077,5811.28978460702,444.02690744220405,1691.9338722372804,273.02617645303997,2304.3160808508287,294.28974555055504,4119.132693214834,266.99688437002635,2758.6106702153747,314.95293635053906,3514.273540637051,369.78583894871696,4954.038029733068,4379.888884431687,1579.248347759646,44542.379009283235,18006.800465500695,908.4210496011298,8563.841900182388 -2206,1831.135135208285,3443.1438284324645,378.10304994932903,1379.5210507323973,576.97183122795,2455.479679587971,679.9985479204132,2893.623982487195,91.84587403180822,1058.2698756761622,591.164240731219,5872.795113790858,330.6918599629834,3425.8793285865795,375.6699011931708,3871.798123325161,281.10159838741396,4396.162897709518,91.91009158475505,1192.934236597189,159.81835496872392,2293.768183786456,362.5579057787411,5264.537727783805,360.4519164995037,1532.7491888121094,238.65065563721947,2087.5157484851634,267.62099746070595,3731.58632127027,241.5489451845691,2499.0682770774774,251.96807671357533,3183.6350149740874,295.8353959657079,4487.94004069256,4357.237894452282,1462.0023829531606,38003.99110447114,14513.928825679248,911.3554949140836,6799.375368970115 -2207,1366.0718188398146,3193.2272202437944,298.80147140534746,1279.390112525012,441.1204478056888,2277.2515300894333,486.85907658957444,2683.5936360622472,75.40902430625316,981.4565820538509,499.4774291812919,5446.525080193742,279.40309762509634,3177.215844129752,317.58172733222665,3590.7681394533556,233.4239753051141,4077.0725038177748,74.49219968334779,1106.3464862567569,128.0009368404343,2127.2776759751755,290.5259002000294,4882.417352287321,296.17558977539403,1421.4963636153616,186.00854338277392,1935.9958348835994,216.7713045616509,3460.733448708256,209.41202127955083,2317.6762996986395,204.2175778605147,2952.5545535414794,239.7715964558465,4162.188109140332,3824.683411203433,1232.5342032176052,30210.997419282783,11085.923922051368,843.1459139496352,5108.234710677759 -2208,1469.6168320386132,3057.612053071539,318.99469117825527,1225.0548923788667,462.6392209637114,2180.537508303419,502.645933395265,2569.622416829938,79.18330987254213,939.7744876498763,524.5778294149208,5215.213194658092,293.44403154357394,3042.280674119803,333.58165994374116,3438.2695579488436,244.05236652817436,3903.920757624017,76.72652769189607,1059.3603642755306,131.97239495587843,2036.9329877487128,299.5270670711539,4675.0629112260885,317.5633753121743,1361.1259440710448,192.29449179643495,1853.77481499248,227.59970390037702,3313.7573919435413,219.81257731532602,2219.2454530485197,210.34290448519792,2827.160664617671,246.96333459612032,3985.421534984565,4076.4512385632856,1303.9479062043742,31432.592610026004,11419.448313679657,899.1254063900632,5253.254272361137 -2209,1474.7705485824285,2990.551742456097,324.2237958930968,1198.186682750583,489.7137859375368,2132.71341548937,521.4502225435903,2513.264816700807,83.94312199314139,919.163119053602,556.2407935643514,5100.831837347509,311.1560035897267,2975.556615133679,353.78515352539193,3362.860571938324,257.56382186229587,3818.298993292814,79.40749013961863,1036.1262083888673,136.93638275152506,1992.2584651178745,310.75899769100175,4572.528264733374,322.4803333566339,1331.2733901787199,200.376872838341,1813.1173631160727,241.25380252766792,3241.079237831506,232.92214607150484,2170.572407930242,217.69266271137758,2765.1546713659877,255.59267631056986,3898.012275264695,4423.606442233296,1392.3144957680784,32778.353449522874,11687.236162137593,976.9884389239403,5354.952536491691 -2210,1658.123119495001,3007.8366660132206,363.0258839274176,1205.1120152651436,579.113698115942,2145.0401670491706,604.7164481187261,2527.791096122344,99.15615340140464,924.4757388032675,657.1409369625678,5130.313851363385,367.5986193501388,2992.754869189045,418.0528634491154,3382.2973825756417,303.4153734140365,3840.3681671112554,92.80226488728451,1042.114856588221,160.04462005500972,2003.7734089279797,363.19918239883094,4598.956766336156,361.94915271270406,1338.9679431457164,233.70752658720124,1823.5968992420105,284.95690611139514,3259.8121713143714,275.0608779703648,2183.1179785731574,254.4139364364573,2781.1368349378945,298.70707673191026,3920.542179444632,5267.30469856941,1642.6297940084487,38119.215652602565,13466.615816050335,1163.567374124798,6160.2863879964 -2211,2125.6110906828503,3121.293346406322,454.04756001783534,1250.569273732257,746.078213170415,2225.951853316311,791.4400825551534,2623.1402850373843,127.15138082707136,959.3472960303438,842.391421762738,5323.831134242294,471.2260432650873,3105.642658783863,535.7850846534324,3509.8788558203128,391.7672332052725,3985.2282350302053,123.82827150185526,1081.4238036307306,212.00006256191898,2079.3564622918016,481.2559568174416,4772.431068938995,455.30572026625,1389.4742953351952,307.2126188775179,1892.3836298849974,365.46948263311117,3382.773458355458,352.94611476454776,2265.4659735803834,339.47057254661803,2886.0423162016973,398.5719641865393,4068.4264399322547,6494.538286410402,2062.903107775161,49440.64529123329,17944.23614148613,1431.281483474263,8257.786217615634 -2212,2919.1702848809086,3400.7762675566705,603.7536734096972,1362.5461739893153,980.8400647894872,2425.2652331436643,1070.4548591279136,2858.018211616596,166.02795627944084,1045.2479644186412,1099.4747843842279,5800.530922431801,615.0361208937371,3383.7242057571348,699.1592246998525,3824.15601167877,515.9805212172483,4342.068526846884,170.08109348156975,1178.25529304784,288.82321578900525,2265.5435820840707,655.8821342599819,5199.75808633434,612.1134083713226,1513.8888542457532,412.9149533976408,2061.829063594806,477.3120578572858,3685.669502656953,461.24096686494954,2468.317477041904,466.2709531779122,3144.4606856331516,547.4481285877272,4432.716360719969,8069.160746282963,2639.5017973322806,66059.27108736821,24806.34030620761,1772.826567140901,11508.184272736406 -2213,3022.480680703254,3969.7491781625063,625.4935082188952,1590.509380462329,1044.821366361872,2831.0285383799433,1159.415244579498,3336.1840221526404,175.19455057647022,1220.1250306619263,1159.896405339584,6770.9990456895375,648.8354220676216,3949.844190892256,737.6449755602606,4463.963221971652,547.0682561500154,5068.526009904139,186.35313803859134,1375.3853865261196,313.19778692322683,2644.584372947054,711.5559854711258,6069.712843738439,634.8174485317835,1767.172716507235,440.9375283548524,2406.7870353016856,503.7240128946368,4302.306981712444,486.93133618952606,2881.2837143712413,510.8801544150742,3670.5502627859955,599.8237345924174,5174.339840544174,8335.584015362696,2763.5704324020576,70728.61133019421,26969.31797268795,1829.5853491172065,12563.67433919127 -2214,2935.7612596778763,4301.346792935858,615.5490854447738,1723.3664183168146,964.1649840971413,3067.5075370648437,1081.0292900658903,3614.8592266910905,160.58772474999472,1322.0434470995187,1063.2342228739394,7336.588213270789,594.7634828242959,4279.779119686045,676.3572665193919,4836.843091809405,500.9456768223861,5491.905689543964,172.35976853822194,1490.2728751551342,287.5943850080185,2865.489480745838,653.5958227289377,6576.722785931933,625.6489525648362,1914.7866415657404,400.70996829494584,2607.828663967726,461.71685159041874,4661.683523939964,446.29834434460054,3121.9605844431803,472.51785557546225,3977.1554555626635,554.7826086871214,5606.558268496685,7759.661208598507,2578.431295991211,65783.14611551599,25028.80829055009,1705.4042655158694,11679.20096374573 -2215,2800.30780917416,4436.247176718488,582.2674837877198,1777.415255209214,895.2885718522399,3163.7118107322817,1010.0680834181472,3728.229740736058,149.14897890802038,1363.5058487556541,987.4344797093518,7566.6809291733425,552.3618009823613,4414.003090350004,628.0894892071829,4988.537902944617,465.89735537173317,5664.144809262052,160.8637680633852,1537.0113485861625,268.45760581997797,2955.35799153705,610.1004513666784,6782.984329249306,594.4038429707158,1974.838868285355,374.1713890359403,2689.6163236343095,428.8421473454175,4807.884917765138,414.56016848151586,3219.8726341498664,441.0020004653427,4101.8884341264275,517.7798835907253,5782.393163595588,7150.872768086777,2391.181833315771,61420.04378898229,23484.305311289674,1570.763078071784,10974.344107518697 -2216,2621.4812283622796,4453.14221269659,545.2591596957902,1784.184376380456,818.0278571504192,3175.76051377732,932.0849024861699,3742.4283579670664,135.80225262487747,1368.6986343362178,899.0050834102418,7595.497931797567,502.8952068910382,4430.813411787972,571.8691567536673,5007.536286936989,424.8266969551036,5685.716179504873,148.28743784998008,1542.8649137728353,246.58712859503964,2966.6131983833297,560.4861085399529,6808.816696048656,558.0633339329263,1982.359858978961,341.94150644539627,2699.859477981878,390.4810729966753,4826.195301616271,377.51711757778185,3232.135220482828,406.52446180393923,4117.510095840054,477.2998496322418,5804.414871730152,6483.18213112387,2183.1339372723346,56495.860455685746,21710.617471781836,1423.928851308072,10164.406528853482 -2217,2495.4830013222836,4527.740307818797,517.8498995375527,1814.0726551435516,759.4321275506927,3228.9601812428355,872.9686558697053,3805.1207251319174,125.85449964464014,1391.6267839530744,833.0834565388471,7722.736104340377,466.0192527992906,4505.037459566845,529.9110505935713,5091.421474164061,394.3556869541783,5780.962092646222,138.74806362505353,1568.7106600124655,230.18449390877495,3016.3092743210855,523.2578452396052,6922.876551158007,531.2474388914906,2015.567931450783,318.6590661466677,2745.0869520968636,361.89188199607145,4907.042703067281,349.91752790188633,3286.2792650942865,380.3726243390696,4186.485752831283,446.5950107790041,5901.649200221961,5969.818001749307,2024.6256905800824,52811.156432844815,20399.42824102402,1310.7670294890704,9565.152820625002 -2218,2390.3493354481684,4616.374280148008,497.8530996333018,1849.584511961292,704.7915580847971,3292.169541298708,820.0007964098864,3879.6088675897004,116.78039278474492,1418.8689404099025,772.957823296869,7873.914557971181,432.38552444040283,4593.227006313547,491.64021472749397,5191.089935554862,366.5880746766843,5894.128837936582,129.5623713155297,1599.4193685026542,215.0240839498363,3075.355830567884,488.78706784206287,7058.397143541426,509.93717007010474,2055.0242120937683,297.47298343431595,2798.824124375334,335.812125073677,5003.101809286526,324.7366210491682,3350.610689965416,355.19039261015143,4268.439406783633,417.0285847777719,6017.178487757707,5519.2643868586265,1884.0025266742336,49506.11470465519,19196.11013875982,1211.7900599306693,9007.69539650231 -2219,2327.968191546203,4569.782960277689,484.7204849928313,1830.9173549253999,673.5645189733682,3258.9429190931414,790.844400721463,3840.4534424113494,111.45003733469738,1404.5488327572407,737.6178459843081,7794.44611595607,412.6166649199335,4546.86930312461,469.15970078354366,5138.698227910378,350.4113971954332,5834.641624513244,124.7184377653168,1583.2770336566368,206.8238827688989,3044.317427153929,470.16289138800886,6987.159410392124,497.11386193540494,2034.2836298540108,285.1954611870266,2770.5766508980846,320.4965635079313,4952.607394710426,309.9612394967793,3316.7942433466023,341.9109300470008,4225.359662014292,401.4371848003565,5956.449380751476,5236.085482944582,1798.8204475197824,47623.24450226714,18550.597550797953,1149.324403062489,8714.14683713287 -2220,2284.156422078954,4523.45156966215,477.8562997290509,1812.3543404686557,637.9285352160286,3225.901665560813,759.9359252090046,3801.516462224802,105.37418545378142,1390.3086158421859,697.3388105251507,7715.421022036031,390.08494152437066,4500.770225861635,443.51105951191875,5086.598809421096,331.77831849557856,5775.486285505507,119.14785639193815,1567.2247556082937,197.13220827838984,3013.4521845152303,448.1772293722941,6916.3191068700835,489.3625452759537,2013.6587576671188,271.1211607675342,2742.486767820738,303.03824531998697,4902.394684442936,293.1165648507957,3283.16645598435,326.63938966851737,4182.520255702524,383.5068888128588,5896.059076586021,4936.042641858646,1709.447360325998,45642.52376566858,17853.766544489936,1083.59629104653,8398.380652949987 -2221,2270.1908928786506,4437.936679055668,474.3734780597165,1778.0921668212573,621.1012358046023,3164.9166801377664,740.3202788565749,3729.649601399723,102.68817007073349,1364.0251269262485,679.5893688511622,7569.562627285572,380.15606647398613,4415.684121239491,432.22517144306744,4990.437739926281,323.07520181002644,5666.301944676777,115.58828580752063,1537.5967046680635,191.41333129795873,2956.4835113818663,435.1581390528257,6785.567564001748,487.06274608957875,1975.5909667935337,263.61503136363353,2690.640638304769,295.30829410273617,4809.715954784015,285.6242770518395,3221.098891868184,316.8809601139692,4103.450599132173,372.04952917854735,5784.595332765885,4833.1885462844375,1673.0730639912208,44535.952847183966,17390.15874585506,1061.2892035508125,8180.773237878491 -2222,2304.873571287998,4363.143646447098,481.63375120137056,1748.1257849119052,612.2271714369776,3111.5779929099626,736.9626649827469,3666.793408436784,101.02935655804423,1341.0370621621494,668.5613971283915,7441.991959797894,373.9871201315765,4341.266113423462,425.2075230348684,4906.333346464597,318.49889189396384,5570.807137795398,114.75055728089961,1511.683419105923,189.67573466028728,2906.657571161256,431.2434233172215,6671.209651128142,494.7211956443592,1942.2961159909248,260.8087798405544,2645.2949771220838,290.5483830428061,4728.65728534832,281.0501960188105,3166.8133596766374,314.58435870686316,4034.2946970398857,369.353092409619,5687.106914467182,4732.490904039478,1650.5171076203414,44250.74735240445,17356.018402400972,1038.9724295881435,8175.9017232308015 -2223,2400.3952523819044,4255.665206547824,500.6322110595375,1705.0637527317313,617.0676588130978,3034.9296917303295,749.7390131021309,3576.4683430925234,101.89587022791841,1308.0029512165559,674.2452012039196,7258.67145733556,377.16658805588236,4234.326588423342,428.76483062607053,4785.474374944554,321.5565743531332,5433.580012431889,116.26054909163541,1474.4457325494861,192.16375583396334,2835.0571274481053,436.90094767963507,6506.876027565667,514.6764514843672,1894.4510360932886,264.3474869467201,2580.1327454256816,293.0509212528047,4612.175053950455,283.50089339044285,3088.8044314976664,318.72394475061657,3934.916877910588,374.2133750786018,5547.014946785796,4746.6171710840845,1667.0246019852889,45005.64897007861,17720.22250407067,1041.8016508667026,8353.819590313005 -2224,2480.1114133903393,4222.654903446515,511.66993567351153,1691.8379305504825,637.1218897978233,3011.3883781746877,774.3335379141847,3548.72642771439,105.01514244590341,1297.8570464563247,694.836544915672,7202.36746411946,388.6851970684198,4201.48180451066,441.88253949699504,4748.354453161843,332.0224170481606,5391.432871049711,120.82678088321018,1463.008766017673,199.62424763596763,2813.0661834841408,453.8718520239599,6456.403553936376,527.6935514075533,1879.7561764469501,273.87603294180036,2560.1191964657996,302.03214157505477,4576.399378680478,292.21852987521527,3064.8452228767624,331.24209833433383,3904.3945523718153,388.9109231589019,5503.987914391624,4824.273392858884,1705.7481536070995,46391.31192206981,18382.28509949809,1057.6419468685713,8678.711440109715 -2225,2576.3942046624393,4206.409671695918,525.0971801169674,1685.3291582509014,685.6378875343124,2999.8030833274643,824.0494744382371,3535.073907071361,113.15253051800457,1292.863981907853,748.6707098311525,7174.658799480046,418.79953568848606,4185.318029072965,476.06470527656006,4730.0867707939005,357.66414456498194,5370.691162702552,130.01362900541065,1457.380336273695,214.78867577880806,2802.243865978827,488.35155094797705,6431.564732292801,543.5757107242836,1872.5244524677842,295.4016135269531,2550.270006653534,325.4374359458512,4558.793235107326,314.86760350459815,3053.054270960539,356.42749868045337,3889.3737193178804,418.48106942952967,5482.813188711626,5142.330676403912,1815.6164494574791,49439.10966376155,19628.03867959331,1126.2186530969916,9265.704744597917 -2226,2626.92440029698,4254.6904939034175,532.6553312021667,1704.673226898837,699.7842772930159,3034.234574938515,851.8671083865445,3575.649192913377,114.60585677283237,1307.7033677311094,758.1218922662456,7257.008939607387,424.0864405500597,4233.35676315139,482.1145535461773,4784.37831542005,363.8654017739593,5432.335511540616,135.56954963713565,1474.1080272016134,222.50377374159362,2834.407789237598,506.04166511664033,6505.385700194544,552.5738228711654,1894.0171332157204,302.55400536635557,2579.5417948012428,329.6518493399601,4611.1186867023025,319.0431735047967,3088.0969752976707,371.6588471843126,3934.015629092968,436.36417618853795,5545.744464888155,5088.24938350709,1825.7528632578192,50708.35912441976,20390.587303629673,1112.832463306171,9655.478791485397 -2227,2582.2061317081143,4302.191547256022,516.9842577604419,1723.7048753855381,701.1886714335307,3068.1099740151335,852.9500464553149,3615.5691596715124,114.54278410538038,1322.3030871534704,757.6264175691647,7338.029067702385,423.80927654409817,4280.619638266561,481.7929042633923,4837.793013844168,364.4003544309922,5492.984261275218,137.0988254402318,1490.5655542880002,224.49642300492434,2866.0522427677756,510.62648993458737,6578.0144081268845,538.7903781421921,1915.162692222784,303.9776086731458,2608.340823213698,329.4868208665716,4662.599045864995,318.93002310463856,3122.573715589784,375.8512995714958,3977.936540979578,441.28652916359215,5607.65935718973,4993.430364920164,1804.918791341293,50629.1220592473,20505.50694880111,1090.5544352113077,9724.915154825152 -2228,2322.7362314166044,4082.750991814465,459.03477089618156,1635.7843932040382,636.9530825958085,2911.6158362115575,782.3286448081175,3431.1509402777892,103.33693593638002,1254.856782004153,683.3379906198938,6963.740485528505,382.25301114619134,4062.279394523957,434.5369319037729,4591.0331998265065,330.25107241226175,5212.805309667457,127.3180058160344,1414.5367374484447,207.10170510333504,2719.8644012527648,471.2028924318525,6242.49165894976,481.27122574538447,1817.476580313061,277.7000725455191,2475.29798847707,297.28816341972566,4424.775296460235,287.8635814168181,2963.3015625418175,349.0375485796496,3775.0351604911652,409.8045384865908,5321.631208384125,4360.775306964482,1606.8393943987546,46114.86964996903,18946.554066078243,950.245118743153,9016.41747724288 -2229,1972.9747941878222,3787.3477410272717,397.6596876811506,1517.4288950832288,513.3208405170776,2700.948865635887,644.3130806223332,3182.8935413495387,83.02957049237195,1164.06290958343,548.9894035010055,6459.8862016919875,307.09964242620504,3768.3573451131265,349.12561988348523,4258.853712412323,265.98732909678995,4835.638140451449,103.59588960516531,1312.1893860087048,168.31982733544737,2523.0714086256644,382.9854729652155,5790.822592488726,412.3919956892023,1685.9749307805569,224.44830941338648,2296.2003472226465,238.87919991815122,4104.625228724578,231.34300973384563,2748.894924372442,284.0042546924738,3501.8963723356223,333.4490314755301,4936.5900531436955,3511.051914140099,1306.5531556480212,37827.3814283473,15587.09763077058,765.6676829502206,7419.61738698531 -2230,1571.4843939633195,3466.8618655277064,330.7231334730883,1389.0238577847051,448.6026650807678,2472.394209165899,530.2106907532798,2913.556661566581,75.12619948000386,1065.559749529469,497.18078608875624,5913.249762014211,278.11837652119067,3449.478439471306,316.0589360084626,3898.468938164785,236.54051627500388,4426.445790286814,82.716733646495,1201.1517435866308,138.71148243894663,2309.5687665044024,315.1702401944391,5300.802405455933,334.2821033399547,1543.3075052605102,194.83169473752986,2101.8955648467745,216.04698668601947,3757.2912895208356,208.9643889434726,2516.2830659601864,226.76482995033209,3205.565430067216,266.244296239606,4518.855138542198,3507.727876305861,1204.899412067517,32066.26233921422,12484.586981056667,769.728800567779,5844.884348342733 -2231,1397.9623273649106,3201.154892329582,319.66557829915655,1282.566393003143,441.0262910144234,2282.9051532556637,481.54329574782173,2690.2560652884968,70.9706355735025,983.8931972435356,422.2407402410271,5460.046906817623,236.1976014816796,3185.1037655399005,268.48235646637727,3599.6827673148537,199.67434457676003,4087.1944562035433,69.8773911182937,1109.0931596224052,122.95948683023619,2132.5589662459192,278.8009494054054,4894.5386957073915,328.9899622336787,1425.0254444682494,191.85926913245345,1940.8022389005475,214.035386355671,3469.325245678965,184.71396102757927,2323.4302835017743,191.56625287009456,2959.884719139306,224.91769199759906,4172.521373957645,3548.779455026031,1165.1821031447307,28852.649082517542,10540.21412351936,791.9842288741687,4916.848924789828 -2232,1493.4364977113767,3058.4568010885546,340.3534170865346,1225.3933469221868,443.68081745072624,2181.1399407586146,485.2638499271944,2570.332344513182,71.29690485757126,940.0341257665191,424.17312867138247,5216.654038338726,237.2785618648969,3043.1211864287748,269.7358468945091,3439.219472895746,200.15390396554815,3904.9993213074886,69.87655465367726,1059.6530412245659,122.69237687863995,2037.4957455715914,278.22065131909966,4676.354523783579,351.8397283916664,1361.50199192218,191.08768349559818,1854.2869704169673,215.02119338439863,3314.6729070373876,185.518188377984,2219.8585796202347,191.56395973364994,2827.941744206503,224.91499962903814,3986.5226154618176,3604.777586913828,1185.079220254088,29193.71230705377,10635.238221460902,805.1440289943806,4962.721516362833 -2233,1487.9387750786727,2986.327983461572,342.37355155245285,1196.4944024577724,465.75852269040297,2129.7012397281105,499.1873979801375,2509.715162393055,74.90703473522143,917.8649226584612,445.62629159823405,5093.627586691453,249.27926465029262,2971.354034774187,283.43201726896064,3358.110975940231,209.34039004004708,3812.9061507321085,71.81015400873228,1034.6628170921992,126.3583337029486,1989.4446634063045,286.5077704043922,4566.070173033537,354.2350789859486,1329.3931425053183,197.4989646384582,1810.5565745291806,225.91404378543731,3236.501641868723,194.7840470435754,2167.506761347002,196.86485000834344,2761.249255937581,231.13876810732586,3892.506848231054,3869.6942365532705,1251.6511049389946,30171.48771612933,10803.975324821353,865.3019941153251,5025.942041153008 -2234,1663.3323183826196,3016.609092419173,381.1408744058224,1208.6267528119981,542.4763165765663,2151.29622716569,572.5137496595224,2535.1634583290147,87.05028770220981,927.1719940469039,517.8526026737449,5145.276532418861,289.6820013217165,3001.4833091797095,329.44410041278275,3392.161932471902,242.72473134453296,3851.568691228278,82.95376701671378,1045.1542090867351,145.80382823164146,2009.617461220661,330.6144848556264,4612.369731951178,395.6679883012828,1342.8730746556478,227.00484375944683,1828.9154625049312,262.5402511317205,3269.31949021011,226.2857005924165,2189.485093522896,227.41464806476506,2789.248085952636,267.0072468550028,3931.9765329549896,4525.176812648686,1452.5354290979683,34632.61859179103,12318.648783577939,1011.6095981350031,5727.915336499327 -2235,2130.9911992685606,3126.491824348403,477.1787688483837,1252.652082383365,692.3484811690263,2229.6591503644786,746.0403776780095,2627.50909482146,110.52185070614624,960.9450778482401,657.5458922580978,5332.697913377484,367.8251476322199,3110.8150706868523,418.21920863017806,3515.724518430771,310.74398489301996,3991.8655865299656,110.23174687141328,1083.224902459102,192.07935473219246,2082.819606412937,435.70514174650833,4780.379497647416,497.92580796223626,1391.7884486920736,296.27947466370824,1895.5353729178137,333.3162519190463,3388.4074283975765,287.6258215274884,2269.2390809385083,302.19620906758666,2890.8489862758065,354.80818179388325,4075.20235707933,5499.9124200809865,1805.8647556738513,44611.04655550781,16343.774189978614,1225.7578951470398,7647.405115540247 -2236,2987.569390831565,3392.6536579845206,652.5748638377734,1359.291790364928,945.6337419570528,2419.472590215146,1040.1174060132382,2851.1919565922585,150.33911812476845,1042.751434081714,894.5151354181831,5786.676600863053,500.383571121604,3375.6423243098307,568.8391575958883,3815.022177582658,425.7593726895033,4331.697680721086,155.77318948963952,1175.4410803596813,269.9698465174872,2260.1324275304723,612.5300873468552,5187.338685150014,685.4142984342628,1510.2729950620787,412.47401594738875,2056.904472510158,453.38247175564686,3676.866437701559,391.647055904691,2462.422005658681,427.0463697998762,3136.9502749342664,501.39459551090783,4422.129006095763,7175.087213295882,2412.721611809838,61597.31184959373,23169.411569334137,1593.9785056658282,10900.306227961597 -2237,3107.5118315903615,3961.236674708186,679.375886778883,1587.0987829692197,1022.8001148897823,2824.957842441568,1137.6720175733099,3329.030099640597,161.26609976416327,1217.5086642185884,959.5785295714809,6756.479701978177,536.7794376940566,3941.3743705560096,610.2776177613152,4454.390954142736,458.5870970589835,5057.657352154937,172.5794382420215,1372.4360886414495,296.30058975863744,2638.913477230571,672.5424215056478,6056.6972981132185,713.9415853484666,1763.3832922442614,446.4786834041544,2401.626058617183,486.3252530225246,4293.081360294134,420.35948837991117,2875.105254103176,473.1200718481723,3662.6793444007476,555.4896700411545,5163.244281658802,7558.346880183099,2567.8007423278013,66678.771702963,25384.84887372323,1678.2081165967218,11980.71699859682 -2238,3025.9114451882715,4328.443834705461,669.2706197536021,1734.2230485932098,954.491446964396,3086.831805453742,1068.191537575999,3637.631627097808,149.61188558321226,1330.371877294015,890.2149818868932,7382.806257718605,497.9781046346092,4306.740292349748,566.3203721406545,4867.31358061236,424.64815351212553,5526.5028529507135,160.7995294893377,1499.6610943083783,274.35166534190796,2883.541103153417,622.891445425482,6618.153933108946,704.3683030994896,1926.849155030499,409.72692707420174,2624.257109670257,451.18370438604353,4691.050566228284,389.89048474997645,3141.6278887625267,440.8258928184619,4002.2102006672844,517.5731158282091,5641.87770468692,7145.748347416371,2427.1923749084444,62614.00676845454,23729.20614950255,1590.384394577126,11208.24825935521 -2239,2886.8529109589053,4511.6250406955905,633.7427039306762,1807.6159541335446,883.7520510339335,3217.467570732231,996.9443461884383,3791.577426984791,138.52919035948014,1386.6736647734065,824.2868428373422,7695.249113748499,461.0985076900661,4489.002997092131,524.3393789500659,5073.299936373721,393.8420101470656,5760.386321506864,149.8124810236824,1563.127258667325,255.56777597806564,3005.5735372034,580.2480182412824,6898.236444328064,669.5973673790785,2008.39406249805,381.6310733141868,2735.3165574845493,417.7583957997697,4889.5774116484345,361.08941564330104,3274.582642806344,410.70531059602865,4171.5850890061365,482.2085788411665,5880.643875962352,6563.554590473771,2246.21875789976,58380.93498894329,22246.718955047836,1460.0558004176887,10523.536811520156 -2240,2703.2540026984525,4556.396893601338,593.7454004993842,1825.5541282678191,806.9777251826441,3249.3966391956924,919.9888333170401,3829.203769003574,126.05261219079168,1400.43454888667,750.0625132671619,7771.614183603843,419.57809777875644,4533.550356428598,477.14909382539844,5123.645662458937,358.9455880671619,5817.550462307676,138.07485014889176,1578.6392090326035,234.66633266423048,3035.39984038491,532.8792509274192,6966.692227911291,628.856011089285,2028.3246912031955,348.57105360350005,2762.4609210913873,380.1300570630806,4938.099937051352,328.64374880700876,3307.0785020785584,378.5270347864826,4212.982499540944,444.42810645048326,5939.001412377896,5949.286408799322,2051.6521631523374,53717.80547685265,20573.808636287027,1323.8428419312177,9748.697183319126 -2241,2569.0765785321714,4605.132576246832,563.5512229555909,1845.0804401157561,740.9427933855399,3284.1525147471766,856.6229299461365,3870.1613203383054,115.425501865269,1415.4137386574673,686.8480835600113,7854.740156020169,384.21652497709323,4582.041670198597,436.9156957493044,5178.448695387045,329.53630320648733,5879.775571253591,128.31393297166582,1595.5244938968765,217.31044714754276,3067.8667845027344,493.5433390622242,7041.208673567094,598.2316868127334,2050.0198575288764,321.6938135485945,2792.0084828852146,348.0780445446631,4990.918354108443,301.0448554675112,3342.4513486774517,351.76784560823927,4258.0449870465845,413.0101767289108,6002.525572986306,5403.013317939636,1883.6410341871047,49873.279503509766,19240.285056075696,1202.42408387802,9134.229054363004 -2242,2469.636622207449,4658.416932606901,540.3078102028029,1866.4292117431405,714.338602897197,3322.152279149014,820.5754496069061,3914.9415848691324,111.65856298308427,1431.7909892140688,664.4227179730764,7945.624569586874,371.67198093105867,4635.058849871311,422.6328237134202,5238.366689301179,318.4702833118577,5947.808369803604,122.77813086094498,1613.9857421468255,208.78434147159618,3103.3639834007276,474.0951106894652,7122.6800027755435,572.8638517942982,2073.739910496996,310.6120277158741,2824.313823176555,336.7205113243606,5048.666500929671,291.1692868503623,3381.125668217732,336.59165127685816,4307.313315966641,395.19182641312744,6071.978668287223,5238.047577019212,1818.2580968297032,47908.054623382384,18427.325867548927,1165.1926379478587,8738.03702170973 -2243,2396.517910251126,4595.450422661743,525.0171984639312,1841.201213643496,668.6689555296415,3277.2476822546982,782.3726157488627,3862.0244218490275,104.18636277706811,1412.4378735814405,619.9835611049872,7838.225799635768,346.81312373476084,4572.408064553242,394.3627237760401,5167.56116179901,298.126241396049,5867.413518873086,116.6541661357301,1592.1699513418234,197.8020765083777,3061.416686292889,449.2133750797524,7026.404742806495,557.4652455278299,2045.7097520575476,292.395665940662,2786.138368508573,314.1821049724146,4980.425097457295,271.8077675159791,3335.4239446293022,319.8030311474652,4249.092574742658,375.48032903426423,5989.905442396397,4839.910674991056,1701.9148082241188,45465.4846707146,17637.870412962668,1076.9590078499682,8379.930411865196 -2244,2350.0790344396064,4505.256912622742,517.6051909562052,1805.0645165032863,629.4597867481109,3212.9261371299604,749.6615023127943,3786.225641223482,97.86316098292389,1384.7163843228216,582.3733938074557,7684.387321940272,325.77434073639193,4482.666799880034,370.41568864040653,5066.139008004146,280.598127130937,5752.2555753758015,111.04300938000365,1560.920915168571,187.72756795811532,3001.331190588903,426.38939064169756,6888.499630484265,548.8038678416144,2005.5592279328166,276.50322410614,2731.4556767595946,295.1103475826935,4882.67580637348,255.4008298450589,3269.9605916681353,304.42025487664614,4165.696925013351,357.4194311281269,5872.343387110741,4531.06774423714,1610.1791801408283,43448.65952803418,16943.01111635134,1009.2822780889271,8061.175131918241 -2245,2332.67236001658,4385.692020805274,513.2788429066823,1757.159957934256,608.5956623549496,3127.6583769436006,727.5660246095108,3685.7431009445822,94.64024766756424,1347.9674335081497,563.1925551075198,7480.451573846289,315.04475530428573,4363.701426455993,358.21693356981734,4931.688881369383,271.2894142640231,5599.5966196458285,107.24781945643345,1519.495677057321,181.35394740464605,2921.6789429877235,411.90863968759635,6705.685924389968,545.6695009409559,1952.3337456191537,267.2045748366804,2658.965648148586,285.3918606324632,4753.094604703683,246.98143421638517,3183.179195629485,294.01588372091834,4055.143606558172,345.2036722876615,5716.4974241807,4396.512550161857,1565.4114736908439,42217.73227861755,16457.56851758209,979.6938772223793,7833.012188404448 -2246,2363.8606955758723,4303.946028755324,518.9093683168984,1724.407821379667,601.0274552233257,3069.361183341381,724.1313849469718,3617.04362893454,93.30767714089544,1322.8423370398125,555.2721196380608,7341.021597462904,310.61413627044084,4282.365322501768,353.1771953856518,4839.765919570705,267.9988706200777,5495.224361269954,106.61654249942974,1491.1734234774046,179.97484719896974,2867.2210507068767,408.8072430800885,6580.696995467412,552.158586279494,1915.9437168412253,264.8156382636851,2609.4045335733913,281.37143873741775,4664.500505545432,243.55276327998192,3123.847135834799,292.2852615662974,3979.5587876856766,343.1717510337587,5609.946222962326,4309.468063308002,1546.0786529201864,41967.85451063535,16435.149667099755,960.1181402733787,7831.842689238613 -2247,2461.4271542412507,4220.445555206072,538.2823217301859,1690.952738830949,610.1390145417082,3009.812780412914,739.00795543638,3546.86968766147,94.85800395032058,1297.177990685133,564.5046935641634,7198.599091318999,315.7787535349969,4199.283534312337,359.00301310469354,4745.8700520454895,272.5929804914784,5388.612002899344,108.51455569352306,1462.2433007080838,183.2952124515025,2811.5943504869283,416.33776760029195,6453.025479204329,573.3547248589598,1878.7726634448559,270.10866875836155,2558.7797086385035,286.04509987380766,4574.004946706744,247.63337985445548,3063.241655795098,297.48859371238353,3902.3517221070824,349.28097663827197,5501.108155971356,4359.732929587641,1572.2124633971382,42869.731520876056,16835.37900242473,971.0299859631161,8025.148033724818 -2248,2556.9739136327416,4195.557861676912,556.0328946249026,1680.9813002740873,629.8907999706868,2992.0641097857892,765.8063173125637,3525.9540273076723,97.75464798161148,1289.5286162618286,581.7531438337439,7156.149419671645,325.42737858388585,4174.520631846957,369.9928247494382,4717.883964358888,281.4705840813702,5356.835707642963,112.78529449638717,1453.620546864429,190.41427298378517,2795.0145610765617,432.5174642329667,6414.9724067593625,593.0701241162891,1867.6936629821912,279.8295319431113,2543.6907507632686,294.77777979531044,4547.032336392158,255.2485481327245,3045.1779185574164,309.1966643251888,3879.339807267194,363.02740734056687,5468.668478201389,4445.938663588136,1614.0990821888875,44312.22961783517,17496.16306049861,989.2569502538317,8350.415796382356 -2249,2656.497813579278,4178.3379172819095,569.3829226873253,1674.0820021416123,686.1509778062918,2979.7836981467517,819.1658546904495,3511.4823564854983,106.74335596915911,1284.2359682279107,635.2400013248035,7126.778237304058,355.34743661279396,4157.38703113731,403.967238628729,4698.520222466442,306.9683975922105,5334.849498404531,122.27201460838808,1447.6544117725787,206.6651544808897,2783.5429053607413,469.40727973337755,6388.643257744666,609.6762414680695,1860.0280361254574,305.0161729302621,2533.250610326564,321.88443280841153,4528.369825570854,278.68651878315205,3032.6795104411976,335.2041525098415,3863.4177253956404,393.5627658888891,5446.223270623751,4805.985976823046,1734.5235885866105,47487.131381992396,18751.4758332216,1066.7823807011032,8946.170484870514 -2250,2701.1656084704023,4182.041830373171,575.8617367482124,1675.5660023269327,692.722311501392,2982.425145551722,841.3010873253693,3514.5951314039953,106.85259925060302,1285.3743870224544,635.9318898077352,7133.095813271882,355.7344726909989,4161.072372187966,404.4418217783548,4702.685254329846,309.00560559848657,5339.578608229594,126.70517320589356,1448.9376938415587,212.48894962145897,2786.010393919915,482.8009622659404,6394.306509464899,618.11456090768,1861.6768693049432,309.49971608108905,2535.49622575662,322.20510426237297,4532.384026578779,279.18618270888794,3035.3678476610917,347.35749091174756,3866.84247556506,407.83198493174507,5451.0511084074205,4682.710745061667,1725.208210246502,48319.659934701864,19370.847279604004,1038.093161606745,9274.34528331806 -2251,2660.6084292606606,4165.7965986225745,560.4915742198713,1669.0572300273518,698.513820311078,2970.839850704499,845.6005217936031,3500.942610760968,107.55306868189689,1280.3813224739831,640.1128001002071,7105.387148632469,358.0732356027166,4144.9085967502715,407.0979175263255,4684.417571961905,311.51536847216795,5318.836899882436,128.64379134864723,1443.309264097581,215.3659160192591,2775.188076414602,489.3752523870133,6369.467687821325,603.9987207118535,1854.4451453257777,312.65983235305,2525.6470359443547,324.3147815184198,4514.7778830056295,281.07837454221965,3023.576895744869,352.67214000510893,3851.8216425111264,414.0719076213984,5429.876382727424,4637.426371920642,1716.8917624097905,48430.3505962498,19527.933504484463,1026.036189297841,9361.524044363738 -2252,2393.966332289918,3926.3419254801856,498.41199583764137,1573.1179435042675,632.3977481435935,2800.072635223059,774.4827332524587,3299.7044925035325,96.69482051848672,1206.7835642032112,575.526610317004,6696.961504954019,321.9443127827039,3906.6545894451397,366.0134540548622,4415.151982055884,281.50497629747906,5013.104173570222,119.27888608262732,1360.3462245213943,198.2631679851738,2615.667144939877,450.6556571856214,6003.343522329766,540.0367367561919,1747.8495529530483,284.8318706836756,2380.470004097656,291.56498470187955,4255.263373189412,252.89534590396025,2849.778295608976,326.9986026622819,3630.4146029270873,383.92864032849684,5117.760982071643,4032.1585165239417,1524.4816779066161,44005.099824223944,18010.305796903343,889.9448952348292,8664.426425119145 -2253,2032.8989315984932,3689.9413485952564,431.7146362815039,1478.402303244037,507.7497637828354,2631.483449958589,636.9464980550138,3101.0330419822617,77.37777809909129,1134.124499820274,460.56682980111145,6293.745077756666,257.63686483437397,3671.4393646473045,292.9219885502524,4149.32070821312,225.91821509786556,4711.270879091848,96.8639899683682,1278.4413272038325,160.74592593968114,2458.180804285243,365.40453886204807,5641.889044127745,462.8260605960133,1642.6135214335486,229.49078451765098,2237.1446155027406,233.31493241895376,3999.0588104407766,202.4509477296555,2678.1963891264627,265.54900375250054,3411.8314731966134,311.7807449977957,4809.626420313384,3234.3918407138976,1237.7397410998292,36072.501711738965,14813.087174370201,715.6436078538645,7126.237440301483 -2254,1609.6352294875521,3399.996498701775,354.92271771348265,1362.2337538280806,444.59901763706677,2424.7091406092313,522.6073611095024,2857.3628925327143,70.10812692037153,1045.0082980177458,417.20109349720724,5799.200910399454,233.3784692669016,3382.948346793881,265.23254739003977,3823.279165476738,200.94377453080787,4341.072927743421,77.28147551446133,1177.9851292063079,132.50349563037574,2265.024112355477,300.77380636613236,5198.565826364935,371.898197452382,1513.5417325048804,199.48957820474863,2061.3563038595516,211.41496108512803,3684.8244102246667,182.94072883914745,2467.751512996885,211.86427317406722,3143.739687744672,248.7495716240479,4431.699976845014,3225.5467711877873,1134.800023731913,30496.843506723853,11839.48749338473,717.1960265512678,5607.505227103291 -2255,1353.0543549993547,3124.8023157080734,314.0968815354028,1251.9751682459182,448.9947759970086,2228.4542764639,469.61764198467563,2626.0892288606174,75.71951037288686,960.4257977403367,486.88128904767484,5329.816204514293,272.35693224136486,3109.1340335258205,307.5917816305167,3513.824674361246,217.89351474303544,3989.708443067458,67.8547000909723,1082.6395441933703,125.75589175676929,2081.6940823690625,284.53499186777606,4777.796253257512,319.08568653615515,1391.0363473779862,195.81287789677,1894.5110544258687,220.73371739224123,3386.576384547517,202.05334315733222,2268.012818645301,186.02112110978067,2889.286815441978,218.4071599040464,4073.0001796932397,3691.6310953931675,1206.6072737239144,29772.72884507077,10913.303438210469,798.8617554602835,5005.433535823236 -2256,1436.4642261698546,2963.7796091033956,329.48422405661915,1187.4602294354215,456.887986787734,2113.6208556944725,473.77321809056014,2490.7654698852566,76.98920660591614,910.9345513124607,495.0589823204523,5055.1679726430575,276.93145893336606,2948.918721741656,312.7866016838522,3332.7554410354446,220.9174135321191,3784.116668881678,68.36578753024966,1026.8505591408011,126.54950725431515,1974.423291579837,286.3445422467021,4531.593899771709,336.889539741326,1319.3555128770897,202.11851621265455,1796.8859035026783,224.43225100538154,3212.0643225133595,205.37327972067354,2151.1409253941542,187.42224819916487,2740.400346419295,220.05222142411128,3863.1163385175355,3764.3921767205825,1232.9410564962334,30212.781385799633,11037.020496414756,818.5415018614891,5058.7717600312035 -2257,1447.4113123933334,2882.4234983293177,339.11424427118095,1154.8643016987482,477.5834914007646,2055.601706111923,489.3908835452675,2422.393654768567,80.5197961535727,885.9292870759167,517.78771764855,4916.402996900366,289.64570523310516,2867.9705441332867,327.2039963416876,3241.270898793852,230.06599461200724,3680.2422060336435,69.9862166609568,998.6633863897357,129.80931967028013,1920.2251320637579,293.69692919631996,4407.201096015126,346.00200402309673,1283.1390435666437,208.82583990495795,1747.5611668843683,234.7188296483635,3123.8927661556604,214.65867360766669,2092.091845334533,191.86459402294656,2665.1760235769984,225.2679739628306,3757.073325128743,4090.485526524672,1310.4956140032468,31332.638678928,11231.134804791147,883.0367121286512,5128.706124214055 -2258,1632.3756672767568,2869.037431652967,381.2726836338343,1149.5010750411675,568.5362667782601,2046.0554262144742,569.9767922646317,2411.1439813607917,95.75938454662783,881.815003205346,615.8108803819598,4893.57106454814,344.47896436879034,2854.6515974372755,389.23122786779186,3226.2183333424123,272.6991922151422,3663.1510438280757,82.0763930289684,994.0255617657025,152.35774042196448,1911.3075452947392,344.7021065586909,4386.733913534294,389.8352705211467,1277.1801049158287,242.2946074877534,1739.4454370776712,279.1378850535438,3109.385308496587,255.1644976243613,2082.376104066489,225.00936010955868,2652.798861103652,264.1832013492346,3739.625356755163,4881.864067761501,1554.1775180538216,36581.92993944619,12975.86632026759,1061.2328737613973,5913.058584587449 -2259,2087.488074512409,2899.51347809693,480.94243999939886,1161.7115285416494,697.2105947397673,2067.789433414342,728.5941614694478,2436.756103094839,116.51519024723935,891.1819897410311,749.200319468633,4945.552505220415,419.09579446735955,2884.974831879954,473.4463776557725,3260.4884961086964,335.30585376423903,3702.0624780642747,106.28057264093768,1004.5844930827487,194.7889110167,1931.61020739195,440.92667755446627,4433.331530216191,493.92694670578015,1290.7468153969448,300.1758172651921,1757.9225121211211,339.6591939826056,3142.414424822659,310.91334230526877,2104.495923822471,291.3642127715639,2680.9779362197646,342.0903488242104,3779.349131285993,5696.490317277639,1864.6679906590061,46013.068503362054,16908.50198526073,1231.087960462163,7779.34259076519 -2260,2890.501550362415,2949.483802641611,647.1298989799669,1181.732508801629,923.2584727951551,2103.425794430879,995.5841032994845,2478.751249600521,153.29178218201773,906.5406537348823,985.5687429225031,5030.784343459989,551.3181249178531,2934.694596847867,622.7124880322611,3316.6798777165122,445.3572277847873,3765.8639623170657,147.49796740107408,1021.8975400925686,267.98982512777303,1964.8996504955378,606.8397631159489,4509.735732870379,670.598930377579,1312.9915946530605,400.4071147534378,1788.2186149392908,446.8909734884409,3196.5709134365134,409.5935016309239,2140.764885877922,404.3601581110242,2727.1820110005997,474.7587434400022,3844.4825766328213,7052.105949550795,2397.5825802470645,62037.16342410165,23582.10521723142,1529.8124749012327,10940.23163977928 -2261,2988.9499251451716,3064.3700624202606,662.4793464723906,1227.7625388270408,1017.4799755355159,2185.356985925359,1096.1521664581392,2575.3018594845994,167.70090652054338,941.8516003322546,1078.172545695017,5226.739987107013,603.119843744096,3049.0047976777546,681.3081167036509,3445.8689058755044,488.68476490488314,3912.5492992829195,165.639784321352,1061.7017886031354,298.49558205711827,2041.4350671279774,676.1444434643499,4685.395850235858,688.4165989329052,1364.1343381037605,426.60543893309807,1857.8720736743192,488.9057417082479,3321.0815400190477,448.2854127430998,2224.1504839217932,454.0952703133325,2833.4093246406555,533.1526749398813,3994.2302116657565,7500.015824795107,2579.3981687049054,67694.63331532411,26012.551870200983,1635.5863304861584,12108.585363446846 -2262,2885.6550318286895,3260.352510021357,640.9453319780131,1306.2843565353812,955.7749337634251,2325.1219628242457,1027.1005332125756,2740.005844790741,156.63610569436656,1002.0879223658726,1007.0603052405346,5561.017269152615,563.3403079708562,3244.0045564615953,636.5496705647665,3666.2501942087465,455.37381545222445,4162.777232728988,154.95777894620943,1129.6031552509237,277.60518447038226,2171.995486700299,628.9769509865109,4985.051351368121,668.7129454747837,1451.377843617949,403.39360207082103,1976.69268244924,456.64282821498136,3533.4820254818533,418.5817018999048,2366.3965073436134,424.81095230852713,3014.6206284935156,498.7699946990611,4249.682065462501,7148.3011816697945,2443.9064257002365,63521.33892223,24297.56426950073,1552.9080470546107,11315.989773005751 -2263,2754.576404179899,3541.2000313951335,609.7192822703641,1418.807993968653,872.7438499118123,2525.408507958177,952.8545740512017,2976.030583739628,142.85751296941277,1088.4080084087186,918.4456822997766,6040.044586461947,513.770099793259,3523.443861324218,580.4951829472938,3982.061836236653,416.446917286385,4521.359829012561,143.17040302562802,1226.9074330285866,256.07896971830763,2359.0916816669014,580.2428380090951,5414.464830938021,638.3766567898455,1576.399867679466,374.46009954189196,2146.965448561857,416.4798097433262,3837.8569866632347,381.9023425691376,2570.2384513150837,392.49630231745437,3274.30074860087,460.82940555661435,4615.75066419323,6482.156801429402,2234.607063514822,58781.33269299201,22654.408411694156,1401.4950193646912,10574.757831192088 -2264,2591.3455797560996,3733.0886783259457,570.5170364263097,1495.6896001483537,827.5830638522564,2662.2539889373293,896.9492500888784,3137.294131936743,135.4383681106644,1147.3860774786906,870.7582877673871,6367.33928114807,487.0942082082087,3714.3703464400032,550.3853536640869,4197.8396660615435,394.3660883857294,4766.3608490579445,135.17686846381733,1293.3904345947137,241.77105382371047,2486.9248757162227,547.8238743187038,5707.860945546616,598.962442198525,1661.8209777407778,353.10515078789456,2263.3040601283524,394.84808182348263,4045.82072148638,362.0127096882121,2709.513153207055,370.58232644217617,3451.7268004260286,435.10023456478524,4865.86648416093,6126.819554692724,2113.577323874075,55402.391922483235,21319.08608092529,1330.8496227181772,9949.146199492297 -2265,2477.312496219954,3858.501846009849,548.0630873947895,1545.937313714749,760.1479281152814,2751.692449874577,838.2462040222763,3242.69157329052,124.06540162658304,1185.9325292060416,797.6162601493072,6581.25013561109,446.1792280927522,3839.154671495762,504.1350642438105,4338.866149843334,362.1794186340862,4926.486810135557,125.71063167366063,1336.8419047931993,224.02303361536826,2570.4731525804445,507.68574272448313,5899.616615867647,575.7473640529696,1717.6498773198505,329.704102663196,2339.3397924859946,361.6969307229437,4181.740126645092,331.7310373991797,2800.5392864456794,344.63099251785326,3567.687611786925,404.630806661553,5029.335338476819,5636.390618567744,1950.8136995918373,51631.17076973602,19982.271451028646,1212.9133874249878,9343.513002133737 -2266,2373.3798877503195,3917.9593866532555,524.6892038261266,1569.7594173007321,717.9244672887169,2794.094623621303,793.8662838164056,3292.6597924873913,117.35895469800138,1204.207143128677,754.4978699092258,6682.663835290196,422.0591956471746,3898.314082071874,476.8603003939637,4405.72585880457,342.7980139942156,5002.401453028821,118.72060755899763,1357.4419550355615,212.0139252607658,2610.082829611022,480.42827563904984,5990.526691518177,550.6393933295412,1744.1179837165078,313.7670524228483,2375.387822613105,342.1456920233626,4246.1786039254075,313.8125094755338,2843.694164969191,325.46810298108255,3622.663853770627,382.1316826141761,5106.83482460666,5319.719552733936,1844.946853936743,48924.74628814345,18952.875758505423,1144.9981013420484,8860.186775215074 -2267,2241.8117339232235,3846.870260832799,488.91172137259764,1541.2770330512974,641.1731032900768,2743.397379303376,730.0808916366434,3232.9163691457725,103.97986084554543,1182.3574952218128,668.42879058737,6561.410733019384,373.91294124748265,3827.5814090349572,422.4637955111626,4325.78649011843,305.9255572922231,4911.6357479247245,109.72415819931325,1332.8119493585707,194.39955408248898,2562.724373750527,440.6593241180423,5881.832020727342,517.143678564763,1712.4719632874765,284.676498102502,2332.2877730389905,303.152145760754,4169.1341286664565,278.316959151635,2792.09696542265,300.8046737174918,3556.932696019677,353.1743819226259,5014.174235875836,4556.739349977482,1624.9116672811442,44555.737410331894,17638.22034293735,976.096215803551,8293.551697016155 -2268,2212.455222737414,3707.616159731402,480.69089538918763,1485.4838471019168,642.5145144743894,2644.0882500331536,721.6684448127806,3115.8869835943283,104.60625896088322,1139.5569537390418,672.4757119341821,6323.892103164197,376.1767519706173,3689.02555132007,424.9973262179736,4169.195945495384,306.8127990665432,4733.837856485912,108.53499633771638,1284.5650584158675,192.94266064432404,2469.955485059175,437.2952698855066,5668.91368053396,507.8759380044283,1650.4816366739358,283.67479325658036,2247.860533407048,304.9741797831858,4018.2142935553766,279.89155105245743,2691.024944079332,297.54463097353056,3428.1741386268013,349.34676991477136,4832.664520538695,4590.0521941778,1629.6245133587327,44243.21155883886,17409.44197583869,990.3114910140021,8171.299551508605 -2269,2211.604129328957,3573.170642689915,484.2121386593811,1431.617255934922,618.111502992278,2548.2083648012417,701.5178268707182,3002.8987403392534,100.6067707282536,1098.234357967756,646.7632006208394,6094.575230301585,361.79340872236685,3555.2541666192287,408.74817273863084,4018.0126297499896,295.1285403962338,4562.179504923457,104.50229011771852,1237.984181105024,185.72270605027737,2380.389999326074,420.9364089568237,5463.347624608106,511.83772246397126,1590.6318983379742,278.11591321546706,2166.348651208067,293.3141393016033,3872.5058720234983,269.196587863835,2593.443041209296,286.4891177792398,3303.861743621671,336.3665060412847,4657.422518087464,4490.964168290572,1587.398628740866,43042.91617685872,16914.86093451501,960.3800172926743,7940.815039531151 -2270,2254.919572172086,3517.027127558749,497.6355821088923,1409.1229411909408,599.9503953628213,2508.169589944723,695.6202302038159,2955.7156338703503,97.31404712449606,1080.9783286705624,625.5746050651325,5998.814095198651,349.9407025003984,3499.3921644763745,395.3562494299578,3954.879526007213,286.46273560481706,4490.496168279634,102.84393647492334,1218.5323299189606,182.1135566215387,2342.988073890844,412.8188997101819,5377.504665874376,525.2432467876457,1565.6390628474126,276.24644105502887,2132.309854732643,283.71874495811664,3811.659046119374,260.492020503931,2552.693515595725,281.94280332474125,3251.949749949108,331.0286840664793,4584.2426736959205,4381.783887246157,1553.445509405533,42550.509347122665,16816.61958871359,925.1178153674272,7909.919652871617 -2271,2356.582925525144,3478.363486077366,520.4581909848364,1393.6320671585827,606.0714662347161,2480.5965954004805,709.9879890054926,2923.222643215426,98.40934392480692,1069.0948381448939,632.6053023971892,5932.867490558379,353.87361017204455,3460.9223889691298,399.74716257390963,3911.4024533120864,289.95624332589585,4441.130915289845,104.38514108473744,1205.136670622422,184.86954516566124,2317.2309649466915,419.0636859146805,5318.388285782606,549.260683312904,1548.4275642664509,283.9521584802987,2108.8687890938268,286.9142408191488,3769.756435345165,263.4761817063827,2524.631057354935,286.1679580891542,3216.200176605675,335.9894328607298,4533.8468397227925,4436.944840124792,1577.681351093131,43454.57524420182,17219.302945220716,932.2212029090476,8102.215577309294 -2272,2474.0997260724207,3506.825128070396,544.7899041194349,1405.0354346111906,646.6900264867655,2500.8940290959563,751.2999892123902,2947.141855991818,105.15642406092084,1077.8426859939384,675.9878973551147,5981.413064126019,378.14143631611574,3489.2413195221834,427.18914419239877,3943.40742828449,309.58235539601935,4477.470383163487,110.68974413437293,1214.9976781362195,196.60176441391596,2336.191662528603,445.6046443547849,5361.905895134173,574.6291991544888,1561.097542882168,300.71511813250277,2126.1245671991655,306.5833174156736,3800.6023945133693,281.4882989059702,2545.2888021842296,303.45179142528247,3242.5166723861958,356.2823594309922,4570.944953856041,4717.062093519848,1677.385199963416,46019.43685289846,18200.24589916386,997.4063784284123,8557.150082719889 -2273,2544.4087340664737,3560.3694010789486,550.7298412743844,1426.4883437669166,678.9720156211067,2539.0791531808445,786.0205020923432,2992.1405549200954,110.27997569880434,1094.2998234135298,708.9051336490128,6072.740804285881,396.555036708125,3542.517112577772,447.9382635964209,4003.6176971781088,325.27900390907894,4545.83504003354,117.36565001290673,1233.5489788161822,207.91385447954033,2371.8620138037363,471.29544769408795,5443.7746346949625,584.4180299511368,1584.9333002913368,310.823662880294,2158.5874902474393,321.52500549089854,3858.632231980844,295.29959431586354,2584.151771831294,321.7535375723184,3292.0253281076634,377.77041612805925,4640.736835566152,4770.361787212806,1726.2243137739827,48017.195107850246,19161.609398114255,1019.2770133822463,9025.857081274795 -2274,2603.472733337574,3556.925410939318,564.0430297853519,1425.108483635341,685.5838033958448,2536.6230699540183,811.3521444238243,2989.246219696225,110.35440891104396,1093.2412934192844,709.337039525164,6066.866565662171,396.7966408980818,3539.0903911815335,448.2585041819557,3999.7449473820475,327.41406391708034,4541.437796576298,121.82287250858091,1232.355751361046,214.04081090412066,2369.5676818207603,485.3516319631987,5438.508802964531,598.900273122826,1583.4001743588083,314.32629400168116,2156.4994613958015,321.75177452439584,3854.8997284503466,295.73468911519814,2581.6520892930725,333.9728462505593,3288.840910567736,392.1170907878172,4636.247792407466,4696.603532346696,1724.9822935554255,49087.172255528356,19858.79541722198,993.7188166389641,9391.007256568735 -2275,2583.2344339299957,3576.2897244126443,552.4973504389189,1432.8669391052642,714.2282748864832,2550.4327394340676,830.691272533243,3005.520021971957,115.15972809149419,1099.1930255086468,740.2371416358475,6099.895289181931,414.0818749091729,3558.3576087437873,467.78657085112434,4021.520021645976,341.17579029657173,4566.161909385088,126.08650129782396,1239.0648386549822,221.89823840007512,2382.4678824395087,503.1338531810538,5468.116674123189,588.4574525499614,1592.0203881073744,319.06136431871755,2168.2396939705686,335.7596661844615,3875.886248583823,308.5493540701064,2595.70690196426,345.661425027086,3306.74574100367,405.8406361501169,4661.488061803075,4802.694280708749,1771.462709269568,50280.235565846175,20327.81173969462,1030.8959210159578,9608.009663772793 -2276,2359.0626700832136,3415.9818075007406,504.9261286441182,1368.6383860739168,654.331253206352,2436.1090712783102,771.9072338562185,2870.7969734811154,104.89392501031298,1049.9214737659188,674.2159884191694,5826.4662376947535,377.1502466917434,3398.8535025771585,426.06223040961487,3841.254565777336,312.0125630463659,4361.48276972276,117.80545522327306,1183.5235043364416,206.05139011467008,2275.6732732845926,467.3240731075298,5223.007228018708,538.4382334321348,1520.6577492370886,290.7932132203775,2071.0479070933993,305.8356971092881,3702.14885632039,281.21326124064836,2479.3538102314355,322.9592470985941,3158.5201881691137,379.18603813771114,4452.535907900027,4312.135228269425,1607.5657234736525,46403.48681036387,18939.786864346814,919.3858582030017,8977.72332293564 -2277,1995.8032294900786,3263.2116687924545,429.69834035169583,1307.4298996519785,549.228910278433,2327.160973278927,645.4017308634797,2742.4086867288174,88.20107405351169,1002.9667011064648,566.9322044775088,5565.8939906888445,317.1366808988403,3246.8493789317354,358.2921749251223,3669.465304037389,261.97195703170746,4166.427770822798,98.14904041657005,1130.593758187038,172.20047034357833,2173.9002132375354,390.4993998464364,4989.422980893402,454.5920239671691,1452.6506261403918,246.51361113843745,1978.4261386333237,257.162575209196,3536.58070456475,236.40443091456274,2368.4717134169045,269.0719214683941,3017.264293246022,315.9169981733148,4253.408814553127,3658.904734155025,1356.4194831449436,38895.31484313342,15816.150169693645,780.9589184603838,7482.335515739351 -2278,1599.4463673440662,3028.3706359204643,356.3448860145174,1213.3391022396206,506.13126682217205,2159.6839775784165,545.3218858964241,2545.047879672487,84.32025184677505,930.7869714626275,542.1214638576175,5165.337598307145,303.25777991439907,3013.1858783319512,342.47092963112493,3405.387729686548,245.1656744424586,3866.5856825991305,80.85446909982262,1049.2291907363706,147.33371658626638,2017.4528162391484,333.58481250322797,4630.353032267653,367.8176491267817,1348.1088409085462,221.026639181179,1836.0462733304018,245.81939637094777,3282.066333511868,225.32365029716675,2198.0217395993177,221.65950138340082,2800.123165120589,260.2501365117845,3947.307028760569,3825.579498055091,1308.9895502642266,34042.80592416175,12977.861340806385,833.9859643350898,6017.100690357501 -2279,1086.9577800872307,2789.0459211023167,285.47097198498057,1117.4518844807073,399.95669344487084,1989.0094419385023,448.57853177653465,2343.918978613777,77.63876713115937,857.2291566233506,550.9376285273548,4757.133617925273,308.18946165612493,2775.061177718257,347.8258764927572,3136.2682772702697,242.64884778677808,3561.018885446936,72.19269501968986,966.3111773751907,130.42219273406022,1858.018460952993,295.3986376718477,4264.427571952266,285.0139150546118,1241.5711007563416,180.49444865734628,1690.9480328621694,215.49372146649816,3022.6926690187743,223.6667443895015,2024.3174645168172,197.9135718748228,2578.8362889372556,232.3700711067947,3635.361021309385,3786.6068614040555,1215.1756827326378,29619.91166292445,10883.023362531625,849.7117852894643,4875.769197045669 -2280,1089.5306664458456,2640.564526853825,285.28609566212,1057.9617152590681,415.23106403501254,1883.1198641162343,458.6212471423037,2219.1349600657704,80.71322393087928,811.5925540120936,572.9531623192936,4503.876463974669,320.50474955095586,2627.3242940495884,361.7576706463071,2969.301687361146,251.38186390823995,3371.4397017354704,73.86037932173127,914.8673378137889,133.50340742252766,1759.1024949108494,302.3710499605914,4037.4007787523433,288.3214949103046,1175.4731542492166,184.99146476485836,1600.9264524997038,223.98554160154984,2861.7725427186606,232.47669324116364,1916.5481813871108,202.4854659824824,2441.5458969710053,237.73792611959558,3441.824059814216,3998.4198522978186,1263.13780619236,30274.037500707258,11032.715752855425,884.1933667672068,4926.391377143186 -2281,1162.2083315530176,2565.4465858283543,297.95955455109527,1027.8651563884823,491.517219594959,1829.5494682944295,519.5857583277616,2156.0057135116645,96.50839064948816,788.5046267946398,685.7666272886865,4375.751616743627,383.61156824731773,2552.5830069618787,433.06160335806936,2884.831935999386,297.94532589804334,3275.5300558584786,83.13501675781507,888.8414823464705,152.041188312743,1709.0601058206973,344.1923488073957,3922.5460836633874,299.8681639289972,1142.0336672834792,213.82110865023765,1555.383805227882,267.6739239544549,2780.3617463127935,277.8075987221548,1862.026827412306,227.9115374474506,2372.089574720789,267.5906440424371,3343.912142072437,4998.71304986961,1524.896821669944,34645.45149869954,12151.907225604911,1099.7216155511626,5370.831267040681 -2282,1389.4189367669783,2542.7682468427884,343.201148054784,1018.7789120765574,631.4336191507049,1813.376399924173,650.3312468077783,2136.9467985079646,124.5470143901324,781.5343100798358,885.5175202531619,4337.070328647695,495.35038763528274,2530.0183809663677,559.2965571457667,2859.3302565169984,382.5385605080211,3246.5746368002474,103.698207519593,880.9841959962354,190.88721611518014,1693.9521536066018,432.01858501691004,3887.871095587929,345.03953859464866,1131.9381826288177,270.00990257709634,1541.6343390014283,345.33348192708263,2755.783574803125,358.396996435932,1845.5666618311777,284.28475542604036,2351.1204959737156,333.7783670273415,3314.3522309385307,6613.0640069793935,1975.6762777916279,43454.30287941194,14890.89189411699,1445.304093500748,6544.986623730762 -2283,1845.0578592364166,2576.103458360998,439.2391172442868,1032.1349112190399,775.2038513207058,1837.149422073816,826.9238767301223,2164.9617674772658,151.64536590450166,791.7800772934219,1077.3408439006234,4393.92850160716,602.6545973804419,2563.1864441507305,680.3547236099793,2896.815536199785,469.09545093655186,3289.136617178038,132.70573408367673,892.5337324332264,241.63449568857158,1716.1595464401078,547.1122657547,3938.8403514325696,442.7527952752697,1146.7776784382847,338.0684600772287,1561.844874050447,420.6462117603391,2791.9113770432755,436.5754525655813,1869.7616922353398,363.80780401129977,2381.943241670417,427.14627646042146,3357.802762775779,7784.730039699658,2381.598262396948,54538.504305277216,19294.78756862985,1704.2542932299473,8576.82325284462 -2284,2212.56918058786,2596.1175823649783,503.93336992783145,1040.153718086027,712.2254371244263,1851.422504246773,863.6374969238682,2181.7816716381544,133.78974654249333,797.9315323521847,947.4556407132061,4428.065573862689,529.9980047377792,2583.100213984801,598.1994461040892,2919.3213191760033,425.7300708818166,3314.690399930271,142.04899833846676,899.4679573536879,248.37700375640037,1729.4926405988804,563.3259872394689,3969.4417773844634,524.03194690376,1155.6871617071993,329.0282541721968,1573.9790749820022,371.75223800327535,2813.602144285915,385.89012152381747,1884.288143898154,389.4220133316682,2400.4489065941248,457.21988679818475,3383.8900228417465,5907.506744443242,2024.38208628147,54436.590429661905,21490.79915064267,1296.2340925102556,9877.117845911502 -2285,2482.671048132157,2612.687716229327,507.2435469026404,1046.7926648214384,809.7864346718017,1863.2395031929034,985.0067701940816,2195.7072405751724,151.23749685696023,803.0244574167021,1070.9076221406349,4456.328407494508,599.0559120696836,2599.587262422632,676.2418401971138,2937.95435235616,481.63487926382265,3335.8469392252605,162.7117350163683,905.208954819013,282.96317066561454,1740.5314027746765,641.9166065424613,3994.777371605925,530.4122404719684,1163.0635190435853,371.78660107338834,1584.0252470619191,420.2555725005651,2831.5604079980567,436.2401832439075,1896.3149130227464,446.06813271420464,2415.770153977905,523.7280229717327,3405.488239749027,6641.55266294485,2270.6417596501256,61173.71975775471,24281.941744744443,1439.8710158365016,11228.51068865467 -2286,2248.4087904581065,2720.8809395182275,482.71513296194826,1090.1410802553585,719.148309889831,1940.3975524911132,880.96264642156,2286.6330111067746,132.58791813889286,836.278261110135,938.6264930882417,4640.86807958994,525.0590604498503,2707.2379867687428,592.8917649131618,3059.6170942455037,423.05468374969985,3473.9866910644405,146.92673941395302,942.6942899256481,252.43474906642916,1812.608023923078,572.9585079782173,4160.203892912258,508.29404248948134,1211.2267917659237,325.7473021643273,1649.6208389828569,368.479465001619,2948.8173023354634,382.49918726867514,1974.8426381451516,402.79415796024483,2515.808883467247,472.92010466984254,3546.511886487277,5752.886051535165,2000.475040842909,54627.36045421982,21876.0042659985,1254.9495510961053,10152.896054820252 -2287,2107.626697679979,2971.5123373996726,469.0819800825247,1190.5584042418932,650.2773054016227,2119.1354546033213,808.2058609850742,2497.264068016242,119.45421098669341,913.3112494175945,845.2972581143006,5068.357293571113,472.8515414966069,2956.6126768431054,533.8966209811144,3341.4508555744706,382.5451980619408,3793.9897194796363,134.9584596650713,1029.529691000109,231.25873628718867,1979.5747133686677,524.9546455311165,4543.417175790064,494.1951412530289,1322.7978125932823,297.38879572262397,1801.574116630442,332.0529129098438,3220.444844668202,344.6936699937315,2156.753417042313,369.983566893486,2747.550261087982,434.3972317459941,3873.1955053121615,5072.496177481983,1799.9155548248007,50172.1971124847,20288.146584154576,1115.1920703464816,9426.680711171926 -2288,1983.195710637698,3200.570067264198,440.6374901334852,1282.332078513568,620.6538631426262,2282.4880849786123,766.1271181333418,2689.76457729988,114.12813309837374,983.7134479271912,807.7664558330579,5459.0494004811035,451.8571545612003,3184.5218728853465,510.22351100309464,3599.025134435295,364.85622939945137,4086.447758887892,127.92653385519003,1108.8905372872139,219.34060541458038,2132.1693649992385,497.8877427139012,4893.6445031397025,465.31897588336716,1424.7651038640718,282.3714087334981,1940.4476700544783,317.21458443181314,3468.691428062547,329.28733426302523,2323.0058116117325,350.70580542727697,2959.3439721799677,411.7632367134752,4171.759088105377,4896.23733533912,1723.0739692461689,47598.79053713563,19164.54474768894,1073.4555466507175,8896.239034862565 -2289,1889.3330425908832,3337.3548971735195,426.63962075473387,1337.1359326896702,588.8256088806855,2380.036252308917,726.820647448964,2804.7187831037772,108.3105687457683,1025.7550448384723,766.5817133217129,5692.356320191714,428.8187869388164,3320.6208407474924,484.18770969299584,3752.8389958746443,346.30401586273854,4261.092915808516,121.39434776417474,1156.281908306484,208.07652824499073,2223.29326411718,472.3253590204624,5102.787348611236,450.2666842527596,1485.6562102285607,268.3330737144289,2023.3778352807067,301.04692429876246,3616.9351337224643,312.5045469268176,2422.2856111917135,332.79806169958715,3085.8193666786183,390.737777752038,4350.050250397265,4643.955407003829,1637.3134093040815,45275.0129349807,18224.749654270563,1021.0459107268038,8454.319237556329 -2290,1795.8808121433115,3485.70632679462,409.62906314673376,1396.5740306217351,558.3437452485412,2485.8331457945656,689.6565900580072,2929.393579155881,102.9356580865701,1071.3517020809254,728.5417512464937,5945.39180009478,407.53958067962895,3468.2284114531794,460.1379570042714,3919.6594412061654,329.2052023841033,4450.50616231218,114.92714291264883,1207.6807194690484,197.51831816804236,2322.1226497716953,448.3070179664029,5329.615426997525,431.6686086560163,1551.6963017092523,255.44384857855033,2113.3206204432204,286.1071294508069,3777.7144078682722,296.9961219674222,2529.9605646931386,315.0684616082957,3222.989589416081,369.9214770058004,4543.417810472044,4414.0236180194925,1555.3140581074933,43017.41138726775,17308.5903226923,970.0581177286593,8019.561732382371 -2291,1734.045311046959,3441.519305257405,397.3480492379458,1378.8701735024392,528.143814560664,2454.321150103249,659.3312535677959,2892.2587304228923,97.0303136789066,1057.770569221315,686.5431813604091,5870.024247326916,384.0459654801783,3424.26295104281,433.61396882776506,3869.971355088367,311.11794803315263,4394.088726874802,109.977549687136,1192.3713936227914,188.6360471997877,2292.685952035925,428.18365454329495,5262.053845619448,419.5534729490497,1532.026016414193,242.73634977257524,2086.5308295039367,269.7358283816308,3729.8257069129554,280.00575675090255,2497.889181885855,301.49933699919916,3182.132931668694,353.98998519144936,4485.82256812456,4096.747787524387,1462.0608116592716,41012.15236687686,16628.293893140057,901.7306898702523,7718.110839385159 -2292,1707.8102686464313,3292.648023429891,398.99179155811726,1319.2237929374808,526.157900394267,2348.1535237662174,651.2783184875017,2767.147049684356,97.0791464497851,1012.0141324409559,687.0523411543855,5616.102081984657,384.330784803959,3276.138134756742,433.90956421019496,3702.5663385342978,310.4734175272665,4204.011739587714,108.44326331934204,1140.7924710487082,186.52622515758466,2193.510249029954,423.3434912496874,5034.430917616092,419.38109177321985,1465.7545076336771,241.26370944150082,1996.2728673631016,269.83729475155576,3568.4830309811073,280.1078459795915,2389.836914446195,297.293148336397,3044.4820378441623,349.0515044727945,4291.777410584017,4150.949879249934,1468.7189640530087,40751.8573212548,16404.790593063688,916.4196819793193,7593.915257812555 -2293,1656.0698401258737,3187.119015122578,393.01683591494526,1276.9428149484986,510.77808055382815,2272.895460665308,630.858852417352,2678.4602899955653,94.32121066685112,979.5791904035644,667.5763941151594,5436.10662572963,373.4361184706641,3171.138266572073,421.61052754183066,3583.8994931511247,301.48317102078147,4069.2736240545332,104.99976016096419,1104.2301973718472,180.72516887779742,2123.2084859368765,410.16540167555337,4873.077958433325,414.7792710913608,1418.7772362970861,233.98017682298268,1932.2925407370628,262.16251704797025,3454.11354091073,272.14010662944713,2313.242903242104,287.85291328697946,2946.9067221781866,337.9677365991821,4154.226414913707,4046.544790114606,1428.8010570429763,39558.18802606187,15904.46668269294,892.1545853056734,7352.501724770597 -2294,1676.776996242633,3113.235715996293,410.8408612138101,1247.3409244899551,515.3089128873482,2220.2055503085553,635.6910587870235,2616.36863861241,95.2065180536657,956.8707374091642,673.8659549874114,5310.087644321836,376.954441197057,3097.625430682278,425.5826247845794,3500.8180904690726,304.3899711369367,3974.940353484417,105.77609957956876,1078.6321040500757,182.1369030630801,2073.988595832488,413.36204071339085,4760.111020342753,431.74559339719264,1385.887362261783,236.27839658936384,1887.498434489583,264.61824761816047,3374.040816061626,274.68883138307183,2259.6176647238563,289.98121875169926,2878.5919872031654,340.46657731783034,4057.9237819103464,4092.761550584717,1447.836691733093,40052.98619370069,16073.209427775219,908.2041694020215,7419.992878345135 -2295,1723.4352418189844,3097.705273938471,433.34400939656126,1241.1185379695235,521.5699912714847,2209.1300080750025,646.1534613733422,2603.3168284539006,96.451641822179,952.0973675458408,682.5887150276565,5283.598160066478,381.83387324482675,3082.172860862118,431.03654629129215,3483.3541855582916,308.5747970303805,3955.111279660711,107.45702316812252,1073.2513250401264,185.092473895351,2063.642459961484,420.0637804259683,4736.3651060805,454.7401970326583,1378.9738339132277,240.4132206080455,1878.0826087233381,268.09784843918254,3357.209342259199,278.3026409217297,2248.3455143259557,294.5894078679053,2864.2320703373575,345.8770462536526,4037.6807435030055,4118.215723474,1467.1241038501364,40866.02917486395,16435.48074557267,918.1710053097268,7579.892898561129 -2296,1810.3524942618249,3174.25279434949,448.6772108075061,1271.7878683984077,552.342958484984,2263.7199091241473,683.3488047916345,2667.6474959770444,102.23520163395438,975.6246841335907,723.571036064845,5414.161368065635,404.759008149172,3158.3365591848974,456.944765954685,3569.4314918343725,327.03706184775353,4052.8461945846066,113.45612005671003,1099.772481975502,195.83459982362766,2114.6372123202536,444.4029681927636,4853.405615932095,471.3985803737852,1413.0497121401863,254.64969194840955,1924.4919840872017,284.1629799078949,3440.1694782065138,294.9782398948472,2303.904471337406,311.0357074958616,2935.010224963826,365.18662557047173,4137.456035790097,4381.066225235649,1552.5558273814688,43094.040937128724,17316.957609999008,971.0326235152547,7985.672479181697 -2297,1933.9327831248634,3297.1317116791975,460.85738308564305,1321.0202158094394,590.7951347491729,2351.351068200715,732.189478948459,2770.9151489839123,109.4097888642623,1013.3922195737041,774.2902952521181,5623.749680735789,433.1308970439365,3280.599341042196,488.9202376100663,3707.6082236875945,350.0643215415491,4209.736456564021,121.6209232385706,1142.3459191430509,209.7822636663563,2196.4972115167807,476.06823462205654,5041.2864389431925,485.99621344424986,1467.7504653599449,273.2360836619126,1998.9912463498968,304.11711865870694,3573.3423312525015,315.6930024360489,2393.0912202859968,333.4192098839663,3048.6277917301445,391.4670670392999,4297.621640458436,4668.879034108364,1652.3538813597115,45971.787459725434,18517.550085450282,1027.9054764592595,8551.914651223438 -2298,2037.5202438070237,3396.1626272862723,476.6729495650087,1360.6976848785894,610.7943812662543,2421.9750133627354,766.565766206965,2854.140900415492,112.25985278298758,1043.829935791707,794.1690145006011,5792.661671135052,444.25087046085304,3379.133699051788,501.5260310961879,3818.9679961235906,360.3918347211753,4336.177888758339,127.82648540450442,1176.656820922321,219.23697863533482,2262.4700476077332,497.6458650440774,5192.703869468531,502.1815265317566,1511.8350471048698,282.8506948099467,2059.0318970510293,312.100190551583,3680.669363893618,323.98570629839776,2464.9688507235987,350.4315263436339,3140.1947741745466,411.44120599286566,4426.702745856747,4698.451335651439,1689.8489068838805,47794.64923046899,19440.745013710384,1037.3544340044232,9018.873985927165 -2299,2068.314158031415,3513.9080458360195,466.15921194150934,1407.8732580205985,619.8718047102244,2505.9452153118973,780.6461609834065,2953.094352237647,113.76277931070933,1080.0196611296717,804.717709286369,5993.494036318306,450.15171367588346,3496.2887223518164,508.1870950311129,3951.3721341112264,365.5447438723801,4486.513763818003,130.26707366988185,1217.4516723690022,223.17040071937905,2340.9101907774098,506.59905813183616,5372.735616359292,492.7798424118168,1564.2505730780124,287.2860870977515,2130.4188119701416,316.29607563042197,3808.2786695590494,328.3430355328185,2550.429654840761,357.1223077439525,3249.065752567109,419.29684386056795,4580.1771299803095,4734.073135925201,1704.5457882992314,48396.65018111449,19753.58547475257,1039.2282592118063,9183.04694294521 -2300,1947.4785405002576,3419.8156789162445,429.6918082568906,1370.1744550234084,572.2637258729341,2438.8431985248067,729.1356007867649,2874.018965598338,104.39409992414662,1051.0998359919577,738.1702310728025,5833.005476959156,412.92566407743345,3402.6681503192517,466.1599008515669,3845.5657351304835,336.442774476545,4366.3778087078435,122.11550977453362,1184.8518126204287,208.09722469172968,2278.227338032336,472.4914246039319,5228.869184915112,454.1315689901631,1522.3644346370995,265.99707822329907,2073.372313901922,290.30620141288625,3706.3039026514393,301.3687486050462,2482.1364725047224,334.7751003643943,3162.0651017392397,393.0590163147612,4457.533138888295,4256.6687626412095,1557.91360944031,44964.324576984916,18517.117984858978,937.6434045586436,8641.931835766154 -2301,1617.6225421403828,3322.60423027374,366.53038397007924,1331.225968855876,477.9523213253878,2369.51680710489,607.1051826152826,2792.3222973263264,87.3259369647763,1021.2213433133528,617.5604332397933,5667.1968587196625,345.45764820789543,3305.9441361621293,390.02146502814287,3736.251944253754,281.18541420790933,4242.259449136053,101.48612258019398,1151.1712953218969,173.37895532081,2213.466602173828,393.6194821038066,5080.233703955848,384.1943676896113,1479.0898064267867,221.68256629575512,2014.4347730712009,242.82532077387714,3600.9487591835045,252.0769728241213,2411.57942941372,278.22040734307217,3072.1804535293713,326.6582237147498,4330.82360408067,3586.0314798637346,1307.0807321511866,37529.97413562754,15405.858222367307,791.280652115395,7178.597059370418 -2302,1243.4344592828163,3058.7167240401864,300.4680346270879,1225.497486975932,397.3287484155176,2181.325304936759,480.5810466276883,2570.5507842078096,75.05460747049281,940.1140145668177,531.5494324213398,5217.0973756828425,297.343882390886,3043.3798060831928,335.54776769070946,3439.5117549630904,238.70671374460883,3905.3311876753096,78.74620650082699,1059.74309583841,138.3459882670685,2037.6689021477896,313.7095761792192,4676.751943773381,307.68607995154366,1361.6176991691377,184.77605641676845,1854.4445569953855,208.5412476890723,3314.9546045148168,216.47141983005946,2220.047234301908,215.87977836151444,2828.182076835996,253.46417111865438,3986.861410086803,3326.8205756087823,1141.9471013514756,30632.18166558171,12025.607015781523,739.8408768356364,5505.583906446252 -2303,795.0215844264111,2856.496112993632,197.13354814162582,1144.476302926907,311.67328340495845,2037.1115787722213,347.38339996110153,2400.604235636261,62.2214159202898,877.9603574514183,458.2541716434179,4872.17997587655,256.3431850497505,2842.1731630502363,292.7300901163245,3212.1156828378753,220.5614589608443,3647.13844530598,69.38288592813075,989.6804140907049,123.53840072596329,1902.9527163485993,279.97529097202664,4367.558343610952,200.50677541019735,1271.5972141161487,138.4528768814218,1731.8418626954613,169.19826055678416,3095.793365931361,198.58197256674168,2073.27348937016,190.21058539613338,2641.2027782191376,223.32600455374472,3723.2784688588367,3091.938372611138,977.3541834369857,24444.859104778126,9287.782449264338,720.0656668514404,4206.307743921791 -2304,803.0616491596535,2748.887714770116,199.99801320532623,1101.3622019825623,325.9801224795536,1960.370597751063,356.964035961185,2310.1699530932756,65.25222399928475,844.88630307433,480.8713952671631,4688.637810117639,268.99505272375546,2735.10433135868,307.218116846628,3091.110573828091,230.44793983384133,3509.7453907824515,71.4161113021327,952.3977013192613,127.31113207407667,1831.265696446879,288.51105362299467,4203.026014872308,203.65102399948333,1223.6942819979881,142.86588771010946,1666.6008396205932,177.37797575168938,2979.170289210373,208.28000055496273,1995.1702361377968,195.7845966736664,2541.7047956891347,229.8704440514545,3583.017107972855,3304.0059362641978,1031.6972675078634,25280.119834590572,9473.041667757254,770.3028063992153,4278.731351219209 -2305,817.1805257045891,2709.3143398064476,205.98439107127166,1085.5068364993956,349.1182792014164,1932.1488263357687,373.14838186457393,2276.9124208585677,70.20265814626298,832.7232007789626,517.7996832755796,4621.139519397483,289.6523986952354,2695.729383925201,330.88216842476686,3046.610510353331,246.84169476918657,3459.2186014813997,74.68563202685513,938.6868497823535,133.68110025645277,1804.902537386504,302.89558982422625,4142.5186599975,209.32741040313408,1206.0778066497207,150.611513733953,1642.608219046571,190.74142512433872,2936.281733849573,224.11928790513753,1966.447484223707,204.74786539181142,2505.114055228435,240.39420636676462,3531.4354887043846,3647.5137354230815,1120.0012656430074,26662.738855449617,9788.09721901652,851.6391275718032,4401.100384735736 -2306,929.1373155521912,2740.7650988948167,234.05650671812595,1098.1078158327714,405.45390018843204,1954.577950327451,429.62323740131205,2303.3436927717607,81.40275116236155,842.3897708000941,600.6052453403222,4674.783477797931,335.9730714419486,2727.022443639832,383.88218022490696,3081.9767326441197,285.7603776702199,3499.3745366088715,86.18366164771963,949.5834864472722,154.08525937955937,1825.8545376942218,349.1440264826754,4190.60660405052,239.59676981669216,1220.078420008405,172.78872485899623,1661.67624471446,221.1311233084427,2970.367217423797,259.8917962532703,1989.2747601796848,236.2692833298335,2534.194379162167,277.40346277227223,3572.4297451328553,4270.255337480366,1304.6745994467155,30732.680779434,11207.619312972975,997.5660567343878,5037.517120154668 -2307,1277.9607085872299,2869.2973546045982,316.84711978429533,1149.6052150949124,521.2042265674753,2046.2407903926185,569.8879146051223,2411.362421055419,103.79258314158841,881.8948920056445,764.9297095719651,4894.014401892256,427.89467117702037,2854.910217091693,488.7924940810793,3226.510615409756,366.6253865509268,3663.4829101958962,114.53592180294339,994.1156163795465,203.08180376883524,1911.480701870937,460.3250978493251,4387.131333524096,325.01821721910693,1277.2958121627862,226.3849390976954,1739.6030236560891,282.1359561563662,3109.667005974016,331.3010417930753,2082.5647587481617,313.9959435759169,2653.039193733145,368.6622349584444,3739.964151380148,5263.504647893147,1645.079542551311,40269.54692023813,15104.262750175469,1227.22155180993,6835.100288387784 -2308,1812.6315885745826,3199.7902984093025,439.5036812132349,1282.019658352333,680.9874201518201,2281.9319924441793,775.798590319471,2689.109258215998,134.01453984356732,983.4737815262956,986.1492075995512,5457.719388448757,551.6428315399222,3183.746013922093,630.0070045830869,3598.148288233263,477.206967674704,4085.45215978443,156.19486725767646,1108.620373445682,274.25229174715827,2131.6498952706443,621.9022922779131,4892.452243170297,454.76104399134607,1424.4179821231987,302.08349305736544,1939.974910319224,364.60367057984746,3467.846335630261,427.6399511596459,2322.4398475667135,428.2023836213527,2958.6229742914884,502.75186985724133,4170.742704230422,6482.180910995248,2093.1952583140273,53905.75272549385,20935.661729576375,1507.1141864332476,9553.878673310457 -2309,2012.1803155981597,3841.606810031747,479.20558729274575,1539.1681925435073,729.0953923466834,2739.6437468295394,846.7236791264462,3228.492956059512,141.76639158372092,1180.739743625478,1042.3778646624298,6552.433132986866,583.0966271286818,3822.344350057794,665.982938580115,4319.867765850961,506.8650298680976,4904.915439892737,171.4552377454727,1330.9883396065266,297.8649433797787,2559.2179457341654,675.7513667353257,5873.784249068298,502.80646317599735,1710.1288866262446,323.55707396285425,2329.0966381384264,385.86401627753406,4163.42974279396,452.30704075991133,2788.276700112718,470.0381182555721,3552.0659500732986,551.8711522776869,5007.313630342255,6688.129572033487,2202.482556337492,58206.76598673515,23024.393048604623,1552.5668365002816,10570.173780551302 -2310,1819.4518141700441,4212.6478414445255,427.1624130805205,1687.8285271169889,657.6838520456183,3004.2518370882094,765.3736081563994,3540.3164756339456,126.59977988057295,1294.7813189269432,930.741243350803,7185.2989279916965,520.6481239921227,4191.524919593626,594.8232439600548,4737.101561673734,452.8646843387379,5378.655979673595,156.14092425640595,1459.5416535574423,268.6453037318401,2806.399636404755,609.7149643003563,6441.102840960429,455.58556748895205,1875.301434812493,287.78309631669407,2554.052096000022,344.60817266288825,4565.553995059158,403.90765418329903,3057.5819970453554,428.05450090196973,3895.1417199099615,502.5782409459294,5490.94428435864,5947.868479697411,1970.9523996076052,52336.44873017775,20816.43015600648,1380.325215193625,9593.18409596955 -2311,1715.2112080974111,4398.55824788151,403.17880472847384,1762.3149070097502,615.6333150880148,3136.833932979854,718.886863059178,3696.55590026028,118.59218375486363,1351.9219417154322,871.7538859389248,7502.396842261243,487.65113670360324,4376.503140114712,557.0790546549518,4946.156889773994,424.5417269748194,5616.024057163537,146.4821565768935,1523.9533946374963,252.25042906445938,2930.2502208034048,572.4835044484381,6725.358276528658,428.7375084861258,1958.0612725819617,270.7006034248929,2666.766208619932,322.83574030580615,4767.038674239082,378.35007197052454,3192.5176321090717,401.5753507491733,4067.0401096006144,471.4891046852568,5733.267811520102,5547.352206935938,1842.6975527803245,49136.14742206919,19584.599228704676,1287.027670319186,9025.175327467625 -2312,1588.1837835452156,4473.741168069103,371.21243306374043,1792.4375002624215,564.9005995117226,3190.450668722422,662.9485800793691,3759.7397554137488,108.38057758348405,1375.0298406486338,796.5184628876779,7630.632521140576,445.56513036271804,4451.309080548141,509.0267278135989,5030.699709880626,388.4117551350983,5712.016667620539,135.35574251365952,1550.0017632123183,232.29756308394207,2980.3358979878417,527.2776775156989,6840.3123242057,396.70280771853743,1991.5296856579616,248.20627368916152,2712.3482515809874,295.0732615693077,4848.519893306511,345.75697152063503,3247.0861486105728,371.07270295617565,4136.556513551183,435.67598500144163,5831.26442586418,5034.092895442637,1682.0385817992014,45170.46495291055,18094.0145154533,1167.415433300674,8352.951599382832 -2313,1494.1333345402911,4550.093744690611,348.28882465954155,1823.0287250196463,524.9208182134411,3244.9015455141853,619.7296420091432,3823.9065918416277,100.45439728657065,1398.4972401518326,738.0657097718548,7760.863223443905,412.86719581931726,4527.27881256222,471.64693919932995,5116.557802834233,360.53255634949574,5809.502680756623,126.67381742829059,1576.4553786413533,216.8610192206977,3031.200781864698,492.29174627509775,6957.0547666555785,372.2515365553392,2025.5187827482246,231.43368882224328,2758.639436055666,273.5358439664711,4931.268754437959,320.45371322849763,3302.503613467046,347.2715302208131,4207.154417248511,407.73105859467967,5930.785620128584,4624.147189341064,1555.1102156995955,42127.20655957787,16965.441687107777,1071.7256436858647,7842.082211916209 -2314,1406.821212801387,4621.247843370039,328.1413852840755,1851.5371411257631,489.044497601137,3295.645125257781,580.7585510138964,3883.704618485431,93.55912601807063,1420.3668578371353,687.252739162042,7882.2271466120455,384.44288561337675,4598.076132673312,439.1507132519313,5196.570233177385,336.26642570445205,5900.351342392949,118.55044590230806,1601.107895242017,203.08277078547812,3078.6025216204193,461.0014049192106,7065.848780397037,349.9973442530303,2057.1937264816097,216.7829771061439,2801.7788774975284,254.79187150292455,5008.3836455272885,298.44464933612767,3354.1479709653945,325.00161116688463,4272.945650871731,381.58397517294793,6023.530897245914,4275.23956005689,1444.6239750789891,39409.35160963987,15932.027861627328,990.3893225132769,7367.427552486215 -2315,1360.2876865052253,4578.750324170004,316.12309229756187,1834.5101956185106,466.7252146910444,3265.337998971949,558.3956752236802,3847.989630416108,89.07083294413184,1407.3050031481196,654.0902311502402,7809.741291956412,365.8920824695747,4555.79170315243,417.9557341136453,5148.781984041251,320.63468870414977,5846.091042370296,113.96759418028152,1586.3839254776613,195.01572837928046,3050.291343729465,442.71029330193386,7000.8704337714025,338.0004212161853,2038.2755396947289,207.51469980719173,2776.013401228705,242.609242866221,4962.325981590849,284.1110386353971,3323.3028458764293,312.43789466576806,4233.65115813009,366.83293172971923,5968.137824068728,4030.006806371399,1371.5787143218479,37770.50223023433,15356.100397444387,932.9754487443913,7110.113038324499 -2316,1313.8947416580743,4535.473036115073,304.28650080130114,1817.1708299500233,447.2752251062953,3234.4747801516837,537.0397413103765,3811.619323262902,85.26943160706944,1394.003482058208,626.0648356214482,7735.925425268431,350.21493298206326,4512.731414668295,400.02111350039576,5100.116888703086,307.08566825556886,5790.83514324418,109.66753195339518,1571.3897918717732,187.4145211640959,3021.460696109916,425.4784588401003,6934.699827176361,325.78445348992466,2019.0102311669752,199.2961959066657,2749.7751652246266,232.27808469691925,4915.423225222123,271.9763076364658,3291.8917567424446,300.64943498331735,4193.63566749997,352.99211632377416,5911.728367016586,3835.1346421889816,1310.5598659810528,36286.64180738851,14798.146185916466,887.522798677357,6856.341026563921 -2317,1282.1396073611768,4459.835249186339,298.3656503430118,1786.8659909719477,443.34258325967346,3180.5336559735906,527.8770867164467,3748.0531973195416,84.84285564053897,1370.7557772401572,623.1593337394017,7606.913903349158,348.5896218497264,4437.472888271749,398.17267961758563,5015.062573206638,304.96567960360244,5694.261764631547,107.67645916475709,1545.1838271767667,184.53952875168656,2971.0719938673683,418.89964684492577,6819.050292107801,318.59408997104,1985.3393297073226,196.94824174093608,2703.917344795969,231.06861639441095,4833.449033861398,270.6349193237236,3236.993093404294,295.1909834411681,4123.698679990768,346.58335536328565,5813.138860024837,3863.02050974385,1308.1004700746353,35801.39689133398,14497.400013710809,894.6995328984675,6704.8809044717145 -2318,1268.6850278744055,4371.201276857128,294.2948022551978,1751.3541341542073,430.0491399847799,3117.3242959177182,517.5469972024289,3673.5650548617587,81.89232054414238,1343.513620783329,601.2084868487206,7455.735449718353,336.31051921479155,4349.283341525048,384.138136244578,4915.394111815837,295.239094800025,5581.095019341186,105.72503442235147,1514.475118686578,180.5229732717488,2912.0254376205694,409.8480406837319,6683.529699724383,314.399641228001,1945.8830490643372,192.00767226658257,2650.1801725174982,223.09143707737678,4737.3899276421525,261.19946556200256,3172.6616685331646,289.8412255340964,4041.7450260384185,340.3022114604479,5697.609572489091,3670.6229850078794,1257.6064223657834,34935.88029350008,14275.527961944868,849.2468828314329,6617.078616643235 -2319,1304.9202122066106,4252.286201873463,303.19118243946633,1703.7099295076441,441.95572106468006,3032.5199529193596,531.6224616737495,3573.6286217651927,84.40021139005037,1306.9643948753667,619.6260341445577,7252.908061111099,346.613126428792,4230.964526644367,395.85525831486336,4781.674700981224,304.1250521018665,5429.265741602438,108.44528746446271,1473.2750203856838,185.5148252789841,2832.8060877584726,421.1470903644011,6501.709558060782,322.7948905860517,1892.946839076931,197.98450987830657,2578.084116084762,229.92219018974578,4608.512979912702,269.1990113838358,3086.3519160610294,297.29869745449986,3931.7925478990956,349.0580196852477,5542.6106084452,3784.2091941082513,1294.7628313563812,35947.29527382166,14672.87938404134,875.5615749755058,6795.272655697461 -2320,1362.8815982319952,4191.2691235202665,316.3452216221196,1679.262985599192,458.0341480459645,2989.005594103768,553.8975383960469,3522.349764400559,87.29339886499207,1288.2104481509405,640.7476673929181,7148.8343373673015,358.4283745495456,4170.253398141748,409.37080975171546,4713.061299615925,315.0086595542144,5351.359900502249,112.92526226221096,1452.1346424602577,193.1378455668044,2792.157471270708,438.4565172504271,6408.414962471442,337.33030330923407,1865.784489198528,205.73561430804432,2541.090566487144,237.82866478931297,4542.384317767815,278.4169087110242,3042.0651094474806,309.58038071746324,3875.3743101384357,363.4779282649936,5463.078354565451,3889.2792528142345,1337.2415033561506,37351.99568156868,15302.745591792793,899.4840223792079,7092.994403360572 -2321,1471.8400254472306,4170.345266034001,341.9567030200839,1670.8796872813955,494.62825251111815,2974.083735059758,597.4073573964903,3504.7653186598855,94.4329176198799,1281.7793813224782,693.1644508908965,7113.145579031887,387.7498429908423,4149.434456381442,442.80997292142814,4689.5325258600715,340.59807059606555,5324.644581438752,121.78709991844191,1444.8852252994266,208.35722572033458,2778.2183269957122,473.0009880016407,6376.422561736509,363.566251537139,1856.4700291623071,222.60084727784567,2528.4048106203827,257.27768151559616,4519.707605938584,301.1889443653057,3026.878364111366,333.8747770333387,3856.0274780974596,392.0019478455568,5435.805309204139,4209.725472539737,1445.7479730105154,40352.51801755637,16516.823203833024,973.6436093306851,7651.621472772794 -2322,1554.099449847294,4209.073892980653,357.65223212023676,1686.3965982212424,511.2739806516453,3001.7030740198575,625.2183049061899,3537.31292321135,96.82268468428548,1293.682845501203,710.3188882131192,7179.203026071408,397.34587805833456,4187.96889150595,453.80644740218423,4733.08267438793,350.2725562246224,5374.092807056332,127.81878217738932,1458.3033998872993,217.433496100152,2804.018728233209,493.72744243328225,6435.638304053827,383.37200073976265,1873.7104566594396,230.2730778917337,2551.8852757699174,263.86958856390754,4561.680646205537,308.7781282356626,3054.987989453741,350.41040823476015,3891.8371389693284,411.41641124830045,5486.2858479953575,4235.851154765369,1476.8047860751196,41941.94559769069,17355.630558824392,978.4280988114257,8066.97170261139 -2323,1575.5341671349624,4257.354715188153,360.7969135497932,1705.740666869178,509.9277599652174,3036.1345656309086,629.1844673028356,3577.8882090533666,96.15757546235501,1308.5222313244594,705.1507112578621,7261.553166198752,394.45484722088435,4236.007625584375,450.4945305396565,4787.37421901408,348.6099631119596,5435.737155894397,128.78157390974485,1475.0310908152178,218.41121630218686,2836.1826514919803,496.01272471077465,6509.459271955572,387.8305174655435,1895.2031374073763,230.2833749787615,2581.157063917627,262.11747038053517,4614.006097800515,306.6325166316941,3090.0306937908736,353.0498657403991,3936.479048744417,414.51539492313714,5549.217124171887,4146.746296141702,1461.441358895836,42040.58461316208,17525.361422966962,956.8978961480935,8160.987452753934 -2324,1478.814018059779,4067.2205497566415,335.0794769098678,1629.5620066836061,464.8717636898222,2900.540293978004,582.6879231109075,3418.0991301192794,86.89774818298801,1250.0834121408293,636.7569215425519,6937.251001273146,356.19598788443756,4046.826824703796,406.7832003414159,4573.569294915725,316.21702585227405,5192.976235843749,119.65325806604295,1409.1559584384952,201.56262481747947,2709.5182653817596,457.88488585370214,6218.745744687504,362.4900837059783,1810.5630519645053,210.76202483844213,2465.8821627108246,236.97837978183028,4407.943822657807,277.0627860492085,2952.029412143916,328.02492944544787,3760.6752436253564,385.1336492893473,5301.3881699767835,3645.8209454913235,1312.20207426235,38655.53841066737,16332.990686748346,839.6779038699523,7633.013151304576 -2325,1210.5658515279158,3763.694689397299,273.29694246976595,1507.9521249384097,376.41442633963015,2684.080680473816,475.27079541372854,3163.015476166692,70.13031664985519,1156.7930093831794,513.7382876525286,6419.542395867883,287.38049119458714,3744.8228938456623,328.21418236034634,4232.25597340543,255.64748549300674,4805.438220501945,97.56879618778038,1303.994394310597,164.2153508949108,2507.314118201062,373.05842872756375,5754.657277042145,296.82936221286127,1675.4455432483269,170.9537773030934,2281.8599303717538,191.2839877481756,4078.990689966757,223.58893762836897,2731.727302591318,267.48120362847703,3480.026044770929,314.0493383960149,4905.759660112148,2910.6242987843,1056.5217645709026,31413.00275977221,13341.869089567628,669.8285273036656,6243.041979674942 -2326,927.763982184185,3416.501653404004,220.0901440137718,1368.8466661814066,316.6583240745276,2436.479799634599,378.9633159006361,2871.23385287037,61.36248131904876,1050.0812513665157,450.62941823344624,5827.352912382984,252.07796785091617,3399.370741885994,287.7875350743321,3841.8391299120235,220.87412817382813,4362.146502458401,76.52917076671974,1183.7036135641297,132.6970760468489,2276.0195864369884,301.0679157833842,5223.802067998311,229.07487237896947,1520.889163731004,144.2929517342848,2071.3630802502353,167.1346759369813,3702.712251275247,195.73042356134476,2479.7311195947814,209.80185786011728,3159.0008534280996,246.3280924469786,4453.213497149997,2779.335564897817,939.7991316590233,25829.18191524241,10446.352799445096,643.513835159593,4811.791799380071 -2327,882.0296287392935,3190.822928213839,225.79678764001972,1278.426815133819,372.7496035437978,2275.536908070278,398.1805133453772,2681.5730649140623,84.40023119919925,980.7176091981081,665.9743308830857,5442.424201697454,372.53993897689526,3174.823607622729,418.9944366279701,3588.0645250145294,289.9584065170346,4074.0027338795962,81.05950498263586,1105.513479440827,145.87270810818052,2125.67597449605,330.4459646758747,4878.741210153557,215.30763493648408,1420.4260694765721,172.9393602323568,1934.5381561671186,220.2118211672719,3458.1277419186554,255.9985120940619,2315.931240461998,222.2215995834889,2950.3314723476065,260.9100952881643,4159.054252697378,4192.876452173374,1263.9851197556586,30737.712553402627,11512.92603929208,907.2382040310781,5052.040355342392 -2328,891.3036444216941,3054.622929673051,229.3373918828142,1223.8572779726953,390.25058712537054,2178.4058135121186,409.52337473638966,2567.1103523959596,88.66129697403974,938.8557635404804,700.0886622333378,5210.114799074324,391.623183375532,3039.3065386866815,440.4919219169307,3434.908303542599,303.33924518822204,3900.1042823224057,83.53147621962991,1058.324732940579,150.49296104863686,2034.941680823848,340.89621151263634,4670.492566887175,218.82732475721212,1359.7953065221693,178.73332802921712,1851.9625636084447,231.22651840172605,3310.5178607063394,268.8899149045109,2217.0759173469482,228.998416226113,2824.396830636377,268.8667470236009,3981.5253844735503,4485.427190939635,1337.1391099201303,31831.331943691923,11760.57046340411,971.603076614364,5142.492848715027 -2329,900.0375830701065,2976.255942297461,234.0375085875933,1192.4589646421932,412.2096374390469,2122.518358720869,423.56104131611534,2501.2506017132478,94.038065825582,914.7692234133322,743.1760845654472,5076.448218915399,415.725892657121,2961.332496511433,467.66709424054426,3346.7850157072507,320.3630346730932,3800.046294775982,86.50363138843699,1031.173191524465,156.27388673250687,1982.7348282326334,353.9514187568094,4550.670107469505,223.02555334732168,1324.9094747605989,186.18072958187824,1804.4500783741698,245.11673767866037,3225.5858355858413,285.1540229060916,2160.1963729888985,237.1464684004277,2751.9363417753743,278.4333646395212,3879.378521595772,4861.328932318551,1430.3710899241148,33184.27044162004,12051.694273364617,1054.3579127928745,5245.062777119187 -2330,1032.7736754193872,2986.7178710405933,269.2667297872305,1196.6506138010911,486.91633962927796,2129.9792882428733,494.22805777971905,2510.0428245835838,111.11422966320752,917.9847568275632,878.577054175397,5094.292598083105,491.46795450058045,2971.7419673915847,552.9704975339965,3358.5494025851763,377.55192568121817,3813.4039543077297,101.12886543828711,1034.7979001048802,182.7247548923152,1989.7044003701305,413.8583781860381,4566.666307836969,258.00015778176044,1329.566704778709,217.10192434463056,1810.79295630755,289.53281522751075,3236.9241915004563,336.9043128329902,2167.7897456569553,277.2410002574482,2761.6097577958612,325.5083031106545,3893.0150442764266,5818.038728414603,1699.9939586849391,38839.74625029966,13967.884657838855,1262.7775002054195,6066.927533648833 -2331,1424.6499047519865,3099.4597617409204,365.53440215859877,1241.8214864890554,629.3537941496985,2210.3812218963435,658.1204153165263,2604.7913030141053,142.382677881556,952.6366193694914,1124.4404661503772,5286.590700577957,629.0016945358101,3083.918551368868,707.6123653245035,3485.327098372687,486.9836270900059,3957.351387703227,134.8086938298127,1073.8591964133614,241.76558636200133,2064.8112720996432,547.7501671578602,4739.047703058488,351.0495426209014,1379.7548613375773,285.5298455300741,1879.146322904516,371.2978486924923,3359.110808770819,431.80436609595137,2249.6189391458583,369.57298946050946,2865.854322871538,433.91517330810217,4039.9676174913934,7229.0616624589,2153.632949233007,51084.21352056366,18856.37783427053,1566.2118995266242,8255.442881059445 -2332,2030.5358888942449,3381.801841662366,509.83622449106224,1354.943929862711,830.8934259662997,2411.733612178378,902.2939106901739,2842.0720715313932,185.74243724794414,1039.416066498381,1464.5428857065403,5768.167210303693,819.2518719853526,3364.8449208122793,921.5394853848453,3802.8193640597865,640.5234570833087,4317.842217613716,184.94871030124963,1171.6812887665849,328.91075640029857,2252.903118429149,745.4483866918752,5170.746349979115,493.8208095848027,1505.4422027705778,384.0099551157624,2050.325212798408,484.8558066806781,3665.10553215521,563.4577799862948,2454.54564868067,507.0299683282193,3126.916357055498,595.3032360419555,4407.9842873697335,9048.36273174226,2768.760763994719,68896.9493313832,26241.870482210616,1955.4661289588773,11598.37345252153 -2333,2250.9065503342167,3964.9405877994473,554.7299118091619,1588.58278315454,887.5307041569592,2827.599289846539,982.7010742589547,3332.1428745590943,195.89510882228444,1218.647083013132,1543.2248498926824,6762.7972779460015,863.2658418595664,3945.0597116066656,971.163780522826,4458.55598600614,678.5884787049621,5062.38646198,202.49879842986869,1373.7193707104295,356.38240318640686,2641.3809657897446,808.063662897991,6062.360549833451,545.0830033923445,1765.0321254237474,410.20525855802686,2403.8716740472387,511.64500111402117,4297.09556130206,594.3484242636822,2877.79359132307,555.1428781912682,3666.1040945701675,651.7925418542051,5168.072119442472,9317.733175080117,2901.7803314918424,74174.36517481646,28770.498371822974,2010.6360197445513,12805.543233921768 -2334,2057.0380260384154,4334.81196277831,502.05771200012833,1736.774486223468,819.1415666542795,3091.3732390560126,903.1128956140967,3642.9834128591174,179.57838870502732,1332.3291577445998,1414.8991536599035,7393.668049526833,791.4816231189798,4313.076489561846,890.6237820333798,4874.474508981935,621.4276818658504,5534.633599081776,187.28384826312384,1501.8674378071323,327.2617128444466,2887.783449767914,742.2588636903273,6627.890746952745,500.0881930213623,1929.6839895957323,372.7585270465937,2628.1179903952116,468.98356847807946,4697.952171503239,544.8288659660986,3146.249939900735,513.431661667538,4008.0983646600707,602.8194559877116,5650.178193538531,8577.024367478098,2670.620950109706,68001.37928155699,26370.85172788902,1851.2563352526051,11763.140441328604 -2335,1932.2014190875793,4528.585062138962,471.4044737915893,1814.4111122122752,761.0274162981107,3229.5626181931248,843.5513402786236,3805.830658112339,166.76329064224228,1391.886424007026,1313.6125154002061,7724.176958771973,734.8228056741574,4505.877978147361,826.8178640288883,5092.371396198823,577.8393115640587,5782.040664377476,174.76992171244353,1569.0033391453314,305.4310976250946,3016.872036343023,692.7415805513195,6924.1681733529595,468.6332784076515,2015.9439821078267,348.10256479411584,2745.599111342836,435.5821881636833,4907.9582249923105,505.9699788496489,3286.8923962408903,479.1252003122882,4187.266838248198,562.5402836751432,5902.750288915006,7912.886221750913,2473.4121849165494,63421.83141752498,24689.030730874787,1707.2016204233457,11020.550589638371 -2336,1786.068493825092,4581.219601665228,433.0136354295289,1835.499529917192,695.9643290029287,3267.0989654069604,775.9020765531296,3850.064815460831,151.8156273084083,1408.063949656918,1195.5374075295895,7813.953012851948,668.7726721465154,4558.248599276715,752.5417731916943,5151.558674312808,526.772128880943,5849.243784936265,161.0713410116076,1587.2394475849246,280.4796861331496,3051.9363375019334,636.2470356865869,7004.64593813071,432.76152215800147,2039.374762749689,318.15016489973607,2777.5104794559034,396.6085019329212,4965.002117873193,460.64008818007363,3325.0950722146545,441.5710539353103,4235.934326852398,518.4480085405573,5971.356385329772,7149.255414157528,2247.76051345584,58117.6385474775,22750.837191114304,1541.6919480663248,10178.136391413575 -2337,1679.9675457034332,4682.719794767528,406.1083565537337,1876.1663332850235,646.6271772730203,3339.4838770039933,725.130477055975,3935.3657519371354,140.67017344336742,1439.2606123837202,1107.4371025620285,7987.076724146748,619.4901687308952,4659.239853410592,697.0663170850898,5265.6951370203615,488.8694286019017,5978.837959696552,150.68058521294947,1622.4058714714586,261.7623878419911,3119.554167365355,593.8483855265139,7159.838873015359,405.99196076129743,2084.5585675495745,296.51987836645566,2839.0482083842357,367.56099712776467,5075.005286796655,426.84469347484804,3398.7649289904825,413.08518574559156,4329.784478019108,485.00278720439593,6103.65605198913,6570.02933813179,2077.2067614726766,54179.801277277074,21319.64033119064,1416.0271968322904,9552.814730547465 -2338,1579.3457844287395,4738.083534740649,381.70171723310085,1898.3482253423667,600.4944422414518,3378.966554830985,677.8705975506548,3981.8935340249795,130.50592496705056,1456.2769733427094,1027.1245335248725,8081.507836466376,574.5640534427787,4714.325990318649,646.4916159539896,5327.9513874732465,454.3429725697663,6049.525689189131,140.68339599180413,1641.5875566321595,244.4697527747017,3156.4366188729323,554.610172433169,7244.489562142223,381.0103633600564,2109.2042784933546,276.83431803970575,2872.61424130292,341.06408707477743,5135.007013437311,396.022391991369,3438.948485984146,385.67826560047564,4380.975467975109,452.8243573847025,6175.819504289925,6047.001888225505,1921.3605165720908,50533.67251287155,19974.974959469324,1302.6224213284058,8958.269253070868 -2339,1528.3810566822988,4675.831814488266,368.11107385214416,1873.4066130218719,574.3206870007355,3334.57171055034,652.637964648369,3929.577081489394,124.52767258696845,1437.143552395229,979.7870119509431,7975.3282468993275,548.0838775851223,4652.386410618115,616.7016615350194,5257.949637428238,434.1875532456869,5970.043472782066,135.3998293668277,1620.0194165611858,235.0924052681239,3114.9655033994027,533.3554242970083,7149.307209554495,368.29686161437286,2081.492315684517,265.4361278086112,2834.8721506809593,325.50059550212814,5067.54027973566,377.9005565826993,3393.765563914039,371.19356541436275,4323.415642939253,435.8178894587108,6094.677965671756,5722.834379264602,1828.534062823977,48504.99384391057,19268.113312651338,1232.1275608800452,8653.296010903234 -2340,1469.0793972342367,4646.39545985083,351.8699167435878,1861.6127197363699,544.4262349727421,3313.5791600630496,622.8293433478968,3904.838718533856,117.71459810801429,1428.0961210607381,925.8563237309455,7925.120155603516,517.915544712865,4623.097654793109,582.7305212467965,5224.84860293133,410.9805845078918,5932.459504017151,129.32517516920845,1609.820703699516,224.01892471282218,3095.3554676069843,508.2838515018503,7104.299272831806,352.9544822282129,2068.3884341912317,252.36801148011332,2817.0254219511817,307.7601661748591,5035.637953319303,357.2469749684176,3372.400362884749,354.5401282511247,4296.197898341113,416.2651102271696,6056.309369640867,5356.1899346164055,1722.8148297185032,46163.79106324217,18442.39231719961,1152.4377186340723,8296.35622353478 -2341,1422.1268668967182,4551.198415659258,341.1780545175927,1823.4713196167113,529.8667520944125,3245.689342147525,604.4524235488343,3824.834959219499,114.72343953434452,1398.836767068774,902.4562590081878,7762.747404468655,504.82576290053566,4528.3779445256105,568.0024294069239,5117.79999984848,400.2461757385455,5810.913110807916,125.47240024267671,1576.8381102042326,217.5432590647785,3031.936696263775,493.57178965748847,6958.743799202871,341.93732740598307,2026.0105378463174,245.36908028572725,2759.3091780585714,299.9134630893955,4932.465967009234,348.1607551161815,3303.305394720434,343.97788996466545,4208.175829466836,403.8639997908231,5932.225495230822,5240.838583140952,1681.0526963789496,44861.84813362408,17880.14545391852,1127.9177671737725,8037.601404941713 -2342,1417.5745924538073,4471.336869735998,339.95647519876763,1791.4742003458252,522.6835038945699,3188.7360422081724,599.5733942819472,3757.7191789683866,112.85204880463394,1374.290865855582,887.4918931388735,7626.531631893326,496.4548337381608,4448.916837769572,558.5863440218603,5027.99608835394,394.49005126310686,5708.946889634578,124.54179247604509,1549.168754212558,215.52330078040376,2978.7341923096574,489.0281916142307,6836.636172434474,340.3471171879644,1990.4593887132633,242.7803432426243,2710.890569043021,295.07219664468994,4845.9141796857275,342.49784475087966,3245.3410847990426,341.4266635967028,4134.333426529228,400.8686081816617,5828.130561205432,5115.39195699876,1649.8329383812977,44384.945857236366,17772.517839067787,1100.3328217809358,8000.203675383614 -2343,1446.2005780208035,4371.461199808759,346.16874768858946,1751.458274207952,527.1133428141503,3117.5096600958627,607.8229089886828,3673.783494556386,113.8016621549923,1343.5935095836276,894.7145942422087,7456.1787870624685,500.4951465603035,4349.541961179465,563.070138391882,4915.686393883181,398.192641892118,5581.426885709007,126.16477929625431,1514.5651733004222,218.31279247294648,2912.1985941967673,495.3594806623642,6683.927119714184,346.07113782742925,1945.9987563112948,246.09772864067614,2650.337759095916,297.6065168734205,4737.671625119581,345.3963371281809,3172.8503232148378,345.876021230543,4041.9853586679114,406.0925932775852,5697.948367114076,5118.027463450285,1658.2037923491785,44953.28593336179,18066.496812676698,1100.3328217809358,8137.162855630531 -2344,1508.4969988547873,4349.172748402214,360.48443553364734,1742.528241239346,544.6231541020221,3101.6146402403688,631.9388790430281,3655.052241743215,117.26762740384123,1336.7430270379255,921.7260095166339,7418.162510358189,515.6050847837041,4327.365267801353,580.1039470980023,4890.6231410457385,411.06399849746725,5552.969270226397,131.09954543625884,1506.842969962868,226.74110230577006,2897.350378946498,514.4943592584384,6649.848266442159,361.0951070972843,1936.076833930024,254.9909848907951,2636.824674647832,306.7203800732494,4713.516003241646,355.9318031690675,3156.673141943663,359.40449793956276,4021.376781779118,421.97636044454725,5668.896652025543,5234.774224800467,1705.2276975854882,46582.43397318433,18803.777097542417,1124.8527732412354,8480.080437629142 -2345,1626.7033108041217,4352.616738541845,388.8463892769731,1743.908101370922,586.0925769229311,3104.0707234671954,679.940079405303,3657.9465769670855,126.35182960907942,1337.801557032171,993.0931302705878,7424.0367489819,555.5271982612312,4330.791989197592,624.9565116982321,4894.4958908418,442.80261457572357,5557.366513683641,141.06778623533322,1508.0361974180043,243.9664232734646,2899.644710929474,553.5815057869676,6655.114098172591,388.4933087281322,1937.6099598625526,275.035565616924,2638.9127034994704,330.4879572054731,4717.248506772144,383.50660460166233,3159.1728244818846,386.73205706884966,4024.561199319046,454.06161259725906,5673.385695184229,5634.49107385024,1835.5491416107852,50182.02957028165,20256.418824004137,1210.672603352283,9132.399297566542 -2346,1710.3433164831376,4339.100707238104,404.1010626154097,1738.4928034237673,599.5425534359001,3094.431759233128,706.5439794905562,3646.5876810634086,127.91481208985202,1333.647327792797,1004.5751448486285,7400.983142582138,561.9501320168956,4317.3437295386,632.253003935662,4879.297180812759,450.17838729090784,5540.109414270272,147.02269232705117,1503.3533443951342,252.57645079834987,2890.640543772827,573.2823958908804,6634.448200878128,407.58033061581017,1931.5931661853047,281.7702145886331,2630.7181784928216,334.7442794371576,4702.600196958766,388.3045594328017,3149.3627535855603,403.0572092808511,4012.063867616912,473.2289528882591,5655.768325390261,5572.246578297873,1847.24126575014,51682.81502888766,21143.61134722697,1195.3476336895958,9576.958478304892 -2347,1738.2179099985904,4328.118932591708,409.00194847080985,1734.0928741573791,601.3442967485457,3086.6001013548344,713.7822853165623,3637.3585788038176,127.81597120749747,1330.2720167779685,1003.4174324958323,7382.252088726198,561.3025183338103,4306.417019349611,631.5273519021516,4866.948229800144,450.70098578710275,5526.088022002881,148.64963356487786,1499.5485265870307,254.7706474303869,2883.3246584829335,578.3213797822947,6617.657160531057,413.50210503271904,1926.7045216732786,283.1314317677146,2624.060127402605,334.5655412685635,4690.698446089293,388.03015260366385,3141.3920715541567,407.51740780261156,4001.9097863374377,478.4656662567966,5641.454213459635,5505.208660369256,1839.7960584326731,52034.114806821744,21411.6748579667,1180.0226640269088,9715.607148361998 -2348,1631.0874187420652,4122.259387616012,379.53596318301146,1651.6137243051191,547.572188205458,2939.791267706089,660.5433275532283,3464.3538639131343,115.25016208417641,1266.9999125837728,903.9456837448536,7031.127944600371,505.65893345197776,4101.589688611717,568.9286138200517,4635.460194556395,408.1623042400878,5263.2491343884985,137.9758829606248,1428.225075877849,234.88519705141533,2746.1842722188544,533.3379993749385,6302.899661236481,386.3225164477011,1835.0641295510661,258.7320187005224,2499.251213361858,301.84647071858893,4467.593429159473,349.9376236282886,2991.977151929211,378.25571994329823,3811.565819251512,444.1095560407976,5373.128131050296,4828.457886144856,1646.295883697131,47773.741585521784,19928.02554820112,1032.9029552651125,9081.545184755289 -2349,1333.413970700212,3854.2780870153233,308.88992351177285,1544.2450334219386,441.76298865950343,2748.680274113318,537.4927513227389,3239.141918982768,92.57922379401255,1184.6343328109006,725.8288277392743,6574.045884955034,406.0219961257492,3834.95209113627,456.8590468758053,4334.116553845241,328.62574112547014,4921.093967574851,112.24378755283418,1335.378513496531,190.84557253978906,2567.6593508688748,433.3632967678541,5893.158524167809,315.82360514676884,1715.769629646449,209.1449665280555,2336.7790038991025,242.53312456422677,4177.162530682309,281.12139056252244,2797.473639862439,307.7121433031607,3563.7821963585184,361.28443311105633,5023.8299114431775,3829.1443731656314,1318.021297399833,38698.849807432474,16241.463398990833,818.3533799874928,7414.936681648712 -2350,1033.911020646957,3509.0344763108405,253.19341213265363,1405.9206263307242,382.38753043409986,2502.4696268577304,437.10000050904637,2948.9985960447384,83.92979799117525,1078.5217417651302,660.204197584875,5985.181436926481,369.3121792763771,3491.4395897205077,415.34718007647933,3945.891829400844,293.0609338042937,4480.291251313855,89.80892129311758,1215.763143445809,157.6655800873296,2337.6634955258155,357.52924620308437,5365.28396986622,247.17073637500278,1562.0810558842625,181.34889596089164,2127.464055026462,219.41558973877918,3802.9968264871036,254.70994804187106,2546.892369265894,246.2077969869102,3244.5595026509286,289.07225892058,4573.82471227631,3831.052521658689,1223.8403935231117,32658.703766956693,12969.29295499994,824.4833678525675,5802.474206687566 -2351,1224.927939569585,3262.7568020513118,292.0472019854912,1307.2476539265742,573.032701334683,2326.836584843401,592.6855996560629,2742.0264159389258,122.80321138081504,1002.8268952216154,985.8077199098058,5565.118147648903,551.4518064550208,3246.3967929686187,625.3984101464355,3668.9538086475723,452.0835204648974,4165.847002667167,120.5865225974756,1130.4361620668535,224.90830229898071,2173.5971881794244,508.7479765345792,4988.727493501884,265.2576726733785,1452.4481377567388,242.56255409688933,1978.1503611657208,316.88899635749885,3536.087732271454,401.5738934067689,2368.1415665802547,330.5834392346938,3016.8437096873886,388.13759235410356,4252.815921905456,6349.364432716708,1894.9331381178365,44968.64086862528,16694.73024778842,1392.130009620603,7356.357202147597 -2352,1316.52035063025,3141.6973579893242,311.8499789222584,1258.7442919425632,604.0289190113384,2240.5029840040315,631.1284059366449,2640.2878513888027,129.0301307179924,965.618585258209,1035.3631444244536,5358.633217889477,579.1726568970809,3125.9443612353325,656.8324281689376,3532.8230654414774,475.88121691067494,4011.2798213580604,128.3549364285247,1088.4931115638733,238.98334563385473,2092.9492934144005,540.6233383649864,4803.628629694323,284.6006848124259,1398.5573408775006,256.8079062235595,1904.7542125949221,333.04771107571196,3404.8867752298315,421.9009237881193,2280.2754095531513,351.8802550508282,2904.9084829836866,413.1421565113987,4095.021896043596,6604.756365324741,1984.2580524579896,47651.41351712764,17836.888068933735,1447.2638713877557,7879.104765212657 -2353,1322.8880353217166,3086.0087095993003,316.7685473078161,1236.432222923986,639.6833706614449,2200.7885975830386,651.9580301632245,2593.4870157097907,137.4927185054333,948.5023618458647,1104.4664585554326,5263.6479258264835,617.8284176909236,3070.5349450555946,700.7904683264005,3470.201457088517,504.5621044360703,3940.1772528698684,132.69955741930036,1069.1988564979945,248.19173295796335,2055.8503930372813,561.3534199819082,4718.48115835211,288.52948715618476,1373.7669937705916,267.772930484971,1870.9911935871007,354.64006260914465,3344.532921619002,449.6699825544896,2239.85603077623,363.7908709170489,2853.4170728697572,427.1263953361617,4022.4349442997236,7222.729955708239,2135.0239035431146,49722.50865115722,18229.720252078918,1585.0985258056369,8007.512579470673 -2354,1480.0022204795678,3128.116347523462,354.59499729981957,1253.3029596133229,729.0438037186193,2230.817679849201,736.2644325306751,2628.8743468857624,156.81409287726774,961.4443843030871,1260.124502166745,5335.468779841424,704.902101133539,3112.4314482306213,799.610011791014,3517.5512866675645,574.3369540728656,3993.939757364681,150.18311821999424,1083.7877454334996,280.7114108442479,2083.9018381634683,634.9217486263344,4782.863379811773,323.65711563328125,1392.51162108999,302.6501763141967,1896.5202918990399,404.3818667916857,3390.168042754891,512.8975368484726,2270.41817613013,411.72139860010907,2892.351069581199,483.4015664646139,4077.319829647329,8307.311821392912,2443.637381594432,56334.11655070112,20514.591516485652,1824.0119267966313,8998.88172209284 -2355,1879.3925568574718,3244.1072782707597,443.7639905570796,1299.7755842358,880.0411630802597,2313.536667977022,910.4173915801991,2726.3533241477126,187.71875602915367,997.0948578174009,1506.8980442181835,5533.308604513199,842.9449595948425,3227.8407810238996,956.1153220732153,3647.982511840804,690.7816124780198,4142.0355243818285,185.9227636041766,1123.9747255069458,345.1345386795167,2161.173169194985,780.8497099429244,4960.212529724545,407.829318396112,1444.146119638783,369.5148312043172,1966.8434926369741,484.4056517361635,3515.875881908701,613.8498429167208,2354.60555542739,509.70029900816087,2999.5997954395807,598.438467871176,4228.507339782503,9702.378179071644,2900.384442395547,68888.05804293203,25624.499348239562,2127.2481665159708,11313.993068171876 -2356,2563.134995130409,3517.676938089402,590.6452947876476,1409.3832925880045,1102.0942745663049,2508.633002637631,1189.5429215945474,2956.261735755507,231.46048041206208,1081.1780516399629,1854.4550695019202,5999.922443934419,1037.3651751885948,3500.038716748191,1176.4774936839724,3955.6102347195024,859.1406755148756,4491.325838223076,243.35052268104835,1218.7574675454857,446.57823575422447,2343.4209674308686,1010.8279687215872,5378.49822066761,549.7972085363463,1565.9283323677607,471.0481236500742,2132.703823089431,598.0298471947139,3812.3632932285363,756.5942861451767,2553.1651545873515,667.1363515141736,3252.5505844368818,783.2839353600539,4585.089664366278,11411.552107365838,3520.084466268963,88260.08534780264,34036.358917694284,2494.8072449636543,15191.156515014496 -2357,2652.3185971759626,4031.675989997988,611.8161870023711,1615.3208158215903,1156.1099968490773,2875.191674066587,1239.0657146325077,3388.2274210970586,243.08533585317784,1239.1585891560517,1948.1994841720757,6876.62445551322,1089.8049418599855,4011.460491321109,1236.01073150201,4533.599614116584,900.8607778469321,5147.593387315591,253.77020556957638,1396.840956691915,465.7425384763597,2685.8390395510414,1054.2023618634612,6164.398414110817,569.9643221165315,1794.740043152944,491.5303317324256,2444.3321398345097,627.9382127056336,4369.421588443922,794.6431418790629,2926.23081465809,695.7015222382907,3727.8096676639225,816.8222657002242,5255.057879719267,12078.221190613436,3707.853607141541,92173.03005631316,35362.50277337969,2641.8308763427285,15765.653434711 -2358,2604.7093344482037,4359.634677145347,601.9712955757951,1746.7198903982442,1154.8992475781492,3109.0755697623736,1227.5961686044814,3663.8444646135513,243.16884543191986,1339.9585604521565,1949.6128998483173,7436.006889525896,1090.5955936394284,4337.774738681505,1237.0115895591252,4902.3875279236645,899.5845240687225,5566.3269297581455,251.64836154399924,1510.4676785432835,462.15219700208365,2904.3199510839954,1046.0478636806313,6665.8444668096245,561.4604394572035,1940.734063948134,487.78733422523607,2643.1675525812125,627.9980314970796,4724.854359156261,794.9771423870444,3164.2665146117197,689.8845662436614,4031.0501977996055,809.9925851215116,5682.533174706198,12197.185654604196,3722.8292857604433,91578.30353604507,34911.77253720651,2669.397807226304,15543.093686979897 -2359,2484.4681562344635,4507.531240025306,569.56856430927,1805.975742604905,1076.9796300455707,3214.5480748124965,1157.4902011990148,3788.136989875764,225.44252315004658,1385.4154118097604,1806.5109757859675,7688.266526389021,1010.5456884321615,4484.929723424076,1146.1985788323657,5068.696477865369,836.005467294703,5755.1594081061785,237.78841327734273,1561.7088935856634,434.47131522337133,3002.8463116804,983.5978621781795,6891.977057804396,533.8200091248641,2006.571667045173,456.25979777806265,2732.8345602761237,582.4242041018567,4885.140661008774,736.9451533281498,3271.611321276496,651.8880367235197,4167.799836978435,765.3809085054626,5875.307842133307,11156.825038519992,3437.5389047219173,85859.1501558508,33068.1429833211,2439.6733831965016,14772.648127182681 -2360,2332.4415900813374,4559.386010696678,533.4004694597215,1826.7517401485875,1005.6887997421907,3251.5283294919,1084.3780408219131,3831.715828140376,210.07732181485662,1401.3532710587572,1683.1548564624013,7776.712568436652,941.5414054828602,4536.5244855901765,1067.9744795291228,5127.006909777323,779.6134605469379,5821.366929561506,222.87166113236142,1579.6748381837251,406.6949925905822,3037.391143110717,920.7630833696472,6971.262562612744,501.28873929310316,2029.655325946163,425.8807305309527,2764.273168653938,542.7772663557627,4941.339461457373,686.6990897106169,3309.248033205242,610.9943189175909,4215.746327694157,717.3676468358939,5942.89755467312,10360.677047778112,3200.7882614732403,80263.44264519608,31000.63489092521,2265.0828209338524,13863.82976894572 -2361,2224.21841028298,4628.915592504195,506.65132241363574,1854.6092815501495,948.14816352656,3301.113384245867,1028.3091506821447,3890.1486080170544,197.49821877238895,1422.7235842265216,1581.923883918743,7895.305635891812,884.9137269295755,4605.705434429043,1003.7391901362821,5205.19257897154,733.8432297845327,5910.141428410897,211.49817925411492,1603.7645139938215,385.111291814661,3083.7106553149656,871.9736220128516,7077.572703827307,477.37802664053936,2060.60710008754,402.18534033608097,2806.4276949360587,510.37010873216724,5016.69374502057,645.544028185944,3359.7133000868566,579.814343955257,4280.035483840065,680.7592781905735,6033.525367438242,9671.469622966039,3002.6849770362237,75889.55079314079,29461.34642368841,2113.4647010741824,13196.910467460613 -2362,2137.981226241952,4693.05175888327,487.1199529940981,1880.3059111543475,906.0075843029571,3346.852122189379,985.3985520590436,3944.04875231157,188.7290529396137,1442.4362004291474,1511.4824624253622,8004.699429266917,845.50944113707,4669.520011327764,958.9990253345004,5277.313379320685,701.7011849644758,5992.029682020499,202.5267033625121,1625.9855516530367,368.88524334696046,3126.437159115224,835.2242744518583,7175.636358569193,458.29612632643614,2089.1579425412515,385.5407054507484,2845.3122911176642,487.7513723366177,5086.202790556965,616.8645083015684,3406.263972030259,555.2193785198801,4339.337724810808,651.882360791991,6117.123173249396,9210.861913372246,2865.14738905374,72674.2736212872,28267.917393295207,2012.3859545010696,12665.456195476625 -2363,2085.4366277982344,4633.789162029374,474.3050881889183,1856.5619132400238,877.6422557588137,3304.588972700034,958.3344333593848,3894.244364209963,182.6554226251035,1424.221503591063,1462.5960915919156,7903.618235283637,818.1628531943412,4610.5545670603515,927.9784085904635,5210.672883681922,679.6191974096683,5916.363940915045,196.8265720455051,1605.4530429170147,358.5158428642844,3086.9573505665594,811.7448479288942,7085.024350320379,446.86624444531753,2062.7766172812894,374.1351586360388,2809.3824518797387,472.105850049463,5021.975588092516,596.9927084792206,3363.250585661724,539.592681818826,4284.541733756246,633.5350762213052,6039.877785142242,8876.749249045819,2768.8577063883563,70555.17732266945,27520.088218016906,1938.8741388115322,12338.745201562975 -2364,2055.9894856386995,4578.360442894131,467.5885835745606,1834.353986800595,865.1745178838355,3265.0599549522794,943.7976346346202,3847.661973522756,180.0643681444195,1407.1851709163261,1441.8467063313296,7809.07629131572,806.5558371873778,4555.4037768065755,914.7693952492486,5148.343564484166,669.8585840469588,5845.593246842455,194.04551734365225,1586.2488446488105,353.0528194400642,3050.0316109646974,799.4122119686114,7000.274308605431,439.88738855784584,2038.1019802272467,368.8293792433241,2775.7770232718203,465.40917175374625,4961.9034387902975,588.5239371993547,3323.019866141364,531.9685244234988,4233.290662099892,624.5835627940094,5967.629636239147,8750.542751286368,2729.2292545028918,69540.54114819987,27120.845230562,1911.3072079279561,12159.75891951478 -2365,2046.030968170009,4503.502424820291,464.2114989201123,1804.3615679837537,856.0772026332553,3211.6749233086184,937.2074726574444,3784.7511666632763,177.77283851335446,1384.1771324991705,1423.2787479894137,7681.394781428791,796.1690914122809,4480.921109373283,903.0294248441984,5064.166095189748,661.9037139520019,5750.015467333284,192.762113015796,1560.3130437953357,350.28751725251226,3000.162378450743,793.1904921763837,6885.817033506275,437.91604668966517,2004.7782005084666,365.03960173862026,2730.391962578416,459.5321310974889,4880.774339861858,581.016345514644,3268.6871668482318,528.4501194849332,4164.074672479169,620.4526080645678,5870.056513122352,8605.479604494547,2692.113550889447,68896.27438249794,26950.40903016312,1879.1457885637838,12096.47849586626 -2366,2081.4251877027336,4437.091931038653,471.37277950485293,1777.7537122779374,862.1251647402989,3164.3142476825715,948.7665127843894,3728.9396737164793,178.59476855087814,1363.7654888096058,1429.4885019048209,7568.121783604938,799.6427708582138,4414.84360893052,906.9617855377871,4989.487824979379,665.8774315926554,5665.223380993306,195.2403431352785,1537.3040277190282,354.1661121715932,2955.9207535589876,802.0309233742126,6784.275951444259,444.94304834549513,1975.2149189423988,368.4748980725411,2690.128482880282,461.73444780033805,4808.800439690169,583.6722690206086,3220.48576529647,535.2440946196858,4102.669519543342,628.4294055636233,5783.494252288633,8588.125532217198,2699.081891762318,69572.23873336003,27336.658380471126,1874.5513000831882,12286.125862582916 -2367,2171.100921232219,4319.281527023635,490.0373066586245,1730.5521022284395,886.8309794066656,3080.2977013175528,982.8310208213717,3629.931607997785,183.39384308388517,1327.555789818585,1467.3924298310812,7367.178576022435,820.8458808608311,4297.623926013229,930.9545891395493,4857.010611159013,684.6866103571201,5514.80453330585,202.16208099967923,1496.4866609810133,366.3784038184456,2877.437318095968,829.7182324890321,6604.144842327951,463.07029130598835,1922.7704640530853,380.69906582541233,2618.702168450451,474.248347960866,4681.120704531993,599.3146314772036,3134.9777940777226,554.2197799567012,3993.7384536223444,650.7087333999746,5629.9351633469805,8740.440437763822,2762.690444503231,71881.20602148041,28396.089032655716,1906.71271944736,12778.598469968634 -2368,2234.4024121510884,4313.23830106454,500.9827831736576,1728.1308390340116,889.8379612204444,3075.9879718141897,999.3589390980859,3624.8528705304657,182.85065456544837,1325.698369884046,1462.0496447193277,7356.870953206611,817.8571758204132,4291.611001801269,927.545196925594,4850.215033601653,684.8555400000415,5507.088618122619,205.83513691078792,1494.392885203607,371.3702914690556,2873.4114161519537,841.1773750924622,6594.90480106204,475.15295274946726,1920.0802628450722,383.91798521703726,2615.0382699931483,473.05247652298493,4674.571219396029,597.457835586584,3130.5915601478832,564.2893252876408,3988.1507039594044,662.531373668644,5622.058165722654,8560.893690990275,2739.7719769123614,72624.73995007001,29013.24953595262,1865.3623231219954,13100.076239602591 -2369,2306.4803967765342,4299.202423857535,514.2047592546817,1722.5072609793667,905.4424947553433,3065.978279223833,1024.6434538620003,3613.0570952375338,185.37211773051408,1321.3843630440747,1481.6211835830456,7332.930672118617,828.8053153445073,4277.64550283344,939.9499471609545,4834.431759437924,695.354233918732,5489.167785973607,211.20154475519337,1489.5299229530485,380.0876824957086,2864.0609358429106,861.0126231270666,6573.444063787972,489.6671525500542,1913.8320546739085,391.4554818132345,2606.528571829663,479.6993058258301,4659.359514627792,605.6482731097988,3120.404179888212,579.0011315768182,3975.172706998284,679.8044865792017,5603.7632066787155,8587.950087485498,2768.8073410736406,74187.62858455829,29826.060383330503,1869.9568116025919,13493.030840293559 -2370,2348.8514341557957,4299.332388484925,521.6751120511901,1722.5593322689408,910.7302117890708,3066.070963560452,1037.4447135263879,3613.166317733436,185.85276812904766,1321.4243084128782,1484.942802741663,7333.1523461661545,830.6633986688527,4277.774815796421,942.0468696276573,4834.577904015526,698.2239356012628,5489.3337231814085,213.97848132258238,1489.5749513518856,384.24460059767176,2864.147516230539,870.5077321762958,6573.642778601603,497.9580691527965,1913.8899097003416,394.6318883610023,2606.6073670296146,481.0520754934966,4659.500366782098,607.1760167666172,3120.498509516493,586.6139992606174,3975.2928762270717,688.7427447706607,5603.932608099104,8530.008212051609,2768.2883878317516,74877.626656232,30268.623061889328,1856.1733461608032,13715.427200461685 -2371,2297.570579527699,4297.642879844595,506.4292115741353,1721.882418131494,873.7774404026434,3064.866089659873,1005.3492926036719,3611.746451772593,177.2508095820633,1320.9050283049746,1415.406004208857,7330.270637302963,791.7651506722524,4276.093778635389,897.9167010556016,4832.678059946,667.4122454086372,5487.176579718901,207.78394199836868,1488.989593086154,371.38822111032607,2863.0219921866637,841.5436039159704,6571.0595342116985,485.8207603504092,1913.137808386254,379.3157784839233,2605.5830485376696,458.9565013275799,4657.669322932038,579.0073941925745,3119.272247223286,569.63190150904,3973.7307053932427,668.8040855635373,5601.730430713013,8010.55875240705,2628.694144065721,72196.84966422827,29444.07545758804,1741.3111341459028,13379.385967637148 -2372,2058.3493290404517,4126.028279869394,449.78369832247625,1653.1237588725253,763.7129287076675,2942.479055031822,890.7036764633821,3467.521247430994,153.56220309066916,1268.1583030940642,1225.3022635480486,7037.556352216485,685.422859894847,4105.339683008092,777.343087806605,4639.698295164671,580.2519141887561,5268.0612087935715,184.57758725936392,1429.5308710543322,327.89477594856265,2748.6950488723132,743.1793698505372,6308.662265544799,434.29000034865874,1836.7418888408145,332.27947926496284,2501.536224481147,397.81691003379706,4471.67805282896,501.5489393219741,2994.712651675801,506.0125483966788,3815.050651121285,594.1086846041843,5378.040665436266,6794.703777845845,2264.8583985925447,63497.1332443813,26203.316865883437,1474.8308022713318,11952.21680940411 -2373,1763.7049874648299,3854.862918383856,389.58385463548564,1544.479350436917,663.6227601826916,2749.0973468854627,767.4717412060193,3239.633412268562,134.79088230467994,1184.8140840645538,1076.0658938841307,6575.043402042514,601.941402022427,3835.533990062368,682.5483823233811,4334.774193812659,508.14016577754086,4921.840672938284,158.30382577399118,1335.5811380155528,283.36554926807645,2568.0489563146143,642.050292455144,5894.052726372959,371.9266124577388,1716.029973056535,290.5563805102845,2337.1335765666568,349.074199865054,4177.79635512991,440.28456614709125,2797.8981163273697,433.9840144745274,3564.322949145939,509.54007523264204,5024.592205511238,6047.85638399618,1992.2338458186919,55091.78354316647,22532.743754287196,1314.0237054504698,10238.248812243846 -2374,1408.6608114839808,3513.063291515855,323.64734268351833,1407.534800951875,588.5319705367489,2505.342778361608,644.0503227701349,2952.384419257225,123.27013164453166,1079.76002107572,986.9715613971404,5992.05318188671,552.102848719811,3495.4482037713,626.0410515152093,3950.422212076464,458.97940109796315,4485.435192086749,131.63658922103298,1217.1589932361364,241.13241988410653,2340.3474287554723,545.8422126936161,5371.44399416434,300.4889724892445,1563.8745224209686,254.42639656636538,2129.906652724169,318.6353208733316,3807.3631476340192,402.88886660662695,2549.8165236941577,360.87678337881437,3248.2846671501948,423.7049688920003,4579.076041287264,5974.856343782505,1862.5346791339136,47567.17344015226,18542.0927783646,1304.834728489278,8295.484930496032 -2375,1438.4553842811847,3259.6377203285824,322.6722271547707,1305.9979707562318,635.7988449026169,2324.612210210575,698.7403115839295,2739.405134306222,117.19783865232202,1001.8682276807245,914.6422908019414,5559.798088768557,511.6425174363984,3243.2933508440597,581.660928751536,3665.4464167515853,426.5451912059973,4161.864598205535,129.28033551175108,1129.355504516895,233.06603847810902,2171.5193050659896,527.9264758143919,4983.9584439867995,298.6106731941363,1451.0596479873384,235.77508449283226,1976.2593184032191,307.9070316341319,3532.707355711129,388.8497629548292,2365.8777058252904,354.41720200814945,3013.959712305389,416.12078268282556,4248.750378189844,6056.320914724236,1921.739748811505,45697.76976974068,17010.194373360777,1420.8219815286182,7706.033793300835 -2376,1545.4021503345468,3116.0298956052698,344.3540450681194,1248.4604332244667,669.883488076409,2222.198220842474,743.4298740209747,2618.7168719511233,123.1494562693117,957.7295444340089,960.7473000785312,5314.853534209776,537.433237207316,3100.4055998066992,610.97396565406,3503.960131552844,449.01259588774144,3978.5079269982166,137.55051609864722,1079.6001938786865,247.58775811118963,2075.8500342754396,560.8562775115358,4764.38329727995,320.16086765011505,1387.131218673963,249.579473412549,1889.1924949844329,323.6152216735748,3377.0690724829606,408.54262687183876,2261.645708270451,377.0895926088331,2881.1755702553182,442.7404074318248,4061.565834398674,6299.9458847211035,2013.0086509654072,48414.839749365274,18172.041745245122,1477.0921590148998,8249.201562327737 -2377,1554.4521079695035,3038.507662549844,350.3639274900522,1217.400576962688,710.2243368765509,2166.913203001514,769.5852980738109,2553.5670542488333,131.20156732236734,933.9026443608124,1024.5177894206195,5182.627808482446,573.1058646740928,3023.272076211967,651.6492104284002,3416.7867657522584,476.0438862781225,3879.528511183047,142.35632913959827,1052.7413315954382,257.29149240060724,2024.2059437061623,582.7396965431526,4645.852460057231,325.1522070930014,1352.6214375694362,260.36362627462114,1842.1921689961305,344.57527447596794,3293.0525692874926,435.4049430692881,2205.379295059005,390.26454922234933,2809.49616681123,458.20910710770164,3960.5200602139407,6889.354257881211,2164.2094995847724,50547.46417683869,18578.7973316409,1617.767602730605,8396.01632568322 -2378,1739.6347186066052,3067.4891504461384,392.45183514463366,1229.0122245227863,809.703581738141,2187.5813650532787,869.711482122213,2577.92314641448,149.6295316152439,942.8102698104541,1168.7755382129747,5232.060056738318,653.8023276455506,3052.108246073857,743.45895164132,3449.376304859351,541.868225239905,3916.531711792332,161.16294686761006,1062.782448336924,291.06579990081195,2043.5129544404706,659.2552529251936,4690.164909388403,364.96133340596907,1365.522830679069,294.33779546647673,1859.763120258306,392.89756413136234,3324.461923410555,496.6163455777196,2226.414349251646,441.8221879615601,2836.293327850737,518.7428646789423,3998.2957635971597,7923.864879842905,2476.4582859121488,57281.3409532901,20910.837074829335,1861.605038504493,9440.734853934708 -2379,2206.722468133817,3169.3142456621904,490.3584831936996,1269.8092023264478,976.2686706100812,2260.197980749218,1073.1228113160498,2663.4971311847735,179.15075416072557,974.1067930533018,1398.1215438933314,5405.737937025522,782.0963819335891,3153.4227732078703,889.2544173165896,3563.878118379119,651.7754053243359,4046.5407175004493,199.29471741018546,1098.0614399448052,357.6349754861133,2111.347228974375,810.2461261268454,4845.854616850938,459.045329565322,1410.851268836174,359.20492704033984,1921.4978314542889,470.67594003243306,3434.8172124730067,594.400111900061,2300.3200232358427,546.35900997567,2930.443893347293,641.4794134390287,4131.018921483799,9254.609654243428,2941.780804531639,70011.8881462739,26112.142027834474,2171.091014679044,11852.827556961263 -2380,3004.449764846203,3447.562531216501,650.9688234031701,1381.2914366968673,1220.019661675461,2458.6308796066123,1397.0115328775805,2897.337467890212,220.96998783929806,1059.6279891558543,1721.6426359645227,5880.33187014274,963.0711167077114,3430.275875254771,1094.8467201883977,3876.766932645727,810.7331937837755,4401.804642058034,260.36424138469107,1194.465169400198,462.2385243430671,2296.711853979939,1047.6991262377712,5271.29388688536,617.0328911326023,1534.7162176222064,457.5694949278705,2090.1947279612405,581.14165317263,3736.3751920489203,732.7038614942663,2502.275415815695,713.7788246701217,3187.7206813316343,838.0468033188994,4493.699565748888,10885.074312851524,3575.9713996963305,89624.0471936221,34668.54583330058,2546.2255312542566,15878.479997255754 -2381,3109.6770199676175,3987.5539476228932,674.5917440680313,1597.6429930843797,1280.1908262888,2843.726018296033,1455.946669835635,3351.1471809634318,232.05542198711936,1225.5974280121886,1808.4944212880653,6801.367734393645,1011.6552096735217,3967.5596842564582,1150.1408097419544,4483.984596743658,850.0910301790435,5091.258916458222,271.5802544309809,1381.5541439531614,482.1546298744147,2656.4456299095555,1092.8401576131296,6096.936185320825,639.9355281789068,1775.0986839681468,477.5334826630425,2417.5817445844596,610.1949129427196,4321.603310150167,769.5373435371954,2894.2065943775024,744.5271047222845,3687.0130916168887,874.1483195234164,5197.547333974081,11520.965909306704,3765.86611614353,93612.60459714831,36023.123923096515,2696.2793378843417,16485.190715080145 -2382,3054.714859699176,4347.678189854546,664.0893025503542,1741.9294352989623,1279.312172830199,3100.548795092266,1443.4042066589896,3653.796212174815,232.1197446677739,1336.2836659518823,1809.5870879611803,7415.6133179417875,1012.2664373993481,4325.878203220565,1150.9394735923722,4888.942517386547,848.8701490326624,5551.0610365994835,269.39329364403716,1506.3251553873079,478.5334404573388,2896.3547275835954,1084.6077224683797,6647.563099091434,630.7125653944623,1935.4115165585406,473.98122421966,2635.9185508665573,610.2401513949382,4711.8962410386375,769.8436951389772,3155.5883763803217,738.5316335631023,4019.994867702513,867.1090445187739,5666.948580877933,11634.41730402664,3780.044161798517,93027.50970296223,35568.728709147115,2724.414426627482,16260.124484845812 -2383,2912.2963121405546,4533.26368787463,627.9100151366375,1816.28563823049,1192.2386164250765,3232.89918238991,1359.5818915112818,3809.762583209982,215.21916236905597,1393.3244262870164,1677.0520982717378,7732.15705246797,938.1275784650445,4510.5331444699705,1066.6213097459208,5097.632487586732,788.9064118083639,5788.014275093812,254.41644690895924,1570.624326562184,449.7319990125081,3019.9888631127037,1019.5363131812727,6931.321752444314,599.1860411233705,2018.026718164881,443.26028289961613,2748.435677397331,565.9720049654286,4913.028793248389,713.6689341535825,3290.2881896607805,697.4731686872221,4191.592837235237,818.9023535255034,5908.848608596319,10642.115839364948,3492.0522754022973,87200.1561504659,33687.60306172605,2489.955353767975,15445.32278748601 -2384,2733.731335421438,4556.071985184437,587.938224102366,1825.4239513065856,1113.1187641916983,3249.164930601692,1273.335810258948,3828.9307154124076,200.55554297249702,1400.3346864333153,1562.6043935584846,7771.06000386048,874.1065810290244,4533.227077156918,993.870240377845,5123.2803045588635,735.6987683032963,5817.135623312064,238.42023631612025,1578.526639127426,420.942878222603,3035.1833915153693,954.320470232833,6966.195445695944,562.545631291679,2028.1800550400671,413.73207449461086,2762.263935002251,527.4490246788924,4937.74781008118,665.0152104231714,3306.842680295301,653.6201559408886,4212.682079383017,767.4145874588193,5938.577912934821,9882.715503203368,3252.0091992337493,81514.23949800993,31581.282259846063,2311.766458394748,14493.226235074608 -2385,2606.283590896497,4625.861489943587,558.2627650224086,1853.385632761893,1049.0949102144052,3298.9353495338046,1206.875591666066,3887.5819349837134,188.55582371753573,1421.7848884013786,1468.7553749956314,7890.096408659757,821.6082998984494,4602.6666456502035,934.1722848017748,5201.758255820424,692.5209630044635,5906.241988529277,226.19248792770526,1602.7063695513666,398.54033966356855,3081.676060295816,903.6090420457574,7072.903006900309,535.5016932244365,2059.247536428402,390.67466189502534,2804.576047862791,495.9647869216789,5013.383791121807,625.1699551864795,3357.496601858589,620.0982413084208,4277.211568158419,728.0565504480519,6029.54452032493,9225.3287029091,3051.4962492800837,77064.01043812212,30011.790621333068,2157.023470307473,13792.05800146645 -2386,2505.037585352517,4683.23964067079,536.6431384981917,1876.3746133925133,1002.3592278748669,3339.8546053602818,1156.2823951369012,3935.80263132639,180.18789194519096,1439.4203899843171,1403.4128313834196,7987.963398834979,785.0562796762737,4659.757092719428,892.5688369145489,5266.279701155049,662.1920788945388,5979.5016924321935,216.57841256173253,1622.5859806991464,381.72446594185874,3119.900480517751,865.470686164357,7160.633712994963,514.0159463626442,2084.7899820434895,374.480262070863,2839.3633815410717,473.9879683910938,5075.5686817515125,597.4002346387545,3399.1422383538284,593.7416134607635,4330.265143278094,697.1112674688274,6104.333641239099,8785.972437429358,2911.9667559282298,73792.97839571827,28794.355500888592,2053.8614782492896,13234.427600649862 -2387,2443.1882064588863,4612.150514850335,522.4219450476891,1847.8922291430786,970.8183107777273,3289.157361042355,1124.1974195166704,3876.0592079847715,174.39418468784584,1417.5707420774531,1358.0938492418913,7866.710296564167,759.7052562830556,4589.0244196825115,863.7409205692353,5186.34033246891,641.3610847967473,5888.735987328097,210.45432023610675,1597.9559750221558,370.96033545517656,3072.542024657256,841.0627129567628,7051.939042204129,501.08329006079316,2053.1439616144585,363.3809966321914,2796.263331966957,458.7881612157468,4998.5242064925615,578.1610728968826,3347.5450388072877,576.9526435196188,4264.533985527145,677.399359376435,6011.673052508275,8467.282762164983,2814.4770136674297,71635.79925104421,28031.344364567485,1978.834574934247,12890.627574150196 -2388,2408.686644495442,4547.624467195386,515.0235119739746,1822.0393907209645,957.0241385888048,3243.140579079173,1107.1770029827724,3821.831406796903,171.92035624621997,1397.7382936430336,1338.8275235631102,7756.651502548368,748.9278502182229,4524.821916437934,851.4461452550441,5113.781112562677,632.1503752015874,5806.349938190653,207.4804229982408,1575.5998565340894,365.3116310806534,3029.5557880922292,828.2943952531285,6953.279262296269,493.27086839020154,2024.419559693264,358.22770629873827,2757.1423578284666,452.28042077662934,4928.592618155614,569.9594823791922,3300.7113871288198,568.799815528169,4204.871248526203,667.8271344797369,5927.567058867539,8346.897045009484,2774.1769801397,70605.25588572235,27624.602781473608,1950.699486191106,12703.721291883921 -2389,2396.696454244414,4465.163685452661,511.2114729574517,1789.0008683872265,946.7774966827513,3184.333632863284,1099.10734881857,3752.5312243023427,169.7369955779398,1372.3935024895484,1321.6507941478517,7616.002345780926,739.3193451581285,4442.774606866175,840.5586166525285,5021.054373306838,624.6497820644289,5701.065045291327,206.07521943065433,1547.0299522201449,362.4159988649991,2974.6217141770735,821.7691459865839,6827.197425992394,490.9458412602139,1987.7113352847255,354.5280210955958,2707.1478792072517,446.5729533438379,4839.22384922664,562.6937381256934,3240.8605258158113,564.9475025317304,4128.625513465582,663.3041387274584,5820.084170376509,8208.542210318865,2736.881651677013,69948.3567932079,27450.863411313767,1917.875215990775,12635.861989866147 -2390,2437.6793286226766,4399.078093784775,518.9288380741951,1762.5231871172402,953.1931586645197,3137.204661336143,1112.1633227045056,3696.992779649535,170.52944371815445,1352.0817193160294,1327.5265693708873,7503.283516949476,742.6061999834927,4377.020379423549,844.2855684997397,4946.741453908683,628.4076638197811,5616.687789899179,208.6760847058958,1524.1335038651846,366.37818760538096,2930.596533955801,830.8117369137609,6726.153116508263,498.6552424688663,1958.2926870758774,357.82765815546514,2667.0813817767685,448.7195809307679,4767.60206919394,565.2744258306993,3192.894941472418,572.0776773568681,4067.520774859601,671.6756678521464,5733.945400770073,8192.009125214316,2744.5892218488616,70627.63468373922,27843.009105830566,1913.1860345335845,12830.70962166651 -2391,2542.135151489931,4311.80872167899,539.2647613289255,1727.5580674757127,980.1800430023369,3074.9684665868485,1151.462761758721,3623.651449561427,175.12231014740593,1325.2589805137497,1362.8769577918126,7354.432592438496,762.3808833825935,4290.1885905661975,866.7112465675636,4848.607478687331,646.1744956195406,5505.2633490757125,216.0162750020133,1493.8975837355495,378.9467524731384,2872.4590528833355,859.3431402090755,6592.718986299398,518.7563229432396,1919.4438715838505,369.6501253165238,2614.171541901106,460.8895503504586,4673.02187985458,580.435409000107,3129.5539571112377,592.2005343765333,3986.828871583151,695.3018884909662,5620.19479117734,8337.319753987962,2810.022760262217,72959.79520287339,28919.31346460809,1946.0103047339164,13340.165914770576 -2392,2615.0045010927734,4287.1809511014635,550.8874525458893,1717.690768972596,982.772860963122,3057.4051601378687,1169.5050553663896,3602.9542289022575,174.62424183292882,1317.6894948907438,1358.2090146145283,7312.426258135258,759.7696787373525,4265.684307755237,863.7163398856566,4820.913673068075,646.3610394343974,5473.818920187154,219.8128019849097,1485.364884505739,383.97549773824795,2856.0524200491673,870.9030727968852,6555.063333844234,531.850098230557,1908.480578368144,372.68581389146385,2599.2401706042897,459.74460900764785,4646.330967017424,578.6600084447828,3111.6788745552294,602.60857103037,3964.057289372756,707.5219509880637,5588.093908032359,8166.110775740826,2788.3974761449836,73696.06260994938,29544.6321288723,1903.8076716192043,13667.287176339232 -2393,2698.6433192625204,4271.390592395157,565.2019330800894,1711.3642449238225,999.5774684024606,3046.144258221265,1198.3275957397168,3589.6839843462976,177.04446804067587,1312.8362381644306,1376.56478473238,7285.493447286744,770.0377283639965,4249.9731245522025,875.3735873255227,4803.157493177809,656.2914758958461,5453.657988043407,225.46930954936357,1479.894053065776,392.9105525340037,2845.533131801023,891.2598021883538,6530.920009229639,547.8421014810856,1901.4513455785393,379.957545300408,2589.6667620811113,466.2146507365834,4629.21780256875,586.6063059609885,3100.218074050544,618.1156748462433,3949.4570457055365,725.7288217055202,5567.5120832158245,8191.9545332453,2818.952727512359,75271.3703750618,30370.570110131077,1908.496853076395,14072.401989724967 -2394,2747.5978124469284,4270.415879750751,573.207134545296,1710.9737190909282,1005.037419378983,3045.44914142945,1212.6301495560858,3588.864834167151,177.51428706721757,1312.536654678984,1379.8046303553358,7283.830929558571,771.8500683217093,4249.003299280249,877.4200745404543,4802.0614336533035,659.0159436387734,5452.413487152134,228.3690902515188,1479.5563477179032,397.13938040556747,2844.883793590516,900.931728530689,6529.429681858516,556.8975962094042,1901.017442700971,382.9969396327384,2589.0758114566725,467.5383860910781,4628.161435320597,588.0979716009122,3099.5106178505484,626.0653151285557,3948.555796887917,735.0624841733107,5566.241601318183,8136.715179185554,2819.3121822984117,75962.0715602853,30819.62856503223,1894.4293087048243,14300.1184518027 -2395,2686.624926795321,4251.83133513232,556.1502336033257,1703.52768378224,963.6522045419791,3032.195564483834,1174.0803013109537,3573.2463509753015,169.31498610129316,1306.8245889905174,1315.4302249903717,7252.132218071159,735.8396157648708,4230.51194068125,836.4628831865316,4781.163205591408,629.9628953600105,5428.684973446807,221.6547955877013,1473.1174242654993,383.74625683441286,2832.503062700362,870.7145138921369,6501.014070669265,542.9860062972318,1892.7443506932782,368.07384592172986,2577.8083386171597,446.07749016662547,4608.020007619407,560.8330118286219,3086.02176922438,607.6583275632106,3931.371964340463,713.4508636618764,5542.0177157975295,7641.268149393687,2678.5689203515726,73229.1017579935,29978.209114632977,1777.19977227507,13943.572514366473 -2396,2405.7386640025447,4073.3937403431287,493.58248451978204,1632.0353411676083,841.5454311779587,2904.9427078179865,1038.9700523490942,3423.2870900825014,146.70646011943614,1251.9807774441722,1139.0331420568887,6947.780298136509,637.1647037384512,4052.9690618787386,724.3116247927654,4580.511017050687,547.7221896227779,5200.858088234783,196.7777658069377,1411.294762614739,338.6807009126248,2713.630747713403,768.6551095874822,6228.184500767048,484.99509386278066,1813.311108198952,322.359068865832,2469.6248563680797,386.6698544980601,4414.634159948078,485.827557903731,2956.509975702037,539.4588813421709,3766.383162517085,633.3779812531333,5309.4345690215,6481.530246867522,2309.556401467994,64390.80873729217,26677.033738366554,1505.2272477580407,12449.350035858864 -2397,2062.170755556051,3790.2718852636385,427.7046174289127,1518.6004751073147,731.7530232579608,2703.034220506425,896.0056006078272,3185.3509971841545,128.76193164186898,1164.9616619770784,1000.1429895474021,6464.873765627466,559.470824949211,3771.266827200529,635.884741827426,4262.141898073696,479.6307310870343,4839.371651173051,168.85027296852675,1313.2025042361531,292.7655087150184,2525.0194274562446,664.2380113474196,5795.293584239554,415.5977848435896,1687.27664221917,281.9013079624293,2297.9732029174484,339.2835532056468,4107.794337300219,426.4710564648362,2751.017297547318,462.8967047999191,3504.6001246165633,543.4864278913134,4940.401507052412,5769.048855067329,2030.3279691304226,55869.74859341827,22938.47823869752,1341.1058967563852,10666.808706798545 -2398,1650.4366795204492,3457.894495332243,356.3889554118096,1385.4310145661912,651.0871195916484,2465.9991247919975,755.5539933043794,2906.0204682646454,117.69692267719914,1062.8035772012815,916.4828302137284,5897.954575262908,512.6720983201579,3440.556033171942,582.7213228274468,3888.385174946051,433.132934643422,4414.99636438198,140.7644692589878,1198.044849581776,249.50395091173567,2303.5948457298077,565.5579682667204,5287.091372439193,336.95163831352005,1539.3155926138834,247.07007434252168,2096.458810694669,309.6486729482861,3747.57269580923,390.18242756632714,2509.7744588554706,385.9005249286182,3197.273928123334,453.0853117770435,4507.166687009154,5699.2258492969695,1893.037223958444,48285.60201938394,18882.37599868541,1331.7275338420052,8664.128209563914 -2399,1386.7762834222192,3223.768252153028,308.89801648095914,1291.6266029329827,604.4885916085037,2299.031881705158,646.3989958380361,2709.2603716928343,111.20820298572337,990.8435422425923,851.9797783159979,5498.617363265266,476.58968207156136,3207.6037381896936,541.1213320791385,3625.111378052371,392.8786022832131,4116.066910681766,120.11221824312219,1116.927932865137,218.1969534343888,2147.62363036573,494.091402040176,4929.114331194765,291.02548269147786,1435.0920030126488,230.53256172958916,1954.5123094377682,295.50576695850225,3493.8329945270725,362.8070001869691,2339.8432865562067,329.28315159616943,2980.7937161860273,386.6109263040648,4201.996588489253,5603.314312328474,1793.537911082418,43091.76847997387,16114.809439656914,1307.7297038047177,7305.615675248588 -2400,1487.554100867747,3087.568253612239,328.94882052725706,1237.0570657718586,634.5231362300038,2201.900787146998,686.046747047611,2594.797659174731,116.37565641799445,948.9816965849643,891.2467283423612,5266.307960642135,498.55525414884056,3072.086669253645,566.0551685760702,3471.9551565804395,407.21821919002366,3942.168459124574,127.50505731920427,1069.7391863648886,231.17904608391063,2056.8893366935276,523.5298215529206,4720.865687928382,311.45874743633203,1374.4612400582457,243.23758419670384,1871.9367168790939,309.3042468224783,3346.223113314755,379.6253854912417,2240.987963441156,349.5503432759385,2854.8590744747976,410.4066100823439,4024.4677202654248,5767.281675460318,1869.7020097664144,45482.331507317955,17161.783762064948,1351.7610069631257,7802.565277566776 -2401,1482.749328268526,3013.5549898585646,330.763896369246,1207.4031040237414,662.5522523113837,2149.118192453627,701.0988426552464,2532.5967852956737,121.97145811569602,926.2332982217607,934.7983986091259,5140.067305186804,522.9176594715926,2998.44452040087,593.8216484643613,3388.727609320787,425.7479090532184,3847.6692513466573,130.32193705046302,1044.0960646442802,237.02745905532643,2007.5828662015115,536.7055326212528,4607.700035024181,313.14576221300246,1341.51351099651,250.09898699126464,1827.0638154316628,324.0307883989519,3266.009536311347,397.96593290525794,2187.268395294628,357.2727136487742,2786.424170270989,419.47343524066997,3927.9956858416767,6190.411010224381,1976.2645873980493,46823.937749718505,17350.82174852911,1453.0330042274643,7858.159065023216 -2402,1651.4595334276378,3044.875790622693,368.1606436816509,1219.9520145929466,749.3687526800553,2171.4546366037844,787.0237908766542,2558.9188400101425,137.90973411224775,935.8599248113975,1057.1940521946328,5193.489600290675,591.3846666869005,3029.6082734240645,671.6199829557322,3423.947694121834,482.66566185280453,3887.65925731411,146.60187375871163,1054.9476750941924,266.26435002270017,2028.44829032066,602.9415731655763,4655.5892739010305,349.6192598855355,1355.4562721346697,280.5494693915791,1846.0530497210855,366.321578805236,3299.9541745624483,449.99928342069506,2210.001346197214,401.903550923193,2815.3843308040164,471.8744440889762,3968.820549065552,7103.388105930723,2241.7610591918456,52699.647201602456,19417.875521535763,1655.576998756141,8788.88134882657 -2403,2099.464904784501,3156.0581373100813,461.1402280255175,1264.498044433038,904.5592535617853,2250.7443806932947,973.3376020284045,2652.3566749757238,165.26060619869412,970.0324526142261,1265.7979832192555,5383.127667969875,708.0757944533493,3140.2331332032963,804.0627620175915,3548.9716904174215,588.2655375768303,4029.6154844549014,181.74178168122097,1093.468641535779,327.88801006778334,2102.516218393926,742.6884239663965,4825.586139546277,440.70518448210044,1404.9501824058839,342.9490106653662,1913.4608930260583,439.19491804921745,3420.450600137057,539.112919815874,2290.698607021191,498.23829352283406,2918.1868942746523,584.9809419197147,4113.740346314817,8386.292980240338,2664.997402125687,64608.95447873521,24330.56667396578,1928.5710783382706,11068.790408070068 -2404,2924.3184693041035,3439.699838292834,630.9977740419434,1378.1411906008216,1180.1085811157811,2453.023596361145,1311.055919275177,2890.7296472633248,213.58804896420713,1057.211345681917,1634.0889282697667,5866.920875167148,914.0943747985232,3422.452607190341,1037.8724056803514,3867.9253735291004,772.0967214622972,4391.7656542522745,245.3497790540732,1191.741009142053,439.30502838273156,2291.47385180348,995.3664629422135,5259.271896053374,607.8692517195614,1531.216062879581,454.4758707541377,2085.4277196335256,568.020918921581,3727.853817739773,696.5343233991072,2496.568594539256,672.6172380466815,3180.45059743416,789.7190372139715,4483.450997533873,10587.649481409808,3405.842694796015,86008.91657315868,33280.02889460389,2395.302891817395,15237.760255808476 -2405,3036.81458804628,3944.4066178922044,656.8110687402623,1580.3556961800632,1247.068642617017,2812.9554793172933,1373.3606248809554,3314.8860910089516,226.04502969759997,1212.3358503537722,1729.9237148788309,6727.773531002242,967.703476380356,3924.62870246376,1098.8018109113807,4435.465638895234,822.2823787752897,5036.168946492126,257.15144050204316,1366.6050365622802,460.72878810075395,2627.7015584785763,1043.8804447208686,6030.964283901954,632.8507262536926,1755.8912276609178,477.3073621235149,2391.422299958848,601.0381101840181,4274.841399104564,737.2239008281447,2862.88983029691,704.9710512765113,3647.117764387474,827.7056078648543,5141.3072701265355,11266.201883008334,3617.0992591527915,90392.85425410836,34763.38493985969,2562.621843819346,15887.988375238727 -2406,2984.4805989106553,4306.545264574789,646.9398818677446,1725.4492244425194,1247.4975567306103,3071.214829617918,1362.3929243500702,3619.228031177989,226.35935408189047,1323.6412269801062,1732.8530120652836,7345.454981655018,969.3420983879629,4284.95152531749,1100.758974541482,4842.688747332003,809.3596129425879,5498.543032995944,255.22072350756844,1492.073971799675,457.5771853605166,2868.952620667915,1036.7109767504187,6584.671205002893,624.0579382652539,1917.1007921167102,474.18557995150996,2610.980403179057,601.7641414583544,4667.3174871509,738.314159291983,3125.733687226417,699.678062885488,3981.9621198086897,821.4911169780573,5613.334177427968,11170.87155243022,3632.9635600686865,89758.01984199596,34305.57931192756,2593.443756030231,15667.961793438846 -2407,2848.7354124254407,4479.459485611297,612.7124073523825,1794.7285864956157,1165.2838326252865,3194.528689631784,1285.769764179462,3764.545439289901,210.4135106510307,1376.7873981298178,1610.14727521376,7640.385964213034,900.7016334346575,4456.99872548842,1022.7964584408945,5037.12992953791,752.7621883397628,5719.3177438081575,241.50133556120713,1551.982969084547,430.9160016962284,2984.145351062314,976.4993456430526,6849.055583256261,593.6644871865668,1994.0752507028462,444.38020024983723,2715.815163949154,559.506061950212,4854.717251472303,686.2247762836706,3251.236560757154,662.0668742235297,4141.843843056195,777.3318685697772,5838.717924045432,10253.584628734316,3365.2450704881207,84307.91553365327,32537.84932180656,2377.6903705540317,14904.564570890667 -2408,2675.2798266187374,4525.141071999332,574.0678063152612,1813.0312520806997,1088.9487235830666,3227.106534966299,1205.0925764370838,3802.9363228884686,196.2754167047311,1390.827894012781,1501.8131277321215,7718.302720148264,840.1005039010197,4502.451256751124,954.0192426512265,5088.4986464027625,699.7060229447327,5777.643420920234,226.48106238778357,1567.8101116901953,403.64555363669194,3014.5777043600474,914.7459310318337,6918.902341622528,557.6498566127049,2014.4108561752982,415.11804915531746,2743.5110824911985,521.9421827022182,4904.225721461814,640.0979416320112,3284.3927137026694,620.8893573919854,4184.0824207082715,728.985398827929,5898.261245756321,9464.79311163039,3136.687787633475,78836.32718965325,30514.520217562625,2210.3714185520816,13991.654400745412 -2409,2549.94313286733,4588.04259647922,544.92925710431,1838.2332132728552,1025.7560409888638,3271.964787444758,1141.8427512329506,3855.7988720120334,184.4218599588926,1410.161035992353,1410.8033246092434,7825.59064770012,789.1904538744094,4565.03738245193,896.2012422541379,5159.2310980722,655.5990797216856,5857.95529922296,214.81406167254102,1589.6033872038636,382.03567770428526,3056.481709174542,865.8503236397135,7015.078239366029,530.6911844199631,2042.4120856985758,391.78624936189505,2781.647137648462,490.4860903155927,4972.3966954414445,601.4021061544001,3330.047270189514,588.9047115217904,4242.243074403818,691.4322671008961,5980.249766829056,8762.239073380375,2940.7610298742825,74466.93340746335,28983.81127772029,2060.664987813494,13310.193146135494 -2410,2446.2700904487265,4638.727710716674,522.4908554038755,1858.5405793119835,976.140743237857,3308.1109010749637,1090.7907337676158,3898.3947290022334,175.45878687917207,1425.7393946713519,1342.0462104199837,7912.041666323749,750.7283541560481,4615.468353037378,852.4816787186905,5216.226257137175,625.1449999315671,5922.669417999202,205.12124984799755,1607.1640849477114,364.7818357684172,3090.247333912438,826.747486184254,7092.575349401536,508.29422826112744,2064.9750605853014,374.1920638259035,2812.3766045126513,466.68798003343323,5027.327853826022,572.1496892998887,3366.8350337632864,562.3322306193569,4289.108065372779,660.2335513266801,6046.314899448538,8352.15792438301,2793.243508581022,71088.33314735701,27739.642414325303,1950.5867299174747,12744.471224644672 -2411,2382.748083583715,4581.934391358003,507.73989655770515,1835.7859156963416,942.7340897068736,3267.6087180206314,1058.3779803688576,3850.6655259453514,169.28226349684033,1408.2836443420665,1294.5998064650823,7815.172193236007,724.1872704920667,4558.959804894251,822.338533935673,5152.362451769969,600.8295323722685,5850.156419459719,198.94460241051618,1587.4870983189535,353.7310924387343,3052.412519136243,801.7081692634367,7005.738845512033,494.7575337774226,2039.6929583803,362.1720963649889,2777.943843501925,450.3022068867231,4965.776787643918,551.9834974130724,3325.6138737329784,545.3991828057242,4236.595243040525,640.3524815888392,5972.2880726024305,7931.118674984603,2689.725008694915,68804.55312342677,26953.393336579655,1871.33038423234,12393.021621113417 -2412,2349.177086516267,4463.5391622776015,500.57180390041975,1788.3499911572685,929.4045232295923,3183.1751033785613,1042.3989708424508,3751.1659722380396,166.89379232764995,1371.894196034701,1276.3334834070608,7613.2314793169835,713.9692567311697,4441.1582293224055,810.6958370261723,5019.227605070044,587.99309825128,5698.990874456611,196.14296337932794,1546.467109245747,348.35846803018035,2973.5394824265422,789.5684212323064,6824.713543828036,487.05794609359884,1986.9881628868088,357.05823440639904,2706.162960226025,443.9487750563379,4837.463234869324,544.1953045836194,3239.681430624189,537.71859424181,4127.123430160189,631.3347123988232,5817.96669780851,7710.743103149191,2650.4615894736075,67760.87944875998,26553.563053147413,1844.9116023372953,12210.892182587411 -2413,2335.9413147176915,4345.3388769867115,496.41700232458777,1740.9921722898548,918.090297945323,3098.8805129938733,1033.7580381746366,3651.830249625993,164.50027620225427,1335.564664811887,1257.8604381716957,7411.623271093788,703.6356044782743,4323.55062005926,798.9975068464304,4886.311971692591,577.5258826585572,5548.074231241315,194.63571432716031,1505.5146616788813,345.2226874540403,2894.7963141987548,782.5044366966761,6643.986309545756,484.39244778698156,1934.3701485300132,352.89704652682985,2634.50026783931,437.61715049138064,4709.360956910598,536.3697567589162,3153.8904796703764,533.5865273680345,4017.831868208993,626.4832579776754,5663.899421037276,7544.104036669042,2609.771386176001,67028.20306068451,26354.407701897246,1809.6865598105687,12134.431554551891 -2414,2369.04685446106,4251.961299759711,501.9242342905152,1703.5797550718141,918.4161459670968,3032.288248820453,1041.3083169829677,3573.3555734712036,164.09210776164517,1306.864534359321,1254.4026066406707,7252.353892118696,701.7013252007947,4230.641253644231,796.7910550553091,4781.30935016901,575.6405496429226,5428.850910654608,196.26238341198476,1473.1624526643366,347.3067840301667,2832.58964308799,787.3042397066276,6501.212785482896,490.35777760615963,1892.8022057197113,354.1460614634118,2577.887133817111,436.60185971717186,4608.160859773712,534.9970146301736,3086.116098852661,538.0459797925237,3931.4921335692507,631.7190953543628,5542.187117217918,7440.870755733236,2596.565453635859,67308.02156541214,26625.25442162241,1787.6709082313646,12279.285666759706 -2415,2467.587068360711,4160.403183194132,520.7289511770551,1666.8963182299874,941.6593457056842,2966.9935338940427,1076.0235887110277,3496.4099751788044,167.96139164059173,1278.7236255088444,1283.5944164387624,7096.187874552412,718.030956143756,4139.542224810126,815.2806103584603,4678.352703116834,588.6671705998042,5311.9506546426455,202.80603639946557,1441.4406259466996,358.4751810281388,2771.5950680106116,812.6607337042918,6361.221201348648,509.40093481037127,1852.0442136381123,364.91466518876666,2522.3771058438388,446.9779786969387,4508.932644978826,547.5641098643154,3019.6623008066554,555.9851595877711,3846.834727335959,652.7814633624333,5422.846375773454,7535.483434742971,2648.680332829285,69362.62132294735,27604.944095701398,1809.6865598105687,12748.18440771484 -2416,2558.9466996722203,4135.905377243995,537.975617472658,1657.081091016445,961.0517897921607,2949.522911781682,1107.206234901873,3475.821977015537,170.83421795999104,1271.1940852546422,1305.1235777516765,7054.403214296713,730.0741717300107,4115.167254962146,828.9421356626926,4650.80504207518,600.7644457690403,5280.672162961888,208.9392119407226,1432.9529551157261,368.3214931015205,2755.2750155640715,835.0767486588982,6323.764263707116,527.1687012486083,1841.138775448839,373.79066161779764,2507.5245297469737,454.71228623040196,4482.382584295975,556.8767860040393,3001.881547878928,572.7990308246658,3824.1833143543518,672.5226080342543,5390.914894048862,7605.830096607875,2685.950498303333,71141.84998553897,28509.264332558676,1818.4928204422506,13189.250094435096 -2417,2637.338418114561,4123.883910791073,550.9629055270498,1652.2646015350776,974.5121537742339,2940.9497971908118,1132.1838762484492,3465.719115977438,172.61169770731908,1267.4992190386204,1318.2548340574958,7033.898811064314,737.4196761976876,4103.206066155487,837.2688802771085,4637.2869627931905,615.2441914364354,5265.323305223215,213.91915348372805,1428.787918852247,376.0661618047767,2747.2665039693866,852.7343588879481,6305.38354340084,542.1899894489064,1835.787301948983,380.0499346990745,2500.236132343085,459.5373300831171,4469.35404351679,562.6152043891908,2993.156247120834,586.4513542105043,3813.067902556906,688.5517834257569,5375.2456036182975,7758.846442747847,2706.689705602893,72578.93829922282,29275.26352472412,1814.0896901264098,13565.64074674285 -2418,2680.1191343382498,4100.2308591611,557.3014511211352,1642.7878313902584,975.4731796717545,2924.08161202874,1142.2428314816343,3445.841050794591,172.20100678860726,1260.2293188383696,1314.6936414377985,6993.555005240209,735.4275776742087,4079.6716148880228,834.9942459989393,4610.689223786298,616.5396443430652,5235.12338527371,216.06922479939155,1420.592927154139,378.8789010743425,2731.5092135447835,859.2046607818925,6269.2182279542585,549.9368202207056,1825.257914416753,381.57930957019454,2485.8957154921923,458.5329429416222,4443.719504758968,561.2237847628231,2975.9886253397094,592.3456942646122,3791.1975749922126,695.4723205295335,5344.415210586749,7625.2697867390625,2691.911133140643,72982.43359929587,29644.30071854036,1787.6709082313646,13757.316619222533 -2419,2626.7268926945303,4094.642499943146,542.4990872247545,1640.5488139212346,940.2355834528922,2920.0962709609025,1110.2302324485836,3441.144584117163,165.22328139367332,1258.51170478868,1260.951740952879,6984.023225464326,705.364850931263,4074.111276639179,800.8472925559674,4604.405141618754,597.8058456801934,5227.988238246109,210.50067318121057,1418.656747496917,367.6244947362761,2727.78633665888,833.825116532005,6260.673674079865,537.6417796596295,1822.7702015923924,368.41544132549274,2482.5075945024914,440.05116645021155,4437.662991916298,538.4241736042724,2971.9325382465195,577.0797183840481,3786.0304088879057,677.5485578119117,5337.131105610093,7310.413394175625,2575.142258110683,70731.04757049136,28941.855577737228,1690.8020412828669,13457.155861637875 -2420,2355.583193144922,3935.1793310482585,482.50618993136715,1576.6587154332076,823.9073032076077,2806.3750352603415,985.0213130826546,3307.1314633095662,143.71947343665215,1209.499791162595,1096.2447501646725,6712.035017657784,613.2292693451936,3915.4476827815224,696.2621314285911,4425.089600697017,525.7086428062094,5024.387662267254,187.35129962771887,1363.408090127412,325.3545953672847,2621.554485326843,738.1279696089074,6016.855840532874,481.04543072289937,1751.783610573242,323.6237177117428,2385.8279630498096,382.9029908748872,4264.841114746712,468.27440564632036,2856.1925730854105,513.6165770594788,3638.5859356421815,603.0365649124155,5129.280032184299,6268.062060212084,2230.398882216256,62411.98121913749,25823.666203653593,1439.8236132799416,12041.87305374452 -2421,2018.4500642958915,3688.3818045823173,417.8870127854624,1477.7774603961643,715.8404240105659,2630.371260394629,848.8682563839316,3099.7223985173214,126.02641999569651,1133.6451650811744,961.6480900713949,6291.085042941014,537.9371308762016,3669.8876404492535,610.6699630023822,4147.567008721197,453.16787056199126,4709.279672837141,160.63804474688632,1277.900997336938,281.0356930101653,2457.1418606289967,637.3819031971003,5639.504514551472,412.0460488045129,1641.9192751458943,282.82290597953056,2236.199092210747,335.68902392146293,3997.368618745023,410.6707342243578,2677.0644564615363,440.3831884399494,3410.3894715915726,517.0533371847348,4807.593644347682,5414.716560126396,1957.3301850176838,54025.83208365489,22176.231525775653,1281.3109219096727,10307.431117394985 -2422,1598.9131526104145,3401.491063552594,343.29030553670253,1362.832562293868,623.1804357932766,2425.7749902524283,703.8499773592827,2858.6189273982923,112.4508780207889,1045.467661041098,859.780974593483,5801.750113566818,480.95359979389673,3384.4354176462134,545.9848668540075,3824.95979622379,400.8166166261262,4342.981169418118,131.7334968581531,1178.502945965699,235.26122989606904,2266.0197679174385,533.1063773206004,5200.851003353122,330.1375237178235,1514.2070526822724,243.1443724455485,2062.2624314623117,299.1680077624169,3686.444179258859,366.6473853093476,2468.8362831351155,361.14245203960013,3145.12160764936,424.01689012616737,4433.648056208418,5243.691252070736,1778.2085211440212,45830.447766160316,18002.049552989563,1232.8764884354243,8265.22661679469 -2423,1299.2037429485722,3138.3183470118142,320.43277980131626,1257.3904661930728,576.2514560864701,2238.0932406979673,604.4298482283164,2637.4481247642943,113.93822981297917,964.5800269797109,858.6150202213722,5352.869810914055,480.3013756007209,3122.582293184812,537.948255248865,3529.023384390287,359.2303271526413,4006.9655424808266,108.39554663641117,1087.3223972162405,192.28094658025674,2090.698249525709,435.83462039008975,4798.462150551975,299.37620569149897,1397.0531410552342,244.65389780324304,1902.7055794325172,305.75185006054954,3401.2246943608952,338.59767641686733,2277.8228895416255,297.1623348357473,2901.7841471441116,348.89791650932256,4090.6175494872073,5433.446282876853,1735.6382844481373,41659.03772304225,15474.120074559543,1209.916275779715,6912.118337673541 -2424,1377.4083705176427,2974.6963982845223,336.0738037593886,1191.8341217943207,591.081568434736,2121.4061691569095,630.8775047539212,2499.939958248308,116.22551085312202,914.2898886742327,875.4150629939168,5073.788184099747,489.6991656041193,2959.7807723133824,548.4761344857799,3345.031316215328,365.1709565242327,3798.0550885212765,113.29045042769572,1030.6328616575709,200.21855917289162,1981.695884576387,453.897019586392,4548.285577893233,316.26072736944235,1324.2152284729445,252.79898392178714,1803.5045550821767,311.98117870441564,3223.895643890088,345.49043659165017,2159.0644403239726,310.58153040743935,2750.494340170334,364.65337683299504,3877.3457456300707,5473.4052128257235,1760.2321719530153,43107.83019499199,16201.23418945692,1214.8843432556641,7260.804799486953 -2425,1398.5498653189227,2894.8348523612626,346.0139057798375,1159.8370025234346,639.52064884807,2064.452869217557,661.5369834427222,2432.8241779971954,126.69636909062085,889.7439874610408,955.1652503055363,4937.5724115244175,534.3106897075647,2880.3196655573447,596.5974136762093,3255.227404720787,388.7040121084937,3696.088867347938,118.59778756849573,1002.9635056658962,210.8198990679909,1928.4933806222693,477.8142473998148,4426.177951124836,324.4800450768383,1288.6640793398906,268.44352417299467,1755.0859460666265,339.90278116541305,3137.3438565665806,376.4227008952034,2101.1001304025813,325.13139657316646,2676.6519372327252,381.73635605213997,3773.250811604681,6101.551202901172,1939.0274369892286,45632.40111529373,16738.302060025726,1362.962882916193,7452.689053379674 -2426,1570.2913501221153,2903.4123349777037,389.0792296212374,1163.2736343986296,733.8558277817356,2070.5699050766943,750.7849782752378,2440.0327091086015,145.53505688738022,892.3803256201261,1097.5137725170898,4952.202586884067,613.9391488222344,2888.8541392393095,687.5892773653064,3264.8727412945746,453.34192281125337,3707.0404896771493,134.7922682585824,1005.9353166580696,239.5165169010017,1934.2075644330373,542.8624735818516,4439.292849338141,365.4582549777846,1292.4824297131265,305.18022367687524,1760.2863184403623,390.37570695096485,3146.639900646452,432.32282360319033,2107.3257531973427,369.52795937164257,2684.582937318326,433.86230353847077,3784.4310670923514,7146.575774097285,2239.4232818029627,52100.07465258215,18939.170286590226,1592.4635398335042,8416.334092071189 -2427,2005.4890108160414,2928.689909782736,490.66833340304544,1173.401281773407,895.3185203808232,2088.5966197234884,936.707490871098,2461.276026355751,176.36408931854754,900.1495322752239,1329.1389926123902,4995.317259172114,743.508174771617,2914.0049680505435,832.5399909003181,3293.297248538262,554.3925614406653,3739.3145804613705,168.58555971261885,1014.6931513305752,297.85748407087675,1951.0470866081716,675.2532261350591,4477.942046949081,463.40372253667886,1303.7349896432731,376.5806695249506,1775.6116542724817,473.25086195954907,3174.0350537615886,524.0917691709201,2125.6724701700896,462.17100331467793,2707.9553481884127,542.6343827074971,3817.3789326918995,8417.24043884343,2692.540723278659,64451.413334423916,23937.686369009025,1875.8722535252334,10708.92799846137 -2428,2755.6971822121905,2983.3388600630833,659.9512171235717,1195.296788051601,1139.1980293707718,2127.5695449368095,1239.5672093831424,2507.203097959076,221.61331756395893,916.9461985490652,1668.1723188169105,5088.529191107684,933.1603111953837,2968.379899341065,1048.4338381844057,3354.749721533986,718.0810894590426,3809.0896754304968,223.9814464299299,1033.6271857572474,391.9902226378602,1987.4533564814394,889.0109890603064,4561.499828694623,629.9598229633062,1328.0625049564426,487.5816573518198,1808.7443231451452,595.0863187537846,3233.2621106315205,658.9897508616849,2165.3372256454295,614.0367537816173,2758.4854219562867,720.9397657107872,3888.6106977200384,10208.77665896684,3340.5976870185887,84156.24645103772,32287.41453105483,2261.006926297626,14583.905041445716 -2429,2827.0363995911403,3057.3521238167586,675.6218142754847,1224.9507497997186,1173.649852212804,2180.3521396301812,1274.0602818107686,2569.4039718381337,228.0770531129428,939.694596912269,1716.9272085942926,5214.7698465630165,960.4333498399915,3042.0220481938413,1084.6979915380036,3437.97726879364,764.9535182614625,3903.5888832084147,230.5770344972273,1059.2703074778562,402.87639529270757,2036.7598269734563,913.7632193602818,4674.665481598825,646.6672724062317,1361.0102340181788,500.4366735084044,1853.6172245925768,612.422139299831,3313.47568763493,678.1884974776062,2219.056793791958,632.1183116547202,2826.9203261600956,742.1692996376065,3985.082732143788,10632.914724015398,3449.926639980462,86934.13565435613,33359.396342629996,2347.0177323010635,15083.08962977565 -2430,2742.1673145032223,3265.421023336047,653.6760378848343,1308.315093896915,1143.103685907961,2328.7365755357937,1238.6829532369259,2744.265432078914,221.7722288287322,1003.645758814965,1669.552662060528,5569.662374240265,933.9324625590297,3249.0476554016027,1051.4697446388836,3671.949712241601,726.7812250446168,4169.248647020946,224.5368329087812,1131.3592256804575,391.6397813126465,2175.3720504338057,888.343109982025,4992.801065262909,628.1395283219304,1453.634141948394,485.1402775016551,1979.7656302821042,595.4744523438461,3538.9751433696656,659.421994318403,2370.075285073457,615.5593250302799,3019.307129338836,722.7274146626268,4256.2885811891865,10286.909728346007,3354.527397799243,84232.33187638459,32286.736836115666,2276.722079374851,14601.983899646331 -2431,2625.9455356566987,3542.3696878290502,621.7687344458342,1419.2766254732066,1074.2369128760902,2526.242649007373,1175.134975556025,2977.013565014039,207.41597693130626,1088.7675089787163,1560.9801302136345,6042.039609885946,873.197982995568,3524.6076529048705,980.8757621614849,3983.377109083631,672.0903811902829,4522.853231691646,213.59407667156154,1227.3126798828,370.9222130609856,2359.8708883593217,841.5072084612556,5416.2532257108605,599.8345745657778,1576.9205516937297,457.1435588427545,2147.674590075481,557.030659092315,3839.1246287272543,616.8432148221502,2571.087399670056,585.560168294644,3275.38224834763,687.5054431840231,4617.275244113558,9446.681989248913,3123.826776752881,79413.23094572849,30708.744473377177,2093.5218098466125,13927.529729590606 -2432,2463.7350462562986,3738.4820937543877,581.772651057131,1497.8505119457177,1001.7102962812601,2666.1003057477847,1099.930455154799,3141.8267675189054,192.97801940848075,1149.043774443829,1452.162709413294,6376.538555228125,812.3265147952437,3719.736718380147,914.0504506555634,4203.904534906615,631.0527071879794,4773.247094297733,200.0806047148432,1295.259072745595,346.97470506975696,2490.5178841202123,787.2242099445663,5716.107432019292,562.8676225146843,1664.2219094284428,426.17381710878595,2266.573990228868,518.2899174842402,4051.6659595131823,573.9404834848544,2713.4277481452677,548.5134906127132,3456.713715601195,644.0089863939578,4872.896491114899,8808.933926764508,2905.9138517758906,74240.23396341881,28774.854360846402,1947.185607062084,13062.037885605747 -2433,2368.94109129701,3847.8449797803537,558.8690760892567,1541.6675614095948,960.9288308161696,2744.092500590284,1056.4574176076637,3233.735524622096,185.00379743463924,1182.6570806445682,1392.100178390336,6563.073261498516,778.7280852395274,3828.551240578454,872.8185136370925,4326.882556730794,591.7804732173266,4912.880256863778,192.23035819851094,1333.1496568902735,333.1917685885908,2563.3737161600925,755.9695553721238,5883.322357735925,541.0731633903396,1712.9058689709532,408.9206216252344,2332.878727484914,496.88499642221143,4170.1905027457915,550.2364987634799,2792.804426197534,526.9923335521346,3557.8339506653792,618.7410234690597,5015.444725989269,8324.620498707956,2779.9166504088075,71059.52896527051,27601.823627588292,1848.2196854680583,12537.632341695158 -2434,2269.7829396763395,3869.5485998183653,535.0077025441582,1550.363277363222,911.969366407819,2759.5704476736328,1007.4793985397592,3251.975284149473,175.46414509117315,1189.3278119366169,1320.1133011860268,6600.092021115315,738.4592856819384,3850.1460350304683,827.4844688917073,4351.288169600818,560.7793380985877,4940.591166982956,183.26933872447617,1340.6692357088057,317.58411075110456,2577.8323259646227,720.5650962778891,5916.5070088028,517.5469457421281,1722.5674479421382,389.64030269046816,2346.037239265444,471.3059925561328,4193.712300176125,521.9083397606059,2808.557131003778,502.42603399423103,3577.901774766751,589.8977626404826,5043.734147009742,7850.884281998383,2630.538174582914,67649.79586697412,26362.13870650448,1742.1117876019987,11981.105557379342 -2435,2143.992428267305,3788.84230587809,498.41340266252087,1518.027703549016,823.3546298428795,2702.014715279084,932.1885544375768,3184.1495762151167,156.8987564347463,1164.5222726067823,1179.487966752917,6462.435404859351,659.7947620225221,3769.844415965459,738.6466720925272,4260.534343159375,501.57240838220105,4837.5463821261455,170.06379323689987,1312.7072027680958,292.8424868848395,2524.0670641876263,664.6090073084655,5793.107769476913,486.4147518578701,1686.6402509579489,354.9690676790508,2297.1064748254066,421.63692805980406,4106.24499775877,466.8939930867975,2749.9796945106723,466.2235252045418,3503.2782922403103,547.3924434649733,4938.538132507099,6774.299184095186,2329.566047938458,61893.92497083525,24609.251624576766,1501.7777306993933,11250.601813665768 -2436,2109.594412921419,3643.1550912385756,490.0267815483106,1459.6570430618888,808.1149259237737,2598.1178079907354,915.1644851442846,3061.7137910058236,153.91046583519073,1119.7444770203701,1156.9706398431438,6213.944140796688,647.1987756550501,3624.887701421212,726.0827791595804,4096.709794334023,497.428882799172,4651.53477192848,167.1842186862627,1262.231453035305,287.40285363980865,2427.012536588434,652.3106287527837,5570.353253214188,477.7100883419781,1621.7861608630042,348.5680603865093,2208.7789549577915,413.61750637045697,3948.353127879992,458.013097612308,2644.2384549275607,458.3292793304821,3368.5714833262136,538.1238195009231,4748.6432235002585,6693.628629501072,2285.897919719165,60859.984629129,24192.308255755826,1479.0069157341502,11059.345061640577 -2437,2121.776855442914,3528.7886773631885,493.63255794234095,1413.8352931439665,818.4158486332742,2516.557344852543,924.0091452198051,2965.6000605109994,155.97939167976776,1084.5933080235945,1172.6641997730196,6018.875171837894,655.977609293959,3511.0947399001598,732.8392202092456,3968.105330309718,490.72738816636235,4505.513167698266,168.71321112697686,1222.6073137524263,290.3134297956991,2350.82343310839,658.8891253024626,5395.487975828311,481.39334284568093,1570.8748319062192,352.27662613683765,2139.4406693795986,419.14795601316763,3824.405896252314,464.1390179289585,2561.2301662470354,462.520954890299,3262.8248349451433,543.0452604039617,4599.573177717292,6731.390276629274,2316.3217260202623,61291.538963761144,24315.010516721453,1494.515318850117,11109.372449647155 -2438,2177.3720357190155,3443.0788492703437,507.31513469016414,1379.4950163503117,839.8804429505229,2455.433339667208,948.2251579856347,2893.569373887832,160.078640549235,1058.2499039604147,1203.4835924876866,5872.684282142568,673.2176952083851,3425.8146752408607,748.631564906537,3871.72505458029,490.0235278073897,4396.0799331295075,173.1284966138207,1192.9117234896855,297.92477263987075,2293.724895692171,676.1623249639244,5264.43837519572,494.00099832124437,1532.720262701847,361.7548115297364,2087.47635279593,430.16326268183025,3731.5158986087085,476.33671275442197,2499.021114550781,474.62529482815546,3183.574933273734,557.2569504129699,4487.8553440902615,6802.03722868496,2372.3711266367795,62694.796754611205,24900.67756472796,1518.562777578049,11379.661057162897 -2439,2280.997693384969,3403.375509679285,530.5594008783471,1363.587579577571,871.8874353721609,2427.118883915295,988.9708513080202,2860.202619157222,166.12058624866583,1046.0468562962437,1248.7141574699904,5804.964317374875,698.5192588528195,3386.310414844401,775.1994697576881,3827.078846527928,502.3433306168207,4345.387206620654,180.47803697723825,1179.1558435539407,310.5942296623231,2267.2751562441676,704.9144343207267,5203.732305507281,516.6514718211865,1515.0459323271466,376.97832107956555,2063.4049370219564,446.4396647457597,3688.486491093603,494.35766517623534,2470.2040330084105,494.77378470743525,3146.8640235842468,580.9132665594137,4436.104323401402,6976.50734759015,2454.010173947475,65206.64880151245,25983.266417941253,1559.895097491173,11880.259059312075 -2440,2387.7861201160736,3420.7254123985294,555.3489998068289,1370.538946474217,908.6600951935019,2439.4919753958584,1033.1594327841742,2874.783507178122,172.94524713290886,1051.3794477616566,1299.9068955429696,5834.5571630390405,727.15600749819,3403.573322245486,808.6088866768603,3846.588725910117,529.5396206778375,4367.539345019107,188.61605447623498,1185.167004860798,324.35644764913184,2278.8333881485582,736.1724175273575,5230.2601596981485,540.5515637121059,1522.7694114044054,393.43077487846006,2073.9238688371274,464.8031082117141,3707.2898472380302,514.6907047387983,2482.796766178022,517.0838551483153,3162.9062688565064,607.1074916731104,4458.718924183638,7291.952578011985,2554.6934690389844,68145.65952783223,27189.1727322168,1625.7746904387648,12436.078767573 -2441,2437.7680368795964,3480.8977427347104,561.3263378810591,1394.6474358393496,901.4897686143772,2482.403901756255,1041.1172132570014,2925.352436859512,170.39958749401194,1069.8737563694401,1280.0723058822398,5937.190043102204,716.0607197683435,3463.4439384391335,799.9609622373773,3914.252212328514,539.077694351693,4444.366622435824,190.54889704697928,1206.0147058371888,326.1052011928075,2318.9192468134447,740.2952813578379,5322.263142729999,550.003975713414,1549.5557134316734,392.3079331625477,2110.4052630102588,458.10825779881895,3772.5029942890706,507.2680540519937,2526.4704462198565,522.3826707271406,3218.5434270283354,613.3288242536382,4537.150097586135,7129.419787161632,2506.507321885717,68443.03521972468,27630.52014792363,1578.5770380162958,12682.727297445072 -2442,2499.3604530416046,3491.3596651746943,574.8854931574992,1398.8390824728442,920.9499601097513,2489.864826783166,1065.6909979873406,2934.1446544326714,173.9240558186799,1073.0892878463624,1306.456802121917,5955.034411518951,730.8199652275968,3473.8534030477417,815.0794389297781,3926.01659211858,546.8130981536796,4457.724273919791,195.10806802515535,1209.6394122337738,333.7061847898003,2325.8888147518837,757.5701453363937,5338.259333460003,563.664447572265,1554.212940643875,401.0626739279309,2116.7481371221543,467.60282566944437,3783.841343372503,517.7802762980515,2534.063814313025,534.8814673551478,3228.2168372207407,628.0036453570457,4550.786612050999,7179.864660559277,2554.298259147016,69956.10937504433,28337.779531292264,1595.1894561269175,13022.79750948439 -2443,2460.3397470128484,3518.4567132474463,563.0889403702835,1409.6957152746425,896.8376280998367,2509.1890996671573,1043.5713239372972,2956.9170601365654,168.77921317962063,1081.417719978167,1267.531254765114,6001.252466717726,709.0453706757064,3500.8145819829883,795.4333229094888,3956.4870880093936,550.4689931801956,4492.321445374319,191.44673483443162,1219.0276335708481,326.43492402366365,2343.9404413585207,741.1622174869848,5379.690490274477,553.9299031213645,1566.275456914542,390.7134228759628,2133.17658664617,453.82919270670146,3813.2083924920044,502.5249435944482,2553.731123207259,524.844059423468,3253.271588153443,616.2187375676622,4586.106056457025,7037.145371960996,2479.4507286055714,68615.27566453871,27902.61305111763,1551.8558561857421,12841.319007799417 -2444,2249.123060535762,3387.780088459342,514.6123875898276,1357.3391586750538,822.6054114045428,2415.9970017609794,955.6035377490075,2847.0962003993504,154.64273706126187,1041.2535147171727,1161.42554266132,5778.364001471229,649.6908074753017,3370.7931916785224,728.3413237150677,3809.541872872276,504.10977858972115,4325.475168216938,175.49971415405426,1173.7525514364881,298.90358188526045,2256.8857322788785,678.686506301788,5179.8870386569415,506.8315969283838,1508.103477868329,357.32474865975615,2053.9497155664785,415.8053286074407,3671.584594629614,460.4219088023798,2458.884720083814,481.12589898141306,3132.4440250180864,564.8893014186148,4415.776588391764,6414.40798623981,2273.749775282478,62828.931984204115,25574.62666838485,1418.2680190305418,11779.940370179243 -2445,1903.2718930702847,3229.031709257228,437.93630420788435,1293.7354459661758,693.8024736632455,2302.785518674088,806.778722851967,2713.683790076272,131.1091787391304,992.4612957762357,984.6643188061454,5507.594974048743,550.8121983535809,3212.8408034384,617.1709912942703,3631.030109407699,425.1583000066657,4122.787226761535,147.60273879713174,1118.7515448010115,252.5311890874104,2151.13006258115,573.2815024321308,4937.16211249127,427.89601358667994,1437.435082479789,304.24743782979385,1957.703448159817,352.531204560854,3499.5373872307514,390.3581680959468,2343.663556441027,404.64738497266745,2985.660467960488,475.0959761301689,4208.857202238625,5437.7303417414205,1923.1659146048603,53141.492972067455,21594.4898535865,1202.1018564331112,9928.600969913872 -2446,1519.598367345937,2996.07512251193,363.35838583945326,1200.399665837521,613.0913461501677,2136.6524166364447,675.0313673286278,2517.906674778872,119.11433411869682,920.8607613875441,896.2781862591227,5110.2527854751015,501.3698056087889,2981.052300036804,564.3338277083848,3369.0715853609963,390.9486118568732,3825.351175740404,121.92152322211818,1038.0398749385859,213.19011436705682,1995.9380539094927,483.5205032512592,4580.973466019682,345.644638632768,1333.732176892818,265.2885334310025,1816.46608841654,319.9232122147952,3247.065328012614,354.2736850108357,2174.5813324967357,334.24329349011504,2770.261755769942,392.43462254519426,3905.2116836390524,5448.867746022488,1786.9887306738042,45741.86982980279,17687.564080513042,1202.3086063943704,8000.192516147884 -2447,1401.3366564371374,2762.9235919771204,343.53778874336166,1106.9857800372067,692.7048121928387,1970.3802903414194,703.1039255225882,2321.965728386207,139.17489639373645,849.2003099143013,1097.3584789044814,4712.5780912056325,613.852278998156,2749.0698303265076,676.2001802591907,3106.8938479918206,405.1281626470183,3527.666222931462,114.98384301181714,957.2606635698195,177.53616379298794,1840.6161767559217,404.9156904394831,4224.486752146376,320.07531326743884,1229.9424901691514,272.089165037572,1675.110537784078,363.29923171499325,2994.3819939786085,419.56108435398704,2005.3576163974674,315.2239028083921,2554.6827926502547,370.1039803196316,3601.3120670167923,6532.589236311468,2121.938653360438,47231.75240233156,16853.532480218673,1432.4938243745062,7346.872162697904 -2448,1425.5695259775878,2618.535998398913,342.32342189732947,1049.135822344207,661.1767243193947,1867.4102084388853,692.8411619465971,2200.622146947227,131.42339746237909,804.8219602666902,1034.981153503561,4466.3035246145055,578.95897467577,2605.406220325894,642.30992915298,2944.5307165910476,399.5888446708045,3343.3139526206814,113.89280180045411,907.235189090079,181.98852337389854,1744.4274362367778,414.40289715895244,4003.71934547012,323.15654019293316,1165.6669391149032,262.9990855363553,1587.570954630038,343.32860019600594,2837.898618318155,396.3535108572226,1900.5596547976093,312.2328541552756,2421.1776527117054,366.5921939291149,3413.1111393506676,6156.894284781315,1995.2042443642915,46230.08143736077,16818.194054709755,1350.0127844382046,7415.844442662186 -2449,1469.6982558113548,2541.7285550362612,358.7018007818621,1018.3623518615777,730.8798588382616,1812.6349432115956,740.5709494230556,2136.0730397294556,146.53205126419354,781.2147548786418,1155.4750131270844,4335.296979271233,646.3621357731583,2528.983902348696,721.1777497896942,2858.1611282476224,458.3348664569679,3245.247171328964,121.29797743225232,880.6239775408593,208.19012230208557,1693.2595273018098,472.55589848369567,3886.281415628722,336.7788900145942,1131.4753536409871,285.31620645028767,1541.0039926877562,382.48172478163445,2754.656784893411,441.72653647800934,1844.8120431044858,332.5338660408945,2350.1591654557433,390.42758596774064,3312.997052438591,7236.011014602332,2263.20327591268,50511.87031583809,17855.357486838755,1591.5424990945678,7801.056435724567 -2450,1684.8512423161737,2522.039333146034,413.87547440768094,1010.4737194304208,867.2774800206905,1798.5935651375455,864.163601695206,2119.526183862557,174.48495946231694,775.1631603359249,1376.7278362586403,4301.714076008108,770.128937893893,2509.3934055147624,865.2197155042037,2836.0206960836194,566.5308473837451,3220.108219524562,141.45839191205525,873.8023203417454,262.08945152171714,1680.1428778135205,593.0099689744338,3856.1767622547154,387.9151366881592,1122.7105037292927,335.02420970264933,1529.0667740238525,455.2710565604446,2733.3181377897617,525.8858255100016,1830.521408650041,387.8028879147344,2331.9539148618815,455.3188737211145,3287.333283599907,8944.117978774848,2726.64632445478,59985.795847570786,20903.312941631408,1971.2976876463226,9097.828119521888 -2451,2170.970382697688,2536.725020883692,528.8678500994887,1016.3576488821294,1082.0800158784168,1809.0666704208097,1094.6165106939402,2131.8680610406454,216.82418118209426,779.6768901452967,1709.8249185248637,4326.762705831871,956.4603938469987,2524.005456754407,1072.2827694170587,2852.5346789596383,700.2127723821218,3238.858721617016,179.53365344536786,878.8904202188289,330.54000336595254,1689.9262516625877,748.0776645129505,3878.6310543220184,497.2830094103493,1129.2479814208043,421.4961093817973,1537.970440544125,565.9468525954028,2749.2340896671603,653.6168580637996,1841.1804279013384,492.18479259457314,2345.5327463107756,577.8735342375638,3306.4752333142037,10845.919779468762,3364.754365466705,75432.43165273045,26768.559698962665,2386.9197370802767,11698.962416851298 -2452,2619.1710880475166,2571.6197764148415,601.4322538212647,1030.3384908724845,1073.1722215487548,1833.9518821344125,1198.6161424269933,2161.193673474887,207.3729538983169,790.4019920979825,1628.6318356021607,4386.280913606989,911.0417271586579,2558.725244136821,1013.8177238097076,2891.7736581343484,655.9034038965896,3283.4119082495126,200.15820032170726,890.9802865227144,335.3885848223808,1713.1725881523403,762.0724141342,3931.9848397429314,585.2275771343727,1144.781723517926,434.4684326295397,1559.1264988851374,542.6735407262053,2787.0520836030646,625.9748628717716,1866.5073909704265,548.726216065227,2377.7974936125174,644.2587470751411,3351.958541117154,9022.147402769135,3086.2587048777605,78346.53533756707,30379.509778744436,1968.1549585220364,13671.470775299229 -2453,2653.0507546804274,2583.3813199161323,605.1316074687226,1035.050840300107,1076.0232903586982,1842.3396325471383,1208.131222293428,2171.0780948183587,207.006611971006,794.016969513706,1625.3213498942084,4406.341979495272,909.1898717846092,2570.427813289062,1022.0644037217374,2904.9994553489937,698.9724249278308,3298.428899620364,202.38988180231996,895.0552681723495,381.9125743080628,1721.0079431708273,863.4964053250757,3949.9681400594054,592.1647403050553,1150.017489770824,435.0928346660809,1566.2573097106076,541.8056572566661,2799.798926904822,624.9242292779253,1875.044037046848,554.8442873326107,2388.67257278047,651.4419667097072,3367.289036922733,9203.61126460437,3103.9425514578165,80155.88029365602,31407.545476148916,2009.8927575809244,14164.077831047152 -2454,2541.963986874732,2703.3360930094723,575.6284378890799,1083.1116076870528,1020.708557089318,1927.8854367531678,1152.580634921662,2271.8882919906105,195.34396095910728,830.8857525601709,1533.3301744859668,4610.9427282299475,857.730851092991,2689.7811130589585,958.5698592027411,3039.8880015408417,635.3553438643871,3451.585650878177,193.71793181212146,936.6155871124503,340.3493548385889,1800.9199235367744,771.7655191157771,4133.3779713196745,567.2804894908886,1203.4165315519695,411.72377508303924,1638.9837162785009,511.3688731146483,2929.802671375169,589.7699799468685,1962.1084128205634,531.07046094738,2499.586387265847,623.5291476175901,3523.643187682355,8458.747243421969,2909.0817421213837,75392.6069655376,29642.883481995686,1844.3506395987308,13406.120254874348 -2455,2472.880318905677,2965.7290343922073,559.3146261905398,1188.2412811012098,990.8942453921419,2115.0110892781017,1119.7596464938713,2492.4037702435494,189.3961695307151,911.5337182833538,1486.55497215444,5058.493008099404,831.5652314675132,2950.858372285562,923.862703870904,3334.9475600844535,594.8825328900033,3786.605670664224,188.44816525810555,1027.5259698365462,311.38268829208573,1975.7219680008511,707.9654694327604,4534.574554513953,551.5098382678045,1320.2233186322262,399.5782070249717,1798.067804751556,495.8174039605502,3214.1770570096646,571.8240866404396,2152.5558377941456,516.6235931393933,2742.202844054534,606.567098638273,3865.657302312818,8018.860026426368,2804.6182006712206,72553.42977015841,28557.557359697566,1745.955882440515,12921.931863615286 -2456,2326.661019387327,3183.610045820826,525.3164091614135,1275.5369204348374,929.2075289803927,2270.3930375177183,1052.5415422925844,2675.511346172332,177.28977077625876,978.5006886935715,1391.4026655258363,5430.121555457631,778.3379029338045,3167.646891830116,866.1849660925317,3579.953674610192,561.9668680841025,4064.7934160172804,177.243920428082,1103.0144568092076,295.5140505376248,2120.8708658596156,671.6174355595826,4867.712774114807,519.2219615209194,1417.215184254295,374.39553028269324,1930.1651161961915,464.15151701124626,3450.310614718671,535.2890829612827,2310.6960581771864,485.9075752117457,2943.6622229379063,570.5034613528048,4149.652675152723,7540.592758592032,2628.1085144193644,68203.4862565749,26862.519023753335,1642.3364324302836,12167.588054090338 -2457,2250.432307868428,3337.744778449392,508.72972789552955,1337.2921415075857,902.9247676170428,2380.3142963285864,1020.2557811652166,2805.0464399971293,172.44617691703007,1025.8748770702655,1353.5446057816898,5693.021320832407,757.1604511720128,3321.0087670933467,841.0123058069356,3753.2774154317303,539.9244691491547,4261.590711336356,171.73660755942905,1156.4169891353347,280.3352943517175,2223.552996881948,637.7245644769818,5103.383473777208,502.4867415328885,1485.8297696960428,363.428349519635,2023.614213237591,451.4382515705649,3617.357676523016,520.6450829807486,2422.5685909267786,470.80948307139835,3086.1798627088165,552.7768107194242,4350.558438226845,7313.784812664117,2554.488340380005,65972.46569468854,25921.14786603391,1592.7119386820593,11733.683170777646 -2458,2160.1753394851307,3503.3811379307663,488.27497460551956,1403.655574479615,859.7527085315164,2498.43794586913,975.4847940146499,2944.247520767948,164.15140848065496,1076.7841559996932,1288.198176358738,5975.53882550231,720.6062572629112,3485.8145981259454,800.304782381783,3939.534678488429,513.6809859111667,4473.073139706245,164.1405589579375,1213.8044506810834,266.1220937173601,2333.8973305456275,605.5780750256696,5356.640063403742,481.645947594564,1559.5644169496397,347.4208920365506,2124.036538347528,429.7740923814736,3796.869890982872,495.6323141661289,2542.789119646008,449.9852000820194,3239.332254846269,528.3270467484595,4566.455910697356,6930.158829297232,2426.2914366061277,62967.224555654466,24782.83416888448,1508.73833649593,11225.924707906988 -2459,2100.4845916069903,3455.165294885387,473.41299282969544,1384.3375402137647,826.5321952028314,2464.0527941788414,943.9809360199758,2903.726843525294,157.50999330483705,1061.964741892184,1235.7309717263033,5893.299517023256,691.256583700963,3437.8405173932388,766.647090512904,3885.3162026071504,489.42788037249176,4411.51175544819,158.83925888163395,1197.0992728606684,253.9065003153318,2301.776695381141,578.1557339331429,5282.918448090081,467.990785124728,1538.1006623119654,334.95256338693434,2094.804145889052,412.45871403363924,3744.6148620494564,475.623801558654,2507.793577835572,435.4518843026965,3194.750426771533,511.26349931678186,4503.609331123124,6559.440278791193,2319.0902360279943,60650.692124277695,23987.673231871606,1426.6970068259764,10880.518616019945 -2460,2100.0077314399996,3308.3734092772247,475.7188379451024,1325.524285129572,840.5570824401775,2359.3680902571523,950.1855015020658,2780.36269093813,160.8447019595407,1016.8474193888305,1262.4397267777033,5642.924071935842,706.1972165686045,3291.7846708856023,782.0546512563577,3720.2494567675517,493.83198824329827,4224.089715199231,159.7726324815587,1146.240791564998,251.27442495547336,2203.986253382872,572.5956700690203,5058.474899280063,468.0212589583039,1472.7548171189278,339.53180184041366,2005.8068840185313,421.07653069895986,3585.525779599402,485.62380175183927,2401.2505569990726,438.010693099132,3059.022205639111,514.2677934454961,4312.274547014045,6755.288870854131,2373.5830760232475,61194.69440760623,24006.101889948168,1470.2677675784164,10861.431744419888 -2461,2076.9904124688187,3190.822928213839,468.3138848548592,1278.426815133819,820.0829974491004,2275.536908070278,934.4834534898324,2681.5730649140623,156.26721386601753,980.7176091981081,1226.0768872222577,5442.424201697454,685.8561772810252,3174.823607622729,759.5901642712591,3588.0645250145294,479.6434889885769,4074.0027338795962,157.38328338950774,1105.513479440827,243.5111911343557,2125.67597449605,555.3328057349404,4878.741210153557,462.70264794525764,1420.4260694765721,331.8636449923266,1934.5381561671186,409.18422771206275,3458.1277419186554,471.8588193763577,2315.931240461998,431.46038197506743,2950.3314723476065,506.5770815491275,4159.054252697378,6514.146415873088,2299.936666245947,59855.80964175018,23572.414938108515,1417.127041654641,10693.782903657295 -2462,2159.13750433709,3129.2860039573793,489.86636220957115,1253.7715911178766,866.0791414461081,2231.651820898397,978.5547021416213,2629.8573281601734,165.66617987155604,961.8038848730847,1300.34045923259,5337.463803265424,727.3985390538128,3113.595239811274,802.8079917374607,3518.8665595145417,496.66109346122545,3995.4331600437654,164.5202151023649,1084.1929922877127,245.4423022374559,2084.6810448558886,560.7257311497625,4784.651774584612,481.83229881791834,1393.0323051042535,349.65761416732084,1897.2294334126639,433.68659061457066,3391.435684818911,500.17348151687224,2271.267124485103,451.02601319486075,2893.4325693279598,529.5490640904171,4078.8444095676573,6903.639911721891,2438.9343627911635,62578.055289727134,24469.71291902572,1501.954874179003,11073.266779929585 -2463,2275.8284184983236,3092.1169147205164,516.68042012046,1238.8795205004994,911.5279611391564,2205.1446670071646,1030.5001540859928,2598.6203617764727,174.60445397455425,950.3797534961511,1370.4712581968245,5274.066380290596,766.6290654494668,3076.6125226132735,843.7492932171583,3477.0701033907476,513.9235492738748,3947.9761326331095,173.0500552627731,1071.3151453829043,249.33777250827077,2059.9195830755802,570.6191340560329,4727.820552206106,507.4947671736775,1376.486121088867,368.86173181306077,1874.6944877336373,457.0911984895207,3351.152829416528,527.1630616381412,2244.2894272327653,474.4102507996109,2859.0649042330497,557.0044674946403,4030.396638526349,7206.568161797756,2562.2456769759747,65633.12256346548,25640.149606384708,1566.9461506470916,11598.146639249231 -2464,2362.126850958759,3172.823214963941,534.6085343230571,1271.215096840109,932.218373477796,2262.7004038968066,1062.291770229896,2666.446075008006,177.9443344164885,975.1852947632946,1396.1656987117487,5411.72300729752,781.0023000586483,3156.914147949827,861.9387670969086,3567.823936920051,533.62935356983,4051.0209255377017,178.66836239792056,1099.2771805074447,263.8598951902392,2113.6848490516354,603.1044505518335,4851.2198011694545,525.8790131529208,1412.413320878965,378.5196449941746,1923.62525599516,465.94356845964023,3438.6201386650655,537.3130543756823,2302.8668683007604,489.81262956803863,2933.688392587573,575.0883806680988,4135.592661244784,7342.455344950825,2609.368860058658,67683.53147749262,26591.864791747717,1596.3857754822411,12056.938163386096 -2465,2438.1405325459536,3270.0996490717152,548.8081341828639,1310.18961991513,948.6537875941287,2332.07313973258,1089.3551862672061,2748.197357176558,180.46306721494759,1005.0837610949555,1415.4098586537298,5577.6424679362635,791.7673068133994,3253.7028217242123,877.0547901275672,3677.2108036295117,555.5380871644276,4175.222257737283,183.4954057629337,1132.9802130973103,282.6030342229408,2178.488877203487,644.6248459674257,4999.954644354266,541.9614191555615,1455.7168780054487,386.06088850376676,1982.6021963365995,472.64734939039914,3544.0457116257444,544.9844990635266,2373.4710784933477,503.04578832051146,3023.6331283258764,590.625415400737,4262.3869008705,7458.399092692142,2646.839243732198,69591.10292378008,27530.591684104988,1621.5794388206957,12508.738273736322 -2466,2518.1278393040843,3310.2578554039164,567.7818968548253,1326.2793024132752,985.4992919547549,2360.711983920019,1128.0982582838324,2781.9463826970605,187.7369300837819,1017.4266146439763,1472.6827691828166,5646.1382757439,823.8052482236081,3293.6596680837897,911.5701467598348,3722.3685070716906,575.319549452486,4226.495752401769,189.9045587092237,1146.89368915324,294.96270257163155,2205.2416417096015,672.5461699309283,5061.356201434223,560.0960274296996,1473.5936967638022,400.5957146349125,2006.9493895781761,491.651573661557,3587.568091434146,566.9226628699,2402.618306872368,520.6162412859582,3060.764621573998,611.2548617104715,4314.730814207031,7732.079101501915,2754.430334454458,72184.72500840129,28581.316111817046,1680.5500859005424,12970.304348883208 -2467,2474.5410185864243,3397.9820942508427,554.9758055270695,1361.4266677802068,956.4751285663303,2423.2725671048393,1101.8754250324655,2855.669983575059,181.5171467033083,1044.3891593311052,1423.4193684814843,5795.765043294819,796.2477532271671,3380.9440429042565,884.0746898906357,3821.013977682858,569.7295637860868,4338.500961380865,185.93268207690394,1177.2872054030595,300.15481581801714,2263.682147840178,683.1562942744695,5195.485819034605,549.4271621627314,1512.6450006394816,389.0996347083823,2060.135006921441,475.4620925959384,3682.6412530668003,548.2005843950244,2466.289438070198,509.72749012998383,3141.8771084090804,598.4703929324623,4429.074316447433,7481.750374510545,2664.2977622606436,70705.89296625166,28189.201497183472,1626.0161085495624,12818.491883040406 -2468,2277.039992450723,3397.657185833941,511.7958603223024,1361.296490818973,890.3545846742652,2423.0408585108385,1019.4791542884967,2855.3969299838923,169.14464218314643,1044.2892968777505,1326.7718416641796,5795.210863551454,742.1840122192463,3380.6207636325757,822.9597006590251,3820.6486197827826,527.8447870618634,4338.086122385253,172.05361461827297,1177.1746354978814,279.55260315554665,2263.465698970636,636.0778132153904,5194.989036819256,506.4692507415788,1512.500364476353,360.61793405113264,2059.938020832304,442.9752431928501,3682.2891260966276,510.78656311081494,2466.05361628694,471.678546060503,3141.576688251152,553.7971764612049,4428.650817004358,6965.09545869976,2487.1045706588993,65542.5663080636,26117.804892036685,1513.4902154740562,11859.229652247881 -2469,1930.4704356453371,3353.2102413450943,436.56319155047476,1343.4884936459323,754.2503405483704,2391.343498641377,863.3251218895442,2818.0436415562763,144.06646513633171,1030.6282752178417,1130.1022932555084,5719.399973439476,632.168868744231,3336.396683567789,700.131938490613,3770.668251597641,445.3319576932675,4281.336820580053,145.118694952425,1161.7752550377804,232.99536560525016,2233.8558446586676,530.4328995884541,5127.030035451377,428.5172769093544,1492.714371934336,308.0748390811531,2032.9906433146027,377.28846920474007,3634.118727663882,435.0493672718014,2433.7935787979836,397.837471727768,3100.479697874272,467.1004657164149,4370.716780031888,5924.645902314043,2113.141682918577,55535.96385133061,22058.304470654937,1287.426594360181,9997.327825945493 -2470,1535.0629928304315,3122.7229257918707,359.2579632259003,1251.1420452905556,656.62539974645,2226.9713585436516,716.3755376155318,2624.3417060064226,128.526550363857,959.78668540064,1010.4405514914164,5326.269495010409,565.231186753467,3107.065070018933,624.3082337225898,3511.4864107346343,386.8319142093499,3987.05350407711,118.79972386866599,1081.919105098788,186.8841904830014,2080.30882556042,425.8602684249095,4774.616883701636,344.061790020308,1390.1106865964164,265.1955169501223,1893.2503579770391,336.1228368802352,3384.3227978969057,387.8370974487427,2266.503576617029,325.6849973834282,2887.364148577951,382.3863380540143,4070.2898144775677,5607.286193226844,1914.8401377316145,46891.52877058213,17834.7539031959,1223.6378610871254,7957.80879250131 -2471,1560.7032773598503,2912.5096634974084,364.1674406290612,1166.9185463813144,792.3660799003617,2077.0576692921213,801.5529322710609,2447.678119609262,155.51369868455998,895.1764413798085,1247.7789280398129,4967.719436931948,697.9961000782376,2897.90585223011,782.4757184499073,3275.1026420030503,522.1206695032622,3718.6558447420025,130.2357772667678,1009.0872368779311,239.252914944836,1940.2680613962011,541.5247096027465,4453.202587531052,325.0595275244977,1296.5321945802777,299.7561952891476,1765.801863970934,401.425703466761,3156.4993396811806,497.1179065978168,2113.9286853554504,357.0365098259575,2692.9946026629127,419.1961086350023,3796.288911829992,7725.951779045841,2413.727896841232,54559.786330724055,19642.918664982066,1673.5049309872077,8594.245520330694 -2472,1671.516720589483,2808.540199203034,387.5592261426596,1125.262411240205,831.6676979861286,2002.911795755171,850.153301678193,2360.302003385412,162.753191597229,863.2208340815166,1305.3213090856336,4790.384015492572,730.1847808265932,2794.4577082434917,818.5810466576935,3158.1894961118005,547.4982886374884,3585.908935463528,138.2419602920653,973.0652930679643,253.4866753878164,1871.0052419593696,573.7847333042733,4294.234157924556,347.69371784984605,1250.2491695313408,316.1143867680035,1702.7670606368886,420.2269752450965,3043.820041306557,520.2493079558997,2038.4666068162855,378.9851609905669,2596.861288601978,444.9659918395978,3660.7706921253825,8005.797071306501,2517.6789299959,57604.29570272323,20918.575278288907,1733.0795401809273,9179.917623216641 -2473,1689.2352154650355,2773.970352088786,395.4981396729824,1111.4117462110833,884.6488412078389,1978.258292635569,882.6774951076942,2331.249444542337,174.00037875827064,852.5955945821855,1396.9558056915614,4731.419987460818,781.4442786641214,2760.061200132758,876.1050931308245,3119.315874837165,582.4386204966792,3541.7705878266434,143.2612551713898,961.0879966692567,263.8466907175251,1847.9753543391585,597.1294345059094,4241.377154718991,353.9044631352852,1234.8600635973478,331.0906796380163,1681.8079883850128,448.96764930527394,3006.354174340825,556.2290936175533,2013.375465530455,392.7453700752835,2564.8969614581633,461.12183569189466,3615.710883765508,8768.588198608839,2716.0039820289035,60332.394785613484,21464.218641520107,1900.9716206359537,9358.279876151602 -2474,1891.3085283204034,2817.5725422574683,442.82288090209227,1128.8812863154008,1007.426496714634,2009.3532155547407,996.8094797017692,2367.8927999895323,198.2139474790756,865.9969761881426,1591.861101932497,4805.790023141203,890.4725156407487,2803.4447616170296,998.3729838215153,3168.346320987545,662.2857465994161,3597.4413179005887,161.99785439386028,976.1946979964918,298.1196120475379,1877.02244662919,674.7162113687293,4308.044533891918,397.01617996890786,1254.2700054823213,374.0956261903086,1708.2432066567417,511.33881909589195,3053.609050848541,633.642681146145,2045.022371872808,444.1110557017141,2605.212866418129,521.430221359413,3672.543832044932,10063.213064401996,3103.6432289011805,68309.60071689574,24150.23972586877,2182.5970459153546,10513.56602778508 -2475,2378.917967121465,2963.194777734863,549.0644343506481,1187.2259124204431,1202.2483471538662,2113.2037829223277,1219.6771325936008,2490.273976599463,234.74601934654953,910.7548000588075,1883.2767014738715,5054.170455555578,1053.487732047217,2948.336822815558,1181.1440661649567,3332.097801068026,788.2952718697959,3783.369963518245,199.05356436814066,1026.6479346217793,363.6733968310093,1974.0336861340977,823.3209599029711,4530.69969756656,496.19680779265855,1319.0951694670036,451.89851026194856,1796.531330835124,605.9954171600548,3211.4304980657585,750.3889397174207,2150.7164489292236,545.6978979350881,2739.859593631874,640.703202639414,3862.3540444494756,11628.515740518656,3644.9269294135574,82717.4618797213,29903.328423816485,2518.381206825409,13121.922564215727 -2476,3202.543775352894,3262.886766678702,721.7531105509759,1307.299725216148,1480.851986304447,2326.9292691800197,1570.243766862571,2742.1356384348273,285.0613975828203,1002.8668405904189,2282.487467584853,5565.33982169644,1276.8025770033257,3246.526105931599,1431.5577010470015,3669.099953225174,966.1379343930398,4166.012939874967,258.03066778964836,1130.4811904656906,465.8065796462369,2173.6837685670525,1055.0569680754513,4988.9262083155145,661.6996991909677,1452.5059927831717,567.5993227675506,1978.2291563656722,736.8166000136385,3536.2285844257594,911.1412627833422,2368.2358962085355,707.3814199839311,3016.963878916176,830.535618675285,4252.985323325844,13468.649564436202,4357.349592632071,104555.73656130914,39256.57101567559,2908.324103366118,17452.312797217182 -2477,3317.9263672627526,3791.4415416975557,748.3852332081972,1519.0691066118684,1555.192825612515,2703.8683615556215,1637.520300908604,3186.3339784585655,299.6521930370963,1165.321162547076,2400.0420057338742,6466.868789051467,1342.5615085982158,3772.4306187811817,1505.317677713476,4263.457170920674,1013.970803150013,4840.865053852135,269.2046129786548,1313.6077510903663,486.0197444398996,2525.798634148665,1100.8361414237586,5797.081979012393,686.5312061633507,1687.7973262334338,592.9389854689531,2298.682344431072,774.3782675448913,4109.061979364238,957.791791109176,2751.8662459022903,738.0143725795725,3505.6816243633234,866.5017290608953,4941.92608697274,14264.469416150507,4593.3720637992,109286.56034158128,40819.60778085739,3081.6320573842104,18123.030711320178 -2478,3220.1069109414707,4211.153282896856,724.6381182531144,1687.2297211766045,1515.842925384717,3003.1859919401054,1593.1314887235098,3539.060446065544,291.65896231819977,1294.3219578408996,2336.210300763499,7182.749735575291,1306.8546376698384,4190.037855012836,1465.3705800782466,4735.42093801454,986.4999404629037,5376.747746046679,262.2897279422922,1459.0238389818815,472.7950043260032,2805.4039850418512,1070.9509648480823,6438.817673609702,667.1886879950388,1874.636117441009,575.424463703011,2553.1459722187465,753.6820066205427,4563.934232856147,932.2463202876448,3056.497231482013,719.0574740141839,3893.7598058333547,844.2444587490355,5488.996213211029,13911.798605631786,4476.763222799048,106286.38757928267,39666.29860962763,3005.8098275012953,17617.121493605264 -2479,3092.524643171483,4464.188972808255,692.5120159856967,1788.6103425543322,1435.1764663262895,3183.638516071469,1518.804464217191,3751.712074123196,275.16802559765347,1372.0939190041017,2203.373692050581,7614.339828052753,1232.5470558172642,4441.804781594222,1382.0749325376275,5019.958313782333,932.1867843025717,5699.820544400053,250.6839367552181,1546.692246872272,450.2589837246057,2973.9723759665662,1020.0540689288714,6825.707098621271,639.6476023658938,1987.2774324071572,545.887022351303,2706.5569285828124,711.2230912460145,4838.167481978487,879.5210700121253,3240.153069615815,687.2406317749422,4127.724264647963,806.8883450500597,5818.813688478867,13016.336814111033,4213.4818630410655,101001.90027815258,37941.18182883833,2810.8383792309414,16893.44612028572 -2480,2913.030993514361,4563.479811366961,651.5723033170563,1828.3919516772269,1349.7425354417294,3254.4478254116334,1430.2655901092407,3835.156265249402,258.50209224536314,1402.611524022403,2069.8322642702396,7783.695155796129,1157.8452046359916,4540.597759258231,1298.3638973749487,5131.610368285673,876.0292392776283,5826.593842962191,236.16501477760963,1581.0932032653861,423.93212518675364,3040.1183686337167,960.4343102309564,6977.5219491364105,602.9853039499374,2031.4777213990394,512.9222771507651,2766.755165862363,668.1659519839382,4945.776212097032,826.2499009626788,3312.21935473509,647.4375504856698,4219.531579721857,760.1555983170182,5948.233588502163,12214.686086373722,3958.0927111839496,95008.63062242702,35730.09358813409,2637.530425212848,15918.281955989745 -2481,2759.780227808295,4648.474849767032,613.9522214394422,1862.4458426917322,1257.084546841143,3315.0620779832975,1343.7728556254349,3906.5862413880504,239.86688038819182,1428.7352334004347,1919.832774448564,7928.666865107398,1073.9368643391003,4625.166618299995,1204.3029205786997,5227.18686655794,814.4363915434853,5935.114443007497,222.32623624475926,1610.541142794098,397.8505100287834,3096.740724415626,901.4614399437895,7107.478642387681,570.3684813753158,2069.314094972801,479.0963526638339,2818.2861184000108,620.1632626801559,5037.891539969913,766.6710298288136,3373.9096049130208,609.4990569985652,4298.120565205139,715.6120617329832,6059.019734856537,11218.81005843401,3661.4891013711076,88913.34525123364,33693.213438188526,2420.8954826902323,15051.914974438532 -2482,2667.5393152756224,4732.430196360576,594.7232928037549,1896.0831734912579,1215.4038868921784,3374.934873842385,1298.795803777965,3977.1424587481897,232.23985047482725,1454.5393875772725,1858.8222852954807,8071.865225042206,1039.8081556906732,4708.700998724087,1165.985580052949,5321.5942365608325,788.492041950101,6042.307577581521,214.63943348794993,1639.6288638674341,384.6257699148871,3152.6704538927443,871.4466260541611,7235.845655679745,551.025963207004,2106.687639558732,464.1574805392348,2869.1867246239863,600.4367908847761,5128.88007793308,742.2939073702729,3434.8452363642605,588.4259748884925,4375.74822017045,690.8701830332544,6168.450702710972,10867.082492480764,3544.070721749895,86008.55496996756,32568.11622218046,2345.0732528073167,14540.104786463125 -2483,2585.4832047198984,4682.329907188505,574.4283758436148,1876.0101219417043,1162.835562459188,3339.205828489229,1251.4288507096767,3935.0380897466057,221.7412724668935,1439.1407782146177,1774.2417980065816,7986.4117127550935,992.4946060355975,4658.851920793193,1112.949490589631,5265.2567103754145,753.94081627284,5978.340156120929,206.88154790934306,1622.2707884587771,370.35229495878315,3119.294430401528,839.1420427444158,7159.242738211925,533.6712672140859,2084.385005276183,445.4066852499412,2838.8118266058655,573.4090364364079,5074.58273716492,708.7273292497364,3398.4819446805286,567.1580218824507,4329.423976160827,665.8995066643007,6103.147855943755,10295.040365372059,3375.2696550605287,82628.18598429853,31459.779267426828,2220.5081608568125,14069.665491244241 -2484,2546.485261629441,4599.67418165627,565.5669425790037,1842.8934939363069,1144.0229703616328,3280.2598580159583,1230.6780779395851,3865.5740761567804,218.11085791297722,1413.7360699765816,1745.1471613386857,7845.430050291826,976.2193328513588,4576.610644912735,1094.6534167621055,5172.310757797104,741.5570354105091,5872.8063614337925,203.68141129797723,1593.633342638492,364.14750448478105,3064.23048800446,825.1279218049498,7032.8628345063335,524.7887275595017,2047.5899997309496,438.29570527918327,2788.6991570954656,564.0306951032024,4985.00269342008,697.1229422019613,3338.4895912125435,558.384967114651,4252.997990171066,655.5990743043268,5995.410869430039,10119.69790098216,3318.952537739961,81302.25412449111,30965.199833159848,2182.5970459153546,13850.644797365967 -2485,2539.087925282112,4528.844985090593,563.0850871817378,1814.5152522660196,1137.0240045233977,3229.747982371269,1225.926614461835,3806.049097806965,216.4548505170615,1391.9663128073244,1731.7459013196496,7724.620296116086,968.7227907803077,4506.136597801778,1086.2996863888336,5092.663678266166,736.357331402244,5782.372530745296,202.99225939309414,1569.0933937591751,362.639807842938,3017.0451929192204,821.7374966168364,6924.56559334276,523.6565877618826,2016.0596893547838,435.5826842074906,2745.7566979212534,559.7799733459065,4908.239922469738,691.827119160936,3287.0810509225626,556.4956829561562,4187.50717087769,653.3808681950053,5903.08908353999,10020.743930121387,3292.5548446021003,80863.5281310961,30855.645399887973,2160.933551663093,13812.944259055597 -2486,2608.8173528921743,4453.14221269659,579.5670260123267,1784.184376380456,1169.7958607838775,3175.76051377732,1260.3918714094648,3742.4283579670664,222.76560899175897,1368.6986343362178,1782.2941393734932,7595.497931797567,996.9990120199432,4430.813411787972,1118.0047039052854,5007.536286936989,757.8624310382703,5685.716179504873,208.6619978031609,1542.8649137728353,372.8690119297101,2966.6131983833297,844.9073150583796,6808.816696048656,538.0950791687414,1982.359858978961,448.2866102795602,2699.859477981878,576.0880320906799,4826.195301616271,711.9985322816433,3232.135220482828,572.0390586401661,4117.510095840054,671.6303256663574,5804.414871730152,10321.593534085625,3389.3822625902276,83166.84130570518,31715.747302784053,2225.924034419878,14194.369288871194 -2487,2707.518301273018,4346.6384917448695,598.8806989885418,1741.5128725585791,1192.3271423269753,3099.8073338845948,1296.4969063385893,3652.9224480991284,226.52321913397225,1335.9641088133794,1811.5644959213455,7413.839957814364,1013.3725812950677,4324.843718331349,1136.3409961620994,4887.773382029311,772.0877574380288,5549.733563080418,214.79595665895204,1505.964934748101,383.2009804498614,2895.6620970797444,868.3782979011879,6645.973409494764,557.1960556624829,1934.9486847648013,459.32823537887305,2635.2882007313997,585.9717060010792,4710.76944429774,723.99323070608,3154.833753078741,588.8550773045438,4019.033531356458,691.3739916300341,5665.5933941622,10379.342781360183,3433.321179534103,85270.53579876857,32754.642792493418,2236.7557815460086,14690.876743297302 -2488,2821.3210283931044,4316.422368252538,623.1580827592888,1729.4065591118422,1231.3003037153758,3078.2586908628714,1345.1882147555843,3627.5287660597082,233.47077713283963,1326.6770110779928,1866.696967234838,7362.301854486205,1044.2131806189773,4294.779103543088,1170.936932556852,4853.79550133037,796.772878767826,5511.15399521204,223.08013704495593,1495.496058044899,397.36350141959036,2875.5325915587314,900.5302782549496,6599.773212802669,580.1387506106049,1921.497681530643,475.4020371056883,2616.9687122663677,604.0335603830803,4678.022025449097,746.1901257582368,3132.902588004432,611.565847830595,3991.0947888698383,718.0386782002226,5626.208414256354,10634.855003601973,3532.371543324039,88296.1060100666,34051.95262416319,2290.9145171766627,15293.162488049424 -2489,2901.6295450360403,4289.910151548319,636.9777761253075,1718.7842433250225,1245.0897676776583,3059.3514907510253,1372.40696612705,3605.247853641609,235.20617907360534,1318.5283301998413,1879.7448479463633,7317.081316374911,1051.512045543101,4268.39982353394,1179.146583689084,4823.982645406975,804.1839426788185,5477.303529120944,228.01033218223287,1486.3104612268464,404.9650345490607,2857.870570397834,917.8686463025133,6559.236258193346,595.7414290180127,1909.695508670062,482.08436022109555,2600.8948354099066,608.6967234072148,4649.288800777197,751.7206527786575,3113.659755575128,625.0817933066882,3966.5807907245567,733.9077324626651,5591.651263918388,10592.598192301144,3546.521818031568,89734.50065457118,34865.1712436966,2280.0827700505315,15698.832629799896 -2490,2949.514791686182,4286.531146873957,645.0383554732979,1717.4304201009352,1249.0610903397644,3056.9417519400545,1386.4227358412231,3602.4081323142773,235.259108770172,1317.489773858652,1879.5092617413559,7311.317920150448,1051.380260778483,4265.037761754964,1179.0187189413173,4820.182971443644,805.6726521515915,5472.989258291492,230.66615706595178,1485.1397490630438,408.7558724855151,2855.6195307082007,926.5482966432331,6554.069788688459,604.8626418048242,1908.191311653704,484.8854563717603,2598.8462060689867,608.9716842517739,4645.626726739443,751.8771220982545,3111.2072401384908,632.3626378418242,3963.4564607130637,742.4561627007749,5587.246925577792,10498.455397981128,3537.6967942324977,90379.77635810587,35320.091430994195,2258.419275798271,15934.96723942852 -2491,2877.2491960514844,4264.1777100021445,624.5206762755894,1708.4743502248411,1193.6058700462265,3041.0003876687056,1339.0273790374688,3583.622265604568,223.59279110703176,1310.619317659894,1785.2891355231436,7273.190801046922,998.6743854256231,4242.79640875959,1119.9450622258641,4795.046642773472,767.5856437262644,5444.448670181092,223.50564911653953,1477.3950304341565,394.1974396364061,2840.7280231645886,893.725115066458,6519.891573190889,588.741964303002,1898.2404603562627,464.5324177097396,2585.2937221101847,578.9862602180684,4621.400675368765,714.5725187540136,3094.9828917657323,612.732373251761,3942.787796295837,719.4082942022807,5558.110505671169,9828.819753748907,3347.999692394658,86876.08706979734,34268.496607463516,2112.1906895955044,15512.384946722224 -2492,2585.871162680375,4128.6275156888605,557.7496948663484,1654.1651619353777,1053.5047649499584,2944.3327013083594,1193.6185601341494,3469.7056496744435,196.15768102816978,1268.957193034358,1565.4042030115459,7041.989736408599,875.6727687849508,4107.9258858238145,982.0799294728779,4642.621122925971,675.1582515047203,5271.379880519561,199.90092911846466,1430.4314193766027,350.88652800833125,2750.4266188333518,795.6904380676632,6312.6364750802795,528.5869246415788,1837.8989641162993,410.6285981128103,2503.1120940868127,508.1173599993651,4474.495034434429,626.8776380155717,2996.5992030674192,548.020916688879,3817.4539832442983,643.4306559812302,5381.428619901907,8501.562662935288,2926.786959729089,77054.85231842677,30660.894884315414,1825.1493907530387,13925.136701184825 -2493,2208.4950441575957,3872.342779427342,480.48410157523944,1551.482786097734,907.3845661187249,2761.5631182075513,1022.5965715303482,3254.3235174881866,170.22491790864316,1190.1866189614616,1358.86260374153,6604.857911003256,760.1352905067525,3852.92620415489,852.3536516347042,4354.43021068459,584.9937096315754,4944.158740496756,170.40787317764833,1341.6373255374167,301.02281809299353,2579.6937644075742,682.4343126894846,5920.779285739996,450.84138439735403,1723.8113043543183,355.9653438419465,2347.7312997602944,440.8563685384843,4196.7405565974595,544.0100342816953,2810.5851745503733,467.16680748629386,3580.4853578189045,548.4999499831374,5047.37619949807,7437.669238131517,2541.340795453996,66340.27875202426,26235.658321570063,1597.6827011042917,11875.532333547771 -2494,1763.2052702131784,3567.1923958929397,396.84983180303425,1429.2220271225794,795.7532720268166,2543.944975218641,853.5863966970212,2997.8746114712967,152.97593631143477,1096.3969097489644,1224.2069903563995,6084.3784391340505,684.8101741064339,3549.305895752987,767.7410450104885,4011.290120937501,519.8460150087465,4554.546554320235,140.27338216621467,1235.912918435121,252.9599522654998,2376.4073854763446,572.9818617591516,5454.20693593028,362.7434814175657,1587.9706232402232,308.2395487898421,2162.7241484399974,395.54752723499865,3866.026809549095,488.9437776685392,2589.1039698061527,384.55422804074277,3298.3340756590833,451.5046263263038,4649.630217065434,7129.336396390816,2325.7714141967544,56663.24270700045,21466.274016088886,1538.1080919105727,9564.21341941789 -2495,1782.7056193330004,3324.8785576763044,401.9901374572866,1332.1371949574948,935.3131343652933,2371.1387447874263,968.6065943034102,2794.2336459786084,184.26278816113765,1021.9203708002917,1528.2230038729042,5671.076063168412,854.8739466444187,3308.207059706171,968.6310259441506,3738.8094141149777,682.4995558028962,4245.163281866429,182.10720450105856,1151.9592737389894,331.8272149319287,2214.981723265325,751.3056699515088,5083.711131275979,367.0076382388409,1480.102245539143,336.70987505267624,2015.8136565877298,465.2074238755925,3603.4136138187996,630.7141404559834,2413.2301590220804,499.24008650893734,3074.283365494456,586.1571457808747,4333.788059103235,9528.140227311382,2972.8019856403293,67384.95763479927,24544.50084936878,2205.306227503122,10857.10324820085 -2496,1911.5932070424826,3180.036097356954,428.5354035878809,1274.1049915390906,978.3377326363482,2267.8442744493664,1014.2395077465171,2672.5077937497367,193.3772848391806,977.4022152678313,1603.095199556108,5424.025653537343,896.7567669235435,3164.0908637424404,1016.0835655011402,3575.9347873243883,717.3501581346388,4060.2302434000176,190.34460672699947,1101.7762031390644,351.9292017338792,2118.48995768807,796.350198319821,4862.248237208205,393.0633623598328,1415.624206101242,355.89307427203676,1927.998295966087,488.36977571239004,3446.43726586505,661.7886557278994,2308.102050585572,521.8226164596608,2940.3576419972733,612.6712652559144,4144.994238789439,9909.852922736094,3102.2255628283524,71074.86250799439,26055.79966192365,2284.8564033552475,11529.023436870926 -2497,1932.6487139302014,3135.5891528681072,437.3811163452536,1256.2969943660496,1041.824436462316,2236.146914579905,1064.792105621969,2635.1545053221203,206.69548040001678,963.7411936079224,1715.506657733152,5348.214763425363,959.6387067034892,3119.8667836776526,1087.4878886875506,3525.9544191392456,763.6210185690198,4003.480941594818,199.70188933569167,1086.3768226789632,367.19362629548783,2088.880103376101,831.0757106047108,4794.289235840325,400.28605087085106,1395.8382135592246,372.7879376539383,1901.0509184483853,521.5847500532731,3398.2668674323045,707.7105093982118,2275.8420130966156,547.4752565726712,2899.260651620393,642.7899971380685,4087.0602018169698,10837.090765592118,3343.2610990455873,74542.13423251058,26881.61900902221,2484.827465755685,11838.388144638177 -2498,2166.768742365033,3164.700599088643,490.5108682415455,1267.9607106903184,1169.843081349855,2256.907756473195,1170.0006131080145,2659.619814686492,235.9809946835966,972.6887624890588,1959.3195702681494,5397.868674977813,1096.0254161388605,3148.8322602309795,1242.1149029446126,3558.6900957360804,870.4186926887617,4040.650071364122,217.62240917874092,1096.462965635456,415.9540150120759,2108.2736902989786,939.9919303628075,4838.800390347667,449.7199113105678,1408.797458889382,422.0798885646107,1918.700661089027,595.3274945066288,3429.8170668784896,808.1109795368817,2296.9713923426484,596.6036911189115,2926.1779760606055,700.4716291794316,4125.005298404785,12460.06329490771,3799.955685173014,83932.28441663686,30031.899955916433,2814.206175666519,13134.315807844654 -2499,2734.4600485537308,3261.6521310826643,611.0378172506356,1306.805059329509,1403.5263104857763,2326.0487882100606,1421.1462819632065,2741.098048561054,281.65517529082274,1002.4873683046737,2335.9312201582566,5563.233966624151,1306.6985225362284,3245.297661005228,1480.7626835975414,3667.711611633325,1042.9206614595153,4164.436572615873,264.3685491684678,1130.053430503974,509.01967120117,2172.8612737803473,1149.9793564251906,4987.038460954591,564.0680830802924,1451.9563826586457,513.1113151745104,1977.4806191628152,711.1011800790807,3534.890519700178,964.0728443514888,2367.3397853268666,724.7564846142094,3015.822297469063,850.9356597910937,4251.376046803217,14553.628929420638,4504.93501347988,102127.61499042506,37101.232250803456,3316.373886290424,16316.37046863032 -2500,3692.6751592707924,3493.698984345677,807.1787423109691,1399.776348007355,1740.6368964104518,2491.533113376652,1828.1135009709833,2936.1106222786702,345.38885389244905,1073.8082909236664,2858.5361422912893,5959.02446911791,1599.0389278222751,3476.1809924805902,1811.846750961836,3928.6471449003943,1288.1107095449743,4460.711087325741,342.93465363065246,1210.4499081260306,653.2826714046257,2327.4472323357827,1476.5103205318858,5341.836132643142,754.7383856237974,1555.2543114783107,649.2969931209058,2118.1664239708866,873.2630253443538,3786.376634331725,1181.2015922848827,2535.7617155978587,940.1425199763813,3230.379842542343,1103.8201278869647,4553.835780107447,17109.755948593353,5434.927497342632,129667.14900577182,48873.311922022265,3864.2383562932177,21719.85334222208 -2501,3826.608494012108,3917.634478236354,837.1561165982786,1569.6292403394987,1816.1296499363314,2793.8629150273023,1881.232089558129,3292.3867388962244,363.0572636750694,1204.1072806753223,3005.7837060865572,6682.109655546832,1681.4078659133977,3897.9908028001937,1905.25747142085,4405.360500904495,1352.2256668484356,5001.98661403321,351.66060555929846,1357.3293851303838,682.1471819570115,2609.866380741481,1540.6689276596262,5990.029909302829,783.2691698918737,1743.9733475533794,678.3958549433576,2375.1908365239688,917.7214564635154,4245.826476955235,1241.8007205842312,2843.4583431859337,964.0643906550603,3622.363433612699,1131.9067655942968,5106.4113251635845,18108.566306153447,5713.373895331988,135186.95807432645,50610.190035290194,4078.5634041057983,22418.03550502523 -2502,3764.7046902442953,4270.22093596124,824.956734954397,1710.8956134192686,1802.8022517769775,3045.3101171720677,1844.7311463133692,3588.701003071886,363.5766688097694,1312.4767375944327,3011.3330112826006,7283.498423862744,1684.5120963968113,4248.809332971549,1908.9117653535582,4801.842220330831,1352.1977847905646,5452.164585364322,343.0668593197622,1479.4888062115626,677.8838625402863,2844.7539251086023,1529.9658310707227,6529.131614456799,772.6038684922263,1900.9306615642756,674.3015529791905,2588.9576205674875,918.772687495411,4627.95016050473,1243.7913811499704,3099.3691256955713,940.5049569258089,3948.375545958776,1104.2456646448152,5565.987503295496,18283.802137527382,5718.694507335849,134029.93844618797,49865.55321222161,4082.1829406178276,22002.398085507382 -2503,3581.342284654076,4489.661491402797,778.9901203926859,1798.8160956007687,1696.9918003264904,3201.8042549756437,1774.3138561455598,3773.1192224656093,336.5528291595316,1379.92304274375,2785.863035756055,7657.787006036624,1558.3862578642638,4467.149576714154,1765.9671391398224,5048.6020343484915,1254.1919081725016,5732.343536972084,332.3960670090124,1555.5176230511179,635.8314832726197,2990.941766623613,1436.8368099743834,6864.654363633925,733.070284365795,1998.6167734739986,629.4566797005218,2722.000455304116,850.8268766031772,4865.773909909489,1151.0613250867752,3258.641278743538,911.2513791174324,4151.276926447189,1069.8990764292278,5852.0156521011,16728.25940385278,5305.32744574015,126076.33330764301,47398.09682719867,3780.3056893606044,21065.809331243527 -2504,3359.9311647462555,4569.1331497470355,729.1666898893234,1830.6570035283362,1599.7656660911716,3258.479506400234,1698.4284736170346,3839.907340526193,313.4917552025128,1404.3491097878402,2594.582106675276,7793.337767220301,1451.3854586702375,4546.222750852794,1644.7726896407926,5137.967519198088,1168.9999185291288,5833.811954569802,319.73975564258666,1583.0518960301117,594.795340383303,3043.884533613905,1345.581582680281,6986.165855598889,688.0015397468311,2033.9943603336624,587.2828916254841,2770.1826825412973,792.6086602787537,4951.903147601263,1072.1221949300443,3316.322604354976,876.5545751179965,4224.758827526518,1029.1616033183548,5955.602390081118,15536.804526400223,4960.136298068684,118334.84816167076,44710.34254215711,3531.683667472572,19957.370136579644 -2505,3199.8492701572204,4680.835348640836,691.9101964124235,1875.4113160013205,1511.7950396310232,3338.1399833411265,1619.9760492413004,3933.7820601782055,294.48365414437717,1438.6814171285744,2436.5137575148046,7983.862520338692,1362.9634723868674,4657.364856212405,1544.5665307032261,5263.5760867162235,1099.263508384751,5976.431922494015,305.75976490571026,1621.7529738832168,562.5768251064563,3118.2987790386255,1273.2557695006092,7156.9575708612,654.5206173221122,2083.7196879047,554.043123947716,2837.905702824591,744.7071100573156,5072.962974961912,1006.987173537603,3397.3971791171875,838.2289536578538,4328.0420620842215,984.1635402772906,6101.199784796145,14503.582913922226,4657.646358397351,111939.92029682483,42534.094607083665,3303.6078903331863,19038.180291359327 -2506,3074.0461325354436,4751.924468158144,664.8813930442384,1903.8936977253522,1445.0845365678242,3388.83722316396,1553.6469808103836,3993.5254782226475,281.3010548728896,1460.5310630981298,2327.103194636546,8105.115611858545,1301.760205942579,4728.097522977779,1475.1492655106047,5343.515448314503,1050.5980129915474,6067.197619550332,293.1644715496428,1646.3829773763773,538.6237361632773,3165.6572307000624,1219.1148499063481,7265.652232014575,628.1048877001759,2115.365705527823,530.8046382808267,2881.005748577221,711.4413709010516,5150.007443389681,961.8510378073272,3448.9943740888402,803.6994282504612,4393.773214007089,943.6224687469637,6193.860365311178,13812.79715535029,4444.820592435204,107180.83229405887,40806.47624138761,3147.905296339856,18273.975846057838 -2507,2996.3229663984384,4688.957958212985,647.0168332721281,1878.665699625708,1404.9719774922455,3343.9326262696445,1521.6134587129927,3940.6083152025426,272.11876005017234,1441.1779474655016,2250.73055130395,7997.716841907439,1259.0380489956253,4665.446737659709,1426.7332571359666,5272.7099208123345,1016.9318900446,5986.802768619814,287.82907539426793,1624.5671865713753,523.1311614191065,3123.709933592224,1184.5692430477616,7169.376972045527,612.084446420942,2087.335547088375,514.79325020396,2842.8302939092387,688.3044014719446,5081.766039917305,930.3836635653931,3403.2926505004107,789.0726393462731,4335.552472783107,926.4491746391701,6111.787139420351,13312.443883567768,4301.923742344275,104187.66214209203,39808.52644753304,3041.8383952036884,17862.460431941246 -2508,2953.996866973669,4617.6089157440465,637.8525896760533,1850.0791778479313,1386.6908139325178,3293.050022268667,1506.340888504903,3880.646457463474,268.25769157396496,1419.2484126956476,2218.792176332272,7876.02041304347,1241.1720146588473,4594.455451239918,1406.4282836477341,5192.478277146711,1002.341283992717,5895.705205195677,284.8253726397713,1599.8471284643706,515.2008069540868,3076.178325354589,1166.8402202226534,7060.2848909023505,602.5666826508375,2055.573822218294,507.4913010597501,2799.572661578191,678.5387332925982,5004.439874012108,917.1820261139554,3351.506800847085,780.8381006463321,4269.580988230746,916.7810133043467,6018.787764280334,13123.021074321903,4242.247555880634,102746.9779883529,39281.42734581531,2996.585193427013,17633.53617918831 -2509,2937.6371592974715,4539.306907530577,632.9127174042106,1818.7068988995147,1379.521886204721,3237.20890739818,1508.639900513292,3814.841315380125,264.72776349299596,1395.1818442842468,2189.227550883208,7742.464664532834,1224.6338340565042,4516.546062410388,1387.7433919964485,5104.428058056234,989.8781967165025,5795.730182229264,286.48505668703115,1572.71810015576,510.8085243064622,3024.01476085766,1157.578998378855,6940.5617840727655,599.5066001678633,2020.7169165669861,502.00027716073674,2752.0995720331493,669.6871645847006,4919.578271553171,905.0499840122734,3294.6744190157315,785.3880623548855,4197.180581070096,922.123117515464,5916.725598004854,12907.554046341105,4196.185818569653,102019.63220088473,39120.55535419244,2968.258699886958,17611.34134166286 -2510,2985.11654857874,4481.019029624236,642.0671560915096,1795.3534293434886,1387.8155633544116,3195.640879195744,1523.0293285711987,3765.8560827548417,265.7550837510485,1377.2667328689179,2197.099023275746,7643.045999028687,1229.0370635937236,4458.550449686472,1392.7246497651668,5038.883629029834,994.8660867953926,5721.308950062864,289.1324154279325,1552.5232989514416,515.937075325824,2985.184294718561,1169.1627136435247,6851.440112832534,608.5968551727871,1994.7694969905008,506.22770564456573,2716.7606872411475,672.4167717952015,4856.407443168057,908.4551995465496,3252.368493422081,792.6456972762985,4143.285844661236,930.6442973758454,5840.750700011134,12882.038793857284,4207.129921334258,102927.10857379243,39592.50711527142,2972.0379348821084,17846.325749903834 -2511,3109.3343408311766,4375.619979641164,666.7272978156196,1753.124520118677,1414.204583770012,3120.475495936359,1550.0404519720985,3677.278540264775,272.626675173525,1344.871734263021,2253.0527185004444,7463.272206070235,1260.3370480494314,4353.679888193239,1428.1203413304684,4920.362921136402,1021.7306892539042,5586.7367636897025,293.6432572037931,1516.0060514895868,533.0531915891823,2914.969107814052,1207.0961438252978,6690.285858825936,632.717527398111,1947.850077874434,522.3538640129827,2652.859151993575,689.9827776505501,4742.178798420802,931.7982185339295,3175.8688072713817,805.0120012046843,4045.830692395965,945.1635589704202,5703.369097545418,13106.75578967203,4285.00603920142,105797.54400352438,40898.62057097515,2995.981937341676,18414.501307768805 -2512,3191.2684961884124,4336.956338159781,680.0963029183752,1737.633646086319,1410.5839297823827,3092.902501392117,1559.4989481685793,3644.785549609851,271.29062358122377,1332.9882437373524,2240.3305824104414,7397.325601429964,1253.2204016820842,4315.210112685994,1420.0341281878782,4876.885848441276,1019.486527980852,5537.371510699913,295.4965705703593,1502.6103921930483,538.9180109802811,2889.2119988698996,1220.1456661696595,6631.169478734166,647.837954924984,1930.6385792934723,525.4965510737644,2629.4180863547585,686.9535249114648,4700.276187646593,926.9437315377037,3147.8063490305913,810.0927904463165,4010.081119052532,951.1289071078558,5652.973263572291,12835.66781322593,4237.858266944545,106465.43665539258,41572.56929247225,2929.1977574467865,18763.5606285898 -2513,3289.212411401534,4303.946028755324,697.2355568340994,1724.407821379667,1419.3167478797154,3069.361183341381,1567.6775134173604,3617.04362893454,274.71885444518125,1322.8423370398125,2267.6445363854164,7341.021597462904,1268.4995772826846,4282.365322501768,1437.333936971182,4839.765919570705,1033.7006581450255,5495.224361269954,295.7308785632379,1491.1734234774046,550.7545714485643,2867.2210507068767,1245.8937949359608,6580.696995467412,666.8284862431932,1915.9437168412253,535.1110278207077,2609.4045335733913,695.8431672308983,4664.500505545432,938.4864851843585,3123.847135834799,810.7351370407575,3979.5587876856766,951.8830854212051,5609.946222962326,12872.765471532824,4260.125229542,108133.79047774138,42429.806855727984,2914.462294750414,19136.147251889808 -2514,3345.305492201794,4275.679330551804,706.6219592314179,1713.0825595987187,1416.493410820753,3049.202773903287,1560.6866962775234,3593.2882472534125,275.15533174064535,1314.154406275319,2270.3676066573184,7292.8085295910905,1270.0228378437623,4254.240358257413,1439.0483270120733,4807.980157920773,1036.6892386477068,5459.133795184122,294.05085517919196,1481.3799574699476,556.0671895608604,2848.3902216068777,1257.1505516451077,6537.477453517562,677.4262843786041,1903.3605193622034,538.8135654024504,2592.266946357237,697.1330594540029,4633.865821193095,939.826775086009,3103.330883160481,806.129415801523,3953.4225428342966,946.4755140165723,5573.102206851764,12784.389748619327,4245.026489793865,108700.13892265306,42801.12835702385,2888.5488255517084,19300.273647059552 -2515,3265.5901819675864,4257.7445964640265,684.8711687913291,1705.8968756870938,1350.173476488514,3036.4126096505784,1496.0260110178588,3578.2158659467186,261.99150184693355,1308.6420635562527,2160.3814803290084,7262.218166839444,1208.4976064788812,4236.39555193023,1369.3167222295817,4787.812638571166,988.9951614319414,5436.234951422237,281.7305484895754,1475.1661716440685,536.3663992619994,2836.442384256748,1212.2917236065512,6510.055397121544,659.8533037468832,1895.3766968748585,516.9651165166213,2581.3934418745116,664.067907877412,4614.428640601066,894.6295571466717,3090.3136735259386,772.3537560499338,3936.839544774615,906.8195551866257,5549.725312001468,12004.120841520022,4019.0511197806445,104411.13903191309,41428.257688453676,2706.9327623596746,18714.968547588654 -2516,2917.934892568103,4136.8800961915495,606.9652933159174,1657.4716193747422,1184.6245827571117,2950.21803306859,1336.1740021045453,3476.64113249186,226.4779075535784,1271.4936706773972,1865.9379350645909,7056.065742775844,1043.7885849772647,4116.137086505642,1182.7282789539997,4651.9011086875435,857.5200761767136,5281.916671900942,253.24093301970694,1433.290662647429,472.2534198045469,2755.9243579736367,1068.2549821828998,6325.254600715698,588.6163355206916,1841.5726811323154,451.74917657626906,2508.1154841928974,574.3867689319319,4483.43895837531,773.0863409291945,3002.589008653812,694.2505413487231,3825.0845690000533,815.1186708972529,5392.185384162294,10183.191276778647,3469.8725269298957,91872.06240123346,36878.99447929659,2316.9621318904547,16758.29716136551 -2517,2504.7195438655635,3894.6312371370354,526.3918351752801,1560.4128215917433,1042.2876495088149,2777.4581425581387,1175.6233428408075,3273.0547755985344,199.08174906933678,1197.0371034444722,1641.1466876403356,6642.874198458495,918.042420726568,3875.1029038045463,1040.0830247470935,4379.493470609892,752.2578495984648,4972.616364027147,222.96919186202368,1349.3595310588012,408.9395473152892,2594.5419838569023,925.6545919792869,5954.858148649483,504.8690064431839,1733.7332295414976,395.53712266683425,2361.2443880298633,504.7118170457115,4220.896185306577,679.7274478374992,2826.762360396436,611.261695763264,3601.0939405357794,717.6815736477482,5076.427922802395,9066.542696299999,3070.2601180211195,80207.79195512726,31960.18729696382,2078.914860419415,14504.443061394246 -2518,2023.4458795977828,3577.9142475877043,441.16929792547444,1433.5178163352225,941.9565259392801,2551.59126891879,1011.6618288012846,3006.88527403626,183.59265704252758,1099.692331963494,1518.3470161033283,6102.666155645873,849.3494095708413,3559.973986287557,962.2537203774517,4023.3467898827707,686.4600545001916,4568.236080219804,190.73186536561224,1239.6276816293803,351.8663631374217,2383.55011419004,796.2787510572501,5470.600556287548,411.60389573309817,1592.743560505291,349.7431833346513,2169.2246129517957,464.4202364425963,3877.646862941139,627.6802502561368,2596.8859971558827,522.8842715258185,3308.2478243090636,613.9177531085513,4663.605534371075,8962.877848718135,2898.235299908819,70233.13890767515,26696.463691447927,2073.3258571682504,11948.891904452257 -2519,1975.710388493508,3335.0805634678054,456.3248342143304,1336.224704062648,1100.3237005414035,2378.4143101312866,1083.2407304682513,2802.8074291543176,205.45757600696322,1025.0560154142242,1652.4237260361726,5688.477104992003,924.3506926839189,3318.3579109319057,1044.1954010417141,3750.2815189255602,733.1218475447408,4258.189075030357,203.70033518366193,1155.4939277055607,388.46703700552774,2221.7781388266244,877.9526505626002,5099.309911653642,387.2552482841206,1484.6437683102956,382.73573296518225,2021.9989479426922,529.5249456272242,3614.4702722559864,691.0975325095907,2420.634877008464,558.4368462391052,3083.7164488854505,655.6599855178639,4347.085787158906,10523.801614791751,3302.7746118221107,74907.34814755086,27183.097046413062,2453.3017482683586,12121.281573016306 -2520,2111.2936946562245,3207.8479288193316,476.5903758871453,1285.2480075946348,1141.4382469716163,2287.6782954519344,1132.952881700998,2695.8809046409724,212.50880251092312,985.9503401474752,1708.7356013164401,5471.462878369215,955.851039781033,3191.763242023678,1081.0940923595385,3607.209053584503,765.1206097815951,4095.740041330218,212.8431658232445,1111.4120730263369,404.9259446822747,2137.017761729958,915.2365414258857,4904.772291766538,414.67164751124466,1428.004915196611,400.388958356118,1944.8601057146384,547.78157040896,3476.5789779240927,714.7489103465387,2328.2881564232407,583.5015743038052,2966.0733032900207,685.0884506175217,4181.24536225233,10879.085996388849,3419.464028425614,78137.22441045627,28523.14401816647,2529.0013976548166,12747.206971666094 -2521,2134.3812227066746,3155.86319352057,497.153442154304,1264.4199387613785,1208.7437732665262,2250.6053564359127,1189.303177487273,2652.192843880459,225.34314994991428,969.9725355296749,1812.6362015633974,5382.7951622740475,1013.9720836121642,3140.0391668945967,1147.8979063236538,3548.7524770949485,811.224216958455,4029.36658266709,223.39961707500342,1093.4011000294383,425.5797242182485,2102.3863499120125,961.8690183135324,4825.288072144559,422.4869052313919,1404.8634012691882,417.84664585512246,1913.3427021368732,580.717345232839,3420.2393253211894,758.0335157292951,2290.557114866214,612.4416903777131,2918.0066433455117,719.0670038123789,4113.486248292129,11759.41421288914,3643.7792047404,82222.76531234603,29695.35911899821,2721.2693824093185,13231.721754517574 -2522,2370.876878426128,3204.0140574038282,538.8658232454421,1283.7119386451436,1318.2266833016292,2284.944168205439,1302.937120545766,2692.65891252375,245.52224013588526,984.7719779214366,1975.1132540039778,5464.923639104813,1104.8602581174753,3187.948594281585,1256.136278186062,3602.8978842313563,904.0666192355435,4090.845002345135,243.45579383769032,1110.08376474235,463.27274534886504,2134.463696982214,1047.1057976193767,4898.910334870135,474.73834402649084,1426.2982297966003,458.6584534582288,1942.535698906116,632.6863511061583,3472.423931593044,825.9406954383396,2325.5054941499543,667.4249484507574,2962.528389719895,783.6227766534525,4176.248131264063,13150.936757516749,4007.195006758645,90210.52549166566,32463.85536510036,3007.0371383802853,14467.985636180882 -2523,2997.3296793110994,3314.026747657299,659.601580820401,1327.7893369806811,1596.9592003756366,2363.3997712457526,1583.8270764987108,2785.1137662149204,297.7792228026036,1018.5850051542675,2395.0527728089296,5652.566683360013,1339.7705774118206,3297.4096624801646,1520.70683044043,3726.6066076799666,1091.7911931258648,4231.307826806842,295.7131095440414,1148.1994843297234,563.3820754544957,2207.7524183630603,1273.3175033628922,5067.118805742542,595.1656696018416,1475.2714560535508,562.8857915418937,2009.2344006974652,767.4403739562093,3591.6527151036335,1001.659616162679,2405.3538066189585,810.6864239395645,3064.2494534437706,951.8258914315214,4319.643348592999,15631.373401547893,4837.072536994469,109677.97780539235,39753.37569352229,3601.498026018938,17757.61808941722 -2524,4027.4065645568694,3548.1529908365146,856.6130733006175,1421.5937486138896,1960.045902261978,2530.367014332592,2031.3147252406277,2981.8738627867315,358.63765933275835,1090.5450401129567,2879.0218451881956,6051.903895357655,1610.4984423308786,3530.361957462413,1830.7035534064642,3989.8804045736465,1337.2108597304552,4530.237280507056,382.67667292941877,1229.3164010463624,714.4981085595582,2363.723633727138,1616.143406412728,5425.095846986969,795.7300126319838,1579.4950456547854,703.3483713933676,2151.180901954366,925.4416453339146,3845.3924163857905,1205.4481580164513,2575.2849789182224,1049.0937786984964,3280.729665381077,1231.7396611287036,4624.813447112901,18169.838486360615,5763.573601734003,137906.2083354614,52008.443108909734,4154.464135875721,23511.743501460332 -2525,4164.741673880273,3924.587437677736,871.6634975596485,1572.4149949847356,2028.5270243694818,2798.821421401718,2089.308267762201,3298.2300179433278,371.66920352742557,1206.2443123795606,2984.8681699017743,6693.96896444254,1669.707906601729,3904.9088989383895,1900.54644212267,4413.179069241489,1394.4476171508834,5010.864065527705,392.56832529536405,1359.7383531481596,734.4246779773739,2614.4983328017174,1661.0847495217677,6000.660925351777,825.903018405967,1747.068525528699,728.2088259469513,2379.406289916478,958.8102853044471,4253.361906677792,1249.4563748571672,2848.5048707890733,1076.2113735043745,3628.7923503929064,1263.5783944383757,5115.4741080832555,19116.73369532864,6011.376447118836,142308.69755204828,53288.911652219605,4362.367590149655,24063.32672034099 -2526,4079.6898209276033,4280.357956287472,849.9454142362157,1714.9570856169332,1981.4097389522178,3052.539338100072,2045.5385068012345,3597.220172351056,363.2948750393819,1315.5924085553092,2917.7116887248285,7300.788623287087,1632.1411863253063,4258.8955245800225,1862.2213995433985,4813.241249308682,1378.6808989140193,5465.107405900459,382.9951134991203,1483.0009448868002,716.7352498062806,2851.5070483765585,1621.0559131067437,6544.631032608917,814.768869695485,1905.4432554192576,712.8799844331926,2595.1035124117316,937.1862408657647,4638.936389449173,1221.3203921205911,3106.7266765803706,1049.9667716039737,3957.748541821336,1232.7646409802614,5579.200526533076,18985.91594513697,5903.84117927045,139513.10580202693,52093.42873092516,4300.594992327062,23515.000429218508 -2527,3904.772419314162,4479.654429400807,829.4873495196274,1794.806692167275,1908.2622480599155,3194.6677138891655,1971.527456633293,3764.709270385165,349.62813861500297,1376.8473152143688,2807.1767839611716,7640.718469908859,1570.3089733316515,4457.19269179712,1785.1317809846123,5037.349142860383,1302.246395817115,5719.566645595968,370.98658733354114,1552.0505105908874,693.5434057399069,2984.2752195442267,1568.6669453338393,6849.353650657978,772.9140482796826,1994.1620318395414,682.102288576849,2715.9333548383383,902.092517799298,4854.928526288169,1175.2459897855065,3251.378052912131,1017.0458464918993,4142.024093985335,1194.112224995204,5838.972022068117,17776.21650555029,5628.1911996626195,134035.92135733977,50389.74869717093,4066.68904133583,22777.86168321779 -2528,3677.739921233444,4529.624753945488,799.6227847919407,1814.8276724272546,1823.833843545944,3230.3040749057022,1889.3640466307554,3806.7044168908474,333.61099335597083,1392.20597920822,2677.8712541040913,7725.950308148434,1497.9766446389585,4506.912456765032,1699.299034420272,5093.540524468199,1227.6586592986646,5783.368129848759,356.76320565457377,1569.3635576007073,666.2193715897075,3017.5646626478147,1506.930974234635,6925.757853312166,725.352494992279,2016.406811095657,646.4308388597209,2746.229457656508,860.9132531389189,4909.085014902024,1121.2877948381051,3287.647014967582,978.052977871943,4188.22816876617,1148.330747918897,5904.105467414945,16694.694254888465,5336.340120867808,127926.43025237348,48332.041368711216,3836.030068810456,21865.770667639943 -2529,3506.508866137113,4600.129048397412,765.549357409572,1843.075739661711,1731.8304220686996,3280.584246451484,1802.485289415487,3865.9563469466716,316.07582824767303,1413.875875861431,2536.4294036702895,7846.205893331767,1418.8553694097513,4577.063230875851,1608.3101276894506,5172.82225318692,1159.1447748252301,5873.387129589423,341.0632536333476,1593.7909387586762,635.5602101323956,3064.5335130625704,1437.7031936256662,7033.558321897851,689.9811805286477,2047.7924881146023,613.1324582586773,2788.9749345630685,815.8063951272162,4985.495665713374,1062.2356042307167,3338.819738049193,935.0121469133987,4253.418573729698,1097.7965634484244,5996.00376207771,15653.75897909967,5037.920747288055,121667.70218869358,46214.8228750893,3602.195712046653,20936.9773224586 -2530,3369.3200054474437,4659.326666089186,736.822329680792,1866.793703193949,1657.3178328241524,3322.8010560200655,1728.7234998781548,3915.7061264489157,302.5581288352985,1432.070600983768,2427.6807971498874,7947.176255666758,1358.0223952871418,4635.964021797546,1539.0017560028866,5239.389680080812,1108.9465779151224,5948.969906114868,326.98684452501163,1614.3009343871945,609.5365491350968,3103.97003351695,1378.816290520114,7124.07097755858,662.1065650030583,2074.144887264302,588.1356326675622,2824.8653781117605,780.9736666468773,5049.652445516263,1016.7610208379002,3381.7859618910315,896.4221980959702,4308.1544830839075,1052.4881539959135,6073.164453582566,14927.022759724074,4814.688393613954,116624.21340932399,44378.68523917394,3436.2432699095893,20108.138501782978 -2531,3289.2275872187215,4591.291642829338,723.9419778690044,1839.534967732771,1620.6968768173194,3274.281846414202,1693.8016776382772,3858.5293761406383,295.50462344084417,1411.1596489020471,2370.7149120830422,7831.132380628002,1326.1562011075152,4568.270137539469,1501.6136812934697,5162.884634545788,1078.3503117930732,5862.103640892391,320.98258144222206,1590.7290731526587,597.6504601429621,3058.6461726756042,1351.991569654213,7020.046003694743,645.1798881661376,2043.8584304944086,573.8827062348123,2783.6169756109143,762.8443504128654,4975.917924156074,992.9954223033528,3332.405460572758,879.9617355399329,4245.247241014605,1033.1619460033849,5984.484711965054,14460.51356042292,4688.600910268911,114051.05745250253,43535.79713763214,3335.3104040609796,19738.127899839863 -2532,3242.915597657856,4529.494789318098,717.6068035136808,1814.7756011376805,1599.7553434372478,3230.211390569083,1676.6430327137641,3806.595194394945,291.585756122759,1392.1660338394163,2338.9945304029525,7725.728634100896,1308.4121102207764,4506.783143802052,1481.3603350429332,5093.394379890597,1063.3394093624936,5783.202192640958,317.5990596010433,1569.31852920187,591.4906867880778,3017.4780822601865,1338.0444269596392,6925.559138498535,635.152036452434,2016.348956069224,566.1432365093307,2746.1506624565563,752.7866534548282,4908.944162747718,979.77962081776,3287.552685339301,870.6859370270568,4188.107999537382,1022.2712428565961,5903.936065994557,14240.21410712718,4620.69255709712,112717.65118752628,43094.42021320402,3282.3662729259595,19542.077584716288 -2533,3235.4068140028553,4425.785247975355,722.5944377689569,1773.2236060503158,1609.9030065710956,3156.250881210277,1681.1168983564385,3719.4375178657215,293.4958905928825,1360.290315341423,2354.3682901263414,7548.836550005635,1317.012050554216,4403.593619469852,1488.5716984332023,4976.773516066691,1060.1923319426076,5650.787149730304,319.45702024308605,1533.386640005747,594.4622090361115,2948.3884193995527,1344.8105447721293,6766.988128881841,631.8870067236219,1970.1816382672448,567.1109284475001,2683.2734457009287,757.7072856471835,4796.546561850523,986.2066186960668,3212.279261481809,875.7794666005025,4092.21501810594,1028.2515494012864,5768.756640914932,14187.25059409122,4635.849504561584,113058.56616262603,43250.086738614256,3288.019355375105,19614.38691472521 -2534,3289.775318233805,4343.714353811652,729.2446167759913,1740.3412950598968,1624.9706233480376,3097.721983509151,1697.62450118391,3650.4649975616903,296.2384140483938,1335.06535835704,2376.376354366431,7408.852404629846,1329.323160050179,4321.934242515491,1501.7275804339022,4884.485203455797,1068.3779289648885,5546.000060406599,322.4101609276037,1504.9518187044835,600.5521297324412,2893.7140824482235,1358.5336898327598,6641.502427381399,641.4100896334071,1933.6469761320968,573.6328600950706,2633.515348858083,764.7858660821267,4707.600342553283,995.4234135267019,3152.711384478754,883.8753912776783,4016.3297849035994,1037.756964189619,5661.781948469276,14246.532471602155,4675.644688719628,114100.71724395633,43698.02746256479,3310.39023349897,19826.063762686783 -2535,3410.4876376573507,4220.315590578681,742.1424486451465,1690.900667541375,1631.370704795639,3009.720096076295,1724.55475075502,3546.7604651655674,296.33245464524305,1297.1380453163295,2376.0411970265873,7198.377417271461,1329.1356761050133,4199.154221349356,1504.7190398856549,4745.723907467887,1083.969132305997,5388.446065691543,327.28421198424655,1462.1982723092465,607.012826371003,2811.5077700993,1373.3847543145903,6452.8267643906975,666.7572067613695,1878.7148084184228,582.2170815513974,2558.700913438552,765.2569157509018,4573.864094552438,995.5567778604836,3063.147326166817,897.23741985768,3902.2315528782947,1053.445304821609,5500.938754550967,14272.37680798405,4680.145205167472,115624.17583471445,44603.9941833631,3292.661705896392,20282.543303818915 -2536,3494.304603908531,4177.363204637503,748.4951030578372,1673.691476308718,1621.169352662182,2979.0885813549367,1733.6338328743332,3510.663206306352,293.29185716572306,1283.936384742464,2350.460536299988,7125.115719575885,1314.8260888669593,4156.417205865357,1489.1491272793896,4697.4241629419375,1078.8467882002633,5333.604997513257,329.1806269279333,1447.3167064247061,608.32754129021,2782.8935671502345,1376.5587769879767,6387.152930373543,682.5383428521278,1859.594133247889,583.3367029835396,2532.6596597021253,757.6563461437025,4527.313458322702,985.1403451453112,3031.972054241202,902.4363704600845,3862.5164765780205,1059.5493860613003,5444.952788726109,13959.50256936251,4618.7105517666005,115749.15841506275,45078.679719351305,3216.264370482221,20557.8900187312 -2537,3585.9407433647393,4164.821885978168,750.3238901641352,1668.6667041944577,1607.4228782599864,2970.1447339126844,1739.6700904553725,3500.1234605818213,289.90958369951136,1280.0817389885365,2322.4558724366643,7103.724630904296,1299.160536483166,4143.938771478318,1474.5284142984754,4683.321512437401,1081.506398932469,5317.592398991163,329.31706294333145,1442.9715587497085,607.5376493966504,2774.538738204095,1374.8660605113082,6367.9773604502025,702.4580431412093,1854.0112424482095,584.9112041407193,2525.056085319916,749.1072997082728,4513.7215157574765,973.6289234251084,3022.869439544873,902.8104046907287,3850.9203936935064,1059.988539172165,5428.6059008297825,13816.766722624818,4572.330607803793,115802.96886419968,45385.904810100925,3163.7048794747725,20744.360089352285 -2538,3639.848415614297,4171.579901630038,744.6624858588353,1671.3743531680345,1593.845122309663,2974.964216029717,1730.6576444900281,3505.802908533659,287.068461866162,1282.1588536082234,2299.474945963264,7115.251434104175,1286.3052167673432,4150.662901307814,1461.3711975979822,4690.9208674519205,1078.9345278924795,5326.220948697845,327.4101114444115,1445.3129852611432,602.9720015951915,2779.0408217824174,1364.6293054498053,6378.310309097433,713.5456393462377,1857.0196392868331,584.5777845789601,2529.1533478232395,741.8122867000026,4521.045670664164,964.0503228654934,3027.774474993035,897.5825685164405,3857.1690595445725,1053.8505434195424,5437.414585726766,13680.39349294456,4534.568666717523,115233.1959538261,45275.63236544619,3128.176230042187,20720.553264058562 -2539,3547.4593364502216,4194.063303129244,714.6929195805781,1680.3824943337036,1512.0477731723463,2990.9982646376866,1657.6232568678413,3524.6979977392725,271.44343122798773,1289.0692551757852,2173.4068552528506,7153.600227255242,1215.7838818715752,4173.0335672661695,1382.059071724702,4716.203340699696,1026.0605695088825,5354.927474016049,313.5681200652282,1453.1027322888685,575.864696303809,2794.018909713659,1303.4281166122244,6412.687239408638,694.9184460757479,1867.0283456107081,558.3074228443259,2542.784626981994,701.626060880655,4545.412574189149,911.4251301364114,3044.0931529940754,859.6352671313418,3877.957893190589,1009.2966654937604,5466.720407053778,12818.882956618814,4280.100137510957,110025.41350380218,43549.574973876166,2926.6951384725394,19979.16677752397 -2540,3179.53152935908,4125.183531852379,641.7509536043384,1652.785304329205,1345.6764729589045,2941.8766225766262,1481.968918239437,3466.81131974775,240.63820209715792,1267.8986649774213,1925.9755587752136,7036.11550853585,1077.3730816106636,4104.4991706991195,1221.9144730504727,4638.7483802177685,900.2372720318762,5266.982645110099,281.7483714213479,1429.238194105297,515.4061179412989,2748.132291049434,1166.76939431287,6307.370652987309,619.757937917441,1836.365840989679,495.19280321004896,2501.0240690566598,622.1639015480683,4470.762537735113,807.8599808074548,2994.0995251040863,772.4026169504365,3814.269571532453,906.8769227072894,5376.939584959013,11071.935941098625,3766.5382617958853,97951.37744493874,39098.526680383016,2545.7191933295376,17980.617247348368 -2541,2740.565636406198,3884.0393500696614,569.675280721896,1556.1691036686746,1201.2962188699082,2769.904533194609,1306.2679409567388,3264.1533355294737,216.35216339940337,1193.7816265987465,1732.4484393342318,6624.808155994212,969.1157841089457,3864.5641262329573,1096.8056838128264,4367.582946242224,798.1549367703736,4959.09277533538,248.20367583285096,1345.689796263379,456.8909284249872,2587.485835530835,1034.041983876083,5938.663243105848,531.6660052261423,1729.018147302863,439.7483366044476,2354.822718718017,559.1950993791615,4209.416984068839,726.4702709452542,2819.0746626749874,680.4410892700761,3591.300361114587,798.9050109088885,5062.622006917144,9979.928315544988,3380.6987474771204,86748.09129292611,34324.551413964815,2308.324812199733,15722.311695407278 -2542,2229.0247063820334,3554.326175119852,481.9717356554686,1424.0670805724885,1100.6233980248464,2534.769423677481,1128.4474378032087,2987.061817452776,202.60733861163615,1092.4424034789906,1626.8267604164619,6062.433181470056,910.0319846380456,3536.504188365811,1028.6467432378868,3996.8221196207487,733.7326870805167,4538.119124850308,212.92007442653224,1231.4552030387756,400.4516621888295,2367.8361118597218,905.5314032298832,5434.534593429052,433.86112522520983,1582.2430990833234,393.54853014553436,2154.923591790136,522.7391668098506,3852.082746844879,681.06204915958,2579.7655379014545,583.7124163617231,3286.437578444723,685.3360000075235,4632.8598379418245,9942.063658437322,3223.304291460395,76763.30765339783,28920.75420883886,2316.8402329871647,13053.00301506636 -2543,2002.8601940721658,3326.308137061854,420.3986550535935,1332.7099665157937,1077.8173829641737,2372.1582500147674,1083.7803790093049,2795.4350669476466,183.88035775321248,1022.3597601705881,1462.803733186845,5673.514423936527,818.2790060001133,3309.629470941242,935.5342815711247,3740.4169690292997,706.3673050997843,4246.9885509133355,203.7164878293661,1152.454575207047,384.5261147916262,2215.934086533943,869.3957570287171,5085.89694603862,372.07952210007994,1480.7386368003645,351.64348974160987,2016.6803846797718,477.28340698648225,3604.962953360248,670.2222606849327,2414.267762058726,558.4811281128552,3075.6051978707096,655.7119768090855,4335.651433648549,9746.029504005895,3103.4350575812828,71032.00954284576,25994.282722418415,2350.8943964156506,11846.965083854044 -2544,2133.670254491228,3195.3715956252663,448.05767694496586,1280.2492723878631,1118.0896010456993,2278.780792425538,1131.1785933444157,2685.3957728129812,192.98028699146394,982.1156680466038,1534.646672724605,5450.182632096874,858.4672881458051,3179.3494672539014,980.653746743978,3593.179478912697,737.1690031484003,4079.8104154359135,212.84496937190823,1107.089440642673,400.8056393466237,2128.7062250771614,906.2876214334117,4885.696084068743,398.4655421746608,1422.450953313102,371.57989610287024,1937.295930843147,501.01832867857456,3463.0574648516113,693.5012534030835,2319.2327088284965,583.5065186649764,2954.537307933941,685.0942557856363,4164.9831791740935,10122.437611511596,3227.9433532147805,74593.84725981588,27440.56023851085,2429.736054596259,12489.41628040418 -2545,2155.6609656243627,3129.1560393299887,457.6051846925417,1253.7195198283025,1184.0196568229796,2231.5591365617784,1187.043344450265,2629.7481056642714,206.25905037583524,961.7639395042811,1641.7694287628499,5337.242129217886,918.3907764048901,3113.465926848293,1048.8049337315492,3518.72041493694,781.5034987044835,3995.267222835964,223.42120640368088,1084.1479638888757,421.2671046505887,2084.5944644682604,952.5057184184735,4784.45305977098,405.86331032285113,1392.9744500778206,389.5026712916139,1897.1506382127122,535.173269114445,3391.294832664605,735.6931140465709,2271.1727948568223,612.5008767143885,2893.312400099172,719.1364944144207,4078.6750081472687,11039.541592685875,3467.4921278029265,78352.83237902547,28472.915820653285,2628.8465651026836,12926.96218057846 -2546,2370.5840300662912,3163.271019703094,513.319943280521,1267.3879391320197,1291.2628280904482,2255.8882512458545,1292.0820572390649,2658.418393717454,235.47818915101988,972.2493731187627,1874.9191745178764,5395.430314209698,1048.812608040477,3147.409848995909,1194.7392455669446,3557.082540821759,870.728872105297,4038.8248023172173,243.4812467804493,1095.9676641673987,458.58121462108505,2107.3213270303604,1036.9201589321735,4836.614575585027,456.0153558869298,1408.1610676281607,441.1294471780574,1917.8339329969854,610.8671452960643,3428.2677273370414,802.8987353553399,2295.933789306003,667.494726740857,2924.8561436843524,783.7047032544357,4123.141923859472,12613.53578259027,3892.4447270594956,87322.28556482142,31510.154348386863,2942.4046397833267,14172.695708964648 -2547,3001.791596139997,3274.843253969504,639.0502571629761,1312.0901803154302,1564.2941521175392,2335.4560438501276,1571.9043747618427,2752.1838908735645,281.070830685517,1006.5417350906935,2235.944945360894,5585.73339328055,1250.7671164981846,3258.42264139254,1425.9088378577492,3682.5449637622924,1051.6824793993396,4181.27883303363,295.73600781695853,1134.6237136216664,557.6674149665822,2181.648992067453,1260.9092177415316,5007.207576033707,571.854825277994,1457.8285401727653,535.9040233235311,1985.4781580803276,729.5586904640497,3549.1867025433844,973.1549005103416,2376.914034439934,810.7491986978907,3028.019209013269,951.8995951948247,4268.56991715411,14791.813441295679,4637.243872170833,106154.4192450133,38670.02158722528,3494.409298016017,17439.845453940074 -2548,4028.610288283427,3516.962148396628,843.3104187657442,1409.0969068088552,1919.934165128287,2508.1232500239607,2012.871210656465,2955.661025270988,344.708338457784,1080.958356954815,2737.6381400224,5998.703263550362,1531.4096930318622,3499.327511130656,1743.8455477031607,3954.806457262342,1288.1821538122995,4490.413203699624,382.5123275724523,1218.5098168114573,707.0954723028485,2342.9447857965592,1600.0374242729679,5377.405313286291,764.917698291459,1565.6101367371502,677.3496064835205,2132.27045904341,895.6918511703469,3811.5886234578124,1172.0181657197923,2552.646353069029,1048.643232052338,3251.8896682487557,1231.2106748888361,4584.157977093622,17344.872508097982,5576.983741514218,134296.44962419392,50835.941974588255,4052.122193431871,23133.620241464938 -2549,4152.8642855549915,3892.4218825934427,874.780158094416,1559.5276273468066,1987.0166760185796,2775.882540301271,2065.852140541999,3271.1980302484376,362.3357892759163,1196.358045735972,2878.4090338325036,6639.105814907074,1610.1556412731395,3872.904627334679,1832.220186901237,4377.009062405679,1343.1935619481608,4969.795487828998,392.43246243958475,1348.5940635653815,726.8443688874459,2593.0701466606315,1644.5976488559454,5951.4800642799755,793.8692089683381,1732.7497137334951,707.8518202394547,2359.904896381083,941.3326324345855,4218.501746501661,1215.387772798799,2825.158788739883,1075.8389105693773,3599.051104442965,1263.1410861837164,5073.548156166335,18333.57238861785,5841.611399517707,139472.76701786811,52375.43340443949,4266.379345356635,23728.002655557946 -2550,4048.3861449513647,4244.618452739307,862.2153625200092,1700.6377890832582,1940.8638910875582,3027.0516939312743,2015.6766686460053,3567.184632233571,362.8466254887704,1304.6076684859806,2883.417956669347,7239.829571831335,1612.9575868158504,4223.335224888637,1833.2181159960207,4773.05235518707,1327.8232434742733,5419.475655584491,382.86684693418846,1470.6184016338796,709.3412169653644,2827.697954063927,1604.974676558604,6489.985634630514,783.1028763536121,1889.5334654710011,703.760436651433,2573.4352986462322,942.4605557800954,4600.2028804194215,1189.0743109829316,3080.7865869395678,1049.6151336160742,3924.7027149307623,1232.3517832693017,5532.6161382528735,18442.845679033828,5807.032061461321,137651.2144590457,51438.18342210987,4239.590127635101,23190.018102744263 -2551,3902.049495305971,4430.723796662655,813.9485383892044,1775.2022721222756,1869.2116479838367,3159.772809585207,1952.3750914111174,3723.587882657993,335.8869697992754,1361.808206421712,2667.927100273057,7557.25998104575,1492.413976095145,4408.507405446879,1699.6738329210818,4982.326889521944,1254.490215843014,5657.092626814461,370.8420519724678,1535.097682036444,686.370435463414,2951.678402745432,1553.0631201548676,6774.5391279629985,742.9685935228072,1972.380081571257,656.7489620042526,2686.267598333842,872.6975872369122,4801.89882758403,1142.6222312376167,3215.863709583373,1016.6496082081723,4096.781349722473,1193.6470021340695,5775.19375522123,16960.554298587027,5441.691558988966,130504.7837736872,49250.692805068684,3965.255075031646,22395.831401268068 -2552,3693.1188644075196,4479.589450238687,761.8378541741769,1794.7806577851898,1786.509467351331,3194.621373968403,1877.4175198761511,3764.654661785803,312.8738726227888,1376.8273434986215,2484.8390373288235,7640.607638260572,1389.9961911540968,4457.128038451401,1585.1637101847975,5037.2760741155125,1182.7902441982508,5719.483681015959,356.6035140356249,1552.027997483384,659.3104260367099,2984.2319314499423,1491.8980602387676,6849.254298069894,697.2745405638943,1994.1331057292794,612.7045124401274,2715.8939591491057,812.9673718506542,4854.858103626609,1089.2645109927064,3251.3308903854354,977.6151892744123,4141.964012284982,1147.8167408875738,5838.88732546582,15791.545411092264,5118.590549946944,123291.27794741934,46836.328929140735,3721.6089192911,21429.529716429595 -2553,3527.361363714995,4561.270463126517,722.8127160252913,1827.5067599576935,1696.3867812939561,3252.8722276498597,1793.1548658741485,3833.2995251964826,293.90775982700455,1401.9324682512113,2333.63977399804,7779.926782995668,1305.4167085486472,4538.399489059907,1489.4004594166088,5129.12596716932,1116.8517741549274,5823.772974811824,340.8891474487004,1580.327737955797,628.9511445486363,3038.6465356365043,1423.319192269014,6974.1438744043635,663.3141485203787,2030.4942083969452,577.9331012426004,2765.415678035067,763.8056434482044,4943.381780123298,1031.6111977925364,3310.6157876534253,934.534841323413,4217.488749457125,1097.236159566902,5945.3538300818955,14756.036554562223,4817.7419143362895,116872.87973395854,44667.02530920233,3487.740256327742,20500.727210780842 -2554,3390.7172815067547,4622.547464431346,694.5254792791444,1852.0578439198912,1623.3990559071456,3296.5719506435967,1720.2003147652702,3884.796822255745,280.7529902336198,1420.7663037759366,2228.93178216542,7884.443844083584,1246.8440172618934,4599.369237216945,1422.6745963396718,5198.031650601964,1068.5060174776447,5902.010682279834,326.81423383265866,1601.5581704950675,603.1921496330322,3079.4683087004682,1365.00738989032,7067.835889983508,636.5327662058344,2057.7722655223065,553.6396641489257,2802.566814211104,729.6732852890323,5009.792139745615,987.3829922966793,3355.091248948648,895.9489923421464,4274.1473198472795,1051.9325637267746,6025.224878586632,14057.21215811893,4600.337384868747,111947.86416679785,42869.519791117236,3325.139930835822,19685.56833393964 -2555,3316.8966565956384,4566.663878554959,675.8106072657657,1829.6676717550574,1587.526485061317,3256.718544460315,1687.7823163476678,3837.832160778645,271.5910640998751,1403.5901652163498,2155.8814605248476,7789.126057075723,1205.9803366300362,4543.765861000051,1376.7787668895598,5135.19083601439,1039.0868219591775,5830.6592200516125,320.8018363517984,1582.1963761066781,591.4201988262901,3042.2395440404944,1338.4292088324132,6982.39036087704,620.2822447450233,2032.8951400846101,536.8885887401308,2768.6856081355827,705.9270724585908,4949.2270181501,963.9975941427747,3314.530382591638,879.4662296381956,4222.475664632291,1032.5801731591587,5952.383837035864,13563.776538739663,4464.331873956366,109085.39582606085,41935.64671952977,3220.017719928345,19307.748065274543 -2556,3271.2265102162137,4478.8096750806435,666.2382425329978,1794.468235098552,1567.0133703978292,3194.0652769388767,1670.9981526536628,3763.9993374047444,267.7375009301066,1376.5876751604173,2125.289740227009,7639.2776154772655,1188.8676085796274,4456.352173216604,1357.252387961652,5036.399220825621,1024.630174295228,5718.488073864715,317.4130450887811,1551.7578314580219,585.3173876710689,2983.71245752229,1324.6049019686925,6848.062028463027,610.638766952476,1993.785981182498,529.2730264605069,2715.4211955923665,695.9112560091887,4854.013004363141,951.1473480521972,3250.764921765528,870.1759852025358,4141.243008568421,1021.6725090729426,5837.870933375073,13367.44082860848,4402.845048333239,107673.8587533058,41457.49824877681,3170.56506556352,19100.242452904113 -2557,3274.632878117913,4366.197749007706,661.0304883761872,1749.3494337001616,1576.9529228393671,3113.756027622025,1679.343980005586,3669.360081470125,264.21663926114326,1341.9757579872926,2097.0610491389866,7447.20118702995,1173.0767374188956,4344.3049022023015,1340.785173407311,4909.767669615711,1021.7016933875431,5574.706577677019,319.2714662614498,1512.7415635483778,588.2603753727544,2908.6921661804054,1331.3091206450354,6675.8793480551385,607.5223875887071,1943.6556796500624,523.5006581373726,2647.1466241953517,686.8184389735216,4731.967239247083,956.745883844803,3169.030057904905,875.2707773034589,4037.118612721532,1027.6542979495266,5691.087761580495,13186.720120191914,4378.212941901275,107325.52110382634,41416.228234489834,3157.679121697417,19148.671246349615 -2558,3331.272852275879,4255.405283596192,670.5036744076467,1704.9596126779863,1591.712740555848,3034.7443275521855,1696.4197253393409,3576.2499033978966,265.24574221130564,1307.9230624162574,2104.7538278198454,7258.228119991445,1177.38000733101,4234.067968768925,1346.1127692401044,4785.18209287721,1029.630498929153,5433.248146064068,322.2231235616128,1474.355677935642,594.2857993839596,2834.8839708719074,1344.8919310402644,6506.478607575866,616.711635201043,1894.335328846331,527.8259522269983,2579.9751588472636,689.5930827839004,4611.893356473027,965.5066678550758,3088.6157768159933,883.3626353379365,3934.676545281095,1037.1549380978784,5546.676152160811,13179.648604388422,4397.4808035054575,108290.04453290296,41862.87924463303,3170.1694515372888,19368.519392064965 -2559,3438.8011097663234,4143.1832451022765,696.1457303864645,1659.997022622915,1597.978020861911,2954.7131267500977,1718.0765849203663,3481.938309653806,272.10933083718334,1273.4309794122348,2158.5653163688626,7066.816702935783,1207.4816609994396,4122.408630372021,1378.4568198224995,4658.9889683122465,1044.5647917957817,5289.964453451994,327.0612751952956,1435.4744930386792,600.6521820746503,2760.1234164938487,1359.5321184488892,6334.892061971411,641.1252080332708,1844.3785895872863,544.528511024999,2511.9369692286186,707.5737929234596,4490.270140988703,966.4798932482265,3007.163897265324,896.6262469932849,3830.9126512924863,1052.7277275447566,5400.401176411607,13361.755020469955,4449.973294230183,110676.28470398577,43012.482441624896,3175.0299351837757,19851.20755463889 -2560,3518.976309222786,4089.8988887422083,709.8843482925728,1638.648250995531,1587.9819229341363,2916.7133623482605,1725.3927016305884,3437.1580451229797,270.7859553584163,1257.0537288556334,2146.788132536765,6975.932289369079,1200.8936122674238,4069.3914506993074,1370.4758783661205,4599.070974398113,1039.6551210287735,5221.931654901981,328.92049880868177,1417.0132447887304,601.9225452253539,2724.6262175958555,1362.6035639635393,6253.420732762963,656.387323894174,1820.658536619167,547.5924487506319,2479.6316289372785,704.4005923878791,4432.521994167475,956.5674168790207,2968.4895777250445,901.7232389554067,3781.6443223724305,1058.7120992755547,5330.94808111069,13081.641922984185,4396.598580800353,111124.28343198563,43589.53990276026,3102.857318691443,20140.918753605692 -2561,3595.618843426335,4065.725991208972,727.6568980237901,1628.963200743222,1574.5147724255019,2899.4744488299007,1725.6983379396129,3416.8431005508787,274.2138216841397,1249.6240510547857,2173.205750470568,6934.701808856743,1215.6713856989072,4045.339760123007,1385.4545825167606,4571.888671256533,1042.1357340788518,5191.068002216834,329.03038412993345,1408.6381438629346,601.1172636817719,2708.522614018857,1360.8729624934513,6216.460577336778,675.5943342397832,1809.8977345930218,557.495517341815,2464.9760389295493,713.4764727160226,4406.324060454797,946.1973339724784,2950.9446465805745,902.0244854516013,3759.293329548751,1059.0657924006816,5299.440098829172,13080.342157188814,4392.541203678218,112184.10130988644,44202.10525307423,3070.3033383025295,20367.78537905567 -2562,3641.257112298824,4048.7659697656013,737.3450127813281,1622.1680426644918,1561.2137001511355,2887.379401369007,1713.6159979116935,3402.589869423332,274.65480502706976,1244.4112918211663,2176.031038523187,6905.773963833271,1217.2518259499889,4028.4647790677777,1386.3712695964425,4552.81721143143,1039.626212007624,5169.4136593462235,327.11742151699764,1402.7620633849285,596.5943642533186,2697.2241148792345,1350.7280465471517,6190.528848311884,686.301798914261,1802.3478149832456,561.2465538761829,2454.6934850712632,714.7641554399116,4387.943247110922,937.2620627355783,2938.634893146029,896.7801700331804,3743.61158030669,1052.9084483886415,5277.333685876519,12982.081940024205,4365.649834982648,112310.90478821764,44330.257440278045,3039.5579159554045,20391.202250936072 -2563,3543.8592746279564,4043.5674981266698,714.4887445798009,1620.085236538787,1481.0883487592046,2883.672108815933,1639.2335908619311,3398.2210649364333,261.5231779070008,1242.8135119405788,2070.9504850605626,6896.907195449043,1158.470727100855,4023.2923734363326,1318.8914978577618,4546.971555908833,988.691348093641,5162.776315894245,313.26147610274194,1400.9609667403877,569.7511905784647,2693.7609749571575,1290.0982029658182,6182.580429240924,668.4531151518228,1800.0336644322758,538.3345704585115,2451.5417458599322,680.808493366642,4382.309283899986,886.3340634942184,2934.861790362793,858.7946141831045,3738.804916060664,1008.3096559445538,5270.557776945236,12184.1569089166,4126.8543691821105,107604.20468740849,42767.179695143364,2846.2121681163603,19681.473951768796 -2564,3188.352378345335,3898.5950731799294,633.0244656499646,1562.0009618308088,1318.1206046399343,2780.284954141254,1469.628409414107,3276.3859902116596,226.0827110342332,1198.2554110393146,1789.087870806157,6649.635111770436,1000.7993631385727,3879.0468645096207,1140.9757807906105,4383.9507845406415,867.5990006479228,4977.6773402200315,281.4493479655883,1350.7328677416253,509.91529628991566,2597.182628992274,1154.7932181411595,5960.918820359519,596.2342289385957,1735.4977699679416,470.23882229696585,2363.6475900383375,588.8032097870306,4225.1920837919315,784.93796627739,2829.639352298004,771.5828553362234,3604.759023334693,905.9144416465878,5081.594555211052,10378.23519642123,3588.459023045283,95091.43784080057,38199.60157717876,2455.1123283022334,17689.908229868026 -2565,2759.5688692978115,3663.689061145818,549.0885063702244,1467.8841300363656,1176.7007071497276,2612.7616185199804,1299.647227220779,3078.9705745559663,198.72878239841648,1126.0557096797297,1573.327922771477,6248.967887740447,880.1052250207948,3645.3187105641177,1004.4949323152197,4119.800141444929,769.2640972480149,4677.752287416353,247.9688912559834,1269.3457871834544,452.0462494482147,2440.691943899602,1023.4800053983905,5601.749519145685,511.4364533472601,1630.9270586258338,411.80594810258305,2221.2283290461824,517.4161030556766,3970.6072900774875,705.2939248493046,2659.1422159537206,679.7974361384634,3387.557813508907,798.1492985919205,4775.408072816194,9266.312816795828,3194.058839573857,83511.24463039878,33314.49586793614,2214.122484140154,15440.998114291911 -2566,2251.7713487380665,3359.838292369574,460.754793867604,1346.1440713299353,1078.1027358592612,2396.0702964217917,1126.0503328603806,2823.613867012212,183.23767177494088,1032.665444468725,1454.4037934629653,5730.705102591818,813.5801566796082,3342.9915004343034,929.445212641472,3778.121462034559,707.0563656199088,4289.799433078936,212.84657425334325,1164.0716531503783,396.3141500215919,2238.2713478493624,896.5324636858717,5137.164269284976,417.11729980133646,1495.6649137465267,364.69127669040887,2037.0091106179752,476.30395188100204,3641.302030416265,660.7644371558698,2438.604284617865,583.5109183873742,3106.608194496551,685.0994214940654,4379.356063508483,9177.35799273377,3024.159110675788,73504.00420413207,27944.222384326782,2215.026763161048,12820.627416270423 -2567,1932.3111352899864,3110.441536387317,433.61411288075954,1246.2214157554433,998.2271768996479,2218.212879774637,1018.1178514029284,2614.0204052736963,191.79127918981,956.0119303843196,1533.7995977778205,5305.321754433895,857.9934421815537,3094.8452615578562,972.6520015005008,3497.6760493853017,692.4465370888533,3971.372779970617,188.74811519989868,1077.6640142214646,368.7482848233611,2072.127157389537,832.6128011943238,4755.838743405558,377.368402478809,1384.643505849603,362.26648480444226,1885.8043739947327,496.12787332560015,3371.012559640292,648.0926446637704,2257.5896211772615,517.445894680397,2876.008404151012,607.5325618237646,4054.281729422019,10147.909931409764,3120.067662189906,70048.17958606833,25225.4981525285,2323.351072673747,11215.259753614031 -2568,1955.9246474057702,2946.364720918881,430.3887849801934,1180.4828256312867,964.4304648847111,2101.2014197980525,1024.0767428832535,2476.1299679678173,180.5911053447819,905.5819861939915,1442.4671300830128,5025.464284579643,806.9028965496888,2931.5911547233086,914.6965074092083,3313.172485820525,655.5480705128758,3761.8815578554345,192.5384798794564,1020.8168825426101,358.92593084209307,1962.8217673821032,811.9154007597484,4504.966683355296,379.8904728348227,1311.60310488366,348.7612185508369,1786.3275721767889,467.52430663332916,3193.190536876188,609.9098865735339,2138.5010251229583,527.83703761023,2724.2980136186,619.7327894211593,3840.41703291721,9283.48424990757,2937.6050395126,68302.72609341404,25250.44237831519,2172.291206418478,11378.234329339886 -2569,2027.0636327800976,2847.5937282634386,452.984803013393,1140.9094966158818,1073.1021845786688,2030.7628388141766,1114.0412289387764,2393.1226562308652,201.97402386793752,875.2241587762871,1615.3835163333665,4856.995631524497,903.6307387420345,2833.315416368135,1024.5074110556716,3202.1049954518726,728.8394098098803,3635.7719920289383,209.14911075250654,986.5960353771841,388.45673531056786,1897.0220878673488,878.8453531001309,4353.946672819759,397.10050596942733,1267.6342303856932,380.06199859379103,1726.4445080540745,522.4372589911601,3086.1452017125002,682.530323386547,2066.8120493670294,573.3744605625516,2632.9713638036915,673.1982193520776,3711.674722143883,10715.425842593975,3322.518376394692,74440.63729424652,26846.176765981898,2498.804853652878,12023.75697836708 -2570,2330.0357777068343,2803.796588002095,523.8701506900738,1123.3618483145012,1272.617251497825,1999.5288871425287,1296.35100192418,2356.3154643912276,240.84521742780382,861.7628581484698,1927.4372078541173,4782.293079397325,1078.1907147136371,2789.7378823036197,1222.4936380470763,3152.8553288911594,866.5375274596914,3579.852352119399,242.8617235882491,971.4217903597776,455.9859335237647,1867.845122896345,1031.1792150808847,4286.981216607653,458.10579175493064,1248.1375045581153,447.2785522461091,1699.891095071675,622.7400354215672,3038.6790435577336,814.1091322283875,2035.0236462948103,665.7963270926075,2592.475202086502,781.7106144039697,3654.587667625979,12960.788548624661,3979.4620917937027,87562.77696630612,31102.600381412714,3026.52497819528,13871.215163778423 -2571,2994.6181199274924,2807.565480255478,668.023379564268,1124.8718828819074,1558.4173761789054,2002.2166744682625,1574.5034722782757,2359.482847909088,298.8878610851179,862.9212486587612,2390.586266830896,4788.7214870134385,1337.272054890254,2793.4878766999946,1516.15750278651,3157.093429499436,1078.1155817613094,3584.6644265244727,292.0504294705387,972.7275855362611,574.2621334568742,1870.355899549804,1296.333659909467,4292.743820915972,586.4089103796994,1249.815263847864,561.5733460813854,1702.1761061909644,773.1015198987119,3042.7636672272215,1010.0478055448174,2037.759146041401,800.6453235791475,2595.9600339562753,940.0366483662895,3659.5002020119487,15866.873297871229,4879.4485070736355,109041.00943484095,39032.03596030746,3669.064622099375,17359.15453240333 -2572,3560.552678868972,2788.0062292957905,750.5889790986165,1117.035324265728,1546.2384317263422,1988.2679852259253,1733.109426650227,2343.0452198352687,283.11680685671035,856.9096014221567,2255.120758648243,4755.360268548812,1261.4938907605324,2774.026699100586,1429.9686417251817,3135.099149000894,1039.938400606213,3559.691419975654,329.78284102172915,965.9509589198149,605.1917518673063,1857.3258346482014,1369.8490404459908,4262.837891993058,684.2489690785817,1241.108271768511,571.4813932584093,1690.3176865484975,734.2617528181547,3021.5658791090605,954.9758109825555,2023.5628457901255,904.0873178627821,2577.8749584192838,1061.4877612910752,3634.0058428094458,13566.999487016019,4505.934112940691,113358.87323736328,44269.40070089362,3159.8987491436806,20258.602285823734 -2573,3603.6043783453656,2711.2637650952597,754.773460491222,1086.2878881651839,1541.1433605675554,1933.5390599193981,1725.7761141441479,2278.55072121686,282.43826459365175,833.3223677498556,2249.103591732283,4624.464554853828,1258.127942717591,2697.6690344691065,1426.19752301932,3048.8026294023402,1038.4604038498726,3461.707603263946,328.1750884674569,939.3622604780986,608.3689084334782,1806.2012138075181,1376.4797535964308,4145.499314739745,692.027947499931,1206.9456124048572,571.9131371125127,1643.790120295449,732.6302510610005,2938.394468345878,952.5703979179403,1967.8623966236983,899.6797243989269,2506.916552863674,1056.3128114536094,3533.976452499667,13437.650504963425,4479.6206298041725,113529.32922969293,44495.69877818664,3126.014747906858,20373.499641210976 -2574,3449.7475138686677,2817.8324652091,717.5592367215233,1128.985426369146,1476.7076767857861,2009.5385797328854,1677.7722635988653,2368.1112396841595,266.3523792890971,866.0768649884412,2120.413204126793,4806.233360485318,1186.1397189644465,2803.7033812714476,1344.6897870108864,3168.6386030548892,980.4413600843957,3597.77318426841,321.1692186793547,976.2847526103359,578.7471282347642,1877.1956032053881,1310.965245386299,4308.441953881721,662.6102525002392,1254.385712729279,540.835622676261,1708.40079323516,691.029115894212,3053.89074832597,898.2045761076072,2045.2110265544811,880.4733945413831,2605.4531990476225,1033.762684181283,3672.8826266699175,12583.953823185358,4247.701809322717,108398.69078599324,42711.861935101064,2975.0195855375396,19663.90132204044 -2575,3355.355253718222,3043.3162466097538,697.125616630075,1219.3271717450739,1429.8782900667352,2170.3424470398245,1627.6243216192047,2557.6081965452017,258.2060298555201,935.3805900722977,2055.435188788485,5190.829565475022,1149.7916125188503,3028.056549226013,1303.482559416891,3422.1939946299103,950.6992696100748,3885.6680510594033,311.0035161036221,1054.4073452272978,561.901189216809,2027.409346664413,1272.668946956209,4653.2047443247575,644.1265553513557,1354.7620258470154,524.7932374912052,1845.1075264290919,669.920378718156,3298.263982866694,870.709217037601,2208.8694135322876,852.6045013406017,2813.942329198975,1001.0418523889632,3966.7877730998493,12177.689018560837,4110.107115310337,105105.50451797791,41495.43926087944,2862.8799312623623,19101.824503944707 -2576,3156.056412936107,3262.3669207754388,654.609023233715,1307.0914451086583,1354.9134657511827,2326.558540823731,1565.4653661839818,2741.6987590455733,241.64764739513134,1002.7070629898219,1923.4388748688057,5564.453147008209,1075.9540838747544,3246.0088666227634,1219.8310077381254,3668.515389090486,890.2399008871631,4165.349207139326,300.4717251603037,1130.3010812380026,527.670996717297,2173.3374554146567,1196.5529072161282,4988.131368335911,606.3056787594472,1452.2745782892564,491.60790345954,1977.9139832088363,626.9979377614961,3535.6651894709025,814.836798033407,2367.8585868451896,823.7319905794704,3016.48321365719,967.1426745051992,4252.307734075874,11370.074022393163,3865.232955692579,99112.27859657248,39302.16507778235,2691.0388755355393,18161.57853815441 -2577,3053.5843737446985,3420.985335350161,634.1143047833194,1370.643086527962,1322.2730404230701,2439.677339574003,1530.0422982301252,2875.0019468727487,235.10973280093492,1051.459336561955,1871.6190177971746,5835.000500383156,1046.9665306072607,3403.8319418999035,1186.974080215729,3846.8810079774607,865.7125433925022,4367.871211386927,294.1284417062303,1185.257059474642,511.9544168419816,2279.006544724756,1161.3514990897963,5230.65757968795,586.8708615423465,1522.885118651363,477.3657547813062,2074.0814554155454,609.9880854585106,3707.5715447154585,792.8328050526491,2482.985420859695,806.3421163620345,3163.1466014859993,946.7252454720876,4459.057718808623,11098.093174027856,3771.7038642543785,96395.98825098536,38171.437528413655,2635.856053739539,17650.12634721364 -2578,2929.818105923407,3587.9862887518148,608.3233567899688,1437.5532541508014,1259.1575956603008,2558.774149926031,1463.4830910553712,3015.3498347160667,223.70197693793284,1102.788031208623,1780.4665045618817,6119.8455234219255,995.9766498512889,3569.9955245503106,1129.1094992986573,4034.6727501157507,824.4130826489219,4581.09593617593,281.2428033932399,1243.1173071971143,488.8978706373583,2390.2599493637113,1109.1090917717559,5486.000621851579,562.378784759351,1597.2272282500105,456.06642830143795,2175.3311091068063,580.4620363628751,3888.56266922402,754.2990701738073,2604.1963855139857,771.0166211202313,3317.5607384712703,905.2496267792355,4676.733861006356,10506.234768779716,3582.8818277158516,92036.48804221979,36552.871516324696,2495.995580794456,16910.615944411413 -2579,2846.842994358328,3562.708713946782,589.4230332777953,1427.4256067760239,1218.218710567829,2540.747435279237,1432.280013317767,2994.106517468917,214.50799486676286,1095.018824553525,1706.7982175289872,6076.730851133879,954.7672850408229,3544.8446957390765,1082.3852872186849,4006.2482428720637,791.5142539814173,4548.821845391709,276.3221191688236,1234.3594725246085,472.1174103397741,2373.4204271885765,1071.8358700939464,5447.351424240641,546.1922517944962,1585.974668319864,439.35005455877524,2160.005773274687,556.708661232455,3861.167516108883,723.2041490101652,2585.8496685412388,757.5267494558377,3294.188327601183,889.4111857456953,4643.785995406808,9998.861848520564,3440.5506171436004,89049.83888192776,35564.0829540356,2391.987231427233,16502.739280891576 -2580,2849.4545942435475,3408.8339042698485,592.8927546141512,1365.7745257570207,1240.4033208381734,2431.0115406465134,1448.7957147337484,2864.7898633387476,219.27442935426885,1047.7245249771297,1745.4980521570847,5814.274423103219,976.4156179602769,3391.741440130264,1106.88417132402,3833.21678411787,807.4011450901959,4352.356416440453,278.88895602356774,1181.0469948123255,476.88401328688207,2270.9114527424426,1082.6199182030653,5212.078144568042,546.6211794172115,1517.4757901250741,445.90360439347995,2066.714262811706,568.9166884324435,3694.402151781967,739.4214427434088,2474.1657904733197,764.563636639559,3151.9110204597664,897.6731859701471,4443.21902695767,10342.213206405258,3527.0212616618405,90203.96260149125,35773.204398722344,2468.339466010503,16568.032785451032 -2581,2815.4832118093627,3297.8465013719715,583.179930410214,1321.3066015885886,1226.3927213441787,2351.860820814385,1455.2218401617797,2771.5158594684312,212.85502327671824,1013.611914258852,1693.7818778986798,5624.968861119846,947.4860639085501,3281.3105466597312,1074.1336436667689,3708.412001144755,785.1426017628096,4210.649091087474,282.4844675799265,1142.5935698770793,467.5744767593472,2196.9733931510896,1063.0036232831003,5042.379346324513,540.0862343863083,1468.0686609905554,435.3948905540111,1999.4246103959176,552.3902341859463,3574.1170010232254,717.6571392905785,2393.61002180432,774.4205970237375,3049.2887079182706,909.2462305252575,4298.5533277310915,9948.068489891673,3445.390725535626,88890.40090953311,35472.69049299392,2423.320775349446,16524.65159384889 -2582,2929.9508997571243,3212.3965962307584,610.5591332580805,1287.070464848679,1268.0132803139816,2290.922179807195,1469.7911296275859,2699.7036125398913,225.87121397910082,987.3483989959708,1798.0925494006508,5479.221308768636,1005.8364978426249,3196.28910165485,1140.2931149558785,3612.324007482671,831.8674688926254,4101.547722886536,281.8914716470402,1112.9880342281829,491.2220676430084,2140.0480123110688,1114.266140935863,4911.727165681724,562.7737088069445,1430.029799033141,459.24214236586124,1947.617880390667,586.0151681546525,3481.5087008570486,761.682240258668,2331.589624789739,772.7949208642207,2970.2791388763553,907.3375262297158,4187.174288729047,10664.107621683788,3620.2642179194136,92514.600344395,36637.25732415623,2525.749225691351,16929.837793865838 -2583,3088.3257904493084,3165.415388781417,643.9493257051514,1268.2470964694676,1336.344498138743,2257.4175090868653,1546.4360891882432,2660.220525171011,238.04658560648963,972.9084571742068,1894.9785922791627,5399.0878553618695,1060.0336625498787,3149.5434658485146,1201.6760918398847,3559.4938731932407,876.624462844316,4041.5627058875743,297.07528500878857,1096.7106163694843,517.3902916934327,2108.7498719332875,1173.6530117286047,4839.893297728988,592.7475998272604,1409.1156545199924,484.4195799875108,1919.1340251350478,617.611803354319,3430.5917366492135,802.7326754628018,2297.490193860971,814.4207770022232,2926.838892248732,956.2103905767176,4125.936985677441,11233.960735965215,3816.5163836465135,97541.03066133894,38593.85899277821,2671.837585089304,17832.392958029843 -2584,3202.262303062197,3220.7791287545397,665.6841291074977,1290.428988526811,1362.2886725332496,2296.900186913857,1582.9341693361139,2706.7483072588557,242.38582814420022,989.9248181331963,1928.7850844260574,5493.518967681498,1078.944704518609,3204.629602756572,1223.1011005001099,3621.750123646126,894.2584189095849,4112.250435380154,304.1089909573478,1115.8923015301853,531.7410945544933,2145.632323440865,1206.0039296515315,4924.5439868558515,613.8553780575226,1433.761365463773,496.5608939752141,1952.7000580537326,629.024210155915,3490.59346328987,817.2250960914487,2337.673750854635,833.7034186520032,2978.029882204733,978.8501154265131,4198.100437978238,11323.130155648127,3872.5503260461255,99985.1936430038,39775.35474573563,2695.104527989516,18398.061885419742 -2585,3302.211271590863,3284.135526278719,682.8251828557261,1315.8131979697744,1371.6596396970563,2342.0828323229357,1592.2594935621778,2759.9931324694894,245.60346627833601,1009.3977679349267,1953.65580342877,5601.582749024256,1092.857156860873,3267.6683206920397,1238.8594779890907,3692.99407779324,907.4130684467669,4193.143089886294,304.572505886533,1137.8431753478685,543.7022216895331,2187.8393575125297,1232.0611082342325,5021.415381628332,632.2710680561627,1461.9650861766117,505.95125284771444,1991.111894500084,637.5281231200972,3559.2574163939794,827.9339087288704,2383.658458753018,834.9741274851799,3036.6111252869964,980.3420530390991,4280.681859914437,11355.416920674332,3894.2003249428058,101594.5809005685,40612.22823425924,2680.4865210848807,18767.13943509859 -2586,3411.85414126934,3275.8179666139104,706.6735660082893,1312.4807061483245,1404.8792415609382,2336.1511606419426,1602.6501207179563,2753.0030410527106,255.59449912921053,1006.84131857614,2033.4449401908505,5587.3959110087235,1137.4904689300477,3259.392466664493,1289.461208640071,3683.641023286797,943.6953910827536,4182.523333924903,304.572505886533,1134.9614189695392,563.712568768726,2182.29833027796,1275.52319208637,5008.697903404829,653.578494785866,1458.2624430503338,525.2216287498787,1986.0691087047667,663.3963980641598,3550.243069791537,861.6739324850553,2377.6214906399296,834.9741274851799,3028.920457830889,980.3420530390991,4269.840399051752,11862.471695507547,4026.045974987891,104658.26401429447,41654.91005924887,2761.42203920975,19156.72545790989 -2587,3349.9076706667092,3317.8606190728024,690.2472723163107,1329.3254059301726,1361.9789879308655,2366.133898492248,1560.9564063277826,2788.3357583321426,246.93188424451017,1019.7633673803062,1963.8572196440803,5659.105922624415,1098.5637356253883,3301.2243102222574,1245.32200894077,3730.9177770331135,912.8705665833364,4236.2028657919245,296.95972208531595,1149.5277926137103,549.0853663255475,2210.3064831108036,1242.4746882343181,5072.980762638946,640.8058909975771,1476.9781414535614,509.7094638967772,2011.5588075059875,641.052956142835,3595.807761434682,832.342413049775,2408.136468892245,814.1039655720012,3067.794367013896,955.8384226824961,4324.640579581267,11356.230140293024,3882.9728221739874,101826.50615986409,40708.50072057213,2655.3161597295857,18754.8998400847 -2588,3084.5457747925093,3296.351936521153,636.9487846734922,1320.7077931228014,1251.1487978839182,2350.794971171188,1412.4684500240667,2770.2598246028538,230.25499326747556,1013.1525512354999,1831.757222911175,5622.419657952483,1024.6682077655253,3279.823475807399,1161.6194670964205,3706.731370397703,850.2950272417081,4208.740849412778,266.8885933282623,1142.0757531176885,508.9864449418563,2195.9777375891285,1150.3304105939549,5040.094169336327,590.9386245136124,1467.4033408131634,472.79069502634684,1998.5184827931578,597.6471171296868,3572.4972319890335,776.2303045176533,2392.52525166609,731.6650913757547,3047.906788013583,859.0470461362631,4296.605248367689,10667.263063055565,3600.1716430609486,93811.85866151424,37365.37058689223,2441.8480211737015,17133.898483500692 -2589,2615.821073462707,3197.9708314447316,543.3145218271846,1281.2906754507153,1091.7762085246377,2280.634438702075,1258.99652629218,2687.58017505643,196.13436400439426,982.9145579868973,1560.3781022715025,5454.616016288988,872.8612140805757,3181.9356700696235,989.3658968896401,3596.1023066739954,724.0697279985637,4083.1290871619026,240.71369237565477,1107.9899889649434,431.6111319332232,2130.4377950381995,977.8768766914984,4889.670293604222,500.06583138444734,1423.6080285885866,403.85568730320176,1938.8718004488123,509.07099621740065,3465.8744464570786,661.2154675870435,2321.119260220114,659.9075799047207,2956.940640056954,774.796643877256,4168.371133639735,9104.888965323778,3113.3664580030836,80834.05519466172,32149.73306421849,2163.318750993137,14835.285685570374 -2590,2093.6074659681617,2979.7649115992117,449.4846837366219,1193.8648591558544,957.6973793188085,2125.020781868458,1054.9359731387547,2504.199545536481,175.8994110786325,915.847725123325,1402.5671993738688,5082.433289187397,784.5832408778904,2964.82387125339,889.2942279358009,3350.730834248183,643.2219857421791,3804.5265028132344,200.06353691765779,1032.3889320871044,365.2402622639344,1985.072448309894,826.893777774633,4556.035291788021,403.0617631745506,1326.4715268033897,349.8252915241982,1806.577502915041,455.8862785344319,3229.3887617779,593.6027191968049,2162.7432180538162,548.4666998854232,2755.180841015654,643.9540494610101,3883.952261356756,8664.138467402428,2836.1467510733623,69171.44559336094,26393.59761878654,2057.471687056784,12030.029484360153 -2591,1469.8761334468231,2771.5010745935615,348.3315756997816,1110.4224119124017,760.3934702717054,1976.4973262005572,768.6329561892218,2329.174259497613,142.08198878716908,851.8366480733866,1121.6467193534231,4727.2082665652815,627.4388981741635,2757.6043040084724,713.5197123384955,3116.539184565608,525.0018138059114,3538.617845260673,156.5697421909965,960.232474561993,292.49331314880527,1846.3303605666897,661.5843924442163,4237.601650359681,311.4569714788974,1233.7608405423873,281.28589416309296,1680.3109101578136,370.60153610025253,3003.67803805848,495.791435655043,2011.5832391922288,429.2300892228607,2562.6137927358554,503.9584976869403,3612.4923225044627,7130.716391332623,2275.402241049867,54201.211095505045,20324.230990395517,1703.275511336164,9182.187714377764 -2592,1555.4885123716222,2648.8171010533656,365.07216994744755,1061.2681701730296,778.8668081322674,1889.0051913813718,800.8550098971789,2226.07043758601,144.77043670607068,814.1290297178244,1142.11706985451,4517.952459590954,638.8898246932056,2635.5354884598732,726.5181037991581,2978.5816660348596,536.5089221865105,3381.97648506907,163.1320250127236,917.7265789007847,303.5630195291438,1764.600229852076,686.7296610732774,4050.0188947503016,328.90686175799476,1179.1468684593242,290.23929592120646,1605.9298387843035,377.7717966643807,2870.71645982836,504.9266290870109,1922.537982398615,447.2203420115477,2449.176476898678,525.0808304311568,3452.5808158588115,7138.443569067267,2305.3270289101856,56038.81190019983,21315.564786081628,1703.275511336164,9665.03260199636 -2593,1584.8689566884482,2590.0093709406124,376.41331904287244,1037.7064179841102,844.7698779025853,1847.066430327553,842.4171476715054,2176.6483202742947,158.14446153144908,796.0541387645894,1249.1530309667894,4417.647108647616,698.7647606659287,2577.022630155577,794.7679854271723,2912.4526657859124,582.8031803234379,3306.891512119247,171.71792371992308,897.3516662849474,321.5292873138878,1725.4234463615226,727.193976516202,3960.1023738930057,337.67019914974696,1152.968031583015,309.06269273893446,1570.2757770139804,412.35095586586607,2806.9822296572056,552.0707935669693,1879.8547428667296,470.7582620245603,2394.8010694027494,552.7166721539728,3375.928320399328,8055.636960059657,2547.475883816304,59656.781442636835,22115.17201697256,1925.9259049748782,9969.725606513526 -2594,1781.6052755868002,2596.8323720577528,423.4893079652994,1040.4401038651765,970.0709217055124,1851.9322568604434,957.0316893906142,2182.3823821226733,181.78062384788097,798.1512270373329,1436.40828971233,4429.284754246747,803.5136367579912,2583.811419602336,913.9779224175732,2920.1250966331645,668.5228814829517,3315.6030344537235,195.4877930574756,899.7156080877165,366.0037315309383,1729.9688222331895,827.7835591115924,3970.5346847657843,380.3968618035336,1156.0053573378102,351.72291397037105,1574.4124390280233,473.86380032421647,2814.3768140566394,634.7651136555071,1884.8069454164768,535.9224693215696,2401.1098227822517,629.2258844317503,3384.8217101144032,9353.8069549005,2939.9188818896437,68031.1044523365,25013.567465671305,2237.636456069078,11260.63580685866 -2595,2269.386335928753,2642.124070866764,533.5017800562587,1058.5865581069409,1181.3569560032238,1884.232053680194,1191.2249101088212,2220.445603530711,219.96345968411404,812.0718887511933,1736.6362032983764,4506.536498790321,971.4583809018031,2628.8760182476394,1104.8995576750094,2971.055386853069,812.0937278587825,3373.430907990177,243.4763010951207,915.4076676806833,453.17210283150877,1760.1414385670957,1025.170842961702,4039.785308328616,482.1125385395471,1176.167400536871,433.1550803242361,1601.8719757916972,573.7102032347167,2863.4627344144146,767.6106992686392,1917.680114052037,667.481168329601,2442.987898576046,783.6887843411554,3443.8568357799177,11067.269390017225,3530.603750297493,83893.33745147746,31444.23315605976,2643.9734244597325,14223.58481478235 -2596,3105.28459262864,2699.6971590803305,716.3356154002091,1081.6536418838175,1498.229205025774,1925.2903292689596,1570.0870160236047,2268.830125671475,275.6556604918403,829.7673054813744,2172.9156251845397,4604.735983910411,1215.509092272058,2686.1604253540204,1382.2566660599186,3035.7960384223074,1024.914071759291,3446.939505633123,321.1981336104228,935.3548181509734,591.9257034469271,1798.4957230718853,1339.5937099231464,4127.814072187525,654.8773564122023,1201.7966244827455,558.979204973011,1636.777496537678,719.6828289494654,2925.8588930288042,960.8446065200516,1959.4672381273647,880.552663742881,2496.221718796779,1033.8557540491763,3518.9000465009813,13292.419603250266,4363.545634101264,108762.9992509026,42121.66623886686,3167.20184951071,19206.799708404233 -2597,3186.1975332216734,2742.714530486778,733.4238761022749,1098.8888700239634,1543.648426952258,1955.9681884061742,1613.9824317556274,2304.981998427231,283.733078364783,842.9889397082961,2236.7602352279437,4678.108524005237,1251.22318218005,2728.9621004552823,1422.9297825074027,3084.168858780989,1054.39075504412,3501.8635464392,330.7022263587661,950.2588993268479,608.5392295476408,1827.153218314295,1377.2741000278384,4193.587268430227,672.2652055217044,1220.94622856945,573.8501492882028,1662.8581497848231,740.7352183403868,2972.4799587512853,989.0562082327899,1990.689677154565,906.6077783599653,2535.996882625489,1064.4470307307818,3574.970717143931,13711.090568097006,4496.717227404515,111834.17840178497,43266.439213541824,3267.394526648132,19733.360032180073 -2598,3090.9732777701497,2941.556130555823,709.6719575734705,1178.5562283234976,1503.5097692694878,2097.772171264648,1569.2806915014594,2472.088820374271,275.922444230499,904.1040385451975,2175.337237642095,5017.262516836107,1216.8637200937744,2926.8066754377182,1383.96050097662,3307.7652498550133,1024.9929059437027,3755.7420099312963,322.0530065327326,1019.1508667269202,591.6756136327114,1959.6183602247938,1339.1940886875404,4497.614389450308,653.0162702785775,1309.4625138001727,556.4448647070351,1783.4122109223424,720.3125922578099,3187.979116465804,961.8786215638845,2135.010902074787,882.8962658692077,2719.8518454027726,1036.6073743023087,3834.1493118155086,13359.176338531226,4378.773718026426,108696.32243742127,42026.05440619437,3183.900629033613,19176.300699950243 -2599,2956.9036301216033,3218.9596680931177,674.7490785545872,1289.700008150597,1411.6027826508675,2295.602637666847,1487.2037265386357,2705.2192293964654,257.87489745958214,989.3655965311069,2032.1958363876934,5490.415606272691,1136.7917317069675,3202.8192651756467,1292.867646670221,3619.7041491747186,959.7317667254003,4109.927370805409,305.76499444072635,1115.2619192332775,559.2831904264705,2144.420227407479,1266.10293742693,4921.762046927239,623.4678606928618,1432.9514147350696,523.894278415374,1951.5969520048066,673.3778756179622,3488.621580947871,898.6840960589882,2336.353168082924,838.2432902324061,2976.3475537982818,984.1803728310998,4195.728875603344,12340.747764337946,4078.8390030394635,102551.84467170006,39996.598757677326,2938.9851960310275,18295.181724918253 -2600,2773.263056679561,3419.8156789162445,631.256556831695,1370.1744550234084,1315.8319276304717,2438.8431985248067,1391.4732751161534,2874.018965598338,239.8646496593235,1051.0998359919577,1889.9888876381438,5833.005476959156,1057.2424674898334,3402.6681503192517,1202.4417228549255,3845.5657351304835,893.4082641393454,4366.3778087078435,286.2144256799074,1184.8518126204287,522.7840487364236,2278.227338032336,1183.544153756046,5228.869184915112,585.0010107914059,1522.3644346370995,488.278454981895,2073.372313901922,626.4063613762448,3706.3039026514393,835.8288087435152,2482.1364725047224,784.6461375761342,3162.0651017392397,921.252024583528,4457.533138888295,11432.259499223552,3790.5882331645826,95736.18882949551,37459.45731232947,2721.9010622332817,17152.160896956022 -2601,2666.2209998372755,3524.1100516275205,606.3741680152019,1411.9607671257515,1262.1100113306743,2513.2207806557576,1336.2989011704751,2961.6681354133557,229.93181973200754,1083.1553057436042,1811.6265489319976,6010.895078141896,1013.4072931806911,3506.4395735775506,1152.5872449278888,3962.844238921808,856.6143356273204,4499.53955698193,274.9179910347219,1220.9863263355735,501.8920962034236,2347.7066063387088,1136.2700955578725,5388.334396736956,562.3356563377158,1568.7920958491648,468.4635803200701,2136.604103325104,600.4872365254489,3819.3353279962357,801.185123140781,2557.834372827145,753.6773847200539,3258.498835958103,884.8916515424736,4593.474858035979,10942.36904456355,3632.132268031471,91883.58490054293,35991.54460476264,2605.009605572957,16485.189547592017 -2602,2553.458852915553,3574.9901096544863,580.36130891102,1432.34623883654,1197.3668805709783,2549.505918543346,1273.7951158276596,3004.4278234988215,217.99899618979137,1098.7935815071544,1717.2553395828756,6097.678602461355,960.616903308638,3557.064510471698,1092.4892418596958,4020.0586113092572,812.9209326900233,4564.502577545984,261.9118105449169,1238.6145655857624,477.9781439960201,2381.6020995585186,1082.145175032816,5466.129574174181,537.8402363351986,1591.4418518725863,446.1705179240842,2167.4517610784787,569.3975338411666,3874.477761196681,759.4905746693074,2594.7636285558956,718.0214276113203,3305.544077856205,843.0280379951538,4659.794088678151,10314.891610649574,3436.2415648365463,87454.65913238244,34379.533183029635,2454.7205898668253,15755.955127951724 -2603,2406.4174852780116,3535.871595128812,540.1410341518003,1416.6731165533743,1078.6343621527074,2521.608531068484,1175.742088502149,2971.552556756828,194.5773990530967,1086.7702831593276,1531.1134597880978,6030.95614403018,856.4908412007504,3518.1421427297923,974.018935930684,3976.070036136454,729.0163238250824,4514.556548352783,242.00194517512438,1225.0613079852087,438.70111475898165,2355.541961357196,993.4925328028511,5406.3176970534305,505.26239789130284,1574.0278621020634,405.6392902078015,2143.7349141505747,508.5659693337781,3832.0821712979937,677.35533615941,2566.371018903567,663.4392767467799,3269.373915126056,778.9432046135552,4608.805353841559,8929.481327987676,3039.23398432391,79850.48154580306,32024.41774233311,2120.744999408753,14749.035358755507 -2604,2367.515987106992,3448.472264698786,531.0243794132156,1381.655928147676,1058.538337933923,2459.279656477664,1154.147534158241,2898.102009469995,190.85165535608672,1059.9076009255532,1501.704221460671,5881.883556222624,840.0395827305799,3431.1810471810054,955.2572690481454,3877.7899234253605,715.1086189022994,4402.966178369297,237.84734609990008,1194.780361640567,430.47871126116405,2297.3179040961613,974.9359014776298,5272.6848616683965,496.2125035689663,1535.1211943895123,398.27953061030973,2090.746282896446,498.8472174547763,3737.3611366355112,664.3554731036489,2502.9357094889942,652.0495988512363,3188.561848448901,765.5705983925687,4494.88535104423,8743.00710009536,2979.1089923083123,78403.4845085841,31474.15485508849,2076.2149206810104,14499.763887436122 -2605,2381.945782602845,3358.018825405004,535.0065377731023,1345.4150884283179,1072.3431521648934,2394.772742679688,1165.662410695236,2822.0847838526447,193.470119655778,1032.106220929327,1522.552334991228,5727.601730432051,851.7018264272075,3341.181156581835,968.5781931090236,3776.0754804752924,724.5493514425068,4287.47636045641,240.15453924346704,1163.44126866964,435.09457590360734,2237.059247616918,985.348943873677,5134.382319718903,500.06612984281196,1494.8549602119149,402.63819624079724,2035.9060007475641,505.6400404415541,3639.3301412430837,673.5503639357202,2437.2836972712657,658.3746825168882,3104.9258602620175,772.9968710186499,4376.984492917798,8904.354232948826,3025.1202992340623,79248.5878329657,31730.986805403503,2115.178739567785,14610.86637655741 -2606,2444.364402918025,3297.586572117191,549.8265686560832,1321.2024590094404,1100.4722102031453,2351.6754521411467,1196.2162432013968,2771.2974144766267,198.55500690050204,1013.5320235212448,1562.570529571138,5624.525513024771,874.0876378247677,3281.0519207337693,994.0346585268774,3708.119711989551,743.756093858487,4210.317216671871,246.44150189111855,1142.503513079405,446.50470933750495,2196.8002323758333,1011.187375640195,5041.981916697249,513.163145615186,1467.9529509376891,413.4578128633228,1999.2670199960144,518.9292035618721,3573.8352967146143,691.2535189832345,2393.421362547758,675.6101553510987,3049.048369460695,793.2330175855857,4298.214524890314,9138.70354579877,3104.6285919333827,81331.48106726933,32564.216438056817,2170.841337977464,14993.752204463619 -2607,2559.666927898225,3235.3998373300774,574.9155922964596,1296.2868835964343,1142.0124858313086,2307.3269522763585,1247.1255472822284,2719.0355758375813,205.97665511799536,994.4185762268208,1620.6414442221087,5518.456765856972,906.57197542937,3219.177000650498,1030.9126102839236,3638.1910377772742,772.1133023029438,4130.917972892597,256.7357660602621,1120.9578882997655,465.12792048215096,2155.3724091956474,1053.3654653660499,4946.8989263350695,536.6526974845416,1440.2699170450226,430.67602199458366,1961.564328884772,538.3961454013714,3506.438992505707,716.9818545432175,2348.285607579236,703.8314953493151,2991.5486319532747,826.367656711104,4217.157691090236,9423.598769230242,3213.316523278625,84680.8171335407,34015.89473325742,2237.636456069078,15669.298189546911 -2608,2678.908103916461,3276.4677771445636,601.7112552339306,1312.7410575453882,1189.905939490893,2336.61457333485,1302.5343916254333,2753.549142937867,214.39830014293875,1007.0410415455406,1686.7167941945684,5588.504259744492,943.5339208154279,3260.0390189363097,1072.9377422513546,3684.3717319990865,804.239999774947,4183.353003868346,268.1973928098931,1135.1865565960643,485.5137156999155,2182.7312238179843,1099.5679024133417,5009.691458198064,561.4538705437446,1458.551712570682,449.3658261070406,1986.4630770615543,560.4483761576138,3550.9473169006997,746.2356215375702,2378.093129631556,735.2531161780817,3029.5212923186627,863.2597414585274,4270.68738972211,9777.393221930648,3341.6008557659748,88351.87980790355,35561.709786295214,2321.130353683596,16389.068555536727 -2609,2731.1415849590985,3325.5283682069585,607.8279010260934,1332.3975463545587,1178.747885221252,2371.6021574803344,1310.5274118526572,2794.779747863765,210.97948462727118,1022.1200937696925,1658.6038432913454,5672.184411904181,927.8077936536504,3308.853611977988,1055.0136662364966,3739.5401228272676,793.7988489671843,4245.9929518098725,270.2003533793015,1152.1844113655147,486.67980521845504,2215.4146168053494,1102.4370070860002,5084.704686069214,571.1152709794536,1480.3915150594914,447.4951567639384,2016.2076249445176,551.7662632458026,3604.1178609279623,733.9386855740003,2413.701798013707,740.7441576263602,3074.8841999822303,869.7067661860376,4334.635049773594,9416.073566345007,3268.025921659782,88277.60355017985,35991.865586109474,2232.07019622811,16640.98080801532 -2610,2799.6597648622537,3303.8897210279188,622.4631648163132,1323.7278622576134,1203.9627119393974,2356.1705458226547,1341.1984795575815,2776.5945916385735,215.30877942080903,1015.4693322560823,1692.4785435044118,5635.27647318471,946.7569905896685,3287.3234646001483,1076.5554586745475,3715.2075716142554,810.4222449789954,4218.3649982229235,276.56991207917565,1144.6873434706556,497.8368599947348,2200.9992908960453,1127.7396282770771,5051.619377952963,585.2801960545842,1470.7588593926603,457.4034864406066,2003.0885050317358,563.121979318844,3580.666479328008,748.9468813173238,2397.9962511592707,758.2060644469135,3054.876451753129,890.2087686061575,4306.430317139627,9582.309289932264,3332.422271808097,90264.82574787865,36861.64538535032,2271.0340151148853,17049.917293378952 -2611,2754.4593690360307,3284.915295133615,609.55640805431,1316.1256181310093,1171.7006121466382,2342.638924857369,1312.5487865765574,2760.6484515533716,208.8349094518442,1009.6374343358224,1641.1038306681367,5602.912761056604,918.0184469289796,3268.4441796552937,1043.860483272573,3693.8709239952727,786.9048346478246,4194.138688989757,271.0731208523245,1138.1133391894007,486.4237377174352,2188.358827241124,1102.027407675668,5022.607641597739,575.1121757185916,1462.312207917485,445.39020161520926,1991.5846542353386,546.2918430387052,3560.102508826266,726.2690437265173,2384.2244227980373,743.1368169938354,3037.332123175476,872.5159844831344,4281.698243789392,9212.20445067977,3224.754579604165,88099.86116576291,36163.4961866598,2181.9738576594,16751.804085431726 -2612,2518.260102740159,3249.890581278224,557.110130954472,1302.0927073764833,1074.779122996156,2317.661033302241,1202.0053706501683,2731.213621920405,191.36568892303467,998.8723889516416,1503.9269973346672,5543.172889984908,841.282983189213,3233.5950855814426,956.6604366553038,3654.48580733082,720.9901662645551,4149.4195731972395,248.51742104605532,1125.9784466705084,445.48342817682766,2165.0259145628015,1009.3178066317794,4969.055151000655,526.2217691353561,1446.7206135998388,407.3941660418559,1970.3498045158597,500.57249589330286,3522.1436695672382,665.5496341365952,2358.8031346755565,681.3012100314212,3004.9472124730282,799.9148775925166,4236.045542781845,8459.050721236339,2958.474221243587,80675.63501652998,33094.21703528941,2003.853542748428,15333.34510327906 -2613,2131.0513115272274,3141.112526620791,474.07808889374473,1258.5099749275846,906.6833047121775,2240.0859112318863,1014.951529399202,2639.796358103008,162.2378883847994,965.4388340045557,1274.9874576106017,5357.635700801997,713.2163022330445,3125.362462309234,810.8844292511665,3532.1654254740583,611.2126331940453,4010.533115994627,209.0955367822211,1088.2904870448515,376.4380883924716,2092.559687968661,852.7320889254362,4802.734427489172,444.2734720014491,1398.2969974674145,346.7941939703868,1904.3996399273676,424.3858498515888,3404.25295078223,564.237538756917,2279.8509330882207,573.2275895278045,2904.3677301962653,673.0257782584002,4094.259601975535,7166.866189318143,2502.995994759548,68271.859646029,27971.92847541889,1697.7092514951962,12940.026820524925 -2614,1710.3743136633545,2906.5964021657023,394.18708740995555,1164.5493544764604,805.5885271655322,2072.8406241253765,854.0983158986131,2442.708604637845,148.03259654497344,893.358966814073,1166.305320237355,4957.633488163661,652.4205103423571,2892.0222409811304,741.8037446461401,3268.453209023292,551.6936458395436,3711.1058667665716,174.51931279415078,1007.0384894993617,321.25528675245585,1936.3287398398152,727.0693231876238,4444.1612610787715,359.2410765071726,1293.8998483986973,303.77495546654256,1762.216760713582,386.6084595040442,3150.090706699521,515.7987646550025,2109.6367810538914,478.4381653408209,2687.52702222876,561.7336367955968,3788.581315626053,7037.993765713401,2330.5089688436556,58967.26159608799,23042.20991887208,1675.4442121313243,10521.723030918143 -2615,1361.4195911709598,2661.4883843400903,339.42073460030974,1066.345013576864,702.9030070015929,1898.0417231602435,684.1136658733266,2236.719405806443,140.33066257469153,818.0236208405556,1095.1761409493724,4539.5652223100815,612.6314991408524,2648.1432358098928,694.7632290636418,2992.830461116998,501.08129939941483,3398.1550207989667,136.592318812087,922.1167549746195,272.2957121620972,1773.0416391858437,614.3605506946815,4069.3931794872738,299.7556690948077,1184.787614285437,280.2013549404307,1613.6122083664645,368.682694514005,2884.449254547891,460.90719497648115,1931.7349267232244,374.46273060441314,2460.8927290119796,439.65621211882797,3469.097105175526,7317.19341400728,2211.412832562683,51110.71822282018,18597.519913662665,1661.38398996962,8248.045667409882 -2616,1384.4472787285029,2499.5559379499787,338.2872315538079,1001.4655807901555,670.9182083983567,1782.5595210246706,674.4013234300842,2100.631099954122,132.50656375686648,768.2527607056719,1032.9401712377287,4263.365293608003,577.8172678959338,2487.022745827951,655.2512393157464,2810.7382299237042,476.04141334616116,3191.401702254142,134.93068125724295,866.0125754978509,266.2716978732853,1665.164794081338,600.9974505315764,3821.799841580974,302.9801266228793,1112.7018002113264,270.8321895469138,1515.4354986865837,348.373003874161,2708.9512410959605,435.06105634701464,1814.2027352238895,369.9074134279199,2311.165087043948,434.30782005966563,3258.0274704886874,6691.046297785425,2066.548390516277,49627.948231162205,18571.39990454331,1516.3425305278279,8303.584002053769 -2617,1427.9190697468316,2413.3262639538707,354.3939807521146,966.917023889011,741.6400769501083,1721.0647874830474,720.5601084656705,2028.1635339417003,147.74961538978903,741.7495790418951,1153.175623279347,4116.287729224447,645.0758781595589,2401.2254418598163,731.6513577918298,2713.7733900595886,527.2603977587863,3081.304734949741,144.09606207582038,836.1368760074224,286.8063484197634,1607.7199435127231,647.1375625907177,3689.9554009687786,315.3870590357861,1074.315816513039,293.81779714570996,1463.1560089460788,388.15311351717975,2615.497848497498,485.286919288967,1751.61637416429,395.0339619644847,2231.4345201135534,463.80886849611517,3145.632047611687,7722.6554122242915,2332.5519090629527,53774.19547091886,19548.5096877919,1753.6831005234872,8675.415658641896 -2618,1637.3312074205585,2376.806985247662,408.8576602045517,952.2853046686978,880.0423402087357,1695.0210462847224,840.6399290358698,1997.472669443156,175.94022092141157,730.5251706343622,1373.976733440847,4053.998654985387,768.5899961834808,2364.889276933633,871.8027516895847,2672.7076426480844,625.7526819352579,3034.6773774825283,168.2654315486944,823.4841667291391,335.88006845019004,1583.3913752724393,757.7837754165558,3634.1177333835085,363.0586321342724,1058.058902018001,345.0058710000228,1441.01503162384,462.05022492994163,2575.9192402042786,577.9775321182183,1725.1103159035792,461.29338393278994,2197.6676895064174,541.6039709159147,3098.0312672407376,9340.140715487121,2793.4226585240995,63178.530762437535,22644.286634305146,2122.8795427389587,10014.033109438205 -2619,2109.300928379149,2410.5320843448935,522.5107359229002,965.7975151544991,1098.0120181905386,1719.0721169491285,1065.0264998017783,2025.8153006029863,218.6262283878462,740.8907720170504,1706.4215091823644,4111.521839336505,954.5565578431595,2398.4452727353946,1082.6686397361027,2710.6313489758168,779.8279282598749,3077.737161435941,213.28264432133952,835.1687861788114,423.9289290682046,1605.8585050697714,956.5844599874966,3685.683124031582,465.6790937789916,1073.0719601008586,434.05246555987287,1461.4619484512284,574.3407962868953,2612.4695920761633,718.0901657435227,1749.588330617695,584.706388160615,2228.8509370613997,686.5030210228016,3141.989995123359,11438.168831246974,3453.318496544736,79519.81557603402,28888.913964588264,2597.5606827302786,12822.489498539975 -2620,2542.02118906022,2431.5859001554004,594.5591005295508,974.2328822364661,1089.0162811259456,1734.0866558346631,1167.6576346784657,2043.508963542384,209.05289638860373,747.3617822770073,1625.481628752305,4147.432260968496,909.2795303093382,2419.3935211871362,1031.0928137641313,2734.306260221411,761.0143724416782,3104.618409659457,235.83428661154224,842.4632295546488,453.238281586314,1619.884225533336,1024.0311676402728,3717.8742299426835,549.8241791790934,1082.444272357604,447.3626229832463,1474.2264956964557,550.4939870187799,2635.2871492285167,685.8605969129752,1764.8694010072008,646.5308715945695,2248.31793250308,759.0910677929097,3169.4324336892664,9782.484459738129,3188.2481886707305,83272.0757070288,32975.337204548516,2206.3882618115053,14994.366133138466 -2621,2574.808346450824,2399.87521181225,598.2331154616882,961.5277603239416,1091.91435245525,1711.4721631697423,1177.016050346127,2016.8592466373855,208.6807538174574,737.6153215182683,1622.1835278156382,4093.344954472972,907.4346028628762,2387.841835546543,1029.035416516386,2698.6477487754178,760.4782138096788,3064.1306001163816,238.33203649294973,831.4765360920554,456.02697198998334,1598.759064450361,1030.5076256585214,3669.3888562623997,556.4429500690787,1068.327948946053,447.9968268715758,1455.0008796286634,549.5987846356525,2600.919961345681,684.5885758185434,1741.853465794661,653.3783594261907,2218.9972701117717,767.1306944807811,3128.0993744200173,9689.963942561166,3177.3276218101973,83659.56738405036,33310.42376870529,2184.4122831082036,15177.61091279321 -2622,2466.921049194752,2553.1002109585306,569.0825510259775,1022.9184899458813,1035.7871769702701,1820.7446451095586,1122.98687603572,2145.6297988823985,196.9210280461896,784.7098981252632,1530.3757665636497,4354.693033767864,856.0781823698086,2540.2985388835395,970.8732815456839,2870.9484988173226,718.5276636381999,3259.7663591241944,227.98700394694055,884.5638761778135,434.2409258105095,1700.835145356471,981.4513937443176,3903.6685811417633,533.1626093577619,1136.537557620495,423.92434540269943,1547.8984217348573,518.7098100526025,2766.981078563435,645.9604734720945,1853.0657048709538,625.0178398225999,2360.673742765415,733.832644758955,3327.8193521987973,9070.918811027157,2994.048024376516,79496.94074315873,31837.277379363688,2043.766019407072,14539.218571914771 -2623,2399.8644228955086,2815.753075292898,552.9580700484773,1128.1523034137833,1005.5341933210454,2008.055661812637,1091.0259781602952,2366.363716829965,190.9246386525148,865.4377526487445,1483.6919150903373,4802.686650981435,829.9636635774507,2801.634417764561,941.2564876423995,3166.300339428278,696.8460517783111,3595.1182452780627,221.7557930071966,975.5643135157536,421.67973868762834,1875.810346396746,953.1222588461856,4305.262584325845,518.3596198083869,1253.4600519477094,411.41804668639173,1707.1400967863308,502.93206207485366,3051.637161675359,626.2800470922386,2043.7017845262092,607.9352082093342,2603.530532183596,713.7759488736604,3670.1722614542464,8779.354189674186,2901.992147015912,77191.39766342586,30952.024500690964,1977.8380832971661,14142.316190861597 -2624,2257.9390984666334,3004.3276967114703,519.3517818047817,1203.7061207514826,942.9367708827697,2142.537743901582,1025.562401864752,2524.8421522991116,178.71968761819855,923.3972370932748,1388.7246665496555,5124.328781091387,776.8398548426059,2989.2634944470888,881.0529335226117,3378.3515640347096,652.7074875929136,3835.887959074004,208.53090109526613,1040.8991160255816,396.1302775370928,2001.4357888507195,895.4083139652673,4593.59158201764,488.04630801128326,1337.4058911029258,385.48604911508505,1821.4694747011395,470.80734260507955,3256.009245122313,586.229439415286,2180.57113350824,571.6796619212403,2777.8923356976147,671.2083584392432,3915.968439683648,8195.605564443276,2715.338975171716,72435.92312300987,29103.72896865754,1845.9822110773557,13307.59804547946 -2625,2184.0116108203565,3132.859952421251,502.94660161688336,1255.2035200136231,916.2646945940083,2234.200583966749,994.075542064444,2632.860880582769,173.83804366005384,962.902358298825,1350.9373255922096,5343.559705185711,755.7019625221625,3117.1512678989493,857.084926513418,3522.885446800345,634.5212516167393,3999.9963326610273,202.0893503714424,1085.4312459578557,384.19709524872815,2087.061953027434,868.4078684688334,4790.116311491213,472.2832091587525,1394.6232832573066,374.19493439411934,1899.3962536427682,457.91707931042714,3395.309033672531,570.2351763402083,2273.8611320767163,554.0203916610416,2896.737150268592,650.4746318575619,4083.5028459309397,7998.6787758249175,2643.82469200256,70288.6130185981,28183.95406136539,1802.0302536707518,12880.338077571154 -2626,2096.3179353063733,3244.1722637360294,482.73592278124534,1299.8016211432887,872.4556315970849,2313.583012392878,950.4933255650793,2726.407938044252,165.4747561181633,997.1148314704571,1285.7200861392673,5533.419446912448,719.2200362986337,3227.905440641162,815.664350914758,3648.055587673535,604.5702963480188,4142.11849700962,193.1027349996397,1123.9972407982796,367.08375397647364,2161.2164614883286,829.7287956770011,4960.311891950092,452.7413114279539,1444.1750485549537,357.7147918788658,1966.8828921476925,435.9338034220919,3515.946311401445,542.7730526481449,2354.6527225289747,529.3839219072311,2999.6598829680156,621.5489842918954,4228.592044600593,7572.219453677055,2511.3662529382223,67130.93063705321,26995.27075296458,1705.3359473762237,12342.001583115485 -2627,2038.271506170568,3146.570927514503,468.0575948318899,1260.6969236324376,838.7454672194468,2243.9785724581984,919.860971547707,2644.3836075817107,158.77752539833463,967.1165046227503,1233.3586172879134,5366.945817281301,689.9295103638608,3130.793493866641,782.4407986881142,3538.30337015186,580.8984586441884,4017.5023338622077,186.7856392096787,1090.1816404870665,354.78891941457107,2096.1959886659943,801.9637496867787,4811.080276187395,439.97960817814015,1400.7268580712503,344.87431973086507,1907.7089695386017,418.3583688607154,3410.168618301777,520.7644750499845,2283.8126951280183,512.065840190991,2909.4147328998665,601.215846742434,4101.374313747595,7205.417935725738,2403.4691884110703,64783.02830680294,26176.24174789569,1621.8272283036765,11980.57553742243 -2628,2037.9740794585423,2989.3171068600595,470.3138947199847,1197.6920168639438,852.9754461896944,2131.832934519411,925.8018090638186,2512.2272268270335,162.14264247403958,918.783646767857,1260.0085449360913,5098.72598227522,704.8372357211222,2974.328170207308,799.313972515186,3361.4722303464755,591.8365428915052,3816.7226260337197,188.0178525134374,1035.6984484271507,357.8738274605433,1991.4359703311693,808.8710500574645,4570.64051737245,439.8882551643377,1330.723780054194,349.59328954328356,1812.3688259132157,427.1181207681745,3239.7411731059246,531.8659604603389,2169.676297048574,515.4439068526116,2764.0130899188753,605.1820304807616,3896.4029987420686,7452.867254898222,2463.102351803129,65536.3759305743,26274.488037282677,1678.9647729322612,12000.845423900853 -2629,2015.5167801514133,2865.463476885946,463.0120346190059,1148.0691436200177,832.2014854233461,2043.5066586510288,910.5890436255474,2408.1404236410194,157.52537268564888,880.7165278422971,1223.7217398241503,4887.475151876893,684.5387294046044,2851.095563078056,776.3294722312902,3222.1994389687493,576.096881091244,3658.5878631630317,185.0906783809446,992.7873059117292,351.29185700448755,1908.926632924135,794.0835433804028,4381.26936699023,434.98792339191436,1275.589123956867,341.6945791267226,1737.2786130260815,415.04032563322505,3105.5119528117843,516.6689410425547,2079.782091899987,507.4191685061178,2649.494274334937,595.760195472056,3734.9669121760885,7165.268666093705,2386.657589077994,64182.68740982289,25902.8215939234,1613.0368368223562,11854.19895409178 -2630,2095.3889574098384,2772.8656748169897,484.29934053294124,1110.969149088615,878.8738439495532,1977.4704915071352,953.437089737305,2330.3210718672885,167.00340566306943,852.2560657279353,1297.8354897929582,4729.535795685108,725.9972821000471,2758.9620618978242,823.3551663795793,3118.0736707350584,609.7187305704125,3540.3601497275686,193.6127972911866,960.7052629225468,368.60611620648547,1847.239435741023,833.1209975902508,4239.688112534237,452.8623791212037,1234.3683056933464,360.0215268381256,1681.138242560622,439.9110862046565,3005.1569549383667,547.817228039396,2012.5736797021784,530.7822385924743,2563.875543411756,623.1907461200599,3614.271000447478,7686.402404466198,2538.796275143806,67472.6276586877,27038.158244188802,1731.7071218201852,12349.502287180756 -2631,2208.5960133570707,2737.90594012372,510.80986013865856,1096.9622727161743,924.9933726572667,1952.5389398727698,1004.0484618003695,2300.9408508336846,176.01365033041773,841.5109920595021,1367.831564078361,4669.906756261701,765.1524447447225,2724.177621169692,867.7145500069905,3078.7616228154775,642.5500412396062,3495.723998515062,203.65810732972864,948.592883511158,388.2417953214308,1823.9498111569856,877.4563381895066,4186.234974525239,476.9817614424263,1218.8056374859625,379.7965786826507,1659.9427885303767,463.65068156490736,2967.268538340901,577.370114231195,1987.199554106394,558.3210801577549,2531.5507144096614,655.5240647101078,3568.7029960422296,8096.325098027855,2673.8073430339214,71092.28398725379,28484.526134595704,1824.0062323740533,13004.765739727982 -2632,2292.184102201635,2797.88332667039,528.5581476232013,1120.9926564096472,945.9928817736004,1995.3118419757845,1035.1214512232245,2351.3459494198105,179.37708512821376,859.9453835827345,1393.4836994324057,4772.207130629039,779.5020142345119,2783.85427105464,883.9769822959938,3146.2058959114015,656.1697870248273,3572.302374143969,210.13997707378311,969.3730429812083,399.46660560338137,1863.9058013399592,902.9249847463554,4277.939890155373,494.37194639871655,1245.5051583765353,389.73874815809137,1696.3059918143233,472.61231100608046,3032.2704105760745,588.3416996630317,2030.7317419932517,576.0908835031389,2587.00762165235,676.3875680454539,3646.8800714220406,8160.882503974478,2716.288075114775,73027.13629794586,29454.03093930369,1837.191819596034,13470.894294040769 -2633,2365.7896979622487,2877.6798934315284,542.6182011835558,1152.9637412984478,962.6745700859022,2052.2188019943746,1061.5885605338322,2418.40712107156,181.91271170725764,884.4713130801788,1412.6980485108008,4908.312071556078,790.250345065303,2863.2507244649587,896.155357443535,3235.9367386610706,666.4834161326897,3674.1856307372964,215.68935602154605,997.0198858653794,408.90270109434175,1917.0650171997918,924.3519733810733,4399.948164335685,509.59977736219577,1281.027381399327,397.4978157056965,1744.68520514064,479.3943442483169,3118.75177523802,596.5972609219223,2088.6488893879464,591.3042982252123,2660.7899428896053,694.2496187742503,3750.8903088451316,8186.402330929831,2746.078194807302,74627.39315822035,30290.855776836568,1841.5870153366948,13877.572533034845 -2634,2443.469794955122,2899.3835197726894,561.3685079989981,1161.6594597774788,1000.0631732466372,2067.696753572817,1099.3033792865645,2436.6468858961143,189.24645916798661,891.1420463095363,1469.858154144326,4945.330841923838,822.2251844504634,2884.845525188517,932.4198136432218,3260.342358618955,692.8421700466192,3701.8965489042557,223.2772351989114,1004.5394668677421,423.7600570848839,1931.5236312033808,957.8961837229059,4433.132825040021,526.6054768021315,1290.6889631764204,412.4648670689649,1757.843720742655,498.6774493525237,3142.2735794995365,620.675103271808,2104.4015987690796,612.106185044057,2680.85777281906,718.6730874300922,3779.1797380813973,8555.001152169772,2860.474901789597,77390.77193014053,31330.818419733885,1925.0957344092415,14344.07557549001 -2635,2401.0475094800913,2977.165675779746,548.7261694826859,1192.823456093002,970.6143536310335,2123.167135591921,1073.8374312020587,2502.0151432930315,182.97357294209152,915.0488351830312,1420.695776481086,5077.999904995282,794.724200815949,2962.2376684376673,901.2235307319403,3347.808006486884,670.8137015172813,3801.2078310872453,218.48507947383547,1031.488383764834,413.17357014207425,1983.3408783488555,934.0977367683855,4552.061082252541,516.6731043457327,1325.3144515279046,400.62103359727087,1805.0016333093752,482.2404618197009,3226.571780172432,600.046035508131,2160.8566666621978,598.9686694509422,2752.777508892641,703.248347208287,3880.564306891115,8189.429171322869,2758.3412241257615,75359.06933496692,30686.86900153129,1841.5870153366948,14074.171370762284 -2636,2209.5532705291153,3026.2262668421413,506.0165611520706,1212.4799449021727,903.514822091513,2158.1547197374052,993.4747550481876,2543.2457482189297,170.5042477380212,930.1278874071833,1324.2279920948997,5161.680057154972,740.7610060771788,3011.052261479346,840.0801382313161,3402.9763973150657,624.3488614270502,3863.8477790287725,202.25412432553577,1048.4862385342847,382.6999840640029,2016.0242713362209,865.183844602263,4627.074310123692,476.2043581668753,1347.1542540167143,371.2966317215594,1834.746181192339,449.3032741902237,3279.7423241996958,559.1981841738847,2196.465335044349,554.4721132901852,2798.140416556209,651.0049976434464,3944.5119669425994,7696.419833608067,2578.0565675168755,69858.93442606981,28323.516969540844,1731.7071218201852,12980.07328999694 -2637,1873.1885401122172,2940.3214949597855,431.6336082793028,1178.0615624368586,765.3963327649009,2096.8916902946894,841.2807467291865,2471.051230500498,145.22477591240664,903.7245662594526,1127.9349165367291,5015.15666176382,630.9564580654541,2925.578230511348,715.4296681494467,3306.376908263165,531.6112484846184,3754.165642672203,170.63707103842577,1018.7231067652037,324.4209515536834,1958.795865438089,733.2930944537643,4495.726642089385,402.8861019000516,1308.912903675647,317.20810300101596,1782.6636737194856,382.67964333539777,3186.6410517402232,476.294953654991,2134.114791193119,467.79514484480586,2718.71026395566,549.2376800705355,3832.5400352928827,6562.8124057198265,2192.5711922306236,59324.87826591487,23999.602425594243,1476.785768861884,10978.35710463737 -2638,1490.1340772340752,2725.754509043407,355.1081074548491,1092.0937119452328,666.3119140227318,1943.8731409452803,697.6643121601828,2290.728767299683,129.57454928174363,837.7761804746764,1008.4717405338206,4649.180678981764,564.129851942218,2712.0871194000515,639.6488289772145,3065.097398955886,469.35359243162895,3480.2092035685882,140.26097573800027,944.3828188488415,272.56776919166265,1815.854719174672,615.5675744053736,4167.655539405331,323.0085041021372,1213.3963089596734,273.0803073872898,1652.5755959265364,341.00222545805457,2954.099145407409,425.2306785406364,1978.3799237200187,384.5202162820537,2520.3151333834276,451.46469316401385,3552.8643041912765,6243.546965826106,1991.2093440475385,50398.27921278726,19543.601501688736,1410.857832751978,8827.359443938354 -2639,1123.2875444386166,2512.3571795609455,284.1796878986563,1006.5944929581609,550.5741494851536,1791.6887326450678,557.1775939650176,2111.3892853732796,110.53548919340152,772.1872952598981,819.4726711785514,4285.199719623709,458.4055041720295,2499.7597998694077,521.3469080934847,2825.133162495585,393.4741749849387,3207.7461671440583,111.7906702506633,870.4477777866925,200.09815298128743,1673.6927796036757,453.38362378093393,3841.372831494117,276.3237255739526,1118.4003982579638,231.94982766963258,1523.1966596472114,299.44902782131993,2722.8248811386147,377.96946178419944,1823.4940046018914,306.46993917535434,2323.0015025579555,359.82596283651606,3274.713153009999,5516.323004269487,1690.2842302460128,40662.85611741225,15012.280380066944,1266.522275325734,6691.9756167666155 -2640,1127.7598462022133,2394.2218734321755,284.0147535181281,959.2627084728325,559.039637540649,1707.440482181142,560.417321353399,2012.1081713605952,110.08088537701356,735.8777357528312,853.2766458261241,4083.7023430488007,477.31513787470453,2382.2168439519805,540.0014679242643,2692.2905978630033,389.3929056967912,3056.9124885087713,110.77701813087361,829.5178433273301,205.2529301686933,1594.9928994701727,464.40946472112256,3660.7449497999214,279.6715457694338,1065.8113100114304,224.59988193467728,1451.5733629497292,290.42907628042354,2594.7930258414494,358.56767979406203,1737.750216174775,303.6910498208103,2213.770022307112,356.56327240656543,3120.730572841063,5594.249558483325,1716.8371192166785,40783.43038217268,15182.531980724289,1245.7573257034296,6769.475247053523 -2641,1209.4644473199517,2322.2879995947037,296.60917676521285,930.4418696800776,645.7230718169442,1656.1408054080196,606.7245719104212,1951.6548203357327,127.70405717789902,713.7684497293243,1024.9546584630057,3961.0083970973533,573.3502452137687,2310.643658606092,646.2779217485462,2611.401314229961,447.07944558633693,2965.0682197212022,117.92906851893494,804.5951607013039,235.29623682964868,1547.071685786799,530.8640700365685,3550.758666451596,290.72015820520915,1033.789241731264,243.17754549186142,1407.9611579511275,329.57625401661204,2516.8330354886516,400.36963205500456,1685.5398900565192,323.29812832292015,2147.2577849673307,379.5839181489071,3026.968903632986,6852.060843962454,2041.7817883726877,45703.80944704389,16422.039785267007,1504.4918807123051,7223.003035748884 -2642,1451.5517405868309,2313.905460767774,341.63207294595236,927.0833434765423,807.7642041906809,1650.1627938062636,720.9314979317713,1944.6101203195915,159.36278882228552,711.1920286547901,1326.2418386098036,3946.710727433531,741.887533366566,2302.303151232826,833.0889689173807,2601.9751909786464,553.6991869822724,2954.365499179802,137.5012394752238,801.6908912154711,296.58541541928156,1541.4873704579443,667.2699586061434,3537.941835640007,334.42332325185,1030.0576724947234,285.264147372629,1402.8789764665767,401.39293884617285,2507.748266224647,478.05417470265,1679.4557594167345,376.9545025896975,2139.50703581087,442.5817984134791,3016.0427461680024,8871.067766462655,2599.7164462922256,55936.27446064835,19680.09423277229,1915.493782623475,8568.636323342274 -2643,1918.7095867637768,2362.5111850890253,437.2468087224199,946.5575865603082,991.9176285461552,1684.8259895162214,909.9127020804324,1985.4584544555971,195.4189637210582,726.1312749940923,1609.0545524060756,4029.615036553277,900.0903743076672,2350.665158311387,1011.6931391429016,2656.6320864170107,684.5972446903935,3016.424678965697,174.54661513238,818.5311498647368,373.40213895124475,1573.8677383871982,840.3358550215349,3612.2595761196385,429.2387482482769,1051.6949865998797,359.2163775130095,1432.3477468819372,495.8235085077139,2560.425837958614,593.807317045021,1714.7342809622355,478.51301367939595,2184.449359915804,561.8215161339976,3079.397513571814,10541.851803164038,3139.1274485837052,70132.73647042814,25244.35814861872,2290.725468792545,11069.382817044258 -2644,2270.8249332654505,2419.694392026719,501.750305812044,969.4684615192695,930.2324030570163,1725.6062210853177,984.3989215406249,2033.5153197030095,177.89308396669716,743.7068594924801,1398.9377718660996,4127.149521032675,782.5529723831987,2407.5616390719138,883.5007379471391,2720.9343184291633,642.3461161738594,3089.4354810808036,194.84944219529285,838.3432195061763,376.5753688973474,1611.9622901272203,850.6377435845196,3699.692214812577,508.7823361693031,1077.1506510782722,372.37555105476423,1467.0168896710336,465.14434452059186,2622.399453772453,568.1608845802629,1756.2384253024984,534.1724543206128,2237.3226841063392,627.1711940618168,3153.9325364632978,8243.680292796173,2694.383006339258,71013.72369384425,28238.95760911457,1820.6578648194638,12799.667822817783 -2645,2548.1869841898774,2392.7922940466274,505.0509827482745,958.6899369145341,1005.7719403450523,1706.4209769538018,1019.1839689761108,2010.9067503915574,190.50668116432203,735.4383463825353,1580.644553363354,4081.263982280687,884.1980811382368,2380.7944327169107,992.4077301001755,2690.683042948682,687.5777376667245,3055.087219461867,197.03889898306753,829.022541859273,428.7174538392388,1594.040536201555,964.2570373146425,3658.5591350372815,515.0188943905783,1065.1749187502091,373.0264634244496,1450.7066348576877,480.8380025219893,2593.2436863000016,570.1019224720935,1736.7126131381299,540.1747681726705,2212.4481899308594,634.2185030633952,3118.8671982957503,8980.185156230587,2923.388188779887,76338.24536939649,30398.4549116508,1931.9027623658408,13713.438964535804 -2646,2305.930214430797,2507.6135746631567,480.6332400709303,1004.6939325578606,915.0204558100991,1788.3058285275197,958.9045966583557,2107.4027516762735,172.31466546006496,770.7293212641603,1384.2038577530557,4277.108794279422,774.310955821861,2495.03998020108,872.4055912097972,2819.799002362804,623.4799191199963,3201.6895918477117,188.61336454220594,868.8042772623364,381.86869821654835,1670.5326647397098,861.0874530871039,3834.119899814676,493.58514908320825,1116.288736090647,353.09962907648264,1520.3206979034833,444.4542739397062,2717.683890220975,536.5042995563813,1820.0510486553053,517.0764807948348,2318.615421870563,607.0988334541395,3268.5301367263883,7927.536785074311,2618.693486341623,69787.17427266268,28044.22972336444,1731.3047399703275,12755.53006861019 -2647,2158.7325771651567,2749.992392041912,467.0599744521891,1101.8047991050305,848.9558239407656,1961.1583988794966,918.194800599576,2311.098325768324,160.2708431188745,845.2258319285801,1244.6910860157054,4690.522001893349,696.2687895410495,2736.2034695936136,787.4111191733142,3092.352777930197,582.5302237510425,3511.155828881526,183.48622210956998,952.7804350659709,349.1462133256927,1832.0016150450142,789.1537917246884,4204.715057057061,479.9021709641347,1224.1860399019893,342.7087445000166,1667.2705854449835,422.34908932409706,2980.367508612831,518.7246767929167,1995.972021966073,503.02061167847614,2542.726213735542,590.5958555375879,3584.456991290884,7162.702017945911,2399.3703499068697,65493.33337399114,26525.55584670679,1593.4100798480429,12123.185545541535 -2648,2032.41134185938,2972.811952157831,438.73967839333505,1191.0791045106178,806.4075766195722,2120.062275494043,866.3296370772783,2498.356266489378,151.79933008330255,913.710693419087,1190.2724029957756,5070.5739802916905,665.8274768487639,2957.905775115195,752.2040973786281,3342.91226591119,550.5875488601295,3795.64905131874,172.58218653341143,1029.979964069329,331.44872381036913,1980.4404962496578,748.8839451782283,4545.4042757390735,451.8751401793977,1323.3763488280704,321.1436885353316,1802.362049522532,397.6421115941065,3221.8533320553447,485.99440415784517,2157.696690450677,473.12760618617403,2748.7519242354474,555.4985160977467,3874.889478437086,6851.838379682632,2286.4528840918397,61893.091233105464,25023.814260315245,1514.1329899207306,11428.801556298664 -2649,1936.0460899174561,3120.3836129240367,424.8001478917925,1250.2047822814482,772.2246106325969,2225.3030764452587,835.6483303216528,2622.3757434576005,145.66089122386225,959.0676842606448,1129.5335748881946,5322.2794481624105,631.8507329002067,3104.737486857629,714.7074718210098,3508.8558650406794,528.534964385467,3984.066698718942,167.21483944566077,1081.1086113903616,314.4226998750476,2078.750412175579,711.002350663873,4771.040094155958,437.2442002117672,1389.0693185678892,311.69127551152894,1891.8320749497918,384.20356873889597,3381.787513768867,472.2342427760009,2264.8056799070837,458.413224996513,2885.2011490844307,538.2223799998313,4067.2406546369116,6548.556635450254,2187.2704055203185,59345.784120833385,23984.444424243444,1455.8910274174043,10963.75232043553 -2650,1840.2150289289682,3266.5906797699636,407.86622919844694,1308.7837254014687,734.5599914735054,2329.5707165849904,798.5522993269914,2745.248413353325,138.56298967788408,1004.0052593849626,1073.4916974815865,5571.657397664265,600.501420139872,3250.211446982255,679.2799492572962,3673.2649850885787,502.8741675268771,4170.74204970003,159.82498068663867,1131.7644725346706,298.48742543608813,2176.151257126226,675.1501783823614,4994.589460035748,419.20312758000125,1454.1548259626577,298.03808634266716,1980.474771795728,365.69143281895606,3540.242785433685,449.57855046433315,2370.9242334284295,438.15420374443744,3020.388629085596,514.4362891102365,4257.813161109515,6217.323310215866,2079.6834105483263,56526.452112939754,22877.987114969168,1380.9105893482765,10459.476555613635 -2651,1775.3994552625502,3247.096401669248,395.64236382518135,1300.9731986419715,698.7926515999313,2315.6683627683224,770.6158156628699,2728.865388581691,131.63183307519557,998.013581926797,1010.5258862516263,5538.407000096968,565.2789222364834,3230.8149164570214,640.0906206479436,3651.3437662470487,479.0054799691222,4145.85199968344,154.67341840779895,1125.0103568418974,284.6534409085481,2163.16447611985,644.2378705552082,4964.782874063459,407.4684531236349,1445.4767571876587,287.44185835820065,1968.6557440210095,349.3406530939502,3519.1154131459034,431.21613178036756,2356.775091128962,424.03138853352596,3002.363629420875,497.85470986986354,4232.403490293518,5809.6231294034,1962.5906556361235,54140.401098948794,22059.339097915887,1296.0781822907957,10109.202144577866 -2652,1749.5464594831542,3109.5967820671517,397.27235773691524,1245.8829586867198,702.2069428583396,2217.6104428243475,772.129099257403,2613.310472293275,132.97240826300407,955.7522903303678,1012.1490806383047,5303.880900002299,566.1869223045326,3094.0047429773404,641.7555535731578,3496.7261273505387,482.77666002449706,3970.2942082393633,155.5649712965696,1077.371335088599,281.8138445160395,2071.564395367599,638.2200516038812,4754.547121210606,407.25140577579197,1384.267455192559,291.2151671007772,1885.2922147487602,354.7145313224555,3370.0970377152616,439.85244762070397,2256.9764900306577,426.4755474153046,2875.2273187340975,500.7243936807062,4053.1806407289732,5920.0861282013075,1984.380242908549,54212.098979169714,21938.730909093396,1327.624270350003,10043.00070154419 -2653,1696.7410004633898,3028.8904818237274,391.3285634570897,1213.5473823471104,685.4280831317532,2160.054705934705,759.1946210500256,2545.4847590617414,129.26284303440806,930.9467490632244,983.6851187018309,5166.224272995376,550.2644427867504,3013.7031176407872,623.7133729487123,3405.972293821236,468.92768633573183,3867.2494153347716,153.2534152777759,1049.4092999640586,273.1346371759054,2017.7991293915443,618.9807753539744,4631.1478722472575,402.8234713089753,1348.3402554024615,284.7635268819186,1836.3614464872378,344.86669187930295,3282.629728466725,427.49382112664586,2198.3990489626635,420.13850309048155,2800.603830379575,493.2840780600201,3947.9846180105387,5748.433786879458,1932.5763664696963,52857.82009112117,21454.61231516561,1285.1784078103865,9834.77490926602 -2654,1717.9576095324417,2959.100983367727,409.06998208900546,1185.5857034172066,703.9548861816537,2110.2842914976873,787.7403864834861,2486.833544787613,133.4970063355543,909.4965490324703,993.0790201037761,5047.18787894706,555.5193051631953,2944.263555419047,631.392581649895,3327.494349647535,484.6868827278794,3778.143058165341,160.18648581138774,1025.2295717239483,275.31613616862916,1971.306464810156,624.883301555065,4524.440320680354,419.2555075455944,1317.2727768200352,299.8869352582683,1794.0493374481835,360.9459111909818,3206.993754257281,452.2681325740732,2147.745131974264,439.1452565160596,2736.074347432255,515.599882899338,3857.018018836223,5911.215599602101,1985.2738573282827,54363.51457612486,21996.509743781622,1338.7481107638823,10094.104641451919 -2655,1764.9428973874567,2915.3688222685055,431.47647193722094,1168.0640894979115,724.4402829192015,2079.0966797468022,823.7585335801307,2450.080961547338,137.8217785955572,896.0552201204006,1005.4525919098029,4972.596158468177,562.4409678636645,2900.7506747002503,640.6870205105973,3278.317751831693,500.89493316306823,3722.3063828358117,168.49071978261497,1010.0778398140453,279.6390296134245,1942.1727879334373,635.6671705369188,4457.574217056333,441.5848347359283,1297.8049771027202,316.36893190468203,1767.5353201550174,376.7870623273441,3159.5980187640766,476.05469410825725,2116.003891428741,461.9110031955757,2695.638267415419,542.3291169008563,3800.0156609206174,6027.816450101573,2034.895076570143,56237.07500425165,22803.236684203523,1378.333940782556,10483.421212481859 -2656,1854.4060075238397,2999.064245910418,446.7504086496456,1201.5972802436925,757.6895349003298,2138.784111427745,855.1357823723218,2520.4187392128506,143.414333311856,921.77948549694,1066.0973341071708,5115.351181058869,596.3650810160727,2984.026435469925,677.8108940231219,3372.4328397672407,520.867572509218,3829.167651042015,173.9777698172306,1039.0755062735375,295.9534834280916,1997.9293608343573,672.0233517558511,4585.543810358595,457.8073511101748,1335.0628144416935,324.8059414917263,1818.2783398005752,387.91858670253305,3250.3048592498158,485.972609608044,2176.7508681983077,476.9535455346652,2773.0255897512357,559.9905465837686,3909.107834150067,6312.308631283925,2130.3384464104606,58668.85516783275,23839.83676144193,1426.4998683640592,10950.028097628396 -2657,1980.790077216502,3105.243064748385,458.88430981535043,1244.1386096297385,794.2185089426357,2214.5055872215626,885.5029691807065,2609.6516007867976,149.65263572119989,954.4141505037321,1140.5113974023934,5296.454986049666,637.9916262348129,3089.672855926411,722.8832154976997,3491.8303938627037,543.375454774286,3964.7354365186384,178.69456743270996,1075.8629175769238,316.94995779293555,2068.6640174674594,718.4194327165533,4747.890324334598,472.02918385612065,1382.3293552986331,331.4221963528952,1882.6526347834015,398.9176745598321,3365.3785964293556,493.93383380915503,2253.8165183940255,489.8844696902955,2871.2017399049855,575.1727280635756,4047.505820490736,6614.358496165992,2233.6581304315996,61459.798028320234,25044.02294730634,1474.9952917689961,11483.075513691772 -2658,2085.04168705714,3155.798214358449,474.62946965273085,1264.3939043792932,818.5155775743675,2250.5590165151502,915.7741324649957,2652.138235281096,154.38309261959762,969.9525638139276,1168.2382114185286,5382.684330625759,653.5017519597758,3139.9745135488783,741.1375485408289,3548.679408350077,562.6042126178725,4029.28361808708,184.9290475630275,1093.3785869219348,330.61015597764987,2102.3430618177276,749.1361472551544,4825.188719556474,487.73030559202573,1404.834475158926,343.8365371177959,1913.30330644764,413.27131663379487,3420.168902659628,513.4874096763756,2290.509952339518,506.97606366718225,2917.946561645159,595.2399466485122,4113.401551689832,6727.075289061655,2287.2222595544727,63744.74798738387,26065.0914852148,1511.1675275098235,11966.40129543956 -2659,2116.1966610636136,3217.530088707569,464.1662515115228,1289.1272365922982,815.6079682811899,2294.5831324395062,902.4647584021736,2704.017808427427,153.08343604401927,988.9262071608108,1183.3091958979983,5487.977245504576,661.9323225958218,3201.3968539405764,748.807240834515,3618.0965942603975,558.171822840485,4108.1021017585035,181.07698670596105,1114.7666177652202,336.37624193407987,2143.467864138861,761.0130512247907,4919.576232164598,478.6399293220185,1432.3150234738482,334.0978858837359,1950.7302239127646,404.5742411734381,3487.0722414064226,497.4578338927012,2335.3155650462786,496.4157829754409,2975.0257214220287,582.8411346216153,4193.8655010580305,6683.2166544105685,2276.438651543129,63507.992531367534,26055.202272138526,1484.3530170221993,11948.85778657877 -2660,1990.834707252952,3233.9052787824075,427.85021923095167,1295.6880776560502,751.3203612043434,2306.261107128255,833.1613234437804,2717.7795462691806,141.29927847432222,993.9592151407771,1083.9753565316598,5515.907573440568,606.3658829602184,3217.689936069709,686.5438890548932,3636.5104141180814,516.9792912444154,4129.009739265683,167.55032720143663,1120.4400737242047,313.1113754050994,2154.3767578327443,708.2105219177629,4944.613758984343,441.07096758305727,1439.6045996735388,309.5320571141068,1960.6582051034968,375.15792272296295,3504.819230302697,463.13445540971827,2347.200842015894,459.3329521246908,2990.1667178766684,539.3022304423703,4215.209619942624,6083.804787998698,2084.66924896732,58868.58829222804,24211.31791673179,1363.0781964222094,11112.508860626684 -2661,1654.0915609751764,3158.4624356431846,364.9595440889905,1265.4613443496341,631.593621835971,2252.4590072075434,703.5882433221818,2654.377251421085,119.22766966391802,970.7714274072774,907.2870567404416,5387.228557217122,507.5280668917378,3142.6253759818633,575.2272229829869,3551.675311944107,435.8277806519863,4032.6852624408607,141.31450278116247,1094.3016505355392,261.0093950038602,2104.11792407211,590.6399422567708,4829.262291317501,373.1350241634985,1406.0204793505818,264.43789447243677,1914.918575564024,318.09981043588095,3423.05631375784,394.21036386723046,2292.4436708327207,387.4084212468647,2920.4099812966074,454.85573091188814,4116.874210973563,5142.381623935635,1757.6160672728743,49497.50370173643,20307.790740954904,1155.5343494274962,9320.340354865079 -2662,1276.1846086695311,2928.624930620615,299.1537439192116,1173.3752473913214,536.2664991346179,2088.5502798027255,576.6206684533996,2461.2214177563883,104.40067739545361,900.1295605594764,785.0411738822154,4995.2064275238245,439.14484004905745,2913.9403147048247,498.35111284543564,3293.2241797933907,377.39637667891714,3739.2316158813605,115.61192117044861,1014.6706382230717,209.87298014740497,1951.0037985138865,475.2561059405407,4477.842694360995,298.6331877581647,1303.7060635330106,227.004047047543,1775.5722585832482,280.5142833914968,3173.964631100027,350.5265227377921,2125.625307643393,316.94575557697783,2707.89526648806,372.1256054486285,3817.294236089601,4805.221407694632,1561.0855180860613,41143.7210366483,16186.665268858735,1090.6299462801928,7335.632841156492 -2663,865.4331551919352,2708.3396208588924,209.72384603674325,1085.116308141098,376.730771860695,1931.4537050488602,391.9512765371363,2276.0932653822438,79.8563607985202,832.4236153562073,638.3045499062052,4619.47699091835,357.0617170115494,2694.759552381704,403.5281137477073,3045.5144437409667,286.72577852909507,3457.9740925423444,81.71083304056349,938.3491422506504,155.3456117012579,1804.2531949769382,351.13031191130307,4141.028322988916,218.2291765322519,1205.6439009662438,157.70950383866904,1642.017264600647,206.64152060217194,2935.2253597702374,265.86463517458486,1965.7400234488225,224.00719108096095,2504.2128005827326,263.0065559770639,3530.1649985909503,3900.511097636013,1232.0155243731595,30123.037492733845,11412.817769525738,900.1415795200089,5053.915071778398 -2664,875.056143024146,2625.358993212904,212.89662584046792,1051.8695056998697,394.4162905838018,1872.2760304766816,403.08149359391695,2206.356203498428,83.87112374649782,806.9190466021248,670.8973304576923,4477.941159462675,375.2938198339477,2612.195003501108,424.1731104330505,2952.2031403504393,300.0481574334229,3352.0254669073756,84.20670846440254,909.5991287090175,160.32069750077125,1748.9728079093861,362.35526331630746,4014.1516467054366,221.81839423628892,1168.7042620637897,163.00146619145954,1591.7076128225954,216.9251782952014,2845.2931958864056,279.2915412919455,1905.5118527724676,230.84954015730236,2427.486400263125,271.0401492589465,3422.0045208499496,4172.4945696865925,1303.012965467824,31189.45767182973,11656.690022210254,964.002975364334,5145.754824174893 -2665,884.3282088322006,2570.580078305165,217.11466910778037,1029.9219281321014,416.60620292865786,1833.2104209267409,416.85325790725454,2160.3199093992002,88.93569944887054,790.0824349594797,712.0544873306133,4384.507553479566,398.3167563029393,2557.690759247605,450.2660697247575,2890.6045227771124,316.9902565506861,3282.0844347304474,87.20819561290682,890.6200658835078,166.54901017862926,1712.4799576484893,376.3871124596448,3930.3951501462616,226.10218322269267,1144.3188917241866,169.79652964238485,1558.4961487499797,229.88914268716644,2785.925286862167,296.23446349036044,1865.7527676688458,239.07800485632552,2376.8361572664626,280.70117911707615,3350.603354401421,4521.959350361333,1393.4768194773324,32508.152683133787,11943.10581381334,1046.1104843070375,5250.190825150622 -2666,1015.3113098682816,2611.0631930542677,249.6817272986234,1046.1417875914804,492.10772600607396,1862.080973708181,486.37139272554396,2194.341988510869,105.06989404874898,802.525150961855,841.6902971695766,4453.557541030566,470.83384059144186,2597.9708848788628,532.3422992253647,2936.127584119366,373.6586896553283,3333.7727683905446,101.95587213736957,904.6461118446152,194.78511758635125,1739.4491710241452,440.1921399603335,3992.2934894415675,261.57819189830434,1162.3403466456687,198.0083675982943,1583.0403280806925,271.498111456942,2829.7997936407414,350.0309992279813,1895.135817831124,279.50820817557866,2414.268070672512,328.170229021845,3403.370767181027,5411.738696911144,1655.9090181209046,38045.050149833616,13841.286210985481,1252.8997660886614,6074.290551113847 -2667,1398.9796838488496,2743.7542222933052,339.28927995384703,1099.305430238943,636.0733962781836,1956.7096451187517,647.7631569279202,2305.85575720574,134.68468782607613,843.3084949094902,1077.5220190956877,4679.881873381699,602.7559451246167,2729.9965790729534,681.3798266048781,3085.3379870503645,481.72761554839116,3503.191011910483,135.8982277540944,950.619117782224,257.5619694384853,1827.8458446190868,582.2425817033983,4195.176948389434,355.851220483721,1221.4090575572807,260.4119008557817,1663.4884960984955,348.31649201108445,2973.606748660999,448.5203974479048,1991.444295881257,372.5599059424965,2536.9582131434613,437.4221081217913,3576.3258956438704,6724.674842493487,2098.670893000786,50056.12052983272,18691.06447784843,1553.9606322119078,8261.325832580078 -2668,1991.4946916621939,3057.4820884441488,473.75927968968034,1225.0028210892926,839.7804391322733,2180.4448239668,888.2683463919332,2569.513194334036,175.78002840407754,939.7345422810727,1403.9251234335359,5214.991520610554,785.3428511554412,3042.151361156822,887.655102369772,3438.123413371242,633.2374219624427,3903.754820416216,186.42219484133923,1059.3153358766933,350.13141021871036,2036.8464073610844,791.7866929578772,4674.864196412457,500.4664558274858,1361.068089044612,350.23555856480823,1853.6960197925284,455.0929325975214,3313.6165397892355,585.0876341637011,2219.151123420239,511.0694710556342,2827.0404953888833,600.0460110174846,3985.2521335641763,8417.830688294993,2699.649536705207,67540.60437433074,26021.817766583175,1940.1700261275867,11600.211584312186 -2669,2206.535697595044,3555.9506982949124,515.7464555870347,1424.7179578024468,897.0370389520888,2535.9279531622037,967.5329906403728,2988.427069517079,185.43523876796107,1092.941709933838,1479.6408867703344,6065.2040479339985,827.6975554511414,3538.120565909581,935.6208995051958,3998.6488878575433,670.6785369137255,4540.193295685025,204.09774513744546,1232.0180460131737,379.20913504194317,2368.9183436102535,857.9114097103924,5437.01847559341,552.3535529519805,1582.9662714812403,374.1627320572866,2155.9085107713627,480.3832405211999,3853.8433612021945,617.0563681170007,2580.944633093077,559.5263307559313,3287.9396617501166,656.9391478928666,4634.977310509825,8668.93785379916,2830.4462950783104,72738.11983727854,28537.98650324647,1994.9083654227225,12804.469169424026 -2670,2016.9699900889898,3998.0158763660256,466.70295465207425,1601.8346422432776,827.9192433968947,2851.1869478180374,889.1690238721683,3359.9394038337678,169.98238648810278,1228.8129614264196,1356.5569746905064,6819.212113561351,758.8455427399991,3977.9691551366104,858.0044194611859,4495.748983621583,614.2581311791985,5104.61657598997,188.7617415120619,1385.1788525335764,348.2307848149685,2663.415202047053,788.0514794929272,6112.932385688289,506.7614794665623,1779.755913986257,340.050321176493,2423.9246225178395,440.3056765243331,4332.941666064782,565.6616985193567,2901.799967045559,517.4832507052826,3696.6865076373756,607.57642148471,5211.183856654736,7979.752541120448,2605.0249610277515,66690.21992860908,26160.801876997775,1836.775385236775,11763.21876966261 -2671,1894.2216471087381,4257.094792236522,438.27996090262064,1705.6365268154332,769.183702071397,3035.9492014527646,830.5472152949733,3577.6697693587394,157.86295483620194,1308.442342524161,1259.5139454030298,7261.109828854636,704.5605612738948,4235.749005929957,796.5731866459216,4787.081936946736,571.1141730746963,5435.405289526577,176.14682321768288,1474.941036201374,324.96976320675986,2836.0094949157824,735.4104208126987,6509.06185196577,474.87468849498754,1895.0874301604185,317.5508181991305,2580.999477339209,408.9803654475869,4613.724400323086,525.2920688990965,3089.842039109201,482.8999242638932,3936.238716114924,566.9721822293147,5548.878329546902,7361.973111269023,2412.844099395061,62201.47176969911,24492.90820922292,1693.8474992994763,11019.737384396989 -2672,1750.7279010133789,4371.461199808759,402.64790451338206,1751.458274207952,703.4268489382687,3117.5096600958627,763.9665534720318,3673.783494556386,143.7244322531192,1343.5935095836276,1146.3717290787888,7456.1787870624685,641.2698420816815,4349.541961179465,725.0543616582449,4915.686393883181,520.5983221956072,5581.426885709007,162.33682925493554,1514.5651733004222,298.3821364436771,2912.1985941967673,675.3433373162965,6683.927119714184,438.5098733440994,1945.9987563112948,290.23579430237675,2650.337759095916,372.42199997965446,4737.671625119581,478.20510423904295,3172.8503232148378,445.04034259857923,4041.9853586679114,522.5212959141169,5697.948367114076,6651.635796148668,2192.999021996636,57005.488707576646,22572.359397861415,1529.6324814140694,10176.705679917677 -2673,1646.4364005689017,4472.636490797307,377.6983858216782,1791.9949031399533,653.56348000204,3189.6628675939883,713.998370918088,3758.8113827387,133.1843529452052,1374.6903117943834,1061.9646858872522,7628.748329364865,594.0533154655596,4450.209942313207,671.6449677890462,5029.45750577852,483.0849846989189,5710.606229521464,151.86155005712064,1549.6190294656085,278.4351127523874,2979.5999793897063,630.2595525359786,6838.623282020946,411.3714174100283,1991.0379277539603,270.5021932453857,2711.6785057565967,345.18101554124047,4847.322673904053,443.095034885546,3246.2843627822963,416.3227566730207,4135.535095504776,488.80401508125846,5829.82454254615,6112.848867259965,2026.8352139414492,53147.07844777549,21153.617173553514,1404.9507085751488,9550.652791071383 -2674,1547.5254939803806,4555.097272540031,355.0645171684742,1825.0334254736913,606.9370216769626,3248.4698138098775,667.4833917031648,3828.111565233261,123.57109434528442,1400.0351029478688,985.01220252765,7769.397486132307,551.0068013200475,4532.257251884966,622.9499702568318,5122.184245034358,448.9099655799629,5815.89112242079,141.78386487470848,1578.1889337795533,260.01049732618566,3034.534053304862,588.54918152235,6964.705118324821,386.0472635825807,2027.746152162499,252.53872770581955,2761.672984377812,320.32862506662013,4936.691442833027,411.07620947519865,3306.135224095305,388.69515986232983,4211.780830565397,456.3664890713163,5937.307431037179,5626.323225442598,1874.951496578381,49573.19599378418,19820.119303170097,1292.4330111351478,8955.479052660145 -2675,1497.3344970876663,4531.249277120548,342.477992925349,1815.4785496572129,580.4841042165708,3231.4626043904245,642.6574693640717,3808.06966895515,117.92036909492856,1392.7052856630671,939.6764347023619,7728.721174612375,525.646388169126,4508.528834308802,594.2794806843527,5095.367292704993,428.9520561712575,5785.442300683475,136.45659278844215,1569.926400575105,250.00546738565296,3018.646894398346,565.9237793958596,6928.241735476524,373.15381276102,2017.1299834935737,242.14423594371127,2747.2143766377344,305.74176909731585,4910.845629259339,392.24297640362244,3288.8261101592043,374.0906427895922,4189.730252071564,439.2193442922869,5906.222939982945,5324.815635629401,1784.571201929052,47586.87363410191,19119.960486409378,1222.4895775913635,8649.945883204475 -2676,1438.9562512593516,4473.481238814322,327.4262676751003,1792.3333576832733,550.2714129740781,3190.2653000491837,613.3258971182534,3759.5213104219442,111.47996767257929,1374.9499499110266,888.0226738291043,7630.1891730455,496.7517475932136,4451.050454622179,561.5825701934936,5030.4074207254225,405.9845607510618,5711.684793204936,130.33183904921037,1549.911706414644,238.1962405553341,2980.162737212585,539.2457662198847,6839.914894578436,357.59663986676935,1991.4139756050954,230.2266690128318,2712.190661181084,289.1127498088454,4848.238188997901,370.77996319866463,3246.897489354011,357.29985960779754,4136.316175093608,419.50530727637096,5830.925623023403,4983.794094545845,1681.6216008643198,45293.9493878698,18301.79307979641,1143.4230874983898,8292.374131643224 -2677,1393.0680393966568,4393.619692891061,317.45290209094446,1760.336238412387,535.5546401876405,3133.3120001098305,595.2207883283958,3692.4055301708313,108.6428955902083,1350.4040486978345,865.551993155439,7493.9734004701695,484.18185470284317,4371.58934786614,547.3737214600792,4940.603509230881,395.40016946584126,5609.7185720315965,126.45015487148498,1522.2423504229691,231.32427781066315,2926.960233258467,523.6680997314985,6717.807267810039,346.43961725112575,1955.862826472041,223.8407528488801,2663.7720521655338,281.72809627952165,4761.686401674392,361.3594646817635,3188.9331794326195,346.65836769100326,4062.473772155998,407.01114525421394,5726.830688998012,4876.413895029563,1640.7646846569667,44014.84150155523,17743.292370038005,1119.0949367005517,8034.0242563322545 -2678,1388.4143323424812,4304.530860123857,316.37064921439526,1724.6421383946456,528.2962085037202,3069.7782561135264,590.4330120219879,3617.5351222203344,106.87905517661858,1323.0220882934657,851.2512823252505,7342.019114550384,476.18216808888565,4282.947221427867,538.3290403366832,4840.423559538123,389.66201233174974,5495.971066633388,125.51017868760943,1491.3760479964265,229.15004163049264,2867.6106561526162,518.7878397558517,6581.591197672563,344.81865121969884,1916.2040602513114,221.47540255744386,2609.7591062409456,277.20620053847665,4665.134329993034,355.4627462081429,3124.2716122997294,344.0814581577418,3980.099540473098,403.98559907358884,5610.708517030387,4759.783799963414,1610.4735184780131,43550.0333367057,17637.423305871605,1091.7257670529837,7996.081211157339 -2679,1416.1940473068503,4172.944501853466,322.1983570403839,1671.921090344248,532.7748134343598,2975.9373813362954,598.5706208298702,3506.9497209033348,107.78683733020435,1282.578271262772,858.2311847958313,7117.578963224001,480.0866615804094,4152.020659197165,542.6793939947805,4692.455353621371,393.2849060586083,5327.963253164741,127.14420605950824,1445.785773621697,232.09400025702735,2779.9498969567508,525.4564821450563,6380.396771271989,350.6097422984657,1857.627104437792,224.5009669625889,2529.980680226048,279.61309186315646,4522.524587544051,358.4516790979294,3028.764915502984,348.56108305089094,3858.430810220473,409.2451209198784,5439.19326366978,4762.325580683835,1618.7823978035915,44109.26828152024,17929.399201085347,1091.7257670529837,8132.295129038414 -2680,1477.0132889840158,4132.331428780123,335.57121885636656,1655.6491621206983,550.4739026779397,2946.97414871333,622.3369721628923,3472.818424592941,111.07780048936826,1270.0956118289018,884.1918167047869,7048.307312376424,494.60880121654174,4111.611226874471,559.1254253386345,4646.786154789375,405.95260679806097,5276.1089903446245,132.1152418184995,1431.714701445583,241.02673404027263,2752.8941073925257,545.6930509182038,6318.299726800513,365.8205286692461,1839.5477972957856,232.60985164199138,2505.357709516869,288.2011910548201,4478.509235442355,369.3666440597238,2999.287540287314,362.1889915631179,3820.8787334137187,425.2456308395616,5386.256457685578,4871.052666686957,1664.8718413744755,45711.31764066177,18662.27415692374,1116.0539178508216,8474.53170687632 -2681,1592.6849637681917,4122.779233519276,361.9792578213452,1651.8220044126094,592.3891047050232,2940.161996062378,669.6084722067291,3464.7907433023893,119.68370380368746,1267.15969018437,952.6601746263508,7032.014619288603,532.909373324366,4102.106927920553,602.3596992749399,4636.044758691084,437.29467052670964,5263.912867124141,142.1607438014244,1428.4051851055372,259.33788432487825,2746.530585371251,587.1515729486753,6303.694501216086,393.57748022040374,1835.2955440449816,250.8927488044252,2499.566386518695,310.5374285589619,4468.156824114331,397.9795284046059,2992.354461292557,389.7283593367413,3812.046484510499,457.5795672501506,5373.805720300267,5243.005759643336,1792.1025087073251,49242.638332538096,20103.429831364592,1201.2024456432553,9126.224506426972 -2682,1674.0260790523578,4097.241735762612,376.3249975917703,1641.590216984087,605.9905724216952,2921.94991723744,695.8647643747657,3443.3289863606124,121.19178799485425,1259.3105947289737,963.8454383437643,6988.45660965644,539.1663073674547,4076.697479454902,609.490015488597,4607.327969380052,444.46186715182375,5231.306909972099,148.15447112054676,1419.5572958191874,268.4011198773602,2729.5179066199184,607.843341765407,6264.647883615346,412.8814168555308,1823.9272768678773,257.0509668285985,2484.0834641081574,314.6219293704667,4440.479973521766,402.89546383941666,2973.819089638138,406.1599384909435,3788.4337410109188,476.87186327759974,5340.519060075734,5185.409321270257,1804.1654140490484,50728.15709471768,20988.34931617993,1185.9973513946065,9568.927679544668 -2683,1701.0262453213036,4064.0364888717922,380.9578909855476,1628.2862891311786,607.8146480291591,2898.269579424416,703.0186364387905,3415.4232398872136,121.11125341724585,1249.1047728841913,962.8158727376604,6931.820110744513,538.5903778003767,4043.65872923352,608.8366969017588,4569.988834274867,444.9203078098754,5188.910866802109,149.79079211460567,1408.0527877810337,270.6932505888123,2707.397094174041,613.0966118224699,6213.8773425843365,418.8658440094942,1809.1456360848433,258.2997887173782,2463.95172425909,314.49437036378185,4404.493023435921,402.580766717101,2949.7183888622567,410.64585126341495,3757.731164543005,482.13876771494347,5297.237929658874,5123.179674493162,1797.1819646191086,51078.119332195434,21256.0698028927,1170.7922571459576,9706.672146727951 -2684,1595.609426930662,3995.3516550812906,353.6557328423825,1600.7672022729366,553.4709858176321,2849.286957125644,650.6358977744219,3357.7003876937792,109.23291979333933,1227.9940978330699,867.5445693622947,6814.667886969988,485.29648357678855,3975.318292703626,548.5869746583728,4492.753080027554,402.810592245926,5101.21493163619,139.02823023281064,1384.2557889199725,249.4803927812229,2661.640339792671,565.2152132184679,6108.858813927264,391.3031276512463,1778.5699097946015,236.05487109700096,2422.309353401456,283.82550002769136,4330.05425496657,362.9950619911506,2899.8662485523564,381.1406906101257,3694.223087985928,447.4967964035541,5207.711197371004,4493.73015493014,1608.7996145006223,46907.408942061615,19786.83345477014,1024.8233523589292,9071.542402948184 -2685,1304.2039180138065,3725.6808521434214,287.87845658935197,1492.7215997777123,446.5237187805416,2656.9710941273875,529.451108281483,3131.0685820997473,87.75598576394067,1145.1092398896028,696.664503827992,6354.7041292124195,389.7077405360411,3706.9996643386903,440.5611265648058,4189.509602334733,324.27187501641714,4756.902629407817,113.09746158954906,1290.8238704567534,202.6721315504218,2481.989898597875,459.1937200615004,5696.534442106149,319.88386689578385,1658.5233113818053,190.81816538723677,2258.81282926824,228.0851934058651,4037.792319470528,291.58738999935287,2704.136478767266,310.0524587294924,3444.8773000871875,364.03219445393665,4856.210808593587,3563.821003334882,1288.2394348512803,38001.50125114597,16127.870521573126,811.952032877846,7406.234023456693 -2686,1012.5307421313164,3394.7330479007232,235.61562653703896,1360.1249133202907,386.48841580041443,2420.9555081353947,430.41709459855576,2852.939479446454,79.48199288967405,1043.390546421411,633.2102224646187,5790.223310366937,354.2119969154303,3377.7112878167177,400.2633477840515,3817.3604412092695,289.4699127436824,4334.352619711433,90.51065468910608,1176.161519454264,167.6642383705687,2261.517684339115,379.3639875458137,5190.51805470589,250.42926134207895,1511.1986558436483,165.4021754442115,2058.1651689589876,206.11316138771912,3679.1200243521703,264.36453290673313,2463.931247686953,248.13157283245874,3138.8729417982936,291.3309616754693,4424.839371311434,3564.6430862666584,1194.356834350584,32035.44860887054,12866.809669385395,818.0340705773056,5799.3521814299975 -2687,744.2149650943164,3161.1916297868916,183.73422281434264,1266.5548161766571,321.838652090786,2254.4053333256056,328.67193733159706,2656.670870863259,63.41434349443788,971.6102607790659,504.5641470289076,5391.883604705814,282.2485609840679,3145.340885489022,320.452749318867,3554.7442771951473,235.02960380857056,4036.1698633268693,69.95725248737776,1095.2472250728163,130.66717527459338,2105.9360702217177,295.55531055139545,4833.43520602915,220.44864464497422,1407.235406846591,125.67871717513529,1916.5732365481556,164.58046955696625,3426.0141406864304,206.0009022947574,2294.4245472777307,191.7851898249475,2922.9334768203253,225.17474559571852,4120.4315586438,3165.9625988363678,1009.4857090112744,25074.504949077946,9595.062735851596,747.2321475599963,4295.71850319575 -2688,752.8252523366739,3014.074835761828,186.3100761950638,1207.611384131231,336.7562141542477,2149.4889208099157,337.6631094374179,2533.033664684928,66.54288904779317,926.3930758223577,529.8647280997837,5140.953979875036,296.40147422882603,2998.9617597097053,336.5618710790883,3389.3121734554743,245.65060230983545,3848.3329840822985,72.01868403871995,1044.2761738719682,134.70775159324646,2007.9291793539073,304.6775642565263,4608.494875003784,224.04870185472373,1341.744925490425,129.7624115917483,1827.3789885884987,172.6145812259419,3266.572931266204,216.19320282678444,2187.645704657974,197.4365272821558,2786.904835529975,231.80997366188953,3928.6732750916462,3386.56330134678,1066.8303367395413,25937.044100877574,9788.988400189404,800.245239109861,4370.679233688174 -2689,761.2457957118608,2954.877218070053,189.745862700216,1183.893420598993,355.4553083585553,2107.272111241334,348.76020311425253,2483.283885182684,70.48455662118546,908.1983507000207,561.7755989204645,5039.983617540044,314.2521229955321,2940.0609687880115,356.9004940038745,3322.7447465615824,259.154278931862,3772.7502075568545,74.48670636126629,1023.7661782434499,139.75726562534874,1968.492658899528,316.0594946298766,4517.9822193430555,228.34234769846609,1315.3925263407255,135.00270495502534,1791.4885450398065,182.72955059689957,3202.4161514633156,229.03700306810603,2144.679480816135,204.20251812359373,2732.168926175766,239.75391483802701,3851.5125835867902,3670.002928717786,1139.847542499546,27001.469262661132,10015.134021869668,868.4049282454013,4455.3468248732115 -2690,874.4382765704722,2981.649357725903,218.00537378136096,1194.6198764395574,419.72352382900846,2126.364675531325,406.63395554232045,2505.783237295411,83.21696952841431,916.4269203784706,663.6290491976545,5085.647492995454,371.2280098897552,2966.698868451577,421.70225196331404,3352.849884552321,305.2158107771557,3806.9325400157713,87.0210862654976,1033.0418296753462,163.33007437545106,1986.3278366366233,369.36422313679793,4558.91659394218,264.14753049717416,1327.3104064482638,157.30424484248132,1807.7200084746855,215.6597476358434,3231.431073612644,270.4373079449503,2164.1109679271112,238.56505158221893,2756.9232569505407,280.0989213353107,3886.408528549741,4392.0057609877385,1353.8585882551054,31579.725177068267,11597.678637725254,1040.0663675497246,5152.2394803860325 -2691,1203.9924461948174,3089.972545642194,296.84724099778737,1238.0203631630516,543.0960882463013,2203.6154091661533,542.5932928636956,2596.8182303229155,106.8391503088438,949.720669440707,850.8637475840666,5270.408839138423,475.9653847052969,3074.4789057606686,540.5613681233922,3474.6587710192657,394.3079661149049,3945.2382290627525,116.2321597778634,1070.5721931808187,216.39209064039719,2058.491038172653,489.51965091153863,4724.541830062145,359.4252777984223,1375.5315341970352,207.25836743035757,1873.3943955955747,277.1173059866092,3348.8288201043565,347.12224799122146,2242.733022677797,318.6461165092667,2857.0821556686706,374.1219970401718,4027.6015767083795,5457.974643283927,1718.2357968730648,41625.072084703155,15696.212640025873,1289.985227713372,7017.372467924983 -2692,1712.6115976992735,3347.816825916652,415.4275964723834,1341.3275818485681,718.0189181000721,2387.4971818309214,745.7576764233776,2813.511005974113,139.7198578584772,1028.970578252703,1110.7947591030431,5710.20069935942,621.3684110367757,3331.030311627644,705.559954123072,3764.60338275257,519.6779433188871,4274.450575340264,159.841948993347,1159.9066168868992,294.8737853123962,2230.262836254677,667.3042721532927,5118.7835489787,505.62131634979386,1490.3134402466708,279.35955850325126,2029.7207132140868,362.80698804603855,3628.2734896370794,453.8138499711231,2429.8789838597704,438.2007217223075,3095.492782699105,514.4909058084398,4363.6867730779195,6832.94093391397,2214.4052630471,56291.14446365607,21909.53490330746,1610.588209943505,9870.011959169218 -2693,1897.3917046512756,3763.8246540246896,452.72040022866435,1508.0041962279838,767.6721379004996,2684.173364810435,813.3686108719812,3163.1246986625943,147.56037715356925,1156.832954751983,1171.992907775586,6419.764069915421,655.6020947010345,3744.952206808643,744.4984246078048,4232.4021179830315,551.1789113207601,4805.604157709746,175.265317016798,1304.0394227094343,319.80025428072264,2507.40069858869,724.034306370151,5754.855991855777,558.1194528550692,1675.50339827476,298.7755586717947,2281.9387255717056,383.4041023153901,4079.131542121063,479.19866760048563,2731.821632219599,480.48330800099643,3480.1462139997166,564.134836172005,4905.929061532536,7037.2353091005025,2324.54843368664,60705.7995931931,24065.276885872125,1656.0280027005326,10905.982591622937 -2694,1735.1672871650142,4126.548125772659,409.5421794727706,1653.3320389800153,708.5708778826454,2942.849783388111,747.4644888268057,3467.958126820249,135.2377746263678,1268.3180806946614,1074.298480274842,7038.443026904716,600.9527270425996,4105.856922316928,682.62735503357,4640.28285929936,504.6562498438494,5268.7249415292135,162.11287556343763,1429.7109802820205,293.6552381101488,2749.0413620247095,665.0389950594343,6309.457105524404,512.0480375090073,1836.97330333473,271.4576173863038,2501.8513976379836,351.34928760682436,4472.241447783818,439.1940411960075,2995.0899610391475,444.426381933905,3815.5313163802716,521.8004454845296,5378.718254686237,6477.705159003287,2139.479562691814,55659.74213215151,22062.396400073187,1524.7574902913439,10020.40338020526 -2695,1629.293963756561,4345.858722889974,384.72634688192153,1741.2004523973442,658.4132916154281,3099.2512413501613,698.379835387036,3652.2671290152466,125.63390727249424,1335.7244424124835,997.7456110685276,7412.509945782017,558.1297533931345,4324.067859368095,633.9347188343515,4886.896535827278,469.3999531721226,5548.737963976955,151.32074528448467,1505.694770906569,274.1230056786995,2895.14262735115,620.8029162445981,6644.781149525358,479.84291192004883,1934.601563023928,253.58069736506695,2634.8154409961453,326.4532022368562,4709.924351865454,407.9860368511903,3154.267789033722,414.8401606262858,4018.312533467978,487.06330096277264,5664.577010287244,5976.319013550923,1982.147967525112,51927.73127102809,20661.75162385766,1406.1091425368852,9388.633692287218 -2696,1505.8751524223426,4414.348606587817,353.5556708035257,1768.641431058524,602.3014151943607,3148.0948348964585,642.6498670731572,3709.82614481624,114.42195443438413,1356.7751984417457,908.4300809454705,7529.329653109757,508.16746415953634,4392.214323317747,577.2155219464579,4963.913069664261,428.0647125893426,5636.184989307283,139.52228922902057,1529.4242260774595,251.8009138965533,2940.769509051549,570.3383130509038,6749.5016011432535,443.1156924539798,1965.0905053715665,231.8469909122934,2676.33961714311,297.3768602198189,4784.151838687756,371.5564958967055,3203.978432613757,382.4951348600616,4081.6403532678337,449.08704766164794,5753.849636336637,5399.795569916349,1802.2714212748078,47610.3116535594,19050.615236646507,1269.7897642658047,8673.145450154927 -2697,1416.032151067482,4498.628855295113,331.7693341110444,1802.4089362938798,559.7519168190624,3208.199334854452,600.8375155360511,3780.655410470368,106.07083785223213,1382.6792131346292,841.8546056280536,7673.082182036968,470.9257532377043,4476.071976741975,534.8890121320055,5058.685790479367,397.41196789625513,5743.792954829137,130.57306838855885,1558.6245148721425,235.06014930408637,2996.9156831991495,532.4747496539422,6878.365387013204,415.70789496672444,2002.6086833147172,216.16694040836543,2727.437205634737,275.73002543722623,4875.492496789913,344.41873811595445,3265.1498812733653,357.96118081458224,4159.568422562988,420.2817636577564,5863.704095418354,4962.524473590205,1666.336974206803,44405.01971444183,17860.58061284307,1166.2880140970215,8141.704348589631 -2698,1330.7392628952457,4590.641832298685,312.00266135080824,1839.2746163357072,519.9263859244884,3273.8184337212942,561.8818076668074,3857.983274255482,98.45021493892193,1410.9599259326465,781.1290347748791,7830.024031892233,436.95642527579787,4567.623585267653,496.2798190568272,5162.153925833499,369.4784738746104,5861.273970948949,121.9481050499106,1590.5039355261335,219.58618656243002,3058.2132791355803,497.4171116016178,7019.052448901508,390.1304030580344,2043.5691609740604,201.88777762592815,2783.223007254127,255.97116893064734,4975.2136770469115,319.6566811743971,3331.9338215811313,334.31616657628973,4244.646406526831,392.5201827422832,5983.637721294696,4567.657866628576,1541.9655317678528,41432.927136845654,16740.455546474874,1072.883995652022,7635.877363167548 -2699,1287.4425539587123,4554.577426636768,301.0404625725796,1824.8251453662017,497.3869000644682,3248.099085453589,541.1791059263629,3827.674685844007,93.98295888670148,1399.8753253472719,745.4477708781783,7768.510811444076,416.99665316706034,4531.7400125761305,473.6080110651641,5121.599680899671,353.2157886962171,5815.227389685149,117.41047578369923,1578.0088245518655,211.2198254869101,3034.187740152466,478.48348041262005,6963.910278345217,377.1145898758882,2027.5147376685836,193.647530374426,2761.357811220976,244.40591244886494,4936.12804787817,305.1350193300647,3305.7579147319593,321.8764257455217,4211.300165306411,377.91469897473274,5936.62984178721,4322.983425217306,1468.1764288251431,39787.717286775536,16155.404726602683,1014.8220382402653,7377.156576956255 -2700,1237.0990313395325,4493.30041902879,287.91264701298604,1800.274058878601,471.6371192319462,3204.3993579647586,516.6877329796716,3776.1773834875676,88.88932744862025,1381.041487885238,704.7778100370291,7663.993739605201,394.2462496945062,4470.770258147549,447.7396044610838,5052.693990379167,334.4758624273119,5736.989674169357,112.19077824279013,1556.7783898287646,201.33040691150387,2993.365962889444,456.12725018940176,6870.218253128613,361.40698839519695,2000.2366777373143,184.1952065477339,2724.206671223454,231.2160306733948,4869.717681424671,288.5782342036994,3261.282448861848,307.5668202633355,4154.641589088174,361.1138095162328,5856.758785066682,4046.234600620463,1384.0822390464082,37886.70286019972,15470.833020186412,949.1867820356711,7074.117087610271 -2701,1197.6913782939814,4417.272750824183,279.10028104583483,1769.8130110826096,458.9674474670439,3150.1801897669957,501.35087172552255,3712.2836006508555,86.61188671495105,1357.673950835394,686.8248077073735,7534.317217045235,384.20350467838324,4395.123805405149,436.3369527164482,4967.201255325634,325.68353534353764,5639.9185000288835,108.82921686762113,1530.4373443049074,195.486390119607,2942.7175278821287,442.86961267747563,6753.972592894082,350.1251467980331,1966.3922168101797,179.05563641450013,2678.112472837912,225.2702016199222,4787.320947263396,281.1920169378791,3206.1008057886324,298.35122554624274,4084.344105548774,350.29379156892065,5757.661090245353,3959.009356786395,1350.20812098288,36810.14936768829,14995.930773790578,928.9913185881036,6852.916601578531 -2702,1193.6125785358286,4313.108342740297,278.24429391397564,1728.0787702698403,452.8562641693485,3075.8952919726635,497.48280262412686,3624.74365333174,85.2351934164368,1325.6584264525509,675.7068358901333,7356.649289910032,377.98421310771664,4291.481695109831,429.2702267939173,4850.06889611191,321.1133985118996,5506.922688962598,108.05973974778297,1494.3478589886,193.71833638864268,2873.3248399633835,438.9002069984879,6594.706095885868,348.4985153516566,1920.022410624547,177.22520005943107,2614.9594786146813,221.73163189359445,4674.430374072905,276.70807206866175,3130.4972350944904,296.24173281679714,3988.0305405586982,347.8170388586488,5621.888772518057,3864.413632014818,1325.7610708913637,36434.498651264614,14912.00197241781,906.2714222095902,6822.151910682575 -2703,1217.2683457822109,4196.337630531807,283.45124457142384,1681.2937204353223,456.7765585764717,2992.6202023202227,504.4736335141189,3526.6093463915545,85.98884270503879,1289.7682826627242,681.4790144142906,7157.479431703991,381.2131168888908,4175.296490810211,432.87887120555337,4718.760810560921,324.2301518900588,5357.831306746426,109.49605841507,1453.890710705961,196.26480799654726,2795.534030805156,444.67231175855005,6416.164666728769,354.3610003055283,1868.0407847230645,179.70660648211103,2544.163510498523,223.73459112569753,4547.877428824444,279.1402095339844,3045.7438826024354,300.1793466947072,3880.0608051556737,352.4401862665475,5469.684862076344,3866.560255600643,1332.9789864967643,36912.16101272447,15162.711843746294,906.2714222095902,6939.332455878267 -2704,1269.4722297951023,4176.388491993097,295.3009984220864,1673.3009504758238,472.05737987695244,2978.393464563122,524.6737654236341,3509.8440561272055,88.64310808300897,1283.6368012570174,702.3181060060252,7123.453201847712,392.870313795601,4155.447380593404,446.13998683614363,4696.328103417432,334.82212438692676,5332.360496621985,113.81516556843039,1446.9790010768334,203.8913549139772,2782.2442289397272,461.96238200056274,6385.662603002421,369.74658137040234,1859.1602303703207,186.25734255148788,2532.0687090776864,230.68189979522165,4526.257091074549,287.7424955324659,3031.2645980412058,312.02001733040674,3861.6152277604006,366.3423024857923,5443.6823068284675,3954.92707291422,1371.414760401568,38266.099218883945,15788.120139275667,926.4668856571577,7232.99110953145 -2705,1368.785545340922,4147.407004096803,318.5508095983368,1661.6893029157259,507.99943827991996,2957.7253025113578,564.5236382880867,3485.4879639615588,95.51507877163989,1274.729175807376,756.7358538120909,7074.02095359184,423.3111033378195,4126.611210731514,480.6535632117299,4663.738564310341,360.68334246682394,5295.3572960127,122.4686066024,1436.9378843353477,219.37979405020258,2762.9372182054194,497.05624509746343,6341.350153671249,397.8011813004259,1846.258837260688,200.90648978371402,2514.4977578155112,248.57131926889198,4494.847736951487,310.047388825908,3010.2295438485653,335.7431021047594,3834.818066720894,394.1955459176042,5405.906603445249,4256.93304296138,1476.2131455054348,41221.59639165633,17006.847711987753,997.1510077236439,7788.977296853126 -2706,1438.5985432438185,4133.955951955182,331.43012537798126,1656.3000393506566,520.0479729598269,2948.1326781980524,587.2184851117232,3474.183676657244,96.81580647085595,1270.594918283749,766.3792476465001,7051.0781788403665,428.7055294951118,4113.22760441824,486.8204931123561,4648.61292302617,367.0500514121124,5278.1831611793405,127.76866165352344,1432.2775444199808,227.28189847613373,2753.976339143057,515.1095631124119,6320.783608964871,417.3510557803914,1840.2709696937022,206.02545729999903,2506.3426284980956,252.09503916817764,4480.26984979967,314.2221665813011,3000.4666354789365,350.2730046941411,3822.3808167191123,411.2550859273459,5388.373930253579,4210.4678456905,1487.8377974763148,42510.09095181637,17774.511645854545,984.5288430689142,8172.4764608775495 -2707,1461.688038072723,4092.2382016100423,335.63119006187867,1639.5855140046385,521.7814369900063,2918.381644446654,593.5010002444657,3439.124007671802,96.79764791501853,1257.7727299956287,765.9213290636337,6979.922336217079,428.4493740353493,4071.7190338606124,486.52340567224326,4601.701520092069,367.6443967151494,5224.91846026015,129.23853359188143,1417.823738497157,229.32711820388454,2726.1846309806965,519.798593557692,6256.997522308641,423.41721486645196,1821.6999046476944,207.11447857206633,2481.049911964526,252.1135804112828,4435.057278295515,314.1407037723794,2970.18747443499,354.30260360909585,3783.8073218659506,415.9862328493575,5333.997240951347,4160.0821973316515,1482.8371127924624,42822.9438837503,18009.308320718283,971.9066784141844,8292.440474819836 -2708,1370.9116356587092,4021.9938364129,311.829135429724,1611.4415893493303,475.5003523417912,2868.2868415741095,549.8055679298551,3380.0905226077816,87.40368281508142,1236.182724080025,690.9123267225912,6860.110099128821,386.49002536526456,4001.826885675755,438.86328305780813,4522.71208052855,333.30510388381333,5135.231334935088,120.08094179006801,1393.4864141368623,211.5790243862538,2679.388941341197,479.71213650543626,6149.594483350219,395.5910629697962,1790.4299376816155,189.4671069077455,2438.462025457869,227.78870840569826,4358.928331792776,283.6055124809528,2919.203410609941,329.197408370517,3718.8572553599975,386.5102552927084,5242.437749129359,3649.274652162714,1329.0727069191153,39368.74245921784,16781.93815723025,850.7338977287795,7754.912010997707 -2709,1120.4668748942734,3765.2542334102377,253.9215637664916,1508.5769677862822,383.7519561594593,2685.1928700377753,447.59769560289845,3164.326119631632,70.2551581471959,1157.272344122279,555.1084646459339,6422.202430683535,310.5225891672674,3746.374618043713,352.62367484572655,4234.009672897353,268.4898372319282,4807.42942675665,97.72917987150042,1304.5347241774914,171.96666148292397,2508.353061857308,389.9210593883571,5757.041806618417,323.4026934108818,1676.139789535981,153.22700022710782,2282.805453663747,183.1486163561934,4080.6808816625107,227.94461830840262,2732.859235256244,267.92088949568034,3481.4680463759696,314.5655730092293,4907.792436077849,2894.2314907534173,1064.870928656616,31909.945384942977,13685.07746278417,674.0235925625643,6333.157895240923 -2710,869.9588364032815,3433.9165352853697,207.201014706006,1375.8240674601384,331.11808983917257,2448.8992310359254,362.4556816994312,2885.8693494906324,63.366530578822555,1055.4338145476763,502.47619858303983,5857.0565896954395,281.08058175342836,3416.698302632798,319.0655920416413,3861.4220780390838,238.47433850492456,4384.3816054368635,77.86264276190451,1189.7372879784905,141.66043237228948,2287.621106435664,320.76009682057645,5250.429274777264,253.08865401062337,1528.641568918525,132.33094882733263,2081.92140775464,164.81412288520792,3721.586030081236,205.72314562426925,2492.3710152910894,213.4575214350827,3175.1031804007125,250.62020236551666,4475.912794534531,2894.026023830055,982.5187368034581,26782.426711954522,10869.720327952435,679.0724584244562,4944.78047422448 -2711,679.2682270725622,3174.3177735116105,176.81962090255516,1271.813902780493,292.6835120125515,2263.76624904491,310.8616918063277,2667.702104576407,59.84012940607832,975.6446558493382,474.33846602107724,5414.272199713923,265.3405919588038,3158.401212530616,302.57250778635677,3569.5045605792434,225.1803493839659,4052.9291591646165,62.95351090684022,1099.7949950830052,125.27944843995786,2114.6805004145385,282.6770513388532,4853.504968520181,221.149539294362,1413.0786382504484,120.05970136953533,1924.531379776435,155.67863797293373,3440.239900868075,193.70916666802904,2303.951633864102,172.58469436880273,2935.0703066641786,202.63146848659756,4137.540732392395,2997.4757381696104,947.1223525177735,23608.09947716284,9009.388014286913,702.444049358904,4004.4671417895916 -2712,687.4717984177604,3040.327123211266,179.2993641863141,1218.1295573389027,306.24095968594503,2168.2107522485244,319.31102169692826,2555.0961321112236,62.79107815457518,934.4618659629019,498.11222309997,5185.7311698912545,278.63941385135064,3025.082413792892,317.78087710435136,3418.832740223666,235.3735163715253,3881.851575757793,64.7867995723782,1053.3717138923464,129.15470606362422,2025.4180397395485,291.40192131517273,4648.6343999858445,224.80877504838787,1353.4313882981398,123.9406309638722,1843.295275045057,163.27566163457826,3295.0244516294924,203.2882576242978,2206.6998778307156,177.61058664190998,2811.1784952176818,208.53236216364,3962.891622588835,3206.3503235460535,1000.9275165705395,24417.917455340892,9190.356751034626,752.2796069147723,4072.96124069877 -2713,695.6198014841135,2978.075409262032,182.60690510173114,1193.187947543811,323.2350705648901,2123.8159124629733,329.73660501944096,2502.779684872816,66.5088837571036,915.3284469527306,528.096422147441,5079.551591075167,295.4123000804701,2963.142840363902,336.9827248319882,3348.830997266518,248.334619972241,3802.3693673985094,66.9783872484671,1031.8035760052035,133.99770306044874,1983.9469284650781,302.2888757584387,4553.452057035579,229.17877061087574,1325.719428295211,128.9224719148107,1805.5531882445814,172.84011855919718,3227.557724759024,215.35889664816506,2161.516960335498,183.6187422445412,2753.6186760099085,215.58652995708027,3881.750092186459,3474.724919904852,1069.442290080546,25417.31862974547,9401.372411155151,816.3538952008887,4150.110936535614 -2714,799.4319252188785,2983.2738809009634,209.80401114774568,1195.2707536695157,381.66991076664783,2127.5232050160475,384.4063339713933,2507.148489359714,78.52196955293623,916.9262268333179,623.8333801416996,5088.418359459396,348.9666772314958,2968.315245995347,398.16835532117875,3354.6766527891155,292.49261071715637,3809.0067108504877,78.23136579828184,1033.604672649744,156.60012994267802,1987.410068387155,353.270752807407,4561.400476106538,265.1566198885176,1328.0335788461805,150.1988317457308,1808.7049274559122,203.98578565271023,3233.1916879699593,254.2821463702308,2165.290063118734,214.4683618413325,2758.4253402559343,251.80702879107605,3888.526001117741,4158.322189060141,1270.2339499322638,29724.864039307995,10885.855601893116,977.7261768103666,4797.929521145664 -2715,1099.6921140652205,3086.3985971783222,285.67738769970293,1236.588434267305,493.8784430645249,2201.066646097802,513.0863794522282,2593.81467790032,100.8149600667428,948.6221960149668,799.8715961101851,5264.3129372181365,447.4408423656683,3070.9228776729933,510.3994725207514,3470.6398837334627,377.82318209453274,3940.67505644549,104.56158450586538,1069.3339395106757,207.47197155909777,2056.1101300011073,468.1853477574782,4719.077293155543,360.651871073357,1373.9405560439823,197.9486896627076,1871.2275753654703,262.1236959808004,3344.955471250736,326.4003154738551,2240.139015086184,286.6516711254901,2853.777574728038,336.5573597168008,4022.943140345097,5167.535391005865,1612.069498620541,39185.605912598665,14735.410520453039,1212.6652338594595,6538.665050447733 -2716,1562.661161733869,3341.1887685890224,399.7919736927111,1338.6720016391614,652.9858721084322,2382.770379555413,705.4578389371825,2807.9407752209995,131.8476445808332,1026.933407064511,1044.2779382501744,5698.895559456116,584.1595108850142,3324.435488489585,666.2025776163636,3757.150165227791,497.87760890543336,4265.987954793599,143.9073569479606,1157.6102165904708,282.7121694998399,2225.8473288649234,638.213394278514,5108.649305507639,507.1081092903025,1487.3628956285713,266.890025361225,2025.702242089229,343.18910153329887,3621.090180053513,426.74671480664847,2425.068273465,394.5166339179885,3089.364280248744,463.20147429969353,4355.047481385532,6469.26583523185,2077.524171908661,53001.258742901155,20572.65977348744,1514.0517009830435,9202.955988193331 -2717,1730.595343517522,3760.380663885059,435.6792407512284,1506.6243360964081,698.1588240927398,2681.7172815836084,769.5553149916605,3160.230363438724,139.24992165564527,1155.7744247577375,1101.842614432077,6413.889831291711,616.3606633282238,3741.525485412405,702.9808518368751,4228.529368186971,528.0255976885536,4801.206914252502,157.87039134118012,1302.8461952542982,306.60668977666154,2505.1063666057144,692.4568048734627,5749.590160125345,559.6181749652587,1673.9702723422315,285.47192670050913,2279.8506967200674,362.67953971025344,4075.3990385905654,450.631548763226,2729.321949681377,432.7957701965187,3476.9617964597896,508.14495914859833,4901.44001837385,6662.639851829011,2180.778049646385,57161.390941319056,22598.01851257899,1556.7678931737878,10171.767503578601 -2718,1582.9945260475895,4146.107383035495,394.12684078354533,1661.1686001215978,644.4003998566794,2956.798477125542,707.1750596562357,3484.3957601912452,127.62076674549273,1274.3297298685745,1009.9908605121736,7071.804256120302,564.9796337397894,4125.31810618788,644.5654570306646,4662.277146885761,483.47857995263917,5293.697956125814,146.02823114320853,1436.4876090822972,281.5404797741893,2762.0714311253705,636.0246906324863,6339.363044084778,513.4293954579603,1845.6802982199913,259.34632545839713,2513.7098211019356,332.356316261437,4493.439242733161,413.0095747434467,3009.2862658653116,400.33093115906206,3833.6163977453457,470.02803323926355,5404.212622104531,6132.8946455482765,2007.1050522499006,52407.07490373049,20715.434743370963,1433.3655601783043,9344.58731316554 -2719,1486.1746178289507,4356.645553746859,370.24457487537836,1745.5222759920728,598.7908934534154,3106.943874971073,660.7684840157438,3661.3324001795727,118.55862969815692,1339.0398363427607,938.0276595968072,7430.908493942128,524.7240784813104,4334.800603248384,598.5881958594683,4899.02627351742,449.6891472618999,5562.510454456535,136.31892019462688,1509.4320472083318,262.8133105156263,2902.3286441591304,593.7190440535196,6661.2741224707115,481.1107819343441,1939.4034263992585,242.28027798080532,2641.355301197177,308.80767282956845,4721.614827919059,383.6654159776496,3162.0969789101478,373.7132185254914,4028.2863638183117,438.7762109474853,5678.637024195183,5658.188375860048,1859.5077763324919,48894.6383109783,19401.052805444957,1321.8288361246944,8756.296233606738 -2720,1373.4581326734801,4444.759673869659,340.24678113006405,1780.82585017692,547.7639215917028,3169.782502175563,608.072367624132,3735.3836579509243,107.97894354921613,1366.122213261683,854.0654526107385,7581.200262133742,477.75638916289637,4422.472904414706,545.034844174889,4998.110163685674,410.08312846561364,5675.013458963472,125.70889195989437,1539.960644287002,241.4112408992719,2961.0288830544746,545.4522978762432,6795.999865237065,444.2529566235619,1978.62828974242,221.52283021536638,2694.7772964973265,281.30467369468334,4817.110532352266,349.4108814537471,3226.051089843043,344.6262231576649,4109.759346683593,404.6252069618679,5793.488714265168,5112.342269045569,1690.7373364356638,44830.11000314291,17888.41197876822,1193.6802595524618,8089.6149034232285 -2721,1291.3287442159528,4538.852047092583,319.28005498877667,1818.5246556995135,509.07148925594976,3236.8845234577475,568.5401540438809,3814.45904988741,100.09891853717961,1395.042040336706,791.4816872910806,7741.688832243852,442.74760424139043,4516.093482718815,505.06949016846414,5103.916569754276,380.7070839377455,5795.149422121413,117.66117481123558,1572.5605062194059,225.36040537551165,3023.711739998607,509.23864719545264,6939.866306318708,416.745620393838,2020.5144309892414,206.5523951589333,2751.8237983870313,260.8294747899313,4919.085306091059,323.89398387504247,3294.3442767539705,322.56370774810836,4196.760003339545,378.7216358931999,5916.132713572974,4698.337931097943,1563.2007642813046,41812.966081985054,16771.358686777658,1096.3822662291002,7594.625169340624 -2722,1213.3477686527158,4637.947941861778,300.2570220254089,1858.2281591507488,472.85729347627745,3307.5548085405308,531.7099101888276,3897.739409918352,92.9080979340884,1425.4997282704564,734.3963567430544,7910.711654291404,410.81459335396187,4614.692494074125,468.61379827463315,5215.349410935143,353.93716947577747,5921.67381889574,109.9005938469949,1606.8939211061795,210.52426088773842,3089.7278641838443,475.7115039612793,7091.383089432131,391.07896319823226,2064.6279388444286,192.91996358704023,2811.9038447773974,242.13990288798502,5026.482761393737,300.61056682118635,3366.269069718268,301.28836544321564,4288.387067484299,353.7422837579347,6045.298515573584,4324.483897849284,1446.5273245387755,39015.805144846774,15720.278681977294,1008.5767600592372,7123.600654080866 -2723,1173.705904593664,4580.829714086207,289.7071088929372,1835.3433185738734,452.36311267568743,3266.8209168921976,512.1491647623089,3849.7371532703028,88.69305336545472,1407.9441154878164,700.8563249611294,7813.288001460296,392.052606872061,4557.860666659317,447.20776652588995,5151.120247667863,338.35065932488726,5848.745981360644,105.82398437303756,1587.1043645722436,202.50242656838628,3051.676600538108,457.60360270290494,7004.049803327279,378.00545885018505,2039.2012004762987,185.053852469943,2777.2740976775344,231.20104078290868,4964.57956824146,286.9570851236137,3324.8120879047015,290.1124931210978,4235.573824994118,340.62070638670974,5970.8481892844,4092.826124846151,1377.2992927411622,37467.72544279418,15171.423044780642,953.9949589266196,6882.945443840618 -2724,1127.6272975258603,4523.776471775903,277.07310323645925,1812.484514904486,428.9485587622897,3226.1333696597203,489.0008483098677,3801.789510518792,83.88695277917142,1390.4084763582318,662.6265753813504,7715.975191028436,370.6672352216736,4501.093498861771,422.7825079030942,5086.964160233311,320.3893463111553,5775.901116453338,101.13379379734748,1567.3373233296413,193.02038292722966,3013.6686291857136,436.2211092928382,6916.815879447971,362.2334217490896,2013.803391024339,176.03014088926923,2742.6837500883894,218.72545641427413,4902.746804581926,271.389972832495,3283.402273192719,277.25451116938814,4182.82067003237,325.52416625504856,5896.482567813305,3830.8003286200797,1298.3975106587932,35678.495167325615,14528.91649916685,892.2937924288783,6600.879832129954 -2725,1091.7718288303492,4427.7996587294365,268.5926841831327,1774.0306946235928,417.42387778150317,3157.687459209763,474.4738247526994,3721.130432120554,81.73735576749796,1360.9094559653722,645.7444319591315,7552.27242786123,361.2235188670612,4405.59792963102,412.0146731326668,4979.03871094843,311.9709123870702,5653.359124140641,98.09774238191989,1534.0845659928261,187.41789704077306,2949.7303881139105,423.5427389549889,6770.068145849631,350.9368169221974,1971.0783729385519,171.11470961102196,2684.494746460525,213.10018148954163,4798.729725839572,264.44240170373763,3213.7413409833853,268.93128982602366,4094.077603269614,315.7518827422309,5771.382309528306,3748.2235825642133,1266.6254306077756,34664.29079759805,14082.766313776783,873.3088181218808,6394.211795521566 -2726,1087.929865187963,4330.588203783783,267.7685361626899,1735.0822059306574,411.8691981967968,3088.3610632947525,470.83631145494707,3639.4337585513645,80.4387650645693,1331.0309613494587,635.2969855680035,7386.4637988707755,355.3793130763451,4308.8739092023525,405.34340798065887,4869.724912983841,307.5853373438423,5529.24075652107,97.41548333394107,1500.4040465104638,185.72220307222943,2884.969648056344,419.74514483672476,6621.4326552529055,349.2848889973001,1927.8037419223306,169.37473538177073,2625.5572018083185,209.75402757217216,4693.374575540455,260.22803920252085,3143.184293317494,267.0609021767944,4004.192949231663,313.5558630002216,5644.672766504888,3658.6562319323234,1243.6819668619369,34311.35198113305,14004.280657331692,851.9507220265089,6366.0197970915115 -2727,1109.315229520157,4219.080954982644,272.77911728722137,1690.4060016547357,415.43870770706883,3008.8396151063357,477.474554664218,3545.722875291794,81.15063108959963,1296.7585730305843,640.7295460716549,7196.271562199173,358.41823764846026,4197.925776422985,408.7504783942117,4744.335565876039,310.5605199032071,5386.869698432449,98.71877812331297,1461.7705123475298,188.16305216029306,2810.685275312595,425.2654992620115,6450.939017029773,355.142771119343,1878.1651982938968,171.75438761799398,2557.952376235695,211.65004688213006,4572.526029826857,262.51783312165327,3062.251215285148,270.6338360712845,3901.089971431182,317.7508401069339,5499.329478028341,3660.6809165005943,1250.4516357514274,34762.150866739656,14240.202275674466,851.9507220265089,6475.966661672146 -2728,1156.7718972535686,4166.381429991107,284.1823753298579,1669.2915470423302,429.340914790075,2971.256923476644,496.6204219810051,3501.434104046761,83.65616111378823,1280.561073727636,660.3279697456996,7106.384665719947,369.3814162891303,4145.4904956763685,421.2749415380839,4685.075211929324,320.700502566058,5319.583605245868,102.62369273165518,1443.5118886166026,195.4741324083942,2775.577681860341,441.8008217716137,6370.361890026475,370.5398934316653,1854.7054887358636,178.0243363938486,2526.001608611909,218.2233314618414,4515.41170745323,270.61030120997697,3024.0013722097992,281.33901334430914,3852.3623952985467,330.31977502422654,5430.638676795484,3744.334623617707,1286.5034747332388,36038.31598885292,14828.078205082233,870.9356963335063,6750.614725615877 -2729,1247.2178513315741,4141.3637781377065,306.55674454322576,1659.2680397212976,462.03075593937024,2953.4155730079938,534.3389080083548,3480.4092264942387,90.14161270147603,1272.8717558728367,711.4929876556407,7063.713330776016,398.00265852927225,4120.598286519553,453.8631981800889,4656.94298675298,345.4666528337521,5287.641380829467,110.42606730867924,1434.8441085579411,210.32317728926836,2758.9113162614044,475.363003306117,6332.1101124053375,398.6551401878037,1843.5686360526745,192.02793056183987,2510.8338593582075,235.14676553804986,4488.298251815521,291.58751736189333,3005.8433099187255,302.72893127468933,3829.230317057953,355.43365025454506,5398.029605820921,4030.258470877902,1384.813531013535,38821.768898770446,15972.699557207934,937.3831064079972,7269.575314138922 -2730,1310.492218518647,4120.3099623272,318.95009723089845,1650.8326726393311,472.99931305302425,2938.40103412246,555.8960232506851,3462.715563554842,91.37121363882102,1266.40074561288,720.5780906705774,7027.802909144026,403.08478191726425,4099.650038067812,459.69344422291454,4633.268075507387,351.546419235577,5260.760132605952,115.24412360260612,1427.5496651821038,217.8969763473217,2744.885595797841,492.62230068281735,6299.919006494238,418.1749022997664,1834.1963237959299,196.9407883421437,2498.0693121129807,238.48428850754397,4465.480694663169,295.5219363432841,2990.56223952922,315.9374523080844,3809.7633216162735,370.94175787278795,5370.587167255015,3986.2380510259322,1395.6764794032094,40037.422853934986,16694.445684937644,925.5174974661235,7629.014042927238 -2731,1331.3453553294585,4075.27818646982,322.99248137768535,1632.7903584513115,474.58112245224095,2906.2866014808533,561.8779877561112,3424.8707818414314,91.3550490323629,1252.5599726993178,720.1562128041237,6950.994501944566,402.84878730405455,4054.8440590769255,459.4153108336849,4582.630067354825,352.1050913959407,5203.264125437319,116.58672712487461,1411.9476602029808,219.85682250282866,2714.886136040132,497.1045276959337,6231.065802921207,424.2215355310301,1814.1499878438265,197.99118890479895,2470.7673619277243,238.50377768461175,4416.676471782822,295.44921596619304,2957.877725575332,319.618149622839,3768.1255784519717,375.2632598731311,5311.890836214485,3938.5219014654504,1390.969701748546,40333.20114788612,16915.412971889124,913.6518885242502,7741.743881414852 -2732,1248.2984768338065,4015.885624988534,300.08571166969347,1608.9942892474137,432.4968356649789,2863.9307676548897,520.5819888947887,3374.9571712439224,82.49137443749412,1234.3053304924297,649.6478617915017,6849.691633913748,363.40706175169987,3995.7493018465316,414.4158958323741,4515.843427138459,319.1949777339136,5127.432447124064,108.36234535082711,1391.3701230681218,202.83968098292146,2675.3197471038393,458.76240983542766,6140.255079858761,396.2755049995701,1787.7108075574313,181.14154130093547,2434.758727489847,215.49623755931154,4352.308417164067,266.739288068732,2914.7700095785162,297.07131475374337,3713.2094181686216,348.7910499476863,5234.476046686941,3454.8884691044454,1246.6907262287082,37081.936856881504,15763.320311068082,799.7420426822658,7241.385064500252 -2733,1020.1219686526046,3749.6588121902946,244.358562849796,1502.328546883765,349.0508831503208,2674.0709878834596,423.83671951225017,3151.2197008737608,66.30740655265082,1152.479002543208,521.9616737043008,6395.602114779889,291.98057800851643,3730.8573948778344,332.9832413765343,4216.472699241701,257.1171384000092,4787.517388352934,88.20476151358105,1299.1314320600388,164.86277159991377,2497.963637892019,372.8920002835546,5733.196539768078,323.9371293665089,1669.1973350771636,146.50161892941793,2273.350232208269,173.26665317337208,4063.7789851985217,214.39165576890497,2721.5399223316476,241.81005298054762,3467.048047809809,283.90887331853406,4887.46470106821,2740.053060398221,998.8568086298865,30057.522770603715,12854.931494004008,633.6235174960384,5914.423590517998 -2734,792.8163144747948,3430.277607659377,199.40008246388405,1374.3661041823063,301.15147394465254,2446.304128046811,343.02967350565245,2882.811188468674,59.80029826620657,1054.3153694061884,472.4224962424718,5850.8498561268625,264.26881601894627,3413.077621199404,301.274718473197,3857.330122008409,228.41983991936002,4379.735468239591,70.17460782065956,1188.476521200844,135.8138006979342,2285.1969101698332,306.7701837261127,5244.865385282576,253.68420110074516,1527.0216646552096,126.47607723960687,2079.715191835302,155.91028081643043,3717.6422585660544,193.46912955967954,2489.7298451727793,192.38106133748917,3171.738517759727,225.87435757496868,4471.16966156895,2739.9464873218612,921.7409709923476,25222.840615375957,10208.997241947362,638.3697610727879,4614.412582018014 -2735,675.5214319941762,3177.4368615374888,158.2261515010707,1273.0635884762385,298.92138423978207,2265.9906281728295,356.33735445101786,2670.323391506288,54.09804973932086,976.6033253275376,417.63463400892783,5419.592269345229,233.62098785701937,3161.504660926718,266.6281409988263,3573.01195956309,201.16120712254764,4056.911571674029,64.65170663819414,1100.8756548167942,125.334810823765,2116.7583877270317,283.0824955429004,4858.274027672725,209.3484278888897,1414.467130825757,111.23677686063992,1926.4224263604217,143.08412913161595,3443.6202842595826,175.83434166658543,2306.2154991939547,177.24023441815487,2937.9543098742606,208.09753209234523,4141.606284323799,2727.6190139505493,899.5601122841763,22408.232845718027,8630.63082561272,670.8195452874719,3942.614956315753 -2736,668.9647951742169,3047.6699702316696,156.17421720738255,1221.0715233274584,300.43866098370717,2173.447307137703,355.1838702458391,2561.2670733488562,54.327692898574426,936.7187318362422,419.5429789596745,5198.255490178615,234.68849853803215,3032.388442548486,267.8737230854886,3427.089735205605,201.62329406137826,3891.22683082791,64.64282164181414,1055.9157649228032,125.06637421935629,2030.3097287636112,282.497964306979,4659.861550838226,207.71126368468492,1356.7001285468498,110.72541650530562,1847.7471102159354,143.6631224882323,3302.9824309837827,176.5927431621069,2212.0293897438087,177.21587653306435,2817.9679138561696,208.0689335306757,3972.4626015538793,2762.112918091273,906.5330036917311,22385.979450692925,8577.226053592689,679.6461182517806,3917.5390994451545 -2737,672.8163780071962,2969.887814224613,157.92078505648328,1189.9075270119351,314.41050679441105,2117.976925118599,364.3102976317805,2495.898815951939,57.02435877520912,912.8119429627474,440.75353334352303,5065.586427107171,246.5534883272741,2954.996299299336,281.47647907978046,3339.624087337676,210.8335163415044,3791.9155486449204,66.40226535142465,1028.9668480257112,128.81461306371315,1978.4924816181365,290.9345503094472,4540.933293625707,210.41703651573928,1322.0746401953656,114.25050106251038,1800.5891976492153,150.71333011754461,3218.684230310887,185.39242306353123,2155.57432185069,182.03932562284737,2746.0481777825885,213.73213892561338,3871.078032744162,2964.4608067931995,959.0110919752974,23123.364450565787,8717.85388850689,730.3989127965563,3970.8977330238695 -2738,765.9152326513869,2980.544680454107,179.3384557186115,1194.1772793170892,365.74943104860563,2125.5768744028915,419.7175291366405,2504.8548646203626,66.23684068207272,916.0873915242205,512.1851323826452,5083.763301219744,286.51167036676827,2965.5997302166434,327.1742984550083,3351.607680450215,244.42953554735524,3805.522101916697,76.69323183739135,1032.6590959286366,148.64391718123196,1985.591918038488,335.7316966463812,4557.227551757427,241.0068007506367,1326.8186485442625,131.20807136532508,1807.050262650295,175.01416693890326,3230.233854210186,215.36324364808888,2163.309182098835,210.25162514603696,2755.9018389041335,246.85616364098823,3884.968645231711,3481.698010599028,1119.6213504311463,26682.170546716072,9987.950831441598,858.3842207790345,4548.166587042938 -2739,1052.0171963723544,3085.293919906526,243.5833887067769,1236.1458371448368,469.51798196297705,2200.2788449693685,557.2843160611519,2592.886305225272,84.23474452932946,948.2826671607168,650.371104193401,5262.428745442427,363.8116369249079,3069.82373943806,415.33745993074064,3469.3976796313564,313.04609811744035,3939.2646183464162,101.99745712479235,1068.9512057639658,195.79002338351467,2055.3742114029724,442.3817596270571,4717.38825097079,327.002440412552,1373.448798139981,171.74586620882326,1870.55782954108,222.77550412819193,3343.758251848278,273.79463482636993,2239.3372292579074,279.62221186244705,2852.7561566816307,328.3040806044984,4021.5032570270673,4261.188762730673,1406.7991375317881,34955.26206445427,13476.219307375935,1048.1555395116745,6174.431953788844 -2740,1527.7951022032685,3326.5030808513648,350.14563007188946,1332.788072187453,644.5567545507656,2372.297274272149,788.2826596964276,2795.5988980429115,114.75102479653974,1022.419677255139,884.7810020439148,5673.846929632354,494.9383860970786,3309.823437249941,564.9201094910919,3740.6361823517727,429.0538759408344,4247.237452701146,144.23469939123348,1152.5221167133873,275.14853570234493,2216.0639550158567,621.8403035920672,5086.195013440337,470.9259575429553,1480.8254179370597,239.69520755078602,2016.7985755689567,303.7341915832909,3605.174228176115,372.87743099547555,2414.4092542137028,395.4140309767449,3075.78544879985,464.2551070363415,4335.905531671236,5601.2617165553465,1895.37977409703,48862.46537011193,19300.55285986741,1374.7387391911018,8884.934506102556 -2741,1705.529456530657,3727.435339945871,385.41385721641257,1493.4245482972444,699.6437518079987,2658.2223079487285,869.1447299649707,3132.543056659952,123.19597054740028,1145.6484917132534,949.1526365202935,6357.696669723899,530.9472886442296,3708.7453548454405,606.0808850756629,4191.482515149129,462.2184230025778,4759.142737450334,159.86943835272004,1291.4317418299881,301.95988680968117,2483.158710736034,682.6997631112175,5699.2170390841375,524.4074387245648,1659.3043388061549,259.8252794678494,2259.876543449418,326.2426836207106,4039.6937859821483,400.2531055590492,2705.4099035871686,438.2760827723498,3446.4995526213684,514.5793871207173,4858.497682581975,5888.034822837448,2026.8304579798328,53384.62835607397,21410.853638502238,1443.144679664495,9902.753206121894 -2742,1567.6769923783836,4113.097079934187,350.897130754768,1647.9427779403493,652.6724857485168,2933.2571635699,804.7169601935315,3456.6538448131114,114.2544294135853,1264.1838251083432,880.5367368526022,7015.500262904203,492.56418303541295,4092.4733222751984,562.4338174486761,4625.157225103049,427.9709585849803,5251.550814743636,148.95173761550402,1425.050642550484,279.59704335874625,2740.080487161406,632.2945637920196,6288.890570455486,483.9257164300256,1830.9854385736526,238.32341988282013,2493.696272142053,302.50676336522037,4457.663567463183,371.22701034378895,2985.3270572444076,408.3456147523725,3803.0940722065725,479.4380629751421,5361.185589710359,5507.034730301844,1889.806486308336,49396.08226226533,19758.661363663756,1350.4656635392523,9153.388472351782 -2743,1470.1464652583377,4339.035728075984,329.13814429354335,1738.4667690416816,604.8947955716,3094.3854193123652,750.4519976715301,3646.5330724640457,105.82504975721159,1333.6273560770492,815.330667930751,7400.872310933848,456.08850550463114,4317.279076192881,520.739852484725,4879.224112067887,396.95392582396,5540.026449690262,138.79079970320961,1503.3308312876306,260.4473601288944,2890.5972556785423,588.995378020459,6634.348848290042,452.8477081557375,1931.564240075042,222.09488101543315,2630.678782803588,280.2394416873928,4702.529774297204,343.81743305666856,3149.315591058864,380.48978369810834,4012.003785916559,446.7325674323089,5655.683628787963,5059.73066105277,1745.4480616117933,45980.18034895689,18475.476435131826,1240.1335014853921,8563.43255458255 -2744,1358.4733614666156,4419.157196950875,302.4189701228691,1770.5680283663125,553.1200307112518,3151.5240834298625,690.2999913392615,3713.8672924097855,96.32606098281252,1358.2531460905395,741.9178039656701,7537.531420853292,415.0220220180903,4396.998802603336,473.87623528124743,4969.320305629772,361.8068190792445,5642.32453723142,127.93892484583674,1531.0902418931491,239.13940975676044,2943.972916208858,540.8924408305143,6756.853895048241,418.1046821802168,1967.2310964550538,202.96702893747428,2679.2549783975564,255.1325179405736,4789.36325909814,312.9357898263602,3207.468555661928,350.7397748644518,4086.086521483661,411.80312018612955,5760.117357438337,4567.092926189995,1586.5025611434137,42143.599738863406,17033.047750929214,1118.7681232261452,7909.176511847914 -2745,1271.2383308673786,4523.126661245249,282.0282764823624,1812.2241635074222,508.8060431941478,3225.6699569668126,640.6792251257118,3801.2434086336357,88.25092338723641,1390.2087533888314,679.3969248126352,7714.866842292668,380.04841504202443,4500.446946589955,433.9193835060415,5086.233451521021,332.2016654141723,5775.071446509895,118.92120457429758,1567.112185703116,221.44323499641183,3013.235735645689,500.94224124666033,6915.822324654736,390.09998831615087,2013.5141215039907,187.47130259528325,2742.2897817316016,233.81251232967372,4902.042557472763,286.67321652731493,3282.9306342010927,326.01803219198973,4182.219835544596,382.77735379595356,5895.635577142946,4129.310803651755,1448.490798875839,38967.276593165545,15873.684443002387,1010.6426044133622,7383.816122022974 -2746,1215.192939779479,4596.555099933539,271.2525918161674,1841.6438107659644,489.9830304129659,3278.035483383132,614.636893640969,3862.952794524076,85.34925170759342,1412.7774024356906,657.2114818192474,7840.109991411479,367.63808149662674,4573.507202788176,419.73257426807356,5168.803365901116,321.0333360271937,5868.823956972161,113.77490973830722,1592.5526850885333,212.7598908570599,3062.1526048910246,481.21790858036314,7028.093784991249,373.28002285041856,2046.201509961549,180.93649313790195,2786.8081143329637,226.09275465278526,4981.6223168597535,277.2610032803897,3336.2257304575787,311.9096574785368,4250.113992789065,366.2127291251409,5991.3453257144265,4019.3846792944128,1402.0525778463264,37482.216368384295,15200.42369975757,984.1628855204357,7059.165643476081 -2747,1164.8706340464207,4534.823225584419,258.6275406112318,1816.9104785529591,459.7312635823376,3234.0113674587756,583.8753069419258,3811.073221377745,79.69006189368608,1393.8037590888073,613.2627853359336,7734.817076532661,343.05358334592836,4512.084862396478,391.6583199198462,5099.386179990795,300.56880793415684,5790.005473300736,108.12990150557084,1571.1646542452477,201.55737086239134,3021.0278025698913,455.93822018940165,6933.706272383125,357.0803425878512,2018.7209616466266,170.50330292996017,2749.3811968678388,211.17921407332608,4914.718978112959,258.8439827686783,3291.4201177508176,296.4340786502506,4193.034833012196,348.04287185521025,5910.881376346227,3690.083805024961,1303.4318624812136,35408.638387020335,14502.282199988285,902.5170856005789,6749.318234779419 -2748,1116.4400204359654,4414.283627425695,246.55041245944975,1768.6153966764382,433.5338781771566,3148.0484949756956,555.2623833165223,3709.771536216877,74.8914868454481,1356.755226725998,576.0662161554452,7529.218821461468,322.24616334480874,4392.149669972027,367.87554410121135,4963.840000919389,282.92166052847034,5636.102024727273,102.94968987007442,1529.401712969956,191.28405502096462,2940.7262209572636,432.7548039238149,6749.402248555168,341.2196219922971,1965.061579261304,161.3638561813529,2676.3002214538765,198.51924381086835,4784.081416026194,243.2337886415215,3203.9312700870605,282.232722300152,4081.5802715674804,331.3690775639701,5753.764939734338,3422.4360684788685,1220.542044010081,33560.51961508202,13844.190767944072,836.3177883682627,6453.013248593408 -2749,1077.595420417393,4306.415306250548,238.03225946622265,1725.3971556783486,419.0927923249111,3071.1221497763927,536.3076621684427,3619.1188139792644,72.42156974178215,1323.6012835486113,557.0925601164276,7345.233318358441,311.63247399499335,4284.822218626054,355.7603741090524,4842.542609842261,273.5328107095812,5498.377103835924,99.42917926483935,1492.0289455846682,184.79040025528457,2868.8660444793454,418.05947116166595,6584.472499826722,329.41460839079866,1917.0429398961855,155.9256399868113,2610.90161180059,191.96685737437787,4667.1766418277775,235.21416246978845,3125.639362173025,272.5813742168696,3981.8419564079845,320.0374421478442,5613.1647842233715,3313.7853501427044,1180.6827295414869,32426.468035533166,13367.10499137873,809.8380694753363,6229.74774856699 -2750,1074.881522233734,4217.846313083456,237.62106470766312,1689.9113332426934,414.31488310564856,3007.9591296412827,532.8665508290785,3544.6852801208433,71.42259020330376,1296.3790988075305,549.2611365219714,7194.165696375924,307.2516473884899,4196.69732522507,350.7558765289323,4742.947217196331,270.23976339692587,5385.293323125573,98.85575499187019,1461.3427502019829,183.380882909727,2809.8627763268314,414.90172500774736,6449.051260031388,328.23120180877805,1877.6155853634623,154.598079098398,2557.2038352113527,189.3496566106478,4571.187958270093,231.95662563475508,3061.355099828591,271.009353030625,3899.948384155987,318.1917340876608,5497.7201932899225,3243.2869086521546,1162.2681125261342,32147.69010758511,13308.536293736317,792.1849235467186,6207.9955115915245 -2751,1099.6070584565007,4123.299079422539,243.0942359905347,1652.030284520099,420.7832448669481,2940.5327244186665,542.9206535057075,3465.2276226916433,72.62368115850565,1267.319467784967,558.3960021200514,7032.901293976834,312.361607509563,4102.624167229389,356.5395293294511,4636.629322825772,274.8785455972264,5264.576599859782,100.62045279267778,1428.585294333225,186.7619285947714,2746.876898523647,422.5416570067826,6304.489341195689,334.9522907116297,1835.526958538897,157.73452489124833,2499.8815596755308,192.55523525815946,4468.720219069188,235.84834804945936,2992.731770655903,275.8472060148115,3812.527149769485,323.8718510765586,5374.483309550237,3280.544764180846,1178.916927147581,32754.19071959014,13585.820969945646,801.0114965110272,6336.462566421335 -2752,1146.7540851452109,4078.397268192549,253.28806799862193,1634.0400416216535,434.8812516182431,2908.510976113679,564.6569620635427,3427.4920634741347,74.86395510291801,1253.5186402402085,575.4613132083223,6956.3145608249115,321.90778617836554,4057.9475012014836,367.4560191736958,4586.137459250812,283.8557404629025,5207.24652989895,104.59324409358977,1413.0283177529393,194.01061760345397,2716.9640191535664,438.95286629980626,6235.83485243629,349.50890226494045,1815.5384776132264,163.48317015486117,2472.658404690226,198.52862833803363,4420.056848343146,243.1095727256708,2960.141586330296,286.7384647005035,3771.0095758339708,336.65926394199596,5315.956379930095,3354.74448365214,1213.1821803751852,33957.100603168146,14147.787776685422,818.664642439645,6604.655485550465 -2753,1242.8052737768733,4035.4448822513714,275.0799741900233,1616.8308503889966,473.36363743559724,2877.879461392321,612.3257560817593,3391.394804614919,81.73401319394452,1240.316979666343,628.3675476324122,6883.052863129335,351.50304898333377,4015.210485717485,401.1943918658806,4537.837714724862,309.55255251334006,5152.405461720666,113.38119311210748,1398.1467518683987,210.57199606893167,2688.3498162045007,476.39972223207246,6170.161018419137,378.23734058379085,1796.4178024426928,178.15079664132458,2446.6171509537994,216.7265735970076,4373.506212113411,265.42771739687925,2928.966314404681,310.8302980810737,3731.2944995336966,364.94545463980677,5259.970414105237,3679.06993820567,1324.9045452354553,36925.35337605265,15338.268541020307,898.1037991184243,7153.463280287968 -2754,1300.3683460757625,3998.60070143141,284.62207458053956,1602.068956732853,479.8987980676723,2851.604016095089,632.5468966278473,3360.430891822385,81.90859286813796,1228.992710742764,629.0660866889131,6820.209619897871,351.89380533146016,3978.551047791165,401.67127700563424,4496.406616501142,311.68273744544825,5105.363273305622,117.54620796135195,1385.381474868768,216.48658108739218,2663.8048032937336,489.94556604444796,6113.826578255978,394.85038754628414,1780.0162545904348,181.07433908795485,2424.279191363909,217.3243360079545,4333.5754836812,265.9376870606994,2902.224438935601,322.248530431325,3697.227254596715,378.3515866094725,5211.946142507004,3578.194853061064,1319.6699438362282,37774.22295894765,15946.070768115847,871.624080225498,7468.101837119464 -2755,1324.6605169958225,3942.197269651761,289.27386622106945,1579.4705044605298,484.45413334847177,2811.3798815555197,641.8868377255752,3313.029350956032,82.47182928129156,1211.6567945825807,633.2059441981338,6724.005158201781,354.20960369235655,3922.4304322654366,404.31001487368735,4432.981237778881,314.2355902205407,5033.34807834176,119.35896164924259,1365.8395712526913,219.41245136523264,2626.2297254813643,496.6049365265251,6027.586209169908,401.8069768645293,1754.9077146588238,183.01085879186212,2390.082812131552,218.85768382687243,4272.446967130831,267.7499306074081,2861.286263215246,327.2181268316511,3645.0749341227415,384.18638337442724,5138.427511706268,3571.3894267690575,1326.0155872430898,38242.36831347417,16212.520402203021,869.4174369844206,7600.149331403937 -2756,1240.8086844793795,3876.0466925186042,268.40411861209486,1552.9667862830547,440.32623269715714,2764.2045656125224,593.4170372745125,3257.4362924066845,74.22790078409153,1191.3250377560055,569.3294192004294,6611.175486971082,318.4776608513365,3856.6115452055465,363.50952497465704,4358.595242547995,284.0259219085973,4948.887850321819,110.71518029197422,1342.920607606397,201.97214431673686,2582.161252966748,457.27327663056883,5926.442537460231,374.8994735394678,1725.4601375338048,166.99326999451986,2349.9769151903506,197.10226013261465,4200.754757605386,240.93408317620296,2813.2735117702678,303.5215236995004,3583.910107988325,356.36423200478765,5052.204037281741,3116.206782914374,1185.2472830502647,35079.876380210735,15087.994785023677,756.8786316894829,7097.255511689128 -2757,1012.7145037640715,3647.768731508974,218.18443950498244,1461.5055321726147,354.2190766870388,2601.4080277716644,482.03658278067337,3065.591102206928,59.43194135527825,1121.1625056473042,455.61260678258134,6221.813392093437,254.86551786886284,3629.478208126559,290.92045851358716,4101.897809889202,227.96974770855812,4657.425410017026,89.9268846841313,1263.829925160824,163.746396626825,2430.0860710647717,370.75647220486024,5577.407470079997,306.01102938448844,1623.8399680038879,134.65347043401633,2211.576121501568,157.86207528209232,3953.353266643326,192.88783584852334,2647.5870812458666,246.53118920906823,3372.8373947848186,289.4519533141802,4754.65683836348,2455.9281068789323,945.8729758195527,28359.209651945326,12283.622155396173,595.7936750908466,5786.926045050703 -2758,786.6142499713279,3366.076462118181,177.89119506543364,1348.643440196023,305.56797531732315,2400.519050182537,390.70402690847146,2828.8564355747963,53.64056364403556,1034.582781487815,412.6810581884008,5741.345231103469,230.85000292814146,3349.1983909549635,263.4057504670507,3785.136252914392,202.60817921621774,4297.764250049979,71.63014834084933,1166.2329704341255,135.01828261095994,2242.4271182752896,305.28678015877847,5146.702377952604,239.44947777784407,1498.4418960912355,116.36672964112115,2040.7911999644634,142.17200504155807,3648.0627903680975,174.22152799407021,2443.132010702681,196.37137120583148,3112.376195088632,230.55937527770263,4387.4871591554975,2464.254243435328,870.525273483219,23797.01933726047,9745.230497869505,602.4136048140782,4518.648716944643 -2759,696.0053161681561,3111.286284404332,153.6539684638163,1246.5598702987634,307.37397186038334,2218.815312229832,344.61692422932543,2614.73033295694,54.29648733156147,956.2715685009624,402.09780947387804,5306.762598114529,224.92983056195197,3095.685773866828,256.57781468597136,3498.6259643322037,194.4892498258319,3972.4513436540888,62.98132692610921,1077.9566911704999,116.79097370795066,2072.6899152124156,264.24492113683965,4757.130355963048,194.81212719867904,1385.019553700738,118.66410554172984,1886.31652941922,147.18506018164345,3371.928074734138,174.78738287423633,2258.2027477489764,172.66095094472584,2876.789483739844,202.72100123466407,4055.3828098992713,2633.533046271646,871.6817650227483,22021.711445866666,8508.00494375571,632.0793338252282,3895.906625890804 -2760,692.4931808872918,2957.7363831442995,152.62767940892033,1185.0389662409934,312.32269615201466,2109.311126191109,346.1732233828968,2485.686732417937,55.171212383134524,909.0771313779215,408.74646096304684,5044.860349827234,228.64902528942625,2942.905797529695,260.8494757644747,3325.959863478084,197.11666110095433,3776.400753698446,63.44347944333539,1024.7567833633946,117.5071903628735,1970.3973896358227,265.8781445152444,4522.353858505798,194.3907273599392,1316.6653116690763,119.22467724914219,1793.2220050453748,149.52045225585,3205.5148373773945,177.61959140948488,2146.7546914643144,173.92792477649962,2734.8125967563547,204.2085535868895,3855.239340893208,2708.4972284087216,889.7979709940811,22198.365465976993,8509.946923683958,650.5491844889524,3893.670767243307 -2761,693.6215251549562,2860.265005247015,153.72108598949657,1145.9863374943131,325.50681383790163,2039.7993660979548,353.6902270761627,2403.7716191541213,57.6317207618343,879.1187479617097,427.3081560128539,4878.608383492665,239.03226743630228,2845.923157446611,272.753179691425,3216.3537834461517,205.15450740829135,3651.9505197110534,64.92072042336257,990.9862092671885,120.49325436620755,1905.4634930020582,272.6119079606519,4373.320947919271,196.16154123147618,1273.2749734058975,122.45653256840862,1734.1268738147508,156.11904587842375,3099.877989600849,185.57286084144985,2076.008989116751,177.97772564343367,2644.6876100889112,208.96341959483073,3728.1910032448063,2892.675875277486,936.8513897233677,22830.021009399108,8617.208829694844,695.6977083336114,3932.3835877597944 -2762,797.6852894885734,2839.6660561776507,176.9548131453285,1137.7332161377506,386.6840736409855,2025.1092156479463,413.936545113862,2386.4602270046153,68.47566184795406,872.7875435866023,508.015255792128,4843.4738049006155,284.1790796068322,2825.4274949579867,324.35098294726674,3193.190367590374,243.05172933556483,3625.6500396431693,76.1130608064459,983.8493620115356,141.38768594555842,1891.7407975966048,319.8738688130035,4341.825329399688,227.40149179854114,1264.1051495328052,143.31235445514199,1721.6381040371261,185.43036197944423,3077.553404741791,220.51933026227218,2061.058065563894,208.6611079752706,2625.641198205864,244.988739469081,3701.3414573265704,3495.1265218318854,1120.6192639193284,26820.647850941554,10005.084406277505,841.4043080141024,4558.8901882997325 -2763,1077.6613257267506,2853.2470666435124,234.8298748035257,1143.1745484669907,477.8116192039156,2034.7945198027764,534.8128819961607,2397.873731507655,83.5494683311238,876.961744541724,618.7361166733964,4866.6382429486675,346.11531474893144,2838.940407962697,394.9344135119688,3208.462146364287,299.27440278726976,3642.990103636548,98.66283767834386,988.5547281419093,180.9118237763837,1900.7882528475366,409.5065777958484,4362.590579282237,302.47257497341934,1270.1508693203157,181.36194999914366,1729.8720247330082,226.48250186190174,3092.272137216731,268.95674083583395,2070.9152989869153,270.4804774347482,2638.198611608351,317.57078192830966,3719.043523722837,4053.0192743781936,1346.2644808239475,34037.72441868506,13195.347135336273,972.7454682894744,6064.709730829442 -2764,1548.8020666918421,2902.957468236561,332.3810553134452,1163.0913886732253,637.0806826928733,2070.2455166411687,742.1962172226175,2439.65043831871,110.2061069009929,892.2405197352766,814.7820017785041,4951.426743844126,455.7815866859948,2888.4015532761923,519.9485470984206,3264.361245904758,398.007201818744,3706.4597215215176,137.04461202237627,1005.777720537885,249.07226972495744,1933.9045393749261,563.9956453211679,4438.597361946623,429.97339189100734,1292.2799413294736,246.96735666180385,1760.0105409727594,299.0278409124436,3146.146928353157,354.6374219347305,2106.9956063606933,375.7026755151644,2684.1623537596925,441.11202984951905,3783.8381744446797,5086.45104781366,1749.609340025937,46498.41653569336,18610.922683546974,1216.9579381764943,8610.857916259998 -2765,1746.1716182644839,2992.436188582789,370.2236577290882,1198.941700034286,704.0270562652851,2134.0573091522365,829.6540343042672,2514.848508459737,120.66535563503251,919.7423143087477,891.6328421157355,5104.046041155565,498.77124265605545,2977.4316123318663,569.0591875704743,3364.9796222424625,436.8885491461759,3820.7050304953505,153.95183733442764,1036.779105977109,277.4910127927384,1993.5138534446037,628.5600326014237,4575.409566887533,484.1824083588285,1332.112269823594,272.09539677122956,1814.2598686757174,327.5074035551681,3243.1215496662494,388.24904443464055,2171.9401578035377,422.053201023152,2766.8970873008743,495.5321224490327,3900.4685424576796,5478.414390104136,1910.7126335050943,51605.27361969422,20890.501879631855,1309.3071914951151,9702.920768724394 -2766,1608.039297958655,3225.0028940522143,337.98422505567555,1292.121271345025,660.8447285913389,2299.9123671702105,771.2374277354666,2710.297966863785,112.63781492610138,991.223016465646,832.6297782492425,5500.723229088515,465.7654693207288,3208.8321893876077,531.57013056777,3626.499726732079,406.9676052993565,4117.643285988641,144.012333031436,1117.355695010684,258.0421529877552,2148.4461293514937,584.6482291165261,4931.0020881931505,448.0388003990032,1435.641615943083,250.70467830611312,1955.26085046211,305.6532517578869,3495.1710660838357,362.4500357166445,2340.739402012764,394.8044219225279,2981.9353034612222,463.53936582701533,4203.6058732276715,5174.053765410067,1795.0107446620007,47970.5857695118,19337.783031970263,1237.4799944695217,8993.807948459831 -2767,1500.081795383082,3495.9733117482424,314.6991876828472,1400.6875741089739,604.5183109521547,2493.1550510591887,712.9268663503506,2938.021970930953,102.80370722112413,1074.5073184106056,759.5817673492612,5962.9036735666605,424.9030812959866,3478.443916024633,484.8892316310298,3931.2046147616193,372.31322573823263,4463.6149200561185,133.08525628326518,1211.2378865431233,238.07493388103367,2328.96235342728,539.4447045570614,5345.313559963275,416.6285961257274,1556.2667505906675,230.98858172290912,2119.5453074874163,279.0415048500451,3788.8414889670207,330.7716520815522,2537.412445206219,364.84824991937757,3232.482754507428,428.36786266773686,4556.800235130014,4655.012028760006,1631.0725778379283,44183.837987091414,17952.58022746761,1112.2954510820573,8360.751278797186 -2768,1409.5534546941674,3689.4864818541137,295.6022313639672,1478.2200575186328,572.852136644482,2631.159061523063,672.5955968632836,3100.65077119237,97.43537448033601,1133.9846939354245,720.0566699681381,6292.969234716725,402.793103953625,3670.9867786841874,459.68833738953646,4148.809212823304,352.5172829440188,4710.690110936216,125.64516807323504,1278.2837310836478,224.75736764820056,2457.877779227132,509.26970785135086,5641.193556736227,392.1142805982954,1642.4110330498957,218.04924735209,2236.8688380351377,264.4408985625693,3998.5658381474814,313.5123816248594,2677.866242289813,344.45152650699896,3411.41088963798,404.42009584819937,4809.033527665712,4438.553497199433,1549.2153979619254,41732.891255447656,16905.37111718572,1060.99031034949,7870.645240985586 -2769,1320.23598723827,3794.1707421444116,275.8796199263479,1520.1625809642949,527.1582749491484,2705.814692168777,624.6476925855217,3188.627603197917,89.31495834365705,1166.1599978561733,659.7536603741517,6471.523847291118,369.0601528885626,3775.1461345598846,421.16761537099876,4266.526143259574,323.8549987435886,4844.349662785925,116.8716750385089,1314.5533278114738,208.2938482406882,2527.6167844973315,472.0378276508113,5801.254903361504,366.1483988143398,1689.0122565353515,201.54116737086125,2300.337009236689,242.46323462778426,4112.019813124011,287.355772224452,2753.847126922189,320.39932366503626,3508.2051257151243,376.1804353149799,4945.48344285877,4012.9692111629042,1414.9861797463934,38613.524894596005,15765.420297548824,958.3800288843556,7353.134101607903 -2770,1250.6935172293984,3846.2854357674146,262.21609539002526,1541.042718561722,497.88923077086065,2742.9803110263247,591.0987663614247,3232.4248811571556,84.49401710240315,1182.1777459054683,624.1086956467984,6560.413226682864,349.1206862025816,3826.999516380403,398.39253406266806,4325.128857238871,306.544695792321,4910.889050609073,110.37319319680883,1332.6093270233791,197.13077759902146,2562.334772503846,446.7004885224206,5880.937828159653,346.7463672173808,1712.2116226832989,191.13743718647055,2331.933204192921,229.3828552144232,4168.500311050037,271.841997955446,2791.672493532608,302.58397887559795,3556.3919490603384,355.26346182853206,5013.4119500235665,3789.9662564785344,1337.0371605885352,36541.29114270617,14925.05513536945,905.0226825224856,6957.747677909842 -2771,1177.5953160833963,3765.3841917344794,243.85726242369165,1508.629036550453,447.02253643498034,2685.285549879301,545.3129236934103,3164.4353368303573,75.00811749323422,1157.312287553774,553.344352862038,6422.424093980113,309.5357611983133,3746.50392473515,353.2084508246842,4234.155810387095,273.82444284960866,4807.59535591667,102.06893932944223,1304.5797503924982,180.83956222151312,2508.439638045878,409.92165422523254,5757.240511794587,324.8072924074639,1676.1976417565058,173.2539716922519,2282.8842450422135,203.77682870135064,4080.821726985634,241.256288225199,2732.9535603096365,279.8181776515603,3481.5882097766753,328.53416378636103,4907.961829282445,3231.6606526442342,1175.185108225836,33311.46772552353,13902.689572063382,769.5771109885084,6513.081226128091 -2772,1158.6122476372834,3635.227419152787,240.72509853905058,1456.4807625837575,447.05541290929625,2592.4641848245046,539.9730872328048,3055.0513617795737,75.40648430068603,1117.3078618306852,556.537281939136,6200.422314172806,311.32185647012705,3616.9997800110636,355.2294719910454,4087.7951664725247,274.5211342687298,4641.412819542711,100.94065876254285,1259.4847796696565,179.452389931631,2421.73124631769,406.71925748704365,5558.231909794116,319.8440023857935,1618.2570800101164,172.85952122306952,2203.972550940843,204.80584166004158,3939.7613309092826,242.56193279088214,2638.484471124426,276.7250386987742,3361.241317728386,324.9025133058336,4738.309958682946,3297.168711171888,1185.1040287618491,33148.39965561537,13724.002831493171,785.9947560229298,6416.470603824952 -2773,1115.9411586848616,3516.8971692345076,231.75489592978238,1409.07087242677,430.1326567575169,2508.076910103198,519.8483477972495,2955.6064166716255,72.52673457076497,1080.9383852390674,535.267508532409,5998.592431902073,299.42374010205714,3499.2628577849378,341.6537793443182,3954.733388517471,264.0720089604441,4490.330239119614,97.19153462310048,1218.4873037039538,172.73921555272253,2342.9014977022744,391.5087386164663,5377.305960698206,308.03166530335534,1565.581210626888,166.32697759648832,2132.231063354177,196.98767988409952,3811.518200796251,233.29705723595052,2552.599190542333,266.4469551664059,3251.829586548403,312.8350286021137,4584.073280491324,3168.243955722023,1139.6146058690588,31903.274744887196,13215.406148022643,755.2116715833895,6179.557741749218 -2774,1105.8925816258306,3455.1003157232667,229.28389007219306,1384.3115058316794,418.39400978867036,2464.006454258079,511.00630888052115,2903.672234925932,70.20853461003246,1061.9447701764368,517.8947305174933,5893.1886853749675,289.7055672515301,3437.775864047521,330.55900688525116,3885.24313386228,256.42284323279705,4411.428790868181,95.67145559983503,1197.076759753165,169.41438911577833,2301.7334072868566,384.03199546621477,5282.819095501997,304.5837209304334,1538.0717362017033,162.59144856429182,2094.764750199819,190.74655907478072,3744.544439387895,225.81482896697977,2507.7464153088763,262.2797154069759,3194.6903450711807,307.94227774099403,4503.524634520827,3016.7821926504175,1098.8385321386377,31218.816439104496,13043.049677920375,718.2719702559413,6110.675154661473 -2775,1129.6207636048675,3406.8844789810364,234.0285222162439,1364.9934740912322,422.9882742141494,2429.621307062884,519.1379952706995,2863.1515629804553,71.02614276870554,1047.1253580062366,523.7957379515111,5810.949387646874,293.0065367445377,3389.801789586358,334.27530629961024,3831.024665068861,259.5949720269434,4349.867414657908,97.11294518675734,1180.3715841165804,171.99087634235792,2269.6127763214286,389.8701619790016,5209.097489825798,310.19829712596436,1516.6079843699376,165.27263681941557,2065.5323615628276,192.99514018683982,3692.2894172856622,228.43207965562942,2472.7508780733287,266.2315051675652,3150.108522824527,312.58206903457966,4440.678063162387,3027.0763849782275,1108.054927169855,31697.288444327733,13284.810192873007,720.3241758852438,6224.708146966768 -2776,1194.081704814064,3457.4396285911002,248.29006025985115,1385.2487688407866,450.90375379811707,2465.6747363564714,551.4372094650173,2905.6381974747533,75.86844236801163,1062.6637713164318,559.6360450616727,5897.178732222966,313.05527616971654,3440.1034472088245,357.1760249768386,3887.873679556234,277.125048730298,4414.4155962263485,102.96770765453398,1197.8872534615912,182.8918445199567,2303.2918206716968,414.5301122213468,5286.395885047674,328.7787888428521,1539.1131042302302,176.09272280926257,2096.183033227066,206.12562938699196,3747.079723515934,244.01816893542212,2509.4443120188207,282.28211738200457,3196.8533445647,331.42707226627226,4506.573794361482,3258.2084355555608,1186.0239524323902,33708.62473857811,14076.666408854906,775.7337278764164,6589.589649394213 -2777,1275.167212151366,3507.4099531357806,264.35747312808286,1405.2697491007661,474.14780279758793,2501.311097373008,584.1862987151031,2947.6333439804353,79.61547515396657,1078.022435310283,587.0358937613081,5982.41057046254,328.38250049231635,3489.8232121767383,374.6107108029324,3944.0650611640494,291.26031495948706,4478.217080479139,109.19581851944943,1215.200300471411,193.4409117994234,2336.5812637752842,438.48844140362206,5362.800087701862,349.74300777363567,1561.357883486346,186.13310652083217,2126.4791360452355,216.3561102468011,3801.2362121297883,256.04691238633797,2545.713274074272,299.3562502561357,3243.057419345535,351.47378979284036,4571.70723970831,3373.421702368924,1239.5426005057202,35636.356573811034,14971.862284803743,802.4124010573514,7016.29625340922 -2778,1336.6566750936279,3480.9627218968317,273.9237027416791,1394.673470221435,480.8644486492226,2482.450241677018,604.3470011537007,2925.407045458875,79.79281638535763,1069.8937280851876,587.7568228140626,5937.300874750494,328.7857815992077,3463.5085917848523,375.10242755050757,3914.325281073385,293.3804416713967,4444.449587015834,113.39375245876288,1206.0372189446923,199.21373524118047,2318.96253490773,451.7319103282536,5322.362495318085,365.78645627756543,1549.5846395419358,189.360932409347,2110.4446586994923,216.96095234724177,3772.5734169506327,256.5610662048897,2526.517608746553,310.8647290599464,3218.603508728688,364.98588000797696,4537.2347941884345,3269.2666613860956,1233.9309065637638,36499.15159598951,15588.083668289988,775.7337278764164,7336.679615073721 -2779,1379.1466049741673,3428.3931615326856,283.24521557306423,1373.6110868986034,500.42909237361073,2444.960234383944,625.8223101256962,2881.227496709744,83.23435779160856,1053.7361741510429,613.2636881640935,5847.635652318806,343.05408837972925,3411.2026240012165,391.38473052852504,3855.211071704271,305.6556214473928,4377.329431037055,117.34998016426314,1187.8236236126022,206.50879042684727,2283.941521843104,468.2410443326355,5241.984083128417,377.7818380100482,1526.1827850103355,196.60099997877532,2078.572686275658,226.28593238586376,3715.5999467313104,267.6417657725336,2488.362095299484,321.7105792686432,3169.9961018248405,377.7199788387663,4468.713394375965,3440.0439714562413,1289.7540024152838,37876.51326774611,16113.304782245068,816.7778404624702,7577.240412171733 -2780,1299.0478301235546,3363.997072201979,264.6278450187922,1347.8103172406604,459.91359981881425,2399.0361322622884,583.1502921740562,2827.1089127206014,75.90323327429407,1033.9436691481185,558.8279605280427,5737.798521599586,312.60324108535,3347.129427448077,356.6331201129001,3782.797989287781,279.6748647666304,4295.109311059632,109.67725167881449,1165.512531339543,191.80989753052978,2241.0418614666473,435.02676299059476,5143.523008396729,354.6807159076383,1497.516235309666,181.23856431321937,2039.530503515634,206.443221378121,3645.809203717487,244.02810486422808,2441.622768674409,300.6760812468326,3110.453528224605,353.0234016676196,4384.776793939826,3056.952417513568,1169.463625823279,35076.12085192051,15094.998873494134,724.4285871438491,7118.644219298337 -2781,1078.3102086957447,3219.0896264173593,220.11630789179713,1289.7520769147677,385.57825534802123,2295.695317508372,486.68685494376564,2705.3284465951906,63.79436804611266,989.4055399626019,469.81814603324153,5490.637269569269,262.811966373203,3202.948571867084,299.85566247044295,3619.8502866644612,234.77055634784824,4110.093299965429,91.36626748120696,1115.3069454482843,160.28389307577234,2144.5068035960494,363.4777146309759,4921.9607521034095,295.2444723417838,1433.0092669555943,151.5635048135888,1951.6757433832731,173.47990512271298,3488.7624262709937,205.1116531619931,2336.4474931363166,250.47720328413115,2976.4677171989874,294.08496338279093,4195.89826880794,2595.9757279107293,985.5002457961112,29315.547047299562,12562.419089242838,615.6616887908066,5918.60537137246 -2782,854.9048009238328,2991.7213988900144,184.5532912714851,1198.6553142551368,349.264545554935,2133.5475565385664,407.99023053202376,2514.247797975218,60.631452923105115,919.5226196235997,448.2111178656912,5102.826860771508,250.7251927818881,2976.720406714331,285.969668693289,3364.1758447853017,219.12767454261643,3819.7923959718983,75.1243396359172,1036.5314552430807,136.93634247107386,1993.0376718102948,310.0395898504305,4574.316659506213,236.6256218926858,1331.7940741929835,136.5395340742579,1813.8265046296965,164.5254614966022,3242.3468798955255,195.1037556415826,2171.421356285215,205.95056588518486,2766.236171112748,241.80629547474211,3899.5368551850233,2788.302101250426,959.9484932982516,25592.01290725441,10250.459188898743,666.9668295233738,4737.863597562262 -2783,690.1032653015648,2776.569587908252,142.17118141642993,1112.4531492739357,293.57516787482876,1980.111938912106,313.39013756349846,2333.4338467857865,61.12940338032287,853.3944845224793,511.47692145538633,4735.853371652934,286.11550366275435,2762.6474029484807,327.7702393807845,3122.238702598464,251.37774323944103,3545.0892595526325,76.58683080785954,961.9885449915271,156.34230430429253,1849.7069243001972,352.4345742462149,4245.351364254471,186.84098813979503,1236.0171388728327,111.13003087943925,1683.3838579906783,153.39303519086317,3009.171155946293,219.6215706282166,2015.2620169220731,209.95993070520663,2567.300293581177,246.51368557182346,3619.0988382311493,3154.202409890732,999.54672078366,25072.41901142764,9794.419328884871,785.7752595618017,4390.586585061156 -2784,693.3539813052178,2634.7812238463607,143.20968555828023,1055.644592118385,304.33260741219607,1878.995498791015,319.76031426780185,2214.274662293078,63.51495510661221,809.815022877853,531.8207002758504,4494.01217850296,297.49562714331785,2621.5699894920454,340.85515463580987,2962.7983918711298,260.3620194359808,3364.055652920059,78.37730984201653,912.8636166502264,160.15997394362782,1755.2497495430327,361.0271747129444,4028.5581574762336,188.7427748766719,1172.8986602881607,113.8482577732934,1597.4201406208183,159.2987747002428,2855.504755060124,228.26128409652964,1912.350602138944,214.86846197586144,2436.1984799375577,252.27678584628765,3434.285856814873,3331.3167880002316,1045.1560712821733,25737.580499419615,9935.787162342585,830.7443256210614,4446.0334370193195 -2785,741.984968633244,2547.2519287889454,157.36409646775382,1020.5753324231127,358.48341763605566,1816.5739398635767,359.9493077503941,2140.714892510344,75.82255618172447,782.9123952752751,636.2060449304664,4344.717916647866,355.88783255481997,2534.4795809802777,407.88387449577226,2864.372134582435,308.4121947189557,3252.2993457287735,88.30354330313989,882.5376419067476,182.84701433617866,1696.9391118943697,411.97001459139653,3894.7266072775683,205.88448007587903,1133.9341375491767,131.36126598875663,1544.3527141667385,189.88783128572464,2760.6428682433366,272.7323849452967,1848.8209630960912,242.0808595601115,2355.2662440316153,284.2268269765542,3320.1964525971566,4164.44713080961,1268.31907244377,29568.623498837493,10974.03044723338,1041.388898214436,4868.710190660834 -2786,893.4780991453853,2502.9349489274887,192.3022649173673,1002.8194065396458,459.2537113328831,1784.9692643307344,448.75476601493153,2103.47082657863,97.76025210468407,769.2913189841698,821.2752942607252,4269.128700583424,459.4138750083963,2490.384813878471,526.667785600704,2814.537910974894,395.836406058696,3195.715981131375,110.20934732567895,867.1832898454836,229.90398808822957,1667.4158379700289,517.855746367704,3826.96632072332,251.60071460758334,1114.2060000335925,165.71526819137782,1517.4841318489885,244.61926791144933,2712.6133219648964,351.82124025755866,1816.655255235415,302.13480155116906,2314.289422883523,354.73608330755275,3262.4318170450756,5509.667903741947,1651.535111921633,37288.3866195169,13506.576847210647,1379.8402901341274,5962.040975211601 -2787,1194.7364997254035,2522.364241562935,251.62320354085438,1010.6038963916544,566.0295732676669,1798.8252737315463,573.6835535598465,2119.799237453724,119.1796492677949,775.2630227892795,999.584366843348,4302.268255751473,559.1583365267167,2509.716684786443,640.8523240562497,2836.3860539836937,485.6321263423232,3220.5230585201743,140.92347359074782,873.9148902469232,290.4344468351988,1680.3593266830617,654.4849111591697,3856.6735444700635,330.4214377927886,1122.855139892421,207.77352558941203,1529.2637601129888,298.5578794924503,2733.6702647599345,428.6116312410659,1830.7572304332984,386.3364293540398,2332.2543350198093,453.5971066043081,3287.7567830429825,6486.808872402651,1988.2466698883923,46882.51654827245,17557.813685452114,1621.2531710838377,7809.237511141904 -2788,1444.3136685959503,2548.031703946989,282.0355974299672,1020.8877551097506,528.2533438761257,1817.1300368931034,610.0621701566824,2141.3702168914024,105.68317534785322,783.1520636134793,880.5205196341246,4346.047939431172,492.55511127198025,2535.255446215075,564.1701929379939,2865.2489878723263,441.5068795090075,3253.294952880017,150.43530509390675,882.8078079321099,296.4351372090086,1697.458585822022,669.1157285714046,3895.918876884435,382.22769360203307,1134.281262095958,203.29935910839754,1544.8254777234777,265.9767716879935,2761.4879675068046,379.0173953894566,1849.3869317159983,412.4127594778592,2355.9872477481767,484.21329238518337,3321.2128446879033,4926.134585385507,1677.96349371192,46872.36103044289,19621.805568278065,1218.8983695009874,8948.959599114445 -2789,1650.6798650870207,2549.7212062841695,319.6676456969402,1021.5646667217942,601.0806322885885,1818.3349062985883,696.2153408228708,2142.790077555068,119.48448502038447,783.6713417840739,995.3023342893529,4348.929637543402,556.7630067483946,2536.936477104563,637.8088088650571,2867.1488248539918,499.486478985924,3255.4520882947427,172.29742763157714,883.3931640140111,337.6275426314577,1698.5841056668382,762.2563962861661,3898.5021116368775,437.1892818772159,1135.033360604137,229.79148336131018,1545.8497923939374,300.75431631114486,2763.319004525681,428.47660175743323,1850.6131894343168,472.3469503127536,2357.5494127539228,554.5819490371947,3323.4150138582013,5540.427982545263,1897.3129723835145,53291.48886255648,22406.08135531831,1370.3731183321781,10239.79916427966 -2790,1484.1161223705935,2683.3219690054925,282.32038479758376,1075.0928008200658,534.7444164308779,1913.612354580211,623.5197147924636,2255.0683878297223,104.79010935932232,824.7342975014082,872.4674249104394,4576.805655974419,488.0502838667578,2669.8673432248884,559.2679566014313,3017.382218564624,438.7468282314804,3426.031868125945,155.54148995366648,929.681362191989,301.0287036011478,1787.5868293780024,679.9504075361195,4102.776545367781,393.5194363364991,1194.5070482830552,201.4838526688408,1626.849515346946,263.85745031609105,2908.11190413253,375.7042916902794,1947.5819611577494,426.4111741924307,2481.0807223421393,500.6488131622259,3497.555927616388,4798.4799931818725,1663.9048974210516,47340.086635449035,20099.887758391927,1185.7632681941645,9227.093261259644 -2791,1381.364010782401,2939.0218802016266,261.7069841146806,1177.540862168134,484.39706105453075,2095.9648694039674,573.0483401622513,2469.959032027362,94.47223794089021,903.32512225796,785.8850831796674,5012.939975043242,439.61691517807617,2924.285132239258,503.69755614463475,3304.9154979264454,396.82857822294943,3752.5063108330983,142.8354203732071,1018.2728336959835,275.57637681918237,1957.9300825570988,622.5345686088305,4493.739542140374,364.5554539443173,1308.3343674408584,184.04431269928466,1781.875740827395,238.0193338372732,3185.2325643530803,338.5896616043972,2133.1715177847536,391.5779599112229,2717.5086008081944,459.7511809143378,3830.8460621679574,4230.629143599635,1489.4217292500139,43262.05464989736,18568.32122321481,1043.7556911649233,8539.220922511495 -2792,1300.372617284264,3148.1304652242934,246.5786249586446,1261.321763954907,461.964194133043,2245.0907575270644,542.7710534578384,2645.6942457494742,90.23202939744833,967.5958374245414,750.9163392465358,5369.605841345994,420.05572020878463,3132.3452117931483,481.32922776880645,3540.0570625559235,378.43427433226464,4019.4935320691325,135.40805970463708,1090.7219681701306,261.46024706831577,2097.2349281231823,590.6272449932954,4813.464796126206,344.02764889474395,1401.421101552996,174.70575515361602,1908.6544890091102,227.2725450864327,3411.858803166348,323.4474787702323,2284.944623218056,371.21612857748,2910.8567286768252,435.8443808396113,4103.407081497505,4083.601610871353,1427.7391230666806,41071.95372612651,17543.392151733395,1008.2537969076129,8062.867091335618 -2793,1235.028258763253,3346.5821840174654,234.46681461777752,1340.8329134365258,438.2857366800147,2386.616696365869,514.9299196503279,2812.4734108031626,85.6342561109285,1028.5911040296494,712.6347885855137,5708.094833536172,398.6413715081562,3329.80186042973,456.7678856444557,3763.215034072862,359.1989105000279,4272.874200033389,128.49338669468847,1159.4788547413523,248.0317773322145,2229.440337268914,560.2996072570178,5116.895791980316,326.3880755149166,1489.7638273162365,166.0150696491672,2028.972172189745,215.69577027273752,3626.9354180803157,306.9628615139444,2428.982868403213,352.25981127457106,3094.3511954239107,413.58779298728393,4362.0774883395015,3872.9035289206945,1354.3821187821923,38983.29723800963,16653.359658223508,956.1843519968913,7653.1671198811155 -2794,1172.0903254720595,3526.8392457712275,223.4253383171886,1413.0542389527748,415.53172978075287,2515.16710677382,488.580785748828,2963.9617548555298,81.384366016187,1083.9941391153927,677.2710377881375,6015.550125630589,378.85921331809607,3509.15508308471,434.0772837581487,3965.9132041728494,341.4753400511011,4503.024157867939,121.6508462934828,1221.9319008728507,235.45171848884533,2349.524752488317,531.8268155301266,5392.507311448606,309.7139682148287,1570.0070233451743,158.0261683309167,2138.258764309236,204.9904737693628,3822.2931549248265,291.72935936840673,2559.815249272155,333.501242819258,3261.0223314818218,391.56338180349843,4597.032205706217,3681.137202348681,1286.2097642100555,37013.18730595668,15801.234416440575,908.848492987144,7256.347913397749 -2795,1130.8430277048285,3499.807189466894,214.5271079138223,1402.2236455838683,393.5747742012932,2495.889182800778,467.70776976101365,2941.243968345352,76.75125000112428,1075.6856825739528,638.3251480543013,5969.442923582023,357.07323942687214,3482.2585700382697,409.10380695357225,3935.5157912026257,322.7621070311574,4468.509967088982,116.3901464976254,1212.5661970109404,224.74423739517977,2331.5164223740817,507.6868834655562,5351.175526497139,298.202999242104,1557.9734387965866,150.23227317609096,2121.8697181174234,193.40224308646745,3792.996542129252,275.0513942911473,2540.195112054394,319.0792311894757,3236.0276739056358,374.6305164311574,4561.797474334073,3416.698472285945,1207.3624158020443,35260.12614282651,15172.278457676248,842.5782903734982,6978.118258445693 -2796,1109.543424174397,3343.1382001809834,211.11649685398945,1339.4530558303532,391.6410091445112,2384.160617634136,461.4884349054491,2809.579080876469,76.76093155242393,1027.5325759727127,638.7201549185461,5702.220605663422,357.2942026476408,3326.375145305035,409.3411255947989,3759.34229136466,322.0465895387174,4268.476964623927,114.78512384463174,1158.2856294700464,222.33046293424357,2227.1460094849963,502.17466185773475,5111.6299698873445,292.8451343848984,1488.2307041896163,149.26757159910517,2026.8841471595917,193.36075083900172,3623.202921381001,275.1427136025202,2426.48319043988,314.67912164782,3091.1667837120654,369.4643534571553,4357.588453396606,3461.360075841622,1211.340465168489,34951.48663547323,14936.971377000751,854.412255125935,6858.9010754248475 -2797,1072.4978816814241,3235.9196832333405,204.2711782858949,1296.495163703924,380.08176811213855,2307.697680632647,446.8934766308108,2719.472455226836,74.57267943110891,994.5783538274178,620.5938710944755,5519.343440545203,347.1545255511634,3219.6942399593336,397.7284673875062,3638.775601911962,312.71065135144323,4131.5817056282385,111.14486935199312,1121.1379975274535,215.44065147991324,2155.7187223480432,486.5987744752857,4947.693766314673,283.23595214905066,1440.5013315389376,144.74779353242528,1961.879502041608,187.83137608088373,3507.002387460564,267.3138736118842,2348.662916942582,304.69950017815495,2992.0292972122606,357.74729267876825,4217.835280340206,3374.2239424595946,1177.9685643178939,33880.04872426297,14453.823202151298,833.1111185715489,6634.639506528896 -2798,1079.4748276900511,3165.9352409878293,206.41184636645124,1268.4553791023607,383.3902951385244,2257.7882419382477,450.2459524073414,2660.6574098574424,75.2684458146655,973.0682367121125,626.4294708217669,5399.97454080106,350.4189065722998,3150.060711428894,401.4699478635938,3560.078444415788,315.73423811806293,4042.2264466709976,111.96926949323198,1096.8907277810029,217.13747326537762,2109.096189284742,490.4226896324905,4840.688147346053,285.16688430852946,1409.3470718198162,146.15136190482193,1919.449202113369,189.57433270152458,3431.1551384352533,269.8161038333845,2297.8675077992057,306.9595623154971,2927.3195633358005,360.40082873789277,4126.614583143203,3412.1507146071144,1189.5996129049956,34156.923180251426,14557.982607313765,842.5782903734982,6680.530455673478 -2799,1103.7041865287335,3152.2242658945775,210.8635393848007,1262.9619754835467,388.217205342017,2248.0102534467983,457.87454654228907,2649.134682858501,76.26876284848565,968.8540903881873,634.5813686677279,5376.588428705471,354.9790035388799,3136.418485461203,406.6304894742364,3544.6605210642742,320.09495501818185,4024.7204454698176,113.74173941135707,1092.140333251792,220.61899481842593,2099.9621536461823,498.28215852254624,4819.724182649872,290.6448517114293,1403.243497005873,148.73343707347374,1911.1364862175355,192.13009158121994,3416.295553806008,273.3707467455502,2287.915944747904,311.81872226846934,2914.6419807045263,366.1059622115364,4108.743115326549,3433.0224463783593,1201.6222075155204,34719.545629759516,14837.960080600318,847.311876274473,6809.114924602494 -2800,1163.1359530067994,3252.684760887201,222.8342449501927,1303.2122161109949,410.9862029975935,2319.6537038361594,484.11105104365686,2733.561855259118,80.83288514479038,999.7311959764862,672.6564244480181,5547.9387798728485,376.27784089515234,3236.3752547058643,431.06242600557715,3657.6278484145914,339.2419262212803,4152.98714671104,120.09736066739352,1126.9465364991192,233.4476825218815,2166.887353005753,527.2131931706043,4973.327427937851,307.01229650545275,1447.9644700120189,157.51357558664205,1972.0438650107096,203.6066980961833,3525.1719259885726,289.74798089312634,2360.8311782221513,329.24242010829437,3007.5307955251815,386.5631035163491,4239.687595270173,3652.586113639083,1275.1731409766253,36718.871784054325,15664.28947082909,901.7481141356822,7184.929540623735 -2801,1251.404276300998,3356.3943022299436,239.59477943174122,1344.7642111983596,439.7090153267608,2393.614213194965,518.8319960219834,2820.7195317883416,86.51594880983197,1031.6069144744797,719.8350322528719,5724.830863968109,402.66912184637056,3339.564779038065,461.23502912182795,3774.248712238498,363.14053574650137,4285.402189621694,128.73555303436967,1162.8784256952422,250.0504596295316,2235.9770158663864,564.724815733052,5131.898437554545,329.35909773828286,1494.1317878139982,169.02518303096485,2034.9210817663372,217.94529632163741,3637.569526885768,310.0986811894891,2436.104602079643,352.92370123270456,3103.4237769566234,414.36726533633606,4374.867020349797,3893.3667560635035,1362.2183567757772,39364.546476769465,16817.53913193129,960.9179378978661,7714.138839940686 -2802,1323.6076934553942,3364.646882732633,251.1473263040403,1348.0706686377243,455.4346730841496,2399.499544955196,544.106645492858,2827.6550146057584,88.82113352773588,1034.1433921175192,738.4551260634631,5738.906870335355,413.08503172497433,3347.7759797198937,473.20171979567374,3783.528698000071,373.91781869814855,4295.938981003074,135.2689674187646,1165.7376689660684,261.13874531238207,2241.474755006672,589.9055900253894,5144.5165631899645,347.8731800747573,1497.8055048300143,175.07912417669942,2039.924471872422,223.8696163400825,3646.5134508266497,318.26037970448635,2442.0944076660357,370.83481228073066,3111.0543627123793,435.39667786426475,4385.623784610185,3918.3502834538654,1392.1498774663967,40982.48209027974,17696.850096698745,965.6515237988406,8140.481107296568 -2803,1352.2209039805275,3378.162914036374,256.13418634252884,1353.4859665848792,462.42303359818203,2409.138509189264,554.344498462457,2839.0139105094354,90.02504824117436,1038.2976213568934,748.3038373858976,5761.9604767351175,418.59431060392996,3361.2242393788856,479.5063789208442,3798.727408029112,379.2840325681898,4313.196080416444,137.84265543048315,1170.4205219889386,265.77589193966213,2250.4789221633187,600.4096121271491,5165.182460484428,355.0873531072935,1503.8222985072623,177.85696255385986,2048.1189968790704,226.93767258263682,3661.161760640028,322.5452859811824,2451.9044785623605,377.89048165492017,3123.551694414513,443.6807302344752,4403.241154404153,3948.850336938487,1408.7909086380434,41686.1476889351,18050.037389669757,972.7519026503026,8307.849361309636 -2804,1277.470907732092,3388.494878152116,240.0817535550224,1357.625544454203,427.656496279606,2416.5067543746495,518.5640134402571,2847.6969108838694,82.66018904637183,1041.473209402321,686.5542131600338,5779.583181855286,384.05213656781393,3371.504397296057,439.9166122899157,3810.3456503294365,349.14710236547273,4326.387802740391,129.1864539474751,1174.0002021705168,247.66669534114,2257.3619139131874,559.6230513059878,5180.979946038262,334.31117639685965,1508.4216734989395,164.7770936893892,2054.3830796124994,208.48351165050985,3672.359264400338,296.06245703711966,2459.4035216021366,354.1598292128274,3133.1049412062125,415.81860161366774,4416.7082756644195,3550.9348508670173,1286.469882767911,38775.84607719563,16955.14882102388,873.3465987298339,7821.915332778154 -2805,1058.3861419911345,3316.5610043146444,199.23612535054852,1328.8047056614482,356.9738952172693,2365.207077601527,431.5793191833096,2787.243559859007,69.1314707722169,1019.3639233788139,574.3400459348251,5656.889235903839,321.2805595387267,3299.9312119501687,368.04860901986825,3729.4563666963945,291.78404572600596,4234.543533952821,107.37069550509553,1149.0775195444905,206.38641193657128,2209.440700229814,466.29930080018806,5070.993662689937,277.7334850377345,1476.3996052187733,137.3020119614265,2010.7708746138976,174.32988855814955,3594.3992740475396,247.63424496335676,2407.1931954838806,294.35274381018286,3066.5927038664313,345.5991792867719,4322.946606456343,2991.1587734245895,1078.2874902946178,32301.250091397505,14081.140880072147,736.0726076015671,6491.8376372752155 -2806,803.3483164730432,3072.3627199713183,158.24165892060049,1230.9648562126606,294.50462751991785,2191.056953507446,339.305502647781,2582.018902607389,59.28057575914706,944.3081891749956,493.9792165345503,5240.372656130144,276.32744784564755,3056.957378705166,316.4447662369525,3454.856609569734,247.55752812711054,3922.75422429648,83.40369884022844,1064.4709772601175,165.1493500112243,2046.7596496920648,372.7081435112936,4697.616555881476,212.19260273277885,1367.692347872819,114.13964491910971,1862.7178772019859,149.17870089072366,3329.743766482501,212.61402218703185,2229.9516348265133,228.6481193220391,2840.799577766918,268.4554638774424,4004.6481813011596,2773.203942777064,940.5488834630754,26167.765842164208,10914.853842123392,686.3699556413329,4968.286420320009 -2807,576.5935400073463,2871.7016466345535,122.32651555937385,1150.5685124861054,275.54149844637834,2047.955412411774,282.67646347917884,2413.3829922036034,63.80026131140504,882.6338648613872,598.4008623875083,4898.115280388543,334.73995981490725,2857.3024535987165,382.85833737984535,3229.214229848582,292.56033071914004,3666.5526801340748,87.62570300316092,994.9486231954763,186.79177338054063,1913.0824033500626,420.4241165769631,4390.807475657859,168.25951114109446,1278.3661063015759,94.65463141650997,1741.06070237257,146.56559868082317,3112.2727127636167,264.26156382838656,2084.309817984803,240.2225857431699,2655.262274927018,282.0450300695098,3743.0980078231028,3378.422119641451,1070.1927204475699,26754.47996254171,10663.451199639765,876.4787283439626,4731.792096715287 -2808,574.603184341504,2780.7283614375074,123.86647372633277,1114.1193926592573,279.08036131863025,1983.077770257509,287.3498440128084,2336.9288871969984,66.9349259250463,854.6727072645638,628.3843076004567,4742.946779909739,351.51242435590143,2766.78532369071,402.09986121108847,3126.915222763826,305.93973070030745,3550.399129485546,90.3121678464377,963.4294209968613,192.91658604298829,1852.4774337184233,434.1782602655576,4251.710093728761,170.71510326669096,1237.8684576300632,96.94995381332714,1685.9052470668519,153.6446826459448,3013.6783224163314,277.4117959555007,2018.2804964037284,247.58742858085637,2571.145621481148,290.6920826069981,3624.5195604466994,3572.1498573890026,1121.4819161333346,27574.293430008704,10871.446605805828,935.2747332976835,4811.091672360861 -2809,577.4754582953565,2754.2811301985585,127.22604378623745,1103.5231137799265,297.013126482889,1964.216914561519,299.07307728755694,2314.7025886754386,72.05371733491731,846.5440000394686,677.3187578427531,4697.837084197694,378.88590747943243,2740.4707032988244,433.51361924544756,3097.175442673162,328.0995508747999,3516.6316360222413,94.6343784597051,954.2663394701426,203.20599399713558,1834.8587048508691,457.25253398075944,4211.272501344984,175.19220685975586,1226.0952136856533,102.2301928938096,1669.8707697211091,165.210307097367,2985.0155272371762,298.8778095596858,1999.08483107601,259.43660723575636,2546.6917108643015,304.60418808068283,3590.047114926824,3944.2908661951938,1218.8832267209636,29069.45235897719,11235.86529745506,1034.11726003715,4946.958034169329 -2810,660.3858929379203,2783.067674305342,144.38642409295514,1115.0566556683648,353.81158794341246,1984.7460523559018,346.94028187672404,2338.8948497458205,83.5670029002853,855.391708404559,785.9318484712703,4746.936826757739,439.6430752537309,2769.112906852015,503.1436273333406,3129.545768457781,379.99752192632053,3553.3859348437145,109.26389291869998,964.2399147052877,234.45916060568217,1854.035847103264,527.5907109032847,4255.28688327444,200.41850415789452,1238.9098256585905,117.95328627284368,1687.3235300940994,191.52798329835875,3016.213606544371,346.74502258623653,2019.9783931136737,299.54287367427014,2573.308620974668,351.6929041089092,3627.568720287356,4656.382219126722,1430.6872144539425,33613.13285658973,12882.569271847215,1213.7458619147003,5675.087648891844 -2811,974.9767789234694,2904.646970573741,196.1946115311523,1163.7683002852687,471.01627799166477,2071.4503860466534,467.18050355730924,2441.070298982375,106.47261596121699,892.759797905871,999.6385546311642,4954.308441956355,559.1886486787473,2890.08258416568,639.784890652383,3266.2610828864226,486.745854744548,3708.616856936243,144.80779350997585,1006.363076619786,307.71023562097804,1935.030059219742,692.6599276885125,4441.180596699065,272.46400705004635,1293.0320398376523,158.61149463719207,1761.0348556432189,244.38514112381566,3147.977965372033,441.29713782242675,2108.221864079011,396.98514705753144,2685.724518765438,466.0997524133665,3786.0403436149772,5781.218858811175,1814.595010380911,44251.25860641031,17407.428070718834,1495.705289897009,7736.334738111382 -2812,1364.1079023745003,3205.638580578888,273.31023907329376,1284.3628158751017,621.8242810046315,2286.102697690161,638.7866406248818,2694.024164588053,137.3372800848338,985.2712843762837,1286.443313336751,5467.694505568755,719.624602966631,3189.5649718253544,823.1244085183938,3604.7246524681505,632.2043267866712,4092.919173179851,196.7993219716333,1110.646607716748,413.3127803234243,2135.545928732746,930.7581516631323,4901.394217034492,382.21450751016044,1427.021402194517,210.75459064475157,1943.5206178873427,315.8514785539163,3474.1845459503593,568.3723569133698,2326.6845893415766,539.517976761031,2964.0304730252883,633.4473651086846,4178.365603832062,7150.840262853575,2306.2990031132085,59231.98463851048,24074.645214462867,1838.6776593630427,10764.202950388391 -2813,1479.7982430472534,3760.4456430471796,298.54087975727185,1506.6503704784934,667.8105855361596,2681.7636215043713,697.77882115963,3160.2849720380864,145.20716828758881,1155.794396473485,1358.556958036942,6414.0006629399995,759.9643150999607,3741.5901387581234,869.3134050598183,4228.602436931842,670.756389750898,4801.289878832513,215.61226995734188,1302.8687083618015,447.64358869943425,2505.1496546999992,1008.4834802165436,5749.68951271343,423.12992243900817,1673.9991984524938,223.5005737957723,2279.890092409301,334.2868616664301,4075.469461252127,600.4838333349134,2729.3691122080736,591.0929696648328,3477.021878160142,694.0014981823318,4901.524714976148,7399.252227843577,2423.4751014544095,63914.948114906154,26428.036612852316,1895.412881370099,11862.448713985961 -2814,1332.6873367367405,4186.655476946718,266.1401046429903,1677.4144939630621,580.3745095690679,2985.715369827745,624.345831581729,3518.4724479022766,129.66153238444605,1286.7924175866974,1212.8758619126029,7140.965075319591,678.4716446718326,4165.662885164857,776.3003708055643,4707.873276972885,599.1702139315018,5345.469254365921,196.21718055596813,1450.536168150908,403.43436940261336,2789.083932595311,909.2046697500912,6401.360735968169,383.5160065872257,1863.7306792517354,196.55629519975494,2538.293396121882,298.5481712512263,4537.384172173297,536.1295484104837,3038.716478554286,537.9220578542894,3871.1083928517473,631.5735987654912,5457.064731486435,6475.467773479487,2141.6024326977276,57222.52562560516,23876.676745446548,1678.5696490117293,10755.645182068032 -2815,1220.08947939644,4425.135437444701,251.29164647052906,1772.963254653252,535.7910099262826,3155.7874685173697,583.3810057961291,3718.891415980565,121.44962922848295,1360.0905923720225,1135.8299294661838,7547.728201269867,635.3728559633441,4402.947067198034,726.9261792078556,4976.042807354401,561.5972327282259,5649.957479786861,184.04710720391324,1533.161502379222,378.67876985362756,2947.9555258595287,853.3921250083527,6765.994574088606,360.97123067929874,1969.8923687468964,183.20880821736012,2682.8794773441414,279.68837841685206,4795.8423147413605,502.10883367645266,3211.807622490183,504.55825717574623,4091.6141836181664,592.4012031453997,5767.909650244575,6025.002544793337,1994.4756231140852,53603.23587743232,22419.430213996737,1564.2133963414576,10077.120345742462 -2816,1172.7078865197027,4486.412445052679,231.4726930929049,1797.5143411408528,501.5257570108763,3199.4871960061996,541.9697647359484,3770.3887183370043,110.97635303882453,1378.9244298340561,1037.5428726967225,7652.245273108742,580.3919769217138,4463.916821626616,664.0507583680353,5044.948497874904,513.6470178917232,5728.195195302654,169.97836787345963,1554.3919371023228,348.460448194854,2988.777303122551,785.3957887774001,6859.686599305211,334.1100949155467,1997.1704286781658,170.4963165785726,2720.0306173416634,255.64013812201435,4862.25268119486,458.7126075521569,3256.2830883602937,465.98933476737164,4148.272759836403,547.1174807728129,5847.780706965103,5492.135745814555,1829.042052867537,49419.78533826158,20756.28249814303,1420.3535967729856,9361.64012391782 -2817,1088.3401684624735,4580.244889020822,217.31939946777499,1835.1090040842976,462.3986210035819,3266.4038486151458,505.3665522306245,3849.245665281685,102.84200481869493,1407.7643661714715,961.0962453739506,7812.290495123775,537.6284340085042,4557.2787740047615,615.0871575828733,5150.462614788303,476.6013748550751,5847.999284044991,158.9909545790683,1586.9017422370518,325.03512392568393,3051.286999291426,732.6711941708819,7003.155610759588,313.628312174327,2038.9408598721207,158.08328327142178,2776.9195288314645,236.98534819700603,4963.94575062504,424.97653155032225,3324.3876160146588,435.86775238061045,4235.033078034778,511.7517694941148,5970.08590343213,5034.66947940313,1685.8898619557888,46028.66105487119,19439.676994469784,1303.2801530956838,8769.286464460234 -2818,1041.5151352833527,4656.597465642331,204.8636326171722,1865.700228841523,441.1466128241712,3320.8547254069103,477.1402803710029,3913.4125017095653,95.76903155604663,1431.2317656746707,894.6976503892764,7942.521197427107,500.48566832421426,4633.248506018844,572.5576632991601,5236.320707741912,444.3885078485284,5945.485297181078,148.74379877357524,1613.3553576660872,304.1869319745784,3102.151883168284,685.6684009657206,7119.89805320947,294.95988950706294,2072.9299569623845,149.50185309119072,2823.210713306144,220.74930525868882,5046.694611756489,395.6632787653215,3379.805080871133,407.7755581985007,4305.630981732108,478.7687603057836,6069.6070976965375,4694.639794004822,1576.4315539018116,43182.33608322984,18274.087382915717,1206.8473399757856,8252.956155709759 -2819,1001.6222037391731,4612.410444105116,197.48667411321202,1847.9963717222267,410.71390531274653,3289.342729715593,455.7106890636104,3876.277652976576,91.15712262872572,1417.6506328150604,851.2309938976899,7867.153644659243,476.1708189283928,4589.283045608474,544.7311340065581,5186.632621624113,423.5585639683832,5889.067861743699,142.9158598540018,1598.0460318198302,291.8347670900051,3072.7151854325125,657.8609845569507,7052.3364718313915,284.9597422936535,2053.2596716673247,142.43798077795486,2796.4209223668604,210.19861384563185,4998.805910801172,376.50062855158285,3347.7336980638493,391.7984817376969,4264.7743239847205,460.01009530819647,6012.011855349052,4379.771855112054,1483.8594781811737,41265.1734992645,17597.366407343543,1134.0200607692268,7952.040789902707 -2820,935.7627375574219,4570.692693759975,190.1550013077043,1831.2818463762087,393.9738448570054,3259.5916959641936,437.8117163253017,3841.2179839911328,87.25666631442462,1404.8284445269398,814.591393205454,7795.997802035953,455.6749619966041,4547.774475050845,521.2478856327768,5139.721218690011,405.5685831988554,5835.803160824507,137.48182036686734,1583.592225897006,280.32455638484026,3044.923477270151,631.9484284276867,6988.550385175161,274.7158879445266,2034.6886066213165,135.1742444056594,2771.12820583329,201.2500182846237,4953.593339297016,360.3288567160711,3317.454537019902,376.9012658308204,4226.200829131558,442.5192932031058,5957.635166046819,4184.256693987473,1418.3992300935927,39612.44871127574,16925.520442023782,1079.7909409265214,7638.5777197424995 -2821,907.1043678912495,4483.553286281581,186.30895344815602,1796.368798024255,377.72290912398984,3197.448185551518,426.2304535342386,3767.9858763989273,86.84079695822626,1378.0456510934637,811.1562142649135,7647.368551572511,453.75335437069646,4461.071999156475,519.065505392583,5041.733388046261,402.96962919585724,5724.544657208842,135.08060377946902,1553.401334166208,276.3337305453934,2986.8725765853137,622.8771676556572,6855.314969779928,268.5269084444048,1995.897646155723,132.76014577876973,2718.2971611575795,200.19715782337943,4859.154002111963,358.7392618462805,3254.207882287002,370.31842041235444,4145.629095083896,434.79038283337405,5844.053957874475,4158.893512980644,1403.1456422183828,38947.673342892056,16572.798189479705,1085.0508576041293,7465.814438874536 -2822,871.0753239506408,4408.30538062872,183.96551759238596,1766.2201678640956,364.9917203081123,3143.7851053930945,417.11539448018215,3704.7474073489198,83.79529520451518,1354.9177785072063,782.1571768974675,7519.022030293932,437.5315585592396,4386.201399105785,500.4906459683014,4957.1174921069,389.8653141705777,5628.46907412405,132.51347325631477,1527.3304503000527,269.93260887101485,2936.743607107534,608.5429274086317,6740.261559877342,265.14982138924523,1962.4003041635528,127.89011659435663,2672.6757186858063,193.2918703503878,4777.602353551791,346.0006571523756,3199.592198683917,363.28072814767626,4076.0526036048927,426.52743736440266,5745.972638712308,3957.080072047746,1345.9933686715478,37953.31550884095,16285.480653353789,1030.2434064927268,7335.905064426797 -2823,890.6591391995375,4285.361490440041,189.52286420340036,1716.9617885963817,376.041000948498,3056.1076108908583,428.670008713965,3601.4251510398667,86.362009152707,1317.1302732886543,806.127073836506,7309.3228967264495,450.9400992925003,4263.873970174312,515.7651092297024,4818.867698596667,401.61348575478274,5471.4958556124075,135.94115734883627,1484.734502208831,277.43896659311713,2854.840324015781,625.4222417952852,6552.281393915621,272.2128881626572,1907.6706276394405,131.68563397369599,2598.137064555363,199.21007069942863,4644.359084675424,356.6022996646427,3110.358291783519,372.6775958200137,3962.374960966304,437.56028765616156,5585.722345657464,4085.5179882615516,1387.2048611201003,39058.460947207444,16734.6202828151,1062.5422211896268,7532.159300425229 -2824,931.8673690817375,4255.795171175214,197.82935528222623,1705.1158240213053,391.8777474532526,3035.0223760669487,447.42258242515777,3576.577565588426,89.31161895122877,1308.0428965853596,833.4250485151886,7258.893131383098,466.21033622115834,4234.455901386324,533.254878603223,4785.620519522156,415.87435366754585,5433.7459496396905,141.50713782034794,1474.4907609483232,288.6598411427353,2835.1437078357335,650.7285238509932,6507.074742379299,284.5434395066279,1894.5088911197217,136.9807537378207,2580.2115406256335,206.06302684641273,4612.315906104761,368.7147120311088,3088.898761125947,387.93652299819905,3935.0370471393758,455.47577450135344,5547.184348206185,4207.924619242193,1434.1781489827026,40605.43900637181,17453.317443122083,1092.1238448794961,7861.157077442616 -2825,1011.9617787779321,4237.7954579253155,213.83774428945162,1697.9041057275952,425.42482734598696,3022.1858718934777,483.3474236997645,3561.4505756823696,96.61725702137753,1302.510582150546,901.6215588708053,7228.191936983164,504.3588392912846,4216.546441713422,576.8272576428759,4765.3799314276785,449.67657935644047,5410.7641412977955,152.62649209911658,1468.2544620149408,311.455223320973,2823.152582391319,702.1070549307447,6479.553333395196,306.65413475642686,1886.4961425221147,148.49957660288382,2569.2986404536746,222.9140785128279,4592.808302851171,398.8818810126986,3075.834388964709,418.41981665626906,3918.3939673793425,491.2661705201529,5523.722756753591,4561.928402803683,1553.1446451899296,43896.89924345111,18844.331070024655,1182.622021508307,8487.388301951645 -2826,1076.6184213816598,4214.012441667954,223.89101760889307,1688.3752642932022,448.4495713169078,3005.225002394787,508.88211474100666,3541.4632880036215,99.02701083148074,1295.200736581492,923.344638597881,7187.6264571115225,516.5105310617228,4192.882677482978,590.7627241465653,4738.636047843184,462.0991572491961,5380.39828414049,160.00866246132222,1460.0144419179962,324.4625457890863,2807.308711579088,731.5984813938616,6443.189303134985,323.58623479117887,1875.9088999634519,154.50949854636596,2554.879428402831,228.63399695814573,4567.032911939044,408.61210497312635,3058.572437555305,438.6577604561796,3896.4034705858617,515.027514400172,5492.722962301656,4626.347584259354,1592.9524135811516,45714.422965508944,19806.09211314585,1190.658894231501,8945.731441101838 -2827,1103.8617350326792,4125.5734131282525,226.0395386939142,1652.941513147121,444.76575044389006,2942.1546665962965,511.81914009668935,3467.1389766411025,98.32043704729851,1268.0184972092147,916.1860306771247,7036.780509176543,512.5060713786869,4104.887097044975,586.1626473375092,4639.186799774855,459.65070826640465,5267.480440637941,161.0962397670262,1429.373274934148,325.5356333750825,2748.3920238142023,734.1118564945077,6307.966778153282,327.50406973108056,1836.5394004571617,155.13337528388516,2501.2604470135448,227.1221598549835,4471.185080535665,405.5336504016826,2994.382504839152,441.63931294155464,3814.630067562652,518.528151352313,5377.447772788595,4511.138221145906,1571.0147377901583,45798.69201206004,20003.453478056857,1163.3125188247482,9052.73505820231 -2828,1061.2615262194558,4020.499271562081,210.22023201577073,1610.8427808835431,412.8392954766348,2867.2209919309125,477.1814706900116,3378.8344877422037,88.8077650310945,1235.7233610566727,826.5774956784039,6857.5608959614565,462.37987790218045,4000.3398148234223,528.7985949977618,4521.031449781499,416.5104377148554,5133.323093260391,149.4762583999507,1392.9685973774713,299.77733733805104,2678.393285779235,676.2138580060819,6147.309306362032,306.3622770671176,1789.7646175042235,143.2615260855111,2437.5558978551085,205.35007647194283,4357.308562758583,366.02163135999876,2918.1186404717105,409.7835688548494,3717.475335455309,481.12636304408426,5240.489669765956,3984.1569505680354,1414.1515827646351,42199.47908343762,18661.681329670173,1021.8807446289584,8484.128218864513 -2829,885.8527486778938,3750.8934477863327,171.5492039985688,1502.823212770404,336.79207967728337,2674.9514688534186,390.4891868657584,3152.257290747534,71.657869619636,1152.8584748289531,666.6532313504349,6397.7079698521775,372.9197096781808,3732.0858398042055,426.5087998345142,4217.861040833549,336.59238285869475,4789.093755612028,121.8268001630957,1299.5591920217555,244.01966469984228,2498.7861326787242,550.4657777340288,5735.0842871290015,250.95183346069325,1669.7469452016896,116.97884406853987,2274.0987694111263,165.75761870448625,4065.117049924103,295.25205209336053,2722.436033213316,333.9836137684349,3468.1896292569218,392.1297329167561,4889.073977590836,3182.586222901194,1139.67297914334,34332.71058533886,15259.79016587574,815.2730097706731,6953.711213414077 -2830,684.8675508009181,3417.2164430967787,137.5295642037572,1369.133051960556,278.8796529098981,2436.9895522482693,309.328274129005,2871.834563354889,62.80113283281733,1050.300946051664,586.4706185218681,5828.572092767042,328.0662907024781,3400.081947503529,375.1023799073248,3842.6429073691847,291.8065494210942,4363.059136981854,96.03722615152888,1183.9512642981583,198.70604814992183,2276.4957680712973,447.7143361851792,5224.894975379631,193.07468871192285,1521.2073593616146,99.2490471427939,2071.7964442962566,144.80650885075198,3703.4869210459715,259.39210846784295,2480.2499211131044,263.28246168695074,3159.6617696162266,309.11960086326684,4454.145184422654,3022.423276676681,1018.1030367907877,28223.588265420185,11969.533195116364,782.2994752602942,5385.169228473031 -2831,490.8070264713196,3171.8485023195353,116.00856031043215,1270.8245710072147,251.96640875951596,2262.005287104992,249.13803632997127,2665.62692482886,60.7930354855689,974.885711277848,561.6632807887019,5410.060489569347,314.1892932616933,3155.944322677874,361.3172108369708,3566.7278773955463,281.5569140529043,4049.7764246464285,79.52242278643884,1098.939475159572,182.80546477944625,2113.035510841128,410.40505186707856,4849.729473798332,150.2772756030529,1411.9794180013967,93.7197019288141,1923.0343053707209,141.4447613324987,3437.563771416913,240.44965710462085,2302.1594121007647,218.00774626174248,2932.787143769953,255.96261550326545,4134.322179347142,3233.752186351728,992.0516679565002,25148.951683895048,10041.921292904837,816.8091949965375,4432.735167835964 -2832,492.6411247526547,3039.8722627732723,115.31242283318745,1217.9473141389014,257.82287881541737,2167.8863683080917,254.06116074935716,2554.7138666185087,63.810920507866314,934.3220620153611,590.0878725917872,5184.955337602272,330.0897494875709,3024.6298341013185,379.66982483453404,3418.3212519217086,294.5229136472065,3881.2708156499425,81.93821585469786,1053.2141199559921,188.8458768139852,2025.1150188804959,423.93042190980157,4647.938922231787,152.40240559335462,1353.2289027203954,96.28598628338749,1843.019501398939,148.35268994262492,3294.531486167379,252.50139330634292,2206.3697355689546,224.63055255702176,2810.7579174871303,263.7384438872528,3962.2987381569556,3433.9591472478764,1043.3125297539139,25946.874206347307,10241.296803449493,873.2755123887155,4510.040226062738 -2833,495.850406932678,2973.461762688484,117.67678679414497,1191.3394559076814,273.3011010774852,2120.5256881869504,262.299311491905,2498.902368374534,67.61474764218165,913.9104163884874,625.9607122308182,5071.682329027458,350.1566873113331,2958.552327387011,402.85752336054736,3343.642974623479,311.0198139464254,3796.478721262182,84.84146519370742,1030.205101695854,196.41933042780997,1980.8733897896816,440.86739270660104,4546.397830532308,154.89719678686052,1323.6656183484185,100.46777172397157,1802.7560178793194,157.0500659176936,3222.5575791645065,267.70145340390155,2158.1683294423033,232.58970197747055,2749.3527587232206,273.08327102194295,3875.7364691074436,3733.8748288673914,1118.4784623943717,27035.261704445707,10480.08808704576,948.4135848119881,4596.299683369238 -2834,570.4208123902104,3004.1977383872286,136.1840298421562,1203.6540519873117,328.38833530930356,2142.445064060056,307.31430443182177,2524.732935100386,79.84584875463905,923.3572936617799,739.6898688442981,5124.107117794809,413.77573552374463,2989.1341877556515,476.17985238111424,3378.2054265449674,366.52221435366323,3835.7220299139835,99.17802976006261,1040.8540898105748,229.87573674414267,2001.3492126621495,515.9417647770433,4593.392876841469,178.8997164914141,1337.348038882401,117.39279684080134,1821.3906833226729,185.35542908445098,3255.86839979919,316.2326228261527,2180.4768084548477,271.8928572477856,2777.772172296909,319.2290552567952,3915.7990464790514,4495.5143044558645,1336.1350766856813,31696.55139036712,12145.725395135136,1137.5068554733396,5323.145145144738 -2835,836.0106784924816,3101.604130819244,199.75740981532985,1242.6806438265035,435.914479199821,2211.9104797373548,414.74433143790804,2606.593434467663,102.45872469474413,953.2957034249357,947.6537828723508,5290.24824173013,530.1088436462079,3086.0521682214735,609.8637976604514,3487.7384307441694,472.8315625238196,3960.089291273585,132.23784647972943,1074.602148615447,303.4167280556408,2066.239817002571,681.2234923891514,4742.32642520245,244.43820454900106,1380.7094482294092,158.51884302604225,1880.4464150425788,238.16802401366266,3361.4348180829916,405.46839311251705,2251.175343700827,362.52510765389263,2867.837071435918,425.64026431099876,4042.762679309363,5609.536177721558,1702.1843045459239,41951.43847200942,16490.378077755307,1412.162758215825,7284.0582481757065 -2836,1178.8817171363085,3357.8238816154926,279.7121984114535,1345.3369827566585,585.7496997302663,2394.633718422306,573.3112737525147,2821.9209527573803,133.90302467547087,1032.0463038447758,1235.9201914288105,5727.269224736225,691.3624314688968,3340.9871902731356,795.1246808827508,3775.85626715282,622.0401158291318,4287.227458668599,181.4706748252782,1163.3737271632995,411.552418023389,2236.929379135005,924.3603572221003,5134.084252317187,345.5086199044107,1494.7681790752197,213.40140236265827,2035.7878098583792,311.7987214139382,3639.1188664272167,529.3599911944696,2437.142205116289,497.49506422235197,3104.7456093328774,584.1083173504865,4376.730394895111,7064.672931185636,2197.241286791303,56790.886444333126,22995.119366412087,1765.596503952442,10218.941213514147 -2837,1277.3323221443777,3863.310436372907,298.2858713564866,1547.8639110225379,627.9547329684357,2755.121698407981,625.5967989636697,3246.7327208840657,141.36519238934383,1187.4104768548355,1303.2854452579134,6589.451903354625,729.0459372541412,3843.9391507813516,838.4895289302858,4344.273385808845,659.0976535507841,4932.626358059694,198.72378232159488,1338.507920608889,445.16650256392035,2573.676559737754,1000.2670130280235,5906.968909772633,382.36418201476243,1719.7904684033379,225.9741791410449,2342.2551537404406,329.4911087583584,4186.951547055475,558.5391452600422,2804.0294094938504,544.7938127952516,3572.1337800027522,639.6417174353408,5035.60305957852,7294.463910288521,2304.2496107467696,61197.078778183226,25217.66641878257,1816.509592188638,11253.938268410493 -2838,1164.477293848401,4265.932191501445,262.28567464688473,1709.1772962189696,560.6905646112122,3042.2515969949523,569.6219069691643,3585.096734867595,129.56805832080704,1311.1585675462359,1194.7604423039074,7276.18333080744,668.338044917897,4244.542092994796,768.9000905572234,4797.019548500007,603.5835489004934,5446.688770175826,183.79457815555543,1478.0028996235608,408.82561988628044,2841.8968311036892,918.8280855104558,6522.574160531415,350.75716246818826,1899.0214849747035,203.21075999960982,2586.357432469877,301.9451253827431,4623.302135049203,511.9784235919707,3096.256312010746,503.8659582395588,3944.410043001935,591.5883758516211,5560.397371443764,6620.133764416095,2098.417438107141,55869.71927326325,23108.090213456635,1666.9153459961944,10338.324170689886 -2839,1064.9107151777953,4460.874940992867,240.4551711077057,1787.2825511869275,515.6467315058056,3181.275112686168,530.0497091969099,3748.926956098051,120.35484223064707,1371.0753324413513,1109.455877493513,7608.687252725621,620.6194529313631,4438.507366889421,713.9303755342197,5016.231701476015,561.2614896407543,5695.589230102831,171.5189585971432,1545.544045632143,381.4096256044867,2971.7646201721604,857.2194896320163,6820.63997206701,328.87977275393644,1985.8021586951534,188.31842929751238,2704.547691109641,280.5476908261119,4834.5758237711125,475.49899037144155,3237.747712130986,470.2128065859299,4124.660010508741,552.0762536224922,5814.494038524778,6099.974401272262,1938.38277327668,52021.10943777999,21601.415249980877,1536.751512589064,9650.739293557368 -2840,1022.9825207266923,4507.271317073674,231.70704521737815,1805.87160255116,483.0240617846633,3214.3627106343524,491.9138151995332,3787.9185501811367,109.60148920591851,1385.335523009462,1009.964999994206,7687.823189044906,564.9651676029748,4484.671103769658,649.9299682753335,5068.404195798025,511.68246610498977,5754.8275417383575,158.08322662232862,1561.6188389718195,350.0683222079029,3002.673155104202,786.8903673995732,6891.579637814595,303.93861166883755,2006.4559597982154,175.0216120183198,2732.6769736977058,255.5578877337836,4884.858963531346,432.9371066177506,3271.4226665948227,433.3792501552817,4167.559504348942,508.83002222043706,5874.969047508322,5543.43407817437,1772.6819889079748,47875.24340007175,19966.720588348817,1389.6422361365733,8951.10685544302 -2841,946.3117844191466,4581.479524616859,213.27612642358218,1835.6036699709368,443.2552834035091,3267.284329585105,458.03220877710174,3850.2832551554584,101.58968487480826,1408.1438384572166,935.7731431621859,7814.396350196063,523.4629226438736,4558.507218931133,602.14437453933,5151.850956380151,474.8834197395923,5849.575651304085,147.89187960608922,1587.3295021987685,326.54705228003104,3052.1094940781313,734.0910735605036,7005.0433581205125,285.34048838459427,2039.4904699966467,162.0243377431773,2777.6680660343213,236.95302050427108,4965.283815350622,401.2122679517378,3325.2837268963276,405.44005368049096,4236.174659481891,476.0266474441987,5971.695179954757,5075.591688716451,1631.9641853176756,44557.80654748674,18695.29721120619,1275.247195065987,8382.242992215064 -2842,907.4985605077096,4648.08496218801,207.23474592045739,1862.2896313484132,424.11607321912487,3314.7840294685343,432.32945911977976,3906.258579197521,94.27990037186645,1428.6153992313327,868.1172678056467,7928.001853715745,485.6168458388831,4624.778685682596,558.5674933520505,5226.748439912994,441.3606809621058,5934.616639431875,138.08464478040293,1610.4060597814168,304.83503766322843,3096.4809874518,685.2859555182891,7106.882507584248,267.9586743114219,2069.1405326994104,153.1480471771013,2818.049736621641,219.9710267399386,5037.468990338179,372.27471359381207,3373.626620603067,378.55388640224567,4297.760063346859,444.4596328981396,6058.5115388111635,4720.906593615257,1522.910777019458,41745.08547328414,17548.995660703804,1176.0270162443448,7879.532625768872 -2843,868.8324696120335,4596.165212354517,195.70684850777633,1841.4875994226454,393.3365155738714,3277.757434868369,412.75785598225946,3862.625132333547,89.99103693134296,1412.6575682665884,828.3105235208718,7839.444980019826,463.3493177990939,4573.119270170778,532.9411953077686,5168.36493925617,421.7985116676093,5868.326153396539,132.9041471795759,1592.417602075852,292.9979407971226,3061.8928679271985,658.7059893198083,7027.497650187815,259.1983503172043,2046.0279476881583,145.89354225818408,2786.5717325545943,210.03046719526085,4981.1997672280195,355.27259306525605,3335.9427461476253,364.3517460888942,4249.753490930785,427.78491815664904,5990.837129669054,4413.012190115244,1435.1521951589677,39921.45418708403,16916.505997835044,1109.1142893163953,7597.917720554515 -2844,803.759061398798,4546.714733713101,179.87882321083413,1821.674899270156,369.45604806320483,3242.4918022081215,392.4809550405226,3821.06686521712,85.10146761129465,1397.4586818733346,782.94742524691,7755.099816468484,437.97361624558846,4523.9167445117,503.70678123777054,5112.758121783044,399.26985013095594,5805.18840187939,126.94764935289942,1575.2846642937204,279.04479012729604,3028.9497379760073,627.399672564179,6951.888287513232,248.59056416321067,2024.0145829259584,136.63679870138836,2756.5908028932613,198.69362398702384,4927.606673569023,335.893175259442,3300.0510934555205,348.0222301950681,4204.030081408937,408.61245447241095,5926.381273572196,4129.904233124573,1348.9632833808687,37926.320243902155,16158.905859577175,1037.352081764476,7252.102343369346 -2845,779.366651002043,4461.914639102541,173.2418590017492,1787.69911392731,353.5369909917779,3182.0165738938385,379.1452413587342,3749.800720173736,82.92584146761304,1371.3948895798537,763.0700363171524,7610.460612853041,426.85438699677843,4439.541851778636,490.92685930301593,5017.400836833249,388.83387670060506,5696.916703621894,123.16321645910675,1545.904266271349,271.0402972094045,2972.45725067601,609.3785051762495,6822.229661663677,240.75439317700358,1986.264990488892,132.64312211030796,2705.178041244798,193.58493998405098,4835.702620512008,327.33553256286297,3238.502335432566,337.6473490339369,4125.621346854795,396.4313197968091,5815.8492252405085,4011.088656366189,1309.3901119781008,36779.591174353416,15661.984234244392,1013.5120311877015,7026.9143200874205 -2846,746.8725913763249,4400.507673170323,164.75501189682632,1763.0959586755387,341.383300470413,3138.224166563484,373.4780125382451,3698.1942006185727,81.59854628278909,1352.5211086863253,750.5889287980808,7505.721877717589,419.87256980368414,4378.442790658618,482.8834569575067,4948.349008823004,383.2572930577969,5618.513058946083,122.25460802282294,1524.6288053332416,268.4033515869565,2931.548897224419,603.4985172687672,6728.338931270903,239.78424348265378,1958.9290783370984,129.01944190619548,2667.94810986881,190.54251180728866,4769.151408735387,322.0393786267225,3193.9325445090635,335.1564330068862,4068.842607235854,393.506738481623,5735.808775315386,3896.4514616918455,1277.4311005364023,36270.66816439627,15532.325593799715,987.6156442370959,6960.2730207655795 -2847,760.9210518126035,4286.076280132816,168.66577958826457,1717.248174375531,348.0931528488096,3056.617363504529,379.9141043745798,3602.025861524386,82.31077996341503,1317.3499679738024,756.8708604708156,7310.542077110507,423.3866248257665,4264.585175791847,486.84615558615627,4819.671476053828,386.8628666676501,5472.40849013586,123.85142429424525,1484.9821529428596,271.77718412215114,2855.31650565009,611.0945881070832,6553.374301296942,243.9408223780886,1907.9888232700512,130.94410825552936,2598.5704286013843,192.26214602816202,4645.1337544461485,324.79298547017316,3110.8770933018413,339.5340450605549,3963.035877154431,398.64648718381085,5586.6540329301215,3915.0058910288208,1287.9053582625002,36788.1158476802,15793.38541525458,988.5832984686127,7080.607756924191 -2848,795.4798603486968,4242.863971240006,176.75667026223542,1699.9348430891293,362.1120373167391,3025.8004846050267,395.93173538737597,3565.710162970543,84.8425229474096,1304.0684185996386,779.8892152369407,7236.837042070816,436.2628815856177,4221.58954065343,501.67164836410024,4771.079449460534,399.3857161998808,5417.235555589755,128.70040136898615,1470.010532444475,282.14335981467894,2826.529146124826,634.4240660042257,6487.303047289986,254.68659859110005,1888.7524408525599,135.92086823250736,2572.3715882865395,198.2306471415716,4598.301420738984,334.7274315884775,3079.5131666945535,352.8273342574654,3923.0804682246635,414.25412099420464,5530.329272480278,4014.315832090799,1326.8153228355097,38165.03382810894,16447.218722001897,1011.1917891143662,7380.324238480682 -2849,862.8902180264045,4219.405857096396,192.2423141329324,1690.5361760905662,392.1072911171606,3009.071319205243,426.82314751346985,3545.995923585784,91.41854033271579,1296.8584335466303,840.2989261350205,7196.825731191578,470.05552038258276,4198.2490494231215,540.4645617105025,4744.700916688254,430.2185703292,5387.284529380279,138.48614790917875,1461.8830800688775,303.5801115836697,2810.9017199830782,682.6277097228107,6451.435789607661,274.0078681967269,1878.3098316511168,146.94090299547392,2558.1493585033463,213.60324124653633,4572.878149965847,360.66350437980503,3062.4870324935177,379.65459220514265,3901.390385761028,445.7519701707376,5499.7529692556245,4329.090968167992,1430.7659343448809,41147.528676898924,17723.229710012263,1088.8260407439773,7953.928845565474 -2850,913.017656790605,4206.5396363233085,203.49426001639003,1685.3812295404755,408.8070737233997,2999.895767664083,446.4191562147351,3535.1831295672637,92.63320198434394,1292.9039272766568,850.5821235793278,7174.8804735275835,475.80784681731154,4185.447342035946,547.0969705161596,4730.232915371503,437.43796769130233,5370.857099910353,144.34891674913726,1457.4253646725324,313.8860686384333,2802.3304463664554,705.9966520083948,6431.763447106432,287.9707380683829,1872.5823074942173,151.51407837341935,2550.3488018534854,216.62607493887697,4558.934087261631,365.2681190973325,3053.1486005888196,395.7271535893122,3889.493888546668,464.6227438944819,5482.982590132015,4312.904008002321,1447.234386404751,42517.97851542263,18530.077813505228,1076.8729561112941,8343.293458177566 -2851,937.6200768261212,4132.981239310776,208.06704131081017,1655.9095135177622,407.7952550129581,2947.437561406238,450.84115996972855,3473.3645264780976,92.60145469487668,1270.2953347983025,849.8719405963492,7049.4156611121925,475.4105769633961,4112.257779146287,546.6180475173026,4647.516863501665,437.96825608178364,5276.938660288067,145.95350886530287,1431.9398390721083,316.4322108622491,2753.3270009325497,711.7963015121637,6319.293281593748,292.37347648053884,1839.837066816134,152.99706646261876,2505.7516778736567,216.63954874468908,4479.213482551517,365.0539218388213,2999.759179278941,400.1260828303649,3821.4795679014924,469.7875210790587,5387.103448355937,4243.7914752044035,1437.8803978099752,42809.11871912341,18783.062687994036,1062.0169087840604,8470.883727971708 -2852,901.0830630310206,4057.733339961064,199.06901125983217,1625.7608858830056,378.90304538869077,2893.774485742908,420.50965154514745,3410.126062725267,83.5836886896673,1247.1674641493537,766.2052198299674,6921.069150584573,428.6081799290025,4037.387185367141,492.7577301346877,4562.900974650163,396.67936679426015,5180.863085251056,135.4891695834513,1405.868957389783,291.3473145942236,2703.1980356538284,655.5549949029435,6204.239881328623,273.62118705225294,1806.339727629872,141.37069718807336,2460.1302392233683,195.7320386451345,4397.661840822527,329.31183777223447,2945.1435002507437,371.43848827503757,3751.903082250571,436.1054530755539,5289.022137409562,3741.0706574117157,1293.0107955518379,39455.50611037996,17528.24538961937,930.6764246681144,7940.621720382407 -2853,749.3583143048534,3794.4956442581642,164.82144179384815,1520.2927554001253,307.1562645345277,2706.0463962676845,343.137074249162,3188.900651491907,67.1733216297613,1166.2598583722192,615.4426897377982,6472.078016283523,344.27300189584344,3775.4694075600214,395.81479205084986,4266.89149407179,319.40099826901053,4844.764493733755,110.22639509725845,1314.6658955328212,236.57459378442852,2527.8332291678144,532.3470349638338,5801.751675939391,223.8632104247834,1689.1568898925716,115.01888118817077,2300.5339915043405,157.37220480859256,4112.371933263002,264.5863894123927,2754.082944130558,302.1815373790099,3508.50554004497,354.7909557831274,4945.906934086053,2964.618162436193,1035.8450018500068,32007.31991800713,14308.595471945335,737.2065755595969,6496.901187830849 -2854,578.4005817465144,3451.7213110489056,131.7650397397845,1382.9576826075922,254.24553267699602,2461.596715447109,274.1101823892025,2900.832513598601,60.66908236782089,1060.9062138352476,558.2470881254668,5887.425289150507,312.2783063853563,3434.4138022685443,358.96737722254557,3881.443459898949,284.6913490199383,4407.114520038729,88.15173540770157,1195.9060475893625,196.4871561373479,2299.482367597224,441.57064183215783,5277.6526259971115,173.96893145078616,1536.5675391853454,99.00193116146339,2092.716120858899,141.63216216527596,3740.8823653501418,239.47656569822382,2505.293899872239,241.66468389556803,3191.566015059688,283.7381956621538,4499.12029618023,2923.7328353551575,952.3278189921665,26769.7801365419,11363.392189472755,740.3515940757418,5081.733673566351 -2855,464.2165254760276,3187.5738818637205,108.73575286958203,1277.125060673903,238.73736666068615,2273.2198491008335,246.35927508696489,2678.842560785457,57.13356862270992,979.718996288414,506.76815782575767,5436.8824687695715,283.4814644304728,3171.59085253519,325.375784601103,3584.4109885409416,249.2340445347736,4069.854392210165,68.5267950104104,1104.3877934920317,161.13980658576847,2123.5115109949875,361.5010381249466,4873.773445824843,138.8890800257359,1418.979724680739,96.36717804094697,1932.5683182046657,137.3480619136855,3454.6065132040253,202.53639529218262,2313.573050078754,187.86364418096724,2947.32730573682,220.5704638806849,4154.819307561378,3002.4243252269844,905.416232443095,22962.37358507702,9091.836802350483,723.3350364418905,4010.285689222867 -2856,465.9344503471057,3052.5435397568485,108.07416029355,1223.0241550173328,244.16438976747895,2176.92289559187,251.1888237139051,2565.3628295417648,59.94643375895695,938.2166512007836,532.1855525805104,5206.56808957044,297.6997221797336,3037.2375751797945,341.7549054084384,3432.5700399159878,260.5150277397257,3897.4493433320577,70.5385688922446,1057.6042938459966,166.3051241669252,2033.5564240152053,373.05786832848065,4667.313197331298,140.77712055835084,1358.8696457405997,98.91794177682057,1850.7018671596152,144.0121703470244,3308.264274055728,212.54743937238902,2215.5666753186756,193.37884699545828,2822.47416377235,227.04585643730175,3978.8150192578787,3186.0647657597374,951.3963567732771,23673.616472466063,9265.742694375102,773.2278288677595,4076.0147687026533 -2857,469.0807819511834,2974.1765523812587,110.246094115387,1191.6258416868309,258.78121730610155,2121.035440800621,259.2052128059838,2499.5030788590534,63.48988125167909,914.1301110736355,564.2442819788279,5072.901509411516,315.6330816800755,2959.2635330045464,362.43796314847117,3344.4467520806397,274.8669636055472,3797.3913557856345,72.94600325755542,1030.4527524298826,172.771875804778,1981.349571423991,387.5078359038996,4547.490737913628,142.9829660415918,1323.9838139790293,103.13103086422365,1803.1893819253405,152.3988221618377,3223.332248935231,225.1619981529594,2158.6871309606263,199.97873821939598,2750.0136749113476,234.7947802653932,3876.6681563801008,3465.4829004396997,1019.6543142187991,24649.825275433115,9473.485527206927,839.8147938750515,4148.331005079551 -2858,539.8181601217198,2986.782850202714,127.53453289115168,1196.676648183177,311.0002329547113,2130.0256281636366,303.5555703999826,2510.0974331829466,74.95343812744422,918.0047285433106,666.5510781897785,5094.403429731395,372.8625661360465,2971.806620737304,428.2712668496265,3358.6224713300476,323.745686811453,3813.48691888774,85.21493592531068,1034.8204132123838,202.0669065688372,1989.7476884644157,453.19653939019645,4566.765660425055,165.0728252112928,1329.5956308889713,120.43088209416739,1810.8323519967835,179.82577370699244,3236.994614162018,265.852850806024,2167.8369081836513,233.61355801251872,2761.6698394962145,274.2853790805946,3893.0997408787252,4174.831503070197,1218.2636089055334,28890.631706475742,10973.39343224023,1007.3775573364676,4800.919462680715 -2859,790.9240159670594,3090.3624332212157,187.19514993419907,1238.1765745063706,413.1690053779262,2203.8934576809165,409.839044589584,2597.145892513445,96.24624020815567,949.840503609809,854.5925596130216,5271.073850530077,478.0512479905699,3074.8668383780673,548.9183319912872,3475.0971976642113,418.1855062696267,3945.736032638374,113.84375108840362,1070.7072761934996,267.17690286883334,2058.750775136479,599.4221594221997,4725.137964865578,225.78081608444157,1375.7050964704258,162.9955491804909,1873.6307773739443,231.18575554665927,3349.2513697360905,341.26543829570954,2243.016006987751,312.09838346371515,2857.4426575269513,366.4343120624814,4028.1097727537526,5211.3879362092075,1553.670348454934,38288.330856709064,14921.156902993636,1250.7127077867563,6584.817664416104 -2860,1115.158021414232,3338.9144348833092,262.20469285068043,1337.7607730121395,555.4995566279631,2381.148437377783,566.905801172173,2806.0294212715403,125.89441313171126,1026.2343776402631,1115.6329237502443,5695.016344256406,624.0748360127029,3322.1725586739994,716.3665985205175,3754.5926882787076,551.0442666716693,4263.084114015441,156.59699138868123,1156.8222359895478,363.17905899737536,2224.332203574368,815.1170310358486,5105.171868550046,319.5179737477565,1486.3504537103065,219.7162940482239,2024.3233547512148,302.8649340646603,3618.6253185870355,446.20345187979234,2423.417539281751,429.3047918786217,3087.2613624555765,504.04620597933587,4352.083018147174,6566.932863436083,2007.9837352843383,51901.02156157091,20836.4410467872,1563.9243226645535,9257.444885958384 -2861,1208.2728466258927,3823.542111316579,279.63773128504806,1531.9304373423086,595.6474301997848,2726.7608982402116,618.8666881280216,3213.311352256916,132.97529629407822,1175.1874555376082,1177.0800879466656,6521.621096187682,658.4478166795159,3804.3702307676294,755.8563527072399,4299.554101923753,584.3934808440965,4881.85065892305,171.73388155918107,1324.7295253818102,393.3261916244421,2547.183527996407,883.13813333869,5846.163477858648,353.827486432869,1702.0872091124666,232.70117288797934,2318.1443384557488,320.1720680853864,4143.851710047626,471.189966222709,2775.165160849895,470.80200984372806,3535.36278278483,552.7680364123937,4983.76733407157,6782.152334500433,2107.121254264927,55962.05898778084,22864.480040723334,1609.1045129501256,10205.015345347902 -2862,1101.2848663670484,4218.56110907938,245.94143472846702,1690.1977215472461,531.6159340489937,3008.468886750047,563.6477845239233,3545.28599590254,121.86814728438972,1296.5987954299874,1078.9643489932782,7195.3848875109425,603.5627712545673,4197.408537114149,693.0680003377815,4743.7510017413515,535.0818950598516,5386.205965696807,158.84814434158727,1461.590403119842,361.19523505679473,2810.338962160199,811.1862669631943,6450.14417705017,324.5693006754552,1877.9337837999817,209.12942400470698,2557.637203078859,293.38616894660714,4571.962634872,431.84964307947797,3061.873905921803,435.4762434586558,3900.6093061721963,511.2920993705768,5498.651888778371,6146.82245880855,1917.3231887850864,51072.45565331333,20947.92629908612,1476.1703652345564,9373.698914038638 -2863,1007.0471645541692,4413.9587253119425,225.4742813018994,1768.4852222406078,488.8092475354275,3147.816790876788,524.6031479409789,3709.498487922887,113.21745554487164,1356.655366209952,1002.0749475370806,7528.664652469063,560.5515445478574,4391.826396971891,643.6138174439618,4963.474650107174,497.6857281835052,5635.687193779442,148.2775044608332,1529.2891452486083,337.06552187389224,2940.509776286781,757.001747075706,6748.905475977281,304.3674820383691,1964.9169459040838,193.79140926976555,2676.103239186225,272.6233258347914,4783.729295887204,401.1698345066196,3203.6954528786914,406.49722978931027,4081.2798572376346,477.2678765587644,5753.341448507054,5663.158004066569,1771.0300124564108,47557.51888848101,19583.88520307623,1360.8670350411392,8750.584547352291 -2864,967.4496344540614,4448.658530750432,217.2901064313904,1782.3879560339,458.12508711522946,3172.5629738379153,486.8052581007314,3738.6602639646862,103.1174883161029,1367.320549140778,912.3676341580788,7587.850343797394,510.3700953504386,4426.352211774061,586.0190013304352,5002.494408871551,453.84732208881275,5679.991470576346,136.72279219130132,1541.3114678623228,309.48485741289625,2963.6262400955616,695.1565613036037,6801.9611843590155,281.33843414170985,1980.3639040586015,180.25202518626855,2697.141102816567,248.36870004883858,4821.336008176058,365.3555259824939,3228.880919217914,374.8204184910871,4113.364347782153,440.0761730081853,5798.570650071525,5149.319302618653,1620.6533311274388,43785.69123446815,18108.333683485216,1230.7359289664362,8121.180028003951 -2865,894.8393126414591,4526.830574336512,200.02774319483393,1813.708163692743,420.3366668631261,3228.3114043717837,453.3904521074493,3804.3561835521336,95.59533187085746,1391.3471721833753,845.4993594600978,7721.184418260494,472.96459513777444,4504.132287640611,543.0320763428059,5090.398483384427,421.33434322483885,5779.800556334959,127.9584777207725,1568.3954677720963,288.7926226262113,3015.7032242048635,648.7415351829665,6921.48557637497,264.16945167423387,2015.162954683477,166.86970907867294,2744.535397161658,230.31649947121943,4906.0567584806895,338.6772761994504,3285.6189714209872,350.7933783394004,4185.644585714017,411.8660559573724,5900.463414926618,4713.038924257284,1491.8699651301088,40755.731242439855,16957.843233551477,1129.3375160762178,7606.506898354001 -2866,858.2659332184608,4555.682103908564,194.3472578985058,1825.26774248867,402.3963772287717,3248.8868865820227,427.87675342861087,3828.6030585190556,88.73078158898491,1400.214854201522,784.5071235260109,7770.395003219787,438.846097172816,4532.839150811064,503.8214829244547,5122.841885001777,391.7099581167191,5816.637827784224,119.51018375503362,1578.3915582985753,269.680025323831,3034.9236587506016,605.8105239689404,6965.599320529972,248.11734958017,2028.006495572585,157.82974649356538,2762.0275570453664,213.83613221336893,4937.325267280628,314.33386463593797,3306.559700560236,327.6326965757973,4212.321583352818,384.67312917974726,5938.069725105241,4388.092733150235,1393.3028322753153,38199.42116469342,15923.009730279386,1041.6887610774013,7153.605600939859 -2867,821.4505767144367,4522.086969438723,183.59380987480932,1811.8076032924428,373.04665181699784,3224.9285002542356,408.68336078386704,3800.369649855127,84.70793186592826,1389.8891981876375,748.6678839925813,7713.093492916207,418.79795494027985,4499.412467972284,480.79413152434284,5085.064323251647,374.45739732187945,5773.743981038612,115.06766168326492,1566.7519672477401,259.30022572579884,3012.5431093408974,582.5197160323166,6914.232644695529,240.0468756215246,2013.0512925161604,150.36761506864102,2741.6594354179297,204.1981732819748,4900.9157675630495,300.0597323907534,3282.176015474401,315.453688559589,4181.258505026624,370.3737714756355,5894.280398643007,4097.00618432718,1312.2926347438945,36530.4821238581,15351.564019349902,982.1741458712158,6899.38349450254 -2868,759.9147487225431,4475.105761989381,168.73580137959618,1792.9842349132311,350.33297082710527,3191.4238295339055,388.70099274983073,3760.8865624862465,80.12081449573527,1375.4492563658735,707.818081080043,7632.960039509439,395.9469494607206,4452.666832165947,454.5180782116942,5032.234188962216,354.57053944167126,5713.758964039651,109.9570877275084,1550.4745493890416,247.04911233397783,2981.2449689631158,555.05225711769,6842.3987767427925,230.2660527767181,1992.1371480030118,140.776036686819,2713.1755801623103,193.20489308348232,4849.9988033552145,283.7848207506615,3248.076584545633,301.44324130258684,4137.818258399,353.9241233059449,5833.043095591402,3834.1192052074166,1233.5745255317038,34708.264361745,14665.416331331762,918.6231116224845,6585.859744182029 -2869,736.7523554001998,4377.764348719487,162.53256637987178,1753.9836774561252,335.1516067602795,3122.0047537773708,375.5310554414287,3679.080671718333,78.06654671307982,1345.5308183184652,689.7892467679009,7466.929747222409,385.8617847283743,4355.813505045845,442.9478189795082,4922.774253507885,345.2549950275082,5589.47466726006,106.6604574118478,1516.749003691673,239.92289787768595,2916.3976527169802,539.0206159131412,6693.564580969898,222.99009119463759,1948.8046647662661,136.6508155643562,2654.159244131638,188.22618516031778,4744.502807732975,276.51877671690477,3177.4252118263503,292.40565265535224,4047.8134409603454,343.3131020571338,5706.1641593633885,3721.13403788403,1196.801580110875,33652.46921935825,14213.060937467102,897.3784894938808,6380.511490882374 -2870,705.9479849188042,4293.938966753333,154.57697457155763,1720.3984179461736,323.5034577247264,3062.2246422549024,370.0403421465107,3608.633676854096,76.82854712915375,1319.766609510431,678.6201761901782,7323.953061335139,379.61390897926543,4272.408437584733,435.76451782539664,4828.513028082595,340.4066713985509,5482.4474698938375,105.91022613921636,1487.706311017174,237.6655976012816,2860.5545036274902,533.9918084567081,6565.396282491466,222.1255221659866,1911.4889752067681,132.865119208054,2603.337433107614,185.28947753356258,4653.655121924113,272.11420320584085,3116.583910003392,290.3489216958253,3970.305955223823,340.8982968733079,5596.902592929343,3613.083687529324,1167.3206698047695,33186.295270235794,14095.91678743986,874.3657799150005,6319.852763630114 -2871,719.2718182704673,4177.688106751255,158.24084981461428,1673.8216507445482,329.93051758275794,2979.3202854538436,376.4156385528908,3510.9362546003413,77.51075216537815,1284.0362452585098,684.4141055295819,7125.669888568288,382.8549799672054,4156.740478865493,439.41277622790426,4697.789513754152,343.692821557547,5334.019828461088,107.32089106596503,1447.429274146053,240.71708951488375,2783.110011820717,540.8564991404032,6387.649702951429,226.0041381931069,1859.7387666051088,134.87741411084883,2532.8566419697763,186.98336179537228,4527.665578461691,274.510850216328,3032.2078714495706,294.2162068040377,3862.816890907866,345.43887136283263,5445.3762799533915,3631.775188394578,1177.3430997383418,33667.970185874736,14335.606623872276,875.2955316744087,6430.8686441005175 -2872,751.9517319262005,4129.017403267883,165.83477247406492,1654.321373278697,343.2724879964581,2944.610749823123,392.30737819573017,3470.0333118649733,79.90612246614583,1269.0770272034601,705.3399045114261,7042.654747800254,394.56068019352176,4108.313818441214,452.8674564991105,4643.059549570917,354.9183205564192,5271.877684095183,111.55796466612473,1430.5665023892843,249.9793483106972,2750.6863557971783,561.6855268328301,6313.232609883714,235.9951309941716,1838.0725263896904,140.04271987859812,2503.348475865183,192.8090118494417,4474.917584066164,282.97521775532823,2996.8821873773736,305.8319855234137,3817.8144851025795,359.0769422713269,5381.9368159472815,3724.785493131875,1213.2891616082363,34935.8049379071,14931.930768328613,895.3568333819472,6704.936626272629 -2873,815.6968042437851,4072.224083909211,180.36102521693422,1631.5667096630546,371.7474521507995,2904.10856676879,422.8893696546412,3422.30410880809,86.10117736094598,1251.6212768741743,759.9913443172932,6945.785274712509,425.1321948993212,4051.8052702980854,487.89476954026225,4579.195744203709,382.3221118728069,5199.364685555698,120.0397300963148,1410.8895157605257,268.97068967619464,2712.851541020982,604.358793775938,6226.3961059942085,253.89769527856873,1812.7904241846884,151.41439955941,2468.915714854456,207.76424169871171,4413.366517884057,304.9112616498492,2955.661027347064,329.08442805427467,3765.3016627703246,386.37760524819566,5307.909989101171,4017.600226034244,1308.5133273533866,37668.450595125316,16091.10480839731,964.134500275611,7226.542696295015 -2874,863.122715697315,4029.921502195539,190.92731714688975,1614.6178673020584,387.75475340636945,2873.9404602452464,442.3704594472901,3386.7529465368543,87.28314695063914,1238.619337332401,769.6659632969242,6873.6319150017425,430.5440881167629,4009.71480081436,494.12851324723607,4531.62670130219,389.0436233733136,5145.353279273075,125.2481790354679,1396.2330853186802,278.36295019898193,2684.6702274128825,625.6333172871957,6161.715817132829,266.9494395128268,1793.9590157285947,156.23397101043997,2443.268425653332,210.77523506806688,4367.520121932303,309.0328644687416,2924.9573898381873,343.3631959156806,3726.1874151297425,403.1422882956566,5252.77100573088,4005.358584709709,1324.7986430049039,38947.53113859126,16832.455255553887,953.6881281670677,7586.280168335005 -2875,886.2619235019226,3933.9446891490716,195.25854175194553,1576.164047021165,386.8088926526884,2805.4945497952885,446.8380332363149,3306.093868138615,87.27125772693958,1209.1203169395412,769.2012059325986,6709.929151834535,430.2841071053096,3914.219231583608,493.812002195964,4423.701252017308,389.6584030648857,5022.811286960378,126.69485483662454,1362.980327981865,280.7367793204843,2620.731986341079,631.0321853281573,6014.968083534489,271.0803668847081,1751.2339976428075,157.83833211231217,2385.0794220254675,210.8219309792551,4263.503043189949,308.96033501928133,2855.296457628853,347.32920348852,3637.444348366986,407.7987727043847,5127.67074744588,3939.587517740178,1316.3096165977938,39223.16879284131,17066.76820303813,940.4525007802997,7705.362451261382 -2876,851.7313697029778,3847.0652046223104,186.8438648905859,1541.355138722957,359.60226818680474,2743.536403560758,416.8300402140308,3233.080200241038,78.8114795696118,1182.417412306364,693.8604663163666,6561.74323871521,388.1391876428918,3827.775375343657,445.40556483106707,4326.005703440904,353.22706092838945,4911.884649712536,117.73017071440054,1332.8794908649113,258.7296375952275,2562.8542422324404,581.7275565084211,5882.130088129059,253.7991863766432,1712.5587444241721,145.9801737612927,2332.4059639281754,190.5483609238563,4169.3454034823235,278.9450705428356,2792.2384575776273,322.7528574347405,3557.1129469488183,378.94371629787446,5014.428333898522,3474.521559889563,1184.7988705012153,36175.88000657875,15936.30940961281,824.2263120087953,7229.952198631573 -2877,708.2791922444211,3593.3147250181364,154.72157423016066,1439.68813156608,291.57396165026336,2562.574126815724,340.17076667910254,3019.827861698867,63.352267542454065,1104.425756458014,557.4732805241737,6128.933965853692,311.84544550289047,3575.297243144736,357.87122147933303,4040.66455021595,284.52924021418494,4587.899216835709,95.82042467555107,1244.963432240492,210.18326201172303,2393.809669673416,472.606210953168,5494.14775573617,207.68526005615837,1599.5992338274134,118.82976342425778,2178.5616435180887,153.23086481158998,3894.337484589261,224.20482109863673,2608.0638179255025,262.6881085534821,3322.487571946084,308.42177161094037,4683.679171358027,2753.158225603666,949.4468150215453,29355.75262713987,13012.92058888464,652.8738049851692,5918.235309514475 -2878,546.668894323748,3283.745638699698,123.64478297652775,1315.6569866264556,241.0086416987316,2341.8047838081725,271.49673718493733,2759.66547027896,57.114847150480564,1009.2779337658247,504.6447300143594,5600.917737632604,282.29363836782085,3267.2803880746415,323.8837156880356,3692.555651148295,252.80174450024,4192.645286310672,76.30749622717316,1137.7080923351875,173.89745400360914,2187.5796205487036,390.5171052664182,5020.8192468249,161.1185155133528,1461.7915239032213,102.07921600178693,1990.8755127217148,137.7131454515558,3558.834866762246,202.30451273246288,2383.3754744430644,209.19414540522973,3036.250623428716,245.6145780324945,4280.173663869064,2711.6189536740567,870.2584203653485,24495.72765195194,10313.796990518818,655.4802281263143,4614.60237575483 -2879,500.5884574169383,3054.103077466639,133.0553285892562,1223.6489953398022,258.2199357138246,2178.035080660736,260.56519475454286,2566.6734677095283,64.20804945527466,938.6959840025747,545.346843808688,5209.228113635133,305.06202790779514,3038.789293106302,347.88569403301705,3434.3237323200515,256.35029568018695,3899.4405415389824,66.22166130920637,1058.1446215290607,159.57428422088236,2034.5953634723935,357.7136255708707,4669.69771727011,164.8584544515525,1359.5638892223456,117.18907317945714,1851.6473866301237,159.41909281415164,3309.9544589202997,214.32864573719584,2216.6986034087136,181.54420639948688,2823.9161595493088,213.1508200799741,3980.847787007788,3266.38120274507,977.0062407897567,24409.5285762919,9451.416503653358,757.373505563514,4114.950029437324 -2880,524.608676296807,2889.1815139811883,134.0064339276567,1157.5719506723256,280.59469536108975,2060.4211882289565,269.88411776278576,2428.0731027204056,66.72229581096624,888.0064016956038,567.1243471532501,4927.929800100247,317.2441637512209,2874.6946739627824,361.8265346420912,3248.8702538083726,265.51365357383844,3688.870755740328,67.72664061862234,1001.0048129011708,163.4870020415788,1924.7272156420813,366.4647214742177,4417.534044662358,166.43190242796013,1286.1474404052678,119.99158722706491,1751.6584293876926,165.57298914206334,3131.2169210623497,222.74689202276934,2096.9968807826954,185.67005085844468,2671.4246894280654,217.99496877185854,3765.8820100257267,3469.4410159643494,1033.319208611097,25187.00295212525,9613.668620099379,803.6802206477173,4188.263779439423 -2881,555.0296954574296,2776.9594691841244,147.18303493193082,1112.6093580918512,321.87035160605177,1980.3899829317752,300.6708936196698,2333.761503679138,79.68109136153333,853.5143167542724,678.7394046545556,4736.518372293625,379.6806042898559,2763.035329294335,433.1629693552164,3122.677122155549,314.52610128690907,3545.587055080472,76.13284909865989,962.1236258203776,186.703479611654,1849.9666570649645,418.30221272896665,4245.947489420442,181.1648701988271,1236.1906983403146,138.27552155432022,1683.6202359475624,197.422941516345,3009.593698746844,266.0976629865958,2015.5449966571377,208.71535683787792,2567.6607896113746,245.05243298914684,3619.60702606073,4325.203030944813,1249.2583768782556,28836.860827177523,10604.713363111177,1005.6521437474254,4558.860291707276 -2882,662.9080164443749,2731.0829453097285,179.80390043815345,1094.2285893605115,407.9188392602615,1947.6731178349733,373.1109293360161,2295.2067942824838,102.75738254143519,839.4139057240674,876.4055617304824,4658.26912141353,490.25324152231207,2717.3888379944774,559.4455127962569,3071.0891990560854,403.69371947219656,3487.0124842283676,94.88937759538346,946.2289438922194,234.79700723608616,1819.4044394843772,525.9104240579308,4175.802673289922,221.0888717226755,1215.768314537076,174.2907677340902,1655.806130337819,254.36824632491246,2959.87396077265,343.2281713974945,1982.2473561315353,260.1356778239001,2525.241966858241,305.42496596234514,3559.809614542947,5716.493064229851,1624.9109477550371,36308.05626481663,13043.440168616553,1331.5979831980642,5565.905418657667 -2883,922.3343410569806,2711.9135756259134,235.3671113080629,1086.5482395622478,511.030917951666,1934.0024726123056,480.8020787651793,2279.0968231020165,125.23524251471146,833.5220907192562,1066.3169789192748,4625.5729035895965,596.4879483115573,2698.315586740923,680.5120317003759,3049.5333381146297,495.25946695892327,3462.5372732073884,121.56634867689704,939.5873981046237,296.53948702326664,1806.6341073475423,664.494067490879,4146.49286953298,290.89085460751033,1207.2348819252054,218.75988792459958,1644.1840886522364,310.3875477073155,2939.0987154550403,418.19931218269306,1968.3340356153249,333.26959576537206,2507.5173873514477,391.2914052943928,3534.8234431700253,6735.674774094014,1959.6145735651985,45776.12366602861,16993.298707966707,1565.3666184939825,7343.526808833551 -2884,1067.3744786478865,2639.9797017884416,264.13211709078666,1057.727400769493,479.130999687603,1882.7027958391832,513.1636471477996,2218.643472077154,110.92222534175013,811.4128046957493,937.9837676508982,4502.87895763815,524.699525728911,2626.7424013950344,598.2755636722342,2968.6440544815873,450.22375315900393,3370.6930044198193,130.60243091713704,914.6647154785976,302.39366795193394,1758.7128936641686,678.7267710176487,4036.5065861846547,338.35647228858556,1175.2128136450392,214.79013469159685,1600.5718836536346,276.2681037359623,2861.1387251022425,370.01227639371825,1916.1237094970688,358.0416770879046,2441.0051500116665,420.3762742291061,3441.0617739619483,5118.868143191913,1643.2828831275472,45798.13890341826,18948.231631460818,1177.5165222383907,8432.812496469549 -2885,1185.7377006077322,2539.71414428218,299.38122351016574,1017.5552632883006,540.5350828906934,1811.1983652121098,583.6828745724431,2134.3801254746236,125.40310469564687,780.5956142546925,1060.209494532878,4331.861101415639,593.0714775031499,2526.979592187528,676.3366596799794,2855.8959333658827,509.350929344971,3242.6751969186266,149.62398477479823,879.9260515537804,344.4028675093309,1691.9175585874523,773.1644492268666,3883.201398660931,387.0770056634007,1130.5786189696798,242.7705140939629,1539.78269192816,312.38261121596867,2752.4736209043617,418.30352243961715,1843.3499636029098,410.1885551834277,2348.296580292069,481.6018569734673,3310.371383825218,5755.042007764736,1853.501246767678,51990.975952144094,21599.865712731702,1323.551108226152,9617.707004594062 -2886,1061.7772617414798,2674.419584275299,264.4170573792339,1071.5259945090404,463.0114515602114,1907.2636146221662,517.9568861285057,2247.586808424326,109.97123586750695,821.9980988262768,929.26635220633,4561.621311622365,519.8230833989952,2661.009596542787,592.9906906080064,3007.371531178621,447.4167591470536,3414.665414848903,135.15638381716786,926.596983478468,307.04702488275757,1781.6562008967514,689.5985709929944,4089.164874576588,348.5477741230948,1190.5440645525991,212.84819933301435,1621.452160705559,274.0410763378748,2898.4637399136686,366.7990756225262,1941.1205211546187,370.5261685499423,2472.8493079266927,435.0342996554813,3485.9521809014345,4948.953646363861,1608.347336748409,46012.84269714454,19358.863109512935,1139.8831529129902,8666.681301501845 -2887,970.6215194080878,2901.0080429477484,245.14025963581636,1162.3103370074366,423.59960118092573,2068.855283057539,476.9573047760888,2438.012137960417,99.12812104478269,891.6413527643834,836.89378705357,4948.101708387779,468.15071677862204,2886.4619027322865,533.9755000079635,3262.169126855749,404.66521985375016,3703.970719738971,124.18884069956214,1005.1023098421398,281.05972545963743,1932.6058629539118,631.3127533201402,4435.616707204378,323.0486468360605,1291.4121355743368,194.51178698801579,1758.8286397238815,247.17731917084723,3144.0341938568513,330.58760189835516,2105.5806939607014,340.4590595092774,2682.359856124453,399.7325454626256,3781.2972106493967,4374.717600174789,1441.8567458128055,42075.48989399778,17868.488697678564,1005.1207953471378,8005.224917622067 -2888,945.7320106682445,3105.243064748385,230.95639009090988,1244.1386096297385,409.5011277655952,2214.5055872215626,453.922643388039,2609.6516007867976,94.68572439277044,954.4141505037321,799.724413655062,5296.454986049666,447.3585098487719,3089.672855926411,510.30480341225433,3491.8303938627037,385.9103667311774,3964.7354365186384,117.70061733546675,1075.8629175769238,266.6739535640486,2068.6640174674594,598.9774927070586,4747.890324334598,304.792223282654,1382.3293552986331,184.60361137905693,1882.6526347834015,236.02979581858926,3365.3785964293556,315.7927488692235,2253.8165183940255,322.67183795231,2871.2017399049855,378.8485914273813,4047.505820490736,4226.533006857301,1387.3744178959128,40020.44406524047,16913.490709652822,971.4922319835592,7587.470453687136 -2889,877.7858600196242,3236.0496478607306,219.61328546741157,1296.5472349934983,378.671599677937,2307.790364969266,427.3724182327173,2719.581677722738,89.86059825076147,994.6182991962214,758.9504163973224,5519.56511459274,424.5499093579685,3219.8235529223143,484.2623919406805,3638.9217464895637,366.29406505021274,4131.7476428360405,111.69112838073373,1121.1830259262906,252.97753150296774,2155.805302735672,568.2198860562339,4947.892481128304,289.1654495323865,1440.5591865653707,175.4294582649741,1961.9582972415596,224.0061650562429,3507.1432396148693,299.69890177225045,2348.7572465708627,306.1970488638972,2992.1494664410484,359.50556267155025,4218.004681760594,3994.73030772785,1307.7499804281822,37878.61119518645,16031.448518171457,919.2537373835625,7179.24439921589 -2890,840.4949882034147,3359.3184464663113,209.27251340565175,1345.9357912224457,363.1185376579386,2395.699568065503,406.80664895577064,2823.176987622958,85.4010321693822,1032.5056668681282,721.2890194830328,5729.818427903589,403.4824689813556,3342.4742611254683,460.2064969964086,3777.5368978998717,348.2213022334623,4289.135700343296,105.73752695625286,1163.8915439226905,240.147352755991,2237.9250346969666,539.3531288574206,5136.369429305374,274.38864669168686,1495.4334992526117,166.99883471301925,2036.6939374611395,212.888544256751,3640.7386354614086,284.82577519131667,2438.226975254519,289.8754733483042,3106.1275292375653,340.3424217752198,4378.678474258514,3803.3793165807956,1245.5665054832386,36010.41861532152,15221.14473779217,874.7188912573376,6814.644105264246 -2891,822.411861393707,3328.6474562328367,200.95389354005613,1333.6472320503042,348.5296391399922,2373.8265366082537,391.16472860057064,2797.401034793646,80.53056531289951,1023.078763247892,679.7235049762082,5677.504481535486,380.2311009933692,3311.9570603740904,433.6755176943992,3743.047521811114,329.1366779326496,4249.975364319285,101.20876394802869,1153.2650710993034,229.210730817374,2217.492504117842,514.8384301844874,5089.473745221759,264.282509313458,1481.7800076348,158.80384916357298,2018.0986715285044,200.83748821400255,3607.49824431947,268.55597148077993,2415.9656633435598,277.46003903202393,3077.768203192312,325.76547625517986,4338.700601704997,3535.18743135052,1172.1021481225464,34360.645178242215,14628.728058235256,811.6919554424185,6569.672847162 -2892,769.0606383309563,3204.0140574038282,197.74568894565877,1283.7119386451436,336.24261294554293,2284.944168205439,381.9735162038266,2692.65891252375,80.54773474226654,984.7719779214366,680.2155284919897,5464.923639104813,380.50633444013187,3187.948594281585,433.97098481131957,3602.8978842313563,328.403951528136,4090.845002345135,99.77502098808763,1110.08376474235,226.7620493246326,2134.463696982214,509.2791562177561,4898.910334870135,259.4577970839608,1426.2982297966003,157.75033567822354,1942.535698906116,200.80758566123643,3472.423931593044,268.634245032582,2325.5054941499543,273.5294863594173,2962.528389719895,321.15061939937885,4176.248131264063,3570.876012956238,1167.9612738789044,33928.171594391984,14361.781351941036,821.5231203883994,6415.296853690471 -2893,751.1102531634314,3098.874930372388,191.33051375158757,1241.5871694740772,325.50312633329025,2209.9641491241987,369.84885871868676,2604.2998097283116,78.25335773955872,952.4568681158385,660.9302399050958,5285.593183490479,369.71832069824103,3083.33665244277,421.6709987278913,3484.6694584052693,318.8840996545417,3956.604682339795,96.60138378589167,1073.6565718943398,219.7381452067121,2064.421666653904,493.49038676893593,4738.153500853339,250.9251076821395,1379.4945179274914,152.96447607792825,1878.7917502369621,195.06869680570333,3358.4769843232184,260.9877584861221,2249.194462680928,264.82907873022276,2865.3135700841176,310.93548195174213,4039.2053234233335,3477.478968356243,1135.2159718632424,32888.42354643549,13904.75855834434,800.5024283910227,6213.992371782069 -2894,728.865053052013,3050.0092830995036,193.33517887506457,1222.008786336566,322.09166170750086,2175.1155892360957,370.15229327287597,2563.2330358976783,78.9844778608181,937.4377329762375,667.1554405919957,5202.245537026615,373.20064092662193,3034.7160257097908,425.644031782495,3429.7202808995603,321.9711773829703,3894.2136361860785,97.31257285994701,1056.7262586312297,221.47063183492006,2031.8681421484519,497.3727523898949,4663.438340383905,252.62504950127513,1357.7414965753771,154.45153520218426,1849.1653932431832,196.88071673141226,3305.5177151118223,263.4291995182005,2213.727286453754,266.7787769633508,2820.1309133496898,313.2246201486684,3975.511761394536,3511.6763648237556,1141.403009451162,33074.32275631666,13975.750813208037,808.8801088449862,6226.19050258652 -2895,750.3057711227463,3021.0927743653306,197.5119758805496,1210.4231731585535,334.79418681481354,2154.4937671050943,379.10462976631635,2538.931552331394,80.03031640036363,928.5500792423434,675.7979892644992,5152.924120419033,378.0352034701811,3005.9445091936195,431.09142070929903,3397.2038105373395,326.411450176002,3857.293400156804,98.86699542407673,1046.7076549972473,225.01614018141197,2012.604419508429,505.3345800654224,4619.225243640818,257.51029496121396,1344.8690295760068,157.20337139308728,1831.6338376702413,199.52770614660653,3274.1787836503217,266.90569969777476,2192.7393947878095,271.0401682548911,2793.3938340105356,318.2279142029811,3937.8207546136155,3547.479198680089,1159.9908780427108,33706.46041165784,14255.608176607282,815.5913408726059,6356.980450788994 -2896,784.512301759829,3079.7055606885724,208.72135389616793,1233.9068196758133,349.87821787778154,2196.2935039015306,399.35093320843475,2588.1898385478444,84.82177032939605,946.5650531110272,716.3687576801738,5252.896965666544,400.73011960873504,3064.263401189216,457.00686987433386,3463.113597463813,345.94154562753045,3932.1294713188154,104.37994088207869,1067.015026106744,238.10374749806059,2051.651334517069,534.6864625083655,4708.843697096397,271.99278073000994,1370.9610853156205,166.4813163838217,1867.1697085513792,211.45039388281748,3337.7017390056085,282.8921589780062,2235.2811421647175,286.1537019281619,2847.588990577324,335.9726947203784,4014.219152050411,3767.5967978563685,1227.3848354826291,35600.16498420238,15041.537257682403,866.9676815902643,6699.31522230914 -2897,838.7742991402076,3182.895256128052,224.42497536164578,1275.2505346556882,369.1070940740942,2269.883284904048,426.4507937498062,2674.9106356878133,90.78274979414047,978.2809940084236,766.5875199190889,5428.902375073574,428.822035096188,3166.935686212581,488.97992359573374,3579.149897153032,370.3057482059566,4063.880781493828,111.89686941437367,1102.766806075179,255.0345592759109,2120.3946842253067,572.7222628235576,4866.6198667334875,291.8088757976747,1416.8969886236846,178.66422493940905,1929.7317521501707,226.33661275282986,3449.535944947947,302.76526019481827,2310.177256658864,306.7610802085892,2943.00130674978,360.1677911505322,4148.720987880066,4006.9543024786194,1306.4796352132066,38116.91626611133,16142.376482208829,922.4915118496481,7188.479971919557 -2898,900.9236174750253,3205.5086159514976,235.26814769899835,1284.3107445855276,396.22064586219767,2286.010013353542,451.64065469954176,2693.914942092151,93.18914529151765,985.2313390074801,786.2899652496997,5467.472831521217,439.84340249848486,3189.4356588623737,501.58834060592153,3604.5785078905487,381.29694885496434,4092.75323597205,117.64719007336059,1110.6015793179106,266.3201666048567,2135.459348345117,598.2001016521457,4901.19550222086,308.35158106979645,1426.9635471680838,185.11464545912128,1943.441822687391,232.4655610727036,3474.043693796054,310.75331970146243,2326.590259713296,322.52536911254674,2963.9103037965006,378.67662255031894,4178.196202411674,4055.152383290477,1345.3919085665925,39818.89121568185,17002.262387827082,930.4432644349582,7601.76421792992 -2899,948.1758426534119,3210.772073055699,239.94611098535256,1286.419587618721,414.24363501420333,2289.7636503224726,464.21275087569944,2698.3383604755886,94.44868561041963,986.8490925411237,796.7401753816122,5476.450442304695,445.6891543004742,3194.6727241110807,508.2488401274984,3610.4972392458767,386.7682748432126,4099.47355205182,119.9038971678613,1112.4251912537852,271.043036895175,2138.9657805605375,608.8370795077808,4909.243283517366,314.7827215818444,1429.3066266352243,188.06450898874843,1946.6329614094404,235.64469089897682,3479.7480864997333,314.9427155783078,2330.410529598116,328.71204716392117,2968.7770555709617,385.94039332204744,4185.056816161047,4102.6515492334765,1371.1534087635396,40636.29631788301,17373.144549081033,939.6830987712603,7789.053655820893 -2900,898.552540695427,3225.197831538576,224.928609631962,1292.199374491281,377.07371857848375,2300.051386932498,432.8388780865585,2710.461792661872,86.71008083911282,991.2829316128882,730.8728455937958,5501.055724033381,408.8435734998053,3209.026149424763,466.2119300341047,3626.718932966692,356.0322731309082,4117.89217972867,112.43641189028013,1117.4232343331942,252.55423118428115,2148.575993634348,567.4256503286911,4931.300145957405,296.48496864199024,1435.7283942738698,174.2819980695312,1955.3790375298097,216.4602108197289,3495.3823340685203,289.10251386298046,2340.880889592852,308.24021571607653,2982.1155485622803,361.9044422543222,4203.859963034565,3676.117343544962,1245.5168679879241,37751.15541359761,16318.655141349878,841.669237487348,7341.07884377386 -2901,759.514560488711,3115.575028864127,186.65501845468023,1248.2781874990624,317.39208173646807,2221.8738324069477,361.3305578853254,2618.3346011612316,72.52191619202283,957.5897385491594,611.4495262623753,5314.077691169834,342.0392628334291,3099.953013843582,390.0692059897494,3503.4486361630275,297.54131508813344,3977.927158842585,93.43266711998764,1079.442597758502,210.46449653680835,2075.5470092173287,472.8160423650979,4763.687809888432,246.27907344550752,1386.92873029031,145.20466727877397,1888.9167175168302,181.00621205733913,3376.576100189665,241.80750794465808,2261.315561433801,256.14216056714133,2880.754986696685,300.7361824689817,4060.9729417510025,3097.9635328724335,1046.4708285218082,31485.45015295929,13568.906113668747,709.565744793992,6109.027484038942 -2902,585.3510870200818,2868.777508701335,148.19523945145696,1149.3969349874226,258.8531819701806,2045.87006203633,282.9156151668516,2410.9255416661645,62.22089000571074,881.7351144050475,526.2327135301427,4893.127727204025,294.3697585554261,2854.3929777828575,335.58473439412336,3225.9260512750684,252.44319185086098,3662.819177460255,72.3908448399111,993.9355071518586,168.47352106328705,1911.1343887185412,378.0786588318744,4386.3364935444915,187.8101746932684,1277.0643976688712,120.59790122571067,1739.2878504992532,154.95380265013955,3109.103611019159,207.560035722664,2082.1874493848163,198.45679219199812,2652.558528474159,233.00786538503914,3739.2865621301785,2867.613516014312,914.3203267447886,25491.211251605386,10531.369970549113,660.9309703193431,4674.575062981954 -2903,777.7078009418905,2661.228461388459,203.77016590356334,1066.2408735231193,377.5248638606586,1897.856358982099,360.5281350544917,2236.5009661118156,81.72420851625469,817.9437320402571,653.467631347917,4539.121884965966,365.54380584447273,2647.884616155475,414.8488142949914,2992.538179049654,297.75829412205997,3397.8231544311457,71.69067650753449,922.0267003607755,167.97757276488773,1772.8684826096458,376.88388120707907,4068.995759497472,229.94612843832869,1184.6719070384793,161.34493187812015,1613.4546217880466,211.42605261882963,2884.1675570704624,259.55240311558896,1931.5462720415514,196.53730690977537,2460.6523963824866,230.75420017505215,3468.7583105505414,4031.7383800577372,1232.4069608923594,30084.72145254568,11312.667495062155,898.0308092569212,4929.130614981279 -2904,770.5991800493483,2543.4830365355624,201.26341129743938,1019.0652978557066,379.55827621324,1813.8861525378431,359.47434318282865,2137.5475089924835,82.114012929106,781.7540047649837,656.7937439267909,4338.289509031752,367.4044027469403,2530.729586583903,416.9992406656398,2860.1340339741587,298.63090255804826,3247.4872713236996,71.6929770348665,881.2318467302639,167.71783362640465,1694.4283352409109,376.3201192155257,3888.964002969249,246.39880215990027,1132.2563782594282,160.69676975462684,1542.0677030474492,212.39066661188602,2756.5582445738487,260.7950301033257,1846.0854633495003,196.54361371936807,2351.781412161842,230.76160499211258,3315.283918211187,4082.9572738428305,1244.1062014058066,30145.71274177081,11283.461814565053,911.2803382406834,4907.610421262408 -2905,776.3012790773448,2488.11929656244,203.84862210250606,996.8834057983631,397.59766668790127,1774.4034747108512,369.002834677338,2091.019726904639,86.3119808877707,764.7376438059943,690.9666356168982,4243.858396712123,386.52040526315665,2475.6434496758457,438.7812756210026,2797.877783521273,312.7742960089573,3176.79954183112,73.6882616196753,862.0501615695629,173.04046213363088,1657.5458837333333,388.21585644091664,3804.3133138423855,247.12813496290428,1107.6106673156478,166.05550318725025,1508.5016701287643,223.1241520399086,2696.5565179331925,274.1409823773829,1805.9019063558367,202.01361174310964,2300.5904222058407,237.18392266184156,3243.1204659103905,4382.326591747923,1318.7280198964595,31163.46786073082,11481.731050221286,979.3480627783944,4974.354712839568 -2906,884.4941284149647,2495.3321789554534,231.7193128547646,999.773300497345,462.7013827531042,1779.5473452634112,425.28614724406253,2097.0814456463695,100.32761905999317,766.954564310531,803.5169988110582,4256.161042951947,449.48004723701627,2482.820165468459,510.3672459846808,2805.988633925611,362.9158383518272,3186.0088596934365,85.12855697715747,864.5491842011827,199.82930365857482,1662.3509923697682,448.32200283720186,3815.3417498811364,275.6977056670857,1110.8215525379248,190.85857189838697,1512.8747100996916,259.2827448022208,2704.3736451331774,318.664655397928,1811.1370886406492,233.376753358542,2307.2596716155413,274.00734703983187,3252.5220434550465,5146.9676787316785,1539.27480789133,35929.93325689169,13146.084822342573,1148.173779571258,5692.77483356021 -2907,1211.4374771485664,2597.9370430264,313.8164871453362,1040.8826984622413,592.9048104576751,1852.7200534937833,563.9193204667001,2183.3107495005443,127.27686121136617,798.4907539542742,1017.8344637863712,4431.168935271497,569.367273547549,2584.9105515657257,646.3419491441216,2921.367293647411,463.4932649827592,3317.013464505016,113.08861058680264,900.0983396505958,262.40619771622755,1730.704736632266,588.9334610960478,3972.223717313076,348.5449981463497,1156.4971124359029,249.19423623623334,1575.0821810309285,329.24716534875586,2815.5740266279145,404.22839041411834,1885.6087266698644,310.0281940366764,2402.1312350005765,364.00370530919724,3386.2615852166405,6298.285878168848,1923.6236601313333,46838.26872362717,17629.818278234794,1397.0412246295361,7707.713854023241 -2908,1755.4042228161438,2845.514338347236,450.0815430600163,1140.0763736605193,812.6528691029341,2029.279920893928,796.7500440270354,2391.3751333766704,173.00510584318073,874.5850464365903,1381.6645389900189,4853.448922020613,772.8904841712942,2831.246452861248,877.2160382738908,3199.7667318252616,633.68625191077,3633.1170530385903,159.77228415222035,985.8755962826016,367.80822564458015,1895.636831058706,825.7047554100578,4350.767303263883,482.45772131506976,1266.7085696041233,347.0424847754963,1725.183811605245,447.9291625790144,3083.8916150618893,549.4191424735137,2065.3028073387572,438.00973816728566,2631.0486969396643,514.2666722612393,3708.9643569282116,8277.758250737283,2578.729798575941,65235.47263950931,25145.731911250594,1825.1605877709017,11074.135495652708 -2909,1957.387761713324,3251.904992032306,494.8728274036119,1302.8997959497603,881.1524369423407,2319.0976113017264,877.9499092729379,2732.906536175237,185.50213648274178,999.4915295755908,1480.3202027961102,5546.608767840503,828.0775586120034,3235.599395742611,939.9382910646068,3656.75100221256,681.7273151452036,4151.991547607578,176.9814200732506,1126.6763726575873,403.00974229736323,2166.367883277159,905.0518981555006,4972.135167968446,501.84141912305927,1447.617348271146,375.7697601821,1971.5711052754557,480.52605586997026,3524.326833556287,589.0810552041409,2360.2652141771323,485.187940311997,3006.8097976367026,569.658538939241,4238.671211395219,8700.812510044298,2750.9084899352024,71032.6279061334,27771.01699121808,1918.5509837371635,12310.538831433845 -2910,1800.026632042142,3608.8451670759587,450.8365724692562,1445.9105180865117,822.1149560001563,2573.6496690492772,813.0841675514322,3032.8796718573763,172.1249665102681,1109.1991263213372,1373.9929984531725,6155.42345010905,768.5990946823542,3590.749812964896,872.6640011409975,4058.1284551267313,631.5985016183336,4607.7282906594155,164.9031246854557,1250.3442112504413,373.3016328933826,2404.15580554442,838.4980118976287,5517.893669998424,494.44090361521177,1606.5127621759684,344.8705272706471,2187.9774692843334,445.7849990949669,3911.168958391688,546.6098444429799,2619.335968323403,452.075745488051,3336.8474888118917,530.7815534305922,4703.922209765367,8138.45362365739,2571.8439489366133,65896.67344778868,25687.421828745024,1805.7819878806815,11389.207354784623 -2911,1687.3121456910285,3869.5485998183653,422.6743307798274,1550.363277363222,761.6993492760917,2759.5704476736328,758.0801075895974,3251.975284149473,159.34931188957637,1189.3278119366169,1271.6355061488973,6600.092021115315,711.3412512962598,3850.1460350304683,807.5907360640493,4351.288169600818,585.5042797690827,4940.591166982956,153.62923091754774,1340.6692357088057,347.5602391957263,2577.8323259646227,780.6948475632938,5916.5070088028,470.93644245299623,1722.5674479421382,321.23623771644793,2346.037239265444,412.77609431122585,4193.712300176125,506.03044824368976,2808.557131003778,421.16878760352523,3577.901774766751,494.49373378644793,5043.734147009742,7477.2638393277975,2373.882840922408,61352.15813728121,24026.133355285256,1658.043950976061,10659.728338303818 -2912,1558.4860388339998,4011.8568097835196,388.20161579789806,1607.3801146262629,696.2082573836061,2861.057616151012,697.1580384050249,3371.5713480314353,144.9738294987358,1233.06705118184,1156.5638126016988,6842.819888953519,646.971200223575,3991.740687795739,734.5453977278172,4511.31304446284,533.3760002880351,5122.28850635117,141.58390894965137,1389.9742732777943,318.93132090745365,2672.6358138741825,716.4904809933469,6134.095055560641,442.51577627894886,1785.9173410207252,293.4416122690066,2432.3161297921397,375.6119770543899,4347.942096017151,460.3717964324236,2911.845855150253,388.1469881763332,3709.484253669356,455.72288139728414,5229.224717675987,6749.189284980394,2157.503705286725,56246.88399665311,22149.668520589054,1499.273019574917,9845.690359896305 -2913,1457.4692079694387,4116.021217867405,361.77366459447705,1649.1143554390317,640.0673566567249,2935.342513945344,646.8276035272418,3459.11129535055,132.71763614659943,1265.0825755646827,1058.2834403632676,7020.48781608872,591.9940604473584,4095.382798091057,672.0929707636542,4628.445403676562,489.31230319188177,5255.284317417455,131.56454445913033,1426.0637585941017,295.08365005549376,2742.028501792927,663.0111337776171,6293.361552568853,421.3991370628148,1832.2871472063573,270.84683107058135,2495.4691240153697,343.9629807619998,4460.832669207641,421.44049458870046,2987.449425844394,360.67927536004413,3805.797818659431,423.47307498027374,5364.997035403282,6102.11850961434,1969.0834203897366,52021.31942526986,20641.89514771211,1357.788331263673,9193.490678433333 -2914,1393.6336680231902,4194.453184405115,348.0451161749994,1680.5387031516188,616.5947366438509,2991.2763086573555,620.6276631378119,3525.0256546326236,128.4023289482196,1289.1890874075782,1024.11069012371,7154.265227895933,572.8781370572834,4173.421493612023,650.3658358661677,4716.641760256781,473.0459119069868,5355.425269543888,125.89462415527784,1453.237813117719,283.6408438577636,2794.2786424784263,637.2053646567274,6413.283364574608,403.76357051063604,1867.2019050781898,261.48676129175954,2543.021004938878,332.7293288343649,4545.8351169897,407.74262417931726,3044.3761327291395,345.13540102102723,3878.3183892207862,405.22303203871684,5467.228594883359,5939.72507100526,1906.0761838078047,50051.792925904505,19779.077444011447,1319.21613085136,8792.967065348661 -2915,1334.8603870413706,4166.901275894371,331.56814677099374,1669.49982714982,578.1085067139005,2971.6276518329323,589.2968660395446,3501.8709834360156,119.77088070572076,1280.720851328233,954.6920995266308,7107.271340408178,534.0460134968966,4146.0077349852045,606.272634963213,4685.659776064012,442.41558999469896,5320.247337981509,119.60357354968707,1443.6919978442907,268.41551221587713,2775.9239950127367,603.0797102017452,6371.156730006078,393.1866378363023,1854.9369032297789,246.19508953300124,2526.316781768745,310.4832944809221,4515.975102408086,380.3206584763053,3024.3786815731446,327.8887212031018,3852.843060557533,384.9737273665632,5431.316266045454,5452.957880256955,1771.27367301499,47289.25359436638,18865.183712739083,1214.1861471822745,8407.552692412773 -2916,1278.6131645425517,4080.151755994999,315.8985109088566,1634.7429901411858,544.8746258848172,2909.76218993502,560.2440885040181,3428.96653803434,112.47378771396833,1254.0578920638593,896.1101207297755,6959.307101336391,501.27579129150416,4059.6931917082343,569.0315779654766,4588.110372065208,416.1078790701018,5209.486637941467,113.84240060538546,1413.6361891261743,254.5376021015372,2718.1328312917262,571.9696176943391,6238.517449414279,387.05031386132987,1816.3195050375762,232.84524564241667,2473.722118871404,291.6543196046443,4421.958314854767,357.1402390333563,2961.4150111501995,312.0946811650572,3772.631828368152,366.4299651983717,5318.243253918484,5057.46942397673,1659.658278637969,44865.842690569465,18019.132170113,1131.0488140419018,8042.265188330559 -2917,1234.1942691894556,3977.092018879761,305.0031374544256,1593.4513439254818,526.7521449687749,2836.2650887740288,541.1362157065488,3342.3549580930962,108.77231348335941,1222.3818945979579,866.6582314664006,6783.523355225939,484.80067427853606,3957.1502133763065,550.3315598234341,4472.220209865732,402.3314350265207,5077.901256926474,109.952286185545,1377.9294353727462,245.91526289146378,2649.4760577720585,552.5887518474111,6080.939984953359,385.0940156579842,1770.4414539500367,225.0123947103034,2411.238866651079,282.0479476669538,4310.264954235552,345.38773241834826,2886.6132217094455,301.43007805497257,3677.3396755964013,353.90866835378995,5183.9108112934255,4897.031431103835,1606.6485892106052,43405.14660906126,17422.348541250678,1096.4763278621017,7770.571739372213 -2918,1230.6858179316398,3917.8944074911346,304.3502967365804,1569.7333829186468,520.5805249508088,2794.04828370054,537.565097249641,3292.605183888029,107.22541344794318,1204.1871714129295,854.1049300884245,6682.553003641908,477.7784725022174,3898.2494287261557,542.3554261771102,4405.652790059698,397.28555966885943,5002.318488448812,109.30048299124023,1357.4194419280582,243.92765940162388,2610.0395415167372,548.1622507515937,5990.4273389300915,390.1218990674165,1744.0890576062454,223.0086715749362,2375.3484269238716,278.08461969341033,4246.108181263847,340.4707736999058,2843.6470024424952,299.64318398890265,3622.6037720702743,351.81067832076894,5106.750128004362,4792.782190832134,1581.0027651773692,43045.69492162555,17350.980517360542,1073.5064295114994,7745.802450498328 -2919,1258.7056538448296,3873.5774213265286,311.28745868061173,1551.9774545097764,528.6340625255077,2762.443603672604,547.6459295842071,3255.361112659137,108.99634203827902,1190.5660931845152,868.052979863709,6606.963776826504,485.5808837531751,3854.1546553528046,551.1414101840587,4355.8185593642975,403.98128135971393,4945.735115803631,111.24438993749446,1342.0650876829636,248.36869857590213,2580.516263393338,558.1345646708343,5922.6670427383815,405.5778106210485,1724.3609172847525,227.47311390080648,2348.479840784636,282.71061366384185,4198.078628154223,346.09046922498675,2811.48129000693,304.9723321391487,3581.626945094099,358.0676243345296,5048.9854842364875,4847.814387204218,1603.4053952083798,43885.52119139088,17726.07105481153,1085.5795719562875,7911.316708346877 -2920,1312.2470509207883,3874.812056922566,324.217390913659,1552.4721203964154,546.1579402764863,2763.324084642563,569.4437398393047,3256.3987025329106,112.30801185603667,1190.9455654702604,894.1787565482101,6609.069631898793,500.1954038636757,3855.3831002791753,567.7578419796239,4357.2069009561465,416.9609292004451,4947.311483062725,115.61760543473348,1342.4928476446803,257.87754736616006,2581.338758180043,579.5220449514072,5924.554790099306,420.07418613927456,1724.9105274092785,235.66878873611196,2349.2283779874933,291.35237160847595,4199.416692879804,356.60034885225804,2812.377400888599,316.96133877480406,3582.768526541212,372.14390166122604,5050.594760759114,4957.2525492569575,1647.7012942319705,45457.891306208374,18444.012443569,1107.843638383505,8243.353475841594 -2921,1422.4076950563226,3879.1007950792123,352.18155300187436,1554.1904350713114,594.6273534891757,2766.382600324585,617.5998948236407,3260.002965440025,122.64514333814972,1192.2637335811487,976.6333481181068,6616.384714203137,546.3197469311966,3859.6503339843857,620.0489354523824,4362.02956569911,454.8379783792267,4952.78729020344,125.34634227533267,1343.978752048852,279.98394234617115,2584.1958479858977,629.1705663567234,5931.112234387228,432.4060965066201,1726.8197011929424,256.86597792115197,2351.8285622636186,318.1373874341166,4204.064711504148,389.426163954313,2815.490209998535,343.63230676440486,3586.734023669971,403.4582509982711,5056.184884395053,5436.182051133312,1795.1822765851712,49313.273676584926,19958.20798131576,1205.6791642280346,8918.932777728349 -2922,1486.594608580894,3850.37923013455,363.9515792678162,1542.6829275649584,602.0723202920709,2745.899802450965,637.5619765284297,3235.8653129690056,122.7033960351377,1183.4359969318057,976.0967323338499,6567.3958032913815,546.0195689780073,3831.072783776914,619.7521498875817,4329.732308659362,457.1512862620882,4916.115955961976,129.8698556708219,1334.0276899212101,287.34424939948605,2565.061993827788,645.9166971717144,5887.197205045859,438.92152824412847,1714.0340153302673,260.72354910384456,2334.4151975798613,318.4981054348365,4172.937054858515,389.58901057985315,2794.6438104875674,356.03334946381796,3560.1771952599574,418.0182993393905,5018.747975636819,5286.531346028931,1782.649818053188,50322.517980837525,20686.059842520724,1171.577232663824,9296.706091912545 -2923,1513.8917069206807,3759.340965775383,369.7724220219326,1506.207773356025,607.580278836266,2680.9758203759375,646.8560165923925,3159.3565993630377,123.48832982309555,1155.4548676192348,982.0514418423938,6412.116471164289,549.3505789194814,3740.491000523189,623.5263373665189,4227.360232829735,460.6603643733458,4799.879440733438,131.85133709163864,1302.4859746150917,291.0914605291032,2504.4137361018634,654.3883404286721,5748.0004705286765,429.47507242020214,1673.5074405484925,263.4108890440847,2279.22034658491,320.59616692211756,4074.2722418496687,392.0748142873333,2728.5673263797967,361.4655066300033,3476.000460113735,424.3961881067568,4900.084831658118,5276.0637207542195,1786.7249914782337,50832.654148129164,20987.170765974628,1163.6769429158837,9450.505224912022 -2924,1416.6033686674098,3673.1112917792752,342.70906481154253,1471.6592164548806,551.5835359013095,2619.481086834314,597.6509253283509,3086.8890333506165,110.9605051435622,1128.951685955458,881.517905692503,6265.038906780732,493.1130398948927,3654.6936965550544,559.6746151422403,4130.395392965619,415.64668767600676,4689.782473429037,122.23532367472707,1272.610275124663,267.5303518568102,2446.968885533249,601.5991402200574,5616.156029916481,384.735447207051,1635.121456850205,240.03977097435754,2226.9408568444055,288.26145363445625,3980.8188492512063,352.279028475445,2665.980965320197,335.10356568822067,3396.2698931833397,393.4446670305288,4787.689408781118,4602.93973546966,1590.7133315596757,46489.514679944274,19468.638482615836,1011.3324985724512,8811.092991888567 -2925,1155.63364018508,3494.998599103836,278.4357085639954,1400.2970482760795,443.4562733855937,2492.459934267374,485.313896033491,2937.202820751807,88.76930233815298,1074.207734925159,704.8602034005686,5961.241155838487,394.2923397871745,3477.47409075268,447.53999285180953,3930.1085552371146,333.32101656503306,4462.370419164845,99.25811322739914,1210.9001811952505,216.7230607383304,2328.313015216773,487.3878582076657,5343.823232592153,329.2411020673638,1555.8328477130992,193.42864171061822,2118.9543568629774,230.68718350816414,3787.785121718868,281.8180877499083,2536.7049890062235,272.1124030766867,3231.5815056898086,319.4868237331542,4555.529753232372,3627.746272650835,1271.6584041831386,37654.08071883704,15869.582949930445,803.9967202107343,7189.976340561191 -2926,901.0318597076395,3209.667395783902,227.91947237610205,1285.9769904962525,384.2741394777982,2288.975849194039,394.2462674633458,2697.40998780054,80.58308778045564,986.5095636868734,642.1478956012025,5474.566250528984,359.21164938023827,3193.573585876147,407.5767912805791,3609.2550351437703,298.0533575354526,4098.063113952745,79.23702242776264,1112.0424575070754,179.78383923971745,2138.229861962402,403.7942094135269,4907.554241332612,262.4640247084704,1428.814868731223,167.9333260880792,1945.9632155850497,208.93383914184759,3478.550867097275,255.8797205809032,2329.6087437698397,217.22533185839384,2967.7556375245545,255.0439837549784,4183.616932843017,3641.4389381180576,1182.6983462919113,31790.213211455353,12684.774405223085,809.5812367543515,5634.387606294176 -2927,1101.98778301616,2958.581131161315,255.47535250467482,1185.3774207843135,534.7661118634903,2109.913558646305,559.5048193252949,2486.3966601011816,106.10094195269606,909.3367694945646,850.9643499923579,5046.301193507869,476.02166077076646,2943.7463098386675,535.6714271927456,3326.9097784249875,366.81341218219484,3777.479317381918,100.237765219783,1025.04946031243,214.7649094452264,1970.9601474587016,483.299316361959,4523.645471063289,266.97117163128775,1317.0413595202115,207.95740920894647,1793.7341604698622,273.9497517846298,3206.4303524712413,344.0613218475577,2147.3678180360293,274.79808235426583,2735.5936763451864,322.64007633119144,3856.340421370461,5082.912599513427,1643.8056859134879,39536.05901856783,14911.192773279545,1164.9819095052858,6607.905044965652 -2928,1105.046600640202,2811.6592809257627,268.43455933405437,1126.512094410547,548.9200766481932,2005.1361703879966,583.538521435268,2362.923285018115,108.26503569416617,864.1795016224073,867.6511419631082,4795.704074372918,485.3560993132555,2797.5611503680498,546.1850116215738,3161.696888007787,372.9149700617143,3589.8913399251583,104.82876571692904,974.1459506179226,223.44698491428815,1873.0831250728043,502.9276363253359,4299.0032074396395,282.30719806341955,1251.637659300741,215.02560350317134,1704.65810339939,279.67774452047854,3047.2004178668817,351.0385917173499,2040.7304675712494,287.3841384174374,2599.745285983977,337.4173486256001,3664.8362358409936,5133.270739518333,1665.523822713281,40924.778881651786,15622.308385610413,1165.5324950859608,6940.1580694958075 -2929,1122.1270139393819,2737.5810380099674,275.36106205243595,1096.832098280344,593.1608897115287,1952.3072357738629,608.2969309885304,2300.6678025396955,117.94962520573995,841.4111315434561,946.6202403169477,4669.352587269297,529.530689410129,2723.8543481695556,595.9660514952024,3078.3962720032628,402.38560097528017,3495.3091675672317,109.61993020507418,948.4803157898106,235.62432568673975,1823.733366486503,530.1812203217274,4185.7382019473525,289.1257912352966,1218.6610041287427,228.04390722509274,1659.7458062627254,304.41166789171973,2966.9164182019113,382.5216374780296,1986.9637368980252,300.51893657159945,2531.2503000798156,352.83889830581336,3568.279504814947,5694.316179392007,1833.575324133374,43286.78498441799,16127.937534217348,1316.7005470819997,7117.307815201742 -2930,1277.9991635747,2755.190863680844,309.20941494928667,1103.8876052307353,680.4096833925281,1964.8656914325709,693.3502936118099,2315.467130255222,135.46243999499316,846.8236118091676,1087.6682978861486,4699.388770277578,608.4316805188453,2741.3758752250587,684.7996408709272,3098.198433452795,463.43748022783205,3517.793172333504,124.54763756908169,954.5815317105117,267.8267708596252,1835.4647549670913,602.6312908618228,4212.663476128021,325.44015872110003,1226.500190452959,259.14347488642403,1670.4223246563147,349.50576551969004,2986.0014718237667,439.3472764868743,1999.7451247493093,341.4426877005335,2547.532877981568,400.8874220614341,3591.232900222167,6692.575446821781,2119.841184677118,49401.875605890236,18240.867034928207,1530.7951021368026,8041.573031966418 -2931,1704.6049097491373,2802.0421065027945,390.99059611935235,1122.6589023203721,830.8814321267338,1998.277677816281,867.1033853295099,2354.8409951282,164.22533708121614,861.2236082621279,1317.2877489683979,4779.300549636805,736.8786976593701,2787.992198068413,829.3366591879287,3150.882423164623,567.0192260004909,3577.6122521246634,155.90219020839083,970.813921170373,332.7011135111153,1866.676314957244,748.8028412410664,4284.298629267125,413.22232110762326,1247.3564799396743,320.06524117764405,1698.827384711982,423.9946293607755,3036.777583877296,532.5544143670388,2033.7502260497959,427.40002044299916,2590.8529553804033,501.80981627778596,3652.3008018533833,7868.324741016804,2550.4113036123117,61172.052366785574,23065.003856980464,1808.1358488183619,10242.556269385443 -2932,2405.698134246717,2838.886287322756,528.1713866771016,1137.420795976516,1058.9682795981646,2024.5531231135135,1155.8167469435389,2385.804907920734,206.51506845018227,872.5478771857069,1653.4634276359425,4842.14379286827,924.9322922329869,2824.651635994733,1040.9427290176786,3192.313521388343,724.1897538700679,3624.654440539707,207.42012873407688,983.5791981700037,437.02950881453546,1891.221327868011,984.054101969642,4340.633069430283,562.9831364708293,1263.7580277919324,415.06611521130634,1721.1653443018722,533.8144837242268,3076.708312309506,669.5094324795108,2060.4921015188756,568.6345210592342,2624.920200317385,667.6330624555897,3700.3250734516164,9580.441225022338,3168.2480007398844,79971.46101026353,31136.211454251017,2167.49792762899,13967.173418999337 -2933,2649.5864000043816,2903.672257929335,540.5659268804973,1163.3777744523745,1090.9529405335838,2070.755269254839,1199.727736456531,2440.2511488032287,212.53063280056188,892.4602144204246,1701.7800875636767,4952.645924228183,951.9601891148046,2889.1127588937275,1071.4005942162269,3265.1650233619184,755.960395156034,3707.3723560449703,213.52222699057486,1006.0253712719135,449.1984566712567,1934.3807210092352,1011.5096173995754,4439.6902693279435,577.867214672021,1292.598136960084,425.9783118990767,1760.4439050187802,549.3318709503332,3146.9215981238804,689.0207574948167,2107.514407879016,585.3631950829047,2684.823269947819,687.2741771885466,3784.769861717336,10015.958407417551,3281.6403620352294,82627.07742835347,32157.263281023323,2237.6708347918398,14477.189307755725 -2934,2467.950988676439,3127.9863828960724,522.8739576791564,1253.250888323749,1062.5434523795711,2230.724995512582,1160.2846285395729,2628.765124389861,206.6487460820795,961.4044389342836,1654.8162044841276,5335.247105793887,925.6890232075936,3112.302135267641,1041.9095184003565,3517.405142089963,727.2596617763014,3993.7738201568804,207.92703394381033,1083.7427170346625,436.68982802636606,2083.81525777584,983.4014525325675,4782.664664998142,561.2812635077192,1392.4537660635572,412.93119914029523,1896.4414966990887,534.1008390573659,3390.027190600586,669.9598404131301,2270.32384650185,570.0241827228269,2892.230900352412,669.264662433926,4077.150428226941,9663.584492341459,3186.220987509773,80054.1089971149,31123.79119020016,2179.3463525952075,14007.184234202201 -2935,2319.8057640452853,3407.6642478359313,497.8776864404505,1365.3058942524667,999.0032372516408,2430.177399597317,1096.7940711129656,2863.8068820643366,193.31025402197864,1047.365024407132,1547.2434044402912,5812.27939967922,865.5137844551259,3390.5776485496112,974.1908140369645,3831.901511270892,678.6563493711395,4350.863013761369,197.86899534554124,1180.6417479581123,413.38929434605797,2270.1322460500223,931.1039815875004,5210.2897497952035,536.2837990438132,1516.9551061108104,389.26216911194604,2066.005121298082,499.7856050904246,3693.1345097179474,626.6703324652311,2473.3168421183473,542.4504462873698,3150.8295207130063,636.8903738215223,4441.694447037342,8853.84047508721,2963.807559746569,75492.31044329469,29611.214382106555,2010.8102121363604,13348.268033585799 -2936,2172.106321306712,3605.9860083048616,466.01588305810543,1444.7649749699146,931.7219073351496,2571.610658594596,1028.9353507373423,3030.4768299193,179.86666502390796,1108.3203475807452,1439.3969306630129,6150.54672857282,805.1854551235953,3587.904990494756,906.3325634402629,4054.9133452980886,633.0260505598029,4604.077752565606,185.3765126941045,1249.353608314327,386.62860086244706,2402.251079007184,870.8822658750663,5513.5220404731435,503.3378708306797,1605.2399796535262,362.9430349012809,2186.24401310025,465.07975232479873,3908.070279308792,583.074342305214,2617.2607622501123,508.2027725794445,3334.203824059386,596.6802240103397,4700.195460674742,8277.55121358445,2758.1361433868956,70578.93114072821,27750.225078520023,1863.2041860167344,12522.570626292218 -2937,2056.2346542615373,3707.811103520913,447.72672959091796,1485.5619527735762,893.8439430613366,2644.227274290535,982.760730592193,3116.050814689593,172.43864037621694,1139.6168708235928,1379.8671168134683,6324.224608860023,771.8850226738818,3689.219517628769,868.853230775407,4169.4151588178565,603.0812108830343,4734.086758273723,178.11165201399507,1284.632599922208,371.24757564746074,2470.0853535410884,836.2549045181405,5669.2117479356775,483.8818365976351,1650.5684178106312,348.26783874936984,2247.978724296233,445.8912867852791,4018.4255683712436,558.9896771605027,2691.1664362343085,488.286428883157,3428.3543895559415,573.2964703998455,4832.918618561382,7783.22143454928,2635.0603207623203,67563.9367200749,26621.455742546423,1781.4887347658187,12010.915842554916 -2938,1951.6700052158278,3764.4744582521944,428.84039185788396,1508.2645450996445,848.4599957472207,2684.636773008249,936.6949468670967,3163.670795250574,163.56284569665684,1157.0326757840749,1308.5298627380546,6420.8724079002295,731.9796163426889,3745.598752808916,823.9030050962264,4233.132819607462,571.9596220790552,4806.433819605407,169.83298091441875,1304.2645581521292,353.78343345047546,2507.833587929656,796.9327924476656,5755.849537011551,462.94990351695037,1675.7926649892,331.91165483481393,2282.332690107008,423.00575090538206,4079.835782399043,530.1984125832114,2732.293266636337,465.590761859684,3480.747042659408,546.6495168326786,4906.776043987103,7341.736461761041,2492.6898468255436,64325.963138642415,25428.740655286438,1678.7681853102122,11474.758318247821 -2939,1836.2028665395467,3688.641733837098,400.4844646759445,1477.8816029753125,766.8683349362449,2630.5566290678676,866.5439763144283,3099.940843509126,146.33084425245855,1133.7250558187816,1169.2177252438576,6291.5283910360895,654.0496830192676,3670.146266375215,736.2078856498017,4147.859297876401,513.5369007015942,4709.6115472527445,157.72730507811602,1277.9910541346126,325.84874733761563,2457.3150214042535,734.2261486898676,5639.901944178736,435.64325705062436,1642.0349851987603,302.68001350610746,2236.3566826106503,378.74487492870935,3997.650323053634,474.2522566049517,2677.253115718098,432.40350456075714,3410.629810049148,507.6844005683495,4807.932447188459,6327.043764030036,2206.6838665944224,58899.42935713339,23749.939282697498,1449.9972935203457,10776.702217531212 -2940,1800.7465722583338,3553.351462475446,393.79767042934014,1423.6765547395942,752.7211824990454,2534.0743068856664,852.7580889169482,2986.242667273629,143.54796243302368,1092.1428199935442,1146.9008868936146,6060.770663741883,641.5658481151017,3535.534363093858,722.1181377637962,3995.726060096244,504.84089490343587,4536.874623959035,155.06384342440418,1231.117497690903,319.7825930778813,2367.186773649215,720.6032731076325,5433.044266057929,427.8662909991757,1581.809196205755,297.23849417013014,2154.332641165697,371.5589658213567,3851.026379596726,465.2281692309879,2579.0580817014584,425.101724106461,3285.536329627103,499.1113894943836,4631.589356044183,6274.442777000629,2166.148140723954,57907.93910576881,23348.03084661427,1420.5222676989565,10593.412767406518 -2941,1760.1844925751905,3451.0065213561315,396.55607740174423,1382.671296828443,762.2040593715428,2461.0869628334385,855.355449629217,2900.231803114082,145.46655256399657,1060.6865191500997,1162.446045093421,5886.20610876645,650.26166718588,3433.7025966510096,731.9426778113406,3880.6396824417884,506.81180127061333,4406.201885515276,156.4652413184082,1195.658396855334,323.0679491106515,2299.006185962915,727.9743557772126,5276.559718615791,431.0985392276171,1536.2493435547349,300.3567504302346,2092.2827568128782,376.4797289328718,3740.107695579418,471.45921537336943,2504.7750983539163,428.9436039911854,3190.9050988715617,503.6221357435686,4498.188608907574,6278.145137848952,2191.1411569786173,58313.60424210721,23468.397629073064,1445.8235058876273,10629.839869603418 -2942,1768.725104481487,3394.4081394838217,407.5653170614637,1359.9947363590568,782.1927362362512,2420.7237995413934,872.0855994496869,2852.6664258552864,149.2894424789786,1043.290683968056,1192.9968099356622,5789.669130623572,667.3514851296652,3377.388008545037,751.1781363317449,3816.9950833091943,516.0372498193364,4333.937780715821,160.55973513507232,1176.0489495490858,331.538581471928,2261.3012354695734,747.0600411656782,5190.021272490541,442.38820404066877,1511.0540196805198,308.43696704886935,2057.968182869851,386.37338688867504,3678.767897381997,483.84934479738206,2463.695425903695,440.1685055695841,3138.572521640365,516.8012783017607,4424.415871868358,6304.173001615654,2240.508328704465,59652.81974527357,24034.41299287302,1482.1778787593187,10878.742438663501 -2943,1820.4926166192192,3351.1958305910125,426.43133126958344,1342.681405072655,812.1444315053025,2389.9069206418912,906.8966219205826,2816.3507273014434,154.9392836682242,1030.0091345938922,1237.849425622902,5715.96409558388,692.4416274012475,3334.39237340662,779.3824270970312,3768.4030567159,533.5321241190283,4278.764846169715,167.39697554244478,1161.0773290507013,345.57081028713276,2232.51387594431,778.6860276775099,5123.950018483586,462.7673044997349,1491.8176372630285,321.47667613522606,2031.7693425550062,401.05770014232814,3631.9355636748323,502.1427053150043,2432.331499296407,458.91254429013446,3098.6171127105977,538.8086301425815,4368.091111418515,6451.693079314425,2315.4228149389696,62050.48147367588,25084.375446463517,1527.1857077745995,11351.684356290016 -2944,1913.8873813042933,3404.5451661132024,446.47951989444795,1364.0562110821247,846.4944421176905,2427.9530249644913,949.9806553356565,2861.1856004316332,161.31300987340435,1046.4063568662414,1288.6057614230767,5806.959340798874,720.8342566135699,3387.474206425053,811.3419011861555,3828.3941193749056,557.5470080482199,4346.880609299738,174.95974023084335,1179.5610904081539,360.84191749036125,2268.054362936588,813.1246798147224,5205.52070028012,484.23290043789694,1515.5666163414103,335.5398144456513,2064.11407853558,417.5905485661702,3689.7541331576226,522.7893655489164,2471.0529813633834,479.6455806772857,3147.945523331007,563.1512615948056,4437.628903321731,6763.916204491297,2411.741964760134,64844.9557029787,26247.98429257296,1585.0207805661869,11885.288066625128 -2945,2008.707270530548,3453.215869596575,451.9556867894277,1383.5564885479762,840.445792852859,2462.662560595212,964.4092450857744,2902.0885431670017,158.9933868467397,1061.365574921291,1269.002272678716,5889.97448156691,709.8682446189716,3435.900866849333,799.0117293240888,3883.1240835581416,556.5976185478758,4409.022753665644,176.84724627607773,1196.423862164923,362.5220017625817,2300.478018960127,817.0907814246015,5279.937793347837,493.0771922043,1537.232856556829,334.80172885816893,2093.622244640174,411.81071945523775,3742.5021275531512,515.2070956056772,2506.3786654355804,484.82010786796303,3192.9479291362936,569.2266673380875,4501.068367327842,6653.900837139158,2370.218556393769,65159.55627343519,26683.384996396402,1525.8872003965173,12135.232802944456 -2946,2101.05464263694,3425.5989819237093,462.9608617441643,1372.4915781640916,858.670492886855,2442.9675638500257,986.3748555441362,2878.879263371031,162.2891275404663,1052.8773671261981,1295.166298496273,5842.869762430865,724.5041609440616,3408.422454876795,815.4872585566277,3852.0690306204997,568.4695992830358,4373.761857523255,181.0906920968865,1186.8555337839914,370.93767511797927,2282.0800834001525,836.0821122032104,5237.7118061912215,505.37163786991033,1524.9389285981554,342.30151354194186,2076.8786257808074,420.3765688532021,3712.571690309976,525.87822257429,2486.3340517528895,496.4533557917937,3167.4125187726872,582.8852488171445,4465.071341887638,6672.721981855698,2415.85132618575,66618.69684859543,27361.767347099245,1551.3107909364494,12466.113824316959 -2947,2131.40972187448,3339.889153830864,453.71065724212184,1338.1513013704368,836.4523425379397,2381.843558664691,973.9749129435503,2806.8485767478633,157.51030708031294,1026.5339630630183,1256.6005461487862,5696.678872735539,702.9308324239075,3323.142390217496,791.2098316618013,3755.6887548910718,558.7864757190322,4264.328622954496,177.73134043109678,1157.1599435212509,362.75176453899326,2224.9815459839338,817.7382981322445,5106.6622055586295,496.78862687252723,1486.7843593937832,333.5563347123058,2024.9143091971387,408.08765708789616,3619.6816926663705,510.36723686992315,2424.1250000566356,487.2438189102749,3088.1626171012786,572.0723433668167,4353.353508260607,6590.935274289657,2350.1460317190345,65348.943459656,26942.031213582355,1492.6054439961936,12306.135974892044 -2948,2000.7170030708496,3333.001173551603,414.59332828220596,1335.3915811072854,767.1951389725987,2376.9313922110387,892.0738206719346,2801.0599063001227,144.3130539584428,1024.4169030745277,1151.404891321189,5684.93039548812,644.0853469257769,3316.288947425019,725.0125140570165,3747.943255298949,513.2357700336988,4255.53413604001,162.9237314616887,1154.7734886109786,332.17291079528377,2220.3928820179817,748.8348060826379,5096.130542097767,454.52728889790933,1483.718107528726,305.03502939014777,2020.738251493863,373.87639122881137,3612.216685605376,467.61076613472085,2419.1256349801924,446.6493130359351,3081.793782021424,524.4103860426786,4344.375421943235,5989.972094424665,2156.2845524352892,59849.38045075967,24691.169196791856,1369.9947751870857,11293.895563192415 -2949,1664.713778715034,3238.778848307587,352.8644004419874,1297.6407093459245,647.0029416628852,2309.7366955824223,752.6127904831542,2721.875302462089,122.35266440131588,995.4571345053188,976.1700245196741,5524.2201728323935,546.0605679552477,3222.5390687010176,614.5591143822904,3641.9907188284647,433.46138774688524,4135.23225176983,137.01541986499956,1122.1286026473983,280.6514353826598,2157.6234530843385,632.5800750624581,4952.065405477416,383.7204810442321,1441.7741168672887,259.7244144274603,1963.6129620471768,316.98782106323193,3510.101073374643,396.45214231342305,2350.7381275907615,375.6226463081154,2994.6729677928492,441.0180676600823,4221.562037646624,5079.217073361008,1823.2427800241144,50616.383664257744,20845.77626810482,1160.746945696937,9519.433539601978 -2950,1322.066777458359,3011.540579104483,291.20457258647735,1206.5960154504644,570.174383387092,2147.6816144541417,631.1453187767241,2530.9038710408418,111.02606586030382,925.6141575978114,888.404060387926,5136.63142733121,496.96509173991916,2996.4402102397016,559.2275932902636,3386.462414439047,391.224087050182,3845.0972769363198,112.94730562370607,1043.3981386572013,237.5624191568941,2006.240897487154,534.94952725186,4604.62001805639,309.077148797536,1340.6167763252026,225.94286287410182,1825.8425146720665,287.0981725858865,3263.8263723222976,359.9080869514859,2185.806315793052,309.6408117681178,2784.5615851073153,363.54888028412324,3925.3700172283034,5129.693764568129,1695.407325706074,43477.371279602296,17061.86395957279,1147.2941324744845,7663.704514513645 -2951,1369.7830164233153,2792.165002825046,312.5388492526898,1118.7015676510496,729.9853685610375,1991.233816571328,748.0687708289877,2346.5402602464806,145.2669124882732,858.1878241642413,1178.2205594324887,4762.453676805619,659.0857859795789,2778.1646198428152,741.3726382162955,3139.775669166256,501.98042883889866,3565.001289908567,131.34224865256013,967.391834925149,285.2704586846938,1860.0963440664275,641.6597406045257,4269.196621467348,296.66701780763765,1242.9595905257415,272.15982962765327,1692.839075624671,372.32387401614926,3026.073045579099,475.8762411118524,2026.581325271781,360.0698597248596,2581.7202863192547,422.7575608639857,3639.426565024996,7320.7662972001135,2303.3265626459897,52180.32175173821,18950.022827244316,1685.5974051285777,8338.06831480441 -2952,1392.7788621366483,2634.71624468424,311.9050172781653,1055.6185577362994,696.5950692679049,1878.9491588702524,736.7740549602788,2214.2200536937157,137.11963820388254,809.7950511621056,1110.5774376856566,4493.901346854671,621.2468434270087,2621.505336146327,698.8265002782899,2962.725323126259,476.6532328738971,3363.9726883400494,129.8262133326044,912.841103542723,278.76581957772953,1755.206461448748,627.2771854170303,4028.4588048881483,299.9103911685834,1172.8697341778984,263.0012763853457,1597.3807449315852,351.76956253161364,2855.4343323985627,449.0646855241438,1912.303439612248,355.9137056267339,2436.138398237205,417.87782566359687,3434.201160212575,6694.670439739429,2151.607888539798,50658.16007759539,18912.03882805705,1538.442076109416,8393.90290289885 -2953,1436.6483224691772,2533.8008829504743,326.27036825306845,1015.1860713834468,770.2146379823622,1806.9813200453657,787.9331919541918,2129.4106105032065,152.9509192853329,778.7781396889571,1240.6766111782094,4321.775152647353,694.0231290979481,2521.0959809385486,780.7622760307722,2849.246500386125,528.2481093577901,3235.125218943196,138.5569029091447,877.8773041752112,300.4792479237613,1687.9782370310663,675.904577017449,3874.1600722086514,312.1355311661954,1127.9462727880996,285.402895657694,1536.1975886708083,391.99033876912716,2746.0649879227026,501.05849023786845,1839.0580593013512,379.84856438982763,2342.8289998579166,445.9797126641957,3302.6637876212794,7726.401499768494,2429.520494538129,54899.55527808701,19919.151104800443,1779.2417054134985,8769.8827203341 -2954,1647.4090834610245,2532.6962056786774,376.11904563354443,1014.7434742609782,914.0507650836511,1806.1935189169317,919.6533585314269,2128.482237828158,182.1655861301849,778.4386108347068,1478.685774534012,4319.890960871641,827.1632744169701,2519.9968427036138,930.5715674554974,2848.0042962840175,627.1052123019448,3233.714780844121,161.7480438050063,877.4945704285012,352.01604718730147,1687.2423184329307,791.7362643846482,3872.4710300238967,359.2823028917505,1127.454514884098,335.17764715303616,1535.5278428464173,466.64705530485656,2744.8677685202438,596.8446649324026,1838.2562734730743,443.42620932052876,2341.807581811509,520.626144100912,3301.2239043032487,9344.44144908395,2910.057663494076,64505.723773232516,23080.462176196153,2153.818906553183,10123.01848788032 -2955,2122.1779857347037,2559.9232120756706,481.0107268989319,1025.6521758269473,1140.317072873803,1825.6104716424486,1164.6244906522832,2151.363860730777,226.3250368280505,786.8069863980065,1835.9362655987109,4366.330679366994,1027.005925956153,2547.0873283302976,1155.3602262927445,2878.620929664574,781.3150932482616,3268.4778814586703,205.08268355374193,886.9278179805824,444.14858703176304,1705.3805212281377,999.1240461655116,3914.1008920145414,460.8754870752764,1139.5748833752896,421.6316919749276,1552.0350837488998,580.0208495485233,2774.375662962868,741.4340249381318,1858.017907420701,562.2265025668438,2366.982496144917,660.1094161557179,3336.712741913872,11443.702924628633,3596.8925063396514,81184.02687135099,29436.77597162474,2635.418165161348,12961.92200972987 -2956,2556.6154494122334,2560.897924720077,549.5386488617046,1026.0427016598417,1130.0463337322553,1826.3055884342634,1273.2680907176584,2152.1830109099233,216.16073906405722,787.1065698834531,1745.2120594302253,4367.9931970951675,976.2556362491636,2548.0571536022508,1098.296174004705,2879.7169891890785,761.1700099934247,3269.722382349944,227.20325920331274,887.2655233284551,473.8355258304578,1706.029859438645,1067.3184697180552,3915.591219385664,544.4280071707257,1140.008786252858,434.2644981545981,1552.6260343733388,555.7050764096876,2775.432030211021,707.4897841300987,1858.7253636206967,622.8692329364434,2367.883744962537,731.3099681674148,3337.9832238115137,9789.098709364624,3316.3509964609148,84969.62840957366,33539.631731853144,2238.5447020490633,15155.483262525126 -2957,2589.4830682417055,2533.475974533573,553.0391044039518,1015.0558944222132,1132.9790430938676,1806.7496114513651,1283.230121086235,2129.1375569120396,215.75942946875324,778.6782772356024,1741.4332445284354,4321.220972903989,974.1418018149582,2520.772701666868,1095.9693305337123,2848.88114248605,760.5715067538368,3234.710379947584,229.63928676165963,877.7647342700334,476.68739191110683,1687.761788161525,1073.9217783123675,3873.6632899933034,550.9973531614623,1127.8016366249713,434.87442862358927,1536.000602581672,554.7862695753945,2745.71286095253,706.1342105947555,1838.8222375180937,629.547511329104,2342.5285796999888,739.1509262698488,3302.240288178204,9696.657758748319,3304.632944265933,85361.41279693946,33876.1523199779,2216.2484400764633,15340.21598951712 -2958,2480.859920323269,2671.2355170872997,526.1912532502581,1070.2502744312094,1074.6653946127833,1904.9928955734838,1224.079171276893,2244.9109128950827,203.58474417627846,821.0194576323298,1642.6452679688434,4556.1904103427705,918.8807128322021,2657.8414948009663,1033.8897488594682,3003.791063449903,718.5562552332386,3410.60003775948,219.701579347367,925.4938106371758,453.84944940414584,1779.5350254899733,1022.6492550252377,4084.2964628359573,527.9606083324102,1189.126645867028,411.5054771372304,1619.5217184323387,523.5910347720254,2895.0129338605993,666.2481508283853,1938.8094932980698,602.3036583316072,2469.9052230162583,707.1639533791998,3481.801932367732,9077.324577507421,3113.6469360493843,81110.37270387606,32373.60525619495,2073.5523634518217,14694.472315279176 -2959,2413.394952428527,2903.9321808809673,511.3056267718059,1163.4819145061194,1043.2589273094227,2070.9406334329833,1189.1875493293435,2440.4695884978564,197.38205997638065,892.5401032207232,1592.487965631637,4953.089261572299,890.8231774506639,2889.3713785481455,1002.3233733526399,3265.4573054292628,696.8577517019247,3707.7042224127913,213.70341371607088,1006.1154258857576,440.70887969638795,1934.5538775854334,993.1008505124439,4440.087689317746,513.304988984377,1292.7138442070418,399.3623988291855,1760.6014915971984,507.66171756169047,3147.2032956013095,645.9407299910436,2107.703062560689,585.8599117106666,2685.0636025773124,687.8573715446463,3785.1086563423214,8785.582642222853,3017.828968965421,78756.96237311806,31472.330598178687,2006.6635775340208,14293.140324021371 -2960,2270.6329464626174,3106.282756554912,480.2650241596422,1244.5551698447182,978.290798396569,2215.24704393414,1117.7586832573684,2610.5253595653066,184.75935438467258,954.7337057049261,1490.4854975819278,5298.228335426128,833.7639313798082,3090.7073345440826,938.1711860843324,3492.999522132079,652.6956553331099,3966.0629019899216,200.96784643645998,1076.2231360322999,413.9849613431233,2069.3566437722516,932.9181855766722,4749.480004293806,483.2924511593259,1382.7921842864637,374.18969145498835,1883.2829810970738,475.2303485015657,3366.50538633907,604.6197709149989,2254.571137120717,550.9458305910676,2872.163070422958,646.8647936454362,4048.860998990676,8201.462335992699,2823.6156773269136,73903.8963466438,29591.654445307046,1872.8860056984197,13449.409399172615 -2961,2196.305626388431,3270.944397088731,465.0523162770921,1310.5280744584502,950.6394568335386,2332.6755721877753,1083.5123029346942,2748.907284859802,179.71865995177225,1005.3433992115986,1450.014531960052,5579.083311616899,811.124844009703,3254.5433340331847,912.6967828846193,3678.1607185764146,634.5393552509876,4176.300821420756,194.75136129787307,1133.2728900463458,401.534757056709,2179.051635026366,904.8325763150241,5001.246256911756,467.67787885243234,1456.0929258565839,363.2359951691581,1983.114351761087,462.2244093636149,3544.9612267195917,588.1393345177652,2374.0842050650626,533.9035692106202,3024.4142079147086,626.855496398758,4263.487981347753,8004.344752206443,2749.358235980499,71714.02020910707,28657.614678861093,1828.293481753219,13017.629739347974 -2962,2108.123293287508,3423.064725266364,446.43574990202035,1371.4762094833247,905.1620740836356,2441.1602574942513,1035.9180809790164,2876.749469726944,171.06330874881075,1052.0984489016519,1379.8824773952545,5838.54720988704,771.8936152425979,3405.900905406791,868.5175463056559,3849.2192716040718,604.533795229615,4370.526150377275,186.10189890870927,1185.9774985692243,383.61977689442796,2280.391801533399,864.4689815841749,5233.836949243827,448.3336211375362,1523.8107794329328,347.222114986218,2075.342151864375,440.0259712220145,3709.8251313660694,559.7908893390988,2484.4946628879675,510.19139174211784,3165.069268350027,599.0150592207668,4461.768084024295,7577.658344263831,2611.4721448660953,68491.27070115777,27447.61893697538,1730.189929073778,12473.663885156253 -2963,2049.726522175362,3385.570733915749,432.9542032365804,1356.4539644301171,870.1457235930322,2414.4213995041114,1002.3810980034131,2845.2394550492536,164.12663620803616,1040.5744570086724,1323.4951827235518,5774.595617919807,740.3510792289147,3368.5949152086546,833.0345059712901,3807.057464668063,580.7987052481772,4322.654292018789,180.03197687757284,1172.9870839430685,370.7239169375436,2255.4138950826077,835.4400309760952,5176.508954287434,435.70750258876336,1507.1199620603263,334.7449261817824,2052.6102239176976,422.27341272928123,3669.1901558246973,537.0573866108958,2457.281148427261,493.55092763621025,3130.4011889252715,579.4775116392121,4412.896821755703,7210.706222989155,2499.0465821527423,66094.07653542966,26612.602026139477,1645.4641335778972,12108.43371748428 -2964,2049.490155288265,3258.013197153523,434.89636082749684,1305.3470935262737,884.9810656410615,2323.453680725853,1009.1081978062026,2738.039882241919,167.62595142443695,1001.3689212258773,1352.392957609064,5557.027222304615,756.5162297357541,3241.6769733002902,851.1689542486474,3663.619648514791,591.8364252679012,4159.790427370819,181.18923019832718,1128.7926615424972,374.02431542138396,2170.4370733154583,842.8027834573523,4981.474561822442,435.59864193427427,1450.3364755894218,339.34650751402694,1975.2743994219925,431.13421192428024,3530.946741353814,548.561004438172,2364.698610633668,496.72349430950067,3012.4576289999954,583.2024181045948,4246.632905621845,7458.158330980333,2561.4337125505863,66865.93249111129,26716.481430362004,1703.434414706658,12128.971808555661 -2965,2026.8367346812822,3137.7335219464303,428.2615071082327,1257.1561517034977,863.3643881706024,2237.6761724209164,992.3103891865767,2636.9566367756775,162.83595897196992,964.4002776633665,1313.2067672112903,5351.872304577536,734.5958338547808,3122.000400530258,826.5574176384574,3528.365751510728,576.0159683406439,4006.218845165176,178.39442064077883,1087.1197748810491,367.0826508421132,2090.3086482790286,827.2562577108401,4797.567957984287,430.76121039202485,1396.7928004510566,331.66239397151065,1902.3510105864482,418.92766987040005,3400.590876744477,532.8433467096794,2277.3984176515837,489.06162849200456,2901.243400184773,574.2066312671546,4089.8552636349395,7170.4960461500405,2481.6138393956007,65481.686895311934,26334.937789511987,1636.5456287888571,11980.576177054014 -2966,2107.2187296244497,3060.016345101494,447.8203417344663,1226.0181897700597,911.8558405848103,2182.2521303225744,1039.2452579797953,2571.6429879781226,172.65329994192888,940.513460505619,1393.0251584914176,5219.31407315438,779.2455106333184,3044.6729106268263,876.7848260923487,3440.97317238767,609.7201616930514,3906.9905275621954,186.57915151697904,1060.1933710914604,385.24521748798884,2038.5346892278383,868.0795575741198,4678.739053359852,448.44521601907604,1362.1962382098345,349.46732471305194,1855.2324937089609,444.0494860843847,3316.363098733142,565.0187763284538,2220.990512285161,511.49976190842744,2829.383745811544,600.5512149563202,3988.5553914275197,7691.838238969878,2640.1754510294295,68841.27439575603,27493.06369569049,1756.945443440898,12481.304743912058 -2967,2221.099737264641,3046.825215911505,472.3413328045522,1220.733066258735,959.7118772612755,2172.8448701874136,1094.4237891634823,2560.557140368435,181.9673356783319,936.4590917822906,1468.140185551868,5196.8146357470205,821.2641685600314,3031.5479239679703,924.0173377615527,3426.139813170843,642.5460837070065,3890.1482590966566,196.25792583029266,1055.6230857899375,405.76735398004536,2029.746966741674,914.278709620159,4658.569928643275,472.3293189254485,1356.3240778898062,368.6575748031152,1847.2349509699632,468.01146063327207,3302.066909058753,595.4969059646801,2211.4162585972053,538.0337594991219,2817.186828439256,631.7047475235405,3971.3615128608344,8102.059484122422,2780.5952674926725,72534.99340423448,28964.26359325281,1850.5897437258195,13143.776658246032 -2968,2305.0999868600416,3125.582090866117,488.9004994115212,1252.2875909325562,981.4282636707842,2229.0103734934264,1128.049949953586,2626.744553241676,185.42471187581825,960.6654660785409,1495.3878524473419,5331.146227297599,836.506263775687,3109.9098987606176,941.175627068672,3514.701527651137,656.0589952663782,3990.704050218702,202.53364627341372,1082.9097102187327,417.4281582516779,2082.2135562967146,940.6597055236598,4778.988522864379,489.56694502634025,1391.3834719247675,378.2838913525028,1894.983817982608,477.03921739777593,3387.421483810985,606.7607876260347,2268.5787872652086,555.2384122503063,2890.0078191585394,651.9047082704924,4074.0165717839864,8166.827694740577,2824.4019953627703,74505.58053318091,29945.982756618134,1863.9675009093794,13614.71780620502 -2969,2379.0606313792878,3256.3236948163426,502.0363195454024,1304.6701819142302,998.6640676624827,2322.2488113203676,1156.6532673814243,2736.6200215782537,188.02608522106323,1000.8496430552827,1515.722830581148,5554.145524192385,847.8814642327668,3239.9959424108024,953.9833014166356,3661.719811533126,666.2835807972597,4157.633291956094,207.9110464967595,1128.207305460596,427.2188121788766,2169.311553470642,962.827905741033,4978.8913270699995,504.6634754464316,1449.584377081243,385.7985524926518,1974.2500847515328,483.86670058230794,3529.115704334937,615.2228641888955,2363.47235291535,569.9803537350032,3010.8954639942494,669.21320287549,4244.430736451546,8192.53730821522,2855.01079492891,76135.2114300743,30792.969263385057,1868.4267533038992,14025.60208365504 -2970,2457.201669107475,3289.2040395934096,519.3259151766214,1317.8439353313083,1037.4807224359847,2345.6974450344846,1197.847305386269,2764.252719757663,195.61476933757513,1010.9556043840194,1577.1737153787421,5610.2278541119085,882.2565261697874,3272.711419632048,992.6560518115173,3698.693595826096,692.6759251427947,4199.614504178253,215.21302855626035,1139.5992457774025,442.77134576225535,2191.215921246037,997.8340141656705,5029.165095523122,521.4973887691119,1464.221384507057,400.33372503502363,1994.1848423329488,503.3374629934049,3564.7505342817926,640.0747191211826,2387.337236482862,589.998464303774,3041.2976261323174,692.7164408405498,4287.288375641124,8561.339118818161,2974.1042431261453,78955.81220574623,31851.834532722776,1953.15254879978,14497.145314336147 -2971,2414.4690383481807,3285.175218085246,507.74839299407097,1316.229758184754,1006.8601736058187,2342.824289035513,1169.8697289495472,2760.866891247998,189.11277118062543,1009.7173231361207,1524.1621474576345,5603.356098400718,852.6023407716629,3268.7027993097113,959.2994848508287,3694.163206062616,670.5737920555777,4194.470555357577,210.62157855916146,1138.2033938032446,431.6466015563673,2188.531983817322,972.9001898239222,5023.00506158754,511.67646673627723,1462.4279151644425,388.8274130316212,1991.7422408137563,486.730373779581,3560.3842063036936,618.7534511957025,2384.4130774797095,577.4111759533022,3037.5724558049687,677.9377217192014,4282.037038414376,8195.653703733922,2867.5571481782667,76879.85547952775,31193.33831967318,1868.4267533038992,14224.079774493006 -2972,2221.909104871686,3348.336671819915,468.12993621862125,1341.5358619560577,937.2967862283583,2387.86791018721,1082.4673996566294,2813.9478853633673,176.239363608484,1029.1303558533,1420.8749041838225,5711.08737404765,794.8244032116751,3331.5475509364796,894.3282314251855,3765.1879468872576,624.1965146804099,4275.114308075906,194.95715970985782,1160.086726114587,399.85692243370823,2230.609149407073,901.2229143874645,5119.5783889583045,471.5880872755665,1490.544854740586,360.3851229141102,2030.0358863709228,453.4996076353856,3628.8368845919363,576.6697134509167,2430.2562932231162,534.4677578558973,3095.9734479580916,627.5179095641553,4364.364362327889,7702.145714684839,2680.3666610165938,71270.27742717123,28793.08502514364,1756.945443440898,13118.212862546272 -2973,1883.7681366046145,3293.1028901710342,399.317280225304,1319.4060386628853,794.0443715582827,2348.4779122017435,916.7244792565931,2767.529320474248,150.11125774200983,1012.1539383258056,1210.279749843693,5616.8779250246,677.0194033663059,3276.5907207198597,761.6495761920802,3703.0778339241147,531.4713255911183,4204.592507743346,164.47045723426157,1140.950067168893,338.9808783788823,2193.8132740880656,763.881339021819,5035.1264050076115,398.9768255975889,1465.9569960173303,307.86674401323074,1996.5486448307045,386.25526597947135,3568.976003274403,491.18066118642975,2390.1670612828448,450.8896038614439,3044.902621402796,529.3889060668645,4292.370303231689,6567.675656795802,2279.706854951842,60525.3061682322,24399.41990515448,1498.3088045587358,11095.754715130566 -2974,1498.8703937823236,3049.944303937383,327.945594087796,1221.9827519544806,691.5722163613702,2175.0692493153333,761.298595789887,2563.178427298316,134.01973131009638,937.41776126049,1083.3246639304614,5202.1347053783265,606.0018914808144,3034.6513723640724,681.6621310019087,3429.6472121546894,469.6275607528366,3894.130671606069,135.0631510640395,1056.7037455237262,285.1046463982097,2031.824854054167,641.9244948999996,4663.338987795819,319.801686382976,1357.7125704651148,265.1125808828731,1849.12599755395,344.26652267395195,3305.4472924502606,438.7448985871447,2213.680123927058,370.2705744461021,2820.0708316493374,434.73420694571314,3975.4270647922376,6247.434755857892,2071.9949571700545,51433.022552064926,19887.01612688842,1431.4200186409346,8922.793310229348 -2975,1201.1182149452902,2855.6513586734673,280.2659109081292,1144.1378458581837,588.5540422447003,2036.509141821932,633.5892096418767,2399.89430265584,110.82707959531032,877.7007173974667,902.3044242599498,4870.739121444955,504.7408279334954,2841.3326444697204,572.1513300584758,3211.165760803113,407.1595604929721,3646.0598735747267,115.60042912007388,989.3877349578391,237.03282837079544,1902.389954326662,534.2448369367531,4366.266721416,271.84427337880345,1271.2211634591054,206.82191575305166,1731.329703449489,283.33775856288236,3094.877844006332,381.3691428391023,2072.6603582235566,316.91425055091935,2640.421692802224,372.0886154379078,3722.177380165792,5508.286262288884,1803.3892013299394,42608.18122104101,15941.803041748066,1332.3165827220998,7146.535138846625 -2976,1288.1119891399806,2752.3966840718667,298.66441660042875,1102.7680964962233,618.4306105138992,1962.8730208986522,672.8871753305017,2313.118896916508,116.09738545909383,845.9648047843228,944.7592602822101,4694.6228803896365,528.4896742291699,2738.595706100637,599.0689507447829,3095.0563923690233,424.8953393919416,3514.225598819704,122.77912127047038,953.6134418819007,251.14550502323922,1833.6033165241397,566.1028986311265,4208.391199190824,291.0569965880798,1225.256334040779,213.91078561324866,1668.7282641614643,296.9067324486373,2982.973215402432,399.4160249494474,1997.7170812027143,336.59436644751,2544.9492949294145,395.1950142915101,3587.590847733839,5774.299260316978,1884.644568867211,45025.754684570406,16978.719556143194,1379.745328385346,7636.068009797861 -2977,1297.447838702642,2714.512811445379,303.6882915117964,1087.5896426251002,656.1488000927243,1935.8561188888427,696.4917800050926,2281.2812253454654,123.82877672292625,834.32098065955,1008.8644301665053,4630.006287781712,564.3495189248829,2700.901789556646,639.8215406852236,3052.4561658759285,452.4225618721027,3465.855944933378,127.06195289655732,940.4879464268942,261.38314843937275,1808.3656773085809,589.0581273974799,4150.46707906846,295.5733222386643,1208.3919572006903,224.72046098843677,1645.759958257902,316.42965723335476,2941.9156970605086,426.2478341655712,1970.220587006943,348.3355890826553,2509.920719474461,408.9803687407493,3538.2113976356663,6341.93801528653,2030.1944574305294,47050.50641598491,17373.112580077115,1513.4081570726762,7774.057901764792 -2978,1451.0887383243055,2755.125884518723,339.57963553461013,1103.8615708486498,746.6912959907334,1964.8193515118082,785.7882843545767,2315.4125216558596,140.9570073689806,846.8036400934202,1148.8359823530072,4699.27793862929,642.6483227855604,2741.3112218793403,728.638009154391,3098.1253647079243,515.7343680583025,3517.7102077534946,143.62486993849853,954.5590186030084,295.32652301243036,1835.4214668728064,665.5640828529921,4212.564123539936,331.3297300575821,1226.471264342697,254.91053388178491,1670.3829289670814,360.1100750426521,2985.9310491622055,485.29020727925877,1999.6979622226133,393.74220635249003,2547.472796281216,462.29221988749094,3591.148203619869,7331.796904058545,2320.742780245206,53260.976930687844,19534.174406424623,1737.616772935295,8731.642016219717 -2979,1831.7584853493158,2886.257369744821,422.60368558443986,1156.4003706482397,893.6066904440122,2058.3358333584188,964.6683821044929,2425.6156468857894,167.33909953984565,887.1076493019553,1362.2080803224765,4922.942236164768,762.0067194545649,2871.7851918753795,863.8948683540825,3245.582068146999,623.3508551231249,3685.1372450187264,176.75049641921942,999.9916946737226,360.30576856364104,1922.7791968115014,812.2609177581838,4413.06305291153,415.1452357876743,1284.8457289666544,317.6274844269016,1749.8855736928906,427.85518770305504,3128.047812486709,575.7961239720923,2094.8745076078194,484.5548717558606,2668.720937147124,568.9152539587752,3762.0705561170103,8681.594212046884,2738.500335247313,64837.85256737758,24309.064930627876,2004.9424303099559,10925.436367142564 -2980,2479.8719943058254,3166.390101425823,558.8418000135438,1268.637622302362,1106.3334661345418,2258.11262587868,1248.9449468811183,2661.0396753501573,204.11445945915975,973.2080406596534,1657.867168408919,5400.750373090043,927.3957044739052,3150.513291120468,1051.2621984157618,3560.5899327177453,773.862608454193,4042.8072067788476,229.71349410252614,1097.048321717357,461.58044385069815,2109.399210143795,1041.122244081652,4841.38362510011,555.8578131341774,1409.5495573975609,408.22125391615754,1919.7249757594868,522.6597009284038,3431.648103897366,701.6099979756119,2298.197650060967,629.7509479771779,2927.740141066352,739.3897809776428,4127.207467575083,10302.614854999658,3294.3418510185315,82516.06662558528,32122.1571004216,2315.3851291966585,14578.07947498336 -2981,2567.239423959475,3698.128943632676,578.9172547264515,1481.6827237759132,1161.0735474366609,2637.322437302964,1301.4247114539482,3107.913910903139,214.41388084788505,1136.6410038102574,1742.1236834530343,6307.710241724663,974.5280270235124,3679.585905711871,1104.7430259032717,4158.527618141963,817.4889069951126,4721.724697845438,239.58219078905861,1281.2780551833248,481.59726817248844,2463.635251132185,1086.2557638630662,5654.407807537618,576.3974767402179,1646.258309533394,434.72503074879404,2242.108606098107,548.9064626023513,4007.9323048889146,737.1305246792864,2684.1390276112706,656.8056106469697,3419.401971423934,771.1546257469854,4820.298479755681,10792.294311934671,3467.3553666651615,86225.1563353647,33421.90239978624,2453.3596620351927,15139.518609769246 -2982,2491.1195904122424,4120.504899813563,560.3660614362402,1650.9107757855875,1131.629222557214,2938.540053884748,1265.9746305825486,3462.87938935293,208.65572402579858,1266.4606607601224,1695.4956260666763,7028.135404088893,948.4447189322065,4099.843998104968,1075.2562298037176,4633.487281742,782.1204815286934,5261.009026345982,233.42263874655964,1427.6172045046142,468.4906570205357,2745.0154600806954,1056.754013134159,6300.217064258493,560.1030495024759,1834.2831021267168,407.9064365363141,2498.1874991806803,534.1324475698938,4465.691962647854,717.3654437393724,2990.703727109308,639.9194292189549,3809.9435667173316,751.3285817724377,5370.841257061909,10159.55045119516,3365.4154784320986,83591.79565255789,32420.10700542119,2392.9958039183343,14702.99344046348 -2983,2394.6134194277947,4339.620553141367,536.0327843579449,1738.7010835312567,1072.426921774872,3094.802487589416,1208.0513235222818,3647.024560452662,197.00953088933474,1333.8071053933936,1600.2442109996507,7401.869817270366,895.1619500460852,4317.860968847434,1014.8423282872352,4879.881744947445,737.8780645272521,5540.773147005912,223.19749651808732,1503.5334536228218,446.1740203799713,2890.9868569252226,1006.5654836851742,6635.24304085773,537.3358500112663,1931.8245806792193,385.56417644645904,2631.033351649657,504.44886643077353,4703.1635919136215,677.2046213158876,3149.7400629489052,611.8875844344777,4012.5445328758974,718.4164287345275,5656.44591464023,9495.572428777794,3169.115015922909,79484.86072308898,31031.15758398364,2237.774454474983,14104.00165113166 -2984,2255.9216620181155,4396.023991224166,504.40274877574717,1761.2995383289833,1008.7607853971322,3135.02662662408,1137.8250461001949,3694.4261066161935,185.09595068378852,1351.143023490886,1503.3985664823617,7498.074289717419,840.987383811966,4373.981590644708,953.4663166111023,4943.307130757567,690.3505773152089,5612.788350017558,210.28804247944913,1523.0753594227297,420.0884744146886,2928.561938936651,947.7401482647582,6721.483419581264,506.5985244376455,1956.9331234167394,359.6300072567997,2665.2297347035,473.9596049955526,4764.292115295176,636.2378418258659,3190.67824324415,576.496799272019,4064.696859177954,676.8641532295044,5729.96455365676,8801.134564872229,2973.34692598182,74714.30167155797,29217.507702011684,2099.7999216364483,13287.984749708772 -2985,2139.4910826689593,4483.813209233213,475.81164933206423,1796.4729380780004,940.5465684540816,3197.6335497296627,1070.2125738763752,3768.204316093555,171.91308476231308,1378.1255398937624,1395.6711773367576,7647.811888916628,780.7256693323292,4461.330618810894,885.1408083613909,5042.025670113606,641.6906735333471,5724.876523576664,198.0691238271338,1553.4913887800524,394.25828112665164,2987.045733161512,889.5854036941471,6855.712389769731,479.5642566677509,1996.0133534026809,335.61448532116674,2718.454747735998,440.3400867722863,4859.435699589391,590.7959880606477,3254.3965369686757,542.9990910306512,4145.869427713389,637.5345369115065,5844.392752499461,8084.576389505192,2752.7355073094654,69988.16241937438,27579.273953313535,1927.3317555882802,12571.001878818442 -2986,2067.834118114855,4556.331908136069,460.90927105320765,1825.5280913603306,909.2335710687838,3249.3502947798365,1034.2877292961598,3829.1491551070344,166.43977949613614,1400.4145752336137,1351.2647310339007,7771.503341204595,755.8851101265253,4533.485696811336,856.9408068335545,5123.572586626206,617.6430369724911,5817.467489679884,191.2078585495335,1578.61669374127,381.15166997469873,3035.356548091567,859.9658059246112,6966.592865685745,463.2698294300089,2028.295762287025,321.96643500548123,2762.421521580669,426.31474816828876,4938.029507558608,571.9920105536186,3307.0313349769735,524.1891890274055,4212.92241201251,615.4498550748785,5938.916707559806,7700.9473643380325,2659.459983436637,67616.58883266734,26642.192257046747,1866.9678974714213,12138.691840804731 -2987,2005.7400184375965,4522.671794504107,445.5488299806158,1812.0419177820181,870.5832508428409,3225.345568531287,997.3897607998268,3800.8611378437445,159.02816876186765,1390.068947503982,1290.6359354995834,7714.090999252727,721.9699173913228,4499.994360626838,818.4863892582998,5085.721956131206,590.4307267115188,5774.490678354264,184.36325624352003,1566.9545895829317,367.0174408952241,3012.9327105875786,828.1170404556764,6915.1268372632185,448.93184879514996,2013.311633120338,308.7185719771465,2742.014004263999,407.4264920767496,4901.5495851794685,546.4315975030748,3282.6004873644433,505.4249679372203,4181.799251985964,593.4188071397338,5895.042684495275,7282.930322959183,2533.837045838046,65000.074171583634,25754.123371431135,1767.798701993724,11749.940819438305 -2988,1975.6142688964374,4472.571511635185,438.7057766764133,1791.9688687578678,856.5550548462714,3189.616527673225,980.8689218300251,3758.7567741393373,156.433941906734,1374.670340078636,1269.5435178899058,7628.637497716575,710.1710122311722,4450.145288967487,805.0700089990555,5029.384437033648,578.1750396261745,5710.523264941454,181.51738463397098,1549.596516358105,360.8687167621473,2979.556691295421,814.2841904467398,6838.52392943286,441.46447930745103,1991.0090016436977,301.5390085875782,2711.639110067363,400.7881609889808,4847.252251242491,537.510160466003,3246.2372002556,497.6231174149564,4135.475013804423,584.2586644398198,5829.739845943851,7078.418755646843,2488.667316061945,63907.781257810355,25340.179467209127,1737.616772935295,11564.34240765458 -2989,1970.3185981208899,4383.482672564831,436.8804976519288,1756.2747662147226,851.5566417695762,3126.0827791818265,977.3590185655673,3683.886360891662,155.27707119626854,1347.2883777369582,1260.0296919226628,7476.683201045827,704.8490651516595,4361.503156257669,799.0752444555243,4929.20448025303,573.2315555519436,5596.775751495461,180.92703468033068,1518.7302117477318,359.37806732917215,2920.207109990511,810.9473844495744,6702.307849657922,440.596631684626,1951.3502326170592,297.92307778190076,2657.6261603212897,397.8504591427816,4750.700172729949,533.5106003681157,3181.5756285478205,496.00469510852736,4053.100776293439,582.3584768838922,5713.617665760432,7052.41132528135,2470.823981075643,63580.57804674569,25248.44881034399,1720.369956330478,11533.688696450976 -2990,2024.2650774181436,4290.884864192725,449.6539647480916,1719.174769157917,876.0218293059922,3060.04660754284,1004.7475488815105,3606.067003820755,159.79213903266663,1318.827913685288,1296.7170771305628,7318.743834103084,725.3716523037045,4269.369648805894,822.34090991249,4825.07870493148,584.8490268137488,5478.548030012217,185.97274630505788,1486.6481665747192,369.5141558286902,2858.519908608341,833.8101574183078,6560.726585564468,452.71799238950945,1910.1294115476305,302.2295755164723,2601.485786034346,409.40871158573276,4650.34516802535,549.0333265823548,3114.367211775124,509.837324712225,3967.4820395421766,598.5993495747158,5592.92174581603,7067.04797210446,2536.103671938723,65272.35387966012,25933.315969462674,1772.1104061449284,11846.257580071111 -2991,2102.969706783145,4162.547558575604,465.1618643057527,1667.7554780928385,893.8300615797326,2968.5227962301474,1034.642980392733,3498.2121119295384,162.64938683517596,1279.3827115015972,1319.246878782194,7099.845426455545,737.9746169274773,4141.675847934275,836.5778944001457,4680.764042576176,596.2167825384031,5314.688566260785,191.5307705451381,1442.1835803326157,379.7671444533157,2773.023617112597,857.012873924663,6364.4999331300705,469.1282532834645,1852.9988033358527,309.2189541800467,2523.677201803386,416.86697393651275,4511.256661122181,558.721934094377,3021.2187099365124,525.0744401796711,3848.817481728421,616.489227318281,5425.641445807216,7167.466934253765,2573.256611537344,67009.5235269559,26805.162086530956,1780.7338144473374,12266.49769693512 -2992,2192.5137038211965,4116.476084608547,484.3203219123826,1649.2966011644362,923.5984117482307,2935.66690238087,1074.124875934272,3459.493566140442,167.7254255399796,1265.2223814495323,1360.0637953404776,7021.263659128663,760.8072260817742,4095.835384054174,862.4559228885872,4628.956899066379,615.6607256854683,5255.8650855730875,198.97120792760037,1426.2213547142865,393.81059482969033,2742.3315268510382,888.7645354832587,6294.057039960372,488.63389768541384,1832.4896355900103,320.47843664776076,2495.744901482973,429.9510811702044,4461.325641500937,576.089293991212,2987.7795726810446,545.4721208352059,3806.218402218065,640.4381180357816,5365.589928050955,7351.757515284678,2649.0235145431297,69431.53462644182,27883.42761102239,1823.850855959379,12773.140056684595 -2993,2257.1206706183602,4094.9674020568987,495.57039910465625,1640.678988357065,935.0046764280258,2920.32797505981,1097.0560543529486,3441.417632411153,169.14095107611388,1258.6115653047261,1370.8581599413644,6984.577394456731,766.8454947405324,4074.4345496393157,869.2906786045496,4604.770492430969,628.4286101241163,5228.403069193941,203.47107339063936,1418.7693152182646,401.35918969264236,2728.002781329363,905.9156522727739,6261.170446657753,502.1367785630278,1822.9148349496124,331.6018528320099,2482.704576770143,433.7229652463251,4438.015112055288,580.8172379724626,2972.168355454889,557.8083336127356,3786.3308232177515,654.9220496486987,5337.554596837376,7537.155587288844,2669.967532131611,70775.8657752647,28605.16897928381,1815.2274476569708,13125.831958381727 -2994,2296.0829849262173,4079.9568122054875,502.25902177333285,1634.664884469526,938.8297771947313,2909.6231656776386,1109.2007701451628,3428.802706939075,169.31338762655975,1253.997974979308,1371.7118523637935,6958.974595640563,767.3230424600295,4059.499225399534,869.8238572402939,4587.891158742735,633.2467194029188,5209.2377361536555,205.92148078910486,1413.5686476198334,405.12809901736057,2718.0029628098127,914.5131758973291,6238.219382012562,510.1069046454393,1816.2327239008805,337.49587626064675,2473.603927982219,434.2790867329394,4421.747040038899,581.3028272280383,2961.2735189952223,564.5260337989736,3772.451577439011,662.8092928284519,5317.989155895796,7509.475868215551,2666.8015076022452,71392.37653622149,29020.030210986908,1797.9806310521542,13332.031025380913 -2995,2242.45412750274,3997.561009624883,486.89770918193375,1601.652396517873,898.48495890201,2850.8625593825113,1072.722011921276,3359.557133043876,161.12470825637192,1228.6731555415702,1304.531378973568,6818.436270521409,729.7429011593174,3977.5165691734933,827.2110708735763,4495.237488231766,608.5821490196572,5104.035807834339,199.65605058795327,1385.021256413392,390.7169648336092,2663.1121769889414,882.1602451915318,6112.236898296771,496.94060878127146,1779.553425602604,328.5662334094881,2423.648845050237,413.45136403314757,4332.448693771486,553.0243253234543,2901.4698202089094,547.3495913610775,3696.2659240787425,642.6424537741797,5210.590964007064,7145.634454001945,2531.0753340948236,68802.72321219461,28213.994655275033,1681.5646189696406,12991.661004273745 -2996,2017.476218146791,3981.4457425016762,435.3466495223545,1595.195695507866,794.1613326794587,2839.3699488719067,957.4335143141648,3346.01383489675,141.5233980040611,1223.7200363619022,1145.1490186550798,6790.949279929532,640.585869073246,3961.482106698779,726.175742818875,4477.115950441426,539.4794531573318,5083.460036694981,178.67679054406884,1379.4378550682513,347.80357224069377,2652.3764398712565,785.4298964726215,6087.596791466828,446.5205512692417,1772.3795566498711,295.2379515841178,2413.8784504379228,363.2966681441069,4314.98340235264,485.6136025331774,2889.7731979209666,489.8357350153145,3681.3652602535954,575.1155087441351,5189.585639747455,6216.893281752641,2216.632223616498,61154.00972815916,25296.010753006758,1453.0442989558176,11673.330547158548 -2997,1721.9235215501271,3724.706139499015,374.8279829699141,1492.3310739448182,683.2692792799179,2656.275977335573,819.5539439260726,3130.249431920601,122.72971923961725,1144.8096564041562,993.4162540506662,6353.0416114842465,555.7079507433167,3706.029839066737,629.8468696673478,4188.413542810229,461.5825692428736,4755.658128516543,152.24538441875671,1290.4861651088806,298.36920271234834,2481.3405603873675,673.620469276091,5695.044114735027,380.641166276715,1658.089408504237,249.86450768859578,2258.221878643801,314.98168209494713,4036.7359522223755,421.19247473804984,2703.4290225672703,417.3750242119867,3443.976051269568,490.0394810502499,4854.940326695945,5260.797417899006,1916.6026519959823,52486.08158188366,21601.9106235416,1271.9527246052407,9944.0466530325 -2998,1367.1501354914385,3391.873882826477,307.7786104595517,1358.9793676782901,595.224031182551,2418.9164931856194,679.8324928591119,2850.5366322112,109.6734708476388,1042.5117657435098,890.2373817460395,5785.346578079747,497.99063491058615,3374.866459075033,564.4183368591259,3814.145324292767,407.41482835572043,4330.702073569842,124.95091286212175,1175.170914334319,250.67626629924706,2259.61295360282,565.4484560331813,5186.146415543147,305.00138018016,1509.9258705152974,214.53998402004385,2056.431708953419,280.9488858312845,3676.021338438091,376.87543212885186,2461.8560370387736,342.54825182544477,3136.229271217705,402.18546348368295,4421.1126140050155,5035.928851954349,1744.752349739759,44545.57387931783,17560.445671289104,1224.5239789419945,7983.329945168389 -2999,844.5920474827838,3148.1954506895627,181.01253886103848,1261.3478008623956,400.1381879827113,2245.1371019429207,436.33821953158855,2645.7488596460134,79.58198222120596,967.6158110775974,671.2621200876806,5369.716683745242,375.49787981072643,3132.4098714104102,425.73003778030716,3540.130138388654,305.1814216025582,4019.5765046969236,83.77950131200643,1090.7444834614644,173.15493009134943,2097.2782204165255,390.15922038968387,4813.564158351752,183.70011753944613,1401.4500304691667,143.66344838878538,1908.6938885198283,198.56707649538654,3411.9292326590917,281.4544938431145,2284.9917903196406,229.67836773552028,2910.91681620526,269.6650772194203,4103.491786315594,3942.819273196941,1274.8947199979386,30751.975927733074,11730.298237730949,932.2598620810022,5224.941533128852 -3000,853.8592753625933,3029.41033403014,183.57571712812938,1213.7556649800035,418.9622542516318,2160.4254387860874,448.8414980810637,2545.9216437481728,83.58669240042607,931.1065286011302,705.6681478886409,5167.110958434567,394.74429653133916,3014.2203632211667,447.59985115993726,3406.556865043783,319.47704468293017,3867.913156118195,86.35168120558573,1049.589411375577,178.81515092954967,2018.1454467429987,402.8850864615362,4631.942721864322,186.5030251795647,1348.5716727022852,148.4906319448253,1836.6766234655588,208.42799183165525,3283.1931302527646,295.73371471647823,2198.7763629008978,236.72990266026633,2801.0845014666434,277.9442753378376,3948.662215476301,4217.669600764216,1348.449233051079,31844.871397191255,11982.725343323393,998.3999198637758,5321.377110067498 -3001,862.7433582419546,2964.36443416878,186.9930685650958,1187.6945439249969,442.5855064509486,2114.037923971524,464.3276932421684,2491.256957873874,88.63889775521076,911.1143006288052,749.1256915035926,5056.1654789795775,419.05404826746434,2949.5006143962105,475.248303071149,3333.4130739150037,337.6602391154249,3784.8633661973295,89.44684538918114,1027.0531814759927,185.9082590446892,1974.812892826518,418.8109867371705,4532.4880923393985,189.8221263632912,1319.6158534812673,154.68297565553766,1797.2404723487477,220.8572747903359,3212.6981401297785,313.7575205612532,2151.5653972841965,245.2151794455049,2740.941093378634,287.90682793728143,3863.8786243698037,4570.813039918564,1442.185010987797,33196.58259059871,12279.497033700536,1083.4371370130566,5431.421326163754 -3002,990.3425908144826,2998.0895332660116,214.8679517958846,1201.206754410798,522.8263713847377,2138.0889946359302,541.854588505295,2519.599589033704,104.72266877287011,921.4799020114933,885.6296390202657,5113.688663330696,495.413105846358,2983.056610197972,561.9604281633119,3371.336780242736,398.1317255173389,3827.923150150742,104.58387541769044,1038.7378009256647,217.52289780909348,1997.2800226238503,490.01950725646975,4584.053482987472,219.41580718437845,1334.6289115641252,180.3931812691481,1817.687389176136,260.81237558618403,3249.248492001663,370.79564235098127,2176.043411998312,286.7127808261106,2772.124340933616,336.62910853798564,3907.8373522524257,5470.132690303844,1713.8657625859069,38855.197497355235,14233.151522171307,1297.6049431668005,6285.500240666556 -3003,1364.8622131911898,3100.564432709568,292.4995553923713,1242.2640810861205,675.6513713748085,2211.1690185296834,721.2796050811896,2605.7196703919767,134.2291220632256,952.9761462864329,1133.4085162730025,5288.474881602708,634.0183396082929,3085.017683332258,719.0416155174872,3486.569295386934,512.9605287900233,3958.76181775452,139.3592706708908,1074.2419279762407,287.29128675587003,2065.54718649872,647.3953335467704,4740.73673560578,299.16346263450123,1380.2466164356701,237.2409159345116,1879.8160649074216,334.6659206663977,3360.3080213420944,474.94589203073053,2250.4207203992464,382.04822558326373,2866.875735089863,448.56233205248554,4041.407492593631,6797.457299767847,2171.839146195364,51109.98360687123,19214.664657497626,1609.4080727141625,8543.665793191733 -3004,1943.33485578827,3331.116727424912,409.2265249102558,1334.6365638235825,891.8180835301401,2375.587498548172,988.4597202588252,2799.476214541193,175.16777609127004,1023.8377078193821,1476.1251013961823,5681.716191680063,825.730857324795,3314.4139502268317,936.2992532225179,3745.824204994811,673.7700873923936,4253.128098837473,191.10090064857457,1154.1205910227368,389.98117466415806,2219.1374936912525,879.1253553110221,5093.249239943608,421.83338427942005,1482.8792278838519,319.07959759543746,2019.5957459342183,437.356668702521,3610.174373770632,619.2522253966195,2417.757885106897,523.8959679443965,3080.051366086537,615.1055845770882,4341.9191547502505,8509.324995200375,2793.2958345413026,68944.07054683588,26742.526630881413,2009.3979459718896,11989.0267031023 -3005,2153.0626064409207,3787.7376286062936,445.9032706177565,1517.5851064265478,952.4625642506304,2701.2269141506504,1076.2162268799784,3183.221203540068,184.7789344108527,1164.182743752532,1555.371233476197,6460.5512130836405,870.0604175498818,3768.745277730525,986.6485971181738,4259.292139057268,713.318197733812,4836.135944027071,209.17345456575904,1312.324469021386,422.01979735823465,2523.331145589491,951.7477580656733,5791.418727292159,466.21986512234804,1686.1484930539475,340.90917217741367,2296.436729001016,461.71956369711586,4105.047778356312,652.9066289140906,2749.177908682396,573.4411982156138,3502.256874193903,673.2765759450119,4937.098249189069,8763.401205349886,2928.271113578692,74240.71510870998,29324.418202752375,2066.0894240714106,13229.284078064358 -3006,1967.6576757193493,4170.605188985632,403.3912120168565,1670.9838273351404,879.0534746482135,2974.2690992379025,988.9847909787663,3504.9837583545127,169.38240434740166,1281.8592701227767,1426.0446106511158,7113.588916376002,797.7162896441447,4149.69307603586,904.840697103208,4689.824807927415,653.3815485663565,5324.976447806572,193.45308963456475,1444.9752799132707,387.5599991869006,2778.39148357191,874.2616404061806,6376.81998172631,427.70832129681037,1856.5857364092647,309.8651980513012,2528.5623971988007,423.18997602344314,4519.989303416011,598.5543209912571,3027.0670187930386,530.344406028263,3856.267810726953,622.6766874675134,5436.144103829124,8066.6705958229595,2695.0155931483323,68071.80321734857,26883.242355810053,1902.3140428950182,12153.937869972748 -3007,1848.0287119949671,4364.313302881016,378.93236270810553,1748.5944164164591,816.6675782482604,3112.4121339591593,923.7225171376232,3667.7763897111954,157.30334350896246,1341.3965627321472,1323.946690935403,7443.986983221895,740.603648785864,4342.4299050041145,839.9983853906753,4907.648619311574,607.4145955365258,5572.300540474483,180.51737206037316,1512.0886659601363,361.60558126069657,2907.4367778536766,815.7167017833807,6672.998045900981,400.91754811584184,1942.8168000051887,289.357257106722,2646.0041186357075,393.0957905638636,4729.92492741234,555.7954200748927,3167.6623080316103,494.8816203658922,4035.3761967866462,581.0398762678138,5688.631494387511,7442.217655514736,2496.1414023835864,63487.20395544777,25168.077896955987,1754.2862945240483,11384.839227484641 -3008,1707.985078642885,4414.023704474063,348.2177014956608,1768.511256622693,746.8106924187929,3147.8631307975506,849.5608508834305,3709.553096522249,143.21242514796143,1356.6753379256993,1204.928650382056,7528.775484117351,674.0260473547398,4391.891050317609,764.5217333063404,4963.547718852044,553.6199879912524,5635.770158359451,166.35339374906042,1529.3116583561116,331.9365961765056,2940.5530643810653,748.8975192722004,6749.004828565365,370.36982004860965,1964.945872014346,264.47476547726205,2676.142634875458,357.9713760098741,4783.799718548765,505.93043192055677,3203.7426154053874,456.0516038554284,4081.3399389379865,535.4496036445634,5753.426145109352,6724.197377750618,2268.6137053209945,58181.809287311364,23193.705269287155,1584.2118602254868,10512.86764916549 -3009,1606.2760013886198,4482.773511123537,326.7451644941524,1796.0563753376175,693.839044036492,3196.892088521992,793.9055972658874,3767.330552017869,132.70737936357776,1377.8059827552597,1116.122259183431,7646.038528789206,624.3485657706906,4460.296133921678,708.1451996382539,5040.856534756371,513.6524505581272,5723.5490500576,155.6095639415617,1553.131168140846,309.6729693184363,2986.353102657662,698.7370166699533,6854.122700173062,347.5820462424668,1995.550521608942,246.4919659255096,2717.8243976008407,331.80142497377074,4858.308902848496,468.7410524898206,3253.6419136670957,426.59779648284984,4144.908091367335,500.86792615424577,5843.037565783729,6179.592300899087,2096.638518375265,54241.05057039263,21734.6975335871,1455.0812712210238,9865.097738086824 -3010,1509.8705321846992,4581.154622503107,307.2635023641391,1835.4734955351066,644.3173736372486,3267.052625486198,742.1287797567655,3850.010206861469,123.12631507273325,1408.0439779411709,1035.1673601621274,7813.8421812036595,579.0631369745292,4558.183945930997,656.750624661527,5151.485605567937,477.2451783005985,5849.1608203562555,145.276201567284,1587.2169344774213,289.1172352420584,3051.8930494076485,652.3549585753472,7004.546585542626,326.3006700758017,2039.3458366394268,230.11883268753667,2777.4710837666707,307.92480479116,4964.931695211632,434.8301786889754,3325.047909687959,398.26927021835144,4235.874245152046,467.6074397708478,5971.271688727475,5687.80742289635,1939.4751371386203,50591.15628213012,20363.588017403312,1338.5487884608985,9249.550513804761 -3011,1460.9436765379826,4559.450996161947,296.4556135942524,1826.777777056076,616.2095181765704,3251.574673907756,714.4592868638022,3831.7704420369155,117.49374870151351,1401.3732447118132,987.4469867156502,7776.8234108359,552.3687972870944,4536.589145207438,626.4728846248294,5127.079985610053,455.9652410896955,5821.449902189297,139.80999902244838,1579.6973534750587,277.92598158839314,3037.43443540406,627.1297694210232,6971.36192483829,315.52189439413587,2029.6842548623335,220.65015470810394,2764.3125681646557,293.9149475400744,4941.409890950116,414.87077414775695,3309.2952003068262,383.28388049236054,4215.806415222592,450.013112897732,5942.982259491209,5383.057372805038,1845.9283124121655,48562.1599081696,19643.478443517422,1266.1096775559556,8933.23479167239 -3012,1404.029596929956,4531.834102185932,283.51492692953417,1815.712864146788,584.1064331523614,3231.879672667476,681.7688376662106,3808.561156943767,111.07417480326605,1392.8850349794116,933.0808490106293,7729.718680948895,521.9568779625437,4509.110726963357,591.9456819037879,5096.024925584552,431.483255965591,5786.1889979991265,133.52600317371252,1570.1290229102965,264.72805355843246,3019.036495645027,597.4087808859601,6929.135928044213,302.49256146568456,2017.3903240977513,209.79387899459405,2747.568945483804,277.94297307725094,4911.479446875758,392.1266088637244,3289.2505820492465,366.05654102635685,4190.270999030902,429.7865157079845,5906.985225835213,5038.365597467595,1739.3618684561268,46219.902925031405,18801.87215481959,1184.2219869677597,8562.98346208787 -3013,1359.2457568079788,4452.232479214304,274.84247108433624,1783.8198849296468,568.4972050620448,3175.111736906267,661.675964866067,3741.6638163872817,108.24838918470448,1368.4190225665184,909.5035553502364,7593.946245717681,508.7679559062894,4429.9082398617375,576.9913625686063,5006.513296157355,420.26166319584877,5684.554643193609,129.55269507354794,1542.5497215324658,257.1190180971153,2966.0071482671074,580.2148193287677,6807.4257212656175,293.00426964303864,1981.9548822116549,203.97377036166333,2699.307923046672,270.8382730254324,4825.209357029679,382.18042979182536,3231.474926809528,355.1638655548529,4116.668928722786,416.99743939614115,5803.229086434809,4929.786100413094,1697.1317631034335,44915.53822782298,18228.485717747204,1159.0257744790838,8296.554799656205 -3014,1354.7195962827914,4369.056907778805,273.9876391569964,1750.4949768167594,560.767905910043,3115.7950380767074,656.2893833079829,3671.762923408202,106.4891036076109,1342.854536727885,894.4119913781436,7452.077908566182,500.32587329062125,4347.149724672443,567.4134330744304,4912.982779444355,414.104030460536,5578.357115770829,128.58278491889305,1513.7321664844924,254.64712949724998,2910.5968927176423,574.6830369314634,6680.250977580422,291.7318642088813,1944.9284621725055,201.81538820749745,2648.8800803794356,266.50148344857735,4735.06591832998,375.911789293917,3171.1052639781965,352.50489316085856,4039.762277474039,413.87554331589524,5694.814510671122,4811.924653053218,1665.7408724808436,44439.1526941178,18118.860730203887,1130.6800354293237,8256.67602429319 -3015,1381.927424773411,4251.961299759711,279.10477308667754,1703.5797550718141,565.5047684870653,3032.288248820453,665.2921211506355,3573.3555734712036,107.39170911359543,1306.864534359321,901.6805845834516,7252.353892118696,504.3918577341398,4230.641253644231,571.953663305144,4781.30935016901,417.8998372242077,5428.850910654608,130.2516883955698,1473.1624526643366,257.87270634181493,2832.58964308799,581.9692057600982,6501.212785482896,296.7130153963353,1892.8022057197113,204.57195070426815,2577.887133817111,268.8258265361158,4608.160859773712,379.0402518897177,3086.116098852661,357.0801295901581,3931.4921335692507,419.2473225442503,5542.187117217918,4814.539498181306,1674.2890638101142,45007.73070343775,18417.890980754837,1130.6800354293237,8396.608622246564 -3016,1441.2878984144465,4229.542883725776,290.76222372418937,1694.597650813634,584.2689665912794,3016.3005446283405,691.6511118715118,3554.5150981621305,110.66879748514921,1299.9741064448153,928.8921748464984,7214.115941366879,519.6137720121533,4208.335247303137,589.2443924041656,4756.099952753965,431.3064181059024,5400.227357964197,135.3375988135188,1465.3952209279453,267.73964559432756,2817.6548474500923,604.2541428710321,6466.935217397239,309.68811305019904,1882.822428312007,211.95788114207988,2564.295254169075,277.0926981317035,4583.864385741472,390.55066225951714,3069.8445879532055,371.022962681195,3910.7633874516696,435.61758500833037,5512.966000708996,4924.5037270480725,1721.9139239227347,46640.820323360305,19170.18723453377,1155.8762479179993,8749.439096205337 -3017,1554.219198712449,4208.748984563753,313.65333220159715,1686.2664212600089,628.7575408678019,3001.471365425857,744.1881371795369,3537.0398696201837,119.24274745388723,1293.5829830478483,1000.8126709001322,7178.648846328045,559.8454385622451,4187.645612234271,634.800366646656,4732.717316487856,464.597476875004,5373.677968060721,145.6282196312954,1458.1908299821216,288.0813948620357,2803.802279363668,650.1642520343988,6435.141521838479,333.1838896139246,1873.5658204963115,228.61563251713685,2551.6882896807815,298.569481310408,4561.328519235365,420.7999477256212,3054.752167670484,399.23431456797664,3891.5367188114005,468.74049710501305,5485.862348552283,5300.544431087294,1853.4942525159329,50243.23344411891,20650.164596594666,1244.0629916283642,9422.056738034235 -3018,1633.5516503319,4187.955091704876,326.3029264875349,1677.9351942317865,643.1070930202573,2986.6421907184663,773.1407965622261,3519.5646463754124,120.73917426079282,1287.1918615881896,1012.349798219073,7143.181762040167,566.2992018802212,4166.955983436946,642.1708797635814,4709.334687309604,472.0425455482856,5347.1285862050245,151.74439081656826,1450.9864412201277,297.9618026309262,2789.9497154763008,672.6514664315916,6403.347835917178,349.8556807378433,1864.3092154865235,234.2399147577913,2539.0813290139718,302.5305755631865,4538.7926595604395,425.8916745634222,3039.6597519626503,416.0015689992604,3872.3100559992126,488.4269090451069,5458.7587046113595,5242.469177881918,1865.7670851786177,51754.02549245092,21557.161514560943,1228.3153588229422,9876.988280937367 -3019,1659.920446087152,4058.8380109297113,330.42396422400407,1626.2034804800705,645.0053900894994,2894.562282376248,780.9933746464528,3411.0544301031377,120.65604143222545,1247.506991066295,1011.1668874287247,6922.953331609324,565.6374924220395,4038.4863173305307,641.4136796934288,4564.14317166441,472.44717617427955,5182.273515302349,153.4101527307033,1406.2516889526623,300.4233836573171,2703.933950052905,678.2777236335927,6205.928913875915,355.07082413061784,1806.8314827279648,235.3840369826723,2460.7999812262738,302.42406941277267,4398.859053393802,425.5085918585719,2945.945281504132,420.5681929524124,3752.9244944688962,493.7885763762542,5290.4620125118,5179.629006947779,1858.4537820046792,52108.57803212223,21831.111091895924,1212.5677260175198,10018.167448599408 -3020,1557.067731420446,3991.322839876276,306.95989359353626,1599.1530276517856,587.2525098362336,2846.413805621766,722.5855179728479,3354.314564481292,108.8160922547684,1226.75581852248,910.8918202964463,6807.796142009758,509.544538597786,3971.309678652833,577.7914046644546,4488.222697351934,427.55763704825586,5096.070990863295,142.36523078423704,1382.8599391296448,276.70309343245634,2658.9564065630143,624.9028106090302,6102.698789629143,332.0129012694292,1776.7764432578952,215.1253653780331,2419.8667557037484,272.96714659791303,4325.687933819654,383.55947213671453,2896.942094124093,390.28895274801823,3690.4979234866614,458.23775925591576,5202.45986836005,4543.406279575455,1663.4385977318116,47848.37894312877,20319.887198021315,1061.3904510854654,9360.463557321613 -3021,1272.7118025562,3722.236862003791,249.94533631375373,1491.3417396461366,473.74932498422504,2654.5150109005613,587.9309028968003,3128.174246875877,87.41882589567268,1144.0507098953574,731.3934382125823,6348.82989058871,409.1347882410362,3703.572942942452,463.96081829789523,4185.636852538672,344.1304991381437,4752.505385950574,115.80422700145725,1289.6306430016173,224.71976836758827,2479.695566614899,507.53533679222795,5691.268610375717,271.5300569445065,1656.9901854492769,173.90320184534608,2256.724800416602,219.37203627979935,4034.0598159400306,308.06661107961236,2701.636796229044,317.47295481641464,3441.6928825472605,372.74458940003166,4851.721765434901,3603.2785176123443,1331.9286295547479,38762.18732567466,16561.794773316313,840.9235918095527,7641.485266351023 -3022,988.2786161811849,3391.0291348094615,204.03371272742444,1358.64091313497,410.29126721728824,2418.314060730424,478.55969985828585,2849.8267045279563,79.19323864734129,1042.2521276268671,665.3589747001535,5783.905734399112,372.19571436611386,3374.025946766061,421.91511173585445,3813.1954093458644,307.64479642651304,4329.62350988637,92.73752890440939,1174.8782373852837,186.3829560969693,2259.0501957799415,420.39466306216246,5184.8548029856565,211.76226883667968,1509.5498226641623,150.692290103801,2055.919553528932,198.14689948898794,3675.1058233442445,279.5944114099764,2461.2429104670587,254.23646516188933,3135.4481916288732,298.49870793587405,4420.011533527763,3603.659092084298,1235.4510829303972,32688.77065525763,13217.777753267403,847.2226449317216,5988.866644079137 -3023,722.7364711195203,3145.1413418258053,172.72781940829609,1260.1241495487354,340.7081955818512,2242.959062735764,367.66312897866567,2643.182181315495,74.75836149998639,966.6771133151454,637.3043393408867,5364.507445762225,356.50220838533295,3129.3710763600266,401.46214648208627,3536.695808149678,277.6012317903872,4015.6770567675208,77.02598716360194,1089.686336835179,165.7667380085242,2095.243621198317,372.97801331299286,4808.894451787292,170.32906179555312,1400.0904640041203,135.66111206034367,1906.8422376250749,185.1217935834019,3408.6192719291457,245.99605628966717,2282.775087516484,211.16386142081163,2908.092894695531,247.92721908214648,4099.510930986489,3716.5280187953135,1163.1325224637553,28340.829580267673,10872.564168714687,853.1840451427835,4786.845983795361 -3024,730.175749549304,3013.6199690206854,175.08741253409028,1207.4291384058267,356.4291601963886,2149.16453237439,377.7497787231149,2532.651393895036,78.49410456693471,926.2532699375081,669.7623059131538,5140.178136835093,374.6588975029339,2998.509173746588,421.9449117354758,3388.800678065658,290.360945554418,3847.752215926667,79.337622862481,1044.1185777517837,171.10917499743724,2007.6261542957961,384.9699027756928,4607.7993876122655,172.81648714196194,1341.5424371067722,140.08577132030712,1827.103211120896,194.2444254433056,3266.079958972908,258.31451936089513,2187.315557821324,217.50112418560698,2786.484251971342,255.3677911729242,3928.0803824439745,3975.5136796856523,1230.2831670253433,29328.8362693704,11099.99184538875,913.7139942914271,4871.966620022186 -3025,737.1163450878115,2955.3320848111957,178.23845792116708,1184.0756663243974,376.1297769404461,2107.5964996768603,390.207562892347,2483.666155972576,83.20481098835391,908.3381565848703,710.7423682320788,5040.759460579986,397.582768900977,2940.5135547511286,447.82855245919666,3323.256241951399,306.5894972590048,3773.330975712486,82.11154114760508,1023.9237743636345,177.7994461769681,1968.7956839576389,399.9668984380674,4518.677706734574,175.74758479774874,1315.5950147243784,145.76597267256838,1791.7643225074091,205.73719046521487,3202.9091237566113,273.8500447137043,2145.0096276527847,225.10571736152392,2732.5895097343996,264.2963342752826,3852.1054762344615,4308.270164137016,1315.861432709207,30549.125080582882,11366.48164615457,991.5382146253975,4968.522376880167 -3026,845.6985035737877,2977.100696617626,204.72248120002553,1192.7974217109168,444.0774761750319,2123.1207956711587,454.9801047668208,2501.9605346936696,98.27857217742731,915.0288634672839,840.0628670724299,5077.889073346994,469.9234711057647,2962.1730150919493,529.4098368839669,3347.7349377420132,361.27732487077554,3801.124866507236,95.96352299223228,1031.465870657331,207.97114650569154,1983.2975902545709,467.8255713889147,4551.9617296644565,203.04984325283155,1325.2855254176425,169.86064173145428,1804.9622376201423,242.89231839050464,3226.5013575108715,323.48557830470526,2160.8095041355023,263.0804072337839,2752.7174271922886,308.8823689887417,3880.479610288817,5155.85292398622,1563.7648631925326,35738.608141322875,13168.858074226444,1187.5399547257668,5746.776990678124 -3027,1167.1486353468042,3075.676745483558,278.9444220267506,1232.2926450546622,574.8161936314075,2193.420352397653,606.978351723234,2584.8040153353572,126.0427654203736,945.3267738004374,1075.6724717993475,5246.025220706315,601.7213253127692,3060.2547871384236,677.7841256527695,3458.5832147881933,466.13981117496695,3926.985530545922,128.0422299727832,1065.6191763164165,274.89914915604936,2048.9674012874125,618.5792471018448,4702.683672798276,277.19235320396575,1369.1676187789144,223.75037986969775,1864.7271108536722,311.8693914177516,3333.335417858693,414.79956737863444,2232.3569877364544,351.0229820041961,2843.8638260780576,412.1356333259659,4008.9678230394575,6407.1501921099225,1981.4798184950623,47065.59956650055,17797.465570340362,1472.895429283657,7821.126948416846 -3028,1664.4196351447933,3320.329896568027,390.6567993420199,1330.3147402288541,760.3089965524639,2367.89486492726,834.0489684326833,2790.4109433768667,164.60863329265618,1020.5223138891051,1401.9107315506544,5663.317643519952,784.2160187922041,3303.681206346543,883.2386960610119,3733.6944673046705,613.3656762818896,4239.355608357894,175.86216919331537,1150.383314720974,373.534415780479,2211.9514768832723,840.8440943400981,5076.756266998255,391.4112726513606,1478.0773645085217,301.50068151567757,2013.0558857331866,407.89895786345437,3598.483897717027,541.5955854233605,2409.928695230471,482.11955590812335,3070.077535736204,566.0559527428679,4327.859140842312,8021.123358737288,2548.1938565653954,63579.23221187599,24801.727956355448,1838.9575027064052,10990.741580719992 -3029,1845.7073603261827,3844.6609125923555,425.87033922147134,1540.391841331764,813.1167892923212,2741.8217815416024,909.4781201179552,3231.0596290928534,173.71350870314095,1181.6784394506212,1477.7513088952896,6557.6423602189225,826.6405429003304,3825.383138836634,931.126432668138,4323.302089002077,649.9860236125797,4908.814879774357,192.682654848279,1332.0464840489815,404.4536631876056,2561.252540753315,910.8249610891386,5878.453945995296,432.92889691369186,1711.4884502853824,322.39935008379973,2330.9482852116944,430.81741472459345,4166.739696692723,571.4805672391458,2790.493398340986,528.232287892088,3554.8898657549453,620.1968522705652,5011.294477455568,8260.853961043558,2671.068741093229,68514.62107115184,27214.02358180753,1890.8403162623856,12136.20718044614 -3030,1686.8638784578236,4247.3476531861625,385.2140936877965,1701.7312634356842,750.5124186813903,3028.99802454443,835.7166016075901,3569.4782569729214,159.2275615401214,1305.4465037950777,1354.7880251902445,7244.484630070986,757.8560085968334,4226.05074066734,853.8609065105329,4776.12132752597,595.2347356924263,5422.9602645182795,178.21370217491443,1471.5639783549868,371.4176750424409,2829.5161044125934,836.6414955847632,6494.158558979624,397.15251789322843,1890.7483957729187,292.92065003797677,2575.089963451849,394.83583252003825,4603.160714179195,523.8361191991538,3082.767467959466,488.5661955805,3927.2262162825623,573.6249441206676,5536.173494138902,7604.020198887957,2458.214619113417,62812.21492186795,24946.089802866085,1740.956632656221,11148.237888047044 -3031,1584.565405937456,4465.423608404293,361.91064311212233,1789.1050084409715,697.4285448953534,3184.518997041428,780.8245779192382,3752.7496639969695,147.8895434179963,1372.4733912898469,1257.9254929221606,7616.445683125041,703.6719955096466,4443.033226520593,792.762387339152,5021.346655374182,553.5138449492705,5701.396911659148,166.32653270565552,1547.1200068339888,346.58841170263054,2974.7948707532714,780.7164659352892,6827.594845982195,372.33768478455437,1987.8270425316832,273.62032591516,2707.3054657856696,366.80333645465214,4839.505546704068,486.51904867938094,3241.049180497484,455.97796531010056,4128.8658460950755,535.3631447228637,5820.422965001494,7015.442673706699,2276.79436371379,58593.832254714,23358.393799746445,1605.4848417044952,10444.716135039735 -3032,1464.8846142345185,4529.299851831736,332.62112417104623,1814.6974979914246,638.0482406049862,3230.0723708067953,718.4671936914204,3806.431368596858,134.6595349542879,1392.1061186921743,1144.9823755453917,7725.396139156031,640.4926504444862,4506.589183764897,721.6247170652772,5093.1751736559845,504.6388257219523,5782.953298900929,153.32199467992615,1569.25098987936,318.2074536215559,3017.3482179773323,716.8895715535624,6925.26108073428,344.0457551469172,2016.2621777384375,250.15571557953893,2746.032475388857,334.075631516863,4908.732894763035,442.97833363114376,3287.4111977592133,420.3265109551677,4187.927754436325,493.50481785301105,5903.681976187663,6338.653331220717,2069.1903364266204,53709.32283166685,21530.12562046286,1449.8364010365547,9646.689581007118 -3033,1377.9797105441742,4600.648894300675,312.1615748001299,1843.284019769201,593.0230405937161,3280.9549748077734,671.6878529340163,3866.393226335927,124.79950224976746,1414.0356534620282,1060.7340324045776,7847.092568019999,593.3648991827137,4577.580470184688,668.5060939615875,5173.406817321608,468.3638349282499,5874.050862325066,143.45781275271065,1593.9710479863645,296.91358509849016,3064.879826214967,668.9830948738824,7034.353161877456,322.94559727017213,2048.023902608518,233.2259885152028,2789.290107719905,309.69997095796913,4986.059060668233,410.52526219292054,3339.197047412539,393.28422532909667,4253.899238988685,461.75450495483955,5996.68135132768,5825.335115564372,1912.2880442028636,50083.57856708112,20179.740357079427,1331.6588812701557,9054.200463498046 -3034,1295.5172727509416,4680.510440223935,293.5979595657189,1875.2811390400868,550.8716317009604,3337.9082747471257,628.1282758840861,3933.5090065870386,115.80502599909448,1438.5815546752196,983.9208407341786,7983.308340595327,550.3963035319384,4657.041576940725,620.0724848584154,5263.210728816148,435.3145851298288,5976.017083498403,133.95962310357692,1621.6404039780389,277.24745957787866,3118.082330169084,624.6735097022568,7156.460788645852,303.23155524052936,2083.5750517415718,217.81068311675625,2837.7087167354543,287.4558430356686,5072.610847991738,380.92272899954736,3397.1613573339296,367.24529383759574,4327.741641926294,431.1822288602422,6100.776285353069,5361.800522246665,1768.918935535398,46724.5027321779,18910.335356747662,1225.0108756273082,8491.035961885516 -3035,1253.8033835353428,4623.002331172489,283.31207296385634,1852.2400896452953,527.0340700482404,3296.8963390791223,604.9655234653792,3885.1790930456364,110.52267013685479,1420.906109660786,938.6842345124917,7885.219687123525,525.0913604735435,4599.821823180062,591.5678204213286,5198.543145991781,416.0361677280283,5902.591450435466,128.95052217020398,1601.715766615252,266.5597755050471,3079.771333758579,600.6188303673159,7068.531377375026,293.275423059571,2057.974753905959,208.90987307475228,2802.842591678707,274.4183182375334,5010.28511203891,363.5322081773926,3355.4213957852976,353.51303107423774,4274.567903405912,415.05919674803863,6025.817771234303,5074.571188260295,1683.560428152938,44861.06294088351,18245.086139686922,1158.7161694168888,8202.354243735173 -3036,1205.2594042528638,4566.014068024307,270.98850107657233,1829.407320357994,499.79707724012394,3256.2551317674083,577.5571742146803,3837.2860588934896,104.50132156581279,1403.3904422469495,887.1405337271699,7788.017708339956,496.25828650244154,4543.119308728235,559.057559809325,5134.460127302102,393.8362752675538,5829.829550108171,123.19004495844241,1581.9712384801533,253.9481396934057,3041.806650500471,572.2591778081768,6981.396806083806,281.22831019675175,2032.6058705642622,198.70053594480606,2768.2916397787953,259.5523756861522,4948.522771040939,343.709687814463,3314.058743600012,337.7208983609167,4221.8748301445185,396.51767396736074,5951.536846365507,4749.69224674712,1586.325309952014,42708.83744242756,17467.074915391575,1083.7743276138065,7864.193842165662 -3037,1166.6952060527735,4464.7737978736395,262.68124512791627,1788.8446570439075,486.3517206382107,3184.0555843485204,560.4253236370944,3752.203562111813,101.83602482658375,1372.2736683204462,864.6706287937743,7615.337334389273,483.6888275540706,4442.386674248776,544.8979221274793,5020.615946661893,383.5354868851099,5700.567241715705,119.51006215243741,1546.8948692074637,246.6300410971188,2974.3619772132474,555.7463870530856,6826.60129118896,272.3813587892382,1987.5377730113348,193.16077425189482,2706.911497428882,252.8997203446332,4838.801299594906,334.95001441053546,3240.5775415058574,327.63236320683035,4128.265011607302,384.67273777167037,5819.5759743311355,4647.310063998492,1547.8294612592913,41499.05451223204,16932.92358144839,1060.7152993667044,7618.80295642298 -3038,1163.0468321459894,4386.8616772391915,261.9045565246874,1757.6285894388097,479.91327043191484,3128.492517992797,556.0778481502291,3686.726082218993,100.19392905804396,1348.3269340781474,850.4260232521408,7482.446597270288,475.72052572448894,4364.865218036644,535.9224745604263,4933.00415421636,378.0440918475829,5601.090022324913,118.64322661131452,1519.900923911534,244.2957811503167,2922.4581496801434,550.5308419523176,6707.474319162807,271.2485641933783,1952.854429633417,191.17849655380172,2659.6747896622096,248.88498405002258,4754.362246767702,329.5362292738893,3184.0281439844575,325.2559660086805,4056.2251063049316,381.882612866738,5718.022004101028,4536.249878958094,1519.1645879821701,41067.79972354747,16834.03857864443,1034.7738925887143,7583.564088138281 -3039,1186.5762878905111,4298.812536278513,266.83043398902794,1722.3510496360477,484.0989942202134,3065.7002307090697,563.8825208679762,3612.7294330470045,101.05625259484474,1321.2645288749725,857.441040476047,7332.265660726964,479.64466208729823,4277.257570216041,540.2810601630413,4833.9933327929775,381.61614959151433,5488.669982397985,120.2039315671129,1489.3948399403673,247.4208677590694,2863.8011988790845,557.5805768842156,6572.847928984538,275.92142551130826,1913.6584924005178,193.84699478499843,2606.2921900512933,251.09075949771406,4658.936964996058,332.35954950240676,3120.1211955782587,329.53458024188717,3974.8122051400032,386.90612835478953,5603.255010633342,4538.763280206709,1526.9479140569986,41602.01116032361,17114.52395094415,1034.7738925887143,7713.4484528423345 -3040,1237.7719083109935,4259.888971845498,278.0111184585492,1706.756035549945,500.331861660786,3037.941871986683,586.4467226142361,3580.0180026974526,104.15271110247414,1309.3011495490057,883.4184540213953,7265.875718742577,494.1761892170736,4238.529175054379,556.6825832104813,4790.223978030507,393.9790094202532,5438.972863040376,124.92438434365017,1475.9091260299847,256.92652698148316,2837.8709333587335,579.0194451674362,6513.334128902966,288.0393798413727,1896.3312865725986,200.90584843156086,2582.693537834059,258.84630256307867,4616.752656744421,342.53088302059297,3091.8700826557956,342.4755248847781,3938.8222991670773,402.1000748758478,5552.52038203523,4642.475342168045,1570.3438057053597,43120.29006609747,17816.54461852166,1057.8329208358166,8038.972516349093 -3041,1334.749361404324,4226.553760327288,299.9029429766818,1693.4000364074625,538.4269698333303,3014.16884983704,630.9881095668114,3552.003033728152,112.2236945319413,1299.0553823354196,951.8328878367489,7209.017545783112,532.4465966739416,4205.361111870016,599.7311710392547,4752.738698347721,424.39862495306545,5396.410882662585,134.4227967604379,1464.3595895929936,276.44595318141944,2815.6635405252277,623.0104396857602,6462.364873058325,309.89163019770655,1881.4917907631316,216.70639130973052,2562.4830027850403,278.91384039717815,4580.62485450427,369.07239793441795,3067.6750522516336,368.5150670854662,3907.9995534703758,432.6730680033192,5509.069850197981,4996.987901129912,1690.353817893733,46451.91365345648,19192.186997913686,1138.5395197006744,8657.105803569384 -3042,1403.6947826937824,4179.897461294848,312.10541280472427,1674.7068449894848,551.3252899243957,2980.895887710711,656.2651321647165,3512.792999950438,113.67482435398426,1284.7153029670103,963.1455615939545,7129.43827211971,538.7748027259473,4158.938755335361,606.9247069681699,4700.273921958365,431.564218369107,5336.8407046592365,140.16477332059037,1448.1947416394728,286.05222204595543,2784.5818490169877,644.8393867764881,6391.027787320938,325.5653937981177,1860.7222824131115,222.1976724712956,2534.1961336185573,282.72888997903027,4530.060017266608,373.8027282996253,3033.8114431061235,384.2564809547136,3864.859727000681,451.1550418541676,5448.256046589451,4942.388767815449,1701.3990979652733,47876.69125984979,20044.383296420456,1124.1276270462354,9079.425801454712 -3043,1426.6968375156052,4060.5275195700415,316.0980868588659,1626.8803946175176,553.2204592586859,2895.767156276827,663.2512904405631,3412.474296063981,113.61688798662587,1248.0262711741987,962.1819552093241,6925.835040472515,538.235770143037,4040.167354491563,606.3185885407191,4566.043015733935,432.1081369749585,5184.430658764857,141.74486999861378,1406.837047218394,288.47079171036023,2705.0594740967804,650.357837357662,6208.512158265819,330.4915763672899,1807.5835840420525,223.35796026469674,2461.8242997182188,282.68383252742245,4400.6900972438625,373.59224826492715,2947.171543797339,388.5882568687429,3754.486665302725,456.24097440354495,5292.6641898978905,4883.220304806651,1694.671554569847,48217.82270422969,20303.305721769753,1109.7157343917966,9211.202715441701 -3044,1339.0455630449287,4012.441641152053,293.75736700949807,1607.6144316412415,504.2751761715648,2861.4746889231574,614.3358745332033,3372.0628413172294,102.51160759312266,1233.2468024354932,867.1142898777543,6843.817406040999,485.05578917539754,3992.3225867218375,546.4141053954245,4511.970684430259,391.41856480182497,5123.035211714604,131.63037782370472,1390.1768977968163,265.8127890721572,2673.0254193199225,599.446450393196,6134.989257765792,309.1853248841326,1786.1776844308115,204.29612780062934,2432.6707024596944,255.267294681894,4348.575920464752,337.03302246962784,2912.2703316151837,360.85975506547555,3710.025006456777,423.6849759711313,5229.987011744048,4283.567142611157,1516.7087993436862,44303.665768620376,18906.69716819679,971.361564909183,8610.657014837203 -3045,1094.7655676695308,3756.8067154211876,239.23305060851416,1505.1924072006616,407.02110314799995,2679.168518515257,500.1116328986825,3157.226811016129,82.37007916682144,1154.6759513319973,696.3704977236998,6407.793929371424,389.54327621501153,3737.9694573247293,438.85166645187104,4224.510480901167,315.1806842909687,4796.64374163524,107.10399430383629,1301.6079415841552,215.920443259253,2502.7254584341686,486.962240712326,5744.125623218743,252.91919753202257,1672.3792941891784,165.20889490498058,2277.683876489963,205.19035740696592,4071.5256897369454,270.7968735279205,2726.727942089764,293.6215924471519,3473.657215519157,344.740735408427,4896.781582010568,3397.266690450363,1214.3905446062256,35900.871054538606,15413.277896992562,769.5950677470381,7030.942010747425 -3046,848.0539605546611,3418.191155741185,195.02714092031192,1369.5235777934504,350.8558582595004,2437.6846690400844,405.2302288982987,2872.6537135340354,74.50299335203783,1050.6005295371106,632.5685326788102,5830.234610495215,353.8530415284709,3401.0517727754823,398.4525559028361,3843.7389668936894,280.8054208876568,4364.303637873128,85.52382689257736,1184.288969646031,178.7645124641351,2277.1451062818046,402.6360692910808,5226.385302750754,196.83699044272495,1521.6412622391829,142.7617850065331,2072.3873949206954,185.02553504123202,3704.543288294124,245.047685450865,2480.9573773131,234.46037104027656,3160.5630184338465,275.27962117127197,4455.415666320295,3397.189915909521,1126.855395501161,30204.239800543088,12278.482434165513,775.3598248088135,5499.945315251408 -3047,799.4578071040387,3166.1301784741913,197.57894588655688,1268.533482248617,386.9631869613154,2257.927261700536,398.0772660257754,2660.8212356555305,84.06720026795195,973.128151859355,708.1785322036393,5400.307035745927,396.14858251677344,3150.25467146605,445.53460301104707,3560.2976506504015,305.34607834982523,4042.475340411027,79.09581478094024,1096.958267103513,167.46914612158815,2109.226053567597,377.0232212978567,4840.986205110308,185.6729963770839,1409.4338501506033,155.2831159929755,1919.5673891810688,209.95011618094443,3431.366406419938,278.06428483297793,2298.008995379294,216.8382163787593,2927.499808436859,254.5894719664381,4126.868672950098,4132.321540317201,1287.993172401939,30920.196783965333,11684.755151691077,923.7930454045623,5102.969734715084 -3048,808.3466230153414,3043.2512674476334,200.48604175652852,1219.3011373629886,405.1101633219169,2170.296107119062,409.31178089911776,2557.55358794584,88.3157324838522,935.3606183565504,744.628850460183,5190.718733826734,416.53855658825927,3027.991895880295,468.50134224201526,3422.1209258850395,319.5989211698042,3885.5850864793942,81.49607492975944,1054.3848321197945,172.90821746028516,2027.3660585701284,389.23988244169914,4653.105391736673,188.51863265352543,1354.7330997367533,160.46618519512808,1845.0681307398588,220.42197771666906,3298.193560205133,292.1580110107498,2208.8222510055916,223.4184397566514,2813.882247498623,262.3153038016923,3966.703076497552,4420.451761592235,1362.9039923362557,32018.136864727705,11937.313425455066,989.3324168690752,5195.134726293404 -3049,816.91181170266,2992.956040789201,204.35542760621212,1199.149982667179,427.87731243375777,2134.428042003619,423.21122842301645,2515.2853931461686,93.67704040889615,919.9020938466534,790.6809008841782,5104.932726594757,442.29965166224923,2977.948857912246,497.54198675883373,3365.56419346501,337.730141558804,3821.3687712787732,84.3802794272301,1036.9592173886274,179.72206100133417,1993.8601707960584,404.52379653880234,4576.204416504598,191.88996506195778,1332.3436871234178,167.12231552563128,1814.5750456540384,233.62517702010348,3243.684951452289,309.94656592071397,2172.317471741772,231.32537845669802,2767.377758387943,271.59883039646763,3901.1461399234413,4790.661495708949,1458.401857275686,33376.05395531563,12234.474226375818,1073.5973230377344,5299.916281845174 -3050,937.8860816202639,3021.0927743653306,234.92726056112332,1210.4231731585535,505.40637165276496,2154.4937671050943,493.72851527864697,2538.931552331394,110.69155735657955,928.5500792423434,934.8957137921799,5152.924120419033,522.9720966933822,3005.9445091936195,588.391114311029,3397.2038105373395,398.16714932391227,3857.293400156804,98.63679740797309,1046.7076549972473,210.25509832074385,2012.604419508429,473.2352249505561,4619.225243640818,221.8170334694717,1344.8690295760068,194.86240242352807,1831.6338376702413,275.9319036162501,3274.1787836503217,366.2795658734579,2192.7393947878095,270.4090890079792,2793.3938340105356,317.4869648679265,3937.8207546136155,5733.29298032211,1733.601911526754,39062.334222000754,14181.000163439016,1285.820049684729,6131.034201045009 -3051,1292.2612166251054,3131.2354292461914,319.4819850203148,1254.5526427836653,653.3198064762988,2233.0420544820267,657.7433673253703,2631.495628518466,141.82909000374036,962.4030518439779,1196.0335270996636,5340.78883872177,669.050196888521,3115.53489035518,752.6385951246906,3521.0586785635514,513.1383728362445,3997.9221618263123,131.52441539172327,1084.868402983458,277.7956967378141,2085.979721276903,625.455296764669,4787.632429326857,302.3985563821734,1393.9001108593902,256.34874419577847,1898.4113346615418,353.9387865990861,3393.5484193152165,469.1990538332042,2272.6820368850945,360.56926302341685,2895.235066963199,423.3439096368233,4081.3853733629403,7124.2815480542,2195.1322718315523,51382.73260153142,19139.543120814134,1594.7913723031465,8339.40808211004 -3052,1839.506155455721,3347.1670153859977,446.47639857745617,1341.067230451504,862.6475282433328,2387.033769138013,902.2613524420777,2812.9649040889562,185.000042482252,1028.7708552833024,1556.96836681756,5709.09235062365,870.9538393079554,3330.3837593558274,979.6689290955458,3763.87267404028,674.2145182298663,4273.6209053968205,180.50518268640297,1159.6814792603739,377.26488973811234,2229.8299427146526,849.7263674882868,5117.789994185465,426.33178703275297,1490.0241707263224,344.8871945663386,2029.326744857299,462.32737990688145,3627.5692425279162,611.8230377684278,2429.4073448681434,494.8482036532912,3094.8919482113315,581.0006417483734,4362.839782407561,8918.118906101066,2820.253599184977,69310.24423276437,26629.345051012784,1991.1485235409143,11711.23254790718 -3053,2037.9781318717303,3824.4518447988644,486.23679323817345,1532.2949287931174,921.5307460612901,2727.409675111264,982.9232970086284,3214.0758938367,195.10021007971952,1175.4670673073074,1640.1304494665617,6523.172782267567,917.4739464030281,3805.275402693864,1032.1185719808752,4300.577092703386,713.8955115413594,4883.012195234313,197.67563789235084,1325.0447176221796,408.3660574551726,2547.7895781126294,920.1611361495428,5847.554452641685,471.1539674510843,1702.4921858797727,368.50494295854867,2318.6958933909546,487.954154097049,4144.837654634217,645.1113023868961,2775.825454523195,541.9203640650744,3536.203949902097,636.2680049636396,4984.953119366914,9184.170435267384,2954.438246149237,74624.88883539078,29190.74597801664,2047.3251276533545,12925.906856029653 -3054,1862.7568434367076,4237.665493297925,439.94794422137625,1697.852034438021,850.5292743211121,3022.0931875568585,903.2568750775548,3561.341353186467,178.85156556772534,1302.4706367817423,1503.8226648333202,7227.970262935626,841.2246205438634,4216.417128750441,946.565796939512,4765.233786850076,653.8675595417415,5410.598204089994,182.82575836524103,1468.2094336161038,375.0162701605608,2823.0660020036908,845.2321314362051,6479.354618581565,432.23652397932034,1886.4382874956816,334.88369855324754,2569.219845253723,447.25521226707724,4592.667450696865,591.4020418927156,3075.740059336428,501.2099750386012,3918.2737981505547,588.4699893790892,5523.5533553332025,8453.992491090452,2719.029486485055,68413.10665790575,26755.631673213746,1885.037160217418,11872.427846747702 -3055,1749.4096939045826,4435.987253766856,413.20504525447626,1777.311115155469,790.2007711430521,3163.5264465541377,843.7489313114087,3728.0113010414307,166.08558083594218,1363.4259599553557,1396.058170181862,7566.237591829227,780.942149584216,4413.744470695586,878.683408618285,4988.245620877273,607.8995709228515,5663.812942894231,170.6162730690477,1536.9212939723184,349.922304179848,2955.184834960852,788.6780424835221,6782.586909259505,405.15509184824793,1974.7231610383974,312.74375773482666,2689.4587370558916,415.4203472066552,4807.60322028771,549.1627681177436,3219.6839794681932,467.7381279900364,4101.648101496935,549.1707366544192,5782.054368970603,7799.511541800943,2518.021652893619,63807.17740084285,25048.550780546986,1738.3538050349364,11122.579824382754 -3056,1616.841669922333,4484.722942715498,379.6548062500019,1796.837429528809,722.6640739216913,3198.2823266007144,776.1430742223663,3768.968857673339,151.19578423106444,1378.4051516634615,1270.4550581039612,7649.3635749965115,710.680919475298,4462.235790737128,799.6740154582875,5043.048660893239,554.0860027199611,5726.038059887927,157.25347359231176,1553.8065810204214,321.23776996658484,2987.6517832777345,724.1316195574408,6857.103364552768,374.2756314840201,1996.4183301699868,285.8555366599833,2719.0063026712032,378.27050293684425,4860.421644175983,499.90193438664954,3255.056830641975,431.104513273665,4146.710594830656,506.159256562866,5845.578537794804,7046.960573144823,2287.9659060348067,58471.98443022131,23081.006421616137,1569.8239926976178,10271.29797891391 -3057,1520.5122654780307,4571.0825813389965,356.17879255791274,1831.4380577195277,671.4512508330519,3259.869744478957,725.4125107345141,3841.5456461816625,140.0929575722652,1404.9482786960418,1176.7166933295655,7796.662813427606,658.2445370601656,4548.162407668243,740.6515264833113,5140.159645334957,514.1158051936438,5836.300964400129,147.11745623398275,1583.727308909687,299.7143663948524,3045.1832142339777,675.6809446720952,6989.146519978594,351.23984483559565,2034.8621688947073,266.4360983422862,2771.3645876116598,350.5859212977282,4954.01588892875,463.1647736340237,3317.7375213298556,403.3170009855454,4226.561330989839,473.53397399581087,5958.143362092193,6476.160854658755,2114.07380741006,54511.14783918084,21627.9031752406,1441.8661722192828,9639.45646217242 -3058,1429.1761389011099,4670.0485114808025,334.8807023823639,1871.0894898811891,623.5593986782058,3330.4473452251214,678.195822511135,3924.716783716703,129.96785954215986,1435.3660212609889,1091.2756537804469,7965.463961427621,610.4496023551836,4646.632106060573,686.8501916997076,5251.446341938223,477.7072706749534,5962.659423966656,137.3629396854663,1618.0156953976239,279.8394076935638,3111.1127580315874,630.8747298805863,7140.464588278387,329.7278387253841,2078.9178217234617,248.75840761623664,2831.3658388020744,325.33035106957885,5061.272492077124,429.6653824462588,3389.567984665873,376.5753588913915,4318.068225905807,442.1366462831806,6087.139762672415,5960.7301937945795,1955.242563168498,50844.05033414806,20263.234516239434,1326.392041543713,9039.212304456769 -3059,1382.8165332214935,4605.132576246832,323.04902075078587,1845.0804401157561,596.3938859783757,3284.1525147471766,653.0092986146624,3870.1613203383054,124.01175920626653,1415.4137386574673,1040.8797922685546,7854.740156020169,582.2586191570276,4582.041670198597,655.1370587055004,5178.448695387045,456.43117862452124,5879.775571253591,132.21103001578683,1595.5244938968765,269.027691348772,3067.8667845027344,606.5266713005511,7041.208673567094,318.82898852490354,2050.0198575288764,238.53215594657914,2792.0084828852146,310.5020327382651,4990.918354108443,409.95092770071557,3342.4513486774517,362.4515913214925,4258.0449870465845,425.55394887934085,6002.525572986306,5641.310446745226,1860.5392277450278,48804.39435012938,19545.640310020917,1254.6108251778182,8731.017592600954 -3060,1328.8943266423335,4550.743548918115,308.8925178932728,1823.2890738913068,565.3666326477155,3245.364953711999,623.2387366597665,3824.452688429607,117.2240798338813,1398.6969611839243,983.4708658181319,7761.971561428712,550.144591686614,4527.925358562493,618.9773909479293,5117.288504458664,431.9483699046915,5810.332342652284,126.28730697537736,1576.680514084048,256.2738516418737,3031.6336712056636,577.8307388409544,6958.048311811352,305.65589062948067,2025.8080494626643,226.80662740078532,2759.033400590968,293.5985726962984,4931.9729947159385,387.4854164439992,3302.9752478837836,346.21192627775275,4207.755245908203,406.4869789630428,5931.6326025831495,5280.029420408136,1752.6931408845212,46450.11700141641,18707.138670711054,1173.4668414598495,8370.177527380989 -3061,1286.5221229676686,4479.004618870154,299.4665612109743,1794.5463407702116,550.2406885349842,3194.2043011962583,604.8271302816138,3764.1631685000093,114.24648390079015,1376.6475922449686,958.6594767640149,7639.610121173093,536.2653279740081,4456.546139525304,603.3610935958687,5036.618434148095,420.703696208922,5718.736975652527,122.52187190946135,1551.8253729643625,248.89906580296167,2983.842326004203,561.1804734864567,6848.360095864744,296.0712807589773,1993.8727623191935,220.5099352910314,2715.5393864815514,286.10536508911497,4854.224279179008,377.6534922039917,3250.906413920505,335.88912695082786,4141.423259497562,394.3669935022386,5838.12503139776,5166.263343460969,1710.318747415302,45139.60655408502,18137.163404322033,1148.499461854321,8109.391890111419 -3062,1282.211093738733,4422.666166252626,298.4840453004264,1771.9739228799738,542.7938610474031,3154.0265065774515,599.9886918995107,3716.816236233018,112.38075520713168,1359.3316478005322,942.6767364736912,7543.5164911252905,527.3247294909622,4400.490177345293,593.3049930590952,4973.266124170704,414.5673658295367,5646.804745268673,121.61934165434938,1532.3059824557888,246.52322318420113,2946.3105362861183,555.8686169952363,6762.219079366757,294.77988665375426,1968.7931484978446,218.1924624852529,2681.3824029384273,281.5015921326945,4793.166185290198,371.4657904306483,3210.015400726845,333.41487403000826,4089.3310207239406,391.4619763187243,5764.691097199322,5042.706435883585,1678.3360663799683,44660.315591385515,18027.1461323137,1120.4111597981012,8071.102642112516 -3063,1307.8837106545402,4342.349753588223,304.0150740086636,1739.7945578836834,547.4035164390954,3096.748818202573,608.2865000702672,3649.3181851920144,113.32426783085769,1334.645940702491,950.2614182615956,7406.52487551002,531.5675309915521,4320.576484626139,598.01464251597,4882.950717286347,418.38847862973796,5544.257755939704,123.20886524356219,1504.4790303439297,249.66006633652728,2892.80500727389,562.948726766143,6639.415965206843,299.8083857261215,1933.0395109811377,221.18494796764983,2632.688016455275,283.93407039600214,4706.1214256733965,374.56399207091226,3151.720943968805,337.7724934682991,4015.068034227699,396.5782517168178,5660.003270526261,5045.411441520492,1686.6808868797173,45233.352259042105,18324.828051762623,1120.4111597981012,8209.014141435455 -3064,1364.0384944314767,4301.7366805148795,316.6674641041005,1723.5226296601336,565.598966790857,3067.785585579607,632.4727964003707,3615.18688888162,116.77362007581182,1322.1632812686207,978.8651482096647,7337.253224662442,547.568195454453,4280.167052303444,616.0521049574227,4837.281518454351,431.8345524024542,5492.4034931195865,128.03398270228675,1490.4079581678154,259.2306423820675,2865.749217709664,584.5461707075597,6577.318920735366,312.912944947282,1914.960203839131,229.18642125726376,2608.065045746095,292.64351713483944,4662.106073571698,385.94501713105177,3122.2435687531342,351.0003724207511,3977.5159574209442,412.1090874430179,5607.066464542058,5160.606822021347,1734.299809577644,46873.67236271732,19072.224655342565,1145.3785394036297,8554.595243473608 -3065,1470.880319802022,4277.043930775232,341.59222895929895,1713.6292967749318,608.6657700160019,3050.175939209865,680.5131503016687,3594.4350596230884,125.8192499320303,1314.5738239298678,1054.6440156250467,7295.136058710917,589.9581995935474,4255.598116146765,663.6778201776785,4809.514644090224,465.16918019944256,5460.876099651018,137.76903765636504,1481.8527458305016,278.9255486712237,2849.2992967812115,628.9580467523813,6539.563915692118,336.6535063029276,1903.9679845131625,247.20257364293573,2593.0942787600457,315.32237962599135,4635.344738072981,415.8385412456933,3104.3213236704305,377.68866128202484,3954.6842935101968,443.44377319329703,5574.880884794779,5554.675353662104,1866.8407583819803,50495.76031123626,20545.37094398958,1232.7643680229803,9212.6273093796 -3066,1545.9268044500973,4251.181524601667,355.23245115882526,1703.267332385176,622.6782129325554,3031.732151790926,707.2806452666872,3572.700249090144,127.36865747835795,1306.6248660211165,1066.5523618454192,7251.023869335389,596.619619363842,4229.865388409433,671.247187889292,4780.432496879117,472.6882421665783,5427.855303503363,143.60610256791693,1472.892286638974,288.5497333255834,2832.070169160337,650.8418759060213,6500.020515876028,353.47993967472956,1892.4550811729296,253.30315826287398,2577.4143702603715,319.4315202607491,4607.315760510243,420.89229660789266,3085.550130232753,393.6907563083339,3930.7711298526883,462.2318124565819,5541.17072512717,5493.669863963792,1877.9629008186441,52009.040367864895,21443.026850353242,1217.1597557695247,9659.098527674569 -3067,1570.841715451486,4137.789829673834,359.65429217795617,1657.836110825551,624.5689010106034,2950.866809939642,714.5916479956002,3477.4056740716433,127.26691793316512,1271.7732824470963,1065.1875149369591,7057.617428855728,595.8561365081047,4117.042258431877,670.3922330587488,4652.924099467176,473.1258672337336,5283.078208212205,145.20443790823464,1433.605854887798,290.95917872959296,2756.5304080898586,656.3435718067025,6326.645575498735,358.74082518008686,1841.9776578996211,254.5492137594974,2508.6670391281027,319.28382393471844,4484.4249029619,420.5241990996299,3003.2493023271113,398.0725328325343,3825.92573611732,467.376450658284,5393.371169457638,5427.750770780122,1870.0487944504741,52364.103488044835,21713.93215551063,1201.5551435160692,9798.146377444044 -3068,1473.4419156588185,4040.3834309386707,333.9801290384903,1618.809516460956,568.763291816874,2881.4013897672503,661.425275244874,3395.54516940719,114.74791386906574,1241.8348707466319,959.2990440770488,6891.476294169447,536.6230960691437,4020.124271694511,603.7583912474196,4543.391088180115,428.23832400825484,5158.710938804822,134.79817503003682,1399.8577938990952,268.04099713193824,2691.6397995503794,604.8180806924914,6177.712017500294,335.42695964916413,1798.6162457467046,232.66061570361921,2449.611303586712,288.1086217836941,4378.858477846917,379.08912962108025,2932.5507625062437,369.54415256454763,3735.860831150229,433.8813159455086,5266.407528411534,4760.901032182628,1672.6017890688313,48079.773430727175,20207.082611240163,1051.750865882897,9156.826464855512 -3069,1204.3316617597525,3778.8352438761003,271.8986764300039,1514.0183001155226,458.87401256359794,2694.878174192606,538.2681666777602,3175.7396241346723,92.17315225450811,1161.4465450774007,770.1679039464233,6445.366868731588,430.8248691172655,3759.887531048424,484.7604220506136,4249.281451671266,344.70307133474455,4824.769490750029,109.66577585023467,1309.2400903078653,217.70583630573364,2517.4005171082404,491.270310023399,5777.807056500967,274.3155815847216,1682.1855093234917,188.086692964568,2291.039374359629,231.5128188167855,4095.3996141374514,304.48441106948724,2742.7164686792653,300.64462069221787,3494.0254597784565,352.986463870764,4925.4945024741155,3775.7122864717867,1338.805712113469,38948.23456087349,16468.454774941536,833.286294334521,7475.939295659732 -3070,935.2051560955957,3448.342300071396,222.2865416960992,1381.6038568581018,397.0778707162005,2459.1869721410453,437.3884728806529,2897.992786974093,83.58070756549236,1059.8676555567497,701.3140043504832,5881.661882175086,392.308628529164,3431.051734218024,441.2030760668256,3877.6437788477588,307.9928886729824,4402.800241161496,87.69150287222887,1194.73533324173,180.4174144401936,2297.2313237085327,406.59018374926865,5272.486146854765,213.98120812456546,1535.0633393630792,162.95278471103185,2090.6674876964944,209.31472123793284,3737.220284481206,276.2831050643773,2502.8413798607135,240.40297362192382,3188.441679220113,282.2568232467829,4494.715949623842,3776.5431189123055,1245.316352374992,32861.10892404491,13156.286222569657,839.5281392359029,5855.563161572383 -3071,818.8026446153276,3200.8949693779496,202.07430957631678,1282.462252949398,386.3028064617446,2282.719789077519,389.2290103243069,2690.037625593869,83.4696110027951,983.813308443237,684.606969039861,5459.6035694735065,382.96286604782205,3184.8451458854825,431.82762390600124,3599.3904852475093,302.81396695216927,4086.8625898357222,77.24990384073354,1109.003105008561,160.11656032198482,2132.385809669721,360.7435424883609,4894.1412757175885,192.10737023756624,1424.9097372212914,161.02581071971798,1940.644652322129,212.3414914610611,3469.0435482015364,273.2839074915251,2323.241628820101,211.7777206119856,2959.6443865098126,248.6479503718272,4172.182579332659,4148.027881326687,1268.1561532713627,30575.689929536686,11499.245108151226,908.0503364266453,5024.631966383196 -3072,810.5560489553731,3075.546780856168,199.58310544208595,1232.2405737650881,388.38908015110246,2193.3276680610343,388.125144128233,2584.6947928394547,83.87144214920008,945.2868284316338,688.1423365080539,5245.803546658777,384.94051821816174,3060.1254741754424,434.0908214603892,3458.4370702105916,303.7057785663291,3926.8195933381203,77.26285139179389,1065.5741479175792,159.85107858389097,2048.8808208997843,360.1690957635689,4702.484957984645,190.5612760104205,1369.1097637524815,160.35580587525956,1864.6483156537206,213.31352609706238,3333.194565704387,274.61495197508964,2232.2626581081736,211.8132158387075,2843.74365684927,248.68962527203325,4008.798421619069,4200.586100627134,1278.8950414278065,30556.663893688048,11433.256749529493,919.9983671691015,4992.555593183894 -3073,814.6302364531704,3009.006322447138,202.1336632942144,1205.5806467696973,406.87588764587247,2145.8743080983672,398.5273446403146,2528.774077396755,88.16978614358894,924.8352393732652,724.0906339967877,5132.308874787384,405.0496664716959,2993.9186607696975,456.8376248233684,3383.612655422619,318.10275818026855,3841.86156979034,79.45100377421848,1042.5201034424342,164.87109698730092,2004.5526156204,371.4399603220919,4600.745161108995,192.9133528356162,1339.48862715998,165.65602333409436,1824.3060407556343,224.10287975729003,3261.079813378391,288.732633649379,2183.96692692813,217.81195371231004,2782.2183346846546,255.7327357218901,3922.06675936496,4508.611467388925,1355.8816866246154,31605.055823750212,11640.93242590584,988.6995439382223,5062.386696994466 -3074,926.8160070876687,3035.1286515723345,229.76113392725534,1216.046751213198,473.5093131424717,2164.50345969545,459.36859923284914,2550.7273276243254,102.49327205583637,932.8640860823144,842.1210256417477,5176.864401507026,471.0747861523997,3019.910008161447,531.4075349335717,3412.987084701068,369.10002866137535,3875.214232305814,91.80332526049936,1051.5706172478056,190.3681632217831,2021.9548998174714,428.8935633479326,4640.685980914885,220.890690751206,1351.11723774717,190.36321672354842,1840.1435358337258,260.4254933852306,3289.3904884185567,335.66396189335865,2202.9267750474796,251.6753808309292,2806.371830971655,295.4917421049906,3956.1157136575525,5295.425685018568,1584.3394193528654,36485.118088803894,13344.359491647547,1161.9459897038323,5797.779419389474 -3075,1274.3364382503316,3133.054896210762,311.20009803293743,1255.2816256852827,606.6702252298488,2234.3396082241306,608.7875385734683,2633.0247116780333,129.99739489646845,962.962275383376,1066.3676677876347,5343.892210881538,596.5163032001016,3117.3452342076484,672.8005295392612,3523.1046601228177,471.35013701701774,4000.2452344488383,121.84610036423659,1085.4987874641963,250.1256898272612,2087.191821509347,563.7311866157635,4790.4143788929305,300.0708511804104,1394.710064394002,248.66752006746233,1899.514444531953,330.6747239329566,3395.520308488398,425.6277150075666,2274.0026242316935,334.0365245476301,2896.9174011977325,392.19185539480264,4083.7569439536264,6480.208234254578,1982.7296102540142,47674.86518058626,17943.602325652,1418.8286506666334,7863.332656533514 -3076,1852.2199463161692,3370.75508785385,446.3690475002434,1350.517966214238,831.4227677596976,2403.8556143793226,859.7664478480538,2832.7883606724404,176.67018575441716,1036.0207837678056,1447.0952168567794,5749.325324799467,809.4918058879701,3353.853557277573,912.8941701650282,3790.3973443023024,644.3762063924231,4303.737860766317,172.0187713112124,1167.8539578509783,350.7662950287771,2245.5439450449708,790.7467123508159,5153.855957043961,432.55996420963385,1500.52463214829,346.4462504765127,2043.6277660189587,449.8424775165287,3653.1333586241767,578.3031752001518,2446.5278041225715,471.5830244380671,3116.702194075672,553.6850246467166,4393.585478836811,8517.157142888369,2661.493808905704,66497.57155896067,25628.695767035442,1860.9057881375002,11306.999244522203 -3077,2067.8514176577323,3871.368066782936,490.8121460393422,1551.0922602648398,901.4180619830006,2760.8680014157367,947.1141945503645,3253.50436730904,189.41163754949483,1189.887035476015,1550.1438016571672,6603.195393275083,867.1362400845358,3851.956378882937,978.0123352738093,4353.334151160085,693.1773930737606,4942.914239605482,190.45226145696543,1341.2996201895442,384.4514062572687,2579.044426197067,867.005872421122,5919.288958368874,481.95711728097626,1723.37740147675,375.1833866019119,2347.1403491358556,482.56080795133107,4195.6841893493065,619.9256610412478,2809.877718350377,522.1177478733166,3579.5841090012846,613.017778670469,5046.105717600428,8952.533866820531,2838.7155881094814,72532.10267125678,28372.641168568887,1953.5030263915332,12591.047205284776 -3078,1899.5819610412161,4278.733433112412,447.12611550517187,1714.3062083869752,841.0166328359502,3051.38080861535,877.1667082930489,3595.854920286753,175.76003391577999,1315.0931021004621,1438.9043224512716,7298.017756823146,804.9098946032697,4257.279147036253,908.0531333924307,4811.414481071888,642.1990643639841,5463.033235065743,177.46154112551292,1482.4381019124025,356.08647144352847,2850.424816626027,803.2161008333185,6542.147150444559,444.6941283516216,1904.720083021341,344.27206602700574,2594.1185934305054,447.67920133646834,4637.175775091858,575.2765456050352,3105.5475813887483,486.504174210172,3956.246458515943,571.2039274722998,5577.083053965077,8373.404909986228,2647.782145297231,67109.9058450446,26179.60622533963,1828.0487035957462,11633.097925861835 -3079,1781.8088926404778,4479.524464773418,419.20373149921255,1794.7546208777014,779.1959021851326,3194.575029552547,817.7626653212507,3764.600047889264,162.7079314498861,1376.8073698455655,1331.6199444595502,7640.496795861323,744.8959965042054,4457.063378834139,840.295991207412,5037.202998282783,595.323613890514,5719.400708388168,165.307662003706,1552.0054821920505,331.56339308859424,2984.188639156599,747.9113072826854,6849.154935844347,416.2089970693916,1994.1041768131088,320.71040216691426,2715.8545596383874,414.5242227459939,4854.787674133865,532.52828889143,3251.2837232838506,453.18476940784984,4141.903924756548,532.0836569935849,5838.80262064773,7693.0843455722,2443.6794216390003,62445.74542881061,24468.97035777694,1678.698319315048,10882.785613882677 -3080,1646.4883904526448,4514.8740870457095,385.0203628699552,1808.917708593461,712.1733368339357,3219.7846297016754,751.9608013054304,3794.3079311133965,148.02321392992226,1387.6722776831007,1211.0344335668597,7700.790846676383,677.4415665265626,4492.23575217967,764.2443386099621,5076.953472847309,542.3049586905121,5764.534663176296,152.3179989468956,1564.2529446161204,304.2870166270193,3007.738000704463,686.4860407803548,6903.204208656779,384.3584736414085,2009.8404072938831,292.98034593657104,2737.2863954470026,377.1972502606474,4893.098640363065,484.4405187121925,3276.940833189589,417.5740942235725,4174.589255616924,490.27320889573934,5884.878821098351,6943.834622901383,2218.8358483840257,57198.12739376952,22540.834640785462,1514.4128966062801,10047.83803943592 -3081,1541.042922696888,4569.523037326057,358.81892527820975,1830.813214871655,654.71424862079,3258.7575549149974,697.5724794516674,3840.235002716722,135.50031364137791,1404.4689439569422,1108.0029029326356,7794.002778611954,619.806672274297,4546.610683470192,699.203280746953,5138.405945843034,497.4885662153029,5834.309758145423,141.50459799609175,1583.186979042793,281.57875703223095,3044.1442705777313,635.3481206312246,6986.761990402322,358.7173126619565,2034.167922607053,270.45642193232356,2770.4190643196666,345.4068822808483,4952.325697232997,443.41925713578695,3316.6055886649297,387.9295601650433,4225.119329384798,455.46759944786834,5956.110586126491,6277.936740834854,2022.944897166847,52846.296359421016,20987.60778784252,1368.0495200111961,9377.706165336023 -3082,1473.1547500857278,4635.218741414922,345.19881065095774,1857.1346847983223,630.7254296624325,3305.6084779273747,669.3756981077313,3895.4457851790007,131.09872565294836,1424.660892961359,1072.2823959628938,7906.056596051751,599.824947950049,4611.976978295421,676.6322552683858,5212.280438596243,480.96095695951544,5918.189209961949,135.42660116054608,1605.9483443850718,270.6365816717753,3087.9097138351776,610.5611787912187,7087.210165083019,343.1973136597125,2063.4130085425104,261.10098774984164,2810.24917997178,334.1297456421766,5023.524927633963,429.03274283624876,3364.288188698369,371.2669592850149,4285.863566132499,435.9040611081872,6041.7411596875545,6110.96341864753,1959.7285639341392,50858.830376763,20110.182368991525,1332.2054277838283,8968.15397441925 -3083,1412.4896543776103,4580.049945231311,328.86749177002974,1835.0308984126384,591.3242303094959,3266.264824357764,635.4690771378398,3849.0818341864206,122.27583162251808,1407.7044490869207,999.458454223131,7811.957989427949,559.0879021605905,4557.084807696063,630.6836647927967,5150.24340146583,449.7980302153707,5847.750382257181,128.6206298970485,1586.8342007307115,256.1615849971186,3051.157130809513,577.9787605170915,7002.857543357873,328.42424052473194,2038.8540787354254,245.86820532393853,2776.80133794228,311.78116565285376,4963.734475809174,400.1165217145131,3324.2461238596825,352.6086437522753,4234.852827105638,413.9973567523185,5969.831805409444,5609.969621128077,1818.5640408495958,47997.50491981581,19164.52763968989,1221.6861434161115,8571.39880360457 -3084,1354.021422014226,4490.181337306061,313.3328100392954,1799.0243757082587,557.3063543736619,3202.174983331933,604.0600014884039,3773.556101854864,114.81874706581662,1380.0828203443475,938.0280504015808,7658.673680724855,524.7242970939202,4467.666816022991,591.8911436459354,5049.18659848318,423.04074502263114,5733.007269707727,122.39809545055465,1555.6977322788061,242.95268933989354,2991.2880797760095,548.2442724528723,6865.449203613529,313.9175568430455,1998.848187967914,232.5620618793548,2722.3156284609527,292.86703111094,4866.337304864347,375.6843537369465,3259.018588106884,335.5497984205721,4151.757591706176,393.9685883097235,5852.693241351071,5202.831849884446,1700.5862121810499,45460.658343299445,18280.379638718703,1132.0759128476927,8193.189809950925 -3085,1306.8877692764497,4392.904903198288,302.52519234936926,1760.049852633238,538.7726065007915,3132.8022474961604,583.4651455813096,3691.804819686313,111.04078728211194,1350.1843540126865,907.2079150543105,7492.754220086113,507.48379575761953,4370.878142248606,572.4448357149662,4939.799731773721,409.03599248308126,5608.805937508145,118.21811850089503,1521.9946996889407,234.7194264197619,2926.4840516241584,529.6597926660675,6716.714360428719,303.049468998574,1955.5446308414307,224.73608287888547,2663.3386881195133,283.2213154928864,4760.911731903669,363.32581618840237,3188.4143779142973,324.0905480319291,4061.8128559678726,380.5142971137479,5725.899001725356,5037.682720082026,1645.2710762841994,43927.52120724773,17651.791555644693,1096.2318206203252,7909.9027394120085 -3086,1303.7047023995724,4300.632003243084,301.882606743179,1723.0800325376656,532.4462777563359,3066.997784451174,579.5693954971078,3614.258516206572,109.45758973339599,1321.8237524143708,894.0117155898364,7335.369032886732,500.10196268200644,4279.067914068511,564.1187078825166,4836.039314352245,403.89746050154037,5490.993055020513,117.50203434936124,1490.0252244211058,232.84246772677272,2865.0132991115292,525.4628144476608,6575.629878550613,302.0066253126232,1914.46844593513,222.75347722706948,2607.395299921705,279.2379699451112,4660.908854169241,358.12875628253073,3121.441782924858,322.1274301270725,3976.4945393745375,378.2094028974428,5605.626581224029,4930.366096818534,1618.2687445817685,43530.85632779671,17565.815153633735,1072.3357591354134,7880.985503491534 -3087,1333.9606104574984,4232.077134079972,308.76639240003465,1695.6130169689975,540.6794020070564,3018.107846489021,590.4187565486918,3556.6448865090397,111.26258434043176,1300.7530227320528,908.5729192085885,7218.4384831597445,508.247366575227,4210.856790501597,573.241023886131,4758.949704682533,410.70652741806765,5403.463057062394,119.58554904866088,1466.2732539588817,237.09184005588543,2819.343125117787,535.0422777034591,6470.8100647071715,308.21371634843183,1883.950574671321,227.22493703114458,2565.8317242640223,283.8807018775032,4586.610937854195,364.02274845583196,3071.6839722432383,327.83930770803295,3913.1066320462473,384.91571104532755,5516.269250356547,4986.9309707631155,1640.853227401387,44348.21388858707,17930.47285999424,1084.2837898778691,8044.847332612735 -3088,1391.269133207519,4201.016256267476,321.5964647346372,1683.1682464535372,558.5888780804333,2995.9567665170084,613.8696593173933,3530.5412714891986,114.63871297773152,1291.2062849427148,935.8576870876665,7165.4595253999905,523.5102157411881,4179.951657132821,590.4894660847577,4724.02190194883,423.88971201410754,5363.804917462763,124.27022023431998,1455.5116981228139,246.19256525640512,2798.650857574837,555.5956279556572,6423.318245820125,321.6616564551096,1870.1235207801192,235.4315267502842,2547.000076553018,292.55438285955563,4552.947997080523,375.0502415208116,3049.139676022326,340.68215845851375,3884.386804142714,399.99448565301697,5475.783181757657,5099.568151459214,1687.0191377592807,45954.43319677536,18662.00856776817,1108.179851362781,8383.750718175266 -3089,1507.85176828462,4168.33085527992,349.3318229088723,1670.0725987081187,608.1731347402056,2972.647157060273,665.8200731848154,3503.072404405054,125.19305707293964,1281.1602406985292,1022.1926286013893,7109.7097011762935,571.8051910151563,4147.430146220275,644.8979935099004,4687.267330978333,462.40857353823606,5322.0726070284145,134.73958393505956,1444.187299312348,267.2804707630348,2776.8763582813554,603.1563923432753,6373.34254476872,348.0633717781604,1855.5732944910003,256.5997278512178,2527.183509860787,319.45225343794385,4517.524441949535,409.59088322770134,3025.4162846097906,369.3835272702039,3854.1648929337866,433.6927259932652,5433.179640590767,5592.687149025501,1843.5243901445033,49990.98709018687,20241.45575215636,1215.7121280448835,9082.420338332751 -3090,1577.9571437158327,4097.046791973101,361.0241807175537,1641.5121113124274,615.7218600379305,2921.810892980058,687.1335261798541,3443.1651552653475,125.23482004317432,1259.2506776444227,1021.3872694417527,6988.124103960613,571.3546804800316,4076.503513146202,644.4558336750008,4607.10875605758,464.71961737886903,5231.058008184287,139.53206462777015,1419.4897543128468,274.3977116714057,2729.3880381380054,619.4197591026578,6264.3498162136275,363.5561138277337,1823.8404957311818,260.51107624546586,2483.965273218972,319.7989915711763,4440.268698705899,409.6537032789961,2973.6775974831608,382.5219337499287,3788.253490081778,449.1185122038974,5340.264962053047,5438.714196558836,1830.0278399196502,51048.904675829785,21001.58153517807,1179.868035817516,9474.53586317804 -3091,1607.5635891554657,3938.2984127709874,366.8032261362088,1577.9083986035496,621.3374160638391,2808.599409893167,697.0953458890566,3309.7527449422696,126.03082780086498,1210.4584587034858,1027.5477117820064,6717.35507653813,574.8007754826206,3918.5511249060805,648.3430249917367,4428.596992593003,468.2770266286856,5028.370066728885,141.64253170383273,1364.4887476773704,278.0007177919076,2623.6323684402773,627.5998539839533,6021.624890047958,370.01596584050105,1753.1721003426421,263.2117812386661,2387.719005812311,321.90115062931443,4268.2214913070375,412.23615873765897,2858.4564338403743,388.30770026320016,3641.4699330241806,455.91157325251794,5133.34557589991,5428.188523045666,1837.1157552368716,51658.277407736445,21342.106189510392,1176.881028131902,9640.49346226817 -3092,1506.1377919505544,3862.8555696317644,339.97239265336157,1547.6816652971336,564.0162349592034,2754.7973099724554,643.8950235903536,3246.350450094174,113.22905841352753,1187.270670969986,922.1359509608769,6588.676060314683,515.8344022716917,3843.486564818235,581.8328607634959,4343.7618904190285,422.48896882434633,4932.045589904063,131.2540251333818,1338.3503244887045,255.57569420173965,2573.3735346796425,577.1484744780223,5906.273422381115,345.4062914833871,1719.587980019685,239.90923398294666,2341.979376272838,289.4208377039374,4186.4585747621795,370.29587782559696,2803.6992626572005,359.82799824844307,3571.713196444119,422.4735916144769,5035.010166930848,4735.77713978668,1636.660886075851,47312.35791102798,19828.662103720715,1024.54363616559,8997.311097576405 -3093,1229.4095140621646,3661.869594181248,276.21823703691695,1467.1551471347482,453.43131735713564,2611.464064777877,522.7989374433704,3077.441491396399,90.57777221308393,1125.4964861403316,737.2501166894191,6245.86451558068,412.4109605215428,3643.508366711649,465.20980585972046,4117.754159885662,338.792432503655,4675.429214793828,106.55915788795384,1268.7154027027161,207.0702103611277,2439.4798436671576,467.6482064970894,5598.967569579611,282.00570527155327,1630.1171050912221,193.3443290728565,2220.1252191757712,231.60942677798127,3968.635400904306,296.1921370542525,2657.821628607122,292.1279438013248,3385.8754792743734,342.9870444475113,4773.036502225509,3732.0959355533096,1303.8949498789689,38217.69021846393,16129.791656737627,806.4920751157706,7334.071414510787 -3094,954.6705060011452,3369.520452257812,226.06863651214874,1350.0233003275987,393.0725883814348,2402.9751334093635,425.14765186493054,2831.750770798667,82.26528099512632,1035.6413114820607,672.2152592551847,5747.219469727179,376.031057128278,3352.6251123512025,423.9777458959104,3789.0090027104534,303.0414904585531,4302.161493507222,85.21614483503143,1167.4261978892616,171.57998976555916,2244.721450258266,386.97975331341735,5151.9682096830375,220.24206979576738,1499.9750220237643,167.74610007480783,2042.8792288161017,209.80444990769422,3651.7952938985954,269.17899154381985,2445.631693240903,233.61687219327962,3115.5606126285593,274.28927025597875,4391.976202314185,3746.3214042357786,1214.7568567561366,32275.954097820235,12888.534826154873,815.4530981726124,5743.906464286283 -3095,835.1135859142788,3108.1022235194823,202.20427558390418,1245.2841527463358,385.5835358328535,2216.544597676244,404.88590198909054,2612.054442724874,83.43477229197268,955.2929292443243,692.4188035334016,5301.331707585896,387.33273469075044,3092.5176783965517,439.77457988290274,3495.0455036913463,323.45158816584006,3968.3859746124485,75.8295417897956,1076.8535205130383,163.53216909249446,2070.5687440046963,367.9236398927748,4752.261953859879,188.6212028031706,1383.6021378210755,159.5532544235743,1884.3860909674852,210.5563367627218,3368.477275512252,284.9845451240292,2255.891724467316,207.8838512006842,2873.845404657492,244.07616328611405,4051.232569581362,4236.160325771344,1271.455137177788,31046.394155433976,11751.394409741322,901.6621588710034,5130.249024149894 -3096,831.0418887019658,2946.8845668221447,201.05228739416262,1180.6911057387763,391.91513167824206,2101.572148154341,406.9703147979942,2476.5668473570718,84.85457537461068,905.7417637945885,704.5693384466502,5026.350959267874,394.12963259688456,2932.108394032144,447.5378926133267,3313.7570499552126,328.16089292805697,3762.5452905910756,76.42513037032302,1020.996991770298,164.6970286096225,1963.168080534499,370.553716327255,4505.761523334899,188.19040307090287,1311.8345193775754,160.41600953397517,1786.6427453336248,214.06232121157,3193.753931831045,289.88577206740035,2138.8783344863036,209.5166350066897,2724.778678877586,245.99321266028977,3841.0946221671793,4356.936295971075,1299.3205144503947,31318.510081034816,11764.382122566418,928.0094297471043,5128.115279098842 -3097,832.7372642741117,2870.9218777796586,202.84692130945945,1150.2560923248707,408.72094398880824,2047.3993198773412,416.30393021361846,2412.727673119722,88.78620221128642,882.3941984604918,737.9299522064756,4896.785268356198,412.79125428106755,2856.526594635463,468.82031538238294,3228.3373836465507,342.1911238964215,3665.5570810306126,78.28957171373395,994.6784593539444,169.19994578985552,1912.5629336214688,380.64708246660376,4389.615215688454,189.85967085754876,1278.018984560703,164.96743220875433,1740.587942637316,223.83075746919798,3111.4276203313316,303.417764874801,2083.7438539397845,214.6279311804218,2654.5412770385387,251.9943789476085,3742.0816239481483,4653.58872543712,1370.981956312545,32258.679682475657,11935.575913642368,992.4138696664616,5181.906742409246 -3098,957.9529076169393,2860.6548928260363,233.86055604021254,1146.142548837632,485.7578563767873,2040.0774146127178,487.6531827206369,2404.09928134465,105.62730582468285,879.2385821308117,878.556859629079,4879.273394884317,491.45665785639443,2846.3110900640095,558.2917386064759,3216.792210091097,405.9965712069614,3652.448323286675,91.85965217444081,991.1212922798695,198.818755366496,1905.7232299658842,447.2575444311552,4373.9170827227035,220.05589715412222,1273.448535679288,193.25907394763263,1734.36325559312,266.150045482987,3100.3005392325827,361.0625816279805,2076.291973426704,251.82979895769114,2645.0481119471915,295.67304422973086,3728.699199290179,5623.1086992997225,1642.3965340485786,37938.12895621133,13876.894180012489,1200.2645621334786,6009.223226505999 -3099,1292.683892342278,2892.560518655549,309.0884243408727,1158.9257738964125,599.242003477675,2062.830927039927,628.2586872713019,2430.9128240477357,128.38754423929518,889.044958036793,1065.4839571417829,4933.693196324707,596.0219635614517,2878.0567357417585,676.9049558466087,3252.669927771703,497.70484680192413,3693.1850265697794,118.74074315674295,1002.175525064973,253.2443811320718,1926.9782553317136,569.983403815558,4422.7005141672425,292.8702467849739,1287.6516374216255,243.88201803998408,1753.707058728612,323.9981791018771,3134.8789951001027,438.52856246260245,2099.449396219332,325.52330396880745,2674.5490194395575,382.1964940231225,3770.2863483663223,6519.38290663575,1962.4079251635474,47954.427115980354,18207.327957478734,1387.6229328079726,7978.907418055249 -3100,1856.2143755229483,2891.6507914764125,436.08838499226897,1158.561284971007,797.7997071372748,2062.182154663968,869.7753182468332,2430.148287765129,168.74600640246774,888.7653482044026,1397.48266109002,4932.141520995783,781.7389967469207,2877.1515700870677,887.6314141745165,3251.646944079929,659.2202648167475,3692.0234983062974,164.5532899026304,1001.8603350084343,347.299457283392,1926.3722094145498,781.9630413465288,4421.3095490216665,416.51393343517356,1287.2466634602279,331.29443813047993,1753.1555076148916,426.46147466681816,3133.893057344694,575.9670745301966,2098.789107120921,451.11668652209715,2673.707858150373,529.6555235277251,3769.1005712867714,8180.030208150725,2537.106673677309,65285.113076016765,25574.170527040438,1735.9924032808601,11312.421129337661 -3101,2091.936720835858,2959.295920854089,485.3340344734015,1185.663806563463,881.1063717609316,2110.423311259975,971.4934012334927,2486.9973705857,184.549731368382,909.5564641797125,1527.3316467332136,5047.520373891926,854.3753296271731,2944.457515456202,970.210832162174,3327.713555882148,722.6741227291535,3778.39195190537,184.6906749610429,1025.2971110464584,386.40952616168,1971.4363290930105,870.2912590158363,4524.738378444608,469.0962207295555,1317.3595551508222,364.74602170990994,1794.167524515883,466.61721501903816,3207.2050222419653,629.7638141260925,2147.886619554352,506.3225740989788,2736.254592533313,594.4726853839485,3857.2721086431175,8809.701064121946,2764.9273419335773,72351.96708724096,28656.830970775747,1867.728757661364,12735.82125361174 -3102,1926.3974882906255,3190.822928213839,443.43987965396394,1278.426815133819,827.1871434194369,2275.536908070278,903.4552318899821,2681.5730649140623,172.41161097682078,980.7176091981081,1427.557759964321,5442.424201697454,798.562731506336,3174.823607622729,907.0932146448138,3588.0645250145294,673.7779811593389,4074.0027338795962,172.80256342833252,1105.513479440827,359.54811057968607,2125.67597449605,809.9522760913028,4878.741210153557,434.04900773501276,1420.4260694765721,336.27558233832417,1934.5381561671186,435.7843898726444,3458.1277419186554,588.438977496412,2315.931240461998,473.73176119688014,2950.3314723476065,556.2078537215764,4159.054252697378,8320.578891963482,2599.2487902340245,67270.91437180174,26529.882245669705,1765.2671486987504,11800.797643902706 -3103,1796.727881552963,3483.951845295319,412.5401618967688,1395.8710846276063,756.3906461746608,2484.581936468318,834.6450762772913,2927.919109892853,157.20230129461748,1070.8124521945833,1300.861953500843,5942.399270334261,727.6902581694942,3466.482727217973,826.5167983379258,3917.686535479629,615.7156483633146,4448.266062317445,159.60242080955345,1207.0728502796437,331.3997045474347,2320.953841832594,746.5976300238651,5326.932839656998,403.66372504785465,1550.9152770908113,309.6242858677135,2112.256910083527,397.5016109646866,3775.812948187834,536.422464438644,2528.6871444481244,437.5440641698178,3221.367342709982,513.7199250175855,4541.130944699448,7485.441948978255,2358.473651567452,61907.89831454612,24606.108115859908,1586.6912016496228,10967.08020008694 -3104,1688.3960428920648,3674.735814954335,387.6476053232084,1472.3100936848389,716.8719501577682,2620.6396163190366,787.6164091125038,3088.2542854149197,149.05519518031488,1129.4509924103054,1233.746205272679,6267.809773244674,690.1463235314213,3656.3100740988248,783.9219766273144,4132.222161202414,583.2479958866858,4691.856644263754,150.71069234669554,1273.1731180990612,312.98285411400366,2448.0511172837805,705.1032962254656,5618.639912080839,379.8960108153543,1635.8446292481217,292.36085390802555,2227.925775825632,376.8375260001183,3982.579463608522,508.6645066585074,2667.1600605118197,413.16772332611794,3397.771976488734,485.0996944719178,4789.806881349118,7137.539413135894,2241.338372129637,58491.44063241779,23178.24578138757,1513.5043381048988,10324.752454892112 -3105,1581.0657197227665,3795.4703569025705,361.50524595733475,1520.6832812330194,659.4245119788811,2706.7415130594995,731.0500730398135,3189.719801671053,136.50319453512384,1166.559441857666,1129.2196649802731,6473.740534011696,631.6751345737874,3776.4392328319746,717.468996628026,4267.987553596294,535.2550737454982,4846.008994625029,140.106185710641,1315.003600880694,289.78046910984494,2528.4825673783216,652.9272274218918,5803.242003310514,354.77639469412503,1689.59079277014,270.0597637874135,2301.12494212878,345.2363432949728,4113.428300511155,465.74081375651303,2754.790400330554,384.0958652144433,3509.40678886259,450.9664631193496,4947.177415983695,6452.776988308566,2044.1115946905427,54070.55179779123,21593.02317387274,1367.13061101545,9642.036810596188 -3106,1497.822776927365,3857.137245786421,343.54937226703004,1545.390576538536,622.8089818001928,2750.7192845679992,691.746056809764,3241.5447609208445,129.1203266809828,1185.5131115514928,1068.0724697055164,6578.922606491264,597.46995377341,3837.7969136064103,678.586350631845,4337.331663673884,506.5782795192494,4924.744505668661,132.3155897290244,1336.3691164326453,274.22814810559555,2569.564077406111,617.839521973815,5897.530153693091,335.97991673477225,1717.0424121688916,256.095523255195,2338.512460083186,326.57920860141917,4180.2612097652045,440.5407068743219,2799.5488459357302,362.738237862606,3566.4258611110245,425.89050021591714,5027.556660533804,6094.164818593037,1931.4093386808433,51169.56458632276,20443.160063095613,1291.0162729289366,9124.678972340553 -3107,1409.4688482811475,3788.5823829264577,318.86526335277455,1517.923563495271,558.5408149158106,2701.8293511009397,637.1401178702871,3183.931136520489,114.31540641907891,1164.4423838064836,944.0975115115809,6461.992067515235,528.119498029884,3769.5857963110407,599.7977991006798,4260.242061092031,451.14359073208595,4837.2145157583245,122.16976063705532,1312.6171481542517,250.8921688499243,2523.893907611428,565.4503202292507,5792.710349487111,314.81187656885993,1686.524543710991,231.7459422917596,2296.9488882469886,289.4500188005427,4105.963300281342,389.8162015313303,2749.791039828999,334.9238270738769,3503.037959610817,393.2336361537675,4938.199337882114,5195.475102576109,1690.2392781399346,46528.30166794755,18989.27171295098,1097.8029531708644,8532.33224267958 -3108,1387.0627237765682,3653.94192209546,314.99985446210616,1463.978866656617,558.8260271781295,2605.8104416116466,631.27464209756,3070.7790621701492,115.03510409880334,1123.0598709506469,950.5929208793107,6232.342688956798,531.7529705186439,3635.6204453015007,603.8991641790304,4108.839532024163,452.7943295232267,4665.307262408058,120.88984377384264,1265.9687293370675,249.21542557463715,2434.198553396414,561.5935148697012,5586.84622615954,309.9689498030447,1626.5880242383341,231.35708874021398,2215.318815158823,291.1567411284092,3960.043603933597,392.3478878976682,2652.0676448039867,331.4149828891273,3378.5453136765464,389.11390669312897,4762.703237408196,5301.163204839157,1707.3602581649177,46346.27708248353,18765.631318355823,1121.2227495051761,8409.607780261853 -3109,1335.9575428801056,3553.221497848056,303.24885470075014,1423.6244834500203,537.6570205682553,2533.9816225490476,607.724113535595,2986.1334447777276,110.63495498458018,1092.1028746247407,914.1980314420546,6060.548989694345,511.39400282082363,3535.4050501308775,580.7786485718945,3995.579915518643,435.5288850671051,4536.708686751234,116.39526916906387,1231.072469292066,239.8771549810576,2367.100193261587,540.5561458309284,5432.845551244298,298.52333025555293,1581.7513411793223,222.6053556297449,2154.2538459657458,280.0270276136671,3850.885527442421,377.3355770545791,2578.963752073178,319.09327480152893,3285.4161603983157,374.64700501807175,4631.419954623795,5093.856300556269,1641.6476318111804,44602.54831136958,18068.89251120344,1077.3106313783417,8098.848442108706 -3110,1323.6237174572216,3503.446117092886,299.7627689297237,1403.6816088617002,522.7415351510327,2498.4842857898925,597.0118199016581,2944.30212936731,106.98182456204025,1076.8041277154405,883.439362449487,5975.649657150599,494.18788520018325,3485.8792514716633,561.2275002505572,3939.6077472333,422.3931068990642,4473.156104286254,114.50370661389574,1213.8269637885867,235.0113771816474,2333.940618639912,529.6700987116028,5356.739415991826,295.21454602822405,1559.5933430599018,217.4576961149947,2124.075934036761,270.90049627597256,3796.9403136444334,364.7956834595153,2542.8362821727037,313.90762684066686,3239.392336546621,368.5585423927675,4566.540607299653,4849.96605035897,1580.0851440006943,43601.049329014255,17813.389305524248,1024.6160896261404,8005.087165111851 -3111,1351.967056936602,3473.4899165521865,305.8537258851145,1391.6794354687083,528.3965846362036,2477.1210069463136,606.359641367302,2919.1268870225176,108.17004451931214,1067.5969187803526,892.969047494648,5924.554891166555,499.51870370258064,3456.073256337821,567.2030643385501,3905.9221486017036,427.3785250511887,4434.908402785697,116.20411570910751,1203.4481416992287,238.48699466535112,2313.9842696950973,537.5046420479662,5310.936639289533,300.66926898473764,1546.2580470727012,220.9711773251221,2105.9140321501472,273.96849586095317,3764.474592273219,368.8076878615415,2521.0937717800675,318.56923474420904,3211.6939266894947,374.0317302583436,4527.494422018794,4866.356606446287,1592.2858677454112,44256.456197793035,18138.531817648785,1027.5435641679292,8154.4946906264 -3112,1429.2586650543733,3506.760142605127,324.5929995595096,1405.009397703702,563.3831610193538,2500.8476846801,644.244540558724,2947.0872420952787,115.6021983705555,1077.8227123408824,954.6052889820671,5981.302221726771,533.997452473634,3489.176659904921,606.3980574807895,3943.3343524517595,456.4805208722949,4477.387410535696,123.24377190653944,1214.9751628448857,253.71084500557308,2336.14837023526,571.7528013758279,5361.806532908627,318.6648943628074,1561.0686139659974,235.5053392348444,2126.0851676884477,292.73324272349015,3800.5319650206256,394.187383554109,2545.2416350826447,337.86818877860946,3242.456584857761,396.69060745801727,4570.860249037952,5238.108093252612,1705.664579826973,47084.6432673371,19228.73230222319,1106.5853767962312,8634.185646547203 -3113,1526.1017939898252,3553.221497848056,345.3923132952856,1423.6244834500203,592.2304840173581,2533.9816225490476,682.2033392861806,2986.1334447777276,121.20541430219635,1092.1028746247407,1000.3542446597106,6060.548989694345,559.5889991234973,3535.4050501308775,635.3764427784658,3995.579915518643,479.3116148574863,4536.708686751234,130.64099686791408,1231.072469292066,268.1441597662274,2367.100193261587,604.3439836032991,5432.845551244298,339.0103905336279,1581.7513411793223,248.80125143243473,2154.2538459657458,307.0310318042624,3850.885527442421,413.2204203097602,2578.963752073178,358.14740419878405,3285.4161603983157,420.5004082944976,4631.419954623795,5423.0102412220485,1780.3177108446746,49743.994641158184,20437.06910205582,1144.642545839488,9191.242109614193 -3114,1598.9522455866022,3519.236482102341,357.4033517457301,1410.0081354358772,600.0534645367042,2509.7451922015903,704.9052828281851,2957.572379220447,121.21551574567681,1081.6573863790627,999.162723227951,6002.582478750072,558.9224729514018,3501.590440946242,634.6655303857209,3957.3639342114257,481.65571611767785,4493.3170444777825,135.50051630352178,1219.29779741238,275.5843518550274,2344.459911087115,621.3200526448021,5380.8827502438835,354.6344537051381,1566.622578655415,252.80108507393163,2133.649346381424,307.3237235594765,3814.05348492429,413.0757175415274,2554.297087252278,371.4695948835053,3253.992586041923,436.141975304692,4587.12244033198,5254.70257300277,1765.6117557394612,50842.55207447597,21230.728396268256,1106.5853767962312,9601.628807639043 -3115,1649.9451497033808,3409.4187293352325,369.6938151730742,1366.0088402465958,624.6082438030837,2431.4286089235648,730.1640683533242,2865.2813513273645,126.51291425122298,1047.904274293474,1043.1689230613772,5815.271929439738,583.5391379493021,3392.323332784818,662.6251698860398,3833.8744169974284,502.1096503733686,4353.103113756105,140.26760800352855,1181.2496171475168,285.81632789362374,2271.3010539891234,644.3442995253118,5212.972337135731,366.24619403807895,1517.7361307292515,262.55131912722004,2067.068831657775,320.6831478711341,3695.0359693983855,431.1759242031544,2474.5902623633615,384.5383983898136,3152.4517674191047,451.486040753434,4443.981312809938,5529.426891460653,1847.18302212807,52786.52806302852,21957.069840285527,1165.134867632011,9918.381091173016 -3116,1553.6406867446153,3342.293445860819,345.05592983160693,1339.1145987616298,573.6506857071714,2383.558180683847,679.812041463923,2808.869147896048,115.18357270026047,1027.272935918761,948.8367328315693,5700.779751231827,530.7705750150965,3325.534626724519,602.6861140329416,3758.392369329898,458.62190021985947,4267.398392892674,130.98619655387188,1157.9929503371807,265.092685062703,2226.583247463059,597.7742135054044,5110.338347692393,343.89918850971424,1487.8546535325727,241.81305534716128,2026.3719879136195,292.1575009389032,3622.2873994559714,392.4351030030267,2425.870059293277,359.09375622012556,3090.385698295151,421.61151898997974,4356.487364703562,4913.028569317572,1670.2741492950763,48813.387666314506,20538.369162938758,1033.3985132515072,9312.2602418446 -3117,1289.781981767231,3219.0246472552385,287.1305545817055,1289.7260425326822,481.0536419838496,2295.6489775876094,567.5264447616104,2705.2738379958278,96.87039668864107,989.3855682468543,798.2856196552918,5490.526437920979,446.5536616676656,3202.883918521365,507.1008320336708,3619.77721791959,385.2501693980231,4110.010335385418,109.15209043369067,1115.2844323407808,221.63621989246104,2144.463515501764,499.7207572750628,4921.861399515324,286.2551667129695,1432.9803408453317,202.29430929905115,1951.6363476940396,245.64300089082107,3488.692003609432,330.08430968248564,2336.40033060962,299.2363713453761,2976.4076354986346,351.3330401173455,4195.813572205641,4172.3716562578165,1408.9962199030708,40817.57527301474,17101.58623687719,878.2423625366918,7744.050430546565 -3118,1024.6424190632022,2977.620542520889,242.0598601699428,1193.0057018184066,437.3732453652141,2123.491524027447,478.07960372309896,2502.3974140829237,92.81463894398435,915.1886410678809,768.537380392404,5078.775748035225,429.9127691801564,2962.690254400785,488.06409483227304,3348.319501876701,362.844284671882,3801.7885992428774,90.2034994805458,1031.6459798850187,190.9169317510308,1983.6439034069667,429.81680014713476,4552.75656964406,229.22169691559643,1325.5169399115578,183.12428555035459,1805.2774107769783,234.5886492554189,3227.0647524657284,316.7806718377997,2161.186813498848,247.28951832224078,2753.1980924512745,290.3423065541374,3881.1571995387867,4484.108259806457,1391.9164209590883,35934.026053566085,14087.577931480151,951.429226081416,6225.919750525909 -3119,941.0305493636872,2770.786284900787,237.37013792221651,1110.1360261332525,478.52293605174003,1975.9875735868868,451.467639311859,2328.573549013094,109.46686831930708,851.6169533882386,952.2712179870815,4725.989086181225,532.6917945440158,2756.8930983909377,608.0008676852649,3115.735407108448,455.30383551991656,3537.705210737221,91.46994840902448,959.9848238279644,224.05879293823705,1845.8541789323806,502.0129665224644,4236.508742978361,207.373367410248,1233.4426449117768,192.91884036906498,1679.8775461117928,267.0715424492013,3002.903368287756,396.7466874131445,2011.0644376739062,250.7614406679005,2561.9528765477294,294.41868613081687,3611.5606352318064,5950.580657171436,1693.4768777212682,39489.15258298246,14612.990600327435,1245.5078778229154,6243.51716828726 -3120,947.6409889361528,2618.730942188424,239.7217757828071,1049.2139280158665,485.2314164945473,1867.549232696267,460.9532344087229,2200.785978042492,107.45392712264969,804.8818773512413,899.1941328713458,4466.636030310332,503.0009594274909,2605.6001866345932,574.0510796882091,2944.7499299135206,433.13458617704674,3343.5628544084925,93.6932260725944,907.3027305964196,219.7138885690152,1744.557304718691,492.94930034799444,4004.0174128718368,209.60873731754475,1165.7537202515987,197.89688870243899,1587.6891455192226,269.6119569906439,2838.109893134022,374.979830242073,1900.701146952586,256.8564731853404,2421.3579036408455,301.574855998599,3413.3652373733544,5668.98093501954,1636.4842996009281,39412.86061339499,14700.176759384238,1205.4396819210706,6333.710008005358 -3121,1022.0320509711693,2533.216051581941,265.43920861249126,1014.9517543684682,558.9737021398588,1806.5642472732204,521.074368483594,2128.9191172174123,123.40891838728038,778.5983884353038,1002.6141529970819,4320.777635559873,560.8531711419312,2520.5140820124498,640.2360912630745,2848.5888604187057,479.0291480811869,3234.378513579763,105.89552129745239,877.6746796561893,235.97761277269342,1687.5886315853268,530.3230687492393,3873.265870003501,229.1011072126961,1127.6859293780135,229.25160730863266,1535.8430160032538,315.949587037406,2745.431163475101,417.69162159499416,1838.6335828364204,290.30860892239906,2342.2882470704953,340.8509656976899,3301.9014935532186,6704.434157037993,1899.2513556435538,43852.87888370612,15791.33778367106,1442.859247992888,6783.631681477909 -3122,1237.277160748564,2498.711183629814,326.06106704150073,1001.127123721432,698.0784194259049,1781.957084074381,650.9382537522058,2099.9211669737,152.2704555735465,767.9931206517201,1193.9018707042846,4261.924439176408,667.8577678313812,2486.1822272474346,762.4652025237342,2809.7883078889413,568.1086376126365,3190.323130522888,132.4210000579477,865.7198963649851,275.96363233057787,1664.6020320594005,621.6266626946142,3820.508219386021,280.33385354055116,1112.3257495542825,289.91428084231893,1514.923339440611,398.8897856026837,2708.0357191709304,497.1536987918007,1813.589604077286,363.027216334791,2310.3840016270337,426.22978946977605,3256.926381795642,8347.8803115026,2349.791283457966,53267.343792737876,18779.715652526058,1818.6976995577813,8092.884161524415 -3123,1642.8232263050709,2530.3568928108434,423.7424219363415,1013.8062112518709,859.2545813702369,1804.525236818539,828.5043769915288,2126.516275279336,187.49300359462538,777.7196096947116,1483.5749515465984,4315.900914023642,829.898235242714,2517.6692595423096,947.3645208050463,2845.373750590063,708.4474057734083,3230.727975485953,168.86864906701933,876.6840767200749,348.76815577572114,1685.6839050480903,785.877755382049,3868.894240478219,367.5128157878218,1126.4131468555709,362.3101203487351,1534.10955981917,488.3298557460402,2742.3324843922046,618.0437704989365,1836.5583767631294,462.9470821862848,2339.644582317989,543.5455759160855,3298.1747444625926,10089.557804621745,2880.238653670996,66861.3966870113,24137.234718054664,2184.7787202386485,10480.691119827581 -3124,1947.6863090010336,2527.432748574476,465.5364383214666,1012.6346312277849,812.94495628624,1802.4398819480011,868.8152941701812,2124.05881944472,173.09783962083094,776.8208573010633,1418.6988823500772,4310.9133500881635,793.6071565347934,2514.7597774549067,905.5528335865806,2842.0855649286896,694.4496613340391,3226.9944647643515,178.6340052085147,875.6709584926267,376.1066379680982,1683.7358862175104,846.8964181529411,3864.423248727391,422.9220116783508,1125.1114354169576,350.3832826474374,1532.3367041243682,440.56534049903456,2739.163375816564,592.8524783810764,1834.4360035882537,489.7184406189623,2336.940830037048,574.9777935436938,3294.3632905538757,8312.81585325101,2567.2052486915723,68295.69220987476,27241.493376264694,1760.1119543416223,12116.901932862138 -3125,2224.9362013170885,2533.410995371452,527.4772448094106,1015.0298600401277,879.7489574750416,1806.703271530602,989.0524258629708,2129.0829483126768,182.56010059380725,778.6583055198549,1416.1791024628399,4321.110141255699,792.1976147523318,2520.7080483211494,903.9664144376992,2848.8080737411788,694.1407805507293,3234.6274153675736,204.51225695060978,877.7422211625299,378.6216644302841,1687.7185000672398,856.7050488853373,3873.5639374052175,483.6549640778915,1127.7727105147087,395.8998938770435,1535.9612068924384,481.4244027050696,2745.642438290968,591.9189023188792,1838.7750749913973,560.6626993802815,2342.4684979996355,658.27335683843,3302.1555915759054,8565.412567248566,2695.750721389792,72594.97528596215,29071.96800109512,1841.507168208329,13150.798421110943 -3126,1998.287542184866,2705.6104267151854,465.46535769139194,1084.0228363140748,800.8413770394029,1929.5073789307978,885.5365887627592,2273.7996459400697,166.67879473737787,831.5847819844187,1336.3791130259967,4614.821943429658,747.558231796328,2692.044042874544,853.0909392228402,3042.445478489926,656.0290211889334,3454.4894916563358,184.4596384968228,937.4035677133733,360.7386286654868,1802.43504882733,814.4957692843442,4136.855408277267,435.1829297544726,1204.4289734702343,346.83390993103654,1640.362603616515,430.4521993761286,2932.2675328416467,558.6810796276479,1963.7591470038124,505.68919627793105,2501.6893050590143,593.7290372959467,3526.607650920713,7823.625027800824,2466.1060399943262,66873.51352189065,27016.298343737475,1664.6673902546559,12175.98956542787 -3127,1856.794350783729,2969.4979266455903,430.6069154493392,1189.751315668616,743.6786578984148,2117.6988766038353,813.4827755617396,2495.5711537614093,156.57892117817053,912.6921087936452,1295.6865571279484,5064.9214157155175,724.7951888559628,2954.608366681937,827.1117070437095,3339.18566069273,636.2729342777851,3791.417745069298,169.24725156502063,1028.83176501303,350.3421018988487,1978.23274465431,789.359918900766,4540.337158822273,402.9679656671818,1321.9010779219748,316.38983276440905,1800.3528158708455,395.92886793944206,3218.2616806791525,541.6937558405385,2155.291337540736,463.9850067668775,2745.6876759243073,544.7642018360317,3870.569836698788,7363.38981179972,2318.722717312379,63116.017749790386,25663.353326604167,1548.234030688758,11504.804079184725 -3128,1749.2915478539805,3181.6606205320145,406.1061058504019,1274.755868769049,706.056058364008,2269.002803934089,770.8673513231558,2673.87304581404,147.84558623641368,977.9015217226785,1212.8608707128806,5426.796520001285,678.4632587320588,3165.7072412862103,774.2777192073073,3577.7615555611833,596.033836552286,4062.304414234734,160.50637907413724,1102.3390461134622,329.1828931379563,2119.5721894386015,741.9345712996804,4864.732119372563,380.3556082484062,1416.3473784991586,300.5238009186991,1928.9832149473139,376.05748727750046,3448.1978802223657,507.1022997619494,2309.281145777195,440.02223192516686,2941.859725302667,516.6295386033039,4147.111711357439,6942.017085853919,2187.1267794115806,59577.795613525224,24185.899242133622,1465.625228709471,10852.836460854222 -3129,1661.306245349613,3323.7738867076573,386.11832176105787,1331.6946003604298,676.075190311704,2370.350948154087,731.5833871735683,2793.3052786007374,142.31548957454655,1021.5808438833504,1179.7301058684686,5669.191882143662,659.9302124252605,3307.1079277427816,753.1366693624204,3737.567217100732,579.3561715855559,4243.752851815138,152.30819086360012,1151.5765421761103,319.20058173006214,2214.2458088662484,718.8763663291786,5082.022098728687,360.85211023813514,1479.6104904410502,285.5653598599794,2015.1439145848246,359.4277124981642,3602.216401247524,493.20738180233343,2412.428377768693,417.54720573024593,3073.2619532761314,490.241639150183,4332.348184000998,6718.555093660793,2108.54865476517,57241.8262516974,23219.2816624485,1413.7614890821596,10389.732948156818 -3130,1576.6714226011052,3504.940681943705,367.8989611897331,1404.2804173274876,643.0191070418958,2499.5501354330895,694.2745299111419,2945.558164232888,135.37829352250944,1077.2634907387928,1122.9768589432392,5978.1988603179625,628.1829660738431,3487.366322323996,716.8570662857521,3941.288377980352,552.1227378233787,4475.064345960951,144.20889275480062,1214.3447805479777,305.0752185036827,2334.936274201874,686.836141347162,5359.024592980013,342.4224443641071,1560.2586632372938,271.83013723413353,2124.982061639521,341.7495934640516,3798.560082678626,469.54681754012597,2543.921052310934,395.34328304867387,3240.774256451309,464.17204198465856,4568.488686663057,6368.127669534897,2000.7707952340404,54547.79139989863,22148.526725183594,1340.3024509223717,9899.645947263853 -3131,1519.4055811733003,3468.8762699786394,352.773288977859,1389.830943832579,612.1222017817743,2473.830782670291,664.0489938167736,2915.249570524236,128.9389444185831,1066.1788882161095,1077.531387359356,5916.685629118846,602.7611856454798,3451.4827433609303,687.8327455719274,3900.734125958665,530.6614124743041,4429.01775664937,137.88665557254103,1201.8496673898792,295.0063988597587,2310.9107310197014,663.9050929184193,5303.882412786262,329.5863214600183,1544.204237125909,258.17817207533403,2103.1168617848853,323.8243578788922,3759.474446678702,450.6406967449551,2517.7451408868737,378.01110639784326,3207.428009402807,443.8223555905576,4521.480798939779,6016.112635145418,1901.0632092750277,52328.179702905014,21385.06611770895,1261.5095290276668,9560.604461237961 -3132,1492.198299622065,3347.231994548118,347.56209073251244,1341.0932648335893,614.7035432849589,2387.080109058776,656.0417102043881,2813.0195126883186,130.56191083546392,1028.7908269990498,1100.3613082605468,5709.203182271939,615.5320342277356,3330.4484127015457,702.3881528960368,3763.945742785151,540.402232256472,4273.703869976831,136.0600150085533,1159.7039923678772,297.32828656638833,2229.8732308089375,668.6414183111367,5117.88934677355,323.7554846627856,1490.0530968365847,256.7163894286356,2029.3661405465323,325.9588453806217,3627.639665189478,460.03793060605284,2429.4545073948393,373.0034396463575,3094.952029911684,437.9428604750944,4362.924479009858,6186.294492352099,1933.294759834354,52472.24796124326,21288.673885652694,1295.1601348784175,9474.982595647165 -3133,1442.75000525403,3235.0099497510555,336.393432554628,1296.1306722531153,599.8205808710337,2307.0489037615953,635.5852495536515,2718.707913647052,126.84791497989377,994.2987420577188,1069.0324873858112,5517.791754465319,598.0069788679951,3218.7890680330993,682.4122083446044,3637.7526111323286,526.2317140888572,4130.420169316976,131.76354445954638,1120.8228052870843,292.05793298637764,2155.1126722318213,656.4727557094456,4946.302791531636,313.15473166599367,1440.096354771632,248.99437415021382,1961.3279471064025,316.69233915128405,3506.016442873973,447.05986209735056,2348.0026232692826,361.22482641440894,2991.188130094994,424.11360577406555,4216.649495044863,5971.762331718802,1871.54054422876,51202.61024747458,20822.345967768226,1251.7091922151667,9259.260974516674 -3134,1452.3438323457465,3154.4336141350213,339.9302795906664,1263.84716720308,615.9033165424514,2249.5858512085724,640.8977689019633,2650.991422911421,131.83365453122045,969.5331461593789,1133.3475253646766,5380.356801505934,633.9842218529798,3138.616755659527,723.4883424195457,3547.1449221806274,556.7198585361542,4027.5413136201855,132.75136878429086,1092.9057985613813,306.2313563438848,2101.4339866433947,687.4230520755672,4823.102257381919,315.30239593847966,1404.2270100079672,251.4408110159611,1912.4759740448317,324.4684604263004,3418.689985779742,473.8128321870515,2289.5195118295687,363.93290983533814,2916.6848109692587,427.2931630480985,4111.622873746817,6301.502128842903,1955.113089416614,52865.02434432544,21418.233785524102,1312.4623500636792,9468.903951017799 -3135,1484.1600492569314,3092.896689878561,347.04995702001577,1239.1919431871374,633.870927223466,2205.7007640366915,651.9463407112271,2599.2756861575317,136.7968240294608,950.6194218343554,1194.4947700169607,5275.396403073903,668.1894302746933,3077.3883878480715,762.4774230952823,3477.9469566806392,586.7044689188043,3948.9717397843538,134.8253691892016,1071.5853114082668,322.5440389097361,2060.439057003233,723.2021922018197,4729.012821812973,321.32066383217835,1376.8332456356486,255.7756541610553,1875.1672512903765,332.81206688364637,3351.9979286799967,499.3838301516785,2244.855395852673,369.61870433426583,2859.7859079496116,433.9688470827947,4031.413030617096,6556.538372875716,2028.5832548492165,54873.628140194196,22264.14726575362,1358.1247752987397,9801.679731536931 -3136,1564.5331971686712,3169.0543227105586,366.85170208610333,1269.7050622727031,662.9013579521318,2260.0126165710735,689.107564894291,2663.2786914901462,141.58805480295715,974.0269042530034,1217.327142310076,5405.294599681407,680.9616501431317,3153.1641535534527,777.0284526350499,3563.585836311775,599.3861915624602,4046.2088511326288,142.38171384449697,1097.9713853309613,332.09291090643507,2111.174072398177,745.2111828050097,4845.457196861136,339.4382417826715,1410.7355615892166,270.9410402792978,1921.3402448758707,348.4501831776254,3434.5355149955785,509.0727416536776,2300.13136855417,390.3341404409086,2930.2035607178,458.290814068229,4130.680126858815,6706.122072693249,2089.736134649396,57086.55975124978,23212.92246214153,1397.1527528183722,10256.361434925888 -3137,1682.752861441199,3263.7315146957176,394.30824997267337,1307.6381797594684,695.0669236385007,2327.5317016352155,737.7856419523927,2742.8455661180715,146.75507114245184,1003.1264787070618,1234.541763867589,5566.780665377075,690.5913517204319,3247.366618240571,787.9932945757187,3670.049868172077,609.0305166694019,4167.091503558439,152.60459199565508,1130.773867414726,340.1579379402179,2174.246526389931,764.4451137201041,4990.217820873006,364.12346937769183,1452.8820406343068,290.6725062037281,1978.7413117901597,366.8669937268073,3537.1440995196067,516.4144355168128,2368.8490227802504,418.3597783421527,3017.744958505008,491.1956796124896,4254.086403803097,6842.399070709911,2154.630324296073,59532.987865784075,24294.154951990393,1434.9665602199336,10801.731972010268 -3138,1777.286287823028,3281.4063258318633,412.66556061581633,1314.719723617348,717.1489221458471,2340.1365017097796,772.5272285014994,2757.699507730138,151.80943334037164,1008.5589326258295,1284.3089593083857,5596.927690784605,718.4306648783146,3264.9528049133364,819.7691397318795,3689.92510545434,633.0168390771707,4189.658480952504,160.2089012494507,1136.897598626761,352.4236889498395,2186.021207163863,792.3631678519843,5017.2424572792215,384.42566279292936,1460.750155874694,300.7288288433892,1989.457229694467,377.9835317089339,3556.2995826342067,537.1709818250947,2381.677577733119,439.2067076007014,3034.0876239351956,515.6720325390648,4277.1245040284075,7073.408575290833,2235.122543086132,61766.26856920877,25312.29640383889,1476.552759772113,11283.9491384057 -3139,1814.9973828307902,3265.1611003844155,420.66944980417526,1308.2109538431703,714.9539485867679,2328.55121135765,786.2168412825969,2744.046992384287,149.66381569228295,1003.5658700146666,1241.7446369624447,5569.21903689615,694.6205729362973,3248.789035747185,792.5791686462784,3671.657430174258,613.093329838694,4168.916780653126,163.22114634165814,1131.2691710666136,343.8194902163805,2175.1988938576083,774.1808980065242,4992.403645273108,392.3543011318206,1453.5184347014367,305.3985770836109,1979.6080437036865,377.75590347650984,3538.6934458922374,519.4984780386644,2369.8866303917844,447.46466479981393,3019.0667967093436,525.367689503754,4255.949786564202,6870.433630915011,2194.4006352615984,61286.43285470351,25216.33913513169,1442.1216991319577,11310.832607836845 -3140,1712.331873985466,3336.965009594497,393.6999383572999,1336.979721346351,659.3614319599014,2379.7582037941534,734.4587306954669,2804.3911209132475,138.5718189240352,1025.63521066937,1157.117006577701,5691.69130880006,647.2806518653356,3320.232908130093,738.6217268523924,3752.4005692296982,570.4618270971083,4260.595112232894,152.84899093184092,1156.1468252938025,318.31447885522084,2223.0335271533536,717.0425911359736,5102.191213807801,369.2544445198886,1485.4826479551698,282.6059912419614,2023.1414535023368,348.2086879997966,3616.51258409073,483.9901725091617,2422.0026268817596,419.02978888005754,3085.458864820337,491.9823381264076,4349.54205435189,6374.611088941555,2039.6148120788907,56803.954243583816,23444.870192401264,1331.0657112349422,10539.551833532707 -3141,1419.3159870720515,3319.3551839236206,326.897019991886,1329.92421439596,554.0184022640448,2367.1997481354456,611.6448176415246,2789.5917931977206,117.14804119902111,1020.2227304036585,985.5587875313987,5661.655125791779,551.3125559632816,3302.71138107459,628.9942835859372,3732.598407780166,485.71399477782785,4238.111107466621,127.06989846464141,1150.0456093731013,269.7906465164109,2211.302138672765,607.3203837513923,5075.265939627133,306.7985527716214,1477.6434616309534,235.5763508614572,2012.4649351087476,292.837030581256,3597.4275304688745,412.22000995588496,2409.2212390304753,348.3573715602268,3069.1762869185845,409.0059435197512,4326.58865894467,5417.799813857767,1724.7943262851811,47876.389198158824,19711.611659523816,1129.8555550519125,8831.197797897654 -3142,1083.6979455174696,3068.528842252665,261.2375386329785,1229.4287847377657,468.45519176529,2188.3228217658557,484.0735602882899,2578.7969051929886,102.94021965301756,943.129825011648,879.3200864701628,5233.833406114779,491.88359995854086,3053.142724691528,561.2419460287434,3450.545433128726,427.83840788384884,3917.8591772636146,99.07129675808292,1063.1426667923,225.70783880907828,2044.2055807452623,506.87124675375577,4691.75458934761,234.81663187453003,1365.9856596668994,196.76814038095324,1860.3934665719778,254.5369323364726,3325.5887133202687,367.1678992199259,2227.1689679783376,271.6002527169122,2837.2546583687094,318.88550865207725,3999.650942097099,5118.24775320279,1544.7870374094462,39860.8563094495,15719.25472864561,1069.2322789998036,6899.49838968369 -3143,1063.7056408045103,2867.607852267418,257.2089591204637,1148.9283034828688,546.1048702716382,2045.0359209871335,555.1843684836766,2409.9425603917534,115.30998598024601,881.3756138350499,978.8459781339966,4891.132703780026,547.5574718897624,2853.2291862022053,627.6739053848514,3224.6107784280907,483.6502448334586,3661.325774781171,120.70228403006976,993.5302602976453,261.135534873017,1910.355182026121,587.4522608053683,4384.548098771653,218.1005483674528,1276.5437136546075,207.0982872235538,1738.5787089856292,286.40906312409453,3107.8359689551394,420.62354867016575,2081.3385010298434,330.90079487024406,2651.477028727399,388.5101991991035,3737.76198220985,6244.909371718197,1839.9891059517322,43946.93558205868,16549.0387230363,1411.5592197930114,7290.764277028505 -3144,1076.5944094628346,2750.7071817346864,274.20292284768414,1102.0911848841797,576.4549768819222,1961.668151493167,589.7355542350633,2311.6990362528427,120.77702657126926,845.4455266137282,1024.6773681768614,4691.741182277407,573.195131568259,2736.9146752111487,657.0372316901977,3093.156555387358,507.4201256179671,3512.0684634049785,128.17082204162764,953.0280857999996,276.55556234876104,1832.4777966793233,622.1985402666629,4205.807964438382,221.6502281798102,1224.5042355326,214.11710174838575,1667.7039494910046,300.1091590724994,2981.1421783835553,440.4069314740797,1996.490823484396,351.37551234889145,2543.3871299236685,412.54953875189585,3585.388678563541,6507.433780023436,1923.701022967737,46354.43410114865,17562.58580748512,1466.191290604034,7745.631601017218 -3145,1098.9130542168828,2721.20584163198,278.5144016978425,1090.271254691189,615.0201129807606,1940.6292565900203,611.0073448167149,2286.9060594007647,128.86319308306273,836.378121626181,1094.7952994194513,4641.422248582345,612.4184598783203,2707.5612597688796,702.1754358036256,3059.982445057719,539.0769758864809,3474.4015220122715,132.70707858150124,942.8068576469956,288.1389703601621,1812.824468593561,648.1193041615518,4160.700665490146,228.02742409394875,1211.3714251231438,224.83190289859579,1649.8178212505084,319.8845114468295,2949.1694224744538,470.31003885008704,1975.078455353521,363.8114899017733,2516.1092977970934,427.1506040597028,3546.9353777145607,7136.933462679219,2078.23263951203,48525.792698374615,17999.38062509068,1609.4243261879283,7903.625155834812 -3146,1250.8101910352786,2766.30260295463,311.3070294140822,1108.3396057866971,708.1563261541542,1972.7900336474831,691.9745817662692,2324.805455010715,146.70314861790797,850.2388681927993,1246.898816581908,4718.341498181053,697.5037737923493,2752.4318983770277,799.8052696371158,3110.6935290430106,612.6937493003596,3531.980501808695,150.02643103675877,958.4313779174522,325.66767751394724,1842.8672206446129,732.5395692900477,4229.653231288722,261.07661923980044,1231.4466899914178,255.01906936418123,1677.1591709464826,364.0567516160168,2998.044074847545,535.5687500026614,2007.810136408993,411.2918465506575,2557.8071284898297,482.89722995383516,3605.7164135731805,8219.815716673147,2384.831543420043,55061.09531801715,20277.43815715584,1851.3768629770086,8905.059009426077 -3147,1713.0618293319344,2912.8345656111605,387.8478064568442,1167.0487208171446,881.1161563027506,2077.289373391028,862.3833044078756,2447.9511679032516,174.10093505916663,895.2763018958543,1477.667676013678,4968.273605924352,826.5937594326092,2898.2291252302466,947.6651828041388,3275.4679928152655,730.2489186531864,3719.070675689833,184.52656401526195,1009.1998045992785,396.8623515672497,1940.484506066684,892.9670309690866,4453.699360108938,353.7370222104823,1296.6768279374976,318.30166178496063,1765.9988462385852,432.4862700647203,3156.8514598201705,635.0117270156502,2114.164502563819,505.87267008231316,2693.2950169927585,593.9444536545452,3796.7124030572745,9612.338276080998,2845.4832040845813,67509.33919286508,25391.753592037818,2149.7738457120468,11259.17857443503 -3148,2417.8819245705295,3159.697071239222,513.7965511046656,1265.9560102362732,1124.569493166587,2253.3394881775025,1129.4620845898794,2655.4148412948584,212.22790406781326,971.1508996930224,1796.5487991352759,5389.33441228941,1004.9729380881586,3143.8538209082335,1151.8345266578697,3553.063653535955,897.1868363656147,4034.2616296999545,239.59782683684472,1094.7294104972557,507.39901210549266,2104.9404188588146,1142.299274753995,4831.150038678425,494.245541707015,1406.5700894751074,409.78133455998534,1915.6671127668806,528.1865082225096,3424.394378483421,772.7749798641121,2293.339781714389,656.848476286859,2921.5515627437194,771.2049542398458,4118.483487496189,11268.033209329435,3451.240924457982,86289.68168881592,33657.96320658376,2498.649818609418,15103.927613150958 -3149,2677.535432762711,3720.48238050449,532.1045359609892,1490.6387936520077,1183.4422840227226,2653.2638015743137,1180.8373599380632,3126.699777612849,222.9585523148196,1143.5114600090155,1888.1525763193713,6345.837360828191,1056.2152517625682,3701.8272587072456,1210.6560807072112,4183.663946812136,941.2200527691679,4750.265285955838,249.92058061284376,1289.0227738122126,529.5531955114204,2478.5267586757977,1192.15135201048,5688.58602303519,546.0840740087649,1656.2091608308358,436.54677193897635,2255.6610900569094,554.7319664857544,4032.158356259593,812.0592615402032,2700.36337598403,685.1479194761606,3440.0706358411617,804.4312942219261,4849.434899662305,11868.97152321337,3638.736043522885,90511.57795332794,35214.190153738484,2639.6443750738326,15836.067604304977 -3150,2419.35075342525,4167.875988538776,515.0037094764474,1669.8903529827141,1099.8731771336165,2972.322768624747,1130.3877380062745,3502.690133615162,216.97662703766267,1281.0204348136795,1837.6941507819108,7108.933858136351,1027.9892708217264,4146.977560257157,1178.4048562702724,4686.755835588516,915.5994018001483,5321.491838872783,243.49730434343752,1444.0297031921632,515.1671086910735,2776.573333223244,1159.8263147242096,6372.6470573772,494.71085952718283,1855.370806107347,409.0919498799146,2526.907732393184,539.8066819245473,4517.031469656239,790.3270856780733,3025.0861377731408,667.5387479488994,3853.7443093751526,783.756388498384,5432.586747943095,11376.438180061841,3477.395297380325,86979.92649575585,33924.573631493935,2550.8217591049643,15219.613172054243 -3151,2280.1181815705986,4405.381242695502,492.7800287580038,1765.048590365413,1036.5358416917156,3141.6997550176507,1076.3214204641438,3702.2899568114813,204.84363986077142,1354.0190280508668,1734.147874292485,7514.034477109414,970.0664324542108,4383.291923289927,1111.9686142565251,4953.829313533387,865.5460327938542,5624.735571450231,232.792335627537,1526.317334256435,490.4619608049979,2934.795592476013,1104.3694024394674,6735.790577763975,465.51735379734896,1961.0985955308481,386.6930480027422,2670.9028668124897,509.7860913039401,4774.433251807333,745.9168516062701,3197.4698300839304,638.1914768047169,4073.3488571520343,749.2997950572974,5742.161193019385,10638.62081934916,3267.1156520788304,82551.94207552681,32406.07734352818,2384.6928003548987,14548.559221405534 -3152,2109.9037223735195,4486.802332631701,463.7183891724597,1797.6705524841718,959.9381166948535,3199.7652445209633,1008.806014141991,3770.7163805275336,192.45357676071797,1379.0442640031583,1629.1609584293285,7652.910284500395,911.3377136203026,4464.3047542440145,1044.6932444566887,5045.38692451985,813.4506369163987,5728.692998878275,219.32140034026332,1554.527020115004,461.7585240312745,2989.037040086377,1039.7637629890537,6860.282734108644,430.6565249356398,1997.3439909515564,360.5796490672474,2720.266999120033,478.97159101547163,4862.675230826594,700.7732224655133,3256.5660726702476,601.2614118103047,4148.633261694683,705.9402530742049,5848.288903010475,9923.728248937172,3049.835352439222,77392.82427771245,30455.133834381646,2230.489020369601,13667.919512102542 -3153,1983.5919969600773,4583.039068629799,437.57901259189623,1836.2285128188098,893.7209688271788,3268.3965191490647,948.5014499453737,3851.593898620399,178.72302537711283,1408.6231731963164,1512.0976957311534,7817.056385011717,845.8535970115046,4560.058943129185,969.5904066514214,5153.6046558720745,756.6342829047858,5851.5668575587915,206.53904202454424,1587.869832065663,433.1925609914918,3053.148437734378,975.5723547212004,7007.427887696786,404.0335314666581,2040.184716284301,336.5483054197317,2778.613589326315,444.9736277992405,4966.974007046376,650.5477010021546,3326.4156595612544,566.219054816182,4237.616661086932,664.7970666351052,5973.727955920459,9115.163491045703,2820.6781542492886,72436.88749013448,28720.610252819097,2047.3216350402324,12911.554276822308 -3154,1866.792212239006,4662.445747811916,423.8740770744767,1868.0433863642913,845.1252123995899,3325.0254306528914,910.2433653673945,3918.3274080816195,173.0339380151995,1433.0292685246586,1464.0010005488218,7952.496314547103,818.9487463929274,4639.067463922104,938.7081579065912,5242.8970719767985,732.5284811059507,5952.952310576498,199.38926232945923,1615.381591937153,418.80647417114506,3106.0479166303844,943.1253070830656,7128.840027073663,379.82189999254166,2075.533377033702,322.74435866763855,2826.7564208742624,430.8017035954258,5053.032822076587,629.8495276337891,3384.0498226459954,546.6182013338952,4311.038480465907,641.7837296805604,6077.229997298177,8758.474622673379,2706.1168584238994,69723.69993290133,27670.014906897824,1974.6909704840616,12414.017434924888 -3155,1803.7894836778971,4615.074659086701,409.8485532850931,1849.0638091671644,807.4597063931263,3291.2427159128924,877.4213248965693,3878.5166638193873,165.31213340281235,1418.4694944711014,1398.0869816241552,7871.697860499645,782.0770481168747,4591.933901769914,896.4163973944378,5189.628518130283,700.6935973524817,5892.469498049698,192.2270863495544,1598.969093249604,403.1560404051258,3074.490043487836,907.9300406658015,7056.410033954956,366.7246257756651,2054.445673053072,309.4947665573218,2798.036187661759,411.69861295755015,5001.693315068202,601.5816376011687,3349.6674119821632,526.9833639006561,4267.2377378080855,618.7304922127537,6015.484506416991,8290.548196488568,2575.4924728805654,66987.7121179032,26735.17961156208,1868.94361993513,12008.560687504574 -3156,1741.5914176109338,4563.739734318593,403.5620673542369,1828.4960917309716,782.4231880106478,3254.633189589778,858.7445588924656,3835.3747049440294,162.61400867947745,1402.6914128227015,1375.2194992105537,7784.1384931402445,769.2851879687186,4540.856378912649,881.7061799899801,5131.902650353017,689.2006494371193,5826.925709330011,189.2576160234109,1581.18325787923,396.3996138861388,3040.2915252099147,892.7565155179001,6977.919369126212,353.4314864583836,2031.5934286459972,302.2136366132802,2766.912752440781,404.98933103433905,4946.05790957446,591.7495521638684,3312.4080094167625,518.842672122034,4219.771912351351,609.1725164279834,5948.572383127148,8105.520294321032,2517.238463997381,65690.27602493811,26254.486877092786,1831.776079687955,11781.29524490513 -3157,1700.9893984005203,4498.953763712014,401.91029880353193,1802.5391132551135,779.3600797628656,3208.4310434484532,855.5522650517202,3780.9284640615356,161.40689502642167,1382.779075587984,1364.851486808642,7673.636361780333,763.4854168237886,4476.395256013656,875.0969807307865,5059.051148379442,684.4461485968933,5744.207793824749,188.63323327494982,1558.7370847773207,394.7218831883637,2997.132132068691,889.0076571282456,6878.862169228553,345.71994967582725,2002.753319477846,298.55310354894107,2727.6341917238733,402.0164389152383,4875.8446237600865,587.3129347639989,3265.3857030566232,517.1309501821446,4159.868842720917,607.1627858919761,5864.127594861429,8049.791210508679,2499.8245137051163,65300.5401610769,26120.821981160145,1816.4420690468303,11719.52608203165 -3158,1681.2595813895355,4458.145746849158,413.65738638989154,1786.1890793599039,774.3858736405982,3179.3287865681054,870.3858285984008,3746.633336655876,166.10197500814897,1370.2364990695626,1404.6152019831804,7604.032205236927,785.7288747735481,4435.791857382261,900.5940237527415,5013.162736224973,704.4276254904913,5692.104629216821,193.89673084016704,1544.5984710948655,405.86771175829807,2969.9464740225517,914.10014123048,6816.4670573553585,341.0563759520833,1984.5872311991436,302.6913134018309,2702.8930301255086,413.6974365829794,4831.617996842521,604.4141294407435,3235.7668356859754,531.5606317919315,4122.136514985022,624.1046565780113,5810.936690854539,8184.103712176444,2538.1749017457214,66672.2467338489,26727.98954692612,1858.1830611247572,11966.289556485763 -3159,1729.491272555312,4316.552326576779,428.06683453373313,1729.458627876013,795.5598839205313,3078.3513707043967,897.9863381065926,3627.6379832584335,169.04823515662574,1326.7169545094876,1428.6930510251639,7362.523517782783,799.1978029241287,4294.908410234525,915.9412782839295,4853.9416388201125,718.0245858750532,5511.319924372059,199.6576979069882,1495.5410842599056,416.96707405006526,2875.619167747301,939.1752474460101,6599.971917978839,350.1755253213736,1921.5555337511673,309.75266188081673,2617.0475036448343,421.2107655016692,4678.16287077222,614.9044580907945,3132.996913057824,547.3541074245675,3991.2149522705436,642.6477560785356,5626.377807460951,8263.050882204954,2578.8302376720067,68450.93134126834,27608.658137960774,1871.1763662521273,12376.72132186759 -3160,1805.5296133169718,4269.831048382219,445.77981977898474,1710.73940207595,823.3662553426011,3045.0320686573054,932.9200802213129,3588.3733408813578,174.31110997279958,1312.356903425331,1472.7196814192605,7282.833412471093,823.8258965904813,4248.421400354152,944.1434443466076,4801.403793685886,741.206698291297,5451.666781788701,207.3939338964101,1479.3537231988817,432.29513151975533,2844.4941881447767,973.7667275486044,6528.535479653367,365.89231756183364,1900.7570992908852,321.0841006459218,2588.7212387891186,434.41875853942963,4627.527610872997,633.9233540426627,3099.0861413856182,568.5627088920073,3948.015044100496,667.5487478820778,5565.479307250123,8470.749253335336,2655.1234317544386,70934.50273559548,28721.7468985835,1916.9682125844693,12889.960435487921 -3161,1950.0599342411979,4233.7666427203,456.2735720607064,1696.289931106444,865.0315682637608,3019.3127203895992,963.9683179112532,3558.0647524698816,175.75741855297696,1301.272302839956,1484.067787704204,7221.320192022934,830.1739232738674,4212.537827662629,951.3732665607839,4760.849548752057,748.47602795076,5405.620200524901,212.04618259765098,1466.8586122246131,440.40691244018825,2820.4686491616617,992.1666650060671,6473.393309097075,394.3636595810912,1884.7026759854082,332.5393087133451,2566.856042755967,438.20583498162637,4588.441981704254,638.9430627990798,3072.9102345364454,581.3166746147368,3914.6688028800754,682.5231626925927,5518.4714277426365,8553.93007950273,2706.456313158129,72730.13508758176,29588.054941987542,1921.8712748079736,13333.641239547276 -3162,2056.350989864061,4192.243836164672,462.5455490999534,1679.653511432086,879.9681765718722,2989.7007108955822,979.6334674490142,3523.1689145797045,175.91688183772467,1288.5100316363869,1484.7211836262254,7150.496855095474,830.5394269661718,4171.2232234137,951.7560691161704,4714.1573591404285,750.1757789779764,5352.604401393522,214.56998136046448,1452.47234780813,444.40520132783604,2792.8068094812143,1001.2747220544502,6409.9052898425625,415.68663621290256,1866.218392076096,338.62951603305385,2541.6815171115823,438.748624530357,4543.440685015967,639.3317903701118,3042.772565647476,588.235574479958,3876.2755589560547,690.6466341575973,5464.348836463091,8499.360883634392,2714.1080601149447,73585.764686191,30106.59537867069,1906.1111601823047,13612.71087008073 -3163,2082.8879073053877,4058.7730317675914,448.56620224342583,1626.1774460979855,861.3607549461952,2894.5159424554854,954.7006391227117,3410.999821503776,167.37841412593986,1247.4870193505478,1411.5881261064856,6922.842499961036,789.6294646415419,4038.4216639848128,904.8196676333441,4564.07010291954,715.1764523541989,5182.19055072234,207.99426167489656,1406.229175845159,428.38688753760084,2703.8906619586205,965.3789179678091,6205.829561287831,420.41150662769104,1806.8025566177027,329.9162559748026,2460.7605855370407,417.6771222499038,4398.7886307322415,608.0059529293079,2945.898118977436,570.2084850318722,3752.864412768544,669.4810515387877,5290.377315909502,8019.909439899468,2593.865666893724,71197.33735936237,29362.788777104666,1790.1430468067852,13332.912189519551 -3164,1951.9403328387718,3991.517783665787,401.21108669316715,1599.2311333234452,772.0469892105234,2846.5528298791482,856.8474985570829,3354.478395576557,146.99158949429636,1226.8157356070312,1238.786006454233,6808.1286477055855,692.965542137253,3971.5036449615327,794.0556473384496,4488.441910674406,629.455993206051,5096.319892651107,186.0992510263114,1382.9274806359856,381.1606387716617,2659.0862750449273,859.1273368200491,6102.99685703086,392.7603398444726,1776.8632243945908,296.65455515824397,2419.9849465929337,366.9858963109327,4325.899208635521,533.7107349745716,2897.08358627907,510.1841326716105,3690.6781744158025,599.0065363553869,5202.713966382737,6956.609833989287,2281.6280695809846,63492.05131657324,26413.06247908499,1549.1506771835511,12045.204217794173 -3165,1596.9497886120384,3764.279520765832,345.380752616712,1508.186441953388,639.7755190485271,2684.4977532459607,725.1701080305769,3163.5069694524864,127.48401144819283,1156.9727606368324,1074.8148346144997,6420.5399129553625,601.2415709293175,3745.40479277176,688.8402922888102,4232.913613372849,545.2221138849085,4806.184925865377,158.59571672706673,1304.1970188296189,327.08695603096174,2507.703723646801,737.0613565248022,5755.551479247295,321.55748191496286,1675.705886658413,250.84960520185342,2282.214503039308,318.19212072121826,4079.624514414358,462.99952742143785,2732.1517790562484,434.78422259953743,3480.56679755835,510.4795985667287,4906.521954180208,5989.176685654851,1948.8725337822282,54177.49919118946,22467.980574039004,1344.46790703592,10202.385734779302 -3166,1231.0385493395002,3423.9094795865285,283.10824266119465,1371.814666552048,550.0663837036224,2441.7626944445406,597.150722142878,2877.459402707365,114.01273450717758,1052.3580889556035,964.4294815314574,5839.988064318634,539.493015775592,3406.7414239873065,618.2055099478741,3850.1691936388343,483.0972405532226,4371.604722108528,130.3007471793849,1186.27017770209,275.42772658674926,2280.954563555336,620.1066066072499,5235.128571438779,248.57954715349354,1524.1868300899764,215.13039053472878,2075.8543111103477,283.9001750040869,3710.740653291099,414.9534097879597,2485.107794034571,357.2146224101593,3165.8503537669408,419.4052303918577,4462.869172717339,5737.054693276481,1772.250997115633,45889.459116569,18224.883983140626,1294.0968760703438,8151.73017226427 -3167,1220.7547154162257,3185.1695898337653,281.6064170135926,1276.1617632827101,585.0687375229911,2271.505227081678,587.0180185006816,2676.8219896372725,119.20340964624808,978.9800234326713,993.8517751069207,5432.781590273284,555.9515772319008,3169.198616028167,637.098502738811,3581.7073741021154,487.96733437614586,4066.784622271987,128.03911001726885,1103.554786676102,274.91326262562797,2121.909809515862,618.6093773114987,4870.09730369108,248.50563468542094,1417.9094305419494,219.09307247672717,1931.110639488185,299.86019171436544,3452.0008064144245,426.94587369683666,2311.8279908421127,351.01442876290537,2945.104224542947,412.1255909763276,4151.685451118424,6408.76632549072,1925.624228387627,46096.88427031257,17359.653823184668,1476.9962266374828,7720.7901642507895 -3168,1311.9046442290662,3062.5506017588386,300.71874687814744,1227.0335584508264,616.65368180836,2184.059436678349,625.0228051443163,2573.772781622209,125.24751866564799,941.2923787301652,1043.7270677295253,5223.636625698205,583.8513589628903,3047.19446009683,669.0470991822842,3443.8229314040973,513.5103014779252,3910.226234708174,136.23605422620008,1061.0714063062273,291.824617170401,2040.2229710945917,656.7171200075176,4682.6139103072455,266.680515944019,1363.324387375057,231.9655865726861,1856.7689676253929,315.1726954574663,3319.1096576770483,448.4561643481833,2222.829901150083,373.4860445739754,2831.7269962342043,438.5094863021397,3991.8586492908626,6666.547259604802,2016.3266167149827,48838.40167751429,18544.487288694854,1535.491126702333,8265.125451533977 -3169,1318.5836226923016,2991.0066091972394,305.41046328639766,1198.368928475987,653.2145844044566,2133.037803924896,645.8308935282616,2513.6470874906986,133.4627886940726,919.3029249384514,1113.6233213626945,5101.607680387449,622.9506828492725,2976.0092010967956,714.0312961990862,3363.3720673281405,544.8571589666667,3818.8797614484447,140.98007907170071,1036.2838045090518,303.82096125307925,1992.5614901759852,683.569666001111,4573.223752124892,270.2261120672385,1331.4758785623726,241.86370249004196,1813.3931405836752,335.5447715365317,3241.5722101248007,478.2535916230531,2170.9025547668916,386.4916111618395,2765.575254924621,453.77930536597614,3898.6051679123657,7290.30212266922,2169.725476820805,50986.880182183275,18961.978162084004,1681.7283768644606,8411.618375123673 -3170,1475.3049294773143,3021.937528685495,341.858471436569,1210.761630227277,744.5202649383122,2155.0962040553836,729.4167125004245,2539.6414853118154,152.21814074668524,928.809719296295,1270.6602014374353,5154.364974850629,710.7956747765008,3006.785027774136,814.7968329172188,3398.153732572102,620.3574420466629,3858.371971888058,159.59951772226273,1047.0003341301133,343.9156027925593,2013.1671815303664,773.7814295260995,4620.516865835771,303.0724221471693,1345.2450802330507,273.3739844259556,1832.1459969162138,382.58512931883587,3275.0943055753514,545.6059008290387,2193.352525934413,437.53610546464665,2794.17491942745,513.7105807120435,3938.921843306661,8385.029102954635,2483.4255720042306,57777.05420615283,21342.344800903244,1935.2062771454807,9457.449389466901 -3171,1872.9230386932181,3127.206614041177,427.8939663223742,1252.9384681625143,898.4949889714621,2230.168902978149,901.6988847205911,2628.109805305979,182.21603328511404,961.164772533388,1519.1898506625394,5333.917093761541,849.8208835011349,3111.526276304387,974.0045624089272,3516.528295887931,745.6073304352881,3992.778221053418,197.38470165529372,1083.4725531931304,421.7870316491839,2083.2957880472463,949.2623701437657,4781.472405028736,382.0884655578208,1392.1066443226841,333.7878397021525,1895.9687369638343,458.3760489512144,3389.1820981683004,652.6285938333289,2269.757882456831,541.1227732583026,2891.5099024639326,635.3315546195424,4076.134044351986,9793.146750271237,2947.353092580714,70619.3020803769,26646.66175213314,2256.9282275021596,11873.747047316267 -3172,2553.223569599673,3354.8997436822747,569.6725348371185,1344.1654052579759,1124.6863536941407,2392.5483680468624,1177.5932865846019,2819.4635022199413,224.67323145996045,1031.1475533884363,1868.8814416127148,5722.281671551706,1045.435155571603,3338.0777144572767,1197.8751877448378,3772.568088579306,926.1374718211295,4283.493955994779,257.92061785413665,1162.3606111196816,543.3998925143212,2234.9813645034837,1223.5696493295372,5129.613270203819,515.5256194401413,1493.466470442515,425.56183725147974,2034.0149579850624,566.0779745416706,3635.949764682759,803.5531352277167,2435.019836516302,707.0797222039026,3102.0418628800185,830.1813956983874,4372.918949202187,11518.310322494513,3576.502049306924,90405.24428516757,35368.983727429964,2646.8942279344983,15906.365078101211 -3173,2642.2066810344877,3844.530947964965,590.0659995725152,1540.33977004219,1179.8864950942168,2741.7290972049836,1226.7081095268818,3230.950406596951,235.9575939412487,1181.6384940818177,1963.4741197679054,6557.420686171385,1098.3494330646527,3825.2538258736527,1258.5970851657007,4323.155944424476,971.3129194886103,4908.648942566556,269.02417479459143,1332.0014556501444,567.085292921112,2561.1659603656867,1276.8786296204414,5878.255231181664,534.3716412647938,1711.4305952589493,444.06735849270564,2330.869490011743,594.3573315387032,4166.598844538417,844.1055926139053,2790.3990687127052,737.5197080501371,3554.7696965261575,865.9209440708108,5011.1250760351795,12191.214826214027,3767.3789636694514,94426.20695627868,36751.45315412687,2802.880628107433,16513.353047611414 -3174,2594.9586350824834,4251.83133513232,580.5398451355464,1703.52768378224,1178.7446633274853,3032.195564483834,1215.459176493865,3573.2463509753015,236.03913267032837,1306.8245889905174,1965.0445990236653,7252.132218071159,1099.227944771447,4230.51194068125,1259.7473426552551,4781.163205591408,970.1825809761655,5428.684973446807,266.8489196782071,1473.1174242654993,563.152861988349,2832.503062700362,1267.9721498420824,6501.014070669265,526.3216062936617,1892.7443506932782,440.6875006195955,2577.8083386171597,594.3758434825785,4608.020007619407,844.6346985094111,3086.02176922438,731.5563275487556,3931.371964340463,858.9193466663672,5542.0177157975295,12311.292195237356,3782.717969803531,93833.37474347156,36288.84806225516,2832.1280781398586,16287.107140287815 -3175,2474.8656984151703,4442.030479725952,549.3290875939026,1779.7323783498973,1099.0659003795754,3167.8361760575012,1145.9002775379681,3733.0900385087507,218.83191663232742,1365.2833798898948,1820.6176777525618,7576.545214645052,1018.4368482653514,4419.757394907548,1167.0976591227382,4995.041198434634,901.2891258790922,5671.528858077464,252.0283081344972,1539.0150697497252,528.782632081613,2959.210736904867,1190.8316789839355,6791.826950525417,500.5243447742158,1977.413362246411,412.22324319166034,2693.1226355131953,551.292211483237,4814.152705423676,782.7480886750022,3224.0702133980335,690.9261756035364,4107.235851159876,811.2155373360912,5789.931366594931,11261.19898936027,3492.671949631302,87954.4887358288,34366.18156671906,2588.3993278696475,15470.075325066424 -3176,2323.348569676521,4494.7949838796085,514.4549884115842,1800.8728673443882,1026.273010530375,3205.465207607956,1073.4810118744508,3777.4334183531455,203.91711706603854,1381.5008509085903,1696.252766998715,7666.542942772565,948.8682566325929,4472.257328999882,1087.409597806239,5054.37462112622,840.4147566654527,5738.897915844053,236.18610284255126,1557.2962065881557,494.806279112784,2994.361618451406,1114.3751327825164,6872.5034301168,470.0519970461263,2000.9019979147063,384.785203159753,2725.112798826214,513.7763805606522,4871.337450458864,729.3247536672434,3262.3672190000784,647.4953626265713,4156.023508992863,760.2234754775626,5858.706864430086,10457.604229271663,3252.086663389274,82218.77071493416,32216.658077989367,2403.165477664286,14516.15423236667 -3177,2215.4174536298847,4574.78648812711,488.67288426993645,1832.922055379445,967.4875904093169,3262.511187388834,1017.9092830460876,3844.6584158029827,191.70659093361925,1406.086695553277,1594.1464628698675,7802.980378644472,891.750925610423,4551.847742447356,1021.9292017186588,5144.324670110502,790.9274974382056,5841.030066177411,224.07937909450612,1585.010588794837,468.2586728896211,3047.650698594093,1054.6810235225312,6994.809762061366,447.6814509412316,2036.510999268285,363.38540333391285,2773.6101992202307,483.12360515863776,4958.030083105494,685.510513521292,3320.4258539748616,614.3052325168163,4229.986075331177,721.2549862497219,5962.971191660072,9761.949073112373,3050.733418936858,77729.92169402311,30614.257553969313,2242.304502485947,13813.629119616346 -3178,2129.4814257100647,4650.164352104212,469.8433250039564,1863.1227543037758,924.4650714693803,3316.266947388783,975.4051136700546,3908.006102051716,183.19445082710033,1429.2545115710295,1523.121124052808,7931.548563219629,852.0200018169568,4626.8476491894835,976.3419212049653,5229.086703539606,756.2187293950476,5937.271578422224,214.55716376921822,1611.1264988759995,448.41911423625237,3097.8662442604427,1009.9907100495417,7110.061877140124,429.80572071814066,2070.06619348098,348.343093552358,2819.3104330704705,461.72273030207157,5039.72257698879,655.0080725764983,3375.1358626313395,588.2004355332033,4299.682730210886,690.605377565244,6061.221904026836,9297.032259352363,2910.9616974794294,74431.84540305237,29372.351686957445,2135.0638523670536,13255.558379720247 -3179,2077.085853462757,4609.5512790308685,457.4921372236012,1846.8508260802262,895.4889531715394,3287.303714765818,948.5774159016225,3873.8748057413222,177.2987768467476,1416.7718521371594,1473.8103740221486,7862.276912372052,824.4360200395095,4586.438216866789,944.7185636822206,5183.4175047076105,732.3405787717508,5885.417315602107,208.49324430137045,1597.0554266998854,435.65877638803113,3070.8104546962177,981.2571189019069,7047.964832668648,419.1132671687456,2051.986886338974,338.04267638849853,2794.6874623612916,446.9246259477212,4995.707224887094,633.8502887601138,3345.6584874156692,571.5764272299295,4262.130653404131,671.087150720473,6008.285098042634,8959.793604672484,2813.0935535010512,72256.89590684434,28593.870609339625,2057.0706522805863,12911.50242506361 -3180,2047.756006197516,4578.555386683642,451.0137657379765,1834.4320924722542,882.7687569197576,3265.198979209661,934.1951029061105,3847.82580461802,174.7837078164649,1407.245088000877,1452.9015496169745,7809.408797011545,812.7398152358595,4555.597743115274,931.2690830851103,5148.562777806638,721.8242681705934,5845.842148630266,205.5470894415507,1586.316386155151,429.0383744052964,3050.16147944661,966.3829520388832,7000.572376007147,412.56471181358455,2038.188761363942,333.2488833997699,2775.895214161005,440.58522578783885,4962.1147136061645,624.858253681021,3323.161358296341,563.4996539297464,4233.470913029032,661.604221539325,5967.8837342618335,8832.40525325412,2772.828000067052,71216.99503550405,28178.472278924666,2027.8232022481607,12724.015961314703 -3181,2037.7671009290764,4511.819984485101,447.76457649672784,1807.694059805204,873.4494335748545,3217.6065949896124,927.6356985665844,3791.7412580800556,172.55924028565266,1386.7335818579575,1434.148271812851,7695.581619444326,802.2494034515178,4489.19696340083,919.2818068919096,5073.5191496961925,713.1781549570189,5760.635223294675,204.15847276224264,1563.1948001736653,425.5204112975578,3005.703405685313,958.5087978372468,6898.53451172978,410.74300931912927,2008.480843634745,329.828776868243,2735.434748373734,435.03285133097825,4889.788686464301,616.8359004339593,3274.7241349613205,559.6928132668254,4171.765339935277,657.1346147955555,5880.897973985038,8685.986427493523,2735.0838161480074,70553.85859138255,28000.576069628565,1993.701177210331,12655.81681472591 -3182,2072.9160759856777,4446.4491825099885,454.6871108770872,1781.5027643143671,879.5656432649365,3170.987376076142,939.0230521319514,3736.803523911767,173.35682726454039,1366.6414933695867,1440.3326403200288,7584.081970996934,805.7088825326707,4424.153941575738,923.2214345758799,5000.010007755199,717.335802891786,5677.170602425979,206.74029293799518,1540.5460025527339,429.99930663979285,2962.1544070983496,968.6704669631482,6798.58310962697,417.37402613543856,1979.3803910565077,332.9354971901441,2695.801614989272,437.13672874566817,4818.941576202325,619.5686925125707,3227.2773521362506,566.7707766644005,4111.321517517422,665.4448425500526,5795.690891651258,8668.471722379409,2742.1008340830444,71238.94482484568,28399.555944564585,1988.8266022049268,12850.841287841316 -3183,2162.1053789596413,4329.4185473498665,472.7097086622684,1734.6135744261037,904.7048372125361,3087.5269222455563,972.666876575538,3638.450777276954,178.01482509655563,1330.671460779461,1478.424263273568,7384.468775446776,827.0169874138683,4307.710117621701,947.5553282212028,4868.409640136864,737.4334473068204,5527.747353841985,214.01853108993785,1499.9987996562506,444.52892148544214,2884.1904413639236,1001.4508282297386,6619.644260480068,434.4290402747213,1927.2830579080671,343.985835750819,2624.848060294695,449.0099914185358,4692.106933476436,636.0539749432196,3142.335344962522,586.7237941991208,4003.1114494849035,688.8716548672522,5643.148186584561,8822.209891612565,2806.637899450804,73592.74188826709,29496.57922420105,2022.9486272427566,13361.45484858756 -3184,2224.8766958861565,4289.97513071044,483.3055881817384,1718.8102777071078,907.626656444521,3059.3978306717872,988.8821793667457,3605.3024622409707,177.48692861940225,1318.5483019155886,1472.8454868650258,7317.192148023199,823.8962710042013,4268.464476879659,943.9143554452152,4824.055714151846,737.2863740642454,5477.386493700953,217.79355476213473,1486.3329743343497,449.96874906217374,2857.9138584921184,1013.9000122799052,6559.33561078143,445.86937141288473,1909.7244347803241,346.9084091029577,2600.9342310991397,447.9287421333884,4649.359223438758,633.8498279026967,3113.706918101824,597.0728803313496,3966.640872424909,701.0225036324767,5591.735960520687,8640.985163413623,2783.1858715727763,74335.29798659262,30131.675635597127,1979.077452194118,13688.70639551462 -3185,2296.493808653933,4247.542596975674,496.08093185995597,1701.8093691073439,923.4574227454929,3029.1370488018115,1013.8194065580502,3569.6420880681867,179.9340487087852,1305.5064208796289,1492.4455785570672,7244.817135766813,834.860382718856,4226.244706976039,956.4368843640743,4776.340540848443,748.3974343980915,5423.209166306091,223.40599054830875,1471.6315198613277,460.17205603715297,2829.645972894507,1037.0039591889288,6494.456626381341,459.54943678967885,1890.8351769096141,353.7338120053915,2575.208154341034,454.2527156733747,4603.371988995062,642.4009414022014,3082.9089601144433,612.459163016278,3927.406467211703,719.0875184149263,5536.42759216159,8668.292980556318,2812.5807299558273,75924.33492352038,30972.458160380975,1983.9520271995225,14094.204890085668 -3186,2338.5483691780123,4195.882763790665,503.30624383576253,1681.1114747099182,928.7750348210503,2992.295813884697,1026.413747429877,3526.227075601663,180.40026482366264,1289.6284767778748,1495.6891608353155,7156.703588664051,836.674812927304,4174.843904847095,958.4813619330553,4718.249315171104,751.3160617238327,5357.250538590794,226.28611159817234,1453.7331145857765,464.89118443801215,2795.2310057470454,1047.7375070458966,6415.469179337251,467.3827821864517,1867.8382963394117,356.6133559739551,2543.8877330309206,455.56031141310524,4547.384456531149,643.8994987010293,3045.413735765786,620.3549070975165,3879.6402215970406,728.3579014221051,5469.091969428673,8609.809052032993,2811.964613557861,76621.01643905355,31429.056323970322,1969.3283021833101,14322.070298796949 -3187,2287.280085537015,4060.33257578053,488.6242030989364,1626.802288945858,890.9704415416934,2895.628132019445,994.5516635552651,3412.3104649687157,172.05014954437084,1247.9663540896474,1425.4901111528281,6925.502534776688,797.4061077051789,4039.9733881828633,913.4426261513934,4565.823802411463,717.8993616940916,5184.181756977046,219.64401732274794,1406.7695057120534,448.8531165406765,2704.929605614867,1011.7876503501717,6208.214090864102,456.07095472306486,1807.4968029053568,342.7948951650949,2461.706108829034,434.6769212692687,4400.478822427995,613.8377489071152,2947.0300516423617,602.1458541951415,3754.3064143735846,706.9786757448059,5292.410091875203,8085.498560641731,2670.0273462021287,73863.51585449566,30568.387522259196,1847.4639270482044,13964.238659490366 -3188,2048.8802881438573,4013.741255910211,434.00220836586044,1608.1351319099658,778.597315950984,2862.401509813879,881.0095584334323,3373.155039790365,149.05597783145672,1233.6462464369856,1233.8464121920774,6846.034092761575,690.2023783640277,3993.6156849939266,790.6242711745939,4513.432094766978,623.8372742675716,5124.694543553706,195.00557782664384,1390.627170866036,395.7146095046804,2673.891202200912,892.2340228693591,6136.9763577148005,407.78999082849015,1786.7562206655994,300.3086817230401,2433.4586353517843,376.8198675074105,4349.9844078518945,531.4988297836625,2913.213605023548,534.6004943112126,3711.2266696042425,627.6737552662357,5231.680984868972,6858.270606030742,2300.307678119411,64947.120144787485,27199.206100909225,1564.7385767347587,12466.854277123775 -3189,1755.7690948954832,3803.3980289883575,375.89827128514185,1523.8595617111505,676.653646650289,2712.395136225729,759.1943247510881,3196.382230897302,130.83584346555355,1168.9960570473504,1083.6765164856654,6487.2623606355755,606.1987145764895,3784.327154242122,694.2977678833759,4276.902181457792,546.4875877535816,4856.130947010797,167.32078402647727,1317.750274246342,342.33692581777797,2533.763857649065,771.6492978923278,5815.3633467305835,349.1732155105245,1693.1198736230274,262.5684671775546,2305.9313461457273,330.62207125975357,4122.020097481863,466.7035200962244,2760.5443841336887,458.703668100271,3516.7369544604167,538.563388875743,4957.510680801007,6104.434539643382,2023.510573038537,56356.18416354298,23390.348459309513,1394.1284515456102,10683.532005458714 -3190,1403.0530697119227,3468.681326189128,312.18294519021435,1389.7528381609195,600.5120054814962,2473.691758412909,637.4878210768973,2915.0857394289715,119.65498334201331,1066.1189711315585,994.5189414655953,5916.353123423019,556.3247839803028,3451.2887770522307,637.3098872831098,3900.514912636192,494.55178209821315,4428.768854861559,139.45133003146614,1201.7821258835386,293.0247260558039,2310.780862537788,659.863712583042,5303.5843453845455,281.82564168926405,1544.1174559892136,229.85531223643514,2102.998670895701,301.6451629550961,3759.263171862835,427.73872603961524,2517.6036487318966,382.30060287532916,3207.247758473667,448.8586479076714,4521.226700917093,6030.752954449093,1892.2747659978688,48708.52474361157,19262.79842130758,1384.379301534802,8679.908057625118 -3191,1461.6519050976835,3224.937908586945,330.4967190934755,1292.0952344375364,672.0951832508717,2299.866022754354,677.9918659862723,2710.2433529672453,139.72097048624863,991.20304281259,1122.0244650566397,5500.612386689267,627.6502056596013,3208.767529770346,708.406959098742,3626.4266508993487,493.9562666481381,4117.56031336085,133.12052259714974,1117.3331797193503,273.6553946437957,2148.4028370581505,616.7306945577689,4930.902725967604,287.180014585656,1435.6126870269125,270.1237602511227,1955.221450951392,360.45898943905985,3495.100636591092,445.36613998701796,2340.6922349111796,364.94493119919196,2981.875215932788,428.48137603446736,4203.521168409581,7144.23645474824,2179.4089611315007,51062.7593979689,18851.922320827052,1592.1337483313564,8331.038083595884 -3192,1569.7349189664526,3088.283043305014,352.700642696506,1237.3434515510082,707.9597605126896,2202.4105397606686,721.3851221638635,2595.3983696592504,146.7540585218345,949.2013912701126,1178.0250360319014,5267.527141026194,658.9764119806941,3072.797874871181,743.768707151576,3472.758934037601,519.785842502205,3943.081093648027,141.63076598191554,1069.9868370989175,290.52401024132547,2057.365518327837,654.7982251462688,4721.958595309703,308.0002616549762,1374.7794356888567,285.81042112413314,1872.3700809251152,378.7035238566758,3346.99778308548,467.7785221383806,2241.5067649594794,388.27544497684914,2855.5199906629246,455.8737023621492,4025.399407538082,7431.487873174204,2281.6075711466633,54080.39387165633,20129.895331245014,1655.1885502454697,8917.198780307144 -3193,1580.5285676981237,3015.829323564278,358.86691531261783,1208.3143326507634,751.0230104217165,2150.740134631257,746.6847777597336,2534.508139245133,156.52255656516624,926.9323276460084,1257.7675355772697,5143.946520386515,703.5836356181346,3000.707450216456,794.2171433620296,3391.2850862698706,551.60388677912,3850.573092124816,146.5935372779145,1044.8840452452032,302.3779267712197,2009.097991492067,681.3781579615038,4611.177471981773,312.5604999063495,1342.5259529147747,298.52759341028263,1828.4427027696768,403.63305621880227,3268.4743977778244,498.9318974416055,2188.919129477877,401.8806967730471,2788.5270880641565,471.8476110605779,3930.9601490800346,8127.13895675794,2456.40046311907,56508.80811318648,20604.734013614834,1812.8255550307529,9077.997365384268 -3194,1769.457592138019,3053.258329449623,401.9808736663645,1223.3105407964822,856.3635316793857,2177.4326482055408,843.8163601255708,2565.963540026284,178.5721691799636,938.4363458859318,1435.451558154321,5207.787269954498,802.9784498901048,3037.94878079733,906.4632650473353,3433.3738173731485,628.0798175992888,3898.3619778555103,165.9647992143317,1057.8519445800252,342.24837176115744,2034.0326056495146,771.2292335673112,4668.40610471262,350.7340334968472,1359.1878413712104,337.63796641241976,1851.1352312056363,460.38879943032924,3309.0389438264524,569.2234572713338,2216.0854768369986,454.98628648005933,2823.135079960477,534.1988158793746,3979.7467065305354,9347.652079742144,2811.983658224969,64052.371767890494,23199.22222524552,2086.063029991909,10207.764165444816 -3195,2242.286187549995,3173.667969284106,502.250315938241,1271.5535539088326,1031.9211249847556,2263.3028408470964,1041.3047352196352,2667.156007988428,213.57687241303526,975.4449348172463,1715.0975559804795,5413.1638617291155,959.4098589312729,3157.7546665303435,1082.9985558123017,3568.773858954814,754.7814022530137,4052.0994972689555,205.21153036341192,1099.5698596403106,419.86694631560624,2114.247611073573,946.4064345574496,4852.511423364407,441.50020266714506,1412.7893715360087,411.565556676679,1924.1374152411324,551.0011252298459,3439.5356605900956,680.7844625978604,2303.479999447364,562.5797312739797,2934.4694780044874,660.5241415280943,4136.693749937829,10917.019803241525,3335.6600093893962,78219.72661862712,28933.005659022965,2432.864440519532,12811.619371762292 -3196,3047.9971540770002,3400.581330070309,666.724318755599,1362.4680708430592,1288.1891754865615,2425.1262133813766,1355.88430974366,2857.8543858185085,262.9156466253752,1045.188049271399,2107.339457507413,5800.198427486935,1178.8263848884544,3383.530245719979,1330.5857360048421,3823.936805444157,937.2927314303597,4341.819633106855,268.04722211251806,1178.18775372533,541.205303344128,2265.4137178012165,1220.5037253920016,5199.460028570085,594.2131730609559,1513.8020759149665,523.2183320973697,2061.7108765271064,679.1197636788663,3685.458234672268,838.0050746109224,2468.175989461816,734.8414288307633,3144.2804405320935,862.7763798716292,4432.462270913075,12839.220864675193,4043.9362455596684,99978.2199847469,38333.030590320945,2853.229786613619,17153.598205868315 -3197,3155.504817418102,3880.40041614052,690.9243677811651,1554.7111378654392,1351.928543315275,2767.309425710401,1413.0583836448636,3261.095169210338,276.1929316196556,1192.66317951995,2214.4339865362076,6618.601411674675,1238.7340832170714,3860.943438528019,1398.2581683468165,4363.49098312369,983.0623253581607,4954.446630090326,279.6007303098048,1344.4290273019024,564.7515755186001,2585.061635065946,1273.5860875343667,5933.099343973699,616.1547757555581,1727.398240233639,546.2328101010457,2352.616498977194,713.2743166037167,4205.473205722474,880.3327311775415,2816.433487981789,766.514939209984,3587.935692645519,899.9642078174377,5057.87886573577,13589.468454527241,4260.3745269232595,104448.73073719976,39841.35058403204,3021.375925051255,17809.51312261846 -3198,3100.6730710416837,4262.9430744061065,680.1741920378892,1707.9796843382017,1351.2511017144411,3040.1199066987456,1400.8476168988234,3582.5846757307936,276.37693976504625,1310.2398453741487,2216.7356115989737,7271.084945974632,1240.0215911894786,4241.5679638332185,1399.806734648133,4793.658301181623,981.9760994222145,5442.872302921996,277.35724207430275,1476.9672704724396,560.7832195821209,2839.905528377883,1264.590120149747,6518.003825829964,607.1370167994298,1897.6908502317362,542.3998226570682,2584.545184907327,713.5764028305322,4620.062610643184,880.9293660446895,3094.086780884063,760.3645001658914,3941.646214848723,892.7429852177175,5556.501229148542,13723.527269944383,4278.458879740199,103821.51821225484,39351.79758706966,3052.9033260083106,17566.993649465086 -3199,2954.864973828239,4442.875227742968,643.1105798270981,1780.0708328932171,1258.8812486554232,3168.4386085126966,1319.5977502101277,3733.7999661919944,256.112388649955,1365.5430180065375,2053.111207940763,7577.986058325686,1148.4915989251645,4420.597907216518,1296.4864235936432,4995.991113381536,912.1832259523578,5672.607421760935,261.924223191057,1539.3077466987604,526.633477327199,2959.7734947277454,1187.825695333469,6793.118563082906,576.9906820084483,1977.789410097546,506.96720308268834,2693.6347909376823,661.483517604836,4815.068220517522,816.3243859911829,3224.6833399697475,718.0554564162201,4108.016930748707,843.0679911713779,5791.0324470721835,12552.712645057007,3949.3248871594296,97273.17963550078,37247.322303168934,2790.1749846995062,16683.308768240062 -3200,2773.4056511587014,4497.589163488586,602.1693076981351,1801.9923760789002,1175.232193973031,3207.457878141875,1235.9131931912918,3779.7816516918597,238.62906945738462,1382.3596579334353,1912.6994291985034,7671.308832660507,1069.946536362593,4475.037498124304,1207.8711531545155,5057.516662209991,850.5584013727816,5742.4654893578545,245.4524698393583,1558.2642964167667,492.81546568948124,2996.2230568943573,1111.6073359317961,6876.775707053997,541.7607509657356,2002.1458543268868,473.1359818260303,2726.8068593210646,616.3818324404209,4874.3657068801995,760.5954577540134,3264.3952625466736,672.8987609917501,4158.6070920450165,790.0495729429975,5862.348916918415,11656.891435371846,3676.9995637466905,90917.9268089346,34912.11069235678,2590.5014453048148,15653.77774284838 -3201,2643.559463143501,4591.74650957048,571.7720011187827,1839.7172134581751,1107.4570952659392,3274.6062348497276,1171.4472525158658,3858.91164693053,224.28688116812685,1411.2994547868964,1797.2458496538306,7831.908223667942,1005.3628617617962,4568.722723502586,1134.968082920737,5163.396129935604,800.4459740572863,5862.684409048022,232.85821296232646,1590.8866692728432,466.40884214750116,3058.949197733715,1052.1375610768378,7020.741491086261,515.8055488713753,2044.0609188780613,446.6438961777916,2783.8927530785168,579.4396342649658,4976.410896449369,714.8757411505665,3332.7356074094073,638.3720770528477,4245.667824573237,749.5118375771835,5985.077604612725,10881.335652161453,3448.8462919920967,85934.54748504549,33167.02089107075,2417.1007400410035,14895.088488360234 -3202,2540.6144057571496,4681.095271592467,549.6273762985871,1875.515456055065,1058.0615026507746,3338.32534751927,1122.3438729813793,3934.000499872832,214.304067198318,1438.7613059288726,1717.0275407082615,7984.305857682805,960.4894747052936,4657.623475866822,1084.2664837410168,5263.868368783566,765.301947893896,5976.763788861836,222.95896186370595,1621.8430284970605,446.66075617762027,3118.471935614823,1007.5826043925921,7157.354990851,495.14417519277634,2083.8353951516574,428.06381260194837,2838.0632894030086,553.696306851422,5073.244672439339,683.0544919402929,3397.5858337988598,611.2336506056926,4328.282394713714,717.6486458641842,6101.538579421129,10363.048804312697,3290.6460133200612,82281.41917421005,31818.8406125487,2301.5002698651288,14293.001055806493 -3203,2477.589041176293,4630.475136517133,535.060174966231,1855.234124398022,1024.6798173033549,3302.2255738098265,1091.2108390025703,3891.459251481994,207.37813712597065,1423.2029189656212,1661.2648744331004,7897.965670707465,929.2963500937318,4607.257158627093,1049.0551963934602,5206.9462784634625,741.1215938978532,5912.132634665602,216.65170899543932,1604.3048438607157,433.96890425814394,3084.7495989712115,978.9568974784154,7079.957233403578,482.7342714387503,2061.301346375194,415.30860737378464,2807.373218228052,535.8586699595148,5018.383936716323,660.9760467424547,3360.845232751783,593.9425528909458,4281.477485445106,697.3471901962954,6035.558143403943,9987.074172730609,3179.752711320608,79866.9104868714,30971.177394979175,2217.427200646312,13921.396318670133 -3204,2442.5996275822345,4573.16196495205,527.4827514783917,1832.271178149487,1010.1234100409373,3261.3526579041118,1074.6989179793818,3843.29316373868,204.4361682585919,1405.5873890984299,1637.6953924669976,7800.20951218053,916.1117978276918,4550.231364903586,1034.124464720182,5142.497901873708,730.479712220536,5838.955895342695,213.59020953470878,1584.4477458204392,427.37202812385965,3046.5684668435615,964.1144571104641,6992.325879897009,475.20235271754024,2035.7878268703685,409.41855622231554,2772.625280239004,528.2571236096709,4956.269468748179,651.5990894958308,3319.2467587832393,585.5495666836741,4228.483992025784,687.4929958461698,5960.853719092072,9845.08101773636,3134.256039616962,78718.49873729705,30521.825612222023,2185.8997996892554,13719.48558894481 -3205,2430.1822692993132,4497.004332120052,523.576777715059,1801.7580590639213,999.2096290299506,3207.0408053697292,1066.8878328101628,3779.2901584060646,201.80827645722988,1382.1799066797819,1616.4007884366845,7670.311315573025,904.1997914362884,4474.455599198204,1020.7258155030129,5056.859022242572,721.715503474726,5741.71878399442,212.1404552423495,1558.0616718977446,423.8864535316294,2995.8334514486173,956.3003825675198,6875.881504848845,473.01100024028517,2001.8855109168003,405.1294779910531,2726.45228665351,521.5176620707366,4873.731882432597,643.2202334021168,3263.970786081742,581.5751195424028,4158.066339257594,682.8266025509614,5861.586622850353,9681.812117455289,3091.3240395795383,77974.6295420144,30324.156274668334,2149.1178319060227,13645.212959459253 -3206,2471.297390431064,4416.168073552387,531.4776734159768,1769.3704139601411,1005.835303015385,3149.392388638562,1079.5930902248285,3711.355227975807,202.69692867366084,1357.3344219811436,1623.1064698940024,7532.4330252695245,907.9508882054314,4394.024667170215,1024.9602818709732,4965.959051223527,725.8936208263764,5638.50806192981,214.81319794996742,1530.0546105581975,428.375828822044,2941.981609283993,966.500083637639,6752.283550709327,480.51022009432774,1965.9004589061783,408.79226082981893,2677.442727013521,523.9004677406101,4786.123727860938,646.0475683840841,3205.299019960356,588.9023436586764,4083.322687502367,691.4294869958482,5756.221206927323,9662.18065128506,3098.8466295126645,78715.92562578464,30749.36826837219,2143.8632650798468,13854.596092199816 -3207,2576.5900738027435,4306.480285412668,552.3014310849543,1725.4231900604339,1034.1351590359404,3071.168489697155,1117.77071371415,3619.1734225786263,208.08278119701103,1323.6212552643585,1665.668930827652,7345.344150006728,931.7599388904675,4284.886871971771,1051.7888549013921,4842.615678587132,746.1992951077387,5498.460068415933,222.3636880929942,1492.0514586921715,442.885993401158,2868.90933257363,999.2839218158924,6584.571852414807,499.97080145228375,1917.0718660064476,422.15319385539016,2610.9410074898233,537.9393894025729,4667.247064489338,663.206746857274,3125.6865246997204,609.6017298390163,3981.902038108337,715.7326097833791,5613.249480825669,9833.401020122716,3171.2580946167745,81297.12369817754,31929.059773212986,2180.6452328630794,14404.093466801927 -3208,2649.2971269159048,4277.433818354254,564.1972487234574,1713.7855081182508,1036.4817568595645,3050.4539877246284,1135.370143374262,3594.7627218136176,207.34710885859369,1314.6936580989698,1658.6718504162802,7295.80107010257,927.8458362162511,4255.986048764164,1047.3709601377404,4809.95307073517,745.9815458184027,5461.373903226639,226.25941921587074,1481.9878288431826,448.3791693897567,2849.5590337450376,1011.8692494131868,6540.16005049555,512.7778886831137,1904.1415467865531,425.3415697649161,2593.330660538415,536.2696833751784,4635.767287704715,660.8484074933061,3104.604307980384,620.2817309302918,3955.0447953684775,728.2719853779439,5575.389080840153,9631.116098102193,3143.6585870387835,82075.27154520237,32598.440826246464,2133.3541314274944,14754.566593342852 -3209,2733.373179288403,4250.401755746771,578.8533982300661,1702.9549122239412,1053.9758588931975,3031.176059256493,1163.4008384109134,3572.044930006263,210.1357376048136,1306.385199620221,1680.3233114967438,7249.693857303043,939.9574651719513,4229.08952944618,1061.0430588541135,4779.555650677086,757.1920491808222,5426.859704399902,232.07465682222514,1472.622122797442,458.5892474151872,2831.5506994317434,1035.0219618309739,6498.828255906623,528.3043073366723,1892.1079594320568,433.48517829583386,2576.9416105251175,543.6194912026758,4606.470668077958,669.7281690173064,3084.9841661877344,636.2239872162014,3930.0501319642094,746.9897680528106,5540.154341252216,9661.387096460305,3176.2079944692655,83805.1419443503,33497.637696793165,2138.60869825367,15190.325345192776 -3210,2782.386283415505,4191.2691235202665,587.048116752645,1679.262985599192,1059.5317638381794,2989.005594103768,1177.3296388869405,3522.349764400559,210.6183086825325,1288.2104481509405,1683.6033024868893,7148.8343373673015,941.7922620802544,4170.253398141748,1063.1144349391707,4713.061299615925,760.1120959649419,5351.359900502249,235.05314663365766,1452.1346424602577,463.32957288014774,2792.157471270708,1045.818069532887,6408.414962471442,537.1304940349116,1865.784489198528,436.8122981352437,2541.090566487144,544.9891689482323,4542.384317767815,671.2590854127899,3042.0651094474806,644.3894055762253,3875.3743101384357,756.5767752851167,5463.078354565451,9596.050661634723,3174.9335821199174,84552.58890518708,33982.384975616165,2122.844997775142,15434.76058985571 -3211,2719.771822758517,4063.386678341138,569.5736721413524,1628.0259377341144,1015.5830733125259,2897.806166731508,1139.9799148370448,3414.8771380020567,200.77332070019403,1248.9050499147904,1604.0065024185483,6930.711762008744,897.2665413953508,4043.0121769617026,1012.8532298091394,4569.258125562577,726.2587913160162,5188.081196858666,228.13238534646976,1407.827650154508,447.4030965429874,2706.964200634016,1010.0637876688012,6212.8837877911,523.8562046478274,1808.8563665644947,419.5842401397184,2463.557755902302,519.7030867648665,4403.788776326757,639.8712123005655,2949.246749870629,625.4163974890943,3757.1303300552304,734.300590804424,5296.390938988516,9011.44704468795,3013.7667108680785,81475.94055415447,33037.59804138381,1991.48082712074,15047.409720702137 -3212,2434.4358489975657,4003.409291794468,505.4890447077975,1603.9955540406418,886.514164202334,2855.0332646284933,1008.8852842873387,3364.4720394159312,173.82818370660956,1230.4706583915581,1387.6882659021976,6828.411387641407,776.2601018160176,3983.335527076755,876.3067890733677,4501.813852466654,631.042263460184,5111.502821229759,202.5166313315824,1387.047490684458,394.50476459308294,2667.008210451043,890.8676837553239,6121.178872160966,468.07703548904414,1782.1568456739221,367.22636423573755,2427.1945526183554,450.17534628301735,4338.786904091585,553.9833002054178,2905.714561983772,555.1917664239917,3701.6734228125424,651.849941465594,5218.213863608705,7643.393570169731,2595.357507163371,71600.33709486837,29379.17603150589,1686.7159512025257,13431.69437696566 -3213,2087.2947601087176,3805.4774189045597,438.0254548251403,1524.6926846665128,771.1142809966657,2713.8780541459773,869.9796962860024,3198.129753751497,152.6446725940008,1169.635169387047,1219.1839964492342,6490.809070139459,682.0003573359055,3786.3961177490087,769.7608643352389,4279.240445084402,552.8242938388164,4858.785886001145,173.78265970004392,1318.4707133409245,341.2469741745597,2535.1491144577076,770.3671637219702,5818.54271628646,400.9952792404909,1694.045534404597,321.2568595605185,2307.192042594557,395.1879465628459,4124.273684132474,486.4797461300433,2762.053626161961,476.4186584496104,3518.6596213244434,559.3625363426775,4960.221046016678,6803.422006148596,2283.7642709844167,62156.40424256526,25277.118308069934,1502.8061122863633,11511.953842329838 -3214,1673.5305915809545,3462.8980294848125,365.00888072234,1387.4357175456396,687.2417847461396,2469.5673975827835,733.3485477873987,2910.2254469534564,139.9426832364249,1064.3414419346266,1120.9391106213536,5906.488848702271,627.0430683326211,3445.5344787662316,707.6749386103085,3894.0116242340355,500.45626874360966,4421.384814093929,144.91097447457878,1199.7784069038064,291.8872694081289,2306.92812136903,658.3100818708386,5294.741733745897,324.6107161215338,1541.5429648340662,282.31182048696667,2099.4923628383003,361.6313922566943,3752.995391035481,446.0377236017298,2513.4060740586187,397.26801381085727,3201.900347268302,466.4318659059452,4513.6885061335415,6722.16557745332,2138.925859242099,53840.94965353042,20866.55104549694,1492.296978634011,9359.238621942608 -3215,1352.6198339596635,3217.4001240801786,278.22991362486744,1289.0751653027241,683.174749465579,2294.490448102887,716.2981368213404,2703.908585931525,132.56014393208304,988.8862617920072,1121.4132247297555,5487.755571457038,627.3082834209832,3201.2675409775957,716.9306517216017,3617.950449682796,540.7123313770165,4107.936164550702,147.0473270145051,1114.7215893663831,312.44517082415143,2143.381283751233,703.320226134719,4919.377517350966,242.4769411743875,1432.2571684474153,232.52951577824976,1950.6514287128132,330.06534842601815,3486.931389252117,484.0090446992038,2335.221235417998,403.1247443546518,2974.905552193241,473.30824573186055,4193.696099637642,7087.355016652779,2189.1353318484057,51552.310941924494,19376.458374718564,1678.2217418630119,8697.872296565265 -3216,1452.3998387819845,3080.420350381347,297.12908907186625,1234.1932054549625,719.6963635378037,2196.803256515201,762.0747823309958,2588.7905490323633,139.2406251860704,946.7847477961752,1177.3175913184646,5254.116146050602,658.5806738896723,3064.974606806751,752.6503449776484,3463.917374920974,568.8107338416868,3933.0421058422685,156.35808447182788,1067.2626768407727,331.46712924907246,2052.127516151378,746.1992152145394,4709.936604477717,260.2405230588973,1371.2792809462312,246.06608383825935,1867.6030725974003,346.82711730715374,3338.476408776333,508.2211976751683,2235.7999436830405,428.6498375062,2848.2499067654503,503.2772248900168,4015.150839323068,7372.352808233974,2291.892065376832,54592.26926298565,20687.275964483797,1744.6859692635269,9304.84025885646 -3217,1463.067655501641,3019.338292866029,301.7179200359799,1209.7202271644244,763.301946002118,2153.2425577788463,788.978839240892,2537.457083068366,148.48721064056943,928.0108293560012,1257.1947501234986,5149.9315906585125,703.2632246832092,3004.198824958413,803.8942945642972,3395.2309048108027,604.1119039347377,3855.0533001620684,162.0679647326594,1046.0997858078426,345.6020782804946,2011.4356115693274,777.8589770503872,4616.542656300289,263.62525124520636,1344.0880049575655,256.93359625935017,1830.570127310548,369.5038810094145,3272.277323969883,542.4703915864447,2191.4659745427944,444.30326057193395,2791.7715873044363,521.6558888512227,3935.533888841019,8062.370879422563,2467.228227511975,57064.849355823026,21184.436957480964,1910.8465377648154,9486.322548972865 -3218,1638.2464316667874,3052.348595967338,337.7050215936191,1222.9460493456734,870.3045271206553,2176.7838713344886,891.6557503095727,2565.1989984465004,169.39666916420458,938.1567341162328,1434.866482367305,5206.235583874614,802.6511638553673,3037.043608871096,917.581103343597,3432.350826593515,688.0518442705884,3897.200441544247,183.5621757754747,1057.536752339656,391.4036531435307,2033.4265555332925,880.9488832083945,4667.015129929583,295.63987801789284,1358.7828646039045,290.57463494950974,1850.5836762704307,421.40250267998636,3308.0529992398615,619.0472629318025,2215.4251831636993,503.22883581129315,2822.29391284321,590.8403312250836,3978.5609212351924,9273.119144449356,2824.2855815157172,64691.9792518172,23856.217827994315,2198.8581898337147,10672.15221003188 -3219,2075.0896834371833,3155.6032705689386,422.7585960199001,1264.3157987076338,1048.9590356279136,2250.4199922577686,1100.0583847523544,2651.974404185832,202.63126068209067,969.8926467293766,1714.1599067620352,5382.351824929933,958.8853465493048,3139.780547240179,1096.0328579981347,3548.460195027605,826.2121516267434,4029.03471629927,226.63053071106629,1093.3110454155944,479.31445096515614,2102.213193335815,1079.1224032254725,4824.890652154758,372.8274651202142,1404.747694022231,354.3165343859817,1913.1851155584554,504.54392164360667,3419.9576278437617,739.8464861684846,2290.368460184541,621.2991192070133,2917.7663107160192,729.4664996498328,4113.147453667145,10830.095553736104,3350.5875897144865,78974.97872731254,29741.3680198695,2564.4114405365494,13375.15999666034 -3220,2818.740841100315,3367.37607687634,562.9728015510201,1349.1641404647476,1310.0018974301443,2401.445871073259,1431.7642269360247,2829.9486340479325,249.50650596136944,1034.9822254893077,2105.6427452488783,5743.561917824047,1177.8772595964663,3350.4914892270535,1346.0336319239163,3786.597663251112,1024.5429768904519,4299.423581889084,295.27202445577,1166.6832435033455,615.9171885847865,2243.29290115628,1387.3486685073315,5148.689477901615,503.26854201920895,1499.0204323260239,450.7260847765186,2041.579132856554,622.3212541062601,3649.4712777552404,909.5059180956622,2444.075284111046,809.4772056759062,3113.5778582360977,950.4061498178052,4389.181132280422,12737.27525700485,4062.8175467445367,100887.42927144098,39380.65728993397,3007.5062898733177,17866.218170561042 -3221,2918.499531912179,3854.927897545977,583.102950169902,1544.5053848190025,1374.7369249511119,2749.143686806225,1492.2039217718113,3239.6880208679245,262.0955818136341,1184.8340557803012,2212.7437162190454,6575.154233690802,1237.7885614880659,3835.5986434080864,1414.5898075105363,4334.8472625575305,1074.817428098347,4921.923637518294,308.10372625962316,1335.6036511230561,643.0121454738523,2568.0922444088988,1448.3533669241124,5894.152078961044,521.6310648551989,1716.0588991667973,470.51663159400005,2337.17297225589,653.5410928599614,4177.866777791471,955.6490615237501,2797.9452788540657,844.6548359962668,3564.383030846292,991.7081604958843,5024.676902113536,13481.512676723496,4280.136130860703,105409.7455416156,40935.09911932209,3184.7442296080258,18555.810148278953 -3222,2868.2061099361026,4257.159771398642,573.6606473611887,1705.6625611975185,1373.9467238068528,3035.995541373527,1479.3985572698746,3577.7243779581013,262.25664725336884,1308.4623142399082,2215.1572381555266,7261.220660502924,1239.1386635464194,4235.8136592756755,1416.2782160576323,4787.155005691607,1073.9260303093286,5435.488254106585,305.7608638846968,1474.9635493088772,638.8513281736799,2836.052783010067,1438.9226881287461,6509.161204553855,513.7302176736043,1895.1163562706806,467.17174516024136,2581.038873028442,653.7219464694003,4613.794822984647,956.5469840804028,3089.8892016358964,838.2319664676206,3936.298797815276,984.1670776133767,5548.9630261492,13614.44381932375,4298.158410535918,104790.91549175051,40438.41603768176,3217.9763433082835,18311.18457622622 -3223,2732.851311902707,4423.705858059152,542.8547944567817,1772.3904830949532,1280.1808912144213,3154.7679632900285,1393.3906665546046,3717.6899950115267,243.04527816857228,1359.6512030017261,2051.499665650367,7545.289840501751,1147.5901169330182,4401.524655962964,1311.587934597775,4974.435252440079,997.1997802377837,5648.132210739956,288.53204944466324,1532.6662009111647,599.4270443288716,2947.00316259091,1350.4004724969259,6763.808759325964,488.61285608356025,1969.255977485675,436.7348813901292,2682.012749252099,606.1250045927886,4794.292975199912,886.0667412528929,3210.770019453537,790.9998163994514,4090.292351241913,928.7118707475787,5766.046275699261,12453.015682057901,3967.72773918928,98167.84971840685,38270.69939381359,2941.042062472803,17379.005357824255 -3224,2564.9283386752786,4475.365691244162,508.39973152544223,1793.0883774923793,1195.1575856814657,3191.6091982071434,1304.9754493447142,3761.105007478051,226.45820130574307,1375.5291471034807,1911.1626504152505,7633.403387604515,1069.086876391352,4452.925458091909,1221.9063318885735,5032.526478117419,929.7328993425392,5714.090838455253,270.3308626770887,1550.564606186716,560.7956568921403,2981.4181297383725,1263.4371103720864,6842.796206370056,458.8822255462264,1992.2528580558778,407.61464801938024,2713.3331705622136,564.8277232955274,4850.280507663825,825.4985929372374,3248.2652438021946,741.1019439824574,4138.058596856576,870.1268426882187,5833.381898432179,11564.329516907517,3694.202950516266,91752.195094678,35870.87899917171,2730.5720090378377,16304.03390364274 -3225,2444.628404340832,4577.320744784454,482.93658737365524,1833.937424060212,1126.3032042960604,3264.318493744608,1236.8232527772418,3846.788209447069,212.85564063816628,1406.8656137778232,1795.7336343331103,7807.3029311882965,1004.5169423664435,4554.369291917359,1148.0860799999707,5147.17442912693,874.7747108097294,5844.26577332339,256.3662113009286,1585.8886240096037,530.5120544939606,3049.3389804608464,1195.3164663743062,6998.684619008761,437.07107011891526,2037.6391484335074,384.8285515960636,2775.1466731366627,531.032905119098,4960.7766420494,775.7274031503293,3322.2652428397832,702.8183748057047,4232.329325753837,825.1781531791919,5966.274449523415,10794.968930197278,3465.085468675662,86716.97264201118,34075.54515189761,2547.795383686421,15508.981944568444 -3226,2349.3082533265247,4655.622752997925,464.33604907614455,1865.3097030086287,1076.0919882675355,3320.1596086150953,1184.9646679220177,3912.5933515304187,203.38530218093297,1430.9321821892242,1715.5519307963211,7940.858679698934,959.66403204023,4632.27868074689,1096.7645407022771,5235.224648217408,836.2880049816416,5944.240796289805,245.43780291735266,1613.0176523182147,507.95995967076846,3101.5025449577765,1144.4984185008252,7118.407725838348,419.62959694843755,2072.496054084816,368.8281663491944,2822.619762681705,507.46624082742767,5045.638244508337,741.1294870481996,3379.0976246711375,672.8585521739224,4304.729732914488,790.0023638215147,6068.336615798896,10280.813347787285,3306.175983605028,83026.09695581088,32688.31998681712,2425.9443001188083,14879.955615543715 -3227,2290.899430065009,4573.746796320583,452.1380193840344,1832.5054951644652,1042.176942139232,3261.769730676256,1152.0679331705535,3843.7846570244737,196.81669742831275,1405.7671403520828,1659.799836573489,7801.207029268009,928.4768213378793,4550.813263829684,1061.1089335424417,5143.155541841126,809.7659570033237,5839.702600706128,238.4506670273781,1584.6503703394608,493.3997555586331,3046.9580722893006,1111.7005062050546,6993.220082102159,409.2051771508981,2036.0481702804543,357.8580347020741,2772.9798529065583,491.14942224099684,4956.903293195779,717.0916951676619,3319.6712352481695,653.7035805970547,4229.024744813204,767.5125362407131,5961.616013160132,9907.842166320728,3194.82024583408,80586.02010370852,31815.924707042574,2337.3253302514554,14490.573872013656 -3228,2258.5458761582745,4540.281626478131,445.7355107786338,1819.0974272578121,1027.3702517423465,3237.904028685088,1134.6222434321562,3815.660470856448,194.02459045429475,1395.481429707002,1636.2508707546303,7744.1271930119665,915.3037456166367,4517.515893953884,1046.004125647469,5105.524124668597,798.1420560974948,5796.974691168318,235.0806795218247,1573.055807687463,485.9142276813775,3024.664103267225,1094.876123508775,6942.052121081348,402.809702967732,2021.1508222504626,352.78303592761915,2752.690526479073,484.18233621958933,4920.634645632506,706.9180590126673,3295.3818797906156,644.4648859588274,4198.081835715798,756.6653967055998,5917.996088118287,9766.974899848832,3149.0883327495885,79426.5839987165,31353.933044851572,2304.093216551197,14280.262078461421 -3229,2246.974566670364,4465.488587566413,442.5318281710047,1789.1310428230565,1016.3082181585715,3184.5653369621905,1126.3306695345523,3752.804272596332,191.53451943210638,1372.4933630055941,1614.9415817649885,7616.556514773329,903.3835245935296,4443.097879866311,1032.4193148465188,5021.419724119052,788.4732575984694,5701.4798762391565,233.43416738420424,1547.142519941492,481.82277113442376,2974.838158847556,1085.713041286242,6827.69419857028,401.0461256602834,1987.8559686419453,349.1050026399196,2707.3448614749027,478.03338698143796,4839.575969365629,697.7542332980237,3241.09634302418,639.9510345476446,4128.925927795427,751.3656895483492,5820.507661603791,9605.020891623113,3106.0189079350152,78673.9932402424,31150.386113800185,2265.3224172342298,14200.678792867038 -3230,2284.8157668003537,4386.081908384296,449.38714911049493,1757.316169277575,1023.1042297693375,3127.936425458364,1139.67783307428,3686.0707631351115,192.3846890369117,1348.087267677252,1621.5844760697014,7481.116585237943,907.0994988047671,4364.089359073391,1036.6437681922139,4932.127308014328,792.8864870941117,5600.094423221451,236.30021272823328,1519.6307600700022,486.7359309661293,2921.9386799515496,1096.8656577288,6706.282059193401,407.5427601053176,1952.5073078925443,352.28653962646666,2659.202029926955,480.2653221838544,4753.517154335417,700.6964840713621,3183.4621799394386,647.8081906080644,4055.5041084164527,760.5907664097365,5717.005620226074,9585.57892135804,3113.6622479307734,79416.48207918085,31585.10416095925,2259.783731617521,14414.681288540422 -3231,2381.8990089306353,4281.007766818125,467.21681148499835,1715.2174370139971,1051.9611762537688,3053.00275079298,1179.9143382761567,3597.766274236212,197.50580159338338,1315.79213152471,1664.0292089417217,7301.896972022856,930.8426934907633,4259.542076851839,1063.6955608224196,4813.971958020972,814.8655853145347,5465.937075843901,244.51650222840541,1483.2260825133253,502.98009552431233,2851.939941916583,1133.5275256621512,6545.6245874021515,424.22423796729913,1905.7325249396058,363.83674065692816,2595.4974807685194,493.2005038339744,4639.640636558335,719.1360233843473,3107.1983155719972,670.3328408111516,3958.3493763091096,787.0369293472509,5580.047517203435,9755.483283493579,3186.525195469678,82012.00764578748,32793.123642078266,2298.554530934488,14981.135782493322 -3232,2448.6579023757217,4253.4558583073795,477.7237707563496,1704.1785610121976,1054.500727842526,3033.354093968556,1198.3170914580076,3574.611603039604,196.82569651140076,1307.3238954453643,1656.8863520566038,7254.903084535099,926.8470447927513,4232.128318225019,1059.070198474367,4782.989973828201,814.2246573019494,5430.759144281522,248.60208077884306,1473.680267239897,508.7149586407697,2833.585294450893,1146.6696763247337,6503.497952833621,435.45392954991877,1893.4675230911944,366.6596086561005,2578.793257598386,491.7981846844878,4609.780621976721,716.2431872829776,3087.200864416002,681.5333015208083,3932.8740476458556,800.1873759127747,5544.135188365528,9554.88915862754,3159.0226448277294,82782.98524421979,33475.34973120755,2248.706360384101,15335.416713979022 -3233,2526.1059265509207,4232.596986286384,490.3697561726919,1695.8212996018904,1072.38873850887,3018.478579340403,1227.800125255414,3557.081771195471,199.4835822856399,1300.9128022699585,1678.424049595063,7219.325168598935,938.895035465366,4211.374036081977,1072.8017209010125,4759.53427590508,826.2251607681708,5404.126797845817,254.8765952435818,1466.4533653704,520.0054094907032,2819.689442469242,1172.246069280255,6471.604914324236,448.8478291775951,1884.1819919711447,373.7308653419243,2566.1469012423436,498.6145593646964,4587.174339640235,725.6685546407615,3072.061286181473,698.7346481273865,3913.587303133316,820.3834549195813,5516.946847822309,9584.96954043247,3191.8680545270417,84520.00970962006,34395.845889354314,2254.2450460008113,15782.443033607935 -3234,2571.1765500096835,4193.9983176639735,497.5285708715276,1680.3564574262148,1078.1206351141336,2990.95192022183,1242.4111862056723,3524.6433838427324,199.95118321874824,1289.049281522729,1681.6205061023186,7153.489384855992,940.6831039492913,4172.968907648907,1074.813720323271,4716.130264866965,829.2026786756388,5354.8445013882565,258.04752388921287,1453.0802169975345,525.1239951435967,2793.9756174203153,1183.8960692778192,6412.58787718309,456.5277279070257,1866.999416694537,376.64016259314394,2542.7452274712755,499.9379309791371,4545.342144696405,727.152033695423,3044.04598589249,707.4276303501155,3877.8978056621536,830.5898742070025,5466.635702235688,9520.195760883005,3190.7084431036255,85266.79850665582,34890.99062229331,2237.6289891506826,16031.290376580422 -3235,2512.983614435089,4062.7368678104854,483.03976815475374,1627.765586337051,1033.525209961905,2897.3427540386006,1202.8422083642895,3414.331036116901,190.61956550283784,1248.7053269453902,1601.9933285874865,6929.6034132729765,896.1403903991418,4042.3656246898868,1023.8713902005568,4568.527416850289,791.9497043163947,5187.2515269152245,250.29004415126803,1407.6025125279834,506.67776030569564,2706.5313070939924,1142.5284009900045,6211.890232997866,445.5229950864341,1808.5670970441467,361.8575852367741,2463.163787545515,476.84635925041135,4403.084529217596,692.878132448162,2948.7751108790035,686.1607899410617,3756.5294955674576,805.6205041367464,5295.543948318158,8940.283271900162,3028.925248387224,82154.08500185516,33917.39761014332,2099.1618487329424,15621.064385112966 -3236,2248.9788118836764,4003.8641585356113,429.0712573429383,1604.1777997660463,902.324200461598,2855.3576530640194,1064.3368296193692,3364.8543102058234,165.05434558506735,1230.6104642764078,1385.8016911081365,6829.187230681349,775.2047691611945,3983.7881130398723,885.6924088413621,4502.325347856471,687.7397593628452,5112.083589385392,221.99813567461143,1387.2050868046426,446.30157789218663,2667.3112355091544,1006.6411131995397,6121.874359552486,398.41078547377066,1782.3593340575753,316.78188869129343,2427.4703300859587,413.1737369332874,4339.2798763848805,599.5573278156512,2906.044708820422,608.599581563351,3702.0940063711764,714.5559887771996,5218.806756256377,7583.12001402298,2608.6430888057766,72185.4081778647,30158.073614793135,1777.9180829637844,13934.812747839373 -3237,1928.4222448248047,3808.531521465168,371.6125682986493,1525.9163334547695,784.7689124287414,2716.0560888580403,917.9472040263553,3200.696426784838,144.93011933246592,1170.5738652121904,1217.6102015029894,6496.0182973715155,681.1199908622326,3789.4349065278484,778.0849979835924,4282.674768235518,602.7203068455974,4862.685325882766,190.6285329705661,1319.5288577833794,386.3479941209229,2537.183709476857,871.1548276658341,5823.212413213458,341.10972213429585,1695.4050980637348,277.05917102538723,2309.043689667825,362.63581287428866,4127.583638031237,526.6840345806027,2764.270324390229,522.6009896315994,3521.48353700609,613.5851521995817,4964.201893129991,6749.721783970627,2295.29402701011,62666.32884243136,25946.647730891702,1584.0640863789483,11948.068192353921 -3238,1547.288367623546,3473.9447832933292,308.53681640153934,1391.8616811941126,698.9695765746415,2477.4453953818397,774.3037520269044,2919.5091578124093,132.81749048708917,1067.736724665202,1119.9349097299275,5925.330734206496,626.4813275545399,3456.525842300938,715.7816675900144,3906.4336439915205,546.7783468507592,4435.489170941329,159.5127419295292,1203.6057378194132,331.86623389157916,2314.2872947532082,747.5958618268412,5311.632126681051,275.1624339232942,1546.4605354563541,243.23444240200496,2106.1898096177497,331.47196311628585,3764.9675645665147,483.8710397359861,2521.4239186167174,437.2982128761032,3212.114510248128,513.4312713287002,4528.087314666465,6668.84732669581,2149.0394082427374,54317.909767646735,21431.229436156547,1572.9867151455292,9740.888857386379 -3239,1110.5281251242964,3217.725026193931,220.9621616041931,1289.2053397385544,551.8525375722807,2294.722152201794,583.4702771042881,2704.1816342255147,104.04662631793143,988.986122308053,867.4844027732795,5488.309740449442,485.2628269381454,3201.590813977732,557.0417533601443,3618.3158004950105,433.1979885307464,4108.350995498533,131.2249396679511,1114.8341570877303,272.86216412296346,2143.5977284217156,614.6894655639421,4919.874289928853,201.27090464499813,1432.4018018046352,188.12295334264644,1950.8484109804645,261.7324863114865,3487.2835093911067,381.5612703263117,2335.457052626367,359.7482615333717,2975.2059665230868,422.3799728394962,4194.119590864925,5544.07429084833,1737.867655463343,42281.814364441525,16282.900688479134,1361.6647498193174,7431.769093864172 -3240,1121.032910207167,3075.6117663214372,218.30310807600986,1232.2666106725767,567.6144976211618,2193.37401247689,618.4053560301409,2584.7494067359944,107.04261663256932,945.3068020846898,907.4191827065681,5245.914389058025,507.6019769466384,3060.1901337927047,582.6588189071905,3458.5101460433216,454.19721764585023,3926.9025659659114,139.237115813369,1065.596663208913,288.7719930395996,2048.924113193127,650.5908838193563,4702.5843202101905,199.67546219169415,1369.138692668652,187.5216566648607,1864.6877151644387,266.1355878386396,3333.2649951971307,399.18883053699005,2232.309825209758,381.7133426125226,2843.803744377705,448.1691463856997,4008.883126437159,5709.712590493413,1801.0005122110463,44130.076641011874,17158.67331277161,1403.847730235768,7854.034993431687 -3241,1126.9102081120013,2999.649070975802,221.2528416313039,1201.8315947332676,593.5332363817355,2139.2011797047962,631.2421564238862,2520.910227201467,112.37003177717392,921.9592348132843,951.8625399241968,5116.348687395389,532.4631837799847,2984.608328124479,611.3546752490989,3373.0904726467993,474.05873450257087,3829.9143483576663,142.4397974649822,1039.2781286087288,296.7222127532898,1998.318962081038,668.3964704676632,4586.438002926283,202.2127007251631,1335.323155045871,194.12375457844396,1818.6329086466444,279.5313634880136,3250.938676866234,418.6050448512156,2177.1753400883495,390.49337451292257,2773.5663367105744,458.4777705881181,3909.8701200023347,6128.426409812548,1905.0990767027213,45491.149287688335,17372.614640344997,1508.9779652909053,7928.213528975717 -3242,1270.443972494867,3034.998693248094,251.60055498818258,1215.9946824490273,682.9131198489334,2164.4107798539253,709.5564783455707,2550.6181104256007,128.52126261123288,932.8241426508198,1076.5278480416694,5176.642738210448,602.199814945687,3019.7807014700106,691.4908434639158,3412.8409472113267,535.1369520327274,3875.048303145795,160.27079619163723,1051.525591032799,333.54647370267963,2021.868323628902,751.3726190071741,4640.487275738716,231.57651767624498,1351.0593855266457,223.36734965760292,1840.0647444552596,322.25431821754285,3289.2496430954343,473.382510589353,2202.8324499940877,439.3763902685362,2806.2516675709503,515.871256741917,3955.946320452957,7026.024467202147,2172.9257214557265,51488.25159085188,19512.502297243424,1726.2900702683985,8895.778240856484 -3243,1702.7074675748756,3150.534763557397,340.34523487102416,1262.285063871503,850.9723023729216,2246.8053840413136,881.6929016946716,2647.7148221948355,157.6892989247386,968.3348122175927,1288.7921223668707,5373.706730593241,720.9385052180717,3134.737454571715,827.6819677683719,3542.760684082609,644.2141902207729,4022.563310055092,198.467510379458,1091.554977169891,409.6826805043736,2098.836633801366,923.1538043062795,4817.14094789743,314.3848313298789,1402.491398497694,290.74313592941724,1910.1121715470758,402.1061045282138,3414.4645167871313,566.9276597497429,2286.689687029586,544.0912528558313,2913.0798156987803,638.8168427108164,4106.540946156251,8283.883168856879,2607.1142097242637,63963.67939708544,24708.57951189243,2023.7878866732037,11299.627091888253 -3244,2434.4308114009896,3358.538677611416,487.6840404682056,1345.623371061211,1142.6985693701663,2395.14347553107,1193.2065342481392,2822.5216685390765,208.19605399976663,1032.2660004672327,1663.5015332413864,5728.488415871242,930.5475165386098,3341.6984021622143,1068.0607310585508,3776.6600516978397,837.7765641194293,4288.140101239833,267.5601153991122,1163.6213800811583,547.0806268811829,2237.4055649683723,1233.1830079860822,5135.177169335968,452.96031016075193,1495.0863775117386,403.86649864000645,2036.2211777258851,538.8762863173926,3639.893543029123,732.1211225756083,2437.6610112095,733.5060440039736,3105.406531349086,861.2085062578258,4377.662090383559,10442.006488138335,3362.705856408542,86023.69783530573,34022.190374790065,2532.981865919099,15622.049233954143 -3245,2679.755809314912,3829.260435161923,535.9803651403212,1534.2215261009062,1216.024342855242,2730.8389236446683,1250.288036095774,3218.117041430246,221.67723380218635,1176.9450149561014,1761.1385740435326,6531.374550011103,985.1647826036315,3810.059881979454,1130.848778443679,4305.984328668897,885.0000931391367,4889.151743158452,280.5225054293373,1326.7107334378695,574.245851853825,2550.992985269939,1294.3622753374202,5854.906746546672,504.5351771704543,1704.63277696326,436.7846835426476,2321.6112546454015,575.8813460582328,4150.049075044601,774.9889827477851,2779.315577571366,769.0419512064506,3540.6501181179246,902.9311693640568,4991.220840468615,11117.408010436468,3572.866214183846,91083.26411404858,35879.13281179089,2702.5618440767826,16460.866029519824 -3246,2512.6573534987024,4221.87513459162,488.41002690819505,1691.5255103892475,1165.7816082104414,3010.832285640254,1234.3554631542193,3548.0711086305078,214.77845647844734,1297.617380055429,1764.19698189296,7201.037452087113,986.8756279331824,4200.705945547406,1132.950519995168,4747.47760695981,884.7370528670465,5390.437271946248,278.50508136712045,1462.7386021761408,570.7825544112238,2812.5467137555465,1286.5012508003472,6455.21129396697,465.55896071237225,1879.4090547060769,401.2410314916301,2559.6464367305452,545.8358118349454,4575.554286248192,776.2331865731031,3064.279258831743,763.5112586338759,3903.6735544833355,896.4375903023245,5502.971530516668,11048.629934273822,3537.385237705704,88953.24045935126,35001.66423601419,2705.7638268640185,16080.297236932958 -3247,2366.112495580228,4421.561488980829,457.8106763122688,1771.5313257575053,1085.433983394703,3153.2387054490177,1165.2707877623266,3715.8878635579695,199.25687353086172,1358.992118946282,1639.1792827422207,7541.63229934958,916.9418724521105,4399.391039110359,1052.6081710015353,4972.023920068597,824.137355248325,5645.3943071695985,263.3986801147975,1531.923248709079,536.9039100594066,2945.574617687983,1210.3804981251908,6760.530037182003,435.69645026616905,1968.3013905938433,373.517475798923,2680.7126571140366,505.87044468435084,4791.9689658877405,721.3495898324104,3209.2136148985687,722.0976248970263,4088.3096026775333,847.8138960045476,5763.251213881292,10141.021078117798,3274.2326551296937,83390.3006846512,33121.7923321709,2481.2030811597906,15250.780463224313 -3248,2199.4220087179024,4464.059008180865,420.4022029919339,1788.558271264758,999.9631667048459,3183.5458317348503,1090.798962593195,3751.602851627294,183.91305162644773,1372.053973635298,1528.8706566776236,7614.118154005215,855.236237689523,4441.6754686312415,981.8060887350172,5019.812169204732,769.268445942439,5699.654607192252,246.9820282123731,1546.647218473435,502.76407791276114,2973.885795578938,1133.4724046914814,6825.508383807639,402.3092504930482,1987.219577380724,341.0382018563623,2706.478133382861,463.58104636699017,4838.026629824181,672.8345290172197,3240.0587399875344,677.0919880337915,4127.604095419175,794.9728354393279,5818.644287058479,9368.950681003818,3036.6681020047586,77600.88370270545,30971.275905059625,2297.5198332676723,14281.35101709259 -3249,2072.293359868898,4531.249277120548,391.6713239226212,1815.4785496572129,927.7378133790653,3231.4626043904245,1032.3817209149706,3808.06966895515,170.9283500078827,1392.7052856630671,1436.1757947967767,7728.721174612375,803.3835812323707,4508.528834308802,922.2552972295163,5095.367292704993,723.6594545841831,5785.442300683475,234.19538669084804,1569.926400575105,475.54614590669036,3018.646894398346,1072.208174225937,6928.241735476524,375.4131186978772,2017.1299834935737,314.51019221709305,2747.2143766377344,427.65669507075796,4910.845629259339,632.101306487161,3288.8261101592043,642.0378887912333,4189.730252071564,753.8158624413884,5906.222939982945,8681.204203814255,2832.130915651921,72928.4219017019,29323.61579823272,2133.295376993446,13546.123407305005 -3250,1977.6789187896416,4585.833248238776,376.84937032923636,1837.3480215533218,891.523718080802,3270.3891896829837,987.3606488537921,3853.9421319591133,163.73633257064532,1409.4819802211614,1366.1543396987345,7821.822274899659,764.2142207936461,4562.839112253607,877.2324152950762,5156.746696955847,689.0382970336747,5855.134431072593,223.5977383629247,1588.8379218942741,453.9055522675081,3055.00987617733,1023.4254376247744,7011.700164633983,359.2003530481933,2041.4285726964815,303.7301266305594,2780.307649821166,411.67227542461103,4970.002263467711,601.3199368852039,3328.4437031078496,612.9848324746557,4240.200244139086,719.7047062523485,5977.370008408788,8268.407547339993,2699.991016842969,69768.59220410787,28070.634727938348,2026.66265347445,12963.859523607818 -3251,1909.8574653427254,4525.595938740474,358.88726899945345,1813.2134978061038,844.4193903479986,3227.4309234018247,956.4781963937959,3803.3185936783602,155.78011577485583,1390.9676998976304,1317.8259766596066,7719.0785631882045,737.17977729854,4502.90384271424,846.1821213726911,5089.010141792579,665.3385263082504,5778.224189075865,216.82833991035258,1567.9677078103798,439.96103266412973,3014.8807294181584,992.0013473170676,6919.5978290140465,343.6710423620303,2014.613344558951,285.68118797161935,2743.786859958801,387.88566705779186,4904.718693755109,580.0874779365266,3284.7228605393184,594.4267799344778,4184.503004266904,697.9157205475569,5898.854138403992,7861.485891574377,2582.136434850692,67128.30836890436,27189.223052218767,1933.221728804581,12575.014523330448 -3252,1853.2051694425436,4422.081334884093,341.8449407944006,1771.7396058649954,809.6963969003359,3153.6094338053067,939.557792480018,3716.3247429472244,150.6088750655212,1359.1518965468792,1299.2318977519658,7542.518974037812,726.7784199182956,4399.908278419195,834.1993250775322,4972.608484203286,655.8300445208023,5646.058039905241,213.7747364043723,1532.1033579367672,433.2979729460693,2945.9209308403792,977.0164835565729,6761.324877161608,328.44572750579505,1968.5328050877588,269.984844570949,2681.0278302708734,369.73986166984065,4792.532360842598,571.9026973765727,3209.590924261915,586.0554401916798,4088.79026793652,688.0869412836289,5763.928803131262,7655.820082585496,2521.0442012271874,65542.66712299357,26653.44062973547,1891.693180360109,12341.665943434915 -3253,1803.8583018586917,4310.898988196705,330.062869091407,1727.193576024904,791.746684723783,3074.319689715797,931.1312034169573,3622.8869079816436,147.3248039566607,1324.9793687440508,1280.4028914888138,7352.880906358612,716.2456463278047,4289.283418639963,822.137802921541,4847.5844879076985,647.0045192720323,5504.101812764449,212.09467712843403,1493.5823914951804,429.21862270852426,2871.853002767113,967.8740620326107,6591.328011516362,317.07890639678703,1919.0388948165448,260.922801865005,2613.6199869659004,359.6869883269591,4672.035935267989,563.6471628149151,3128.893663437938,581.4496205561657,3985.9877044658842,682.6792543520506,5619.009005881997,7492.94844758181,2475.1238235639357,64539.48868929329,26348.935713440267,1852.775597124322,12215.447667045397 -3254,1806.9446074820721,4215.247077263992,329.3012123669909,1688.8699301798413,787.3112016389641,3006.1054833647463,937.8401991236018,3542.500877877395,146.25663101614475,1295.580208867237,1276.8340236265178,7189.732312183811,714.2492543439374,4194.111122409348,819.8143755078457,4740.024389435032,646.472172809262,5381.974651399584,213.8014067674394,1460.4422018797127,431.49313210541084,2808.1312063657933,973.1008834981501,6445.077050495909,315.96228504501636,1876.4585100879779,258.4662312770919,2555.6279656056877,355.8818133939784,4568.370976664626,562.1415247181822,3059.4685484369734,586.1285559939969,3897.5450520329746,688.1727864534298,5494.332238824282,7392.373284942281,2457.7261885052467,64636.50613840261,26559.56343922177,1828.1582894824876,12330.963910414714 -3255,1856.41631038203,4114.981526060878,336.7750984734452,1648.6977952240522,804.3570116904868,2934.6010572327664,969.2570412908445,3458.2375365720413,149.27369092521633,1264.7630203634887,1306.4914493820954,7018.714466712259,730.8393465874991,4094.348319473386,838.7746063638468,4627.276275407187,662.6506051292578,5253.956851946173,220.8631880347863,1425.7035401387259,445.0277323029313,2741.335875488135,1003.6837401655947,6291.7718726096455,322.4434168261724,1831.8243182185267,263.5522004680466,2494.838777701698,362.5279334897826,4459.705879297927,575.2737523740615,2986.6948071177026,605.4881650796274,3804.836488141459,710.9028786710215,5363.641856903343,7486.686226734847,2504.5534853537256,66466.53189242158,27474.571653017956,1850.4250521685829,12768.61363661115 -3256,1928.8095348818758,4071.379329589047,350.7095767228901,1631.2282525943313,827.0380255123496,2903.506129818501,998.5236314757797,3421.5941758276695,152.56519082320466,1251.3616368202229,1328.3426104206114,6944.344420280914,743.062685870064,4050.9647517175704,852.7626994592924,4578.245822168948,675.3007550686426,5198.286113824445,227.4610173559736,1410.5968366276602,456.85821098202257,2712.288778999045,1030.4873611459934,6225.104483799257,336.4825569530791,1812.414373527645,272.9054608071101,2468.4035556084837,371.9792976071369,4412.450995959029,584.9779662962004,2955.047896200461,623.5758672663997,3764.520577353411,732.1396266286459,5306.808900408127,7553.345159127062,2545.346988914612,68311.59287501169,28403.519548670065,1863.0926291722035,13215.105066600614 -3257,2048.411164362808,4048.57102597609,380.989322014552,1622.0899369928322,874.90693315128,2887.240377111625,1025.4846645494015,3402.4260383280666,158.98695773459636,1244.3513747366153,1341.6421193736862,6905.441458137444,750.5023093270693,4028.270812759078,861.2580131022243,4552.597998108957,683.400261657783,5169.164757558412,232.7977573758784,1402.6945218785877,466.0546205194839,2697.094246397321,1051.3580455796978,6190.230780910167,364.12176089253495,1802.2610338465502,297.51770163778895,2454.5752941820783,396.56450809451775,4387.731972295054,590.9219782114811,2938.4934009910517,638.2063403249076,3743.4313293775494,749.3172462973051,5277.079587853831,7685.636094399461,2601.2671865826724,70649.87237234997,29404.72869358714,1880.2642902277858,13676.782188492156 -3258,2127.6361307698635,4007.633050788994,393.52630543468865,1605.6878343334522,877.3485924723283,2858.0454403897525,1035.2369326432815,3368.0216937236833,158.77505705275166,1231.768854786699,1337.955787833635,6835.615638297462,748.4402092380789,3987.538107436247,858.851176764329,4506.563448464747,682.9364360160605,5116.895663790465,235.05840290405092,1388.5108819811262,469.1560108450279,2669.8220121626127,1058.4738619826253,6127.636963860804,380.21529218069105,1784.0370933473237,301.5173212536609,2429.7553412052475,396.4336455818013,4343.364500054367,589.3809631138965,2908.7802085670123,644.4038154448135,3705.578838240949,756.5936938933597,5223.719290642346,7556.673267120926,2585.1054461761514,71214.12520252996,29875.172145050445,1849.313194084141,13917.0628014401 -3259,2138.7008014875946,3855.7076664008723,399.76418561578515,1544.8178049802373,868.1960251699707,2749.6997793406586,1009.1509970931327,3240.3433399518062,155.36788555944833,1185.0737221811967,1283.1944711364488,6576.484245723149,717.807230405978,3836.37450237134,823.6544815597522,4335.724108759562,656.3962780347917,4922.919236621757,228.91039329790172,1335.8738149645883,454.79922446347763,2568.611714137493,1026.2586934795577,5895.34433893045,386.9408026110107,1716.4060209076702,304.49583220935006,2337.645731991144,393.3842748222299,4178.711870223757,565.3494899768642,2798.5112428990847,627.5492771741223,3565.1040287347714,736.804802109274,5025.693285988491,7234.0282028473775,2494.3310011178687,69665.10049909206,29348.530449436046,1761.094199831641,13680.91272833457 -3260,1979.8231131284301,3797.7446906082837,370.3362453836364,1521.5945098600414,773.9445643326434,2708.363455237129,897.3837234910748,3191.6311556205123,136.99608792115865,1167.2584712819134,1115.4953699344144,6477.619749211405,623.9978896684087,3778.7021626475603,715.999548068561,4270.545030545378,572.6937471351359,4848.912835403187,203.62113431499603,1315.7915814816167,401.96206790290876,2529.997692668877,907.2502935092115,5806.719440268106,361.1116111836404,1690.6032346884049,277.06534109402656,2302.503829466794,350.2125939430787,4115.893161977632,491.5803339347228,2756.441134513803,558.2197200214321,3511.509706655757,655.4050579039467,4950.141879222053,6198.884090330882,2170.905574646737,61949.24885259006,26354.83038771317,1504.0798695199098,12310.047909791294 -3261,1645.5122676478632,3644.844593575756,300.81522552945273,1460.333954673932,639.9808908601044,2599.32267739622,769.4649545686243,3063.133651669489,115.62896395499654,1120.2637551909645,978.5877259636674,6216.825838908919,547.4130079918108,3626.5687323107004,628.0306545410434,4098.609631315689,501.14047014847813,4653.6919073432055,174.67101521080852,1262.8168091172063,347.5695214349399,2428.1380564332503,784.2488052398514,5572.93648796663,294.79025041923626,1622.5382593711831,223.097708526899,2209.803269628251,287.8227544347355,3950.1841648988684,431.17724928897087,2645.4647126458794,478.85405183923444,3370.1336483319596,562.2219286004148,4750.845392670556,5373.138524991225,1871.5712724766595,52761.46387385173,22424.450712950627,1317.7856564191063,10467.282569868838 -3262,1289.2002382198214,3343.982948197999,246.63629626493187,1339.7915103736732,560.6101035026395,2384.7630500893315,636.5067363369039,2810.289008559713,104.01122717357306,1027.7922140893556,875.1775560403679,5703.661449344057,489.566306390365,3327.215657614007,561.7754997312243,3760.2922063115625,442.6191802363681,4269.555528307399,143.5643467525775,1158.5783064190816,292.4988256493431,2227.708767307875,659.412214914812,5112.921582444835,230.46177997989588,1488.6067520407514,194.6626480864013,2027.396302584079,259.9698078281711,3624.1184364748474,385.27830886237115,2427.0963170115947,393.5762843031246,3091.947863300897,462.0974110219646,4358.68953387386,5195.769921034317,1710.2901403284964,44808.83766182638,18179.831544904457,1275.732886129128,8392.013448793712 -3263,887.2690632203647,3090.0375248043147,167.59722394236,1238.046397545137,425.77456848092345,2203.661749086916,520.9701870267679,2596.8728389222783,82.15964706458142,949.7406411564546,698.885743608775,5270.519670786713,390.9502817182046,3074.5435591063874,445.0653273009129,3474.7318397641375,331.1111797086457,3945.3211936427624,113.88727497917678,1070.5947062883222,227.06312598794625,2058.534326266938,512.3031273429303,4724.641182650231,155.05500416922064,1375.5604603072977,145.8939907325247,1873.4337912848082,203.76645903989842,3348.899242765918,291.2252386240146,2242.7801852044936,312.21770258156295,2857.1422373690234,366.57440448583594,4027.686273310678,4250.014893454188,1382.85370484109,34213.115289374204,13498.515173573654,1072.6564872704223,6220.215633258912 -3264,883.5023171902423,2932.8486896151408,166.52179428130614,1175.067527684132,437.8228175155296,2091.562455563985,543.8826160900375,2464.7710720641403,83.55624743391985,901.4277569546173,711.1659164883555,5002.410678179881,397.8196979149494,2918.1428950643167,452.9360632266286,3297.9737757914836,335.9648462985835,3744.6244584420656,118.98261339372554,1016.1340295197399,236.14076610994843,1953.8176002254563,532.8753054814057,4484.300786060832,154.60102447719422,1305.5863112064121,146.74642699959347,1778.1330471701403,207.14638569209058,3178.54222706281,296.2500511246839,2128.6909542266335,326.1863821724731,2711.8006819164666,382.97501329229414,3822.7996631232418,4368.09091060099,1416.8256944702575,34830.871655412935,13836.993864217517,1088.6449551579499,6376.5398379260905 -3265,886.4303680090662,2847.5937282634386,167.7932258712095,1140.9094966158818,461.2543863590098,2030.7628388141766,565.0752218196621,2393.1226562308652,87.42479208659793,875.2241587762871,744.8702849172702,4856.995631524497,416.67361281150863,2833.315416368135,474.50248901043693,3202.1049954518726,350.3881926555517,3635.7719920289383,124.64494515028454,986.5960353771841,249.20145516603787,1897.0220878673488,562.1938102030298,4353.946672819759,155.77491534126736,1267.6342303856932,150.99934363095585,1726.4445080540745,216.5739255744684,3086.1452017125002,310.1107508782416,2066.8120493670294,341.7094527930557,2632.9713638036915,401.20063061469796,3711.674722143883,4672.7152903224915,1507.8553149110464,36223.49653907652,14141.449383703823,1196.42011015499,6533.987350321276 -3266,1020.7841418924924,2842.3952566245066,193.23246935329792,1138.826690490177,540.3007335023829,2027.0555462611023,644.6578105125282,2388.753851743967,104.0049812729525,873.6263788956996,886.8485546402885,4848.128863140268,496.09495607637984,2828.14301073669,565.083840387189,3196.259339929275,415.77867707683,3629.1346485769595,141.6952917231354,984.7949387326432,283.3310280575123,1893.5589479452717,639.1860446093957,4345.9982537487995,180.3743502075255,1265.3200798347232,176.9967534681386,1723.2927688427433,257.49798942136886,3080.5112385015645,369.0560882893825,2063.0389465837934,388.4523398817867,2628.164699557665,456.0813944433409,3704.8988132126005,5639.449767012546,1788.117495874634,42138.083192054655,16216.814028230327,1418.7204837151355,7450.297081446208 -3267,1373.3421316748147,2868.3876211223132,256.1524580971748,1149.2407236441036,660.655347023577,2045.5920135215667,807.2463370220631,2410.597879475635,126.4253876942812,881.6152802359454,1075.435433299782,4892.462715812372,601.5887281478813,2854.005045165459,685.0510340984102,3225.487624630123,509.49817303332543,3662.321373884633,177.12358887050829,993.8004241391774,351.7606926842112,1910.874651754715,793.763837340591,4385.740358741058,240.79585634939178,1276.8908353954805,223.0831758814502,1739.0514687208836,313.5499103272282,3108.681061387425,448.1318623616263,2081.9044650748624,485.5776907495826,2652.1980266158785,570.1161444285349,3738.778366084805,6542.2621669011105,2135.8776899154213,52853.68720301783,20878.33249976594,1657.7795814866813,9652.842360144026 -3268,1967.4627436658316,2879.8892416719727,362.2513631591449,1153.8489330179812,865.0017501086148,2053.7943997561483,1080.0729310286638,2420.26386112448,166.17905286488948,885.1503688513704,1410.4060064561452,4912.080444356539,788.9681977398322,2865.4489946632825,898.2036628770529,3238.4211397774243,674.6008580537867,3677.006498887664,235.11133369076268,997.7853511749686,461.61446002993586,1918.5368501970042,1042.1026498937854,4403.326239067731,343.28943230273927,1282.0108944014212,302.7281044665668,1746.024692967936,412.81273255957984,3121.146207211754,588.4503735486721,2090.252456469611,644.5489232158618,2662.8327731543377,756.764064741388,3753.7700672653996,8198.869651304803,2734.8444154526514,70940.24308472242,28798.684614732058,2030.6094055997924,13326.922276267338 -3269,2215.790137956942,2978.9201572790475,403.40521951857136,1193.5264020871311,924.0177183184386,2124.4183449181687,1123.7359235072079,2503.4896125560595,181.74658865484355,915.5880850693734,1541.41039709939,5080.992434755803,862.2508535911845,2963.983352672874,981.7301637773467,3349.7809122134204,739.4585868621131,3803.447931081981,242.0389476661002,1032.0962529542387,474.4856791991733,1984.5096862879568,1071.2221235897791,4554.743669593069,386.93485203686765,1326.095476146346,333.25438429575564,1806.0653436690686,451.7196906728823,3228.473239852871,643.3674798971205,2162.1300869072124,663.5407176911204,2754.3997555987403,779.0623062963064,3882.851172663711,8818.876490428927,2929.1638173646934,76733.2261234262,31018.258072525205,2141.4632501098176,14302.77642407185 -3270,2041.3335832206296,3220.324262013397,368.35809019366206,1290.2467428014068,881.5636699389865,2296.5757984783313,1085.2243977128894,2706.3660364689636,169.79004947557027,989.7850122483468,1440.7468159512907,5492.743124641556,805.9405685860825,3204.1770167934546,917.8914288782848,3621.2386282563093,689.4920986630233,4111.6696672245225,235.69978730725794,1115.7347054100007,461.28394319153546,2145.329298382754,1041.4835997698272,4923.848499464333,357.8957659342602,1433.55887708012,307.40793172803393,1952.42428058613,421.8472222363572,3490.1004909965745,601.1801165434122,2337.343604017985,646.1621467849703,2977.6092986461,758.65814846649,4197.507545330566,8336.54467515349,2780.861451182924,72285.54509926157,29286.69562921889,2053.5262874313325,13571.863187036734 -3271,1902.8543447713557,3497.0779890200383,342.9030731323151,1401.130171231442,816.0368769110528,2493.9428521876225,1025.2542204253368,2938.9503436060013,154.81512467016245,1074.8468472648556,1312.8468495913282,5964.787865342371,734.394499235773,3479.5430542595664,836.3269108021146,3932.446818863725,630.0121947640499,4465.025358155192,224.1575123141565,1211.620620289833,436.5604230906437,2329.698272025415,985.8461646014113,5347.002602148028,333.0348473794767,1556.7585084946686,282.9541496566998,2120.2150533118065,384.8157497362476,3790.0387083694786,548.0035305744176,2538.2142310344957,614.519431814666,3233.5041725538354,721.506477370825,4558.240118448043,7505.721124108806,2542.7717631069613,67103.59737219138,27513.03762189069,1869.5985482389199,12804.839392945689 -3272,1788.5338127983982,3710.280374712989,322.12600499362395,1486.5512845468547,769.9500843413925,2645.9882362304534,962.7217227675329,3118.1259944371404,146.79049925832743,1140.375815395083,1245.126078919509,6328.436319004601,696.5121205859913,3691.6764074815114,793.2382131308987,4172.1918420015545,596.816575579215,4737.239492791911,209.9564659095837,1285.4881198456414,408.2601615517504,2471.7303431144987,921.9935976687377,5672.987242657527,313.35462997190325,1651.6676380596832,267.21434126702576,2249.475798701947,364.80047470929765,4021.1016978224065,519.6596688638645,2692.9586579976462,575.5877945136543,3430.6375524501673,675.796891907622,4836.137171606634,7151.120367750716,2405.801683587961,63182.049849322364,25869.312710472794,1758.2112097833917,12013.750774167513 -3273,1673.9501789763754,3818.1486958881364,300.5720373879091,1529.7695255449444,719.3062033749252,2722.914581429756,917.9892225293222,3208.778716674753,134.43179573736825,1173.5297585724697,1139.6075488589147,6512.421822107627,637.4860216407357,3799.003858827485,725.9718405065511,4293.489233078682,547.6557281650975,4874.96441368326,201.71249282995825,1322.860887230929,392.0058791710037,2543.590519592417,885.3051047895691,5837.916991385972,292.79761117916786,1699.6862774248016,246.7655676823667,2314.8744083552333,334.23101758257235,4138.006472020823,475.7801698995304,2771.2505659116823,552.9872508134428,3530.375867609663,649.2616225123932,4976.737327117601,6475.727398961463,2220.7010923506928,59108.86498788246,24427.106994818852,1633.3229656015649,11415.235730809132 -3274,1585.7288457513973,3860.3862921365403,285.67414719636855,1546.6923309984522,681.7390913932838,2753.036343537444,875.0644451460897,3244.27526504945,127.16125778419732,1186.5117244611872,1077.8946506470222,6584.464339419146,602.964391800348,3841.0296686939496,686.6253263566261,4340.985200147472,518.3059490774361,4928.892847338093,192.2916125173423,1337.4948023814409,373.5242904282386,2571.728540907174,843.5812938880674,5902.497918021806,277.29778521516585,1718.4887569647246,233.980137660576,2340.4822980456393,316.171189059417,4183.782438479835,450.0336451927454,2801.907036318975,527.1602599750137,3569.4300277218113,618.93818566696,5031.791605669803,6115.622396971226,2100.9768782498427,56060.236425192415,23234.111061870328,1540.766800762348,10857.575182777247 -3275,1490.1203124786348,3759.340965775383,265.5331841232565,1506.207773356025,613.5621132556679,2680.9758203759375,810.2587360359794,3159.3565993630377,112.58714012615654,1155.4548676192348,952.7130362847854,6412.116471164289,532.9389436517708,3740.491000523189,606.8476848390917,4227.360232829735,461.4681503950718,4799.879440733438,178.33882372405864,1302.4859746150917,343.8240667082385,2504.4137361018634,776.7297292336604,5748.0004705286765,260.22016153702174,1673.5074405484925,211.603216573312,2279.22034658491,280.27855988390377,4074.2722418496687,398.149278434234,2728.5673263797967,488.90921162530736,3476.000460113735,574.0276788192919,4900.084831658118,5216.455052058761,1846.2230284065217,51087.22969711511,21641.129936345835,1320.4796860125205,10166.507252812862 -3276,1467.1475518194518,3619.631997932844,262.1735982576523,1450.2323416812403,610.8340191627221,2581.342302670189,798.0900828319913,3041.9449430217023,113.29370074875048,1112.5145202516144,959.2920772091888,6173.821998269161,536.6191988670938,3601.482556845185,611.0172176886249,4070.2581928168725,463.20152284380686,4621.500781138995,175.31380310448586,1254.0814875522042,337.41582484600156,2411.341822352401,762.303125153294,5534.386642943778,256.07537588383633,1611.3146255512988,211.2954136457419,2194.5173294853653,281.9117662423005,3922.8594344452936,400.7595140208039,2627.165158199829,480.61623079599565,3346.8213191622253,564.2909006552694,4717.982223673306,5316.193785477076,1853.2290612428135,50673.45214009949,21353.514251739485,1320.9532107692614,9991.635901390391 -3277,1413.0462447454795,3479.4681633491623,252.40125764449894,1394.0746642810511,600.4471854662855,2481.3843965289143,798.9225281018881,2924.1510158904744,108.96030123678568,1069.4343669991442,922.5626162777985,5934.75168233409,516.0730749408302,3462.0215272040637,587.6229349010722,3912.644657414193,445.5366499877787,4442.54135338892,176.9294967055724,1205.5194043691317,340.90835894703787,2317.966883544827,770.1601837733634,5320.077327967359,246.62860466071137,1548.9193221704522,203.30042421301468,2109.5385349182175,271.1366568253272,3770.953654747623,385.42383496709454,2525.4328431832114,485.04559434253065,3217.221594652083,569.4914107189106,4535.286723040823,5117.201966798044,1808.1802797508792,49565.354686597835,20997.377350650702,1306.3269051515329,9876.841909632823 -3278,1399.2467838754899,3414.6821864394333,249.654116475586,1368.117683279789,596.5180070420057,2435.182245892495,812.9274257678206,2869.7047697108023,105.36480760621521,1049.5220278271174,891.497268065802,5824.249540223216,498.69540377466495,3397.560398033525,567.8202251087583,3839.793148352757,432.05092400906994,4359.823429835875,181.55999554912987,1183.0732290833914,349.84705628731166,2274.8074862045437,790.3525148660173,5221.020118432237,244.0382540871063,1520.0792101963918,198.53608889733295,2070.259970379824,262.3200441889483,3700.740362102065,372.5898133447183,2478.4105322481823,497.739933644322,3157.318519193566,584.395818225015,4450.84192655931,4883.838986496382,1770.2775512928565,49249.60405535847,21081.576549927555,1291.5230277500266,9987.920381568572 -3279,1428.8566464311718,3362.307569864799,254.79543963323175,1347.133405628617,610.7713959399812,2397.8312628568037,844.8513517291793,2825.689052056937,106.53622308809587,1033.4243909775241,901.1014014926807,5734.916823487356,504.0678680196922,3345.4483965585896,573.8546033797817,3780.8981523061166,437.12771925633956,4292.952175644907,189.25178359225725,1164.9271752576421,364.6171691499865,2239.9163416218316,823.7246854848692,5140.939773644287,248.60363753767982,1496.7641368014872,201.71250405922802,2038.5061888451746,265.3008200819405,3643.978166698611,376.67502823144014,2440.396510956091,518.8266827302815,3108.891363218859,609.1537433036178,4382.57462476953,4904.953287740254,1799.3511848868836,50453.32747869463,21741.293846675762,1313.9071942302326,10326.974667413444 -3280,1510.9023668786886,3408.2490729013157,270.3448191989826,1365.540208742042,645.7503361391604,2430.5944678743685,885.8556718339795,2864.298370052954,113.85496647449632,1047.5447737234765,963.3114296974815,5813.27690601574,538.8675878233614,3391.1595412041656,613.5201719492976,3832.559144150451,466.9145497397392,4351.609711077021,197.77466041447755,1180.8443702933037,380.70724519644324,2270.5218472967035,860.1033650255094,5211.183942362893,263.42138201576853,1517.215446714988,214.98980056252918,2066.3596901441515,283.46196143329576,3693.768327334366,402.60861255549463,2473.7413140083895,542.1918306039646,3151.370267672345,636.5867334790593,4442.45673288961,5273.26147663649,1912.8868692318558,53323.91825589523,22906.424715343896,1387.6321854531384,10846.566975415131 -3281,1612.6151177637341,3440.9994593541414,287.7938486305866,1378.6618933949492,663.3799079506507,2453.95042174696,901.8575031076709,2891.821851033638,119.37562374703187,1057.6107916207181,1009.454634567592,5869.137572638685,564.6796738593426,3423.745711733974,642.8187127043751,3869.386790953679,490.2261729276484,4393.42499413916,199.7315795410515,1192.1912843951034,382.33246166606364,2292.3396388835286,863.9619522009673,5261.259005639844,280.3543586366216,1531.7946019202775,227.07669578103622,2086.215656347101,297.3252601250606,3729.262311958098,422.0252069683252,2497.5118725225093,547.5566511596286,3181.6522664097074,642.8855624183059,4485.14497887459,5447.173559434203,1964.018329977056,55333.96702777067,23837.552652849372,1383.2497456707779,11232.789188095232 -3282,1687.9783216433257,3403.440488841406,298.1001553147659,1363.6136139596565,670.8585901059358,2427.165223836058,921.9316198237415,2860.257227756585,119.39078742856249,1046.0668280119912,1008.1959466220487,5805.075149023164,563.9755753548225,3386.3750681901197,642.0531539062818,3827.1519152727997,492.52498381634496,4345.4701712006645,204.50153025590635,1179.1783566614442,391.1890558391923,2267.318444338453,883.9993766243568,5203.831658095367,293.5943054005684,1515.0748584374091,230.63357386291432,2063.44433271119,297.65360082405806,3688.5569137551647,421.82094924065336,2470.251195535107,560.6332925481555,3146.9241052846,658.2388303145165,4436.189020003701,5286.008408755398,1956.68229356913,56509.36814332951,24557.301812915615,1372.1764329169446,11630.754579054872 -3283,1742.2206600753832,3273.218730794444,308.272775845875,1311.4393030854721,680.1845865848502,2334.2975143654053,912.7893184615066,2750.8186388092618,124.60704842019003,1006.0424286358462,1052.6150594802507,5582.962526816609,588.8232201156345,3256.8062638487704,670.3508806128896,3680.7181955254982,513.4671923888625,4179.204662198914,200.6352054801388,1134.0608706472688,382.4987721701739,2180.5667603169213,864.474932014419,5004.723693869349,303.12897915178416,1457.105367774849,239.56450336517548,1984.493239099101,310.58068184762624,3547.426088186069,440.3194436775396,2375.7349392483115,550.033907857065,3026.517125707876,645.7941063320965,4266.452444586111,5547.057640475771,2006.3398121249743,57520.99723484166,24821.11012018002,1380.2294681582168,11672.369529522895 -3284,1639.4118460949187,3243.5224532053758,287.9354215732861,1299.5412697462248,621.2009220786996,2313.1195996999704,835.7735549299464,2725.8618361590957,113.45212353565097,996.9151085010566,957.3881823276021,5532.3110981766795,535.5541775139972,3227.2588883693456,609.6790262358932,3647.3248789612453,468.9253020639666,4141.288827066177,183.9250549124941,1123.7721031717545,350.2638846324971,2160.783567948304,791.6550504258997,4959.318337156857,284.8463066106759,1443.8857790346055,220.57924724053936,1966.488923790905,282.9859000602938,3515.242064292283,400.7165187447975,2354.181083537348,504.2236553861375,2999.059048480242,592.008347613021,4227.745053930235,4933.31706782748,1815.602042951608,53001.024351413835,22969.828929623847,1245.333341925223,10834.388598614361 -3285,1361.3463114816307,3191.2128157928614,239.52881668225254,1278.583026477138,522.8209404282554,2275.8149565850413,705.0292906703737,2681.9007271045916,95.41298276093691,980.8374433672102,805.4937453637148,5443.089213089107,450.58582114743564,3175.2115402401278,512.99648523128,3588.502951659475,393.92953169961595,4074.500537455218,154.6964662526661,1105.6485624535082,295.94329919167217,2125.935711459876,668.7630934039915,4879.337344956991,237.0371863802955,1420.5996317499628,184.55822918236152,1934.7745379454882,237.92086505820666,3458.5502915503894,337.0635042434969,2316.214224771952,424.0945733377562,2950.691974205887,497.9288950675373,4159.562448742751,4189.310681477104,1533.8507407656011,44448.2207016813,19227.88263503978,1056.7272099774875,9064.156495437452 -3286,1085.9088849950372,2965.4691114405764,201.1217122211115,1188.137141047465,472.1453525839979,2114.8257250999577,590.6249624470389,2492.1853305489226,91.40321479436724,911.4538294830554,775.6394792429975,5058.049670755289,433.8856182070846,2950.599752631145,493.8720191681487,3334.65527801711,371.297251993534,3786.2738042964043,127.94989903273341,1027.4359152227025,250.8582476976799,1975.5488114246534,566.3473714623383,4534.177134524152,188.93764835824615,1320.107611385269,167.29883144384868,1797.9102181731384,227.08475010523867,3213.895359532237,323.64141663848767,2152.367183112473,350.7698601871641,2741.9625114250416,411.83844332497097,3865.318507687834,4490.23006695557,1493.1306738170492,38886.322511048435,15837.286260551145,1094.2703974267554,7306.381774526 -3287,1001.8541987182879,2730.433134779075,167.29864461172778,1093.9682379634478,458.8691122275588,1947.2097051420656,604.7381271981671,2294.6606923973272,74.65584817113874,839.2141827546668,614.378449352177,4657.160772677762,343.67767557479687,2716.7422857226607,390.60235897567594,3070.358490343796,288.86265440939144,3486.182814284925,114.16497394492838,946.0038062656942,196.0526851763699,1818.971545944353,444.99569158375675,4174.809118496687,148.72702774595206,1215.479045016728,137.38099279439993,1655.4121619810314,189.4880634269134,2959.1697136634875,264.46892982327034,1981.775717139909,312.97900390440253,2524.6411323704674,367.4682473933542,3558.962623872589,3891.9238110645015,1346.623661607805,32512.912513756222,12606.028389641435,1044.7911682956803,5973.688154605072 -3288,1008.4628907013466,2584.031130446786,168.6182596251305,1035.3111916971711,475.80937435871795,1842.8030452400462,607.0465992005021,2171.6241967035153,77.60718274391408,794.2166924831067,639.1197359517821,4407.450328231042,357.51772461663427,2571.0743655608794,406.3772120572662,2905.7301640612836,299.3515501201247,3299.258569563807,113.09396394464665,895.2804057988749,201.07967382208471,1721.4408367108517,455.73434551166474,3950.9616948526414,150.08080728513542,1150.3067592911727,140.85135277727062,1566.6512780673954,196.88402402829254,2800.503174013985,275.01979265619343,1875.5156760384748,310.04287006687775,2389.2734072682442,364.020936417449,3368.1360275930915,4105.889951471398,1389.2910545201607,33001.6399683594,12766.46485556293,1049.4977634963625,6013.829109510158 -3289,1086.3758473706275,2508.1983997285406,185.60365156767512,1004.9282470474358,561.4653014859863,1788.722896804571,656.2167394161272,2107.8942396648904,92.77716152950526,770.9090705805046,765.6226508043782,4278.106300615941,428.28229615363983,2495.621872855634,486.9252505817992,2820.4566352423626,355.14666552344045,3202.4362891633627,120.43404040535422,869.0068995975278,230.42724212328642,1670.9222659863906,520.7093981220613,3835.0140923823647,163.12590835093542,1116.5490766948246,162.86760729943032,1520.6752667495525,235.03957505678204,2718.3177078373933,329.1105254087457,1820.475520545347,330.1654150110267,2319.1561688299016,387.64679064880494,3269.292422578656,5130.216898036624,1665.0252473880464,37545.81510422952,13941.676273222578,1281.8534166521301,6482.055061464572 -3290,1314.0611392991798,2485.520060742974,227.0783127313061,995.8420027355107,719.2963865096448,1772.5498284343141,778.3314907418633,2088.83532466119,119.71879304950113,763.9387538657005,989.1274561382469,4239.425012520009,553.308836485477,2473.057246860123,629.1967266170622,2794.9549557599744,456.23217074934934,3173.4808701051306,140.44349189421763,861.1496132472925,290.3841040058319,1655.8143137722948,654.2949584860089,3800.3391043069055,198.88352846278323,1106.453592040163,205.74122326616126,1506.9258005230986,303.04671269005337,2693.7395363277246,424.92932733552504,1804.0153549642187,385.0205774943895,2298.1870900828276,452.05216662219135,3239.732511444749,6783.584291976047,2141.4524964010047,46764.92529352787,16910.989944444398,1652.4019334570853,7772.3419836700095 -3291,1746.5671694882803,2512.4221587230663,296.66867854441836,1006.6205273402463,883.4027765428654,1791.7350725658305,983.1341044931361,2111.4438939726424,145.78786889863912,772.2072669756456,1202.5872953879643,4285.310551271998,672.7163148227586,2499.824453215126,764.8357762201152,2825.206231240456,559.0396285272525,3207.829131724068,178.25475381772895,870.470290894196,365.70522211011547,1673.7360676979606,824.2410534422022,3841.472184082202,262.01545952527715,1118.4293243682262,257.4983400362143,1523.2360553364447,369.43926830291014,2722.8953038001764,517.0522256081416,1823.5411671285876,488.6787371230831,2323.0615842583084,573.7570790015894,3274.797849612297,7987.803736380804,2584.1871252152573,58721.82448875051,21827.653170954432,1965.192007162446,10099.413628833954 -3292,2076.11339245758,2484.5453480985684,331.0374731922246,995.4514769026166,815.2265723263678,1771.8547116424995,1066.0639945794983,2088.016174482044,128.69827122811563,763.6391703802541,1054.6953892363401,4237.762494791837,589.9869375210152,2472.0874215881704,670.5062634004393,2793.85889623547,505.78704165330356,3172.236369213858,198.79778531692804,860.81190789942,369.20974946475235,1655.164975561788,835.3028539043559,3798.848776935784,305.93885778022167,1106.0196891625947,250.40832598162422,1506.33484989866,327.5829135109076,2692.683169079572,454.98043204912926,1803.3078987642232,544.9966892376924,2297.285841265208,639.879914406419,3238.462029547108,6068.3867864289405,2214.5822769019883,58913.23843334856,24418.545192239286,1535.6300018513396,11613.306353619984 -3293,2371.4370607498636,2486.49477338738,375.18008556569714,996.232528568405,922.7188322865665,1773.2449452261287,1101.6841385707173,2089.654474840336,145.48473479792048,764.2383373511472,1192.017332994685,4241.087530248182,666.803574702942,2474.027072132076,757.9133615151657,2796.051015284479,572.1236550554574,3174.7253709964043,201.01871624437402,861.4873185951651,420.3484533219375,1656.463651982802,946.7481093007237,3801.829431678028,350.03367319218455,1106.8874949177311,283.01183531014027,1507.5167511475377,370.36173291028734,2694.795903575877,514.2730585179385,1804.7228111642144,551.0852882658659,2299.0883389004475,647.0285307226981,3241.0029933423907,6818.166695020085,2451.5770525284024,65446.020682471055,27015.235725928786,1658.5221997552114,12744.710789477122 -3294,2129.4871703408207,2654.73036868822,331.2862712779543,1063.6373646032866,821.6308986551855,1893.2222410432096,1037.6483172501382,2231.0399578546044,127.55018725350244,815.9465062208685,1044.560937131071,4528.0384191102,584.3178178661256,2641.419105980397,664.3533232247613,2985.231106102477,502.3749363002776,3389.526471092282,192.409979964627,919.7753284631845,374.44746595695824,1768.5395556075205,845.6062919954005,4059.060230840042,315.27622642399587,1181.779217446813,248.08867094636867,1609.5149458631402,324.8126911795944,2877.125099641202,450.7684007514219,1926.8298912750622,527.4847599023185,2454.644063160913,619.3191806157533,3460.288420278542,5908.312476821641,2175.3523820530795,58781.90135719535,24572.628469136205,1470.3376213561746,11703.815804370799 -3295,1979.2767708570661,2926.155653125391,306.95980843699067,1172.38591309264,744.7758190910936,2086.789313367714,994.764003199049,2459.146232711664,114.92436176564401,899.3706140506777,940.3597826448084,4990.994706628288,526.0286467472329,2911.4834185805394,598.0171507880858,3290.447489521834,454.1010669150378,3736.078873315391,187.17677383160128,1013.8151161158082,342.3994226659748,1949.358804741418,775.1196921056163,4474.067190001686,292.30808811896554,1302.6068404780503,226.44857922953875,1774.0751803560493,292.8286719673872,3171.2884948176825,405.9785453633956,2123.833081305167,513.1381211203494,2705.6120977657524,602.4748104074374,3814.075674828556,5212.610527922288,1971.9091947459547,54325.48880556127,22998.653836707617,1335.275391163111,11025.38630590138 -3296,1864.3916581224482,3149.040198706579,289.27730581849784,1261.6862554057159,710.5652370255272,2245.7395343981166,938.2172643513308,2646.4587873292576,109.79627189897293,967.8754491942404,898.7605560194816,5371.157527425878,502.7584205090297,3133.250383719382,571.60468876152,3541.080053335557,433.175832108767,4020.6550683803957,176.0494727369186,1091.0371604104998,325.0273223600982,2097.8409782394046,735.5190889490592,4814.855770909243,275.7477223136491,1401.826078320302,215.03229239378848,1909.2060439443158,279.6866084080827,3412.844747752939,387.9394296025786,2285.6049168913555,482.6330415638287,2911.6978957940923,566.6588355931863,4104.592866792847,5030.341485249149,1884.5350723699025,51472.72276195967,21711.94905747788,1275.042107403933,10394.29795360902 -3297,1770.6555728820895,3305.5792296682484,275.0618306740612,1324.4047763950605,674.7024488233659,2357.375419723234,905.3158938442059,2778.0144575994163,104.19976326792597,1015.9886123639859,852.9270821631499,5638.158182047901,477.1195951643718,3289.0045017611806,542.4300810057374,3717.107415683781,411.1504144182257,4220.522141685432,170.5780021623408,1145.2727017363873,308.3314202189202,2202.1248149399207,698.3370258432387,5054.2026223428675,261.6107268015471,1471.510960706748,204.3267851722636,2004.112823523681,265.4351154022066,3582.4975231780677,368.16081525971896,2399.222513452478,467.6332097314345,3056.4386225869575,549.0475522614503,4308.632494525717,4771.923065561361,1795.4617646191803,49068.518245589745,20719.48183341006,1220.9819651731768,9935.909196865741 -3298,1680.5675929763665,3457.3746494289794,262.10292141514884,1385.222734458701,639.9908664837045,2465.628396435709,865.1353106204454,2905.583588875391,99.02880985193785,1062.6437996006844,810.6040014039883,5897.067900574677,453.4444515557208,3440.038793863106,515.4881451138178,3887.800610811363,390.85988015152947,4414.332631646339,163.03481093296276,1197.8647403540879,292.70378618744155,2303.248532577412,663.1272915873398,5286.296532459589,248.2393358996128,1539.084178119968,194.48743080594335,2096.1436375378325,252.26200889091888,3747.0093008543727,349.89148574387406,2509.3971494921248,446.9538332497297,3196.7932628643475,524.7679228354442,4506.489097759184,4535.558030370827,1706.5116319420379,46646.64943666298,19717.777628349886,1158.8202181341364,9454.224586277356 -3299,1619.8065740536513,3413.4475508433957,251.58950628386086,1367.62301739315,605.8290530674445,2434.3017649225358,835.1376384175343,2868.667179837029,93.35269876892895,1049.1425555413725,763.6797749012874,5822.143685150928,427.19546917426163,3396.3319531071543,485.6413701605623,3838.4048067609083,369.281258185357,4358.24706257678,157.77192007696823,1182.6454691216748,279.1608763472162,2273.9849914178385,632.8284955772993,5219.132371071312,239.15382701448178,1519.529600071866,184.80534375987327,2069.511433176967,237.89974921757366,3699.4022973764836,329.7388770104983,2477.5144213665135,432.52581491057333,3156.1769377464534,507.8280049933247,4449.232650036684,4210.38220148084,1607.3175866693894,44530.812498156934,18974.99965712673,1083.6916453952417,9119.840989320075 -3300,1590.6550815489065,3257.0384845091166,247.6524137316196,1304.9565676933796,603.8712186448869,2322.7585639340377,836.9780229824044,2737.2207320627726,93.39556231824595,1001.0693377404308,764.403629035122,5555.364704576442,427.6003865447093,3240.707148028337,486.07884588912106,3662.5235889902865,368.60005719033217,4158.545926479546,158.6945064624059,1128.4549561946246,276.3567773011431,2169.787735104951,626.8929879943875,4979.98423445132,234.74013536818737,1449.9025727118535,183.6909990646521,1974.6834487975534,237.93079216955684,3529.890374105661,329.969090765526,2363.9911544336724,435.05505096216075,3011.556380182376,510.797577800211,4245.362423724203,4266.394797856673,1618.012285942246,44340.34585670433,18785.14203390206,1106.7942896438337,9030.061895414274 -3301,1537.890933266167,3152.874076425231,239.63836482474295,1263.2223268806104,586.6434449287779,2248.473666139706,822.8799429187042,2649.6807847436576,90.74120128996613,969.0538133575878,742.7760083464459,5377.69677744124,415.50209368574747,3137.0650377330194,472.32891575706435,3545.3912297765637,357.9480849619703,4025.5501154132603,156.32515192011596,1092.3654708783172,267.8408561066325,2100.3950471862063,607.9986592775545,4820.717737443108,227.00840602223965,1403.5327665262212,178.1481087049272,1911.5304545743231,231.14828091031407,3416.9998009151705,320.61168957628087,2288.387583739531,428.55955414805027,2915.2428151923,503.1712233149137,4109.590105996907,4158.697040960551,1575.59533247841,43084.37237805639,18289.212490789545,1073.67920238386,8798.409603900775 -3302,1548.0900503860057,3106.802602458175,242.15149659579154,1244.763449952208,592.778080293305,2215.6177722904285,854.4194324218737,2610.9622389545607,91.5923117200839,954.8934833055231,749.7967945407861,5299.1150101143585,419.4294571577617,3091.224573852918,476.79425948479053,3493.584086266767,361.41785180966053,3966.726634725563,163.40978243173154,1076.403245259988,269.97739232603135,2069.7029569246474,613.828980479104,4750.274844273409,228.53961524257497,1383.023598780379,179.88041441533628,1883.5981542539098,233.30505389949093,3367.068781293927,323.63025923031023,2254.948446484063,447.9818035818021,2872.6437356819442,525.9748614849594,4049.5385882406454,4207.6455774734495,1604.8609101906106,43815.33708805841,18599.48582055622,1108.8990036913485,8975.530141545187 -3303,1582.2483798122018,3084.5791302137513,247.34056651801137,1235.8594513656874,601.000955062826,2199.769092355698,893.9948570296073,2592.285594740753,92.79243723663458,948.0629724755686,759.4156989965768,5261.209565058369,424.8101841810287,3069.1125338205243,482.84483489473337,3468.5939021741956,366.34856198016155,3938.351983822963,171.8818116542618,1068.7035550299372,274.22455875075633,2054.898029768663,624.4765516994204,4716.295343589469,232.97937008147966,1373.1306025093702,183.01530549246306,1870.124465495059,236.40510633403576,3342.983582077554,327.8273358806077,2238.8184277395844,471.2075546637023,2852.0952404935038,553.2441860658091,4020.5715697544106,4235.129675306562,1634.065318974188,44875.10684091364,19136.59395281935,1134.0711118339245,9262.147075326871 -3304,1667.8698061321788,3165.3504096192964,261.3978237978711,1268.2210620873823,635.7432760670558,2257.3711691661024,927.4881934376214,2660.1659165716487,98.35526928837265,972.8884854584594,805.0607521510233,5398.977023713581,450.3436087113802,3149.4788125027962,511.9014763342231,3559.42080444837,388.293089108939,4041.479741307565,177.46655617080202,1096.688103261981,290.21835671316313,2108.7065838390026,660.1526816519194,4839.793945140903,246.07033169860102,1409.0867284097303,193.83678219159302,1919.0946294458147,250.55253524267454,3430.5213139876523,347.5053861477482,2297.443031334275,486.5179227691642,2926.7788105483796,571.2200696377935,4125.852289075143,4503.868632797707,1722.2449800325282,47170.852659445285,20096.56499208614,1183.0721573286942,9700.387471050582 -3305,1794.0545522553941,3244.692109639293,281.03740140362015,1300.0099012507785,678.7554530477523,2313.953740749167,959.7327389714939,2726.8448174335067,105.25905782056904,997.2746090710542,861.4353481901005,5534.306121600679,481.87904122631886,3228.422679949998,547.6833427084714,3648.640151808223,415.61096998814793,4142.782229745261,182.26542135912126,1124.1773500259676,310.81253202418657,2161.5627746407245,705.6887594911283,4961.106731929695,264.0092870689312,1444.4064630488692,207.97435393927665,1967.1980653045287,268.1675922113048,3516.5097063563026,371.8692024876013,2355.0300318923205,499.6738321046859,3000.140548227002,586.6664059289866,4229.269633850563,4798.123549747491,1822.4639954488516,50073.750815659965,21325.92179458061,1234.054541333622,10254.35120040813 -3306,1895.0391427658435,3271.7891514088956,294.4847298029007,1310.8665315271735,701.5431657642786,2333.2780091380646,992.875221661898,2749.6172178402235,108.0083239401034,1005.6030392655501,883.2712753631322,5580.5241660484935,494.0938588241059,3255.3838526137,561.6150535753602,3679.1106406111767,427.7126370122472,4177.3793931520095,188.62979359616799,1133.5655691792115,324.2431824700963,2179.614397048303,735.9287151396884,5002.537879106708,279.06325367974273,1456.4689765136275,215.2997806295913,1983.6265110070592,275.3109765257625,3545.876748644621,381.44186278446426,2374.697336211666,517.1215204314802,3025.1952933316225,607.1517144338055,4264.589070040797,4829.918912198137,1864.3689393199763,52042.41981185225,22293.782711073753,1257.2100608125095,10740.219949590804 -3307,1935.3442472510244,3228.771786305597,300.30208266788264,1293.631305912431,710.7828459165927,2302.6001544959436,977.8209186162455,2713.465350381645,109.4564348051604,992.3814069759372,894.9230359747179,5507.151636704628,500.6117469557065,3212.5821837839826,569.0196259010346,3630.737827340355,433.7856610810607,4122.455360393714,184.6886803974361,1118.6614901871676,329.9075102594002,2150.956906004952,747.5696467358375,4936.764692501469,284.90640810949145,1437.3193752328314,218.68175524007268,1957.545861581399,279.0421161139632,3499.255689753323,386.5157542038728,2343.4749017593545,506.31710607748926,2985.420135330995,594.4662653869251,4208.51840761364,4865.217818100809,1870.905225625399,52474.24942832813,22496.188608114433,1244.0493592682383,10806.683902858376 -3308,1826.1396122231545,3267.6303715764907,281.3859567415942,1309.2002856164484,656.0191347753512,2330.312173297568,903.0736307316522,2746.122172131834,100.44935980697038,1004.3248145861567,820.6494617197259,5573.430747040727,459.0637900188976,3251.2459255999265,521.7808589747026,3674.4341133579546,399.1071885450068,4172.0695151713135,170.89985582288648,1132.1246909900467,307.1206690318201,2176.843883431018,695.7613505716918,4996.179139994956,268.4204723816662,1454.6176549504883,202.48358827900353,1981.1051181094003,256.2122119148822,3541.3695753433994,354.5764281253564,2371.6788521551216,468.51555949773984,3021.3499596035685,550.083517991315,4259.168339609454,4376.060347523813,1710.76681305956,48752.92180975464,21007.809100443854,1134.8855303213518,10108.511510732247 -3309,1513.5537648178772,3262.042012358537,233.54128435497293,1306.9612681474246,548.2592364872212,2326.3268322297304,762.8011058913493,2741.425705454406,84.02416061694271,1002.6072005364671,686.6395474654306,5563.898967264844,384.099871796412,3245.6855873510826,436.60988942626864,3668.150031190411,333.59348433401044,4164.934368143713,144.14402233269143,1130.1885113328246,256.0078711887079,2173.1210065451146,580.2519248463329,4987.634586120563,222.94832057146937,1452.1299421261278,168.75647894367773,1977.7169971196995,214.27931043386485,3535.3130625007293,296.6351748918937,2367.6227650619317,395.16544321397663,3016.1827934992616,463.9632404626471,4251.884234632798,3686.7260594440518,1437.963772320172,40743.31965657688,17521.439199917586,960.4645710328308,8436.305564075778 -3310,1155.2838755097484,3014.8546046167226,185.74130703404708,1207.9238042924658,455.9540067250397,2150.0450133443487,625.472585223128,2533.6889837688095,72.19741299465231,926.6327422232531,591.7495620382497,5142.283991907381,331.0192833393679,2999.737618672959,376.13010002799115,3390.189019657506,283.6291524830489,3849.3285831857606,117.982669959674,1044.5463377135002,205.76124894682826,2008.448649082501,466.7236539220337,4609.687134973189,169.79907213410473,1342.0920472312978,140.59527014214132,1827.8517483237526,183.75042581110017,3267.418023698489,255.25366188705337,2188.2116687029925,323.4450746668876,2787.6258334184545,379.75644766304373,3929.6896589666003,3419.8406376967137,1261.181997089769,33422.79346578269,13799.364847363182,903.3619207297769,6593.078094233717 -3311,830.0196829476398,2809.514911847439,153.5294031155485,1125.6529370730989,353.5478306697089,2003.6069125469853,411.54602686711786,2361.1211535645575,58.16512907041197,863.520417566963,449.0340787324515,4792.046533220744,251.1855495507094,2795.4275335154443,286.8806448543807,3159.2855556363047,217.66896205635604,3587.1534363548008,75.4374624454612,973.4029984158367,139.3973211845571,1871.6545801698767,315.43737408499,4295.724485295677,148.5928899629551,1250.683072408909,117.93657151849578,1703.3580112613272,153.84079210784662,3044.876408554709,196.65338525900765,2039.174063016281,206.8089803501862,2597.762537419597,242.81415879801952,3662.041174023024,2962.8058192953476,992.4266652575092,24395.83179884858,9419.347355340993,730.5464384289547,4404.5093081620225 -3312,838.3076565266387,2712.563379853418,155.5542963516707,1086.8085884339084,369.87302251890856,1934.4658808101196,423.11474333309377,2279.642919689996,60.989407166190425,833.7218117513481,471.1777141464634,4626.681241574405,263.5724963192491,2698.962132741196,301.066851443331,3050.2640397390596,227.4044231731659,3463.36693510305,77.68217001065527,939.8125335473186,143.7300613137028,1807.0669966885082,325.22498161071513,4147.486414688754,150.66802594688346,1207.5241486396453,121.76253753405221,1644.5780531875391,161.23943303558508,2939.8029557330206,206.2523885283525,1968.805670032063,212.96276214100078,2508.1182160111393,250.0393061123821,3535.6704256245916,3165.931284788835,1047.1534865985907,25234.145400209374,9608.114669411998,781.5147945984165,4484.181502419706 -3313,852.9114014879983,2671.495446342081,159.90856501094362,1070.3544170103578,396.2771843731043,1905.1782642467222,442.6421530083262,2245.129357886887,65.60292586240126,821.0993483699372,507.3336184809653,4556.633758437847,283.7977779401926,2658.1001207269283,324.23848761047736,3004.0833526051074,243.55114022440344,3410.931912175083,81.29240991108753,925.5838674348503,151.03622200193564,1779.70818626523,341.70013070743533,4084.6938924632213,154.4755964782752,1189.2423559198944,128.44610755283693,1619.6793088322422,173.32866491553168,2895.294638169211,221.93017299802617,1938.9981525546318,222.86009972930765,2470.145561473834,261.65975749111544,3482.1407352085103,3494.956539633362,1136.0946679279318,26620.39743748603,9928.534951058038,864.0349903013552,4618.261567463022 -3314,969.557849109332,2702.6862824788186,181.54668868872008,1082.851256289989,460.27091698673513,1927.4220240602604,509.74875504097196,2271.342190105454,76.06324521159691,830.6860295907703,588.4531956139114,4609.834379494179,329.1753261632104,2689.134560787142,376.1660636001551,3039.1572928285527,281.934614127049,3450.755980934735,93.82488554714591,936.3904494859252,174.13205792864247,1800.4870299967504,393.96856373181566,4132.384416526439,176.66406993821792,1203.1272620316213,147.42030868358722,1638.5897479217133,200.9184458034711,2929.098424266007,257.35005970133244,1961.6367738289368,257.2174127079964,2498.9855527780733,301.9986346295959,3522.796197011997,4091.6042075959535,1323.2129883029563,30690.04050830148,11370.625668382376,1012.0859296507444,5289.261866708666 -3315,1333.7328600737917,2827.8395272110906,246.40153311399536,1132.9948298026395,591.3581229412849,2016.675120819364,675.4429762488642,2376.5211917646043,97.01083963775773,869.1525925178228,749.5074372209971,4823.301896613084,419.2675933241905,2813.660266188483,479.00390328577424,3179.8914945429988,361.777558498438,3610.5500756445267,124.57576060747884,979.7518650705667,229.26853055381605,1883.8621502847745,518.8882674579263,4323.742666857668,240.47371435087965,1258.8404543637364,192.98048572670183,1714.4678937009378,256.4611530051812,3064.73613194729,328.07519407006754,2052.4742523858886,341.5197859579075,2614.706031509477,400.9779430266135,3685.9262567029014,5043.545977521187,1669.8334029001226,40203.11156378344,15323.089366741822,1245.0841292825705,7164.884636837478 -3316,1891.9502517740336,3082.56471945967,342.7982871809193,1235.0523627924103,772.1042765383437,2198.332514356212,918.2554171340695,2590.5926804859205,125.3038156098893,947.4438318516193,966.3613521689476,5257.7736872027735,540.5736865102245,3067.108223659356,617.4531749716765,3466.328707292456,470.99649574216824,3935.7800094126255,169.691806613523,1068.0056290428583,309.21375090679516,2053.5560610543052,700.104601553175,4713.215326621678,337.8426488055614,1372.233867838063,257.2628964445372,1868.903164735463,331.62157826303576,3340.8004180885046,423.50077529004665,2237.3563482380086,465.20373779665954,2850.23265532983,546.1951123762631,4017.945901141037,6211.7388307119645,2127.1783641654406,53801.83039839561,21238.97732015793,1529.0506850838583,9995.955701321061 -3317,2099.859903789075,3657.061003818189,374.2341135643528,1465.228549826959,826.3029078783823,2608.034816244472,1001.4509631246317,3073.4003438028526,132.57643254421498,1124.0185384915376,1021.512767725195,6237.662747837143,571.4248830699622,3638.723887426059,652.7458221304114,4112.34692392015,500.31410994361204,4669.2896668696885,186.1518555778857,1267.049386887026,335.6106045224793,2436.2764365098483,760.2023847133532,5591.615275674623,374.2806805913375,1627.9765140077343,275.48228286051244,2217.2098579213243,351.06496737804844,3963.4239804939216,447.9424285435452,2654.3315055589505,510.3283460812374,3381.4293110585454,599.1758571348164,4766.768781123807,6409.368095704664,2239.8499358514578,58097.2261254972,23363.501229480127,1575.1649120943246,11051.738635487436 -3318,1898.108909438855,4098.411392196529,333.60994766418133,1642.0588484886407,745.2539155370528,2922.7840582866356,904.9864825629797,3444.311967635023,118.39661669032402,1259.6700952989713,912.1182765773909,6990.45163308044,510.2306070044393,4077.8612710355537,583.0051213948844,4608.64324222703,447.0084197299926,5232.800312651182,169.4856105112423,1419.9625426734005,302.63479861668725,2730.2971133123388,685.7806164422929,6266.436278388183,339.3033284874241,1824.447960882141,245.09644796780225,2484.7926056217807,313.54540929556146,4441.747615585786,400.01204125833306,2974.66803799311,464.63845889831794,3789.5152407576784,545.5314191461399,5342.043639996062,5700.028716901075,2004.927794782635,52251.25364849313,21130.556305034628,1400.4162623704544,10031.495008265805 -3319,1789.4981466145573,4333.122460441128,314.9607778764966,1736.097574611424,697.5761870785757,3090.1683696505265,849.9611157708881,3641.563552195451,110.91141605792413,1331.809879574005,854.3185153438504,7390.7863514146,477.8979501372147,4311.395458672357,546.0157836791843,4872.574672000269,419.06163718211667,5532.476463667048,158.9921022769215,1501.2820817252307,284.1413385816107,2886.657929923097,643.8508821744743,6625.3075122003,319.38616061008184,1928.931891087553,230.5120234910002,2627.093675724751,293.7507775306961,4696.1211344843605,374.7028696506342,3145.023682182416,435.8708987513273,4006.5361996543234,511.75546364394114,5647.976024368231,5316.233408121242,1874.597437449205,49052.33411599837,19878.68182630331,1305.7607437700253,9435.748447734055 -3320,1656.852560609407,4407.005765870562,290.0798322144839,1765.6994675953713,640.0137827451069,3142.858284502373,783.6605313990768,3703.655208875784,101.36636449115262,1354.518334505714,780.5985881951827,7516.8053435733555,436.65969831911696,4384.908300833697,498.9248014263415,4955.656081770181,383.40669400919126,5626.809742284947,146.88992114962346,1526.880177230833,261.6181964527802,2935.8778242265444,592.8985933864034,6738.274459928333,295.67558667679526,1961.8217679287648,211.34427679674317,2671.8877857937164,268.51185258044484,4776.193866164648,342.4267653581823,3198.6489252755528,402.69322206636105,4074.8509404574274,472.8015959661856,5744.278665587384,4824.419731478779,1711.524131666793,45094.903791109165,18367.313036528896,1184.4075147951162,8731.624330606484 -3321,1558.7428841182198,4501.6179786936,272.28863982255336,1803.606550700051,594.6433383564234,3210.3310296457526,732.4167392791776,3783.167474904347,93.95923986812493,1383.5979372440252,723.3267496624183,7678.180577620736,404.6223565738294,4479.046112175096,462.295228127207,5062.047044885611,355.9003324342827,5747.6094301307485,137.44385192462838,1559.6601462070942,244.18471153824896,2998.906990124014,553.447013298841,6882.935731352117,277.6066747889686,2003.939320863593,197.0274404109338,2729.249457018772,248.93940006978337,4878.732028027115,317.3705119790007,3267.319416974937,376.7971767672387,4162.332256544283,442.3970823669474,5867.600245929369,4431.614846269321,1582.7166097706702,42055.03568312643,17221.751999683216,1087.3249316151882,8195.467088808251 -3322,1467.7537718432093,4579.400134700657,256.6377352549926,1834.7705470155745,553.9569009447603,3265.801411664857,686.2659502339668,3848.535732301264,87.51438812879822,1407.50472611752,673.5380198385582,7810.84964069218,376.77099727936104,4556.438255424247,430.44967042805945,5149.512692753541,331.9575634315926,5846.9207123137385,128.61507917980677,1586.6090631041864,228.63496337523085,3050.724237269489,518.1905426533459,7001.863988564637,261.1236656108127,2038.5648092150773,184.5191794024586,2776.4073695854922,231.90066859352044,4963.030228700011,295.5756870710893,3323.774484868056,352.5934266686706,4234.251992617865,413.9794903939593,5968.984814739087,4097.2807732721485,1470.4966155290629,39338.68183927379,16171.783681685201,1004.80473591225,7697.463760109202 -3323,1419.2274744055042,4550.353667642243,247.34776873762448,1823.1328650733915,528.6067671856398,3245.08690969233,659.6978612350118,3824.1250315362554,83.32192164841003,1398.5771289521313,641.0494302236864,7761.306560788022,358.5971779122981,4527.537432216639,409.68265508917864,5116.850084901578,316.53796081728996,5809.834547124445,123.62079672150519,1576.5454332551974,219.50448330954202,3031.373938440897,497.52056871441835,6957.4521866453815,252.3267440663045,2025.6344899951825,176.60599775524756,2758.7970226340844,220.83775328161704,4931.550451915388,281.3830281038379,3302.6922681487194,338.90178820019867,4207.394749878005,397.9041552143204,5931.12441475357,3862.319938397826,1396.4867002941437,37701.36009101163,15587.322305352061,946.5551860042933,7426.587591716493 -3324,1370.8545162272044,4512.079907436732,238.1408065608221,1807.7981998589487,506.54015433429834,3217.7919591677564,634.3908889525361,3791.9596977746824,79.76919995791346,1386.813470658256,613.5896914426977,7696.024956788441,343.236451626908,4489.455583055248,392.1076530534865,5073.811431763536,303.1684350756825,5760.967089662495,118.94453159931194,1563.2848547875092,210.92441552645798,3005.876562261511,478.09948795533035,6898.931931719581,243.28401516224454,2008.5965508817028,169.59814077804188,2735.5923349521518,211.44803522162192,4890.070383941729,269.3666132405096,3274.9127896429936,326.08198235814643,4172.005672564769,382.8524376040843,5881.236768610022,3675.591931784141,1334.533495569739,36219.075388443736,15020.841157283832,900.440958993828,7160.306317120551 -3325,1337.736756584674,4428.3195046327,233.38042871389058,1774.238974731083,502.1712432992119,3158.058187566052,623.7416079786776,3721.567311509809,79.3632844570047,1361.0692335659694,610.7278459507421,7553.159102549462,341.635561479204,4406.115168939856,390.2863657612383,4979.623275083119,301.06150550278505,5654.022856876284,116.81225318637789,1534.2646752205144,207.74449016482203,2950.076701266307,470.8346531994598,6770.862985829236,237.73924719369785,1971.3097874324676,167.62943759074108,2684.8099196173616,210.31748187185545,4799.29312079443,268.0343860138735,3214.1186503467316,320.23642088104316,4094.558268528601,375.98917136505776,5772.059898778276,3702.239709589485,1331.6150538390334,35735.806860006975,14715.101160968492,907.7221527323225,7004.315171747076 -3326,1323.6776417533001,4347.223323113402,230.36839590614935,1741.7471895735575,487.0083856939552,3100.2244066567396,611.3169160365142,3653.413941384922,76.61177097287131,1336.1438600670324,589.2324683213478,7414.837474901843,329.61124417598097,4325.425617257447,376.54141472535963,4888.431021996728,291.47851872913867,5550.48026844385,114.66108460179237,1506.1675592671227,203.15325503082752,2896.0517025254835,460.50130867364976,6646.867611699914,234.8297950542012,1935.2090281748872,163.37650763287138,2635.642773398954,203.09316988524873,4711.403268745341,258.6941763422741,3155.2582295436714,314.33907270524634,4019.5742841438787,369.06510242946115,5666.355688230259,3517.945437549648,1280.7228179572576,34870.10265535977,14490.303815649997,861.6079257218568,6909.837647304021 -3327,1361.6133255305544,4228.6331502434905,237.3289870003668,1694.2331593628248,500.50743728258067,3015.651767757288,627.9768600999317,3553.7505565823462,78.95776769522973,1299.6944946751162,607.2827632191871,7212.564255286994,339.70841376334226,4207.430075376902,388.02668085391747,4755.0769619743305,300.25221522910226,5399.065821652933,117.61647564816045,1465.0800286875758,208.7784701842173,2817.04879733387,473.2155002821795,6465.544242614201,241.07651181597092,1882.417451544701,168.45668839477267,2563.7436992338694,209.310822382559,4582.87844115488,266.6168965955017,3069.1842942799053,322.44116666522456,3909.922220334402,378.57776056482555,5511.7802154136525,3626.798681788078,1318.4760425843112,35877.01920102919,14892.203013988486,888.3056360963369,7095.430962995824 -3328,1422.0826185388082,4180.027419619089,247.69840875995197,1674.7589137536556,518.6725545805408,2980.9885675522364,654.1982953134478,3512.9022171491633,81.66798621494722,1284.755246398505,627.991109800515,7129.659935416287,351.292473109129,4159.068062026798,401.2798271327604,4700.420059448107,311.00482652702226,5337.006633819256,122.46100454972351,1448.2397678544796,217.32511569439419,2784.6684252055575,492.5922470515292,6391.226492497108,252.03368039071907,1860.7801346336362,175.02450228182545,2534.274924997024,216.52401344599764,4530.200862589731,275.74832264572103,3033.9057681595154,335.72226136182303,3864.979890401386,394.17107682803055,5448.425439794048,3727.5396496184258,1361.9681035383198,37278.31921732861,15531.743716696199,912.5762818913187,7405.178424057921 -3329,1535.8560805534296,4132.461393407513,267.74528356449946,1655.7012334102724,560.1229934324991,2947.0668330499493,705.61363884882,3472.9276470888435,88.34706598239056,1270.1355571977056,679.3636077267033,7048.528986423962,380.0297777694083,4111.740539837451,434.05771322777576,4646.9322993669775,336.26947834580017,5276.274927552426,132.07533755408835,1431.7597298444202,234.45925615941223,2752.980687780154,531.4219153646176,6318.498441614145,271.60814683159646,1839.6056523222187,189.36865112001067,2505.4365047168208,234.22928268487243,4478.65008759666,298.30190223918373,2999.381869915595,362.07959551549146,3820.9989026425064,425.1171890802375,5386.425859105967,4034.651610429609,1472.399417217363,40271.14856842261,16762.97576755143,987.8152838557626,7988.146611235226 -3330,1621.5321133250097,4091.978278658411,280.241225560837,1639.4813739508938,578.8148074859109,2918.1962802685093,738.1356850836578,3438.9055679771745,90.59453858273571,1257.6928411953302,696.2008457799335,6979.478998872963,389.44837447203565,4071.4604142061944,444.85283153638994,4601.409238024725,345.84257556354294,5224.586593892329,138.5657877633032,1417.733683883313,244.57172604219642,2726.0114744044986,554.4760212735727,6256.600102318839,286.7203502638928,1821.584197400737,195.8585077279548,2480.892325386108,240.28114239662978,4434.775580818086,305.8246813573364,2969.998819753317,379.8729218850232,3783.5669892364576,446.0083107680901,5333.658446326362,4059.8313962018306,1504.8144300796087,41858.55230741277,17616.69707511523,992.669413014759,8418.669838538803 -3331,1643.877245706112,3949.2152082552625,282.86131558339883,1582.2822934878518,577.1834322060907,2816.3847278506973,742.6013299459013,3318.9272386024973,89.9809520423461,1213.8137980025663,691.1535567664425,6735.975298745777,386.6249672416227,3929.41318174935,441.6182777388291,4440.8728748607455,344.2187392490088,5042.308494416264,139.57575038854228,1368.2710523779701,245.60199247571302,2630.9049656358857,556.8833549101912,6038.316577806941,290.27033040513123,1758.0318187444052,195.83661394449356,2394.3376612132943,238.72330284961282,4280.052819514947,303.70432259900724,2866.3799533450806,382.64169662832126,3651.563932603301,449.25912564593887,5147.574991228236,3974.531497598899,1489.6915834067086,41955.80442796272,17789.62486257983,970.8258317992752,8514.114571092909 -3332,1542.8867096863469,3888.0681652746757,262.95291428474826,1557.7832782898254,525.9990773332546,2772.7776846984866,687.3509029684908,3267.539158741961,81.33072014535772,1195.0199059093363,624.1481454582201,6631.67990095444,349.14275406564803,3868.5727402837497,398.78856439639566,4372.113328917844,312.2628609349423,4964.236716108274,129.62458586622165,1347.0856460537066,226.53955222863874,2590.169768760492,513.8088889345449,5944.823267403968,271.6625474821675,1730.8116138395692,179.18570918049727,2357.265316415724,215.89162030570066,4213.783305215755,274.42497781085194,2821.998817103251,355.3609514727437,3595.025525613853,417.2288377197658,5067.873335928098,3494.5869767217323,1338.4839965229537,38576.436120089405,16580.79515226811,851.8996674038641,7959.039376069161 -3333,1262.9986637195238,3708.5908723758084,214.5470263998719,1485.874372934811,425.85449253024166,2644.783366824968,560.5289368375173,3116.706133773475,65.64209934216026,1139.8565372244884,503.57508669607904,6325.55462089237,281.69528969574685,3689.9953765920227,321.7699912872283,4170.292005019888,252.45920442010745,4735.082357377186,105.68233033082008,1284.90276376374,184.52610590412218,2470.604823269682,418.53559493429236,5670.404007905083,222.57038585961197,1650.915539551504,145.32480698485028,2248.451484031487,174.28308640938764,4019.270660803529,221.4627344547496,2691.7324002793275,289.72415386519225,3429.075387444421,340.1647577640179,4833.935002436337,2789.944311449878,1077.9871392731745,31348.480760744926,13544.823588104142,679.5780822594927,6508.414586282146 -3334,968.4740989860376,3364.3219743157315,172.23889714101153,1347.9404916764909,358.7033516036831,2399.267836361196,447.8446752130715,2827.3819610145915,57.40149938727266,1034.0435296641645,441.64413475436817,5738.352690591991,247.05168259672746,3347.452700448214,282.09074656856126,3783.1633400999963,218.0605084793112,4295.524142007463,83.0311862911116,1165.6250990608905,149.38352914746955,2241.2583061371306,338.402527414608,5144.019780974616,170.9374210400737,1497.660868666886,122.73615036796117,2039.7274857832856,152.13423208643414,3646.1613238564773,193.8507902909446,2441.8585858827782,227.62689010842126,3110.753942554451,267.2564399664658,4385.2002851671095,2663.659663239757,956.5650430566427,25770.373424070858,10597.550772281882,652.8803718850127,5023.948079706107 -3335,535.4591607477894,3130.000793650154,110.7362364121677,1254.057976897026,231.50272320539662,2232.1615735120677,258.7877924992954,2630.458038644693,40.4695472391329,962.0235795582329,313.48857947800025,5338.682983649482,175.36263914831008,3114.306445428809,200.5755102689657,3519.670336971703,154.08405994915097,3996.345794567218,51.278524840027046,1084.4406430217414,96.68543765270186,2085.157226490198,218.61069808859472,4785.744681965933,117.67281286095752,1393.3505007348642,82.53184943508096,1897.6627974586847,106.81484009613047,3392.2103545896352,137.45006595543077,2271.785926003426,140.57815695609665,2894.0934855160863,165.05263392755677,4079.776096840314,2042.4205289954361,671.2375668328455,16816.439996901892,6559.067623341125,493.3396091828605,3038.793360735249 -3336,536.7113205461139,3002.1833276331467,110.0717108786259,1202.8469634140347,236.34938124941954,2141.0084860605707,263.86422630107603,2523.040020845554,40.77155316258779,922.7381530378307,315.90615235161107,5120.6712399392145,176.71500726377923,2987.1298775944833,202.1590867703249,3375.940231663227,155.05828347024263,3833.150055503646,52.73165151771117,1040.1561638234957,99.59944556821043,2000.007243947792,225.18390731433172,4590.3128598736785,119.23426258894528,1336.4513042110937,82.55887604155498,1820.1693825630769,107.59557780502243,3253.6852358101405,138.48136583991447,2179.0147289532715,144.56184936553805,2775.909587133235,169.72988208027562,3913.173377865678,2072.613611202516,685.5269932152441,17057.42991469488,6618.573237571871,514.7593255757976,3082.025401192085 -3337,538.5148800578245,2935.707848386238,112.32849399005437,1176.2130708007292,250.89692871121505,2093.6014660186665,272.5157351156225,2467.173914002217,43.85244242829859,902.3065356952095,340.2743342988893,5007.2873997161105,190.34634498152465,2920.9877175344573,217.7571596445674,3301.1888856201267,165.7916152278873,3748.2749965358757,54.462626774208886,1017.1246324558543,103.2362489821771,1955.722326762693,233.37367668831618,4488.672415586114,121.05299960550246,1306.8590937288548,86.94561123653526,1779.8665033542238,115.62191071790923,3181.640906145706,148.98109102354547,2130.7661602999246,149.30725325642985,2714.4443466689727,175.30145470721206,3826.5264122138683,2302.8664751581227,741.5569942979121,17829.795968276314,6764.6334646460955,565.5459961396109,3124.441691472523 -3338,617.8270280035059,2949.028935900468,129.99445837181207,1181.5502630762244,302.2570808165941,2103.1014059953523,319.4571769595491,2478.368978810629,53.40092165883893,906.4008478500326,414.8727547794144,5030.008500420046,232.07601792062533,2934.2420108847496,265.5593215657558,3316.168382326695,200.91393193628159,3765.2831941614336,63.57973076106668,1021.7399439723839,120.58526212127519,1964.5966254374266,272.58653868512414,4509.04024547886,139.72142607150226,1312.7891062694073,103.65020711934437,1787.9428374716877,140.69139190142454,3196.0779411432177,181.45652787054576,2140.434739041272,174.30145266540168,2726.761427441966,204.6471122025636,3843.889683985149,2877.6052473133454,904.6513853333366,21129.248315376386,7870.0148482716295,692.1403525793781,3609.7652167237434 -3339,912.1054662029285,3034.998693248094,190.67878084623058,1215.9946824490273,402.0421322354294,2164.4107798539253,431.225016461633,2550.6181104256007,71.7540403637641,932.8241426508198,556.2480265519775,5176.642738210448,311.16004965673557,3019.7807014700106,355.9541304009681,3412.8409472113267,272.39273540137884,3875.048303145795,85.1073792887291,1051.525591032799,159.9833803155524,2021.868323628902,361.7738773167645,4640.487275738716,191.2241779195376,1351.0593855266457,144.39778219107757,1840.0647444552596,189.29857516115152,3289.2496430954343,243.73418498453208,2202.8324499940877,233.31869551820552,2806.2516675709503,273.93918140389553,3955.946320452957,3680.3747750185885,1180.2166872550224,28928.801444428078,11065.712291668378,870.5707714686454,5094.512797295066 -3340,1289.3469265751562,3249.17579158545,266.99999870011914,1301.806321597334,540.5068305268949,2317.1512806885708,595.8872188632913,2730.612911435886,96.16641129421957,998.6526942664937,744.602442014479,5541.953709600851,416.523783945689,3232.883879963908,476.41792510229,3653.6820298736598,366.79137489402416,4148.506938673788,117.3445139493206,1125.7307959364798,218.37964011944362,2164.5497329284926,494.02338049436656,4967.962243619335,270.8060019793589,1446.4024179692283,197.25715403538715,1969.9164404698388,253.88958081215372,3521.3689997965143,326.5944083363518,2358.284333157234,321.69559384492936,3004.2862962849017,377.7023844719881,4235.113855509189,4792.622132801789,1560.2658759157127,39476.67157172201,15479.048219405662,1109.515895256121,7140.744748475639 -3341,1396.7735575915954,3776.8858185872878,284.7296084182904,1513.237248449734,579.085652119346,2693.4879406089763,650.0039568929886,3174.1013237763796,101.66549217992362,1160.8473781065077,786.8559001328827,6442.0418332752415,440.1599812869892,3757.947880504518,503.569311051534,4247.089332622257,388.4003068614939,4822.280488967483,128.87267018912445,1308.56467961212,237.06964446373948,2516.101840687226,536.5537659033573,5774.826401758722,299.99846521885087,1681.317703568355,208.84176824381578,2289.857473110751,268.4758568071204,4093.286879641146,345.2468644053394,2741.301556279274,353.29960278140595,3492.222962143217,414.80861086293874,4922.953538678833,5015.859095012033,1650.643781038247,42332.97442212251,16849.63623003814,1150.8925187004572,7802.374038078119 -3342,1274.0753740650332,4195.038015773649,250.36567217121754,1680.773020166598,514.8428321093143,2991.6933814295016,591.5483140916823,3525.5171479184187,87.23727215706822,1289.3688386612318,674.3905517338176,7155.262744983415,377.2478958105922,4174.003392538123,431.83648670101405,4717.299400224201,334.71917367960015,5356.171974907323,119.21474467420546,1453.440437636741,217.67777472117643,2794.6682479241663,492.81303259461345,6414.17756677976,275.1863812697547,1867.4622484882764,180.20479412777436,2543.375577606433,230.54089852389552,4546.468941437302,296.1931783948551,3044.800609194071,326.82276139132796,3878.8591420082084,383.722185317615,5467.99088895142,4194.555597464056,1434.9560298282927,37765.55177722267,15276.014763392961,1008.3559715843452,7183.987396993311 -3343,1164.1456159595068,4416.557961131409,229.52730017103272,1769.5266253034602,472.7811749348312,3149.670437153325,550.2327933489131,3711.682890166336,79.65266206778422,1357.4542561502458,615.7721592231832,7533.0980366611775,344.45730410733756,4394.4125997876135,394.2102323764729,4966.397477868472,305.586680304988,5639.005865505431,111.31043903911352,1530.1896935708787,203.24276949758695,2942.2413462478194,460.13301863242924,6752.87968551276,258.0794045317427,1966.074021179569,165.09607103131694,2677.6791087918905,210.49406411068725,4786.546277492672,270.44250559806704,3205.5820042703094,305.15340327961496,4083.6831893606477,358.28021972850365,5756.729402972696,3833.2675077831063,1316.8587230662552,34719.296933883255,14104.606226427024,925.7378607428975,6630.263840137704 -3344,1120.6905436931982,4468.477710964902,221.17680079620678,1790.3286572292284,444.08597433883665,3186.6970317534915,510.8949749363463,3755.316337030311,75.83897282768896,1373.41208711499,586.0444061755823,7621.654910357098,327.8278714209632,4446.072015299434,375.18258819549783,5024.7809785252975,291.37761817546146,5705.296351540769,102.68142951887525,1548.178151276444,186.74779456793,2976.8294657724214,422.8570824840605,6832.2645429091945,238.57926926674895,1989.1866061908213,157.91042867611435,2709.157112858938,200.46719274608157,4842.815500602832,257.4765073519841,3243.2658787257524,281.49729658590553,4131.689761776723,330.50561517534084,5824.403812114807,3608.3663993436207,1234.2110180628554,32788.80516715738,13328.689821250104,853.1657714507626,6255.077326590238 -3345,1036.6758925777215,4549.119025743056,203.58356240387238,1822.638196661349,406.752245473843,3244.2064242272772,475.52156268821903,3823.0874363653047,68.63418821709988,1398.1976547290774,530.1190327852115,7759.200694964773,296.54372993989114,4526.308981018724,339.3693983110079,5115.4617362218705,264.25140349933,5808.258171817569,96.1364499292291,1576.1176711096505,174.38036769096652,3030.551439455133,394.8960961663886,6955.564429646995,224.04288458028876,2025.084877064748,143.96915720724715,2758.0484816097423,181.47507866822454,4930.212380358625,232.99809751714648,3301.796152692162,263.5544799604646,4206.25316260281,309.4389771696009,5929.515130015151,3230.1132099374313,1121.5034393959772,30149.680764996672,12365.99299277196,773.3301339309905,5822.963141390898 -3346,994.8566008647884,4646.135536899198,197.81669798769164,1861.508579682625,390.57328273900805,3313.3937958849056,449.0622325648332,3904.620278839229,67.34561157426423,1428.0162322604397,520.3693398701552,7924.6768182594005,291.0898410508069,4622.839035138691,333.09370847068374,5224.556320863986,258.9089195155888,5932.12763764933,89.81675744644508,1609.730649085672,162.94306542903126,3095.1823110307864,368.993157524819,7103.901852842004,210.44912634053554,2068.272726944274,140.87685746860194,2816.8678353727637,178.02542117570667,5035.356255841874,228.638139394865,3372.211708203076,246.22927950802102,4295.95756571162,289.09748152108574,6055.970575015882,3194.007051016249,1085.7586440873483,28939.714977251875,11794.886705272522,738.045766050143,5515.0761661660645 -3347,953.6358215510414,4590.966740715587,186.8128645491338,1839.4047932969409,360.70633955596725,3274.050142315295,428.4418554755196,3858.256327846649,60.629717651990454,1411.0597883860014,467.7744627437061,7830.578211635599,261.6687486654543,4567.946864539333,299.4290377002756,5162.5192837335735,234.53565094034192,5861.688809944561,86.50860685242243,1590.6165054313115,156.77837359194635,3058.429728005122,355.0479899717881,7019.549231116857,203.62451780873067,2043.713797137189,129.45828652856898,2783.4199933432633,160.4193396341529,4975.565804017085,205.7876335699099,3332.1696433643892,237.1601084487571,4244.946826684759,278.4493794027847,5984.061220737772,2775.831364672799,983.0744823243206,27080.856547010095,11241.937809624053,668.1687291529246,5309.309666981316 -3348,880.775463595476,4547.169600454244,171.7041233773687,1821.8571449955605,338.28041247312535,3242.8161906436476,407.21660586206195,3821.449136007012,56.261913021043014,1397.598487758184,434.18819646421235,7755.875659508426,242.88089902921823,4524.369330474818,277.91486047278784,5113.26961717286,217.3103369617355,5805.769170035022,82.7010394801156,1575.4422604139052,149.48383666382207,3029.2527630341187,338.56494790867487,6952.5837749047505,195.34937719665123,2024.2170713096114,119.70171658986807,2756.866580360864,148.83905255376695,4928.0996458623185,190.97057986613385,3300.3812402921703,226.72180498049408,4204.45066496757,266.19378067765683,5926.9741662198685,2593.201524441925,920.5964716660299,25301.656982940196,10554.244422645914,624.6933219372148,4984.707227893656 -3349,854.5876043379982,4479.3295272870555,165.36884428138532,1794.676517731445,323.0221481247707,3194.436009790259,393.29072554213604,3764.4362220911758,53.03797949755537,1376.747454698323,409.0165513023106,7640.164300916456,228.80011135061736,4456.869418796983,261.8213178257805,5036.983792048169,205.48007948372336,5719.151814648138,80.20767449608607,1551.9379428695402,145.12613357288237,2984.0587748737444,328.6813613218191,6848.8568780800915,189.16798688626977,1994.0173984823218,113.90381041938511,2715.7363725706878,140.3713538349441,4854.57640614918,180.0067401572255,3251.1422357037623,219.88633818094735,4141.72367965549,258.168267868139,5838.548530840835,2404.1702204663256,871.5754233309727,24288.767149118365,10192.212038697235,595.2044669878768,4839.507299628624 -3350,817.8306403309301,4396.218935013677,157.26770269391736,1761.3776440006427,310.9311540480205,3135.1656508814613,387.16636800469854,3694.589937711458,50.06508332528795,1351.202940575437,386.013499907571,7498.406795413244,215.93241515650823,4374.175556953407,247.08033304432556,4943.526344080039,194.12346245050958,5613.037251805368,79.67073746490655,1523.14290092907,143.84982848974263,2928.691807418564,325.81907734156925,6721.78148698298,188.45158384441822,1957.0199045534343,107.8636153275528,2665.3479255926845,132.5193124175374,4764.503390111043,169.91149011678303,3190.8197353991263,218.4143454026805,4064.877110107094,256.44000303357336,5730.218651679445,2260.5178184066062,833.3722085279696,23386.16916683479,9905.266224293024,570.4882036218903,4716.891438830749 -3351,833.2511576782192,4282.827233782696,161.000730037375,1715.9464199156146,317.43627289245825,3054.3003045350833,393.8839555128572,3599.29535739578,51.48137597942126,1316.351355064108,397.015271584609,7305.000344182623,222.08670543338235,4261.352420704307,254.10405855824203,4816.017939580239,199.4640214955499,5468.260148466427,80.75221493153879,1483.8564669940636,145.7709468442684,2853.152042149027,330.1733343248007,6548.406536968226,191.75630493439309,1906.5424784742177,110.76623318195037,2596.6005906389305,136.25101223851817,4641.612525731517,174.72395562780565,3108.5189029185963,221.37917540750223,3960.031710543643,259.9210061427271,5582.41908779412,2334.650114499516,853.0149346519213,23858.00281166056,10093.782226963756,579.3496972382907,4794.114613778594 -3352,871.3523939878312,4232.272077869482,168.72393746642018,1695.6911226406567,330.43648855174337,3018.2468707464022,410.50225089075656,3556.8087176043036,53.75105655408558,1300.8129398166036,414.4891741931903,7218.77098885557,231.86144645509276,4211.050756810296,265.2879094533504,4759.168918005005,208.37616626479252,5403.711958850205,83.96656489332311,1466.340795465222,151.47343278337604,2819.4729935997,343.0988466212514,6471.108132108888,200.2510000077569,1884.0373558080162,115.90649626617036,2565.949915153207,142.26414145368022,4586.822212670062,182.42498097412494,3071.825464398215,230.19119554359673,3913.2868829753875,270.26718769168065,5516.523348379233,2431.8262466256415,887.2091585659,24874.09685734003,10542.536810651249,597.5602875849373,5001.864821700049 -3353,945.4763147828533,4180.807194777133,183.5058267909687,1675.0713364402934,358.1009055346681,2981.544664581763,442.59123843016215,3513.557541530222,58.592423626869156,1284.9949147367092,451.8545522839637,7130.989958199593,252.76329661398287,4159.843927261595,289.18516367115797,4701.296912737998,227.0258529204567,5338.0022409705,90.35014115972328,1448.509933879842,162.97921281033962,2785.1878991332096,369.1612463966094,6392.418762103975,215.44165996864092,1861.1272591804175,126.21404904108442,2534.747688553763,155.07113759289624,4531.045961853199,198.85833155124737,3034.471736779423,247.69153099823004,3865.7008941179474,290.8143091218265,5449.441831884795,2654.6067840639917,963.4658531275544,26961.504172298035,11404.083176317785,647.6023182092177,5403.488129261046 -3354,1001.1630200220835,4118.0356286214865,194.24645371872347,1649.9214440123087,373.97517371274193,2936.7790919448294,462.9521439965714,3460.8042096053823,61.526946079605075,1265.701716188632,474.3560538509365,7023.923693944314,265.35043042968573,4097.387108252225,303.5685957984778,4630.710598558302,238.6010275052667,5257.856291827793,94.36440110193475,1426.7616845811806,168.97272291216296,2743.3704705072846,382.8531958891326,6296.441569536643,226.57346297041354,1833.1838818776646,133.00295360497128,2496.690424774966,162.86469804980942,4463.01583319669,208.8086830053282,2988.9115053459705,258.69647441224726,3807.6604038231053,303.7351990811004,5367.622704016656,2764.070202068484,1001.2349579329201,28248.964709522334,12023.06198296251,656.1590598794644,5685.824205002577 -3355,1029.7478435314874,3974.102895481273,198.6115410783973,1592.2537295193104,372.63138570078934,2834.133393982728,467.4664162945812,3339.8428936591176,60.78809015624655,1221.463170488562,468.1293104109719,6778.424959642171,261.86724719937524,3954.176077943185,299.5999094738551,4468.858955459487,236.8932200414694,5074.084781624863,95.49472113312694,1376.8938040377946,170.54766079857706,2647.4847508471935,386.46375835488635,6076.369640614446,230.10440746524387,1769.1108164011612,133.43455892928594,2409.426615267044,161.0200289175621,4307.02542299835,206.26335523172338,2884.4436860078736,261.7952044800733,3674.5758416151075,307.37341408263114,5180.014660782411,2652.765445594472,984.6321397666312,28441.272849326586,12232.507128416073,638.1313207005102,5809.810619287057 -3356,991.634695612295,3917.309576122602,190.02250575532204,1569.4990659036682,346.8167894163984,2793.6312109283954,436.1118414408087,3292.113690602235,56.73761969523322,1204.0074201592763,436.512001457731,6681.555486554428,244.18081425167387,3897.6675298000578,279.3987348223096,4404.995150092281,221.93152339299104,5001.571783085379,88.8258584731302,1357.2168174090364,157.46504706371425,2609.649936070998,356.9285949650684,5989.533136724942,215.48816901478438,1743.8287141961596,125.82507922282845,2374.9938542563173,150.3798030235413,4245.474356816246,192.48920854896716,2843.2225259775646,243.5127670530925,3622.0630192828535,285.9080277290361,5105.987833936301,2409.337956685122,904.8714583588051,26697.395263332117,11588.099154388128,568.3417047300503,5511.996752136953 -3357,825.8887313093126,3712.099841677559,157.33134803033101,1487.2802674484722,281.2014965751331,2647.2857899725573,355.8857477674399,3119.6550775967075,45.892363640529084,1140.935038934481,352.7520225402689,6331.5396911643675,197.32624946200582,3693.4867513339796,225.80702685583145,4174.23782356082,180.1449415125996,4739.562565414438,72.32617907381362,1286.1185043263797,128.0282055722213,2472.942443346943,290.22136177854094,5675.7691922236,176.3548667310831,1652.4775915942948,102.79624069027405,2250.578908572358,121.70249225603548,4023.073586995588,155.67242705904565,2694.279245344245,198.27951341409843,3432.319886684701,232.79972259909454,4838.50874219732,1900.3602782352662,725.967403953122,21821.247396213537,9538.300193889678,448.8757604706949,4549.302457981649 -3358,635.8228594239367,3373.159379883805,125.77701966494504,1351.4812636054307,232.27627418593787,2405.570236398478,284.34059295855366,2834.808931820625,38.75339289389879,1036.7597566235484,298.6139281095904,5753.426203295756,167.04189545576855,3356.2457937845966,191.0329895637132,3793.100958741128,150.7467975589723,4306.807630704495,57.35822017587315,1168.6869646669081,105.15167987224743,2247.1456465240963,238.02024665208907,5157.532099177724,136.67381871124198,1501.5949262870797,85.1004118043824,2045.0854447354395,102.61644397720197,3655.7390654137776,131.50863236941152,2448.272863359213,157.24541421113923,3118.925275269545,184.62163931117485,4396.719335279766,1720.7115040023766,628.6358351995948,17778.386298574333,7459.534033205713,430.469083687592,3533.0063554635917 -3359,363.3649148074179,3128.051362058193,76.52351883711229,1253.2769227058345,162.12906543703366,2230.7713354333446,178.37363438053043,2628.819732989223,29.52164654222879,961.4244106500311,233.69035093678522,5335.357937442176,130.72424122118719,3112.3667886133594,149.55934834869234,3517.478210834834,114.56303279631122,3993.85678473689,37.32686288446426,1083.7652301421658,70.84858856597825,2083.858545870125,160.15049708331333,4782.764017586227,83.55298576602901,1392.4826921738193,58.27254214099015,1896.480892388322,76.86999729042056,3390.097613262147,101.23239864970796,2270.371009028546,102.3301977898346,2892.290982052765,120.14575408621164,4077.235124829239,1513.5456433225993,487.47001641159727,12134.65136349045,4743.292249868239,358.71790693597376,2181.8835143897613 -3360,363.5988076906192,3008.6814203333856,76.09526512743679,1205.450472333867,164.0746777826221,2145.6426039994603,179.39848131456176,2528.501029102765,29.748752136209102,924.7353788572192,235.5469182055406,5131.7547057949805,131.76278794128598,2993.5953877695615,150.77237735580772,3383.247304610404,115.3079358779759,3841.4467388425096,37.751580276189834,1042.407535721087,71.24820097467143,2004.3361709499172,161.08977528416668,4600.2483885311085,83.74903624848383,1339.34399380276,58.32453611833822,1824.109058487983,77.449022709667,3260.727693239401,102.0072495684314,2183.731109719761,103.49454462590772,2781.9179203548088,121.51281221430405,3921.6432681376773,1533.6485804503739,493.00276837664796,12205.897743093848,4761.118053288545,363.5984226765993,2192.807825803826 -3361,364.67639503081864,2939.4117614775,77.80524278780403,1177.6970709860498,173.95898208758464,2096.242913423637,184.86077844391457,2470.2866889207144,32.039931051314966,903.4449544897534,254.06206666834348,5013.604975683936,142.1199923538561,2924.6730585851133,162.61230423994922,3305.3539174835314,123.4110737365448,3753.004106360939,38.5279924976788,1018.4079145248344,74.00897171475899,1958.1898153218667,167.21650765282246,4494.335667306347,84.35534698861643,1308.5079269083408,61.56720951556946,1782.1121187842798,83.33563272646228,3185.655107153632,109.83872580062727,2133.454497519819,105.62304967701071,2717.869096838393,124.01188726706901,3831.3542499975392,1705.321162809034,534.8973228027767,12765.74835062195,4841.79604509592,405.082806471916,2212.0051892656843 -3362,419.9497105610592,2949.2238796899787,90.2124516550548,1181.6283687478838,211.1574430591373,2103.240430252734,218.44816037229913,2478.532809905894,39.06042425044643,906.4607649345837,310.11217778531045,5030.341006115873,173.4739109763275,2934.435977193449,198.51901601555923,3316.387595649168,149.6811343921083,3765.532095949244,45.58745154354875,1021.8074854787245,87.91226665695521,1964.7264939193396,198.59977212155843,4509.338312880577,97.66009957985536,1312.8758874061027,73.55808858538865,1788.0610283608723,101.51610479860834,3196.2892159590847,133.88091405363005,2140.576231196249,124.97629247936194,2726.9416783711063,146.7345048396212,3844.143782007836,2133.599274695191,658.039395900479,15239.262082428142,5655.561543290811,507.5736370250514,2573.6771241830584 -3363,624.3076276426666,3024.7966874565923,131.9002407510151,1211.907173343874,286.96085283975873,2157.1352145100645,310.8240992267209,2542.0443272498915,52.3796153906425,929.6884980368872,414.9485148491771,5159.241696386857,232.1183974095298,3009.629850244276,265.592325258629,3401.368842400744,202.63058846074827,3862.0225099818676,65.1036722642439,1047.9909370662276,123.8139512434917,2015.0719080676026,279.85512213365575,4624.888495361051,143.9933169096901,1346.517862755493,102.08754540568275,1833.879453100297,136.32238980117535,3278.1929846582475,179.5933591886648,2195.4277320077035,178.47928126897202,2796.818584179956,209.55229541201857,3942.6485923972864,2730.8901636798773,869.9243941794847,21263.514209483863,8212.13212965943,647.8884645680345,3770.0915847361302 -3364,881.2372010583504,3229.941442739514,184.41251710846615,1294.0999374169849,387.1108964095804,2303.4342955451402,429.486196433867,2714.4483316560563,70.12259194041236,992.740907545935,554.8350458805606,5509.146660128628,310.36964121500586,3213.7459753646353,355.10419229610034,3632.0531001873333,272.63299861034534,4123.948763072799,90.15066138152412,1119.066737041381,170.18199598410243,2151.736112697373,384.7720500578113,4938.553087274308,202.48543566513678,1437.8400592470953,139.18393206446592,1958.255003095023,182.64086144784304,3500.523331817343,240.4732380907193,2344.3238501143273,247.14466465102655,2986.5016350777555,290.17223404439846,4210.04298753397,3559.5586391841207,1155.4911408443095,29082.965923341795,11461.612726020032,843.109094193054,5285.201016435277 -3365,951.9805356535917,3765.904043940892,196.583488806126,1508.8373191833462,413.008318976598,2685.656282730683,462.10935233513214,3164.872221516789,74.10412488989422,1157.4720670916797,586.0935441008957,6423.310779419304,327.85535872617726,3747.0211703155296,375.2055337458233,4234.740381609643,288.6194052837096,4808.259096700093,97.53327090182958,1304.7598618040167,182.56461918638007,2508.7859553973326,412.9067156440281,5758.035361411653,219.3666602909219,1676.4290590563296,147.29644231228514,2283.1994220205347,193.06242852101707,4081.3851287716734,254.14350597878607,2733.330874247871,267.38381238643404,3482.0688808637437,313.9349914635417,4908.639426748207,3726.6557708284795,1220.9929493958168,31066.160780063045,12357.46402900754,882.153220118058,5720.360189960521 -3366,866.7435512747028,4200.366452039971,172.67664573913882,1682.9078975818763,363.6025299363762,2995.493358319194,415.4724392955869,3529.995174901219,63.518132599375576,1291.0065639106226,501.7688194337105,7164.351187415181,280.6848803383675,4179.305111132548,321.42458849520284,4723.2912003244,248.54553633325614,5362.975255567101,89.15747990253755,1455.286562680119,162.80979731032326,2798.217968233871,368.5929814575678,6422.3247006643505,200.65581740338013,1869.834254065679,126.93952164886619,2546.606112017715,165.60850187084768,4552.2437568025425,217.87825843002247,3048.6680416055874,244.42189479221264,3883.785975483022,286.9754334424661,5474.936199303091,3108.5375380202986,1046.0676011549408,27429.812505675825,11184.713847214327,734.5176189641369,5230.5759572350025 -3367,787.7457818419887,4421.236586867078,158.29429104332706,1771.4011513216753,329.96242661153053,3153.007001350111,376.91075881098726,3715.6148152639803,57.99699654976617,1358.8922584302363,458.1650389898106,7541.078130357176,256.2933250599643,4399.067766110224,293.4253425674513,4971.658569256383,226.91397440309808,5644.979476221769,80.53681017615997,1531.8106809877318,147.8638367456423,2945.3581730175006,334.68287492013434,6760.033264604117,181.85201293355806,1968.1567572366234,116.2802902906574,2680.515674846386,151.21112647385695,4791.616845748751,198.9390633145264,3208.9777976902,220.78865133128906,4088.009188347688,259.2276725816173,5762.827722654009,2839.8649942417123,953.0855687763769,24961.821253417096,10153.635345633116,671.0709143360054,4738.719576054963 -3368,763.2466064819691,4480.174275304072,152.47093618435608,1795.0149722747651,315.53386482820997,3195.0384422454545,362.99802844068824,3765.14614977442,55.198826481660504,1377.007092814966,435.8751322745684,7641.605144597092,243.8245554656677,4457.709931105956,279.1600649202443,5037.933706995072,216.30484118810557,5720.23037833161,77.75893976914442,1552.2306198185756,142.12319854087863,2984.6215326966235,321.74779984371855,6850.148490637583,176.04313563098668,1994.393446333457,111.1568785556119,2716.248527995175,143.95441156718024,4855.491921243028,189.35319385405228,3251.755362275477,213.17322356109887,4142.504759244322,250.28640859600742,5839.649611318088,2676.3566205673287,905.2986308940422,23949.212692453857,9808.014512201742,632.0267884110016,4586.209228964603 -3369,703.4678663814204,4586.483058769429,140.26871670213126,1837.6083729503853,286.43675464681104,3270.852602375891,332.3423925122257,3854.4882338442694,49.933083248768256,1409.6817031905616,394.10543185959267,7822.930623635425,220.45896775143189,4563.485664525422,252.40827403096918,5157.477405668135,196.1058721977471,5855.964101016034,71.25493056850097,1589.063059520799,129.88055380153259,3055.4427697173537,294.06471854112857,7012.693719427217,162.0984077805639,2041.7178422168295,101.26906743975981,2780.7016181779527,130.26134197053113,4970.7065105768725,171.30224778870846,3328.9153420994753,195.34272572395656,4240.801078626859,229.35164393566944,5978.216999079144,2393.96935326662,816.5813372235477,21845.48763552644,9008.95717301677,564.919696977401,4218.69101567053 -3370,678.1838259492255,4676.6765688084315,136.3443188652773,1873.7450700905956,279.1558837888104,3335.1741475006297,321.9010001976841,3930.2870144698163,49.01327743154336,1437.4031924491812,386.9989573683439,7976.769101330925,216.48367103121123,4653.226929198632,247.82566471552013,5258.899559463001,192.1886659416108,5971.12204451332,68.70494897064162,1620.3120956940522,126.0892894792152,3115.528265421341,285.4019176191437,7150.598831749448,156.24839270753182,2081.8683663415613,99.13839406526337,2835.3843099269325,127.82972016113992,5068.455801660691,168.13652949773572,3394.3786950606436,188.35204659624472,4324.196728356168,221.14389653056165,6095.7790543648025,2371.799259098135,802.2033272480815,21256.471074693774,8704.200713785867,560.0391812367756,4065.327702132191 -3371,647.2004824723236,4632.359582643826,128.56409311736888,1855.9891416817254,254.43950960672765,3303.5694674726938,301.26541035149705,3893.042943240925,44.064446514406555,1423.782114220767,347.39423105624246,7901.179874515522,194.3291499944281,4609.132155825281,222.48572583859664,5209.065328767601,173.92599585850007,5914.53867186814,64.6013043060513,1604.957741448958,117.28089879438551,3086.0049872979416,265.5810909242541,7082.838535557739,148.85134585757902,2062.1402260200684,90.90663219404365,2808.515723787697,115.03384610814626,5020.426248551068,151.19517630225798,3362.212982625079,177.10205831069013,4283.219901379994,207.9352997016472,6038.014410596929,2056.4284752959666,715.3220280559541,19640.205149140416,8224.35508627308,484.39118725708016,3861.9061065558135 -3372,594.1867889678338,4572.122273145524,118.19910735011862,1831.8546179345074,235.2575289774338,3260.6112011915343,277.35720466718215,3842.4194049601715,40.89980335937583,1405.267833897236,322.5298949545047,7798.436162804069,180.4202681884887,4549.196886285915,206.54708017567475,5141.328773604333,161.18027137094828,5837.628429871413,59.36116635267901,1584.0875273650634,108.11209255523292,3045.87584053877,244.7865838492473,6990.736199937803,136.6224613273794,2035.3249978825381,84.08657472163767,2771.994933925332,106.75447718206647,4955.142678838465,140.33090611069784,3318.4921400565477,162.73641620263643,4227.522661507812,191.06861771252855,5959.4985405921325,1920.8870680273108,664.503101713483,18130.726509914322,7560.2208476785945,452.6678349430146,3545.4485489740314 -3373,575.9731969180087,4503.37246649605,113.76110359252604,1804.3094992195834,223.48959004315358,3211.582243467094,266.66164307956194,3784.641949464552,38.5307764503635,1384.1371890676758,303.62777844791185,7681.173118132215,169.84659739765985,4480.791802681847,194.46434288510613,5064.019957700008,152.3355191694334,5749.8495381732655,57.27367136315574,1560.2680175803291,103.61897973756852,3000.0758022621735,234.67705254541656,6885.618328330106,132.42312565490712,2004.7203482879424,79.9345705484796,2730.31317119995,100.61712830842839,4880.633494538736,132.21722388585312,3268.5928417948403,157.01362680497417,4163.954509078464,184.3494980146381,5869.8871199177565,1778.078675897442,624.0207715764996,17316.414856614523,7298.882756229689,418.50422475863616,3433.0543603343417 -3374,546.810866950185,4402.067217183262,108.16559476051417,1763.7208015234114,210.70834308896843,3139.336356127443,252.50821205654083,3699.5048440835126,36.364362393029154,1353.000443425425,286.49811825531464,7508.381912533242,160.26442242946965,4379.9945148566685,183.48365590636195,4950.1027083149265,143.89710347139942,5620.504265200789,54.11410196641295,1525.169135200136,98.09403297087154,2932.587840880665,222.14635182231936,6730.7234608471745,125.68100056695697,1959.6233246247525,75.67308434370116,2668.893633160803,94.97203118374345,4770.841600431141,124.78709932032943,3195.0644771739894,148.35178553799844,4070.284608840894,174.17964128345866,5737.841551281087,1669.7731060929727,587.6905248566696,16381.280096522745,6918.64912921065,392.88151712035227,3253.5881291651867 -3375,557.7012503687243,4290.4299974515825,110.75112704184346,1718.9925234325124,216.0891640236557,3059.722219107314,257.92231070559643,3605.684733030863,37.400193534026485,1318.6881078004383,294.72081065774745,7317.967991063141,164.8641212223138,4268.917062842776,188.73383508801948,4824.567209541663,147.87472623700504,5477.9672618565855,55.2377984560305,1486.4905704545345,100.28818802521896,2858.21688355023,227.1007295381825,6560.031098172949,128.04589879274826,1909.9269231639773,77.72683563088947,2601.2100085667425,97.66433019331967,4649.8521957320545,128.33751684909197,3114.037064938474,151.43235741445702,3967.061455983543,177.796536775775,5592.328853168358,1726.1966589244284,604.8347620852155,16776.37929679948,7062.380360619437,406.3029354070725,3317.867323253961 -3376,583.5081447596327,4257.484673512394,116.05325709943145,1705.7927356333487,225.53634446486362,3036.2272454724334,269.7169973657606,3577.9974262520905,39.0465071373624,1308.562174755954,307.6718070593729,7261.774829495327,172.1087899511428,4236.136932275811,197.0282320590634,4787.520356503821,154.47387204226735,5435.903085054415,57.69838875488132,1475.0761170302242,104.86650512466778,2836.269227680549,237.45798120945048,6509.657977131741,134.03266728500628,1895.2609896279005,81.32134222062534,2581.2358552960927,101.9680688902352,4614.146943123636,133.98826954301384,3090.125018844265,158.1779736410473,3936.5992121451213,185.7165561427305,5549.3865173764825,1798.9926928347884,631.0350477570792,17532.57247028511,7386.6184951764235,423.3847404992617,3469.8874811380933 -3377,634.1012238165206,4212.972749861427,126.22926350493196,1687.9587040782224,245.5097232670272,3004.4835456822098,293.10021128206336,3540.589529225112,42.566239938014505,1294.881181380298,335.43036713137894,7185.85310773506,187.63667412889959,4191.848198865306,214.79020628704376,4737.466919573808,168.30729082408143,5379.070818669206,62.69007604328624,1459.65422346262,113.99879524305558,2806.616085274296,258.1314507098481,6441.599623175776,145.4955091781549,1875.446070975621,88.56234937744514,2554.249082089158,111.1545717033127,4565.90612202933,146.06462584958106,3057.817818828613,171.86249754836123,3895.442140067889,201.78353812523133,5491.367783801716,1964.6382000156764,687.9175703662839,19078.35929398145,8027.190824737507,462.4288664242656,3769.1120255114797 -3378,672.2878898673827,4152.020644367201,133.58427272149964,1663.537792026452,258.16527584864525,2961.0155222922867,309.5000909304698,3489.365275162663,44.68688770461378,1276.1472044343102,352.04397384576407,7081.890204888589,196.93017350950817,4131.201717436861,225.41954169142062,4668.92657986552,176.85794546662984,5301.247934101246,66.24855179055561,1438.5363564608667,120.26076625906157,2766.010752681757,272.3299468206126,6348.404370537059,154.0539124200178,1848.3126444015718,93.29142000613895,2517.294924359288,116.71271706305183,4499.847875714821,153.34804742591118,3013.5781701668707,181.61792564783755,3839.083978179499,213.23737375498945,5411.920218308471,2048.530805348539,720.8204562414365,20115.638315050895,8493.297287341215,481.95092938676754,3990.7449991537046 -3379,691.7886904288079,3994.7018508537853,136.4471737539766,1600.506853401276,257.36367451131457,2848.82354892783,314.70436521399256,3357.1542911058,44.10411717844708,1227.794376800978,347.0519492326385,6813.559548985179,194.13768067832206,3974.6717467033527,222.25064515694524,4492.022378403123,175.46406977319,5100.385269740528,67.49857017203927,1384.0306534772776,121.77741689857179,2661.207450451705,275.83401288821705,6107.865268771489,158.58018513773624,1778.2806430801616,93.44921724536292,2421.915388866153,115.27464662164678,4329.35001468859,151.37488904976578,2899.394614135618,185.04480426375764,3693.622259326236,217.2608675463064,5206.864214916438,1964.381498358782,707.0014108909052,20257.351357260017,8686.311824709064,461.2087374891092,4095.8055528575924 -3380,669.2839489226703,3936.284002016906,130.4462678542224,1577.1013100302725,243.06988421757168,2807.1628318936814,301.527394033461,3308.059830687437,41.128402287530726,1209.8393180795365,323.3149305322621,6713.919198682534,180.85940989811675,3916.5468147449124,207.08698613428322,4426.331797711263,164.28227397649954,5025.798092318547,65.06630678564632,1363.7908216902913,116.19635558392488,2622.2903997259195,263.30357760009525,6018.544873080167,153.38991101163109,1752.2753656713348,88.01579198931704,2386.497705052715,107.5643647714712,4266.038327317988,141.18297653178806,2856.9943543387985,178.37684520764972,3639.6073478605067,209.43202536369458,5130.719907286537,1785.8308081880846,656.7329457451822,19244.23999960536,8364.827979844084,418.50422475863616,3960.2586914034573 -3381,558.8359669195288,3749.5938330281742,107.92935759092327,1502.3025125016798,198.5078188494389,2674.024647962697,249.6361439073085,3151.1650922743984,33.238814615473956,1152.4590308274608,261.05026695587105,6395.4912831316005,146.02912756815445,3730.792741532116,167.23052222778452,4216.39963049683,133.27454246152493,4787.434423772924,54.08304173982614,1299.1089189525355,95.86676708228129,2497.920349797734,217.30355740908155,5733.097187179993,128.07956331179966,1669.1684089669013,71.82727546601342,2273.310836519036,86.98155163600332,4063.7085625369605,114.11632053386222,2721.4927598049517,148.26663508911497,3466.987966109456,174.07966625054712,4887.380004465912,1408.3492168615555,528.5542514917133,15813.012769311019,6955.3791357825185,329.43481249222083,3303.5189575493546 -3382,429.1311116040508,3425.988863199582,86.43965916910135,1372.6477869820073,161.3839200453126,2443.2456078696955,195.84515781669214,2879.206920264383,28.13221908978464,1052.9971993579916,221.50190287308598,5843.534763071558,123.90613504605486,3408.8103812226495,141.78615173932076,3852.5074501775857,111.69442144715718,4374.259653051095,41.55493475054472,1186.9906146128421,76.09296259292569,2282.33981616492,172.25124559862644,5238.307931357193,98.05436566320422,1525.1124880656375,59.62529512032261,2077.115003737692,73.50142656400497,3712.994233110527,96.54711450830524,2486.617031487954,113.9212985920862,3167.7730148028854,133.75485068383546,4465.579529717219,1271.809010199158,450.36882392641445,12722.56705930194,5394.554686188784,298.93158911331153,2529.9371759932988 -3383,303.4755990469985,3208.1078517709634,66.62049688977162,1285.35214764838,138.7517620749054,2287.8636596300794,145.38536086402974,2696.0993443356,26.919528380786296,986.0302289477738,215.41767812371546,5471.906215713331,120.50267546549316,3192.0218616780962,137.86255243531133,3607.5013356518475,105.34421219367617,4096.0719076980395,31.227210619812094,1111.502127640181,62.59715406790504,2137.1909183061557,141.204155100068,4905.16971175634,68.41970006006126,1428.120622443569,52.576990879233975,1945.0176922930568,69.6072649062329,3476.860675401522,91.10989475826888,2328.476811104914,85.60822936127812,2966.3136359195137,100.51251238388471,4181.584156877316,1392.9715816155986,432.6542772237422,10690.396529352665,4138.098078496598,319.0847703488936,1881.1205011952675 -3384,312.9950081312777,3082.56471945967,68.30696292736931,1235.0523627924103,142.05969500312827,2198.332514356212,146.93563408309697,2590.5926804859205,27.390687453507855,947.4438318516193,217.1784226995723,5257.7736872027735,121.487619849121,3067.108223659356,139.01108492493714,3466.328707292456,106.04742166272084,3935.7800094126255,31.583521709811368,1068.0056290428583,62.95978502149954,2053.5560610543052,142.0516220182352,4713.215326621678,68.59488671702132,1372.233867838063,53.99915360508291,1868.903164735463,71.24659911663198,3340.8004180885046,91.82922948230176,2237.3563482380086,86.58504288099968,2850.23265532983,101.65938788557763,4017.945901141037,1417.4085862618545,439.62917458311625,10823.1957382435,4176.706551228748,323.91218158526834,1904.5047525223224 -3385,311.3135836235781,2995.035424402254,68.52566113983104,1199.9831030971382,145.49577102714719,2135.9109554287734,150.12854550693015,2517.0329107031857,28.80470705996973,920.5412042490412,234.56328229734305,5108.479425347679,131.21255102640444,2980.0178151475884,150.1225254341188,3367.902450003761,113.62231934164846,3824.023702221339,32.27554197254865,1037.6796542993793,65.49105100472178,1995.245423405642,147.66570158375814,4579.383776423013,69.23236967773822,1333.269345099079,54.652832145538724,1815.8357382813826,73.63128673786825,3245.938531271717,99.01890626036783,2173.826709195155,88.48219053521503,2769.300419423887,103.88682651514739,3903.8564969233203,1539.2083934187344,470.7694643318847,11208.634850935232,4237.4792378561,357.77487989732987,1918.7060372651001 -3386,343.4924125009302,3001.2086149887405,77.44968360604389,1202.4564375811403,179.55578793542557,2140.313369268756,178.21732675517504,2522.220870666408,35.51566546873404,922.438569552384,286.63054997697907,5119.0087222110415,160.33850352121692,2986.16005232253,183.46918549011124,3374.8441721387226,137.93272477711128,3831.9055546123723,38.2246653610525,1039.8184584756232,77.88247609040974,1999.3579057372847,175.57874233182403,4588.822532502556,80.29185421041198,1336.0174013335254,65.74797394947306,1819.5784319386378,91.326871266948,3252.628868561988,120.83500479748675,2178.307272753276,104.79148968274954,2775.008338315615,123.03555374347292,3911.9028959680363,1962.3555469935466,584.2247185644677,13409.839979365028,4930.631434609157,451.3725663592349,2206.828321510861 -3387,535.6850578101996,3065.2148167404252,122.57843002730638,1228.1009958957643,268.76107306242795,2185.9594228756487,260.8383822517341,2576.011792465021,50.96166554369521,942.1112403862063,382.7687043630892,5228.180841538609,214.11730625804537,3049.845316258271,244.98565319676356,3446.818827910267,186.42738422332187,3913.6278710141733,54.49271795434918,1061.994467736001,109.46412220240822,2041.997829149915,246.90554951011714,4686.687472430811,118.02058747577018,1364.5103887608043,103.29410437309296,1858.3842329202917,137.02064737610198,3321.9970619440774,161.7536192730963,2224.763615068397,149.38974710074294,2834.1904100575703,175.398310624102,3995.331300358802,2679.0638013252233,803.4216594612524,19316.57736881313,7250.264530729174,590.1606394050101,3268.9480217258774 -3388,693.6891935866657,3251.9699711944263,154.54170866377768,1302.9258303318456,336.9988085994011,2319.1439512224892,350.51037564412843,2732.9611447745992,64.73115930614972,999.5115012913383,511.2432242690643,5546.719599488792,285.9847755978813,3235.664049088329,327.2023800576392,3656.824070957431,250.61279524010385,4152.074512187587,75.38993606073706,1126.6988857650906,150.29955619089841,2166.4111713714437,339.1088343625536,4972.234520556531,165.71578242981747,1447.6462743814084,126.25954038701578,1971.610500964689,168.79381743235612,3524.3972562178487,216.33496720529044,2360.3123767038287,206.67868854494904,3006.869879337055,242.6611833564629,4238.755907997517,3358.0839607476523,1034.3824233196788,25617.075623942837,9921.833040518122,756.8849788299005,4480.837932100264 -3389,648.259900530182,3768.438294295088,140.242042579378,1509.8526853387098,343.60899912000735,2687.463584591364,370.08827352158715,3167.0020098636987,65.87320203382521,1158.2509833789172,539.8403650938444,6427.633321212169,301.9817541655846,3749.54271351399,345.5953843572764,4237.5901335382105,265.22480121109396,4811.49479579829,81.52630228390446,1305.6378948349532,161.16089558665976,2510.4742330650274,363.73000472749555,5761.910208721586,179.41821691301843,1677.5572054156437,119.01568489616272,2284.735892115482,167.67016346317544,4084.131680884397,228.54163474027322,2735.1702585379044,223.50130691690262,3484.4121254583215,262.4125980283468,4911.942676395758,3469.820120539818,1073.2872869704104,26635.93145192285,10443.339427528002,788.2124410628063,4692.938699217128 -3390,662.5611501027362,4189.059768976674,135.75050101601815,1678.3777913542551,299.32735798102084,2987.4299918469005,332.762474835016,3520.4930190504615,56.180136775522556,1287.5313904424402,461.6669754334031,7145.06595381588,258.2522762214407,4168.05512167188,295.74332197669025,4710.576891411712,228.19664666007037,5348.5390243041,74.43537656498756,1451.369174966838,143.54752726565593,2790.6856340744366,324.28324861746813,6405.036878101933,163.85226574623806,1864.8009733905253,105.53233096154455,2539.751074838363,142.73340448227208,4539.989878962899,195.70584361327647,3040.4615377909277,204.06179940790705,3873.331474045621,239.58869717427402,5460.198587929391,2820.5777694342987,912.0299374366865,23647.407248548185,9579.363939339846,650.0827311254026,4405.903958390534 -3391,600.7096755877158,4400.442694008203,125.23978041001422,1763.0699242934536,273.4626118273474,3138.1778266427214,302.38111969488,3698.139592019211,51.58445619231699,1352.501136970578,421.55735734199266,7505.611046069302,235.81532334917776,4378.3781373129,269.98767795316024,4948.275940078133,208.34210976520137,5618.430094366075,67.24764989252898,1524.6062922257386,130.38316899318323,2931.5056091301344,294.48339868693324,6728.239578682818,148.5169169796201,1958.9001522268363,97.79976152515353,2667.908714179577,131.54854869781954,4769.080986073826,178.69813103948826,3193.8853819823676,184.35691570716386,4068.7825255355015,216.4532184735569,5735.724078713088,2593.7185612805624,833.7833864047574,21565.899671667656,8699.927191716428,595.347395476432,3987.6658064582098 -3392,600.8204400857016,4461.329807734009,125.51412747630664,1787.4647969123316,268.0515360124831,3181.5995011216937,293.4595415559192,3749.3092268879423,50.01406680524593,1371.2151383262008,400.8929972230119,7609.463095765562,224.2558696274199,4438.959952852538,256.76510524018335,5016.743196865831,198.54092175748963,5696.169998258461,64.90829767302841,1545.7016417523273,125.2777328751026,2972.0676452302714,283.00161573190013,6821.335459458528,143.70900923016464,1986.004647078806,97.53259264432593,2704.8234685772436,129.18445342868588,4835.068796064408,170.01855123052567,3238.0778589676356,177.94366913826408,4125.080594067374,208.9234338957554,5815.086931172449,2479.7390050451013,799.9146474138738,20893.708620320976,8454.01820947124,563.6553418606215,3888.1762154892754 -3393,563.9193791948368,4567.378668247735,118.47118023737056,1829.954057534207,247.3874085860982,3257.2282970739866,269.9262911609578,3838.432871263165,45.84420439010178,1403.8098599014982,362.31668692923415,7790.345237459782,202.6766350888433,4544.477066617587,232.06059621852822,5135.994613471552,179.93997086359647,5831.571854575066,59.46137393500957,1582.4440268407072,114.4438044651088,3042.715725674804,258.5557677616023,6983.483268258361,132.26373202597753,2033.2133357152213,91.50214587152499,2769.118972181604,119.49332499876095,4950.001687920825,153.74022892978107,3315.0491841099615,163.01113153972938,4223.136580820419,191.39116063775447,5953.315524308522,2243.206926313657,726.5418505392098,19181.105968010957,7792.9278796402805,505.9071000892111,3590.4761245455747 -3394,543.4219588158063,4659.2616806239175,114.3473122329175,1866.7676662864606,237.15759374647246,3322.7547116042097,260.40528938003695,3915.6515125523765,44.448434584541566,1432.050627330712,355.9123634036411,7947.06541326751,199.09411518563766,4635.899362180284,227.92789306390551,5239.316604248082,176.39625542995017,5948.886933487077,57.352594843317895,1614.278419095861,111.14198885908158,3103.9267412236068,251.03013629077986,7123.971615333034,127.54665937731761,2074.1159583481312,87.74199694329101,2824.8259786010426,114.88588650887989,5049.582016023519,150.95625748807785,3381.738794789447,157.22999257244444,4308.094395555473,184.60353278494654,6073.079748764476,2190.942938845883,708.6597255033573,18579.201879128726,7523.159660769778,498.89214055540856,3461.6108666287437 -3395,513.2070200020902,4590.0570072333,105.39292113745807,1839.0403018461318,211.22142495607807,3273.401365444243,241.7198250205125,3857.491786266865,39.25051388843254,1410.780176616302,319.0434408940294,7829.026525555713,178.46997773027698,4567.041692613097,204.3452332091513,5161.49629295394,159.46267494653716,5860.527273633297,53.874318950303646,1590.3013131909422,103.25558757544974,3057.8236778888995,233.31687821343678,7018.158256333819,121.33022907583451,2043.3088203698826,77.80846146378971,2782.8684384080575,100.45513367971229,4974.579859430493,135.5482560353732,3331.5093496910895,147.69442937225105,4244.105659567492,173.40784025167386,5982.875435442428,1867.127871513042,624.4677989505786,17015.405708649738,7077.363803647481,428.80695436935946,3279.7982297948097 -3396,471.54583659300056,4550.743548918115,97.11481649930542,1823.2890738913068,193.6885634916151,3245.364953711999,222.1019790733203,3824.452688429607,36.235916399867115,1398.6969611839243,296.2798774609781,7761.971561428712,165.73624890772516,4527.925358562493,189.750802765235,5117.288504458664,147.80419936330213,5810.332342652284,49.513750863333904,1576.680514084048,95.20381611299703,3031.6336712056636,215.09626552012958,6958.048311811352,111.39161169667561,2025.8080494626643,71.4736407913499,2759.033400590968,92.37517285851452,4931.9729947159385,125.84002832983809,3302.9752478837836,135.74009513857047,4207.755245908203,159.37227174770243,5931.6326025831495,1732.3195921419886,578.1844793716472,15678.743668393305,6505.100376906909,399.7378600913192,3011.561326382938 -3397,472.28845606617364,4488.621793293123,97.41698799251319,1798.3995328603862,187.43772866350133,3201.0627937679737,214.68119816415444,3772.2454583899244,34.68181284458001,1379.603485605248,278.7306391115271,7656.013645909204,155.91936576280526,4466.11509182494,178.53506675795947,5047.432898991258,139.6221085341369,5731.016063453021,47.74976823404418,1555.157402411912,91.1958071116191,2990.249136119763,206.09470152485198,6863.064674037258,107.89436210210516,1998.15394168026,70.77565594178695,2721.3701051689595,89.42784231567025,4864.647113168594,118.48196895422883,3257.8866554419583,130.90420277033772,4150.315590101135,153.69445671548328,5850.66046538537,1619.9042830586436,546.9123938813489,15101.364259936992,6316.558924950948,370.9287303363922,2937.1811944826904 -3398,428.4309649429196,4415.453283859613,87.15279002588633,1769.0840281809922,171.87773564422977,3148.8826360248922,201.45481794332582,3710.7545174912884,31.953701422861556,1357.1147272959959,262.9566971902123,7531.2138448854685,147.09556717435285,4393.313461552681,168.4235306879824,4965.155273766367,131.86975163125865,5637.595427406358,45.112430260807585,1529.8069598241693,86.32219344601903,2941.5054276496844,195.06638813036653,6751.190643328008,102.38543484895148,1965.5822632755678,63.09826918540449,2677.0093629675007,81.104576616252,4785.349058090214,111.80206626883233,3204.780218442034,123.67403940849064,4082.661771314241,145.2055311779827,5755.289519654667,1496.7739508492277,508.7354032008739,14100.120503645818,5933.90186160503,346.19247365026564,2755.2188096574505 -3399,430.319774082306,4318.566737330861,88.03267128039572,1730.26571644929,176.21584714796182,3079.787948703882,205.64184774008098,3629.3308975132654,32.86020670937085,1327.3360951334369,270.55586977522444,7365.959395638377,151.34647469407872,4296.912720395693,173.27533355223036,4856.206833701852,135.53531723549509,5513.891898782397,46.055776008270314,1496.2390102469847,88.26854027908533,2876.9611364616585,199.45224277653858,6603.051934946629,104.33384884041136,1922.4522684224746,64.43692456755477,2618.2688044044303,83.37628195753173,4680.346034761269,115.00611481103954,3134.4589925593996,126.26018647423398,3993.077537434218,148.24192313365663,5629.003476074324,1552.9700276437075,523.8893532608307,14421.043746372745,6044.495216253405,358.49561086255073,2798.428653606057 -3400,454.7260617378439,4310.7040444071945,92.86200316960064,1727.1154703532447,183.39543692012143,3074.180665458415,214.9618478721476,3622.723076886379,34.25237051829786,1324.9194516594998,282.42620824977405,7352.548400662787,157.98663327959054,4289.0894523312645,180.87868811314027,4847.365274585226,141.57689817476884,5503.85291097664,48.10607932404344,1493.51484998884,92.29323422832178,2871.7231342852006,208.5381313880319,6591.029944114645,109.20502025699022,1918.9521136798496,67.45231102962912,2613.501796076716,86.82316318837681,4671.824660452123,120.06156897729103,3128.7521712829616,131.88101629005925,3985.807453536744,154.8413322171762,5618.754907859311,1611.2677254489593,545.7504793462244,15073.792645936965,6329.818633134277,372.96094097049826,2933.7538909271484 -3401,492.2854979304601,4264.502612115896,101.60278445726087,1708.6045246606711,204.2228315332588,3041.232091767612,234.96854972911066,3583.895313898557,37.94791238819822,1310.7191781759398,307.92762977473,7273.744970039325,172.25189483424194,4243.119681759726,197.19769304094044,4795.411993585686,154.2634441123085,5444.863501128922,52.27091904530692,1477.5075981555037,100.33785499883513,2840.944467835071,226.71034192791203,6520.388345768775,118.5548139981455,1898.3850937134823,75.31983618136549,2585.4907043778358,97.23191388732812,4621.752795507755,130.89181203382697,3095.218708974101,143.29876853350413,3943.088210625682,168.24690049405578,5558.533996898452,1795.5559818429795,601.1961572849885,16500.729646619144,6885.581705034716,410.3649262518145,3183.4031234040262 -3402,511.4482473578079,4191.788969423529,105.42956937316862,1679.4712657066814,214.32015646887083,2989.376322460056,247.71279907383274,3522.7866437898124,39.74072114125157,1288.3702257515372,323.0968712401955,7149.721012055531,180.73742952801442,4170.770637450582,206.90541161225227,4713.645863750612,162.06950970263287,5352.023633237889,55.22957290678485,1452.3147516879453,105.82975771030814,2792.5037844231033,239.13552947417966,6409.209802451043,125.50065386457308,1866.0159036924429,78.43180580560032,2541.4057396439794,101.69531556965973,4542.947712722671,137.38226518588152,3042.442418810826,151.40980737900819,3875.8549753974207,177.77006080805305,5463.755943815419,1876.9051382974255,629.4450748949625,17349.399296716914,7261.392008849016,428.0946752047269,3353.8182147836033 -3403,530.1644889572552,4041.618072837857,107.30826219684246,1619.3041848729986,210.05545432753428,2882.2818752323033,250.60792735277485,3396.5827645781405,38.71838574508826,1242.2143449696857,318.1773493379709,6893.582159992696,177.98549404902965,4021.3527228924263,203.78640891751985,4544.779436859823,160.66347440937338,5160.287314111698,56.234423526720754,1400.2855560446424,107.07467827598329,2692.462298536143,242.00822918242747,6179.599774498679,129.06144000212493,1799.165858677139,77.14121829398795,2450.359844611054,98.36849087738739,4380.19654940368,135.46494412995563,2933.446877962801,154.16456775106394,3737.0024184254244,181.00442143058598,5268.016813149952,1770.344540781582,611.6561550317007,17386.888920815414,7420.065426808376,407.21358606722947,3448.2237543812103 -3404,513.4978879405289,3948.0455518213457,103.77856036947996,1581.8136619832983,202.12849131509955,2815.550586801501,240.9914348346551,3317.9442573280867,36.638896678623155,1213.4542974325686,296.14406017303753,6733.980275321778,165.66027396122186,3928.2493901686976,189.7136278571494,4439.557602013769,150.32118539127148,5040.81509173718,54.17548424024964,1367.865805523757,102.09528353105704,2630.1257589434654,230.84729870875634,6036.528183034103,124.73718932132542,1757.5111347301417,74.5719779756454,2393.6285196996705,94.12125710463818,4278.785177450928,126.22435664549258,2865.5310049901086,148.52006274473663,3650.4824328565414,174.37721533623835,5146.050411307909,1639.3606284414484,572.6138825822297,16597.275309069606,7150.478658465168,372.022504485106,3331.248915196777 -3405,445.58308635970235,3717.1033695269803,89.16042817481194,1489.2849679025173,165.5451891234964,2650.85405826825,199.87033111431606,3123.8600509883413,29.694537678326725,1142.4729017305176,238.90612296663932,6340.0739538527705,133.64189630729643,3698.4651906567256,153.0726958094057,4179.864265760946,121.87042058768627,4745.9510070786055,45.00759509518908,1287.85205946458,84.17977762016895,2476.275714787107,190.39549649763134,5683.419543892843,104.08215855120787,1654.7049610085694,62.084274012043615,2253.6124568945047,76.51415501372846,4028.496275390657,101.93455567698743,2697.9108559725046,123.38663772498252,3436.946300001587,144.8680932296886,4845.030553105917,1283.6159940650384,460.5244514397099,13694.310546780534,5977.70765684703,292.0647903061363,2805.7861854389644 -3406,346.64421662616996,3398.8268422678584,72.17938168651108,1361.7651223235268,134.85809939944517,2423.8749995600347,157.36298688612933,2856.3799112583033,25.189371765413085,1044.6487974477482,203.1840855830012,5797.205886975455,113.65931588353656,3381.7845552132285,130.07630990037123,3821.9638926297603,102.31734789412889,4339.579525064337,34.63897652483103,1177.5798823520947,66.94186233687415,2264.244905663056,151.21375516506131,5196.777431592095,79.85201017498635,1513.0210484906167,51.858761110320046,2060.647162345928,64.79585721623491,3683.556768160647,86.44882445668259,2466.9025646419127,94.96145791825151,3142.658187997912,111.49412604621939,4430.175396924686,1156.9072127193301,393.8545809266022,11058.583343617904,4655.244517701503,264.8102011420308,2158.516731707066 -3407,287.56926043715464,3175.032563204385,71.09842348011017,1272.1002885596424,145.10377872015727,2264.2760016585808,144.59347538388485,2668.302815060926,29.362717243980164,975.8643505344862,237.65457308486475,5415.491380097981,132.9417907702488,3159.1124181481514,152.84823291257723,3570.3083380364046,120.67510426864642,4053.841793688069,36.26179342584919,1100.042645817034,75.85520792755324,2115.156682048848,170.845906988811,4854.5978759015015,76.47489306958131,1413.3968338810591,56.91862418142673,1924.9647438224558,75.36204442630815,3441.0145706387993,106.5994909440523,2304.470435382425,99.41034972498817,2935.7312228523056,116.71756421513729,4138.472419665052,1506.6103609796323,466.72664881183624,11863.511147069825,4682.9124676245165,355.0075880259544,2113.362360402518 -3408,297.0372979912073,3051.9587083883157,70.1494900764445,1222.7898380023544,147.46629425129674,2176.505822819725,145.01646789029053,2564.8713362559706,29.198136673661836,938.0368999471305,236.34081440563472,5205.57057248296,132.20688620186738,3036.6556762536966,152.0303009558917,3431.912399948569,119.93143204761839,3896.702637968625,36.374712828522256,1057.4016693269748,75.55874508540396,2033.166818569466,170.22095937064302,4666.418995126149,76.16055083270886,1358.6093023305136,56.331960272524285,1850.3472944920609,74.93579630374124,3307.630449608127,105.9974871576578,2215.142198853745,99.71991404186124,2821.933410984929,117.08102328286321,3978.0527251898184,1503.9362922161426,467.58390606162,11843.988837662631,4676.300242679924,354.1816456114801,2118.5185332210276 -3409,291.9297968201947,2979.829890761333,71.22225962234602,1193.89089353794,148.80780430397635,2125.067121789221,146.6577802298893,2504.2541541358437,31.079792296539416,915.8676968390726,251.8576764971097,5082.544120835687,140.88687668889685,2964.8885245991087,161.99743814251963,3350.803902993054,126.8514793898363,3804.609467393245,36.81495587974016,1032.411445194608,77.73989126581286,1985.1157364041792,175.03230160983233,4556.134644376107,76.22846986446102,1326.500452913652,58.841165404307084,1806.6168986042744,79.70506121861268,3229.459184439462,112.75808598195354,2162.790380580512,100.92682389244712,2755.2409227160074,118.49805459174945,3884.0369579590547,1639.401675655581,496.7176662124355,12202.269986826912,4709.310864407466,387.7136802396822,2114.669795835486 -3410,316.17297358707043,2983.728747642106,82.13618673186394,1195.45299939492,179.73166860237495,2127.847593451573,172.18015318393958,2507.5307601496056,37.585390574553976,917.0660327181674,304.8759677394839,5089.194202499338,170.5448230513382,2968.7678319584643,196.13090327040095,3355.1881481789324,152.5777100334319,3809.5874790061193,43.298831168599605,1033.7622687699288,91.69788403642792,1987.713093445266,206.4377040769994,4562.095963498056,87.82144171544235,1328.2360672298335,69.75624222224425,1808.980704923515,96.32608667817573,3233.684660263255,136.28683227201785,2165.620209955384,118.7021253638644,2758.845923814568,139.3680132698253,3889.1188937654124,2038.917849867209,606.8561409341954,14440.781647348334,5448.591052789143,482.4547764488203,2428.48509130224 -3411,501.8745729793042,3047.9948723454218,120.57180720098638,1221.2016977632886,270.4266715336965,2173.6790112366098,253.40735898181262,2561.540121642846,50.6897512794529,936.8185923522881,410.42463324070764,5198.80965917102,229.58777948597833,3032.711715548622,263.99829865600583,3427.45508601782,207.9133378858871,3891.6416617757404,62.15883393904738,1056.0283326441506,129.93400813976174,2030.526173434094,292.6532047441837,4660.358323416113,130.02040450498222,1356.8447619040696,97.42321316729367,1847.9440924835867,130.0674563130557,3303.3345511227726,183.98798927042225,2212.265206952178,170.40611719919247,2818.2683281860154,200.07360382366193,3972.886092781162,2663.9688128782,826.8560481347237,20553.46041504966,8006.360185125792,624.8822554027083,3617.916606946853 -3412,631.2695145522883,3240.9881965480304,166.49343133029654,1298.525901065458,333.3450469771046,2311.312293344196,336.29801069321377,2723.7320425150087,66.40297121063125,996.1361902765103,536.9722408228241,5527.988545632854,300.3773517263987,3224.7373388993415,345.3828438140728,3644.4751199448174,274.25023850368086,4138.053119920198,85.01409658685664,1122.8940679569873,176.06723110793413,2159.0952860815505,396.69202168937545,4955.443480209462,181.07375489947657,1442.7576298693828,130.56349891270128,1964.9524498744724,170.52910892055857,3512.4955053483764,241.1891007261052,2352.341694672426,233.06296448175257,2996.7157980575817,273.63892792172214,4224.441796066892,3340.0313902328276,1048.7858046557628,27345.9121327807,10967.34852305869,784.6095852378996,4949.739912448608 -3413,595.0634307800955,3750.8934477863327,183.3790533778015,1502.823212770404,358.3282706409716,2674.9514688534186,369.13593349046704,3152.257290747534,74.26077518984411,1152.8584748289531,600.6652802876057,6397.7079698521775,336.0066544414132,3732.0858398042055,386.4421926723454,4217.861040833549,306.27039011383494,4789.093755612028,95.19316577617192,1299.5591920217555,196.5579721154132,2498.7861326787242,442.90700381734644,5735.0842871290015,201.46410056257182,1669.7469452016896,144.77828120558877,2274.0987694111263,190.67719022388582,4065.117049924103,269.6932647972224,2722.436033213316,260.96850175347913,3468.1896292569218,306.40278347077816,4889.073977590836,3748.967340121036,1162.2990978580617,30230.701766296,12091.17758343012,882.1645798465483,5420.88782880262 -3414,623.8531731894785,4192.503759116304,162.91256183385894,1679.7576514858308,319.8112079833901,2989.8860750737267,336.73445443229997,3523.3873542743318,64.98838644471992,1288.5899204366854,525.2731456776141,7150.940192439589,293.832985090372,4171.481843068118,338.1535828041397,4714.449641207772,269.03330010074035,5352.936267761343,88.04320863074842,1452.562402421974,177.8036207277277,2792.979966057412,400.9721408755661,6410.302709832365,185.90789123480883,1866.3340993230536,126.91893522268434,2541.8391036900002,166.9507852259662,4543.722382493395,236.11497264357044,3042.9612203291485,241.36716179772978,3876.5158915855477,283.38887534836425,5464.687631088076,3196.762212378077,1016.3009380015619,27168.940924302296,11132.362176550949,752.6585364276585,5067.846505410449 -3415,564.9593085692264,4432.2833406755935,148.65887587912587,1775.8271149701484,291.0009085162991,3160.8849991491666,304.7687517442761,3724.898526122933,58.87208741688023,1362.2875411608115,475.8044064118659,7559.920015861401,266.160625582328,4410.059129644929,306.23871725514977,4984.080589013867,243.80421763218794,5659.083833069168,79.18121146784478,1535.638011903338,160.62692412657267,2952.7173464016782,362.17639016057404,6776.923657539271,167.90907186413298,1973.0743278589111,115.50689359746181,2687.2131216258354,151.24540770339118,4803.589019279784,213.90150973538823,3216.9956422482987,217.07232820028,4098.223351327514,254.8643423560651,5777.226531186931,2896.0748543212403,920.6864640117176,24609.660994234982,10067.075443118485,681.2755054910906,4575.0078552284085 -3416,561.447540706502,4487.127234745452,141.88856893128064,1797.8007269200018,279.5712841823818,3199.9969486198697,292.2830854862136,3770.989428821523,55.15778304082554,1379.144124519204,445.5492348453032,7653.464453492798,249.23615980870426,4464.628027244151,286.7837062464033,5045.7522753320645,229.03990641414754,5729.1078298261045,75.76952900668122,1554.6395878363512,152.77668745832068,2989.2534847568595,344.55286474919114,6860.77950668653,161.4025895959514,1997.488624308776,109.00362630254088,2720.463981387684,141.7526456907212,4863.027350965583,200.46430653102664,3256.8018898786163,207.71932840151362,4148.933676024529,243.88299727844813,5848.7123942377575,2679.5238466224027,863.8294006752293,23407.934556160744,9666.186767552697,629.1492987062118,4413.182519449114 -3417,525.0945640227485,4575.501277819884,129.1940495234179,1833.2084411585945,254.53230751819663,3263.0209400025046,266.0114111216474,3845.259126287502,48.98806876897207,1406.3063902384251,395.46539787529935,7804.19955902853,221.2197202804824,4552.558948064891,254.55437289052492,5145.128447567663,204.1621223820211,5841.942700700864,68.73468554027608,1585.2582395288657,137.95503693868474,3048.126880228402,311.17908385182494,6995.9026694426875,147.45080716928558,2036.8291948988958,97.84886679674017,2774.0435632662516,125.94846495321404,4958.804752876218,178.101871290918,3320.9446554931847,188.43356828912593,4230.646991519304,221.23961104570128,5963.9028789327285,2345.055479475928,767.4545988141097,21128.556757324204,8811.97998053869,549.3175940171084,4037.5424476254097 -3418,505.2324045948756,4651.788875279272,125.45367234662378,1863.7736315337338,243.78689377046635,3317.4254768735054,256.3313739817178,3909.3713541160187,47.991695062399145,1429.7538180258766,387.5416761027771,7934.31942968357,216.78726291881335,4628.4640267332525,249.41997319652782,5230.9134717764,199.6866745936462,5939.34574925694,66.18912892028034,1611.689341850397,133.72289005282963,3098.948476010974,301.5594377337917,7112.545759304482,142.00137919740237,2070.7893658788967,95.63445421408058,2820.295352051697,123.36170850200531,5041.483191346105,174.45000170007668,3376.314957822962,181.45502007264017,4301.184813516279,213.04610652791797,6063.339376594835,2310.2058710986735,749.4598075201563,20490.11463924913,8500.930274714594,542.1397941147764,3885.2040694713332 -3419,483.8785229900508,4605.132576246832,120.18980016108003,1845.0804401157561,224.79491840962848,3284.1525147471766,243.06053926104107,3870.1613203383054,44.47977335048926,1415.4137386574673,358.8672543086482,7854.740156020169,200.7470540849118,4582.041670198597,230.98525102918993,5178.448695387045,186.00956742877565,5879.775571253591,63.29580539801031,1595.5244938968765,126.942032758231,3067.8667845027344,286.34563765489537,7041.208673567094,137.00289790214558,2050.0198575288764,89.8918880903813,2792.0084828852146,114.4003816341052,4990.918354108443,161.7616242643953,3342.4513486774517,173.52308190734897,4258.0449870465845,203.73322809303644,6002.525572986306,2081.3281753502174,686.7478703517378,19322.129711403308,8152.262430530286,488.1085324361721,3738.8357913292575 -3420,436.26920602761106,4507.3363025389435,108.34137524104486,1805.8976394586487,198.93022706000974,3214.4090550502083,218.1363617307978,3787.9731640776763,39.77133622303646,1385.355496662518,320.7906732741999,7687.934031444154,179.44736351543787,4484.73576338692,206.47107906116247,5068.477271630756,166.48647797068256,5754.910514366149,56.999808108831836,1561.641354263153,114.22135291106693,3002.716447397545,257.6592073267643,6891.679000040141,123.83572726851975,2006.484888714386,80.70320471091132,2732.7163732084236,102.30897932920054,4884.929393024089,144.6599859615813,3271.469833696407,156.26284094147755,4167.6195918773765,183.4680012944585,5875.053752326412,1841.7157038386622,610.2388789499064,17341.032741310806,7354.66926659287,432.0443749498743,3374.113218148025 -3421,441.28925313979875,4373.995456466104,105.544682161317,1752.4736428887188,195.40498281967808,3119.3169664516367,213.51833423098617,3675.9132882004724,38.35234308281183,1344.3724278081738,309.2550330411215,7460.501339606294,172.99443205966847,4352.063510649469,199.06620037298345,4918.536152899608,160.83836809482221,5584.6625928549865,55.69636491823983,1515.443208515189,111.15840073813371,2913.886876063521,250.78763220321846,6687.801976661579,121.17596729315672,1947.1269054765173,78.16805119048449,2651.874233012348,98.67762023674892,4740.4181840634865,139.52087999135003,3174.6897120797594,152.68950021059584,4044.3286090905713,179.27254652166013,5701.251624977419,1763.3420535938699,589.9323065114382,16882.559182565998,7197.346202863312,413.1685617769302,3312.0576074865103 -3422,395.5098242829956,4266.646981194221,99.33843820535687,1709.4636819981195,176.90796899593698,3042.7613496086233,198.32234893558342,3585.6974453521148,35.49657623303678,1311.3782622313843,286.10141318068116,7277.402511191499,160.0425092453687,4245.2532986123315,184.15742420955257,4797.823325957169,149.22490373439362,5447.60140469928,52.086101323369405,1478.2505503575896,103.94496877511057,2842.373012737999,234.51388411107212,6523.667067912737,114.11541600157928,1899.3396806053145,72.87466994120837,2586.790796515899,91.35636662023126,4624.076804819928,129.16297430593912,3096.7751135290696,142.79209766487332,3945.0709591900622,167.6520188765084,5561.329058716423,1605.279570206857,539.468327890446,15691.79797625888,6739.3212653731935,376.25236816268,3097.8802036057527 -3423,401.8550241359231,4175.218835559181,102.75061373488887,1672.83231897127,185.81073162483952,2977.559323513926,205.2282420207462,3508.861074852795,37.22694994457223,1283.27730068702,300.18223137793626,7121.4581784237125,167.91918993514005,4154.283589012752,193.19843521782434,4695.012830570456,156.12888837401462,5330.8670939429,53.715405311609416,1446.5737542226202,107.58269838883898,2781.465022247307,242.68859030885207,6383.874208229583,117.17083008276084,1858.6395463560573,76.01201546313114,2531.3595675640627,95.78168652620225,4524.98944901053,135.426394104011,3030.415649686234,147.25877357847548,3860.533728013641,172.8963373425063,5442.15772690814,1710.1626364779318,568.74787336621,16299.91400297385,6939.476180625633,400.88130728545366,3181.1238464534204 -3424,428.4868395595545,4132.591351731754,109.34697740922903,1655.7533021744432,197.39310573471977,2947.1595128914746,218.03511427497267,3473.0368642875683,40.033783460683125,1270.1755006292003,322.9253781433944,7048.7506497205395,180.64149786089962,4111.869846528889,207.82974996517686,4647.078436856719,167.63682016174803,5276.440856712446,57.00662252674166,1431.804756059427,114.65243599166331,2753.0672639687236,258.5966558021247,6318.697146790315,124.13246784788362,1839.6635045427433,81.41624121750493,2505.515296095287,102.98036924573579,4478.790932919783,145.61019644227324,2999.476194968987,156.2815224131751,3821.1190660432117,183.48993518643775,5386.595252310563,1854.361862621886,611.9690036458373,17386.309557875928,7364.602529918933,435.2842241507872,3371.2434949575845 -3425,469.227252395449,4080.4766581087515,119.68634291366301,1634.8731645770163,223.05360581634548,2909.9938940339275,240.40368660105062,3429.23958632833,44.15950249451549,1254.1577525799053,356.28090664732974,6959.861270328795,199.30027489952946,4060.0164647083707,229.27833348831902,4588.475722877423,184.65379877457627,5209.9014688892985,62.33866625879574,1413.7487568475217,125.5943387859317,2718.349275962209,283.2577288663428,6239.014221992167,135.4135850602747,1816.4641383947962,89.50135904914015,2473.9191011390553,113.57715310477859,4422.310434993758,160.59746356408047,2961.6508283585686,170.89912077428025,3772.932242697998,200.65243868937554,5318.666745145767,2069.8607337952467,681.2642745243672,19141.101867863264,8055.998360784368,485.086403794542,3685.315008663142 -3426,480.4575208113287,3991.322839876276,124.81981732372164,1599.1530276517856,228.537593676656,2846.413805621766,249.27350971529842,3354.314564481292,45.10470191224943,1226.75581852248,363.6918430202331,6807.796142009758,203.44588480683944,3971.309678652833,234.04584914669377,4488.222697351934,189.17409891430353,5096.070990863295,64.9039347070725,1382.8599391296448,130.1683191226945,2658.9564065630143,293.6231410188954,6102.698789629143,141.75993118884648,1776.7764432578952,92.24789655194597,2419.8667557037484,116.05322250002915,4325.687933819654,164.0877953153842,2896.942094124093,177.9317082303624,3690.4979234866614,208.90939060911626,5202.45986836005,2078.5811029237616,691.5261488787925,19771.402161099297,8399.335792040963,486.4566476072235,3846.4342970408306 -3427,501.79561257806677,3823.6070967818487,128.5549451939163,1531.956474249797,228.40875988322068,2726.807242656068,255.05415744388847,3213.3659661534557,45.311492950707525,1175.2074291906645,365.1091378805352,6521.731938586931,204.23870656630436,3804.434890384892,234.98644573944807,4299.627177756483,190.8339862320456,4881.933631550841,66.73108840357098,1324.7520406731442,133.28720761396596,2547.2268202897503,300.7041616631305,5846.262840084194,146.88411168494562,1702.1161380286374,93.68921867985091,2318.183737966467,116.6376930426582,4143.922139540369,164.90159897176082,2775.21232795148,182.94078171542452,3535.422870313265,214.79053736866857,4983.85203888966,2038.9071714574393,688.4232309496098,20134.376488334936,8663.574317645523,477.028231337915,3979.8043155820055 -3428,478.71267492830714,3727.3703544806017,121.39189387439134,1493.3985113897559,213.53639632212125,2658.1759635328726,241.35703177818945,3132.488442763413,41.26578647884136,1145.6285180601974,332.1241366508756,6357.5858273246495,185.78719909009882,3708.680695228178,213.80614819778648,4191.409439316399,174.87352278982974,4759.059764822542,63.53843032984377,1291.4092265386546,125.32957307252185,2483.115418442691,282.8841535319828,5699.117676858591,140.74477662616223,1659.2754098899843,86.63279632953733,2259.8371439387,106.30431862588038,4039.6233564894046,150.27295370222134,2705.3627364855843,174.1882290787068,3446.439465092934,204.51417653452415,4858.412977763885,1796.0852872367768,623.4631830136177,18830.062369572228,8250.059252988278,418.703967167477,3807.810630315545 -3429,416.46139772434424,3586.036863463002,99.82089822637616,1436.772202485013,173.97800864893028,2557.3839163424013,199.07501153828193,3013.711534357774,32.94763450818663,1102.1888642377296,264.920267153739,6116.520487965579,148.19397022153802,3568.0558740064043,170.5750526028344,4032.4806310667414,140.34626731955026,4578.606934393383,52.50224399361578,1242.441896501369,102.672850952481,2388.9612729426967,231.8207567768446,5483.019967109334,116.98888346532772,1596.359422494874,70.05199244189649,2174.149207857928,84.92964457919614,3886.449934727714,120.0446223665098,2602.781473113994,143.93293722288576,3315.758240836031,168.99147713955492,4674.192897211073,1389.2679781062095,495.681202822255,15381.474409838755,6842.762844114356,323.19135868368534,3178.564539940115 -3430,330.89943567560795,3311.8823785789764,81.06759288448654,1326.9301796432335,146.28692079164415,2361.8705134047414,159.55801306745127,2783.311634761363,28.628570166945003,1017.9259210988234,230.76131761732174,5648.909142207841,129.0857668183565,3295.276045627559,148.45291439247382,3724.1952753084847,120.40017199182834,4228.569923236485,40.89148893544493,1147.4565321276377,82.79629164324301,2206.3238734601327,186.6993253091614,5063.840083598581,90.51545016003983,1474.3168691617188,59.34039333676996,2007.9343085594026,73.67708713136828,3589.3287057914613,104.16815854265917,2403.7974020639904,112.10248671678508,3062.2667048793915,131.61938599189955,4316.84828677503,1306.0770226873,438.4594844311162,12630.788682036016,5380.718419132364,305.4136386243192,2468.623373396521 -3431,303.35680167279196,3067.814052559891,69.77331089957376,1229.1423989586167,146.57635757237816,2187.8130691521856,154.46325448415678,2578.19619470847,32.570428502095154,942.9101303265,275.7036830780212,5232.614225730723,154.2261142909163,3052.4315190739935,177.50137135859165,3449.741655671566,141.13040474218118,3916.946542740163,39.33014153186446,1062.8950160582715,90.72257381396516,2043.7293991109536,203.65284007999833,4690.66168196629,78.21811603353042,1365.6674640362892,60.30848082093674,1859.9601025259574,81.06263501613152,3324.814043549545,119.88330346693871,2226.6501664600155,107.82211123702484,2836.5937421805834,126.59380262652651,3998.7192548244434,1669.517852676915,508.826062725297,13302.934435797088,5343.9526349603975,386.1763336340735,2376.6214652744434 -3432,303.9849244876069,2919.7225458904213,67.67090516587211,1169.808441080296,142.91161797950545,2082.2015398446806,151.12753543060268,2453.7398383509926,31.46553437151536,897.393361884345,266.30239182137706,4980.022083171771,148.96711809745932,2905.082568022723,171.48293377220762,3283.2134924073875,136.4924373407899,3727.8651626043184,38.782305567984764,1011.5862595095508,88.5563593035042,1945.0731700326355,198.85585978078086,4464.231023569801,76.84850010026614,1299.7430798025546,58.26377770033265,1770.174903941861,78.32289655364563,3164.316466881165,115.823275779541,2119.163867640262,106.32023944260928,2699.6638520726133,124.83045687739131,3805.690489374647,1602.7449781480911,491.5961389645809,12944.573688152052,5239.5889114453375,370.5732494468383,2337.551617830443 -3433,309.4829321605588,2819.5869530115497,69.42235699909382,1129.6883748886778,152.52354413925562,2010.7897935542264,156.35067388053147,2369.585714244364,34.179412714363494,866.616116812092,289.60911540924167,4809.2259009967975,162.0046857341295,2805.449071778198,186.4925909420212,3170.6115158692846,147.07311628840932,3600.0132923109263,39.67587496261585,976.8926239835707,92.34343920637845,1878.3644153435475,207.23139124416136,4311.124550859709,77.5159187131206,1255.1667401536283,61.78112574813224,1709.464507416338,85.00729974896136,3055.79221483759,125.76552989200518,2046.484451374384,108.76992649974471,2607.0754515818035,127.70663131183584,3675.1695006583054,1811.798794315169,540.7735896303573,13590.1578523096,5336.597267434566,419.98301603975005,2360.394845058891 -3434,335.7367633808751,2797.7533620429995,79.76995114763695,1120.9405851200731,183.26824248943132,1995.2191576391656,183.11413077217478,2351.2367269239085,41.20423394900122,859.9054382139309,349.4247021657937,4771.985456581501,195.46497692974484,2783.724958091659,225.0713807907861,3146.0597513338,176.29402961570736,3572.1364369361672,46.53707557709423,969.3280145823711,108.60949700104909,1863.8192209523309,243.71323468407044,4277.741175341742,89.02882637347552,1245.4473033501022,72.9161982264259,1696.2271966143717,102.41731270127504,3032.129558421769,151.57280981389775,2030.637412364971,127.57965123146147,2586.887452423562,149.79110501418873,3646.710670001652,2245.526018774104,659.3681522728909,16029.237865039708,6161.3390170799385,521.4030632567795,2720.203648456621 -3435,477.7887513934591,2798.5331372010437,112.85792395199354,1121.2530078067114,235.66979381343316,1995.7752546686925,250.745234030348,2351.8920513049675,51.903653083266875,860.1451065521352,439.1977706421468,4773.315479364808,245.68320892616757,2784.500823326457,282.8048928276938,3146.9366046236914,225.4956588239636,3573.1320440874115,64.20724085603011,969.5981806077336,146.84666737548704,1864.3386948799837,329.7311842852871,4278.933444948609,128.00005896625305,1245.7944278968837,96.59108077425991,1696.6999601711111,129.2132152748157,3032.9746576852376,191.0661301213603,2031.2033809848785,176.02174810869892,2587.608456140124,206.66690887793513,3647.727062092399,2627.3231650420885,808.4059117538293,21416.881695832457,8692.403797683932,607.2200262865737,3886.058143575879 -3436,668.1574455297115,2791.385233970151,162.83671810039058,1118.3891474898148,332.8136170599831,1990.6777240368951,358.6801305615136,2345.8849411625993,73.10343065579448,857.9481577633459,618.2897134812316,4761.123664773273,345.8656008932224,2777.3887608795617,398.0644496120814,3138.8988229642246,318.5907230652816,3564.005690805105,91.87335061801375,967.1216710836172,209.58443627748068,1859.5768743378337,470.642694087887,4268.004361497943,184.76774493336706,1242.6124687848687,137.64878472778213,1692.3663158894171,182.0517193474479,3025.227953146814,269.14759451337966,2026.0153612267623,251.86735272813715,2580.999288430776,295.7171360634853,3638.4101811500414,3638.4085865917245,1130.911976636761,30526.244608199788,12504.01393402347,839.9660320795001,5603.348197132772 -3437,650.1499127042803,2929.859566216652,175.04458580602554,1173.8699132779604,359.99777322932283,2089.4307607726846,389.8385985840593,2462.2590076301617,78.38347564000195,900.5090328452213,662.8294905842017,4997.312282596113,370.78074412702057,2915.168759631195,426.8616743759637,3294.612521385239,342.0011589063215,3740.807983140454,100.39131019011342,1015.0983981847882,227.33427367296983,1951.8262933005913,510.62551711745976,4479.730441721918,201.70545452903818,1304.2556736575364,147.4070309570604,1776.3207957861048,195.22538745074976,3175.3026958256078,288.6037918350028,2126.5214185250616,275.21902014462285,2709.0368479351723,323.1342988514068,3818.9035126122267,3876.65529442503,1212.0479917929324,32955.954160648886,13558.598618097061,894.5768267348236,6110.911700860433 -3438,681.5389527872734,3217.0102365011567,158.37381177804494,1288.9189539594051,332.3231718043587,2294.212399588124,362.52901826223297,2703.580923740996,70.80631636342933,988.7664276229051,598.5410816915145,5487.090560065385,334.818397208866,3200.879608360197,385.71106540885484,3617.51202303785,309.54495428099784,4107.43836097508,94.78333529503128,1114.586506353702,210.42190892076542,2143.1215467874067,472.95037664701954,4918.781382547533,189.11625297475098,1432.0836061740247,132.60048497430955,1950.4150469344436,176.3982385521,3486.508839620383,260.73510192449993,2334.9382511080444,259.84496682569176,2974.5450503349603,305.0836425519025,4193.187903592268,3457.1869194787173,1097.2127744406246,30305.515222725724,12667.022313391226,797.057550564603,5733.189987511857 -3439,611.2847728017894,3527.099175026008,144.1457555986908,1413.158381531923,298.07680180468526,2515.352475447058,326.21215610717775,2964.1801998473343,63.810749170333494,1084.074029853,539.3446093500214,6015.993473725664,301.7044329446505,3509.413709010672,347.474475857139,3966.205493328053,279.1783218701396,4503.356032283541,84.96692943401237,1222.0219576705251,189.4038547894351,2349.697913263574,425.65098705296003,5392.9047410758685,170.40594256185665,1570.1227333980405,120.22684748600703,2138.416354709139,158.98320460312087,3822.5748592334376,234.98343954742023,2560.0039085287167,232.9336574972713,3261.2626699393973,273.487108756953,4597.371008546994,3102.7159614942034,985.4169562933969,27302.983325674144,11418.379818184841,715.1413585816177,5164.068621943384 -3440,612.7400222158234,3734.973124452637,141.7525283639418,1496.4446174320567,294.4430752331219,2663.5978826001956,321.44042185737163,3138.8778236956728,63.045117088448485,1147.9652727338362,532.913614414907,6370.553484956127,298.1069932993245,3716.24534363819,343.3321735631985,4199.9587163656815,275.62462880039755,4768.7668862604805,83.78417550736465,1294.0433321829555,186.67987917951447,2488.180264042952,419.5359311995907,5710.742247700776,167.65993251121566,1662.659857385652,118.48623976916174,2264.446565687997,157.0671998612762,4047.8630333211236,232.15834458785267,2710.8809030803504,229.69118186718185,3453.469216360915,269.6801222749825,4868.322751353914,3073.923746408568,974.7571182362667,26950.031288203485,11254.097854858976,708.6400735036029,5084.930330193503 -3441,558.4734032745015,3831.144881288614,127.71631245788014,1534.9765433846092,258.6320624831589,2732.1828173075346,287.5810043658129,3219.700733189176,54.89221653670751,1177.524210211247,463.6570918540376,6534.588753819159,259.36552911351095,3811.9348791776415,298.7086337444679,4308.103378973035,241.23763669120007,4891.557780360988,75.19305683039038,1327.3636310261113,166.38481987844378,2552.248373596668,374.0126493200651,5857.7880487008315,151.94384614865265,1705.4716566081343,104.74581238245014,2322.7537602050456,136.82693181362276,4152.091386879344,202.18375065288924,2780.683327444661,206.13895150236803,3542.3925340528112,242.0274787864558,4993.6771076616,2605.0446577551543,841.4638705274054,23897.605375554347,10142.456730373973,599.4184841929559,4600.441017078487 -3442,540.3527897983307,3870.7182625554315,123.12741979917199,1550.8319113931793,248.71447951025942,2760.404593217923,275.97148569130377,3252.958270721061,53.076007139507475,1189.6873144439232,448.3729565912237,6602.087055290275,250.81572388216952,3851.3098328826645,288.8275581405597,4352.603449535655,233.07715305610358,4942.084577709821,71.8655232738099,1341.0744847468495,159.87265637352178,2578.6115368561013,359.30952486556174,5918.295413213101,145.4851949980654,1723.0881347623103,101.29798690975345,2346.746384600553,132.287860655765,4194.979949071328,195.4861704760052,2809.4060839336394,197.01664277658142,3578.9832803415934,231.31698780198764,5045.258735145862,2530.7226466921697,813.8799891949214,23007.687752984963,9727.72351440711,582.5151429901177,4402.687327788044 -3443,518.2417312341041,3749.8537559798056,116.42467833176734,1502.4066525554244,227.51300760610823,2674.210012140841,259.0448156333625,3151.383531969025,47.88682531419433,1152.538919627759,404.10236571273344,6395.934620475716,226.05116095603597,3731.051361186534,260.31561612563144,4216.691912564173,211.87370740605246,4787.766290140745,67.80264594226671,1299.1989735663794,149.25701947372812,2498.093506373932,335.57024115779376,5733.494607169794,138.99587996305465,1669.2841162138589,93.33636263269915,2273.468423097454,119.4450826735942,4063.9902600143887,176.43447985747954,2721.6814144866244,185.87841660902177,3467.2282987389494,218.23961073258488,4887.718799090897,2192.5225728155783,725.4171876747681,21359.357479393497,9229.35074417354,503.1994650383382,4197.29159736344 -3444,495.66153016195955,3628.7943056146696,111.91308268498409,1453.9032880460106,226.1342890784599,2587.8764068063783,250.65545323906696,3049.6449621217253,48.360001813851625,1115.330607727044,408.5536473904123,6189.44967996533,228.54116714347043,3610.5989231817043,263.1621301341553,4080.561162270219,212.24361112480503,4633.199100783858,65.18318945332886,1257.255920879569,145.27766589297573,2417.44560740985,326.4872462884782,5548.395733724772,132.0110247156568,1615.3933165287124,92.244534077372,2200.0722707051705,120.52932010013302,3932.7892961415837,178.11363016091744,2633.8152528846326,178.697274667237,3355.2930662071653,209.80824118155724,4729.924765013245,2310.0942880653724,741.6932305018311,20941.842776332345,8838.933963266307,531.8051193816029,3995.180132083929 -3445,492.00404197434955,3516.4423024933644,108.18029120636567,1408.8886267013654,216.4948845082796,2507.7525216676718,242.17815528694416,2955.224145881733,45.983507932498846,1080.798579354218,388.3278281578649,5997.816588862131,217.2270291756308,3498.81027182182,250.15393058516503,3954.221893127654,202.3834503580205,4489.749470963982,63.187322597947286,1218.329707583769,140.0457043217094,2342.5984726441634,314.7883380932683,5376.610473306687,128.40038048923154,1565.3787222432347,88.35753087913328,2131.9552858865736,114.63747421517411,3811.025228502955,169.38167017668823,2552.269043705683,173.22568037050928,3251.4090029897693,203.38404932976087,4583.480387843652,2165.4454698737595,702.7231031304818,20136.326896286824,8576.182122434071,497.9984369759266,3883.5282280745764 -3446,456.27390307635324,3451.1364796803723,103.618804300985,1382.7233655926136,206.62284739300978,2461.179642674964,231.24089605298127,2900.3410203128064,44.02190051442963,1060.7264625815942,371.77070875725246,5886.427772063026,207.96512828080458,3433.831903342446,239.47140227907838,3880.78581993153,193.73030252124533,4406.367814675295,60.15963007456372,1195.7034230703407,133.79973238707348,2299.0927621514843,300.7137324084407,5276.758423791961,122.5640399118571,1536.3071957752593,84.6004203114806,2092.3615481913444,109.74537431989867,3740.2485409025403,162.15483311644846,2504.869423407308,164.9253746168855,3191.0252622722664,193.6386709814908,4498.35800211217,2074.840048422834,672.2125710245117,19234.877378990517,8178.570316249242,477.1943247262795,3703.610749582516 -3447,448.0876661622146,3397.7871504613313,103.03676065417032,1361.3485621085472,201.97157160112667,2423.133542847457,228.57609367019347,2855.5061524797943,42.81422356162866,1044.329242246554,361.39693852573083,5795.432537598992,202.16213625874448,3380.750076595557,232.77241179361357,3820.7947643603848,189.0411513041046,4338.252059593054,59.59384024848114,1177.2196638967187,131.95046536467345,2263.5522793582645,296.6021406705604,5195.187751632888,122.08028049370768,1512.558219502786,83.15906133898501,2060.0168160322555,106.7712875651341,3682.429978250933,157.730843997851,2466.1479459152206,163.3742829810919,3141.69685747994,191.81753627967018,4428.820218424747,1981.3289350911057,649.7810231686966,18920.24677423001,8120.744944252505,455.08995546102955,3687.224190921034 -3448,467.5622909425926,3407.274360256909,106.23127756235402,1365.1496829091477,205.1803488596294,2429.8993510825535,234.69167541620195,2863.479219873807,43.3103672010993,1047.2451902380296,365.4322177667087,5811.614388287566,204.4194344945417,3390.189715932212,235.37225858474608,3831.463084625946,191.83025616345384,4350.365210185747,61.21737879382275,1180.5066649454309,135.23220207405362,2269.872509086196,304.00266895911176,5209.693614991769,126.20268466172531,1516.7815438374196,84.90823750382546,2065.768739519712,108.04057505471297,3692.711960086213,159.58007291678499,2473.0338578083933,167.82515314873666,3150.469018854725,197.04329723959498,4441.186250991967,1972.3288079961628,654.010348115595,19338.854605767137,8370.031413611898,452.48944142982344,3805.931841394913 -3449,497.62235523327695,3412.9926841022534,114.58568834578563,1367.4407716677456,220.2408051112552,2433.97737648701,252.63339893492056,2868.2849090471373,46.44851994322815,1049.002749656523,391.8546010175712,5821.367842110986,219.19987360072773,3395.8793671440376,252.37276674888543,3837.893311371092,205.87146165985334,4357.666294421149,65.93975348332799,1182.4878730014902,145.48179755620222,2273.681966359728,327.05767506875577,5218.436883679795,136.11043097035684,1519.3271116882133,91.29787622649256,2069.2356557093644,115.88060629113403,3698.909325083189,171.15064295121425,2477.184274529864,180.7713666441094,3155.7563541878203,212.24342991359984,4448.639757389013,2103.5302299973537,699.9103556984617,20811.529139850238,9024.393887544255,482.3953527886912,4105.929313171469 -3450,509.3575835842141,3357.7589024533722,118.7516509848665,1345.310948374573,223.44290869865097,2394.5873785015438,260.49059867219825,2821.866344158018,46.74494874656482,1032.0263321290286,394.06874519180604,5727.158393087936,220.4384455655987,3340.9225369274172,253.78207478892833,3775.7831984079485,208.14287096269524,4287.144494088589,68.19820999143762,1163.3512140557962,149.5113530586659,2236.88609104072,336.18908051776447,5133.984899729101,141.83622091611088,1494.7392529649574,93.14051933591546,2035.7484141691461,116.68019299682248,3639.048443765655,172.28307251671134,2437.095042589593,186.96284064742807,3104.6855276325246,219.51283160635987,4376.645698292813,2056.9334762603494,698.03934472976,21317.646036804872,9363.967062405247,470.69303964826474,4274.89700924633 -3451,546.8539380432977,3226.8873401789056,125.5362090675337,1292.876288628728,236.11853667619465,2301.2562608330772,275.4040511658336,2711.881658622715,49.40241464023866,991.8022117207915,416.4822789001395,5503.937432896571,232.97637096714845,3210.707186585795,268.2367516751546,3628.618777036217,220.05257973326457,4120.049323191178,72.02038975332066,1118.0085925989258,158.10118521597468,2149.701517678223,355.48793260541106,4933.88339034731,149.9645882234068,1436.4804955879572,98.43945644624287,1956.4033560217545,123.31128116556724,3497.2133779185797,182.075937849322,2342.107151886059,197.44120343490414,2983.677719396109,231.81546392683873,4206.062140420656,2176.1117123098707,738.201301249038,22529.48999744804,9896.620082085861,497.9984369759266,4515.411830826946 -3452,523.5602043972361,3177.6318053269997,119.7668657921436,1273.1416941478979,222.28042770923693,2266.129652430211,263.2847599802497,2670.4872226015523,45.87256062134968,976.6632424120886,386.43084036501506,5419.924775041056,216.1658715846902,3161.6986272354175,248.91864768961082,3573.231172885563,205.34374968001813,4057.16047346184,69.31778948635949,1100.9431963231348,150.53832939951093,2116.8882562089448,338.6076774005088,4858.572095074443,144.88910937430856,1414.5539119624525,92.48057688080358,1926.5406172496064,114.56202057231657,3443.8315590754496,169.10753121657658,2306.3569913489314,190.03212593699038,2938.1345608034007,223.11647553146537,4141.8603823464855,1959.2363727119534,680.3231944297901,21350.33095793418,9515.498268362075,447.28841336741175,4360.648880079573 -3453,456.0025041912211,3117.9143417319615,100.15966971092165,1249.2154505081699,185.0076075531946,2223.5421145053406,220.6538509847055,2620.3005637100537,37.92147053965219,958.3087396891547,319.3404918214754,5318.067738017833,178.63614529748187,3102.280597004887,205.7244887049758,3506.0791818569824,170.13680045364944,3980.913964200754,58.274752785232955,1080.2530914669283,125.93455704821498,2077.1054226021693,283.3141750281416,4767.264599434109,121.9977303855302,1387.9700983188375,76.8123148161871,1890.3350005440777,94.72809628865176,3379.1113843177045,139.81158294482236,2263.0134581437464,159.75805406214735,2882.9179861902053,187.57172654022958,4064.022101591659,1596.5625674285136,560.7734446406812,17821.11839453704,8001.051133948861,364.0719643688236,3670.5759522626377 -3454,368.3611217916319,2914.913955527363,84.05537729614306,1167.8818437725074,162.54515160583634,2078.7722913112766,182.61181331822286,2449.698690757447,35.119042718529336,895.9154142355512,296.56526794409143,4971.8203154282355,165.89589372920443,2900.2980887371336,190.92313350810474,3277.8062564418765,154.74683062109452,3721.725614680181,46.980454760590106,1009.9202436938609,105.86402140468603,1941.8697628753266,237.82457713246632,4456.878729664815,96.80932205670497,1297.6024887190674,68.29468557115347,1767.2595426874148,87.5549125221169,3159.1050464707814,129.36387614921003,2115.6737445920917,128.79515867133026,2695.2176838567857,151.21823074163396,3799.4227682729465,1651.087295899831,533.3108829550753,15284.863098546626,6480.358237542611,379.6750485560588,2921.384857702589 -3455,333.31325615510866,2695.7983085027067,78.8678134453915,1080.0915385522408,166.39439075965421,1922.5098621017012,171.587809051682,2265.5535249548902,37.48440520811549,828.5689715395883,317.29382235607545,4598.08591299772,177.4912571503142,2682.2811242662087,204.47249562971356,3031.4118003242893,160.86568366001202,3441.9615020680303,41.794729416029405,934.0039967594831,102.02202818058483,1795.898370229857,228.60894226185246,4121.852762703037,92.1237501447109,1200.0610129724726,67.87363310181867,1634.4136940399223,93.29398461906139,2921.6334240361944,134.84613819085862,1956.637413327382,114.57868669416021,2492.616723526301,134.52668921202044,3513.818118910416,1966.5841359183655,589.4982056577984,14923.111559583165,5855.231316828443,455.8262133293421,2580.7194995185027 -3456,359.65360939243214,2555.634467615876,84.0548778550793,1023.9338586266483,186.14560558447783,1822.551951465333,186.31551386746722,2147.7595925264854,42.1881108846057,785.4888163498096,357.47351018247343,4359.01558631169,199.96740639034365,2542.8200883535437,230.41666648106468,2873.7982578337505,179.85822563728883,3263.002066270174,45.4166973086629,885.4419113925806,104.35994133030063,1702.5234272232246,234.29512415767647,3907.5434380891584,97.7631169994356,1137.6657067857175,74.60878906926548,1549.4348956512895,104.924597093591,2769.727637507341,151.74193451898503,1854.905093735876,124.50817613421377,2363.016993188076,146.1848900386861,3331.1226100621407,2280.9766490489906,668.8821700569345,16258.560749063316,6219.811292511696,523.9256462644855,2722.190438070915 -3457,381.0929629338236,2481.49124553796,90.21930907869445,994.2278281143599,209.91011216936695,1769.6766769304365,202.38033025354585,2085.449501448703,48.45240368824472,762.7004745551108,411.0893890637742,4232.55326755978,229.95963780284677,2469.0486328093307,264.9858155770545,2790.4245730843545,204.8421825211532,3168.336929332237,48.76405846410183,859.753763456965,118.5898757321893,1653.1303805426382,265.76442646443417,3794.1790800087856,102.69398668813986,1104.6601255034568,83.45901407535167,1504.4832028253916,120.39190161378892,2689.373215180809,174.23607014316062,1801.0912005359553,133.6848414803027,2294.461925583562,156.95920106139175,3234.4811824337953,2727.1088766118537,780.210686389782,18075.304998947402,6668.495696203947,631.1055432580968,2885.384163438249 -3458,432.3329182428774,2440.293341096083,108.23945513785087,977.7215828758318,264.18247815950645,1740.296371535326,247.4562186900353,2050.8267118525146,61.33842670975552,750.0380638675874,520.8916419179345,4162.284099624723,291.3820120309544,2428.057301560538,335.8357381155065,2744.0977342849405,257.8342359872518,3115.7359611486877,59.58626263837145,845.4800667618291,148.6908825182923,1625.6849855326734,332.96072785755007,3731.1878333321592,122.40606864336613,1086.3204749513643,103.42880539290621,1479.5056594486578,152.31147606149023,2644.7240386315107,220.54176884041405,1771.1893488553544,163.35350924653787,2256.369095989386,191.79314586455232,3180.7820823815327,3546.2775808897345,999.3844414830423,22371.7653344381,8048.336874550432,823.5798654210103,3467.0907888468328 -3459,599.3181659872636,2440.488284885594,149.27642582321303,977.7996885474913,336.47138315725635,1740.4353957927078,331.6295896788803,2050.9905429477794,76.92303407552241,750.0979809521385,652.156258429336,4162.61660532055,364.8102358487398,2428.2512678692374,420.3563146366906,2744.316947607413,326.8476020314582,3115.9848629364983,80.37170176702638,845.5476082681696,188.56392649359728,1625.8148540145864,423.0549479866584,3731.485900733876,171.63647002845266,1086.4072560880595,134.65459175761455,1479.6238503378427,191.23667857351077,2644.9353134473777,276.6511314397471,1771.3308410103314,220.33601280616844,2256.549346918526,258.69623026934124,3181.0361804042195,4233.749540977101,1227.9797398883213,29167.251725691396,10950.843593733374,978.9587490195082,4786.152285172699 -3460,667.0602631628003,2418.979602333945,163.8504240223586,969.1820757401201,314.3604576571733,1725.0964684716475,348.8908913053808,2032.9146092184906,68.43491654282307,743.4871648073322,577.6051920490098,4125.930340648617,323.1070523594277,2406.8504334543786,372.1777407045541,2720.130540972003,299.0762879743078,3088.5228465573514,86.20658447891242,838.0955687721478,195.0519661384372,1611.4861084929114,438.1267648207168,3698.599307431257,197.9206908951139,1076.8324554476617,130.96277969266117,1466.5835256250127,170.67687234705377,2621.6247840017295,246.30354429280055,1755.7196237841758,236.3321254137536,2236.661767918213,277.4772455824691,3153.0008491906415,3257.564671570177,1039.1842505921547,29148.706385563142,12164.373252030762,745.0098341694811,5463.006322548187 -3461,657.8304209724622,2479.73675773551,179.47527378562816,993.5248795948277,350.83103737150185,1768.425463109095,387.6651594503179,2083.9750268884977,75.98286091739786,762.16122273146,641.4271624284901,4229.560727048301,358.8084778468475,2467.30294230258,413.4374053027398,2788.4516602699587,331.68205303680304,3166.09682128972,96.16425777893949,859.14589208373,222.26271159492924,1651.9615684044786,498.900283996223,3791.4964830307963,219.45307822078095,1103.8790980791073,144.17458815555995,1503.4194886442133,189.47722186742885,2687.471748669188,273.46125752687607,1799.8177757160522,263.6307141398485,2292.8396730493805,309.52848362191946,3232.194308445407,3640.0941514421775,1159.3104492102684,32402.955280488786,13509.1211761018,833.3744258524124,6084.871406051718 -3462,663.2167218256261,2664.412522273309,153.5450755564933,1067.5165910755468,296.2466244018836,1900.1270735356877,339.3019610214554,2239.1768563438823,61.6455580939346,818.9223712968954,519.5080531871396,4544.552775494601,290.6080451715171,2651.052711625752,335.10629400542,2996.1186396905123,271.8109697368919,3401.888523472787,85.97073963236889,923.1298710182374,198.3838895248602,1774.9896538173655,445.3240292493198,4073.864161600641,197.4575060060414,1186.089322918142,119.0960384260743,1615.3850602397815,153.9104432573316,2887.6183562923493,221.9230911637516,1933.8572953232117,235.68556559250072,2463.596475464839,276.71812052491936,3472.908550868451,2785.8754265016637,934.3990888456284,27754.607431954126,12013.056795843262,645.02581741133,5482.437127732355 -3463,600.2131043733585,2916.21357658867,141.4312884552936,1168.402546566635,270.3486500791594,2079.6991166970915,309.00133310395614,2450.7908945277595,56.75940730281701,896.3148601743524,478.3918922645588,4974.037012899773,267.608041461537,2901.591193280766,308.485744855123,3279.2676738664554,250.0660670944558,3723.384954567066,77.88306349374263,1010.3705189469113,181.85859690620273,1942.735549955375,408.0731562176954,4458.865839251284,179.39605974246933,1298.1810277597638,109.89865624816885,1768.04747940099,141.69839305550337,3160.5135406891063,204.32878127622482,2116.617022575345,213.513504107253,2696.419352832333,250.68593154916854,3801.1167496136627,2574.6038854957924,858.1750196425533,25404.39382341684,10980.106298502122,592.5988413009643,4991.2606221217275 -3464,599.783138620291,3106.282756554912,138.53177295716856,1244.5551698447182,265.5001746583767,2215.24704393414,303.2057656172862,2610.5253595653066,55.69466620371859,954.7337057049261,469.42178341661435,5298.228335426128,262.5902447569731,3090.7073345440826,302.7033136657747,3492.999522132079,245.29759993426364,3966.0629019899216,76.51301864874183,1076.2231360322999,172.43623590619825,2069.3566437722516,387.3778838602103,4749.480004293806,175.98323631812383,1382.7921842864637,107.69289862879312,1883.2829810970738,139.0394622535503,3366.50538633907,200.49553304790723,2254.571137120717,209.75757743310908,2872.163070422958,246.2761028543747,4048.860998990676,2526.215142128694,841.1174184818469,24834.910709003343,10704.777208646732,580.3715621965259,4869.323604357497 -3465,558.205988345491,3232.735622348491,127.64746227101547,1295.2194461514964,241.13142185784506,2305.4269660790587,277.9072463588832,2716.7965649947696,50.37829519467066,993.5997145707796,424.434764951776,5513.912550016569,237.424918803013,3216.5261444890566,273.68228809796113,3635.195141271104,222.51630623033296,4127.516336586598,70.19466056973761,1120.0348268699918,163.58169666924044,2153.597551140324,367.08488027283664,4942.825364211504,162.25747083119586,1439.0839156592754,98.24938342092763,1959.9490635898733,125.80466291840536,3503.5515882386776,181.36945712772734,2346.351893660922,192.43603519869308,2989.0852181299088,225.93890231495777,4213.685040022297,2252.9194731794323,759.4816495345541,22783.90662389454,9902.769979111232,521.0838244568562,4511.589359476838 -3466,540.9758801498068,3356.5892460194545,123.39560660086266,1344.8423168700192,232.8908338570761,2393.753237452347,267.4215875573074,2820.8833628836064,48.99994610713807,1031.6668315590307,412.9169276726895,5725.163369663936,230.98194615659432,3339.7587453467645,266.21955021771146,3774.4679255609703,216.1447134707337,4285.651091409504,67.2410109745617,1162.9459672015828,155.2780005195712,2236.1068843482994,348.5533726068666,5132.196504956261,155.62983001698638,1494.2185689506935,95.45221411199866,2035.039272655522,122.3428116978603,3637.780801701635,176.40062110622017,2436.2460942346197,184.33871536199143,3103.604027885764,216.43184947161416,4375.121118372484,2208.4814924554184,738.5000350340621,21969.849858682428,9498.700497781801,509.08039194190985,4315.598913902259 -3467,532.9937385894804,3333.586004920136,121.03289524863287,1335.625898122264,225.8837927392763,2377.3484649831835,261.4280103964475,2801.551399585917,47.31535309975996,1024.5966543281809,398.5746190688255,5685.927912575599,222.95899012916553,3316.870846351117,256.97284797283567,3748.600895266368,209.2460832546248,4256.2808414034425,65.82855303262325,1154.9761131300002,148.36484451946913,2220.7824874637213,333.3009216692086,5097.024744302917,152.93397353671347,1483.978450938812,92.819719365768,2021.0928241614172,118.16740857651126,3612.850510052977,170.3462211250542,2419.5501114451226,180.46651476973264,3082.334534808845,211.88550371856977,4345.137716011295,2102.688415515461,709.2425970379691,21341.79481726925,9280.064646435894,482.6601032611764,4223.304869655283 -3468,494.7600338065809,3197.775887655221,112.16336425834476,1281.212569779056,211.78283243171418,2280.495414444694,242.8983564401534,2687.416343961166,44.668050996324524,982.8546409023464,376.43747317280815,5454.283510593163,210.57567353753444,3181.7417037609243,242.684451843278,3595.8830933515233,196.90116406911366,4082.880185374092,60.986272540963995,1107.9224474586028,146.64719425268044,2130.307926556287,328.75699707281666,4889.372226202507,141.21192151583446,1423.5212474518914,86.94954539563474,1938.7536095596279,111.52173554819737,3465.663171641212,160.8039965485859,2320.9777680651378,167.19158400474768,2956.760389127814,196.29942451957294,4168.117035617049,2019.3184350077515,674.7840979819395,20067.252448889347,8690.483835647025,467.19219800369547,3942.706633961895 -3469,495.70489982106886,3094.781136005253,109.4018288898577,1239.9469604708406,205.58878190829589,2207.0446576995582,237.03450848126937,2600.859377916462,43.1365947399414,951.1986170895011,363.43726589707336,5278.61060688196,203.30347669660327,3079.263385046259,234.32266468592806,3480.066006984778,190.50213851576208,3951.3777769868907,59.66399443346631,1072.2382089965088,142.07195140229425,2061.6944453299625,318.5975929011812,4731.894123967133,138.32652877913208,1377.672125280523,84.34651022250233,1876.3097568500214,107.71786529883428,3354.040240514741,155.29730785331063,2246.2231457259686,163.56660805399014,2861.5283238844986,192.0433449012903,4033.869297810081,1932.358741866697,650.6638884502703,19518.158860890766,8484.924649728415,447.89510758614864,3855.4242735363473 -3470,461.98592636047493,3015.049548406234,105.73766972549276,1208.0019099641254,199.15455130334777,2150.184037601731,228.60815746307551,2533.8528148640744,42.04266360578837,926.6926593078042,354.31171060699893,5142.616497603209,198.1987246765266,2999.9315849816585,228.4213876099664,3390.4082329799794,185.38910337529518,3849.577484973572,57.319110724213736,1044.6138792198408,143.17363757687139,2008.5785175644144,320.5966296195096,4609.985202374906,132.935401222894,1342.1788283679934,81.88909233492546,1827.9699392129378,104.96708501424018,3267.6292985143564,151.35269179997388,2188.3531608579697,157.13819711292908,2787.806084347595,184.4957558535678,3929.9437569892875,1902.4125856486796,636.669299135845,18971.590425131508,8228.660680713616,442.79102674489707,3732.4700046845815 -3471,470.6774579355181,2980.739624243618,110.12431448170517,1194.2553849887488,210.1323922419219,2125.715898660273,238.05379998845572,2505.018695715627,44.71176209354529,916.1473086087716,377.02131450730076,5084.09580691557,210.90226903084073,2965.793696525343,243.04315217404232,3351.8268937726875,196.47779275572742,3805.771003704508,59.548540816684444,1032.7266374349772,145.52143691352077,1985.721786520401,326.0704187031414,4557.525619159143,137.21413517040406,1326.905429680958,86.32939304834257,1807.16845353948,111.58572516423916,3230.445129026053,160.94640175580807,2163.450674253812,163.25009628397058,2756.082089833274,191.6717288377285,3885.2227432543978,2062.479599571085,678.7002138610075,19812.004367269597,8505.466096619833,476.00389319916894,3844.391607018844 -3472,496.4447890724525,3049.0345704550978,114.8918952605571,1221.6182605036715,217.70260716268962,2174.420472444281,247.69512764699385,2562.4138857185317,46.27971328928279,937.1381494907909,390.18076266856826,5200.583019298442,218.26354376415904,3033.7462004378376,251.5257804711139,3428.6242213750556,203.6301135243711,3892.9691352948053,61.91463107440584,1056.388553283357,153.952581374927,2031.2188039379446,344.78006579788877,4661.948013012782,143.14116319233744,1357.307593697809,89.72693851206168,1848.5744426187441,115.51178572769558,3304.4613478636693,166.59476488538792,2213.0198302537583,169.73664418408904,2819.2296645320703,199.28757641457625,3974.241279496894,2124.0685302419656,702.3177760693069,20637.12213499353,8886.969945409988,492.09444939155566,4017.7606647658026 -3473,522.1488657338023,3156.188101937471,122.07030813057045,1264.550115722612,227.79248945635797,2250.8370650299134,262.072540312185,2652.4658974716253,48.168577377754204,970.0723979830296,405.89173370438067,5383.349342017412,227.05211701620647,3140.362446166277,261.6326723014317,3549.117834995023,212.57059935239732,4029.781421662702,65.64283972317634,1093.513669934616,164.9311869784671,2102.602798781554,369.2515055677959,4825.7848543599075,152.57972495370322,1405.0080374323168,94.25874568771962,1913.5396882260095,120.27110754119622,3420.591452291362,173.40902241744274,2290.7929366494714,179.9573886814586,2918.3070635034396,211.28773943078565,4113.909747735204,2170.6089645288353,727.8041763828884,21789.944667201256,9460.820540682058,505.04665521454757,4289.575252049948 -3474,553.1953768844111,3194.591820467222,132.32795528012176,1279.936849701225,249.43011093174496,2278.224695396011,284.4011982190257,2684.7404484319222,53.02550855167275,981.8759997083994,446.99271685335066,5448.852609313567,250.04363041868882,3178.5736020191034,288.10981748084777,3592.3026256228054,233.3921720353779,4078.814808284669,71.13094555713117,1106.8192746173106,172.4701932577143,2128.1867511495084,386.54776308716276,4884.503814461876,164.5990787284585,1422.1038287663205,103.03936168551012,1936.8231672864076,132.36179441721552,3462.2123655881423,190.8821058678278,2318.6667402085886,195.00282545492732,2953.816304217379,228.95256746539334,4163.966787083346,2418.648066786823,800.6043752411424,23615.986842436396,10186.413641309993,555.848820131884,4606.494672162618 -3475,596.9606421185896,3176.7870510068346,140.81655024777038,1272.8032370791746,266.53281537512987,2265.527215479922,302.95791265116793,2669.777289621131,56.77395794712763,976.4036023581369,478.6800184884024,5418.48392060946,267.7692166313157,3160.858108654901,308.55669601433095,3572.2812508508,249.72675488776542,4056.0819017305857,75.64292612014108,1100.6505171902688,175.59256865171926,2116.3254941870073,394.08725209030786,4857.28047287949,174.9283749428375,1414.1778613054087,110.01077870232223,1926.028458003634,141.700047032072,3442.91603715042,204.3696772705504,2305.7438602023276,207.37225132566832,2937.3534753864865,243.47549452848654,4140.759293653439,2603.777874638833,856.2790678689994,25048.933967174133,10751.2165741279,593.9419208379156,4855.0542970027345 -3476,561.6884459691702,3210.122262525045,131.33270047257662,1286.1592362216568,241.52597290962794,2289.3002376295644,282.1446432910282,2697.792258590432,50.44398016907963,986.649369571723,424.7494522794387,5475.3420935689255,237.6009520109128,3194.026171839264,273.8252444396905,3609.766530533587,223.6667071993512,4098.643882108377,71.05147300382123,1112.2000536272599,163.82520201317448,2138.532887020513,367.7576638257633,4908.24972872413,165.9997189087029,1429.017357114876,99.82194415254367,1946.2389930526526,126.01870271513974,3479.0438393905706,181.62249938705108,2329.9388906064896,194.78495442396928,2968.1762210831876,228.69676536715292,4184.209825490688,2205.957813721289,752.3577348575717,23030.115613292128,10106.530880252567,505.06145212023506,4601.646340928161 -3477,493.7411336981477,3246.121689024841,111.21900181069205,1300.5826728090772,205.4328647022673,2314.9732459765073,239.8197571495852,2728.0462384025445,42.808465689341055,997.7139984413502,360.46114257356857,5536.744482368794,201.6386605769549,3229.8450911850678,232.4025035508758,3650.2477067225436,189.79455742957248,4144.607498792166,60.492960271822525,1124.6726514940246,136.4700295691874,2162.5151379093427,306.569545943929,4963.292546692336,141.08780186659115,1445.0428543100902,84.56842335146148,1968.0647933965702,106.9428047468415,3518.0590458977504,154.13068267791806,2356.0676349289656,165.8391868791267,3001.462380603255,194.71157678751374,4231.133008395876,1872.6231734912499,638.6825671293841,19517.897054384826,8559.170417274108,428.3889674847974,3898.131809205 -3478,384.9098756917241,3012.0604250077463,89.23404682450227,1206.804295557954,167.21809440146612,2148.05234281043,188.7200563447732,2531.340750430096,36.20841352721295,925.7739351984084,305.4083012790701,5137.51810201944,170.84260555609305,2996.957449548537,196.78248121812524,3387.0469785737346,158.94105606902303,3845.761009671961,46.617297779705765,1043.5782478848892,108.62354764661674,2006.5872106395498,243.7572250799997,4605.414858035993,108.22995999331589,1340.848190819118,70.18880419600313,1826.1576878289027,90.34544656835152,3264.3897672771545,130.33117053571561,2186.1836251563977,127.79957739792727,2785.0422503663012,150.04932004439507,3926.047606478273,1687.299053253763,547.6674320752346,15735.694335465101,6647.8043833916845,389.22552266487645,2992.41162984235 -3479,351.772478264854,2835.3123325557344,84.75535949442835,1135.988864555366,166.3742933030891,2022.0043555500677,174.8535727005749,2382.801350200961,37.83744152293426,871.4494018226577,318.67737950801353,4836.047880197021,178.2652063448283,2821.0956016355135,203.77073317212339,3188.294627014679,155.05797292018406,3620.0912598746627,39.46005183679232,982.3409423160302,97.79209762699249,1888.8404154974066,219.02952539706683,4335.168522886219,96.01684190977144,1262.1670468329708,69.43453984330648,1718.9985202502824,94.50886707811821,3072.834956624702,123.52043483020266,2057.898089352373,108.17825547661315,2621.6156135486694,127.01195112181898,3695.666628872541,2015.4365442374117,590.5594290770252,14790.720891601904,5740.8304695364695,446.0259637040053,2522.0085366457247 -3480,356.8420992840527,2740.830084360087,83.37841377756403,1098.1338527402604,165.6056577498049,1954.6242947433077,173.72222073248952,2303.398306668301,37.437902527862825,842.4097444531504,315.3200641047393,4674.89432019718,176.38715486827445,2727.087103257095,201.66094266488645,3082.049808476851,153.3663117267872,3499.4575092366636,39.44946476492414,949.6060017386062,97.05498096330011,1825.8978299875655,217.42674435724817,4190.705966276068,95.3845008582509,1220.107348924576,68.43230571003066,1661.7156442251787,93.50929854246343,2970.4376469165413,122.21639705065283,1989.3219272812698,108.14923141526519,2534.2544666906024,126.97787400858542,3572.5144499509465,1995.6711963706387,585.6377112010804,14669.975636639356,5704.882172719469,441.6674037981028,2509.3333487044924 -3481,361.5034665710075,2684.036758698266,85.06415221137262,1075.3791865992148,175.07323084524685,1914.122107193881,178.771669869328,2255.6690983142407,40.14318184218699,824.953992186556,338.457241360304,4578.024836358476,189.3298798400555,2670.578548842423,216.4664372776724,3018.185996021784,163.31882143919916,3426.944502649397,40.20451960074183,929.9290129260174,100.60248394930392,1788.063011012311,225.25865703101297,4103.869452749101,95.95463273687446,1194.8252439136654,71.91836268570442,1627.2828793929666,100.19257169676716,2908.8865739032535,131.0596017171277,1948.1007626760718,110.21918599276475,2481.7416385302654,129.4082050253266,3498.487614889044,2208.063023666892,634.2662093975545,15284.510013569661,5791.5910402893805,489.6115627630285,2527.1848758396072 -3482,396.8039521678867,2697.6827546293985,98.34979825129108,1080.846555835944,211.7227225033123,1923.853755764568,210.7808839629595,2267.1372167138206,48.69935110569842,829.148166794734,410.9528834247157,4601.300116805777,229.88327779903483,2684.1561214643966,262.90241426120514,3033.5308506284277,197.00212904688445,3444.3675392705677,47.46117732082421,934.656894347725,119.1590640180739,1797.1537585565866,266.781884017906,4124.734064857197,110.877416121235,1200.899892617347,85.4933701140686,1635.5561995995672,121.47306878806161,2923.6757358709383,159.00575546330387,1958.0051632006778,130.11304158110102,2494.3591394611876,152.7655553770943,3516.2743861034014,2747.7907780622177,777.6035410596214,18171.63891784389,6736.961827871121,610.1983868263262,2930.90652215133 -3483,585.5780987359308,2790.410521325745,144.709074303953,1117.9986216569207,290.23109162933144,1989.9826072450803,301.546492346172,2345.065790983453,66.03546926054062,857.6485742778993,556.3990235826914,4759.4611470451,311.24451601226787,2776.4189356076085,355.8359780434524,3137.80276343972,269.89844625781683,3562.7611899138315,68.1478964173402,966.7839657357446,168.95419607967156,1858.9275361273267,378.4101068599616,4266.514034126821,164.20835039501696,1242.1785659073005,119.93704686747276,1691.775365264978,164.8925852539387,3024.1715858986613,215.5806845036057,2025.3079050267665,186.8249078668234,2580.0980396131563,219.35088490541642,3637.1396992524,3562.035147559354,1036.3364673348474,25637.46249478869,9851.69610678922,788.8993429683219,4320.465012559003 -3484,785.860134874384,3017.5188259014585,199.58815197631316,1208.9912442628067,383.31132353152,2151.9450040367424,409.9321527120381,2535.9279999087985,86.4392273668608,927.451605816603,727.5256623853564,5146.828218498745,406.9711898802099,3002.388481105944,465.1939601653148,3393.1849232515356,355.7938317635196,3852.7302275395414,92.94964394633993,1045.4694013271044,228.28756371820026,2010.2235113368831,511.44627708918637,4613.760706734215,228.22920052937317,1343.2780514229537,160.60955162185846,1829.4670174401367,216.00701778614254,3270.305434796701,282.1647056973044,2190.1453871961953,254.81797061178844,2790.0892530699025,299.1814527393861,3933.162318250332,4509.436574429515,1339.745451347287,34387.685431965576,13540.26193001702,996.6573651496661,5985.355812937107 -3485,764.2614896924134,3611.314438268035,213.08205999070475,1446.8998498597903,409.83806580385215,2575.4106309891954,441.6904563857673,3034.9548516049235,91.59177171103677,1109.9580708928274,770.6727579790079,6159.635160253627,431.10727983757357,3593.2067028176384,492.90256911732456,4060.905138310429,377.67468122971337,4610.881025177604,100.70238592095122,1251.1997311738746,245.31970400535081,2405.800795117831,549.7417639047436,5521.669164720273,247.54614768646766,1607.6119824250206,170.35144776795605,2189.4745436900475,228.9290192890192,3913.8450878428507,298.9768567375447,2621.1281900867407,276.07182261995484,3339.130651706118,324.13557314480533,4707.140762810621,4735.677840816407,1417.323988578681,36740.31460707538,14564.043611443198,1046.054377416559,6482.352376771906 -3486,762.8489266947769,4074.1085300359023,183.68718913418417,1632.3217269467575,350.19803635668023,2905.4524604316566,388.60364853185996,3423.88780056702,75.92164779752945,1252.2004721293201,638.0291576460966,6948.999478520565,356.9076651044142,4053.680267496273,408.30848803009553,4581.314794507847,315.4033672111035,5201.770722758235,90.26663148225009,1411.5424133487675,213.76943892861814,2714.1069293477117,479.46260284608894,6229.277408148368,223.09103214889555,1813.6293038295626,142.88397530618298,2470.0582204141,189.92822981632924,4415.408829718802,247.79939584373267,2957.028777220359,247.4625923424515,3767.044078705211,290.5455125394679,5310.366256294155,3772.148552303535,1166.8776233579058,31632.284546253035,12974.06852156838,831.0320887253775,5830.817838301233 -3487,690.048787965979,4304.7258039133685,168.58434083802388,1724.7202440663052,318.2775469128428,3069.9172803709084,352.92661515364915,3617.6989533155993,69.45556084893154,1323.082005378017,583.7124028380375,7342.3516202462115,326.5233701199734,4283.141187736566,373.4533998210263,4840.642772860597,288.48332732488694,5496.219968421199,81.6130204452303,1491.4435895027673,194.3742717851866,2867.7405246345293,435.8833741094638,6581.88926507428,202.33087584439605,1916.290841388007,131.12448188707904,2609.877297130131,173.7476558224654,4665.345604808901,226.69560828795395,3124.4131044547066,223.73904151109855,3980.279791402239,262.69172191072914,5610.962615053074,3455.267041657138,1065.6898514199374,28836.361044757294,11791.98834910471,761.2951302309403,5288.8247153693665 -3488,678.8127024832941,4385.6270416431535,162.147779656557,1757.1339235521705,303.5257728428052,3127.6120370228377,339.2496682724455,3685.6884923452194,65.90545671887652,1347.9474617924022,553.678579492247,7480.340742198,309.7227245130365,4363.636773110274,354.2397945317895,4931.615812624512,274.30250804915994,5599.513655065818,78.66849002563737,1519.4731639498175,186.4560209976794,2921.635654893438,418.1905777492377,6705.586571801883,195.64119176467432,1952.3048195088911,125.0821362377769,2658.9262524593523,164.90839229921204,4753.0241820421215,215.1017981671924,3183.1320331027887,215.66672155300907,4055.0835248578187,253.21402139282614,5716.412727578401,3240.222213886553,1007.9106421190071,27628.74132400457,11383.195422900426,713.3509712660148,5112.871714095253 -3489,633.3544129770053,4516.62856854501,149.9453082891204,1809.6206545875898,277.6573901163609,3221.035839027923,312.28063816875203,3795.7824003764244,60.16025365494128,1388.2115275694428,505.2785966639871,7703.783376436902,282.6482175640771,4493.981436414877,323.2611232146515,5078.926378573845,250.88935732142946,5766.774763171032,72.45115866121279,1564.860813805525,171.42393052617032,3008.9068086435636,384.4970198980512,6905.886795997307,180.8566113624408,2010.6214319123244,114.84522366974458,2738.3501058066954,150.56082720432852,4895.000100043503,196.3461545351152,3278.214253434603,198.62214027609417,4176.211502323023,233.20200035867836,5887.165686870947,2931.8238853376174,917.3533555799752,25382.20398633685,10510.100581580951,645.0668660735449,4723.882014578578 -3490,613.6370927242064,4621.182864207918,145.15173100650742,1851.5111067436778,268.87691106972034,3295.598785337019,301.12911273296874,3883.6500098860693,58.61730665629419,1420.3468861213878,492.42765127672243,7882.116314963758,275.4595164560047,4598.011479327593,315.0054675828683,5196.497164432514,244.13724554493174,5900.268377812939,69.56444445741334,1601.0853821345138,165.59429165644417,3078.559233526135,371.35035768000205,7065.7494278089525,173.76032965596588,2057.1648003713476,111.74645998608037,2801.7394818082957,146.67670785723402,5008.313222865728,191.31403041693625,3354.1008084386986,190.70832131006287,4272.885569171379,223.9103956524277,6023.446200643617,2877.548981555207,894.8361574132706,24561.34407519909,10118.69040381871,633.4440396578053,4537.280105582703 -3491,588.2125023567495,4581.8694121958815,137.65732785177454,1835.759881314256,246.96544433551986,3267.5623780998685,283.34728847173693,3850.6109173459886,53.202463793810715,1408.263672626319,446.469286130829,7815.061361587717,249.75082806823147,4558.895151548532,285.60210424188654,5152.289383025098,223.15384395928606,5850.073454879708,65.75163154997941,1587.46458521145,154.99431802308635,3052.369231041958,347.6870905714111,7005.639492923947,166.247111845488,2039.6640322700375,103.38557327086816,2777.9044478126916,133.22569771162244,4965.706364982357,173.62543128270696,3325.566711206282,180.25563740354207,4236.535161340173,211.63791287317028,5972.203376000131,2520.7319584398747,803.4383497573006,22850.109754168745,9607.854073817309,553.537108049596,4331.293059906221 -3492,549.8609788848213,4553.927616106113,128.7067806649605,1824.5647939691373,234.83974648980785,3247.635672760681,265.95630165493156,3827.1285839588495,50.998349548069925,1399.675602377871,428.2209655425181,7767.402462708306,239.5428847239502,4531.093460304312,273.91544197177393,5120.86897218738,212.99593219964646,5814.397719741705,61.496495106320424,1577.78368692534,145.93412643050996,3033.7548466124413,327.29391539818965,6962.916723551981,154.62768285994056,2027.225468148235,98.07792133142397,2760.963842864188,127.65428155404572,4935.423800769007,166.44065941769497,3305.2862757403323,168.59034007464209,4210.699330818637,197.94170222869337,5935.782851116851,2464.382106949553,774.3912033641823,21584.524106425957,8974.677733743963,541.9142816338564,4032.877727551624 -3493,542.4302468245102,4473.611203441713,123.25997422258904,1792.3854289728474,221.18904591124087,3190.357984385803,254.14399420783528,3759.6305329178467,47.59517147292464,1374.98989527983,399.3865589080713,7630.410847093038,223.4131818361709,4451.179767585159,255.48728373472605,5030.553565303025,199.65764950216672,5711.850730412737,59.008105433347346,1549.9567348134813,138.96603820854696,2980.2493176002135,311.74145874654255,6840.113609392069,149.26833621524014,1991.4718306315285,92.58034954214195,2712.269456381036,119.18997287756626,4848.379041152206,155.32521546289638,3246.991818982292,161.76851290417557,4136.436344322396,189.93220369019912,5831.095024443792,2249.8259329498605,718.4969749395136,20490.471017215597,8630.777487828653,493.9701226689309,3888.7939470211936 -3494,502.94925028819256,4397.193647658082,118.08791688007668,1761.768169833537,211.17645889010862,3135.860767673276,242.7165504194528,3695.409087890604,45.58373010768153,1351.5025240608836,382.5196703147814,7500.069313141417,213.97799889309522,4375.14538222536,244.68050263648794,4944.622403604544,191.19598444189631,5614.281752696641,56.19144523513551,1523.4806062769426,132.8023610900892,2929.3411456290714,297.8810369641609,6723.271814354102,142.50377732774976,1957.4538074310028,88.67253451268246,2665.9388762171234,114.15036486440329,4765.559757359195,148.76133965903426,3191.527191599122,154.0467443729729,4065.7783589247138,180.86608515336303,5731.489133577087,2157.0100519309353,687.5930507805684,19574.253856816096,8230.940428918724,473.63017644138654,3709.229192627764 -3495,507.37905979948073,4313.173321902417,121.28046474439809,1728.1048046519256,217.69227871541437,3075.941631893426,248.82269109739184,3624.798261931102,47.154393308195495,1325.6783981682981,395.7883087740405,7356.76012155832,221.4003536786983,4291.5463484555485,253.14976168661786,4850.141964856781,197.51680656436636,5507.0056535426065,57.548455044163866,1494.370372096103,136.30558302502322,2873.368128057668,305.7178655085255,6594.805448473952,145.5433913971804,1920.0513367348092,91.49186471928,2614.998874303914,118.06510833724472,4674.500796734465,153.8901169650077,3130.5443976211864,157.76693598378236,3988.0906222590506,185.23395735609125,5621.973469120354,2248.440379848003,712.57148431643,20127.318282367392,8423.057407460452,493.9701226689309,3792.240120656522 -3496,536.3869850778057,4284.386771492486,127.17543858962404,1716.5712602380845,227.47705595522518,3055.4124896039502,260.40263021791935,3600.6059955635437,49.29901433846241,1316.8306878658993,413.774302501755,7307.660368247318,231.46155378062522,4262.904138630815,264.65353325111545,4817.771631984304,206.614390588556,5470.2513466733535,60.155778584575835,1484.3967946771281,142.6516215270088,2854.1909816062157,319.93921626961213,6550.791056907038,152.43004147284287,1907.236721955964,95.8348386741274,2597.5461101094393,123.4379058622926,4643.302710596089,160.88867202871972,3109.6508310086347,164.91481590121023,3961.4737063206026,193.62627400694774,5584.451855544032,2347.844498822688,744.5791595827579,21054.79781377745,8818.188320059446,515.7629221984423,3968.785729673912 -3497,575.6477745817164,4248.322365830569,138.49188617800556,1702.1217892685786,248.12312990259053,3029.6931413362445,283.382967104869,3570.297407152068,53.8638544629995,1305.7460872805243,452.12373125003194,7246.147147799159,252.91387286135858,4227.020565939292,289.1638966689951,4777.217387050475,225.57242667174296,5424.204765409553,65.44536052743997,1471.9016837028596,155.31301401265605,2830.1654426231007,348.3278563177142,6495.648886350747,165.62743642883913,1891.182298650487,104.54996142311887,2575.680914076288,134.8600879780739,4604.217081427347,175.7873584051085,3083.474924159462,179.41600685621313,3928.1274651001822,210.65210372355992,5537.443976036544,2572.205015543765,813.8614426056768,22958.439353748203,9592.790084975852,565.1599344653355,4315.539196513076 -3498,603.4717131810186,4188.929810652433,147.6570060939852,1678.3257225900845,264.18806432782105,2987.337312005375,301.77198518667683,3520.3838018517367,57.377003657232,1287.4914470109452,481.6006304998299,7144.844290519302,269.4029802315879,4167.925814980444,307.9986018581453,4710.43075392197,240.27003704240744,5348.37309514408,69.69967161213599,1451.3241487518312,165.38299148100847,2790.5990578858673,370.91412811994644,6404.8381729257635,176.39567325626527,1864.7431211700007,111.40964091807886,2539.6722834598963,143.65851933366463,4539.849033639775,187.25229760881075,3040.3672127375353,191.07904149440182,3873.2113106449156,224.34565774577243,5460.029194724794,2737.6591653671185,866.3593179607634,24457.739172811987,10216.781416309324,601.4812670145217,4597.927351004707 -3499,627.0760131032077,4021.9288509476305,150.29134484071918,1611.4155524418418,261.8278564928256,2868.2404971582537,305.42862991763735,3380.035908711242,56.30661183692103,1236.1627504269688,472.1925690351978,6859.999256729572,264.1401968458117,4001.762226058493,301.9932982363638,4522.63900469582,237.26279491466843,5135.148362307296,70.72029990094634,1393.4638988455285,166.68428028086254,2679.345649047854,373.9119082655963,6149.4951211246735,181.01558045376652,1790.4010087654449,111.12866174756078,2438.4226259471507,141.06725903367357,4358.857902300032,183.74483560202592,2919.1562435083565,193.877055755261,3718.7971678315625,227.6308027037185,5242.3530443112695,2604.5386532860425,842.4220040520846,24512.63268254726,10414.709749212172,570.9713476732054,4705.08791714775 -3500,601.5552540099936,3902.169021643801,143.53647997004632,1563.4328907265553,246.81942062057206,2782.8337172096053,292.13184978042483,3279.3895426342547,52.44417812913534,1199.353884465055,439.4814502187237,6655.731013690723,245.84189668220594,3882.602892597296,281.10403478076813,4387.969671826445,221.98906946044633,4982.240512837294,68.0657472166091,1351.9711214117683,158.79671401167937,2599.5635371638195,356.33445748743367,5966.383357266121,174.9018015693735,1737.0887481209948,104.58738088678021,2365.814410268442,131.45766973304123,4229.0654326455515,171.12985769080896,2832.2333598896175,186.59969890712293,3608.063604275326,219.0864673544433,5086.2529915743335,2363.8255279158684,779.6621858160406,23262.995313142826,10015.294965162551,517.2157755004098,4543.7508647313 -3501,520.6392513533269,3699.8184459698564,119.32868812859992,1482.3596353879566,203.25205706402863,2638.5273067084486,243.07487190938986,3109.3337715668044,42.84149585753485,1137.160281980852,358.825568963224,6310.591939836893,200.72373568460657,3681.266936601359,229.5337461405318,4160.4274551236285,181.93093692300212,4723.881833260163,56.83739921374483,1281.863411265226,131.78664981114835,2464.7607709770014,295.783414588836,5656.991042290061,146.54433317083905,1647.0104080415729,86.06445991124419,2243.1329207685667,107.42625954243694,4009.763341907791,139.78926407550009,2685.3652853295894,155.81760303309713,3420.96413642968,182.94524803681304,4822.5006489259795,1895.0654367064144,634.1276586346037,19250.00257117161,8370.576139275534,414.0631910607214,3804.485182824052 -3502,407.6862750542982,3376.473405396044,96.42735460667036,1352.8090524474324,167.9005054442836,2407.933635288685,193.05173439258064,2837.5940445485926,36.81234968402109,1037.77834124899,308.9371934907453,5759.078767871926,172.8166355272637,3359.543202217854,197.5041965501778,3796.827563959587,154.48569006933587,4311.038936953936,44.17380510396006,1169.835163723207,105.91328923643803,2249.3533981194437,237.4602318801416,5162.599216094524,113.11658972673,1503.070197193175,72.27956951554441,2047.0946783871254,92.18027316382882,3659.330716789969,120.13694396746762,2450.6782162691534,121.1008336652698,3121.9895235806844,142.18433361249777,4401.038977018063,1746.4394883168334,553.0484816293426,15690.265866760565,6562.396657537262,383.5532717194051,2941.6542745236143 -3503,440.07509748559704,3146.570927514503,104.91202894755266,1260.6969236324376,206.28224036525665,2243.9785724581984,208.59461954896358,2644.3836075817107,42.76729937066637,967.1165046227503,343.55010212024894,5366.945817281301,192.17877948790212,3130.793493866641,224.5341520481518,3538.30337015186,193.3533083918608,4017.5023338622077,49.407972002400435,1090.1816404870665,125.41018104569689,2096.1959886659943,280.6861367276965,4811.080276187395,114.80168050521368,1400.7268580712503,85.49432739297085,1907.7089695386017,110.31038094882221,3410.168618301777,143.90031456395297,2283.8126951280183,135.45010634967036,2909.4147328998665,159.03179628228304,4101.374313747595,2419.677984102973,686.6384345852684,17738.658488376925,6963.263544627064,536.9621324652848,3131.1561839620736 -3504,441.79454386325585,3018.8184406596174,104.28404638089944,1209.5119445315315,208.7598441353938,2152.8718249274643,209.80661649646163,2537.0201983819347,43.08650524789479,927.8510498180956,346.1937945675545,5149.044905219323,193.6576368211674,3003.681579378034,227.4023432179068,3394.646333588256,198.75753932719923,3854.3895593786456,50.80302823502522,1045.9196743963246,129.2900430969218,2011.0892942178734,289.34740985183186,4615.7478066832255,116.31894759923993,1343.856587657742,85.49371705952525,1830.254950332227,111.11705586960736,3271.713922183844,144.97993681902818,2191.0886606045606,139.27460080703477,2791.2909162173682,163.52213032348467,3934.856291375257,2503.9023640688542,701.0059685929043,18027.968492132506,7026.1090519633635,564.3692315038991,3171.860225028828 -3505,445.1937405340413,2942.72578698974,106.42986887853469,1179.0248598280514,221.33297746817342,2098.6063123138447,216.24037877572937,2473.071801648682,46.3426592367992,904.4635391151951,372.86199440911383,5019.257540260107,208.5755834759947,2927.970467018371,244.51556484071892,3309.080522701991,210.68721343276474,3757.2354126103805,52.46403284452599,1019.5561135811333,134.1388301188798,1960.3975669172141,300.1578329986076,4499.402784223147,118.08531666976745,1309.9831978144364,89.94741741424333,1784.1213524359662,119.40854450368026,3189.2467585298236,155.97191380538837,2135.8598504297597,143.82818278755485,2720.9333451495327,168.8684850912785,3835.6738917358366,2756.368889682523,759.1401392679402,18829.29380000557,7182.24775172327,617.9026102048746,3217.24085270534 -3506,512.8011089103655,2950.0036548480225,123.1769322355672,1181.9407914345218,268.6628939852026,2103.7965272822607,255.58813714627013,2479.1881342869524,56.43370382116398,906.7004332727879,454.56765540877683,5031.671028899179,254.28098164429875,2935.211842428246,297.0736241858191,3317.264448939059,250.97770082822387,3766.527703100488,61.242389459143105,1022.0776515040868,156.76553403273152,1965.245967846992,350.7768466245263,4510.530582487444,136.2907482712569,1313.223011952884,107.11886841167791,1788.5337919176116,145.3015691183391,3197.1343152225527,189.97075314766474,2141.1421998161563,167.89371895178874,2727.6626820876677,197.12380026108949,3845.1601740985825,3390.3925682888803,927.4044600079715,22278.970917155657,8357.481942418275,751.6942164417636,3720.4204062409076 -3507,750.139019656364,3029.4753131922607,180.65680724256904,1213.7816993620888,365.11090817355614,2160.4717787068503,363.5326093028355,2545.976252347535,75.82832668243108,931.1265003168776,609.5578534914986,5167.2217900828555,340.9810784170835,3014.285016566885,396.2586056061477,3406.629933788654,330.6323377580211,3867.9961206982043,81.99488888054717,1049.6119244830802,207.68945878645818,2018.1887348372836,464.8678324650868,4632.042074452407,186.5477584869524,1348.6005988125473,149.48803018930326,1836.716019154792,195.49550210616414,3283.263552914326,255.17172771998855,2198.8235254275937,224.7859195366273,2801.1445831669957,263.9208600589007,3948.746912078599,4292.310688121751,1211.68339462207,30445.484032191514,11713.721305493436,941.8545208086747,5242.756045316507 -3508,1056.8509084135944,3234.944970588934,252.95211259840596,1296.1046378710298,492.5362399900509,2307.0025638408324,502.2219315687661,2718.653305047689,101.62625855067527,994.2787703419712,816.0290883308242,5517.68092281703,456.479195477439,3218.7244146873804,528.898925012791,3637.6795423874573,440.8157133134184,4130.337204736966,113.07978695123381,1120.8002921795808,283.0057693190788,2155.0693841375364,633.6738472715651,4946.20343894355,264.2139250947017,1440.0674286613694,204.3918947084137,1961.288551417169,262.19654231514966,3505.946020212411,341.9211255602912,2347.955460742586,310.0040043699536,2991.128048394641,363.9753042524977,4216.564798442564,5512.313816187697,1599.343802736115,41492.60600933908,16397.575953472155,1193.7066360844265,7356.849656641878 -3509,1144.8756232534558,3755.4421151977594,269.74506532009957,1504.6456700244482,525.4891421285848,2678.1953532086786,540.3411678039042,3156.079998646453,107.4373297632795,1154.2565336774487,862.3595121460447,6405.466400251597,482.3960100759975,3736.611699435378,558.8852948960466,4222.975994731717,468.10965120087025,4794.901437168345,124.20690340854681,1301.1351532236015,306.9234043386225,2501.816383259835,687.4911932446673,5742.0391610441875,292.7138686038872,1671.7718290382195,216.40840596886454,2276.856544087155,277.2584525258259,4070.0467728570584,361.44923051021635,2725.7375015798143,340.50857775003453,3472.3954648432564,399.7906847656397,4895.002904067553,5736.479676346773,1688.6724780949744,44476.06180775466,17869.293988414243,1235.3129698515131,8043.525461290912 -3510,1042.9782442365356,4172.164732998573,237.1802903559829,1671.6086701830136,462.63786896356356,2975.3812888018633,485.7494775390882,3506.2944018194544,92.18944044275278,1282.3386048618768,739.160631008587,7116.248951191657,413.4796847273745,4151.244800233912,482.82781202003747,4691.57850741934,417.4608036960559,5326.96765406128,114.89977736277528,1445.5156097801655,281.83137892558085,2779.430427228158,631.4287468390098,6379.204511302585,268.5034704515941,1857.2799826969197,186.7779010758131,2529.5079204907947,238.07859255586382,4521.679495111767,310.0942227665186,3028.1989514579664,314.9934399773631,3857.7098123319947,369.8333942050646,5438.176879794827,4962.178784198638,1465.491176580332,39793.32310721855,16191.922454892183,1097.01242356357,7387.631596986207 -3511,953.7304710160677,4402.911965200277,217.43883746618243,1764.0592560667315,419.83298335211964,3139.938788582639,440.66127743435067,3700.214771766757,84.17428732764814,1353.260081542068,674.9113132326411,7509.822756213877,377.5392050217684,4380.835027165641,441.68039576568157,4951.0526232618295,385.85225957070946,5621.582828884261,107.28435852400351,1525.4618121491715,263.084537062954,2933.1505987035443,589.4320239269792,6732.015073404666,251.8153059441308,1959.9993724758879,171.14546733013236,2669.405788585291,217.37638571697494,4771.757115524988,283.13499618481023,3195.6776037457043,294.11605420733383,4071.0656884297264,345.32128232739086,5738.942631758339,4549.9642979494565,1342.2032349790768,36603.4817864812,14970.96500540357,1008.3801602646045,6824.02913789321 -3512,916.010198732845,4482.1886860581535,209.52482037149082,1795.8220608480422,401.4762563748572,3196.4750202449404,424.3747064065331,3766.8390640292523,80.14394134152195,1377.6262334389153,642.3464394668584,7645.041022452686,359.32271299960865,4459.714241267124,418.27354034467294,5040.198901876812,358.0648098656927,5722.802352741948,98.97180248424402,1552.9285458056545,241.6599713312178,2985.963501410981,541.5022584275245,6853.228507605373,232.79272357255581,1995.2901810047642,163.72995319927364,2717.4698287547712,207.0204614345681,4857.6750852320765,269.56070727864835,3253.2174417770534,271.3274928883565,4144.367344407996,318.5652616869188,5842.275279931461,4220.6730601850895,1260.814482631757,34506.87402071833,14120.131295846371,924.1377164474791,6433.73042935222 -3513,847.0828743671115,4592.721222214886,192.85461412601654,1840.1077392910695,364.45421425290453,3275.301351641542,388.51113829926993,3859.730797109676,72.53001057680207,1411.599038272343,581.0665929219991,7833.570741396115,325.04332829409935,4569.692548774538,379.38939875322677,5164.492189460108,329.4447441576808,5863.928909939295,92.66686507785569,1591.2243746207157,225.59224072713116,3059.5985359442225,505.5445976696449,7022.231818457383,218.6125966585447,2044.4948217556296,149.32468607257454,2784.483703702956,187.40625553782135,4977.467263697522,243.9336856311337,3333.443063609403,254.04274292570224,4246.569073390857,298.27125890662694,5986.348086510367,3813.7325310756696,1143.6509637545041,31757.535351940634,13109.071235711255,840.7094453581177,5989.10924146397 -3514,812.566069473275,4686.48868702091,187.39418369129694,1877.6763678524296,355.1876418715546,3342.1716643297264,376.3185321990981,3938.5331354549953,71.16842895724507,1440.4190028940113,570.3650175189251,7993.505131762861,319.05696506245454,4662.989847806967,370.035934982772,5269.9332376286375,313.15302658806064,5983.650034101625,86.57791299884795,1623.7116666479421,210.74052219946893,3122.0649440188135,472.2643644236996,7165.601477323678,205.35151626785148,2086.236326839323,146.0999287085658,2841.3332195035246,183.8448571468298,5079.089910466142,239.3689027650751,3401.5004287370734,237.3501086556784,4333.269309888881,278.67245840224075,6108.568586375099,3676.866180930402,1109.463710980823,30412.586481314265,12495.590578066092,794.352964075042,5677.04165336683 -3515,777.2041916621391,4632.424561805946,176.96004540737405,1856.0151760638107,323.7410106470762,3303.615807393456,352.1278021927025,3893.097551840287,64.0708378916518,1423.8020859365145,512.7684009894176,7901.290706163811,286.83794548143516,4609.196809171,334.91249193425045,5209.138397512472,292.6677437343651,5914.62163644815,83.39200529088194,1604.980254556461,202.7101253710028,3086.048275392226,454.28745169240835,7082.937888145823,198.69550213419674,2062.1691521303305,134.38038677731453,2808.55511947693,165.65977871735942,5020.496671212629,215.44661405125532,3362.2601451517744,228.61606189408974,4283.279983080345,268.4178252923695,6038.099107199227,3293.6025026853363,1001.9660266329876,28531.67397012624,11911.279737817475,727.8046870358727,5458.363903039018 -3516,719.0814003131308,4594.085822438315,162.64985114897286,1840.6544764672828,299.33369886093675,3276.2745169481204,324.1920892489971,3860.877609479352,59.455208817741145,1412.0184559268916,475.94331037724623,7835.8982705159415,266.23832718791067,4571.05030666389,311.4905178878069,5166.02667562956,275.2352237221577,5865.67121440619,79.72494570930877,1591.6971629812697,193.21801674985176,3060.507611118556,433.0549238856271,7024.318280631939,190.6241166597481,2045.1022869065887,124.23323380281555,2785.3110361057643,153.7017532736279,4978.946180577409,199.93399040399413,3334.4335041193526,218.56295527618343,4247.8308240667575,256.6144856956056,5988.126764453382,3078.432552498278,935.7985842154338,26668.665783764853,11205.266849199506,680.5277144106926,5131.0188596553235 -3517,696.9697022978496,4518.188112557949,156.64469023819998,1810.2454974354623,284.3618146946627,3222.1480285918824,311.6652840868454,3797.0930438413643,56.04809496702252,1388.6908623085424,448.37234492086816,7706.443411252554,250.8153817193768,4495.5331606129275,294.6371804953479,5080.680078065768,264.65021270710525,5768.765969425737,77.31996817192245,1565.4011436724193,187.60993234821828,3009.94575229981,420.4703774160604,6908.271325573578,184.59085746734667,2011.3156781999785,118.26433571295289,2739.2956290986886,144.95596492414967,4896.690291739256,188.45582893111103,3279.346186099529,211.9697993540638,4177.6535039280625,248.87346977674727,5889.198462836648,2911.874235429243,885.3161135358586,25639.970217910643,10817.186293514515,653.3007793891527,4976.452302039592 -3518,667.7971898198675,4449.568264232717,148.9697711169054,1782.7524474847091,268.0979005960636,3173.211750708968,295.11198339363614,3739.4248055444705,52.90642322392373,1367.6001609104774,423.161561665965,7589.402029877279,236.71270055013787,4427.2573837002965,279.4840372764268,5003.517399651186,257.11838048943054,5681.15300688761,76.80498637821874,1541.626660102692,185.9122325652891,2964.2322902117844,416.6965195647765,6803.352159142053,183.89449941445883,1980.768880825908,112.00861260618937,2697.6926577517734,136.84709171004997,4822.321952762651,177.88680498277057,3229.5412128912144,210.55799603775037,4114.205514899421,247.2158733123267,5799.7564353668695,2776.8304385827364,843.4619183718852,24722.93816316446,10533.660544234663,629.3275689521613,4853.884323374269 -3519,680.4463365594727,4363.6634923503625,152.50675946604602,1748.3340650193952,274.94453909707767,3111.9487212662516,301.447992437305,3667.230287826039,54.40314998330949,1341.1968397627465,435.21608390104274,7442.878634486126,243.45588984378028,4341.783352732298,286.69395306500184,4906.917910599285,261.4982413752981,5571.47087053104,77.84951943372623,1511.8635283336112,188.35535583358498,2907.003884313652,422.1783565328866,6672.004491107746,187.1215502958172,1942.5275304848406,115.01632546289338,2645.61015027892,140.70106480264414,4729.220680303178,182.9250802969989,3167.1906690399837,213.42154432196975,4034.7753622988726,250.57796168311643,5687.784503717153,2833.1403131889656,863.6745088273,25199.873344385356,10736.480775689197,636.3016647697469,4936.557930233145 -3520,711.3324963123265,4347.223323113402,159.82196579740483,1741.7471895735575,286.96383603474845,3100.2244066567396,315.22766658251055,3653.413941384922,56.80162407022118,1336.1438600670324,454.37348859974395,7414.837474901843,254.17236651030024,4325.425617257447,298.8623681768187,4888.431021996728,271.4123825714384,5550.48026844385,80.95085234145091,1506.1675592671227,195.67362652302558,2896.0517025254835,438.5943415185932,6646.867611699914,195.41374510516945,1935.2090281748872,120.36569264792747,2635.642773398954,146.91044129085415,4711.403268745341,190.98760144076272,3155.2582295436714,221.92373243356909,4019.5742841438787,260.560369849168,5666.355688230259,2930.8358778722563,898.3186392037287,26258.331478999455,11214.187297224635,654.6524778416324,5152.127012440629 -3521,771.6444337776834,4314.083055384704,173.82439589346924,1728.4692961027347,312.37765375457394,3076.5904087644785,342.5606412196688,3625.562803510886,61.917778121272995,1325.9580099379975,495.3319904444521,7358.311807638205,277.0841771766056,4292.451520381784,325.29472961636714,4851.1649556364155,293.6227859809383,5508.167189853872,87.10511876870359,1494.6855643364725,210.5378315555657,2873.974178173891,471.91266422427077,6596.196423256991,210.23740305992578,1920.4563135021156,131.0638166845501,2615.55042923912,160.13586918805933,4675.486741321058,208.1922659833656,3131.2046912944866,238.7954235451792,3988.931789376318,280.3694007617946,5623.159254415698,3182.6387107709893,976.2549509130218,28448.97453139928,12126.886377499864,708.1021755115077,5565.900538226815 -3522,816.4005958593868,4244.358529787676,183.99665937971642,1700.5336490295133,328.4808423303555,3026.86632975313,361.71743311458476,3566.9661925389437,65.0187591792617,1304.5277796856822,520.0080554062689,7239.38623448722,290.8877418318309,4223.076605234219,340.0903956007906,4772.760073119726,303.0429906207031,5419.14378921667,90.98425452441037,1470.5283470200357,218.11845063443735,2827.5247974877293,489.02909047196323,6489.588214640712,221.10935943883825,1889.4177582240434,138.13468603391826,2573.2777120678143,168.1833349440611,4599.921182941994,218.6097860728876,3080.597932257895,249.4299290583739,3924.4623823012694,292.8553600564387,5532.277343627889,3251.9391733688085,1014.4124911385558,29756.80198694831,12782.56494895063,712.324632931147,5859.776790810126 -3523,837.9159403908156,4089.6389657905765,188.12426756957143,1638.5441109417861,327.4605329105342,2916.5279981701165,367.7482333795259,3436.9396054283525,64.23761247545148,1256.973840055335,513.2209853870511,6975.4889520249635,287.0911170468508,4069.1328310448894,336.1485474365869,4598.778692330769,302.3048147164237,5221.59978853416,92.07796879876389,1416.9231901748865,220.07988619622844,2724.4530610196575,493.47297071609444,6253.023312773161,224.5590987906266,1820.5428293722096,138.67435767118295,2479.4740423588605,166.27580344656735,4432.240296690047,215.94549057613153,2968.3009230433718,252.42830581365007,3781.4039897429375,296.37575036231004,5330.6092864857055,3154.124781101808,997.0169127825711,29975.0639407672,12994.677410963366,695.6248028980295,5981.786652195163 -3524,804.9752961986455,3957.7277054064343,179.98360674346236,1585.6928884555582,309.2766328042763,2822.455419293979,352.31924857134373,3326.0811558173637,59.95700400075469,1216.4301625085955,478.589406005,6750.494631706178,267.71852883830053,3937.8829958140523,312.25767303793185,4450.445135601803,277.7480405528693,5053.177144117684,85.65619033333647,1371.2203480788098,203.04461801083957,2636.57585715331,455.3942146818071,6051.3321137947005,210.30348962945453,1761.8212402014706,130.82235325291245,2399.4986340763116,155.2861779374236,4289.278434102075,201.5251812222988,2872.5584090382577,234.82324045994747,3659.4348451604674,275.70566569188094,5158.670541897816,2828.855136430432,917.1293165400505,28099.85458493044,12294.450509874065,616.5863512905083,5672.206751093837 -3525,669.1867182584845,3725.5508938191792,149.0156604815665,1492.6695310135415,252.57823070877407,2656.8784142858617,291.6616288080935,3130.959364901022,48.49615288437207,1145.0692964581078,386.77908911205145,6354.482465915841,216.36067874309472,3706.870357647253,252.2140930033619,4189.363464844991,224.3582580973628,4756.736700247797,69.74825773745103,1290.7788442417464,165.02901228558557,2481.903322409305,370.1534518518576,5696.335736929978,172.1148769340884,1658.4654591612807,106.92345337880174,2258.7340378897734,125.67163687229143,4037.6514741474048,162.98042551404646,2704.0421537138736,191.21223853881247,3444.7571366864818,224.50204422491947,4856.041415388991,2235.7746045383415,736.1040675676605,22965.870492480066,10110.786240222533,487.4001680906475,4678.494638206533 -3526,516.914440102062,3411.8230276683357,119.13717517177714,1366.9721401631919,205.3358603605406,2433.1432354378135,228.86146042396766,2867.301927772726,40.952636939924595,1048.6432490865252,327.36457183308283,5819.372818686986,183.12474213860358,3394.7155755633844,215.03981745055393,3836.5780385241137,193.75915706547747,4356.172891742064,55.290817238231455,1182.0826261472769,135.9530706140029,2272.9027596673072,304.5730634825404,5216.648488906955,133.3657319872436,1518.8064276739494,88.44487087951067,2068.5265141957407,105.9667551457649,3697.6416830191683,137.68156691761234,2476.335326174891,151.577706421846,3154.67485444106,177.96719085908182,4447.115177468684,2101.166303546503,639.3600977863825,18778.92310778288,7909.3201509147275,473.9186231039648,3631.711349441934 -3527,741.349901724908,3186.7291338467044,171.66844263073418,1276.7866061305829,342.54381177872375,2272.6174166456376,334.1527056252006,2678.132633102213,66.6323380479086,979.459358171771,513.5021179255989,5435.441625088936,287.24838001315175,3170.750340226218,326.5100586491531,3583.4610735940387,239.89320631677094,4068.7758285266927,64.2730515892336,1104.0951165429963,139.2822136309831,2122.948753172109,313.31239056258613,4872.481833267352,171.83475095778167,1418.6036768296037,140.15397124162138,1932.0561627801783,176.42397924443887,3453.6909981101785,206.0885783449408,2312.9599235070386,176.2021657710739,2946.546226147988,206.8787370241196,4153.718227084126,3333.8135668463838,1025.7938277451822,25265.2529844264,9563.621250405118,732.7611630661443,4278.501674133536 -3528,750.3555241137602,3049.1645287793394,174.0077813076515,1221.6703292678426,358.6449634595397,2174.5131522858064,343.39745923887233,2562.5231029172573,69.92842636430768,937.1780929222858,539.2768918026213,5200.80468259502,301.6665523690694,3033.875507129275,342.94274261170585,3428.770358864798,250.7397685629974,3893.135064454825,66.1392421791407,1056.433579498364,143.6328443701128,2031.3053801265146,323.07528729168484,4662.146718188953,174.3529731458136,1357.3654459183335,144.68686180586727,1848.6532339972107,185.0728626771141,3304.6021931867926,216.28556179021183,2213.1141553071507,181.31825743861674,2819.349827932776,212.885533694576,3974.410672701491,3566.2597316972488,1084.2854937387422,26136.137438035406,9756.278372665374,784.7475969323232,4351.583162563982 -3529,759.3211807208296,2982.6240703703093,177.13213448078193,1195.0104022724518,378.84795909704064,2127.0597923231394,354.81419839655683,2506.602387474557,74.08192596186649,916.7265038639172,571.7880164253105,5087.310010723627,319.85297761303735,2967.66869372353,363.69171427108654,3353.9459440768255,264.5328096120322,3808.1770409070446,68.36931614112588,1033.379535023219,149.07262063074435,1986.9771748471305,335.26489812389224,4560.4069213133025,177.3215513922261,1327.744309325832,150.51042430931435,1808.3109590991244,195.96496751891385,3232.4874408607966,229.13529233779903,2164.818424127107,187.43192175383797,2757.8245057681606,220.063579132256,3887.679010447382,3864.926100112065,1158.7778034506084,27211.06500779678,9980.944584016825,851.5872976174109,4433.838250579953 -3530,872.6096206574575,2988.277415053533,203.44601332388956,1197.275456648964,447.52492129982363,2131.0914778068336,413.78136647377846,2511.3534680485245,87.47221706190756,918.464091566663,675.4805673123317,5096.952632898759,377.85764053838824,2973.2936915896366,429.74484001631737,3360.3031020771,311.55764511200886,3815.3951605624366,79.85142930446474,1035.3382299717748,174.2534135717478,1990.7433440263774,391.885417297878,4569.050837413242,204.87601433205444,1330.2609510663633,175.349369031277,1811.7384795995436,231.31393816486033,3238.6143831962104,270.5536796932076,2168.9216783218817,218.90970531916295,2763.0517594009025,257.0216044766986,3895.047820242129,4625.404378732351,1376.511224903383,31825.025764481798,11556.792508400782,1019.9243215650384,5125.666275333894 -3531,1200.0557167192296,3066.254514850101,277.22234942588534,1228.517558636147,578.3937115155801,2186.7008840833196,551.8318679040168,2576.8855565407066,112.27765547998638,942.430797524709,865.9861920421084,5229.95420166603,484.4247415818752,3050.879801147486,550.8173665310966,3447.987963267502,402.481807407549,3914.9553445332376,106.74461220784742,1062.3546883752074,230.73574576847682,2042.6904596537654,519.0804337052818,4688.277162027479,279.6581721298794,1364.973220554543,231.07681736097027,1859.0145830554488,297.12962060878357,3323.123858684974,347.2706503068107,2225.5182383699776,292.63635987942996,2835.1517464036247,343.58397511326604,3996.6864870745335,5747.621772286638,1746.3378731523271,41941.27941402918,15641.389476241802,1265.0032240770256,6985.564918167892 -3532,1704.7521813899853,3273.0887724702025,388.2715461027735,1311.387234321301,763.5361462761547,2334.20483452388,757.9574350376324,2750.709421610536,146.79055730204985,1006.0024852043513,1130.4140147506544,5582.740863520031,632.3432428925944,3256.676957157333,718.8571912227154,3680.5720580357556,530.4181634705044,4179.038733038894,146.94097710542476,1134.015844432262,314.20469456306654,2180.4801841283515,707.1240167985553,5004.524988693178,394.84901487061126,1457.047515554324,311.5157579209782,1984.4144477206344,388.83410064291684,3547.285242862946,454.0062334164037,2375.640614194919,402.8331900586262,3026.3969623071703,472.9659322065314,4266.283051381513,7194.860417684984,2249.4940400634528,56705.628868438434,21833.32537905638,1579.3973717439185,9832.183555537351 -3533,1887.2454683008466,3803.5279936157485,423.2835543777104,1523.9116330007246,815.5454939640339,2712.4878205623486,826.3859439536524,3196.4914533932047,155.00341327469278,1169.0360024161541,1192.620617871715,6487.484034683114,667.1410467358,3784.4564672051038,758.4792167229657,4277.048326035394,562.5526975395173,4856.296884218599,161.21795024651303,1317.7953026451794,340.6328519241289,2533.8504380366935,766.923161223446,5815.562061544216,436.70505034485035,1693.1777286494607,333.16195373984255,2306.010141345679,410.8069495510886,4122.160949636169,479.40085216694143,2760.63871376197,441.9729776665419,3516.8571236892044,518.9199066783204,4957.680082221395,7409.537358271206,2360.5706200567934,61138.509252740085,23977.817318724636,1623.957172200644,10866.76561403104 -3534,1725.8172787647482,4223.109770187658,382.8706358179654,1692.0201762758866,752.7213102536714,3011.7127666102133,759.4599076555976,3549.108698504281,142.06307063429574,1297.996852341174,1093.2180477550721,7203.143307159401,611.5361597481939,4201.934390473777,695.4572737409966,4748.865948551659,515.0738390087091,5392.013639205342,149.12592930835862,1463.1663621378573,312.7906924304382,2813.3692085422517,704.4197767084092,6457.099041327893,400.6177850624709,1879.9586648306029,302.6476161865485,2560.394973933402,376.4770053248733,4576.892350973772,439.3794969864631,3065.175369713412,408.82315475990885,3904.815135930448,479.99874208601045,5504.580807039295,6820.4616112802,2172.5764618458543,56049.41120657525,21977.44922344974,1495.2288597701054,9982.338505705302 -3535,1620.2868115392744,4440.146033599261,359.7125197714325,1778.977361066194,699.307426034945,3166.492282394634,709.5271792467468,3731.50634674982,131.96886785065374,1364.704184634749,1015.3002707450735,7573.331010836993,567.9496691787605,4417.882397709359,645.8368319583187,4992.922148130495,479.0853726504505,5669.122820874926,139.2137073411099,1538.3621721614832,291.9605302285644,2957.955348578137,657.5123931859841,6788.9456483712565,375.5815443106745,1976.5744826015364,282.7318720793532,2691.98012995355,349.7769181116021,4812.110393588931,408.1580930763256,3222.7024635247376,381.6491691617923,4105.493435224988,448.09380041943723,5787.475099401946,6292.446502758986,2012.6799045798011,52290.94598554455,20583.034213286406,1378.8782696886562,9354.054752778684 -3536,1497.206413967094,4496.54946537891,330.6039380747635,1801.575813338517,639.512963381707,3206.7164169342036,652.8397194507993,3778.9078876161734,120.18567129686546,1382.0401007949324,924.3958099083555,7669.5354725330835,517.0985466618722,4474.003013235088,588.0408003360868,5056.347526852755,436.8931158382301,5741.138015838789,128.38312245007526,1557.9040757775601,268.15406377433936,2995.530426390507,603.9863032390848,6875.186017457328,347.03696420905084,2001.6830225331476,258.4985487596172,2726.176509185907,318.59865275262683,4873.238910139302,371.71295751010206,3263.6406392450926,351.95752597416043,4157.645755698962,413.2328802034583,5860.993730202682,5685.317345820513,1829.8243511192816,47939.49988839718,18976.909998480765,1245.1988683184816,8641.710799485096 -3537,1407.5951651512296,4574.656529802868,310.2718968235873,1832.8699866152742,594.1683798037367,3262.4185075473088,610.3030064564041,3844.549198604258,111.4080002002454,1406.0467521217822,856.63278894854,7802.7587153478935,479.192533588087,4551.718435755919,544.9077176091713,5144.17853262076,405.60378218297944,5840.864137017392,120.16813112708085,1584.9655625798302,250.29822204252432,3047.5641224055234,563.8241219146878,6994.611056885196,325.74799545858485,2036.4531470477605,241.0252103907503,2773.531407841764,295.38251128296383,4957.889237782371,344.563540726759,3320.3315289214697,329.4364346752269,4229.865911930472,386.79089577074996,5962.801798455475,5224.817202623663,1691.639851873457,44710.09417130911,17791.333566862446,1143.701545055941,8112.976248004914 -3538,1322.5986829402552,4664.1352501490965,291.82390543598234,1868.720297976335,551.7667500854241,3326.2303000583765,570.6752085210971,3919.747268745285,103.39870251262509,1433.5485466952532,794.8256993306285,7955.378012659334,444.61821393816257,4640.7484948115925,505.5639493787465,5244.796908958464,377.0914535708079,5955.109445991225,112.24511195110804,1615.9669480190544,233.7968689745628,3107.173436475201,526.652897920619,7131.423261826107,305.85823606135574,2076.285475541881,225.1165637003056,2827.780735544722,274.19358975321,5054.863859095464,319.79086773640284,3385.276080364314,307.71577409146823,4312.6006454716535,361.28869601495524,6079.432166468475,4808.984705126957,1565.248845054157,41716.87236213834,16676.174497730153,1052.1063996726732,7609.889649090972 -3539,1279.3339613789146,4597.919700156967,281.6029368101913,1842.1905479421775,527.706822259634,3279.0086486897103,549.5904429615158,3864.099606893752,98.70180373588849,1413.1968200902393,758.5036337512246,7842.437520531305,424.2999832392057,4574.864960677528,482.45724055599993,5170.337852070566,360.4900182002567,5870.566261439056,108.0847646825173,1593.025473449087,224.86398865292406,3063.061680065358,506.5521594189231,7030.180247165805,295.8110833148808,2046.808975112508,215.9314399041611,2787.6354467357723,261.7837781813665,4983.1012337396405,305.2629094832937,3337.2161709675283,296.31033773891363,4251.375743464966,347.89758780978684,5993.124003657442,4551.288729883021,1490.198012929821,40058.68756908375,16093.40723361229,995.168876866858,7352.802411257028 -3540,1229.0453678710428,4541.451282912049,269.3566126969787,1819.5660587623656,500.2292933961315,3238.7381697342844,524.6598610739258,3816.6434521308583,93.34663911564093,1395.8409302769994,717.104190146729,7746.122216435965,401.14151379242503,4518.6796855345365,456.0928498639548,5106.839397515574,341.35808742693666,5798.468093847401,103.29802663716211,1573.461054541676,214.30929274278762,3025.443309959645,482.8236718230813,6943.840515854186,283.6548005718157,2021.671506264726,205.39500988867866,2753.3996679926963,247.63199373771886,4921.9022876965255,288.69895766678735,3296.2308281455876,283.18767451201825,4199.163335462557,332.4902857321262,5919.5206680386145,4259.817769947073,1404.6770988925039,38143.01156626576,15411.41639154547,930.8047206515884,7051.539731036207 -3541,1189.9991140661473,4452.427423003815,261.0981803117205,1783.8979906013064,486.85552702114677,3175.2507611636493,509.11021634702666,3741.827647482547,90.95724011532586,1368.4789396510696,698.843860468819,7594.278751413509,390.92685267345036,4430.102206170437,444.4822312043806,5006.732509479828,332.38645704427194,5684.803544981421,100.19553749567501,1542.6172630388066,208.09927622490335,2966.137016749021,468.81459911792615,6807.723788667336,274.7335379712921,1982.0416633483503,199.66203751140557,2699.426113935857,241.27335152243077,4825.420631845546,281.3097386067821,3231.616418964505,274.68231662882675,4116.849179651927,322.5041559413102,5803.483184457496,4168.030908111283,1370.36701407829,37060.02625716329,14938.428772111592,911.0003648930439,6830.766353531776 -3542,1185.7406805279195,4376.984579864592,260.32887062722955,1753.6712572948902,480.2481975472183,3121.4486612429373,505.1359928988445,3678.425352634451,89.50715162006405,1345.2911519175696,687.5184753129917,7465.599735190061,384.5915359815186,4355.03764608259,437.2744240552009,4921.8974073058525,327.7208865476471,5588.479068156597,99.50156274064943,1516.4788398501405,206.19624723571397,2915.8781829883856,464.5647098179231,6692.372321000492,273.5870158918713,1948.4575430253929,197.6306613819092,2653.6864843963835,237.46540357499987,4743.657715300689,276.82374651599434,3176.8592477813313,272.7798108071421,4047.0924430718655,320.27042629418133,5705.147775488434,4068.3572082663227,1345.4225188177975,36680.174887869754,14854.643114833942,888.7204646646817,6800.632452466296 -3543,1209.088979463417,4255.080381482439,265.22741534517417,1704.829438242156,484.3097195921402,3034.512623453278,512.1932872478254,3575.9768551039065,90.29421517297061,1307.8232019002114,693.378598692163,7257.67395099904,387.86963530882855,4233.744695768788,440.9402513048465,4784.816742064995,330.89652382167566,5432.833315116238,100.8349100128257,1474.2431102142946,208.889354305081,2834.667526201424,470.638010732556,6505.981834997978,278.296895810371,1894.190695489111,200.40426847433773,2579.778176579612,239.59235957697172,4611.5412363340365,279.25672941509976,3088.379959607624,276.4351324586469,3934.376130951249,324.5621347608225,5546.252660933528,4070.538293251815,1352.6503497549634,37161.14497150854,15105.122559366919,888.7204646646817,6918.263045444728 -3544,1260.745119994336,4201.92598974976,276.3433321492334,1683.5327379043456,500.38882622177147,2996.6055433880597,532.6514909272162,3531.3058130689815,93.07714594973893,1291.4858967124135,714.5689900596586,7167.011211479872,399.7233460914581,4180.856829059055,454.43979295491414,4725.044892728462,341.7051718076853,5364.966453774025,104.82629733576361,1455.8268903631827,216.98454577152225,2799.2569076910586,488.8909299163236,6424.70922060316,290.51507435384434,1870.5284975474246,207.7191994230858,2547.5516314882234,247.01447979324573,4553.933941667113,287.86243992465774,3049.799969695625,287.3773714428416,3885.2279712599798,337.40940352939936,5476.968967052999,4163.483754750463,1391.5201656793604,38522.43823658018,15728.039872104897,908.5248204232262,7211.588020952827 -3545,1359.3805223495397,4152.670454897855,298.1041344506345,1663.798143423516,538.4894534095639,2961.4789349851944,573.1084673941821,3489.9113770478193,100.29224143618619,1276.3469274037107,769.9341306710521,7082.998553624358,430.6940984888755,4131.848269708677,489.593270500417,4669.657288577809,368.09543063919887,5302.077604044688,112.79609024125327,1438.7614940873918,233.46804479885128,2766.443646221781,526.0312305502325,6349.397925330294,312.55522761460236,1848.6019139219202,224.05959646959394,2517.6888927160753,266.1679167105451,4500.552122823984,310.1766065734804,3014.0498091584973,309.22626045575174,3839.6848126672726,363.06215611953263,5412.767208978829,4481.406911542437,1497.8612346489856,41498.801728341736,16942.66372077712,977.8400655781315,7766.151947928256 -3546,1428.0070610282353,4091.718355706779,310.24060024509004,1639.377233897149,550.8249820834736,2918.010916090365,595.9947192844231,3438.6871282825473,101.64377386159947,1257.6129523950317,779.7033289199878,6979.035661528847,436.15889848302214,4071.201794551777,495.8455318029657,4601.116955957381,374.583873294173,5224.254727524509,117.72747672195426,1417.6436292694689,241.80675780242683,2725.8383178283,544.9709389930914,6256.202682329038,328.3505186194675,1821.4684901537794,229.77144660180872,2480.73473880769,269.8818250414508,4434.493883340658,314.3525640983688,2969.810165071644,322.7454719552609,3783.3266566069647,378.935045015882,5333.319651701377,4432.211335084569,1509.1812395305628,42788.530901750244,17705.7317784706,965.4623432290413,8149.896754627543 -3547,1450.6275216493023,3909.316924874693,314.2128248429712,1566.2967510434516,552.4692272906934,2787.931247841402,602.3021761622613,3285.3966527766224,101.61794506942624,1201.550833253844,779.2173112553736,6667.922828282258,435.88702465437626,3889.7149550441904,495.52856966304023,4396.00745348591,375.1855414912345,4991.3668661196,119.10327047685186,1354.4476309358845,243.95132454645798,2604.325357705969,549.8599495543565,5977.312440716785,333.3130858117833,1740.2707072330093,230.98726853525156,2370.148054550136,269.87356036890566,4236.812137183974,314.27080154982264,2837.4213796477334,326.5171590507572,3614.672771984673,383.36337800118827,5095.56987251669,4379.037511721396,1503.898992764712,43100.767941595135,17939.275364067074,953.0846208799511,8270.30082176767 -3548,1359.8858732203682,3764.279520765832,292.01243853994606,1508.186441953388,503.0453863373342,2684.4977532459607,557.8141337606104,3163.5069694524864,91.74157786733979,1156.9727606368324,702.8626990032174,6420.5399129553625,393.1749541286183,3745.40479277176,446.95526519238746,4232.913613372849,340.1304749056429,4806.184925865377,110.71066471461391,1304.1970188296189,225.0043535108487,2507.703723646801,507.2980277453285,5755.551479247295,311.81269365443995,1675.705886658413,211.3090821107088,2282.214503039308,243.7744577550175,4079.624514414358,283.7223902847224,2732.1517790562484,303.50914441314444,3480.56679755835,356.34969750054154,4906.521954180208,3841.0507154642332,1347.4864911010736,39618.06063640798,16715.606468261212,834.2584863286843,7735.712988005433 -3549,1111.229067031947,3583.242683854026,237.81453881635755,1435.6526937505012,405.83011356295924,2555.391245808483,454.05967765797476,3011.36330101906,73.73663346592608,1101.330057212885,564.6940192821988,6111.7545980776395,315.88466060704604,3565.2757048819826,359.1146291229274,4029.33858998297,273.9849839893811,4575.039360879583,90.11950881480166,1241.4738066727582,182.85301846824757,2387.099834499745,412.2880321130964,5478.747690172138,255.06385253107004,1595.115566082694,170.89349385913363,2172.455147363078,195.9794886285178,3883.42167830638,228.0383479501284,2600.7534295673995,247.0592610551166,3313.1746577838776,290.07196179188765,4670.550844722746,3046.217422688778,1079.4524332210024,32109.7314912144,13630.733158511153,660.9703734414206,6318.084261874758 -3550,864.5578824699568,3290.9585210927107,193.8532371669842,1318.5468813254372,351.33833083950134,2346.9486543607322,368.0697237390951,2765.7271890206907,66.54533347370034,1011.4948542703613,511.2682974286277,5613.220383872427,285.99880129361844,3274.4571038672543,325.0185808517419,3700.6665015526323,243.38196578886422,4201.854604172988,71.67270792629913,1140.207114966807,150.80901190736427,2192.384729185138,339.59108396434965,5031.847682863649,198.53841619791726,1465.0024091254984,147.59820135596868,1995.2485526926419,176.52114707949357,3566.6519939622303,205.80925944273184,2388.6106567278766,196.48804671672056,3042.9198728384163,230.69636384551475,4289.57524141372,3046.823849317243,997.312046536299,26970.857170914616,10831.884384558633,665.9214623810566,4930.055567473613 -3551,1056.7168393646475,3057.2221654925165,233.97299689123506,1224.8986810355475,530.3181318357563,2180.2594597886555,503.781271161866,2569.2947546394084,93.29885294131799,939.6546534807741,704.814323419791,5214.548183266438,394.26667494628424,3041.8927415024036,438.0367292253335,3437.8311313038976,278.09097253254674,3903.4229540483943,76.45004168746112,1059.2252812628492,140.100022348127,2036.6732507848862,317.13368177910803,4674.466776422654,211.55436709803385,1360.952381797654,198.42012060320073,1853.5384332141102,250.00316974458192,3313.334842311807,281.2712915734401,2218.962468738566,209.58492845041783,2826.80016275939,246.07339590505114,3984.913338939191,4305.627282297556,1421.059278984287,32934.47558931162,12002.451928437567,933.775172059671,5356.220312030598 -3552,1065.41258982747,2890.351170415105,236.26759526103427,1158.0405821768793,540.61916061216,2061.255329278153,514.8207372222183,2429.0560839948166,97.05259324429076,888.3659022656014,733.5099683572129,4929.924823524247,410.31875581209545,2875.8584655434347,455.8831759888705,3250.1855266553503,288.3353614733507,3690.3641584194124,78.23666118105353,1001.4100597553839,143.45052350187632,1925.5064223345016,324.71095322180776,4419.322439435196,213.860583275994,1286.6681244195315,203.56011218836,1752.3675709013164,259.9907572789579,3132.4845631263693,292.5512723154154,2097.845829137668,214.48287893504263,2672.5061891748255,251.82407329219706,3767.406589946055,4546.183592889095,1480.8029208256835,33816.25789787475,12183.001175589492,981.5613192381917,5410.534679603569 -3553,1153.7140117106824,2803.0817983093216,261.53804178564496,1123.075462535352,627.363912042098,1999.019134528859,583.4705676734065,2355.714753906709,116.25056136695596,861.543163463322,879.7794580903026,4781.073899013268,492.14056823404144,2789.026676686085,546.7930263475009,3152.0515514339995,342.5054987536594,3578.939717595947,88.14245936449245,971.1741396257491,163.51621490226404,1867.3689412620363,369.9568422406892,4285.888309226333,233.84255689853077,1247.819308927505,235.88100337584103,1699.4577310256545,311.17356542870226,3037.90437378701,350.29406234337574,2034.504844776488,241.63925397022896,2591.814285898376,283.7083384194023,3653.6559803533232,5683.404967674334,1794.4270591883142,38949.13577366115,13506.640542952422,1226.9832248306357,5908.073197115573 -3554,1400.52030616351,2781.768059547183,321.2056658018349,1114.5359553996402,788.6142055946814,1983.8192314651797,730.0852379022543,2337.802651272684,150.17816478671952,854.9922644030664,1137.417202105421,4744.720140037161,636.2607617349931,2767.819808579925,706.9579338912538,3128.0843581210606,440.3288096702007,3551.72660300461,110.0063099911106,963.7896416360676,205.40549709606563,1853.1700642222736,464.6114029391317,4253.299783325429,286.2101697854522,1238.3312894238022,298.35145196370854,1686.5355972020088,401.805911572019,3014.805119157228,452.4325267179421,2019.0351197053087,301.5781822963067,2572.106957827202,354.082557353741,3625.874747162431,7518.834083192309,2331.185914927902,49155.20169115933,16648.45844558143,1621.0268094943249,7206.909703190381 -3555,1852.8109511649357,2777.219392135756,417.5405788235243,1112.7134981455963,967.6955570356097,1980.57534710992,927.3346802736213,2333.9799433737658,182.60211582062362,853.594205554571,1381.5571993103465,4736.9617096377415,772.8304393379416,2763.293948948753,858.6923230600182,3122.9694042228934,539.0011151496499,3545.918921448293,140.6674123306837,962.2136804342217,259.8193865897364,1850.1398136411626,587.9465935872558,4246.344909410244,375.0840053152679,1236.3064055872724,372.7651531319858,1683.7778225259806,488.85713607716724,3009.8753962242727,550.2688050759683,2015.733651338811,385.63444699163824,2567.901122240868,452.77291001222125,3619.9458206857153,8851.529665047143,2804.0761493951254,61592.8744698877,21541.47156175624,1907.068075323044,9434.658296358073 -3556,2174.1346211018576,2685.9861902902276,459.0764873420537,1076.1602407904068,902.3882480454129,1915.5123452726043,965.596087138383,2257.307403969711,160.1985278000106,825.5531610947579,1206.89639393613,4581.3498825657825,675.1267850702384,2672.5182056578733,750.3314778391746,3020.3781221586532,485.77962132254504,3429.4335124797253,150.1746908443087,930.6044258055931,266.3802899767282,1789.361691632384,603.7934181078823,4106.850117128807,431.1778989330573,1195.6930524747106,360.18501978217813,1628.4647844633298,429.9592423361017,2910.999315230742,483.31272646124427,1949.515679650952,411.6982952650279,2483.5441419935873,483.3744408685027,3501.0285869001195,6718.26202713907,2360.0327787062506,60904.67782471754,23749.286163668956,1439.7483448087382,10821.575247110715 -3557,2482.9442937420395,2662.593055308738,520.16451150687,1066.7876081739291,983.5166209440413,1898.8295197935834,1099.2002073314763,2237.6477731843142,181.05833609691953,818.363147757497,1363.8655435143908,4541.449403334832,762.9338891782888,2649.2423677732827,848.0346492342617,2994.0726581312447,549.4687800676714,3399.5654508502594,171.99957775934783,922.4994865374989,303.4452881983263,1773.7775535849207,687.9631844055117,4071.0822120345665,493.0797817236517,1185.27936938353,406.96508842781907,1614.28195036937,485.9836469082753,2885.6464671191666,546.2657739805504,1932.5367079766122,471.53040603387205,2461.9141412303047,553.623245445783,3470.536980277764,7553.787927694875,2651.9302892014007,69001.8436291165,27021.758307473,1611.6962993187992,12303.237631648413 -3558,2228.630738735947,2829.788958803051,459.0271134388254,1133.775883993831,890.7466547787668,2018.0653588980867,983.5107511644331,2378.1594974200734,158.66473605297443,869.7517614260245,1194.7971221151945,4826.626942820389,668.3585632682671,2815.5999230039324,743.1252861943743,3182.0836206798667,482.4235836599495,3613.0390854748543,155.27388307146936,980.4272779501422,270.650492537071,1885.160830904847,613.9245827764603,4326.723331237373,443.62980451820215,1259.7082629247811,356.50717366996605,1715.6497987713003,425.95666207764674,3066.848873274777,478.74408452337553,2053.8891693607684,425.677539939,2616.508534972798,499.78745412544447,3688.467228713976,6542.823977502411,2331.1878608351717,61295.230657791624,24229.527856064826,1398.1931935033413,11113.379228864786 -3559,2068.959685129954,3058.3918219264337,424.68428725994437,1225.3673125401015,822.830448535331,2181.093600837852,902.7541451278048,2570.2777359138195,142.84311906453382,940.0141540507717,1075.0527987222124,5216.543206690438,601.3746858709225,3043.0565330830564,668.6425720899053,3439.1464041508752,435.84177742684693,3904.9163567274786,142.59079700913824,1059.6305281170626,247.88093178946863,2037.4524574773066,562.3395192836687,4676.255171195494,410.75124983323343,1361.4730658119176,325.18155497053795,1854.247574727734,383.60762773785564,3314.6024843758264,431.0700704868149,2219.8114170935387,390.90733411267485,2827.8816625061504,458.9638000236871,3986.4379188595194,5769.019614479686,2092.3512988466696,56026.04359791026,22385.72102603313,1234.954932957803,10315.37167918237 -3560,1949.978950663928,3232.6056577211,400.50544420729994,1295.1673748619223,782.3094920325733,2305.33428174244,855.7502314097417,2716.6873424988676,136.52132857431144,993.559769201976,1027.7453091854047,5513.690875969031,574.9113096596759,3216.396831526076,639.234598505187,3635.0489966935024,415.86382764783554,4127.350399378797,135.17568965698354,1119.9897984711545,235.1343151635377,2153.510970752696,533.4088093285395,4942.626649397873,387.71842890805436,1439.0260606328422,308.8890506425895,1959.8702683899216,366.57357631544465,3503.4107360843723,411.96299318739267,2346.2575640326413,370.5790947873534,2988.965048901121,435.0964402829993,4213.515638601908,5568.440035832605,2004.723957141216,53207.15620895873,21157.022778145034,1191.4292968982763,9735.244171967577 -3561,1851.8538596340047,3373.4842883007054,380.7948518409177,1351.6114405666642,748.0206156309747,2405.801944992478,812.1030243721577,2835.0819854117917,129.55941290216623,1036.8596190769028,975.3187949178736,5753.980383039119,545.5843979150457,3356.5690730562765,606.604889123019,3793.4663166412024,394.7041729226227,4307.222469700107,128.27289721685463,1168.7995345720858,223.05871508514926,2247.3620953936374,506.0215733664784,5158.028881393072,367.83712672274385,1501.7395624502078,293.5133536928207,2045.2824308245756,347.88359866581305,3656.0911923839494,390.95669708637257,2448.5086851424703,351.6553476220228,3119.2256954274726,412.87809298746305,4397.14283472284,5281.455977257014,1904.029403324848,50529.192850863685,20094.483520584,1131.109655873326,9251.285057245028 -3562,1757.5453629501794,3502.7963065622334,362.8280786988817,1403.4212574646367,711.2629501468385,2498.0208730969853,770.6942059744499,2943.756027482154,123.13051871592887,1076.60440474604,926.9251185936529,5974.54130841483,518.5134187666649,3485.2326991998475,576.4818288909086,3938.877038521011,375.20299725829733,4472.326434342812,121.4420092163135,1213.6018261620618,211.7421003650142,2333.5077250998884,480.29491457667245,5355.745861198592,349.05177636026565,1559.3040735395539,279.39600990503556,2123.681965679974,330.6206050009304,3796.236066535271,371.5566504384527,2542.3646431810776,332.9287237870871,3238.791502058848,390.89118794152483,4565.693616629295,5019.893564326495,1808.6981070577026,47991.875678476375,19074.003114272746,1074.9379230936356,8776.009142130655 -3563,1692.6437754151852,3464.0676859187297,347.9290657323612,1387.9043490501933,675.8761755582171,2470.40153863198,736.748804576125,2911.2084282278674,116.00627309080699,1064.7009425046242,872.9470171999608,5908.48387212627,488.31856339944665,3446.698270346884,542.9358690558674,3895.326897081013,354.3695078768049,4422.878216773014,116.19101122551292,1200.1836537580198,202.18109424592387,2307.7073280614504,458.6467331513461,5296.530128518736,335.94440287894366,1542.0636488483299,265.34551037144735,2100.201504351924,311.5637996197977,3754.2630330995007,350.0960972079459,2514.255022413591,318.53330929281714,3202.981847015062,373.98955023190376,4515.21308605387,4659.130705310673,1698.2582272393402,45689.33968458523,18301.897649319253,997.5184357503765,8443.767807120634 -3564,1663.1911024962264,3326.633045478755,342.7741576189001,1332.8401434770271,678.3935018564097,2372.389958608768,728.1494502426872,2795.7081205388135,116.11337678682195,1022.4596226239427,874.0332039873739,5674.068603679892,488.9261663365806,3309.9527502129217,543.5657500998125,3740.7823269293744,353.82892322676184,4247.403389908947,114.58815127312214,1152.5671451122246,199.952500667785,2216.150535403485,453.5370840197718,5086.393728253968,330.0199682874953,1480.8832729634928,263.85801705987467,2016.8773707689081,311.7927418622693,3605.3150803304206,350.38906655644337,2414.5035838419835,314.1391287139338,3075.905618028638,368.83034844549456,4336.074933091624,4720.63541738405,1706.567332721748,45351.34541987125,18043.577639383653,1012.3373892090539,8309.999124914497 -3565,1608.300829496311,3222.5336165569897,331.75548571789994,1291.1319370463434,661.7337100912745,2298.151400735199,705.505101475453,2708.222781819061,112.8273852590697,990.4640699568472,849.371154984267,5496.511508192978,475.13044208024206,3206.3752932633224,528.2246172269331,3623.7230364605225,343.6296987796182,4114.490543422671,110.95399934245113,1116.5001729034204,193.7419957024439,2146.801135579025,439.4376619673848,4927.226583833841,319.21881098413354,1434.5423928881228,255.92507869856476,1953.7637722349111,302.95376661685054,3492.4949298014913,340.46522884613626,2338.9471756745384,304.1762371895391,2979.652134738915,357.13293027440955,4200.387311966627,4601.739041883304,1660.3480347985153,43989.212752432264,17471.39976210015,986.5324156788398,8045.128707985822 -3566,1619.120974946345,3137.0837114157766,335.2431241665924,1256.8958003064338,677.7155811491098,2237.212759728008,711.3877452318102,2636.410534890521,113.89342823088532,964.2005546939658,857.4368308708877,5350.763955841767,479.6423072727407,3121.3538482584413,533.2379155270477,3527.635042798438,346.946656901393,4005.389175221733,111.77690195547815,1086.8946372545238,195.2599664189507,2089.875754739004,442.8728645909362,4796.574403191051,321.41071462979806,1396.5035309307082,258.44178502253175,1901.9570422296604,305.8077345863483,3399.886629635314,343.6777277523368,2276.926778659957,306.43219390932745,2900.6425656969986,359.78164616804537,4089.008272964581,4654.175008909912,1681.0327213078176,44399.86894616275,17616.442349821555,1000.105169962893,8118.602390394778 -3567,1654.1402970659103,3109.726746694542,342.2727523766756,1245.935029976294,695.6256400296129,2217.7031271609662,723.4647605199467,2613.4196947891764,115.35610145515867,955.7922356991713,868.2941507989901,5304.102574049836,485.7157925647407,3094.1340559403206,539.9423636723157,3496.87227192814,351.6324238077262,3970.460145447164,113.54654072969466,1077.4163634874358,198.41472679423327,2071.650975755227,450.02213910386274,4754.745836024236,327.53755853887304,1384.325310218992,262.889064128328,1885.3710099487114,309.7673871858149,3370.237889869567,348.1080597659051,2257.0708196589385,311.28359238721845,2875.3474879628848,365.47766690374283,4053.3500421493613,4683.028031182867,1701.5004842675428,45164.62601597054,17968.776766865467,1007.6675673686743,8292.519417088237 -3568,1743.9920366897686,3160.346881769876,361.7980925580835,1266.216361633337,729.0705166507928,2253.80290087041,764.823624377303,2655.960943180015,122.28872958986872,971.3506226624231,920.565657952106,5390.442761025179,514.9559947497567,3144.5003731800507,572.4716603969714,3553.794362248245,372.7092951723327,4035.0912996433976,119.89107837249738,1094.9545481237808,209.93812926734824,2105.373312398839,476.1162582689194,4832.14359347166,346.0103786020609,1406.859358995456,278.48098822925573,1916.0610811236684,328.3650077231381,3425.0986255925836,369.0189088696901,2293.811420706016,328.676904916123,2922.1523972314935,385.8991328539433,4119.330478166547,4981.9361145314915,1802.3392055222382,47742.07998157655,18961.283673297206,1069.9576931477536,8737.287674571233 -3569,1875.477922525003,3212.3965962307584,388.88164184814826,1287.070464848679,766.6258228736945,2290.922179807195,818.8511584658669,2699.7036125398913,130.85305853764584,987.3483989959708,984.9352999396505,5479.221308768636,550.9637827169092,3196.28910165485,612.4505675319598,3612.324007482671,398.9026392173429,4101.547722886536,128.51457508990526,1112.9880342281829,224.8824893398601,2140.0480123110688,510.02336333874644,4911.727165681724,371.16903058390625,1430.029799033141,298.75616253874125,1947.617880390667,351.3827660626037,3481.5087008570486,394.87355954349215,2331.589624789739,352.31789846716737,2970.2791388763553,413.65599308567107,4187.174288729047,5309.442677607132,1919.8926950621267,51115.166572411166,20333.374821625664,1137.4304208570993,9358.077626500637 -3570,1979.2766137071817,3220.90909338193,407.0114689282793,1290.4810598163851,790.0754790664919,2296.992871250476,856.8546526827067,2706.8575297547577,134.17503523865025,989.9647635019999,1009.4415838373376,5493.740641729036,564.6723734004105,3204.7589157195525,627.7778286101741,3621.896268223728,410.3543748912601,4112.416372587955,135.03787000108233,1115.9373299290226,234.95837754211584,2145.7189038284932,533.0035305516036,4924.742701669483,391.82956274212694,1433.8192204902061,309.0655431107203,1952.7788532536842,360.4077558915058,3490.7343154441755,404.9520566779964,2337.7680804829156,370.20126735804735,2978.1500514335207,434.6528335824467,4198.269839398627,5343.374523364739,1960.8931669833119,53125.99296570178,21356.521477791088,1144.7858795258799,9866.001775923518 -3571,2020.8457109832218,3191.1478366307406,414.91300675053566,1278.5569920950527,789.5324423778773,2275.768616664279,871.9576947870266,2681.8461185052292,135.94647610307592,980.8174716514628,1022.6255264636767,5442.978381440818,572.0473501130691,3175.146886894409,635.985796099322,3588.429882914604,416.13173770907383,4074.4175728752084,137.60744144567568,1105.626049346005,239.15812365681097,2125.892423365591,542.5568359209867,4879.237992368906,399.9018525865744,1420.5707056397005,313.8571579589034,1934.735142256255,365.19602178401584,3458.479868888828,410.313880807227,2316.1670622452557,377.2456513175091,2950.6318925055343,442.92363576168793,4159.477752140453,5384.117543282763,1979.1623610485346,53962.7314761913,21753.763691227246,1150.9042725252687,10046.389627471712 -3572,1905.1218804961522,3164.635619926522,388.3358401121653,1267.934676308233,727.2372751410285,2256.8614165524323,814.0669971380205,2659.56520608713,124.66851110461505,972.6687907733115,937.3155222009983,5397.757843329524,524.3257153467644,3148.767606885261,582.9593818816791,3558.617026991209,382.71562733953067,4040.567106784112,128.96696400889192,1096.4404525279524,222.95323390937494,2108.2304022046937,505.9090331911338,4838.7010377595825,376.32787629751385,1408.7685327791198,290.40825853452685,1918.6612653997938,334.999115502951,3429.7466442169284,376.3259075138962,2296.9242298159525,353.55810575973095,2926.117894360253,415.1121188785118,4124.920601802487,4841.487690067669,1806.515110646145,50121.15621617704,20402.80626669592,1035.1371843001323,9452.874362287714 -3573,1579.5053093025006,3137.9934448980616,322.4362365474873,1257.2602917572424,610.6928145258955,2237.8615365990604,678.0464037085653,2637.1750764703042,104.30908793827027,964.4801664636649,784.3795895615502,5352.31564192165,438.7747558415748,3122.2590201846756,487.861598544304,3528.6580335780714,319.9384930581277,4006.550711532996,107.18801697915322,1087.209829494893,185.76941674550795,2090.481804855226,421.48890969744116,4797.9653779740875,312.6829568891735,1396.908507698014,242.0872674496379,1902.5085971648657,280.26250906763033,3400.872574221905,314.85405623697415,2277.5870723332564,293.8519374673221,2901.4837328142657,345.0111832014156,4090.1940582599236,4078.560772104653,1515.7045159039076,41781.761303821135,16955.6249017536,872.8392815763334,7851.309956629262 -3574,1209.9404784579563,2916.408520378181,257.6110156173662,1168.4806522382944,517.4650114796319,2079.8381409544736,538.0248146942829,2450.9547256230244,89.88067082176569,896.3747772589034,677.2022123012657,4974.369518595599,378.8207129713255,2901.785159589466,420.9526453188111,3279.4868871889284,272.40738351402223,3723.6338563548766,83.25894669579912,1010.4380604532519,148.38527721921133,1942.865418437288,336.2725941932528,4459.1639066530015,239.4072876905655,1298.2678088964592,202.27597413626398,1768.1656702901746,241.21882538794864,3160.7248155049733,271.15965265497493,2116.7585147303216,228.2512867348537,2696.5996037614736,267.9895432453794,3801.3708476363495,3783.2991662356094,1329.3185287882113,34080.300516915246,13242.520944793172,814.6970640425137,6033.331977061307 -3575,1033.5729444919225,2724.8447755611214,212.6741832645729,1091.7292204944242,511.5412621165754,1943.2243640742283,547.6271271321193,2289.9642257199,89.44213662109999,837.4965687049774,689.1951876650699,4647.62899290188,385.5294735090758,2711.181947473817,435.0062677652764,3064.0744081762527,309.39799977975554,3479.047667257325,89.5280622958606,944.0676266084723,160.0587873086807,1815.24866905845,362.68007765569007,4166.2645646222945,193.93907958083557,1212.9913321923675,185.8079633963391,1652.024040991331,236.83700034120946,2953.1132008208183,320.6873735302549,1977.7196300467192,245.43783255595014,2519.473966266161,288.1682446689194,3551.6785188959334,4255.626379678543,1420.264676497531,33624.859763451255,12550.648001824604,981.7263865364915,5688.88596871519 -3576,1023.749874326206,2611.842961909163,210.08735905096134,1046.454207752715,525.7848665602933,1862.6370662426143,577.1235181421553,2194.997307594751,89.88141348615545,802.7648173627506,692.7617287755158,4454.887553062913,387.52456392927604,2598.7467438421163,437.288550544808,2937.004430321398,310.4467175931392,3334.768367494007,89.5694964024073,904.9162756861473,159.79326963019605,1739.9686407527392,362.11033695478153,3993.4857494109733,192.38294482204793,1162.6874683865417,185.11050845841496,1583.5130878159468,237.9621092410595,2830.644886073027,322.33811856380674,1895.7017818761428,245.55142260854285,2414.989068560991,288.3016106040999,3404.387151055982,4310.382945218915,1441.6440263100117,33755.095601006375,12534.807548028013,995.5545505078727,5698.166954118483 -3577,1030.7744493326516,2554.9196779231015,212.85841520708522,1023.647472847499,549.6083414144879,1822.0421988516625,589.1543194610126,2147.158882041966,94.51249245486434,785.2691216646614,728.9726105779805,4357.796405927632,407.7805994420891,2542.108882736008,460.21173758232965,2872.9944803765893,325.472646755677,3262.0894317467214,92.20173258276417,885.1942606585519,164.81108278942514,1702.0472455889153,373.4509920342723,3906.4505307078375,194.77150674893394,1137.3475111551068,191.41441940699616,1549.0015316052686,250.11467018808594,2768.9529677366168,339.1618379264616,1854.386292217553,252.76759959612434,2362.3560769999494,296.7741147574991,3330.190922789484,4626.561176656972,1525.9527268455718,34918.85444934479,12763.577023845095,1069.9090730464409,5778.8034284423 -3578,1173.7544356568922,2558.6235910143632,242.00946889519196,1025.1314730328195,632.6568890577819,1824.6836462566332,664.72632251497,2150.2716569604636,109.88086317133565,786.4075404592052,847.8112400322574,4364.113981895457,474.25783994817454,2545.7942237866646,535.332670056071,2877.1595122399945,377.84637623126264,3266.818541571785,106.58018425208262,886.477542727532,190.29866870543387,1704.5147341480892,431.22427610726015,3912.113782428071,223.02561421854625,1138.996344334593,220.087701835242,1551.2471470353244,290.7215782651223,2772.967168744543,394.4380707463274,1857.0746294374476,292.1855867917565,2365.7808271693693,343.0547230087062,3335.018760573155,5432.528111152082,1776.4348423270917,40242.4104183401,14610.559858661845,1255.6178967360916,6602.166228654038 -3579,1608.5214835453141,2622.824736555559,327.55511137766524,1050.8541370191028,789.6829374504031,1870.4687241209074,833.0815102476266,2204.2264098543415,139.3044276407293,806.1401283775785,1073.5189892406088,4473.618606918851,600.5166868998192,2609.6734540311045,677.7425522186549,2949.353381334012,481.7008859871951,3348.7897597613965,141.18230625145372,908.7210934942506,250.03543672317124,1747.2845260426327,566.7825174209094,4010.2767897580425,302.93208480376325,1167.576112898567,287.0162380425621,1590.1711389061632,368.84595745656793,2842.5466369424994,499.510593735345,1903.6724639075458,387.04600940759235,2425.1431498404645,454.4302236358386,3418.701262986607,6645.070552495039,2209.7501620420962,52290.184879273635,19544.82639249359,1530.0513842824776,8871.912595665679 -3580,2331.955302230596,2771.6960183830724,469.5639560692946,1110.500517584061,1062.0845184472334,1976.6363504579388,1135.2363876898498,2329.3380905928775,189.2414635620215,851.8965651579376,1456.733337005519,4727.540772261108,814.883281993817,2757.798270317172,919.5642537739682,3116.7583978880807,657.5571761114634,3538.8667470484843,198.9985632550249,960.3000160683335,350.6409888472518,1846.4602290486027,795.0055867749235,4237.899717761398,436.6394942182229,1233.8476216790827,399.312366204528,1680.4291010469983,501.40594311723953,3003.889312874347,677.8991266924759,2011.7247313472058,545.5471144416771,2562.794043664996,640.5261679330331,3612.7464205271494,8729.70342849523,2953.412733572854,72644.24373517609,27824.098014369727,2002.2279741692437,12684.681988639755 -3581,2599.4955365613378,3148.975219544458,516.176073199279,1261.6602210236304,1130.6303917822374,2245.6931944773537,1194.300858565686,2646.404178729895,202.84181098534015,967.855477478493,1560.4271245937887,5371.046695777589,872.8886367185154,3133.185730373664,985.1217591680717,3541.0069845906855,706.8048892383617,4020.572103800386,220.08387714766363,1091.0146473029965,384.31490971250105,2097.7976901451198,871.6857938625127,4814.756418321158,486.473242656121,1401.7971522100397,432.1332158376346,1909.1666482550825,537.6499809911465,3412.7743250913777,726.201970284342,2285.5577543646596,603.3517134451606,2911.6378140937395,708.394473544913,4104.508170190549,9177.164060915757,3137.759406345378,78975.33910484526,30696.6352778721,2103.491372433636,14034.723707736439 -3582,2388.695029572936,3519.4314258918516,470.3058104345854,1410.0862411075366,1082.2273728375958,2509.884216458972,1167.5630850031905,2957.7362103157116,188.23984796690718,1081.7173034636137,1448.4648852672242,6002.914984445898,810.257985847743,3501.784407254941,914.6466190239422,3957.5831475338978,655.1132665174562,4493.565946265593,205.08945086201336,1219.3653389187205,355.9598627899977,2344.5897795690275,807.5809924348322,5381.180817645599,448.867330830002,1566.7093597921103,396.6994860927494,2133.7675372706085,498.86906862038603,3814.2647597401565,674.0783950482213,2554.4385794072546,562.2450548892306,3254.1728369710627,660.131198413657,4587.376538354666,8589.265892601565,2950.7742355127243,73428.01761513714,28437.785019256306,1975.0385803935496,13055.47967157192 -3583,2239.563764662825,3769.5429715668843,440.88257925936404,1510.295282461178,1007.7433482559377,2688.2513857197973,1100.9172794796145,3167.930382538747,174.2453808616386,1158.5905122331671,1340.4542251908747,6429.51751298788,749.8378122048019,3750.6418517489237,846.392580643437,4238.832337640317,607.0860978752884,4812.905233897365,190.98929516641797,1306.020628581663,331.44573342748316,2511.210151663163,751.9687745725611,5763.599250906339,420.1070082772776,1678.0489633196448,369.43256116510133,2285.4056379398726,461.8495982896119,4085.328900286855,623.82881357069,2735.972044366181,523.590005691451,3485.4335435047287,614.7463546880036,4913.382559713788,7891.240704721494,2727.6132793540855,68368.8335160168,26599.273609228676,1813.5478044487456,12230.335716225507 -3584,2068.3038189795525,3884.6241751350453,404.88993647094026,1556.4034181582497,928.045087607141,2770.32160147166,1027.5243119196698,3264.6448235180906,158.5047221290789,1193.961375915091,1219.0560780969656,6625.805662330731,681.9288009816464,3865.146018887511,769.7773323758553,4368.240579121783,552.8534899251508,4959.8394726510305,175.90906497464832,1345.8924185985704,304.17929274662447,2587.875436777516,690.2139946152857,5939.557435673536,387.94944258238803,1729.2784879070405,337.39646122177874,2355.1772875640863,420.192126963167,4210.050801685257,567.3466610527441,2819.499134565029,482.2481189377613,3591.8411080739256,566.2068984312091,5063.384292769411,7124.537892076068,2484.0572399042067,62703.993107487884,24527.885623484748,1638.2848489593248,11310.6055311435 -3585,1934.3436745378533,3974.3628184329045,377.27073471237026,1592.3578695730553,860.725150878296,2834.318758160872,969.436015158008,3340.0613333537444,145.0741449644083,1221.5430592888604,1115.324033192177,6778.868296986287,623.9020454646042,3954.4346975976027,704.2548817964887,4469.151237526831,506.9017883551499,5074.416647992684,163.33383295056956,1376.9838586516385,281.47939885256784,2647.6579074233914,638.7983593806388,6076.767060604248,362.0576543830459,1769.2265236481187,311.3126698236627,2409.5842018454623,384.6797188083704,4307.307120475778,519.0911636692293,2884.6323406895467,447.7735909213008,3674.8161742446005,525.7303992670949,5180.353455407396,6443.078053213029,2272.714645806201,58012.79936034917,22862.790690148766,1482.119744549712,10575.492711279281 -3586,1849.9305555887865,4050.1305699890295,362.9745881227172,1622.7147798407052,827.3821367372585,2888.352566675585,928.6092180271976,3403.7366817930074,140.37142351511483,1244.8307094757151,1079.3760142877632,6908.1014929530975,603.7930530485863,4029.8225369571296,681.5288622195799,4554.3516976008805,490.1536971822965,5171.155963813118,156.36955900889117,1403.2348517454823,270.5409149864075,2698.133190053568,613.8705923499994,6192.61531048644,346.3988340705954,1802.9552801342047,300.6002804782568,2455.520817474072,372.1667224739796,4389.422163990809,502.35032652116155,2939.6253336559785,428.68129452017064,3744.8733309825907,503.3141585298066,5279.112363819534,6270.125140496074,2198.7055789931046,55809.51295964437,21904.9563753591,1441.3827048525065,10113.726242172817 -3587,1772.0640257994262,4019.524558917675,345.73035620171345,1610.4522550506488,783.2819275085075,2866.525875139098,896.2115282222355,3378.015337563057,130.90054297810005,1235.423777571226,1006.0496575518348,6855.898378233283,562.7749609134461,3999.369989551469,635.2334440609252,4519.935390256994,458.1023467091739,5132.078592369117,148.41346779893473,1392.6308920295985,256.07141951967725,2677.7439475687283,581.1069692850806,6145.818978990909,331.47496820166975,1789.330714626655,282.9036706270193,2436.9649472306696,347.1614807337309,4356.25219551043,468.247924372868,2917.411184271715,406.8699681928338,3716.5740866376896,477.7055082406673,5239.219187868314,5758.3728248687385,2048.7206785934295,52746.60896068157,20896.193492682523,1324.6092261496096,9681.97182109061 -3588,1697.5351508272643,3924.847360629367,329.3507999410088,1572.5191350384803,750.4168231736908,2799.006785579862,875.4111358613569,3298.4484576379546,122.90014261981227,1206.3242011798588,944.1991712316535,6694.412301786655,528.1763655458766,3905.167518592807,596.1532134299187,4413.471351308833,430.666484917809,5011.195931895525,141.16502649748145,1359.8284077620033,242.86743381263187,2614.6714893779153,551.2108528099992,6001.058345341578,316.8248291044984,1747.1842327756563,267.479003821228,2379.563876494896,326.0195744925161,4253.64360415522,439.47830450653413,2848.6935254707455,386.9986376087027,3629.0326830223994,454.37460446747053,5115.81290270824,5343.595590530662,1927.504755510439,50092.20846580675,19971.794293507417,1231.2128369579984,9284.858792766723 -3589,1638.551344004761,3825.5565220706603,317.99553591542076,1532.7375259155856,733.5455496222893,2728.197476239697,865.291131586442,3215.004266511748,118.85788767864119,1175.8065961615575,913.1776685366206,6525.0569740432775,510.8232211601841,3806.3745409287976,576.5677342284764,4301.819296805492,416.42989345835156,4884.422633333387,136.35045792272942,1325.4274513688893,234.6370353853055,2548.5254967107644,532.5260201345505,5849.243494826439,305.8569067740818,1702.9839437837738,258.4889521126127,2319.3656392153453,315.2895380868746,4146.034874036674,425.0376823921078,2776.627240351471,373.79967802691175,3537.225367948504,438.87772293730285,4986.393002684943,5174.66357304042,1871.2577282307404,48499.940178059675,19320.374836749594,1193.017134798383,8992.615205755495 -3590,1633.91111216506,3746.604709629686,317.28741921451376,1501.1048980955084,729.3830616106495,2671.8929531713966,870.362782654136,3148.65302784042,117.15375081337731,1151.5403067180648,899.8864410540031,6390.392887547832,503.38823028187716,3727.8186060989947,568.1760643024437,4213.038376090585,411.0459508384267,4783.617948471313,135.48587866711736,1298.073287617584,232.76088368553334,2495.929042872869,528.3058561425839,5728.526842841079,304.79948919651594,1667.8377714180258,256.1398304342222,2271.4985851350007,310.81062037623775,4060.4690312997586,418.8609235329523,2719.3232241033797,371.42946635105744,3464.224132128162,436.0948604461707,4883.483853954897,5064.8924399059715,1844.952781638737,48108.93478603134,19243.31986851173,1167.6031635064355,8973.62491307814 -3591,1671.4959515317896,3678.3097634182063,324.50353688111886,1473.7420225805852,745.1650259332895,2623.188379387388,898.6158850035537,3091.2578378375147,119.07907732170807,1130.5494658360453,914.5376436355554,6273.9056751649605,511.58397877030916,3659.8661021864996,577.3653326844951,4136.241048488217,417.9116495165224,4696.419816881015,137.87244590122,1274.411371769204,237.0088417384388,2450.4320254553254,537.9331428307624,5624.10444898744,311.061517741118,1637.4356074011746,261.2351261249173,2230.0925960557365,315.947389115774,3986.4528124621415,425.6871523921974,2669.754068103433,377.97215111565646,3401.076557429366,443.7766182436643,4794.4653177124,5123.036585344738,1874.54061561025,49058.796617796725,19661.83932427059,1180.683875260878,9176.094940712319 -3592,1742.6106032852615,3685.782568762852,337.95547802630773,1476.7360573333121,766.510071325917,2628.5176141180928,927.2202703743931,3097.5379962738725,122.6820553978237,1132.8462751408808,941.9926052201423,6286.6516587488995,526.9420327358014,3667.301437633531,594.7291882463219,4144.644180959899,431.17358847996155,4705.961001111153,143.23186365131434,1277.0004490146678,246.10655460843518,2455.4102906679586,558.593268567007,5635.530305015994,324.6279966041076,1640.7621998704096,270.5962513338669,2234.623222605082,325.5523166215654,3994.5516371395556,438.4770294730721,2675.177905069919,392.6647943228564,3407.98613946856,461.02723180422987,4804.205689882041,5237.810831423617,1925.0577648365136,50786.61779782546,20449.24284455848,1205.6493752226631,9551.402485187644 -3593,1889.121585540964,3689.2915380646027,367.1197991629635,1478.1419518469731,812.1549117367933,2631.0200372656814,960.4910540516233,3100.4869400971056,133.98323708618406,1133.9247768508735,1028.898968043515,6292.636729020898,575.5566558549724,3670.7928123754878,649.5372032038479,4148.589999500831,470.4487252304455,4710.4412091484055,155.3304362480145,1278.2161895773074,267.1869693053022,2457.747910745219,606.4113754683538,5640.89548933451,351.2772329526454,1642.3242519132002,294.96470993703826,2236.750647145953,355.51372592755297,3998.3545633316144,478.92362702429944,2677.724750134836,425.83257835622305,3411.2306387088397,499.9694845324204,4808.779429643026,5739.107825576832,2083.6306552433366,54984.156863834345,22099.974245411344,1316.4992206168183,10285.492398983448 -3594,1974.064969821746,3634.05776271887,379.2915956498956,1456.0121310792038,814.7338941551225,2591.6300437753084,971.1920550583073,3054.0683805051626,133.9863395072624,1116.9483612606875,1028.0523771309383,6198.427290748807,575.0830806550222,3615.8359884304114,649.0624243260596,4086.479893625547,472.2971099798485,4639.919416863627,160.67811122600503,1259.0795328154434,274.3023883647022,2420.9520396252697,622.7640255798725,5556.443515021278,366.8910658537543,1617.7363959958527,299.1962242740327,2203.2634094272194,355.70431908550177,3938.493688845263,478.57182199092705,2637.635522769453,440.49302919312646,3360.159817981626,517.1823010722762,4736.785378762617,5581.72693133687,2066.2477520651382,56041.30320216446,22886.781080385255,1278.602499343978,10692.632180206758 -3595,2010.3348910113737,3490.125029578657,385.32991973741764,1398.3444165862054,807.1102250029647,2488.9843458132073,952.1933697388346,2933.1070645588984,134.82594089642438,1072.7098155606175,1034.2426089043115,5952.928556446663,578.5458395935646,3472.6249581213715,652.9703640565845,3924.628250526732,475.76696164810056,4456.147906660697,163.06174276708177,1209.2116522720573,277.9043237739123,2325.066319965179,630.9876706511884,5336.371586099081,373.4043274644399,1553.6633305193493,302.2238268986136,2115.9995999192975,357.9860467581165,3782.503278646923,481.4656948433987,2533.1677034313566,447.0276658651514,3227.075255773628,524.8546096145923,4549.177335528373,5568.213492447109,2062.2439131194956,56523.19045907274,23197.285191394,1272.2303947050736,10831.993495609064 -3596,1881.0884933751631,3398.2420172024745,357.04354170960994,1361.5308078339517,720.2027539472987,2423.4579312829837,850.6317526415467,2855.8884232696864,121.09316698571074,1044.4690481314037,928.1114789181273,5796.208380638935,519.1770578626315,3381.2026625586745,585.9634900917005,3821.3062597502017,428.81035805600305,4338.832827748686,150.95436309130378,1177.3772600169034,255.4876379101444,2263.855304416376,580.2657297419788,5195.883239024407,348.55121208793776,1512.7607078864391,275.23312993254325,2060.292593499859,321.6882141623014,3682.922950544229,432.0972980639029,2466.478092751871,413.8357375540624,3142.1174410385734,485.8840091208697,4429.413111072418,4856.870138513326,1829.7490971295842,51603.90230240682,21495.317284822235,1106.460380328792,10062.721850554177 -3597,1534.5536519281309,3350.6110055256286,290.04881070349535,1342.44709058308,594.4908178211884,2389.4898523648403,722.4290513748545,2815.859239312827,96.85365559269324,1029.829385277548,742.0145492595776,5714.966589247361,415.07614044911264,3333.8104807520663,468.50112067664315,3767.7454238363416,343.6766805289561,4278.018148854064,122.49630557757163,1160.8747067155102,206.99909731656226,2232.124274697629,470.1702649111327,5123.055825915897,284.5660417340901,1491.557296658851,221.71872578275836,2031.4147737089372,257.36102349013066,3631.301746058414,345.4721694377643,2431.907027406365,335.8190378086695,3098.076365751259,394.28470193025146,4367.328825566247,3831.724678615666,1472.6249208906274,41865.57508779466,17538.709424135057,875.9967378073753,8243.033308723525 -3598,1197.627442620864,3091.597068817254,237.62354186017055,1238.6712403930098,520.131602958602,2204.773938650876,596.8417592783428,2598.1834823872186,88.06041959804485,950.2199758955543,676.6419499503425,5273.179705602366,378.5073073453951,3076.0952833044385,427.04832141299227,3476.4855392560607,308.49079845268346,3947.312399897469,98.34319577956059,1071.1350361552165,171.51962375733262,2059.5732699231844,389.05322114775345,4727.025712226503,222.28696417683565,1376.254706594952,192.9283006242085,1874.3793145768016,233.57772114916688,3350.5894344616718,314.9385080607555,2243.91211786942,269.6041911305481,2858.584238974064,316.5419353015323,4029.71904927638,3844.874598228925,1367.1909124085294,35441.135427559995,14044.528774369464,883.60228758324,6482.3931149801065 -3599,848.1122620806267,2859.1603279752185,216.86962818963485,1145.5437403718447,433.275574547484,2039.011564969521,448.954503213225,2402.8432464790726,83.27042080678906,878.7792191074594,613.7062151372829,4876.724191716953,343.3016339140579,2844.8240192116773,387.4879282245387,3215.1115793440454,273.92592247208046,3650.540081611979,85.24406977020705,990.6034755204787,159.78296466470348,1904.7275744039227,361.36153448581854,4371.631905734517,188.6749379401584,1272.783215501896,184.22428264619768,1733.45712799036,226.34693030133758,3098.6807701983907,269.89454917885774,2075.207203288474,233.69342735808505,2643.6661920425036,274.3791535768694,3726.751119926776,3837.8766366305595,1250.1979938937338,30812.874427832998,11675.198938540305,888.1618188905351,5273.67631274009 -3600,844.7990255698224,2705.6104267151854,215.7024018477216,1084.0228363140748,440.5946345531165,1929.5073789307978,451.40291393989105,2273.7996459400697,84.68335390567273,831.5847819844187,624.299180372062,4614.821943429658,349.2272416126551,2692.044042874544,394.2085941033939,3042.445478489926,277.93035627371773,3454.4894916563358,85.9456843371027,937.4035677133733,160.90811866493524,1802.43504882733,363.9231775150509,4136.855408277267,188.24421336005904,1204.4289734702343,185.30645163343823,1640.362603616515,230.14995986783907,2932.2675328416467,274.49911066776184,1963.7591470038124,235.61687743812226,2501.6893050590143,276.63747385088936,3526.607650920713,3947.2758636617623,1277.252431714393,31085.58044781266,11689.024093934066,914.1145993126611,5273.943049146266 -3601,848.1624893615643,2630.9473524308573,217.74957347845188,1054.1085231688935,459.9226909476892,1876.2613715445193,462.0375275344379,2211.052670175856,88.59912350213838,808.6366606518144,653.5162501631477,4487.472939238558,365.57100276426263,2617.755341749952,412.7222728031394,2958.487222517983,289.8047310296555,3359.160613934976,88.11193461048454,911.5353083662395,165.28197891468096,1752.6956847952895,373.78692087611824,4022.69620057983,189.91434974900073,1171.19197488815,190.7214264215986,1595.095733812296,240.71892341050233,2851.3497087290752,287.24060097124516,1909.5679398656575,241.55557149938264,2432.653566367432,283.61008693762284,3429.2886258266058,4215.976260429751,1346.9736868110842,32022.281371116307,11859.356448880942,977.5547292334137,5333.4462800523415 -3602,977.2595166601051,2606.0596589016986,251.1634650248058,1044.1370846120321,546.9789878348346,1858.5127009173953,541.4701188971235,2190.137009822059,105.39748346582864,800.9872862285101,777.7427519470798,4445.023267591205,435.062169687367,2592.9924392845737,491.2726074279429,2930.5011348313824,343.8486071059392,3327.384318678596,103.44421559515914,902.9125545225849,194.19267479999766,1736.1158953849233,439.15532097503035,3984.643128134864,220.1196208330486,1160.1129744254858,223.5827661905994,1580.0067759370615,286.29208120345663,2824.377098414491,341.74584405622886,1891.5042026279764,283.5884460698326,2409.641651527544,332.9608311045567,3396.84894805664,5094.282108058865,1613.0354454047942,37664.303422283876,13789.308773988916,1182.293330341297,6189.0586217575565 -3603,1312.7862699218185,2634.2613779430976,331.52608759228565,1055.436312010895,673.1275304952312,1878.6247704347265,696.5289076875404,2213.837782903824,128.13458260046718,809.6552452772561,944.359521131736,4493.125503814729,528.266063810842,2621.05275018321,596.4136351143253,2962.213827736442,421.5458813721902,3363.391920184418,133.4424273030564,912.6835074225384,247.44406319366277,1754.903436390637,559.8542547916331,4027.76331749663,292.95359456153085,1172.6672457942454,281.6193649024662,1597.1049674639823,348.2968143533307,2854.941360105267,415.30781731417926,1911.973292775598,365.8274209044444,2435.7178146785714,429.51750606647045,3433.6082675649036,5906.489670165615,1929.9848842818,47602.80201526333,18096.759556853478,1366.846435565304,8204.387762518236 -3604,1878.4789217160278,2638.290193148112,467.26414355599803,1057.0504866320462,894.2051926302375,1881.4979219386043,963.0592240363568,2217.223606116311,168.4460376362234,810.893524587846,1240.0238966993468,4499.997248774959,693.6580065987034,2625.0613642340027,783.0283896931559,2966.7442104120623,558.4001591772197,3368.5358609573123,184.61577217449,914.0793572128661,339.4538512481578,1757.5873696202937,768.2918689600787,4033.9233417947507,416.6308147838192,1174.4607123309518,381.93433603996,1599.5475651616898,458.17217294220393,2859.307681252183,545.765226677038,1914.897447203862,506.1172309125798,2439.442979177838,594.2315922119501,3438.8595965758577,7411.3090738487745,2498.4910759109166,64798.387229742046,25422.76702933733,1709.9998655911927,11616.565881967517 -3605,2114.904364772734,2776.3096649566196,519.8908229934968,1112.3490092201907,986.7124747118911,1979.9265747339616,1075.1857700980208,2333.215407091159,184.2330875742546,853.3145957221807,1355.7377041702132,4735.410034308818,758.3872503171802,2762.3887832940627,856.2002958555967,3121.9464205311197,612.2187898769685,3544.7573931848115,207.07392762305403,961.898490377683,377.7220083870693,1849.5337677239988,855.181225285114,4244.953944264668,469.22724864033273,1235.901431625875,420.30648920570235,1683.22627141226,501.2183068931457,3008.889458468864,596.8452383837932,2015.0733622403998,567.6854236685513,2567.0599609516835,666.518728425482,3618.760043606164,7981.9671856853965,2724.3527610348237,71817.43756839544,28494.695554650512,1839.7637677018233,13075.173858555725 -3606,1948.9186734235286,3016.998979998195,475.1412142820179,1208.7829641553171,926.5468825154315,2151.5742756804534,1000.0395129207365,2535.491120519544,172.10824866662847,927.291828216006,1266.845794394896,5145.941543810514,708.6619304248586,3001.8712417971083,800.2681620686628,3392.600359116848,570.8595581531525,3852.0664948039002,193.7746321462034,1045.2892920994163,351.44664923766516,2009.8771981844873,795.8781486238391,4612.965866754612,434.1705045640583,1343.0466369290384,387.6649994537052,1829.1518442833005,468.1622035024479,3269.742039841844,557.6116389072598,2189.7680778328495,531.2259027914833,2789.6085878109166,623.711651687549,3932.4847290003627,7538.801001633682,2560.738221534229,66785.39702259532,26387.021438070456,1738.8362882824438,12121.151625593546 -3607,1816.1733735261946,3302.265197852859,441.91191831075423,1323.0769850276554,846.7616966939473,2355.0120163379324,923.5822048669738,2775.229339574271,156.9341594427796,1014.9700258012352,1154.7802133679684,5632.505606720769,645.9734711537293,3285.7070870563784,729.4288099911678,3713.380803377461,521.6680312100527,4216.290827388208,178.89964258595785,1144.1245004962577,323.9588355067739,2199.917059145514,733.6770192141948,5049.135495788605,403.77633345321755,1470.0356869947436,356.78098376204133,2002.1035860505094,426.9643598869257,3578.9058649706926,508.397386495901,2396.817155967648,490.4466755488107,3053.3743684477354,575.8328132415767,4304.3128445716275,6782.204978658159,2324.3751389451877,61458.25643287157,24473.741894469127,1562.934109865812,11260.834065894189 -3608,1707.2731625384893,3510.3340973721474,415.2960138598679,1406.4413291248518,802.6933953950962,2503.3964522435454,871.6464414266522,2950.090799815051,148.79760201204874,1078.9211877039313,1095.0559575983677,5987.398134398018,612.5642696754314,3492.7326942641407,691.7382665497993,3947.3532468254225,494.1653330201142,4481.95059120074,168.958161382631,1216.2134186988592,305.94571581684824,2338.529282605864,692.8832832721082,5367.27107945269,380.00212981352377,1562.659594924959,336.9512741094119,2128.2519917400373,404.7966416777217,3804.4053207054285,482.05906669864487,2547.8356472491473,463.1924768498953,3245.761171626476,543.8336934761509,4575.518693617027,6466.963445603229,2208.6332244673986,58068.624764620494,23054.202081580566,1490.8430531376841,10603.05531030918 -3609,1597.4691878451704,3620.60671057725,387.1929571177985,1450.6228675141344,737.92737889761,2582.0374194620035,808.788529701138,3042.7640932008485,136.27429728522438,1112.8141037370608,1002.5836436260881,6175.484515997333,560.836104479327,3602.452382117138,633.3038145821414,4071.3542523413767,453.5116607657224,4622.745282030268,157.0032947635031,1254.4191929000765,283.2873111696003,2411.9911605629077,641.6619472059172,5535.876970314899,354.8751743489119,1611.748528428867,311.1196683345926,2195.108280109804,370.7922834036873,3923.915801693446,441.4444027682706,2627.8726143998247,430.41865737642394,3347.722567979845,505.3539940328575,4719.252705570948,5846.606993357272,2015.0542853426018,53679.24314636571,21479.07136205453,1346.6609396814283,9899.248019403229 -3610,1513.2173749108306,3654.2668242092127,367.94336925429565,1464.1090410924473,696.9480234057951,2606.0421457105535,765.2960159636283,3071.0521104641393,128.90461355300644,1123.1597314666928,948.3287012647631,6232.896857949203,530.4863868112577,3635.943718301637,599.0073227467643,4109.204882836379,429.19268160268206,4665.722093355889,148.27297765234113,1266.0812970584152,268.08526210050496,2434.4149980668967,607.177207040041,5587.342998737427,336.07343727562693,1626.7326575955542,295.01257578496137,2215.5157974264744,350.7473444473021,3960.3957240725867,417.5662561334602,2652.303462012356,406.48481971322684,3378.845728006392,477.25330590433873,4763.12672863548,5521.674730279715,1903.96280685248,50797.03218199806,20333.654386404,1271.6862406841753,9367.11332705437 -3611,1420.9890522542617,3593.8345709213995,341.28858729295916,1439.89641167357,623.9754029336505,2562.9448551720125,704.2698249189413,3020.2647410881214,114.14115313357513,1104.5855340586108,838.9792460224598,6129.820640541922,469.3173034186489,3575.8144824535716,529.9428217347868,4041.2491143506377,382.2679551191829,4588.56294957135,136.7466538937646,1245.14354146818,245.3264051486931,2394.155982825812,555.8096608202555,5494.942595715774,314.8987256376844,1599.8306483213285,266.6642673093139,2178.8768166749246,310.73067357275096,3894.9008795441173,369.639761319247,2608.441127288848,374.8858344554618,3322.96823720507,440.15297780812546,4684.356760607997,4707.591638464451,1668.0946836057035,46188.093852719554,18891.159484608055,1081.3658509219176,8752.415982612169 -3612,1399.416553248419,3466.082090369662,337.23104400385654,1388.711435098067,624.6947678448529,2471.838112136372,698.0133824335178,2912.901337185522,114.85364292176587,1065.3200811912648,844.4856212697629,5911.919739230904,472.39751928206516,3448.702574236508,533.391057610297,3897.5920848748933,383.66722818326537,4425.45018313557,135.372173323851,1200.8815775612682,243.66679197471186,2309.0492925767494,551.9741805000967,5299.610135849065,310.0547436085064,1542.9603807137287,266.32370702388647,2101.422801290035,312.613886596447,3756.446190257367,371.9845924498471,2515.7170973402785,371.1177474074585,3204.844426350654,435.72887163396723,4517.838746451451,4803.28523929196,1684.2584742500537,46007.176100151926,18666.917549883678,1104.4349890749188,8628.7060928543 -3613,1347.791688741724,3369.3255084683005,324.64619039973365,1349.945194655939,601.0053412284592,2402.8361091519814,671.9587846387285,2831.586939703402,110.46081413306266,1035.5813943975095,812.169702273253,5746.886964031351,454.32029027688975,3352.431146042503,512.9809062423875,3788.7897893879804,369.0395510785588,4301.9125917194115,130.33545191356524,1167.358656382921,234.5376714992694,2244.5915817763525,531.3000322872617,5151.670142281319,298.6059386293364,1499.8882408870686,256.24278594309135,2042.7610379269165,300.6607876027994,3651.584019082728,357.7549017450767,2445.490201085926,357.30976414022945,3115.3803616994187,419.51693617520635,4391.722104291497,4615.453185859108,1619.4806253818995,44276.24558032723,17973.9846627511,1061.180355038042,8309.727854042863 -3614,1334.2699674518399,3285.045259761005,320.8266629628165,1316.1776894205834,583.931827045903,2342.731609193988,659.8858653573415,2760.7576740492736,106.8197718190698,1009.677379704626,785.1193810282772,5603.134435104142,439.18858841002316,3268.573492618275,495.89592638904764,3694.0170685728745,357.8979702022642,4194.304626197558,128.15875002001536,1138.158367588238,229.80032447878668,2188.4454076287525,520.6450474798004,5022.80635641137,295.2959548937629,1462.3700629439181,250.2020296820794,1991.66344943529,290.8088419166717,3560.243360980571,345.9236101446296,2384.318752426318,351.3424173533883,3037.452292404264,412.51068196008765,4281.867645209781,4394.53241819683,1559.4685411300115,43281.758081980806,17721.19138686033,1009.2747941937901,8211.14622332994 -3615,1362.314157076811,3248.915868633818,327.3068016471064,1301.702181543589,590.103537452622,2316.9659165104263,670.1342723260003,2730.3944717412583,108.00932079949804,998.572805466195,793.724605481004,5541.510372256735,444.0022721270074,3232.6252603094895,501.27061133194513,3653.3897478063154,362.13312509103156,4148.175072305966,130.04147696688494,1125.6407413226357,233.2068514080045,2164.3765763522943,528.3601462813509,4967.564823629533,300.7520705667846,1446.2867107222705,254.18811818186268,1969.7588538914206,294.076190391352,3521.087302319085,349.75664167651684,2358.095678475561,356.5038428247371,3004.0459636554083,418.5707049914961,4234.775060884204,4409.408402138088,1571.7667320290948,43930.07427573164,18043.7799773069,1012.1584364629149,8362.8416487043 -3616,1440.7104783534169,3281.4063258318633,347.3953797508842,1314.719723617348,629.3697871488165,2340.1365017097796,712.1091634883086,2757.699507730138,115.42730694942854,1008.5589326258295,848.3746252094709,5596.927690784605,474.5729924545201,3264.9528049133364,535.8166996569602,3689.92510545434,386.7693241008932,4189.658480952504,137.9473663657614,1136.897598626761,248.08486887628885,2186.021207163863,562.002640184924,5017.2424572792215,318.752773969433,1460.750155874694,270.95795817616226,1989.457229694467,314.2442366480429,3556.2995826342067,373.79678377152055,2381.677577733119,378.1775427655993,3034.0876239351956,444.01776831664733,4277.1245040284075,4746.213408071422,1683.3387966558514,46737.36611484713,19127.23759205944,1090.0167777292932,8855.596348061576 -3617,1537.3676674066564,3307.3337111675496,369.58454976248737,1325.1077223891893,661.2674046950019,2358.6266290494814,753.8824129828191,2779.4889268624443,121.02781268866738,1016.5278622503279,889.2834147123651,5641.15071180842,497.4569944922839,3290.750185996387,561.5934666776686,3719.080321410317,406.13175604037787,4222.762241680167,146.17988872013544,1145.8805709257917,262.21437083838714,2203.2936228790218,594.0742283506548,5056.885209683395,339.1036538574775,1472.291985325189,286.1531618812666,2005.176533883374,329.54453952607855,3584.3989828585054,391.8979533521268,2400.4959336974925,400.74669473103165,3058.0608692930564,470.5161807163011,4310.919360298314,4913.810351371727,1757.6005887784256,49375.700366386474,20329.7476933423,1127.5041272279198,9424.791383098798 -3618,1608.4651229189635,3265.421023336047,382.26793376843176,1308.315093896915,669.070166490804,2328.7365755357937,778.4488621881725,2744.265432078914,121.05202215138445,1003.645758814965,888.8389215598542,5569.662374240265,497.20834909525706,3249.0476554016027,561.3715458260832,3671.949712241601,408.1622077297809,4169.248647020946,151.48313966153705,1131.3592256804575,269.53558042395497,2175.3720504338057,610.8663908178636,4992.801065262909,354.73138269546837,1453.634141948394,290.5121371958379,1979.7656302821042,329.7408538646033,3538.9751433696656,391.8897472677278,2370.075285073457,415.2853587340176,3019.307129338836,487.58600749052755,4256.2885811891865,4761.484528296498,1744.8001964457035,50467.67165363287,21124.27029862862,1090.0167777292932,9841.137043163464 -3619,1660.3484349532048,3139.747926397363,395.4579168368283,1257.9632377513715,696.6822394310049,2239.112745925308,806.4709165892322,2638.6495457333326,126.33850392163085,965.019416350007,927.8217400124082,5355.308171682171,519.0149805733872,3124.0047044198823,585.9925603574428,3530.630939304608,425.4861456055717,4008.790811527732,156.8451908790072,1087.8176986842977,279.53158191536136,2091.6506127943276,633.4780242015311,4800.647965314616,366.34645221722764,1397.6895323164554,301.7827485148714,1903.5723075245592,344.1061986022795,3402.7740339023435,409.0271501715746,2278.860492578271,429.9852214934812,2903.1059795203646,504.8450975181539,4092.4809240325203,5010.377517078692,1824.973571086499,52397.37962331087,21846.090918576316,1147.6896231117953,10167.061473672713 -3620,1561.8438189269223,3086.9184430815853,368.98565291249,1236.7967143747949,639.2006040824451,2201.4373744540903,750.5038463383006,2594.2515572895745,115.03492262283987,948.7819736155637,844.3620818063397,5265.199611906367,472.3284124381064,3071.440116981829,533.2803883100885,3471.2244478681505,388.67270456763106,3941.3387891811312,146.37586320670155,1069.5140487383635,259.29445767158944,2056.456443153503,587.7651461857025,4719.872133135146,343.99290685506276,1374.1719705378973,277.775297022858,1871.5427485223063,313.4124406935235,3345.518866205593,372.36906588933226,2240.5163244495293,401.28395145239455,2854.258239987024,471.1469731443447,4023.6207295950667,4451.968442262318,1651.3889065584167,48453.93668424651,20437.646782354674,1017.9257210011651,9542.648264841282 -3621,1297.1081669357457,3072.4926782955595,307.0828931691491,1231.0169249768314,536.2279282979115,2191.1496333489713,626.6512452937629,2582.128119806114,96.74199544092188,944.3481326064905,710.2402393822509,5240.594319426721,397.3018826229348,3057.0866853966027,448.60225350284037,3455.002747059476,326.484042896944,3922.9201534564995,122.004929099077,1064.5160034751243,216.77919603411345,2046.8462258806346,491.3299260203722,4697.815261057646,286.33330190026834,1367.7502000933437,232.4370549389013,1862.7966685804522,263.54214330201125,3329.884611805624,313.17545208217155,2230.0459598799057,334.4719475806676,2840.919741167623,392.7030850198859,4004.817574505756,3780.7785878697327,1392.6862323519401,40516.999674790546,17016.81777422651,865.092680737534,7936.555000456975 -3622,1036.6987114159551,2876.7701599492434,259.3382044943826,1152.5992498476392,490.2176471298515,2051.570025123323,529.3434322724063,2417.642579491777,92.65091112827032,884.1917013104797,681.9986335205838,4906.760385476195,381.5037870561523,2862.3455525387244,430.5889015369555,3234.9137478814373,307.3277343406502,3673.0240944260336,101.20086810199913,996.7046936250102,186.60593471116587,1916.4589670835696,422.30031737074046,4398.557189552647,229.28599318437534,1280.622404632021,211.0853656647644,1744.1336502054344,252.02156321434487,3117.765830651429,300.1812425398467,2087.988595714647,277.43839286560427,2659.9487757723386,325.7400615189267,3749.7045235497885,4062.702319559255,1370.736392071221,35663.09179200546,14002.083732078783,937.1837374656623,6392.105650736464 -3623,862.6849879549592,2666.9467789306536,217.35452581459,1068.5319597563137,494.1823115210319,1901.934379891462,536.1117806233833,2241.3066499879683,84.85024255033429,819.7012895214416,627.7571624772426,4548.875328038426,351.16160511993775,2653.574261095756,403.2361759256741,2998.9683987069398,309.4589156045652,3405.124230618766,82.60158593806783,924.0079062330043,161.94962902800023,1776.677935684119,365.6237035490789,4077.7390185480353,180.97428727490347,1187.2174720833646,184.50802464018628,1616.9215341562137,230.13680847276345,2890.364915236255,306.14474961168344,1935.6966841881335,226.4491568166195,2465.939725887499,265.87366481785745,3476.2118087317936,4036.997835522626,1331.6154365591003,31957.78810780064,11897.32434124336,945.3923599153852,5393.68321089163 -3624,869.5722942907989,2511.122543964908,219.37944771783904,1006.0998270715218,502.34899842035463,1790.8082516751087,538.5854286404112,2110.351695499506,88.23512509431683,771.807822974153,653.0786666696508,4283.093864551421,365.3262225671814,2498.531354943037,419.56260193027083,2823.744820903736,321.004916124864,3206.169799884964,84.56399624169951,870.020017824976,165.932618134898,1672.8702848169705,374.6042491380583,3839.4850841331927,182.78538543925472,1117.8507881334378,189.22190127659843,1522.4481224443543,239.25912566591415,2721.486816413034,318.5145758645643,1822.5978937202228,231.829031228702,2321.8599211108426,272.1901684706333,3273.1038764873724,4258.216148634042,1382.6484962391403,32718.76342744546,12061.748766937295,992.6555307880892,5452.017270616883 -3625,940.874841647868,2428.466818432671,242.49485888233093,972.9831990661238,579.5373144415697,1731.862281201837,580.7804728894962,2040.88768190968,105.58854152353705,746.4031147361164,782.488266639611,4142.11220208815,437.7167671275195,2416.2900790625777,502.8669767912505,2730.798868325424,381.798320771036,3100.636005197826,95.39788413746118,841.3825720046904,189.53976323431579,1617.8063424199013,427.6979716999384,3713.1051804275994,199.27277318793918,1081.0557825882036,219.05082309295275,1472.335452933954,286.11219591494444,2631.9067726681915,381.70217043730054,1762.6055402522368,261.5297294801912,2245.4339351210806,307.06172022548276,3165.366889973655,5320.7151833649905,1665.8261669793603,37537.153243078,13319.329695660192,1240.1626092663307,5937.239183309461 -3626,1141.520513954798,2397.0810322032735,297.5291257506376,960.4082515894299,724.6870420490992,1709.4794926358238,687.605011783472,2014.511013298672,136.3296310785278,736.7565144934235,1011.0237169352149,4088.5790645850316,565.5574041597116,2385.061666422121,649.9032788055599,2695.5057076916464,491.21487197402763,3060.563026602582,119.15792524841386,830.5084462634446,238.3967498030816,1596.8976260074096,537.8047002961589,3665.116579325204,243.43107044030262,1067.084092533873,276.8939359737939,1453.3068191338132,369.2598497606431,2597.8917049243464,493.2373894020753,1739.8254222480664,326.66699306175906,2216.4136870596185,383.5392979214894,3124.4573219316894,7035.36758903385,2152.8034510651287,47191.87132663952,16359.489764226051,1637.4964322854523,7220.938820198083 -3627,1511.2731155017977,2401.7596579389415,387.25676491981,962.2827776076446,890.6572683062609,1712.8160568326089,869.2695753000887,2018.4429383963154,165.88607738158612,738.1945167734139,1229.0335731485466,4096.559158281028,687.5101202987579,2389.71683274473,789.8318708661445,2700.7667990795558,600.684102335141,3066.536637318918,152.19740527658823,832.1294336802972,301.02899236600496,1600.0144527770901,679.3894228568549,3672.270158416559,319.8523301461813,1069.1668285909273,346.2358659033121,1456.1433851883078,449.5634024390053,2602.9622731804243,599.5066188808979,1743.2212156679564,417.2434911891585,2220.7396860466583,489.88504829671024,3130.5556416130016,8284.291873387205,2591.2428665168413,59190.18885522095,21193.784931790153,1926.9300174314365,9442.523832076735 -3628,1777.0427469047947,2360.8866619139662,427.3940028679943,945.9067093303503,839.1653960998051,1683.6674600314993,947.9430032184201,1984.0932023912947,145.97426901317257,725.6319685392453,1077.2579680183492,4026.8441700893363,602.608237371214,2349.048780767618,691.7946689614712,2654.805318180217,539.2422704332232,3014.3505081309813,161.8676460416166,817.9683068903391,306.76852410626105,1572.785506636667,693.4796123564286,3609.775693955282,370.55151603716087,1050.9718142019633,335.50698914663724,1431.3628279007107,396.491570748002,2558.665223601299,525.152192248881,1713.5551857706134,443.75409437656265,2182.947276610411,521.011113525008,3077.2800410038153,6292.510976062679,2197.7258152992913,58859.29514899669,23524.864238944454,1455.9349348933658,10849.815620108418 -3629,2029.5528078633367,2405.3985918680833,484.29682459331536,963.74074341088,908.051329347644,1715.4111643168171,978.171076084523,2021.5011047154508,164.99759608073023,739.3129638522104,1217.4950933602647,4102.765902600566,681.055600421824,2393.3375204496683,781.956084168254,2704.85876219809,609.8840587415234,3071.1827825639725,185.36096858529635,833.3902026417741,349.3771312278201,1602.4386532419794,789.9701893570332,3677.8340575487077,423.8540883120622,1070.7867356601514,379.1046164792565,1458.3496049291307,448.19384711726457,2606.9060515267893,593.5049414036811,1745.862390361155,508.1601589868228,2224.1043545157263,596.630191445853,3135.2987827943753,7069.7589684641125,2446.0914226434033,66340.5856158019,26665.278185679726,1628.4293600422507,12265.779536656199 -3630,1821.8887076938609,2569.80030945027,427.44253903783596,1029.6095079708668,826.2150400576088,1832.6543283923081,922.4313455492722,2159.664590315319,144.62318132601368,789.8427685585842,1066.8400758160349,4383.17754144722,596.7805639229423,2556.914900284352,685.384280107776,2889.727676575081,535.3448449585082,3281.088835626985,167.27415505023438,890.3499020419758,311.46491782546866,1711.9604879198955,704.5880672738906,3929.2028901768563,381.55624925842085,1143.9717699833138,332.1491968836014,1558.0233890147256,392.915466207232,2785.080194429882,520.0397559152432,1865.186803623827,458.57583650680334,2376.115159377983,538.4133019656723,3349.5869705264668,6126.3554003227555,2161.8437355002866,59117.25749200015,23974.558365664438,1413.4320123793352,11111.763271459378 -3631,1691.6703344554583,2803.7316088399753,395.6153588689715,1123.335813932416,766.6005266268501,1999.4825472217665,885.1657222458421,2356.2608557918657,130.25325410422482,861.7428864327226,960.3426585658352,4782.182247749036,537.2068844524772,2789.6732289579018,616.8747126796977,3152.782260146289,483.40649271202255,3579.7693875393898,153.55650373612036,971.3992772522743,285.08421303002206,1867.8018348020605,644.9859224563702,4286.881864019569,353.5186402407601,1248.1085784478532,303.0666714717668,1699.8516993824421,353.9786261727911,3038.608620896173,468.0892843996891,2034.9764837681146,420.9694087571646,2592.4151203861497,494.25964333844524,3654.5029710236813,5405.052540951134,1950.7544711608934,54199.88924677137,22200.294160562327,1249.2533918227575,10337.228847691951 -3632,1594.251021799657,3005.0424864042443,373.02301689051535,1203.9925065306318,728.195458516682,2143.047496515252,834.7880932519541,2525.4428627836305,124.46548237938185,923.6169317784228,917.8926328027688,5125.547961475444,513.4607289717239,2989.974700064624,589.6625892259389,3379.1553414918703,461.36089301622224,3836.800593597456,145.5937547162763,1041.1467667596103,270.500838917896,2001.9119704850284,611.9738390680432,4594.68448939896,333.59281263108784,1337.7240867335363,287.8365349050223,1821.9028387471603,338.20304170921526,3256.783914893037,447.415183626815,2181.0899350265627,399.1398302931628,2778.5532518857412,468.62956323903813,3916.900126956304,5215.9548707059375,1867.1607713782262,51439.62098753413,20973.905441832514,1204.921940710949,9755.398979597083 -3633,1514.0347596706379,3144.6864750846626,354.6719649955577,1259.9419038233311,697.2141715945495,2242.6346743002377,805.6727050601226,2642.7999105256035,118.11977162806991,966.5373074302959,871.0814647662518,5363.731602722283,487.2749904603957,3128.9184903969094,559.5640042486169,3536.1843127598618,437.87611445286126,4015.096288611889,138.1582588289097,1089.5287407149945,256.60773379658315,2094.9405961402063,580.5495543571774,4808.198964395773,316.48858410548263,1399.8879756204674,273.5131310309157,1906.566460157472,320.96305003534184,3408.1262996358505,424.59664055644276,2282.4449406798344,378.75569656151697,2907.672311136898,444.69657794751504,4098.9180383388175,4948.063609409781,1776.6728108293705,48900.330663210356,19934.630240919927,1144.1596624353663,9279.037926475949 -3634,1436.927654348924,3303.954706493189,337.9440887060392,1323.7538991651022,663.2535853456901,2356.2168902385115,770.1054044442341,2776.6492055351137,112.25828533157808,1015.4893059091387,827.857890808195,5635.38731558396,463.0961192066857,3287.388124217411,531.7710628980699,3715.2806474469867,416.2360849385046,4218.447970850716,130.80526219353152,1144.7098587619896,243.5939855017852,2201.0425831893895,551.0490706143008,5051.71874017851,300.31894254713285,1470.7877883088313,260.3600467149963,2003.1279045424546,305.0353372541759,3580.7369088207524,403.52808101966986,2398.0434182608556,358.5977314419942,3054.9365392815644,421.0291369336445,4306.515021957718,4702.880941151485,1688.7646322069625,46456.64097112664,18927.155002608943,1087.3048639056387,8807.319758494541 -3635,1384.042392537777,3282.3160593141483,324.14979446217296,1315.0842150681567,631.1483858993912,2340.785278580832,743.7426866377406,2758.464049309922,105.7927558097247,1008.8385443955285,779.8923839169677,5598.479376864489,436.2646541161932,3265.8579768395707,500.9395880576178,3690.9480962339735,392.9867573315371,4190.820017263766,125.11693647437859,1137.21279086713,232.48875565333364,2186.6272572800854,525.9734197045777,5018.633432062258,289.1843741157853,1461.155132642,247.32369327512322,1990.0087846296726,287.5264862498378,3557.2855272207976,380.12638053413343,2382.337871406419,343.00339934568,3034.928791052462,402.7198516039077,4278.31028932375,4365.648233485822,1588.146514857054,44266.83324373322,18174.816081015702,1009.1856390107797,8478.282455572513 -3636,1359.8192596564393,3151.119588622781,319.27756924348887,1262.5193783610782,633.890285465224,2247.2224523183645,745.2571522538254,2648.2063101834524,105.86647038137357,968.5145615339371,780.6659321119581,5374.704236929761,436.6973698891499,3135.319347226269,501.4243660663574,3543.4183169621674,392.49996858747295,4023.3100073707433,123.41918340399705,1091.7575995050822,230.0148055439379,2099.226235048047,520.3149244404098,4818.035140465118,283.96595123179225,1402.7517391018716,245.89153008302532,1910.466740393145,287.67861456742787,3415.0983344035494,380.5208392980323,2287.1141589196277,338.34907283481874,2913.620562658119,397.2552128121471,4107.3032320085185,4423.883303613596,1597.8914080627712,43969.05395034417,17923.748105966337,1024.3384232068297,8350.636877397354 -3637,1314.9040974077568,3040.6520316281676,308.996557608252,1218.2597343001362,618.8662677264355,2168.442460842525,733.0687107228337,2555.3691857023905,102.86422661490974,934.5617284162566,758.5871319649433,5186.285349634619,424.3466913749416,3025.4056930645725,487.24918791808454,3419.1980981237407,381.2152252466337,3882.266414753405,119.51193454082325,1053.484283797524,222.89256480238413,2025.6344886090899,504.1893656393785,4649.131182201193,274.64248096479605,1353.5760244612682,238.48669450559245,1843.4922611341933,279.50784412963213,3295.376578599665,369.7634823115905,2206.9356996139736,327.6374962895234,2811.4789153756096,384.67876451748214,3963.3151220319105,4312.026250081549,1556.505919432574,42670.35979540959,17366.136926579125,998.1151863651921,8094.731298229715 -3638,1323.7296947205339,2984.3785581727598,312.24290881913026,1195.713350791984,635.2833808397475,2128.3110061444813,761.2823083241254,2508.0768620347626,103.83267552454993,917.2657556875681,765.7623201218639,5090.302551235107,428.360425890178,2969.414384230281,491.86047517163405,3355.9188568912223,384.90472334464226,3810.4171489495625,120.40226683541047,1033.987406396454,224.65127845541392,1988.1459869852904,508.1587814965081,4563.089518291293,276.5116548993067,1328.5253367501819,240.82733362196697,1809.3746732803029,282.13240191504707,3234.3889073724176,373.2634493787893,2166.0918489470105,330.07830895802414,2759.446758302342,387.54451954360337,3889.9658844357714,4362.970777400366,1581.3688381410666,43154.325948097845,17533.168776702998,1012.3159208895073,8182.204042830458 -3639,1352.4378164360858,2968.8481161149366,318.8272867758372,1189.490964271552,653.6991833950866,2117.2354639109276,796.9122536936333,2495.0250518762527,105.17933530484694,912.4923858242444,775.5671422701699,5063.813066979748,433.84515356724296,2953.96181441012,498.0828160259622,3338.45495198044,390.0390428769272,3790.5880751258546,122.29810056392508,1028.6066273865047,228.24360815813176,1977.7998511142855,516.2796414783477,4539.343604029037,281.8329523645739,1321.6118084016264,244.997927020463,1799.9588475140577,285.8180779150625,3217.5574335699894,378.0331226207401,2154.8196985491095,335.275666180784,2745.086841436533,393.6467299982961,3869.722846028429,4391.505722600231,1606.3565376748986,43981.75048157619,17908.74140539931,1020.3553727152834,8372.09562066367 -3640,1425.8561342037792,3038.377697922454,336.99768600326087,1217.348505673114,683.9491319084218,2166.8205186648947,826.7613960446358,2553.457831752931,111.49274704364446,933.8626989920087,822.1938984146025,5182.406134434908,459.92773375573813,3023.142763248986,528.067628874076,3416.6406211746566,413.4517384246838,3879.362573975246,129.1401790105017,1052.696303196601,241.52134668528984,2024.1193633185342,546.267702299045,4645.6537452436,297.6985314023576,1352.5635825430031,259.5161360144969,1842.1133737961788,302.9590372284189,3292.911717133187,400.765847096164,2205.2849654307242,354.03296820476834,2809.3759975824423,415.66965426668145,3960.350658793552,4669.937414019502,1697.1538963112362,46421.0620312683,18880.575600169734,1082.946179588645,8813.420279799238 -3641,1533.4072647629825,3135.654132030228,362.2485834225182,1256.3230287481351,717.2844012898429,2236.193254500668,855.2871822804412,2635.209113921483,119.30962498555292,963.7611653236698,879.7558818109493,5348.325595073653,492.1273798793793,3119.9314370233715,564.9665372476989,3526.0274878841174,442.4657275111172,4003.5639061748284,138.4220915285507,1086.3993357864667,258.6928563458549,2088.923391470386,585.1227084547756,4794.388588428411,319.3728201829655,1395.8671396694872,278.42799821226475,1901.0903141376186,324.21719928857397,3398.337290093866,428.81727930596605,2275.889175623312,379.47898403470367,2899.320733320746,445.5457888428716,4087.1448984192684,4974.84292486686,1800.7118147320834,49588.78870531275,20214.89874081491,1150.6965789593528,9420.05371706064 -3642,1618.5278836913621,3169.3792248243103,379.2514863168875,1269.835236708533,739.3185668208703,2260.24432066998,884.6546604444952,2663.551739784136,122.38115541680374,974.1267647690491,901.9951600989469,5405.84876867381,504.5678283953376,3153.487426553588,579.2783789252634,3563.9511871239897,454.97639087823393,4046.6236820804584,145.39526179133875,1098.0839530523085,270.1226632464925,2111.3905170686594,611.1191136052603,4845.953969439022,337.36683686471133,1410.8801949464362,288.11547249733275,1921.5372271435217,332.64966950320536,3434.887635134568,439.6263319646198,2300.3671857625386,398.59566936724696,2930.5039750476453,467.9906645932769,4131.103618086097,5007.992977830276,1838.778104459192,51545.04217745248,21230.86363055728,1158.4856082348306,9919.233474754823 -3643,1652.5910850465868,3143.9716853918885,386.64745207631404,1259.655518044182,737.0522576868855,2242.1249216865676,871.0227013000379,2642.1992000410846,124.00912903021427,966.3176127451479,913.876380562385,5362.512422338226,511.2140742657318,3128.2072847793743,586.8985101768104,3535.3805353027014,461.3253384180481,4014.183654088437,148.1483456602843,1089.2810899809658,274.90827493919085,2094.4644145058974,621.9757270132152,4807.106057014454,344.37395850749846,1399.569779989857,292.60454609686826,1906.1330961114513,337.0993666362702,3407.3516298651266,445.40825559647726,2281.926139161512,406.1431457708548,2907.0113949487713,476.8521469664639,4097.986351066162,5044.425398976723,1849.1904090033602,52254.79872569971,21596.866084661997,1164.2216165784648,10081.023173317488 -3644,1558.1876991112642,3145.531229404827,361.98704882950034,1260.2803608920544,679.0100198593528,2243.237111250527,804.2364001775582,2643.5098435060245,113.76201226758528,966.7969474842475,837.9717023629149,5365.172457153878,468.7536927267087,3129.759008977425,538.1181100309415,3537.134234794624,424.09572453710007,4016.174860343143,138.79985656711813,1089.8214198478602,256.140340151689,2095.5033581621433,579.6421356010237,4809.490586590725,324.26021991757915,1400.264026277511,270.81830623658936,1907.0786194034442,309.3257465160217,3409.0418215608797,408.3840841446763,2283.0580718264378,380.51461275159687,2908.4533965538117,446.7617191921906,4100.019127031863,4537.454337161264,1687.5531845127691,48541.61038277132,20253.719049904958,1047.481018699198,9474.180712160623 -3645,1291.803303684933,3195.3715956252663,300.527469453088,1280.2492723878631,570.6317520357704,2278.780792425538,679.3726305638063,2685.3957728129812,95.17211681619703,982.1156680466038,701.1497260829261,5450.182632096874,392.2167327714254,3179.3494672539014,450.29718710176456,3593.179478912697,354.58641485816054,4079.8104154359135,115.37269833175095,1107.089440642673,213.4568306334716,2128.7062250771614,482.99998381312656,4885.696084068743,269.37469804643206,1422.450953313102,225.73485902148525,1937.295930843147,258.75538297079044,3463.0574648516113,341.7125613898954,2319.2327088284965,316.2899351166421,2954.537307933941,371.3556074865996,4164.9831791740935,3822.7446336972093,1417.8404522791084,40493.629311828314,16840.372300965995,883.3283283588531,7876.256527181502 -3646,988.9164222114032,2959.5558438057215,239.8255449048202,1185.7679466172078,483.15275515627457,2110.6086754381195,556.1294919501639,2487.215810280328,81.89462444855548,909.6363529800111,604.4163215955589,5047.963711236042,338.104952581691,2944.7161351106206,388.0789729584679,3328.005837949492,302.4025993707588,3778.7238182731912,89.75444058129018,1025.3871656603026,170.91430586390655,1971.6094856692087,386.29607077746124,4525.135798434411,205.70247822021634,1317.47526239778,188.41018086824502,1794.3251110943013,222.42918207793653,3207.4867197193944,294.650682057763,2148.0752742360255,246.05844015415724,2736.4949251628063,288.89689925464944,3857.6109032681024,3546.573906933509,1245.2294986796708,33052.225912436086,13143.776416535571,824.6450012313471,6064.107344965707 -3647,695.6512797795453,2767.4072739232774,162.23760833857446,1108.782200383762,382.7849287865921,1973.577830280823,425.0365676353064,2325.7338223885863,69.42480284729177,850.5783951097407,536.2427463491856,4720.225679205803,299.96927920154184,2753.5310303404176,346.57762182396135,3111.9357260572574,277.02313066506275,3533.390931859988,78.2932919367788,958.8141094803317,157.78081328540225,1843.6031350436897,355.8455740083381,4231.342263836014,144.7006515493846,1231.9384450895107,144.38949450328053,1677.828912949388,183.5619455784436,2999.2412874188203,253.91997603364672,2008.6119176623808,214.63813003268484,2558.8285407081544,252.00635340698048,3607.156288675418,3488.170917670372,1110.7725602323364,27325.70726371093,10442.97137884224,827.5070843847833,4762.467987526775 -3648,704.17089331428,2660.0588049545418,164.41651633969812,1065.7722420185653,400.47985462010877,1897.0222179329025,436.86292405863577,2235.5179848374046,72.82997956076622,817.5842314702595,562.9237321182417,4537.126861541967,314.89437818706494,2646.720824574823,363.8879038427698,2991.2229062026763,289.70229903726687,3396.3297517520614,80.63967486583572,921.6214535065623,162.78961176714625,1772.0892759172255,367.118642651314,4067.207364724633,146.70447543904845,1184.1512230242158,149.07082444521146,1612.7454802744228,192.48593730075586,2882.899915006443,266.51779916660763,1930.697323686579,221.07065102873727,2459.5708966357265,259.55876806500123,3467.233730630213,3727.418710878132,1173.065204775718,28272.13153272033,10656.65820952187,885.2401367837214,4847.2923208094135 -3649,718.8861706555655,2604.9549879330507,169.0763151902968,1043.6944900149667,429.099373113672,1857.724904284055,456.8552856234107,2189.2086424441873,78.39078178007189,800.6477593115685,606.4770786654125,4443.139086566453,339.25772120571804,2591.8933073211833,392.1545070101829,2929.258937817135,310.6930348698226,3325.9738886273026,84.41375465539262,902.5298229597053,171.22309974251726,1735.379980985846,386.0698402231284,3982.954095587571,150.38577370307115,1159.621219327393,157.26260531696974,1579.337033934156,207.06294885846762,2823.179885843215,287.0838336097892,1890.7024213745883,231.41714954202956,2408.6202393092185,271.7065787101484,3395.4090729544014,4114.953366279938,1274.297249404477,29837.723426100118,11019.485519871083,978.7126978105739,4990.583262192772 -3650,818.4192206609791,2628.867962514655,191.98447704342854,1053.275400213531,498.40107202197186,1874.778453624271,526.0349882149003,2209.305147321661,90.91278446065789,807.9975483121177,703.6059052382134,4483.926229734674,393.59069688715005,2615.6863782430655,455.0745098343074,2956.148958891372,359.85067802571746,3356.5056749446285,97.43591467837719,910.8148692716571,197.46481097603265,1751.310427986647,445.25329161747925,4019.516831023954,171.97683683516294,1170.2663141065805,180.48216363472366,1593.8350373634667,240.08616925489437,2849.0961220784648,333.03716131006047,1908.0586978373854,267.11691394300493,2430.730899503405,313.62162634314893,3426.5782606109346,4817.4991624605955,1484.6754149467752,34399.81897160351,12621.129417928796,1146.4134690646333,5713.6639614318065 -3651,1120.7134745439917,2748.5628126563633,260.44626220162314,1101.2320275467318,640.2839525703777,1960.138893652156,697.3436466326152,2309.8969047992855,115.84905986878215,844.786442558284,895.4792344668772,4688.083641125234,500.92287929627776,2734.7810583585433,578.978156202971,3090.7452230158756,460.9222627611765,3509.3305598346205,129.31390779069315,952.2851335979137,259.66535662084175,1831.049251776396,585.7053145884406,4202.52924229442,234.14862620153022,1223.549648640768,236.2429568108564,1666.4038573529417,306.1729718209422,2978.8181690713827,423.9624885919608,1994.9344189294275,354.50923915456156,2541.404381359289,416.2288433784799,3582.593616745571,5938.020796040062,1870.3468595878824,45034.14732402966,16991.172626800257,1410.3359943169228,7742.106218088058 -3652,1581.6119364455656,2990.7466862456085,362.14510390568296,1198.2647884222424,835.8703708108342,2132.8524397467518,948.5852107185415,2513.428647796072,149.46159395277087,919.2230361381531,1153.3584925360904,5101.164343043335,645.1781735463159,2975.750581442378,745.4470199119548,3363.079785260797,598.651142971498,3818.5478950806246,176.0505400058456,1036.193749895208,349.653641224314,1992.3883335997875,789.0071527916185,4572.8263321350905,329.0480807525508,1331.3601713154153,314.8840918677103,1813.2355540052577,395.4117933168498,3241.290512647373,546.2388527471737,2170.713900085219,482.6359674416539,2765.3349222951283,566.6622708625913,3898.2663732873816,7312.840608668252,2376.823518058924,60215.71903842475,23521.851533861118,1731.9915719681508,10804.573706822419 -3653,1751.7261643224501,3586.2318072525136,395.2659391973104,1436.8503081566726,894.4677982298994,2557.5229405997834,1034.7552297981654,3013.8753654530387,158.04231313530386,1102.2487813222808,1218.53006341982,6116.852993661407,681.6345531906468,3568.249840315104,787.58637515276,4032.699844389215,635.1768825633367,4578.855836181195,193.06900095806316,1242.5094380077096,379.19012330552806,2389.09114142461,856.0179285468386,5483.318034511051,364.58698777121776,1596.4462036315695,337.11646221782513,2174.2673987471135,418.3313995082033,3886.6612095435817,577.2039796351321,2602.922965268971,529.29144129461,3315.9384917651714,621.4404029231332,4674.44699523376,7545.149735608108,2498.941264072059,64980.82094306782,25852.70732806415,1784.2262384243334,11942.962253622329 -3654,1583.2952554699057,4039.798605873287,352.35514684698927,1618.5752019713811,806.7019079422903,2880.9843214901994,935.0421444344447,3395.0536814185734,141.12493496520983,1241.6551214302876,1087.9407908927835,6890.478787832929,608.5841106101504,4019.5423790399577,703.3745529994682,4542.733455300557,567.4258664410349,5157.964241489171,175.76419688220977,1399.655171563904,341.85837153975183,2691.2501983036987,772.0278899646185,6176.817824932606,330.5269899125744,1798.3559051425275,299.8663117819475,2449.256734740643,373.5840156571091,4378.224660230499,515.3599647756614,2932.1262906162024,481.85096848344756,3735.320084190891,565.7406045917579,5265.645242559267,6710.0094989419995,2235.551587933662,58417.14943388152,23369.930803378058,1586.2843444851158,10834.675981717135 -3655,1492.0689557615592,4282.502325365795,332.6425884537279,1715.816242954381,755.0884155851412,3054.068595941083,878.2418974857463,3599.022303804613,132.18932385773587,1316.2514926107533,1018.9056972464731,7304.4461644392595,569.9665117303887,4261.0291414326275,658.6792459046975,4815.652581680164,531.8343375612103,5467.845309470816,164.87741554232625,1483.743897088886,320.9344088099216,2852.9355932794856,724.7531041894639,6547.909754752878,311.1301734567754,1906.3978423110896,282.0309993205283,2596.403604549794,349.96119657269196,4641.260398761345,482.67218010584725,3108.2830811353388,452.005264834223,3959.7312903857155,530.6988021852555,5581.995588351046,6258.173214817737,2089.918831178454,54840.913033285855,21985.207568085407,1479.0658186013734,10192.572147543546 -3656,1380.7701753065635,4349.237727564336,306.3475872060666,1742.5542756214315,692.7625935394269,3101.660980161132,809.7761757065355,3655.1068503425777,120.79329139884639,1336.7629987536732,930.845896241792,7418.273342006479,520.7066658605024,4327.429921147072,601.7731159379124,4890.69620979061,486.43261072776386,5553.052234806408,152.31471018577793,1506.8654830703715,295.42867425552186,2897.393667040783,667.2453414788031,6649.947619030245,288.0426626444219,1936.1057600402862,258.56446193717574,2636.8640703370656,319.8371607300488,4713.586425903208,440.9777993967094,3156.720304470359,417.565078208037,4021.4368634794714,490.26262320345336,5668.981348627841,5679.138186474751,1907.252655802491,50406.343591370765,20308.6252151294,1341.6061700324722,9431.01428223488 -3657,1298.0987931818133,4453.14221269659,287.5355030173141,1784.184376380456,643.6373976215768,3175.76051377732,756.8797794801652,3742.4283579670664,111.94335565767861,1368.6986343362178,862.3891917960972,7595.497931797567,482.4126126003091,4430.813411787972,557.4754852771496,5007.536286936989,451.34612744160705,5685.716179504873,142.507839770585,1542.8649137728353,275.67491348277105,2966.6131983833297,622.6935738190697,6808.816696048656,270.45047803153875,1982.359858978961,241.0452066716198,2699.859477981878,296.4583384968228,4826.195301616271,408.57182463903723,3232.135220482828,390.6799099475226,4117.510095840054,458.696781602832,5804.414871730152,5216.658653895513,1762.8885339369601,47001.388134314366,19038.266064910516,1231.6384511773515,8852.054881566126 -3658,1221.5831113398037,4542.815876832328,270.9892522545304,1820.112793413176,599.5896947004547,3239.711330545769,709.2543282762925,3817.7902592033574,104.24743163082253,1396.2603459942397,802.906754384524,7748.449734804833,449.13868209592954,4520.037437152345,518.9847864843788,5108.373876597166,420.83180958013935,5800.210390266516,133.34653857287307,1573.9338407183998,258.0706832374715,3026.3523809349203,582.9189626790757,6945.926968391282,254.3998410643385,2022.278968609777,225.7460921659876,2754.2269965740206,276.1180754120032,4923.381197745231,380.4095517187511,3297.2212640806492,365.56454553889733,4200.425080310376,429.20886443666336,5921.299337765839,4823.04244728491,1637.3824605253267,43963.17569990527,17876.2221551696,1138.165890150499,8315.235248152378 -3659,1180.3338701343573,4510.325419634283,261.15905068535324,1807.095251339417,572.1364786672407,3216.540745346416,681.8673445105235,3790.485223214478,99.23104943466004,1386.2742188346053,764.0229817109625,7693.032416276963,427.38745591910094,4487.709892548498,493.83436138409263,5071.838518949142,401.10669303579016,5758.72698161998,128.15754166674506,1562.6769834142747,247.69757875284182,3004.7077501233516,559.5173320104687,6896.249334741594,245.83958492615338,2007.8155234573535,216.05512969407235,2734.528620770974,262.8832291570449,4888.168917430109,362.0104496547496,3273.639364823091,351.33910469811553,4170.383420030589,412.5067925757771,5878.949894621635,4546.382206250179,1554.1914457336752,42126.97264197126,17226.90171336945,1072.1852588374265,8023.023520784578 -3660,1139.6079875454323,4471.59679268763,251.42768528544462,1791.5783403995702,548.2454226648925,3188.9214063863164,655.7387425660949,3757.937618663014,94.98729642371379,1374.3707546558805,731.2073766455501,7626.974969237442,409.0307071051519,4449.17545742399,472.5848139014195,5028.288370421284,384.0737167426688,5709.278756002399,123.30377421681311,1549.258808826402,237.98173319050562,2978.9073488858553,537.599553976476,6837.033592424276,237.03440994338627,1990.575095960221,207.47619235156697,2711.048155621439,251.6702276301293,4846.195877163155,346.47518217340973,3245.5297394807153,338.0326828668793,4134.57375915872,396.8837397562514,5828.469355830417,4326.538774111577,1484.8227464590545,40467.735836238884,16599.197913301174,1019.9505923812444,7735.63471962066 -3661,1113.0340601574617,4383.8075746785835,246.425659076011,1756.404940650553,543.5350533457361,3126.314483280734,644.6637662295316,3684.1594091856523,94.5301026553374,1347.3882382530041,727.9788567751658,7477.237370038232,407.2247026696599,4361.826429257805,470.52131096225935,4929.569831065245,381.61218770502524,5597.190582443292,121.10672945722301,1518.8427794690792,234.4711273192669,2920.4235546609943,529.6056106166646,6702.804622235809,231.62051441463896,1951.4948659742793,205.0783697996048,2657.823142588941,250.39793224588965,4751.05229286894,344.9176050797552,3181.8114457561896,332.00956687403897,4053.4011906232854,389.8120069878387,5714.041156987716,4358.00455039287,1482.5419971185966,39936.361686338794,16265.678904876768,1028.1981712953784,7567.087339815332 -3662,1100.1342482607574,4291.274751771746,243.21267053117163,1719.3309805012354,527.1005082737905,3060.3246560576026,631.9060141104728,3606.394666011284,91.22046543519444,1318.9477478543897,702.1322289629294,7319.408845494735,392.76633588071604,4269.757581423291,453.78834967133685,4825.517131576425,369.1947103711911,5479.045833587838,118.85968204349516,1486.7832495874,229.19273769399285,2858.779645572167,517.7636778575975,6561.3227203679,228.80050332050612,1910.3029738210207,199.8700037339848,2601.722167812715,241.70635326208367,4650.767717657083,332.70569193214834,3114.6501960850774,325.84937047602847,3967.8425414004564,382.5793282913879,5593.429941861403,4140.9456456907055,1424.6886603855783,38958.21696223075,16011.763728013118,975.9635048391959,7465.031112289726 -3663,1131.594080602788,4178.597840233541,250.56198125087374,1674.1861421953572,541.7159715593507,2979.9690623248957,649.1320208146067,3511.7007961801255,94.0144995690397,1284.3158570282092,723.6458567688632,7127.221574648173,404.8008621654855,4157.645650791727,467.63171229262434,4698.812504533786,380.3173027892663,5335.181364772352,121.92585674613542,1447.7444663864226,235.54949189338728,2783.7160619369392,532.0853632318916,6389.040677734468,234.8852632325145,1860.143743372415,206.08952391207976,2533.408196904982,249.10807807142024,4528.651523048283,342.8992002335197,3032.8681651228703,334.2551736840435,3863.6580580251334,392.448571065661,5446.562065248735,4269.090346596689,1466.87667453081,40087.61088884824,16457.828759636115,1006.2046275243542,7666.657650332965 -3664,1181.350838701561,4143.57312637815,261.4958037036427,1660.153231440831,561.3663424033192,2954.991170769768,676.2894162161009,3482.2659665471588,97.22782185162087,1273.5508116440283,748.2267942229755,7067.481703576477,418.5512133644681,4122.796556717876,483.53558282286696,4659.427387869333,393.8192926688729,5290.462248979835,126.94084905220099,1435.6095738675303,245.1472608204902,2760.383149258617,553.773757521088,6335.488187137384,245.5677314688013,1844.5521490547687,214.12729138442918,2512.1733471855036,257.6543077830586,4490.692683789255,354.5614307090804,3007.4468770003896,348.00358742517733,3831.2731473226854,408.5905660201733,5400.909364241188,4387.619139566981,1514.748838110688,41648.78468852247,17162.408439545314,1033.6965572381346,8001.471823933823 -3665,1275.8530039905938,4120.764829068343,282.66064674320904,1651.0149183647352,606.2330605062066,2938.7254225579854,729.4293118829155,3463.0978343447337,105.1807719773955,1266.5405514977294,809.4443992363952,7028.5787521839675,452.7957807275527,4100.102624030928,523.0375605636159,4633.779570897203,425.8265677180132,5261.340900761584,136.90894432352752,1427.7072613022883,264.48711456220354,2745.1886208559513,597.4536035821055,6300.614493885755,264.6381984092953,1834.3988121795826,231.6801415379791,2498.345089580583,278.7265614214515,4465.973666956464,383.5691333657925,2990.8923863658692,375.3307475955893,3810.183905174906,440.67534975578127,5371.180059902686,4749.1280430969455,1637.7256120878744,44995.68205946663,18524.252455354228,1118.9215393508528,8631.991802295881 -3666,1345.5120677445354,4074.758340566556,295.8136217075851,1632.5820783438212,626.4277617231506,2905.9158731245643,763.156029761411,3424.4339024521764,107.81176861719304,1252.4001950987206,829.1945525946923,6950.107827256334,463.843835563432,4054.326819768089,535.8222579965266,4582.045503220136,437.597999324486,5202.600392701677,143.61197059724014,1411.7675509752926,275.7549088550351,2714.5398228877357,623.0527520164119,6230.270962941602,279.38343731527556,1813.9185733499107,239.59306410451524,2470.452188770888,285.8028353483984,4416.113076827964,392.975576542708,2957.500416211986,393.7068432911362,3767.644913192985,462.2507001624742,5311.213246964514,4778.585397913378,1671.9590903900248,46750.324267983626,19458.333608137018,1124.419925293609,9096.055365087956 -3667,1362.8849976003123,3916.8547093814586,298.5498144910502,1569.3168201782637,624.6390816055166,2793.3068224928693,767.8564791436454,3291.7314198123427,107.04822811477177,1203.8676142744266,822.9510213414424,6680.7796435144855,460.35126138418116,3897.21494383694,531.758379462975,4404.483654702463,435.27985441390973,5000.991014929747,144.64210213210848,1357.0592212888516,276.82015380301846,2609.3469110128867,625.539445509338,5988.837649333423,282.85677427243115,1743.6262258125064,239.54864172049506,2374.7180767887144,283.85646997400954,4244.981384522949,390.05206934656695,2842.8923791409147,396.53091034544235,3621.6424357242195,465.5664336718191,5105.3949412886295,4678.054716058859,1653.9163413981744,46848.080917297404,19643.923813343208,1099.6771885512069,9199.185062494156 -3668,1277.2510229652405,3798.1345781873056,277.489281961298,1521.7507212033604,569.2064135981178,2708.6415037518927,710.8527283876658,3191.9588178110416,96.70080374983725,1167.3783054510156,742.7751606578594,6478.284760603059,415.5016194965187,3779.090095264959,479.9022163424178,4270.983457190324,394.43195652208,4849.410638978809,134.3013312300614,1315.926664494298,255.17333402020958,2530.2574296327034,576.7863263236555,5807.31557507154,264.74781735761405,1690.7767969617955,219.15014891617636,2302.740211245163,256.55016465395136,4116.315711609366,352.11138041624883,2756.7241188237567,368.18207387929874,3511.8702085140376,432.2821011066975,4950.6500752674265,4112.931177314594,1483.884055256192,43055.183290875204,18299.425979400996,964.9667329536838,8598.993381426177 -3669,1044.9737819744269,3660.5699731199406,226.39277068609644,1466.6344443406201,460.82265348030677,2610.5372393920616,579.7514208487204,3076.3492876260857,78.02968630128828,1125.0970402015305,599.162896692393,6243.6478181091425,335.1662348232301,3642.215262168016,387.1300190087531,4116.2927424610825,318.75260581401017,4673.769874906942,109.48670680688078,1268.2651274496657,207.79646842322944,2438.614056587109,469.7172829253015,5596.98045999314,216.91285987878624,1629.5385660505253,177.72857016139807,2219.337282462196,207.05624369611303,3967.226906685981,284.0509943343983,2656.8783506238683,300.1537096108029,3384.6738102988256,352.41008579919,4771.342520884792,3283.5340645928836,1194.4124199556995,34982.10789692713,14945.988208000634,769.7740319858448,7031.780582133127 -3670,805.1503119618196,3337.8747430767826,181.85036849923472,1337.3442127971598,388.2603539595013,2380.4069806652055,462.94454960642935,2805.1556624930313,68.36322884939023,1025.9148224390692,526.3775076666641,5693.2429948799445,294.45075506877873,3321.138080056328,340.0380132959376,3753.423560009332,276.30597066936093,4261.7566485441575,86.0881158218488,1156.4620175341718,168.6025402895748,2223.639577269576,380.65923153010516,5103.582188590839,166.53788719088394,1485.887624722476,150.19899672166525,2023.6930084375426,181.10405303389803,3617.4985286773212,249.40709343484716,2422.6629205550594,236.00734802362746,3086.300031937604,277.09592486493267,4350.727839647234,3135.4751782632084,1065.300383525026,28812.807836816977,11720.217466096841,739.5329093006867,5432.106484942584 -3671,616.7842570217929,3092.57178146166,114.41205093523695,1239.0617662259042,283.250830843197,2205.469055442691,330.7277018339388,2599.0026325663653,57.35543755103178,950.5195593810008,484.7717167272218,5274.842223330539,271.17685681340237,3077.0651085763916,310.5715550043062,3477.5815987805654,233.63082378548364,3948.556900788742,66.5137532846154,1071.472741503089,133.39523702384014,2060.2226081336917,300.9022997671865,4728.516039597625,113.19162692421223,1376.6886094725203,105.48057158996849,1874.9702652012404,142.90222201677756,3351.645801709825,203.7748880323253,2244.6195740694156,182.34496561970172,2859.485487791684,214.0909904542344,4030.9895311740215,2914.631141085807,926.0760938597197,22804.880720341665,8858.903915528279,687.5173186979976,4001.2630445701907 -3672,623.0149720441239,2966.05393650596,113.72534372270448,1188.3714555370402,296.1411088998469,2115.2427933770086,339.653782577641,2492.6768185375386,60.18246721948357,911.6335787993996,509.0947621175429,5059.0471770918075,284.7829455547314,2951.1816452856983,326.2040351974897,3335.312910896668,244.3006680090099,3787.0205016120544,68.46835107443951,1027.6385375578936,137.55948596141926,1975.938412671334,310.27522612736755,4535.07132709184,114.68454673335349,1320.367951989446,108.86182770017611,1798.2647870192072,149.85598180597546,3214.5291771486545,213.879340122825,2152.7916550025143,187.70342231753267,2742.50325838438,220.38234759615486,3866.0807935401012,3117.662042389776,978.6074144343739,23573.738315564322,9035.243222850098,736.2938852272473,4069.930266020027 -3673,628.7792560055656,2911.340007063491,116.05644058773694,1166.4499148767607,312.2788315467832,2076.2235282429247,350.66701591928364,2446.695138334851,63.74403338400223,894.8169408098108,539.7739404521618,4965.724413507948,301.9445968296161,2896.742060649458,345.94346537633214,3273.787369156073,257.8663769588756,3717.162442062918,70.80765629177739,1008.681990023718,142.76606351073377,1939.4888547037808,321.97667840615145,4451.414192758212,116.42211297005397,1296.011510566014,113.20112046243874,1765.0927224573102,158.60889150944826,3155.231697617161,226.61432145571203,2113.0797370004775,194.11654003176227,2691.9131029161526,227.91198088585324,3794.7643319096633,3378.525121471407,1045.6053411016749,24539.069600211813,9241.548713548398,799.0066136219971,4147.285494749645 -3674,721.2913956715371,2926.870442818165,134.30802181078872,1172.6722988717893,368.54813181000594,2087.2990659813845,408.75086254097073,2459.746943196183,75.25644882924803,899.5903087358256,637.6519993265605,4992.213887012345,356.69668619602555,2912.194624198074,408.77720922982076,3291.251266978995,303.80795321658314,3736.9915078388435,82.71851940654601,1014.0627668498367,166.87947576044004,1949.8349863757269,376.3508725953306,4475.160097383005,134.3684384346912,1302.925036108661,131.85558329567928,1774.50854440207,187.17196053727565,3172.063164588406,267.5971163272287,2124.35188282349,226.76972554468702,2706.2730139538785,266.2500441506643,3815.0073621012125,4043.132516608765,1241.965198732803,28705.418549997292,10700.547454191626,956.9497814309965,4795.002646032296 -3675,995.8371593771686,3000.948692037109,197.00770497866685,1202.3522975273954,477.58891652454406,2140.1280050906116,545.7405029490803,2522.0024309717805,96.62623189999364,922.3586807520855,817.5158070980926,5118.565384866926,457.31085233439256,2985.9014326681126,523.9368165408072,3374.5518900713787,392.1873239587327,3831.5736882445517,110.50248518230876,1039.7284038617793,220.97896180418877,1999.1847491610868,498.51999335154926,4588.425112512754,183.92610234631613,1335.9016940865677,173.8557819915463,1819.4208453602198,240.57336790076985,3252.3471710845592,343.4141728484916,2178.118618071603,302.9384280156127,2774.7680056861223,355.6796201095876,3911.564101343052,5024.668561130347,1576.3163512331873,37879.261358718664,14496.816595443905,1186.8964522117456,6535.11137576306 -3676,1420.7244035159772,3182.4403893869094,275.86326521900924,1275.0682889302836,632.6227996075386,2269.558896468522,750.6264011501316,2674.528364897921,126.37612264192853,978.1411881235739,1067.1887835917353,5428.1265320336315,596.9756278577757,3166.4831002494634,683.7689972501615,3578.6384017632145,516.400459189641,4063.300013338196,151.99080407634983,1102.6092099549942,300.9306657605766,2120.0916591671953,679.141162392075,4865.924379341968,260.5161803023619,1416.6945002400314,234.5389861055309,1929.4559746825678,315.06768658943855,3449.042972654651,448.86062751568227,2309.8471098222135,416.677101729925,2942.5807231911463,489.22005115846736,4148.128095232394,6290.714188340306,2031.5648917541248,51260.86428379667,20244.01861935525,1481.8785450314945,9197.172970381242 -3677,1575.825513687209,3708.655851537929,294.18171947651297,1485.9004073168965,677.1882391706883,2644.8297067457306,818.9493016307968,3116.7607423728373,133.4750801680691,1139.8765089402357,1125.9429351655099,6325.665452540658,629.8421619371136,3690.060029937741,721.4587142545287,4170.3650737647595,547.4597705284821,4735.165321957195,166.6756362648407,1284.9252768712436,326.24989984550183,2470.648111363967,736.6002436898382,5670.503360493168,288.62638403044645,1650.9444656617663,250.94204233115076,2248.4908797207204,333.0160735932136,4019.341083465091,473.90634364826604,2691.7795628060235,456.9350196538081,3429.1354691447737,536.4868210013204,4834.019699038634,6478.890639591202,2132.503555277519,55288.833502530775,22237.2974088793,1523.6870306279945,10165.44721370013 -3678,1440.1946818571244,4122.909198146666,258.67773177869657,1651.8740757021835,625.073626027517,2940.254680398997,752.5045076840183,3464.8999657982913,122.32759446742423,1267.1996355531737,1032.0936213897269,7032.236293336141,577.3437156671306,4102.236240883534,661.5204432887987,4636.190903268685,501.34673943320297,5264.078804331942,154.16900150737337,1428.4502135043742,299.5830096632041,2746.6171657588793,676.5798901883129,6303.893216029717,264.75365680823376,1835.3533990714147,227.96209161113862,2499.645181718646,305.1643860037634,4468.297676268637,434.353228360885,2992.448790920838,422.6485484767858,3812.1666537392866,496.2311191313908,5373.975121720656,5963.716954401468,1962.378313899031,50651.61489847926,20384.05151414327,1402.906961126995,9339.943886337946 -3679,1352.921590882714,4337.866071642066,237.14757303750272,1737.998137537128,580.967176689991,3093.551278263169,703.1625595577848,3645.550091189635,113.64220869063023,1333.2678555070518,958.5386079056494,7398.877287509849,536.19771504205,4316.115284612229,614.3191796284934,4877.9088392209105,466.2467862925748,5538.533047011178,143.90867528566596,1502.9255844334175,279.63384635107695,2889.818048986122,631.5275578003725,6632.560453517203,248.30025115273776,1931.0435560607787,212.97901523551636,2629.969641289965,283.55507676513395,4701.262132233184,403.474885579868,3148.4666427038915,394.52024809147423,4010.9222861697995,463.20571769615145,5654.159048867635,5502.106521656722,1818.0389128431211,47246.26104232513,19086.959606667362,1293.7403598472454,8751.298179017087 -3680,1250.8201464222793,4402.717021410767,228.52009457676323,1763.9811503950723,531.6584948039036,3139.7997643252575,647.1118028312304,3700.0509406714928,103.5021758265834,1353.200164457517,872.7227524542408,7509.490250518052,488.19311175542555,4380.641060856942,559.3445884342274,4950.833409939358,425.134625322024,5621.333927096451,132.6927555705876,1525.3942706428309,256.8343201363257,2933.0207302216313,580.1238085730674,6731.717006002949,229.54534317492366,1959.9125913391927,194.74944869665222,2669.287597696106,258.31437741830035,4771.545840709121,367.43319261772945,3195.5361115907276,363.7722239033347,4070.8854375005862,427.10450190125647,5738.688533735653,4971.435088987135,1653.134132491157,43348.140532339705,17606.76403232582,1168.3149030577456,8085.792511747368 -3681,1176.6896201015197,4490.376281095572,210.34303772830674,1799.1024813799183,494.27254225355927,3202.3140075893148,605.0702149605031,3773.719932950129,95.94978510708391,1380.1427374288985,808.7541076026722,7659.006186420683,452.40963791216456,4467.860782331691,518.3151825425084,5049.405811805654,394.621657745384,5733.256171495538,124.18541081182711,1555.765273785147,239.73383122370177,2991.417948257923,541.5531404641232,6865.747271015246,215.5648845413805,1998.9349691046098,181.6063177091837,2722.4338193501376,239.5258060105348,4866.548579680214,340.58164534465726,3259.1600802618614,340.4496566004016,4151.937842635316,399.72150551936465,5852.947339373759,4568.867191616491,1528.3709258648153,40420.284597745944,16505.637414439218,1073.084463643496,7590.809890460485 -3682,1106.333344844565,4580.829714086207,204.38450439448667,1835.3433185738734,459.2426221358041,3266.8209168921976,565.912221709927,3849.7371532703028,89.05785333977424,1407.9441154878164,750.4072714374882,7813.288001460296,419.7709523405303,4557.860666659317,480.8902276598343,5151.120247667863,366.81538373164364,5848.745981360644,115.9852144875363,1587.1043645722436,223.93034331482414,3051.676600538108,505.8511163424558,7004.049803327279,202.49029039100805,2039.2012004762987,169.63641699271423,2777.2740976775344,222.37449127177638,4964.57956824146,316.08218406127287,3324.8120879047015,317.9691252367706,4235.573824994118,373.3271424547162,5970.8481892844,4205.384661085748,1414.4416106661154,37742.7663689243,15474.776854630558,987.1447988062465,7120.012630317515 -3683,1070.7729652487965,4538.462159513561,193.0161068789469,1818.3684443561947,439.48202943278045,3236.6064749429843,545.127076736849,3814.1313876968807,85.01829309536627,1394.922206167604,716.1206569657928,7741.023820852199,400.5913343422323,4515.705550101416,458.9109403467632,5103.478143109331,350.6147137985633,5794.651618545791,111.67260097894624,1572.4254232067249,215.3758776007099,3023.452003034781,486.5467151142021,6939.270171515274,195.92867282332332,2020.3408687158508,162.73483094249528,2751.587416608662,212.34001561848498,4918.662756459325,301.7099565307661,3294.0612924440165,306.1462566852103,4196.399501481264,359.44592763964556,5915.624517527601,3980.1454524063306,1346.6220044755498,36223.23346135387,14933.40296447664,933.7228449884967,6879.429611634996 -3684,1029.3850530742807,4500.578286887073,177.40553960996795,1803.1899904850711,416.8949655020084,3209.5895729331746,520.5167177836009,3782.293716125838,80.41223532231103,1383.2783820428308,677.0408581778431,7676.407228244273,378.73045295302444,4478.011633557424,433.83186705455523,5060.877916616235,331.95354316132,5746.281964659464,106.71154241145493,1559.299927751718,205.26804998771792,2998.214363819222,463.7595410338604,6881.346051392909,187.97141741649125,2003.4764918757621,154.81656208239588,2728.6191107050995,200.89517104976173,4877.6052381174,285.324331246287,3266.564798248245,292.54570027012426,4161.37092602631,343.4775317821629,5866.245067429428,3725.325827248235,1269.4415189905826,34483.89825918676,14296.840000502345,873.3328102379967,6596.946839010769 -3685,996.4210351438428,4408.11043683921,170.86020416434283,1766.1420621924362,405.62902839531705,3143.6460811357133,505.0415454294984,3704.5835762536553,78.3513229470801,1354.8578614226556,659.7982316698249,7518.689524598107,369.08508566299577,4386.007432797086,422.78813629674363,4956.898278784428,323.2522639996985,5628.2201723362405,103.51272792003084,1527.2629087937123,199.31940580294233,2936.6137386256214,450.3019868815849,6739.963492475626,182.02141591770464,1962.3135230268576,150.4868777597732,2672.557527796622,195.72342300951075,4777.391078735924,278.0270933451618,3199.4507065289404,283.77627004466973,4075.8723526757526,333.1813549927116,5745.718540689622,3645.0107106637406,1238.3121437815798,33492.13477026173,13857.428516033071,854.7512610839967,6390.490099960367 -3686,993.3582424176227,4333.38238339276,162.4901397955654,1736.2017146651694,400.35823102452616,3090.3537338286715,501.1923843312566,3641.7819918900786,77.10721157396995,1331.8897683743037,649.1103766504457,7391.229688758717,363.1063974882823,4311.654078326775,415.9318155374555,4872.866954067614,318.65827989734737,5532.80833003487,102.7836363303787,1501.372136339075,197.49786348708668,2886.8310864992955,446.22318746061626,6625.704932190103,181.33611762002388,1929.047598334511,148.9697228000355,2627.2512623031694,192.65984531074525,4696.40283196179,273.58263295816744,3145.212336864089,281.77749273496283,4006.7765322838172,330.8345931148703,5648.314818993217,3557.8895666156614,1215.8026354048704,33133.79973932826,13775.53399767279,833.847018285747,6361.830122268993 -3687,1013.5004504365019,4239.744883214127,166.34705918346853,1698.6851573933834,403.926703425936,3023.5761054771065,508.28461522044296,3563.0888760406615,77.7902833932174,1303.1097491214389,654.6479235445222,7231.516972439509,366.2040504853061,4218.486092257327,419.41622907166953,4767.572050476687,321.6991272856778,5413.253143080341,104.15191036581179,1468.929872710686,200.07835746961211,2824.4512588123325,452.05776061178943,6482.53398813744,184.5194041834432,1887.363948277251,151.07564277328373,2570.4805417025523,194.41113888204063,4594.921037347475,275.97623227055186,3077.2493013647,285.5285648009424,3920.196465014581,335.23872202043964,5526.263720548874,3559.892594936153,1222.4665696736201,33576.83083263773,14007.986608069989,833.847018285747,6471.444079293708 -3688,1057.2793221244572,4216.80662127693,174.3267722932807,1689.4947730277138,417.5696198110372,3007.2176729287057,528.6967218597387,3543.811521342335,80.19273167807204,1296.0595436063365,674.6593234995785,7192.3923469994625,377.39824427384673,4195.662846607399,432.2575949759634,4741.778088926955,332.1594145962569,5383.96585765429,108.2629075475246,1460.982531746607,207.83334744215549,2809.1701500220397,469.5918562860448,6447.46158007218,192.69770627662342,1877.152756375632,156.6033522562359,2556.573488897681,200.45853370793927,4570.061168360379,284.4702698278692,3060.6004811018993,296.79870973705,3898.987053638015,348.47098474693706,5496.3650147899825,3641.278984622458,1257.7418403024367,34814.98607602113,14587.071542647915,852.428567439747,6745.909424232265 -3689,1140.1183950907953,4177.558148427014,189.5994913003728,1673.7695819803776,449.36173715915857,2979.2276056123187,568.850397173142,3510.827037401617,86.40977858831108,1283.9963018270153,726.9329270571136,7125.4482252717125,406.6396191682873,4156.611172174056,465.69295479161076,4697.643376264411,357.8039473259108,5333.853899301069,116.49416452407058,1447.3842479310467,223.62163882294527,2783.0234356321475,505.2660902292523,6387.450997775261,207.3153027237086,1859.6809143845846,168.9238597924453,2532.77785059131,216.00568205734496,4527.524733138569,306.519936817913,3032.113546396179,319.36439271651835,3862.696727507161,374.96532421461615,5445.206886748796,3919.3479218663597,1353.8787919176984,37509.28432790482,15713.90188293825,917.4639894787467,7264.4310467780915 -3690,1199.185763669144,4131.356716135717,200.6969135884774,1655.2586362878042,460.4719094984308,2946.2790319215155,591.8693667113488,3471.999274413795,87.59072836711324,1269.7960283434552,736.1722102004826,7046.644794648251,411.80798950751176,4110.641401602517,471.64110503084856,4645.690095264871,363.975778531264,5274.864489453351,121.54531751062046,1431.3769960977104,231.61272765316986,2752.2447691820184,523.4708795550999,6316.80939942939,218.04071456848257,1839.1138944182173,173.28684332308757,2504.76675889243,219.10353608676627,4477.452868194202,310.6110273109327,2998.5800840873185,333.2119396100318,3819.977484596099,391.2237112762956,5384.985975787937,3876.6693997594316,1364.5632202286038,38704.00221755729,16428.026858845955,905.8505212574966,7623.957344462987 -3691,1218.913644600028,3976.247270862745,205.20750812263728,1593.1128893821615,462.2068932139566,2835.662656318833,598.2723044948171,3341.6450304098516,87.57630246223238,1222.122256481315,735.7207862792178,6782.0825115453035,411.55546710194443,3956.309701067334,471.33910354192966,4471.270294918829,364.49210498177143,5076.8226932430025,122.94773973601548,1377.6367584237107,233.66868032358582,2648.9132999491794,528.1718941109945,6079.648372395869,221.4445673173918,1770.0654060989016,174.23041971900517,2410.7267112265918,219.13662636642067,4309.349439141704,310.51331900727956,2886.0000951377306,337.0566276609331,3676.5585960075696,395.73775458979026,5182.809730816173,3830.3486639716293,1359.9313079331,38989.9956404777,16648.126513584568,894.2370530362468,7736.8633667298145 -3692,1144.1937127679796,3836.408338392815,196.33362625869424,1537.0853864178025,421.64677049415195,2735.936454276465,554.3667511848379,3224.1241515726138,79.08156851991563,1179.1419637448905,663.6444596308756,6543.566364602637,371.2366303449073,3817.1719444263485,425.13582317206647,4314.022110328364,330.2952808112293,4898.2780964407575,114.2449537257913,1329.1872429619857,215.5241742961056,2555.7548058120883,487.3008184051944,5865.835829997338,207.39090695592415,1707.8147360752748,159.44441607718176,2325.944898927095,198.03013502892244,4157.795779583023,280.2936210373743,2784.5035973294816,313.1982654807161,3547.2592858272724,367.7256821291146,5000.537721410972,3360.164914370335,1218.9219913977433,35867.02082541375,15519.943761844526,782.7477581122471,7237.234704152078 -3693,935.5181023383358,3671.291824814705,162.5570128300173,1470.9302335532632,340.4496799136246,2618.1835330922104,451.37595907254644,3085.3599501910494,63.567412570119956,1128.39246241606,533.1911818576242,6261.935534620964,298.2622619836817,3652.8833527025863,341.58406028726347,4128.349411406353,266.011623237577,4687.4594008065105,92.98267426670985,1271.979890643925,175.1502729502472,2445.7567853008045,396.0386643669787,5613.374080350408,169.73276554101423,1634.3115033155932,128.96863960356063,2225.8377469739944,159.23523472087882,3978.8469600780245,225.26918686694745,2664.6603779735983,254.90852199905544,3394.5875589488064,299.28776900713234,4785.317838190432,2665.0003081358327,976.6200858008008,29077.81141869361,12658.97939086425,620.1592030147478,5911.263133845784 -3694,724.2609613841832,3352.170543235418,129.9540036249503,1343.0719309055492,292.5462286986377,2390.602037433706,365.1598794244013,2817.1698774805895,57.323075785958224,1030.3087180793386,482.7031973453309,5717.6266133120525,270.0197460231406,3335.362198678573,309.1490222353628,3769.4991162404044,236.64143138741576,4280.009347060988,74.05642721207208,1161.4150343985739,144.44577156443597,2233.1632141548166,326.17057626040406,5125.440345854708,131.5087660370539,1492.2515401405967,111.23206607709261,2032.360293179445,143.19766243166424,3632.991930922985,203.4068364800912,2433.0389554964027,203.0229239375468,3099.518361528217,238.36895481587024,4369.361593316156,2664.5259384380324,901.1835155082601,24369.79413661725,10045.628503041125,624.8045903032478,4611.0477594791 -3695,485.2526453539913,3111.7411511454748,96.91759266126705,1246.7421160241677,225.22676824172942,2219.1397006653583,255.14176751038397,2615.112603746832,49.50194652030452,956.4113743858119,429.04292395374165,5307.538441154472,240.00268072832884,3096.1383598299453,274.2841772486624,3499.1374597220206,203.0078143053186,3973.0321118097204,53.32302964184584,1078.1142872906846,114.52401772516494,2072.9929402705266,257.69910431223275,4757.825843354566,98.26373434413449,1385.222042084391,87.83494055066852,1886.5923068868228,121.10393078952141,3372.421047027434,167.25985987572162,2258.532894585626,146.18309036290216,2877.210067298477,171.63337905761793,4055.9757025469426,2532.625505051261,778.8594246165325,19291.921213307294,7500.932277214613,574.6489258172688,3334.581437416535 -3696,485.3840472423458,2991.916342679525,96.33405413223986,1198.733419926796,230.24642386907695,2133.6865807959475,260.13475548858327,2514.4116290704824,51.13347155668175,919.5825367081507,450.3918098101996,5103.159366467334,251.9450518759426,2976.9143730230303,287.97582861381983,3364.3950581077743,212.11692527236326,3820.0412977597084,54.83040098292338,1036.598996749421,118.00308205273095,1993.1675402922076,265.50871500275156,4574.614726907929,98.49075409518602,1331.8808553296788,87.84170275920768,1813.9446955188812,123.5851901770931,3242.558154711392,175.4551325135034,2171.5628484401914,150.31549248714805,2766.416422041888,176.48522709591322,3899.790953207709,2669.2337247065207,815.2041329042337,19783.687765694052,7620.3387735712295,610.5907741164494,3381.9031623265037 -3697,486.0728533878251,2917.643155974219,98.29979762471204,1168.9753181249337,244.06153437304488,2080.7186219244327,268.4673586367414,2451.992315496798,54.45703828392893,896.7542495446484,477.30478623326593,4976.475373667888,266.999924307799,2903.0136045158365,305.25584762996664,3280.875228780777,223.6990854938678,3725.210223613971,56.6254118491695,1010.8658204149684,122.34689525274948,1943.6879132239933,275.2448501130944,4461.051654013926,99.16965529466623,1298.8174190209852,92.42837803289434,1768.9142074930317,132.11272991627357,3162.0628802305546,185.775604203005,2117.6546256119905,155.23644760588957,2697.741185208586,182.26291419449456,3802.9801241589757,2912.6168332807824,873.8036580772234,20605.824281525416,7783.694629907538,665.0646978762102,3431.6883032020187 -3698,558.8246885178213,2941.4261722315814,113.74877247195434,1178.5041595593268,293.4230313186202,2097.6794914231227,314.46654685023503,2471.9796031755463,65.04484433160239,904.0640951137026,563.6924475229127,5017.04085353953,315.32439054139553,2926.6773687462814,360.5972468663977,3307.6191123652716,263.4112650242991,3755.576080771277,66.10151958817579,1019.1058405119134,142.9306138371206,1959.5317840362243,321.54372105769323,4497.415684274138,114.77704799871424,1309.404661579648,110.0911742961215,1783.3334195438758,159.14218054941156,3187.838271142681,219.28258313998688,2134.916577021395,181.21484236710293,2719.7316820020674,212.76411419164074,3833.979918610912,3528.7063563960173,1046.3530414941074,24223.503396729437,9023.722626912886,801.7916542701497,3966.8460653087795 -3699,833.0087019723214,3015.244492195745,166.87587703480543,1208.0800156357848,389.99684651423917,2150.3230618591124,424.6301745269214,2534.0166459593393,85.10980747489735,926.7525763923553,723.1927067421369,5142.949003299035,404.54737419233777,3000.125551290358,462.5034234505229,3390.627446302452,340.48032766402355,3849.8263867613828,88.49488510876968,1044.6814207261814,189.54866432231503,2008.7083860463276,426.55800204814017,4610.2832697766235,169.31940911701352,1342.2656095046887,153.59655872035268,1828.0881301021225,211.24841030413702,3267.8405733302234,281.68722148757143,2188.4946530129464,242.605415960047,2787.986335276735,284.8427079734857,3930.1978550119743,4421.618917336502,1341.9731093916082,32469.581315950847,12403.271839324418,998.7614141332574,5512.413162714468 -3700,1177.319697104596,3204.2089948901903,233.68739552978832,1283.7900417913997,524.4707170781871,2285.0831879677266,587.2691906075448,2692.8227383218377,112.44079320159719,984.8318930686788,944.900386823212,5465.2561340496795,528.5686191231918,3188.14255431874,604.1371045034869,3603.1170904659693,449.0473875081863,4091.0938960851645,122.03463138865727,1110.1513040648601,258.601569354231,2134.5935612650687,582.1722940073847,4899.208392634389,238.15905186093903,1426.3850081273872,209.98238630958193,1942.653885973816,281.2916149782678,3472.6351995777286,368.6462572405938,2325.646981730042,334.55337529606305,2962.7086348209527,392.7986891961799,4176.502221070958,5601.89827508073,1740.6834684207665,44142.45934691771,17341.407196184064,1255.0118215032899,7760.766566215517 -3701,1272.1830503188864,3731.984001054149,249.2096162830449,1495.2470030258853,562.3703704638613,2661.4661878088955,640.9908975631793,3136.365759261694,118.79236152374605,1147.0465486244404,997.4177525466425,6365.455089372359,557.9463523398623,3713.271208205069,637.7628614966894,4196.597461959437,476.47652403095367,4764.95041095887,134.03663428063692,1293.0077008480039,280.65087675282365,2486.1889571180873,632.0785988751951,5706.171903361862,258.04183975596146,1661.3292198367765,222.33821020163464,2262.6343143039617,297.3610653053158,4044.6235020839217,389.49041712499593,2708.7113673787785,367.4564170976718,3450.705382379621,431.4301084093374,4864.4266008428995,5798.61293113596,1828.2259957822648,47526.599708501315,18987.343825293465,1294.0002843489383,8537.009176582476 -3702,1159.1160693430024,4140.908911396565,219.14392403847077,1659.0857939958935,501.5752018499008,2953.091184572468,583.7135570627476,3480.0269557043475,106.08035231195373,1272.7319499879873,914.2036820005764,7062.937487736074,511.39716369148977,4120.145700556436,584.7346808078677,4656.431491363164,436.2629414139326,5287.060612673837,123.99254393411319,1434.6865124377566,257.6979079971763,2758.608291203294,580.5383746680473,6331.41462501382,236.0958050351361,1843.3661476690218,191.9168756215681,2510.558081890605,260.6126900375968,4487.805279522227,356.9399408171875,3005.513163082076,339.92091927241717,3828.80973349932,399.10071570016885,5397.43671317325,5187.6519923220185,1654.7418964311416,43075.305199701994,17344.51172357989,1173.1903280270733,7844.16682800867 -3703,1053.5668361589833,4356.580574584739,200.90482970184578,1745.4962416099875,461.08195903348445,3106.897535050311,543.171987673159,3661.2777915802108,97.86612195437128,1339.0198646270135,849.1649065673877,7430.79766229384,475.0150686055069,4334.735949902666,543.084932936594,4898.953204772549,405.82097788572514,5562.427489876525,115.77349103469065,1509.4095341008285,240.59325374037118,2902.285356064846,542.0070757898598,6661.174769882627,213.96612577644927,1939.3745002889964,175.84272953198584,2641.3159055079445,239.22735282072193,4721.5444052574985,331.6282345179875,3162.0498163834523,317.38869331369403,4028.2262821179597,372.6456580776709,5678.552327592885,4773.648429834485,1525.6113820730916,39942.38867552369,16153.24937053727,1080.4227609497384,7292.2826128542665 -3704,1021.1302106485571,4407.200709660073,193.59968469849142,1765.7775732670304,432.3430083929114,3142.9973087597546,504.1513192108441,3703.8190399710484,90.73697732922804,1354.578251590265,773.2606981020562,7517.137849269182,432.55494983145724,4385.102267142395,494.56401715218544,4955.875295092653,370.137098880141,5627.0586440727575,106.80166452008179,1526.9477187371733,221.04698876476112,2936.0076927084574,498.0462238007853,6738.572527330049,207.14690103020666,1961.90854906546,168.22222021533156,2672.005976682901,224.743415363918,4776.405140980514,302.0706187593347,3198.790417430529,292.7927666584669,4075.0311913865676,343.76761211209384,5744.532763610071,4363.981481225286,1402.6244210313737,37080.852756386674,15035.103141163838,981.7831804526186,6813.597115670934 -3705,941.516542636127,4512.209865760973,178.20467358539386,1807.8502686231195,396.57020101082605,3217.8846390092817,469.46817852609814,3792.0689149734076,83.32000526611078,1386.8534140897507,716.702009260653,7696.246620085019,400.916537489573,4489.584889746685,458.36338784215263,5073.957569253279,343.6751391881267,5761.133018822515,99.9966754025499,1563.329881002516,206.39063483934615,3005.9631384500804,465.07006605612503,6899.130636895751,190.75335519039228,2008.6544031022272,153.41391634349927,2735.6711263306183,204.97957762903323,4890.211229264853,280.0617852223741,3275.0071146963855,274.1371436421394,4172.125835965475,321.8640690362941,5881.406161814619,3980.3832542393147,1288.5262778612664,34384.21452309405,14041.572335624294,898.098444065329,6368.157448413553 -3706,907.4612242479428,4592.006432522113,173.15364588591663,1839.8213535119205,379.8698107142514,3274.7915990278725,443.13544401487763,3859.1300866251577,79.07145592309477,1411.379343587195,665.1024267125407,7832.351561012059,372.05220377236,4568.981343157004,425.3354463280581,5163.688412002949,319.5567201002407,5863.016275415844,93.42516538537933,1590.9767238866873,192.83863064854557,3059.1223543099136,434.5317453304388,7021.138911076064,183.85557978889997,2044.1766261250193,150.09805013398565,2784.0503396569356,197.68157258118504,4976.6925939267985,259.97446835773525,3332.924262091081,256.121594842435,4245.908157202732,300.71203627795956,5985.416399237711,3741.85220221493,1209.8235592600156,32475.549595592343,13247.648781733196,835.64498792105,6009.134625147632 -3707,866.973344663376,4557.891452149009,163.53399245391728,1826.1529342082033,351.93685358530064,3250.4624843437964,423.15136498410334,3830.459798571975,73.76608279006999,1400.8939099727138,634.8171393679735,7774.1633760202485,355.11089150844407,4535.037421009388,405.9627498773322,5125.32628611813,305.5317881209475,5819.458695934592,89.98625985829109,1579.1570236081645,185.52717771730138,3036.395491747814,418.07387580198457,6968.977395262018,175.19473283372014,2028.9900085746792,138.04276017764855,2763.3670448726625,181.41348306008234,4939.719699254363,248.21073131049877,3308.1632676419003,246.6939640271499,4214.364413617551,289.6430670194896,5940.949483525508,3453.90816091719,1133.9131930108633,30851.359625355522,12730.891885255403,779.7814251051398,5791.004063551413 -3708,795.8331218911591,4515.328953786852,150.30590741065362,1809.0999543188655,330.4340865550767,3220.109018137202,402.3719235398365,3794.6902019032887,69.225892403565,1387.8120835679504,600.2918087275136,7701.5666897163255,335.79773787247893,4492.688338142788,383.85272766057847,5077.4649682371255,289.3608561239202,5765.115431331928,86.02805981637789,1564.4105407363052,176.8784638018666,3008.041025762574,398.62429018161714,6903.899696048298,160.79451537915634,2010.0428956775363,127.62158715029757,2737.5621729146055,169.29517731193198,4893.591612656361,234.7955578821427,3277.2709800262387,235.84270673198367,4175.009839175557,276.90261973540584,5885.471713746023,3231.679665505674,1063.7962123884547,29154.398204261834,12098.621689602118,729.2552028406759,5495.23424048721 -3709,771.7956937876023,4443.655002901011,144.76495980681557,1780.3832555798551,316.006246195199,3168.994705542223,388.7129035949588,3734.455290573053,66.61694768010695,1365.7826863447417,584.9581749513166,7579.316081108992,327.22024362626115,4421.373772451316,374.05167180680616,4996.867966671427,281.7370549480057,5673.603028912179,83.43341135295792,1539.5779127241226,171.72888305175368,2960.292968655398,387.0037510147766,6794.310832689773,155.8699992965754,1978.1365346443272,121.4843549773973,2694.107554494421,161.38758851506427,4815.91331978099,228.76541621796272,3225.249308589655,228.72957506381545,4108.737934465268,268.5511009594744,5792.04883916293,3114.6955221884846,1029.2223248540233,28183.793667371694,11714.300174933389,707.981857900703,5326.188471785591 -3710,732.8554045356036,4389.136010944905,137.6745791932577,1758.539818065832,304.87464724398376,3130.1144601704273,382.9169206131436,3688.637436168453,64.52558242913027,1349.0259635023954,575.570611949555,7486.32581247,321.96892689280577,4367.128147852231,368.04286589002675,4935.561631165445,277.81918727017023,5603.993863103072,82.87679381445818,1520.6889045124572,170.20553810608388,2923.9732749706995,383.6015960865269,6710.951756120401,147.9379029150888,1953.8668715516824,115.05561796516585,2661.053677000224,154.44032265866082,4756.827108234182,225.157019886626,3185.678878167707,227.20362891119422,4058.3280240980994,266.75948953722184,5720.986467339387,3010.248770240945,999.8970595274436,27584.588193017353,11547.755349890987,687.0559227247672,5244.181249064211 -3711,747.36070218105,4290.494982916852,140.9414002901607,1719.018560340001,311.0006284306736,3059.7685635231696,389.52794469157055,3605.7393469274025,65.55504914845307,1318.7080814534943,580.56946227843,7318.078833462389,324.7652379668443,4268.981722460038,371.18165865168487,4824.640285374393,280.5380407490077,5478.050234484376,84.00321807118027,1486.513085745868,172.4677544759949,2858.260175843573,388.70425975961007,6560.130460398495,150.71630540926859,1909.955852080148,118.14383606254579,2601.249408077461,157.7809231644278,4649.922625224798,227.1758891046599,3114.0842320400584,230.2916788590942,3967.1215435119775,270.3851650236342,5592.413557986449,3037.9141192978664,1010.3371319780438,28037.003784833585,11752.937019505847,690.2056709816123,5336.567794197545 -3712,781.995360566048,4264.567597581166,147.70302517060364,1708.63056156816,323.6193726167563,3041.278436183469,405.9753452552127,3583.949927795097,67.90497242939266,1310.7391518289962,598.4025212190646,7273.855812438575,334.7408877500814,4243.184341376988,382.6031768279166,4795.485069418418,289.74249847494315,5444.946473756713,87.34881603908161,1477.5301134468375,179.2008866850455,2840.987760128415,403.89035770399283,6520.487707994323,157.76470796023708,1898.4140226296533,123.63525667835788,2585.530103888554,164.0608251009733,4621.823225000499,234.2154653778568,3095.2658760756863,239.46351049252902,3943.1482981541176,281.1538007905071,5558.618701716543,3122.9426387212043,1042.5314792212403,29136.111491305397,12251.617544945302,707.4702454128735,5567.329044550717 -3713,849.7693990971304,4250.076853633019,160.64273640246242,1702.8247377881107,350.50974219498113,3030.944355157586,437.6485679692473,3571.771881712273,73.49261785357191,1306.2853391041751,644.7802493728109,7249.139688310638,360.6841639622045,4228.7662564460425,412.20392909885993,4779.19029986487,312.11497625535,5426.44487345207,93.98949977148693,1472.5095550760946,192.81309738911395,2831.3342547612606,434.5710629669178,6498.331483328736,171.2546883569205,1891.9633260748367,134.62486011852118,2576.744628257466,178.1605133486236,4606.118547938968,252.37677692618726,3084.748348979365,257.6686964440011,3929.749717634363,302.52848628570706,5539.730850024933,3374.515109778624,1125.6045002699416,31469.493511121662,13218.76364177229,763.0284631617086,6006.320943404754 -3714,901.1217898570911,4185.42084135068,170.04726192907117,1676.919828076423,365.7252864575521,2984.8348888577857,457.819758375032,3517.434858028503,75.51985913953409,1286.4129453009523,653.2654893472678,7138.859220247303,365.43072946135345,4164.434440238486,417.6593452364779,4706.484935381037,317.7462375649094,5343.8928871068265,98.17205836023687,1450.1084081891913,199.85941619876482,2788.261437808606,450.5779568447548,6399.4729886072455,181.33505638048254,1863.1810691272096,141.88548459862446,2537.5448589190246,185.0235087547829,4536.046107447716,255.90530941375974,3037.820367672617,269.13502429960266,3869.966811404635,315.9910871265689,5455.455454963809,3386.962684046849,1143.9169596699148,32675.054093109848,13859.098453643994,759.3250377200717,6316.775608820745 -3715,927.9338989086457,4012.5066203141732,173.87724883634928,1607.6404660233266,364.78207610981656,2861.52102884392,462.4258738371656,3372.117449916592,75.188406647975,1233.2667741512405,653.0027412461931,6843.928237689287,365.2837505809349,3992.3872400675555,417.48144270171036,4512.0437531751295,318.3131952483082,5123.118176294613,99.35081893106127,1390.1994109043194,201.70263735762023,2673.068707414207,454.7793605447232,6135.088610353876,186.69354289882727,1786.2066105410734,142.42810616568198,2432.7100981489275,183.66580212934235,4348.646343126313,255.90082076977293,2912.3174941418797,272.36655229413776,3710.0850881571296,319.7852200036646,5230.071708346345,3318.5995922921843,1136.1051792222604,32914.014139932406,14068.996084235227,746.1723675078997,6431.669543203458 -3716,898.1970405983299,3882.739729008354,166.3641303494159,1555.6484008745467,339.2454849827454,2768.9777078087936,431.4205064536601,3263.06113175916,68.80490684004596,1193.3821806599453,589.3277571193038,6622.591458522675,329.6645478565126,3863.2710216893242,376.7509735643787,4366.121528817645,288.69384338238183,4957.4334354484945,92.41884745207753,1345.2395210103286,186.18822417233812,2586.6200484507867,419.91818915466433,5936.676133519377,180.6073848336265,1728.4396082621663,134.3608302460873,2354.0347820044417,169.79788761548275,4208.008489850514,231.16022968688506,2818.131384691734,253.36281188569495,3590.098692139039,297.4729527439039,5060.928025576427,2940.2546570531094,1027.1993383353993,30542.8282258933,13198.414734551836,656.6156177008248,6066.003475888604 -3717,750.3197630256019,3696.0495537164734,137.747825099272,1480.8496008205504,275.08993630312284,2635.839519382715,352.0943631752649,3106.166388048944,55.46464917652987,1136.0018914705606,473.59172216530754,6304.163532220779,264.92287028762325,3677.516942204984,302.7798717830632,4156.189354515352,232.60044146083328,4719.069758855089,75.25392599270323,1280.5576160887424,151.36592168269803,2462.2499943235425,341.4021176405003,5651.228437981742,150.82355734555478,1645.3326487518243,109.8125023211889,2240.8479096492774,137.18541127628737,4005.678718238303,185.84107036681027,2682.6297855829985,206.30582203306486,3417.4793045599067,242.2234012626979,4817.58811454001,2328.068151086946,824.3838396315405,24850.176122428482,10805.386923188062,519.7244585830935,4982.8110839252395 -3718,575.5327087048623,3369.390487630422,110.11135965784973,1349.9712290380246,227.23393730347678,2402.8824490727443,281.0336308934992,2831.641548302765,48.734024789302445,1035.601366113257,427.95734089653007,5746.997795679641,239.39541551233816,3352.4957993882217,273.51062783698853,3788.8628581328517,206.27023505154565,4301.995556299421,59.663305074148134,1167.3811694904246,124.43216765558596,2244.6348698706374,280.28421063235953,5151.769494869405,115.42552230705026,1499.9171669973312,90.82949722945968,2042.80043361615,118.05824708326452,3651.6544417442897,167.37021247939506,2445.5373636126224,163.5647182012159,3115.440443399772,192.04112602757,4391.806800893796,2263.5713259760682,748.2697491507944,20557.59752255538,8525.449744211535,515.8798907981737,3865.4480873306325 -3719,467.5406661938062,3143.711762440257,111.1108568953057,1259.551377990437,229.4624066856353,2241.939557508423,237.8386627845331,2641.9807603464574,56.02265471833277,966.2377239448494,493.39490564107365,5362.069084994111,276.00058968534785,3127.9486651249567,314.9736678423098,3535.0882532353576,234.7055337370483,4013.8517877206164,53.29173161181757,1089.191035367122,114.42071092122568,2094.2912579296994,257.469467697503,4806.708637024652,106.74097704586609,1399.4540727428994,97.70646426448471,1905.9755095330333,135.41483267856358,3407.069932387698,186.12828295217346,2281.7374844798387,146.09728798478272,2906.7710623192784,171.53263859542588,4097.647556441177,2957.1532671537498,846.0964138120613,20817.51713796633,7972.879197551753,620.4647103728846,3449.774865585117 -3720,467.7706004159167,3014.9195900819927,110.44404022720565,1207.9498411999546,234.47567665933417,2150.0913577602055,239.29076529306556,2533.7435976653496,58.78574599711442,926.6527158763093,518.173344196665,5142.394834306631,289.86142119097417,2999.8022782902217,330.8426615709571,3390.2620954902372,245.27126940143475,3849.4115558135527,54.80829870998674,1044.568853004834,117.91972374939448,2008.4919413758448,265.32395049527577,4609.7864971987365,106.99299432770249,1342.1209761474688,100.22357164053813,1827.8911478344712,142.0006572399151,3267.4884531912335,195.31510671116155,2188.2588358045773,150.25489993298098,2787.68592094689,176.4140854557167,3929.7743637846916,3135.479697387277,886.850523763772,21415.809368859336,8114.776075856235,661.1577792948517,3497.269468426274 -3721,469.03646317702623,2949.743725593242,112.70824887416452,1181.8366488553736,248.6422518202151,2103.6111586090224,246.53452999863234,2478.969689295148,62.26690965694158,906.6205425351807,549.4288135267468,5031.227680804103,307.34544436868896,2934.9532165022847,350.8822946328664,3316.972159783855,258.716085417445,3766.195828684886,56.61585025956463,1021.9875947064124,122.2899439997437,1965.0728070717355,275.1195473102084,4510.13315286018,107.78256990903954,1313.1073019000178,104.45932672013865,1788.3762015177083,150.29012710104175,3196.852610913941,206.88997909188663,2140.953540559595,155.21023486579188,2727.4223436300927,182.23213784993823,3844.8213712578054,3411.9444395659816,951.1693330011465,22298.40372546369,8291.480638992387,719.1714366010373,3549.5555729091157 -3722,539.9090349574914,2954.1624283772785,130.43370014730078,1183.6070348198436,299.125788709775,2106.7623586276636,291.166550434051,2482.6831746981647,73.51415773698001,907.9786560148726,649.0783905960624,5038.764437155986,363.08850478251946,2939.349763170476,414.62779851191044,3321.940969104421,304.67027638660545,3771.837573033402,66.09868289365998,1023.5185275094212,142.88354805559186,1968.0164772652186,321.4410186977172,4516.889311961734,124.79721755130008,1315.0743307101147,121.95829268582688,1791.0551809937854,177.35181753844137,3201.6414816925912,244.2666636144375,2144.1606792978123,181.20706567523973,2731.5080099876395,212.75498358769022,3850.580896314133,4113.314364791734,1138.9601268356964,26168.80208202693,9607.494964873089,864.9583536528448,4105.157042928858 -3723,803.1211455430031,3017.583805063579,191.32366193975403,1209.0172786448923,398.18517477507436,2151.991343957505,414.06432088582335,2535.982608508161,94.38427782031603,927.4715775323505,832.1016233289062,5146.939050147033,465.4700242972973,3002.453134451662,531.3937197825643,3393.2579919964064,393.6977045272063,3852.8131921195513,88.45870985981605,1045.4919144346077,189.41823033497823,2010.2667994311678,426.2686266304621,4613.860059322301,183.9664243020055,1343.3069775332158,165.3302804787156,1829.5064131293698,227.9615709786286,3270.3758574582625,313.5930674781385,2190.1925497228913,242.50624286875396,2790.1493347702553,284.7262689740915,3933.2470148526304,5136.749790269077,1459.6832345808211,34859.62867696434,13136.196811956697,1075.767701985884,5682.729095220905 -3724,1133.9538474598241,3212.65651918239,267.90339267713443,1287.1746049024239,535.2221662744838,2291.107543985339,572.1662420574515,2699.9220522345186,123.43560262089662,987.4282877962693,1086.121729343584,5479.664646112751,607.5665442459403,3196.547721309268,693.4311416903512,3612.6162895500147,519.0207568784996,4101.879589254356,121.93154399805293,1113.078088842027,258.30987917305225,2140.221168887267,581.5214359286524,4912.124585671525,258.6699672573742,1430.1455062800985,223.02290116957607,1947.775466969085,298.5676120524482,3481.790398334477,410.08433417951625,2331.7782794714117,334.27076507235273,2970.5194715058483,392.4668768946941,4187.513083354032,6476.72479794031,1888.2898728784683,47294.576254487656,18342.942446151505,1348.6613727769686,8011.771730053629 -3725,1224.9612777540615,3732.8937345364343,285.6930941804561,1495.6114944766941,573.3909544458129,2662.114964679947,615.7772520189542,3137.1303008414775,130.36450049303815,1147.3261603941394,1145.854922257961,6367.006775452242,640.980745081143,3714.176380131303,731.6152578756445,4197.620452739071,550.5598341787683,4766.111947270133,133.88770113308888,1293.322893088373,280.2643360126927,2486.795007234309,631.2140278084092,5707.562878144899,280.223246718225,1661.7341966040822,236.18031338534973,2263.185869239167,315.58603173931346,4045.6094466705126,433.0849707403183,2709.371661052078,367.04812244689373,3451.546549496888,430.95073018309927,4865.612386138242,6690.533747809992,1979.4009071621372,50938.43070749164,20091.69569323589,1389.17876719178,8829.013727254965 -3726,1115.2252547513451,4138.504619366609,251.21312707791506,1658.1224966047007,510.9648090176036,2951.376562553313,553.9776016382614,3478.006384556163,119.47756488169308,1271.9929771322447,1050.3558131080788,7058.836609239787,587.5594183944681,4117.753464049413,670.8429682367257,4653.7278769243385,504.05962926988894,5283.990842735659,123.85250298744708,1433.853505621827,257.3461542937749,2757.006589724169,579.750853739977,6327.738482880057,256.2937253206094,1842.2958535302323,212.08901752426823,2509.1004031741245,289.1905402480066,4485.199572732626,396.9203491376331,3003.768103845435,339.537002257602,3826.5866523054474,398.6499592250742,5394.302856730295,6053.969385660636,1793.7827193183887,46349.97506296471,18381.473305932108,1266.4940276186749,8102.653175238618 -3727,1013.6669678140388,4352.161871800702,230.3042340737572,1743.7258556455174,469.1889723790488,3103.7463350316693,502.79579788235645,3657.5643061771934,110.99340808043628,1337.6617511473214,975.4846745943545,7423.260905941957,545.677189486264,4330.339403234474,622.966458086329,4893.984395451983,468.8687318060684,5556.785745528008,115.63717669240161,1507.8786012978196,240.25156306609546,2899.3416858713626,541.2420374178699,6654.418610781072,232.27807383788982,1937.4074714788994,196.5023028196358,2638.636926031867,268.7146743719585,4716.755534478848,368.73048837407026,3158.8426776452347,317.0149926453255,4024.140615760412,372.2068966018464,5672.792802536557,5576.675466893564,1652.3061585342346,43062.54118869838,17143.895623613622,1166.9250481208965,7544.70464353366 -3728,982.1912029164877,4414.868452491079,221.92555838071775,1768.8497111660133,440.59951116985854,3148.465563252746,483.91327276685263,3710.2630242054934,101.08854496267423,1356.9349760423422,888.136394872354,7530.216327797986,496.8153621028847,4392.731562626581,567.2090668129078,4964.497633798947,427.5978391617889,5636.848722042923,106.6672672721804,1529.604335305147,220.7162381525045,2941.115822203944,497.30526899071555,6750.296441122856,224.85165032610809,1965.3219198654813,182.90631830771997,2676.6547902999455,244.7974016178492,4784.715233642612,335.82104585836043,3204.3557419771023,292.4243216326224,4082.1210185268187,343.3350212794218,5754.527225586605,5074.020305560968,1519.047211238486,39797.97138781431,15906.624401305316,1058.0011360354629,7033.506578785018 -3729,905.3387468936736,4512.989640919018,204.27286400778902,1808.1626913097577,403.7864368823653,3218.440736038809,443.23518357283854,3792.7242393544666,93.71109734598663,1387.093082427955,823.0226906695897,7697.576642868326,460.3913525497058,4490.360754981483,525.5927935225004,5074.834422543171,397.0008080269853,5762.12862597376,99.8636988445806,1563.6000470278786,206.06710832388578,3006.4826123777334,464.3450404368376,6900.32290650262,207.03412819940942,2009.001527649009,169.3004839165036,2736.143889887358,226.99439483823647,4891.0563285283215,311.3082504010595,3275.5730833162934,273.77259338458015,4172.846839682037,321.43605104607445,5882.422553905367,4642.016044667612,1394.7972258680968,36974.555964323394,14872.250310001182,969.2412926055442,6579.005466249768 -3730,872.795849359546,4618.2587262747,198.4864058345527,1850.339529244995,387.2447927008189,3293.513434961574,429.0261297509028,3881.1925593486303,86.97892328007755,1419.448135665048,763.6328942130679,7877.128761779239,427.1692445467968,4595.102003511734,487.633406482497,5193.208985859,369.1230992523991,5896.534875139119,93.29563017777316,1600.072266090896,192.52353476901408,3076.611218894613,433.8256088349282,7061.278445695585,199.56839724145257,2055.8630917386427,160.23798357963642,2799.9666299349783,210.742528933233,5005.14412112127,288.9399230801891,3351.9784398387114,255.76647891811743,4270.1818227185195,300.29509512630875,6019.634754950692,4327.12211612407,1308.6719737530143,34775.76695926571,13998.832138116853,898.1453269410782,6205.443453312382 -3731,833.0956878202736,4562.310154933044,187.44559127817666,1827.9233201726731,358.33328156262286,3253.613684362437,401.82271719952024,3834.1732839749916,83.03264230381853,1402.2520234524054,728.72875109646,7781.700132372131,407.6441866823899,4539.433967677579,465.33762633001817,5130.295095438696,352.8939085841804,5825.100440283107,89.85562269559271,1580.6879564111732,185.21078913757717,3039.3391619412964,417.3647465224392,6975.733554363572,190.1015584143119,2030.957037384776,152.62293983366578,2766.046024348739,201.23501767054344,4944.508570033012,275.8266140229663,3311.3704063801174,246.3358271341834,4218.450079975098,289.22257895241944,5946.709008581835,4034.2267492174483,1226.9376267725963,33154.74697005529,13473.369511576378,842.2075251884548,5977.6874388176175 -3732,764.8451553667591,4515.458912111094,172.28563187095662,1809.152023083036,335.9480195513255,3220.201697978727,370.1257690393127,3794.799419102014,78.53300673527488,1387.8520269994453,688.9458908243719,7701.788353012903,385.3900191404703,4492.817644834225,439.89741642083993,5077.611105726868,334.1801912933587,5765.281360491947,85.89653184902893,1564.455566951312,176.5628660939757,3008.127601951144,397.916729056871,6904.098401224468,174.48687583489192,2010.100747898061,142.8249795922562,2737.640964293072,190.39107685963626,4893.732457979483,260.8747723126127,3277.3653050796306,235.48212773140244,4175.130002576263,276.47926439291484,5885.641106950619,3775.1829582078135,1149.4076858096132,31412.728534651447,12830.91477432981,787.6725828235507,5687.746065234563 -3733,741.4492651462967,4431.178663403797,165.9290040270406,1775.38451784768,321.1698961209336,3160.097198020733,355.96085673976296,3723.9701534478845,76.52070557003094,1361.9480123065614,671.4058973355873,7558.03582408569,375.5783074859049,4408.959991409995,428.70296279896706,4982.838384911761,325.3876087512339,5657.673394970093,83.30851587492994,1535.2552781566283,171.4281390179899,2951.981427803543,386.3295656534671,6775.234615354517,169.1158980239767,1972.5825699549098,138.61640775750507,2686.5433758014447,185.48882663090603,4802.391799877326,254.19194791134834,3216.1938564200223,228.38717878451345,4097.201933281106,268.1490939267357,5775.786647868901,3660.806202174722,1113.0267436326994,30421.913632353146,12431.862146367721,766.9462658202388,5508.780339620666 -3734,703.9547975430352,4350.01750272238,157.80045249757424,1742.8666983080698,309.2745766428703,3102.217077190659,337.3536797941138,3655.762174723637,75.30479814006135,1337.0026670918776,660.518778482255,7419.603364789787,369.48815294815194,4328.20578638187,421.7436529482139,4891.573063080502,320.85000974248175,5554.047841957652,82.7475088182572,1507.1356490957342,169.89643445945063,2897.913140968436,382.9085166250561,6651.139888637113,160.5039507674222,1936.452884587068,134.70397444850204,2637.3368338938053,182.58721089672187,4714.431525166677,250.14951187712686,3157.286273090267,226.849198932081,4022.1578671960333,266.3433537529563,5669.997740718589,3552.3905273327227,1080.149270424292,29886.475779405082,12285.326682663892,745.7009849285363,5436.031599187632 -3735,717.9663288192717,4251.051566277425,161.5461005335379,1703.215263621005,315.5517688126621,3031.6394719494006,344.51287028384246,3572.5910318914193,75.97103266038762,1306.5849225896218,666.1423274019162,7250.802206038811,372.63391469032916,4229.736081717996,425.26857483007046,4780.286359389375,323.9706131215577,5427.689374343344,83.86828223429414,1472.847260423967,172.1453687121366,2831.983592971768,387.9813827855824,6499.821810699858,163.5264266670529,1892.397228952405,136.77066060964432,2577.3355788819053,184.24872026242514,4607.174915187121,252.35925476488381,3085.455805179361,229.92175731170263,3930.650966451983,269.95084060890593,5541.0013319225745,3572.471226360865,1090.7159581204714,30347.515094656817,12499.79748397037,747.8714690339893,5535.4145656814535 -3736,751.2062494708475,4206.669600950699,169.29548413477582,1685.4333008300496,328.384331283018,2999.988452000702,360.23029981430494,3535.2923520631657,78.31645108579474,1292.9438726454605,686.4940953505312,7175.102147575121,384.01850721598316,4185.576654998928,438.2827346996905,4730.379059949104,334.57997658321534,5371.023037118154,87.20348048575109,1457.4703930713697,178.85434976500247,2802.417026754084,403.1132783414991,6431.962161920064,171.17134372484327,1872.6401625206502,142.03883598577315,2550.427597053437,189.981725174007,4559.074939415937,260.14695061002664,3053.2429302171004,239.06507851167274,3889.614057775456,280.6860023123848,5483.151991552403,3664.9476066855896,1124.776467402516,31506.188445734588,13022.58028733687,765.8353517212701,5774.735488752358 -3737,816.3413511517496,4158.3887787431995,184.12743466915168,1666.0892321821136,355.80901106277605,2965.556960389651,391.3863968831499,3494.7170662211493,84.38791315533943,1278.1044868222039,739.6830637201047,7092.752007447778,413.77192879962007,4137.537920920502,472.18208325260866,4676.0875153229545,360.41545562526727,5309.37868828009,93.8331939936841,1440.742702143451,192.4404727382151,2770.2531034953126,433.7354792013249,6358.141194018319,185.8114809127453,1851.1474817727137,153.59233136999643,2521.1558089057276,204.71656648291238,4506.749487820959,280.3142943031397,3018.200225879968,257.2401900032706,3844.9721480003673,302.02537742278764,5420.220715375874,3953.94265565331,1214.5017459796434,34002.31377990561,14044.798176128319,825.354556600143,6229.322048727635 -3738,865.5417361533313,4084.180571200013,194.90449058286896,1636.3571647623367,371.3394008288767,2912.6353414388977,413.1798873475745,3432.352361246827,85.53838512032466,1255.296171374449,749.047353988806,6966.17884629662,419.01022697942847,4063.7018057590267,478.1908368631565,4592.640754740828,366.82871479987807,5214.630578714361,97.99078036195152,1415.0320389165017,199.43580748728635,2720.8167645213825,449.6274428115874,6244.6774737124,196.73840634475656,1818.112971574282,158.5596001876464,2476.164716569111,207.6583241514042,4426.324636001683,284.1248288653876,2964.3391655784626,268.63805745090434,3776.356992867418,315.4075989863883,5323.4945829294375,3944.975090003842,1231.973864999914,35205.70472992687,14699.970746860703,819.010719157862,6550.555782244334 -3739,890.7694190027003,3931.800320070749,199.28455851969773,1575.3048896837172,370.38527230511795,2803.9652919542777,420.1775199621495,3304.2917366850584,85.52294667473889,1208.4612328840972,748.5704336481004,6706.271610682364,418.7434421104264,3912.0856147310024,477.87355258670345,4421.289919645827,367.4460211304079,5020.073383390021,99.15963762078705,1362.237375779779,201.25859345518003,2619.303441438152,453.7827984942273,6011.689361390528,202.50533231910754,1750.2794107509758,160.22514935337315,2383.779329887405,207.69244042991528,4261.179033877776,284.0683133740608,2853.740053073885,271.8424358862137,3635.461599802607,319.16985560078984,5124.875685627911,3878.239871393443,1223.6534630013991,35460.634619958124,14914.856679862058,806.1554293992218,6662.8573695537225 -3740,861.8355406441802,3805.022552163418,190.6665575854968,1524.5104389411088,344.76916550927933,2713.5536657104517,402.40105461503816,3197.7474829616053,77.22446863179071,1169.4953635021977,675.1972499268055,6490.033227099518,377.69915538870544,3785.943531785892,431.00577825795955,4278.728949694587,333.16880119254944,4858.205117845514,92.22413796580985,1318.31311722074,185.74298391752984,2534.8460893995966,418.91843612162916,5817.847228894942,195.86675290625652,1693.8430460209443,148.2834082035185,2306.9162651269544,187.69415879651874,4123.780711839178,256.4932433304304,2761.7234793253115,252.82902311531254,3518.2390377658103,296.84623203266216,4959.628153369007,3422.1506246823856,1105.2685220461117,32797.13950616521,13960.180884945445,708.0406533816471,6276.318404905925 -3741,719.6568671817148,3681.298886816694,157.86470272775975,1474.9396369867566,279.6945082478444,2625.3200741786886,333.0951499180725,3093.7699022714933,62.073573229609224,1131.4681899454413,542.4591435411905,6279.004070748728,303.4466748355369,3662.840237619621,346.2921732282209,4139.602302894461,268.40129895540804,4700.236292182626,75.08946748795884,1275.4470031041556,150.99054949605832,2452.4233323801905,340.5591970965302,5628.674793326353,163.53972557015405,1638.7662449500501,120.74348717801608,2231.9048474397714,150.92628508115953,3989.6923436993434,206.16695671797086,2671.923603805005,205.85496519650712,3403.84039141066,241.69405082868033,4798.361468223415,2711.324081498006,886.9559542646803,26646.819107360596,11415.034814851673,560.6238583424804,5148.906444910191 -3742,552.6176798233128,3366.141441280302,126.20318721138187,1348.6694745781083,231.10571988575083,2400.5653901032993,261.41040221687007,2828.9110441741586,55.983702746858064,1034.6027532035625,491.19443906257396,5741.456062751758,274.7696688422156,3349.263044300682,313.470521241966,3785.209321659263,238.27747026686663,4297.847214629989,59.57865473361761,1166.2554835416288,124.21877646279778,2242.4704063695744,279.8065127832251,5146.80173054069,125.21976352093814,1498.4708222014976,103.6188052031518,2040.8305956536967,135.7098278735704,3648.1332130296587,185.9704154915258,2443.1791732293773,163.3326524603505,3112.4362767889843,191.76865793861822,4387.571855757796,2666.792710423357,810.1830059567593,22178.16745690227,9042.732713783758,559.4913020138084,3992.5212690750054 -3743,532.2376896314227,3116.809664460165,131.62026671402336,1248.7728533857016,238.9828670472326,2222.7543133769072,238.89742372474916,2619.3721910350055,56.422928623991176,957.9692108349045,470.4114698361067,5316.183546242123,263.1438662724376,3101.1814587699537,299.42139516403716,3504.8369777548764,220.49449277119783,3979.5035261016797,45.44066066812606,1079.8703577202186,102.87460270574911,2076.369504004034,231.0730220662275,4765.575557249356,121.67775515682085,1387.4783404148363,107.38559129276555,1889.6652547196875,141.9361968132837,3377.9141649152466,181.59194708290957,2262.2116723154704,124.57387078744954,2881.896568143798,146.2620220468608,4062.582218273629,2891.062599766885,829.3787120000626,20336.95187381958,7651.252082370042,579.6031402762725,3292.9210599788935 -3744,528.7506585541294,2987.1077523164668,129.87580359457937,1196.806822619007,239.04620402677355,2130.2573322625435,238.1880892057107,2510.370481476936,56.6661705290894,918.1045890593566,472.6058133390027,5094.957598723799,264.37136192317723,2972.12989373744,300.8494369838213,3358.9878221422628,220.99493053898982,3813.9017498355706,45.58154949667385,1034.932980933731,102.62820076042105,1989.9641331348982,230.56150297825482,4567.262433002942,120.59635163420381,1329.7402642461911,106.85467422691266,1811.0293342644345,142.5132326243477,3237.346734301008,182.3800661951356,2168.0727253920204,124.96011223871479,2761.97025382606,146.71550763981276,3893.523232106008,2924.321971909475,834.8243635526914,20297.693318077614,7612.625606262406,584.645774603431,3276.2571413156384 -3745,527.2122653013579,2923.5564173059242,131.23577622245145,1171.3445100297874,251.10325926282576,2084.9356670911766,243.35764964631045,2456.961830468215,59.48952704722068,898.5717241103838,496.62660920555606,4986.561322436173,277.808375050149,2908.8972157648163,316.20991172155516,3287.524661760535,231.09122421663125,3732.7602015894013,46.141376676786074,1012.9145677935377,105.62679028342794,1947.627234780379,237.1683994090509,4470.092980466205,121.78070407956787,1301.4497652025652,110.17979059297272,1772.4993107503833,149.51466072779888,3168.4715132122137,191.48203063553123,2121.9465299135486,126.49485750370872,2703.208765642739,148.51745008862582,3810.687720362914,3143.3422347402316,886.0088609998442,20947.464672583028,7703.199022431893,632.0831162185784,3289.838494501138 -3746,601.3138262136813,2939.0868593637474,148.97235090150792,1177.5668965502193,299.41385406437547,2096.01120932473,285.65700140761214,2470.0136406267243,69.10649531647827,903.3450939737073,577.1881962334022,5013.050806691531,322.87378872073145,2924.349785584977,367.5956154055171,3304.988566671316,267.9131664281551,3752.589275413108,54.27464730158598,1018.295346803487,121.84713766664093,1957.9733706513837,273.7645945564776,4493.838894728459,139.28362717588178,1308.3632935511207,126.4745876651514,1781.9151365166283,173.62671797614112,3185.3029870146415,222.44546248498352,2133.2186803114496,148.79191456661093,2717.5686825085468,174.6963962119157,3830.9307587702556,3706.569458301854,1044.9476796078702,24314.513236951145,8845.65517827284,754.2920468154324,3782.936951424309 -3747,891.291521397445,3015.6993589368876,202.59147835086182,1208.2622613611893,399.18494503268835,2150.647450294638,408.1463310822145,2534.398916749231,87.8570263327018,926.8923822772048,732.5863311702244,5143.724846338977,409.80208163214445,3000.5781372534752,466.4389985562491,3391.1389416922684,343.12488166377835,3850.4071549170144,77.89585558562435,1044.839016846366,160.70350292852052,2009.0114111044386,362.1268527412554,4610.978757168142,190.0576784437359,1342.4680978883416,165.74598172606932,1828.3639075697254,220.98986124498254,3268.3335456235186,282.7628724140478,2188.8247998495963,213.54857314845404,2788.4069188353687,250.72710606550083,3930.790747659646,4553.594576611033,1330.9804611615843,32358.315586301673,12187.361751605453,934.0892639708105,5328.6989378484905 -3748,1255.9432246183299,3190.822928213839,291.503516511083,1278.426815133819,535.5353462338126,2275.536908070278,556.7901865695895,2681.5730649140623,119.65242584240048,980.7176091981081,996.2301723758052,5442.424201697454,557.2820308730165,3174.823607622729,634.1660991120252,3588.0645250145294,470.2765306029542,4074.0027338795962,106.52030593463152,1105.513479440827,226.0901739432024,2125.67597449605,508.95267182604755,4878.741210153557,274.9509955115594,1420.4260694765721,231.54550931430558,1934.5381561671186,301.2757412916807,3458.1277419186554,385.047752287946,2315.931240461998,292.0214326251699,2950.3314723476065,342.8619898120847,4159.054252697378,5968.213630822607,1770.343439765002,44881.41301096489,17294.040668552883,1211.9489616510887,7576.729910301141 -3749,1389.8422031698458,3701.637912934427,321.0152172463862,1483.0886182895742,596.5545308041077,2639.824860450553,621.2914642241424,3110.8628547263716,128.4376436316702,1137.71950552025,1068.464181955617,6313.695311996662,597.6890740172122,3683.077280453828,680.2123612529535,4162.473436682895,506.61630985578125,4726.204905882691,119.2758108727733,1282.4937957459645,248.28763170145663,2465.9728712094457,559.3073009385494,5659.7729918561345,306.98564444915917,1647.8203615761847,251.08886090277574,2244.236030638978,323.58733021740284,4011.7352310809733,413.29016653786834,2686.6858726761884,326.99017208954444,3422.6464706642137,383.9187420038498,4824.872219516666,6307.615380720034,1909.2684225223607,49305.38586056571,19171.88206448175,1298.6606563196656,8462.120827395505 -3750,1277.6978389016692,4121.154710344215,292.1875050245323,1651.171127182651,539.3324723821153,2939.003466577655,565.9805870584876,3463.4254912380857,119.123188599833,1266.6603837295227,991.31370036293,7029.24375282466,554.5318014741906,4100.490550376783,631.2863367331046,4634.217990454289,469.06438389908897,5261.838696289424,110.30093541076556,1427.842342131139,229.86363496213323,2745.448353620719,517.7834816395966,6301.210619051727,283.11505962088427,1834.5723716470645,230.21358307981134,2498.5814675374677,300.050017535748,4466.396209757015,383.32849135139276,2991.1753661009343,302.38588685911776,3810.5444012051044,355.0308822458428,5371.688247732266,5859.797242393062,1757.6005118195042,45281.39949387396,17687.79526958769,1184.415918646363,7815.8347750937955 -3751,1163.9951425294596,4331.692881055579,274.1260695412198,1735.5248030531257,492.2500260869361,3089.1488644231863,511.224057601672,3640.362131226413,110.32793133225807,1331.3704902037089,917.8239346290877,7388.347990646486,513.4222998427858,4309.973047437286,584.4357823083449,4870.967117085947,435.0719042161739,5530.6511946201435,99.19951673647755,1500.7867802571736,214.16551833392919,2885.7055666544793,481.82308514718403,6623.12169743766,265.1510358472471,1928.295499826332,214.58847244963312,2626.226947632709,277.9587312483181,4694.571794942914,355.01665761935624,3143.9860791457704,271.9517629895634,4005.2143672780708,319.29821641272736,5646.112649822919,5377.37938114393,1610.8581349118554,41880.54572275009,16379.406983217015,1082.9064692125949,7203.223818025256 -3752,1114.9024936557819,4395.179236904001,251.9170820879484,1760.9610812602598,458.2440951159991,3134.4241896737904,487.3296262247473,3693.716173635772,100.41848930388532,1350.8833834369343,835.1069983201128,7496.633435285823,467.1512035318516,4373.141072064192,531.7908534600182,4942.357208722804,396.54580570070794,5611.709778286304,94.9190086536076,1522.7826802898637,196.69458311377178,2927.9991769147136,443.1576777803637,6720.191797386312,245.0502684226641,1956.5570727596955,196.1384749218408,2664.7175754575273,253.05162679499617,4763.376593370146,323.12088858904156,3190.0651120975463,260.2169102611983,4063.9157737610394,305.52034086287546,5728.863464963714,4861.806651511493,1475.2204510017964,38665.623953007016,15253.297912113576,982.9217085950945,6763.436739820862 -3753,1024.4218466804496,4484.527998925986,235.00156354209082,1796.7593238571494,413.87875287204554,3198.1433023433324,441.4695680273321,3768.8050265780735,91.99133410478066,1378.3452345789103,764.6253582261893,7649.031069300684,427.72441982268884,4462.041824428428,486.88047094330426,5042.829447570765,364.09827557697366,5725.789158100116,86.10025918603746,1553.7390395140808,182.20365930631718,2987.521914795821,410.2026363265846,6856.805297151051,228.94302672826123,1996.3315490332911,181.22157596156828,2718.8881117820183,231.89907385421782,4860.210369360115,295.9918312036117,3254.915338486998,236.04063860213404,4146.530343901515,277.1350112904945,5845.324439772116,4384.186454947099,1334.432782992149,35537.95212687114,14125.970172329768,879.0906210214067,6256.668732254337 -3754,985.4773178846069,4558.866164793414,225.99665844457914,1826.5434600410974,401.2338759229571,3251.1576011356105,426.95943134427154,3831.278948751121,88.97088924766335,1401.19349345816,739.7075767480511,7775.82589374842,413.78564116286265,4536.0072462813405,470.99507830799064,5126.422345642634,351.8646655654703,5820.703196825863,82.91536110812666,1579.4947289560369,175.02559490611335,3037.0448299583204,394.07714257659666,6970.46772263314,218.91392762640794,2029.4239114522472,174.88979120194995,2763.957995497101,224.24552093933335,4940.776066502514,286.27918126501464,3308.8707238418956,227.30935970356026,4215.26566243517,266.883627925042,5942.219965423149,4272.25869499855,1296.411286547909,34256.98655636177,13552.913732575744,859.7170330364233,5995.682521421135 -3755,952.2374909501723,4490.051372678671,215.5547926485277,1798.9723044186846,375.2990512602112,3202.082298995314,406.93547789903107,3773.446879358962,83.06133811844666,1380.0428749755438,690.1190166999472,7658.4520066773175,386.0462550069781,4467.53750306001,439.4118738255476,5049.040453905579,329.4331414443368,5732.841332499926,79.28307672869836,1555.652703879969,165.88567313666533,2991.2014993883813,373.61539796041427,6865.2504887998975,209.77271357161888,1998.7903329414812,164.86455909978048,2722.236833261001,209.446471905263,4866.196452710041,267.24973397873623,3258.9242584786034,217.3515880010118,4151.637422477388,255.19222093022555,5852.523839930683,3917.6480168427643,1202.1203217253449,32365.28461449494,12955.945363798362,784.8123247056101,5756.004712819492 -3756,869.0328928578278,4399.4679750606465,205.54058837154452,1762.6793959351555,343.5726559961106,3137.482705355812,366.8332999844411,3697.3204365428865,78.05236551109073,1352.2015515478224,648.1716646902116,7503.948517590167,362.58129061829425,4377.408305769402,412.6712044474602,4947.179873465768,310.08387672425863,5617.185585427018,71.39500408227423,1524.268584694035,157.48183780540805,2930.8562667205683,354.0376936548609,6726.749241674233,200.69600567534744,1958.4662465433591,156.06972625260786,2667.3177597336526,196.88505960383247,4768.02461199449,251.12292165388538,3193.1779212074825,195.7267320202773,4067.8812708897985,229.80250523606543,5734.453588599653,3621.961356426941,1108.8939964198871,30331.816707038586,12183.5643757827,718.5995487909648,5379.8384631742965 -3757,848.7432241650332,4291.274751771746,198.43412253481196,1719.3309805012354,332.0045435366355,3060.3246560576026,357.51917895741315,3606.394666011284,75.47889024262172,1318.9477478543897,626.8313955963566,7319.408845494735,350.6437396087329,4269.757581423291,399.08619112746777,4825.517131576425,299.7935268495025,5479.045833587838,69.7598831183892,1486.7832495874,152.13083576740146,2858.779645572167,342.14081622958565,6561.3227203679,193.72997803573367,1910.3029738210207,150.80562024388388,2601.722167812715,190.38710580732698,4650.767717657083,242.84408490590667,3114.6501960850774,191.24410908562126,3967.8425414004564,224.53946339308473,5593.429941861403,3503.907854267921,1073.030555295797,29340.053337034587,11806.440228425537,693.388143926159,5222.358312027517 -3758,807.6718669470728,4196.467595159198,198.1261702521416,1681.3457917248963,316.1548562477524,2992.712886656842,335.1192479598871,3526.7185688874565,74.43369444661488,1289.8082280315277,617.9708181102111,7157.701105751529,345.6872137444227,4175.4258037731925,393.4404683821965,4718.906955138522,296.19219978271326,5357.997243954227,65.2355279783611,1453.9357391047981,150.99958422499338,2795.6206111927845,338.92393121514465,6416.3633815424,193.17005489231045,1868.0986397494976,149.55178299343427,2544.2423056984744,187.78853528722522,4548.01828097875,239.47558019318166,3045.838212230716,178.84075877505379,3880.1809743844615,209.97670568866627,5469.8542634967325,3413.6015381935754,1037.8518726243137,28716.05752867689,11577.449485522702,666.3201352578125,5082.106646777108 -3759,828.0722560813285,4101.855382336159,202.70983800196146,1643.4387086202164,326.91457628808865,2925.2401415134623,346.04349296174263,3447.2063028588937,75.68261792617182,1260.7286252932167,628.2145644777438,6996.32587170415,351.41747160825815,4081.2879924317926,399.9057070608828,4612.515992023092,301.272096016045,5237.1975561084255,67.27942918321739,1421.155770128537,153.7982862166607,2732.5914452953148,345.3459140069663,6271.702110118616,197.19377047342584,1825.9810868146697,152.60546179263875,2486.880634473419,190.965669114642,4445.480119116283,243.48977898429894,2977.1677205313317,184.4440374433738,3792.699658297606,216.55550799239217,5346.532683154749,3464.1547588466756,1060.234643474349,29393.529958281164,11845.771044742378,682.5076927191778,5209.375350184091 -3760,873.6107412355057,4059.617786087755,211.24436041467484,1626.5159031667085,345.9873974952206,2895.1183794057742,367.994154660699,3411.7097544841968,78.01285128954261,1247.7466594044993,647.3604900687029,6924.28335439263,362.1275269670799,4039.2621825653277,412.1155001232132,4565.020024954301,311.11689157677523,5183.269122453593,71.40448673225858,1406.5218549780247,159.80170405826138,2704.4534239805575,359.07799047568477,6207.121183482782,205.921884182821,1807.1786072747461,158.199239135208,2461.2727447830125,196.8865871000835,4399.70415265727,250.9804966200516,2946.5112501240387,195.75272835035932,3753.6454981854577,229.83302749389975,5291.478404602546,3557.3785854087196,1101.3174160793985,30664.794725975687,12383.439656588214,709.0449907620858,5468.302973441555 -3761,952.3127296281106,3991.777706617419,229.3996924902406,1599.33527337719,378.9313125442215,2846.7381940572923,402.6385031918823,3354.696835271184,85.17456510913918,1226.8956244073297,706.9094068699142,6808.571985049701,395.4386454329326,3971.7622646159507,449.9752578532425,4488.73419274175,339.2777227623065,5096.651759018928,78.08518395573768,1383.0175352498295,173.41862702268477,2659.2594316211253,389.7756506172146,6103.394277020662,222.73587181867634,1776.9789316415483,172.38024584125154,2420.1425331713517,214.9359495916261,4326.18090611295,274.0247403757149,2897.2722409607427,214.06760979026598,3690.9185070452954,251.3365063214931,5203.0527610077215,3904.710105698831,1206.814616990427,33417.49984188507,13457.007928145244,780.4335203529962,5942.306769450529 -3762,999.2581332602064,3914.5803756757455,237.48074073974126,1568.4055915512417,388.15645203594835,2791.6848803152393,418.30812813530935,3289.8200658628834,85.3387785711412,1203.168584850179,707.4814011297927,6676.900428314775,395.7586137812438,3894.952014021354,450.3711233677163,4401.926177753379,341.6093095360436,4998.087174151588,81.29345092830495,1356.2712406879286,178.42097837046256,2607.831785722331,401.1794626383458,5985.36021237583,233.1272491317529,1742.6137838942416,175.3033716125682,2373.3391894507004,215.51604039519205,4242.516523056472,274.52800942027346,2841.241644957666,222.8629536390533,3619.5395179310526,261.6631082628905,5102.430478050272,3806.304713909891,1203.7128683178016,34256.455959967556,13985.134225578335,764.2441961206434,6213.938107114672 -3763,1033.483897612902,3746.929611743439,241.39732849769734,1501.2350725313388,391.6603599208144,2672.1246572703035,429.47601876753447,3148.9260761344094,85.9204868785486,1151.6401672341108,712.0754893064756,6390.947056540237,398.32850461581455,3728.1418790991315,453.2895453760344,4213.4037269028,344.4064846252192,4784.0327794191435,83.5761201350228,1298.1858553389313,180.86791027410763,2496.1454875433524,406.8775068023773,5729.023615418967,237.39660997699755,1667.9824047752459,177.20357946107592,2271.695567402652,217.0329551750959,4060.8211514387485,276.39208610373083,2719.559041311749,229.12080584954333,3464.5245464580084,269.01044452362504,4883.9073451821805,3795.064188574467,1208.9336319663284,34726.02756765318,14273.980920329792,759.1358855044251,6363.779610381428 -3764,988.4059015806873,3624.700511247534,224.088415337709,1452.263079042774,359.4717846508355,2584.9569153817374,405.8679070489509,3046.2045303098753,77.31583952831382,1114.0723567007067,640.0494884130685,6182.467103356811,358.0378196249989,3606.5256557851926,407.4205120542375,4075.9577108497274,311.28950966900646,4627.9721954309525,79.56790705926409,1255.837557981738,166.60169090388354,2414.7183860859077,375.21840953702923,5542.136356838566,222.0002406806943,1613.5709238817437,161.77720841909357,2197.5902773182297,195.4474344389881,3928.352552333106,248.68974251336067,2630.8439359296726,218.13243969362668,3351.507820007546,256.1090179018427,4724.588739399992,3313.0126473112723,1082.9135139120283,31994.968714819213,13371.103209096587,662.07091671233,6014.082893183365 -3765,820.4087346998327,3543.0844775218247,182.2021426406378,1419.5630112523559,289.32797938987426,2526.7524016210436,333.77636908029325,2977.614275498558,61.89798423909685,1088.9872036638642,512.1300715462675,6043.258790270003,286.48086983937105,3525.318858522405,326.01280425583803,3984.180886540791,249.85263762858716,4523.765866215098,65.74151193203731,1227.5603306168284,135.11554821729203,2360.3470699936306,304.5090904849679,5417.346133092181,181.41036422601684,1577.2387473243402,130.48146889512873,2148.1079541215017,156.5321275418854,3839.899298497978,199.08853222067273,2571.6062011883787,180.2278948496399,3276.043164535756,211.60534037618655,4618.206931386215,2607.601493101635,863.6416743955465,25914.228984868954,10940.34241390115,518.4312319177985,4944.89824043889 -3766,636.2588484631927,3279.13199212615,148.30392132434608,1313.8084949903262,242.81492914192881,2338.5145595321496,265.82861267263576,2755.788153780679,55.9066482247155,1007.8599032015817,464.3614393655304,5593.048475584895,259.7595346581421,3262.6898750977507,295.4963724690447,3687.3676285052566,222.07659677832692,4186.754640174345,51.21710263858576,1136.109618025838,111.1281843174487,2184.5060818733077,249.96974699365515,5013.765020321629,140.69429725654544,1459.7377139564292,112.57512846303068,1988.078342356453,141.0031915775733,3553.8347211677287,179.8750768594265,2380.02684354987,140.40977028932454,3031.9847061420287,164.85493135789153,4274.16004079005,2604.352174544837,794.0016072859386,21617.30432623294,8674.930175227773,514.6505812506701,3826.526463818166 -3767,453.80716443778823,3031.09983636732,109.0524120670781,1214.432576592047,193.51440714819412,2161.6303081915726,193.5502948113401,2547.3415044118383,40.37876110040372,931.6258067717247,312.91425466417456,5169.992656546797,175.04136710947364,3015.9013941106546,198.31842852881022,3408.4567020254485,142.74487949192996,3870.0702915329202,32.26313415056659,1050.174767457478,65.88427099137161,2019.2709665878149,148.51768393789789,4634.525956616764,102.7168322612348,1349.323771210464,85.86918817806556,1837.7009381360185,106.54820798865917,3285.024167271641,125.65146156692748,2200.002620619216,88.44817495556411,2802.6466664723894,103.84688886667112,3950.864384646599,1913.351902580413,587.1293667099525,14711.927573025081,5542.616196917156,388.4317471687229,2446.3067517442128 -3768,445.5127857725011,2866.24325204399,105.80348846654256,1148.3815663066557,188.65139035408205,2044.0627556805555,189.40258296437332,2408.795748022078,39.01383972013104,880.9561961805013,302.2573717936314,4888.8051746602,169.08000447104928,2851.8714283128534,191.59779743950318,3223.0762922586405,138.04966907307247,3659.5834703142755,31.810272467285184,993.0574719370916,64.30479832901779,1909.4461068517876,145.01104565643655,4382.461636597097,100.92755500547403,1275.9362485036484,82.97120717947527,1737.7513765828207,102.9632109301706,3106.3570520752523,121.39742282635251,2080.348060519894,87.20667159737775,2650.2152780514984,102.38924136484364,3735.983304266835,1836.8134685146583,567.331588077278,14321.150821147054,5429.018448177917,372.7375351619058,2406.752656623392 -3769,446.83183885347296,2779.6886696309807,108.17010199292021,1113.7028324442776,201.46720585497138,1982.3363135449315,195.94160234453022,2336.0551284184894,42.34489522430744,854.3531520633697,328.61839739068455,4741.1734305332775,183.82612066785896,2765.7508450730384,208.3162172549853,3125.74609449445,148.8297558118312,3549.0716640142628,32.557046335374814,963.0692025414852,67.08806202270112,1851.7848074136311,151.1816547610925,4250.120413769554,101.75542179334134,1237.4056286422326,87.7451826735503,1685.2749007531795,111.63830967682676,3012.551532506617,131.80884559433454,2017.5258776770368,89.2539242117328,2570.1842909631755,104.79291803574995,3623.1643819467595,2076.499678410518,623.546730609286,15040.184646509653,5536.516840879667,422.43587318349336,2424.171971261848 -3770,509.9395002333575,2742.389622069877,123.93069261367145,1098.75869306273,242.17713620246792,1955.7364798121737,229.53856619003682,2304.708944836064,51.01864508940916,842.8890772549414,396.41098201728227,4677.554344261873,221.7486713859773,2728.638821183602,251.35816979124635,3083.8035008809143,178.47661875176885,3501.448707443588,38.1969314749637,950.1463294216701,78.93267125439442,1826.9367694447535,177.85508807858193,4193.090486214878,116.82731438899152,1220.8015924063218,103.32618798064986,1662.6611636956868,134.40531216929094,2972.1278317811125,158.84815742597078,1990.4538553713073,104.71545827186637,2535.696462467561,122.94628536139123,3574.5472177008555,2573.6792537305423,760.1918667513983,17749.9634764071,6405.0121408125415,524.4482512278041,2788.1072072904835 -3771,742.1435462367295,2734.202027032458,176.5542707250938,1095.478272530854,311.07156663843847,1949.8974924677993,314.21773522517844,2297.8280759151876,64.36275304399237,840.3725732649582,498.5178176344211,4663.589180293877,278.8662997178276,2720.492280119036,315.99115102728604,3074.5965909520723,228.043561462885,3490.994888689999,52.662344672341426,947.3096014421778,106.62482431520905,1821.4823225978118,240.4312535054288,4180.571722805005,168.11705886079747,1217.1568043064765,137.61876824060448,1657.6971731003207,169.88965962915088,2963.2543373329754,200.26360330544264,1984.5112168864996,144.37184724248726,2528.125964240241,169.50680083109435,3563.8751582585587,3010.9981149645505,933.3470347664398,23721.60035503775,9024.86491896968,610.7664172652983,4003.221203667693 -3772,1074.8617129724862,2700.541913400495,255.0784194917317,1081.992098952541,439.1949608028952,1925.892766219249,449.4337406892288,2269.5400586518963,90.68101678355332,830.0269455353261,701.8796721909126,4606.176838342007,392.62505793639866,2687.0009439345363,444.8279204966674,3036.7459604570704,322.1152747301217,3448.018077364377,75.34411212885273,935.6474972838392,152.15202294605774,1799.0584850938228,343.1246602926627,4129.105694382478,242.7150476518879,1202.1726751397891,196.34756817566176,1637.2896557836505,239.4599661822686,2926.7744149538344,282.11187731439054,1960.0803692739685,206.55306395046478,2497.0028042136937,242.51368768107017,3520.001135194027,4169.646802021075,1306.2802274786463,33804.41319729778,12988.687973240501,844.8717463669867,5778.179963824706 -3773,1169.5946336079917,2865.3984977238256,274.2797169299032,1148.0431092379324,475.00788196934434,2043.4603187302662,488.5246149854863,2408.0858150416566,97.24239357454454,880.6965561265496,752.4731485252148,4887.364320228604,420.92658505564555,2851.0309097323375,477.01265783150194,3222.126370223878,345.778772659011,3658.504898583022,82.3216964168571,992.7647928042259,165.02147948708296,1908.8833448298503,372.248697702837,4381.170014402145,264.9883952797872,1275.5601978466048,210.28216137352692,1737.2392173368485,256.82676137638236,3105.441530150223,302.50847274531264,2079.7349293732905,225.68185016796156,2649.4341926345846,264.9727710649917,3734.8822155737903,4442.648134712419,1401.1365176397344,36517.6747073446,14113.606281903269,899.8014883908464,6303.78485266522 -3774,1090.4239628315972,3137.2786552052876,248.2731077474977,1256.9739059780932,438.3756616712802,2237.35178398539,454.45264411305476,2636.5743659857853,87.86361210263756,964.2604717785168,679.5486938921599,5351.096461537593,380.133313274588,3121.5478145671404,431.03235793156006,3527.854256120911,312.96608187083905,4005.638077009544,77.70700517691172,1086.9621787608644,152.7141096566338,2090.005623220917,344.74233037600516,4796.872470592768,248.49339241481357,1396.5903120674036,189.16701394469354,1902.075233118845,232.12987221339614,3400.097904451181,273.30298735995336,2277.068270814934,213.03084681993647,2900.8228166261392,250.1192442466682,4089.2623709872673,3961.8772902355518,1268.2322527642275,33527.76834250899,13119.424184831141,801.7126633482395,5914.115187197057 -3775,985.7606524047968,3437.2305671007584,226.06490039975387,1377.1518588275433,393.1899756875638,2451.2626344212267,408.8775466413169,2888.6544675157775,79.18895498876738,1056.4524011104268,612.3572753565365,5862.709165022571,342.54704935982085,3419.9957173375997,388.3222095752431,3865.148690345403,282.23484976182124,4388.612919734087,69.65935427569693,1190.8854892186198,137.4579326128009,2289.82886223007,310.25467355135584,5255.496401331526,223.9117986059689,1530.1168426305292,171.59859464140942,2083.9306452278115,209.23305214986007,3725.1776882886106,246.31174077483206,2494.776372775919,190.9685130252686,3178.1674345399347,224.21588641180824,4480.232444488621,3555.639416885159,1139.0830294791785,30232.44236953385,11838.152516646122,719.3180503124497,5329.225681750573 -3776,970.0379333767062,3641.660526387757,222.2614251057185,1459.0582345961013,388.410715135958,2597.051958347538,402.9115151660613,3060.4577561402457,78.23477281734951,1119.2851139970178,605.0446635428286,6211.394937629324,338.4564413100659,3623.4006305688795,383.6866876848986,4095.029163586971,278.6556664127837,4649.626530253784,68.6908542228722,1261.713636275914,135.4847882314923,2426.016881026472,305.80639069133076,5568.068076226001,220.29827438839766,1621.1208406856122,169.07599953429167,2207.8728273550314,206.69809539938407,3946.7333588457996,243.349341334396,2643.153684789331,188.31340637267425,3367.1895634215252,221.09852909358602,4746.695144136855,3522.658539842065,1126.5589093192023,29814.423360689016,11657.472839947955,712.7787953096093,5246.425797094424 -3777,881.0577913855772,3758.2362948067357,200.61791637022205,1505.76517875896,341.0468988946321,2680.188023742597,360.44968575523586,3158.428231985167,68.151685537652,1155.1153407022935,526.5074060305368,6410.232290139538,294.52341902338816,3739.391868559799,333.87086789088244,4226.118035815488,243.80760002017124,4798.4690106821445,61.63500109535157,1302.1032430522123,120.72352333304835,2503.677821702787,272.560237784264,5746.311437981383,199.69307779837334,1673.0156854503996,149.70693171140098,2278.550604582005,180.17517362273333,4073.0750292783932,211.93923019810165,2727.765545126409,168.9700490605406,3474.9790478954096,198.3875180624298,4898.6449565558805,2985.2231725256106,973.0310229243711,26465.714151141652,10504.711598981834,602.9193112618898,4752.623759387376 -3778,843.9259254493065,3784.293638466663,193.36637612953533,1516.205246294972,327.9946710828616,2698.770830923824,345.8677979655151,3180.3268683161978,65.89107756604415,1163.1242137582867,509.1358975725997,6454.676974459931,284.8059563514032,3765.3185563342868,322.8217570602595,4255.4193892612075,235.56612407300557,4831.738700569828,58.91071451931683,1311.1312415662499,116.0050097485312,2521.036813606515,261.8541964310685,5786.152895561728,191.19572103265477,1684.615367121419,144.76528127585556,2294.348700149378,174.1792620578419,4101.315274825815,204.9169249664134,2746.678226144174,161.50151935782472,3499.0724566539757,189.61872690958782,4932.609206030383,2900.07138930167,940.9096245778809,25469.871087303876,10074.244368676109,585.9172482545044,4547.480590086921 -3779,808.2457075475693,3700.208333548878,183.28448881803973,1482.5158467312754,299.87666850643524,2638.805355223212,324.6353110457344,3109.6614337573333,59.492378117817246,1137.280116149954,458.9845511787124,6311.256951228546,256.75175266998866,3681.654869218757,291.01978370126096,4160.865881768574,214.03412781738623,4724.379636835784,55.56451835644752,1281.998494277907,108.26189996968066,2465.0205079408274,244.47434642766626,5657.587177093494,182.72370484362526,1647.1839703149633,133.67954179259115,2243.369302546936,157.41321817707302,4010.1858915395246,184.95806465309911,2685.6482696395424,152.3280477952702,3421.32463828796,178.84816570403706,4823.008844971352,2512.371088424678,839.2541263866082,23633.747620484763,9546.773583994907,506.138337219851,4342.113491327401 -3780,766.0985070393879,3566.867493779187,175.7328421634211,1429.091852686749,298.22622276940666,2543.7132711197337,314.1312020167628,2997.6015631773066,60.0343694823508,1096.2970492329184,463.91475768114447,6083.824270141647,259.5096650164361,3548.98262275285,294.1341386775183,4010.9247701252857,214.51559744529857,4554.131723372404,53.43413898947237,1235.8003507137735,105.41720465465183,2376.190940805862,237.93794372870624,5453.710163352393,173.48463780187564,1587.825989883003,131.81669425119517,2162.527166172346,158.6904265058214,3865.6746894101047,186.70572918782034,2588.8681525977836,146.48769248159925,3298.033661329237,171.99101201482455,4649.206725838151,2647.250960993472,857.3154182153622,23161.969595592556,9148.467121364609,534.9110592323491,4126.037779005747 -3781,745.2975561615577,3454.515490657882,170.02141342806559,1384.0771913421038,285.4569861041788,2463.589385981027,303.5123688091521,2903.1807469373143,57.09906639250117,1061.7650208600921,440.98897302073794,5892.191179038447,246.68519112558772,3437.193971392966,279.6155547014344,3884.58550098272,204.51612638758203,4410.682093552528,51.79208470553428,1196.8741374179735,101.6062221797158,2301.3438060401754,229.38479438445782,5281.924902934307,168.75994233664775,1537.8113955975255,126.36071797641254,2094.410181353749,150.98243047773082,3743.910621771476,177.5566385812525,2507.3219434188336,141.98606210946943,3194.1495981118414,166.70565356386436,4502.762348668558,2481.441434536874,812.4037212587361,22264.97786193603,8866.763939746957,500.9069332175787,4012.761105521637 -3782,711.4626721499162,3408.3790375287053,162.85054441769995,1365.5922800316162,272.4461078426701,2430.6871522109873,289.7826564859592,2864.4075925488555,54.66242733138413,1047.58471909228,422.1842055384429,5813.498580063277,236.16597648703024,3391.2888541671464,267.6754491027612,3832.705288728053,195.77030361736206,4351.775648284822,49.311443852566505,1180.8893986921407,97.0760279893643,2270.6084276843317,219.1286974060548,5211.382657176524,161.0871583736082,1517.273301741421,120.98639805182523,2066.4384853441024,144.5365016379768,3693.9091794886713,169.98077364950475,2473.83564363667,135.18547803907896,3151.4904369011324,158.7210965219458,4442.626134309998,2377.6168960752852,777.2368530886089,21281.623044089978,8466.021209408334,479.9813172084892,3827.174948404598 -3783,710.369692977128,3369.0006000513995,162.11714521557943,1349.8150176947056,266.25143176108094,2402.6044005579806,286.4355160557344,2831.313886112235,53.18033334119231,1035.4815319441548,410.4515834334661,5746.332784287987,229.60285517688723,3352.1078667708225,260.21610665781174,3788.4244314879056,190.9883506273113,4301.497752723799,48.841711833493214,1167.2460864777431,95.71894058242313,2244.375132906811,216.1022423291106,5151.173360065972,160.47265663343106,1499.7436047239403,119.0507088441216,2042.5640518377802,140.67745657712763,3651.231892112555,165.3480820595871,2445.254379302668,133.89772528662374,3115.079941541491,157.20914766557706,4391.298604848422,2270.4029295989553,751.6542357830186,20949.681267077725,8410.340536576105,457.7478501988317,3813.4996288887046 -3784,734.638584638412,3370.950031643361,167.29938955430384,1350.5960718858973,270.4268869943407,2403.994638636704,294.08009643915295,2832.9521917677052,53.81188257338681,1036.0807008523568,415.07643709342034,5749.657830495294,232.18995594092388,3354.0475235862727,263.14578071825963,3790.616557624775,193.76764245617065,4303.986762554127,50.16724530302245,1167.921499357319,98.08575668268652,2245.6738135268843,221.46553335358294,5154.154024445678,165.91042781281266,1500.6114132849855,121.66488135160283,2043.7459569081434,142.40036341412946,3653.3446334400437,167.29081552526262,2446.6692962775483,137.53162569057187,3116.882445004813,161.47570547291386,4393.839576859497,2260.036916077455,756.7208115410566,21417.045047524152,8664.933617948851,455.1321481976954,3938.5877723936705 -3785,793.5115727477526,3361.3328572203923,180.50944568068303,1346.7428797957227,290.25810649270863,2397.1361460649887,316.5607056324315,2824.8699018777897,57.71653607893605,1033.1248074920773,445.1036304695289,5733.254305759182,248.98689280356507,3344.478571286636,282.16287323755,3779.802092781611,207.93847040660503,4291.707674753633,54.0355072205126,1164.5894699097694,105.51557360916519,2239.267003411324,238.25259409258462,5139.449446273164,178.94141441377403,1496.3302339239187,130.85618218233614,2037.9152382207353,152.75221729635751,3642.9217994504575,179.42199966168832,2439.6890547560947,148.1363209832053,3107.990114401239,173.92666462579953,4381.304142871887,2410.360033263039,809.969643822785,23041.018609326104,9343.946457291704,485.2127212107617,4250.091229731678 -3786,829.0321740806047,3303.8897210279188,187.34519818115965,1323.7278622576134,294.37718648116186,2356.1705458226547,326.3941043048414,2776.5945916385735,58.113558641538624,1015.4693322560823,447.697238878811,5635.27647318471,250.4377335848347,3287.3234646001483,283.78432505770337,3715.2075716142554,210.1681280168358,4218.3649982229235,55.87667905958515,1144.6873434706556,108.41328203067845,2200.9992908960453,244.855570169361,5051.619377952963,186.5027012882883,1470.7588593926603,133.6829810640395,2003.0885050317358,153.9010646144237,3580.666479328008,180.61704047798145,2397.9962511592707,153.1838246815615,3054.876451753129,179.85293224953114,4306.430317139627,2356.8714666509945,808.3446165815694,23605.76019944642,9696.63282607124,473.4420622056489,4429.667705856838 -3787,875.090387697969,3163.5309426547255,198.04480336849767,1267.4920791857646,311.0791796413858,2256.0736154239985,345.0693093416326,2658.636833412081,61.416273604442104,972.3292619190612,473.1581052717325,5395.873651553813,264.6803089701959,3147.668468650327,299.9439627365831,3557.3748228891027,222.1922867788079,4039.156668685038,59.00861005970002,1096.0577187812426,114.64217939774842,2107.4944836065583,258.9105962320759,4837.011995574829,197.1904720022546,1408.2767748751182,141.28588996289724,1917.9915195754033,162.64395981011518,3428.54942481447,190.8833315247871,2296.122443987676,161.76989631843782,2925.0964763138454,189.93382795511155,4123.480718484457,2493.4276459281214,854.7216681095346,24940.72211772021,10242.302975409792,500.9069332175787,4678.2740186736855 -3788,846.0355822844044,3085.813765809789,189.2029211484013,1236.3541172523264,292.739755259665,2200.6495733256565,329.9064636014597,2593.323184614526,57.05737210448337,948.4424447613135,439.0976847326632,5263.315420130656,245.627221785399,3070.340978746895,278.383263787794,3469.9822437660437,207.28144767087255,3939.928351082057,56.78343606305112,1069.1313149916537,109.13153658878701,2055.720524555368,246.5678875474882,4718.183090950392,190.55233190439606,1373.680212633896,132.90301429916946,1870.8730026979158,151.2009609652485,3344.3216468031346,177.29568227762437,2239.714538621253,155.6696650748245,2853.236821940616,182.77155426959152,4022.1808462770364,2244.82736718241,788.2722042219682,23634.465157119157,9842.121344523594,449.9007441954232,4521.89977727301 -3789,712.1947073682253,3077.6911562376395,158.32153217043427,1233.0997336279393,243.61127412614752,2194.8569303971385,276.49735059078654,2586.4969295901888,47.178656455567996,945.9459144243865,362.89384544886093,5249.461098561909,202.9994922767422,3062.2590972995913,230.09067778057437,3460.8484096699326,171.72131384530226,3929.557504956259,47.733199891793475,1066.3171023034952,91.2852010319711,2050.30937000177,206.28608085899643,4705.763689766067,160.4597335188823,1370.0643534502215,110.44585392458308,1865.948411613268,125.06026001442494,3335.5185818477416,146.58426256256595,2233.8190672380297,130.85878128006107,2845.7264112417315,153.64112740195833,4011.59349165283,1829.2482506393378,649.787931805835,19722.135760691453,8264.438763693155,366.19828015906535,3807.3677979112354 -3790,565.0097499645351,2881.383806522791,132.1733702452225,1154.4477414837686,214.33331638318975,2054.8602493993453,228.77070520786236,2421.519895990058,43.60962673647961,885.6097318747227,336.78600574683895,4914.629647523904,188.3950059499001,2866.936065515615,213.42405839947958,3240.1017705244763,156.34618022987672,3678.9147405623603,38.51115945190761,998.3031679343596,76.80986322580054,1919.532505758966,173.2971624517506,4405.611416055918,127.2345689759483,1282.6762145788132,97.74427727866717,1746.9308205706961,115.31779497875992,3122.765976245946,135.60779508195859,2091.3372266078413,105.57690251193814,2664.214693059026,123.95770593969611,3755.7181466288034,1892.0142743926422,616.4485535622272,16914.35158144969,6712.665440293478,381.8924921658824,3020.0530078300503 -3791,345.8947002864433,2650.8964909695674,91.12580140406372,1062.101293128392,157.4113474757448,1890.4881093016197,151.5636073778282,2227.8179604402044,35.490681080168926,814.768142057521,280.4062429102093,4521.499169094837,156.85668317574937,2637.6044519667594,176.3101086045803,2980.9199296614697,118.83516376562042,3384.631424059417,26.55431328726319,918.4470179953669,58.75105036349191,1765.9854866607182,132.06571764729938,4053.1982643061765,94.12619062957407,1180.0725292408936,72.38407429824854,1607.1905352331326,92.52443742137565,2872.97004647897,103.93129730925824,1924.0472244268867,72.79765618850978,2451.0991437627044,85.47163483882305,3455.291181074482,1717.6355672217694,516.253888879797,12465.654833768207,4584.261438719857,354.30284802393726,1981.87561426385 -3792,366.2948211664873,2500.5306505943845,96.97399308184467,1001.8561066230496,176.43092346542628,1783.254637816485,165.0642255640897,2101.4502501332677,39.94696412232168,768.5523441911183,316.0603598417563,4265.027811336176,176.80126952090296,2487.9925710999037,198.7751203525161,2811.8342894482084,133.108048674273,3192.646203145415,28.929197520211353,866.3502808457234,64.3489661353731,1665.814132291845,144.62312412507885,3823.2901689520954,99.8844572543577,1113.1357030888946,79.43267794082325,1516.0264493110224,104.04861104532776,2710.0076083441127,117.09180959297379,1814.910191423885,79.30831244263322,2312.0663358615675,93.11578800321254,3259.2979523863287,1995.2098693114663,588.5463750616062,13698.11790863488,4930.845431765666,411.3389212905754,2113.728053955457 -3793,383.71850039957167,2390.972827082056,103.87291769588035,957.9609540129163,199.53824101522204,1705.1234232116974,180.03614322450724,2009.3776672319896,45.882543328087095,734.8791228431369,363.6790665212059,4078.1606101209177,203.43873775034308,2378.984088864441,228.7450527648344,2688.6370613894146,151.94462617200486,3052.7641468393394,31.198260421614364,828.3921573785345,73.89709899361813,1592.8284359691102,165.74255329080412,3655.7771854712064,104.91620459276534,1064.364965215597,88.6797364503119,1449.6035249872762,119.37130486043404,2591.271797126819,134.6530703034748,1735.3920257915304,85.52886347626392,2210.765855696325,100.41932899999902,3116.4956277050633,2385.460025575744,686.898081055606,15236.712539237371,5301.407887108447,495.5185135376195,2239.4959712572977 -3794,455.82067583879814,2341.58732760276,124.41019728042744,938.1742882425123,251.5727436834296,1669.9041304722125,220.81790217556295,1967.874008714925,58.08868151229616,719.7002081656303,461.00624721440647,3993.9262782178644,257.8826709093877,2329.8462165510828,290.026090760564,2633.1033126611587,191.5674877808894,2989.7093599022005,38.22806230561613,811.2817327039063,85.45779031514631,1559.9285941122037,192.03274767350243,3580.267175384708,125.04936137245103,1042.3805265636593,109.72169631811887,1419.6619910151765,151.00665384207917,2537.749126129384,170.618271413055,1699.5475356261218,104.80080227915369,2165.1025278748293,123.0464876509767,3052.124468210504,3099.5155635474725,877.989547244241,18757.564069165986,6339.15451889479,642.4575830784136,2653.727391167966 -3795,642.4614794563613,2311.7610916894505,172.08190094163092,926.2241861390942,319.31788635339007,1648.6335359652523,294.3032929344731,1942.807988866034,72.83941914727745,710.5329445993458,576.7489759868694,3943.053186281358,322.62809293899795,2300.1695343802207,362.7331449433721,2599.563858607164,242.11789334382536,2951.627595609444,51.29056368338257,800.9479390133852,105.75192403816855,1540.0588255550167,238.30495163700775,3534.6631134960458,175.35657891842393,1029.1030856028915,143.25064196053944,1401.5788843285138,189.62963844965998,2505.424256912475,213.61570882028923,1677.8993548617661,140.61116099465045,2137.5242872464905,165.09138392692728,3013.2476843500326,3697.4923449848293,1076.4881875566073,24435.603111114506,8619.219929814059,759.1025314331533,3669.6723047041955 -3796,744.7600993510015,2261.4008795657487,189.9503287395454,906.0469945357961,295.6461707770312,1612.719126433953,305.91889553875285,1900.4851801698233,64.78230926108105,695.0544464363928,509.7851572520464,3857.1563366501323,285.16914626750787,2250.0618367949096,320.4567994778155,2542.9340503544036,219.85647252872795,2887.3283077810324,54.3771879412419,783.4998089908845,103.12939943612393,1506.5096454876034,233.1272527984788,3457.662776038425,202.2406714042792,1006.6847440733856,140.20674666960292,1371.0463997319755,169.31731498656433,2450.845218666887,189.20026311485114,1641.347408496362,149.073025893056,2090.9597106073757,175.02644866004337,2947.606042957832,2844.537200664409,907.5766282581807,24197.655364841772,9392.247933733901,578.6751384532031,4163.284588472464 -3797,822.5533994039465,2335.7390454331753,208.00968364061546,935.8311307197438,329.9776045785059,1665.733425226231,340.0292532249763,1962.9591023428702,71.92827012855356,717.9027053156424,566.1597976631888,3983.9511610978675,316.70460360377314,2324.0272586478213,355.99571477018304,2626.526948426272,243.92027496471482,2982.24234650678,60.66177988430347,809.2554984328405,106.87462748614391,1556.0325606501026,242.31726132047714,3571.3252015205135,224.2425147133905,1039.7771064923413,154.26959750135734,1416.116283447058,187.96457756544976,2531.410915809286,210.10559883052792,1695.3027938512591,166.30199952934723,2159.69502914103,195.25496452703112,3044.5015686088636,3180.9538677438377,1012.4344589710065,26687.391221995636,10252.943233607306,651.9093896953581,4568.056567557941 -3798,735.6434757504354,2534.125785064226,178.2158907455943,1015.3162458192769,277.54593612096687,1807.2130241442724,296.4996298146525,2129.6836587971957,58.34931341981122,778.8780002050029,458.191482803112,4322.329321639756,256.30811748684437,2521.419253938684,288.26386703979216,2849.611851198339,199.3830497223739,3235.540049891026,53.997263153395764,877.9898718965584,100.54331478023268,1688.194681701549,227.44652204544698,3874.656844786538,201.77609368533186,1128.0909061453192,127.60802751029742,1536.3945709384593,152.7072718863416,2746.417108061692,170.17119813711705,1839.29387650972,148.0314763043351,2343.129414187762,173.80356662269924,3303.0872788485617,2426.3624332050204,810.6311206133245,22839.49481224044,9185.990155049714,492.02631112330204,4150.426711194113 -3799,670.4072342771598,2808.215290786132,164.1469175646648,1125.132234278971,253.40292252616865,2002.68008716117,270.10141666934345,2360.0289497942445,53.72489221318449,863.1209716281618,421.95271044674695,4789.829835749207,236.0364802537152,2794.1344289718113,265.3954528215458,3157.8241382117253,183.455166644497,3585.494096467915,48.94335729706641,972.9527231627864,89.65715365829735,1870.788793089828,202.9532298051526,4293.737375709206,183.31878327592162,1250.1045333682123,117.76530824504843,1702.5700745477518,140.5889317851323,3043.4679143363837,156.70300381291247,2038.2307850330276,134.17638252133642,2596.560868444049,157.53631876774665,3660.3471926823067,2243.667501477076,744.8664028497542,20873.873790731555,8355.487078845712,453.9229177888556,3763.146621073759 -3800,657.9134053520676,2992.176265631157,160.77775420249313,1198.837559980541,248.85541854417036,2133.8719449740925,265.0486243795427,2514.6300687651096,52.71710519927507,919.6624255084492,414.0424613472265,5103.60270381145,231.61155938188554,2977.1729926774483,260.4215819984515,3364.6873401751186,179.96428474514084,3820.37316412753,48.081355507878655,1036.6890513632652,90.74288772341066,1993.3406968684058,205.1666568315969,4575.012146897731,179.83130676302284,1331.9965625766365,115.39270265240354,1814.1022820972994,137.95070555070436,3242.839852188821,153.7647309035327,2171.7515031218645,131.813236873233,2766.6567546713813,154.7617524907416,3900.1297478326946,2202.945535626175,731.9259320622085,20530.70194707915,8231.446468624932,446.66054603179833,3707.100776325312 -3801,606.944843605933,3116.9396290875557,148.2051332971657,1248.8249246752757,225.843340214666,2222.8469977135264,242.72864559292267,2619.4814135309075,47.68361093814216,958.0091562037082,374.2912499769118,5316.405220289661,209.37509594564764,3101.3107717329344,235.40601025513965,3504.983122332478,163.1335126852371,3979.6694633094808,44.07731851139771,1079.915386119056,83.44874231094607,2076.456084391662,188.65146965462176,4765.774272062988,165.80688155346354,1387.5361954412692,105.33305375578003,1889.744049919639,124.8246597648591,3378.0550170695524,139.02896898507933,2262.306001943751,120.83631928238329,2882.016737372586,141.87376761453282,4062.751619694018,1961.9793463685392,658.6354040844079,18752.682724301143,7575.65342959962,397.1975447380368,3418.542543228241 -3802,582.4850934112432,3230.0064219016344,143.24376576955035,1294.1259717990702,218.24801093231844,2303.4806354659027,233.670345180062,2714.5029402554183,46.37970538025626,992.7608792616822,364.17217422474374,5509.257491776916,203.71457768180326,3213.8106287103533,229.0185462115638,3632.1261689322037,158.514002988429,4124.031727652808,42.24801512995223,1119.089250148884,82.33541356786337,2151.7794007916573,185.92612467273852,4938.652439862392,159.03335515708014,1437.8689853573574,102.32333660444343,1958.2943987842561,121.38705517158394,3500.5937544789044,135.25600951186246,2344.371012641023,115.82135251648236,2986.561716778108,135.98570156150004,4210.127684136267,1925.228125025686,642.0807034297599,18150.42817077788,7303.329732780765,390.98537371619557,3286.3538654285976 -3803,572.4640958614957,3176.0722613140606,140.54887653266593,1272.5168513000253,211.53509951416746,2265.0174628662517,228.26473638520747,2669.176579136612,44.78408602377196,976.1839076729889,351.46418329422755,5417.264740225403,196.60584398707388,3160.1469030373664,221.0229405032566,3571.4774733936397,153.35931355730347,4055.1692672071335,41.33166386700428,1100.4028664562404,79.37237812529372,2115.849312552698,179.33657568660442,4856.1875654981695,156.27977487871684,1413.8596656747982,99.54723275923678,1925.595093957613,117.24847915995284,3442.141367379696,130.55823654424262,2305.225058684005,113.30920981987614,2936.69255919836,133.03619804079145,4139.827606380783,1832.9847191728884,616.7599890194113,17659.616700183728,7153.470806411464,370.5282594032093,3224.35563829338 -3804,528.8049776864392,3054.687908835172,130.1966268991495,1223.8833123547809,198.50240733599344,2178.4521534328815,212.27112324390114,2567.164960995322,42.279644357971236,938.8757352562279,332.00911941195375,5210.225630722613,185.72285950044468,3039.3711920324,208.7813924609679,3434.98137228747,144.4183033735297,3900.1872469024156,38.32550234411157,1058.3472460480823,73.18096095818633,2034.9849689181328,165.3840778502926,4670.5919194752605,144.29987343230675,1359.8242326324316,93.2035969441685,1852.001959297678,110.64979812968433,3310.5882833679007,123.30667776372957,2217.123079873644,105.06793049838684,2824.45691233673,123.36012255084653,3981.6100810758485,1757.7962815123472,584.435689051375,16482.431426097362,6626.180341783983,354.7897817241197,2976.155519285114 -3805,517.6809691313434,2978.075409262032,127.02027094879303,1193.187947543811,192.59005673493684,2123.8159124629733,207.03796039920795,2502.779684872816,40.82936386926807,915.3284469527306,320.5055247441176,5079.551591075167,179.28785404026732,2963.142840363902,201.5587340576433,3348.830997266518,139.66592542731664,3802.3693673985094,37.472906486200635,1031.8035760052035,74.65792368620198,1983.9469284650781,168.44882555726218,4553.452057035579,141.35224347268874,1325.719428295211,90.4404744814515,1805.5531882445814,106.87836860432964,3227.557724759024,119.04844676380556,2161.516960335498,102.73057085889964,2753.6186760099085,120.61583159351233,3881.750092186459,1682.609794013918,564.2184976647055,16083.256544874996,6509.292858972097,341.10810546800815,2929.9563081364486 -3806,497.49348954078295,2922.4517463372777,122.74012629486344,1170.9019154327225,186.67049179377713,2084.1478704578367,199.7736049799013,2456.033463090344,39.79463330652137,898.2321971934424,312.49452587050666,4984.677141411423,174.80657466789026,2907.798083801427,196.51059251316317,3286.2824647462885,135.97037018052154,3731.349771538109,36.02221486205167,1012.5318362306584,68.4625644222418,1946.8913203813024,154.74899410405868,4468.403947918913,135.84237404111923,1300.9580101044726,87.78220926658896,1771.829568747478,104.14640859570844,3167.2743006409387,116.05911554558706,2121.1447486601614,98.75355405760274,2702.187353424414,115.94642126376097,3809.247845260677,1654.4390430100539,549.9014795989762,15503.898079993796,6228.593445714868,333.9929004970112,2797.3339835832535 -3807,514.0674855228091,2898.7337092420353,127.76734345446181,1161.3991083804146,197.18267863974953,2067.233340879909,208.28621142828143,2436.100784010958,42.32264983881742,890.9423233401357,332.61055070555955,4944.222493188069,186.059294655718,2884.1989729167003,209.15278796763687,3259.611649906665,144.2336150139722,3701.0668789608126,37.46742122784943,1004.3143292412168,69.88039569746594,1931.0907376633563,158.07120667566923,4432.139270246786,140.21278510448195,1290.399693656072,92.48638358601849,1757.4497523858672,110.70709490548198,3141.569332390374,123.49758912451607,2103.9299597774525,102.71553322839355,2680.2569383312857,120.59817593080624,3778.332747411039,1796.1543207392467,588.0389870053214,16234.638453592484,6446.85370411166,362.5699871742092,2884.097122852999 -3808,536.0116286787406,2936.7475464959134,133.32103071431982,1176.629633541112,204.23020865363733,2094.3429272263375,216.6405499834983,2468.0476780779027,43.80635074780816,902.6260928337122,344.1950519277617,5009.060759843533,192.53955850113434,2922.0222024236723,216.4353277110564,3302.358020977362,149.44082078718057,3749.60247005494,38.94528758887851,1017.4848530950607,74.87053219789702,1956.4149572665433,169.15788155283943,4490.262105182782,146.26987803749176,1307.3219255225936,96.15167845419826,1780.496853489381,114.60402203712754,3182.767702886603,127.80821062073565,2131.5207836015047,106.76704855394192,2715.405683015027,125.35505488240935,3827.8815989295995,1849.4933194358503,608.214794857341,16900.826414544725,6735.127239484908,374.6254956054671,3015.686227454897 -3809,572.1577235726481,2999.779035603192,141.71851486822214,1201.8836660228417,213.48871670712316,2139.2938640414154,228.9750743353355,2521.0194496973695,45.59264707222566,921.9991801820879,357.968536582887,5116.570361442927,200.24431962325687,2984.73764108746,225.0753225785966,3373.2366172244015,155.86955263148303,3830.0802855654674,41.2490965994136,1039.323157007566,79.9407364282162,1998.4055424686665,180.5571723409575,4586.636717739915,155.91651523552883,1335.3810100723042,101.07059766431479,1818.711703846596,119.33209135971781,3251.0795290205397,132.95485086824917,2177.2696697166302,113.08285474552468,2773.686505939362,132.77043483807535,3910.0395214227233,1889.6177565719324,629.7354748481353,17811.908233155293,7153.192992060453,384.3589357399284,3216.2126751836 -3810,617.7644015685389,2991.6564197278935,153.57296189360696,1198.629279873051,233.94663026925198,2133.5012166178035,248.692721616205,2514.193189375855,50.19116079305124,919.5026479078522,394.2866818181498,5102.7160291232185,220.56035731761972,2976.6557533686123,247.90388065351,3364.1027760404304,171.24664576336852,3819.709431391888,44.73316289584637,1036.5089421355772,82.5835009512333,1992.9943837160097,186.88232602454556,4574.217306918127,168.1972021886388,1331.7651480827212,110.43431625139745,1813.787108940463,131.323376132537,3242.276457233964,146.41771644262644,2171.3741937585187,122.63429212000733,2766.176089412395,143.98476521903785,3899.4521585827247,2108.143584631642,694.5728507017229,19350.29263971385,7704.864799975197,426.410565196025,3454.1341877961586 -3811,655.4597369250304,2935.3829462724852,163.39874142686378,1176.0828963648987,250.0734902831594,2093.369761919759,265.00437689812685,2466.900865708227,53.73991808215728,902.2066751791635,422.27326931327434,5006.733230723706,236.21579794666033,2920.6644445343204,265.51900064520953,3300.823534807911,183.2820316889071,3747.8601655880448,47.588038016235366,1017.0120647345068,90.50785242343183,1955.50588209221,204.5733160734278,4488.175643008226,178.75161365646133,1306.7144603716347,117.88306653287597,1779.6695210865723,140.5858163409336,3181.288786006716,156.79712730584882,2130.530343091555,130.46082543031866,2714.143932339127,153.17388794876663,3826.1029209865846,2273.046563989008,746.1252874512127,20678.667572764538,8219.887212193376,460.8455226317909,3679.6404229246723 -3812,621.8968150042798,2915.9536536370388,152.5672323441398,1168.29840651289,226.01952340436557,2079.5137525189475,246.1487945698897,2450.5724548331327,47.743974907267024,896.2349713740539,374.4729063053682,4973.593675555658,209.4767128314339,2901.3325736263487,235.4705811248371,3278.9753917991115,163.81256125879145,3723.0530881992454,44.57952040584262,1010.2804643330672,83.74413485654918,1942.5623933791771,189.37739723723544,4458.468419261483,169.63277799022887,1298.0653205128062,107.11700091990458,1767.889892822572,125.04389114534321,3160.231843211678,139.1324177902136,2116.4283678936717,122.21308698311519,2696.17902020284,143.49022880759819,3800.777954988678,1924.012245386925,653.9189229366082,18963.071271181183,7710.412549825974,389.72803950376647,3486.6231530722966 -3813,528.1461906908445,2952.667869829609,129.19784609808087,1183.0082288794595,192.23402108999292,2105.6965134795605,209.2289272212738,2481.427145129764,40.51718339328267,907.519294928829,317.79601657195457,5036.215244739583,177.7721799935266,2937.862698589687,199.84801605187855,3320.2603454452287,139.01115165955426,3769.929339406487,37.95237584516628,1023.0007129338607,73.79539863050918,1967.0208259023154,166.65596093303444,4514.604144611008,144.17567483569968,1314.4090133386312,90.74000088796697,1790.1490572125103,106.11542724387797,3200.0217194895818,118.0739071480207,2143.0759137344708,104.04501816428895,2730.1260959110336,122.15912249027117,3848.6328251665223,1633.4939353040631,555.8535300833747,16148.595210722617,6588.394949850806,330.70966485445393,2977.7396714891493 -3814,406.9498200692417,2776.4396232808613,103.51697817450338,1112.4010779843613,157.07487805341887,1980.0192545754867,165.221999062729,2333.324624289884,34.2743435334788,853.3545391536754,269.4689941229352,4735.631697605395,150.73848641224453,2762.5180899854995,169.3813734367102,3122.092558020862,116.71031966793852,3544.923322344831,29.366852507544824,961.9435165926897,60.30834553975,1849.6203439125686,135.9204755453299,4245.152649440839,110.5940744641637,1235.9592838463993,75.20757350700568,1683.3050627907264,89.63149114005672,3009.030303791987,100.03979978340297,2015.167687293792,80.50812721292782,2567.1801243523887,94.52448898742134,3618.9294368107603,1471.8109108200013,477.4002898095872,13075.116460861243,5161.968520440501,300.13574344543036,2294.2733678558293 -3815,324.00993137493526,2585.915576573477,81.58846105652728,1036.066208980874,149.4840240660538,1844.146938902913,144.85533662428134,2173.207888462445,30.494329322123214,794.7958877382523,234.72136710283445,4410.664532039098,131.30098221820856,2572.9493627590664,148.79722221273448,2907.8492143654216,105.84923916937487,3301.6646067663437,26.182158223890106,895.9333033871167,53.0820209833284,1722.6962250375811,119.69019590222345,3953.8429970068005,86.32797239734579,1151.145638936047,64.18445553182688,1567.79378362704,80.79986953126628,2802.5454858487287,94.47420643450198,1876.88342591177,71.77740700868098,2391.015823203131,84.27376158426212,3370.5922947860763,1517.0717760857224,461.8114197627114,11117.041309058868,4101.649442378276,323.8758931555836,1814.1177123892335 -3816,348.50002224204906,2459.267766990387,86.91712126741136,985.3238270024361,166.0144192273965,1753.827992500612,158.32983293214284,2066.7728519377174,34.36074342928314,755.8699617878476,264.94860504928283,4194.6478117528295,148.2098221806708,2446.936586505393,167.67234528770499,2765.4343819039236,117.48913587649682,3139.9622703818554,28.635806033429837,852.054071043084,58.20864016554601,1638.3254491875953,131.2371830760835,3760.199569687384,91.62969591826906,1094.7671264265398,70.50620178089954,1491.0095102450555,90.94682359966305,2665.288009133253,105.27928801838382,1784.961177216588,78.5039906606197,2273.9134245670393,92.17143482970995,3205.514155731768,1746.135611722364,523.9476340627135,12216.34631338622,4439.710315038678,370.79934049399424,1952.4326439127017 -3817,377.7883566098839,2382.915190368879,93.23664864919306,954.7326022452113,197.2225391737955,1699.3771157088486,180.27074899021846,2002.6060155098382,39.521485535479634,732.4025622846488,305.42844592578217,4064.4171094495,170.85387428689666,2370.9668544913125,194.69418517433363,2679.5762889503153,141.3005541400785,3042.4762572457703,32.253181217440414,825.6004556140491,67.08832920905485,1587.4605653107385,151.13120340516775,3643.4571272375047,96.27971248349259,1060.7780293362766,78.81644139667198,1444.7183257703769,104.46258434160994,2582.539148001805,127.33446694660448,1729.543712360115,88.42088936184723,2203.315520869711,103.81485288605532,3105.9929614673633,2131.1908146865753,623.2536877149558,13874.976449749076,4863.886553016668,460.37256111563335,2124.640059203279 -3818,419.89684918335286,2351.1395228636075,111.80541881742168,942.0014459506014,235.08440960935005,1676.7162831231649,206.9931974533415,1975.9016900054771,50.08396322899335,722.6361298101623,387.6601516491639,4010.218971305687,216.85353705397807,2339.3505155050007,245.4047139790463,2643.8447087594514,169.38111653538084,3001.9054831226854,36.77350483052742,814.5912490439523,77.82982227659521,1566.2921161334787,175.2206686453119,3594.872400969136,114.78610633707282,1046.6327798144634,97.61492925494292,1425.453314013351,132.25479374330376,2548.1015374574076,153.87996566449425,1706.480614620879,100.81318739216944,2173.93477677805,118.36463412240158,3064.575205595816,2730.1081631335446,780.0151581795183,16686.938048544675,5628.953573102216,584.6351642317748,2401.5486056344375 -3819,564.2348561326212,2343.796682146353,154.32405388879164,939.0594824874488,278.572228439135,1671.4797327290798,258.7993363825002,1969.7307540650218,62.690784947601564,720.3792658741306,483.8595218452657,3997.6946617692856,270.66658335405094,2332.04449302095,303.27142179840536,2635.5877208653715,198.8615519393831,2992.5302361003496,46.46971972417166,812.0472001973258,95.87614613416054,1561.4004313084743,216.04533290696375,3583.645259754215,160.88795014806553,1043.364042371662,127.21978500432736,1421.0014826639574,165.83427048587825,2540.1435649343,179.49616745291786,1701.1511072826745,127.3949976811965,2167.145363967644,149.57430351746098,3055.004234846564,3169.7223180122483,931.4004223748293,21121.2984290321,7453.699524344558,663.470400077066,3199.6332657244734 -3820,622.4590189439754,2330.345630004733,169.66572080082247,933.6702189223795,249.48379000907855,1661.887108415775,256.8222784229988,1958.4264667607072,55.489945396112105,716.2450083505039,424.9723051189163,3974.751887017812,237.72561384751802,2318.660886707677,265.56545603164545,2620.462079581201,175.09638580997827,2975.3561012669907,46.77805756474526,807.386860281959,92.73801891680407,1552.4395522461123,209.28116459024162,3563.0787150478372,185.38554271953694,1037.376174804676,124.01061545519113,1412.846353346542,147.4795086854945,2525.5656777824834,155.0530820742088,1691.3881989130462,128.24029433282377,2154.708113965863,150.56676523286671,3037.4715616548942,2435.457678656543,776.3771424672426,20512.221983824125,7891.328675132919,505.36428072047596,3485.672081971938 -3821,611.4188859877332,2409.88227381424,185.83111980131233,965.5371637574351,274.12583701743375,1718.6087042562206,263.9650455618283,2025.2691987178296,61.622800356396596,740.6910490476496,472.08977795146575,4110.413490600736,264.0826964553535,2397.7987204635774,295.2338385933324,2709.900640263527,191.6799864554006,3076.9074914924977,48.23882280205106,834.943648552286,96.57172110903556,1605.425611529747,217.85321469414902,3684.6895692383464,205.5566522803475,1072.7826905805102,136.47768397863777,1461.0679800944406,163.7480677527438,2611.765344967,172.02442374556995,1749.116691626068,132.2449275676256,2228.2501025736256,155.26859998180498,3141.1430044530007,2795.8508039527323,863.9683748222266,22238.34468993053,8197.169823646233,592.9679461946392,3568.8802749217075 -3822,623.3958765439277,2604.6300795161496,159.04930417795887,1043.5643130537333,238.81173005558577,1857.4931956900543,253.59191939971623,2188.9355888530204,49.89803192122359,800.5478968582139,381.12658113488396,4442.584906823089,213.19871756947396,2591.570028049503,238.68446997693496,2928.8935799170604,159.68501176412556,3325.5590496316904,47.85408604443709,902.4172530545275,90.09097575125728,1735.1635321163046,203.71254867273072,3982.457313372223,184.9110773537418,1159.4765831642644,112.7517932696213,1579.1400478450196,132.83114727416762,2822.827758873042,140.3172833476597,1890.4665995913306,131.19018614385485,2408.3198191512906,154.03022942783454,3394.985573511326,2082.387885790322,697.6721384464261,19466.953216115027,7793.7563961988635,431.37402023055483,3530.8232490145315 -3823,559.2843598462334,2858.6404820719545,146.49899973873448,1145.3354602643549,212.22767527288673,2038.640836613232,225.78647037846326,2402.406367089818,45.94969717301594,878.6194415068624,351.0474206864234,4875.837517028722,196.37271080268624,2844.3067799028413,219.0416971580736,3214.527015209357,143.3797441889568,3649.876348876337,42.30479922928658,990.4233662927905,80.34770079441114,1904.3812612515267,181.61838769799468,4370.837065754913,168.00118013811485,1272.5518010079807,104.0604514930364,1733.1419548335239,122.30399779856914,3098.1173752435334,126.0698964940391,2074.829893925128,115.97702399989062,2643.185526783517,136.16847525067263,3726.073530676806,1905.3651666810117,634.0567869293105,17625.817751683993,7021.283241001995,391.54184013919155,3157.6710068540897 -3824,563.8901780716179,3057.4171092820275,143.4945733772146,1224.976786707207,214.50688884579125,2180.398484046037,228.5816655217141,2569.4585857346733,45.08816832859242,939.7145705653251,344.47060807880916,5214.880688962265,192.69370208735904,3042.086707811103,215.73624041342012,3438.05034462637,144.8316465813106,3903.6718558362054,42.83854853586888,1059.2928227691898,81.31052649967495,2036.8031192667993,183.7992652267807,4674.764843824371,164.8052598969045,1361.0391629343494,101.96593260830186,1853.656624103295,120.00980112521944,3313.546117127674,127.1738379371867,2219.1039608935425,117.44027775046197,2826.9804136885305,137.88647960402034,3985.1674369618777,1887.1291940205826,630.418646773244,17536.00439831503,7015.012253717878,390.419237140937,3171.313744247691 -3825,524.9727402305067,3197.9708314447316,132.2356637057784,1281.2906754507153,194.9004567462996,2280.634438702075,210.5500592806106,2687.58017505643,40.7647681094855,982.9145579868973,311.21092780448527,5454.616016288988,174.0885416702034,3181.9356700696235,194.9363709171187,3596.1023066739954,131.61712034225388,4083.1290871619026,39.440468487329255,1107.9899889649434,74.70309320106706,2130.4377950381995,168.8773689266525,4889.670293604222,151.94447072209613,1423.6080285885866,93.0452096814525,1938.8718004488123,108.55035647162758,3465.8744464570786,115.19957527012191,2321.119260220114,108.12456845688837,2956.940640056954,126.94891726076143,4168.371133639735,1678.0349942317214,567.542555707093,16035.61384518183,6476.721514681745,346.3322967013453,2936.2698279768642 -3826,512.7124092246478,3313.4419162887657,127.82460796217353,1327.5550199657025,193.21413538610247,2362.9826984736073,207.37564159255305,2784.6222729291258,39.65980410505971,1018.4052539006143,302.8972304041326,5651.569166272532,169.4379355153192,3296.8277635540658,190.35758884389278,3725.9489677125475,131.23866720862912,4230.561121443408,38.70050689912433,1147.9968598107016,73.75112184804522,2207.3628129173203,166.6854351609216,5066.224603537391,145.74229497759006,1475.0111126434645,90.39994794046194,2008.8798280299106,105.58245788424715,3591.018890656032,114.90620309349998,2404.929330154028,106.09599145291504,3063.7087006563493,124.567167600071,4318.881054524939,1663.1524556303175,559.2238257498904,15669.68680874015,6306.235513344862,346.13555836563125,2861.6628561067423 -3827,502.07944111712544,3283.550694910187,125.38941194560786,1315.578880954796,183.7512192981098,2341.665759550791,200.57039275988052,2759.5016391836957,38.2802998931334,1009.2180166812736,292.1728905422624,5600.585231936778,163.4388380539938,3267.086421765942,182.989406939274,3692.3364378258225,123.84378735497184,4192.396384522861,37.603894179440694,1137.640550828847,70.99964323573907,2187.4497520667906,160.52511003873704,5020.521179423183,143.21196832274148,1461.7047427665261,87.92187552831987,1990.75732183253,101.94943714185433,3558.623591946379,108.0934568176524,2383.2339822880876,103.08966871822896,3036.0703724995756,121.03744792995752,4279.919565846378,1561.0256071103313,532.2455980311912,15150.375732422299,6163.760131015138,320.9004749370802,2801.6835092749247 -3828,463.5915571725441,3180.4259849359764,116.18710148724611,1274.2612028824099,169.6538124312016,2268.12232296413,184.8046132972548,2672.8354559402665,36.15636199013209,977.5220494369335,276.17218628082804,5424.690664928997,154.48819069009627,3164.478796359839,172.51226051127088,3576.3732139693348,114.78248525372058,4060.72804697564,34.593142712115466,1101.9112861517458,65.47470541184968,2118.7496946518963,148.01942150223724,4862.844372011639,132.24161495307558,1415.7977683746328,82.34677219877896,1928.2346777444568,96.24885870134642,3446.8598154967844,100.31870415930297,2308.385034895526,94.83580623583815,2940.7181438555544,111.3465985669238,4145.502434834813,1481.3416820232928,500.6482889317009,14078.623758058337,5701.179037944586,302.22535665963176,2580.425117575604 -3829,471.1165110215463,3098.9399158376573,113.33400703594538,1241.6132063815655,172.56134103128383,2210.010493540055,188.49243318324716,2604.3544236248513,34.90645335670153,952.4768417688945,266.50409743345335,5285.704025889727,149.07995036880908,3083.4013120600325,167.66369962878233,3484.7425342379997,117.09306167785728,3956.687654967586,35.20289311523415,1073.6790871856733,66.78905921152656,2064.4649589472474,150.9765749678779,4738.252863078885,129.53551019097424,1379.523446843662,79.8895436477553,1878.83114974768,92.94691955939066,3358.547413815962,102.07836474282524,2249.241629782513,96.50741414852818,2865.373657612552,113.30923127500378,4039.290028241424,1446.898982927018,493.48707719997026,13988.463793775123,5705.322925846716,299.763412725287,2602.835435506179 -3830,432.669843248346,3072.427699133438,109.53148326853842,1230.990890594746,159.22816347259018,2191.1032934282084,172.85609740948257,2582.073511206751,34.03120324769001,944.328160890743,259.939051608216,5240.4834877784315,145.40752388373517,3057.022032050884,162.31692886524263,3454.929678314604,107.59840453251688,3922.837188876489,32.38754756934376,1064.4934903676208,61.26567200938602,2046.8029377863495,138.50707118959994,4697.71590846956,124.49081403660735,1367.7212739830811,77.55633463328407,1862.7572728912187,90.59177326272317,3329.814189144062,94.12396600813597,2229.9987973532093,88.7892496874692,2840.8596594672704,104.24734427230464,4004.7328779034574,1395.2234240536357,470.63098764267727,13220.74233565754,5342.225672814014,284.85066600919805,2415.974127474412 -3831,437.3218728568751,3064.954893788794,114.05884173821394,1227.9968558420194,164.08570580630197,2185.774058697504,175.9149158947227,2575.7933527703935,36.215316513286595,942.0313515859078,276.899887188579,5227.737504194493,154.89525991062843,3049.5866966038534,172.4072227442037,3446.5265458429235,111.62252443002248,3913.2960046463527,32.78027933065205,1061.9044131221572,62.60328513529565,2041.8246725737172,141.4782969395727,4686.290052441009,128.5065442841133,1364.3946815138465,81.7481079478358,1858.2266463418737,96.34768052166883,3321.715364466649,98.03704171366147,2224.5749603867243,89.86590911468707,2833.9500774280773,105.51144872603386,3994.9925057338173,1505.2141384220345,498.55813536906805,13719.852058445125,5466.330692148564,306.20446615882696,2451.0240224261624 -3832,466.4984339978807,3135.4591882407167,119.00249647496379,1256.2449230764755,176.10147244584272,2236.054230243286,188.40937718984483,2635.0452828262178,37.47853946482489,963.7012482391187,286.4787324498508,5347.9930893778255,160.25357818750777,3119.737470714672,179.24709716046493,3525.808274561644,120.01701764632838,4003.315004387017,35.09447293813443,1086.3317942801261,67.0844930281878,2088.7935229884724,151.60004317114752,4794.090521026694,134.05494254825115,1395.7803585327915,84.97594168104219,1900.9721232484337,99.72506695423729,3398.1260152779987,105.31693687225638,2275.747683468335,96.21018429019897,2899.1404823916055,112.96025407924732,4086.890800396581,1573.8594057724124,523.362679036911,14463.40341446915,5779.5657593514015,324.0326322870541,2605.017747546489 -3833,495.0604861790245,3207.782949657211,126.4551439877847,1285.2219732125495,188.93636181876641,2287.631955531172,200.95971638987385,2695.82629604161,38.98479062988518,985.9303684317279,297.7169857001351,5471.352046720926,166.5401540897895,3191.6985886779594,187.14559309432556,3607.1359848396323,128.98792744694543,4095.657076750208,37.38879545606891,1111.3895599188336,71.66056074255303,2136.974473635673,161.9244858979773,4904.672939178453,142.8861148448916,1427.9759890863488,89.28643332295061,1944.8207100254053,103.79065296813134,3476.5085552625314,113.18030024269518,2328.2409938965448,102.49998361731103,2966.013221589668,120.34509940866671,4181.160665650032,1642.7887966804974,548.7313735431092,15341.561290242993,6130.245935786992,343.6536148291647,2772.523832689224 -3834,514.7788583485398,3210.90203137994,137.06728816355292,1286.4716563828918,195.26305075487454,2289.856330163998,207.58429788181306,2698.4475776743134,42.93475316401385,986.8890359726186,328.10605336349937,5476.672105601272,183.53952011319547,3194.8020308025175,204.53209722056687,3610.643376735619,133.2549376567276,4099.639481211839,38.61736099166642,1112.4702174687918,74.0326000689668,2139.0523567491073,167.2828366906254,4909.441988693537,154.1489438990948,1429.3644788557488,97.58814216109158,1946.7117527879068,114.25981177455031,3479.888931822856,117.23410464097644,2330.5048546515086,105.86805005902082,2968.897218971667,124.29954190161267,4185.226209365643,1785.6769405484793,590.3096644702033,16323.298077448413,6472.417322662,366.3267563127623,2897.7032100429383 -3835,560.224345267366,3169.2492665000696,145.85330235484034,1269.7831679443625,214.54050242196433,2260.151640828455,227.45895320980827,2663.442522585411,45.97958138107346,974.0868213375544,351.4887479440248,5405.627105377233,196.61958522710685,3153.358119862152,219.83255976357378,3563.805049634248,146.3639785774098,4046.4577529204394,42.34105814672714,1098.038926837302,81.1502686699569,2111.30394088009,183.36763887234184,4845.755264262853,163.82562893868652,1410.822342725912,104.18511931435586,1921.4584357650556,122.33891104143545,3434.7467898114455,128.7194887449847,2300.2728607091467,116.07642646520955,2930.3838116469406,136.28518355781668,4130.934224881502,1940.0632093850706,640.9947698635349,17632.930851418096,6998.432238240096,400.5248359155634,3145.2548517406767 -3836,528.7010400562925,3127.1416285759074,136.07481882499454,1252.9124312550255,195.22683834600903,2230.1225585622924,211.2190724115779,2628.055191409439,40.79180369218123,961.1447988803319,311.1099174360053,5333.806251362292,174.03203739554218,3111.4616166871247,194.97445932392898,3516.4552200552002,132.2508911024622,3992.6952484256262,39.47846903559744,1083.4500379017966,74.96596396100243,2083.2524957539026,169.45470097740738,4781.3730428031895,155.4405417045007,1392.0777154065133,94.57591317477396,1895.929337453116,108.68675338555806,3389.111668675556,115.69909203578116,2269.710715355246,108.22874553794772,2891.4498149354977,127.07123143812755,4076.0493395338954,1658.4985694852496,564.1058680868248,16176.324866323293,6540.397931711888,344.0670911027145,2963.654931293657 -3837,467.94937234505846,3151.5094762018034,115.23393377993152,1262.6755897043975,170.32037903029007,2247.500500833128,186.60846151396268,2648.533972373982,34.61778493813276,968.6343957030393,264.0277449505869,5375.3692483214145,147.69470147846667,3135.707279843668,165.86768229833706,3543.8567436071135,114.68699285335789,4023.8078109463654,35.018293553987085,1091.8926825177634,65.99114320122735,2099.4859720118734,149.21251494743055,4818.631275268553,132.1131012697974,1402.9253013752625,80.11822092980113,1910.703122171515,92.23534544835532,3415.5208840352843,99.92761377618751,2287.3971432295816,96.0013413592665,2913.9810645164002,112.7150518616772,4107.811428053893,1405.7000001381198,483.97585242662404,13945.422206549489,5707.419536040015,291.0760674000701,2605.8254867796563 -3838,367.7880589763551,2937.9821820919515,92.41879117549007,1177.124299427751,142.9613404009891,2095.2234081962965,151.03218400908,2469.085267951676,29.33762091544685,903.0055651194573,224.42857315273952,5011.166614915821,125.54328758606621,2923.250647350043,141.4345826918744,3303.7463625692103,99.13489911007,3751.178837314034,27.76666174052244,1017.9126130567772,54.11206721337914,1957.2374520532485,122.19354073922034,4492.149852543706,101.3669249704808,1307.8715356471196,66.48418658992428,1781.245390692238,78.02606142359933,3184.105767612184,87.08319015804987,2132.4168944831736,76.12126410584841,2716.54726446214,89.37387863527957,3829.490875452226,1280.3743485964992,420.2281167212857,11420.406742289772,4521.649339486817,268.4418392255483,2038.6668798347182 -3839,292.2315015506842,2751.8118590064832,66.90779520903993,1102.5337820066482,125.3779177687654,1962.455952621601,126.7696774899634,2312.6274089278913,25.356274242074612,845.7850554679785,197.35437942235572,4693.625374053117,110.39823166958453,2738.0138134460826,124.71757753090705,3094.3987594894647,87.24910772572134,3513.478901504053,23.231474716630476,953.4108195467095,46.685842555601226,1833.213715277459,105.30227768096483,4207.497006623136,68.3570063480776,1224.9959934366013,52.32177219113957,1668.373695315395,66.72863271568853,2982.3393977860137,77.52867529856051,1997.2926093126725,63.68821859100789,2544.408547970076,74.77625582957933,3586.828561881571,1256.6314741747278,388.27948802814694,9414.555673909172,3520.4282027754234,270.25640500738416,1572.894761603529 -3840,301.2770474476184,2637.7053680827285,68.6013963769656,1056.816172142471,129.58855781847686,1881.0808536615532,131.1112449433951,2216.732118127695,26.096404459712794,810.7137752715016,203.09249960985585,4498.99974243844,113.60808352927829,2624.4794715794483,128.35331319055996,2966.0865775325037,89.7583102753263,3367.789163641661,24.12880029992531,913.8767348776747,48.223022066522404,1757.1977683736131,108.79170016521942,4033.029149227062,68.532111462498,1174.2003717267742,53.73086266335305,1599.1929963156206,68.68110497974747,2858.673863635765,79.78414776435757,1914.4729753138201,66.14820309880471,2438.902232218499,77.6645204876489,3438.0973107235905,1290.9241969743816,399.4116366834786,9701.249944660014,3635.7619874845277,277.3424478269838,1628.6528925695084 -3841,299.80866168802714,2590.4642376817546,68.81905340222549,1037.8886637095145,130.8529313634515,1847.390818763079,130.99670635117008,2177.030591064187,26.547538806384132,796.193944649439,206.7496210244891,4418.4229516875575,115.65384374173571,2577.4752161186943,130.65003552307238,2912.9641611757293,91.19502026180486,3307.472280274879,24.004563110675658,897.5092624051321,48.344563870294735,1725.7264714196335,109.03482196689649,3960.797861284524,69.16977065237342,1153.170519966668,54.373872016714806,1570.5515544815833,69.83777668554272,2807.475201950501,81.21232244356216,1880.1848897033792,65.80761149355463,2395.2216529613825,77.26463232040184,3376.5212130469995,1328.650048365925,408.24479339982395,9780.109006205368,3626.732594529027,287.28980910052513,1617.0753153533024 -3842,331.6095792672946,2600.991151890157,77.76560217949405,1042.1063497759014,161.3594051326335,1854.89809270094,153.0189926413107,2185.877427831063,33.29535910346805,799.4294517167262,260.26629121537707,4436.378173254514,145.59057872178113,2587.9493466161093,164.5256855709184,2924.801623886386,113.6406951775658,3320.9129124344186,27.757818282664267,901.1564862768812,57.291742682840656,1732.7393358504744,129.09824869971814,3976.893423877536,80.22000850524911,1157.8566789009492,65.3183282849215,1576.933831925682,87.38681321179992,2818.8839873578604,102.17779104015564,1887.825429473021,76.09702009706113,2404.955156510305,89.34541377563176,3390.2424405457455,1766.9495324456814,522.2456971935795,11693.83887081282,4132.616903787789,381.55134945863466,1809.5104998316974 -3843,516.3990015223812,2683.5818919571243,123.08134718004305,1075.1969408738107,251.9802383454604,1913.7977187583554,239.9867976374609,2255.286827524349,52.03997107344044,824.8141863017066,406.6502389079254,4577.248993318534,227.47641787757385,2670.1259628793064,257.02398516950757,3017.674500631968,177.6984500551073,3426.3637344937656,43.52122574473454,929.7714168058329,89.77462601505589,1787.7599859542004,202.2977745025314,4103.173965357583,117.91302439729007,1194.6227555300127,102.63941613512225,1627.0071019253642,136.6132942483364,2908.3936016099588,159.65473407573649,1947.7706158394224,119.3118117721145,2481.3210549716327,140.0838453004226,3497.894722241373,2746.2263069819046,809.0941789131948,18235.177039948125,6472.5968242795,585.2750805221269,2836.4628159213757 -3844,669.1811149922744,2902.3726431711766,155.19186457547684,1162.85707418365,302.7263225215123,2069.8284483641173,296.5484021265506,2439.158950330093,62.17344059015421,892.0607704189321,484.96082277307,4950.429237507606,271.2826410028426,2887.819660621638,306.46176861933395,3263.703613025199,213.02119432585576,3705.713024205866,53.84407662979854,1005.5750982026935,110.22083579617173,1933.5149381282451,248.440182643198,4437.703169378934,165.56342248077863,1292.0196007252957,125.56304697672137,1759.65597212669,163.39845151894076,3145.513110736738,190.4509005424014,2106.571134470651,147.61152118228372,2683.621606800353,173.31049785208222,3783.0758885924115,3190.346860639456,961.3083162163329,22426.17742177799,8154.3892265827435,683.7739359435188,3595.7224998383754 -3845,627.6736623254786,3506.4352404913748,140.81395923624135,1404.8792232678718,295.7048543541159,2500.615980581193,281.0617616444767,2946.814193801289,60.50506122845053,1077.7228518248364,472.87857557561745,5980.748052734367,264.5239426192664,3488.853386904785,298.9849134007713,3942.969001639545,206.51750353158002,4476.972579587866,51.39811353942981,1214.8625951235385,104.95526895424648,2335.931925564777,236.5926944467507,5361.30976033074,179.25264747955453,1560.9239806087776,118.2121623626149,2125.8881854207966,158.81864954286488,3800.1798448816357,185.65193815919687,2545.005817874276,140.90600490038253,3242.1561705279155,165.4375597787971,4570.4367578106685,3202.3252991527243,953.8705547596509,21541.170136302426,7676.6611738804095,689.3260045751747,3364.061692809942 -3846,638.9521175124528,4006.853281934099,136.34186533791336,1605.3754141722177,261.1627548173659,2857.48934785532,269.2624948950053,3367.366374639802,50.99411407008914,1231.5291883858038,396.2709894774705,6834.285626265117,221.67036084183133,3986.7622484729936,250.607197687619,4505.6866022627155,175.8585592691533,5115.900064687003,50.67343771268849,1388.2407181395943,98.03932936535122,2669.302542434019,221.44970503063368,6126.444703891399,163.6996433602588,1783.6899716064509,104.98565951811067,2429.2825814699936,134.3300831274454,4342.519407622082,155.70768647733595,2908.214244521994,138.91933323945344,3704.8578403524702,163.10501112767207,5222.702906767392,2461.995394399215,784.6603425937055,19647.945095873427,7556.074390381329,530.3708393678535,3428.5010257457843 -3847,579.3436635815502,4291.209772609626,125.78374701992729,1719.3049461191504,239.06409894607435,3060.27831613684,244.96986302916827,3606.3400574119214,47.20558903615583,1318.9277761386425,367.01324083474407,7319.298013846447,205.30384431331947,4269.692928077573,232.04545157095697,4825.444062831554,162.68228443586875,5478.962869007829,45.735728486234294,1486.7607364798969,89.50707632979827,2858.7363574778824,202.08856955662142,6561.223367779816,148.37868453809406,1910.2740477107586,97.30542226761536,2601.6827721234818,124.3119987056868,4650.6972949955225,144.2007271495293,3114.6030335583814,125.38278816906532,3967.7824597001045,147.21177090796704,5593.3452452591055,2298.0105289961593,725.7268188664254,18003.751038245737,6866.9257419106625,494.5021840307131,3099.032686618065 -3848,579.0156292508675,4420.651755498544,126.0613049372299,1771.1668343066967,238.12348927430332,3152.5899285779656,245.26908371911182,3715.123321978186,46.91163964183771,1358.7125071765831,364.5863966351387,7540.080613269696,203.94628990303374,4398.485867184125,230.50866900499227,4971.0009292889645,161.75785946071738,5644.232770858335,45.8430782478063,1531.6080564687097,89.49194061308714,2944.968567571761,202.07372359580546,6759.139062398966,143.57490649193977,1967.8964138265374,97.05016130055267,2680.1611021788312,123.56754290595953,4790.983021301149,143.25545475868515,3208.5533212252694,125.6770835232813,4087.4684355602667,147.5573027062048,5762.065428585948,2268.74832451952,718.2666793712897,17937.92751910466,6872.50563505697,486.39330170280044,3108.342747241034 -3849,543.1828318282171,4557.826472986887,118.98994097818097,1826.1268998261178,221.78533495487727,3250.4161444230335,229.60057724301208,3830.4051899726123,43.7462817035471,1400.873938256966,339.86068074744344,7774.052544371959,190.11495097477837,4534.972767663669,214.85027434602804,5125.253217373259,150.94831696823272,5819.375731354581,42.84356332320169,1579.134510500661,83.72507083936144,3036.3522036535287,189.044450665662,6968.878042673932,132.13997516892164,2028.961082464417,91.07052019076495,2763.327649183429,115.25608496182616,4939.649276592801,133.54738315453704,3308.116105115204,117.4540256022766,4214.3043319171975,137.90262093921766,5940.86478692321,2102.4551836447217,666.9043180797142,16760.38109096502,6442.037717239505,449.47147041138885,2914.8358759125094 -3850,523.3749026601331,4669.78858852917,114.85021554346405,1870.985349827444,211.3409886803023,3330.2619810469764,219.87662671594697,3924.498344022075,41.702877322955196,1435.2861324606902,323.8670769520795,7965.020624083504,181.1682755465455,4646.373486406154,204.72063473309942,5251.154059870878,144.0227483714366,5962.327557598834,40.988618000899436,1617.9256407837795,80.11868138221304,3110.9396014553886,180.89992004707602,7140.067168288584,127.42762054677956,2078.802114476504,87.34750840215622,2831.208252223656,109.89727818294291,5060.990794599695,127.26965340585159,3389.3793299841996,112.36876241506347,4317.827893276313,131.9320199480089,6086.800968047429,1992.0053188132752,634.7265210464944,16048.211814711605,6187.379346452226,427.04454541424656,2801.0719646273938 -3851,493.964802719871,4628.3957466009315,105.86844178218536,1854.40100144266,185.85589634120058,3300.7426558895786,200.6603070728008,3889.7117286278,35.96933531785817,1422.5638066259246,278.5248915961886,7894.418961203582,155.80427248780288,4605.188195120207,176.06248097334068,5204.608014836852,124.90791187114085,5909.477695675256,37.750344971777025,1603.5844047661335,72.38085239008366,3083.3643421625698,163.5496646235944,7076.777863847703,121.21602811106155,2060.3756855936244,77.52582225624175,2806.112521779223,94.95877561324632,5016.130350065713,109.49914430555408,3359.3359907235113,103.49115808508631,4279.554818581079,121.5088360810656,6032.847778188273,1633.276398796249,540.9763496727157,14400.327105810786,5731.879997693745,350.449459761793,2624.585949452982 -3852,453.8432287748021,4596.685058257781,97.55376592874134,1841.695879530135,169.8365364985457,3278.1281632246573,183.5763607382003,3863.062011722801,32.94136101195136,1412.8173458671854,255.03897337141302,7840.331654708057,142.66646501304265,4573.636509479613,161.19111681140754,5168.949503390858,114.40558834469284,5868.98988613218,34.50719270533843,1592.59771130354,66.21862970153536,3062.2391810795943,149.62077595445766,7028.292490167419,111.28692394611834,2046.2593621820736,71.22232018566862,2786.8869057114302,86.97313946795529,4981.763162182877,100.2681896294212,3336.3200555109706,94.6001775085927,4250.234156189771,111.0699471802293,5991.514718919023,1491.7443111880127,494.75389510663604,13198.773122055929,5255.718330057933,320.5833348440231,2405.264286809043 -3853,454.1709632789914,4540.866451543516,97.86127429206532,1819.3317417473872,166.47790957133282,3238.3210969621396,182.42089580271795,3816.1519588450647,32.19689646138081,1395.6611790233464,248.99823843551673,7745.1246993484865,139.2873332356807,4518.097786608439,157.34991227855832,5106.181757548156,112.02275762157487,5797.721388483969,34.29614206001884,1573.2584300226545,65.61907604191136,3025.053704513906,148.28311284875906,6942.946313649037,107.79256339131481,2021.4111628546402,70.55774639894648,2753.0450953251425,85.0655938676157,4921.2684632489245,97.90948938490392,3295.8063516806574,94.02159006217178,4198.622582675136,110.3906284008615,5918.758373970555,1429.0229107522764,479.38048392896735,13031.4804238007,5241.4983485539815,305.92415562233873,2406.0208549191134 -3854,412.29135557194644,4468.2177880132695,87.55076344536047,1790.224517175483,149.64021299578323,3186.5116675753466,164.32413490341796,3755.0978973356832,28.74316184254227,1373.3321983146914,222.23475445329697,7621.211573012981,124.31608550557016,4445.813395645015,140.46107231599234,5024.488696457953,100.06831850960515,5704.964485172947,31.03852088423525,1548.0880966625996,59.00585078723858,2976.656309196223,133.37222546023818,6831.867122919391,102.28874901718073,1989.070898943863,62.898031500830754,2708.9995262805196,75.9519172704016,4842.533803125402,87.38886681969481,3243.077224044079,85.09094351214969,4131.449429147228,99.90516773133841,5824.065017489821,1270.3027312444176,429.471079675225,11730.45736167028,4736.35120694224,272.9837869798687,2178.0723032475835 -3855,414.308712100591,4353.916353300004,88.43194062237772,1744.4288016396465,152.88306619105964,3104.997544357918,166.29373177813017,3659.038775440222,29.57611952927414,1338.2010010336637,228.88586777276146,7426.253435702478,128.03665735835634,4332.085087469682,144.66870136687376,4895.95730117852,102.82307491619625,5559.025845522745,31.258015243393658,1508.4864704872246,59.90948699133508,2900.510493810464,135.3717679791135,6657.101198121601,104.23544156870526,1938.188496097341,64.2185516730575,2639.7006363915607,78.10876787738798,4718.656994159287,89.99191088856493,3160.11609789025,85.69267908408766,4025.7628624665117,100.61166469521086,5675.079668309154,1329.0939921049658,443.85248592411403,11936.568563146877,4775.525592402343,285.6522348770823,2187.4042745775864 -3856,437.65299553353327,4302.9713161109175,93.28538641587282,1724.0172955467729,159.2063902232088,3068.666066549566,174.40620491449707,3616.2244787553936,30.73953329816841,1322.5427535543658,237.72863100433645,7339.359079734731,132.98321809187567,4281.395497229815,150.23644370673713,4838.6698600462,106.94838470247421,5493.97986037868,32.83075353249225,1490.8357181295319,62.71701525960065,2866.5717124963694,141.7337932853497,6579.20666809629,109.10198088266561,1915.5098139636568,67.23926504870808,2608.813582948952,81.21495297263819,4663.44413829728,93.47806394131234,3123.1396796348026,90.0042822502377,3978.6575388680567,105.67391244715508,5608.675741064684,1364.6180469205985,459.3956766571014,12493.144711988814,5027.245761162068,293.40796010396735,2306.807005473603 -3857,473.99094992484885,4239.809868679397,102.06005222786925,1698.7111943008724,178.9570634318645,3023.6224498929632,192.23736853506716,3563.1434899372016,34.87213660348015,1303.1297227744953,270.1291044827043,7231.627814838759,151.10774609950644,4218.55075187459,170.72229176763219,4767.645126309418,120.97121088614006,5413.336115708134,36.04131910241645,1468.95238800202,69.48042267962049,2824.4945511056762,156.96297080297765,6482.633350362988,118.44300843654162,1887.3928771934218,75.04491205510688,2570.5199412132706,92.04117379668547,4594.99146684022,106.19256241468844,3077.296468466285,98.80592761766331,3920.2565525430164,116.00791299351002,5526.348425366965,1593.8462102256158,524.6093909847342,13878.175628283792,5496.824387049889,341.57359033990815,2508.331909301593 -3858,492.64890011030144,4149.421408547736,105.9028183752398,1662.4963889635997,186.83898622688636,2959.1618760157494,200.01710829333246,3487.180872919214,36.44336693659347,1275.3483144940164,282.38864595464196,7077.456820696475,157.9656212758429,4128.615514621139,178.48143138936513,4666.00375210422,126.37560357934225,5297.929262375256,37.472932774587754,1437.6358081385963,72.35710524405152,2764.2791827207184,163.45149715903761,6344.430161001579,125.38214696734046,1847.155569126087,78.13610828656851,2515.719054753622,96.16975095218197,4497.0308941093535,111.0068384727612,3011.6916187752527,102.7306429275292,3836.6806460564853,120.6159162091979,5408.53226384283,1674.8800496286003,549.5577966757594,14466.921450573735,5714.61017620753,358.838235601193,2604.465934275547 -3859,510.2559979746201,3970.4639678552803,107.80079812732608,1590.7957662414783,181.81536674302725,2831.5382909936134,201.32852964533188,3336.7847326371593,34.860991175939766,1220.3447253470742,269.3509522725426,6772.218226073594,150.67245488264538,3950.555396509791,170.22588490081714,4464.766999428813,121.493947431579,5069.438644427591,38.026569010125414,1375.633037260148,72.17502057343472,2645.0605545813632,163.14899151409654,6070.805751119759,128.9388846602483,1767.4909121378457,76.91687652455943,2407.2203993477065,92.15669950339237,4303.081651483168,105.9271195551221,2881.802515889564,104.24841594964323,3671.211178974122,122.39793156939602,5175.27152781683,1521.3069157763498,518.8654240837699,14347.831459739009,5829.712793466962,326.165739921637,2683.2231025429464 -3860,494.2061863550984,3819.5782752736854,104.25499126730192,1530.342297103243,176.0648784850233,2723.9340866570965,195.17415708246017,3209.9801376437913,33.71737872701491,1173.9691479427659,260.49866859307605,6514.860182875743,145.7205684978027,3800.4262700625554,164.63999549646357,4295.096787993003,117.51884091727767,4876.789682730166,36.87355569398426,1323.3561886989862,69.94864810438698,2544.542882861035,158.11971467843387,5840.102806148613,124.61819698244938,1700.3226686860228,74.35273045084253,2315.741136447275,89.13690851536782,4139.555811562271,102.4467518627199,2772.288168948328,101.08747309033464,3531.6976999859166,118.68667260911303,4978.600701662915,1469.566213742785,501.1751773969501,13881.986134479199,5647.580553604718,313.59459671111006,2600.361850401829 -3861,428.31338678498196,3673.89106063417,89.57739727559836,1471.9716366161153,145.5454617728905,2620.0371793687473,166.2846289803913,3087.5443524344983,27.386043660014778,1129.1913523563535,211.00400613934318,6266.368918813078,118.03370779591079,3655.4695555183084,133.35773681088665,4131.272239167652,95.94236554615362,4690.778072532499,31.654869793818175,1272.8804389661952,59.115975088078194,2447.488355261843,133.71492409055742,5617.3482898858865,103.98247584897223,1635.4685785910779,61.9472166599391,2227.4136165796594,72.5204107219182,3981.663941683492,83.01586182889228,2666.546929365216,86.78064098338885,3396.990891071819,101.88903936692867,4788.705792656073,1133.2412708499874,401.3929005783237,11635.824932203912,4852.127143100505,241.3764878031569,2255.185996173616 -3862,333.242850768108,3383.4263648374263,72.51103473627906,1355.5948070926693,119.34505247456967,2412.8921416631006,132.26851962339458,2843.4373235956964,23.248499604787472,1039.9153729532284,179.6505893890825,5770.938076767635,100.49489372875145,3366.461298356049,113.4833435309544,3804.646132296581,81.00712960264498,4319.9163884484315,24.68608541328739,1172.2441317409828,47.56990589752737,2253.9853501796806,107.46673608566206,5173.230232143473,79.77645420388757,1506.1653751684944,51.727471820988264,2051.310131779635,61.45376151503604,3666.866146512525,70.64950180792607,2455.724743872293,67.67597938292977,3128.418440360892,79.45828066495473,4410.101759937734,1016.7883658766062,343.4153677824362,9463.390284785586,3824.303739845849,217.54322975071548,1752.5088039368477 -3863,272.8620937474118,3190.2381031484556,63.481773929383806,1278.1925006442439,125.08535007493148,2275.1198397932267,122.32862290500536,2681.081576925446,26.098622081434463,980.5378598817638,207.37468241572265,5441.426695360935,116.00349735712085,3174.241714968175,130.86233897232069,3587.406892134971,90.40720502326175,4073.256036563945,23.642628477934274,1105.3108571056357,49.68900756418039,2125.2863732493693,111.8941434836372,4877.847017585869,65.55396343896122,1420.1657288723945,52.498090191582435,1934.1835873210493,67.79339504895229,3457.4939243022372,79.36231770157308,2315.5067685719564,64.81538124184408,2949.7907253882677,76.0996560534376,4158.2919668451095,1276.8778323177626,393.41372035136266,9623.431636579113,3623.241227953336,274.62771397940196,1605.983049102345 -3864,281.2821137412486,3055.8575652690893,65.0896607547259,1224.3519438593346,129.29747535742743,2179.2862944820777,126.51232525391681,2568.147942269733,26.86184134366436,939.2352358262256,213.42097394126841,5212.220654146612,119.38573743982273,3040.5349836130526,134.68814512743364,3436.2966451344478,93.01254218979018,3901.6806495815,24.559116402522186,1058.7524929022957,51.33504675123745,2035.7641756105531,115.62322522241298,4672.380314248099,65.72248375905802,1360.3449166466953,53.912374628121896,1852.7111008113018,69.77971498443038,3311.8559254319202,81.67573664049026,2217.9720282286166,67.32789859122222,2825.53841208349,79.04959945348557,3983.1346609961765,1311.7324070377085,404.70262221634596,9918.061518343326,3742.664583162136,281.8433599834874,1663.063741136167 -3865,280.0938501035817,2980.544680454107,65.31068069778247,1194.1772793170892,130.52421254186257,2125.5768744028915,126.42414179090825,2504.8548646203626,27.31697818685215,916.0873915242205,217.15472144332728,5083.763301219744,121.47436158353064,2965.5997302166434,137.02938237971648,3351.607680450215,94.45358064060916,3805.522101916697,24.42234296797676,1032.6590959286366,51.41550978936196,1985.591918038488,115.77501938511699,4557.227551757427,66.33972849145394,1326.8186485442625,54.5486487058648,1807.050262650295,70.93739262567736,3230.233854210186,83.10786696852786,2163.309182098835,66.95293933861241,2755.9018389041335,78.6093602755165,3884.968645231711,1350.00356661789,413.6454728654191,9993.27286204668,3731.3646751729034,291.85793682796924,1650.5325503229888 -3866,310.98030373238174,2991.201552986751,73.91579675265541,1198.4470341476467,160.77419037520698,2133.1768281822774,147.79950701352283,2513.8109185859635,34.199439243438576,919.3628420230026,272.64324821678053,5101.940186083277,152.5141350695287,2976.203167405495,172.11223935767376,3363.5912806506135,117.3939415292376,3819.128663236256,28.186776823708158,1036.3513460153924,60.65525301978319,1992.6913586578987,136.47576770062594,4573.521819526609,76.94353111318699,1331.5626596990683,65.4633674685635,1813.5113314728603,88.64718595241673,3241.783484940668,104.36537237483041,2171.044046921869,77.27299388528243,2765.7555058537614,90.72612309334113,3898.859265935053,1795.0128187467287,529.347344998512,11920.00187177532,4241.067205702028,387.71907057180385,1842.9817580263687 -3867,484.0150685464234,3029.2803694027493,116.96683751033382,1213.7035936904294,251.08376756228748,2160.3327544494687,231.78747033347406,2545.8124212522707,53.46191133614668,931.0665832323265,426.0932483907898,5166.889284387029,238.35265924361696,3014.0910502581855,268.9391863130463,3406.4107204661814,183.60981656110837,3867.7472189103933,44.19933449650339,1049.5443829767396,95.07659177217137,2018.0588663553704,213.92742365038688,4631.74400705069,113.08226753835993,1348.5138176758521,102.87808978958789,1836.5978282656074,138.600538254996,3283.052278098459,163.10153883802562,2198.682033272617,121.17082153959232,2800.9643322378556,142.26650628604855,3948.4928140559123,2789.9421831576387,820.3642530808719,18598.682856660977,6646.30293558013,595.1688931892616,2890.516964425639 -3868,626.0514949602184,3205.1187283724753,147.36441730310435,1284.1545332422083,301.8013918285266,2285.7319648387784,286.303179027594,2693.587279901621,63.92745574188282,985.1115048383779,508.79930806487005,5466.807820129563,284.6176712646438,3189.0477262449745,321.0717072656921,3604.1400812456027,220.3898481878684,4092.2554323964273,54.73190503972064,1110.4664963052294,116.99099969517749,2135.1996113812907,263.29395025376937,4900.599367417426,158.7704731226304,1426.789984894693,125.91838081980056,1943.2054409090213,165.8802052790062,3473.6211441643195,194.7407574377446,2326.307275403342,150.04546954467278,2963.5498019382194,176.16819350519452,4177.6880063663,3241.3920845316397,974.2565689387502,22891.00798427045,8379.520146066192,695.047345568221,3667.0130394124935 -3869,588.5172554140133,3723.6014622272187,133.8439019959417,1491.88847682235,294.6833274140554,2655.488176207139,271.4470181770017,3129.321059245553,62.153219436991655,1144.4701275499062,495.42816258837433,6351.1574197085365,277.1379749927775,3704.9307008318037,312.8130741462626,4187.171338708123,213.36521595629623,4754.247690417469,52.20847491765675,1290.103431362171,111.16606079014238,2480.6046417892326,250.21850687945195,5693.355072550273,171.89342884957176,1657.5976506002357,118.47545519566374,2257.552132819411,161.11924529438457,4035.5387328199176,189.64359029351886,2702.627236738994,143.12758029427187,3442.9546332231607,168.0459086017554,4853.500443377916,3253.210064958425,966.4979901316616,21948.367628348813,7873.09978615492,700.5842957803168,3424.8366914906737 -3870,596.0207191903118,4161.507860465928,129.31699457847245,1667.3389153524558,260.77333419748294,2967.7813350224765,259.70256791680697,3497.338347853853,52.52677499820885,1279.0631543630946,416.8615143681851,7098.072066328123,233.18851181338235,4140.641363045061,263.2564925420152,4679.5949072189405,182.43090957782877,5313.36109274172,51.63507582694729,1441.8233596934094,104.59765216643743,2772.330986608747,235.8557536459128,6362.9102435334025,156.96826563949637,1852.5359715421139,105.36940541162079,2523.046851668229,136.5488370533104,4510.129864381284,159.51904033108582,3020.464086634932,141.55562814424985,3847.8561453823663,166.20028159691248,5424.286259091485,2501.858990648909,794.5042678521854,20093.37770198889,7780.219974646516,538.8482401290347,3501.175207889998 -3871,540.5828504489535,4403.561775730931,119.31464510529483,1764.3196074637954,238.6450360910296,3140.4022012755463,236.30798231260513,3700.7608736519132,48.61285931992755,1353.4598045114685,385.9467654941814,7510.9311049496455,215.89508453708507,4381.481579437457,243.6699187232907,4951.783331974119,168.70216436551598,5622.4124988277035,46.5860342321379,1525.6869497756966,95.42313238676202,2933.5834922435683,215.08092995415805,6733.008628197901,142.2781056556915,1960.288641996236,97.65265660563321,2669.799756942078,126.34345703829858,4772.461362634151,147.69303273715673,3196.149242737331,127.71386955218266,4071.6665229175,149.94869057254317,5739.789622428698,2335.160405487368,734.9451512770472,18407.370132597393,7068.680789724189,502.4518816785701,3164.3222593891337 -3872,540.0843775372796,4486.5424033769195,119.56316507008242,1797.5664099050236,237.73403908468785,3199.579875847725,236.57849760721126,3770.497935535729,48.31907584508402,1378.964373265551,383.50062514619657,7652.46693640532,214.526736038189,4464.046128318053,242.12203156504023,5045.094635364647,167.78790734025495,5728.361124462673,46.70345680746714,1554.4369633173294,95.44802316191532,2988.8638793111204,215.15471240084017,6859.88530448138,137.66923114120928,1997.2282808986904,97.40545782067089,2720.10940872013,125.60375118485062,4862.3935265179825,146.7538216709839,3256.377413413686,128.03577914837953,4148.392923237107,150.3266442169023,5847.950100169698,2305.488950798842,727.4511923563753,18347.109930811293,7077.200899761596,494.30552057544475,3174.788400846072 -3873,506.487581822244,4609.421320706627,112.83959212143246,1846.7987573160551,221.43705960500057,3287.211034924292,221.45404472581527,3873.7655885425966,45.0666599524032,1416.7319087056642,357.58600902342863,7862.0552490754735,200.0303372112491,4586.308910175351,225.73203178320873,5183.271367217868,156.61469006917454,5885.251386442087,43.65187336517106,1597.0104004848783,89.32612287953536,3070.7238785076474,201.34557564068126,7047.766127492478,126.70213252934789,2051.9290341184487,91.41324367383636,2794.6086709828246,117.17031181691594,4995.566379563969,136.83432836230892,3345.564162362277,119.66997733457877,4262.010490003426,140.50436702831337,6008.115704838036,2136.5581334753574,675.4758985051151,17147.961928835568,6635.811897068303,456.84644577363184,2977.9360069586896 -3874,487.88775215721915,4710.8565283436565,108.89775576773502,1887.439523776398,211.02512943304538,3359.549602105468,212.06353822282364,3959.0119111223607,42.96906616392766,1447.90859777941,340.8471160204665,8035.068117971024,190.66675382869522,4687.2355046919665,215.14384289355414,5297.334754092691,149.46764273239543,6014.762588574582,41.76656810785823,1632.1543090800783,85.5072754390324,3138.2984160777255,192.73449171848583,7202.859700151579,122.18599627097409,2097.083910002163,87.68494641854055,2856.107000400438,111.7366785755287,5105.499118994688,130.42637795806718,3419.1868520365197,114.50148352163279,4355.8005536417,134.4360450660939,6140.330666679302,2024.3530114336572,642.8369538679995,16421.983728321975,6374.466885589119,433.9743344233701,2862.1119668412184 -3875,459.59620657585845,4662.7056707635475,100.29376753781088,1868.1475264180365,185.74381098316155,3325.2107948310363,193.42457395175003,3918.5458477762472,37.112897214544816,1433.1091573249573,293.73864670094287,7952.93965189122,164.3147077035553,4639.326083576523,185.40745916411683,5243.189354044143,129.89359908518566,5953.28417694432,38.514025042589985,1615.4716465509973,77.48707628009755,3106.221073206583,174.76853725941606,7129.237447063467,116.22264402371837,2075.64908428066,77.87730058326876,2826.914007452681,96.64555626046739,5053.314519554016,112.38211540620966,3384.238477327669,105.58475842156062,4311.2788130954,123.96692955311632,6077.568791923163,1660.091655116096,547.6340759025461,14756.94401039091,5912.8795092127775,356.0541629434272,2684.5251697617723 -3876,422.2214576405939,4601.55862778296,92.41122265536475,1843.6485112200094,169.73545483150787,3281.6037516788247,176.9554680566308,3867.1577679157094,33.99112406033842,1414.315265231727,268.9992633126481,7848.6442540998805,150.4757233006875,4578.485642110922,169.76397243524332,5174.42980810124,118.9826341787986,5875.212398636328,35.20561075035486,1594.2862402267333,70.89397919429999,3065.4858763311886,159.892837569873,7035.744136660492,106.70375606267744,2048.4288793758233,71.54817962212681,2789.8416626551098,88.52273390308375,4987.045005254822,102.91615420875449,3339.857341085838,96.51486444351502,4254.7404061059515,113.31797865680007,5997.867136623023,1516.2482716262687,500.8320517845929,13526.36725387283,5421.8656472832845,325.67873289339116,2460.3161042684787 -3877,422.20974570929474,4526.44068675749,92.67349263101782,1813.551952349424,166.42490567972305,3228.03335585702,175.81212934074824,3804.0285213616044,33.240416374282276,1391.2273380142733,262.83607500316657,7720.51940686884,147.02809222807124,4503.744355023213,165.84720703721894,5089.960056739482,116.59110165714075,5779.302752759338,35.00288021796776,1568.2603847594153,70.32250844006415,3015.443487241037,158.61756728275464,6920.889441571537,103.35030585286128,2014.9893924100863,70.89860598546532,2744.2990153832884,86.61423335329091,4905.6342088489555,100.55205312145567,3285.335987111034,95.95908627535171,4185.284083855736,112.66544022180383,5899.955218881245,1452.6123944671374,485.273577419355,13364.44789127143,5410.646439287102,310.8311597088612,2462.3825011906065 -3878,383.275604835461,4444.174848804275,82.9059131117623,1780.5915356873447,149.61284760390086,3169.3654338985116,158.36019279594836,3734.892169962307,29.678130694534552,1365.9424639453387,234.62561439747412,7580.202755797222,131.2474190321252,4421.891011760152,148.07250771056755,4997.452530806115,104.16813961469886,5674.26676164782,31.683473076092344,1539.7580219518106,63.25628431329406,2960.639281807794,142.7123987216712,6795.105672669376,98.07267056805232,1978.3679491382425,63.20417096803921,2694.422727651257,77.34103463602726,4816.476714735847,89.75851150881282,3225.6266179530007,86.85905581138051,4109.218599724254,101.98110611598302,5792.7264284129,1291.2834275183777,434.6442202693656,12028.757996482798,4888.5184439191935,277.298036339128,2228.7807710843654 -3879,385.3569551580545,4321.360916939838,83.76023721236012,1731.385225183802,152.8109602651593,3081.780619237801,160.28389475216986,3631.6791308519796,30.524870379697752,1328.1949021582818,241.48879349379305,7370.725285526319,135.0866185375173,4299.692889520116,152.4093666761454,4859.3488747856245,106.96963011527697,5517.459472296198,31.895879038087532,1497.2071000755957,64.16870728251648,2878.8225749046105,144.72983548439208,6607.324211883827,99.94001909505383,1923.6961248346552,64.51850568776821,2619.962864899281,79.51219846834357,4683.374291182605,92.38876580236649,3136.4870361059952,87.4413588077503,3995.6611204863716,102.66478731778422,5632.6455285626525,1350.9627292551615,449.24621683444104,12234.139867519725,4926.793739577279,290.18263380761806,2237.646899218752 -3880,406.9007291109323,4244.228565160285,88.34112490408278,1700.4815777399392,159.15878785752423,3026.773645416511,168.08643312085795,3566.8569700430417,31.735751639568246,1304.4878343168787,250.93936407448734,7239.164560439682,140.3731811333462,4222.947292271238,158.34943903349918,4772.613928542124,111.30972708166388,5418.9778520088685,33.50809091569226,1470.4833186211984,67.21431667979745,2827.438217100101,151.615597631326,6489.389499827081,104.60573015752733,1889.3599031976105,67.56350996750896,2573.198916867863,82.69336298409326,4599.7803307876875,96.00080392882467,3080.5036026296143,91.86117733964943,3924.3422130724816,107.85409059197357,5532.107942207501,1387.1329751666576,464.94925663395867,12809.097676857049,5188.057524171757,298.04132221505455,2360.364754857402 -3881,441.10166533561215,4187.825133380636,96.69433751932182,1677.883125467616,178.8196013968647,2986.5495108769414,185.3225904471784,3519.455429176688,35.97448679601081,1287.151918156695,284.80889432523605,7142.9600987435915,159.31948603981132,4166.82667674551,179.73542054466574,4709.1885498198635,125.76432486045086,5346.9626570450055,36.76240489037545,1450.9414150051214,74.3450534071082,2789.863139287732,167.64995443448728,6403.14913074101,113.56222061028657,1864.2513632659993,75.37962469245095,2539.0025376355056,93.6641684703848,4538.651814237317,108.96788210771474,3039.565426909259,100.78275732161346,3872.189892598508,118.32890621555877,5458.589311406764,1619.9783695640626,531.1001447574911,14218.4094166756,5668.856684425359,347.0684539443071,2565.2434018370886 -3882,458.5678169946671,4110.23792116309,100.34414822573767,1646.797234823752,186.68018299340682,2931.2181531152187,192.8319308928388,3454.2510028750353,37.58980784747836,1263.305046367751,297.668266325414,7010.623541367972,166.51290091794195,4089.628499805058,187.8633067704439,4621.942115274406,131.3560932581942,5247.900276649826,38.218492474218586,1424.0600396143698,77.40153337951347,2738.1757606241695,174.53310745115766,6284.518940930205,120.21427380580472,1829.7126560512102,78.4788700019204,2491.9628159579697,97.85500340347289,4454.564888380288,113.8898344194506,2983.2518511711164,104.77456694448982,3800.4504074540664,123.01568477816913,5357.458840619733,1702.3068793212694,556.3539536731664,14818.229273905585,5892.139747260092,364.6235907661883,2663.122016320342 -3883,474.164513364437,3925.5621503221414,102.0631629629525,1572.8055208176297,181.8128215416861,2799.5165381935326,194.00217553427217,3299.049168122474,36.006659420457545,1206.543895865007,284.5083025951155,6695.631482170713,159.1513377800314,3905.878724210342,179.53655566330588,4414.275128765993,126.52911869966744,5012.108566418978,38.824956210081,1360.076058496032,77.42063344200197,2615.1476710122242,174.67644307518202,6002.1512527229,123.61924005355169,1747.502428406267,77.30313093888387,2379.9972405409167,93.86427546214681,4254.418273925944,108.83755658330482,2849.2123269890685,106.4371645818871,3629.693599210526,124.96773853357479,5116.744589980896,1546.5099694665794,525.0636306441584,14716.630415851632,6018.090364663645,331.34768435779563,2746.222849576558 -3884,459.22397364201555,3783.8387717255205,98.70537790381827,1516.0230005695676,176.06713403207897,2698.446442488298,188.06888535295406,3179.9445975263056,34.826488790456885,1162.984407873437,275.170106434022,6453.90113141999,153.92763640494226,3764.8659703711696,173.65312883514184,4254.90789387139,122.39475496372032,4831.157932414197,37.64900259548964,1310.9736454460653,75.03904779955543,2520.733788548404,169.30619361514644,5785.457408170209,119.47271495730521,1684.412878737766,74.72675104671141,2294.0729226817753,90.7904657236451,4100.82230253252,105.26490560749163,2746.3480793075246,103.21333175282585,3498.651873095342,121.18264054040034,4932.016313382712,1493.9277695976964,507.18808404677986,14240.003846847689,5830.4365933256195,318.6593923819493,2661.5725197753372 -3885,397.43073213085927,3674.4109128405826,84.75318924656172,1472.1799192490084,145.66139722029874,2620.4079122201297,160.16306934450571,3087.9812371209296,28.32344437312005,1129.3511318942592,223.32417464792394,6267.255604252269,124.92549718107476,3655.986801098688,140.93019572331644,4131.856810390199,100.10840827578845,4691.441813315922,32.35062422966766,1273.0605503777135,63.573565140477115,2447.8346726132972,143.51356911412014,5618.143139502952,99.68607035278626,1635.6999958909016,62.29395876073219,2227.7287935579807,73.93470404287363,3982.2273434695317,85.41867868323004,2666.9242433034506,88.68802573345485,3397.4715621588875,104.12849735761758,4789.383390121835,1152.2620082870665,406.0909835211805,11952.560917696108,5015.273628036524,245.25069604037918,2310.300861354448 -3886,309.6206649944425,3384.6610004334634,68.64907662130739,1356.0894729793083,119.31720282534495,2413.772622633059,127.46760806029677,2844.4749134694694,24.011101754212007,1040.2948452389733,189.74305895106846,5773.043931839923,106.14052873357642,3367.68974328242,119.67752344922123,3806.034473888429,84.35468653820095,4321.492755707525,25.197694756655984,1172.6718917026992,51.00740388607461,2254.8078449663853,115.01883535503674,5175.117979504396,76.48714966658267,1506.7149852930202,51.987855394186305,2052.058668982492,62.58973445698476,3668.204211238106,72.58598071957486,2456.6208547539613,69.07853725284993,3129.5600218080044,81.10502206261327,4411.7110364603595,1033.6320252337896,347.63334216752514,9708.994750208141,3948.8509020919046,221.0281956430801,1794.2147235641276 -3887,319.3349025983739,3168.144589228273,84.23645301103276,1269.340570821894,143.86157972045547,2259.3638397000213,139.18284766317078,2662.5141499103624,32.7403127678007,973.7472924833041,253.0717175111723,5403.742913601523,141.56600010900615,3152.258981627218,157.7954947192094,3562.5628455321416,101.29083060536044,4045.047314821365,25.694216838776665,1097.656193090592,54.2867316586136,2110.5680222819547,122.22485821496325,4844.066222078099,86.15724008759038,1410.3305848219104,68.979179901223,1920.7886899406649,86.52836911455313,3433.549570408987,90.45752675335659,2299.47107488087,70.43973396063907,2929.362393600533,82.70320137281921,4129.494341563472,1528.7049061408209,467.3504521894035,11380.675396155459,4227.91952558289,316.08201796302427,1831.383030055388 -3888,326.67577795650686,3033.8290368141766,83.7539635184457,1215.5260509444736,145.72426707862016,2163.5766388047286,143.2350078856686,2549.6351291511896,32.989090220646894,932.4646420808222,255.0656417282876,5174.647714786449,142.6813830475403,3018.616909889358,159.06630038269392,3411.525674364349,102.50929716585155,3873.554900466711,26.69511553222885,1051.1203441785856,56.09204035496305,2021.0891169364818,126.31404632704195,4638.698880965876,86.36199977406109,1350.538701512382,68.98706177021607,1839.3556029416359,87.1709891156309,3287.9820010314147,91.17340643089712,2201.9835016391153,73.18366027412465,2805.1701678241902,85.92484174106909,3954.4217405326285,1554.2751299573679,474.4668167078708,11515.5723666058,4291.057629188158,321.82813162806974,1862.1330731738676 -3889,331.73194932401685,2942.2059410864767,85.58249755207251,1178.8165797205618,154.78053753760094,2098.235583957556,144.81889381287485,2472.634922259428,35.51019941302297,904.3037615145981,275.0094499796507,5018.3708655718765,153.83776665631643,2927.4532277095354,171.53206794444827,3308.495958567303,109.22935886686383,3756.5716798747394,26.5310917186923,1019.3760043534454,56.14583167173571,1960.0512537648183,126.40333355089865,4498.607944243544,87.01222435235363,1309.751783320521,72.62796283480647,1783.8061792791302,93.73831534063379,3188.683363574967,98.32251109308847,2135.482541066414,72.7339951272466,2720.4526798905467,85.39689046837726,3834.996302485867,1695.5483007838736,512.2619620355958,11929.4745980555,4346.671373087872,349.3463465950677,1857.4965494507028 -3890,365.8000589131227,2948.5740691593255,99.1689970902117,1181.36801735082,188.0800986281608,2102.7770175598266,168.10540614830018,2477.9867080207373,43.271091184258005,906.2610419651832,335.57348155178164,5029.232657380105,187.71673102444518,2933.7894249216324,209.37427337814214,3315.6568869368784,132.5023923235083,3764.702426005802,30.539978377744184,1021.5823478521994,66.04308401513069,1964.2936003793154,148.57323270846794,4508.344758087342,100.76086165971304,1312.5866178857543,86.54350242750006,1787.6670600040848,114.12888615012021,3195.584968849922,119.99613931676441,2140.1045922046223,83.7242078865554,2726.3408438833326,98.30048518483572,3843.2967913374778,2153.4495083414154,632.6419815278874,14226.760419665006,5002.948924905946,446.883884817008,2128.698491899175 -3891,536.3923575713279,2990.8766508729987,145.1471395364247,1198.3168597118165,255.34014992483566,2132.9451240833705,254.55798623549,2513.537870291974,58.07378882229977,919.2629815069567,449.27321707256357,5101.386017090873,251.31932134716027,2975.879894405359,280.1893332496445,3363.2259298383988,182.5823223498814,3818.713832288426,47.89763507051945,1036.2387782940452,103.54402051288005,1992.474913987416,232.9396133990065,4573.025046948722,148.50052680605867,1331.4180263418484,120.65201997311912,1813.314349205209,153.4013691632502,3241.4313648016787,160.6045577723395,2170.8082297134997,131.30957416921223,2765.455091523916,154.17040275540774,3898.43577470777,2904.5652069969146,852.2673502622705,20464.13268997121,7432.740687180896,612.0846526870646,3244.5513181859683 -3892,728.0339501760545,3163.9858093958687,203.0340945013115,1267.6743249111692,342.8151043499949,2256.3980038595246,324.0908314496854,2659.0191042019733,77.78090717255178,972.4690678039109,600.9210434983663,5396.649494593756,336.14972603818626,3148.121054613445,374.6749858780134,3557.8863182789196,240.27902572384963,4039.73743684067,59.384380705584796,1096.2153149014273,127.59288814996525,2107.7975086646697,287.1023908602461,4837.707482966347,208.77981264096374,1408.4792632587714,164.87818051588056,1918.2672970430062,205.627518386566,3429.0423971077657,214.77880254828776,2296.452590824326,162.80005748242374,2925.5170598724794,191.14333885756886,4124.0736111321285,3667.5651657845433,1108.301198501878,27185.43828610706,9973.538607521226,763.5011652662087,4346.022455252409 -3893,708.775387072763,3654.8516555777455,216.46074622071853,1464.3433581074257,364.0947217474504,2606.4592184826984,313.89539147693387,3071.543603749933,82.21013185442243,1123.339482720346,634.8451516705866,6233.8943750366825,355.12656133387446,3636.525617227735,395.8843319791101,4109.862522803797,248.1548400335515,4666.468798719322,56.591124068471906,1266.2839215774368,121.07501146292246,2434.8046035126363,272.47658495635955,5588.237200942577,226.16569661852003,1626.9930010056403,174.54401824593936,2215.8703700940287,217.39881569023947,3961.029548520188,226.89060438719378,2652.7279384772864,155.14244893818957,3379.3864807938135,182.15255047920976,4763.88902270354,3798.586270156082,1152.081573833548,28251.468783021606,10193.540340722197,787.7849038890587,4450.951104568107 -3894,715.8789195933534,4060.7224570564035,190.20146177943025,1626.958497763774,320.3995767612369,2895.906176039115,301.18533880082487,3412.6381218620686,70.49765522103506,1248.086186321441,543.675784322254,6926.167535417382,304.12725254148734,4040.3613145287186,339.1456769520433,4566.262221968549,215.56028719405546,5184.6795525048865,56.21214751904486,1406.9045865409043,114.45171728998011,2705.189338379635,258.02727306689485,6208.810216030075,206.82835453579403,1807.6703623728395,150.57731419033283,2461.942486785919,186.57748163446567,4400.901365228547,194.27473188969424,2947.3130313774273,154.1034989096106,3754.6669104037837,180.93272058209695,5292.918279704785,3104.0201327632963,985.4332558447992,25145.147134924766,9564.826714202498,637.4572337770733,4219.599023751097 -3895,647.1786993742239,4284.061869378733,174.36309910618544,1716.4410858022536,290.8474775296017,3055.1807855050424,273.35571629847334,3600.332947269553,64.36926233056796,1316.730827349853,496.4271483698685,7307.106199254911,277.6967984861442,4262.580865630678,309.61461676210075,4817.406281172087,197.1233407314875,5469.836515725522,50.689347328917876,1484.2842269557802,104.3631032054009,2853.974536935732,235.18749045104815,6550.294284329149,187.44957634214325,1907.0920885987437,137.97442048958774,2597.3491278417873,170.3554213636605,4642.950590457098,177.39170897161705,3109.4150138002647,138.96294885699282,3961.173291990756,163.15622016833052,5584.028364316747,2850.705112449701,899.4848522130775,22924.158524458133,8679.979412275603,586.6114438987472,3822.9465927820734 -3896,636.7679683854958,4358.270076921919,167.97167841123922,1746.1731532220308,278.2231443737878,3108.1024044557957,270.9662418952299,3662.6976522438754,61.273360414339315,1339.5391427976078,472.32812408894455,7433.67936040607,264.2160251009096,4336.4169807921535,294.57409562563834,4900.853041754214,189.24569259815348,5564.584625291251,50.829120317164225,1509.9948901827295,104.41890408083059,2903.410875909662,235.33216260347587,6663.758004635069,181.45056782354322,1940.1265987971751,131.97417466643722,2642.340220178404,162.20870844794848,4723.375442276375,168.77024501486912,3163.2760741017705,139.3461312738275,4029.7884471237053,163.6061141528778,5680.754496763183,2717.9788330682177,859.3730305110421,22206.483147563584,8491.763935363233,561.2434467410217,3758.4369449595997 -3897,591.5221238462628,4487.517122324475,154.55550051459826,1797.956938263321,252.540472250075,3200.2749971346334,252.12646297086317,3771.317091012053,55.438055429194144,1379.2639586883063,427.11867881266437,7654.129464884453,238.92627562652416,4465.01595986155,266.3591957361632,5046.1907019770115,172.38189210581413,5729.605633401728,47.51424952890833,1554.7746708490326,97.74166300212678,2989.5132217206865,220.2726194852297,6861.375641489964,167.0665412161632,1997.6621865821671,120.3396635084041,2720.700363166054,146.80864951102842,4863.4499005973175,152.60598267429094,3257.08487418857,130.2585370535494,4149.29417788281,152.93638142483968,5849.220590283133,2453.5136808537936,777.9352296436292,20378.437958664814,7851.926700944836,507.89516917203775,3487.735209060115 -3898,574.7003874398366,4579.9199806039205,150.2138315904122,1834.9788271230643,246.2561495434487,3266.1721400211454,242.82816088674295,3848.9726116905185,54.408796357435584,1407.664503718117,419.3734859762539,7811.736315380411,234.59368571601726,4556.955494733082,261.51781367066013,5150.097256888229,168.54669706394822,5847.58444504938,45.46902096926301,1586.7891723318742,93.58308464841618,3051.070550421885,210.89678882073008,7002.65882854424,161.04720682724675,2038.7962237089923,117.75839828049556,2776.7225427423286,144.04432157553424,4963.593623654868,149.84697838280422,3324.1517942314017,124.65161949174616,4234.732657876851,146.35330670093848,5969.662403989056,2402.9281045578427,762.131893213865,19757.17745585028,7586.8128887011135,495.6435042977383,3352.5924635497404 -3899,547.8734697596426,4555.682103908564,141.71239396995097,1825.26774248867,223.7977039613174,3248.8868865820227,223.75532474021176,3828.6030585190556,48.94300249931299,1400.214854201522,376.6056690836702,7770.395003219787,210.66976078904398,4532.839150811064,234.81297849305804,5122.841885001777,151.39355962819812,5816.637827784224,41.99828286618331,1578.3915582985753,84.97105454657564,3034.9236587506016,191.6087450034436,6965.599320529972,153.39136368714867,2028.006495572585,108.24829344023914,2762.0275570453664,129.70768894409503,4937.325267280628,134.53689886466222,3306.559700560236,115.1367208605868,4212.321583352818,135.1818764116865,5938.069725105241,2054.8800008170338,673.6213247823362,18124.998864539633,7123.035875338959,420.6741034429176,3165.6799372391993 -3900,505.42687690715394,4502.982578917028,130.2755971210982,1804.1532878762644,206.99534909447956,3211.3041949523304,205.30060723136413,3784.3142872740227,45.42352510971389,1384.0173548985738,349.6264444128886,7680.508106740562,195.57782969438838,4480.403870064448,217.98764225619345,5063.5815310550615,140.29487287619563,5749.351734597643,38.391079203134204,1560.1329345676481,77.74384294820315,2999.8160652983474,175.30558170259087,6885.022193526673,140.79468723910045,2004.5467860145518,100.08444790213748,2730.0767894215805,120.35899584694954,4880.210944907001,124.90356471415498,3268.3098574848864,105.24770700344683,4163.594007220183,123.57119791504917,5869.378923872383,1909.0599093116377,625.019115043538,16701.33966462548,6545.887537217138,390.1913353410015,2901.218954820168 -3901,499.9462170840976,4448.008720219779,125.41175294055365,1782.1276046368366,196.60497342013167,3172.0995611450085,202.5791974573547,3738.1141620795306,42.804041118514185,1367.1208261713778,329.1987976963742,7586.741995061627,184.15079128117986,4425.705659502246,205.24782985416218,5001.763700159263,133.54114504748537,5679.1618006329045,38.18869469469617,1541.086330235798,77.16599792231771,2963.193346555538,174.01652473359775,6800.967629565782,136.45408208258252,1980.0746345382538,95.24974377828028,2696.74713445978,113.47373441318669,4820.631761066897,117.59389178068189,3228.4092802262885,104.69287744699135,4112.763513294381,122.91977324384338,5797.723659401168,1781.7751927827144,589.3227963666735,16078.523487829549,6391.216660984321,364.78673966231753,2847.312524656512 -3902,460.98074640280305,4385.757006270544,119.25128729640926,1757.1859948417446,185.05086448608765,3127.7047213594565,184.53422271754332,3685.7977148411214,40.4004072144762,1347.987407161206,310.6429740606349,7480.562416245538,173.77083354953885,4363.766086073255,193.66436999546303,4931.761957202113,124.62759055945817,5599.679592273619,34.57509758249682,1519.5181923486546,69.42668624078193,2921.722235281067,156.60001630512505,6705.785286615514,129.5039505396817,1952.3626745353242,90.20449510680189,2659.0050476593037,107.11632762475536,4753.165034196427,110.96237948523233,3183.2263627310695,94.78633618825512,4055.2036940866064,111.28851584745372,5716.582128998791,1651.528091669845,550.1210941632676,15030.40112824889,5955.830655442888,336.426740478955,2649.593109295467 -3903,464.1671005716849,4271.650515346789,122.09532815629657,1711.4683849775674,189.78454406224284,3046.329622399409,186.87424997246674,3589.902424040925,41.54795617103243,1312.916126964729,319.54108140040864,7285.93678463086,178.74835327011664,4250.2317442066205,199.20426750773711,4803.4497752451525,127.8745003583152,5453.9898544112275,34.78960750357996,1479.98410767962,70.38910871870405,2845.706288377221,158.72640436909253,6531.317429219441,131.9446627584743,1901.567052825497,92.63367296945621,2589.8243486595293,110.14329671377897,4629.499500046179,114.14415383799931,3100.406728732217,95.37440710973232,3949.6973783350295,111.97896916273179,5567.8508778408095,1712.2361515619448,566.1455472296963,15367.039183691815,6046.31653043819,349.3371969648282,2686.7721647284006 -3904,490.4173432437742,4217.261488018072,127.94436245844979,1689.677018753118,198.09313282538398,3007.5420613642314,196.13109615190325,3544.1937921322265,43.3780192459072,1296.199349491186,333.58908383819585,7193.168190039404,186.60667712470268,4196.115432570516,207.96031549991946,4742.289584316772,133.6418384420672,5384.546625809921,36.559037593261245,1461.1401278667913,73.75663447509928,2809.47317508015,166.33776609610157,6448.157067463699,138.1124854446647,1877.3552447592847,96.93915526032713,2556.8492663652833,115.00039938693799,4570.554140653674,119.16107338069997,3060.9306279385487,100.22523348677916,3899.407637196648,117.67431819556121,5496.957907437654,1778.115997440977,590.4046068594688,16065.771575597351,6343.238904310778,362.22020455998285,2817.2993017286994 -3905,525.95319866557,4156.569311778628,139.15994157016917,1665.360249280496,215.7157016436986,2964.2594066475467,214.40465358341328,3493.1879830615817,47.28692284850291,1277.5452632828055,363.67901293088585,7089.648635288009,203.43870777240903,4135.727577068033,226.70867200884248,4674.041533763687,146.08416113617315,5307.055615657562,40.07629288995518,1440.1123176627125,81.4999134109528,2769.041003262868,183.7467114979149,6355.359244452244,149.92606866571046,1850.3375282381016,105.55800171106199,2520.052699035316,125.3572247343338,4504.777598647776,129.91079214364188,3016.8796385333685,109.8676572635128,3843.289813765833,128.9954755948051,5417.849144785187,1973.5531676320238,646.9517727024214,17570.358212650124,6895.344490556096,404.5749187640942,3068.2447748882983 -3906,547.9762360342488,4089.8988887422083,147.28031363476484,1638.648250995531,226.63559868414606,2916.7133623482605,223.4226964601355,3437.1580451229797,49.647875492984305,1257.0537288556334,381.71942988311366,6975.932289369079,213.530351727498,4069.3914506993074,237.93676794953424,4599.070974398113,153.0058199384314,5221.931654901981,41.6574483408097,1417.0132447887304,84.83554554381733,2724.6262175958555,191.25718169923547,6253.420732762963,158.74014762745622,1820.658536619167,111.24142824634609,2479.6316289372785,131.64069362387363,4432.521994167475,136.34977892820982,2968.4895777250445,114.20233576363826,3781.6443223724305,134.08481606679823,5330.94808111069,2061.9356432736054,676.6230471975155,18473.075679105103,7241.3703335126465,422.860919773148,3226.732155493181 -3907,570.6738420351455,3924.782381467247,150.4866819322785,1572.493100656395,225.50579373144075,2798.9604456590996,226.35328119763747,3298.3938490385926,49.02146221216258,1206.3042294641116,376.42043151060955,6694.301470138367,210.56614058783785,3905.102865247089,234.61649254160594,4413.398282563962,151.19398239479486,5011.1129673155165,42.380564107331665,1359.8058946545002,85.00495772876336,2614.6282012836305,191.74658308508967,6000.958992753494,163.38165122998234,1747.1553066653942,111.62912587364536,2379.5244808056627,130.08091820808548,4253.573181493659,134.43526534594542,2848.64636294405,116.184730577855,3628.972601322047,136.41234327767913,5115.728206105942,1951.3721949638243,659.4380276027449,18536.530137410708,7409.506560086254,397.35567816182913,3313.288223161195 -3908,547.8043972382083,3788.972264202331,143.90436020485058,1518.0797723131868,212.6823480794929,2702.1073951206095,218.11152298062527,3184.2587934138414,45.73084718943561,1164.562216038277,350.76605501873127,6462.657068155929,196.21531742607786,3769.973722656896,218.62597631542303,4260.680480649117,141.91781455831688,4837.712311286165,41.098796466076,1312.7522289831027,82.39463325049203,2524.1536403761957,185.86174672511316,5793.306474653084,158.01646327081878,1686.6981031784735,105.27197360192925,2297.185266203873,121.43013916724826,4106.385843081894,125.2556090829802,2750.074019564064,112.67081255435845,3503.3984556410155,132.28665662946997,4938.707525711696,1800.5714801596885,613.7105496660755,17674.224394237703,7128.476294471269,368.03951526694453,3211.0442012004405 -3909,472.179433038094,3694.7499389583154,119.09143947767711,1480.328900551826,173.62506983744484,2634.912698491994,185.4697947252518,3105.0741895758083,36.971179922747744,1135.6024474690682,283.2841420833121,6301.946845500203,158.4665536056017,3676.223843932895,176.5621585199959,4154.727944178632,115.6691507295124,4717.410427015986,35.35950189789969,1280.1073430195227,69.91292137638548,2461.384211442553,157.7878438790763,5649.241338032733,131.9298274802024,1644.7541125170362,86.01325042653403,2240.059976757187,98.2318406271403,4004.270230851161,101.1451625237191,2681.686512174634,96.93675126575107,3416.2776414124414,113.81331543412837,4815.894141415086,1412.029522157713,494.1390127252759,14601.409424277426,6012.688182620084,287.3880481587552,2718.502364815643 -3910,367.34143226319367,3447.887433330253,95.32286926322064,1381.4216111326973,141.83586456083958,2458.862583705519,147.15554726540853,2897.610516184201,31.26188222512343,1059.7278496719,240.20859213821785,5880.886039135144,134.3704856285331,3430.5991482549066,149.67707523800453,3877.132283457942,97.37144783134394,4402.219473005864,27.495392766805505,1194.5777371215452,55.99048639738869,2296.9282986504218,126.22787317458804,5271.790659463246,101.03208954917746,1534.860850979426,71.20994196060973,2090.3917102288915,82.92179109450022,3736.72731218791,85.79553247943969,2502.5112330240636,75.37759036555525,3188.0210956614796,88.50073224983879,4494.12305697617,1272.9249490491354,424.3121361372678,11798.66594546454,4708.971687467831,260.14890603122655,2093.9382017489306 -3911,399.7820370610908,3197.1910562866883,105.76428519536799,1280.9782527640775,191.34253773940844,2280.0783416725485,189.90431856767262,2686.924850675372,40.28093464971756,982.6748896486932,303.66007372293507,5453.285993505683,169.8646630786155,3181.1598048348264,190.9448570023774,3595.2254533841046,128.90266530486682,4082.1334800106592,29.219062730174333,1107.7198229395813,58.7849163037558,2129.9183211105474,132.5867968433494,4888.478023997356,98.38615804977636,1423.2609040418056,88.17019432783361,1938.3990368920736,108.07008859105947,3465.029347193611,119.03322629869272,2320.553291600207,80.10296706870544,2956.219636340393,94.04879098131322,4167.354741548988,1846.7720018308971,572.0637973143079,13978.132853555331,5145.216148119672,375.89041347047566,2253.223538592732 -3912,397.62628601581736,3026.7461127454044,104.31429485091411,1212.6882250096623,191.36089182236265,2158.525448093694,189.33549920377524,2543.682627608184,40.0508803540648,930.2876650077802,301.9553826030282,5162.566731843202,168.91107448467906,3011.5695007881814,189.90396883060825,3403.5609614497534,128.12639203407048,3864.511511764414,29.307219029118247,1048.6663477619727,58.555937760298924,2016.3705844886167,132.1042650444451,4627.869150103295,97.98120454234457,1347.3856685106293,87.20475282988654,1835.061354349175,107.4466752314691,3280.305719154552,118.35718514226545,2196.842644407695,80.34464426336476,2798.621081815195,94.33254386584704,3945.189556192569,1840.2725760472126,570.3559276410642,13907.194834684871,5120.722590740282,374.61187464914764,2247.0500129469888 -3913,396.6619039472539,2948.833998414106,105.58769083065374,1181.4721599299683,200.6446769601978,2102.9623862330645,193.43748854692006,2478.205153012542,42.56515579848204,906.3409327027904,321.37332241624125,5029.67600547518,179.77329210720987,2934.0480508475944,202.12454275313627,3315.949176092082,135.58710305428028,3765.034300421404,29.699556544628436,1021.6724046498738,60.352253765848566,1964.466761154572,136.07171829844535,4508.742187714605,97.99313637033575,1312.7023279386206,90.74793054551122,1787.824650403988,114.09504881027213,3195.866673158533,125.84644042775643,2140.293251461184,81.42022288048022,2726.581182340908,95.59537934182009,3843.635594178255,2018.564678471819,612.2573264351474,14396.091558186576,5175.203563750348,411.6895004676639,2246.0419042234953 -3914,454.9880709095159,2951.2382904440606,121.39153167557247,1182.435457321161,241.71467300033953,2104.67700825222,227.1634436825893,2480.225724160726,51.40490576576433,907.0799055585329,388.5995849346288,5033.776883971468,217.37904742669156,2936.4402873546173,244.4654525106973,3318.6527905309076,163.1733490344181,3768.1040703595822,34.96173784850102,1022.5054114658035,71.2924919344853,1966.0684626336972,160.71744300063492,4512.418329848368,112.81991011068625,1313.77262207741,107.17548744629306,1789.2823291204686,137.6882465283154,3198.4723799481335,152.04374585961227,2142.038310697825,95.8462960090466,2728.8042635347806,112.53301331467867,3846.7694506212088,2503.6912590904712,747.8508071870885,17042.526862326285,6008.703433942129,511.4155285312595,2591.055517296778 -3915,678.2023724961422,3003.5479278565745,179.17038257434848,1203.3937005902476,330.399346198388,2141.9816513671485,324.8965632041599,2524.1868332152294,69.50217282845207,923.1575706923792,524.1952864223426,5122.99876905904,293.2300404984204,2988.4876354838348,329.6683053515388,3377.4747178326775,222.1390438521822,3834.892359970541,50.09976182754604,1040.6289521840495,100.74244625929575,2000.916319122125,227.22447803299733,4592.399322048233,167.23878303413397,1337.0587693620525,150.68925146952284,1820.996714965885,186.41578984832424,3255.1641526900266,205.41611385918205,2180.0051694632207,137.34662226785133,2777.171337809135,161.25849319138442,3914.9520558086924,3220.396566106756,991.9390243116384,23957.76984221707,8764.16951925462,655.8904153413403,3832.6377251166605 -3916,947.7598837649028,3164.2457323474996,248.20278104633863,1267.7784649649138,437.3257362543973,2256.5833680376686,442.94648136465463,2659.2375438966,91.20557970017111,972.5489566042091,686.7878566155777,5397.09283193787,384.18283457618196,3148.379674267862,431.8500065780735,3558.178600346263,292.8374034672594,4040.06930320849,68.44172545927317,1096.3053695152712,136.26794177330746,2107.970665240867,307.4655457672334,4838.104902956148,233.08057309698088,1408.594970505729,202.81280196939335,1918.424883621424,244.8577122320601,3429.324094585194,269.42080891233644,2296.6412455059985,187.63042918991087,2925.757392501972,220.2966464585567,4124.4124057571125,4076.852260385837,1284.7952865754132,32281.684086443925,12089.70002323869,828.4931562206405,5334.3080870659405 -3917,1050.504978484746,3661.0898253263526,273.1615972698479,1466.8427269735132,490.7879152189905,2610.9079722434435,494.3995389199219,3076.7861723125175,101.96329864114756,1125.2568197394362,768.0372282529735,6244.534503548333,429.63298865579975,3642.7325077483956,483.0521339323203,4116.877313683631,327.1059752564893,4674.433615690365,76.64304363421691,1268.445238861184,152.16081224468826,2438.960373938564,343.3618954782904,5597.775309610205,259.30359410666784,1629.769983350349,224.60499343247318,2219.652459440517,273.68791071230123,3967.79030847202,301.23010415011703,2657.255664562103,210.11403606512616,3385.154481385894,246.69462047741487,4772.020118350554,4590.741388113009,1442.7485667235321,35981.91518842591,13437.654506941515,933.3333395695486,5932.28351093605 -3918,964.425638524491,4062.282001069342,242.98350513040003,1627.5833406116465,439.9890804740765,2897.0183656030745,450.1983214023426,3413.9487653270085,89.32331618635814,1248.5655210605405,672.1948050422704,6928.827570233034,376.0196152289773,4041.9130387267696,422.9750019391051,4568.015921460472,287.3388620657831,5186.670758759592,70.81221221694632,1407.4449164077987,137.4601842800657,2706.2282820358814,310.4531772599539,6211.194745606347,239.40893560942422,1808.3646086604936,197.12897218584305,2462.888010077912,239.89230831792213,4402.591556924301,263.80693168024715,2948.4449640423536,194.1290299301257,3756.108912008824,227.9266452595156,5294.951055670486,3935.9223864731844,1261.7162004773436,32226.528814467507,12255.788627830583,799.086763330093,5474.340157243252 -3919,873.5026640632058,4285.556427926404,221.79397447837542,1717.039891742638,396.5749782838483,3056.2466306531464,406.437546882132,3601.5889768379543,80.92454731555911,1317.1901884358967,608.9368713111697,7309.6553916713165,340.6337066749043,4264.067930211468,383.0926349480329,4819.086904831281,260.356150115005,5471.744749352438,63.68890402651278,1484.802041531341,124.18281088738632,2854.9701882986355,280.41867925204997,6552.579451679877,216.22903181947134,1907.7574059702274,179.51299156292487,2598.255251623063,217.34730474661265,4644.570352660109,238.99518202078153,3110.499779363607,174.60074708725116,3962.5552060673626,204.99851339970343,5585.976435464359,3558.488204946739,1140.0854910410453,29173.415782482232,11090.063189537585,722.3744340504041,4945.240961391786 -3920,840.39426644574,4386.016929222175,211.93270133486928,1757.2901348954895,374.11170503859006,3127.890085537601,387.6416238377229,3686.0161545357487,75.87406324484326,1348.0672959615044,570.5525472854524,7481.005753589653,319.1618674956846,4364.024705727672,358.9440240823454,4932.054239269457,244.54278101893516,5600.01145864144,60.915678669958595,1519.6082469624987,118.02913830051689,2921.8953918572647,266.58728164629787,6706.182706605316,207.90818406809242,1952.4783817822818,169.65765685974864,2659.162634237722,203.86246582080386,4753.4467316738555,224.03081580407977,3183.415017412742,166.99805354907846,4055.4440267160994,196.0722006595861,5716.920923623775,3284.6779511547247,1063.975117939895,27670.030671451965,10618.862758980424,666.1187259119656,4754.548115018315 -3921,768.495011490884,4499.278665825766,193.2390602745897,1802.6692876909435,334.31084323384954,3208.6627475473597,351.00473492898715,3781.2015123555248,67.44468797368978,1382.87893610403,506.76865472735653,7674.190530772737,283.48174239267456,4476.718529013791,318.80420437580534,5059.416499191656,217.91543231444703,5744.622624772579,55.23240508884413,1558.8496524986679,106.49362441045592,2997.3485767391735,240.5779106500479,6879.358941806439,189.99407898179317,2002.8979528350656,152.59418663821245,2727.8311739915243,181.29720199510265,4876.196743899075,199.0908345849651,3265.621520264992,151.4175717001407,4160.169257050763,177.77917688754454,5864.551086088712,2865.792673100542,940.0592746860534,24913.938098999046,9660.556882049344,580.4566248829797,4342.118792334622 -3922,740.3061870556094,4573.681817158463,187.53757655267822,1832.47946078238,325.2003887425731,3261.7233907554937,339.5224847233566,3843.7300484251114,66.04497854765519,1405.7471686363356,496.4441129679768,7801.09619761972,277.7062883268947,4550.748610483965,312.2820610125348,5143.082473096255,213.1527711013949,5839.619636126118,53.20436503342858,1584.6278572319575,103.27270522687161,3046.914784195016,233.24154409771396,6993.120729514074,182.94143149283514,2036.0192441701922,149.0444907797767,2772.9404572173253,177.49429836619166,4956.832870534218,194.98367250777497,3319.6240727214736,145.85777577947263,4228.964663112852,171.25142762211246,5961.531316557834,2832.4656703723003,922.113085316578,24208.778799515527,9330.184947503612,574.0639307763387,4179.544630701906 -3923,714.817904376357,4512.014928274612,179.99900540970881,1807.7721654768636,304.34262333742333,3217.745619246994,323.5969037702686,3791.9050891753204,61.28550541600524,1386.7934989425084,460.16105612874554,7695.914125140153,257.4098787597888,4489.39092970953,289.45390401876824,5073.738363018666,198.47543533307174,5760.884125082486,50.84260993523024,1563.262341680006,97.92637626578546,3005.833274167226,221.2327842011125,6898.832579131497,176.57587038937803,2008.5676247714407,140.4612639644818,2735.5529392629187,164.80960240983512,4889.9999612801685,180.86742196863614,3274.8656271162977,139.3831125569607,4171.945590864418,163.649533830012,5881.152072007725,2559.4406109379374,848.6877074630971,22879.40237791874,8946.637985710808,517.8082226379004,4030.5000619936936 -3924,646.6190313720377,4435.337443236202,162.33426957616192,1777.0507637584049,272.5283477419888,3163.063033861229,291.4485639611783,3727.4651991562737,54.8187339541959,1363.2262369859548,411.46318625047445,7565.129243093457,230.16873652432207,4413.0979184237685,258.807430617311,4987.514912164982,177.62946198692845,5662.983272950788,45.77687562642876,1536.696156345793,88.08537208886904,2954.7519414208277,199.00756598261776,6781.5933544662685,159.62396903144813,1974.4338915180488,126.20063463065357,2689.0647686991033,147.44889557950242,4806.898973178547,161.76430764137322,3219.212340476566,125.49559151414196,4101.04726700916,147.34421317086108,5781.207378300244,2270.015160174674,756.7652988051505,20567.623342820003,8074.800229449531,458.99543685680544,3642.280689186999 -3925,632.4644393325875,4326.559388578768,158.23219606931315,1733.4680313095066,264.1538117805809,3085.487911790875,284.08151223983117,3636.0479353388773,52.883930858147096,1329.792682038869,396.79573145088057,7379.592053910546,221.96389669402183,4304.8652951515605,249.5957404424014,4865.194530308221,171.58402099564105,5524.096815748176,44.718554859396235,1499.0081967201363,85.69039823407562,2882.285714826687,193.6279930679894,6615.272630954786,156.21730621641643,1926.0102753856245,122.33679064536743,2623.1146041106117,142.27513964276986,4689.00825439354,156.03634320391492,3140.260138889231,122.59424473472635,4000.4677847323974,143.93774563530124,5639.421437493934,2170.2110375303455,728.549049483379,19975.53851750283,7882.087507717448,438.538815715555,3563.810367191045 -3926,595.8569757527315,4231.167406900836,149.0568597436288,1695.248528043592,244.9485533253241,3017.459074113063,266.00070315541274,3555.880350226433,48.975557361813486,1300.4734128996624,367.2680317718163,7216.8868078308205,205.4463720290993,4209.951624846907,231.00599163543987,4757.926720990759,159.1597645420325,5402.301528798913,41.808395339909545,1465.9580639023432,80.08972477088591,2818.7370792006236,180.9747017999591,6469.419099561596,147.14129429733956,1883.5456007099237,114.19973412217983,2565.280173150302,131.8027808265674,4585.6250000987875,144.47858405174506,3071.023683144828,114.61615131308531,3912.265470757063,134.57067637308853,5515.083473276996,1982.2765004657826,671.2876790428692,18646.400661165277,7402.906280807922,400.1826510757106,3352.6684254439137 -3927,612.370606617862,4159.493449711847,154.05541262716,1666.5318267791788,255.39540519685627,2966.344757022991,274.76243972575384,3495.6454335990206,51.331701744931785,1278.4440137391452,385.15207873134733,7094.636188472528,215.45054404295013,4138.6370528838925,242.24152255503256,4677.329712337201,166.54676991349046,5310.789118331382,43.13129629870022,1441.1254337063303,82.93927358477353,2770.9890178943892,187.38603676110435,6359.830226565611,151.05046448614308,1851.6392368708066,118.98391845113507,2521.825550908633,138.09851653974331,4507.946700392235,151.4568005248044,3019.002007133356,118.24283478735485,3845.9935602186924,138.8287607925384,5421.660590478112,2106.8928489798127,706.2614855893651,19359.117708927723,7630.910502573824,425.7534275022735,3445.579241778426 -3928,648.2052169113504,4125.703377755643,163.8453826088675,1652.993584436695,273.40251408983903,2942.2473509329157,292.3265045481816,3467.248199137005,55.17631291079315,1268.0584425780185,414.17581139706823,7037.002183224081,231.68615417800132,4105.0164100079555,260.49845703491394,4639.332944352457,178.8418383810941,5267.646377845742,45.786720235167586,1429.418303332985,88.42630330818969,2748.4786042018304,199.7497152683045,6308.165492966913,160.000849561777,1836.5972554835948,127.33640005895194,2501.339242213496,148.4046865503281,4471.3259326899715,162.82315605058298,2994.4768344674326,125.52258014060455,3814.75023679144,147.37590048260415,5377.617174208984,2288.724391280952,761.4350982920765,20661.759839673345,8099.755452588948,462.83105332078986,3648.4951435096596 -3929,707.7809077805248,4074.6283759391654,179.2621263771821,1632.530007054247,300.6494336978795,2905.823188787945,319.90069619385105,3424.3246799562744,60.844780476817725,1252.3602497299169,456.84806892886996,6949.886153208796,255.55662407407698,4054.1975068051083,287.3236434330238,4581.899358642535,197.01337406230604,5202.434455493876,50.07840318617234,1411.7225225764555,96.89343622436483,2714.4532425001075,218.8609162443492,6230.072248127971,174.52302987511612,1813.8607183234776,139.89447243699993,2470.373393570936,163.62519916202305,4415.972224673658,179.5662547944084,2957.406086583705,137.2880683517867,3767.524743964197,161.18974511357132,5311.043845544125,2540.4754153517374,841.0754734837574,22674.87296616437,8856.217596655855,513.9726061739159,3982.9826861747847 -3930,742.0985298810103,3958.1825721475775,187.1640667231268,1585.8751341809627,308.788817853971,2822.779807729505,332.37870623146716,3326.4634266072558,62.19730553743897,1216.5699683934452,466.65764776808044,6751.27047474612,261.04401260045256,3938.33558177717,293.47320123338653,4450.95663099162,201.78595694276962,5053.757912273316,52.11617655540033,1371.3779441989946,100.35178927095494,2636.8788822114216,226.7146191505496,6052.02760118622,182.74912997423533,1762.0237285851235,144.4293101380512,2399.7744115439145,167.33487826092926,4289.771406395371,183.51359927857834,2872.888555874908,142.87454778804138,3659.855428719101,167.74882346045797,5159.263434545489,2549.958873347433,854.672929908404,23449.679075256416,9242.24815397266,515.251144995244,4170.575761110531 -3931,768.1999044925333,3787.6726494441727,193.01497031564708,1517.5590720444623,312.4962951412989,2701.180574229888,341.2909041683133,3183.1665949407056,62.54085605874069,1164.1627720367846,468.8333181808529,6460.440381435352,262.2610626956617,3768.6806243848064,294.8515132913674,4259.219070312397,203.49421308230703,4836.052979447061,53.556211164719414,1312.3019559138827,102.67032279199,2523.287857495206,231.99227089076425,5791.319374704074,189.41156199783316,1686.1195669436852,146.97318473994775,2296.397333311783,168.34337325297605,4104.977355694751,184.4758021615102,2749.1307461557,146.82234878197812,3502.19679249355,172.38393154822856,4937.013552586771,2509.4493507691022,853.934973235873,23912.310952845928,9524.688136623228,506.301373245947,4315.076270559632 -3932,736.2714743503014,3631.1336184825036,182.6137734514222,1454.8405510551179,289.30326924774954,2589.5446889047707,322.6253765995519,3051.6109246705473,57.046841361778206,1116.0496088670393,427.02861600849593,6193.439726813329,238.87589531903615,3612.926506343009,268.58135484631396,4083.191707964174,186.39964732733134,4636.1859061420255,50.94945379731421,1258.0664145879953,96.4097707209861,2419.00402079469,217.95669007578974,5551.9725232704495,181.57988668519477,1616.4346845572395,136.30021185578337,2201.4905537324175,153.68467188359944,3935.324580269623,168.19093966532503,2635.5131495945775,139.67602100666147,3357.456065700685,163.99343726543583,4732.973924853901,2204.9013380906754,771.4150987907602,22346.407929435358,9059.079999181178,443.6529710008677,4135.368806773757 -3933,611.9269586355722,3527.878943880903,150.39141825859087,1413.4708016931575,233.92773494592956,2515.9085679814907,265.35882299869,2964.8355189312156,45.6073765950208,1084.3136962538954,340.98734385167205,6017.32348575801,190.7451959926911,3510.189567973925,214.47827049085174,3967.082339530084,149.54571289444868,4504.351631387003,42.07219646718288,1222.292121512057,78.8971398063094,2350.2173829921676,178.42873375803666,5394.097001045274,150.98519291802643,1570.4698551389133,110.47483154632147,2138.889114444393,122.95261091185453,3823.4199516657227,134.4115082740296,2560.5698725737357,115.33935223180747,3261.983667827876,135.41978564495926,4598.387392421949,1707.0306610991993,611.6081218018851,18215.763023823827,7485.854059801097,342.64840411594395,3436.247547822191 -3934,474.96871774482,3301.4204498358436,121.67345709017297,1322.7385304843353,194.40017839460302,2354.409583882737,211.290532782166,2774.5194118910267,39.4958907173411,1014.7103876845924,296.2053913480531,5631.0647630401345,165.69458205860363,3284.866574747407,186.21908169151808,3712.4308884305583,128.37311238018802,4215.212263704736,32.83347098687467,1143.8318235472225,63.81364648243997,2199.3543013226354,144.11611130229386,5047.843883231115,116.69889724367692,1469.6596391436085,93.07339840266916,2001.5914306260222,106.2858176544353,3577.990349876846,116.51669044704575,2396.2040293959335,90.01173204973732,3052.5932888589036,105.68265924720042,4303.211764094375,1601.998772643438,538.8545607300819,14934.88843601685,5901.519447467764,323.4703217960217,2657.6028739913127 -3935,449.5720419571533,3081.8499297668955,107.17957393927277,1234.7659770132611,219.4043050096217,2197.822761742542,229.42611755562118,2589.9919700014016,46.53336701404683,947.2241371664713,368.9114765229716,5256.554506818717,206.36569996550105,3066.3970180418214,230.66084693916486,3465.5249298352956,151.5853365119059,3934.8673748891733,38.312012151795514,1067.7579783088297,75.2096613988984,2053.0798794199964,169.78811009965142,4712.122419240358,99.06124814082962,1371.9156722074524,93.96778931182261,1868.469800689442,121.04907608612612,3340.025748317781,141.51076560446094,2236.837546719686,105.03094764096866,2849.5717391417033,123.31670102534633,4017.014213868381,2086.319790911343,667.968443563247,16446.613327951076,6228.333942306193,437.9495730538516,2743.871427065213 -3936,441.2602292224716,2919.1377145218885,103.98641459142719,1169.5741240653176,216.2608964517454,2081.784467072536,224.6437674193664,2453.2483450651985,47.27658851342303,897.213610630692,374.9862280683545,4979.024566084291,209.76386032254638,2904.500669096625,232.98855334401748,3282.5558524399694,146.5907106442082,3727.1184572408856,37.77853782418478,1011.383634990529,73.41538385631519,1944.6835645868964,165.8013815657812,4463.336821364652,97.33674518451913,1299.4827363924687,93.70383554314127,1769.8203312743067,122.94419657419245,3163.682642433564,137.00169340029626,2118.739391175332,103.56844773495789,2699.123099285192,121.59958175993111,3804.928195306587,2078.6817073925313,667.4942096363842,16277.098264999546,6172.6223584165045,431.0476329882586,2709.280165974819 -3937,443.5010556552413,2802.367008616547,106.31270415879523,1122.7890767562026,229.7879203020349,1998.5093819151884,232.05568650828044,2355.1140434221898,49.37247862754152,861.323468778174,391.9658461404998,4779.85471862921,219.26210310325578,2788.31547106855,244.75449678677646,3151.2477739768383,158.15291981180337,3578.0270830724944,38.64826040634045,970.9264888917205,76.54692100378568,1866.8927596277272,172.7490820624822,4284.795401845013,98.12943340037477,1247.5011132968943,96.8418158258339,1699.0243669796334,128.3201337954027,3037.1297040162863,148.5175545293882,2033.9860432581652,105.95275964806318,2591.1533697102495,124.39899932154975,3652.7242930806665,2278.5702570083054,714.3892937088776,16898.93691537263,6249.799417677557,478.3204342772757,2727.565254494467 -3938,507.08463864703816,2762.078843960104,121.80298177531324,1106.6473254938867,275.45469273080744,1969.7778578862235,271.5121452947706,2321.255800702963,58.65086465519791,848.9406717976583,465.95282048469346,4711.137247524997,260.6497386758193,2748.2293180175357,291.5722471352909,3105.9439330449177,189.76538620132618,3526.58765924799,45.33124755267129,956.967986620784,90.02388564788568,1840.0534189330428,203.14314003402382,4223.195139588885,112.65940786443224,1229.5664423180162,113.13376241686503,1674.5983823595905,152.36649689220147,2993.4664788847617,178.883921711802,2004.7444898257525,124.27391882577672,2553.901713061423,145.90984883305708,3600.2109865395396,2786.2381874296657,860.784158906253,19896.317836432183,7228.07321451167,588.3604145721935,3145.1595136357932 -3939,734.8109893701832,2744.0141452449366,173.52203281802747,1099.409570292688,347.9734107744509,1956.895009296896,372.3892727196189,2306.074196900367,71.60376306284708,843.3883837097886,567.6695986633922,4680.325210725814,317.5491724503489,2730.2551987273714,356.59671004926577,3085.6302691177084,242.11732516503278,3503.522878278304,62.54553301764863,950.7091723960679,121.74121608837991,1828.0190011952848,274.9235630576453,4195.574368379235,162.13701558965624,1221.5247648042382,147.2262700557433,1663.6460826769135,186.26510694036887,2973.8884461384278,225.23427181989476,1991.6329505629299,171.46623825251788,2537.1985457729543,201.31829059379837,3576.6646902688553,3243.8598147140633,1047.307384384879,25974.316573229167,9959.116883797584,683.4456523467151,4424.583912577591 -3940,1063.3680847344335,2723.2852315481828,250.69727490074038,1091.1043776465515,484.6367556757557,1942.1121745102687,532.6202855849625,2288.6535822549595,94.5004883811938,837.0172339658776,747.7359854765674,4644.968958086228,418.276659448563,2709.630223275766,473.9526077818539,3062.3207086843295,341.8885153585965,3477.0564610026186,89.49614193547734,943.527296741578,173.75949773517803,1814.2097254022035,392.43239290832105,4163.8800350460215,234.08603093058792,1212.2970859047132,202.0407531315526,1651.0785176993377,246.1323815357365,2951.4230091250643,316.50421347797317,1976.5876973817929,245.35032408245075,2518.03196466112,288.0655010823282,3549.645742930232,4271.553057503153,1401.5832755931795,36357.8123302651,14166.957933897333,913.8603555134088,6374.166410534255 -3941,1156.8797807215283,2878.6546060759347,269.56870990628335,1153.354267131342,529.1613342138717,2052.9139187861892,579.2772523444946,2419.2262712507068,103.48716000286991,884.7708965656253,818.333411157304,4909.974589284251,457.7682125541505,2864.2205497369114,517.3332141618476,3237.0327981855753,366.9872577862743,3675.43013162857,97.79411011583707,997.357591213252,188.47925983213509,1917.714355410299,425.79700567784994,4401.438491706806,255.5702896055095,1281.4612842768952,219.18879336283794,1745.276155765079,269.6455117234679,3119.808142486173,339.6392884956004,2089.356345587942,268.09889333077564,2661.6911917072252,314.77456708389815,3752.1607907427733,4577.132916451421,1514.0959109288174,39783.672102514145,15568.598219323036,976.5196074800118,7018.663783038218 -3942,1078.2616324747696,3130.0657728122746,244.00868929004739,1254.0840112791116,488.58299720162177,2232.2079134328305,539.0251646070233,2630.512647244055,96.59056866900295,962.0435512739803,764.1343774297269,5338.79381529777,427.4497696635597,3114.3710987745276,481.1253110037366,3519.7434057165738,332.14664957530425,3996.4287591472275,92.33205467475898,1084.463156129245,174.4649077164477,2085.200514584483,394.4407981589197,4785.8440345540175,239.6667097674648,1393.3794268451265,200.9863303172902,1897.702193147918,251.6053284016558,3392.2807772511965,307.2273706658288,2271.833088530122,253.12487273454724,2894.153567216439,297.1935886914666,4079.8607934426122,4202.705800021763,1404.293477333903,36760.988162958645,14520.270524092886,887.4563430700068,6567.404464227659 -3943,974.5170316520205,3405.129991178586,222.1818544980137,1364.2905255716998,442.635054630323,2428.3700932415427,485.2348911260254,2861.6770884202497,88.17082271308205,1046.5861061825856,697.1477417784539,5807.956847135394,389.9780594180582,3388.056099079607,438.1245942384276,3829.051752254464,299.4958614622986,4347.62730661539,82.76950894875654,1179.7637127433452,157.03898093715264,2268.4439641832687,354.9860729111094,5206.414892847809,215.9586526087484,1515.8269569455877,183.7933355050812,2064.4686473816496,229.75211596811286,3690.3879507740407,277.0149564740811,2471.477453253425,226.9095114665784,3148.4862702903456,266.4141666224176,4438.391189173998,3777.36996091763,1265.3750740195012,33461.51465777412,13211.198924823333,796.7389161173655,5963.863541288524 -3944,959.0898104197306,3614.8234075697856,218.44375339598764,1448.3057443734513,430.3385984357234,2577.9130541367845,477.7960785682798,3037.9037954281557,83.56134210159603,1111.0365726028201,660.8507885256746,6165.620230525624,369.67387632453375,3596.698077559595,417.66397939804193,4064.8509568513605,295.7171446753134,4615.361233214856,81.61728269953245,1252.415471736514,154.77956477998546,2408.1384151950915,349.8851580103748,5527.0343490387895,212.4728553369196,1609.1740344678112,176.53507649626977,2191.6019682309184,217.70964690464635,3917.648014034909,273.2598122665666,2623.675035151658,223.75072632177014,3342.3751509463973,262.70544103196426,4711.7145025716045,3668.4662710080156,1226.8704797983692,32344.531210626483,12799.56068050933,779.3932283457273,5802.101213631881 -3945,870.2147196622252,3742.6408735867926,197.17169091378216,1499.5167578564428,383.7451619031201,2669.0661415882814,428.0199760425453,3145.321813227295,76.60823087619943,1150.3219991232224,605.5493000189556,6383.631974235893,338.73873033128467,3723.874645393921,380.0340583236464,4208.581062159837,258.6144878547433,4778.5569722784285,73.24899779372224,1296.6999509347597,137.96028835865567,2493.2883977374977,311.9486319249357,5722.466171131045,192.60489623430615,1666.073230991582,161.16752186305365,2269.095383126527,199.6595337906141,4056.173132814404,238.44745065504168,2716.4462322018126,200.80938640194375,3460.559049329249,235.77004323202505,4878.317221546241,3215.1495353894898,1092.3509674936215,29264.991502138888,11697.847741706444,674.2067305495289,5295.533624295238 -3946,833.634603099245,3763.88963318681,190.0447551350266,1508.030230610069,367.04198952593424,2684.2197047311975,410.5843589437612,3163.179307261957,72.4744229960694,1156.8529264677304,572.8378251835529,6419.8749015637095,320.4402310139522,3745.0168601543614,360.52811254669683,4232.475186727903,249.88370153906786,4805.687122289755,70.00732570915608,1304.0619358169376,132.55906564149294,2507.443986682975,299.672868946203,5754.955344443862,184.40809426182247,1675.5323243850223,153.8302034933595,2281.9781212609387,188.89333672923655,4079.201964782624,230.35452188138507,2731.868794746295,191.9224636886636,3480.2062957000694,225.33591866318747,4906.0137581348345,3077.6209954227597,1042.562686131261,27942.394586667782,11153.413014900956,648.7366483268521,5052.16125048501 -3947,797.299223627627,3671.811670717968,180.1356717774884,1471.138513660753,333.48046188692257,2618.554261448499,385.66861269993007,3085.7968295803034,64.36422113392494,1128.552240016657,507.9898521419632,6262.8222093091945,284.16486903768055,3653.400592011422,320.4273901562926,4128.93397554104,226.89315509733626,4688.123133542152,66.05031690982102,1272.1599998716129,123.76680708577253,2446.1030984532003,279.9117072243555,5614.168920330011,176.2434479382657,1634.5429178095085,140.64080567160465,2226.1529201308304,167.91142668566377,3979.4103550328814,207.78565416772508,2665.037687336944,181.07447214044794,3395.0682242077924,212.59930568841327,4785.995427440402,2644.506470449943,922.4886955816695,25736.079548571055,10506.635725378354,557.4079941814882,4801.769816375382 -3948,756.7908950421437,3531.3879131826543,172.7141463714355,1414.876696206819,333.87826407524307,2518.4109911290802,372.9021044256989,2967.7844627544487,64.69647840908415,1085.3921979638883,510.8834837573508,6023.308556030009,285.7835400516049,3513.6809427158823,322.4605521170579,3971.028158071017,227.5626576957792,4508.831839424256,63.49771347231872,1223.5078620746967,120.45697801609465,2352.5550030694285,272.2941339711961,5399.462185363792,167.3253697747211,1572.0319071817041,138.46010573550842,2141.0165389852646,168.72136590990135,3827.222877857782,209.715029765228,2563.1167176386534,174.07660533746676,3265.2281670681564,204.38311924298293,4602.961132182933,2741.659685643904,931.7766794361809,25394.839727997867,10143.736639121946,582.392404727326,4608.483337071321 -3949,735.8877496937072,3416.1117658249823,167.1006984356322,1368.6904548380878,319.38258390013334,2436.201751119836,360.4145919171565,2870.9061906798406,62.22633569405019,1049.9614171974138,491.3608445881405,5826.687900991332,274.8627545685946,3398.9828092685957,309.659871120606,3841.4007032670784,216.90429942285363,4361.64869888278,61.55376320934325,1183.5685305514487,116.12240956521859,2275.7598494731624,262.5530651133672,5223.2059331948785,162.770801931459,1520.7156014576135,133.57252210588678,2071.1266984718663,162.28303556046063,3702.2897016435136,199.52361353964912,2479.4481352848284,168.7473384360504,3158.6403515698194,198.12603380362535,4452.705301104624,2602.41466182913,891.8219515243895,24431.350754826843,9827.641656629701,550.0743459587052,4470.254734054741 -3950,702.4720148881914,3345.67245053518,160.053015843995,1340.4684219857168,308.14336637345826,2385.9679194948167,344.26862959242777,2811.7088692233788,60.24731660886837,1028.3114922599502,475.4521201932794,5706.543147456287,265.96355989933005,3328.896688503495,299.18443358456494,3762.1920432932284,207.62774996089667,4271.712663722125,58.604290721576625,1159.163662500983,110.94306812532862,2228.8342871526916,250.8082964942956,5115.5048171972785,155.37009137678183,1489.3588505489304,128.81976621236004,2028.4206172545391,157.18087610326268,3625.949473493725,191.0870134375475,2428.3225747299134,160.66146998299985,3093.5100283066436,188.63242601515128,4360.891703044158,2486.261110009099,853.2865943125005,23603.447243373124,9475.061597615668,525.7727546018253,4304.911324257227 -3951,700.950131852061,3327.4128143336497,159.33205987222578,1333.1525636382619,304.5575877154306,2372.9460511432007,340.59092476079286,2796.363439622695,60.95382648494303,1022.6992890248381,480.88877290573197,5675.398615712237,269.00477361555534,3310.7286091761753,301.0037011742949,3741.6591731314056,202.49374458323481,4248.398989012409,58.053438621280996,1152.8373089537565,109.41342398009508,2216.6700051320786,247.39342808590246,5087.5859882233735,154.77990279808847,1481.2303947043656,129.7166335274087,2017.350130504162,159.05320845573064,3606.1601727627058,186.15981418558448,2415.0695478870025,159.1513295634668,3076.626615917117,186.85937208386207,4337.091316966578,2436.1431221456005,844.3869146717938,23585.635048254462,9516.599914277762,510.08122937282263,4315.747447961061 -3952,724.5188905698233,3361.1379134308813,164.4251424429675,1346.6647741240631,314.13681867102315,2396.997121807607,350.03632247326937,2824.7060707825253,65.10453772014648,1033.0648904075263,513.773990627853,5732.9218000633555,287.4004631118696,3344.284604977937,319.34857145103547,3779.5828794591384,205.38412689581563,4291.4587729658215,59.63527537936192,1164.5219284034288,112.13797875184616,2239.137134929411,253.57676458886692,5139.151378871447,160.02699438543547,1496.2434527872235,136.84577418196136,2037.7970473315506,169.85505199608463,3642.7105246345905,188.76153321219715,2439.547562601118,163.4878758418582,3107.8098634720986,191.95090551192365,4381.0500448492,2528.296479478545,880.9830827610781,24559.475043758583,9930.418818048314,521.7650599408998,4483.020046798808 -3953,782.4394881583684,3364.646882732633,177.40820099670503,1348.0706686377243,334.9147900817084,2399.499544955196,376.73186317000363,2827.6550146057584,68.3289954633207,1034.1433921175192,538.9638981101789,5738.906870335355,301.4914665651945,3347.7759797198937,335.90950038108025,3783.528698000071,220.38770137274463,4295.938981003074,64.2356928985936,1165.7376689660684,120.6382559089275,2241.474755006672,272.8118036742941,5144.5165631899645,172.5965780987633,1497.8055048300143,145.26140478730184,2039.924471872422,178.32115895727716,3646.5134508266497,202.26742116668086,2442.0944076660357,176.09974831868328,3111.0543627123793,206.75848882451845,4385.623784610185,2653.745648349599,929.8548323961251,26213.144630244395,10646.720463475125,550.2186080410653,4822.759505445775 -3954,816.7848069683232,3295.1822800872364,184.12627827434085,1320.2391616182476,340.42252554101447,2349.960830121992,388.69632068889456,2769.2768433284427,68.5033127165097,1012.7930506655023,539.7126176261124,5620.424634528484,301.9102934025696,3278.6596842267463,336.5417943104619,3705.4160975507257,222.657160831171,4207.247446733693,66.43628157828788,1141.6705062634753,123.98570239241982,2195.1985308967082,280.45196319652325,5038.305774563487,179.89372097971895,1466.8826567989,147.93263031826697,1997.809341279534,178.90728951543593,3571.2295899250134,203.5747520240478,2391.676303311117,182.13257983587226,3046.825288266823,213.8416285776182,4295.08066844736,2582.917349785732,924.4398966023423,26844.859180123553,11045.182454229063,535.1019749617228,5029.2932772118165 -3955,862.1882935899812,3153.8487890696365,194.6420487298258,1263.6128527135045,357.02108688656864,2249.1687829315206,410.82258223376164,2650.4999349228033,71.45203307605436,969.3533968430344,563.1113482721927,5379.359295169413,314.99932894462836,3138.034863004972,351.73034549408356,3546.487289301068,235.39272665014593,4026.794616304533,70.15969748976553,1092.7031762261897,131.10895379516236,2101.0443853967136,296.54884388226026,4822.208064814229,190.2027148500441,1403.9666694037894,155.09915920413624,1912.121405198762,186.57338704461105,3418.0561681633226,215.03553275167997,2289.0950399395265,192.34018522330248,2916.1440640099195,225.82636498168588,4110.860587894548,2724.1922770305814,973.4411115731447,28122.158426714253,11583.489797024506,565.1733505614616,5278.5211689579555 -3956,832.9555336801141,3052.933421032722,185.95186358794246,1223.1803638352485,332.6255426124583,2177.20093961154,392.83248977268994,2565.6904864351172,65.17452992974025,938.3364834325771,513.1896397639816,5207.2330902111335,287.07358259249725,3037.6255015256497,321.333023280347,3433.008459473074,219.50684501376827,3897.947138859898,67.52748421443712,1057.7393746748473,124.84373076458431,2033.8161567799732,282.4988427210688,4667.909322497271,183.8039985522865,1359.0432052080819,144.25591329184542,1850.9382451165,170.2758085027394,3308.68681685628,199.58282005560702,2215.849655053741,185.12407102899948,2822.8346598025487,217.35393455379437,3979.32320708746,2435.540552428994,890.6188512155105,26383.35910467818,11039.094370575594,505.3720089564631,5066.868994028846 -3957,700.9711882139671,3037.4679644401685,155.6010273159666,1216.9840142223054,276.48597583594625,2166.171741793843,329.30155502960014,2552.6932901731475,54.77193364276013,933.5830872223097,431.4282955988471,5180.854448355025,241.33703577160267,3022.2375913227515,269.56286006713106,3415.6176303950233,181.8170722333061,3878.201037663983,56.76987203353155,1052.3811109562319,104.44187119933893,2023.513313202312,236.37974775507075,4644.262770460563,154.77867028975848,1352.1586057756974,120.92997935103749,1841.5618188609733,143.06651843242662,3291.9257725465964,165.12013650945266,2204.624671757425,155.63247979547592,2808.5348304651757,182.7278950807623,3959.164873498209,2028.5119667446145,745.7405912849601,22031.935720100086,9261.191666692122,417.72834644402207,4250.549164826984 -3958,557.6995009251992,2868.777508701335,129.90277017872677,1149.3969349874226,244.5361368290693,2045.87006203633,271.92911928571885,2410.9255416661645,51.99277295780436,881.7351144050475,411.33692929019276,4893.127727204025,230.09810953751858,2854.3929777828575,256.011112193725,3225.9260512750684,165.77950918197743,3662.819177460255,45.76572018299372,993.9355071518586,87.77903637451772,1911.1343887185412,198.34033731540956,4386.3364935444915,122.71860680949565,1277.0643976688712,108.89283177422485,1739.2878504992532,135.4302102799121,3109.103611019159,152.93163756803105,2082.1874493848163,125.46500928341246,2652.558528474159,147.3083066129535,3739.2865621301785,2140.575706179426,721.9615274701936,19015.67447251838,7552.370717191703,441.742491726072,3371.6637829847296 -3959,528.0767489746397,2691.4445848807904,105.23988584928584,1078.3471869698562,267.87375182106524,1919.4050020038226,299.20957499509774,2261.8946481512357,48.480171035330876,827.2308297756438,400.6143372953399,4590.659988294126,224.0999898169885,2677.9492309437355,257.08356434715455,3026.5160597485947,195.99917022978087,3436.402722299524,49.7918506115792,932.4955770639777,96.21873310946562,1792.9979881306588,217.34735005044237,4115.195956189568,104.52148554187876,1198.122910272638,91.26260670760061,1631.7741102530786,122.70488783286034,2916.9149759191055,176.03174581379224,1953.477437115861,136.50249519161878,2488.5911388691065,160.26740467295082,3508.1432904563862,2440.1068918598294,784.0566882437307,18934.133257208086,7202.539640757775,552.6943998550391,3257.172073362751 -3960,541.2631294980307,2548.031703946989,111.91371450004496,1020.8877551097506,277.59204187676676,1817.1300368931034,305.15334737659936,2141.3702168914024,52.102480772881805,783.1520636134793,416.38293353973665,4346.047939431172,232.92079808275062,2535.255446215075,267.2370704832444,2865.2489878723263,205.32870604606967,3253.294952880017,50.87836281042014,882.8078079321099,105.05544818035474,1697.458585822022,236.72299385827043,3895.918876884435,110.91404582392148,1134.281262095958,100.16872810253828,1544.8254777234777,134.84062888003868,2761.4879675068046,182.8743346629161,1849.3869317159983,139.4811277263861,2355.9872477481767,163.76461331482534,3321.2128446879033,2708.6785920711227,830.6359692655652,19868.009327968404,7431.607105651431,597.4919139876184,3339.814000309548 -3961,575.0586868894133,2442.2427726880437,119.75761863205473,978.5026370670234,326.6086366149605,1741.686609614049,343.03661362923054,2052.4650175079846,61.118100917379316,750.6372327757892,497.53542987606835,4165.609145832029,278.3167610065335,2429.9969583759876,319.4079042001774,2746.2898604218094,241.64804377197555,3118.2249709790153,57.01457772436571,846.1554796414047,115.2516923066712,1626.983666152746,259.89956484960294,3734.1684977118653,116.49867496991116,1087.1882835124093,111.84353199683359,1480.6875645190207,156.265748987361,2646.8367799589987,218.2170927460994,1772.6042658302345,156.3033312897701,2258.1715994527076,183.51554096049932,3183.323054392608,3305.9464072549636,999.3744318063458,22515.790034442987,8108.247622591922,740.94823578038,3608.518411085546 -3962,686.7801522633634,2378.8213960017433,143.31909296174413,953.0923932419748,418.1457099550926,1696.457624284208,427.3059787745837,1999.1655836979883,78.14689069099573,731.1443112583114,641.8370566311414,4057.434532840982,359.0377689083217,2366.893587094801,412.14259377167514,2674.972837529824,308.9498279607885,3037.2493518928663,70.92486500896233,824.1820927162181,141.76177648586904,1584.7333439867969,319.81507081424417,3637.197750351299,138.85202290687238,1058.9556366893082,138.40449665784823,1442.2363323834363,198.6151224612593,2578.102404193328,281.2836450842128,1726.5723954051552,194.4378633438593,2199.530274670092,228.28924617480214,3100.6569358541105,4334.165150128103,1296.3567683432593,28181.343511193234,9898.73749143913,977.7964471886461,4379.480181545606 -3963,959.392867648231,2361.7963953962512,198.51624857192002,946.271200781159,515.8387771157536,1684.3162369025513,546.8886343373981,1984.8577439710782,96.53766074486829,725.9115803089443,781.8904825531355,4028.39585616922,437.38237218649886,2349.9539526938524,501.9626942332021,2655.82830895985,382.45135322537436,3015.5120444422446,91.10811088347101,818.2834991307083,187.79664362355015,1573.391556752889,423.1915172895915,3611.1666687383185,194.7181819906301,1051.3767909692692,180.6510859468233,1431.9143828359163,247.65972819654434,2559.65116818789,343.0281545397746,1714.2154794439127,249.76947663191177,2183.7884437276775,293.25402242739045,3078.465826299158,5139.314306467284,1569.6210174352634,35980.42183937156,13138.80202520517,1152.4066138359706,5852.849417230583 -3964,1122.4536691442797,2315.984850683976,219.72100977933636,927.9164664319047,483.1742485456905,1651.6457117265118,583.758958816417,1946.357643173786,85.93003540300009,711.8311409944868,691.2843828664131,3950.2574369374142,386.6981501633053,2304.3721147397127,443.579752415018,2604.313454605257,348.39820355135595,2957.0204381701496,98.74956350067997,802.4113303100534,192.3902877546686,1542.8726272665867,434.4521427378901,3541.121205195883,224.5841470264264,1030.983333276293,176.72961098568467,1404.139672915406,221.42960849111094,2510.0018528752576,304.5946530298203,1680.9650014450065,270.7182330313171,2141.4297026748973,317.8499304695512,3018.7531113836735,3930.647595440413,1332.9150948712395,36091.69528945405,14680.928548348884,869.2299717935354,6768.168235656367 -3965,1246.6164226639692,2379.92607327354,240.58082794294964,953.5349903644433,549.8859966558306,1697.245425412642,666.2595514754759,2000.093956373037,96.36800787916427,731.4838401125617,781.487576347351,4059.3187246166926,437.1569901464474,2367.992725329735,501.54029915791625,2676.2150416319305,391.7892536933606,3038.6597899919407,113.17523016522915,824.564826462928,213.7435565271155,1585.4692625849323,483.25369992846885,3638.8867925360532,249.01650948574417,1059.4473945933096,194.4867081561466,1442.9060782078268,247.0210272203163,2579.299623595786,344.3866134141144,1727.3741812334317,310.26565836954285,2200.5516927164995,364.28251187809894,3102.096819172141,4406.632314949632,1503.1755246596963,40692.230372171034,16583.291396815705,975.928446417102,7682.024380780566 -3966,1137.0912887195238,2544.6526929694796,206.26446016578325,1019.5339293602603,489.39930792390504,1814.7202935870396,596.8166401016435,2138.5304902668945,81.88307201518622,782.1135053349814,685.2276014963934,4340.284532455752,383.31004215771367,2531.893378164555,439.90877701031553,2861.4493068211364,341.2095315469346,3248.980674002784,102.31860265334265,881.6370935844772,184.95985296918244,1695.2075419333312,418.9127743524832,3890.7523977420883,224.07214930149283,1132.7770622736919,160.91240087703358,1542.776844561073,205.4491326901669,2757.8258866378687,302.06377820933267,1846.934411704473,280.5026203113862,2352.862911908602,329.3377670361313,3316.808498131515,3578.896404311707,1302.488752869768,35654.364280769776,14819.646525505155,820.6115962178701,6908.626010390359 -3967,1033.01424572199,2785.082085059423,189.976392404723,1115.8637442416418,443.5031000191625,1986.1826303553873,548.7141901482258,2340.587764000653,74.44815224155428,856.0108490285083,617.520596209901,4750.372704613334,345.43536373836434,2771.117217013183,396.39310537918874,3131.8109633395206,308.77055346054135,3555.957909254052,94.09187619847184,964.9378406923666,168.71640423963262,1855.3778158176215,382.2507083831679,4258.36690024223,203.57494698998823,1239.8065603298978,148.48343066994371,1688.5448308536954,187.94448517334095,3018.3967705334203,272.3695335270844,2021.4404726152497,257.9493575875536,2575.1712061383423,302.8580101746775,3630.1943889007293,3232.7041221305535,1170.4932887262771,32619.491717991154,13627.979622319217,730.1141751355871,6375.757430003099 -3968,1004.6295282068368,2985.873116720429,186.07489882373625,1196.312156732368,422.8872348141316,2129.3768512925844,519.6308161071328,2509.3328916031633,71.9306111100537,917.7251167736116,589.9112382494585,5092.85174365151,329.9909418548125,2970.9014488110697,378.7026383539907,3357.5994805504147,296.53452397520766,3812.325382576477,89.1444245748529,1034.5052209720145,165.52865384860988,1989.1416383481935,374.49609233162437,4565.374685642018,199.70210275324348,1329.1906541216654,145.496905454207,1810.280797061578,182.99838007562008,3236.0086695754276,260.12333905559404,2167.176614510352,244.38610409990838,2760.828672378948,286.93341163649836,3891.913955583382,3145.89081298618,1126.6025947018836,31296.387403891422,13040.070135859867,707.7654554952035,6077.372015615858 -3969,940.3390711085434,3147.1557525798876,171.55682525138198,1260.9312381220127,401.2135060254246,2244.39564073525,492.97674950883913,2644.8750955703276,66.92329293254257,967.2962539390948,559.845772102514,5367.943323617821,313.17259555482445,3131.375386521195,359.3830190949061,3538.961003031419,279.46645540833737,4018.2490311778593,84.59392292281265,1090.384262822258,151.44158022203882,2096.585589912675,343.13502316637243,4811.974468755084,184.12868100112155,1400.9871986754279,132.80472172965233,1908.0635383846711,167.95463997899637,3410.8024359181954,246.8700625292668,2284.2371670180605,231.91107410508783,2909.9554798592058,272.28649490665777,4102.136599599863,2891.5925339762707,1060.2270480361422,29336.87948864393,12255.428964692293,662.0263335009452,5724.192880623144 -3970,896.8875149335252,3288.8141520143877,165.80011840074823,1317.6877239879893,380.37079631405743,2345.4193965197214,467.7564143710777,2763.9250575671335,64.20799371129256,1010.8357702149173,532.0626409094975,5609.5628427202555,297.63096651709725,3272.3234870146493,341.5286943216109,3698.2551691811504,266.5456167233139,4199.116700602631,80.0786751651163,1139.4641627647213,145.98023079677068,2190.956184282211,330.5147794553642,5028.568960719689,176.6062688201423,1464.0478222336665,129.00157178112153,1993.9484605545792,162.20203481498055,3564.3279846500586,234.6180766192547,2387.0542521729085,219.53269134237559,3040.9371242740367,257.7530515681796,4286.78017959575,2791.6542049506143,1010.5533230163838,28010.494365592283,11676.446356076753,633.5755926169049,5444.317030206044 -3971,875.145746084522,3258.5980222189064,162.70719509743736,1305.5814080158489,360.38155717293137,2323.8707490029037,447.89647698830873,2738.5313702305357,61.17180129031122,1001.5486705422218,501.63603821719556,5558.024728641135,280.61060374240304,3242.258865954844,321.9925604881816,3664.2772813943498,253.14912086755805,4160.537124686471,76.69435063440105,1128.9952838776885,142.46430629387484,2170.826674562139,322.309890133213,4982.368754390131,173.5489750937571,1450.5968161935994,125.49658123848383,1975.6289682680617,155.63551653834017,3531.5805589702322,221.28895560525962,2365.12308252371,210.2546922861725,3012.998375959334,246.85976476629085,4247.395191474112,2624.9687637520065,952.8909973142397,26886.729672177895,11290.969078552494,590.7309391558678,5267.168880700857 -3972,823.5001719444784,3125.127224124975,150.69396273648562,1252.1053452071517,358.51467522337316,2228.685985057901,441.8421135783701,2626.3622824517843,59.70180770975194,960.5256601936914,501.8098114497696,5330.370384257657,280.7078108965783,3109.4573127975004,322.08767092439575,3514.19003226132,249.5441367659151,3990.1232820630703,75.56836196610215,1082.7521140985482,132.66668863623264,2081.9105312386037,300.8405548825184,4778.2930354728605,160.24464482604196,1391.1809835411145,117.50319700431807,1894.708040515005,149.3335327526319,3386.9285115176895,221.29474704378129,2268.2486404285587,207.16783648763462,2889.587235599906,243.2354913291141,4073.4236791363146,2588.7444341673236,946.5597194962716,26135.94876807424,10892.49678599948,592.0552761429445,5093.916423966508 -3973,806.4252282416131,3011.995445845626,147.03358622107717,1206.7782611758687,347.9096986213456,2148.0060028896673,427.8438436394018,2531.2861418307334,57.87225717088265,925.753963482661,487.5333266675367,5137.407270371152,272.721676111886,2996.8927962028188,312.92662469833414,3386.9739098288637,242.51096847651905,3845.678045091951,73.15491883383181,1043.5557347773859,129.26796772011363,2006.5439225452649,293.05328111482265,4605.315505447908,156.97169418145293,1340.8192647088556,114.01788140215515,1826.1182921396694,144.52648411313064,3264.319344615593,214.9804517825145,2186.136462629702,200.55147245393138,2784.9821686659484,235.46722679618725,3925.9629098759747,2499.8893227853123,919.5743814886059,25357.624856896487,10576.68862165953,574.8973997881673,4939.912425726493 -3974,785.1835027183942,2957.996306095931,142.06482076830846,1185.1431062947383,350.9249088127813,2109.4964903692535,431.03972631126965,2485.9051721125643,57.575984698639246,909.15702017822,492.0979965753923,5045.303687171349,275.2751106364078,2943.164417184113,315.85721366991294,3326.252145545428,242.86185194453665,3776.7326200662665,73.68794982410375,1024.8468379772385,124.88482619082473,1970.5705462120206,283.62270136825845,4522.7512784956,150.8526165832207,1316.7810189160339,110.66653529823716,1793.3795916237927,142.30733121230102,3205.7965348548228,216.98303301514505,2146.9433461459876,202.01275696721788,2735.0529293858476,237.18291907056258,3855.578135518193,2495.407660004636,923.387764081727,25239.960987697083,10498.950400170661,578.2354572540436,4918.235916796003 -3975,799.7154291670721,2956.696685034624,147.84790441173382,1184.6224035006105,355.3776836027366,2108.569664983438,438.3905917900162,2484.812968342251,59.470949455097525,908.7575742394189,498.57706985171376,5043.086989699812,278.8994448653067,2941.87131264048,319.9661462754091,3324.790728120849,247.49862397879076,3775.0732801793815,74.8795117224081,1024.3965627241882,130.41654659493454,1969.7047591319722,295.83760341867907,4520.76416890913,155.7051009406112,1316.2024798753373,116.59700199353146,1792.5916549102178,149.02683524068343,3204.388040636498,219.87892957111066,2146.0000681627344,205.279379322001,2733.8512604103003,241.01825619105117,3853.8841541774764,2606.761907553823,940.2291274143384,25908.536648336798,10753.57849070522,591.1136682812653,5032.582220109077 -3976,840.1090995410336,3024.34182071545,154.28670469948082,1211.7249276184698,376.1933373730146,2156.810826074539,463.4923461428207,2541.66205646,62.430865422573234,929.5486921520377,528.4483776457697,5158.4658533469155,295.60918076158595,3009.177264281159,339.16267243071866,3400.8573470109277,261.50366886116876,3861.441741826236,79.04293252023409,1047.8333409460429,135.62007254268147,2014.7688830094914,307.8387730800906,4624.193007969533,162.43169150530554,1346.31537437184,121.21205238271841,1833.6036756326944,155.384579300015,3277.700012364952,233.03002224297956,2195.097585171054,216.69324163993952,2796.3980006213224,254.41925731137871,3942.0556997496146,2728.081945599749,993.7921394973625,27244.05974789072,11305.993454351184,624.5486729363984,5292.886188165787 -3977,903.7374522645872,3122.917869581382,164.04196082758924,1251.2201509622153,402.50649874623986,2227.110382801033,496.75751241427486,2624.5055371016874,66.09451703740349,959.846602485191,565.561802047491,5326.602000706236,316.3700903352436,3107.259036327633,362.9342099047078,3511.705624057108,279.07839187525497,3987.3024058649216,84.74480761755258,1081.9866466051285,143.1440708215885,2080.4386940423333,325.1383343274165,4774.914951103353,173.14500952573061,1390.197467733112,127.40864140354219,1893.3685488662243,163.22456748353625,3384.534072712773,249.42148527802328,2266.6450687720057,232.32471884946358,2887.5443995070914,272.77215467093276,4070.543912500255,2847.501046244267,1057.090798064698,29051.235945405744,12106.327392488472,659.4689492376781,5671.917465071978 -3978,957.1678862887882,3123.7626239015467,177.73387959373986,1251.5586080309386,417.0797114369658,2227.7128197513225,521.1293384454623,2625.2154700821084,69.78828993459126,960.1062425391427,580.4343519685992,5328.042855137831,324.68965849741824,3108.099554908149,372.51374491463866,3512.65554609187,289.8250665605754,3988.380977596175,89.17403192694636,1082.2793257379942,155.63726925264828,2081.0014560642703,353.01717008777376,4776.206573298305,186.7820091594802,1390.5735183901556,139.21656851906835,1893.8807081121965,175.8526381529352,3385.449594637803,256.1065937132898,2267.2581999186095,244.46727154773637,2888.3254849240057,287.028710232975,4071.6450011933,3017.162158001867,1093.04758765221,30699.11269906705,12847.121016343064,677.8598728686457,6029.308992709736 -3979,998.6449564289509,3091.467110493012,189.09139531037,1238.619171628839,423.52575405386807,2204.6812588093508,530.9821209411305,2598.0742651884934,72.38711800833246,950.1800324640593,588.2453535547205,5272.958042305788,329.05906121956747,3075.965976613001,377.52340492523757,3476.339401766318,296.7446706146242,3947.146470737449,90.90355937420486,1071.0900099402095,165.95059489880236,2059.4866937346146,375.70797247610824,4726.827007050332,198.50231556893212,1376.1968543744274,148.60665614280168,1874.3005231983348,185.293176805897,3350.448589138549,259.5892540292152,2243.8177928160276,249.20870632377734,2858.4640755733585,292.5956227272517,4029.549656071783,3147.539837009117,1116.7156037965888,31712.1521453631,13279.555211072602,693.5020476736474,6217.854428876645 -3980,955.2963636228142,3073.7922993568664,176.6520675447133,1231.5376277709593,391.8404587509535,2192.0764587347862,496.85912125971845,2583.220323576427,65.59944245131254,944.7475785452916,539.9347978565629,5242.811016898258,302.0345789878475,3058.3797899402357,346.5077234817541,3456.464164484055,272.57085227164123,3924.5794933433845,85.30673397634979,1064.9662787281745,153.50420873118784,2047.7120129606828,347.73472291651893,4699.802370644116,188.3781425375117,1368.32873913404,135.03086115599984,1863.5846052940274,166.4835290893752,3331.293106023949,238.38991418299054,2230.9892378631585,233.86521893426914,2842.1214101431706,274.5808538463117,4006.511555846472,2742.4675797842456,1014.8480958887139,29379.28249032373,12488.89900670329,613.799472191603,5864.182203130671 -3981,806.7691044879227,3149.8199675614737,149.59152180764823,1261.9986755669506,327.036118257747,2246.2956269325496,413.48153340334966,2647.1141064131393,55.20869240183974,968.115115595136,451.61882758367074,5372.487539458224,252.63143437637075,3134.026242682636,289.85625913396166,3541.9568995375885,228.65043372566967,4021.6506674838583,70.87119819443612,1091.3073242520318,130.43990186543252,2098.3604479679984,295.2151668974611,4816.048030878648,160.1079034841367,1402.173200061175,114.39098548486874,1909.67880367957,140.6979942208266,3413.689840185225,199.36274590078258,2286.1708809363745,194.29073778010064,2912.4188936825717,228.11650623893834,4105.609250667802,2318.96505341402,852.5962227861047,24620.15015428241,10448.040520690842,518.1720676309714,4893.527276606889 -3982,623.7692609622292,2940.9063263283183,119.77892909103625,1178.2958794518372,269.33150878815167,2097.308763066834,324.65143431012353,2471.5427237862923,47.031979012080335,903.9043175131056,387.7852965046904,5016.1541788513,216.92354193957073,2926.160129437446,248.7832106302676,3307.034548230584,193.83829314420683,3754.9123480356357,54.71742804976472,1018.9257312842254,103.76602562540106,1959.1854708838284,234.5671330374926,4496.620844294534,122.81327319666228,1309.1732470857328,94.79127669654333,1783.0182463870399,119.22005484702495,3187.2748761878242,170.85043800279362,2134.539267658049,150.00578141845182,2719.251016743081,176.12159572705986,3833.3023293609426,2118.040099821231,739.6600871958403,19889.965976969394,8110.307721322063,479.9745936710731,3736.5140821750742 -3983,475.28163556828787,2758.6998329825947,119.88250013507883,1105.2934997443963,253.67961979721719,1967.36811458016,275.5363920517823,2318.416074078455,52.97559112025137,847.9021135191604,443.20507647601437,4705.373840549576,247.9248590943223,2744.8672499670156,279.78024196727733,3102.1442519937273,192.87719186963,3522.273380370757,54.38980340936655,955.7972722731513,101.37785423426752,1837.802375044352,229.32504942330235,4218.028660446538,116.06856383514969,1228.0622424957498,100.84524189505768,1672.5497491971857,132.94258089126575,2989.8043980158254,168.50230045327797,2002.2919698142268,149.10761072683653,2550.7773772218484,175.06705466906368,3595.8066399831514,2595.081552440751,817.5333093575493,19806.268862444504,7547.704985690226,584.1597755384338,3361.095483394931 -3984,471.584958132957,2654.340481109198,117.92256461152057,1063.4811532599676,256.5754307625868,1892.9441925284464,280.1194880095807,2230.712295664075,55.54251238837623,815.8266720517664,465.0501359392735,4527.373407718547,260.1447852115916,2641.0311733629983,293.601218663917,2984.7926794575314,201.47834908043382,3389.0286675166603,55.926804919584264,919.6402454505032,104.41162841088924,1768.2798186436942,236.17247473106409,4058.464096036609,117.59372873344911,1181.6056551734223,103.97399270882627,1609.2785640847708,139.30684060250732,2876.702550009468,176.6758470469877,1926.5469069651085,153.32124285099005,2454.2835613026323,180.01427474615227,3459.780224233169,2757.45798420773,855.8634730406162,20358.510823245637,7679.089955375375,622.6719085893653,3404.4624554758666 -3985,473.6403924010334,2593.0634798043698,120.14039360539023,1038.9300692977704,273.0189054448082,1849.2444695347099,291.4790412189111,2179.2149986048134,59.73588896983358,796.9928365270415,500.7190499604691,4422.856346630632,280.0976489131224,2580.0614252059613,316.1766623566953,2915.886996024888,215.74625181135386,3310.79096004865,58.39729609078928,898.4098129112328,109.5415981613243,1727.4580455797307,247.72956797963005,3964.772080457465,120.41802054892473,1154.3275980480614,109.48484835585498,1572.1274279087338,149.70732378970968,2810.2921903871515,190.0279047604514,1882.071445669886,160.09400194863903,2397.624990912478,187.96616252323344,3379.9091757284336,3044.241980415215,928.6733463134144,21417.841724106576,7918.110191634171,688.5026090987226,3483.2506891393896 -3986,545.7922862222857,2613.7923871979747,138.71630768000196,1047.2352594185036,325.6390809642101,1864.0272998262435,337.9975692411313,2196.6356079530433,69.2571506157494,803.3639843336437,580.7736290073409,4458.212588519258,324.87944696440235,2600.686394386022,366.8021051732943,2939.196549370407,249.74066487654804,3337.257369276553,67.35878562161523,905.5916863818924,126.2261750880696,1741.2673171737536,285.4731532886853,3996.466404153218,137.65830888441837,1163.555274141678,125.54336823542631,1584.6949890648245,173.51767269125776,2832.757620569332,220.32216174088006,1897.1166942761342,184.66159014964546,2416.79156619623,216.81093634602627,3406.9281148512646,3579.691489765302,1089.9141211531908,24781.170671171032,9077.556205530746,808.7964626117016,3994.654508779138 -3987,811.4633936107335,2694.69363123091,204.56756782193622,1079.6489414297723,434.1358328502492,1921.7220609732672,455.1335269594769,2264.6251522798416,88.34622067722381,828.2294426853381,739.7588033012825,4596.201721222009,413.81429682739775,2681.181986031275,467.1215533674027,3030.169596222183,320.5436913589246,3440.551063968956,89.71039789623006,933.6212630127733,166.55678102105713,1795.1624516317215,376.8242151360582,4120.163720518282,187.69077122701674,1199.5692550684712,164.73901683801105,1633.7439482155319,221.57225388838256,2920.436204633736,281.02269020797917,1955.8356274991056,245.93769878118547,2491.5953054798933,288.7551369633765,3512.378235592386,4429.916403814222,1386.6772862631576,32774.44037526868,12324.141603136757,997.4111019182673,5494.536316315767 -3988,1129.8016991045574,2906.2065145866804,282.5369539167454,1164.3931431331414,573.2504272402815,2072.5625756106133,622.6074660818231,2442.3809424473156,114.13962683711371,893.2391326449709,953.8489465818103,4956.968476772008,533.5743614646102,2891.6343083637316,602.206751048856,3268.0147823783464,417.45887805369625,3710.6080631909495,122.66469373137281,1006.9034064866806,225.2576955679614,1936.0690028759889,509.8558638743676,4443.565126275338,264.2048402886143,1293.7262861253066,220.24391633772086,1761.9803789352125,286.6577630083372,3149.668157067787,363.0246049975851,2109.353796743938,336.28066763106506,2687.1665203704792,394.8267009131354,3788.0731195806793,5468.761666115836,1765.5508873105803,43987.490005361244,17085.153961541084,1226.650755156508,7689.3836762615165 -3989,1221.193356156287,3486.8759832285373,301.71560173036283,1397.0426621262889,615.6375350919091,2486.667286843762,680.2791792215218,2930.376560430292,120.7790565506089,1071.711202650923,1008.3169017591653,5947.386823518779,564.0432365503232,3469.3922030338317,636.6621580896305,3920.974714053143,443.54506758415476,4451.999564991264,134.84779277670097,1208.0859663232616,244.83763387754476,2322.9018564641156,554.4291608377616,5331.403821770365,292.9797323590867,1552.216985723516,236.10509779802598,2114.029761956844,303.5455005013047,3778.982049932292,384.11730180753455,2530.8095130481115,369.6801777602825,3224.071089162841,434.0410229535011,4544.9423903923725,5651.333138976842,1856.3769169091725,47505.47803294232,18763.544017185937,1264.8678013310634,8491.801617649731 -3990,1093.602311340724,3923.937627147082,260.3951240922657,1572.1546435876714,534.104690773469,2798.3580087088103,608.9238926535718,3297.6839160581712,107.86321408944329,1206.04458941016,900.3400790102155,6692.860615706772,503.641991198309,3904.2623466665727,568.6404415353808,4412.448360529199,396.3314803164021,5010.034395584262,122.86874909729246,1359.5132155216343,220.8637162430611,2614.065439261693,500.34649586180706,5999.667370558542,265.6648390742424,1746.7792560083503,210.0125317756766,2379.01232155969,271.11637947257486,4252.657659568629,343.0370916944928,2848.033231797446,336.84007778078126,3628.1915159051323,395.4835036530184,5114.627117412897,4983.166420809511,1641.5175381255242,42460.104181162875,16938.63992331128,1118.2853823249893,7698.4502237532615 -3991,994.6693991913255,4174.244122914774,238.99131985922344,1672.441793138376,492.73188126303916,2976.8642067221112,569.102409902234,3508.0419246736483,101.04607158336033,1282.9777172015733,843.2910893571255,7119.7956606955395,471.7293090745489,4153.313763740799,532.5689305944024,4693.916771045951,371.5575455182028,5329.622593051627,115.28361458777783,1446.2360488747477,207.40480173275594,2780.8156840367997,469.8401341039526,6382.3838808584605,250.09951149745177,1858.205643478489,197.58092953251452,2530.768616939624,254.01192773040432,4523.933081762377,321.35307643693346,3029.708193486238,316.0457153661411,3859.6324791960214,371.06886939051043,5440.887245010498,4641.617702370703,1527.3547571629815,39738.446654000465,15891.18676412315,1041.8415431168694,7203.250369672182 -3992,962.0783761037268,4277.693741305885,229.94709259525817,1713.8896481719953,461.64550910857326,3050.639351902772,528.6071988615861,3594.981161508244,92.35314611112165,1314.773546899268,770.5291898776096,7296.244407446683,431.02696915703564,4256.244668418581,486.64448284701524,4810.245352802513,339.9681321339507,5461.7057695944595,106.56960969016195,1482.0778834570262,191.03841349679672,2849.732190321235,432.8292114645729,6540.557470485352,231.58999092008173,1904.2572540335102,181.20487438514812,2593.4882471168326,232.20431624252126,4636.048985182143,293.7021884535348,3104.792962662056,292.1565970259616,3955.2851279979695,343.0206861618375,5575.727875465136,4222.421614120074,1402.7059123124375,36700.80252579484,14735.413513244677,946.4582893051962,6709.8960807104595 -3993,889.6922111482013,4411.619406140961,212.70461042553447,1767.5479567060975,425.44953841123197,3146.148504283302,492.99268114048357,3707.5325200768884,85.6082950918264,1355.9363631326482,714.003716345811,7524.674594870105,399.4071371550224,4389.498807539043,450.92604043625215,4960.84409732536,315.5959662019148,5632.700380373492,99.7746829230475,1528.4786493563518,178.38348960623776,2938.951358702882,404.2018106375843,6745.328676794143,217.49541565306282,1963.8755750696484,169.0134529190183,2674.684952337493,215.29831151862425,4781.194004927983,272.24617881257774,3201.997551593858,273.52855956676046,4079.1168519160324,321.14953125330817,5750.292280450607,3874.427249132848,1292.84584799569,34176.26996232377,13798.856584627772,868.259279901801,6285.934208211024 -3994,855.3182854647538,4501.747943320991,205.86632721560665,1803.658621989625,406.3333844969851,3210.4237139823713,465.37418546419025,3783.2766974002493,79.73900364240322,1383.6378826128287,664.8624339101028,7678.4022516682735,371.9179539975127,4479.175425138077,419.87103967649176,5062.1931894632135,294.3762865477696,5747.77536733855,93.40091198018112,1559.7051746059315,167.0790709265021,2998.9935705116422,378.5784105083287,6883.134446165749,204.62372518250032,2003.9971758900258,158.35615003945173,2729.3282522187237,200.57715260014564,4878.87288018142,253.57651513301897,3267.413746603218,256.0551050396703,4162.452425773071,300.633970685742,5867.769647349757,3598.4507087957136,1209.7456173552714,32114.986850656034,12986.529505750023,804.7251890454257,5926.546912688484 -3995,818.2208622185028,4448.008720219779,195.43835837614625,1782.1276046368366,377.84861343788657,3172.0995611450085,444.62379948444664,3738.1141620795306,75.92253132517139,1367.1208261713778,632.7996004480191,7586.741995061627,353.9822987215018,4425.705659502246,399.6230096097838,5001.763700159263,280.7229515980925,5679.1618006329045,89.82760492270747,1541.086330235798,160.48199545173136,2963.193346555538,363.64958324621637,6800.967629565782,197.78752819246424,1980.0746345382538,151.63488361952096,2696.74713445978,191.02764267885792,4820.631761066897,241.4340801687828,3228.4092802262885,246.25901745827107,4112.763513294381,289.1323968103644,5797.723659401168,3373.535114146619,1139.1046753240278,30664.769445088892,12503.006475936229,755.3438178553918,5710.92971286298 -3996,761.4944163761471,4406.810822081051,182.62697667988473,1765.6213619237114,362.4442270133681,3142.7192602449913,427.19842094209764,3703.491377780519,72.68730368723178,1354.458417421163,605.6973936126425,7516.472837877529,338.8215725307458,4384.714334524996,382.48515288301735,4955.436868447708,268.874515796953,5626.560840497135,86.45836342629198,1526.812635724492,154.24683386031384,2935.747955744631,349.5410970391782,6737.976392526616,190.7279816023409,1961.7349867920693,145.65717292667372,2671.7695949045315,182.9162777650454,4775.98259134878,231.14277047746393,3198.5074331205756,237.02236797617886,4074.670689528287,278.2876584904486,5744.0245675646975,3216.942555956404,1087.8568688678008,29429.14331267231,12017.914632233573,719.5152457199378,5481.319337959136 -3997,734.5513218123002,4328.703757657093,175.00491572218942,1734.3271886469547,346.961299136976,3087.0171696318866,415.9892299983144,3637.8500667924354,72.31331220799687,1330.4517660943134,602.8638107099084,7383.24959506272,337.23649221650794,4306.998912004166,380.69835976321986,4867.605862679704,266.9823191589774,5526.834719318534,84.84321370328412,1499.7511489222225,151.8348620010752,2883.714259729615,344.03108988792366,6618.551353098748,186.31572467302564,1926.9648622774566,143.88390099389198,2624.4146962486748,181.91587336041766,4691.332263705713,229.96022806833577,3141.8165434441994,232.59449545104414,4002.450533296778,273.08889903312274,5642.216499311905,3217.4987119545876,1075.5311076367257,28876.871247946427,11753.788792239662,722.0248247221857,5346.230457189647 -3998,701.3055642327339,4264.762535067528,167.6599606001929,1708.708664714416,335.16824799161833,3041.417455945756,407.1828009692136,3584.113753593184,69.8112973247923,1310.7990669762382,581.655765055881,7274.188307383441,325.3729057877428,4243.378301414144,367.3036325168103,4795.70427565303,258.5123691664836,5445.195367496742,83.36265596734994,1477.5976527693476,148.58733698835152,2841.117624411269,336.7288812038,6520.785765758577,184.11782259342814,1898.50080096044,140.34784435649158,2585.6482909562537,175.6948040790385,4622.0344929851835,221.9953709871835,3095.4073636557737,228.53560182190733,3943.328543255175,268.3233572247319,5558.872791523437,3059.400287181787,1031.2725310786973,28138.184063226276,11546.155309831975,685.6450662700157,5253.29269393175 -3999,717.1991151479815,4156.114445037486,172.16058310964962,1665.1780035550917,345.3572258606494,2963.935018212021,418.4517598909739,3492.80571227169,71.94894198906775,1277.405457397956,599.4737324470748,7088.872792248068,335.3401134964929,4135.274991104916,378.5083036095316,4673.53003837387,266.2849848955631,5306.474847501931,85.49882436104127,1439.9547215425282,152.6898653454831,2768.737978204757,345.9982449749385,6354.663757060726,189.00667339821788,1850.135039854449,144.71626285835694,2519.7769215677135,181.07306940776306,4504.284626354482,228.79311964522523,3016.549491696719,234.39182753568969,3842.8692302072,275.19914433037684,5417.256252137516,3156.4984132108775,1062.652319482077,28960.41257722711,11864.961026847923,707.2485480710278,5393.121740450442 -4000,750.7241159888434,4116.086203332675,180.53809442117085,1649.1403923465205,359.9882685528863,2935.3888583612006,436.7623368861229,3459.16590924709,74.42073983825054,1265.1025492177391,619.9202735243271,7020.59865848797,346.7777212419863,4095.4474577083197,391.44095891951224,4628.518479509294,275.83714376504975,5255.3672900452475,89.0547617506265,1426.0862738854357,158.99061472575136,2742.071794086271,360.2805406405219,6293.4609147944,197.6350439510248,1832.3160761225283,150.41411960415587,2495.5085235260885,187.32488733777308,4460.903098700385,236.64974985207152,2987.4965929459795,244.14029682256282,3805.857906187867,286.6448096271754,5365.081740221373,3247.840621866053,1098.9317546709171,30121.93578271436,12378.424697160544,727.0968596767643,5632.53368732675 -4001,816.6651112941223,3967.7997465705453,196.58797636099445,1589.7283262711373,390.9075447220245,2829.63830030122,471.79590668462464,3334.545716497171,80.50690574803683,1219.5258617537245,670.6321043239087,6767.673999482232,375.1454547647358,3947.904534076806,423.41607686552584,4461.771095834783,298.2357436300222,5066.03700007381,96.03638441091069,1374.709973646544,171.51195063324806,2643.2856923269815,388.6491450314186,6066.732179358733,212.97433354669218,1766.30490794619,162.74238177087676,2405.6051302313226,202.6413873110723,4300.194240384956,256.003430381437,2879.868797396361,263.2801540865448,3668.747759322674,309.1168915125875,5171.798868533098,3518.438447252211,1190.2616277045895,32575.415228612066,13369.191004332397,787.4783208280564,6083.198308114135 -4002,870.629265328148,3817.5638708227525,209.60238434268325,1529.535211055369,412.41344768285967,2722.4975131527044,496.7017866006305,3208.287228686136,82.5619610386666,1173.3500092561253,687.2675556253739,6511.424315771107,384.4511738072148,3798.4219661729308,433.96250964689835,4292.831600199123,306.7752599178815,4874.217716367609,100.87749371174687,1322.6582648957376,179.06605490175008,2543.200918345736,405.8695372744102,5837.022798818283,224.94187209276149,1699.425936820624,168.44648203588358,2314.519839509164,207.91538017182538,4137.372654404404,262.5267769787323,2770.82609402164,276.5518740757153,3529.8351206503244,324.6992009438152,4975.975041265333,3555.152262900581,1221.8320224675776,33976.73999185623,14065.430388244276,793.4689996438278,6425.664733944343 -4003,892.0219973342064,3726.460627301465,213.5176978755226,1493.0340224643503,408.89160199248954,2657.527191156914,499.64075808046096,3131.723906480806,82.0080206084055,1145.348908227807,682.2959359190637,6356.034151995726,381.67009529394966,3707.775529573488,430.82015053857685,4190.386455624624,305.364857080182,4757.898236559061,101.69375085841035,1291.0940364821156,179.92834577825246,2482.5093725255274,407.87950001262317,5697.726711713015,227.80713459158525,1658.8704359285866,168.5248089060853,2259.285592824979,206.5959176544324,4038.637418733996,260.7567982400216,2704.7024473871734,278.789612498148,3445.598303803749,327.32652675787295,4857.227200684334,3473.2480268388927,1206.1880836705614,34053.98765286359,14214.671031076605,774.9165363027706,6511.717457004884 -4004,861.2722092306973,3641.335624274004,204.04087824976023,1458.928060160271,379.8238439424208,2596.820254248631,465.8164723358977,3060.184707846256,74.13313342298592,1119.1852534809716,616.1677160384661,6210.840768636919,344.67857496567837,3623.077357568743,389.05971407194744,4094.6638127747556,277.067284403364,4649.211699305953,94.58187098167065,1261.6010685545666,166.1439550450667,2425.8004363559894,376.7456895154616,5567.571303648113,213.33672548303952,1620.976207328392,154.35749798715503,2207.67584508738,186.88521813051622,3946.381238706809,235.70288280950865,2642.9178675809612,259.2926599496064,3366.889149091679,304.43517975648643,4746.2716529095715,3061.312103748575,1088.0415030177612,31444.312239552888,13284.805584215594,681.012859528015,6123.98443820308 -4005,721.0316820041475,3532.167682037549,169.6967455853008,1415.1891163680534,309.958720474866,2518.9670836635128,381.18136796761127,2968.43978183833,59.8356909844343,1085.6318643647837,497.1420893443875,6024.638568062355,278.096729916934,3514.456801679136,313.9262575559211,3971.9050042730482,224.02404462297858,4509.827438527718,77.15386628400813,1223.7780259162284,135.39077363344924,2353.0744727980223,307.0234869812457,5400.654445333196,174.8277908673716,1572.379028922577,125.23963133022802,2141.4892987205185,150.8821221684533,3828.0679702900675,190.24028741885297,2563.682681683672,211.5144372440427,3265.9491649566353,248.33882970693,4603.977516057887,2444.88160224478,877.9952253171658,25608.14731575713,10873.381361023137,543.3510328345202,5028.048810383261 -4006,559.4647218285186,3246.771499555495,136.92016841637627,1300.843024206141,256.5784222786511,2315.436658669415,301.79989591030255,2728.5923402877015,52.30369533889386,997.9137214107509,435.95993611898217,5537.852831104563,243.87199395925202,3230.4916434568845,275.16794581438927,3650.9784154348336,193.35741890724918,4145.437168735609,60.28596455856273,1124.89778912055,109.1797345939833,2162.948031449367,247.26079389919767,4964.286101485572,133.96277068469007,1445.3321238304386,105.44658614590064,1968.458761753358,131.5966818296832,3518.7632930069135,166.32649455744274,2356.5392739205927,165.27171587720818,3002.063215091029,194.04530981139018,4231.979999066235,2327.3618663597535,781.2745285946507,20980.560576050066,8509.035456079426,521.1045003306732,3866.327940556892 -4007,419.741232652286,3047.0851388631368,103.88420309394705,1220.83720631248,212.02918752880225,2173.030234365558,227.21282793072686,2560.775580063062,45.133209979784006,936.538980582589,368.77752561837553,5197.257973091136,206.29076905674071,3031.806543622388,234.57287563648174,3426.432095238187,170.83869383105923,3890.480125464477,50.6736234527504,1055.7131404037814,94.87001523443581,2029.920123317872,214.56604770210248,4658.967348633076,106.02916606836098,1356.439785136764,88.55546381041171,1847.3925375483811,115.10922912532584,3302.3486065361817,146.77046616092025,2211.604913278878,138.9198424388826,2817.427161068749,163.10560897806934,3971.700307485819,2235.6627619572405,695.3453930261712,17342.384371065087,6713.378531515079,512.5460746723602,3012.480071736485 -4008,420.21399915526587,2929.6646224271417,103.26285465737547,1173.791807606301,214.5673391646566,2089.291736515303,228.5003049121332,2462.0951765348973,45.470418152848396,900.4491157606705,371.617026916183,4996.979776900286,207.87916006695775,2914.974793322496,237.34120767339638,3294.393308062766,174.4548328941408,3740.5590813526437,52.107877068991776,1015.0308566784478,95.40615031026286,1951.6964248186785,215.97139388761593,4479.432374320202,106.2793564486767,1304.1688925208412,88.55017933495802,1776.2026048969203,115.95161150691737,3175.091421009741,147.87191413560413,2126.379926370085,142.85179505662728,2708.856597006032,167.7221095076629,3818.6494145895404,2265.6008466204303,706.49317593685,17528.37385958987,6752.778319371509,532.6383529512706,3038.173910858858 -4009,422.43843903212706,2850.387907872415,105.38999536275176,1142.0290053503934,227.28738154909084,2032.755509348095,235.34879779685943,2395.470889569579,48.908915105885356,876.0829658011318,400.2543115760484,4861.761521412437,223.89859472820615,2836.095585492557,255.27691934698979,3205.247036535644,185.55136179697485,3639.339565542738,53.81609813621842,987.5641252057949,99.11291210990277,1898.8835263103,224.30929013043914,4358.218949756955,107.0622582281465,1268.878086797873,93.1482837251347,1728.1385685489247,124.60775950292988,3089.1734581338346,159.08501044746055,2068.840092913624,147.5348191891166,2635.5549468558447,173.2204421402003,3715.316774632211,2518.801772725815,766.6348247847274,18315.32843444207,6896.772064212594,586.3230699112879,3077.8665427176984 -4010,487.6132210203181,2855.131512770204,121.9760878596874,1143.9295657506939,275.72193962246183,2036.1384134656435,277.99263244635677,2399.4574232665855,59.56098622785286,877.5409397968698,487.9733462718568,4869.852446756725,272.96781904704187,2840.815405160885,310.3462662068424,3210.5811966684255,222.25187862932043,3645.396140839085,62.823542841646514,989.2076257301512,117.74176369131575,1902.0436411742662,266.28351989376984,4365.471881436397,123.96179880929452,1270.98974896519,110.91260688838109,1731.014530292653,151.6321914918552,3094.314449051475,193.76433832457164,2072.283048860211,172.22839178160697,2639.941027543238,202.21313407558216,3721.4997909158224,3150.738349220579,940.5010023489159,21747.76970929895,8039.363866798668,719.9561688364003,3566.499539183925 -4011,722.0596338061988,2919.7875250525417,178.88897689923357,1169.8344754623815,375.14481926936236,2082.2478797654435,395.83603392448765,2453.794446950355,80.02504241449896,897.4133336000925,654.3276832722269,4980.132914820059,366.02491101105545,2905.147221368442,414.3832862905708,3283.286561152259,296.805966742307,3727.948127184328,84.10071149010253,1011.6087726170541,165.80103402794765,1945.1164581269204,374.24064610972715,4464.330376157886,182.7385538639616,1299.772005912817,154.82513612087678,1770.2142996310943,204.00348066436973,3164.3868895427267,260.26280767568534,2119.211030166958,230.55895341876993,2699.7239337729657,270.69897174163003,3805.775185976945,4032.9484606648566,1234.9305218208963,30089.25299323423,11462.843052340097,907.470241729256,5106.966605164488 -4012,1017.3295090345043,3094.781136005253,250.47244037990006,1239.9469604708406,506.3967243799107,2207.0446576995582,547.1537289860835,2600.859377916462,107.24682890482572,951.1986170895011,875.9443022685706,5278.61060688196,489.99521720542083,3079.263385046259,553.4239910277653,3480.066006984778,396.3306077984647,3951.3777769868907,115.96567585826702,1072.2382089965088,227.87600687243284,2061.6944453299625,514.4177393340126,4731.894123967133,256.94595517457515,1377.672125280523,211.71923471671047,1876.3097568500214,273.6003219876586,3354.040240514741,348.7396513120762,2246.2231457259686,317.9155608157835,2861.5283238844986,373.26425253667946,4033.869297810081,5256.812992253638,1634.0119358069812,41095.976558507406,16019.208928465425,1160.0587371309252,7172.879684568507 -4013,1098.4750522849336,3614.6284700834235,267.09961247363873,1448.227641227195,540.4549833705506,2577.7740343744963,588.7968540489417,3037.7399696300686,113.37785918127865,1110.9766574555779,925.6694544220414,6165.287735580758,517.8110117335781,3596.504117522439,584.8254721104219,4064.6317506167475,419.3111519719377,4615.1123394748265,127.36450592711431,1252.347932414004,244.4484457941247,2408.008550912237,552.3270946362774,5526.736291274534,278.3567158746313,1609.0872561370243,224.1690160433387,2191.4837811632187,289.31476755529786,3917.436746050225,368.6559662718061,2623.5335475715697,349.16502689409526,3342.1949058453392,409.95421061221475,4711.460412764711,5503.680674928269,1725.0754200408667,43958.811183272155,17359.700531870047,1204.856717411,7816.299464040504 -4014,998.8701977199356,4022.0588155750206,234.85138772739668,1611.4676237314159,476.2431426233895,2868.3331814948724,529.5600528346988,3380.1451312071445,97.28336888158762,1236.2026957957726,793.4088467897963,6860.22093077711,443.82563960815645,4001.891539021474,504.4879233191061,4522.785149273423,369.56387679614335,5135.314299515097,117.81999432353267,1393.5089272443659,217.9784799258516,2679.432229435482,493.231921440967,6149.693835938305,254.5892085174501,1790.458863791878,193.48399645860596,2438.5014211471025,248.42495366156385,4358.998754454337,316.27404320907385,2919.2505731366373,322.9991054978884,3718.9173370603503,379.2328358332431,5242.522445731658,4592.173020387669,1485.4059909426064,39061.93004065862,15691.701370123026,1047.879622480911,7151.587973176097 -4015,907.7616463339143,4245.853088335344,215.30362025754533,1701.132454969897,432.13541556981306,3027.9321749012324,480.4017844178798,3568.2222221073434,88.82540295998434,1304.9871407717255,724.4444816833657,7241.935426903622,405.247605625582,4224.5636698150065,461.3383819536205,4774.440696778917,339.60862064116003,5421.0520228435835,110.00911946544952,1471.0461615955958,197.9694666517892,2828.520448850632,448.46096157162134,6491.873381991437,230.7330812907367,1890.0830755955267,177.29461961543032,2574.183835849089,226.8231907031843,4601.540945145002,288.777605225636,3081.6826978212357,301.5858843650735,3925.8442963778743,354.0916003428097,5534.225414775499,4195.551032328827,1356.9024371647067,35737.381318479594,14390.223279227832,961.3633087548975,6562.80323273386 -4016,879.096723427931,4301.346792935858,207.46631543730538,1723.3664183168146,413.3410716144351,3067.5075370648437,462.7193812949069,3614.8592266910905,84.57127882445745,1322.0434470995187,689.4843270313811,7336.588213270789,385.6912154214683,4279.779119686045,437.300044712171,4836.843091809405,318.9200655096972,5491.905689543964,101.48247629972282,1490.2728751551342,190.27884066561353,2865.489480745838,430.325091328891,6576.722785931933,223.35669243535648,1914.7866415657404,169.61830178123995,2607.828663967726,216.01528976369434,4661.683523939964,274.93187663460753,3121.9605844431803,278.21041120160794,3977.1554555626635,326.64648725786685,5606.558268496685,3953.5587654635647,1281.6969395937979,34007.65618346469,13729.274899650707,888.7396694465326,6250.677399777016 -4017,809.7833577289606,4411.359483189328,190.95873471069305,1767.443816652352,375.31744891199577,3145.9631401051574,423.69469852966427,3707.3140803822603,76.53563520180367,1355.8564743323495,623.7021338332273,7524.2312575259875,348.8932592490272,4389.240187884624,396.4504322755637,4960.551815258015,291.67903027821967,5632.3685140056705,95.0151458526589,1528.3885947425074,173.88343937999406,2938.7782021266835,393.62846364434694,6744.931256804339,205.65825011913742,1963.7598678226905,154.70319682811444,2674.527365759074,195.54689936705296,4780.912307450553,248.79328313206776,3201.8088969121845,260.4804667948489,4078.876519286539,305.82978225128,5749.953485825621,3536.8629899122643,1158.8247091514804,31160.62306143223,12680.83779996392,803.9654826742616,5793.442334115581 -4018,780.9845633856788,4516.4336247555,185.55274558829404,1809.5425489159304,365.67796604262594,3220.896814770542,410.3421277644335,3795.61856928116,75.0997502633192,1388.1516104848918,612.2197071686962,7703.450870741076,342.47009497595553,4493.787470106177,387.1419904484521,5078.707165251372,280.3433625902412,5766.525861383221,88.7700743344013,1564.7932722991845,168.81191046475448,3008.776940161651,381.56439262732124,6905.5887285955905,198.2415719883489,2010.5346507756292,151.35925317479834,2738.231914917511,191.8323933006912,4894.788825227636,244.13832118546108,3278.072761279627,243.35983692426453,4176.0312513938825,285.7284726607632,5886.911588848261,3503.3415586794085,1131.9605101774891,30086.40026744684,12172.864661558073,771.5062448272222,5530.858862324982 -4019,744.0524334192819,4461.589736988789,175.21809069106337,1787.5689394914798,333.57471513927754,3181.784869794932,384.18525159730217,3749.527671879747,67.6070027521422,1371.295029063808,550.3814034838131,7609.906443860637,307.8783144629535,4439.218578778499,349.95428984372654,5017.035486021035,259.2881380886181,5696.5018726740645,85.50148392925759,1545.7916985500017,157.00578403822166,2972.2408060055277,355.37278291072465,6821.732889085791,188.8394534524661,1986.1203571316723,139.2381704590465,2704.981058977147,172.85171128618393,4835.350500373019,219.73675501076977,3238.266518224197,234.39911864243106,4125.320932524949,275.20770480945816,5815.425734013226,3038.568147983703,1014.5107318946119,28022.29029142066,11546.758964645755,693.8887608390489,5289.6498835551565 -4020,683.2761078264364,4421.3665451913175,161.04927331938825,1771.4532200858457,308.3765975393563,3153.0996811916357,353.6735444809494,3715.7240324627046,62.73712501151217,1358.9322018617308,510.8575144666756,7541.299793653752,285.76901306833435,4399.1970728016595,325.362597259605,4971.804706746124,241.77230179838529,5645.145405381787,81.73938414527663,1531.8557072027381,144.7335804814842,2945.4447492060694,328.0859818578429,6760.231969780286,173.328145963873,1968.2146094571476,128.72094632584526,2680.5944662248517,160.37542432421156,4791.757691071873,203.9156528687626,3209.0721227435915,224.08546286612162,4088.1293517483923,263.0984547797137,5762.997115858604,2838.4007433312318,944.9619937858685,26017.558656047393,10745.833442918352,648.6982665435221,4931.573712011509 -4021,661.8583194402738,4327.339157433665,155.1020107121479,1733.7804514707416,293.07195193200744,3086.0440043253084,340.09494381740126,3636.7032544227595,59.14065643896382,1330.0323484397647,481.2577143444592,7380.922065942894,269.21115607610346,4305.6411541148145,307.524042725113,4866.071376510254,231.3500037579376,5525.092414851639,79.27455425204438,1499.2783605616685,138.71293803098874,2882.8051845552814,314.59531562972643,6616.464890924192,167.9935694264267,1926.3573971264977,122.54449859936467,2623.587363845866,151.2476085077043,4689.853346825826,192.20781382756215,3140.82610293425,217.32822395018445,4001.188782620877,255.1647892280908,5640.43782136889,2627.8970309542105,890.1381211995288,24936.795411664858,10368.53987431359,615.4902798392694,4776.3329276803615 -4022,628.188273624329,4263.657864098881,147.50232544475372,1708.2660701173509,276.3290715306111,3040.629659312416,322.06134600732577,3583.185386215313,55.825299329003784,1310.4595400592968,454.196218734015,7272.30412635869,254.0732033715746,4242.279169450753,291.437653835828,4794.462078638783,221.93372959547833,5443.784937445449,78.74476119111824,1477.2149212064683,131.31559135765707,2840.3817100121923,298.439448387157,6519.096733211284,159.43893126522903,1898.0090458623472,116.06495782299085,2584.9785489533483,142.78617707264075,4620.837280413908,181.4280829374552,3094.605582402386,215.87581609903287,3942.30713103685,253.4595190313525,5557.4329164211995,2468.29455471581,842.8890934309054,23813.135564261447,9972.117462362206,588.2654848920561,4611.891908233722 -4023,640.8222095319791,4166.771317570129,151.0047528420419,1669.4477583856492,283.35041873666574,2971.534971991407,328.9480706620583,3501.761766237291,57.40496113439904,1280.680907896738,467.1365842394778,7107.0496771116,261.3119252744915,4145.878428293768,299.10358069922324,4685.513638574269,226.34450702393087,5320.08140882149,79.8143381511522,1443.6469716292838,134.25451707682504,2775.8374188241673,305.00236453575076,6370.958024829908,162.4411331471874,1854.8790510092542,119.18046477409492,2526.2379903902784,146.80805205984976,4515.834257084964,186.5669637886651,3024.2843565197527,218.8080213103441,3852.7228971568275,256.9022174122551,5431.146872840857,2551.432632109177,865.4370380797245,24325.769892237073,10171.175772645345,598.8822554678442,4696.242136497882 -4024,670.4151222852619,4134.345839534205,158.24774824993293,1656.4562506939758,295.74517285646914,2948.4107267128165,343.99879830888864,3474.511338847774,59.93564659761993,1270.7147524528514,487.6984345450683,7051.74319023202,272.8140359458433,4113.61553703564,311.88876399717714,4649.051349671116,235.40749291977264,5278.6809647549635,82.99221935107376,1432.4126274326622,140.38292156666887,2754.236076106884,318.8468389907358,6321.379743768305,170.0353817443606,1840.4445319670933,124.72542108688214,2506.579010276466,153.28670909128348,4480.692399431405,194.78989262388055,3000.749619788891,227.52006370048875,3822.741318577394,267.13101521781306,5388.882126298953,2658.92593601539,901.5270581392697,25385.38072124832,10631.232091502812,618.5779887120027,4906.483042147451 -4025,728.5863241915599,4099.775992419957,172.11239062914345,1642.6055856648543,321.92031585918835,2923.7572235932143,373.8129445383318,3445.4587800046997,65.33422569712613,1260.0895129535202,531.661636454057,6992.779162200267,297.40664829876414,4079.219028924906,339.5713021112587,4610.177728396481,255.34200202254613,5234.542617118079,89.30170723064634,1420.4353310339545,152.6089413922571,2731.2061884866725,346.46114302810895,6268.522740562741,184.5782583502136,1825.0554260331003,135.8100492370029,2485.61993802459,167.08640553574253,4443.226532465673,212.33719826899525,2975.65847850306,244.81728861509447,3790.77699143358,287.4396648232041,5343.822317939078,2903.595567333623,981.3922645327365,27565.010609482513,11523.959644712864,671.1053187221574,5311.6547964769015 -4026,772.2391408819602,4032.1308567391306,182.18395013071256,1615.5030615469948,338.56038014546465,2875.516062502113,394.7525645449656,3388.6096918869507,68.60574272886885,1239.2983950409011,558.1447610370531,6877.400298553162,312.221065549628,4011.913077284227,355.2984953036123,4534.111109506402,265.14146826107935,5148.1741554712235,93.27248093866234,1396.9985528120997,160.9896482247574,2686.142064609153,365.33073413296665,6165.093901502336,195.43294052837652,1794.9425315365972,143.14048610641612,2444.6079173021126,175.4821515104565,4369.914560737218,222.9616396185957,2926.56096149474,255.70301614536248,3728.2302512225565,300.22058356614633,5255.650772366939,3027.29016936402,1023.9501831467862,28952.900778059087,12173.252692041977,682.683219240082,5609.631321598777 -4027,793.7699710379632,3884.2342875560234,186.26873060964516,1556.2472068149307,337.71079809054214,2770.0435529568967,401.5006203976607,3264.317161327561,67.7791691242542,1193.8415417459887,550.8484955675833,6625.140650939078,308.1396014950732,3864.758086270113,351.0853470163191,4367.802152476837,264.3918400282754,4959.341669075409,94.39104941992107,1345.7573355858892,163.01024956276902,2587.61569981369,369.90729535215985,5938.9613008701035,201.16286459217045,1729.1049256336498,143.71487310690583,2354.9409057857165,173.48767800632606,4209.628252053523,220.2423215648548,2819.2161502550757,258.76952977880046,3591.480606215645,303.82097329334823,5062.876096724038,2903.4434698124105,1004.571818580694,29178.407855477686,12408.66039802907,662.4108080306418,5737.440552373394 -4028,767.3372287897831,3721.3271348246544,178.20680468820186,1490.977250720731,319.13389611510456,2653.866238524603,384.769683943104,3127.4097105932706,63.260694309289164,1143.7711000629672,513.6686844696726,6347.2782152597865,287.3415558118084,3702.6677772877615,326.37395811239423,4184.613868846898,244.7969343144105,4751.343857687092,87.80216008745472,1289.3154529450783,155.53169018547686,2479.089520697735,352.557459674404,5689.877645230141,194.56929483443002,1656.5852114878792,135.58691799148036,2256.1732493028817,162.0180723255927,4033.073878184622,205.53349122227246,2700.9765071306333,240.70633623656366,3440.8517212580755,282.6130009038644,4850.535988355349,2639.4748687530214,928.0264052891283,27545.76676824634,11833.302829305318,591.5292956760196,5480.4689018244335 -4029,640.2464338807173,3600.5925865732706,147.5434050415568,1442.6040606471474,260.7564505910415,2567.7643372890466,318.6137245383691,3025.94418903996,51.16692388781168,1106.662648678298,415.121970520837,6141.347443741804,232.21542692303927,3582.538612283068,263.6452630777338,4048.848469365159,198.33907981923107,4597.191499278036,71.49365190850628,1247.4849679796152,128.31430498139167,2398.6580664041358,290.70294794102097,5505.275544363006,162.45713310278865,1602.8390451599528,110.82507233405384,2182.974079178249,131.11717519075827,3902.225034450807,166.22088077358364,2613.3461627370107,195.99717134439373,3329.216903056137,230.1200276999355,4693.165445504981,2081.7234866940776,745.3875512425677,22580.32325015221,9777.159368276709,466.96709738067955,4537.556387839119 -4030,492.55707983992727,3309.4131010837514,117.96255236459446,1325.9408453445517,211.6654929296871,2360.1095469697293,249.8269021616669,2781.2364497166386,43.2112079402252,1017.1669745900244,351.36951592625127,5644.697421312303,196.55288792877923,3292.8191495032734,224.45770339596424,3721.418585036927,169.89171215895595,4225.417180670514,56.69012487465797,1146.601010020374,101.86129838796509,2204.6788796876635,230.7614010165493,5060.064579239271,124.38914624684466,1473.2176461067584,91.6598413470893,2006.4372303322032,110.56421027541973,3586.652569509116,140.4217721854287,2402.0051757257643,155.4138559436411,3059.983536157083,182.47120909649522,4313.629725513984,1879.896040747672,642.6140683561609,18314.807671779494,7625.802528258076,444.3839432908134,3499.368834049636 -4031,402.1627172784924,3074.8969766286627,114.22029913302724,1231.9802248934275,197.6001757544046,2192.86425986322,200.93020896447857,2584.1486962514755,47.71277035237816,945.0871073995419,386.1101791764347,5244.695208673968,215.98649665372614,3059.4789281751696,240.1644474466618,3457.7063685861613,151.33573280543808,3925.9899314424592,42.52361472720088,1065.3490124748844,83.19011535012272,2048.4479315588183,187.82880500033986,4701.491412828871,106.36323069486771,1368.8204970380416,94.75030012217172,1864.2543511184178,122.47275697205278,3332.4903254264073,135.0679136154101,2231.7910236914354,116.57689849913152,2843.1428281895783,136.8727871314764,4007.9514391645025,2198.2930251577263,680.0018371392081,16723.9340592569,6338.29774535125,470.93963364643685,2759.6507597970303 -4032,402.6032530006693,2943.5705413099045,113.52497400959635,1179.3633168967747,199.9705253218536,2099.208749264134,202.08604535704794,2473.7817346291035,50.03962565242458,904.7231791691466,405.2637084238573,5020.698394691703,226.7008054283081,2928.8109855988864,250.86063427035478,3310.030444736753,152.30318089535155,3758.313984341634,43.00749616286068,1019.848792713999,83.65530600221045,1960.9603289391514,188.92045398854512,4500.694406418099,106.60992503527095,1310.3592484714798,97.14826991939269,1784.6335116819384,128.37768354006747,3190.1622804548533,136.32103157924917,2136.472981576363,117.9034413476736,2721.7144305664465,138.4302793899502,3836.7749804288815,2292.517398188287,705.9511064706235,17028.91252358804,6416.122177322684,485.783188135668,2775.8292490805616 -4033,404.59249012369105,2866.1132874166,115.80469790510766,1148.3294950170819,211.89780998106377,2043.9700713439368,208.18755889729638,2408.686525526176,52.968948067874216,880.9162508116978,429.4041986972899,4888.583500612662,240.20477450983674,2851.742115349873,266.3305958603105,3222.930147681039,162.85619495351395,3659.417533106475,43.893437139903185,993.0124435382545,86.85817028976855,1909.3595264641594,196.02579939108676,4382.2629217834665,107.35404878546639,1275.8783934772155,101.2043956137352,1737.6725813828693,135.8056945022849,3106.2161999209475,146.51463211536984,2080.2537308916135,120.33221538345285,2650.095108822711,141.28189987282096,3735.813902846447,2513.9905433995964,758.9399004893957,17727.38989401844,6517.674009375116,536.6513286458154,2797.8361319934133 -4034,466.87651649220254,2870.4670110385155,133.96282009175465,1150.0738465994662,257.11643637669465,2047.074931441815,245.97462433187195,2412.34540232983,62.51254030546066,882.2543925756421,507.06826293822485,4896.009425316255,283.64934048079584,2856.0740086723454,315.80504420337394,3227.8258882567334,197.37969314896046,3664.9763128749805,51.93719492165351,994.5208632337598,103.13806152856928,1912.2599085633574,232.73628967709786,4388.919728296934,124.25870717527636,1277.8164961770499,118.11335025584903,1740.312165169713,160.21206131326943,3110.9346480380354,178.1675215766707,2083.4137071031346,142.38387633679326,2654.120693479905,167.17272673835592,3741.4887313004765,3072.3575166076707,915.4534166705173,20944.093593974303,7567.132408945199,662.9687907558251,3248.6148836104935 -4035,691.7147207911196,2930.964243488449,196.63557064571552,1174.312510400429,349.6674735597117,2090.2185619011184,350.0998372039686,2463.18738030521,80.33342868116553,900.8485616994716,650.7118796813801,4999.196474371824,364.0022636106664,2916.2678978661293,407.4673436463294,3295.854725487345,267.55389806852656,3742.2184212395287,74.1685276390743,1015.481131931498,145.35218568356788,1952.562211898727,328.1581164176195,4481.419483906672,183.28281929371292,1304.7474315615377,160.30340231473582,1776.9905416104955,206.0754689508581,3176.4999152280657,238.95932296195528,2127.323204353338,203.33024306326516,2710.0582659815796,238.72977780753857,3820.343395930257,3872.192131957749,1186.7800878095084,28553.289790112267,10742.349273214355,838.83833433945,4698.663206499769 -4036,974.819545761452,3102.7737872531607,275.43121583576107,1243.1492753310572,471.8859876248743,2212.744620786551,483.8331993928586,2607.576415742074,105.184757920701,953.6552039949333,850.4785172360718,5292.243265154129,475.74989037814504,3087.215959802126,534.1840624939149,3489.053703591147,360.2449379144338,3961.582693952669,102.70071198959177,1075.0073954696604,199.85316618159177,2067.019023694991,451.32493253819945,4744.114819975289,257.78332641980666,1381.2301322436729,216.40448418696369,1881.1555565562028,270.14647340196035,3362.702460147011,319.94764720955766,2252.0242920558,281.55015875780583,2868.918571182678,330.56768058362474,4044.2872592296912,4945.706680711474,1545.9392206960763,38936.66693282227,14968.83869207021,1078.1885812469775,6616.059815268347 -4037,1052.6824856611013,3592.4699770011207,293.74451044973637,1439.3496770227598,503.5614741219636,2561.9716943605285,520.6326166941221,3019.1179340156227,111.16259350416287,1104.1661183413707,897.9123439695056,6127.493122173057,502.28393845967133,3574.456730835764,564.1709727164468,4039.714635269047,381.48873658846463,4586.820653152236,111.10980426152544,1244.6707552914568,214.4261706398911,2393.2469118505373,484.3894529658502,5492.856143178679,279.29700987860326,1599.223185976278,229.21279093117522,2178.049488093601,285.6880115166237,3893.4219694954136,338.2310504631533,2607.450691353787,304.60337054480794,3321.706492357252,357.63442699944824,4682.578090880774,5136.5701227413765,1622.2165436136938,41798.56035392476,16215.624836284716,1122.380509588235,7204.920840681134 -4038,957.4893253969016,4008.6077634334,258.35047007318263,1606.0783601663466,443.5855251918517,2858.7405571815675,468.2076763013102,3368.8408439028294,101.86776444280976,1232.0684382721456,822.974256158187,6837.278156025636,460.3642587277886,3988.5079327082003,512.8712822459794,4507.659507989251,328.80775447023416,5118.1401646817385,101.56508104895136,1388.8485873289987,191.29734189336568,2670.47135037312,432.5511289418328,6129.127291231926,255.52601402133354,1784.470996224892,205.78838693527317,2430.346291829687,261.77083125183617,4344.4208673025205,291.0400750563457,2909.4876647670085,278.43686903046705,3706.480087058569,326.9123711045187,5224.989772539988,4506.331306820509,1448.1581450874673,37559.20655333749,14818.893140107655,963.2635399004199,6590.644355935613 -4039,870.1362643580583,4238.510247618089,236.8507604434067,1698.1904915067444,402.5158061665291,3022.6956245071474,424.73615979904724,3562.051286166888,94.65102750526975,1302.7302768356938,764.4637211646746,7229.411117367221,427.6340015314114,4217.257647330956,475.28963622489545,4766.183708884838,300.1695905033983,5411.676775821247,91.74503510686418,1468.5021127489692,173.73060083668327,2823.628764025628,392.74731275737463,6480.646240776516,231.57638939987032,1886.814338152725,190.66722661942626,2569.732004499695,243.26939100886636,4593.582972621894,265.9337465355665,3076.3531904830315,251.5155805560133,3919.054883567468,295.30412080699995,5524.654444026247,4138.915434285491,1327.408154785289,34549.18317951682,13580.084027064351,882.6291362831197,6013.468531448621 -4040,842.7238273536457,4306.610250040058,228.2544000858243,1725.475261350008,384.9740058626963,3071.2611740337743,409.0827762697079,3619.2826450745283,86.22223134211038,1323.6612006331623,696.1703451092468,7345.565824054266,389.4313126763033,4285.016184934752,435.2617334822422,4842.761823164734,286.2109773496674,5498.626005623734,88.57990107728762,1492.0964870910086,167.00405059923142,2868.995912961258,377.6058181802768,6584.770567228438,224.1917221037173,1917.1297210328808,177.53633499730972,2611.0198026897747,221.65137953328116,4667.3879166436445,252.72534135075747,3125.780854328001,242.83848405635774,3982.0222073371247,285.11635292668126,5613.418882246057,3815.0449995557356,1234.1121867493555,32491.717384654203,12905.34648058827,820.5436461244396,5764.482370694364 -4041,776.3389319750659,4422.471222463114,210.1218579022796,1771.8958172083142,349.52606198814146,3153.8874823200695,374.5558484159262,3716.6524051377532,79.94741546951734,1359.2717307159812,645.2899177183469,7543.183985429463,360.96926776506825,4400.296211036593,402.1880399966148,4973.04691084823,259.55639906970214,5646.555843480862,81.17019120585599,1532.238440949448,152.63601553631318,2946.180667804205,345.15432544470065,6761.92101196504,206.44519573665767,1968.706367361149,164.34100539034813,2681.2642120492424,205.56611664409994,4792.954910474331,228.9520195476241,3209.873908571868,222.52504172245958,4089.1507697948,261.26636631466073,5764.436999176634,3461.3162752220355,1126.480417595277,29940.078887628744,11942.623845143275,739.5872702382421,5326.531077847183 -4042,748.6722323731615,4507.141358749433,204.1541423927554,1805.8195337869893,340.58231085458954,3214.270030792827,362.76252320927875,3787.809332982412,74.21972460461664,1385.2955795779671,598.8669081157124,7687.601525748329,335.0006615253101,4484.541797078221,375.9380172784528,5068.258058308284,254.30419287797054,5754.6616125783385,78.26602135064674,1561.5738127568127,148.1641248565587,3002.5865789156323,334.9537342976762,6891.380932638424,198.98368463235133,2006.3981075776908,155.5840072469888,2732.598182319239,190.87899747659065,4884.718118208223,224.12982939552666,3271.3283415414307,214.563368741296,4167.439340948237,251.9185762705693,5874.799654303726,3301.645506407412,1071.6019723594052,28599.079785804508,11392.573277891628,716.7910216079342,5108.143472035926 -4043,713.4429946824274,4447.163972202763,192.8603597092706,1781.7891500935166,310.5836654823612,3171.4971286898126,339.5701772161017,3737.4042343962865,70.86765876959136,1366.8611880547348,571.631988268823,7585.3011513809915,319.7656968918428,4424.8651471932735,356.08234925217215,5000.81378521236,230.34928005542704,5678.083236949432,73.58952892072729,1540.7936532867625,137.86517181120584,2962.630588732659,311.7992300757164,6799.676017008291,189.5985011005929,1979.6985866871184,148.2106844570065,2696.234979035293,182.29743606579976,4819.71624597305,202.28431334019425,3227.796153654573,201.7429397436184,4111.982433705549,236.8661270141122,5796.622578923915,2995.2700695217886,990.403759552044,26899.12814289563,10881.117883702811,637.0715506295778,4868.596651747291 -4044,655.1378978333881,4402.457098459135,177.25203776618625,1763.877010341327,287.1396637181759,3139.6144001471125,312.60996001123766,3699.8325009768646,67.04463240209259,1353.1202756572184,540.5820146206272,7509.046913173935,302.3966261158046,4380.382441202523,335.9394927794527,4950.541127872013,213.43422591846684,5621.002060728629,67.62062976613085,1525.3042160289867,127.07845126903125,2932.847573645433,287.3682551409372,6731.319586013146,174.0162804079098,1959.7968840922347,138.68154923030357,2669.1300111176874,172.50778597811458,4771.264143231692,187.86307332024225,3195.3474569090545,185.37942607336964,4070.6451048710924,217.65374658414518,5738.3497391106675,2801.672560685325,923.2295709128991,25178.333164250907,10126.42767537164,595.5117403613845,4514.802047123331 -4045,634.6745466158176,4322.075706632611,170.7366192155709,1731.671610962951,272.846337714803,3082.2903718514713,300.5832141713744,3632.279841336498,65.31996790898374,1328.4145968434295,526.758478258978,7371.944465910375,294.66386652763083,4300.40409513765,326.02451874735823,4860.152652242784,201.81187476812568,5518.37210681965,65.24191322465776,1497.454750809624,121.81876669058379,2879.2987565389194,275.54483661803033,6608.4171192651465,168.68201164313575,1924.0143204652654,134.59311078203126,2620.3962289453016,168.05289732411117,4684.148960953328,177.36346332582224,3137.0058376243173,178.85826368883386,3996.3220366744977,209.99725818550246,5633.577215835308,2671.2931986782323,887.0311978229217,24246.53071129004,9817.003024010754,560.6958892873679,4370.313446826406 -4046,602.4008498200058,4241.69431480609,162.37972163961192,1699.4662115845756,257.2508453900235,3024.9663435558305,284.63106044313633,3564.7271816961324,64.29503368247049,1303.7089180296412,518.3340557997478,7234.842018646817,289.951321789284,4220.425749072779,319.2169448169856,4769.764176613557,190.65253272907995,5415.742152910671,61.64265950389086,1469.605285590262,115.32807928083493,2825.7499394324063,260.8427246281913,6485.514652517148,160.09689525082516,1888.2317568382964,130.78055006801966,2571.6624467729157,165.44930896152644,4597.033778674964,167.7430762365598,3078.664218339581,168.99104430096594,3921.998968477904,198.41216854730723,5528.80469255995,2562.835740847519,851.5948680319934,23415.00928111546,9458.087477607,533.0928708304039,4187.215402118277 -4047,614.495829758639,4139.349367383626,166.22833143075277,1658.460951148021,263.8002328063051,2951.9789950085087,290.7260629590626,3478.7163122394077,64.87695473883127,1272.2526152488877,522.865164216781,7060.277452920423,292.48598232333325,4118.593976358386,322.7182412087924,4654.677791871241,195.89458380046162,5285.069406419131,62.92291077654808,1434.1461825708625,117.90118379134356,2757.5693475470475,266.64646528181385,6329.030095437548,163.10508926694433,1842.6719013813677,132.80152996454254,2509.612558598612,166.98032546367367,4486.115087826473,172.3332929985774,3004.38123041715,172.50080525669378,3827.3677318942796,202.53297438757656,5395.403937207549,2602.703150020307,864.1861924061313,23872.818929900226,9632.90548150871,545.2083902603417,4272.579262642226 -4048,642.8782812872425,4108.223510409008,174.2056944877369,1645.990146250475,275.3363254203883,2929.7815751157327,304.0212809542374,3452.558088620203,66.8925797601205,1262.6859057438019,538.9542547869464,7007.187663512378,301.4860721785313,4087.6241896438896,333.152523974795,4619.676920392666,204.64437405003173,5245.328302239488,65.72579466031758,1423.3621136272907,123.2856323495882,2736.833791909812,278.81210419850237,6281.438923962414,170.73241017451474,1828.8159213799029,137.9358405194167,2490.7415151983737,172.20072236875075,4452.381724391238,179.82604388204405,2981.7897716695406,180.18480653737598,3798.587822290392,211.55475044397633,5354.83317200636,2685.2448763888956,893.8848718581891,24854.730027955262,10049.497204887675,564.6044893326191,4466.234723600315 -4049,698.6513056663716,4061.307288424936,189.46509547827443,1627.1928147787523,299.7110952189224,2896.3232488112594,330.3750102665256,3413.1296151478623,72.0802706121419,1248.2659375750939,580.7287656112115,6927.165052504861,324.8543507916503,4040.9432134548165,359.4580677751914,4566.919861935967,222.9587206161461,5185.426257868318,71.41206246025816,1407.107211059926,134.01888261470688,2705.578943825374,303.07947709232593,6209.704418235225,185.33189423457085,1807.9307057829253,149.16204613332874,2462.2970594534727,185.56010025879795,4401.535189676148,195.9198186867035,2947.7375078423574,195.77349692517893,3755.207663191204,229.85741185098004,5293.680573772845,2909.7042433239976,968.1320019047199,26928.210787243108,10887.161480553204,613.7668515120496,4843.936075582057 -4050,740.5390597432622,3970.0091011141376,200.56512963654066,1590.613520516074,315.18686566715104,2831.2139025580877,348.87061932970863,3336.4024618472677,73.10575745558631,1220.2049194622248,588.467124350915,6771.442383033653,329.18311777107385,3950.102810546674,365.80984574992254,4464.255504038996,234.32209174007713,5068.857876271959,75.46534057000316,1375.4754411399636,141.3888577610996,2644.757529523252,319.7676346186473,6070.11026372824,196.23904464655047,1767.2884237541928,154.04048581135754,2406.9446218801036,188.30978158176555,4302.588679189873,205.41106613556016,2881.472369052914,206.88540718539116,3670.7905954154885,242.90389144729065,5174.678635169159,2950.8132374229017,990.5789557395912,28101.31952042236,11438.303669531646,628.9042083092364,5121.571909179422 -4051,761.3075957339661,3798.71940325269,205.11661489610077,1521.9850356929358,314.32223751654925,2709.058572028944,354.78033698386736,3192.450305799659,73.11288245039935,1167.55805476736,588.2760433608106,6479.282266939579,329.07622881591135,3779.6719879195134,365.1349660902227,4271.641090069883,232.63450694573382,4850.157336294461,76.88800907155125,1316.1292868294895,143.2098152242859,2530.647030879384,323.961644362222,5808.209767639229,202.02963875728665,1691.0371375659731,155.69955775036362,2303.0947800912327,188.38018402597547,4116.949529225785,203.05837872493578,2757.148590713799,210.78559964473055,3512.410955473377,247.4831024156021,4951.412361119695,2874.3616174774397,981.295935278635,28324.687929379663,11681.502007941364,607.6950068166095,5244.05668948226 -4052,736.0564539646682,3633.277987560826,196.27827497523214,1455.6997083925658,296.96987299081036,2591.0739467457815,339.96771155470907,3053.413056124104,66.06244814445752,1116.7086929224834,531.01110622077,6197.097267965501,297.04274764648227,3615.060123195614,330.96874535547767,4085.603040335656,217.94214818102594,4638.9238097123825,74.11630409633901,1258.809366790081,136.67694595984813,2420.432565697617,309.30689429907886,5555.251245414411,195.43695714260977,1617.3892714490714,144.16333008802482,2202.79064587048,170.3266122807893,3937.648589581795,189.26211686699062,2637.0695541495456,203.18707417511268,3359.4388142650646,238.56168339943346,4735.76898667187,2564.5814755941337,894.8893589059912,26547.223554910077,11125.252665230011,545.2875443890323,5041.006388593195 -4053,614.2183892661137,3527.034189560738,162.5348940669402,1413.132344624434,242.60118429229533,2515.3061310312014,281.49012577576235,2964.125585950794,53.11746772508569,1084.0540561999437,426.76362534415006,6015.882631326414,238.7276619692703,3509.349049393409,266.20519047041415,3966.1324174953215,176.9054372377365,4503.273059655749,61.604612590816004,1221.9994423791911,112.786463327903,2349.65462097023,255.31599464464995,5392.805378850322,163.2028334939986,1570.0938044818695,117.41929870335741,2138.3769551984205,136.9919599099274,3822.504429740693,153.04947026000184,2559.956741427132,168.88674011252408,3261.2025824109614,198.2897051333262,4597.286303728903,2028.3196902161594,719.7942020265997,21697.11393971366,9200.877092222787,430.0915149413257,4187.719415589448 -4054,472.3616230187451,3274.1934434388504,129.88691924083054,1311.8298289183663,197.03883560875792,2334.9926311572203,220.757152090857,2751.637788988408,47.790040061459266,1006.3420121212929,385.3804157243394,5584.625044544782,215.578273664785,3257.7760891207236,238.345880463221,3681.814255050003,148.0197509235268,4180.4491630901875,47.33609700211877,1134.3985759951413,89.46989348642698,2181.2160985274286,202.2765780443745,5006.214021240471,124.91052097534708,1457.5392706524171,100.64831630381073,1985.08418972354,122.95499793759613,3548.482455434222,129.60657143975664,2376.4423954483073,129.77013856799857,3027.4183745254954,152.36295338884997,4267.722926483752,1933.1457690776647,645.1588636709149,17750.995687693412,7226.285129562836,403.5503302772833,3206.911669067073 -4055,492.1303807962165,3021.6776057338634,124.66883096914245,1210.6574901735319,238.78073386923916,2154.910839877239,243.38405051000686,2539.423045617188,52.131418073439896,928.7298304959965,424.75786062429654,5153.9216375065125,237.6056555619882,3006.5264081197174,267.34139173511227,3397.8614505047576,181.49542669530567,3858.040105520237,41.566748742474545,1046.9102795162692,84.68632562956748,2012.9940249541683,190.91784669264666,4620.119445845968,116.48566410985983,1345.129372986093,101.97965633731415,1831.9884103377956,133.20933387206892,3274.8126080979227,164.44648844259453,2193.1638712527397,113.95368620887061,2793.934586797957,133.79287694319646,3938.5830486816753,2454.7352800560884,762.6057880707135,18461.24637144137,6898.938313328254,514.3717508934997,2996.8502160640496 -4056,492.433566188426,2878.069774707402,126.25451880497678,1153.1199501163637,243.83134549009438,2052.4968460140444,244.8784992423693,2418.7347779649126,54.68838768299334,884.5911453119722,445.9487814772831,4908.977072196772,249.45966253395022,2863.6386508108135,280.70600604827024,3236.375158218157,188.85870443753362,3674.6834262651373,42.04013576260903,997.1549666942302,85.16354825279637,1917.3247499645597,192.03386643578267,4400.544289501657,118.02872763976556,1281.200940866809,105.2116207782691,1744.9215830975247,139.66822536238058,3119.1743180385715,172.52521463497726,2088.931869123012,115.2514590099614,2661.150438919804,135.31659032582726,3751.398496674713,2579.0223510378655,797.0206599484341,18903.871114181267,7001.040720088995,539.539864454444,3017.4538543682643 -4057,494.1000618106944,2770.071495208013,128.3793022283423,1109.8496403541033,258.7919327516181,1975.4778209732167,252.37199088100346,2327.9728385285753,57.908659051779345,851.3972587030906,472.6672650461534,4724.769905797168,264.405737445131,2756.1818927734025,297.5728363678364,3114.931629651287,199.54239029248583,3536.792576213769,42.92291545689928,959.7371730939359,88.45930313048008,1845.3779972980717,199.34043747785742,4235.415835597041,119.82565712109133,1233.1244492811663,109.36148343827813,1679.4441820657719,147.79623597993918,3002.1286985170323,182.70073434281042,2010.5456361555837,117.67156650737363,2561.291960359603,138.1580354371077,3610.62894795915,2818.3652592917265,854.5577608178896,19671.565559788014,7124.331507247848,591.2837265007151,3048.0273421924885 -4058,569.1376908488628,2745.703647582117,147.33797896275757,1100.0864819047315,311.7251624449202,1958.099878702381,298.1533442508774,2307.494057564032,68.35566861761758,843.9076618803832,558.2661481492929,4683.206908838044,312.2889683880549,2731.9362296168592,351.53250698733,3087.530106099374,235.68618170370203,3505.6800136930297,50.802755082413924,951.294528477969,105.07316918955595,1829.1445210401012,236.7487858408112,4198.157603131678,138.302500585655,1222.2768633124172,127.34558199595931,1664.6703973473732,174.39082487030552,2975.7194831573042,215.67264701683933,1992.8592082812481,139.27385196937257,2538.7607107787003,163.52125111414512,3578.8668594391534,3423.4464634276715,1024.9391214858724,23159.761272580155,8267.103040166074,720.5068934474446,3539.723346791048 -4059,845.6528260404533,2747.7180583361987,201.1039175152298,1100.8935704780085,415.0773886217915,1959.5364567018667,423.8043399144669,2309.1869718188645,87.80118897582534,844.5268025043324,716.0761205061558,4686.642786693639,400.56642105475845,2733.9405397780274,450.8228892975316,3089.7953009811135,307.9585582011087,3508.2519881033672,72.51054825785467,951.992454465048,147.99334499935478,1830.4864897544587,333.6162187990741,4201.237620099469,189.29037682949647,1223.1735979837244,168.00754639908837,1665.8916981069692,224.2109268152033,2977.9026471463535,276.9901165439478,1994.3212877828241,198.78495463287078,2540.6232959423746,233.39316048631898,3581.4925280525263,4297.380080560475,1320.3883359606837,31156.708793213806,11541.095063752811,903.7407797689427,5037.28762451453 -4060,1193.3754865666815,2737.7759754963295,282.18004879939616,1096.9102014266002,557.7444821111073,1952.4462555361508,585.4798159452515,2300.8316283377826,114.89344428708186,841.4710466906985,935.340778253426,4669.685082214163,523.2210616752811,2724.048308206711,588.7809023935201,3078.615478237876,406.5084066484475,3495.5580613072607,100.37827618491005,948.5478551123207,203.42381553935363,1823.8632307693574,458.69027911335854,4186.036259711607,268.08062397735483,1218.7477824595296,226.80062260675297,1659.863993330425,293.74842588957017,2967.1276861865954,362.3983009837494,1987.1052244781133,275.18328790710314,2531.4305451808737,323.0923456771267,3568.533594621841,5457.656013895373,1712.6334788505594,42385.77950482503,16098.34646159691,1147.178334767034,7112.83597816084 -4061,1288.9585050472185,2903.9321808809673,307.8890732039803,1163.4819145061194,597.1795724219518,2070.9406334329833,630.0396193117367,2440.4695884978564,121.38236220757872,892.5401032207232,987.1729810401622,4953.089261572299,552.215521022692,2889.3713785481455,621.4763088441641,3265.4573054292628,429.91168309424637,3707.7042224127913,108.5824176259355,1006.1154258857576,218.22858147730014,1934.5538775854334,492.2237611296901,4440.087689317746,296.98712792885544,1292.7138442070418,242.73026356143356,1760.6014915971984,310.5468523525284,3147.2032956013095,382.8299269510682,2107.703062560689,297.67463466063197,2685.0636025773124,349.499407077194,3785.1086563423214,5654.812383806416,1795.989809815253,45604.94146904651,17524.350174411575,1187.9439331340386,7790.999746625567 -4062,1173.026352071834,3146.570927514503,278.4224981221613,1260.6969236324376,531.2000008506601,2243.9785724581984,566.6571021108708,2644.3836075817107,111.23936251909272,967.1165046227503,904.8376790178165,5366.945817281301,506.15790743512906,3130.793493866641,569.7905660681965,3538.30337015186,390.5961562955171,4017.5023338622077,99.21936663658809,1090.1816404870665,194.62269045305305,2096.1959886659943,439.3797775113526,4811.080276187395,272.42375576874144,1400.7268580712503,220.4637629004814,1907.7089695386017,284.5642950773698,3410.168618301777,350.8453372354445,2283.8126951280183,272.0061807479137,2909.4147328998665,319.3621082330685,4101.374313747595,5029.202351598745,1621.936103282424,41269.9914919177,16027.729848795767,1050.9943821008787,7117.351191356648 -4063,1066.1946527994112,3352.43046618705,261.65180266463017,1343.176070959294,487.4431049491977,2390.7874016118503,514.2977953535852,2817.3883171752173,103.34932256280794,1030.3886068796373,840.4297167676633,5718.069950656169,470.1286834641672,3335.620818332991,529.1955097618609,3769.7913983077488,361.7930876632348,4280.341213428809,89.6298557126567,1161.505089012418,176.7556892480627,2233.3363707310145,398.9625186214594,5125.83776584451,255.48997583408348,1492.3672473875545,205.99763464158144,2032.5178797578633,264.4285976773151,3633.2736284004136,325.9521507537983,2433.227610178076,245.71689539888695,3099.7586941577106,288.4958919951851,4369.700387941141,4625.079113253589,1490.961003295216,38169.83976800229,14793.933770425696,965.7483997235645,6543.785139140771 -4064,1032.9395083027907,3508.644595034967,240.53801946850567,1405.7644175128084,458.195359720749,2502.1915828380606,494.96306175936394,2948.670939151386,94.13613249885967,1078.4019095333367,765.2692115383935,5984.516436285788,428.08458546649166,3491.0516633746524,481.89574450658995,3945.4534098437575,332.855738688615,4479.793455786014,86.52985548401736,1215.628062616958,169.89535858318422,2337.403762761048,383.54139425643257,5364.687844700247,236.18733207297217,1561.9074964167803,188.38172412040072,2127.227677069577,240.90598735726167,3802.574283686552,296.8861577647451,2546.609389530829,237.21836077712987,3244.19900662073,278.5177733868752,4573.316524446728,4238.807269342618,1376.461537993731,35544.745441472405,13912.859402931495,886.443766927628,6210.766807082982 -4065,951.9620853117101,3630.808716368751,225.81215320113017,1454.7103766192874,419.54000795864954,2589.3129848058634,453.30886654970203,3051.3378763765572,87.2755930052911,1115.9497483509933,709.257958544515,6192.885557820924,396.75240372205417,3612.603233342872,446.60896593945233,4082.8263571519587,307.7760032219399,4635.771075194195,79.28460974384313,1257.9538468666478,155.26233933742535,2418.787576124207,350.5419814558586,5551.4757506925625,221.7982825395096,1616.2900512000194,175.6897876075772,2201.293571464766,223.3991472654832,3934.9724601306325,275.2407964025815,2635.2773323862084,217.35579070466434,3357.1556513708388,255.1971553191981,4732.550433626618,3859.96808367324,1261.6330460863267,32902.27371775917,12929.888749888478,805.6056993470855,5762.6236457166015 -4066,917.8537132533525,3764.3444999279527,212.44950639385834,1508.2124763354734,402.9156864806926,2684.5440931667235,438.82078710239875,3163.5615780518488,81.01419698603722,1156.9927323525799,658.1613815928214,6420.650744603651,368.1694467268935,3745.4694461174786,414.4165761282607,4232.986682117719,288.35500977652026,4806.267890445387,76.45546524106894,1304.2195319371222,150.7283838088,2507.7470117410858,340.2191865655483,5755.65083183538,208.3420984569188,1675.7348127686753,164.1311185486579,2282.2538987285416,207.41636962183424,4079.69493707592,255.48659664292254,2732.198941582945,209.59979691967894,3480.6268792587025,246.09085295575625,4906.606650782506,3644.6878403047594,1188.6765941272172,31161.86957663658,12264.091497714639,763.309126039949,5501.7045343944465 -4067,875.6806307297096,3745.175130244138,205.06271457904913,1500.53212653721,372.13073126283103,2670.873447944056,410.8742240680696,3147.451606871382,77.34678708161262,1151.100917347769,628.1600125221629,6387.954526779718,351.3869557441164,3726.3961948639253,395.52730330094914,4211.4308211762645,273.8936812232968,4781.792679424409,71.86635015873061,1297.5779861495269,140.20436820084245,2494.9766796042513,316.59052516021524,5726.341028078439,201.5872401270424,1667.2013801568046,157.46946967064588,2270.6318570429594,198.07031236375005,4058.919691758311,243.9135768117875,2718.2856210667346,197.01890965064865,3462.9022997519096,231.3196493359249,4881.620479409585,3346.6762976256578,1110.441998712564,29522.97047831611,11749.254024641632,697.0383079217548,5253.163445571171 -4068,804.0015173869447,3647.5088085573416,196.20178808837485,1461.4013921188698,348.63215591117495,2601.2226635935194,378.47071498222476,3065.3726625123004,73.16462694582992,1121.0826168470057,593.9602888233674,6221.370054749321,332.2559436480771,3629.219588472141,373.9730553251113,4101.605527821858,257.6606885542069,4657.093543649205,66.04095079811005,1263.7398705469798,129.24250114564902,2429.9129144885733,291.803235038108,5577.010050090194,193.39638342158437,1623.72426075693,149.8253896336536,2211.4185349231498,187.4098264515277,3953.0715691658975,230.7166444209112,2647.398426564193,181.04879529568137,3372.597062155325,212.56915853787837,4754.318043738495,3130.8704235354453,1037.9047640913266,27830.02986645446,11043.63705561546,651.7389948977554,4922.765625476939 -4069,779.2449146616462,3566.737529151797,190.16273524239367,1429.039781397175,333.0092419925812,2543.620586783115,363.93766069660506,2997.4923406814046,71.28625669073087,1096.257103864115,578.8025217354145,6083.602596094109,323.7768276159559,3548.8533097898694,364.4301631666094,4010.778625547684,250.2146591826291,4553.965786164603,63.70880727493513,1235.7553223149362,123.87357633034858,2376.1043604182337,279.75037041015776,5453.511448538761,187.27618997025792,1587.7681348565702,145.62811215443898,2162.448370972394,182.57933064764273,3865.533837255799,224.79669109412785,2588.773822969503,174.6553110980019,3297.9134921004497,205.06257693480066,4649.037324417763,3007.8706003296993,1003.1775614208132,26881.458087526546,10703.816825867298,624.3656940161883,4759.414560635705 -4070,739.7894941696359,3512.2185434988387,189.6552385816218,1407.1963464085547,320.2236997920259,2504.740345906412,344.8869833241745,2951.674491573981,70.16051880063789,1079.500382959077,569.4864824685925,5990.612338206075,318.5655206045187,3494.6076914623277,358.5643259463537,3949.472297129561,244.56018137598102,4484.356628403277,60.192881520574154,1216.866316287101,117.26916701856928,2339.784670932593,264.81525092097945,5370.152381606849,186.56812469315997,1563.4984745698332,144.1769742606378,2129.3944972996815,179.73288832069045,3806.447632540172,221.24041810522655,2549.2033971224423,165.01653221182133,3247.5035875613626,193.74569899688407,4577.974960810011,2900.4990589543418,969.8003629115829,26212.343896942086,10424.438261090436,600.6241321526021,4610.177606281284 -4071,754.5572776950518,3484.0818036195606,193.26899922792035,1395.9231533917773,326.8769039090603,2484.6746163098437,352.22331596754844,2928.028327091579,70.78828800660986,1070.8523956260783,574.4050193949765,5942.620933630839,321.31690509704265,3466.6120339094105,361.6170866582852,3917.8326729693717,247.31948693788186,4448.431991477465,61.4456175450557,1207.1178764946508,119.89151589981634,2321.0404180211644,270.72132842553276,5327.131544833169,189.84078819283917,1550.973129311336,146.2305370634632,2112.335701461994,181.37815377388355,3775.9537935109574,223.2136151407104,2528.7814695015168,168.45086114432323,3221.4875061106877,197.77794019535196,4541.300337904046,2932.6023619521766,980.6371367064295,26671.089573383084,10615.916944633082,608.0134100487871,4706.164217759603 -4072,789.4723701684667,3530.5431588624897,201.41607911757572,1414.5382391380954,340.23205754410924,2517.8085541787905,368.28860759196965,2967.0745297740273,72.9805428646949,1085.1325579099366,592.0220549461214,6021.867701598413,331.1717133754258,3512.840424135366,372.72970428846116,3970.078236036254,255.7396935580224,4507.753267693002,64.18219429506964,1223.2151829418308,125.3649821799266,2351.992241047491,283.06917635438134,5398.170563168839,198.25184609394103,1571.6558565246605,151.59759887300368,2140.504379739292,187.0312823043651,3826.307355932752,230.1201669852356,2562.5035864920496,175.95308389909272,3264.447081651242,206.5862903174315,4601.860043489888,3017.9081655469204,1012.2174689059709,27723.975882865623,11067.339658742356,625.9821754261187,4918.046755563619 -4073,857.9412507756589,3557.7701652594824,217.28269646932438,1425.4469407040642,368.7750883653909,2537.225506904307,400.1517845746172,2989.956152676646,78.6393419988324,1093.500933473236,637.9013734029794,6068.307420093765,356.8361837695857,3539.9309097620494,401.5713273955343,4000.69486941681,275.96325301115263,4542.516368307551,69.73610856812536,1232.6484304939117,136.28204575020155,2370.130443842698,307.71356046420016,5439.800425159483,213.29082934920928,1583.7762250158519,163.52765687407538,2157.011620641774,201.53867216538933,3855.8152503753763,247.96242461889645,2582.265220439676,191.17893204574003,3289.6219959846503,224.46293911408625,4637.348881100511,3263.7737220702516,1094.0408895918006,29974.00168434499,11968.1915170306,677.4530611344932,5324.6947032945045 -4074,909.5744979180597,3526.5143436574754,226.26938072282798,1412.9240645169446,385.0311744245667,2514.935402674913,422.42193263332376,2963.68870656154,79.73448469848171,1083.8942785993468,646.2062305715011,6014.995956638185,361.4818447797786,3508.8318100845736,406.84149743500245,3965.5478533606342,281.9962550147643,4502.609326920108,73.6909444459731,1221.8193331515033,143.76894398803722,2349.3083078178342,324.6391400926966,5392.010538870719,224.3154190719244,1569.8623899879544,167.79186442308313,2138.0617820415846,204.46656137398216,3821.9410347858366,251.39473890749957,2559.5794320637865,202.02096661101106,3260.721917151976,237.1925580028192,4596.608714478934,3285.925793220157,1112.8550412471375,31140.366198581698,12548.153677717255,682.8484580400772,5624.949954716541 -4075,935.7918418402095,3422.8048023147317,229.233130565834,1371.3720694295796,383.7970648906102,2440.9748933161068,429.4939423798167,2876.5310300323163,79.73103128768005,1052.0185601013534,645.9036481188507,5838.103872542923,361.3125829280548,3405.6422857523726,406.65013716039243,3848.9269895367274,282.62218168731374,4370.194284009454,75.06545099169611,1185.8874439553801,145.58619257255484,2280.2186449572005,328.81700581463514,5233.439529254024,227.81288274537744,1523.6950721859748,168.72450910348726,2075.184565285957,204.51523603948704,3709.5434338886407,251.37395838400604,2484.306008206294,205.78912487072373,3164.8289357205335,241.61674778655416,4461.429289399309,3213.9735673286964,1105.3759660746512,31368.185419511825,12775.573747520202,666.0760212571063,5739.591524897518 -4076,905.1821197937791,3331.7665379555656,213.17564376511396,1334.8969152206464,357.39931862152514,2376.0509112410796,411.27458589516397,2800.0223164263493,72.01816859092699,1024.0374307887826,582.8287548406431,5682.8245404158315,326.02906552629656,3315.0605024986485,366.9373838993411,3746.5549137071007,257.74837914583,4253.957768780916,72.34658471128077,1154.345728649262,138.9172941878605,2219.570387231277,313.87567698331134,5094.242794736842,213.34583383523685,1483.1684974042003,154.44679625198762,2019.9897142910058,184.8554321176047,3610.8786208797947,227.03568829104825,2418.2295240985236,198.33545470561558,3080.6522005743113,232.86540319777458,4342.766145420608,2853.5891711119784,1002.5154863460064,29187.793771308225,12078.46362125583,591.1793032579411,5479.687235806835 -4077,755.6931128457745,3280.7565153012097,173.6596737460047,1314.459372220284,289.919439280568,2339.673089016872,340.39912991329265,2757.1534058449815,57.897327805832035,1008.3592096564288,468.3353977370972,5595.819342048836,261.98253056141834,3264.3062526415197,294.87564030972675,3689.1943967420502,208.2057180507873,4188.828811009061,60.124557088978335,1136.6724610002357,114.61491420881568,2185.5883136238385,259.03879101631367,5016.248902485986,174.60294347217845,1460.4608863543456,124.94158227736703,1989.0632613376793,148.6555101922605,3555.5953355250435,182.51226075004124,2381.2059387414924,164.82922333936878,3033.4867894474214,193.5257798897788,4276.277513358049,2258.7174783402934,805.8475318728032,23776.987379703038,9941.5727709207,467.2043567391227,4529.90015854852 -4078,580.6180021550746,3043.1862882855125,141.21514421831955,1219.2751029809033,239.62467581932307,2170.2497671982997,267.2329363682954,2557.4989793464774,52.1546209355091,935.3406466408029,423.45181784174366,5190.607902178445,236.87506719551425,3027.9272425345766,266.49278074954003,3422.0478571401686,183.75616504758827,3885.5021218993847,46.22143157504073,1054.3623190122912,90.96828957677182,2027.3227704758438,205.34386614018456,4653.006039148588,135.3065146765127,1354.704173626491,107.66129665670928,1845.0287350506255,133.58186142934147,3298.123137543572,164.46582008476136,2208.7750884788957,126.71432501154082,2813.8221657982704,148.77512660831815,3966.618379895254,2183.2653685586006,730.3918243629049,19625.659209154626,7837.677950154038,452.5516008069762,3471.7894468004415 -4079,543.4095030218963,2838.106512164712,130.23227146466667,1137.108373289878,276.00646536300053,2023.9970260839868,284.57950027014317,2385.1495835396754,56.39348092020632,872.3082088475027,464.16581003365394,4840.813770084963,259.65010140226474,2823.8757707599357,294.0087440837165,3191.4366680984513,206.71334659859227,3623.6588333884633,49.64382493949068,983.3090321446414,100.56294654157007,1890.7018539403587,226.75803724596724,4339.4407998234165,124.342424196359,1263.410903245151,107.64216018405095,1720.692580745133,143.1192125316138,3075.863213046038,187.44587876298212,2059.9261328989683,136.09668835085435,2624.1991966008236,159.79094738126136,3699.3086813608697,2690.1585980138225,852.372385269621,20614.043570165737,7765.925067195918,590.3581893717849,3414.089746196838 -4080,540.718114690514,2720.296114452844,128.50485576467145,1089.9067657657833,277.39392290809036,1939.980484214062,283.4530141301409,2286.141523118158,56.63615414443939,836.0985117937906,466.32516837399277,4639.870573253421,260.85802667360724,2706.656094114189,295.4032319001302,3058.9594613659447,207.2522682107084,3473.2399937487894,49.62126726146746,942.4916675904568,100.32013018255216,1812.2184226763973,226.22685646781957,4159.30970034457,123.24018546692369,1210.9664511617461,107.13387521411876,1649.2662701367876,143.70115420325908,2948.1834847190453,188.26460024520512,1974.4181662551098,136.0348473206842,2515.2681365079084,159.71833990698948,3545.7496006350093,2721.2867502863364,859.1470797747787,20585.276698699563,7717.183337373146,597.9771312434608,3392.5957489453726 -4081,539.3286894438029,2647.582465457327,129.84715097223176,1060.7735042863903,290.23393347232,1888.1247104114123,290.5162550609489,2225.032847712236,59.456757959775985,813.7495574320792,490.0100969344485,4515.846604518665,274.1071587067956,2634.307043533502,310.4647706450271,2977.1933244430106,216.86147274295095,3380.4001178099757,50.91494987470808,917.298818939068,103.24550461358433,1763.7777350653705,232.79797620764165,4048.1311473893766,124.45898780777468,1178.5972583347982,110.51569462583096,1605.1813015814462,150.76121713614373,2869.378395102778,197.6750288503259,1921.641871516946,139.5814297940075,2448.034895451565,163.8823778438799,3450.9715393361844,2924.6232367970033,910.0384963867116,21249.4597327218,7839.169650692814,642.8490783503902,3424.8136230973664 -4082,611.2517953879411,2649.66185537353,147.39382403409184,1061.606627241753,337.59970305222305,1889.6076283316609,336.1382860183109,2226.7803705664314,69.06769118502258,814.388669771776,569.4886114294519,4519.393314022549,318.5667115257177,2636.376007040389,360.90170972133205,2979.5315880696216,251.51627648757272,3383.0550568003237,58.77961398925939,918.0192580336504,119.09721583541358,1765.1629918740132,268.54839051472106,4051.3105169452533,142.35127638832597,1179.5229191163678,126.8975564116551,1606.4419980302757,175.07446615855906,2871.6319817533895,229.64856991020255,1923.1511135452183,161.14211216058303,2449.957562315592,189.1967473798961,3453.6819045518564,3447.436711801086,1064.855956275971,24538.325733225596,8981.025424660036,756.153387270794,3918.1391269283495 -4083,895.2375045073942,2713.473113335703,200.45387034445733,1087.1730798847173,433.55915819212385,1935.1146576811716,450.86774775513055,2280.4074612697796,87.81090400764666,834.0014235210472,722.8562110819834,4628.23292765429,404.3591416030526,2699.8673046674303,457.9953621460694,3051.287030518693,321.755053829464,3464.528471414313,78.33826861978407,940.1277257876877,157.09234907038098,1807.6730468047301,354.3577966203006,4148.877389471791,194.2198940565083,1207.9291254069512,166.17775690727214,1645.1296081227447,222.83183537986125,2940.7889003196115,291.88138687313136,1969.4659637053624,214.76143192607208,2508.959383128406,252.1511220019918,3536.8562109199343,4234.082301335464,1340.1589625174647,32278.65086200812,12162.847678036986,924.0751041557006,5372.554293824505 -4084,1267.9395419165573,2894.120062668488,288.4379258065348,1159.5506167442852,595.3986710177522,2063.943116603886,635.01360763961,2432.2234675126765,119.59353772021298,889.5242927758927,983.0503593306385,4936.35323114036,549.90936421023,2879.6084599398096,622.7466521559211,3254.4236272636263,440.55997474054845,3695.1762328244854,110.96780656719098,1002.7158549318675,221.02840299620726,1928.0171989879602,498.70552560564784,4425.085043743515,280.94509499306724,1288.3458837092799,232.00939321780746,1754.6525820206055,303.7860503655254,3136.5691867958567,397.41856303279906,2100.5813288842583,304.21408917948344,2675.9910210445983,357.1773722472949,3772.3191243320243,5551.413421982994,1797.7856883004188,45070.37606515748,17391.925718380546,1211.23757617906,7731.013771333849 -4085,1393.627654894608,3333.3260819685047,317.64465484336256,1335.5217580685191,646.4574745995698,2377.163100805039,703.4375792118045,2801.3329598912896,128.37685316235482,1024.5167655278824,1054.3608506166236,5685.484575231484,589.7997996822199,3316.6122266966995,667.9924572139344,3748.308613199024,474.3961255565053,4255.9489750356215,123.13870775223596,1154.8860585161563,242.74134673460003,2220.6093308875234,547.9096202563048,5096.6273243131145,313.6604533649376,1483.8627436918546,251.5334882416149,2020.9352375829992,326.28301763976276,3612.5688125755482,426.5398639384118,2419.36145676345,337.5801593311905,3082.094202179352,396.3524324529199,4344.79892138631,5864.938518335162,1923.0079659476155,49292.447639089776,19281.333500848174,1273.029902682969,8617.016207022454 -4086,1291.3620845811583,3713.2694981114764,289.1168145017182,1487.748898953026,603.0595701027546,2648.1199310217535,648.1538166507119,3120.6380588711186,119.06591505710105,1141.2945395044787,978.2168903754423,6333.534714588367,547.205565961388,3694.6505429146323,619.9223253225028,4175.553096407798,439.40282598352184,4741.055968093522,114.71903275844913,1286.5237511805929,224.72621325038594,2473.7216500393633,507.3670853896271,5677.557586996439,289.2746098569611,1652.9982756085585,230.68410690978124,2251.288050085982,302.5498184470229,4024.341229059608,395.6281358275032,2695.1281936992177,314.49793540824385,3433.401386431461,369.25162292546383,4840.033322117649,5451.37669139931,1789.3660222851197,45522.21065533735,17778.24371854215,1189.497772157752,7971.132108659562 -4087,1180.816830252828,3965.785342119613,271.24723656279343,1588.9212402232636,558.9490080214119,2828.2017267968286,602.2186901243394,3332.852807539516,110.27567716879035,1218.906723067084,905.7085321148832,6764.238132377597,506.64505467879064,3945.900230187182,573.9287233924955,4459.505908040903,407.46038265397726,5063.465033711254,106.92544832963702,1374.0120498432955,209.3823333324484,2641.9437278116825,472.73160803303665,6063.652172028404,270.91501049227566,1765.4081760807915,214.99477858157036,2404.3838332932114,280.2743111963509,4298.01108322709,366.3985742220345,2878.4067224696737,293.1321153402506,3666.885179987082,344.1660409644919,5169.173208135518,5003.365269746271,1648.9867618814092,42322.81580158987,16600.719492683376,1092.0431635820196,7436.596695379332 -4088,1125.6023230982833,4086.129996488826,249.27307520301122,1637.1382164281251,511.16088562402814,2914.0255750225274,556.4232968894174,3433.99066160512,100.37167126971976,1255.8953383453422,824.0933303406313,6969.503881752966,460.9902585723856,4065.641456302933,522.2386950514075,4594.832873789837,371.3186239352225,5217.1195804969075,98.6081345498721,1415.707449612247,192.3053726183317,2722.115440942397,434.24395687274455,6247.658128454645,250.37201785617444,1818.9807773294187,196.49095368587035,2477.346617817989,255.1595523206948,4428.437370497988,333.47148091304564,2965.754077978454,270.3305108550877,3778.1594905026573,317.3947063593165,5326.035546724721,4522.983839826753,1500.9580518524458,38853.74614345353,15328.712524087792,985.5160924101647,6894.0864752561665 -4089,1038.5009979770018,4187.435245801614,232.53760660055062,1677.726914124297,470.27215834911107,2986.271462362178,514.6503334355326,3519.127766986159,91.94950483523127,1287.032083987593,754.5552979227759,7142.2950873519385,422.0913203517937,4166.438744128111,478.1508710237508,4708.7501231749175,340.820009166742,5346.464853469384,91.70942227539297,1450.8063319924402,178.14261863804936,2789.6034023239054,402.3241485453234,6402.552995937576,233.908317152551,1864.0778009926087,181.51156044243066,2538.7661558571363,233.83056738068254,4538.229264605583,305.46092479393127,3039.2824425993053,251.41794931120205,3871.829390740227,295.18949208758414,5458.081115361391,4079.7679534068047,1366.8127321958823,35885.18304575604,14269.925025795026,889.7597311994058,6429.648942877332 -4090,997.5737087615299,4266.452043707857,223.6261843473702,1709.3855788518626,452.8334571567021,3042.6223298463347,494.2542558202462,3585.5336195540262,88.92993442465547,1311.3183470841416,729.9590526176886,7277.070016246631,408.3324060812277,4245.059338575175,462.54469600585475,4797.604119722555,329.3960290112664,5447.352510959249,87.710268846965,1478.183011035079,171.12204834406742,2842.2431484551435,386.40398134928836,6523.369010148481,223.6651332779115,1899.252902274527,175.17807081914953,2586.6726094481983,226.11337643798603,4623.865536835243,295.44342766585515,3096.633625948981,240.4544198394217,3944.8907140890033,282.31722618481746,5561.074968909526,3975.147572629413,1324.466516612905,34534.0546536027,13672.117569846834,866.6581789438497,6147.642221580159 -4091,964.1280583138918,4211.478185010608,213.29659677974936,1687.359895612435,424.9434289585284,3003.4176960390128,469.6107471612425,3539.333494359534,83.02431506803815,1294.4218183569456,681.0401061742707,7183.303904567696,380.96759564074193,4190.361128012973,431.5449126210791,4735.7862888267555,308.27485410648467,5377.16257699451,83.41636949948601,1459.1364067032289,162.1916294182972,2805.620429712334,366.28615996410554,6439.314446187589,214.3177164344016,1874.780750798229,165.09991330075025,2553.342954486398,211.19079479799103,4564.286352995137,275.7905639398737,3056.7330486903825,228.68285546024515,3894.060220163201,268.4962475327949,5489.419704438312,3645.6831904386554,1229.922443493472,32630.85507733406,13047.264193172387,794.554004929834,5888.800631142329 -4092,885.9716581892291,4111.99240266239,203.38915091235523,1647.5001808178808,400.7788897697563,2932.4693624414663,443.79166385523325,3455.7254721380627,78.01845144582755,1263.844296254093,639.6562428609485,7013.616071128491,357.8178416660955,4091.3741840402645,405.29663541039065,4623.915021000942,290.0938311482448,5250.140376644561,79.46062810126975,1424.6679088037743,153.9787654894624,2739.3445685632705,347.78364492911635,6287.2015282707325,205.03912349032706,1830.4936806696512,156.2665373188662,2493.026526317663,198.52457719035007,4456.466348060725,259.1380561685622,2984.525271416131,217.8383384447693,3802.0726541601653,255.7637140024578,5359.745706392328,3371.7363104287274,1146.9743625253104,30857.03487399062,12423.992702076912,735.7753314837349,5607.380339948613 -4093,865.2471689444361,3999.705378703207,196.3568845729303,1602.5115538553214,387.4242958402771,2852.391817223523,428.83969658573585,3361.3592644974337,75.44601288654472,1229.3322395970144,618.5952502942163,6822.093811673582,346.0365153870491,3979.650186026099,391.9531967957141,4497.648820603249,280.47587712543344,5106.773711404697,76.7396201324839,1385.764208615478,148.74643043495024,2664.5407218918695,335.9621439729971,6115.515620440733,197.92283963021342,1780.5080124944363,150.9984654335233,2424.9489371883,191.97253081892396,4334.7727030836595,250.59594102710207,2903.026224763878,210.37879692113756,3698.2486726431225,247.00547585915987,5213.386025825034,3262.0045518769953,1109.9071836705348,29822.14324370229,12002.310064194977,712.3372800974536,5420.977297466376 -4094,830.7787854827972,3929.3960280407937,196.05340414540981,1574.3415922925244,383.0358738696768,2802.250669935122,422.93834250984975,3302.2711655368735,74.40175162396233,1207.7222600283544,609.8574676905947,6702.170732186075,341.1486798549645,3909.6933782239794,386.4150835526165,4418.586305207,277.0335996062105,5017.003613451842,76.31995532138777,1361.4043689638493,147.64252071790187,2617.7017399590263,333.4939942851233,6008.013219256764,197.3478504095055,1749.209116612186,149.72403175050715,2382.3216511709243,189.35221676154546,4258.573327088176,247.11427057938607,2851.994993837244,209.22830154578747,3633.238518608734,245.6546807133514,5121.741829184956,3179.401301964488,1087.8920155904696,29487.747222807473,11920.282357926848,696.1204897919907,5379.318573676069 -4095,848.1249044526572,3856.7473645105474,200.58984149126616,1545.2343677206202,389.0262735265372,2750.441240548329,432.19918605284056,3241.217104027492,75.65047151360464,1185.3932793196993,619.9711446922329,6578.25760585057,346.8061781072264,3837.408987260555,392.7726559094407,4336.893244116797,281.7531584700153,4924.246710140821,77.6917381447923,1336.2340356037946,150.38009642466687,2569.3043446413435,339.67033515225665,5896.934028527118,201.45711170428,1716.8688527014092,152.76893356712864,2338.2760821263014,192.55573371854908,4179.838666964653,251.25260153149506,2799.2658662006647,212.98899282268846,3566.065365080826,250.0701035221363,5027.048472704222,3225.645586130674,1104.765534420993,30075.694864289737,12174.208616162903,704.3818390950519,5493.76474485554 -4096,889.5693925404809,3861.101081829314,209.0363308783937,1546.9787167776012,402.08808194250656,2753.5460961511135,451.38349224190296,3244.8759755339684,77.98023684865437,1186.731419146335,638.8727789186258,6585.683519803203,357.37957911493015,3841.740874311484,404.7703961807829,4341.788977604632,290.8943054887616,4929.805481861545,80.78388891695832,1337.7424531154693,156.25263344696802,2572.2047225414826,352.9446727253275,5903.590825403126,210.3705009637236,1718.8069525953351,158.3485249966688,2340.9156620916597,198.5258384183299,4184.5571082505585,258.9759951907321,2802.425837837297,221.46600845325824,3570.0909439099373,260.02295671047034,5032.723292942459,3311.3533427752895,1138.4749789274924,31220.5674087468,12685.39172531321,720.5680385704488,5731.974436084668 -4097,968.4085311390633,3839.3324763260334,227.00120337374267,1538.2569639164851,437.646331701446,2738.0218046519094,490.02125898692145,3226.5816021100522,85.13863771238658,1180.0407142012302,697.6366906958777,6548.553917787155,390.2515729626694,3820.0814202422075,441.9539954683827,4317.310288901877,317.2595040461026,4902.011599114578,87.55257232188809,1330.2003590056036,169.56532495787803,2557.7028204436097,382.99632464414606,5870.306812110704,227.5501525246965,1709.1164447079796,172.55041601988913,2327.717750800412,216.7255468185203,4160.964881327482,282.75811313184226,2786.6259659294687,240.02210071708248,3549.963032280131,281.80964085730733,5004.349167103896,3634.3178899187283,1244.5683126739796,33966.547800486485,13759.744922786042,790.6374660887651,6211.3445431509535 -4098,1012.9501082649515,3746.474745002296,235.00218434436147,1501.0528268059343,443.8211924538444,2671.8002688347774,507.27490299374375,3148.5438053445173,85.30488174227331,1151.500361349261,698.2291211515717,6390.1712135002945,390.58297313168134,3727.689293136014,442.36918903520024,4212.892231512983,319.2395262390327,4783.452011263512,90.87370652595588,1298.0282592187466,174.46632292702793,2495.842462485241,394.1989542374481,5728.328128027448,238.15296874689622,1667.7799163915927,175.41904470262247,2271.4197899350493,217.31001094612517,4060.328179145453,283.2527126584052,2719.228894475099,249.12686585742566,3464.1039628993744,292.4995339405888,4883.314452534509,3542.4197420308024,1237.9813317909259,34765.99720627526,14301.661299843234,767.7194588136051,6489.570111478812 -4099,1047.4014906054147,3589.0259868614903,238.8791574445786,1437.969816891184,448.06944539713754,2559.515611133702,515.0975919309644,3016.2235987917525,85.88696547244871,1103.1075883471256,702.7712073778724,6121.618883549348,393.12377455165523,3571.0300094395257,445.24428191108404,4035.8418854729857,321.792846966579,4582.423409694994,92.30273520733583,1243.4775278363206,176.86166746831242,2390.9525798675613,399.641589660349,5487.590311448248,242.51087011488605,1597.6900600437496,177.3051639668977,2175.9614592419634,218.83942084941498,3889.689465964916,285.16889389360995,2604.9510088155657,253.04449451176998,3318.5220748173247,297.0992167231106,4678.089047722087,3532.2924100766936,1243.60833287169,35210.60713017864,14549.450498024507,765.5929398277079,6616.722633056883 -4100,998.8684115331381,3441.7142490469155,221.7546260829453,1378.9482791740984,407.3709489979715,2454.46017436063,477.6168582558611,2892.4225615181563,77.28757094443206,1057.830486305866,631.7115891975534,5870.356753022742,353.37367519645204,3424.4569173515088,400.21601337169517,3870.1905684108397,290.6732758787927,4394.337628662613,85.70578937633242,1192.4389351291318,162.91966806973178,2292.8158205178374,368.2519352059942,5262.351913021164,226.77200544345393,1532.112797550888,161.81954619665177,2086.649020393121,197.0738220021713,3730.036981728822,256.564554285057,2498.030674040832,234.95921438027588,3182.313182597834,275.86531249748435,4486.076666147246,3083.6977326088386,1110.8417947282644,32335.768772905834,13551.254371407016,666.5624472072652,6200.518891125151 -4101,828.6882115291933,3359.5133902558223,180.3060746236872,1346.0138968941053,327.74976302486414,2395.8385923228852,388.40643617595293,2823.3408187182226,61.876108504794345,1032.5655839526792,505.4686541005186,5730.150933599415,282.7545339527488,3342.6682274341674,320.25694221271056,3777.7561112223448,233.2318180185819,4289.3846021311065,69.64681982714086,1163.9590854290311,132.13276704447372,2238.0549031788796,298.6864126661451,5136.66749670709,185.3053036362364,1495.5202803893071,130.49490951606143,2036.8121283503242,157.83452296281652,3640.949910277276,205.3838171882315,2438.368467409496,190.93415030360356,3106.307780166706,224.17554118433804,4378.932572281201,2427.4269988355913,886.062899824264,26154.611359506674,11039.769406639894,524.5417998252627,5068.697097203348 -4102,647.963761181518,3113.3656743205347,146.7516696625553,1247.392993254126,282.4255829036611,2220.298230150081,312.7246551465537,2616.477855811135,55.88210472698476,956.9106808406592,458.2574944072409,5310.309307618414,256.3450437733896,3097.754737373715,290.22104933236113,3500.964227958815,207.7100295287685,3975.106282644437,55.250765147649666,1078.6771302650825,108.65392346100685,2074.0751720210583,245.27312150618909,4760.309725518925,143.7420660665866,1385.9452144823076,112.6982375990398,1887.5772258680495,142.17741982587845,3374.1816613847495,185.61914460976527,2259.7119897772486,151.4679051143046,2878.712150603871,177.83827328461075,4058.093175114943,2424.5260168095333,819.7287035530103,21918.216337355425,8770.79236405735,529.82008690058,3943.045889931277 -4103,574.2381259406025,2888.9865701916774,133.57524195580422,1157.4938450006662,272.7005309958766,2060.282163971575,290.86505028689913,2427.9092716251407,54.469889667573426,887.9464846110527,443.9096590501184,4927.597294404421,248.3189961308247,2874.5007076540833,281.57104744981484,3248.6510404859,200.8720045840079,3688.621853952517,50.24464354179507,1000.9372713948302,96.29246626117352,1924.597347160168,217.58353991529054,4417.2359772606405,129.91262014629982,1286.0606592685724,106.07531487957783,1751.5402384985077,139.16413537607195,3131.0056462464827,178.6617455392223,2096.8553886277186,137.74381006584878,2671.244438498925,161.72483087600665,3765.62791200304,2598.2472366533148,827.6644864183442,20354.687505448957,7736.899368753884,567.6865463520394,3431.322084496073 -4104,571.4085907226435,2742.194678280366,132.6412174554558,1098.6805873910703,277.0218568075554,1955.597455554792,292.0906595118637,2304.5451137407995,55.349577619281064,842.8291601703904,451.3021482036656,4677.221838566046,252.45428683264194,2728.4448548749024,286.29015751720067,3083.5842875584417,203.63325755530323,3501.199805655777,50.59025206085515,950.0787879153295,96.85109610112738,1826.8069009628405,218.85491518469527,4192.792418813162,129.4763901849724,1220.7148112696264,106.55960183373425,1662.5429728065021,141.36483911759868,2971.9165569652455,181.56211849706983,1990.3123632163306,138.69128288784128,2535.5162115384205,162.83725750209675,3574.2931196781688,2672.1223324462785,845.2696052205639,20511.45561033726,7737.351362531068,584.274789589599,3426.28308509191 -4105,572.4740396476619,2645.892963120147,133.51677924653336,1060.096592674347,288.5664104010119,1886.9198410059278,298.25198135902895,2223.612987048571,57.82226464035957,813.2302792614847,471.898496928047,4512.964906406436,263.9756956033877,2632.6260126440147,299.41579966561693,2975.2934874613456,212.01811061286432,3378.2429823952502,51.718146636807795,916.713462857167,99.249737632917,1762.6522152205546,224.2541385786146,4045.5479126369346,130.3489693352369,1177.8451598266195,109.4163419300616,1604.1569869109867,147.5890607081621,2867.547358083902,189.70240710740822,1920.4156137986279,141.78336366089098,2446.4727304458193,166.4676655751518,3448.7693701658873,2853.667141345062,890.8047933086281,21083.66354818128,7833.274564360805,624.8238286147446,3454.604484363869 -4106,658.4914068064186,2620.680367477236,153.62199314335453,1049.994979681655,342.67423197971823,1868.9394662798966,348.89737290486073,2202.4242784007847,68.70593388320835,805.4810443221345,561.1211691747266,4469.961065766678,313.8860409917128,2607.5398371784995,356.11266419038316,2946.94204896253,251.26605354302458,3346.0518561910394,60.59135816282666,907.9781412921649,116.40562371815724,1745.8559811397054,263.0065726198749,4006.9980676140817,150.83468585998622,1166.6215260067354,128.02086335210726,1588.8710467681008,175.28560915477078,2840.222627630327,225.4361573267858,1902.1160593525776,166.10894101516865,2423.1604012760854,195.0282947729436,3415.906201168638,3447.8453406364365,1066.2340295891997,24756.36304732831,9092.198738093724,755.6866363777149,3999.3277797476076 -4107,889.1316014470215,2622.044967700664,204.13106700415253,1050.5417168578683,423.9984610308288,1869.9126315864746,451.4675079579569,2203.57109077046,83.81632620481894,805.9004619766831,683.0757333844767,4472.288594886504,382.1063068515243,2608.8975950678514,433.40255845790574,2948.47653513198,309.1266790290549,3347.7941606579348,78.73939240201327,908.4509296527186,149.17307107255593,1746.765056314039,337.22464463912866,4009.0845297886376,201.77481811389129,1167.2289911576943,162.1186941249092,1589.6983791709092,214.1401109552506,2841.7015445102143,274.9185562709941,1903.106499862527,215.86109776460694,2424.4221519519856,253.44223825376494,3417.6848791116527,3998.682660933126,1277.8398221241737,31448.061332901067,11991.456018784718,873.6474771781384,5339.505299095173 -4108,1277.3154024377386,2627.893249870249,289.2244211854521,1052.8848743806368,566.0072917786936,1874.083336832456,627.3236889332323,2208.485997142515,110.540791139502,807.6979648266711,899.0886599346603,4482.263712006501,502.94195883306196,2614.7165529711124,570.3406593446194,2955.052899366867,410.7986958199185,3355.2611740533553,109.5945248328221,910.4771639237845,205.64273074552216,1750.6610897761398,465.05751382798877,4018.0265036528317,288.12617057094155,1169.8324112290122,220.89054632239956,1593.2440867390276,282.7912431270719,2848.0397548303117,362.4554899988516,1907.3512416373896,300.44928869426445,2429.8296506857855,352.7571248222899,3425.307778713293,5018.897644194691,1656.865242290025,42996.98636078879,16913.57484860957,1092.9809155414264,7603.025860965625 -4109,1439.9253984228214,2776.894490022004,322.23871548044576,1112.5833237097659,625.7880786084377,1980.343643011013,701.567659441383,2333.706895079776,121.02574389762414,853.4943450385251,983.7445244108177,4736.407540645338,550.2976737960769,2762.970675948617,624.1197046167792,3122.6040534106787,450.85132834069304,3545.504090500463,123.21166499463263,962.1011127128744,229.20782286545696,1849.9233689706798,518.5273227589188,4245.848136832357,324.9296698635873,1236.1617722300525,243.40676963335497,1683.5808402583295,309.7451301515414,3009.5232760852828,396.7930408465709,2015.497834130442,337.78016888108925,2567.6007079110223,396.5872634091385,3619.522329458432,5405.864050352448,1807.695747216129,47720.24967789003,18978.658297736794,1175.9221317292242,8572.593750506467 -4110,1326.1409389380804,3025.381512521976,294.10005780716483,1212.1414878334492,587.3358891035821,2157.552282787116,652.0724123134389,2542.5358152385083,112.9782268728676,929.8682473532315,918.7430141568208,5160.239202723376,513.9364245099072,3010.21174289883,583.058607171298,3402.026475280303,420.08625059979187,3862.7692072975187,115.2356182564251,1048.1935594014187,213.0994879731656,2015.4615093142834,482.20082103389115,4625.7826879287395,300.4713392592835,1346.7782033596704,224.24073805497048,1834.2340219463663,289.0625703177497,3278.8268022746656,370.43621953613723,2195.8522038977453,315.9141352198076,2797.3593311392947,370.91438130932346,3943.410878249554,5105.344318734587,1698.658194395786,44336.76331484758,17559.171141925028,1111.412296916493,7939.160855917101 -4111,1236.981721215649,3305.644208830369,273.91200463774913,1324.4308107771456,537.4416941815464,2357.421759643996,602.9579439098317,2778.0690661987787,103.10991088684612,1016.0085840797332,838.0313740041662,5638.269013696189,468.78707249610756,3289.0691551068985,531.7907911988448,3717.180484428651,384.22933325752365,4220.6051062654415,106.54422065918314,1145.2952148438906,196.67420616999132,2202.168103034205,445.06577942691183,5054.301974930952,279.70719076215596,1471.53988681701,206.6380631694294,2004.1522192129141,263.9106274924646,3582.5679458396285,338.04869276561516,2399.269675979174,292.08699394761567,3056.49870428731,342.9389652767497,4308.717191128016,4593.371590593561,1542.5493978755655,40847.30999771763,16302.47399688988,998.9808705285886,7385.8034321207115 -4112,1162.3814057682675,3529.8283691697147,257.2602847785907,1414.251853358946,509.2304840459737,2517.29880156512,568.7812019526332,2966.473819289508,97.7273627917013,1084.9128632247885,794.4671495128322,6020.648521214355,444.41764445515435,3512.129218517831,504.17786806399226,3969.2744585790933,363.83707578775983,4506.84063316955,100.56974768136119,1222.9675322078022,185.64869217161018,2351.5160594131817,420.1152136810059,5397.077655787518,263.13864037770475,1571.3376608940498,195.0501259852932,2140.071015693271,250.0956703004473,3825.532686162028,320.4141219666161,2561.9847849737266,275.7081998495722,3263.786165463115,323.70864411609125,4600.928356217231,4379.705821746179,1465.4796807692032,38576.10767677965,15350.352917964428,952.9024170909233,6950.532407352619 -4113,1088.62420552192,3673.371214730907,240.15453298167765,1471.7633565086257,468.7647088769372,2619.6664510124588,528.3986691603014,3087.1074730452438,89.57889835824209,1129.0315747557565,727.8424132459344,6265.482244124848,407.1483774095163,3654.952316209473,461.8745993752332,4130.687675032964,334.18793823946913,4690.114339796858,93.59481193211438,1272.7003297385072,172.10426937072506,2447.142042109447,389.52560751016375,5616.553449906283,245.9666816208895,1635.2371640971628,180.309563614341,2227.0984434228235,229.32292360402428,3981.100546728635,293.6724715713295,2666.1696200018705,256.58667450196845,3396.510225812833,301.25808571020605,4788.028203406103,3959.9057991393256,1337.624450735631,35699.07886275789,14314.794378620863,860.745510215592,6497.591314026905 -4114,1031.2678497344366,3757.001652907549,228.27123390831366,1505.2705103469177,442.73793690277824,2679.3075382775446,500.02455278264836,3157.390636814216,84.74328454671597,1154.7358664792396,688.5084404356279,6408.1264243162905,385.1453134009683,3738.163417361885,436.89241034936964,4224.72968713578,316.308742482623,4796.8926353752695,88.39072015511185,1301.6754809066654,162.88506120834273,2502.8553227170232,368.62768210290346,5744.423680982998,232.95315697123021,1672.4660725199653,171.00525105880342,2277.8020635576627,216.9528908855001,4071.7369577216296,277.81661320376907,2726.869429669852,242.31985163754905,3473.8374606202146,284.507427268399,4897.035671817462,3739.873840052009,1263.922846782131,33786.543320085286,13553.308478018602,812.8239186404201,6149.147083151687 -4115,970.7571002219726,3668.6925889952386,212.4219461502616,1469.8888304904106,397.8699080485978,2616.329886815673,461.6869225702393,3083.1755479475996,75.22054141820384,1127.593572475766,610.2272775128423,6257.502150428849,341.35554808129774,3650.2971498868633,387.2109100977273,4125.426583645053,282.3997145016371,4684.140729080521,81.85278605246548,1271.0793423216544,149.55646775082974,2444.0252153397655,338.58024393785985,5609.3998708149265,218.82566597683896,1633.154428040108,155.06697561760538,2224.2618773683284,192.76467819116567,3976.029978472556,246.53667836187725,2662.77382658198,224.3963499510689,3392.184226825793,263.4634669077403,4781.92988372479,3189.2886639452795,1108.771758062432,30813.73504679524,12623.03271425504,691.1768015649831,5765.600138677551 -4116,955.1884760223263,3535.7416368045697,209.64504124329795,1416.6210477892032,397.7607687819487,2521.515851226958,457.0206360094013,2971.4433395581027,75.62326427042265,1086.7303397278326,613.8268264151591,6030.734480733602,343.36910275785,3518.012836038355,389.47474583048455,3975.923898646711,283.1728281957103,4514.390619192762,80.9063812965218,1225.0162817702019,148.36049892618266,2355.4553851686264,335.82368196538596,5406.11899187726,215.26137904756933,1573.9700098815385,154.69195271687803,2143.6561227721077,193.72706687625057,3831.9413259748703,247.87891936749375,2566.2766938501745,221.80181672804613,3269.2537517253504,260.41722877555173,4608.635960636962,3253.8127092234026,1118.9715286659105,30659.76088620012,12462.348690984747,705.9219066650361,5677.03525238511 -4117,920.0043024890641,3423.844494121259,201.8357387212981,1371.7886296445593,382.71276315641353,2441.7163500286842,439.99668860952045,2877.4047888108253,72.73503520770494,1052.3381153025473,590.3626890311114,5839.877221919385,330.2434792858348,3406.676764370044,374.58732818689697,3850.0961178061034,272.39146525050387,4371.5217494807375,77.90402065594341,1186.2476624107562,142.81346187733388,2280.9112712619926,323.27140351421764,5235.029209213232,207.32517362771884,1524.1579011738056,148.8473404818202,2075.8149115996293,186.33250573768518,3710.670223798355,238.41045834931757,2485.060626932986,213.57095738318887,3165.790266238506,250.75338736681695,4462.784467899249,3126.5909727534686,1075.9685063533261,29508.321273179175,12000.407740846402,678.2748346024366,5467.613493540311 -4118,911.6341181398361,3354.5098561032523,199.73700700654896,1344.0091939146566,372.40688938389394,2392.2703195320987,432.65911856214694,2819.1358400294116,70.40682631367433,1031.027719219334,571.120381872763,5721.616660160052,319.47950896127253,3337.6897818398775,362.37354750750023,3772.12966193436,264.4382081698932,4282.996152419157,76.72753432939426,1162.2255281070004,140.11357797493736,2234.721627539657,317.20972697259066,5129.017135400386,205.22737457138066,1493.292908169124,145.52763938449718,2033.7785762066926,180.44040962689004,3635.527215051024,230.75590999825027,2434.736852206348,210.34566414422991,3101.6813610217373,246.96657470825315,4372.4107531568125,2977.2517139161882,1036.644751365567,28880.039742989775,11843.100646793328,645.0983481273173,5410.072986622084 -4119,931.1496042684993,3325.6583328343486,203.89384283050768,1332.4496176441328,376.54586787870437,2371.694841816953,439.5975446795361,2794.8889703596674,71.22509120753234,1022.1600391384961,577.5877194347456,5672.4060859517185,323.0972783390941,3308.982924940969,366.4241585863432,3739.68626740487,267.6767017506773,4246.158889017674,77.89823028229078,1152.229439764352,142.26383269516052,2215.5011971929775,322.07664719662756,5084.903400882846,209.09799628407112,1480.4493700859246,147.93880446384543,2016.286420144469,182.57313785997684,3604.258713082268,233.4263234117046,2413.796127641988,213.55508329050167,3075.004369211018,250.734749614936,4334.8044511939825,2987.486551225631,1045.0518847138019,29328.955039446595,12064.43972722988,646.9414862648242,5513.24612134009 -4120,984.3258694611654,3360.6180612244693,216.29776207200496,1346.45649149117,401.3281109594739,2396.6263889562247,466.88032950731355,2824.2691860960936,76.08260372605501,1032.9051108696206,617.1487694152793,5732.035114624165,345.22736723616475,3343.767359397557,391.55117404784306,3778.9983082365907,285.7787945699552,4290.795032182398,82.57457550268839,1164.3418169919103,151.2593592440328,2238.790817577956,342.4001097495135,5138.356529254383,221.52675417793145,1496.0120354873998,157.61314581777683,2037.4818703532294,194.98893473274956,3642.147122848551,249.35727178319854,2439.1702486628838,226.37510871878388,3107.32919238503,265.78672504108323,4380.372447383438,3215.5268222857408,1118.9738183740508,31186.766347501954,12783.59197363427,696.7062159775029,5834.802855995652 -4121,1051.0893404163487,3384.8559442229744,230.33825556938885,1356.1675786509677,422.13060353324903,2413.9116468904413,494.7255840863605,2844.638744564734,79.83716815976406,1040.3547623235243,647.2904786208802,5773.37643753575,362.0883632046193,3367.883709591119,410.6198355126558,3806.253687210902,300.2998545561393,4321.741657495336,87.6029678333346,1172.7394332090398,160.0233519092571,2254.9377134482984,362.27980867363414,5175.416046906113,235.8304463226176,1506.8017664297156,166.6206828695217,2052.1768598716762,204.6770693672046,3668.415486053973,261.6416366901032,2456.762346908938,240.16025812586346,3129.7402727371446,281.97185129390476,4411.965134483046,3329.360175811405,1168.806282988959,32977.694936124,13597.466800517024,720.6670117650889,6216.015975368164 -4122,1101.593904744067,3304.5395315585724,238.7761861261981,1323.9882136546773,428.43324617456585,2356.6339585155624,512.1323838632693,2777.1406935237305,80.00755136130067,1015.6690552254831,647.9043384889344,5636.384821920479,362.43175079056726,3287.970016871965,411.04753974837666,3715.9382803265453,302.37211515127734,4219.194668166367,91.06678805019564,1144.9124810971807,164.90949316299879,2201.4321844360697,373.47413272801003,5052.612932746199,247.14523787174585,1471.0481289130087,169.5602192584652,2003.4824733885237,205.27468626416706,3581.3707264371706,262.1485085872659,2398.4678901508973,249.6561916308285,3055.477286240903,293.12101465279625,4307.277307809985,3226.860480374415,1161.555129558401,33782.82074580183,14153.09115208179,696.7062159775029,6506.5117854201635 -4123,1136.6583477600095,3135.1342861269645,246.87463407152111,1256.1147486406453,445.7841471329365,2235.822526144379,530.2490720050745,2634.7722345322286,83.46034035149358,963.6013877230728,676.06972480512,5347.438920385422,378.18720984193806,3119.4141977145355,428.91953776730895,3525.442923749429,315.05614462264566,4002.9001734391863,94.2207143162161,1086.2192265587787,170.9207463667861,2088.5770783179896,387.06013383631307,4793.593748448807,255.12786849159428,1395.6357251755717,176.02994119341616,1900.7751409807825,214.09061907616845,3397.7738951390093,273.475461573407,2275.5118662599657,258.3025624661004,2898.8400680617597,303.27270756993795,4086.467309169298,3395.338994258233,1214.5988200571876,35054.9118877292,14630.410648870165,733.5689787276353,6717.991135317778 -4124,1070.5169674945455,2986.0680605099396,230.71915781717226,1196.3902624040275,409.9162796217408,2129.515875549966,494.3196004466752,2509.496722698427,76.10396904175568,917.7850338581626,615.9291690108619,5093.184249347337,344.54513394402665,2971.0954151197684,390.75607340339064,3357.818693872887,288.19229470791197,3812.5742843642875,88.12524812505485,1034.5727624783551,158.82967985989504,1989.2715068301063,359.7748889818226,4565.672753043734,239.85874679664767,1329.2774352583606,162.31039216959317,1810.3989879507624,195.33551950427807,3236.219944391294,249.33382412023414,2167.3181066653287,241.59207000137232,2761.0089233080876,283.6529397820352,3892.1680536060685,3017.447242552817,1099.9621709427254,32469.887004304353,13704.072539316787,650.6277625398374,6316.251641105809 -4125,888.6531537295186,2977.8804654725204,191.8870768790096,1193.1098418721515,343.5900665302843,2123.6768882055917,412.48036557627756,2502.615853777551,63.96486085206104,915.2685298681794,517.8676321596281,5079.21908537934,289.690408678418,2962.9488740552024,328.5719594090179,3348.611783944045,241.95299875446173,3802.120465610698,73.39211824336485,1031.7360344988629,132.7018240361964,1983.8170599831647,300.55138582212646,4553.153989633862,199.56516935816322,1325.6326471585153,135.72277491470007,1805.4349973553963,164.13972881369202,3227.3464499431566,209.57566690907979,2161.375468180521,201.20174575893097,2753.438425080768,236.23071185024497,3881.4959941637717,2562.3498320187323,927.3557251103376,27133.99245605753,11404.848993331918,552.9414412519864,5249.804266454282 -4126,705.0280542564539,2885.477600889926,160.60686309319746,1156.087950487005,310.30160712360237,2057.779740823986,344.850449446179,2424.960327801908,60.814914087976184,886.86798290106,494.57192388214634,4921.612224132422,276.65900290545267,2871.0093329121264,313.6764795924856,3244.7052219449674,226.14410601326728,3684.1416459152647,60.07713700613463,999.7215308321906,113.0639937238571,1922.2597270829076,255.66225813268468,4411.870792942124,158.5849520246255,1284.4986072257816,122.1280121964238,1749.4128139576367,155.59435658958438,3127.202720054424,199.4032011774978,2094.308543562801,164.69922295675892,2667.999939258645,193.37314660715546,3761.0541722420558,2751.3061560995707,909.056930688813,23670.615566503653,9318.225636722518,599.019894689652,4184.765687108747 -4127,639.6141679189809,2670.2608044428944,149.6525150876672,1069.8597485983155,302.5160991596883,1904.2977787816696,316.4202946012093,2244.091762715937,59.48780991309836,820.7198741468835,474.4310048996464,4554.527892614598,265.39235735962546,2656.871669529014,299.54927916201245,3002.6950039253993,208.1222476986528,3409.3555368682078,49.87271083748253,925.1561052893034,97.63545183570228,1778.8856872794668,220.4380153302609,4082.806135464836,148.1037320799792,1188.6927429894602,118.88508077829536,1618.9307678079003,154.15755326092085,2893.9565666124477,191.75736731375912,1938.1020370980746,136.7241704750636,2469.0039741986393,160.52767333916066,3480.531450470092,2845.734887514071,904.1084112139778,21663.263249015017,8052.494925701374,612.188771147511,3548.26655745675 -4128,643.6538353571399,2517.5556511998766,150.7688100781064,1008.6772990838655,313.64628035823614,1795.3960251981418,322.8642229313196,2115.7580898601777,61.802970256303894,773.7850751404854,493.2242694522695,4294.066488007938,275.9051373647155,2504.932205500853,311.44432010110313,2830.978818018182,215.5534810979961,3214.3835105960366,50.96116011075933,872.2488744312333,106.60602505470672,1677.1559195257526,240.1047217428098,3849.3212505650763,149.4494160909949,1120.7145488089334,121.71662598768826,1526.3483988585424,160.0881114584199,2728.4588443495504,199.2402658781477,1827.2671073851275,139.7081134269095,2327.8081668039817,164.03111693492176,3281.4890619412813,3009.3469964375627,948.2557640224147,22341.422064062557,8219.943161124706,653.6725706628714,3615.0275318174963 -4129,692.3878858884406,2416.185422724968,165.7461698048769,968.0625670056081,369.6221289472843,1723.1037979377284,363.49012885034233,2030.5663758797762,73.75685714594164,742.6283577824872,589.7666760725498,4121.164450760675,329.91007509754195,2404.0702643299564,372.47294376708635,2716.9884998882308,255.27025665323,3084.9552730435507,57.108046107700474,837.1274789435366,116.95881463472456,1609.6246700499594,263.62309853024414,3694.3270304940597,162.4307700008489,1075.5885990354814,140.23281001889757,1464.889465130162,190.81270421385486,2618.5965275803937,237.84676981982514,1753.6915802375806,156.55957136500356,2234.078184866059,183.81639210445255,3149.3587967023127,3759.6029413368624,1148.6715650941437,25561.060969358914,9036.58842498949,815.4787271015817,3918.9292047521517 -4130,836.7704959935371,2351.074543701487,202.60860142228768,941.975411568516,473.64711360913134,1676.6699432024025,453.20490076618347,1975.8470814061147,95.08045041722467,722.6161580944148,761.1274677370534,4010.108139657398,425.76773193106607,2339.285862159282,480.7801471961299,2643.77164001458,327.5914546689962,3001.8225185426754,71.04166107887228,814.568735936449,143.86676162057904,1566.2488280391938,324.4066724521166,3594.773048381051,198.02895760722632,1046.6038537042014,176.731731194095,1425.413918324118,245.79870698258958,2548.0311147958464,306.6619025695203,1706.433452094183,194.7580553988936,2173.874695077697,228.66518325628337,3064.490508993518,4972.873320407305,1494.5534734487092,32158.146763775618,11087.66044402214,1078.569872482053,4768.14395036827 -4131,1113.650821783853,2334.049543095995,265.0001263328329,935.1542191077003,583.5581316091686,1664.5285558207459,579.309300776355,1961.539241679205,115.93964921014367,717.3834271450479,926.7043861952133,3981.0694629856375,518.3899430853487,2322.3462277583335,585.2810442869926,2624.6271114446067,401.97541651367874,2980.0852110920546,91.25720547817237,808.6701423509393,190.57259735969623,1554.9070408052864,429.2458739275383,3568.741966768071,260.9022118184825,1039.0250079841626,221.86512276468218,1415.0919687765982,300.01709594868686,2529.5798787904096,373.85345251696634,1694.0765361329409,250.17821388401916,2158.1328641352834,293.73392031128225,3042.2993994385656,5855.979578978421,1801.3542166713892,40617.64873501731,14527.584040953394,1269.0059895080399,6318.225495936826 -4132,1329.219373152198,2294.93103487347,296.67635813358714,919.481099349938,543.8387514538396,1636.6311728409776,615.8194245265387,1928.6639802343889,102.90687412537517,705.3601307345299,817.4966826270902,3914.347015305424,457.3001542805341,2283.4238662879716,516.1850418309587,2580.6385433596633,365.7595187409463,2930.1391899466344,98.90782309229546,795.116886934216,195.2048113228349,1528.8469068030226,440.5918114860756,3508.930099284782,304.68216489404716,1021.611021019548,217.96848734438763,1391.375125670179,267.3474536014091,2487.1842957229046,331.5220003902512,1665.6839310555008,271.1520957795013,2121.9627072332173,318.3593281661878,2991.310672817767,4447.902535631312,1521.4598184113015,40714.96635680265,16213.449474399342,955.452344174326,7330.396718166185 -4133,1518.85080667105,2359.976928431681,336.25533965663726,945.5422178795413,618.7781212710927,1683.0186831604474,702.7747106118576,1983.3286608115106,116.3490308622536,725.3523567695461,924.1045687599244,4025.292484009452,516.9356290318186,2348.1436088413834,583.5855530687862,2653.782327400583,413.8294641447138,3013.1889718197176,113.35644390302053,817.6531146499699,216.87103949244653,1572.1794565204445,490.07696535016873,3608.3847191722443,348.59740399265235,1050.5668374346571,246.3605624487758,1430.811272965505,302.30669869801557,2557.679279014708,374.816103270238,1712.8948920973137,310.7624490505016,2182.106109493144,364.86579317996234,3076.094255708472,5002.075787539381,1719.2837569436451,46188.87646328182,18432.754647053072,1073.5405387101994,8360.952188843745 -4134,1364.9685677732305,2509.8229229036,296.95565551902615,1005.5791242773939,550.4145742006405,1789.8814262892934,629.3722446246164,2109.259491729193,102.04737200778007,771.4083770353518,810.1434804479226,4280.877167079883,453.18684035223373,2497.2382503994036,511.77626055095925,2822.283403479157,363.57834538922003,3204.5104599980787,102.48210322059643,869.5697425719255,187.65613811530136,1672.004497736922,424.7965117317687,3837.497974546722,313.9856835840724,1117.272249092741,215.99150364691383,1521.660185730779,265.2245572217108,2720.0783221947086,328.721078457955,1821.6546157369694,280.95085099816026,2320.658252135295,329.86403411105346,3271.409895146656,4325.426772808655,1503.5160293167366,40925.26698968566,16516.615559559174,917.240303703356,7519.9736520382085 -4135,1269.0078619534554,2759.0247350963473,275.2409720482701,1105.4236741802267,498.51019954415153,1967.599818679067,578.4070958270645,2318.6891223724447,92.0107302861337,848.0019740352064,729.8827405533332,4705.928009541981,408.28971781160544,2745.1905229671524,461.03594289788197,3102.5096028059424,328.86809764805787,3522.688211318588,94.24194128272254,955.9098399944988,171.17685442683944,1838.018819714835,387.6199604478579,4218.525433024425,291.1151249060769,1228.20687585297,197.3996466496724,1672.7467314648372,239.26068867341613,2990.156518154816,296.3550920426657,2002.5277870225962,258.3607554004439,2551.077791551694,303.3410318195748,3596.2301312104346,3815.7257668459033,1346.9460552264843,37398.728294500135,15222.553648179939,811.2012291271949,6959.946778463216 -4136,1195.2569755695145,2983.5987830147155,259.34491108583643,1195.4009281053459,475.4590999853005,2127.7549091149544,547.8550265560906,2507.4215376537036,87.87598239010491,917.0260873493638,697.3444287013064,5088.9725284518,390.0880842806378,2968.638518995483,440.5111754110232,3355.04200360133,313.6154746299551,3809.4215417983182,89.28671931275291,1033.7172403710915,167.94264689116557,1987.6265130576378,379.7631354170048,4561.897248684425,274.62083153904257,1328.1782122034003,187.33756382922996,1808.9019097235634,228.45420550955504,3233.543808108949,283.05346630794554,2165.525880327103,244.77619979905222,2758.72575458578,287.3914224969453,3888.949492345024,3683.9244490076426,1292.3857986617418,35595.66775625888,14452.90007135012,784.8264563713827,6595.741786272934 -4137,1135.1451074487584,3155.5382914068173,246.60452647054018,1264.2897643255483,451.087577570926,2250.3736523370058,519.7528680910758,2651.9197955864693,83.39856847807948,969.8726750136291,661.7977189853232,5382.240993281644,370.2035805477957,3139.7158938944604,418.03736241103917,3548.3871262827333,297.6700748046142,4028.9517517192594,84.7289502938932,1093.288532308091,153.6484724408973,2102.1699052415297,347.9510268038469,4824.791299566673,260.5416335420607,1404.7187679119684,178.02925099371498,1913.145719869222,216.8174625144227,3419.8872051821995,268.630493667661,2290.321297657845,232.28124659004806,2917.706229015666,272.7211139468639,4113.062757064847,3491.1624073642874,1223.765383801949,33690.14429702185,13668.898257892872,739.795649674179,6236.087193179631 -4138,1077.2503826086856,3312.6621474338713,234.99010165819155,1327.242599804468,427.6725244904677,2362.4266059391744,493.1584192821992,2783.9669538452445,79.25957973645562,1018.1655874997189,628.9560651869652,5650.2391542401865,351.83226031129783,3296.0519045908127,397.2720580400128,3725.072121510516,282.96988493705265,4229.565522339946,80.20651833682786,1147.7266959691697,148.10856807098565,2206.8433431887265,335.15895675616184,5065.032343567986,247.22478750101206,1474.6639909025916,169.47593120233975,2008.4070682946567,206.0564568423925,3590.1737982237464,255.29879231057876,2404.3633661090093,219.88316861360562,3062.9877027678704,258.164546483185,4317.864670649985,3319.552254021402,1163.1440568918533,32028.66213437077,12989.97725532243,705.2892658977664,5922.55332325765 -4139,1038.5370814084142,3283.680659537577,225.61354650863385,1315.63095224437,405.02573624361946,2341.75844388741,472.07787690197415,2759.6108616795977,74.75385413163588,1009.2579620500774,592.8671576085508,5600.806905984316,331.6444560618791,3267.215734728923,374.4779911458248,3692.482582403424,267.4846658757253,4192.562321730662,76.81661798620556,1137.685579227684,144.53998491472578,2187.5363324544187,326.83875745154364,5020.719894236815,238.17852482700945,1461.762597792959,161.16654713631527,1990.8361170324815,194.41263660850316,3558.7644441006846,240.765298507304,2383.3283119163684,210.58988365578,3036.1905417283633,247.25331252379044,4280.088967266766,3082.093131644251,1092.8849991865493,30571.3011185212,12505.52104162296,655.5043735661625,5714.681419620818 -4140,1019.5767065598269,3173.018158753452,222.0415639242942,1271.2932025117684,403.07657012416115,2262.839428154188,465.8107922701623,2666.609906103271,74.75809497723094,975.2452118478457,593.1704995548819,5412.055512993346,331.8141427674094,3157.1081142585267,374.6471494200635,3568.043150242524,266.8798602241882,4051.269827325513,75.68898441678098,1099.3447220137853,134.60121734382759,2113.8147175335484,305.0625710924954,4851.517868571172,233.78107896922737,1412.5001020156603,160.09151374443098,1923.7434468843446,194.36715911667224,3438.8314134809325,240.7953741296661,2303.008360455737,207.4985184223599,2933.8686435167133,243.6237445648975,4135.846759267471,3120.2628648674167,1094.0849113701383,30156.093231073217,12216.84067971682,661.2960558574764,5573.51656218811 -4141,985.7009356216664,3084.709094841142,214.84578411379377,1235.9115226552615,391.1900505424793,2199.8617766923167,451.0816966214445,2592.394817236655,72.62558641081736,948.1029178443722,576.3203253461758,5261.431239105907,322.3883096979312,3069.2418467835055,364.0055940727955,3468.7400467517973,259.1390628132174,3938.5179210307642,73.27172608001547,1068.7485834287745,131.15196422655896,2054.984610156291,297.1649016361613,4716.494058403101,226.0805003062404,1373.1884575358033,155.23302073043027,1870.2032606950106,188.8080226526672,3343.1244342318596,233.93085493116922,2238.912757367865,200.87169514830174,2852.2154097222915,235.84319985127374,4020.740971174799,3041.057700898851,1063.715688365597,29244.01799821001,11840.126414334249,643.6352481240876,5395.446753543643 -4142,992.2046977195117,3024.47178534284,217.09770371968898,1211.7769989080439,394.6010205151277,2156.9035104111576,454.4670423281341,2541.771278955902,73.30243675162053,929.5886375208413,581.7304371814262,5158.687527394453,325.4146766906198,3009.3065772441396,367.4226113307112,3401.0034915885294,261.629482728776,3861.607679034037,73.80562924128436,1047.8783693448802,126.70587203279705,2014.8554633971198,287.597740747315,4624.391722783164,227.6052042181068,1346.373229398273,156.74300681870972,1833.682470832646,190.55949729887152,3277.8408645192576,236.11339749757374,2195.191914799335,202.33537068573906,2796.51816985011,237.56169942404026,3942.225101170003,3074.2288639658127,1072.8616020361646,29387.453367018286,11857.775738272332,649.3845599664908,5405.120587469915 -4143,1014.0630786301793,3003.093061115432,221.77193135136363,1203.2114548648433,399.55133438365544,2141.6572629316224,462.16329170458954,2523.8045624253377,74.27948556922887,923.0177648075296,589.3356500869863,5122.222926019098,329.66896311031815,2988.0350495207176,372.1774324755769,3376.9632224428606,265.25065001021676,3834.311591814909,74.9990388972792,1040.471356063865,132.3203925630305,2000.6132940640139,299.99279337379465,4591.703834656715,232.02755176942935,1336.8562809783996,159.53977812277614,1820.7209374982822,193.1306159182116,3254.6711803967314,239.25150522505734,2179.6750226265713,205.6070585990857,2776.750754250502,241.40298401034664,3914.359163161021,3095.8067070856737,1085.671734477094,29937.914966335567,12108.154660245602,657.7490486756329,5525.380024955516 -4144,1068.8694163186067,3066.3194940122216,234.36564230238827,1228.5435930182325,422.9971457505802,2186.7472240040825,488.64861572811816,2576.9401651400694,78.72291363325294,942.4507692404566,624.6757469019848,5230.065033314319,349.4378894793562,3050.944454493205,394.5210776177209,3448.0610320123737,281.10620394745933,3915.038309113248,79.16915103906591,1062.377201482711,137.59927991562498,2042.7337477480505,312.1587702946243,4688.376514615565,245.06459412394858,1365.0021466648057,168.95544419382855,1859.0539787446824,204.6657880715466,3323.1942813465357,253.56884736558078,2225.565400896674,217.0392649860959,2835.2118281039775,254.82552287866287,3996.771183676832,3292.479286357686,1151.0745090302423,31618.50574094056,12762.220703908464,697.7823793279005,5818.693301936879 -4145,1149.7167049862044,3162.8811321240723,251.98840766796022,1267.231727788701,452.54800927823686,2255.610202731091,523.6924921166102,2658.0907315269246,84.25950390528659,972.1295389496606,668.5119942567133,5394.765302818045,373.95948461779335,3147.021916378511,422.1582779903651,3556.644114176813,300.9141904974002,4038.326998741595,84.88009461510762,1095.8325811547174,145.2310930952325,2107.0615900665343,329.6940263823219,4836.018440781593,262.93065020705586,1407.98750535477,181.32224916125162,1917.5975512186158,219.08032998899225,3427.8451777053074,271.3964493143661,2295.6508049960494,232.69560309068825,2924.4956418260717,273.2076093832568,4122.633727814098,3507.7876857470833,1228.4627554335723,33865.48926230333,13692.430007838448,740.6003686425506,6241.048843513607 -4146,1214.9965122298,3174.447738139001,264.1139977399616,1271.865974070067,468.65826864919717,2263.858933381529,549.1845392641123,2667.8113270723093,86.51380001730843,975.6846012181418,685.9175211381429,5414.493873761461,383.69597688420004,3158.5305254935965,433.19606712685675,3569.6507051568456,309.8837635635054,4053.0950963724176,89.31610753486376,1099.8400234818425,157.90816377766387,2114.7670808021667,357.9733691809615,4853.7036833338125,277.92631836728117,1413.1364932768815,187.87727975728416,1924.6101749763864,225.0422112008082,3440.3807530223808,278.62822993041243,2304.0459634923827,244.85676651023297,2935.1904758929663,287.4860157692942,4137.710133812784,3534.653329735515,1258.661108090167,35364.13225147963,14442.171245723168,751.6647751162542,6616.583562679052 -4147,1240.9492406133838,3130.8455416671695,269.35120527311,1254.3964314403463,475.82946061888003,2232.7640059672635,559.5129561440974,2631.167966327937,87.68908976771787,962.2832176748758,695.097996411058,5340.123827330117,388.8314506394957,3115.1469577377816,438.9933600650567,3520.620251918606,314.33979557213775,3997.42435825069,91.04831838914598,1084.7333199707768,168.37273805435515,2085.7199843130766,380.99313130339334,4787.036294523424,283.746507339734,1393.7265485859996,190.87327466290506,1898.1749528831722,228.128261267892,3393.125869683482,282.40501131969177,2272.399052575141,249.60555774621363,2894.8745651049185,293.06156547375866,4080.877177317567,3565.3031663342067,1276.476717210649,36104.62910097175,14805.172473577142,762.4115630035934,6789.048842538614 -4148,1171.3445068779379,3089.712622690562,252.44775828579182,1237.9162231093067,439.98765638530244,2203.4300449880093,523.3819680311573,2596.5997906282882,80.52410449408394,949.6407806404085,637.8463533238415,5269.965501794308,356.80540604141504,3074.2202861062506,402.83341537913634,3474.366488951922,289.39854031900063,3944.9063626949314,85.44233519582232,1070.4821385669745,155.73912369354022,2058.317881596455,352.61168777987393,4724.144410072343,267.3304500878717,1375.4158269500776,176.89302030714163,1873.2368090171567,209.58365191036108,3348.547122626928,259.30223833205525,2242.5443679961245,234.23696460312206,2856.841823039177,275.0173199597101,4027.2627820833945,3203.540612690102,1164.2586622905183,33571.651763498274,13917.145947761108,680.1744547654163,6396.517605283958 -4149,970.7491221120853,3170.2889583065967,209.50494729700318,1270.1997281593422,367.2852298853776,2260.8930975410326,435.5936055813658,2664.31628136392,67.34248623080232,974.4063765387484,533.5625403217786,5407.400454753695,298.4699965061086,3154.3925984798234,336.99717629661603,3564.974177903624,241.8454972675056,4047.7852183917225,70.98391831106031,1098.3991452926778,132.33897683120634,2111.996567184882,299.35885113835434,4847.344944222061,222.04227126167658,1411.2851717137426,147.37702198068854,1922.0887820787277,175.24798634205268,3435.87357972116,216.86296077661558,2301.0274794358384,194.5997557617282,2931.345142164913,228.47932385515261,4132.289403381441,2698.816900508802,976.3707225596603,28007.683064439352,11591.84181528366,573.6801375341648,5320.035125597136 -4150,739.406551489087,2980.544680454107,166.45761247325567,1194.1772793170892,303.2080983143025,2125.5768744028915,342.51208568940797,2504.8548646203626,57.722097293121514,916.0873915242205,458.60796180133246,5083.763301219744,256.54109202262936,2965.5997302166434,289.5230450420266,3351.607680450215,205.0654920537463,3805.522101916697,54.805188251383115,1032.6590959286366,105.28207661232673,1985.591918038488,237.87470484643143,4557.227551757427,169.10096313654176,1326.8186485442625,122.38399834777626,1807.050262650295,149.94662213521963,3230.233854210186,185.95966608231927,2163.309182098835,150.24637272711558,2755.9018389041335,176.40407367423794,3884.968645231711,2501.254226644112,850.9158294272376,22675.991356787585,9003.674549753432,533.3715587444444,4056.369855826939 -4151,595.7985135324647,2806.460809286831,149.59086064681844,1124.4292882848422,288.69817881262765,2001.4288778349223,297.1878106602562,2358.5544805312165,53.98287800391638,862.5817217418198,406.86557948327584,4786.837305988688,227.59687742245436,2792.3887447366046,256.94233700847883,3155.851232485189,179.0778414336138,3583.2539964731795,46.98013017303182,972.3448539733818,89.4387839918928,1869.619985150727,202.1492270897217,4291.0547883686795,145.57834029274264,1249.323508749771,115.84013597185593,1701.5063641880588,144.84946053488903,3041.566454655946,163.49900743081926,2036.9573647880131,128.7942688266856,2594.93862173795,151.21718597617703,3658.060326909711,2557.9628776854356,817.611172899366,19791.548400734562,7348.506830253214,554.9099356788764,3289.661441119414 -4152,605.2542186402434,2702.101457413434,151.54858517346673,1082.6169418004138,301.9075114302795,1927.0049557832087,305.1428576361204,2270.850702116837,56.59538955452747,830.5062802744259,426.86472045255124,4608.836873157659,238.78421364666704,2688.5526681325873,269.5994299314785,3038.499659948993,185.82164043299107,3450.0092836190834,46.96610743398401,936.1878271507337,88.7650624725414,1800.0974287500694,200.68356207542462,4131.49022395875,147.59812389543518,1202.8669214274435,119.49832067958675,1638.2351790756438,151.79477966752236,2928.464606649588,171.42296665646015,1961.2123019388948,128.75582601233072,2498.4448058187345,151.17205031710847,3522.0339111597286,2683.475902782321,857.9897015891137,20273.493574142933,7444.42103788316,578.5387688424369,3307.848540177137 -4153,612.8897420942677,2635.0411467979925,155.76839034168776,1055.7487321721298,323.2684746159843,1879.1808629691598,318.61435388542674,2214.493101987706,60.863396880370836,809.8949116781516,459.5221628022291,4494.455515847076,257.0524876865359,2621.8286091464634,290.27528658146457,2963.090673938474,198.81892675181874,3364.3875192878804,47.878240184286305,912.9536712640704,91.99579438983943,1755.4229061192311,207.85383412228623,4028.9555774660357,151.3077068874494,1173.0143675351185,125.92251769953148,1597.5777271992367,163.14429748258675,2855.7864525375526,184.36763447931924,1912.539256820617,131.25640381437975,2436.438812567051,154.1079755099382,3434.6246514398586,2963.926600381818,930.904670039161,21299.80480078333,7630.778727882277,640.183117089009,3367.9447469505244 -4154,690.8380337681745,2642.189050028885,176.83481700891946,1058.6125924890262,375.41465300300774,1884.2783936009566,366.6960049187107,2220.5002121300736,70.56223585741796,812.0918604669408,532.9539246944565,4506.64733043861,298.12954250037797,2628.940671593358,336.7288652752302,2971.1284555979405,231.2055770826324,3373.5138725701863,56.53073216260015,915.4301807881867,108.95172949367992,1760.1847266613806,246.13491047299692,4039.884660916701,173.03336874542526,1176.1963266471332,144.44229085794043,1601.9113714809305,189.0990865391134,2863.533157075976,213.7549572573925,1917.7272765787332,154.97688678816667,2443.0479802763984,181.95816417104015,3443.9415323822154,3521.2971428087203,1089.627607837337,24710.963878133727,8770.087042124635,765.4803355714963,3882.171205324158 -4155,993.0314663248369,2728.3537448628726,240.05376346532006,1093.1351150080852,482.7354168488366,1945.7267872218174,487.15817047292995,2292.9131695431324,90.02051897316717,838.5750704149701,679.0099305472021,4653.614063173879,379.8319339956187,2714.673322215774,428.9284821776406,3068.020226717185,300.7496342120722,3483.5278752945774,81.14137043675763,945.2833671711119,154.5143573680631,1817.5862891357106,349.2292070799977,4171.629748940811,235.57472929500096,1214.5533842351583,189.35524982031998,1654.151465532202,241.43616643594567,2956.916127012877,272.666510173756,1980.2664751116367,222.4460306624779,2522.7184655064407,261.173599530391,3556.2522586569175,4395.304484846966,1383.057147843162,32927.25928932624,12163.610115873737,957.9599418457832,5440.901309443127 -4156,1382.0052144230403,2946.5596647083926,334.0419706540868,1180.5609313029463,630.980705471084,2101.3404440554345,664.4439770705151,2476.2937990630826,116.31918888170898,905.6419032785427,875.7986916787247,5025.796790275471,489.91376397555894,2931.785121032008,553.1500243473808,3313.3916991429983,391.67614431472236,3762.130459643246,110.64541690281824,1020.8844240489508,208.80672523362787,1962.9516358640165,472.10613698052083,4505.264750757013,331.03162241413673,1311.6898860203557,252.8599108957658,1786.4457630659738,312.3000897946598,3193.4018116920556,352.26531818588137,2138.6425172779354,303.3302699787439,2724.4782645477408,356.1396812563442,3840.671130939897,5452.283721556053,1762.0458607305109,44171.36102770422,16808.766734428424,1188.2777808675173,7609.6361408941075 -4157,1498.5945573229853,3550.3623390769585,364.70947142625994,1422.478940333423,675.7314669315126,2531.9426120943663,725.8757094051443,2983.730602839651,123.09425330707579,1091.2240958841485,925.9605946109913,6055.672268158116,517.973872887823,3532.560227660737,584.8942569858473,3992.3648056899997,414.9314694015153,4533.058148657424,119.86284307940294,1230.0818663559517,224.39623657784244,2365.1954667243504,507.51424366897487,5428.473921719016,366.7736742551567,1580.4785586568796,270.939928846974,2152.5203897816623,330.6681082588018,3847.7868483595244,372.7518329229917,2576.888545999887,328.59949891669703,3282.7724956458096,385.8082505692151,4627.693205533168,5652.292002123371,1854.0841542260553,47629.63614146128,18345.341842932292,1232.338334017937,8375.076030481876 -4158,1374.6472560243192,3980.5360090193913,325.1206170966237,1594.8312040570574,609.6187872973562,2838.721172000855,656.2765198581845,3345.2492933169665,109.93213163771144,1223.440424592203,826.825225446485,6789.397593849649,462.5184556647218,3960.5769347725445,522.4149401465596,4476.0929596617925,367.48478818695094,5082.2985003837175,107.4058291733715,1379.1226628278823,195.5717466851616,2651.770389755034,442.81595906748066,6086.205816683791,332.5068238748753,1771.9745798825652,241.0097018961752,2413.326895502717,295.33689043500544,4313.99745776605,332.8899171537664,2889.1129042476673,294.449061447025,3680.5240931363287,345.71226570075476,5188.399854452112,4887.941015856235,1645.9756623542353,42433.126834091956,16555.44044122524,1053.536280320844,7554.815366931918 -4159,1270.3074692634664,4222.784868073905,306.95203988075775,1691.8900018400566,570.6515806052267,3011.481062511307,616.4959064631013,3548.835650210292,102.98550021124608,1297.8969918251282,774.456096881839,7202.589138166998,433.2236449565124,4201.611117473642,489.290365419153,4748.500597739445,342.8018218887029,5391.598808257512,97.11245338686173,1463.05379441651,177.82519438292726,2813.152763871769,402.5421044578169,6456.602268750007,312.99265995616685,1879.8140314733832,226.7151057341909,2560.197991665751,276.70003615755786,4576.540230834783,311.8500451950932,3064.939552505043,266.2301569165551,3904.514721600603,312.5804860547965,5504.157315812013,4539.301211598725,1534.2556775269632,39568.411642672705,15371.291989278996,976.5577339862966,7012.480541033558 -4160,1205.4098561381034,4323.505286018161,282.7104642271801,1732.24438252125,523.665746339171,3083.3098770788124,568.66748782503,3633.481262305537,94.12759092820103,1328.8539862137259,707.665320728149,7374.382826678491,395.86149671947567,4301.826506372721,447.11783580531414,4861.760207157106,316.1258558804243,5520.197375866555,93.6018659367543,1497.9500522776816,170.5884328698773,2880.251119807538,386.23442483695055,6610.602934027788,289.7646643628295,1924.6507117264869,207.89783978915005,2621.2629570373433,252.93819875269122,4685.698300494776,285.0208407545527,3138.0434406609634,256.6060127917209,3997.643869050751,301.28079077142195,5635.440590380622,4152.02378905596,1406.3372775182881,36704.35883562051,14419.166235921506,895.4983509897933,6595.238225633133 -4161,1123.8660679705108,4444.304813431665,265.3802519758386,1780.6436069769188,486.64042143298013,3169.4581182351308,531.7428825102568,3735.0013924582095,87.25533313428053,1365.9824093141422,655.7888321752982,7580.42442984476,366.8422643202507,4422.020324723132,414.3248415498734,4997.598675383716,292.62270268041567,5674.432698855621,86.20033628526619,1539.8030503506477,156.840250403425,2960.725862195422,355.13061366142733,6795.304387483008,272.0650035729271,1978.4258041646756,193.8721343155066,2694.501522851209,234.5151351239497,4816.617566890152,264.2037200309872,3225.7209475812815,236.314996224686,4109.338768953042,277.4571342235363,5792.895829833288,3800.0433641779127,1297.808352274702,34118.70119489145,13442.97516449693,817.9241649652829,6156.412672117564 -4162,1062.0469208923032,4546.909677502613,250.13380949431811,1821.7530049418156,453.39930815283986,3242.6308264655036,498.41899405654186,3821.2306963123847,81.274768748313,1397.5185989578856,610.6823308648093,7755.432322164311,341.61010075714665,4524.1107108204,385.8089666048758,5112.977335105516,274.64004420784795,5805.437303667201,82.77051534528199,1575.3522058000613,151.50209728891008,3029.0796064579204,342.9602385577245,6952.186354914949,255.9168722955506,2024.1013640626538,181.61520372530447,2756.708993782446,218.47436694767075,4927.817948384891,246.08910957719303,3300.1925856104976,226.91227046499256,4204.210332338077,266.41740595891997,5926.6353715948835,3565.946912605908,1211.61650165408,32162.79984026649,12718.539214992777,771.724816266414,5840.218341739389 -4163,1033.444701107922,4515.848799690116,241.08733445933697,1809.308234426355,432.7389021499678,3220.4797464934904,479.3777922964736,3795.127081292543,77.38689066772777,1387.9718611685473,581.2681833402104,7702.453364404556,325.15609612705646,4493.205577451623,367.22657106138087,5078.049532371813,260.6348449020297,5765.77916406757,78.21876361167214,1564.590649963993,141.82122249796925,3008.38733891497,321.16913744511044,6904.694536027901,247.3032932869902,2010.2743101714516,173.87363177012577,2737.8773460714415,208.0655756950929,4894.155007611217,234.30970425480734,3277.6482893895845,214.43381341832819,4175.490504434543,251.7664655319014,5886.149302995993,3300.9276408856745,1144.1907944775112,30630.092529474496,12218.75891124811,708.6232651365702,5603.695608066983 -4164,967.5584968061312,4483.35834249207,232.1174103359144,1796.290692352596,414.72297732292463,3197.309161294136,461.1181550548608,3767.822045303663,74.09045777073818,1377.9857340089127,556.3934314220911,7647.036045876685,311.24138780886403,4460.878032847776,351.4915453199314,5041.5141747237885,248.62596783090555,5724.295755421032,73.16490848430973,1553.3337926598676,133.52209098659424,2986.742708103401,302.2948316169791,6855.016902378212,238.44455548207594,1995.8108650190277,167.00060619898792,2718.1789702683946,199.2266595271679,4858.942727296096,224.3246354867837,3254.066390132026,200.578858706894,4145.4488441547555,235.49938096069448,5843.799859851789,3162.3593670969935,1093.1114115208145,29320.39004968975,11624.138410807293,680.625511515762,5345.646962176301 -4165,953.3670358690656,4413.048991829659,227.46812757525103,1768.1207307897994,411.0353301039099,3147.168014005737,453.08075469703675,3708.733946343104,73.70678464871703,1356.3757544402533,553.7484121091292,7527.112966389181,309.7617882391074,4390.921225045658,349.8224826957023,4962.451659327541,245.30008007597715,5634.52565746818,70.19566576332835,1528.9739530082395,127.15620547262078,2939.9037261705594,287.96959214471894,6747.514501194245,233.0010460956577,1964.5119691367784,165.00636767723893,2675.55168425102,198.1454828596858,4782.7433513006135,223.17169965981023,3203.0351592053926,192.43879089930675,4080.4386901203684,225.94213777951674,5752.155663211713,3111.8753025201127,1083.8819357577145,28681.32867093992,11342.039581243058,663.8784311284061,5185.161073369552 -4166,919.3372601514785,4345.01396856981,224.54506907525067,1740.861995328621,398.76194585049603,3098.6488043998725,444.42711368336364,3651.5571960348257,71.1595954655318,1335.464802358532,534.3201234863645,7411.069091350423,298.89378158733024,4323.227340787579,337.5474789724495,4885.9466137925165,236.41505964266892,5547.659392245702,66.84606829107379,1505.4020917737034,121.51566051829498,2894.579865329213,275.15590073866827,6643.489527330407,230.1609606868864,1934.2255123668847,160.8987456045937,2634.3032817501735,191.35898872479225,4709.008829940425,215.44848079282065,3153.6546578871184,183.25599477435293,4017.5314480510647,215.16062861720266,5663.4759215941995,2963.2975298443585,1040.6524963353736,27868.0043264141,11032.37474982995,632.173877616149,5063.226732900947 -4167,939.2876317999614,4226.033914424025,231.32946346865913,1693.191756299973,409.79185129695844,3013.7981214807514,456.49419204522934,3551.566154338898,73.3384603627559,1298.8956047348227,550.6869365380354,7208.1308710948815,308.04922685416307,4204.84387256118,347.84457842449416,4752.154134213033,243.48046607496664,5395.747149926944,68.46336263012492,1464.1794803653058,124.71775267520655,2815.317227372832,282.3823939477891,6461.570033078722,236.28225331997263,1881.2603762692163,165.90561488499296,2562.1678296282043,197.2169797211511,4580.0614595494135,222.04561681077146,3067.2977428882878,187.68974668411673,3907.51888821139,220.3662910524869,5508.392260948012,3062.864123166076,1071.9259222693163,28679.0923919068,11324.816491888878,654.1709137534403,5195.793430744927 -4168,979.8722065292166,4173.8542353357525,241.4421086715305,1672.285581795057,424.7207193042746,2976.586158207348,475.72320209940824,3507.714262483119,75.85928593316923,1282.8578830324711,569.4915550641283,7119.1306493038865,318.5683581679858,4152.9258311234,359.74328222829394,4693.478344401005,252.48567305203284,5329.124789476005,71.56500680846995,1446.1009658620665,130.52481306937773,2780.5559470729736,295.5161119011992,6381.787746055027,247.02675353339842,1858.0320812050984,172.41311331634324,2530.532235161254,204.02176923515583,4523.510532130643,229.6733075999136,3029.425209176284,196.1927881324736,3859.2719773377407,230.34970112013198,5440.379048965125,3159.6148973649188,1108.1845815607478,29841.904393587294,11818.13993118984,675.5723102007693,5431.1965924511505 -4169,1060.8577594425396,4147.017116517781,260.9821359358659,1661.5330915724069,458.64617991498125,2957.4472539965946,513.0652177920692,3485.1603017710295,82.06297121677126,1274.6093416382737,616.0759764100031,7073.355942200187,344.6272566580432,4126.223278114116,389.1286227041291,4663.300137665395,273.40609928381303,5294.859492437078,77.85917144777382,1436.8028013226665,142.10829481784035,2762.677481241593,321.73226234439977,6340.754018867817,266.210933238736,1846.0852749872975,186.5446287790927,2514.2613760371414,220.70390935755296,4494.425187319753,248.45617175903112,3009.946559538612,213.44800495729342,3834.4575648626133,250.60902908113988,5405.398407399875,3429.660818398229,1199.4940151029487,32304.25435998111,12792.071763588114,734.1941394136375,5877.2093615622925 -4170,1117.3337661960363,4080.021791367609,273.1776271429036,1634.6909188516117,474.16078863877,2909.6695055984014,537.2537766330524,3428.857315538438,84.16195509309456,1254.0179466950556,631.4300862724768,6959.085427288853,353.2162050393204,4059.5638787452535,398.86640712896354,4587.964227487606,282.47584843617807,5209.320700733666,82.92030946585697,1413.591160727337,151.3222616086182,2718.046250904098,342.5947956715205,6238.318734600648,281.03912766262914,1816.261650011143,193.02156252885896,2473.6433236714524,226.43359415923496,4421.817462700462,254.79621899191778,2961.3206815219187,227.32292544110555,3772.5116591393644,266.89955544010905,5318.073852498095,3498.254775836413,1229.8145735773217,33751.97588407135,13479.082754017856,752.066018305082,6229.509531101922 -4171,1146.9974908483584,3923.3528020816975,275.7431401337459,1571.9203290980963,472.964467222378,2797.9409404317585,540.8731857535868,3297.192428069554,83.60041739903383,1205.8648400938152,626.9160852505516,6691.863109370252,350.6911142253551,3903.6804540120183,396.0126973924624,4411.79072764964,281.3139242533845,5009.28769826861,84.12137764242495,1359.3105931864427,152.52816776687877,2613.6758380150122,345.4157099928059,5998.773177990853,284.52986404344534,1746.5189154041727,193.06475324309613,2378.6577527136205,224.9858738004665,4252.02384195221,253.08508384190324,2847.608759907404,230.6156089020141,3627.6507689457935,270.7654908719016,5113.864831560629,3400.806485169329,1215.395661819362,33840.513826648974,13669.058678199584,728.171261638175,6322.978606518585 -4172,1090.9896116152179,3773.6367722371688,256.3543671612178,1511.935493989818,431.2661397164578,2691.170881639532,501.2524293879058,3171.370819647774,75.5779304216349,1159.8487651968135,566.2462316579971,6436.500100347359,316.7529539885526,3754.7151254169794,357.6846891615388,4243.4357961486685,256.62639942147007,4818.132147298052,80.95298969300448,1307.4389936633245,145.32204529370853,2513.9373771861633,329.2320473972241,5769.858637430008,266.30850470359724,1679.8713587725222,176.7568624766562,2287.887635148298,203.502472501289,4089.7656509265157,228.77966018893918,2738.9433658960293,221.9295919028714,3489.2187955324307,260.5672494445668,4918.718593542833,3013.316793338295,1095.0764827433545,31351.10451774307,12885.689771216714,645.8541183859097,5990.424990321519 -4173,906.140589655826,3649.328275521913,209.1688862879381,1462.1303750204875,349.230171491148,2602.520217335624,408.96617810779986,3066.9017456718684,61.003499916503735,1121.641840386404,456.8923951685621,6224.4734269090895,255.58141976643955,3631.0299323246104,288.6280690222234,4103.651509381125,208.20995275272355,4659.416616271732,67.5927550545724,1264.3702550277185,120.61048427835541,2431.125014721018,273.31527556708727,5579.79199965627,218.1898464022238,1624.5342142915422,143.3892083855355,2212.5216447935613,164.29242468408768,3955.04345833908,184.6559755041881,2648.719013910793,185.3030085947313,3374.2793963898594,217.56402492040692,4756.689614329182,2408.0655519107827,883.0752994438969,25586.960505043113,10617.000016314605,515.8361029676128,4941.897549444305 -4174,706.167095571935,3355.2896312612966,167.8817880432378,1344.3216166012946,293.5578940801229,2392.8264165616256,325.2841037760752,2819.7911644104706,53.31234198200496,1031.2673875575383,400.45517358678114,5722.946682943359,224.01095509669358,3338.4656470746754,252.8616708771903,3773.0065152242514,179.72471497763294,4283.991759570401,52.55348135735815,1162.4956941323628,96.90933686302769,2235.24110146731,219.3111214053214,5130.209405007253,167.53052603767904,1493.6400327159056,120.88972329490022,2034.251339763432,143.3344715875694,3636.372314314493,161.41808664291509,2435.3028208262554,144.07340253823293,3102.402364738299,169.15639728629404,4373.4271452475605,2279.015941300424,784.4093658404519,20967.303795183714,8325.072908915408,489.5144669569645,3796.7115206747008 -4175,553.8530092923994,3121.293346406322,143.1533068908058,1250.569273732257,271.65127038445365,2225.951853316311,277.1502178096718,2623.1402850373843,50.63983144250721,959.3472960303438,378.14643554781384,5323.831134242294,211.53165143243953,3105.642658783863,237.1976476418228,3509.8788558203128,158.72422415449975,3985.2282350302053,40.3976516366372,1081.4238036307306,75.2213732833827,2079.3564622918016,170.1638143026666,4772.431068938995,140.75214960590867,1389.4742953351952,109.70710168993398,1892.3836298849974,136.61730260122616,3382.773458355458,148.02240337359044,2265.4659735803834,110.74865024198117,2886.0423162016973,130.02984832180923,4068.4264399322547,2329.244499662196,753.3972106990826,18157.188498610954,6687.2521756605,492.60493935218705,2984.660883318533 -4176,563.6305219765325,2978.010430099911,145.02258834784192,1193.1619131617256,284.13409762489937,2123.7695725422104,284.610606779576,2502.725076273453,52.006964286347056,915.308475236983,381.059905131843,5079.440759426878,213.16141962426462,2963.078187018183,239.06328764962527,3348.7579285216466,159.76106257384703,3802.286402818499,40.85769835133211,1031.7810628977,75.6469644504657,1983.903640370793,171.16545113336787,4553.352704447493,142.70163230214715,1325.6905021849484,113.20642919488478,1805.513792555348,141.8340517759564,3227.4873020974624,149.13342698733263,2161.4697978088016,112.0098510949167,2753.5585943095552,131.51062262697886,3881.6653955841603,2410.3526785035438,774.6109334588668,18469.166891342076,6745.676747384232,506.91015148397105,3010.439836791005 -4177,567.3897561204543,2901.527888851012,147.5241747534966,1162.5186171149264,300.0285563755051,2069.2260114138276,293.8092785206822,2438.449017349671,55.52411350004844,891.8011303649804,410.43650067712747,4948.98838307601,229.59441802118107,2886.979142041122,257.4981911116661,3262.753690990436,170.9478216180471,3704.6344524746123,41.7145450000076,1005.2824190698277,78.59078612957214,1932.9521761063077,177.70327488288888,4436.411547183981,144.98450671145685,1291.6435500682521,117.69936907202981,1759.1438128807174,150.67054715299037,3144.597588811708,160.44333039715426,2105.9580033240472,114.35886411821615,2682.840521383439,134.26859580731292,3781.974799899366,2653.069530312264,837.0740966740658,19270.817720513867,6875.674631163237,560.6387511343221,3046.0123649611996 -4178,646.2869799429958,2913.484376141814,169.35849433133723,1167.3090722142085,354.45931313920204,2077.7527860839355,342.46113607902555,2448.497269788408,66.6322286320912,895.4760248652549,500.3988914074098,4969.38195466012,279.9185551518636,2898.875677502063,314.0046916650959,3276.198701527555,207.30879116000605,3719.9003456332753,49.37163354138648,1009.4249422258036,93.36696206117183,1940.9173996067082,211.08278686968194,4454.6929149021735,167.41519165459383,1296.966097457846,137.07685004305927,1766.3928145953728,179.16877603224225,3157.555706929333,195.41993109014106,2114.6361415554456,135.35048581862156,2693.895851480532,158.91483194444498,3797.5593937276326,3262.9643720939307,1016.7313466046224,22785.596097411028,8004.541627762824,693.9597082500358,3528.5238115785305 -4179,927.7843072261799,2985.3532708171656,231.01561958973969,1196.1038766248782,458.8012427419303,2129.0061229362955,457.32180613243236,2508.8960122139083,87.62613911585258,917.5653391730145,670.960940753362,5091.965068963279,375.3294028505419,2970.3842095022337,420.9291406048795,3357.0149164157265,280.71693329393185,3811.6616498408353,70.4704112814927,1034.3251117443265,131.46542698143742,1988.7953251957974,297.3752785537846,4564.579845662414,228.87289150525928,1328.95923962775,180.78378987261212,1809.9656239047415,232.91691161322106,3235.44527462057,262.483794667732,2166.799305147006,193.19199545610678,2760.3480071199615,226.82647428440427,3891.236366333412,4131.970516400342,1317.1038722710189,31126.23840114569,11381.547806804141,879.1275350824692,5033.307508747257 -4180,1296.809412330619,3171.3286564162718,323.9285373393027,1270.616290899725,606.5534117177729,2261.6345587487035,629.1528913858976,2665.190045439606,116.18801063691632,974.7259336772511,898.1902220594129,5409.173814881116,502.43938091722043,3155.4270833690384,563.4102440852802,3566.143313260859,377.7563307508973,4049.112691910787,97.55581389388433,1098.759365931884,180.6771174061484,2112.6891976887323,408.81088447747163,4848.934633818729,323.7126285034918,1411.7480035074814,243.94940318771387,1922.719132213885,307.0497066594237,3437.000376462056,351.7136038497294,2301.782102737419,267.4456131555712,2932.3064785109673,314.0075516673863,4133.644590097173,5306.672952643144,1731.3795007084234,42400.341865837385,15875.649996602819,1131.9416535289013,7084.088241558323 -4181,1404.813811297713,3696.504420457616,353.32832123546507,1481.031846545955,648.3480099847154,2636.1639078182416,686.5502592865083,3106.548658838836,122.83333979290474,1136.1416973554103,949.1706032178674,6304.939375260722,530.95733905024,3677.9695281681015,595.5085101992153,4156.700849905169,399.96488999934076,4719.650527010722,105.53024289833135,1280.7152122089271,193.81311578090742,2462.553019381654,438.68125753233466,5651.92392537326,358.3651067637489,1645.5351371354775,261.03390162292845,2241.1236871168803,324.69327271128435,4006.1716905315993,371.7990089177444,2682.9599324196483,289.3072118602857,3417.8998881185403,339.6752266903792,4818.181007187682,5522.3695720552005,1828.3060307594508,45441.75135002329,17190.906813588754,1179.1895847714777,7738.390915136503 -4182,1303.0922980540724,4117.8406848319755,319.54330894983025,1649.8433383406493,597.8895870212825,2936.640067687448,630.8983541355824,3460.640378510118,108.62096470185966,1265.641799104081,813.5334762663059,7023.591188248489,455.08317295357864,4097.193141943526,510.658835822864,4630.4913852358295,344.5713030043898,5257.607390039982,96.43271404520647,1426.6941430748402,172.81711612562168,2743.2406020253716,391.55049938731617,6296.143502134928,328.7364788170781,1833.0971007409694,237.10570927031094,2496.5722338857813,292.53304386018476,4462.804558380823,318.9686568640099,2988.7700131909937,264.3666769479219,3807.480152893965,310.3925766117228,5367.368605993969,4777.701103134483,1604.002943596888,40723.493478244454,15603.458602302479,1007.7286771828225,7083.408258695106 -4183,1200.7864189359577,4326.8193115304,300.2658425552834,1733.5721713632513,555.4153160472678,3085.6732759690194,589.5381470157471,3636.2663750335046,100.02212069834295,1329.8725708391673,742.8201906169443,7380.035391254662,415.52680884306216,4305.1239148059785,466.1780103871249,4865.486812375565,314.5577520212028,5524.428682115996,87.1122859754822,1499.0982513339802,156.95431459002648,2882.458871402885,355.53151339795846,6615.670050944587,308.25527657017955,1926.1259826325822,221.53327111211584,2623.2721906890297,270.69723123056826,4689.289951870967,291.2379867111095,3140.4487935709035,238.81507217435885,4000.7081173618903,280.3924701921342,5639.760232118919,4380.600727117127,1475.2072482930794,37443.83097478487,14303.305668701923,922.999526625919,6512.001933241189 -4184,1136.006601251584,4383.222749613199,276.01066140875935,1756.1706261609777,508.34039234543724,3125.8974150036825,542.5787921188191,3683.667921197035,93.24451245037118,1347.2084889366597,706.9675108442909,7476.239863701712,395.47114826384495,4361.244536603251,443.68103143097323,4928.912198185686,299.8773598129887,5596.443885127641,84.09987641366098,1518.6401571338877,150.85477228896707,2920.033953414313,341.77751667264135,6701.91042966812,284.9068469398149,1951.2345253701017,202.57704652500098,2657.4685737428717,249.32043811554456,4750.418475252521,277.27372647617676,3181.386973866148,230.5566640879548,4052.860443663946,270.6962838412539,5713.278871135448,4063.94916429778,1373.822833036819,35282.240384768775,13622.01795699495,859.6250915885356,6184.868108528854 -4185,1058.8679707108308,4489.7264705649195,259.08442927847534,1798.8421299828547,472.24485567054944,3201.8505948964075,507.35241888913305,3773.173831064973,85.35076335019656,1379.943014459498,639.5114058225312,7657.8978376849145,357.7368211538153,4467.214230059874,401.33585662661807,5048.675103093365,271.88721646876985,5732.426501552095,77.05855820545797,1555.5401361586219,137.85415379436,2990.9850547178985,312.3578944612064,6864.7537162220115,267.49817735770046,1998.6456995842614,188.9151292764186,2722.03985099335,229.80754900001713,4865.844332571052,250.9119077907249,3258.6884412702348,211.25315371321955,4151.337008147542,248.0320570482322,5852.1003487034,3672.2118249036407,1252.121147799012,32477.636147256733,12588.340939110169,773.91012797549,5739.866840046707 -4186,998.8250229602087,4581.5445037789805,243.72568665769975,1835.6297043530224,438.948487525448,3267.3306695058677,474.5250998380359,3850.3378637548212,81.62647237823857,1408.163810172964,627.7426964029112,7814.507181844353,351.1535129304963,4558.5718722768515,393.9152841196456,5151.924025125023,266.4290111718354,5849.6586158840955,74.3083486710896,1587.352015306272,133.8354786747496,3052.152782172416,303.1675350634756,7005.142710708598,251.22481590153774,2039.519396106909,176.47357029149495,2777.707461723555,216.3991135827026,4965.3542380121835,246.21777500639797,3325.330889423024,203.71355719029455,4236.234741182244,239.17982643285677,5971.779876557056,3540.283555909107,1202.3915534160838,31076.679656272092,12053.74935925636,752.4375808237916,5472.478869729951 -4187,971.8522406204622,4550.873513545505,235.2283007727192,1823.3411451808809,419.56078827983015,3245.457638048618,457.1096434189106,3824.561910925509,75.49754779496946,1398.7369065527278,564.3199856895534,7762.19323547625,315.6754296422509,4528.054671525473,354.117471545181,5117.434649036265,241.165184154534,5810.498279860085,69.84948121627083,1576.7255424828852,124.46914670489012,3031.720251593292,282.075213988272,6958.247026624984,243.03374431377532,2025.8659044890974,169.3001572809199,2759.11219579092,203.5634250820466,4932.113846870244,221.60674632906264,3303.0695775120644,191.48973891811482,4207.87541513699,224.82785706463434,5931.802004003539,3171.8011974645115,1097.5733661939319,29178.829932521512,11461.91634349706,666.2142205013931,5237.885947962747 -4188,905.843197762383,4501.552999531479,225.03961896091403,1803.5805163179655,397.7116622310839,3210.2846897249897,436.4940934012819,3783.112866304984,70.73107644475157,1383.5779655282774,523.7977862941113,7678.069745972446,293.00768256862114,4478.9814588293775,328.6738851378072,5061.97397614074,223.4878270297792,5747.526465550738,64.18732094780155,1559.6376330995906,114.74120396082881,2998.8637020297288,259.9953981008123,6882.836378764031,233.11075346849856,2003.9103947533304,161.06957871291067,2729.2100613295383,191.73704526132855,4878.661605365553,205.65126423643807,3267.272254448241,175.96713842571288,4162.27217484393,206.60279171912498,5867.5155493270695,2964.2589562246785,1029.692629136485,27269.57921464641,10665.272938538692,622.7297491260798,4898.543234497313 -4189,885.4619592081727,4442.680290256605,218.12299544747987,1779.9927297469608,386.87919807295265,3168.2995887504085,423.50871317586024,3733.6361403939063,67.72694973885673,1365.483102859295,493.4413543908676,7577.653563380819,276.02657269041475,4420.403947179363,309.6441330342101,4995.771907146922,211.2488283597311,5672.358528020905,61.92122845313443,1539.24020737625,109.96552381498421,2959.6436304448907,249.24214206648594,6792.82050531865,225.75316116341406,1977.702631766759,156.56208524957373,2693.516603869982,185.29249966519632,4814.856952532838,193.84310112333478,3224.541852389659,169.75473065099305,4107.836685647649,199.30881171219002,5790.778357265289,2804.1616797103875,979.8954488317032,26237.02925252935,10310.201155370198,584.8594871890966,4743.53033880466 -4190,860.5684994447997,4366.457671959339,217.51832388768088,1749.453573753907,381.5123824818719,3113.94139180017,420.29745864940685,3669.5785211647526,65.27375668567291,1342.0556467875913,465.692958055915,7447.644524374067,260.50437401404463,4344.56352185672,292.2146162742607,4910.059951683056,199.54829397510701,5575.03844404484,58.50403696737902,1512.831618162222,104.1006582774323,2908.8653227566037,235.9298788599291,6676.2767680449415,224.8617677435626,1943.7713868970206,154.99168317715768,2647.30421077377,180.64979637655586,4732.2489367245125,182.9714798800534,3169.2187125865785,160.3866280674612,4037.358945351026,188.30973447433448,5691.426556205481,2673.9348503633296,942.142928947537,25298.409001629872,9920.719961758596,555.1129154201255,4593.611352262472 -4191,871.7939326712341,4271.9104382984215,221.64375424522692,1711.5725250313126,384.8830897788031,3046.514986577554,426.25139308020994,3590.1208637355526,66.50594631494378,1312.9960157650278,478.96279806437724,7286.380121974977,267.92740093526317,4250.4903638610385,300.5224557616456,4803.742057312497,205.051871035499,5454.321720779049,59.721453707380164,1480.0741622934643,106.43130067991416,2845.8794449534194,241.1964439909244,6531.714849209244,228.77482624600952,1901.682760072455,157.18951487173192,2589.981935237948,183.1216069515399,4629.781197523607,188.15426588787918,3100.5953834138904,163.72413050324246,3949.9377109645234,192.2282918070883,5568.189672465795,2728.0557397109897,961.0662790398753,25784.868503070356,10113.319766177572,568.5826489450286,4680.297965714417 -4192,908.1000703304724,4232.337063334752,230.96687880056285,1695.7171595481457,397.7976267259533,3018.293215162259,443.3792166274844,3556.8633315008437,69.01381367799438,1300.83291346966,500.04450723972633,7218.88183125482,279.7203158953624,4211.115416427559,313.7499210466437,4759.241993837736,214.19998200362954,5403.794931477996,62.381275167829344,1466.363310756556,111.28938597019908,2819.516285893044,252.19480597600904,6471.207494334435,238.87155950280683,1884.0662847241872,162.94878183629777,2565.9893146639256,189.3940901637678,4586.892642162807,196.4470868914873,3071.8726314998,171.0159315039286,3913.346970503823,200.78958601735965,5516.608053197324,2822.119485340482,997.3668255313987,26856.65612554898,10561.623109637309,589.3096136684986,4889.1914918207995 -4193,981.4332519527109,4198.352041285889,249.15880849282775,1682.1008090085993,428.145204460997,2994.0567803197087,477.0533552082829,3528.3022606463865,74.80747161389777,1290.3874232866733,545.1213951744536,7160.915309559587,304.9359140073858,4177.300800971379,342.01468622192505,4721.02600544266,233.3793087216908,5360.403281156763,67.77927100014374,1454.58863669304,120.98201222378596,2796.8759995195137,274.15355086217835,6419.244683696559,256.99266849083097,1868.9375193943717,175.77035444734975,2545.384811258119,204.644408386733,4550.060592813494,214.14375251244576,3047.2059621040116,185.81433507990494,3881.9233903193476,218.16437269137103,5472.310530689717,3064.587284074676,1081.2689374997967,29101.52457368488,11446.784773679039,641.0371292985212,5291.364837083439 -4194,1028.4429025634188,4121.024752019974,259.4038447470158,1651.11905841848,438.411040366891,2938.91078673613,496.4206648559662,3463.3162740393605,77.25498369562841,1266.620440298028,572.271943222854,7029.022089528083,320.1236818298007,4100.361243685346,359.0309619191305,4634.071852964546,245.24614505654023,5261.672767129404,71.62335032613765,1427.7973159161322,127.62486732684313,2745.361777432149,289.22728458877776,6301.011913875557,270.14967625500617,1834.5145194265401,180.32526215464804,2498.502676159001,209.38815305828476,4466.255364433892,224.85828801593786,2991.081041047542,196.3527347028878,3810.424237804399,230.53749418347962,5371.518854527671,3131.361520469096,1116.7258111044891,30404.766455541874,12059.858403045693,658.389676777384,5585.9273852116685 -4195,1057.904315174864,3958.7024180508406,262.77316373862703,1586.0834142884526,439.76905145106264,2823.1505360857936,501.81550673599907,3326.9003059965103,76.74759012942172,1216.729745994042,564.7785278166293,6752.157149434351,315.9319339069313,3938.8528210860054,354.3454946445248,4451.541195126308,243.3517821101194,5054.421645008958,72.96026084196485,1371.5580534266824,129.22204903007375,2637.2251953638174,292.92085538570973,6052.822441165823,274.3066494635533,1762.2551430790388,181.314203428668,2400.089584700751,208.79543056615807,4290.334801350227,222.1146125121271,2873.265865238254,200.01782485352163,3660.336093978087,234.84067183242954,5159.941023795458,3037.651508594932,1099.8809753003593,30638.26986578545,12297.698340049028,635.333023681538,5708.6156170374925 -4196,1005.0699110987716,3815.7444038581816,244.3070754876541,1528.8062281537514,400.84757410794805,2721.1999594106005,465.0480597853751,3206.7581455265686,70.51642140116373,1172.790785716727,526.6485037743333,6508.320943611339,294.60234780851715,3796.611622320462,330.45652810525837,4290.785618639856,227.88853248841534,4871.894643745082,70.31849212527042,1322.0278804149991,123.28987680560687,2541.9888181132915,279.592629325398,5834.240849252209,256.7698934496856,1698.615983286012,165.9423497977536,2313.4167296387523,190.22486257402352,4135.400765231222,207.2797605130275,2769.505506675041,192.77551477428764,3528.1527864157906,226.3374848496114,4973.603470674647,2724.7978765155717,1004.7115163305175,28721.724925872688,11717.46298441729,570.9727755880126,5446.2669136478435 -4197,832.9100518331936,3662.25948176027,198.9991441885562,1467.311358478067,323.49965525701367,2611.74211329264,378.66493777390536,3077.7691535869285,56.85933616060054,1125.6163203094338,425.6040435046384,6246.529526972333,238.07900251244476,3643.896299329048,267.0748116706915,4118.1925865306075,184.90695805556655,4675.927018369449,58.439683627168236,1268.8504857153973,101.71192156381505,2439.739580630984,230.73078165369037,5599.563704383044,210.09755050376884,1630.2906673646128,134.23051130135758,2220.3616009541406,153.18392840733134,3969.05795053604,167.63239560875843,2658.1046129170754,160.2102057934386,3386.235981132654,188.10259730849435,4773.544698270882,2153.8552170015823,804.9508512551799,23477.272783042226,9684.437135395316,450.2256351197128,4504.478390694663 -4198,656.8438188718236,3373.2243590459248,161.9664439991388,1351.507297987516,279.1196230678002,2405.6165763192403,306.1615978879188,2834.863540419987,49.49872668552221,1036.7797283392956,360.25915489625936,5753.537034944044,201.52567052089813,3356.3104471303145,225.94842874450083,3793.174027485999,154.86923256481106,4306.890595284504,44.92467689392547,1168.7094777744114,80.74970538635974,2247.188934618381,182.93152101959387,5157.631451765809,163.12154376201457,1501.6238523973418,115.73740056329514,2045.1248404246724,135.5011266538579,3655.8094880753383,141.61590650027804,2448.3200258859088,123.15932057909899,3118.9853569698976,144.60120046001964,4396.804031882063,2023.7019325176193,707.7639635102224,19228.148667390265,7588.549501940576,420.5085212587863,3469.229854084666 -4199,562.1112005473553,3147.3506963693985,126.20570965015605,1261.0093437936723,276.7488076566852,2244.5346649926314,309.1065387736145,2645.0389266655925,50.330501112095035,967.3561710236459,378.746508689058,5368.275829313648,211.8673268497253,3131.5693528298943,238.82192869354193,3539.1802163538914,167.2589826828239,4018.49793296567,42.99044358712657,1090.4518043285987,81.91905326393513,2096.715458394588,185.14648303912355,4812.2725361568,122.92764500836998,1401.073979812123,107.62879555683291,1908.181729273856,135.17311752248582,3411.0137107340624,155.55499579593803,2284.3786591730372,117.85669234942272,2910.135730788346,138.3753914510139,4102.39069762255,2363.9752612766056,764.4538523901763,18459.524966551686,6875.358194617051,501.68829543426534,3099.504933569326 -4200,571.6100792341822,3008.0316098027315,127.78195908508947,1205.190120936803,289.45758010629226,2145.179191306552,317.3139969808855,2527.9549272176087,52.785735886035816,924.5356558878185,397.5278852502081,5130.646357059211,222.3734568213041,2992.9488354977443,249.85387214515399,3382.5165958981142,171.678111176324,3840.6170688990665,43.47966187407756,1042.1823980945617,82.37722389959212,2003.9032774098928,186.2237809693067,4599.254833737872,124.54708192273529,1339.0547242824116,111.05031114007485,1823.7150901311952,141.70320780077688,3260.0234461302384,163.16190920497843,2183.259470728134,119.19786597606934,2781.3170858670346,139.95006168731052,3920.7962774673183,2495.2500076920455,803.1425510357379,18939.4091282402,6982.8885312471475,523.1637282480781,3130.220966008167 -4201,574.6508041573753,2928.559951458494,129.896011695042,1173.349213009236,305.37851224371786,2088.503939881963,327.4300474186921,2461.166809157026,55.876739211883354,900.109588843729,421.19874756619885,4995.095595875536,235.6147203262151,2913.8756613591063,265.0929213699932,3293.15111104852,182.1857587654844,3739.1486513013506,44.37638276418496,1014.6481251155683,85.53199525005596,1950.9605104196016,193.22647984869334,4477.74334177291,126.43161425060285,1303.6771374227483,115.44189104861763,1775.532862894015,149.91874579332227,3173.8942084384653,172.7401810846852,2125.5781451166968,121.65619274012104,2707.835184787707,142.83637999057336,3817.2095394873027,2721.000278941212,858.7886257839913,19709.41102043167,7104.773896300728,574.9405492643103,3169.220838482321 -4202,653.8559234411078,2937.0074694475456,149.04974592427493,1176.733773594857,360.4982493575539,2094.528291404482,381.55011441685383,2468.26611777253,65.94489639281822,902.7059816340108,497.372448226758,5009.504097187648,278.2255905651624,2922.2808220780903,313.94698746700385,3302.650303044706,217.4725089015865,3749.934336422761,52.50951911739012,1017.5749077089048,101.5641303882317,1956.5881138427414,229.41385911835238,4490.659525172585,145.9192329863595,1307.4376327695513,134.43711759426594,1780.6544400677992,176.8732206860823,3183.0494003640315,203.88244167571847,2131.709438283178,143.95288170247082,2715.6460156445205,169.0148939274764,3828.220393554585,3292.6077426277357,1023.8797488691262,23166.193148125705,8235.206833474898,703.9767472841555,3673.083795877812 -4203,941.4078929610798,3015.179513033624,203.52668827943796,1208.0539812536992,466.81504831172816,2150.2767219383495,509.8244044588894,2533.9620373599764,84.74225235892835,926.7326046766077,638.2886672085814,5142.838171650746,357.0528323760173,3000.0608979446392,404.32617443459606,3390.5543775575807,288.5114873784581,3849.743422181373,74.98344643880948,1044.6589076186779,143.13199312786256,2008.6650979520425,323.4727604545185,4610.183917188538,199.7429194573412,1342.2366833944263,177.33796513990998,1828.048734412889,227.4700596913103,3267.7701506686612,261.94614505895873,2188.44749048625,205.5643124576761,2787.9262535763824,241.35279582049793,3930.1131584096756,4122.539255140776,1309.1794512424833,31053.32784681525,11486.723241512917,885.7300304461654,5173.933413216788 -4204,1317.7612204662228,3197.4509855414685,285.71245690982437,1281.0823953432255,617.7714204828953,2280.2637103457864,701.8923240981503,2687.143295667176,110.95406185110248,982.7547803863004,834.2738971510142,5453.729341600758,466.6851743708086,3181.418430760788,529.5532281875101,3595.517742539308,384.22649741315263,4082.465354426261,103.82745116549911,1107.8098797372554,196.79903995712831,2130.0914818858037,444.8806566005247,4888.875453624619,282.9289051870433,1423.3766140946716,239.3596612368241,1938.5566272919764,298.13210474547543,3465.3110515022217,342.8812573650035,2320.741950856768,284.6390720448676,2956.459974797968,334.1943697154405,4167.6935443897655,5216.473967196415,1695.938940928896,42206.3078798688,16021.061873165525,1129.334886341655,7297.40343940336 -4205,1427.9786297308824,3726.850508577338,311.81080064553856,1493.190231282266,660.9019483278392,2657.805235176584,766.1831237317541,3132.0515633741584,117.25778004792922,1145.4687404596004,880.8230593159543,6356.699152636419,492.724349198099,3708.1634559193426,559.2885711138125,4190.824875181711,406.7963091268903,4758.396032086901,112.3278710456044,1291.2291173109666,211.14865802468242,2482.769105290295,477.47532387160607,5698.322836878988,313.4631190131779,1659.043995396069,256.1602577539249,2259.521970781864,315.2480038754551,4039.0599615345477,362.3099224452065,2704.9854271222384,307.94265505210325,3445.9587998339475,361.5550766600829,4857.7353885139155,5396.583883236467,1782.5311807925657,45443.118482522084,17449.429223757423,1171.6686875638638,8010.56330652432 -4206,1324.7637407372977,4138.63457769085,281.95076167023893,1658.174565368871,610.0339344797144,2951.4692423948377,703.9975833968864,3478.1156017548874,107.4536155424164,1272.0329205637393,807.3082229487875,7059.058272536363,451.6008232841119,4117.882770740849,509.8363856415021,4653.874014414079,361.6054125932096,5284.156771895677,102.67628488793983,1433.8985318368334,188.37175438390946,2757.0931659127377,426.3834275542158,6327.937188056226,287.5358573866482,1842.3537057507565,232.67836755198775,2509.17919455259,288.8616891551012,4485.340418055748,332.0245188142093,3003.8624288988262,281.48319277271327,3826.706815706152,330.48905590634615,5394.472249934891,4841.433662303465,1626.221286564243,41240.689120068695,15985.136453266217,1025.458044588675,7335.697317770642 -4207,1220.5095191426374,4364.833148784278,264.98540023120586,1748.8026965239485,566.9209044648649,3112.7828623154473,657.9135878764763,3668.213269100449,99.8406931354223,1341.5563403327437,749.9158988493784,7444.873657910124,419.4960830167434,4342.94714431295,472.8087644077294,4908.233183446261,332.8926131798223,5572.964273210123,92.74903436963461,1512.2687751878238,171.07379064685207,2907.783091006072,387.1453863313014,6673.792885880583,269.6676755652568,1943.0482144991036,217.40364337713544,2646.319291792543,268.4373045406323,4730.488322367197,308.4891716322163,3168.0396173949553,254.2680069642585,4035.8568620456313,298.535741125614,5689.3090836374795,4455.992822711974,1502.7544563885149,38213.249957602646,14765.866014119489,941.3450410168044,6777.063448814718 -4208,1155.6082426784358,4435.20748491196,243.61784106384087,1776.998694994234,518.70821144792,3162.9703540197042,605.5659857236093,3727.3559819575485,90.94926945258018,1363.18629355446,682.926763057837,7564.90757979688,382.0229742156821,4412.968611732332,432.21055188332735,4987.36877467524,310.79094226883603,5662.817343790768,89.54877063161526,1536.6511301307862,164.44970935111357,2954.665365232258,372.22055254915887,6781.394649290098,249.30013969893872,1974.3760392975241,198.80970485144027,2688.9859773206367,244.57417660993121,4806.7581278554235,281.0038691237934,3219.1180154231743,245.49460368349526,4100.927103608455,288.23489957701645,5781.037985095648,4069.0736922723336,1375.416096813984,35477.47717702452,13871.313853899941,867.9385210854049,6388.7904393470435 -4209,1077.223139663748,4531.639164699571,228.72059118799297,1815.634761000532,482.14994897486895,3231.740652905188,566.3079645113241,3808.3973311456803,84.32996312990849,1392.8251198321695,633.0188658098142,7729.38618600403,354.1049537559603,4508.9167669262015,399.76861579362924,5095.805719349939,285.08605727577014,5785.940104259098,82.05757358862301,1570.0614835877864,150.3010464969109,3018.906631362173,340.2318468664549,6928.837870279958,234.11766367592625,2017.3035457669648,185.4096808576722,2747.4507584161047,226.81683147611795,4911.268178891074,260.539905152902,3289.1090944691587,224.95776731809377,4190.090753929845,264.12262631889314,5906.731136028319,3714.019895585274,1267.665248212075,32895.03528712166,12901.982168264763,786.4920437899775,5946.952878133397 -4210,1016.500645959677,4622.352520641835,215.20208235426844,1851.9797382482316,447.9138304378965,3296.4329263862146,529.7329498392336,3884.63299116048,78.2878657366861,1420.7063866913854,587.4827433444906,7884.111338387756,328.63246405507095,4599.175270908246,372.8165789950576,5197.812437279491,272.1607595369565,5901.761780492023,79.12212938994008,1601.490628988727,145.89792091394386,3079.3384402185548,330.1753598973432,7067.537822581791,219.91878805687412,2057.685484385611,173.20542544399342,2802.448623321919,210.6038003374082,5009.580864929747,241.86161933692716,3354.949756793671,216.91035689461376,4273.9670689181385,254.67417205365285,6024.970780563945,3484.2882499750394,1182.6719499183034,31059.754294623563,12220.93408235999,751.2065137720801,5649.648899508031 -4211,989.4657492943267,4576.8658780433125,207.7334138785086,1833.7551783348076,428.5704078441696,3263.9941053090824,510.3529979980058,3846.405938657178,74.7516498191003,1406.7258078929738,560.7695383924971,7806.527088148356,313.68934195380774,4553.916705954242,353.9902274635997,5146.662933737113,253.39248527227713,5843.685005167759,74.39317617255381,1585.7310278894195,135.7553732893756,3049.0359554027355,307.3517548376425,6997.989131617243,212.7934294289983,2037.4366600498547,166.1720432273609,2774.8708956690602,201.1280284359624,4960.283669756105,230.92609778232193,3321.935096003134,203.94610861123007,4231.9087421952045,239.45286475815638,5965.681556875744,3223.988007164605,1117.075909385638,29513.730584942055,11726.040498504004,679.4344554227072,5414.825079420342 -4212,921.8905904919711,4511.754999019831,198.77159710470644,1807.6680228977154,406.46499814662786,3217.560250573756,487.3924460645156,3791.686644183516,70.71862585935331,1386.7136082049012,530.3141200148103,7695.470777045077,296.65285994872124,4489.132303783568,334.22963769293364,5073.4460738634625,236.95989077744483,5760.552250666884,68.35932707701845,1563.1722848823317,125.13391394719187,3005.66011339197,283.2688161930321,6898.435149504234,204.15231716015614,2008.4519147185745,158.10164865766825,2735.395348863016,190.31873679418874,4889.718256971557,218.454884622166,3274.676967859736,187.40453710838804,4171.705252406842,220.0314268551274,5880.813269166948,3016.3899962027344,1050.4403190998382,27879.17289831456,11030.46365059911,635.2201259486337,5102.915282877748 -4213,901.2529577607593,4418.702330209731,192.6474365664943,1770.385782640908,395.51271492413383,3151.1996949943364,472.86966816438644,3713.4850216198934,68.89963401168279,1358.1133402056898,516.7513941272559,7536.755577813349,289.0659953501863,4396.5462166402185,324.78642639716065,4968.808810239954,227.62517399840854,5641.743769075789,65.95405986491656,1530.9326457729644,119.95424202393787,2943.6698911507465,271.6147246281826,6756.1584076567215,197.68969706603585,1967.0286080714006,153.67413682775614,2678.979200929953,185.4071526663793,4788.870286804844,212.84062522295335,3207.1384088252776,180.81058705387565,4085.6659379250273,212.28947854644434,5759.524464790666,2911.621623958584,1020.1834407973365,26962.706309326553,10697.879887356701,604.8673157124293,4938.298304036394 -4214,875.6089507553359,4342.479711912465,192.14679348159896,1739.8466266478542,390.3114305489575,3096.841498044098,469.3287804831445,3649.427402390739,67.81817849367425,1334.685884133986,508.49040081765725,7406.7465388065975,284.44487138079006,4320.705791317576,318.51819848898907,4883.0968547760895,219.49452804797693,5544.423685099723,62.31544002204117,1504.5240565589365,113.56279795872743,2892.8915834624595,257.1215560278226,6639.614670383013,196.94625246222873,1933.0973632016623,152.13799302885448,2632.766807833741,182.5284126069973,4706.262270996519,209.49072153822706,3151.815269022197,170.8354469153663,4015.1881976284044,200.57767929322432,5660.1726637308575,2816.5468097522594,996.1421688899186,26376.861808216257,10433.322698260507,579.5133148095103,4818.487501060076 -4215,887.119471702168,4241.304427227067,195.8195336131975,1699.3100002412564,393.7403674309758,3024.6882950410663,476.0230804727707,3564.3995195056023,68.43163140638678,1303.5890838605387,512.9388712688784,7234.177007255163,286.93330499390083,4220.037816455379,321.78235873147514,4769.325749968611,223.44228656540204,5415.244349335048,63.60982727132865,1469.4702025775805,116.09665890851973,2825.4902024685794,262.84243445493564,6484.918517713713,200.40426729776686,1888.0581945649055,154.30100839423676,2571.426064994546,184.2111413493996,4596.611229043229,211.376478236116,3078.3812340296267,174.38396112204376,3921.6384666196222,204.74398527577034,5528.296496514576,2839.915455042362,1004.3955164304195,26811.59926775578,10619.21565236574,588.7249354515026,4912.230739513946 -4216,924.2357243997003,4199.651662347196,204.08612589484218,1682.6215118027271,406.9782774909685,2994.9836057055236,495.2061603562103,3529.3944644166995,70.55734971041356,1290.7868692254744,528.7258323820432,7163.132007031123,295.7643863989911,4178.593905515013,332.0278075772359,4722.487422867239,231.9806486429141,5362.0626210436485,66.44327815186755,1455.0389119460901,121.39865139642238,2797.741786599562,274.8341138728533,6421.231793283029,209.28749777676393,1869.5160584350683,159.95952130061696,2546.172747971694,189.96408984841023,4551.469087031818,217.93361598427308,3048.149240087265,182.15176068052224,3883.1250592948954,213.864148782741,5474.004512030434,2917.890725105907,1035.2855468881726,27855.755765417776,11068.597527153921,607.3538648706259,5129.374926089716 -4217,998.9702365343709,4167.4211217976335,220.16460842000345,1669.7081072573096,437.963237777155,2971.998380189221,532.8148959656097,3502.3078628252697,76.02920234622118,1280.88062892883,569.7080202471192,7108.158015096408,318.68944680807664,4146.52497429404,358.0828751471226,4686.244340198698,251.33034712425865,5320.91107071715,72.19169388127439,1443.8721070719787,131.96768763947094,2776.270308165133,298.7552543514652,6371.951569985681,225.16353917688556,1855.168317723694,172.54641835948362,2526.631954925581,204.70065487974003,4516.538497362943,234.83346203042902,3024.7559909364904,197.9108272913203,3853.323725816519,232.3668486948217,5431.993855295423,3151.747077552876,1116.2438873823246,30092.579596009466,11965.240959598113,658.3189768453875,5545.25060111827 -4218,1047.3800047360535,4096.85184818359,229.30637167332827,1641.434005640768,448.5777011844382,2921.671868722676,554.5880729883144,3443.001324170083,77.10970911550265,1259.1907605598717,577.3106837192074,6987.791598264787,322.9423070980491,4076.309546837503,363.913819532362,4606.889542735107,259.7398737452253,5230.809106396477,76.28901470184375,1419.4222128065062,139.22468323465026,2729.2581696560924,315.2054191102354,6264.051748811912,236.81514393431473,1823.7537145944866,177.03806067714723,2483.8470823297876,207.71327806666747,4440.057423890032,238.14077463683225,2973.536105328184,209.14347899513598,3788.073239152638,245.5550906653338,5340.010864030361,3158.658119244724,1131.1539623632411,31223.053399737633,12540.264778894105,667.4020424029178,5847.076748800702 -4219,1078.0009719772925,3918.804134670271,232.32690137398876,1570.0978718440524,450.17282967218864,2794.697056076499,560.6815719311721,3293.3697201706354,77.11667328753718,1204.46678124532,577.1285239016588,6684.104678970832,322.84040856507767,3899.1545943808464,363.42099945132156,4406.675773751473,259.32778792856885,5003.480016712294,77.72628673041679,1357.734631984597,141.01694657691237,2610.6455874339013,319.339558326212,5991.818304075668,240.5133145700061,1744.494031567643,178.0184973273164,2375.8999780375925,207.78112595439086,4247.094119019255,238.14801302192987,2844.307291540906,213.08370647733594,3623.444933359459,250.18130670267982,5107.935905083913,3097.467394612993,1126.0601621663727,31459.520789222697,12772.36995323674,648.8502460344716,5961.113149702885 -4220,1025.0949745481619,3763.1098643319156,216.08807054614113,1507.7178104488344,410.46114733088194,2683.6636121967645,519.7345527049807,3162.5239881780753,69.67895537355187,1156.613260066835,520.9601677999194,6418.544889531363,291.4203447814962,3744.2410011911084,328.98966524876306,4231.598340525871,239.21413906147845,4804.691523186293,74.92355487460041,1303.7917719754057,134.583449953546,2506.924516954381,304.8954329900019,5753.763084474456,225.25209488694358,1675.1852026441495,162.9464360723718,2281.5053615256847,187.84708406114729,4078.356872350339,215.14841124802504,2731.3028307012764,205.40012197559818,3479.4852978115905,241.16001998590468,4904.99737425988,2741.6005983866016,1015.3962320914185,29205.926775951284,12066.928918195916,578.1102523795154,5661.555392137483 -4221,849.9846861483782,3635.4873421044194,176.04489507205443,1456.5849026375024,331.34297465062775,2592.649549002649,423.25402264268746,3055.2698014742014,56.024884322062476,1117.3877506309839,418.69005107269714,6200.865651516922,234.21137849266205,3617.2583996654816,264.55031757581213,4088.087448539869,193.61667429115644,4641.744685910532,62.275019230319316,1259.5748342835006,111.05841527408279,2421.9044028938883,251.67529730367548,5558.629329783918,184.35168619420094,1618.3727872570742,131.81432212745267,2204.1301375192616,151.07578518042305,3940.0430283867113,172.97736932838046,2638.673125806099,170.72463482744655,3361.4816503578795,200.44757496280636,4738.648753307931,2171.142918267442,814.8656858115336,23769.47590305398,9929.746470799619,456.55941285115176,4666.4837369263505 -4222,669.0006211418714,3346.322261065833,143.0674810534627,1340.7287733827807,285.2909404095635,2386.4313321877244,341.875833197958,2812.254971108535,50.40900450192895,1028.511215229351,378.0594103710431,5707.651496192056,211.4829703458868,3329.5432407753115,237.44509974693986,3762.922752005518,167.04114541033755,4272.542333665568,47.85264705528761,1159.3888001275081,88.10023453836595,2229.2671806927156,199.38845589155187,5116.498371990513,142.82860614439272,1489.6481200692788,113.59888655886802,2028.8145856113267,135.65167803235244,3626.653720602887,155.7198001886575,2428.79421372154,131.1862412089499,3094.1108627944172,154.0255976848182,4361.738693714516,2117.3151949725693,742.0092738126357,19670.120793563856,7830.6015525874245,437.35017354258923,3593.4250608111424 -4223,564.6111455228297,3117.0046082496756,114.79085112386669,1248.850959057361,266.5541875478648,2222.8933376342884,294.0521904366639,2619.53602213027,46.05399578448284,958.0291279194555,356.18797144834934,5316.516051937949,199.24828780070075,3101.3754250786524,226.87987339107667,3505.0561910773486,169.31031684440399,3979.7524278894903,46.20563987335238,1079.937899226559,89.45636776938437,2076.499372485947,202.05734935397587,4765.8736246510725,114.38311345946492,1387.5651215515313,94.9873973823857,1889.783445608872,121.67155218182654,3378.125439731113,158.5266258464318,2262.3531644704467,126.67103265230323,2882.076819072938,148.7242971048176,4062.8363162963155,2247.265226766015,736.6024009086035,17949.43506715335,6811.973415364929,503.54403860878864,3114.90263496463 -4224,573.8741041158221,2975.801075556318,114.10189540442404,1192.276718916789,278.7781340491623,2122.1939702853433,301.9310985172348,2500.868330923356,47.25791975926872,914.6294175284827,358.9291193823212,5075.672375875457,200.7816608403109,2960.879910548316,229.19510303887787,3346.273520317434,173.83771429905937,3799.4655266203504,47.50335955294844,1031.0155954042805,89.96078767025595,1982.4318031745222,203.3708810314772,4549.9746200779855,115.89402099284466,1324.706986376946,97.47184676088588,1804.174300906567,126.22875684860014,3225.092863292546,166.08014982762222,2159.8662261522486,130.22868259196895,2751.515758216741,152.90132933975735,3878.7856289481,2307.7513189507886,757.9626203358947,18303.70246281517,6884.761478238669,525.7216546471601,3152.3409471507566 -4225,576.4057608175094,2901.787811802644,116.44083198535905,1162.6227571686716,294.08972665612737,2069.411375591972,311.6450867206957,2438.6674570442988,50.46388397742057,891.881019165279,386.57965292629586,4949.431720420126,216.24911596803608,2887.23776169554,246.63188755104437,3263.0459730577804,184.5215403334362,3704.9663188424333,49.04737926263772,1005.3724736836718,93.44523324078563,1933.1253326825058,211.1983344727925,4436.808967173784,117.65286279125293,1291.7592573152099,101.61765459644023,1759.3013994591356,134.1005116469681,3144.879286289137,175.9599749457263,2106.1466580057204,134.4615548473459,2683.0808540129324,157.87113923025856,3782.3135945243516,2549.53177312801,818.3307306827,19104.759811094078,7035.823660915069,577.4246758293942,3204.406312249547 -4226,655.3545693537782,2913.6793199313256,134.75300266185334,1167.3871778858681,347.1583274419751,2077.8918103413175,363.2181888419333,2448.661100883673,60.5915919957218,895.5359419498061,471.29260243624134,4969.714460355947,263.6367637759337,2899.0696438107625,300.2161498751041,3276.417914850028,220.28066781719025,3720.149247421087,57.24834348421051,1009.4924837321444,110.99845557870603,1941.0472680886214,250.70087663393792,4454.990982303891,135.79089739933292,1297.0528785945414,118.66266225714507,1766.511005484558,159.51974895500368,3157.7669817452006,207.9320906330409,2114.777633710423,156.94419137263998,2694.076102409673,184.2679739625178,3797.81349175032,3155.3154439505233,992.4741041760323,22546.15883224163,8178.9066474659985,706.3301588485058,3707.925368268388 -4227,945.5954046121258,2974.6963982845223,197.6600739793278,1191.8341217943207,449.59347927646996,2121.4061691569095,485.1353276639963,2499.939958248308,79.76006288292943,914.2898886742327,631.9822118380644,5073.788184099747,353.52505902208406,2959.7807723133824,401.48115176959607,3345.031316215328,292.0393508149518,3798.0550885212765,76.66964647375794,1030.6328616575709,156.33154986950345,1981.695884576387,352.42512404216575,4548.285577893233,185.8661515855742,1324.2152284729445,160.709584948596,1803.5045550821767,207.55566452375822,3223.895643890088,267.4835839368721,2159.0644403239726,210.18696675422342,2750.494340170334,246.78024830602143,3877.3457456300707,4011.213499213628,1283.90457877243,30584.855354249947,11453.63969104184,888.1399897939607,5175.777435403692 -4228,1324.7452327063518,3161.711475690155,276.7765270775481,1266.7630962841472,595.0692875345785,2254.7760616818946,667.5765671805126,2657.1077502525136,105.82249546965322,971.770038379663,846.0467557220804,5392.770279394045,473.2708035914318,3145.858124797858,536.7168674105864,3555.3288413298355,388.7431761611247,4036.833596062511,105.77221209985663,1095.4273343005043,214.87980616635787,2106.282383374114,484.4783352202648,4834.2300460087545,263.2526949770024,1407.4668213405064,216.6864295420372,1916.888409704992,273.7932125035983,3426.577535641288,350.3021763386141,2294.801856641077,289.9705613715417,2923.4141420793117,340.45406450144515,4121.109147893771,5180.246705413222,1688.7741841410134,41642.729825880335,16007.645379908738,1131.3952062620383,7288.129238429691 -4229,1435.5893462602155,3664.4688300007133,295.1555652838029,1468.1965501976003,636.6778976532435,2613.317711054414,728.5545430863897,3079.625893639848,111.88656260785429,1126.2953760806254,894.0805958251408,6250.297899772793,500.1404936545485,3646.0945695273713,567.2926365936366,4120.676987646961,411.5102948508365,4678.747886519816,116.20476021763858,1269.6159510249863,230.51583940602552,2441.211413628196,520.1915564233806,5602.94177911509,291.65141482062853,1631.2741803667068,229.46917527121644,2221.7010887814367,289.5765876302277,3971.4523825097735,370.08674585259297,2659.7081799987395,318.5710016402288,3388.2788113973866,374.0338047686961,4776.424456691149,5403.279005910377,1785.4293126906737,44716.951597702704,17433.680146841383,1173.363941357205,8010.361158411013 -4230,1331.9039213763415,4077.3575763860226,259.533900038396,1633.623481406674,587.6798388370896,2907.7695194011017,669.4666862372635,3426.618304695626,98.81905212178636,1253.1990850390146,766.347876938786,6954.54121144845,428.6879810086379,4056.9130225838126,488.23532243160975,4584.968330981436,365.85338566261964,5205.919064427668,107.49881054492835,1412.6680992975635,205.5750363850645,2716.2713928487747,464.55852479688866,6234.2451724770835,267.5287829928978,1815.075648625396,206.13598854256864,2472.028058376554,260.6400767172395,4418.930058433432,338.358393781656,2959.3869676036047,294.70396639769365,3770.048245315999,346.0115492766675,5314.601201430156,4611.66140777492,1569.7253907738072,40194.34221402867,15831.840156964794,1029.1743341350373,7336.879413801594 -4231,1226.8055606931227,4303.29621822467,237.93247281210904,1724.1474699826033,546.1563860085034,3068.8977706484734,625.6004258488288,3616.4975270493833,90.96914760968328,1322.6426140704118,699.7354279280264,7339.913248727135,391.4255873415066,4281.718770229952,446.13488091606655,4839.035210858415,336.823192263696,5494.394691326512,100.3777312158167,1490.9482858508795,186.70301600825763,2866.788157166852,422.3729368989091,6579.703440674178,250.9016559181975,1915.654447320877,190.9983543323064,2609.0105652166035,241.13731230277006,4663.79625843627,314.17258200993336,3123.375496843172,275.181793894727,3978.957953197903,323.09059155911046,5609.099232291968,4223.0333684274165,1445.8256563520063,37092.07480821402,14631.371087884676,944.9466300753282,6812.021891775494 -4232,1162.328732051257,4368.147174296519,229.27638738100376,1750.1304853659503,499.7254140336872,3115.146261205655,575.785144046831,3670.9983818284177,84.8771493935698,1342.5749249581856,665.9721334500689,7450.526222486296,372.5387097529988,4346.244552746208,423.5701812516689,4911.959788664721,314.36743589223505,5577.195579459565,92.60624387303817,1513.416974244123,179.45516245376936,2909.9908426014194,405.32558203747755,6678.8600027973835,231.94866978266063,1944.5234854051992,177.71608011369872,2648.32852544423,222.2450573810363,4734.079973743389,286.5981585282972,3170.4449703048963,253.87655216120015,4038.9211103567714,298.0761345430028,5693.628725375777,3940.2415416650138,1343.738078996541,34759.27275442224,13789.83940567462,870.4693686093285,6383.927789145504 -4233,1083.4729815509322,4472.766449121546,211.039113114164,1792.0469719041237,464.5183165280517,3189.7555474355127,538.4202446884601,3758.9205999374244,77.6595361361326,1374.7302552258782,602.4377392929835,7628.96999266144,336.9981517695864,4450.339249004643,383.6589913535716,5029.60364326826,288.3697555903186,5710.772158681482,86.71172111612675,1549.664055680615,163.99735520045914,2979.686555578275,370.7615887182361,6838.821987197114,217.82045859321892,1991.0957799744845,164.5031617478259,2711.757297135063,204.79243308310646,4847.463519227175,265.4830329663228,3246.3786878356877,237.71693860196694,4135.65525890548,279.10315297207586,5829.993935750745,3547.2887456185977,1226.5452105783124,32085.55923008924,12806.565633539194,789.2490205365526,5959.070051421712 -4234,1022.6914791890838,4559.191073210314,205.0609012163613,1826.6736370023307,431.54344562144996,3251.389309729611,503.6047372507164,3831.5520023422873,74.34911424893934,1401.2933559115145,591.3431012370003,7776.380073491784,330.7919128911808,4536.33052555302,375.4271353921316,5126.787703542708,275.23011762217146,5821.118035821475,81.01770417713328,1579.6072988612145,159.2096095029002,3037.2612788278616,359.4064344616243,6970.964504848487,204.60786412053955,2029.5685476153756,155.6459919625713,2764.154981586237,193.00681328649526,4941.128193472687,246.92267449549712,3309.1065456251526,222.1070042394309,4215.566082593097,260.7755490415627,5942.643464866223,3454.491414727902,1175.3259625671353,30566.49502416767,12191.545451009344,752.6231705555887,5639.046437027044 -4235,995.7625483057225,4513.899374401304,193.6547221355969,1808.527182760567,412.91749172516734,3219.0895129098612,485.1416887653489,3793.4887809342513,68.69441179294382,1387.3726941976545,531.6262348837884,7699.128328948212,297.38684498470843,4491.265926907718,338.5931144250049,5075.857413322805,256.25781783200426,5763.290162285024,78.04042938185034,1563.9152392682481,148.08937073777736,3007.0886624939562,334.75348346906986,6901.713881285657,197.97640058687355,2009.4065044163153,148.25697402352483,2736.695444822564,181.41599593031492,4892.042273114913,235.24473002240632,3276.2333769895936,213.944916800714,4173.688006799304,251.19245263969447,5883.608339200711,3057.723027852995,1075.6655737157112,28809.308746299062,11635.300248131973,682.0320449379715,5419.7168623112575 -4236,927.3523861445741,4469.322465285066,177.99253213487867,1790.6671142979515,391.63199037094137,3187.2994687037803,463.2790107870456,3756.026270010732,64.33702385416412,1373.6717271689417,493.44714114056865,7623.095764788692,276.02980974517874,4446.912533879949,314.6001451984753,5025.73090056006,239.6615180175633,5706.374923272022,74.61325239081847,1548.4708304093094,136.51169765103026,2977.3922277943584,309.03143662437105,6833.556165104145,189.93469470913325,1989.5626568478647,138.7677846476899,2709.6692721049103,170.84235352150054,4843.731022527861,222.38118479041356,3243.8790098723553,204.54943932813413,4132.470847193636,240.16123457968928,5825.504900807851,2857.377130608917,1011.0182636033005,27047.426904827455,10942.16636289669,637.660656354587,5133.701909000112 -4237,906.6980227288498,4383.8075746785835,171.42547749151632,1756.404940650553,381.0743916916287,3126.314483280734,449.4896957827874,3684.1594091856523,61.565985694251786,1347.3882382530041,464.861429215503,7477.237370038232,260.0392243992631,4361.826429257805,296.9605366329457,4929.569831065245,230.23700627573638,5597.190582443292,72.36064506433605,1518.8427794690792,130.83909544658542,2920.4235546609943,296.3323480843854,6702.804622235809,183.92306683803847,1951.4948659742793,134.68721932173466,2657.823142588941,165.02032048011338,4751.05229286894,216.43103174924445,3181.8114457561896,198.37400063736442,4053.4011906232854,232.9106599268433,5714.041156987716,2681.762916502012,963.1027820309844,26056.391312112457,10574.566000871693,607.9363764622594,4969.641783763839 -4238,880.5540861510439,4314.99278886699,163.0277033750126,1728.8337875535437,376.0727451713365,3077.2391856355307,446.0950449471085,3626.3273450906704,59.29187038390196,1326.2376217076967,438.72330707807237,7359.8634937180905,245.41779835550386,4293.356692308019,280.9471792278486,4852.187946416049,222.04394739602074,5509.328726165136,71.88227762562877,1495.000756576842,123.8629471932734,2874.5802282901136,281.0999521166222,6597.587398040028,183.22959663760568,1920.8612902694217,130.91707529011816,2616.1019841743264,160.80353373191943,4676.472685907649,212.7276975191162,3131.8649849677863,197.06257420512856,3989.7729564935858,231.37091583338247,5624.345039711042,2543.4850737409615,928.615701333049,25275.53654855359,10297.436040397573,582.9341226787778,4881.727710015729 -4239,892.1762511878462,4212.777806071916,166.89739714895538,1687.880598406563,379.38394797715534,3004.344521424828,452.4293182866611,3540.4256981298477,60.43420719146717,1294.821264295747,451.2213486564392,7185.520602039234,252.40908830621655,4191.654232556607,288.59902446947785,4737.247706251335,226.01601548197036,5378.821916881397,72.86253416773575,1459.5866819562796,126.63325920918395,2806.486216792383,287.28164194904156,6441.301555774061,186.44528466650576,1875.3592898389259,132.912145281188,2554.1308911999736,163.05406308133072,4565.694847213464,214.76040108704788,3057.676326673636,199.7499108331508,3895.261889138749,234.52611432445104,5491.113685779029,2607.294744118666,946.7301831823394,25735.46343345305,10492.12542087847,591.7734723977544,4969.696956385657 -4240,929.6086664903121,4182.236774162682,174.90350153285206,1675.6441079985923,392.14812178538403,2982.564169809104,470.6268146764409,3514.7589624992606,62.729554984676625,1285.4343041070056,471.0831980336463,7133.428318967709,263.51962487170465,4161.266338496665,301.0756257737008,4702.90446765232,234.62851191507096,5339.827510017405,75.76864585562282,1449.0052353478993,132.41434679662885,2786.1402624018283,300.3261093782102,6394.604576866616,194.7078941578306,1861.763650441639,138.01520639935129,2535.614416645805,168.67629422986474,4532.595301394647,221.49998314403865,3035.509339816069,207.71690727593534,3867.022726494201,243.88015463800943,5451.305206430108,2704.4344986441497,982.2848176765526,26786.627908125865,10951.38956826891,610.2476708295665,5186.841200998665 -4241,1004.8725977796597,4014.9109123441276,190.22675458120273,1608.6037634145193,422.00426711784473,2863.235650863075,506.36981949014336,3374.138021064776,68.01042989911737,1234.005747006983,513.5480447220324,6848.029116185575,287.2740710422911,3994.7794765745784,327.9727071289563,4514.747367613955,254.18755198820082,5126.187946232791,81.52888232374622,1391.0324177202492,143.9455261478045,2674.670408893332,326.3389911324937,6138.764752487638,209.47800005030723,1787.2769046798628,149.2322925794926,2434.167776865408,182.28821940505097,4351.252049915914,238.76465335756345,2914.0625533785205,223.5083799995812,3712.308169351002,262.4209025256554,5233.205564789299,2942.7751775351785,1064.260499199127,28988.62609375462,11844.368414593577,661.2465521388531,5599.439878280449 -4242,1053.8895535832232,3849.0796153763918,201.36086423935998,1542.1622272962338,432.2661799276074,2744.972981560243,526.9696715910843,3234.7731144958693,70.28692988730977,1183.036552930313,539.1312441714396,6565.179116570805,301.5850784186235,3829.7796855048246,343.5978302693292,4328.270898322643,262.61663039505976,4914.456624122873,85.1720468713848,1333.5774168519902,151.85277872173594,2564.1962109467977,344.1252295167874,5885.2101050968495,220.31191706200713,1713.4554790954792,154.0148489214799,2333.6272646877715,186.63143251610208,4171.528567471372,242.36702646777184,2793.700537079203,233.4959792761315,3558.9755321124917,274.1473300368826,5017.054002511895,3029.310459841068,1098.6519169243795,30235.309541128045,12464.607900911753,669.5887149866678,5897.96700437656 -4243,1085.1628348556453,3774.5465057194538,205.8862682886229,1512.2999854406266,433.8182880835949,2691.819658510584,532.7167855372376,3172.135361227558,69.81275511975556,1160.1283769665124,532.0931881235867,6438.051786427242,297.64805434878224,3755.620297343213,339.36317571447074,4244.458786928301,262.161946417131,4819.293683609314,86.20119397340477,1307.7541859036937,153.76923005447483,2514.543427302385,348.46056135979205,5771.249612213044,223.74975160723676,1680.2763355398279,155.60655152345822,2288.439190083504,186.0848964721017,4090.7515955131066,242.24925063094182,2739.603659569329,236.31734754462244,3490.0599626496974,277.45989490526034,4919.904378838177,2926.19432329928,1082.8266787312018,30459.359203114538,12679.877045873614,651.4128286775529,6006.934612028095 -4244,1032.5727602532907,3690.9810467049324,196.98295335762353,1478.81886598442,395.5826561055672,2632.2249111662604,493.7250129769411,3101.906806057948,64.18940003452771,1134.4440569587769,496.187017173046,6295.518437884089,277.56247129474616,3672.47384953652,315.9126551895053,4150.489843570356,241.73528874701142,4712.598352610913,80.20085017066363,1278.8015478430389,146.72309527596764,2458.873434789094,332.1487849259127,5643.478733724414,209.54666297718848,1643.0763532272877,143.95434929114205,2237.774965637898,169.6391015052034,4000.1856071816737,219.0488534549086,2678.951012428043,219.86762954817476,3412.7928095426682,258.1463020863763,4810.981607029116,2637.6395506519184,988.1284362629035,28439.807694694293,11992.527233672809,579.9429231984864,5674.9265944453855 -4245,856.5557432272514,3604.2315205024115,163.09457090477306,1444.0620264503825,319.3436832550271,2570.359444773255,402.03436048909856,3029.002355359095,51.76574732999734,1107.7810957570944,401.00001140593577,6147.554188061341,224.31573238087367,3586.159299988006,255.24432305858528,4052.940432483693,195.6189249637659,4601.837644523089,65.31013072930166,1248.745736941092,121.05339855404408,2401.082266869025,273.8939285186228,5510.839443495154,171.4959074358819,1604.4589522291765,117.19503401564852,2185.180298919072,136.62824794895906,3906.1688127971715,176.13031580638628,2615.987337430209,179.04527942504905,3332.5815715252047,210.2168331217271,4697.908586686353,2083.0852536382513,791.4227027468002,23196.72083284413,9861.198474045095,458.07076065552735,4662.934918436215 -4246,673.4868198099491,3325.1384806279366,130.38387394304186,1332.24133501124,274.8666532718471,2371.3241089655708,324.95819961562154,2794.4520856732356,44.995021601527576,1022.0002596005904,339.4029050233218,5671.519400512528,189.85887542888875,3308.465679360589,216.7074924209383,3739.101696182322,168.93892563810357,4245.495148234251,51.741250745546786,1152.0493283528335,96.08258339672052,2215.154879841523,217.37902145326146,5084.108551265781,132.88310624312714,1480.2179527861008,100.64350779789508,2015.971243166148,120.67451723483872,3603.6953112962283,158.33513029669143,2413.4188137037536,141.8467027104205,3074.5236981239495,166.5420318720337,4334.12685372822,1929.089690764085,695.2676777397068,19055.38529866392,7738.819079070008,439.7873587188592,3610.199974849426 -4247,468.75841769737593,3110.181613435685,99.80332116811094,1246.1172757016984,219.06110921756078,2218.027515596493,238.86260979477817,2613.801965579069,38.950565490116155,955.9320415840211,299.44759069742304,5304.87841708978,167.5082386693075,3094.5866419034387,190.96501671672198,3497.383767317958,144.33607971238595,3971.0409136027965,41.62984076794961,1077.5739596076207,78.0521132960752,2071.954000813339,176.51906259926557,4755.441323415756,100.88039124843833,1384.5277986026454,81.69616344899369,1885.6467874163147,103.2821947560393,3370.730862162863,135.6450506556418,2257.400966495589,114.12665063574487,2875.7680715215192,133.99595425513104,4053.942934797034,1901.2527571480325,618.4924019070625,15306.299980030642,5873.043036286014,428.9258367907175,2690.8149782939245 -4248,466.1820805401103,2978.7901989548063,98.43660899833644,1193.4743333229603,219.08749664985012,2124.3256650766434,238.1335666718655,2503.3803953573347,38.72825656885299,915.5481416378785,297.7672067011643,5080.770771459224,166.5682472576357,2963.854045981437,189.92592286083027,3349.6347747236787,143.44882579239666,3803.2820019219616,41.75961274223534,1032.051226739232,77.74702628432546,1984.423110099387,175.87821370538782,4554.544964416899,100.46518068634676,1326.0376239258214,80.81708839552404,1805.986552290602,102.6867020291187,3228.332394529748,134.87266253651242,2162.0357618538205,114.48241564705425,2754.279592198035,134.41365749898722,3882.681779459115,1894.569399940328,616.7261693917471,15234.687480589986,5848.663072860922,427.46690537306193,2685.1304418578493 -4249,464.65097433300645,2905.621683218147,99.65130301213244,1164.1588261181628,229.5720862338437,2072.145502838468,243.12194073636383,2441.889449161521,41.16180231265,893.0593813913176,316.9261079114137,4955.970959684528,177.28556105900452,2891.0524094376333,202.14796594092766,3267.3571424109277,151.6965965054453,3709.8613578275163,42.263216099817264,1006.7007819676587,79.98609472438254,1935.6793974302493,180.82600281265357,4442.6709240701875,100.4786709292657,1293.4659427152205,84.16509120753231,1761.625806267658,109.04525145045227,3149.0343326201855,143.37570881673682,2108.929320279007,115.86302540653212,2686.625767583058,136.03462964830254,3787.3108255126185,2078.1039840634053,660.6600199204788,15759.658358959927,5899.462236673284,469.7759164850716,2685.39604090975 -4250,532.489452048173,2913.2244531901824,114.58191232452094,1167.2049321604636,276.4367271384264,2077.5674219057914,285.3191436064991,2448.278830093781,49.712523760668496,895.3961360649565,383.23286566764966,4968.938617316005,214.3769538391272,2898.6170578476454,244.49700996653772,3275.906419460211,182.43411162987385,3719.5684792654547,49.70512625205746,1009.3348876119596,94.3422317827406,1940.7442430305102,213.2570610899463,4454.295494912371,115.68278611849951,1296.8503902108882,99.48350422634311,1766.2352280169548,131.5991642962518,3157.2740094519045,173.18928401661245,2114.447486873773,136.26474360530082,2693.6555188510392,159.98826084013976,3797.220599102648,2577.53884447307,805.8425482411171,18656.924333391067,6844.5224336594665,583.5725670622006,3102.3066822068463 -4251,794.9706388468147,2968.6531723254257,169.07986148453162,1189.4128585998926,378.20420986341594,2117.096439653546,408.5629496469043,2494.861220780988,67.2079472150192,912.4324687396934,516.9290113505074,5063.480561283922,289.1653527975276,2953.767848101421,329.7058784726794,3338.2357386579674,248.66591183388164,3790.339173338044,71.35992952855526,1028.539085880164,133.6947332038254,1977.6699826323725,302.3666755869867,4539.04553662732,171.4791057727029,1321.525027264931,139.67268592901456,1799.840656624873,178.15943708548662,3217.3461587541224,234.06634404662748,2154.6782063941323,195.63057644378108,2744.906590507393,229.68960909692711,3869.4687480057423,3315.4036983383853,1071.9324946982103,26237.447809212204,10003.458486735795,748.4318172572725,4579.840958238329 -4252,1111.9527832161427,3141.3724495724227,234.1923346278523,1258.6141149813295,500.91551315926233,2240.2712754100303,557.4345558660681,2640.0147977976353,88.18947239666721,965.5187228048542,677.2433228126193,5358.079038146112,378.8437098147184,3125.6210819636517,431.89575874220884,3532.457707541402,328.0722703451782,4010.864982362448,97.60217485658369,1088.3805416586954,181.175246362123,2092.732844544859,409.9005968085412,4803.131847478973,238.98740409100785,1398.412704714372,187.8157563292969,1904.5572265057856,234.00179098619702,3404.5346482596588,307.0722694864038,2280.0395877698934,267.57270999993864,2904.608062825758,314.15677590948013,4094.59839660052,4197.147104532691,1391.3149815811544,35365.219905991544,13817.994160106593,945.3875586407652,6367.43446034246 -4253,1232.236295538421,3647.31387107098,257.7509284789946,1461.3232889726137,562.1156084718757,2601.0836438312317,622.1090839580717,3065.208836714213,98.59264864321855,1121.0227016997633,757.3689528773918,6221.037559804455,423.6652531544361,3629.0256284349857,483.11009330716365,4101.386321587245,366.37222927685866,4656.844649909175,109.28814942260368,1263.6723312244696,202.25877721805142,2429.7830502057186,457.65617945726393,5576.71199232594,265.8753749100556,1623.6374824261434,208.06655718935136,2211.30034785545,261.5562522579259,3952.8603011812133,343.3104873646831,2647.256938984105,299.60937197201986,3372.416817054267,351.7709796750778,4754.063953931601,4726.212977338162,1562.09892379908,39432.020568128806,15364.401114851406,1065.0199348885162,7086.090230267106 -4254,1131.6759127220744,4056.173795948125,229.26286308476944,1625.136043035133,504.20580159605,2892.6622961789485,566.7403469110258,3408.8154192603265,86.36736584533894,1246.688129410254,662.8437233372966,6918.409115768921,370.78870579870005,4035.83546116909,423.03899281272726,4561.1472751582405,321.89601032749084,5178.8718789963505,101.08309196421011,1405.3286275228886,182.96951829279297,2702.159091997582,414.38231223807355,6201.8553517523505,245.47438257321753,1805.6454813422179,182.60271364787957,2459.184715931375,229.25226478770153,4395.971649126774,300.70223426954067,2944.011567585818,277.1155139911545,3750.4610806455307,325.360969846213,5286.989361443861,4052.136386265284,1368.8706170757,35366.801655629286,14050.606347324594,911.8321360346888,6545.094514770975 -4255,1025.0738002636879,4278.668453950291,209.2670286069354,1714.2801740048897,454.4452113068449,3051.334468694587,511.66489589803257,3595.80031168739,78.24626743423457,1315.0731303847147,600.4645886474016,7297.906925174856,335.8943893766385,4257.214493690534,383.1458119510057,4811.341412327017,291.70584131786813,5462.950270485732,90.90835691558306,1482.415588804899,165.2936742450162,2850.381528531742,374.28195932766386,6542.047797856474,221.70723609131608,1904.6911569110787,166.25426131433798,2594.079197741272,207.70666272963916,4637.105352430296,272.4240190486647,3105.500418862052,249.22185860393697,3956.1863768155895,292.6110648025321,5576.998357362778,3663.5434232839143,1236.7488640963932,32004.268352245374,12707.26830869842,824.2962509753584,5909.400332185787 -4256,986.5260022797864,4359.9595792591,199.95303118824927,1746.8500648340746,428.82159893018377,3109.307273861281,488.13905933452617,3664.1175129075414,73.36103872551386,1340.0584209682027,562.6058191231465,7436.561058518301,314.7165405703572,4338.098011681642,358.99420906183127,4902.75287873588,274.0689594526384,5566.741760705976,86.99278682249908,1510.580246264631,157.2195473142966,2904.5363957544782,356.0875247931277,6666.341239387512,213.17461292983523,1940.878697305354,157.0828563710566,2643.364534848864,194.81608512955697,4725.2064792952515,255.39231699989602,3164.5023318200892,238.4874697182315,4031.3506121294517,280.00783256822626,5682.956665933481,3381.6638993419347,1155.3463700314635,30363.893958678957,12176.294432490775,760.1032685985164,5680.3799324284855 -4257,902.4478307371971,4467.697942110006,182.3052620699277,1790.0162370679934,383.31634535582765,3186.140939219058,442.14751077485664,3754.6610179464287,65.20887479524451,1373.1724207140944,499.70144563831667,7620.32489832475,279.5284103786963,4445.296156336179,318.84841038728587,5023.904132323266,244.32126734812218,5704.300752437306,78.9172436716029,1547.9079874349118,141.9710749490307,2976.309996043827,321.611918103284,6831.072282939787,194.80577502934932,1988.839484449948,141.22611463013644,2708.6843531236836,173.24811505360856,4841.970408170546,226.9879444314347,3242.699914680733,216.34867036481745,4130.968763888242,254.01469661883502,5823.387428239852,2950.4237489385623,1021.9300070756738,27345.23441072715,11084.447725866607,662.3548636155977,5185.689614290013 -4258,869.2201477881367,4552.952903461708,176.93068700243495,1824.1742681362434,372.8015152876422,3246.9405559688666,427.61906311050916,3826.309433779704,63.856525410558696,1399.3760188924248,489.5251915761474,7765.739944980134,273.83590709211023,4530.123635032361,312.32348367653714,5119.7729126628765,238.949343212679,5813.153218850433,75.9937393098395,1577.4459815774676,137.61344493284528,3033.1055084019345,311.65625181717957,6961.42639618086,187.57502962271832,2026.791565270667,137.95293727981806,2760.3728922397495,169.61600703944393,4934.367433520855,222.29223128531646,3304.578819540337,208.33399255745192,4209.798082001018,244.60467367622704,5934.51236921921,2916.097452301697,1001.6967233727692,26561.456886705422,10697.672580925235,655.0602065273202,4990.805601389524 -4259,839.6927329917589,4498.433911505602,169.8051682558182,1802.3308306222204,349.0421959567755,3208.060310597071,407.7435264330597,3780.4915793751043,59.2522356099364,1382.6192960500782,453.7364784795803,7672.749676341142,253.816028885427,4475.878010433276,289.49251433473205,5058.466577156894,222.6118381881751,5743.544053041326,72.67356325562086,1558.5569733658022,130.64072715223992,2996.7858147172365,295.9540480849317,6878.067319611488,181.04700913752697,2002.5219021780222,129.9390583684618,2727.3190147455525,157.48918121551708,4875.281221974046,206.2332638787646,3265.0083891183885,199.23185414906527,4159.388171633849,233.9178646355694,5863.449997395667,2635.0300833934284,923.439335065448,25112.173795657498,10268.036442303486,590.8672241504781,4810.847379389733 -4260,759.6963431594543,4403.691740358321,153.1376248565475,1764.3716787533695,312.59311935422085,3140.4948856121655,367.2853018795449,3700.8700961478157,52.99930407493749,1353.4997498802722,405.7153269861189,7511.152778997183,226.95343671426573,4381.610892400438,258.8412134629644,4951.929476551721,199.261030403308,5622.578436035505,65.44517287791626,1525.7319781745337,117.55078959756372,2933.6700726311965,266.3090093638352,6733.207343011532,163.66555414670486,1960.3464970226692,116.72898313184577,2669.8785521420295,140.89814803994017,4772.602214788456,184.4606574815962,3196.2435723656117,179.41549242206597,4071.786692146288,210.65149972708699,5739.959023849086,2337.0563803859422,823.7903553413278,22575.284356022494,9268.869074763801,523.756378938325,4346.407564586369 -4261,743.1640207636884,4298.552613326881,149.26438811050474,1722.246909582303,303.0353394694987,3065.5148665309252,358.0514819769152,3612.510993352377,51.12799478331751,1321.184640074674,391.24952161210564,7331.8223233828485,218.86139772510438,4276.998950561624,249.6293413531604,4833.701050725634,192.50891176282653,5488.338116030165,63.949160233296,1489.3047853265234,114.40018321689016,2863.6280423028866,259.214710533134,6572.450508994737,160.17227507312293,1913.5427851535603,113.13652869635345,2606.1346034728754,135.95277506614352,4658.65526751863,177.93885542882785,3119.932540896586,175.3142297391041,3974.5718725105103,205.83621246689725,5602.916216008357,2234.3146487117037,793.576273205351,21930.635738738776,9052.094784010978,500.41347625583705,4252.871668738618 -4262,700.3141295903017,4209.918640997669,140.60387450451913,1686.7350527645624,281.0567516896645,3002.3055064750533,335.3369251036756,3538.0228508945943,47.34838448586374,1293.942483617846,362.13001069484585,7180.643869752043,202.5722101136716,4188.809403814922,231.03629877287892,4734.032589334833,178.6195822914892,5375.171370739805,59.804499937185945,1458.5960768363348,106.97835867172014,2804.581486056088,242.39859022695035,6436.929916611318,150.86604813025872,1874.086504510575,105.5830213528274,2552.397431194405,125.94372581326775,4562.596161299384,164.77248246060674,3055.6011160254566,163.95179863458344,3892.6182185581606,192.495596668333,5487.386928472611,2040.8311789510806,731.7286963041819,20471.571109789125,8503.414086024883,456.645533726172,3999.2730487912254 -4263,719.5721866699083,4114.5916384818565,145.32383828862424,1648.5415838807332,292.97719639380597,2934.323008718003,346.3053162701629,3457.909874381512,49.6273199057962,1264.6431861943868,379.7686838921437,7018.049455320606,212.4391222930666,4093.960386855987,242.27226029502745,4626.837848762241,186.86784911936564,5253.459048370551,61.674515742961304,1425.5684571260447,110.71993644218455,2741.076138524309,250.83927819256564,6291.175737806213,154.874682208613,1831.650755945136,110.02822021403716,2494.6023959233285,131.96178093562315,4459.283329666193,172.71629188894926,2986.411822807749,169.0783769882857,3804.4759862831784,198.51470574357026,5363.1336608579695,2169.1195006174257,769.1613749409212,21248.468306076502,8760.260872741279,485.82416207928213,4110.538195369976 -4264,761.5546890287518,4084.830381730667,154.56295410000826,1636.6175161594003,313.580620908667,2913.0987541318054,368.386144406615,3432.8984631319836,53.3451578009002,1255.4958943438496,408.3907002003949,6967.287195032388,228.4500159783121,4064.348358030843,260.5314853059563,4593.371463453117,200.6268610575365,5215.460248657803,65.45278631430264,1415.2571765430268,117.99401813990687,2721.249658061407,267.27297173405896,6245.671028505634,164.0520704002841,1818.4022410946304,117.76944016970742,2476.558684925899,141.81176704795286,4427.0288831108455,185.66612510502208,2964.810804570089,179.4363643730169,3776.9578273551915,210.67600545795054,5324.341573599796,2356.31466419339,828.6961698856171,22673.95262121614,9294.400328020012,528.1331731912917,4352.968203563517 -4265,831.4611828877266,4016.470456357067,169.10933190304723,1609.2286062623923,344.79229678862254,2864.347840427035,403.0876984060578,3375.4486645297166,58.826113624517006,1234.4850817460829,450.4696605716792,6850.689151001228,251.9886008786383,3996.33120077263,287.3590900146434,4516.501067105879,220.98677830855962,5128.179152487497,71.57439408131472,1391.5727475871438,129.25343362408458,2675.709352549579,292.75627704160706,6141.149282063911,178.9422620185567,1787.9711509675174,129.4004785431054,2435.1133001574017,156.35734741431713,4352.942241611668,204.7498720718482,2915.1944860434473,196.2185229896966,3713.7501709560433,230.37991638301762,5235.238340755001,2615.4933677588947,914.9672551602607,24879.4893272252,10159.221605767414,586.4904298975117,4752.1959530388585 -4266,872.0423859215862,3943.301940620408,176.55515149523694,1579.9130990575948,354.2253089833541,2812.1676781888596,418.9272506898388,3313.957718333903,60.13204404844544,1211.996321499522,460.134547931877,6725.889339226531,257.39505031733114,3923.529564228826,293.50851327627913,4434.223434793128,226.41973902448706,5034.758508393052,74.52082464116661,1366.2223028155704,133.9641572362914,2626.965639880441,303.48270600526814,6029.2752417172005,187.37588328580637,1755.3994697569165,133.55017470448706,2390.7525541344576,159.89873984926572,4273.644179702105,209.27423666809966,2862.0880444686336,204.29605211120085,3646.0963463410662,239.86373297301026,5139.867386808505,2625.2659261568333,930.7448208485707,25734.21195923991,10607.78584157326,587.9493613151673,4974.383175519192 -4267,903.0104023279869,3772.5320949653724,182.06435271440523,1511.4928968673496,358.59810469329835,2690.3830805110983,430.30668799036187,3170.4424469727255,60.46218569683553,1159.5092363425633,462.27081025825555,6434.615908571648,258.59005589007205,3753.615987182045,294.8880242750817,4242.193592046562,228.4267198862648,4816.721709198977,76.62001653889746,1307.0562599166146,137.17824974031248,2513.201458588028,310.81619451687874,5768.169595245254,194.2060509217144,1679.3796008685206,135.84783527798635,2287.217889323908,160.8583384007224,4088.5684315240574,210.3987381462217,2738.141580067753,210.0509081450044,3488.197377486023,246.62050206730007,4917.278710224804,2583.5762747574586,931.1596081503392,26249.463701707777,10939.786514484866,577.7368413915787,5145.294485943305 -4268,865.8956596508594,3630.61377257924,172.23906616615838,1454.632270947628,332.17451338805347,2589.1739605484822,406.97656447059944,3051.174045281293,55.14769258718093,1115.8898312664423,421.0374006485201,6192.5530521250985,235.5244643387411,3612.4092670341734,268.6165477943635,4082.607143829486,209.36465115404272,4635.522173406384,72.9563769579986,1257.8863053603075,128.99478522956247,2418.657707642294,292.4265905736168,5551.177683290846,186.17472124786215,1616.2032700633245,125.9138334030735,2201.1753805755816,146.845122908129,3934.761185314766,191.8674510614758,2635.1358402312317,200.0071773309669,3356.975400441699,234.82817058984318,4732.296335603932,2270.062608121522,843.1861904456305,24547.492542538614,10420.33643555233,506.24920192645914,4930.323295031081 -4269,719.9267797511116,3516.052414914342,141.8382154639922,1408.7324153580462,268.71660940921964,2507.474473152908,334.87047525855826,2954.8964836912037,44.08701682338369,1080.6787451851155,336.1940851277095,5997.151577470477,188.0638909787912,3498.422339204421,214.50759390177808,3953.783466482708,168.0547937423008,4489.251667388359,60.28569243025601,1218.1946245710878,105.67963212284252,2342.338735680337,239.65859384752306,5376.0143385032525,154.804945897119,1565.2051599698439,102.01075033129702,2131.718904108204,117.47659572957194,3810.6026788712206,153.36064851299085,2551.986059395729,165.27096984763858,3251.048501131488,194.0444338990286,4582.972191798278,1757.498093864093,669.8366134915367,20020.15877571498,8619.923983530885,390.9936199316745,4096.145813605287 -4270,558.280561143425,3267.240483997469,114.77209690116656,1309.0440742731294,223.02088461984766,2330.0341247828046,266.3602129353456,2745.7945099413046,38.18379870182245,1004.2049804170546,292.0620949878241,5572.765735649074,163.37686003596025,3250.857992982528,186.23790759235686,3673.995686713009,144.09962371708173,4171.571711595691,46.950491713664846,1131.9896079773655,85.21156635209039,2176.584146467192,192.96281522639237,4995.583005191523,119.6532345649962,1454.4440926770976,86.01975628150998,1980.8687363310307,101.561331443771,3540.9470257116654,132.88125285435387,2371.3958678451677,128.71301609943134,3020.989457745288,151.12178725323534,4258.660143564081,1649.300910752519,586.9056560601963,16379.73137255766,6768.171212154638,369.1096486668419,3166.412811757055 -4271,354.2580445148565,3044.161000929919,88.969522588237,1219.6656288137974,162.50691602841783,2170.9448839901142,168.17194274465012,2558.3181295256236,33.36186281350264,935.6402301262495,257.9436623058413,5192.270419906618,144.29132138993015,3028.89706780653,163.99108360373583,3423.1439166646733,121.51084291870265,3886.746622790658,31.519664945277267,1054.7000243601638,64.15293514367107,2027.9721086863508,144.63239660381367,4654.49636651971,94.79343059606823,1355.1380765040592,70.5062694039036,1845.6196856750646,88.15688808375181,3299.1795047917244,107.32496512916856,2209.4825446788914,86.40998195061235,2814.7234146158903,101.45384907155508,3967.8888617928956,1606.5698992503756,497.54133486889,12619.266610189436,4841.855004348235,344.3277685419062,2159.3093594048446 -4272,347.71352395857366,2891.975693590165,86.31338682078508,1158.6914594068373,158.43476203817096,2062.4138587628754,164.55813666512594,2430.4213360591193,32.23194567267342,888.8652087204485,249.13551949815286,4932.695689988188,139.36412700433738,2877.4748430872046,158.4195814788237,3252.0122948921444,117.50461094872426,3692.4383292541283,31.076086529099154,1001.9729027297817,62.61246044308493,1926.5886540850329,141.21202018457637,4421.806321599554,93.14366118038899,1287.391296817448,68.12404121815534,1753.352489882543,85.18622284535935,3134.2451774836845,103.68381015883432,2099.02492432929,85.19392832180071,2674.0082724802187,100.02608206437193,3769.524062514055,1542.2964416241125,480.79011144347686,12285.220903321138,4744.104390238525,330.4155354695059,2124.2100254129873 -4273,349.5701955140543,2811.984183039515,88.29951445612103,1126.6422688463772,169.14427561200955,2005.3678744869035,170.22244801713526,2363.196333312105,34.99920322628175,864.2793621384532,271.02665034787543,4796.2582433653215,151.60982503308404,2797.884423368186,172.34182464124194,3162.0622388200018,126.72369465931466,3590.306170872989,31.810232269762864,974.2585183392699,65.33566654551396,1873.2995697432868,147.25006458008355,4299.499980017526,93.89991661930446,1251.7822926579609,72.10459458324164,1704.8550856670413,92.39472658048273,3047.5525380058716,112.62886851335308,2040.9662847796185,87.20656139737454,2600.0457003138226,102.3891119791611,3665.2597270682763,1743.6113941475548,528.3288530959645,12905.574795771157,4837.13255728261,374.47094019877335,2142.3200047214145 -4274,399.8058944422183,2777.1544129736358,101.21918672197678,1112.6874637635108,203.2833837524944,1980.5290071891573,199.36892424821394,2333.9253347744034,42.18150196320146,853.5742338388236,327.0793143229252,4736.850877989453,182.96517170097738,2763.2292956030346,208.0363312158011,3122.8963354780226,151.99974520207172,3545.8359568682836,37.32399054714487,962.1911673267183,76.8816644808752,1850.0965255468777,173.25373799942273,4246.245556822159,107.80169608968097,1236.27747947701,84.96983864874342,1683.7384268367475,111.26433005940972,3009.8049735627114,135.77932267688442,2015.686488812115,102.32232338455918,2567.841040540515,120.136508757069,3619.861124083417,2161.140354919167,644.0406238188946,15236.850963289502,5597.524221284901,464.90045516937494,2466.8434928434426 -4275,578.9967696743311,2766.8874280200143,144.01609206637684,1108.5739202762725,261.25665405186606,1973.2071019245345,273.0189853634665,2325.296942999332,53.1708362149394,850.4186175091437,410.86521452688635,4719.339004517573,229.83423662081972,2753.013791031582,261.24924911741925,3111.3511619225696,194.09685980911283,3532.7271991243465,51.4461802010029,958.6340002526438,103.81587227712944,1843.2568218912938,234.12601947657745,4230.547423856411,155.15295310912515,1231.7070305955954,112.97494035755572,1677.513739792552,140.5503167833822,2998.6778924639634,171.03001757649375,2008.234608299035,141.03777785438342,2558.3478754491684,165.59227423521907,3606.4786994254487,2528.1959807320577,790.9927761758016,20347.465020017014,7885.634020341903,541.4177370675765,3532.4922768861115 -4276,837.7769776949194,2770.591341111276,208.0182412909096,1110.057920461593,368.9029091451683,1975.8485493295052,390.53950455498705,2328.4097179178293,74.89932295743978,851.5570363036876,578.3279543379228,4725.656580485398,323.51135896183,2756.699132082238,367.6799021858818,3115.516193785975,274.1318903265532,3537.45630894941,73.60088559296491,959.9172823216238,148.1332045678292,1845.7243104504676,334.1031043589098,4236.2106755766445,224.00456829673374,1233.3558637750814,161.12608343910466,1679.759355222608,198.07878596204247,3002.692093471889,240.8842320345314,2010.9229455189295,201.77407363557995,2561.772625618589,236.90268127676538,3611.30653720912,3501.0036523024164,1107.1160055039022,28990.373700373926,11347.749220263026,748.9418803975467,5096.028229182526 -4277,911.4641427141327,2913.1594740280616,223.66540834076457,1167.1788977783783,399.0126872817468,2077.5210819850286,424.4968146409192,2448.2242214944185,80.31349705657357,895.376164349209,619.9588326391555,4968.827785667716,346.7992908575391,2898.5524045019265,394.24850686710204,3275.8333507153397,294.2444393641664,3719.4855146854447,80.41440719403687,1009.3123745044563,160.6562410123148,1940.7009549362253,362.4471710749199,4454.1961423242865,244.56466450053995,1296.821464100626,172.55953815170687,1766.1958323277215,212.4335994320309,3157.2035867903433,258.2817527234727,2114.400324347077,220.45308813623856,2693.5954371506864,258.8336882643415,3797.13590250035,3730.2097663475097,1187.5847830775785,31320.835894741223,12334.515744294022,797.6346961509475,5559.292448262833 -4278,849.5764622549794,3155.278368455186,202.44081045477623,1264.1856242718034,368.2976377823099,2250.1882881588617,394.8440951134223,2651.701355891842,72.55781902404635,969.7927862133306,559.7734762483691,5381.797655937528,313.1321539163971,3139.457274240043,356.18367505054084,3548.0948442153895,266.27120915677966,4028.619885351439,75.90127097895173,1093.198477694247,148.6622571969092,2101.996748665332,335.638527406735,4824.393879576871,229.34800223818033,1404.6030606650108,155.23554782578313,1912.988133290804,191.9859148066316,3419.6055077047713,233.31269571108493,2290.132642976172,208.080494088579,2917.465896386173,244.30704144878825,4112.723962439862,3326.507881498898,1075.0824533042107,28764.9760483745,11474.582285566667,710.6832394484461,5215.412519216132 -4279,767.7812124929306,3413.317586216005,184.31801092317127,1367.5709461035758,330.3370072595773,2434.209080585917,355.26951304573606,2868.5579573411264,65.39151587078112,1049.1026101725688,504.39538174885496,5821.92201110339,282.15415523264977,3396.202640144173,320.87205505375744,3838.258662183306,240.12520333389818,4358.081125368979,68.0407005318391,1182.6004407228374,133.8099560306818,2273.8984110302104,302.0594997600205,5218.933656257681,206.6608326211327,1519.471745045433,140.7952156528423,2069.4326379770155,173.0431601842118,3699.2614452221783,210.26128319022703,2477.4200917382327,186.53103435809757,3156.0567685176657,219.00584839542805,4449.063248616295,2985.4035272725328,965.5929439821298,25933.39209362305,10351.16907765942,637.6440158183448,4698.65403401194 -4280,755.6424014428263,3640.036003212697,181.2243753199969,1458.407357366143,326.31618394507836,2595.893428862815,350.07707245429657,3059.0925040759425,64.60540074285473,1118.7858075421705,498.3914750444089,6208.624071165382,278.79562483053735,3621.7842530251096,317.0535038388394,4093.202395350176,237.08454295756792,4647.552359419067,67.09509474195492,1261.1507933015162,131.89066458747817,2424.9346492759405,297.73202933754226,5565.584194061642,203.32486347421525,1620.3976682876953,138.7357395788328,2206.8879083738047,170.95037078089075,3944.972744488484,207.7387541732853,2641.974589597708,183.93869147062887,3365.687480116131,215.96218193340647,4744.577671568854,2957.7196038511024,954.964264658101,25575.577951915595,10193.414444957985,631.8472520381778,4626.003714048573 -4281,685.5234381410363,3764.2145353005626,163.5227501216964,1508.1604050458993,286.57594028588585,2684.4514088301044,313.2110921721933,3163.4523555559463,56.263546947796456,1156.9527869837764,433.53377065745724,6420.429070556113,242.51481922882985,3745.340133154498,275.78923812630484,4232.840537540118,207.39279645232523,4806.101953237586,60.19903318050256,1304.174503538285,117.50833000495042,2507.6604313534576,265.3357413874261,5755.452117021749,184.3144329341599,1675.6769577422422,122.78059636284254,2282.1751035285897,148.98312592381336,4079.554084921614,180.8718609979021,2732.104611954664,165.03339675731388,3480.506710029915,193.76549963813451,4906.437249362118,2506.410481767746,824.924154580777,22698.840774187294,9185.59929954591,534.4616205313763,4187.920842394136 -4282,656.7025872834652,3814.2498453105122,157.61847797071405,1528.2074222133674,275.59636489515435,2720.134114262497,300.54954051785455,3205.502115958168,54.39982836904356,1172.3314246306836,419.25724019803584,6505.771751194936,234.52865889273676,3795.1245577396735,266.6788538153339,4289.104994980664,200.3926847607099,4869.986410118167,57.53930235363361,1321.5100658394385,112.91806243911265,2540.9931667503884,254.91908950121757,5831.955681901483,176.47002922220787,1697.9506659145284,118.7304183657779,2312.5106058574775,144.0304518869829,4133.781003028213,174.8877890467883,2768.4207411116995,157.7418442251963,3526.7708723391847,185.20449715449115,4971.655399527035,2434.925815228815,797.6637446190828,21843.65482899606,8807.75335703078,519.3900347029427,4007.3350363445184 -4283,627.9661253274036,3745.3700740336485,149.3344206081559,1500.610232208869,252.0364826651641,2671.0124722014375,282.13100099024433,3147.615437966646,49.0975257501083,1151.1608344323197,377.7499003406929,6388.287032475544,211.30983327066872,3726.590161172624,240.28074003203164,4211.650034498736,182.02073153792298,4782.041581212219,54.26577193803352,1297.6455276558672,105.36501756286333,2495.1065480861644,237.9642603841603,5726.639095480155,168.65947640780595,1667.2881612934998,109.5628565207878,2270.750047932144,130.12658736740855,4059.1309665741774,157.786118171946,2718.427113221711,148.76758308955667,3463.0825506810497,174.66782865588775,4881.874577432271,2109.3265406227197,711.6197097929515,20264.306543694114,8347.23874008326,448.66951658490797,3823.1464216749564 -4284,596.1668988597056,3616.772839161747,143.2481309197528,1449.086798564643,250.57913305277106,2579.3032922155076,272.97358859685227,3039.5421010836258,49.565431798979056,1111.6357415110222,382.02888210275404,6168.945276732931,213.7034564639346,3598.6377343750446,242.98631464352312,4067.04308298823,182.48876046655175,4617.8502430451845,52.19060844525104,1253.0908846160896,102.61297469119353,2409.4370958151644,231.63837004414296,5530.015013418496,160.1224906933078,1610.0418430288564,108.11305319367452,2192.783873301282,131.2244591060697,3919.7607553623975,159.34848786377282,2625.0899521265383,143.07860002875256,3344.1776544097193,167.98840093477864,4714.25547458268,2222.6585880193293,726.7851020914925,19863.942074117327,7997.84618122746,474.17527721764185,3636.01436097702 -4285,579.6696957224541,3505.0056611058258,138.57018800869133,1404.3064517095731,239.8743101788043,2499.5964753538524,263.7524009090807,2945.612772832251,47.13529606923467,1077.2834624545403,363.0779353833097,5978.309691966252,203.10247049942367,3487.430975669715,230.94889226655275,3941.3614467252237,173.96196417169932,4475.1473105409605,50.5847918346533,1214.3672936554813,98.8976054415703,2334.9795622961587,223.29897658478566,5359.123945568099,155.76493622652677,1560.2875893475564,103.612799983361,2125.0214573287544,124.83687559739985,3798.6305053401875,151.51676911067543,2543.9682148376305,138.67631388203594,3240.8343381516625,162.81968241156386,4568.573383265356,2083.415798764017,688.7633647413003,19093.824345668723,7752.393678499962,444.03210556077465,3535.1930562493653 -4286,553.3381077739105,3437.8153921661424,132.72608361960962,1377.3861733171184,228.93786842388025,2451.6797026982777,251.83008931195437,2889.1459555043944,45.124233770666294,1056.6321504267712,347.5995894510703,5863.70667135909,194.44402559898194,3420.5776099921536,221.08941437368966,3865.8063232249615,166.52539718923856,4389.359617049738,48.16232062653422,1191.0881115538111,94.48873029811581,2290.2184634767505,213.31615133129458,5256.390593899214,148.68267125986895,1530.3771832347065,99.20613746542331,2084.2852140738805,119.50796905982457,3725.811505905029,145.05328603667908,2495.2008446659606,132.03519971623282,3178.708181499273,155.02235878025652,4480.994730340889,1996.2455330753717,658.9408417475566,18249.70763454921,7401.2373206209095,425.482461464241,3371.6200446558523 -4287,552.0901356498892,3394.278181159581,132.1014319986951,1359.9426675948862,223.75784272818584,2420.6311196998686,248.93372198656843,2852.557208656562,43.892888366562524,1043.2507405365614,337.8553224330626,5789.447467326995,188.99317190699418,3377.2587018536005,214.87709587654996,3816.8489458194526,162.43724954094455,4333.771851555802,47.70154768125696,1176.0039233340792,93.16171181561475,2261.214659281004,210.356509975893,5189.822567314372,148.11888507078362,1510.9961674599954,97.58616760243677,2057.8893914913847,116.30111238296743,3678.6270520588746,141.07271532255518,2463.6011008503033,130.7720079293321,3138.45235823966,153.53924692206974,4424.246478663763,1906.1943986232236,637.3004585708403,17962.57916593141,7352.382987006619,405.77346461167383,3358.2170143561325 -4288,570.6111152796655,3439.699838292834,136.30106131798905,1378.1411906008216,227.2894306436721,2453.023596361145,255.5937420408955,2890.7296472633248,44.407273783128396,1057.211345681917,341.588443823122,5866.920875167148,191.0814458093861,3422.452607190341,217.2515985325158,3867.9253735291004,164.78226914184876,4391.7656542522745,48.99444563471636,1191.741009142053,95.45982000143582,2291.47385180348,215.5650878793652,5259.271896053374,153.14105394893932,1531.216062879581,99.70029178073051,2085.4277196335256,117.7114573159388,3727.853817739773,142.7064197832783,2496.568594539256,134.3164392872279,3180.45059743416,157.70075923709345,4483.450997533873,1897.461091727707,641.6438604825485,18361.414920889998,7574.9156194979705,403.45475909960714,3467.245395947128 -4289,616.2102029260684,3463.287910760686,147.05561691452584,1387.5919263635553,243.9646058646667,2469.845441602454,275.1354032915559,2910.5531038468084,47.627005713107174,1064.46127416642,366.27243532486943,5907.153849342964,204.88944449842495,3445.922405112087,232.9355993095641,3894.450043791122,176.82736260317935,4421.88260962177,52.771711990699465,1199.9134877326574,102.68899989420592,2307.1878541337983,231.9010869258272,5295.337858911869,165.17004774462612,1541.7165243015486,107.22312796757527,2099.728740795185,126.26341606524616,3753.4179338360327,153.04614557675393,2513.689053793684,144.6716736531332,3202.2608432985007,169.85882663559835,4514.196693963124,2023.6560726849077,686.8067457985064,19752.582407781832,8168.217730268295,430.1198724883744,3741.005682755494 -4290,643.1851669848236,3389.924457537665,152.5840712434052,1358.1983160125017,247.46856746830483,2417.52625960199,283.70177967351157,2848.8983318529076,47.941733719854824,1041.912598772617,368.26822218939765,5782.021542623401,206.00586938485608,3372.9268085311273,234.1901534143569,3811.953205243758,178.68836949633257,4328.213071787295,54.56663731786494,1174.4955036385738,105.49922155147499,2258.3142771818057,238.3062767295923,5183.165760800903,172.1547883773644,1509.058064760161,109.49163950055897,2055.249807704541,127.1867478925896,3673.908603941786,154.0208268784324,2460.441124638782,149.5923942696861,3134.4267735824656,175.63623840546052,4418.571650209733,1978.6903566102949,685.5129972381649,20233.194693588717,8476.539567373922,419.6856976840742,3897.0144159031706 -4291,678.9417812524365,3210.8370522178193,161.29897994219556,1286.4456220008062,261.50829597266755,2289.809990243235,299.9389781325957,2698.392969074951,50.66683884480729,986.8690642568711,389.21702403722776,5476.561273952983,217.72443720365058,3194.737377456799,247.528884857622,3610.570307990748,188.91210203356863,4099.556516631829,57.62524389560653,1112.4477043612885,111.56079468047201,2139.0090686548224,251.98556356696366,4909.342636105451,182.0202784442509,1429.3355527454867,115.71920835929178,1946.6723570986737,134.4130124687642,3479.818509161295,162.77703757219655,2330.4576921248126,157.97744974649802,2968.8371372713145,185.48112129511682,4185.1415127633445,2093.3378526309434,724.8459336291687,21377.915258244564,8953.748144498208,444.03210556077465,4115.849404379692 -4292,655.8738533529404,3183.3501228691944,154.05923428213762,1275.4327803810922,246.13779368319535,2270.207673339574,286.76536189804955,2675.292906477705,47.05767140096186,978.4207998932729,361.057329352489,5429.678218113515,201.97216199876397,3167.3882721756977,229.64999895279283,3579.661392542848,176.1944612506873,4064.4615496494594,55.44862179490617,1102.9244021953634,106.187685899283,2120.697709283417,239.94973000687622,4867.315354125005,175.898504779096,1417.0994770073373,108.81045244481139,1930.0075296177733,124.92935288812028,3450.0289172412417,151.14436014113738,2310.5074034955132,152.01032170876795,2943.421890308413,178.47512391304912,4149.313880527737,1884.5682865931626,668.5968393607114,20256.996838580926,8605.706613752174,398.8173480754738,3976.587892498167 -4293,551.9335599569027,3108.881992374377,128.90016637808486,1245.5965729075704,204.84791136925435,2217.100690210677,240.34236191062257,2612.7097618087555,38.90531375437491,955.5325956452197,298.3437694402478,5302.6617196182415,166.8907711713573,3093.2935373598048,189.77912916825125,3495.922349893378,145.95173396852368,3969.3815737159107,46.60978061814944,1077.12368435457,88.81877878312613,2071.08821373329,200.74039065937433,4753.4542138292845,148.12218895915342,1383.9492595619483,90.40945632481312,1884.8588507027391,103.32057969073648,3369.3223679445373,124.94572574939133,2256.457688512335,127.77896938082017,2874.566402545971,150.02512419791935,4052.2489534563165,1535.6603649768554,551.1788781004957,16903.5776381078,7227.076167577379,324.61877168933916,3347.656487818202 -4294,439.2465485433668,2902.0477347542756,107.71335374470392,1162.7268972224165,180.09921494851676,2069.5967397701165,198.83835756101234,2438.885896738926,35.99918200883541,891.9609079655775,277.2786680720299,4949.875057764241,155.10714646640494,2887.496381349958,176.27397379658711,3263.3382551251243,132.99859979913538,3705.2981852102544,37.61451121634631,1005.4625282975157,74.76353621053863,1933.2984892587037,168.7019952664614,4437.2063871635855,117.43643164353038,1291.8749645621674,80.12593186459901,1759.4589860375536,95.34708850471253,3145.1609837665656,115.7180024779871,2106.3353126873935,103.11877492760574,2683.3211866424253,121.07162149308643,3782.652389149336,1588.5258304342267,522.5974585571524,14499.679411344345,5864.739105008567,338.5310047617395,2659.7647499379063 -4295,410.71827914423346,2692.0294162493237,91.31688303314401,1078.5815039848349,201.05836210150727,1919.8220747759678,183.18434709510078,2262.3861414370303,41.13871588262054,827.4105810292971,328.4019824994902,4591.657505381607,183.70506016053832,2678.5311298698343,209.50640924439207,3027.1736997160133,157.59105700625912,3437.1494276629574,37.13204886970104,932.6982015829997,83.06834232027728,1793.3875935763983,186.65884664121808,4116.090158394719,94.87830266362096,1198.383253682724,81.71890108608892,1632.1286829206333,106.54253391706361,2917.5488003667074,138.4274742226761,1953.9019135807916,101.79612245849331,2489.131891656528,119.51869692411536,3508.905584524447,2062.0807602242962,619.5830558626083,15272.526686992405,5787.820634800755,440.89179764057377,2548.471345863196 -4296,433.9245524846083,2559.208422382896,97.17582386456448,1025.3657900477979,225.00291252223488,1825.1007190287783,199.07909900953857,2150.7631502462577,46.2830612492374,786.5872917128584,369.963546620537,4365.111498982937,206.9542183389145,2546.3761227127625,236.06934628874515,2877.817152207413,176.2226258490275,3267.5652469352176,40.35287743675344,886.6801672465538,90.68895932771282,1704.9043395938286,203.75159026264606,3913.0079846332205,100.68151345703572,1139.2566877446789,89.67820761976867,1551.6017197028789,119.76177423529872,2773.600993192144,155.7673336237567,1857.499105902378,110.62590344849443,2366.3215799567906,129.8857314688797,3335.781054641215,2396.005918039951,706.0744409848098,16762.25284087453,6202.788266985361,513.2770181487276,2714.1343247127065 -4297,453.1269049190027,2483.3107061993815,104.0868812797116,994.9568084905742,253.8453224313349,1770.9742261774468,216.46164134285283,2086.978579311093,53.1290015470112,763.2596961572002,425.4162978533491,4235.656628968588,237.97397931525677,2470.8589703902553,271.4628607015688,2792.4705475557616,200.74116741120818,3170.659993906982,43.33246784114381,860.384145753873,99.47733381689685,1654.3424765760242,223.3401663839022,3796.9610199373983,105.7516394519193,1105.4700762321602,100.1124479243608,1505.5863088743176,137.32339991477141,2691.3450975228084,178.85131749751045,1802.4117833076657,118.79433904292696,2296.144253990013,139.47628123223842,3236.8527448086893,2862.414473339431,821.3921453515612,18547.541073693446,6613.784774045656,614.6163268601432,2854.637652067719 -4298,536.764737290641,2446.206608730938,124.66426548194401,980.0907773060891,319.57970151243177,1744.5134211971642,264.9064591612305,2055.7962321211094,67.23555209211348,751.8555403706317,539.0132401160316,4172.370059143969,301.51906803119255,2433.940919081062,344.01828894715254,2750.7471743525584,252.70416668640115,3123.2859471719003,52.95345843277478,847.5288163242288,122.34741939631365,1629.6243112881182,274.6293137789906,3740.2291694219007,126.04352510049105,1088.9528239388533,123.86756358616714,1483.090766527495,173.65022062325178,2651.132678444353,226.37753240656855,1775.481257731802,145.169924722952,2261.8366822516214,170.4438225781508,3188.4896868012643,3721.1073853250855,1051.1277886269795,22927.462858156487,7969.183064175953,800.1857103446831,3413.399694672154 -4299,760.1304130460949,2432.430648172416,172.43860955977587,974.5713367797861,406.7881044428064,1734.6890882898585,354.489220649181,2044.2188912256277,84.37166622470026,747.6214203936502,674.9178063833768,4148.87310464913,377.5428372307992,2420.234033496108,430.6535851642525,2735.2561751683133,320.2660789867043,3105.6969733429287,71.41432923921857,842.7559065036842,162.1059059646138,1620.4469833562146,364.08432507626566,3719.1658425001738,176.7546703339832,1082.8203202087388,161.72139213657803,1474.738651120943,218.2163164729922,2636.2026643223635,283.9854676378678,1765.4825275789156,195.77971121487386,2249.099012091912,229.86470804054704,3170.5335141665187,4443.48440874304,1294.1446655272216,30077.73205549441,10958.077174894652,952.8527208709717,4766.299977509656 -4300,888.6176839770104,2420.669104671125,190.3552469423415,969.8589873521635,379.48503239211834,1726.3013378771323,371.7736510818494,2034.3344698821554,75.18895297520679,744.0064429779266,597.9405414543262,4128.812038760847,334.48246050238873,2408.5314643438664,381.415772139288,2722.0303779536675,292.8656866450914,3090.6799819720763,76.57355823511415,838.6809248540488,166.13664342591736,1612.611628337727,373.7054589048025,3701.182542183699,203.86185697591762,1077.5845539558404,158.30377524852412,1467.6078402954722,195.20423813206827,2623.4558210206055,252.86650277599912,1756.9458815024939,209.92354444369786,2238.2239329239587,246.47096450881597,3155.2030183609386,3419.2236620847025,1096.9666257023457,30035.19309980546,12128.840897707309,726.4843949181991,5450.421043322258 -4301,980.9840118518049,2465.8308451558955,208.45253332778566,987.9533728297572,423.5321457815526,1758.508454855358,413.1544733628579,2072.2884740914683,83.4761331325917,757.8871612602924,664.0015544444074,4205.842120007845,371.4363859118608,2453.4667562977334,423.68283552718475,2772.814530683831,324.79771106789303,3148.3419263485107,85.41866607797641,854.327958232009,184.5747485223576,1642.697668483064,415.2381278623869,3770.2344605703606,226.03991670805777,1097.688744934377,174.1960813411255,1494.9885856806802,216.68634094239826,2672.4008960552583,280.7463735212374,1789.7247250846624,234.17207660226913,2279.9818453170483,274.94113504106434,3214.0687508218575,3820.2679865037367,1223.3792777027206,33299.77183094138,13427.978543414749,812.0305646096538,6042.025133007845 -4302,878.81268268044,2615.156987421403,178.5980043758738,1047.7819965947167,357.4459931832589,1865.0004651328215,361.3483852662763,2197.782420322719,67.76856636909376,803.7834019881923,537.8521446032271,4460.540117639085,300.8695618393954,2602.044152275374,343.4266455908934,2940.731035539857,266.0984277052475,3338.9996737434485,76.35486479833239,906.0644747424462,159.74146701463852,1742.176392348087,359.7785325950615,3998.5528663277737,203.39608261358848,1164.162739292637,144.1313278097123,1585.5223214676332,176.1653573232736,2834.2365374492188,227.8465740188637,1898.1071347860836,209.32400457048416,2418.053316872131,245.76704551200183,3408.70679279428,2916.505583015797,981.4759186407341,28384.61535391859,11878.867967670538,617.2485166968032,5429.396527789388 -4303,800.9209895492592,2852.8571790644905,164.49877434851518,1143.0183371236717,326.2112445707482,2034.5164712880132,329.07940382392496,2397.546069317126,62.39408857334702,876.8419103726219,495.27997772011133,4865.9732315570145,277.0550817351548,2838.5524753452987,316.1510644883503,3208.023719719341,244.81889629305957,3642.492300060926,69.17282976388381,988.4196451292281,145.71059751520738,1900.5285158837105,328.0975930323656,4361.994444478803,184.79034064157307,1269.977307046925,133.00321419780875,1729.6356429546386,162.17695183751437,3091.849587584997,209.78186170050628,2070.6323146769614,189.6347242823587,2637.83810975007,222.649886758043,3718.5353276774636,2697.887069099053,902.5038482681331,25976.598605260737,10825.622103436162,571.185194555251,4933.894610453343 -4304,785.9656973005134,3068.138960976792,161.1223479912092,1229.27257591985,320.3628398650564,2188.044777746186,322.9177945828803,2578.4692482996365,61.2234519628078,943.0099927798547,485.99293674044026,5233.168405474086,271.8599960998649,3052.7547983456734,310.2246205721735,3450.10701357164,240.15242009443958,3917.361381735774,67.95596579931734,1063.0075859634492,142.9574528450914,2043.9458479804946,321.91345404483104,4691.158464181638,181.27486113013188,1365.8121001994173,130.32624890276094,1860.1570886150935,159.13306155214215,3325.1661705197175,205.8462617562712,2226.8859882432725,186.29873725974616,2836.894162338511,218.73310866994848,3999.142754267518,2648.0916996953515,885.8871425009905,25489.937087804672,10623.033579241332,560.6564352086102,4842.8716880212105 -4305,725.4575614698441,3237.1543251325274,148.52339881783604,1296.9898321159665,290.9216971483612,2308.5781660977,295.908210810835,2720.5100503977865,55.388085489397014,994.9578280504716,439.42998488473967,5521.449306368451,245.81310744590542,3220.922691157248,280.4911187220384,3640.16395059167,217.83493101597801,4133.158080935114,62.34290441265816,1121.5657596730005,130.79497883060293,2156.5412213338072,294.55412944585265,4949.581523313058,167.13828413993681,1441.050944469372,118.96417473472985,1962.6280430659501,144.0163143330753,3508.3404590173277,186.2120378406851,2349.559032399139,170.9107395144982,2993.170884487456,200.66608023737572,4219.444565078625,2358.602357567765,797.5202679602245,23280.873648369914,9771.65767380975,498.79997404709695,4462.873309545314 -4306,696.1175639561741,3405.844780871361,143.55111989762844,1364.5769113508493,280.99778433400957,2428.879845855213,284.7576559666293,2862.277798904769,53.868010910885396,1046.8058008677338,427.49875333729966,5809.176027519452,239.13888583332675,3388.7673046971427,272.84176786992447,3829.8555297116254,211.60505055600132,4348.539941138843,59.720651319540096,1180.0113634773738,126.07589337981462,2268.920145817578,283.8639817053083,5207.507800229129,160.31010509315564,1516.1451525761984,115.55823690251627,2064.9020114276705,140.03699477835286,3691.162620544765,181.10932126731478,2471.996254771748,163.72193078700505,3149.147186478472,192.22570912307296,4439.322876446655,2313.575422525779,776.4601705864872,22485.311976212513,9390.489113981757,489.58730961878626,4278.276072622363 -4307,684.4339140753924,3371.3399129192335,140.85094547471414,1350.752280703813,272.51303822176305,2404.2726826563735,278.32373442275536,2833.2798486610573,52.02325952604163,1036.20053308415,412.6599624358514,5750.322831135987,230.83820215744666,3354.4354499321275,263.37130486143167,3791.054977181861,204.83910916880149,4304.484558081967,58.46501500705094,1168.0565801861696,123.04248526549351,2245.9335462916515,277.06460447828454,5154.75014961165,157.53477599930898,1500.7849727524676,112.4234680865301,2043.982334865028,135.28296435650412,3653.767176240595,174.89518458725198,2446.9522760126133,160.27965082346188,3117.242941035011,188.184132629249,4394.347764689079,2203.8487664007216,746.8740399250787,21904.485669059763,9206.816628841134,465.89760108884514,4202.37820511908 -4308,631.9446647656288,3250.5403918088778,130.47590105135168,1302.353058773547,255.534714993075,2318.1244459951486,258.64877782371445,2731.7597238055614,49.10452282884447,999.0721119210422,389.72935338755786,5544.281238720676,218.01102954821587,3234.2416378532594,248.72152818156368,3655.2165160431096,192.76953913634904,4150.249243140682,54.16574845476492,1126.2035842970336,114.57698125420612,2165.4588081028255,257.9556678476446,4970.04870579389,145.45826400017617,1447.0098831201872,105.25787757205785,1970.7437728726472,127.64659028094228,3522.8479166764005,165.09605347042924,2359.274773667183,148.49337245315294,3005.548046960802,174.34587829909427,4236.892533452204,2114.1602133854367,707.8964930371286,20450.78205526195,8527.14759007619,447.4722722322242,3881.814998281952 -4309,618.8033817198291,3156.383045726982,127.29303476920425,1264.6282213942716,248.04165991071056,2250.976089287295,252.3771624652447,2652.62972856689,47.42558213834424,970.1323150675806,376.276531248667,5383.681847713238,210.48564409973486,3140.5564124749762,240.15408344603847,3549.337048317496,186.49593064038,4030.0303234505127,52.99048854730349,1093.5812114409566,111.64386328798469,2102.732667263467,251.38761743227604,4826.082921761624,142.48722054929164,1405.094818569012,102.13845924847581,1913.6578791151942,123.30892238987163,3420.802727107229,159.44358720213933,2290.9344288044485,145.2714413962292,2918.48731443258,170.56301317414923,4114.163845757891,2022.322824886776,682.270510347425,19889.602200369434,8335.377461216262,427.730848457273,3801.8083218359147 -4310,594.5427769990614,3107.9072797299714,123.0034299697179,1245.2060470746765,240.29638638895872,2216.4055734188623,243.42354820364287,2611.8906116296093,46.218402122438434,955.2330121597732,366.8223689539091,5300.999201890069,205.19707233196647,3092.323712087852,234.1035740733219,3494.8262903688733,181.4973837975674,3968.1370728246375,50.908761353814576,1076.7859790066977,107.85623072729769,2070.438875522783,242.81134415122742,4751.963886458163,136.93287290397816,1383.5153566843803,99.13432718323466,1884.2679000783003,120.14428624547276,3368.266000696385,155.3924876198141,2255.7502323123394,139.5644641955585,2873.6651537283515,163.86245855648278,4050.9784715586757,1989.8105213638287,666.1219802196741,19245.652314683066,8023.728631590309,421.1503738656227,3651.5635371160365 -4311,613.9342490651512,3094.196304636719,128.0407585388708,1239.712643455862,253.58786936025737,2206.627584927413,253.56117192862834,2600.3678846306675,49.14197648100699,951.0188658358479,390.31908993242246,5277.6130897944795,218.34092276819172,3078.6814861201606,249.08146033688027,3479.408367017359,192.3692620767014,3950.6310716234575,52.89061702073559,1072.0355844774867,112.62890262125767,2061.304839884223,253.5103310535891,4730.9999217619825,141.33782072187458,1377.4117818704367,104.44208574357113,1875.9551841824668,127.68267358340765,3353.4064160671396,165.23950113543086,2245.798669261038,144.99764734343404,2860.987571097077,170.24155192763672,4033.1070037420204,2160.6770951808294,712.4073983317985,20176.011098368796,8321.995443202239,458.0010315788647,3774.356485739928 -4312,640.287133178149,3191.472738744493,133.60656205721315,1278.6871665308831,262.7096398077611,2276.0003207631858,263.7994957497134,2682.1191667992193,50.868332573804175,980.9173321675089,403.94690825794856,5443.532550433223,225.964199480145,3175.4701598945458,257.77752716640305,3588.7952337268193,199.36587389837655,4074.8324038230394,54.99173038818583,1105.7386170673524,117.1240559233826,2126.1088680360745,263.62658134590424,4879.734764946793,147.44367004680805,1420.7153389969205,108.57940144530185,1934.9321245239064,132.1857773468691,3458.831989027818,171.03932213054676,2316.4028794536252,150.75777101456998,2950.9323068353806,177.00450574816784,4159.901243367736,2223.680952336455,735.963413746532,20959.648840987207,8668.956214770642,471.1619807621654,3933.823195763367 -4313,683.9204624239464,3272.8288432154222,142.0227336409982,1311.2830917421531,274.8420629664642,2334.019465850642,279.03775670538334,2750.4909766187325,52.95499863150414,1005.9225944667442,420.2267920227917,5582.297515424955,235.07101730038067,3256.4183312313717,268.1465995915615,3680.2797688805526,208.10603084831075,4178.706858623293,58.30143048781311,1133.9257876345876,123.62636400636774,2180.3070233530952,278.3053050317384,5004.127559065915,157.16823360004338,1456.9318055014583,114.13642029215369,1984.2568573207316,137.66900039304485,3547.003538554335,178.0381148435338,2375.4519549383576,159.831189985465,3026.1566238495952,187.6575953340712,4265.944248540737,2270.3055660602677,761.410354999856,22081.005182416335,9216.343585886149,480.3746451904758,4192.898753807262 -4314,738.1026113560206,3239.16872958346,153.90206444734955,1297.7969181638402,300.9858885906262,2310.014739602092,302.87691707647576,2722.202959355441,58.28598843952937,995.5769667371121,462.76745941971444,5524.885173473086,258.8678768806461,3222.9269950468724,295.2768855295028,3642.4291383855502,228.5048722745759,4135.73004729767,63.17716357846855,1122.263683476249,134.41226568579825,2157.883185849106,302.55091304756877,4952.661530643388,169.5470708345179,1441.947676334771,124.7090793969867,1963.849340004061,151.4786458253476,3510.523616175194,195.97540680694763,2351.0211073258265,173.19782979876882,2995.0334638230474,203.35135000917163,4222.070225476205,2535.1262255313004,841.4070620644692,24071.217579031676,9974.8607500098,536.966726678669,4527.773512571583 -4315,782.9567494673424,3185.234568995886,163.7486339215224,1276.1877976647954,321.6398624380154,2271.5515670024406,322.65983998876726,2676.876598236635,62.4019434024979,978.9999951484187,495.5669711209953,5432.892421921572,277.21562321414893,3169.2632693738856,316.22663430265936,3581.7804428469863,244.49971600773299,4066.8675868519963,67.18531067859803,1103.5772997836052,143.31739943730227,2121.953097610147,322.56582575713503,4870.196656279165,180.18598900901864,1417.9383566522117,133.11869503422298,1931.1500351774182,162.15030347538288,3452.071229075986,209.82173044427122,2311.8751533688087,184.18601508496684,2945.1643062432995,216.25256427204903,4151.770147720722,2732.6646411105835,902.8498275312398,25666.92392619095,10602.457849193657,579.0817640652313,4807.8848730890595 -4316,743.9322800998626,3153.458901490615,152.89573095357926,1263.4566413701857,291.3469765705783,2248.8907344167574,300.30918346760774,2650.1722727322745,55.47204429706056,969.2335626739324,439.7721023864614,5378.69428377776,246.00448484185605,3137.646930387574,280.6530429763106,3546.0488626561228,218.94381919401587,4026.296812728912,63.102450591805614,1092.5680932135085,132.5809463151698,2100.7846484328875,298.5607756276645,4821.611930010797,170.99541973583348,1403.7931071303988,120.97147926049706,1911.8850234203926,144.30249606449274,3417.633618531589,186.47489220560132,2288.812055629573,172.9930069416658,2915.783562151639,203.11086775513286,4110.352391849176,2312.423281567065,792.0852584457821,23568.21960951674,9972.49329884573,488.27121470045637,4558.610887657623 -4317,631.7344046274047,3181.335712115113,129.47598974391101,1274.6256918078154,247.80986625092845,2268.7710953400883,255.26782777772706,2673.599992222873,47.075233923575894,977.8016592693239,373.2097254511202,5426.242340257921,208.7701010349487,3165.38396201453,238.1953098113245,3577.3961976611085,185.78641425261094,4061.8895752391218,53.72509408170368,1102.2264762082846,112.66048903083184,2119.3557405690603,253.71907976683553,4864.235337157214,145.33383242612555,1416.2027423360303,102.47886304583176,1928.7862288581775,122.4581556770827,3447.8457532521934,158.2485225460926,2309.0453239939375,147.28533497912562,2941.559305144739,172.92752304897047,4146.688211914364,1963.3222059332238,672.8572685126144,20013.821599774816,8471.74661337205,414.5698992739724,3875.0626464706893 -4318,486.01600865961797,2989.4470714874496,103.73836094699314,1197.7440881535176,201.816579514892,2131.92561885603,201.00931768217447,2512.336449322935,39.79168300819906,918.8235921366605,316.1741336670446,5098.947656322757,176.8649135563628,2974.4574831702885,201.67594523357207,3361.6183749240768,155.62455617665242,3816.8885632415204,41.40659267239748,1035.7434768259877,89.61047136994674,1991.5225507187972,201.5860983569442,4570.839232186081,111.48113118943472,1330.7816350806268,84.91535950380559,1812.447621113167,103.36291713272861,3239.88202526023,133.80649104216855,2169.770626676854,113.514624335952,2764.1332591476626,133.27737496087204,3896.5724001624567,1768.168876638532,576.0153025803619,16137.430657688721,6596.107280057283,375.08705172407036,2973.389204749189 -4319,428.49911188931435,2817.117675516326,107.57910571894091,1128.6990405899967,218.2486109340566,2009.028827119215,206.00224090923368,2367.5105291996406,43.86215789833357,865.8571703032933,348.5615116900175,4805.014180101261,194.98211608622745,2802.992175653913,222.66375586094802,3167.834825597729,167.60556756737557,3596.8605497449576,46.14039899194115,976.0371018763074,96.7529937197826,1876.7194215710792,217.8945220298543,4307.349046500401,112.4049388958094,1254.0675170986685,87.15485746760602,1707.9674291891392,113.9270706826546,3053.116078555246,145.9156807816398,2044.6922250361586,126.4921772172923,2604.792282859496,148.51430316777916,3671.950939397261,2189.3808269568353,674.6672401007403,16823.46237877713,6468.485029790031,498.702570807213,2884.9749830605087 -4320,425.1186143588435,2713.7980217526047,105.82070082321269,1087.3032568459507,217.26670691979916,1935.3463662751722,204.68317653109887,2280.6805148609465,43.39858663567129,834.1012859744019,344.88836889548674,4628.787107397654,192.92739366064478,2700.1905839391106,220.35570504812463,3051.6523884187677,165.79175545974658,3464.9433104099253,46.12694609171605,940.2402956928655,99.64011042801692,1807.8894956742715,224.1630239445477,4149.374171687139,113.87529778393642,1208.0737615700796,85.8882984828454,1645.326594211881,112.72074556347019,2941.1410272897842,144.37430670092465,1969.70178548862,126.45529659474593,2509.2598032863343,148.47100167611097,3537.2797103630096,2170.7840437077607,672.2411887083057,16759.77650271117,6448.219148480176,501.1103557618555,2885.352843654258 -4321,426.0811873403393,2652.585999609897,107.8161240809724,1062.7782072658388,229.50003084397184,1891.6929832021988,210.54404922566255,2229.237826401047,46.51563927456872,815.2874221654245,370.14983147813825,4524.380877958029,207.05842438149736,2639.285489127792,236.50426134532148,2982.8197737309956,176.68066008796418,3386.788567521925,47.01980762671743,919.0323762610986,104.52312890267574,1767.1110107045931,234.91879374660297,4055.7815086960813,116.60001142300607,1180.8246305549812,90.1705286556155,1608.2148537250778,120.7140665374878,2874.8010903290296,154.77953877757528,1925.273486720094,128.90304308119534,2452.6613145965334,151.34489768899988,3457.493358460573,2401.684235296656,727.7308678122372,17500.699273705734,6567.668285007196,555.2170870807438,2912.4975227719037 -4322,489.98228606394787,2653.755656043814,124.49236784408907,1063.2468387703925,277.4070701934792,1892.527124251395,248.17798897978406,2230.220807675458,56.41085598301425,815.646922735422,449.3879845611247,4526.375901382027,251.38352122875094,2640.449280708444,287.2055624895243,2984.1350465779724,213.26400499269977,3388.281970201009,55.51473957334087,919.4376231153118,120.43866357883213,1767.8902173970132,270.9136797178095,4057.5699034689196,133.28975143559697,1181.3453145692447,107.08660640658431,1608.9239952387013,146.28937969905178,2876.0687323930492,187.74178621730238,1926.1224350750663,152.1915811241544,2453.742814343293,178.6879403603656,3459.017938380901,2985.522338588134,888.5554572659341,20727.277793916233,7630.578595855217,683.8481141145464,3365.187786260107 -4323,730.9696729715821,2746.483422740161,183.57669562250803,1100.3989045913693,380.6439109285728,1958.6559757319076,355.2287753594184,2308.1493819450907,76.53766932847311,844.1473302185874,608.5459872257245,4684.53693162135,340.4150496988228,2732.7120948516567,388.8058270709754,3088.406959389265,291.8333634410356,3506.675620844273,79.689633971232,951.5646945033315,158.94573434267116,1829.6639949677535,358.6102641480779,4199.349872738545,181.7561705046345,1222.6239878591985,150.47740155308264,1665.1431609041124,198.73094086305275,2976.5645824207722,254.64023120252708,1993.4251769011555,218.46614946764592,2539.4817144952617,256.5008261198609,3579.8832515299,3866.961352900103,1179.952878878176,28905.45365651976,10980.92690306479,876.1738143315539,4896.562944288022 -4324,1019.8341361118366,2975.0862858635437,253.53337806875965,1191.9903331376395,503.0777532753277,2121.6842176716727,483.0768169250079,2500.2676204388367,100.22896957909194,914.4097228433345,795.8127865581164,5074.453195491399,445.17038148943374,2960.1687049307807,508.3659968500969,3345.469742860273,384.4067621446966,3798.5528920968977,108.67178537661789,1030.7679446702518,215.00815361326053,1981.955621540213,485.2440631636408,4548.881712696665,255.88696521219282,1324.3887907463352,201.72654959299973,1803.7409368605458,260.4763827210464,3224.3181935218217,333.3807797169404,2159.347424633926,297.9196330048986,2750.8548420286143,349.7870593192257,3877.8539416754434,4893.472068791207,1525.0525454092335,38865.89260077635,15159.012403855482,1101.411278613257,6795.588157027935 -4325,1102.8016062236043,3564.3982162839625,270.7408640485421,1428.1025183880674,538.0642644431713,2541.952304684722,520.5826077215486,2995.5263781325825,106.21534094556691,1095.5381027241197,843.0381042875537,6079.612549246109,471.5877915445033,3546.5257266285644,538.6577113519327,4008.1480798537286,407.99846293068975,4550.978980806434,117.72733671078196,1234.9448286065096,233.7217981318212,2374.5459470333926,527.4105406515513,5449.934658993083,283.7753478870715,1586.7267668280429,213.99990602140105,2161.0300879451465,276.09798785577055,3862.99855312776,353.2702948300598,2587.0759262595575,322.7450881198714,3295.750492606929,378.9345943552431,4645.988164577106,5137.6976313963005,1614.1677092360205,41661.1126211434,16426.846849664074,1152.2824378659072,7383.921421577454 -4326,989.3250394084689,4016.2105334054354,233.65301599470695,1609.1244662086474,460.3086334335557,2864.1624762488905,458.2686003115446,3375.2302248350893,88.08594352834349,1234.4051929457844,698.0415067999209,6850.245813657113,390.47802338230804,3996.0725811182124,446.26311147022506,4516.208785038535,340.51912766417615,5127.847286119677,105.5002907661881,1391.4826929732997,210.84213534015308,2675.536195973381,475.6629259001359,6140.75186207411,257.3230858922727,1787.8554437205598,179.65772554344497,2434.9557135789837,229.20308097030818,4352.660544134239,292.89193675899185,2915.005831361774,289.2250992108532,3713.5098383265504,339.5788183339101,5234.899546130017,4099.825646287122,1337.6479652763753,36027.50196569617,14619.10145784153,934.0991698603048,6668.9574610880045 -4327,899.8377188223803,4261.448509555287,214.4471563517874,1707.3808758724142,418.2913799540812,3039.0540570555486,416.1662217801837,3581.3286408652157,80.58261935833909,1309.7804823507965,638.6128260805965,7268.535742807268,357.23416387904877,4240.080892980885,408.1713420709768,4791.97767043457,311.4405077480955,5440.9640612473,95.38878638760644,1476.4494537130486,197.99655543378117,2838.9098728159215,446.0644316401418,6515.7186488417765,242.24853328861133,1897.0255300543442,164.87865259113823,2583.639057304567,209.67247665740092,4618.442841608991,267.9451739540187,3093.0020107458326,261.50478833941116,3940.264294944035,307.0324368640557,5554.553149785139,3756.6671430762462,1223.875522171753,32987.83104290227,13383.129582361462,858.5779284459678,6084.439990179312 -4328,870.7944668756645,4323.31034222865,206.32925170746861,1732.1662768495905,399.00924662166955,3083.170852821431,400.08559476882584,3633.3174312102724,76.47445109424791,1328.7940691291749,605.7798094193523,7374.050320982665,338.86767517791793,4301.632540064023,387.1878425560703,4861.540993834634,296.06907376351654,5519.948474078745,91.9420518268037,1497.882510771341,182.377770782902,2880.121251325625,411.56188470480254,6610.304866626072,224.32403491714032,1924.5639305897917,157.3273044075669,2621.144766148159,199.04102801487787,4685.48702567891,254.26500047176017,3137.9019485059866,252.05569452116802,3997.463618121611,295.93826792131796,5635.186492357936,3520.821227554701,1154.3773971764313,31407.636026271164,12802.70519300958,799.6052429643653,5840.540106276259 -4329,805.5830306113241,4424.745556168828,190.85580218677364,1772.8070458353363,365.0621998722908,3155.5094244977,368.3054202261101,3718.563759087213,69.81512241772948,1359.970760140229,552.8426776862116,7547.063200629174,309.25512870135077,4402.5591408521805,353.3395898311892,4975.604387797315,270.738700712774,5649.459684259021,84.67266844363192,1533.0264215503712,170.30183539929916,2947.695793094761,384.11235449381707,6765.398448922634,210.67569384140333,1969.7188092794142,144.48808717867465,2682.643099387257,181.747751322688,4795.419771940809,232.11024913527436,3211.524642755118,232.12695200367898,4091.2536875879678,272.53995687074047,5767.401462414993,3186.582946804096,1052.0300454295152,28907.609487722115,11851.95963267388,725.1061393761655,5410.5152221200315 -4330,774.2554308772359,4511.6900198577105,184.72113658189411,1807.64198851563,353.43938584122503,3217.513910652993,355.1168552098604,3791.632035584153,68.01873659581045,1386.6936364891537,538.768056189708,7695.359945396788,301.38191438920506,4489.067650437849,344.3086990738555,5073.373005118591,263.47989885637554,5760.469286086874,81.30257092601325,1563.1497717748282,159.51342490186116,3005.6168252976845,360.1141566444144,6898.335796916148,198.21053190022707,2008.4229886083122,140.56951542242365,2735.3559531737824,177.03976869947587,4889.647834309995,226.1488644154151,3274.6298053330397,222.8879557714914,4171.645170706489,261.6924632345451,5880.728572564649,3124.4301355682414,1022.2065751682601,27860.65528741915,11361.629019310527,704.1559070899444,5173.403451120909 -4331,741.7160271996653,4470.03725497784,175.35798422943773,1790.953500077101,324.86542980056595,3187.809221317451,334.24622880294214,3756.626980495251,61.76071326628087,1373.8914218540897,488.5454011343342,7624.3149451727495,273.28782129589155,4447.623739497484,312.209137156636,5026.53467801722,240.65724195499158,5707.287557795475,76.83494983757606,1548.718481143338,153.2203462560187,2977.8684094286677,345.695411789234,6834.649072485466,191.59256730351177,1989.8808524784754,130.1711049245,2710.102636150931,160.88827073597702,4844.505692298585,205.29455495411352,3244.3978113906783,210.6401397403163,4133.1317633817625,247.31231812824,5826.436588080508,2740.4394512657673,922.2409181858987,26025.08645401533,10814.847985649785,623.9126779740055,4955.287310088687 -4332,689.7835054711976,4419.807007481528,163.8661474113191,1770.8283797633765,308.7869106242105,3151.98749612277,313.6761998083554,3714.4133942949416,59.188671737688466,1358.45286905994,468.5452155763232,7538.63976958906,262.09990073831074,4397.645354875152,299.41391796648196,4970.0510143420615,229.80204397487736,5643.154207174863,71.86868167883152,1531.3153795196743,147.26996836733554,2944.405809748882,331.93726257238364,6757.847449841475,184.75612128157312,1967.520365975402,123.42689415066378,2679.648946754344,154.11566645915198,4790.067506207302,196.7701726124742,3207.9401946535545,197.02530142575756,4086.6873559714345,231.32715391088908,5760.964348108695,2677.9793922071804,888.0812690012045,24660.56731741589,10170.107787716375,607.5242777153288,4635.133689326421 -4333,665.923320778084,4348.652902498952,157.02375972253344,1742.3199611318566,290.9734629423821,3101.243911884081,299.80358649635673,3654.6153623539612,55.252871408413604,1336.583249437329,437.0289909287472,7417.2758356699605,244.47001342505447,4326.848028492518,279.2908183139556,4890.038576911052,215.31697119237563,5552.305537490757,68.95400399840409,1506.6628607351804,144.96103479902837,2897.0040657941026,326.4328074112178,6649.053426462557,180.4774866978002,1935.845419436109,116.57261425184464,2636.5095014909966,143.943022628543,4712.952608286791,183.65955415727797,3156.295832580318,189.03482163497148,4020.896116520133,221.9455418285366,5668.219062775574,2449.1433104103776,828.9273654863977,23500.194100932345,9796.990878095183,564.6700653977175,4487.474529237089 -4334,635.7808237529905,4281.982479462531,150.43352501947703,1715.6079628468915,277.7807561145586,3053.6978675847945,286.31205266435796,3598.585424415359,52.91717091450671,1316.0917150101563,418.570865873936,7303.559489751029,234.14470738446104,4260.5119021237915,267.4771397165263,4815.068017545477,206.19033577180778,5467.1815767351745,65.66341205641028,1483.563787861198,141.86810466330283,2852.5892801270898,319.1623952376151,6547.114914773274,178.35416082204222,1906.1664278171743,111.6504321337898,2596.0884313929582,137.85470059376848,4640.697003806488,175.8969200868784,3107.905771771993,180.01378696318255,3959.2506251267296,211.35395658108186,5581.317999101076,2347.7795774082506,793.7788446376398,22548.655925598032,9418.28210469198,540.3241053712006,4302.356712588783 -4335,650.0116015977,4188.604902235531,154.47272581146717,1678.1955456288506,286.3050081735425,2987.1056034113744,293.49536553866693,3520.1107482605694,54.73576760396469,1287.3915845575905,433.0786148877423,7144.290110775937,242.26020926143107,4167.602535708763,276.7291588991591,4710.065396021895,213.03227236271428,5347.958256148468,67.2514219812032,1451.2115788466533,145.78428850899314,2790.3826090163257,327.93496359742295,6404.341390710414,183.0893546483242,1864.5984850068721,115.18153799113689,2539.4752973707596,142.56660819280106,4539.496906669602,181.95088907609122,3040.1313909542773,184.367256747109,3872.9108904869872,216.4653598753041,5459.605695281719,2446.791915514089,822.1567334433491,23194.30076577246,9651.786694282318,562.2370883163603,4401.102308689902 -4336,680.4350571539362,4165.666640298333,161.9892333345751,1669.0051612631808,299.1747246833376,2970.7471708629732,307.15360398393585,3500.8333935622422,57.22599185209231,1280.341379042488,452.76112087406375,7105.16548533589,253.27042277721864,4144.779290058834,289.30567437674824,4684.271434472163,222.83105000734707,5318.670970722415,70.29820501243022,1443.264237882574,151.8035924954994,2775.101500226032,341.52045701249284,6369.268982645154,191.45021607074807,1854.3872931052529,120.65555988069497,2525.5682445658877,149.057038600637,4514.637037682505,190.22731450672907,3023.482570691476,192.71989841359994,3851.70147911042,226.27218575180171,5429.706989522827,2554.2334564898347,858.2506766160027,24247.8925672057,10098.488040724926,585.1722090876568,4603.061806175505 -4337,740.1326363142534,4127.587823882334,176.39058201218467,1653.748601720398,326.30709571832557,2943.591244595782,334.25096656445623,3468.831890895935,62.522891479302054,1268.637637833164,494.7192705488279,7040.216387032138,276.7414272807904,4106.891407206143,316.0971689120331,4641.451994656595,243.2928165650172,5270.052415048278,76.48064919256775,1430.0712009212268,163.75795746006148,2749.73399252856,368.5233960284477,6311.046795121072,206.30876453722496,1837.436135128469,131.6186924231349,2502.481747773141,162.84342448770528,4473.368244524715,207.83860951159937,2995.844584340728,209.66883778030467,3816.492652726326,246.17191374173927,5380.073441401968,2797.686579768431,937.2600155294531,26393.51234733241,10968.315554051229,639.6928339623428,4997.363718990584 -4338,789.071511423522,4047.531334169563,188.0677499136758,1621.6733767778524,347.43606582263277,2886.498920399047,355.9419088331496,3401.5522795495576,66.60144525334134,1244.031819535421,526.9747838536686,6903.668108760981,294.78486589548874,4027.236334141406,336.68812966482295,4551.428869839581,259.143256082047,5167.837292087128,81.45220953520437,1402.3343034232116,170.98150819026017,2696.401620092529,385.04774062210834,6188.641100950958,217.9099099296636,1801.7982048587194,140.25713695554373,2453.9449478684055,173.46963982913437,4386.6051823853395,221.39533730138658,2937.7387822643595,223.29818441896492,3742.4699988595767,262.174112163825,5275.724409353891,2974.7602171371973,994.6331254339347,28042.923033448027,11666.03890652471,673.4575772653492,5311.360446444996 -4339,809.3613795748089,3885.5988877794516,191.57532589218923,1556.793943991144,344.53301457034763,2771.016718263475,360.3393427475224,3265.4639736972367,65.38176964879705,1194.2609594005376,516.7350904525567,6627.468180058904,289.0568752239353,3866.1158441594644,330.15785309252095,4369.336638646288,255.737394046749,4961.083973542304,82.63497574652942,1346.2301239464432,171.81242035553865,2588.524774988023,387.05110163284183,5941.0477630446585,220.69115736913034,1729.712390784609,140.00963277078134,2355.768238188525,170.41632053483278,4211.10716893341,217.29799030436203,2820.206590765025,226.54069372703754,3592.7423568915456,265.9811381870723,5064.654774667053,2831.5287369786133,968.8427468190621,28101.666486911512,11860.728490854817,642.8690188613821,5428.327688427448 -4340,782.0749092196295,3713.9842878042505,183.06867405205028,1488.0352847321751,324.9610586766942,2648.6296836354236,344.7293952451503,3121.2387693556375,60.9140582700473,1141.5142341896267,480.9797380857741,6334.753894972425,269.05565870383947,3695.361748532167,307.3452152473423,4176.356873864958,239.17114012282252,4741.968602616975,79.52500857234345,1286.7714019146213,158.66243196857582,2474.197831673672,357.96728941398686,5678.650494377759,206.68198363540634,1653.316471239169,131.84107238997407,2251.721414132003,158.86464561793494,4025.115898830332,202.4169839217434,2695.6469952175403,218.01483509703735,3434.062302619587,255.9709384957006,4840.965009390305,2568.4505437079274,894.9948760067155,26543.627279377997,11336.220666542229,578.8954156697224,5215.499044207789 -4341,655.0763913536249,3548.2179699986355,152.25246840999642,1421.6197829959751,267.69945062263946,2530.413354253355,286.88180940713147,2981.928471386094,49.77050378555737,1090.5650118287042,392.73189993488086,6052.014727005943,219.69062657717606,3530.4266108081315,250.9751250019,3989.9534733185174,195.95220688804534,4530.320245087067,66.40178767931789,1229.3389141538657,129.29822914822327,2363.766921821423,291.9848747981202,5425.195199575055,169.377269820322,1579.5239717650477,108.53309037580706,2151.220297643599,129.85614631865698,3845.462839047352,165.36824231775645,2575.3321414449188,182.03801610264168,3280.7897470814296,213.73060141961807,4624.898143715199,2058.9646486644206,727.4466714313951,21905.025685004042,9425.4499294374,463.13828681990356,4352.726770853835 -4342,507.2349413129138,3351.260809753133,122.85170693575479,1342.7074394547403,220.78284474207868,2389.9532605626537,227.68981242163764,2816.405335900806,42.73341038096282,1030.0291063096397,338.05047607246394,5716.074927232169,189.10233906485934,3334.4570267523386,215.9095125121195,3768.4761254607715,166.56617990586778,4278.847810749725,51.62284747938451,1161.0998421582049,104.2369319306463,2232.5571640385942,235.07022267256033,5124.049371071671,129.76498691230347,1491.8465633732908,91.02179288962307,2031.8087382442395,111.3181646222588,3632.005986336394,142.04841315738133,2432.378661823103,141.5221045870033,3098.67719441095,166.1609216313106,4368.175808020813,1898.476498116711,634.3329063458549,17854.190703235803,7376.200021742208,431.94148414559726,3361.73082644694 -4343,464.289752595127,3186.794113008825,115.46255756376257,1276.8126405126682,238.92218769341383,2272.6637565664005,230.44479676293176,2678.1872417015757,48.679423742609565,979.4793298875185,392.7364852954106,5435.552456737225,219.6931915858449,3170.8149935719366,246.86657090272257,3583.5341423389095,169.34499444154935,4068.8587931067027,44.48834183650778,1104.1176296504996,89.16784315182468,2122.9920412663937,201.14227324546007,4872.581185855437,113.28127440063464,1418.632602939866,96.41471007876352,1932.0955584694116,125.20465822120332,3453.7614207717397,153.00067267605615,2313.007086033735,121.96312434727544,2946.6063078483403,143.19674799719246,4153.802923686424,2323.8828380567825,726.960655796008,17764.238192869278,6735.5263555690835,502.6974412212783,2974.6842301309052 -4344,464.67913689334466,2984.2485935453697,114.76963155933598,1195.66127950241,243.92250443653484,2128.218321807862,231.86863312377375,2507.96763953886,51.06198977797059,917.2258103187645,412.2863823396596,5090.080877187569,230.62922487441276,2969.2850712673003,257.80670348183,3355.77271231362,170.42488209122078,3810.251211741761,44.99516237402804,1033.9423779976169,89.6705974472591,1988.0594065976622,202.31936217080985,4562.8908034776605,114.77554164028798,1328.467481723749,98.8939395580728,1809.2958780803513,131.26399831819282,3234.2480552181123,154.4003433741548,2165.9975193187297,123.35255388516421,2759.3265890735543,144.82807543703723,3889.796483015383,2421.509810497416,755.833606915572,18103.631020199522,6821.820563641523,520.943527308029,2996.125916105924 -4345,466.625575244788,2891.780749800654,117.12255188565439,1158.613353735178,258.8386201804929,2062.274834505494,238.95028822842275,2430.2575049638544,54.06218200216317,888.8052916358976,436.9321434058195,4932.363184292361,244.41583780805476,2877.280876778505,273.8022450241491,3251.7930815696714,182.2576961074842,3692.1894274663173,45.946832094825496,1001.9053612234412,93.14343208973536,1926.4587856031198,210.0221165313439,4421.508254197837,116.5147008138074,1287.3045156807527,103.06951173824778,1753.2342989933582,138.88821924564002,3134.0339026678175,166.00721275945668,2098.8834321743134,125.96152081231341,2673.8280215510786,147.89126016274358,3769.2699644913682,2656.6207125348446,811.8264044562566,18859.158323449483,6933.988811509834,574.2187718690835,3023.660897647946 -4346,537.9720711992043,2881.4487856849114,135.54227124847387,1154.473775865854,311.72904178339485,2054.906589320108,282.27224268252553,2421.5745045894205,63.810604357638304,885.6297035904702,516.0196881393464,4914.740479172193,288.6566857245084,2867.0007188613336,324.8054732017193,3240.174839269347,220.90918947144922,3678.9977051423703,54.387488326169034,998.325681041863,110.63960515606747,1919.5757938532506,249.44100311347876,4405.710768644003,134.475443126035,1282.7051406890755,120.33242189038951,1746.9702162599292,163.86940258231755,3122.836398907508,201.94961023139362,2091.3843891345373,149.10126401288323,2664.2747747593785,175.0596030003446,3755.802843231101,3248.9988932411084,977.5091356316327,22278.534292643937,8048.996002174245,706.7096838705862,3509.676566066575 -4347,798.1890796548637,2946.6246438705134,198.81695806576803,1180.5869656850316,415.24292720008026,2101.386783976197,401.2285042551866,2476.348407662445,81.97745555073824,905.6618749942901,662.0093572183566,5025.9076219237595,370.3219690363053,2931.8497743777266,419.1211571507691,3313.464767887869,299.40520492467186,3762.2134242232555,77.61155221644796,1020.9069371564542,155.8270476099771,1962.9949239583013,351.4875403894353,4505.364103345098,184.07206122006224,1311.7188121306178,163.1441518370775,1786.485158755207,210.71589038220023,3193.4722343536173,270.78818274291183,2138.6896798046314,212.76916610076876,2724.5383462480936,249.81200524964413,3840.755827542195,4096.407003750352,1265.2613117086933,30277.59564372899,11391.147546056502,892.0643822821556,5051.1080098967195 -4348,1125.6281540091245,3119.34392111751,278.39591394818547,1249.7882220664685,558.2453847098182,2224.5616197326813,554.3078875340541,2621.501984679092,107.29680019776174,958.7481290594508,864.9242691057974,5320.506098785949,483.8307116207399,3103.7030082399574,549.3933784061256,3507.686736771304,403.0968159351514,3982.739233247659,107.42886562911289,1080.7483929349855,214.18700315491722,2078.0577858707875,483.25180209209867,4769.45041419675,260.72209083110056,1388.6064895800587,220.08897690973345,1891.2017286361195,276.12212773837956,3380.6607238591528,362.5094190398674,2264.051061180392,294.5122150283931,2884.2398185664583,345.7864142397062,4065.885476136972,5235.064462636378,1647.5770157409356,41264.367544614586,15873.425697094328,1142.7318828035325,7106.363039831835 -4349,1215.634630868434,3599.2929718151117,296.8823383635941,1442.0833603784226,597.9200072260636,2566.8375163983246,596.5175145352133,3024.8519905668236,113.37083347597701,1106.2632046768053,912.9754334404737,6139.130757021227,510.7100927002965,3581.2455140109782,580.1359254872647,4047.3870590284387,426.83138145928444,4595.532167438931,116.20323362195033,1247.034694910395,229.7729256220745,2397.792283523145,518.577705784759,5503.288444413996,288.85402189095345,1602.2605089251642,233.0763868583468,2182.186146286159,291.9443520904939,3900.816547063664,383.19238683505057,2612.4028893286454,318.56681653527625,3328.0152399086714,374.0288910423346,4691.471472380056,5438.339180083635,1729.7383520809253,44318.143329563056,17209.400882027363,1187.8921683526605,7743.928423459793 -4350,1105.938458894641,3998.7306660588,261.0519145832029,1602.121028022427,531.8736148411505,2851.6967004317075,536.5635038296886,3360.540114318287,103.89508484969416,1229.0326561115678,836.8096498561073,6820.4312939454085,468.10365120123424,3978.6803607541456,527.0616949962777,4496.552761078744,367.8058098936386,5105.529210513423,106.1685809504094,1385.4265032676053,204.9132092678793,2663.8913836813617,462.89764793717467,6114.025293069611,264.96248820077244,1780.0741096168676,209.29457633018447,2424.357986563861,267.513250672625,4333.716335835506,329.5582698530127,2902.318768563882,291.0571917428199,3697.3474238255026,341.7298758278175,5212.1155439273925,4763.684831273352,1548.8445558188907,39842.76982424509,15729.244983992725,1027.924738456784,7088.443473766812 -4351,1005.1464005928974,4231.81721112834,239.32412043620974,1695.5088769152526,488.13633450741327,3017.9224823108766,487.00618734947176,3556.4264468144124,96.52922852958001,1300.6731339317544,777.2720021668295,7217.995145815629,434.7988365733484,4210.598170847179,488.3355093843261,4758.657422615189,335.7871857255417,5403.131190694573,95.90895553500965,1466.1831993450378,186.10189144024636,2819.1699685415892,420.31681145955156,6470.41264471737,248.49601312819811,1883.8348674243634,193.91286255945542,2565.6741376856044,248.591407432937,4586.329240376767,301.1071477766889,3071.4953175615656,262.930812591776,3912.8662994167544,308.7067301112697,5515.930455731562,4374.6280590299,1421.4535505255135,36696.39675967455,14435.83508088867,942.6102800673071,6480.1919608248645 -4352,973.631930845838,4300.502044918841,230.61727899497268,1723.0279637734945,458.86636458404786,3066.905104609648,468.6691024706269,3614.1492990078464,87.92743478211126,1321.7838089828758,707.7889761943467,7335.147369590153,395.9306684543237,4278.938607377073,447.3623987905537,4835.8931768625025,320.15850570888256,5490.827125860493,92.58858292037489,1489.9801982060987,178.8775496019052,2864.926722922959,404.0680521673561,6575.431173374442,229.72620347422645,1914.410593714605,180.50299886610208,2607.3165085432383,226.48526978014385,4660.7680088461175,286.1824990630566,3121.3474578714654,253.828135320364,3976.3743759738313,298.0192883922246,5605.457188019432,4034.854868548237,1318.7599983495832,34444.321769382994,13691.799029730644,873.2559777634085,6194.142594232516 -4353,897.1178315742212,4404.991355116479,212.27320007944977,1764.8923790220938,420.2185432727685,3141.421706502887,429.25082872829677,3701.962294620951,81.52278701108506,1353.8991938817644,656.0139949209636,7513.369465717759,366.96821829721375,4382.9039906725275,413.24510944959553,4953.39088688844,290.33276462619085,5624.237767874608,84.83316658069214,1526.1822512437536,163.46966793274632,2934.535855512186,369.29997427519675,6735.194442960541,215.7346294844459,1960.9250332574572,167.07609028859162,2670.6664850341194,210.03404077818317,4774.010702175598,259.209932875263,3197.186845773976,232.56695164043137,4072.9883552937526,273.0565598803804,5741.65299697401,3659.161798851353,1205.5157984589007,31763.28008654448,12681.146005521718,788.8741732648758,5730.08722226108 -4354,865.072206218173,4522.736773666227,206.26012633015878,1812.0679521641032,403.56913684698725,3225.3919084520494,415.4980441369498,3800.9157464431064,75.67713961558022,1390.0889192197294,608.7791716405616,7714.201830901015,340.5454909240253,4500.059013972556,386.4583120593662,5085.795024876076,284.4739339425901,5774.573642934273,81.80911740707833,1566.977102690435,158.69717033749092,3012.975998681863,358.4263380083398,6915.226189851303,202.6496531668853,2013.3405592306,158.13798305744578,2742.053399953232,195.0142371234527,4901.620007841029,253.82982357332267,3282.647649891139,224.27663399386373,4181.859333686315,263.3229085558049,5895.127381097573,3494.3406530045704,1143.727961864309,30300.814083903384,12083.13882252286,759.8751908426717,5484.677869242492 -4355,824.8344920637514,4456.65118199834,194.78685521458158,1785.5902708941167,372.79853621907347,3178.262936924908,389.0796761496592,3745.377301790298,72.25428388046237,1369.7771360462102,581.0541331560007,7601.483002069564,325.03635841515734,4434.304786529928,365.80491337914054,5011.48210547792,257.64306784509637,5690.196387542124,76.8901658176235,1544.0806543354745,147.61321829797853,2968.95081846059,333.5261122234635,6814.181880367171,196.08278242548602,1983.9219110217514,150.62281352492678,2701.9869025227486,186.23363180817958,4829.998227808329,228.96296640516198,3234.682065547745,210.7915122833801,4120.754595080333,247.4900444370633,5808.988611491136,3165.664293142025,1060.417207697123,28521.49297510076,11548.877385726757,680.3578028402054,5233.713783050255 -4356,757.3763298928959,4412.724083412756,179.03316665399925,1767.9905538285655,349.32231267299306,3146.9363054117352,358.41167427642085,3708.460892751936,68.35082387080058,1356.2758919868982,549.4477614634925,7526.5587866458145,307.35604367090167,4390.597945773976,345.03034044768106,4962.0863014274655,238.73011268621622,5634.110818472566,70.6590655816327,1528.8613831030614,136.07268773425164,2939.687277301017,307.4138420709023,6747.017718978895,188.11917477490934,1964.3673329736496,140.95132045383738,2675.354698161883,176.21771937404282,4782.39122433044,212.63238942999737,3202.799337422134,193.7091841603111,4080.138269962439,227.43370487921968,5751.7321637686355,2960.9742293080817,989.8309455604502,26739.983746885304,10767.743257756789,636.0204335930523,4864.5859035861695 -4357,733.8797346416346,4339.750517768757,172.42756577238455,1738.7531548208308,333.66008682374047,3094.8951719260353,344.66550808660077,3647.133782948564,66.59474159356749,1333.8470507621971,535.4148124601314,7402.091491317904,299.5061405696126,4317.990281810416,334.7500744410943,4880.027889525047,225.71359650654168,5540.939084213714,68.16016708402987,1503.578482021659,130.41853601630012,2891.0734373128507,294.71346502542536,6635.4417556713615,182.1645338681751,1931.8824357056524,136.79698632289856,2631.1121468496085,171.67279235179592,4703.304444067927,200.6900829663322,3149.834392577186,186.8585474403727,4012.664702104685,219.3903810856106,5656.615316060618,2820.7283127612814,952.4575344160452,25754.58736654436,10438.632268885654,601.7136179000505,4710.135178209945 -4358,696.6454999833356,4268.596412786181,163.98065690611233,1710.2447361893107,320.9238765678609,3044.1515876873464,326.65303100211224,3587.335751007584,65.54559432451433,1311.9774311395859,526.8185870008425,7280.7275573988045,294.697490807108,4247.192955427781,327.6206273399048,4800.015452094038,213.23173925977977,5450.090414529607,64.39807173375759,1478.925963237165,123.46485617274192,2843.6716933580715,278.97839456356104,6526.647732292443,181.47862323181494,1900.2074891663594,132.93358052364482,2587.9727015862613,169.0019948892274,4626.189546147415,189.75959815217908,3098.1900305039494,176.5449038189097,3946.8734626533833,207.28114532685584,5563.870030727497,2704.590485672191,916.7789773388288,24920.931847540665,10078.72889858503,573.9673380674019,4526.045756572782 -4359,710.5953107723797,4160.27322486989,167.8730060143408,1666.8442494658166,327.5966288680539,2966.9008540525174,333.59219950577926,3496.300757980079,66.13459265638231,1278.6836820773494,531.3902482476719,7095.966211255834,297.2548362225965,4139.412918118689,331.251996724059,4678.2065656270925,219.10191507955122,5311.7847254826265,65.73938594868636,1441.3955997316928,126.22620175908712,2771.508491822042,285.20124619044606,6361.022496172478,184.664350587426,1851.986361417588,134.9748475080613,2522.298314465372,170.55468073026105,4508.791799655703,194.97744014357605,3019.5679757532635,180.22206654583965,3846.714563935254,211.5984973721638,5422.676982568858,2748.034782082516,929.4884388474234,25400.19014736014,10263.214546760386,585.3328395951884,4616.1059470226155 -4360,743.447769103231,4137.464921256934,175.92588961403146,1657.7059338643176,341.00901742710766,2950.6351013456415,348.8040295251158,3477.132620480477,68.18517409954937,1271.6734199937418,547.7090278744475,7057.063249112364,306.38341203162963,4116.718979160197,341.98207870660167,4652.5587415671025,228.887835590594,5282.663369216593,68.66698762155015,1433.4932849826203,131.9887261366898,2756.313959220318,298.2090037581361,6326.148793283387,192.84900064308786,1841.833021736493,140.17587103236474,2508.470053038967,175.87595067302476,4484.072775991729,203.46348017534038,3003.0134805438543,188.24797697826148,3825.625315959392,221.02170852545552,5392.947670014562,2835.9808080457724,961.0244707763378,26439.43569343191,10705.88998334732,605.1744715255526,4823.735322544477 -4361,807.9374899521976,4103.869786787092,191.33873080898616,1644.2457946680902,369.6028915077638,2926.6767150178543,378.9732434737077,3448.899211816549,73.47250616922432,1261.3477639798573,590.1573434012514,6999.761738808784,330.12861082188704,4083.292296321417,369.01998608867336,4614.781179816971,249.37554419034197,5239.769522470981,74.60947339878236,1421.8536939317853,143.48281127485194,2733.9334098106137,324.171924896508,6274.782117448945,207.478075473216,1826.8778186800682,151.57872635233443,2488.10193141153,189.51886173271475,4447.663276274149,221.68762858588076,2978.629795458019,204.5390793628807,3794.562237633198,240.1490709577618,5349.15834355233,3073.722700332611,1040.1526231560135,28632.585070887784,11593.295954586076,657.0553172843391,5228.445490543958 -4362,856.4694034137652,4036.744503312679,202.53785961152477,1617.3515531831245,386.0045854303984,2878.806286778137,400.0551684827014,3392.487008385233,74.50393829968478,1240.7164256051444,597.9114008225861,6885.269560600873,334.46615949998244,4016.5035902611185,375.5970679112034,4539.299132149442,262.08109464171923,5154.064801607551,78.83933060544521,1398.5970271214494,151.3647254938435,2689.2156032845496,342.00165913644764,6172.148128005608,218.21166278259213,1796.9963414833896,156.4865785046174,2447.405087667375,192.29059470671342,4374.914706331736,232.45016881484733,2929.9095923879345,216.13507460952974,3732.496168509245,253.76391411628026,5261.664395445954,3119.609781482888,1063.0997131526972,29863.2567277355,12176.621416524655,670.2266757653813,5523.309372098092 -4363,880.8157350697927,3880.9202620437836,207.089440904666,1554.919417972929,384.82120991707734,2767.6801540666893,406.76655217743547,3261.532048599593,74.50462334937629,1192.822957120547,597.6650510619695,6619.488086362906,334.32835370097297,3861.460677836855,374.82236556727497,4364.075547258378,260.1666159259093,4955.110362825967,80.30385948536858,1344.6091365295904,153.2753805745358,2585.4079482183424,346.3975204677127,5933.894183953303,221.61807717406288,1727.6296547275545,158.13363728529222,2352.93167213403,192.34512745890314,4206.036600677331,229.72295763496723,2816.8107973451347,220.1500257297285,3588.4163579045053,258.4778630812404,5058.55645498574,3037.257489154645,1054.0427750799647,30085.683446361898,12428.885315023075,649.3015296630635,5651.724190294254 -4364,851.7883485530239,3752.06310422025,198.13389816163541,1503.291844274958,358.4190035996091,2675.785609902615,389.50005608699365,3153.240272021945,67.3057868998964,1153.2179753989508,539.3734374405034,6399.702993276177,301.72055911434046,3733.249631384858,339.7826857667978,4219.176313680527,243.70868696627585,4790.587158291112,77.39000541637286,1299.9644388759687,146.2521674198029,2499.5653393711445,330.65388024551197,5736.872681901841,207.5531777518127,1670.267629215953,146.35452373090857,2274.80791092475,173.87411842461262,4066.3846919881225,214.1032935633531,2723.284981568289,212.16180383886206,3469.271129003682,249.09890199629007,4890.5985575111645,2711.259654070121,959.9278402360607,28150.812496665778,11819.144410361234,580.8798812501092,5420.238099907508 -4365,710.9473057282619,3610.209767299387,164.04736195870137,1446.457255262725,290.76874817744505,2574.622834355855,322.37694450810704,3034.0264842270517,54.11199832287019,1109.6185439758858,433.443134508778,6157.750979228876,242.46411819767556,3592.107570854248,273.2807801072769,4059.6629412961815,197.8011879857873,4609.47059512631,64.31224538923593,1250.816999610995,120.66507571943765,2405.064880718754,272.8829121492751,5519.98013217298,169.86548610202848,1607.1202273269275,119.17563162440013,2188.804801687142,139.83153601876398,3912.647875271575,173.1102763499074,2620.326408833352,176.30961410710972,3338.1092394877924,207.00489197776145,4705.700887708383,2144.0492493572765,771.9439471299678,22985.841320056184,9765.76284505077,458.4103587344615,4496.960507586697 -4366,546.5287274344056,3324.488676400432,131.1458800204147,1331.9809861395793,240.0613964239836,2370.860700767757,253.08154474985272,2793.9059890852564,48.722389566401546,1021.8005385684986,391.7109740045358,5670.41106252772,219.11952996555988,3307.8191333603168,244.70858450240854,3738.3709945578926,165.56067765678992,4244.66548633859,49.44999232454974,1151.824192910139,95.77385643950937,2214.7219905005577,216.32367427023206,5083.115006110007,131.6121975674646,1479.928686071661,102.26236075238677,2015.5772786308455,125.60264747243004,3602.9910710182485,146.6275249518115,2412.947179287016,135.56530349040088,3073.9228694642584,159.16704909758658,4333.279871273655,2040.5592876929277,692.6889177904154,18836.43433562064,7676.148974732249,433.92378548596923,3452.2805995327826 -4367,474.4075555418069,3106.02283360328,120.73791043586164,1244.4510297909733,235.01510875627775,2215.0616797559956,228.8500085538877,2610.3069198706794,48.13402036841187,954.6538169046277,385.11915075522336,5297.784998082013,215.43212443479558,3090.448714889665,242.59132346328593,3492.7072400647353,167.18890080018082,3965.731035622101,43.74568900632973,1076.133081418456,86.14069780980535,2069.1834871960536,194.44265004875712,4749.082584304004,115.09529985715803,1382.6764770395062,96.88734496526155,1883.1253945186559,124.47588829007125,3366.2236888616417,152.33568416921267,2254.3824824390445,119.92716940414171,2871.922737793465,140.8063359075888,4048.522204365691,2277.9481611726515,717.6350533002022,17598.227905643205,6667.87222069268,494.5229323884187,2948.8700741334587 -4368,475.8412048047768,2956.3068037587504,122.23835632548102,1184.4661946826948,239.9068552472103,2108.2916209637683,230.2619634220989,2484.485311448899,50.481249578086484,908.6377420076254,404.2225146660768,5042.4219890591185,226.1183711797203,2941.4833862946252,253.28602561140897,3324.352308563763,168.2607036455479,3774.5754846515406,44.24354852292797,1024.2614818953373,86.62239657079922,1969.4450263672043,195.57250183296725,4520.168043743157,116.59303167581535,1316.0289204078551,99.91945609030165,1792.355276953333,130.47816505285812,3203.9654978359463,153.71782021308476,2145.717088427669,121.29203263850297,2733.490764380101,142.4088200819443,3853.375966347895,2390.9515593060573,747.775082799805,17957.9495696336,6756.281237533708,512.5072111119192,2972.3500997977862 -4369,478.6314199807186,2888.5317034505347,124.25124772749442,1157.3115992752616,254.508036969505,2059.957775536049,237.23061956896143,2427.527000835249,53.436206558435906,887.8066787262032,428.29969356302246,4926.821451364479,239.58692445730685,2874.048121690966,268.9526873726588,3248.139545096083,179.94085702967584,3688.0410857968855,45.15801433918002,1000.7796752746456,89.93894413142634,1924.294322102057,202.92955560406747,4416.540489869122,118.33316080456892,1285.8581708849194,103.81320967230668,1751.264461030905,138.02870301554162,3130.512673953187,165.23135236811876,2096.5252417910688,123.79900645354763,2670.8238549402918,145.35225482543555,3765.0350193553686,2614.004731634787,802.3452025763545,18694.3284888839,6865.5074396456275,564.9012633085565,2997.6048178384867 -4370,550.4875177908314,2885.8025093068277,142.5651354283758,1156.2181274482386,306.467377364463,2058.0114494179866,280.19161989957854,2425.233381393075,63.0638307793096,886.9678453544146,505.7630726795652,4922.166403875786,282.9192290083768,2871.3326121838068,319.0296473382905,3245.070579845042,218.10632673494877,3684.556484910877,53.43605976363398,999.8341007373684,106.7963479800778,1922.4761759524488,240.9337387303017,4412.367575157473,136.55629637979882,1284.64324338891,120.84675030189578,1749.609800046773,162.83528628911247,3127.5548470245963,200.96546222889793,2094.5443653460584,146.49295821208602,2668.300359416573,171.9971945022409,3761.477671685131,3177.733197630427,964.0494754701299,22053.698174944257,7964.379939560292,695.2036298782209,3475.4410776212926 -4371,808.8137090904225,2949.938669382753,194.6943835430789,1181.9147545270332,408.4058349792673,2103.750182866404,398.4153796530938,2479.1335203904127,81.04235610673922,906.6804596197317,649.039767099821,5031.56018649993,363.0668991525941,2935.147182810984,411.8251442397974,3317.1913731063282,295.5979430056443,3766.4447304726964,76.30203824626243,1022.055136212753,150.5075933755496,1965.2026755536485,339.71386722965366,4510.431220261898,186.98375017880443,1313.1940830367132,159.53992080237475,1788.4943924068932,209.44746642334246,3197.0638857298086,269.5813568959389,2141.0950327145715,209.17918255480598,2727.602594559233,245.59701016898725,3845.075469280492,3991.1895730574165,1245.47990840303,29903.4089192234,11249.777178778528,877.5097159043662,4999.145659809609 -4372,1141.1417953398498,3120.6435421788174,273.3480476251729,1250.3089248605963,549.233864869214,2225.488445118497,550.5238931539714,2622.594188449405,106.11379660203191,959.147574998252,848.2978196727754,5322.722796257486,474.5300281409923,3104.9961127835904,540.0433577375197,3509.1481541958833,397.96804406883575,3984.398573134544,105.65010474799865,1081.198668188036,206.9414905222976,2078.923572950836,467.21596142165725,4771.437523783221,264.948934913294,1389.1850286207555,215.53755735334994,1891.9896653496949,274.56320837797085,3382.069218077478,360.97970874649025,2264.9943391636452,289.63580863580034,2885.441487542006,340.0610317434056,4067.5794574776887,5072.63618721897,1619.8659772070002,40746.73409011172,15683.453779355703,1124.0309507349964,7034.090487332565 -4373,1235.9747450966572,3653.2921115648064,298.33445646313436,1463.718515259553,588.3756251988958,2605.347028918739,592.5043249566887,3070.2329602849927,112.1449028160342,1122.8601479812462,895.6128169687587,6231.23434022103,500.9976041239349,3634.973893029684,570.3747535410346,4108.108823311874,421.42002701319973,4664.477592464616,114.29799036101859,1265.7435917105424,222.03129705654885,2433.76565985639,501.4430692886195,5585.852671366304,293.59779987636546,1626.298754717986,230.7600768064174,2214.9248468020355,290.3566987400641,3959.339356824434,381.6061882170358,2651.59600581236,313.3436634315086,3377.9444791887727,367.8963936768088,4761.856246737838,5257.521513737718,1700.5706706809312,43794.267097640506,17019.611256501128,1168.4276389852607,7668.1808605930855 -4374,1126.215480967197,4083.7906836209913,269.7602584461673,1636.2009534190177,523.4702772797073,2912.3572929241345,533.0893540619879,3432.024699056298,102.76786457368037,1255.176337205347,820.8662065113788,6965.513834904966,459.1850350695121,4063.313873141628,518.1330405724696,4592.202328095882,363.1879416411427,5214.132775138739,104.47291728951757,1414.8969559038205,198.08199042553363,2720.5570275575565,447.77560080804716,6244.081338908966,269.31119771708,1817.9394093008914,209.56120662207005,2475.9283347907417,266.0490004955122,4425.902086369949,328.2492363325289,2964.056181268509,286.408593269887,3775.996491009137,336.2719623180479,5322.986386884064,4667.47476460452,1528.860190079922,39465.325320313445,15569.028092078652,1011.2050482786158,7029.964044146523 -4375,1029.2425231414395,4284.841638233629,253.53304344242483,1716.7535059634886,480.41679090982734,3055.736878039476,483.83416641866495,3600.9882663534354,95.48746956248131,1316.9704937507486,762.5061913056894,7308.436211287259,426.5389772633668,4263.356724593932,480.06894918636266,4818.283127374119,331.5579712612742,5470.832114828985,94.37240286689175,1484.5543907973124,179.89223061269453,2854.494006664326,406.57149762373695,6551.486544298556,252.58579396050746,1907.4392103396167,195.83502271138096,2597.821887577042,247.24469398472826,4643.795682889385,299.90751201352924,3109.980977845284,258.718410951443,3961.8942898792357,303.76095474365786,5585.044748191703,4291.636588896088,1404.6117163288302,36390.1803175262,14303.608467843633,927.2889207899705,6430.273950983561 -4376,989.8958181371592,4357.945174808167,233.0929100278524,1746.0429787862008,451.6631330122886,3107.870700356889,465.65108242534865,3662.424603949886,86.98430079009843,1339.439282281562,694.3883652106535,7433.1251914136665,388.4344894476969,4336.093707792018,439.85472702239394,4900.487690942,316.13033958266044,5564.16979434342,91.11519487547554,1509.8823224613825,172.92707289346046,2903.1944312391793,390.8962891723512,6663.2612320571825,233.52134610330762,1939.9819654399555,179.10810804023785,2642.1432379107528,225.27290342671725,4723.023322137386,285.07119236835115,3163.040256893402,249.78889713090226,4029.48803279386,293.27682401036725,5680.331005535901,3936.2661484482333,1300.0428368947478,34084.19549774953,13545.406289647439,859.0176225706483,6140.62737109269 -4377,915.3311852064305,4473.156336700568,218.84370755530267,1792.2031832474427,413.65075418984145,3190.033595950276,426.5112153008119,3759.2482621279537,80.65413890206075,1374.8500893949802,643.6388494836606,7629.635004053093,360.0456753218263,4450.727181622041,406.3205984203105,5030.042069913206,286.6777266676777,5711.269962257104,83.49212494221067,1549.7991386932963,158.04941746347413,2979.9462925421017,357.3020788419449,6839.418122000548,219.31103397345316,1991.269342247875,167.064173342029,2711.993678913432,208.92431099183938,4847.886068858909,258.22181836537834,3246.6616721456417,228.89053617163165,4136.015760763761,268.7400851898855,5830.502131796118,3582.7117826317594,1190.2216340110565,31469.110371734623,12555.814140366994,776.03752956235,5684.480973394221 -4378,878.4961294706477,4562.505098722555,205.9131801035481,1828.0014258443325,397.26218319063685,3253.752708619819,412.81955739276526,3834.337115070256,74.87591686934813,1402.3119405369564,597.3352180537497,7782.032638067956,334.14384813813575,4539.627933986278,380.0403101479657,5130.514308761169,280.88572858784016,5825.349342070917,80.50626036948766,1580.7554979175136,153.41896186076937,3039.4690304232095,346.7433678081929,6976.031621765288,206.01988482253685,2031.0438185214712,156.09490079910074,2766.1642152379236,193.99680106565864,4944.719844848879,252.85353102149782,3311.5118985350937,220.70490017950073,4218.630330904238,259.1293404616319,5946.963106604521,3387.46376656513,1125.4835597137399,29954.793029626908,11950.24399401899,747.4423130748237,5434.5401444408735 -4379,840.7811322726667,4515.978764317506,198.77046883961546,1809.3603057159291,367.0357715138395,3220.5724308301096,386.646815362115,3795.236303788445,71.49431302293357,1388.011806537351,570.1705391893034,7702.675038452094,318.94817566669275,4493.334890414604,359.72407333121816,5078.195676949415,254.39567533416013,5765.945101275371,75.69211042769376,1564.6356783628303,142.7546309998789,3008.4739193025985,322.77215163066074,6904.893250841533,199.3548475728366,2010.3321651978845,149.77780853472913,2737.956141271393,185.27462310878767,4894.295859765523,228.13512570305,3277.7426190178653,207.50708826429886,4175.610673663331,243.63380640533555,5886.3187044163815,3105.54140919455,1047.5043713477219,28258.109753429067,11432.850273966538,669.2990349616746,5193.395296445193 -4380,777.0758018737056,4482.0587214307625,190.1990812044469,1795.769989558468,343.91804847141157,3196.3823359083212,356.1544053724365,3766.72984153335,67.63759261493834,1377.5862880701116,539.200610585509,7644.819348405148,301.62388135511236,4459.584928304143,339.3049830608822,5040.05275729921,235.7220015986873,5722.636415534147,69.55335100432626,1552.8835174068174,131.58537267260397,2985.8769210233527,297.4817854293019,6853.029792791742,191.26992920144724,1995.2323259783311,142.52784313283075,2717.39103355482,175.3245881139636,4857.534233077771,211.852352263383,3253.1231121487726,190.6779090235526,4144.247175179208,223.87468862581017,5842.105878511073,2905.1599619819885,978.7598928833769,26532.92158588038,10675.244787631767,625.6830121917228,4829.969613998175 -4381,753.4345554822555,4383.092784985809,184.33748372149944,1756.1185548714036,328.51552939854355,3125.8047306670633,342.52795289694456,3683.558698701133,65.89763153538456,1347.168543567856,525.4121422193657,7476.018189654174,293.9107384823285,4361.1152236402695,329.17183685704185,4928.766053608084,222.87229714464183,5596.27794791984,67.10500316152385,1518.5951287350506,126.13910292479142,2919.947373026685,285.24141354337746,6701.7117148544885,185.21088522698756,1951.1766703436685,138.52686152171748,2657.3897785429203,170.7971534696945,4750.277623098215,199.9744311086924,3181.292644237867,183.96585503209434,4052.7402744351584,215.99407463611223,5713.109469715059,2788.276225070763,943.7474015119793,25580.228093206522,10351.213250865154,591.9755829521915,4679.7191996948695 -4382,721.2067294799155,4305.895460347285,183.8619288566681,1725.188875570859,315.98030628328684,3070.751421420104,324.6277594211343,3618.68193459001,64.86371653919859,1323.4415059480143,517.0097467071548,7344.34664367021,289.2105154163313,4284.304979317218,322.1567222806824,4841.958045707574,210.54530796885723,5497.7133711002825,63.402738487328506,1491.8488363569804,119.41821137076157,2868.5197313269496,270.02200278558155,6583.677659847119,184.52261864518292,1916.8115254022705,137.16414185671076,2610.5864386437543,168.15067135698916,4666.613246872921,189.08504883268054,3125.262052809679,173.8162349701734,3981.3612911489986,204.07741872841532,5612.4871949734015,2686.9057497630447,910.6845143782339,24809.794171132293,10012.412410346107,564.7054601917883,4501.839910484067 -4383,734.9085413371048,4208.684005401631,187.379289701785,1686.2403868779234,322.55346802856576,3001.4250255050943,331.515317728379,3536.985261020821,65.45086857203272,1293.5630113321008,521.5297772659046,7178.538014679755,291.7389790979532,4187.580958888551,325.75486141979917,4732.644247742985,216.3379736066485,5373.59500348071,64.7200187193044,1458.168316874618,122.08258569363052,2803.758991269383,276.03019840587154,6435.042169250393,187.7693248117856,1873.536894386049,139.13449441549776,2551.648893991548,169.7063048587199,4561.258096573803,194.28025174995994,3054.7050051437877,177.42750943221338,3891.4766371110477,208.3174114463535,5485.777651949984,2718.204472472605,922.1708585210149,25271.737947517715,10194.042366831743,575.8633731893848,4589.666280807061 -4384,768.412707265878,4164.756906816047,195.29268101105075,1668.6406698123722,335.77334197043666,2970.098393991921,346.6344633686965,3500.0688519824585,67.48440566800353,1280.061767272789,537.5782609114226,7103.613799256006,300.71635381154783,4143.8741181325995,336.3326797897307,4683.24844369253,225.99848248494186,5317.509434411152,67.60286267812212,1442.949045642205,127.65799089621302,2774.4954501098096,288.6240200777047,6367.878007862117,196.10106310286707,1853.982316337947,144.25827510293448,2525.0166896306823,175.0115562538543,4513.651093095915,202.740560578313,3022.8222770181765,185.33071826645565,3850.8603119931536,217.5965588104678,5428.521204227484,2798.208728715552,952.8162705603356,26295.860940110026,10632.371789045059,595.3698222501567,4795.15695503401 -4385,833.7391769278526,4130.641926442942,210.6787876355714,1654.9722505086547,363.92699078668113,2945.769279307845,376.61240502780765,3471.3985639292755,72.71800606522527,1269.576333658307,579.2461889614138,7045.425614264193,324.02501099725936,4109.930195984983,362.93298000103044,4644.88631780771,246.22668862802746,5273.951854929898,73.45174260300166,1431.1293453636818,138.771905457158,2751.768587547709,313.7454977890103,6315.71649204807,210.97663998860068,1838.7956987876066,155.6138283996796,2504.333394846409,188.58894531877203,4476.678198423478,220.89884515683872,2998.0612825689955,201.3652037096731,3819.316568407972,236.42262762073565,5384.05428851528,3026.9588963358187,1030.5227241513583,28462.984214432705,11510.162803152543,646.3983466029371,5196.05688949075 -4386,882.5234924873769,4054.0294268698026,219.43596969304832,1624.2768856976852,380.12980851417666,2891.1330383379373,397.5784442196866,3407.0132878067698,73.75284034251914,1246.02904535481,586.9664233563886,6914.751574616749,328.3436393842987,4033.7018443164848,369.48672680629215,4558.735942786759,258.7717909743789,5176.133975425993,77.62018509350382,1404.585675320803,146.4032411584859,2700.730547094655,331.02066626943395,6198.576629608389,221.92166673552293,1804.6908944503862,159.72008863789614,2457.8846237933126,191.38226559423475,4393.6476398146015,231.64065550745016,2942.4551630308497,212.79283281016666,3748.478332081151,249.83979230281864,5284.194299625891,3050.4294609988706,1051.3122464574067,29655.43209076822,12084.93751428265,659.3121201845465,5486.379652813245 -4387,906.6151057573658,3893.59153902736,222.3308836753303,1559.9962588513604,379.0259405565268,2776.7166813504678,404.30316804690693,3272.1810115228486,73.76015856235331,1196.7175463059696,586.776604273551,6641.100838331074,328.23745632849955,3874.068418915331,368.7548084291368,4378.324335252657,256.88316848175725,4971.288890508083,79.08078941614065,1348.9993104195948,148.28869718046704,2593.849353353052,335.361136638778,5953.268459052815,225.39926929925903,1733.2703977477588,160.63054035927368,2360.6140378947066,191.4532272416687,4219.76938856568,228.9672707108993,2826.007737094856,216.7970249034251,3600.132604189725,254.54110910803618,5075.072736086663,2982.0632289460877,1043.4571774642732,29882.900753342314,12332.986007107147,638.7521547733668,5615.824462595645 -4388,872.0893439707602,3766.293925216765,206.79989682954815,1508.993528001262,353.1049739989592,2685.9343267503527,387.195913516522,3165.199878410141,66.64758693775741,1157.591899323473,529.6593005762736,6423.975780059996,296.2865599543207,3747.4090966613844,334.3720258279611,4235.178801166729,240.64100595790813,4808.756892227933,76.22768836731473,1304.8949426328675,141.5240762128025,2509.0456881621,320.1893565833835,5758.631486577624,211.12260738539916,1676.6026185238118,147.0865764525227,2283.4357999774193,173.1038758858619,4081.8076715722245,213.4409820270477,2733.613853982936,208.9753551439164,3482.429376893942,245.35769666707202,4909.147614577789,2649.4522317600595,948.638338374052,27923.584373293703,11717.046443020201,571.4168910343916,5383.071626154066 -4389,725.6443329304916,3641.595547225636,168.48118697012623,1459.0322002140158,286.5024095015328,2597.005618426775,320.5065150426997,3060.403147540883,53.58805061273783,1119.26514228127,425.67781505791004,6211.284105981034,238.120269643443,3623.3359772231606,268.9606651318508,4094.9560948420994,195.3163260864973,4649.543565673774,63.35791116654033,1261.6911231684105,116.78628971433824,2425.9735929321873,264.2979918596996,5567.968723637915,172.7973180127543,1621.0919145753496,119.00533970668906,2207.833431665798,139.22522128613977,3946.662936184238,172.6034066822335,2643.1065222626344,173.69334254771508,3367.1294817211724,203.93313089269685,4746.610447534556,2096.9534396998242,762.7535881084945,22790.04136047747,9676.300897967747,450.9460702418206,4465.8554555807095 -4390,559.657761659009,3335.4704510468277,136.8980500669522,1336.380915405967,236.36023411986272,2378.6923586460503,251.51476339486723,2803.1350913448473,48.212682224372024,1025.1758495833267,384.3954630784848,5689.142116383657,215.0273001789222,3318.745843549305,240.63317483832947,3750.7199455705063,163.45631312576054,4258.6868786059795,48.68743236455493,1155.6290107182422,92.64294229566183,2222.037875790451,209.3953240175968,5099.906046457077,133.80941957800113,1484.8173305836865,102.42446659814831,2022.235329721062,124.96279008632995,3614.892821887721,146.12526075105052,2420.9178613184185,133.47477389581888,3084.0769507437317,156.7125609796564,4347.5939832042795,2023.1050909650173,686.6085633948344,18700.74120199055,7606.6525072040795,426.9135442859681,3429.885056101787 -4391,400.04696107665694,3091.856991768885,99.037032375493,1238.7753804467545,193.28783796322844,2204.95930282902,196.43025443881777,2598.4019220818454,38.0032760585136,950.2998646958526,300.38787127801163,5273.62304294648,168.03422301115015,3076.353902958856,190.45259807911003,3476.7778213234037,137.17632113148875,3947.644266265289,38.06389448410563,1071.2250907690602,72.90528008451325,2059.7464264993823,164.74136944963038,4727.423132216304,97.15110611590579,1376.3704138419096,77.13659059723986,1874.5369011552193,99.0475496692601,3350.8711319391,123.47020545433638,2244.1007725510926,104.35074233980401,2858.8245716035567,122.51807285294986,4030.057843901364,1849.2265008835082,583.1105717210302,14390.415983806095,5485.182555083408,409.8300678242063,2461.416406309491 -4392,400.4294905370531,2969.367968321349,98.44775617129851,1189.6992469044453,195.6079996260092,2117.60619676231,197.57138106358647,2495.4619365626845,38.28783116930705,912.6521653621503,302.70971615745384,5064.69975241894,169.3330417637502,2954.4790599905,191.957970313045,3339.039523202988,138.0623324918954,3791.2518159092783,38.497381925921005,1028.7867387980232,73.31876577500147,1978.1461684657404,165.71225300685933,4540.138453646103,97.37961779716854,1321.8432257014504,77.14562611012721,1800.274024492379,99.77396252535164,3218.1208353560296,124.40010517895719,2155.197012487344,105.53913194001441,2745.567512523602,123.91335955960446,3870.4004434941917,1873.753971715361,589.7419289565178,14469.123655611093,5503.451107405187,415.4059871143316,2472.388585912487 -4393,402.21144378700865,2908.5458274545144,100.49061386775578,1165.3304061422489,207.27487320637667,2074.2308577090057,203.63864769812955,2444.3469049961373,41.18710291294094,893.9581337849661,326.0936617676678,4960.958523620007,182.4138066922073,2893.9618915250358,206.7916307192608,3270.6453280723013,147.69989591540224,3713.594868549118,39.30547213292268,1007.7139001951069,76.18155984005817,1937.6274162608292,172.06589810937572,4447.141915821016,98.08994072012011,1294.7676541538337,81.20017554660305,1763.3986619624598,107.23239207059235,3152.203441195826,133.85438151356317,2111.0516934538828,107.7544810029791,2689.3295198639994,126.51439805540335,3791.1222794213354,2083.324333112104,640.5277310868051,15123.341647778214,5599.225117473139,462.8013010803963,2491.1592113136608 -4394,463.8740590134724,2918.8777915702567,116.3226353081132,1169.4699840115727,251.50937963734128,2081.5991028943913,240.69993246021258,2453.029905370571,50.16141284339457,897.1337218303935,397.61757243807494,4978.581228740176,222.4236270124744,2904.2420494422076,252.20669743728035,3282.2635703726255,179.07957891828823,3726.786590873065,46.52097047301408,1011.2935803766851,90.51398997578443,1944.5104080106983,204.40744138714882,4462.93940137485,113.56624788074556,1299.367029145511,96.74372441605027,1769.6627446958887,130.49872452372162,3163.400944956136,163.05507866465427,2118.550736493659,127.53549969129459,2698.882766655699,149.73926674746014,3804.589400681602,2606.353183738596,788.5100948532419,18036.823384335752,6538.482897256939,579.8956061730266,2893.8905794424136 -4395,687.8759156700643,2981.974266142805,170.55536112941547,1194.750053400791,342.03855402385096,2126.5963841253256,342.33804831423254,2506.056290886578,67.38638542026906,916.5267828318254,533.0309437418966,5086.201672738819,298.17262624986023,2967.0221477232576,338.0058447817888,3353.215242452396,242.577475772807,3807.347379011384,66.39984775318746,1033.1543995805241,127.42489825111784,1986.544285506165,287.91571080618957,4559.4133761575295,167.43208205800192,1327.4550426113924,134.90940609492026,1807.916994563822,175.54647358882053,3231.783200582817,218.96311741719862,2164.346789710369,182.03269786774902,2757.223677108469,213.72435728684604,3886.8320279928166,3336.4017544935227,1041.036072509189,25202.249500549202,9494.86754540628,740.2032857641278,4249.425379826278 -4396,969.8149773133409,3152.8090909599614,238.77600401012378,1263.1962899731218,461.58812549967837,2248.4273217238497,472.9284629834649,2649.6261708471175,90.30186909735814,969.0338397045317,713.4630781585116,5377.5859350419905,399.10470910642476,3137.000378115757,452.3578143433096,3545.318153943833,326.4914427807881,4025.4671427854687,91.91954315727281,1092.3429555869834,175.10752039954022,2100.351754892863,395.76726242182195,4820.618375217561,235.4360313247476,1403.5038376100504,184.38862883461775,1911.4910550636048,235.41707427558586,3416.9293714224264,293.36219460993226,2288.340416637946,251.9939878459456,2915.182727663865,295.86581819301813,4109.505401178816,4349.127702850658,1381.7330404882252,34494.62406213906,13252.02120843089,963.2400573691378,5964.007995720184 -4397,1047.3547432760943,3661.2847628127147,254.61930851763546,1466.9208301197696,492.57507642629116,2611.0469920057317,508.81620844480585,3076.9499981106046,95.4616297950435,1125.3167348866784,753.927422003781,6244.866998493199,421.74009231536587,3642.926467785551,478.1170533478596,4117.096519918244,345.69074328823285,4674.682509430394,99.43259541614924,1268.512778183694,187.83079031590225,2439.090238221418,424.66371283066695,5598.073367374461,255.06006119836283,1629.8567616811358,195.21811006722697,2219.7706465082165,248.93189873509414,3968.0015764567047,310.10216445887426,2657.397152142191,272.5907394678499,3385.334726486952,320.04843787701833,4772.274208157448,4553.391476357544,1459.417934513279,36843.165485926984,14280.190434138212,1007.8474116901401,6455.018156482909 -4398,952.8261427097566,4076.4478429037367,223.85985847158852,1633.258989955865,433.9145449436182,2907.1207425300495,457.3897251159079,3425.853763115842,81.90413868407859,1252.9194732693154,646.1144938106149,6952.9895253685645,361.4305280762398,4056.007850657578,409.9607754702474,4583.9453402018025,297.8248064682845,5204.757528116404,90.8591605807861,1412.352907057194,167.46462351262215,2715.6653427325523,378.9889566998592,6232.854197694045,233.29482051746356,1814.67067185809,168.45867483509983,2471.476503441348,213.7335310731598,4417.944113846841,266.006372433204,2958.7266739303045,249.08698869306633,3769.2070781987313,292.4527142130182,5313.415416134812,3798.400312260583,1248.786956694666,32522.939737313056,12907.258423180312,839.1758531638511,5902.323286335596 -4399,865.9378093792681,4294.263875170234,205.22595429451877,1720.5285949074068,393.7377590391724,3062.4563508489027,414.9364564188407,3608.9067304452624,74.7833827343096,1319.8664719637857,589.9548697369847,7324.507241078503,330.0153489091789,4272.731716856412,374.24587936308717,4828.878385982669,271.89304464570404,5482.862308889449,82.07759394046685,1487.8188809223516,152.09451687351407,2860.7709524970314,344.1305918250486,6565.893064706814,211.43309768839538,1911.6336113698962,154.35247232955018,2603.5344191967497,195.14865163251562,4654.007248894285,242.88075984478934,3116.819731786649,225.0126523634924,3970.6063753817502,264.1870667803591,5597.326092372417,3470.1092714453684,1137.9766909417679,29604.669540069706,11722.483349074575,766.6889023922226,5348.864203939059 -4400,838.7436156795881,4354.631142992777,197.74907996069743,1744.7151874187957,376.5787653746524,3105.5072969715875,399.59649363040603,3659.6394859247407,71.19983686682227,1338.4206957188114,561.4568322543689,7427.472616086534,314.0738078430883,4332.796293087215,356.17035920675403,4896.76107863568,259.214643742244,5559.938480046197,79.23894038528769,1508.734121221253,146.17929413323589,2900.986675444773,330.806114503931,6658.19410550292,204.67689876716673,1938.5066917279512,147.64995624703207,2640.134000437581,185.84508565356492,4719.4316639300105,231.22521205092752,3160.634899408572,217.23058986717686,4026.4237786546378,255.05015717635223,5676.01135558181,3270.4033136231806,1080.571988797172,28407.579418823232,11322.015563130813,722.0815480712206,5177.929996628344 -4401,772.7708176319939,4451.647654148919,182.00730177335424,1783.5855704400715,341.90336887560363,3174.694668629216,365.8234131742525,3741.172328398665,64.43271748018796,1368.239273250174,507.8607762004043,7592.948739381161,284.0926651385784,4429.326347207183,322.160930420574,5005.855663277795,235.03871425264137,5683.8079458779575,72.60429593960063,1542.3470991972742,133.57717966225698,2965.617547020426,302.3203328215611,6806.5315286979285,188.461694469454,1981.6945416074773,134.64035022462377,2698.9533542006025,168.2304224876381,4824.57553941326,209.23132650593587,3231.050454919486,199.04196039424687,4116.128181763448,233.694910621391,5802.466800582541,2925.431647106593,974.3624474565279,25918.27699110665,10399.463478689453,645.4126578319984,4764.644775609315 -4402,745.1807903500779,4554.577426636768,176.85959728701826,1824.8251453662017,333.1534469528997,3248.099085453589,354.3471216652324,3827.674685844007,63.225500029766415,1399.8753253472719,498.5342641818479,7768.510811444076,278.8754997657733,4531.7400125761305,316.214588271832,5121.599680899671,230.31350824680342,5815.227389685149,70.01339371146346,1578.0088245518655,129.68724434993874,3034.187740152466,293.4363481447822,6963.910278345217,181.66237549335557,2027.5147376685836,131.74203734572333,2761.357811220976,165.03888271609827,4936.12804787817,205.32517972468295,3305.7579147319593,191.93909888991863,4211.300165306411,225.35545003166254,5936.62984178721,2898.268964361083,957.5594738880907,25219.416264955144,10050.754891503579,639.8367385418732,4591.118030508533 -4403,710.3745288564377,4522.866738293617,166.98962991465052,1812.1200234536773,303.80866057843485,3225.4845927886686,331.55815778664066,3801.024968939009,56.911904736985086,1390.128864588533,448.09854257607094,7714.423504948552,250.66221919629987,4500.188326935537,284.22330473372654,5085.941169453678,208.51793491811978,5774.739580142074,65.8113222807005,1567.022131089272,120.59845289721079,3013.062579069491,272.9899664708072,6915.424904664935,173.05544714401395,2013.3984142570332,121.1253414245105,2742.1321951531836,148.6951591835673,4901.760859995335,184.7732244387568,3282.7419795194196,180.41927730812807,4181.979502915103,211.8300422754359,5895.296782517961,2513.1575962285897,852.9102546863427,23315.695965061877,9494.350474313684,553.4099895449316,4365.381682422142 -4404,652.2894435101177,4482.838496588806,153.4894627392705,1796.082412245106,280.87567762597394,3196.9384329378477,305.25636642835576,3767.385165914409,52.81330706398419,1377.8259564083157,415.9326747081058,7646.149371188454,232.66892741764985,4460.36079353894,263.8076448666493,5040.929610589101,193.22367085541453,5723.63202268539,60.47666999152509,1553.1536834321796,111.17517476674175,2986.3963949510053,251.62687849220958,6854.222062398609,158.83918208206205,1995.5794505251126,111.98686374909784,2717.8637971115586,137.96472876256706,4858.379332341239,171.47427402818076,3253.68908076868,165.79452768528958,4144.96817889577,194.65914248526155,5843.122270601819,2347.4718314586976,792.4980936145564,21522.882940522966,8728.838741912106,517.1665141591175,4007.3576736025934 -4405,632.007446080422,4415.713206811245,147.81372082230897,1769.188168234737,266.8945119867784,3149.0680002030363,293.456470621004,3710.972957185915,49.78342615634847,1357.1946160962943,391.79951002050706,7531.657182229584,219.1690562017189,4393.572081207099,248.51660285099948,4965.447555833711,182.6590379555074,5637.927293774178,58.34118072645152,1529.8970144380132,106.54255012240924,2941.6785842258823,241.20626997104318,6751.588063317809,153.954196665805,1965.6979705225256,106.58679548456912,2677.1669495459187,130.106570990047,4785.630755567643,161.61669801712404,3204.9688731237065,159.94016377719916,4082.902103943734,187.7855413232935,5755.628314279652,2173.058802686583,743.7890957302653,20560.20138488964,8425.137606635579,478.13507912824065,3881.543586969521 -4406,599.9101454216454,4335.7216962605935,140.5689036082699,1737.1389776742765,251.6383220991521,3092.022015927064,277.8699661192696,3643.7479544389003,46.99201790958087,1332.6087695142987,369.7595112390562,7395.219735606715,206.8400828159054,4313.981661488079,234.52196603831035,4875.497499761567,172.54888025513048,5535.7951353930375,55.12150268790498,1502.182630047501,100.85908760862205,2888.3894998841356,228.32118137638633,6629.28172173578,146.1152571350188,1930.0889663630378,100.9428662795131,2628.6695453304164,122.82631877071725,4698.938116089829,152.5493770394759,3146.910233574034,151.11353691804294,4008.9395317773365,177.42221003951207,5651.363978833872,2040.728027288499,700.4260379388351,19453.514465483586,7987.355769608637,448.8615028550831,3679.5370632504655 -4407,611.9324688997019,4231.232386062956,143.9084919354229,1695.2745624256772,258.04465754443464,3017.505414033825,283.83712145319816,3555.9349588257955,48.32237522841703,1300.49338461541,380.3036057713713,7216.997639479109,212.73835269130225,4210.016278192625,241.19341516559197,4757.99978973563,177.3058016140976,5402.384493378921,56.268647011515576,1465.9805770098462,103.11877678118057,2818.7803672949085,233.42183579308306,6469.51845214968,148.8654874474487,1883.5745268201858,103.65701684741346,2565.319568839535,126.28762323101641,4585.695422760348,156.87374797205845,3071.0708456715233,154.25839015395246,3912.3255524574156,181.1145781935815,5515.168169879294,2109.6555833676152,720.9933010018079,19922.381006232932,8154.244213108993,464.1952809029276,3752.014874468706 -4408,640.211799495563,4190.294404572711,150.810057549696,1678.872457240894,269.328695271659,2988.310472816859,296.8116867373388,3521.5306089242345,50.452423908653635,1287.9108627281848,397.03996620791344,7147.171808888167,222.10051937940437,4169.28356659825,251.80767127582337,4711.96523300356,185.22071552676857,5350.115391563193,58.7746681682669,1451.7969349285543,107.82514821835497,2791.5081288611414,244.0648487338293,6406.924625462856,155.82541017077673,1865.3505835150509,108.47426377133084,2540.4996120412193,131.86012006090868,4541.327943688479,163.78670068200825,3041.3576486725956,161.1285533774096,3874.473055492733,189.18082802994812,5461.807864452016,2198.634959994013,752.1982530491453,20821.683121487273,8528.980298880388,483.710998418366,3924.2505880039184 -4409,695.7471367593262,4133.3061414245285,164.02391257404793,1656.0396879535926,293.1714597382433,2947.669265505145,322.54843136494105,3473.6375747720876,54.997076379920266,1270.3951953143485,432.83453196044,7049.969830104597,242.12367150820876,4112.581052146424,274.49302477501055,4647.8822143138805,201.80286084164433,5277.353491235898,63.86062879253128,1432.0524067934557,117.21682058046319,2753.543445603033,265.31752385355196,6319.790054171635,169.15241638684103,1839.981700173354,118.11779313205294,2505.948660141308,143.73152657678474,4479.565602690507,178.54250582652864,2999.99499648731,175.0715241071812,3821.7799822313386,205.5512520954902,5387.52693958322,2401.0672390702025,820.0678666834349,22657.839138935153,9269.309555098085,528.3183527393682,4262.678535151362 -4410,737.5096454997048,4067.415493546153,173.6188508625418,1629.6401123552657,308.3092543419954,2900.679318235386,340.5843861208678,3418.2629612145442,57.74995591744323,1250.1433292253805,454.38007897165863,6937.583506968974,254.17605310396775,4047.020791012496,288.1406181960311,4573.788508238198,212.07123173176555,5193.225137631561,67.48231649782437,1409.223499944836,123.65088157243233,2709.648133863673,279.90041197318817,6219.043812089221,179.10132314229108,1810.649833101201,124.48169990688258,2466.0003536000095,150.95115010318537,4408.155097473674,187.47053707411814,2952.170904298893,185.00024542412598,3760.8554945544975,217.2085510697982,5301.64226799947,2503.6484826926903,859.1387274397041,23893.199751204334,9807.722779291982,550.6220298998691,4514.210989967067 -4411,758.373297507623,3917.309576122602,177.49775968747457,1569.4990659036682,307.4629478372104,2793.6312109283954,346.25547223239545,3292.113690602235,57.04998319657412,1204.0074201592763,448.37939821708187,6681.555486554428,250.81932726865574,3897.6675298000578,284.34825303377414,4404.995150092281,210.46721234700047,5001.571783085379,68.7412786254466,1357.2168174090364,125.18895192521711,2609.649936070998,283.4525032701022,5989.533136724942,184.35872624515412,1743.8287141961596,124.93180231138231,2374.9938542563173,149.2248509493668,4245.474356816246,185.1615996403288,2843.2225259775646,188.45164298540118,3622.0630192828535,221.26083252343483,5105.987833936301,2401.0135798816596,841.9425002662853,24071.331656471568,10028.791727107837,526.9243729168367,4635.806335562029 -4412,733.3326362169436,3784.8784698351965,169.80548013600907,1516.4395633099507,290.4903247038458,2699.1879036959695,331.72109011185336,3180.818361601992,53.24340992995389,1163.30396501194,418.0670117921852,6455.674491547412,233.86285602748785,3765.900455260385,265.1540630464561,4256.077029228626,197.1131573601528,4832.485405933261,66.25170160963143,1311.333866085272,119.43438413669551,2521.4264190522545,270.5355899436526,5787.047097766878,178.32094038415403,1684.875710531505,117.83348947547623,2294.703272816933,139.35079692297816,4101.949099273416,172.77762447949468,2747.102702609105,181.6265607589646,3499.613209441397,213.24751222789763,4933.371500098444,2182.9433435656583,781.4233392095006,22871.422258306862,9653.880298052185,478.13507912824065,4483.653562590323 -4413,612.0348955831564,3670.6420142840507,140.58018667542413,1470.6698821561993,237.3083082304541,2617.7201203993022,274.604884422558,3084.8138483058924,43.06213588435911,1128.1927394466593,337.82436102152917,6260.827185885195,188.97585237705368,3652.2368004307696,214.27866311534945,4127.618702694062,159.95202534361485,4686.629730863067,55.05948747563633,1271.7547530173997,98.52566705137652,2445.32389176078,223.24262245327355,5612.3805255571715,148.89406166158443,1634.0222337952448,96.28849727220226,2225.4437786172066,112.76666991266521,3978.1427129688614,139.7166188552476,2664.1887389819713,150.94352453427868,3393.9867244610323,177.2225987176098,4784.470847520073,1721.6536955707863,628.4262275120539,18797.337811880014,8025.063741737733,376.3745520834547,3741.264673321624 -4414,470.53212223340927,3363.152317881814,112.41096807609028,1347.471860171937,192.73652202591322,2398.433695311999,215.4904791539467,2826.39897974018,36.37241169658797,1033.6840290941668,286.02757106577235,5736.35766716799,160.00120264283703,3346.2889088675606,181.32014729545,3781.848067253018,133.9441603095323,4294.030739328377,42.3272014361702,1165.2198522066772,78.23321622462856,2240.47909944471,177.02953069272687,5142.231386201776,113.99581399562311,1497.140184652622,79.68334310215454,2039.0183442696616,95.10492441840472,3644.893681792457,118.06243051450262,2441.0096375278054,116.03843881174947,3109.6724428076905,136.24058230257134,4383.675705246781,1554.4400417065206,536.721453734556,15122.80250784361,6233.728374574086,341.5250565201718,2864.3298647266583 -4415,321.9405908561375,3117.9143417319615,70.13439435398122,1249.2154505081699,146.14285398909553,2223.5421145053406,150.6168110735109,2620.3005637100537,29.040902240169427,958.3087396891547,233.13719595664213,5318.067738017833,130.41481139335278,3102.280597004887,148.6472678989471,3506.0791818569824,110.70976146587364,3980.913964200754,28.90169293212103,1080.2530914669283,57.10030858963607,2077.1054226021693,128.87456204061232,4767.264599434109,70.95732793575283,1387.9700983188375,57.26593483478909,1890.3350005440777,74.93680514377701,3379.1113843177045,96.77491727298538,2263.0134581437464,79.23290964363234,2882.9179861902053,93.02725767353628,4064.022101591659,1466.8376737749177,451.0962654803024,11065.288637034224,4211.88300447627,319.38095409107393,1880.2998982153958 -4416,327.70892766757237,2985.1583270276547,69.2000892047314,1196.0257709532186,146.1445352868307,2128.867098678914,150.1615136339922,2508.732181118644,28.878298597518558,917.5054220884635,231.8511668531453,5091.6325632674525,129.69541849557555,2970.190243193534,147.85282229265292,3356.7957030932535,110.03550274554905,3811.412748053024,28.988645004793387,1034.2575702379859,56.87804590583284,1988.6654567138842,128.4064147179577,4564.281778260697,70.66597061535299,1328.8724584910547,56.67149838617134,1809.8474330155568,74.51317367425979,3235.233999804703,96.2329706484736,2166.657812992029,79.47128549703152,2760.167756190821,93.30713445752734,3890.9822683107254,1461.684122744492,449.84572583481696,11020.456653228279,4198.934960357544,318.294624315254,1876.1787841415646 -4417,330.1565292972696,2913.1594740280616,70.27311205550154,1167.1788977783783,153.38678363244293,2077.5210819850286,153.66110247904905,2448.2242214944185,30.742046073423253,895.376164349209,247.11632081330177,4968.827785667716,138.2346057601189,2898.5524045019265,157.58211892720297,3275.8333507153397,116.4692385036573,3719.4855146854447,29.379996214216863,1009.3123745044563,58.64411429237183,1940.7009549362253,132.30800509089678,4454.1961423242865,70.77111102862969,1296.821464100626,59.177387050680224,1766.1958323277215,79.25884390510952,3157.2035867903433,102.44222058097533,2114.400324347077,80.54416019291878,2693.5954371506864,94.56679526305152,3797.13590250035,1603.4325131626213,482.98460860840646,11411.089583793237,4243.296562465194,349.7981878140334,1879.304699791412 -4418,359.3894330256024,2921.0221606485798,81.05885938048146,1170.3291413490206,184.904773297959,2083.1283607354026,180.68449328585882,2454.8320368241284,37.17977982766562,897.7928058858375,299.18156969571504,4982.238769892348,167.35942895826133,2906.3756662948126,190.82078944420434,3284.6749027441074,140.182478187791,3729.524494443422,34.58829624566051,1012.0365325787708,69.29553299508953,1945.9389529136256,156.31737061999084,4466.218123518811,81.57666505079045,1300.321616037343,70.13156027796519,1770.9628368339513,95.79028170397478,3165.724954268308,123.8932845223296,2120.107141048627,94.82251982941142,2700.8655152200786,111.33099901416504,3807.3844624995713,1988.9274653499506,589.8785970464107,13527.520869751219,4922.391985845261,434.53191032799185,2173.223751407812 -4419,531.2651508879391,2976.9057528281146,118.94565338341913,1192.7193160392571,252.40377645389933,2122.9817714137766,257.78708696149096,2501.7967035984043,50.13565094136977,914.9689463827327,402.646447312484,5077.556567651167,225.236733542197,2961.9790487832493,256.75999252158874,3347.51572441954,190.79226597726588,3800.8759647194247,49.556754870739624,1031.39832915099,97.86516942572472,1983.1677217726574,220.88389521919916,4551.663662262739,120.65887268996919,1325.198744280947,98.00419500492288,1804.8440467309572,129.33531722763578,3226.290082695004,167.06956895331413,2160.668011980525,135.85798901562097,2752.537176263148,159.51069079766333,3880.22551226613,2557.9419557357883,782.1928939220955,19021.600364586022,7181.048960812279,557.2871749956495,3201.703151380653 -4420,713.7423705853695,3145.2713064531954,164.21155232682761,1260.1762208383095,333.77351536670074,2243.0517470723826,350.90091749201747,2643.2914038113977,65.67068683705334,966.7170586839491,526.6935736917462,5364.729119809763,294.62755950738324,3129.5003893230073,335.82988248340587,3536.8419527272804,251.46188014294074,4015.842993975322,67.69301438003005,1089.7313652340163,132.32734549512202,2095.3302015859454,298.78090750669344,4809.093166600924,167.93898892329827,1400.1483190305535,131.39039528236992,1906.9210328250263,169.5613702458731,3408.7601240834515,218.84115836113864,2282.8694171447646,185.57786578367086,2908.2130639243187,217.88673439370416,4099.680332406878,3237.897677289061,1012.5192365380826,25522.39079548297,9871.82397461703,703.9416947313468,4443.853430370187 -4421,708.6859044306069,3653.6819991438283,180.87555660454834,1463.874726602872,374.6016153584848,2605.625077433502,391.72974109618576,3070.560622475522,73.44325712053207,1122.9799821503484,589.1900645980481,6231.899351612683,329.58752392167395,3635.3618256470827,375.76792056802066,4108.5472499568195,280.8738325722461,4664.975396040238,75.80518386990629,1265.8786747232236,147.76743946951558,2434.025396820216,333.6788636930989,5586.4488061697375,186.86349045899053,1626.4723169913766,145.67588489848,2215.161228580405,189.59684809524305,3959.761906456168,244.74173732334145,2651.8789901223136,207.81707487480503,3378.3049810470534,243.99776128747484,4762.364442783211,3646.105498174539,1136.262069715153,28405.15576363112,10930.124553267871,793.0207363485848,4943.849184248131 -4422,729.1092929597214,4073.913586246392,160.67430026145357,1632.2436212750981,335.5189292295514,2905.313436174275,356.2657685185664,3423.7239694717555,64.26924474807917,1252.1405550447691,515.1792501451456,6948.66697282474,288.186552410724,4053.486301187574,328.75467477608447,4581.095581185375,246.62698213231164,5201.521820970424,70.03162848369445,1411.474871842427,133.45470302598767,2713.9770608657986,301.6222573429238,6228.979340746651,172.36339972519346,1813.5425226928674,127.7106368931675,2469.9400295249156,166.00035320279974,4415.197554902935,214.1722917836064,2956.887285065383,191.98908883562683,3766.863827776071,225.4141431628551,5310.1121582714695,3125.8368353196242,994.2942823358369,25448.57541950918,10015.626239228592,678.9561098874873,4561.056002180239 -4423,656.8949479615015,4320.971029360816,146.61324289985708,1731.229013840483,302.43275133214235,3081.502570723038,321.64753108548877,3631.3514686614503,58.22031179828871,1328.0750679891796,466.65610098896076,7370.060274134666,261.0431473463847,4299.304956902717,297.72592120404306,4858.910448140678,223.48369324545195,5516.961668720576,62.98721799838823,1497.0720170629147,120.564613373388,2878.5628379407844,272.44218229927634,6606.728077080394,155.67664829913832,1923.5225625612643,116.2356708905804,2619.7264831209113,150.38400013246127,4682.951741550871,194.0148571447418,3136.2040517960413,172.67710109892909,3995.300618628091,202.73996311001727,5632.137332517279,2826.06959211191,898.3867802055877,23036.68992499119,9058.650467364534,613.7763233382885,4118.667082167403 -4424,642.6007260580611,4409.020170321494,139.92509312901825,1766.506553643245,285.17868912302106,3144.294858006765,306.5787580558522,3705.348117833439,54.5448964780345,1355.1374731923545,436.9470422854263,7520.24121067799,244.42417210480184,4386.91260472332,278.7816448797339,4957.921269564061,209.88208731178582,5629.381708647503,60.242010411287836,1527.5781010340813,114.57326197860863,2937.2197887418433,258.96804851598944,6741.354467258662,149.61177248399383,1962.7184997941636,109.70418691874036,2673.109082731827,140.9425791835863,4778.377023322515,181.7679923237982,3200.11100020224,165.1512172272614,4076.7135197930193,193.9038325009099,5746.904325984965,2608.4979453186374,838.443955309367,21851.44677846051,8680.729087448117,565.9778132022094,3957.04731838231 -4425,593.1654070805331,4527.285441077654,127.39395983277592,1813.890409418147,254.72119771846164,3228.6357928073094,277.4121018320123,3804.738454342025,48.44140613085676,1391.4869780682247,387.7929716204397,7721.9602613004345,216.92783532900077,4504.584873603728,247.42068453424216,5090.909978774243,187.01170407817864,5780.3813244905905,54.619183871968595,1568.5530638922808,103.3584510124554,3016.006249262974,233.665389609832,6922.181063766488,136.64700635016936,2015.3654430671297,98.49432543588777,2744.81117462926,125.22586993298415,4906.549730773984,161.4296681411203,3285.9491182576367,149.73644868141753,4186.06516927265,175.80537250566488,5901.056307574288,2275.721218075721,740.7739113540802,19673.4832551143,7900.701713556803,493.1937182222708,3610.57079223335 -4426,575.9227499019179,4607.471889114666,123.71060471225375,1846.0177031248636,247.85675437628646,3285.8207968455695,268.4462704211235,3872.1272828871274,47.457282427944186,1416.1327397974626,380.04104470047986,7858.730202868168,212.59147843385463,4584.369253359902,242.4465797611821,5181.079241081,182.94458020764466,5882.7623766117595,52.615185923488866,1596.3349876053028,100.24161640325822,3069.425197887575,226.5591304011092,7044.785463112772,131.6141246574622,2051.0612255574038,96.26150734622577,2793.426765912462,122.65533404228913,4993.453638236482,158.14950288786108,3344.149245387397,144.24256329723474,4260.207986540105,169.3550087166541,6005.574732826962,2249.3179387250043,726.6894159319663,19112.308142653274,7629.351828898381,487.7620693431708,3476.3252895795463 -4427,557.3509860998037,4550.678569755995,118.5047108800052,1823.2630395092215,231.80424390278142,3245.3186137912367,255.60697624699614,3824.3980798302446,43.981490178957905,1398.676989468177,351.8740642998332,7761.860729780425,196.83512766624156,4527.8607052167745,224.48729732364023,5117.215435713792,170.3215589414554,5810.249378072275,50.27643805502873,1576.6580009765446,95.0301899157714,3031.590383111379,214.84723992534035,6957.948959223268,126.93995248870414,2025.7791233524022,90.50125924550866,2758.9940049017355,113.74168806037457,4931.902572054378,146.5681422194013,3302.928085357088,137.8309735340969,4207.69516420785,161.82716939237446,5931.547905980852,2032.344370118373,668.7130401795279,18037.355232446163,7312.748953668127,439.96355920709175,3348.077611718725 -4428,506.50357350654,4474.650895248239,106.81874382919827,1792.801989187827,207.53580111783745,3191.09944109838,230.15179374179357,3760.5042916963553,39.32496319637876,1375.309450481024,314.5261186798165,7632.184196469499,175.94302907177484,4452.2142462028305,200.65205619031005,5031.722693572399,152.42004267566276,5713.17819588402,45.26637630143152,1550.316953268857,85.47461352421523,2980.9419439050052,193.25131504727034,6841.703289351275,114.72954744721426,1991.934659619359,81.25543679973896,2712.899802694708,101.71888642388078,4849.50583106192,131.05072764841617,3247.7464377089836,124.09607671804893,4137.3976748403675,145.70104464228316,5832.450202943731,1802.475526614903,596.260993024737,16204.57199610264,6598.978326916574,389.9923895193727,3024.2050033331616 -4429,506.6446798967755,4345.3388769867115,104.05729915849942,1740.9921722898548,201.10698680793118,3098.8805129938733,224.2584546075762,3651.830249625993,37.92104334157247,1335.564664811887,303.2021228411925,7411.623271093788,169.60848955115753,4323.55062005926,193.443766119895,4886.311971692591,147.2234721366235,5548.074231241315,44.21885115234771,1505.5146616788813,83.14400686625144,2894.7963141987548,188.0133594660171,6643.986309545756,112.25322176513838,1934.3701485300132,78.70832666120039,2634.50026783931,98.10743271336814,4709.360956910598,126.3726065711305,3153.8904796703764,121.22432572125709,4017.831868208993,142.32932547717414,5663.899421037276,1723.1812811185425,574.1183632309125,15743.976411797832,6448.880442772383,372.611113106253,2958.450354726378 -4430,463.0158561000808,4227.853375085447,97.93259355128416,1693.9207366761873,186.43489535715207,3015.095670727762,209.89882941575337,3553.095232201288,35.09619993794517,1299.4548263369122,280.4826265659879,7211.23423250369,156.8994114929577,4206.6542101421055,178.94064926517763,4754.20010868444,136.55548839130458,5398.07021450169,41.340207130874994,1464.8098626622138,77.70172263504206,2816.529323406218,175.70937929484177,6464.351973007336,105.69789359746483,1882.07032699792,73.3865316030242,2563.2709356771306,90.82703114515938,4582.033341891413,116.95939340418198,3068.6183256599984,113.33263085808038,3909.2012166178415,133.06369665173239,5510.763823322906,1573.8909390311173,528.7962503470562,14673.648084135526,6045.656073422929,340.0212198316537,2780.879727075832 -4431,469.4303208027463,4169.435532551715,101.30205183751384,1670.5151958305867,194.4542707741429,2973.4349581887063,216.91719453562084,3504.000777080102,36.80832338403848,1281.499769552779,294.30717601364904,7111.593892952003,164.6327377921644,4148.529284455208,187.74322499017052,4688.509535080439,142.91066475949717,5323.483045127488,42.64961356722977,1444.5700330590576,80.47570865262311,2777.6122768794903,181.95432703965525,6375.0315869534725,108.54496076320493,1856.0650523950012,76.53939192969355,2527.853255685177,95.22825364752292,4518.721661351992,122.66443671811395,3026.2180704380667,116.9223196040702,3855.186310980193,137.2783456081187,5434.6195239087965,1672.9064988614844,556.3366261871599,15242.607617460928,6229.578165262868,361.7478153480533,2859.367181994757 -4432,502.12467829797964,4100.10089453371,107.81001312978178,1642.7357601006843,208.22156874970634,2923.9889276921213,230.86771133687685,3445.731828298689,39.58463347145372,1260.189373469566,316.62183078700696,6993.333331192671,177.11535122342687,4079.542301925042,201.97535082137057,4610.543079208695,153.47527411324054,5234.9574480659085,45.276493229174626,1420.5478987553017,85.80714804392818,2731.4226331571554,193.97527259882756,6269.019513140627,115.00760355996243,1825.20005939032,81.97593171736726,2485.816920292241,102.38660944162046,4443.578652604662,131.9159913476843,2975.8942957114286,124.12381189687125,3791.077405763425,145.73360848019507,5344.24580916636,1817.3430133392042,599.8795242421722,16271.31155539682,6614.279399257884,393.2513788468327,3029.0620813251003 -4433,540.8542715488339,3902.298986271191,118.00752689228513,1563.4849620161294,229.0128004778067,2782.9264015462245,252.70776884535545,3279.4987651301567,43.66478474066353,1199.3938298338585,349.33775839181766,6655.9526877382605,195.4163413791696,3882.7322055602767,222.83004377871663,4388.115816404046,169.07646468072858,4982.406450045095,49.52114497644516,1352.0161498106054,94.02914833266483,2599.6501175514477,212.5461517769168,5966.582072079752,125.4698646790533,1737.1466031474279,90.11187331426203,2365.8932054683937,112.92317219493188,4229.206284799857,145.51273447656638,2832.3276895178983,135.76036582296996,3608.1837735041136,159.39607153227846,5086.422392994722,2017.2829597100601,662.6009101171127,17872.312720879563,7231.409643977683,436.70456987963183,3307.6536613732037 -4434,556.7862502981469,3731.529134313006,123.05920964873029,1495.0647573004808,235.11189446065387,2661.141799373369,262.40642289203123,3135.983488471802,44.59736308677643,1146.9067427395908,356.5718038064532,6364.679246332416,199.46300010511615,3712.8186222419517,227.4368845419524,4196.08596656962,173.15266035663282,4764.369642803237,51.53423478341411,1292.8501047278191,97.3711106456384,2485.885932059976,220.14291087429456,5705.476415970343,131.32403658499888,1661.1267314531233,92.89016395654559,2262.358536836359,115.38250710843946,4044.130529790626,148.6216256892298,2708.3812205421286,141.27917619697465,3450.2847988209874,165.8756997198971,4863.833708195227,2024.7003329127938,673.132731180395,18466.874268866686,7539.655277404215,437.7908996554518,3460.358552419632 -4435,585.0755595660873,3657.9707373004744,126.73017006982597,1465.593041277768,237.81420298145522,2608.683593115524,269.25123929288577,3074.164885382637,44.799463923876466,1124.2981502612367,357.92355440136413,6239.214433917028,200.21915700304396,3639.6290593522936,228.31856639098746,4113.369914699784,174.599145179226,4670.451203180953,52.95581872940111,1267.3645791273952,99.60347855157953,2436.8824866260707,225.23031393879685,5593.00625045766,136.0393816246484,1628.3814907750404,94.35728377817608,2217.76141285653,115.96071874283919,3964.409925080513,149.296384341467,2654.9917992322503,145.17639538782848,3382.2704781758125,170.45141977748992,4767.95456641915,1992.4043307394404,672.527306516293,18813.094817205158,7771.597532814176,430.1865912247119,3577.239132759155 -4436,556.4197799196327,3578.95394569738,119.65256726422119,1433.9343790756052,219.96185088164702,2552.332730126461,254.22783601906863,3007.7590381119458,40.795829277732885,1100.0118891019968,325.5293974873584,6104.439515773294,182.09816242364428,3561.008471176772,207.6891258677829,4024.515925240006,159.88770980132045,4569.563553738868,50.37439835990232,1239.9879022685866,93.50357433287432,2384.2427446938905,211.54791227105804,5472.190245884216,130.30576675285872,1593.20639229903,87.27082497679922,2169.854963086953,105.68287965185353,3878.7736596820355,135.9560107682823,2597.640620457463,138.0995280441369,3309.2091606551185,162.14247889845277,4664.960721086806,1750.396135728487,607.3742997648797,17568.32723278336,7390.93685460609,376.95643220953286,3424.2350079601847 -4437,478.9866017419582,3501.4966918040745,98.38019874129832,1402.900557195912,177.72962612816727,2497.0940522062633,208.91301437974377,2942.6638290090177,32.56998972908651,1076.2049607445474,259.6211961779334,5972.3246216942525,145.22971846825624,3483.9396009277575,165.6616112824907,3937.4156281842907,128.2473264032559,4470.667102503708,41.59491293336876,1213.1515530928416,76.5019115319117,2332.641942218898,173.1461887348668,5353.758761249582,108.28189818869043,1558.7255373047653,70.58135636454612,2122.894032787883,84.43021422393586,3794.8275791481283,108.54389496076277,2541.4213697727128,114.03089728427537,3237.589838911382,133.88353036788118,4563.99964350437,1355.0103189830834,481.6158437929504,14315.89919999825,6115.828675650563,291.1363799197546,2842.998757925174 -4438,376.1665741866749,3281.341346669743,79.91885368678022,1314.6936892352626,148.01237573218674,2340.090161789017,166.78049584366238,2757.6448991307757,28.305809866302404,1008.538960910082,226.23175799907702,5596.816859136316,126.55197266815922,3264.888151567618,144.25334697085802,3689.852036709469,110.17421639498865,4189.575516372493,32.466727911687634,1136.8750855192577,61.91476904106996,2185.977919069578,139.93019498707656,5017.143104691137,83.84567148483148,1460.7212297644319,59.76532715815508,1989.417834005234,73.25037105468209,3556.229159972645,94.33008619894905,2381.630415206423,89.00631963299863,3034.027542234843,104.50220581716994,4277.039807426109,1271.9691137888778,424.53746738383285,11762.142919180835,4820.906395260546,274.8414332824548,2203.26206357702 -4439,273.79796457247346,3078.1460166756333,58.96638370260151,1233.2819768279405,129.5516015757686,2195.181314337571,134.72480784705542,2586.8791950829036,25.53804065585303,946.0857183719274,202.8486387756851,5250.236930850891,113.47167001291893,3062.711676991165,129.43551447989626,3461.35989797189,96.92481403280401,3930.1382650641094,25.847676079330746,1066.4746962398494,52.94890483941557,2050.6123908608224,119.34489667157344,4706.4591675201245,60.816579994518804,1370.2668390279662,50.974141184714426,1866.2241852593859,66.35227366276469,3336.0115473098544,82.2131448568143,2234.149209499791,70.86043672602236,2846.1469889722825,83.19714795051411,4012.1863760847095,1294.492937597503,396.0736992169419,9798.825251781645,3751.7938995083723,279.61691752250607,1684.6557725133173 -4440,268.39196047822634,2902.3076577059073,56.32779757556061,1162.8310372761614,120.60875504514027,2069.782103948261,128.97843696700176,2439.1043364335533,24.09787542234871,892.040796765876,195.84474254305948,4950.3183951083565,109.55375463074047,2887.755001004376,124.9908257526265,3263.6305371924686,93.69913094386737,3705.6300515780754,25.4692235834948,1005.5525829113599,51.6524017302095,1933.4716458349021,116.46535916334484,4437.6038071533885,59.5576354598078,1291.9906718091252,47.48686695677172,1759.6165726159718,61.68122461063104,3145.4426812439942,79.39000141231516,2106.5239673690667,69.82292337075273,2683.5615192719188,81.97900484969264,3782.9911837743216,1209.1369119133738,374.94133584517,9415.366631113582,3661.3715420477574,263.472129768243,1654.2210495827665 -4441,272.0357517687067,2823.1609014754217,58.224262748817914,1131.1203037844246,127.20768783380935,2013.3385566225784,132.85793185136225,2372.58926666696,26.042158270853374,867.7145902378322,213.59102836211466,4815.321802917085,119.48086432478961,2809.0050998658735,136.30668147127085,3174.6304031550885,101.2668942422259,3604.576464928189,26.129671054467867,978.1308776537138,54.03075297167803,1880.7453235150933,121.74200849606648,4316.589087766311,60.253645432631174,1256.7577183066817,50.059289250675214,1711.6313276464425,66.25033890812458,3059.6655636912105,86.47581372586464,2049.078458965998,71.63351539783145,2610.3800325224365,84.10481862836455,3679.8279370215882,1355.1403735534552,410.00759901840837,9886.115995476108,3742.6796646227203,296.8626930192114,1675.69579778252 -4442,285.97429995491206,2783.7174848359955,62.51580396081599,1115.317007065429,145.12003639372458,1985.2094650488095,145.2673720227516,2339.4409516309775,30.859362165272735,855.5914313739598,258.2298100906628,4748.0451754935075,144.45138983904653,2769.7594591238317,164.82468489731204,3130.276477170071,121.65534612186126,3554.2156047871576,30.70017051262298,964.465052331813,63.686679817602005,1854.4687406432884,143.4820716864668,4256.280438067675,63.743846262543805,1239.199095178939,56.038519194074325,1687.7174984508872,77.43048973874552,3016.9178536535337,104.45541772963632,2020.4500321053006,84.16336862977838,2573.909455462442,98.81610325065779,3628.4157109577145,1668.6441916246047,491.53764074781486,11451.615986999715,4252.15850172446,366.99145444207585,1877.9142763709895 -4443,406.7903543090308,2770.526361949155,86.53166232512336,1110.0318860795073,186.11784237002624,1975.8022094087423,196.7555688551486,2328.3551093184665,38.730503808159455,851.53706458794,322.8550285514831,4725.5457488371085,180.60214494373395,2756.634478736519,206.0448456667042,3115.4431250411035,154.72337339492105,3537.3733443694,42.155020813792426,959.8947692141203,85.61474640499235,1845.6810223561824,193.03315404004567,4236.111322988559,90.10921729589228,1233.326937664819,73.45926572294394,1679.7199595333745,97.4401191131182,3002.6216708103275,130.90154246886203,2010.875782992233,115.56641207866907,2561.712543918236,135.6863763201763,3611.2218406068214,1957.773609118838,602.047295488939,15186.297648996298,5943.214973116315,428.2944685430977,2662.691212412033 -4444,573.2361519121584,2753.4363821815427,123.76482345781555,1103.1846592366062,268.71893129443936,1963.6144821063233,280.4334879104027,2313.9926609921945,55.33100459041337,846.2843619228256,453.9753799594563,4696.396240517059,253.94966818443194,2739.6301909898525,289.69501805887313,3096.225527726259,218.33256130887008,3515.5530723387687,60.26704835433478,953.9736625211073,122.05750762397096,1834.2959470279902,275.22788910819577,4209.980888787493,126.97584010264667,1225.719165834518,106.56090448429461,1669.3586142966217,140.7256049652942,2984.100012143329,184.15888532379952,1998.4717045042948,165.2198578111802,2545.9106312754693,193.98442332252424,3588.946034449571,2772.711034492259,852.1639249055262,21707.26139750753,8517.833055334399,601.419761877634,3805.229537532383 -4445,538.7991718458446,2880.993918943769,116.49369749775497,1154.2915301404496,277.2026621915764,2054.582200884582,275.6046560398338,2421.192233799529,58.31999324179776,885.4898977056206,486.4679108253129,4913.964636132251,272.1256922511855,2866.5481328982164,310.51459586675014,3239.6633438795307,234.2795959124592,3678.4169369867386,65.81274856020349,998.1680849216784,132.3111928566723,1919.2727687951397,298.4300489122276,4405.015281252485,120.44599229792638,1282.5026523054225,105.2873451440395,1746.6944387923265,146.6580922978907,3122.343426614212,197.37734284880287,2091.0542422978874,180.42318740001275,2663.8541912007454,211.8346331093068,3755.20995058343,2975.4065931717573,900.1516954061705,22848.3321991834,8988.207173133307,643.7576074112026,3977.970306401482 -4446,583.7139520008432,3132.4700648422295,118.54213800366023,1255.0473086703043,266.1340355125605,2233.922535451986,283.11674351861126,2632.5332183922396,53.115271908683596,962.782524129723,438.90112207523987,5342.894693794058,245.51726643576177,3116.763335281551,280.32712665820736,3522.4470201554,211.87808583083088,3999.498529085406,62.05072751144993,1085.2961629451747,122.3116436162648,2086.8022160636083,276.0794219630736,4789.520176687781,130.77295927284774,1394.4497209839162,100.57483261052252,1899.1598718643988,134.43966799706925,3394.8864840407973,178.14637489393775,2273.5781477667633,170.10974747338284,2896.3766484103116,199.7256365083945,4082.994649885567,2611.418325534124,822.5593108715772,21451.052606057605,8609.036179794863,567.3902361660058,3903.775992836588 -4447,512.6776735089916,3388.559857314237,104.90735919197466,1357.6515788362885,228.95535753805802,2416.553094295412,246.06740526280555,2847.7515194832317,46.99934236521288,1041.4931811180682,395.3830836127308,5779.694013503575,221.17367443617246,3371.569050641776,252.4745429944947,3810.4187190743073,191.0318304035922,4326.4707673204,55.625472090124916,1174.02271527802,110.08288713803823,2257.4052020074723,248.4397317507864,5181.079298626347,114.43783693649814,1508.4505996092018,87.93306060339539,2054.4224753017324,117.48913120852853,3672.429687061899,160.50245576532885,2459.4506841288326,152.49515017519812,3133.1650229065654,179.04436039416433,4416.792972266718,2305.53372821102,726.5657474593025,19083.78662981838,7701.195528591922,503.60196631055993,3481.4514674543916 -4448,529.297582370045,3614.173603342281,108.78321049379282,1448.0453955017906,239.81321104255804,2577.4496459389707,255.76113288174037,3037.357698840177,47.69740010777543,1110.8368515707284,390.7409583811841,6164.511892540816,218.57691211323078,3596.051531559322,249.50952756326788,4064.1202552269306,188.63873352264477,4614.531571319196,54.85737700177137,1252.1903362938192,108.51879697913196,2407.705525854126,244.91356307600324,5526.0408038830155,118.1736411738398,1608.8847677533715,92.01216094723026,2191.2080036956163,121.43704740986975,3916.9437737569297,158.6050908028124,2623.20340073492,150.3894462333506,3341.774322286706,176.57205609455605,4710.867520117039,2336.1600906395324,735.9110199938515,19199.74890329563,7684.941325963486,506.4929412119642,3482.2192855901108 -4449,465.5536116463929,3743.81053002071,93.70015259660367,1499.9853893609966,194.645511075629,2669.900282637478,217.1056843910497,3146.304794501706,39.964164736459345,1150.68149969322,339.34956799675507,6385.626997659892,189.82903918490612,3725.0384369745734,216.7015610950207,4209.896335006814,164.7974046530023,4780.050374957513,49.16652266251236,1297.105197788973,96.55860311257798,2494.067604429918,217.98052232108773,5724.254565903883,103.63981778859953,1666.5939150058457,75.83305027039063,2269.8045246401507,99.24259253266895,4057.440774878424,137.85421099672374,2717.295180556785,134.78818201963898,3461.640549076009,158.2546317746666,4879.841801466569,1903.6723436721286,614.33249983177,16628.951893263355,6840.451557727403,417.5008929667331,3113.8160674057867 -4450,459.1258839939185,3814.1848598452425,93.43286575283012,1528.1813853058786,194.9039907276272,2720.0877698466406,215.46567231743464,3205.4475020616283,39.34687167227573,1172.3114509776274,328.2650910430875,6505.660908795687,183.628484334039,3795.059898122411,209.59841761588297,4289.031919147933,159.26994146950096,4869.903437490376,47.00807980304094,1321.4875505481048,92.81248782187846,2540.949874457045,209.48153996802824,5831.856319675936,102.12505341857016,1697.9217369983576,76.23446212801585,2312.471206346759,98.93380869738698,4133.710573535468,133.33309363359535,2768.3735740101147,128.87089169145293,3526.71078481075,151.30714878350616,4971.570694708945,1879.1524239261273,603.8829006970814,16212.363219965451,6613.451338578591,410.0040114387528,3009.2479014918085 -4451,446.1862476002231,3752.323027171881,89.59644391756537,1503.3959843287028,183.19025641481085,2675.9709740807593,206.70820300148551,3153.4587117165725,35.873683862992436,1153.2978641992493,295.07532104904095,6400.146330620292,165.06243108714597,3733.508251039276,188.42492739404898,4219.4685957478705,144.3937839018069,4790.919024658933,44.26695559341165,1300.0544934898126,86.4445130740093,2499.7384959473425,195.19007337235436,5737.270101891642,99.35132814830637,1670.3833364629108,71.78643260289631,2274.965497503168,91.0835906700778,4066.666389465551,119.99159172895634,2723.4736362499616,121.35620224631838,3469.511461633175,142.48416153624535,4890.9373521361495,1647.7472239517147,544.1971152540691,15137.551103018122,6289.622118772062,357.0700846400502,2883.799226398069 -4452,434.14612284117516,3621.7113878490463,89.25782680737149,1451.0654646366029,189.05891154936597,2582.8252205904373,205.94090777292948,3043.692465875897,36.9581140526405,1113.153632591311,299.1488645051712,6177.368707773044,167.34113397431915,3603.5515203520717,190.99684964317973,4072.5964564434835,145.05278858206788,4624.155720129343,42.64330945984812,1254.8019266467863,84.35197434440575,2412.727079161043,190.37244184970982,5537.566012499653,96.5162879451832,1612.2402863328684,73.8359742882792,2195.778025934195,94.85232430748152,3925.1130210959045,121.50027400975046,2628.674400228101,116.9050371295893,3348.7439860262525,137.25805427697864,4720.692588888978,1765.3462958135651,565.4427942478163,15054.679815179068,6080.552833356492,381.5080003461591,2769.306335219752 -4453,431.8841629591892,3510.2691119068777,88.16262678772792,1406.4152922173632,181.64414104446095,2503.350107827689,201.77808705314735,2950.0361859185114,35.19963151109504,1078.901214050875,284.0722608659844,5987.2872919987685,158.90742003181063,3492.668034646878,181.3891433898412,3947.280170992692,138.181386749577,4481.867618572949,41.30603536710027,1216.1909034075254,81.2401717699167,2338.4859903125207,183.3890829807403,5367.171717227144,95.83051076577253,1562.6306660087882,71.69536598867823,2128.212592229319,90.51582317513248,3804.3348912126844,115.42466636727703,2547.7884801475625,113.23895024643299,3245.701084098041,132.95370636565133,4575.433988798935,1650.005460023442,536.3348797696763,14516.519111309799,5919.910516521065,356.56784901024275,2709.1736665493986 -4454,395.60819489749883,3451.5913464215155,80.61034740593458,1382.9056113180181,169.05530118103286,2461.50403111049,186.1569048881498,2900.723291102699,33.256820703697215,1060.866268466444,271.9755963404259,5887.203615102969,152.14065672698482,3434.2844893055635,173.65359298178197,3881.297315321347,132.27929245299657,4406.948582830928,39.33231797362565,1195.8610191905254,77.6239994587295,2299.3957872095957,175.2033573888075,5277.45391118348,87.9700234103585,1536.5096841589125,65.98159763270492,2092.6373256589477,84.76932836612056,3740.741513195836,110.50678679758462,2505.199570243958,107.82807787066854,3191.4458458309005,126.60080804344119,4498.9508947598415,1571.2440822584354,507.69587395969677,13712.451137463011,5594.371217150704,340.29616103296297,2551.568487537541 -4455,379.39608316421703,3426.2487924543625,76.7542108373931,1372.7519295611555,157.14516180402163,2443.4309765429334,176.31053409583845,2879.425365256187,31.60608675569044,1053.0770900955988,264.07275973999845,5843.978111166633,147.71988233923375,3409.0690071486115,168.602284437204,3852.799739332789,128.92108999210413,4374.591527466698,38.93067329598492,1187.0806714105165,76.4728415103869,2282.5129769401765,172.6356117985443,5238.705360984456,84.4082093920801,1525.2281981185035,61.74822513979568,2077.272594137595,79.38910643047414,3713.2759374191387,107.35199824034355,2486.805690744516,106.72698401685537,3168.013353260461,125.30801516075981,4465.918332557996,1471.9663981067974,480.82393389570376,13264.292956038506,5493.457135518862,320.4739785612655,2505.9479928337682 -4456,393.7527355606069,3472.7101476972916,78.86753807669423,1391.3670153074736,157.135782955122,2476.5649144118806,179.90418380452894,2918.471567938636,31.686415451121096,1067.357252379457,266.74713342980783,5923.224879134208,149.21590247845128,3455.297397374567,170.31537956639448,3905.0453023996715,130.6859805174549,4433.912803682235,39.964260492431244,1203.1779778576965,78.30451871899339,2313.464799966503,176.78756157400014,5309.744379320127,87.32516103907535,1545.9109253318281,62.2408434081471,2105.441272414893,79.17118338689941,3763.6294998409335,108.48839733664296,2520.5278077350486,109.56052463806344,3210.9729288010153,128.63487157286357,4526.478038143839,1448.1788960364058,480.2177124975412,13498.88542039439,5654.323030192701,316.1880051233607,2588.0157999104567 -4457,423.2838322098214,3471.670449587616,85.43359103869693,1390.9504525670907,173.19443739348776,2475.8234532042097,195.45174478410698,2917.59780386295,34.46628833832894,1067.0376952409542,285.9338024685442,5921.451519006787,159.94874934866428,3454.262912485352,182.5557524548597,3903.8761670424365,140.2033703360491,4432.5853301631705,43.038141106485774,1202.8177572184902,84.21725696013502,2312.772169462653,190.14614708614687,5308.154689723458,93.92676932187202,1545.448093538089,68.36384413392415,2104.8109222797357,87.00007072079289,3762.502703100037,116.30980677750698,2519.7731844334685,117.98745331385788,3210.011592454961,138.52891773178362,4525.122851428107,1575.3144256407552,520.4182259338318,14610.871641363521,6101.438223705213,341.54906747635204,2788.8903252353443 -4458,430.65902448408997,3377.1881950888187,86.49808101388746,1353.0954382265816,173.75998823063188,2408.4433879023554,197.83703103138657,2838.194755033112,34.519571953537096,1037.9980359341382,287.03444407595777,5760.297948255984,160.5644381796701,3360.254407835389,183.256851661699,3797.631341416748,141.49886974078566,4311.951571477389,44.46137089544971,1170.0828144572356,86.42336092592737,2249.829579753753,195.1767817904984,5163.692123475845,95.6462386567263,1503.3883928237858,68.63148492869911,2047.5280424331465,86.99658636063609,3660.105386560693,116.85005262335517,2451.1970177874764,121.88918452164386,3122.650439768811,143.10993534267425,4401.9706642907195,1543.7113951209978,517.1068124931918,14869.925231988796,6291.103065547751,333.80375076459757,2879.5717477691196 -4459,466.3812600761335,3244.042299108639,93.2688099753438,1299.7495498537146,186.59414890693225,2313.490328056259,213.4386533046804,2726.2987155483497,36.68468291729703,997.0748861016535,303.3792143737215,5533.19777286491,169.70755293192505,3227.776127678181,193.70532173562145,3647.909443095933,149.60171575056586,4141.952559801818,46.95488240842828,1123.9522123994423,91.38994398104961,2161.1298811007,206.38286840076844,4960.11317713646,103.51695880555312,1444.1171935285206,73.75916714129555,1966.8040969477408,92.80057194047214,3515.80545924714,123.50048453979824,2354.5583929006934,128.72505302482116,2999.539713739228,151.13591979190988,4228.422643180204,1634.7653331395534,549.8718631464994,15808.984722530764,6683.797526039068,353.377498052521,3066.7961730238612 -4460,442.88474129117435,3149.1051778686992,87.69245007762154,1261.7122897878012,172.59267997771005,2245.785874318879,200.64772571731004,2646.5133959286204,33.833169275736,967.8954209099878,280.961318644612,5371.268359074166,157.16718745591845,3133.3150370651006,179.42589593113462,3541.1531220804277,139.34822963945427,4020.7380329604052,45.135196995943694,1091.0596735180031,86.88249968054447,2097.884266333689,196.28718583964863,4814.955123497328,98.3584853388967,1401.8550044305643,68.35422267648724,1909.245439633549,85.34330493050295,3412.9151704145006,114.46947938397095,2285.6520794180515,123.73645356091268,2911.7579774944447,145.27881155435603,4104.677563395146,1467.386510321535,503.4612252646649,14881.266696213868,6391.740221661238,316.8117757139256,2942.3471565005357 -4461,388.2797908825208,3095.690869487538,75.73440310636657,1240.3114519216495,144.65227180496709,2207.69343457061,172.84204752603495,2601.6239194962454,27.923538661260167,951.4782288592002,231.9836313533655,5280.162292961843,129.7695179233466,3080.168556972493,148.16640757924475,3481.088997764411,115.36192707726671,3952.539313298154,37.923155086381534,1072.5534012368778,72.63148985076688,2062.3004954461844,164.12306635894993,4733.28509875017,86.22995756449151,1378.077102047829,57.52087221241797,1876.861311785227,70.41593286648938,3355.0261851013315,94.5507421815527,2246.883439399268,103.96491054755009,2862.3694910017653,122.06506824011811,4035.0550831054243,1180.597980194527,414.974566932674,12480.84542936598,5411.433114925819,255.6660455761098,2509.3727314246266 -4462,323.9286952960866,2901.527888851012,67.27356548247556,1162.5186171149264,137.0342112858475,2069.2260114138276,151.584534478882,2438.449017349671,26.894180967648794,891.8011303649804,216.92243786286306,4948.98838307601,121.34442427682285,2886.979142041122,138.4328765177613,3262.753690990436,105.63172007903512,3704.6344524746123,30.728428032305214,1005.2824190698277,61.4277471841566,1932.9521761063077,138.58045965447732,4436.411547183981,71.65539939188115,1291.6435500682521,54.94233168390843,1759.1438128807174,69.1839633125604,3144.597588811708,88.1443791431705,2105.9580033240472,84.24083556256303,2682.840521383439,98.90705707716437,3781.974799899366,1262.9489732546476,407.6774818330352,11012.453471467059,4467.651848176155,272.56150414395444,2032.960602455153 -4463,266.0911987028261,2742.519586697267,58.798743922396696,1098.810764352304,132.30869868659124,1955.8291641487926,133.76015622159807,2304.8181673319664,27.64608029780951,842.929022623745,227.60957611360564,4677.776018309411,127.32271149772811,2728.7681341465827,144.53548452259446,3083.949645458516,104.46315778717714,3501.614644651389,27.34837804794664,950.1913578205073,55.98855099729304,1827.0233498323819,126.19897959488097,4193.2892010285095,60.18985278502744,1220.8594474327547,51.81314467986846,1662.7399588956384,70.14972814494121,2972.2686839354183,89.73421319215662,1990.548184999588,74.97455501523906,2535.8166316963484,88.02752896153291,3574.716619121244,1440.1958147784471,431.78447257596474,10313.546440331349,3875.9446699716786,312.8885666872298,1714.372521623015 -4464,287.0585277461257,2583.771207495154,63.52927417486609,1035.207051643426,147.0581692775757,1842.6176810619017,146.2833290539833,2171.405757008888,30.805531945839846,794.1368036828081,253.71892119218185,4407.006990886925,141.92803991842226,2570.815745906461,161.12829922394477,2905.4378819939393,115.92412601416399,3298.926703195986,29.898650548148613,895.1903511850307,61.35474636117415,1721.2676801346536,138.28254889824925,3950.564274862839,64.98199074932985,1150.191052044215,56.97896491629202,1566.4936914889772,78.14612681360526,2800.221476536556,99.99939320853451,1875.3270213568017,81.96603164083734,2389.033074638751,96.23621270788715,3367.7972329681065,1631.1390893117232,484.19774309072733,11341.783242373996,4207.530668472386,354.7232496983358,1855.1483714738822 -4465,315.28230541806283,2489.4189176237473,72.17582647806019,997.404108592491,175.17531172231736,1775.3303000966666,166.8874408986819,2092.1119306749524,37.37028591665056,765.1370897447955,308.09904209670356,4246.075094183661,172.3477813166582,2476.9365542194787,195.64102982141796,2799.3392009458526,139.36943806501833,3178.4588817180056,33.624743126143905,862.5004368226133,70.56958685620027,1658.411670813382,158.92276985153396,3806.3004234288564,71.30138783409173,1108.1892063563446,67.37587135020969,1509.2896068423395,94.73397492830513,2697.965012151518,121.34204105931455,1806.84518433909,92.18097500936214,2301.7920911813885,108.22956462615421,3244.814447251107,2062.913057721905,595.1482059712148,13214.884588258717,4703.460032270359,449.72284236938873,2043.1522131101467 -4466,348.0664659855285,2449.9755009843207,81.69645593000706,981.6008118734951,209.25217807835472,1747.2012085228976,191.954693665908,2058.9636156389693,45.11865241408368,753.0139308809229,372.30266529945334,4178.798466760083,208.26269989667622,2437.6909134774364,236.4446393666819,2754.985274960835,167.00709105978274,3128.098021576973,38.2863989436547,848.8346115007124,81.72222460991826,1632.1350879415768,183.92896893305806,3745.9917737302194,79.08779376448646,1090.6305832286016,79.3319035479559,1485.375777646784,114.3086265138311,2655.2173021138406,146.53469216101806,1778.2167574783925,104.96072998932206,2265.321514121394,123.23425857053381,3193.4022211872334,2577.659312681431,727.8169592134942,15436.294057004858,5294.6458901390815,563.0251088578008,2271.537237152635 -4467,459.20246278824953,2433.5353254442125,104.03818909923673,975.0139339022545,247.1867093945249,1735.4768894182923,239.40666029643893,2045.1472639006763,52.41066166262473,747.9609492479003,431.9358214991609,4150.757296424842,241.62094111023848,2421.333171731042,274.28085964662694,2736.4983792704197,196.1759306041213,3107.107411442003,48.47357994171101,843.138640250394,100.92966738200299,1621.18290195435,227.35801461779485,3720.8548846849276,103.84404143360159,1083.3120781127402,95.51127794322649,1475.4083969453336,132.8957002002235,2637.399883724822,170.1614097831546,1766.2843134071923,132.88850548116028,2250.120430138319,156.02422398532408,3171.973397484549,2849.0515099010504,830.4176327220435,18813.009065888866,6802.474791259509,620.5477979980715,2971.2725111894233 -4468,495.8870555408467,2380.640862966314,106.4408352894544,953.8213761435925,219.9937573386674,1697.755178026312,236.58085048749945,2000.6946668575558,45.10776154547039,731.7035347977096,370.7585293379666,4060.5379050007496,207.3989243873386,2368.7039309472702,235.3839809066576,2677.018819089091,172.9190928657582,3039.572424515393,48.94937651494336,824.8124771969565,98.07887666272738,1585.9454442192412,221.24605890923755,3639.979699917373,111.68221151379593,1059.76559022392,88.56616669878284,1443.3394422538477,114.58571884712231,2580.0742933665097,146.34790229366737,1727.8929827517545,134.192883981901,2201.2126089046255,157.55569311144848,3103.028506444797,2184.414769586229,686.845742096951,17815.427944510568,7054.869193236367,472.3832956670712,3167.756959611243 -4469,481.1837455841854,2437.694105276617,104.39833360794246,976.6801798129794,242.57001219965434,1738.4427252587889,243.69828652096928,2048.6423096090657,50.141029309889745,749.2391739272937,412.8644825909632,4157.850715432608,230.9526088583834,2425.471098744815,262.2823922921225,2741.1749065236418,189.12899465805447,3112.417289422698,50.39317824143373,844.5795184395587,101.85376557890322,1623.9534155716349,229.68751883991462,3727.2136237966793,109.3593945457333,1085.1633996758794,92.82706032110198,1477.9297898429922,127.2174561528235,2641.907057026043,162.75445171412588,1769.3027974637364,138.15101238659364,2253.965763866373,162.20292659895273,3177.394127915891,2626.8083310289257,787.7341492298486,18716.99402495809,7034.465540616164,570.8691119223831,3123.143167581959 -4470,496.6649283275531,2616.39162932059,99.17567533626311,1048.2766650067592,209.761775487911,1865.8809505978745,233.0357442269462,2198.82001549367,40.78769090877105,804.1628762112462,334.884766646527,4462.645983462334,187.33147021651607,2603.272603473289,212.89070182052782,2942.1193842195657,157.69104215026013,3340.5760490503244,50.15517278047103,906.4922368879933,95.4723719732548,1742.9988913338507,215.78728521770748,4000.4406233261593,113.28429846972539,1164.7123522230715,80.23281354125531,1586.2708624919753,103.68814356141498,2835.574609005983,132.29379331011432,1899.0032502426411,137.49852932176282,2419.194904147326,161.43684706870903,3410.3160775326983,1876.7227620943133,619.2918958097058,16987.629927026963,7017.742106533987,404.4019357740241,3219.7846898004327 -4471,443.85192009976765,2872.936282230591,89.94432687503085,1151.0631783727445,186.47049098956467,2048.835893381733,207.53077534769727,2414.420582077377,36.605829393106625,883.0133371471322,300.5438731497295,4900.221135460832,168.12148902888538,2858.530898525087,190.9903484324433,3230.602571440431,141.6098956130035,3668.129047393169,44.333922501792394,995.376383157193,85.14037082895659,1913.9048981367678,192.36874838253448,4392.695223018783,100.86559359600068,1278.9157164261019,72.56169075333544,1741.809239575427,93.05850701315771,3113.610777489198,118.7294134853867,2085.205928866472,121.5397895196766,2656.4038563741306,142.69971111862333,3744.707284345729,1682.661869336921,553.7171658970464,15192.861064400937,6261.3697423001195,362.5672527629181,2864.007413831044 -4472,449.87243592677004,3076.3265560142113,90.98543303163655,1232.552996451726,188.4518263956471,2193.8837650905607,210.08680765540322,2585.3501172205133,36.96860323829393,945.5264967698379,303.50662333367364,5247.133569442083,169.77882433678948,3060.9013394102394,192.8728954208341,3459.3139235004824,143.04372271364184,3927.8152004893636,44.895256717698324,1065.8443139429414,86.16675459826662,2049.4002948274365,194.69230544923445,4703.677227591511,102.22634619909012,1369.4568882992626,73.33974987146358,1865.1210792104594,93.98403642406822,3334.0396649678546,119.90441764020599,2232.8286267280805,123.07866626690422,2844.464660565831,144.50650433543237,4009.814813709815,1695.0846658191879,558.7778854649828,15369.222661575363,6342.5907806039895,365.1819204511122,2902.3102979640503 -4473,418.7582014170483,3237.2842834567687,84.56709595088104,1297.0419008801373,171.088210132093,2308.6708459392253,193.43153794392973,2720.6192675965112,33.47575706820899,994.9977714819664,274.7130776839383,5521.670969665029,153.6719787094856,3221.051997848685,174.55235549740024,3640.3100880814122,130.01790342747412,4133.324010095134,41.347058793554325,1121.6107858880073,79.20775360670457,2156.627797522377,178.98159989370154,4949.780228489229,94.98795092421831,1441.1087966898967,67.27396029804471,1962.7068344444167,85.12897322944987,3508.4813043404506,108.56341159936622,2349.6533574525315,113.35141443491983,2993.2910478881613,133.08575042522793,4219.613958283221,1503.1157825209857,502.22589824806875,14095.15413082035,5875.534508327889,323.3472374400064,2693.790144893781 -4474,410.9165820813871,3379.592493421923,83.77984202545326,1354.0587381431778,169.71447240163445,2410.1580144166046,190.58402420617503,2840.215331478474,33.43343306032814,1038.7370107271895,274.42833925025707,5764.398837503233,153.51269863848447,3362.6466506139564,174.3486934724265,3800.334962943434,129.6417364985138,4315.021349463349,40.56165607796246,1170.915823456996,78.17144111614869,2251.431285431937,176.59884735265635,5167.3682752470695,93.10891884767396,1504.4586897684837,67.00924701096397,2048.9857249711126,85.0082306363804,3662.711100181477,108.432669411641,2452.942081599006,111.19826228066687,3124.8735267907664,130.55773724024047,4405.104528949467,1518.106331391394,502.62414216231815,13951.30433637976,5775.76238509449,326.83346102426515,2640.6994827803537 -4475,401.42043706889297,3347.9467842408935,80.87922889944012,1341.379650612739,161.18880328714016,2387.5898616724467,184.19542532538807,2813.6202231728385,31.39883529265481,1029.010521684198,257.5853972443391,5710.422362655998,144.0909111969838,3331.1596183190813,163.67355107002118,3764.7495202423124,122.35805683087256,4274.6165045002845,39.43204712403737,1159.951643101906,75.31372003557856,2230.3494124432473,170.20222421043533,5118.982254154871,91.09141421082215,1490.3712924671956,63.683451143378406,2029.7995045925534,79.86490566863003,3628.4143349602027,101.81913638547171,2429.973308913163,108.10148160455937,3095.6129460998113,126.92181101702835,4363.856166282516,1387.2568918728339,468.85218586411185,13363.752915190336,5616.302837986594,298.07211645412985,2580.378884668291 -4476,370.35677348854773,3240.208427693135,75.02582966141424,1298.2134809042232,148.85594464736658,2310.756200809763,169.7386001797946,2723.076723431127,29.118980972325,995.8965238756148,238.89390350561683,5526.658533600507,133.63506085275628,3223.9614799360875,151.76693030256945,3643.5982737427853,113.40799776005915,4137.057520816735,36.27194062871254,1122.6239041154554,69.4450110982761,2158.5758163529567,156.9247885513995,4954.251220240056,83.8028306075321,1442.41050812851,59.09195528219603,1964.4796901392183,74.06351082979394,3511.6504129160908,94.42731172591286,2351.775730627407,99.43816790191971,2995.994800169102,116.75022550102294,4223.425412191937,1289.6623686408136,434.50469199019085,12352.141834421851,5179.054089825078,277.1547749485768,2376.175376693311 -4477,378.7732977044141,3156.642968678614,76.91103386271578,1264.7323614480165,151.40236257075955,2251.1614534654395,173.12624421980325,2652.848168261518,29.69396897901009,970.2122038678792,243.5932248725317,5384.125185057354,136.2638181697866,3140.8150321293942,154.7316286874392,3549.62933038484,115.69609451640181,4030.362189818334,36.911816048128514,1093.6712660548008,70.84333588483578,2102.9058238396656,160.06938461584812,4826.480341751427,85.59109331649113,1405.2105258159697,60.51224114505358,1913.8154656936126,75.52973411233776,3421.084424584658,96.29002300399286,2291.1230834861217,101.19236241948101,2918.7276470620736,118.80982303604537,4114.502640382877,1310.2721118488644,442.0292014485563,12606.845951455574,5290.061549514773,281.5125544289004,2425.662515143005 -4478,345.4651090930995,3110.8314176631898,69.90439727397083,1246.377624573359,139.72980348169767,2218.4909237943066,158.77553964586497,2614.3480621670483,27.320185026196416,956.1317626161128,224.1594963825993,5305.986755074588,125.39276850615634,3095.233187903711,142.41631807715987,3498.1144689423872,106.30357676898967,3971.8705754984576,33.957301058549035,1077.7990950503154,64.97320855878392,2072.386890154304,146.82339566828648,4756.4348685715295,78.22846978842179,1384.817065317085,55.23098432964439,1886.0407519516173,69.48348749374574,3371.435102440843,88.5965562913872,2257.8726009123266,93.09267013640587,2876.3689001812104,109.299984706455,4054.7899172516,1216.216005211498,408.5589615815184,11559.591799108332,4836.9920344489965,261.4667688194121,2219.0200586312967 -4479,347.99490126067894,3080.420350381347,71.14406858690911,1234.1932054549625,144.1517163070501,2196.803256515201,161.68634139743128,2588.7905490323633,28.442143075010545,946.7847477961752,233.47260649882998,5254.116146050602,130.60243697758992,3064.974606806751,148.3300965460361,3463.917374920974,110.2645351920897,3933.0421058422685,34.35463098433851,1067.2626768407727,66.35025751410252,2052.127516151378,149.88104749551897,4709.936604477717,78.90613362569174,1371.2792809462312,56.951122733094806,1867.6030725974003,72.31443263221576,3338.476408776333,92.24614945060857,2235.7999436830405,94.18193525948108,2848.2499067654503,110.57888949153576,4015.150839323068,1295.1908545051522,427.8782118693165,11843.505674542503,4895.023946677752,278.8978867407062,2236.4907842253497 -4480,373.1085430644426,3150.7946865090285,76.40683275031134,1262.389203925248,154.73078922539108,2246.9907482194576,173.1844623441287,2647.9332618894628,30.60584146138619,968.4147010178912,251.2429187815982,5374.150067937357,140.5429868553074,3134.996074226133,159.59772592312427,3543.0529661499527,118.55466926284096,4022.8951764229128,36.77784386279677,1091.6450317837348,71.09321467841018,2099.009790377564,160.5896169445196,4817.538367887231,84.39390743791822,1402.6071057446518,61.269932103190875,1910.2697581254938,77.8137313895656,3414.74621426456,99.26461032215656,2286.8783417112586,100.825082686765,2913.3201483282733,118.37860037254211,4106.879740781236,1396.18392396734,460.2812362991852,12714.328175839359,5245.949513733775,300.68678414232386,2394.781092805606 -4481,396.30284969268047,3232.995545300122,81.41691246585277,1295.3235862052413,166.07862641729912,2305.612330257203,184.76467229456304,2717.015004689397,32.94445442798141,993.6796033710781,270.49151174589036,5514.355887360684,151.3104734021235,3216.7847641434746,171.8245840758955,3635.487423338448,127.40785865191985,4127.848202954419,39.17564854470963,1120.1248814838357,75.92277434765792,2153.7707077165223,171.48201824603694,4943.222784201306,89.65537911510536,1439.199622906233,65.65468569391406,1960.1066501682913,83.74885599831408,3503.8332857161063,106.85479124243028,2346.540548342595,107.39857449401943,2989.3255507594017,126.0965286793373,4214.023834647282,1516.621483622573,496.78179171836257,13599.123648781388,5582.811422410829,326.83346102426515,2544.8253668246202 -4482,408.7575699183667,3239.493638000361,83.97801792068017,1297.927095125074,171.64619622662985,2310.2464481960924,190.85939267479023,2722.476012946608,34.034904558603074,995.6768291904667,279.45291727352935,5525.43935321645,156.32340154904924,3223.250274318553,177.52788290976608,3642.794496285625,131.6215897582332,4136.144886293283,40.462330586146386,1122.3762533814267,78.43408540846774,2158.0996347186474,177.15262472667987,4953.158312858736,92.57809229211449,1442.0923124978992,67.74279868226506,1964.0463260931976,86.51919024143676,3510.875743145367,110.39250498909122,2351.256929109084,110.92596516171068,2995.3338839809758,130.23803354182996,4222.493724919281,1569.0515717944093,513.6288610920682,14042.251419217631,5762.083135432953,338.1636876731063,2626.620570831118 -4483,447.3197347898574,3220.3892474786667,91.85834239707216,1290.2727797088955,188.61588997735805,2296.6221428941876,209.1462418439633,2706.4206503655037,37.412362031216944,989.804985901403,307.20541944793155,5492.853967040805,171.84789699438943,3204.241676410717,195.1576674042068,3621.31170408904,144.56355260873974,4111.752639852314,44.361647312211645,1115.7572207013345,85.96660020214775,2145.3725906760974,194.1679586346164,4923.94786168988,101.27219189836262,1433.5878059962909,74.34679010332033,1952.4636800968483,95.10053990662145,3490.1709204893186,121.34949979070429,2337.3907711195698,121.61579604995131,2977.669386174535,142.7889502884145,4197.592250148657,1730.4116488549466,565.2494609179056,15402.887561450221,6309.556050634211,373.0259235156945,2875.3182466154117 -4484,420.84901954825796,3218.7647243036067,85.3267063388862,1289.6219024789373,171.3820666804297,2295.4636134094653,194.05390272891094,2705.0553983012005,33.6263167518985,989.3056794465558,275.93925668491147,5490.083100576864,154.35789200826335,3202.6252988669476,175.3103756784909,3619.484935852246,130.65071704145967,4109.678469017598,41.38632939530934,1115.1943777269369,79.48741856401651,2144.290358925566,179.59562190900908,4921.463979525522,95.3456034660101,1432.8646335983742,67.78057434419487,1951.4787611156216,85.51380876872707,3488.410306132004,109.05070863092482,2336.2116759279475,113.45907332008665,2976.167302869141,133.2121525843346,4195.474777580657,1507.3371521549839,503.6513308890148,14155.013663242598,5900.085451977918,324.21879333607103,2702.9223441694703 -4485,374.81609100206816,3239.2337087455803,75.36300176596573,1297.8229525459258,149.363486132275,2310.0610795228545,171.34645423707306,2722.257567954804,29.05017347285432,995.5969384528595,238.28390841557825,5524.996005121375,133.29383518822078,3222.991648392591,151.40174648865215,3642.502207130421,113.31600227774413,4135.813011877681,36.72470153632373,1122.2861965837524,70.01285134539641,2157.926473943391,158.23416401934526,4952.760883231473,84.96237523979134,1441.9766024450332,59.10611634664518,1963.8887356932944,73.89803191421194,3510.5940388367558,94.19944523881746,2351.0682698525225,100.67939498737726,2995.0935455234003,118.20754863139359,4222.154922078504,1274.3406984164799,432.77930005911645,12417.069521070189,5235.570124013401,273.668551364318,2407.461476470362 -4486,297.06107687969273,3029.41033403014,62.33671545355332,1213.7556649800035,125.80552905167725,2160.4254387860874,138.9572584081862,2545.9216437481728,25.37721518155762,931.1065286011302,208.41837518602878,5167.110958434567,116.58732953041931,3014.2203632211667,132.3369391915868,3406.556865043783,97.92369802917268,3867.913156118195,29.080861835864578,1049.589411375577,57.30019248768638,2018.1454467429987,129.33879593413056,4631.942721864322,66.94715517560067,1348.5716727022852,50.64430057469435,1836.6766234655588,64.4998666495937,3283.1931302527646,82.31660767191207,2198.7763629008978,79.72409448856867,2801.0845014666434,93.60395717050976,3948.662215476301,1183.857979926196,382.54559268526873,10322.799404398209,4189.86363363522,255.36587754695913,1897.6743491029292 -4487,246.12301190854598,2852.9871436918806,60.585965268443886,1143.0704084132458,125.15900480355823,2034.6091556246322,121.0721895662548,2397.6552918130283,27.394001947633242,876.8818557414255,224.81065359809605,4866.194905604552,125.75701988654191,2838.6817883082795,143.19609239585148,3208.169864296943,105.95491244368363,3642.6582372687276,25.57551256987426,988.4646735280653,58.9368274229812,1900.6150962713386,132.30484016608804,4362.193159292436,62.07134227240077,1270.0351620733582,52.459619778705566,1729.7144381545902,69.66169425012234,3091.9904397393025,92.06960103150841,2070.726644305242,70.11431064947362,2637.958278978858,82.32112228021839,3718.704729097852,1412.3941915274668,416.75796412218523,10221.00429291844,3867.4428847760732,303.06246238041126,1690.6889471931052 -4488,253.155896551439,2758.8947767721056,61.60777660219207,1105.3716054160557,127.74063859589153,1967.5071388375416,123.97916921338462,2318.5799051737195,27.815362318457996,847.9620306037115,228.23610355345153,4705.7063462454025,127.67318520727493,2745.0612162757147,145.0575751409261,3102.3634653162003,106.05731454724858,3522.5222821585676,26.33599718828713,955.8648137794919,58.48828315331158,1837.932243526265,131.458327971834,4218.326727848254,63.847623442274994,1228.1490236324453,53.267539342641484,1672.6679400863704,70.73999747257207,2990.015672831693,93.4916016277508,2002.4334619692038,72.19915077277008,2550.9576281509885,84.76893039720343,3596.060738005838,1418.133926325042,421.8196195053264,10384.303174313014,3939.21152355633,304.24952977311335,1726.479844281429 -4489,251.04562816602535,2708.469585486283,61.763092731657586,1085.168379430672,128.6731055643283,1931.5463893854792,123.74297540901203,2276.202487878146,28.208224725585954,832.4635607250109,231.52626055873574,4619.6986649658875,129.5136688913047,2694.8888653446847,147.96644240913787,3045.6605883185684,110.35848500685766,3458.140029750146,26.141604183440244,938.3941706494876,60.763410642258314,1804.3397753645665,136.36721380845273,4141.227037802549,63.09889352121145,1205.701755992677,53.7913651609872,1642.0960598005986,71.7251786712772,2935.366211924543,94.80011239030023,1965.8343530771033,71.66622962435977,2504.3329698115203,84.14322835980732,3530.334400011339,1488.465498268991,431.3970493164907,10505.943727822601,3932.853160899668,319.44844437586397,1718.2909956355772 -4490,277.4468872284518,2711.003842143628,69.76125614265341,1086.183748111439,156.91671536242507,1933.3536957412537,143.81338746994834,2278.3322815222327,34.89877179063886,833.2424789495572,286.8871071176683,4624.021217509713,160.48201923511792,2697.410414814689,183.04459276907804,3048.5103473349964,134.49947752535698,3461.3757368961255,29.90252930170897,939.2722058642546,72.10220592471278,1806.0280572313202,161.62647300625264,4145.101894749943,69.65791389246012,1206.8299051578995,64.05716584704756,1643.632533717031,88.64372435243459,2938.11277086845,117.20499877607078,1967.6737419420253,81.97666509857629,2506.676220234181,96.24869743699138,3533.637657874682,1916.727360550896,544.4115150026115,12420.004126031568,4474.618696932567,412.72741806751424,1924.7625088217203 -4491,440.03864943572336,2791.1253110185194,110.7180619608801,1118.28500743607,246.27312122154632,1990.492359858751,226.41314812156165,2345.6665014679725,54.84388203427591,857.8682689630474,450.79065571035176,4760.680327429158,252.16816261822427,2777.130141225144,283.6829577086659,3138.6065408968807,196.80593409020375,3563.673824437284,47.068255544776775,967.0316164697732,101.90345957175704,1859.4037177616358,229.23705945198114,4267.606941508142,110.0151036076653,1242.4967615379112,101.10621134031813,1692.208729310999,139.31656800283346,3024.946255669385,184.19931012678217,2025.8267065450896,129.0358612355863,2580.758955801283,151.50083931386035,3638.071386525057,2840.8841478856957,841.9484980961685,19163.980673800794,6966.0504097837065,612.1648777006477,2989.278474412115 -4492,549.3582959258416,2999.38914802417,137.003980839953,1201.7274546795227,289.5407539110173,2139.0158155266517,274.5333505479384,2520.6917875068402,64.07250751168785,921.8793460129858,526.1536735964114,5115.905350051273,294.32554434066816,2984.349708470061,334.3052778249303,3372.798190579456,245.357581599217,3829.5824819898457,57.40880435159411,1039.1880739948847,137.39079643120417,1998.1458055048402,308.051474675828,4586.040582936482,137.75779136907468,1335.2074477989133,121.17231549395612,1818.4753220682264,162.86254040347336,3250.6569793888057,215.28305262189446,2176.9866854066768,157.38408883596864,2773.3260040810815,184.78445701047184,3909.53132537735,3313.344369004054,979.6908289733472,23466.71234491027,8808.769426246834,712.0267196501783,3816.204518883439 -4493,507.0336799347777,3571.0912527737128,125.4558956478454,1430.7841329795597,284.8535112075233,2546.7254468809933,262.0090433617723,3001.1512174850586,62.78872683454318,1097.5952456280593,516.0902649892859,6091.028520797702,288.69616576773285,3553.185203112342,330.34023413201317,4015.6743661233786,251.34929566830692,4559.524565933109,55.01175998211847,1237.2637420104415,147.53351688199322,2379.0047425174316,329.67870167194184,5460.16825505223,127.71185087211643,1589.7062375564046,114.91828810817728,2165.087954759238,159.49905155226327,3870.252285372888,210.8835419277415,2591.933799181024,150.8126813968092,3301.9390767576438,177.06897595758582,4654.712152871793,3390.629926672033,982.7800459858144,22944.688738045676,8563.042612823172,729.586692041294,3695.8717483646255 -4494,505.56342709880187,4023.878282539591,116.8045395203828,1612.1966066330333,240.57708547867765,2869.6307352369763,241.46725391054667,3381.6742143667116,50.435064518461566,1236.7619193351707,413.3262283768355,6863.324302936878,231.21090522044224,4003.7018828739424,265.5770336506891,4524.831130832688,206.77696490325903,5137.637372137624,52.989128903108764,1394.1393117251039,128.2119068044568,2680.6443296679263,287.37285669585583,6152.475785504378,129.16920781193267,1791.2688173264896,97.71755248742735,2439.604531017513,128.37398641316457,4360.970643627519,169.61206750546626,2920.571160483236,145.2677139825486,3720.599671294884,170.55863682252362,5244.894016322344,2520.218745400333,765.7815794589197,20192.354222958995,8067.190411298404,538.6630872210459,3600.071552787476 -4495,459.10319028407935,4281.2676897697565,108.01177112902235,1715.321577067742,220.78788462881016,3053.188114971124,220.19968085581223,3597.9847139308395,46.837315630673416,1315.8720203250084,383.9415225194053,7302.340309366971,214.77336998921896,4259.800696506257,246.25625737879156,4814.264240088316,190.33714039002197,5466.268942211722,47.85149979638035,1483.3161371271694,116.60376602737786,2852.113098492781,261.2973780758968,6546.022007391954,116.85864427735983,1905.8482321865636,90.83493686709278,2595.6550673469374,119.19564898851029,4639.922334035764,157.49501566960438,3107.3869702536704,131.18309604158722,3958.5897089386026,154.02190494784833,5580.386311828419,2346.201112993176,710.499695610008,18510.918946683603,7339.837130703571,501.8320403891482,3259.0995788908576 -4496,461.46461864272544,4377.764348719487,108.19705877747289,1753.9836774561252,219.87583389374416,3122.0047537773708,220.40534374528013,3679.080671718333,46.53776053542867,1345.5308183184652,381.41612563629343,7466.929747222409,213.36068611072864,4355.813505045845,243.5196138836584,4922.774253507885,184.53510300042484,5589.47466726006,47.981908818705634,1516.749003691673,111.78056487257123,2916.3976527169802,250.8433803088881,6693.564580969898,117.53300777034904,1948.8046647662661,90.57516752901623,2654.159244131638,118.44794774172966,4744.502807732975,156.50027989112948,3177.4252118263503,131.5406074962581,4047.8134409603454,154.44165868861705,5706.1641593633885,2278.7725421363357,700.9932988421085,18333.795032701655,7294.360543418419,487.32231251621414,3243.4580602358383 -4497,434.1912947007518,4493.950229559444,102.0796831362329,1800.5344102756646,204.7303581970513,3204.8627706576663,206.2754664489118,3776.723485372724,43.391839938629104,1381.2412108546387,355.57086855839583,7665.102088340969,198.90308609801517,4471.416810419365,226.54332128243271,5053.424699091456,170.28746951238548,5737.8193441128,44.846349346356,1557.0035274552897,102.72229810249661,2993.798856429468,230.6424096751163,6871.211807921847,110.4414618350819,2000.5259472576627,84.98412818702747,2724.6006395802415,110.45389348165583,4870.421928533834,145.93206937574553,3261.7540878534746,122.94458853853116,4155.242423575948,144.3490838463737,5857.605775737041,2095.676756332813,650.0698804940388,17097.122761112096,6821.051315691353,448.0280163639663,3033.1572569356454 -4498,419.16605157432065,4575.501277819884,98.93834199771594,1833.2084411585945,196.43545650572864,3263.0209400025046,198.53699340562713,3845.259126287502,41.690705208669094,1406.3063902384251,341.59536396859147,7804.19955902853,191.0853168753587,4552.558948064891,217.9243094678372,5145.128447567663,164.7445226743844,5841.942700700864,43.109979871191996,1585.2582395288657,99.27353521500872,3048.126880228402,222.86015474448385,6995.9026694426875,106.54584302015273,2036.8291948988958,82.03165988071254,2774.0435632662516,106.13113503762187,4958.804752876218,140.21735794560996,3320.9446554931847,118.18439659902273,4230.646991519304,138.7601485905077,5963.9028789327285,2020.841742293581,624.0932734699124,16478.69749592368,6572.68776867303,431.8963009763114,2923.2572641413362 -4499,393.7824522641866,4545.15519600331,91.2408203393228,1821.0500589476862,173.62256995585463,3241.379617139255,181.62409373916287,3819.7562270493563,36.18170029970063,1396.9793490715435,296.0730472366706,7752.43979240379,165.62054997524538,4522.365026585193,189.68301962003147,5111.00442937898,147.4118355656158,5803.197203672466,39.96317739447938,1574.7443366106563,92.74893938163906,3027.910798518819,208.16037983240858,6949.503767574421,100.57830660990965,2023.3203394442123,73.10667427902882,2755.6452834227525,92.18741983015903,4925.916488704452,121.75803018330164,3298.9191653654825,109.557555365559,4202.588085631978,128.6313853538213,5924.348505822286,1696.7714478206829,535.1461237497333,14943.519523903076,6139.142025517498,361.3081813804469,2758.6798817791314 -4500,366.622032270722,4519.4227481539865,85.64233241460802,1810.7401633221014,163.49533524444118,3223.0285095618415,169.78061783289053,3798.130633715138,34.28705609833954,1389.0703345942875,280.64255184315067,7708.549266324842,156.9888722277522,4496.761605539298,180.01846241903905,5082.068419657617,140.1616584593815,5770.342336684831,37.219017153501305,1565.8289036341357,87.41681769764602,3010.768247086515,196.11825602576778,6910.159072934503,93.38868422169767,2011.8652883245045,69.00916213267416,2740.0441663015454,87.34469876792478,4898.028356464837,115.36904066811793,3280.242296981198,102.034542754093,4178.795085375175,119.7986258876371,5890.807739359275,1636.0156003757345,509.01795268861184,14053.665647999835,5726.912001111389,348.6223996418742,2567.506841758168 -4501,368.9552789869635,4426.759960619761,85.98643804744476,1773.6141318832101,160.84091548924192,3156.945998002092,169.0379547393384,3720.256668044868,33.663387857087336,1360.5898988268696,275.4138768750677,7550.499067733808,154.06399935621565,4404.563444741804,175.78189914579787,4977.869575591195,134.15134087975065,5652.031650621577,37.098372360304396,1533.7243453536198,83.14754560063503,2949.03775761006,186.8252189261407,6768.478456252963,93.89405229725672,1970.615541144813,68.5638858928865,2683.864396325368,85.78189008739106,4797.602929098676,113.29278105856037,3212.986717681805,101.70379956819052,4093.1162669235596,119.41030073692505,5770.027122812574,1550.050624694096,493.6741334713146,13834.821528810844,5682.114627432839,329.9775513900414,2552.185616653229 -4502,335.3383147308126,4353.786394975763,77.79546821972336,1744.376732875476,147.27311289778635,3104.9048645163925,154.2452790484316,3658.929558241497,30.69718703641956,1338.1610576021687,251.1726694821442,7426.0317724059005,140.50369004082347,4331.955780778245,161.06586273038573,4895.811163688778,125.76640686976077,5558.859916362725,33.96900161335784,1508.4414442722177,79.46640904316267,2900.423917621895,178.3043096594658,6656.902492945431,85.51801452344469,1938.1306438768163,62.150173029625236,2639.621845013094,78.21779301681488,4718.516148836165,103.3053923944264,3160.0217728368575,93.12474676956795,4025.6426990658065,109.33764584034357,5674.910275104558,1440.1042406460283,453.7587598286335,12718.567250201932,5233.4800191226,306.57135657036065,2352.4213570353577 -4503,336.224199909071,4261.70843250692,78.55258291282787,1707.4850159261593,150.1106988491799,3039.2394212336935,155.9497715534689,3581.5470805598434,31.485866785376043,1309.8603711510953,257.72104230387157,7268.9790801513855,144.16678980049355,4240.339512635304,165.395256127519,4792.269952501915,129.49277137464827,5441.295927615121,34.14255954910906,1476.5395083268927,81.59654423880724,2839.08302939212,182.9600694340294,6516.1160688315795,85.78163893023068,1897.1412373013022,63.33409009681087,2583.7966438829853,80.20744229180427,4618.724539086421,105.94244025533918,3093.1906654275062,93.60054935572127,3940.504627573529,109.89628504699265,5554.891944410125,1500.0738159704445,467.876790770167,12935.484019836258,5286.839739665277,319.63975044279465,2368.803080314763 -4504,354.57372089101386,4211.608149637998,82.55393060421983,1687.411966902009,155.60437784467274,3003.5103803756315,162.9437867088865,3539.4427168554366,32.564318252317385,1294.461763725749,266.4572248626459,7183.525578615234,149.0537302821503,4190.490440975954,171.19622380718428,4735.932433404358,134.83401695823915,5377.328514202311,35.76935507104344,1459.1814351020662,85.39026694898308,2805.707010099962,191.47316832042065,6439.513161001221,90.25699224879321,1874.8386058246622,66.02260315911573,2553.42174968635,82.97382101449755,4564.427205149444,109.5875675211885,3056.8273783186632,98.06034840281579,3894.1803893919887,115.13252939283686,5489.5891058587,1541.5930890555142,481.97992831195114,13509.925383570382,5549.351688475783,328.17733480542915,2491.044718607158 -4505,385.87152911997765,4150.656050446922,90.61553890810639,1662.9910573756417,175.2233620067441,2960.042361480802,180.0659582649988,3488.2184680901637,36.98804325178517,1275.7277887170699,302.8738307008865,7079.562686519722,169.42484593571368,4129.843965819052,193.81225208497978,4667.392100783928,149.67001399552328,5299.50563768213,39.276613152112176,1438.063570284143,92.98491373391225,2765.1016817064815,208.55760863608634,6346.317917999963,98.08875500121455,1847.705182056521,73.84401656445077,2516.4675957779637,94.19947257776951,4498.368965666116,124.43513797992307,3012.5877342318095,107.67536518701856,3837.82223333168,126.42150827727306,5410.141548581247,1766.086598205592,550.4764591686717,14967.572667436854,6070.102035611412,376.7507100382852,2710.0763159099906 -4506,404.14018739471396,4089.444022001065,95.27461128775312,1638.4660052701265,186.63692438041386,2916.3889739127344,190.16180836802405,3436.7757743330876,39.52598885399357,1256.9139229707837,323.76411757908386,6975.156446329136,181.11068101661516,4068.9388647361898,207.09119781708574,4598.559479008296,159.62512997843922,5221.350886746349,41.356350830657625,1416.8556486685457,99.01235608671433,2724.3231925377445,221.99837100858727,6252.725245371444,102.78376014041106,1820.4560482355141,78.30287216038457,2479.355851469675,100.64026371154466,4432.029021874179,132.9537979309156,2968.1594308883946,113.37688820692135,3781.2237388137964,133.1156591482896,5330.355188463018,1902.2523589280127,590.7591863414732,15861.043001190084,6402.148307008536,406.1421253653049,2851.2676823411925 -4507,415.7220437590097,3923.6127250333298,96.33339785032764,1572.0244691518412,180.88402127132363,2798.1263046099034,190.34056875431767,3297.4108677641816,37.70311525352886,1205.944728894114,308.4445021415008,6692.306446714367,172.54102850058055,3903.9390736664363,197.83970849951268,4412.083009716985,155.49722120246489,5009.619564636431,41.905010714457546,1359.4006478002868,99.63926379203735,2613.84899459121,223.45214529896558,5999.170597980655,105.91221575985269,1746.6346226511305,76.71873708388081,2378.815339292039,96.0802210846953,4252.305539429639,126.89191976218716,2847.797414589077,114.88101874696629,3627.891101575287,134.8816568877736,5114.203626185614,1750.428828948409,555.8712978730837,15730.096172340278,6515.889181320889,372.4112065954165,2928.3574271302714 -4508,402.4952287604675,3795.340398578329,93.03323872742452,1520.6312124688486,174.75936627171833,2706.648833217974,184.20510104307127,3189.610584472328,36.373239814634665,1166.519498426171,297.54933216628035,6473.518870715117,166.44637023900847,3776.309926140537,190.17265394192975,4267.841416106552,147.50327727639694,4845.843065465009,40.578434482478684,1314.958574665687,94.80886127265322,2528.395991189752,212.73781746424652,5803.043298134343,102.64698785176074,1689.5329405496152,74.01138539456494,2301.046150750313,92.6945245299732,4113.287455188031,122.41895737780716,2754.6960752771615,111.2442596487837,3509.2866254618843,130.61174269119965,4947.008022779099,1654.1623150855266,534.0308450789888,15141.809148246179,6300.389343757389,351.90318121810435,2831.981741581971 -4509,349.5949035226247,3656.0213120116623,79.76019695346025,1464.8119896119792,144.76921659896354,2607.2933595318946,156.81374220368534,3072.526585024344,29.66397816314486,1123.6989832903434,242.39077980334142,6235.889398460681,135.59118141499573,3637.6894088083873,154.96172491564653,4111.177795650774,120.71647369766308,4667.962201398405,34.91394284309352,1266.68916843165,78.61709437532963,2435.583810205056,176.61830996172927,5590.025595715415,89.44585646715366,1627.5136850199037,61.72742723766543,2216.5795116076524,75.65382862414798,3962.2971905842073,99.88723753188206,2653.5768868322584,95.71526779025804,3380.467980540573,112.37917325091513,4765.4136026238675,1298.080275494719,429.3415110637487,12704.143041893922,5383.749620029203,275.24072657995526,2439.890359687323 -4510,274.88376173553866,3348.0767488682836,65.03132365595602,1341.431721902313,119.58749154941894,2387.682546009066,125.73854247388226,2813.7294456687405,25.32856917931737,1029.0504670530017,207.23622717754353,5710.644036703536,115.9260467654233,3331.2889312820625,132.54667709341462,3764.895664819914,102.5477971139341,4274.782441708086,27.31772644164996,1159.9966715007433,63.40163102769751,2230.4359928308754,142.29489725075544,5119.180968968503,69.69379559495502,1490.4291474936285,51.876988701931246,2029.878299792505,64.54019442398156,3628.555187114508,85.23996675169097,2430.0676385414436,74.89052478358997,3095.7331153285986,87.92886917424067,4364.0255677029045,1179.7542606033928,371.38548593692406,10393.869907775617,4252.5044846812425,251.15842202749727,1902.3560699612678 -4511,239.57898874362965,3138.4483116392043,61.46078762037801,1257.442537482647,134.02219751037978,2238.1859250345865,118.5396752268376,2637.5573472601964,33.28293673550006,964.6199723485146,280.302416411997,5353.091484961593,156.79860358391747,3122.711606147793,179.10993343880747,3529.1695289678887,135.25681964426778,4007.131479688628,30.760096072435843,1087.3674256150778,82.15917290585362,2090.7848299133375,183.61403065445845,4798.660865365607,58.22151969036384,1397.1109960816673,64.0278476556032,1902.7843746324688,83.13608714343273,3401.365546515201,120.53493374950804,2277.9172191699067,84.32765230953193,2901.9043163728993,99.00898850852262,4090.786950907596,1679.05565933844,487.90349228795657,12315.656179308868,4779.578713767388,361.80995121099124,2056.5213165835485 -4512,248.57736193754386,3018.103650966842,63.01928650487311,1209.2255587523819,137.20801696760282,2152.3620723137933,122.68933222326943,2536.419487897415,33.53629133224899,927.6313551329473,282.48133386006884,5147.825724835264,158.01747004092343,3002.9703737604978,180.5341602471816,3393.842556131094,136.1278654890188,3853.4769248551925,31.11117412510226,1045.6720236622957,82.62229177506698,2010.6131125835639,184.67887652069618,4614.654899301904,60.29557234272639,1343.538392027131,64.02692409317868,1829.8215862862057,83.75945835721869,3270.939252413119,121.44416934024333,2190.569859086237,85.29011965323086,2790.6300000292413,100.13902018333236,3933.9246041026,1703.9592976451345,495.87789613766955,12428.809746232775,4811.715760468112,367.2404979972381,2075.194331856784 -4513,246.6205749875194,2955.202126486954,63.25921451982537,1184.0235975602263,140.59474952745282,2107.5038198353345,122.67442725629928,2483.5569387738506,36.10210500738359,908.2982131533753,304.3809843615569,5040.537797283408,170.26793388480988,2940.384248059691,194.52928299636505,3323.110104461656,145.62239212451354,3773.1650465524663,31.79696808803431,1023.8787481486276,85.82101779512166,1968.7091077690689,191.74162062084855,4518.479001558403,59.67747846327243,1315.5371625038536,67.39808106305038,1791.6855311289423,90.107559763549,3202.768278433488,130.68296763850321,2144.9153025993924,87.17019813952444,2732.469346333694,102.34641792471976,3851.9360830298647,1884.8562697608722,534.3458856074843,12911.616195662162,4885.349166138828,406.2596746986486,2086.041158122066 -4514,276.2333711711616,2967.483515891509,71.79902989574842,1188.9442270953389,173.42311979827966,2116.26229860435,144.31983953577284,2493.8782395065773,43.99530106038762,912.0729681696959,371.22228845462007,5061.485537859923,207.65834698819017,2952.6040565207686,237.29889225543724,3336.92046581099,176.55110023955177,3788.84577065896,37.66130221967334,1028.133839025951,101.94064524018056,1976.8907759399524,227.73800456310636,4537.257141854482,66.38114898066239,1321.0043432506675,80.29522780783581,1799.1315151112494,109.74689884934837,3216.0785166901032,159.20116069248502,2153.8292580391603,103.24705071226141,2743.8250907606334,121.22222992746188,3867.9441680854147,2370.3349780647513,662.5989541763037,15427.195333729747,5690.35875735378,512.0556940452191,2410.5350171444434 -4515,439.77753994726413,3026.3562314695314,113.57910636477295,1212.5320161917468,259.15573144189085,2158.2474040740244,226.90101341967198,2543.354970714832,59.03872424102558,930.1678327759869,497.45616335663607,5161.90173120251,278.2724200418104,3011.181574442327,317.91522535480084,3403.1225418926674,239.1751470712073,3864.0137162365736,53.68028006165864,1048.531266933122,143.57803486711904,2016.110851723849,320.86386058605405,4627.2730249373235,104.51228820666,1347.2121090431474,111.97639929523808,1834.8249763922904,147.41939664349295,3279.883176354001,213.7654504494464,2196.55966467263,147.1624790201569,2798.2605857849967,172.7832780249884,3944.681368362988,3083.7527709477195,900.5981735507323,22001.007412951625,8344.451007745913,666.939902278158,3586.9541604234582 -4516,552.6918832404407,3203.9490719385585,142.88607709924423,1283.6859017376548,325.35864593930967,2284.897823789582,279.5009874768723,2692.6042986272105,79.06809857743067,984.7520042683803,665.7053139085644,5464.812796705564,372.38945334610685,3187.8839346643226,425.38811264147165,3602.8248083986255,321.92776909622876,4090.7620297173435,74.25939039052315,1110.0612494510162,197.3524872302509,2134.420404688871,441.1170175467987,4898.810972644588,132.41813959645668,1426.2693008804295,153.0462542534825,1942.4962993953977,197.5409513345252,3472.3535021003,286.38197272709,2325.4583270483695,203.57933989618866,2962.4683021914598,239.02224207985,4176.163426445973,3979.0477306990147,1161.6043097359222,29547.45538139835,11494.591376501929,857.2835287754135,4940.732907281442 -4517,507.8210479893847,3720.2874367149784,130.01267782735553,1490.5606879803481,331.81974990097694,2653.1247773169316,265.57681872837344,3126.5359465175843,83.56873296803411,1143.4515429244643,703.4097666504032,6345.504855132364,393.4809787581691,3701.6332923985456,449.58771150009346,4183.444733489663,340.86034459393466,4750.016384168027,80.30009689975951,1288.955232305872,211.71432350325463,2478.3968901938847,473.3251336317473,5688.287955633472,122.37829497866272,1656.1223796941401,162.00215823717966,2255.542899167724,208.8245975797114,4031.9470814437254,302.71763211503026,2700.221883829053,220.13971074208084,3439.8903849120206,258.46575226746234,4849.180801639617,4151.304852411304,1203.5417670375366,31080.50056284843,12201.403348043994,893.3998095753799,5232.308102205931 -4518,515.0685130826704,4153.060342476877,125.12236210292797,1663.9543547668347,289.2865760490499,2961.7569834999576,252.13435226514858,3490.2390392383486,71.65807050786168,1276.4667615728129,602.6953362595937,7083.663565016011,337.1422491525805,4132.236202326076,385.4380576355701,4670.095715222755,293.66708723660247,5302.575407620309,73.3071001496939,1438.896577100073,188.8105772699832,2766.703383185607,422.40422618155674,6349.9940601337275,126.22648806660915,1848.7754761953108,139.72377408670195,2517.9252744944447,179.15832364444398,4500.974672455718,259.6572089920877,3014.332793468451,200.96867183659273,3840.0453145255533,235.957060056718,5413.275405024202,3441.931987725486,1024.0803887082802,27488.651115299373,11116.847572775227,737.9988103823724,4845.17015727247 -4519,467.18346777919976,4402.327140134893,115.46551737801605,1763.824941577156,264.25899032714983,3139.521720305587,229.43084218747723,3699.72328377814,65.4288875784127,1353.0803322257234,550.3119818213733,7508.825249877357,307.8394806210324,4380.2531345110865,351.85692255087224,4950.39499038227,268.09972278704356,5620.83613156861,66.22924384110438,1525.25918981398,171.47733832357127,2932.760997456863,383.5681005147445,6731.1208808369765,114.11563928852367,1959.7390318717103,128.04366988976983,2669.0512197392213,163.5824417104803,4771.123297908569,237.08384038022004,3195.253131855662,181.56499362693947,4070.524941470387,213.1752263370868,5738.180345906071,3147.9457110756543,935.5477697232797,25051.937907288393,10098.402946248701,675.5217714184591,4390.933948700934 -4520,468.97372416590247,4497.849086440217,115.67961337057497,1802.096516132645,258.943588618243,3207.643242320019,229.2808654888262,3780.000091386487,62.280595884890495,1382.4395467337338,523.6901642721723,7671.752170004622,292.94747979559156,4475.296117778722,334.8411132185589,5057.808944277335,255.60117785806892,5742.797355725675,63.92338774455829,1558.3543510306108,164.82124989682822,2996.3962134705553,368.7239563695764,6877.173127043799,114.74212727443783,2002.2615615738443,122.47465440358228,2726.9644458994826,155.7409786377054,4874.647404357628,225.70195114087133,3264.5839172283468,175.24357542566156,4158.84742467451,205.7532573280297,5862.687711543399,2974.4037940073085,895.0252086215945,24170.190413267796,9790.45375478649,638.8729648464971,4273.484284986511 -4521,441.2253585511027,4590.9017552503165,109.14451953405408,1839.378756389452,238.9345477416536,3274.0037978994383,214.54401198589972,3858.201713950109,56.34791053914683,1411.039814732945,473.6596673354932,7830.4673692363485,264.9608781933052,4567.88220492207,302.84561817583165,5162.446207900843,231.76723523482912,5861.605837316769,58.55738417241092,1590.5939901399774,150.62465353750716,3058.386435711778,336.9880490369761,7019.44986889131,107.80114616037386,2043.684868221018,111.684685417031,2783.380593832545,140.935914678599,4975.49537452434,204.22880485282354,3332.1224762628044,160.53287743375122,4244.8867391563235,188.4814456678732,5983.97651591968,2667.1619080222704,811.0828399373048,22132.67264867793,9013.079290280639,572.9880525577992,3943.998789731534 -4522,424.3809169044481,4685.059107635361,105.3029846008063,1877.1035962941307,229.11579213693375,3341.152159102385,205.47469782583846,3937.331714485957,55.30294070508209,1439.9796135237152,464.9933536770971,7991.066770994746,260.11302173437457,4661.567436571897,297.2723885317499,5268.325682714316,227.1058575331113,5981.82476505472,56.48252900619515,1623.2163651798846,146.22668470424574,3121.112580750195,327.0872913686038,7163.415662561037,103.61107032334776,2085.5999355781014,109.29450837870588,2840.466491411483,138.29760697364551,5077.540570924694,200.41980137022975,3400.4628257004274,154.84473963869192,4331.947477512627,181.80301037219186,6106.705211829785,2634.7345484741004,793.6270301501523,21481.321195600707,8706.758188137032,565.6063630112327,3799.6063297307774 -4523,395.692126356664,4628.850613342074,96.826044394669,1854.583247168064,204.16417725306286,3301.0670443251042,186.80871624213032,3890.0939994176915,49.74323802850972,1422.703612510774,417.83987854818935,7895.194804243522,233.7357997718126,4605.640781083323,267.13508801017224,5205.119510226667,205.62552464386405,5910.0584638308865,53.05189248900663,1603.742000886318,136.01522871748477,3083.6673672206803,304.3320604380227,7077.473351239221,97.35151457206571,2060.5781739772774,100.47945054065316,2806.388299246825,124.47954664693026,5016.623322359008,180.3458784368742,3359.6661375601607,145.43977800461246,4279.975402139713,170.76065697032422,6033.440670835944,2274.1812996360873,698.3379127927287,19753.62738649986,8202.88267687582,486.59590118825605,3601.062627787277 -4524,361.6720584896892,4587.8476526897075,89.2058496979592,1838.1551076011951,187.24478335521644,3271.8257631873753,170.47748679332744,3855.6350409167676,46.16687100868434,1410.1011189078015,387.8638868730567,7825.258142004292,216.9675046715825,4564.84341614323,247.95623870765223,5159.011884749726,190.54077562749993,5857.706397435148,48.758811847534034,1589.5358456975225,125.3811842622548,3056.3518406926282,280.51413510172944,7014.780171964311,89.12398106033262,2042.3253045618799,92.89949853877819,2781.528946759276,115.51622606010069,4972.185420625577,167.36766286068956,3329.905778034536,133.67045807731563,4242.062823474677,156.94231352637732,5979.995668806368,2118.368419278446,647.034077295073,18202.653452919643,7537.299177993454,453.66367549354675,3303.4009760744184 -4525,363.3240722277291,4508.31101518335,89.40702967932148,1806.2881652915428,181.18118517153678,3215.1041718420233,169.2621135914836,3788.7923142568225,43.502821689461506,1385.6550801479646,365.31314399993875,7689.596549172327,204.35282572037556,4485.705588658873,233.55879706379855,5069.57333115526,180.12742103299692,5756.155015257422,47.01950594284803,1561.9790596110258,120.17192719573717,3003.365785608052,268.90762797697255,6893.169327411263,89.42539601661717,2006.9187915919542,88.41583528104685,2733.307323832863,108.88582401103558,4885.985760272242,157.74077484720155,3272.177289896403,128.90221602615668,4168.520840694997,151.3439266447389,5876.324234224054,1965.2430841943226,610.4525777650235,17467.68924662012,7300.724170890255,420.68746744635047,3214.396024371806 -4526,326.2736871877835,4456.196315257198,79.97719695816518,1785.4080251687126,166.17939861000323,3177.9385484893824,152.24585239606893,3744.995031000407,41.05950112905423,1369.6373301613608,344.7509264767929,7600.707159029623,192.85050963088773,4433.852200566812,220.3989280785802,5010.970610088104,170.15917000323734,5689.615619386494,44.422193679171514,1543.92305821529,113.76471514786012,2968.6477934024792,254.55509077913504,6813.486392975654,80.74382938628047,1983.7194226380986,83.73513447972374,2701.711125055146,102.779620697955,4829.505255515034,148.88948939791518,3234.3519187110955,121.78178164926719,4120.334011521701,142.98383376785637,5808.395718843465,1837.5538030900445,568.2377380572924,16406.461860794578,6883.635345605016,392.9635005953241,3025.8129786565137 -4527,328.17602681603717,4377.049559026712,80.83699070079597,1753.6972916769755,170.37558095256227,3121.4950011636997,154.39082561165773,3678.479961233813,42.22624781727008,1345.3111236333168,354.59484095887063,7465.71056683835,198.35710520129692,4355.1022994283085,226.67512007983808,4921.970476050724,174.84960194387372,5588.562032736607,45.35174630080521,1516.5013529576438,116.30892067242073,2915.9214710826705,260.2371664074043,6692.471673588576,81.09408473529066,1948.486469135655,85.99250477226636,2653.7258800856166,105.69026007749711,4743.72813796225,153.1116244582283,3176.906410308027,124.33011537670254,4047.1525247722175,145.9758291314817,5705.232472090731,1902.3284314254734,585.3201140364955,16794.767603901626,7019.069952816247,406.8971631148936,3079.13598564325 -4528,347.95074785627304,4334.162158550805,85.22905818633822,1736.5141373518072,177.32642146521687,3090.9098308581983,162.2214621432436,3642.437316271137,44.086015968425365,1332.1294367125079,370.19514320231247,7392.559711542023,207.08377134485016,4312.429943561572,236.64783526573444,4873.743807357505,182.65607381790696,5533.803937186114,47.370583995514444,1501.6423023644372,121.61875855596256,2887.350560426948,272.1090782010236,6626.89720179697,85.5001102179638,1929.3947228812922,89.99322315528985,2627.7240258599086,110.34875209614134,4697.247931225258,159.8582470595446,3145.7783054839965,129.86468336985564,4007.4975360003787,152.47395831954867,5649.331211083963,1983.34138811567,610.5735324901648,17561.04259933086,7348.820349066686,423.5776890897955,3225.335721393648 -4529,378.0949637831928,4294.913685700889,93.366152060345,1720.788946304471,197.3677972695632,3062.9197635418113,178.8531689699441,3609.4528323304194,48.05890686748489,1320.0661949331864,403.57466513726797,7325.615589814272,225.75597008896258,4273.37826912823,257.96953760491414,4829.60909469496,199.00795662875686,5483.691978832893,51.47204125200778,1488.0440185488771,132.20969694675358,2861.2038460370563,295.8011964137796,6566.88661950005,92.86841788521528,1911.9228808902449,97.9937363589124,2603.928387553538,120.2891073472158,4654.711496003449,174.2607278529125,3117.2913707782764,141.1086749579673,3971.207209869525,165.67551443368035,5598.173083042777,2174.0619759169867,670.6796576383979,19175.741998531146,7991.8315435085615,465.3734014438136,3505.5207372781015 -4530,391.52303626892154,4210.048605625059,96.90658869505228,1686.7871240541365,207.12343761342763,3002.398190811672,186.02611929596807,3538.1320733904963,50.457651919783316,1293.9824289866494,423.64327829762306,7180.865543799581,236.98216842035455,4188.938716777903,270.7833352779371,4734.178733912435,209.1360114126908,5375.337307947606,54.3846584370291,1458.6411052351718,139.47259112417314,2804.6680664437163,312.06521142122494,6437.128631424949,96.37324699110583,1874.144359537008,103.27154920206294,2552.4762263943567,126.30873106190283,4562.73701345369,182.9722640266061,3055.6954456537374,149.0935059777034,3892.738387786948,175.05049430118208,5487.556329892999,2267.0263175685445,701.1824772901681,20189.544382736312,8438.851479939745,485.3391854223895,3701.3212707927537 -4531,404.35168855587455,4008.867686385032,98.4246346597599,1606.1825002200915,203.0784663118875,2858.9259213597115,187.16489416255735,3369.0592835974567,49.81793246253511,1232.148327072444,417.9644624677674,6837.721493369751,233.8054908749751,3988.766552362618,267.1728236543535,4507.951790056595,207.5633171978608,5118.472031049559,55.37050631392404,1388.9386419428429,141.23424579177015,2670.644506949318,316.0570561712318,6129.524711221728,99.4972928142164,1784.5867034718497,103.64076583623815,2430.503878408105,124.77181625781132,4344.702564779949,180.70892628961118,2909.676319448681,151.7961710408136,3706.720419688062,178.2236898882435,5225.328567164973,2168.4613915748323,681.5339701752587,20288.749823941405,8627.163978456818,462.2729873622544,3801.660566445365 -4532,392.1232138795137,3794.7555672097956,95.18529632359316,1520.39689545387,195.36951645157214,2706.2317604458285,181.45408389015014,3189.1190911865333,46.47137882939583,1166.3397471725175,389.640879788655,6472.521353627637,217.96153822759294,3775.7280272144385,249.10157275070603,4267.1837761391325,194.3989076529186,4845.096360101576,53.34002202586232,1314.755950146665,134.76366247908194,2528.006385744012,301.66207197776816,5802.149095929192,96.53196213756698,1689.2725971395291,97.73785498393326,2300.6915780827585,116.44183585291393,4112.653630740429,168.61490444167072,2754.271598812231,146.22967434781162,3508.7458726744626,171.68807325460153,4946.245728711037,1979.1353097525011,634.8819523225217,19328.346874806157,8307.888600962351,421.7995767148628,3676.3196118411242 -4533,339.53889857908916,3555.885719132791,81.630499501246,1424.6919234203613,160.0374022791945,2535.881613241441,153.97877925094727,2988.372460917716,37.567987561989135,1092.9217382180905,314.8031505992776,6065.093216285709,176.09799818932905,3538.055912563862,201.27832242967477,3998.575819112672,157.7538413412336,4540.110331105015,44.311269871177274,1231.9955329056702,111.18716356662827,2368.8750555159686,248.9380702285012,5436.919123005324,84.03041172420585,1582.9373453709777,79.85812251644477,2155.869115082129,94.17206079594581,3853.7729385406324,136.34448474539133,2580.8974705663804,121.47768818052899,3287.8795800497637,142.62679801591463,4634.892613907526,1556.824414313126,510.0090312424654,15915.307941568555,6929.247120363755,331.2121819022456,3083.5744492327 -4534,266.9825198569644,3367.571020665851,66.1970930182599,1349.2422461364072,130.34336513665016,2401.5848953306404,123.02009509131729,2830.1124651431974,31.77081939201263,1035.0421425738589,266.65304713762293,5743.894423519873,149.16327146863046,3350.6854555357527,170.38002574157804,3786.816876573585,132.0964911515497,4299.672483676894,34.10865086864751,1166.750785009686,88.24952862967505,2243.422769638193,197.40452717601616,5148.987545303331,65.26550569773866,1499.1072134627193,66.12738878627083,2041.6973237457387,79.55065167867302,3649.6825525711074,115.22653946225736,2444.216776266023,93.50758997713206,3113.758109165238,109.78714155972096,4389.435230303109,1407.4049847659694,439.7983348717381,12842.83824717404,5398.300679299609,300.469509310318,2371.9777838740133 -4535,258.48979995689183,3222.0137706537266,55.69801719822661,1290.9236569388538,181.64468054992236,2297.7806723789104,151.29992996259296,2707.785902429807,41.39014097291437,990.3042923562502,384.79915561259276,5495.624833504748,215.25312208383343,3205.858053954487,245.81992700396722,3623.1384723258348,185.0209550565977,4113.82681068703,46.4996997270588,1116.3200636757326,105.51853886865402,2146.454822426629,236.99345689306392,4926.4317438542375,55.69473761459859,1434.3109783942077,64.95910337533697,1953.4485990780752,95.79838871289958,3491.9315348466343,171.6189670833208,2338.5698663111925,127.47718673723038,2979.171469479929,149.67080158282292,4199.709722716657,2070.98651052518,638.4396642412192,15942.948017743995,6329.1270938401885,486.6893209077441,2754.112427560468 -4536,266.47887293648904,3047.0851388631368,57.11339506341858,1220.83720631248,185.85762668087781,2173.030234365558,152.67594661180485,2560.775580063062,42.82971580147308,936.538980582589,403.886326784897,5197.257973091136,225.93031075917312,3031.806543622388,258.0448675579107,3426.432095238187,192.51085221878958,3890.480125464477,47.79705147681196,1055.7131404037814,108.69681526679962,2029.920123317872,244.11449097805678,4658.967348633076,57.67618444263367,1356.439785136764,64.98728344279425,1847.3925375483811,97.93534865539378,3302.3486065361817,180.0349176746566,2211.604913278878,131.0338280110001,2817.427161068749,153.84664954442687,3971.700307485819,2153.777409960148,670.0683145668113,16365.480854334533,6441.313950874365,518.1328638904772,2798.718578036496 -4537,268.17418871197924,2968.9131015802063,57.374192156653294,1189.5170011790408,196.82233676926748,2117.281808326784,156.58806410811485,2495.0796657727924,45.59490478573331,912.5123594773006,427.94307000055323,5063.923909378997,239.38743250387998,2954.0264740273824,273.4690834432784,3338.528027813171,203.36042831799418,3790.6710477536462,49.33926370391325,1028.6291426778384,112.66330886324133,1977.843143407629,252.98863978445803,4539.442966254584,57.09762366552749,1321.6407373177972,68.48121821187553,1799.998247024776,104.6813170296015,3217.6278630627335,190.63389875137153,2154.8668656506943,135.26174512049985,2745.1469289649685,158.8106416045038,3869.80755084652,2357.778087141327,717.2601075350932,17004.383303103434,6572.049628644499,562.2043661775285,2839.538535204312 -4538,297.0635516056848,2946.819587660024,65.46203857736862,1180.665071356691,236.26111754548344,2101.5258082335786,185.35288299734214,2476.512238757709,54.39959486307128,905.721792078841,505.3416565256704,5026.240127619585,282.6834926729423,2932.0437406864257,323.00282253159463,3313.6839812103417,240.15635887592896,3762.4623260110657,57.58190509520702,1020.9744786627947,131.5949066418715,1963.1247924402142,295.49198588041367,4505.662170746814,63.583904244712215,1311.805593267313,81.68162783366225,1786.6033496443915,125.99387004564309,3193.6835091694834,225.0236349146672,2138.8311719596077,157.85863804698334,2724.7185971772337,185.34162463097695,3841.009925564881,2896.5669151247102,859.8251400941913,19990.25154901363,7604.613045020166,678.7032097595915,3271.776523809907 -4539,451.9570977642733,3009.461189188281,103.49114619142537,1205.7628924951018,314.0446803125783,2146.1986965338933,267.70688165357325,2529.156348186647,71.00923233963836,924.9750452581147,648.4998654283319,5133.084717827327,362.76488310419273,2994.371246732815,414.4133843872322,3384.1241508124363,313.86855558435394,3842.442337945972,77.14409075742685,1042.677699562619,174.59589900758098,2004.8556406785115,392.17461346132376,4601.440648500514,100.0994364692279,1339.691115543633,113.68759738741475,1824.5818182232372,166.7962421847233,3261.572785671687,289.0421673751306,2184.29707376478,211.48763800372996,2782.638918243288,248.3073647532227,3922.6596520126323,3692.0303108312182,1110.9102266217637,27015.74117134227,10495.102398428216,852.8898397384402,4559.8471904308835 -4540,587.0875121369903,3190.5630052622078,129.84480349227195,1278.322675080074,422.3962166576508,2275.3515438921336,363.9476707121152,2681.3546252194355,93.69698342961486,980.6377203978097,847.5936782643789,5441.980864353339,474.13613788854457,3174.564987968311,541.5342558708865,3587.7722429471855,414.41761250498365,4073.6708675117757,106.47228519503561,1105.4234248269831,238.33556393245578,2125.502817919852,535.5413555253706,4878.343790163755,126.75443745592412,1420.3103622296144,155.23013665979934,1934.3805695887006,221.78635770225935,3457.846044441227,378.23815735586726,2315.7425857803255,291.88978556455106,2950.0911397181135,342.7074231669213,4158.715458072393,4700.60664396755,1425.2376268224539,36464.81336174202,14584.052878648161,1064.4614234120857,6373.066949548907 -4541,550.5484308375986,3672.0066145074784,118.54063552773917,1471.2166193324122,453.13482651033115,2618.69328570588,387.3553794384803,3085.960660675568,98.98423471184348,1128.612157101208,894.8702912320508,6263.154715005021,500.5822420299108,3653.5945583201205,571.7938175309855,4129.153188863513,438.3326621145431,4688.372035329962,117.00443338560382,1272.2275413779535,258.73941230404967,2446.2329669351134,581.6269052933594,5614.466987731727,117.2076634449012,1634.6296989462035,164.32151298501387,2226.271111020015,234.41734555194154,3979.621629848748,399.6049320910623,2665.1791794919204,320.763275705649,3395.248475136932,376.6077509394492,4786.249525463088,4877.8152679743625,1484.4196973145781,38997.84186826486,15851.538056532887,1094.9097314675578,6947.915357356107 -4542,561.3683860424023,4103.544884673339,113.26053348786986,1644.1156202322597,405.0870493634186,2926.445010918947,348.628076283579,3448.6261635225587,88.6251882743434,1261.2479034638113,820.1855118056399,6999.207569816379,458.8042606877104,4082.96902332128,524.2218065477429,4614.415829004756,398.2641793164676,5239.354691523151,108.24051305647892,1421.7411262104379,237.57472627841145,2733.7169651401305,534.1857904826911,6274.2853448710575,120.6829023258757,1826.7331853228482,141.72766969258717,2487.9049491438786,205.91106427384796,4447.311156135159,366.2122485576117,2978.39397824965,296.7373160778721,3794.261823303352,348.39890253037396,5348.734852325047,4238.087320000794,1345.1350244024588,35399.73476443914,14552.685908889758,991.6276908170976,6425.1957832370235 -4543,508.3435407333617,4379.388871894546,104.55439904613485,1754.634554686083,372.59533607583,3123.1632832620926,316.7907543621585,3680.445923782635,81.82807688860714,1346.030124773312,761.8740964528268,7469.700613686349,426.18538919398765,4357.429882589613,486.9130080133701,4924.601021744678,368.9178129855471,5591.548838094775,101.07505337542091,1517.3118466660703,221.82140489792693,2917.479884467511,498.76650270115096,6696.048463134254,109.12193502312842,1949.5278371641823,129.84543934051212,2655.144163112864,189.15648288939047,4746.263422090289,340.23846298565184,3178.604307017972,277.0934765008008,4049.315524265738,325.33509565703037,5708.281631931387,3894.1745106870244,1240.0201105220135,32854.82874175646,13561.60760252722,914.2712337411468,5976.925852090635 -4544,506.21167269432016,4460.160151300091,104.70410612154306,1786.9961654077777,349.059968495843,3180.765360072497,306.12317485712504,3748.3262456135312,75.71157389798172,1370.855637756203,693.8129526680999,7607.468072341561,388.11260894337596,4437.796161271885,443.4385018815033,5015.4279240188525,339.4109430642646,5694.676595579377,93.25697307159446,1545.296394898114,203.82002880641713,2971.2884385378507,458.354881567128,6819.5470646856875,109.71057802056387,1985.4839630645422,124.17471566969033,2704.11432706362,177.34553943106314,4833.801154000387,309.90867276489575,3237.2289106126627,255.6605019081155,4123.999094320613,300.17066765467774,5813.56235125212,3605.7200779759805,1142.5212298083181,30569.684833071617,12639.76963813472,831.5599316673618,5591.240667634526 -4545,473.2705318690905,4578.490401218372,98.73902411742381,1834.406055564766,320.48707535591547,3265.1526347938047,281.1698834880682,3847.7711907214807,69.59179605896742,1407.225114347821,643.1057056128633,7809.297954612297,359.74743952521635,4555.533083498012,411.0107478606569,5148.489701973907,313.86332361006527,5845.759176002475,87.32713904571284,1586.2938708638173,190.32323133861163,3050.118187153267,428.0442330407746,7000.4730137816005,103.06669011540113,2038.1598324477714,113.19185471435078,2775.855814650287,161.8848144672375,4962.04428411342,287.3240081777732,3323.1141911947566,239.40408382638287,4233.410825500598,281.0840280179418,5967.799029443743,3271.4614917892427,1050.6900266646094,28396.309674397417,11822.79595240636,762.4203441315235,5233.592949623691 -4546,457.8191954043453,4666.409583854809,95.21558040010389,1869.6315266033569,306.49770681138955,3327.8522422360065,271.5060065688043,3921.6586226947443,65.88679039425865,1434.247576119501,596.84061926691,7959.257227859044,333.86717410833796,4643.011424627179,381.42229283168956,5247.354385907548,294.0529300678489,5958.013286769383,81.5972403446495,1616.7549286199771,177.84134757446458,3108.6885617657563,399.97153481251644,7134.900698783699,99.05338535768459,2077.297917460146,110.7762963872099,2829.1596228827366,155.78593127405256,5057.328720561942,266.71159317590934,3386.926814547563,223.69578095586323,4314.70356326482,262.6409297482669,6082.396629706834,3128.1762948336786,984.5735484175015,26801.061603025304,11146.92831291051,706.5777298669362,4937.193601167392 -4547,431.2149844484001,4595.385443499623,87.28798322673,1841.1751792614107,284.5991527992243,3277.201342333936,253.14400010592314,3861.9698132496655,61.60741946570633,1412.417901865693,569.6986188913238,7838.11496798748,318.6841877757809,4572.343411207524,364.07524948210875,5167.488093054139,279.3437169625126,5867.330554293077,78.60368814598611,1592.1474382343201,171.11412184469637,3061.3733981986047,384.85738885470255,7026.30539021841,93.00951407639906,2045.6808259472855,101.74189225988117,2786.09897281934,143.23243535577495,4980.354674795734,254.63888882885828,3335.3767821026063,215.48906962489525,4249.032493042306,253.0054404916933,5989.820745794099,2816.140975037867,920.4372199076979,25402.18325199579,10704.148382815694,659.3262020574539,4754.364724379637 -4548,396.9161558185183,4545.545077279185,80.4013450394316,1821.2062677656024,267.3451181374445,3241.6576611589253,232.99054637174984,3820.0838839427092,57.8707732184301,1397.099181303337,538.7545343669498,7753.104793044485,301.3743504054424,4522.752952931049,344.2769517882864,5111.442848936066,262.80638496586334,5803.6949992003065,75.15745064937258,1574.8794174395073,163.15375510756127,3028.170531283587,366.98885984250114,6950.099892740393,85.14801129504829,2023.493898911695,94.08288804026823,2755.8816613796375,133.78877971623422,4926.339031505004,240.87162398938855,3299.202145100548,206.04133848952608,4202.948581662177,241.9128714731717,5924.856693651868,2631.7395183595477,861.9271489643911,24011.748290919306,10178.46320710144,616.0495352492078,4515.587689296325 -4549,395.74007399951495,4473.611203441713,80.49550710592656,1792.3854289728474,255.95380129785042,3190.357984385803,224.7680459629593,3759.6305329178467,55.76122737630443,1374.98989527983,524.9773913333948,7630.410847093038,293.66754281994474,4451.179767585159,335.47506818062425,5030.553565303025,255.2181941587203,5711.850730412737,72.88613466383813,1549.9567348134813,158.39707237353315,2980.2493176002135,356.27598857349693,6840.113609392069,85.4190228473498,1991.4718306315285,89.50317810000364,2712.269456381036,127.68368542139092,4848.379041152206,234.68724246273462,3246.991818982292,199.81461071006171,4136.436344322396,234.60207836701755,5831.095024443792,2504.3860149272227,836.0915971880356,23250.77691044201,9873.580118085056,599.8049067788924,4384.285956437458 -4550,359.847652022286,4387.251564818213,71.99462474851303,1757.7848007821287,247.27237546839316,3128.77056650756,211.9988161041414,3687.053744409522,54.10909354931184,1348.4467682472493,516.5821060347155,7483.111608661941,288.9712971422525,4365.253150654044,330.1077195951727,4933.442580861306,249.47143419196175,5601.587825900534,72.40875892805728,1520.0360069242151,157.00498847403435,2922.71788664397,353.17223809664137,6708.07045396624,77.1214017796152,1953.0279919068078,84.7509815163972,2659.911171440579,122.4006699182515,4754.784796399436,230.9819501277166,3184.311128294411,198.50590299428808,4056.5856081632123,233.06552631507097,5718.5302001464015,2392.38778743808,809.1583926272156,22699.070281818662,9714.234876037839,581.4744427958457,4309.582102570372 -4551,361.4879000231444,4282.372367041553,72.82840464459552,1715.7641741902103,252.0775814058141,3053.9759160995577,216.38948809459006,3598.913086605888,54.93063537386085,1316.2115491792586,521.0985567562434,7304.224501142682,291.49775829573133,4260.899834741191,332.9478241288624,4815.506444190422,252.29453407575767,5467.679380310797,73.39952410588552,1483.6988708738793,159.10256949458153,2852.8490170909163,357.8945341587826,6547.711049576707,77.46927988573698,1906.339990090565,87.03787340493844,2596.324813171328,124.95609668371155,4641.119553438222,233.04953384107347,3108.188756081947,201.22204865389676,3959.6111269850103,236.2545494532056,5581.826195146449,2435.512321119275,816.8053402558697,23068.341749148945,9880.248694219374,583.8816652028864,4381.080563562986 -4552,382.0972378942565,4271.5205507194,76.73680941296517,1711.4163136879936,262.23815901795615,3046.2369380627906,226.21452627255675,3589.7932015450233,56.86841344087129,1312.8761815959256,537.1339251505623,7285.715110583324,300.4677964579684,4250.10243124364,343.21268835328334,4803.303630667551,260.8895238054318,5453.823917203427,76.33135020997211,1479.939079280783,165.32755894299268,2845.6197079895933,371.9074663056991,6531.11871440581,81.6691472243069,1901.5091977990644,91.07465798919294,2589.7455534595783,129.8559406645911,4629.358647891873,240.2677072244058,3100.312399103937,209.25954020643354,3949.5772091062427,245.69135798478274,5567.681476420422,2514.1108740664536,842.1735377820238,23977.63130558873,10302.698924401466,597.822689512816,4572.792589559625 -4553,412.59486952897026,4232.921888400137,84.19420101624796,1695.9514740377208,283.92727297444145,3018.7102834393104,246.55376146524247,3557.354819489461,61.51762726955403,1301.0126627860045,578.7674351324428,7219.87933759134,323.75720049172025,4211.697309082113,369.77192967493136,4759.899626717295,281.52182773650884,5404.541628793648,82.13429827404806,1466.5659330917476,177.88566552202394,2819.9058871397247,400.1579870497252,6472.101686902124,88.73527998671028,1884.3266253283648,99.17640722515927,2566.343883509995,140.94970072592926,4587.526459779226,258.897816319049,3072.297103389842,225.16810517207333,3913.887717463162,264.3695837236971,5517.370339049592,2734.0230561477715,910.9677962707187,25930.344712236812,11117.48947055367,646.2431640308342,4932.415510018808 -4554,428.14006137421944,4160.663112448912,87.41407419021651,1667.0004608091356,296.0986835372133,2967.1789025672806,259.98558521672373,3496.6284201706085,63.11638080276783,1278.8035162464516,586.4818082403269,7096.631222647487,328.0725501284628,4139.800850736088,374.7346433805823,4678.644992272038,287.6982968968823,5312.282529058248,85.81991857439854,1441.530682744374,184.4305126939892,2771.768228785868,414.9922375533496,6361.618630975911,92.08936620468646,1852.1599236909785,104.50104866608955,2522.5346962437416,146.14785080710487,4509.214349287437,262.50603149546146,3019.850960063217,235.27209530594732,3847.0750657935346,276.2326655913501,5423.1851786142315,2782.6562961525174,923.360595006563,26914.435041193898,11644.108455334703,642.4192909797979,5179.786172923991 -4555,443.1662037327463,3994.6368653885165,88.54534123144396,1600.4808164937874,295.6072457526549,2848.7772045119737,263.63387242495713,3357.0996772092603,62.858282248198655,1227.774403147922,586.2923925855372,6813.448706585931,327.9665927466173,3974.607087086091,374.60912119001284,4491.949302570393,288.36286478842413,5100.3022971127375,86.8634984005403,1384.0081381859438,186.1509235186959,2661.164158158362,418.9041970925965,6107.765906545944,95.02249897153445,1778.251714163991,104.79941156572141,2421.875989355435,145.08743789148917,4329.279585195846,262.49597517349946,2899.347447034034,238.1330303475314,3693.5621717978015,279.5916857573106,5206.779510098348,2699.570601871447,915.3142152262333,27080.401900504905,11818.854986992197,630.3900485977191,5274.194944585639 -4556,426.73961182484624,3848.2998402183475,85.62903860082673,1541.849804609596,274.8283179479873,2744.4168845307167,252.88487641544447,3234.1177901148108,57.42767455304844,1182.7968845921089,529.2227551395328,6563.8490937874985,296.042360436678,3829.0038202700275,338.13500588446135,4327.394045032752,263.0151621336462,4913.461016971629,80.83146885068372,1333.3072508266278,171.87437805424824,2563.676737019145,386.8827882063839,5884.017835489983,92.18898001139024,1713.108354548698,98.79080730597312,2333.1545011310322,133.89716094185502,4170.683468207904,237.10599372259833,2793.1345684592957,221.59644706107846,3558.2545283959303,260.1761045127515,5016.037610421148,2419.9847114648674,827.2190783008899,25152.998942349397,11085.683394008502,555.6145583183546,4968.718079884465 -4557,369.81126267973013,3660.1800918440676,73.26698369888697,1466.4782355227046,222.89795128724126,2610.259195372392,209.5315012908331,3076.0216307327337,46.27176825361387,1124.977207969737,425.3271656315615,6242.98281746845,237.9241195670265,3641.8273358221613,271.7711722506636,4115.854322903997,212.4735604246897,4673.272079379101,65.82871610157973,1268.130046620815,139.7449582494785,2438.3543238223415,314.5787240794295,5596.3843348271685,80.21335026903017,1629.3650065830432,80.6857684245672,2219.1009045053115,108.11438205852741,3966.804363885429,190.6168703073802,2656.5953708888032,180.4669618171746,3384.3133142686274,211.88602859639846,4770.834333055211,1911.3742271118551,664.0688311475127,20487.590095429987,9090.784756270605,439.4040570157041,4089.767442203788 -4558,289.9051588770885,3405.3249349680973,59.544793559476595,1364.3686312433595,184.08790852787345,2428.5091174989243,164.88741391746413,2861.840919515515,40.78699512719585,1046.6460232671368,384.07740779149725,5808.289352831221,214.84938296543368,3388.250065388307,245.3128451921757,3829.2709655769377,187.4447286556381,4347.876208403201,52.113013784272674,1179.831254249686,114.76680570165951,2268.573832665182,258.02322272604863,5206.712960249526,62.33491732047093,1515.9137380822833,66.8509516283151,2064.5868382708345,93.37880453070028,3690.599225589908,171.70250185894966,2471.6189454084024,142.86587716934892,3148.666521219486,167.7386432981628,4438.645287196686,1809.5361306580983,608.2225944323611,16943.47229180185,7178.358613292272,437.2336971944434,3180.375620052968 -4559,271.0640045504404,3190.173117683186,56.191932550105804,1278.166463736755,188.54235660850327,2275.0734953773704,198.05083760786385,2681.026963028906,33.80383608470027,980.5178862287075,304.4735049732855,5441.315852961686,170.31968906732834,3174.1770553509123,198.36329517448723,3587.33381630224,165.89804281902974,4073.173063936154,56.96141491177504,1105.288341814302,129.11142207402187,2125.243080956026,289.993699513882,4877.747655360322,57.51793184898384,1420.1367999562237,55.15696987917172,1934.144187810331,80.29222839510359,3457.4234948094927,153.49062905521757,2315.4596014703716,156.15758742845753,2949.7306378598328,183.3444232797068,4158.207262027019,1787.4067205529411,597.8153548791369,15428.039813869786,6386.4483358435855,500.10225226153057,2951.576270450811 -4560,279.52868829956543,2988.992204746307,57.62016908637362,1197.5618424281133,192.97777964783972,2131.6012304205037,199.63600324780364,2511.9541785330434,34.06258717647594,918.683786251811,306.8250043332584,5098.1718132828155,171.63509626464014,2974.0048972071713,200.44862032852106,3361.1068795342603,170.3136935707968,3816.3077950858888,58.59598663046829,1035.5858807058032,133.12234224181952,1991.2195256606863,298.9798529941362,4570.143744794563,59.56561587548063,1330.579146696974,55.22277130401372,1812.1718436455642,80.90244345591614,3239.3890529669343,160.82551824714008,2169.4404798402043,160.6387046279736,2763.712675589029,188.60569724098931,3895.979507514785,1816.847287476379,611.7642879441321,15701.475790894261,6462.72523995587,523.0250077640803,3002.216351079956 -4561,280.9930804676958,2897.239150694366,57.88771001593343,1160.8003024400307,204.25167094474986,2066.167495731806,204.3730269614961,2434.844754442557,36.67776534968464,890.4829622540922,330.5146134041437,4941.673300771666,184.88684653247955,2882.7119083359116,215.7060189539618,3257.931026247473,180.81258013563328,3699.1586453338978,60.54631133808497,1003.7965146656562,138.1359728512908,1930.0950863004532,310.1969021616611,4429.85410289606,58.961383996166774,1289.7343762845885,58.369552805409135,1756.5436286045922,87.08593686723745,3139.949570187364,170.37704496250868,2102.845194214111,165.9854468308358,2678.87502425468,194.88330040937947,3776.3846762634275,2009.406928224511,660.356985079746,16364.213357907767,6599.6780200279245,572.3015053420999,3050.8018947090645 -4562,310.392884391491,2905.7516478455373,66.08291342907665,1164.2108974077369,244.99297825119862,2072.238187175087,241.18683616772572,2441.9986716574235,44.70609217001462,893.0993267601212,402.9957345129369,4956.192633732066,225.4321216019283,2891.181722400614,262.5576428660888,3267.5032869885295,215.90744975715106,3710.0272950353174,70.69867874269409,1006.7458103664959,161.4508591798266,1935.7659778178775,362.54138853611397,4442.869638883819,65.62103827306643,1293.5237977416537,69.82278475510739,1761.7046014676096,106.11964520544785,3149.1751847744913,201.3060655632101,2109.0236499072876,193.81778215899743,2686.7459368118457,227.5612096503061,3787.480226933007,2516.6350946440543,806.7360305443482,19376.56096561452,7667.175162533155,701.1857102446431,3520.7121094824715 -4563,473.1652763927192,2971.4473519344024,104.46626349929329,1190.5323673344044,325.68996746268004,2119.0891101874645,348.85355750634096,2497.209454119702,59.97042712699961,913.2912757645381,540.2704312113572,5068.246451171864,302.2223292114152,2956.5480172258426,350.93997088485895,3341.3777797417392,286.2304666211334,3793.906746851844,94.57123113543885,1029.507175708775,213.8480854361452,1979.531421075324,480.3563440903357,4543.317813564517,103.31112586963414,1322.7688836771113,96.69960356178571,1801.5347171197232,142.42057092669026,3220.374415175457,258.9238980435593,2156.7062499407275,259.2634912093155,2747.4901735595467,304.4009327758913,3873.1108004940706,3254.3741719718305,1063.1749759232114,26659.90749694724,10756.969012309642,889.5013074801742,4940.767115347727 -4564,614.774082776162,3155.3433476173063,131.03263070935432,1264.2116586538887,438.15112422497594,2250.234628079624,476.7886864436551,2651.7559644912044,80.29952423279937,969.812757929078,723.1751538770523,5381.908487585817,404.5375552804303,3139.521927585761,469.024197042939,3548.1679129602608,381.0073790484745,4028.7028499314483,130.2854241851086,1093.2209908017503,291.3162610458304,2102.0400367596167,654.6136204106051,4824.493232164956,130.85974809968224,1404.6319867752732,131.69317389564867,1913.0275289800372,190.74914282514115,3419.6759303663325,339.0776292499236,2290.179805502868,357.1726149947524,2917.525978086526,419.355909539262,4112.80865904216,4206.25180469133,1390.695205101583,36055.25325096346,14962.860173258643,1125.7383078414944,6868.815455589373 -4565,575.0439175100455,3629.639059934834,119.66522826118201,1454.241745114734,470.15377844977866,2588.4788437566676,508.8890405139327,3050.3548951021467,84.86429632569798,1115.5902477809957,764.1983358235303,6190.8905343969245,427.4855474030606,3611.43944176222,495.7390340988631,4081.5110843049815,403.3256840183408,4634.277672515111,143.01263988039116,1257.5486000124347,315.8860381142674,2418.008369431787,710.1161298794011,5549.687355919724,120.97007865153164,1615.769367185756,139.33326002735515,2200.5844299511427,201.61085567812876,3933.7048180666134,358.2387674564119,2634.428384031236,392.0638005584394,3356.074151624079,460.32160579561736,4731.02585370629,4391.012815385615,1458.7690783337155,38406.34167347063,16207.128476533864,1164.8796880134114,7449.121015398229 -4566,588.9154844256852,4047.0114882662997,114.25162116579769,1621.4650966703625,420.7252927299058,2886.1281920427587,458.99504252736875,3401.115400160303,72.75439870039398,1243.8720419348242,654.9362757198576,6902.781434072751,366.3653520502792,4026.7190948325706,426.8090217784495,4550.8443057048935,358.47818815944447,5167.173559351487,132.29045042634795,1402.1541941955236,290.0635655368157,2696.055306940133,652.2295180586156,6187.846260971355,124.66817201532172,1801.566790364804,119.9854542459405,2453.6297747115696,172.88619652607923,4386.041787430483,327.6140971560789,2937.3614729010137,362.6693194050559,3741.9893336005907,425.80958314322834,5275.046820103921,3662.402580289429,1268.564223007222,34436.75043762895,14788.491239340403,1020.1049770976557,6897.158875077395 -4567,533.1618762694677,4279.838110384208,105.47290693422973,1714.7488055094436,387.08867055153667,3052.1686097437837,416.8979906618456,3596.7832929618016,66.43018198832763,1315.4326309547123,598.0095087210655,7299.9019485988565,334.521040159518,4258.3782852711865,390.0369245404201,4812.656685173995,330.00444000909164,5464.4436731648175,123.50793661170144,1482.8208356591124,270.7595993760775,2851.1607352241626,608.8267279039419,6543.836192629314,112.71589094667658,1905.2118409253424,109.90343515641331,2594.7883392548956,157.85714312728456,4638.372994494316,304.2200627012292,3106.349367217025,338.592386432508,3957.26787656235,397.54088699538124,5578.522937283106,3351.24107780892,1163.1520362678011,31709.71068502286,13688.271959022315,937.6605247898719,6381.53492119186 -4568,531.3053518968348,4377.309488281493,105.61941344400249,1753.801434256124,362.49023849326886,3121.680369836938,402.8570868934133,3678.6984062256183,63.22921386484801,1345.3910143709243,569.1284423710474,7466.153914933427,318.3652362543488,4355.360925354271,370.19361886036893,4922.262765205928,308.0452317534716,5588.89390715221,113.91584742875993,1516.5914097553186,248.6979312305771,2916.094631857927,559.2983011761139,6692.86910321584,113.32944791005026,1948.6021791885214,105.02699532913995,2653.8834704855203,150.26449276797658,4744.009842270862,277.4722141545506,3177.0950695645893,312.296032882886,4047.392863229794,366.66637199223703,5705.571274931509,3160.2282123652426,1094.489827469664,29948.239152335223,12909.179796898095,864.7289276341704,6006.446808231045 -4569,496.9859245977223,4504.477137464697,99.59706736657922,1804.752093816648,332.9676663475464,3212.370040100433,370.0639486310648,3785.5703168424225,57.20157062782627,1384.476715984617,514.8062509753923,7683.057299156964,287.9779000926173,4481.890934645236,335.34591410988594,5065.2621547142535,282.53298066872895,5751.259968224557,106.64031818232463,1560.6507491432083,232.1516931883023,3000.81171666125,522.1383285693477,6887.3073608773975,106.47026294252873,2005.2121033860349,95.64519742623844,2730.982913202855,135.9538432389816,4881.830707110011,257.0576169165806,3269.3946230482275,292.3504417112443,4164.975921296788,343.2482789584109,5871.326995019994,2835.9171898748764,995.2214323699027,27617.22220465433,12011.54251073341,785.7387166542195,5603.776869139294 -4570,480.73185934033677,4602.728284216877,96.03807642375516,1844.1171427245633,318.2095504465855,3282.4378927280213,357.35125868635885,3868.140749190121,56.14449526126875,1414.6747658017248,505.34717175407707,7850.639277523881,282.686577841182,4579.649433691574,328.0473241767679,5175.745080948219,269.72073527898357,5876.705801315413,99.61941061662674,1594.6914870809467,216.85893466607314,3066.265083023609,487.7436506936741,7037.532531433331,102.32826946923628,2048.9495633900874,93.65785076016452,2790.550804168734,133.43003062089315,4988.312647318842,239.0337034376021,3340.706289440811,273.1028863491504,4255.821905852712,320.6497488740236,5999.391716543351,2793.7989607589852,962.8628342542661,26421.084039082925,11427.854176763833,746.5882297146497,5300.114713983614 -4571,453.36902770469317,4559.191073210314,88.01509553674181,1826.6736370023307,295.7887921613105,3251.389309729611,334.2295924673666,3831.5520023422873,50.48730952200837,1401.2933559115145,454.2395482104787,7776.380073491784,254.09744148371962,4536.33052555302,295.92677396396766,5126.787703542708,251.04201175573522,5821.118035821475,95.93832162426787,1579.6072988612145,208.58588097918832,3037.2612788278616,469.1565303189672,6970.964504848487,96.1162005784505,2029.5685476153756,85.77623004303167,2764.154981586237,120.02490221641695,4941.128193472687,227.78677700726948,3309.1065456251526,263.01131862656945,4215.566082593097,308.80125214355,5942.643464866223,2424.8803178486287,868.4507738163106,24717.544304383508,10890.875995861448,676.218360653969,5093.9603822878225 -4572,417.27977164478574,4511.884963647221,81.06933617722359,1807.7200941872895,277.9245831328913,3217.6529349103753,307.52232514173886,3791.795866679418,46.85951200568578,1386.753553573705,421.6300764586329,7695.692451092616,235.85600175676706,4489.2616167465485,274.99542654114686,5073.592218441065,234.7742944196366,5760.718187874685,91.70227894435136,1563.2173132811688,198.8086048275869,3005.746693779598,447.20906810219884,6898.633864317865,87.99260134794262,2008.5097697450076,79.35769502386692,2735.4741440629673,111.39411027527537,4889.859109125863,215.3502191635847,3274.771297488017,251.39836613646202,4171.82542163563,295.16649950721825,5880.9826705873365,2262.8044195410175,811.0467862325022,23128.639204261457,10266.146008245725,631.6484348027723,4802.828146162627 -4573,416.41475168897813,4436.70204345963,81.1553254771028,1777.597500934618,266.2152261820401,3164.0361991678074,296.7921197227278,3728.612011525949,44.15013955412653,1363.6456546405034,397.1735535948126,7567.456772213283,222.1752469396956,4414.45567631312,259.6171112447767,4989.049398334433,225.502391646676,5664.725577417683,88.94293148866637,1537.1689447063468,193.04232724488617,2955.661016595161,434.2214155759061,6783.679816640823,88.28166030504038,1975.0413566690077,75.39668818721324,2689.892101101912,104.96980759765204,4808.377890058434,209.6141484048965,3220.202780986516,243.83371834419754,4102.30901768506,286.2848562286151,5782.986056243259,2103.7418832578505,769.5449496007303,22270.946346053002,9931.654833282835,603.7923265247072,4667.015623581272 -4574,378.5054878911962,4361.973990013182,72.58363496520116,1747.6571534073516,257.34781191661654,3110.7438518607664,280.24402950885343,3665.8104271623733,41.669052810892325,1340.677561592152,374.8331477749422,7439.996936373896,209.67822860894756,4340.10232184281,245.6797101910871,4905.018073617619,217.4412375517061,5569.313735116314,88.3369429409159,1511.2781722517097,191.28754477140572,2905.878364468836,430.30829138783423,6669.421256355303,79.70861440135774,1941.7754319766614,71.3651724651022,2644.58583560846,99.0751819634669,4727.389643284301,206.06186986676857,3165.964411321665,242.1724234172272,4033.213197293126,284.3343319838522,5685.582334546854,1974.1642936424746,731.5664720650627,21427.281778736036,9665.634475203355,578.2333123511756,4554.659456807 -4575,380.04539115424626,4271.585536184668,73.43038805096754,1711.442350595482,262.2784096127152,3046.283282478646,285.9795117979752,3589.847815441562,42.85462335142713,1312.8961552489814,385.5198965575397,7285.82595298257,215.65629796494082,4250.167090860901,252.34108937339803,4803.376706500281,221.34859238348116,5453.906889831217,89.52817452020368,1479.9615945721164,193.79471288110528,2845.6630002829356,435.9538693292562,6531.218076631355,80.06108765981296,1901.5381267152345,73.31184690996201,2589.7849529702958,101.88947193033401,4629.429077384616,208.01820630828195,3100.3595662055204,245.43814021478715,3949.6372966346767,288.16860589076566,5567.76618123851,2038.808276304254,748.4852111573301,21839.107980690955,9843.563463724411,586.8343650446585,4625.739487821409 -4576,401.8326793232564,4241.69431480609,77.36611001892156,1699.4662115845756,272.82801326529363,3024.9663435558305,299.0314616618588,3564.7271816961324,44.741525760394644,1303.7089180296412,402.48654456367814,7234.842018646817,225.1472854095589,4220.425749072779,263.2263761818443,4769.764176613557,229.79224312381118,5415.742152910671,93.0816763620805,1469.605285590262,201.3160081405957,2825.7499394324063,452.886757825473,6485.514652517148,84.40635304660427,1888.2317568382964,76.69594721564505,2571.6624467729157,106.37735497399623,4597.033778674964,214.53794992044803,3078.664218339581,255.17993253875827,3921.998968477904,299.60643177397765,5528.80469255995,2121.3881378021106,778.2241682572255,22760.72929441375,10282.331376672084,604.528986309665,4827.513784326241 -4577,433.70794432604856,4170.020363920248,84.89813934390227,1670.7495128455653,295.34218023365867,2973.8520309608516,325.66093484571513,3504.4922703658963,48.77408167010536,1281.6795208064325,438.7713399359278,7112.591410039484,245.4446674961067,4149.111183381307,286.719733300025,4689.167175047857,248.9589521186384,5324.229750490922,100.15839070185446,1444.7726575780794,216.6090018661341,2778.00188232523,487.29131885276126,6375.925789158623,91.69447323212009,1856.3253958050875,83.52994925185313,2528.2078283527317,115.96333612213326,4519.355485799594,231.25003652649985,3026.6425469029973,274.5804800836373,3855.7270637676147,322.38458978410955,5435.381817976857,2322.9500067409813,847.1888940566596,24690.344240190683,11117.496335450225,656.6256166708804,5211.655411923519 -4578,449.9489232612443,4104.844499431498,88.14773035437432,1644.6363205009845,307.9395510834809,2927.371831809669,343.6080115758779,3449.718361995695,51.20615351807626,1261.647347465304,460.6156021331686,7001.424256536957,257.66414763007003,4084.2621215933696,300.3018714913989,4615.8772393414765,257.2431231540831,5241.014023362255,104.57195015199241,1422.191399279658,224.38135367470784,2734.582748021121,504.9139369729707,6276.272444820068,95.1576341536205,1827.3117215576367,87.97169389687512,2488.692882035969,121.75299209061629,4448.719643522302,234.71362192356955,2979.3372516580152,286.6800881564546,3795.4634864508175,336.5907241164391,5350.428825449972,2417.587280130102,879.0634761155237,25815.07099235046,11700.60015313682,664.3744111906854,5471.34361708932 -4579,466.2899787393846,3965.460433702711,89.26405173762386,1588.7910632620299,307.56235021415654,2827.9700182028273,349.22055820383264,3332.5797539483488,50.54720290473215,1218.8068606137292,454.5457062350666,6763.683952634232,254.26870347762565,3945.5769509155016,296.59476006319716,4459.140550140828,256.76401070919417,5063.050194715642,105.808892057363,1373.8994799381176,226.3872188309726,2641.727278942141,509.4783713481259,6063.155389813055,98.2160938864289,1765.263539917663,88.04286572662006,2404.186847204075,120.21604340024227,4297.658956256917,234.61400005234182,2878.1709006864157,290.0711181024453,3666.584759829154,340.572128030333,5168.749708692442,2315.3245127637224,862.8226267241342,25962.88085389018,11890.297674777494,645.3037675635582,5580.360181870053 -4580,449.1595907449437,3830.5600499200814,86.32386065950381,1534.7422263696308,285.91175816961396,2731.76574453539,335.3083575848237,3219.209239903382,47.143855584558494,1177.3444589575938,423.8269780748465,6533.59123673168,237.08492839265884,3811.3529802515436,276.0217948048964,4307.445739005617,236.772554329763,4890.811074997555,98.38558276445919,1327.1610065070895,208.83829648072518,2551.8587681509284,470.1157695078919,5856.893846495682,95.2881666817021,1705.2113131980484,82.86676734592386,2322.3991875374913,112.14579843743658,4151.457562431743,212.12404343139556,2780.2588509797306,269.720393463485,3541.85178126539,316.6783683117172,4992.914813593539,2108.3592662749743,794.144737965469,24356.335016600347,11240.04988704331,575.5360460024082,5273.724154614735 -4581,389.74153053359447,3653.7469783059496,73.84419156392862,1463.9007609849575,231.9188659068396,2605.671417354265,278.1196396286945,3070.615231074885,38.10570754911321,1122.999953866096,342.4867611299592,6232.010183260973,191.58395628036362,3635.4264789928015,222.9894606493434,4108.620318701692,191.59559113114233,4665.058360620248,80.0981811253804,1265.9011878307272,169.72830332848434,2434.068684914501,382.09840600935297,5586.548158757823,82.92932313730411,1626.5012431016391,67.5818633113537,2215.2006242696384,90.6639867835846,3959.8323291177303,170.56062709431643,2651.92615264901,219.58616620250743,3378.3650627474062,257.815836332931,4762.44913938551,1661.3413863996432,637.8906352477871,19922.1175561675,9254.186751534331,454.1862638552141,4352.371904112344 -4582,305.1430763012754,3356.1343792783123,60.02730567329739,1344.660071144615,191.50161749788637,2393.4288490168215,218.03977389326263,2820.5010920937148,32.239099637874396,1031.5270256741812,289.95683482652487,5724.387526623994,162.19919679031997,3339.306159383648,189.42758652737098,3773.9564301711544,165.43848920496458,4285.0703232538735,63.61442938790323,1162.7883710813983,139.8929505556577,2235.803859290189,314.5282890082868,5131.501017564744,64.42744616217087,1494.0160805670407,56.19213679203292,2034.7634951879195,76.66422232258972,3637.28782940834,153.34904835731123,2435.9159473979703,174.3965776524173,3103.183444327131,204.75879832791352,4374.528225724813,1506.0544903429006,555.4102239309395,16266.679589719304,7237.484563028933,436.92590268672797,3395.3103272365775 -4583,286.49231370407233,3145.5962085669485,61.15154717361192,1260.30639527414,164.8894112014498,2243.28345117129,185.44739620343267,2643.5644521053873,28.8279550548732,966.816919199995,239.458649473321,5365.283288802168,133.9509745728346,3129.823662323144,155.10046453158668,3537.2073035394956,127.18469363142708,4016.257824923153,51.08898022964932,1089.8439329553637,105.193643024566,2095.5466462564286,237.05852185202215,4809.589939178811,64.28102622970678,1400.2929523877735,54.83907464340325,1907.1180150926778,72.70474634751288,3409.112244222442,115.46227296876232,2283.105234353134,140.0585274996919,2908.513478254165,164.4425376487107,4100.103823634161,1517.5372490349594,509.8726737750192,13197.136699292323,5446.42732145139,421.8779429732889,2562.6857853292177 -4584,294.44837532993523,2991.8513635174045,62.50132720713776,1198.7073855447106,164.92181849994654,2133.640240875185,185.46550710523584,2514.35702047112,28.666860427695855,919.5625649924032,238.133860286271,5103.048534819045,133.2098996394413,2976.849719677312,154.27016868471912,3364.321989362903,126.40369464240925,3819.958333179699,51.067045213142826,1036.5764836419175,104.94391236357204,1993.1242521979227,236.5124279156894,4574.515374319844,66.41442214558995,1331.8519292194164,55.04154479489394,1813.905299829648,72.295667421431,3242.487732049831,114.80732135668401,2171.5156859134954,139.9983934727692,2766.356340341535,164.37193436476412,3899.7062566054115,1519.1747958279325,510.927226486339,13189.192942759357,5429.143650609671,424.46025346527375,2561.571446144013 -4585,292.9817757057173,2918.357945666993,62.050391353129214,1169.2617039040829,172.58814506840895,2081.228374538103,188.02575794704404,2452.5930259813167,30.52190775637594,896.9739442297964,253.75193037038952,4977.694554051945,141.94650495027844,2903.7248101333716,164.36767245781556,3281.6790062379373,133.69630091184473,3726.122858137423,52.403048977236665,1011.113471148997,108.0167532471761,1944.1640948583022,243.41094941004076,4462.144561395246,65.09512032015279,1299.1356146515957,57.1050457282444,1769.3475715390525,76.93031525644419,3162.8375500012785,122.08458057165693,2118.173427130313,143.66099779745753,2698.4021013967126,168.67219340865717,3803.911811431632,1640.2337758322028,542.648715094663,13603.801168722877,5498.836856480471,459.1527279552834,2581.4921144722284 -4586,317.79109948944955,2926.7404844939233,68.9452744815602,1172.6202301076182,207.62940537511557,2087.2063861398588,220.09206238414913,2459.637725997458,36.91872255398502,899.5503653043306,307.1516991749639,4991.992223715767,171.81784636588148,2912.065317506637,198.98455405569456,3291.1051294892522,160.81257258590887,3736.825578678823,60.49969921217321,1014.0177406348298,124.60748569591964,1949.7484101871569,280.80546360379725,4474.961392206835,70.83874300831273,1302.8671838881362,66.64482369173547,1774.4297530236033,93.00774765404921,3171.9223192652826,147.51202711146237,2124.2575577700973,165.85766143192032,2706.152850553173,194.73326773627312,3814.8379688966156,2045.1885869677837,657.4904188456062,15962.746316503853,6329.627950380577,556.2008021663207,2949.8141220814696 -4587,488.4686648323073,2983.2738809009634,109.68496384431744,1195.2707536695157,284.5922274795534,2127.5232050160475,320.89675078507514,2507.148489359714,49.770691392045336,916.9262268333179,413.53132626498524,5088.418359459396,231.32563509994722,2968.315245995347,267.88051535847507,3354.6766527891155,219.1305000350975,3809.0067108504877,80.61727544328963,1033.604672649744,164.3261983277437,1987.410068387155,370.4523169115343,4561.400476106538,112.07191148474125,1328.0335788461805,95.4851816363411,1808.7049274559122,125.49924836071384,3233.1916879699593,199.2605179592454,2165.290063118734,221.0092438500356,2758.4253402559343,259.48666997518245,3888.526001117741,2729.062222782592,882.2268299235793,22232.20716837977,8982.610345854806,705.4450502527978,4186.539160947941 -4588,628.0509376709817,3149.495065447721,136.17688686303802,1261.8685011311202,377.4121532414285,2246.063922833642,432.3505042768975,2646.8410581191497,65.1808981271952,968.0152550790899,541.0760297509909,5371.933370465819,302.67297365351715,3133.7029696824993,350.49967030175327,3541.5915487253733,289.0460409572294,4021.2358365360274,114.18065708918553,1091.1947565306843,231.16555383166727,2098.1440032975156,521.2627918061295,4815.551258300761,140.79610068194626,1402.028566703955,123.42460197385422,1909.4818214119184,164.46046108370308,3413.3377200462346,261.31722613539694,2285.9350637280054,313.02199865750475,2912.1184793527254,367.51872747787274,4105.185759440519,3379.2111887306546,1134.4751970686082,29900.812025119616,12499.574563690436,900.3509992121282,5859.076646551824 -4589,602.2946447433851,3651.0827633243625,128.3123849048657,1462.8333235400196,423.473732672171,2603.771431156965,477.7299674105402,3068.376220232073,72.89809867978474,1122.1810922100547,605.247151225445,6227.465967420569,338.5697110645104,3632.77562283136,392.1612750555284,4105.624422195521,322.8013846121703,4661.656724314248,126.69240145264078,1264.9781264009532,253.84711003139773,2432.2938268591774,572.627935688958,5582.474596634258,133.6536374612525,1625.3152417158917,128.82290592789073,2213.5853589747394,183.90908303076208,3956.9449248507003,292.17640013198724,2649.9924387306955,347.3224776281366,3375.90164892404,407.79087588032786,4758.976488317569,3770.1780556060817,1252.5168049996694,32807.66695333907,13769.421878361767,978.7756737974507,6428.455048578558 -4590,629.5698562514996,4060.5275195700415,125.7778498272186,1626.8803946175176,380.2845586191091,2895.767156276827,436.63854650334804,3412.474296063981,63.78541312687587,1248.0262711741987,529.3025478479127,6925.835040472515,296.0869957466776,4040.167354491563,343.18580057109415,4566.043015733935,283.575343849721,5184.430658764857,118.03058091200275,1406.837047218394,235.01365019817638,2705.0594740967804,530.2673455628924,6208.512158265819,140.74465524380287,1807.5835840420525,117.38224962866883,2461.8242997182188,160.97913142133615,4400.6900972438625,255.86073583654033,2947.171543797339,323.576420749822,3754.486665302725,379.9106609306935,5292.6641898978905,3195.7516901328704,1107.0837185074715,29798.223003253457,12704.880084876571,870.3017099224145,6013.827192566855 -4591,568.5022320880037,4299.007480068023,115.91087969442258,1722.429155307707,342.7331443962766,3065.839254966451,394.7027862160752,3612.8932641422684,57.781441413537,1321.3244459595235,479.45625786734314,7332.598166422789,268.20343782791747,4277.451536524741,310.796059519429,4834.21254611545,256.97724943063264,5488.918884185796,110.0094182039721,1489.4623814467077,218.9599603778632,2863.931067360997,494.05195500832747,6573.145996386254,127.04447524450319,1913.745273537213,107.2577720226623,2606.410380940478,145.83162918419356,4659.148239811925,231.79487790772913,3120.2626877332355,301.58670334555416,3974.992456069143,354.0925619067424,5603.509108656028,2905.07375064059,1006.5211509947643,27240.319248706553,11685.129994582321,794.0310045385909,5528.413589922296 -4592,561.3475716711039,4388.291262927889,114.30875624691528,1758.2013635225119,323.5918484556195,3129.5120277152314,377.9695968652587,3687.927508485209,54.12964798627861,1348.7663253857525,448.98252957234746,7484.884968789364,251.15671342284543,4366.287635543259,291.06531079830546,4934.611716218542,241.41844911137906,5602.9152994196,101.44872585695992,1520.396227563422,201.09360078543506,2923.4105171478204,453.80887141543434,6709.66014356291,126.25075433331557,1953.490823700547,102.47200325680068,2660.5415215757366,136.65109848265183,4755.911593140334,217.270938769347,3185.065751595992,278.11788562574816,4057.5469445092676,326.5378530978239,5719.8853868621345,2695.3774704861185,938.8009670903205,25648.615833045962,11027.31516629067,725.7364918074558,5219.089918795051 -4593,521.8489262669848,4489.336582985897,106.98527145870328,1798.6859186395352,289.43189274731725,3201.5725463816434,343.56990386919256,3772.846168874443,48.06835868929425,1379.8231802903956,398.527025491754,7657.23282629326,222.9323667182085,4466.826297442474,258.36891531390904,5048.236676448418,215.19464744101273,5731.928697976472,94.34710048417391,1555.4050531459404,186.27310823789617,2990.725317754072,420.42639013191916,6864.157581418577,117.90896467615072,1998.4721373108705,93.01641096859184,2721.80346921498,121.38692735105333,4865.4217829393165,193.07262781940096,3258.4054569602804,258.64904541606205,4150.976506289261,303.67951275746094,5851.592152658026,2371.6457730419997,838.0697894203491,23341.84883594914,10165.178084918158,645.1217334516414,4827.558798906966 -4594,504.41888458434323,4555.487160119053,103.19533900527337,1825.1896368170108,281.38208788058535,3248.7478623246416,331.5379639022957,3828.439227423791,47.09388374183976,1400.154937116971,390.5350305760839,7770.062497523962,218.46171798578754,4532.645184502365,253.14992374529456,5122.622671679305,210.47415298271463,5816.3889259964135,90.23539093653275,1578.3240167922347,178.93756940761557,3034.7937902686886,403.8032145274356,6965.301253128256,113.32875911576104,2027.91971443589,90.71816080556931,2761.909366156182,118.90781425936238,4937.113992464762,189.09488950689146,3306.4182084052595,247.37694755541938,4212.141332423678,290.44495710476946,5937.815627082554,2324.4901621010936,817.2880285155185,22576.904495492097,9773.379677600482,631.6200862722226,4630.99032570262 -4595,484.7830249712035,4504.607102092087,97.19425417552672,1804.8041651062222,263.68298977283484,3212.462724437052,315.6882036854441,3785.6795393383245,43.639259094743764,1384.5166613534207,361.65735942491136,7683.278973204502,202.30781332374542,4482.020247608217,234.45781867646153,5065.408299291855,196.05758807535406,5751.425905432358,85.81318439236144,1560.6957775420456,169.5869085796044,3000.8982970488782,382.7510877691877,6887.506075691029,108.70585318691766,2005.269958412468,84.76959907064938,2731.0617084028067,110.23328842931595,4881.971559264316,175.39109399598033,3269.4889526765082,235.2536337978923,4165.096090525576,276.21098995840157,5871.496396440382,2086.2125567652342,751.6576974732873,21288.668353418387,9344.069889331577,573.0876079710442,4442.684121452365 -4596,438.37970786913434,4416.427996504019,87.42758943891084,1769.474554013886,236.20494540689518,3149.5777528167064,283.95727167460205,3711.5736676704337,39.01743613545422,1357.414310781442,323.28986499753915,7532.87636261364,180.84538846764556,4394.283286824632,209.5799393310894,4966.251333290871,175.48274051778463,5638.83992829763,81.74050363904006,1530.1446651720416,160.9911986378347,2942.1547658601908,363.3973996405551,6752.680970699129,97.73904199838411,1966.0161661531358,76.10726710398572,2677.600313591939,98.57201244069756,4786.4054253383665,156.86249400032304,3205.4876746420287,224.0885319163815,4083.56302013186,263.1020581476907,5756.560001552308,1842.2761630487087,675.1053277113697,19435.28983154863,8659.968391771965,518.4920705045397,4129.628386403889 -4597,441.5245868383075,4286.011294667545,88.33047032309453,1717.2221374680423,229.05802567586548,3056.571019088672,277.56883701347266,3601.971247627846,37.622934781591134,1317.3299943207462,311.66958086767835,7310.431234711257,174.34510799153134,4264.520516174584,202.06918129956992,4819.598400221097,169.52937702288048,5472.3255175080685,78.94172725050655,1484.9596376515256,155.5213669183071,2855.2732133567465,351.0469999821632,6553.274939071394,98.73587534886083,1907.9598943538801,74.93831408431319,2598.5310290906655,95.06277885235933,4645.063324953404,151.3041299718953,3110.8299262002565,216.4157911801822,3962.9757896259953,254.09350308213772,5586.56932811203,1768.1767513425737,652.3730096465242,18890.204872372444,8424.347315627461,499.29973916741454,4023.2949622687333 -4598,398.38016908777894,4218.6260882415,78.39965745467822,1690.2237559293312,212.5246947989815,3008.5152266708096,258.97876662895277,3545.340604501902,34.818117705084106,1296.6187671457346,288.3424930212168,7195.49571915923,161.29614877518122,4197.4731904598675,186.94249548379435,4743.824070486222,157.2875902744685,5386.288930276816,78.50816704384404,1461.6129162273453,154.36242191962583,2810.3822502544836,348.4569811163577,6450.243529638255,88.65981391799092,1877.9627099102436,68.11351846385696,2557.676598768092,87.9950326052833,4572.033057533561,140.09134463496056,3061.9210684484983,215.22720209786632,3900.669387872548,252.69798216379874,5498.736585380669,1605.3317316825562,605.943683256912,17898.624891075866,8109.957523907917,471.1928777811242,3890.655917653471 -4599,404.26967642040665,4143.50814721603,80.67667091894845,1660.1271970587459,221.43645039461535,2954.9448308490055,267.4916289730928,3482.211357947797,36.51899394452102,1273.530839928281,302.52583593843787,7067.370871928189,169.23018085396043,4122.731903372159,196.11206915849513,4659.354319124463,164.5626024932544,5290.379284399825,79.91852274636403,1435.587060760027,157.2222031098866,2760.3398611643324,354.90522791372,6335.3888345493,90.19097325240688,1844.5232229445066,70.83826551331339,2512.1339514962706,92.27314497538568,4490.622261127694,146.86355460746583,3007.399714473694,219.09363947942728,3831.213065622333,257.2375613385485,5400.824667638891,1713.5596380024124,633.8988198134778,18472.378399849298,8317.011578086993,489.0345618177757,3972.8940429809154 -4600,432.01673883845365,4108.028566619497,86.0129574935981,1645.912040578815,236.92480386030422,2929.642550858351,284.2587273074058,3452.394257524938,39.27538426822922,1262.6259886592507,325.4401672514627,7006.855157816551,182.04824784722,4087.43022333519,210.957658199205,4619.4577070701935,176.68982603211595,5245.0794004516765,83.0973068311607,1423.29457212095,163.35636707057557,2736.7039234278986,368.7623634593122,6281.140856560697,95.93264193062991,1828.7291402432074,75.98301588236286,2490.623324309189,99.22095793723427,4452.170449575371,157.89004183373416,2981.6482795145635,227.8081570946702,3798.4075713612515,267.46926530272225,5354.579073983672,1850.0353071405243,676.6576112626523,19537.028745822667,8761.267646563905,514.5831458642583,4167.914279041437 -4601,469.70013281606566,4036.159671944146,95.39051075949254,1617.1172361681458,260.44646260039445,2878.3892140059916,312.0901743366982,3391.9955150994383,43.3249770247795,1240.5366743514912,359.05104084418116,6884.272043513392,200.84986258901952,4015.92169133502,232.724262363587,4538.641492182022,194.6261994302092,5153.318096244118,90.06134527773479,1398.3944026024274,177.27825274815473,2688.82599783881,400.16998152803205,6171.253925800457,105.07494355873516,1796.7359980733036,83.7993361261277,2447.0505149998203,109.439770112352,4374.280881884135,174.1292194118633,2929.485115923004,246.8998078947845,3731.955415721823,289.8847480406851,5260.902101377894,2081.0837380116677,749.7323210502254,21427.31278603811,9540.959002674495,570.3897895720647,4531.161013689561 -4602,481.21627535940104,3953.69889020142,97.44861594184134,1584.0787138344074,267.72421494823965,2819.5822677901015,324.1870766006888,3322.695332604877,44.24657980401182,1215.1918831980056,366.53205044312097,6743.6228867459495,205.03467081695686,3933.8743817632603,237.57552568388667,4445.914752926183,199.3919332833948,5048.03320334479,93.46916200498285,1369.8244982884823,182.38076132289342,2633.891923923654,411.82484585520217,6045.172089496581,107.70449246327243,1760.0277736647645,85.60301278623568,2397.0560363786044,111.80058211420126,4284.9121129551595,177.9475821584721,2869.6342546099945,256.2422099286812,3655.709680661201,300.85365029614985,5153.419212886863,2089.930140725295,759.4591504350097,22074.99986618447,9949.305161483859,563.043117047119,4722.278245948928 -4603,503.90599477693394,3771.4923968556964,100.18968455028585,1511.0763341269667,271.2119912060837,2689.641619303427,332.75397373337734,3169.5686828970397,44.44276493771797,1159.1896792040604,367.9749098137268,6432.842548444226,205.8417931292613,3752.5815022928296,238.54518811713857,4241.024456689326,201.13995409607435,4815.394235679912,94.93677586811569,1306.6960392774083,184.8789782716248,2512.5088280841774,417.4973982100857,5766.579905648584,112.42473691523917,1678.9167690747815,87.03034725044036,2286.5875391887503,112.33449091166779,4087.4416347831607,178.8695995155141,2737.3869567661723,260.26561841490553,3487.236041139968,305.5775290437224,4915.923523509071,2041.1622747917427,757.8650602217431,22433.224006004642,10188.574881778464,555.937214130391,4848.927906785011 -4604,479.10816174607896,3633.992777253601,94.85743468030253,1455.9860941717152,251.5259878185668,2591.583699359452,315.2419011695905,3054.0137666086234,40.46433684068155,1116.9283876076315,334.7533743613374,6198.316448349558,187.2579705760094,3615.771328813149,217.06721622903078,4086.4068177928166,184.32154852399114,4639.836444235835,88.14451190338016,1259.0570175241098,170.28700144962474,2420.9087473319264,384.66320336542225,5556.344152795731,107.3596967991167,1617.7074670796821,80.53761836612412,2203.2240099165015,102.33743455334809,3938.423259352519,163.0626796977412,2637.5883556678687,241.6448809287816,3360.099730453191,283.71494502422786,4736.700673944527,1804.6861715763446,685.2572504031136,20848.37377145462,9593.348931434537,486.5814299241441,4576.653674586721 -4605,415.4845614061479,3512.7383894021023,81.17214284284957,1407.4046265160448,203.66698658553747,2505.111074262701,260.14504404186425,2952.111370963236,32.300910206001284,1079.660160559674,267.0323510557238,5991.499012894306,149.3754506051981,3495.1249307711637,173.1920529591144,3950.0568612642487,147.93112888382944,4485.020361138919,71.62589183612305,1217.046425514789,138.1005209704373,2340.1309840849894,311.9806269569878,5370.947221586453,93.45897772375956,1563.7298890637487,66.27013133532358,2129.709670456518,81.73059784748565,3807.0110274950293,130.30196915073742,2549.5807064857886,196.359702157407,3247.984252820349,230.54567466290163,4578.652550059981,1394.7013204231446,545.2957330057162,16993.40394734401,7895.877366601433,379.0571465143554,3780.6488076650758 -4606,329.5541173556607,3251.385146129043,67.43625987850442,1302.6915158422705,168.57651902202,2318.726882945438,207.08826061455085,2732.469656785983,28.081804808284893,999.331751974994,232.56799079216088,5545.722093152272,130.0964032394529,3235.0821564337753,150.6949351521933,3656.1664380778725,126.89504756219166,4151.327814871936,56.83894253378221,1126.4962634298993,113.60720533738349,2166.021570124763,256.2982746992651,4971.340327988843,73.79590711427366,1447.3859337772308,56.63400252388335,1971.2559321186197,70.96808370258692,3523.7634386014306,112.97923894697178,2359.887904813787,155.82183398722702,3006.329132377716,182.9502155946349,4237.993622145249,1316.2578195073604,483.56650395531636,14034.116154372667,6212.589215014763,370.80075884520045,2958.739592560725 -4607,324.2257272810129,3037.078083164296,68.1558015675921,1216.8278054043897,165.40782095256415,2165.8936977741732,206.10518510472772,2552.3656332797955,26.904916842039047,933.4632549905164,212.6809116110822,5180.189447714332,118.97175335283681,3021.849664976897,136.83959877621325,3415.1792108379373,109.22219169285768,3877.7032421361428,39.957581016573435,1052.2460301273811,82.18428122504653,2023.2535804375445,185.21320835640904,4643.666645294591,65.3323665863586,1351.9850463082153,53.763855628275685,1841.325440904089,70.11836715728482,3291.503229746045,94.93557079054249,2204.34169202236,109.54221310495183,2808.174334434977,128.6133720253039,3958.656685668628,1392.9376838279975,465.9589021453496,11864.874299657338,4793.670879546167,345.9236798956787,2257.5893000809147 -4608,318.1256538523614,2879.954220834093,65.32875287259562,1153.8749674000667,161.31598582302541,2053.840739676911,201.74232212452057,2420.3184697238426,25.985981505032328,885.1703405671178,205.36012085357245,4912.191276004828,114.87657007685547,2865.513648009001,132.15781477010322,3238.494208522295,105.60934989756893,3677.089463467674,39.400791758871534,997.807864282472,80.22479850261954,1918.580138291289,180.86374183857038,4403.425591655816,64.16723503068623,1282.0398205116835,51.93311715759767,1746.0640886571691,67.73535711102443,3121.2166298733155,91.70199426145868,2090.299618996307,108.01579619056375,2662.8928548546905,126.82120788226422,3753.854763867698,1337.2072478506632,450.5361055498131,11548.058210561932,4701.801210448835,331.9469655564593,2221.4026412227877 -4609,320.1617716311632,2783.4575618843637,67.35183278590985,1115.2128670116838,171.97760010520437,1985.024100870665,208.13697716581729,2339.2225119363497,28.27071126431646,855.5115425736611,223.81103788622445,4747.601838149392,125.1978440158936,2769.5008394694137,144.01002148355997,3129.9841951027265,113.95418666340454,3553.883738419336,40.309465313345974,964.3749977179689,83.6405423323769,1854.2955840670902,188.43527520953702,4255.883018077872,64.8350086645396,1239.0833879319812,55.190247618886346,1687.559911872469,73.60793594792652,3016.636156176105,99.70223815734485,2020.2613774236274,110.50689073669724,2573.6691228329487,129.74599879647653,3628.0769163327295,1511.8819923156288,493.7332978586914,12137.514841131457,4788.728255948888,376.2065609639873,2246.0778846618955 -4610,366.36942553370466,2757.270253597046,71.90821896225454,1104.7207281860976,206.5101825477347,1966.348609352819,243.2451886367959,2317.2146531094168,34.1187445266127,847.4627241488643,270.4498604034788,4702.935479781461,151.28717402279196,2743.4448387319453,174.04452326952023,3100.5366970794057,136.73007774073474,3520.4481113238517,47.28083501461305,955.3019708050941,98.36131044667866,1836.8500117757337,221.57928158521491,4215.842845683897,74.55789845866288,1227.4258512345286,65.25752069635844,1671.683021105144,88.76277732003464,2988.2550584743776,120.27260257381376,2001.2543667775815,129.6186398972096,2549.455544845595,152.18507899362612,3593.9432654378384,1873.9992309529343,600.9074514482126,14336.930849328344,5540.182039903474,467.05520416891284,2593.5141222718244 -4611,529.69643922087,2751.9418173307245,100.2577421278483,1102.585850770819,266.0533860932001,1962.548632463126,334.872679077892,2312.7366261266166,42.85481148965727,845.8249988994733,338.5779998740219,4693.847037349695,189.39743104622852,2738.14312013752,217.88527153505063,3094.544896979207,174.43648265575112,3513.6448306640723,65.23106323952963,953.4558457617162,133.03429698227802,1833.3002914660285,299.90292765275746,4207.695711799306,106.85399623155871,1225.053845657126,86.06173410630844,1668.4524866938614,111.72509269389943,2982.4802431091366,151.24494025961894,1997.3869343660647,178.82851886062224,2544.5287113707814,209.96233482081794,3586.9979550861676,2191.907430764855,741.3882732858901,19102.070769316375,7808.149777185745,543.9271330346193,3691.375528613259 -4612,766.2455662500412,2737.9709192858404,143.15511725772095,1096.9883070982598,375.85897370283743,1952.5852797935324,479.51297282806894,2300.9954594330475,60.32060347122187,841.5309637752495,476.22189072623445,4670.01758790999,266.39416248275546,2724.2422745154104,306.43920227295484,3078.8346915603483,246.3171390413543,3495.8069630950718,93.33772177023326,948.6153966186613,189.88291812796567,1823.9930992512705,428.0973098976927,4186.334327113324,154.15602110082946,1218.8345635962248,122.52487197106916,1659.98218421961,157.33197284862914,2967.3389610024624,212.94049655253738,1987.24671663309,255.88187144373808,2531.610796110014,300.4305773427613,3568.787692644528,3035.1559994345434,1038.7306703078732,27208.450053541783,11232.718140887135,752.4131219279744,5317.988957278316 -4613,833.3849604977098,2872.156513375696,133.82750599722823,1150.7507582115097,406.6686053595545,2048.2798008473,521.4188925328939,2413.765262993495,64.66229500497224,882.7736707462367,510.3615150365504,4898.891123428485,285.4915555315154,2857.7550395618337,328.5048806210399,3229.725725238399,264.3579232529191,3667.1334482897064,101.99096322459931,995.106219315661,205.97162742960398,1913.3854284081735,464.49491457676464,4391.502963049377,168.23399071964187,1278.5685946852288,131.1998407441395,1741.3364798401726,168.68502336780105,3112.765685056912,228.28896160751327,2084.639964821453,279.60440907807595,2655.682858485651,328.2831783781831,3743.690900470774,3233.6709936326606,1114.9754467223102,29380.915187931292,12208.251100827603,801.3316221152422,5801.377899375361 -4614,776.2476040786922,3113.300695158414,137.32952197396335,1247.3669588720404,375.6237624873301,2220.2518902293177,485.31706441487125,2616.4232472117724,58.384028316732916,956.8907091249116,460.5584372296117,5310.1984759701245,257.63217010677056,3097.6900840279964,296.6472324882502,3500.891159213944,239.16477744316188,3975.023318064427,96.29263655985635,1078.654617157579,190.66239824670996,2074.031883926773,430.28657947142864,4760.210372930839,157.63415844364704,1385.9162883720453,118.01057187788085,1887.537830178816,152.35933599528425,3374.1112387231874,206.1631642597206,2259.664827250552,263.98265976367185,2878.652068903518,309.9417025278229,4058.008478512644,2883.8242682563828,1010.9999402841,27035.349642817055,11398.359318661105,713.9771574951212,5448.3444414671985 -4615,701.5779018336352,3389.1446886827703,121.73063406045732,1357.8858958512672,336.91460480332125,2416.970167067557,436.77566481495705,2848.2430127690263,52.60787553800888,1041.6729323717216,414.9217588249859,5780.691530591055,232.10343033473842,3372.1509495678742,267.19104268943283,3811.0763590417264,215.6773624063538,4327.217472683834,86.31993042387323,1174.225339797042,171.6190601504719,2257.794807453212,387.24998525597744,5181.973500831497,142.03122776555546,1508.7109430192882,106.95708501819513,2054.777047969287,137.30091224041286,3673.0635115095006,185.77800003242558,2459.8751605937637,236.64285908034705,3133.7057756939867,277.84207758220305,4417.555266334779,2588.0547707439227,907.9490903775854,24346.76500240854,10272.72915204509,640.5994072142198,4904.669269277422 -4616,690.5048242062567,3594.8742690310755,126.08667256416695,1440.3129744139528,332.7882516176373,2563.686316379684,430.31060172953386,3021.138505163807,51.98183998155276,1104.9050911971135,410.0313677188254,6131.594000669345,229.36779035617286,3576.848967342787,264.03975268014455,4042.418249707873,212.95209337524133,4589.890423090415,85.11841464470297,1245.5037621073866,169.14916700068878,2394.848613329663,381.68364065312784,5496.532285312443,139.7544773821479,1600.2934801150677,105.42788060014982,2179.5071668100823,135.65713930444565,3896.0276762850144,183.5597928236321,2609.195750590429,233.34894853365398,3323.929573551125,273.9747014305635,4685.711947323729,2564.108808722704,897.9101763206625,24033.404662441582,10120.324188630379,634.775776239545,4830.086977878567 -4617,626.1521808912943,3720.5473596666106,109.21519706237692,1490.664828034093,292.493979013387,2653.310141495076,385.5523942895598,3126.754386212212,45.215835480512574,1143.531431724763,356.2623193320996,6345.94819247648,199.28987732568842,3701.891912052964,229.4349572740222,4183.737015557007,186.22492226470354,4750.348250535849,76.38972111184759,1289.045286919716,150.77439478715985,2478.5700467700826,340.30808032106046,5688.685375623275,126.5518228906302,1656.238086941098,93.07856528691264,2255.7004857461425,118.08347183773078,4032.228778921154,159.73040239317658,2700.410538510726,209.4195618496286,3440.130717541514,245.87923919098617,4849.519596264603,2172.7109632588517,776.8478134482501,21297.831643687732,9120.957247654454,536.9387758650097,4366.582902490677 -4618,599.9340802359977,3773.831709723531,108.79240889997855,1512.0135971360742,281.23303312904176,2691.30990140182,369.8979907629947,3171.5346454458618,43.727083509557104,1159.9086803440557,344.5987662411477,6436.832595292225,192.76539258917413,3754.9090854541346,221.89442079869642,4243.6550023832815,179.95238669106052,4818.38104103808,73.00943235753039,1307.5065329858346,144.87027183733932,2514.067241469018,326.9167482943193,5770.156695194262,121.19302007174957,1679.958137103309,90.0232495864086,2288.0058222159983,114.18157768042093,4089.9769189112,154.46071145317552,2739.0848534761176,200.152626723398,3489.3990406334883,234.9989425350993,4918.972683349728,2110.776397640357,750.8863259117319,20501.83297760162,8742.92717047911,521.7973353308554,4178.029205653129 -4619,573.3219432954925,3702.807569368344,104.55692569403479,1483.557249794128,257.49171390777855,2640.659001499749,347.92174596288993,3111.8458360007826,39.39623304555762,1138.0790060902477,309.9608328305507,6315.6903354206615,173.38924999527146,3684.24107203448,199.62412184828918,4163.788709529873,163.38001652170183,4727.698308561775,68.8809157751429,1282.8990426001776,135.26901191473502,2466.752077901866,305.36964803143314,5661.561386628974,115.65967645401157,1648.3410455904484,82.79617421789044,2244.9451721526016,102.97913619529947,4013.002873144993,139.24260121401153,2687.534821031161,188.83445300593408,3423.7279704109737,221.7102892779615,4826.396799436994,1828.3519998531908,671.6539477793458,19014.58192089642,8291.905072183701,450.74903743982367,3979.0152586317486 -4620,544.6694193788749,3583.9574735468,103.7470003403394,1435.9390795296504,255.68398685326662,2555.9009984221534,335.9296963349028,3011.964011503579,39.8443775951787,1101.549751898033,314.0242548655676,6112.973778461696,175.66229105220725,3565.9869104995178,202.19435751710918,4030.1423674401303,163.87854734796466,4575.951995403036,66.2208056207834,1241.7214574067866,131.64376306454562,2387.576016134054,297.04893428231946,5479.840597553459,109.97642915759243,1595.4337617133044,81.98297560419357,2172.888511409099,104.03794020855234,3884.1963480771037,140.74175940519294,2601.272231085722,181.541860561696,3313.835573972004,213.1480658348301,4671.482531995402,1926.7950479437036,684.1245149089212,18659.334740666865,7939.945801470765,476.3730137283925,3790.923671832915 -4621,529.4474430365652,3466.5369571108054,102.70872215535626,1388.8936808234716,244.87160373336178,2472.1625005718984,324.8161783144374,2913.2836079754143,37.86724507924719,1065.4598870761145,298.26768793613644,5912.695582270847,166.84821187502322,3449.1551601996257,192.07375161373545,3898.10358026471,156.1947363811335,4426.030951291202,64.19280156090852,1201.039173681453,126.90937343965021,2309.352317634861,286.4253454743224,5300.305623240584,106.92238195221103,1543.1628690973819,78.47717131992164,2101.698578757638,98.91194332260865,3756.9391625506632,133.78544170579755,2516.0472441769284,175.98216332145572,3205.2650099092875,206.62043242996185,4518.4316390991235,1806.0531387409883,648.988475311532,17937.540952862248,7701.632014844487,446.090132660084,3684.1729666054425 -4622,505.4406938574186,3391.7439245022356,93.81750144172373,1358.9272989141193,233.69298046850514,2418.823813344094,310.13934386091654,2850.427415012475,36.252964630912906,1042.471822312015,285.5625349946063,5785.124914783169,159.74106572533077,3374.7371523835964,183.8792050506389,3813.9991868030247,149.52076241466366,4330.536144409823,61.116994252987034,1175.1258881193123,121.24864539867825,2259.5263774142504,273.6137976326454,5185.947710366977,102.06668949654922,1509.8680182947728,75.14107328128794,2056.3529175749522,94.69323326088744,3675.880493114968,128.08059248567213,2461.761711985381,167.5499526865238,3136.1091078169998,196.72018472958746,4420.943220800419,1730.451568422346,620.7558567556681,17132.112951466803,7347.283585546164,427.4545135411248,3512.7609379461146 -4623,504.17206551109047,3343.982948197999,89.52174058689704,1339.7915103736732,228.5201194876389,2384.7630500893315,306.8368301085444,2810.289008559713,35.23596754560586,1027.7922140893556,277.3469155141854,5703.661449344057,155.14532346025734,3327.215657614007,178.58853005069,3760.2922063115625,145.82154682554892,4269.555528307399,60.541832578304735,1158.5783064190816,119.57979880441768,2227.708767307875,269.8925016223878,5112.921582444835,101.6154645066907,1488.6067520407514,73.79617535052196,2027.396302584079,92.07972908823878,3624.1184364748474,124.51987039867058,2427.0963170115947,165.97316847849788,3091.947863300897,194.86888441163453,4358.68953387386,1652.2944212870661,600.9698694022891,16844.433381304734,7297.3987308985725,407.65416822723085,3495.456714140773 -4624,520.9778928938558,3354.249933151621,92.20787463792365,1343.905053860912,232.22944367689183,2392.0849553539547,315.2984214174513,2818.917400334785,35.624679511843595,1030.9478304190357,280.2274924830231,5721.173322815937,156.75669182450957,3337.4311621854604,180.45435943140257,3771.8373798670164,147.90147137050815,4282.664286051337,62.19088431857841,1162.1354734931565,122.56010238155687,2234.5484709634593,276.642607756624,5128.619715410585,105.00383371783347,1493.1772009221665,75.29179119619374,2033.6209896282749,93.13303110439486,3635.2455175735963,125.92176740831857,2434.5481975246753,170.49398211532005,3101.441028392245,200.17676590908616,4372.071958531828,1644.662292224465,605.6401983286133,17209.901320329875,7519.379167562163,405.32471583736077,3606.3479755283665 -4625,562.5793302389957,3348.791538561057,99.71782137904388,1341.718107681462,249.29988428630028,2388.192298622736,339.47818988084003,2814.330156153259,38.19877402471475,1029.2701617381497,300.4100712442175,5711.863217087592,168.04664146884753,3332.000136899597,193.4416734359414,3765.699442277074,158.70356951664698,4275.695076231536,66.9882518294113,1160.2443222347715,131.85121391209708,2230.9121744651843,297.628399839808,5120.273876349823,113.23389276959219,1490.747343124239,80.93923017669577,2030.3116638385254,99.87617256219328,3629.3298568852315,135.0306954024722,2430.5864400597657,183.6457856240574,3096.3940315167247,215.61828155431346,4364.95725497556,1754.0093040696495,648.4938065573157,18516.951863101007,8107.656613225779,432.1134183208647,3889.8078869970605 -4626,586.998548407541,3293.6227360742973,101.05664318822393,1319.6143187703751,253.06982130235093,2348.848640558032,350.47269260889203,2767.9661998635024,38.40573859106629,1012.3137159264026,301.70141958975864,5617.76459971283,168.76900990188895,3277.1079600286953,194.2804869323939,3703.6623980588024,160.32517556415604,4205.256240478987,69.28203009115337,1141.130176396581,135.5144609964643,2194.1595872404614,305.970122545848,5035.921244987215,117.92079686779645,1466.1884105112456,82.47631671043331,1996.8638179875406,100.48776984902022,3569.53939822926,135.81534133411952,2390.5443706461906,189.93409289318456,3045.383286661782,223.0013750603649,4293.047892481659,1714.8871583207676,648.3777942673262,18955.222188792814,8414.217592386107,421.63088256645005,4047.153610504089 -4627,619.6372864468059,3167.819687114521,109.02333982240832,1269.2103963860638,267.42445176167917,2259.1321356011144,370.54182375651345,2662.241101616373,40.59047840552452,973.6474319672583,318.876378123423,5403.188744609118,178.3765243470445,3151.9357086270816,205.35446738439367,3562.1974947199265,169.5004466944166,4044.6324838735345,73.16497205751517,1097.5436253692446,143.3000160274757,2110.351577611472,323.53230490954064,4843.569449500213,124.67940758821317,1410.1859514646906,87.17011679676311,1920.5917076730138,106.2014866562267,3433.1974502699973,143.53933864189366,2299.235257672501,200.57903299045773,2929.0619792706875,235.49958558680333,4129.070850336188,1814.273322292288,685.5821615697789,20032.646835812786,8889.798138668242,446.090132660084,4274.888268381182 -4628,598.3050901854051,3102.70880809104,102.67987237648583,1243.1232409489717,251.91740216142,2212.698280865788,354.6761215193073,2607.521807142711,37.65256772679335,953.6352322791857,295.4518204862893,5292.13243350584,165.27304142281966,3087.151306456407,190.31619227756036,3488.9806348462757,158.03607799118595,3961.4997293726587,70.4187518082503,1074.984882362157,136.4572312099403,2066.975735600706,308.2087042581703,4744.015467387203,120.3787108691305,1381.2012061334103,81.8042753357099,1881.1161608669693,98.58687442255213,3362.6320374854495,133.20439165337302,2251.9771295291034,193.0503729433611,2868.8584894823252,226.66019547368253,4044.2025626273926,1633.2032850747914,633.6733470428943,18978.171643473634,8550.92070586556,400.6658110576211,4127.325080420307 -4629,503.380266081298,3057.806990557901,88.93936767476033,1225.1329955251229,209.7386074324672,2180.676528065707,297.4114016826095,2569.786242628026,31.112081647957897,939.8344027971185,244.00033044912945,5215.545689602958,136.491549299396,3042.4746341569585,157.19727872494357,3438.4887641834566,130.88947217161657,3904.169651364046,59.200070658571775,1059.4279035980408,114.1593852057961,2037.0628520315672,257.8941309099802,4675.360968990343,101.32977316513602,1361.2127224018318,67.91330029592146,1853.8930020601797,81.48888488994426,3313.9686599282254,110.08640609115392,2219.386940628608,162.29477838560078,2827.340909718729,190.55009131751746,3985.6756247914595,1330.816687460817,522.8971335606724,15839.151524984067,7186.749065063588,326.1233345817846,3473.9956444845725 -4630,401.36220312358523,2885.542580052047,78.34085806641914,1156.1139848690905,183.8106898521676,2057.8260807447487,244.93505614745166,2425.0149364012705,28.918750326361952,886.8879546168074,227.76833242116874,4921.723055780711,127.41151832163878,2871.073986257845,146.58806310914454,3244.7782906898387,119.42538172135974,3684.224610495274,47.72823573400982,999.744043939694,95.93249758321703,1922.3030151771923,216.37908470198485,4411.970145530209,80.62572577962682,1284.527533336044,60.62212157659303,1749.45220964687,75.54098826921262,3127.273142715985,102.17267183612786,2094.355706089497,130.84517222726083,2668.0600209589975,153.62514903050592,3761.138868844354,1376.9998180676976,492.09005801766887,13600.1594632361,5812.338118273765,340.100048921004,2767.337368811137 -4631,345.8493213227181,2700.996780141638,67.73774711120252,1082.1743446779453,171.05539706815838,1926.217154654775,196.89654711321427,2269.9223294417884,30.49484907447771,830.1667514201756,248.61766138301724,4606.952681381948,139.07444191939499,2687.4535298976534,159.75302754999078,3037.257455846887,125.4344072722309,3448.5988455200086,41.63795204155378,935.8050934040239,84.51847944470481,1799.3615101519338,190.5652460664466,4129.801181773996,74.75584273940662,1202.375163523442,57.724191666170405,1637.5654332512534,77.89066572732689,2927.2673872471296,109.02928579175274,1960.4105161106181,114.14888738879887,2497.423387772327,134.02206239839475,3520.5940278416983,1623.8668411256729,520.2780853345489,12884.015161170812,5083.228241134162,395.57875992950517,2350.195254223637 -4632,366.1679676032293,2561.612714412851,72.38203360614686,1026.3290874389909,191.26462636424847,1826.8153410479335,213.49566615890464,2152.783721394442,34.364257295754335,787.326264568601,280.46947364906674,4369.212377479224,156.89205387174027,2548.7683592197855,180.23830280353104,2880.5207666462393,140.36010699574408,3270.635016873396,45.24621330739065,887.5131740624836,92.2706806361741,1706.5060410729538,208.0088541472021,3916.684126766984,79.41553777298586,1140.3269818834685,63.59725778007525,1553.0593984193597,87.71001632481706,2776.206699981745,122.7904488729901,1859.2441651390193,124.04080062440492,2368.5446611506636,145.63614505157352,3338.9149110841695,1886.97283640323,591.9221766961786,14159.625969513352,5451.224509618601,460.5245264850955,2510.5825541847953 -4633,383.4487165585288,2467.130459914054,77.96821052095723,988.4740730984818,215.51635105560445,1759.4352757460795,231.43981864016092,2073.3806725646045,39.52983469554356,758.2866052617849,323.0783856396174,4208.058806728422,180.72708885241778,2454.7598545698224,207.5989727906591,2774.2759410205504,160.0332730209749,3150.0012581876144,48.58078593768036,854.778231301229,101.20999181322415,1643.5634513640541,227.98487819547125,3772.22156051937,83.55980621466888,1098.267281169165,71.34382446859739,1495.7765185727703,100.80032392298244,2673.8093834424008,141.1403349308334,1790.667998493027,133.18240670735642,2281.1835084645136,156.36929303835885,3215.762723946782,2254.4783566936694,686.8983798207328,15684.231892226564,5809.597919705509,551.448599662922,2649.749566023112 -4634,455.3803852523771,2425.3477304067933,93.81529145320462,971.7335133703785,271.1125009295437,1729.637902073918,282.56871410511843,2038.2663949797998,50.098328848926975,745.4444452579171,409.8496519345528,4136.792132456845,229.26614021134782,2413.186630666476,263.38315894630665,2727.291469341578,201.58475026525454,3096.653592688414,59.36214358615862,840.3019122709017,124.47640982904879,1615.7284551074085,280.32972614405696,3708.336121275055,99.72342801019873,1079.6672900128951,88.60922251869812,1470.4444063499675,127.66709190395397,2628.5263892766843,178.7802057708102,1760.3416749223845,162.73909525165178,2242.549931910999,191.0717631805442,3161.301338042252,2930.970373672793,877.7785969628981,19413.191068782486,7004.548136958453,717.945928469072,3179.3726136318282 -4635,642.1445560814657,2407.5429609464063,128.72629815742488,964.599900748328,345.6082869820463,1716.9404221578284,379.6932825822164,2023.3032361690082,62.700106522464864,739.9720479076547,512.0406434434673,4106.423443752738,286.43084457801325,2395.4711373022737,329.0308991847954,2707.2700945695724,255.1875615878831,3073.92068613433,80.06984802464063,834.13315484386,164.93161608135802,1603.867198144907,371.6753364823246,3681.1127796926694,139.5199443826114,1071.7413225519833,114.91271326023869,1459.6496970671935,159.9697619347244,2609.230060838962,223.9673573521875,1747.4187949161233,219.50849206708182,2226.0871030801063,257.7246392300692,3138.093844612345,3499.585901485918,1083.7308313002002,25416.913051000418,9627.146854350429,854.9224542954082,4414.666692661147 -4636,745.0559961370382,2383.565000899532,139.90092914691667,954.9929536422751,323.6655134802057,1699.840528401756,401.75846738158526,2003.1521173949945,55.477426449111974,732.6022852540493,450.8907171236992,4065.5254581852682,252.22413605607878,2371.6134067631288,289.7814420298266,2680.3069976626048,232.65878024643348,3043.305927189213,85.88385563313952,825.8255932405742,169.0439681726895,1587.8934588507625,381.58370044844594,3644.4506820307397,160.20104611171402,1061.0672988566248,110.7569616126752,1445.1122941271644,141.99597029018236,2583.2433951109674,198.68725175198347,1730.0153513517414,235.44737635989804,2203.9163553574845,276.4384628521664,3106.8399521377214,2691.9898927450718,926.3499666294808,25281.689228731124,10656.821960580899,651.8193297942889,4998.105257120926 -4637,822.8698323207285,2429.701454028709,153.31289812127235,973.4778649527631,361.21102955975414,1732.7427621717966,446.34672601944453,2041.925271783454,61.609831061848155,746.7825870218617,500.82896539216273,4144.2180571604395,280.1591345985563,2417.518523988949,321.9700569789534,2732.187209917273,258.05225810382626,3102.2123724569205,95.80424497649226,841.8103319664071,187.8045093475958,1618.6288372066067,423.9972790819454,3714.9929277885244,177.64177462639745,1081.6053927127296,121.99648721471341,1473.0839901368113,157.6716278454032,2633.244837393773,220.62653284730308,1763.5016511339056,262.64375251397263,2246.5755165681935,308.36969324179574,3166.9761664962816,3007.8064010879566,1033.0838643299135,28049.31139373004,11808.453798582223,728.5734175418047,5545.756929823852 -4638,736.1344186698248,2586.0455412008673,130.82473615547556,1036.118280270448,305.33215507480463,1844.2396232395317,391.3769669434011,2173.3171109583473,49.880374983076095,794.8358331070558,404.73329079240074,4410.886206086635,226.40409466500725,2573.078675722047,260.42599504849915,2907.995358943023,211.17329621945572,3301.8305439741443,85.64927078164179,895.9783317859536,162.54056877343788,1722.782805425209,367.41904708402683,3954.0417118204314,159.62832071688308,1151.2034939624798,100.51759489317786,1567.8725788269912,127.81003498574161,2802.6863380030336,178.802091373282,1876.9777555400506,234.80427076791287,2391.135992431918,275.68339340077335,3370.7616962064644,2295.9491289589787,832.4459378282226,23917.64781580984,10471.7838229505,553.8102639013072,4978.412748243658 -4639,670.8341320890539,2810.034757750703,120.51493544052263,1125.861217180589,278.60241137334873,2003.9776409032743,356.36908241334265,2361.5580329538125,45.93393094134558,863.6801951675601,372.76302618016706,4792.933207908975,208.52022155547806,2795.9447728242803,239.77879140255777,3159.870119770993,194.30520131637053,3587.8171690904423,77.59179454088759,973.5831076435248,148.26347039847963,1872.0008933222728,335.05627995981837,4296.5193252752815,145.04623603157023,1250.9144869028244,92.75981797604314,1703.6731844181636,117.68715042079745,3045.4398035095664,164.64324350224044,2039.551372379627,212.71500117257168,2598.243202678583,249.7484102768616,3662.718763272994,2123.853881385741,764.9977361664131,21878.027314370527,9535.240373690582,512.4811397295678,4522.169353606569 -4640,658.3328166987311,3031.489723946342,118.04938287494863,1214.588787935366,273.6063512856054,2161.908356706336,349.67871965760054,2547.6691666023676,45.07272978862504,931.7456409408268,365.7775542009291,5170.65766793845,204.61261253183986,3016.2893267280533,235.28654762794827,3408.895128670394,190.60238951959235,3870.5680951085424,76.22687511370005,1050.3098504701593,145.46207822833819,2019.5307035516412,328.742483629692,4635.122091420198,142.28750300823302,1349.4973334838546,90.90355618257604,1837.9373199143881,115.47996889009607,3285.446716903375,161.55559487455574,2200.28560492917,208.9731256395645,2803.00716833067,245.35507900886964,3951.372580691972,2084.657146508475,750.9213653311476,21469.617445016913,9357.721604241526,503.03448277602723,4439.127995947676 -4641,607.363643294968,3207.5880058677,108.69669288370282,1285.1438675408901,248.54236793699812,2287.4929312737904,320.6297184803737,2695.6624649463456,40.74937169053381,985.8704513471768,330.54226409954276,5471.0195410251,184.90231407814753,3191.5046223692602,212.62261124241797,3606.9167715171593,172.84366939656178,4095.4081749623974,69.93220114252043,1111.322018412493,133.0871595436212,2136.84460515376,300.80726204798674,4904.374871776737,131.15648002904652,1427.8892079496534,82.8680591107027,1944.7025191362204,104.43461471390292,3476.2972804466644,146.09524590158344,2328.0995017415676,191.71651250046705,2965.8329706605273,225.09411163705778,4180.906567627345,1856.6864414798854,676.5796450735784,19602.281392085293,8607.141867185728,447.53537317397746,4088.0629462208194 -4642,582.8651521007753,3376.2134824444133,105.10835911052598,1352.7049123936877,240.01272908365024,2407.7482711105413,308.46500819934505,2837.3756048539663,39.64559024469017,1037.6984524486916,321.6686796996976,5758.635430527812,179.93851226548435,3359.2845825634363,206.8831756355916,3796.535281892244,167.9263696116029,4310.707070586116,66.98955390796677,1169.745109109363,128.28497333467416,2249.180241543246,289.8828134855891,5162.201796104723,125.81973599346071,1502.9544899462176,80.53197165409946,2046.937091808708,101.58905875301299,3659.0490193125406,142.11879850751387,2450.4895615874807,183.64935522369214,3121.749190951192,215.62247261667008,4400.700182393079,1821.2724852584847,658.2797191840951,18929.29248991558,8267.34362157878,439.2695483396295,3918.8668122489207 -4643,572.8646151552002,3356.9141544363565,103.03336584665824,1344.972493831253,232.83348264306724,2393.984946046348,301.656660903065,2821.156416474774,38.265397326632765,1031.7666940123854,310.3469008199819,5725.7175494073,173.60521289136824,3340.082024618445,199.60953962508205,3774.8332834610455,162.518998661842,4286.065930405117,65.58242517979834,1163.0585371067607,125.19895513932453,2236.323333217841,282.94372626670054,5132.693287171611,123.61227977749465,1494.363205113822,78.2596688713601,2035.2362587446587,98.07827225748677,3638.132928671808,137.20079068497733,2436.4819160178777,179.79176447155947,3103.9044480436924,211.09328025819482,4375.54461781556,1734.8331630124817,633.6855800634381,18436.100890522615,8105.981946791634,418.01457019416364,3847.401086430325 -4644,529.143779812961,3262.62684372707,95.5514235742673,1307.1955851624032,218.2486927453306,2326.7439050018756,280.1585792598835,2741.9171987402005,36.14360515426301,1002.7869517901204,293.275967877764,5564.8964843523245,164.05588940897573,3246.267486277181,188.60932087178546,3668.80767115783,152.98569195784336,4165.681073507147,60.75819388825848,1130.3911358518467,116.58446400988238,2173.5106119908546,263.42302895343266,4988.528788325713,114.16946650218232,1452.390285536214,73.36560842847344,1978.0715697872542,92.6110637124073,3535.946886948331,129.56008075680043,2368.0472415268623,166.56631491328307,3016.723546286683,195.5652968805831,4252.646528700859,1664.297877573287,600.0245341546563,17215.213029665363,7505.876062855726,401.48292052546793,3555.5710505357806 -4645,518.0320432990287,3167.4297995354987,93.16083394796348,1269.0541850427448,211.89670496216033,2258.854087086351,273.46471239381964,2661.913439425843,34.8933785500114,973.5275977981561,283.0522103109499,5402.523733217465,158.33681309712287,3151.547776009683,182.05352854619085,3561.7590680749804,147.98182119392425,4044.134680297912,59.44089618148014,1097.4085423565634,113.60033164356939,2110.0918406476453,256.7203221601504,4842.973314696778,111.81713849060259,1410.0123891912997,71.13753068218581,1920.355325894644,89.4241876933184,3432.774900638263,125.09752523473081,2298.952273362547,162.95499254472614,2928.7014774124063,191.32524791566476,4128.562654290815,1591.9667560524924,578.6707478487607,16742.6138018711,7338.955136454032,383.7704387375796,3481.6254951518695 -4646,497.81142291677503,3088.997832997788,90.07441029391615,1237.6298373301574,205.23405830992226,2202.920292374339,263.6804275314455,2595.9990801437693,34.01919251223415,949.4210859552605,276.03769988215976,5268.746321410251,154.4129602308582,3073.509080488716,177.52404028051092,3473.5627114947615,144.03987147899832,3943.9937281714792,57.104744598115246,1070.2344878329461,109.74596379927071,2057.841699962146,247.95637263316618,4723.051502691023,107.47774640981591,1375.0976313194672,69.09403314873504,1872.8034449711358,87.16774434455392,3347.772452856204,121.94502080757616,2242.025566477802,156.55052040002136,2856.180906851051,183.80576537806596,4026.3310948107383,1566.4064331139869,564.6041021939827,16199.860853275883,7062.110385334479,377.8662781416168,3344.4235757780707 -4647,514.3551256538336,3085.4238845339164,93.89576733833837,1236.197908434411,216.48211519932985,2200.371529305987,274.4141189925904,2592.9955277211743,36.20427959335344,948.3226125295204,293.9499051872608,5262.650419489964,164.43288376523154,3069.9530524010406,189.01813500454452,3469.5438242089585,152.72497085962837,3939.4305555542173,59.32576493822271,1068.9962341628031,114.60142995250635,2055.4607917906005,258.8753528180901,4717.586965784421,110.97993801219974,1373.506653166414,72.90986004435159,1870.6366247410315,92.728480393906,3343.899104002584,129.73400402483838,2239.431558886188,162.63936454966026,2852.8763259104185,190.95466949114348,4021.672658447456,1701.0031000846557,603.0788864141331,16987.42268432528,7323.036056594176,410.92957747900823,3459.438241367536 -4648,536.3222631629247,3145.7261731943386,97.93169156417225,1260.358466563714,224.29765824264962,2243.376135507909,285.5771187881366,2643.67367460129,37.4666175927754,966.8568645687986,304.1469228524983,5365.504962849705,170.13700202113594,3129.952975286125,195.57807721692703,3537.3534481170973,158.26363244095745,4016.423762130954,61.68302117207807,1089.8889613542008,119.17554156100609,2095.633226644057,269.206116127735,4809.788653992443,115.76158532021876,1400.3508074142067,75.75418910858367,1907.1968102926294,95.97258129013335,3409.253096376747,134.2699653393622,2283.199563981415,169.10169430392784,2908.6336474829527,198.5420825739839,4100.27322505455,1750.57613289379,623.206894447281,17644.2955033486,7627.728507280559,422.7378986709339,3604.4721085089695 -4649,572.5286153482031,3216.2954468083826,103.96222314564714,1288.632568180256,234.75163601787926,2293.7026469744537,302.303315929437,2702.980213256477,38.97066239543408,988.546732937757,316.1762745872139,5485.871379681327,176.86611116749026,3200.1684027426622,203.30945073263572,3616.7082455806894,165.1465193495619,4106.5257264516285,65.39735071758987,1114.3388556196733,125.79251013211486,2142.6453651530974,284.2018343892799,4917.688475166213,123.35456648154654,1431.765410543414,79.50735941391268,1949.981682888423,99.86301967562456,3485.734169849659,139.70327541325508,2334.419449589722,179.28438975908338,2973.8841341468337,210.49757225849072,4192.256216319613,1787.1902743925416,645.4224193135021,18580.56347007578,8108.993351396631,431.0037235052817,3838.6429893814257 -4650,618.1320608687765,3187.638861025841,112.76900498768978,1277.1510950559884,256.9979899850998,2273.2661890215963,327.92955065455976,2678.89716938482,42.92060039671004,979.7389680041614,348.3696526039629,5436.99330041786,194.87479187131945,3171.6555058809085,223.98947897162122,3584.4840572858125,181.38018926865985,4069.937356790175,70.8648745418711,1104.410306599535,136.76673273176118,2123.5547990892724,308.95585822238957,4873.872798412928,133.10622294906446,1419.0086507910014,86.97313452792027,1932.607713893899,109.95405200426724,3454.676935865587,153.82792331235984,2313.62021260545,194.27340172323093,2947.3873874371725,228.09615199678424,4154.904004163676,1995.7293126308064,712.6233289204102,20259.005549393853,8775.15823825864,481.7795046305616,4147.272952228738 -4651,655.8334233517093,3069.6984986865823,120.03638007866904,1229.8974162423194,274.5964829279583,2189.156962815052,349.27194081566824,2579.7798864673996,45.96514165077716,943.4893255816456,373.15577318604437,5235.828429538779,208.739920632181,3054.3065162721805,239.93807221143814,3451.8607059757037,194.09911270143857,3919.352579942699,75.35994936192351,1063.547913646513,145.82755862068126,2044.9847874376826,329.39070677716364,4693.54298412045,141.47469298471813,1366.5063436811631,92.88616148581524,1861.1026080856016,117.73789570247143,3326.8563553842887,164.72165514327517,2228.01791633331,206.59648113228351,2838.3361581154695,242.5646637386033,4001.1755220174273,2151.2757245301805,764.3974520045424,21605.343642166914,9327.422974053965,519.5661324447232,4405.142015481335 -4652,622.362120758415,2960.5955419153966,111.72608538679937,1186.1845093575907,249.00345344320073,2111.3501366457904,325.68677483276275,2488.0895743560136,40.77446797076087,909.9559101185138,330.54456264751815,5049.737071363464,184.9035998648255,2945.7506199998356,212.59289574592933,3329.174973306727,173.66359734337553,3780.0512917922556,70.78586835933758,1025.747386299509,134.9052133862552,1972.3021161730592,304.8994060382621,4526.725488031079,134.14089605305253,1317.9380941915188,84.09876432124564,1794.9554612294585,104.54110140910448,3208.6135164602906,146.23350749350766,2148.8298975376056,194.05680923030437,2737.4562615088607,227.84185102840812,3858.966089983834,1820.220120587991,672.5830245592696,19828.215144337937,8778.537828565748,438.088716220437,4170.482153016684 -4653,528.5428266462172,2962.220065090457,94.61985479080013,1186.835386587549,211.7962903070512,2112.508666130513,276.82874724245835,2489.4548264203167,34.603108702854556,910.4552165733611,280.5191990303982,5052.507937827406,156.91986979446853,2947.3669975436055,180.43476707228533,3331.001741543522,147.36394976556673,3782.1254626269724,60.266829480327175,1026.3102292739068,114.63554733629707,1973.3843479235907,259.10749926007946,4529.209370195437,114.00931502578605,1318.6612665894356,71.25322045953133,1795.9403802106851,88.7176583996943,3210.3741308176063,124.099658999778,2150.0089927292283,165.21925777627882,2738.9583448142544,193.9837188223155,3861.0835625518343,1545.4321905144889,571.3904172285885,16841.002304915357,7459.418006622009,371.9621175456541,3545.880001265892 -4654,407.14916325125483,2873.911001178146,76.10131286651618,1151.4537067310418,172.22244287390373,2049.531014668641,217.4723575979127,2415.2397375537003,29.329402236418538,883.3129225698875,238.2067245051664,4901.883663939965,133.25065921590257,2859.500730068584,153.09828665808718,3231.6986380527946,123.57956800621814,3669.3735563322234,46.44284055787728,995.7140906888959,91.179379841021,1914.5542405463332,205.83953392101006,4394.185560027366,87.56273760911289,1279.3496221095784,59.28771762563141,1742.400194021351,75.1043638482073,3114.667151568533,105.08057081686256,2085.913389641356,127.32130945264528,2657.3051110198326,149.48778626275242,3745.9777744591624,1392.0148761507512,487.03021873886877,13575.543426707554,5794.780190677474,336.5371539698774,2723.31312135537 -4655,339.75055040604366,2852.142389371716,70.58069945605101,1142.7319513445225,164.5529420968126,2034.0067186743427,180.96154557821677,2396.9453588326064,32.61258817749142,876.6222156874737,273.15086264557806,4864.754051172957,152.79808993018716,2837.841269727763,174.7025799841407,3207.21994226218,133.63086822964516,3641.5796655374734,39.03692503202512,988.1719943951995,87.55529780815792,1900.0523342494012,196.72433499541884,4360.901537097483,76.34144052938815,1269.6591114163143,59.77810070738352,1729.2022789086177,81.77717546533599,3091.074917814273,112.68119814160096,2070.113513158639,107.01826917516509,2637.177193561943,125.65001269184168,3717.603640404807,1733.7465435438062,533.8056715857513,13228.51526296165,5178.952216282464,402.3263100035033,2332.7606652105333 -4656,344.75185145458533,2698.852411063315,69.44711837435281,1081.3151873404975,163.80100062459047,1924.6878968137642,179.7848341145542,2268.120197988231,32.26882034540877,829.5076673647316,270.27712994535045,4603.295140229777,151.1905501870876,2685.3199130450485,172.89487701764693,3034.846123475405,132.1786887722095,3445.8609419496515,39.026410385126916,935.0621412019382,86.89578726703415,1797.9329652490067,195.290125104453,4126.522459630035,75.83627614356652,1201.4205766316104,58.92655435689186,1636.2653411131907,80.91400558443608,2924.943377934958,111.49265852446538,1958.85411155565,106.98944366416212,2495.4406392079472,125.61616869631376,3517.798966023729,1716.7513962066123,529.4249636138161,13123.696738412506,5148.427714426117,398.3947825441858,2321.7315440754733 -4657,349.1930904429091,2596.9623303819935,71.0279368623434,1040.4921726293471,173.07775792634476,1852.0249367019685,184.88030149636847,2182.491599321398,34.627968682344644,798.1911704688276,290.28965893490493,4429.506417543324,162.38537554718218,2583.9407262937725,185.69384710558666,2920.2712341229058,140.86477264504705,3315.7689636137425,39.77375093800259,899.7606343027231,90.05774663246184,1730.0553984217588,202.28334899742617,3970.7333899419536,76.36608007207484,1156.0632095583344,62.04326508601867,1574.4912304064894,86.77660582512968,2814.517659379762,119.60855764770571,1884.9012704698687,109.03824982365221,2401.2299861829565,128.0216693825722,3384.9911033189987,1899.509400027392,572.8359743678283,13678.496497156662,5226.755958106471,441.64158459667937,2339.9629699878956 -4658,382.6931814961428,2567.720919534068,82.32121148334971,1028.7763850155043,209.2384356699734,1831.1714104720597,217.84012776402702,2157.917067461124,42.0363514970766,789.2036562188875,352.65060954379885,4379.630831943337,197.26951996093584,2554.8459367774653,225.63314855585432,2887.38941294847,170.0297167002533,3278.4338966366377,46.95297002942254,889.6294629473936,106.65577381159297,1710.575231111253,239.5396320914753,3926.0235206209804,88.3175291193854,1143.0461092017442,73.88372987500819,1556.7626925658963,105.2881988804772,2782.8266077792714,145.16221546301296,1863.677561595555,128.71981030934006,2374.1924925139565,151.12976432638223,3346.876605310795,2363.876042707153,701.8554627168253,16272.917901327924,6082.044858964291,550.4138443044671,2716.7517700896988 -4659,565.143641638204,2655.8350396568676,120.63160577495772,1064.0799592003518,287.01121512202025,1894.0100376765497,311.991389475441,2231.9683252324758,56.93474007366743,816.28603313781,477.02934152566655,4529.922600134951,266.845843062018,2642.518237943787,305.14267196771453,2986.473303116724,232.67401728817362,3390.936901143575,67.41733269696255,920.1580600260638,151.26002384992353,1769.2754700065973,339.85601739292184,4060.749263387335,130.60349579222193,1182.2709725449058,103.34276501757209,1610.1846878660458,142.73118529475036,2878.3223122124773,196.69470831549532,1927.63167252845,184.82209476582102,2455.665475379238,216.99938461018706,3461.72829538078,3064.224677553294,936.4865216338984,22942.014168286714,8890.129693157685,711.6064701364894,3998.312894739013 -4660,758.1868394063464,2885.2826571004152,165.96545367932367,1156.0098448153456,379.23530923708086,2057.640716566604,424.43904429595483,2424.796496706643,74.46502889259993,886.8080658165089,623.3398532012785,4921.279718436595,348.6906027827641,2870.815366603427,398.6866929037019,3244.486008622495,306.4772728341892,3683.8927441274536,91.95242944479524,999.65398932585,204.41050986860895,1922.1298586009943,459.418307415131,4411.572725540407,181.35404885711495,1284.4118260890864,138.1153021172551,1749.294623068452,186.79722351519524,3126.991445238557,257.33641607897766,2094.167051407824,252.0841443725511,2667.8196883295045,295.9716708553676,3760.800074219369,3879.09784283912,1211.709474543358,30746.776674570046,12212.689952580466,899.0092790306293,5533.645148093122 -4661,735.5416207231052,3414.7471656015546,177.10469442316733,1368.1437176618747,405.5562780283284,2435.2285858132577,457.41243617066715,2869.759378310165,78.88669612442527,1049.5419995428651,660.1952373282087,5824.360371871506,369.30716699089265,3397.625051379244,422.36401442936113,3839.866217097628,325.2654502654439,4359.906394415884,99.62166871373034,1183.095742190895,219.6723786737046,2274.850774298829,493.85477547299087,5221.119471020323,196.64451733014346,1520.1081363066544,146.44890063942287,2070.2993660690577,197.9221755777817,3700.8107847636265,272.6388496378748,2478.4576947748787,273.10907683785973,3157.378600893919,320.65701711888397,4450.926623161609,4073.696392568598,1282.3141712215142,32845.78837637098,13134.617492761998,943.566590236229,5993.133941641972 -4662,736.0175219378218,3863.3754155350275,152.35257121548193,1547.8899454046234,346.7824453926942,2755.168038328744,402.7339320319481,3246.787329483428,65.32863002625501,1187.430448570583,546.1600410392502,6589.5627350029135,305.5169229879825,3844.0038041270705,349.6304335472343,4344.346454553716,271.4157369165186,4932.709322639704,89.29687487339409,1338.5304337163925,191.4565517089183,2573.7198478320383,430.8365839365243,5907.068262360718,177.0293566293347,1719.8193945136002,122.63915178151339,2342.294549429674,164.02498745510928,4187.021969717037,225.8604031601493,2804.0765720205463,244.80404088851895,3572.193861703105,287.42411068440913,5035.687756180818,3244.7719599686266,1057.389737886634,28276.860804786436,11709.775283700403,749.6112355765598,5389.895969252189 -4663,665.7830201220487,4141.753665716728,139.81968669322478,1659.4242510646166,315.15013607033666,2953.693621522757,365.7498120272463,3480.736888684768,59.76650567745555,1272.9915900419387,499.67603389156756,7064.378342167669,279.51419528038963,4120.986219136951,319.79420902000106,4657.381413397926,248.25169839644371,5288.1391844050895,80.73632800294007,1434.979191570622,174.08328873938228,2759.171053225231,391.66452102965206,6332.706247208771,160.56838593030523,1843.7421983260651,112.53563644444415,2511.070241136577,150.0563446455279,4488.720801447255,206.62820247444768,3006.126294228679,221.3356219872534,3829.5908189162337,259.8698701278278,5398.537801866294,2972.1840153055455,965.5177997679721,25774.062230720127,10640.28793678895,686.706796227478,4887.89280384318 -4664,655.2384555192899,4267.4267563522635,134.3958422955792,1709.776104684757,300.59222448907127,3043.3174466381492,351.6437038042549,3586.352769733173,56.69620843253304,1311.6179305695882,473.86423954553845,7278.732533974804,265.0753140132947,4246.029163847128,303.2815543020065,4798.700179247059,235.99230600486368,5448.597011850522,77.82322938036565,1478.5207163829516,166.9992001448099,2842.8924866656507,375.78878740968196,6524.859337519603,155.22103619941416,1899.6868051520955,107.293071723249,2587.263560072637,142.3776101802316,4624.921904083395,196.03328501858195,3097.3410821489765,213.34947112448137,3945.7919629066228,250.4933406343089,5562.345450807168,2787.1761047262576,913.5055682153265,24693.521276453037,10272.261913128832,643.4599941749839,4724.496829987322 -4665,611.5320382326335,4424.355668589807,124.21570644857199,1772.6508344920173,275.00309338404406,3155.2313759829367,323.73690985352977,3718.2360968966836,51.74338564491124,1359.850925971127,432.37241485026163,7546.398189237521,241.8651674307351,4402.171208234781,276.71931982522216,4975.16596115237,215.8044274263473,5648.9618806834,71.67258524743188,1532.89133853769,153.5405334410746,2947.436056130935,345.52387489499307,6764.802314119201,143.46672141384528,1969.5452470060236,98.46637075242772,2682.4067176088874,129.96008838574627,4794.997222309075,178.92179869752005,3211.241658445164,196.48771039719676,4090.893185729687,230.69596897319286,5766.8932663696205,2521.8742546515746,831.6260154418018,22683.325996285985,9484.084487519818,581.8660639790079,4364.235570342448 -4666,592.5973409608456,4534.888211049689,120.28544244648609,1816.936515460448,266.2729857218723,3234.0577118746323,312.1424793781169,3811.127835274285,50.424717695423055,1393.8237327418635,421.4312820133865,7734.927918931911,235.74479796546947,4512.14952201374,269.6858705369728,5099.459255823527,210.02600947323108,5790.088445928528,68.81702870915214,1571.1871695365817,148.3144490563703,3021.071094863235,333.69335393202294,6933.805634608672,137.86062661766366,2018.7498905627974,95.8332742910149,2749.420596378557,126.63179138799138,4914.789407605704,174.35117544352968,3291.467284852403,188.65930900523733,4193.094920540631,221.50465293119504,5910.966081164318,2475.199575609605,810.9802395183871,21949.12120308231,9129.805579217793,571.381990754161,4191.751703616148 -4667,568.2214655397256,4493.235439866669,113.8610944167031,1800.2480244965152,244.68398467711833,3204.3530180439957,293.8767999419132,3776.1227748882047,45.73012236297904,1381.0215161694905,381.85756505428674,7663.882907956911,213.60762327664486,4470.70560480183,244.37146151179712,5052.620921634296,191.82911430073074,5736.906709589347,65.04474337304411,1556.755876721261,138.8381752885313,2993.322674795159,312.47754730686574,6870.118900540527,131.81097674585524,2000.207751627052,88.51599063425397,2724.1672755342206,114.91305283291362,4869.64725876311,158.1660195625598,3261.2352863351516,178.3177299189248,4154.581507387822,209.36261817896047,5856.674088464383,2168.1984402119206,728.8777728186669,20409.855751126164,8667.726017132536,499.303987333338,3999.088272199491 -4668,531.1568289266487,4452.297464679574,106.56818274366903,1783.8459218371356,232.60977438310078,3175.158081322124,275.7551733169918,3741.718430283822,43.85490309419696,1368.4389962195746,366.3778767210403,7594.0570881169315,204.94842744937895,4429.972899479,234.44717791718517,5006.586371990086,183.1769714331382,5684.637615821401,60.83558804120264,1542.5722368237998,130.71312582141567,2966.050440560451,294.12320475853136,6807.525083491165,122.64408722617331,1981.983811127826,84.04756420053826,2699.3473225573907,110.16343339851313,4825.279786522424,151.65529500477567,3231.522093911113,166.77848808741416,4116.729016251223,195.81440913242488,5803.313791252899,2119.7696508987815,702.1131971216839,19282.989870915913,8096.603467836556,488.819914108491,3724.5434807546612 -4669,524.2833703663032,4396.67379545167,101.94496874386822,1761.559887200644,219.1526707105456,3135.490034821894,263.597356985418,3694.9722032041727,40.908283920228655,1351.342744522978,341.5746502630938,7499.1826277022265,191.07372981828416,4374.62813664498,218.59590897375006,4944.037832381997,171.62650484773124,5613.618011913219,58.37368901648209,1523.3004948654243,124.48167401578782,2928.9948282776168,280.1751569353357,6722.476964737038,118.34403006101762,1957.222390131179,79.25726372079144,2665.623699238802,102.80054836358254,4764.996355573156,141.4915111719752,3191.149877660888,160.0292840378258,4065.2976878376453,187.89017730708528,5730.811536111325,1935.1765729602678,651.8797357955843,18303.241719001075,7787.136437114792,445.5731120559971,3590.483774041475 -4670,485.86022689653345,4326.8193115304,97.6690555332135,1733.5721713632513,209.2249231793998,3085.6732759690194,251.744963149102,3636.2663750335046,39.1803559662221,1329.8725708391673,327.1553297739491,7380.035391254662,183.0076940478195,4305.1239148059785,209.3536519606243,4865.486812375565,164.35482663860066,5524.428682115996,55.58734310397673,1499.0982513339802,118.95973269556939,2882.458871402885,267.7136638373913,6615.670050944587,112.98435757207517,1926.1259826325822,75.91368671237713,2623.2721906890297,98.4565728223506,4689.289951870967,135.51385933561062,3140.4487935709035,152.39062098649705,4000.7081173618903,178.92163280766732,5639.760232118919,1855.3397920949844,623.7719304368097,17482.229538139374,7424.725558855266,427.2259839125148,3424.327196318246 -4671,489.98472036448067,4221.74516996423,100.3437079481786,1691.4734390996734,215.65791107207775,3010.7396013036355,258.0451434081368,3547.9618861346053,40.53724970736607,1297.5774346866253,338.5489465988462,7200.815778039575,189.38117891028404,4200.576632584425,216.62727922810006,4747.331462382208,169.81308728157242,5390.271334738447,56.929850303349546,1462.6935737773035,122.09429100674322,2812.460133367918,274.7473265806984,6455.012579153337,115.41161087695856,1879.3511996796437,78.35015400342911,2559.5676415305934,101.85300007248547,4575.413434093885,140.19811030277936,3064.184929203462,156.07105423563775,3903.5533852545477,183.24282476891167,5502.80212909628,1933.9958064436105,646.2696026745301,17976.93582023309,7597.5943646293745,445.5731120559971,3501.2741287173803 -4672,518.1168122820143,4170.670168147754,105.21098295882464,1671.0098617172262,225.35326276213706,2974.315439158666,270.0628919916009,3505.0383669538764,42.3797669387335,1281.8792418385244,353.92617798806674,7113.6997480242935,197.98306126178187,4149.75772938158,226.46692803738097,4689.8978766722885,177.62672256126802,5325.059412386584,59.509141285822466,1444.9977930207745,127.77922672140659,2778.434771666196,287.5280671321777,6376.919334314398,120.86985199012588,1856.6146625195277,82.06085442626329,2528.6017928880347,106.48469890735069,4520.059726077575,146.5719420115224,3027.114181319736,163.1420839444817,3856.327892427307,191.54491168835523,5436.228800431424,2019.4939815432915,675.313567746146,18804.310721627317,7953.7599558172615,465.2307493525851,3664.034117735736 -4673,555.8874809999777,4123.688967001561,114.58883682740978,1652.186495863418,245.79617652078232,2940.8107729334297,293.88014860316855,3465.5552848821726,46.30672188674206,1267.4393019540692,386.74729056266665,7033.566305368487,216.3428909259102,4103.012099846787,247.45212373071834,4637.067749470717,193.93792149506888,5265.074403435404,64.74190272634642,1428.7203773459062,139.1189662973575,2747.136635487473,313.0365602775376,6305.0854759991225,131.34277466077162,1835.7005208122876,89.53472677515664,2500.1179414539,116.3462532484744,4469.142768700922,160.14984107815843,2993.014754965857,177.48750361859803,3812.8876516277655,208.38785054370356,5374.991505595611,2212.48239378896,738.0739048978269,20505.720411766557,8652.218694800964,509.78806055818495,3984.264296578419 -4674,582.5663731820566,4046.6865798493986,122.16720824659001,1621.3349197091293,261.71121354785413,2885.8964834487583,312.9514708012789,3400.8423465691367,49.32605140945688,1243.7721794814695,411.9557729246665,6902.2272543293875,230.44428499673992,4026.3958155608907,263.56690325293715,4550.478947804819,206.5726627034125,5166.758720355875,68.95048111089717,1402.041624290346,148.1391195343594,2695.838858070592,333.33495387478064,6187.349478756008,139.8812871476583,1801.422154201676,95.40587209955946,2453.4327886224337,123.93414737726408,4385.689660460311,170.59325491645305,2937.1256511177567,189.02516377070117,3741.688913442663,221.93420254247366,5274.623320660847,2354.795009149721,785.6785145928314,21844.190564573397,9214.4347549522,542.5507893858318,4244.8378805203465 -4675,605.664290237729,3867.0143494641693,124.15995760797836,1549.3479112078587,259.4718373863636,2757.763145812952,316.89591632285294,3249.8454958025636,48.37289391859013,1188.5488956493793,403.69031670804293,6595.76947932245,225.82066451804366,3847.6244918320085,258.2999577823581,4348.438417672251,203.85446771583506,4937.355467884759,69.95975761745918,1339.7912026778693,149.32047591131573,2576.144048296928,336.07033669572934,5912.632161492867,143.46672589390735,1721.439301582824,95.03395876518027,2344.500769170497,121.60318901776154,4190.965748063401,167.33929766752124,2806.717746713745,191.7920575453213,3575.558530172173,225.1828089774082,5040.430897362191,2240.2205513430163,764.639493963618,21884.61209223762,9392.160807515551,515.0300971706084,4341.648216808239 -4676,580.9923407982344,3736.7925914172074,118.45230504476389,1497.1736003336744,244.6797837965751,2664.8954363423,303.2020412178452,3140.4069068552403,45.02975667065539,1148.5244962732345,375.5597305938344,6373.656857115895,210.0846723808161,3718.0556874906592,240.3354680184835,4202.004697924949,190.6385637071327,4771.089958883008,67.33343919758974,1294.6737166636938,142.26651917011915,2489.392364275396,320.30821128069545,5713.524197266849,138.56293571870515,1663.4698109202639,89.35105019835325,2265.549675558408,113.24733552348057,4049.834922494306,155.8063611567394,2712.2014904269495,184.59210387666775,3455.151550595449,216.72935260197158,4870.6943219446,2033.1295473614205,708.2436826606234,20766.447803101724,9032.857920410885,466.541258505691,4191.965916728676 -4677,503.21036625337786,3595.848981675482,98.4028901463265,1440.7035002468472,201.53616883920938,2564.3814331714984,252.34552835831798,3021.957655342954,36.77023990707852,1105.2046746825602,306.5394888003654,6133.256518397518,171.4753814914598,3577.8187926147402,196.18786183296513,4043.514309232378,156.18375968062765,4591.134923981689,56.225722232648124,1245.8414674552591,118.07489268814902,2395.49795154017,265.8990191785665,5498.022612683565,116.0646334258566,1600.727382992636,73.47552136501166,2180.098117434521,92.50313224515037,3897.084043533167,127.24645659479914,2609.9032067904245,154.14071347897482,3324.8308223687445,180.97641416029597,4686.98242922137,1629.9191915415115,576.3806880338202,17182.2573861918,7550.485838966174,373.4951086351741,3509.4244759506255 -4678,394.0714065879667,3292.9729318467926,79.73937524331895,1319.3539698987145,166.3225245658055,2348.385232360218,200.22933880075533,2767.420103275523,31.642947521507704,1012.1139948943107,264.23486636095674,5616.656261728022,147.81056329776177,3276.461414028423,168.99898160523082,3702.9316964343725,132.7919357119705,4204.426578583327,43.699010803592685,1140.905040953886,94.87083690129263,2193.726697899496,213.39650277892494,5034.927699831441,89.69750479207372,1465.8991437968057,61.861854555318715,1996.469853452238,79.51225561080592,3568.83515795128,109.44173956741385,2390.072736229453,119.79920285808234,3044.7824580020906,140.656090549853,4292.200910027093,1502.1763505744984,501.50940688611075,14008.468564991652,5916.473401469256,345.9744164199506,2714.279494565664 -4679,325.5985222293343,3074.052222308498,72.12602878752809,1231.641767824704,156.0724739087025,2192.2618229129307,170.69762326252723,2583.438763271054,33.17268065799509,944.8274673455901,277.6882771442184,5243.254354242373,155.33627802851058,3058.6384095946537,176.9229428587764,3456.7564465513983,132.52981007998605,3924.911359711205,37.603413359210506,1065.0563333420187,84.08290542441246,2047.8851695368808,188.94161976845984,4700.199790633918,79.15979546282612,1368.4444463809978,62.06119695897519,1863.7421918724453,83.2138304993876,3331.574803501377,114.69090612222068,2231.1778925448316,103.08835056756067,2842.3617427726635,121.03590029094714,4006.850350471457,1705.4794552122894,524.1537091172931,13138.766549045562,5150.293338914755,389.22495086253423,2293.6526561436012 -4680,333.2531768545973,2962.220065090457,71.7428115532341,1186.835386587549,157.94256821533392,2112.508666130513,171.66981093816918,2489.4548264203167,33.4251914111554,910.4552165733611,279.8489673607329,5052.507937827406,156.54494833918292,2947.3669975436055,178.33124995738515,3331.001741543522,133.3675475404244,3782.1254626269724,38.03167200804681,1026.3102292739068,84.55674057837156,1973.3843479235907,190.0427030508016,4529.209370195437,79.3514587699083,1318.6612665894356,62.094058390359066,1795.9403802106851,83.83742378139611,3210.3741308176063,115.55980764543996,2150.0089927292283,104.2624056274855,2738.9583448142544,122.41435683222252,3861.0835625518343,1728.098793951501,530.1926861212579,13217.864104958055,5172.601110427421,394.5205284252899,2304.259394203566 -4681,338.0586310523494,2888.7266472400456,73.45377508270921,1157.3897049469213,167.4416186126744,2060.096799793431,176.95171657665867,2427.6908319305135,35.9824760160752,887.8665958107543,301.55784731219757,4927.153957060305,168.68869688524396,2874.2420879996653,192.16615393684415,3248.358758418556,142.61340044722257,3688.2899875846965,38.830640299506534,1000.8472167809862,87.82913632999539,1924.4241905839701,197.28446308170527,4416.838557270839,79.98289180083837,1285.9449520216149,65.47119827038993,1751.3826519200898,90.1891400269431,3130.723948769054,124.37479129487367,2096.6667339460455,106.452747300343,2671.004105869432,124.9860341833442,3765.2891173780554,1921.3935178341974,576.2976031303148,13808.164904449786,5260.424877545587,439.53293770871215,2324.677934105617 -4682,371.1961535699467,2919.0077561976473,85.27945324643147,1169.5220553011468,203.2296686146378,2081.6917872310105,209.13121939788903,2453.1391278664737,43.84948741951836,897.1736671991971,367.79274367221143,4978.802902787714,205.7398910587208,2904.3713624051884,234.42662965924907,3282.409714950227,172.83767652438885,3726.952528080866,45.95951459079926,1011.3386087755223,104.32476772405074,1944.5969883983266,234.30988952584278,4463.138116188481,92.65459860322392,1299.424884171944,78.13175935474698,1769.7415398958403,109.8439206436041,3163.5417971104416,151.54068446339437,2118.6450661219396,125.996289400434,2699.0029358844868,147.9320819174991,3804.758802101991,2403.7775094873055,709.6088135700151,16476.419341233614,6135.43596286133,550.7400665265791,2703.1219079384286 -4683,545.6178553606594,2974.5664399602806,124.4082055145474,1191.7820530301499,276.22708491752434,2121.3134893153842,297.4705589941288,2499.8307410495827,58.84312265441283,914.2499452427376,492.82809414773897,5073.566520803169,275.6835205291563,2959.651465621945,314.0420385663181,3344.8851787255853,234.2987812512783,3797.8891593612566,65.59699741518732,1030.5878354425638,146.93893464519363,1981.6093083878172,330.1649853274734,4548.086872717062,136.46570811375278,1324.15737625242,108.64840563151533,1803.42576370371,147.5553099196437,3223.754798566965,203.42141886890315,2158.97011527058,179.831713709571,2750.3741767696283,211.14018460734815,3877.176352425474,3077.059150301815,936.0231346271642,23067.278486370164,8920.921633653628,702.9879214558017,3962.5463335546146 -4684,740.3630780826212,3141.6973579893242,173.75175505987323,1258.7442919425632,372.6601923279731,2240.5029840040315,410.96549284671784,2640.2878513888027,78.80618965419686,965.618585258209,659.4880174745073,5358.633217889477,368.9115546843465,3125.9443612353325,420.1869210134799,3532.8230654414774,315.4722762631324,4011.2798213580604,90.80709181714043,1088.4931115638733,201.9742646393668,2092.9492934144005,453.93448010433144,4803.628629694323,191.8003719620876,1398.5573408775006,148.2794442397434,1904.7542125949221,197.7272015633783,3404.8867752298315,272.4811766473505,2280.2754095531513,248.94424412599605,2904.9084829836866,292.28511799975195,4095.021896043596,4011.042207081699,1241.302147349928,31496.349422923067,12423.68244590755,914.8110239660243,5554.978190951356 -4685,717.020333312482,3627.429705391241,185.16990402632692,1453.356550869797,397.60060088210145,2586.9032414997996,442.12396894937626,3048.4981497520494,83.29193489782222,1114.9111900724954,696.8316178731701,6187.122150845503,389.8012226017993,3609.241165292352,444.08309848071497,4079.0266761007683,334.04253068644516,4631.456796316962,98.22864100983692,1256.783132519015,216.67343447256326,2416.536532235516,487.10717942498184,5546.309271550215,207.74497400817808,1614.7858513777533,156.93808121447614,2199.244938302362,209.02298791029497,3931.3103792616967,288.0083130455238,2632.824812374683,269.2901435161028,3354.031315531264,316.17321239987234,4728.146087070229,4199.406539655787,1309.8565649140799,33581.16884294993,13341.905363656504,957.1756444680688,6008.5292777460545 -4686,728.7261507115329,4040.708339355572,162.53141140565336,1618.9396934221897,350.0614174720136,2881.633098361251,397.3564354622226,3395.8182229983568,71.42076962323416,1241.9347331999866,597.0377037793669,6892.030473912812,333.97742137889963,4020.447550966192,380.7006466516548,4543.75644608019,287.83561537623723,5159.125777800435,89.7576333292347,1399.9703638042731,193.23552865556715,2691.856248419921,434.7778678339513,6178.208799715642,189.91926995776154,1798.7608819098332,135.29689776272892,2449.8082896758483,179.33220564024774,4379.21060481709,247.00203873682125,2932.7865842895017,246.06719295317134,3736.1612513081577,288.9071759047549,5266.83102785461,3503.065106336272,1120.449270621302,29652.873480092003,12101.805509982107,796.9844231947129,5490.101491203073 -4687,658.743202384606,4285.881336343305,148.9873336783518,1717.1700687038715,317.6744138925484,3056.478339247147,360.50074601413013,3601.8620304291208,65.21221422638321,1317.2900508892512,545.1464776137092,7310.20957141468,304.94994489409777,4264.391209483148,347.5330401628205,4819.4522627313545,262.7885078340598,5472.159588348049,81.08267533724697,1484.9146114365187,175.4958914463276,2855.1866371681767,394.79083280015914,6553.0762338952245,172.12950241691053,1907.9020421333557,123.955572796105,2598.452237712199,163.74113873299686,4644.922479630281,225.5295555362333,3110.735601146864,222.28512024359782,3962.85562622529,260.98467481379487,5586.399934907434,3200.3068444411665,1021.1186163033171,26994.445884677338,10988.295999294318,728.1419148788907,4975.53215305758 -4688,648.8624650956317,4366.977517862601,143.46378982152834,1749.6618538613966,303.79078205285055,3114.3121201564586,347.1668639010881,3670.0154005540066,62.074362688785286,1342.2154243881882,518.7679602194252,7448.531199062298,290.19404394617857,4345.0807611655555,330.72108168010135,4910.644515817744,250.56048589653344,5575.702176780482,78.27812525797978,1513.01172738991,168.68439798654052,2909.2116359089996,379.5254003465768,6677.071608024546,166.60537564317931,1944.0028013909357,118.5233334546049,2647.619383930606,155.89320096907753,4732.812331679369,214.69059104084909,3169.5960219499243,214.59655115030938,4037.8396106100117,251.95753569446782,5692.10414545545,3016.1189281445672,969.4973155656079,25919.346428079276,10622.229943517175,685.7772943768462,4815.5284911679055 -4689,603.2603629522672,4485.177809456641,131.93340223062464,1797.0196752542136,275.7845411246373,3198.6067150362405,317.829275591982,3769.351128463231,56.161337206671526,1378.544957548311,469.20097186246903,7650.139418036454,262.4667247966803,4462.6883767002455,299.1139760003553,5043.560156283056,227.22939626729388,5726.618828043559,71.723655502813,1553.9641771406061,154.15562107002197,2987.954808335846,346.86841007169323,6857.798851944286,153.38324571856208,1996.6208185536398,108.02163443583692,2719.282080138806,141.0748236515205,4860.914616469278,194.25303012628908,3255.3869774786253,196.62771759122492,4147.13117838929,230.86035124027842,5846.171430442476,2697.9640978797943,874.0628999991776,23657.467989792007,9761.83096100416,612.9631028889571,4430.1378499417915 -4690,586.2009892036775,4598.829427336103,128.27460453260085,1842.5550368675829,268.7685499762496,3279.657421065668,307.8756475379065,3864.864143176358,55.119815503641505,1413.4764299226294,460.6216964726596,7843.989195860228,257.6675567477444,4575.770126332218,293.6139336296904,5171.36083576234,222.64341655141098,5871.727789702537,69.16447418624013,1593.3406635056258,149.65403627857728,3063.6677259825215,336.6612619169225,7031.57121231138,147.87048865538148,2047.2139490739053,105.73205662833429,2788.186997849493,138.43297754044042,4984.087171495049,190.63983285509573,3337.8764600659388,189.61181777892244,4252.21690475415,222.62299226171376,5994.309780736992,2672.9237070670074,859.2505813940508,23011.68278033761,9433.368350549697,607.6675253262015,4269.930742112906 -4691,559.5852893496541,4550.158723852731,120.82529720085482,1823.0547594017314,244.99392894677374,3244.9478854349472,288.0777861516227,3823.9612004409896,49.578563745550355,1398.5172118675798,413.89266619676346,7760.974055092192,231.5277653471537,4527.3434659079385,263.8325209477518,5116.630871579104,201.6659001668828,5809.585645336632,65.0125415749702,1576.4778917488563,139.2048677133159,3031.244069958983,313.2685880760819,6957.1541192436625,140.79803095861524,2025.5477088584867,97.05631393705828,2758.6788317448986,124.6046352093486,4931.3391770995195,171.51174926500028,3302.550775993742,178.2294498945282,4207.214498948863,209.25896871544953,5930.870316730881,2317.734245635718,764.7147158428011,21257.44633361868,8910.223755588077,525.5860731034901,4056.2540399117347 -4692,516.2666440135904,4483.35834249207,111.10595578238896,1796.290692352596,226.52073209527367,3197.309161294136,265.2300032129147,3767.822045303663,46.01402965970089,1377.9857340089127,384.20287842951257,7647.036045876685,214.9195700907657,4460.878032847776,244.89326253733074,5041.5141747237885,186.85542372743507,5724.295755421032,59.74278391184159,1553.3337926598676,128.3211742899533,2986.742708103401,288.7444050705398,6855.016902378212,129.24260031014057,1995.8108650190277,89.75830106738181,2718.1789702683946,115.63178760543143,4858.942727296096,159.17466847838813,3254.066390132026,163.78260646057623,4145.4488441547555,192.29694835365544,5843.799859851789,2164.9352979838,710.6840513446039,19620.49158552092,8191.684671933681,491.164818945579,3724.14264672101 -4693,511.39116792077346,4419.027232323484,106.88336757973723,1770.5159570767385,215.19868314412815,3151.4313990932433,254.9721049210128,3713.758069913883,43.358817068975256,1358.2132007217358,361.85713859395395,7537.309746805754,202.41956796051247,4396.869489640355,230.66733873622223,4969.17416105217,176.675358739374,5642.158600023619,57.63285781487776,1531.045213494312,122.99045339349672,2943.8863358212293,276.81183822226967,6756.655180234609,125.24041028251617,1967.1732414286207,85.36751126108065,2679.1761831976046,108.99610019866644,4789.222406943834,150.0050250993823,3207.374226033647,157.99832302125978,4085.966352254873,185.50562858026495,5759.947956017949,2004.0746989606378,666.8421400362155,18752.994933916772,7915.126793644896,454.0957760062899,3606.0631895814963 -4694,471.05415854135913,4336.956338159781,101.61121031716625,1737.633646086319,202.89430957262155,3092.902501392117,241.4419573416056,3644.785549609851,40.923588966629325,1332.9882437373524,341.4873795573067,7397.325601429964,191.02491138504922,4315.210112685994,217.66882818666738,4876.885848441276,166.9096647910733,5537.371510699913,54.45222124135245,1502.6103921930483,116.43311347233532,2889.2119988698996,262.0352616278358,6631.169478734166,118.85765610427701,1930.6385792934723,80.82938005861712,2629.4180863547585,102.88406742723994,4700.276187646593,141.5841262068925,3147.8063490305913,149.27872687748922,4010.081119052532,175.26796192225518,5652.973263572291,1882.0334636831665,627.7780955511307,17726.6268458047,7493.831431438436,426.29399380182326,3417.766929896729 -4695,473.9650078010729,4235.521124219603,104.05202166642425,1696.9928771005732,208.07315293045443,3020.5639297158477,246.626429378437,3559.5392217329104,42.086468789305336,1301.8115527262983,351.24031259936555,7224.312721783454,196.4806127714923,4214.283511897836,223.8691216951979,4762.822454478594,171.50506090543033,5407.860300519637,55.58553830340775,1467.466481414018,119.03678763282761,2821.637457100763,267.88072255770453,6476.075896437604,121.10300005749309,1885.4837006038497,83.01670216579048,2567.9197531156606,105.79728657002455,4590.3434413846935,145.60303099610516,3074.18365478146,152.3856731932746,3916.291049586175,178.9158236099856,5520.758293515233,1945.6045396017837,646.2332979367852,18152.472942567154,7646.666624135961,440.85683209940106,3485.309357840523 -4696,501.04533887326454,4194.778092822017,109.02640967814189,1680.6688801128528,217.17093301102693,2991.5080172513567,257.90652479304265,3525.298708223791,43.94008238458129,1289.2889498609331,366.6922392993414,7154.819407639298,205.1242789954613,4173.744772883704,233.71775471279682,4717.007118156856,179.16894679719104,5355.840108539501,58.06111646371406,1453.350383022897,124.47122595682727,2794.495091347968,280.09996993244505,6413.780146789957,126.76234702862293,1867.3465412413184,86.86507972778809,2543.2179910280147,110.46063215945476,4546.187243959873,152.01738318425745,3044.6119545123975,159.17237808118463,3878.618809378715,186.88408512154035,5467.652094326434,2027.6655319896206,674.2363297775424,18971.75531557801,8000.363343851876,459.3913535690456,3645.329095510743 -4697,536.9873212177632,4138.959486107752,118.59196846728321,1658.3047423301048,236.40255863989688,2951.7009509888385,280.2690352675551,3478.3886553460547,47.89982032829352,1272.1327830170942,399.75678291580783,7059.612452279728,223.62028175407173,4118.20605001253,254.77624223256015,4654.239372314154,195.20474381981597,5284.571610891289,63.08537765520687,1434.0111017420113,135.31046905409997,2757.3096147822794,304.48637855683523,6328.433970271575,137.60756755845247,1842.498341913885,94.5946962831672,2509.376180641727,120.41091662032368,4485.692545025921,165.71498908378135,3004.098250682084,172.94620212486646,3827.0072358640805,203.05591427971035,5394.895749377966,2214.357143468116,735.0560841461299,20653.6564728026,8693.115864149557,501.7559740710901,3959.8160339893384 -4698,559.1574527012233,4064.7512785645667,125.47996397243608,1628.572674910328,248.59273302692623,2898.7793320380865,295.9410106940282,3416.023950371733,50.29063250320678,1249.3244675693395,419.63206783513203,6933.039291128571,234.73833403872248,4044.369934851055,267.4287505109639,4570.7926117320285,205.1532331356167,5189.823501325562,66.66296958482158,1408.3004385150623,142.74396542147917,2707.87327580835,321.2326153052448,6214.970249965657,145.6907247014164,1809.463831715454,99.66388257083418,2464.385088305111,126.43723219923291,4405.267693206645,173.9931127356131,2950.2371903805797,182.75403652289626,3758.392080731132,214.57128007744,5298.169616931532,2308.9570035764427,769.8736471759673,21774.883434713123,9192.798208653008,522.9382843221124,4192.627982741325 -4699,583.1860952296637,3900.4795193066207,128.07703662905334,1562.7559791145118,247.8372937891905,2781.6288478041206,300.8773288986222,3277.9696819705896,49.653061597516036,1198.8346062944604,413.9927283127019,6652.849315578493,231.58373917803115,3880.921861707808,263.8515286344611,4386.0698348447795,203.67239744575596,4980.083377422568,67.90607166213869,1351.3857653298671,144.5481370276863,2598.4380173190034,325.3600097715683,5963.800122513678,149.92010910261874,1736.3366496128158,99.90983172942151,2364.790095597982,124.90120450008013,4227.234395626675,171.81536120612523,2831.0071021712993,186.16195434975862,3606.50143926958,218.57251203062296,5084.050822404036,2214.287815093837,754.0521393893555,21927.111956210843,9403.415006647036,500.43207968040116,4303.246255053063 -4700,559.9149189263629,3790.5318082152703,122.37775815362224,1518.7046151610596,234.08493959175718,2703.2195846845693,288.2310916746677,3185.5694368787817,46.317608130986706,1165.0415507773769,385.92683299380997,6465.317102971581,215.88393447900071,3771.525446854947,245.9956508017517,4262.43418014104,190.79484283793562,4839.703517540871,65.44624092991194,1313.292558849997,137.92669163250605,2525.1925840324425,310.56525082581487,5795.691004229356,144.97279962804754,1687.3923494661278,94.15041173899418,2298.1307894958663,116.56454830768487,4108.076034777647,160.29613415428514,2751.2059522289906,179.4184204466445,3504.8404572460563,210.65493751699233,4940.740301677397,2013.1588261908828,699.3898984797845,20840.769368035308,9053.712780168462,454.0957760062899,4160.005856722186 -4701,483.5608417472978,3648.678464991259,101.20368111989767,1461.8700236234235,191.17952953360162,2602.056804642716,238.5969851938967,3066.3556437867114,37.443696438077836,1121.4421174170034,311.7937604492939,6223.36507817332,174.4145729117422,3630.383380052793,198.76167261312824,4102.920800668835,154.86085761269985,4658.586946328289,54.389742364800135,1264.1451174011931,113.79753740366692,2430.6921211809936,256.3003489543048,5578.798444863034,121.0219901487948,1624.2449447711938,76.87254164482594,2212.1276764367735,94.27279155386162,3954.339211229917,129.6023324680483,2648.247374919166,149.10744337544205,3373.678561902085,175.0668581820059,4755.842623658823,1587.734810255659,562.2852723343558,17131.45774928574,7535.3022689711925,357.4514854860008,3470.0264135471602 -4702,376.0014300075519,3338.329609817925,81.15718509542879,1337.526458522564,155.40614283340332,2380.7313691007316,187.2788711111331,2805.537933282923,31.665664695581842,1026.0546283239187,264.123852600727,5694.018837919886,147.74846321740773,3321.590666019445,168.26611099735368,3753.9350553991485,129.61748717053493,4262.337416699789,41.81321424904701,1156.6196136543565,90.31971797547995,2223.942602327687,203.19485695330732,5104.277675982357,92.71977315940516,1486.090113106129,63.74583100328971,2023.9687859051453,79.63234191989623,3617.991500970617,109.56404037277406,2422.9930673917092,114.62936217215734,3086.7206154962378,134.58618722579493,4351.320732294906,1433.5661073593953,481.09574015736155,13786.131773586503,5851.454764174981,324.35412571877856,2660.1449862185527 -4703,313.2359161586751,3118.239243845714,75.87548563591206,1249.3456249440003,150.08230249148775,2223.773818604248,157.1101657480501,2620.5736120040438,34.30284151374149,958.4086002052006,288.6685065551374,5318.621907010238,161.47851775908995,3102.603870005024,181.67052172400037,3506.444532669198,124.22823357369013,3981.328795148585,33.54366299512733,1080.365659188276,75.47806322655173,2077.321867272652,169.57026811147693,4767.761372011997,85.4449013169249,1388.1147316760575,63.053656792954776,1890.5319828117292,85.73045964150636,3379.463504456695,110.3833880944879,2263.2492753521155,91.95869686427845,2883.2184005200515,107.9685881408667,4064.4455928189423,1661.4468460577914,517.839747748564,12848.708220741924,4958.33373267354,372.1488794342446,2165.2361514024415 -4704,320.5226256924992,2992.76109699969,75.45267942587182,1199.0718769955195,151.88477982432906,2134.2890177462373,158.02354546009562,2515.121562050904,34.56112369637143,919.8421767621023,290.89199370140034,5104.600220898929,162.7223160969122,2977.754891603546,183.10145800084808,3365.3449801425368,125.03469217282118,3821.1198694909626,33.925630549373444,1036.891675882287,75.9015680865164,1993.730302314145,170.55426076270655,4575.906349102882,85.64455652811434,1332.2569059867226,63.08847713248085,1814.4568547648537,86.36549596270353,3243.473676636422,111.21754113970238,2172.175979586795,93.00584662064261,2767.197507458802,109.19804532786397,3900.892041900755,1683.4585476129669,523.824164532899,12923.295969831986,4978.805316632505,377.2121294945744,2174.626785705418 -4705,325.3362727884439,2922.3867608720084,77.15702377097332,1170.8758785252342,161.10467478502392,2084.101526041981,163.00532647287187,2455.9788491938043,37.18731811741097,898.2122235403864,313.3136311067497,4984.566299012175,175.26477463232587,2907.733424184165,197.22532085463672,3286.209388913558,133.77931435250886,3731.266798910318,34.63598478572331,1012.5093209393248,78.8213694402156,1946.8480280879594,177.01531062232306,4468.304585693367,86.2565624677721,1300.929081188302,66.50954530276739,1771.7901692367602,92.86159743847885,3167.203871148195,119.68785156483597,2121.0975815585766,94.95325617744153,2702.1272658959792,111.48449639284513,3809.163140442587,1871.6079081861299,569.8375768827319,13496.708452030805,5065.731547524707,420.24975500737816,2192.482827996868 -4706,357.9882876311492,2926.9354282834342,89.47088188190257,1172.6983357792778,195.61012526779297,2087.3454103972404,192.77497526151825,2459.8015570927228,45.2994101732345,899.6102823888817,381.9841203498687,4992.324729411594,213.678417149482,2912.2592838153364,240.51192290825344,3291.324342811725,162.22081156011183,3737.074480466634,40.99281062896725,1014.0852821411704,93.6082177848121,1949.87827866907,210.19963431881405,4475.259459608552,99.85320431667026,1302.9539650248316,79.36375087248179,1774.547943912788,113.0507069161596,3172.13359408115,145.81632504899784,2124.3990499250745,112.38025634801909,2706.3331014823134,131.94551495996234,3815.0920669193024,2341.3420827122886,702.043280814648,16097.523313957146,5909.003803548145,526.5780062743052,2547.222191488799 -4707,525.5318016013111,2987.8875274745105,130.79107438018062,1197.1192453056449,265.68405650662805,2130.81342929207,273.89219766939436,2511.025805857995,60.83260117249822,918.3442573975608,512.1933529859344,5096.287621507105,286.51626889693034,2972.9057589722374,322.3968084470426,3359.864675432154,219.6966972690386,3814.8973569868144,58.51345665467517,1035.2031469590934,131.88804137526265,1990.4836070625508,296.2851153292607,4568.454702609808,147.2476682282308,1330.0873887929724,110.3809705050905,1811.5020978211737,151.97787062275881,3238.191833564476,195.77000465696906,2168.638694011928,160.41245178768963,2762.6912575426213,188.34005407116092,3894.539624196755,2997.484516242841,925.0694693127896,22550.990206893403,8588.759557589754,672.1464455087885,3738.95498589754 -4708,713.1377927416567,3161.1916297868916,182.84518862570116,1266.5548161766571,358.2990861943335,2254.4053333256056,378.1723674694688,2656.670870863259,81.50298932613738,971.6102607790659,685.6607587272142,5391.883604705814,383.55234634400773,3145.340885489022,431.5154287520727,3554.7442771951473,295.66341630651885,4036.1698633268693,81.00496094019279,1095.2472250728163,181.3166447827656,2105.9360702217177,407.4203440977561,4833.43520602915,207.07579254741924,1407.235406846591,150.6583526969608,1916.5732365481556,203.738349365031,3426.0141406864304,262.2563554450019,2294.4245472777307,222.072069132223,2922.9334768203253,260.7345317769602,4120.4315586438,3907.585867955699,1226.0527924361606,30803.55224519598,11959.315010513106,874.6764479219829,5244.814711160528 -4709,692.3613959624396,3648.028660763754,194.90833057989278,1461.609674751763,382.20423579104477,2601.593396444902,406.7530812981192,3065.8095471987317,86.15402199928731,1121.2423963849114,724.5806358700085,6222.256740188512,405.32376903013255,3629.7368340525204,456.1010717659434,4102.1900990444055,313.04405636176847,4657.757284432627,87.62747165114286,1263.9199819584983,194.52676080471338,2430.259231840028,437.2246555365778,5577.804899707259,224.34617159346834,1623.9556780567539,159.47181102488622,2211.733711901471,215.40839640820474,3953.634970951937,277.2096370515811,2647.7757405024277,240.22743442542782,3373.0777332423936,282.050722901135,4754.995641204257,4091.1957403260826,1293.3840336535325,32842.64412225597,12839.868016116558,915.1824484046219,5673.095174720147 -4710,701.4932233763456,4075.798032373083,171.19453820436738,1632.998638558801,336.32753621798264,2906.657329837142,365.3590956555522,3425.3076612306854,73.90378852727547,1252.7197502999147,621.0435840757701,6951.881176632796,347.40609087258724,4055.361298385761,391.11688721968085,4583.214631489513,269.6825262521436,5203.92785817296,80.07566200158774,1412.1277694306689,173.51808209899727,2715.232449192528,390.32594973169273,6231.8606429008105,205.22555989203514,1814.3814023377415,137.51749905934003,2471.0825350845603,184.88613241231664,4417.239866737678,237.7624091634944,2958.255034938678,219.52443086731756,3768.6062437109576,257.74335295500003,5312.568425464454,3413.054717547033,1105.3175088336418,28996.0471585355,11635.412008129499,762.0191340796435,5183.779404368043 -4711,634.1568503418334,4319.541449975267,156.9350296349313,1730.6562422821844,305.2289189100681,3080.483065495697,331.4810809534873,3630.150047692412,67.47885356804859,1327.6356786188835,567.0616349400926,7367.62191336655,317.2090831137558,4297.882545667647,357.0454645505693,4857.302893226357,246.19785297444164,5515.136399673671,72.33592913651401,1496.5767155948572,157.58600626078115,2877.6104746721658,354.42196623316977,6604.542262317752,185.9924040296368,1922.8861713000429,125.98329541747435,2618.859755028869,168.81081588808578,4681.402402009422,217.09275164513494,3135.1664487593957,198.30624284613464,3993.9787862518374,232.8311055909938,5630.2739579719655,3118.0696392843756,1007.4402750117506,26400.068860371866,10567.276928338326,696.1968832953554,4698.6266504570185 -4712,624.3031325703508,4399.4679750606465,151.15788427618133,1762.6793959351555,291.8471516500792,3137.482705355812,319.1649375965339,3697.3204365428865,64.2408313441857,1352.2015515478224,539.6939068490365,7503.948517590167,301.89982676530315,4377.408305769402,339.813105093564,4947.179873465768,234.70977713222698,5617.185585427018,69.8350196345199,1524.268584694035,151.47800755706143,2930.8562667205683,340.73550464827196,6726.749241674233,180.0549089183121,1958.4662465433591,120.46902400873364,2667.3177597336526,160.7431690504781,4768.02461199449,206.6659013324144,3193.1779212074825,191.45009303291127,4067.8812708897985,224.78130888162403,5734.453588599653,2938.6953797567094,956.2669825929141,25349.841931203777,10213.901326618825,655.6908828127164,4548.133840100856 -4713,580.1843977899966,4520.332481636273,139.0563793672262,1811.1046547729104,264.9028923820045,3223.677286432894,292.1363623632368,3798.8951752949224,58.13052387303474,1389.3499463639866,488.20029841495773,7710.100952404728,273.0947739965358,4497.666777465533,307.37864749631854,5083.0914104372505,212.81076371388122,5771.503872996095,63.9885040508056,1566.1440958745052,138.4393667549856,3011.374297202738,311.4339561262593,6911.55004771754,165.79592193715774,2012.2702650918106,109.79845041197763,2740.5957212367516,145.48756072515658,4899.014301051429,186.9990402883006,3280.902590654498,175.42208934252236,4179.6362524924425,205.96285028904566,5891.993524654619,2628.7884197657563,861.9090228530384,23139.937205621776,9385.85275484678,586.071194483181,4184.934241925955 -4714,563.7460787744329,4618.843551340085,135.16878791182083,1850.5738437345703,258.2039468674709,3293.930503238626,283.0333897956269,3881.684047337247,57.04511362252946,1419.6278849813925,479.2145776774336,7878.126268115759,268.0682441439785,4595.683896166289,301.69575533956794,5193.866618738559,208.53761279939152,5897.281572454771,61.7042590155029,1600.2748884260873,134.38924879635127,3077.0008201412943,302.25355844944727,7062.172638263274,159.80926216355587,2056.1234323428203,107.46341986712301,2800.3211987810478,142.7438023324086,5005.777938737689,183.51526892472978,3352.4029117287537,169.15991705693597,4270.722569677859,198.6104418336768,6020.39704080296,2604.3221355170454,847.5358817672993,22508.4979283126,9071.881178966069,581.0079444228512,4033.405507224262 -4715,537.7644787174805,4593.760920324563,127.44409190065593,1840.5243020314526,235.24916367188303,3276.0428128492135,264.67073860424,3860.604561185363,51.33578815177255,1411.918595410846,430.8034201283831,7835.3441015235385,240.98748615859265,4570.727033663755,271.2091329555123,5165.661324817344,188.78004691350293,5865.256383458361,58.00308565258744,1591.5845952599225,125.02940920334085,3060.2911664480735,281.3025872612427,7023.821508054053,152.2537903732602,2044.957653549369,98.65915999757017,2785.1140538381137,128.55150008127887,4978.59406043842,165.12105894229563,3334.197686910984,159.01328878405099,4247.530409736913,186.69729858165286,5987.7032732261,2258.478485959177,753.6317990626288,20798.69716635663,8566.093996083417,502.52756848773834,3833.49975087161 -4716,496.1253821117319,4543.27074357347,117.17133931821716,1820.29503913858,217.53141664085973,3240.035718981295,243.7049201642905,3818.172529993249,47.64082929923184,1396.400151879089,399.8678092989753,7749.225577844773,223.6823888955815,4520.490023115462,251.72295588946795,5108.885371986982,174.93649038132392,5800.7911584221465,53.300972822088305,1574.091436838584,115.25006473489796,3026.655405993031,259.2723600028376,6946.6224557828,139.74371016085482,2022.4814569934297,91.23858842648455,2754.502774041623,119.28375394409211,4923.874170038525,153.24061949740798,3297.5514109172987,146.1226224169248,4200.845663869009,171.56238371973714,5921.892230413509,2109.549620150133,700.5068950391241,19196.867323959934,7876.119850944683,469.6164430955943,3519.4732235806573 -4717,491.0940066921281,4458.080767687038,112.76738677669587,1786.1630449778188,206.6084933741887,3179.282446647343,234.21358405554355,3746.578728056514,44.90233494446252,1370.216527353815,376.6958864849663,7603.92137358864,210.7202275767488,4435.727204036542,237.1467655750546,5013.089667480102,165.36305150223862,5692.021664636812,51.4198155594724,1544.5759579873622,110.47222416581036,2969.9031859282672,248.57905831826992,6816.3677047672745,135.45262140132263,1984.5583050888815,86.78125401556818,2702.853634436276,112.46618736521725,4831.5475741809605,144.42072757275582,3235.71967315928,140.9655001762184,4122.076433284669,165.50741310591118,5810.851994252242,1952.902555217441,656.9924900464948,18349.348612246373,7608.513987043105,434.1736926732854,3408.486813040117 -4718,452.57189284858913,4387.121606493972,107.21942358646865,1757.732732017958,194.78683195791936,3128.6778866660347,221.76663839242434,3686.9445272107973,42.383204640205655,1348.4068248157546,355.5131879793753,7482.889945365364,198.87082011058592,4365.123843962607,223.79678602481792,4933.296443371563,156.2070798976315,5601.421896740515,48.58223950171803,1519.9909807092085,104.58443333254834,2922.6313104554,235.31434352148486,6707.87174879007,128.55714568264057,1952.9701396862831,82.16880768978635,2659.8323800621124,106.16685626581376,4754.643951076314,136.31539832519132,3184.216803241019,133.1863915987719,4056.465444762507,156.37397169426305,5718.360806941805,1834.0040022930207,618.4633879058401,17347.161097393833,7204.074637636139,407.59162985655354,3230.9266291403887 -4719,455.53110004464276,4278.798418577681,109.7834044904412,1714.3322452944637,199.77368094503467,3051.4271530312058,226.5490692630678,3595.9095341832926,43.58458793273898,1315.1130757535182,365.6428538264096,7298.128599222394,204.53726237647106,4257.343806653515,230.15947352819654,4811.487556904619,160.51536658533078,5463.116207693533,49.593019495039506,1482.460617203736,106.92016551056328,2850.4681089193705,240.55726058181574,6542.246512670105,130.97491773669051,1904.7490119375116,84.38916232308901,2594.1579929412233,109.16525987908929,4637.246204584601,140.18253007605517,3105.5947484903327,135.9574071260812,3956.3065460443772,159.62741747374776,5577.167758783166,1895.9235720013703,636.7385903108445,17763.83893926117,7351.673472428338,421.5155675224608,3294.665874424142 -4720,481.43093158670075,4234.026565671933,115.03857910755916,1696.3940711601892,208.5050262874844,3019.498084567744,236.90242062602002,3558.2831921645097,45.505253822040515,1301.3521916402547,381.7369709609214,7221.763529367051,213.54016404571067,4212.796447317048,240.28966640495216,4761.1418308194025,167.67982118377182,5405.9520668927225,51.80178311371852,1466.9486668384575,111.80238230044247,2820.6418057378605,251.53228421130493,6473.790729086878,137.09902775311517,1884.8183832323662,88.30016530979242,2567.0136293343858,113.97985788289392,4588.723679181684,146.3588882506188,3073.0988892181185,142.01264993258255,3914.9091355095693,166.73687029290846,5518.810222367622,1975.8984115300052,664.3063245408491,18566.06400689165,7691.754457097276,439.2369427336151,3446.076004194428 -4721,516.1365498404966,4170.605188985632,125.12612213175485,1670.9838273351404,226.97613806076393,2974.2690992379025,257.4534803977811,3504.9837583545127,49.60486778327354,1281.8592701227767,416.1486923762082,7113.588916376002,232.7897657220122,4149.69307603586,261.9362256376289,4689.824807927415,182.691875691034,5324.976447806572,56.28423165847991,1444.9752799132707,121.53699410283184,2778.39148357191,273.42846215755014,6376.81998172631,148.8235274268523,1856.5857364092647,96.15699162272531,2528.5623971988007,124.24409021170042,4519.989303416011,159.54575764496053,3027.0670187930386,154.30111488041237,3856.267810726953,181.16474124016523,5436.144103829124,2157.8131095712333,724.2767661379544,20212.107966537653,8358.275523152515,479.74294321625416,3743.386757881932 -4722,537.5832367281496,4098.411392196529,132.41489242793898,1642.0588484886407,238.6612878644808,2922.7840582866356,271.82380671144375,3444.311967635023,52.08547063257513,1259.6700952989713,436.87654974596677,6990.45163308044,244.38473922408744,4077.8612710355537,274.96660514180303,4608.64324222703,191.98291964412252,5232.800312651182,59.476594671388895,1419.9625426734005,128.21760655336132,2730.2971133123388,288.4747536434639,6266.436278388183,157.57927954492715,1824.447960882141,101.31250559792271,2484.7926056217807,130.47449912170308,4441.747615585786,167.51920188294193,2974.66803799311,163.05285861893836,3789.5152407576784,191.4401523479794,5342.043639996062,2250.0423900977366,758.4792162342947,21311.061139077014,8838.656364922796,499.99594345757345,3963.900860802548 -4723,560.2579990724352,3936.0890645305435,135.24451826128973,1577.0232068840162,237.8507072785945,2807.0238121313932,276.23754631736335,3307.8960048893496,51.44441497720406,1209.779402932294,431.1600458361918,6713.586703737667,241.18697931210275,3916.3528547077567,271.3743087998905,4426.11259147665,190.51445522395872,5025.5491985785175,60.58775644486178,1363.723282367781,129.85543789829205,2622.160535443065,292.21870200147714,6018.246815315911,162.21634297215888,1752.1885873405479,101.57207215663449,2386.3795179850154,128.93978506695046,4265.827059333303,165.43686155403964,2856.8528667587098,166.0990670401478,3639.427102759448,195.01670175152535,5130.465817479642,2157.9717838388888,742.3808372462021,21464.21286173895,9039.080482563422,478.4771307011717,4069.8083781684145 -4724,537.8331559637517,3813.6000347798586,129.2905778275709,1527.9470708163035,224.57879252129004,2719.6707015695893,264.53800066901783,3204.956014073011,48.00406519899501,1172.131701661283,402.054262452196,6504.663402459167,224.90547075700493,3794.4780054678563,253.07667919212975,4288.374286268374,178.41415272298497,4869.156740174724,58.394832990013256,1321.2849282129132,123.92091440671038,2540.5602732103644,278.96074895237285,5830.962127108247,156.91276332026877,1697.66139639418,95.7280266437005,2312.1166375006896,120.3738951335329,4133.07675591905,154.35679626659206,2767.9491021200724,160.08724945003323,3526.1700378514106,187.9582344232738,4970.808408856677,1962.1106282070198,688.1178502055355,20402.212122378158,8700.370412712608,434.1736926732854,3934.990360207122 -4725,464.04435876238375,3692.345640625211,106.96870742973101,1479.3656006352298,183.3620295180694,2633.198071977745,218.91686181342908,3103.0536131304466,38.818754249047636,1134.8634726760167,324.91729668014295,6297.845956252954,181.75575884021282,3673.8316011543275,204.53449063496248,4152.024322651947,144.7688415482933,4714.340649030026,48.530878122581385,1279.2743340197624,102.25215661434346,2459.7825057643686,230.24005821925098,5645.565186261509,131.02525692928893,1643.683815572338,78.1684964513109,2238.602294219221,97.38420357236286,4001.6645172303774,124.80900415781413,2679.941448363104,133.04558629986212,3414.0545543904864,156.20865237325873,4812.7602767563385,1547.5927797345971,552.8841972488094,16772.298802422778,7239.405176450144,341.7693790722654,3282.9026358588712 -4726,360.95918793074543,3384.0761753680795,85.67955920412284,1355.8551584897332,149.18438759948847,2413.3555543560083,171.97972826697995,2843.983425480853,32.801756829649115,1040.1150959226288,275.0256961291823,5772.046425503403,153.84685460351565,3367.107850627866,173.04039721468197,3805.3768410088705,121.24833432653556,4320.746058391875,37.305916777801045,1172.4692693675079,81.1321907682156,2254.4182437197046,182.48276290947982,5174.223786936708,100.29985736956664,1506.4546446888428,64.79584192885986,2051.7041001364223,82.19067470485473,3667.570393621688,105.49185011813952,2456.196382863919,102.27277482224132,3129.0192748486656,120.0783338535494,4410.948750608092,1397.041703685224,473.8960508527977,13496.987148524962,5627.433029982757,310.12406619520385,2516.180813218886 -4727,328.16397947481994,3151.5744553639233,68.6919356955674,1262.7016240864825,151.7890499275598,2247.5468407538906,156.61102401368245,2648.588580973344,32.06308801279545,968.6543674187866,266.1523848730383,5375.480079969702,148.88320558493626,3135.771933189386,167.77860731677418,3543.9298123519843,115.70253213292388,4023.890775526375,30.188269836318682,1091.9151956252667,65.48731739676425,2099.529260106158,147.30705185131643,4818.730627856637,82.23680264747345,1402.9542274855246,58.638264582878264,1910.7425178607477,80.90128674787641,3415.591306696845,104.04946481048484,2287.4443057562776,82.76001208151696,2914.041146216752,97.1684241257823,4107.89612465619,1559.3610748546785,491.48501102868084,12002.626209592507,4571.6319202194,346.5126219047154,2012.7355940991117 -4728,328.4208605698726,3018.8834261248862,68.33927655478973,1209.53798143902,153.61870520227234,2152.91816934332,157.5458804871217,2537.074812278474,32.308267430499015,927.8710234711517,268.2337773783076,5149.155747618571,150.04751748247114,3003.7462389952957,169.11942486986237,3394.719409420986,116.47618343714444,3854.4725320064367,30.532949866075413,1045.9421896876581,65.86366161995124,2011.1325865112165,148.18235038163013,4615.847168908771,82.43401545330062,1343.8855165739126,58.706312402830164,1830.2943498429452,81.51024526566961,3271.784351676588,104.84793357048207,2191.135827706145,83.70493948482928,2791.351003745803,98.27786217906205,3934.9409961933475,1580.0410480415246,497.11220644381933,12069.27167504153,4587.108061104006,351.22707934559577,2021.6161339567998 -4729,329.9215991454269,2958.386187371804,70.02860128892763,1185.299315112654,163.1220360969004,2109.7745343889233,162.66514335613897,2486.2328290059168,34.78718564215994,909.2768524100135,289.10812311448404,5045.968687812043,161.72443523458043,2943.5523435299683,182.290334109345,3326.6905651025145,124.75159023132079,3777.230415594107,31.211466281698023,1024.9819188060894,68.48263154952333,1970.8302789767883,153.98465334778018,4523.347403661572,83.07169576318462,1316.9545783835163,62.02504928060479,1793.6159695806775,87.70278287191947,3206.2190776553743,112.91056513255889,2147.2263258810526,85.56506684750701,2735.4134254160463,100.46183533177995,3856.0863233477744,1756.7506979002023,540.6803421142938,12629.33776150837,4673.7083020545915,391.29996759308,2039.6055871357394 -4730,380.43832190472733,2965.8589927164494,81.37046905558859,1188.2933498653808,198.2063224788872,2115.1037691196275,192.5347202680796,2492.5129874422746,42.40008673970196,911.5736617148488,352.676224639398,5058.714671395982,197.28384881072606,2950.987678976999,222.42613997153475,3335.093697574196,151.40793883665827,3786.7715998242443,36.972355013354964,1027.5709960515533,81.41214528826715,1975.8085441894211,183.0347996805352,4534.773259690124,96.21461202915924,1320.2811708527508,74.17047940509387,1798.1465961300228,106.83318662482502,3214.317902332788,137.6384470096069,2152.650162847538,101.35832772722172,2742.32300745524,119.00468269117482,3865.826695517415,2197.7785880194365,666.222301716197,15075.061219300904,5463.52416341467,490.3035738515699,2371.32487667384 -4731,564.2189163276215,3022.977220492022,118.53771002959347,1211.1781904422564,268.8255555347,2155.8376607679606,273.1506419538191,2540.515244090324,56.88088429209904,929.129274497489,472.4110868528063,5156.1383242270895,264.2624337109012,3007.819506391807,297.8496237373591,3399.3228608414774,204.72974751394364,3859.6994373593407,52.68594544942488,1047.3605525854891,114.49590690236471,2013.859807835158,257.5310550353604,4622.106545794977,141.75627580201527,1345.707909220881,102.78322824659783,1832.7763432298857,143.46920766962583,3276.2210954850652,184.60210232105584,2194.1071446611045,144.43654788969724,2795.136249945422,169.582765778068,3940.2770218066,2813.410987387888,877.9808183065383,21030.683728926848,7918.0257355732065,625.8442252768838,3476.3284577021154 -4732,795.5137835995768,3183.4800874965845,165.44084044618904,1275.4848516706663,362.25202061658973,2270.3003576761926,376.86847534890455,2675.402128973607,76.16549686857691,978.4607452620766,632.0470136568821,5429.899892161053,353.56130856581035,3167.5175851386784,398.43494421781594,3579.8075371204495,275.28711696094047,4064.6274868572605,72.8751781770434,1102.9694305942005,157.25868316678435,2120.784289671046,353.8015893507681,4867.514068938636,199.26815159599832,1417.1573320337704,140.02342201016765,1930.0863248177247,192.2209133015404,3450.1697693955475,247.1563831713534,2310.601733123794,199.78457391151642,2943.5420595372007,234.56681220033843,4149.483281948125,3667.4109016791353,1164.1001941705008,28761.336460784547,11040.349703913282,814.4225229121031,4875.036786144388 -4733,858.9730694420143,3659.0104354101504,176.28315237231766,1466.0096040181509,386.2651110490904,2609.4250543231956,405.2347540041411,3075.0386494583227,80.49629117728928,1124.6177073997394,667.7932103473624,6240.98779404445,373.557403484468,3640.663544241509,421.05210903420726,4114.539050057019,291.3907570435768,4671.778676700017,78.7984581863139,1267.7247997666018,168.64657870530866,2437.575117129921,379.5306432955761,5594.59594005433,215.84826628195654,1628.8443225687795,148.17101462930648,2218.3917629916878,203.1909226739327,3965.5367218214096,261.1980158639334,2655.746422533831,216.02302440196738,3383.2318145218674,253.6323561111766,4769.309753134882,3839.6634161420893,1228.8926614247941,30708.66015881434,11891.553431129683,852.1381824391472,5273.9531386298995 -4734,781.0986436026985,4082.426083397563,154.65895577746826,1635.6542162428043,339.52342855913105,2911.3841276175567,363.7323889018386,3430.877886686622,69.01221423159589,1254.756919550798,572.0512398166737,6963.18630578514,320.0002223664887,4061.956115252276,360.85717080377003,4590.667841926432,250.83708355875592,5212.390470671844,71.92466302942698,1414.4241675432668,150.27047456772078,2719.647952383223,338.463705172744,6241.99487673441,197.3613348443893,1817.3319441499325,127.65328387241435,2475.101002387933,174.30110839910853,4424.423169490062,223.9051707223836,2963.0657407585595,197.1787722035378,3774.734740333237,231.50734375440402,5321.2077089410495,3203.0304795921015,1049.9292497110214,27080.93297982792,10735.026742252656,709.5258448525124,4816.388747456119 -4735,709.9781176632969,4289.910151548319,141.76684605224656,1718.7842433250225,308.1682116195762,3059.3514907510253,330.01694073730914,3605.247853641609,63.013242493843414,1318.5283301998413,522.3336700254927,7317.081316374911,292.1886693423261,4268.39982353394,329.42656502230057,4823.982645406975,228.99359437345626,5477.303529120944,64.98150282053206,1486.3104612268464,136.48534149769054,2857.870570397834,307.35661743280485,6559.236258193346,178.87193076072052,1909.695508670062,116.9212341860444,2600.8948354099066,159.14794940814159,4649.288800777197,204.44246947546515,3113.659755575128,178.14435831073672,3966.5807907245567,209.15906279596706,5591.651263918388,2926.1974347914693,956.9269431561711,24653.11663334982,9750.905774424768,648.2378981210663,4365.537241368415 -4736,687.6591409887864,4404.146600796315,136.4852954846324,1764.5539219533707,294.56939124635016,3140.819269552598,317.68432856588424,3701.2523616405306,59.977697753803575,1353.639553827813,497.026104302764,7511.9286112861655,278.03184894731567,4382.063472092012,313.46501446460576,4952.440964853678,218.24730245952674,5623.159196143355,62.716526546889675,1525.889572110888,131.15476384212522,2933.9730934902495,295.39832228263725,6733.90282076559,173.13971415551663,1960.5489826004139,111.74769613662082,2670.1543257881476,151.5116999081749,4773.095180250569,194.58495927777432,3196.5737146273727,171.93501061418618,4072.207269876839,201.86867562288901,5740.551908280966,2757.799947258172,908.2657460048057,23649.53201959737,9414.710089981203,610.5222385940224,4224.805490584107 -4737,633.5765040969864,4527.415405705044,125.48618879855887,1813.9424807077212,267.2928959646942,3228.728477143928,290.7077322968449,3804.8476768379273,54.26081538296658,1391.5269234370282,449.5028512734686,7722.181935347972,251.4477766152165,4504.714186566709,283.48203262593904,5091.056123351846,197.81737347156243,5780.547261698392,57.44953617586517,1568.598092291118,119.82605356242559,3016.092829650602,269.9080360828,6922.37977858012,159.40703523803134,2015.4232980935628,101.77743941685816,2744.889969829212,137.1011624707723,4906.6905829282905,176.0286700413363,3286.0434478859174,157.4957536079828,4186.185338501437,184.91556247619235,5901.225708994677,2466.904674722946,818.6280860967912,21570.66624219639,8644.734985803609,545.6984487819157,3886.589227798577 -4738,611.0170725442404,4620.6630183046545,122.02575443635517,1851.3028266361878,260.6188306337751,3295.2280569807294,281.7075389567208,3883.2131304968143,53.25744109579619,1420.1871085207906,441.311040640735,7881.2296402755255,246.86535280140043,4597.494240018757,278.29284607925786,5195.9126002978255,193.89539647455976,5899.604645077297,55.41640826812622,1600.9052729068255,116.35661084581271,3078.2129203737386,262.03102679698964,7064.954587829348,153.6704702207552,2056.9333858774316,99.6492349945119,2801.424308651459,134.54073475936414,5007.74982791087,172.78095884530643,3353.7234990753523,151.9220095305626,4272.404903912392,178.37143669779255,6022.768611393646,2443.995337080547,804.889158273134,20995.292435240728,8357.824989336063,540.9839913410352,3746.3170943538958 -4739,582.4554240891429,4575.631242447274,114.86109888978304,1833.2605124481686,237.2112375926998,3263.1136243391234,263.2233837319605,3845.368348783404,47.893383203115626,1406.3463356072289,396.4467194211658,7804.421233076067,221.76866256228033,4552.688261027872,249.99305196831108,5145.274592145265,175.34250740754405,5842.1086379086655,52.043723664542796,1585.3032679277028,108.13901196439858,3048.2134606160307,243.6161471921058,6996.101384256319,146.34375440077588,2036.8870499253287,91.29954601785887,2774.1223584662034,121.0769725217389,4958.945605030524,155.35313054103196,3321.0389851214654,142.67592089901387,4230.767160748092,167.51561588459634,5964.072280353117,2119.262682682833,715.8585453041118,19391.856385122464,7886.908059821472,467.9099010073877,3559.048553929936 -4740,534.852650547253,4539.8267597369895,105.63466334791494,1818.9151815324078,219.38911095404754,3237.5796402495625,242.40470575231956,3815.2782000665566,44.45161699371706,1395.3416238221525,368.0235239512211,7743.351349972025,205.86898743236833,4517.0633079907675,232.05997290730548,5105.012629278781,162.5159617447156,5796.393923012686,47.83344761347811,1572.8982115672786,99.69989618267056,3024.361078209114,224.57947051392588,6941.35663368983,134.329376253217,2020.94833386681,84.46209205000686,2752.4147490114706,112.3620359966467,4920.141673339211,144.19305516322035,3295.051732953966,131.13360665769116,4197.661252157164,153.96379952563788,5917.403195470616,1979.5442141680362,665.3516303349091,17904.177311517335,7252.536589412065,437.2659276416646,3267.7565335694026 -4741,518.1899677715189,4463.864064391353,101.58924259909867,1788.4801655930985,208.2681258931404,3183.406807477468,232.87985519907278,3751.4390205320287,41.88239184164194,1371.9940565507468,346.5795560209388,7613.785648309387,193.87342824380804,4441.481502322542,218.54812798783425,5019.592955882258,153.54677491779162,5699.405705404441,46.12420735434024,1546.5796769670942,95.51893737364867,2973.7559270970246,215.2114564438704,6825.210316405922,130.1792105067025,1987.1327962440287,80.26136394223221,2706.359942493676,105.90392352927755,4837.815355008313,135.84837610270299,3239.917247832557,126.44778844871642,4127.423844490034,148.46218637147962,5818.390189035792,1832.4740242542857,623.9813956964524,17095.32568377313,6996.639402873265,404.26472555550123,3163.7851207521558 -4742,491.90408609252466,4383.41769340271,96.56919083801705,1756.2487318326375,196.33525281472288,3126.0364392610645,220.47989116749375,3683.8317522923003,39.52898836351051,1347.268406021211,327.05946987652834,7476.57236939754,182.95407089947963,4361.43850291195,206.22581921450865,4929.1314115081595,145.02445676742627,5596.692786915452,43.57594125150019,1518.7076986402285,90.41781193251794,2920.1638218962266,203.70395080462092,6702.208497069837,123.54678947912508,1951.3213065067973,75.97311071747484,2657.5867646320567,99.96263775734226,4750.629750068389,128.2121679370466,3181.528466021125,119.46181228640445,4053.040694593087,140.25996071202084,5713.532969158135,1720.8862835577713,587.5251513578891,16173.893968618699,6632.671592985622,379.51382399087873,2999.073062214435 -4743,501.7761254981895,4286.531146873957,98.8961152919978,1717.4304201009352,201.3925447047601,3056.9417519400545,225.26074821817144,3602.4081323142773,40.65340996594124,1317.489773858652,336.4113600292008,7311.317920150448,188.18543256799245,4265.037761754964,212.10994291180717,4820.182971443644,149.04411125362344,5472.989258291492,44.48863533587325,1485.1397490630438,92.45157160145092,2855.6195307082007,208.2745167286544,6554.069788688459,125.87787384676345,1908.191311653704,78.04002885075637,2598.8462060689867,102.79595851498243,4645.626726739443,131.86219472343336,3111.2072401384908,121.96392896480283,3963.4564607130637,143.19769269760022,5587.246925577792,1779.0083635067929,604.9188452727658,16565.810002608217,6772.166329754505,392.47858195330014,3058.520942089061 -4744,524.9758338578522,4238.185345504337,103.61976689768439,1698.0603170709142,210.18807123433962,3022.463920408241,235.5441877453186,3561.778237872899,42.44348578829001,1302.630416319648,351.2069560793183,7228.856948374817,196.4619534397934,4216.934374330821,221.43822113626933,4765.818358072624,155.68709889646973,5411.261944873418,46.46888738409699,1468.389545027622,96.66855622019213,2823.412319355145,217.7662923849067,6480.14946819863,131.76126136539193,1886.6697047955054,81.6426287800407,2569.5350222320444,107.32599421107699,4593.230852482905,137.66736254438052,3076.117373274663,127.39271585202877,3918.754469237623,149.5716244247594,5524.230952798965,1854.0424970800211,631.0677860512884,17312.99964044512,7083.205684130041,408.97918299638184,3198.909667423081 -4745,570.5266339257934,4178.272938119789,112.71441096827986,1674.0559677595268,228.82229749280444,2979.737358225989,255.98994647407244,3511.4277478861354,46.268816850691145,1284.215996512163,382.8795406848225,7126.667405655769,214.17930708093022,4157.322377791591,241.39493652429442,4698.44715372157,169.6347184701446,5334.766533824521,50.49266353063749,1447.6318986650751,105.09223236918332,2783.4996172664564,236.7381133369295,6388.54390515658,143.03283018204482,1859.999110015195,88.91587645856121,2533.2112146373306,116.99502412105927,4528.299402909292,150.07616694627197,3032.632347914501,138.42374758410838,3863.357643695287,162.52314464483743,5446.138574021452,2024.7471533193743,688.0726723658096,18840.753046255813,7698.467585572529,446.6948425234256,3474.953409294797 -4746,604.7797584381748,4101.075607178115,119.2477192030471,1643.1262859335786,240.56287377647155,2924.684044483936,270.24549427179176,3446.550978477835,48.576375543072345,1260.4889569550126,401.8983424289623,6994.995848920844,224.81825052456176,4080.512127196995,253.37087663347197,4611.6391387332005,178.22961338593308,5236.201948957182,53.348775542898856,1420.8856041031745,110.85061969039182,2732.071971367662,249.7248791906891,6270.50984051175,151.43829069609578,1825.6339622678881,93.65065441504531,2486.4078709166797,122.8459292810582,4444.635019852815,157.55621624931808,2976.601751911425,146.25367178720208,3791.978654581045,171.71624861743652,5345.516291064002,2111.2545883239236,720.672498510769,19864.918123711883,8144.304511179954,465.55267228694754,3679.520446603373 -4747,621.8738369606641,3947.590685080203,121.66007420310805,1581.6314162578938,239.56966651343242,2815.226198365975,274.4793853629549,3317.5619865381946,47.95294976868368,1213.314491547719,396.4258842894387,6733.204432281836,221.75700758048558,3927.7968042055804,249.9257746923541,4439.046106623951,176.72810288446635,5040.234323581548,54.31102924103218,1367.7082094035723,112.18315635540705,2629.822733885354,252.78072555188353,6035.8326956425835,155.85098055509977,1757.3086463464886,93.75270570170234,2393.3527422320676,121.33522919774545,4278.292205157632,155.51490994755628,2865.2008581534583,148.89165429215473,3650.061849297908,174.81350049585762,5145.457518660237,2024.7187527650187,705.4322019770898,19999.64310390281,8322.196484413143,445.5162281632054,3776.559016888116 -4748,601.2717831146508,3822.762342461684,116.20610102719382,1531.6180171810738,226.04684986119995,2726.2048057057787,262.7410030557182,3212.6560331730343,44.72562260214255,1174.9477891367128,369.49362399893033,6520.291084155337,206.69134792986273,3803.594371804376,232.96595884247876,4298.677255721721,165.39734578995825,4880.855059819588,52.31518290694169,1324.4593615402785,106.9891776201029,2546.6640582678133,241.16431878247815,5844.971217889243,150.72097495749256,1701.7400873715937,88.26467219159395,2317.671578720495,113.22193300533371,4143.00661761534,145.03303523782554,2774.5991968048766,143.42011625377862,3534.6417848963506,168.38937469691976,4982.750950196616,1840.8356478751264,654.001529795418,18991.21218031477,8006.00855563499,404.26472555550123,3650.5648788008134 -4749,501.78245593184096,3701.313010820674,96.06963499748468,1482.9584438537438,184.4483168518888,2639.5931563516456,217.34412408754113,3110.589806432382,36.152107215997475,1137.6196450042041,298.4737627761617,6313.141143004257,166.96348825245641,3682.754007453691,188.1990263018527,4162.10808587068,134.12606398343803,4725.790074934859,43.45692454945005,1282.3812280246168,88.23179821283466,2465.756426538963,198.93598372230392,5659.2762192782475,125.82995618839011,1647.6757282189647,72.00151204004258,2244.0390483713263,91.55830972762713,4011.383110941983,117.21976344807445,2686.4500554678193,119.13553245145606,3422.346056334368,139.8768759759441,4824.448728289382,1451.8471134435706,525.417878623929,15600.059898422758,6651.688121825937,318.22587725943254,3044.738884166862 -4750,385.9534161422308,3395.64277507986,77.10314174100066,1360.4894022456963,150.34907371745823,2421.604280511353,170.93241563829417,2853.7040157290603,30.583927748084065,1043.6701562538012,252.93981312724634,5791.774985695861,141.49221400515827,3378.616453471408,159.408909931883,3818.3834249010433,112.51317993643053,4335.514147974915,33.45842693034478,1176.4767095108027,70.124176367028,2262.123730256279,157.92741549538735,5191.909019851466,96.38130082490207,1511.603629805046,59.82178575788814,2058.716720072708,77.36481109624002,3680.1059621075788,99.19222031462616,2464.591536785364,91.72502538229448,3139.714103087478,107.69423475332543,4426.025148390985,1310.819184209006,450.0974449729589,12570.655371307308,5175.782964677171,288.7605182539295,2334.8000753282977 -4751,323.5945095002054,3170.7438250477385,63.829523991281356,1270.3819738847465,140.61569310018405,2261.2174859765582,146.56122992604284,2664.6985521538113,27.80643257000992,974.5461824235978,226.4455668617474,5408.176297793636,126.67157538700026,3154.84518444294,143.40475330721858,3565.48567329344,102.83290372137553,4048.3659865473537,27.51531289498572,1098.5567414128623,56.833677938726055,2112.2995922429927,128.06261419227312,4848.040431613578,66.59248088419395,1411.4876600973953,53.526907345289366,1922.3645595463304,71.07707225172122,3436.3665520144546,91.89299124482224,2301.357626272488,75.43220065153054,2931.765725723546,88.56485011661783,4132.882296029112,1385.114442609679,435.6087462031706,10593.085768240187,4035.7596153833388,306.1819373495851,1798.8641974127852 -4752,329.5085456050527,3038.442677084575,65.23995416981558,1217.3745400551998,140.60749513934695,2166.8668585856576,146.11960737341371,2553.5124403522937,27.651668187706665,933.8826707077563,225.20091904013483,5182.516966083198,125.97533079916994,3023.2074165947047,142.63976977935687,3416.713689919528,102.87385912008824,3879.445538555256,27.596896093581947,1052.7188163041046,56.61247935902995,2024.1626514128193,127.59587642418846,4645.753097831685,66.31936531147092,1352.5925086532657,53.7119592635801,1842.1527694854124,70.67818437152606,3292.982139794749,91.38153974126999,2205.3321279574207,75.65585793755854,2809.436079282795,88.82744584952063,3960.435355395851,1392.7310717339076,434.9069795310899,10567.644736001375,4028.4113393487282,305.1405021885321,1795.835122026819 -4753,331.7872501721615,2964.6243571204113,64.75765690531622,1187.7986839787416,147.70941643324042,2114.2232881496684,149.59315808089204,2491.475397568501,29.450732565208114,911.1941894291036,240.0980018103102,5056.608816323693,134.3086224123405,2949.7592340506285,152.07826563023607,3333.7053559823476,108.2064616591792,3785.19523256515,27.9853779252589,1027.1432360898366,58.37391940452688,1974.986049402716,131.48693224189506,4532.8855123292005,66.46205617925175,1319.731560728225,55.76873091824931,1797.3980589271657,75.22526959541422,3212.9798376072067,97.3270450768778,2151.754051965869,76.72086634172864,2741.181426008127,90.07787085202054,3864.2174189947887,1478.4343464129097,465.2542897178711,10915.18774045164,4072.11637834241,335.3421218590694,1799.3935276058435 -4754,360.37597774741766,2960.4655772880064,71.80061687989325,1186.1324380680167,178.16942873614718,2111.2574523091716,175.97005428519765,2487.9803518601116,35.633219451510534,909.9159647497102,290.75756001216166,5049.515397315926,162.64711512284617,2945.621307036855,184.20748132804835,3329.0288287291255,129.71090928983952,3779.8853545844545,32.95974523943346,1025.7023579006718,68.97981038412314,1972.2155357854308,155.35812534314303,4526.526773217448,76.65412693566664,1317.8802391650859,65.19916044141667,1794.8766660295069,90.96327161975724,3208.4726643059853,117.75863404833126,2148.735567909325,90.35790818782048,2737.336092280073,106.08910420729009,3858.7966885634455,1860.1901128811216,569.1595924863592,12943.563087727947,4717.804829561946,416.57406442120424,2081.2789971923544 -4755,533.4450995210375,3020.767872251578,114.25195554981764,1210.292998722723,242.9055809363731,2154.262063006187,250.87813013914482,2538.658504037404,48.01229950412204,928.4502187262973,391.1271261468674,5152.369951426628,218.7929308232488,3005.621236193483,247.7299886571398,3396.838459725124,179.98039126908802,3856.878569208973,47.18522566536475,1046.5950872759,97.40984231207884,2012.3879748379459,219.49665452712856,4618.72847106293,113.25684100995964,1344.7243962187868,93.25669099321433,1831.4368554025898,122.69834180844477,3273.8266635113314,158.6681362416623,2192.50357757944,129.35653044404125,2793.0934196806893,151.87733662056132,3937.397263386332,2591.3403249312005,761.8216150573389,18330.56850139911,6887.604276630063,534.2562376201944,3066.5488863958785 -4756,716.7353450382427,3183.999933399848,142.0499999045063,1275.6931317781564,320.933304071809,2270.6710860324815,341.337633102979,2675.8390083628615,62.855010019152694,978.6205228626736,511.4597479372444,5430.786566849284,286.10589695405116,3168.0348244475144,323.8984125079431,3580.3921012551377,232.0416000338261,4065.291219592902,64.42005233433169,1103.1495398218885,131.703382728854,2121.1306028234417,296.87600513705206,4868.30890891824,157.5347392715566,1417.3887465276857,120.50719254313645,1930.4014979745612,160.75171320580586,3450.733164350405,207.7192656195504,2310.97904248714,176.60516281284785,2944.022724796187,207.35189533441516,4150.160871198095,3126.355867888138,979.8551060101044,24426.720362886957,9433.791030030641,674.8499843623507,4246.971289574204 -4757,709.5326400730373,3656.346214125415,133.58000568734315,1464.9421640478097,360.21516974437,2607.525063630802,381.0772822998791,3072.7996333183337,70.30193908489849,1123.7988438063896,572.1853463991284,6236.443567453086,320.0752403600167,3638.0126818085237,362.4382758890634,4111.54314646299,252.97402437719663,4668.377032346237,72.14275988589904,1266.8017361529974,147.07183366530995,2435.8002548755394,331.5529470708885,5590.522368293303,175.30065626985282,1627.6583183771238,126.10269367903946,2216.776493875304,179.77022594335477,3962.6493107231977,232.3294417893908,2653.812704040628,197.77667657415708,3380.768394870419,232.20934250971794,4765.837093851151,3463.0367089475517,1097.0137190201178,27050.68254744881,10392.403337718159,760.2476675686978,4717.184363220064 -4758,732.2443006911359,4075.343165631941,131.33274766088994,1632.816392833397,322.3648319065829,2906.332941401616,346.4640717919808,3424.925390440794,61.50049344779805,1252.5799444150653,500.2149653665585,6951.1053335928555,279.815668609759,4054.9087124226444,317.0078743665148,4582.703136099697,224.63803326556328,5203.34709001733,66.61674434285507,1411.9701733104844,132.82024041676382,2714.9294241344173,299.67071485541135,6231.165155509293,161.6232954205096,1814.1789139540888,114.66419194859502,2470.806757616958,157.33423586876984,4416.7468944443835,203.24288341712278,2957.9248881020285,182.6273117518391,3768.1856601523245,214.42249268614285,5311.975532816783,2885.01757202019,957.0882618347619,24246.3874316496,9557.40046704964,650.8969756581316,4354.633872086404 -4759,659.7233627711261,4326.169500999747,121.01449335232695,1733.3118199661876,290.5915631538082,3085.2098632761117,312.7981709746901,3635.720273148348,55.71046403168346,1329.6728478697669,453.0931113433684,7378.927042518893,253.45613520401992,4304.477362534161,287.08646749671885,4864.756103663276,204.02638715580161,5523.599012172554,59.917656701300295,1498.873113707455,119.99149885077719,2882.025977862861,270.68188082813975,6614.676496151353,145.9770906515265,1925.8367131122338,104.75092758918997,2622.878222332242,142.52782534936307,4688.585704761806,184.10835795161708,3139.977154579277,164.26201366896547,4000.1072828741167,192.85981974265232,5638.913241448561,2636.613826364838,865.8031739665228,21967.731576922102,8645.274027493226,588.410865994951,3932.6283294496566 -4760,645.8084564267888,4429.489161066617,119.39270662996746,1774.7076062356366,273.90418416185366,3158.892328615248,298.089892205345,3722.5502927842194,52.18153651567759,1361.428734135967,424.18980614145335,7555.154125973461,237.28789108885402,4407.278960520508,268.7755651379666,4980.938547930096,192.7233036811595,5655.5162595553675,57.293915687816835,1534.6699220747273,114.02573367827854,2950.855907958727,257.2837191458207,6772.651380602075,140.2562070041027,1971.830471446731,100.0074337848057,2685.519061130985,133.5419678489372,4800.560762858449,172.446129481555,3214.967598701704,157.06912586347005,4095.6397682753604,184.41465938809455,5773.5844786986045,2463.936379898209,809.1364893213591,20867.70950761283,8291.012107922692,542.5877189086185,3778.8586504184846 -4761,596.4654825394384,4547.559488033265,111.78296488002087,1822.013356338879,244.5460527641896,3243.0942391584103,269.67606474863635,3821.7767981975403,46.33001545297155,1397.718321927286,376.41054490847944,7756.540670900078,210.5606101131882,4524.757263092216,238.49538564035979,5113.708043817805,172.66235910721844,5806.266973610643,51.93457869438006,1575.577343426586,102.86160786882434,3029.5124999979444,232.13539834211477,6953.179909708183,128.06848278544942,2024.3906335830018,90.711663559901,2757.102962139233,118.61119422283745,4928.522195494052,153.10834703279846,3300.6642246021233,142.37670404762488,4204.811166825851,167.1643057628348,5927.48236226524,2184.5945309751646,716.1160049443199,18816.107940702488,7550.1096035385535,472.8115631180668,3448.2196680032966 -4762,579.1638180387608,4623.652141703143,107.84810798982573,1852.5004410423596,238.02313263699372,3297.3597517720304,260.98882974590003,3885.725194930794,45.39484737889767,1421.1058326301868,368.91544355702064,7886.328035859295,206.36791908800174,4600.468375451879,233.72452629328131,5199.273854704071,168.5147510367817,5903.421120378909,50.03648991352794,1601.9409042417774,99.76133549933367,3080.2042272986037,225.08289858006162,7069.524932168262,123.36962174703983,2058.2640234263076,88.47301826484176,2803.2365600354947,116.19551502375533,5010.989359148073,150.01789421899267,3355.8930347769247,137.17316468326794,4275.168737893687,161.05483686361552,6026.664761904663,2122.751416105144,701.2371653523902,18259.414212053623,7291.670869721289,467.6043873128017,3320.06900206141 -4763,560.7886509031468,4563.999657270224,101.67251157101049,1828.6002317847165,222.46974271745816,3254.818553767922,248.43583491198626,3835.5931446386567,42.05415705254231,1402.771301623,341.495977639067,7784.58183048436,191.02972107320952,4541.114998567066,216.35336460361938,5132.194932420361,156.17176863488208,5827.257575697832,47.79708302901669,1581.2733124930742,94.57112345445005,3040.4646817861126,213.43376897186027,6978.316789116014,118.94501488981382,2031.7091358929547,82.62130769354445,2767.070339019199,107.70110395445344,4946.339607051888,138.97772692764917,3312.596664098435,131.03391451018868,4220.012244980843,153.84675110301333,5948.911177752133,1888.673896378317,644.0845104025957,17204.39418820597,6984.334738556926,421.7812402264693,3195.6361463286316 -4764,509.764694167173,4471.53181352551,91.50188149443916,1791.5523060174849,199.14547927910277,3188.8750664655545,223.67661322571013,3757.8830100636515,37.597207148792506,1374.3507829401333,305.22790486091066,7626.864137589154,170.7416934525835,4449.110804078273,193.36625513714168,5028.215301676413,139.55860192391145,5709.195791422389,43.03050363889243,1549.2362957188986,85.06074861209902,2978.864060791571,191.97691186379367,6836.934239836191,107.49279293615255,1990.546169849959,74.15488101733685,2711.0087599322064,96.30271813422979,4846.1254545015945,124.24868014897872,3245.48257695402,117.96651548225223,4134.513677458368,138.50433465052782,5828.38465922812,1654.8710066647297,573.5488567376499,15443.967493533512,6302.672534839925,373.8752228180308,2886.040388062883 -4765,510.19928761019963,4379.908724100958,92.47862989509251,1754.842837318976,192.93134698342595,3123.5340161134745,217.92839930309168,3680.8828084690667,36.250400169843445,1346.1899043112178,294.2165754188767,7470.58729912554,164.58205664953988,4357.9471281699925,186.4021342995241,4925.185592967226,135.71540501701756,5592.212578878199,42.029830042598775,1517.4919580775886,82.7402976803563,2917.8262018189653,186.76888265985997,6696.843312751319,105.15995015718066,1949.759254464006,72.9635801880693,2655.4593400911854,92.86919063785125,4746.8268238763285,119.79782316445376,3178.981620956207,115.22320626420345,4049.796195352806,135.28341881323948,5708.959229397149,1594.5927391254245,552.7588076473147,15026.489461311208,6166.3991007154455,357.21226024118266,2824.188664373265 -4766,466.0963800197638,4277.823699630127,82.09842104683221,1713.9417169361664,178.81014010290716,3050.732031744298,203.94786188136217,3595.0903787069697,33.54362265143666,1314.8134903307632,272.13948769124295,7296.466070743262,152.23233604704404,4256.373975110018,172.40457981799858,4810.391490292255,124.41184668829084,5461.871698754479,39.288815259360724,1482.1229096720333,77.32306663286806,2849.8187665098053,174.54243122858796,6540.756175661522,99.00348936008635,1904.3151062540353,66.34569913049754,2593.5670384952996,85.95743180927185,4636.189830505267,110.8526216104195,3104.887287715449,107.7088168074256,3955.4052913986757,126.46078378192385,5575.897268669733,1430.9710962913193,508.04917022963093,13966.43555231979,5768.978990290723,325.96920540959235,2652.3581498545987 -4767,472.31883124001575,4187.175322849983,84.4254228584588,1677.6227740705522,186.5618575166396,2986.0860981840337,210.7970573381249,3518.9093272915316,35.1867948344836,1286.9521951872946,285.58568393293666,7141.851750007823,159.75401502933997,4166.180124473693,180.9112839000364,4708.457841107574,130.24562013115894,5346.132987101563,40.53965725472778,1450.7162773785963,80.08513866761518,2789.4302457477074,180.75166661251154,6402.155575947774,101.68806483555159,1863.9620937456511,69.03404323601048,2538.6085692787183,90.14403123021847,4537.947567128154,116.28289401706456,3039.093787917632,111.13795332998659,3871.589058110734,130.48692857853428,5457.742320736406,1539.8893709192566,535.2031620804671,14516.741962027325,5943.171546796911,346.7979086306525,2727.5936851511606 -4768,505.24814942732763,4144.547839022556,90.01734290455306,1660.5437572737253,199.82064272259694,2955.6862875615825,224.37709556862205,3483.0851167263054,37.84637207895884,1273.850395129475,307.2660320012213,7069.14422130465,171.8818031013618,4123.76638198983,194.64573709532874,4660.523447393838,139.84279517326584,5291.7067498711085,43.04197679575189,1435.947279215403,85.39196443935234,2761.032487469124,192.69823300869896,6336.978514508506,107.75659245852258,1844.9860519323372,74.05113156410104,2512.7642978099425,96.93772871067354,4491.749051037408,125.07210759824291,3008.1543332003857,117.99796871244565,3832.1743961403054,138.5412638477898,5402.17984613883,1656.3802653642724,576.541259209321,15490.265020694098,6312.221095291298,376.9995283011899,2889.849118932869 -4769,543.9952398705672,4060.33257578053,99.7433225130131,1626.802288945858,219.80856139878208,2895.628132019445,245.62119199503977,3412.3104649687157,41.75121006819011,1247.9663540896474,339.03389641762453,6925.502534776688,189.652455395753,4039.9733881828633,214.7585687428424,4565.823802411463,154.77144259827213,5184.181756977046,47.08099730237485,1406.7695057120534,93.5751478035267,2704.929605614867,211.1502684858374,6208.214090864102,117.57012097584565,1807.4968029053568,81.69721998824474,2461.706108829034,106.92568011197427,4400.478822427995,137.97656771303681,2947.0300516423617,129.0707922872323,3754.3064143735846,151.5418518168329,5292.410091875203,1893.758944579999,638.842350573034,17049.211457953803,6901.8410515765245,418.6569347433103,3156.5750877403066 -4770,559.9780637435865,3963.3810437865086,101.90817585814496,1587.9579403066675,225.57289969908422,2826.4871002825794,255.0027781635302,3330.832231094154,42.632032182002504,1218.1677482740324,346.0019243345169,6760.137243130349,193.55030637073915,3943.507987408615,219.1599704221938,4456.8022865142175,157.9205542434301,5060.395255725294,48.98514043680171,1373.1790408435352,96.89855889368299,2640.342022133498,218.68843797970555,6059.976020257179,123.02834370936007,1764.3378791360933,83.44969853619038,2402.9261507552455,109.22014708364777,4295.4053696063065,140.88739804878924,2876.661658658144,134.2909294353545,3664.662092965127,157.67080815270043,5166.039343476771,1905.884548937733,649.0486506039202,17605.48726320358,7189.053614333855,419.69836990436323,3300.77476652217 -4771,588.8237121693415,3785.7232178522117,104.87547526578092,1516.7780178532707,228.05841361053368,2699.790336151165,261.5991393101533,3181.5282892852356,42.81255977924744,1163.5636031285828,347.25231048982636,6457.115335228046,194.2497609298644,3766.7409675693566,219.96261922893495,4257.026944175528,158.90014180380064,4833.563969616733,50.324891084919706,1311.6265430343071,99.11714116994042,2521.989176875133,223.73215568724535,5788.338710324369,127.41273625268842,1685.2517583826402,84.78003933250143,2295.21542824142,109.72764367411429,4102.864614367263,141.4839340096051,2747.7158291808196,137.96380570238298,3500.3942890302287,161.98312747093127,4934.472580575696,1843.843212266142,647.2373754821825,17915.057554564228,7410.1269954979725,412.4083237769923,3411.1804713603183 -4772,560.1521322648242,3656.151270335904,99.3321707063051,1464.8640583761503,210.7599762812867,2607.3860393734203,246.9202784358873,3072.6358022230693,38.96695781230509,1123.7389267218384,315.7293758694685,6236.111061757259,176.61612011931132,3637.8187154998245,200.01539343296523,4111.323933140517,145.60178606072077,4668.128130558425,47.852843311769256,1266.7341946466568,93.0425228344663,2435.6703863936264,210.1230427046209,5590.224300891587,121.99291632904665,1627.5715372404284,78.40665418962418,2216.658302986119,99.94085953401375,3962.4380359073307,128.775168027241,2653.671211885651,131.1867792387502,3380.5881439412788,154.02622938491726,4765.582995828464,1642.6717772625452,585.2316530900773,16737.750182920554,7044.282450116713,361.37800088539456,3264.1522024282935 -4773,482.7160121009062,3565.5678727178797,85.09062078848949,1428.5711498926212,170.18002960383737,2542.7864457339183,202.85506471773658,2996.5093594069936,31.09691799940235,1095.8976032941173,251.74247853374737,6081.607572670108,140.8224360036465,3547.6895182092167,159.4924284718374,4009.4633527007063,117.52741599678362,4552.472383485519,39.501052035441006,1235.350075460723,76.12180155819858,2375.325153725813,171.9689503425878,5451.7230537659225,101.34269807692563,1587.2474508423065,64.43627199865404,2161.7392294587703,79.80219154746575,3864.2661951917794,102.7667722398128,2587.92487461453,108.29065598694078,3296.831992353689,127.14392041695044,4647.512744497434,1265.781655907423,463.839819521342,13648.257487924795,5836.179878887633,279.1046231622068,2710.4067592919596 -4774,378.88035039615676,3323.3839991286354,70.59324697521485,1331.5383890171108,142.00167712798915,2370.072899639323,162.0618999192758,2792.977616410208,27.05442653090588,1021.4610097142483,219.50623061333903,5668.526870752009,122.78977426848829,3306.719995125383,138.99270760586697,3737.128790455786,101.57399334609583,4243.255048239515,30.860224037430992,1151.441459163429,61.613699164311285,2213.9860719024223,139.0064778001584,5081.425963925253,78.54254222751123,1479.4369281676595,55.12412273216017,2014.907532806455,69.32564883140444,3601.79385161579,89.40758319538774,2412.145393458739,84.60214937867919,3072.9014514178507,99.33127516563322,4331.839987955625,1198.265613910571,409.4723716757439,11233.176030189343,4606.978640683782,263.48309574641166,2102.847031535236 -4775,304.6279156361681,3108.4921047953553,59.724182895808376,1245.4403615642516,133.87311364609454,2216.8226416959137,137.89144489780608,2612.382099618226,25.683404663290517,955.4127614761176,205.43842913852538,5301.996708226588,114.92037501399031,3092.905604742406,130.70229069031765,3495.4839232484323,95.63754772190222,3968.8837701402886,27.066040365410462,1076.988601341889,53.76364269338949,2070.8284767694636,121.31910580102696,4752.858079025851,63.35574812741673,1383.7756972885577,49.99722725684527,1884.6224689243695,66.42927273247355,3368.8998183128033,86.1061845401606,2256.1747042023812,74.20053682391992,2874.2059006876902,87.11875519502973,4051.7407574109434,1287.4277130724242,406.1174544674107,9949.338370803753,3814.990064410264,285.91516323362237,1726.2767669326 -4776,299.9242740041043,2956.566726710382,57.07193065388632,1184.5703347364397,125.73706848166941,2108.476985141913,133.4728880637404,2484.703751143526,23.4878744793621,908.7176308079239,187.59799976882343,5042.865326403234,104.94060228026137,2941.742005949043,119.36856453676447,3324.644590631107,87.92077481219044,3774.907351019361,26.200070704791326,1024.3515365091814,51.10767304763092,1969.6181829434022,115.40495892188338,4520.565463732959,62.090680985680144,1316.1446276548127,46.53124941893083,1792.512863531751,60.80898707379597,3204.2471953133745,78.77312009289037,2145.905743109342,71.82651340476903,2733.7310970095946,84.33141734097798,3853.7147609728795,1136.6961196909879,369.3490577897531,9401.325531718152,3702.0595470190106,252.4593301165801,1692.7806032145916 -4777,303.50201685828176,2859.4852363921195,58.977414711443885,1145.6739173330784,132.98719822948016,2039.2432735635218,137.98243693793148,2403.1163000702395,25.11346960125472,878.8790815608141,200.8103563211711,4877.278371460317,112.33147348279827,2845.1472984833576,127.74931695278167,3215.4769372441197,93.58690263170227,3650.9549206075912,26.78106693512628,990.7160454256565,52.93192742691605,1904.9440232734642,119.46477747855067,4372.128687949866,62.779364568414245,1272.9278516650245,49.08859044355564,1733.6541140794964,64.9696593772643,3099.032897168563,84.20229495874445,2075.443025071732,73.4192928287819,2643.9666122004314,86.20149762152286,3727.1746193698514,1249.6539949689993,397.8096664090565,9817.213773413163,3782.8405417626277,278.2619666815772,1716.8025349390332 -4778,321.91680638754275,2823.550789054444,63.28739512797164,1131.2765151277438,155.4525127391199,2013.616605137342,159.9441123989559,2372.9169288574894,29.02531676711309,867.8344244069344,232.55999096982055,4815.986814308739,130.09192821213088,2809.3930324832727,147.96894100252285,3175.0688298000346,107.34829545598288,3605.0742685038117,29.04612188437768,978.2659606663951,58.37562668718584,1881.0050604789199,131.66878376231358,4317.185222569746,66.34430994595562,1256.9312805800726,55.04343036772592,1711.8677094248123,74.99130542820525,3060.088113322945,97.2715506727116,2049.361443275952,79.6288562115705,2610.7405343807177,93.49213803153656,3680.3361330669622,1514.5342181585177,470.53599423751973,10974.143430324071,4075.3812448200983,338.41139107079334,1835.3624877317116 -4779,460.2546961128879,2816.6628087751833,87.66560206360029,1128.5167948645922,199.6285058743601,2008.704438683689,218.24944379523623,2367.1282584097485,36.49799693943692,865.7173644184436,291.66093813751695,4804.238337061319,163.15245656933504,2802.5395896907953,185.55477865399777,3167.3233302079116,136.39207043092324,3596.2797815893255,39.784242080279846,975.8795057561227,78.17510695232488,1876.4163965129678,176.47624910829362,4306.653559108881,93.91605565425043,1253.8650287150153,71.99926070629948,1707.6916517215361,94.45995896435163,3052.62310626195,122.39120011975959,2044.3620781995087,109.06701089761644,2604.3716993008625,128.05543772265554,3671.358046749589,1789.3471328291505,581.0836185829894,14530.018987054696,5663.072163850112,398.17897772836244,2587.632289599669 -4780,649.5493520524112,2804.7063214843815,125.36469472458737,1123.7263397653103,288.17264859378434,2000.1776640135813,313.45613350934843,2357.080005971012,53.339344860175444,862.0424699181692,426.55386780592426,4783.84476547721,238.61032552420497,2790.643054229855,271.33464515553226,3153.8783196707936,198.75566598833637,3581.013888430663,56.203085239352895,971.7369826001469,111.88490533383607,1868.4511730125678,252.4506855893002,4288.372191390691,132.28823923856027,1248.5424813254217,104.48564054602664,1700.442650006881,137.98161667008415,3039.6649881443254,178.83552742850136,2035.6839399681103,154.07865500895446,2593.3163692037697,180.90355139017467,3655.773452921323,2659.73350230402,851.4688937236424,20882.95209152607,8027.687638326794,591.2940310760057,3647.287653436187 -4781,619.8224241000388,2944.3503101648,117.91620812019303,1179.6757370580096,306.10530460823804,2099.764841798567,337.3252011083146,2474.4370537129853,55.11944995589563,904.9628455700422,441.7540408043674,5022.028406724049,247.11316303412747,2929.5868445621404,281.1354747300754,3310.907290938785,203.56231557061594,3759.3095834450965,55.498842975741596,1020.1189565555311,110.70541418270663,1961.4797986677456,249.770582027026,4501.886666387504,125.34752565004665,1310.7063702123528,103.4716009625492,1785.1062714171926,142.38439087639338,3191.007372887139,184.7080471793793,2137.038945621382,152.1480011967023,2722.435428454926,178.63677322339294,3837.7913643038364,2891.5804294085865,907.3297697557563,20952.066420986215,7778.02652898992,644.3615841241838,3527.905783490049 -4782,661.1707962206156,3200.570067264198,120.0940672213616,1282.332078513568,284.9690504097766,2282.4880849786123,316.07306505413175,2689.76457729988,50.63877593169757,983.7134479271912,404.5087504628214,5459.0494004811035,226.2784888619001,3184.5218728853465,257.5936684922058,3599.025134435295,189.44017630598827,4086.447758887892,58.612989922060926,1108.8905372872139,111.78000747846448,2132.1693649992385,252.62757341735906,4893.6445031397025,136.348077312197,1424.7651038640718,98.62877074910527,1940.4476700544783,131.08962268050163,3468.691428062547,169.82564916758145,2323.0058116117325,160.6853185155949,2959.3439721799677,188.6604265467086,4171.759088105377,2459.1069339303904,811.9035478659096,20556.067329816207,8140.870428397758,546.1453168001157,3765.310427494811 -4783,584.2579774045255,3481.2226448484635,106.29867294315282,1394.77761027518,248.62805435609715,2482.6356058551623,281.9779976184996,2925.6254851535023,43.669097630077644,1069.973616885486,348.6456566919875,5937.744212094609,195.0291860293851,3463.76721143927,221.9651465077857,3914.617563140729,163.75523708079726,4444.7814533836545,50.72696704731516,1206.1272735585364,97.07912954957638,2319.135691483928,219.37315956231706,5322.759915307887,119.3387728717727,1549.7003467888935,86.17455947887913,2110.6022452779102,113.08655764322678,3772.855114428061,146.47037428490296,2526.7062634282256,139.0660819072121,3218.843841358181,163.27730855042526,4537.573588813419,2093.4907941959787,699.3075018203804,17904.160313282486,7131.9422411392125,465.2719104822564,3302.1824307133134 -4784,598.1734363522127,3685.977512552363,110.21307997392582,1476.8141630049715,255.28873164638554,2628.6566383754744,281.2231715377172,3097.7018273691374,46.00407732234295,1132.9061922254318,367.4570942774774,6286.984164444726,205.55213186255773,3667.4954039422305,233.93210102740304,4144.863394282372,172.1673015919049,4706.209902898964,52.60089804434265,1277.0679905210084,101.09812950274355,2455.5401591498717,228.41706062635728,5635.82837241771,123.20898917931272,1640.8489810071048,90.20329823004964,2234.7414134942665,119.09778471944058,3994.7629119554226,154.2852993230202,2675.3193972248955,144.20339361122186,3408.1663903977,169.30901963850337,4804.459787904728,2229.3119309062295,733.196632086448,18604.91082401509,7358.503622271404,494.7946021578863,3391.832623585613 -4785,531.2397440328048,3800.213961800359,94.98727437824515,1522.5838416333195,211.82419093849154,2710.1244171770472,247.43818917743744,3193.706335368059,36.537954277329156,1168.0174158534035,291.1167927983904,6481.831459355982,162.8480666521381,3781.1590525003016,185.34042611426497,4273.321713729075,138.0937732215537,4852.065569921375,45.02112227382611,1316.6471014050499,85.03983591268992,2531.6426822422873,192.265798126181,5810.494934989954,108.1649697635332,1691.7024549374567,74.20382199639292,2304.0009038725075,94.74427389237206,4118.569291428794,122.61093308131814,2758.23335627714,123.42372197901562,3513.7928695499822,144.91163380482442,4953.360432267305,1663.8547513498047,577.4470268338687,15555.69484417543,6385.671797120814,369.15431929578415,2980.3975457955103 -4786,520.9936966461756,3853.2383952087966,94.7062057019103,1543.828473206959,209.2173841430584,2747.9388174007404,239.36846693922612,3238.268160204259,36.919933823467716,1184.3147776097067,294.3261813356604,6572.2725355785715,164.64336919516904,3833.9176125185986,187.3571895588023,4332.947425575865,139.26381740731998,4919.766502103568,44.469756042652975,1335.018295041155,84.61549212884641,2566.9667245640826,191.2515342161945,5891.568844208602,106.55943111066769,1715.3068006586184,74.61733559588211,2336.14865758543,95.69999074335563,4176.035740772594,123.87626733860029,2796.7190211357474,121.91217208892118,3562.820865840546,143.13692501595534,5022.474732943238,1705.1485350799032,581.8160257222053,15485.406831396529,6301.109043567983,378.06922455417515,2926.79357917819 -4787,505.18282598740643,3790.4018435878797,90.83854941932054,1518.6525438714855,194.7646373697351,2703.12690034795,225.64560625599523,3185.4602143828797,34.274161057633506,1165.0016054085731,272.9272434588469,6465.0954289240435,152.67299940594964,3771.396133891966,173.76736981880194,4262.288035563438,129.87918317257225,4839.53758033307,42.91713466911205,1313.2475304511597,80.8175171789085,2525.1060036448143,182.74165649391972,5795.492289415724,103.71040703675072,1687.3344944396947,70.21313758045683,2298.051994295915,88.90617392504649,4107.9351826233415,115.02945687669865,2751.11162260071,117.65571869397769,3504.7202880172686,138.13942853970894,4940.570900257008,1536.8236599820564,534.9069114905208,14669.11807214273,6076.211649370977,339.66201604466113,2835.821449008517 -4788,488.7038025294758,3677.4650154011915,90.45754236283673,1473.4035680372654,198.91553464489851,2622.5859469321927,220.32970947688628,3090.547910154271,36.16496668233714,1130.2898277194026,288.5521925143266,6272.464831484326,161.41345275034047,3659.025589877528,183.6629965508812,4135.291133541315,135.9638242140886,4695.341253197544,42.34784786101417,1274.1186948201687,81.14344003750936,2449.869267632447,183.35394749314543,5622.812836429951,100.67176119673704,1637.0595595500397,72.31125272228017,2229.5804406312495,93.69179368416093,3985.537297368295,121.31885950919863,2669.140941531719,116.09504021284967,3400.2954778405347,136.30703793506694,4793.364237235148,1705.409301333342,568.5136032918757,14853.818760653314,5968.156080574761,377.67630309004994,2755.317523076362 -4789,485.8010623270647,3557.120354728829,89.36895261191854,1425.1865893070003,190.3697376329748,2536.7620942114,212.91949343777537,2989.4100507914895,34.52971468708029,1093.3012105038356,275.21559743409796,6067.199071357997,153.95308365359196,3539.284357490233,175.16443532406583,3999.9641607045205,130.327551099765,4541.686698364108,41.569613106057126,1232.4232928673866,79.22992062374765,2369.697550302674,179.06712241254883,5438.8068703662475,99.9966964744481,1583.4869554955037,70.15661710999738,2156.6176522849864,89.51599001176506,3855.1110032662136,115.86197558803057,2581.7935814480493,113.96153875444494,3289.0211614968766,133.80209660689206,4636.501890430152,1585.375527545437,537.5953971564478,14433.486194079247,5888.224001758356,350.5594019292439,2727.1483244495207 -4790,446.70211263886273,3497.532855761181,81.70489454348461,1401.3124169568464,179.0353040954986,2494.267240623148,202.2571496107318,2939.332614395893,32.07774431074821,1074.9866531497053,255.7808803895785,5965.563708382313,143.08148100158294,3479.9956402226835,162.81996204155308,3932.958314253542,120.89326819823083,4465.606126310824,38.44309668503024,1211.7782164100174,73.14866898685257,2330.0012970835264,165.3336893327391,5347.698089539546,91.78191060382235,1556.9609968783216,64.59404956215782,2120.4908307794094,83.13669529816207,3790.5316806627743,107.62379460256001,2538.544377871145,105.39031098351947,3233.924756112469,123.7386290653017,4558.833011095715,1489.1796227493398,503.914806121188,13365.011567984413,5424.677718392326,329.6970570242402,2515.171862824098 -4791,431.6241260982301,3457.0497473152273,77.81386288680325,1385.0925600228709,169.2874696180906,2465.396692336802,197.82219770679615,2905.3105405814013,29.564687616689113,1062.5439390846386,235.50148047677683,5896.513731582273,131.73737049212025,3439.71552086297,149.9203414092477,3887.435259999148,111.89923533219651,4413.9178006985085,36.46686330243617,1197.7521726327404,69.04748648825482,2303.032087906929,156.09410852670723,5285.799759881702,88.10005148247973,1538.9395447627483,60.40414797262773,2095.9466552701815,76.67400132870185,3746.6571807153828,99.21617275233986,2509.1613322837557,99.97254111773485,3196.4928485345017,117.37763240889821,4506.065606531901,1337.3703306138543,464.1408812231836,12596.45080805916,5186.6835046971855,296.08212485234486,2418.0267564699147 -4792,448.53164020770686,3458.089439121754,79.97647605936868,1385.5091202378505,169.73040867486145,2466.138149049379,202.41685970492316,2906.1842993599103,29.276796648868764,1062.8634942858325,232.91467579199477,5898.287080958735,130.29033565199958,3440.7499994806417,148.2640221205045,3888.604388268524,111.29939934438218,4415.245266169792,37.3834066099269,1198.1123910881165,70.16042791484863,2303.724714211721,158.6653216209999,5287.389439840909,91.18290304399922,1539.4023737505788,60.83325829414363,2096.577001583854,75.98888185085696,3747.783970625097,98.27919088548323,2509.9159510104478,102.48521029726862,3197.454179052474,120.32775407253733,4507.420785031841,1281.0808090378946,456.084899713448,12758.272491758768,5341.729583486876,283.2977177744825,2501.913567484198 -4793,481.53769528386965,3428.068253115784,86.61969833812108,1373.4809099373697,186.1462695922614,2444.728525789944,218.9783082040754,2880.9544431185773,32.54459884331922,1053.6363116976881,259.14158110123867,5847.081472575442,144.96142618863146,3410.879344729536,164.9518889210341,3854.8457138041967,123.29914040967985,4376.914592041442,40.477269961006954,1187.7110537074245,76.45635598732844,2283.7250729735624,172.85954391684476,5241.487300913069,98.04629489014779,1526.0381488472071,66.85709462640843,2078.3757001865215,84.4224746374602,3715.247819761138,109.22607110838793,2488.1262735162263,110.96692089884482,3169.6956816669126,130.28611962031326,4468.28989493289,1457.4305029747509,508.8204801523084,13939.493859019534,5768.091853901212,322.19187579457,2691.385494641093 -4794,491.67291470667453,3373.159379883805,87.70772390180393,1351.4812636054307,187.94227158271573,2405.570236398478,225.15784597360775,2834.808931820625,32.47026729320788,1036.7597566235484,258.4204411542958,5753.426203295756,144.5580271094632,3356.2457937845966,164.50758151003058,3793.100958741128,123.28536499218967,4306.807630704495,41.054253041851126,1168.6869646669081,77.24838364264737,2247.1456465240963,174.67671217139585,5157.532099177724,99.85946558986102,1501.5949262870797,67.09806206000968,2045.0854447354395,84.25673648628,3655.7390654137776,108.98943574202451,2448.272863359213,112.5486984237047,3118.925275269545,132.14328258516187,4396.719335279766,1434.8019548373056,507.47321148875864,14062.38724269737,5862.268142215939,316.8171905134661,2743.520910105124 -4795,530.6280471006643,3248.980847795939,94.57826303769012,1301.7282159256745,200.18161524797597,2317.012256431189,238.77936142221594,2730.449080340621,34.75381754111041,998.5927771819426,276.5114343993845,5541.621203905024,154.6779629793938,3232.6899136552083,176.02709175556112,3653.4628165511867,132.07998538893617,4148.258036885976,44.392575467404576,1125.6632544301392,83.24037024506582,2164.4198644465796,188.25183443491593,4967.664176217619,108.08787032093191,1446.3156368325328,72.09676135714766,1969.798249580654,90.19969567556409,3521.1577249806473,116.66262897070617,2358.1428410022572,121.70058443005074,3004.1060453557616,142.8885002168307,4234.8597574865025,1523.3131649886259,540.6405770199968,15111.963832482521,6327.394093088188,336.1425321458665,2963.053146309906 -4796,505.84470453400183,3190.3680614726973,88.93950224554544,1278.244569408415,186.51940461746398,2275.2125196347524,227.3605729432285,2681.190794124171,31.829367399341645,980.5778033132588,252.99696351588673,5441.648358657513,141.52418340894653,3174.3710216596123,161.07676212312955,3587.5530296247134,121.41929064521949,4073.421965723965,41.88674456693529,1105.3558833206428,77.99364119776574,2125.3729494379395,176.43520724860392,4878.04572276204,102.7346851045328,1420.2235810929194,66.7746719891618,1934.2623786995161,82.66129426423423,3457.6347696253606,106.8702467838277,2315.6010936253488,114.83094278707125,2949.9108887889734,134.82286276743451,4158.461360049707,1358.5477218858507,493.5720881601564,14112.570718787376,5987.547232087602,299.2834106414337,2816.830930773346 -4797,441.8218525896011,3151.7693991534343,76.83514893532536,1262.7797297581421,154.83382571510268,2247.685865011272,190.73770568675195,2648.752412068609,26.194026533513092,968.7142845033377,207.83368648673036,5375.812585665529,116.26026002900433,3135.9658994980855,132.34769179563688,3544.149025674457,100.63252471613426,4024.1396773141855,36.36021774114357,1091.9827371316073,66.79387923780024,2099.659128588071,151.18140724560936,4819.028695258354,90.11415594870002,1403.0410086222198,56.13129154878666,1910.8607087499327,68.10387276823917,3415.802581512712,87.98582891056398,2287.5857979112543,99.680176302233,2914.2213971458928,117.03436725369066,4108.150222678877,1063.2870940403113,400.48237566588097,11971.479704560907,5195.490090534965,233.64310545970923,2458.105236226514 -4798,364.30287472844446,2947.7293211423093,68.19113312884605,1181.0295628074998,143.58928952526526,2102.1745851046308,160.69298147135655,2477.276780337493,26.412989543348548,906.0014038485401,210.59192092699607,5027.7918136994695,117.80319110368704,2932.9489126126605,133.98620601282568,3314.7069719899755,99.56481038130784,3763.6238623223294,30.900647186421807,1021.2896709031639,59.70458402968294,1963.7308425564365,134.8667056762876,4507.0531455298515,74.75668044291805,1312.2105700346192,53.76103025664744,1787.1549045795973,68.45928321128096,3194.6694537560747,88.61995064992013,2139.4914656329074,84.71296792896352,2725.559764294501,99.46138708350517,3842.1957108602246,1222.9374855670874,410.58410311382835,10921.83026393452,4419.515616707737,270.49114323166395,2036.4992791424552 -4799,302.6222685331445,2775.464910636455,60.99972979890724,1112.0105521514672,140.82442168786517,1979.3241377836719,147.857598661424,2332.5054741107374,25.908799680041568,853.0549556682289,205.43516980972143,4733.969179877222,114.91855177531966,2761.5482647135464,130.7484975923157,3120.9964984963567,95.54257325117284,3543.6788214535572,26.03738489684171,961.605811244817,52.04174778170058,1848.9710057020613,117.40642927846339,4243.6623220697165,65.3441744905113,1235.525380968831,50.25746991821967,1682.7141121662874,67.39066027727591,3007.973936543834,86.85481666382623,2014.4602310937962,71.38051635013811,2566.2788755347688,83.80777277069274,3617.6589549131186,1350.1704961754635,420.79585275397574,9889.386118934906,3688.606098155674,299.5070037760593,1667.4585848982715 -4800,325.55036752557027,2646.9326549266743,65.8550383661016,1060.5131528893266,156.44271758873646,1887.661297718505,161.50021602528543,2224.48674582708,28.8909922479861,813.5498344626787,229.27497808138992,4514.738255782898,128.25432209993807,2633.6604912616863,145.92506505803945,2976.4626157307216,106.19117577551152,3379.5704478665334,28.47912825173655,917.073681312543,57.08387195121467,1763.3448415253467,128.76789567504315,4047.1375925961424,70.48356261622402,1178.30798881445,55.319432373257804,1604.7873332246588,75.10701653943485,2868.6741479936163,96.82679595525026,1921.1702325253198,78.07446438514425,2447.4340609637916,91.66712858012342,3450.1245486658268,1529.3382282169855,471.5233321281566,10882.775346194601,4006.754238141837,339.55250845920943,1805.7926765015063 -4801,353.2323749283586,2556.9340886771824,74.67149129857502,1024.454561420776,186.0392968793555,1823.4787768511478,183.52467009169987,2148.851796296798,35.11571151943849,785.8882622886105,279.2910067620127,4361.232283783225,156.23283029234608,2544.113192897176,177.7179541266164,2875.259675258329,128.1510972784768,3264.6614061570585,32.083381544154896,885.8921866456307,65.84820308644606,1703.3892143032726,148.4091571605308,3909.5305476756275,77.1123112066051,1138.2442458264138,65.54622234162278,1550.2228323648644,91.15985248781641,2771.1361317256656,117.60787915816313,1855.8483717191289,87.95538991160578,2364.218662163623,103.2683105780766,3332.8165914028564,1934.426987255713,578.1954452190067,12692.240449113104,4482.766010235648,430.4891753438624,1988.8950240418594 -4802,392.2722189871116,2527.692677829257,84.35189202134306,1012.7387738069332,221.931448499556,1802.6252506212393,210.35720971036972,2124.277264436524,42.46684835004893,776.9007480386705,338.39483545164336,4311.356698183239,189.29497054651952,2515.0184033808687,215.33275184187505,2842.377854083893,154.07095639776162,3227.3263391799537,36.586588790439166,875.7610152903011,76.44792910107086,1683.909046992767,172.18783256996102,3864.8206783546543,85.29387291113844,1125.2271454698237,77.32909783117287,1532.4942945242713,110.10984624144966,2739.4450801251755,142.14464720242978,1834.6246628448152,100.30076406284954,2337.181168494623,117.76299854813101,3294.7020933946533,2417.577844122171,706.9620357091069,14866.792491468499,5061.957686789112,538.9457505273938,2217.352129202772 -4803,526.564428227623,2502.9349489274887,107.72254331349873,1002.8194065396458,262.6793445230738,1784.9692643307344,263.6680891911125,2103.47082657863,49.21306218504351,769.2913189841698,391.09044864403967,4269.128700583424,218.77241376420977,2490.384813878471,248.87297213057616,2814.537910974894,180.11985196397234,3195.715981131375,46.22143391881027,867.1832898454836,94.07341524034459,1667.4158379700289,212.08813895584026,3826.96632072332,112.43555680558003,1114.2060000335925,92.84086901640653,1517.4841318489885,127.82405555742712,2712.6133219648964,164.86432181431363,1816.655255235415,126.71433143689731,2314.289422883523,148.77513415232093,3262.4318170450756,2671.7224756710375,808.9956822957196,18096.850206803032,6495.928670051961,594.008319466725,2899.6504595171696 -4804,580.1072078959562,2468.0401933963394,110.72030706463464,988.8385645492907,234.706348259747,1760.0840526171316,262.8134193231034,2074.1452141443883,42.139662668055,758.566217031484,332.9182200503136,4209.610492808306,186.2314020682781,2455.665026496057,211.8841128735327,2775.298931800184,157.19085808287034,3151.162794498878,46.50788610374725,855.0934235415982,90.8184781633556,1644.1695014802765,205.0665863824587,3773.612535302407,121.64954873392028,1098.6722579364712,85.62022926373523,1496.3280735079761,109.86268589576217,2674.795328028992,141.4248179824084,1791.3282921663267,127.49962938257954,2282.0246755817807,149.69715146396655,3216.9485092421255,2047.3107316750331,673.2949438892472,17079.96955293228,6716.245294768333,452.1804903805687,3083.2834657947415 -4805,568.6214703554145,2520.7397183878757,108.25811292922008,1009.9530191616964,258.2153888225431,1797.666744246824,269.3735382813732,2118.433985389421,47.00203880782597,774.7637163344324,372.79492729490903,4299.497389287531,208.5380667467837,2508.1003072426734,237.3487326333212,2834.5592857468996,173.0975758761016,3218.4488876854584,47.971342816603936,873.3520472725254,94.6814059059352,1679.2770949325304,213.70256582357965,3854.189662305706,118.71544500337389,1122.1319674945044,90.10382050329748,1528.2788411317622,122.23307955503329,2731.9096504026193,157.55216883409335,1829.5781352416761,131.5116411968865,2330.7522517144157,154.40764939364593,3285.6393104749827,2462.768722576724,771.7551029376273,18023.933675895332,6725.867989040135,546.4542826554843,3049.099140991343 -4806,580.4696479586008,2680.0729226553726,103.27522465748012,1073.7910463601493,224.3254448230972,1911.295295610766,259.8621378757229,2252.337883701116,38.02422163283858,823.7356845917137,299.6783920310236,4571.263923046536,167.63734682070023,2666.634588137349,190.98749731494533,3013.728682091035,142.85444842035622,3421.8835264565128,47.5672210647834,928.5556762431933,88.15128296416461,1785.4223658769392,199.45139709971428,4097.808781039065,123.67345210455612,1193.0607034872216,77.50333869838903,1624.8796773844927,99.28546964691138,2904.5906754178995,127.70800809402299,1945.2237707745044,130.40375653690396,2478.076555731352,153.10688343414367,3493.320982480388,1758.5087282439363,608.8152079666361,16268.794555734128,6673.095960832257,387.10654527044994,3133.366823565762 -4807,520.756834666757,2908.3508836650035,93.67544660189829,1165.2523004705893,199.38081800729088,2074.091833451624,231.3799678195273,2444.1830739008724,34.12438792267156,893.898216700415,268.9309092359455,4960.62601792418,150.4374866564465,2893.7679252163366,171.33502644471363,3270.4261147498282,128.2571198287111,3713.345966761307,42.051872457539595,1007.6463586887663,78.6203986637343,1937.4975477789162,177.82424413766995,4446.843848419299,110.10652863829617,1294.6808730171385,70.0674660868308,1763.280471073275,89.10506742845907,3151.992166379959,114.61160021097528,2110.910201298906,115.28363471991484,2689.149268934859,135.35436778564957,3790.8681813986486,1576.6987405476382,544.5064890561858,14553.54656094477,5955.901238393432,347.0610405873,2787.7826540034857 -4808,525.2729182471475,3104.853177169363,94.76470614636212,1243.9823982864195,201.5136513396374,2214.2275387067994,234.25941452195846,2609.3239385962684,34.45914356676113,954.29431633463,271.5377631065739,5295.789974658012,151.89573682743708,3089.2849233090124,172.99680197638483,3491.391967217758,129.53643606422366,3964.2376329430167,42.5821701982295,1075.7278345642426,79.56014663122531,2068.4042805036333,179.95441760733274,4747.294189531164,111.6004398892954,1382.1557930252425,70.81384157606239,1882.416253005032,89.98573842962514,3364.9560467976216,115.74002147430238,2253.5335340840716,116.73742613175315,2870.841238046705,137.06126241921712,4046.997624445363,1588.273700979031,549.1010561213043,14712.529241287555,6029.0167470087445,349.56388462999683,2823.264283395441 -4809,489.0887399148358,3264.7062336432723,88.13022152102245,1308.0287081177657,183.04103611776722,2328.2268229221236,215.89368908302148,2743.664721594395,31.177720191570128,1003.4260641298171,245.44545227292403,5568.4431938562075,137.29993720728538,3248.3364497840676,156.36317251421772,3671.1459347844407,117.55605808366941,4168.336012497494,39.20271676634684,1131.1115749464288,73.07823147632298,2174.895868799497,165.30827245800864,4991.708157881589,103.75788005057696,1453.3159463177835,64.90129473663943,1979.3322662360836,81.46588892084878,3538.2004735989417,104.7492067725663,2369.5564835551345,107.47278101071834,3018.6462131507096,126.1836544554959,4255.35689391653,1408.241211728906,493.82768936899186,13483.369624948475,5581.798970588706,309.51837994684684,2619.170456398197 -4810,477.8764021575422,3406.039724660872,87.28940732758693,1364.6550170225087,181.50070129918115,2429.018870112595,212.58249978749245,2862.441630000034,31.151941332256243,1046.8657179522847,245.3673089470801,5809.5085332152785,137.25622454676474,3388.961271005842,156.29005978261085,3830.074743034098,117.30126844975555,4348.788842926653,38.46848530226692,1180.0789049837144,72.15742669033268,2269.050014299491,163.1849941962544,5207.805867630846,101.66850246560652,1516.2319337128938,64.66297407109312,2065.0202023168554,81.37238313329607,3691.373895360632,104.64627258739888,2472.137746926725,105.4599129276068,3149.3274374076127,123.82034861865792,4439.576974469342,1422.3226696179834,493.6374978728936,13342.158434572068,5485.2673668134385,312.8555053371094,2566.406066454552 -4811,467.8887517970127,3368.0258874069937,84.32204436642107,1349.4244918618115,172.5261747539166,2401.9092837661665,205.74259189792264,2830.494735933089,29.225116649783544,1035.1819484587083,229.90659806712534,5744.670266559815,128.60764453299709,3351.13804149887,146.47349732485537,3787.3283719634014,110.49482532337161,4300.253251832526,37.375855543894104,1166.9083811298708,69.44262191175176,2243.725794696304,157.10499283215847,5149.683032694849,99.54638777346874,1499.309701846372,61.3996724938951,2041.9731012133416,76.39882916729148,3650.175524864403,98.21080643129862,2444.5469231026727,102.46450933230801,3114.1786927238713,120.30344909610591,4390.028122950781,1299.5904390732253,461.06616846759266,12774.6757778507,5332.145868814042,285.3242208674437,2507.903762528664 -4812,432.05227452320935,3293.6877215395666,78.21742622932359,1319.6403556778635,159.30343912670943,2348.8949849738883,189.5545637103579,2768.0208137600416,27.10563567059369,1012.3336895794586,213.25643855113017,5617.875442112079,119.29369785006801,3277.1726196459576,135.84025176046882,3703.735473891533,102.4277774326542,4205.339213106778,34.383753721025236,1141.1526916879145,64.0419778562183,2194.2028795338047,144.8723999943985,5036.02060721276,91.57035028460095,1466.2173394274162,56.97315984685254,1996.9032174982585,70.85331521831546,3569.6098277220035,91.08526242393128,2390.591537747775,94.2617741523063,3045.4433741902167,110.67262823328622,4293.132597299748,1208.2149508771288,427.23447266082906,11809.590148953852,4917.958823381065,265.30146852586876,2310.047781507863 -4813,439.31587553346054,3190.108138521065,80.19100778637622,1278.1404293546698,162.0327952951599,2275.027155456608,193.35583906934013,2680.9723544295434,27.636963450098854,980.4979145129602,217.40097255222358,5441.205021313397,121.61211219767158,3174.112402005194,138.46442369654378,3587.260747557369,104.46713857131459,4073.090099356144,34.98974326603055,1105.2658287067986,65.32591251078401,2125.199792861741,147.7628520641445,4877.648302772237,93.53016870038289,1420.1078738459614,58.328998581139686,1934.1047921210977,72.24967859833737,3457.3530721479315,92.87540138189307,2315.4124389436756,95.92307181321353,2949.67055615948,112.62315568796087,4158.122565424721,1227.415642482517,434.22813551915056,12041.2784861987,5018.575827991518,269.47287526369695,2355.6158089788905 -4814,403.188289388126,3140.592680717528,72.86798633463754,1258.301694820095,149.52178754083036,2239.7151828755977,177.2764833210127,2639.359478713754,25.436230054268915,965.2790564039587,200.16815156427208,5356.749026113766,111.97223002572902,3124.8452230003986,127.50985711311206,3531.580861339371,96.04839546693682,4009.8693832589856,32.191772358150686,1088.1103778171635,59.92797462403635,2092.213374816265,135.56873968326815,4801.939587509569,85.46906459237631,1398.0655829734992,53.26306583336743,1904.0844667705317,66.4799148908188,3403.689555827373,85.46941497565588,2279.473623724875,88.25253927208436,2903.8870649372793,103.61719326140981,4093.5820127255656,1139.4398325071368,401.7175930447182,11054.566689533534,4594.0914304725775,250.28440426968743,2157.649091284427 -4815,407.4210893109124,3156.1231164722017,74.12005527910554,1264.5240788151236,154.1478686096792,2250.790720614057,180.32294593303655,2652.411283575086,26.50425898668537,970.0524243299735,208.7874451829781,5383.238499618164,116.79378390525898,3140.2977865490147,132.99003363027055,3549.044759162293,99.78511459513429,4029.698449034911,32.584025371364994,1093.4911546432825,61.25250181038929,2102.559506488211,138.5114626257147,4825.685492134362,86.15288372107706,1404.979108516146,54.96143654794688,1913.5002887152914,69.22635893952487,3420.5210227986186,89.03008569106719,2290.745769547887,89.32788622931781,2918.246975975005,104.87975674581226,4113.825042917115,1213.604688169203,420.58147673931455,11338.03506063927,4653.7358210354305,266.970031221,2176.3257113871036 -4816,434.78350287361644,3216.035523856751,79.59932878761022,1288.5284281265108,165.444738521388,2293.5172827963092,193.11500394655695,2702.761773561849,28.522538828752033,988.4668441374585,224.70477638955157,5485.428042337211,125.697793146139,3199.909783088244,143.10977981333775,3616.415963513345,107.3061287229201,4106.1938600838075,34.88464303651214,1114.2488010058291,65.63952898619924,2142.4722085768994,148.4263702060874,4917.291055176411,92.13573338162561,1431.6497032964562,59.13131748898542,1949.8240963100045,74.49405691351721,3485.45247237223,95.80726493887721,2334.2307949080487,95.63494346694276,2973.6438015173403,112.28486456584838,4191.917421694627,1308.1814762327233,452.05283510394776,12164.243750240346,4984.262772529303,287.8270649101406,2328.627312413939 -4817,461.37588438444516,3284.460428392472,84.79856084618349,1315.9433724056048,177.53095395726677,2342.3145364218426,205.93094946125694,2760.266180763479,30.71306948162809,1009.4976284509727,242.0636385228407,5602.136918016661,135.40818157998262,3267.991593692176,154.16119854288954,3693.359428605456,115.39652985649775,4193.557920834124,37.166110195339385,1137.955743069216,70.12478059331406,2188.0558021830125,158.55140316479572,5021.912154206219,97.85226004724548,1462.1097195338318,63.38356991207006,1991.3088767677355,80.19392637159056,3559.6095365329697,103.15198065227455,2383.894275961387,101.8895003081225,3036.911539616842,119.62833173769884,4281.10535114172,1421.0104434136151,487.7496976572786,13011.430449633304,5304.281330820976,312.8555053371094,2473.5923559170756 -4818,479.4600434332968,3287.4495517909595,87.46274876055882,1317.1409868117762,183.47838106099493,2344.446231213143,212.71505566836706,2762.7782451974576,31.731454995549125,1010.4163525603685,250.10639048381282,5607.235313600429,139.9072233385048,3270.9657291252975,159.29159333136167,3696.7206830117,119.22311560911746,4197.374396135736,38.38743698326891,1138.9913744041676,72.4466876466756,2190.0471091078775,163.79965194855848,5026.482498545133,101.03966671909797,1463.4403570827076,65.40442295078378,1993.1211281517706,82.84956602041835,3562.8490677701716,106.5701549784633,2386.063811662959,105.2377219939816,3039.675373598136,123.55947452823206,4285.001501652735,1470.2633939414225,504.8420642900921,13449.73902748383,5480.623932216396,323.70116285546254,2556.2774191246913 -4819,522.0130666512225,3249.6956374887127,95.66025003555983,1302.0146017048235,201.60116882994163,2317.522009044859,233.0568017621589,2731.0497908251396,34.884897605020015,998.8124718670904,275.0034864319617,5542.84038428908,153.83443070237774,3233.401119272743,175.14648370956056,3654.266594008347,130.98261864882556,4149.170671409428,42.08926324921519,1125.9109051641676,79.41511497554606,2164.896046080888,179.5566319577028,4968.757083598937,110.51682011551658,1446.6338324631433,71.78879247262702,1970.2316136266745,91.07433115632968,3521.932394751371,117.15553680434692,2358.6616425205793,115.38614017609329,3004.7669615438876,135.47471931038527,4235.791444759158,1621.4528604651814,555.0714913065276,14745.69129930044,5998.152879932192,357.0724167580875,2796.949749001762 -4820,492.4901133048203,3264.4463043884916,88.92821773894589,1307.9245655386176,183.35153947010448,2328.0414542488857,216.59034683920407,2743.4462766025904,31.31590370024411,1003.3461733922098,246.51462601308734,5567.999845761132,137.89802320166297,3248.077823858106,157.0275672626465,3670.8536456292372,118.10917612479588,4168.004138081891,39.24056266850454,1131.0215181487545,73.33501840723613,2174.72270802424,165.87236457914307,4991.310728254326,104.14984373373336,1453.2002362649173,65.37978264430096,1979.1746758361803,81.83086754315902,3537.9187692903306,105.21591034125863,2369.367824298573,107.57653413525277,3018.405874693134,126.30547086604946,4255.018091075753,1412.1476645713142,495.4028493093702,13541.217403465002,5605.541587458847,310.3526612944124,2627.6553811689937 -4821,436.14293181142733,3258.013197153523,78.58379347392037,1305.3470935262737,159.89825249172586,2323.453680725853,191.4485459327997,2738.039882241919,27.03167092749209,1001.3689212258773,212.58374768964694,5557.027222304615,118.91740074541087,3241.6769733002902,135.43350788973427,3663.619648514791,102.28074895433822,4159.790427370819,34.805415159442546,1128.7926615424972,64.53931470532969,2170.4370733154583,146.02342055263327,4981.474561822442,92.8646773657462,1450.3364755894218,56.97349580606865,1975.2743994219925,70.67898992366237,3530.946741353814,90.84858480566132,2364.698610633668,95.41774320674159,3012.4576289999954,112.029850018694,4246.632905621845,1193.7241401694976,425.57813138343397,11864.015903334315,4968.4753961832175,261.9643431356062,2338.7037121348585 -4822,343.1482485768577,3047.7999285559113,64.90977806497956,1221.1235920916295,134.3901150108195,2173.5399869792286,154.72041917793638,2561.3762905475814,23.670996674227087,936.7586752677372,186.67726188451147,5198.4771534751935,104.4255499436639,3032.5177492399234,118.8365730664771,3427.2358726953476,88.76858609254413,3891.39275998793,27.602965688047377,1055.96079113781,52.96415727772197,2030.3963049521813,119.67281130889843,4660.060256014397,73.02570266361404,1356.7579807673746,48.89786955415734,1847.8259015944022,61.78241587700072,3303.123276306906,79.48559556731081,2212.123714797201,75.67249750365534,2818.0880772568753,88.84698234275083,3972.631994758476,1109.2845038963487,374.7799094501526,9869.920580489314,3978.0455938816212,244.44443483672816,1843.1521135419598 -4823,285.4844974872013,2880.0841854614837,60.16244601456745,1153.9270386896408,131.71855290760433,2053.93342401353,136.10101494262895,2420.4276922197446,24.50107163747069,885.2102859359214,194.5948587058472,4912.412950052366,108.85458106375656,2865.6429609719817,124.05040159307784,3238.640353099897,92.66884701432566,3677.255400675475,25.590343167568975,997.8528926813092,55.06107240753389,1918.6667186789173,123.88926648990216,4403.624306469448,64.41909284456067,1282.0976755381164,47.76435933536553,1746.1428838571208,63.661637852557995,3121.357482027621,81.45115187144839,2090.3939486245877,70.15496817807814,2663.0130240834783,82.36885823244926,3754.0241652880864,1286.7319457236474,397.5470976181029,9550.114273890338,3626.0695133222025,284.969765305788,1638.6016944985251 -4824,292.25934443582594,2801.717198085893,61.17599032844267,1122.5287253591387,134.46860505874818,1998.0459692222805,139.46418516447977,2354.567941537033,24.868349967105985,861.1237458087732,197.46187238953777,4778.746369893441,110.45836225056554,2787.668918796733,125.89085060668134,3150.5170652645484,94.09050516181428,3577.1974131290513,26.351348553261477,970.7013512651952,56.32727412262691,1866.4598660877027,126.76723661260085,4283.801847051777,66.271048792811,1247.211843776546,48.48759496063174,1698.6303986228456,64.62642459671557,3036.425456907123,82.67644385350731,2033.5144042665381,72.24123596538406,2590.5525352224754,84.81834256791824,3651.877302410308,1299.5801681546795,403.2349989702893,9745.652080657786,3719.9712808531763,287.7364620563295,1685.729981299161 -4825,290.58497348027134,2748.627791818484,61.33388479665917,1101.2580619288174,135.393355442239,1960.1852335729188,139.0125060491334,2309.9515133986483,25.239236775788957,844.8064142740316,200.50940116390152,4688.194472773524,112.16312192520098,2734.845711704262,127.80953341716992,3090.8182917607473,95.30290838950872,3509.413524414631,26.156709402435602,952.3076467054173,56.28427243902676,1831.092539870681,126.64114972882209,4202.628594882506,65.47695864493112,1223.5785747510304,49.00870179635032,1666.4432530421752,65.56877201559944,2978.888591732945,83.90063200983833,1994.9815814561239,71.7076400169834,2541.4644630596417,84.19184824871822,3582.67831334787,1332.2033384793576,409.8793692488255,9789.968285897994,3700.175244608447,295.1143200577739,1670.7916687190902 -4826,320.343646607031,2760.8442020609177,69.3062358043564,1106.1526570818442,164.82212467703164,1968.8973724211708,160.51739382865878,2320.218205532012,31.35736757177793,848.5611975746045,249.8014785591013,4709.031381701748,139.73665840145273,2747.0008668196206,159.22312745988543,3104.555584365209,117.10222594527649,3525.011283941114,29.919111945271354,956.540224475237,65.66980786930407,1839.230919947279,147.65821471840385,4221.3073825904985,72.18620110547891,1229.0168293875818,58.741057901865965,1673.8498413352484,81.31896962362593,2992.1284073279976,104.17930374628364,2003.848374369195,82.02212579536373,2552.7601257862275,96.30207278283044,3598.6017018011207,1743.2192783910732,517.3478272109062,11595.23511300458,4175.140308222178,387.3375450758283,1857.3140695003665 -4827,500.5366928670638,2822.5110909447685,109.99102851217383,1130.8599523873606,258.6998909809676,2012.8751439296707,252.80298944923564,2372.0431647818036,49.26192039312821,867.5148672684317,392.347881066557,4814.213454181317,219.47580994065245,2808.358547594057,250.05279242473364,3173.899694442799,184.10737460954405,3603.746794984747,47.09441045996061,977.9057400271887,103.38103119806402,1880.312429975069,232.45070873193953,4315.595532973077,114.0173871923248,1256.4684487863335,92.6544283175765,1711.237359289655,127.76885939830335,3058.9613165820483,163.67144984170517,2048.6068199743713,129.10756395682014,2609.779198034663,151.5850253869721,3678.98094635123,2727.0353884450383,810.1010288544147,18230.096565996115,6581.012343555805,605.906588368617,2924.760820461757 -4828,639.7871498659682,3062.225693341937,136.0677494432089,1226.9033814895927,304.45785638127035,2183.8277280843477,307.73820865383277,2573.4997280310417,57.40607150460845,941.1925162768104,456.45766181246063,5223.08244595484,255.33823391010407,3046.871180825149,290.91643457750587,3443.457573504022,216.0489733745732,3909.8113957125615,57.441483232607396,1060.9588364010494,125.1245625446791,2040.00652222505,281.41494189729224,4682.117128091897,142.88802030184934,1363.1797512119283,110.58313715763295,1856.5719815362563,149.0501308698727,3318.757530706875,190.79526962714968,2222.594079366825,157.47367676539068,2831.426576076276,184.88964208359698,3991.4351498477868,3081.4360891397037,936.6914013112852,21895.774874865794,8139.747968552996,683.3740973837827,3647.6250132910104 -4829,601.9705030080479,3589.350888975243,124.63592163703639,1438.0999913270145,299.3079413946318,2559.7473152326093,292.7256165952208,3016.4966470857426,56.397189408711895,1103.2074488631715,449.1719509368315,6122.173052541752,251.2626739986415,3571.353282439662,286.3677547592157,4036.2072362852014,210.7282165121393,4582.838240642825,55.0425336727995,1243.590095557668,119.44476676728215,2391.1690245380446,268.6756520671231,5488.087084026135,132.37345527853526,1597.8346934009696,105.38553855314686,2176.158441509615,146.2763897533635,3890.0415861039064,187.37862445924287,2605.186826023935,150.89704631822948,3318.822489147171,177.1680287037095,4678.512538949371,3121.8940791615196,934.7238662065953,21063.32209882963,7644.678786950209,693.5186521357688,3413.67682243806 -4830,599.2064251206846,4043.9573857056916,115.95868646687312,1620.241447882106,253.73928988321757,2883.950157330696,273.1320100891555,3398.5487271269626,44.93993979242784,1242.933346109681,356.04471551068275,6897.572206840696,199.1681517416944,4023.6803060537313,227.22077837449066,4547.409982553778,171.51033666842565,5163.2741194698665,53.02117370787266,1401.0960497530689,109.01816258242705,2694.0207119209836,245.68979999858578,6183.176564044357,134.20743587376822,1800.2072267056665,88.65994187595481,2451.7781276383016,116.95310763951441,4382.73183353172,149.47401481426843,2935.1447746727463,145.35556361566066,3739.1654179189445,170.66178096417892,5271.065972990609,2247.402387138952,729.0978477334475,18545.111923653854,7386.975705925501,496.1609505971325,3410.859645887696 -4831,543.9583617687925,4310.7040444071945,107.23340412737333,1727.1154703532447,232.75527501743244,3074.180665458415,248.76513509613173,3622.723076886379,41.76358691144466,1324.9194516594998,331.03353293033445,7352.548400662787,185.17712536104145,4289.0894523312645,211.185881444875,4847.365274585226,159.14907894134492,5503.85291097664,47.88019059873987,1493.51484998884,99.59606598054023,2871.7231342852006,224.3618034434295,6591.029944114645,121.39014611958648,1918.9521136798496,82.4458958028654,2613.501796076716,108.65459404142402,4671.824660452123,138.8959099046206,3128.7521712829616,131.2617508026178,3985.807453536744,154.11425340197616,5618.754907859311,2108.2110848282105,676.9234630387783,17028.205464465864,6716.895292963347,465.7272863411744,3085.0469851138746 -4832,543.6056246329828,4418.377421792831,107.4133577637819,1770.2556056796748,231.84193479090436,3150.967986400336,249.15932433422847,3713.211968028727,41.47586672423081,1358.0134777523353,328.6450404774926,7536.201398069986,183.84102456651294,4396.222937368539,209.66951079057083,4968.44345233988,158.23421915365762,5641.328930080177,48.010785804890986,1530.820075867787,99.64567682141413,2943.4534422812053,224.49148962745804,6755.661625441374,122.10506602471693,1966.8839719082725,82.15769004501391,2678.7822148408172,107.9286539953968,4788.518159834672,137.948329368385,3206.9025870420205,131.61977267328,4085.3655177670994,154.53460642150623,5759.10096534759,2079.73871143937,670.6722741908288,16993.06400680052,6735.316404969153,459.27166058991065,3097.6639035939284 -4833,510.41020002604756,4550.678569755995,101.33579644244259,1823.2630395092215,215.89792294379924,3245.3186137912367,233.29644740614387,3824.3980798302446,38.65388840453433,1398.676989468177,306.18882347261746,7761.860729780425,171.27922251994613,4527.8607052167745,195.32570534204237,5117.215435713792,147.66652778153662,5810.249378072275,44.87339671060476,1576.6580009765446,93.26514172771668,3031.590383111379,210.10619273534246,6957.948959223268,114.74775982983715,2025.7791233524022,77.02012733233725,2758.9940049017355,100.60530455514137,4931.902572054378,128.57069718869704,3302.928085357088,123.01873787548018,4207.69516420785,144.4361424878612,5931.547905980852,1925.928802921814,623.1315600142378,15891.020865636932,6319.746023611468,425.1490673332306,2906.502711202795 -4834,492.8282457473612,4627.226090167015,98.21439201963265,1853.9323699381061,207.1629913753615,3299.9085148403824,224.60321922087235,3888.7287473533893,37.127964184584755,1422.2043060559272,294.04631921449067,7892.423937779583,164.4868168887096,4604.024403539555,187.56631656845065,5203.292741989875,141.98365492080245,5907.984292996172,43.13600774166357,1603.1791579119206,89.7773356195869,3082.5851354701495,202.23896547472987,7074.989469074865,110.70567747886786,2059.855001579361,74.3006482790386,2805.4033802655995,96.64531582786104,5014.862708001694,123.49992542885778,3358.487042368539,118.25575103193204,4278.47331883432,138.84392573874393,6031.323198267945,1842.8603865953771,597.3541092167047,15294.840711153638,6093.969834909226,406.7044223296198,2802.5752978210353 -4835,466.3860145772171,4554.642405798889,90.55047689230435,1824.8511797482872,183.37727328500682,3248.145425374352,206.36707901902724,3827.72929444337,32.10855088069328,1399.8952970630194,253.6995286160658,7768.621643092365,141.91719188901953,4531.804665921849,161.88772617199422,5121.672749644542,123.9726818973897,5815.31035426516,39.987908867853335,1578.031337659369,81.87284167712025,3034.231028246751,184.54186104469503,6964.009630933303,104.58405480296524,2027.5436637788462,65.92013266474211,2761.3972069102097,83.70406760909157,4936.198470539733,106.85493354466496,3305.8050772586557,109.62535577433762,4211.360247006764,128.71098972688026,5936.714538389509,1517.6874063848818,511.5978687151572,13777.010101544774,5672.173430201386,333.84807456535674,2635.259213941364 -4836,434.404205206959,4518.772937623335,84.99801430030266,1810.479811925038,172.61993649422243,3222.5650968689347,192.72389354908452,3797.584531829982,30.44882693035875,1388.870611624887,240.6993172763,7707.440917589075,134.64499277470665,4496.115053267483,153.5591239262843,5081.337710945328,117.32728969449899,5769.51266674139,37.24192329463172,1565.603766007611,76.59645746134666,3010.3353535464917,172.620491382967,6909.165518141269,97.09228532644322,2011.5760188041565,62.27334413601066,2739.6501979447585,79.3534808266852,4897.324109355675,101.32167731702941,3279.770657989572,102.0973390828317,4178.194250887403,119.87235497673406,5889.960748688918,1453.8364875854397,485.61056357373116,12943.413260632256,5290.426667553792,320.0145908126486,2451.404146185611 -4837,434.87846636813026,4465.293643776901,85.33221391077574,1789.052937151397,169.88898921962277,3184.4263127048084,192.12994719075994,3752.6404415010666,29.858404456376846,1372.433445921043,235.8397814262011,7616.224009077501,131.92661294368324,4442.903913557611,150.4533541203257,5021.200510796579,115.40945860420857,5701.230974451345,37.121357355686904,1547.0749784351513,76.22291359141751,2974.708290365643,171.78891330732066,6827.396131168562,97.6393138645322,1987.7691875052496,61.76333722700911,2707.2266705857173,77.8550375861643,4839.364694549761,99.3735662631762,3240.954850869203,101.76681207291053,4128.745676866287,119.48428363796464,5820.253563581104,1400.9032733119675,473.3213785831329,12832.731649954194,5295.2603875460845,308.02557156030156,2457.9197024478367 -4838,397.74828040774605,4387.511487769844,77.20550479349386,1757.8889408358734,155.55697609498628,3128.955930685704,175.2893307525648,3687.2721841041493,27.235292892171838,1348.5266570475478,215.16200262577468,7483.5549460060565,120.35965293446789,4365.511770308461,137.28480616900669,4933.73486292865,105.20282906337792,5601.919692268355,33.990045504710245,1520.1260615380593,69.51836114602327,2922.891043220168,156.70087766612625,6708.467873956042,88.92656266136956,1953.1436991537653,56.02338844128887,2660.068758018997,71.00671958220937,4755.066493876865,90.63988009607358,3184.4997829760837,93.18243781022744,4056.8259407927053,109.4053808172493,5718.8689947713865,1283.1947718375584,433.42472762851236,11706.439645497565,4826.551231259785,282.2030685552463,2242.852130114937 -4839,399.6666700573173,4289.910151548319,77.96197248392824,1718.7842433250225,158.4850268242796,3059.3514907510253,177.01838505836344,3605.247853641609,27.963123575586373,1318.5283301998413,221.05976064818583,7317.081316374911,123.6588047363941,4268.39982353394,141.0380232439685,4823.982645406975,107.75437191710354,5477.303529120944,34.16356351141711,1486.3104612268464,70.37127972490309,2857.870570397834,158.5825411364106,6559.236258193346,89.18317515270311,1909.695508670062,57.157462551329054,2600.8948354099066,72.87332155258257,4649.288800777197,93.04937179199503,3113.659755575128,93.65813093239984,3966.5807907245567,109.96389150237867,5591.651263918388,1336.4340149496518,446.4045095940407,11885.771516838146,4856.25460955012,294.1920878075934,2249.5146234680096 -4840,421.44970630327606,4257.354715188153,81.9280252021809,1705.740666869178,164.33975935557223,3036.1345656309086,185.13721136060104,3577.8882090533666,28.89397767690358,1308.5222313244594,228.27696254744157,7261.553166198752,127.69604135415902,4236.007625584375,145.63354328635432,4787.37421901408,111.56854304090548,5435.737155894397,35.7914784183262,1475.0310908152178,73.47893280582996,2836.1826514919803,165.60569815126402,6509.459271955572,93.8514562845108,1895.2031374073763,59.509903158323326,2581.157063917627,75.32883608354386,4614.006097800515,96.15907095906766,3090.0306937908736,98.12099873151405,3936.479048744417,115.20373886603652,5549.217124171887,1362.7877201220044,459.45033049114403,12392.530589565491,5100.655708442189,299.72548130867665,2367.11897393581 -4841,457.11596438484236,4222.200036705372,89.94084605211037,1691.655684825078,184.9130081310896,3011.0639897391616,204.11819780715282,3548.344156924498,32.883897176215264,1297.717240571475,260.14020314429706,7201.591621079518,145.5200462100497,4201.029218547543,165.94036776158418,4747.842957772025,126.30973411599956,5390.8521028940795,39.30059459665318,1462.8511698974883,81.32729107279052,2812.7631584260293,183.24150691338582,6455.708066544857,101.95472274953467,1879.553688063297,66.72852181807541,2559.8434189981967,85.65944941851842,4575.906406387181,109.40810599436291,3064.515076040112,107.74110941981849,3903.9739688131813,126.49869849675049,5503.3950217439515,1594.5656386267083,526.1629352606086,13798.973949284642,5581.700410761881,351.3704873187871,2576.8885060336293 -4842,479.3007115329598,4147.082095679902,94.5715373616371,1661.5591259544922,196.88789307413728,2957.4935939173565,215.3321585066995,3485.2149103703914,35.172263923338235,1274.6293133540212,278.4113338224379,7073.466773848475,155.74074930959358,4126.287931459833,177.59402576927693,4663.373206410266,134.79628587965703,5294.942457017088,41.38144965250007,1436.8253144301698,85.94903142789677,2762.720769335878,193.629299598624,6340.853371455901,106.81477245224045,1846.1142010975595,70.84556922449588,2514.3007717263745,91.585197368903,4494.495609981314,117.0072309518011,3009.9937220653073,113.44569568777983,3834.517646562965,133.19644592338696,5405.483104002173,1727.068404934511,564.7983235493078,14620.222597617454,5866.5361317177185,380.8819193245645,2702.10657858412 -4843,494.6365675955561,3990.21816260448,95.59984385540044,1598.7104305293174,191.0859384699849,2845.626004493333,216.40926083134795,3353.3861918062435,33.43560834515137,1226.4162896682299,264.06359466974374,6805.911950234048,147.7147554829045,3970.210540417899,168.4808722713491,4486.980493249827,129.28943894418654,5094.660552764221,41.93102886453312,1382.4772053829352,85.78054007873695,2658.220487964879,193.35563703879353,6101.00974744439,110.14231036810189,1776.284685353894,69.10717981128897,2419.197009879358,87.1890249000714,4324.490714417196,111.28175929191896,2896.1403082958163,114.95234653177371,3689.4765054402546,134.96540274850759,5201.01998504202,1564.8284461934145,531.2226777457637,14435.271788376018,5971.526350211506,343.99262931734273,2775.645901059519 -4844,478.5452936750607,3871.368066782936,92.32419345852603,1551.0922602648398,184.62976835748077,2760.8680014157367,209.47630197568358,3253.50436730904,32.25164590037916,1189.887035476015,254.68876871524907,6603.195393275083,142.47056373699235,3851.956378882937,162.51003373379842,4353.334151160085,124.75276775243142,4942.914239605482,40.603657243974,1341.2996201895442,83.00351350678066,2579.044426197067,187.10106816230996,5919.288958368874,106.75030400182762,1723.37740147675,66.66261869962713,2347.1403491358556,84.10672757581395,4195.6841893493065,107.3433410902882,2809.877718350377,111.31340690556253,3579.5841090012846,130.69292839676964,5046.105717600428,1506.2199834901317,512.3825008107066,13949.170284389882,5779.085921410053,331.0813778148151,2687.0785795942893 -4845,414.94337978125907,3673.5011793582976,79.13717189569208,1471.8154277981998,153.13607930390424,2619.7591353490775,178.9251109934473,3087.2166955411462,26.22182035274905,1129.0715201245603,206.6462549867197,6265.703918172386,115.59602172725683,3655.0816291724536,131.89381528971143,4130.833819610565,102.28149238705035,4690.280277004659,34.93604287141105,1272.7453581373445,70.48380404383991,2447.2286224970753,158.95667340078444,5616.752164719915,93.07206792896751,1635.295019123596,55.39351912607509,2227.1772386227753,68.4711181279528,3981.2413988829408,87.31093859319942,2666.2639496301513,95.77585419088575,3396.630395041621,112.45030766624907,4788.197604826491,1170.1257616158948,412.4784927426173,11724.426376735244,4981.829650471255,256.3805655501911,2334.289530846807 -4846,324.6857419152438,3363.6071846229574,64.53622890393352,1347.6541058973417,126.27787924156715,2398.7580837475257,142.83941867560193,2826.7812505300726,22.469478913974648,1033.8238349790165,177.49759691896512,5737.133510207933,99.29052946688617,3346.7414948306787,113.19229126329455,3782.359562642836,86.82563465085903,4294.611507484011,27.334573574597176,1165.3774483268621,56.79359916231321,2240.7821245028213,127.94521016960671,5142.9268735932965,72.46781721073698,1497.3426730362755,46.71499815753282,2039.2941217372647,58.58440398824665,3645.3866540857534,74.78030732678656,2441.3397843644557,74.93671056812848,3110.0930263663245,87.98309584467903,4384.268597894454,1056.7883603412,355.0241035721236,9595.278186808802,3940.939899721998,232.40252704549695,1821.9265438486989 -4847,269.0044813520724,3159.956994190854,58.94178290209958,1266.060150290018,124.24369489603203,2253.524852355647,128.13047130126287,2655.6332809894857,23.651906189104896,971.230788493321,188.58556373340065,5389.777749633526,105.49303651389248,3144.112440562652,120.02378072253123,3553.3559356032993,88.83671500144509,4034.5934960677755,26.006279701500812,1094.8194651110998,53.69700397164952,2105.113575435013,120.99638959689239,4831.547458668227,62.09456781648427,1406.6857967220653,46.320215291713495,1915.824699345299,61.30123698753826,3424.6760759608496,78.2244447137009,2293.5284363960623,71.29524262109804,2921.791895373213,83.7076529947073,4118.822282121174,1222.8813711708785,380.5455754173358,9271.762368086196,3556.0713274832174,274.06524937987456,1609.3449695873803 -4848,278.5508363977864,3044.5508885089403,60.43794444886191,1219.8218401571162,128.42346144051268,2171.2229325048775,132.52113444187054,2558.645791716153,24.34004348195377,935.7600642953515,194.05666442392803,5192.9354312982705,108.55352011343727,3029.285000423928,123.51661025863986,3423.5823433096184,91.38831613439102,3887.244426366279,27.020183798469574,1054.8351073728447,54.020755648793326,2028.2318456501769,121.86984889089581,4655.092501323143,64.31330790374626,1355.3116387774496,47.57213880612468,1845.856067453434,63.08804238102121,3299.602054423458,80.50119479831955,2209.765528988845,74.07482276164932,2815.0839164741706,86.97115447562368,3968.397057838268,1255.9950948215571,391.5295591455622,9544.755286170242,3662.4098389104197,281.0628438561914,1661.557606493296 -4849,276.2583394734379,2966.1189219712296,60.690212613943,1188.397492444529,129.65096601474394,2115.2891377928654,132.35862779479856,2492.7314324340787,24.77539417921318,911.653552452456,197.62947449811776,5059.1580194910575,110.55211733451898,2951.246304902961,125.76812884392079,3335.3859867293995,92.82782079448083,3787.1034742398465,26.85149247805755,1027.6610528492276,56.3141929431628,1975.9817049646776,126.82281965726159,4535.170689317388,63.62118288729677,1320.396880905617,48.197412110976835,1798.3041865299258,64.19510330133983,3214.599606641399,81.93547132817304,2152.8388221040996,73.6123618193349,2742.5633459128153,86.42817967590815,3866.165498358192,1294.253263090252,400.3678096128926,9640.173082091773,3658.098892197544,292.3273672003422,1655.5019634174673 -4850,304.96728030646005,2970.732562241628,69.05834375781798,1190.245981555255,159.74164216960943,2118.5793575737944,154.3192955638762,2496.6087436351827,31.16902221671694,913.0715810793901,249.30263088272213,5067.027270787805,139.45760758177528,2955.8368116083075,158.65676108274448,3340.574002284578,115.4801369009561,3792.994112328391,30.89476989021284,1029.2595249747465,67.08622849490895,1979.055239441015,150.89850654151385,4542.224906183196,70.58031718555088,1322.4506880465005,58.35093750783167,1801.1013530737023,80.62069610227594,3219.599745404733,103.04319710388376,2156.1874484224045,84.69685554134084,2746.8292573714198,99.44246954984581,3872.179113221414,1719.7216766426204,511.3709514918159,11536.802092019356,4180.678545581398,386.97580203196736,1858.9471471549296 -4851,481.7980459116062,3031.684661432704,109.21116107718183,1214.6668910816222,249.46763296143314,2162.0473764686235,242.06357943525006,2547.8329924004547,48.70252107190318,931.8055560880691,389.445081104619,5170.990162883316,217.8520102376691,3016.4832867652085,247.81392093057994,3409.114334905007,180.60927885839854,3870.8169888485713,48.45551891906944,1050.3773897926694,93.99355061806718,2019.6605678344956,212.28987099009112,4635.420149184453,111.14634787179794,1349.5841118146416,91.61079232433028,1838.0555069820878,125.9926899671863,3285.657984888059,161.0134024968038,2200.4270925092583,132.83899186344965,2803.187413431728,155.96609011022306,3951.626670498866,2665.747623822214,791.4288757651386,17900.52074174162,6507.912937343298,588.1566432260774,2883.1513630779677 -4852,611.9808309844929,3219.544493158502,137.21194729031308,1289.9343226401722,299.82533178114977,2296.0197059438983,299.4104676737531,2705.7107173850823,58.0989340845691,989.5453458474514,463.975521984033,5491.413112609211,259.54365601074363,3203.401157830201,295.2283454914125,3620.361782054278,216.69532350952636,4110.67406812106,60.08876810574237,1115.4645415684688,128.8474336351298,2144.8098286541604,289.945535347732,4922.656239494928,141.0115258938446,1433.2117553392472,111.61645500943675,1951.951520850876,150.42825938619796,3489.2553985642894,192.11176864962164,2336.7776399729664,164.73110918108634,2976.888300757621,193.41058418227522,4196.491161455612,3101.3921158968424,940.5099028747723,22098.924153386495,8278.733269971937,690.7271774332313,3694.065225072929 -4853,561.0962822586458,3690.7211174501517,125.05136091877401,1478.7147234052718,292.77343574708584,2632.039542493022,283.4717101287071,3101.6883610661434,56.632751999116536,1134.3641662211696,452.9143245603744,6295.075089789013,253.35612351567434,3672.215223610558,288.2980435634352,4150.197554415153,209.8545072151911,4712.26647819531,57.252741185285785,1278.7114910453645,138.05953093849033,2458.7002740138373,309.47774345023896,5643.081304097151,130.1552772356948,1642.9606431744216,105.62705698925757,2237.6173752379946,146.49636538323168,3999.903902873062,187.22814898513752,2678.7623531714817,156.95624750557155,3412.5524710850927,184.2821290527425,4810.642804188339,3115.0012134469466,932.2099623631149,21355.70276928908,7926.017905353321,697.6756996459264,3515.7179489684727 -4854,578.7550390249661,4104.844499431498,119.92771383387847,1644.6363205009845,258.950925514741,2927.371831809669,272.3237986851686,3449.718361995695,47.5037090042299,1261.647347465304,378.3265814141418,7001.424256536957,211.63242337955012,4084.2621215933696,241.00240643649482,4615.8772393414765,179.11523630931538,5241.014023362255,56.91163239293678,1422.191399279658,122.73914961524532,2734.582748021121,276.14488735985697,6276.272444820068,134.7928551995325,1827.3117215576367,92.82098845097705,2488.692882035969,123.21241676933377,4448.719643522302,157.13403827038957,2979.3372516580152,156.02111051597328,3795.4634864508175,183.18418591165775,5350.428825449972,2397.4991677414196,768.9318475521746,19431.773835066455,7725.325032871334,539.1167198016675,3543.9735657398205 -4855,524.6865570929009,4338.190973755818,110.68979860905831,1738.1283119729583,236.9964461800649,3093.782982362076,247.7063343098062,3645.8231394836243,43.992700890897304,1333.3677160230975,350.4917475585161,7399.431456502252,196.0618723460641,4316.438557612365,223.20211505019265,4878.274190033125,165.68017696024438,5538.947877959007,51.315559506248924,1503.0381521547647,111.50078107162975,2890.034493656605,250.79555491333767,6633.057226095089,121.81348333928014,1931.1881894179983,86.06223699972514,2630.1666235576154,114.07908148284257,4701.614252372174,145.5132520333884,3148.70245991226,140.67968610767028,4011.222700499645,165.17183917430708,5654.582540094917,2237.0942907713243,710.8800194801885,17795.939773113543,7017.293234049371,502.083448567172,3202.1514226069407 -4856,527.7142966395706,4436.896987249142,110.87246077003063,1777.675606606278,236.08487530492164,3164.17522342519,248.0509327272283,3728.775842621215,43.70465431559496,1363.7055717250548,348.0982324961807,7567.789277909113,194.72296194980245,4414.649642621821,221.68321176968263,4989.268611656907,164.76395276691915,5664.974479205495,51.459145270158054,1537.2364862126879,107.07695980906719,2955.790885077075,241.21121541509214,6783.977884042542,122.50924514785787,1975.1281378057038,85.7766684534344,2690.0102919910973,113.35280255707353,4808.589164874302,144.56589533743835,3220.3442731414934,141.07332110630665,4102.489268614202,165.63400552175247,5783.240154265947,2207.0530610126943,703.6077575420886,17697.526985260694,6996.796663419886,492.68331467458506,3197.400422721607 -4857,496.56208421452857,4563.349846739571,104.583357229051,1828.3398803876528,219.89886401963045,3254.3551410750147,232.24360302725097,3835.0470427535,40.74319521291361,1402.5715786535993,324.42345118622416,7783.473481748591,181.47950619557326,4540.46844629525,206.58733191437221,5131.464223708072,153.78481189401168,5826.42790575439,48.104277807682294,1581.048174866549,97.76068954731622,3040.031788246088,220.41303522953473,6977.323234322778,115.11725836408372,2031.4198663726063,80.41841189442232,2766.6763706624115,105.69024398960039,4945.635359942726,134.7747949022177,3312.125025106809,131.87607750036966,4219.4114104930695,154.83553359053082,5948.064187081774,2044.2256061404878,653.2262129627587,16514.043990104707,6544.30796129117,454.4878670493386,2990.2096791129825 -4858,477.8389141806927,4639.572465036838,100.87774104996724,1858.879036380707,209.5563819320923,3308.713338025253,222.4439182492047,3899.1046619826548,38.82824162747176,1425.9990347253035,309.09261603211945,7913.482520755345,172.90357747291256,4616.308871617894,196.81244805693018,5217.176179171938,146.75940409856062,5923.747989730456,46.03484844781216,1607.4567640805774,94.9918607429564,3090.8100959343756,214.0516491719416,7093.866971596489,110.66159422891863,2065.3511112423453,77.06257717399,2812.888763758624,100.74007806045572,5028.243375751052,128.44483706147366,3367.4481649098902,126.20281435036786,4289.889150789693,148.17456259654932,6047.4159881415835,1938.0675015035233,621.967474369106,15822.145235786049,6287.167556867449,432.78060249366973,2876.325416850717 -4859,449.0256152337274,4568.418360054261,92.62271200565284,1830.3706177491867,184.4098120732081,3257.9697537865636,203.24218345620974,3839.3066300416735,33.40864328697155,1404.129415102692,265.3809034947549,7792.118586836244,148.4516459703091,4545.511545235258,169.02728041246723,5137.163741740927,127.43666734587765,5832.899320046348,42.53309667496565,1582.804245296083,88.08896279499822,3043.408351979596,198.47059858767608,6985.072948217568,104.13061533423068,2033.6761647030517,68.04427176041473,2769.749318495276,86.79810132201705,4951.128477830539,110.5478454871232,3315.803802836653,116.60289290410485,4224.097911338391,136.90330712904307,5954.670702808461,1590.2759336912309,530.5318830086007,14209.213827201052,5837.002814198631,356.1888399493542,2699.2665312703316 -4860,412.198811723686,4521.3721797459475,85.32458174704587,1811.5212175132929,168.51652469080582,3224.4187476405646,185.94535674326744,3799.7689393706073,30.592334135099613,1389.669503502489,242.98224529102959,7711.874312532147,135.92204178974637,4498.701262354747,154.73782728999697,5084.260545794485,116.73464618242627,5772.831346515159,38.88004727838516,1566.5043165137113,81.24723995958243,3012.0669277065876,182.99700994802157,6913.139737314207,95.33255776478826,2012.7330968855492,62.486631477268695,2741.2260713719083,79.48685649233897,4900.141097792324,101.23029230659738,3281.6572139560776,106.58819468408102,4180.597588838496,125.1450627830116,5893.3487113703495,1452.9798562744713,485.2777186174727,13026.978119402507,5352.576000063902,326.2313498259439,2474.9195699530947 -4861,414.32859984469724,4459.510347072586,85.47244090596381,1786.7358165361172,165.21958364509044,3180.3019518746833,184.8534321078362,3747.780149025552,29.87334436000195,1370.6559167241112,237.07782321025397,7606.3597343567535,132.6191621746278,4437.149615271613,150.9696238316343,5014.697222394423,114.36009481845748,5693.846933683716,38.67832473911372,1545.0712594554193,77.7584396559677,2970.855549196885,175.3855260229866,6818.553519529914,95.69888770217462,1985.1946963501025,61.77258312744506,2703.7203625283173,77.65933345282689,4833.096913722407,98.86176947344194,3236.757276195925,106.03517989132418,4123.398265660922,124.49576882353878,5812.715368797554,1391.0991873795929,470.27275658524326,12837.316014667254,5319.341881288458,310.7535481169164,2465.5407369722693 -4862,373.47558474124725,4394.984293114489,76.45199084417038,1760.8829755886002,148.52268759260699,3134.2851654164083,166.52581992897507,3693.552342540507,26.66350615919528,1350.823466352383,211.56665433970966,7496.300929589996,118.34844804416036,4372.947105755492,134.75113370579794,4942.137995400331,102.16108965392324,5611.460876498492,35.01977013938998,1522.715138783523,73.58819667033816,2927.8693084328,165.7134149954599,6719.893729984594,86.42122949445805,1956.470291623,55.06095912460024,2664.5993845683424,69.32284721876502,4763.165318554278,88.24130587610424,3189.923619942569,96.00538936289327,4063.735522831899,112.71980461754775,5728.609366941027,1237.6543792197422,421.3627421352563,11585.129165628701,4833.213282508498,278.10219658273945,2244.3311027744235 -4863,374.492054973724,4279.058341529313,77.30446530948234,1714.4363853482087,151.70949362864638,3051.6125172093502,168.47265174451888,3596.1279738779194,27.457225080845305,1315.1929645538166,218.01230987922392,7298.571936566509,121.95408869726579,4257.602426307933,138.8487391025115,4811.779838971963,104.93499850788434,5463.448074061354,35.23404545691286,1482.5506718175802,75.26806993814716,2850.6412654955684,169.39805279210356,6542.643932659907,86.76157174203405,1904.8647191844693,56.29991434834794,2594.3155795196412,71.35549538392918,4637.52790206203,90.8599749158157,3105.783403172006,96.59281712748911,3956.54687867387,113.40950280315563,5577.506553408151,1294.714964639023,435.2451277001807,11792.419594010431,4878.712711799037,290.8079502462321,2256.763406813826 -4864,395.9241971825456,4237.015689070421,81.47978418820922,1697.5916855663606,158.00479518649274,3021.6297793590447,176.73023523874554,3560.7952565984883,28.521261432772455,1302.2709157496506,226.34830901357114,7226.861924950818,126.61717023781594,4215.770582750169,144.14524973939965,4764.503085225647,109.17709274825663,5409.768542194334,37.02797797996785,1467.9842981734091,78.69346061491554,2822.633112662725,177.13921098311937,6478.361073425791,91.4993894507236,1886.149020781242,58.87636241409199,2568.8258807184206,74.14427495549351,4591.963210418886,94.38719384665376,3075.2684249196905,101.51081600872483,3917.672969490863,119.18371898706988,5522.706372878637,1329.61736746716,450.64086359706863,12340.145193371816,5132.228023218114,298.95545304739454,2378.453574815226 -4865,429.6317943727749,4166.056527877356,89.3259468724302,1669.1613726065,177.54360727838204,2971.025219377737,194.68054853558482,3501.161055752772,32.39955192059264,1280.4612132115903,257.43535369052427,7105.830496727544,144.00697820769287,4145.167222676233,163.9279856658848,4684.7098611171095,123.4069474837367,5319.168774298038,40.584567981715054,1443.3993208952556,85.56235900469404,2775.3612371898585,192.65562482498635,6369.8651174485885,99.31225805380744,1854.560855378644,65.89781572807955,2525.804626344258,84.16171139304787,4515.05958731424,107.20495861304008,3023.7655550014306,111.26107440741862,3852.061980968702,130.63148487776434,5430.215185568201,1551.3890772458383,514.1945926019591,13698.243672242703,5609.228796851557,346.7641699249563,2584.052266255131 -4866,445.29002668199075,4090.28877632123,92.72710569758364,1638.80446233885,185.35186338877344,2916.991410863024,202.53729356851738,3437.485707313509,33.868185642699196,1257.1735630247356,269.16640075331657,6976.597300760732,150.56921845366858,4069.779383316706,171.40424327838514,4599.5094010430585,128.90255394702535,5222.429458477603,42.184703627855136,1417.1483278014116,90.2193467631913,2724.885954559682,203.03924126151256,6254.016867566396,103.04670283549726,1820.832098892558,68.65341649523704,2479.868010715648,87.9637145319682,4432.944543799209,112.06104655942583,2968.7725620349984,115.64778640266186,3782.004824230711,135.78191780969294,5331.456277156063,1630.0824539503085,538.4522098832598,14287.49046613412,5843.387835417303,364.13089721735844,2687.8564590961028 -4867,460.63051637025836,3929.6559509924255,94.0579453274715,1574.445732346269,180.48133124053754,2802.4360341132665,204.07819388527776,3302.4896052315007,32.32021696623862,1207.802148828653,256.32109868702867,6702.61406953019,143.38367416764598,3909.951997878397,163.2518819187901,4418.878587274344,124.07165115168043,5017.335479819663,42.92773800390368,1361.4944235776934,91.16113149550357,2617.8748965352243,205.20956593537105,6008.4106392465665,106.52187508625761,1749.3248238591439,67.24671919284353,2382.4792377493422,84.05700887468724,4258.855024565604,106.96897154537393,2852.1836485189165,117.68478733952175,3633.478851238227,138.17355799918994,5122.080623809941,1481.7470914079308,508.8702330603443,14174.158798202272,5963.432883653822,331.93950901311973,2769.086752930592 -4868,446.4607674914234,3825.49154290854,90.96124385624836,1532.7114915335,174.7765690191372,2728.1511363189347,197.84627716009263,3214.9496579123856,31.258334785459137,1175.78662444581,247.88827145830453,6524.946142394989,138.6664278782494,3806.309887583079,157.89052002866913,4301.746228060621,120.0125800373856,4884.339668753378,41.6297471230466,1325.4049382613857,86.82560066939367,2548.48220861648,195.5748904509763,5849.144142238354,103.35120730670386,1702.9550176735115,65.0041350018853,2319.3262435261117,81.29769755987746,4145.964451375113,103.45512519374441,2776.580077824775,114.12639391174753,3537.1652862481515,133.99565283581478,4986.308306082646,1430.0011083443949,491.23677636010945,13700.652794103971,5775.122203901027,318.1083831565923,2679.955363030093 -4869,388.83877033101123,3662.25948176027,77.92201185381109,1467.311358478067,144.56513377233773,2611.74211329264,168.71304867544205,3077.7691535869285,25.33100908263236,1125.6163203094338,200.4768057826418,6246.529526972333,112.14488836756624,3643.896299329048,127.72342243512931,4118.1925865306075,98.08862419981162,4675.927018369449,35.82402603473077,1268.8504857153973,71.51886735378251,2439.739580630984,161.35394029922992,5599.563704383044,90.06111768081408,1630.2906673646128,53.91980787595058,2220.3616009541406,65.96676361835561,3969.05795053604,83.85981393065505,2658.1046129170754,98.21022680392338,3386.235981132654,115.30850143150415,4773.544698270882,1103.0156819035928,393.9083467844544,11468.503608313651,4943.603790909595,245.15494481473067,2315.19007655677 -4870,303.4821451662648,3366.986195600467,63.25620658941768,1349.007931646832,118.45356243734385,2401.1678270535895,134.0797305426162,2829.6209771545805,21.556344362803195,1034.8623932575144,170.97226253805968,5742.896917183354,95.64031719993153,3350.1035628811987,108.83831475092396,3786.159243694026,82.73684442872343,4298.925786361244,27.848667163064935,1166.5481626744947,57.040807754877214,2243.0331683915124,128.56848025879256,5148.093352735643,69.86121841172687,1498.8468728585417,45.19920468418985,2041.3427548996694,56.05946228186087,3649.0487349546893,71.34332600861505,2443.792304375981,76.34607890302509,3113.2173622058995,89.63783340053867,4388.672944450842,989.8585157976423,336.90275117964546,9322.800104545142,3884.9099628798335,221.03287277688614,1797.304527145126 -4871,267.9457416352791,3153.8487890696365,60.52578603514422,1263.6128527135045,123.8175780679225,2249.1687829315206,127.06413992895212,2650.4999349228033,23.76350434886234,969.3533968430344,188.68069992872876,5379.359295169413,105.54625482991231,3138.034863004972,120.09658502239071,3546.487289301068,88.90449763988018,4026.794616304533,25.961949880068058,1092.7031762261897,53.59023709470005,2101.0443853967136,120.75704918746032,4822.208064814229,62.840282646970195,1403.9666694037894,47.09847715489179,1912.121405198762,61.75697152844898,3418.0561681633226,78.5677745442109,2289.0950399395265,71.17371407450567,2916.1440640099195,83.56496648389522,4110.860587894548,1218.2981515743757,379.26657806081363,9298.267541432164,3577.8650183499267,271.6886079380374,1615.3738897585313 -4872,277.46352108563195,3012.9701584900313,62.060450983434784,1207.1687870087628,127.98932656201661,2148.701119681482,131.42189914304464,2532.1052920098796,24.455687623888117,926.0535469681074,194.1596122172586,5139.069788099324,108.61110816580913,2997.8626214747715,123.59486518036586,3388.069969353368,91.46060988181894,3846.922545983224,26.97578910906146,1043.8934401252584,55.373472351613856,2007.1932607557717,124.80046747717856,4606.80583281903,65.08912608666141,1341.2531675864236,48.37017470047164,1826.7092427641082,63.55938556304412,3265.3757118637454,80.8570042996142,2186.843918829697,73.95311638192992,2785.883417483568,86.82825917116507,3927.233391773616,1251.5814558729564,390.5922050018616,9597.81945301421,3702.8996312822933,279.0814952288684,1675.0433547024838 -4873,275.1503343515312,2940.711382538807,62.29493434474701,1178.2177737801774,129.19251968399018,2097.169738809452,131.24597406656696,2471.378892691027,24.887913977262084,903.8444004285544,197.701488610677,5015.821673155472,110.5924013692846,2925.9661631287463,125.82671508575912,3306.8153349081103,92.88637668918706,3754.663446247824,26.80214496466008,1018.8581897778847,55.42123884489813,1959.055602401915,124.8750532453816,4496.322776892817,64.37174334761718,1309.0864659490373,48.9879462940941,1782.900055497855,64.65961047389663,3187.063601371957,82.2814596800927,2134.397775503072,73.4770774579882,2719.0707658139404,86.26934248062146,3833.0482313382554,1288.0000614885141,398.17790830258855,9653.665480671021,3684.8693350673566,287.39849343105317,1660.0340558703854 -4874,303.5835174898492,2934.408233628079,70.69040095321938,1175.6923705320046,159.07181468082905,2092.6746451279446,152.9408280613402,2466.0817155290806,31.276317095495028,901.9070916937169,249.1769780770732,5005.070712995533,139.38731855353808,2919.6946192623673,158.59334946815795,3299.7274752834064,115.45972488583708,3746.615664696771,30.810523987059064,1016.6743593866341,65.16063690164746,1954.8565438817027,146.7020107154997,4486.6853156371035,71.31638245328885,1306.2805574940662,59.163856170264324,1779.0785704621335,81.10434630928914,3180.232418758563,103.37168158523033,2129.8228868915594,84.46589855040934,2713.242683521507,99.17130324277059,3824.832439088943,1713.0614276839108,509.09543760420894,11523.047371339471,4178.086792600589,383.5060282118555,1854.5263116967967 -4875,479.63131006453426,2997.049835156336,111.82798880554374,1200.7901916704154,248.43184300448453,2137.3475334282593,239.9103655026335,2518.725824958018,48.87515087849096,921.1603448729907,389.280166683461,5111.915303203275,217.75975862143463,2982.022125308757,247.73440249935283,3370.167644885501,180.59008068032207,3826.5956766316776,48.32621621977079,1038.3775802864584,102.16395707200762,1996.5873921199998,230.01411922738833,4582.463793390804,112.31722826871827,1334.1660797703864,92.91234058167328,1817.0570390409791,126.7630439714834,3248.1216952607665,161.54218620739118,2175.288788696732,132.4845133519566,2771.1630045875618,155.54989734415255,3906.482165536694,2663.2234817076787,793.5549132582876,18069.86514646261,6577.335883263973,596.0515378232453,2920.7646745483285 -4876,609.3826834041148,3172.3033690606776,140.6976132165444,1271.006816732619,298.66995810732516,2262.329675540518,296.82338360816175,2666.0091956187516,58.33581436440049,975.0255171626975,463.974098785622,5410.836332609289,259.542859886592,3156.396908640991,295.25723775883813,3567.2393727853632,216.75717627193248,4050.3571928020597,59.95333507757221,1099.0970712797566,125.92096674100155,2113.338535899239,283.5665614133467,4850.42496118985,142.59407450643394,1412.1819063850496,113.34590694943707,1923.3100828383238,151.43821605770276,3438.056743710208,192.8390222021793,2302.489558937414,164.359824602395,2933.2077273285868,192.9746594342447,4134.915071994814,3093.3373539226327,938.5591000889449,22096.97487511702,8244.860464167203,691.2349616926939,3684.582672318731 -4877,558.5924719547686,3632.498218705932,128.0050683473235,1455.387288231331,291.5744340094353,2590.517854211349,280.95723800451185,3052.7577370402228,56.83064150327119,1116.469026521588,452.7045713560035,6195.767255933155,253.23878949492774,3614.2842642323603,288.1953646041928,4084.726194133624,209.82755324099313,4637.928210608921,57.10481653797795,1258.5392029485492,119.46264061753129,2419.9130959690233,269.060817385042,5554.058985445005,131.53098006524453,1617.0421497081986,107.09154347468666,2202.317886135226,147.3837783834305,3936.8034971495094,187.8341526633529,2636.503590104527,156.55071762046293,3358.7178163765857,183.80599693433368,4734.752602796916,3104.6538793619766,926.6320050661421,21064.66358285983,7682.589789536599,694.9314053381092,3424.504440275474 -4878,576.6582709682834,4043.8274210783015,123.22425560826633,1620.189376592532,258.188006837902,2883.857472994077,270.1396561946906,3398.4395046310606,47.75019445200491,1242.8934007408773,378.6586977777766,6897.350532793158,211.81820623048628,4023.55099309075,241.24080257866905,4547.263837976177,179.32008182107336,5163.108182262065,56.8474773981166,1401.0510213542316,113.01077510232871,2693.9341315333554,255.00427321438755,6182.977849230726,136.49887014567128,1800.1493716792334,94.42144807346996,2451.69933243835,124.19343366681025,4382.590981377414,157.8932490883634,2935.0504450444655,155.84523199841675,3739.0452486901568,182.9776871695876,5270.896571570221,2386.617985378641,764.071207852467,19329.76541641505,7657.474452134507,531.3637740284745,3511.461785898784 -4879,522.735751130234,4281.007766818125,113.71244754248139,1715.2174370139971,236.26258578907263,3053.00275079298,245.69661875868616,3597.766274236212,44.21447700920224,1315.79213152471,350.75834474846147,7301.896972022856,196.21100437153112,4259.542076851839,223.39605269610348,4813.971958020972,165.84975578528957,5465.937075843901,51.248805491110055,1483.2260825133253,103.04140594573991,2851.939941916583,232.41074621919148,6545.6245874021515,123.33125195850586,1905.7325249396058,87.53547956628404,2595.4974807685194,114.96850637437699,4639.640636558335,146.19611612066257,3107.1983155719972,140.49668247316794,3958.3493763091096,164.95697484156187,5580.047517203435,2227.7322965159565,706.8172380612057,17707.37741266968,6952.054184288996,496.2475593970275,3172.800039293537 -4880,525.7754978866143,4370.941353905495,113.9251204057105,1751.249994100462,235.37011562246556,3117.1389317395733,246.0504718458793,3673.346615167131,43.930005975969394,1343.4337319830304,348.39481687015524,7455.292112374237,194.8888685312701,4349.024721870629,221.89607406461337,4915.1018297484925,164.94641936681776,5580.763152973365,51.396289596585525,1514.385064072734,103.10096401495062,2911.852281044371,232.56487394281558,6683.132279734579,124.04957836584627,1945.7673418173792,87.2641846465594,2650.02258593908,114.25118490808077,4737.108230164723,145.25995882908234,3172.473013851491,140.90100462932872,4041.5046934089246,165.43168896696076,5697.270777864105,2199.5445499216357,701.1552350072733,17687.889589059854,6977.366756354228,489.77878301755055,3188.7959886907747 -4881,494.75018050437336,4481.8637776412515,107.49121357602769,1795.6918838868085,219.2418312238584,3196.243311650939,230.378259680141,3766.566010438085,40.9577314382025,1377.5263709855606,324.72805442019467,7644.486842709321,181.64989845385304,4459.390961995443,206.8033726395305,5039.833543976736,153.96654438718878,5722.387513746336,48.04765647843588,1552.8159759004766,96.51112998755399,2985.747052541439,217.68950712724612,6852.731725390025,116.57434128817414,1995.1455448416357,81.83623319743376,2717.2728426656345,106.54084750849995,4857.322958261903,135.43571243573714,3252.9816199937954,131.72085224506645,4144.066924250067,154.6532838172046,5841.851780488385,2038.4382626300726,651.9266384330559,16549.02365166109,6549.346669348204,453.7384574747495,2993.3069251209477 -4882,476.10879246032397,4588.822371637263,103.70986225598884,1838.5456359594928,208.93979558639177,3272.520884474284,220.66514870397953,3856.4541963930915,39.03691227636802,1410.400704330557,309.40952372373624,7826.920670483425,173.08085273206504,4565.813247686727,197.03506705874045,5160.107951362091,146.94379173374492,5858.9509063742025,45.983006307374005,1589.8735532292255,92.40803666125161,3057.0011831021943,208.43092715891444,7016.270508972895,112.07193606731076,2042.7592102453566,78.44292003801995,2782.1199012052,101.56310272926804,4973.241794704912,129.08783728005986,3330.6132388094206,126.06069106234055,4242.964078120379,148.00769582621115,5981.2661589198015,1931.2202674574976,619.8447532539744,15834.217187852913,6288.321848408798,429.7115737795489,2874.8819394668926 -4883,447.53460738364396,4555.292216329542,95.37204060772453,1825.1115311453507,183.96353814247993,3248.6088380672586,201.68695409591973,3828.2753963285254,33.61718812329197,1400.0950200324196,265.83661677015726,7769.729991828132,148.70656780128152,4532.451218193664,169.33552260158683,5122.403458356831,127.67668266918743,5816.140024208601,42.50904248446692,1578.2564752858937,83.92999641372832,3034.6639217867746,189.43336496027257,6965.003185726537,105.53716694732906,2027.832933299194,69.37635027493339,2761.7911752669966,87.59150851476969,4936.9027176488935,111.19148640027143,3306.2767162502814,116.53694924098401,4211.961081494537,136.82588275868142,5937.561529059866,1583.2673558008776,527.8508590158245,14199.83217517926,5831.877751713778,351.16214631447,2692.960697347931 -4884,410.83067836238075,4511.235153116568,87.86698292785485,1807.4597427902256,168.10957003038413,3217.1895222174676,184.52335538333392,3791.249764794262,30.784693562564442,1386.5538306043043,243.40834518129012,7694.584102356846,136.16039816439107,4488.615064474732,155.02538222761225,5072.861509728775,116.95748894199089,5759.888517931243,38.85823337260019,1562.9921756546437,76.79174799793049,3005.313800239574,173.3161047769733,6897.6403095246305,96.62150238179132,2008.2205002246594,63.71788332796754,2735.08017570618,80.21748067974795,4889.1548620167005,101.82402207419015,3274.2996584963903,106.52839267766934,4171.224587147856,125.07484932392151,5880.135679916978,1446.0131599262836,482.44631368269745,13008.135943194759,5345.174166756305,320.6664862397924,2466.8914930979163 -4885,412.9881291663018,4430.463873711024,88.06875054204242,1775.098132068531,164.84762998339687,3159.5874454070627,183.459571127091,3723.369442963366,30.071060439905253,1361.7283176214135,237.55625240746483,7556.816643701634,132.8867910841345,4408.248785792461,151.28986602567545,4982.0346074546005,114.60459356753842,5656.760760446641,38.66296587990046,1535.0076274226,76.2285882447422,2951.505246169234,172.06013917907103,6774.141707973197,97.01533000644605,1972.2643743242993,63.0318326197464,2686.1100117554242,78.40182584541846,4801.617130106602,99.47233226671332,3215.6750549016997,105.99307415353465,4096.541017092981,124.4463325307597,5774.854960596245,1385.2992058580755,468.44676561286474,12871.951781429381,5344.686827540162,306.8048225694845,2471.7321939569165 -4886,372.2829371888703,4348.39297954732,78.78052058852813,1742.2158210781113,148.19977082797186,3101.0585477059362,165.27705425500946,3654.3969226593335,26.841893244434182,1336.50336063703,212.00576556029216,7416.8324983258435,118.59408283777616,4326.589408838099,135.04496551369408,4889.746294843707,102.38548125906595,5551.973671122935,35.00855287665068,1506.572806121336,68.58556134532573,2896.8309092179043,154.8459047232426,6648.656006472754,87.61669194006456,1935.729712189151,56.18542724204844,2636.351914912578,69.9911908649142,4712.670910809361,88.79223436302526,3156.1071778986443,95.97463765685448,4020.655783890639,112.68369907889671,5667.880268150588,1231.2999476173277,418.5825751124123,11554.165979653608,4817.135698987169,272.6127188493913,2233.070749747519 -4887,373.26362628467405,4235.521124219603,79.62497461144407,1696.9928771005732,151.3542413234711,3020.5639297158477,167.19249146579224,3559.5392217329104,27.6333916987148,1301.8115527262983,218.41696141868294,7224.312721783454,122.18044706098392,4214.283511897836,139.1210724639799,4762.822454478594,105.1451072702468,5407.860300519637,35.21690038881336,1467.466481414018,69.5302528552096,2821.637457100763,156.93274654366385,6476.075896437604,87.94402172763881,1885.4837006038497,57.422799760285734,2567.9197531156606,72.02159436152047,4590.3434413846935,91.40383122576839,3074.18365478146,96.5458145648796,3916.291049586175,113.35431715463083,5520.758293515233,1288.3110820673826,432.3602172165486,11746.67197037678,4849.635666004536,285.55027160834544,2240.9886246759593 -4888,394.64575110367804,4185.1609120959,83.9531990083578,1676.815685497275,157.6507648844103,2984.649520184548,175.398444844494,3517.2164130366987,28.7099905526936,1286.333054563345,226.80484297392078,7138.415872152227,126.87255115242868,4164.1758143125235,144.45094458943893,4706.192646225833,109.41068818166855,5343.561012691224,37.01367518709465,1450.018351391517,72.86084469147644,2788.088277033349,164.4684808377981,6399.075558979982,92.75865804333739,1863.0653590743434,60.0737512527141,2537.3872685191213,74.85304937032136,4535.764403139105,94.97000310045073,3037.6317084160555,101.47160543728748,3869.7264729470594,119.13768190539469,5455.116652123032,1322.7096135104239,447.5355721155837,12297.670148858775,5108.592075220112,292.94315889917635,2363.81964831969 -4889,428.18217756315073,4128.9524241057625,91.96305787297688,1654.2953388966114,177.09697386015796,2944.5644099023602,193.179571221917,3469.9787032656104,32.59822220204234,1269.0570554877127,257.8547346538688,7042.543916151964,144.2415760761802,4108.249165095495,164.21212671757203,4642.986480826045,123.62858608674024,5271.794719515174,40.557575797944025,1430.5439892817808,80.49738740310919,2750.6430677028934,181.65007210508378,6313.133257295628,100.64187777010711,1838.043600279428,67.17772357593387,2503.3090801759495,84.92064211697155,4474.847161404601,107.8180141008933,2996.835024850677,111.18707634568439,3817.7544034022267,130.54460384831265,5381.852119344983,1545.0817778830472,511.6788792537227,13668.78431447322,5582.417523883786,342.8451481122853,2571.0883525069153 -4890,443.7759717772961,4068.1302832389274,95.44916215649519,1629.9264981344152,184.87670584989982,2901.1890708490564,200.96947555267988,3418.8636716990636,34.07271113950583,1250.3630239105287,269.58490830709127,6938.802687353032,150.8033277448448,4047.731996630031,171.68872866954402,4574.592285695359,129.12578858733406,5194.137772155013,42.15454641289804,1409.4711506788647,83.78965072273616,2710.1243154979825,189.06900211772265,6220.136719470542,104.41935090555674,1810.9680287318117,69.97362009635545,2466.4337176460303,88.74778501971538,4408.929767244398,112.69207212529389,2952.6897058172162,115.56511152636963,3761.516410742624,135.68484934338824,5302.573955272127,1623.645908399543,535.7258947935325,14235.160652165745,5796.072812065548,360.40325542800883,2667.6541605846105 -4891,459.18185751314826,3907.692401699634,96.95423007266135,1565.6458738134936,180.10695759608822,2786.7727183566803,202.56081297793006,3284.03140071232,32.543065450984976,1201.051526798997,256.8951276916804,6665.1519618183165,143.7047807335407,3888.0985775004215,163.63448645912567,4394.180685249117,124.36169690230626,4989.292695284885,42.91812697920135,1353.8847879614868,83.98011650629465,2603.2431259554382,189.61092724401593,5974.828558552429,108.01003927396262,1739.5475348350928,68.64783763140554,2369.1631355689096,84.88659434622602,4235.0515228266595,107.65740253841851,2836.2422844561115,117.65843907495426,3613.1706886792804,138.1426225355273,5093.452399948692,1474.6154534564905,505.61461872043935,14119.346060668273,5923.189950616453,326.21115170791563,2749.065806312056 -4892,445.0603562395778,3812.04049076692,93.7633728256636,1527.322227968431,174.41678080264225,2718.55851200563,196.37713680707841,3203.645370608071,31.474441940107912,1171.6523669221833,248.44710379046134,6502.003367643515,138.97903356478386,3792.9262812698057,158.262995235749,4286.620586776451,120.29500793903486,4867.165533920019,41.621064012650635,1320.744598346019,81.40197340713353,2539.521329554118,183.79341948654755,5828.577597531976,104.79713616917627,1696.9671501065259,66.35886858143941,2311.1711142086965,82.10173321742234,4131.386564223296,104.12274668537049,2766.8171694551465,114.10258948952753,3524.7280362463703,133.96770409419227,4968.775632890975,1424.599000911305,489.0739682231702,13673.154837615153,5741.333814555545,315.12182077166926,2665.8350343339457 -4893,387.7022449588864,3667.457953399201,80.41802110415247,1469.3941646037717,144.3337231507515,2615.449405845714,167.50524202237835,3082.1379580738267,25.5268286006265,1127.214100190021,201.0602673926408,6255.3962953565615,112.47127144646984,3649.0687049604926,128.10849208849916,4124.038242053205,98.37545080012508,4682.564361821427,35.831661303571885,1270.651582359938,69.08738604008373,2443.2027205530608,156.074092557126,5607.512123454004,91.36962969981329,1632.6048179155823,55.120775103665714,2223.5133401654716,66.67916687544151,3974.6919137469754,84.46533103409816,2661.8777157003115,98.23115860773201,3391.0426453786804,115.33307743553122,4780.320607202164,1098.5287789394156,392.4073382122299,11490.270515255857,4952.59992858967,242.11705877471363,2316.5591833701283 -4894,302.5069191025115,3370.300221112707,65.20847203974607,1350.3357204888334,118.19342897276967,2403.5312259437965,133.07521046861498,2832.4060898825483,21.704163942919163,1035.8809778829561,171.34999400825853,5748.549481759525,95.85161672354971,3353.400971314456,109.08957419500832,3789.885848912485,82.92625292144737,4303.157092610684,27.839070393615994,1167.6963617307936,55.3133140928246,2245.24091998686,124.81478599434332,5153.160469652442,70.83101900390376,1500.322143764637,46.148577692492495,2043.3519885513556,56.61037727645481,3652.6403863308806,71.79995276198765,2446.1976572859217,76.31976971870137,3116.2816105170386,89.60694382094007,4392.992586189139,985.6577947280725,335.4787260350437,9339.069839498095,3895.832143742972,218.09017507951302,1798.9589240862624 -4895,294.25610445789226,3156.837912468125,61.28193828311777,1264.810467119676,132.88662449687467,2251.300477722821,141.00632880390364,2653.0119993567823,24.70541760038858,970.2721209524303,197.0333718025925,5384.457690753181,110.21866294819083,3141.008998438094,125.47843333167697,3549.8485437073127,93.08843292598787,4030.611091606145,27.15267358734209,1093.7388075611414,53.6394325701647,2103.0356923215786,121.06387318050037,4826.778409153143,62.30719831585829,1405.2973069526652,48.640901739551076,1913.9336565827973,64.0217307985561,3421.295699400525,82.90499095352865,2291.2645756410984,74.4380385599451,2918.9078979912138,87.3976056789322,4114.756738405564,1263.3330472873004,397.93343688899944,9715.087105642562,3728.5139994254655,282.6350400677426,1696.4825762837268 -4896,304.7166783448557,3030.125123722914,62.836007975082,1214.0420507591527,137.3842107806761,2160.9351913997575,145.86733689339218,2546.5223542326917,25.42572194960524,931.3262232862782,202.7617447541536,5168.330138818624,113.42306229340541,3014.9315688387014,129.13800596574134,3407.3606425009434,95.76859769463543,3868.825790641647,28.2141650333714,1049.8370621096053,53.962952319671665,2018.6216283773076,121.94482064111008,4633.035629245642,64.53386073769079,1348.8898683328957,49.9546912885401,1837.1099875115797,65.89174110364496,3283.9678000234885,85.3241607807982,2199.2951644192203,77.34807763718045,2801.7454176547694,90.81427883022279,3949.593902748957,1297.557805371045,409.4740916919841,10003.216182211541,3841.1634755505665,289.86622597522955,1752.1575655740173 -4897,301.9573458570009,2951.3682487683022,63.07676542576237,1182.4875260853319,138.60829563756718,2104.769688093745,145.55080072881066,2480.334941359451,25.870641214127527,907.1198489900279,206.415599700918,5033.998547268046,115.46699527366462,2936.5695940460546,131.44124536425844,3318.7989280206502,97.24263283641415,3768.269999519602,28.028923500379506,1022.5504376808103,56.255039562145775,1966.1550388222672,126.8920796472401,4512.617035024538,63.837774382079544,1313.8304742979346,50.58687051555107,1789.3611204989352,67.02260652746827,3198.613225271257,86.80413842679094,2142.1326357512175,76.84024490640356,2728.9244269354863,90.2180330718186,3846.9388438258056,1336.9905380427904,418.50796566459934,10096.963307110107,3834.5295348845475,301.39059080172467,1744.3874124048061 -4898,331.451969998887,2955.916916179729,71.60401553168685,1184.309983339376,170.3124856585521,2108.0135724490056,168.92541751615863,2484.15764925837,32.4819213418745,908.5179078385235,259.8635525113466,5041.756977667466,145.36529038067619,2941.095453677227,165.48287035322184,3323.913881918818,120.75815689980809,3774.0776810759194,32.20172577948065,1024.1263988826563,67.01681974736158,1969.1852894033784,150.96724472505844,4519.571908939724,70.81152958718498,1315.8553581344645,61.053406256115835,1792.1188951749637,84.00406277959044,3203.5429482042127,108.90065100760593,2145.434104117716,88.27982620419363,2733.130262521821,103.64923081343038,3852.8677703025223,1776.3514622758546,533.7192229782257,12054.33293812171,4370.818906225195,399.07251545594687,1952.9169189715676 -4899,523.976569849311,3010.370922670566,113.26837727009968,1206.1273839459107,266.0217325506631,2146.847473404945,265.0635521281322,2529.9208897664307,50.76340826655955,925.2546570278138,406.0184076599321,5134.6364039072105,227.12297726634333,2995.2764186590493,258.52300333295216,3385.1471415920696,188.89301731977008,3843.603874257235,50.51027560885853,1042.992891802988,93.89362166676823,2005.4616907947334,212.41790695898547,4602.8316232835505,111.5115540629933,1340.096092310939,95.8864658125836,1825.1333731584427,131.30455602786196,3262.558730258278,170.20473644077424,2184.9573674380795,138.47203043749005,2783.480085360555,162.57983348111713,3923.845437307975,2753.8227905841263,826.3615750319499,18716.24424156072,6808.880254638896,606.9691102961967,3031.8989849523286 -4900,667.5039575921169,3180.101076519075,142.48283015940902,1274.1310259211762,320.1202205514378,2267.8906143701292,328.5993066020544,2672.562402349099,60.616135659448034,977.4221869835786,484.1913008226097,5424.1364851856315,270.85217747418716,3164.155517088159,308.283991742581,3576.0078560692596,226.8285619899109,4060.3132079800275,62.68016117013442,1101.7987162465677,128.7085416674954,2118.5332457823547,290.07906812670535,4862.34758979629,141.4839770915645,1415.653132211504,117.01413383020831,1928.0376916553203,156.92194942675798,3446.5076885266117,203.318151506298,2308.149213112268,171.8353162946398,2940.4177236976257,201.7516246500705,4145.078935391737,3203.8684681237514,982.5469890881087,23122.01252040508,8665.48540056971,712.5362883073652,3886.7643810819413 -4901,609.9173113379294,3617.682572644032,129.65965045265796,1449.4512900154518,312.27118068919805,2579.9520690865593,310.448428789577,3040.3066426634095,59.023808053402306,1111.915353280721,472.1453171919738,6170.496962812815,264.11376459763807,3599.542906301279,300.73201225538924,4068.066073767863,219.47050673700625,4619.011779356448,59.68898499585156,1253.4060768564589,137.90980873950076,2410.0431459313863,309.5616971202673,5531.405988201533,130.58337249541245,1610.4468197961623,110.51295040633177,2193.335428236487,152.6587064333023,3920.7466999489884,197.89384798278138,2625.7502457998376,163.63511874559794,3345.018821526986,192.1237832165087,4715.441259878024,3217.6555747424777,973.043963680495,22304.878545151616,8276.475839202043,719.598607376945,3690.2441030073155 -4902,633.9205406490057,4029.206712502764,124.75368204144407,1614.331481522909,277.5100107007241,2873.430707631576,300.4087668744434,3386.152236052335,49.66202331511513,1238.399642647253,395.6148597811933,6872.412734617685,221.30332790125547,4009.0035951968243,252.17677822411554,4530.8229238450285,187.8480793032195,5144.440644749622,59.47752062376084,1395.9854345846516,122.60393374198819,2684.194045778573,276.2821212144462,6160.622909751509,135.26261896713237,1793.640820097984,97.53464842510544,2442.8350616073108,128.78975805054782,4366.745452161578,166.7092442396592,2924.4385883198643,163.055397082716,3725.5264989416155,191.44313275504766,5251.839318458223,2476.8916903540057,804.7874975784753,20373.536459760966,8100.753141604827,555.8746658816403,3738.304566020973 -4903,574.4754617947476,4253.845745886401,115.12653256430426,1704.3347723555166,253.8267582388443,3033.632142483319,273.05074832587917,3574.939265230133,45.97918009007355,1307.4437296144663,366.4089179464845,7255.568095926752,204.9657916264899,4232.516250842417,233.4866106899058,4783.428400473147,173.7110850797972,5431.256947857143,53.613654479085554,1473.815350252578,111.37810736392811,2833.845031414719,250.91505640359864,6504.094087637054,122.23576187119698,1893.641085364585,90.41565945256595,2579.0296393767553,119.2112687758184,4610.203171608455,154.33004402619346,3087.4838487259553,146.97982747872757,3933.2345495041363,172.56882708426903,5544.6433844109015,2311.1572079943444,743.8054682823483,18652.938678894807,7356.369744365249,517.7351340936576,3376.392888880725 -4904,578.0478376563968,4345.598799938343,115.33844449205235,1741.0963123435997,252.92254035488023,3099.0658771720177,273.54500115415277,3652.0486893206203,45.68766369180824,1335.6445536121855,363.98346538916223,7412.066608437904,203.60901568814688,4323.809239713678,231.94644352528246,4886.604253759935,172.78241601824456,5548.406097609136,53.7707753821433,1505.6047162927252,106.95862685453254,2894.9694707749527,241.34241805335824,6644.383729535558,122.9352404727303,1934.485855776971,90.141244058479,2634.657854417728,118.47689160933288,4709.642654388026,153.36423194580013,3154.0791343520496,147.41056855484166,4018.072200838486,173.07455962972855,5664.238215662261,2280.212632196294,736.4021635905044,18557.66034629516,7338.536924474837,508.133456614562,3373.3022105948176 -4905,544.1897991861302,4473.936105555465,108.8208620084442,1792.5156034086776,235.62171722888323,3190.5896884847093,256.1920007210642,3759.903581211836,42.600284204027275,1375.0897557958758,339.2963317406299,7630.965016085441,189.79925931098524,4451.503040585295,216.19423753100438,5030.918916115239,161.29485297231884,5712.2655613605675,50.26891748396675,1550.0693025348285,97.65213863147967,2980.465762270696,220.5407984149389,6840.610381969955,115.51845990055655,1991.6164639887481,84.54013408015194,2712.466438648687,110.48971904308212,4848.731161291195,143.0117466082261,3247.2276361906606,137.81035616995763,4136.7367586522405,161.8029625715603,5831.518515671074,2112.0553420034753,683.8072064474659,17322.13276393471,6866.3149446015705,468.80279941182374,3155.8548993125896 -4906,523.9105551281219,4559.386010696678,104.98902266287143,1826.7517401485875,224.5826958087287,3251.5283294919,245.46108621022557,3831.715828140376,40.60604694268655,1401.3532710587572,323.32710067788435,7776.712568436652,180.86621776607387,4536.5244855901765,206.00524896437182,5127.006909777323,153.95108779695934,5821.366929561506,48.110441646713916,1579.6748381837251,94.88685553085284,3037.391143110717,214.17215892383916,6971.262562612744,111.04817382728115,2029.655325946163,81.04014320935914,2764.273168653938,105.33537169769092,4941.339461457373,136.32759425543307,3309.248033205242,131.89297543441793,4215.746327694157,154.85537343324177,5942.89755467312,2002.3550673770565,651.1329588124712,16598.480310133866,6597.477429810798,446.33546304724194,3035.933146289012 -4907,493.72437297744347,4536.5127279216,96.52810259314775,1817.5873901650032,198.05931887141168,3235.2162368642616,224.93411231645206,3812.4930820414115,34.993314642369285,1394.3230372594023,278.0454879738435,7737.698774644894,155.53609849380385,4513.765893285967,177.2039690539328,5101.286016972462,133.8651905630577,5792.162608715464,44.49227515927461,1571.7500103271493,87.99010683034014,3022.1533224147083,198.58491347903043,6936.28950713557,104.50184021524694,2019.473060154806,71.70692783725892,2750.4055115382994,90.89910760460558,4916.550015131837,117.55687201886492,3292.6463754691367,121.97390740445191,4194.5969980179425,143.2094083708046,5913.083545516527,1643.1697282399582,556.1442059047425,14928.21523231015,6132.471882719956,367.26374080489967,2853.0919269274 -4908,453.32542836311325,4499.148701198375,88.93075393820301,1802.6172164013694,180.99351376928533,3208.5700632107405,205.80152956311395,3781.0922898596227,32.046065100793015,1382.8389907352262,254.59927131225737,7673.968856725199,142.42049970974236,4476.58921605081,162.2362227500984,5059.270354614055,122.62994803309466,5744.456687564778,40.671260578142494,1558.8046240998306,81.15631196575015,2997.2619963515453,183.10033584845573,6879.160226992807,95.6725334563182,2002.8400978086324,65.8601888647,2727.752378791573,83.24922798315505,4876.05589174477,107.65936068347428,3265.527190636711,111.4987389164022,4160.049087821975,130.91052647318867,5864.381684668323,1501.2966909474503,508.7023847153576,13686.6077050425,5623.803643167522,336.34363566650126,2615.9480683715988 -4909,456.146810706506,4420.0669304331595,89.12824310448497,1770.9325198171214,177.57294686158957,3152.172860300914,204.7857840801141,3714.631833989569,31.31164585220178,1358.5327578602385,248.56383062723629,7539.083106933176,139.04432948781357,4397.90397452957,158.3809631233853,4970.343296409405,120.19556226224125,5643.486073542684,40.47127441463044,1531.4054341335184,77.67079204364157,2944.57896632508,175.4962684583282,6758.244869831277,96.04228686871404,1967.6360732223598,65.16258431956854,2679.806533332762,81.38338942849872,4790.34920368473,105.21689844447776,3208.128849335227,110.95048433281288,4086.9276886009275,130.26682146919907,5761.30314273368,1437.4552035256656,493.2593004730035,13497.37911547267,5593.041358316264,320.4298992441418,2608.0931579948406 -4910,411.2037027615211,4346.313589631118,79.72742831655941,1741.3826981227492,159.6772646302923,3099.5756297856883,184.54022556377228,3652.649399805139,27.950897693922812,1335.8642482973337,221.84604579297303,7413.285788821961,124.09864544237003,4324.5204453312135,141.3854866813508,4887.408031217096,107.38802933393075,5549.318732132589,36.64780239507829,1505.8523670267539,73.50511497270266,2895.445652409262,165.80637796682308,6645.476636916878,86.7319613097674,1934.8040514075817,58.08642339055463,2635.091218463749,72.65647601663493,4710.4173241587505,93.92854841301657,3154.5979358703726,100.46857886929442,4018.733117026613,117.96002969731889,5665.169902934917,1278.8707321873417,441.98043887188425,12179.139193947969,5080.270542169999,286.698437245695,2373.4783012010435 -4911,412.01420383145745,4243.838683884412,80.58664356981161,1700.3253689220232,162.99188280906105,3026.495601396841,186.54326886165472,3566.5293131496887,28.76865483566868,1304.368002085085,228.48943037396302,7238.499559798987,127.81489390966499,4222.559365925383,145.61158869673582,4772.175508985038,110.25684517427152,5418.4800564810275,36.86184887355742,1470.3482377923474,75.18328036597924,2827.178484335333,169.4872678616095,6488.793374661107,87.07186323667113,1889.1863437301279,59.35742392356635,2572.962538910978,74.75015635622893,4599.357787987135,96.65768921652084,3080.2206228945483,101.05537928021518,3923.9817170422825,118.64899130778085,5531.5997543779185,1337.7863586596536,456.33380061814154,12390.635488466829,5125.5777295075395,299.8125760659087,2385.325167053536 -4912,435.8666951998064,4196.662538948708,84.96339930102235,1681.4238973965557,169.8258030908637,2992.851910914223,195.79207997982908,3526.882399982721,29.894392144802577,1289.8681451160787,237.31390422193846,7158.033611447356,132.7512237295678,4175.619770081891,151.22138787192722,4719.126168460994,114.74863379383387,5358.246145742037,38.74512209562281,1454.0032806111387,78.60475263092846,2795.750479674697,177.23491938356648,6416.661448944116,91.82777530209697,1868.1854208861928,62.10423289295593,2544.360496587659,77.69958430912106,4548.229555794616,100.45438779030265,3045.979704385693,106.21830234457107,3880.361225313601,124.71077266121974,5470.108361519419,1373.8778571423925,472.6081935088167,12970.699461368758,5393.756704859402,308.1926706786743,2514.796042847738 -4913,472.28789146031534,4135.515495968121,93.07974737059635,1656.924882198529,190.6101671963128,2949.244867762012,215.35655494783825,3475.494320122184,33.92957664955227,1271.0742530228486,269.66600534307827,7053.738213656018,150.8486926837573,4114.779328616291,171.82241592210013,4650.366622518092,129.60722829911137,5280.174367434046,42.446966157311415,1432.817874286875,85.46599649144392,2755.0152827993033,192.7591019771117,6323.168138541143,99.66519297549779,1840.9652159813563,69.43073599762825,2507.2881517900887,88.12070998150355,4481.960041495423,113.97435049661654,3001.5985681438624,116.36676931304443,3823.8228183241526,136.62607472337763,5390.40670621928,1602.9818891969767,538.8949664084632,14387.482130847979,5891.228016673244,357.5776299068507,2730.301567929017 -4914,489.34800759433165,4066.635724691258,96.61028300041782,1629.327692194031,198.95387665575038,2900.123225700953,223.98825494435488,3417.607642130663,35.46158889792568,1249.903662824485,281.9061624184322,6936.253494936628,157.69572440624646,4046.2449320492424,179.6283428225472,4572.9116620361665,135.35988308595205,5192.229538528099,44.11687721645078,1408.953336103304,90.11750009726158,2709.1286641350794,203.14252515501158,6217.851552119816,103.4122547257853,1810.3027113603282,72.31673243013265,2465.5275938647555,92.08618851922893,4407.310005041389,119.11267866522157,2951.6049402538747,120.94476799196067,3760.1344966660185,142.00109710546775,5300.625884124516,1684.2775287308225,564.2370674587335,15002.882906130646,6135.331234612855,375.4984870955633,2839.1767796369486 -4915,507.4737515555101,3920.9485100517427,98.11530063685375,1570.9570317069033,194.11650947239505,2796.226318412603,226.28180242203067,3295.1718569213695,33.89328119401764,1205.1258672380727,268.87640259989547,6687.762230873963,150.406996143635,3901.288217504995,171.35353833972957,4409.087113210814,130.45991372520837,5006.217928330432,44.93060236167369,1358.4775863705129,91.05712933843945,2612.0741365358867,205.3200400848817,5995.097035857089,106.90625548752986,1745.448621265383,70.9780846586973,2377.20007399714,88.1314373397586,4249.418135162609,113.91445572360419,2845.8637006707627,123.17556502719393,3625.4276877519205,144.6202730457102,5110.730975117674,1531.154538248862,533.9376556960566,14904.807351812713,6268.779423315442,342.2265885792279,2928.8610307287686 -4916,491.8784357700133,3807.6217879828832,94.88606872278352,1525.551842003961,187.99305712444504,2715.4073119869886,219.3898561160505,3199.931885205054,32.78081680493603,1170.2942534424913,260.03941415441585,6494.466611291632,145.46366577254832,3788.5297346016146,165.7319606196317,4281.651777455885,126.19629597374573,4861.523789571503,43.573159985782894,1319.2136655430102,86.72566447071118,2536.5776593606347,195.68421138694143,5821.821438430421,103.72433995750569,1695.000121296429,68.61190613764691,2308.4921347326194,85.24120469940402,4126.597693444646,110.17694871323843,2763.610030716929,119.4541875505182,3520.6423698888234,140.2510085193881,4963.016107834648,1477.7383022323672,515.5068666432492,14408.647199214673,6071.190653627371,328.04797447268925,2834.9826575514085 -4917,429.2533304493307,3622.8810442829636,81.36796124460324,1451.5340961411566,155.78976526888414,2583.659361639634,187.50856218815053,3044.675447150308,26.60404141517774,1113.5131331613086,210.62128003828565,6179.363731197043,117.81961432155155,3604.715311932724,134.2682284295781,4073.9117292904607,103.27136682232278,4625.649122808427,37.52268367700952,1255.2071735009997,71.4359011613422,2413.5062858534634,161.4590151058964,5539.354407272493,90.39082466608069,1612.7609703471321,57.01506078934573,2196.4871674478186,69.26745553125005,3926.380663159924,89.46865055070077,2629.5233485830736,102.86703316479077,3349.8254857730126,120.77605181197904,4722.217168809306,1139.9744544557516,413.9448084172202,12078.697583519153,5203.885412170513,252.79116947357193,2452.6009833119488 -4918,334.42391841281574,3325.203466093206,65.98876992029479,1332.2673719187283,127.3412359457031,2371.370453381427,148.6119361653835,2794.5066995697753,22.60397793108859,1022.0202332536464,179.334497172227,5671.630242911776,100.31807463870896,3308.5303389778514,114.23048071154014,3739.1747720150524,86.98683781917296,4245.578120862042,29.142145821197758,1152.0718436441673,56.976170657156764,2215.198172134866,128.6453189812137,5084.2079134913265,70.11272832034699,1480.2468817022714,47.71507182129968,2016.0106426768662,58.77283140198991,3603.765740788972,75.96935597832062,2413.465980805338,79.89210224105256,3074.583785652384,93.80121485739475,4334.211558546311,1022.8753727526379,353.45275037747626,9805.16944270429,4085.688608873213,227.9111248279048,1901.4962221998983 -4919,309.3075291415029,3123.5027009499145,63.034301874075574,1251.4544679771934,138.75170676331578,2227.527455573178,141.33622742218543,2624.997030387481,26.605036037065187,960.0263537388441,212.31221747383108,5327.599517793715,118.76550923046872,3107.8409352537305,134.4829616643562,3512.3632640245255,96.72799480187135,3988.049111228354,26.28477159963265,1082.18927112415,53.599912976827426,2080.828299488072,120.83228030166973,4775.809153308502,58.84819556759619,1390.4578111431977,52.817049961427216,1893.7231215337783,68.9174258259101,3385.1678971603737,87.33677404452371,2267.069545236936,72.05871773838571,2888.085152294512,84.60404815150139,4071.3062065683143,1326.4696252116378,414.22956886934077,10125.253571428126,3845.3729326071316,289.45122146879635,1724.023947371575 -4920,308.82223689375195,3008.811378657627,64.4267323389051,1205.502541098038,138.80742816069935,2145.7352838409856,140.9119565020221,2528.6102463014904,26.890346952238097,924.775322288714,217.34187654323858,5131.976369091558,121.5790544316885,2993.7246944609983,137.67993315494073,3383.3934421001463,99.01712002944525,3841.612668002529,26.361428513161375,1042.4525619360936,53.39164739887679,2004.422747138487,120.39280543173001,4600.447093707278,60.789083824295844,1339.4018460232846,52.27650381423826,1824.1878498664494,69.07974473385583,3260.868538562524,89.41773445313852,2183.825434773153,72.26886979824762,2782.038083755514,84.85078741566987,3921.8126613422733,1342.4143700172901,418.5752913763004,10241.686691150475,3891.0039634296386,291.63512500415044,1738.9967386543242 -4921,306.46318683057655,2929.859566216652,63.95367030570661,1173.8699132779604,145.68550670098077,2089.4307607726846,144.35234463105385,2462.2590076301617,27.624769948282736,900.5090328452213,217.16243430248375,4997.312282596113,121.47867608627685,2915.168759631195,137.5460080583428,3294.612521385239,98.79943031099825,3740.807983140454,26.749499761642188,1015.0983981847882,55.10071386880094,1951.8262933005913,124.17003790994497,4479.730441721918,59.606891721091685,1304.2556736575364,54.65292304735627,1776.3207957861048,72.24768230705571,3175.3026958256078,89.31793140713702,2126.5214185250616,73.33275260394994,2709.0368479351723,86.09989085445123,3818.9035126122267,1393.4763518247569,431.24855065980125,10401.024794481349,3884.457117298744,307.84938463893513,1738.2881207521027 -4922,348.35034440454643,2944.1553726784377,70.95163222108978,1179.5976339117533,175.75406285717577,2099.6258220362793,169.89624434532584,2474.2732279148977,33.550189202769175,904.9029304228,264.7643127424193,5021.695911779183,148.10673075271467,2929.392884524985,167.73860729596927,3310.688084704172,119.09960139023514,3759.0606897050675,31.518366276728443,1020.051417233021,65.15880710517288,1961.349934384891,146.81691279880135,4501.5886086232495,65.06265063421456,1310.619591881566,64.84327539490435,1784.988084349493,87.53059689637398,3190.7961049024548,108.64071850048666,2136.8974580412937,86.40642169938322,2722.2551833538682,101.44966898514949,3837.5372744969422,1769.3927234395505,534.1767646095706,12213.763031173952,4437.3207342071255,389.2545476492126,1977.0131121898721 -4923,527.4975249207577,3000.233902344335,112.89421517796929,1202.0659117482462,240.19420018962802,2139.6182524769415,241.97682699121643,2521.4017204872616,49.46102340583332,922.1389860669376,417.0887417933213,5117.346204482868,233.31562075312465,2985.1902270505775,264.20288638114175,3373.7481126142184,187.75515471811076,3830.6610537210995,45.08103172560753,1039.4807531277506,91.8892386995462,1998.7085675267779,207.15262878963975,4587.3322051314335,102.91684648416813,1335.5834984559572,90.42957306240005,1818.987481314199,123.43402989154276,3251.5725013138353,171.1748876419641,2177.5998165532806,123.58796149920376,2774.1070894979957,145.10446721500006,3910.6324140703955,2594.8346986212196,782.821980249287,18109.627920396415,6719.00743526905,550.1541917244755,2946.6630088446564 -4924,727.8565215888798,3192.4474513888995,140.3053824564301,1279.0776923637773,316.7178905256167,2276.695437555001,329.01631428101115,2682.9383169783655,60.600114593511975,981.2169156529554,486.1801429377661,5445.195068161396,271.9647175314481,3176.439985166499,307.9181616716816,3589.891293251324,220.5565416961208,4076.0769047143126,61.51152718292535,1106.076322415225,124.12950628540008,2126.7582062465817,279.9372299326811,4881.225092317915,129.03396621818058,1421.1492418744888,121.07547436493265,1935.5230751483455,156.4369793412968,3459.888356275971,199.83474337948397,2317.110335653621,168.6315499501394,2951.833555653,197.99008669070324,4161.171725265378,3035.1120392612997,949.8654911252371,23055.404940061573,8828.4752744415,655.7763705528511,3980.1135638163996 -4925,793.586880478132,3630.808716368751,132.01344614038308,1454.7103766192874,355.0483060874269,2589.3129848058634,367.3522978953752,3051.3378763765572,64.80840719028303,1115.9497483509933,501.3861085730391,6192.885557820924,280.47079538934065,3612.603233342872,317.71697455725655,4082.8263571519587,225.20679794336488,4635.771075194195,68.88850659178199,1257.9538468666478,138.6295245757781,2418.787576124207,312.66989085048135,5551.4757506925625,122.77667074745042,1616.2900512000194,134.28421905142375,2201.293571464766,171.18824123588502,3934.9724601306325,205.6889341108256,2635.2773323862084,188.8552629456943,3357.1556513708388,221.7347222015655,4732.550433626618,3319.759363171737,1035.9159662917534,24353.076065780057,9257.882189698747,724.3781514703455,4244.497956834927 -4926,737.1056513910177,4034.535148769086,129.6835393309833,1616.4663589381878,317.70145760691383,2877.2306845212693,333.8336602416445,3390.6302630351356,56.410343017799626,1240.0373678966441,434.2756103198936,6881.501177049451,242.92979753919235,4014.3053137912507,275.3040285406831,4536.814723945228,198.53349384149385,5151.243925409402,63.578255001157466,1397.8315596280297,125.1135783800612,2687.7437660882783,282.4217054999293,6168.7700436361,128.67132026781667,1796.012825675387,117.65933265686654,2446.0655960185936,149.4533939166951,4372.520267526819,178.79952196985423,2928.3060207313815,174.29740692483492,3730.45333241643,204.6423621037489,5258.7846288098945,2716.1900496416206,882.6105315164334,22334.06644006024,8785.406260780976,598.4362882631949,4060.129714363758 -4927,668.0065084724619,4268.791356575692,119.49916530597562,1710.3228418609701,286.46294608830374,3044.2906119447275,301.39529984373183,3587.4995821028483,51.64107800865166,1312.0373482241368,401.1126702671379,7281.06006309463,224.37875271563908,4247.38692173648,254.21051375380634,4800.234665416509,183.15017649029488,5450.339316317418,57.18666899689701,1478.9935047435056,113.03008515927499,2843.8015618399845,255.10317875683978,6526.945799694158,116.19956973046813,1900.2942703030544,107.07317992427915,2588.090892475446,136.0732647529015,4626.400820963282,165.09537257942043,3098.3315226589257,156.77511307359,3947.0537135825234,184.06945934828153,5564.124128750183,2500.8468651209955,807.6047829980596,20312.364348135987,7964.227888517047,548.2288394402276,3664.4718018268813 -4928,645.6307979240031,4358.335056084039,117.8835545596203,1746.199187604116,270.1317387050352,3108.1487443765577,287.15126911978126,3662.7522608432378,49.24390343750852,1339.559114513355,388.0406587066582,7433.790192054358,217.0663892156991,4336.481634137872,245.9275909856555,4900.926110499085,177.657528286893,5564.667589871259,54.66936833497618,1510.0174032902328,107.37215210758768,2903.4541640039465,242.3914982340972,6663.8573572231535,115.40229307947297,1940.1555249074372,101.00661225919396,2642.379615867637,128.5944736315364,4723.445864937936,159.80712309845975,3163.323236628466,149.87402750880082,4029.8485288240577,175.96690363058474,5680.83919336548,2357.607780238805,766.218164266777,19545.412541547987,7729.683971374563,513.2480721184469,3549.2503403390797 -4929,592.477866096718,4466.658244000329,110.35904642381627,1789.5996743276103,241.29354510801056,3185.3994780113867,259.70740785595467,3753.7872538707425,44.58576658678008,1372.8528635755915,356.71216341807315,7618.551538197327,199.54151598586847,4444.261671446963,226.0468017223125,5022.734996966029,163.6688335262917,5702.973278918241,49.54306586238813,1547.547766795705,96.82100039897284,2975.617365539976,218.6136814862518,6829.4825933431175,107.73560924248507,1988.3766526562088,90.63009183030442,2708.054002988526,115.30367235809355,4840.843611429648,146.968031104132,3241.945291379152,135.8204611114815,4130.0074275421875,159.46662933350618,5822.032241524119,2113.3158262948555,690.476894404883,17828.55252143633,7108.245172891978,456.1812114188526,3256.0603891721817 -4930,570.3456500351066,4554.90232875052,106.46736512530737,1824.9553198020317,234.76444151758773,3248.3307895524954,251.37951052478357,3827.947734137996,42.996938271294866,1399.9751858633176,339.7425618034231,7769.064980436479,190.04887631971022,4532.063285576266,215.27422965033062,5121.965031711885,156.12479484736593,5815.642220632979,47.74029501911782,1578.1213922732127,93.92368595608643,3034.4041848229485,212.01801025884177,6964.407050923103,103.52720596918776,2027.6593710258032,88.5976780937182,2761.554793488627,112.08689396541433,4936.4801680171595,140.0135229405378,3305.993731940328,130.8782323061141,4211.600579636256,153.66396482672022,5937.053333014493,2030.516302026646,664.2992965485334,17200.79503239212,6840.95472256852,441.79017295378776,3136.6890711703695 -4931,550.6738212730555,4507.271317073674,100.34417891694532,1805.87160255116,219.32265005600215,3214.3627106343524,239.19521628460706,3787.9185501811367,39.20827679556408,1385.335523009462,305.5900512623797,7687.823189044906,170.94427483154607,4484.671103769658,193.65453127516832,5068.404195798025,141.43997190022455,5754.8275417383575,45.58733692568263,1561.6188389718195,88.9875254528398,3002.673155104202,200.93519402016733,6891.579637814595,99.16963013529158,2006.4559597982154,83.22685059451321,2732.6769736977058,103.09373185383315,4884.858963531346,126.11721923680928,3271.4226665948227,124.97597825877106,4167.559504348942,146.73413591362814,5874.969047508322,1787.5056444548125,600.2960292019447,16089.504244749174,6520.161081628709,390.9903080433598,3015.0923037700413 -4932,497.85105954650527,4400.24775021869,90.293664312696,1762.9918186217935,196.26948742647323,3138.038802385339,215.33281925152122,3697.975760923945,34.66235467880164,1352.4412198860266,267.5553438812514,7505.278540373473,149.6680080000891,4378.184171004199,169.5246643657281,4948.056726755659,124.2776399915782,5618.181192578261,41.03729467990529,1524.5387507193975,80.02597105148841,2931.3757406482205,180.70672986870994,6727.9415112811,89.1128417602289,1958.8133710901404,74.705449067602,2667.7905232903913,91.68624683477184,4768.869711257958,110.5035133643284,3193.74388982739,112.50220770902878,4068.60227460636,132.08869789663996,5735.4699806904,1552.9960888646126,527.8491991718348,14377.383083604387,5866.632601572202,341.39443068591055,2722.1767909678033 -4933,488.6410370430441,4280.422941752741,91.24870692401494,1714.9831225244218,190.21834463295042,3052.5856825159285,209.77145884007044,3597.2747862475953,33.93773894907878,1315.6123822083653,265.3035204220457,7300.899465686336,148.40835858842652,4258.960184197284,168.0773433982451,4813.314325141413,123.53716759677604,5465.190378528249,40.077749885450956,1483.023460178134,77.82793580897078,2851.5503406699017,175.77149240422224,6544.7303948344625,89.98555399131271,1905.4721843354282,72.34444890773781,2595.14291192245,89.06948654580987,4639.006818941916,109.63319512347078,3106.773843681955,109.87165156214226,3957.808629349771,129.0001652957072,5579.285231351167,1505.5494301219396,514.1338851800409,14169.4358831258,5809.207199851752,329.3315687024536,2688.258016991946 -4934,458.40125475957166,4189.059768976674,81.00184891993436,1678.3777913542551,176.16666492888223,2987.4299918469005,196.27951104491177,3520.4930190504615,30.55360690339038,1287.5313904424402,233.24802024199016,7145.06595381588,130.476805483194,4168.05512167188,147.79715701012057,4710.576891411712,108.84302153568193,5348.5390243041,37.45883261675637,1451.369174966838,72.71418247514434,2790.6856340744366,164.22469393846794,6405.036878101933,80.77233350117831,1864.8009733905253,67.42552400299515,2539.751074838363,81.36121088073298,4539.989878962899,96.42557703680832,3040.4615377909277,102.69198787247623,3873.331474045621,120.57053135859768,5460.198587929391,1333.1603370213716,462.6154902585012,12901.137548436027,5335.43762998058,294.05842441255396,2491.2466122346723 -4935,470.4250531685962,4106.793931023459,83.3136748987044,1645.417374692176,183.84492469631172,2928.762069888392,202.9108013419185,3451.3566676511646,32.31523901039801,1262.2465163735055,248.55646204759003,7004.749302744262,139.0402075718711,4086.201778408819,157.497103696143,4618.0693654783445,115.36227109864551,5243.503033192583,38.658263609824274,1422.8668121592334,75.33283857321264,2735.8814286411935,170.11379864268702,6279.253109199773,82.24343457423615,1828.1795301186814,70.34910316789369,2489.8747871063315,85.6625639315595,4450.832384849789,102.63528824474541,2980.7521686328946,105.98018305608437,3797.2659899141386,124.4311971097636,5352.969797461045,1447.006423031026,492.97031461159645,13415.996063931001,5488.975318451962,317.72451201142655,2553.2670942842014 -4936,497.96543729623903,4082.2311459112007,88.82983132387155,1635.576113096548,196.87880938030955,2911.245107855268,216.01360700171244,3430.7140608885343,34.506836445428064,1254.6970044035559,263.8310387822017,6962.853810840273,147.58466585011226,4061.7621552151204,167.15478868744816,4590.448635691818,122.47656689542563,5212.141576931815,41.05021898497622,1414.3566282207564,80.34143669315142,2719.5180881003685,181.3940856260462,6241.696818970155,87.47285993176081,1817.2451658191455,75.36788002146429,2474.982815320233,91.8036599662569,4424.211901505378,108.95751512214393,2962.924253178471,112.53763920774051,3774.5544952321784,132.130297973871,5320.953619134154,1545.9219853425195,525.8418495426046,14302.033454173277,5831.691995872062,341.1703591153072,2711.4160977287124 -4937,544.4041758732576,4006.3984151929562,98.45193078415136,1605.1931684468132,216.72293904554238,2857.164959419794,236.4898208354404,3366.9841038499094,39.10753572163006,1231.389382500954,305.9858794576948,6833.509783225174,171.16569749739045,3986.309662509876,193.86500471048257,4505.175106872898,141.09705385182596,5115.319296531371,44.90645124505466,1388.0831220194095,88.05339762679904,2668.9995173759075,198.79193736630745,6125.749216499879,95.92396025391065,1783.4874832227977,82.8644273795631,2429.0068040023907,102.5814114580175,4342.026435328787,126.19408096212716,2907.884097685344,123.10935564474138,3704.4372567938362,144.54253669462176,5222.110014119719,1804.1400841604968,600.7381211150307,15897.117180335199,6412.781939435845,393.0222764812372,2959.205397310109 -4938,569.9120026436315,3899.569785824335,100.58519628831509,1562.3914876637032,222.38044724751637,2780.9800709330684,245.46271683536557,3277.205140390806,39.816978801444805,1198.5549945247612,310.6381821886898,6651.297629498609,173.76815302027637,3880.016689781574,196.82281438681196,4385.046844065146,143.40346867192773,4978.921841111305,46.71223093536851,1351.0705730894979,91.14875339851251,2597.8319672027815,205.81825581151472,5962.409147730641,98.30549134809661,1735.93167284551,85.37317194674142,2364.238540662777,104.63057558398334,4226.248451040084,128.13680746208155,2830.3468084979995,128.0598330916846,3605.660272152313,150.35488592091102,5082.865037108692,1818.2156823087696,611.0391489149299,16315.389882860454,6636.257301645495,395.3581151140681,3074.5976482884403 -4939,590.7017317764222,3720.7423034561216,103.48602538426947,1490.7429337057526,224.74747547558658,2653.4491657524577,251.73885683867866,3126.9182173074764,39.45920406813745,1143.591348809314,304.2508322210337,6346.280698172306,170.19512796986726,3702.085878361663,192.7750105121349,4183.95622887948,141.48720795498767,4750.597152323659,47.97751446704091,1289.1128284260567,93.19664673099864,2478.6999152519957,210.47873431232074,5688.983443024991,102.4787381383833,1656.3248680777933,86.6676553295414,2255.8186766353274,104.44384347716496,4032.440053737021,125.69477273984033,2700.5520306657027,131.52856054561022,3440.3109684706546,154.42751437929985,4849.77369428729,1738.8020572739,599.3367879181427,16554.883773833477,6839.07899210084,380.363167334708,3187.073318131652 -4940,566.3094324948223,3612.094213426078,98.00554313879026,1447.212272546428,207.74531981076248,2575.966728018722,237.50346556728266,3035.6101759859816,36.31878019139444,1110.1977392310316,282.43101377773087,6160.965183036932,157.98932144790083,3593.982568052435,178.95971855818976,4061.7819916003195,131.76892885848466,4611.876632328847,45.60060332710661,1251.4698971992368,87.4253790661248,2406.320269045483,197.54447049903686,5522.861434327139,97.80825841787768,1607.9591069718017,80.08023922574486,2189.9473072467867,95.62984643018216,3914.6901871063183,116.7591072136328,2621.6941587066476,125.01234760183311,3339.851655422679,146.77683711270902,4708.157154901367,1563.6618814236576,549.3326244133057,15508.91013250005,6509.418690715004,339.12689745059527,3044.865716613662 -4941,473.31765353559723,3476.479039950674,83.92946073296417,1392.8770498748795,167.76955313801184,2479.2527017376137,195.04829196964405,2921.6389514564958,29.190409599612494,1068.5156428897483,228.16910288750873,5929.653286750322,127.63570564861288,3459.047391770942,144.58860631127723,3909.2834030079475,107.47601835859872,4438.724878087308,37.62931060917814,1204.48377303418,71.4879502283395,2315.975576619962,161.58997179252663,5315.506983628446,85.02616530095341,1547.5886846215765,64.71442441250726,2107.726283534182,76.61492020071786,3767.7141235104204,94.50827578377366,2523.263307481639,103.15934690924637,3214.4577606707885,121.11925700473662,4531.390572529808,1202.051446847829,435.07956152526737,12806.56669715851,5466.063782114158,260.3576121924903,2560.53281303374 -4942,368.0799654885579,3220.3892474786667,69.65714325654493,1290.2727797088955,140.05378287917134,2296.6221428941876,155.9821414261656,2706.4206503655037,25.701046531639022,989.804985901403,203.27105856601975,5492.853967040805,113.70796777338252,3204.241676410717,128.73272214779993,3621.31170408904,94.48985426027025,4111.752639852314,29.427705054310454,1115.7572207013345,57.949819788721214,2145.3725906760974,130.80802327318992,4923.94786168988,67.28384760154681,1433.5878059962909,54.90493395486467,1952.4636800968483,66.95855477032781,3490.1709204893186,83.96801675055448,2337.3907711195698,80.67495219272362,2977.669386174535,94.720357982409,4197.592250148657,1145.1032072793537,387.79219632466135,10638.593242836927,4348.889503586675,248.3707177577717,1998.101190844668 -4943,291.104899667055,3017.3238821119476,57.86014291872684,1208.9131385911473,133.2579136738074,2151.8059797793603,137.34440695761342,2535.7641688135336,25.833334609130276,927.391688732052,206.29083890092326,5146.495712802918,115.3972052252177,3002.1945147972447,130.91711996630178,3392.965709929063,95.37915155950947,3852.4813257517303,27.063234769784064,1045.4018598207638,51.41680358962592,2010.0936428549699,116.22134583079844,4613.462639332499,56.413051704591744,1343.1912702862583,51.386537850470994,1829.3488265509518,66.88973269935344,3270.094159980834,84.59606587144708,2190.0038950412186,74.1928453884983,2789.9090021407624,87.10972469055798,3932.9082202276454,1300.5924472832528,402.5860196616866,9847.441392682884,3767.0118819705995,282.6219014325001,1697.2631351793598 -4944,286.061668606037,2872.2214925378166,55.240778328412134,1150.776792593595,123.9855876600934,2048.3261407680625,131.53050466443358,2413.819871592858,23.627949227024715,882.7936424619842,188.3925669489502,4899.001955076774,105.3850758809255,2857.819692907552,119.56891215811021,3229.7987939832697,87.71171098557114,3667.216412869716,26.19730670177755,995.1287324231643,50.152295404514575,1913.4287165024584,113.329433109585,4391.602315637462,55.155769353450545,1278.5975207954912,47.8846142537396,1741.375875529406,61.23955970301509,3112.8361077184736,77.36484060929318,2084.687127348149,71.81893599393847,2655.742940186004,84.32252071263247,3743.7755970730723,1148.9930897021386,365.673547263646,9304.904075254935,3652.078871993009,251.27251406602838,1664.7630048940061 -4945,289.4184176964135,2784.107372415017,57.124630081779195,1115.4732184087477,130.70022505807313,1985.4875135635725,135.45119747135143,2339.7686138215063,25.260808269921633,855.7112655430617,201.6475834812508,4748.7101868851605,112.79981068539334,2770.14739174123,127.9605417760222,3130.714903815016,93.34101465186484,3554.713408362779,26.778279805436846,964.600135344494,52.49062004551263,1854.7284776071142,118.5057983714693,4256.876572871108,55.871501991282685,1239.3726574523293,50.46765539657522,1687.9538802292566,65.42225541735093,3017.3404032852673,82.71891607678398,2020.733016415254,73.41165201703546,2574.2699573207224,86.19252655424324,3628.9239070030876,1263.4583373457526,393.9750643949264,9721.40352169536,3732.0634853807715,277.62491908701963,1689.5737338436386 -4946,302.93189326275365,2757.790099500309,61.390574545669395,1104.9290082935875,148.9397470011372,1966.7193377091078,148.03742926671563,2317.651532498671,29.190610497617964,847.6225017494612,233.50228591468934,4703.822154469692,130.61903937089605,2743.962078040781,148.20574473764387,3101.1212612140935,107.0031320661737,3521.1118440594933,29.04316862026145,955.482080032782,61.89498137469484,1837.1963249281296,139.3122575742416,4216.637685663501,59.24576539134482,1227.657265728444,56.46940694422652,1671.99819426198,75.49841880626356,2988.8184534292345,95.60307992986965,2001.631676140927,79.6207599485099,2549.9362101045813,93.48263221945268,3594.620854687808,1531.5914877084315,463.54307114384346,10881.685650187694,4049.114848793657,338.255392022408,1811.1503303404954 -4947,433.25660882469066,2761.169110477819,84.87554127267524,1106.2828340430776,191.11683154889624,1969.1290810151713,200.62350816639554,2320.4912591231787,36.71405648104788,848.6610600279591,292.88748585284515,4709.585561445113,163.83857612354473,2747.324146091301,185.86431118294678,3104.920942265284,136.05871714632872,3525.426122936726,39.78007231065932,956.6527943804148,83.12199817065418,1839.4473688168205,187.22010014009638,4221.804164805847,83.49863011663001,1229.16146555071,74.068705908459,1674.0468274243847,95.12389831603537,2992.4805342981704,120.21762137801394,2004.0841961524527,109.05557963023863,2553.060545944156,128.04201628627675,3599.025201244196,1809.3363363831854,571.2323659567062,14404.613679123471,5632.284438509276,397.6307161515427,2552.8591929162335 -4948,609.8724610492873,2770.1364743701333,121.42898428538545,1109.8756747361886,276.0703762333592,1975.524160893979,285.8937984754128,2328.027447127937,53.651793743631124,851.4172304188379,428.32960344851756,4724.880737445455,239.6036557732156,2756.246546119121,271.78299125525405,3115.004698396158,198.23873001956255,3536.875540793778,56.197252722383126,959.7596862014391,118.4805978736819,1845.4212853923561,266.77542171119995,4235.515188185125,117.76074100118322,1233.1533753914284,107.43174833918313,1679.483577755005,138.94133718985097,3002.1991211785935,175.6894260171072,2010.5927986822794,154.06266538194038,2561.3520420599552,180.88477798958857,3610.713644561448,2688.0502034836322,836.2423760639373,20703.73905930663,8006.049366558999,586.8873710193968,3598.6855700218343 -4949,570.1657211346331,2892.300595703917,114.4197900148655,1158.8216338426678,284.5267215241611,2062.6455628617823,280.85564436986476,2430.694384353109,55.432073502428864,888.9650692364945,443.5370206591381,4933.249858980592,248.11054562905804,2877.7981160873405,281.58238124467783,3252.377645704359,202.87087644278037,3692.8531602019584,55.493200613184186,1002.0854704511291,128.41947302059552,1926.8050987555157,288.2442249849805,4422.303094177441,111.97009206440222,1287.5359301746678,106.08308242098335,1753.549472150194,143.34333812700748,3134.5972976226744,181.55129935620593,2099.260741537659,152.1325328708939,2674.3086868100645,178.6186118818844,3769.9475537413377,2922.0947206940637,883.7485283241318,20822.2293252613,7867.566212018671,638.3508675380363,3497.994309940226 -4950,621.3243014708474,3124.932280335464,116.275595006425,1252.0272395354923,273.4397045073793,2228.546960800519,288.74595663594215,2626.1984513565194,50.940174407558324,960.4657431091404,406.2187757187986,5330.03787856183,227.23506132268236,3109.2633464888013,258.0215687846095,3513.9708189388475,188.93211590040593,3989.874380275259,58.60677098166158,1082.6845725922076,118.68718540836595,2081.7806627566906,267.62878483889745,4777.994968071143,121.08215053254496,1391.0942024044193,101.39876297751927,1894.5898496258203,132.0160098903293,3386.7172367018225,166.79495014283773,2268.107148273582,160.66826952320898,2889.4069846707657,188.64040934659704,4073.1695811136283,2485.7324422781844,797.0414800378547,20375.116402153595,8110.5990110756275,543.3100603885749,3714.3279611919725 -4951,546.3949679016913,3401.296119763083,102.87475814657549,1362.7544566222084,235.07619108367868,2425.6359659950467,250.97662496216307,2858.4550963030274,43.93101588335109,1045.407743956547,350.13048365121307,5801.417607870992,195.85978462625246,3384.2414513375143,222.337809555438,3824.7405829013173,163.35712228880624,4342.7322676303065,50.721568897016155,1178.4354044593583,106.81880440241052,2265.8898994355254,240.52663693982137,5200.552935951405,105.91471218659859,1514.120271545577,88.668589274677,2062.1442405731273,113.89184908811816,3686.232904442992,143.8383755811565,2468.694790980139,139.0512830801715,3144.94135672022,163.25993326656194,4433.393958185731,2117.0365142338055,684.3577512013643,17756.764791693113,7121.040704113256,464.9573448967611,3261.0970903259226 -4952,563.6957482315876,3619.1771311917014,106.69473044479788,1450.0500959558358,246.46815701433013,2581.017914234663,260.8391822878398,3041.56267223181,46.27819983068328,1112.3747143667647,369.01217992943447,6173.046155229218,206.42203252842236,3601.0299708820676,234.3223171072459,4069.7466974270556,171.72645268586245,4620.9200129833625,52.595326604187264,1253.9238914320194,105.30437755364878,2411.0387972942895,237.55201373454574,5533.691155552258,109.4215718559325,1611.1121371676459,92.77280011779325,2194.2415520177624,119.94037461852125,3922.366462151998,151.5291365753812,2626.835011363179,144.18811971652462,3346.400735603592,169.29108657831327,4717.389331025634,2253.1156043707383,720.8905695609012,18433.825495117755,7319.019304044088,491.44201621742803,3343.3028181696245 -4953,497.724093895509,3738.74201670602,91.81821844275694,1497.9546519994628,199.82758464988302,2666.285669925929,221.5181231169422,3142.045207213533,36.76342702646441,1149.1236632441276,292.3912415177508,6376.981892572241,163.56098158913,3719.9953380345655,185.66106905584942,4204.196816973958,137.8344387690252,4773.578960665554,45.016245982126236,1295.349127359439,93.67050987518437,2490.6910406964107,211.01063482633177,5716.504852009094,95.75392010693247,1664.3376166754006,76.49971752538296,2266.7315768072863,95.43829954282495,4051.9476569906114,120.35052816717271,2713.616402826941,123.41035380779606,3456.9540482306884,144.89593825212717,4873.235285739884,1683.2783931184438,564.7696977342449,15421.146456661838,6361.580458481867,370.7671389010462,2941.4022741033586 -4954,490.54299525854367,3793.325987824247,91.57142269832696,1519.8241238955716,200.21875677216156,2705.2122552184883,219.81928821196692,3187.9176702174955,37.14599993232053,1165.9003578022216,295.60500481664565,6470.082992859523,165.35873133373187,3774.3056159793687,187.67913131264126,4265.576221224812,138.9895238044708,4843.271091054671,44.46496664871172,1314.260648678608,90.04214566647994,2527.054022475394,203.03731559403167,5799.963281166552,94.401889500159,1688.636205878308,76.89812099932061,2299.8248499907168,96.39562892178392,4111.1042911989825,121.60846250801154,2753.2339957755858,121.89904214465508,3507.42404029821,143.12150916521892,4944.382354165725,1724.2983351089963,570.9832471319872,15344.386625042818,6264.158626991599,377.89551292920476,2885.743560585875 -4955,477.3784170332702,3732.8937345364343,87.77994701800445,1495.6114944766941,188.3214938403746,2662.114964679947,210.92944896258712,3137.1303008414775,34.48728739793158,1147.3261603941394,274.1309665213499,6367.006775452242,153.34635105849057,3714.176380131303,174.0703025757436,4197.620452739071,129.65776172496615,4766.111947270133,42.912465244755175,1293.322893088373,83.82891350193896,2486.795007234309,189.28156642318595,5707.562878144899,91.7509385983796,1661.7341966040822,72.42624753165721,2263.185869239167,89.56239305096035,4045.6094466705126,112.89416267556193,2709.371661052078,117.64291764183777,3451.546549496888,138.12439884079632,4865.612386138242,1553.5762559774435,525.6519133187674,14526.67379979816,6030.956146640251,338.3343460335848,2793.2396315733276 -4956,463.3007934130563,3613.9786595527694,87.50457967965914,1447.967289830131,194.41474648333215,2577.3106216815886,210.06774521536795,3037.1938677449116,36.383810232131445,1110.7769344861772,289.79167551358813,6164.179386844989,162.10680818386828,3595.8575652506224,183.9750098767176,4063.9010419044575,135.66863387431573,4614.282669531384,42.343323197414755,1252.1227947874786,81.83631489035963,2407.5756573722124,184.85809828881318,5525.742736481298,89.28543783457225,1608.7979866166759,74.46660738655295,2191.089812806431,94.36488927975006,3916.732498941062,119.12135253268102,2623.0619085799426,116.08263601690923,3341.594071357565,136.2924741845096,4710.613422094352,1723.362022967596,560.4559022629352,14707.48892350101,5916.648309804763,374.58792645144973,2712.5088629776283 -4957,461.65036056486406,3498.8974559846088,86.39898569008962,1401.8591541330597,186.83398974922804,2495.2404059297264,205.8587556042696,2940.479426765569,34.74173739449072,1075.4060708042539,276.41463393889256,5967.891237502139,154.6238136886895,3481.3533981120354,175.4667959660459,3934.4928004229923,130.08309585263302,4467.348430777719,41.56513264777308,1212.2510047705714,78.80457631332428,2330.9103722578598,178.14253040372472,5349.784551714102,88.57349512696541,1557.5684620292807,72.32419761673403,2121.318163182218,90.16848698898794,3792.010597542661,113.73553969821472,2539.5348183810947,113.9492557457224,3235.186506788369,133.7876751420919,4560.61168903873,1602.1331943195532,530.5315879099426,14283.48436202389,5824.470875251202,347.9473759515728,2682.430606271543 -4958,422.52528172968573,3426.1838069890923,79.01041133035551,1372.7258926536665,173.79502220329744,2443.3846321270767,189.91147671384743,2879.370751359647,32.273558438198464,1053.0571164425426,256.8889242391597,5843.867268767384,143.70131057903725,3409.0043475313487,163.09884796221147,3852.726663500058,120.6478756310659,4374.508554838905,38.438963341622774,1187.0581561191825,75.2980413222832,2282.469684646833,170.00138999232405,5238.60599875891,81.33248255200716,1525.1992692023327,66.55262481895033,2077.2331946268764,83.73917010723237,3713.2055079263937,105.65896586590347,2486.758523642931,105.37897957724171,3167.9532657320256,123.72532487571245,4465.833627739905,1505.1663388145462,495.86570505456615,13238.056006431152,5385.334844921621,327.75431278822856,2477.8579241870016 -4959,405.806828215074,3367.700985293241,75.20468734108304,1349.294317425981,161.437432425178,2401.677579667259,179.89840678830728,2830.221687639099,29.747720746664434,1035.0820879426624,236.53570346510983,5744.11609756741,132.31590535614598,3350.814768498733,150.1808122199862,3786.9630211511862,111.70362688557267,4299.838420884696,36.46290918647218,1166.7958134085231,74.16788281148266,2243.5093500258213,167.21484548199678,5149.186260116962,77.97332758423276,1499.165068489152,62.29564383952376,2041.77611894569,77.23746573705941,3649.8234047254127,97.38171967170612,2444.3111058943036,99.96170105678648,3113.878278394025,117.36490510723054,4389.604631723498,1352.3688703462915,454.73129186348285,12483.346617688518,5162.948387561789,295.8819467524844,2384.825513370746 -4960,421.8591268802829,3391.0291348094615,77.24527049289962,1358.64091313497,161.4055787066456,2418.314060730424,183.6027785927692,2849.8267045279563,29.461167504688024,1042.2521276268671,233.954657517881,5783.905734399112,130.87209190105054,3374.025946766061,148.5264717950237,3813.1954093458644,111.14142626461991,4329.62350988637,37.37931358228365,1174.8782373852837,75.93222832389476,2259.0501957799415,171.20087222566062,5184.8548029856565,80.59406162143671,1509.5498226641623,62.80783903552097,2055.919553528932,76.55684155304591,3675.1058233442445,96.43388950121756,2461.2429104670587,102.47398941514979,3135.4481916288732,120.31457964922144,4420.011533527763,1295.8340208458167,446.46766793012864,12644.169902990834,5315.047709986789,284.0980481462299,2467.7933180532737 -4961,453.004355508982,3379.1376266807797,83.69893066640209,1353.8764924177733,177.98167066435644,2409.8336259810785,199.440281921259,2839.8330606885816,32.747109002004265,1038.59720484234,260.285265012434,5763.6229944632905,145.6011924900151,3362.1940646508388,165.2403303788341,3799.823467553617,123.09622478848917,4314.4405813077165,40.47286927455491,1170.7582273368112,81.66200943589433,2251.1282603738255,184.16538268881004,5166.67278785555,86.74434362071283,1504.2562013848308,68.97521399461155,2048.7099475035093,85.04602307840536,3662.218127888181,107.19725278386927,2452.611934762356,110.95485658161456,3124.4529432321324,130.27195492091397,4404.511636301794,1473.4739559227567,498.45994614679654,13813.469488913708,5743.5987633284485,321.22787144051927,2654.1233839705073 -4962,461.16636687690664,3330.3369585700166,84.72870861894111,1334.3241436623475,178.55850568051196,2375.0314060137384,201.89225291775128,2798.8208954573106,32.673688716425936,1023.5980414184863,259.56848291066666,5680.386179647716,145.2002311495111,3313.6380912635777,164.79705588501963,3744.9473587927787,123.09782894436624,4252.13249973401,41.049770712548906,1153.8504271812046,83.77932214464887,2218.6180239626583,188.86103053821768,5092.056979974201,88.29708666358637,1482.5321061429788,69.2513796432821,2019.1229861989639,84.88325601000724,3609.329281338346,106.95260912122228,2417.191921061878,112.53641028565586,3079.3303681980574,132.12885509802626,4340.902770875295,1450.5283790940023,495.9139479932436,13938.362299266084,5849.525672982528,315.65662698041075,2706.842427357835 -4963,499.5822570517661,3196.541252059183,91.35327352382767,1280.7179038924169,191.7976401432142,2279.6149334747347,217.82524094088103,2686.3787540873923,34.97242772326015,982.4751686166014,277.74469315696615,5452.177655520874,155.36783662915292,3180.5132588345537,176.33811241918232,3594.4947517596747,131.88696143845306,4081.303818114998,44.387716394296234,1107.4946874968864,88.59418691906764,2129.4854317695817,199.8794038624931,4887.484478841582,95.54188916876991,1422.9716373273657,74.42955093173876,1938.0050723567708,90.87310062841925,3464.325106915631,114.47443512053633,2320.081657183469,121.68726346295551,2955.618807680701,142.87286008643537,4166.507759094422,1539.94768783605,529.4905709110669,14973.942875343704,6300.314173325572,334.829374527888,2921.6524665723628 -4964,474.9254074034265,3141.3724495724227,85.86767362275287,1258.6141149813295,177.40077862475744,2240.2712754100303,204.80434492542648,2640.0147977976353,32.032203952824815,965.5187228048542,254.13974879172804,5358.079038146112,142.16344702194652,3125.6210819636517,161.36498278939067,3532.457707541402,121.26902689357478,4010.864982362448,41.88212531498384,1088.3805416586954,84.20115185255264,2092.732844544859,189.9170236398727,4803.131847478973,90.71710826469022,1398.412704714372,68.98700202084855,1904.5572265057856,83.28642217631364,3404.5346482596588,104.84205671082144,2280.0395877698934,114.8182792807033,2904.608062825758,134.80799456083648,4094.59839660052,1373.4786572574592,482.13318191842905,13983.250318491586,5968.944467103549,298.34096091963636,2777.806232132368 -4965,417.09921965959165,3080.2254065918355,74.12294050111728,1234.1150997833029,148.71852551735486,2196.664232257819,176.47127104214235,2588.6267179370984,26.36488936835223,946.724830711624,208.79412390671305,5253.783640354774,116.7975199221252,3064.7806404980515,132.58999917289935,3463.6981615985005,100.55159196655792,3932.793204054457,36.35615713215039,1067.1951353344318,70.38110895377231,2051.9976476694646,158.97211832688586,4709.638537076,79.4390560977649,1371.1924998095358,58.07103221142776,1867.4848817082152,68.63092238771785,3338.2651339604654,86.28048639923317,2235.6584515280633,99.66904429463018,2848.0696558363097,117.02129717783014,4014.8967413003807,1075.2674191437284,392.27110635225415,11852.741601886033,5157.499033876976,233.77329826022265,2421.1020053026446 -4966,346.2611930825093,2897.109186066976,65.93218625196647,1160.7482311504566,140.93717533563014,2066.0748113951868,154.6329051763145,2434.735531946655,26.574430680680706,890.4430168852886,211.50533906185123,4941.451626724128,118.31414883950265,2882.582595372931,134.2171997108479,3257.7848816698706,99.38062460818115,3698.9927081260967,30.89733588046011,1003.751486266819,59.58893881391553,1930.0085059128248,134.61497041462707,4429.6553880824285,66.25589995424095,1289.6765212581554,55.423931719125186,1756.4648334046406,68.9560256156629,3139.8087180330585,87.0001976796365,2102.75086458583,84.70389010758186,2678.754855025892,99.45072882505441,3776.215274843039,1235.7739864202888,405.15919664439866,10813.106855470842,4376.781259032398,268.2092741969733,2004.3193969406361 -4967,269.7510325030974,2707.4298873766074,56.61372598403407,1084.7518166902892,132.55497926663088,1930.8049281778083,132.04680864018542,2275.3287238024604,26.639792116461543,832.1440035865082,216.25566322038986,4617.925304838466,120.97143665087498,2693.8543804554697,137.92279169562846,3044.4914529613334,103.42852791109229,3456.8125562310815,28.387186716343326,938.0339500102813,57.03634323394686,1803.647144860716,128.64922339308106,4139.63734820588,55.781437084663025,1205.2389241989379,50.7518507563833,1641.4657096654414,68.23937402939188,2934.2394151836465,88.25427010131423,1965.079729775523,77.82241010640641,2503.371633465466,91.3711919744715,3528.979213295607,1419.0079438064372,422.4384851697202,10121.670194595476,3832.2594899716914,310.3924312835916,1710.8086153543413 -4968,290.7334363733227,2586.4354224767408,61.22376143471467,1036.2744890883637,147.32546074080568,1844.5176672592015,144.4414439089712,2173.6447678516997,29.6961435113782,794.9556653388493,241.19231687526383,4411.5512067273285,134.92077223345856,2573.466602067902,153.83146922712757,2908.4337785001094,114.76275345456318,3302.3283395019853,31.024507552043275,896.1134126148046,62.4378607269604,1723.042538189977,140.8241307336946,3954.6378369864037,60.28490226001881,1151.377053429962,55.83446391947369,1568.108956783876,76.04201801950086,2803.1088808035856,98.36825115983315,1877.2607352751158,85.05252648633808,2391.4964884621168,99.86006235056541,3371.269884036046,1607.8313443590484,474.0068667788651,11133.163261774545,4152.458537193083,352.9982699942593,1850.3323778809538 -4969,318.56850716076275,2503.779696944504,69.71157827432073,1003.1578610829658,175.46566897495353,1785.5716967859298,164.89824381367634,2104.1807542618735,36.062486846490934,769.5509571008126,293.30170506527844,4270.569544264059,164.07028655586478,2491.2253261874425,187.02005576890988,2815.4878259217967,137.95560785211165,3196.7945448148466,34.85149485552742,867.475966794519,68.76163459350364,1667.9785957929075,155.20195576710375,3828.2579332808104,66.3702886848501,1114.5820478847277,66.08593837076879,1517.9962872734754,92.2599196787953,2713.528837058743,119.42056254580228,1817.2683818071298,95.5440689692107,2315.0705024723543,112.17816893451923,3263.532897522328,2031.8680198641948,581.1965370948076,12931.492439709355,4616.878474007146,444.565309142945,2026.2889355066773 -4970,350.76232771136364,2469.209849830256,79.08629600601523,989.3071960538442,209.5731788068781,1760.9181936663279,189.78115280750367,2075.128195418799,43.57896946450915,758.9257176014816,354.8493160182973,4211.6055162323055,198.4994562180159,2456.828818076709,226.27270282191225,2776.6142046471614,165.28509724161867,3152.656197177962,39.64368536763747,855.4986703958114,84.80441918119986,1644.9487081726963,190.85138070467517,3775.400930075246,73.85454900413396,1099.1929419507346,77.88355301352578,1497.0372150215996,111.40267137892036,2676.0629700930112,144.27399551361668,1792.1772405212992,108.6816799296778,2283.1061753285403,127.60302112701054,3218.473089162453,2540.607794700742,712.2832188075269,15208.879661377003,5255.622723325235,559.0947996193548,2278.6559245299864 -4971,464.4357725082715,2466.220726431769,100.39413368481826,988.109581647673,247.61074791583385,1758.7864988750277,236.49169917259331,2072.6161309848208,50.55659017049364,758.0069934920858,410.9739779668174,4206.507120648538,229.89507789261637,2453.854682643588,262.0694571809061,2773.2529502409175,194.19913101932426,3148.839721876351,50.26362341445908,854.4630390608598,111.7944937116968,1642.957401247832,251.25682891712015,3770.8305857363334,96.53555764776927,1097.8623044018593,93.64697111678123,1495.2249636375648,129.3847881777316,2672.82343885581,167.43657379444247,1790.0077048197277,137.79584267651168,2280.342341347247,161.78592229750478,3214.576938651439,2811.274901742759,815.6645063845076,18634.018930833583,6812.900323397364,622.0475749390226,3007.460069934916 -4972,504.2854062020847,2449.715578032689,102.17334666934242,981.4966718197502,220.45064347838363,1747.0158443447533,233.3472215456587,2058.745175944342,43.39121817176838,752.9340420806245,351.4499067460407,4178.355129415968,196.59785781682123,2437.432293823019,224.14451569802435,2754.692992893491,171.25996272612895,3127.7661552091527,50.87669017497677,848.7445568868684,113.25063907775616,1631.9619313653789,254.52250785670995,3745.5943537404173,103.10407650019354,1090.514875981644,86.62035454148797,1485.218191068366,111.31462796321482,2654.935604636412,143.8206918853095,1778.0281027967196,139.47654225890972,2265.081181491901,163.75922952333772,3193.0634265622484,2155.030680459805,675.7390476661476,17690.901878650795,7131.260016908917,473.61861615101907,3222.6028955565157 -4973,487.43732570595336,2475.3830341135945,100.56966467505671,991.7805280124433,243.02781727507852,1765.320603011217,240.58177033359084,2080.3161500848437,48.322588418256494,760.8230809675156,392.3418272491401,4222.134802344708,219.4724234906551,2462.9710489801073,250.32549462373134,2783.555919694264,187.22559732368597,3160.538041521214,52.31172819486852,857.6374723882248,125.84541366317072,1649.0611863052807,282.119115767059,3784.8396765173284,101.35847248386165,1101.9409953792729,90.94856525070956,1500.77990485737,123.76639846791399,2682.7533005521,160.08031957452081,1796.657799504531,143.41064528990873,2288.8140883921865,168.3782548503774,3226.5194799913775,2589.0047838722835,774.5325828524138,18761.497046476805,7269.485810141327,566.9413437755269,3233.4650030634857 -4974,505.23234482076106,2626.4636704847003,95.0808589270162,1052.3121028223381,210.25248878178917,1873.0638316051154,229.70565797824852,2207.2845761734766,39.191014071736085,807.258575456375,316.9581665264361,4479.825351238386,177.30349435452408,2613.294141736042,202.44810041543627,2953.4453444525457,156.1409704050966,3353.4359050064504,52.191745170751474,909.9818624557273,108.46105010899893,1749.7087265075215,244.34046677580062,4015.840688890191,104.30785091931567,1169.196019967791,78.42376198043115,1592.3773586469858,100.63841350052859,2846.490415288864,129.9415191471495,1906.313638600744,143.08171631917463,2428.5078183095325,167.99205976736962,3423.44440416798,1851.0003465077127,609.1788325683029,16837.037321582262,7076.349920389855,405.07408831342093,3265.089450664417 -4975,451.66781713225953,2853.6369542225343,86.21674491601807,1143.3307598103097,186.90169631211523,2035.07256831754,204.56959655816541,2398.2013936981843,35.172126754129074,877.0815787108261,284.447593128217,4867.303254340321,159.11737746047422,2839.3283405800958,181.61645089904482,3208.9005730092326,140.2348840515526,3643.48790721217,46.130161331181675,988.6898111545904,98.97754180976172,1901.0479898113629,222.7244777925965,4363.18671408567,92.88237835022825,1270.3244315937063,70.91813976370678,1730.1084065113778,90.3199531834004,3092.694686848465,116.6172134969875,2071.198283296869,126.46411105342354,2638.5591134666315,148.48135072074837,3719.55171976821,1660.4760112793208,545.437067565417,15094.428750819001,6334.79472442772,364.632830205849,2914.1259007448048 -4976,457.8265048818468,3044.4859030436705,87.2094538932382,1219.7958032496276,188.88886398664624,2171.1765880890207,207.08452583983845,2558.5911778196128,35.518776127724614,935.7400906422953,287.2307215488451,5192.824588899021,160.6742339996907,3029.2203408066653,183.39450985494406,3423.5092674768875,141.65440857108513,3887.1614537384876,46.71577196439693,1054.812592081511,97.10879498944401,2028.1885533568334,218.76394467222622,4654.993139097596,94.1270487827214,1355.2827098612788,71.6759541154633,1845.8166679427156,91.2143876486997,3299.531624930714,117.7683979468481,2209.71836188726,128.0695406902572,2815.023828945735,150.36628359995458,3968.312353020178,1671.9738764895026,549.5799531661539,15216.084202383981,6381.046752192485,366.0578255928702,2938.178063676517 -4977,426.4472226840442,3199.27044620289,81.00413898243852,1281.8113757194399,171.49266255378757,2281.5612595927964,190.63452914149693,2688.6723735295664,32.148554323235025,983.3140019883898,259.82431145592386,5456.832703009565,145.34333929380296,3183.2287683417126,165.8834030093434,3597.563717010715,128.7683892760922,4084.7884190010063,43.03376072073669,1108.4402620341634,88.7720779317993,2131.3035779191896,200.03839381241676,4891.6573935532315,87.40331708484794,1424.186564823375,65.7230862578933,1939.6597333409027,82.59136876934537,3467.282933844221,106.6075719127934,2322.062533628479,117.97544465024508,2958.1423032044195,138.51481837522525,4170.0651067646595,1482.644544552948,493.9718419932543,13941.626168988876,5902.191252420569,324.31781912344087,2723.341060125065 -4978,418.3896146921017,3349.2464053022,80.27161298124524,1341.9003534068665,170.10886651809258,2388.5166870582616,187.8482600229218,2814.7124269431506,32.11553573070288,1029.4099676229991,259.63842252561994,5712.639060127534,145.23935472932268,3332.452722862714,165.73767815048973,3766.210937666891,128.39788465764173,4276.275844387168,42.20884704908472,1160.4019183549563,85.61567477545415,2231.2151995232953,193.04421012179702,5120.969363741341,85.7107105588807,1490.9498315078918,65.47417602561022,2030.5874413061283,82.48957878671283,3629.822829178527,106.49079577342881,2430.9165868964155,115.71397468849221,3096.8146150753582,135.8596293912643,4365.550147623232,1496.7479150140075,493.6573322453721,13766.081496493021,5780.785402500919,326.6146527500369,2660.7242767536054 -4979,408.95588245261183,3335.3404864194376,77.43456349642712,1336.328844116393,161.57639643430932,2378.5996743094315,181.50724011123123,2803.025868848945,30.14376569064652,1025.135904214523,243.51324766858872,5688.920442336119,136.21907965465954,3318.616530586324,155.4804950813643,3750.5738009929046,121.19025947735007,4258.520941398178,41.04862047951618,1155.5839823194049,83.4927045298838,2221.9512954028223,188.23830949285775,5099.707331643445,83.77368797949092,1484.7594755572534,62.19837577963712,2022.1565345211104,77.46366568532662,3614.751969733415,99.96925734810559,2420.8235316901378,112.53325696483951,3083.956781514944,132.12515278809687,4347.424581783891,1368.5738275165024,461.17241023907894,13199.354817595718,5625.428291523216,299.46742629639465,2602.799869972528 -4980,377.3295996432927,3240.4683506447673,71.83263488684075,1298.317620957968,149.21160040679584,2310.9415649879074,167.2673665077515,2723.2951631257547,27.956462133085015,995.9764126759134,225.8584323212523,5527.101870944623,126.34313770442886,3224.220099590506,144.17842500615575,3643.8905558101296,112.32984571241873,4137.389387184557,37.756655957741216,1122.7139587292995,77.82042440185337,2158.7489729291547,175.36536889415405,4954.648640229859,77.08142234677766,1442.5262153754677,57.714999811015176,1964.6372767176365,71.8395564228568,3511.9321103935195,92.71389237022099,2351.96438530908,103.50845941694382,2996.2351327985953,121.52914955262739,4223.7642068169225,1272.988765547895,427.84818695817034,12213.749446945198,5191.142046022495,279.62559884815056,2399.8249183091393 -4981,385.98380064300386,3158.5274148053054,73.62895246755154,1265.4873787317197,151.76390977532373,2252.5053471283063,170.60226254119308,2654.431860020448,28.506311497115544,970.7913991230249,230.2774457833616,5387.339388865411,128.81509334771818,3142.6900293275817,146.98079934639898,3551.748380688978,114.60043203124413,4032.7682270208707,38.42313578111174,1094.3241636430425,75.7843966202698,2104.1612121663948,171.05508611014866,4829.361643905586,78.72052669063531,1406.049405460844,59.097126289581915,1914.957971253257,73.25735831931162,3423.126736419402,94.53948023327435,2292.4908333594167,105.33558891238359,2920.4700629969598,123.67437995170881,4116.958907575861,1291.987475400998,434.0304120758868,12402.34419890605,5264.911749041682,281.82020944292805,2433.027910431886 -4982,351.9033100593423,3100.7593764990793,66.93990066359939,1242.3421867577802,140.0626230775981,2211.3080427870655,156.46969801106567,2605.8835014872416,26.232285689027762,953.036063370984,211.9587190939374,5288.807387298535,118.56776547554142,3085.2116496409576,135.31321528741105,3486.7885087094073,105.2891473685062,3959.0107195423316,35.34572092240777,1074.3094694825813,73.25531171516906,2065.6770549806333,165.04513614841193,4741.034803007498,71.96427018742577,1380.3333975723656,53.94919465701994,1879.9342557966065,67.40270783887233,3360.519296157962,86.99320997666463,2250.5622125542236,96.89897123713764,2867.0559860190037,113.76895795094947,4041.6615906163183,1200.4709265446954,402.34677773525016,11438.97302139206,4855.3199279859855,263.71605247549684,2243.7319484996824 -4983,354.3054628000006,3088.3480224671343,68.16946100199806,1237.3694859330935,144.4851850535858,2202.4568796814315,159.36922344405545,2595.452978258613,27.322674364658823,949.22136298586,220.90830019460725,5267.637972674483,123.57407914635712,3072.8625282168996,141.01474383796608,3472.832002782472,109.20690259168924,3943.164058228037,35.748144331975894,1070.009350206421,76.59329466298179,2057.408806422122,172.36275379776876,4722.057947897788,72.64351147383894,1374.8083617991188,55.64878167038429,1872.4094766143483,70.17525748269125,3347.0682057470417,90.59670918198495,2241.5539274861753,98.00219995538883,2855.5800723632774,115.06425737523162,4025.48410414038,1278.9474418533337,421.83282210758796,11753.671613059807,4933.691150352172,282.0186495082286,2270.5248571759143 -4984,379.8806902193097,3138.4483116392043,73.21602623725832,1257.442537482647,155.08726944760647,2238.1859250345865,170.70743973026606,2637.5573472601964,29.40233097772253,964.6199723485146,237.7345537706527,5353.091484961593,132.98653123308804,3122.711606147793,151.7334379447229,3529.1695289678887,117.4184844336784,4007.131479688628,38.26800646485939,1087.3674256150778,79.62313155509379,2090.7848299133375,179.3666908620491,4798.660865365607,77.70453927898461,1397.1109960816673,59.87010924612648,1902.7843746324688,75.51413386790857,3401.365546515201,97.49137921610878,2277.9172191699067,104.91030769696935,2901.9043163728993,123.17505782170001,4090.786950907596,1377.566987878349,452.83239435069436,12575.667279221527,5264.152947002891,302.19117004527345,2420.351580384726 -4985,403.3981516693361,3188.0937277669836,78.03822173707854,1277.3333407813927,166.45705641363313,2273.590577457122,182.13707824678943,2679.2794401747115,31.65519246332923,979.878773889011,256.0161130831505,5437.769143457802,143.2130680151432,3172.1080918440257,163.39698509773524,3584.995552675629,126.1834201629018,4070.5181249458064,40.757888149139866,1104.5679027197195,83.95383271664866,2123.8578241473833,189.19104479263964,4874.5682858044465,82.57621664473808,1419.2111391746544,64.16439656951151,1932.8834913615017,81.28636228248624,3455.169908158882,104.955423142643,2313.9503594420994,111.7362251606026,2947.807970995806,131.18935876815948,4155.496896811348,1494.9197128573453,487.79738324513727,13434.874827182177,5603.778192288263,325.85704953895333,2569.505747492447 -4986,416.0482449022129,3199.530369154522,80.4965265955615,1281.9155157731848,172.03698288202224,2281.7466237709414,188.14649268224136,2688.8908132241936,32.70397137952677,983.3938907886884,264.50891027313725,5457.276040353681,147.96386095141963,3183.487387996131,168.82702298596288,3597.8559990780595,130.3553332049504,4085.1202853688274,42.096074869118226,1108.5303166480076,91.3561763641345,2131.476734495388,205.4935285173736,4892.054813543034,85.27064098169667,1424.3022720703327,66.20713177519002,1939.8173199193209,83.97725901431772,3467.56463132165,108.43177968293166,2322.251188310152,115.40481397715995,2958.382635833913,135.49664419628667,4170.4039013896445,1548.575629179737,506.04222562349,13952.517396638348,5828.531408793231,340.43781755806776,2672.9240092066725 -4987,455.24628122590553,3162.68619463771,88.06054154473982,1267.1536246424446,189.04408473272827,2255.4711829688026,206.1797947269126,2657.926905728837,35.95190812333689,972.0696238024183,290.8052443638379,5394.432807873178,162.67378931228538,3146.827956341355,185.6088587544008,3556.4249079421998,143.16985079616276,4038.0781050015657,46.15106962413093,1095.765041832207,97.44335691197571,2106.931725783679,219.39576947408446,4835.720383017338,93.28992312207619,1407.900727023983,72.66538947573521,1917.479364150916,92.3116329253899,3427.633909720623,119.19805101039402,2295.509317415961,126.52143035613501,2924.3153967250137,148.54864924060573,4122.3796380072035,1707.1666952665546,556.1377604587705,15258.5331855776,6351.0564689043185,374.4455148998163,2913.217241395785 -4988,428.6401579967585,3186.7291338467044,81.72499917620766,1276.7866061305829,171.78630650704577,2272.6174166456376,191.2469748361656,2678.132633102213,32.292003706395576,979.459358171771,260.9715548350707,5435.441625088936,145.9850967289466,3170.750340226218,166.5962754040648,3583.4610735940387,129.40039976011562,4068.7758285266927,43.074195315814315,1104.0951165429963,89.8924533065609,2122.948753172109,202.47861795211438,4872.481833267352,87.73113795361948,1418.6036768296037,66.21450888493202,1932.0561627801783,82.96243580348916,3453.6909981101785,107.0843529494612,2312.9599235070386,118.08629457954808,2946.546226147988,138.64496713516283,4153.718227084126,1486.2605099587922,495.221227330222,14014.610060091913,5944.3481373949535,324.21559609162233,2737.7209596412017 -4989,381.9215815260427,3177.1119531205877,72.13975303200229,1272.933411515005,149.72523925674938,2265.7589195788287,168.83682336233096,2670.050337915121,27.884857255759506,976.5034628741829,225.22106910554038,5419.038089601865,125.98660256114101,3161.181381655038,143.79681862311458,3572.646601663015,112.2370792486641,4056.4967326784167,38.2333394934064,1100.7630849116163,76.38420810789697,2116.54193885749,172.325990225318,4857.777245457377,78.12100930729851,1414.3224946626287,57.721547865417364,1926.2254402712854,71.6678881090742,3443.2681572894103,92.48172018440694,2305.9796774106967,104.81526949200318,2937.6538897163323,123.06347358704316,4141.182784880723,1256.5097217985237,425.1865903710826,12242.153336391191,5233.550971722183,273.86543625660113,2422.8852901802506 -4990,302.39545755477593,2967.613480518899,59.766840027056624,1188.996298384913,126.0825018469729,2116.354982940969,137.0034507665178,2493.9874620024793,24.39115224804271,912.1129135384995,197.34199827178284,5061.707211907461,110.39130576739133,2952.73336948375,125.8898849108238,3337.066610388592,96.99053108040599,3789.0117078667613,30.24549520904743,1028.1788674247882,60.99618994907249,1976.9773563275808,137.56202110423604,4537.4558566681135,61.70268540757919,1321.0621982771006,49.500931890142205,1799.2103103112008,62.617572228544624,3216.2193688444086,80.86415611856107,2153.923587667441,82.91689329942307,2743.945259989421,97.3526181626785,3868.1135695058033,1166.8955509206128,375.1807021189519,10156.463352325922,4170.878254451131,254.58277195414004,1903.6517395875157 -4991,251.01345920634608,2808.670157527275,55.17043639244458,1125.3144800043756,123.9106796902412,2003.0044755966962,121.51101690920095,2360.4112205841366,26.249978974948828,863.2607775130115,214.75738953635147,4790.605678789149,120.13331607934752,2794.5870149349284,137.00955188687763,3158.335633601542,102.63778378198069,3586.0748646235475,26.537133743341073,973.110319282971,61.06403860421908,1871.0918181479394,137.08659786084198,4294.432863100726,54.15252003448192,1250.3070217518655,49.695058379669625,1702.845852015355,66.8917714452202,3043.96088662968,90.33268247206708,2038.5609318696777,72.75055911172274,2596.981452002683,85.41633822132347,3660.940085329979,1365.8118078295904,407.64347949442816,9986.782361715503,3805.7898587013674,301.9082281113739,1682.4287263434937 -4992,258.04245620078814,2696.9679649366235,56.085475490000086,1080.5601700567945,126.45700727022414,1923.3440031508976,124.43225366566375,2266.5365062293013,26.650228202912462,828.928472109586,218.00147961505132,4600.080936421719,121.94803034671553,2683.444915846861,138.77477716122345,3032.727073171267,102.75213710106777,3443.454904747115,26.520814300597966,934.4092436136964,60.60022325974691,1796.6775769222772,136.07645925454938,4123.641157475876,55.66853417758643,1200.5816969867362,50.453547966253225,1635.122835553546,67.91808910858555,2922.901066100214,91.72323402765947,1957.4863616823548,72.7058199701321,2493.698223273061,85.36381005251631,3515.342698830744,1371.2934439866558,411.8606934730125,10108.682345416568,3851.701553809581,301.5740089804268,1703.5992053692087 -4993,255.81187816638854,2652.391055820386,56.277222479542004,1062.7001015941794,127.39592591935494,1891.5539589448172,124.18726969735097,2229.073995305783,27.033838657652304,815.2275050808734,221.20187022404116,4524.048372262202,123.73829953110638,2639.0915228190925,141.5965916763014,2982.6005604085226,106.92672990541806,3386.539665734114,27.114123199421243,918.9648347547582,62.928199636949685,1766.98114222268,141.23241998580264,4055.4834412943646,55.08287883593072,1180.7378494182858,50.97549644596344,1608.0966628358929,68.88264256682284,2874.5898155131626,93.01647024212224,1925.131994565117,74.33235411405354,2452.4810636673933,87.2735217064483,3457.2392604378865,1439.4602847679241,423.03653890396964,10280.352676597446,3859.748726145992,323.0685448843013,1708.1610077612572 -4994,281.6016174665013,2664.0226409974357,63.97375912953043,1067.360382257631,155.4407060976097,1899.849029516018,144.2837681252099,2238.84919945053,33.494160370840675,818.802539065102,274.4813972944626,4543.887774853908,153.5423788222903,2650.664785279897,175.38606446761767,2995.680220133426,130.40315616093008,3401.3907279449463,32.077964046773594,922.9947901893865,74.64312166807214,1774.7299210525975,167.51063908118965,4073.268036434669,61.193081402380564,1185.9157634506596,60.9279025641403,1615.148682282897,85.25595337954093,2887.1958134917973,115.0633760089498,1933.5743155881464,87.94053804526303,2463.2359794346403,103.25087302083661,3472.4003630388693,1853.740705820965,533.0692900655815,12186.450057623617,4437.562780492509,411.84495612048573,1937.4155720652761 -4995,446.1654371146083,2757.85507866243,101.46584245798779,1104.955042675673,243.95076102007357,1966.7656776298707,227.15798658304175,2317.7061410980336,52.630430540493656,847.6424734652088,431.24863585273886,4703.932986117981,241.23653575568918,2744.0267313864997,271.7738342879089,3101.194329958965,190.8836727362903,3521.194808639503,45.87027496497119,955.5045931402856,105.56460155955928,1837.2396130224147,236.9877973814476,4216.7370382515865,96.609586928459,1227.6861918387062,96.13073756307146,1672.0375899512135,133.97639709044253,2988.888876090796,180.8255257656454,2001.6788386676235,125.75164230566092,2549.996291804934,147.64484207704768,3594.7055512901065,2746.8775677436474,815.5765860376664,18526.631376573958,6806.685255050601,581.9997738269858,2933.604282640651 -4996,558.7879515393125,2993.865767968337,125.05270918280313,1199.5144715925844,286.7250342285479,2135.076814379577,275.4907386983738,2516.0499294287747,61.4333582989124,920.1817036790436,502.9184395672321,5106.48440192368,281.3279673081324,2978.8540235669357,320.01585662634955,3366.587177156783,237.67843898456243,3822.530299542255,62.39208401623412,1037.2744074451662,142.39070383190742,1994.4662167132217,319.74807746185945,4577.595381650173,120.50128834396635,1332.7486610848152,114.93695934360204,1815.1265967677589,156.48167852907028,3244.670889207697,211.26986486688526,2172.977760840183,171.04556355735255,2768.218919677127,200.82437697331042,3902.331917002992,3204.113492045785,956.6568608884736,22979.28230622382,8784.713133163998,696.582458423382,3855.693525420364 -4997,514.7345236102843,3496.5581431167748,115.02477354880371,1400.9218911239523,282.14430299294406,2493.5721238313336,262.87664136430993,2938.513464216747,60.25427756339465,1074.6870696642586,493.7146638739106,5963.90119065414,276.179459511142,3479.0258149507304,316.44332348617394,3931.8622547290374,243.36740645370284,4464.36162541955,67.52287351927205,1211.4405110621449,152.92556885318606,2329.351958873019,343.4912734025739,5346.207762168425,112.088416302183,1556.5270940007533,109.30874069113807,2119.89988015497,153.38435176930983,3789.4753134146213,207.02054899908887,2537.8369216711494,185.11143098074115,3233.023507294849,217.33909388933287,4557.562529198073,3279.452016195186,964.7611142641942,22786.47796376989,8794.86222021649,719.9267544079908,3878.585773250859 -4998,516.0937933497129,3939.987915108168,105.96091635499656,1578.5853102155932,238.02084069365176,2809.804279298652,242.41136481294666,3311.1726056059347,48.266854216791685,1210.9777368740804,394.34605708552164,6720.23677465036,220.5935712981857,3920.232155795569,253.796110027283,4430.4968295746685,199.9946917675152,5030.52720214361,60.29410580396355,1365.0741037592716,132.97211496077196,2624.7578882850935,298.9387475958135,6024.208124800401,112.08531996480271,1753.924198850821,92.38908718242821,2388.743320482771,123.10893457925243,4270.052528325914,166.33080206376098,2859.682691558693,165.29403479682105,3643.0320980299266,194.07151442630538,5135.547745070207,2437.300937949412,754.0503965353467,19933.63202312165,8101.91068444502,546.1176004250561,3675.7042738844643 -4999,468.78929728588525,4217.651375597095,98.03677892055848,1689.8332300964373,218.47370640354885,3007.8201098789955,221.04849655021576,3544.521454322756,44.83455516314375,1296.3191836602884,366.3972828576261,7193.833201431058,204.9592830643843,4196.503365187915,235.38184810528432,4742.728010961718,184.12231933659507,5385.044429385544,54.53543219659225,1461.275210879473,120.9277487625655,2809.732912043977,271.8114964816217,6448.753202267133,101.50821785776276,1877.5288070326758,85.8982259937176,2557.0856481436535,114.33495384155916,4570.976690285409,154.4623367507334,3061.213612248503,149.5068465974433,3899.7681390549296,175.5357969931119,5497.466103483029,2268.986862780228,698.8242082911966,18267.731309518676,7378.425855881087,505.5684318289274,3330.0367670226346 -5000,471.4306164934688,4325.779619723873,98.15004496353502,1733.1556111482714,217.55771974360025,3084.9318192564415,221.26203869404054,3635.392616254995,44.54025009709093,1329.5530156379732,363.9266093973937,7378.262041878199,203.57721096727155,4304.0894361883065,232.72866826941151,4864.317684106189,178.53615487411886,5523.101216644713,52.52339748525757,1498.7380328786041,115.94136299053797,2881.766245098093,260.6432588759186,6614.080370985379,102.03688716859212,1925.6631536447512,85.62177555729886,2622.641844375357,113.59816474568639,4688.1631619612535,153.47681763971858,3139.6941748442114,143.99092872863724,3999.7467868439176,169.05956489214012,5638.405053618979,2203.5622698170087,686.9889017443122,17994.972318630316,7274.5201327824225,484.50848435099084,3276.7954649954495 -5001,443.62647764926476,4445.474469865582,92.53898825283251,1781.1122384814728,202.56485375825798,3170.2922592843274,207.08263105715352,3735.9843737326205,41.522672349793126,1366.34190988414,339.21277526363036,7582.419453268761,189.752518583304,4423.184116303785,216.47239346432193,4998.913948230695,164.75436204678917,5675.9261015347065,48.346525706035536,1540.208297204861,106.55590061242529,2961.5050688878428,239.55674581103747,6797.092782255848,95.84027622629411,1978.9464881789395,80.29696445890028,2695.2106643648326,105.91410325345299,4817.885208954172,143.10398534351492,3226.5698959362544,132.54019104855044,4110.420268699802,155.61526845637096,5794.420409753617,2026.4122351183491,636.1191951857052,16740.90836897296,6781.3298249020045,442.7669568540306,3050.928032729413 -5002,428.44743404641576,4544.635343796898,89.65066656047118,1820.8417763147934,194.35430579948343,3241.0088842878727,199.31686093177723,3819.3193423629245,39.890953148272224,1396.8195695336376,325.8491940263149,7751.5531069645995,182.27705367753077,4521.847781004813,208.22169699648194,5110.419858156432,159.38688843416077,5802.533462889042,46.45078182571961,1574.564225199138,102.96887167811819,3027.5644811673646,231.447414084149,6948.708917957355,92.43814851624998,2023.0889221443886,77.48106871558473,2755.3301064444317,101.75901134514542,4925.353086918412,137.49494356067842,3298.541851427248,127.34308014126499,4202.107414544909,149.5133472003611,5923.670908356525,1954.0801272250187,611.3398622174307,16144.106787767876,6527.664048369006,429.7072299119084,2938.523682850791 -5003,403.3354753175482,4521.047271329046,82.3637842050884,1811.3910405520596,171.70669493747926,3224.187039046564,182.37657505987374,3799.495885779441,34.57821275704737,1389.5696410491346,282.0915646014462,7711.320132788784,157.7994366887523,4498.377983083067,181.04311001032448,5083.895187894411,142.4969739406073,5772.416507519547,43.806753546417504,1566.3917466085336,96.23786329267831,3011.8504788370465,216.38375197641415,6912.64295509886,86.94797863307522,2012.588460722421,68.87652097595164,2741.029085282772,88.2821169725889,4899.788970822153,119.33939561739217,3281.42139217282,120.09457555569718,4180.297168680569,141.00288725559474,5892.925211927274,1640.7089586630154,526.0749711346383,14679.51265683725,6110.485935644744,365.34503010219055,2782.446907935912 -5004,375.65372930529145,4476.860249791831,77.36033018957636,1793.6871834327635,161.70808124383157,3192.675043355247,170.4760630555217,3762.3610370464517,32.77546621008301,1375.988508189524,267.45352215658824,7635.952580020919,149.6110498602127,4454.412522672697,171.85936081751242,5034.207101776612,135.51265696461877,5715.999072082168,41.02430603328196,1551.0824207622766,90.6859230665442,2982.4137811012756,203.85775654402596,6845.081373720782,80.79534596304636,1992.9181754273613,65.04406374257897,2714.2392943434884,83.66506552016965,4851.9002698668355,113.08773820730299,3249.350009365536,112.46659982035887,4139.440510933182,132.04689072018505,5835.32996957979,1582.0262757213377,500.91406557039454,13825.567321887962,5704.223930886283,354.4582452897583,2593.3358073724744 -5005,378.10036308429636,4407.395647146434,77.57068141224714,1765.8556764132868,159.06271144729766,3143.1363285220427,169.74168851090965,3703.982865769136,32.16588391507897,1354.6381667375074,262.3627768578577,7517.470344214049,146.76333358198733,4385.29622717955,167.74917658586747,4956.094501327267,129.7055853644246,5627.307537812787,39.307839199553825,1527.0152580596837,86.27745238034812,2936.137556991312,193.9943774664497,6738.870585094305,81.14686307865426,1961.995327396247,64.56015931381896,2672.124163750601,82.13339787722902,4776.616408965199,111.03491688434768,3198.931905010618,107.76097022757045,4075.211436487626,126.52201704567995,5744.786853416966,1498.7086405102789,483.97393786162604,13529.740597736141,5614.861971904572,330.790767256194,2549.6709644508014 -5006,343.6602165315873,4335.656717098474,70.20802745299895,1737.1129432921914,145.64500695057683,3091.9756760063015,154.88561774470404,3643.693345839538,29.334500377085817,1332.5887977985512,239.2933501115815,7395.108903958427,133.85850762436579,4313.917008142361,153.7192622694731,4875.424431016697,121.56323247038733,5535.712170813029,37.438570009273,1502.1601169399978,82.45629086009447,2888.346211789851,185.3809605353987,6629.182369147696,73.91830947873956,1930.060040252776,58.543756528863916,2628.6301496411834,74.89843429034217,4698.867693428268,101.25033737468317,3146.863071047338,102.6364386923073,4008.8794500769845,120.50531113734908,5651.279282231575,1392.5389984272047,446.40008778315297,12506.137558475988,5214.323653692403,310.9783640890461,2375.8782274587857 -5007,344.45671013314853,4216.221789908398,70.96125791773078,1689.2604560127356,148.4710335511317,3006.8006001565614,156.5885134435162,3543.320028056541,30.098471244309504,1295.8797923526836,245.6148571481444,7191.394829911984,137.39470074238037,4195.080947681301,157.8991802556061,4741.1204489595375,125.17463302519512,5383.219152290858,38.3620219912129,1460.7799072275855,84.65929014002,2808.7805445763006,190.32091829756243,6446.567377867032,74.2156278383561,1876.892412965546,59.698177612530124,2556.218916230127,76.83029727226644,4569.427343912778,103.8484589837616,3060.176004636969,105.16804774431404,3898.4463008505945,123.47767008098678,5495.602720721923,1450.5935715636328,460.61811915892156,12747.998729657214,5291.33962425449,324.27194086712433,2406.1624373806453 -5008,363.24830823732157,4178.597840233541,74.50437022377977,1674.1861421953572,153.88908599893026,2979.9690623248957,163.6190516780538,3511.7007961801255,31.119524803407707,1284.3158570282092,253.8612683595904,7127.221574648173,142.00766761967253,4157.645650791727,163.39291571872712,4698.812504533786,130.3200994826705,5335.181364772352,40.09879931952503,1447.7444663864226,88.59652910270896,2783.7160619369392,199.16420223870395,6389.040677734468,78.0262586948345,1860.143743372415,62.18868111103152,2533.408196904982,79.45464022611658,4528.651523048283,107.40856250369376,3032.8681651228703,109.92935779796582,3863.6580580251334,129.06791811323558,5446.562065248735,1490.7410282787307,474.97131498880645,13312.198443343403,5545.737822122234,335.0693934665571,2527.167335635023 -5009,394.9347759915509,4126.8080487242905,81.94928317078977,1653.4361790337603,173.33305410267403,2943.0351475662555,180.79146132486937,3468.1765665148764,35.3707392191001,1268.3979694949599,288.7474431062472,7038.886364248831,161.52267414255664,4106.115541971346,185.08459888174986,4640.575141366704,144.71541992389788,5269.056807897035,43.63352228348764,1429.8010348958646,96.47298472916285,2749.2145186009075,216.8653383697707,6309.854525514206,84.95687438206028,1837.0890105816877,69.65538766862137,2502.0089842164016,90.26563858632578,4472.523145261247,121.9921189070396,2995.2786157208207,119.61966853085923,3815.7716490097646,140.4452995263383,5379.057049311221,1707.781240148939,540.6553236048502,14717.592727718049,6065.87336867443,377.97016861837466,2745.8343682387163 -5010,413.4805254922227,4048.506046813969,86.24940398276702,1622.0639026107467,184.6432287740804,2887.194037190862,190.91790050506654,3402.371429728704,37.80945696106022,1244.3314030208676,308.7577528637958,6905.330626489154,172.71625808459999,4028.206159413359,197.81790050965074,4552.524929364085,154.3511109326185,5169.081792978402,46.469037588486586,1402.6720087710842,102.72682828786768,2697.050958303036,230.92476646511545,6190.131428322081,89.10260776768197,1802.2321077362876,73.91321930764931,2454.535898492845,96.46785369046474,4387.6615496334925,130.358965440755,2938.4462384643552,127.39312763174206,3743.3712476771966,149.57210789479302,5276.994891251533,1839.4818594981598,579.9955210468066,15611.807636732488,6419.420874904132,405.52686832139796,2899.889558840477 -5011,425.85448163026336,3886.5736004238574,86.89663851406178,1557.1844698240382,178.87675458497304,2771.711835055289,191.13544939412452,3266.283123876383,36.02373774926362,1194.560542885984,293.8107384512744,6629.130697787076,164.35503516817943,3867.085669431417,188.78463673298742,4370.432698170792,150.2564863472125,4962.328474433577,47.06416439554056,1346.5678292943155,103.40994346021651,2589.17411319853,232.5084260208799,5942.538090415781,91.51181609578099,1730.146293662177,72.23800343478688,2356.359188812964,91.9881109755499,4212.163536181562,124.3601846136894,2820.9140469650206,129.02464550305004,3593.6436057091646,151.48767093666277,5065.925256564694,1692.6153772709426,547.0380524602185,15486.857941637032,6521.627665156551,376.67744042255214,2973.3715786594003 -5012,412.2744150299356,3788.127516185316,83.91123164200621,1517.7413177698668,172.81631558930283,2701.504962665414,184.9762266594204,3183.5488657305978,34.75140679732814,1164.302577921634,283.41887526326633,6461.216224475294,158.5419221120301,3769.133210347924,181.45400721731212,4259.730565702214,142.52770368704728,4836.633747602693,45.227415678952774,1312.4595520340674,98.42157998711299,2523.5908825533174,221.36533074665684,5792.014862095593,88.67614186609296,1686.3220553273384,69.68556182639459,2296.6731107793858,88.74223913973414,4105.470327988047,119.97424512454296,2749.4608929923497,123.98926762946824,3502.617376052184,145.57564022825926,4937.606445234443,1599.4208299625632,524.1182775639336,14874.858719620277,6305.309822731302,350.39139475136847,2871.141738329146 -5013,358.70054199486947,3587.7913512654522,71.73173794424149,1437.475151004545,143.10620909219435,2558.635130163743,157.4961348592975,3015.186008917979,28.311668685094247,1102.7281160613804,230.64141800848415,6119.513028477059,129.01869607570418,3569.8015645131545,147.72111370197254,4034.453543881137,116.60367465874332,4580.8470424359,37.72785527963528,1243.049767874604,81.62693830390154,2390.130085080856,183.6282060599719,5485.7025640873235,77.07112348241611,1597.1404499192236,57.99896770981766,2175.212922039106,72.35147324583484,3888.351401239335,97.85356121674702,2604.054897933897,103.4295034356661,3317.3804933702118,121.43644743619338,4676.4797711994615,1255.0129564277502,421.487826638404,12443.889155728526,5344.4047409084515,276.4241012430495,2449.635793243945 -5014,281.7320646042087,3297.196690841318,58.662296765946515,1321.046250191525,118.27613945898386,2351.3974081214774,126.25980748662305,2770.9697575832747,24.20323224354704,1013.4121912894515,197.42710060301783,5623.860512384078,110.43891123176866,3280.6639943879145,126.49781120940207,3707.6812924324654,99.13616727923198,4209.819421144031,29.455945758493044,1142.3684322505542,65.78168202147029,2196.5404996110656,147.82341819584417,5041.385791531277,60.25559988257161,1467.779391470207,48.83699541104135,1999.03064203913,61.798768044688735,3573.4127539140627,83.54301321624585,2393.138382812693,80.75237302644527,3048.687873430497,94.81125768406476,4297.706337060734,1140.7305675836092,364.73679291527526,10187.556831464639,4214.234253285751,253.65891130733527,1908.7728383135045 -5015,246.66112253164098,3088.0880995155026,52.89109822493991,1237.2653458793486,120.61864682218985,2202.271515503287,123.22328093705211,2595.2345385639856,24.541079278675365,949.1414741855614,200.90367070166997,5267.1946353303665,112.38367269229428,3072.603908562481,128.21308809219312,3472.5397207151277,96.31948257379676,3942.8321918602155,26.673215849931786,1069.9192955925769,57.74162054548081,2057.2356498459235,129.89322447650846,4721.660527907986,53.31604319701468,1374.692654552161,46.74982047011996,1872.25189003593,62.51040087379105,3346.7865082696126,82.50464568538567,2241.365272804502,73.12362311461487,2855.339739733784,85.85435218902788,4025.1453095153947,1273.3159690079603,386.6636836278774,9533.142676718357,3682.1537670683765,282.45149959033193,1646.5298010473755 -5016,255.33545946378254,2963.909567427637,54.23801505844801,1187.5122981995924,124.66731072607216,2113.713535535998,127.43182843139174,2490.874687083982,25.256270300494972,910.9744947439556,206.74944244925513,5055.389635939635,115.65374384838597,2949.048028433093,131.95641994015352,3332.9015785251863,99.09130478544729,3784.2825980416974,27.714839558709638,1026.895585355808,58.08234443771688,1974.5098677684066,130.80820237464985,4531.792604947879,55.20560775464729,1319.4133650976144,48.011649839666084,1796.9646948811446,64.33402028709462,3212.2051678364824,84.91166893240106,2151.235250447546,75.97919553364564,2740.5205098200004,89.20707610672089,3863.285731722132,1307.7915600947404,397.7465988391721,9812.155032599105,3791.2458906242928,289.6486509527038,1699.351019046166 -5017,253.42697543462796,2899.7734010485624,54.526992527719216,1161.8156685953945,125.8869644894971,2067.9747975924865,127.32474832404223,2436.974542789467,25.700316188066562,891.2618785413297,210.44346373171487,4945.995842564531,117.72014550882547,2885.233451534372,134.28736158159248,3260.7807781760407,100.5807468685993,3702.3943444320957,27.536410275540792,1004.6745476965929,60.477158969431905,1931.7833639681483,135.97972711289412,4433.728950205993,54.687315659363186,1290.8625226439026,48.63596033666019,1758.0800986995396,65.45274783488475,3142.6961223000876,86.38750991306851,2104.6845785041446,75.49003833083752,2681.218268849258,88.63275726177167,3779.6879259109783,1347.6221906559101,406.9356386112495,9909.485173042187,3786.045616202762,301.348898733219,1693.196895369758 -5018,280.62477482517,2906.9213042794545,62.539578501476775,1164.6795289122906,155.24560600020703,2073.0723282242834,148.71379080264674,2442.9816529318346,32.28187669538069,893.4588273301189,264.7252772134761,4958.187657156065,148.08489463547102,2892.3455139812663,168.92834938532636,3268.818559835507,124.6494887052658,3711.520697714402,31.654455650963314,1007.1510572207092,71.97729482624987,1936.545184510298,161.64939034139718,4444.6580336566585,61.10235817059746,1294.0444817559173,58.82033243888571,1762.4137429812333,82.13282714559742,3150.442826838511,108.39789170283746,2109.8725982622605,86.77950562624986,2687.8274365586058,101.88770634556678,3789.0048068533356,1790.312515802456,520.4923073990532,11844.938803910178,4321.844680986436,398.820696272225,1899.4799506748034 -5019,443.2755874390091,2965.794013554328,98.81082952798397,1188.2673154832953,242.43335859203938,2115.0574291988646,233.2425826663829,2492.4583788429118,50.448764186580036,911.5536899991012,413.6448685364628,5058.603839747692,231.38914960632684,2950.9230256312803,263.92350637610633,3335.0206288293243,195.01827456451437,3786.688635244234,49.64993562925684,1027.5484829440497,101.0189367076754,1975.765256095136,227.74946524018293,4534.673907102038,96.1681933834452,1320.2522447424885,92.35934145888444,1798.1072004407893,128.36562027164794,3214.2474796712263,169.41605270617478,2152.6030003208416,136.1134405781803,2742.2629257548865,159.81061614989633,3865.7419989151163,2775.0485699860183,805.2427745915693,18375.74398739017,6727.416194603178,605.7387979404132,2944.984064476426 -5020,562.2726116626897,3168.404512179905,123.64066543893465,1269.444710875639,291.2513312675197,2259.549203878166,288.25703746850127,2662.7325896049897,60.227929253811766,973.8271812836026,493.47484700987354,5404.186250945638,276.04530815462414,3152.517601281636,314.84780596885224,3562.855127599485,234.42308241462842,4045.3791811891856,61.595669523755895,1097.746247704436,138.60073433993884,2110.7411788581526,311.3825862443009,4844.463642067901,121.5735435240327,1410.4462920688682,112.59188159507738,1920.9462765190829,153.32229110407934,3433.8312678864154,202.35798837918247,2299.659729562543,168.86222302883715,2929.602726230026,198.26091965678867,4129.833136188456,3228.9207133100276,956.5547810060204,22712.604331362723,8571.05351777049,711.6554978670988,3779.380331315503 -5021,515.9421550696627,3623.3359110241063,113.25129656606379,1451.716341866561,284.4914086865415,2583.9837500751596,273.10902373864093,3045.0577179402,58.65911442336353,1113.652939046158,480.99649598311237,6180.139574236986,269.06503291807303,3605.167897895841,307.00990303612656,4074.4232246802776,226.550359609989,4626.2298909640585,58.66901936399012,1255.3647696211842,148.56808234426157,2413.809310911575,332.53996471210604,5540.049894664011,112.59496931301297,1612.963458730785,106.46911903651126,2196.762944915421,149.24985247589095,3926.8736354532193,196.9785215642333,2629.8534954197235,160.83892113396695,3350.2460693316457,188.84077118409343,4722.810061456978,3242.850720400147,948.758296752405,21944.448436097846,8208.469825952365,718.9186015121968,3598.2249073543585 -5022,529.2586634117437,4037.1993700538214,107.42891794348309,1617.5337989085288,251.21651982032134,2879.1306752136625,261.60214726138986,3392.869279175124,49.322673573046636,1240.856231489994,403.5222509309937,6886.045403640815,225.7266500621966,4016.956176224235,257.7786518034974,4539.810627539257,194.49474246516326,5154.645569763183,58.405072950819196,1398.7546232416337,132.2172698348273,2689.51862834266,296.9819909636403,6172.843615397126,115.34552981955669,1797.1988298670424,93.68600778529839,2447.6808651349775,125.68666113329962,4375.407678625031,165.89122218412206,2930.239739224584,160.1153219193933,3732.9167520678775,187.9911942735739,5262.257288093625,2496.571338521529,780.3982717338097,19990.51481099069,8006.956403372798,555.7117223254832,3627.853598535229 -5023,480.2099845414477,4287.245936566733,99.20465281857962,1717.7168058800846,229.96881644892758,3057.451504553725,238.0355230504452,3603.0088427987966,45.66760882397576,1317.7094685438,373.6929209001085,7312.537100534506,209.04039614203086,4265.7489673724995,238.64216798842475,4820.986748900805,179.8218706507821,5473.901892814944,52.65295253082166,1485.3873997970725,120.10066810062057,2856.09571234251,269.69894622774865,6555.16269606978,104.34625572879577,1908.5095072843146,86.86391322989947,2599.2795701150076,116.35717884249247,4646.401396510168,153.57653404636076,3111.726041656814,144.34609903797397,3964.1173769011907,169.4765698971723,5588.178612850449,2329.478049173044,721.7700534617863,18307.45779180965,7273.144900346468,517.4942725939139,3278.3371250113437 -5024,482.8507429905095,4397.063683030692,99.304587705278,1761.716098543963,229.06211890100474,3135.768083336657,238.32732345611112,3695.299865394702,45.37604361069298,1351.46257869208,371.2499431433353,7499.8476390938795,207.67381676768264,4375.0160692623795,237.08864577970877,4944.476259026943,178.89480198922516,5614.11581548884,52.8044992400054,1523.4355778781055,115.36952275356562,2929.254565241443,259.44844178388985,6723.073099540471,104.87994228303506,1957.3959524045697,86.58344101491767,2665.860081017172,115.62626532378175,4765.41890520489,152.61251747801467,3191.4328619708413,144.7615586701743,4065.658189695926,169.96436051891624,5731.319732156699,2298.2008637403223,714.1822418726184,18204.884617747728,7250.895631017715,507.71546358612215,3272.7133154092135 -5025,454.32230093140953,4509.675615406778,93.5993900772034,1806.8349024677561,213.34669380946278,3216.077337148601,223.11722064826085,3789.9391266264984,42.307928969863255,1386.0744978025132,346.09715651209257,7691.924078292153,193.60357837834889,4487.063346548225,221.00381897773931,5071.107817324711,167.0371098911764,5757.897319724318,49.36412811643688,1562.4518479715796,105.36481015266995,3004.2748607823855,237.14061860985055,6895.255789585819,98.50822300739104,2007.5262567429133,81.18597635810279,2734.134656235671,107.81876478944544,4887.464677152129,142.308188399791,3273.1677304063523,135.3299099769826,4169.782591370897,158.89067387514515,5878.102912167069,2128.6663106881238,662.9436188655611,16988.60376345184,6782.271605565488,468.2929926039304,3060.675330709509 -5026,437.14841683777547,4622.937352010368,90.2133901725609,1852.2140552632102,203.30009217455728,3296.84999915836,213.67874792886766,3885.1244844462744,40.32568020410874,1420.8861379450386,329.83359067816747,7885.108855475237,184.50588865916237,4599.757169834344,210.60426734236202,5198.4700772469105,159.46821120383015,5902.5084858554565,47.24292046809892,1601.6932535077488,102.35028064821203,3079.7280456642948,230.2368796772176,7068.432024786942,94.65212159734993,2057.945827795697,77.80852092156098,2802.803195989474,102.7771824114127,5010.214689377349,135.65447103961313,3355.374233258602,129.51469858674074,4274.50782170556,152.06304163420813,6025.733074632005,2018.1913334364874,631.1974613622549,16279.675406559281,6516.572144199799,446.0016090653958,2944.6273133698433 -5027,410.00343201064067,4574.396606851237,82.45138383940485,1832.7658465615293,178.7725357021397,3262.2331433691643,195.0040203835857,3844.3307589096307,34.740032306481496,1405.9668633214837,283.8178208176208,7802.315378003778,158.7650885999595,4551.459816101501,181.28038387201826,5143.886250553416,138.8756661878527,5840.532270649571,43.67389844312075,1584.8755079659863,95.0080018257986,3047.3909658293255,213.69020490453823,6994.213636895395,88.7097526465134,2036.337439800803,68.74985529454743,2773.373821263346,88.61017419991578,4957.607540304943,116.95960109665873,3320.1428742397966,119.73035826157776,4229.625579300979,140.57526019732313,5962.46300383049,1656.3000983514382,537.7149892614498,14632.976732649815,6055.346932842792,367.1499326636528,2765.261216774876 -5028,376.4045078153764,4505.776758526004,75.92996367072138,1805.272796610776,163.36472336133295,3213.296865486249,178.40625141171665,3786.662520612736,31.813554714525086,1384.8761619234183,259.89337182892075,7685.273996628503,145.3819710337198,4483.184039188869,165.97229113591553,5066.723572138833,127.23130588604953,5752.919308111443,39.92304879665329,1561.101024396259,87.61279815258432,3001.677503741299,196.99804191465927,6889.2944704638685,81.20908242657009,2005.790642426732,63.13867352273625,2731.7708499164305,81.1490258618604,4883.239201328336,107.11156846220949,3270.337901031481,109.44754431627037,4166.177590272337,128.50222152183358,5873.020976360711,1513.3310815501068,491.87005645024675,13416.921601615044,5553.192639537573,336.3012494386304,2535.7073595744173 -5029,378.18825684479253,4433.38801794739,75.93537726613334,1776.2697120926166,160.13253387650622,3161.6728002776003,177.29588759973763,3725.8268987979814,31.080496123550066,1362.627070015062,253.7927762011437,7561.804207637112,141.969353733769,4411.158267879863,162.0675229320645,4985.322793115974,124.77744214050168,5660.4942711682415,39.72246419989013,1536.020745650048,83.8908281008209,2953.4532649998137,188.8803089493547,6778.612699724024,81.42005018472982,1973.5660857629125,62.435940482026254,2687.8828674502256,79.3026375020092,4804.786238682243,104.67581520094575,3217.797428076575,108.89764915031708,4099.244769373921,127.85659031219286,5778.666414504962,1448.953988002814,476.41150531185696,13224.054834726769,5519.262333147044,320.30249652551015,2526.1321595060163 -5030,340.7616844656186,4370.03162042321,67.90556831921468,1750.8855026496535,143.93308773660672,3116.490154868522,159.69226637148319,3672.582073587348,27.74378885835166,1343.1541202133315,226.52464251623152,7453.740426294355,126.71580958362014,4348.119549944396,144.68608325308168,4914.0788389688605,111.49418093307057,5579.601616662103,35.96792200115694,1514.0698718323652,79.4003699125657,2911.2462309281495,178.49657640482403,6681.741304951544,73.49687960648791,1945.3623650500738,55.65152468199964,2649.471031003875,70.79349780880911,4736.122285578133,93.4444081441239,3171.812720178192,98.60471221115212,4040.6635262916584,115.77166624258804,5696.0849925687635,1289.1673795420713,426.8227477663684,11936.850850230698,5016.580103698166,286.7102941442146,2300.220735671748 -5031,341.8894361969902,4275.22446381066,68.74936149766931,1712.9003138733137,147.05624347855675,3048.8783854677604,161.6159994043669,3592.9059764635194,28.558509599178834,1314.014600390469,233.2621128484238,7292.032686551146,130.4846887581152,4253.787772294295,148.97990385672236,4807.468662530955,114.42092063178416,5458.553027028489,36.18194788491265,1481.2223613497627,81.20077701182822,2848.087196548766,182.442969443791,6536.781966126041,73.865781779433,1903.15803097855,56.893054742028035,2591.9911688896336,72.85452409959929,4633.372848899798,96.16383759582179,3103.00073632383,99.19145616240928,3953.0019592756616,116.46056156383132,5572.509314204091,1348.5296586365603,441.0955593380876,12148.680804611693,5063.459994642394,299.79391275688687,2313.012208532901 -5032,361.35922574542235,4220.770457319823,72.39233682525052,1691.082913266779,153.1372501928801,3010.0444845118204,169.5012071082116,3547.142735955459,29.67372025472306,1297.2778512011787,242.30595564639714,7199.153260311402,135.54373155876797,4199.6068073124725,154.74171837914295,4746.235402857704,119.12122859185015,5389.026833847173,38.02797939699326,1462.355868429431,84.90000339611242,2811.810795157411,190.78764305665845,6453.522251782215,77.84447401913633,1878.9172968020755,59.50664146857466,2558.9766909061545,75.71312404144889,4574.357066845733,99.93781811421074,3063.4774730034665,104.25228247246334,3902.652136436928,122.40247124888407,5501.531647198638,1384.9430887932467,456.5834188239623,12715.224838337846,5327.190485395718,308.2125734405626,2437.952098427472 -5033,392.47410273609466,4164.237060912784,79.55324899050512,1668.4323897048819,172.1405445010347,2969.727665635632,186.82803969477743,3499.6319725932035,33.68543013585655,1279.9019896721916,275.2425331950949,7102.727124567774,153.9681512715057,4143.356878823763,175.7578617180467,4682.663879557841,134.43225563329378,5316.84570167551,41.668935117324956,1442.7689364145167,92.30495435538923,2774.1491369574132,207.48252116922333,6367.0831678825125,84.65807793726772,1853.7509018440314,66.57795409448107,2524.701516473846,85.911739529608,4513.0876981410565,113.39735164915798,3022.44496765483,114.23382633160834,3850.3796467341667,134.1217891022959,5427.843614977513,1615.7604161273262,521.3112279761307,14108.025980898718,5820.157434317557,357.40409979722415,2647.8584339047034 -5034,406.8345171103898,4083.725704458871,82.62171860110546,1636.1749190369324,179.72299798912752,2912.310953003372,194.38834120289448,3431.9700904569354,35.2076843688653,1255.1563654895997,287.71656504050435,6965.403003256678,160.94601039758138,4063.24921979591,183.73031336931675,4592.129259351012,140.37754945324818,5214.04981055873,43.30965477225162,1414.8744427963172,97.34433264113854,2720.513739463272,218.7034981328819,6243.981986320882,87.87273158038329,1817.9104831906293,69.3561663083371,2475.8889391015086,89.78662711375276,4425.831663708388,118.51149148462196,2964.009018741813,118.73179786824652,3775.936409308785,139.40285171919427,5322.901690281767,1697.686891111796,545.9814887072027,14714.877316243097,6063.668683021283,375.2913153417047,2754.5041008579747 -5035,420.1800717279898,3908.0173038133858,83.46304474492375,1565.7760482493238,174.8801105589886,2787.004422455587,195.6626229329077,3284.3044490063094,33.63948495802836,1201.1513873150427,274.58727178888734,6665.7061308107195,153.60160404443948,3888.421850500557,175.38012473784553,4394.5460360613315,135.49510484583428,4989.707526232714,44.094270892155464,1353.997355682834,98.43080100238717,2603.4595706259206,221.19505614516876,5975.325331130315,90.52576989262452,1739.6921681923127,67.98039029670795,2369.3601178365607,85.85319080991412,4235.403642965649,113.3234744696621,2836.47810166448,120.88279359985592,3613.4711030091253,141.9283330511194,5093.875891175974,1543.474285811491,515.3354310146759,14609.411619278486,6192.374763422862,342.18771668893083,2839.132850859716 -5036,407.2250681900328,3818.79850641879,80.71210542836562,1530.0298769420083,169.34839389683447,2723.3779941226635,189.68144320358786,3209.3248185599095,32.53511792789964,1173.7294815418704,265.56613487405787,6513.530170843396,148.55526270678396,3799.650411099302,169.62946340406612,4294.2199417909715,131.06966485998566,4875.7940836267035,42.761666129932344,1323.086024857454,93.80619057947686,2544.0234131324414,210.9266922903713,5838.910546179207,87.82199353630504,1699.9755469451497,65.71291853563093,2315.2683767120207,83.03605270086307,4138.710719129986,109.60502191982009,2771.722204903309,117.22950751160218,3530.9767020974373,137.63901453668265,4977.58431778796,1489.546833646328,497.40807597987947,14121.083623400593,5997.135420473903,327.8496126135914,2747.68624863628 -5037,354.17972906583964,3585.2570946081078,68.89852140386134,1436.4597823237782,139.98476269190851,2556.827823807969,161.60244605089778,3013.0562152738926,26.396336136360848,1101.9491978368342,215.2241582001165,6115.190475933234,120.39442219327954,3567.280015043151,137.51151761917805,4031.6037848647097,107.40947072703905,4577.611335289921,36.813688373562414,1242.171732659837,77.31053922419089,2388.441803214103,174.09954447617633,5481.827707139929,76.31127731676891,1596.0123007540012,54.53973919111937,2173.676448122674,67.41779892554075,3885.604842295429,88.99225947562294,2602.2155090689753,100.92334907169214,3315.037242947552,118.49397480915412,4673.176513336119,1149.1455687113994,398.3021072629285,11825.722367814416,5134.843117598899,252.6856866838017,2373.7998533800555 -5038,277.05733519721883,3297.0667262139277,56.11955493255616,1320.9941789019508,114.79933234548659,2351.304723784858,128.58189354745247,2770.8605350873727,22.4350428669161,1013.3722459206479,183.13855664321815,5623.63883833654,102.44603065363277,3280.5346814249338,116.9076170982168,3707.5351478548637,90.34559899791034,4209.65348393623,28.601964500217818,1142.323403851717,61.56131756046045,2196.4539192234374,138.51344962304208,5041.187076717646,59.39812789378566,1467.721536443774,45.69877090780101,1998.9518468391784,57.25578656417492,3573.2719017597574,75.57570087812323,2393.0440531844124,78.41121536370241,3048.567704201709,92.06250747249334,4297.536935640345,1031.083462221265,341.2871283306318,9608.309228621789,4032.928072576722,227.82913357052857,1842.5294578241644 -5039,270.052012284215,3095.495925698027,57.82044502090076,1240.2333462499898,123.61088932509128,2207.5544103132283,136.79176370164686,2601.4600884009806,26.28190181779823,951.4183117746492,214.90594746341043,5279.829787266017,120.21641802264267,3079.974590663794,136.8782049925569,3480.8697844419385,100.71994294163648,3952.290411510343,27.514108062989642,1072.4858597305372,61.686045561022034,2062.1706269642714,138.60165975296857,4732.9870313484535,59.07359035106007,1377.9903209111335,51.36738264070642,1876.7431208960422,66.99671223301114,3354.8149102854645,87.5171736343898,2246.741947244291,75.42889764969927,2862.1892400726247,88.56097206640064,4034.8009850827375,1343.8895516568386,410.9083536557742,10136.014433049135,3912.556611709589,299.3639496766717,1740.5366330006802 -5040,279.5974101772827,2981.909280677535,59.28821354983283,1194.7240164933025,127.77952541602323,2126.5500397094693,141.5035199638631,2506.001676990038,26.733919459660928,916.5068091787692,216.65055730496837,5086.09083033957,121.19233678373168,2966.9574881059953,138.16136990023745,3353.142166619665,102.37542812344468,3807.2644063835924,27.828658983209294,1033.1318842891903,62.041366928717615,1986.5009932128214,139.42623711156412,4559.314013931982,61.181810042177716,1327.4261136952216,52.74856743925954,1807.8775950531037,68.55784002108237,3231.7127710900727,90.00921498415337,2164.2996226087844,76.29122722667661,2757.163589580034,89.57343211763177,3886.747323174726,1367.7705880883216,419.08296923641217,10307.104601990619,3970.2812284893494,304.3742016817325,1771.9539361694322 -5041,277.10393099003835,2919.5925812630308,59.53670141884717,1169.756369790722,128.9599131346584,2082.108855508062,141.1771080823611,2453.63061585509,28.13185718420218,897.3534165155414,233.91723038759483,4979.800409124233,130.85115550727932,2904.9532550597423,148.72071872370867,3283.067347829786,106.86275573276293,3727.6992253965172,28.46425928827857,1011.5412311107136,64.51623343433687,1944.9865896450074,144.9083428371484,4464.03230875617,60.535981998129266,1299.6852247761217,53.375571788210166,1770.0961087419096,70.89874289957619,3164.1756147268597,91.73043784597867,2119.0695380119814,78.03370167823543,2699.5436828438255,91.61926913818026,3805.5210879542583,1483.409152313973,446.06261568358354,10615.898037171175,4015.953461797831,333.1365655307959,1780.5961729829419 -5042,303.99294311833756,2921.477027389722,67.75382786355,1170.511387074425,158.663624908029,2083.452749170928,163.71028211027945,2455.21430761402,34.68698019319327,897.9326117706871,285.7639710996687,4983.014612932289,159.8537472369262,2906.8282522579298,181.94104020717526,3285.186398133924,131.23698152589398,3730.1052625990537,33.732336961242716,1012.1941286989553,76.70447986081783,1946.2419779717366,172.26570739887356,4466.913610910329,67.22960576926327,1300.5241044209959,64.07335086263036,1771.238614301554,87.97631049210739,3166.2179265616032,114.66886245362744,2120.437287885277,92.47593948201842,2701.2860987787117,108.5758820354952,3807.977355147243,1893.069451865344,554.1918926463404,12668.412491959365,4642.55515887611,423.3554880707489,2031.420659778065 -5043,480.6706384449415,2993.8007888062166,107.14666961827811,1199.4884372104991,247.80871982295605,2135.0304744588148,256.9009740363364,2515.995320829413,49.69028369384186,920.1617319632963,381.7950551054703,5106.373570275392,213.57265578399893,2978.7893702212177,245.10644723525112,3366.5141084119127,190.6483361887423,3822.447334962246,48.030107406176995,1037.2518943376629,107.8559301696802,1994.4229286189372,242.32724478721337,4577.496029062089,105.86105317324207,1332.7197349745531,100.69242976817503,1815.0872010785258,131.80560648126232,3244.6004665461364,178.28050559142278,2172.930598313487,131.67274212017224,2768.1588379767745,154.59679778122072,3902.2472204006945,2593.0823223560637,776.2498902155778,18559.996182428044,6911.538523132797,567.400233216243,3044.2700951280735 -5044,612.6105939090148,3192.317493064658,134.60992869150846,1279.0256235996064,298.03200555805074,2276.602757713475,318.634012350107,2682.8290997796403,63.19483060581416,981.1769722214605,510.0791950730088,5444.973404864818,285.3336283305522,3176.3106784750616,325.4127787533736,3589.7451557615814,242.95641484133293,4075.9109755542927,66.40794137210675,1106.031296200218,148.1251183787312,2126.671630058012,332.8775447313795,4881.026387141745,134.23376418386732,1421.0913896539641,123.23032145083276,1935.4442837698787,162.48937605136646,3459.7475109528477,214.0510545987483,2317.0160106002286,182.0548862211451,2951.7133922522944,213.7504086041334,4161.002332060781,3243.905810181364,981.8062170138895,24189.166679474947,9293.140749705264,716.9632478578623,4100.05605761899 -5045,559.1388335337127,3650.8878195348516,122.68920164026164,1462.75521786836,290.8451528844501,2603.632406899583,300.85426821741993,3068.2123891368083,64.39329691493619,1122.1211751255037,538.6610103817776,6227.133461724742,301.32203394501266,3632.581656522661,342.27988297569755,4105.405208873048,247.68960260355152,4661.4078225264375,71.79040227311084,1264.9105848946126,158.84518549508567,2432.1639583772644,357.06526218095877,5582.176529232541,123.9626535386489,1625.2284605791963,115.94961691067591,2213.4671680855545,161.6094280459658,3956.7336500348333,208.69482751425477,2649.850946575719,196.8107013642667,3375.7213979948997,231.0751922537082,4758.722390294884,3349.4687595905148,1002.3397521625377,24649.402711443945,9538.555072949255,742.9861674299217,4179.0243113760735 -5046,581.0254573978918,4067.0905914324003,117.64309604881947,1629.5099379194353,257.8586772287449,2900.4476141364785,291.45114515440775,3417.989912920554,54.89530474689194,1250.0434687093345,460.780421551993,6937.029337976569,257.7563461028695,4046.697518012359,292.79257696739285,4573.423157425983,211.96015539853278,5192.810306683729,65.49158590828786,1409.1109322234884,141.52203462256608,2709.4316891931903,318.38188104755665,6218.547039511334,128.170023036852,1810.505199743981,103.06300983817003,2465.803371332358,137.44278728824307,4407.802977334683,176.6102524772806,2951.935087090524,179.54273200800841,3760.555080224651,210.80089156188114,5301.218776772187,2719.128527058312,854.0618486182871,22096.21995004898,8900.779311985047,606.6567321176315,4003.2679427419985 -5047,526.7534302787519,4309.404429649035,108.58199083804341,1726.5947700845197,235.93224527211189,3073.253844567693,264.90219792385096,3621.630878413242,50.39931813744096,1324.520007658007,420.7455688745244,7350.331713942207,235.36121631815786,4287.796354059174,267.46780841151747,4845.903864248505,194.6377593299499,5502.193579137534,59.1732711926848,1493.0645769196196,128.54059167236207,2870.8573514042096,289.12533031135155,6589.042844165634,115.846230588161,1918.3735774450608,95.52653047385253,2612.713863184625,126.66719453976812,4670.4161730649785,163.35176649592046,3127.808897874596,162.22130865273405,3984.6057903892774,190.463830598312,5617.060934734385,2501.3047277358683,781.7984172481267,20166.021007138428,8083.855858700865,556.9884621671115,3622.4925632850304 -5048,530.0434045788727,4421.496509818708,108.76013666407204,1771.5052913754198,235.05928661480115,3153.192365528255,265.40123086391566,3715.8332549586066,48.838571822232375,1358.9721472305346,400.15871889413586,7541.52146770129,223.84512105777344,4399.32638576464,254.94453434741837,4971.950851323726,189.0767527880332,5645.311342589588,57.1026943814771,1531.9007356015754,123.51656025162488,2945.531329593698,277.86549541999835,6760.430684593917,116.49755734817677,1968.2724644835807,95.28135548945743,2680.6732614248035,124.32796190003106,4791.898543226178,162.10069289730666,3209.1664523718723,156.54489980782904,4088.24952097718,183.79916624797588,5763.166517278993,2393.229471396606,754.7405073905711,19662.81838488094,7904.545599808427,530.2625877716307,3554.6549365780234 -5049,499.09946087058495,4530.729431217284,102.58967587189272,1815.270269549723,218.96631329797157,3231.091876034136,248.5890626408688,3807.6327895658956,44.749716953463384,1392.5455080624702,361.6916463621721,7727.834499924144,202.32699312230895,4508.011594999967,230.80561807304042,5094.782728570305,173.73798638371727,5784.778567947834,52.2999436385824,1569.7462913474171,112.84396156356127,3018.30058124595,253.87823608589207,6927.446895496921,109.46108563916785,2016.8985689996584,89.42002327077157,2746.8992034808984,114.95922673855958,4910.282234304483,151.0232125131757,3288.4488007958585,143.37833836984004,4189.249586812577,168.34032333692693,5905.545350732976,2166.2403490206757,688.2131843225832,18123.121503100276,7313.057026400193,478.00822018968387,3294.485012689112 -5050,480.576024945916,4620.987920418407,98.95356784625291,1851.4330010720182,208.6909734226328,3295.459761079637,238.19780675406898,3883.4861787908044,43.39926313796684,1420.2869690368368,355.26705681619643,7881.78380926793,198.73313659298043,4597.817513018894,226.3354445058564,5196.277951110041,168.10391622246155,5900.019476025128,50.45683083076442,1601.017840628173,109.58002622363558,3078.4293650442214,246.4794963101848,7065.451360407235,105.21715267709608,2057.078019234652,85.77312606049091,2801.6212909191104,110.549185240552,5008.101948049861,144.15975390274733,3353.959316283722,138.32551357830118,4272.705318242238,162.4078082245087,6023.192102620929,2114.188782888686,669.3727519953221,17519.83673152785,7055.738296374106,468.78023924409547,3175.48159897624 -5051,452.90589454768025,4531.184297958427,90.84981835900062,1815.452515275127,183.85065291634874,3231.4162644696617,218.38635893403475,3808.015060355787,38.33547067152343,1392.6853139473196,318.5731461316872,7728.610342964085,178.20689914910736,4508.464180963083,202.58452359450467,5095.294223960122,149.37123688179696,5785.359336103465,47.36461376955786,1569.9038874676014,101.83048842076015,3018.603606304061,229.1283384919525,6928.142382888438,98.94830685537434,2017.1010573833112,76.16207748724707,2747.174980948501,96.65346243848413,4910.7752065977775,124.74540430506732,3288.778947632508,129.84831621880738,4189.670170371211,152.45474166847788,5906.138243380647,1800.1019371369073,586.3341215787748,15984.516768118327,6619.569281789855,400.25974587013195,3002.1267176734555 -5052,415.9118808209499,4459.185438655685,83.69097926517153,1786.6056395748835,168.00922126670346,3180.0702432806825,199.8158818835719,3747.5070954343846,35.39548964623685,1370.5560542707562,295.8257316320425,7605.805554613388,165.48220389194512,4436.826335999932,187.98250358989358,5014.331864494347,137.6503467477769,5693.4320946881035,43.53671058593207,1544.9586895502414,93.88545995954308,2970.6391003273434,211.22902626270874,6818.056737314565,90.58718676246473,1985.050060186974,69.97302476696531,2703.5233764391805,88.88815715721175,4832.744786752235,114.31638934996039,3236.521454412667,119.35426288479957,4123.097845502994,140.13368709742394,5812.291869354478,1669.5232667096457,542.1088805123653,14715.063530510226,6082.88839775148,372.1451550522393,2756.303208002005 -5053,418.59187331348255,4392.839924036168,83.83395406970729,1760.0238182511528,164.78282917047304,3132.755907575398,198.87058360901244,3691.750211086951,33.85920837240542,1350.1643822969393,278.34848557366706,7492.643388437825,155.70559257505283,4370.813488902888,177.22865437790392,4939.72666302885,132.18312133835036,5608.722972928136,41.97175493089381,1521.9721865814374,89.943903399559,2926.4407635298735,202.40522063939957,6716.6150078406345,90.91848654043294,1955.5157047311686,69.3345807731327,2663.2992924302803,86.00170766270212,4760.841309242108,111.64453267331328,3188.3672153876014,115.06399551869208,4061.75277426752,135.09648968096735,5725.814305123059,1562.0616625199423,515.4607290889257,14257.317143869019,5942.885085518009,346.68044027023893,2705.1454249386106 -5054,377.2550098191635,4313.368265691929,74.98616570645271,1728.1829103235852,148.14968964870155,3076.080656150808,179.2077668925623,3624.962093026367,31.21775151972738,1325.7383152528494,262.6080624461506,7357.092627254147,146.90054409274885,4291.740314764248,166.7440715672745,4850.361178179254,121.89302042496557,5507.254555330418,39.651616773916366,1494.4379136024438,85.13955418471639,2873.4979965395814,191.5806194157844,6595.10351587567,82.0993208383212,1920.1381178715048,61.805839499796065,2615.1170651930993,78.04076854077962,4674.712071550333,99.89704893829592,3130.6858897761635,108.70342358319037,3988.270873188191,127.62855032273458,5622.227567143042,1442.0574454400455,475.3827716827276,13199.95189435393,5534.524387207191,321.54820861603935,2515.5326885583554 -5055,378.0165939855995,4211.933051751751,75.82370531059476,1687.5421413378394,151.2773474359504,3003.742084474539,181.13508192635638,3539.7157651494263,32.10622332368111,1294.5616242417952,270.18447745993296,7184.079747607639,151.1387212356358,4190.81371397609,171.53893423406316,4736.297784216573,125.26865294791354,5377.743345150142,40.484786765195445,1459.2940028234136,87.05592787441186,2805.9234547704455,195.88286985500034,6440.009933579108,82.43584396827063,1874.9832391818823,63.096173474219285,2553.6187319540013,80.24037743867726,4564.779325288434,102.73420880386105,3057.0631955270323,110.98752793624138,3894.4808037218345,130.3103143165121,5490.0125970859835,1496.4825804290683,489.1759672434173,13478.361097476249,5623.805170132456,333.4518554341661,2547.9384221042533 -5056,399.94922079960145,4174.244122914774,79.91790260316536,1672.441793138376,157.58913892922115,2976.8642067221112,190.1336462056594,3508.0419246736483,33.465744629463835,1282.9777172015733,282.04308695873243,7119.7956606955395,157.77231873957496,4153.313763740799,179.03418107369816,4693.916771045951,130.62838413832085,5329.622593051627,42.286305851113454,1446.2360488747477,91.02637826031211,2780.8156840367997,204.8091612126143,6382.3838808584605,86.92832060481507,1858.205643478489,66.071549558431,2530.768616939624,83.55058336451393,4523.933081762377,106.83769577562822,3029.708193486238,115.92632509566943,3859.6324791960214,136.10894973219845,5440.887245010498,1552.2912604778426,509.5468993525415,14098.223223502453,5897.833791834046,346.30137196240304,2675.638362849551 -5057,433.3329376358991,4114.461680157615,87.61675234948797,1648.4895151165624,176.9728712138515,2934.230328876478,209.07814302383895,3457.8006571827873,37.06509157593171,1264.603242762892,307.50491579788945,7017.827792024029,172.01543250854232,4093.83108016455,195.55187531955275,4626.6917112725,144.71791555436425,5253.293119210532,45.94913462856943,1425.5234309110378,98.95902365327939,2740.9895623357393,222.65385475268906,6290.977032630042,94.37857283130167,1831.5929037246117,73.72338541883721,2494.523604544862,93.5576160292104,4459.1424843430705,120.89250666829086,2986.317497754357,125.96783312240933,3804.355822882473,147.8986714379378,5362.964267653374,1731.7079578333019,563.7344499309323,15468.225858622924,6417.646903689052,384.0402052581507,2902.6476492705656 -5058,448.960791317045,4028.1670206962376,90.95347369867665,1613.9149213079295,184.73689952934464,2872.689250918999,217.44810435197337,3385.2784772738264,38.821146995453,1238.080087446059,322.67331964685206,6870.639385241223,180.5004986473174,4007.9691165791533,205.14355185028376,4529.653795575653,151.73453908837004,5143.11317927834,48.54482996109658,1395.6252161292757,104.37965333587807,2683.5014194737814,234.86328273128228,6159.033229792301,97.93268802158661,1793.1779911101537,76.75570182564582,2442.204715293639,97.86453889651214,4365.618662251864,126.33545200616464,2923.683969593173,133.08383474306,3724.5651684236436,156.25355982140098,5250.484139958284,1810.4008984028148,589.1365213193823,16224.192927327727,6744.859163543981,401.0350757102344,3046.7974094217884 -5059,465.6381208288809,3862.0108153116,92.25325101311635,1547.3432082284103,180.06861046511014,2754.194873022166,219.77064799373414,3245.640517113753,37.8282712947079,1187.0110309160343,317.84246661537827,6587.235205883088,177.79816372223817,3842.646046237719,201.81393175332872,4342.811968384266,148.5678934608953,4930.967018172809,49.40529626358566,1338.0576453558388,105.62666118434835,2572.8107726577055,237.71626780322018,5904.981800186163,101.18382310569802,1719.2119293626413,75.59081019916657,2341.467217026866,94.6447036648344,4185.543052837151,121.19992040022578,2803.086131510597,135.4427709118384,3570.932111027205,159.0231837541251,5033.909078237803,1706.1413223820919,570.2151557961434,16238.055508623618,6894.951769702907,379.0385498653053,3135.822774305439 -5060,451.3119660724561,3762.6549975907724,89.21591634037875,1507.5355647234298,174.38243153007775,2683.3392237612384,213.07993709059645,3162.141717388183,35.78313126248348,1156.4734541819853,295.8984094652338,6417.769046491421,165.5228592059512,3743.7884152279908,188.25450977140872,4231.086845136054,141.21553714632282,4804.1107550306615,47.57648185208769,1303.6341758552212,100.73001354657897,2506.6214918962696,226.77371003791242,5753.067597082938,98.17050962811075,1674.9827142604963,73.07010310453705,2281.229584058082,90.52518127292385,4077.8639000570433,117.05382621746696,2730.972683864626,130.42914463875084,3479.0647142529565,153.13669157198663,4904.404481612208,1581.481211589428,535.379559946783,15535.221972318723,6648.782529223668,348.7893047405028,3030.4014376622063 -5061,393.8573767716645,3579.278847811132,76.42291165725877,1434.0645535114354,144.377724767213,2552.5644342253677,182.1827174285991,3008.0320864059354,28.991594447358853,1100.1117496180425,238.75813957979335,6104.993684765698,133.55911575653238,3561.331744176908,151.97819385671716,4024.881276052221,114.83670383685651,4569.9783846866985,39.51123968735657,1240.1004699899338,83.06541363037529,2384.4591893643733,187.05205136501675,5472.687018462103,85.51046941345639,1593.35102565625,60.90130259717785,2170.051945354604,73.54899322952056,3879.125779821025,95.20722771943116,2597.876437665832,108.31858505343536,3309.509574984964,127.1767118981299,4665.384212314089,1237.860269591055,431.76386965902464,12881.047140169783,5595.403888639362,273.051530037888,2571.1587853442948 -5062,307.07061046805563,3276.9876230478267,62.042322325825005,1312.949337652878,118.1627070477432,2336.9853016911384,144.35364333942317,2753.9860223271216,24.594983803630832,1007.2008191461375,202.94318610174932,5589.390934432722,113.52455892086782,3260.5562582451453,129.08189818163774,3684.9562961337742,96.41512393696541,4184.016736603987,30.443852666516495,1135.3666658237523,66.02890266123084,2183.07753697038,148.52628755143718,5010.486298177667,66.36493054246718,1458.7831270645972,50.84297989061863,1986.7782502183902,62.31285913687941,3551.5107118555566,80.68427606590703,2378.470438994902,83.46068284634337,3030.0019575776487,97.99108077283702,4271.364978972079,1115.5216990705844,370.5464220847281,10423.012558592198,4370.638211742102,247.36109359362922,1984.1086063807932 -5063,299.7355227947706,3084.5791302137513,66.22242641126044,1235.8594513656874,132.4178588757578,2199.769092355698,140.0815867023089,2592.285594740753,28.204695332851607,948.0629724755686,227.7752231021238,5261.209565058369,127.41537290543198,3069.1125338205243,145.10414470619227,3468.5939021741956,106.81170210528366,3938.351983822963,28.479537942605873,1068.7035550299372,62.77439431901162,2054.898029768663,141.12766815324522,4716.295343589469,63.87040232083682,1373.1306025093702,56.26541777493883,1870.124465495059,72.4960169080954,3342.983582077554,92.9532924621581,2238.8184277395844,78.07558753733147,2852.0952404935038,91.66844727166708,4020.5715697544106,1435.8466279208003,436.3118185154586,10743.353464829306,4115.438402078881,315.93112508093634,1824.2349692753817 -5064,310.38397316044666,2953.317680360263,65.89251521084854,1183.2685802765234,135.5644557223676,2106.1599261724677,141.55237476039878,2481.9732470149206,28.4259613619242,907.7190178982296,229.6088921082984,5037.323593475351,128.4411105472391,2938.509250861504,146.2965243239561,3320.991054157518,107.53175783780175,3770.7590093499293,28.80515602608121,1023.2258505603858,63.137852665639194,1967.4537194423397,141.971777511705,4515.597699404244,64.04017588912674,1314.6982828589794,56.2985104758667,1790.543025569298,73.05494968488745,3200.7259665987444,93.6833530508315,2143.5475527260974,78.96825732823015,2730.7269303988073,92.71652972918145,3849.4798158368803,1456.4289892071504,442.88022035765704,10831.92711849731,4140.480562216608,320.44079166766886,1840.6508018683394 -5065,307.4086831483166,2880.604031364747,67.57003581662569,1154.1353187971306,138.91468760604783,2054.3041523698184,144.71373173819856,2420.864571608999,30.642539318715485,885.3700635365184,247.81039224762955,4913.299624740597,138.62286296133445,2866.160200280817,157.8880418724609,3239.2249172345846,115.22704620344429,3677.9191334111165,29.46433753519554,998.0330019089971,65.67436640996851,1919.0130318313131,147.5917401100198,4404.419146449051,64.69529822902251,1282.3290900320317,59.40003681892773,1746.4580570139567,78.68929948598544,3121.9208769824777,100.99386915676742,2090.7712579879335,80.77537876824664,2663.493689342464,94.83826869603129,3754.701754538056,1610.215253652427,477.1782098568581,11291.637328764655,4212.701201011544,355.6565196494861,1852.616728466244 -5066,336.0325761715661,2887.492011644008,78.56896384508927,1156.895039060282,171.60109425546702,2059.2163188234717,171.88403117694037,2426.65324205674,37.38462219760721,887.4871235250092,302.6369981592232,4925.048101988016,169.29236398178907,2873.0136430732946,192.85517978225135,3246.9704168267076,139.90170778149027,3686.7136203256023,34.91856678164804,1000.4194568192696,78.098637439858,1923.6016957972652,175.4930081556062,4414.950809909915,75.08946908137177,1285.3953418970889,70.92462102366305,1750.6341147172327,95.93943607641964,3129.3858840434727,123.22034839671231,2095.770623064377,95.72794414477292,2669.8625244223194,112.394056542506,3763.679840855429,2023.8759734114838,590.1840775407258,13501.598677159072,4914.187349211349,446.97897504974685,2143.651894464279 -5067,531.4957117806945,2950.4585215891657,114.31946665401483,1182.1230371599263,256.73759813008695,2104.120915717787,251.3034672875279,2479.5704050768445,50.06609100951348,906.8402391576376,404.5751837912098,5032.446871939122,226.31565105713216,2935.664428391364,257.7669031285112,3317.775944328876,189.04199201460983,3767.10847125612,49.71624938578733,1022.2352476242716,109.77259832681683,1965.5489929051034,246.77338452413662,4511.226069878962,110.21909897431142,1313.4255003365372,98.53183313421474,1788.8095693852144,128.63474036243116,3197.6272875158484,165.00571106470497,2141.4723466528067,136.2952372601826,2728.0832656463017,160.02406340125805,3845.7530667462547,2632.6008615200935,799.3670161468812,19083.43134455749,7165.87865105686,576.631889418306,3178.0583133224304 -5068,678.5725908851897,3133.1198753728827,159.46193629051876,1255.3076600673683,321.7541672245982,2234.3859481448935,337.7903276936974,2633.079320277396,66.97633320459896,962.9822470991236,540.6894701225297,5344.003042529827,302.4567357390514,3117.4098875533673,344.45736288526746,3523.1777288676894,254.09586841937832,4000.3281990288488,68.7372249197623,1085.5213005716998,150.72641517660554,2087.2351096036323,338.91869493718707,4790.513731481016,154.65668458862865,1394.7389905042644,134.4047871223866,1899.5538402211864,172.19416019488688,3395.59073114996,220.72816106473215,2274.04978675839,188.44052990296134,2896.9774828980853,221.24778466758397,4083.841640555925,3397.4229416065386,1037.4236478402063,25739.80656908835,9898.080955064821,745.5563995456781,4380.866454428502 -5069,618.32241739898,3556.9903964045875,169.8881334532555,1425.1345205428297,328.12818626645225,2536.6694143698746,356.8500327650632,2989.300833592765,70.76136169522516,1093.2612670723406,571.0507036930106,6066.97740806142,319.4405316259171,3539.1550507987963,363.88608028843794,3999.8180232147783,268.91575575169185,4541.520769204089,74.3073492444141,1232.37826665238,161.6201582008102,2369.610974114104,363.5151496220174,5438.608165190078,167.39641633204954,1583.429103274979,142.21850930570548,2156.53886090652,181.96614959941672,3854.9701579430907,233.19865238739226,2581.6992563946574,203.7108172994632,3288.900998096171,239.17660953054286,4636.332497225556,3545.1609707748034,1079.8206297258798,27202.131796273577,10548.429305343921,778.4644732509868,4651.29909420596 -5070,646.0479541621753,3942.4571926033927,148.98934046111106,1579.5746445142747,285.3562349779272,2811.565245733664,320.5336282378177,3313.247790650659,60.60915220613454,1211.7366833828792,488.64448631170177,6724.448495545897,273.34324863628336,3922.689051919854,311.55718501709435,4433.273519846225,231.38214187923498,5033.67994470958,67.78499272308248,1365.9296258665352,143.96024111337633,2626.4028820575622,324.06277707906804,6027.98362915971,152.76155483831386,1755.0234219057813,122.52478845909857,2390.24039870997,155.95919475829186,4272.728664608258,199.73280822723714,2861.4749178969187,185.83002096922903,3645.3152667522345,218.18278947392454,5138.766306331253,2938.462394802344,921.0297237563847,24017.673698538034,9589.05823402181,645.4804229065928,4303.66237425644 -5071,585.3844598419919,4183.60137438611,136.56651694712258,1676.1908451748056,260.7571820705043,2983.537335115682,291.294057866317,3515.905774868936,55.34167885531023,1285.8537217615542,446.185756493079,7135.755848087536,249.5922241865992,4162.624096386017,284.4223336306853,4704.43895382177,211.24029792075123,5341.569814484301,61.245706793687134,1449.478023708453,130.7577555098071,2787.0493375761616,294.28901568660734,6396.691039041172,138.4725525951602,1862.3711155925978,112.2616977550259,2536.4417490486135,142.4031097276323,4534.074218274534,182.37441272673257,3036.4997803260185,167.90281330030325,3868.284477170101,197.13447792402573,5453.0838843731235,2688.766259557055,840.9704778857679,21880.03013598482,8708.669307252532,590.3409421664769,3898.7240626637627 -5072,589.2123324500071,4279.773131222088,131.45766904963142,1714.7227711273579,255.55106728286546,3052.122269823021,282.6106680922162,3596.728684362439,52.65812917241555,1315.4126592389648,424.4027514874577,7299.791116950567,237.4070107643836,4258.313631925468,270.5435494710606,4812.583616429123,201.29808276631036,5464.360708584807,59.102012294727636,1482.7983225516089,125.63855992876628,2851.1174471298777,282.81020657181887,6543.736840041228,133.9625520865666,1905.18291481508,107.3209944093911,2594.748943565662,135.52874185374156,4638.302571832754,173.5283250193284,3106.302204690329,162.02595505056252,3957.207794861997,190.23446618435318,5578.438240680808,2542.8702407185583,804.092450411628,21070.92273899543,8432.514343075225,557.274405511741,3792.434718323113 -5073,554.9254643456534,4394.139545097475,120.83950264934525,1760.5445210452804,235.81914226598226,3133.6827329612133,259.89307317526533,3692.8424148572635,47.6209700172024,1350.5638282357404,383.65483994668386,7494.860085909362,214.61300238465117,4372.1065934465205,244.5653953336344,4941.188080453429,182.42904752877482,5610.382312815021,54.1305670374669,1522.4224618344879,114.77431318580581,2927.306550609922,258.37836052366055,6718.6021174271045,123.26710878932484,1956.0942437718652,97.79404098928835,2664.0872291438554,122.5958942545594,4762.249803460432,156.92628537792916,3189.3104933708546,148.39692391415366,4062.9544432430675,174.23263819305652,5727.508286463775,2280.8753568537736,728.3622449457314,19263.918893334343,7754.997617464786,499.01677974728824,3497.6889358748576 -5074,534.4432714123061,4476.145460099057,117.52323149644587,1793.4007976536143,226.07701153744193,3192.165290741577,250.76255179706519,3761.760326561933,46.75493590555527,1375.7688135043763,376.79976885376226,7634.7333996368625,210.77833842207332,4453.701317055164,240.16825064047106,5033.403324319452,178.83740687835197,5715.086437558716,52.22351980367205,1550.8347700282482,111.46214976181795,2981.9375994669667,250.8641330215815,6843.988466339462,118.89491927133588,1992.599979796751,95.74065872240902,2713.805930297468,120.34079277690543,4851.125600096112,154.07462267300846,3248.831207847214,143.16882528628838,4138.779594745056,168.09433429402546,5834.398282307134,2251.8423602895323,712.7505804262755,18715.471313547652,7494.412752099677,493.5563354639905,3369.760346552505 -5075,504.65225104966845,4431.76349477233,110.55887605748694,1775.6188348626586,201.17491646967227,3160.514270792878,232.69871500517556,3724.4616467336787,41.99547828462007,1362.1277635602146,338.0212574541409,7559.033341173171,189.08599443747312,4409.541890336093,215.4646908357676,4983.4960248791795,161.6486320128381,5658.420100333526,49.02144018517709,1535.4579026756503,103.55558522529205,2952.3710332492824,233.15346567380573,6776.128817559667,113.02406666828243,1972.8429133649959,87.83109259861928,2686.8979484689994,108.17898679110101,4803.025624324927,138.38287918381087,3216.618332884953,134.39044383715336,4097.742686068528,157.78764788432218,5776.548941936962,1944.1093294709394,629.6299432236674,17214.044765451996,7059.8792290639,425.7165217121952,3192.677887241103 -5076,463.4488329833798,4374.125421093494,101.68878966786988,1752.525714178293,184.4859832370268,3119.409650788256,213.8325751797701,3676.0225106963744,38.985626894372764,1344.4123731769773,313.8627413275604,7460.723013653832,175.57194185884816,4352.19282361245,200.05286092849278,4918.68229747721,149.8345737158196,5584.828530062788,45.059921967214635,1515.4882369140262,95.47998988482729,2913.973456451149,214.94812516740188,6688.00069147521,103.7783575718561,1947.1847605029504,81.23509138763995,2651.9530282123,100.41151253360178,4740.559036217793,128.46608019908098,3174.78404170804,123.53008988651762,4044.448778319359,145.0365202287092,5701.4210263978075,1813.0230574840568,583.8529497287892,15879.500778924154,6490.643485417494,397.4072875781419,2930.0361794775727 -5077,466.70446561011676,4287.960726259506,97.76927321717983,1718.0031916592338,178.46890589835527,3057.9612571673947,206.61543640620175,3603.609553283315,36.71140059796826,1317.9291632289478,295.37798093674814,7313.756280918563,165.23173625533119,4266.460172990033,188.288658493667,4821.790526357965,141.53292225559497,5474.814527338396,43.43952419552041,1485.635050531101,91.46142891975413,2856.571893976819,205.94775642370556,6556.2556034511,100.48873461897713,1908.827702914925,77.2389631755358,2599.712934161028,94.59079330758782,4647.176066280891,120.96885369758898,3112.244843175136,119.08783003229632,3964.7782930893163,139.82086862674058,5589.110300123104,1682.3268167419085,550.6820312834584,15205.924929725737,6277.927830705822,368.0052817798579,2848.61131205705 -5078,420.7106406152712,4212.972749861427,92.93058257014602,1687.9587040782224,163.64052744892714,3004.4835456822098,193.92623604924992,3540.589529225112,34.64304882921669,1294.881181380298,278.68987196984364,7185.85310773506,155.89656099725988,4191.848198865306,177.64091449271177,4737.466919573808,133.67020594567626,5379.070818669206,41.03815400401011,1459.65422346262,86.57385184470995,2806.616085274296,194.9287436491754,6441.599623175776,95.35123226961336,1875.446070975621,73.12786094850138,2554.249082089158,89.27115899384252,4565.90612202933,114.15253263108089,3057.817818828613,112.5045635139054,3895.442140067889,132.09146384412657,5491.367783801716,1573.6607982991954,514.0405363173144,14315.278919748258,5928.208660039406,344.5936371152249,2683.7636221649054 -5079,421.32872048692883,4116.606049235938,95.17575526198031,1649.3486724540103,167.81280882437056,2935.759586717489,197.98643142440713,3459.6027886363445,35.63436145819497,1265.262326818336,286.7139192258298,7021.485333176201,160.38513951518715,4095.9646970171552,182.7414009453644,4629.103043643981,137.38564415006158,5256.031022780889,41.90065729293562,1426.2663831131235,88.5255483125,2742.418107238667,199.3126407631508,6294.255754774003,97.17513973283425,1832.5474906164434,75.11462449210543,2495.8236966829245,91.8153242961574,4461.466493655243,117.41990050645458,2987.8739023093253,114.86908400477326,3806.3385714468527,134.86764432225948,5365.759329471343,1628.257593624665,529.1009544668033,14655.22821883541,6046.05336658851,356.57265236359916,2730.8724920934633 -5080,445.9305293525305,4075.9929761625935,99.71822598758747,1633.0767442304605,174.62754340263876,2906.796354094523,206.9484376913228,3425.47149232595,37.20131999478024,1252.7796673844657,299.30390081240057,6952.213682328622,167.4278598641261,4055.55526469446,190.76627273302188,4583.433844811985,143.5072582507421,5204.176759960771,43.765142278995754,1412.1953109370093,92.56206353572178,2715.362317674441,208.3929982715252,6232.158710302527,101.70911217469181,1814.4681834744367,78.59612316832042,2471.2007259737447,95.85646304307234,4417.451141553545,122.5829151680321,2958.3965270936546,119.980499823195,3768.7864946400978,140.86895108425495,5312.82252348714,1695.1081961899126,551.6066156927706,15315.39361230623,6327.425006233107,371.3000657543125,2859.2213543996313 -5081,482.6951032252633,4016.795358470819,108.47325623838996,1609.3587806982223,194.52492794268932,2864.5795445259414,226.2125067768437,3375.7217128237057,40.5565030970234,1234.5849422621286,326.31753299171675,6851.243319993631,182.5390382038112,3996.654473772766,207.97083280623147,4516.866417918093,156.3670626863181,5128.593983435327,47.55615880953808,1391.685315308491,100.62996419412285,2675.925797220061,226.55299170435714,6141.6460546417975,110.42152863298448,1788.115784324737,85.5922132216782,2435.3102824250527,104.49767331369425,4353.294361750657,133.6390050798606,2915.430303251816,130.37342977810937,3714.0505852858887,153.0712768255075,5235.661831982284,1860.2656621226365,605.3128858255606,16711.74076826665,6879.805790418231,406.84918861674714,3107.8822815742465 -5082,500.0142001190151,3931.800320070749,114.74982467280746,1575.3048896837172,204.14755184877234,2803.9652919542777,238.493123778395,3304.2917366850584,42.56991135781922,1208.4612328840972,342.43966266822224,6706.271610682364,191.5576098323885,3912.0856147310024,218.2360007996287,4421.289919645827,164.27533546579764,5020.073383390021,50.24238164996901,1362.237375779779,106.13826706200352,2619.303441438152,238.96804749258277,6011.689361390528,116.87894483698031,1750.2794107509758,90.16916717454183,2383.779329887405,109.70169964737076,4261.179033877776,140.27205113798698,2853.740053073885,137.73760917404985,3635.461599802607,161.71755041689215,5124.875685627911,1940.8518327486283,633.408441386459,17600.92597405673,7267.071752709633,424.20118218282437,3282.0245228762897 -5083,519.447648242229,3786.7629159618878,117.02551179670559,1517.1945805936537,199.93037257707536,2700.5317973588362,241.21330359841835,3182.402053360922,41.98549644651539,1163.8831602670855,337.41880179403853,6458.888695355468,188.74898626096697,3767.7754524585725,215.0566346890948,4258.196079532764,162.83449903712287,4834.891443135798,51.13180919878314,1311.9867636735135,107.38869577675078,2522.6818073789836,241.83332642558517,5789.928399921037,120.14094729073365,1685.7145901763793,90.3527175001827,2295.8457783765775,108.26266181627203,4103.99141110816,138.34059480447002,2748.4704524824,140.17594151587005,3501.3556253762836,164.58039329463637,4935.827767291428,1853.6078078800324,616.9407263155916,17676.52655796721,7424.542344460457,404.8766362397836,3368.6142677283033 -5084,503.489262091363,3730.814344620232,111.74630557153979,1494.7783715213316,192.3450130220105,2660.632046759699,231.902151838745,3135.382777987283,39.12928090762278,1146.6870480544428,314.2082387620493,6363.460065948359,175.76520995822142,3712.1074166244166,200.2940064864591,4195.2821891124595,152.34517621613242,4763.457008279785,49.238097746691984,1292.6024539937907,102.39621024829846,2485.409750425667,230.6717116985364,5704.383508589023,116.07269376577764,1660.8085358225128,85.10953858871221,2261.925172790338,100.95142593581994,4043.355860019902,128.92486163351657,2707.862419023806,134.9844024345074,3449.623882632861,158.48501391230198,4862.902020922571,1692.595337484567,574.9960433978638,16812.340134365164,7144.424346368701,368.4806706281406,3256.3061043254224 -5085,439.9930636506665,3567.9721710509834,92.35785170441926,1429.5344498092172,157.41578751653725,2544.5010722481675,192.24914666400912,2998.529935852355,31.605398430629336,1096.6365780871686,253.59682436788748,6085.7084619173565,141.8597400735745,3550.0817609877836,161.67685627175416,4012.1669742273916,123.50495277974737,4555.542161471478,40.89047755715615,1236.183084460483,84.42901028124173,2376.926859403997,190.24538851625618,5455.399205537146,96.82128983783099,1588.3177477870045,69.46535421873988,2163.196911996736,81.5809907203304,3866.8719088125627,104.1313444492651,2589.6699384260596,112.09971406105319,3299.0550793756443,131.61613062035795,4650.646609156181,1332.4577450897052,462.6257692222908,13827.661174649918,5952.351270414755,289.71826129082166,2729.992682720624 -5086,342.44880064496283,3261.5221664552737,74.17588843288001,1306.752988039935,128.3945486426283,2325.9561038734414,151.45337437655377,2740.988826065152,26.790438976054897,1002.4474229358701,215.40788822171623,5563.012292576614,120.49719908401076,3245.168348042247,137.23465194789475,3667.5654670557233,103.69377451343784,4164.270635408072,31.508308274575867,1130.0084021051368,67.13742912701551,2172.7746933927187,151.1127521068816,4986.8397461409595,74.3541487922396,1451.8985276322126,57.66870431677745,1977.4018239628635,69.05909621808392,3534.749667545873,88.27535450544814,2367.245455698586,86.37884806286225,3015.7021282402757,101.41729481384658,4251.206645382828,1202.8591032933475,396.71771840031795,11166.10061194112,4637.778878425435,262.8005487191642,2098.833723409815 -5087,298.93834040077985,3054.492965045661,62.34244055357004,1223.8052066831212,130.4318750905845,2178.3131291755,137.32172039980378,2567.0011299000575,26.21546245367768,938.8158181716768,212.1750658455794,5209.893125026786,118.6887878662208,3039.1772257237008,134.98159866698845,3434.762158964997,98.73231671000455,3899.9383451146045,27.778201020300486,1058.279704541742,58.72421765512373,2034.8551004362198,132.21297953572054,4670.293852073543,62.44368279286933,1359.7374514957362,51.52887028904954,1851.8837684084933,67.28567499177768,3310.3770085520337,86.22336016179797,2216.9815877186675,76.15289860954873,2824.2766614075895,89.41102066553367,3981.3559830531617,1327.2809049277935,411.5185615780067,10194.772779083813,3918.2636652070446,296.92997242202034,1755.5284292909068 -5088,308.83276563750894,2909.8454485158218,63.719203932501316,1165.8511089363767,132.59882177873266,2075.1576830948216,137.74320404109824,2445.4391087664503,26.83956612954134,894.3575797237673,217.20124181839978,4963.175221091545,121.50038465512218,2895.2549960686692,137.63463539029274,3272.1067454968806,98.14204601477866,3715.2542084360034,27.860816376342832,1008.1641754481574,58.49548088036932,1938.493203340878,131.7300422973525,4449.129025407487,64.51220214683053,1295.3461931945305,52.68449095747437,1764.1865986760351,68.89276529178788,3153.6119354141515,85.84167304629575,2111.994971437136,76.37938551659093,2690.531188839547,89.67693865284302,3792.8162607620525,1344.5477689787394,417.83295529410015,10342.325329950974,3965.8075839472754,298.60730132062224,1775.5346348530693 -5089,303.3385934706929,2839.9259791292825,63.254228992341304,1137.8373561914957,133.83393451156877,2025.2945798260907,139.38077110121694,2386.678666699243,26.810756662766437,872.8674323869009,217.02242394559167,4843.917142244732,121.40035557541938,2825.6861146124047,138.82971982910928,3193.4826496577184,104.02509959034256,3625.9819060109903,28.249655099572855,983.9394166253797,60.29067771105263,1891.913954172803,135.69447713159914,4342.222749389491,63.238791023856415,1264.220856779763,52.524682441160586,1721.7956906155443,68.80743447067431,3077.8351022192196,91.27445674566856,2061.2467202455678,77.44537232559857,2625.8815308353574,90.9285123992088,3701.680251951556,1390.421806617221,425.00944860247347,10443.82807307392,3948.4675450153236,317.43268256030973,1769.3437848038263 -5090,326.0531338527268,2836.741911941284,70.21373357315748,1136.5616361136647,161.9852457000768,2023.0238607774088,163.75995063100845,2384.0027711699995,32.6222139518971,871.8887911929539,264.59861402489014,4838.486240965137,148.01404040827603,2822.5180128705842,169.14349027106462,3189.902181929001,125.35849765606339,3621.9165289215684,33.26819399285296,982.8362437840875,71.22047523161915,1889.792778766025,160.2766071849423,4337.354337648861,68.88136607877607,1262.8034380941922,61.49677621339354,1719.8652483423245,83.60998918524015,3074.3842961661508,110.53364962604378,2058.935692389019,91.20350890286427,2622.937445924923,107.08192292316352,3697.5300034178545,1768.5085912170725,527.6761006301028,12253.080829103123,4516.145670844439,400.1216594331243,2005.0708034019265 -5091,517.9656302614937,2913.6143407692043,111.71401329345638,1167.3611435037826,244.04893988366058,2077.8454704205546,240.87179152767885,2448.60649228431,51.39836363240774,895.5159702340586,416.82710861259176,4969.603628707658,233.16926554893223,2899.0049904650436,260.5991122607754,3276.3448461051566,170.229875641107,3720.0662828410764,47.63485321903621,1009.4699706246408,100.63876074917962,1941.0039799943363,226.5853137376502,4454.891629715805,108.96981019406186,1297.0239524842789,97.3140166275996,1766.4716097953244,131.7464001256198,3157.6965590836385,149.67839406959237,2114.7304711837264,130.58916755692624,2694.01602070932,153.32457427514277,3797.728795148021,2615.3689949341183,796.8711824110226,18433.01067632961,6880.410530341217,556.3565802992127,3018.4580870605873 -5092,654.8675603734124,3090.2324685938256,138.78793221501581,1238.1245032167967,299.5384089399599,2203.8007733442982,319.1894232238153,2597.0366700175427,59.99052453366287,949.8005582410055,485.8692128731859,5270.852176482539,271.79078610209234,3074.7375254150866,308.47595615560283,3474.95105308661,224.01577240065785,3945.5700954305735,65.04098167355184,1070.6622477946628,136.12600594787915,2058.664194748851,306.58613661256015,4724.939250051947,136.81566196053785,1375.6472414439932,116.76999024171081,1873.5519821739929,153.9038572636549,3349.110517581785,194.89048475883533,2242.9216773594703,178.30741736053326,2857.322488298164,209.35051021736874,4027.940371333365,3044.5427329645127,947.1009358356017,23208.875536093106,9021.408618970578,669.5568181870483,4034.9362440611167 -5093,612.9378296800087,3483.4969785541766,130.65208452759347,1395.688838902202,321.74159018311514,2484.257548032792,350.26725919071885,2927.5368391029615,61.76545934078327,1070.6726463097339,501.07319994941446,5941.623427294319,280.29575717218313,3466.030141254856,322.0556650707594,3917.1750400898127,250.29795118976293,4447.6852941618135,72.83754366187152,1206.9152541594592,152.0025585984592,2320.6508167744832,342.37906881954433,5326.23735226548,129.96729221569294,1550.7127887071583,115.31144999791456,2111.9811326159247,158.28379497931633,3775.3199758945384,217.37270420755905,2528.3569976114745,199.6814002964933,3220.9467591513485,234.4456761911595,4540.538052051777,3324.5945971202596,1020.492480093891,24295.309718417502,9472.215482589016,742.0864154103857,4263.695588126779 -5094,649.1142319740067,3857.007287462179,128.2484802206689,1545.3385077743649,286.2104461329698,2750.6266047264735,319.30943524192503,3241.435543722119,53.66251383941522,1185.4731681199978,433.9920229826496,6578.700943194685,242.77116138099177,3837.667606914973,279.48189693201664,4337.185526184141,219.59400002461487,4924.578576508641,67.26493533327668,1336.3240902176385,137.31595297812072,2569.4775012175414,309.54417333092664,5897.33144851692,136.66487103150578,1716.9845599483667,104.8661951902459,2338.4336687047194,137.80069344003036,4180.120364442081,190.0042829801012,2799.454520882338,184.4043030961355,3566.305697710319,216.5088559462203,5027.387267329207,2710.9556120006655,865.3770642456194,22328.74678346851,8962.46762557111,616.9003556208253,4105.14800005946 -5095,587.6333336364453,4104.909484896767,118.18067136954053,1644.662357408473,260.6066654712628,2927.4181762255253,289.0214244728643,3449.7729758922346,49.55175400418769,1261.66732111836,400.85172357981355,7001.535098936205,224.2327815295678,4084.326781210632,257.3118707189507,4615.9503151742065,198.96769023432373,5241.096995990046,60.50027965463365,1422.2139145709916,124.05252455354051,2734.6260403144643,279.6001962994023,6276.371807045613,123.37881800075412,1827.3406504738073,97.00862057768948,2488.732281546687,127.22257765535342,4448.790073015046,172.22556371406546,2979.3844187595996,165.85925269320487,3795.5235739792524,194.73513603410808,5350.513530268061,2499.1607650470314,794.7620414476434,20334.62150036885,8128.741732664058,563.8205688610525,3705.3686286694997 -5096,584.8114612051158,4221.420267850477,116.57020675515135,1691.3432646638435,250.32469407238762,3010.5078972047286,277.1265904955488,3547.688837840616,47.96047166147361,1297.4775741705796,387.78641405720873,7200.261609047172,216.92416708821037,4200.25335958429,247.7025104629426,4746.966111569994,186.74147551232116,5389.856503790617,57.85362618792873,1462.5810060559563,117.90471998017037,2812.2436886974356,265.8028006258659,6454.515806575451,122.58521538876069,1879.2065663224241,94.64773932822803,2559.3706592629424,123.17734935122569,4575.061313954896,161.44948071806468,3063.9491119950935,158.60355125460933,3903.2529709247024,186.2162262734248,5502.378637868997,2359.3148187475035,758.5004867371232,19630.389355728414,7894.019019779045,526.4543097361764,3598.455275740857 -5097,547.5964270989571,4359.309768728445,109.11969883722993,1746.5897134370102,227.88560705476678,3108.8438611683728,252.15886017907124,3663.571411022384,44.104493576465735,1339.8586979988017,356.4772136206375,7435.452709782531,199.41008722181496,4337.451459409825,226.52407919539388,4902.022170023589,166.26748564559264,5565.912090762533,52.44439913138434,1510.3551086381055,106.38077507227717,2904.103502214454,239.86458112222257,6665.347684594276,114.47230094390429,1940.5894277850055,87.80086757755139,2642.9705664920757,113.30155937250562,4724.502232186089,143.4736293783781,3164.0306928284617,143.7743576976899,4030.749777641677,168.80528912224628,5682.109675263122,2118.58197457546,687.8783345573604,17962.57709264295,7265.528099914882,466.3321431890145,3307.5243736747434 -5098,527.2740717549063,4434.687632705549,105.2654866328411,1776.7904123613414,218.20834025976572,3162.5996211683223,243.0042100299709,3726.919097271118,42.015838780419806,1363.0265140165545,339.5180633841614,7564.02089435769,189.92329396085069,4412.451366151953,216.62634462052657,4986.784203452694,162.70953844038175,5662.153603007347,50.526112522189344,1536.4710187192682,103.1635899254215,2954.319047880804,232.55475702509145,6780.599799673035,110.01812231498324,1974.1446219977008,84.16550415126088,2688.6708003423164,107.95217313403225,4806.194726069385,140.45674507855944,3218.7407014849405,138.5154467427536,4100.446432521387,162.63080850948793,5780.360387629887,2031.7343080482997,658.0700026170257,17291.435274056428,6984.093009642914,453.251722450479,3183.7702476099685 -5099,506.45167841770893,4370.421508002232,99.18750142154823,1751.0417139929725,200.7762902040275,3116.7682033832857,230.2706360942932,3672.9097357778774,37.83790757484714,1343.2739543824337,305.3846279137841,7454.405437686008,170.82936289244967,4348.507482561794,195.67150542885773,4914.517265613806,151.3239051013231,5580.099420237725,48.26801962038556,1514.2049548450464,97.82214695825051,2911.5059678919756,220.57401863629673,6682.337439754978,105.48729353905145,1945.5359273234644,77.27712843542604,2649.7074127822443,97.29582417881564,4736.544835209867,129.91033712927566,3172.095704488146,132.32496955251597,4041.024028149939,155.36257717368883,5696.593188614137,1785.4657097821744,591.3919097249349,16142.099096758844,6653.517084016473,402.4685475558875,3057.673476103523 -5100,457.3577722882937,4241.2394480649455,89.24138323662049,1699.2839658591708,177.49650154211542,3024.6419551203035,206.6062339680888,3564.3449109062394,33.14979125535439,1303.5691121447912,267.37385951345243,7234.066175606873,149.56648730751905,4219.97316310966,171.8414449847042,4769.252681223738,135.37718589709115,5415.161384755038,43.45523347635862,1469.447689470077,87.99142241057488,2825.4469143742945,198.41360816275065,6484.8191651256275,94.82856059424259,1888.029268454643,68.54010164117031,2571.3866693053124,85.27724713341532,4596.540806381668,116.03669346020232,3078.3340715029303,119.13089643785753,3921.578384919269,139.8714328383193,5528.2117999122775,1548.9649462643263,517.7053355320046,14402.786612154645,5983.203342869382,352.3566473045565,2758.217420517605 -5101,463.1648467612513,4129.992115912289,90.17738693079014,1654.7118991115908,174.34403389002134,2945.3058666149373,202.21817123091435,3470.852462044119,32.88607868182021,1269.3766106889066,265.1223952226877,7044.317265528425,148.3070388113917,4109.283643713166,169.67706752227699,4644.155609095421,130.7163440596555,5273.122184986456,42.445715783629424,1430.9042077371566,85.59877368138847,2751.335694007685,193.04728145572113,6314.722937254835,95.7841626322209,1838.5064292672585,68.6873793615826,2503.9394264896214,84.62492627741581,4475.973951314315,111.97063196978803,2997.589643577369,116.36334146038548,3818.7157339201985,136.62205008596365,5383.207297844922,1502.9921301542913,506.4786593408019,14232.641112006431,5925.137897371976,339.32650282360277,2729.0241798280395 -5102,415.2964132640081,4050.32551377854,80.04661241041009,1622.7928855123644,157.59609031573345,2888.4915909329666,187.74303729618407,3403.900512888272,28.92255032606565,1244.890626560266,233.08801862453396,6908.433998648924,130.38730204433878,4030.0165032658283,150.32074913504215,4554.570910923353,121.18116471838991,5171.404865600929,39.67860883873468,1403.3023932518227,80.00381010564017,2698.263058535481,180.43041647038672,6192.913377888156,85.9996974303993,1803.0420612708997,60.514560148880555,2455.6390083632564,74.44265510774426,4389.633438806675,103.39587773767714,2939.7668258109547,108.77742131882017,3745.053581911731,127.71543096930749,5279.36646184222,1328.1688003802542,451.8951596695479,12903.553204965492,5442.1181552797425,304.1614493060421,2522.0309667908023 -5103,421.1116986633026,3985.604522334081,82.34545871426491,1596.8619414185912,165.74522061035734,2842.3357847124034,194.34397983263744,3349.5088806051394,30.79035790290213,1224.9982610412956,248.38828465398672,6798.042698937299,138.94613067874639,3965.6200337125524,159.80056058783757,4481.792477694648,126.88630303834319,5088.769914675676,40.94050595464617,1380.8787332574161,82.85062787315901,2655.1469534885414,186.82557455192577,6093.955530578581,87.50924876137961,1774.2308782130103,63.470009772647714,2416.3998433355814,79.1982744237095,4319.490575653862,108.55004877827847,2892.791681977511,112.23686504066022,3685.2105939816493,131.77715940975202,5195.006370178798,1443.762350658807,483.1988446675569,13425.81639640462,5601.0973463790515,327.732598467937,2583.097054911594 -5104,449.17818534253576,3945.31635137449,87.79560037458796,1580.7201876308718,176.08278368706627,2813.604256188345,206.50049714570028,3315.6506325887353,32.68635333303272,1212.6154621234714,263.65223355882256,6729.325217082126,147.4846438463842,3925.5338743899943,169.97947074894566,4436.488629674867,136.31949218043025,5037.33048280339,43.46642778483234,1366.9202288026493,88.33204918932422,2628.3076085947987,199.15532288056238,6032.355258684991,93.07818490727581,1756.2962044282237,67.55448922541616,2391.9738548940536,84.08164808251846,4275.827343691155,116.72647553737494,2863.5501239702094,119.1615852156362,3647.9589315047406,139.90746449298072,5142.493055421878,1540.5915691355697,513.8276616114073,14299.925716667763,5946.761135702679,352.6914269166372,2743.2897488824788 -5105,490.5385950733098,3874.2272318571822,97.32760166090819,1552.2378059068403,199.35424205647632,2762.907016365512,227.76776725159334,3255.9072145442938,37.86477612298519,1190.765816153916,305.78188234080073,6608.072125562273,171.05158337924053,3854.8012076246214,195.6416035769116,4356.549268076587,150.2153246852823,4946.564785747074,47.544464276259795,1342.290225309489,96.79035308847331,2580.9491569333622,218.2114672154137,5923.660597531617,101.98520383712352,1724.6501868051012,76.73853940292396,2348.873809141424,97.3271174470315,4198.782875263386,129.01332233187742,2811.952928998557,130.34136965274786,3582.227779581873,153.03363507340646,5049.832474906846,1804.2300497163496,593.1870884082748,15951.960691607312,6549.341429928946,403.66712974606,2998.557439095938 -5106,502.4574914957394,3769.4779924047634,99.43331028470531,1510.2692480790927,204.09900653700188,2688.205045799035,236.08560665259245,3167.875773939384,38.44663605800492,1158.5705405174199,310.4306132273046,6429.406681339591,173.6520408450437,3750.577198403205,198.7534080735844,4238.7592688954455,153.73042771914513,4812.822269317355,49.469411838873214,1305.9981154741595,100.24453628802439,2511.166863568878,226.03716511692738,5763.499898318254,104.53135691907457,1678.0200372093825,78.08748466784908,2285.366242250639,98.83323029182016,4085.258477625294,131.65911239697652,2735.9248818394844,135.61854136222138,3485.373461804376,159.2295556146653,4913.29786311149,1818.9252834430608,603.1197232557485,16359.735336573414,6781.556092671079,405.8232053530912,3111.449935357764 -5107,526.3311939271518,3587.2065198969194,102.27583110876478,1437.2408339895667,203.59880611894172,2558.218057391598,241.43923303094888,3014.694515632185,37.70542967459926,1102.5483648077272,304.04376077097675,6118.515511389579,170.0792940979134,3569.2196655870566,195.38642887064998,4033.795903913719,154.8885600356653,4580.1003370724675,50.82484046097186,1242.8471433555821,102.55999238056792,2389.740479635117,231.29392385379987,5484.808361882174,109.06937920797604,1596.8801065091377,78.27806931003818,2174.858349371552,97.01208727254603,3887.717576791734,132.0432571831374,2603.6304214689667,139.33439820823256,3316.839740582791,163.592338375599,4675.717477131401,1736.0777174295854,588.5130389812748,16579.140168911723,6984.489874603664,391.880697455563,3226.002017673578 -5108,502.70333131239585,3520.341159374138,96.84990470384008,1410.4507325583456,190.12209968603082,2510.532993330024,228.34334441848327,2958.500751895496,35.021480669464566,1081.9969152333128,282.23725243448837,6004.466670525783,157.88093312775055,3502.6895791811758,180.8133255816968,3958.606138313532,141.64872128201742,4494.727482576857,48.33222339787793,1219.68053115909,96.30525456996742,2345.1958296852504,217.29014043650537,5382.571792428637,104.13840330606165,1567.1143365594164,73.31153934538446,2134.3190922058147,90.14094155517603,3815.2507043267483,120.17861196185325,2555.0988730805543,132.5009818059428,3255.0140040883302,155.56923293487304,4588.5623236500105,1563.7696692407203,541.5718482998532,15555.991609330807,6655.330846043054,348.3341457022907,3081.5950856730497 -5109,438.6431683465557,3371.5348567087444,82.91758916217059,1350.8303863754725,154.65945325638407,2404.411706913755,188.2605967941363,2833.4436797563217,28.339447164084323,1036.260450168701,228.0090177431798,5750.655336831814,127.54615548559035,3354.6294162408267,145.79188854856795,3791.2741905043335,113.4925663843844,4304.733459869779,39.89925477653012,1168.1241216925102,78.8110219402245,2246.063414773565,177.876759516506,5155.048217013366,90.61704652230026,1500.8717538891628,60.852541719641295,2044.1005257542126,73.02138930641581,3653.978451056462,95.89051862905977,2447.09376816759,109.38231390049836,3117.423191964151,128.4256345742701,4394.6018627117655,1201.4562063451624,429.57946589375433,12873.013929727344,5585.757726789676,267.7058381786413,2599.077153021394 -5110,347.2641786504887,3133.2498400002733,68.84179522965793,1255.3597313569423,130.65346694281615,2234.4786324815122,151.1185752283583,2633.1885427732986,25.18880001283507,963.0221924679272,203.13289155790352,5344.224716577365,113.63067841494137,3117.539200516348,129.41748587571576,3523.323873445291,97.77140540308874,4000.49413623665,31.16543061803661,1085.566328970537,63.74532428660594,2087.3216899912604,143.68758298741565,4790.712446294648,71.59871959167323,1394.7968455306975,52.70206012204023,1899.6326354211378,64.80414591062338,3395.7315833042653,83.62638247948912,2274.1441163866707,85.43886179827905,2897.097652126873,100.3136581452165,4084.0110419763137,1145.5862026503905,384.4612257235979,10707.113862815746,4439.889984529687,254.91506705190218,2031.4656225496135 -5111,294.71433528044486,2931.2241664400804,58.23735632740867,1174.4166504541736,125.31509566899425,2090.4039260792624,131.65930909388112,2463.405819999837,24.53251265563303,900.9284504997701,197.61194676628716,4999.639811715939,110.5423124819237,2916.526517520547,126.3117763803584,3296.147007554689,95.08694669727895,3742.550287607349,26.281127628264947,1015.571186545342,50.73605758485261,1952.7353684749248,114.61143023175181,4481.816903896474,56.514468464576076,1304.8631388084955,47.70541037420285,1777.1481281889135,63.163537853689384,3176.7816127054944,81.51286211040308,2127.5118590350107,72.04872792724217,2710.2985986110725,84.59231912703996,3820.6821905552415,1268.1357536026853,389.51710641095417,9522.195760467333,3649.9657987286046,277.3671823933622,1641.6820147806932 -5112,289.970780283636,2787.291439603016,55.61153782454951,1116.7489384865785,116.40805307275895,1987.7582326122547,125.95142368413265,2342.4445093507493,22.411304428209785,856.6899067370086,180.29365331883244,4754.141088164754,100.85461779924172,2773.3154934830504,115.270142408929,3134.2953715437334,87.44470009007466,3558.7787854522007,25.42631140395015,965.7033081857862,49.48563571222858,1856.849653013892,111.75197885064807,4261.744984611738,55.257291894549866,1240.7900761379003,44.35654660084385,1689.8843225024764,57.75064288205542,3020.7912093383366,74.48547971084383,2023.0440442718027,69.70528123634706,2577.214042231157,81.84088137044841,3633.074155536789,1120.2679664767638,353.75635290249477,8990.420740239177,3536.9085393782275,246.62018166638367,1609.2872583189276 -5113,293.09592083685345,2690.0150054952423,57.499614457575184,1077.7744154115576,122.86676991535231,1918.3854967764821,129.81534503736452,2260.693227182198,23.982138681322606,826.7914404053478,193.1210504916066,4588.221627526012,108.03014625187906,2676.526819708666,123.43516621913209,3024.9085048342736,93.05356250292583,3434.5774532526198,26.001209369763274,932.0002755959207,51.80685232933352,1792.0456248620408,116.89016554799653,4113.0101414269275,55.97245743068193,1197.486519011417,46.82804867222319,1630.907382161037,61.758560104569774,2915.365636377658,79.68929269736606,1952.4398340792156,71.28134249637638,2487.269306492854,83.69133287608499,3506.2799159110737,1231.940980115451,381.1999273806011,9399.127764109091,3615.759500073605,272.49222665266046,1634.1195779506102 -5114,306.1921541642044,2649.2069886323875,61.77410503203962,1061.4243815163486,140.28605082250635,1889.283239896135,142.08658935378926,2226.3980997765393,27.75834873648336,814.2488638869265,223.92074785783424,4518.617470982607,125.25921476883906,2635.923421077272,143.1246894379096,2979.020092679805,106.67270732503114,3382.474288644692,28.220473506030384,917.8616619134659,61.10009174456612,1764.8599668159022,137.4476078251115,4050.615029553735,59.34917078628438,1179.320430732715,52.57789478844628,1606.166220562673,71.40109979849319,2871.139009460094,92.20228245439769,1922.8209667085684,77.36537207890582,2449.536978756959,90.83458421208927,3453.0890119041846,1493.513723907035,448.6422679922417,10535.570752845359,3926.9143287868956,332.0087225728888,1753.8856150069635 -5115,438.9919684282975,2641.994106239374,85.44036508155853,1058.5344868173668,179.54704955424165,1884.139369343575,192.18958068081056,2220.3363810348087,34.838136095663195,812.0319433823897,280.39021000451135,4506.3148247427835,156.8477145151969,2628.7467052846587,179.23066578008672,2970.9092422754675,135.64286908938445,3373.2649707823757,38.617219227310535,915.3626392818461,82.01405275529655,1760.0548581794676,184.61837255776854,4039.586593514984,83.65101575860561,1176.1095455104378,68.65696006483647,1601.7931805917458,89.74644385858909,2863.321882260109,115.77570127122287,1917.5857844237562,105.86766141734412,2442.8677293472583,124.29908559791811,3443.687434359529,1764.160880436483,552.6840035746478,13923.752758945637,5456.765547581592,390.2834541187003,2468.877986614247 -5116,617.5534374428289,2661.2934405505794,122.22552063439619,1066.2669079052046,259.5895195819811,1897.9026989028616,274.0276924368926,2236.555574711178,50.94044342035904,817.9637037560046,410.24653338769264,4539.232716614255,229.48815205996928,2647.9492695011936,262.1847065124784,2992.611247794525,197.62806515830948,3397.9061190111556,54.57127350243399,922.0492134682789,116.89023847224156,1772.9117707039306,263.0481220788793,4069.095112085557,117.97300618632366,1184.7008331487416,99.68192639280701,1613.4940174772798,131.17329910360704,2884.237979732024,169.26456185980766,1931.5934345682476,149.60510419619152,2460.7124780828394,175.65116111388247,3468.8430071528396,2620.9750737298805,809.1272701843288,20020.27163744909,7758.611197818943,576.0027787016033,3481.4027977919495 -5117,576.1603045419738,2777.674258876899,115.12659503956087,1112.8957438710006,267.9967926368041,1980.8997355454458,269.6000320541715,2334.3622141636574,52.723791018170935,853.7340114394206,425.41107451306857,4737.737552677683,237.97105742656052,2763.74653491187,271.97409766012606,3123.4808996127103,202.24563262550757,3546.4996896039247,53.92140432582152,962.3712765544062,126.68881089685496,1850.4428386992736,284.22129015795616,4247.040396801763,112.16490408418501,1236.5088939709253,98.85402201472105,1684.0535999935835,135.59735912744245,3010.3683685175683,175.11878054256545,2016.0637981754605,147.82351216725226,2568.321705799501,173.55939619586178,3620.5387133333866,2849.4065235816215,855.3358797024532,20166.22883764738,7633.75788362457,626.4981698455568,3388.710064839463 -5118,629.7917549865738,3004.5226405009807,117.04859736730762,1203.784226423142,256.5833150880982,2142.676768158963,276.4610203394924,2525.0059833943756,48.32258472035645,923.4571541778257,388.79049232274974,5124.661286787213,217.48583927049506,2989.457460755788,248.780783179856,3378.570777357182,188.36919997849373,3836.136860861814,56.87170044485881,1040.966657531922,117.07475453500858,2001.5656573326323,263.8352253987948,4593.889649419356,121.30569488263977,1337.4926722396208,94.02211189211413,1821.5876655903241,124.51042455753283,3256.2205199381797,160.59920458777074,2180.7126256632164,155.91163857461027,2778.072586626755,183.05565504559465,3916.222537706334,2423.5923631286355,771.0958372449483,19692.720002798953,7858.026572496214,533.2476115352077,3591.731572438043 -5119,554.0548747952517,3282.3160593141483,103.56806185458137,1315.0842150681567,220.51981265236023,2340.785278580832,240.23186133621306,2758.464049309922,41.655423386175215,1008.8385443955285,334.9914328418437,5598.479376864489,187.39113830889053,3265.8579768395707,214.30692306525123,3690.9480962339735,162.86944383452055,4190.820017263766,49.21534098550235,1137.21279086713,105.36664969580183,2186.6272572800854,237.1196264710417,5018.633432062258,106.11138813394251,1461.155132642,82.12383119906256,1990.0087846296726,107.36434549485864,3557.2855272207976,138.45499262104386,2382.337871406419,134.92201562528638,3034.928791052462,158.41176563954593,4278.31028932375,2064.0924174917855,662.0677192710614,17157.69749220485,6898.449370449274,456.3697080364869,3153.0590014812606 -5120,571.3982462009917,3497.6628140854223,107.40703234645582,1401.3644857210172,231.3142468775629,2494.3599204646735,249.74875444706566,2939.441831594618,43.89736070110429,1075.0265965812,353.1620951007211,5965.78537167889,197.55564029519962,3480.1249469141208,225.91501799256167,3933.104451743284,171.21111656195905,4465.772055470843,51.04100126112164,1211.8232426250242,103.87439287956148,2330.0878732720957,234.1850785711799,5347.896794715717,109.6234536894329,1557.0188490988462,85.98767948186718,2120.5696221578755,113.11324574093389,3790.6725259858968,145.89421445773644,2538.6387029245375,139.92699495289344,3234.044919513174,164.28810545407708,4559.002404300311,2196.7764369115393,697.4049623270189,17814.298084999595,7090.2652568685535,482.3313644789324,3232.61128753924 -5121,505.39782109116106,3629.8989828864655,92.46034426865761,1454.3458851684786,187.10170555206545,2588.6642079348117,211.77479082980292,3050.5733347967735,34.801717709826,1115.6701365812942,279.37850973336924,6191.333871741041,156.2817786528125,3611.6980614166378,178.75395470457275,4081.8033663723254,137.42695752410066,4634.609538882932,43.65479745411782,1257.6386546262788,92.38505493938784,2418.1815260079848,207.9900075327558,5550.084775909526,95.9361530127743,1615.8850744327137,70.63002320099645,2200.7420165295607,89.80317900667949,3933.9865155440416,115.71868255361045,2634.617038712909,119.67799361500404,3356.314484253572,140.5137789328876,4731.364648331275,1641.04554643359,546.2500134087855,14884.868329494664,6158.818277774746,363.94005818823297,2841.809881191455 -5122,497.9239904115705,3692.6705490421127,92.20651002715357,1479.4957775964635,187.58531021288687,2633.429780571745,210.2260401055212,3103.3266667216135,35.17987663008079,1134.9633351293714,282.55267742132133,6298.400135996319,158.0573789754317,3674.154880426008,180.75092369948442,4152.389680552021,138.5765892469111,4714.755488025638,43.1280404525511,1279.38690392494,88.80922997625245,2459.99895463391,200.13492084437303,5646.061968476856,94.58028911333041,1643.8284517354666,71.04796404343767,2238.7992803083575,90.74999028131829,4002.01664420055,116.96376410638575,2680.1772701463615,118.23390900697399,3414.3549745484142,138.8182810452318,4813.183776199414,1681.0619345376535,552.2738319087039,14813.63513468624,6064.826155932001,370.9168031897472,2788.268419588255 -5123,484.90284134658725,3627.8195929702633,88.39979789910542,1453.5127622131163,176.2378217446621,2587.1812900145633,201.5866916881788,3048.825811942579,32.6323082551029,1115.0310242415976,261.8357089362975,6187.787162237157,146.4684966157121,3609.629097909751,167.54330438190675,4079.4651027457144,129.27760883798143,4631.954599892584,41.60857196253818,1256.9182155316964,82.66405959533688,2416.7962691993425,186.5325481507328,5546.90540635365,91.92663628021342,1614.9594136511441,66.81048481480127,2199.481320080731,84.23187183558753,3931.732928893431,108.51655773278384,2633.107796684637,114.06834300160905,3354.3918173895454,133.92749533661495,4728.654283115604,1514.5205386649827,508.33424261172195,14015.555523755173,5836.992147973962,332.07308651312337,2697.6861799575786 -5124,470.0008248647151,3517.481994299891,88.10267461735049,1409.305186916345,182.30140192223462,2508.4939783802492,201.00790039620946,2956.097904660242,34.481614234620864,1081.1181345554119,277.148406672101,5999.589938238592,155.03427943275182,3499.8447504394917,177.26476001400894,3955.39102139703,135.26255198576055,4491.076936435265,41.08064384854968,1218.6899260391451,80.71679233228858,2343.291098948955,182.21446036734713,5378.200153265894,89.45236030627068,1565.8415512310653,68.88711268412396,2132.585632200246,88.90602693324315,3812.1520184126693,114.62406142768552,2553.0236624323747,112.62104783269885,3252.3703335077416,132.22822793354422,4584.835566343591,1680.1816710668597,542.1093418721488,14203.309907215866,5729.018284627515,367.6376134947522,2621.267637010716 -5125,468.6543259328829,3424.0394379107697,87.00072739989777,1371.8667353162186,175.0307719786131,2441.855374286066,196.85887156101663,2877.56861990609,32.897497897464355,1052.3980323870983,264.17493800228914,5840.209727615212,147.77703992299237,3406.8707306787433,168.9682705596178,3850.315331128576,129.69468594480796,4371.770651268548,40.31441081169807,1186.3152039170968,77.72039344690755,2281.0411397439057,175.57765777094752,5235.3272766149485,88.74114226331531,1524.2446823105008,66.79355936924091,2075.933102488814,84.87210078564624,3710.881498614222,109.37959808514859,2485.2021190879627,110.52044863536408,3165.970517167646,129.76191710792645,4463.0385659219355,1561.9151793589358,513.0939669708902,13785.60646407205,5637.66111983641,341.4942438391714,2591.0768828097666 -5126,428.8211988127147,3346.4522256932237,79.5562588066333,1340.7808446723548,162.85845157909856,2386.524016524343,181.64758790895058,2812.3641936044373,30.570797842354292,1028.5511605981544,245.58140632837112,5707.8731702395935,137.37598866027872,3329.6725537382927,157.09714891517038,3763.0688965831196,120.28894330423232,4272.708270873369,37.28523643782132,1159.4338285263452,74.2626902576596,2229.3537610803437,167.5588685926782,5116.697086804145,81.48578168432593,1489.705975095712,61.51198307057678,2028.8933808112781,78.8505105654468,3626.794572757193,101.63558876100545,2428.888543349821,102.21608044406555,3094.231032023205,120.01176905678855,4361.908095134904,1467.4182986171274,479.60605271937345,12780.656025319005,5213.901255075598,321.68148948196216,2394.1044611932243 -5127,412.1207382447073,3325.2684452553267,75.73341749667198,1332.293406300814,151.13786552003378,2371.41679330219,171.9656993934294,2794.561308169138,28.155003103744637,1022.040204969394,225.9740892699208,5671.7410745600655,126.40783514185425,3308.5949923235703,144.57378285702228,3739.247840759924,111.37454607101016,4245.661085442052,35.35888814374618,1152.0943567516708,73.14157295060585,2215.2414602291515,164.8003090964809,5084.307266079412,78.12204824013341,1480.2758078125337,57.48798797611167,2016.0500383660997,72.66156934459998,3603.836163450534,93.6219260631207,2413.5131433320344,96.9350686817065,3074.6438673527373,113.81133991435792,4334.296255148609,1318.405875397441,439.7861125989864,12046.855580246473,4997.740656748109,290.4170869323098,2303.710744228537 -5128,428.7353528913086,3361.527794706755,77.79891513074239,1346.820982941979,150.93717707942747,2397.275165827277,175.38875959676787,2825.033727675878,27.855489483683307,1033.1847226393197,223.32528702039187,5733.586800704049,124.92611943204167,3344.6725313237916,142.88101240509022,3780.0212990162245,110.81419826696548,4291.956568493662,36.236128524650894,1164.6570092322795,74.8756647104625,2239.3968676941786,168.7140480009121,5139.74750403742,80.7497412504305,1496.4170122547057,57.855298464664294,2038.0334252884352,71.9398995945149,3643.1330674351425,92.64778676200369,2439.8305423361835,99.33999035875887,3108.1703595022973,116.63495537341488,4381.558232678782,1263.2196670786038,431.7331380023706,12194.555591743594,5143.219469022231,278.86195837533205,2382.8991647941075 -5129,460.15465431735515,3348.2067071925244,84.29086398381376,1341.4837906664836,166.57595456879054,2387.7752258505907,190.6108900333191,2813.8386628674652,30.984471071421567,1029.0904104844965,248.60287253794465,5710.865700000112,139.0661691749582,3331.418237973499,159.03680806309592,3765.041802309656,122.73166970250999,4274.948370868104,39.24404985435953,1160.04169771575,80.52387502881008,2230.5225690194447,181.48700669414583,5119.379674144672,86.91037471398133,1490.486999714153,63.61600652961271,2029.9570911709711,79.98068758881016,3628.6960324376305,103.03775549553383,2430.1619635948355,107.58609412478032,3095.853278729304,126.31669523750234,4364.1949609075,1436.433113476868,482.04438278334396,13327.499685496243,5559.096676988599,315.28651024335625,2563.43346288334 -5130,468.58233927734227,3279.1969775914195,85.33252714272028,1313.8345318978147,167.03348939346645,2338.560903948006,192.8978013123309,2755.8427676772185,30.90254103197815,1007.8798768546378,247.83765467383245,5593.159317984144,138.63811331277148,3262.7545347150126,158.56761596659035,3687.4407043379865,122.73592373526928,4186.837612802136,39.79797313572863,1136.1321333171718,82.60114931864618,2184.5493741666505,186.09183288317024,5013.8643825471745,88.4670255679001,1459.7666428725997,63.82700737594347,1988.1177418671712,79.7917970636749,3553.9051506604724,102.7749072420146,2380.074010651455,109.10465407229968,3032.044793670463,128.09963452581042,4274.244745608139,1414.0250158148979,479.55161031274224,13445.20110535809,5661.263113240524,309.81591983138003,2614.0766102201537 -5131,507.7023673904868,3133.6397212761467,92.00699550232495,1255.515940174858,179.36405975068655,2234.7566765011825,208.08701376781448,2633.5161996666507,33.068665747451305,963.1420246997207,265.1406030452152,5344.889717218058,148.31722410049179,3117.9271268622033,169.64451727722374,3523.7622930023776,131.49925450648692,4000.9919317644903,43.0305874116365,1085.7014097993879,87.34841415140814,2087.5814227560286,196.94569089727182,4791.30857146062,95.72633364006619,1394.97040499818,68.57048810645077,1899.8690133780226,85.39935523418539,3396.1541261048174,109.98512606098022,2274.4270961217358,117.96674514209528,2897.4581481570717,138.50460429385524,4084.519229805895,1501.1682119571574,511.99409900275674,14441.444222270156,6096.692841905735,328.63298696754214,2821.0910981913603 -5132,482.89722608477206,3094.066346312478,86.49049357867798,1239.6605746916912,165.74784139183964,2206.5349050858877,195.54512434874235,2600.2586674319427,30.264714743793096,950.978922404353,242.45289922746417,5277.391426497902,135.62593045170604,3078.552179428724,155.15771013350195,3479.262229527617,120.91549839155493,3950.465142463438,40.59165081210674,1071.99055826248,83.00583720288132,2061.218263695653,187.10409880219956,4730.801216585813,90.89393162372231,1377.3539296499123,63.474093832209846,1875.8763928040003,78.20134281419872,3353.2655707440167,100.67763745616647,2245.7043442076456,111.28049172189094,2860.8674076963716,130.6542827218025,4032.9376105374245,1338.8216500601568,466.1459135555187,13480.299863397726,5774.987769232032,292.82238283254355,2681.5582883194415 -5133,424.46606612178437,2995.425311981276,74.6730598176406,1200.1393144404572,138.71988112504184,2136.1890039435366,168.34312075660563,2517.360572893715,24.87439631709457,920.6610384181433,198.96107597737887,5109.144436739332,111.29700300176037,2980.405747764987,127.366014812827,3368.3408766487064,100.26345287324574,3824.521505796961,35.221271239338904,1037.8147373120605,69.37771961861587,1995.5051603694683,156.60218137553073,4579.979911226445,79.59633693487854,1333.4429073724696,53.30577022403743,1816.0721200597523,64.33809719917518,3246.361080903451,82.77395129413671,2174.109693505109,96.55779708803388,2769.6609212821677,113.36838581971035,3904.364692968694,1048.0338180952551,379.17532623788145,11416.884488088797,4987.526133577561,229.45880036277782,2335.9441180200397 -5134,351.43047321939605,2798.1432496220214,66.38984159395724,1121.0967964633921,132.1157892983597,1995.4972061539288,147.91425140594924,2351.5643891144377,25.17048207086202,860.025272383033,202.1833640069372,4772.650467973154,113.09952140259104,2784.112890709058,129.26607757368214,3146.4981779787454,99.08040578892822,3572.6342405117894,29.973168762444477,969.4630975950523,58.7704738867497,1864.0789579161572,132.68207418063258,4278.337310145175,66.38059464927593,1245.6208656234928,51.195369956157336,1696.4635783927413,64.92500502592218,3032.552108053503,83.68315824482198,2030.9203966749246,82.17032053678457,2587.247954281843,96.47606803881719,3647.2188660470256,1204.7710633641445,391.8581441728911,10437.56546195352,4236.669261315226,263.2319791771986,1936.2614821184845 -5135,270.69743056093165,2629.257850093677,57.36104892291108,1053.43161155685,128.85574958042258,1875.0565021390344,132.8866732694791,2209.6328095121903,25.85428476896231,808.1173824812198,210.60598794193834,4484.591241126328,117.81106006296248,2616.0743108604643,134.40516932428034,2956.5873855363175,99.99489979571945,3357.0034785202506,26.237557166233767,910.9499522843383,54.86673898814668,1751.5701649504733,123.57587242692098,4020.1129658273876,55.944074632104424,1170.439876379971,48.742484003039195,1594.0714191418363,66.07495998531056,2849.5186717101988,85.70505898230962,1908.341682147339,71.92928113603323,2431.0914013616857,84.45207680255572,3427.086456656308,1376.4712307311477,412.75841449559965,9797.251710587272,3680.550117695497,300.9171085237189,1637.1449330579387 -5136,291.7198974648929,2510.9925793375173,62.0118726455199,1006.0477557819477,143.28076852095208,1790.7155673384898,145.33534599061562,2110.242473003604,28.832057158475326,771.7678776053494,234.96691765821782,4282.872190503883,131.43834094913288,2498.4020419800563,149.95439662754742,2823.5986763261344,111.02089689911487,3206.003862677163,28.695765918041456,869.9749894261388,60.099888591029234,1672.7837044293424,135.3550075713993,3839.2863693195613,60.4580229587021,1117.7929331070047,53.67176201034502,1522.369327244403,73.6632956532416,2721.345964258728,95.56100642044122,1822.503564091942,78.6683684405246,2321.739751882055,92.36443057044188,3272.934475066984,1559.667042150393,463.18447485809287,10781.282257314313,3990.258116346806,342.22126385688995,1771.402545861247 -5137,319.5078988817142,2438.4088949693914,70.55273517238517,976.9665655921289,170.9145820359468,1738.9524778724594,165.83786661322148,2049.2430200935846,35.0499969956065,749.4588686124418,285.97298042173026,4159.069895816666,159.97066513672448,2426.182304362351,182.45434859643933,2741.9786839808025,133.64783167574674,3113.3299239461508,32.318185432154486,844.8271691735873,66.24664704048212,1624.4295972059442,149.31400306959833,3728.306531178,66.55143038881363,1085.4815953064901,63.65974959423793,1478.3631538890133,89.47981300691028,2642.681726796767,116.12141278270302,1769.8215989820592,88.59909598396422,2254.6266800544995,104.02408505270643,3178.3258151885484,1971.1044274028043,568.0784619994832,12539.182971949635,4444.195325665438,430.99560666183834,1942.4089981682996 -5138,351.6514721414761,2398.510611588822,79.97576558902708,960.9810231477284,204.38919351975835,1710.498997863164,190.77856644587723,2015.7124342677098,42.393481843446175,737.1959038637195,346.23185328278834,4091.0174253531454,193.6789265177717,2386.484077657191,220.90099130963182,2697.1132626059675,160.3303264827915,3062.3882956494863,36.845085253859985,831.0037477315017,81.75373914917765,1597.8499892760276,183.75536096592623,3667.302394087844,74.04612020660608,1067.720483795094,75.1728653376143,1454.1735472258547,108.15519774773718,2599.4410444657938,140.40068569700276,1740.8630252847115,101.0094224441258,2217.7355194358715,118.59503344542321,3126.320696477002,2464.7268439673308,696.3201204318385,14763.368745154346,5066.76101077406,542.0268234438975,2187.114338811907 -5139,465.8846315635247,2380.1859962251715,101.6387775306928,953.6391304181881,241.05111263162098,1697.4307895907862,237.88391780323101,2000.312396067664,49.117869434206355,731.5637289128601,400.57858687595274,4059.762061960808,224.07999135993205,2368.251344984153,255.59426320454833,2676.5073236992744,188.0296273243598,3038.9916563597617,46.564757847432425,824.654881076772,107.64935278257171,1585.6424191611302,241.63246916740533,3639.284212525855,96.80439073446655,1059.563101840267,90.13364504473054,1443.0636647862448,125.43044971188243,2579.5813210732144,162.75387481919577,1727.5628359151046,127.65554113969586,2200.7920253459924,149.8802072581918,3102.435613797126,2727.141670160565,797.1276118408723,18058.146079079084,6553.342524652,603.0522024232143,2881.6222229735777 -5140,506.29220621409735,2383.3700571100208,103.63530923665422,954.9148479706155,213.8330523978367,1699.701504144374,234.98227990002985,2002.9882862997295,42.03935925876201,732.5423681694981,341.7930244525296,4065.192952489441,191.1958863390898,2371.419440454429,218.13737417169895,2680.0877843401313,165.1842309732107,3043.0570254014015,46.88140266897402,825.7580517342335,108.76230068871438,1587.7635903688492,244.10294825500984,3644.1526146290225,103.42161118767656,1060.9805177199294,82.91256936729502,1444.9941032379793,107.57579667050669,2583.0321202951,139.45245056859233,1729.8738591967644,128.5236110687915,2203.736104428344,150.8994070494886,3106.585854115034,2090.220846306192,659.9397586962012,17091.262117846807,6834.62885195139,459.15570746727906,3079.2317570401856 -5141,489.17061881052354,2413.7161452297437,101.87876180441845,967.0732327069269,236.2122507993596,1721.3428315027172,242.10002570817383,2028.4911908350527,46.904176240216124,741.8694112736886,382.13416555884635,4116.95272986514,213.7623510646558,2401.6133682056716,243.96674385802754,2714.2118096166746,181.07033592719606,3081.802530477582,48.341174155618816,836.2719568362733,120.86367683799038,1607.979676277491,270.63205816338615,3690.5515261347514,101.6536231892906,1074.4893759805213,87.39698262455656,1463.3923869029636,119.85929021032821,2615.9203912980497,155.47545368703237,1751.8993538993552,132.5255199733433,2231.795016143752,155.5980431657716,3146.140235441269,2511.4082386675786,756.6970369089627,18155.24455727992,6978.843862258223,549.6337744367922,3093.5332568618014 -5142,507.48605981640515,2555.4395238263646,96.48450921289653,1023.8557529549887,203.47685218047224,1822.412927207951,231.40137305568564,2147.5957614312206,37.92675199353916,785.4288992652583,307.96446218699776,4358.683080615862,172.27249854820252,2542.6261220448437,196.84824593570042,2873.579044511277,150.4377106710167,3262.7531644823625,47.96378300350444,885.3743698862398,104.06744032031611,1702.3935587413114,234.08758002753794,3907.2453706874408,104.64083209173522,1137.578925649022,74.97130554333215,1549.3167047621046,97.13400483243434,2769.5163626914737,125.86704454775972,1854.763601580899,131.49091625216985,2362.8367422589354,154.38331626261368,3330.8685120394534,1795.210404257084,594.7245389199094,16244.836773763347,6770.382604998675,392.70469169238237,3115.745153128654 -5143,453.6594547480178,2757.335232759167,87.49460788514993,1104.7467625681832,180.91189218482336,1966.3949492735821,206.0809498027764,2317.2692617087796,34.036800712125896,847.4826958646119,276.3717063389114,4703.046311429751,154.59980038256668,2743.509492077664,176.5899561065473,3100.6097658242775,135.09280409879858,3520.531075903862,42.40152032613347,955.3244839125977,94.97767294273704,1836.8932998700188,213.41064558732626,4215.942198271983,93.17849284493319,1227.4547773447912,67.77970441850299,1671.7224167943775,87.17281819859157,2988.3254811359393,112.95844471257585,2001.3015293042777,116.24218126749781,2549.515626545948,136.47979605876418,3594.027962040137,1610.4231118520752,532.4951946078221,14564.049314907743,6061.713804375894,353.4969650384468,2781.1805436052678 -5144,459.85029045512096,2945.1300853228436,88.50394409616392,1179.9881597446474,182.8233015595699,2100.3209388280934,208.61787304273383,2475.092378094044,34.37039693230759,905.2025139082464,279.063540682164,5023.358429507355,156.1055878513442,2930.362709796938,178.31130058069954,3311.7841442286763,136.4525844954573,3760.3051905963403,42.936588728381345,1020.3891225808935,93.18475517138178,1961.999272595398,209.60632352604708,4503.078935994371,94.42748976697776,1311.053494759134,68.49847858563821,1785.5790349739318,88.03074307042354,3191.852472150607,114.06800886665643,2137.6049142412894,117.70905126947444,2723.1564321714873,138.20204624825257,3838.807756394583,1621.5705848040418,536.5443019770067,14681.063277422618,6105.701690855312,354.87957959583224,2803.9902351255873 -5145,428.3619332879838,3100.6294181748376,82.22596627162842,1242.290117993609,165.90690049956225,2211.2153629455397,192.071572634103,2605.7742842885164,31.095174904131454,952.9961199394891,252.34440679246927,5288.585724001957,141.1591491566525,3085.0823429495204,161.2293172879781,3486.6423712196647,123.96338916361431,3958.8447903823117,39.531380473859436,1074.2644432675745,85.16829103328365,2065.5904787920635,191.62284258039156,4740.836097831328,87.68481227729569,1380.275545351841,62.757101147676394,1879.85546441814,79.66865165273866,3360.3784508348385,103.21663129905123,2250.4678875008312,108.37380026594491,2866.935822618298,127.24154000837761,4041.4921974117215,1437.9042932478721,482.2059701374422,13446.438650050908,5645.591117426557,314.41399573435547,2598.3303564559696 -5146,420.24030646346483,3244.1072782707597,81.47452704383049,1299.7755842358,164.62868015566525,2313.536667977022,189.2510611017095,2726.3533241477126,31.070660434483006,997.0948578174009,252.21279710986187,5533.308604513199,141.08552790602212,3227.8407810238996,161.11757601445453,3647.982511840804,123.63808909224886,4142.0355243818285,38.78923170046252,1123.9747255069458,82.15034775293371,2161.173169194985,184.94329073452928,4960.212529724545,85.98519747614922,1444.146119638783,62.53972211515773,1966.8434926369741,79.59173685445857,3515.875881908701,103.12548263354475,2354.60555542739,106.33922717561435,2999.5997954395807,124.85275035037931,4228.507339782503,1451.6063981481389,481.9392589939763,13280.375954589817,5530.875100513417,316.641827068729,2539.021861954012 -5147,410.81794432999243,3210.122262525045,78.61607617243831,1286.1592362216568,156.24982631202192,2289.3002376295644,182.89402576810292,2697.792258590432,29.14613989264135,986.649369571723,236.4374171514536,5475.3420935689255,132.26092489279506,3194.026171839264,151.07824908298852,3609.766530533587,116.61428719954728,4098.643882108377,37.69108787279112,1112.2000536272599,80.09931676689841,2138.532887020513,180.30406706764813,4908.24972872413,84.04538572645886,1429.017357114876,59.35544344532182,1946.2389930526526,74.69393032952945,3479.0438393905706,96.76013369823711,2329.9388906064896,103.32870696567538,2968.1762210831876,121.31810242995059,4184.209825490688,1327.2431234947137,450.1527703281836,12727.05153527306,5379.42326182192,290.3219949375416,2482.849159401084 -5148,379.037082682695,3110.2465925978054,72.92787916715211,1246.1433100837837,144.31156514771317,2218.0738555172547,168.54159695511484,2613.8565741784314,27.032609456692285,955.9520132997684,219.30472352914177,5304.9892487380675,122.6770530518151,3094.6512952491566,140.10173831771365,3497.456836062828,108.09109857965672,3971.1238781828056,34.673206658427084,1077.596472715124,74.6735945137413,2071.9972889076234,168.01267543392768,4755.54067600384,77.33095323699119,1384.5567247129075,55.079089554267576,1885.6861831055478,69.27487542108089,3370.8012848244243,89.74175670727685,2257.4481290222843,95.05529854857983,2875.828153221871,111.60430421002864,4054.0276313993313,1234.54806849969,417.6292896411473,11777.590392007549,4964.669091327083,271.08500662944004,2289.433186460649 -5149,387.72853353935494,3042.73142154437,74.75474210568004,1219.0928572554988,146.77734381758575,2169.925378762773,171.90576762341428,2557.1167085565853,27.562163189113942,935.2008407559533,223.5814959524813,5189.832059138503,125.0694403612423,3027.474656571459,142.81629598648055,3421.5363617503517,110.26277419244072,3884.921353743752,35.28439488359155,1054.2047228921065,72.71016689723572,2027.0197454177323,163.85079301847998,4652.310551757068,78.97560905548028,1354.5016852428378,56.38720434528785,1844.7529575830226,70.6359719186005,3297.6301652502757,91.50254761923564,2208.4449416422453,96.73084819660366,2813.401582239637,113.5715649045126,3966.0254872475816,1252.9683853357908,423.6723094229818,11959.081209287522,5035.053895008077,273.2146618351461,2320.981834500285 -5150,353.4922955014223,2992.76109699969,67.95663130235258,1199.0718769955195,135.4752437729127,2134.2890177462373,157.6567467455829,2515.121562050904,25.368141726086982,919.8421767621023,205.8263488661638,5104.600220898929,115.1373737554744,2977.754891603546,131.49820987574904,3365.3449801425368,101.33209284398572,3821.1198694909626,32.46240683113817,1036.891675882287,70.29299413661029,1993.730302314145,158.12681091166428,4575.906349102882,72.19680258328377,1332.2569059867226,51.49635884078213,1814.4568547648537,65.00424937314344,3243.473676636422,84.21252592953036,2172.175979586795,88.99447355237136,2767.197507458802,104.48829734908655,3900.892041900755,1164.2290717026722,392.74435763364477,11031.280331921856,4643.763747430418,255.66146177572705,2140.6091687005646 -5151,355.86678773261593,2963.649644476005,69.18937440927135,1187.4081581458474,139.8435616241201,2113.5281713578534,160.55714876416678,2490.6562473893546,26.43536793249725,910.8946059436571,214.601117146788,5054.94629859552,120.04589873640796,2948.7894087786754,137.09039860031658,3332.609296457843,105.16523637879185,3783.950731673877,32.85532747591523,1026.8055307419638,73.51738479863978,1974.3367111922087,165.19611241803227,4531.395184958078,72.87584866084023,1319.2976578506566,53.15955163663918,1796.8071083027266,67.71469838075832,3211.923470359054,87.73850311989226,2151.0465957658735,90.07165079655068,2740.2801771905074,105.75300977104655,3862.946937097147,1240.3767467202383,411.8126749611561,11339.682411720292,4720.935891887583,273.4043687871873,2166.955271211467 -5152,381.54767501221323,3026.8760773727945,74.31004231715852,1212.7402962992364,150.11797997520966,2158.618132430313,171.97633969327066,2543.7918501040863,28.44857736545755,930.3276103765838,230.95414369353313,5162.78840589074,129.1936319586986,3011.6988137511626,147.51518379077203,3403.707106027355,113.07791085333982,3864.677448972215,35.17471343295984,1048.7113761608098,76.41954334600518,2016.457164876245,171.88906625992112,4628.067864916927,77.95268658187241,1347.4435235370624,57.19471299435608,1835.1401495491264,72.86950193554814,3280.446571308858,94.41887340347598,2196.9369740359757,96.43016060408458,2798.7412510439826,113.218527987475,3945.3589576129575,1336.0275585287056,442.0900699843205,12133.321829110257,5037.345512322475,292.9624667024683,2309.948115608726 -5153,405.1514493143929,3090.1674894317052,79.19651130113316,1238.0984688347112,161.1635052949045,2203.7544334235354,183.48000261518757,2596.9820614181804,30.634400964443763,949.7805865252582,248.75409765551947,5270.74134483425,139.15076312019085,3074.672872069368,158.87880709262657,3474.877984341739,121.54960314407292,3945.487130850564,37.47395461335944,1070.6397346871593,80.55612119018355,2058.620906654566,181.25977160383738,4724.839897463862,82.83875630473592,1375.6183153337308,61.31763700931368,1873.5125864847596,78.45689508815298,3349.040094920224,101.6655184436502,2242.8745148327744,102.73344426028355,2857.262406597811,120.61920525039481,4027.8556747310668,1449.862359527634,476.2532196392934,12964.232774156217,5363.049693064345,315.9080770309966,2452.480707911315 -5154,417.85573171043785,3085.553842858157,81.6900345866341,1236.2499771985815,166.569632605764,2200.4642091475125,189.53273143882635,2593.1047449198986,31.650335107162157,948.362555961015,257.01241822579175,5262.872082786541,143.77039198369576,3070.082359092477,164.1626239237897,3469.6899616987,125.57355050624474,3939.596484714236,38.70528863109501,1069.0412603778097,87.6761264426041,2055.54736797917,196.9310767934909,4717.785670960591,85.54164084710092,1373.5645053869384,63.274057289705446,1870.7154161194976,81.05692233866928,3344.0399493257064,105.03578625764848,2239.52588393958,106.10910039217553,2852.9964893111232,124.5825587888573,4021.8420516520514,1501.90084230082,494.052324447791,13463.904494078566,5578.402574802667,330.04053815069784,2551.385463122298 -5155,457.2188864733512,3050.4641498406468,89.36241392663703,1222.1910320619704,183.04972350236858,2175.4399776716223,207.69358146104594,2563.6153066875704,34.79611629143731,937.5775388610871,282.57984897665204,5203.021380066558,158.0725784945354,3035.1686116729084,180.49080988021853,3430.231776289377,137.93261453861803,3894.7944043417106,42.43735059576004,1056.8838547514144,93.52577486168242,2032.1711672065633,210.2631686558072,4664.133827775423,93.58592049146708,1357.9439849590303,69.45459876829567,1849.441170710786,89.10858990306201,3306.010687405118,115.47220307858245,2214.057433290404,116.3404086108751,2820.5514969083238,136.59512465674254,3976.104654042208,1655.7215049992828,542.9796396918786,14725.379990581252,6078.864387848973,363.0106377585358,2780.818671395668 -5156,430.56006677741885,3094.3912484262305,82.96016045577072,1239.7907491275216,166.1951019997852,2206.7666091847946,192.6906764297078,2600.5317157259324,31.232813612073183,951.0787829203989,253.4513030556348,5277.945595490306,141.7783367847802,3078.87545242886,161.91770629877968,3479.6275803398316,124.56175252969146,3950.8799734112686,39.569440385317726,1072.1031259838273,86.22280669712802,2061.434708366136,193.9196219027562,4731.297989163699,88.01374344099351,1377.4985630071321,63.21874120037572,1876.0733750716515,80.02340489888299,3353.6176908830066,103.67496869525348,2245.9401614160147,108.4781400889685,2861.1678220262174,127.36404526087539,4033.361101764707,1441.407303722292,483.421262463366,13516.25715801692,5685.828792747705,314.3158196056876,2612.0190225767506 -5157,383.67007941948845,3031.09983636732,73.24541063443627,1214.432576592047,144.7644833462964,2161.6303081915726,170.13321931263278,2547.3415044118383,26.957974046786354,931.6258067717247,218.65026515394405,5169.992656546797,122.31095503293832,3015.9013941106546,139.70918463954172,3408.4567020254485,107.97890518486544,3870.0702915329202,35.09968893091925,1050.174767457478,73.26560609261274,2019.2709665878149,165.02617626014325,4634.525956616764,78.37505946075987,1349.323771210464,55.07006297782745,1837.7009381360185,69.0938716361097,3285.024167271641,89.50109532962546,2200.002620619216,96.22448373923099,2802.6466664723894,112.97704304403068,3950.864384646599,1218.5512246820763,415.0153045959155,11802.567887172418,5003.999771486846,265.5028894082895,2310.961909038091 -5158,303.66843945058656,2828.0994501627215,60.64773321078759,1133.0989698563842,122.15216487778841,2016.8604849975081,138.00147392227993,2376.739631459231,23.61147173405986,869.2324813181211,191.78953056156425,4823.745233957198,107.2853062025235,2813.9188858429006,122.43648027571088,3180.1837766103417,93.45272363553718,3610.881942012347,27.82926752174786,979.8419196844105,58.55918142634585,1884.0353068609722,131.86310026769866,4324.140086847469,61.897079793390255,1258.9561616106937,47.31737052478427,1714.6254802793553,60.457627984122944,3065.0178294247175,78.34968381085159,2052.6629070675613,76.29289551230798,2614.9463641389693,89.5753908496536,3686.2650513278854,1131.7465227027444,366.3484416802532,9804.684180188313,3993.7722165331515,246.80994418587912,1817.6380195644633 -5159,279.688954462229,2660.448686230415,57.22562616222848,1065.9284508364813,128.98723642566767,1897.3002619525726,138.25466056769756,2235.845641730757,25.238432877350743,817.704063702053,205.37645215702852,4537.79186218266,114.88570565837986,2647.1087509206777,131.3684218156885,2991.661325759763,100.16886884399652,3396.8275472799023,27.019521546007596,921.7565343354132,59.85108371826577,1772.3490086819934,134.53309660412918,4067.8034898906058,57.16668671879543,1184.324782491698,48.095960405414964,1612.9818582313073,64.5456474034114,2883.3224578069944,86.45987944420442,1930.9803034216443,74.07300722130692,2459.931392665925,86.96902285203436,3467.7419184597948,1335.776834190849,407.43282948088023,9902.037825388867,3786.4815884858253,299.1474007914842,1699.496099411808 -5160,287.70249545439674,2563.6271188637843,58.181478404179984,1027.136173486865,131.67517630380837,1828.2519145523258,141.68740358931103,2154.4766303520973,25.619671613260373,787.9454032552417,208.44776718503738,4372.648244583859,116.6037711453725,2550.77266310941,133.34802456274244,2882.7859544401194,101.73171989214279,3273.2069832359525,27.003795267488286,888.2110978657323,59.39598685865299,1707.8480055882533,133.54199399414242,3919.764134097314,58.782813601727625,1141.2237137488676,48.824734580771974,1554.280695357471,65.52713453333324,2778.3898571396116,87.77938249631715,1860.7062400657069,74.02989421723906,2370.4072404862554,86.91840392920872,3341.540571481751,1348.6688265018026,412.21036489111043,10045.624750544432,3841.9769492646255,299.7637309649399,1726.0248150041589 -5161,284.8397383649532,2510.3427688068637,58.35844442855944,1005.7874043848839,132.5874312882269,1790.252154645582,141.1862559638328,2109.6963711184476,25.99580181442698,771.5681546359489,211.5716094184448,4281.763841768115,118.35121986980593,2497.7554897082396,135.3178118296796,2822.867967613845,102.97970149946372,3205.1741927337207,27.599616486452785,869.7498517996136,61.69348470507888,1672.3508108893182,138.6321778743484,3838.2928145263263,58.13298618102917,1117.5036635866566,49.34352000362282,1521.9753588876154,66.47584247674577,2720.641717149566,89.04044760736255,1822.0319251003154,75.66331579281417,2321.138917394281,88.83620210781886,3272.0874843966258,1384.213781581295,422.02630001774884,10172.831433717569,3844.7285725265388,317.0927993765372,1729.5697038037445 -5162,310.9245394138582,2518.2054617305303,66.16159962524615,1008.9376504809293,161.4330068472918,1795.8594378910493,162.76607584393693,2116.3041917453343,32.25737240347385,773.984798109886,262.95860519679616,4295.174836743706,147.09663449575453,2505.578757772669,168.17171882214618,2831.7095267304717,126.10764237806562,3215.213180539479,32.64559417085527,872.4740120577584,73.19354697839199,1677.5888130657768,164.45751997832784,3850.3148053583113,64.40196092879117,1121.0038183292818,59.0815619374988,1526.74236721533,82.39851840692792,2729.1630914587126,110.3021334935409,1827.738746376754,89.49667478915535,2328.4090012917554,105.07793117761054,3282.3360526116394,1809.652521246707,531.2049511994061,12069.62520807652,4404.792634851992,407.6481237277258,1951.598831484907 -5163,492.99855782268776,2602.0958228588042,104.96481633776482,1042.5489443729662,253.38009735104382,1855.6858893342799,256.3714295988063,2186.805795208934,50.68082485627113,799.7689786336675,413.0910909632774,4438.2623542792635,231.07937150564882,2589.048478579499,264.1540649796788,2926.0438209006325,198.31874734294502,3322.323342485711,46.70019137099962,901.5392178397605,103.47678754582553,1733.475250249551,232.5924837576479,3978.582456424828,101.69258971212227,1158.3484339990418,93.20225095876944,1577.6035739285871,129.47075826890847,2820.0811999291354,173.32329115441078,1888.6272107264085,128.02682707649961,2405.97656872863,150.31613360078043,3391.6823156479827,2823.138926293967,818.0595728627643,18551.954318839948,6785.186821339304,594.0647357638387,2962.1868659217585 -5164,620.6718122176783,2827.514625097338,129.58260804277185,1132.864655366809,298.1726890139833,2016.443416720457,312.4024148922067,2376.248143470614,59.10340621516322,869.0527320017768,481.27403761742363,4822.747727620679,269.22028716544435,2813.3369931883467,307.76544970844566,3179.526143730783,233.20567683629992,3610.1352446966957,63.53756741120271,979.6392973492192,139.54019378123294,1883.6457056142915,313.74919982455975,4323.24589427978,127.05979554119509,1258.6958210065163,111.31274625335274,1714.2709114332863,151.08541640353795,3064.3840118082994,202.33132962291737,2052.2384351775195,174.18586341954358,2614.4056171796306,204.51139901713228,3685.502765475618,3195.6291898508566,956.3768872339267,22796.657606475885,8697.902973559148,698.1662082084212,3866.0325483895117 -5165,568.7745972188027,3297.716536744581,118.9685109805749,1321.2545302990145,293.13559387990233,2351.768136477766,296.86850905087084,2771.406636972529,58.021901859162305,1013.5719688900484,472.92392150655445,5624.747187072308,264.5493087175689,3281.18123369675,302.5290036715369,3708.265856567153,226.99113556008402,4210.4831538796725,68.76964956624441,1142.5485414782422,149.8517604467907,2196.8868127634614,337.02440736726743,5042.1806315108815,118.01439586847728,1468.0108059641223,105.9899685158702,1999.345815195966,148.22514034124652,3573.9761488689196,198.43037317903088,2393.5156921760386,188.5294208579299,3049.168538689483,221.35215142389643,4298.383926310703,3239.51081088245,960.5857050084076,22440.51750236121,8611.439983922197,717.6419015527309,3837.281556756347 -5166,578.2759166533219,3723.991349806241,110.08371657531492,1492.0446881656687,248.40104700279264,2655.7662247219023,277.7893486340674,3129.6487214360823,46.34365678488501,1144.5899617190082,376.5727412979479,6351.8224311001895,210.65134128739845,3705.3186334492025,241.1662751385978,4187.609765353068,185.92362825517887,4754.745493993091,61.42985398728287,1290.2385143748522,130.25935896016992,2480.8643787530586,293.23743412067313,5693.951207353706,118.60682561458636,1657.7712128736264,89.30866629754799,2257.7885145977802,118.63535604189654,4035.9612824516516,158.9982376327099,2702.9102210489477,168.40764594057688,3443.3151350814414,197.72720128001475,4854.008639423289,2336.2477963753945,752.9721602267736,19630.862666899277,8006.652770779518,535.1853401334837,3685.113651744641 -5167,524.790006829472,3998.0158763660256,101.8283640924115,1601.8346422432776,227.87599082103102,2851.1869478180374,252.95367311001178,3359.9394038337678,43.05913658758012,1228.8129614264196,349.9791976570477,6819.212113561351,195.77515662721274,3977.9691551366104,224.05000071421557,4495.748983621583,172.4341447580358,5104.61657598997,55.5606063254816,1385.1788525335764,118.46352985750735,2663.415202047053,266.63143071929613,6112.932385688289,107.36484461542551,1779.755913986257,83.04948845503566,2423.9246225178395,110.20732042138026,4332.941666064782,147.68805330340192,2901.799967045559,152.31732310876922,3696.6865076373756,178.8355738633602,5211.183856654736,2190.6465859881355,697.9034058229155,18003.897716071373,7289.28735731774,497.4172393505209,3335.727150910985 -5168,528.1225993943427,4141.168834348196,101.97001548201588,1659.1899340496384,226.97700244701383,2953.2765487506126,253.39406023970366,3480.245395398975,42.768762969700006,1272.8118387882857,347.5522670238615,7063.38082508019,194.41755386677383,4120.404320210854,222.50555213133177,4656.723773430508,171.50760740027133,5287.392479041657,53.515074859938416,1434.7765670516005,113.57032138548813,2758.781447779492,255.65994688526587,6331.812045003621,107.95082503064594,1843.4818549159793,82.7670777677841,2510.715668469023,109.47812381785269,4488.086976999655,146.72117030470022,3005.7018177637487,146.70957514178204,3829.050066128813,172.25152416179668,5397.775507798235,2159.238133858051,687.77252098432,17801.175839392938,7207.446516742085,480.67618801988976,3292.1119425245847 -5169,497.3204418997179,4268.53143362406,96.16757993780621,1710.2187018072252,211.36742178060422,3044.1052477665835,237.29720661982853,3587.281142408221,39.86436885787498,1311.9574594238384,323.8911283082559,7280.616725750515,181.18172965482978,4247.128302082062,207.3384765118555,4799.9423833491655,160.11386089045288,5450.007449949597,49.261858453842095,1478.9034501296615,104.3714258833279,2843.628405263786,234.96583197850268,6526.548379704357,101.41387611337568,1900.178563056097,77.60362695500092,2587.933305897028,102.05593598102013,4626.119123485853,136.78317169732716,3098.142867977253,135.04954152401035,3946.8133809530304,158.56149363381,5563.7853341251985,1998.8338758759799,637.5668969480822,16586.058613123332,6726.916347884971,440.9385926028769,3068.687431644844 -5170,480.5046285865776,4382.702903709935,93.18376492597412,1755.9623460534876,202.81630750361995,3125.526686647393,228.47554697591104,3683.23104180778,38.29386767587024,1347.0487113360625,311.09690656906645,7475.35318901348,174.02475923578336,4360.727297294415,199.13329786871893,4928.327634050997,153.98917696031853,5595.780152391998,47.32724444475734,1518.4600479061994,100.863075588691,2919.687640261917,227.0208608009822,6701.115589688516,97.82401803233458,1951.0031108761862,74.87208248609514,2657.1534005860353,98.0424878119653,4749.855080297663,131.40931228471524,3181.009664502801,129.74586961326364,4052.3797784049593,152.33445924019694,5712.601281885477,1913.3855858190739,612.3560565019252,15980.234437461526,6476.854793577042,426.1176614650411,2957.412661851324 -5171,454.33390380088156,4330.848133038564,85.74631332297132,1735.1863485098056,179.50140837065837,3088.5464319679904,210.14026072212425,3639.652203543169,33.15135591256398,1331.110852087066,268.9518631449637,7386.907146965851,150.44920808116964,4309.132535128315,172.22675443419257,4870.0172021390445,134.8230813874511,5529.572630936672,44.64288045880805,1500.4941033081382,94.25010691285212,2885.1428088316,212.2068045874478,6621.830084880169,92.16097544577478,1927.9194519751966,66.4732077623314,2625.7147922082218,84.95330791289967,4693.656279849066,113.9221888248053,3143.3729525740555,122.38678619732438,4004.4332876892386,143.69416883240112,5645.0115693456655,1577.5830139461025,526.9694040337754,14487.409137488801,6058.800061459285,358.6227591289382,2799.9241982475273 -5172,422.8149856172449,4267.166833400632,80.51524767750122,1709.671964631012,168.9786205721922,3043.132082460005,196.20527645678584,3586.1343300385456,31.431115712091035,1311.5380417692897,255.06615834593694,7278.289196630689,142.68167203872005,4245.77054419271,163.29614047079278,4798.407897179715,127.52604944561816,5448.265145482702,41.80219754561163,1478.4306617691077,88.82318789495058,2842.719330089453,199.94257262003632,6524.461917529801,85.60990617673139,1899.5710979051378,62.78917565204054,2587.105973494219,80.53030192869082,4624.640206605966,107.98010863686412,3097.1524274673034,114.59916029194514,3945.55163027713,134.55072723694227,5562.006656182183,1511.6956724988831,501.1719831907023,13632.141928038083,5655.075250184223,346.741913395933,2609.575720216292 -5173,426.191699176267,4196.337630531807,80.77831454390936,1681.2937204353223,166.30004578428398,2992.6202023202227,195.6677730721203,3526.6093463915545,30.832817571242185,1289.7682826627242,250.0920584903317,7157.479431703991,139.89920615266254,4175.296490810211,160.10663836032367,4718.760810560921,125.55834723944379,5357.831306746426,40.05868904810567,1453.890710705961,84.49426434153862,2795.534030805156,190.24742693660448,6416.164666728769,86.02276311732264,1868.0407847230645,62.293475635591,2544.163510498523,79.02229246963157,4547.877428824444,105.97639415590301,3045.7438826024354,109.81939698983545,3880.0608051556737,128.93881326932737,5469.684862076344,1455.352542686379,485.68811552073834,13391.500883996268,5583.86856226788,326.4727595795052,2573.5937699805436 -5174,387.2192589584331,4133.63104984143,73.09948915057174,1656.1698649148261,152.26818872316142,2947.9009740991455,178.50080410118892,3473.910628363254,28.121710774094943,1270.495057767703,228.12708311577362,7050.524009847962,127.61220017329335,4112.9043314181035,146.07074145762823,4648.247572213954,114.42937126457247,5277.76833023151,38.15302707558975,1432.1649766986334,80.75286223000484,2753.759894472574,181.80113401446985,6320.286836386983,78.35498564325289,1840.1263363364822,56.49631044671932,2506.145646230444,72.0685921771849,4479.9177296606795,96.64690322257542,3000.2308182705674,104.59509600392849,3822.080402389266,122.80496817685278,5387.9504390262955,1334.1299117177684,446.97255169194494,12332.276489368864,5167.223637068077,304.6522496550555,2389.316609058853 -5175,387.6693521882961,4038.3690264877378,73.85298226451695,1618.0024304130823,155.14275213882942,2879.964816262858,180.2177414601838,3393.8522604495347,28.864639398668952,1241.2157320599913,234.24519323661477,6888.040427064813,131.03461492019477,4018.1199678048874,149.97586340824375,4541.125900386235,117.11636738245798,5156.138972442266,39.09221555038656,1399.1598700958468,82.91426656943833,2690.2978350350804,186.6533911927856,6174.632010169964,78.63738558703328,1797.7195138813058,57.630055072531,2448.390006648601,73.95338026488885,4376.675320689051,99.16040053779844,2931.0886875795563,107.16984606222742,3733.998251814637,125.82797892069182,5263.7818680139535,1389.4852535757163,460.76173015361076,12559.777137264928,5235.994375060573,317.6525033650136,2415.537950934897 -5176,409.2740981626002,4000.9400142992436,77.57190449127042,1603.0062197419602,160.8689396680527,2853.272298193481,188.52704158043522,3362.3968543712067,29.83373184723846,1229.7117118827593,242.02212367154104,6824.19966674587,135.38495855252856,3980.8786309524694,154.94555367964048,4499.037162195097,121.34561837592766,5108.35007866379,40.86217556399155,1386.1919685771943,86.76974863960253,2665.363216678574,195.32467351939908,6117.403367801657,82.70394761414364,1781.057622618962,60.014017762264785,2425.6974743911564,76.45460970851074,4336.110767809239,102.52766783382671,2903.922335645546,112.02212520588085,3699.3902540902345,131.52503364493228,5214.99530234766,1417.5059675651112,475.03338560929996,13105.852738823849,5489.737115100494,326.91921119802316,2538.753599565107 -5177,443.92124466135704,3948.0455518213457,85.24887987083129,1581.8136619832983,181.0222222933734,2815.550586801501,207.74063337469298,3317.9442573280867,33.93360959033141,1213.4542974325686,275.49255199564294,6733.980275321778,154.1080094978366,3928.2493901686976,176.3473727572981,4439.557602013769,137.17036991998498,5040.81509173718,44.46333369163224,1367.865805523757,94.485604679567,2630.1257589434654,212.68814772506732,6036.528183034103,89.97452270357215,1757.5111347301417,67.26700141893654,2393.6285196996705,86.9171771172237,4278.785177450928,116.52577807294414,2865.5310049901086,121.89456545392855,3650.4824328565414,143.1162530883739,5146.050411307909,1656.6264183868807,541.212053558628,14526.310627066765,6003.745223475359,372.85567318580763,2755.974433485517 -5178,464.21903013110006,3861.945836149479,89.68413056297814,1547.3171738463247,192.75188629911847,2754.1485331014032,219.09751454669063,3245.58590851439,36.285251799673816,1186.9910592002868,294.6885524827972,6587.124374234799,164.84607629479905,3842.581392892,188.63241516133678,4342.738899639395,146.28489892321062,4930.884053592799,47.352862454033115,1338.0351322483352,100.61045617325018,2572.76748456342,226.47647869089033,5904.882447598077,94.32778186449464,1719.1830032523787,71.40301905102541,2341.4278213376324,92.91885514436447,4185.472630175588,124.55590940351709,2803.0389689839008,129.81610042704207,3570.872029326852,152.41691714865158,5033.824381635504,1793.7536088781847,580.4629400183279,15409.18094482863,6345.678319735965,401.2365620220779,2905.5194367977697 -5179,480.0955798781604,3682.598507878002,90.49356707500317,1475.4603397808844,187.04459887352095,2626.246899564504,220.4032657241535,3094.8621060418063,34.528569779890944,1131.8676358842424,280.0499215431054,6281.220768220265,156.65736026764114,3664.133342163254,179.31110498060363,4141.063720319041,140.67696267563073,4701.8956320695115,47.967633627687285,1275.897278357206,101.26191560248995,2453.289119460239,227.99468170147375,5630.661902912824,97.02071346048965,1639.344783990747,69.69919423463666,2232.692784153347,88.49826853756865,3991.1008379176687,118.68754056337174,2672.866881788258,131.50147259427297,3405.0420603862076,154.39571045034873,4800.055449564132,1626.7626712576925,547.783999491581,15259.13197433797,6450.179903906885,369.6818312973355,2982.6910761727686 -5180,464.855305395467,3626.844880325857,87.38833658636734,1453.122236380222,180.72340928337337,2586.4861732227487,213.35263690267928,3048.0066617634325,33.30731611620498,1114.731440756151,270.12972910211687,6186.124644508984,151.10809550588306,3608.659272637798,172.97170793660987,4078.3690432212097,135.75493095002136,4630.7100990013105,46.10248243614318,1256.5805101838237,96.36381523083473,2416.1469309888353,217.04286615928928,5545.415078982527,94.02113298470078,1614.525510773576,67.23391320867822,2198.8903694562923,85.37128426080112,3930.676561645278,114.4961648713798,2632.400340484641,126.38823039844695,3353.490568571926,148.39225934098346,4727.383801217962,1564.3487342133915,525.8577091470642,14690.55098452993,6238.54216934892,347.294365640685,2879.3818157916617 -5181,405.73370107842817,3410.978273348172,74.79560579827078,1366.6336830944686,149.87614185080486,2432.5407984875246,182.3773934415187,2866.5919947923053,27.104846786299685,1048.3836090325738,219.56337084826504,5817.931964255392,122.82173799238174,3393.8750569828694,140.63961882640587,3835.628116489352,111.56260408336506,4355.094320010811,38.46160774709038,1181.7899470144114,79.91272137268582,2272.33999764537,180.02818806522424,5215.356866712004,81.81131831912931,1518.430377016906,55.90025802755848,2068.0143549497684,69.52858439171933,3696.7261610941396,93.28915406203058,2475.7221950282883,105.44105836745521,3153.893769024146,123.79821150374657,4446.01408877564,1215.9891005350564,423.60922701696995,12297.862098318223,5304.572423413371,272.50225010562264,2466.9968107894156 -5182,317.54837277366346,3106.282756554912,61.089899806139805,1244.5551698447182,123.6186725563152,2215.24704393414,145.4686062691794,2610.5253595653066,23.201594309173828,954.7337057049261,188.20583617335356,5298.228335426128,105.28062039590156,3090.7073345440826,120.43948905186234,3492.999522132079,94.45057563552555,3966.0629019899216,30.01568987962788,1076.2231360322999,64.42563212975834,2069.3566437722516,144.97210874119213,4749.480004293806,63.865096322277644,1382.7921842864637,47.121609990715314,1883.2829810970738,59.4614225661066,3366.50538633907,79.7415034874921,2254.571137120717,82.28689058836085,2872.163070422958,96.61293278698533,4048.860998990676,1098.3978331219787,365.42170315087833,10059.723111397741,4182.368253590027,249.1797585144058,1922.6369442360779 -5183,303.1021168856062,2914.5890534136106,63.04396547729181,1167.751669336677,131.03655095592265,2078.5405872123692,137.7605103237606,2449.425642463457,26.340520376559834,895.8155537195051,213.3669785937215,4971.266146435831,119.3555329371154,2899.974815736997,136.05903176527343,3277.4409056296613,101.45104303845521,3721.31078373235,29.623180488038056,1009.8076759725135,62.94664076212857,1941.6533182048436,141.69384955086954,4456.381957086927,63.16859309900348,1297.4578553618474,51.75187782906648,1767.0625604197633,67.5689931185613,3158.7529263317915,87.60653757381036,2115.4379273837226,81.21084077940485,2694.91726952694,95.34954408527615,3798.999277045663,1357.1211259119602,417.7146615079135,10409.834923892653,4029.2868103777596,307.7625776632515,1810.038093634285 -5184,313.8592103007229,2800.157660376103,64.64169170910321,1121.9038850366692,134.14351053606995,1996.9337841534145,139.230408052664,2353.25730336927,27.110388822531505,860.6444130069823,219.58926685729455,4776.086345828749,122.83622398257116,2786.117200870226,139.6316929010422,3148.763372860485,102.1390369464345,3575.206214922127,29.961546947295247,970.1610235821312,63.31090493983211,1865.4209266305147,142.54185014492913,4281.417327112966,65.42732920977343,1246.5176002948,53.14524670429474,1697.6848791523373,69.54678081380773,3034.735272042552,88.37392432244293,2032.3824761765006,82.13845976545272,2589.1105394455167,96.4386603480269,3649.8445346603985,1388.1652432309506,427.4249126693443,10628.674952819067,4098.497723949513,313.51105188843803,1840.1785102337103 -5185,310.7685172102259,2731.0179661476077,64.87456646191835,1094.2025549784262,137.4751087031326,1947.6267779142106,142.3722572589864,2295.152185683121,27.572497067803777,839.39393400832,223.42258923888312,4658.1582897652415,124.98054940157368,2717.3241846487585,143.31826642664464,3071.016130311214,109.49578921541315,3486.9295196483577,30.633258032948195,946.206430784716,65.85253543615842,1819.3611513900923,148.17503046950745,4175.703320701837,64.71529665277998,1215.7393884268138,53.78492441026213,1655.7667346485857,70.71331079059883,2959.8035381110885,95.13470929790371,1982.2001936048393,83.97993057068076,2525.1818851578887,98.60072886055198,3559.724917940649,1465.3129836553571,442.7729375316536,10872.184030756634,4119.28468699653,339.3449658114028,1849.2716396898256 -5186,338.93788153812926,2732.9673914364203,73.52793339244394,1094.9836066442147,169.85428705129556,1949.0170114978403,169.16879284625364,2296.7904860414137,34.53756382417908,839.9931009792132,280.45767990468386,4661.483325221588,156.88545655918787,2719.263835192665,179.21372820731733,3073.208249360224,132.98701273844173,3489.4185214309045,36.29231367176502,946.8818414804613,78.30874662393214,1820.6598278111069,176.18007084511413,4178.683975444082,71.74887178445641,1216.6071941819505,64.63647066747085,1656.9486358974639,88.45117434608208,2961.916272607394,116.25826463048845,1983.615106004831,99.49401983706875,2526.984382793128,116.81580118650571,3562.2658817359325,1909.4452503760463,563.1113089045239,12982.743241008786,4774.670957685515,435.0832722109683,2118.3471906883733 -5187,536.2525694263637,2798.273214249412,116.3334280410766,1121.1488677529662,254.0613242372373,1995.589890490548,247.3146100279326,2351.6736116103402,53.9878194680125,860.0652177518366,438.31383797447165,4772.872142020692,245.1887450905439,2784.2422036720386,274.0151041299955,3146.644322556347,179.59038087009972,3572.8001777195905,51.70357796877631,969.5081259938895,110.07239588736769,1864.1655383037855,247.75829468296646,4278.536024958807,112.99203741168884,1245.678720649926,101.56385156225026,1696.542373592693,138.28178318201822,3032.6929602078085,156.4731409283702,2031.0147263032054,141.74342420265657,2587.3681235106305,166.42077270842225,3647.388267467414,2798.9534581086195,843.4409915521857,19393.428381282625,7231.792320203367,600.35190618508,3169.896828091686 -5188,685.4749430820405,2998.219491590253,146.4580001488011,1201.258823174969,318.44062902094464,2138.1816744774555,332.14820473633586,2519.708806232429,64.53977822923167,921.5198454429882,523.4417494814052,5113.910326627273,292.8085188376359,2983.185916889409,332.2076584115527,3371.482917732478,241.31085791764593,3828.0890793107615,71.50700969659613,1038.7828271406715,151.1412358939674,1997.3665988124199,340.2848403157942,4584.252188163642,143.3986062266559,1334.6867637846499,124.22259787244958,1817.7661805546027,165.422372138888,3249.389337324786,208.24200111825553,2176.137737051704,196.0337912205805,2772.2445043343214,230.16302304963705,3908.0067454570217,3362.88373641311,1028.8888684533783,24859.326933574957,9605.178025363199,745.5942415133343,4285.348493211793 -5189,623.6223437336935,3425.534002761588,133.14246927788906,1372.465543782006,324.8349830509188,2442.921223929263,350.69970882180013,2878.824654771668,62.76614727179147,1052.8573954104506,509.6327300969177,5842.758930782576,285.0838799134807,3408.3578015310763,327.4102572222358,3851.9959618756284,255.34386481732474,4373.678892943244,77.31388423976293,1186.8330206764879,162.0664550755947,2282.0367953058676,364.9894208780984,5237.612453603136,132.31876876093796,1524.9100024878928,116.97704605087382,2076.839230091574,160.7557315045817,3712.5012676484143,219.30622297150342,2486.286889226193,211.9531204817152,3167.3524370723344,248.85388713409716,4464.986645285339,3418.3378136604842,1042.6949093433996,24907.553659569683,9772.439446350641,768.1636112560598,4403.370513304567 -5190,653.3751449964703,3821.9825736067883,128.38505959218773,1531.3055970198388,282.39790338490945,2725.648713171345,314.93870182802243,3212.0007140891526,53.00174666115762,1174.7081227358171,428.9430217566423,6518.961072122989,239.9467963545847,3802.818512841122,276.41829325645426,4297.800409519688,219.6057170707914,4879.859460716125,70.5571236225664,1324.189197698746,144.36127158498655,2546.144588539219,325.39936432492703,5843.778957919836,137.1651715743155,1701.3929656307205,103.82805745256634,2317.1988189852405,136.04211385375208,4142.1615251830535,187.61336241090555,2774.033232759857,193.42971409429921,3533.920787007871,227.10557943286332,4981.73456632166,2699.607922229048,859.9474087598211,22443.819089817072,9117.722542029956,619.6422253411653,4185.689615862276 -5191,592.0090230078329,4060.4625341047713,118.46565343665605,1626.8543577100288,258.05937808932146,2895.72081186097,286.22115394330694,3412.419682167441,49.05588330825428,1248.0062975211422,397.1218847115082,6925.724198073265,222.14634383977028,4040.1026948743,255.3092706673988,4565.969939901204,200.49808607064736,5184.347686137065,63.74729297624902,1406.8145319270602,131.12174039114933,2705.0161818034367,295.49970484377104,6208.412796040272,123.94613971161749,1807.5546551258815,96.23654804329199,2461.7849002075004,125.8904605810732,4400.619667751118,171.39291881072293,2947.124376695754,174.76081820798115,3754.42657777429,205.18645269741714,5292.579485079799,2501.941920080976,792.949553678379,20509.494826324597,8290.71818211927,570.672326878384,3788.933220878195 -5192,595.9815079097683,4163.652229544251,118.69878757192029,1668.1980726899037,252.8819376802371,2969.3105928634873,277.7088225287907,3499.14047930741,48.75675357911391,1279.7222384185386,394.6129846210003,7101.729607480295,220.74288811591748,4142.774979897666,252.03474844181,4682.006239590422,191.0367970425506,5316.098996312077,61.52257463738622,1442.5663118954951,125.98916691290592,2773.759531511674,283.97823190091566,6366.188965677363,124.66059025256845,1853.4905584339456,95.98047685856105,2524.3469438062916,125.14111612806735,4512.453873693456,163.30061689782298,3022.0204911899,168.66183613313729,3849.838893946746,198.0256456593485,5427.081320909454,2433.5772054191816,776.2943194521199,20123.989771184875,8141.228489634885,546.9320359327203,3712.006489332913 -5193,561.4335502270521,4287.8957470973855,112.0083981389269,1717.9771572771485,233.34200500390978,3057.9149172466327,255.3833347146906,3603.554944683953,45.472513571242104,1317.9091915132005,367.95461075560047,7313.645449270275,205.83043802212728,4266.395519644316,233.9411081162491,4821.717457613095,173.10748543186094,5474.731562758387,56.35337867774824,1485.6125374235976,115.0954529304061,2856.5286058825345,259.44917295787053,6556.156250863015,117.14333355577531,1908.798776804663,90.06328053410635,2599.673538471795,116.72785737416011,4647.10564361933,147.81174144926507,3112.1976806484404,154.490678846187,3964.7182113889644,181.38730804945004,5589.025603520807,2230.4618495385084,715.7042038129019,18628.916151714497,7555.165062510309,495.6023171392797,3437.7424808630985 -5194,540.8255193506794,4384.392406047116,108.08075715794328,1756.6392576655317,223.7062167256079,3126.731556052879,246.41411562024666,3684.6509024714464,43.35379286152734,1347.5679895066576,350.73712097155044,7478.234887125713,196.19913198518134,4362.408328183904,223.94652745725313,4930.227471032664,169.72191552003224,5597.937287806725,54.361709354966116,1519.045403988101,111.77324201054908,2920.813160106734,251.89891089779147,6703.6988244409595,112.61377141444797,1951.7552093843656,86.37819575447168,2658.177715256496,111.30444556495192,4751.686117316542,144.99329015507251,3182.2359222211207,149.03059192800495,4053.9419434107067,174.9766269960571,5714.803451055776,2143.2404340731478,685.6892750563067,17952.097586393968,7268.078418509133,482.8283156964632,3311.957165407546 -5195,511.21132569776813,4339.490594817126,99.46037087582262,1738.649014767086,199.05028324293102,3094.7098077478913,228.55315714024573,3646.915343253938,37.429818168195744,1333.7671619618989,302.30826594424235,7401.648153973791,169.10847419260406,4317.7316621559985,194.1768484380955,4879.735607457705,153.34300897310303,5540.6072178458935,51.04588257725865,1503.4884274078154,103.8470633090676,2890.9002807366533,234.12653905413728,6635.044335681561,106.00478573303549,1931.7667284586953,76.64473874968624,2630.954560271191,96.20094840497512,4703.0227465905,129.93988694933446,3149.645737895514,139.94037689841937,4012.4243694751926,164.30381717916976,5656.276521435635,1789.6683868435957,590.544149455563,16305.515987305602,6796.348206940671,408.9489408442707,3130.509700135609 -5196,469.5283902982475,4276.913966147842,91.63806956226034,1713.5772254853578,182.54073560802686,3050.083254873246,210.02677570778897,3594.325837127186,34.28065056438752,1314.533878561064,276.84936165433487,7294.914384663379,154.8669963896919,4255.468803183784,178.19273516590115,4809.368499512622,142.1463006608833,5460.710162443216,46.917647251307805,1481.8077174316643,95.74832434107225,2849.212716393583,215.84293225509774,6539.365200878486,97.04895601851054,1903.9101294867294,70.41182394584317,2593.0154835600943,88.11210942210732,4635.203885918676,120.58570613950468,3104.2269940421497,128.6229742349516,3954.564124281409,151.0160692155407,5574.711483374391,1646.9175191904603,541.994266243283,14992.44949930758,6237.990853545017,378.9996926658346,2873.920074520486 -5197,473.034857427575,4191.399081844507,91.87133338874912,1679.3150543633624,176.5678077922776,2989.098273945293,202.93229586124298,3522.458981599283,33.51833378103,1288.2503915824352,270.52213095830393,7149.056000663878,151.32760150901154,4170.382704833184,173.13919461388534,4713.207437105666,134.24202952870422,5351.525829662268,45.237958229642814,1452.179668675264,91.71950172607073,2792.2440474592768,206.8103179237105,6408.61366764761,97.43243974149728,1865.8423414190522,69.74782739498416,2541.16935786561,86.18849583412917,4542.525163090937,113.65824375778269,3042.159434500872,124.01816963767237,3875.49447353914,145.60957403905303,5463.247747770046,1560.0236897277855,520.4435390008312,14614.901111159446,6117.356894117384,354.7629628630196,2816.2861182355837 -5198,426.3991101247855,4121.99946466438,82.18493167725713,1651.5095842513745,161.9100374810368,2939.6059035279445,190.42287961150905,3464.135424218507,29.92525476351393,1266.9200237834743,241.48978298698498,7030.684607256256,135.08717205094305,4101.331068957299,155.86001218420782,4635.167912489052,126.77858012599252,5262.9172680206775,42.73821431575038,1428.1350212640048,86.81835610574292,2746.0111156426565,195.74531346529855,6302.50224124668,87.98983173585589,1834.9484223041084,62.17486643775783,2499.09362678344,76.95624020358544,4467.311731682045,107.03457493012624,2991.788497247538,117.16521524061231,3811.325486622019,137.56352906370566,5372.789336425312,1412.2627476226698,472.93016061206816,13415.572206249492,5668.138176279546,326.53500851902095,2623.9625577745687 -5199,426.9165870454072,4032.195835901252,83.05021000925863,1615.5290959290803,166.04820696859755,2875.5624024228764,194.4142831420765,3388.6643004863136,30.783013860971568,1239.3183667566489,248.54170118635056,6877.511130201452,139.0319504813341,4011.9777306299457,160.39059425513466,4534.184178251273,130.31194368813138,5148.257120051234,43.63427826905091,1397.0210659196032,88.7752528965814,2686.1853527034377,200.14614182068303,6165.193254090422,88.32805250569255,1794.9714576468596,63.48531262022803,2444.647312991346,79.13482942982913,4369.98498339878,110.11131066438864,2926.608124021436,119.62174103699121,3728.2903329229093,140.44773285313184,5255.735468969237,1471.4651572342832,488.8182765027568,13685.251639386996,5758.775593195877,339.220856097115,2660.527080118049 -5200,451.961964687459,3983.070265676736,87.57733876663599,1595.8465727378243,172.7861209925106,2840.528478356629,203.21042649371694,3347.379086961053,32.001108956430606,1224.2193428167493,258.2774660270733,6793.720146393473,144.47804813324643,3963.0984842425482,166.79173008603854,4478.94271867822,136.11650292710848,5085.534207529697,45.57632468890001,1380.0006980426492,92.82325258931266,2653.4586716217877,209.26446918608238,6090.080673631185,93.1571476735368,1773.1027290477878,66.46753764110451,2414.8633694191494,82.28699040547622,4316.744016709955,114.9309305169905,2890.952293112589,124.94578862372025,3682.867343558989,146.6986903018038,5191.703112315455,1518.6001724938474,506.57767492654335,14318.895177544626,6037.954701881367,351.5343745323455,2792.089789666945 -5201,488.95657518173914,3919.8438327799468,95.89862961668257,1570.514434584435,192.47738170250142,2795.43851728417,222.1553583932456,3294.2434842463213,36.283574510548,1204.7863383838226,293.1122687870041,6685.878039098253,163.96431763743098,3900.1890792700615,188.10902436415475,4407.844909108708,148.31774968406404,5004.807490231358,49.52323351060127,1358.0948526238033,100.91377280970956,2611.3382179377513,227.49977271132283,5993.4079936723365,101.09415785267898,1744.956863361382,74.19439673823892,2376.5303281727497,93.24195394757247,4248.220915760151,125.47609391999488,2845.0619148424867,135.76609146120396,3624.4062697055133,159.40279399679142,5109.291091799644,1734.1195295306254,572.6358170974408,15765.20858574255,6591.329779188493,393.6190976573765,3031.1202465978226 -5202,506.43524359793025,3831.599748029757,99.52678609191841,1535.1587891100137,202.00589520239097,2732.5072057430607,234.19341492380582,3220.0830039790676,37.91443848081195,1177.6640160960965,306.34149992174633,6535.364596859101,171.36462832675295,3812.3874651407586,196.70810664434788,4308.614874362852,155.807382959717,4892.138548516619,52.323339353214344,1327.5212271462958,106.4380062909847,2552.551398654779,239.96855520695277,5858.483536092351,104.89234356535297,1705.6741449917872,77.25279348322502,2323.0295376726485,97.42154834360613,4152.58435917264,131.66667326520192,2781.0134742813107,143.44247684601285,3542.8131176114443,168.4156282396063,4994.270000309271,1817.4921103066267,600.7384672840118,16507.072564452264,6924.342924058251,411.53900267872297,3185.41481148007 -5203,526.6065002843482,3671.746691555847,101.1585305019312,1471.1124792786673,197.81469939510816,2618.507921527736,236.78768863095553,3085.7422209809406,36.30299307155583,1128.5322683009094,292.8424168178264,6262.711377660906,163.81336491828196,3653.335938665703,188.92349136786265,4128.860906796169,154.39080460350635,4688.040168962142,53.26190476768832,1272.1374867641093,107.69377055174434,2446.0598103589155,242.8536751474912,5614.069567741925,108.46217828615016,1634.513991699246,76.02793202405908,2226.113524441597,93.38125879483376,3979.3399323713193,129.6418384400706,2664.9905248102477,146.01551880775227,3395.008142507439,171.43663350946377,4785.910730838103,1680.989908008142,571.9195224945637,16483.837655085914,7063.720145934724,385.9370660187421,3275.2477712329032 -5204,510.4285654103227,3621.776367011167,97.82985853244308,1451.0914990186882,190.3025348601051,2582.8715605111997,227.62225228022612,3043.7470744752595,35.11280408816512,1113.1736043070584,283.2316046926919,6177.479539421332,158.43716467064124,3603.61617369779,181.67960350793635,4072.6695251883543,144.40210846446348,4624.238684709352,51.30006872923418,1254.8244397542899,102.68855422822318,2412.770367255328,231.65296841050096,5537.665365087738,105.23472156106239,1612.2692124431308,73.49307071417412,2195.817421623428,90.3218635719325,3925.1834437574657,120.91746021830784,2628.721562754797,140.63721872216445,3348.804067726605,165.12197827140776,4720.7772854912755,1591.5441196829183,547.7379509693218,15833.344195231888,6835.4511629295,358.2757264718345,3166.9450918266452 -5205,446.3780390776159,3422.7398231526117,83.94976590191062,1371.3460350474943,155.71844362478032,2440.9285533953444,188.68251467173926,2876.4764214329543,28.545402881366392,1051.9985883856061,229.89986518582666,5837.993040894636,128.60387822088586,3405.5776324066546,147.35277879212538,3848.853920791857,117.0334422793179,4370.111319429445,42.610482742846195,1185.864930847877,84.67112519498123,2280.175356862916,191.06011829627406,5233.34017666594,91.72514986563525,1523.666146075713,61.21695798406427,2075.145169596724,73.50308522229923,3709.47301122708,97.6377200150059,2484.2588456795984,116.81504391333658,3164.768854020181,137.15239335710496,4461.3445927970115,1236.6661203426372,437.78411681437893,13169.126919427534,5756.950859687985,279.51664539447023,2679.7181061136766 -5206,347.2678399026072,3117.394495828698,68.03820549815724,1249.0071704006803,127.02390495718295,2223.171386149052,148.7226831306187,2619.8636843207996,24.209139800503568,958.1489620885577,195.29991233587788,5317.181063329603,109.24898160462841,3101.7633576960516,125.10663035797725,3505.494617722295,98.34092037687947,3980.2502314651124,32.814722819029214,1080.0729822392404,67.32743286648986,2076.7591094497734,151.74483824179296,4766.469759454506,71.13084361759357,1387.7386838249222,51.12993973962635,1890.0198273872418,62.26961613110875,3378.5479893628476,82.87591858644673,2262.6361487804006,89.96033464916385,2882.4373209312193,105.62231362505426,4063.3445123416896,1111.8967325001245,373.8239983815192,10658.136195511757,4492.784486665463,252.95605111056128,2065.60727994568 -5207,303.5302506856256,2905.6866686834173,64.293713042416,1164.1848630256518,134.66467175491542,2072.191847254325,144.49992725524453,2441.944063058061,26.698493616148987,893.079355044374,217.05595112737768,4956.081802083778,121.41911037373131,2891.117069054896,138.13595231311476,3267.430218243659,101.63725258849816,3709.9443304553083,31.061828654262992,1006.7232972589927,61.342041581641375,1935.722689723593,138.45030068380547,4442.770286295735,63.84803103709842,1293.4948716313916,52.27702449862489,1761.6652057783765,68.32190964749967,3149.10476211293,86.67518992209487,2108.976487380592,85.15484089148106,2686.6858551114933,99.98018956252521,3787.39553033071,1369.0044740466444,425.0934734150325,10591.22941450857,4102.546961369994,311.56728220285197,1857.0264696911745 -5208,307.16226338440134,2790.865388066888,65.921732971596,1118.1808673823252,137.85304501676913,1990.3069956806066,146.01597887569997,2345.448061773345,27.479776563569583,857.7883801627489,223.39406932299516,4760.236990085043,124.96459562192808,2776.871521570726,141.7716232319379,3138.3142588295373,102.31786918269356,3563.3419580694635,31.415926557277565,966.9415618559293,61.695789192035726,1859.2305611854379,139.27810146689407,4267.20952151834,66.13438752163204,1242.3810542909537,53.68459373961679,1692.051142732581,70.32408196603264,3024.664558191957,87.4336675730714,2025.6380518634166,86.1255870419037,2580.51862317179,101.11994137369977,3637.732591900072,1400.34613910957,434.9043467735479,10808.940644323076,4169.026511571247,317.3827441909829,1888.0599225131207 -5209,300.70026164005697,2721.010904145618,66.13935469717413,1090.1931515449326,141.19724432953538,1940.4902368277321,149.1421390740114,2286.742233602677,27.941996776527372,836.3182064789386,227.24019960283158,4641.089753637478,127.11608566186325,2707.367299731724,145.46282670126647,3059.7632388231054,109.63435320727353,3474.1526282722416,32.090392804696755,942.7393183244853,64.16077960447821,1812.6946043107064,144.74528373004986,4160.4026077258895,65.39839858428203,1211.2846467923566,54.318648135850225,1649.6996341828083,71.4884057956414,2948.958154489769,94.09827762999277,1974.9369677734323,87.974611020013,2515.929052696035,103.29087805682516,3546.6812879076656,1477.9928275987602,450.34574483253965,11063.18332937764,4189.254020283339,343.5615137378457,1896.2764854385648 -5210,345.7307439836444,2723.740098289325,74.8044679703701,1091.2866233719558,174.22322801628874,1942.4365629457945,176.95089760546728,2289.035853044851,34.95956383618582,837.1570398507272,284.8959640559271,4645.7448011261695,159.36819204941884,2710.0828092388833,181.7039406596847,3062.8322040741464,133.1013878520901,3477.63722915825,37.99386487761855,943.6848928617625,76.28563648064245,1814.5127504603145,172.07167675466485,4164.57552243754,72.41330658393044,1212.4995742883661,65.18625976073008,1651.3542951669403,89.32000455218655,2951.91598141836,114.97158964051714,1976.9178442184427,104.15875879419644,2518.452548219753,122.29266521808397,3550.238635577903,1925.9639861042385,572.4060383302767,13193.423075296503,4858.833074380994,440.4629939539511,2170.2283256316064 -5211,551.7099061467792,2789.1758857297077,118.3822395447961,1117.5039557702817,260.6436892829075,1989.1021262751217,259.0276862813873,2344.0282011096797,54.65343380350425,857.2691019921543,445.3017530696216,4757.355291972812,249.09772077083917,2775.1904906812383,277.93562178845673,3136.414421847872,179.87551511836438,3561.184822654738,54.19504487294053,966.3562057740281,107.25744776023012,1858.1050413406217,242.06270385281823,4264.626286765898,114.04972724704113,1241.6289557827747,102.44331962038261,1691.0268280621212,139.6548001249427,3022.8335211730805,154.81084652075037,2024.4117941450982,148.57368748728055,2578.956458166044,174.44017607773768,3635.5304227297743,2823.860576999639,857.4780889725755,19658.09975466516,7351.943106494273,607.6575261127161,3249.1051133086185 -5212,734.3509241355326,2994.515578498991,149.19809186475575,1199.7748229896483,327.10396474565954,2135.540227072485,348.40958473027126,2516.5960313139317,65.37251681232699,920.3814266484444,532.1070893183471,5107.592750659449,297.65583054976724,2979.500575838753,337.09334146153503,3367.317885869073,241.7889518948637,3823.359969485698,75.00015785185587,1037.4995450716915,147.29642313612732,1994.8991102532461,332.52062781341095,4578.588936443409,144.8343277190022,1333.0379306051636,125.38866278544198,1815.5205651245467,167.1562873117245,3245.37513631686,206.04126145674704,2173.4493998318094,205.61012617118524,2768.819754164901,241.4065856428176,3903.1789076733507,3392.5012261994584,1047.0738796422204,25274.47926899128,9796.333094635753,754.7535201220503,4395.621220755769 -5213,756.6496638884277,3390.1194013271756,135.45265726394734,1358.276421684161,333.76226849896807,2417.6652838593714,368.0706703133854,2849.062162948172,63.53657937132371,1041.9725158571678,517.7281705384135,5782.354048319226,289.612395125271,3373.1207748398265,332.00214137677585,3812.17241856623,255.88447154100822,4328.461973575106,81.11704941251041,1174.5630451449142,157.95333244908676,2258.4441456637187,356.69450941141776,5183.463828202619,133.56177071849254,1509.144845896856,117.97092066593366,2055.3679985937256,162.34347667509104,3674.1198787576527,216.9772083874742,2460.5826167937585,222.37935548462087,3134.6070245116057,261.09531628951504,4418.825748232419,3448.15252339902,1061.935563165706,25370.96067694195,10013.898808081356,777.6304458383687,4517.487765543752 -5214,699.5093054223018,3775.326274574349,130.98962566008805,1512.6124056018614,290.7668137044581,2692.375751045017,331.08895206351633,3172.7906803114397,53.748668237196256,1160.368043367408,436.58988123720025,6439.381798459589,244.22437948676713,3756.396156306467,280.75604734833325,4245.335633130334,220.15378004178638,4820.289282712777,74.0910872017675,1308.0243497452257,140.719992352859,2515.0628970309795,318.08407729257124,5772.4418721824495,138.72441838762677,1680.623457280701,104.91744310416252,2288.9119498187583,137.6236321629224,4091.596687945392,185.65907059534223,2740.1696236143475,203.11794300228584,3490.7809605381767,238.4805165780109,4920.920762713132,2723.224322049651,876.5674181806183,22891.058905821938,9319.814383021723,627.3300550685307,4300.176465399379 -5215,637.3973347669363,4015.3007999231495,120.85284911068618,1608.7599747578383,265.6245189424227,2863.5136993778383,300.84084751152966,3374.465683255305,49.739480338530484,1234.1255811760852,404.1345003653686,6848.694127577228,226.06913678629934,3995.167409191977,259.284785851218,4515.1857942589,200.99677633247654,5126.685749808413,66.93350797860406,1391.1675007329304,127.81268785378595,2674.930145857158,288.8476061671962,6139.360887291072,125.33206855631535,1787.4504669532535,97.23641145506272,2434.4041586437775,127.33495041765282,4351.674599547648,169.60838189284112,2914.345537688474,183.49570740563806,3712.668671209283,215.44207491039649,5233.713760834673,2523.866640423583,808.1204806060767,20909.98769484091,8473.616121609748,577.7404964304304,3891.722750059925 -5216,629.5747750250331,4129.602228333267,121.11090899271151,1654.5556877682718,260.3115809844079,2945.027818100174,291.950445291551,3470.5247998535897,49.44216311769132,1269.2567765198044,401.63317316069686,7043.652254136772,224.6699172653997,4108.895711095767,256.0106572290354,4643.717182450475,191.5371116779548,5272.624381410834,64.6115860512822,1430.7691247244754,122.8152498669929,2751.075957043859,277.60332032447917,6314.126802451402,126.06786933388143,1838.3328669938676,96.99014170952462,2503.703044711252,126.59174484806117,4475.551401682581,161.61707024794026,2997.3066592674154,177.13024533048764,3818.355232061918,207.96839404546893,5382.699101799549,2455.071849418478,791.0909580003324,20502.04620128836,8313.217747952262,553.6812322046754,3813.185157504864 -5217,587.1331233610969,4245.788109173224,114.30747615554904,1701.1064205878117,240.21802942777015,3027.8858349804705,268.5456773105433,3568.1676135079815,46.117050890326645,1304.9671690559783,374.54649788952213,7241.824595255334,209.51787928935664,4224.499016469289,237.67287508517722,4774.367628034047,173.58835585218674,5420.969058263574,59.195388495408764,1471.0236484880927,112.20143818525251,2828.4771607563475,253.64072181067397,6491.774029403352,118.4750688603378,1890.0541494852646,91.02447497601614,2574.144440159856,118.09400942710923,4601.4705224834415,146.30231945963345,3081.63553529454,162.28194241050053,3925.784214677522,190.5350206156019,5534.140718173202,2250.2847452427895,729.3426218521258,18970.03012755471,7710.741681636617,501.7006412578711,3531.7647722382044 -5218,561.1460127053648,4345.663779100463,110.32126726657525,1741.1223467256848,230.2997224184052,3099.11221709278,259.0679348897631,3652.103297919982,43.97331199278453,1335.6645253279328,357.0640579123807,7412.177440086191,199.73836254189382,4323.873893059396,227.52768361205034,4886.6773225048055,170.17208145381198,5548.4890621891445,57.08976614624065,1505.6272294002285,108.95774777000723,2895.012758869237,246.24186727064085,6644.483082123642,113.90329669019026,1934.514781887233,87.31294023079673,2634.697250106961,112.61947204688661,4709.713077049588,143.50150005013725,3154.126296878745,156.50945753471552,4018.1322825388384,183.75755352053355,5664.322912264558,2162.1815028858236,698.7403290676234,18289.37441162538,7417.337494270332,488.7911482131214,3402.2157002241447 -5219,529.5999779186548,4302.256526418143,101.64247199525245,1723.7309097676236,205.19761912949926,3068.1563139358964,240.62257599808606,3615.623768270875,37.9991381487848,1322.323058869218,308.0606273250281,7338.139899350674,172.3262924453427,4280.6842916122805,197.44229973345054,4837.866082589039,153.8252233808742,5493.067225855229,53.644693836693804,1490.5880673955037,101.24699556348875,2866.0955308620605,228.91569183763178,6578.11376071497,107.29501351610683,1915.1916183330466,77.54685484157304,2608.3802189029316,97.4223898631069,4662.669468526557,128.6273416245064,3122.6208781164805,147.06492071608733,3977.996622679931,172.66873494520385,5607.744053792029,1805.5035947519605,602.3952734052023,16636.95891469953,6942.534095265949,414.0218880197656,3218.115784567108 -5220,483.97161242096024,4246.892786445021,93.65637221917808,1701.5490177102802,188.17098458243495,3028.6736361089042,221.08794407847543,3569.09598618303,34.80372196093773,1305.3066979102284,282.1316435944717,7243.708787031045,157.82185651024332,4225.598154704223,181.1906561516791,4775.609832136154,142.57981767700892,5422.379496362649,49.2996122799199,1471.4063822348025,93.34837191152678,2829.213079354483,211.030314040854,6493.463071588107,98.23136412656686,1890.545907389266,71.24509023836092,2574.8141859842467,89.2349113868129,4602.667741885899,119.36212673144684,3082.4373211228167,135.1530422254174,3926.805632723929,158.6830136746931,5535.580601491231,1661.443930818643,552.8403184042401,15299.935575376197,6371.552233858046,383.709528990012,2954.132638422956 -5221,476.1249619587427,4174.114158287384,93.93465117942702,1672.3897218488019,182.07539501530718,2976.771522385492,213.71658376552114,3507.9327021777463,34.04146633793781,1282.9377718327696,275.7853535210748,7119.573986648002,154.27179998848825,4153.184450777818,176.12451358796102,4693.770626468349,134.6830409764175,5329.4566558438255,47.55072881138183,1446.1910204759104,89.42716723634082,2780.7291036491715,202.21982313169764,6382.185166044828,98.64118766845876,1858.147788452056,70.59910755585588,2530.689821739672,87.31555162269592,4523.7922296080715,112.52138310834582,3029.6138638579573,130.3585436413599,3859.5123099672337,153.05379903142685,5440.71784359011,1573.9054047789677,530.9023050656871,14907.776151614084,6242.561319575745,359.1599213687268,2895.5591953831904 -5222,443.28584955311806,4093.8627247851023,84.03571543382692,1640.2363912345968,167.01926321235106,2919.540173931376,200.60107096414686,3440.4892597361045,30.394573186907376,1258.2720364504758,246.20785774523029,6982.69320268102,137.7264198432633,4073.335411404382,158.54269857940676,4603.528288328863,127.20331439866823,5226.992631094866,44.92542287536312,1418.3865814715548,84.64994590603567,2727.266862731228,191.4028926937382,6259.481404472998,89.08781978627175,1822.423077045611,62.93617149256056,2482.0348309457527,77.96813734790318,4436.81789265283,105.96088577931502,2971.366569626612,123.16136565929494,3785.309405171344,144.6036015860569,5336.114713519346,1424.7404616168933,482.6835508118754,13700.63036086933,5793.737903877969,330.59931011343355,2698.1063910735734 -5223,450.50962181366504,3991.322839876276,84.89312817594589,1599.1530276517856,171.23768781092485,2846.413805621766,204.76005088804806,3354.314564481292,31.256883782267117,1226.75581852248,253.32010512348276,6807.796142009758,141.70494586358208,3971.309678652833,163.10779033058645,4488.222697351934,130.73999731310818,5096.070990863295,45.86270201602501,1382.8599391296448,86.55596253201992,2658.9564065630143,195.70013207881084,6102.698789629143,89.41323254259414,1776.7764432578952,64.24521886656602,2419.8667557037484,80.15348689970831,4325.687933819654,109.00268724370419,2896.942094124093,125.7308813495122,3690.4979234866614,147.62046666503917,5202.45986836005,1484.4517662570474,498.82983893694967,13974.25857802858,5888.572805184017,343.4389278889631,2735.294234948498 -5224,471.5588544878515,3959.4172077436147,89.54291961869913,1586.3698000676018,178.21579415393373,2823.6602886994638,214.0473803950154,3327.501016481029,32.500516449682884,1216.94944067919,263.30206571994296,6753.3763298184085,147.28876316558538,3939.5640267035405,169.64851279868853,4452.344972583468,136.56761081969157,5055.33427953241,47.90482671439642,1371.805704160711,90.5034005479479,2637.7013769981263,204.61684877649438,6053.915348547143,94.313428025607,1762.5733387096493,67.27758211725127,2400.5229487467714,83.3629164764063,4291.109471120952,113.77521266812224,2873.7846667565764,131.32928979178254,3660.9970101662134,154.19355084260147,5160.872711068115,1531.9997447968549,516.9853222954756,14623.195521037416,6172.283387385765,355.910788117845,2870.705581828852 -5225,517.7675067965758,3917.5045199121128,97.9910190042502,1569.5771715753278,198.41529939622532,2793.770235185777,233.93045832630295,3292.2775216974997,36.831226257939655,1204.0673372438275,298.6528428544318,6681.887992250255,167.06366400749232,3897.861496108757,191.25684761642333,4405.214363414753,148.80506799466764,5001.82068487319,52.0512532731282,1357.284358915377,98.39078133959188,2609.779804552911,222.44444480574398,5989.831204126658,102.31322964428348,1743.9154953328548,75.06043585064974,2375.112045145502,94.41541021840416,4245.685631632113,124.2158800590422,2843.3640181325413,142.6965630391854,3622.2432702119936,167.53985179491835,5106.241931958988,1749.4990284503283,584.195424233998,16085.59629399697,6737.695029324222,398.4933556581045,3115.829600707722 -5226,546.7899999068543,3849.274559165903,101.68587477278145,1542.2403329678934,208.2464808521032,2745.1120058176252,246.64246572829268,3234.9369455911346,38.482974368328854,1183.0964700148643,312.09970619496767,6565.511622266632,174.5857161587685,3829.9736518135246,199.98266169489477,4328.4901116451165,156.33222061643474,4914.705525910685,55.000228775570875,1333.644958358331,103.77944313783932,2564.326079428711,234.64376969884103,5885.508172498567,106.15051815535251,1713.5422602321746,78.14633914737988,2333.7454555769564,98.63842318349198,4171.73984228724,130.34787959107516,2793.84202923418,150.78106902556806,3559.1557830416327,177.03185991302365,5017.308100534582,1833.6188781532667,612.95904176753,16845.20320225969,7083.105690382639,416.63173673640364,3274.5435697023127 -5227,559.9114382150345,3702.0278005134487,103.46196532962345,1483.2448296328932,204.15958432019139,2640.102908965316,249.6287587438614,3111.190516916901,36.88015366359284,1137.8393396893523,298.63182945442765,6314.360323388315,167.05190930405666,3683.465213071226,192.22172034569627,4162.91186332784,154.96855159560627,4726.702709458312,56.01312907910465,1282.6288787586457,105.01544074409493,2466.232608173272,237.49844079214392,5660.369126659568,109.82971020296675,1647.9939238495754,76.97590884437747,2244.4724124173476,94.62835678690246,4012.1577807127073,128.36277871335005,2686.968856986142,153.55789730398027,3423.0069725224944,180.29213043612913,4825.380415562039,1695.9280993887858,584.037995159723,16840.15411880393,7227.258242099803,390.73368477741064,3368.6334394886476 -5228,546.5814777995082,3643.999839255591,100.0584626815347,1459.9954976052086,196.45240107651875,2598.720240445931,240.08400790185087,3062.4237186890678,35.67172794877812,1120.0041151370128,288.8369803925138,6215.384984477323,161.57276048014523,3625.728213730184,184.87494128527237,4097.659709280925,144.98707336083558,4652.613335611952,53.97298511394485,1262.5241299843403,100.14403847099634,2427.575294411313,226.57522438411235,5571.644865771678,106.56354041357129,1622.1622087141393,74.41007345980347,2209.291110382279,91.52978852556365,3949.2686429738387,119.74459963100358,2644.8515814992757,147.96491896768856,3369.352562915045,173.72542173903753,4749.744303977511,1605.8287466183874,559.4609066908911,16168.943220467354,6994.536369618868,362.70693689703626,3257.9567395980157 -5229,460.6596923008891,3419.0359100613496,85.93904970217407,1369.8620348621737,160.8936386479422,2438.2871059903737,199.15281725847908,2873.363646514457,29.024221683251746,1050.8601695910622,234.6624624390529,5831.6754649268105,131.2680314889792,3401.8922913559986,150.0670985782643,3844.688888928452,117.54141786386091,4365.382209604381,44.84692162207027,1184.5816487788968,82.57992692515359,2277.707868303742,186.89366816402122,5227.676924945707,92.93000045172309,1522.0173128962267,62.02993632161357,2072.899554166668,74.54614804857633,3705.458810219154,96.70609070706112,2481.570508459704,122.94615741098671,3161.344103850761,144.35092585751323,4456.516755013341,1247.837365330244,447.3719904418518,13452.417070543084,5885.515272023209,282.9803156577273,2757.8841194456745 -5230,354.19630548835124,3134.029608855168,69.59104825767334,1255.6721515181769,131.01295962764647,2235.0347250159452,156.69171116305947,2633.84386185718,24.593068381522997,963.2618588688226,199.15259163668986,5345.554728609711,111.40413510689459,3118.3150594796016,127.29344945551561,3524.200719647323,98.69145524144719,4001.489735340112,34.496519072140785,1085.8364928120689,65.64835819797942,2087.841159719854,148.38036481335223,4791.904706264053,72.02173454108019,1395.1439672715703,51.7698950006299,1900.105395156392,63.098864233221555,3396.576675736551,82.05561297400742,2274.710080431689,94.57091614259922,2897.8186500153524,111.03559144791556,4085.027425851268,1121.812055421846,381.4467922050439,10875.629596925859,4587.249782919244,256.0923863074006,2123.6514180488616 -5231,316.8675817096198,2917.83809976373,65.60098957571496,1169.053423796593,142.64651874276893,2080.8576461818143,143.9710579420249,2452.1561465920627,27.170811570428064,896.8141666291995,218.9075993883684,4976.807879363714,122.45490544595499,2903.207570824536,139.51797029793815,3281.0944421032495,104.04394259565633,3725.459125401782,32.3184402731353,1010.933361921309,62.39587879696508,1943.8177817059063,140.95025229505043,4461.349721415642,62.10041488508202,1298.9042001576804,53.08153300546624,1769.0323983822166,69.9471381029238,3162.2741550464216,90.94523672575237,2117.796117766967,88.59979462097672,2697.9214361377267,104.02490532152748,3803.2342221816625,1384.0611926372064,433.45690336129104,10806.227034868427,4194.119527039915,319.7569330894412,1904.8814633645684 -5232,328.1389055335664,2802.82187535769,65.27691211206452,1122.971322481607,145.99741754399548,1998.8337703507143,145.50320229572077,2355.496314212082,27.96578815078461,861.4632746630234,225.296645259136,4780.630561669152,126.02887916902658,2788.768057031667,143.18445518427725,3151.759269366655,104.74395090161188,3578.607851228126,32.68699841470807,971.084085011905,62.7575723868342,1867.1957846858381,141.79774007035343,4285.490889236531,62.26837742548052,1247.7036016805473,54.51475552771793,1699.300144447236,71.99700712466229,3037.6226763095815,91.73346548172863,2034.3161900948148,89.61018297429028,2591.5739532688826,105.21120099231378,3653.317185728338,1415.7210942436739,443.31078947675036,11019.590962709603,4260.832164806645,325.4662316105022,1935.4388530196964 -5233,324.87187061587935,2735.6965918832757,66.95199364256162,1096.077080996641,149.53965411394137,1950.963342110996,148.6913071199782,2299.084110780765,28.437014216372315,840.8319362883104,229.19594183105988,4666.13838346124,128.21010994564097,2721.979350971368,146.93620395941872,3076.277221699124,112.25457468040126,3492.9031303646943,33.39450580994381,947.8274182015687,65.28290043994787,1822.4779781597733,147.4015235055746,4182.8568997931925,62.933202948182625,1217.8221244838683,55.16718042163699,1658.6033007030805,73.1885778449682,2964.874106367167,98.70459786781768,1985.5959870247295,91.54978802270644,2529.5078841449285,107.4884887940044,3565.8232376219617,1494.2442373970146,459.99546831378484,11290.656393423127,4284.274492330227,353.9520241949495,1944.8095301345074 -5234,354.25868760058336,2736.086473159149,77.86532679200582,1096.2332898145569,184.356607511355,1951.241386130666,176.54646296124065,2299.4117676741175,35.584392168982355,840.9517685201039,287.48267542304103,4666.803384101933,160.81517468849094,2722.367277317223,183.61267897322068,3076.7156412562103,136.30259334149233,3493.4009258925353,39.54266512763488,947.9624990304196,77.63705048723962,1822.7377109245413,175.2670300650737,4183.453024959165,73.07183557582155,1217.9956839513507,66.29401921791752,1658.8396786599653,91.441276945943,2965.296649167719,120.56664824047542,1985.8789667597948,108.40473672198746,2529.868380175127,127.27786246177129,3566.331425451543,1947.2146119461156,583.7865452197672,13476.770399991627,4970.881965792268,452.10546822108506,2229.2382904878486 -5235,560.4720515344211,2799.7027936349605,113.25844128906688,1121.7216393112649,275.54460839652796,1996.6093957178887,258.3142270582641,2352.875032579378,55.62944655893962,860.5046071221327,449.3252199028819,4775.310502788807,251.34841125398557,2785.664614907109,280.79149595829364,3148.2518774706687,184.1512966454787,3574.6254467664953,56.391275343819615,970.0034274619467,109.11383094012933,1865.1179015724038,246.46357101484506,4280.721839721447,107.18595554802172,1246.3151119111471,104.16615939371579,1697.4091016847347,142.97191602511108,3034.2422997492567,162.3786063635922,2032.052329339851,154.59457113809114,2588.6899558868836,181.509287856234,3649.251642012727,2854.9039423091385,870.1968508906306,20021.72392617649,7508.483756318035,616.2478007015876,3332.710134529169 -5236,716.457684000861,3011.4755999423624,157.95704271138612,1206.5699810683789,346.3899912042048,2147.635274533379,347.1174961560326,2530.8492624414794,66.53497150144628,925.594185882064,536.7927874386029,5136.520595682921,300.27696714743394,2996.3755568939832,340.5308105263421,3386.389345694176,247.5006276762574,3845.01431235631,78.03036817985831,1043.3756255496978,149.81479766075688,2006.197609392869,338.49938741983283,4604.520665468304,150.3520249855814,1340.5878502149403,127.40182619911263,1825.8031189828334,171.12933317361086,3263.755949660736,216.20365562074468,2185.759153266356,213.91733439195295,2784.5015034069625,251.16006816891567,3925.285320626005,3429.950040230377,1065.7065821053268,25816.006498855193,10019.984803387695,770.9013664377234,4516.450357398444 -5237,651.9297519487872,3445.74306425193,168.27824122425807,1380.5624537952494,353.7745481456997,2457.333325864508,366.5460503819989,2895.808384730644,64.67168801123469,1059.068765616456,522.4172798343609,5877.228497982971,292.23543990336606,3428.4655314023016,335.48945757754984,3874.72095108646,261.91465986251296,4399.481569435507,84.38932257387731,1193.8347849194595,160.6393208131102,2295.499753747494,363.07797549774745,5268.511937319285,162.71475744088704,1533.9062640875943,119.99283082947414,2089.091618090829,166.19925036960632,3734.403302875738,227.72784517205645,2500.9548284690954,231.35016990482785,3186.0383470971,271.627938003946,4491.327995158201,3486.5642653082605,1082.0542040721662,26020.339410529894,10260.803695556366,796.1927937473255,4657.323944881087 -5238,683.4449656618912,3820.098127480097,147.56142689925565,1530.550579736136,308.57587223482835,2724.3048195084784,329.4825586635056,3210.4170223302226,54.6959492564486,1174.1289274806716,440.2264777580791,6515.746868314933,246.25865826170934,3800.9435156429345,283.5313712078542,4295.68135921555,225.3089765586767,4877.453423513588,77.06776562913552,1323.5363001105045,143.07877644246207,2544.8892002124894,323.7072193364645,5840.897655765677,148.437236852796,1700.5540859858463,106.54336555368701,2316.056313425596,140.89933771878455,4140.11921334831,194.90538730224594,2772.6654828865617,211.27839552068068,3532.1783710729846,248.06169342202432,4979.278299128676,2753.3400911257754,894.9189057646341,23416.179966482123,9539.915193522358,645.5680544156907,4418.87061249486 -5239,619.1434656892508,4050.5204575680514,135.25675945661487,1622.870991184024,281.81947074568353,2888.630615190348,299.4072818321282,3404.0643439835367,50.61713886795417,1244.9505436448171,407.52623802373193,6908.7665043447505,227.96644375697016,4030.210469574528,261.8582307341735,4554.7901242458265,205.70488767480026,5171.653767388741,69.6239070297942,1403.3699347581635,129.95772537563082,2698.392927017394,293.95841653493466,6193.211445289873,134.55659741044454,1803.1288424075954,98.73836240490175,2455.7571992524413,130.3652034490546,4389.844713622543,178.05138043243835,2939.908317965932,190.87133572709703,3745.2338328408714,224.10179067056026,5279.620559864907,2551.776491212347,824.6069425118583,21387.872695406397,8673.21653588829,593.7684305866725,3999.6483060869814 -5240,623.3106025684648,4161.832768882829,130.19118463877368,1667.4690923136893,276.1029732417774,2968.013043616477,290.550411668411,3497.6114014450195,50.31377208706776,1279.163016816449,404.9841751798875,7098.626246071487,226.54443709274108,4140.96464231674,258.525560547164,4679.960265119015,196.01455849350359,5313.775931737332,67.20596244899104,1441.935929598587,124.86790681358237,2772.547435478288,282.4973556582258,6363.40702574875,130.16147280451634,1852.680607705242,98.47757661348153,2523.2438377573653,129.6047472886249,4510.481991351457,169.66606887198054,3020.6999084181894,184.24263114068975,3848.156565540294,216.3190371105183,5424.709758534559,2482.1521102738884,806.281318192192,20944.67079542543,8503.963010033589,567.457855234126,3915.736631194569 -5241,587.1524285335676,4279.903089546328,119.66872223312977,1714.7748398915287,254.75227848708496,3052.214949664546,267.234574890296,3596.837901561164,46.929330537996265,1315.4526026704596,377.6540176197325,7300.012780247145,211.25619735504995,4258.442938616905,239.98809613002146,4812.729753918866,177.63492666318527,5464.526637744827,61.56987312545929,1482.8433487666155,114.06840411911477,2851.204023318447,258.0945108468376,6543.935545217398,119.75723734621216,1905.2407670356044,92.40253039087992,2594.8277349441287,120.90514366702821,4638.443417155877,153.59636983153192,3106.3965297437207,168.79150316823365,3957.3279582627024,198.1778875590834,5578.6076338854045,2275.065116378369,742.7106022462217,19365.019821623715,7885.0500185777255,513.0748375858858,3625.076169865646 -5242,565.5844061627784,4384.587349836627,116.38894344875914,1756.717363337191,244.27140322843255,3126.8705803102603,257.81773003734025,3684.814733566711,44.7471598368794,1347.6279065912083,360.0099791546988,7478.567392821538,201.38628389404062,4362.602294492603,229.74468280866128,4930.446684355136,174.14736591723067,5598.186189594536,59.38238737778688,1519.1129454944416,110.77835073845166,2920.9430285886465,250.581208556406,6703.996891842676,115.52070909549329,1951.8419905210608,88.61822173944324,2658.2959061456804,115.30065438863717,4751.897392132408,150.65008786332686,3182.377414376097,162.79459284885803,4054.122194339847,191.13692283830247,5715.057549078462,2185.9949112101144,712.3061434692647,18675.858593004916,7586.222985703249,501.2506508071591,3492.108843883341 -5243,534.7094257844758,4323.960152759303,109.47437031377127,1732.4266282466542,217.89015496710985,3083.634265514338,239.2874476253241,3633.863533095428,38.66322549026084,1328.9937920985753,310.4884888581403,7375.158669718432,173.6844159426712,4302.279092335838,199.31164866468018,4862.271702546922,157.38860869520948,5520.778144022186,55.79181839052513,1498.107648397866,102.91482275674326,2880.5541448656486,232.8987721315658,6611.298421419306,109.78110365094471,1924.8532001101396,78.64005864367698,2621.538734504946,99.74427724288235,4686.191272788072,135.08370382957418,3138.373587497613,152.95118233290313,3998.0644526093843,179.57978716610864,5636.033483028293,1825.3858533020798,614.883978028415,16995.48549227114,7101.8794405785675,426.0054482889897,3302.769080418102 -5244,491.08846143954025,4274.639638745277,100.69422474493554,1712.6659993837388,199.82239440855653,3048.4613171907095,219.87248149877254,3592.4144884749035,35.411743470639145,1313.8348510741248,284.3496996068751,7291.035180214628,159.0626167215452,4253.205879639741,182.907125332504,4806.811029651397,145.88932123571436,5457.806329712839,51.27410826318585,1481.0197390145715,94.89011732793067,2847.6975953020856,214.7105556059603,6535.887773558354,100.80650107460879,1902.8976903743726,72.24267379028133,2591.6366000435646,91.3617849542137,4632.73903128338,125.34898568303548,3102.5762644337888,140.56604907595917,3952.461212316324,165.03841808100393,5571.747028351824,1679.7380894516773,564.618121151063,15632.008614269786,6518.563681385389,395.349612174074,3031.9392170613205 -5245,494.7503333665475,4205.694882003144,96.80617923345267,1685.042772471752,193.34073870870094,2999.2933307137937,212.50533123697483,3534.4731965868423,34.634602657429724,1292.644287222705,277.9148793842318,7173.439619095988,155.46303724542324,4184.6068234554305,177.7616845754851,4729.28299333674,137.79627368469787,5369.778528179099,49.45208777471795,1457.1326855396665,90.89408230344982,2801.767684344518,205.72525186788917,6430.47182491148,97.59648043665918,1872.2062568371734,71.55959058556464,2549.8366426075127,89.39752780585277,4558.018565336602,118.17575702430645,3052.535469442216,135.57104808862323,3888.712803129754,159.1737938229976,5481.881501438969,1591.1763242327474,541.753394985889,15213.291689513315,6383.710573441403,369.31287911355236,2969.3206754690577 -5246,446.0179523892738,4123.62398783944,92.01313663732954,1652.1604614813325,177.45920132062517,2940.764433012667,199.41935606129945,3465.5006762828098,30.923862626854074,1267.4193302383217,248.10151171835835,7033.455473720197,138.7857125259963,4102.947446501069,160.02426832475302,4636.994680725846,130.14048869406426,5264.991438855393,46.7213767037923,1428.6978642384026,86.03632741802218,2747.0933473931877,194.71570218118782,6304.986123411037,92.60373049643088,1835.671594702025,63.79551965434016,2500.0785457646666,79.8273956151981,4469.07234603936,111.29918321479985,2992.9675924391604,128.0849058735748,3812.8275699274122,150.38432384199692,5374.906808993312,1440.4388091043945,493.1839398662169,14003.437582854564,5928.310733022155,341.03764194955613,2769.561696292884 -5247,446.5286614452804,4027.972076906726,94.23775766005906,1613.8368156362699,181.91702634327478,2872.5502266616168,203.5731077597746,3385.1146461785615,31.80238296003989,1238.020170361508,255.29788151463615,6870.3068795453955,142.81129585622102,4007.7751502704537,164.64852371338466,4529.43458225318,133.76218368895658,5142.864277490528,47.69701726799036,1395.5576746229349,87.97660097260616,2683.371550991868,199.0937894371344,6158.735162390584,94.37943515981772,1793.091209973458,65.13681447703725,2442.086524404454,82.06421165697124,4365.4073874359965,114.48966037635199,2923.542477438196,130.75958797089422,3724.384917494503,153.52466466478432,5250.230041935596,1500.8313448212396,509.5500669380651,14288.41560865572,6026.05076400705,354.02048476795574,2808.8861187764364 -5248,472.7230658455209,3996.651276142598,98.73451192481541,1601.2879050670645,189.35001820109736,2850.2137825114596,212.79524832728967,3358.7925914640928,33.066809418291605,1228.393543771871,265.3353490275118,6816.8845844415255,148.42616321870761,3976.611397247259,171.23973356523572,4494.214497452133,139.72226079089407,5102.874271523076,49.82064591629072,1384.706064173023,91.98786584101745,2662.5061268727195,208.16282474107962,6110.845923513734,98.78158440463775,1779.1484488352983,68.19672899557392,2423.0972901150312,85.35064165119717,4331.462749184895,119.50462147729783,2900.8095265356096,136.5814364419368,3695.424756961476,160.3600894937839,5209.405178711721,1548.8902176902457,528.2829821055019,14949.930022973638,6316.534650949154,367.2087093053739,2947.271549321828 -5249,511.3828772384475,3950.059956272278,107.40394299067768,1582.620748031172,210.68974385747003,2816.987160305893,232.60421388856997,3319.6371662857414,37.47547066367525,1214.0734361192092,301.02054872720925,6737.416142426412,168.38813697958133,3930.253694058322,193.074063260287,4441.822789807648,152.24484181676704,5043.387058099736,54.13330675344764,1368.5637293270054,100.00604419385988,2631.4677234587643,226.30242822139945,6039.608190364432,107.24527472088636,1758.4078665955406,76.12167416855448,2394.8498166377817,96.66532398562192,4280.968334608794,130.46252537715944,2866.993079916796,148.404434742992,3652.3450121921333,174.2414566475703,5148.676071705489,1768.7954850731956,596.0141725093383,16440.43480722314,6893.727061907997,409.485937330714,3199.5018999339786 -5250,529.663190325995,3857.332189575932,113.61566698611979,1545.4686822101953,221.15129199610647,2750.858308825381,245.22155827574642,3241.708592016109,39.15661147742352,1185.573028636044,314.5863468148792,6579.25511218709,175.97672013871315,3837.99087991511,201.89036084581684,4337.550876996356,159.94171897821005,4924.993407456473,57.19910097507591,1336.436657938986,105.47931326567807,2569.6939458880242,238.70513721912357,5897.828221094807,113.51140273417083,1717.1291933055868,79.25984107248063,2338.630650972371,100.9886998520096,4180.4724845810715,136.91180430312804,2799.690338090707,156.80919487655058,3566.606112040165,184.1094747494608,5027.81075855649,1853.8746841983893,625.2438060668161,17224.924403729867,7248.104431667324,427.90682322886596,3363.9773554150474 -5251,550.8314746175452,3696.504420457616,115.85642009938921,1481.031846545955,217.00052508892603,2636.1639078182416,248.0604995531525,3106.548658838836,37.521334064910704,1136.1416973554103,300.9028432509573,6304.939375260722,168.32229361459457,3677.9695281681015,194.00192582505062,4156.700849905169,158.52274206007073,4719.650527010722,58.247437307159835,1280.7152122089271,106.71795656042443,2462.553019381654,241.57150588955378,5651.92392537326,116.65422318371843,1645.5351371354775,78.0084425621821,2241.1236871168803,96.88546880287844,4006.1716905315993,134.8632299594055,2682.9599324196483,159.68316970118198,3417.8998881185403,187.48380490798638,4818.181007187682,1714.6433892367636,596.4671156110707,17220.25758997957,7396.187574884273,402.6231564714125,3459.2512538372007 -5252,533.9177947559339,3660.5049939578194,110.62096151753344,1466.6084099585346,208.80449020631076,2610.4908994712987,238.525244844098,3076.294679026723,36.29180736191047,1125.0770684857828,291.03124115727104,6243.536986460853,162.8002098479281,3642.1506088222973,186.57426545416578,4116.219673716211,148.29491107824902,4673.686910326932,56.12148899708326,1268.2426143421621,101.75341652764413,2438.5707684928243,230.43158593967507,5596.8811074050545,112.68407827909725,1629.5096399402628,75.40953809673546,2219.2978867729626,93.71304203560065,3967.1564840244187,125.8275827911543,2656.831188097172,153.8549619641839,3384.613728598473,180.6409136729781,4771.257824282493,1623.5385370456331,570.5679224595807,16526.910219819365,7156.611825180188,372.37032324238527,3345.386803082537 -5253,466.97995302339507,3450.291731663357,91.42100200075727,1382.3849110492936,171.08152417234353,2460.577210219768,197.79980490729025,2899.6310926295628,29.525472230502764,1060.4668244649515,236.3643868438359,5884.986928382392,132.22007240782423,3432.991391033474,151.39975912184357,3879.8359049846276,120.20976819890117,4405.289250991824,46.62901717910361,1195.4107461213055,83.89662556666835,2298.5300043286056,190.05280043076732,5275.466811234471,93.98021246778087,1535.9311479241242,62.8185117707406,2091.8493927668574,76.32606506003256,3739.3330258086935,101.63624336254061,2504.2562968355937,127.83170569282503,3190.244182683435,150.08704183426127,4497.2569216349175,1261.5346537986266,456.4455756383195,13733.742117061154,6018.975199358006,290.9365981921117,2828.654877839995 -5254,363.1523882960627,3156.1231164722017,73.43757593820557,1264.5240788151236,139.13788443057584,2250.790720614057,155.76256679403662,2652.411283575086,25.02076002822035,970.0524243299735,200.67026235995152,5383.238499618164,112.25310620444604,3140.2977865490147,128.4679195767365,3549.044759162293,100.96163834345313,4029.698449034911,35.87509429093593,1093.4911546432825,66.71970794562951,2102.559506488211,150.93883609987398,4825.685492134362,72.20619000334582,1404.979108516146,52.45090823359475,1913.5002887152914,64.60385307565095,3420.5210227986186,86.19485834204357,2290.745769547887,98.35022851728542,2918.246975975005,115.47287726374668,4113.825042917115,1134.1330056491847,389.2603130968591,11102.146132803837,4691.071308406343,263.4066667790349,2178.1393175220287 -5255,307.50777274209634,2941.0362846525595,67.69976664686374,1178.347948216008,136.24420253570295,2097.4014429083595,140.3182637648663,2471.651940985017,26.599240701860616,903.9442609446005,216.02054897104398,5016.375842147877,120.83991589392963,2926.2894361288827,137.02953653691108,3307.180685720326,99.82206015879117,3755.078277195655,29.157629850093212,1018.9707574992323,56.87205946321434,1959.272047072398,128.42179191404765,4496.819549470704,64.1326484201599,1309.2310993062574,51.23601423794407,1783.0970377655065,68.1157900019888,3187.415721510947,87.41874185196293,2134.6335927114415,79.93455112684184,2719.3711801437867,93.85105403980062,3833.471722565539,1336.6403629409183,418.5985294533649,10367.119474747618,3989.58131375161,301.378411001765,1793.9234195633992 -5256,317.70068266149775,2824.0056557955863,69.19768658007146,1131.4587608531479,138.45913171606924,2013.9409935728677,140.74894450315645,2373.299199647381,27.233135671948684,867.9742302917839,221.14423964209274,4816.7626573486805,123.7060615115812,2809.8456184463894,139.73558309321737,3175.5803251898506,99.8869705324057,3605.655036659443,29.24555373895755,978.4235567865795,56.65070768556643,1881.3080855370306,127.95578627044802,4317.880709961263,66.26081314975274,1257.1337689637253,52.38792877872585,1712.1434868924148,69.74418353717041,3060.58108561624,87.03122647465723,2049.6915901126013,80.17559117796502,2611.1611179393503,94.13405885492519,3680.929025714633,1362.7215678815544,425.10958826418255,10524.483567702508,4040.71299360695,303.0806418214606,1815.0672609914648 -5257,312.00084265534707,2753.1114737646412,68.67129117155525,1103.0544822753727,139.75256264329082,1963.3827735123225,142.3830437110352,2313.7196074010276,27.202481574172204,846.1844994694709,220.94823074784134,4695.842060773694,123.59641593198879,2739.306911718172,140.9183873214405,3095.860169826184,105.04336449330495,3515.138233343157,29.63769116907705,953.8610926159295,58.412811224634844,1834.0794981584488,131.8488971113389,4209.484106572146,64.94520044912116,1225.5745296713897,52.23225269827082,1669.1616282074854,69.65459201567396,2983.747885173156,92.52199464911509,1998.2358827210373,81.25062126846929,2545.6102111175414,95.39625030650699,3588.5225350064957,1375.476630660415,432.12779911276726,10611.01569444145,4021.896179987252,322.1889377982942,1808.1411734649914 -5258,334.7430573525935,2757.85507866243,75.94449264779624,1104.955042675673,168.97179079784866,1966.7656776298707,167.22609067908832,2317.7061410980336,33.08484923623699,847.6424734652088,269.24781320245404,4703.932986117981,150.6147598318076,2744.0267313864997,171.61527131842018,3101.194329958965,125.88902632810601,3521.194808639503,34.88943357421209,955.5045931402856,69.02525272014172,1837.2396130224147,155.78090069999408,4216.7370382515865,70.6805327987832,1227.6861918387062,61.23761639411383,1672.0375899512135,84.60783083746352,2988.888876090796,112.02557371454475,2001.6788386676235,95.64807654678057,2549.996291804934,112.30028409805557,3594.7055512901065,1768.3901163035337,536.4164750608558,12445.15955336089,4594.021382810659,406.1163843713508,2047.8198990764974 -5259,531.8711792806276,2811.6592809257627,120.87717196818306,1126.512094410547,254.25050205897082,2005.1361703879966,246.05511046739684,2362.923285018115,52.12897020909998,864.1795016224073,424.167664435729,4795.704074372918,237.2755052215362,2797.5611503680498,264.51627559556516,3161.696888007787,174.8087054777815,3589.8913399251583,49.99464938439801,974.1459506179226,97.47538546088722,1873.0831250728043,220.11083287280982,4299.0032074396395,111.82118736987736,1251.637659300741,96.88849819766439,1704.65810339939,133.32255258300486,3047.2004178668817,151.74479907237676,2040.7304675712494,137.058460438372,2599.745285983977,160.9201627566797,3664.8362358409936,2755.7827068263005,811.103080647087,18791.628389758014,7005.189027865954,564.688374204276,3084.8060763335293 -5260,673.2941908486862,3010.370922670566,150.54743157877644,1206.1273839459107,313.04175199277626,2146.847473404945,326.2070146691254,2529.9208897664307,60.85996851818566,925.2546570278138,494.58907304435564,5134.6364039072105,276.66859598967034,2995.2764186590493,313.1199387965394,3385.1471415920696,225.1620018230722,3843.603874257235,68.29681325675213,1042.992891802988,131.79320688404113,2005.4616907947334,297.72217197295123,4602.8316232835505,140.47456302378419,1340.096092310939,116.1449337711881,1825.1333731584427,155.78279985832046,3262.558730258278,197.61844943754002,2184.9573674380795,187.23315780945654,2783.480085360555,219.830210639879,3923.845437307975,3113.6384598928826,963.6192690480157,23606.30804380245,9174.142897079248,679.5864687540815,4121.383425310454 -5261,629.0990268955294,3400.061477863896,141.22992813432217,1362.259788210166,336.6078717484107,2424.7554805299937,357.94943159884366,2857.4175011320767,62.63893517086125,1045.028269733493,509.85339705746793,5799.311742047743,285.2073189894412,3383.013000139599,326.7190018075393,3823.352234221609,245.1833797686608,4341.155892323431,76.48087522142731,1178.0076423138114,147.17197050074034,2265.0674004497614,332.49899357522776,5198.66517895302,133.35566450067438,1513.5706586151425,114.86737235331026,2061.395699548785,160.16728135189086,3684.8948328862284,220.40110272257576,2467.798675523581,209.66945742996495,3143.799769445025,246.1726412716113,4431.784673447312,3361.3491040948934,1037.6573444788726,24654.2558554118,9603.098789192869,753.2035323453329,4349.177671018154 -5262,667.8972754274783,3789.037249667601,139.35581264069984,1518.1058092206756,299.9199592251704,2702.1537395364658,326.453189254461,3184.313407310381,54.45663399364487,1164.5821896913333,441.9414080220128,6462.767910555178,247.21797453900234,3770.0383822741583,283.7050412992703,4260.753556481848,217.82239891803303,4837.795283913956,70.66114760844413,1312.7747442744364,132.91158001510044,2524.1969326695394,300.54832737474277,5793.40583687863,140.41530250329495,1686.7270320946443,104.29597913925775,2297.2246657145915,139.52000471007392,4106.456272574637,192.67850854709206,2750.121186665649,193.7148919589031,3503.458543169451,227.44040639823186,4938.792230529786,2683.683700883457,880.2209157386329,22674.160900002556,9112.77802622364,626.1436210160277,4193.666634383308 -5263,604.579410227875,4052.1449807431113,128.38738210693376,1623.5218684139822,272.9696772176547,2889.789144675071,295.47482462330237,3405.42959604784,50.28228743845023,1245.4498500996642,408.16706052983704,6911.537370808693,228.32491399560962,4031.826847118298,261.20054829217645,4556.616892482621,197.86162800305004,5173.7279382234565,63.553107277501226,1403.9327777325611,120.07400650029473,2699.4751587679257,271.4716302428741,6195.69532745423,126.74851960156187,1803.8520148055118,96.47357669767875,2456.742118233668,128.80370197459504,4391.605327979858,174.65153416247094,2941.0874131575542,174.2284653814839,3746.735916146265,204.56141792605086,5281.738032432907,2494.458008251189,808.4731822072818,20656.981885910427,8264.972311394338,572.2679878741824,3785.1114529874244 -5264,601.8851734309959,4173.009481015587,126.73184826488878,1671.9471247263334,262.1865710278317,2975.9837212570583,283.34982406881693,3507.0043295026976,48.67258561408936,1282.5982429785195,394.9127581429169,7117.689794872291,220.91057867752454,4152.085312542884,251.49413267236798,4692.528422366242,186.94319837467955,5328.046217744751,60.78531117597458,1445.8082867292005,114.1045600083704,2779.993185051036,258.0412799240576,6380.4961238600745,125.95485474674138,1857.6560305480546,94.09991908678454,2530.0200759152817,124.71956001162593,4522.595010205613,163.73854890497398,3028.8120780296804,166.64065594280112,3858.490891920826,195.6525805880703,5439.277960272079,2376.460635741183,771.8467911351778,19958.869491955593,8031.431407880328,534.3413312878247,3677.1802377036524 -5265,563.7443128628101,4284.6467007472675,118.7047681461995,1716.6754028172327,238.66796154640448,3055.5978582771886,257.85294164779305,3600.8244405553482,44.76279747485284,1316.9105786035066,363.06198054061144,7308.103716342393,203.09354550659805,4263.162764556777,230.03074934820415,4818.063921139507,167.5227877151118,5470.583221088956,55.11374184583142,1484.4868514748025,102.93313934452712,2854.3641423814724,232.8246779528592,6551.188486534302,117.63156799294026,1907.3524320088302,87.26615668225571,2597.7037005093425,114.72788068964667,4643.584414904701,145.52308153019274,3109.839490265196,151.09226085991662,3961.714044778178,177.3972298469318,5584.790658384809,2158.314957122397,700.2281916670578,18279.10478246329,7395.546048115244,473.3178110562786,3380.7861759046746 -5266,542.9187618590802,4363.728471512482,114.55824360420897,1748.3600994014805,228.57664571446622,3111.995061187014,248.47958403414782,3667.2848964254013,42.64499556609972,1341.2168114784938,345.8094760060294,7442.989466134414,193.44265253901287,4341.848006078017,219.97525068417298,4906.990979344156,163.49073117725945,5571.55383511105,53.09034995390498,1511.8860414411145,99.83048130797862,2907.047172407937,225.7459529282839,6672.103843695831,113.06155002665457,1942.5564565951026,83.63478930807027,2645.6495459681532,109.3157210569079,4729.291102964739,142.4560024990436,3167.2378315666797,145.54520770551508,4034.8354439992245,170.88444184704312,5687.86920031945,2045.2461628698184,669.7237724283226,17585.65999110794,7109.061875908093,460.04210478039136,3254.0178786240813 -5267,521.8469604456405,4305.960439509405,108.1211228320914,1725.214909952944,210.60417009118433,3070.7977613408666,235.52103170192882,3618.7365431893722,38.414261356961084,1323.4614776637616,311.13935877946574,7344.457475318498,174.04850661332958,4284.369632662936,198.73370939407826,4842.031114452444,151.48550662663988,5497.796335680292,50.73305574175303,1491.8713494644835,94.63721781817446,2868.563019421234,214.0703974216376,6583.777012435204,108.44616248834019,1916.8404515125326,76.74032923837069,2610.6258343329873,98.54674948655806,4666.683669534482,131.77817720186255,3125.3092153363746,139.08277383516858,3981.4213728493505,163.29690652164786,5612.571891575699,1777.0339572744417,601.8996409744449,16411.031244642152,6772.933654046214,408.49866046005553,3125.3398786939047 -5268,471.44289888595256,4208.878949191143,97.3641718122784,1686.318492549583,186.30838715467812,3001.564049762476,211.33623901789107,3537.1490921160857,33.65927992427382,1293.622928416652,272.45699361576203,7178.870520375583,152.40994595220104,4187.774925197251,174.5456253565875,4732.863461065458,135.3619175874935,5373.843905268522,45.67809608170692,1458.235858380959,85.12033576247374,2803.888859751296,192.55097564802657,6435.34023665211,97.50424178270316,1873.6236755227444,68.0361382639059,2551.767084880733,86.38387878433664,4561.46937138967,117.71036912764546,3054.846497298765,125.22479108871478,3891.6568880401883,147.0262667384049,5486.031749972672,1527.2675109686052,526.8863753855686,14638.900911687373,6091.476015166029,357.63632023231537,2819.4117737964484 -5269,477.56254336871365,4089.9638742074785,98.44405139342443,1638.67428790302,182.9777499590188,2916.7597067641173,206.86187027843476,3437.21265901952,33.39477244155705,1257.0737025086898,270.19477993740594,6976.043131768329,151.14448434714194,4069.45611031657,172.3774591971029,4599.144050230844,131.67410722474634,5222.014627529773,44.62186696728818,1417.0357600800644,82.79842346629606,2724.6695098891996,187.33044229080815,6253.52009498851,98.49777167661658,1820.687465535338,68.15938869217727,2479.671028447997,85.73042188383128,4432.59242366022,113.59177230996696,2968.5367448266297,122.32917849666818,3781.704409900866,143.62653170488645,5331.032785928781,1491.1671178424788,515.6029435215385,14476.469189133102,6036.729798991042,344.41070122362316,2790.5684476052015 -5270,428.2540689400527,4014.586010230376,87.4159008093638,1608.4735889786893,165.59385940268965,2863.003946764168,192.07781046302074,3373.8649727707866,29.37205619470848,1233.9058864909373,237.56839423178204,6847.474947193171,132.89358310941304,3994.456203574443,152.70349598981505,4514.382016801741,120.64302032190632,5125.773115284961,41.717808126659996,1390.919849998902,77.37758628304766,2674.4539642228497,175.0687764772644,6138.267979909752,88.44525119553738,1787.1322713226432,60.0465651447788,2433.970794597757,75.41990535312732,4350.899929776924,104.89947730103933,2913.826736170152,114.3678098578243,3712.0077550211568,134.27909898872264,5232.782073562017,1299.3284745976111,459.9283653587435,13111.04760647854,5539.404514445785,308.71923539514324,2577.8035827243475 -5271,434.0385888420181,3936.4789458064165,89.82039461801261,1577.179415701932,174.0220500270064,2807.3018561510626,198.80184499275848,3308.2236617827016,31.26241264094251,1209.8992351640875,253.0989560865364,6714.25170437836,141.58123711850246,3916.7407810536115,162.30614830359505,4426.551011033735,126.30263376744237,5026.0469941063575,43.038094519683426,1363.8583631966317,80.14137254574834,2622.4202682078326,181.2933977536602,6018.842940481883,89.97461988372254,1752.36214680803,63.009573876344575,2386.6158959418995,80.22338567870366,4266.249602133855,110.12029962485383,2857.135846493775,117.98732559788255,3639.7875987896464,138.52876778062065,5130.974005309223,1426.3911887389079,491.76064954149575,13643.02037865115,5699.2613653149,332.64322964016776,2639.777345965312 -5272,463.0051096861879,3926.5368692696966,95.77944306466256,1573.196049175927,184.87074891095222,2800.2116594804406,211.22544625995,3299.8683235987974,33.18829279332061,1206.8434812877622,268.6604186781427,6697.294010649845,150.28617671667143,3906.848555753839,172.6426038179675,4415.371195378358,135.61320903815223,5013.353075358033,45.6879923413637,1360.413766027735,85.45174123736597,2615.79701342179,193.27244387682495,6003.641589731483,95.70235700963754,1747.9363340897437,67.05856479317795,2380.588194986841,85.17180522090418,4255.474648005279,118.40864309514872,2849.9197877639526,125.25192131423609,3630.594853856228,147.05812030142133,5118.01508009433,1510.1074084003671,522.8477555612192,14526.79676068877,6051.560539781876,357.97634286682006,2803.4576043067136 -5273,505.30249374922823,3878.9058575928507,106.01554119802663,1554.1123319250553,209.040893509425,2766.243580562297,232.9479123186443,3259.8391396419374,38.4368164185387,1192.2038184339065,311.4976666732209,6616.052219258271,174.24894076624582,3859.4563739472305,198.68363768940222,4361.810359464497,150.11618340184015,4952.538396463411,49.97057268490932,1343.9112127263418,93.64051262717926,2584.065983703043,211.77752033388978,5930.814176622973,104.82560434297271,1726.7329228621554,76.22462992289688,2351.710375195919,98.56781702050644,4203.853443519464,130.86787169230996,2815.3487224184473,136.99245506769753,3586.5537785689135,160.84266593555841,5055.930794588159,1809.2760694495644,603.7210439201898,16218.247284223276,6663.635279049263,409.7148421380056,3064.160536568428 -5274,517.6253484881186,3777.665587442183,108.33291426915588,1513.5496686109689,214.13629405159656,2694.0440331434097,241.48475830946674,3174.7566428602613,39.028779760061475,1161.087044507403,316.2461945031407,6443.371845307588,176.90522372784687,3758.723739467772,201.84840187923925,4247.966178824288,153.1405829365171,4823.276088070945,52.00357522448086,1308.834843453652,96.96659641330776,2516.6213104158196,219.34313576220353,5776.018661728128,107.44843544461773,1681.664825309228,77.559008244695,2290.3302328460054,100.09608526721738,4094.1319720734314,133.56396142268795,2741.867520324293,142.56585545297824,3492.9439600316964,167.38638818545766,4923.969922553788,1827.6138274649572,613.8865767536416,16631.983809827972,6897.491390437138,411.90312209944676,3179.1735436844774 -5275,542.610167884358,3605.8560436774715,111.61595741979798,1444.7129036803406,213.85698980751712,2571.517974257977,247.01313260993518,3030.3676074233977,38.28687722397031,1108.2804022119415,309.8431437828883,6150.325054525282,173.3234158202872,3587.7756775317753,198.47204084927955,4054.767200720487,154.0787251332742,4603.911815357805,53.4400462252806,1249.3085799154899,99.18716569435598,2402.164498619556,224.40741260338274,5513.323325659511,112.15406170382701,1605.1821246270931,77.69211545545173,2186.1652179002986,98.27536873143309,3907.929427154487,133.96892535771298,2617.1664326218315,146.50388694751294,3334.0836548305983,172.01002591650013,4700.026059254354,1722.3687135348052,599.0510390492498,16850.84616836278,7106.110025643646,397.75231560370025,3296.712231677109 -5276,518.397668273794,3551.4020371866345,105.76526402960252,1422.8955030738061,199.84648123039898,2532.684073302037,233.66965143229544,2984.6043669153373,35.565834442905604,1091.5436530226511,287.6629574715089,6057.445628285538,160.91602281464284,3533.594712549953,183.70148715315906,3993.533941047235,141.17733379784988,4534.385622176489,50.838201641825854,1230.442086995158,93.10890988834662,2365.888097228201,210.76860078517961,5430.063611315685,107.09987024001177,1580.9413904506187,72.74334880600166,2153.1507399168195,91.32440708500916,3848.9136451004215,121.95416578118473,2577.6431693014674,139.37102738555524,3283.7338319918645,163.6353446457523,4629.0483922489,1567.8558504225794,551.5048680923843,15820.934138823503,6772.078332355365,353.5528721475011,3149.7101814686293 -5277,452.6653301635364,3354.8997436822747,90.71525960309634,1344.1654052579759,162.6899574307263,2392.5483680468624,192.69787589085595,2819.4635022199413,28.78983206992088,1031.1475533884363,232.48965008706338,5722.281671551706,130.05258016678624,3338.0777144572767,148.17851820280904,3772.568088579306,113.98752446748624,4283.493955994779,41.97986612118295,1162.3606111196816,76.17653588424781,2234.9813645034837,172.5041289322082,5129.613270203819,93.22982422524777,1493.466470442515,60.33192842140245,2034.0149579850624,74.00233249667177,3635.949764682759,97.32344935050472,2435.019836516302,115.08623204334104,3102.0418628800185,135.12259755606098,4372.918949202187,1200.627013244925,437.631392618123,13100.563336617844,5689.733283889125,271.7167074722537,2657.8979659166985 -5278,358.04426701202823,3112.71587009303,75.13425301534086,1247.1326443824653,137.02509154874062,2219.834821952267,154.5841188117139,2615.9317592231555,25.57673447713763,956.7109598085673,207.00259499447156,5309.200969633605,115.79535506277274,3097.1081913734424,131.47973496335104,3500.2335263343853,98.5603358830775,3974.2766207487757,32.76250929353101,1078.4519948223876,61.65704733179567,2073.642282680092,139.42010253919017,4759.31618036315,73.61865055927049,1385.6559477678677,52.29311181202313,1887.183261332747,65.64690161659152,3373.4774211067693,84.84213650377707,2259.2403553605104,89.81719322289203,2878.111321944179,105.454251459908,4057.246192660377,1151.8275269045228,391.41976691709505,10894.344585642364,4521.692479259865,258.73411303443436,2076.647355280887 -5279,297.14876303083935,2908.0909607133717,66.19170751953412,1165.1481604168446,134.26136727346628,2073.90646927348,142.79020530681933,2443.9646342062456,26.113693487050902,893.8183279001165,205.84525864782273,4960.182680580065,115.14795171408123,2893.5093055619186,130.76657276235113,3270.1338326824844,96.10977579582672,3713.0141003934864,27.475866095995624,1007.5563040749223,55.145385508184674,1937.3243912027183,124.38905116852081,4446.446428429497,64.1802519697285,1294.565165770181,52.37233956530915,1763.122884494857,68.17806442840309,3151.7104689025305,83.12770952874588,2110.721546617233,75.3240587282372,2688.908936305366,88.43788082306585,3790.529386773664,1306.0726446684296,405.7721367099429,10094.87550692736,3887.038578470541,285.8187497411105,1748.4441411114012 -5280,292.2032877266081,2784.107372415017,63.40869326256951,1115.4732184087477,126.37079759200284,1985.4875135635725,136.95858460719694,2339.7686138215063,24.642979258467385,855.7112655430617,198.74508200136322,4748.7101868851605,111.17617795053422,2770.14739174123,126.27845367644485,3130.714903815016,92.90800251136199,3554.713408362779,27.07986929277138,964.600135344494,53.802361454781774,1854.7284776071142,121.40552465221135,4256.876572871108,62.912477269834326,1239.3726574523293,48.810523145749514,1687.9538802292566,63.396977674780494,3017.3404032852673,80.27541596557322,2020.733016415254,74.23844831078782,2574.2699573207224,87.16326702317676,3628.9239070030876,1219.8126453536304,384.93514181221286,9706.881903014382,3796.626890157893,269.94567854847844,1719.484133037829 -5281,295.4742146188084,2690.7297951880164,65.40186445298579,1078.0608011907068,133.56567144900643,1918.8952493901522,140.93166701682247,2261.293937666717,26.619683539952533,827.0111350904958,216.7040501770623,4589.4408079100685,121.2222602062743,2677.238025326201,137.6870597468017,3025.712282291434,100.4245438721099,3435.490087776072,27.756899250475392,932.2479263299492,56.2414959695274,1792.5218064963499,126.81697896383142,4114.103048808248,63.59934556787654,1197.8047146420274,51.43763876508996,1631.340746207058,68.0597231691149,2916.140306148382,87.42452374764021,1952.9586355975382,76.09450060470641,2487.93022268098,89.3424556428869,3507.21160318373,1367.001986863019,420.9082835185466,10186.779617692311,3878.42329618833,304.38677077299076,1741.78032728168 -5282,308.9748284908727,2664.2825639490675,69.89483685029623,1067.464522311376,156.02161325153799,1900.0343936941622,153.9540312685283,2239.0676391451566,31.52278965091263,818.8824278654005,261.950213471431,4544.331112198023,146.5325494035646,2650.923404934315,166.47136628023964,2995.9725022007697,120.65172295440262,3401.722594312767,32.59433661587985,923.0848448032305,66.26136339036877,1774.9030776287955,149.39234404396527,4073.6654564244704,67.18966113520392,1186.0314706976174,57.54708041591138,1615.306268861315,79.47876355413142,2887.477510969226,105.58780087466674,1933.7629702698193,89.35615412029837,2463.4763120641333,104.9129460403865,3472.7391576638543,1683.1520146930638,505.4106425475616,11808.140297109238,4409.029165215341,376.50052757703986,1958.2240338970937 -5283,442.44578274808515,2669.740958539631,97.32806630331174,1069.6514684908254,200.68654283317514,1903.9270504253807,209.07499915177684,2243.6548833266825,39.593494825673716,820.5600965462864,327.64796286237333,4553.641217926367,183.28326848393363,2656.354430220178,208.17340978449306,3002.110439790711,153.414247261259,3408.691804132566,44.824736086892095,924.9759960616153,89.18662470239516,1778.5393741270705,201.23956109041328,4082.011295485232,95.1514979864568,1188.4613284955446,75.49519470719828,1618.6155946510642,100.11428921075995,2893.3931716575903,132.36510701688698,1937.7247277347285,122.88533659650032,2468.523308939653,144.27951621716818,3479.853861220122,1974.945306382033,619.7541012172514,15677.952061279115,6170.700582442574,439.27160150098695,2777.6052717699918 -5284,622.5673768861508,2718.4116683261523,139.01247450755588,1089.1517484820802,289.35025663324706,1938.636590551195,297.7607122239478,2284.5578313592277,56.568387790413865,835.5193165386448,460.75875533990916,4636.6563694453625,257.7442262223376,2704.7810969160014,292.7105402848503,3056.840411061806,216.4769366751012,3470.833956546252,64.10162499017584,941.8387700022149,127.18017895276361,1810.9630343496676,286.99821740598304,4156.42839819041,134.01308004639571,1210.1275715168717,109.49039111443756,1648.1237645771428,144.57853443339997,2946.1411728843013,186.2316742884032,1973.0504163818143,175.732206164709,2513.5257205730218,206.32695805255221,3543.293333442024,2797.3517177298195,876.5479154084546,22413.619688921975,8844.788188924957,615.6388215668461,3969.424670306483 -5285,581.5216109217129,2828.8792253207657,130.10884493758837,1133.4113925430224,306.98269185437096,2017.416582027035,292.43200533272176,2377.39495584029,59.59210657079282,869.4721496563254,493.7542377710781,4825.075256740505,276.2015967866377,2814.694751077698,313.75107040388593,3181.060629900234,232.27879727296985,3611.877549163591,70.01453009035448,980.112085709773,137.8830494391655,1884.5547807886248,311.2376679070467,4325.332356454336,126.9410941223453,1259.3032861574752,108.11420710096846,1715.0982438360948,150.55367891525043,3065.862928688186,199.6043810618714,2053.2288756874686,191.942214230124,2615.667367855531,225.35910774860525,3687.281443418633,3001.9318558751174,927.5923143524624,23621.617397582697,9343.61732340309,658.5524087514168,4164.688842697938 -5286,634.8039863823299,3044.096021767798,133.31929748111006,1219.6395944317119,286.5569616158422,2170.8985440693514,301.01671215781795,2558.2635209262608,54.3136433372238,935.620258410502,445.50680940367437,5192.159588258329,249.21242740536294,3028.832414460811,283.2557223838968,3423.070847919802,210.05037205692068,3886.6636582106476,66.04167335696607,1054.6775112526602,127.49773636117345,2027.9288205920657,288.01376127977846,4654.397013931624,138.15661261069792,1355.1091503937969,103.37946855954094,1845.580289985831,138.16354449302824,3299.1090821301623,180.16640242610373,2209.435382152195,181.05077616374635,2814.663332915537,212.5714842725349,3967.804165190597,2634.5804598498794,846.7819629590792,22157.446468003876,8944.08543114733,581.2392592298588,4072.869393463901 -5287,558.3153436164928,3305.5792296682484,118.14291612776289,1324.4047763950605,250.23945980433191,2357.375419723234,261.8918301992342,2778.0144575994163,48.05624785909608,1015.9886123639859,401.3429413240037,5638.158182047901,224.50756423508483,3289.0045017611806,255.11945351086143,3717.107415683781,189.3855260783955,4220.522141685432,59.20277080686371,1145.2727017363873,114.7531025163371,2202.1248149399207,259.18412680484255,5054.2026223428675,120.92827039677786,1471.510960706748,90.39715125498456,2004.112823523681,120.74534332053697,3582.4975231780677,162.32528057485547,2399.222513452478,162.30218074110093,3056.4386225869575,190.55878241362382,4308.632494525717,2325.8120587458543,749.3019406623667,19725.82373582339,8006.049567736289,516.6177096717515,3638.06114455639 -5288,575.8862192757747,3512.0885788714486,122.39423537355191,1407.1442751189807,256.64118103365337,2504.647661569793,271.85518286830893,2951.565269078079,48.77867698787342,1079.4604375902734,396.62484151205535,5990.390664158537,221.86830242795267,3494.478378499347,252.12050270063546,3949.326152551959,187.01481116487977,4484.190691195476,58.38314453825376,1216.8212878882637,113.1183332659838,2339.698090544965,255.49579027763713,5369.953666793218,124.84246625805939,1563.4406195434003,94.57835804979331,2129.31570209973,124.8130555300221,3806.3067803858667,160.4044868026524,2549.1090674941615,160.05520599692792,3247.383418332575,187.9206122460474,4577.805559389622,2356.950027549692,757.0413299783467,19826.58215259655,7981.855305773548,518.5855300342357,3630.3426616141633 -5289,508.9331546566804,3632.823120819684,105.9144792698506,1455.5174626671615,213.5909719918612,2590.749558310256,231.47228277706256,3053.0307853342124,40.876633375421996,1116.5688870376339,344.51031189985787,6196.321424925559,192.71591204108356,3614.6075372324967,218.99342094840804,4085.091544945839,163.36591955930402,4638.343041556751,52.34912429574591,1258.6517706698965,100.68797367559756,2420.129540639506,227.48392680685157,5554.555758022892,109.63128226823326,1617.1867830654185,78.00068370414495,2202.5148684028777,102.05059190411016,3937.1556172884993,139.4340824375209,2636.739407312896,143.51316530106521,3359.018230706431,168.49862346409415,4735.176094024199,1920.3184578936057,634.4205543151224,17197.215488467875,7115.10369241559,428.9071010192434,3254.823652368359 -5290,501.47936675979525,3710.1504163887475,105.52300857024036,1486.4992157826837,210.7375444320118,2645.895556388928,229.47809542880788,3118.016777238415,40.24827301420799,1140.335871963588,333.248791175034,6328.214655708022,186.41632052672315,3691.547100790074,211.81227949185143,4172.045704511812,157.88997992446448,4737.073563631891,50.04500802160824,1285.4430936306344,96.7741504265196,2471.643766925929,218.59622136956932,5672.788537481356,107.99669443881702,1651.6097858391583,78.40108560086628,2249.3970073234805,101.73172828056019,4020.960852499283,134.85849755601083,2692.864332944254,137.1965167578141,3430.5173890494616,161.0822545044139,4835.967778402038,1895.7165420189574,622.4780921348427,16754.00205785962,6874.089998998607,420.62776562830766,3140.4968133515017 -5291,488.21356736219855,3627.364726229121,101.37616880139579,1453.330516487712,196.2447096052766,2586.8569015790376,220.2630358249578,3048.443541152687,36.71298741754749,1114.891218356748,299.6197965818247,6187.011319197215,167.60456906327536,3609.176511946634,190.4456075890709,4078.953607355898,143.12601946200522,4631.3738317369525,47.1554890100649,1256.760619411512,90.1808453785553,2416.4932441412316,203.79042005163652,5546.209918962131,105.12259221989362,1614.7569252674912,73.84871761271378,2199.2055426131287,93.70885204187054,3931.2399566001354,121.38461197911644,2632.777649847987,129.2750085163116,3353.9712338309123,151.78162182968643,4728.061390467932,1662.4312951127006,560.6241717251669,15644.124343482932,6538.012648829687,365.93562259192237,3006.667881018873 -5292,473.48290376090665,3493.3090967666553,100.65992515316613,1399.620136664036,200.03098481972143,2491.255064861889,218.98314386749854,2935.782960088141,37.81052198896417,1073.6884567545642,303.6874919027793,5958.359457726257,169.8800005572124,3475.7930598631915,193.01329897942526,3928.2087182554487,143.7976653306232,4460.2132837501185,45.39611734364214,1210.3148251133493,87.94967962857146,2327.187495371956,198.6488993412932,5341.23999783971,102.0191532979495,1555.08074920492,75.91694539215264,2117.9300421925172,97.53466593480847,3785.954084699991,122.88935440159506,2535.478731287905,124.45175693023191,3230.019340684062,146.11864832359373,4553.327584062074,1781.1385682444206,581.1934006883275,15541.59881287578,6313.889327014666,390.43149212214314,2883.0770885822544 -5293,471.9550307471626,3383.2964065131846,99.61331624471487,1355.5427383284982,191.5868424932575,2412.7994618215753,214.7073669055912,2843.328106396971,36.02117030066805,1039.8754295217334,288.40432971407466,5770.7164134710565,161.33073965461233,3366.331991664612,183.3140138708637,3804.4999948068385,136.97909013344395,4319.750459288412,43.98335511693892,1172.199105525976,84.72191608890455,2253.8987739911104,191.40099789683936,5173.031526967302,101.34695752508814,1506.1075229479698,73.73618143607983,2051.231340401168,93.10986693761778,3666.7253011894018,116.7512329073427,2455.6304188189006,120.57872215267714,3128.2982769601863,141.5713231546623,4409.932366733137,1664.773045427074,551.3401712702748,14987.578635430373,6148.078553936716,364.99819106939816,2819.6078120491643 -5294,431.9173214235284,3309.478080245872,91.00554359832957,1325.9668797266372,180.1680496433938,2360.155886890492,198.1101026378347,2781.2910583160015,34.02563058135023,1017.1869463057719,276.1219189173175,5644.808252960593,154.46007158750277,3292.883802848992,175.4963279627588,3721.4916537817985,131.12934533409523,4225.500145250525,41.87981498464257,1146.6235231278774,80.9491539624168,2204.722167781949,182.85335960307168,5060.1639318273565,93.01753046642571,1473.2465722170207,67.85300644561481,2006.4766260214367,87.17754065688072,3586.7229921706776,111.77643382970273,2402.0523382524607,114.81194559652754,3060.043617857436,134.80055819036252,4313.7144221162835,1585.25366748086,522.4128325204447,14162.609242230443,5811.6809302827605,348.52258006257705,2658.591769584748 -5295,414.9617753077422,3265.3560378707775,86.8064640910128,1308.2890569894264,170.60481559850027,2328.690231119938,187.92420974169613,2744.2108181823746,32.337244270201666,1003.625785161909,268.12468984662945,5569.551531841016,149.98649491672057,3248.982995784341,170.40434540127598,3671.876636408871,127.79450926987013,4169.165674393155,41.46305949320142,1131.3367103891237,79.7664369351441,2175.3287581404625,180.21453056996907,4992.701703037364,89.29624691244507,1453.6052130322234,63.51641509516527,1979.7262307713863,81.65660867975883,3538.904713876922,108.59356641395445,2370.0281179718727,113.66942601214204,3019.2470418104012,133.45912741050432,4256.203876371096,1484.9854406129143,495.9795301851476,13714.143545900055,5712.49760483098,328.75672433656916,2616.3497462000546 -5296,431.53423504810684,3283.3557511206754,89.3742724046235,1315.5007752831364,171.22909088242235,2341.526735293409,191.9500219558295,2759.337808088431,32.425559447103865,1009.1580995967225,270.8629283385636,5600.25272624095,151.5182404411114,3266.8924554572422,172.14654779639108,3692.117224503349,129.53798504674185,4192.147482735049,42.573170630464894,1137.573009322506,81.69295138244783,2187.319883584877,184.58531655404977,5020.223112021466,92.432285104675,1461.6179616298305,64.04355831202942,1990.639130943345,81.45934619548623,3558.4123171305114,109.75025196567489,2383.0924901331105,116.71275415349916,3035.890121570435,137.03229508116686,4279.66546782369,1460.9341922000992,495.837668159233,13961.414966566257,5881.737607386183,324.68792271070726,2702.834591701293 -5297,463.2702790844043,3277.702412740601,96.68113911752432,1313.2357234320273,187.5786860645346,2337.495054304809,208.35534456708845,2754.5867328116406,35.27093372093075,1007.4205138312855,290.3540021437939,5590.610114816779,162.42136854871612,3261.26746386268,184.52308829586914,3685.7600735909346,138.97072788232404,4184.9293711274395,45.85081645816158,1135.6143165577807,87.86658272671043,2183.553718604689,198.54477751460226,5011.579205558987,99.38089622189493,1459.1013226952077,70.32808029238775,1987.2116142644109,89.50364512125333,3552.2853816262805,117.66524968012973,2378.9892405132246,125.69829753739886,3030.662873765775,147.58221005299396,4272.296666244736,1589.3387597157955,536.7204363118697,15108.21937939143,6345.3920623822705,350.1297950017708,2911.0661259626263 -5298,471.6935379298006,3223.5733083635164,97.963154188032,1291.548497261323,189.45821166013806,2298.892857447776,211.03512993926282,2709.0965405975694,35.330747694968586,990.7836251580411,291.5145948302106,5498.28485756944,163.07059346403895,3207.4097718809935,185.25265580264542,3624.8921647298976,140.24516018915983,4115.818008893954,47.384557060810764,1116.8603913587963,90.19703463824479,2147.4937618838167,203.8640529274719,4928.816263793048,101.22415362376766,1435.005221875953,70.61259541101909,1954.394118548583,89.51543483221461,3493.621719711205,118.22521858185472,2339.7017944012296,129.90299000547964,2980.6134652568867,152.51893409134385,4201.742490466566,1557.5114592929153,533.7692760483252,15385.05611990536,6546.007314065571,342.1181077166896,3007.916520804576 -5299,511.0358342553516,3099.6547055304313,105.67660429092452,1241.8995921607147,201.79902096040462,2210.520246153725,227.6503430736974,2604.95513410937,37.550832884826136,952.6965364540425,308.1128899244194,5286.923206273784,172.35552766460734,3084.112517677567,195.81348532800192,3485.54631169516,148.27521033209365,3957.600289491038,50.0414342682527,1073.926737919702,95.38018148052542,2064.9411405815563,215.5679478046176,4739.345770460205,109.56825320761098,1379.8416424742725,75.8940341825757,1879.2645137937009,95.50062181056245,3359.322083586686,124.95341986121059,2249.7604313008355,137.18671944672326,2866.0345738006786,161.07075149401766,4040.2217155140797,1649.3884145816612,567.1903103058304,16350.505660517909,6952.360979749202,362.1516115485518,3200.6287954662366 -5300,485.95135489446966,3097.965196890102,99.49881160571005,1241.2226780232681,188.19169912240284,2209.315372253146,214.22306584031526,2603.5352681485274,34.63953209651567,952.1772563461392,285.3892543986107,5284.041497410593,159.64413414754384,3082.4314805165354,181.398308094748,3483.646467625635,138.1002811696865,3955.4431460285305,48.12200782329612,1073.3413796539703,90.70682457194539,2063.8156165376813,205.09515559580743,4736.762526070301,104.15152224354118,1379.0895411601853,70.35003859040995,1878.2401953017559,87.85257880489,3357.4910397366266,115.82993340507552,2248.5341690076284,131.92468367470033,2864.47240296685,154.89260203752238,4038.0195381279896,1480.541656899396,519.991869220418,15402.36968464277,6653.111178275276,324.75516631318783,3073.543450347646 -5301,426.9847282724216,2967.9383826326516,86.14064604224853,1189.1264728207432,156.43234732476427,2116.586687039876,184.6883566666023,2494.260510296469,28.599090669785827,912.2127740545453,235.65628793983686,5062.261380899865,131.8239683685956,2953.0566424838858,149.8023220038791,3337.4319612008067,114.32378535319451,3789.426538814592,40.44014257613768,1028.2914351461354,75.84016060055482,1977.1938009980636,171.5149443036368,4537.9526292460005,91.37101049728786,1321.2068316343205,59.22588818807417,1799.407292578852,72.52588867745611,3216.5714889833985,95.67964973878499,2154.1594048758097,110.86513756256902,2744.2456743192665,130.16661593562986,3868.537060733086,1191.1401860686735,428.6170468298752,12915.413528004394,5632.0872099174085,262.36908522341906,2618.859735284857 -5302,353.9094829644808,2760.974166688308,75.98522678253624,1106.2047283714182,144.41331427917973,1968.9900567577897,161.23593237396818,2320.3274280279143,27.52046383159358,848.6011429434081,220.23239577447384,4709.2530557492855,123.19598440643398,2747.1301797826013,139.90676995220667,3104.701728942811,104.71669769393543,3525.177221148915,32.714318978699474,956.5852528740742,64.05668938217202,1839.3175003349074,144.62398513120058,4221.506097404131,75.76201268209329,1229.0746844140149,56.4999665629239,1673.9286365351998,71.15990765321976,2992.2692594823034,89.15801535468012,2003.9427039974757,89.68508127811035,2552.8802950150152,105.29913899484474,3598.7711032215093,1274.2681135244934,418.93413806322974,11367.363985667578,4638.408433573976,278.91193983272075,2115.185799357722 -5303,309.6151208435428,2587.9949664896794,68.67563912282935,1036.8993319362364,147.3082900903074,1845.6298568231612,145.85250356420568,2174.95541131664,28.879456003714584,795.435000077949,234.356825439625,4414.211241542982,131.09706095177398,2575.018326265953,149.6232480889877,2910.1874779920327,113.01337737253377,3304.3195457566912,26.712389485485446,896.6537424816989,56.5691803357035,1724.0814818462236,127.35328608590169,3957.0223665626763,63.994643114152375,1152.0712997176163,55.38483487878255,1569.0544800758694,73.99314519537043,2804.799072499339,98.48303408721202,1878.3926679400422,73.23101617056928,2392.9384900671575,85.9804422383969,3373.3026600017474,1506.0123593147885,451.95996363344136,10861.04940464019,4067.0471439850694,320.56314476809536,1798.7417440543138 -5304,333.0811508840841,2466.025782642258,73.36312162060689,988.0314759760136,163.67600273716732,1758.6474746176461,159.34014868313426,2072.4522998895563,32.56320965875879,757.9470764075348,264.54181888363917,4206.174614952712,147.98226972662263,2453.660716334889,168.9140620611092,2773.0337369184444,126.58045140887253,3148.5908200885406,29.099025521019772,854.3954975545192,61.93414595372456,1642.827532765919,139.40670298955266,3770.5325183346167,68.10386775986653,1097.7755232651639,61.04154562526707,1495.10677274838,83.37039344676005,2672.612164039943,111.00762100430941,1789.8662126647507,79.77388955171865,2280.1620904181063,93.66242149034049,3214.3228406287526,1746.2922575544771,514.2893719341511,11944.24207051609,4375.191547867766,372.59928255923654,1924.6097707341078 -5305,362.8052555789655,2375.897251765377,78.99410776891997,951.9208132178891,191.35275814894254,1694.3722694136704,181.04038660451442,1996.7081278633725,37.48647221066287,730.2455588646632,304.9664124940152,4052.4469689055036,170.5954170183597,2363.9841050073987,194.71173872933997,2671.684651868451,144.4974498302531,3033.5158411712655,31.376986922917776,823.1689744887701,68.21929318183709,1582.7853251562171,153.4404853934909,3632.7267586004714,71.85757556233162,1057.653925250695,68.5110814978319,1440.4634766886345,95.88551627604411,2574.9332956176877,127.73579081082673,1724.4500222302797,86.01883549146574,2196.826522389151,100.99460451513548,3096.8454819453946,2096.765337045086,605.727406937621,13367.157287550956,4708.414784811501,447.71798797229167,2050.0796263056573 -5306,397.068484259969,2341.977215181783,95.01933524800188,938.3304995858314,233.17340499986582,1670.1821789869762,207.82704148208205,1968.2016709054546,47.53362976540618,719.8200423347325,387.0797752728688,3994.5912896095183,216.5288798265412,2330.234149168482,247.16742541117387,2633.541739306105,182.17086256725332,2990.207163477823,38.44365227609156,811.4168157165876,84.14613144110743,1560.1883310760302,189.22005674863334,3580.863310188142,85.93618153406486,1042.5540888370501,85.12079876394193,1419.8983727935463,121.50606273101442,2538.1716757611184,161.92320773180452,1699.8305199360757,105.39183411562335,2165.4630297331105,123.74041737275293,3052.632664255878,2716.8110907615014,765.6067974749487,16419.03432888059,5641.8346289614265,581.4965907954811,2419.7117139165616 -5307,530.1718204378749,2344.9013594181492,130.45105168152153,939.5020796099171,282.9765385162179,1672.2675338575136,260.5906309466606,1970.6591267400702,59.43316326791058,720.7187947283809,483.1212973458153,3999.5788535449965,270.25362733274034,2333.143631255884,308.46399138013004,2636.829924967478,230.2518491903521,2993.940674199424,51.58856281287958,812.4299339440356,110.9010903744629,1562.1363499066097,249.53888709596504,3585.3343019389695,119.78414036918375,1043.8558002756633,110.3185257393687,1421.6712284883479,152.10392475728418,2541.340784336758,202.56971209908377,1701.9528931109512,141.42811445674596,2168.1667820140515,166.05056793982627,3056.444118164594,3223.1709921137685,926.8771450791531,21219.249151856813,7662.754494581466,689.3335733470724,3322.8625232302647 -5308,582.7900716431972,2355.558225647644,141.9301711666813,943.7718319150714,258.70634412830356,1679.8674831418061,259.624686911065,1979.615175408494,52.44980934056723,723.9942432898542,424.2906720430316,4017.7557276575694,237.34431455005404,2343.747062173192,270.9189332139772,2648.8135180800173,209.07562340406798,3007.5472274712015,54.71365985179508,816.1221818469611,112.2856543769562,1569.2357863269617,253.07096779911205,3601.62856007069,136.55494904705003,1048.5998086245604,106.1635824085791,1428.132293489428,134.66429881544735,2552.8904082360577,179.03387090069725,1709.6877533590964,149.99545104472773,2178.020443135597,176.10946684850904,3070.3347306521437,2478.1123515028507,775.961127056489,20843.92150629699,8340.810860112548,525.5230768946326,3721.5261224757633 -5309,559.2949189473375,2373.3629951080316,155.5287174221853,950.9054445371221,289.70327407557045,1692.564963057896,266.5775087210407,1994.5783342192858,58.25370352684544,729.4666406401168,471.33407676143605,4048.1244163616775,263.6599641334559,2361.4625555373946,301.0412918385572,2668.834892852023,231.9342106361745,3030.280134025286,61.037024583592455,822.290939274003,124.77430471357383,1581.0970432894635,281.2580306924087,3628.8519016530768,151.43867448244114,1056.5257760854724,116.9399127414516,1438.9270027722023,149.54624131085842,2572.186736673781,198.83308443135132,1722.6106333653577,167.33071883042226,2194.4832719664905,196.46278254009255,3093.5422240820512,2785.943692857036,861.8554464287802,23010.264347956003,9144.435287630035,590.0737487445334,4052.1991962365137 -5310,586.3697067414876,2511.512425240781,132.75342617097837,1006.2560358894376,245.58114971903143,1791.0862956947785,256.462136111144,2110.6793523928586,47.11598055073097,771.9276552059465,380.5049486730557,4283.758865192114,212.850982065782,2498.9192812888923,243.22742216500617,2824.1832404608226,189.52209156239016,3206.667595412805,54.33892494093102,870.1550986538268,107.51716649992775,1673.1300175817385,242.650971382752,3840.081209299165,135.7810689814772,1118.0243476009202,96.2899129786018,1522.6845004012391,121.10340500954906,2721.9093592135855,160.90939794745208,1822.880873455288,148.9681293095429,2322.2204171410413,174.90328971576832,3273.6120643169543,2114.4665159847805,695.4376412587487,19675.664454444537,8162.376905236971,446.6939255769924,3716.9001073652994 -5311,524.1556801461114,2729.3284575072785,122.29034102474088,1093.5256408409793,220.57630173456099,1946.4219040136318,228.45838645286292,2293.7323197222786,43.391507618336114,838.8746539004167,350.4756469812011,4655.276580902051,196.05286583062906,2715.6431474877268,223.9653938935513,3069.116286241689,174.40144238182012,3484.77237618585,49.25219340638015,945.6210725189843,98.11817357589048,1818.2356273462176,221.38226667707443,4173.120076311932,123.40509079740112,1214.9872871127266,88.86482676593454,1654.7424161566407,111.51997929751147,2957.972494261029,148.18331968196213,1980.9739313116322,135.02304515806904,2523.61971432406,158.53038428451407,3557.522740554559,1951.2381177706766,635.5147832281308,17950.669682226562,7423.28826841662,412.63291748926775,3363.9782014413927 -5312,531.385191699334,2937.0074694475456,119.78788711648474,1176.733773594857,220.2028738183238,2094.528291404482,231.17807505835816,2468.26611777253,42.57818532553512,902.7059816340108,343.9095983495635,5009.504097187648,192.37987838484264,2922.2808220780903,219.77051778753864,3302.650303044706,171.08018649315838,3749.934336422761,48.38478627116028,1017.5749077089048,96.26571621403531,1956.5881138427414,217.21309140583776,4490.659525172585,121.05886291875119,1307.4376327695513,87.08601042367118,1780.6544400677992,109.4289989923349,3183.0494003640315,145.4053868377429,2131.709438283178,132.64508095609193,2715.6460156445205,155.73841956239627,3828.220393554585,1919.0691644249043,628.3089748986039,17685.22257070405,7308.797037973048,405.60564880207266,3321.0333080527225 -5313,495.55569255536744,3101.4091870297325,110.30619196312186,1242.6025381548438,199.89533323726712,2211.7714554799727,213.0127017357479,2606.4296033723977,38.484611009058014,953.2357863403845,310.7017590238666,5289.915736034302,173.80371731937737,3085.858201912774,198.54904940746184,3487.5192174216963,155.08282581106263,3959.8403894857734,44.35657871861538,1074.5346071091064,87.9979313483641,2066.1099485206573,198.57911906418784,4742.028357800732,111.54032291297476,1380.6226670927138,79.37816819912501,1880.3282241533939,98.93828363221016,3361.223543267124,131.44423431472026,2251.0338515458498,121.60190069027888,2867.6568205067774,142.7726357644304,4042.508581286676,1708.5242410533976,565.6027680437616,16144.844961076777,6723.335454215031,360.7595628922983,3061.986425736051 -5314,485.84905795345804,3243.9123407843977,106.66109268624854,1299.6974810895438,196.13809415335274,2313.3976482147336,209.67911660092656,2726.189498349625,37.447225716131804,997.0349426701587,302.4029021714409,5532.9761095683325,169.16141283103295,3227.646820986744,193.21877361301955,3647.763305606191,150.69994580585808,4141.786630641799,42.514853711686605,1123.9071861844357,84.8711935637308,2161.0433049121307,191.47860277447197,4959.91447196029,107.03145149356388,1444.0593413079962,77.14758728836887,1966.7253055692745,96.25531758647591,3515.664613924017,127.89120381484855,2354.4640678473015,116.55288050294497,2999.4195503385226,136.84458763293347,4228.253249975608,1679.8674611843905,554.384635637636,15654.42209492757,6479.648696737161,354.6853117549978,2948.97230419716 -5315,475.6549338949762,3223.3133854118846,104.562468506021,1291.4443572075782,187.52336557713232,2298.7074932696314,202.929635711568,2708.878100902942,36.13575680966784,990.7037363577426,291.69415020699,5497.841520225324,163.17103509670613,3207.151152226576,186.3823263023332,3624.599882662554,145.79997765677953,4115.486142526133,41.59366103246511,1116.7703367449524,82.76378436367563,2147.3206053076187,186.74664423427387,4928.418843803246,105.11317417004355,1434.8895146289956,74.96251167119654,1954.236531970165,92.90901895572603,3493.3400222337764,123.42743578009036,2339.513139719557,114.02746524479538,2980.3731326273937,133.87950081472596,4201.403695841581,1594.8250774379715,530.3871384446762,15203.241089896073,6344.158501478939,336.71707988603544,2893.032971809513 -5316,438.7919917285095,3132.4700648422295,96.96177350274918,1255.0473086703043,173.92507000421008,2233.922535451986,187.0020722624578,2632.5332183922396,34.14075641648285,962.782524129723,275.7217991877897,5342.894693794058,154.23624827673933,3116.763335281551,176.15981772671043,3522.4470201554,137.30041603686226,3999.498529085406,38.56732447514415,1085.2961629451747,77.1443456756764,2086.8022160636083,174.0330842734302,4789.520176687781,97.12950376305014,1394.4497209839162,70.28406698736623,1899.1598718643988,87.75207256516485,3394.8864840407973,116.59623337492165,2273.5781477667633,105.73087682139065,2896.3766484103116,124.13848697910221,4082.994649885567,1526.3373522206036,500.9398665202501,14180.452494474726,5876.573156935484,322.83222354027106,2671.3955149701455 -5317,448.923464963415,3052.2836168052168,94.54017771192171,1222.9200149635878,173.79849261383302,2176.7375314137257,190.61635675755434,2565.1443898471375,32.95480043631755,938.1367624004852,266.0682494174874,5206.124752226325,148.83614098195804,3036.978955525377,170.00832557862108,3432.277757848644,132.77934540546374,3897.117476964237,37.71005752868943,1057.5142392321525,75.1239893084357,2033.3832674390073,169.50093859724123,4666.915777341497,95.1000758135214,1358.753938493642,68.14404324186184,1850.5442805811972,84.71967372181474,3307.9825765783,112.55575831895274,2215.378020637003,103.38071156745741,2822.233831142857,121.37916096625759,3978.4762246328937,1466.7619269834174,488.61510166271114,13874.056721584924,5769.258678883311,309.622181586328,2635.072297009191 -5318,409.11982743882925,3002.8331381638004,91.40425574354049,1203.1073148110984,163.44323566752337,2141.4718987534784,174.9039791442356,2523.5861227307105,32.13404074870283,922.9378760072311,259.5151318372462,5121.779588674983,145.17038704784724,2987.7764298662996,165.80606458618354,3376.6709403755167,129.27077506112985,3833.979725447088,36.24946266969978,1040.3813014500208,72.61887508458305,2000.440137487816,163.8145842799816,4591.306414666913,91.4362794717301,1336.740573731442,66.19215781695709,1820.5633509198642,82.59428370252586,3254.389482919303,109.7430207958983,2179.486367944898,99.37654541843357,2776.510421621009,116.67787462213269,3914.020368536036,1436.8025539676119,471.06637487705547,13338.469045276453,5525.680584506704,303.8803946718249,2510.375579910926 -5319,411.356359218242,2987.3676815712474,95.27252534241555,1196.9109651981553,170.20520926494504,2130.4427009357814,178.01852816795562,2510.5889264687407,34.20955691105451,918.1844797969638,276.4511294200149,5095.400946818874,154.64422892645433,2972.388519663402,176.60587713334166,3359.280111297466,137.13331184283442,3814.233624251173,37.70234158858586,1035.0230377314056,75.93229144473928,1990.137293910155,171.25525925390014,4567.659862630205,94.47771488786326,1329.8559742990574,69.86107357668998,1811.1869246643378,87.89251966187341,3237.6284386096195,116.80881933644426,2168.261384648582,103.35955860640154,2762.2105922836354,121.35432530178998,3893.8620349467856,1558.0803432683156,501.2675687171041,13954.307621334794,5721.040943218048,330.1307975510854,2584.0953615078365 -5320,440.98936003151385,3036.3632871683726,99.37089413250185,1216.5414170998372,180.2401297220818,2165.383940665409,190.54850045423137,2551.7649174980993,35.39904519450186,933.2435583680597,286.0136426951397,5178.970256579315,159.9934112399182,3021.138453087818,182.71681357513816,3414.3754262929174,142.08587797159183,3876.790599564909,39.18982921957631,1051.9983772095222,78.93473643509789,2022.7773946041768,178.02632272569446,4642.573728275809,98.5307448706563,1351.666847871696,72.58345789565375,1840.892073036583,90.9590473953099,3290.7285531441385,120.87676234663012,2203.8228859291485,107.43745028351164,2807.5134124187684,126.14217269395975,3957.7249901801797,1609.1063314973308,522.2170435562979,14557.906945710636,5976.192390010443,340.47488902089043,2706.3623371727854 -5321,468.0229965559945,3114.470351592331,105.49996500557654,1247.8355903765942,192.26026238188606,2221.0860312785144,203.16415513689537,2617.4062284861834,36.80869138654273,957.2502096949092,297.23085874727167,5312.193499394124,166.26821912629828,3098.8538756086487,189.8774774728989,3502.206432060921,148.19783831979728,3976.516720743511,41.509454922168004,1079.0598640117921,83.22387516872136,2074.8110906191932,187.73181076305738,4761.998767703678,104.93541574841905,1386.436972386309,76.16689827392838,1888.24697169244,94.6172800452781,3375.3788807872074,125.71246628785012,2260.513775605525,113.79661734449137,2879.733568650278,133.60846259081666,4059.5330584329727,1650.8999102310281,543.5265096461877,15363.762323938792,6349.303673929604,348.394016358802,2882.0839179499517 -5322,482.66216091524103,3133.3797983245145,114.42905021624297,1255.4118001211132,203.07039744555166,2234.5713123230375,210.04532395831018,2633.2977599720234,40.5487846850643,963.0621358994221,327.5725822142507,5344.4463798739425,183.2411012400183,3117.6685072077853,209.2432276224805,3523.4700109350333,162.8211703267915,4000.6600653966693,45.01435252666618,1085.6113551855437,90.565431353465,2087.40826617983,204.26614680500836,4790.9111514708175,113.28084181487056,1394.8546977512221,83.32911629267977,1899.7114267996044,104.20182905341943,3395.872428627388,138.46789145181287,2274.2384414400626,123.40516297050728,2897.2178155275788,144.88984369671863,4084.1804351809096,1832.4959461977717,592.2377882906155,16634.94405031494,6841.645365932339,387.7459390625581,3087.931192952453 -5323,528.0306348338219,3124.7373365459525,121.79964602830354,1251.9491338638327,220.4084004911592,2228.407936543137,230.02117556131316,2626.0346202612545,43.42981295715363,960.4058260245891,350.91841754109487,5329.705372866003,196.30054762512833,3109.0693801801017,224.16718951671413,3513.751605616374,174.26535051286479,3989.6254784874477,47.886605197967015,1082.6170310858668,96.60151422480637,2081.650794274777,217.85877267397942,4777.696900669426,120.42526306050887,1391.0074212677237,88.99990234292434,1894.4716587366352,111.59048366989168,3386.505961885955,148.2969493873417,2267.965656118605,131.2793361863584,2889.2267337416247,154.13490037848985,4072.915483090941,1978.8050275768908,639.8209401059441,17810.550600352475,7297.269166159566,418.6765891769792,3298.2754749763544 -5324,498.1288045932289,3143.906706229768,113.39267414631875,1259.6294836620966,200.73860950141366,2242.078581765805,213.722757025199,2642.1445914417222,38.49558070715378,966.2976410294004,310.5977914772928,5362.401590689938,173.7455588263843,3128.142631433656,198.452992521348,3535.30746655783,155.74073219382387,4014.1006895084274,44.86313608342646,1089.2585768734625,89.10431276575669,2094.4211264116125,201.06723013595177,4807.006704426369,114.01976638285689,1399.5408538795946,80.54588718603269,1906.093700422218,99.00682223640887,3407.281207203565,131.5065069477723,2281.878976634816,122.99060875003364,2906.951313248419,144.40311611772265,4097.901654463863,1677.9772841207998,561.4648085423313,16319.494304466747,6844.945102534272,353.62377207565555,3116.827944746965 -5325,444.3774699626104,3058.131898974803,96.03074501328847,1225.2631724863566,172.66466773148323,2180.908236659708,188.77311590242633,2570.0592962191927,32.669374336434394,939.9342652504733,263.59317991307756,5216.099869346323,147.45160977800944,3042.797913428639,168.43425136998516,3438.854122083532,132.15707433693075,3904.5844903596585,38.193910267308624,1059.5404735032187,75.71441997859222,2037.2793009011089,170.86460164431512,4675.857751205693,96.90678961108871,1361.3573585649604,68.24253124104148,1854.0899881493162,84.02165059866083,3314.3207868983986,111.60287938061283,2219.622762411866,104.70717574413652,2827.6413298766574,122.9365608561979,3986.0991242345353,1424.096330924944,480.0396602612577,13914.676069410794,5842.420099650394,300.1462671521048,2672.4195263601623 -5326,350.46312670898993,2854.0268354984078,77.21521320300099,1143.4869686282257,143.29811520808326,2035.3506123372097,152.56951571519008,2398.529050591537,27.7182261465236,877.2014109426195,224.0660202030802,4867.968254981014,125.34047878777082,2839.716266925951,143.07467107760593,3209.3389925663187,110.98860800799368,3643.9857027400108,29.54981628728647,988.8248919834414,60.47238900838713,1901.3077225761308,136.30750204330994,4363.782839251643,74.57932074973137,1270.4979910611887,56.81742596539671,1730.3447844682623,71.19964858262514,3093.1172296490167,94.63483471076151,2071.4812630319343,81.00971556840493,2638.91960949683,95.11340323278839,3720.059907597792,1286.1476874085427,414.57960627241215,11303.90828330525,4575.535762912194,272.04409023777885,2065.6494623990525 -5327,304.19077731900643,2694.2387644897676,71.39914608990453,1079.466695704368,146.7336113981981,1921.3976725377413,143.70374749159592,2264.24288148995,31.531551046736457,828.0896368004885,261.0105909546434,4595.425878182067,146.00693317658295,2680.7294000681577,166.24100326074304,3029.658100832366,123.76516627408074,3439.9702958133244,30.705612871893774,933.4636668925888,67.76510195596191,1794.8594265736106,152.34123908214067,4119.468233126764,69.07365308406796,1199.3667666848182,59.57197091266008,1633.468170747929,79.7129681432143,2919.9432323404408,106.25898690687026,1955.505480662456,84.17828865406082,2491.1747219212602,98.83362083204743,3511.7853429447146,1632.2488054458404,484.53524191284964,11860.859675518233,4518.9316193494105,352.772463599448,1985.3968560705514 -5328,312.98461510077806,2589.619489664739,70.25134131954646,1037.5502091661945,148.2741408116582,1846.7883863078832,147.2211544930691,2176.3206633809427,31.199352529204898,795.934306532796,258.266437860045,4416.982108006922,144.47187907765192,2576.6347038097224,164.52084508949497,2912.0142462288263,122.42462406104615,3306.3937165914067,30.693240128155058,897.2165854560966,67.2526610888621,1725.1637135967546,151.22614960447217,3959.506248727033,68.6144126917808,1152.7944721155327,58.71688038409001,1570.0393990570956,78.87196204730965,2806.559686856654,105.13914101669754,1879.5717631316643,84.14436924010137,2394.4405733725507,98.79379609158624,3375.420132569747,1618.6419028625019,483.23490064399954,11801.656306310728,4501.644452148142,349.6869939589526,1987.0358904313025 -5329,309.75653905026354,2534.77559559488,71.8358934601662,1015.5765972163409,151.3523920526279,1807.67643683718,146.7639221386427,2130.2297606823527,33.48826144240978,779.0777231744036,277.4743369601568,4323.437670375525,155.21660184968647,2522.0658062105013,176.75503618811115,2850.342559910629,130.55429724063893,3236.369719834469,31.31922053433268,878.2150095230837,69.76366634356695,1688.6275752415734,156.78513240480723,3875.6503995797734,69.16288473588803,1128.3801756656678,61.79284879271715,1536.7885392952471,84.60375808779595,2747.1213551708547,112.83606641955774,1839.7655155013467,85.86047109883478,2343.730248675536,100.80866908469561,3303.9342695189202,1780.879695781338,517.8928608138715,12246.474070982711,4566.148203362058,386.0915575465107,1994.4055424628352 -5330,337.6696170366242,2541.2087028298492,83.24119345317105,1018.1540692286846,184.8364591707231,1812.2642103602132,169.12359322180188,2135.6361550430242,40.660854811166686,781.0549753407361,337.1678759987117,4334.410293832042,188.60862067006676,2528.4666567683166,214.82543672309768,2857.576557025075,157.67306242484122,3244.5834305455414,37.00356032714401,880.443866129341,82.68217638585081,1692.9132099503554,185.79852315053589,3885.4865660116566,80.05475786888128,1131.2439363411634,73.54800793729463,1540.688815709435,102.66919277774598,2754.093383107371,136.98686506677024,1844.4347291662514,101.44387592724085,2349.678494368675,119.10512472318504,3312.319454972829,2224.4798808632363,636.0830861175879,14567.349791536371,5304.042134621193,482.4558456540182,2295.0249272945616 -5331,535.412976757544,2635.885901118157,122.02021378786246,1056.0871892408531,278.57141604636485,1879.7832999194488,265.90582379194404,2215.2030349681268,55.05267107932312,810.1545517321033,455.8829878435966,4495.896370278671,255.01676655713817,2622.6691277269792,290.3975694761344,2964.040595973236,215.55326776785543,3365.4660910191337,53.047044243500125,913.2463503969362,117.10733365317243,1755.9856681411684,263.26366665182496,4030.2471996609875,118.20972828258358,1173.390418192162,102.95999241794958,1598.089886445209,139.13959589192487,2856.7019744625823,185.51263056635176,1913.1523879672204,145.42648672098247,2437.219897983965,170.74505169124743,3435.7257401329034,2928.1284509275915,873.5729562596523,20833.334720602015,7800.0747990197715,630.5987134791836,3428.8426257282476 -5332,674.5701104492553,2882.098596215565,167.91002571252338,1154.7341272629178,341.9421474829785,2055.370002013016,324.7507192117589,2422.120606474577,71.98562288267676,885.8294265598707,595.5175761382351,4915.848827907961,333.1270759040021,2867.64727113315,379.29977491890617,3240.9055479816366,283.7335714397132,3679.827375085813,72.2755878767752,998.5508186683882,158.1180221551554,1920.0086873932748,355.56736056203954,4406.704323437239,163.9920176419052,1282.9944102094237,137.67908389647494,1747.3641846167168,182.05827111994142,3123.54064601667,242.60914779634766,2091.856028126164,198.14081954058994,2664.8756092471526,232.63688229994807,3756.6498339014593,3671.455516385058,1100.1813848297647,27524.393597352187,10609.587547153033,791.3171137100818,4657.957805160441 -5333,617.9850763611423,3331.0517482627915,179.18651109684515,1334.6105294414972,349.75265354318674,2375.541158627409,309.13426096073596,2799.4216059418304,76.2550974854383,1023.8177361036346,630.674985355016,5681.605360031775,352.79380850439816,3314.3492968811133,401.787158530925,3745.7511362499404,301.08164157479996,4253.045134257463,78.2710473766702,1154.0980779152335,169.87347235485424,2219.0942055969676,382.10685802666313,5093.149887355522,177.76527821468804,1482.8503017735895,145.98649104979947,2019.5563502449852,192.89027369771355,3610.1039511090707,257.00863563019635,2417.710722580201,214.57714740356045,3079.991284386185,251.93475378027637,4341.834458147952,3845.087445910923,1142.5339775743905,29078.327405123066,11297.646541179663,828.9905962063035,4931.2387084972615 -5334,630.1779720430617,3742.8358173763036,154.16990416436823,1499.5948635281025,294.24085045393224,2669.205165845663,289.46843384756164,3145.48564432256,63.131424803750825,1150.3819162077737,521.5479908791438,6383.964479931719,291.7491676263243,3724.0686117026203,332.4642850255504,4208.800275482309,251.06431920519003,4778.80587406624,70.05585138237633,1296.7674924411003,147.89255854373374,2493.4182662194107,332.98506617124104,5722.764238532761,159.86276737018727,1666.1600121282775,122.27850295473499,2269.213574015712,159.81628771115257,4056.384407630271,212.8140296743071,2716.5877243567893,192.05549500591846,3460.7393002583894,225.4921105622933,4878.571319568928,3039.5058470347776,938.2040590675845,25036.834814399408,10099.848431783366,655.01526686276,4506.228175713454 -5335,571.6219329324595,4010.8820971391133,141.48805006902398,1606.9895887933685,269.30783632513385,2860.3624993591975,263.5206960698411,3370.7521978522886,57.75688875021814,1232.7674676963934,477.16424636815844,6841.157371225346,266.92130759489726,3990.770862523786,304.09965777398196,4510.216984938335,229.63771099802898,5121.044005459897,63.349478778298355,1389.6365679299217,134.48376419781468,2671.9864756636757,302.73514536093967,6132.604728189519,145.00963397517376,1785.483438143157,112.21501867246229,2431.725179167701,146.20717839344078,4346.885728768998,194.69556589288993,2911.1383989502574,173.67022547089798,3708.583004851736,203.905989162431,5227.954235778346,2788.9099693531484,858.742824665194,22844.962667188604,9181.74751404719,600.779064787741,4085.1257616601933 -5336,575.324312367693,4144.352901536195,136.00656839899756,1660.465654127469,263.83709321592744,2955.5472677992943,263.80497262321416,3482.9212909282173,54.78534244719217,1273.7904799822325,452.46745479781174,7068.811726359783,253.10614866475936,4123.572421952674,288.36601440245414,4660.304241159224,218.25277805458487,5291.457856131078,61.04390902908628,1435.8797398928925,128.9771581715247,2760.9026231862695,290.38770267572676,6336.6804567442505,140.14562183797557,1844.89927360155,106.99973190382157,2512.6461107422424,138.71574684572212,4491.537783052723,184.68795079550995,3008.012845620297,167.34959228012087,3831.994151039247,196.48494183319684,5401.925756331935,2625.064967199336,819.9437888801876,21985.633214044177,8887.357011683162,564.4346084573075,3974.979634770002 -5337,541.7672209237035,4254.430570951786,125.70990467971774,1704.569086845092,244.13285144395525,3034.0492107603704,246.98456850261834,3575.43075321875,49.99641741706003,1307.623478930811,412.8167879643198,7256.565602263272,230.92592892122173,4233.098143496972,263.0893724850649,4784.086033352706,199.5483210899121,5432.003645172795,56.207871054070594,1474.0179725877695,118.56112020381332,2834.2346326614,266.95209790545306,6504.988280204743,129.5109324295348,1893.9014259687626,98.21077348657127,2579.384208222825,126.61106715921265,4610.836989224874,168.55020528671486,3087.9083206159976,154.09177514091314,3933.775296463475,180.91895572029358,5545.40567026317,2379.3705410710236,749.3310461958272,20233.825939167924,8213.914565487219,511.04657449108004,3681.6956624535933 -5338,523.4379091207547,4351.187159156296,121.72898359765297,1743.335329812623,234.60430744596604,3103.0512182398547,237.81691891814174,3656.7451559980473,48.724716178961096,1337.3621676618748,402.3966288955479,7421.598388213784,225.0969874086226,4329.369577962521,256.420547490144,4892.888335927478,194.22821562461976,5555.5412446367345,53.98207987291681,1507.540895949947,114.54632648478346,2898.6923476608554,257.8582406388064,6652.9282834099495,124.47110376490605,1936.973568601331,95.58278757089465,2638.045975407428,123.37380764575592,4715.699167230695,164.2579075783373,3158.1352214452386,147.98985190907536,4023.2393669427925,173.75469547356755,5671.5223206389155,2330.804039740182,729.3854088538563,19569.630442002664,7910.732019024772,501.1356522502702,3538.8243664702377 -5339,495.3579427703334,4295.173608652521,115.24525785512179,1720.893086358216,210.39786667394955,3063.1051277199554,218.93552071328713,3609.6712720250466,44.17776412294196,1320.1460837334848,364.4968254272836,7326.058927158388,203.8961845900194,4273.6368887826475,232.27719322150165,4829.901376762304,177.287453072207,5484.023845200713,50.979258295747265,1488.134073162721,107.14864443567686,2861.3770026132543,241.28631990579507,6567.284039489851,118.92872330170222,1912.0385881372026,88.32311900330542,2604.085974131956,111.93366891834842,4654.993193480877,148.9515675968389,3117.480025459949,139.75772892380206,3971.447542499018,164.08937042623973,5598.511877667762,2032.4591174624297,649.1055977837347,18123.484855061462,7492.238329940361,436.51433638649206,3369.4539234236054 -5340,460.8797784090659,4248.192401203179,107.85452343482618,1702.0697179790045,198.53341771533852,3029.6004569996253,204.4179439195622,3570.188184656166,42.37182492759173,1305.7061419117208,349.781011381806,7245.925473751621,195.6642930406437,4226.891252976312,222.883818982358,4777.071242472873,169.35191786281882,5424.038828201752,47.70372377519695,1471.8566553040223,100.91971101591015,2830.0788622354726,227.20709849198477,6495.450171537115,110.69914761174537,1891.124443624054,83.84473191004889,2575.6021188763366,107.3193033557533,4604.0762292730415,142.85090404057638,3083.380594531181,130.777973609437,3928.0072958713945,153.54625121943573,5537.274574616155,1984.208546162869,624.4119630442013,17112.797201285237,7000.306907688651,426.90395043130525,3136.208324634903 -5341,464.62901555235567,4165.536675670943,103.18490208342614,1668.9530899736067,192.21487073892968,2970.654486526354,203.74004150163233,3500.7241710663397,39.518998170621614,1280.3014336736842,326.03880980628276,7104.943811288352,182.3831230075673,4144.649977095853,207.77292854069694,4684.12528989456,158.61190140860023,5318.505033514614,45.748068472450406,1443.219209483737,96.06432254866048,2775.0149198384033,216.33285294303542,6369.070267831522,106.77329636434955,1854.3294380788197,79.08623186277293,2525.4894493659363,100.13389537450983,4514.4961855282,133.2451480205042,3023.3882410631954,125.41661777950236,3851.5813098816325,147.25149021022764,5429.537588102438,1818.371758332012,585.0791598438831,16314.868875105332,6748.77034596184,390.19885055812426,3043.715241958392 -5342,422.18725729634525,4074.4984113117753,98.85683622534857,1632.477935764673,178.98433716140488,2905.730504451326,185.99666242456365,3424.215457460372,37.850018876085215,1252.3203043611134,312.27817203666694,6949.664479161258,174.68554831549434,4054.0681938421276,198.99068048894677,4581.753214064933,151.89321977290143,5202.268518286075,43.56751469311229,1411.6774941776182,91.80610816627927,2714.366662112479,206.71788799423786,6229.8735333143395,101.94077998290933,1813.8028632970447,75.75019262945672,2470.2945983709847,95.903176693813,4415.831372519353,127.61734145572376,2957.3117569554242,119.43871119191412,3767.4045747354094,140.23283774658444,5310.874444123737,1737.7162992962662,554.4256614376727,15511.585653895518,6415.31527660144,373.27548743657934,2882.7991519277593 -5343,422.5649588790879,3974.102895481273,101.56118144617335,1592.2537295193104,183.44573572837817,2834.133393982728,187.80997345800398,3339.8428936591176,39.1628395324541,1221.463170488562,323.1750398218123,6778.424959642171,180.78115631638292,3954.176077943185,205.91882228567448,4468.858955459487,156.95701447241086,5074.084781624863,44.62834224376077,1376.8938040377946,94.24091338334779,2647.4847508471935,212.18439484536583,6076.369640614446,104.1464458729029,1769.1108164011612,78.17743460294228,2409.426615267044,99.21582467508425,4307.02542299835,132.03957078858082,2884.4436860078736,122.34693022480657,3674.5758416151075,143.64737398614446,5180.014660782411,1811.3041187463327,573.2447969628868,15930.494659923363,6557.910827530216,389.29724170125536,2937.4848188738015 -5344,446.1760462466638,3942.132284186491,106.48834497933727,1579.444467553041,190.49100871191783,2811.333537139663,196.49522429427464,3312.974737059492,40.942551666167674,1211.6368209295244,337.85039528962744,6723.894315802531,188.99041570809948,3922.365772648174,215.26973888298136,4432.90816194615,164.17378094031574,5033.265105713967,46.64972686266122,1365.8170559613573,98.62652688415955,2626.1864331880206,222.04933702816984,6027.486846944361,109.0694983257853,1754.8787857426528,81.88397862434918,2390.0434126208334,103.72687872108263,4272.376537638085,138.0406593167521,2861.2390961136607,127.88848051532148,3645.014846594306,150.1537010805959,5138.342806888177,1888.2332128557334,597.9114170392108,16654.937462197766,6866.287973556994,405.98684230334896,3076.683297574395 -5345,483.7436726074202,3896.5156832637267,115.97873766268094,1561.1678388754463,212.39598016786752,2778.802036221005,216.3996991203019,3274.6384673574644,44.737148084705844,1197.6162986996178,369.1894445271146,6646.088402266552,206.52119272024976,3876.9779010027337,235.22365317179987,4381.61252091403,179.258797030895,4975.022401229684,50.75564835164247,1350.012428647043,107.38637631227328,2595.7973721836315,241.76511543371777,5957.739450803642,118.52721880547713,1734.572109186372,89.33864946788232,2362.386893589508,113.33478703295397,4222.93849714132,150.83271084136973,2828.1301102697316,139.14471062974283,3602.836356470666,163.3696264327838,5078.8841899953795,2078.407302213732,658.140638486456,18211.69931161284,7475.474440436874,446.36515137017705,3347.109352429988 -5346,505.76932876439287,3830.5600499200814,123.64943667220324,1534.7422263696308,226.6261867204338,2731.76574453539,228.23131654158271,3219.209239903382,47.65386849670522,1177.3444589575938,393.2506244756302,6533.59123673168,219.98079633266852,3811.3529802515436,250.54077813469652,4307.445739005617,190.9350644292789,4890.811074997555,54.05463982718345,1327.1610065070895,114.34841611547147,2551.8587681509284,257.44056902916077,5856.893846495682,126.23195375238662,1705.2113131980484,95.19768311847419,2322.3991875374913,120.72570062358663,4151.457562431743,160.667083772777,2780.2588509797306,148.18877230843248,3541.85178126539,173.98824765953103,4992.914813593539,2214.9955162946394,700.6199699334884,19394.053133872054,7954.938223806552,475.5035120304074,3557.3052453186715 -5347,523.4664167532068,3692.930471993744,125.68187123066406,1479.5999176502085,221.3307609347342,2633.6151447498896,229.72885149788115,3103.5451064162403,46.7234335401405,1135.04322392967,385.25798525261786,6298.843473340435,215.50978718062342,3674.413500080426,245.46674263109477,4152.681962619365,188.32066242257483,4715.0873543934595,54.80782529252964,1279.476958538784,115.1896094472464,2460.172111210108,259.3941159346206,5646.459388466658,129.39676505703275,1643.9441589824241,94.86135961379217,2238.9568668867755,118.43443485833768,4002.2983416779784,157.55000669993456,2680.3659248280346,150.2536020767381,3414.595307177907,176.41256164436516,4813.522570824399,2099.703698134574,677.6193510889764,19388.947682578913,8101.014265352286,450.2386818623395,3642.270341267187 -5348,506.8763515921455,3636.5920193762154,119.9148356887207,1457.0274997599706,212.5809807642476,2593.437350131083,222.33247561265546,3056.1981741492496,43.48703519948957,1117.7272794852338,358.3342078817085,6202.749843292633,200.44887279750296,3618.3575379004155,228.3430206011178,4089.329652641975,176.03927055134292,4643.155124009606,52.71903484930963,1259.9575680302105,109.69438099446627,2422.6403214920233,247.10779144173202,5560.318371968672,124.92113734590757,1618.8645451610753,89.20822714481868,2204.799883343652,110.28069719912564,3941.240247789169,146.65205236495265,2639.474911634375,144.52726124124337,3362.5030684042863,169.68927220786682,4740.08863662596,1913.793404689657,630.5830126114934,18428.82516441201,7789.470174171725,409.1190861828748,3518.1391254888667 -5349,442.689080657143,3391.6789453401148,99.62387348794995,1358.9012645320338,175.11803618950717,2418.7774734233317,190.0548699111903,2850.372806413113,35.50628407185374,1042.4518505962676,292.43466131472417,5785.01408313488,163.58527022574063,3374.672499037878,186.36827605085497,3813.926118058154,144.18103129615184,4330.453179829812,44.00493890255669,1175.1033750118088,91.01102371209875,2259.4830893199655,205.06444190057232,5185.848357778892,104.60829510443432,1509.8390921845105,73.36925586992113,2056.313521885719,90.07086269624068,3675.8100704534068,119.74717388689086,2461.7145494586853,120.63789329326177,3136.049026116647,141.64079591499336,4420.858524198121,1530.6048871714963,513.5859304601776,15266.72760963274,6522.232126818558,326.96000160821154,2963.9571739721578 -5350,346.0560909360114,3104.528268752462,80.71031182584981,1243.852221325186,143.9256299771462,2213.9958301127986,151.49405575952127,2609.0508850051015,30.56906443590444,954.1944538812753,252.22460976641884,5295.235794914648,141.09213579787144,3088.9616440373325,160.6407569296279,3491.0266093176833,122.71958479262415,3963.8227939474045,34.26069097393758,1075.615264659065,73.22739485532267,2068.187831634092,164.80227930243615,4746.797407315817,80.94170496073231,1382.011156862114,61.744804273980655,1882.2192669158958,77.45130156245398,3364.6039198274493,103.06735295491062,2253.297712300814,93.92440223629453,2870.540817888777,110.27652029904776,4046.5741250022875,1408.6332536870727,448.11592381298044,12467.75711357368,5126.379286479796,302.5366730398877,2295.8545270105237 -5351,327.9468308420671,2910.560238208596,80.80552144967504,1166.137494715526,160.43911237543514,2075.6674357084917,157.4371650828138,2446.0398192509692,34.85066634677959,894.5772744089153,288.76830136476735,4964.394401475602,161.53434206126755,2895.966201686204,183.089836340938,3272.910522954041,132.30053565816735,3716.1668429594556,36.721606484617524,1008.4118261821859,74.93365456744156,1938.9693849751868,168.9215329218249,4450.221932788807,78.22399500871482,1295.664388825141,66.57414385088637,1764.619962722056,88.0445538800193,3154.3866051848754,115.7654991042288,2112.5137729554585,100.67091001894461,2691.1921050276733,118.1975864408305,3793.7479480347083,1736.6182966809051,530.1742413426651,13216.90517772056,5110.694159106866,386.4922443247202,2256.0438678384935 -5352,328.0886499774618,2792.6198695661888,80.34993894536608,1118.883813376454,162.3668947455165,1991.5582050068542,158.37257619564264,2346.9225310363727,35.11412581980703,858.327630049091,291.00685897133536,4763.229519845561,162.78657067650755,2778.617205805933,184.54161005760247,3140.287164556073,133.1463530267404,3565.582058064199,37.13986346936524,967.5494310453338,75.35772978051648,1860.399369124539,169.9128588841127,4269.892108858868,78.41403890822646,1243.1620789093947,66.59394668191226,1693.114853092274,88.6985000272755,3026.566017872395,116.64176608557429,2026.911472108431,101.8175458910427,2582.1408698778887,119.54385014881692,3640.019457672668,1759.6434964538653,536.2375968035906,13289.15527073584,5127.85087528607,391.7506422066892,2266.020094494709 -5353,329.2397873447857,2731.0829453097285,82.13925029137356,1094.2285893605115,172.12446033955726,1947.6731178349733,163.4890768542067,2295.2067942824838,37.78903176459161,839.4139057240674,313.52825209403704,4658.26912141353,175.3848316462368,2717.3888379944774,198.82878697249177,3071.0891990560854,142.41170273968643,3487.0124842283676,37.92184523999426,946.2289438922194,78.29136885714229,1819.4044394843772,176.41599327106556,4175.802673289922,79.04422991514613,1215.768314537076,70.15211415467309,1655.806130337819,95.38132552014241,2959.87396077265,125.53435139932051,1982.2473561315353,103.96131965269512,2525.241966858241,122.0608521750707,3559.809614542947,1956.429433137891,583.2846171434628,13895.65723379225,5218.059893425283,436.4470242034256,2285.074778579842 -5354,379.17310934790095,2734.5269354493594,95.21906823141987,1095.6084494920874,208.916633859085,1950.1292010618,193.47911186131785,2298.1011295063545,46.03920334424782,840.4724357183129,382.33835946525545,4664.143360037241,213.87657526505743,2720.815559390716,242.5228416203796,3074.961948852147,172.63381597315225,3491.4097276856105,44.88532771362571,947.4221713473556,93.01228369747686,1821.6987714673533,209.55899373698205,4181.068505020354,91.57339700894428,1217.3014404696048,83.64503010427323,1657.8941591894572,116.12972203754337,2963.6064643031477,152.94848967478853,1984.7470386697573,123.05144627379225,2528.426384398169,144.47454537640274,3564.298657701634,2447.5711986704855,718.7457029588584,16576.90458007337,6094.362533074686,546.8733797247742,2655.8603470278517 -5355,563.4691584985496,2801.327316810021,139.26648899072904,1122.3725165412231,283.95828623972136,1997.7679252026112,274.5670605603473,2354.240284643681,61.80978117443127,861.00391357698,512.4474489006433,4778.081369252749,286.65840782356787,2787.280992450879,324.9619430314836,3150.0786457074632,233.92712217764074,3576.6996176012117,64.05987897754261,970.5662704363446,130.96339952043937,1866.2001333229352,295.20828783970285,4283.205721885805,134.8572067865777,1247.038284309064,116.48864195741291,1698.3940206659615,156.08968437034022,3036.0029141065725,205.32319198734143,2033.2314245314735,175.61776103325187,2590.192039192277,206.1925881703728,3651.3691145807275,3133.2067512449426,947.1161925855479,23150.46954987632,8847.418963920827,698.0523188313824,3895.9105457772707 -5356,795.2034653805954,3017.3238821119476,194.7420651211268,1208.9131385911473,383.0921917532036,2151.8059797793603,378.87642857730214,2535.7641688135336,82.80017027275892,927.391688732052,685.8374363683255,5146.495712802918,383.65117819770825,3002.1945147972447,434.85243015998867,3392.965709929063,314.90465592737013,3852.4813257517303,88.67645326042368,1045.4018598207638,179.98530813673617,2010.0936428549699,405.817071700848,4613.462639332499,189.5287760714419,1343.1912702862583,159.10240678987012,1829.3488265509518,209.23032804912938,3270.094159980834,275.0374545765957,2190.0038950412186,243.1031782533476,2789.9090021407624,285.4271300441545,3932.9082202276454,4084.3022863208553,1255.7008896716952,31677.811635826238,12346.664882270308,908.3882341101416,5465.116806399292 -5357,858.7426692541005,3424.884192230934,207.60288259195988,1372.205192384942,408.74281223162194,2442.457811236355,407.4166930719575,2878.278552886511,87.52084860128595,1052.65767244105,724.70781802211,5841.650582046806,405.3949135607635,3407.711249259259,459.5987575131872,3851.2652531633385,333.43038214673015,4372.849222999801,95.92232529427092,1186.6078830499625,193.0701354509379,2281.603901765843,435.4539469814488,5236.6188988099,205.27953594095786,1524.6207329675444,168.4177724096682,2076.445261734786,221.20759667431435,3711.797020539251,290.7134862612183,2485.815250234566,262.9674652864812,3166.7516025845603,308.74976399315165,4464.139654614981,4276.132257980255,1325.5244829509038,33829.631951109426,13304.308212280894,950.4554171658938,5913.355110395341 -5358,781.1383040971889,3807.16692124174,182.37566842924548,1525.3695962785564,359.9049475884969,2715.0829235514625,365.74305101512255,3199.549614415162,75.06554517447779,1170.1544475576416,621.0068197146313,6493.690768251689,347.3855252258047,3788.077148638497,394.0424334997916,4281.140282066068,287.28027179043335,4860.94302141587,87.64651185834599,1319.0560694228257,172.1525796504844,2536.2746343025237,388.63156779306144,5821.125951038903,187.6537899725278,1694.797632912776,145.2586729093405,2308.2163572650165,189.84560833556532,4126.1047211513505,249.3299555607269,2763.279883880279,240.27963244097194,3520.2217863301894,282.1120085242923,4962.4232151869755,3567.1229765876196,1132.3287863926791,29850.470970394515,12024.22423393621,791.3888812363319,5402.82086667388 -5359,710.1113603900827,4041.488108210467,167.18658371103493,1619.2521135834245,326.5988224217517,2882.189190895684,331.83852620371533,3396.473542082238,68.53980900587615,1242.174399600882,567.0307581451086,6893.360485945158,317.19181091753774,4021.2234099294456,359.71405256481535,4544.633292282221,262.27392369145645,5160.121376903897,79.17598071317475,1400.240527645805,156.35093161800953,2692.375718148515,352.8881393087617,6179.401059685048,170.07709314862765,1799.108003650706,133.09133281466833,2450.2810494111027,173.3394117439675,4380.055697249375,227.65495508038998,2933.35254833452,217.0579882820921,3736.8822491966366,254.8475058764977,5267.847411729564,3258.82943911313,1032.0575706557765,27173.500064449774,10920.360521753553,723.029708770735,4896.749142909854 -5360,687.9390977176976,4136.81511072628,161.04311173654682,1657.4455824672536,312.3293799831929,2950.171688652734,319.4516538046551,3476.5865185953203,65.24757206823718,1271.4736970243412,539.6195598626688,7055.954900376596,301.8582377423031,4116.0724268883805,342.3272938764533,4651.828032854813,250.05518349700864,5281.83369927315,76.4365629038832,1433.2681473560951,150.27432897536647,2755.8810656802934,339.22981382284706,6325.155238490152,164.6160133968174,1841.5437522161449,127.28592533095002,2508.076084682179,165.04979214988325,4483.368528882566,216.71627978494357,3002.5418415522277,209.54797686962831,3825.0244814716184,246.03001110140056,5392.100679344205,3071.2926695113347,979.5480088457915,26072.029805586862,10546.872403817837,680.9625257149831,4739.400151118847 -5361,634.0150998269995,4260.603761538273,148.16293650621185,1707.0424213290944,283.53702850998684,3038.4516246003536,292.33910761985845,3580.618713181972,59.038131795245384,1309.5208442341536,488.0870911791305,7267.094899126635,273.0314469060293,4239.240380671914,309.6261356840159,4791.027755487668,226.7512269066638,5439.885497563829,70.0355600042912,1476.1567767640133,137.3232367516093,2838.347114993043,310.0252974637896,6514.427036284287,151.5490326376718,1896.6494822032093,116.04119244370604,2583.12690188008,149.37979017244652,4617.527326515145,196.0883719159231,3092.3888841741186,191.99986695222142,3939.483215355204,225.42679773573641,5553.452069307887,2747.337515867047,882.8545277840758,23785.00957365965,9687.052844491576,608.6595548379097,4360.425057320964 -5362,611.362806008657,4383.8075746785835,144.01233924159857,1756.404940650553,276.31662889652904,3126.314483280734,283.27684648574217,3684.1594091856523,57.93851150803957,1347.3882382530041,479.1407189161656,7477.237370038232,268.0269282296261,4361.826429257805,303.9216592966261,4929.569831065245,222.18496886750134,5597.190582443292,67.53740106974855,1518.8427794690792,133.32049362114273,2920.4235546609943,300.911871887806,6702.804622235809,146.10468399720398,1951.4948659742793,113.56289434792453,2657.823142588941,146.56722020210702,4751.05229286894,192.43901826774274,3181.8114457561896,185.1512577167373,4053.4011906232854,217.38585440902688,5714.041156987716,2721.8231900676383,868.0711024839538,23146.436173725728,9362.538239374428,603.4011569559408,4202.521894439681 -5363,583.2499270772767,4334.746983616188,135.81589757383244,1736.7484518413826,251.88017922267593,3091.3268991352497,264.72981782182313,3642.9288042597545,52.130307996871174,1332.3091860288523,430.6082082855426,7393.557217878543,240.87828644225687,4313.0118362161265,273.13639793097184,4874.401440237064,201.20096123319047,5534.550634501766,63.48097008091973,1501.8449246996288,123.98877129882553,2887.7401616736292,279.9623082296014,6627.791394364659,139.10881031695325,1929.65506348547,104.33190352581529,2628.078594705978,131.9788932845266,4697.881748841677,173.13738880654122,3146.2027773740388,174.0307039565006,4008.038282959718,204.3292264904144,5650.0934969362315,2360.191934447768,771.9825260716717,21392.138009588354,8843.11138799382,521.8959897854215,3993.766017023354 -5364,535.5317462946214,4258.979238363212,124.86268246655466,1706.391544099136,232.88517832627898,3037.2930951156304,243.7856236466479,3579.2534611176684,48.37967943763296,1309.0215377793063,399.7072856178831,7264.324032662692,223.59259341911147,4237.624003128144,253.52297588412065,4789.200987250873,186.4339762356626,5437.811326729112,58.33574740529882,1475.5939337896152,114.29861332389224,2837.264883242511,258.05137559596324,6511.943154119928,127.6933095345251,1895.9263098052925,96.47294463262774,2582.141982898853,122.46659775859577,4615.766712157829,160.68225467738574,3091.2097889824954,159.92526853057927,3937.9811320498097,187.76805283332575,5551.3345967398855,2204.585696907359,717.5308189671457,19748.64358821108,8130.273676721291,487.71640355262315,3666.63021543593 -5365,519.0081135276421,4159.233526760214,120.18286955814187,1666.4276867254334,221.24937485916325,2966.159392844846,234.22288838339395,3495.426993904393,45.59478221049012,1278.3641249388465,376.4910908834603,7094.192851128411,210.6056667936228,4138.378433229474,238.81260670210466,4677.0374302698565,176.25737412915257,5310.45725196356,56.27457432447936,1441.0353790924862,109.54075287367203,2770.815861318191,247.3712381450411,6359.432806575808,123.73584986746553,1851.5235296238486,91.78885003777516,2521.6679643302145,115.46052292683363,4507.665002914806,151.42866330777824,3018.8133524516825,154.27463966063678,3845.7532275891986,181.13365671855541,5421.321795853126,2040.8020003086312,672.8816950276344,18862.120077604228,7846.965587159332,450.90761837884025,3550.558147359424 -5366,492.76215955416956,4073.653663294759,114.2739579138519,1632.139481221353,208.59602578844851,2905.12807199613,221.7558300427783,3423.505529777128,43.03576883215767,1252.0606662444704,355.3057990884201,6948.223635480623,198.754808665102,4053.227681533155,225.36011187373614,4580.80329911803,166.5077491711654,5201.1899546026025,53.168768051518576,1411.3848172285827,103.69841229683091,2713.8039042896003,234.1601933324878,6228.581920756848,117.42908231302168,1813.4268154459094,86.91960870957497,2469.782442946497,108.99174090252771,4414.915857425505,142.92860853047804,2956.6986303837093,145.76018798564044,3766.623495146577,171.1368499184354,5309.773363646484,1916.531736076925,633.567678881202,17846.604153217926,7439.142520333318,423.301029498503,3365.7477136127454 -5367,502.6136367441885,3993.0773276787263,117.00353228554965,1599.855976171318,213.91962928846274,2847.6650194431077,226.55929309598477,3355.7890390414973,44.256752866401584,1227.2950703461308,365.4445974587179,6810.788682521238,204.42635958082772,3973.0553691595837,231.77511895831944,4490.19561016633,171.0955892691938,5098.311098905813,54.27564346895407,1383.46781050288,106.02023064777798,2660.125218701174,239.3890282778909,6105.381386607133,119.64840560927911,1777.5574706822451,89.2644369082346,2420.930469884927,112.07177570243799,4327.589400331275,146.98486293761133,2898.2155189439964,148.79464552217297,3692.1201760208432,174.69960262334132,5204.746742348439,1981.2615060992325,652.3371902542734,18277.592672401024,7594.6164085058235,437.7616236739179,3432.2994775870548 -5368,525.8824362496434,3965.265496216349,122.6061494094093,1588.7129601157737,223.27142084922716,2827.8309984405396,236.9040390368561,3332.415928150261,46.20664202275857,1218.7469454664867,381.5245712635271,6763.351457689366,213.42134960101413,3945.382990878346,241.97331657445102,4458.921343906215,178.73741849831038,5062.801300975613,56.69283130922708,1373.8319406156074,110.85949506609485,2641.597414659286,250.30576334931456,6062.857332048799,125.23946995221624,1765.176761586876,93.40842629448017,2404.0686601363755,117.01389566704123,4297.447688272233,153.4603830669716,2878.029413106328,155.4212755327349,3666.404514728096,182.47992042654187,5168.495618885548,2064.828484550353,680.5353798832145,19102.531220119872,7943.621566091159,456.16601626080933,3589.8643090094365 -5369,571.5031100500995,3933.5548078731986,133.3558011528197,1576.0078382032493,243.043049586392,2805.2165057756188,257.46542361798527,3305.7662112452626,50.36987980850001,1209.0004847077478,415.92307647971364,6709.264151193842,232.6635582566271,3913.8313052377525,263.7742180555385,4423.262832460222,194.73668112996089,5022.313491432537,61.598813649555005,1362.845247153014,120.51476562612956,2620.4722535763112,272.1007427258314,6014.371958368516,135.95485444498257,1751.0604381753253,101.7162078979972,2384.843044068583,127.55208174350393,4263.080500389397,167.28769030703762,2855.0134778937877,168.87084253205916,3637.0838523367875,198.2710398044755,5127.1625596162985,2254.9398535210385,742.0153545818497,20787.505600903878,8633.124912768288,498.2331993165611,3899.5610837640093 -5370,605.9053094711319,3855.057855870218,141.12967898750523,1544.5574535831734,255.57659875868836,2749.2363666477504,271.8095409191936,3239.7972380666492,52.88699912542195,1184.873999211796,436.6159825546803,6575.37589698738,244.23898032462276,3835.7279500995232,276.88174019244497,4334.993400047272,204.6523397625255,4922.0895666783135,65.09175579461642,1335.648677338063,127.13173486484277,2568.1788205974685,287.05928222093763,5894.350784137215,143.93969906184378,1716.1167513873218,107.18239022677342,2337.2517636343564,133.94545802292453,4178.007623114594,175.6456598993805,2798.0396039074576,178.4466127134143,3564.5031942469973,209.51393930280383,5024.846295318132,2351.285352676082,777.1614566145482,21919.763113605746,9134.333141303017,519.2667908444371,4129.320921995641 -5371,623.3548153809031,3728.345073428157,144.16946853378923,1493.7890397480535,254.80230744397792,2658.871084819781,276.0976506615317,3133.3075982397363,52.22892681454958,1145.9281034829528,430.805385401652,6359.248355803784,240.98858551445326,3709.6505267716752,273.20922847757816,4192.505505928763,203.13745954556768,4760.304273761598,66.30402266226885,1291.7469340703576,128.72169417263524,2483.7647608522566,290.71623322701356,5700.608013867175,148.1126555246173,1659.709315573461,107.51158573965893,2260.4280983846243,132.35792713274623,4040.67973056874,173.45250015931072,2706.070197260469,181.76999696686482,3447.340719738636,213.415920495776,4859.683467877318,2254.9248905460768,760.6726527965361,22078.17128326086,9339.541544406693,496.91859984606884,4239.133361374919 -5372,602.8930214157729,3671.031901863073,137.83989200567717,1470.826093499518,240.6722994762245,2617.998168914066,264.3122950515536,3085.1415104964217,48.73038526365899,1128.3125736157613,401.64539584494867,6261.492197276848,224.67675452298485,3652.624733048168,254.74448589471146,4128.0571293390085,190.26868663802972,4687.1275344386895,63.90088147372744,1271.889836030081,122.81164640066613,2445.583628724606,277.4761366022565,5612.976660360605,143.22056328184448,1634.1957960686354,101.35955796653919,2225.680160395576,123.555362263396,3978.5652626005954,161.82773830840895,2664.471723291925,175.18187532638558,3394.347226319313,205.68081532054003,4784.979043565447,2050.1412246308946,705.1588901100343,20972.860326678743,8989.802159982939,450.90761837884025,4098.565282693486 -5373,503.2895460027288,3419.0359100613496,114.05495744463869,1369.8620348621737,196.56426557424996,2438.2871059903737,218.660627936669,2873.363646514457,39.40175547925619,1050.8601695910622,324.52759653893656,5831.6754649268105,181.53776415169108,3401.8922913559986,205.84928509997914,3844.688888928452,154.41409486529358,4365.382209604381,53.10450728676851,1184.5816487788968,101.3167689545748,2277.707868303742,228.97651833789186,5227.676924945707,119.55602826770696,1522.0173128962267,82.79373521599864,2072.899554166668,99.9507850324263,3705.458810219154,130.84386610627834,2481.570508459704,145.58401950377913,3161.344103850761,170.93001072964663,4456.516755013341,1616.9300689431573,566.4775244270875,17233.655512966277,7472.61761582303,354.9418570329063,3418.977944265874 -5374,386.8829444470802,3102.7737872531607,91.32845417119924,1243.1492753310572,159.7628731056722,2212.744620786551,171.93053441395634,2607.576415742074,33.304319439031026,953.6552039949333,274.83147306644037,5292.243265154129,153.7382080017077,3087.215959802126,174.22557447081792,3489.053703591147,129.27943777048787,3961.582693952669,40.827523323673006,1075.0073954696604,80.43745916864276,2067.019023694991,181.56524464307395,4744.114819975289,91.60413912151397,1381.2301322436729,68.58619897766451,1881.1555565562028,84.37344688712122,3362.702460147011,110.60628823586282,2252.0242920558,111.92712738576847,2868.918571182678,131.41349682608055,4044.2872592296912,1459.8609432575856,485.38793026216507,13873.559511595213,5805.430062798014,322.0768702706002,2620.214670602691 -5375,356.5551946631918,2891.0659601078796,86.3537952656718,1158.3269679560285,175.83697525953673,2061.7650818918232,179.1049279467163,2429.6567944793355,39.58764453239768,888.5855969507494,339.5563469533134,4931.144003908304,189.94470943867668,2876.56967116097,214.83981376036073,3250.9893041125106,153.41725797901694,3691.2767929428646,42.722294807139065,1001.6577104894125,85.70428623988923,1925.9826039688105,193.32290187778793,4420.415346816517,80.14696234488764,1286.986320050142,72.52362989727368,1752.800934947337,97.59442226138084,3133.259232897093,130.56252578458992,2098.3646306559904,117.12157250347806,2673.1671053629516,137.51228818196566,3768.3382772187115,1990.9652806902268,603.2323597173781,15047.673432318976,5854.917687491944,440.67896444917193,2576.95085545541 -5376,356.6087254062883,2779.55870500359,85.8470404161463,1113.6507611547036,177.94113281431405,1982.2436292083125,180.12606778621742,2335.9459059225874,39.882955275770954,854.3132066945661,342.1540311608107,4740.95175648574,191.397830184125,2765.6215321100576,216.52255545659753,3125.5999499168483,154.3693767671046,3548.905726806461,43.208447162709035,963.024174142648,86.18352507908739,1851.698227026003,194.44544463715764,4249.921698955922,80.33683205414957,1237.3477736157995,72.52319107050072,1685.196105553228,98.30888778990469,3012.410680352312,131.537104713931,2017.4315480487558,118.45434099397377,2570.0641217343878,139.0770899586789,3622.994980526371,2017.3368793613927,610.1110390991033,15127.988951336374,5874.043939689376,446.6745966185485,2588.126166773331 -5377,357.3037440401029,2712.1734985775447,87.66255981704512,1086.6523796159927,188.41329473233387,1934.1878367904499,185.57850659001164,2279.3152627966433,42.89597355997986,833.6019795195547,368.41394640997834,4626.016240933713,206.08738617871,2698.5742063953408,233.1495984306212,3049.8256201819736,164.95440837771014,3462.869139575209,44.09895822088103,939.6774527184677,89.48308232636118,1806.8072639237403,201.7615727716665,4146.890289522782,80.93586283087043,1207.350589172163,76.3049077617711,1644.3416752306546,105.6495952299074,2939.380412932469,141.4782521172116,1968.5226902969978,120.89564373615262,2507.7577199809407,141.94342037967755,3535.16223779501,2242.792614225785,663.590301750986,15805.25514241537,5972.872117116226,497.63747005824865,2607.9171621783153 -5378,410.86618664822817,2720.815960356107,101.51245046447208,1090.1150458732732,228.50426443958412,1940.3512125703505,219.25753487767045,2286.578402507412,52.2354514357636,836.2582893943876,449.0460155565701,4640.757247941651,251.19222690075503,2707.1733334230244,284.2484036881159,3059.5440255006324,199.7961928890985,3473.9037264844305,52.18073696136183,942.6717768181447,106.25486296074604,1812.5647358287931,239.54682254923463,4160.104540324173,93.7185952427518,1211.1978656556614,90.87523219735907,1649.5814432936236,128.5641341216202,2948.746879673902,172.2855030175939,1974.7954756184556,143.05153772507094,2515.7488017668943,167.9566271187072,3546.427189884979,2805.6731395982456,817.6315014799239,18841.425457155474,6971.415120397569,623.5457456151548,3029.1186474278015 -5379,612.1376111762088,2785.0171058973024,148.74338689351208,1115.8377098595563,311.0610054468332,1986.1362904346245,312.067551684445,2340.53315540129,70.18977979913372,855.9908773127607,602.3894988381061,4750.261872965044,336.97116650111155,2771.0525636674643,381.19984774606274,3131.7378945946493,271.1291699501205,3555.8749446740417,74.51534146663069,964.9153275848631,149.74493870792142,1855.3345277233364,337.757334937833,4258.267547654144,138.1367644193542,1239.7776342196353,126.81110006945825,1688.5054351644621,172.96408148957187,3018.326347871858,231.49365003919672,2021.3933100885533,204.28102019339636,2575.1111244379895,239.84608401757984,3630.1096922984307,3591.97012578419,1077.5697191321274,26346.285204605516,10132.25569702075,795.9201704847289,4448.551189677419 -5380,864.9350289596099,2981.1295118226403,208.17513456660754,1194.4115963320678,420.00998637693834,2125.9939471750363,431.2682314610879,2505.3463579061568,94.07125670692992,916.2671427778738,806.6072547885683,5084.760818307224,451.2087081176211,2966.1816291427417,510.3516267207373,3352.2653204176336,365.2701670511261,3806.2688072801307,103.18025883754484,1032.8617204476584,205.89319682490174,1985.9815234842276,464.52429737428076,4558.121753962578,194.21939205231598,1327.0789919543488,173.38014839711917,1807.4048353178498,231.96871337172578,3230.8676786577876,310.2502433059921,2163.733658563766,282.86481849635453,2756.442591691555,332.11122089788375,3885.7309392997718,4682.592360402661,1428.7682642331847,36074.459144282824,14147.598825899366,1035.7454572597883,6243.813516769536 -5381,934.3706703206436,3378.4878161501265,221.9710097866898,1353.6161410207096,448.3264173802347,2409.370213288171,464.048451900658,2839.2869588034255,99.45100444713242,1038.3974818729394,852.4663253611892,5762.514645727522,476.8618520308519,3361.5475123790225,539.4855875766865,3799.0927588413274,386.8517041331688,4313.610911364274,111.62823638172227,1170.533089710286,220.9067158905266,2250.6953668338015,498.5521374091283,5165.679233062316,210.39746392204628,1503.9669318644824,183.5694820322885,2048.315979146722,245.29094028521664,3661.5138807790186,327.99023376400874,2452.1402957707296,306.0246328020877,3123.8521087443587,359.30312919433544,4403.6646456314365,4902.615470835136,1508.232379114453,38533.753913290275,15248.154413543964,1083.7105146148006,6757.408210811081 -5382,850.7094680021502,3764.7993666690954,195.11435533588062,1508.3947220608777,395.2279229997967,2684.868481602249,417.26242089925364,3163.9438488417404,85.33822171506952,1157.1325382374293,730.8365033843593,6421.426587643593,408.82324400081717,3745.9220320805957,462.7568685672098,4233.498177507536,333.5312643666502,4806.8486586010185,102.03806794419101,1304.377128057307,197.07906788019574,2508.050036799197,445.18835940762796,5756.346319226898,192.41918298436238,1675.9373011523282,158.42604797241998,2282.529676196144,210.62052843760517,4080.187909369215,281.4397881614631,2732.5290884195942,279.7335449041317,3481.047462817336,328.4347965860642,4907.199543430177,4089.9611656391808,1288.441746006395,34022.54439182268,13788.756318241298,902.3426414911615,6177.496958371415 -5383,773.3705277551376,4013.0264662174363,178.8708830100437,1607.8487461308164,358.6046900841803,2861.8917572002083,378.5354342913952,3372.554329305846,77.91869805660026,1233.4265517518375,667.3078603505585,6844.814912377517,373.2859031430779,3992.9044793763915,422.43666044530204,4512.628317309817,304.5013170390514,5123.781909030254,92.17238611096775,1390.3795201320074,178.98137871999302,2673.415020566603,404.22367011316214,6135.883450333479,174.38966323320642,1786.4380250349886,145.1677261786252,2433.0252713057635,192.3060933802392,4349.20973808117,256.970809372394,2912.6948035052255,252.68714734186824,3710.5657534161155,296.67965586887874,5230.749297596315,3736.480693383991,1174.3618925360324,30970.87408292894,12522.51611369319,824.3994232892674,5598.651026678764 -5384,749.4705133204345,4124.273798370094,172.33950768031053,1652.4208128783962,343.04631915047787,2941.2278457055745,364.5773551175287,3466.0467781679663,74.18838676335601,1267.6190532077221,635.1578760901822,7034.563822455965,355.3014965089858,4103.593998772885,402.0856473342789,4637.725389438135,290.38823449764567,5265.821108798836,88.99230750857087,1428.9230018649278,172.05157646276615,2747.526240933212,388.6382062908469,6305.979678204272,168.81125855108903,1835.9608642223732,138.87569610556594,2500.4725141214544,183.14208793471238,4469.776593148523,244.66652184710804,2993.439231430787,243.9690808550664,3813.4284044151864,286.44378517915567,5375.75379966367,3521.5325905264726,1114.6352846171078,29721.717754802532,12096.294107530379,776.4343659342554,5419.637898222948 -5385,690.9798883327139,4226.7487041168,158.60356217379137,1693.478142079122,311.5229120324656,3014.307874094422,333.8049273485807,3552.1668648234167,67.14077486668933,1299.1152994199708,574.612897293578,7209.350051478939,321.4331900889236,4205.555078178716,363.7447212670659,4752.957911670193,263.4078585187873,5396.659784450397,81.54791950288099,1464.4271310993345,157.24933013440864,2815.7934090071412,355.23779123846487,6462.662940460043,155.43173923579042,1881.578571899827,126.65560059553543,2562.601193674225,165.78774925906248,4580.836129320138,221.42213613561302,3067.816544406611,223.5605697137892,3908.1798043995163,262.4821784022245,5509.323948220669,3150.1680204135805,1004.6374313435658,27120.84838093523,11112.183502821219,693.9944236053286,4987.143646257753 -5386,666.1070856787409,4334.357102340315,154.12894566993464,1736.5922430234666,303.48409934096895,3091.0488551155795,323.3071392763799,3642.6011473664016,65.87994034948684,1332.1893537970586,563.990382074035,7392.892217237849,315.4910523995891,4312.623909870272,356.98677098016145,4873.963020679977,258.04384775157035,5534.052838973924,78.63042917418156,1501.7098438707778,152.6422359036881,2887.480428908861,344.7413035485004,6627.195269198685,149.82927351583248,1929.4815040179874,123.9224884669509,2627.842216749093,162.63920287124262,4697.459206041125,217.26568231881978,3145.9197976389733,215.5623791530175,4007.677786929519,253.09151311471354,5649.585309106649,3120.8493531855083,987.8027801946463,26387.57987006601,10738.169525574194,687.9987914359522,4805.778957816685 -5387,636.182419883066,4294.783721073499,145.4828532295014,1720.736875014897,276.9411139003276,3062.827079205192,302.62701325107446,3609.3436098345173,59.311231043678305,1320.0262495643829,507.17506289548265,7325.393915766735,283.70908339837473,4273.248956165249,321.0194556055618,4829.462950117358,233.895631804254,5483.526041625092,73.93162863149826,1487.9989901500398,142.03214536515168,2861.1172656494277,320.90726828903087,6566.687904686418,142.71408359736122,1911.865025863812,113.97695803887596,2603.8495923535866,146.54469540682496,4654.5706438491425,195.59709195866282,3117.1970411499956,202.68079329898933,3971.087040640737,237.96725967158923,5598.003681622388,2706.427081315663,878.5399749876922,24405.314009000944,10148.159345120457,595.0664928106165,4569.549334629683 -5388,584.0328712304914,4225.903949796634,133.72886712140834,1693.1396850103984,256.0023244966515,3013.705437144132,278.60430737379534,3551.456931842995,55.03824701304331,1298.8556593660187,470.72958995488915,7207.909197047342,263.32181975223824,4204.714559598199,297.9364131120081,4752.00798963543,216.68939441793233,5395.581212719142,67.9350773516425,1464.1344519664683,130.91937308928917,2815.230646985203,295.763471393536,6461.371318265089,130.99302571643523,1881.202521242783,105.37124532500219,2562.089034428252,135.96759737688598,4579.920607395106,181.50650887978117,3067.2034132600065,186.24147236211192,3907.398718982601,218.66587402702257,5508.222859527622,2527.9557507466357,816.5624046213883,22527.548298140504,9329.194921309501,556.0948837096694,4194.844371931631 -5389,566.2849646055267,4142.728378361135,128.76630833939225,1659.814776897511,243.34166307346632,2954.388738314572,267.87830701160493,3481.5560388639146,51.884857563872494,1273.2911735273854,443.5178656138566,7066.040859895842,248.09983047222786,4121.956044408905,280.7296109135216,4658.47747292243,204.95307714079607,5289.383685296362,65.54506835145675,1435.3168969184949,125.50077351914096,2759.820391435738,283.59299612916834,6334.196574579893,126.95763974625376,1844.1761012036336,100.30650275017685,2511.661191761016,128.227997710511,4489.777168695408,171.10484712600987,3006.8337504286746,179.68935212459027,3830.492067733853,210.97303805286242,5399.808283763936,2340.243925991539,765.7802375133068,21523.482617721827,9006.448670960966,514.125458524034,4063.06950922002 -5390,537.7302697911512,4066.96062680501,122.44992500632696,1629.4578666298612,229.44530865173277,2900.3549297998597,253.66714867993412,3417.880690424652,48.976708354215475,1250.0035233405308,418.5951049138066,6936.807663929031,234.1582664812843,4046.5682050493783,264.93680450944447,4573.277012848381,193.6417283895908,5192.644369475928,61.92905812147035,1409.0659038246513,118.81391572816665,2709.3451088055617,268.4619917750126,6218.348324697702,120.49184655348795,1810.4473447175478,95.00025470873409,2465.7245761324066,121.05412747737583,4407.662125180378,161.51379618648963,2951.8407574622433,169.77619539374209,3760.4349109958634,199.33401343914403,5301.0493753517985,2197.766642029452,721.0543708057634,20366.547339339464,8538.892697427447,482.6483896348073,3851.8120195856854 -5391,548.4087809566795,3978.261675313678,125.36315981941021,1593.9199754300355,235.2625866830465,2837.099229823225,259.1003374105379,3343.3379393675073,50.362092639203084,1222.7413951679555,430.5034798978264,6785.518378649938,240.81970234169964,3958.314004956959,272.4555495609467,4473.535482712709,198.95385414234676,5079.394659605559,63.21532422484752,1378.3346822269593,121.464775839474,2650.255264464479,274.4356262200897,6082.728379726199,122.7618057157455,1770.9621379643004,97.55210212900926,2411.948008164703,124.46414319102338,4311.532596299572,166.08312645660232,2887.4621700644184,173.30244578280784,3678.4211753431614,203.4741795019637,5185.435391213754,2271.9683748242574,742.4070790328348,20856.384370694857,8716.70345069645,499.13637810059276,3927.6824223051785 -5392,573.8289155430796,3967.5398236189135,131.3729105857307,1589.6241862173924,245.55579581118118,2829.452936123076,270.95216273728084,3334.3272768025436,52.58246987967462,1219.445972953426,449.45922940970627,6767.230662138117,251.4233749442955,3947.6459144223886,284.45182303195736,4461.4788137674395,207.85238100570797,5065.70513370599,66.0312207070267,1374.6199190327,127.0119762062197,2643.1125357507835,286.95694425304566,6066.334759368931,128.5006584581897,1766.1892006992325,102.08927913257924,2405.4475436529046,129.95666359707485,4299.9125429075275,173.40520725845604,2879.6801427146884,181.02212061508598,3668.507426693181,212.53783982957563,5171.460073908114,2367.8078087040876,774.5056174069845,21798.432002672693,9117.482084577305,520.1210906934105,4108.087809033281 -5393,623.5823382182792,3953.3090026223977,142.88565726884607,1583.9225024910884,267.28321586150787,2819.304219275338,294.4396311725136,3322.3676704143472,57.31853510399098,1215.0720490289034,489.96841264096344,6742.9578753542955,274.08384089493546,3933.486449145861,310.0707118022811,4445.476326281237,226.44618223989607,5047.535399769168,71.74394303143347,1369.6894152758011,138.069633854969,2633.6321869598273,311.9333664839792,6044.575954693147,139.49165915100306,1759.8542113913736,111.16319431294625,2396.8196546002346,141.65616993770166,4284.489563323425,189.02394779150458,2869.3512703000406,196.6833350917587,3655.34917880292,230.92565167637977,5152.911016841489,2585.8041021810564,844.4714788406861,23720.401699099002,9908.602279366209,568.0861480484224,4462.358107901954 -5394,661.2432065210403,3874.812056922566,151.23649485695708,1552.4721203964154,281.1158872189403,2763.324084642563,310.9216895064799,3256.3987025329106,60.18944468168521,1190.9455654702604,514.4026037420325,6609.069631898793,287.75210352852946,3855.3831002791753,325.51409401709327,4357.2069009561465,238.01504804934964,4947.311483062725,75.81597318020158,1342.4928476446803,145.66239037510485,2581.338758180043,329.1085500647434,5924.554790099306,147.6934575027577,1724.9105274092785,117.15950886150323,2349.2283779874933,148.77367355556504,4199.416692879804,198.49054456191018,2812.377400888599,207.84665336523295,3582.768526541212,244.03248935518076,5050.594760759114,2696.3296932180215,884.4857982939449,25015.532335559128,10484.822710367418,592.0686767259283,4725.678149761027 -5395,680.776261321546,3745.694976147401,154.583656520855,1500.7404066446995,280.4834704238869,2671.244176300345,316.18462507934703,3147.888486260636,59.46742360581699,1151.2606949483659,507.7928213147357,6388.841201467949,284.05465179814433,3726.913434172761,321.34297946597707,4212.015385310952,236.42219659590003,4782.45641216005,77.24487400540288,1297.7580953772147,147.5384882317266,2495.322992756647,333.42337033632487,5727.135868058042,152.01720120686676,1667.4327946507199,117.61366177565026,2270.9470301997953,147.0810105337417,4059.4830867131677,196.10524420632476,2718.66293043008,211.763931506648,3463.3829650108955,248.63176060092138,4882.298068659554,2586.0087508608476,865.7843606696048,25209.185681589373,10724.41651119917,566.5872400060782,4853.115626176312 -5396,658.7870456509656,3656.736101704437,147.86156519402422,1465.0983753911287,265.12148361453313,2607.803112145565,302.968136512533,3073.127295508863,55.50557171573204,1123.9186779754916,473.6109819090273,6237.108578844739,264.93364401180054,3638.4006144259224,299.74284317254705,4111.981573107935,221.57230501953015,4668.874835921858,74.45997425293149,1266.9368191656786,140.80823726270307,2436.0599918393655,318.3376951021002,5591.118503096736,147.02934995258465,1627.8318806505144,110.95070165990516,2217.0128756536733,137.35580093287103,3963.0718603549317,183.0368779539554,2654.0956883505814,204.12923304893565,3381.1288967286996,239.66787092578767,4766.345289896524,2351.3030986410913,802.6380058161825,23957.221177093197,10326.035140991497,514.125458524034,4693.568913392003 -5397,550.2159652450259,3404.02531390679,122.39590957898231,1363.8479284492316,216.67204496868607,2427.582292113109,250.84678014536635,2860.7487157452015,44.89628774690557,1046.2465773283357,382.8190024633301,5806.072655359683,214.14544255448425,3386.9569608446736,242.2999591221093,3827.8095481523583,179.91604868491575,4346.216868516316,61.89003392964536,1179.3809789966356,116.19568428617283,2267.7080455851337,262.7686903164417,5204.725850663055,122.75956184244191,1515.3351990415865,90.67950466662346,2063.7989015572593,111.1575553917418,3689.190731371583,148.0488013831924,2470.6756674251487,169.66921203217757,3147.4648522439384,199.20840441143304,4436.951305855969,1854.5679535461413,644.8186248486929,19693.467915726917,8585.68060512738,404.70517143291295,3916.3293238820156 -5398,422.4032645320677,3114.27540780282,97.90613852025908,1247.7574847049348,175.7580486055875,2220.947007021133,196.75994527133716,2617.2423973909185,37.91119301304419,957.1902926103583,323.8679694252711,5311.8609936982975,181.16877478787197,3098.6599092999495,204.87131088443454,3501.9872187384485,150.41835595428353,3976.2678189557,47.55599070716913,1078.9923225054515,92.17417814061739,2074.68122213728,208.18716096891725,4761.700700301962,94.00246523007225,1386.3501912496135,75.01506076746158,1888.128780803255,93.73573626450674,3375.1676059713404,125.02082820514349,2260.372283450548,130.37296893175542,2879.553317721138,153.07073574639392,4059.278960410286,1674.1525063392826,552.4593709490695,15836.880596005887,6664.80540641954,367.2324703743101,2999.0760464830255 -5399,361.57601297186466,2915.823689009648,89.84982098133702,1168.246335223316,186.63114353934694,2079.4210681823283,185.46222664255987,2450.4632323372302,42.43860134788867,896.1950260052503,364.87120882540813,4973.37200150812,204.10561123279456,2901.203260663368,232.59754131011738,3278.82924722151,173.72928890290575,3722.887150991444,49.47159971047218,1010.23543593423,102.93937069090049,1942.4758129915488,231.8906603526265,4458.269704447852,85.51432604571221,1298.0074654863731,77.26081270447274,1767.8110976226203,104.44237116338022,3160.0909910573723,146.35586048716158,2116.334038265391,135.62453933033763,2696.0588509740523,159.23659782134405,3800.608553568289,2181.902689660884,654.3242533553647,16529.69830280856,6497.147843989454,498.8726591404419,2873.3172669828955 -5400,361.6716516231088,2791.970065338684,89.32514693206657,1118.6234645047932,188.86420217737162,1991.0947968090402,186.52261142304368,2346.3764344483934,42.75671038573636,858.1279090169991,367.6800620965239,4762.121181860753,205.67685801768033,2777.97065980566,235.3584942317761,3139.556462931643,178.31236205207438,3564.752396168538,50.868616947491375,967.3242956026389,106.05509342066,1859.966479783573,238.89256709846524,4268.898563703094,85.71781284465116,1242.8728121949548,77.26387143745508,1692.7208885569714,105.20976808673379,3025.861777594415,147.45414211700862,2026.439837691693,139.4544098078666,2581.540041218197,163.73324384093135,3639.1724752181017,2250.76092993816,666.7401275703277,16768.660412404577,6548.649618005681,522.223405028089,2907.619915758351 -5401,362.6546129337269,2730.4981139411957,91.226784811807,1093.994272345533,199.9593683493493,1947.2560450628282,192.20887869960555,2294.7153009966896,45.996564852719644,839.2341544704143,396.01033440040044,4657.271604326051,221.52455277986454,2716.806939068379,253.13692835612085,3070.4315590886667,189.263058537168,3486.2657788649344,52.531982371726606,946.0263193731976,109.94451167182615,1819.014834038638,247.61965645295143,4174.908471084772,86.36564072606946,1215.5079711269902,81.30631491409903,1655.4515576702647,113.0835614317773,2959.2401363250488,158.63520978098418,1981.8228796666049,144.01446387363725,2524.7012140708202,169.08719747572368,3559.047320474887,2480.9934127085257,723.5451417834241,17511.360261437545,6695.164621343203,572.8593059663596,2948.3515020636232 -5402,417.3181836017591,2729.4584221346686,105.6540989712844,1093.5777121305534,242.49158304117466,1946.514588350251,227.12816707357229,2293.8415422181806,56.021043154055434,838.9145992692203,482.795574770041,4655.498254949589,270.0714211081528,2715.7724604507075,307.72835480168095,3069.2624308192912,225.8941725906049,3484.9383133936517,61.32184421706663,945.6661009178215,128.43201789636757,1818.3222077338457,289.25034558119626,4173.3187911255645,100.01454938666387,1215.0451421391595,96.84742798957535,1654.8212113565924,137.62863448059983,2958.113346415335,193.2161285838925,1981.068260939913,168.11154119736088,2523.739883552848,197.37954508047082,3557.6921419749474,3059.049553185847,886.3172625151991,20736.42044526234,7797.464513468968,699.2226673837788,3410.0541682196767 -5403,620.9876534671397,2798.6630955252845,154.77640185611642,1121.305076570882,330.1434972597722,1995.8679345102175,323.1734745804657,2352.0012685036922,75.25283627630735,860.1850499836299,647.3935732931873,4773.537142661385,362.14603341974487,2784.6301300178934,410.86224099966773,3147.082742113433,298.02731981712213,3573.2979732474305,82.10073931327995,969.6432068227402,170.35486494537597,1864.425271068553,383.79559901838303,4279.1321501247785,147.3942752732596,1245.852280117408,135.10741660503425,1696.7787515495772,185.11560095186073,3033.1155030083596,259.5273065513836,2031.2977060382705,225.07610453693687,2587.7286195408287,264.26156589588464,3647.896455296995,3880.088539969739,1158.7352237276793,28466.277497817995,10973.38041565462,877.9824506693301,4820.975310931872 -5404,876.9316998775745,3006.01719904865,216.595034551029,1204.383032363526,445.80679900304204,2143.7426133070667,446.5487140936796,2526.262012962776,100.83946127688547,923.9165152638693,866.6681721232393,5127.210479203616,484.8062349908945,2990.944525336576,548.7019160638635,3380.2514010163745,397.454721024334,3838.045094488729,113.22489817602853,1041.4844721074826,232.47168622429356,2002.5613086955352,523.9391739565872,4596.174816770082,207.2202206877014,1338.1579896111043,184.69669726731655,1822.4937893715992,248.23354580291632,3257.840282141189,347.75474319188214,2181.797391226558,310.40182136252355,2779.4545007033607,364.4423806736612,3918.1706088539454,4994.933452860161,1529.3053046512593,38828.746267607574,15355.552334553062,1116.2116387620238,6768.731772437509 -5405,947.1511595923077,3406.949458143157,230.942645128878,1365.0195084733175,475.87944477071574,2429.6676469836466,480.456666427051,2863.2061715798172,106.59989945133464,1047.145329721984,915.869115288521,5811.060219295162,512.3287918139102,3389.866442932076,579.8357711242579,3831.0977338137313,421.897299429836,4349.950379237916,124.36571118190534,1180.3940972240837,252.32767419647658,2269.6560644157134,568.9370019288993,5209.196842413883,224.47425821734072,1516.6369104801997,195.546610516271,2065.5717572520607,262.47823816897306,3692.359839947223,367.6150390923127,2472.7980406000243,340.94394331795394,3150.1686045248794,400.30184692100136,4440.762759764685,5203.15406840185,1613.4726996983104,41587.889841691875,16709.679412608708,1156.6359829852502,7396.989928479277 -5406,861.9161522151495,3780.8496546301817,202.9852926302212,1514.8253886887996,419.5598952933462,2696.3147521920914,431.9366454121254,3177.4325383895043,91.45704631007929,1162.06568570135,785.0146029935258,6448.802746587182,439.12997653736943,3761.8918412095923,500.24054922339906,4251.546646553005,375.07963649694324,4827.341465160367,115.04664828443984,1309.9380162949442,231.68954251237722,2518.7424858225977,522.5463211982985,5780.887073468757,205.27696308415423,1683.082243994799,168.7505305501012,2292.260675119225,225.35001042318555,4097.582778126501,315.3815795435999,2744.1785481808415,315.3960811130521,3495.888044942131,370.30613464648195,4928.120171087489,4476.635999999076,1393.6802987076603,37129.75867716382,15119.648338280227,1019.456463507689,6787.069271830379 -5407,783.5667185040769,4021.7988926233884,186.0857026321163,1611.3634836776707,380.67749682161735,2868.1478173167275,391.8548168830106,3379.9266915125163,83.50582398368039,1236.1228069954739,716.7797716333457,6859.777593432994,400.9600370483911,4001.6329193670554,457.4657685946493,4522.492867206078,346.31929593871087,5134.982433147276,107.42140438523747,1393.4188726305215,216.31775901759525,2679.2590728592836,487.8785092418376,6149.296415948502,186.04388275132007,1790.3431565449198,154.62574014236807,2438.3438345686836,205.75530360423835,4358.717056976909,287.9627208264254,2919.0619184549637,294.49176030751585,3718.6770044308564,345.7623983781373,5242.183651106672,4102.500594174636,1274.9380323391222,34093.42134344781,13951.886226873592,936.4450787710549,6263.092604998132 -5408,759.2274337556444,4125.313490176621,179.28547698473753,1652.837373093376,364.1712929888445,2941.9693024181524,377.386677780514,3466.9205369464757,79.5032284857429,1267.9386084089163,682.1912924260719,7036.337171832428,381.61155868272346,4104.628477390557,433.6005104237148,4638.894517707511,322.05669615107826,5267.14857427012,99.09808878281382,1429.283220320304,198.75200079919054,2748.2188672380043,448.3281914715624,6307.56935816348,180.08874872155772,1836.4236932102042,147.91817049678215,2501.102860435127,195.94162718682628,4470.9033830582375,274.15623502369914,2994.193850157479,271.6737020501281,3814.389734933159,318.97174542007866,5377.10897816361,3814.860082486135,1200.2020541251993,32241.90540266601,13197.971632454311,860.8891450571206,5915.763809743086 -5409,699.850845935525,4239.095072683474,164.98969811036602,1698.42480599632,330.7153765320423,3023.1126927841997,345.5152372323473,3562.542774155506,71.94581900238623,1302.9100261520387,617.1067441218383,7230.408623703742,345.2038586720536,4217.839539985512,393.1117944529947,4766.841341764398,295.8999397939916,5412.4234731369,92.78498987979445,1468.704735084161,185.5811722427425,2824.018365272309,418.6611748431179,6481.540433344207,165.81160008467654,1887.074678756903,134.89522308444992,2570.0865733457654,177.36545768127866,4594.2167902383135,248.0915601802646,3076.7776623730742,254.36657764987103,3919.5956305268082,298.65147284127085,5525.416729878516,3441.9985338039446,1086.5737344282375,29631.819971770416,12235.184652832757,781.5900362220543,5503.0842868994805 -5410,674.7577987640872,4342.999564118877,160.33902249302832,1740.0549092807473,322.1716479925951,3097.2122308954804,334.66663486960266,3649.864287077171,70.59872888560488,1334.8456636718918,605.7442534118888,7407.633224245788,338.84778547311043,4321.223036897955,383.8474841953271,4883.681425998637,281.99740230560997,5545.087425883146,86.68818965006601,1504.7041679704548,173.4018938395413,2893.237900813914,391.18411142815495,6640.4095200000775,159.83846043473653,1933.328780501486,131.98796385925007,2633.0819848120623,174.00429532457213,4706.825672782558,243.44958483468827,3152.1925829604315,237.652427968332,4015.668868715473,279.02741111979714,5660.85026119662,3332.0787544213736,1057.7234149307453,28451.668572989536,11687.713100876184,742.625250560759,5223.523785550213 -5411,644.0965016590362,4297.902802796227,151.3281244860807,1721.9865581852387,294.02000213808526,3065.051453838017,313.207936715987,3611.96489146722,63.54576532366507,1320.984917105273,544.565150492,7330.713974647078,304.62475582838715,4276.352398289807,347.0107041141761,4832.970342013344,262.72586124615384,5487.508446086721,83.49812821751014,1489.0796476999978,166.83393009809478,2863.1951487628617,376.3828772745675,6571.456954201501,152.2369743118697,1913.2535156332117,121.37663687780378,2605.7406351160876,156.76000180630098,4657.951020409467,219.1173512833673,3119.4609019049585,228.90699392621667,3973.9710380227357,268.75940821845273,5602.0692253379975,2970.6112885230123,950.7781438984103,26635.62426834661,11120.779688141763,675.8916287727623,5017.4848507131865 -5412,591.3505941308165,4218.9509903552525,139.10463702179317,1690.3539303651617,271.78515290573586,3008.746930769717,288.3542797999833,3545.613652795892,58.96991519775433,1296.7186276617808,505.4581129725903,7196.049888151635,282.7486373423644,4197.796463460004,322.6342544893856,4744.189421298437,246.80610946157307,5386.703761224648,79.82629375502394,1461.7254839486927,159.06354178627225,2810.598694924967,358.8890905206472,6450.740302216142,139.73560771995207,1878.1073432674636,112.21515847232544,2557.8735810357434,145.44961856070478,4572.385177672551,203.3407672572712,3062.1568856568674,218.84079715096797,3900.9698022023945,256.94069948472855,5499.160076607952,2776.203655429878,886.9460075333708,24839.318487155706,10434.77858724063,631.9462426898127,4710.354568906042 -5413,573.2428520359077,4123.104141936176,133.936133019564,1651.9521813738427,258.35536939051605,2940.3937046563783,277.2308475941675,3465.0637968935557,55.58554821902017,1267.2595526377247,476.17329795609203,7032.568799031967,266.3669801323493,4102.430207192233,304.9632065711241,4636.410116591158,236.9408631184453,5264.327706119752,77.41830243594893,1428.5177550107146,154.42981684834237,2746.747034240792,348.42032767570555,6304.1912834314335,135.426373701879,1835.4401802081097,106.8140485994586,2499.7633726078307,137.15985398470758,4468.508951084504,191.6661404181464,2992.5902830758146,212.23937905912754,3812.3469046684263,249.1899829629891,5374.229219743343,2617.832529002764,837.0380172189331,23860.32839245916,10068.558946221832,604.1379920098502,4566.881115763373 -5414,544.3016205039936,4054.159385194044,127.3642603998671,1624.328954461856,243.60305102122385,2891.2257181794625,262.5195055949897,3407.1225050054945,52.46847112806936,1246.0689887863048,449.39826563437435,6914.973237913327,251.38927236693064,4033.831151007922,289.0308554520138,4558.8820802765,229.6704588643704,5176.299904586012,76.90258050968413,1404.6307015358097,153.06537936381426,2700.8171232832246,345.3701847419753,6198.77533478456,128.52831460591725,1804.7487466709106,101.16133584780248,2457.963415171779,129.48353749644863,4393.788485137724,180.91684257370503,2942.5494880842416,210.8255466970943,3748.5984954818564,247.53000419858915,5284.363692830488,2490.9122636325806,795.0450121241552,22934.18460345435,9773.64901237463,580.3541715423196,4447.072113767333 -5415,555.1477504693743,3961.431618497697,130.39592783029497,1587.176888640879,249.77611168548623,2825.0968666989497,268.14882856732896,3329.1939307358616,53.95422849776736,1217.5685813031394,462.2013343592503,6756.812207674004,258.5511917087132,3941.568336864709,296.6226063249373,4454.610167465208,233.77201062537534,5057.906253942748,77.94837731865107,1372.50363014779,155.104321387996,2639.043345712484,349.9743601625395,6056.995365514935,130.95102036946844,1763.4700733809568,103.8800883337483,2401.744249506368,133.13392726172432,4293.292635110001,186.0411851994987,2875.2467462581526,213.69255951413194,3662.8595953298877,250.89616027292092,5163.498379681489,2546.2373358740288,815.1951717558885,23392.42718239438,9965.425995349004,588.2117979253383,4524.076349697261 -5416,580.8665605302908,3939.013202463762,136.64605251192367,1578.1947843826988,260.7047745038251,2809.1091625068375,280.4128222114799,3310.3534554267885,56.332399373090205,1210.6781533886337,482.54616682672196,6718.574256922187,269.9319045897591,3919.2623305236157,309.2954701610567,4429.400770050163,242.74258809434056,5029.282701252337,81.0535665103707,1364.7363984113988,161.1653057428532,2624.108550074586,363.660191365768,6022.717797429278,137.0722737135682,1753.4902959732526,108.71019364703591,2388.152369858332,139.00798650529157,4268.996161077761,194.24096109621405,2858.975235358697,222.20531948399747,3642.130849212307,260.89098084421477,5134.277263172567,2636.937497303132,848.3717822468753,24386.355365978787,10411.230237544596,606.0194332087315,4722.718020431115 -5417,631.2448124872584,3889.822646773977,148.62162782591056,1558.4862242839542,283.7712772310181,2774.028894024734,304.72342298936,3269.0136280049883,61.40685016158359,1195.5591557956782,526.044685032781,6634.67243071496,294.2645771367366,3870.3184245189564,336.7405880221619,4374.08623464438,262.7571582893311,4966.476816103009,87.21564304103819,1347.693515243111,173.40740607845353,2591.338576699593,391.2846654182602,5947.505854744496,148.79706059433153,1731.5926384580102,118.37346300659352,2358.329026775417,151.52350191577966,4215.684764896192,211.73879451949165,2823.272237348265,239.09842170185757,3596.647772319952,280.7251505092507,5070.1602017006935,2865.8609808063675,922.7616345586551,26440.64650943427,11266.185582729744,656.202552290488,5103.997026916056 -5418,669.3090462179962,3813.7299931041002,157.30491010092908,1527.9991395804743,298.4616861932216,2719.763381411115,321.77283216943056,3205.0652312717366,64.48000320110826,1172.171645092778,552.248963635203,6504.885065755745,308.9230105008803,3794.607312159294,352.31717946421213,4288.5204237581165,271.55401945890696,4869.322669334744,91.0994070239321,1321.3299544279203,179.76302742697203,2540.646849398934,405.74119774414595,5831.160832284418,157.54428046021368,1697.7192486147046,124.75547881162414,2312.195428879156,159.13217911756172,4133.217601242173,222.3333850414062,2768.043427173465,249.74561532669287,3526.2902012521163,293.2260068995118,4970.977802061274,2937.2801641300207,960.161803941483,27693.048009940423,11884.046917400183,662.752439600159,5377.456851986637 -5419,688.8392082813169,3698.84373332545,160.77470233461997,1481.9691095550625,297.8088542911603,2637.832189916634,327.18197952975186,3108.514621387658,63.6961230942502,1136.8606984954054,545.0336579023171,6308.92942210872,304.8868345812098,3680.2971113294057,348.14831883358704,4159.331395599123,270.6743895772794,4722.63733236889,92.19437951624748,1281.5257059173534,181.42908211987253,2464.111432766494,409.5437278055437,5655.500714918939,162.14861166306792,1646.5765051640046,125.22538289696092,2242.541970144128,157.30271685963922,4008.706974659638,219.62210235344847,2684.657829129593,252.74744143942775,3420.06288761206,296.7504470915549,4821.230167028338,2844.5135150017786,941.9878200705176,27904.66982716611,12085.63355728408,645.7294477607744,5491.307894391068 -5420,666.4056305785791,3642.7652036595528,153.77497340822853,1459.5008317185695,281.5150985402094,2597.8397594759717,313.4745770352622,3061.386128815294,59.44422726502137,1119.6246428512677,508.24943835171865,6213.279129405034,284.3100791850647,3624.4997688038134,323.62810191153136,4096.271367689077,248.98656165154608,4651.036968352858,85.76420713721069,1262.0963700226237,167.4915382567289,2426.7527996246076,378.19175893454417,5569.757118410754,156.82216969100782,1621.6125985896133,118.12185523780347,2208.5425731794217,146.88647435978118,3947.9305782482575,204.9549918521314,2643.955470617607,235.11936448567357,3368.2109814679325,276.0533445309952,4748.135027454884,2556.760176291968,867.267641242147,26221.653261211624,11456.528209395521,573.8857899484073,5214.093205359958 -5421,556.4440817816426,3379.462528794533,127.28455681823864,1354.0066668536037,230.08203348973186,2410.065330079986,259.52320165121273,2840.1061089825716,48.07580836631602,1038.697065358386,410.74476375016116,5764.177163455695,229.76685755990093,3362.5173376509756,261.4263184429314,3800.1888183658325,201.1431936614184,4314.855412255548,69.83611740605849,1170.8707950581586,136.17265770926443,2251.3447050443087,307.49276744362925,5167.169560433438,130.93143246433695,1504.4008347420508,96.53323216081586,2048.906929771161,118.85893613451373,3662.570248027171,165.7532579567611,2452.8477519707253,191.45310253250466,3124.7533575619786,224.78484233123993,4404.935127529078,2020.352393902026,695.7239051007997,21454.590462191936,9431.077458448144,453.42829994230055,4303.378121731948 -5422,427.4794329661996,3085.878751275059,101.82979699803163,1236.3801541598154,186.60471780982087,2200.6959177415133,203.62018746461752,2593.377798511066,40.61044634502739,948.4624184143698,347.6591315218955,5263.426262529906,194.4773328878715,3070.4056383641578,222.58841095747488,3470.055319598775,173.4050311408074,3940.011323709849,55.36121123988712,1069.1538302829877,111.89528719207945,2055.7638168487115,252.33184888002236,4718.28245317594,100.27047076118207,1373.709141550067,79.87137602867737,1870.9124022086344,100.25630810893541,3344.392076295879,140.02621142919946,2239.761705722838,151.77068894317216,2853.2969094690516,178.1937713900587,4022.2655510951276,1886.764079727842,604.3137972571295,17498.19752340267,7371.862258375112,437.52181313441866,3335.519881639278 -5423,387.79616923257527,2887.8818929198806,97.6407255441447,1157.0512478781977,197.4463550263663,2059.494362843141,200.58392203897066,2426.980898950092,43.072314873545984,887.6069557568026,361.99109526677614,4925.71310262871,202.4945020959656,2873.4015694191494,233.86385233082342,3247.408836383793,190.53027093145406,3687.2114158534423,54.54770395017874,1000.5545376481203,120.85833781988912,1923.8614285620326,271.662798208336,4415.546935075887,91.73619285430914,1285.568901364571,81.58023947309212,1750.8704926741173,107.7468721148811,3129.8084268440243,160.99044512177218,2096.0536027994417,149.54048915067963,2670.2230204525176,175.5752966717528,3764.18802868501,2296.423460344065,680.9373910760713,17600.993382263485,6994.743847702305,538.0833682084393,3132.006465742079 -5424,385.512089278429,2779.6236904688603,96.30448259570281,1113.6767980621923,197.52511908544065,1982.289973624169,199.96402062993167,2336.0005198191275,42.82671118467389,854.3331803476225,359.9564217311848,4741.06259888499,201.356324362025,2765.6861917273204,232.94836618137373,3125.6730257495797,190.92846662840014,3548.9886994342532,54.52790569652979,963.046689433982,120.5925860569355,1851.7415193193467,271.08226560277353,4250.021061181469,91.3586394475965,1237.3767025319705,80.69337670397553,1685.2355050639467,107.12631710617828,3012.4811098450564,161.62041030889816,2017.478715150341,149.4862129791711,2570.124209262823,175.51157108834101,3623.079685344462,2301.7677323977728,680.2665062823164,17535.70044604436,6945.827768191114,541.8949119313771,3116.1937901715924 -5425,383.67692381338514,2714.1879030284776,97.50003469870775,1087.4594656638665,206.6917105939264,1935.6244102948422,204.10260840193084,2281.008171754299,45.52138082840095,834.2211182061953,383.0648533215277,4629.452108038347,214.28296927205145,2700.5785102849654,247.45172148597226,3052.0908079758537,199.56107454071156,3465.4411059377658,55.96755340215883,940.3753765217164,124.18631060149626,1808.1492284390395,279.129542415139,4149.970296853112,91.37377788811966,1208.247321037562,84.00033883277901,1645.5629721687658,113.77039101452499,2941.563570090336,169.72418175081927,1969.9847652236854,153.43295329111996,2509.620299316533,180.14543383074889,3537.7878981925915,2504.8018992865013,728.6262442344147,18141.26027854607,7051.555509005146,587.1413155624978,3143.468644461699 -5426,438.8562174653693,2707.4948728418767,112.11672510450228,1084.7778535977777,248.49870280165317,1930.8512725936644,239.46444886598707,2275.3833376989996,54.98150479991973,832.1639772395642,463.1547380350979,4618.036147237714,259.0845169898087,2693.9190400727316,297.4338441603591,3044.564528794064,231.30133716744615,3456.8955288588722,64.62095875035462,938.0564653016149,143.2926905076596,1803.6904371540593,322.08149635714466,4139.736710431426,105.20307167721468,1205.2678531151084,99.24229588164613,1641.5051091761595,137.31275494990857,2934.30984467639,197.42076872381074,1965.1268968771076,177.15594023425905,2503.431720993901,207.9985623990583,3529.0639181136976,3047.2777855013805,882.1118681449387,21249.731475577606,8143.330008776534,704.510210861388,3609.855492759773 -5427,657.2083005657307,2758.8297976099852,165.42035683448756,1105.3455710339704,340.1298046311556,1967.460798916779,343.056978184877,2318.525296574357,74.321830708695,847.942058887964,624.8683557674912,4705.595514597114,349.54563311402,2744.9965629299963,397.60283997721064,3102.290396571329,296.46464635600995,3522.439317578558,86.07093891396917,955.8423006719885,188.79699941959794,1837.88895543198,424.5183184460622,4218.2273752601695,155.9368738018954,1228.120097522183,139.44722557431962,1672.6285443971374,185.86663037966215,2989.945250170131,251.6025295763858,2002.3862994425076,235.96025817345222,2550.897546450636,277.04063673218883,3595.97604140354,3854.437296687629,1154.9123744857839,29059.91247242981,11395.254965785747,876.7573551968889,5068.47313481087 -5428,920.8762999420235,2936.8125256580342,229.10589373307553,1176.6556679231974,451.2984757783598,2094.3892671471,468.1923680793465,2468.102286677265,97.51569470590897,902.6460645494597,818.7808059532621,5009.171591491821,458.0184811039366,2922.0868557693907,523.7674444214001,3302.4310897222326,406.6009064653949,3749.6854346349496,121.86121555049597,1017.507366202564,265.3871527248745,1956.4582453608282,596.8813250545979,4490.361457770867,217.31983166442754,1307.350851632856,187.60790622495114,1780.5362491786143,244.09950853046576,3182.838125548164,342.2540791947943,2131.5679461282007,334.07796226513506,2715.46576471538,392.2405073658217,3827.9662955318977,4942.300964312033,1507.635360348834,39751.24970796107,16051.369044693387,1133.2597156093946,7195.134639957444 -5429,1019.9077689694321,3292.777988057281,252.15756488341944,1319.2758642270549,506.0148899396751,2348.246208102836,522.4832221711606,2767.2562721802583,109.02091439297132,1012.0540778097595,915.6246890352317,5616.323756032195,512.1920620072766,3276.2674477197234,582.235317236366,3702.7124831118995,438.1750603539835,4204.177676795515,135.18190678363476,1140.8374994475455,291.29141174857546,2193.5968294175827,655.3819727191844,5034.629632429724,241.7709310421591,1465.8123626601102,207.79587649548864,1996.3516625630532,272.84857762322935,3568.6238831354126,367.9924885785432,2389.9312440744757,370.5961388074167,3044.60220707295,435.1164516451132,4291.946812004406,5437.375687635103,1677.5479538465697,43970.204896411,17885.00121680249,1223.054429631214,8007.710324675388 -5430,936.8497397929789,3639.386198985192,224.28084250623658,1458.1470084944824,454.8283353498051,2595.4300206650014,476.04222841144235,3058.5464074879633,95.49763647537303,1118.5860865100788,801.4189374069423,6207.515733180574,448.3064109101887,3621.1377070248373,514.1581138280332,4092.4716937257467,405.6175507709977,4646.722697523406,125.94204714276614,1260.9256578588215,269.7091152232751,2424.501759934975,606.9538858992663,5564.590648905869,223.21465044889456,1620.1084015732556,182.36861026457083,2206.493943838502,239.1354008324097,3944.2685042105045,340.56138596254544,2641.5029551809703,345.26540936661166,3365.08665145644,405.3756746706584,4743.730689114289,4801.609240592178,1484.235589337194,39871.07212602347,16345.943462209256,1105.4902523562396,7395.529657250874 -5431,848.8780569212231,3880.725318254272,204.7179796342897,1554.8413123012695,410.08629430754144,2767.5411298093077,429.78967600249865,3261.3682175043277,86.51760367668031,1192.7630400359958,726.0047564958084,6619.1555806670785,406.12040906027875,3861.2667115281556,467.2957228061966,4363.856333935904,376.28082525190626,4954.8614610381555,117.37586060679168,1344.5415950232496,251.2486564306399,2585.278079736429,565.4195077181536,5933.5961165515855,201.60277084176937,1727.542873590859,166.05902085204036,2352.813481244845,216.65972805748552,4205.825325861464,315.18760430715986,2816.6693051901575,321.7815295333636,3588.2361069753647,377.8032814536499,5058.302356963053,4365.3800212077695,1348.3791379169772,36524.804893613604,15082.605291599777,1009.171798301342,6826.095155523387 -5432,817.3924232844847,4006.6583381445876,195.60112611156964,1605.297308500558,386.94127577646924,2857.350323597938,410.0688429482727,3367.2025435445366,81.11300291325593,1231.4692713012525,680.2735840787924,6833.953120569289,380.53881020347853,3986.568282164294,435.93884120731656,4505.467388940242,343.0074358732781,5115.651162899191,108.23204912016203,1388.1731766332534,230.70666683085415,2669.1726739521055,519.2670777724464,6126.146636489681,193.84168170929132,1783.6031904697554,156.92267276666587,2429.1643905808087,203.204773714284,4342.308132806215,287.189365330459,2908.0727523670166,296.7141125131881,3704.6775894233297,348.37165925481446,5222.448808744704,3998.568938748462,1250.1202606841116,34168.488863523715,14140.632541494702,917.9915880188845,6404.918475074387 -5433,748.2308100693616,4123.818931628952,178.33151941501492,1652.2385671529921,346.2585434744571,2940.903457270049,371.47754500349225,3465.664507378075,72.09632247921272,1267.4792473228727,604.2575867764056,7033.787979416024,338.0161577781998,4103.141412809769,389.007468237338,4637.213894048319,315.0139169257742,5265.240340643205,100.64373174704933,1428.7654057447435,213.6515508967749,2747.2232158751012,480.949302076417,6305.284190812754,177.1365330235147,1835.7583758387204,141.11466190837527,2500.196736653852,180.69898398917348,4469.283620855227,262.8244736462581,2993.1090845941376,275.9110243970997,3813.0078208565533,323.94678015741835,5375.160907015999,3532.5434166374866,1112.1184047577267,31106.011161311457,13035.746461348592,818.094287987857,5927.69560280372 -5434,720.5683931717307,4205.954811257924,173.07646265008938,1685.1469150509001,336.5649340268738,2999.4786993870316,359.2546980988512,3534.6916415786463,70.60263379483845,1292.7241779603123,591.9303930419403,7173.8829671910635,331.1204385460418,4184.865449381392,380.31798566121705,4729.575282491944,304.3997154130522,5370.110402594702,96.26459032482316,1457.2227423373408,205.26489399803938,2801.9408451197746,461.9982055015981,6430.869254538743,170.5628044096044,1872.3219668900394,137.83781585607417,2549.994233007416,176.91508766501707,4558.300269645212,254.29792850417465,3052.7241286987773,263.905772059846,3888.9531415873294,309.8514287732946,5482.220304279746,3472.67202057305,1087.9940666120303,30099.8986878614,12532.850692985257,801.288715299797,5682.894650873823 -5435,696.6871996605904,4144.872747439458,166.0988460932952,1660.673934234959,315.3929181404976,2955.9179961555833,342.61258708629316,3483.3581703174723,65.50798164476352,1273.9502575828296,548.7120176908505,7069.6984010480155,306.944475345439,4124.089661261511,352.90480125501045,4660.888805293913,285.07536583741637,5292.121588866721,91.53363053970588,1436.0598491205808,194.4770706117118,2761.2489363386658,437.77273707709287,6337.4752967238555,164.62403366948362,1845.1306880954658,129.86946017299192,2512.9612838990793,164.25477481589803,4492.101178007581,237.37431531945313,3008.3901549836437,250.93602284611558,3832.4748162982337,294.62366284252755,5402.603345581906,3155.813457048854,1002.7224696641052,28447.123438106704,11979.857953867531,730.2816063751353,5451.6787750728745 -5436,630.5153167205007,4032.3907796907624,149.7933397456257,1615.6072016007397,282.7820417772211,2875.7014266802576,308.633197858476,3388.8281315815775,58.59377091687533,1239.3782838411996,490.6551649860358,6877.843635897278,274.46800386467976,4012.171696938645,317.98701675882603,4534.4033915737455,268.3901297010322,5148.506021839044,87.18017359914043,1397.0886074259436,184.57821997556616,2686.3152211853508,415.54149867760435,6165.491321492138,148.81856415415155,1795.0582387835548,116.67633958609743,2444.7655038805306,146.94774554616257,4370.196258214646,222.70019929304794,2926.749616176413,239.00118355419622,3728.4705838520495,280.61098332469464,5255.989566991923,2844.0179543406425,904.5675662975424,26147.378111022852,11167.357807117507,665.7768570431382,5098.971250696198 -5437,616.9075184961811,3909.057001923062,146.0027342903904,1566.192610989707,274.22576086057046,2787.7458836632586,300.88813459300036,3285.1782130819956,56.523803575018604,1201.4709444535458,473.1771708121328,6667.479490938143,264.6909740588155,3889.4563353897734,306.7972896532489,4395.7151714185675,259.4778293655766,4991.03499975178,84.19600069162578,1354.3575763220408,178.31092742781442,2604.1522011297716,401.42789380278,5976.915020726984,145.64135283473934,1740.154999986052,113.0958914166253,2369.9904679717183,141.78671437141207,4236.5304397065465,215.3360422417252,2837.2327249660607,230.82018519893026,3614.4324393551806,271.00568363994097,5095.231077891706,2731.8464678265505,871.2066092563663,25333.908420590687,10821.285059104963,641.5862397661136,4947.73224229561 -5438,581.6290624496584,3822.1775173962997,137.5286143335939,1531.3837026914985,254.73716962776282,2725.7877374287273,281.82495714282203,3212.1645451844174,52.343735789021686,1174.7680398203684,437.9828774224923,6519.293577818817,245.00360879005814,3803.0124791498215,286.94190366578886,4298.019622842162,256.3953982513282,4880.108362503936,83.72833592084677,1324.256739205087,176.95855153062502,2546.274457021132,398.41201921075566,5844.077025321553,137.17839382135028,1701.4797467674161,105.56104972007678,2317.3170098744254,131.34351947803248,4142.372799998921,211.93048418714474,2774.1747249148343,229.53809973031537,3534.101037937012,269.5003887342663,4981.988664344348,2560.766430954768,815.6165972797808,24272.846094987166,10510.921292940475,612.4793862432502,4824.994516925385 -5439,597.4144509122791,3755.312150570369,142.14802465453099,1504.5935987348741,265.27523584942224,2678.10266887206,291.0193595376582,3155.970776150551,54.86477740633916,1154.216588308645,459.29191362574414,6405.24472620406,256.9236884067748,3736.4823864723967,299.3041720834535,4222.829850154115,260.8178523247765,4794.735499960544,85.23032150142858,1301.0901248247642,180.22507368597766,2501.729802872207,405.75908795094915,5741.840446230556,140.82449397198033,1671.7139740117864,109.99323867760224,2276.777748887203,137.62452812631008,4069.905920702753,215.70525270329316,2725.6431719515335,233.65573699370253,3472.2752956144686,274.3349013683491,4894.833502647164,2670.993162485418,851.2968559188954,24994.178624124295,10787.111862086032,630.3896514542112,4935.955937718106 -5440,632.0981490943177,3761.0304744157133,151.18744563259747,1506.884687493472,283.6087972547911,2682.1806942765165,309.5588997663869,3160.776465323881,58.97635499680653,1155.9741477271384,493.88741751746545,6414.99818002748,276.2760963165615,3742.172037684222,319.6665076182811,4229.260076899261,269.3753573608814,4802.036584195946,88.61473862114985,1303.0713328808235,187.2290878524572,2505.539260145739,421.540055588724,5750.583714918581,149.17023077756494,1674.25954186258,117.72246749869704,2280.244665076855,147.90124886474823,4076.1032856997285,222.6680337350464,2729.7935886730043,242.93398987920088,3477.5626309475633,285.2284861908882,4902.287009044209,2838.0173439861287,908.5772185514903,26355.869581227584,11347.19912711733,658.8251372871689,5175.2288722151225 -5441,690.0054887960233,3711.7099540985373,165.41781919496538,1487.1240561051532,311.7161185585788,2647.007741457794,338.7044273243037,3119.3274154061783,65.03684081816105,1140.8152047653791,544.7618231405849,6330.874679772714,304.73477270607225,3693.0988187165813,351.98937420709603,4173.799396915875,293.7394178517014,4739.064761838816,96.04547350946302,1285.9834213136985,203.20514636106725,2472.6827063831165,457.48767488867185,5675.1730574201665,162.71037985262123,1652.3040293209042,129.33964042781378,2250.342526793989,163.07423107043164,4022.651037363854,243.18630425324568,2693.9962610342914,263.305071510103,3431.9593848264203,309.14614702765476,4838.000546151947,3136.6341644664985,1001.0890358618816,28805.38813977371,12343.803107709507,726.0260475989958,5621.332069220398 -5442,724.0969802348905,3634.382664832623,172.69638704875692,1456.1423055150342,320.27988820999224,2591.8617478742153,352.04980492683853,3054.3414287991527,66.4779605870953,1117.0482217767335,556.4887139304642,6198.981459741211,311.2946879710606,3616.1592614305478,358.4730723610335,4086.845244437762,295.8941568970761,4640.334247811457,99.65569721694837,1259.1921005367908,208.94758513555706,2421.168484295753,470.5664477463806,5556.940287599165,170.37720682876267,1617.8810293530728,133.51250871208353,2203.460391694871,166.75983184202417,3938.845808984253,243.86252950777066,2637.871339977822,273.20236470605187,3360.460232311472,320.7665462853775,4737.2088699899,3113.5240506722084,1012.9262597286978,29680.092558816992,12885.398321545526,713.248681050371,5875.688515497805 -5443,750.2532057981956,3529.6334253802042,178.07965217493089,1414.1737476872865,324.42791621458264,2517.1597773077388,361.6587661390353,2966.3099881942435,66.83981831176553,1084.8529461402375,559.1176366239739,6020.31601551853,312.76528323937447,3511.935252209132,360.2673031651923,3969.0552452566208,298.35731939655886,4506.591731381739,101.21413444447118,1222.8999907014615,211.78097097896867,2351.3861909312686,476.9822334546856,5396.7795883858025,176.58559374465204,1571.2508797573546,135.84014162814188,2139.952824804086,167.75139681280112,3825.3214113461613,245.52032089041754,2561.8432928187503,277.47476204705174,3263.6059145339755,325.7827625282561,4600.674258194545,3079.533874754862,1012.3759365073829,30174.367507497176,13166.113553827845,707.428379367819,6017.246139369321 -5444,719.9627357860202,3466.147069531783,168.46160181156506,1388.7374694801524,300.75816669151607,2471.8844520571347,342.1096764564608,2912.9559457848845,60.959931450686476,1065.340052907012,509.31560368910806,5912.030570879193,284.9064823064938,3448.7672275822265,327.51122017048283,3897.665153619764,269.7929154525619,4425.53314771558,93.95275449698103,1200.9040906687717,194.9764733903098,2309.0925806710343,439.2637024065599,5299.709488437151,169.27971836878442,1542.989306823991,125.9448684791426,2101.4621969792684,153.12351105457142,3756.5166129189283,221.06725974611822,2515.7642598669745,257.5679606489875,3204.9045080510064,302.4102125178772,4517.923443053749,2699.493815802732,911.3168802365066,27984.813649245087,12367.004889870337,617.3742420486755,5674.00452951781 -5445,598.9568383206202,3233.125503624364,138.72247467691736,1295.3756549694124,243.5075175858631,2305.7050100987285,281.5357670052085,2717.124221888122,48.73033651016442,993.7195468025731,406.7296979031162,5514.577550657263,227.5208665114728,3216.914070834912,261.64812011193266,3635.6335608281906,216.59411283486943,4128.014132114439,76.33800108422368,1120.1699076988425,158.0867395962274,2153.857283905092,356.1816647692241,4943.421489377477,140.75465523302734,1439.2574751267578,102.06121633707204,1960.185441546758,122.48993994438459,3503.9741310392296,176.98428756394676,2346.634873395987,209.27777332931194,2989.4457141601074,245.71276547098805,4214.193227851878,2103.38612643359,722.6637967747973,22735.068301415642,10125.222116776213,482.5230612617162,4660.853411840125 -5446,463.9267165112324,2979.2450656959486,112.26111955251129,1193.6565790483646,201.78116471790383,2124.6500535121695,223.86063296920992,2503.7626661472264,42.212465283602455,915.687947522728,353.2354502664885,5081.546614499167,197.59667450284303,2964.3066319445543,228.6199769721808,3350.146270113495,192.21568873783852,3803.8627700775933,60.62975660348222,1032.2088228594166,130.27681797925123,1984.7261351574982,293.14098491021747,4555.240451808418,108.79790304261259,1326.2401123094744,86.02046607586844,1806.262329758205,105.91632115365896,3228.825366823043,159.53541651860843,2162.3659086904704,166.21420890331842,2754.700175756668,195.15188966551673,3883.2746721067865,2022.3569509988795,643.4503655955075,18788.351837609516,7968.104529498545,475.81472947276063,3628.4224765087656 -5447,440.0942146047909,2790.0206337467234,104.83489131462964,1117.8424103136017,228.2273767234502,1989.7045587303173,235.10763988724648,2344.738128792924,48.29726667476009,857.5287401087974,419.3422292363959,4758.796135653447,234.57620098211783,2776.0310029902107,266.7709846086122,3137.3643367947748,198.89323708241238,3562.2633863382102,60.06988097682528,966.6488827230635,121.78739471720395,1858.6677991635006,274.6080964789765,4265.917899323388,98.52492489838731,1242.00500363391,86.5511960991688,1691.5389834866087,118.00160228393587,3023.7490362669278,178.7565023004247,2025.024920716813,164.67933082393512,2579.7375377548756,193.34979127949927,3636.631503207027,2403.3727751501956,760.0765792825079,19346.781025792196,7708.412578997351,573.7801687279131,3453.3593656236794 -5448,432.00838251705534,2659.214050634377,101.71141419845408,1065.433784949842,225.77443441854948,1896.4197809826135,234.23380722622318,2234.8080518569836,48.14749206950908,817.324591416308,426.2950443598874,4535.686007110372,238.46554205985663,2645.880305994307,271.2231498851805,2990.2729841679143,201.583133023228,3395.251180020808,60.503871612652716,921.3287743736965,122.54617121155685,1771.5265138952882,276.3290294397926,4065.915742529681,96.80986693719379,1183.7751723671722,83.63054047381102,1612.2333210284503,115.90652808966938,2881.984393081413,181.65843810346152,1930.0841925399754,165.86909991169955,2458.7898112188127,194.74669764072323,3466.132641937168,2427.1612609126737,767.2629287629422,19315.235952915224,7678.519376931926,585.053258150728,3442.2855329810513 -5449,433.21299693031847,2583.1213969645005,103.98853528977084,1034.946700246362,239.09864883059322,1842.154268368994,240.0190913719074,2170.8596551237315,51.03046997756131,793.9370807134076,445.6906781365991,4405.898642151157,249.31528188993855,2570.1691936346447,283.6212419897319,2904.70717328165,209.80959354821638,3298.0970332525435,61.897921083938044,894.9652135585056,125.68365763232748,1720.8347865946293,283.3777080861711,3949.570720069604,97.59769788617318,1149.9017825238666,88.5064206668273,1566.0997231321896,124.13110125502472,2799.517229427394,189.80309302253767,1874.855382365175,169.69083437052586,2388.432240150977,199.23379117117818,3366.950242297748,2631.0131719959045,815.6805078470633,19972.247064067615,7786.46485404405,630.4966417169335,3472.6374971115574 -5450,494.2287131259722,2559.273401545017,119.14185848792374,1025.3918244298834,286.18844622733974,1825.1470589495407,281.23748736959186,2150.81775884562,60.95434947220663,786.6072634286057,529.9036995677207,4365.222330631225,296.4232745109298,2546.440776058481,337.2936391891992,2877.890220952284,248.57212866868372,3267.648211515227,72.55646610802697,886.7026803540572,147.49861793997604,1704.9476276881132,332.54939279851806,3913.107337221306,112.0484594694073,1139.2856138549412,104.29115003492257,1551.641115392112,148.78629724730982,2773.671415853705,225.55585307534434,1857.546268429074,198.91083670082702,2366.381661657143,233.5409584609852,3335.865751243513,3200.8924421915654,980.2709369188022,23491.663270088033,9033.678037818188,765.2972883754935,4018.55216529261 -5451,719.7051648302136,2568.2407654373314,169.72527361196785,1028.9846651229943,360.76650899010536,1831.5421388283487,367.15333487269976,2158.353946850379,75.38448982397364,789.3634338194846,645.2716017842351,4380.517506631569,360.9590219993384,2555.363176086301,410.6217936737974,2887.9739770831584,306.0489820182223,3279.0976293722797,94.11050565018601,889.8095721750816,188.64619720392113,1710.9215442636494,425.5409589329041,3926.8183606005846,161.25949997018645,1143.2775236956597,138.6916437994196,1557.0778657227327,186.12132516241863,2783.3900027341288,275.06436508959655,1864.0548709589011,258.00042953229564,2374.673157772943,302.917973679549,3347.5541945607656,3720.609174624324,1182.0275717473821,30226.647142252994,12069.890502939952,885.6628264143225,5434.357303166668 -5452,1042.511018507825,2622.564813603927,245.21031191468842,1050.7499969653582,500.6804657469022,1870.2833599427631,516.2477180179496,2204.0079701597147,102.08011604316461,806.0602395772801,849.5733464156299,4473.1752695747355,475.2435461144496,2609.414834376687,540.5131051015746,2949.061099266668,406.9885365945405,3348.457893393576,130.7872915919482,908.6310388804065,259.620777510216,1747.1113694664348,585.8559324760372,4009.879369768241,232.81956215907664,1167.4604056516096,197.81003867057788,1590.0135523277452,257.1031528628053,2842.264939465071,362.64752971066747,1903.4838092258728,358.5484657102311,2424.9028172109715,420.9712941011167,3418.362468361622,4803.112000251069,1558.8440518198327,41834.83183646879,17100.578174240563,1124.4184813328409,7735.022618712836 -5453,1134.2913204223357,2726.144396622429,263.6683497507475,1092.249923288552,548.2418729090074,1944.151189460044,575.2603958540137,2291.056429490213,110.7808279088006,837.8960146437787,929.6524911757238,4649.845690373418,520.0390860006327,2712.4750520174507,591.532775168659,3065.535825600832,446.73532942326557,3480.7070071442104,146.95095062011856,944.5179018615228,289.2051060601307,1816.1144561384986,652.8270727857317,4168.251674208765,254.1878596926438,1213.5698712330643,211.85737907338378,1652.8119777049062,277.4109129149222,2954.5216950391437,397.003204936079,1978.6629080299726,402.8605320759406,2520.6756352417087,472.9980344340206,3553.3725002366505,5157.841437498531,1692.2494192641655,46112.37324117717,19077.792856747445,1207.8799902439116,8650.518481693618 -5454,1057.2481357160398,2933.368535518404,238.66725779093173,1175.2758077916217,506.97291507780653,2091.9331839202737,532.9113748859573,2465.207951453395,102.09126398355828,901.5875345552142,868.1686664094875,5003.297352868111,485.6455977469527,2918.6601343731522,552.5807951651614,3298.5583399261714,416.1435421314454,3745.288191177707,137.45719647203188,1016.3141387474278,268.9515119539994,1954.1639133778524,607.2422622025734,4485.0956260404355,238.37081649347093,1305.8177257003274,190.61007955723196,1778.4482203269763,253.25475466181123,3179.105622017667,370.63246889427273,2129.0682635899793,376.83376034457933,2712.2813471754525,442.4400350982203,3823.4772523732113,4791.261146148142,1577.8960880705176,42683.115876749296,17666.013858410603,1131.7197321751098,8044.772154968496 -5455,955.8905366251653,3188.743538297637,217.31777403005952,1277.5936921784566,460.36193235054,2274.0539901500297,491.20724983042726,2679.825542059868,92.68379639690477,980.0784968584115,791.9633319949721,5438.877492193571,443.01703187587356,3172.7546441158424,504.03209031180916,3585.7262613879184,380.70093495183477,4071.3477948892487,127.04287507081756,1104.7930403462447,248.1160940267331,2124.290717687408,560.239139823639,4875.561840597681,214.79098781455943,1419.5004086950025,172.87632481694268,1933.2774597182893,229.12297489289685,3455.874155268045,338.2277330226819,2314.421998433726,348.2832879373007,2948.4088054835797,408.9189620330138,4156.343887481707,4308.34337211952,1427.7406661756777,39117.274035694056,16318.525931364726,1016.9714242632872,7425.496975317088 -5456,940.619967180974,3394.7330479007232,213.66174082097888,1360.1249133202907,445.6757744518831,2420.9555081353947,466.7664330420372,2852.939479446454,89.3493463515265,1043.390546421411,750.7688484989538,5790.223310366937,419.97321523591137,3377.7112878167177,477.8450202492512,3817.3604412092695,360.461472353355,4334.352619711433,119.93523829800854,1176.161519454264,234.24575481259654,2261.517684339115,528.9193634958532,5190.51805470589,211.32397630116526,1511.1986558436483,170.34757458957193,2058.1651689589876,223.54117228369898,3679.1200243521703,320.58384256486335,2463.931247686953,328.79796769940396,3138.8729417982936,386.04127251264833,4424.839371311434,4152.215275653763,1370.4517858773252,37364.19462241561,15497.101617124343,975.474126498427,7059.792656763759 -5457,854.4409733282499,3514.03801046341,192.85366317328592,1407.9253293101726,399.3795288889181,2506.0378996485165,430.11330077568454,2953.203574733549,80.24015571567446,1080.0596064984752,687.8611261850599,5993.715710365844,384.78321173995414,3496.418035314797,437.78371238898586,3951.518278688828,331.14729149837467,4486.679701025804,111.57447434229213,1217.4967007678395,217.06687811156587,2340.996771165038,490.2030556940585,5372.934331172924,191.5639713938663,1564.3084281044453,150.76667084657294,2130.497607170093,197.89475402839108,3808.4195217133547,293.8279852536229,2550.523984469042,305.8772461828184,3249.185921795897,359.1300827535312,4580.346531400698,3686.7164109001415,1234.3103898099396,34190.51247497485,14359.194969837705,872.82160378265,6552.1786807514045 -5458,818.4704724461266,3594.2894376625427,185.8830060269628,1440.0786573989744,381.3143610196827,2563.269243607539,408.3279951323101,3020.6470118780135,76.5686363728356,1104.7253399434603,650.6938346250075,6130.596483581865,363.99216937146207,3576.267068416689,414.10827195558846,4041.760609740455,313.44712381958567,4589.143717726983,105.37056916657029,1245.3011375883648,205.43200597122367,2394.4590078839233,463.89044466539224,5495.638083107293,183.4113635900351,1600.0331367049816,145.78879824704262,2179.152594142528,190.03251683924265,3895.3938518374134,277.96372561877246,2608.771274125498,288.86947229981087,3323.3888207637037,339.1612772334005,4684.949653255669,3509.1956761301003,1172.5316567948512,32504.36570286685,13627.966889848667,827.5923623227188,6214.144306425901 -5459,783.9763523780886,3552.051841414139,176.18886544714601,1423.1558519454666,346.27845128190324,2533.147481499851,378.4971822248132,2985.1504635033166,68.43736304165341,1091.743374054743,576.8372364885398,6058.553966270346,322.6774650549815,3534.241258550225,367.09530778806857,3994.264642671665,279.9750591108433,4535.21528407215,97.47580491521573,1230.6672224378528,188.40522453345795,2366.3209865691665,425.58274567795354,5431.057156471459,175.2915009893805,1581.2306571650586,134.54495886679535,2153.544704452122,170.84819482779992,3849.6178853784013,246.66712665800733,2578.1148037182056,267.22627153456597,3284.3346606515556,313.7500229512561,4629.895374703467,3005.9321738456224,1032.5187130429092,29786.40601131913,12740.397596375977,705.3415378519538,5841.675796149195 -5460,743.0044339119096,3427.548407212521,168.93201770875365,1373.27262982988,346.76882403621056,2444.3577974336554,374.2416633023469,2880.5175637293232,68.87514791373667,1053.4765340970912,580.1941478043765,5846.194797887211,324.55529048872506,3410.3621054207006,369.21318305443305,3854.261149669509,280.69281667276306,4376.250859305801,96.3860475620736,1187.5309444797365,186.97824877392236,2283.3787598211666,422.3003662404321,5240.692460933466,166.42093198048806,1525.8067343532919,132.7507558364565,2078.060527029685,172.01086401972097,3714.684424806281,248.01011448229178,2487.7489641528805,264.23874253071887,3169.215016407926,310.24236897643596,4467.61230568292,3095.80785274131,1043.8745609813307,29535.65319533536,12505.8431107033,724.0398854961084,5706.244295015579 -5461,722.8449568009733,3332.1564255345875,163.44080074039599,1335.0531265639654,331.8811998111518,2376.328959755843,359.97015425919085,2800.3499786168786,65.95773876429323,1024.1572649578848,558.0184896213058,5683.4895518074845,312.1504304765694,3315.4484351160468,355.10201064509243,3746.9933403520463,270.0084130560937,4254.455572356537,92.80687149915715,1154.480811661943,179.9824110437453,2219.830124195103,406.5044494796839,5094.838929540276,161.8912188297413,1483.342059677591,127.22962070571367,2020.2260960693754,164.2219782606156,3611.3011705115287,238.5366398081741,2418.5125084084775,254.42656529052218,3081.0127024325916,298.72190425328364,4343.274341465982,2953.431101854853,1000.8016964863605,28407.977884238575,12055.828883458098,693.0316105496344,5508.976063309404 -5462,690.0602754873814,3276.2078541929322,156.547487324527,1312.6369174916435,320.96343402009546,2336.429209156706,352.93881694521735,2753.3307032432404,63.53865742775036,1006.9611527452421,539.8778061834222,5588.0609224003765,302.00269836805563,3259.7803992818917,343.5529589087333,3684.0794499317426,262.18210884341306,4183.021137500526,91.3677185601948,1135.0965019822204,176.49987168718042,2182.5580672417864,398.6987478206787,5009.2940382082625,154.530477887853,1458.4360053237244,121.81775650983371,1986.3054904831363,157.71175342248588,3550.665619423271,230.87800220114465,2377.9044749498835,250.48118136287542,3029.28095968917,294.0896340399466,4270.348595097125,2817.9218825254716,961.3312863520933,27645.355557262093,11828.469857619868,659.8595251169471,5402.50060528418 -5463,689.0561792312449,3241.313098661783,155.8414844511032,1298.6560755012883,318.3562822008959,2311.5439974431033,356.6271108789251,2724.005090808999,63.28863463827247,996.2360507925563,546.0147419056176,5528.542714625259,305.4356439838727,3225.060611899478,347.40764267698773,3644.8404707570326,265.42317632331066,4138.467950868028,92.74867363233751,1123.006635678335,179.17687053303365,2159.311730752034,404.74505733126756,4955.940252787349,153.94372644523233,1442.9022632266028,119.83275791623305,1965.149432142124,155.36032511250113,3512.8476254873667,233.54980978047053,2352.577511880795,254.26701801645763,2997.0162123874275,298.53458000326845,4224.865287294175,2788.6546414264267,959.6672225152093,27845.575170059354,11992.502002608751,656.9502771951065,5478.855035790668 -5464,712.6463459440326,3257.4283657849896,160.822270377241,1305.1127765112954,329.83764979559214,2323.0366079537075,375.74750486708973,2737.548388956125,66.21767900730073,1001.1891699722242,583.3898947206044,5556.029705217135,326.3429620339308,3241.0950743741923,371.2161746644471,3662.9620085473725,283.3495850933872,4159.043722007386,98.33443304462588,1128.5900370234756,190.54126196744053,2170.0474678697187,430.366376976095,4980.580359617293,159.16269151082724,1450.076132179336,122.4322890350242,1974.9198267544382,160.01435057750345,3530.312916906213,249.48920459330884,2364.274134168738,269.5801684206348,3011.9168762125746,316.5137302686088,4245.870611553784,2939.163152868538,1013.7045369488077,29306.82080153704,12643.00444673339,699.8015660625503,5773.391790816293 -5465,769.7812066953018,3268.540105058776,173.5206006934214,1309.5647770672572,351.08456898118766,2330.96095016862,399.5897152107303,2746.8867137116176,70.06443253827067,1004.6044263558558,611.925915499247,5574.982433120611,342.30575060781234,3252.1510975261613,389.3211916953413,3675.4571041375884,297.7976830246672,4173.231051482578,104.29224396902421,1132.439883230416,201.5167872532416,2177.4499335472406,455.2055699559692,4997.570114777993,171.66445594846542,1455.0226317177944,131.6721293512283,1981.6566730446061,170.4318327710881,3542.355519929991,261.7800345129803,2372.3391458284214,285.9132841227278,3022.1911267208357,335.69042048311996,4260.354124904798,3067.136883738116,1064.4104147015573,31126.47493348862,13480.556141521804,726.7993732596769,6162.719093015584 -5466,804.3188804095304,3228.576842516086,180.09020487800038,1293.5532002407715,357.22210045510735,2302.461130238562,413.995698049116,2713.30151928638,70.33317043038672,992.3214898913861,612.6117617378186,5506.819131008801,342.68940670988195,3212.388217475283,389.79219994867816,3630.518614017882,299.95219476479025,4122.206458605903,108.32993722250674,1118.593948680827,207.4892693902249,2150.827037523039,468.8557825530702,4936.466625099752,178.92258194325902,1437.2325940961362,134.46654129075898,1957.4276706922144,171.433586495241,3499.044414937456,262.2870899999041,2343.3334096043777,296.9824690826971,2985.239884401855,348.686736359169,4208.264309590953,2980.0725517827814,1057.916497405686,31901.52840238666,14033.658161053714,703.5206333680203,6438.011173979912 -5467,848.9996965241176,3139.747926397363,190.37548596156594,1257.9632377513715,373.93922215460185,2239.112745925308,429.57635744999595,2638.6495457333326,73.75489945766579,965.019416350007,639.2147687482823,5355.308171682171,357.57088509229715,3124.0047044198823,406.7225721902682,3530.630939304608,312.50565235310734,4008.790811527732,112.1026215552739,1087.8176986842977,215.0976899585843,2091.6506127943276,486.014715441872,4800.647965314616,189.1759196445457,1397.6895323164554,142.1137626046464,1903.5723075245592,180.4444667682138,3402.7740339023435,273.62005336472527,2278.860492578271,307.32514200341967,2903.1059795203646,360.8300553809827,4092.4809240325203,3139.833667748236,1109.7436499929067,33244.46464093978,14561.130176750674,741.234481879408,6681.11818904131 -5468,820.8209606344868,3087.373309822728,181.8745949676454,1236.9789601001994,347.85566552702073,2201.7617628896164,402.1808797016056,2594.6338280794666,67.75577238640291,948.9217795004133,582.4284165381418,5265.97545494631,325.8051199478142,3071.8927029449464,370.58106339032344,3471.7359432579674,285.93347411357894,3941.9195573367633,104.79212337036941,1069.6716448585482,199.7595125756479,2056.7594682116146,451.47275429265,4720.567620526665,182.81216098392244,1374.3744589215505,133.64017010312537,1871.8185259899094,166.7716296270809,3346.0118384988887,249.46559114457065,2240.8464712861796,287.2836847955367,2854.6788235456575,337.2994061568605,4024.2136222427384,2800.0776587616087,1009.5328291555686,30971.26038340387,13704.926557652136,658.5699159623663,6314.798007140229 -5469,690.9660451533152,2934.6031774175904,152.1888169730974,1175.7704762036642,289.28104927959794,2092.8136693853266,335.129299096788,2466.2455466243455,56.602889592850076,901.9670087782681,489.67524344223,5005.40321869136,273.9198447312076,2919.8885855710673,311.5919119778434,3299.94668860588,240.02698540580235,3746.8645664845826,87.29074210928445,1016.741900892975,166.9353171616036,1954.986412363616,377.2400267113714,4486.983383038822,153.9436119703651,1306.3673386307619,111.04474411542802,1779.1967613513184,138.66728497514356,3180.4436935744307,209.68644289277174,2129.9643790465366,239.30430298717368,2713.4229344506475,280.966875462498,3825.08653711163,2351.3159721228235,847.6359615394537,25859.446703656296,11422.350216733961,556.4100594071406,5267.46351620862 -5470,548.1563076500049,2734.916816725232,127.05728116118291,1095.7646583100031,255.43160313144315,1950.4072450814695,277.9507207137636,2298.4287863997065,53.25440353468954,840.5922679501062,467.3439290747394,4664.808360677934,261.427912075624,2721.2034857365707,297.2776773935244,3075.4003684092327,224.07238131752297,3491.907523213451,71.6943051066213,947.5572521762064,142.73404549847086,1821.958504232121,322.05604137730614,4181.664630186326,122.05540682279954,1217.474999937087,98.38185151666382,1658.1305371463416,129.07362501188982,2964.029007103699,199.50884333625288,1985.0300184048222,196.5472545783861,2528.786880428367,230.76587972001983,3564.806845531215,2499.411930603314,826.5106503105699,22425.432346335176,9301.334728906553,599.766890824736,4213.566413368902 -5471,471.04697564502385,2549.3963041704174,116.27017591204951,1021.4344922859639,258.8100227296714,1818.1032021996814,260.998599461163,2142.5170292610783,54.13218397348795,783.571481268028,468.36674876807626,4348.375468550998,262.00006804090697,2536.6132041044266,296.8815776130087,2866.7834740417766,215.6519839596545,3255.037257346912,60.701646790661165,883.2805962926637,126.12368649829465,1698.3676609963554,284.13253765183055,3898.0053390589906,110.50646800730938,1134.8887272469171,96.43738738048108,1545.652810126286,132.6007107768782,2762.966884386691,196.72368868562256,1850.377372225948,166.41129316126802,2357.248998424077,195.38328604020668,3322.991522630918,2720.111256621146,851.4967096215873,20946.849291023955,8142.613794357177,634.5096465885892,3612.620668017411 -5472,497.68910969627944,2427.557084950386,123.62916804074534,972.6187076153151,280.69554783753165,1731.2135043307853,270.12135613945554,2040.1231403298964,56.23532247598146,746.1235029664174,486.90810680466046,4140.560516008267,272.37193384891583,2415.3849071363434,308.66590204296585,2729.7758775457905,223.29836919819806,3099.4744688865626,62.06088485947676,841.0673797643212,129.08768106869172,1617.2002923036791,290.7985490881618,3711.7142056445628,117.27624959205592,1080.6508058208976,100.55709323998842,1471.7838979987484,137.68034204175297,2630.9208280816006,204.41067589138964,1761.9452465789373,170.13759346290047,2244.592768003814,199.75833044900176,3164.181104678312,2923.6024498455754,906.8167101332438,21723.660828133918,8306.816386632427,677.0664282751657,3686.4920775796495 -5473,519.7757151308357,2346.1359950141873,132.27311587619224,939.9967454965563,322.0073959054151,1673.1480148274727,300.9184684421165,1971.6967166138438,67.09985137095907,721.0982670141259,582.1736455056093,4001.6847086172847,325.6626033664517,2334.372076182255,369.1329351097675,2638.218266559327,264.2894275904502,2995.517041458518,69.68337926897681,812.8576939057523,146.9557676072041,1562.9588446933149,330.8878208479113,3587.2220492998936,123.19980184444951,1044.405410400189,114.86148455270605,1422.419765691205,164.02926449245487,2542.6788490623394,244.05476833585467,1702.8490039926198,191.0343766453065,2169.3083634611644,224.29321680368878,3058.0533946872206,3623.473814855597,1090.8545088728247,24767.25920143475,9128.617119686158,844.9292469504408,4000.723734603109 -5474,615.7590208611134,2317.2844654421347,158.27607880464478,928.4371667006293,408.0453204067787,1652.5725326172335,373.3767398725489,1947.449841646922,86.48953299465047,712.2305849959793,751.2979445516021,3952.474123657991,420.2691867201353,2305.6652130118023,476.45665942522805,2605.774864941977,339.04166608342905,2958.6797700092534,86.78968993863991,802.8616033792733,184.45953843005248,1543.7384101475766,415.2181461134192,3543.1083051448923,146.85558448370026,1031.561869511081,143.72853566546797,1404.9276058074963,211.24089422407204,2511.4103402624005,314.69275311938947,1681.9082748533713,237.93068721121674,2142.6313658223626,279.35411494027164,3020.447084508598,4778.4298931235,1415.8218883372986,31113.39014614432,11201.489455626239,1117.6532877091627,4876.26374773095 -5475,871.8754803447099,2323.002789287478,219.28383905117153,930.728255459227,511.2596508235594,1656.65055802169,481.1802413084541,1952.2555308202516,105.47931303976591,713.9881444144723,914.7861451698029,3962.2275774814107,511.722988251773,2311.3548642236265,580.0386833661692,2612.2050916871217,416.223814171282,2965.9808542446544,111.29919043311521,804.8428114353325,233.57244238095348,1547.547867421108,526.0065878943843,3551.8515738329165,205.90025994017768,1034.1074373618746,184.37982668165023,1408.3945219971483,257.9288388783033,2517.6077052593755,383.60009876948624,1686.0586915748418,305.12256564720445,2147.918701155457,358.2440133038098,3027.9005909056423,5640.198497052423,1712.5348363839075,39400.30700374228,14668.478112031702,1314.8724051840554,6455.990153470226 -5476,1018.9704317144141,2350.879599911976,242.81273942499024,941.8973058968566,480.5644973933859,1676.5309189450206,514.1651654912989,1975.68325031085,93.67730968029247,722.5562410098638,807.1613549564281,4009.7756339615717,451.5186666748044,2339.0918958505827,511.6398162716932,2643.5524266921075,379.37293864607204,3001.573616754865,119.96344398395793,814.5011944301084,240.3555807781352,1566.1189595572807,542.1945233277751,3594.4749809793343,237.38965772871973,1046.517072567506,181.13104157528642,1425.295727434933,230.1734970534713,2547.8198399799794,340.007681761057,1706.291959939206,328.8752925319497,2173.694444148557,386.13205949944637,3064.236410970831,4295.165357071245,1442.8125933079007,39550.42002143314,16417.204052438978,989.8920424323502,7434.678912913542 -5477,1124.8748528013293,2361.7963953962512,265.859489117074,946.271200781159,542.3969433541413,1684.3162369025513,584.9214014587479,1984.8577439710782,105.91579159213636,725.9115803089443,912.4277492453234,4028.39585616922,510.40372317946327,2349.9539526938524,578.4510676508455,2655.82830895985,429.22766575011894,3015.5120444422446,137.454983600492,818.2834991307083,273.83560745152477,1573.391556752889,617.8500507978301,3611.1666687383185,263.2167260780989,1051.3767909692692,201.4940013806403,1431.9143828359163,260.2833568322364,2559.65116818789,384.4044057094954,1714.2154794439127,376.8276938400606,2183.7884437276775,442.4329124230391,3078.465826299158,4825.44817479544,1625.7305722772724,44813.63520954319,18680.10403051359,1112.2806504097398,8471.020848812655 -5478,1007.5899003337086,2502.3501175589554,227.9628432646499,1002.5850895246672,465.441228863461,1784.5521915585891,519.2892112024977,2102.9793332928352,92.90062303430473,769.1115677305165,799.9198367550747,4268.131183495944,447.46782774043425,2489.8029149523727,507.2820606161358,2813.8802710074756,377.1037967876363,3194.969275767942,124.20303773892675,866.9806653264618,244.31375740226486,1667.0262325242893,551.5036111599899,3826.0721185181696,236.82199029259704,1113.9456566235065,174.5093712185694,1517.1295591814337,228.38018738216388,2711.979497517295,337.1186421745316,1816.2307787704842,340.4979801614283,2313.7486700961013,399.77824215043825,3261.669522977015,4087.5657512558532,1401.5899093959217,39549.416994149266,16737.806309241507,951.1317158036604,7631.53303666931 -5479,918.3055051144731,2731.2129036339697,209.9604572629732,1094.2806581246823,425.7845042440929,1947.7657976764986,478.2104095262638,2295.3160114812085,83.76992376499427,839.4538491555622,720.6926660820077,4658.490784710108,403.1488743526677,2717.518144685914,456.99601615864543,3071.2353365458275,341.18310926651003,3487.178413388387,114.15859498279549,946.2739701072261,223.8442315497689,1819.4910156729468,505.35731735157816,4176.001378466091,215.16104429215702,1215.8261667576007,159.15830853446784,1655.8849217162854,206.06118784793298,2960.0148060957727,303.9076635172948,1982.3416811849274,312.9615162184223,2525.3621302589468,367.4477151236557,3559.979007747543,3633.9034877350327,1259.6845168070367,36180.576035936494,15440.640309167935,840.9130180265471,7047.432817325881 -5480,901.1565376442696,2954.5523159563004,205.64816889774147,1183.7632461631626,411.34549560394265,2107.040407142427,454.99289981514846,2483.010836888694,80.00265328950069,908.0984901839747,688.5547374309941,5039.429448547639,385.1712115159988,2939.7376957878746,436.64736838230294,3322.379395749367,325.31991814710835,3772.3353766090236,108.18015789028685,1023.6536105221023,212.2973616960698,1968.2762142290446,479.27371110832786,4517.485446765168,211.06786725730927,1315.2478929835054,153.39278243351256,1791.291562772155,196.73712492937395,3202.0640313243257,290.2752079337466,2144.4436636077658,296.57185464830627,2731.8685118459202,348.20463447796385,3851.0890923595066,3517.3373263023595,1214.2628951472052,34496.824533424064,14648.14251263903,813.4890603688235,6689.36123622036 -5481,831.7680531438211,3133.3797983245145,189.60877616724733,1255.4118001211132,380.7578725462525,2234.5713123230375,428.51885435247783,2633.2977599720234,75.92657140127213,963.0621358994221,653.4566462498082,5344.4463798739425,365.5376608812371,3117.6685072077853,414.3706269147602,3523.4700109350333,308.786959018056,4000.6600653966693,102.6572010015942,1085.6113551855437,201.3951580356369,2087.40826617983,454.66680147442565,4790.9111514708175,194.6036430107449,1394.8546977512221,144.0393709005551,1899.7114267996044,186.7169953734649,3395.872428627388,275.48375278475197,2274.2384414400626,281.4308750124345,2897.2178155275788,330.42762969104956,4084.1804351809096,3300.327919566806,1139.720522413125,32554.130040638058,13858.142481635547,767.1206620186047,6320.344335344598 -5482,798.1442206470026,3295.962048942131,183.24389705903326,1320.5515817794824,364.9445684332188,2350.5169226564244,407.84507622325714,2769.932162412324,72.15838090692094,1013.0327170663977,621.0288206053023,5621.754646560829,347.39783232247174,3279.43554319,393.78709167107286,3706.292943752757,293.5485306158855,4208.2430458371555,97.18242655541862,1141.9406701050073,191.1752719036206,2195.718000625302,431.549964063828,5039.498034532892,186.65603353464235,1467.2297785397727,138.02229230603413,1998.282101014788,177.4497474997325,3572.074682357299,261.81202004556826,2392.2422673561355,266.421985739689,3047.546286155302,312.8057120302044,4296.097052322315,3153.6067159468157,1087.615379280811,30987.69525832539,13166.908884798473,731.1944449870194,6002.171624300085 -5483,784.7363364539361,3278.8070900123976,179.83026257768597,1313.6783205544957,350.18391744112125,2338.2828554332427,392.1272371372864,2755.515105486689,68.05998648666093,1007.7600426855357,585.4066939464576,5592.49430659249,327.47114104277,3262.366602097614,371.19836000401796,3687.002277693041,277.52415865978065,4186.339809226514,93.04054595670425,1135.9970503044906,182.59331531946083,2184.2896372028245,412.2145264076692,5013.268247743741,183.42102040812335,1459.593080599209,132.44335560500923,1987.8813600888016,167.44430581140116,3553.4826010287384,246.89729358239342,2379.791026341501,255.06717507155955,3031.6842918121824,299.4740433762413,4273.736549562766,2940.2266310696787,1026.0007237931802,29628.28327355439,12674.59963721959,679.4685709431335,5792.840697043303 -5484,724.5707027435468,3143.646783278136,166.5476239796821,1259.5253436083515,338.17359576092787,2241.8932175876603,383.0540414046866,2641.9261517470945,68.06090650551849,966.2177522291018,585.69659093995,5361.9582533458215,327.63330676486623,3127.884011779238,371.36134425842727,3535.015184490486,276.86113648166565,4013.768823140606,91.704724973537,1089.1685222596184,180.5384649875243,2094.247969835414,407.5270912473643,4806.609284436566,169.36415074880702,1399.4251466326368,128.34911574944923,1905.9361138437998,167.38749076657447,3406.9995097261362,246.93657073802885,2281.6903219531423,251.40507183394158,2906.7109806189255,295.17437265803545,4097.562859838878,2951.3851200885683,1017.151639127464,29113.072193122352,12393.081675865533,685.7050726833777,5641.0158957376025 -5485,709.4920912602911,3048.579703713955,162.50502108514522,1221.4360147782672,327.39010415750323,2174.096084008755,370.88894950766536,2562.03161492864,66.11867186125791,936.9983436059414,569.056220031359,5199.8071762585005,318.3248357392349,3033.2936144747205,360.8120081504141,3428.1127259852387,268.8220220861561,3892.3883671391736,88.78338938749918,1056.2309571631724,174.92050297376164,2030.9157788798336,394.83437265480654,4661.252525621264,165.90232760467092,1357.105105314156,124.92884982026901,1848.2986651511412,162.59540580865357,3303.968375570374,239.8991782991655,2212.6896834171084,243.39633964407008,2818.8090809734367,285.7713304573077,3973.648386849223,2867.90347115681,987.948421476459,28227.62586744357,12006.137934077191,667.4729497915973,5465.792424546749 -5486,681.688243199719,2988.927219281037,157.01088392514822,1197.5358055206245,324.19398707499016,2131.5548860046474,371.29595912045795,2511.899564636504,66.73445464901273,918.6638125987548,574.3967511047194,5098.060970883566,321.3122798912276,2973.940237589909,364.19842059812487,3361.0338037015295,271.4110835399198,3816.224822458097,89.4345264970894,1035.5633654144694,176.2851380305947,1991.1762333673428,397.9076865923365,4570.044382569016,159.4375997105025,1330.5502177808032,123.91208827643638,1812.1324441348459,164.1011691730071,3239.31862347419,242.13862311878714,2169.3933127386194,245.1814076638205,2763.652588060594,287.86717653168523,3895.8948026966946,2887.573573097396,990.5019352564217,28297.235060714043,12033.4699035196,673.5427432859794,5466.141018012845 -5487,703.9411802060145,2975.671117232077,163.39602719364123,1192.224650152618,336.65073261802246,2122.101290443818,380.17576810309566,2500.7591137246313,67.62558005145534,914.5894740969878,581.9113914917643,5075.45071257888,325.5159008739026,2960.750603856879,368.91311888071886,3346.127382827692,275.18951233842114,3799.299597460331,90.86963950099675,1030.9705691892736,179.15105538977258,1982.3452269859526,404.3734188167558,4549.775914901816,164.57197286802582,1324.6491341564213,126.89517308692737,1804.0955095281006,166.32503097607722,3224.952017969423,245.35216053258472,2159.7719010988567,249.1157162606923,2751.3955948160356,292.48644321335274,3878.616235743504,2942.4357958455635,1011.2463313866334,28907.459152988962,12287.262902213763,681.8934560197351,5586.237131018793 -5488,734.1542611661133,3032.7893387045006,170.51413884260512,1215.1094882040904,351.97802769706533,2162.8351775970573,400.5377059764304,2548.7613650755034,71.67003317935186,932.1450849423193,616.8032234434472,5172.874354659027,345.0340719854464,3017.5824250001424,391.0598274266345,3410.3565390071135,291.63182812273396,3872.227426947646,95.93126191446129,1050.7601235393793,189.54524010245095,2020.396486432631,427.7994438179386,4637.109191369207,171.67998922888162,1350.075869718643,133.78131436811051,1838.7252528064785,176.25356224369952,3286.8552042905176,260.0372630215799,2201.2288783375348,262.991964696316,2804.2088314781354,308.7785287188421,3953.0665538168964,3113.049974496301,1067.6154155448116,30487.850763394465,12953.383293793113,723.548469251101,5882.840935531053 -5489,784.1684737871611,3122.3980236781185,181.30206100342517,1251.0118708547252,371.54933894908606,2226.7396544447447,427.7912991085085,2624.068657712433,76.71165425670287,959.686824884594,660.0904912095142,5325.715326018005,369.24857297178863,3106.741797018797,418.4553442509588,3511.1210599224196,312.1967923445184,3986.6386731292796,102.8440765002503,1081.8065373774405,203.04796437772518,2080.092380889937,458.28804885882147,4774.120111123749,182.99790574194688,1389.9660532391965,142.9405825993511,1893.0533757093879,188.67340624546347,3383.9706777579163,278.3165965614611,2266.26775940866,281.94318719893516,2887.063734248105,331.02913477267845,4069.866323250285,3294.9496242248615,1133.7352341091025,32604.177998712647,13895.355303627277,768.1512347052877,6309.658852862812 -5490,846.3079354433681,3117.58943331506,196.4292904098489,1249.0852735469364,398.40484671040906,2223.3104059113402,452.92208628159585,2620.0275101188868,78.76924767627591,958.2088772358,677.2938812972889,5317.513558274469,378.871991767821,3101.9573177332068,429.4047685521919,3505.713823956908,321.5511413627024,3980.499125205142,108.16259507605062,1080.1405215617506,212.22205902576923,2076.8889737326276,479.1072056440339,4766.767817218762,197.4155414710874,1387.8254621557091,149.91714417702246,1890.1380144549414,193.83922829032036,3378.759257347532,285.7177639832323,2262.777636360489,296.52370685029535,2882.6175660322774,348.1481042100219,4063.5986021485837,3374.7121718613867,1175.2701471112123,34186.9389386889,14663.575484131807,779.1162831701408,6683.458608346201 -5491,897.7445436985266,3101.864053770875,208.97896062738195,1242.7847838802484,416.0895858256596,2212.095843915499,465.36903640421696,2606.8118741622898,79.84082941241017,953.3755922252342,686.3638533095086,5290.691579074245,383.94565101152494,3086.310787875891,435.1535248553689,3488.0307128115132,326.19147296046185,3960.4211576414054,110.24591805384213,1074.6922032292912,216.03569065770014,2066.4129735787687,487.7402164001168,4742.723845192251,209.80515947588606,1380.8251554763667,154.9493958485568,1880.6040016209968,196.50639366724673,3361.71651556042,289.58633601120744,2251.3639983825,302.23505883391584,2868.077404065411,354.85379525474326,4043.1014739343477,3442.2903857590454,1203.8166839644375,35020.53971419838,15022.523640009136,789.8994617833763,6861.067903341799 -5492,852.9441142024682,3117.7843771045714,195.24833467037902,1249.163379218596,379.1075176477706,2223.449430168722,434.0214153800125,2620.1913412141516,73.32208886747864,958.2687943203512,629.8478793255549,5317.846063970296,352.33113296954036,3102.151284041907,399.3171552876771,3505.933037279381,300.35945623262575,3980.7480269929533,103.40897840314493,1080.2080630680912,201.4644003575351,2077.018842214541,454.9434493589609,4767.065884620479,199.08942934271127,1387.9122432924046,143.49675752672388,1890.2562053441266,180.56215287599932,3378.9705321633996,265.8818185866354,2262.919128515466,283.491844626536,2882.797816961418,332.84741147377946,4063.852700171271,3061.5818619480297,1090.6911292842842,32514.456970587566,14118.881852162098,704.9905106704747,6468.0003362497455 -5493,724.301629361577,3010.3059435084456,165.33875630454483,1206.1013495638251,318.97101554983306,2146.8011334841826,362.2604518050569,2529.8662811670683,61.31800458168994,925.2346853120664,526.8671113689965,5134.525572258922,294.7246348940686,2995.211765313331,334.0538882631826,3385.0740728471983,250.98694756051293,3843.5209096772255,85.92329305802294,1042.9703786954847,167.84772643863369,2005.4184027004487,378.9921099122769,4602.732270695466,169.21162390351796,1340.0671662006766,120.4965559244768,1825.0939774692097,150.9725070917995,3262.4883075967164,222.36975322655437,2184.9102049113835,235.55549258442872,2783.4200036602024,276.565401972834,3923.760740705677,2582.3066514424827,917.3344809672507,27155.09098363533,11754.711460262539,594.5823622388656,5386.952504831716 -5494,557.2963614911062,2810.814526605598,132.37393334456254,1126.1736373418237,259.9043223105592,2004.5337334377075,283.56595060235765,2362.213352037694,52.544421864607685,863.9198615684556,452.8077621553886,4794.263219941322,253.29651348266,2796.7206317875343,286.97185491355407,3160.7469659730245,212.7060477453183,3588.812768193905,66.48577524861597,973.8532714850569,133.87363891257894,1872.520363050867,301.9366806614291,4297.711585244688,129.81047344087787,1251.2616086436974,100.52653119085856,1704.1459441534178,129.09293828045656,3046.284895941852,190.72142538566604,2040.117336424646,182.2682648809749,2598.9642005670626,214.00093621518926,3663.7351471479487,2381.3836959612477,798.3481414522284,21944.298717899685,9111.060367587696,552.9121874017442,4115.640990469352 -5495,475.9745877056141,2648.102311360591,126.70377274567014,1060.9817843938802,249.94534228596993,1888.4954387677012,258.1372278844341,2225.4697271014907,54.10404098291192,813.9093350326763,456.44880948682476,4516.733279206896,255.33328200024923,2634.824282842338,288.08623743711945,2977.777888577699,203.37537326788961,3381.0638505456172,58.03528118479493,917.4789281667561,122.00034283585589,1764.1240482177668,274.7289211261416,4048.9259873689807,117.70474678276759,1178.8286728287135,101.63954789073715,1605.4964747382824,134.97768953684445,2869.9417900576354,179.3788755356924,1922.019180880292,159.10155163080935,2448.515560710551,186.80092787692072,3451.649128586155,2703.8531284288165,833.9490622874238,20584.03815374077,7957.590981474745,614.8501397649246,3518.2366054014483 -5496,472.14188884579414,2549.7212062841695,128.30481314378127,1021.5646667217942,253.07303193340394,1818.3349062985883,262.4180571596122,2142.790077555068,56.72828613848045,783.6713417840739,478.9731764913799,4348.929637543402,267.93320653224026,2536.936477104563,302.3325965509475,2867.1488248539918,212.4017057386607,3255.4520882947427,59.68892455512288,883.3931640140111,125.72004255272381,1698.5841056668382,283.08575239194454,3898.5021116368775,119.25489838197245,1135.033360604137,104.79754068273016,1545.8497923939374,141.44395970146076,2763.319004525681,188.09860013420894,1850.6131894343168,163.634953049602,2357.5494127539228,192.1235886730523,3323.4150138582013,2874.921876951371,873.9236124899592,21182.738139423567,8098.618783431941,655.648780895604,3566.255950526394 -5497,472.645159532054,2501.180461125038,131.79353722756775,1002.1164580201134,269.22149569364046,1783.7180505093927,273.0060015268305,2101.996352018424,61.015182040884426,768.7520671605189,515.7500285465775,4266.136160071944,288.5058406189599,2488.63912337172,325.601933709775,2812.564998160498,227.38513723058765,3193.475873088857,62.347167392124035,866.5754184722485,132.00121871269496,1666.247025831869,297.1747748927985,3824.2837237453305,122.12446053846129,1113.4249726092428,110.35836478247488,1516.42041766781,152.01092712434868,2710.7118554532753,202.3419918704347,1815.3818304155116,170.92242631317902,2312.667170349341,200.67980169272988,3260.1449430566868,3173.8935190124803,948.5984603551234,22289.797539642284,8351.860983809464,724.9561516281358,3652.9085970108677 -5498,542.8045421929112,2510.212810482622,149.5744945584506,1005.7353356207128,320.6996569421471,1790.1594748040566,316.52437531895544,2109.5871539197224,70.74210473542517,771.5282112044539,598.2253283329682,4281.542178471536,334.64176767305696,2497.6261830168023,377.74528170173994,2822.721830124103,263.17491268206544,3205.0082635737003,71.92173877885777,869.7048255846067,152.14555237946558,1672.2642347007481,342.53584653023944,3838.094109350155,139.6111126124223,1117.445811366132,126.5487220115047,1521.8965675091486,176.19070196726653,2720.5008718264426,234.61169542503427,1821.937600046923,197.17075548003064,2321.0187539935755,231.49793132960792,3271.918091192029,3730.2172957817693,1112.6163311719763,25767.34198755759,9572.72656749396,851.3459571075526,4189.17852239355 -5499,811.497030124309,2615.741818789936,203.22562120546334,1048.0163136096953,427.21874364330887,1865.4175379049668,426.2850185512033,2198.273913608514,90.23265900768068,803.9631532418456,761.9097008224473,4461.537634726566,426.20530595214274,2602.6260512014724,481.0133024350059,2941.3886755072763,337.9024509473862,3339.7463791068817,95.74126618773907,906.2670992614682,200.54408870547675,1742.5659977938265,451.6568203752107,3999.4470685329243,190.34196308685412,1164.4230827027231,166.0454501982041,1585.8768941351877,224.97200432805636,2834.8703618968207,299.1942467257673,1898.5316112510145,262.471098521334,2418.594069659552,308.16698041029935,3409.46908686234,4614.001209695924,1413.8418124082455,34020.856920307124,12981.811341448809,1049.5995914051496,5748.564342789135 -5500,1133.62133953695,2881.903652426054,283.0754400267597,1154.6560215912584,564.3872896451555,2055.230977755634,583.3572006769631,2421.956775379312,116.56331271758003,885.7695094753196,982.2749593390322,4915.516322212135,549.4756125592128,2867.4533048244507,620.0376405814291,3240.686334659164,440.24529611999003,3679.578473298002,130.8330373059631,998.4832771620476,270.85745483153596,1919.8788189113618,610.2694592351245,4406.406256035521,267.91797039197246,1282.9076290727285,221.97026510369972,1747.245993727532,291.03272968089556,3123.329371200803,386.40363054389337,2091.714535971187,358.6738758733533,2664.695358318012,421.1185380129222,3756.395735878773,5694.506777617162,1798.871386408267,45650.85778716006,18001.337492107406,1290.6278702291763,8037.2315715400655 -5501,1226.0479353064263,3360.553082062349,309.1939556662913,1346.430457109085,606.3669668639071,2396.5800490354623,637.5231554730236,2824.2145774967316,123.33645059629055,1032.8851391538733,1038.2930481285873,5731.924282975877,580.8116181851215,3343.702706051839,655.4683538797331,3778.9252394917203,467.8175011512906,4290.71206760239,143.77990552080118,1164.3193038844072,294.19590664565,2238.7475294836718,663.1344431074974,5138.257176666298,297.08711453267546,1495.9831093771377,237.94736814997785,2037.4424746639966,308.1656043411582,3642.07670018699,408.80357655350673,2439.123086136188,394.1672305997888,3107.2691106846783,462.7912403115647,4380.287750781141,5883.630329674856,1890.7407506359814,49308.30662513652,19777.885347404605,1330.6951679356575,8873.85585649021 -5502,1100.7768063882743,3789.752039360375,275.6364543733255,1518.3921949998248,527.0631502993591,2702.6634921501363,570.748862480782,3184.9141177949,110.14605517115608,1164.8018843764812,927.0954255191135,6463.987090939235,518.6086869003996,3770.749587891693,585.4275211231296,4261.5573339390085,417.9860397018104,4838.707918437409,130.99174347639806,1313.0223950084649,265.3404667078971,2524.6731143038483,598.3133219700773,5794.4987442599495,269.3869333624577,1687.0452277252548,211.6528821904773,2297.6580297606124,275.24104324314595,4107.230942345362,365.07571544289306,2750.6399881839716,359.1089629006598,3504.119459357577,421.6293731341072,4939.723917802442,5193.148535030611,1673.5173399455464,44133.81751525101,17860.838791959824,1177.2152818075433,8043.383287143264 -5503,1001.3017381837943,4058.3831441885695,260.255812491145,1626.0212347546665,486.5655109807546,2894.237893940722,533.4748308696445,3410.6721593132465,103.18358889980432,1247.3671851814456,868.3406133566239,6922.177488569383,485.7417832937868,4038.033731367414,548.2857808268543,4563.631676274594,391.88223347485115,5181.692747146718,122.9014615641206,1406.0940928324778,249.14922331372395,2703.6309249947944,561.787559724848,6205.233426484398,253.6024654784846,1806.628994344312,199.12207856984782,2460.5242037586713,257.8745634352298,4398.3660811005075,341.99125842219036,2945.6151346674824,336.92975778445793,3752.503910910263,395.5887968304079,5289.869119864129,4837.986967296942,1557.6850253692448,41329.99331180415,16764.064577898327,1096.8438844691614,7530.478475488894 -5504,969.2593939128046,4186.655476946718,239.72724161189427,1677.4144939630621,455.53233807390757,2985.715369827745,495.4959742068685,3518.4724479022766,94.30524197608906,1286.7924175866974,793.4019473793293,7140.965075319591,443.8217801411543,4165.662885164857,500.9962839632015,4707.873276972885,358.5739972700463,5345.469254365921,113.60146406480176,1450.536168150908,229.44548224376285,2789.083932595311,517.4295590756063,6401.360735968169,234.8316128501067,1863.7306792517354,182.61658945892034,2538.293396121882,235.73268258735294,4537.384172173297,312.55378472708645,3038.716478554286,311.4341626551294,3871.1083928517473,365.6544512623372,5457.064731486435,4399.752893370199,1429.6530159354033,38135.50980446038,15535.374709099076,996.2554617716482,7008.493595059885 -5505,896.885687720176,4308.299752377239,225.06569824555297,1726.1521729620517,420.0361877673774,3072.4660434392595,462.15577469330043,3620.7025057381943,87.41602541342445,1324.180478803757,735.1804585986354,7348.447522166497,411.25321274795925,4286.697215824241,464.2141259333473,4844.661660146399,332.8937174223015,5500.783141038461,106.348494405272,1492.68184317291,214.20235024731343,2870.1214328060746,483.103696102152,6587.353801980881,220.53764518258953,1917.88181954106,170.32750392851918,2612.044117360235,218.56667931803537,4669.218953662521,289.7079631339844,3127.00711204632,291.5504177467872,3983.584372342871,342.30897184699353,5615.621051416356,4037.674376344164,1317.8705204023233,35524.51810170373,14551.380487448521,914.0149118765743,6566.396228277981 -5506,861.9182919973292,4417.792596727447,212.16305804989804,1770.0212911900994,400.77128994967313,3150.550918123284,436.2463091485956,3712.7204800401096,81.42144170055957,1357.833728435991,684.5680545343032,7535.203891733466,382.9410976299514,4395.641044713984,432.23632859001873,4967.785819460321,310.5359879073988,5640.5822327645255,99.54890975563949,1530.6174535325954,200.59586197593214,2943.0638410345246,452.40873373256017,6754.767432873685,207.4843796212185,1966.6236313040947,159.5850123610457,2678.4276459947478,203.6197006232759,4787.884342218253,269.8313124939099,3206.4781151519783,272.9096108769654,4084.82477080776,320.4228243898188,5758.338679495322,3748.0695930865436,1232.2583885888341,33351.69978416853,13690.120827628507,846.8553709220319,6188.277716598371 -5507,826.3744167608377,4386.081908384296,204.52009594058035,1757.316169277575,373.1684707346388,3127.936425458364,416.8560337178139,3686.0707631351115,77.52271883689919,1348.087267677252,651.537549667143,7481.116585237943,364.46413583583654,4364.089359073391,411.3816706717862,4932.127308014328,296.15264595896093,5600.094423221451,95.73149464542243,1519.6307600700022,192.63148473151577,2921.9386799515496,434.4691577100938,6706.282059193401,200.5505318279473,1952.5073078925443,152.80935575181428,2659.202029926955,193.92235021156773,4753.517154335417,256.8983926373279,3183.4621799394386,262.4443102037336,4055.5041084164527,308.1355282809347,5717.005620226074,3516.0516241422074,1161.0306809633316,31872.86110403615,13183.22108406818,795.2085674629828,5963.068300065003 -5508,768.1975409555537,4318.371793541351,196.92573781149963,1730.1876107776307,357.96735242511284,3079.648924446501,400.5415227586488,3629.167066418001,74.21832182318732,1327.2761780488859,623.622925896142,7365.626889942551,348.84895105473225,4296.7187540869945,393.7341632052896,4855.98762037938,283.66309299377275,5513.642996994587,92.13604342684869,1496.1714687406443,185.12515909367528,2876.831267979746,417.5617378831117,6602.753867544914,193.39132730424788,1922.3654872857794,146.78409191034277,2618.150613515246,185.68637344729427,4680.134759945403,245.94100377615732,3134.3175004044233,252.5875152333348,3992.897286505078,296.56267793793074,5628.749378051638,3352.099200690795,1108.7085314594144,30594.995119785483,12677.711719787636,757.3750127256108,5726.297861405196 -5509,741.9620022704902,4221.87513459162,192.94639398426554,1691.5255103892475,343.1390843759437,3010.832285640254,390.044168028614,3548.0711086305078,73.83847696489522,1297.617380055429,620.7258727498985,7201.037452087113,347.2283660677955,4200.705945547406,391.906871020548,4747.47760695981,281.6434067433278,5390.437271946248,90.42565669685682,1462.7386021761408,182.28082490050423,2812.5467137555465,411.09665388725136,6455.21129396697,188.9198266548798,1879.4090547060769,144.9997334755407,2559.6464367305452,184.6743177747605,4575.554286248192,244.69697947111933,3064.279258831743,247.8985540174159,3903.6735544833355,291.0573745833473,5502.971530516668,3355.4449680500893,1097.305778838759,30054.604590978855,12401.968113913095,760.4050746620987,5587.352402579177 -5510,708.4022898222208,4146.757193566149,190.51450598104813,1661.4289515186617,331.63271686636944,2957.2618898184496,381.83911348605,3484.941862076402,71.28119336826003,1274.529452837975,598.864302982894,7072.912604856071,334.9992042378799,4125.964658459697,378.1028863558855,4663.00785559805,272.7445297977664,5294.527626069256,88.83408054891116,1436.7127467088224,178.31900512302354,2762.5043246653945,402.22436625481976,6340.356598878014,186.6882205528976,1845.9695677403395,141.43259009753965,2514.103789458723,178.3545959419309,4494.143489842324,236.20414138038254,3009.7579048569382,243.53530756616783,3834.2172322331194,285.93449251655164,5405.0596127748895,3190.3610325316527,1052.1231368203016,29295.979283163462,12188.859410895264,722.0560407780091,5492.028835035886 -5511,724.1520995054801,4040.18848714916,196.2697844046905,1618.7314107892967,341.655932204594,2881.262365509869,392.4003597225691,3395.3813383119254,73.46390024100806,1241.7749536620809,617.2099617991261,6891.1437884736215,345.2615976950384,4019.9303053858125,389.63834296690095,4543.171874857642,280.95061614287465,5158.462037017011,91.11252950695416,1399.7902523927548,183.24930514295542,2691.5099310684664,413.31552880980706,6177.4139500985775,191.6456446659892,1798.5294646100094,145.834629236992,2449.4931126975275,183.81437374312156,4378.647203031051,243.43735475851008,2932.409270351267,249.7815901228416,3735.6805802210893,293.2682448615674,5266.1534303888475,3291.326746565951,1084.0842175348841,30150.476489688313,12525.735085810013,744.764548679608,5638.7125914253 -5512,758.0805775568173,4011.531907669768,204.86988433717465,1607.2499401904327,356.0769188086415,2860.8259120521057,409.5812150834705,3371.298299737446,75.98668304282776,1232.9671906657943,638.2507489985815,6842.265719961116,357.0316212767536,3991.4174147956037,402.94443595483807,4510.947693650625,291.0417667034598,5121.873675403341,94.8962490746209,1389.861705556447,190.78181929544553,2672.4193692037,430.3114477208715,6133.598282982755,200.3931149256716,1785.7727076635056,151.57473342801404,2432.119147524489,190.15900484414078,4347.589975878162,251.78940026796465,2911.6100379418845,260.154515727092,3709.1838393395105,305.4470835203415,5228.801226448705,3386.1248838990577,1120.8557892837214,31354.068603867374,13067.547669429317,765.6039040245151,5888.307992296143 -5513,824.5535489319715,3971.1137783859344,221.44819364677755,1591.0561176385424,386.5511657568902,2832.0017036865215,442.4201673759858,3337.3308345223163,82.20101588175406,1220.544448316475,690.4631232083005,6773.326574809364,386.2387450350149,3951.201948781608,435.86085569625556,4465.4977081411025,314.6796036617224,5070.268314371034,102.33748708324362,1375.8581748866734,205.81483941585395,2645.4934481213877,464.2125699353488,6071.799305912995,215.94684176772384,1767.7801816581941,163.9980839978683,2407.6143677044943,205.70741315469604,4303.785898592331,272.38195719084126,2882.2741548811905,280.5543912692857,3671.812013461896,329.3985512514554,5176.118518487188,3667.870587011273,1213.8482649112211,33900.63515602802,14111.658060015316,829.1319907047323,6358.731851891596 -5514,879.1034531978977,3930.8256074263427,231.85331043325627,1574.9143638508228,407.58943502645315,2803.2701751624627,465.800389303001,3303.4725865059117,84.29585671560969,1208.1616493986505,707.5556384566978,6704.609092954191,395.8001414617452,3911.115789459049,446.6956136357778,4420.193860121321,323.7196064015976,5018.828882498748,107.47603781788368,1361.8996704319065,214.78843459217651,2618.6541032276446,484.5660216379742,6010.199034019405,228.07714316141124,1749.8455078734075,169.7421635297881,2383.188379262966,211.05522487183035,4260.122666629623,279.2983386469413,2853.0325968738894,294.6415358186786,3634.560350984987,345.93824961385235,5123.605203730269,3704.3372572309854,1245.1093201550207,35334.4538392347,14844.273931321368,835.1899519783443,6713.663563624673 -5515,902.2960559757482,3814.899649538017,234.07375108980395,1528.467771085028,404.32410362331854,2720.597522460311,468.5988173082418,3206.0482125461476,83.72770348002517,1172.5311456627755,702.4112458862942,6506.880089179745,392.9224153912672,3795.7711037399463,443.4456759386387,4289.835696605093,322.26092190321,4870.8160720138285,108.3322645238527,1321.7352012821334,215.75982466958877,2541.4260560913544,486.8196582771805,5832.949227057257,230.9794351431854,1698.2399326289683,169.81800089329596,2312.90457039278,209.71138061756005,4134.485243306192,277.3971526582064,2768.8923755284377,296.98884929224715,3527.3717009988763,348.6942273550253,4972.5023819816015,3619.854260230705,1229.2178745805547,35418.03059812628,15000.014079879862,815.7901832345314,6800.818407973351 -5516,872.2307965737592,3736.1427808865537,217.68487710729133,1496.9132489366102,375.4446473056826,2664.432023649392,436.90497058926877,3139.8608049700833,75.6833159969301,1148.3247733038338,634.2893935320565,6372.548508380126,354.8156753230887,3717.4091352188425,400.4353731296019,4201.273989212659,292.44385136004234,4770.260288939565,100.7331965279151,1294.4485790371684,199.12507884364507,2488.9594707353717,449.41311278314254,5712.530642473614,216.30269384296432,1663.1805413999155,155.5368431148623,2265.1557072016203,189.69590421926634,4049.130675385143,250.71371232817137,2711.7298514353224,276.15628874598315,3454.550716107675,324.2347447151297,4869.847331274242,3189.595419443201,1107.9641343395008,32680.674948479653,14013.421215331105,716.813173520351,6389.871097898668 -5517,730.7960651381285,3450.876556728741,177.63845774605082,1382.619225538869,306.3347516865157,2460.99427849682,357.5288408586788,2900.12258061818,61.085539761185935,1060.646573781296,511.7494225336507,5885.984434718912,286.26793826925507,3433.5732836880284,323.0964578883869,3880.4935378641867,236.4686001499646,4406.035948307475,82.16483038988164,1195.6133684564968,162.232515787449,2298.919605575287,366.1647785288059,5276.36100380216,177.2568156128562,1536.1914885283018,126.19487750717474,2092.203961612927,153.14898277650587,3739.966843425112,202.3462322713251,2504.6807687256355,225.2518078250893,3190.784929642774,264.46785890133594,4498.019207487186,2547.210652865582,893.7886641911819,26605.837928414017,11466.591128074067,571.9036688562556,5243.493562203946 -5518,565.3118420265424,3158.267491853673,142.4267321336587,1265.3832386779745,253.3302410311155,2252.319982950162,282.9382652194675,2654.21342032582,53.40621274851687,970.7115103227263,448.8705806880172,5386.896051521295,251.09409024263724,3142.4314096731637,283.26864162089504,3551.456098621634,204.02474275372498,4032.436360653049,64.25615588093962,1094.2341090291984,131.0728724008549,2103.9880555901964,295.47902391468114,4828.964223915784,135.83516317905716,1405.9336982138861,106.26119188400531,1914.8003846748388,133.5910436939785,3422.8450389419727,176.98096679643447,2292.3021786777435,176.15584681904,2920.2297303674663,206.82435400189556,4116.620112950876,2425.5949974021055,796.3894182134743,21804.801784049167,8970.747054991847,548.59376861682,4037.818640051501 -5519,504.61220003592683,2943.375597520394,138.81331258718276,1179.2852112251155,268.49853560175336,2099.0697250067524,279.68510192018806,2473.617903533839,59.08315571464965,904.6632620845958,488.2876799646339,5020.365888995876,273.14365443482666,2928.6170192901877,309.4818294681037,3309.811231414281,223.482569135738,3758.0650825538237,58.063511419467886,1019.7812512076587,118.32429178799609,1960.8304604572386,266.74935093554234,4500.396339016383,128.03790069400105,1310.2724673347848,115.53713902018077,1784.515320792754,149.52967087272384,3189.9510056389868,194.88138813618326,2136.331489421387,159.1789437627621,2721.534179637307,186.89179387986638,3836.5208824061956,2949.238771487331,889.2178555793283,21909.763610545193,8373.359242534585,643.1893379963786,3677.7637092936843 -5520,505.9579427398691,2822.5760764100382,140.61239338358448,1130.8859892948494,274.7085198055071,2012.9214883455272,285.3091500974884,2372.0977786783433,61.99752559415032,867.5348409214879,512.7962536911335,4814.324296580566,286.85352602758593,2808.4232072113195,325.0526308020173,3173.97277027553,233.58448071635044,3603.8297676125385,59.73408954184382,977.9282553185225,121.95711232467269,1880.3557222684126,274.92032636936784,4315.694895198623,129.7666544545469,1256.4973777025043,119.16916529998024,1711.2767588003733,156.81683207126073,3059.0317460747924,204.52156523534345,2048.653987075956,163.75877117057922,2609.8392855630977,192.26896337021546,3679.0656511693205,3144.2532365716092,935.1658366175672,22595.671542179778,8533.139737336198,687.2304595389131,3733.946040812659 -5521,508.62713029377295,2760.129412368143,143.02090427833127,1105.866271302695,291.25885299807413,1968.3876198075006,294.56718225205833,2319.617495047493,65.66931026657139,848.3415028894565,543.7102025153483,4707.812201317691,304.14650576336146,2746.289661202086,344.7125460584023,3103.751806908049,246.4285811038391,3524.098649417662,61.728056791590646,956.2925737412085,126.49538843651789,1838.7547383129702,285.11224424337746,4220.214475209179,131.7846909687155,1228.6986337569713,123.8378082237115,1673.4164772892275,165.9903409574242,2991.3537375572737,216.669442712744,2003.3295728508724,169.22515776954438,2552.0992095981014,198.6870408707426,3597.6700145284644,3412.6833909272523,1001.4925907591871,23518.660408199725,8722.75191292002,746.5774163377861,3793.677052961488 -5522,584.6650988214333,2770.3314181596443,164.17522609929875,1109.953780407848,350.0526362071814,1975.6631851513607,345.0361149792141,2328.191278223202,77.53143655069974,851.477147503389,642.3103668520732,4725.213243141282,359.30253430939837,2756.44051242782,407.312980781301,3115.2239117186305,290.23193263507153,3537.124442581589,72.0821927609693,959.8272277077797,147.80935518391016,1845.5511538742694,333.1446576780247,4235.813255586842,152.1341904380888,1233.2401565281236,144.17067310487846,1679.6017686441896,195.89269927125162,3002.4103959944605,255.8324122034413,2010.7342908372561,197.61063406764362,2561.5322929890954,232.01439221560832,3610.9677425841346,4095.4498107915865,1195.408899813686,27552.85490733775,10102.129147752805,895.8900712747339,4386.955043942258 -5523,860.4579668303969,2836.871876568674,223.98558034508883,1136.6137074032388,464.6648946544582,2023.1165451140278,465.38622633994856,2384.111993665902,99.54110106619183,871.9287365617575,823.4626434600684,4838.707915012675,460.637458109811,2822.647325833565,522.0795355012555,3190.0483265066027,374.9427116338968,3622.0824661293695,96.40785858695921,982.8812721829247,195.9057828606373,1889.8793591536535,441.69445926269964,4337.553052462492,208.12024065781156,1262.861293120625,190.2757136470365,1719.9440435422762,251.7515355447937,3074.5251483204565,328.38151033093857,2059.0300220173,264.29853663925275,2623.0576151537107,310.31257316263793,3697.699404838243,5099.035378929067,1524.5637849807224,36492.05281985045,13733.753686111899,1112.583534145239,6036.51708715246 -5524,1214.521122903123,3061.9007912281854,314.1330628191845,1226.7732070537627,624.327872595357,2183.596023985441,643.1336993937551,2573.2266797370526,130.17811796471082,941.0926557607646,1074.9087142909934,5222.528276962436,601.2940863602138,3046.5479078250137,681.3740749594385,3443.092222691808,494.1443203532137,3909.396564764732,132.79253213199675,1060.8462686797022,267.08586151400834,2039.7900775545675,602.4067133051262,4681.620355514011,294.5843513910075,1363.0351178547087,256.96163781943727,1856.3749992686053,329.6555840029125,3318.4054105678856,429.3222418797315,2222.3582621584565,364.04575761270087,2831.1261617464306,427.4256574788827,3991.0116586205045,6400.960698610037,1969.577779498046,49462.802232627124,19178.678791930914,1391.741023497221,8504.56775038289 -5525,1315.1641547406794,3484.14678908483,342.67531693870103,1395.9491902992656,669.244753283138,2484.7209607256996,701.741079586654,2928.082940988118,137.48457500303059,1070.8723692791345,1134.0624920433988,5942.7317760300875,634.3841676624653,3466.6766935266724,718.9396834640468,3917.905748802102,524.0943589509591,4448.514964105256,145.74913444296735,1207.1403917859843,289.74244725374035,2321.0837103145077,653.7923321160006,5327.230907058714,326.2515569351312,1551.0020582275065,275.03793043801585,2112.375100972712,348.4046735321465,3776.024223003701,453.3425467205559,2528.828636603101,399.56579799942403,3221.547593639122,469.1296913770707,4541.385042722135,6599.928593414522,2066.5084759053143,53337.27946601783,21042.206483616385,1432.1862569140612,9381.796894793373 -5526,1198.2685044550526,3848.2348610562267,309.90046831701517,1541.8237702275103,597.3546915797388,2744.370544609954,639.1923288389374,3234.063181515448,126.00317551784153,1182.7769128763614,1039.5403713526055,6563.738262139209,581.5093593685451,3828.9391669243087,659.1971163530311,4327.3209762878805,479.86289939357476,4913.378052391618,134.82079300903666,1333.2847377191242,266.0511931297354,2563.63344892486,600.5000636871437,5883.918482901897,299.27208220579877,1713.0794284384353,249.75884674195055,2333.1151054417987,319.2707001249597,4170.613045546343,415.4955956365121,2793.0874059325993,369.60615890758874,3558.1944466955774,433.9541175134103,5015.95291381885,6035.664250650661,1884.0856770754326,48704.96970433324,19273.88982652975,1312.6502684330192,8617.216343151547 -5527,1094.8285551732852,4084.570458779035,291.21307638806144,1636.5133761056554,549.3081534697593,2912.9133899536614,594.911439473987,3432.6800234373563,117.05541911321383,1255.4160055435511,965.4487807423802,6966.843857688273,540.0632024152675,4064.0897383764254,612.1674829640459,4593.079181385773,446.33647117405656,5215.128382289983,125.86787707374499,1415.167121929183,248.37004691901964,2721.076501485209,560.593389182311,6245.273608515833,280.65133649697134,1818.286533847673,233.39059544505577,2476.401098347481,296.6555030096692,4426.747185633417,385.972803244975,2964.622149888416,345.06207489790705,3776.7174947256985,405.1369399315308,5324.002778974811,5565.130399719342,1740.3952742719086,45363.05714111786,18019.66544660003,1210.0205216913805,8041.4180371794055 -5528,1053.560116773967,4187.8901125427565,267.6962799214309,1677.9091598497014,514.6341552934908,2986.595850797704,551.8719392491621,3519.5100377760505,106.6093698735275,1287.1718898724423,879.0081437876627,7143.070930391879,491.70910207999844,4166.891330091227,557.3865479798598,4709.261618564734,407.031729508989,5347.045621625015,116.08874367603909,1450.9639281126247,228.16407012924952,2789.9064273820163,515.0640753542416,6403.248483329094,259.42492451984043,1864.2802893762614,213.4388673932348,2539.0419333247387,270.24136357784477,4538.722236898878,351.5101669364125,3039.6125894359543,318.2529466328869,3872.2499742988603,373.66037679217175,5458.674008009062,5041.696604556431,1591.8777440816,41739.76797267834,16658.532661345616,1094.7231909329153,7471.109462583261 -5529,974.1166283346801,4314.213013708944,251.2879408298523,1728.5213648669055,472.1879628252124,3076.683088606004,513.9565916978145,3625.6720207096114,98.82878975736567,1325.9979533694923,814.5726674288132,7358.533470934783,455.6644869687186,4292.5808270732205,516.5051897593966,4851.311093126157,377.88340338376787,5508.333119013891,108.67132826541854,1494.7305905514793,213.01142057625577,2874.0607543624606,480.90712115569875,6596.395128433161,243.60038599466802,1920.51416572264,199.074057438141,2615.6292206175867,250.57798304860498,4675.62758664418,325.83787057361246,3131.2990163478785,297.9183798516512,3989.0519527770234,349.7855879936038,5623.328647620294,4625.4145022803095,1466.0894643382653,38862.50677733123,15600.385123178945,1004.2857451782739,6997.6132484149075 -5530,935.1645305090299,4419.092217788753,236.39897029652386,1770.541993984227,451.9096870511869,3151.4777435090996,484.9074491454898,3713.8126838104226,91.72876490600363,1358.233174374792,755.800615058105,7537.420589205002,422.7879393475847,4396.934149257618,479.2151134547788,4969.2472368849,351.3208469895358,5642.24157265141,101.51439862109343,1531.0677287856456,199.0034217675587,2943.9296281145726,449.2800725339656,6756.754542460155,228.804344115255,1967.2021703447913,185.9941702487564,2679.215582708323,232.62879717234566,4789.292836436578,302.4128583131856,3207.4213931352315,278.2979250510808,4086.026439783308,326.74923715638164,5760.032660836038,4277.990938221122,1367.5699264505206,36404.412798441925,14648.336833384426,926.9770248172397,6585.488370504319 -5531,895.1571672673015,4376.529713123449,228.16348790829483,1753.4890115694861,418.96466472625804,3121.1242728074117,463.1464243818838,3678.0430818445593,87.56678836825243,1345.15134603272,721.262264068715,7464.823892150121,403.46750224772177,4354.585060119473,457.31503739642403,4921.385911916037,335.856339573449,5587.898300000967,97.76073147547493,1516.3212437299562,191.4362621877304,2915.575157930275,432.21395149025346,6691.676833608974,221.36842714104802,1948.2550546417401,178.45439463046046,2653.410706928781,222.12528608652207,4743.164743007394,288.6757059367387,3176.529100944682,268.0073870372844,4046.6718595132324,314.6671296619777,5704.554882840763,4025.730810581303,1290.2148730678427,34832.09667850867,14121.53515320828,873.3051810702174,6352.0593638576065 -5532,826.939478211279,4297.447936055085,218.28759227966918,1721.8043124598346,393.4863006557462,3064.7270654024915,440.4804955874161,3611.5826206773286,82.8212236862683,1320.8451112204239,681.895855953637,7329.938131607138,381.44629422686,4275.89981232669,432.3278549717972,4832.458846623527,318.03579569863535,5486.92767793109,93.44133263373759,1488.9220515798136,182.48892277314457,2862.892123704751,412.0550967001149,6570.761466809982,212.35534054429692,1913.051027249559,169.8020359064398,2605.464857648485,210.14586670767312,4657.458048116172,273.01330554592334,3119.130755068309,256.16591674881477,3973.5504544641026,300.7640745714404,5601.476332690327,3767.655935775486,1212.664577392121,33106.843962211795,13492.041697253419,816.7922453840074,6060.995921830728 -5533,801.8664719441718,4199.781620671438,211.5756851373027,1682.6735805668982,376.4701053223285,2995.0762855470493,425.60302577237405,3529.503681615425,80.69912752208435,1290.8268126569697,664.5319209776997,7163.353670327702,371.7330680913167,4178.723212206451,421.3211345402985,4722.633560356982,309.67612150478817,5362.228550203669,90.63081735069075,1455.0839381610972,177.18540213123768,2797.8283627881324,400.0639500088687,6421.430498459201,205.64263045414674,1869.5739106555932,165.04072152603496,2546.2515393501612,204.7387494474959,4551.609932354942,266.02497399025447,3048.243565140657,248.46099427258824,3883.245222695601,291.7177349661631,5474.173905235031,3673.975662626339,1177.658151573621,32108.361648658443,13075.728805007486,797.5166593219831,5871.619711790371 -5534,767.224986025537,4136.230285660896,210.99546453759118,1657.2112679776783,363.4458766868941,2949.7546203756824,419.38991334192195,3476.0950306067034,79.41666194143751,1271.2939477079967,653.7628800619623,7054.957394040076,365.70896527001327,4115.490534233826,414.490955271892,4651.1703999752535,305.3295297284715,5281.087001957499,90.01105461548995,1433.0655250209038,175.5953557566915,2755.4914644336127,396.50631615400755,6324.261045922463,204.85057426227942,1841.283411611967,163.40973936689988,2507.7215158361096,201.5287033094761,4482.734711266147,261.78385354771666,3002.1173696621854,246.7619379261664,3824.4837345122796,289.7228750872145,5391.338393491937,3578.2062316838,1149.1617926567378,31680.076849155852,12968.930955328608,776.8222949969963,5812.517209992857 -5535,781.8233984732914,4032.9756110592957,215.0025591112634,1615.8415186157183,370.61798634039695,2876.118499452403,426.5558717045635,3389.319624867372,80.11911021951543,1239.558035094853,659.335575753952,6878.841152984758,368.8262801825532,4012.753595864743,417.96907085136326,4535.061031541164,308.29106616435945,5149.252727202477,91.22316601279022,1397.2912319449656,177.9139858746248,2686.7048266310903,401.74589984785143,6166.385523697289,208.4318948766115,1795.3185821936409,165.74816523431025,2445.1200765480853,203.3552214210604,4370.830082662248,264.08578894856834,2927.1740926413436,250.08489596346433,3729.0113366394708,293.6243558603481,5256.751861059985,3587.044819154871,1158.4612448903117,32137.81513079389,13191.13139997508,777.8601397534434,5916.689974788017 -5536,817.5227091368786,4009.1925948019325,224.05193808827187,1606.3126771813247,385.556704279857,2859.157629953712,444.4984293607346,3369.332337188623,82.59243052273834,1232.2481895257986,679.485858575884,6838.275673113115,380.09816377436636,3989.0898316342978,430.7667242006416,4508.317147956669,318.36192089470967,5118.88687004517,94.84175556070385,1389.0512118480203,184.84054759908497,2670.860955818859,417.39796964918685,6130.021493437075,217.65152939679413,1784.7313396349778,171.84498620065665,2430.7008644972407,209.6755977370298,4345.054691750121,272.22508820466305,2909.9121412319387,260.0051237978894,3707.0208398459895,305.27168264771433,5225.752066608047,3673.1164526446037,1193.5293762551123,33343.15271037914,13738.782686434568,795.8148324890805,6170.315497046253 -5537,887.1155266326551,3984.4348659001644,241.69993349994888,1596.3933099140374,417.5161193824108,2841.5016436632072,479.13421992405523,3348.5258993307284,88.99536335851846,1224.638760471298,732.1327831075131,6796.0476755132995,409.54837100131346,3964.4562421319,464.0904674677162,4480.477204847671,342.95056157385966,5087.276511996592,102.05231769055058,1380.473486403203,198.8815411157891,2654.367746796121,449.10568927414215,6092.167135805741,234.16243951437235,1773.7101941987466,185.37191896104312,2415.6907018219576,225.93683590158955,4318.222933589842,293.32725952326194,2891.9427336225385,279.7726100505369,3684.129094234889,328.4806629243955,5193.48179025847,3957.070406211252,1286.9470011218468,35950.126301418466,14807.01327404688,857.0523151674829,6651.821926370368 -5538,939.1656447824793,3932.9699765046657,251.6550442492499,1575.773521188271,435.3286137109494,2804.799433003474,500.9882578049043,3305.2747179594694,90.2081110943727,1208.8207334540948,741.4232967175567,6708.266634106363,414.7453991942172,3913.249406311655,470.02258790428016,4422.605192492804,349.0024333156515,5021.566786069106,106.54148631084617,1362.6426226339925,206.0876248747196,2620.082648130572,465.5110821734106,6013.477756163366,246.21723799556014,1750.8000947652395,190.2260862610105,2384.4884714010286,229.15948953814294,4262.4466759417965,297.2800896352973,2854.5890014288575,292.0794978339719,3636.543099549367,342.93016409932704,5126.400265548239,3926.797440733105,1302.0560707543123,37153.73925310469,15485.146998910746,848.1657829097159,6988.219786703732 -5539,965.1192043421354,3840.567111922071,254.93166404243053,1538.7516298031244,434.1926290729882,2738.9022856218685,505.96273566965044,3227.619191983826,90.19157434359055,1180.4201864869754,740.9615928666182,6550.659772859444,414.4871262901761,3821.3098651685787,469.7253494746482,4318.698630493726,349.56612941441796,4903.587966373671,107.79835787167443,1330.6281189673202,207.9608593624035,2558.525315230315,469.79079234521987,5872.194559471629,250.0349990637842,1709.6660548325056,191.29287998877624,2328.466288003269,229.18573647942384,4162.302946053062,297.2045327958423,2787.5220768111376,295.52516418461244,3551.1046137272438,346.9757165459023,5005.958443626523,3872.4480179183643,1294.626681844047,37416.40439735575,15698.762879511156,836.1657163826072,7101.753048100845 -5540,928.7872758761961,3753.1028023299255,237.03316589123534,1503.708407015341,403.4447127364004,2676.527071110286,471.75338031781934,3154.1140360976315,81.43953760092853,1153.5375325374537,668.356591932269,6401.476353403599,373.87255398130986,3734.2841162740733,423.6883075615767,4220.345449037763,316.91242142286245,4791.9146318101775,100.228120219362,1300.3246595151752,191.9064203129086,2500.257969874995,433.64950368152415,5738.46237149851,234.11171870034084,1670.7304610096924,175.12612828802025,2275.4382610599073,207.09330221733836,4067.5114887290197,268.3188440666555,2724.0396048698694,274.77164094653705,3470.2324653497367,322.60903150826243,4891.953744226897,3404.618666534446,1165.1165603756958,34497.4627689593,14657.195589414503,733.0606866111397,6672.63818863592 -5541,773.0799576614089,3472.1253163287583,193.08013963594573,1391.1326982924952,327.03883180936873,2476.1478416397354,384.90722770051076,2917.9800746528417,65.46147418973142,1067.1775011258037,536.9714762570292,5922.227362046729,300.37692403529803,3454.715498448469,340.4222820839484,3904.3876624322534,255.2843586060086,4433.166098318802,81.59565919609513,1202.9753533386747,155.9924159798716,2313.075194520764,352.5158156860828,5308.850177114977,191.58098119137904,1545.650581921742,141.67876761713907,2105.0866997473386,166.51631172725502,3762.9956753933325,215.65932974519396,2520.1033312701184,223.69144629626945,3210.4321760135945,262.63584042999287,4525.715744075778,2699.182948038618,934.0328575411227,27990.008758460295,11967.073079489177,580.6274265783268,5465.866528141041 -5542,596.0848200270376,3168.144589228273,157.10812365640894,1269.340570821894,270.72816151656247,2259.3638397000213,307.7217329963267,2662.5141499103624,59.040687145631225,973.7472924833041,486.1659922156991,5403.742913601523,271.95680174717415,3152.258981627218,308.0861370979035,3562.5628455321416,226.74954356738343,4045.047314821365,64.82368203911169,1097.656193090592,128.3933854191306,2110.5680222819547,289.7545418243951,4844.066222078099,148.58218405012437,1410.3305848219104,122.04498652700559,1920.7886899406649,149.79317222974606,3433.549570408987,194.62684356318312,2299.47107488087,177.71169854428166,2929.362393600533,208.65107751863695,4129.494341563472,2682.1986589521125,856.7117522013586,23376.856879090417,9493.100319543431,582.4271383478049,4248.4968387753715 -5543,546.6386043561682,2956.2418182934807,164.49118082127694,1184.440157775206,280.1357838417134,2108.245276547912,282.86950213753727,2484.430697552359,68.56106183900421,908.6177683545693,568.5230987737261,5042.311146659869,318.026612592222,2941.4187266773624,356.28603229091635,3324.279232731032,237.3258931837367,3774.4925120237494,57.24343090244868,1024.2389666040035,116.59434513968372,1969.401734073861,262.85421466765547,4520.0686815176105,140.6285031341144,1315.9999914916843,133.86765313672717,1792.3158774426147,173.11733703755294,3203.895068343202,210.22452657511238,2145.669921326084,156.93072371357354,2733.4306768516662,184.2521616012671,3853.2912615298046,3287.532417106948,983.6886583520486,23879.728194856994,8972.583889817937,684.4950843705906,3847.970577187147 -5544,552.0913930098997,2834.727507490351,166.6959985536385,1135.754550065791,292.87874375325237,2021.5872872730165,289.162671536662,2382.3098622123443,71.96347567366715,871.2696525063134,597.2431265111836,4835.050373860502,334.09233297297567,2820.5137089809596,374.31165786827023,3187.6369941351204,248.10800647755335,3619.3445625590116,58.87642833001652,982.1383199808389,120.14388730310336,1888.450814250726,270.83799972529596,4334.274330318531,142.54737190362164,1261.9067062287932,138.10693680775498,1718.6439514042133,181.60235185647295,3072.201139008284,220.6393887339226,2057.4736174623313,161.40752505288083,2621.074866589331,189.5083683166094,3694.9043430202732,3506.7290413052847,1039.2532473173603,24666.53514864508,9149.52672557025,732.5421772777464,3909.1413066130726 -5545,554.2915815380758,2774.2302750404174,169.64295516952657,1111.5158862648282,308.82936845458937,1978.4436568137132,298.4118892738468,2331.4678842369644,76.25188184867794,852.675483382484,633.4845442589664,4731.863324804934,354.3654500138265,2760.319819787176,397.0778583782138,3119.6081569045086,261.81525573842663,3542.102454194464,60.82337240055325,961.1780512831006,124.57618900292726,1848.1485109153564,280.7918460806811,4241.774574708793,144.79027782349434,1234.9757708443053,143.55762507997895,1681.9655749634308,192.2879356314081,3006.6358718182537,233.76479756373206,2013.5641202121278,166.7449993656951,2565.1372940876563,195.77509006717128,3616.0496783904928,3805.182091729832,1112.0356075970426,25667.110706204465,9358.598345813529,795.1986705859557,3970.2966115963586 -5546,633.2720863193088,2785.9268393795883,194.8077125420372,1116.2022013103654,364.473379385311,1986.7850673056769,348.94739122607064,2341.2976969810743,90.0443897132758,856.2704890824601,748.5334335479622,4751.813559044929,418.7227445934075,2771.9577355936995,469.2746876849,3132.7608853742836,308.4050419348104,3557.0364809853063,71.01422122081208,965.2305198252325,145.54136064862007,1855.940577839559,328.039260601525,4259.658522437183,167.16563890790917,1240.1826109869417,167.15807587377083,1689.0569900996682,226.97200923970146,3019.31229245845,276.0321339189533,2022.0536037618535,194.68283005484804,2575.9522915552566,228.5768612762427,3631.2954775937746,4564.470039677831,1323.2682183371464,30029.680944478565,10837.120656258083,952.9504199320995,4584.4133000593965 -5547,924.0935390387184,2858.770446699345,265.560589757465,1145.387531553929,472.33815961640397,2038.7335209498513,469.6258067662527,2402.51558958572,115.54861989788222,878.659386875666,959.1283551548697,4876.05919107626,536.5276142499445,2844.436092865822,601.2205076876636,3214.673159786959,398.2755335778807,3650.042286084138,95.02433307527963,990.4683946916277,192.98858369862347,1904.4678416391548,435.12600766248977,4371.035780568544,228.62107202975835,1272.6096560344138,220.52407553710728,1733.2207500334755,291.55724464525656,3098.258227397839,354.2654165850823,2074.924223553409,260.5056532218687,2643.305696012305,305.85935360296685,3726.2429320971946,5681.257780145226,1680.2690078793019,39693.67046376577,14704.2882193754,1182.395553988275,6294.638445964015 -5548,1299.2056973353274,3093.4165357818247,372.10647673449125,1239.4002232946275,625.7151107275092,2206.07149239298,648.1163784363602,2599.712565546786,151.01533344405925,950.7791994349525,1251.129575702141,5276.283077762134,699.870421681597,3077.9056271569075,784.1852430296741,3478.5315208153274,524.6644991582803,3949.635472519996,130.96063606664697,1071.7654206359548,263.25729188270265,2060.785370155629,593.783482614155,4729.807661792577,323.50138741126153,1377.064660129564,297.66407926241766,1875.482424447213,381.55025565430924,3352.561323634854,463.0882607152623,2245.232705216019,359.023683100897,2860.266573208598,421.5292462304941,4032.0906198670664,7128.896102450133,2161.486687219274,53737.05040125764,20515.238355545494,1477.115396775732,8873.929922888838 -5549,1406.8436285556568,3536.716349448976,405.7463621835888,1417.0115736220976,669.8446244910626,2522.210968018773,707.0864041697976,2972.262489737249,159.43417609539557,1087.0299232132793,1319.4679662472256,6032.396998461775,738.0982912297919,3518.9826613103082,827.1259386307222,3977.0199581712163,556.347443422216,4515.635120084035,143.7880739377367,1225.3539871180744,285.6805732901156,2356.1047233791337,644.640676843367,5407.609319248382,358.21726482117236,1574.403912759107,318.5211190213231,2144.247073396547,403.1164111149222,3832.997693223023,488.9540335475784,2566.9841500501702,394.18962400914717,3270.1550005429704,462.81753238479473,4609.906442534604,7349.251809103146,2264.1597138452908,57926.78881135128,22500.012908859477,1519.1715495353396,9798.749968949583 -5550,1294.996822930726,3901.5192111131473,366.98479688788393,1563.1725393294914,618.3181819715259,2782.3703045166976,646.0814379208817,3278.843440749098,146.12868380139736,1199.1541614956543,1209.5728823997742,6654.622664954954,676.6239881945635,3881.9563403254797,758.4230422482907,4387.238963114155,509.439481677849,4981.410842893852,133.00992502625684,1351.7459837852432,262.31729461945287,2599.1306436237955,592.0859883216249,5965.389802472885,328.5970357910402,1736.7994786006464,289.2595769502373,2365.4204419116545,369.4283753359419,4228.361185536389,448.14091793973955,2831.761720897991,364.6417320972589,3607.462769787552,428.1253903574453,5085.406000903975,6727.705194346131,2079.0340755917036,53010.81632559704,20608.425769491896,1396.8035518121944,9008.338343680301 -5551,1187.25615509712,4114.6566176439765,344.8101939676978,1648.5676182628183,574.6908329010317,2934.3693486387656,601.8292336286196,3457.9644829808744,135.73858977146242,1264.663157910134,1123.244020848236,7018.160286968894,628.3324139957359,4094.025040201705,704.2518385189582,4626.910917507112,473.8107852314273,5253.54201295056,124.18498154497746,1425.590970233548,244.90166513717966,2741.1194266185935,552.7775029106626,6291.275090394297,308.1405434761327,1831.6796820553982,270.2833086168061,2494.641791612561,343.2293165465685,4459.353752327755,416.2884437433285,2986.458985334445,340.44847978139694,3804.5360679835308,399.72012381767934,5363.218357460268,6203.889725799842,1922.907327316983,49412.87326985804,19278.736337429258,1287.954367035611,8420.522239311882 -5552,1134.2638230871758,4201.536108473888,316.92685257695905,1683.3765290864303,525.9285516678306,2996.327499368391,557.1821193944696,3530.9781561756304,123.6114765097488,1291.3660644806205,1022.5514913149058,7166.346210839181,572.0059355291638,4180.468902713201,641.1587839498821,4724.606473171378,432.06033376618376,5364.468658246186,114.54861349925378,1455.6918095343324,224.99985087342017,2798.997174926292,507.93280044268135,6424.11309543719,284.8210017989093,1870.354938079943,247.15815253520475,2547.3152535313393,312.635872538488,4553.511398866563,379.10845120668773,3049.5169899605603,314.0307373864161,3884.8674752297825,368.70308632676233,5476.460779223419,5617.965877472878,1751.4560529585078,45384.264676315244,17802.838196682864,1163.74127255657,7806.405214600182 -5553,1052.9068830463661,4315.187726353351,297.4577303402069,1728.9118906997996,488.95515969682197,3077.3782053978184,519.4848574049535,3626.4911708887576,114.57628248774368,1326.297536854939,947.4698284201899,7360.195988662956,530.0059412110768,4293.550652345174,594.0657457999177,4852.407152650662,401.0860672971665,5509.577619905164,107.23953105959103,1495.0682958993518,210.07657417856754,2874.710092572968,474.2922332644362,6597.885455804283,267.4351322356662,1920.9480686002084,230.50423485390667,2616.2201712420256,289.8554192184783,4676.683953892333,351.4099996084298,3132.006472547874,293.99316139113483,3989.953201594643,345.17699402938194,5624.599129517936,5155.5335519211185,1616.4258032901266,42294.12009287005,16676.755864589337,1068.4932537217776,7321.006193307294 -5554,1002.0917117830567,4392.774944874047,279.7922618924107,1759.9977838690672,454.3039626549609,3132.709567654635,488.85063460293696,3691.695602487588,106.33271045493419,1350.1444105811918,878.9992006665703,7492.532556789535,491.7040993799971,4370.7488355571695,551.1164825596337,4939.653594283979,372.85877171243794,5608.640008348126,100.18426173000559,1521.949673473934,196.27833492499,2926.3974754355886,443.1378513326668,6716.515655252549,251.18081597309958,1955.486778620906,215.34176313233644,2663.2598967410468,269.06402751772333,4760.770886580545,326.13721166437995,3188.3200528609054,274.6514045391943,4061.692692567167,322.4678620964874,5725.72960852076,4764.682184827349,1498.7727751336488,39535.32817879809,15648.177608076709,983.9319644948739,6878.341450547425 -5555,968.0128035120268,4335.396794146842,270.01025514588616,1737.0088032384465,434.76055390622355,3091.7903118281574,468.20934443558014,3643.474906144911,101.49619007602763,1332.5089089982528,838.7236504984634,7394.6655666143115,469.17432562431543,4313.658388487943,525.8705253648569,4875.132148949353,356.41965365596684,5535.380304445208,96.48794010513329,1502.070062326154,188.8321165923991,2888.1730552136532,426.34404303541726,6628.784949157894,243.00681466484923,1929.9443330058182,206.59548003329206,2628.4725630627654,256.88740103819003,4698.58599595084,311.31324955405347,3146.6744163656654,264.5180771245978,4008.6391174474916,310.5703353651346,5650.94048760659,4487.741391420266,1422.8574829394317,37910.58688321439,15090.577626740955,929.5485486041968,6646.221693350151 -5556,897.114257556225,4293.289162525829,258.2865055176724,1720.138069074513,412.42471813073644,3061.7612340570886,445.6229660228821,3608.0875802661167,95.98221969315617,1319.5668884783393,792.8245010019455,7322.844723350331,443.4987619282635,4271.7618915844605,497.07166067418257,4827.782326458166,337.4810037414104,5481.617807998177,92.23400702589399,1487.4811755744793,180.02475091959684,2860.121614286525,406.5002029276243,6564.402737335692,233.1013172949597,1911.1997084923282,196.55972201173688,2602.9434685723113,243.0014718239748,4652.950881646133,294.4122761446506,3116.112275586654,252.8560787742233,3969.7051265641317,296.87799804711676,5596.055610474777,4200.190999211873,1338.4227367523827,36058.15305718712,14426.728636896618,869.4186130409445,6353.591619112682 -5557,874.0237772739399,4197.897174544746,250.35984597996432,1681.9185632831948,401.2763142614058,2993.732391884182,431.2059671906827,3527.9199898564943,93.5281471892556,1290.2476174018238,772.683071804829,7160.139466519644,432.2318309730544,4176.848215008262,484.4428710822332,4720.5145100528425,328.62210756263363,5359.8225130011315,89.45609805273808,1454.4310405728552,174.78543142801666,2796.5729744614023,394.65397584861586,6418.54919630504,225.73740886262294,1868.7350310107186,191.05543172466852,2545.109033790516,236.76128077496097,4549.567620520198,286.88020782866266,3046.8758152673613,245.24054527640251,3881.502806760714,287.9366099268314,5471.717638042045,4097.912497389235,1304.6435291141568,35011.15580581343,13983.877669999727,850.3060432186655,6157.972263173604 -5558,842.0394204219782,4135.32055217861,249.63930601465597,1656.8467765268697,396.0686301408158,2949.1058435046307,425.648477997141,3475.3304890269196,92.03169165459744,1271.0143359382978,760.0703408441638,7053.405707960193,425.176384832679,4114.585362307592,476.5386289995683,4650.147409195621,323.98034082552056,5279.925465646236,88.85163204399058,1432.7503327805346,173.2313502304079,2754.8854143173903,391.17702661811126,6322.870071139427,224.85898376546064,1840.8784348446613,189.15314311033296,2507.1699609009042,233.02541430045665,4481.748766679557,282.29886070532336,3001.457075988886,243.58342433313388,3823.642567395013,285.9909863509836,5390.152608196593,3992.559801292794,1277.2527110798208,34595.36895342117,13880.380392711446,829.1252040420035,6110.395027008681 -5559,855.3827336415807,4010.8820971391133,254.35132633443362,1606.9895887933685,399.6013423019595,2860.3624993591975,432.51650221361626,3370.7521978522886,92.83553337045225,1232.7674676963934,766.4574413810162,6841.157371225346,428.74927035378187,3990.770862523786,480.49062842633504,4510.216984938335,327.0993235161268,5121.044005459897,90.05354644263832,1389.6365679299217,175.53076916043116,2671.9864756636757,396.3731714831085,6132.604728189519,228.7826774816019,1785.483438143157,191.8457481472399,2431.725179167701,235.11347689476838,4346.885728768998,284.7733908661585,2911.1383989502574,246.87842768020755,3708.583004851736,289.8596455581496,5227.954235778346,4001.235013841941,1284.5916627816932,35070.927523374536,14116.097589808784,829.4612821950913,6218.136640365633 -5560,892.7471027782625,3970.1390594383793,265.02666439201204,1590.6655892802448,413.1015138523083,2831.306582399613,450.45469344473787,3336.5116790459924,95.69152673228024,1220.2448628937195,789.7924208465589,6771.66404633023,441.80264406954217,3950.2321172381107,495.1507165565212,4464.401641528738,337.75953737737575,5069.023805431979,93.63273168155938,1375.5204673549704,182.37968190302755,2644.8441057118216,411.84997157545104,6070.308968904411,238.89317151523753,1767.3462759747172,198.8887903474282,2407.02341325857,242.39769924093807,4302.729524512995,293.5427242625639,2881.566694106306,256.6906300760775,3670.9107588161937,301.38013981654575,5174.8480283737545,4096.5340420219845,1321.4934899913271,36368.52874529051,14698.85740396319,848.1461161861677,6483.397314948613 -5561,966.910063510679,3958.8323826782307,285.8982764743146,1586.1354855780266,444.5539556357515,2823.243220422413,485.3087786567076,3327.0095284924123,103.10851132697724,1216.7696913628456,850.9729014202234,6752.378823481889,476.02644436116543,3938.9821340489866,533.4522046865435,4451.687339703909,363.8426597277654,5054.587582216759,100.75126522386824,1371.6030818255197,196.23343321001272,2637.3117757514456,443.13554931617085,6053.021155979455,257.0156482819407,1762.312998105472,214.54249384793692,2400.1683799007023,261.19327662911513,4290.4756535045335,316.29627355063695,2873.3601948665346,276.2058233997903,3660.4562632068746,324.2929032886847,5160.110425215847,4412.608297516684,1423.3274788918434,39197.1003164289,15839.929571617922,913.0236416456181,6986.483867589312 -5562,1018.5475034500153,3928.421315396388,297.5834360174619,1573.95106645963,455.5705884930732,2801.5555531433074,506.6880596999421,3301.4520153577273,104.48026888080626,1207.4226765429078,861.4712153208568,6700.508214457902,481.89910497064596,3908.7235529520262,540.0992234884318,4417.490245682496,370.1931611376451,5015.7591125605695,105.20826991978896,1361.0666636159767,203.39247192275567,2617.052401748519,459.4333596220731,6006.522891885642,270.21696574872107,1748.7752137346179,220.11460893230293,2381.730700546485,264.8406334758375,4257.5169598400225,320.53312633033,2851.287537637248,288.42453498815735,3632.337269791114,338.6388769059869,5120.4713472873145,4376.616759323434,1433.7693186114407,40453.39007307251,16554.142183549375,902.1017962456423,7335.971321849022 -5563,1048.3153720110208,3838.487722005869,301.4152283609798,1537.9185068477618,457.2971034363366,2737.41936770162,512.0010749898775,3225.8716691296313,104.44530343188937,1179.7810741472786,860.7921032819984,6547.11306335556,481.5192159181965,3819.2409016616916,539.6781715251307,4316.360366867116,370.7560012670216,4900.933027383324,106.46016955264906,1329.9076798727378,205.26284709644517,2557.140058421672,463.7060244246795,5869.015189915753,274.39378766837655,1708.740394050936,221.32748909230358,2327.2055915544397,264.8338807825142,4160.049359402452,320.4395513285613,2786.0128347828654,291.8565709843276,3549.181946863217,342.6684259708463,5003.248078410851,4317.309981942131,1427.522631561982,40753.11182468945,16777.643559683256,890.1717163864039,7455.269882837586 -5564,1003.6805309967025,3743.4856216038083,280.16405125348984,1499.8552123997629,417.19263061309056,2669.668574043477,476.6905950422846,3146.0317409105387,94.27597146499662,1150.5816372398654,776.1370978081299,6385.072817916527,434.1639814731918,3724.7151577028926,486.6134573992843,4209.530977106739,336.0506204979358,4779.6355359619,99.00739277001294,1296.992627883795,189.46297887112246,2493.8511555603764,428.13738522887036,5723.757783688535,256.8914543441164,1666.4492788427171,202.57621233962664,2269.607538551014,239.22508918953127,4057.088647908251,289.26947901069997,2717.059358773527,271.4250623249685,3461.3401289180806,318.6798178374071,4879.418302023494,3794.3755231210534,1279.5507939194808,37519.52731177196,15647.876490503168,779.5597878491534,6995.354611260315 -5565,834.4744872806215,3455.7501262539204,228.18135522772405,1384.5718572287433,336.8586902064485,2464.4698669509867,388.8293471719327,2904.218336811088,75.76700338308136,1062.1444931458375,623.452025563004,5894.297034110737,348.7533509741796,3438.422416319337,390.9161101850056,3885.9738425745695,270.6744434370899,4412.258460811623,80.61010171491687,1197.3018973796902,154.02380397815148,2302.1663008268806,348.0745124095846,5283.812650295232,210.211969626709,1538.3610057220517,163.86954863948472,2095.1587185566063,192.32314832718498,3745.248686497058,232.4887112138856,2508.218054300503,220.9895773421496,3195.2911795589544,259.4635795534766,4504.371625191185,3008.333072176087,1025.1019909972135,30430.221014620456,12768.531337487353,617.5798421161288,5726.139466119755 -5566,649.7969247376542,3137.1486905778975,185.88966252424012,1256.9218346885193,289.38632796537087,2237.259099648771,311.8387243301969,2636.4651434898838,68.42583786257659,964.2205264097134,565.2817004663476,5350.874787490056,316.21340407706884,3121.41850160416,354.2518554934383,3527.7081115433098,240.59663710920807,4005.472139801743,63.97697971103444,1086.9171503620273,126.64838269900632,2089.919042833289,285.8222331449525,4796.673755779137,163.10486762593138,1396.5324570409707,141.28097751756067,1901.9964379188937,173.2200766665618,3399.957052296876,209.8841902429513,2276.9739411866535,175.39049579629182,2900.702647397352,205.92575634690436,4089.0929695668797,2992.288756161979,950.2524663289624,25503.273800883886,10155.245860633597,621.3803026718072,4455.193191581491 -5567,676.1334236612659,2933.238577194162,162.31330500909448,1175.2237390274508,315.38025948283877,2091.840504078748,304.20759878751585,2465.0987342546696,69.06646882609701,901.5475911237193,570.4599292175405,5003.075689571533,319.11005779707,2918.530827681715,358.564142693455,3298.4122024364287,242.86570691454236,3745.122262017687,55.38094970731751,1016.269112532421,115.20013628643963,1954.0773371892824,259.51323161644797,4484.896920864265,145.75966578933082,1305.7598734798025,134.18503205872085,1778.3694289485095,174.86575483236055,3178.9647766945436,219.4474516749225,2128.973938536587,151.82480121299974,2712.161183774747,178.257304536717,3823.307859168615,3336.1069522988428,1019.4810580907681,24434.078867780656,9110.130670209615,692.9995053515398,3935.2784602157467 -5568,683.1810579899023,2818.0923944638807,164.51649250366572,1129.089568948294,330.04639368996453,2009.7239484061233,312.5602414084092,2368.329684675964,72.50474504736037,866.1567557260485,599.3591920369615,4806.676708580395,335.2760406405056,2803.9620071974095,376.75907436648737,3168.9308922100927,253.99619850502413,3598.1050586840124,56.964336160813,976.3748094080104,118.7257316524958,1877.3687639806446,267.4366729366366,4308.839383508984,147.8004378754191,1254.501422782145,138.49650641873714,1708.5583836350631,183.46607483244327,3054.172452634581,230.37867075082195,2045.399685811043,156.16559592337907,2605.693537505198,183.35382604333108,3673.2214295106946,3568.597106605438,1078.4737857427922,25273.683108460264,9295.958040055835,742.1650107987775,3998.6245383265627 -5569,689.7929010948708,2757.335232759167,167.4595409925533,1104.7467625681832,348.43389544048176,1966.3949492735821,322.8696225982186,2317.2692617087796,76.83926034746372,847.4826958646119,635.8335192544566,4703.046311429751,355.67944510477514,2743.509492077664,399.7435175346155,3100.6097658242775,268.14620789892547,3520.531075903862,58.852681773316654,955.3244839125977,123.12933049482535,1836.8932998700188,277.31833610969977,4215.942198271983,150.19333952337817,1227.4547773447912,144.03763776695476,1671.7224167943775,194.29939327496444,2988.3254811359393,244.15983756905442,2001.3015293042777,161.34242475630765,2549.515626545948,189.43193414183057,3594.027962040137,3867.309353484786,1153.6548039621807,26309.171959238316,9512.779976876394,805.3778035166546,4069.0453739640952 -5570,791.4795032491858,2764.4831359900595,192.3278743109986,1107.6106228850795,411.47035822368167,1971.492479905379,376.474262484447,2323.2763718511474,90.74788300500745,849.679644653401,751.383381513768,4715.238126021285,420.3169793739894,2750.6215545245586,472.4743697766318,3108.6475474837434,315.949662816235,3529.6574291861684,68.7162505877485,957.8009934367138,143.86660280445906,1841.6551204121683,324.0157936946128,4226.871281722648,173.44906832363225,1230.6367364568057,167.77941325719607,1676.0560610760713,229.37342568630817,2996.0721856743626,288.36113659396005,2006.4895490623937,188.38302955662564,2556.124794255296,221.18027358463945,3603.3448429824944,4628.148600922797,1371.0883554348336,30764.259448187928,11014.85346853741,964.5803925839,4699.745178019413 -5571,1092.0229686122143,2827.319681307827,262.09815256205087,1132.7865496951497,532.2755897830546,2016.3043924630751,502.27122435749,2376.0843123753493,116.42114110921,868.9928149172257,962.5524622489908,4822.415221924853,538.4430283864065,2813.143026879647,605.1687024347852,3179.3069304083106,407.7557979804565,3609.8863429088847,91.93811295446737,979.5717558428786,190.7133588985762,1883.5158371323785,429.6659581288866,4322.947826878064,237.05398739165636,1258.609039869821,221.17546793252833,1714.1527205441014,294.55881907021796,3064.1727369924324,369.92201242728436,2052.0969430225423,252.04489625005445,2614.2253662504904,295.92558968504176,3685.2486674529314,5751.337623446762,1736.9685916416877,40548.47856219321,14899.289202756288,1196.3606325494488,6416.6123069074 -5572,1556.810625035468,3063.9801811443876,367.1286215956929,1227.606330009125,703.4712362218784,2185.0789419056896,690.2050470806003,2574.9742025912474,152.10467752425023,941.7317681004613,1255.2115670810472,5226.07498646632,702.1538502593703,3048.6168713319003,789.0795923791743,3445.4304863184184,536.7214468477282,3912.0515037550795,126.68869375382668,1061.5667077742846,260.06251464534427,2041.17533436321,586.1270506936161,4684.799725069886,335.17380160973045,1363.9607786362783,298.28126826172894,1857.6356957174346,385.3381639154336,3320.658997218496,483.27308262768173,2223.8675041867286,347.3123131105835,2833.0488286104573,407.77894173329486,3993.7220238361756,7200.044731886357,2233.0868687483553,54828.005066220394,20781.841808944864,1493.6948797779808,9049.335181359644 -5573,1726.059195037658,3507.539917763171,400.2542834215053,1405.3218203903402,751.9541535086759,2501.403781709627,752.7191502566791,2947.7425664763377,160.55423749361614,1078.0623806790868,1323.5461421974999,5982.632244510078,740.3795854917456,3489.952525139719,832.1376929474727,3944.2112057416516,568.8907963587864,4478.383017686941,139.08522531336533,1215.2453288702484,282.15760263543825,2336.667844162913,636.1990480004388,5362.998802515494,370.98789093559077,1561.415738512779,319.0571388797308,2126.557931245187,407.03604565010914,3801.377064284094,510.10083031803646,2545.8076037025526,381.29694049065444,3243.1775885743227,447.68024918804446,4571.876641128699,7415.184712233111,2340.289798248993,59103.84245041393,22806.30995105191,1535.8367415898992,10009.369587691923 -5574,1577.4780022730172,3852.0037533096097,362.0346486616503,1543.3338047949164,694.0580676752342,2747.0583319356874,691.7576768943021,3237.2305650333083,147.15996249763393,1183.9353033866528,1213.346885459147,6570.166669755323,678.7351309282075,3832.6891613206835,763.0421156380067,4331.5590768961565,520.9807597525795,4918.190126796692,128.65880253104342,1334.590532895608,259.08497987183983,2566.144225578319,584.3347279916538,5889.681087210216,340.318548565072,1714.757187728184,289.80335245352273,2335.400116561088,373.03331738674785,4174.6976692158305,467.5484463001204,2795.8229056791897,352.71329259991495,3561.6792785653506,414.1202248302219,5020.86544820482,6825.58663261558,2153.7632729155766,54167.68036612812,20895.301065960262,1414.0935852443583,9190.801025386943 -5575,1481.7688738830002,4070.6645398962723,340.1421548088479,1630.941866815182,644.899888350151,2902.9963772048304,646.3121714215644,3420.99346534315,136.68961606135352,1251.1419421350747,1126.6962860192564,6943.125239896856,630.2635795024286,4050.253546100035,708.506195069023,4577.442044711786,484.4834563976921,5197.373479300993,120.12060547162359,1410.3491858936316,241.87330292826232,2711.812597364736,545.5173802531392,6224.011576417936,319.1035918509062,1812.096177897034,270.75136897554324,2467.970191562463,346.55960497548676,4411.676326188304,434.2783663511143,2954.5290946821383,329.30614486924765,3763.8596611652843,386.63792267651945,5305.87721313547,6297.254558941828,1994.7361357860896,50538.8026737629,19569.315742229854,1304.0565016243506,8614.952530469105 -5576,1369.7752085201707,4144.4178806983155,312.62180264106826,1660.4916885095545,589.8988002201132,2955.593607720057,594.7239934256281,3482.97589952758,124.47029866067207,1273.81045169798,1025.639524120566,7068.922558008073,573.7333527878046,4123.637075298393,644.9956432052481,4660.377309904096,441.7357133803141,5291.540820711089,110.79659822922181,1435.902253000396,222.20410846521781,2760.9459112805544,501.2303819193874,6336.779809332336,294.9181416860124,1844.9281997118126,247.55661871452205,2512.685506431476,315.64946832776906,4491.608205714285,395.45174275467434,3008.0600081469934,303.7447279277253,3832.0542327395997,356.6262958031045,5402.010452934234,5689.736393183443,1812.7279512466373,46329.7015670142,18037.832937617633,1177.6309161885963,7960.542718413406 -5577,1288.452250863694,4240.00480616576,293.4007997102612,1698.7892974471288,548.1912260447767,3023.7614696552514,556.0156577072042,3563.3073157352896,115.36509710706798,1303.1896379217376,950.276380630559,7231.960309783626,531.5759008036634,4218.744711911746,597.5844313706749,4767.864332544032,410.00627288151475,5413.585009448163,103.72442647198574,1469.0199273245303,207.45447619476158,2824.6244153885314,468.006754272219,6482.931408127243,276.88442970210957,1887.479655524209,230.83914862216037,2570.6381282809707,292.62959395024325,4595.202734824905,366.51934695780943,3077.4379560463735,284.35663370288614,3920.436797644075,333.8627592200721,5526.6025151738595,5228.957956552452,1675.1791172957328,43209.15816883106,16908.832830614974,1081.6411198392275,7475.671906063678 -5578,1211.305514140693,4349.367692191726,275.9607907274508,1742.6063469110056,509.16066865148525,3101.753664497751,519.9472804866538,3655.21607283848,107.05834790290614,1336.8029441224767,881.5543050233766,7418.495016054017,493.13340134708943,4327.559234110053,554.3484775403276,4890.842354368211,381.0925968498632,5553.218172014209,96.89856327050238,1506.9105114692088,193.81819330743684,2897.480247428411,437.24266530807057,6650.146333843876,260.0285091489181,1936.1636150667193,215.61913117124396,2636.942865537017,271.6216021687084,4713.727278057514,340.12451764098904,3156.81463409864,265.64378516653437,4021.5570327082587,311.89202773454804,5669.150750048229,4812.869172380266,1549.5038457986577,40318.52357594134,15848.21770409451,995.0161816702854,7014.343341147736 -5579,1172.254432257562,4308.429710701481,266.29956450477266,1726.2042417262223,487.05791295288964,3072.5587232807848,500.7731753052623,3620.811722936919,102.1825540841413,1324.2204222352518,841.1142126835364,7348.669185463074,470.5115842080908,4286.826522515677,528.9229456921579,4844.807797636141,364.23882767529335,5500.94907019848,93.3214159751254,1492.7268693879168,186.45469505634424,2870.2080089946444,420.64853777667474,6587.552507157052,251.53853135580445,1917.9396717615843,206.8333887862525,2612.1229087387014,259.31205320418746,4669.359798985644,324.6302418462067,3127.101437099712,255.83716971662878,3983.7045357435763,300.3780931022487,5615.790444620952,4555.036371105041,1474.6394170910537,38716.05902608925,15292.486405915568,941.1682471328345,6779.23699891872 -5580,1126.8128854309152,4242.149181547232,254.72310384279317,1699.64845730998,461.8102265294487,3025.290731991356,478.0963560985457,3565.1094524860237,96.62418782403833,1303.8487239144906,795.0303923687542,7235.617861686758,444.7327173482734,4220.878335035895,499.9211481197678,4770.275672003373,344.8310588594017,5416.322921066302,89.20476705251917,1469.7628817104464,177.7470286689163,2826.0529644905173,401.04429833306176,6486.210139908665,241.25585154267415,1888.4342452219491,196.75428382437025,2571.9382242405186,245.27558522279887,4597.52675096826,306.9671239753539,3078.9943651762305,244.55153074435563,3922.4195520365365,287.1276388477453,5529.397585207621,4263.409855273859,1389.3804020416305,36865.539588184874,14642.744495370425,880.2966689600643,6503.616353105525 -5581,1090.7810627056706,4175.218835559181,246.91153010590568,1672.83231897127,449.4179158751269,2977.559323513926,463.9108514431459,3508.861074852795,94.15645806088651,1283.27730068702,774.8538151497446,7121.4581784237125,433.4461249116468,4154.283589012752,487.2338372383022,4695.012830570456,335.8020377084875,5330.8670939429,86.51902500390436,1446.5737542226202,172.57853910850713,2781.465022247307,389.36739117074745,6383.874208229583,233.64619765423737,1858.6395463560573,191.2571242174138,2531.3595675640627,238.98454650412302,4524.98944901053,299.12905196847845,3030.415649686234,237.1886694211873,3860.533728013641,278.48291280391334,5442.15772690814,4171.51421641137,1355.703900076702,35818.95373422171,14194.279265976662,861.5669525992117,6299.242058082016 -5582,1087.326012324116,4090.0288533695984,246.18806459996702,1638.7003222851051,443.4078059507873,2916.8060466848797,460.3204688786295,3437.2672676188818,92.64463308411352,1257.093674224437,762.1653644269877,6976.1539634166165,426.3483218301087,4069.520763662288,479.25730505266324,4599.217118975715,331.007991005576,5222.097592109782,85.9325789161504,1417.0582731875677,171.03524229454743,2724.712797983484,385.91689171076683,6253.619447576594,232.71384400166093,1820.7163916456002,189.3243043116619,2479.71042413723,235.19903470071645,4432.662846321781,294.32279592290456,2968.5839073533252,235.5809494169992,3781.764491601218,276.5952908073315,5331.117482531078,4071.8138177300116,1330.5193395177025,35451.35515155362,14112.75448892932,840.4960216932527,6272.897245554135 -5583,1109.2952881510992,4004.7738920178963,250.82397642639654,1604.5422912168551,447.2263424500952,2856.006429935071,466.77646188634986,3365.6188517856067,93.44847160497574,1230.8900760461067,768.5294642300898,6830.738916761233,429.9083409514865,3984.6932849661066,483.20485489199984,4503.348338636104,334.1529923961849,5113.245125696655,87.09364505932595,1387.5202790450119,173.29815829004437,2667.9172856253763,391.0268927805595,6123.265334335522,236.75543709936414,1782.7643108248812,191.99299428087878,2428.021885021164,237.29190257151086,4340.265820971471,296.8732011968612,2906.7050024937216,238.76396880027795,3702.935173488443,280.3324697861162,5219.99254155172,4074.0657892096897,1337.2869694230499,35919.85668288669,14351.214949442307,840.4960216932527,6383.439018760683 -5584,1157.114369213089,3957.857670033825,261.33983206203453,1585.7449597451323,462.1608742627427,2822.548103630598,485.4521354160435,3326.190378313266,96.31812062855867,1216.470107877399,791.8880913506506,6750.7163057537155,442.9749429488019,3938.0123087770335,497.9215861211941,4450.591280179405,344.99563716566513,5053.343081325485,90.55343120339118,1371.2653764776471,180.05068904730135,2636.6624375409383,406.2743009706601,6051.530828608333,247.19420615619316,1761.8790952279035,199.0136576985664,2399.577429276263,244.6293752255839,4289.4192862563805,305.9864758407149,2872.6527386665384,248.24884304563219,3659.5550143892547,291.4686484824714,5158.839943318205,4167.148561715813,1375.1999499504723,37234.390327499976,14940.719937540824,859.2257380541051,6655.386452292364 -5585,1247.776084704931,3926.9917360108393,281.91963539426416,1573.3782949013316,497.3505788135803,2800.536047915967,522.3235448426702,3300.2505943886895,103.7829102899994,1206.9832871726119,853.225132737661,6698.069853689788,477.2863219249861,3907.3011417169564,536.4335356799758,4415.882690768174,371.6339056950517,5013.933843513665,97.43788506332926,1360.5713621479197,193.7277163175142,2616.1000384799013,437.13672576571906,6004.337077123002,265.94688822520055,1748.1388224733967,214.67188708284039,2380.8639724544437,263.5959117627075,4255.967620298575,329.70038684025855,2850.249934600603,267.1223156796174,3631.0154374148615,313.627968515183,5118.607972742002,4485.366472222315,1480.3156665730835,40114.34045954896,16096.118392948418,924.7797453170886,7167.819154367146 -5586,1312.073491407551,3884.104329231782,293.40796544578876,1556.1951380507599,509.05531918754133,2769.9508731153715,543.2874485548227,3264.2079441288356,105.14612050822936,1193.8015983144937,863.6183410557426,6624.9189876425,483.1001874345743,3864.628779578675,543.0294947007324,4367.656014987095,377.9781901331084,4959.175739915389,101.74201210403032,1345.7123093708824,200.76539167182597,2587.52912362512,453.1452626615129,5938.762595693933,279.5295832257561,1729.0470734131252,220.17433261805672,2354.86211440725,267.2288578881774,4209.4874067304,334.0202442324503,2819.1218252016834,278.92191889703184,3591.3604428149392,327.48186753124844,5062.706703519441,4436.324886014413,1489.7006867259188,41355.74862393276,16812.588855766473,913.073672591556,7525.954042821384 -5587,1333.5102530850531,3841.9317121454988,297.16977578659754,1539.2983669793375,510.71205801903585,2739.875450928446,549.0832798070038,3228.7660043535016,105.10261331495047,1180.8396041415238,862.8743747183956,6552.987301979269,482.6840194817515,3822.6676230579296,542.5642165754838,4320.233116663176,378.48499654601807,4905.330270840566,102.94996276292983,1331.1009073278738,202.5983602364947,2559.4343904046477,457.32930016503013,5874.281021646184,283.81661410159415,1710.2735199834642,221.3533618883685,2329.293620406077,267.19928523975705,4163.781862932949,333.87689239521814,2788.5125173210868,282.23347042570305,3552.366364403144,331.36995593722105,5007.7371215695375,4383.2006958638785,1483.686414880924,41656.96035731517,17031.565746299068,901.3675998660232,7639.250402524246 -5588,1251.4433248322057,3758.0413510172248,276.18417439617116,1505.6870730873004,465.32559179611405,2680.0489994852155,508.6256863359741,3158.264400889902,94.85131968759194,1155.0554236177422,777.8781436219148,6409.899784443712,435.13790654979846,3739.1979022511,489.12512446860643,4225.898822493015,342.9133741793321,4798.220108894334,95.73701756892045,1302.0357015458717,186.97525164341934,2503.5479532208738,422.1848572135155,5746.013370579667,265.6415238353557,1672.9289043137042,202.5261689608983,2278.43241369282,241.3126375288704,4072.8637544625262,301.30075690638665,2727.6240529714323,262.4594510918302,3474.798796966269,308.1533051782455,4898.390858533194,3844.918686192337,1327.6128902038063,38288.96009047294,15863.4257118154,788.9893017009085,7149.785144861338 -5589,1023.0959062198157,3465.952132045421,224.92782905836503,1388.6593663338963,375.5076729139072,2471.745432294847,414.056947176708,2912.7921199867974,76.2228388056927,1065.2801377597698,624.8007109795175,5911.698075934327,349.5077932393954,3448.5732675450713,392.9007595183394,3897.445947385151,276.1485459116119,4425.28425397555,77.94534984748746,1200.8365513462616,151.99066286946328,2308.96271638818,343.21104610663224,5299.411430672895,217.34526107864127,1542.902528493204,163.80180121396518,2101.3440099115687,193.9834990140112,3756.305344934244,242.12224629394228,2515.6227722868866,213.68425981522782,3204.7242629499488,250.88641560707393,4517.669353246854,3049.3649698966965,1062.8716790363478,31031.109408421125,12933.17946541727,625.1042835434498,5841.006639958538 -5590,792.9284908825092,3142.8020289579713,183.32246762342612,1259.1868865396282,324.2478498729294,2241.290780637371,335.37403260706566,2641.2162187666736,68.88511921711506,965.9581121751503,566.8667843160727,5360.517398914227,317.1000854599186,3127.043493198722,356.29069778757497,3534.0652624557238,245.83353135010546,4012.6902514093526,61.878081795526455,1088.8758431267527,125.05290821574096,2093.685207813477,282.0044007993071,4805.317662241614,168.8288006569023,1399.0490959755932,141.40226749812217,1905.4239545978273,174.84558705561048,3406.0839878011066,218.84337877213235,2281.077190806539,169.63644570375115,2905.9298952020113,199.1699335072185,4096.461771145833,3049.390699706259,987.0601553813248,26081.04874964066,10300.199282183035,629.7867126336629,4548.665501718459 -5591,614.7021138519326,2929.4046994755104,141.82995306561463,1173.6876675525564,268.1315888414915,2089.106372337159,276.7608467469506,2461.87673684027,61.64180276749663,900.369226960372,512.9417301849542,4996.536439556171,286.93490424536014,2914.716173668078,321.8469495727258,3294.101025995423,217.0156595380651,3740.2272149848227,52.5008191340048,1014.9408020646038,109.93276206677004,1951.5232682424805,247.58890292700943,4479.0349543304,129.74434573147067,1304.0531852738836,119.6015166606634,1776.0450183185023,155.27015029258428,3174.8097235323125,189.2846246492102,2126.191271688412,143.9290310235819,2708.616264376539,168.9868908759582,3818.310619964556,3042.472726940738,913.6576488229467,22085.738984268686,8304.096970531078,629.3669581462286,3597.495038484107 -5592,608.0953399964706,2823.8107120060754,139.96329921149086,1131.3806551814885,269.49402914274106,2013.8019693154858,275.8579429517701,2373.1353685521162,61.912883365508044,867.9143132072328,515.3815858539522,4816.430151652853,288.2997371524117,2809.65165213769,323.4026750694387,3175.361111867378,217.53404880010322,3605.406134871632,52.47964872591621,978.3560152802389,109.67703101619986,1881.1782170551176,247.02990467124138,4317.582642559547,128.60077910451085,1257.0469878270299,118.99582547793442,1712.02529600323,155.9144060274848,3060.369810800373,190.1134295231113,2049.5500979576245,143.87099314202453,2610.98086701021,168.91874867359874,3680.6749276919463,3080.936855006109,921.2530948266623,22058.521016236737,8251.272351354217,637.6481023323631,3571.7833485340743 -5593,609.9639640962687,2755.645730421986,141.46122907751828,1104.0698509561396,282.01938897652707,1965.1900798680967,282.8737961174284,2315.849401045114,65.01285125418423,846.9634176940172,541.7105701380219,4700.16461331752,303.02792973230396,2741.828461188176,339.9758758952767,3098.7099288426116,227.5238222482434,3518.3739404891357,53.857567486470266,954.7391278306964,112.90400819586334,1835.7677800252022,254.27024647984823,4213.358963519539,129.89214103959887,1226.702678836612,122.67776377395734,1670.6981021239174,163.6112494313274,2986.4944441170624,199.62211216208468,2000.0752715859592,147.64850586100812,2547.9534615402017,173.3539215159757,3591.8257928698386,3306.6199200809865,976.2855283100711,22777.125462922097,8386.645310122054,685.264681402637,3613.4633995605936 -5594,693.230803780795,2764.093248411037,160.6014641845162,1107.4544115417605,328.0675709841911,1971.2144313906156,325.8730785159892,2322.9487096606176,75.53162718268493,849.5598104842989,629.6641536686554,4714.573114629631,352.22835852038247,2750.23362190716,395.2537840059335,3108.2091208387974,263.8120523974045,3529.159625610546,62.181227328203825,957.6659104240325,130.2533560197495,1841.3953834483418,293.3505829032888,4226.2751469192135,148.5757044388161,1230.4631741834148,140.79989941146022,1675.8196792977014,190.01839480973527,2995.649636042628,231.91401628190872,2006.2065647524398,170.4675078375822,2555.7642923970147,200.1456824935216,3602.8366469371203,3883.531714552428,1140.5563941642147,26271.41934119665,9605.04293784135,805.3412721015886,4133.737176841323 -5595,956.4005138476701,2841.420537676952,218.31792253876924,1138.4361621318797,421.17437191484544,2026.360424974194,432.9242814228155,2387.9346962676436,95.98666697823401,873.3267934729444,798.8486989181628,4846.466334661135,446.8686430483308,2827.1731791931934,501.37221365912933,3195.163273316911,337.73406476704,3627.890139637905,82.84356434764128,984.4572312009403,171.72944563691055,1892.909605535706,386.9059129231948,4344.507916740216,202.65772236024964,1264.8861741512465,184.5711305040339,1722.7018143968194,241.75829501659845,3079.4548644222295,294.7458393687496,2062.3314858089093,227.11253157139504,2627.2634449119632,266.65253226730727,3703.628323099167,4753.013442567512,1428.459703826217,34428.92100416133,12954.29309293791,983.3858721034821,5629.35462743825 -5596,1393.768104497184,3076.9113810795957,314.0330332892742,1232.7873109413013,578.2195969947244,2194.300833367612,612.6367134859646,2585.84160520913,130.67672030642458,945.7062460861823,1085.920385668397,5248.131075778603,607.4539144387703,3061.483232064794,681.4603874949023,3459.9715563800414,462.72753559097873,3928.561897805015,117.31730405116079,1066.046936278133,241.52979099120296,2049.789896074117,544.3004873073571,4704.5714201592,293.0878861153456,1369.7172289034402,257.89943208313025,1865.4756480565288,329.47372405854924,3334.6734825842736,401.3004935277624,2233.2530986181223,321.6209989273454,2845.00540752517,377.61480267484814,4010.5770995620833,6247.797119550438,1918.8422658298432,48141.03898501205,18547.370784518243,1289.788206990462,8120.871977909995 -5597,1558.0915513255002,3524.6298975307836,345.7731819116078,1412.1690472332414,627.6741012759777,2513.591509012046,675.7446512112576,2962.1050148026097,140.24210178762664,1083.315083344201,1164.39895542217,6011.7817528301275,651.3541073310353,3506.956812886386,730.7997803527035,3963.428803056496,498.39984786697926,4500.203289717571,130.1603896742284,1221.1664355632613,265.19476721376617,2348.0529194911046,597.8572463872075,5389.129236716559,327.17654669951975,1569.02351034308,279.6750803283425,2136.91927648194,353.80231606788345,3819.8987229510926,430.6949958037973,2558.2116821904906,356.8298375620887,3258.9795012170894,418.9534549948498,4594.152447285949,6567.646141955481,2047.5416455613251,52581.29234426013,20558.843719409728,1353.9670744330049,9059.506652165424 -5598,1430.48696212469,3879.9455493993773,314.7495129477227,1554.528892140035,585.5482383609315,2766.9850372748747,625.7116802399704,3260.7128984204464,130.08235203935493,1192.5233736351004,1080.4166467146658,6617.825568634733,604.3751732938241,3860.490852564902,678.2626432394023,4362.979487733874,461.5144118983537,4953.865861934694,121.26236702232387,1344.2714311817176,245.52665223023598,2584.758610007835,553.6441333153286,5932.40385658218,301.7485457469164,1727.1957518499862,256.3783269058824,2352.3407215095913,328.09342989817696,4204.980233429179,399.4862854788521,2816.103341145139,332.43624143465223,3587.515109086886,390.31296504266004,5057.285973088099,6142.608064227768,1909.5817375388708,48623.95626040769,18959.376325934736,1267.0150604785915,8365.84351779006 -5599,1342.4825860916492,4103.349940883829,295.27352277893254,1644.0375145606006,542.6879952730267,2926.305986661566,583.5535384619441,3448.4623324272943,120.46838541278545,1261.1879863792603,1000.236848448459,6998.875064120553,559.5233287585181,4082.7750570125813,627.8879740318215,4614.196615682284,428.032647218711,5239.10578973534,113.01878665886728,1421.6735847040975,228.74571143634552,2733.587096658218,515.8118145809348,6273.987277469342,282.58632496506857,1826.6464041861532,238.99333319380173,2487.7867582546937,303.91417785502074,4447.099881319293,369.96800395719316,2978.2524860946733,309.8367743511216,3794.081572374212,363.77895970169675,5348.48075430236,5643.694230246519,1762.65401838376,45267.88295469855,17729.13645036615,1163.5007581519094,7831.006261723385 -5600,1241.1345799875608,4193.9983176639735,271.3357446348863,1680.3564574262148,496.24948689029713,2990.95192022183,536.8608233258755,3524.6433838427324,109.63916844942315,1289.049281522729,910.0132186071297,7153.489384855992,509.0530568626131,4172.968907648907,571.2849893853553,4716.130264866965,390.10492321889836,5354.8445013882565,104.22017290686419,1453.0802169975345,210.07070273683883,2793.9756174203153,473.77240391984185,6412.58787718309,261.14618693077796,1866.999416694537,218.44861333051082,2542.7452274712755,276.65943330173354,4545.342144696405,336.7166852881143,3044.04598589249,285.71570400278614,3877.8978056621536,335.4584419175006,5466.635702235688,5094.189045951323,1600.761458848383,41485.43203238838,16339.728543933128,1049.6350255925588,7235.080251648014 -5601,1162.523511419051,4298.942500905903,253.0918673257929,1722.4031209256218,456.5043942072365,3065.7929150456885,498.35609836375977,3612.8386555429065,100.42539940277248,1321.3044742437762,833.0962853574008,7332.4873347745015,466.02642912285063,4277.386883179022,522.9839924815506,4834.13947737058,358.1407273241389,5488.835919605786,96.9200572234052,1489.4398683392046,194.57566559422597,2863.8877792667126,438.89149008663895,6573.04664379817,243.95866933130125,1913.716347426951,201.84899073966307,2606.370985251245,253.50234523563202,4659.077817150364,308.42861676442993,3120.2155252065395,265.70271003409266,3974.932374368791,311.96121134603436,5603.4244120537305,4605.884211447628,1459.8273857091503,38359.893920700284,15224.848206702796,948.1910093124102,6759.068885293402 -5602,1110.9236968868806,4373.540589724961,243.40284197911518,1752.2913971633143,439.6052207724211,3118.9925780161107,478.0314684690011,3675.5310174105803,97.13406221836449,1344.2326219233241,806.0005465197952,7459.7254965663515,450.8693210707873,4351.610924686352,505.9503527727882,4918.024657509792,346.11884611717073,5584.081824699354,92.69885814177547,1515.2856123950044,186.91987952307502,2913.5838510054095,421.55435583835066,6687.10648927006,233.28325741612682,1946.9244170928641,194.79832426614473,2651.5984555447453,245.150468617019,4739.925211770191,298.316114331914,3174.3595652431095,254.13045071322642,4043.9080255319377,298.37423650755926,5700.658732329746,4483.280623868718,1414.007387442333,36903.05257833049,14583.490101855481,923.3475767540064,6460.6601258835835 -5603,1066.1656111164434,4318.501758168741,232.1299478995352,1730.2396820672047,412.4740802779666,3079.74160878312,454.1916871587888,3629.2762889139035,90.6676581972593,1327.3161234176896,751.8382412180255,7365.848563990089,420.5714237250839,4296.848067049976,471.9572719020939,4856.133764956981,324.0063519496176,5513.808934202388,88.1508980064963,1496.2164971394814,177.1368640155681,2876.917848367374,399.5420438482446,6602.952582358545,223.5158951635044,1922.4233423122125,183.643556569372,2618.229408715197,228.9361843713548,4680.275612099708,278.4665289652013,3134.411830032704,241.6623881915002,3993.0174557338655,283.73550027894976,5628.9187794720265,4115.9769215947135,1312.5986327447526,34861.888351548056,13910.246013452108,846.7469930322615,6182.2529216631265 -5604,1022.7320992845094,4226.098893586145,221.32771748633954,1693.217790682058,388.9793983197576,3013.844461401514,432.0001163037377,3551.6207629382598,85.1893967060443,1298.91557645057,706.0456213994463,7208.241702743169,394.9554517548362,4204.908525906899,443.1912619127167,4752.2272029579035,304.94842168613707,5395.830114506954,83.96375561403813,1464.201993472809,168.14816867036996,2815.3605154671163,379.3155761797147,6461.669385666806,213.8270385656846,1881.2893023794784,173.85522335265247,2562.2072253174374,215.1801386378214,4580.131882210974,261.6483703324961,3067.3449054149837,230.18349400956296,3907.578969911742,270.25814533044127,5508.47695755031,3817.445934829027,1227.76584265466,33044.31302717813,13277.355768181253,784.6384116362522,5914.635499675238 -5605,987.067018188695,4104.974464058889,213.67722372753497,1644.6883917905586,376.0216554250348,2927.464516146288,417.2474099593593,3449.8275844915975,82.38159032951408,1261.6872928341074,682.8086477970817,7001.645930584495,381.9569016209987,4084.3914345563508,428.605848900874,4616.023383919078,294.83193863855735,5241.179960570056,81.08917977140412,1422.2364276784951,162.43614703526396,2734.669328408749,366.42641484209395,6276.471159633699,206.40688321883033,1827.3695765840696,167.9901814494541,2488.7716772359204,208.0807711731423,4448.860495676608,253.0238850337973,2979.431581286296,222.30295190643736,3795.5836556796053,261.00561094628296,5350.59822687036,3696.2546968232464,1187.7999881292208,31927.594706804262,12819.985551293717,759.7949790778483,5709.6551941031075 -5606,985.035477031051,4008.932671850301,213.33346826003614,1606.20853712758,371.73994197478123,2858.972265775568,414.607469950348,3369.113897493996,81.235015623644,1232.1683007255,673.1054799150343,6837.832335769,376.52903840911296,3988.83121197988,422.5165384605149,4508.024865889326,291.26173645764595,5118.55500367735,80.64183940976467,1388.9611572341764,161.21981852658655,2670.687799242661,363.70944584584055,6129.624073447274,205.80045507868763,1784.6156323880202,166.6029674624859,2430.5432779188227,205.2266232609238,4344.772994272693,249.50625386872366,2909.7234865502655,221.07658504491914,3706.7805072164965,259.56573518579575,5225.413271983062,3617.6168343242075,1168.4864308050446,31653.01476105673,12762.371317175941,743.2326907055792,5691.626455521726 -5607,1008.1705784260898,3932.9699765046657,218.26191969882308,1575.773521188271,377.544461887424,2804.799433003474,422.43527502012745,3305.2747179594694,82.59404053938049,1208.8207334540948,684.2275573633256,6708.266634106363,382.75062663217335,3913.249406311655,429.4476276861786,4422.605192492804,296.24754492263213,5021.566786069106,82.08971253512597,1362.6426226339925,164.20369486942468,2620.082648130572,370.43352564253485,6013.477756163366,210.0823160655947,1750.8000947652395,170.0105363080469,2384.4884714010286,208.68902459217563,4262.4466759417965,253.68309729371325,2854.5890014288575,225.04587503726063,3636.543099549367,264.2260734790546,5126.400265548239,3659.191406430775,1184.8998585061374,32256.820553246478,13030.800466167419,751.5138348917136,5811.681641855514 -5608,1051.88038043179,3925.822079576922,227.43931204710591,1572.909663396778,390.19594825735095,2799.7019068667705,439.37784744447924,3299.2676131142784,85.13076631789926,1206.6237866026142,705.0246752966921,6696.0748302657885,394.38434385895914,3906.137350136304,442.5280376162107,4414.567417921197,305.901205484787,5012.44044083458,85.35271966921103,1360.1661152937065,170.60339520755525,2615.320831787481,384.88154560191845,6002.548682350162,219.36942838792433,1747.6181384591332,176.25223028843044,2380.15483094082,215.14413632195416,4254.699978234556,261.47877771851097,2849.40098624563,233.99128699041836,3629.9339376681014,274.728870189477,5117.083392821673,3741.9517629982856,1218.436289974381,33439.90884618873,13567.604206428572,768.0761232639828,6059.595622234122 -5609,1139.7960093722013,3906.9776120068595,246.9932406770642,1565.3594880343444,424.72155328316626,2786.2629657430098,476.4407689237067,3283.430690227801,92.9497719376426,1200.831832113849,769.9121395597339,6663.932781434259,430.6817968626886,3887.387371882886,483.204972375001,4393.376907791956,333.60609741746435,4988.380060761432,92.50740366366317,1353.6371372274582,185.1477741981467,2602.766944321129,417.67322438595346,5973.735651171108,237.2895523373937,1739.2293392044821,192.05039651500286,2368.7297715228883,234.87660227357415,4234.276853055935,285.4922121973362,2835.7234829377885,253.6055854258964,3612.5097724911534,297.75799284633365,5092.520712676035,4103.7230023690045,1331.3376818890977,36368.35691955582,14712.933098619505,842.6064209391942,6562.577162638403 -5610,1194.3616919201477,3830.0402040168183,255.65099962124546,1534.5339462621412,430.6101865675518,2731.3950161791013,492.3554148759108,3218.7723605141277,93.10359175936392,1177.1846813569969,770.3101030232231,6532.704562043449,430.90441397798605,3810.835740942708,483.51033290105494,4306.86117487093,335.8188298700399,4890.147342261914,95.99868313264531,1326.9808972794015,190.45041770062875,2551.5124549985326,429.776794765371,5856.099006516079,248.31585087768678,1704.9798987041331,195.3225627816545,2322.0840143806554,235.4488533767403,4150.894167476887,285.9818318432669,2779.8815416163848,263.1767974429992,3541.371116006404,308.9955406098548,4992.23722434357,3991.1923561228855,1322.4002293325407,37196.76932439288,15285.65762210856,817.7629883807903,6858.270941390214 -5611,1217.212002571647,3731.529134313006,259.85497099587735,1495.0647573004808,434.70405306247113,2661.141799373369,499.6703197758114,3135.983488471802,93.73089714618538,1146.9067427395908,775.247114131633,6364.679246332416,433.6661327586731,3712.8186222419517,486.6106109698503,4196.08596656962,338.5451670509827,4764.369642803237,97.50362434173088,1292.8501047278191,193.0520429214411,2485.885932059976,435.68021669646794,5705.476415970343,252.85166083195574,1661.1267314531233,197.44314736295684,2262.358536836359,237.08827135179513,4044.130529790626,287.9136552546537,2708.3812205421286,267.3025374513269,3450.2847988209874,313.83956666638835,4863.833708195227,3983.6020553574335,1327.7528494030255,37657.47173752406,15539.21100867652,815.6927023342565,6981.779118728959 -5612,1141.7698275299545,3605.5961207258392,241.18539955526367,1444.6087636265956,395.13082744610875,2571.3326100798326,462.09237199431504,3030.1491677287704,84.32114644954432,1108.200513411643,696.6279073930003,6149.881717181166,389.6872688256067,3587.517057877357,437.2669349426824,4054.4749186531426,305.9235996131428,4603.579948989984,90.52014459845155,1249.2185253016457,177.79285821722692,2401.9913420433577,401.36474619806427,5512.925905669709,236.41677413308778,1605.0664173801354,180.2681051432626,2186.00763132188,213.45249177400154,3907.6477296770577,259.02518215229156,2616.9777779401584,248.15758906380765,3333.843322201105,291.3615072993556,4699.687264629369,3475.8815949321342,1183.604788399136,34541.2834500691,14454.856158157427,710.1081139610408,6526.454149694776 -5613,932.5086686291522,3344.437814939142,196.08885573061283,1339.9737560990777,317.86685950690264,2385.0874385248576,375.40687797003955,2810.671279349605,67.49720006733733,1027.932019974205,557.3196203431714,5704.437292383999,311.7594894054869,3327.6682435771245,349.85151428603706,3760.80370170138,245.51607770847218,4270.136296463031,73.55342780719151,1158.7359025392664,144.17858919135833,2228.0117923659864,325.50578668729355,5113.617069836354,193.17639543791108,1488.8092404244046,145.4014788223518,2027.672080051682,170.93006851856438,3624.6114087681435,207.35007235421398,2427.426463848245,201.64396989179923,3092.3684468595306,236.74992663792375,4359.282426521531,2739.3908919230744,943.2480923231929,27921.8730127234,11765.239342144978,558.9772325640847,5324.032997044583 -5614,720.9657935134079,3066.839339915485,159.69407308152955,1228.7518731257223,274.1453339534231,2187.117952360371,303.85616652292805,2577.3770445293235,61.02174123203382,942.6105468410535,505.85031728314766,5230.95170800255,282.96803284027766,3051.4616938020404,317.3812906849933,3448.6455961470615,218.38617867297708,3915.702041848889,58.38803856242317,1062.557310710399,118.66385977828944,2043.0800609004464,267.54138769106675,4689.171354595168,149.9099612859652,1365.2335611587207,125.42864082858074,1859.3691519015183,154.11297763102752,3323.7576763013926,187.41843934879134,2225.9427102600193,160.06862278104916,2835.6924933629634,187.93636487509022,3997.4487729268017,2748.719691374946,876.8537708565514,23454.29399558191,9359.696423533165,565.1880907036855,4144.254122010268 -5615,521.5396385749715,2851.102697565189,136.16340874514935,1142.3153911295428,239.89459341930575,2033.2652619617654,249.2808389699492,2396.071600054098,58.68825837619761,876.3026604862798,498.8814070093251,4862.980701796494,279.069688282909,2836.8067911100916,313.2914091916447,3206.0508139928047,211.8813797571165,3640.25220006619,53.47507730074453,987.8117759398234,117.69998074788282,1899.3597079446092,264.6227692675444,4359.311857138276,126.600791353594,1269.1962824284838,110.4248404535011,1728.5719325949453,145.62699707531988,3089.9481279045585,182.08692902269104,2069.3588944319467,146.59992333,2636.215863043971,172.12278211010508,3716.2484619048673,2836.493589970911,859.0448165016215,21361.538777434616,8216.522898673042,606.8839853955321,3553.4654323617897 -5616,513.4188620321466,2718.671591277784,135.2159519366011,1089.2558885358253,237.0249744164687,1938.8219547293397,248.2575821295528,2284.776271053855,59.6447263286189,835.5992053389434,507.2817247791918,4637.099706789479,283.7687490788754,2705.0397165704194,318.593860711228,3057.1326931291505,214.7600827977949,3471.1658229140735,53.848534258417665,941.928824616059,118.42382916714439,1811.136190925866,266.2576729902409,4156.825818180212,126.16947096693812,1210.2432787638295,110.88579808863525,1648.281351155561,147.94381075906392,2946.42287036173,185.0483098659459,1973.2390710634875,147.62374160433424,2513.766053202515,173.32484583395092,3543.6321280670095,2905.04812405769,871.9591583671647,21459.19912405793,8209.556904097153,622.8418533862714,3543.2834492194397 -5617,514.4772167583287,2636.4057470214207,136.11683653386413,1056.2954693483432,251.41204029288596,1880.1540282757378,254.60424917539967,2215.6399143573813,62.326143219896885,810.3143293327004,530.6126175404137,4496.783044966903,296.81983672968147,2623.1863670358152,333.3010718626956,2964.6251601079243,223.55401779591494,3366.1298237547753,55.06128362503434,913.4264596246243,121.43722078522494,1756.3319812935645,273.00637226319344,4031.0420396405916,127.00746835146701,1173.6218326860776,113.79323103463912,1598.4050596020452,154.4847893101996,2857.2653694174396,193.35542153771465,1913.5296973305667,150.94844861063964,2437.7005632429514,177.22838006935484,3436.4033293828734,3113.0147476179864,924.0062779949465,22099.465003631238,8314.794736622878,667.6321686064897,3570.1041354494305 -5618,586.4735160750378,2616.911475223853,156.6219180290177,1048.4849451142488,301.1946062312042,1866.251678954163,298.49249105550683,2199.2568948829244,74.07301830986495,804.3226538118431,631.1012494510493,4463.532658150564,353.03225673424754,2603.7898427821247,396.50467966888533,2942.7039483542535,264.8852239593052,3341.2397817859655,64.51857211767133,906.6723461156812,142.49887703032778,1743.3452044862465,320.34015395220956,4001.2354633057626,146.9570625611573,1164.9437667169868,133.0710224590576,1586.5860356488113,183.50025693890768,2836.13800396084,229.78693126729155,1899.3805596059867,176.8752511121663,2419.6755694063118,207.6690056605197,3410.9936667826682,3767.220200670056,1109.1112458481823,25970.99979250821,9651.152631867417,808.3496211132968,4132.077949252013 -5619,847.9612894746874,2635.560999004405,208.0877153107294,1055.957014805023,379.46145345365534,1879.551595820542,389.50755197651114,2214.929986674137,90.30753192489453,810.0546912160573,767.6661072381218,4495.342201286267,429.42538696033705,2622.345854726843,482.2206364256155,2963.6752451610214,326.0442559245247,3365.051260071303,83.79477711076551,913.1337826755888,182.31899943975944,1755.7692234706856,410.0659658520863,4029.750427083101,196.63373155396286,1173.2457848349422,168.7220343368687,1597.8929041775577,224.08510890982595,2856.3498543235924,280.18919224967294,1912.9165707588515,229.7202457661829,2436.919483654119,269.7142461615535,3435.30224890562,4371.263718937746,1331.4141024809123,33090.45910787979,12769.540534283708,934.8234164282501,5557.510685516856 -5620,1224.927547446208,2673.5098507930134,294.7975507602029,1071.1615030582316,527.0558452697262,1906.614837751114,547.6707862210816,2246.8222668445424,119.0326201213804,821.7184870565776,1009.6922105317931,4560.069625542481,564.8125716770236,2660.1044246165525,634.1634166353546,3006.3485403989876,433.46868640304837,3413.503878537639,116.57634767779948,926.2817912380988,250.99237559306943,1781.050150780529,564.72859902871,4087.7738997935503,280.8368138924186,1190.139087785293,230.12521504989027,1620.9006057703532,295.81349579103227,2897.4777953270773,369.3612192782732,1940.460227481319,319.5896947570917,2472.0081408094256,375.2298510517229,3484.766395606091,5522.633983021285,1739.9073527049395,45431.15350209629,18020.378736363997,1174.818734680453,7923.1994091993665 -5621,1338.5118265815026,2775.464910636455,328.43851407363405,1112.0105521514672,576.5216209060624,1979.3241377836719,609.8920345279867,2332.5054741107374,130.2988600070361,853.0549556682289,1104.503636612321,4733.969179877222,617.8492147553183,2761.5482647135464,693.8062172692216,3120.9964984963567,475.77151620135925,3543.6788214535572,131.03752487628816,961.605811244817,279.62364387218275,1848.9710057020613,629.3437930046211,4243.6623220697165,316.7282464603062,1235.525380968831,253.62735668486934,1682.7141121662874,323.9697785864228,3007.973936543834,404.3378888845718,2014.4602310937962,359.2344708952735,2566.2788755347688,421.77673190974133,3617.6589549131186,5944.104979214487,1891.316548675794,50317.984743588204,20176.370816028655,1263.3672389921378,8895.86650030409 -5622,1245.476824603193,2976.710809038604,299.7671385405136,1192.6412103675978,532.7295647299956,2122.8427471563955,564.9672231510049,2501.63287250314,121.65069035775699,914.9090292981818,1031.6936772131673,5077.224061955341,577.1199905590889,2961.7850824745506,648.248926397395,3347.2965110970677,443.2255247379813,3800.627062931614,122.5600277894408,1031.3307876446497,260.0281226651087,1983.0378532907446,585.3589760547504,4551.365594861023,292.87919730392576,1325.1119631442518,233.55122858144557,1804.7258558417727,302.36299959437287,3226.0788078791375,377.48987276464743,2160.5265198255483,335.99372986796095,2752.356925334008,394.48980765319305,3879.9714142434436,5592.03511197633,1770.206306028852,46685.047492023776,18678.065480083234,1190.8608406272833,8257.595459253012 -5623,1131.5797316471542,3244.4971658497816,279.18187543670075,1299.931795579119,483.3850706931515,2313.814716491785,520.4636621761258,2726.680986338242,111.0069555687568,997.214691986503,940.8677649672712,5533.9736159048525,526.312807404237,3228.2287136412983,591.1407545661359,3648.4209384857495,405.4476129496501,4142.53332795745,113.3035096282866,1124.109808519627,239.90308120427957,2161.4329061588114,540.0932211695705,4960.808664527978,272.65167057203143,1444.3196819121736,215.28366684432973,1967.0798744153437,276.02502306417585,3516.298431540435,344.4744545144297,2354.8885397373433,310.61733171717117,2999.9602972978614,364.69541110487074,4229.015535827876,5030.498380357467,1603.097045489087,42940.246908064786,17307.709128636983,1070.3074537651833,7647.643788359349 -5624,1106.3557188902,3462.3131981162796,262.213113535851,1387.201400530661,468.58228035940124,2469.1503248106387,494.94677855286915,2909.7339536676623,105.2192449455197,1064.1616906809734,892.0334717721532,5905.491331614791,498.99535121524923,3444.9525798401337,560.4881551250955,3893.3539842666173,383.90471337716235,4420.638108730496,106.95441946630821,1199.5757823847848,226.48478979121,2306.538515923291,509.882675599893,5293.847531540747,256.49665802702475,1541.2826214239803,203.18441410065066,2099.137790170746,261.58726990823925,3752.36156658788,326.5091018020018,2512.981597593688,293.21153862730625,3201.359594480881,344.25929174404087,4512.926212065482,4808.591557299618,1532.478166572402,40690.6551690535,16341.678954995634,1022.6881998655192,7237.252718175501 -5625,1010.6575085848789,3591.4952580535655,244.77150307145362,1438.9591486644624,419.11235056315746,2561.27657307362,455.64406761243146,3018.2987785392993,96.43129478019748,1103.8665329186156,817.0681798925242,6125.830593693924,457.0604537767999,3573.4868992922675,513.3696380271529,4038.6185686566832,352.6612558671235,4585.5761442131825,99.52511249760694,1244.3330477597538,209.8912272113625,2392.5975694409717,472.5940892999454,5491.365806170096,239.76820897082263,1598.7892802928013,187.87872380961895,2177.4585336476775,239.83626697325215,3892.3655954160786,299.2495104700535,2606.743230578903,272.84437158458604,3320.80523771155,320.346227020242,4681.307600767341,4329.262988149416,1387.3037656688568,37513.68158693801,15206.291942330261,921.0950041986312,6736.917818924505 -5626,966.4860815083572,3665.7684510620206,232.65853794488106,1468.7172529917282,400.4038673132737,2614.2445364402292,432.6706357557826,3080.718097410161,91.22407817740995,1126.6948220194265,772.894083370517,6252.5145972443315,432.3498689095927,3647.3876740710048,485.59287128785223,4122.138405071541,333.808699312498,4680.407226406702,93.9912544929476,1270.0662262780368,198.6422671649765,2442.0772007082446,447.23220080015255,5604.928888701561,227.08343089480863,1631.8527194074036,178.19940835999705,2222.489025495012,226.89640250086657,3972.860876728099,283.09147688488855,2660.651457981993,257.67350694722217,3389.4804803729344,302.5341342913742,4778.118438031866,4096.140751885261,1314.8210445082116,35555.31278816435,14407.75107724502,870.9011616920757,6383.614568839089 -5627,924.0911576927473,3610.4047047857493,216.48983244917184,1446.5353584089814,363.4514332997058,2574.761854118143,400.932412838454,3034.1903100251398,80.93773119917103,1109.6784591231283,684.640059502232,6158.083474173743,382.9813765492945,3592.3015308914037,430.1546629318837,4059.882147530795,298.11107874587935,4609.719488866341,87.01176963122828,1250.8845389335054,182.21758934247808,2405.1947450016087,410.38597287234853,5520.278189937236,213.3362095075441,1607.2070056577145,161.69380740249142,2188.9229887548418,201.54288804431178,3912.8591432562594,251.19555009920023,2620.467896413441,238.53951037800718,3338.289484588851,280.06893344017743,4705.954977515277,3496.667014631298,1154.212891330886,32465.4782912693,13428.290174072119,741.08154653116,5996.469034342955 -5628,878.8942295612349,3474.7245521482246,213.66514656294072,1392.1741013553476,364.1627411542986,2478.0014879162727,396.47415472163226,2920.164476896291,81.38394361854763,1067.9763910660974,688.816676093233,5926.660746238843,385.31773760374864,3457.3017012641917,432.7507254077378,3907.310490193552,298.8897229081752,4436.484770044791,86.01580394038284,1203.8759016609451,180.82299321137089,2314.8067644818025,407.1896729048797,5312.824386650457,209.85260338968084,1546.807657197227,161.265535755738,2106.662569353004,202.56974126412976,3765.8126569988003,252.5712054246673,2521.9898826617364,235.80910770657024,3212.8355081366076,276.86317116272596,4529.10369854142,3575.3136859534143,1166.5220489756935,32287.652541982236,13233.328775133621,758.0715406506504,5879.353117163702 -5629,854.2632213465548,3354.7697790548846,205.7057879535777,1344.1133339684018,348.4055019493674,2392.455683710243,381.3205877822633,2819.3542797240393,78.27490042910345,1031.1076080196326,662.4773994601544,5722.059997504168,370.5837875781203,3337.948401494296,416.20410712296894,3772.421944001704,287.51150693701305,4283.328018786978,82.82319355307939,1162.3155827208445,174.0583511386448,2234.894784115855,391.9608291727804,5129.414555390188,202.11635192273687,1493.4086154160818,155.17444806018221,2033.936162785111,194.8363724197268,3635.808912528453,242.9230086788941,2434.925506888021,227.05668580039875,3101.9216936512307,266.58696381914837,4372.749547781798,3429.7344014857213,1119.8565046209826,31063.603771205977,12748.751004363216,727.5248826222858,5670.02931492899 -5630,819.7830181423751,3302.1352395286176,203.56088605949816,1323.0249162634846,336.6971387112922,2354.919336496407,373.67219615757807,2775.1201223755456,75.75599255009739,1014.9300823697404,640.7412651137678,5632.283943424191,358.42479317324717,3285.5777803649416,402.5506337873229,3713.234665887719,279.1611400145238,4216.124898228189,81.56224321283008,1144.079474281251,170.70497611476506,2199.8304829569447,384.4655976065679,5048.936790612435,200.08009482929307,1469.9778347742192,151.7600226610212,2002.0247946720428,188.65393997030694,3578.7650196475697,235.11522218957836,2396.722830914256,223.59983762860736,3053.25420504703,262.52828281068963,4304.143451367031,3267.354369633112,1076.162796244265,30352.228827134506,12553.802474525372,692.1741802259096,5582.68991738586 -5631,821.68822390731,3277.1175876752172,207.79467418536709,1313.0014089424521,333.5342720636141,2337.0779860277576,377.3453414790364,2754.0952448230237,76.62983126764017,1007.2407645149411,647.9262655766253,5589.61260848026,362.4440166025236,3260.685571208126,407.0124353997575,3685.102440711376,282.5966049840971,4184.182673811789,82.80315675512294,1135.4116942225894,173.29984021147297,2183.1641173580083,390.30999320488667,5010.685012991299,203.85710502718933,1458.8409820910304,154.2973776793636,1986.8570454183418,190.8731834833921,3551.651564009862,237.8319625890498,2378.5647686231828,227.00175566859787,3030.1221268064364,266.5224704217953,4271.534380392468,3267.9745127509614,1078.5661513686362,30745.379484838963,12770.202885245586,692.6019148234901,5674.7492381931115 -5632,853.7570145446308,3320.524840357538,220.4382632192305,1330.3928459005137,345.0379134763262,2368.033889184642,397.32557963731347,2790.5747744721316,81.86252582414163,1020.5822309736561,692.3756642321746,5663.650149215779,387.3086029608903,3303.8751726552423,434.961939733798,3733.913680627143,301.6969569145927,4239.604510145706,87.77880081491472,1150.4508562273147,184.28514707653204,2212.0813453651854,415.0054846335629,5077.054334399972,215.97054650096626,1478.164145645217,164.37630809050492,2013.1740766223716,203.8639643541583,3598.695172532894,254.0677018497578,2410.070187385448,240.64229766502226,3070.2577866653446,282.53781329908475,4328.1132388649985,3500.470063508046,1146.2597895275562,32582.482687835043,13512.61674980413,743.3952402483715,5988.794186344717 -5633,920.26548670043,3337.159953384008,234.74270245116782,1337.0578270180104,367.41354470575425,2379.897228051535,422.597044120507,2804.554952008512,85.8901682648196,1025.695127753921,726.0611346888146,5692.023814495887,406.1519465049041,3320.4268744387923,456.07239370738995,3752.619782552171,317.0569915677287,4260.844014020705,93.1159119417593,1156.2143668001431,194.9120323362861,2223.1633956352666,438.9831967803553,5102.489281209519,229.92254243920664,1485.5694290918652,173.80880172836936,2023.2596443915215,213.9735885328908,3616.723858906597,266.5765269289344,2422.1441190367364,255.2737880993186,3085.6391157494777,299.71662746735325,4349.796152374577,3630.877260593726,1200.3486335260231,34502.09969222157,14381.678212172019,769.9090851477944,6389.013874932533 -5634,962.7808457111053,3301.9402957391067,243.33055111589465,1322.946810591825,373.56818681439717,2354.7803122390255,437.65026677208334,2774.956291280281,86.04373244586965,1014.8701652851894,726.4306059980856,5631.951437728365,406.35862537017965,3285.3838140562425,456.3604564247622,3713.015452565246,319.3122794862312,4215.875996440378,96.77443825071681,1144.0119327749103,200.72162142523274,2199.700614475031,452.21593084204585,5048.638723210719,240.9735406017331,1469.8910536375238,176.95243258939885,2001.9066037828582,214.55071941948773,3578.5537448317027,267.07437298911907,2396.5813387592793,265.3035010696726,3053.0739541178896,311.4925006125056,4303.889353344344,3520.987819904109,1191.1984267992166,35338.967046693986,14961.83732258524,744.5974784935855,6679.51877644375 -5635,1013.0630091445977,3242.0928738198263,251.58647021352598,1298.9684981879261,391.2687180812197,2312.1000944726293,454.26933312969527,2724.660415190057,89.76494298321413,996.4757191307604,758.0947923441998,5529.872737408564,424.07128110195924,3225.836477134275,476.25175012566064,3645.7173240469233,332.6874179011356,4139.463558019272,100.13168835687455,1123.2768017036972,208.07367577668043,2159.831204679686,468.7482724988709,4957.132522394215,248.75200692424727,1443.2493877733841,183.6779706950444,1965.622195698863,223.77771432133937,3513.6927247508343,278.61911795485247,2353.143480500702,274.50727660410286,2997.7372161039884,322.29864167260035,4225.881679384921,3705.998491013911,1248.3663739236467,36713.02454210908,15486.365912595506,784.1527423396481,6915.083959558089 -5636,975.7216496267899,3165.805276360439,235.11472282259294,1268.4033078127868,363.99410892983275,2257.695557601629,425.3255142988237,2660.548187361541,81.83154895545759,973.0282913433091,690.4286097002674,5399.752866753523,386.21943849483716,3149.9313984659134,433.7447341683421,3559.9322998381867,304.36701458609514,4042.060509463197,93.638075744382,1096.8456993821658,193.25857434140252,2109.009608897114,435.47961141275147,4840.489432532421,233.87758389033766,1409.2892167933833,169.41505903762854,1919.3704069134176,204.13985947657372,3431.014286280948,254.01008476398678,2297.7731781709253,256.7052806243257,2927.199394107013,301.39734100646876,4126.4451817228155,3296.1413148690763,1132.4873525222904,34060.23616347633,14525.091003502286,695.8618605090797,6522.967559660855 -5637,820.1577966895119,2994.905466078013,195.54551178784484,1199.9310343329673,302.61858332505034,2135.818275587248,354.4135684176848,2516.923693504461,68.78595830726562,920.5012608175465,580.5824696540998,5108.257762051102,324.77251417361913,2979.8885084561516,364.7621516017744,3367.7563125140186,255.51398876232824,3823.8577730613197,77.98820943090115,1037.6346280843727,161.4959165031744,1995.1588472170724,363.8634696596696,4579.185071246842,194.5848750067688,1333.2114928785543,141.64256786988025,1815.7569469029163,171.54935228111518,3245.7976859485943,213.510705266048,2173.7323841417633,213.8017577593087,2769.1802560231818,251.02436979264255,3903.6871037187243,2791.8591446276228,953.0401183152899,28450.95363126579,12097.28481463621,590.323362077904,5432.013499953461 -5638,650.6820360861446,2762.4687252359777,163.69983626198422,1106.8035343118024,267.7809608766919,1970.0559019058935,294.31110786352343,2321.5834575963154,65.4840893180505,849.0605040294517,555.3842807494113,4711.802248165691,310.6768781684998,2748.6172443633905,348.76457648084363,3106.3823526020037,238.64388510484957,3527.0854547758304,63.90435170298623,957.103067449635,137.99169307495987,1840.3131516978108,310.44748491486894,4223.791264754857,154.57374138338622,1229.7400017854984,127.25557290296548,1674.8347603164752,162.7550292080749,2993.8890216853133,203.20068593638624,2005.0274695608177,175.1913888300392,2554.2622090916216,205.69198511298794,3600.719174369121,2991.1074340291166,936.1773183261793,24789.913695923424,9892.84575170342,638.5437351001752,4333.587058372509 -5639,585.7478457787176,2571.944678528593,151.09285121682512,1030.4686653083147,299.4029443995501,1834.183586233319,303.6469632493302,2161.466721768876,66.9368403593666,790.5018526140284,571.0355259001777,4386.835082599393,319.4320413076667,2559.048517136957,361.07873037075177,2892.139008946563,257.57218434454876,3283.8267391973422,66.0352406591959,891.0928542440616,139.64410014098115,1713.3890328228229,314.3943463561887,3932.4816123208175,139.33000385450035,1144.9263568751455,123.4818294883556,1559.3234811527882,165.66801280417377,2787.404203742054,226.80022179820978,1866.7432081787952,181.03314116352726,2378.097907942363,212.55077904137747,3352.382032344436,3396.598582451794,1023.743613353936,24897.68872102024,9498.44360960759,746.697900498465,4150.473071693699 -5640,594.8165049214452,2445.8167211519158,152.22472083094425,979.93456596277,310.3069148997845,1744.2353726824008,309.74673574679815,2055.4685699305796,69.56534015285702,751.7357062015294,593.9097672493422,4171.705047752315,332.2276823424508,2433.552986463663,375.57919396692205,2750.3087477076124,266.7821323875045,3122.7881435962777,67.53522202609169,847.3937333115475,142.98175538731013,1629.3645743242917,321.8955781921746,3739.633034618467,140.56501466460654,1088.7792616654624,126.39943712693379,1482.854384749125,172.07911523955252,2650.7101288126187,235.7423746420946,1775.1982734218482,185.1452839500939,2261.47618039334,217.37884061726646,3187.9814907558903,3587.3761812929824,1071.2029659404884,25587.5932368193,9645.921907369244,789.4306116715699,4199.743383626272 -5641,634.314016935425,2362.706128878536,167.36253648141152,946.6356922319677,365.2535434777911,1684.9650137736032,348.4290695224003,1985.6222855508618,83.10200186979456,726.1911920786433,711.0424044479197,4029.9475422491037,397.75060641115857,2350.8591246200863,449.737893686102,2656.8512997394832,316.03830425405465,3016.673580753508,75.91465220711214,818.5986913710774,162.9748679869757,1573.9976068691112,366.72748635702527,3612.557643521355,152.66134210406207,1051.781767736575,145.56757721781688,1432.4659377711218,205.2361248333539,2560.637112774481,281.740534973265,1714.8757731172122,208.11717822484206,2184.6296108449446,244.350112246163,3079.651611594501,4484.7345315787215,1302.26897624335,29373.06813140463,10654.869304296797,989.5996271666402,4586.940542587979 -5642,758.1431358589754,2335.2841786920326,204.59765063848013,935.6488849943393,467.7330544770019,1665.4090367907047,434.20054822506813,1962.576831552978,107.18822369055451,717.7628994307928,918.2995170852354,3983.175318057925,513.6883363114239,2323.5746726847037,580.9319313564607,2626.015453036455,405.63765562416773,2981.661578351148,94.61512504746246,809.0979023126557,204.7201505797471,1555.7295355919912,460.5380191128451,3570.6297141289947,186.0282805000541,1039.5746181086884,183.4028740851675,1415.840505979455,264.4766670892397,2530.91794351599,363.49361101780266,1694.9726470146093,259.38382472657474,2159.274445582396,304.54221620429496,3043.9086759611914,5933.545975618212,1697.3614136310605,37022.85477543062,13111.752184901592,1311.219505995798,5606.802071740451 -5643,1054.4926891864711,2355.363281858133,267.57901914775994,943.6937262434119,576.8191436863185,1679.7284588844245,555.4079917021305,1979.4513443132294,130.60382821802907,723.9343262053031,1116.9886278945835,4017.423221961743,624.8332044899581,2343.5530958644927,706.5135446680241,2648.5943047575443,497.63198869652786,3007.2983256833904,121.21910743773705,816.0546403406205,258.9616956172172,1569.1059178450485,582.8175206053685,3601.3304926689734,245.2523118886085,1048.513027487865,230.32223127873667,1428.0141026002432,322.6539129322596,2552.6791334201907,442.74649501797626,1709.5462612041194,332.3176469023237,2177.8401922064563,390.17372335423516,3070.080632629457,6985.643018620055,2040.9374789258975,46585.11585661943,17060.703383056258,1540.6266922935197,7361.439699448272 -5644,1242.9854188058262,2385.5794116536144,299.489874092391,955.8000422155524,539.5819661028919,1701.277106401242,591.7871977938333,2004.8450316498272,115.56412204442255,733.2214258779986,981.4758121573223,4068.9613360408634,549.0285769476254,2373.6177169242974,620.6299076871965,2682.572192544345,452.3119128887473,3045.877901599551,130.2440609005491,826.5235192276534,265.53383575510867,1589.2354275651205,598.6077485536543,3647.5306989985315,286.95801613228247,1061.9640335279323,226.53057562535716,1446.3335948867607,286.94129345481133,2585.426559100017,391.210601756369,1731.4774308533179,357.0592190979873,2205.7789405211593,419.2227715621899,3109.4656207510952,5304.097995083461,1711.3114538255575,46574.04874895868,19014.5275442657,1158.2813817973174,8488.567869739465 -5645,1385.2503694236557,2415.0807454531714,339.4428254065128,967.6199698831399,614.0468570124369,1722.315996809295,675.3940667363196,2029.638003204728,130.64701247236545,742.2888289282371,1109.3304731017536,4119.280258984965,620.5493028635794,2402.971126095023,701.5805147053775,2715.746295786125,511.6995364444122,3083.5448349444764,149.21415157240654,836.7447451968269,302.482400752438,1608.8887514518242,682.0451843065046,3692.6379883093064,328.3384029198291,1075.09684113148,256.03163496936406,1464.2197193057718,324.44244146396403,2617.399308177936,442.2501297300639,1752.8897944093042,409.06501279543227,2233.0567668196522,480.282707295571,3147.9189133842833,5965.4638824613085,1933.996405938506,52920.381709401816,21685.558627828275,1302.2231457488288,9711.943264930429 -5646,1265.2570694385352,2532.956128630309,299.7675854112508,1014.8476143147233,546.4322663323516,1806.3788830950762,604.9419831621723,2128.700677522785,114.56151355621094,778.5184996350054,972.2404204012985,4320.334298215757,543.8623834148285,2520.255462358032,615.0690239027161,2848.296578351362,449.45364278308153,3234.0466472119424,134.7876417116331,877.5846250423454,269.7943780108915,1687.4154750091288,608.6246208026852,3872.868450013699,295.7778932376814,1127.5702221310557,224.4586848478134,1535.6854294248358,284.6027709923189,2745.1494659976725,387.75886955541694,1838.4449281547477,369.515275866311,2342.047914441002,433.84741185111517,3301.562698928234,5166.477645578209,1694.8006509846657,46945.76484313436,19438.74962073874,1126.7941209329242,8750.66948511224 -5647,1152.4738452531958,2761.8189147053236,277.8404505683159,1106.5431829147385,495.11325782149584,1969.5924892129856,556.0836951039852,2321.0373557111584,103.25272325966738,848.8607810600511,875.4701377278442,4710.693899429922,489.72997390567843,2747.9706920915737,553.8002026160664,3105.651643889714,406.50285338118755,3526.2557848323877,123.85130659735269,956.8779298231096,247.09997656681313,1839.8802581577863,557.4961544921463,4222.797709961621,274.2791064777513,1229.45073226515,205.1685567488736,1674.4407919596874,256.67552588597607,2993.1847745761506,349.4179560767802,2004.555830569191,339.53372239892826,2553.6613746038474,398.64610834720855,3599.8721836987625,4554.964700897166,1515.593674143035,42911.859439975386,17946.729154825283,991.8487172283827,8103.330740210552 -5648,1115.3056070645018,2978.075409262032,261.79732202957985,1193.187947543811,472.13026167281646,2123.8159124629733,526.6545677353611,2502.779684872816,98.6313588865435,915.3284469527306,836.6440862123045,5079.551591075167,468.01103641580056,2963.142840363902,529.274930684252,3348.830997266518,387.6635284894957,3802.3693673985094,117.3801833150522,1031.8035760052035,234.3921701305863,1983.9469284650781,528.8082739729691,4553.452057035579,258.7193845629918,1325.719428295211,194.69691990883763,1805.5531882445814,245.11227704757624,3227.557724759024,333.8074483428741,2161.516960335498,321.7933800762998,2753.6186760099085,377.81719516092454,3881.750092186459,4396.715497709696,1453.6793351141478,40757.82159477464,16973.951960800685,958.1123663022471,7649.454571479256 -5649,1048.497896744192,3154.3686349729005,248.93614850749475,1263.8211328209945,447.93262098999105,2249.5395112878095,499.64026134120365,2650.9368143120582,93.60480634783103,969.5131744436314,793.9842752927085,5380.245969857644,444.14752904055587,3138.552102313808,502.2647053084711,3547.071853435756,367.96025115343986,4027.458349040175,111.38707147650314,1092.8832854538778,222.35470525947198,2101.3906985491094,501.65664040919046,4823.002904793833,245.4557280410724,1404.1980838977047,185.02664196622845,1912.4365783555982,232.62520113302747,3418.61956311818,316.79385733157665,2289.4723493028723,305.36348823905746,2916.624729268906,358.5268802101557,4111.538177144518,4169.86032019793,1378.8397009550567,38659.85190649449,16102.830029926172,908.6323849439151,7260.549966573801 -5650,998.6116937206449,3312.727126595991,237.2116260611369,1327.2686341865533,424.6657779847455,2362.4729458599368,474.0756279020237,2784.021562444607,88.95948531138191,1018.1855592154661,754.5849820832925,5650.349985888474,422.10792539921766,3296.1165579365306,477.31689434039066,3725.1451902553868,349.80685568635676,4229.648486919956,105.44957554278838,1147.749209076673,211.0737204364936,2206.8866312830114,476.1574070057553,5065.131696156071,232.908697744484,1474.6929170128537,176.14214037782824,2008.4464639838895,221.07994157336108,3590.2442208853076,301.0726426728152,2404.410528635705,289.0860653237164,3063.0477844682223,339.41557882519834,4317.949367252282,3963.3976417075874,1309.578730816972,36721.08244968471,15284.884049997685,863.6505837090676,6884.8700092009085 -5651,972.0074605493563,3272.8938286806915,227.74272140448156,1311.3091286496417,402.3036194870642,2334.065810266498,453.8873483026089,2750.5455905152717,83.87855382240788,1005.9425681198003,711.0282314046569,5582.408357824204,397.74267814061216,3256.482990848634,449.76465616494437,3680.3528447132826,330.6296689122716,4178.789831251083,100.93391337137777,1133.9483029259213,201.5447667173387,2180.3503156464385,454.7023364490621,5004.226921291462,224.41329288792952,1456.9607344176288,167.51979223171583,1984.2962568314497,208.54900368526646,3547.073968047079,283.84012793220217,2375.4991220399424,276.7065464613143,3026.2167113780297,324.88080159353024,4266.0289533588275,3678.6137122513037,1228.6203369715024,34994.89516540335,14681.246911302289,800.6760619802815,6623.87091100571 -5652,921.6710702464541,3149.040198706579,224.140138690273,1261.6862554057159,400.2582388680468,2245.7395343981166,447.7995873943434,2646.4587873292576,83.90251048573315,967.8754491942404,711.6014730985332,5371.157527425878,398.06334429207254,3133.250383719382,450.1014389684843,3541.080053335557,329.9029033792227,4020.6550683803957,99.50339654189678,1091.0371604104998,199.321619888029,2097.8409782394046,449.63346117802683,4814.855770909243,220.24757954619878,1401.826078320302,166.39101284984656,1909.2060439443158,208.53101440653307,3412.844747752939,283.95083485705743,2285.6049168913555,272.784838104639,2911.6978957940923,320.2763288377299,4104.592866792847,3726.7614029094775,1233.0134164751084,34657.398132715156,14434.875883570525,811.9215122889935,6508.081260187548 -5653,901.187170982838,3054.5579442077815,216.87713871499125,1223.8312410652068,388.42785091774186,2178.3594690962623,433.6244980438662,2567.05573849942,81.51415617592768,938.8357898874242,691.4415880850329,5210.003956675075,386.78608932227235,3039.241879069419,437.3514698613893,3434.8352277098684,320.3406520121567,3900.021309694614,96.33823415723272,1058.3022176492452,193.13032141520307,2034.8983885305045,435.65451823957375,4670.393204661628,212.98718549975052,1359.7663776059985,161.3381970292366,1851.9231640977264,202.57480172388196,3310.447431213595,275.87566150905235,2217.0287502453634,264.10766387057225,2824.3367431079423,310.0884696895386,3981.44067965546,3632.9591237714612,1199.3012065350354,33594.64068418314,13972.767413003088,791.6797017333123,6294.863559796562 -5654,882.8814801677263,2997.5047018974788,219.15044086644582,1200.9724373958197,391.79949149141777,2137.6719218637854,436.8701729479414,2519.1080957479103,82.27661918045435,921.3001507578402,697.9626235053927,5112.691146243216,390.43389679008516,2982.474711271874,441.4762986767901,3370.679140275318,323.44041575010215,3827.1764447873093,97.0473922874982,1038.5351764066431,194.64328151147495,1996.890417178111,439.05973543124367,4583.159280782323,214.4204379504125,1334.3685681540392,162.90974973765466,1817.3328165085818,204.4584344336468,3248.614667554062,278.46041421412457,2175.6189355333813,266.05179434730024,2771.583588146195,312.3710707908107,3907.0750581843654,3673.7996200284992,1210.9903697640439,33849.54700847485,14058.970311930205,800.6760619802815,6337.563885901343 -5655,896.8804138397123,2981.3244556121513,223.86720883302138,1194.4897020037274,396.7563060281979,2126.1329714324183,444.2969888511413,2505.5101890014216,83.36270192517723,916.3270598624249,706.9720086912488,5085.093324003051,395.47366431822354,2966.3755954514413,447.1158419766612,3352.4845337401066,327.90671112888754,3806.5177090679413,98.59782399382463,1032.929261953999,197.78873720779447,1986.111391966141,446.1519863155007,4558.419821364294,218.5961293464224,1327.165773091044,165.82478308059925,1807.5230262070345,207.20010125924188,3231.0789534736546,282.1198646026148,2163.8751507187426,270.30224485151473,2756.6228426206953,317.36151928074503,3885.9850373224585,3696.252089247601,1222.964551474417,34430.78910610168,14332.517081953558,805.1742421037663,6461.587575680532 -5656,943.9403619608104,3039.4173960321295,236.58068451480045,1217.7650684134971,420.0046133299687,2167.561979872566,469.74535811735126,2554.331595828617,88.35559936514785,934.1822561305115,749.4328933600377,5184.179494562331,419.22589417134753,3024.1772481382013,474.00090646547784,3417.809756531892,347.52233508053354,3880.690047494311,104.09555825426861,1053.0565238358076,209.27539601757206,2024.8119938223847,472.02408520705234,4647.2434348402685,230.8729069701878,1353.0264143367424,175.61151972630643,1842.7437239313363,219.5854056560051,3294.038513874084,299.0264838696495,2206.0395887323048,285.3740775958982,2810.337333928497,335.0573387909766,3961.7058455092842,3932.665888196719,1297.9828387188363,36401.679441312655,15127.950447317988,856.9033135238408,6817.357790263689 -5657,1016.8778334482474,3137.2136697400183,254.3689398522399,1256.9478690706046,449.37427833521855,2237.305439569534,503.4482145282316,2636.519752089246,94.56273432119764,964.2404981254608,801.9484118466235,5350.985619138345,448.60259406065194,3121.4831549498786,507.1577106094363,3527.7811802881806,372.00446027989193,4005.5551043817527,111.59216896148666,1086.9396634695308,224.17295226235618,2089.962330927574,505.64028191903793,4796.7731083672215,247.70971656448296,1396.561383151233,188.47124941439048,1902.035833608127,235.039622418493,3400.0274749584373,320.0229306226206,2277.0211037133495,305.9257553191901,2900.7627290977043,359.1870372683795,4089.1776661691774,4191.897785454457,1386.4214135148982,39014.743803434285,16240.493190268655,913.1305650673999,7320.548470805207 -5658,1073.6023674362152,3143.9716853918885,266.60395328959675,1259.655518044182,465.57430942159016,2242.1249216865676,528.0653702831594,2642.1992000410846,97.05851955083968,966.3176127451479,822.4555319838325,5362.512422338226,460.07408917725417,3128.2072847793743,520.1801949809184,3535.3805353027014,383.0312664299054,4014.183654088437,117.32808491199114,1089.2810899809658,234.21989316453949,2094.4644145058974,528.4253422566051,4807.106057014454,261.87826289800995,1399.569779989857,195.30102983248128,1906.1330961114513,241.38099018551333,3407.3516298651266,328.4165290830192,2281.926139161512,321.6505542538814,2907.0113949487713,377.6495035458582,4097.986351066162,4218.684449772553,1415.6547005726854,40648.35043478049,17090.942454398206,917.6287451908848,7728.474420908768 -5659,1114.1368243435666,3188.8735029250274,271.8890467940359,1277.6457634680307,472.75144571705096,2274.146674486649,538.0264540219341,2679.93476455577,98.36725673953327,980.1184422272152,833.3564881827638,5439.099166241109,466.1719841993561,3172.883957078823,527.0733117480019,3585.8724059655206,388.5253103961657,4071.51373209705,119.5789916814062,1104.838068745082,238.40719323164464,2124.377298075036,537.8980979082386,4875.760555411313,267.3731188429851,1419.5582637214357,198.4192633425052,1933.356254918241,244.675376573582,3456.01500742235,332.829761922139,2314.516328062007,327.8213309310874,2948.5289747123675,384.89460453455354,4156.513288902095,4251.493137252652,1432.4515551451334,41379.552826732564,17446.0460880763,924.3760153761116,7889.058893227062 -5660,1065.9096518560148,3186.5991692193143,254.82159629637428,1276.7345348410088,437.3225217924123,2272.524732309019,503.3789430332651,2678.023410606311,90.29731780632522,979.4194128029674,764.3629919530166,5435.219951041398,427.57765453330023,3170.621027263237,483.4322183032036,3583.3149290164365,357.6435284630795,4068.6098913188916,112.13283131361882,1104.050088144159,222.25567048210274,2122.86217278448,501.5667831127659,4872.283118453721,251.9396275365142,1418.5458218031706,183.90158146834887,1931.9773675802267,224.7336103509865,3453.5501459558727,305.4746699701578,2312.865593878758,307.40796092544343,2946.4260569192,360.92729297119615,4153.548825663737,3822.980295363107,1307.0405616152993,38475.31554511547,16386.912597923656,829.9142327829323,7430.700665714736 -5661,897.1870910087084,3060.6661556321474,211.4763761168228,1226.2785411671234,365.01098609452623,2182.715543015482,418.9231902442592,2572.189089863279,75.5251158713565,940.7131834750196,639.4957680315074,5220.422421890148,357.72807351679154,3045.3194628986425,404.48811467159095,3441.7038810999593,298.886052425769,3907.8201975056377,93.18010677611511,1060.4185087179856,185.18756998099758,2038.9675827678623,417.8726350767441,4679.732608153086,209.25005425428165,1362.4855077301827,153.2101558569433,1855.6264620657482,187.93081539563883,3317.0673458423043,255.51481992067076,2221.4621512767876,255.44977583547126,2829.9845802993177,299.92325444283716,3989.4023820978778,3220.3457499202495,1095.9664644071586,32059.1362057045,13617.698851348432,699.4670092018752,6166.430052179078 -5662,692.8345322448245,2839.6660561776507,168.03651118222166,1137.7332161377506,300.78906744368436,2025.1092156479463,329.1274904978773,2386.4602270046153,64.82609829422574,872.7875435866023,550.6460910556939,4843.4738049006155,308.02637826557134,2825.4274949579867,348.1354036423982,3193.190367590374,253.62159848043396,3625.6500396431693,72.19190408498709,983.8493620115356,147.91321735064938,1891.7407975966048,333.38866940602026,4341.825329399688,159.25584540385887,1264.1051495328052,127.19522554475583,1721.6381040371261,160.94316419760335,3077.553404741791,219.45766487747727,2061.058065563894,197.91140355693267,2625.641198205864,232.36752528753865,3701.3414573265704,2986.0055111384922,959.5011006154864,25985.855651942555,10576.542285478361,652.2361179052857,4712.833249898753 -5663,603.397715716313,2670.9755941356684,151.27183265628884,1070.1461343774647,306.1067788009166,1904.8075313953398,314.0693266957372,2244.692473200456,66.58940223210303,820.9395688320315,574.3251023772647,4555.747072998655,321.2722002495418,2657.5828751465488,367.3924255995883,3003.49878138256,280.1238830128919,3410.26817139166,72.66012850527235,925.4037560233319,148.2206388442918,1779.3618689137757,334.13501738840773,4083.899042846156,147.34277737745063,1189.0109386200706,120.21021253334956,1619.364131853921,163.49792116169758,2894.731236383171,248.80484598012725,1938.6208386163971,199.1950232837264,2469.6648903867654,233.8746215637748,3481.463137742748,3460.0717354159806,1049.8669552140539,25803.159900909508,9942.922852250751,791.2315056584908,4386.419620320202 -5664,610.0744395897399,2578.6377150183434,153.25803008356885,1033.1502798998067,319.9016260083,1838.9567284295904,322.4455235870406,2167.0915611213522,69.85509393994428,792.5589955179681,603.0234381767159,4398.2510541509855,337.32578635891826,2565.7079936207347,385.8063858924444,2899.665295216213,292.86246137951616,3292.3723243240174,74.80711665463312,893.4117676479934,152.8745189604727,1717.8478283068616,344.6037235244139,3942.7152083799647,149.39485890052453,1147.9058276035075,124.01037107927547,1563.3813479668795,171.40472782369613,2794.657935987182,261.13027388249753,1871.6010811002618,205.08091095279056,2384.2864920930774,240.78523473310355,3361.106020639122,3697.2447517259848,1109.5035555429456,26685.200897200488,10144.883181583094,846.4337037276881,4462.125414547564 -5665,621.6862087895822,2546.9270266751932,157.53493316712985,1020.4451579872824,342.2088553437451,1816.3422357646698,336.63844799764024,2140.441844216354,75.18813052476104,782.8125347592293,649.8641609765016,4344.163747655462,363.52805753403544,2534.1563079801417,415.87161364796316,2864.0067837702204,313.9718696353376,3251.884514780943,78.25990941987692,882.4250741854001,160.71652280111726,1696.722667223887,362.21627153648797,3894.2298346996818,153.16163784377588,1133.789504191957,130.68405560862897,1544.1557318990872,184.3221906339987,2760.2907481043467,281.2524885893853,1848.585145887722,214.54661311180496,2354.9658297017695,251.89890350745674,3319.772961369874,4081.4288087227574,1206.3928701949317,28145.276094165703,10488.153476791496,935.8086910778164,4590.3847019717705 -5666,707.3365684518108,2572.009657690714,178.8451479845836,1030.4946996904002,397.30129427960276,1834.2299261540818,387.4190054555155,2161.521330368239,87.19827366863852,790.5218243297759,754.0226240654741,4386.945914247682,421.79334747642685,2559.1131704826757,482.6359315249667,2892.2120776914344,363.58898000215225,3283.9097037773527,90.31722033165282,891.1153673515652,185.319056686858,1713.432320917108,417.6774231045978,3932.5809649089033,175.15809079739597,1144.955282985408,149.9062912092279,1559.3628768420217,213.69092172188553,2787.4746264036157,326.26007445130426,1866.7903707054916,247.6012797800046,2378.157989642716,290.7083452821674,3352.4667289467347,4778.14984377618,1405.9330417535368,32439.405426947073,12010.798173331897,1096.1579330883412,5253.588745978771 -5667,971.068700196794,2674.939430178562,242.7626527643922,1071.7342746165302,511.5516116380496,1907.6343429784547,514.768405495348,2248.0236878135806,111.1169211035488,822.1578764268737,959.2841750222431,4562.507986310596,536.6147784561169,2661.5268358516228,613.8554920630596,3007.9560953133087,465.93415000022515,3415.3291475845444,119.96938305919116,926.7770927061559,243.85260637417977,1782.0025140491473,549.7909921844357,4089.959714556191,238.4419852264943,1190.7754790465144,196.5044031937885,1621.767333862395,272.6353001363337,2899.0271348685255,415.3899052551288,1941.4978305179645,328.8915742844556,2473.3299731856787,386.15117588419815,3486.629770151404,5889.917241736985,1768.869603222168,42502.099278962865,16173.394517818131,1348.5108385475276,7126.08816333973 -5668,1374.4527360372588,2964.49439879617,337.7796522361265,1187.746615214571,669.8183219962726,2114.130608308143,702.2401124060293,2491.366180369776,143.3585780429257,911.1542459976088,1234.912672946399,5056.387153027115,690.7988348608144,2949.6299273591917,790.0221690182809,3333.5592184926054,605.5246320418366,3785.0293034051306,163.503310131574,1027.0982098748298,328.63403905423814,1974.8994732141462,741.2457811660975,4532.68680715303,335.01848830170945,1319.6737085077004,262.3819914031662,1797.3192675486994,352.31235909035655,3212.838992284084,535.2888208253352,2151.6597269124773,448.2382062710217,2741.0612626074217,526.2759035537854,3864.0480257901922,7254.30360421983,2243.7713838796744,56887.35904435973,22395.611598415504,1656.0659420759114,9956.836284339013 -5669,1524.5818947058872,3489.280281561641,368.7755622737923,1398.0059620428851,718.0520467269254,2488.3819133580114,767.2193694302997,2932.397136875654,151.59005505282815,1072.4501774439746,1304.3548477304091,5951.4877127660275,729.64415119929,3471.784445812399,834.4954597427525,3923.678335579829,642.6347961192707,4455.069342977225,179.41579488038104,1208.9189753230219,356.5486845185913,2324.5035621423,804.5482196753236,5335.079973541589,371.16822912524583,1553.2872826682142,281.1274180606858,2115.48744449481,372.8486487116611,3781.5877635530755,565.684503352798,2532.5545768596417,491.8616877490453,3226.294176184796,577.4941772524969,4548.07625505112,7485.120287837544,2356.4660726438888,61414.401432294195,24615.187411462986,1706.0107879480422,11010.919429476728 -5670,1378.680168930712,3894.696216299156,328.74474899538285,1560.4388559738286,648.0257820138546,2777.504482478901,693.6419006732197,3273.109384197897,135.36351569259136,1197.0570751602197,1164.5179927247602,6642.985030106784,651.4206957074732,3875.1675571502647,745.2316900512401,4379.566539354763,574.0713589335514,4972.6993286071565,163.3700269378993,1349.3820441663045,321.4824325207819,2594.5852719511868,725.6902473307779,5954.957501237568,336.48552394466685,1733.76215565176,250.06593236975874,2361.283783719097,332.98330320747255,4220.966607968138,505.08229254249017,2826.809522923132,447.8728153831508,3601.1540222361323,525.8468985805941,5076.5126194046925,6656.641764629886,2107.3016226682134,55209.203276515225,22248.13284570727,1516.7461088536522,9988.637587041867 -5671,1299.43716605385,4122.259387616012,310.3710824898899,1651.6137243051191,606.6682577095486,2939.791267706089,651.6100540551248,3464.3538639131343,126.79286386577705,1266.9999125837728,1090.5751530754821,7031.127944600371,610.0577486788794,4101.589688611717,697.8529089772934,4635.460194556395,538.1007077560491,5263.2491343884985,153.2592589870781,1428.225075877849,301.8221638986114,2746.1842722188544,681.2905056761667,6302.899661236481,316.73547095128333,1835.0641295510661,235.2331652407302,2499.251213361858,311.94427990850613,4467.593429159473,473.05376372427446,2991.977151929211,420.1545234008562,3811.565819251512,493.3028874859005,5373.128131050296,6208.465719326918,1969.783014893597,51834.69041782872,20930.96582742997,1414.2277410108577,9397.74298796933 -5672,1202.9902224277007,4212.192974703382,285.85663732915225,1687.6462813915841,556.8775128167447,3003.9274486526824,601.0666694076367,3539.9342048440526,115.86229957073175,1294.6415130420933,996.2499939635801,7184.523084951752,557.2931188876107,4191.072333630507,637.5223842822376,4736.590066283916,492.1949924691559,5378.075211517962,141.60477904627686,1459.3840574372573,277.8678922719596,2806.096611346643,627.3050192910874,6440.407353568909,293.2250306232388,1875.0989464288393,215.70565487056564,2553.7763185324184,285.1168743761458,4565.061022765861,432.20106627483847,3057.2518502087046,388.20420276525255,3894.7211363513265,455.7900569728123,5490.351391710968,5634.106443319788,1797.0322969977717,47647.91329071343,19334.579259142545,1282.793936084198,8696.477862857764 -5673,1131.432772469423,4331.82284568297,268.32973705408006,1735.5768743426997,517.6623615710783,3089.2415487598055,562.0515384856773,3640.471353722315,107.37391485857526,1331.4104355725126,922.8996697711693,7388.569664694024,516.2616195769061,4310.102360400268,590.549277781439,4871.11326166355,456.7434210009761,5530.817131827946,132.50937129743693,1500.831808656011,259.32144648139683,2885.7921470421074,585.4950006204159,6623.320412251292,275.30926485003306,1928.353354852765,201.1502939237272,2626.305742832661,264.304361285831,4694.712647097219,400.4527643590372,3144.0804087740516,363.2694827809121,4005.3345365068585,426.514234193696,5646.282051243307,5175.395248284598,1660.4413015454986,44436.25567973486,18125.762874633976,1177.6468921428705,8163.94682015647 -5674,1065.0317188450958,4415.2583400701005,252.91070785688927,1769.005922509332,482.4024011113071,3148.7436117675097,526.8453902784796,3710.5906863960226,99.99234448272043,1357.0548102114444,859.1805221944982,7530.881339189639,480.6177122233056,4393.11949524398,549.7422700923162,4964.9360604438925,425.91059855698666,5637.3465256185455,124.00410544802652,1529.7394183178283,242.78575317097003,2941.3755591677705,548.1514066874621,6750.892575926289,258.9651308312709,1965.495482138872,188.4314638270689,2676.891172078315,246.1916077909407,4785.137783274346,372.85970130217027,3204.6387262870558,339.9526147301673,4082.4815203850994,399.13792929649475,5755.035421631978,4784.975962764929,1541.8440357838776,41569.937427547375,17020.383722604744,1088.2719047927417,7670.085425092196 -5675,1029.4983529137544,4355.150995199191,243.7603766993232,1744.923470051689,460.5683477065864,3105.8780298229703,506.7359360604191,3660.076370611173,95.18098705169426,1338.5804752567174,817.4911110858735,7428.359301525727,457.29703761142434,4333.313538667596,523.0580363427882,4897.345649858228,405.9911225073661,5560.602220829621,119.19879280958278,1508.9142326327715,233.06009367562956,2901.332992796228,526.2204505744438,6658.988955119987,250.2442770246879,1938.7381090277754,180.3961672801645,2640.449177415903,234.41845240588265,4719.995065716051,354.8379618008117,3161.012213346807,326.77902995139925,4026.9044497417067,383.6708402900378,5676.688953047573,4510.597486920774,1462.943719786479,39840.40172100694,16402.766703042314,1025.1836784279453,7401.858641341534 -5676,994.2069612165061,4328.963680608724,234.68929546589672,1734.4313287006992,441.47433509505134,3087.20253381003,487.44117220245056,3638.0685064870618,91.11059430483796,1330.5316548946116,782.3332366299117,7383.692932406834,437.63004476049315,4307.2575316585835,500.5277135618571,4867.898144747047,388.76876571681294,5527.166585686354,114.69511825082938,1499.841203536066,223.93503512983793,2883.887416305812,505.6446456845526,6618.9487730885485,241.27785200951357,1927.080569524414,173.26350508470387,2624.5722828270923,224.4350969876471,4691.6139611831395,339.61743998424396,3142.0051981258716,314.43237468050864,4002.69086592627,369.17464815904776,5642.555293936888,4292.540068709622,1397.3576609111192,38275.22356475487,15805.514708638882,975.2388325558144,7137.447167213329 -5677,970.5067154925418,4241.889252292451,229.99245623651234,1699.5443147308317,437.36816808232925,3025.105363318118,478.9286569710301,3564.8910074942196,90.6717429179547,1303.7688331768834,778.9733379364777,7235.174513591683,435.75054821509224,4220.619709109933,498.3928468353957,4769.98338284817,386.22554496737934,5415.9910466507,112.62693566117586,1469.6728249127718,220.5935666350148,2825.8798037152606,498.03970676501933,6485.812710281402,235.77499034898,1888.3185351690831,171.19811666966996,2571.7806338406153,223.2685078600122,4597.245046659648,338.07636724418995,3078.805705919669,308.7625295044004,3922.1792135789615,362.5176902038344,5529.058782366844,4323.643228920014,1395.8879872035288,37765.19995957218,15487.427501364562,983.1248608514142,6980.526767332103 -5678,959.9108069188757,4185.0309537716585,227.03157319443125,1676.763616733104,424.5330325111393,2984.5568403430225,469.80158204689934,3517.107195837974,87.49758370467758,1286.29311113185,751.1997743204032,7138.19420885565,420.21427119224745,4164.046507621087,480.60617264252267,4706.046508736091,373.734432936916,5343.395083531205,110.56800614314824,1449.9733251765101,215.67513202621458,2788.00170084478,487.0111821594248,6398.876853803812,232.89438230582698,1863.007506853819,166.9323514837481,2537.308477140655,215.5580921162837,4535.623557815982,326.1243415807381,3037.5373833626636,303.1180512778954,3869.606309546354,355.8905155516418,5454.947258918436,4108.43959129838,1340.5827404080796,36849.47956707272,15246.351130882882,933.1800149792834,6888.169330812185 -5679,987.2677970545938,4069.8847710413775,233.89119869571644,1630.6294466539473,436.2457657552254,2902.4402846703974,482.55940626882324,3420.338146259269,90.1775795777583,1250.9022757341793,774.2193476544156,6941.795227864511,433.0912096078103,4049.4776871367817,495.27180709745176,4576.565198509755,384.9922743755959,5196.37788019753,113.41558215484872,1410.0790220520996,221.6517846054925,2711.2931276361423,500.4705823477068,6222.819316448531,239.08909642929635,1811.7490561561613,172.12735707208967,2467.497431827209,222.15823851914453,4410.831233756019,336.1158302666425,2953.9631306371193,310.92457435487694,3763.1386632768053,365.0561442920617,5304.860829260516,4235.581564529345,1380.402664974805,37918.9024603739,15671.791106741417,962.0954520631486,7074.421220624006 -5680,1030.949988755425,4038.434005649859,244.11355438856464,1618.0284647951678,452.23339353927946,2880.0111561836216,502.8996570703449,3393.9068690488975,93.25992597034653,1241.235703775739,800.4686903166834,6888.151258713103,447.7748513941505,4018.1846211506063,512.0876990408142,4541.198969131106,398.6939186942712,5156.2219370222765,118.09343338210573,1399.1823832033504,230.70535118697413,2690.3411231293653,520.9203596418384,6174.73136275805,249.95814569322022,1797.7484399915684,178.87754157327706,2448.4294023378343,229.79665930012376,4376.745743350612,347.5548659096455,2931.1358501062527,323.748728444608,3734.0583335149904,380.1129671743249,5263.866564616252,4353.24221988418,1425.0706093210567,39399.31801140443,16342.944368907292,988.3822130484806,7384.153628675059 -5681,1113.345164349296,4038.823893228881,263.8699993921195,1618.1846761384868,488.33156394810624,2880.2892046983848,542.3720343164326,3394.234531239427,100.88829769017482,1241.355537944841,865.9653842639553,6888.816270104756,484.41310190141917,4018.5725537680046,553.9275779605899,4541.637395776052,431.0940687640039,5156.719740597899,127.36301779944922,1399.3174662160316,248.8998634174274,2690.600860093192,561.9952370365115,6175.327497561483,269.3708145837074,1797.922002264959,193.5393193357203,2448.665784116204,248.58894342096897,4377.168292982346,375.9886096737559,2931.418834416206,349.1609472477886,3734.418835373271,409.9494207047142,5264.374760661625,4711.916668118989,1540.885568754787,42565.998768443445,17640.20834466716,1069.8711721030095,7966.083246920097 -5682,1175.0873093626776,4038.888872391002,276.1939804290703,1618.2107105205723,505.18388610422136,2880.3355446191476,567.9675422020858,3394.2891398387897,103.41246406159671,1241.3755096605887,886.9332858698834,6888.9271017530455,496.1423539498998,4018.6372071137234,567.3778666599334,4541.710464520923,443.09244717320297,5156.802705177909,133.64443053395436,1399.339979323535,259.5725311609856,2690.6441481874767,586.2309756340468,6175.426850149569,284.36541219088383,1797.9509283752216,200.2523230568989,2448.7051798054376,254.95474202718717,4377.238715643908,385.23364432827464,2931.4659969429026,366.3812052027916,3734.478917073624,430.1677035014708,5264.4594572639235,4741.334287673802,1571.829729940716,44237.11580436634,18529.797611333914,1075.1285243000757,8396.446055186905 -5683,1190.8942951967845,3973.8429725296414,278.78294858057325,1592.1495894655654,504.13779015826844,2833.9480298045837,571.8140181708269,3339.6244539644904,102.68048443120844,1221.3832816882634,880.1345571733004,6777.981622298056,492.33920740761937,3953.917458288767,563.0099948242485,4468.5666733921435,440.81066522578925,5073.752915257042,134.63352221603324,1376.8037494239506,260.62280557987333,2647.3115942709956,588.6782611194808,6075.972220624645,287.8909209655057,1768.9951091542036,200.29226982277436,2409.269028688626,253.25921872550435,4306.7437255209215,382.3860141984574,2884.255031326201,369.09276303642713,3674.3355089856145,433.3513400790098,5179.675866157426,4641.738537988523,1553.9981362186109,44338.97530568291,18707.17341993759,1051.470439413277,8493.36722877451 -5684,1117.1455378768508,3791.961387600819,259.17251195773997,1519.2773867193582,460.0840428716644,2704.23908991191,529.9565092378813,3186.77085784782,92.7559365979943,1165.480940147673,794.1835457672519,6467.755463739697,444.25899911828066,3772.9478580900172,507.99667131405005,4264.041735055362,399.5478460000874,4841.528786587776,125.06035912483672,1313.7878603180543,240.32221825020392,2526.1449473010607,542.9780460834263,5797.8768189919965,269.4434526522409,1688.028740727349,183.36561811728595,2298.997517587908,228.96530116067967,4109.6253743190955,345.22197803253357,2752.243555265636,342.848294659091,3506.16228962231,402.5377433901542,4942.60367622271,4081.2582134673285,1392.7430363864162,40764.48279531251,17427.601680844415,922.6653105851508,7941.96813032537 -5685,914.306412990839,3487.135906180169,211.4658874115237,1397.146802180034,372.6869845975538,2486.8526510219067,432.39970975050613,2930.59500012492,74.84671309885115,1071.7910914512217,640.5679059477941,5947.830160862895,358.32781764413454,3469.65082268825,409.75777288029,3921.2669961204874,322.92013183246564,4452.331431359085,101.96885987991676,1208.1760209371057,195.728895546804,2323.075013040314,442.24418848201384,5331.801241760167,220.7548263074415,1552.3326929704738,148.74790412469105,2114.1873485352626,184.81462460050534,3779.2637474097205,278.50294004639005,2530.9981677297847,279.5438135857577,3224.3114217923344,328.2120332883069,4545.281185017358,3258.3305957620873,1120.5572455662234,33125.5215480112,14234.158974355652,736.029307589294,6495.37968465226 -5686,701.9101239504142,3193.812051612327,169.74218987726778,1279.6244295399904,312.32374238141097,2277.668602861578,343.86335556119633,2684.085129348041,65.57299908586653,981.636333307504,563.2209028631817,5447.522597281221,315.06061277907827,3177.7977430558503,360.1727074751337,3591.425779420774,279.70429474689183,4077.8192091812075,80.05227255055516,1106.5491107757787,158.62322583378992,2127.6672814209146,357.97068415765045,4883.31155449247,169.5250665910141,1421.7567070254477,125.42796118464483,1936.3504075511537,161.4921363066276,3461.367273155857,244.46465823399015,2318.10077616357,219.46030956256806,2953.0953063289003,257.66806821326674,4162.950403208392,3110.8224758905517,1003.1762242844986,27253.524422817547,11162.380847049537,707.1138705054288,5012.536236774499 -5687,534.5791127665614,2992.566153210179,143.4060920342532,1198.99377132386,283.19266772388465,2134.1499934888557,304.0058296059513,2514.9577309556394,57.24231447826624,919.7822596775513,495.06897928208235,5104.267715203103,276.93705114210877,2977.560925294847,316.87469031438803,3365.125766820064,243.55211398503596,3820.8709677031516,64.37322983094971,1036.8241343759464,126.24519534417841,1993.600433832232,285.013065058919,4575.608281701165,141.84861112054827,1332.1701248500272,103.26007631570793,1814.338663875669,140.2626714639674,3243.262401820555,227.2049727372959,2172.0344874318184,176.47680067197032,2767.017256529662,207.2011855093103,3900.637943878068,2905.8258940256296,920.9377884639483,22728.6283163165,8810.525303718761,682.5453549527932,3915.967343698521 -5688,536.4588428007903,2876.3802723702215,145.27952723872374,1152.4430385043202,289.99546395846545,2051.2919766085593,310.23047733989915,2417.3149173012475,60.06595434323604,884.0718671413777,519.9359698005666,4906.095374084542,290.84741780445614,2861.9576199213257,332.837599328052,3234.4753212364917,254.72010496857723,3672.5262908504114,66.25461701126376,996.5696106123291,130.1545069334588,1916.1992301197436,293.81997733988175,4397.961054749215,143.81787953424137,1280.4488423586304,106.52341951347611,1743.8972684270648,147.08802064141213,3117.343281019695,238.54803637729037,2087.7056114046936,181.6345532234424,2659.588273914058,213.25689617019842,3749.1963275044154,3097.1309091684475,968.285497200986,23442.942095810544,8979.69790405281,729.3457440118239,3978.3793816414263 -5689,539.8533189011478,2810.7495474434772,147.78661751561782,1126.1476029597382,307.3026428901468,2004.4873935169444,320.32625235788515,2362.1587434383314,63.623435336632774,863.8998898527082,551.3035112485338,4794.152388293033,308.39413309810067,2796.6559784418155,352.9943697761366,3160.6738972281532,268.91482100382626,3588.7298036138945,68.50473790289819,973.8307583775534,135.04032872919396,1872.4770749565819,304.8097765900414,4297.612232656602,146.12457881864546,1251.2326825334349,110.714457577444,1704.1065484641842,155.67929877681706,3046.2144732802903,252.8505558771272,2040.0701738979496,187.80317544612117,2598.9041188667097,220.4994676165944,3663.65045054565,3361.787054255966,1036.5092391295623,24402.242793423473,9180.440028919953,792.2966173508808,4045.221506118511 -5690,620.999295427106,2826.15002487391,169.66063042756775,1132.317918190596,368.95088154934757,2015.4702514138787,375.15057493082605,2375.1013311009383,75.11607285138898,868.6333143472281,651.2971966396683,4820.420198500853,364.3296845544042,2811.979235298995,417.1176107210819,3177.991657561333,316.85436888054176,3608.3929402298004,80.01972491562995,979.1665089886654,157.82214422509836,1882.7366304399582,356.2252844057098,4321.159432105225,168.73566741457623,1258.0883558555572,128.91152351694382,1713.4435790304776,183.71482211741213,3062.905094928413,298.64843680214346,2051.24799466757,219.37108143938508,2613.1438665037304,257.5633055881858,3683.724087532603,4035.0915733627294,1236.872967568634,28590.090929548373,10633.657727436743,950.6826241833396,4679.996038824827 -5691,910.9317688550702,2911.729894642513,231.42521392524597,1166.6061262200797,489.36422294600044,2076.501576757688,505.7209376105098,2447.0228005253803,96.43985952927166,894.9367749789129,834.9335354450951,4966.389424899601,467.0541699888498,2897.1299932668567,534.5903256049878,3274.2257958010186,408.9093424750692,3717.66024563854,106.93020762433302,1008.817073036399,209.07866209985394,1939.7485916676071,472.07283931933074,4452.010327561646,230.6638929649251,1296.1850728394047,170.09713182596968,1765.3291042356798,236.1297935892912,3155.654247248895,383.0477520926186,2113.3627213104314,293.1451627685622,2692.2736047744334,344.181359933352,3795.272527955037,5024.82578984335,1578.317351241429,37861.324377927136,14453.210928363475,1180.5715925265126,6431.307322526744 -5692,1284.6380489412215,3166.1301784741913,324.4989592961684,1268.533482248617,657.3802090230819,2257.927261700536,698.6002447691639,2660.8212356555305,126.1220258390068,973.128151859355,1089.7969823837982,5400.307035745927,609.622447123624,3150.25467146605,697.607224700636,3560.2976506504015,538.211444048039,4042.475340411027,147.13165680359606,1096.958267103513,284.8809461834113,2109.226053567597,643.4654299482122,4840.986205110308,326.2227174709057,1409.4338501506033,229.6568856849173,1919.5673891810688,309.2479914736099,3431.366406419938,500.300578586262,2298.008995379294,403.35593131574103,2927.499808436859,473.57968204660324,4126.868672950098,6309.497272424352,2040.546583635298,51314.288129171924,20181.581263870376,1476.6809819404928,9049.732835393117 -5693,1391.594015826639,3671.4217894420954,353.94852843434694,1470.9823048428373,704.8389185341204,2618.2762174288296,762.1532616224941,3085.4691726869514,133.200626720042,1128.4324077848637,1149.719825131204,6262.157208668502,643.1427363378335,3653.012665665567,736.0129268527184,4128.495555983955,570.4399550238204,4687.625338014312,161.3835849304692,1272.0249190427621,308.94608907039594,2445.8433656884326,698.1279468840213,5613.572795164039,361.1302058298293,1634.3693583420263,245.8013204764568,2225.916542173946,326.86475899509725,3978.98781223233,528.0027815495718,2664.754707601879,442.42705895439497,3394.707728177594,519.4530429364717,4785.48723961082,6506.462764514469,2142.1131251022675,55339.24136055502,22145.709886188204,1519.5470313803587,9978.612039009764 -5694,1268.3936749659877,4048.3111030244586,320.10474627140917,1621.9857969390873,630.1660994988281,2887.0550129334806,694.4594120841756,3402.2075986334394,122.07701318479884,1244.2714859363168,1053.900554790193,6904.998120793329,589.542314414188,4028.01219310466,674.8616101726782,4552.305716041614,522.3867180300823,5168.832891190591,149.27636997274467,1402.6044672647438,283.68920016925273,2696.921089821123,641.2371679965624,6189.833360920365,331.27357577168226,1802.1453265995924,223.241689294647,2454.4177076036603,299.527548633873,4387.450274817626,483.9680923273991,2938.304746309379,409.23558221168565,3743.1909967480565,480.48297262860495,5276.740793228847,5947.39855530742,1953.4388094342248,50546.1902986268,20289.25830766034,1392.9618757689182,9167.9245579771 -5695,1159.6267836113097,4266.841924983731,300.7928836619526,1709.5417876697786,579.8285028090048,3042.900373866005,646.4337939358417,3585.861276447379,113.40801553501244,1311.438179315935,978.7738599175428,7277.7350168873245,547.5171296202319,4245.44726492103,626.7012782413968,4798.0425392796415,485.78970172354803,5447.85030648709,139.3473605449806,1478.31809186393,264.8166962626287,2842.502881219912,598.5789608187475,6523.965135314454,310.63175558944465,1899.4264617420097,208.5993547195966,2586.9089874050833,278.3173744707226,4624.288079635795,449.5132750423773,3096.9166056840463,382.01557441876946,3945.2512101192024,448.52399636209617,5561.583156739109,5483.5791085713345,1804.688311898949,47076.78944356084,18968.89485096404,1284.0726596369718,8554.707716272642 -5696,1114.4677271211822,4324.934865403709,276.4946803635287,1732.8171540795483,542.6426730904125,3084.3293823061526,599.4551241134606,3634.6826832745746,103.28741276595173,1329.2933755840218,891.1280436748092,7376.821187446605,498.4888630332119,4303.248917607791,570.6066099943299,4863.367762071427,442.9183448304477,5522.02264491346,128.49581246176555,1498.4453537457387,243.2484318706261,2881.203483076156,549.9106815302638,6612.788748790428,287.1001082317301,1925.2871029877078,190.76432311675154,2622.129685129385,253.5428882659225,4687.247640036224,409.30750028293056,3139.0810436976085,352.26646142423834,3998.9657014270038,413.59560091948595,5637.303964925934,4968.833207622778,1650.8649850266913,43316.59544098567,17535.656158638132,1161.6377150693356,7945.71460576564 -5697,1030.7560385962672,4439.366258441217,259.53826057155226,1778.6649383795561,498.2579256635014,3165.9361853651076,558.339365046409,3730.8510223687613,95.74922766866526,1364.4645162965448,825.791996588766,7572.000988053687,461.94047690825323,4417.106532474561,528.742102578187,4992.045294840603,411.10030023391215,5668.127213723683,120.26487992438038,1538.0920061361207,227.0727787038677,2957.4358746504845,513.3951598245793,6787.75337876439,269.554630201919,1976.227358054755,177.91699992553222,2691.507366396811,235.10135078786314,4811.265294325463,379.34431150526825,3222.13649490483,329.70166788258854,4104.772431508427,387.10230573960985,5786.458707311199,4558.080472028304,1520.742368826105,40331.423706353686,16422.134026418993,1065.7210812828114,7441.363934341737 -5698,988.7743829423129,4537.552426031275,244.15213599122944,1818.0039529053856,476.1973740607503,3235.957698071932,526.5844829440161,3813.3668461170964,88.87040060064713,1394.6425943979045,766.1996916325745,7739.472134772313,428.6050875060309,4514.80037817518,490.5565126420271,5102.455152329696,382.10580599110926,5793.490082234527,112.32900479376656,1572.1102309663554,212.1215791858829,3022.845952918558,479.5886800751918,6937.879196732236,253.15374317982042,2019.9358919485446,166.21710416325897,2751.0358616734557,218.26683116483332,4917.676811872732,352.0107387211986,3293.4009987707163,307.9457631802639,4195.558334363996,361.5587259093731,5914.438732232257,4217.225850433027,1418.5563684276287,37776.80592140502,15418.582119603197,983.5567388336607,7000.991918470539 -5699,946.5153354087838,4479.394506449175,235.63947484773905,1794.7025521135301,442.2147815520853,3194.482349711021,503.11396015084466,3764.490830690538,84.83807356773862,1376.7674264140703,731.1756155798178,7640.275132564744,409.0129402559791,4456.934072142702,468.12654526168944,5037.056860793039,365.2023605307415,5719.234779228147,108.15836934380593,1551.9604559770435,204.0364782387216,2984.102062968029,461.3275740350162,6848.956230668176,244.89729160728896,1994.046324592584,159.4743911603402,2715.7757682599204,208.41769166408423,4854.646828810741,335.96019907919094,3251.189398230458,296.5121221634776,4141.783761355842,348.1345026440753,5838.6332274431325,3966.9977775699285,1338.7435235424202,36147.54253316797,14864.303585851621,926.7504522006514,6752.302437851143 -5700,875.2705682636124,4411.359483189328,225.43255597199152,1767.443816652352,415.57610141671734,3145.9631401051574,478.54348174161566,3707.3140803822603,80.24034025858012,1355.8564743323495,691.256215633757,7524.2312575259875,386.6823936714284,4389.240187884624,442.53529202632865,4960.551815258015,345.7416819699255,5632.3685140056705,103.3602526451656,1528.3885947425074,194.48007045495532,2938.7782021266835,439.76543784046873,6744.931256804339,234.89560386699313,1963.7598678226905,151.73704307661208,2674.527365759074,197.18423382078967,4780.912307450553,317.66384518350367,3201.8088969121845,283.3582647844015,4078.876519286539,332.69057555231535,5749.953485825621,3712.74003212458,1258.5329336818118,34357.30802443027,14202.440817785171,866.780226417472,6442.391612209468 -5701,848.6967710697327,4329.743455766768,218.50403250955966,1734.7437513873376,397.9310138335512,3087.7586308395576,462.46942018365917,3638.7238308681212,78.18439155533643,1330.771323232816,673.6585514965375,7385.022955190141,376.83842158451233,4308.033396893381,431.2738113450295,4868.774998036939,336.6908026799425,5528.162192837598,100.25915627117912,1500.1113695614288,188.83624502393081,2884.406890233465,426.9863550448402,6620.141042695416,227.48272947123925,1927.4276940711957,147.48456686849835,2625.045046383832,192.10802661748775,4692.459060446608,309.5591497080721,3142.5711667457795,274.85672512119413,4003.4118696428322,322.7089287286897,5643.571686027636,3619.518999528055,1222.2144405179686,33322.259169691824,13764.21794614489,846.4018480809295,6241.721308905553 -5702,812.9318910239432,4257.549658977664,217.89790744993593,1705.8187725408375,384.6437105951271,3036.27358988829,455.82895997042573,3578.0520401486306,76.94185435409852,1308.5821484090104,662.732690510483,7261.885671894577,370.7265950526737,4236.201591893074,424.2724388855038,4787.593432336552,331.87854824364723,5435.9860576822075,99.55835090652536,1475.0986323215582,187.1257167809043,2836.312519973893,423.15342646821273,6509.7573393572875,226.58245298207052,1895.2899185440713,146.01915432878673,2581.2752548068115,189.1010232780008,4614.217372616381,304.5727614013383,3090.1721859458503,272.93549343882194,3936.6592996735567,320.4532130725253,5549.471222194574,3524.666960736853,1192.9177481846812,32878.988920631615,13652.67419811018,824.4873230678751,6178.891882228953 -5703,828.2692107791383,4146.367305987127,222.03019803807214,1661.2727401753427,392.04081630410394,2956.983841303686,463.55252161710115,3484.6141998858725,77.62237679536658,1274.409618668873,668.3728565512678,7072.247593464417,373.88165226015985,4125.576725842298,427.8223097769194,4662.569428953105,335.03424487022363,5294.029822493635,100.88769408558387,1436.5776636961411,189.58334611434861,2762.2445877015684,428.71460187497854,6339.76046407458,230.52375481309267,1845.7960054669488,148.10263460507363,2513.8674076803536,190.819950810225,4493.72094021059,307.1993430827965,3009.4749205469843,276.57983801888145,3833.8567303748387,324.7320333736501,5404.551416729516,3533.9098313275554,1202.6493720000447,33351.637669792726,13885.730061260976,825.5466237127432,6288.342724971643 -5704,865.9276350398784,4135.645454292363,231.3692243435835,1656.9769509627001,407.7418737250942,2949.337547603538,483.0025500794231,3475.6035373209097,80.01858671924427,1271.1141964543438,688.7906037088798,7053.959876952597,385.3031529508191,4114.908635307729,440.91222029374165,4650.512760007836,345.8976099886911,5280.340296594067,104.87501924560937,1432.8629005018822,196.94751207878394,2755.1018589878736,445.3790657088765,6323.366843717314,240.69554049056202,1841.0230682018814,153.5425450346714,2507.3669431685557,196.755621779639,4482.100886818547,316.61732939895705,3001.692893197255,287.510940735462,3823.942981724859,337.56622706469227,5390.576099423877,3619.0524215983264,1239.214744662301,34602.32616114594,14462.169417490062,844.5768012285446,6556.924216913913 -5705,939.4025034816303,4110.887725390594,249.59279935439616,1647.0575836954124,441.39646041220254,2931.6815613130325,520.6007202254295,3454.797099463014,86.22197862041452,1263.5047673998429,742.1571860463373,7011.73187935278,415.15593016077446,4090.27504580533,475.01900058667866,4622.672816898836,372.6113521694282,5248.729938545487,112.84861299993528,1424.2851750570644,211.90852388715328,2738.608649965135,479.2131920983516,6285.512486085979,258.9550623052073,1830.0019227656499,165.62657944118155,2492.3567804932723,212.01557767336863,4455.269128658267,341.15333194417474,2983.723485587854,309.3702496332253,3801.0512361137576,363.2312136282784,5358.305823074298,3899.074928697422,1336.1620015690473,37305.95687514591,15585.885235250984,909.5453215372354,7068.125060180331 -5706,994.0735130252289,4084.3755149895246,259.8546233297324,1636.4352704339963,459.9325617984594,2912.77436569628,544.1850818658988,3432.516192342092,87.39681575505405,1255.3560884590001,751.5454961288283,6966.511351992446,420.4076648043449,4063.8957720677263,481.05873364013075,4592.859968063301,378.95384907729846,5214.879480502173,117.7602377582869,1415.0995804228423,219.53262609326623,2720.946633003296,496.5974609961417,6244.975541114117,272.2056728661242,1818.1997527109777,169.95435384504606,2476.282907458296,215.05615498049028,4426.53591081755,345.5818956414671,2964.48065773344,322.83528511041663,3776.537243796559,379.0404945262525,5323.748680952125,3870.350368502637,1352.42974589016,38556.30078646899,16300.562586810642,900.0348870408125,7422.689070984808 -5707,1020.9868438664192,4024.658051394486,263.2292963248416,1612.509026794268,458.93422850551735,2870.186827771409,549.5913563930397,3382.329533450593,87.38073861747449,1237.001585736066,751.0635156399458,6864.654314969223,420.1380493348143,4004.4777418371955,480.73908306161366,4525.70797703472,379.45588732182006,5138.632971241086,119.12694737248242,1394.4094755666358,221.50418083245745,2681.16379939652,501.1091672472406,6153.668045473783,276.3912892156901,1791.6159390673624,170.9031435848663,2440.0772907527676,215.08860910621962,4361.815736059804,345.41394139620775,2921.137124528255,326.5820683741156,3721.320669183363,383.43958795456047,5245.910400197298,3816.3573498927944,1345.089053648825,38829.86875302894,16525.263847817463,887.3465506097854,7541.879794918238 -5708,981.5139843580944,3841.606810031747,244.7301113340114,1539.1681925435073,426.14387478309294,2739.6437468295394,512.2618389190981,3228.492956059512,78.90134023186476,1180.739743625478,677.4384717144081,6552.433132986866,378.95287432240656,3822.344350057794,433.589268900793,4319.867765850961,343.7807030965015,4904.915439892737,110.71200016801212,1330.9883396065266,204.35310771373148,2559.2179457341654,462.4441486476022,5873.784249068298,258.71489529211755,1710.1288866262446,156.45001592029098,2329.0966381384264,194.3719552356787,4163.42974279396,311.66973140521384,2788.276700112718,303.5128055086617,3552.0659500732986,356.35399598809653,5007.313630342255,3356.0422323842454,1211.1312873132138,35800.84677824993,15428.594333234132,777.8841883875712,7082.774647512251 -5709,816.4131577159905,3558.1600528385047,199.34335258148542,1425.6031520473834,345.4102480258388,2537.503555419071,417.91313852827136,2990.283814867176,63.42121558065864,1093.6207676423383,544.2570227891301,6068.972431485419,304.4523920144965,3540.3188423794486,348.3654696088711,4001.133296061756,276.8392408612585,4543.014171883174,90.11334419266807,1232.7835135065932,166.09040792610273,2370.3901808065243,375.8789334224478,5440.396559962917,211.6866351146466,1583.9497872892427,126.56551799655811,2157.2480024201436,156.29368748186386,3856.2378000071108,250.43916594556399,2582.54820474963,247.04236097422358,3289.9824978429315,290.0521194285689,4637.857077145884,2660.675391910531,971.1806014069219,29048.03861928786,12596.652097959959,616.1369880262151,5800.549314227924 -5710,630.1092202906617,3262.49687909968,162.24916979606314,1307.143513872829,286.18210565716686,2326.6512206652565,334.4010791897912,2741.807976244298,57.20086609808778,1002.7470064213168,492.84229571150286,5564.674810304787,275.6914647538098,3246.1381733142002,315.3620543475703,3668.661526580228,246.49691144439782,4165.515136299346,71.72392078807118,1130.3461074530094,136.84243834914201,2173.424031603226,309.2645591902864,4988.330073512082,164.3721133715837,1452.3324305097808,109.04046300325666,1977.9927745873026,140.55251891172077,3535.8060347940254,226.473125258326,2367.9529118985815,196.628444860833,3016.603377057895,230.86120512659323,4252.47712728047,2642.18439687569,888.9672827436221,24253.335909976588,9989.103387025996,618.149980734371,4515.085366906088 -5711,570.1263950988484,3036.3632871683726,138.2412005687451,1216.5414170998372,278.2522159785,2165.383940665409,300.99337282502773,2551.7649174980993,51.10805821104145,933.2435583680597,413.8067125082208,5178.970256579315,231.47968364129864,3021.138453087818,263.9695237338058,3414.3754262929174,202.0488569499363,3876.790599564909,57.219941718320015,1051.9983772095222,113.3408918448027,2022.7773946041768,255.78383270357136,4642.573728275809,122.00597474121882,1351.666847871696,100.9896155515,1840.892073036583,131.14183142722996,3290.7285531441385,183.71158627065145,2203.8228859291485,156.86632899427318,2807.5134124187684,184.17655584386006,3957.7249901801797,2600.0390057534514,821.9394155413258,20373.280139948132,7864.9866039764265,591.4352987236407,3558.6809439157296 -5712,578.6724002820667,2913.2244531901824,139.9975002706271,1167.2049321604636,290.8922467515343,2077.5674219057914,308.959427029531,2448.278830093781,53.60496012756566,895.3961360649565,434.37174696778425,4968.938617316005,242.98357549920945,2898.6170578476454,277.122104469814,3275.906419460211,211.09768497834125,3719.5684792654547,58.85217655091699,1009.3348876119596,116.77989636090452,1940.7442430305102,263.5274040739946,4454.295494912371,123.61072817351766,1296.8503902108882,104.16364950655,1766.2352280169548,137.47582520917183,3157.2740094519045,192.7459303860056,2114.447486873773,161.34103970800484,2693.6555188510392,189.43030795839323,3797.220599102648,2781.1520046599317,868.2311073485138,21044.11751663253,8014.581540685942,633.3952354574127,3617.3481784082082 -5713,579.6924368043716,2850.4528870345357,142.35103288363598,1142.055039732479,306.71340485230155,2032.8018492688577,318.7748640779062,2395.5254981689413,56.74874021323134,876.1029375168793,460.2944196792855,4861.872353060726,257.4844811080715,2836.1602388382753,293.71856468352826,3205.3201052805152,222.59594719858603,3639.422530122748,60.79819695480941,987.5866383132983,121.07342496082808,1898.926814404585,273.1796828387855,4358.31830234504,125.47779256897935,1268.9070129081354,108.23914846656375,1728.1779642381578,145.44453654956976,3089.2438807953963,204.12587554973723,2068.88725544032,166.67598182327828,2635.615028556197,195.69405665906748,3715.401471234509,3013.853325763439,927.1242284984409,21891.920677064394,8189.058625368221,687.3437255436905,3683.1323144652506 -5714,657.6397484451657,2860.3299844091352,163.37099999104728,1146.0123718763984,361.96315957311697,2039.8457060187175,371.44278751932075,2403.8262277534836,66.97744527986296,879.1387196774571,543.5798381691906,4878.719215140954,304.07358114253117,2845.9878107923296,346.9422473358405,3216.4268521910226,262.08076621272,3652.0334842910634,70.98475131502138,991.0087223746918,141.43942155243678,1905.506781096343,319.1249796004484,4373.420300507356,144.81616744411298,1273.3038995161596,126.01250785898037,1734.166269503984,171.59333784126372,3099.9484122624103,240.9727907597559,2076.056151643447,194.60203941091572,2644.7476917892636,228.48200508473707,3728.2756998471045,3606.722477515449,1100.8245595595222,25601.940625041403,9475.71812594804,823.2139968720944,4256.35827741938 -5715,954.6623255930498,2937.7222591403197,222.99365059686127,1177.0201593740062,469.1332803048469,2095.038044018152,496.4026462328602,2468.866828257049,86.05862456757981,902.9256763191588,697.4611679682606,5010.723277571706,390.1533871569961,2922.9920276956254,445.0576160955213,3303.4540805018664,338.81327434264944,3750.8469709462133,94.98519623186091,1017.8225584429333,187.58323986038215,1957.0642954770506,423.37913348147646,4491.752432553904,198.2408502141639,1307.755828400162,166.32297425328915,1781.08780411382,220.68359493216474,3183.8240701347554,309.4575019424981,2132.2282398015004,260.3983610301754,2716.306931832647,305.73338197819754,3829.152080827241,4482.2433735624345,1398.664163615219,33830.22468066838,12875.799037541718,1021.0251271884471,5808.520275632238 -5716,1340.8864194246264,3188.6135799733956,312.90399655602926,1277.5416234142858,621.5534223144856,2273.9613103085044,683.5517087454501,2679.7163248611428,112.65991625218525,980.0385534269167,911.4019541134758,5438.655828896993,509.8299027811385,3172.625337424405,581.4594332843327,3585.5801238981767,446.9217281187307,4071.1818657292292,130.9071865872261,1104.748014131238,255.94042628367362,2124.204141498838,577.8824167334682,4875.363135421511,280.81402996894866,1419.442556474478,224.64435494703656,1933.198668339823,289.24385895787975,3455.733309944922,404.8333333076334,2314.327673380334,358.87715335319683,2948.2886420828745,421.357205841501,4156.17449427711,5611.652249928514,1804.341810979162,45841.40394761039,18003.723558073034,1274.7828398164957,8186.172169669054 -5717,1453.4850106652943,3674.9957379059665,341.4169342543608,1472.4142337385836,665.4442936814577,2620.8249804971806,746.2560596974242,3088.4727251095464,119.0501587394983,1129.5308812106036,962.1290576891063,6268.253110588788,538.2061797548791,3656.568693753242,613.8777735581995,4132.514443269757,474.2257491381068,4692.188510631574,143.72971696176018,1273.2631727129049,277.77531811234326,2448.224273859978,627.460816091225,5619.03733207064,311.12756049127853,1635.9603364950792,240.48303742371206,2228.08336240405,305.8532294447457,3982.86116108595,427.6318427547233,2667.3487151934924,394.02964054328305,3398.0123091182263,462.62969600254667,4790.145675974102,5779.579592288923,1895.0106221381595,49473.79258734387,19779.824634284952,1310.7484998740144,9054.643615131417 -5718,1348.845501888706,4029.4016562922743,308.7403072564995,1614.4095871945683,614.2556953394442,2873.569731888957,685.6955053111244,3386.3160671475994,109.09775254906317,1238.459559731804,881.8479153870643,6872.74524031351,493.29764429445066,4009.1975615055235,562.8130613650682,4531.042137167501,434.1511454079192,5144.689546537433,132.95596323683526,1396.052976090992,255.0569601094272,2684.323914260486,576.3076208261513,6160.920977153224,285.3931425518808,1793.7276012346792,218.40344688389695,2442.9532524964957,280.2526738276715,4366.956726977444,391.90814534284175,2924.580080474841,364.49379787086303,3725.7067498707556,427.95170097181546,5252.093416480909,5320.016090243306,1744.1494392737397,45308.43677924095,18129.799364588416,1206.8477041522938,8318.454845970493 -5719,1241.7120619369718,4224.99421631435,290.144670825094,1692.77519355959,570.9248601509025,3013.0566602730805,640.8237081134772,3550.692390263212,101.36594939895575,1298.57604759632,819.1275313567228,7206.357510967459,458.21243611790186,4203.809387671966,522.7419594487641,4750.984998855798,403.87411810377023,5394.41967640788,124.13465104268889,1463.8192597260995,238.1299680339203,2814.6245968689814,538.0610561842798,6459.980343482054,267.6595211090461,1880.7975444754775,204.089373753914,2561.537479493047,260.4378663179195,4578.934662808517,364.0955742481771,3066.5431195867077,340.31050059278965,3906.5575518653354,399.5581226291595,5507.03707423228,4908.273247588207,1615.8861300775945,42262.39998026847,16968.262718118698,1112.9373695576612,7795.30161262479 -5720,1178.521643795521,4300.826947032594,266.73273832361053,1723.158138209325,522.4956511297385,3067.1368087085552,589.8587829534018,3614.4223473018365,92.33618896094886,1321.8836694989218,745.9255346842981,7335.701538582558,417.26390986288703,4279.261880377209,476.05086085845863,4836.258527674718,368.3593379515653,5491.241956808323,114.50226790447873,1490.0927659274462,218.78682548865677,2865.143167593442,494.43044703316195,6575.9279459523295,247.44543084862988,1914.5552270718251,186.65101557772095,2607.51349081089,237.2867628928285,4661.120128985108,331.6220742229959,3121.583275079835,313.90368267263807,3976.674790303677,368.5539115501395,5605.880679246715,4434.819522434389,1469.8767664777304,38794.84284403387,15671.202686716972,1005.0403893851053,7204.39578891444 -5721,1098.6117121203195,4400.377708542933,250.4044122386413,1763.0438873859646,485.77473773827677,3138.1314822268646,551.6377985761156,3698.0849781226707,85.6134413736948,1352.4811633175218,691.383478693554,7505.500203670052,386.7535834610827,4378.313477695637,441.2213932208517,4948.202864245402,342.0359005346549,5618.347121738282,107.19620828101912,1524.5837769344046,204.2829532765115,2931.4623168367907,461.7013258745568,6728.140216457272,232.37744808325905,1958.8712233106653,174.09187968819654,2667.8693146688584,220.05942322851485,4769.010556581082,307.43803375942645,3193.8382148807823,293.874393614861,4068.722438007066,345.0375489354628,5735.639373894997,4075.729392929429,1359.1735483167745,36176.375589844785,14688.815935212755,923.1186081429797,6764.654741482204 -5722,1037.7550868893848,4478.874660545914,235.5876263846296,1794.4942720060408,451.3590524289018,3194.1116213547334,516.0236421392593,3764.0539513012845,79.47716478222108,1376.6076488134736,641.6220485892894,7639.3884578765155,358.91749537963346,4456.4168328338665,409.44319239142806,5036.472296658352,318.04302805594995,5718.571046492507,100.14383781617842,1551.7803467493557,190.87162904676077,2983.755749815634,431.38780267432065,6848.161390688574,218.28544853143038,1993.814910098669,162.65343997355913,2715.4605951030853,204.33021682140242,4854.083433855885,285.36755429213036,3250.812088867113,274.5405838921397,4141.303096096856,322.33774771680015,5837.955638193164,3751.4601725167545,1258.071344583625,33796.92231632371,13781.02518292177,849.1891958025245,6346.62797321548 -5723,1011.2646022712229,4425.330381234212,227.3972932872167,1773.0413603249112,431.9530951705075,3155.926492774751,497.16034836048107,3719.0552470758294,75.88506313887329,1360.1505094565734,612.4208880852401,7548.060706965693,342.5826337374318,4403.141033506734,390.806914258059,4976.262020676873,304.0895491955031,5650.2063815746715,96.44906157191929,1533.2290438855623,183.6371164247005,2948.0853943414413,415.054074588303,6766.292641490321,211.21438179845114,1969.9791498835916,156.06480208464902,2682.997668233326,195.13749506111324,4796.0535895572275,272.4356570311938,3211.949114645159,264.41149308066457,4091.794434547306,310.4451951757429,5768.16374826726,3550.5397472685972,1198.1282955237266,32432.816543891113,13299.47434834695,803.2330746179173,6133.006314938732 -5724,940.7715748844265,4367.887251344887,217.57228178599289,1750.0263453122054,409.7721523305572,3114.960897027511,474.8107545597043,3670.7799421337904,71.78843371409883,1342.4950361578872,579.1305635613921,7450.082885142181,323.9603312078579,4345.98593309179,369.5384795951641,4911.667506597377,288.008814692331,5576.863713091744,92.19690354221532,1513.326919630279,175.07900131527805,2909.8176860252215,395.75189995140795,6678.462582807582,202.63882946143275,1944.4077781582416,148.50361147304838,2648.170938865812,184.65103937810477,4733.79827626596,257.68949445470963,3170.2563156232236,252.7543609621671,4038.6807777272784,296.75857129433564,5693.289930750793,3323.2777860707984,1129.4698624414882,30876.776934654008,12723.114949911424,751.2826767570571,5882.395718046103 -5725,920.1081639041001,4284.906623698898,210.87503096639713,1716.7795428709771,398.6909191174878,3055.783222455332,460.65588187097393,3601.0428802499746,69.9428765627875,1316.9904674038048,564.3308878970658,7308.547053686507,315.68152823724637,4263.421384211194,360.0972584912428,4818.35620320685,280.4179982259682,5470.915087456776,89.4200875594606,1484.5769060886462,169.98079890277214,2854.5372989576695,384.2123599766252,6551.585906524102,196.22354013636064,1907.4681392557873,144.33761317713686,2597.86128708776,179.8853794735922,4643.866112382128,251.0797889514016,3110.0281449468685,245.1418238566304,3961.9543774076706,287.82070123439104,5585.129453009792,3251.6226415853653,1101.7792609465198,29981.97497943477,12331.937962866523,735.2979389537151,5697.624461348561 -5726,892.7274754619123,4210.698416155713,210.31319708676878,1687.0474754512004,393.52560617272303,3002.8616035045798,457.22016446005836,3538.678175275653,68.84321023989249,1294.1821519560501,555.2870413092807,7181.9738925353495,310.6224833166075,4189.5852690497195,354.32340215914684,4734.909442624724,276.5217759886722,5376.166977891048,88.81591286925169,1458.866242861697,168.47492766567666,2805.1009599837403,380.84017076532143,6438.122186218184,195.48674116100196,1874.4336290573563,142.91152269156325,2552.870194751144,177.09303517627157,4563.441260562852,247.1031982421505,3056.167084645364,243.48550155223384,3893.339222274722,285.87601533941955,5488.403320563358,3173.9581274509205,1081.78449886105,29659.50745177971,12250.317844104562,717.3151089249561,5672.903766049685 -5727,904.6500534365558,4093.4728435092293,214.3213829315114,1640.080182416681,397.042249534813,2919.2621299117063,463.7516319307664,3440.1616028427525,69.46408577196998,1258.1522042186825,560.122509516697,6982.028202040327,313.3273999288243,4072.947485058527,357.3599099715664,4603.089868771776,279.24788602609533,5226.494835567026,90.01737986864303,1418.251500642704,170.71577877930508,2727.00712996646,385.90903233752954,6258.885279307026,198.92006646714626,1822.249517578129,144.95870601038757,2481.798452988868,178.72632138252712,4436.395349852279,249.30250609823756,2971.0835898915475,246.7792783709883,3784.948909141146,289.74323448125773,5335.6065256897655,3175.7505307397255,1087.8139152806718,30062.836242951125,12458.347185975588,717.3151089249561,5771.669038620138 -5728,942.9167727199791,4040.0585288249185,223.35674216054042,1618.679342025126,410.46607031384355,2881.169685668344,482.45304265488204,3395.2721211132007,71.62008068932003,1241.735010230586,577.3399192847316,6890.922125177044,322.9586612055444,4019.8009986943757,368.3647425424057,4543.025737367901,288.4061911036431,5158.296107856992,93.59517385099197,1399.745226177748,177.3825769713509,2691.4233548798966,400.9900495252632,6177.215244922408,207.73868350651938,1798.471612389485,150.2909221194031,2449.414321319061,184.30862439016747,4378.506357707927,257.01186552958904,2932.314945297875,256.587666689028,3735.560416820384,301.25925063576113,5265.984037184252,3248.3582321168715,1119.4011239416009,31178.66058144388,12976.410923556368,733.2998467282976,6017.457067868516 -5729,1019.5001404635683,4016.6654001465777,240.95184900554264,1609.3067119340515,441.7166347930141,2864.486864684416,519.0930557358399,3375.612495624981,77.17408723462994,1234.5449988306339,622.0870596407246,6851.021656697054,347.9898015432021,3996.525167081329,396.8692718429443,4516.720280428351,310.6912985417825,5128.428054275308,100.71085129195231,1391.6402890934842,190.85662574354603,2675.839221031492,431.45044110183056,6141.447349465628,223.49721179729036,1788.0579321042126,162.1201889003586,2435.231491046586,198.60655833850555,4353.153516427535,276.9385108343732,2915.3359781984236,276.0950301177719,3713.930421885183,324.1628210382513,5235.492438777688,3496.414017719293,1204.9787074330263,33594.14043565769,13981.018831602823,789.2464290399936,6480.1937258384405 -5730,1070.2081037622077,3982.3554759839617,250.9199735075428,1595.560186958675,452.6939290703228,2840.018725742959,540.3532819950091,3346.778376476534,78.26482036538209,1223.9996481316014,630.315465141911,6792.5009660094165,352.592696191145,3962.3872786250136,402.15352542698633,4478.13894122106,316.2979085864071,5084.621573006244,105.16623375792764,1379.7530473086206,197.83811116381887,2652.982489987479,447.36233667667244,6088.987766249866,235.06636954575015,1772.7845334171773,166.38229705297047,2414.4300053731286,201.5316699978796,4315.969346939231,280.75702641628715,2890.4334915942663,288.30929442344893,3682.2064273708625,338.5035731066466,5190.771425042799,3458.3456256110944,1215.1918114445962,34687.02335447253,14626.0761367548,779.2559679129048,6804.387526183518 -5731,1103.276914289704,3971.1787575480544,254.20778826830517,1591.0821520206275,454.4230743463858,2832.048043607284,546.310751936335,3337.3854431216782,78.26902131499867,1220.5644200322222,630.0818012801188,6773.437406457651,352.46198676770854,3951.2666021273258,401.9991570473466,4465.570776885973,316.86969058920187,5070.351278951043,106.41770422552602,1375.8806879941767,199.6656390227463,2645.536736215672,451.54186587189326,6071.898658501079,238.73887909007806,1767.8091077684562,167.3233156794082,2407.653763393727,201.59853079630648,4303.856321253892,280.72675325004866,2882.3213174078865,291.74015387911413,3671.872095162248,342.5317407968067,5176.203215089487,3417.007801127286,1211.5660598301072,34950.424194732586,14830.160660518211,769.2655067858162,6906.585664173258 -5732,1051.7032691054794,3850.3142509724294,236.4033209838769,1542.656893182873,414.5994391946172,2745.8534625302023,506.4582136516381,3235.810704369643,70.7139730889032,1183.4160252160582,568.6847338028535,6567.284971643093,318.1170297466007,3831.0081304311957,362.8157342048758,4329.659239914491,287.401326755172,4916.032991381967,98.96805532433123,1334.0051768137068,184.3142121203842,2565.018705733503,416.9477577916766,5887.097852457773,223.5937552214268,1714.005089220005,153.19905325840716,2334.3758018906283,182.25985987134553,4172.866632196954,253.53126474802775,2794.5966479608715,271.31722018967804,3560.1171135596046,318.55320052456517,5018.663279034521,2997.5434518472453,1086.8198481882603,32175.127678160585,13841.233698048332,673.3570799657666,6464.000660870794 -5733,873.4575215817656,3569.9865755019164,192.58256161490226,1430.3415358570912,334.77679093099687,2545.9376457525595,412.4574659609987,3000.22284481001,56.85482653946496,1097.2557167738091,457.0183607548464,6089.144329021991,255.6518837612985,3552.0860648774083,291.5921068893266,4014.4321620212722,231.55744889766956,4558.114127834035,80.57812822223472,1236.8810082637317,149.84479230012633,2378.268823919296,338.9924108058089,5458.479212867476,182.99577063734884,1589.2144796524033,123.94493402951994,2164.4182089348474,146.58307859242757,3869.0550659704295,203.80628931340436,2591.1320133527474,220.9019232084411,3300.9176587112365,259.36066494742056,4653.272269553762,2377.383418510872,871.1827809099201,26093.2382131237,11297.818158087626,533.4906241865274,5280.827588171802 -5734,684.5966960711761,3246.511576603863,156.5966281535733,1300.738884152396,287.5167781335254,2315.2512944912705,333.0313818791676,2728.373900593074,51.1721350411094,997.8338326104523,412.8672922017038,5537.409493760447,230.95418052888974,3230.2330238024665,263.318713394939,3650.686133367489,205.34355651591693,4145.105302367788,63.95118297669834,1124.8077345067059,123.16472526073821,2162.7748748731688,278.2514647338134,4963.88868149577,141.7688597744664,1445.2164165834809,106.71471023531178,1968.3011751749398,131.61176548581884,3518.4815955294844,183.69473169670303,2356.3506192389195,175.31977501444857,3001.8228824615358,205.84272316757276,4231.641204441249,2376.9357984617745,801.8272925188023,21816.77573562666,8945.817260168074,537.4868086373626,4110.906333644561 -5735,505.52275008879843,3025.901364728388,109.25912226550732,1212.3497704663423,242.3410389814777,2157.9230156384983,270.06852515293065,2542.9726999249397,47.20414196565612,930.0280268911372,396.40968626379373,5161.125888162567,221.74794655334762,3010.7289884792094,252.93041874630123,3402.6110465028505,192.26452510338473,3863.4329480809415,50.29056976566646,1048.3736708129372,100.84475842529879,2015.8078266657378,227.4787427075191,4626.577537545804,99.51467405923134,1347.0096206594942,88.87994877047034,1834.5491989246875,118.14696772253878,3279.3902040607054,170.08866839623724,2196.22951783598,137.86971508998775,2797.8400022263627,161.87265580349762,3944.088475715316,2436.799633455255,754.0292990434235,18525.02335489156,7132.989137379663,536.8679469384385,3199.318286772462 -5736,505.67036579844944,2901.6578471752537,108.60369932773276,1162.5706858790975,247.73338872082232,2069.3186912553533,275.4431148646246,2438.5582345483967,48.72377181713944,891.8410737964754,416.1466302113442,4949.210046372587,232.78861216588106,2887.1084487325593,265.5564672197865,3262.8998284801787,200.87590352061468,3704.8003816346322,51.71291822522943,1005.3274452848347,103.89233246115604,1933.0387522948777,234.33688599158984,4436.610252360152,99.74875130491606,1291.7014022887768,88.87847951477698,1759.222604259184,120.48901323301487,3144.7384341348316,178.45288056701148,2106.0523283774396,141.76903016620125,2682.9606847841446,166.4508366374053,3782.144193103963,2565.845158196156,788.2785340123617,18987.710764900483,7244.734274838592,569.9939381764724,3244.180610327572 -5737,506.6786244820395,2836.02712224851,110.8315378439071,1136.2752503345155,262.7570494580962,2022.5141081637385,284.37837289059956,2383.4020606854806,51.91006873931125,871.669096507806,441.0285463988891,4837.26706058108,246.70732811075052,2821.806807253049,281.4907261603308,3189.0984044718407,211.82101545459716,3621.0038943981162,53.40679251826769,982.588593050059,107.69636956844612,1889.3165971317162,242.88365288247917,4336.26143026754,100.47641476118739,1262.4852424635815,93.50536701748224,1719.4318842963037,128.85699413511156,3073.609626395427,188.98868930775706,2058.416890870696,146.41272315412348,2622.276529736797,171.9029906235104,3696.598316145198,2801.1776788240613,844.8832076545807,19783.17568799639,7399.909700968039,621.0793326599662,3291.62760998212 -5738,582.7726145169185,2841.1606147253206,128.2633900996735,1138.3320220781347,316.07632886774616,2026.1750607960498,333.15756804152034,2387.7162565730164,62.04328063258712,873.2469046726459,520.8614100130254,4846.02299731702,291.36510058033576,2826.9145595387754,332.520968039566,3194.870991249567,249.39820043213777,3627.5582732700846,62.34485182411346,984.3671765870963,125.80183769059222,1892.7364489595082,283.7094512585634,4344.110496750414,116.32931073165601,1264.770466904289,111.35237002589895,1722.5442278184014,155.32211978693167,3079.173166944801,223.10299573387024,2062.142831127236,170.91607827012888,2627.0231122824703,200.67234846351988,3703.2895284741826,3396.478638747651,1012.2668571046605,23270.087354543826,8579.981920295195,749.2591217422201,3805.7025481486535 -5739,868.0007265483233,2923.036571402661,188.13633473462357,1171.1362299222978,419.9319802588506,2084.564938734888,449.5385133756413,2456.5249510789604,81.24181610958534,898.4119465097868,668.2091030796116,4985.674647747943,373.79005006844005,2908.379976455981,426.4920479220643,3286.940097625847,322.412131056429,3732.0964688537597,83.46331157103405,1012.7344585658498,166.88013830695544,1947.2809216279832,376.47739343051035,4469.298140486601,171.50554566985357,1301.2183507086502,155.4047718078471,1772.1841375935473,206.28145129219664,3167.908118257357,286.5096566005311,2121.569220550203,228.81154539277563,2702.7281003837525,268.64734221765946,3810.0101311129447,4257.954956719873,1300.0372470247933,31215.076864337112,11805.124612991765,933.7266055298452,5294.058658375982 -5740,1226.301142124437,3165.805276360439,263.43773787133875,1268.4033078127868,564.4076703044242,2257.695557601629,621.3139806696139,2660.548187361541,107.37166686853018,973.0282913433091,873.0044613458493,5399.752866753523,488.3506971283481,3149.9313984659134,557.0935051537706,3559.9322998381867,425.27870435543053,4042.060509463197,115.09238270449386,1096.8456993821658,227.75336688092366,2109.009608897114,514.0047051678088,4840.489432532421,241.16386291735125,1409.2892167933833,212.48789024316008,1919.3704069134176,274.74834823448373,3431.014286280948,374.81383552729784,2297.7731781709253,315.5214603142033,2927.199394107013,370.4533422058767,4126.4451817228155,5398.214734458999,1688.6016192635714,42438.43305015298,16504.18497177689,1174.0389703556666,7452.494650968526 -5741,1324.8620667924679,3628.9242702420593,280.93022826419957,1453.9553593355845,604.9205534178692,2587.969091142997,677.9269564911427,3049.7541846176273,113.43525693405793,1115.3705530958475,921.4928303438278,6189.671354012867,515.4746464908459,3610.7282361446846,588.0905497078948,4080.7073068478207,451.2589838144849,4633.365037991658,126.40913914830591,1257.300949278406,247.2207473864392,2417.5321877974775,558.1880335684388,5548.594448538403,261.26527056797823,1615.4511715551453,224.98136614433233,2200.151065905122,290.43446136422875,3932.930148295889,395.9223317094795,2633.909582512913,346.54592462075664,3355.4132354359526,406.8791259895361,4730.094166433633,5589.302322468938,1774.6631516704979,45680.18354940377,18064.207605089126,1210.8434041809335,8195.194757414807 -5742,1206.5155323054544,3988.008814364036,247.02344225780556,1597.825238809784,539.1388702095323,2844.0504067315587,617.3549847912424,3351.529451753324,101.16394755894271,1225.7372338970383,844.6183035892445,6802.143577433587,472.4717405559355,3968.0122702195754,539.183672393614,4484.496092133474,413.12914530308444,5091.839684613854,116.93646061866265,1381.711740073346,226.99966350107744,2656.7486549676664,512.6773740301688,6097.631672712343,238.97040557187177,1775.3011723517998,194.1797648300828,2417.857522052062,254.23628705408058,4322.096282443462,362.84751015340436,2894.536741214152,320.57693090868764,3687.433675175522,376.38896375214256,5198.140226621752,4991.3569563763085,1603.9436240944858,41362.88099207572,16495.602156824643,1096.113429817604,7529.254388591943 -5743,1096.7140465969553,4212.452897655015,226.46317151333645,1687.7504214453293,495.5054652815417,3004.1128128308274,574.4885721969557,3540.1526445386808,93.29993293109922,1294.7214018423922,784.5223839226588,7184.966422295869,438.8546336988836,4191.330953284926,500.7794789878641,4736.882348351261,384.3165958059359,5378.407077885783,109.18474575118015,1459.4741120511017,211.94176941478858,2806.2697679228413,478.6700839789104,6440.8047735587115,216.57684001988892,1875.2146536757973,177.9284297537349,2553.9339051108373,233.30809974534773,4565.34272024329,337.09741589806544,3057.440504890378,299.3258946762793,3894.9614689808204,351.43814934543246,5490.6901863359535,4592.180042016971,1478.4295350581394,38337.51596116997,15356.09592300669,1009.3021444821965,6995.684435559388 -5744,1062.8167721680961,4288.935438903913,218.22365305451055,1718.393717492128,464.70074989917566,3058.6563739592098,533.0886321352436,3604.4287034624617,86.57354436136441,1318.2287467143944,714.3884007250837,7315.418798646736,399.6223260722732,4267.429998261987,456.0351027928272,4822.88658588247,350.521492088824,5476.05902822967,100.72291070931031,1485.9727558789737,194.7348163399943,2857.221232187326,439.875820772189,6557.745930822222,209.65624952621604,1909.2616057924934,170.22030718709854,2600.3038847854673,219.33191306953142,4648.232433529044,307.0320025673861,3112.952299375132,276.1280905591836,3965.6795419069363,324.201637260145,5590.380782020746,4201.202688165099,1360.6558568213939,35619.04428685404,14302.628771602518,917.7288715979684,6541.316470343768 -5745,979.8353732836116,4384.002518468094,200.86474843691113,1756.4830463222129,426.09309948357406,3126.453507538116,496.3916871012582,3684.323240280917,79.45860095284533,1347.4481553375554,662.1278505769337,7477.56987573406,370.3882531354461,4362.020395566505,422.65431627356213,4929.789044387719,325.4716510300098,5597.439484231104,94.30473977070174,1518.91032097542,181.8332218255862,2920.5534231429074,410.7759292403563,6703.102689637527,193.0465380524223,1951.581647110975,155.24567958650925,2657.941333478126,199.95491170121468,4751.263567684808,284.64136471115654,3181.952937911167,258.53291510525764,4053.581441552426,303.5431643083695,5714.295255010403,3829.9828668987684,1249.5337288661906,33012.93337532119,13353.3225963208,839.1625997654913,6111.565473363799 -5746,944.5217488606855,4494.665019252218,195.17527633420463,1800.820796054814,408.3170454884469,3205.372523271337,468.47026438224344,3777.3241958572435,75.48753824281157,1381.4609055397868,614.4503093271597,7666.321268725027,343.7178733864145,4472.128016036901,392.1993370638632,5054.228476548617,302.64063962138874,5738.731978636252,88.10692005794334,1557.2511781893184,169.90254819228267,2994.275038063777,383.8218651382786,6872.304715303168,186.081830769144,2000.8441428882734,151.89222678541765,2725.034003626263,193.01793352210606,4871.196598304558,264.2075406854909,3262.2728893717976,241.54182429124032,4155.903339764075,283.59394635816045,5858.537463009698,3605.2766352719727,1174.7875183785693,31207.105460415074,12604.39407435951,781.6949022790302,5769.620889200518 -5747,902.0310728385513,4459.250424120955,184.31686704811653,1786.6316764823723,378.00051332439676,3180.116587696539,447.32272832221656,3747.5617093309247,70.33884135263771,1370.5760279238127,586.4645526710154,7605.916397012638,328.06289752108705,4436.890995617195,374.33457577920717,5014.404940327079,289.3623423414891,5693.515067315895,84.86336683175756,1544.9812048415754,163.46985239351682,2970.682392620687,369.3054468073659,6818.156099540112,177.26543947371917,1985.078989103145,139.71234292121014,2703.5627759498993,176.93587182839119,4832.81521624498,252.23466054920056,3236.568621514252,232.64974449860412,4123.157933031429,273.1537668690598,5812.376574172569,3322.4494114241506,1099.7612053911478,29618.185101068695,12108.091172456992,728.4524218488305,5558.15472385506 -5748,828.0767656960102,4419.157196950875,169.41024570886455,1770.5680283663125,354.8157184357581,3151.5240834298625,425.356226396664,3713.8672924097855,65.98665646201964,1358.2531460905395,554.5611112556528,7537.531420853292,310.21640469564716,4396.998802603336,353.9470481651381,4969.320305629772,274.0572718248991,5642.32453723142,81.13004465703459,1531.0902418931491,155.85901848735006,2943.972916208858,352.1478827507451,6756.853895048241,162.70334167893103,1967.2310964550538,129.16188760020242,2679.2549783975564,165.06959158084774,4789.36325909814,238.5820522133554,3207.468555661928,222.41498146118903,4086.086521483661,261.1371447029481,5760.117357438337,3108.5443080954938,1031.6474399789088,27974.287106630374,11500.01116159568,681.2433875798099,5270.74088463182 -5749,802.9153557530856,4335.266829519452,163.15901057913123,1736.9567319488724,339.22170392737837,3091.6976274915382,410.93817878167744,3643.3656836490086,63.458533325569974,1332.4689636294493,540.3986413703668,7394.443892566774,302.29404879969167,4313.5290755249625,344.9100687670723,4874.986004371752,266.8344387588647,5535.214367237407,78.68330802513694,1502.0250339273166,151.31748036716633,2888.086474826025,341.87284091650145,6628.586234344262,157.6994859403412,1929.886477979385,122.957906034779,2628.393767862814,157.26111879202085,4698.445143796534,232.46239915525695,3146.5800867373846,215.70734454413304,4008.518948218704,253.2617167946453,5650.7710861862015,2993.0811473366243,997.2957990003689,27031.712520766232,11133.726129960294,660.8300219467833,5108.37834380189 -5750,762.386351658951,4247.2826740240425,155.16595139824733,1701.705229053599,327.11443014772505,3028.9516846236675,404.82628756769765,3569.4236483735594,61.41825250050173,1305.4265320793304,531.720326839503,7244.373798422698,297.43947916265586,4225.986087321621,339.3683715752001,4776.048258781099,263.12838415302997,5422.877299938271,78.15801726432412,1471.5414652474835,149.98280911709594,2829.472816318309,338.8857426557932,6494.059206391539,149.6698396333446,1890.7194696626566,116.4544282494561,2575.050567762616,150.3829958969165,4603.090291517634,228.7807686470363,3082.7203054327706,214.26727958026166,3927.16613458221,251.57093836604497,5536.088797536605,2890.7556486862763,968.2504948104489,26435.08087763427,10967.929185249839,640.9559278004335,5025.808781807779 -5751,777.5195049002349,4159.168547598094,158.84922882311662,1666.4016523433484,333.72507229842034,2966.1130529240836,411.7799771594448,3495.3723853050305,62.420478228405536,1278.3441532230993,536.3324364596883,7094.082019480124,300.0194510276079,4138.313779883755,342.26445674953396,4676.964361524986,265.71887696055643,5310.374287383552,79.22003535972271,1441.012865984983,151.98257554630717,2770.7725732239064,343.4075536809738,6359.333453987724,152.4869846752838,1851.4946035135865,119.58120418705012,2521.6285686409815,153.68851292961253,4507.594580253244,230.81709978270155,3018.7661899249865,217.17876244703515,3845.693145888846,254.989306668782,5421.237099250828,2918.9420496189878,978.9131555893222,26874.832984433517,11163.727814607031,644.1940577146099,5114.671007896329 -5752,813.5442156805473,4109.003279263903,166.46914704165735,1646.3025664117094,347.26302497657787,2930.3376676501657,429.1247223661724,3453.213407704084,64.67281120589325,1262.925572144697,552.8009611550672,7008.517675544724,309.23179285603936,4088.400048607143,352.79373027944865,4620.553766594698,274.43548984254124,5246.32390134295,82.37478405521942,1423.6322774688226,157.9239501669388,2737.353261638406,356.84191798895716,6282.63118393182,159.6162206954243,1829.1630431207757,125.14321261941988,2491.2142749336276,159.8383384114412,4453.226816823523,237.95491840863258,2982.355735714559,225.82738794194015,3799.3088201788714,265.14364677890956,5355.849555881314,3001.585401001114,1010.5226014271332,27932.110344284392,11637.948868192836,660.4861670932302,5336.009480458069 -5753,884.0727491857344,4073.913586246392,181.0535605409643,1632.2436212750981,376.1604011380263,2905.313436174275,462.59368757915513,3423.7239694717555,70.00972928425689,1252.1405550447691,595.6436125574652,6948.66697282474,333.1975795221619,4053.486301187574,380.0909155794325,4581.095581185375,295.63792073119566,5201.521820970424,88.63732306016428,1411.474871842427,169.91978905061987,2713.9770608657986,383.948388824444,6228.979340746651,173.26744122669078,1813.5425226928674,136.26576022846606,2469.9400295249156,173.60998319143746,4415.197554902935,256.404054539132,2956.887285065383,242.995904273627,3766.863827776071,285.301179802039,5310.1121582714695,3244.204620786903,1091.3088916338925,30175.056708002456,12558.54635711938,712.5041673237637,5757.6493222729205 -5754,937.4440825058564,4028.2969853236277,191.65040012420167,1613.9669925975036,392.4575011507556,2872.7819352556176,483.7723318403955,3385.3876997697284,71.98650502958841,1238.1200328148627,603.4629234437895,6870.861059288761,337.5716303907141,4008.0984295421345,385.11514709926587,4529.799940153255,300.9731138908449,5143.279116486141,92.580455906796,1395.670244528113,176.15526789805116,2683.5879998614096,398.15394449820815,6159.231944605933,183.45836651112077,1793.2358461365866,143.6180226586196,2442.2835104935907,180.39739765636753,4365.75951440617,259.93975996194376,2923.778299221454,253.8058554167583,3724.6853376524314,297.99312958595345,5250.653541378672,3259.1194534568554,1110.421002316058,31342.78447700349,13168.889056483418,709.6073912690234,6056.102153127081 -5755,965.0952093023251,4016.6654001465777,195.95607871319208,1609.3067119340515,391.2969394728559,2864.486864684416,488.5700874445203,3375.612495624981,71.6501324655888,1234.5449988306339,603.2110424947895,6851.021656697054,337.43073049560036,3996.525167081329,384.9495378161397,4516.720280428351,301.51633474723724,5128.428054275308,93.69154049903145,1391.6402890934842,177.79128395829656,2675.839221031492,401.8939371313027,6141.447349465628,188.8436146067629,1788.0579321042126,144.18229726767603,2435.231491046586,179.0164433475891,4353.153516427535,259.91188589734134,2915.3359781984236,256.85185224849346,3713.930421885183,301.5694305625688,5235.492438777688,3191.5261097745915,1102.7050466307962,31567.122155864996,13369.589875666443,696.9962254717535,6167.037858260197 -5756,933.9536365453232,3883.259574911617,187.48110823430864,1555.8566809820366,363.84202724423375,2769.348436165082,455.64571920138195,3263.4980111484147,65.60346950484082,1193.5419582605423,544.3715110307894,6623.478133210905,304.51643568792883,3863.78826099816,347.38956950216766,4366.706092952332,273.4729613855342,4958.097168184136,87.15325943903477,1345.4196302380167,164.14046695583087,2586.9663616031826,371.1465774381243,5937.470973498981,182.65890566308397,1728.6710227560816,136.0205763481694,2354.3499551612776,165.57115579770038,4208.57188480537,234.73317731752041,2818.50869405508,238.9273993914209,3590.5793573980254,280.5243534337365,5061.605614826396,2829.3265072317927,998.2019094282698,29306.854840788223,12547.69976631107,613.6679660904556,5819.436499642896 -5757,780.0404092616703,3593.6396334350375,155.22658953534167,1439.8183085273135,294.9757538280019,2562.8058354097248,371.79832590027644,3020.1009152900338,52.887300919648204,1104.5256189113684,437.4570537589689,6129.488145597056,244.70946785032882,3575.6205224164164,279.1806171928033,4041.0299081160247,220.33609097302494,4588.314055831322,70.96590287897338,1245.07600214567,133.4509514964044,2394.0261185429576,301.77101289310394,5494.644537951518,152.51613672233762,1599.7438699905417,111.17372049861355,2178.758629607225,133.77053114143138,3894.689611559433,188.69518412192468,2608.29963970876,194.55036712881713,3322.787992104012,228.42133672454452,4684.102670801102,2239.9325749004797,801.365003460758,23847.47071090659,10275.00387960572,485.6835936413246,4781.673185654631 -5758,598.710373741986,3296.2219781969116,124.09559689042834,1320.6557243586306,243.9369050249569,2350.702291329663,297.1149087322639,2770.1506074041286,46.42044066440271,1013.1126078040049,395.35700311387313,5622.197994655905,221.15908524406348,3279.694169115962,252.210025293013,3706.5852329079607,195.3944203317235,4208.574920252758,56.26682616161805,1142.0307269026816,109.63924982203972,2195.8911614005583,247.58387035613413,5039.895464160155,116.76900718281594,1467.3454885926387,91.95746244407277,1998.439691414691,115.02713363381726,3572.35638666591,170.07390385642873,2392.430926612697,154.2533983620964,3047.7866246128774,181.10871733716039,4296.435855163092,2174.3406560327358,724.8079128559532,19719.078959361716,8105.977395110747,481.36692075379517,3708.241064194537 -5759,478.49849027605876,3069.37359657283,94.63014588389416,1229.7672418064894,196.76064765346578,2188.9252587161454,235.47380784699934,2579.5068381734104,41.36072915492826,943.3894650655998,354.0266636665934,5235.274260546375,198.0392720296905,3053.9832432720445,224.83902837875775,3451.4953551634894,164.7733577603113,3918.937748994869,44.03269015370872,1063.4353459251658,90.85439421015109,2044.7683427672002,204.728906272387,4693.0462115425635,90.1318543261264,1366.3617103239435,76.28773448060949,1860.9056258179507,102.1201855294369,3326.5042352452992,141.78742195628857,2227.7820991249414,120.71397230981594,2838.035743785624,141.7301201908324,4000.752030790145,2124.5968608900757,658.1940682218773,16301.590733560988,6327.316716014559,465.4566034013054,2820.628428216458 -5760,475.58948986625165,2954.4223513289107,93.33655848491844,1183.7111748735886,196.78903010017103,2106.947722805808,234.74658646747875,2482.901614392792,41.12507568154771,908.0585448151712,352.0363951896343,5039.2077745001025,196.9259340787055,2939.6083828248943,223.61514069918255,3322.2332511717655,163.7437389821871,3772.169439401223,44.16954659053627,1023.6085821232654,90.49926583679483,1968.1896338414167,203.9805582943767,4517.286731951537,89.76092351301922,1315.1900379570725,75.46009675115546,1791.2127675722036,101.53273815406965,3201.9231791700204,140.9800491247389,2144.3493339794854,121.08915911007624,2731.748342617133,142.17062653220623,3850.9196909391185,2117.1091205087123,656.2463767997522,16223.52063459993,6300.241232123613,463.87341767545075,2814.2114146108465 -5761,471.98362292084715,2885.1526987761736,94.50747002174835,1155.9577760511745,206.0467711598744,2057.548036725079,239.5662774039914,2424.687279507918,43.715653762326596,886.768122385014,374.6307359516332,4921.058055140017,209.56500128950458,2870.6860599119896,237.97600359442373,3244.3398711327523,173.02203216188752,3683.7268149674337,44.70760637898424,999.6089631108431,93.10554815903495,1922.0432824124243,209.73171547451727,4411.3740203642365,89.77851441001805,1284.3539738685615,78.56606140583227,1749.2158316899852,107.84084838796684,3126.8505999154336,149.86799641911435,2094.072726354432,122.5642298853798,2667.699524928799,143.90250523914824,3760.630681014772,2322.0768948440555,703.8299586809967,16781.828934479232,6355.982457509828,509.78580372523936,2814.773388146923 -5762,538.3608349408527,2876.1203494185897,108.68983534681217,1152.3388984505752,247.96672131919348,2051.106612430415,281.0354701659928,2417.0964776066203,52.80363858851623,883.9919783410792,452.9513324515483,4905.652036740426,253.37682539092725,2861.6990002669077,287.8026523172307,3234.1830391691483,207.93113469698116,3672.194424482591,52.58444785971698,996.4795559984851,109.81636055926414,1916.0260735435456,247.35012588688693,4397.563634759413,103.36911399936443,1280.3331351116726,92.83742071951701,1743.7396818486468,130.16772226927324,3117.061583542267,181.03143332295187,2087.5169567230205,144.15829604565266,2659.347941284565,169.25607064456233,3748.8575328794304,2880.0012586607786,859.1517195218491,19863.024663799217,7373.719598377061,633.2742903419121,3251.2299959988263 -5763,810.1963696763421,2949.0939213657375,160.3270875908496,1181.5762999837132,339.63702892940074,2103.1477504112086,402.71209041123194,2478.4235927071686,71.37007305072889,906.4208215030889,611.1171247152786,5030.1193428192955,341.8533204534772,2934.306670502012,388.1764884272692,3316.2414581594257,283.79837325500665,3765.3661667892247,75.48069615075254,1021.7624592637177,155.62362045466054,1964.6399177307699,350.6878405970831,4509.139607704407,153.21099786086535,1312.818035185578,130.40884046299726,1787.982236982406,176.16633474744197,3196.148370635962,244.6654201289928,2140.481906142857,206.92750393539464,2726.821514970401,242.95331718752166,3843.9743888032394,3704.789493971903,1141.028326349996,27940.845630906322,10776.6635991579,812.1742773635024,4800.353308373899 -5764,1138.490963150997,3182.895256128052,222.02168132958525,1275.2505346556882,450.184823271455,2269.883284904048,549.6949144442759,2674.9106356878133,93.63570350077346,978.2809940084236,800.7756176976735,5428.902375073574,447.94654375897903,3166.935686212581,508.5556420255552,3579.149897153032,374.75183131904225,4063.880781493828,103.2269687439895,1102.766806075179,210.89208467212856,2120.3946842253067,475.3896288991323,4866.6198667334875,213.51466018567615,1416.8969886236846,175.41458303415212,1929.7317521501707,231.33403720557666,3449.535944947947,320.97755654192906,2310.177256658864,282.9928719569419,2943.00130674978,332.2615683018555,4148.720987880066,4690.406879609495,1479.277476114699,37666.896981193306,14885.533260149607,1025.9043503538978,6674.4145150145605 -5765,1260.2335480053364,3676.6202610810265,244.36865320900154,1473.0651109685418,505.14330680579644,2621.9835099819034,613.4257314538017,3089.8379771738496,104.68471165582677,1130.030187665451,895.4869149221806,6271.0239770527305,500.92717567260553,3658.1850712970117,568.8499392917294,4134.341211506552,418.40918923642425,4694.26268146629,115.5873386613529,1273.826015687303,235.43377765335902,2449.3065056105097,530.7695315078952,5621.521214234998,237.53848526337563,1636.6835088929959,194.30002323230605,2229.068281385277,258.5853878647728,3984.6217754432655,358.85669232890115,2668.527810385115,316.8783635481936,3399.51439242362,372.04648055399764,4792.2631485421025,5281.5517578965755,1660.9878550291894,41994.006074621204,16550.074015075737,1155.7255798739895,7426.933337938363 -5766,1159.330191387651,4029.4016562922743,217.34132565091454,1614.4095871945683,453.39594167235026,2873.569731888957,558.9703277268176,3386.3160671475994,91.6952391837716,1238.459559731804,783.8006676848627,6872.74524031351,438.45091224789223,4009.1975615055235,498.1673375560905,4531.042137167501,367.7466434638316,5144.689546537433,106.89872451851707,1396.052976090992,212.98071942505652,2684.323914260486,480.5427444461329,6160.920977153224,219.30245506169018,1793.7276012346792,170.51142707619292,2442.9532524964957,226.61959576656744,4366.956726977444,314.31919056914995,2924.580080474841,293.05885301209656,3725.7067498707556,344.0800237588938,5252.093416480909,4528.382801812754,1453.7850690712642,37658.11564250945,15129.999244436476,989.4910786592378,6857.781666775657 -5767,1050.6315611551813,4243.773704722292,198.3811220511932,1700.299334539938,408.6413123703325,3026.4492614760784,504.65873563363516,3566.474704550327,83.07241522237321,1304.3480303693377,710.0450376580759,7238.3887281506995,397.1926885668878,4222.494712579664,451.18936477907835,4772.102440240167,333.2852116529579,5418.397091901018,96.13922099289327,1470.325724684844,192.4056304051181,2827.1351962410486,434.04708084481314,6488.694022073023,198.06940653079388,1889.1574176198658,155.2591021231165,2572.923143221745,205.31897599181127,4599.287365325575,284.7604449429035,3080.173460367853,263.56207672780397,3923.92163534193,309.4478965243986,5531.515057775621,4094.15500828497,1313.587728841837,34080.717416225976,13684.690040494514,894.4999351079509,6192.350059776219 -5768,1012.6818937821336,4339.880476092999,189.53740759749186,1738.8052235850018,385.73024101739475,3094.987851767561,481.5330694793185,3647.24300014729,77.8805770232828,1333.8869941936923,665.3238276570497,7402.313154614483,372.17605343222215,4318.119588501853,422.7729843343312,4880.17402701479,313.23680372470506,5541.1050133737335,91.99418429992515,1503.623508236666,183.00719571965956,2891.160013501421,412.93773862547584,6635.640460847533,190.44225292611907,1931.9402879261775,146.70667728161396,2631.1909382280755,192.55928513079095,4703.445289391051,266.95759543580704,3149.928717630579,252.19861374538203,4012.7848655053913,296.10606919931297,5656.7847092652155,3779.2481028085795,1226.4274555299678,32334.637625217358,13112.15193024595,824.8397631703405,5952.183903726774 -5769,928.0383271847038,4451.71263331104,172.79306074063558,1783.6116048221568,344.92641513074494,3174.7410085499782,436.2464693855242,3741.2269369980268,69.22066035417818,1368.2592449659212,590.9832274180792,7593.059571029449,330.59060277407394,4429.391000552901,375.5197830992389,5005.928732022667,279.3621854914088,5683.890910457966,83.45041437807943,1542.3696123047775,165.25765510164763,2965.6608351147106,372.9512255521138,6806.630881286013,174.0279905560956,1981.7234677177391,131.9163144248245,2698.9927498898355,171.22312191613028,4824.645962074821,237.2670686205277,3231.0976174461816,228.77618822091623,4116.1882634638,268.60582940749043,5802.551497184838,3297.4260602839495,1084.1273524748258,29121.625604826597,11936.117521162603,718.7663195380704,5433.914417566358 -5770,893.2534431286814,4502.007866272622,167.7052423419646,1803.76276204337,335.3896433128713,3210.6090781605158,421.87547239307634,3783.495137094876,67.78779062844013,1383.7177714131271,578.9244783290948,7678.845589012389,323.84504901708294,4479.434044792495,367.82156054612955,5062.485471530557,273.1715573913306,5748.10723370637,80.36148092426157,1559.7952292197754,160.18525301839856,2999.16672708784,361.415305794441,6883.53186615555,167.57073534065574,2004.1128831369836,128.857522483955,2729.4858387971417,167.6422132201888,4879.154577658849,232.35865257354527,3267.6024012848907,220.30799274820268,4162.692758402563,258.6633319551921,5868.108441974742,3259.0161009471813,1063.111701247488,28287.90146353165,11520.608233650715,710.8503909087964,5230.128588886132 -5771,864.955662618136,4427.344791988295,160.93170578257462,1773.8484488981887,314.1822110793022,3157.3630707742373,402.3715189283789,3720.7481613306622,62.89298851465768,1360.7696500805228,536.6619094829556,7551.496584821289,300.20375521816095,4405.145343667903,340.96594513450236,4978.527215558614,254.64884926111233,5652.77835598501,76.84531350428604,1533.9269698726416,152.06889175045518,2949.4273630557996,343.19621553880677,6769.372658458114,161.7334821831658,1970.8758845548991,121.39401694149025,2684.218968992923,155.6334728147912,4798.236753546277,215.5726136038884,3213.411194146736,210.66855134478314,4093.6570197109813,247.3456761566343,5770.789416880635,2945.0471834044647,979.1621500178153,26745.988308149466,11057.370053610019,641.1902189711861,5041.547965068098 -5772,783.1588217002521,4345.663779100463,145.13044097626468,1741.1223467256848,281.4157359457886,3099.11221709278,362.47510906898043,3652.103297919982,56.2538676599372,1335.6645253279328,479.8817701619538,7412.177440086191,268.44146550693915,4323.873893059396,304.87315071654945,4886.6773225048055,227.96774265127058,5548.4890621891445,69.20077404701736,1505.6272294002285,136.8319066482231,2895.012758869237,308.817942531412,6644.483082123642,146.20486516353708,1934.514781887233,109.0580404917807,2634.697250106961,139.23147856313318,4709.713077049588,192.81406952496238,3154.126296878745,189.7113324888668,4018.1322825388384,222.7398323551287,5664.322912264558,2612.0599584215647,873.2848368219563,24045.052706526334,9981.464538134793,568.3636755818661,4554.945140002013 -5773,766.6035186937213,4215.11711893975,141.45450527921315,1688.8178614156704,272.8636147475458,3006.012803523221,353.3907683702741,3542.3916606786697,54.26562859769644,1295.5402654357422,462.78932145993053,7189.510648887233,258.8801063056409,4193.981815717912,294.0329920239073,4739.878251945291,220.2879485204974,5381.808722239565,67.61726139830256,1460.397175664706,133.16453947347546,2808.0446301772236,300.5865544124312,6444.878345319739,143.08267285654136,1876.4006578674532,105.70742238673928,2555.549174227221,134.3380232909934,4568.230131341503,185.9969674448048,3059.3742233835815,185.37019181901604,3897.4248886322694,217.64290465794264,5494.162845619686,2497.269445980421,840.9521315827174,23358.180376073647,9747.567182978923,543.0327039681897,4456.773393661069 -5774,723.263439907853,4113.941827951203,133.23951219254275,1648.2812324836693,253.13314369765368,2933.859596025096,331.01489015491416,3457.3637724963555,50.251252702305194,1264.443463224986,428.3701476014242,7016.941106584838,239.6263358008823,4093.3138345841703,272.1449349277572,4626.107140049952,204.456468759241,5252.629378427108,63.23321931772898,1425.3433194995196,124.52537507174013,2740.643244984285,281.0861934367147,6290.1821830129775,134.76744916604525,1831.361486424788,98.65916859176093,2494.2084275665406,124.43866385923806,4458.579082557031,172.23440516912126,2985.9401838161225,173.35150451029043,3803.8751517954047,203.53177929103092,5362.286670187612,2281.083126098457,775.1147047817824,21805.819891846917,9157.043550736858,495.53713219254627,4191.303378395294 -5775,742.3879253673488,4042.917687596016,137.71942193083981,1619.8248851417231,263.7963508193779,2883.208696123025,341.7976396718976,3397.674963051277,52.6729009403973,1242.6137889711783,449.20885680290627,6895.798846713274,251.28331880198874,4022.645821164516,285.36570417601024,4546.240847196543,213.83988550421742,5161.946645950802,65.21261012862246,1400.7358291138626,128.88064235847554,2693.328081417133,290.87817171488877,6181.586874447689,138.3505644699354,1799.7443949119274,102.80703395333707,2451.1477775031444,130.39456499463643,4381.605036790824,180.5378947970097,2934.390151371166,178.77793034760376,3738.20408157289,209.9029389125135,5269.710786274878,2424.4099816241414,815.1739886035239,22632.876645856006,9433.912001586843,527.200846709642,4307.918920199455 -5776,785.0656485381468,4028.231999858358,146.48098574681129,1613.9409556900148,282.28865797962555,2872.735590839761,363.55883334803826,3385.3330858731883,56.62135826829828,1238.1000591618063,483.04269998724595,6870.750216889511,270.20966069047296,4008.033769924871,306.86149293694245,4529.726864320524,229.54116541898873,5143.1961438583485,69.20945091852978,1395.647729236779,137.3478317322139,2683.544707568066,309.93997896852636,6159.132582380386,146.55055741120796,1793.2069172204158,110.0357547784478,2442.244110982872,140.13559159709467,4365.689084913425,194.07411883396622,2923.7311321198686,189.73511980742097,3724.625250123996,222.7677610153591,5250.568836560581,2633.5853432993586,878.6053903013634,24151.058688821504,10009.543386077332,573.1132327594305,4562.143250599676 -5777,856.6900225782546,3979.561296374985,160.2712203101318,1594.440678224163,310.3426895125375,2838.0260552090404,397.77861880000336,3344.43014313782,62.44063045335147,1223.1408411067566,532.7985107562672,6787.735076121475,298.0426053672719,3959.607109500592,338.45134152903177,4474.996900137288,252.79566046553313,5081.053999492444,75.68370963228718,1378.7849574800096,150.45404659430844,2651.121051544527,339.49372139392074,6084.715489312669,159.8535895521936,1771.540677004997,120.89777075159431,2412.735944878278,154.51480250779463,4312.941090517897,214.0220469984732,2888.405448047671,207.4840577980577,3679.6228443187088,243.60676636443603,5187.12937255447,2923.225824374183,970.3095867573353,26500.101908684526,10941.073125893085,636.4406617936218,4980.5398423944525 -5778,899.8748405080208,3926.406904642306,167.31530185997235,1573.143977886353,318.94267700995437,2800.118975143822,413.4765368807462,3299.759101102895,63.821994541491286,1206.8035359189587,544.2721094020765,6697.072336602308,304.46083132755376,3906.719242790858,345.7154050374019,4415.2250508007555,259.10734597022156,5013.1871381502315,78.79601110592145,1360.3687376288979,155.93746863772566,2615.7104330341617,351.9262929634577,6003.442874917851,167.38412215404028,1747.8784790633106,124.78878787315121,2380.509399786889,157.99877306913527,4255.333795850974,218.75140333157566,2849.825458135672,216.0163158226436,3630.47468462744,253.62447957678984,5117.845678673942,2934.2547117718445,986.4555445369282,27411.84333882148,11423.85230428098,638.0238475194766,5213.401879954967 -5779,933.3477639350681,3885.5339086173303,172.52141556128714,1556.7679096090585,323.012015698011,2770.970378342712,424.7922343057321,3265.409365097874,64.16680537203816,1194.2409876847898,546.848249246176,6627.357348410615,305.90190035350884,3866.0511908137455,347.366545960575,4369.263569901416,261.53126236207095,4961.001008962294,81.01174470969956,1346.2076108389397,159.67878376644876,2588.4814868937383,360.424470973623,5940.948410456574,173.48140863433093,1729.6834646743464,126.95322392344283,2355.7288424992917,158.92873735788848,4211.036746271848,219.9269499763937,2820.159428238329,222.0906665824704,3592.6822751911923,260.7563670194626,5064.570078064754,2887.7841522317067,986.1829927974121,27962.111741157096,11781.166778433842,626.9415474384932,5392.681587148562 -5780,897.0911286965181,3719.9625346012267,163.1902780296067,1490.430513544518,299.4205748708498,2652.893073218025,401.8772476240341,3126.262898223595,58.518073156078685,1143.3516824084186,498.14668252222276,6344.95068613996,278.6586901364384,3701.31001939841,316.4604994471561,4183.079382677448,239.878110254539,4749.601553220197,77.1317440188741,1288.8426645845248,150.15308732244267,2478.180445523402,339.0832293398,5687.791183055586,166.30090153907216,1655.9777463369205,117.68928784071751,2255.3459169000735,145.05554644082991,4031.594961304736,200.5566333310449,2699.986066620684,211.45378988201475,3439.5899705821757,248.2676237168941,4848.757310412335,2537.5405492555656,891.8037843998042,26149.37636977101,11220.341676460652,549.3654468716089,5166.937340794154 -5781,747.216507698855,3444.248505704261,134.3731788755608,1379.9636478548657,242.35578976877744,2456.267480716405,330.75054795689636,2894.5523551622437,46.775712447572275,1058.6094045304126,397.81545385555387,5874.6793055665685,222.53432006440408,3426.9784668215134,252.74104060574786,3873.040327427268,192.6620150535883,4397.573335808593,63.73193551803543,1193.316970343899,123.01371255409467,2294.5041023845915,277.8866472476246,5266.22676996856,138.27586762302312,1533.240946716111,95.36069623896606,2088.185494309554,116.02634290265695,3732.7835406727286,160.3060806479353,2499.8700629057544,174.71871631097974,3184.6564330204947,205.13702091410252,4489.37992401059,1964.71029745353,707.6691618498769,21327.095105548364,9280.967628984637,424.29377452908113,4292.550619208026 -5782,576.8866775559045,3182.4403893869094,108.75883420799119,1275.0682889302836,200.82674909815512,2269.558896468522,262.9253669266034,2674.528364897921,40.5251518526201,978.1411881235739,345.4824218564856,5428.1265320336315,193.25970144425875,3166.4831002494634,219.36983488487112,3578.6384017632145,164.9668940941291,4063.300013338196,49.64380406363844,1102.6092099549942,99.18829907245939,2120.0916591671953,223.77232622915957,4865.924379341968,106.88619897417652,1416.6945002400314,80.39473626532626,1929.4559746825678,100.34879953502609,3449.042972654651,138.89893468952772,2309.8471098222135,136.09663112048665,2942.5807231911463,159.79088018716,4148.128095232394,1843.4828932787955,622.0194707248037,17450.99209418776,7290.25359189444,400.5459886412595,3319.399851196735 -5783,396.63359719012277,2961.895156673555,97.3918246228828,1186.705209626315,172.81252185520398,2112.2769575365123,203.42196108190797,2489.1817728291494,40.44184826401075,910.3553541200063,348.50601327092863,5051.953758084041,194.95107077907088,2947.0437182719247,220.00721362287402,3330.6363836434466,155.07788146403104,3781.7106236313593,40.2389417907815,1026.1976593687289,82.17994631430994,1973.167899054049,185.2510452724384,4528.712587980089,92.45944897106033,1318.516630426307,74.56177551524979,1795.7433941215486,99.36025929546055,3210.022003847433,131.05530294706853,2149.7731709459704,110.31355313864633,2738.657924656326,129.51900137037214,3860.6600631087585,1992.4057604902448,610.2655991349338,15394.34210765198,5992.61066165633,426.4181375663364,2625.153114228307 -5784,389.43252606274524,2822.4461117826477,94.48853737533187,1130.8339180052753,168.53874408673082,2012.8288040089083,199.1071637580078,2371.9885561824412,39.0730395066226,867.4948955526843,336.63493198244595,4814.102622533028,188.31049667025064,2808.293894248339,212.5499335409767,3173.8266256979277,149.982931384791,3603.663830404737,39.678112776714876,977.8832269196853,80.22056734803385,1880.2691418807844,180.90112566665454,4315.496180384992,90.85012796414716,1256.4395226760712,72.04400336135204,1711.1979636004216,96.01308029089459,3058.890893920487,126.61864216525879,2048.5596574476754,108.77606138335601,2609.71911633431,127.7138342708218,3678.896249748932,1912.7358049696713,589.5560500591591,14987.826174305248,5871.950069320341,409.18912190709045,2582.500035906377 -5785,390.07952367011995,2726.9241654773236,96.61971359919914,1092.5623434497866,179.67025706041338,1944.7072819944767,205.57154899999722,2291.711748574094,42.42138214651171,838.135681044674,366.0084796726214,4651.175702405764,204.7417901249438,2713.250910980704,231.10689511005694,3066.4126718028638,161.60810392214742,3481.7026062476725,40.59365824403573,944.7880657030547,83.6361289194739,1816.6339258670923,188.47341725807777,4169.44393417817,91.5886593022181,1213.916992973937,76.20894361680361,1653.2847374401604,104.13070734360488,2955.366787471429,137.47555482949,1979.2288720749912,111.28599502140422,2521.3966331301876,130.6607441387084,3554.3888841116045,2162.0884005645576,648.4534043556279,15734.090711776284,5984.800980739899,463.7476714947025,2603.6977958828634 -5786,444.65366123302334,2711.003842143628,110.7146627485972,1086.183748111439,215.7417652185277,1933.3536957412537,240.414864510052,2278.3322815222327,51.12139538450004,833.2424789495572,441.52686610308814,4624.021217509713,246.98608358762777,2697.410414814689,278.86641524199166,3048.5103473349964,193.71784385589137,3461.3757368961255,47.61451352303751,939.2722058642546,98.35611854771143,1806.0280572313202,221.6240434782043,4145.101894749943,105.14901881296443,1206.8299051578995,89.76074334284256,1643.632533717031,125.39101624760062,2938.11277086845,165.67534728228668,1967.6737419420253,130.5334070414773,2506.676220234181,153.25910592541274,3533.637657874682,2679.555203195956,790.842426260011,18565.739446725285,6923.4337139812005,575.736273279801,2997.1442285503076 -5787,648.8609179313052,2710.808898354117,157.66822322037825,1086.1056424397796,277.96616290921145,1933.214671483872,330.4430311045434,2278.1684504269683,64.4575742761559,833.1825618650062,555.2139371161547,4623.688711813887,310.58158950076034,2697.21644850599,350.54396404216095,3048.2911340125233,247.78286227822096,3461.1268351083145,65.69011633048885,939.2046643579141,133.0272810466512,1805.8981887494072,299.9647834168941,4144.803827348227,151.3323326783587,1206.7431240212043,119.48909863896908,1643.5143428278461,158.41538697338123,2937.901496052583,208.87733676847904,1967.5322497870486,180.08699573126873,2506.495969305041,211.43991090187288,3533.3835598519954,3135.5131561803178,969.8549472926184,24826.615566207296,9760.925680845736,670.4958594056535,4294.952620218184 -5788,940.2364972025713,2762.793633652879,227.77660321456722,1106.933711273036,392.6948934139483,1970.287610499894,473.01743877184697,2321.856511187482,90.80390677407141,849.1603664828065,781.6914714508432,4712.356427909055,437.2710471992348,2748.940523635071,493.45998822809725,3106.7477105020785,350.07816737559835,3527.5002937714426,93.99423421443544,957.2156373548128,189.87290579677583,1840.5296005673522,428.18581924427184,4224.288046970205,218.48777586714888,1229.884637948627,170.46203965951366,1675.0317464056116,223.26235448563105,2994.241148655486,294.24807800108164,2005.2632913440752,257.68167574217694,2554.5626292495494,302.543725263062,3601.1426738121963,4342.292089241546,1357.0547126914325,35382.22026891339,14048.382946990336,927.4953429894055,6196.812636810313 -5789,1023.2097874446023,2889.6363807223306,244.91902713745517,1157.7541963977299,424.8843634167819,2060.7455766644825,514.310826292789,2428.4553735102972,97.36993059024202,888.1462075804533,838.0330334625678,4928.705643140189,468.7880007819332,2875.1472599258996,529.159198815948,3249.3817491981895,375.807031958747,3689.45152389596,102.7080691388062,1001.1624090213553,205.9607677951071,1925.0302407001923,464.5917597784041,4418.229532053876,238.54108231924673,1286.3499287889206,182.55736747862483,1751.9342068552953,239.44467263275945,3131.709893355645,315.5229143981152,2097.3270276193452,281.57032810706545,2671.8452729866985,330.5913613907429,3766.4749026733984,4626.673835551347,1455.3061550720163,38229.108901480875,15270.874062148101,987.7968977967658,6760.362719254456 -5790,954.0973668825033,3080.745258798248,221.69088324213772,1234.323382416196,392.45055501969466,2197.0349651092015,478.65726554015515,2589.06360262353,87.97111120391773,946.8846102495298,756.8076404240159,5254.670325793965,423.3512601108146,3065.297886078431,478.14454801709246,3464.2827328210483,340.15212298722633,3933.4569448378797,96.96912308117521,1067.3752467459503,190.65234771961087,2052.3439650209193,430.3783603413197,4710.433386693065,223.6983938396794,1371.4239171093593,164.2235737134344,1867.8000586865364,216.40150906657792,3338.8285357465047,285.0624121545583,2236.0357654662976,265.8372222470765,2848.550326923378,312.11914196291775,4015.574338766143,4126.122491389871,1316.6225721139972,35113.21285773952,14207.69622470366,880.1155499264789,6342.300606164229 -5791,862.6601170134446,3330.4019377321374,201.8559156158771,1334.350178044433,352.0097951533556,2375.0777459345013,430.738054152812,2798.8755040566734,79.28362162486599,1023.6180131342339,681.9745221917111,5680.497011296005,381.4902993996912,3313.7027446092966,430.7647328374651,3745.0204275376504,306.78002443251347,4252.21546431402,86.9263628702323,1153.8729402887082,171.6100136133807,2218.661312056943,387.3321817594768,5092.1563325622865,201.57002568252517,1482.5610322532411,148.96532280035288,2019.1623818881974,195.0510090860189,3609.399703999908,256.9102285962558,2417.239083588574,238.30537093874173,3079.3904498984107,279.79403062459164,4340.987467477594,3703.0959083456123,1182.5737013488085,31659.65298746198,12817.083916806916,789.6632177154378,5714.154192506759 -5792,848.8370034432863,3538.6007955756672,198.46212404185025,1417.7665909058005,347.6984464866209,2523.5548616816395,424.38992720888007,2973.846181496179,78.32975525505353,1087.6091184684249,673.8322678735395,6035.611202269833,376.93559693420156,3520.857658508495,425.62378685453615,3979.1390084753543,302.87484078413604,4518.041157286572,85.71644619982925,1226.0068847063162,169.14025042122984,2357.360111705863,381.764708560596,5410.490621402541,198.31633112480247,1575.2427924039812,146.7784868513642,2145.3895789561916,192.69121717306604,3835.040005057767,253.82008704751112,2568.351899923465,234.98842966310363,3271.8974164778565,275.89961412361225,4612.3627097275885,3668.7153834553965,1169.6057848351502,31221.464860928667,12621.476119899182,782.4844611907522,5625.633428146212 -5793,771.4633136522339,3666.288296965284,179.11889135200562,1468.9255330992178,305.6050764404891,2614.6152647965177,380.08406147370096,3081.1549767994156,68.22211079324397,1126.8545996200235,586.3516536683725,6253.401271932562,327.9997428533998,3647.9049133798403,370.35270436705184,4122.722969206227,265.0892549036707,4681.070959142343,76.92599993398439,1270.2463355057248,150.7664488415616,2442.4235138606405,340.3808855562209,5605.723728681164,179.77335624363738,1632.0841339013186,129.94397833829535,2222.804198651848,167.93735180594945,3973.424271682956,221.0607878975986,2661.0287673453386,210.88975017243558,3389.9611456319203,247.60538541670897,4778.796027281836,3109.252183641524,1009.7613770418318,27720.3617797423,11375.826407578577,661.8813515760306,5093.7798995022 -5794,738.90182517616,3737.1174935309596,172.6465005627642,1497.3037747695046,293.83808624560686,2665.127140441207,364.661453434743,3140.67995514923,65.96121788177004,1148.6243567892805,567.0080612685379,6374.211026108299,317.179114492735,3718.3789604907956,358.0981750447613,4202.370048737163,256.1205277464703,4771.504789830838,73.52209266776947,1294.7862843850412,144.8626366326068,2489.608808945879,326.98626191526915,5714.020969844736,172.12238681942202,1663.6144442774837,125.65619785261649,2265.746657826059,162.35339797191983,4050.1870426332957,213.73586723638095,2712.4373076353186,201.55806577966538,3455.4519649252943,236.64906672995576,4871.117813171883,3020.5227076911224,976.5693674808663,26674.81864356915,10907.546303856367,643.2165846118473,4874.112948641291 -5795,708.2537572622113,3673.566158520418,163.62390768117908,1471.8414621802851,269.04033384519784,2619.8054752698404,342.795539275228,3087.2713041405086,59.54004784097463,1129.0914918403078,511.13775667924307,6265.8147498206745,285.92577799443916,3655.146282518172,322.80777023550434,4130.906888355436,232.8226525038216,4690.36324158467,69.36404582509782,1272.7678712448478,135.26188528364588,2447.27191059136,305.43530689696547,5616.851517308,164.5032247744631,1635.323945233858,116.00940484197356,2227.2166343120084,146.68975895751333,3981.311821544502,192.9209876410349,2666.3111121568472,190.15893595868383,3396.6904767419733,223.26536301542524,4788.28230142879,2617.050859123346,870.4719621320625,24759.408079761346,10339.999867560495,555.6357550106807,4651.166623595771 -5796,670.7420575297742,3538.0159642071344,156.90349585633467,1417.5322738908221,267.1436950299997,2523.1377889094947,331.17965732517354,2973.354688210385,60.09900967751,1087.4293672147717,516.6476131441632,6034.613685182352,289.0079412190953,3520.2757595823973,326.2764090753589,3978.4813685079357,233.22663731009465,4517.29445192314,66.68583755669341,1225.8042601872946,131.6368247912655,2356.9705062601233,297.11196282602657,5409.596419197392,156.17766090426082,1574.982448993895,114.41773745760976,2145.0350062886373,147.9178580563518,3834.4061806101654,194.74078418790526,2567.927423458535,182.81672821204089,3271.3566636904357,214.64488630932362,4611.600415659528,2757.186332682117,889.855424704979,24256.869209958106,9904.437345235207,587.2222837192982,4422.449896531789 -5797,652.7215661083018,3414.2273196982906,151.79693862194705,1367.9354375543846,255.84916636943882,2434.857857456969,320.1588919127009,2869.3224989209107,57.15517333483954,1049.382221942268,491.1095639018587,5823.473697183274,274.7221904549457,3397.107812070408,310.1666265688954,3839.28165296294,222.3929475868035,4359.242661680243,64.64338775965479,1182.9156329632067,126.9026856120654,2274.5044611464327,286.4864919369267,5220.3246310407185,151.92708654263328,1519.876721812739,109.67366950418385,2069.9841929122213,140.72078739375704,3700.2473898087696,185.19896389720267,2478.0803854115325,177.2174285239398,3156.8979356349328,208.0707557211736,4450.249033911638,2584.6035426364892,843.0117216310088,23320.68254268328,9601.396474323998,549.8927497909323,4300.1615698852775 -5798,623.0956314357502,3348.9864823505686,145.3947956807651,1341.7962133531219,244.16880925434444,2388.3313228801176,305.6839191123382,2814.4939872485243,54.716447971547446,1029.3300788227007,470.1679028004622,5712.195722783419,263.00761710428196,3332.194103208297,296.9222793813488,3765.9186555995475,212.88365948205225,4275.943978019348,61.54602618386611,1160.3118637411123,121.24225578994438,2231.0420429470973,273.6719719564925,5120.57194375154,145.01935513666314,1490.8341242609345,105.009246790183,2030.4298547277106,134.71366766332176,3629.541131701099,177.29696356467142,2430.727932214743,168.72612767023196,3096.5742824458657,198.10113027066004,4365.211352998248,2476.458092332973,806.5731220821795,22289.893905994195,9166.486421887588,526.9207289119377,4101.264998641454 -5799,622.3794299039761,3322.5392448084704,144.73144060650566,1331.1999319483875,238.76791992937586,2369.470462689034,302.3520141894843,2792.2676834297863,53.226579514493196,1021.2013696602967,457.0943887379725,5667.086016320413,255.69441311848377,3305.8794765448665,288.6426635076735,3736.1788684210233,207.73099075664578,4242.176476508262,60.96662168324427,1151.148780030563,119.57349811491632,2213.4233098804843,269.95015652890567,5080.1343417303015,144.46906717663336,1479.060877510616,103.31883876257592,2014.3953735604825,131.1024162764647,3600.8783296907604,172.4660612230871,2411.532262312135,167.13771191366348,3072.1203660009364,196.2361733664695,4330.738899262579,2364.922966358032,779.7960714198592,21944.56427337549,9107.043341335959,502.5129567280059,4085.3659613710106 -5800,643.8483089772201,3355.224645796027,149.35057003926738,1344.295579693806,242.64566243754442,2392.7800721457693,310.61304019183217,2819.736550513931,53.853167356745445,1031.247413904482,462.238323616798,5722.8358405441095,258.5718831604863,3338.400987457413,291.8877147968293,3772.9334393915206,210.7964736606137,4283.908786942609,62.6270691460091,1162.473178841029,122.55364553294184,2235.1978091739666,276.7018373076611,5130.110042781706,149.36713528516557,1493.6111037997348,105.57853256634426,2034.2119402527137,132.69542315366363,3636.3018848217484,174.49346248497406,2435.2556537246705,171.68976649725596,3102.342277209864,201.58073481948807,4373.342440429469,2354.246951832509,784.8630128349071,22436.5096447556,9383.63300502034,499.64145411813155,4218.430851790486 -5801,695.5228610421846,3381.671883338125,161.1408769120447,1354.8918610985404,260.48357670197043,2411.640932336853,334.41250407447797,2841.9628543326685,57.75880142779813,1039.3761230668863,495.67490206008193,5767.945547007116,277.2759987926006,3364.715614120843,312.9803227083816,3802.673226570045,226.22549595469147,4317.6762884536965,67.45802543315695,1171.6362625515783,131.84426785428641,2252.8165422405796,297.6922078002819,5170.547644802945,161.09958454723542,1505.3843505500533,113.55159408387466,2050.2464214199417,142.3371546460216,3664.9646868320874,187.14732940505894,2454.4513236272783,184.9336523793358,3126.796193654793,217.13036426125078,4407.814894165138,2510.8807647946173,840.022067442219,24138.228746510405,10118.932505447552,532.6637341316862,4551.600641143296 -5802,727.0267272714467,3350.0911533192157,167.2302887142943,1342.2388079501866,264.42842019763884,2389.1191195134575,345.11988694531277,2815.422354626395,58.14577460250554,1029.669605739642,498.5510250305258,5714.07990380817,278.88487563095936,3333.2932351716863,314.7701959490718,3767.160852613794,228.72196016727926,4277.354408070641,69.76756055225823,1160.6945953039915,135.50732352839907,2231.777957346174,306.03616100324325,5122.260976298831,167.91157168186507,1491.325879359027,115.9890876232883,2031.0995967306158,143.3839785433257,3630.738344272374,188.39576932629566,2431.5297134681305,191.26515648327612,3097.59569466419,224.56417511569848,4366.651228100485,2455.3914937876707,837.9525803339109,24734.196397397343,10502.601608558438,519.7419723872517,4742.050994301669 -5803,767.4038045649099,3329.9470709909947,176.78127871875014,1334.1679323190288,279.425699969672,2374.753357498975,364.8760710694653,2798.4932332667818,61.45070247559471,1023.4782072493845,526.9044329191295,5679.721168256064,294.74551222726944,3313.2501586461794,332.69449523412766,3744.508932147834,241.809889793958,4251.634696158389,73.67772507050068,1153.7153441685236,143.29246848224608,2218.358286998832,323.6020244938958,5091.460845170768,177.53390669498216,1482.3585438695882,122.58597831600065,2018.8866044205945,151.5302881308547,3608.9067317066124,199.10413226136419,2416.9089367519246,201.9847261878354,3078.969866339777,237.15000816841174,4340.394574829922,2597.648718159372,886.0519061776909,26133.23520201069,11093.841862321002,549.8927497909323,5008.405151718371 -5804,742.2504275554817,3194.201939191349,168.87649835641568,1279.7806408833094,263.22797941559367,2277.946651376342,349.14510966586295,2684.41279153857,57.07877989159668,981.756167476606,488.9626128211548,5448.187608672874,273.5212056909665,3178.1856756732486,308.7704570371982,3591.8642060657194,225.64912352882334,4078.317012756829,70.91188567090467,1106.6841937884599,136.45004575876456,2127.927018384741,308.27591542674287,4883.907689295904,171.56236336547263,1421.9302692988383,115.2982081921773,1936.5867893295233,140.84498316489203,3461.789822787591,184.93329129841402,2318.3837604735236,194.4022809742738,2953.455808187181,228.24746896027153,4163.458599253766,2338.89577855829,816.6983626143707,24770.859100049587,10664.271681367809,493.8984488983829,4839.468462209052 -5805,624.942101460075,3013.2300814416635,141.30837050566413,1207.2729270625077,219.157084946244,2148.8864838596264,292.7336410502094,2532.323731704507,47.192382648405214,926.133435768406,404.10020711912165,5139.51312544344,226.04995345854678,2998.12124112919,255.2029636594435,3388.3622514207123,186.9619162400021,3847.254412351045,59.61450211961049,1043.9834947391025,114.15337453070535,2007.36641733197,257.950676239946,4607.203252808832,144.47052869216776,1341.3688748333814,95.81068711252358,1826.8668293425264,116.48560115936232,3265.657409341174,152.89962154897776,2187.0325735113706,163.4309267276055,2786.1237501130613,191.8840416298613,3927.5721863986014,1905.9940534143273,673.0380147156128,20673.051172863812,8956.471231547703,402.01036538240476,4074.259031548964 -5806,494.9330135416445,2804.7713006465015,118.00259510264712,1123.7523741473954,192.05167084063206,2000.2240039343435,241.37798604628532,2357.134614570374,43.652015244930325,862.0624416339165,375.06286667358063,4783.955597125498,209.80673125613987,2790.707707575573,236.74319995727214,3153.951388415664,170.042492346419,3581.0968530106725,48.06336243122436,971.7594957076501,95.92744196212736,1868.4944611068522,216.42438579941762,4288.471543978775,114.5430290903986,1248.5714074356838,84.8309833779564,1700.482045696114,107.47906503581667,3039.7354108058867,141.44466134317432,2035.731102494806,131.7639095269039,2593.3764509041216,154.70383731663085,3655.858149523621,1970.694529726876,639.8416776796898,17711.603068933517,7263.64492831847,419.2393810416505,3235.6292537754503 -5807,443.08428580418894,2629.257850093677,111.29049408131074,1053.43161155685,204.98043013017798,1875.0565021390344,230.72052878226475,2209.6328095121903,48.158368515834724,808.1173824812198,423.19454660810646,4484.591241126328,236.73115202456069,2616.0743108604643,268.425525807084,2956.5873855363175,193.5681423177216,3357.0034785202506,46.93771395174696,910.9499522843383,97.20741477187397,1751.5701649504733,219.01541827238307,4020.1129658273876,99.03102219479169,1170.439876379971,83.12556995159585,1594.0714191418363,116.6024736784795,2849.5186717101988,162.7929858723518,1908.341682147339,128.67798634328986,2431.0914013616857,151.08065886144115,3427.086456656308,2475.0597444981354,738.9117565278033,18088.737537559828,6922.527479985126,533.4658387627201,3003.5897464452473 -5808,466.68478541165325,2498.646204467693,118.33618683069287,1001.1010893393466,228.78725299036032,1781.9107441536185,250.16867780553633,2099.8665583743377,51.611032278171855,767.9731489359727,439.8781770078739,4261.813607528119,246.06382201320855,2486.1175739017162,279.0395464545143,2809.7152391440704,200.33759258537674,3190.2401659428783,47.956754923133005,865.6973832574816,106.13749103534654,1664.5587439651156,238.58250952603004,3820.4088667979363,105.08511143428848,1112.2968234440202,91.23463725127276,1514.883943751378,127.82342081375225,2707.965296509369,169.1054858480108,1813.5424415505897,131.47164903282925,2310.323919926681,154.36069464507733,3256.841685193344,2689.6830403125846,797.1917712305118,19102.57975309518,7172.957312293187,581.0546704873791,3115.019139524059 -5809,485.20925326924294,2426.127499261688,126.61281790947434,972.0459335316132,257.86655551314345,1730.1939946083507,271.1714093816705,2038.921714063681,60.64346232644978,745.6841116588125,525.700992965079,4138.122144489192,294.072318943003,2413.962489629729,333.55933830669954,2728.1683155436094,236.81801335637593,3097.6491917918756,53.72000050851826,840.5720761124336,116.44289058550278,1616.2479248360023,261.93352679989596,3709.5283812444604,110.37180529796417,1080.014411753768,101.86560201235723,1470.9171660852214,148.34170917406183,2629.3714817089694,201.7334824471176,1760.907638967403,147.2713711388443,2243.2709297994784,172.91112812199123,3162.317721917206,3315.9676189752868,952.3487816990158,21556.636617183107,7804.871031630924,717.9655267271546,3335.3806856150377 -5810,572.6204524220834,2389.8031706481397,151.5057788788052,957.4923225083627,324.41546346444454,1704.2892821625012,331.071398133789,2008.3946859575788,77.6045090143305,734.5196222731395,678.2396500288493,4076.165586696919,379.4010461310344,2377.8202972837894,430.434977403682,2687.321788542438,303.5752067744763,3051.2707441602556,66.8107423262577,827.9869105243214,143.2305216213829,1592.04922927669,322.31422312055963,3653.988790698368,131.54557097527288,1063.8442812013336,126.05335150600442,1448.8943834736526,188.67659614599916,2590.0041550628,259.99591010399627,1734.543077436558,183.159149963742,2209.6843559495655,215.04692324917352,3114.9710477847357,4364.119732217985,1232.257090767726,26930.094244808042,9517.43002937529,946.1739543646843,4030.3360030893623 -5811,816.0982773731057,2395.131606914462,209.89734865234706,959.6271999236416,413.5462296182327,1708.0892590521946,444.8959971811594,2012.8727129403794,95.74393569494582,736.1573475225306,826.1247893910587,4085.254029128686,462.1266381527769,2383.1220158782153,524.186965126338,2693.3135886426376,373.059502388533,3058.0740248200354,85.85144219816915,829.8330355676994,189.733734520513,1595.5989495863955,426.51602613685355,3662.1359245829594,184.48199130788078,1066.2162867787365,164.5376144151559,1452.1249178849355,235.0090711494923,2595.7789704280412,317.1335282419535,1738.410509848075,235.35851614086943,2214.6111894243795,276.33413218288155,3121.916358136407,5159.371686297952,1499.5090092463317,34519.58295345754,12669.874351540919,1116.297145131754,5451.562847355604 -5812,964.9136847909539,2427.6220641125065,232.40523379207661,972.6447419974005,387.8008209841675,1731.259844251548,470.83077234576217,2040.177748929259,85.14415856836284,746.1434746821649,729.9917210448009,4140.671347656556,408.35068050004304,2415.4495604820618,463.0155247080519,2729.8489462906614,341.3550993943558,3099.557433466572,93.15244253850484,841.0898928718246,194.35471442261527,1617.243580397964,437.7788481511814,3711.8135582326477,212.79984690251757,1080.67973193116,160.980405634319,1471.8232936879817,209.97036081813653,2630.991250743162,281.8381668531216,1761.9924091056334,255.37393536328568,2244.6528497041663,299.8342102416357,3164.26580128061,3934.882087615958,1263.2407862035318,34622.0150397286,14135.36893736746,842.9160680875788,6291.171553954592 -5813,1064.665598963414,2468.300116347971,254.46484700910136,988.9427046030355,432.919299144078,1760.269416795276,523.0962420668072,2074.3636538390156,95.55065642611018,758.6461058317825,825.2315305023383,4210.053830152422,461.6269573145482,2455.923646150475,523.5052097125991,2775.591213867528,386.2523721663352,3151.4946608666987,106.76542320172683,855.1834781554422,215.92640815696552,1644.3426580564744,486.9183360861591,3774.0099552922093,235.94981981123857,1098.7879651834287,177.1509843576966,1496.485660086394,234.37240100947236,2675.0770255064203,318.66557015719815,1791.5169468479996,292.69341244038253,2282.2650082112737,343.65096045196606,3217.2873038671105,4417.409465548805,1417.3805757755729,38946.76730255082,15939.378979518162,945.953636646996,7096.921284370416 -5814,956.1994038184546,2569.280463547007,218.18910538872626,1029.401227863377,366.6650278499685,1832.2836000360196,458.7406350864115,2159.2277109260644,81.40640371221639,789.6829909579873,723.5538104236159,4382.29086675899,404.74937228329134,2556.3976609755164,459.1534830009244,2889.1431124403935,339.42939065910105,3280.425102891344,96.53358986507043,890.1697928142879,186.84189228519568,1711.6141747674997,422.0289811364137,3928.408050197253,212.3210454859941,1143.7403554893986,146.56577976464624,1557.7082158578896,195.38767991383332,2784.516799475025,279.5210665667478,1864.8094942604814,264.6432242332065,2375.6344941189973,310.71727042497275,3348.9093812764972,3689.3409074928104,1209.8460109118528,34017.060852783274,14229.00527895765,787.6273506151505,6379.546937369455 -5815,871.4182273255103,2807.3705427691166,200.95867139234164,1124.793779735651,334.4194450152573,2002.0776547059745,417.69338677942346,2359.319022111001,73.95445322435701,862.861333511519,652.0133573609926,4788.388992068572,364.7302983003815,2793.2939166628394,413.71141259461035,3156.874223264823,307.2482837481589,3584.4155327844433,88.78070298506881,972.660046213751,170.43381399485546,1870.2260352669493,385.0889204792077,4292.445763151716,192.89817398233973,1249.7284855170772,135.24707690579962,1702.0579191232648,178.61358956630397,3042.5523992425374,252.07017664882696,2037.6176584613129,243.38897497233498,2595.7797888552172,285.7626836056616,3659.2461122050545,3297.256915553626,1088.4460641617882,31110.953376174715,13072.12589230955,703.3794151704545,5863.549953842689 -5816,855.1157637234045,3014.3347587134595,196.83131757764974,1207.715524184976,328.2598646786256,2149.67428498806,409.8545775288172,2533.252104379555,71.38510137421274,926.4729646226561,622.8827037840067,5141.397317219151,348.43487758718794,2999.2203793641233,395.2578739771673,3389.604455522818,292.8944805923647,3848.6648504501195,84.10890282481247,1044.3662284858121,167.21363577340114,2008.1023359301053,377.3101652372475,4608.892294993586,189.22842661652598,1341.8606327373827,132.52614706903623,1827.5365751669167,173.76537819800635,3266.854628743632,240.72441215451843,2187.8343593396467,230.58140965634945,2787.145168159468,270.72533758139394,3929.012069716631,3197.350795050016,1055.6600781405257,29940.47689279305,12536.602905031554,682.674533528454,5632.574366812533 -5817,789.8262957473974,3186.9240713330664,181.4788249418574,1276.864709276839,298.4848505832482,2272.756436407926,375.8101387864606,2678.2964589003004,66.52994785319551,979.5192733190133,591.1355345559638,5435.774120033802,330.6758019915543,3170.9443002633734,375.0937049115174,3583.6802798286517,278.01492098973273,4069.024722266722,79.81555867651608,1104.1626558655064,152.98202869330174,2123.078617454963,345.6783597427983,4872.779891031607,174.4728435167316,1418.6904551603907,120.9667188712243,1932.174349847878,159.72254628427171,3453.9022660948626,228.46026048210314,2313.101411087127,218.81136733495592,2946.726471249046,256.9061459754638,4153.97231689102,2979.4328643159874,982.7011096919936,27963.629549680078,11755.819802839807,635.5156338808185,5271.699192066594 -5818,757.6860718010265,3358.083810870273,175.3871735253247,1345.4411253358064,288.09628001284847,2394.819087095544,361.54131357565535,2822.1393977491844,63.777978600812524,1032.126194582383,561.7998221926545,5727.712572831299,314.2656732720592,3341.245816199097,356.4597044590085,3776.1485563080228,264.30185312022445,4287.559333084201,75.55466827315858,1163.4637839609736,147.46583155413686,2237.1025399102614,332.981705118729,5134.481681944449,167.34425485004257,1494.8838891280855,117.50352347105485,2035.9454002582822,154.13892388834395,3639.4005707358274,217.12181238317757,2437.33086437285,207.13029574086121,3104.985947790452,243.19141478643695,4377.069197735887,2856.786515191874,941.2172476041661,26739.67646661328,11210.111761563245,609.6549580963341,5025.089508419623 -5819,745.3945820316621,3327.4128143336497,172.11928694652474,1333.1525636382619,279.3856250427612,2372.9460511432007,353.5657346495589,2796.363439622695,60.7053266734425,1022.6992890248381,529.6459318451474,5675.398615712237,296.2790816086142,3310.7286091761753,336.0555748221942,3741.6591731314056,249.95921094400936,4248.398989012409,72.3667374037581,1152.8373089537565,143.91317113903315,2216.6700051320786,324.7300088321479,5087.5859882233735,164.44819447494325,1481.2303947043656,114.31178007125582,2017.350130504162,147.7788885405282,3606.1601727627058,204.80239692786714,2415.0695478870025,198.3907025579086,3076.626615917117,232.9302696303502,4337.091316966578,2671.127497265777,891.8589456120544,25722.71857130291,10854.667086405494,569.5456944017566,4883.028949069384 -5820,687.7912041695541,3195.046687208365,159.40687119000825,1280.1190954266294,262.13551264540985,2278.5490838315372,328.361246962642,2685.1227192218144,59.37537037068882,982.0158055932491,529.8509906314708,5449.62845235351,296.3937896149159,3179.026187982221,336.1668454287626,3592.8141210126223,249.2835942707688,4079.3955764403017,71.29976882119783,1106.9768707374953,134.0170047324476,2128.48977620762,303.0565395636903,4885.199301853395,151.8405159717135,1422.3063171499737,107.0300907346299,1937.0989447540107,142.06723316833128,3462.7053378814385,204.7950805324842,2318.9968870452385,195.46564811583352,2954.236887776013,229.49596695844386,4164.559679731019,2665.3398662214036,873.9464905875647,24862.130025945164,10431.143264671311,568.5117167452298,4663.047735221075 -5821,673.7301454373313,3102.318920512018,155.53722104019752,1242.9670296056527,254.55263463270617,2212.420232351025,320.52128621810357,2607.194144952182,57.56759043485505,953.5153981100837,514.7823571234214,5291.467422114187,287.9645340907425,3086.763373839008,326.60823043333585,3488.54220820133,242.02713069974578,3961.001925797037,69.02153578557318,1074.8497993494757,130.5830261066344,2066.7159986368797,295.215394175677,4743.41933258377,148.73984114656903,1381.0276438600197,103.85577888550385,1880.8797790885997,137.51894116057366,3362.2094878537155,198.94827369621945,2251.6941452191495,189.21995750238958,2868.4979876240445,222.1629096132158,4043.6943665820195,2584.6338687549264,849.0306736799567,24134.160862650242,10135.213388142307,551.2321975792671,4533.935128941393 -5822,647.0996280502042,3049.5544163583613,150.2789907310436,1221.8265406111616,246.7010767647376,2174.79120080057,309.0454540036234,2562.8507651077866,57.3466313221095,937.2979270913879,519.6052708528883,5201.4696939866735,290.6624278430196,3034.2634397466736,329.66856765961774,3429.2087855097434,244.3601141659932,3893.632868030447,69.52381582589192,1056.568662511045,126.15593049076915,2031.565117090341,285.6841826373611,4662.742852992386,142.94106402887053,1357.5390081917242,100.80301697637498,1848.8896157755803,135.5666927773227,3305.0247428185266,200.79968084319907,2213.397139617104,190.59693943711028,2819.7103297910567,223.77962233813278,3974.9188687468645,2594.8789377159683,844.740399612589,23924.85676323159,10031.410437847,553.3570604658817,4470.199278658842 -5823,667.5908163759931,3042.276554803227,156.39120053810953,1218.9106115300942,259.93801102776985,2169.6009903272475,321.6195026802295,2556.734437766693,59.13231335440939,935.0610348711037,526.4346185542158,5189.056216098561,294.48270237601986,3027.022070608342,333.952743891781,3421.024866360535,247.79157595392948,3884.340585588121,70.6497009469332,1054.047126771922,131.74541490713847,2026.7167203596214,298.01351711507033,4651.61506436555,147.53768565847767,1354.2991968591848,106.2046267039103,1844.4771801154197,141.74701319329736,3297.1371929569805,203.4865794939428,2208.114794805596,193.68351136471622,2812.9809986810033,227.40356248281208,3965.4325945999103,2666.0656540054606,868.6406748532339,24632.431389214486,10290.635815743797,568.9416488222532,4589.844421213004 -5824,696.4490301276898,3127.921403733951,163.20387069225927,1253.2248539416635,269.45623630816397,2230.6786555918193,334.7018941700399,2628.710515790498,62.12839805948039,961.3844672185361,557.9818236757092,5335.136274145598,312.1299198825395,3112.237481921922,353.99104518523717,3517.3320733450914,262.5852978324678,3993.69085557687,74.57657098606322,1083.720203927159,137.00155121167919,2083.771969681555,310.0892286666881,4782.565312410056,153.91182693173874,1392.4248399532946,110.40915099106677,1896.4021010098552,147.9078017872076,3389.956767939024,215.65320270124954,2270.2766839751534,204.44887862965186,2892.170818652059,240.04316639247236,4077.0657316246425,2810.431521091173,913.4779014331112,25857.47279466723,10808.37456861777,599.6098917442619,4814.327145583173 -5825,744.5627560462838,3230.136386529025,173.5284254964012,1294.1780430886442,282.2083483941038,2303.573319802522,354.31137627734194,2714.6121627513207,65.83704615745968,992.8008246304859,597.1616293779105,5509.479165824454,334.0467442233069,3213.939941673334,378.79957444160345,3632.2723135098054,281.1181551922865,4124.19766486061,79.9573555590652,1119.1342785477214,144.600832782375,2151.8659811792854,327.4983792098731,4938.851154676025,164.06449678703268,1437.9268403837905,116.05432120729424,1958.3731939842078,155.50665066141138,3500.7346066332098,230.82694184607342,2344.4653422693036,219.2000981822855,2986.6818860068956,257.36255436514466,4210.2970855566555,2960.970412803203,966.1358196947477,27532.60441117259,11565.36666288451,631.1024979634623,5151.161702500908 -5826,803.0567323068572,3241.9629091924367,188.00774530261276,1298.916426898352,308.50305335923844,2312.0074101360105,384.34146144845045,2724.5511926941554,69.33982398324095,996.4357737619569,612.826758752426,5529.651063361027,342.80967407003055,3225.7071641712946,388.7762758544717,3645.571179469322,289.66571197584847,4139.2976208114715,84.14484853319314,1123.23177330486,157.22235075174726,2159.744624292058,355.61532569134096,4956.9338075805845,176.98520620392026,1443.1915327469512,126.80920014338938,1965.5434004989115,167.15458637677557,3513.5518725965294,237.03623065132516,2353.0491508724217,230.67995347075126,2997.617046875201,270.84103774759666,4225.712277964533,3067.1135227548307,1011.5473872974197,29204.899546208344,12294.635111291967,653.8291307033082,5500.081371683378 -5827,851.5921851351769,3301.8103374148654,200.01970071204548,1322.8947418276543,329.2792881653584,2354.6876323975002,409.35048613830867,2774.847074081556,71.77774112664667,1014.8302218536945,621.0626481059651,5631.7297744317875,347.4167551164119,3285.2545073648057,393.9989427472653,3712.8693150755043,293.8808289335278,4215.710067280358,85.77900464594994,1143.9669065599037,167.6412365821188,2199.614038286462,378.519385901106,5048.440018034548,188.09028153518753,1469.8332014169991,135.3622981717244,2001.8278124043918,175.82025343565155,3578.41289950858,240.26603541050716,2396.487013705887,235.15993130214488,3052.9537907171843,276.10097397822676,4303.719960139748,3152.5414189370795,1046.5582999201915,30302.356005636844,12743.540058073648,672.4446503155493,5718.421158449775 -5828,810.7461069046121,3227.927031985432,186.87550374928625,1293.2928488437076,298.8767923798195,2301.9977175456543,381.73260887435526,2712.755417401224,65.11535429563747,992.1217669219856,570.020427506872,5505.710782273033,318.86420456687785,3211.7416652034667,361.6108441345156,3629.7879053055926,270.71724300108076,4121.376788662461,80.50506422260314,1118.3688110543017,155.06424720665345,2150.394143983015,350.3166946295026,4935.473070306517,178.50075735827602,1436.9433245757878,122.99767264359267,1957.0337023354268,158.11693820086984,3498.3401678282935,220.66615172383442,2342.861770612751,220.7016209875778,2984.639049914081,259.12549036659755,4207.417318920596,2784.437923838185,944.4964291522372,28048.232483040243,11983.46790638779,592.2830304999552,5400.24870733727 -5829,688.4208266716487,3102.318920512018,158.24858350816854,1242.9670296056527,254.1510417892158,2212.420232351025,324.47003750419117,2607.194144952182,54.773000830163866,953.5153981100837,476.79384492756054,5291.467422114187,266.7141084226794,3086.763373839008,302.4946693624545,3488.54220820133,226.18742708347585,3961.001925797037,66.8801016565876,1074.8497993494757,131.76551440864392,2066.7159986368797,297.4240992451455,4743.41933258377,151.7128599108144,1381.0276438600197,104.19648617385263,1880.8797790885997,133.56650953874546,3362.2094878537155,184.53444677619996,2251.6941452191495,183.34929597234705,2868.4979876240445,215.27017343419962,4043.6943665820195,2350.588794953143,797.3595432638799,23552.29201882646,10040.805156782808,500.28900509228146,4529.640473842261 -5830,528.3979145610022,2867.86777521905,126.69920165324511,1149.032443536614,206.60523945122355,2045.221285165278,254.86268599042523,2410.161000086381,46.700120991979745,881.4555026353486,409.5035849002166,4891.576041124142,229.07255348303872,2853.4878058566233,259.6882329729494,3224.903060495435,191.37868604720268,3661.657641148992,51.61399905093179,993.6203149114895,104.82419808953762,1910.528338602319,236.3442673020718,4384.945518761455,116.37036426124072,1276.6594209015652,86.34518940404965,1738.7362955640476,113.25536243309257,3108.117666432568,158.08320602064435,2081.5271557115166,141.49784695151703,2651.7173613568925,166.13244077257298,3738.1007768348354,2160.690522776531,693.091490364113,19020.565609847814,7797.891215904721,462.35080849952664,3461.234199639667 -5831,474.1833421287,2702.166436575555,104.88073899134393,1082.642976182499,219.73273295039806,1927.0512957039714,243.187356784351,2270.9053107161994,48.084194575944245,830.5262519901733,423.4694788525137,4608.947704805948,236.8849466031272,2688.617321478306,272.3179567792573,3038.5727286938645,214.15888162643046,3450.092248199093,57.93543723406155,936.2103402582371,121.49074018453229,1800.140716844354,273.60530611878556,4131.589576546835,94.81034350936805,1202.8958475377058,81.47485865699372,1638.2745747648771,116.22871975835719,2928.5350293111496,178.17317574788004,1961.2594644655908,158.82783317613266,2498.504887519087,186.47955539006216,3522.1186077620264,2587.2686422596853,773.3622593901888,19394.37107973997,7612.581577949311,595.231168785315,3375.7487225664854 -5832,470.11639586962195,2604.175212775007,103.16688401695387,1043.382067328329,222.2094220072674,1857.1688072545285,241.7576090565343,2188.5533180631287,49.34523366193316,800.4080909733643,444.30861702699804,4441.809063783147,248.54216956780078,2591.117442086386,285.7633240681089,2928.3820845272435,223.63008222546014,3324.978281476059,59.585848923058236,902.259656934343,125.19292206186664,1734.8605070581937,281.9235462439045,3981.7618259807045,94.18590360918179,1159.2740947806114,80.30059844988995,1578.8642703774167,117.23764860095699,2822.334786579747,186.8317399035706,1890.136452754681,163.3523750614883,2407.899235592657,191.7918142193391,3394.3926808636547,2711.8466172382805,804.4910923516692,19795.20202211145,7714.342277648158,630.0128364295533,3417.779168560735 -5833,468.45443101599216,2581.7567967410723,105.11827147186916,1034.399963070149,236.23799056746353,1841.181103062416,248.49810393800956,2169.7128427540556,53.00558511128907,793.5176630588588,478.33660487356957,4403.571113031331,267.57711420156596,2568.811435745293,307.72668373571355,2903.1726871121996,239.36536203444646,3296.354728785648,62.23888926572595,894.4924251979518,131.44476192071636,1719.925711420296,295.9479771538064,3947.484257895048,94.75029053360382,1149.2943173729077,84.36065029914162,1565.2723907293812,125.71000170219507,2798.038312547507,200.97534929830468,1873.8649418552257,170.6255858815327,2387.170489475077,200.33128172234274,3365.171564354733,2995.230415936943,872.4105787896609,20799.677666311953,7938.879159098272,696.7847440954941,3494.4430708539476 -5834,535.3022753387384,2601.0561310522776,121.38403119945896,1042.1323841579865,281.61519728819786,1854.9444326217024,292.4697930683879,2185.932036430425,62.480199091979266,799.4494234324735,554.7907198506009,4436.489004902802,310.3448456399656,2588.0139999618273,357.00073642634896,2924.8746926312565,277.01883563791296,3320.9958770144276,71.7966354797769,901.1789993843844,151.50305868112434,1732.7826239447588,341.1193526563478,3976.9927764656204,109.4871679477681,1157.8856050112113,100.2553360020203,1576.9732276149148,150.0758584567988,2818.9544100194216,233.02540722558481,1887.8725919997166,196.8277894670889,2405.0152382106576,231.09525537333298,3390.327137148043,3560.847384912163,1028.8203437536176,24192.64675789488,9120.743826420832,823.1549642721152,4007.2029706529647 -5835,806.7508140416403,2713.148211221951,178.9763222019191,1087.0429054488868,376.2308734482078,1934.8829535822647,418.8716953839135,2280.13441297579,81.63454081237265,833.9015630050013,706.7608472117797,4627.678758661886,395.3555425212897,2699.544031667294,454.66001937040704,3050.9216797064782,355.7626748348904,3464.1136404664826,95.57604109828809,940.0151580663404,199.70335274163924,1807.4566021342475,449.8030100354806,4148.3806168939045,162.14581025938557,1207.7844920497314,140.7177240621245,1644.9326258550934,199.87837384296898,2940.4367801806216,297.17881978499594,1969.2301464969935,262.01814012148947,2508.6589687985606,307.63516253352,3536.4327196926515,4447.0943362223425,1319.247961482007,32392.42643544082,12519.267274285734,1019.9267075647676,5557.439664835126 -5836,1132.3866966061485,2996.9198768320944,247.16583179524534,1200.7381229062444,497.0993754339532,2137.254853586734,570.2462481115456,2518.616607759293,105.99185455498628,921.1204014414957,911.4705594673169,5111.693639906696,509.86827998750863,2981.89281861732,586.1834303519194,3370.0215073957584,463.6504447577973,3826.4297474716577,130.60946392255804,1038.3325540714516,269.7324763707419,1996.50081593143,607.7884806096823,4582.265088214634,225.35939904956064,1334.1082275498616,188.50311331272695,1816.9782476625123,260.808102461112,3247.980849937643,383.8137740787025,2175.194463643339,358.0609578090843,2771.042841186856,420.39891169913443,3906.312772332097,5518.793124959248,1682.0555205931141,43479.07159490447,17353.153000634757,1257.8342912121684,7752.804961199663 -5837,1225.5833415436662,3578.6940227457476,263.9383815421167,1433.8302390218603,533.848609175373,2552.1473659483163,614.7932710892568,3007.5405984173185,112.1814503358281,1099.932000301698,963.6099323859439,6103.996178429178,539.0345674923776,3560.7498515223538,619.7585593161432,4024.2236431726615,492.74790713329435,4569.231687371047,143.535557256367,1239.8978476547425,292.9799047804606,2384.069588117692,660.452274449167,5471.792825894414,244.43235570910008,1593.0906850520723,199.96364672978322,2169.6973765085345,276.2663681595587,3878.4919622046064,406.07060288295605,2597.4519657757896,393.49735897659485,3308.968828025625,462.0047448972308,4664.621926461821,5722.856660265606,1768.3381633467131,46865.42451238907,19019.23527844124,1299.4464152708329,8528.851135801411 -5838,1103.9719493076857,3977.9367731999255,227.77150712814492,1593.789800994205,463.6342597078567,2836.8675257243176,542.0560822101053,3343.064891073517,97.39092334150095,1222.6415346519093,860.4340704062827,6784.9642096575335,481.3189356078519,3957.990731956822,553.5647557951469,4473.170131900494,440.2503080184242,5078.979828657728,130.7695726207747,1378.222114505612,264.24513101785993,2650.0388197939956,595.896962408132,6082.231607148311,220.2813532762957,1770.8175046070803,167.80619461556697,2411.7510258970515,234.84089857339828,4311.180476160582,362.6361086561532,2887.226352856049,358.4998898138203,3678.1207610133156,420.9142612033922,5185.011899986471,4942.744834920078,1550.92626008919,41563.70750796429,17122.4093127889,1136.4656456878254,7736.41867019477 -5839,1004.4772887352977,4210.24354941457,209.04888054111208,1686.8652297257959,427.4614975123307,3002.5372150690537,492.51075388525106,3538.2959044857607,90.40639212991714,1294.0423460712004,805.926805837674,7181.198049495408,450.8280712088278,4189.132683086602,518.4491558993382,4734.397947234907,412.7711644122567,5375.586209735416,122.69311708147052,1458.7086467415124,248.12136075013015,2804.797934925629,559.5200725055638,6437.426698826665,199.78289491060454,1874.231140673703,153.98798722380724,2552.594417283541,216.49046533321277,4562.9482882695565,339.706920149043,3055.8369378087136,336.35858918172823,3892.918638716088,394.9181885059105,5487.810427915685,4589.486101582357,1438.2096775226203,38706.19917954882,15999.177998900452,1057.071028345786,7210.982037765645 -5840,973.3888452118711,4294.328854332355,201.13242816971146,1720.5546292894924,400.85006676328277,3062.502690769666,473.31261380746605,3608.961339044625,83.82740674670838,1319.8864436795332,736.4080848344903,7324.618072726792,411.9399356166702,4272.796370202132,473.7514639328359,4828.951454727541,377.698187149071,5482.94527346946,113.40917426995036,1487.841394029855,228.50015567770876,2860.814240591317,515.3440346888104,6565.9924172948995,193.17674150762357,1911.6625374801588,146.91036402760892,2603.573814885983,203.01365367734624,4654.077671555847,310.46755293455607,3116.8668943133453,310.90700737821743,3970.6664570821035,365.03551892727836,5597.4107889747165,4199.273754246682,1327.2531052292968,35999.25115258958,14918.011720945648,963.1673318947849,6748.504076800872 -5841,901.4958304766351,4400.572652332443,186.04646715622476,1763.121993057624,369.4095645500282,3138.270506484246,435.92517981036605,3698.2488092179346,77.24784128562202,1352.5410804020728,682.4083205240887,7505.832709365878,381.7329622123223,4378.507444004336,438.98438065343436,4948.422077567875,350.66752362204676,5618.596023526093,106.16875679467125,1524.651318440745,213.32109583952166,2931.5921853187037,481.15944323176205,6728.438283858987,178.57794892179643,1958.9580044473605,134.89676436283835,2667.987505558043,186.28298562857407,4769.221831396949,287.77595676188326,3193.979707035759,291.05767381328343,4068.902688936206,341.730441826131,5735.893471917683,3842.7646945303973,1220.888860791592,33431.96203122275,13943.858585978547,882.3532461323966,6310.570124758977 -5842,865.9683687399497,4488.751757920513,180.06776911923677,1798.4516041499603,352.8465422345152,3201.1554781045925,420.0518287758626,3772.3546808858264,73.19554346179204,1379.6434309740514,635.4586327403529,7656.2353199567415,355.4697370235308,4466.244404787921,408.7549134557843,5047.57904356886,327.13603513988187,5731.182000660822,99.38083074339765,1555.202430810749,199.771514702375,2990.3357165073917,450.5900400155401,6863.263388850889,171.5715040402549,1998.2117967066931,131.2447159857879,2721.448900368911,178.8472648398819,4864.787965322899,268.0331665758155,3257.980985070239,272.4488285545864,4150.435759329923,319.8818204556182,5850.829866805759,3608.4614246358633,1148.5548259279328,31601.061221111664,13167.815165011041,822.4880479344013,5959.036279134125 -5843,832.8294450215551,4430.788782127925,170.93323990173272,1775.2283090297647,328.31452050327204,3159.819154001064,395.8613317656894,3723.642496554533,68.45019250201285,1361.8281800747684,604.835507895472,7557.370823445,338.3394415572382,4408.5720650641415,389.0498308533743,4982.399965354676,312.0000871531423,5657.175599442254,95.5701138980503,1535.120197327778,191.84113384434937,2951.7216950387756,432.72542840092274,6774.638490188546,164.15128352254635,1972.4090104874278,121.4635754803439,2686.3069978445606,165.03694702108848,4801.969257076776,255.18809623102018,3215.9108766849577,262.0018909238392,4096.841437250909,307.6160843713826,5775.2784600393215,3337.5607168906704,1075.5920394593636,30019.743841980155,12652.441681496319,766.5956039273309,5741.555412671966 -5844,772.984993760853,4384.197462257605,159.73511006281998,1756.561151993872,314.62043978335635,3126.592531795497,371.4505119318299,3684.4870713761816,65.52799342737262,1347.5080724221064,578.9433379742095,7477.902381429885,323.8555989297663,4362.214361875204,372.36677975025907,4930.00825771019,298.8451396442122,5597.688386018914,91.98085926109331,1518.9778624817604,184.36624303611103,2920.6832916248204,415.8873250767407,6703.400757039242,152.67918515685255,1951.6684282476701,115.2076541458301,2658.059524367311,158.00629321219532,4751.474842500674,244.30460340916315,3182.0944300661436,252.1620836500606,4053.761692481566,296.06317926121034,5714.54935303309,3198.640983677682,1026.5581495173851,28723.549052003902,12117.02544004848,732.1664577153293,5483.251206070511 -5845,747.8791875978329,4310.898988196705,153.0613795490205,1727.193576024904,301.27200223078063,3074.319689715797,355.3943840722311,3622.8869079816436,63.6944401067079,1324.9793687440508,576.2094278304785,7352.880906358612,322.3262746437036,4289.283418639963,370.61949057967286,4847.5844879076985,296.6981874495795,5504.101812764449,90.27304552874814,1493.5823914951804,181.53211174748284,2871.853002767113,409.44483370475626,6591.328011516362,147.38645924921047,1919.0388948165448,108.77137311206806,2613.6199869659004,150.76389321068257,4672.035935267989,243.06690320666337,3128.893663437938,247.48017621090597,3985.9877044658842,290.5661577368861,5619.009005881997,3144.1202444179257,1007.8432528663902,28000.464828544293,11816.763300257606,728.1368116148402,5349.566727931284 -5846,714.1187666535626,4240.7195958585335,146.63750402149506,1699.0756832262778,290.86862234327384,3024.271222268921,339.54872588004076,3563.908026219808,61.28882668172665,1303.4093326068855,555.9705016317251,7233.179490167682,311.00480475905556,4219.455917529281,357.58907205794765,4768.668110001191,287.35638206879105,5414.497643971615,88.68454204111659,1469.2675780585585,177.58838607390427,2825.10059702284,400.61236214169685,6484.024315508563,140.70724756170318,1887.7978511548192,104.17855333960406,2571.071492326991,144.75067668921548,4595.977404595628,234.63305198101477,3077.956757564696,243.1253533429271,3921.097713832201,285.45316578841187,5527.534202446515,2994.555842271174,964.7729047791199,27190.121100720706,11570.28051148081,692.0500551305319,5233.71380603512 -5847,729.5839583702385,4117.9706494593665,150.5759358338183,1649.8954096302234,299.63069411431974,2936.732752024067,347.9987800062751,3460.74960100602,63.24199516128413,1265.6817444728847,573.000973681482,7023.812862296027,320.5314947889119,4097.322454906507,368.49186929692434,4630.637529813432,295.99832048960883,5257.7733272477835,90.9590965929728,1426.7391714736775,182.49828693245985,2743.327182413,411.6585640818564,6296.342216948559,143.70886226226162,1833.1549557674025,107.48222186513364,2496.651029085733,149.50763482955588,4462.94541053513,241.8181026870374,2988.8643428192745,249.3609595307723,3807.600322122753,292.77438302246793,5367.538007414358,3095.5627247434445,994.4661645817058,27978.230746880065,11882.384715693848,714.5709172223102,5367.834487766593 -5848,763.8896213926599,4086.000038164584,157.90248884816734,1637.0861476639543,312.3322328067329,2913.932895181002,364.1798381617178,3433.8814444063946,65.66525302248313,1255.8553949138472,592.5579616046282,6969.282218456388,331.4714946501674,4065.5121496114957,381.08907825937075,4594.686736300095,306.64630643184586,5216.9536513368885,94.73660625862922,1415.6624233972402,190.00077528339935,2722.0288647538273,428.5882246345347,6247.459423278475,150.50865875014173,1818.9229251088943,112.58403119559038,2477.2678264395227,155.738930714567,4428.296525174866,250.11561772614326,2965.659752925062,259.7168609210421,3778.039327101952,304.9332335734244,5325.8661535201245,3193.9371141332103,1029.5300920003824,29132.5428421451,12404.060437445787,735.6723108937401,5606.020150151715 -5849,830.7244968639266,4064.816257726687,171.94105050831627,1628.5987092924133,339.1812199239477,2898.8256719588485,396.2150561335795,3416.078558971095,71.29429098602377,1249.3444392850868,641.0301501629858,6933.1501227768595,358.586392822988,4044.4345881967733,412.212955673567,4570.865680476899,331.5469422362987,5189.906465905571,102.16527876260778,1408.3229516225656,204.97202165531033,2707.9165639026346,462.3530651967668,6215.069602553742,163.5398489311222,1809.4927578257161,122.81948813702519,2464.424483994344,169.57623564099117,4405.338115868206,270.57118491552313,2950.284352907275,280.0822886024673,3758.452162431484,328.8442561153559,5298.254313533829,3467.340053978684,1116.5259855350414,31549.958627632932,13408.425935913347,797.6332765412002,6058.434316622872 -5850,885.7840965763655,4069.3649188349646,183.32349096049728,1630.421164021054,357.8859830450346,2902.0695518190146,421.794742593677,3419.9012615728366,74.13723569498275,1250.7424961962734,656.974880814099,6940.908542425319,367.5057290621073,4048.9604415564013,422.4990101237019,4575.9806272872065,341.1026364652795,5195.714139414106,107.29575654226404,1409.8989106405809,213.91150720918148,2710.946810284687,482.63107567698273,6222.024466831465,174.1723484134084,1811.5176388563373,130.8789235533341,2467.182254848887,178.35317501735798,4410.267831969979,277.44492503527374,2953.585816698884,294.14730144787006,3762.657992189736,345.3579696724603,5304.183231794753,3538.977267683362,1150.8246251492624,33043.65263197098,14138.304105680798,807.931459607278,6400.667558338046 -5851,911.374385154565,4049.6107240857655,186.73625717402086,1622.506499733215,355.13013455970355,2887.981838319296,427.3069542305783,3403.2998024037524,73.32890431416055,1244.670931875118,652.254911308128,6907.214818264866,364.8654213652692,4029.305297648293,419.44958016663617,4553.767133466192,339.5898769153189,5170.492231077476,108.15092862073864,1403.054742517794,214.88074878779193,2697.7868769011716,484.8798687025409,6191.820470506835,178.73257608040922,1802.723865640289,130.58285182579533,2455.2056443172355,175.89669464769082,4388.858769035951,275.5588448514393,2939.248024292632,296.49172369962787,3744.392665723604,348.11055283381046,5278.434774569563,3439.295152492656,1134.9312598087763,33119.86027198702,14305.665229873739,786.8681924626075,6497.732148212393 -5852,882.3901478830818,3852.2636762612415,178.4401716850885,1543.4379448486613,330.21586761921367,2747.2436961138314,408.7827623739512,3237.4490047279355,67.04715761297403,1184.0151921869513,589.0933431383554,6570.610007099438,329.53341882329295,3832.9477809751015,378.80812336403983,4331.8513589635,308.20576433965323,4918.521993164513,100.5652325343389,1334.680587509452,198.3168204384421,2566.317382154517,447.62938309106494,5890.078507200018,172.6948254722081,1714.8728949751414,122.92507549490468,2335.557703139506,162.354917962657,4174.979366693259,249.05645009791093,2796.011560360863,275.6958217429719,3561.9196111948436,323.6941109969946,5021.204242829804,3048.533006596316,1027.9108351698128,30736.38315051111,13422.933466085346,693.5551592958014,6127.104359103637 -5853,740.0992048425801,3540.0303749612162,148.40064901888044,1418.3393624640992,269.6644394289331,2524.57436690898,340.1970634477992,2975.047602465217,54.37810442045908,1088.048507838721,475.3149028245776,6038.049563037947,265.8868017604766,3522.2800697435655,305.6622773852205,3980.7465633896754,249.22703708660072,4519.866426333477,82.02802366638542,1226.5021861743735,161.57500597697927,2358.312474974481,364.71370445692634,5412.676436165182,144.694577714722,1575.8791836652024,101.17085540383793,2146.2563070482333,132.1931902929509,3836.5893445992147,201.01000354344126,2569.389502960111,224.8767573120666,3273.2192488541095,264.0275125746331,4614.226084272902,2436.2854169074476,831.0216113455741,25105.95762950923,11015.977205074407,553.5427916731317,5043.224197009069 -5854,570.2876790015912,3224.6130064731924,119.7511913062953,1291.965060001706,222.91889779386787,2299.6343186554473,269.6732200526867,2709.9703046732557,47.23474771453328,991.1031822965439,416.6927091020739,5500.058217696862,233.09408369412932,3208.444256770209,267.87034690823,3626.0613000871335,214.95733031176928,4117.145482413019,64.14761014979086,1117.2206119980028,130.53448312194135,2148.186392387667,294.29142351988315,4930.405953389717,111.69077901503023,1435.4680536696924,84.9080920107574,1955.0244686837405,114.027913423957,3494.7485164521017,175.80258966531352,2340.45641770281,175.8582727589837,2981.5748016029415,206.47497267933244,4203.097677182298,2304.4314887292226,738.225023088317,20551.781815675164,8612.935700458316,529.0880509303286,3889.2950209779524 -5855,402.49126379008413,3020.962816041089,92.30153934058545,1210.3711043943824,211.40481847608714,2154.4010872635686,218.1977702302577,2538.8223351326687,43.13427798575514,928.5101358108484,381.2521672689864,5152.702457122455,213.268969302259,3005.8152025021823,247.99565207938696,3397.057673047597,207.36733260306394,3857.1274709967843,59.26457117160725,1046.6626287822405,136.71239502036912,2012.517843319859,306.88966100407094,4619.026538464647,86.18445095268935,1344.8111773554822,72.51219992323955,1831.5550462917745,103.97558219361485,3274.0379383271984,172.95705727220238,2192.6450697344167,162.47160412841484,2793.27367060983,190.75770219554863,3937.6513614090186,2366.0045007576487,718.4100496550803,18471.778614631847,7429.0875108511,580.8291594057769,3345.9229617522656 -5856,402.45137131103684,2909.715483888431,91.75910929001337,1165.7990376468026,216.18781586894218,2075.0649987582024,219.5018122581873,2445.3298862705483,44.57910593249482,894.3176343549637,400.21938997088427,4962.953547044007,223.8790599022324,2895.1256831056885,260.3798237721172,3271.960600919279,216.6503627470901,3715.0882712282023,60.97467443281963,1008.1191470493201,140.99653988460588,1938.4066229532496,316.4819381091372,4448.930310593855,86.38926481190221,1295.2883381680974,72.55511280120717,1764.1078034760837,106.16006304380363,3153.4710832598457,181.46732779829804,2111.900641808855,167.1597882252825,2690.4110196107595,196.26209313565005,3792.6468593416635,2497.6697084207567,751.6390762566872,18946.84173536564,7547.324342102353,617.7192938301491,3397.466588709637 -5857,402.79868019628856,2838.886287322756,93.69592551036104,1137.420795976516,229.01748026066076,2024.5531231135135,225.99167135350254,2385.804907920734,47.47782080291901,872.5478771857069,424.129673397068,4842.14379286827,237.25425338258668,2824.651635994733,276.01112409624614,3192.313521388343,228.45559835820114,3624.654440539707,63.01658817525013,983.5791981700037,146.3540572395469,1891.221327868011,328.4612842202178,4340.633069430283,87.0395937043003,1263.7580277919324,76.48032701198494,1721.1653443018722,113.50584573626026,3076.708312309506,192.1875412946274,2060.4921015188756,172.75761833973502,2624.920200317385,202.83449829926255,3700.3250734516164,2723.393728278077,805.6288416848543,19743.35007171349,7709.058081992811,672.5397436926111,3454.0687042596674 -5858,462.6519140538766,2849.1532722763773,108.49478104918833,1141.5343394637543,275.11563655783607,2031.875028378136,266.7108999141266,2394.4332996958055,56.69796120976171,875.7034935153868,500.88982146036557,4859.655666340149,280.19317692554,2834.8671405661858,326.0583523154606,3203.8586949437954,268.9836885589129,3637.763198283644,73.59095862617217,987.1363652440783,171.08724279892854,1898.061031523595,383.957160866647,4356.331202396032,100.79245530900113,1268.3284766733473,91.25689748460533,1727.3900313460676,136.7229386880565,3087.8353934082534,226.88385657850975,2067.9439820319553,201.7468592275945,2634.413365408732,236.87072887522564,3713.7074981095843,3295.0921196163504,964.8719559943108,23218.833108460243,8938.207517974106,810.1887158204424,3996.6899394107486 -5859,690.5899935893899,2925.7657718495175,158.98499112405753,1172.229704274724,366.07107258305183,2086.511269348044,379.69501758327687,2458.818575818312,74.12433664368055,899.2507818188842,642.629857215715,4990.329705987595,359.48125429161917,2911.095492234684,418.18996796213656,3290.009069964748,347.73549990267435,3735.5810777875504,98.40985340372336,1013.6800352869574,226.50278088974997,1949.09907197665,508.48676141835705,4473.471064835713,148.5473502857967,1302.4332810105682,126.93645210416813,1773.8388023991645,181.30362783365803,3170.8659520171304,291.3510036251718,2123.550101570102,269.7869305127965,2705.251601735554,316.75648937604484,3813.567486998975,4125.16840049552,1240.209732704401,31107.889507713713,12283.508053897096,1008.7214111291421,5537.702315851847 -5860,976.6473207445259,3187.3139589120883,222.5158946496732,1277.020920620158,492.2899073554773,2273.034484922689,524.9742339827675,2678.6241210908297,97.88106709003547,979.6391074881154,839.6567062444171,5436.439131425455,469.69626845985795,3171.332232880772,546.2340046203473,3584.1187064735973,458.68388431163675,4069.522525842344,135.52387589221044,1104.2977388781876,308.3725972392546,2123.3383544187895,692.5394056260916,4873.37602583504,208.84581928673694,1418.8640174337813,173.26573860365642,1932.4107316262475,241.2831212276465,3454.3248157265966,381.1236403849602,2313.3843953970804,371.53363432175655,2947.0869731073267,436.2171639270746,4154.480512936393,5219.5827732664275,1608.5015335465864,42267.79553222105,17179.296112607208,1266.5995344606483,7776.110921104452 -5861,1055.2655875827127,3725.9407750950527,237.26399871689583,1492.8257398314572,527.8061943339903,2657.156458305532,565.105264882656,3131.2870217943746,103.40256287783295,1145.1891286899013,886.3347493846497,6355.147466556535,495.80753812390736,3707.2582839931083,576.6343359381973,4189.801884402077,486.7043157616073,4757.234495775638,148.72936367298013,1290.9139250705973,334.2683840225657,2482.1630551740727,751.0023042651871,5696.93186209595,226.23728109582436,1658.6390186287629,183.42095081005016,2258.970415846658,255.03793971843777,4038.0740169479564,402.57356511874633,2704.3251334489387,407.7359849103949,3445.1176327166804,478.72229735893274,4856.549603218572,5399.915316184611,1688.170830303497,45503.08393384953,18821.21112352433,1305.5367556529511,8544.527824235773 -5862,961.2927910383946,4090.4837201107416,208.56153781771044,1638.8825680105097,471.32468796512984,2917.1304351204058,508.64642445908197,3437.649538408774,92.39578386265894,1257.2334801092866,812.3866999920855,6976.929806456559,454.44167681265117,4069.9733496254057,528.7011406778284,4599.728614365532,445.5737396935836,5222.678360265414,137.57644363344238,1417.2158693077524,306.948333255084,2725.0158230415955,689.7906440988862,6254.314934968113,206.89400665087203,1820.9188800292534,158.21286089087602,2479.986201604833,223.61646515633652,4433.155818615077,368.94528361153715,2968.9140541899756,377.1606719752401,3782.1850751598517,442.82386162483317,5331.710375178751,4845.651640188902,1527.5414523847635,41246.9551106542,17200.28568645897,1185.7384090737596,7851.730169778113 -5863,873.9477393733465,4281.462633559268,191.19882740656698,1715.3996827394017,433.1644823333161,3053.327139228506,461.6742650580772,3598.148545026105,85.25946198846229,1315.9319374095594,754.5937746306857,7302.672815062799,422.1128438696712,4259.994662814956,491.0380841513444,4814.4834534107895,414.50020997920404,5466.517843999533,128.4377931552582,1483.38367863351,286.49929255993914,2852.242966974694,643.8409641119409,6546.320074793671,187.50906318046586,1905.935013323259,144.93345144535363,2595.7732582361223,205.30743255542077,4640.133608851631,342.7592388537504,3107.5284624086476,352.10740366658797,3958.7699598677436,413.40885141006544,5580.640409851107,4460.182548645134,1406.6638872169988,38239.49735200834,16020.039910518493,1092.1503352222846,7298.616696763371 -5864,847.1318861218934,4342.544697377735,184.21891004298357,1739.872663555343,406.27307440863484,3096.8878424599548,444.3780350399593,3649.4820162872793,79.00099021820019,1334.7058577870423,687.1454213681917,7406.857381205848,384.3828530227526,4320.770450934839,447.16734752996456,4883.16993060882,378.050382629266,5544.506657727516,118.45472496819539,1504.5465718502705,263.12807032752784,2892.934875755803,591.4025496813106,6639.71403260856,181.508196663118,1933.1262921178334,138.59692414622705,2632.80620734446,192.7629873316232,4706.3327004892635,312.18549699337655,3151.862436123782,324.73919580798633,4015.2482851568398,381.2758736363575,5660.257368548948,4072.2634118191613,1295.4378354065968,35501.530171623046,14909.977945494797,991.7289890213401,6814.901952136773 -5865,781.2287688524832,4432.608242789346,169.53799113297777,1775.9572894059788,372.73143146702034,3161.116703248074,407.1167803701797,3725.171574416923,72.55980390580464,1362.3874016768577,636.8879058795851,7560.474184853806,356.26925932248315,4410.382402645066,414.4329617042462,4984.445939826082,351.0342587667517,5659.498664016998,110.88260976936463,1535.7505796246858,245.5980961367893,2952.9337910721615,552.0561121304825,6777.420430117158,167.11964598871643,1973.2189612161312,126.3231307782651,2687.410103893487,175.83809456668155,4803.941139418775,289.4156820751445,3217.231459456668,303.98052534639044,4098.52376565736,356.9031452501787,5777.650022414215,3717.307223387977,1189.182433903447,32914.770028206185,13926.704811816657,907.6199732109737,6367.707314419839 -5866,752.978046663172,4527.740307818797,164.75366458676874,1814.0726551435516,356.873222477318,3228.9601812428355,393.9911493079638,3805.1207251319174,68.81666787464634,1391.6267839530744,591.0367709851008,7722.736104340377,330.62055455489457,4505.037459566845,384.567517227006,5091.421474164061,326.41427240836714,5780.962092646222,103.57743210609166,1568.7106600124655,229.39893494442103,3016.3092743210855,515.6450044662546,6922.876551158007,161.09835793797694,2015.567931450783,123.62768742654663,2745.0869520968636,169.48996055689327,4907.042703067281,268.63614255725344,3286.2792650942865,283.9536541494612,4186.485752831283,333.38962144282493,5901.649200221961,3486.661517116292,1117.7333322367651,31088.05094171936,13137.59364037179,843.4035610049829,6005.965267016106 -5867,719.7131281023931,4478.354808339502,155.51644914379816,1794.2859893731477,330.95862774062743,3193.740888503351,369.24852524469037,3763.617066614853,64.23185600245125,1376.4478692755679,564.1261563001614,7638.501772437325,315.567003257708,4455.899587253487,367.0501682168551,5035.887725435805,312.0934021237346,5717.907305709084,99.74458123566019,1551.6002353378374,220.62616026690173,2983.409432464179,495.94701266423846,6847.366541071509,153.44021093087582,1993.5834927988453,113.51123719974326,2715.145418124764,155.58610123475432,4853.520032069846,256.4596705489196,3250.4347749288786,273.446036917223,4140.822425009788,321.0526415162411,5837.278040727402,3226.9621773216204,1046.8720599245762,29525.538803196203,12626.26318703661,788.2439167359414,5785.669843130674 -5868,660.6426661995995,4423.44593510752,142.95100058640688,1772.2863430412083,310.58219155247474,3154.582599111884,340.10641998138095,3717.4715553168994,60.29489108485757,1359.5713142014276,533.4478366788255,7544.846503157636,298.4058323391662,4401.266036308546,347.056129886827,4974.142970372735,295.58114823878583,5647.8003443721345,95.33425019190797,1532.5761462973205,210.26201705048624,2946.830006014712,472.69561630513806,6763.411339336162,140.83950209990945,1969.1402702387174,104.97180732654739,2681.855162673681,145.23294368500336,4794.011277722484,242.57508362080847,3210.581364771864,261.35527939970194,4090.05201861242,306.8568986095426,5765.707481074276,3019.4238558123825,980.4984596760294,27897.57480705526,12002.366821806907,737.1801489068263,5489.564918128047 -5869,640.7755811916294,4344.104235087525,137.64813508757683,1740.4975038778123,297.206256618615,3098.0000275288207,327.1828238894746,3650.7926544550423,58.04024507815613,1335.1851905888332,519.8207127862103,7409.517405270539,290.7829440866208,4322.322168861346,338.1953833467601,4884.923623012884,287.79076079395765,5546.497855934439,92.46811716875906,1505.0868995333342,204.17267359972746,2893.973815212991,458.9883372409486,6642.098552547371,136.49756798965606,1933.8205355995788,99.84897278973054,2633.7517268149677,138.47795612383567,4708.022885353834,236.35428577710215,3152.994364213819,253.4978829702561,4016.690280933798,297.6315395311899,5662.290136298857,2914.9123433041805,948.5871377662897,26967.678586339385,11620.66569484557,716.3462461640328,5321.191185483813 -5870,608.5411820594916,4259.109196687455,130.8966335692975,1706.443612863307,286.7021403336295,3037.385774957156,310.13492010700355,3579.362678316394,56.245198686092586,1309.0614812108015,511.48028271817185,7264.54569595927,286.1173839223604,4237.753309819582,332.76120156908587,4789.347124740616,283.800182757083,5437.977255889133,91.83320980269464,1475.6389600046223,202.29894429028514,2837.3514594310814,454.8120061627103,6512.1418592961,129.5452327644336,1895.9841620258173,94.54241315927362,2582.22077427732,132.57430942934323,4615.907557480953,232.60855458270842,3091.3041140358882,251.7573081850486,3938.101295450516,295.58793290647003,5551.503989944483,2820.234081467248,919.8472702345778,26390.234116923184,11458.782877023907,695.5971420228846,5239.316688383641 -5871,620.5725711521553,4145.977424711255,134.0103759045247,1661.1165313574274,292.3648850363011,2956.705797284017,316.6832744719893,3484.286542992521,57.13091151359963,1274.28978643708,515.9243098298986,7071.582592823726,288.6033319720683,4125.1887994964445,335.59442923859484,4662.13100939602,286.5898751900436,5293.532026965796,93.06793460082991,1436.4425828672906,204.93565002414545,2761.984854936801,460.7462416320911,6339.164338908609,131.98670733494944,1845.6224459994671,97.0933905913069,2513.6310297234695,135.41842676213687,4493.29839741004,234.67647493011563,3009.19194081192,255.14226001452002,3833.496234344641,299.56220051154787,5404.043228899936,2843.4435599858466,929.4905698750301,26820.534089300236,11661.6705314865,698.4142278218783,5329.726394482515 -5872,649.3665234350461,4127.522844720213,140.434927909993,1653.7225673383125,304.19494441713465,2943.544904675019,331.14274842147205,3468.777282296572,59.169085432683076,1268.6176661174165,531.773447278377,7040.105555383849,297.46919424946765,4106.826753860424,345.9212054913939,4641.378925911724,295.9970056931214,5269.9694504682675,96.75721748940232,1430.0486878137233,212.87068748860636,2749.6907044342747,478.6005734580094,6310.947442532986,138.15650039675063,1837.4072090182065,101.5914794586919,2502.4423520839073,140.78520687598376,4473.297821863152,241.9312329475256,2995.7974218140316,265.2562909969468,3816.432571025973,311.4370713266191,5379.98874479967,2921.416917625692,959.1772020208592,27870.863174110633,12157.198826586991,715.6627486386792,5558.469172189573 -5873,705.6517669660401,4109.913012746188,152.74160187035758,1646.6670578625183,329.45934383362584,2930.9864445212174,359.7636695343858,3453.977949283868,64.02944530570612,1263.2051839143962,572.9875080312619,7010.069361624607,320.5239622275524,4089.305220533377,372.6805473302321,4621.5767573743315,318.8604032616876,5247.4854376542135,104.11344600779715,1423.9474697091916,229.0418133852345,2737.959311754628,514.9593625829368,6284.022158714856,149.97384110562507,1829.5680198880816,110.63057007142955,2491.765829868833,152.86681700746294,4454.212761410115,260.6883082271957,2983.0160293878585,285.42311620281936,3800.149987296138,335.11491495651853,5357.035341176656,3155.4125160030403,1035.9825664673258,30102.37197511172,13115.505920730504,771.6788934444937,5996.241688856672 -5874,748.3712378018395,4097.631623341634,161.66929124469667,1641.746428327406,343.693445952773,2922.227965752203,379.82142074878413,3443.6566485511416,65.76451748977168,1259.430428898076,580.5338619293066,6989.121621048093,324.7453234577183,4077.0854120723,377.6115519433543,4607.766396024998,324.61741264918714,5231.804713547721,108.68437536983159,1419.6923788318686,237.20002599590137,2729.777643583745,533.4464918438405,6265.244018418778,158.7907485558256,1824.1008391412681,116.5645162657824,2484.3198458865268,158.68120197550468,4440.9025231535,264.2749799972782,2974.1020739480914,297.9541480001641,3788.7942428691995,349.8275833309349,5341.027256121108,3161.990180510997,1053.0788174756594,31252.464825759158,13753.8580905006,767.2370109817286,6300.520468677581 -5875,770.8680156383198,4087.169694598502,165.25082106094004,1637.5547791685083,343.0563667243384,2914.7670362301988,386.4208142329556,3434.864425680806,65.47506430548087,1256.214895483845,580.3031683818291,6971.277241880389,324.6162756008954,4066.675941192149,377.448514470397,4596.002009147073,325.20386335596385,5218.447054015974,109.962705270172,1416.0676702514536,239.2938154186895,2722.808071446248,538.2088467899569,6249.247818051314,163.43382248155552,1819.443609123158,116.87149377682712,2477.976967953147,157.49579388526584,4429.564167238886,264.24279115939805,2966.508701280035,301.4586415855851,3779.1208268487126,353.94220475847726,5327.390733440454,3100.93977110181,1046.3733792934695,31477.753444691283,13962.728825211008,754.3438711219825,6412.223463563116 -5876,746.2340019201043,3881.0502266711733,158.06736870857114,1554.9714892625032,319.16889864694656,2767.772838403308,370.164256162078,3261.6412710954946,59.883096460432895,1192.8629024893505,523.7232453259235,6619.709760410443,292.9659850339682,3861.5899907998355,340.61901533242036,4364.221691835979,294.9554434361104,4955.276300033768,102.23213058364882,1344.6541649284275,220.6873537043868,2585.49452860597,496.49768733438157,5934.092898766934,158.0669931165672,1727.6875097539873,110.15889764557271,2353.0104673339815,145.51514876981028,4206.177452831636,238.63621939913415,2816.9051269734155,280.26556036819045,3588.5365271332926,329.0594352606238,5058.7258564061285,2744.413611169001,947.3036566913049,29206.776350700144,13099.819471767316,663.4015829621467,6040.936737409098 -5877,623.4541960676102,3572.065965418119,130.84588209769277,1431.1746588124538,258.93630382206516,2547.4205636728084,306.49032520805514,3001.9703676642052,48.262501474819224,1097.894829113506,420.87326124003346,6092.691038525875,235.43264625749427,3554.1550283842953,273.7419391271814,4016.7704256478837,237.64659551111123,4560.769066824383,83.22419688859418,1237.6014473583143,179.3366919559653,2379.654080727939,403.49262780701156,5461.6585824233525,131.97206751225215,1590.140140433973,89.96031406700179,2165.678905383677,117.53265479677734,3871.3086526210404,191.82969454776756,2592.6412553810196,228.15602143877337,3302.8403255752637,267.87769238333647,4655.982634769433,2173.3711477785796,760.8926389144166,23761.156288779322,10724.62929901075,525.1539119106069,4959.300166988435 -5878,478.24493699090175,3260.6124329729887,104.66147339205624,1306.3884965891261,213.83838527419115,2325.3073270023897,240.37038327836459,2740.224284485368,42.45554819465744,1002.1678111661711,380.30269058672434,5561.46060649673,212.73784074539572,3244.263176116013,247.28271802292804,3666.54247627609,210.7469206957415,4163.109099096809,66.14011430459807,1129.6932098647676,147.9661237887479,2172.168643276497,332.4872321992566,4985.448771357922,101.06431547908316,1451.4935508649066,74.5426199615437,1976.850269027658,101.28154696771234,3533.763722959282,172.9210989041436,2366.5851620252865,181.32064833792236,3014.8609611230086,212.88834084638674,4250.020860087486,2119.7521425270866,690.3080230879402,19663.165132250462,8450.716045911324,522.1672289083235,3861.0235622346504 -5879,435.83779774731136,3049.0345704550978,94.10842101944277,1221.6182605036715,211.95308941877968,2174.420472444281,228.52272073516303,2562.4138857185317,38.76253556021167,937.1381494907909,326.4895019600249,5200.583019298442,182.635236069087,3033.7462004378376,212.50888415246774,3428.6242213750556,179.49802106427205,3892.9691352948053,55.084165901478464,1056.388553283357,119.81401088890428,2031.2188039379446,269.48463489747246,4661.948013012782,87.57881221087368,1357.307593697809,70.72849796314028,1848.5744426187441,96.81518831374112,3304.4613478636693,153.53348846360646,2213.0198302537583,151.01117951523392,2819.2296645320703,177.30203234404772,3974.241279496894,2097.6598823068625,658.931112884738,16941.618497453055,6803.730200155746,519.907859946498,3117.7578045963896 -5880,435.7421165413286,2933.628458470035,93.54460928603581,1175.3799478453666,216.63585902607431,2092.118548098418,229.87537813960063,2465.4263911480216,39.05153292160993,901.6674233555127,328.98862998668216,5003.740690212227,184.03322538995434,2918.9187540275702,215.62290797019574,3298.8506219935152,187.4647166969381,3745.6200575455277,56.647553538167614,1016.4041933612718,123.47408921102645,1954.3370699540503,277.69681193823646,4485.493046030238,87.78267433930908,1305.933432947285,70.75910681487127,1778.6058069053943,97.52339276801362,3179.387319495095,160.8323762291501,2129.256918271652,155.29714821771407,2712.5216798049455,182.33418270504836,3823.8160469981963,2168.5584117410067,673.6442326854094,17235.591898264098,6869.735187827539,546.986499872319,3160.343218974665 -5881,435.5951006121128,2864.163862127788,95.46704281997464,1147.5484433512931,229.50623714095858,2042.579837760307,236.58820130810142,2407.048225167883,42.00073348273695,880.3170838408046,354.247067257158,4885.258465156316,198.16256377889405,2849.802464805967,231.60177103517194,3220.7380286320295,197.59088341701303,3656.928531323928,58.5102528108273,992.3370328425092,128.04522875231265,1908.0608500431451,287.9380631494926,4379.2822670412215,88.4024623766015,1275.010587722079,74.54624828419357,1736.4906801339914,104.80190905803383,3104.103465424642,170.35747780304564,2078.838818491622,160.40366856967168,2648.2926111874717,188.32974170614196,3733.272939051164,2387.9738418862667,728.4889435602632,17990.321039106962,7020.633139552175,598.5886992000308,3210.1492737611466 -5882,499.80103337217,2869.882179669982,110.48632949002022,1149.8395295844875,275.8208226509442,2046.6578586696696,279.15134091028204,2411.8539090440354,51.14426952496944,882.0746413219889,431.7876538508314,4895.011908228775,241.53805748528882,2855.492109746247,280.8964477953747,3227.1682482893148,232.57985405635395,3664.2296075115473,68.30692966083114,994.3182387147378,149.6047658814855,1911.8703031176178,336.41022993408245,4388.025526091784,102.32991421195288,1277.5561527669638,88.90085223902669,1739.9575925021584,127.52897999286901,3110.300823590434,201.27278532202686,2082.9892306382035,187.26089155267337,2653.579940692484,219.8627727922484,3740.7264372324157,2939.232583055314,888.338055371775,21267.948375806427,8167.467542043856,727.6018040740938,3715.387450059214 -5883,747.4078166127603,2954.0324700530373,162.0510338669971,1183.5549660556728,367.30561523164096,2106.6696787861383,397.62942534542356,2482.5739574994395,68.72599032270072,907.9387125833778,579.2158636232318,5038.542773859409,324.00804728092385,2939.220456479039,374.0532725161954,3321.7948316146794,300.86869028886116,3771.6716438733824,91.4274127597739,1023.4735012944144,198.33980593363378,1967.9299010766488,446.14468449741236,4516.690606785564,150.9193213820449,1315.01647848959,123.77357570095741,1790.9763896153188,171.58006808141164,3201.500636369469,258.9782349526239,2144.06635424442,250.6448307772059,2731.3878465869343,294.28177460759093,3850.411503109537,3723.670459059209,1160.1630304251914,28986.681605900096,11397.438240206302,911.1865655646706,5195.587105667962 -5884,1057.912055091092,3214.735909098593,226.90520774674553,1288.0077278577864,494.09471745296753,2292.5904619055877,549.9162326052611,2701.669575088714,92.11123652043513,988.0674001359661,775.5613617428746,5483.211355616635,433.84191999323565,3198.616684816155,498.87506782043295,3614.954553176626,397.19025105841985,4104.534528244704,126.04570632959523,1113.7985279366094,270.4952699138384,2141.60642569591,608.6788072837478,4915.303955227402,212.2523868967603,1431.0711670616681,169.02916945357586,1949.0361634179146,230.1189285412063,3484.043984985088,339.28377751322165,2333.287521499684,345.5495871482749,2972.4421383698755,405.7093274399278,4190.223448569703,4785.9800904902695,1531.1665529518577,39519.12443343955,15973.689529351406,1153.9511121039156,7295.801377676476 -5885,1143.4571664028651,3733.7384888565985,241.9701600164125,1495.9499515454174,529.711495456236,2662.7174016302365,592.0186591329257,3137.840233821899,97.37955334707222,1147.585800448091,819.6494802194712,6368.447629883838,458.50440952957916,3715.016898711819,527.2099628806473,4198.570374773833,421.6439275972314,4767.190519001386,138.42012250263582,1293.6155722212386,293.49710793840046,2487.3577692562462,660.7165338931694,5708.85450033985,229.96052915458986,1662.1102472611258,178.947864200898,2263.6980284851397,243.33723474761,4046.5249685955423,358.5248715819584,2709.984792198681,379.47358602384077,3452.327634913802,445.53945104523524,4866.713474831287,4982.328033999623,1617.3136459135117,42419.68512203496,17449.719506627647,1193.7819740433881,7998.696364004623 -5886,1042.554152287348,4090.743643062373,212.76140184348995,1638.9867080642546,472.6927900878044,2917.3157992985502,533.017106555351,3437.867978103401,83.56233637558397,1257.313368909585,702.6876122610261,6977.373143800674,393.0770122091977,4070.2319692798237,456.91990899913753,4600.020896432876,385.98127287786025,5223.010226633235,128.04615158644052,1417.3059239215963,269.496305491501,2725.1889796177934,606.8450345676382,6254.7123549579155,210.3753835579373,1821.034587276211,154.38746328971447,2480.1437881832508,208.9486321902161,4433.437516092506,327.8194043690967,2969.1027088716482,351.033732961287,3782.4254077893447,412.1482560109086,5332.049169803736,4303.056139859213,1408.1324452496178,38028.1495469669,15829.97619667696,1062.10367407186,7344.050392096096 -5887,947.7666808438609,4284.516736119877,195.05259303985605,1716.6233315276586,434.25039759468854,3055.5051739405694,483.7602080263907,3600.7152180594458,76.29718299400476,1316.8706332347028,641.6061027219872,7307.882042294856,358.90857540756224,4263.033451593797,418.34028722982606,4817.917776561905,359.1074725372154,5470.417283881155,119.55496391772967,1484.4418230759652,251.59684668445033,2854.277561993844,566.5417328721051,6550.9897717206695,190.65856172067873,1907.294576982397,141.43773296136553,2597.624905309391,190.77947187230154,4643.443562750395,304.4145557743512,3109.7451606369154,327.75545971611075,3961.5938755493903,384.8172652254652,5584.62125696442,3944.9539740499836,1290.4941589228915,35023.97626573562,14664.00586462711,976.4573962866112,6803.314090324073 -5888,918.9210216407254,4364.053379929384,187.9543921049831,1748.4902763627142,407.58348488296593,3112.2267697810153,465.70301255258886,3667.557950016568,72.64499757208088,1341.3166739318488,610.6899691093494,7443.543645877779,341.61437352116013,4342.171285349697,395.3674105120671,4907.35633724423,327.574185105971,5571.968674106663,110.28474858139292,1511.9986113462924,231.1418302807225,2907.2636212774787,520.5569785128326,6672.600625911179,184.57550447556108,1942.7010927582312,135.27064344022511,2645.8465320572896,181.68995891204682,4729.643229934912,277.693502173109,3167.4736533499376,302.34151127211976,4035.1358641571533,354.97878092601695,5688.292699762526,3662.24899700782,1210.5656499592853,32944.03610329984,13790.038834343048,894.1949525550358,6387.486982156503 -5889,847.6570879440653,4446.4491825099885,173.00156213516553,1781.5027643143671,373.7933445292265,3170.987376076142,426.6771105505052,3736.803523911767,65.74450929675834,1366.6414933695867,552.4728154221076,7584.081970996934,309.04823113952375,4424.153941575738,359.0570338553906,5000.010007755199,304.2107394532484,5677.170602425979,103.25341559793532,1540.5460025527339,215.80320688550438,2962.1544070983496,486.06093216266953,6798.58310962697,169.96180852112758,1979.3803910565077,123.31345296815705,2695.801614989272,164.4750037992985,4818.941576202325,257.26571339680044,3227.2773521362506,283.06537501736705,4111.321517517422,332.34669405218614,5795.690891651258,3307.791024317425,1099.4154354838254,30356.85889186647,12821.098801276308,813.8754421581501,5955.576197266438 -5890,816.7991956164408,4531.834102185932,168.1024586675709,1815.712864146788,358.15695802726134,3231.879672667476,412.90572614124403,3808.561156943767,64.50948379601576,1392.8850349794116,542.2632572311823,7729.718680948895,303.33709782844704,4509.110726963357,349.2886748649072,5096.024925584552,282.91506348056106,5786.1889979991265,96.46460678102405,1570.1290229102965,201.62188236728508,3019.036495645027,454.11924638218414,6929.135928044213,163.8217327691797,2017.3903240977513,120.6718497199496,2747.568945483804,161.34994476191443,4911.479446875758,239.27071034225935,3289.2505820492465,264.4541096897083,4190.270999030902,310.4952312818068,5906.985225835213,3192.9917652997515,1064.0963569929488,29015.503238546524,12199.366342093701,767.9383214358388,5634.985720557475 -5891,781.3571794227341,4479.264541821785,158.7456339320605,1794.650480823956,331.9040566505767,3194.3896653744023,387.06224971773156,3764.3816081946356,58.07884165694508,1376.7274810452668,487.62401060419205,7640.053458517206,272.7724038751963,4456.80475917972,317.0803496742223,5036.910716215438,270.54192782336474,5719.068842020346,92.91019325943957,1551.9154275782062,193.96576520756446,2984.0154825804007,436.893374237156,6848.757515854544,156.08603844363998,1993.9884695661508,110.8534369834547,2715.696973059969,145.388013143023,4854.505976656435,227.9987692333319,3251.0950686021774,254.70981802993458,4141.6635921270545,299.05447093163195,5838.463826022744,2856.3035261296454,963.9827320425891,27267.878071975432,11641.300438677787,704.7625551442566,5419.055261308204 -5892,717.1227840452233,4417.207765358913,145.90785386284654,1769.7869741751208,311.33547646680773,3150.133845351139,356.4807931658704,3712.2289867543154,53.89441521820461,1357.6539771823375,452.58550490551596,7534.206374645985,253.172184813423,4395.059145787886,295.17890981832585,4967.128179492903,256.27285462007836,5639.835527401092,88.8192762367756,1530.4148290135736,184.91138932816557,2942.6742355887845,416.5404099980665,6753.873230668534,143.2595207132545,1966.3632878940086,102.50499347563438,2678.073073327193,134.89360114391727,4787.250517770652,215.55706435134772,3206.0536386870476,243.4947220984401,4084.284018020339,285.8868411709039,5757.576385427262,2669.598425063793,900.8864316734395,25538.525666940764,10985.601752412394,658.9927786271804,5116.806784475358 -5893,695.8203217390222,4341.115111689037,140.5220558616507,1739.2998894716409,297.81862569825006,3095.86833273752,342.9731992944862,3648.2805900210637,50.80715203165444,1334.2664664794372,426.41737478411375,7404.4190096867715,238.533972578366,4319.348033428224,279.6856904126506,4881.562368606638,249.50126743102894,5542.681380632828,86.14209103281551,1504.0512681983828,179.53292521635498,2891.982508288126,404.4088792551221,6637.528208208457,138.86437900245036,1932.4898980507032,97.52501731714422,2631.939475430933,127.21720855800923,4704.783354116632,209.795672510319,3150.824828512247,236.15531904468716,4013.9264469525037,277.2696574511301,5658.393985787842,2522.8705446076224,853.7303990053446,24568.8152765254,10605.175559432968,633.2753510659422,4959.260978025548 -5894,660.8691864467842,4262.488207664964,133.63743902689876,1707.7974386127974,287.07916985663564,3039.79551826322,325.0886219232517,3582.202404940902,47.959563813360624,1310.1000394892994,402.454160225661,7270.3091029346915,225.1291699075804,4241.115377870102,265.87639570376547,4793.146805791806,246.07461897809316,5442.291534766366,85.56417435116165,1476.8096743522551,177.93065136008488,2839.6025033197725,400.8317152532168,6517.308338438446,131.79605364607374,1897.4883618480835,92.34881526764565,2584.2694074397245,120.100433415578,4619.569638349889,206.2347263423963,3093.7566340474136,234.5709820881438,3941.2256312900904,275.40948946082193,5555.908336500871,2404.311353431099,814.8588048402936,23749.15962842484,10360.28624658895,610.4513152456716,4857.917701250503 -5895,673.8618972189081,4153.255286266389,136.81010219422905,1664.0324604384946,292.8238048125697,2961.8960077573397,331.94512926804197,3490.402870333614,49.31601076494154,1276.5266786573638,413.9048302090027,7083.996070711838,231.5345697841525,4132.430168634775,272.474707163692,4670.314928545228,248.5273306245989,5302.824309408121,86.72471740044435,1438.9641186064136,180.28747163532563,2766.8332516675205,406.1455867390359,6350.292127535445,134.27357681519703,1848.8622573320063,94.83662621591107,2518.04346538363,123.48300307354988,4501.185947271585,208.21232325876048,3014.474285623428,237.75256742908988,3840.225565454694,279.14498473234164,5413.52950304689,2454.4599006889343,833.6355262996316,24200.86065703589,10560.867696518542,616.8502459168473,4942.053577044743 -5896,705.1488440610801,4120.3099623272,143.37256612886978,1650.8326726393311,304.7197338906235,2938.40103412246,347.1081615903788,3462.715563554842,51.49032778444615,1266.40074561288,432.1291820458828,7027.802909144026,241.7291052284873,4099.650038067812,283.8671028099331,4633.268075507387,256.71712778034185,5260.760132605952,90.17559797059292,1427.5496651821038,187.31570993980466,2744.885595797841,421.9903307292973,6299.919006494238,140.55229453676392,1834.1963237959299,99.23467938926144,2498.0693121129807,128.9324357552449,4465.480694663169,214.75535018449895,2990.56223952922,247.21302737680693,3809.7633216162735,290.2524986331286,5370.587167255015,2539.9715830812743,866.7052283456393,25209.353528299467,11028.289789936862,634.4235798965892,5156.781802183131 -5897,766.2378090283898,4099.646027792566,155.93368226474433,1642.5535143752797,330.0874728911032,2923.6645392565947,377.1083719411445,3445.349557508797,56.127959184853694,1260.0495675847164,471.07701374630017,6992.557488152728,263.51616543802425,4079.0897159619244,308.79601742790766,4610.031583818878,276.5516704652312,5234.376679910277,97.0312362443407,1420.3903026351172,201.54453479442233,2731.119608099044,454.0464097793409,6268.324025749108,152.57156540539398,1824.9975710066667,108.06139458769316,2485.541142824638,140.53950557290753,4443.085680311367,231.49150827215934,2975.5641488747788,266.007503159559,3790.6568222047913,312.3190685640441,5343.6529165186885,2758.8720336286974,941.4101050438012,27300.008971396106,11920.229755669832,686.0409923338678,5567.5400583959245 -5898,812.7302884552504,4086.779807019479,165.05950866653663,1637.398567825189,344.490822178538,2914.488987715435,398.1608173267082,3434.5367634902764,58.9394978742993,1256.0950613147427,494.56677864039864,6970.612230488734,276.6561247043602,4066.2880085747493,322.31892925016723,4595.563582502126,281.6534743511023,5217.949250440351,101.33801592636404,1415.9325872387722,208.87706672344547,2722.548334482421,470.6958148981939,6248.651683247879,161.5493076514652,1819.2700468497671,113.86734083672508,2477.7405861747766,147.6018189104428,4429.141617607151,235.01541859997798,2966.2257169700806,277.81437849389414,3778.7603249904314,326.18150576326633,5326.882537395079,2821.6885746818743,977.1526342122613,28534.086666561816,12559.534930128482,689.4552526066749,5859.01708864401 -5899,837.6062630381509,4101.855382336159,168.76453196708943,1643.4387086202164,343.82353622801253,2925.2401415134623,405.15442605569166,3447.2063028588937,58.23354545695304,1260.7286252932167,488.20228451362885,6996.32587170415,273.0958850019356,4081.2879924317926,318.8329112204358,4612.515992023092,282.213823959933,5237.1975561084255,102.55001414363348,1421.155770128537,210.7889120194149,2732.5914452953148,475.0518508793461,6271.702110118616,166.30992943623588,1825.9810868146697,114.20898420694735,2486.880634473419,145.92625511421082,4445.480119116283,234.92977339276425,2977.1677205313317,281.13702625237283,3792.699658297606,330.08262223843604,5346.532683154749,2735.7463483738325,961.5768287650485,28744.0231075256,12760.147276895192,673.6727208659545,5971.520776115165 -5900,811.2015987345234,3905.5480326213105,161.4632307988236,1564.7867164760457,320.06570530020923,2785.243460515669,388.19257434383815,3282.2292692587625,54.354757554195665,1200.392442743553,455.33148790012035,6661.494420666144,254.70826254165164,3885.964960647816,295.76737104015723,4391.769352877634,256.0752580818988,4986.554791714527,95.38439963104038,1353.141835759401,194.54450522018817,2601.8145810525107,438.5659091369075,5971.549836408467,160.87783785630901,1738.592947943261,107.67720721816049,2367.8630434308466,136.2804132446776,4232.727513514487,212.46578607970943,2834.685879901143,261.4927622104421,3611.1879401149004,307.0183170014448,5090.657338130722,2455.478435367599,884.0338853826183,26913.752551358957,12054.185222486893,596.7370445227422,5646.862339504472 -5901,677.9918564290361,3595.1991711448277,133.6831046265202,1440.443148849783,259.71700956880255,2563.9180204785907,321.4702387680519,3021.411553457797,43.966091080347184,1105.0049517131595,368.03788833805044,6132.148169661749,205.8770227387528,3577.1722403429235,238.86287626311508,4042.783600520088,206.36076476786306,4590.305254038246,77.66503242202958,1245.6163298287338,158.14755598730963,2395.0650580001457,356.53662092435934,5497.02905789033,134.3400328969868,1600.4381134722876,87.95533965120109,2179.7041490777333,110.28956186425752,3896.3797964240043,170.85326717427571,2609.4315677987975,212.91578008308892,3324.2299878809704,249.98414453839646,4686.135438551011,1940.7141971307708,709.7995014773471,21981.613961713883,9900.956203645694,471.76556022029376,4647.012875725041 -5902,519.4703895251458,3278.9370546397877,106.87636752141911,1313.7303918440698,214.28646669743932,2338.3755397698615,251.98913105450887,2755.6243279825912,37.124228621556504,1007.7999880543393,311.37636094288916,5592.715980640028,174.1810834521127,3262.495915060595,204.1743171831347,3687.148422270643,182.71069311022194,4186.505746434315,61.6031664291939,1136.042078703328,130.09083908163447,2184.3762175904526,292.90051864646125,5013.466962557373,102.82830644949895,1459.6509356256422,72.84124440388823,1987.9601552887532,92.99856848370015,3553.623453183044,153.4830973700265,2379.885355969782,168.8827755145539,3031.80446104097,198.28505030393018,4273.905950983155,1819.8734756637652,616.7567025523444,17971.070068279056,7735.501417701201,459.5798460671827,3607.041667791498 -5903,398.6020072584868,3053.4532732391344,88.27829732240244,1223.3886464681418,188.64596094956426,2177.5716724629224,200.62497602288266,2566.127371121549,35.96091135297474,938.4962629704829,297.8820025131367,5208.119775650325,166.6324629830831,3038.1427471060297,192.3478164540731,3433.593030695622,155.57084777677912,3898.610879643322,45.15472647287669,1057.9194860863659,97.10746334476194,2034.1624741314279,218.49888744975144,4668.704172114337,87.46098399798498,1359.2746225079059,67.88877186013053,1851.2534220948212,90.86735260165172,3309.25021864232,131.99358809730035,2216.226968991976,123.78999289111223,2823.3153308896176,145.34167201333128,3980.0008045532227,1909.9988350941314,590.7782763873591,14980.376886807178,5919.5934431848955,448.31813906673943,2682.9189009517922 -5904,398.63025216799525,2928.4949659932245,87.7652135951708,1173.3231761017473,190.9023120098827,2088.457595466107,201.75878481233966,2461.1121952604863,36.231906938752594,900.0896151906728,300.18575211065564,4994.984753476287,167.92115940076593,2913.811001741844,193.87310574543545,3293.078035215789,156.53696328244948,3739.0656786735594,45.66919105516522,1014.6256098242345,100.03491396114565,1950.9172181262581,224.94365328186134,4477.643979547363,87.6683662278359,1303.6482085065775,67.91773596338571,1775.4934633832966,91.53976163465826,3173.823778945721,132.98473915482225,2125.5309780151124,125.20037829168554,2707.775097259272,146.99760370469852,3817.1248346692123,1937.323826041723,598.8310570132713,15104.565285267334,5951.90817858388,457.8170940609014,2704.314189365384 -5905,399.0365857328832,2844.8645278165823,89.64531771988311,1139.8160222634554,202.13963127186682,2028.8165082010205,207.8070026003541,2390.829031491514,38.98651496899765,874.3853234671898,323.3828207394962,4852.340573284844,180.8973870580271,2830.599900589432,208.85622854420467,3199.036023112972,167.2968408047629,3632.287383095148,46.637349430858194,985.6504586560765,103.68854179659338,1895.2039375186819,233.04185606956864,4349.773748470648,88.32384855305831,1266.4193000837752,71.56881224122974,1724.7898432484574,98.42074147133509,3083.1873679527266,143.07273983018797,2064.8311683471306,127.85454824920915,2630.4478624518906,150.11386125043853,3708.1173662578535,2152.9790557926076,649.570114495472,15782.276124461627,6055.750428743041,508.2150928498505,2728.5831962867683 -5906,458.49609813172924,2862.734282742239,103.8358226727434,1146.9756717929945,245.1512800313272,2041.5603325329664,245.45629514601728,2405.846804198845,47.492570509404715,879.8776944705085,394.32039187895435,4882.820104388201,220.579214416779,2848.3800535708965,254.73390656177662,3219.1304737177084,202.65528345032772,3655.103262277023,55.20671184488775,991.841731374452,121.11417361287334,1907.108486774527,272.32914358986415,4377.096452278581,102.27518616034904,1274.3741964608575,85.3634729531752,1735.6239520419497,119.81407023466892,3102.5541258831936,174.2653841614691,2077.8012154549765,151.34713463330075,2646.9707788112187,177.69647681763468,3731.409564505851,2691.2994799628664,797.9483952790752,18790.873482287127,7062.385977573012,632.9869875905353,3166.674382284412 -5907,684.0499414956561,2946.819587660024,152.07964115179755,1180.665071356691,333.7204665643068,2101.5258082335786,349.51290885372345,2476.512238757709,63.77425287284805,905.721792078841,528.5912012872978,5026.240127619585,295.68907499809325,2932.0437406864257,341.3775875637011,3313.6839812103417,274.95287450643417,3762.4623260110657,78.7755442836572,1020.9744786627947,160.68296772809273,1963.1247924402142,362.22998726080544,4505.662170746814,150.74416084081562,1311.805593267313,118.81407175439958,1786.6033496443915,161.08059744980855,3193.6835091694834,234.06271510383118,2138.8311719596077,215.9602067952948,2724.7185971772337,253.55860203968479,3841.009925564881,3443.184196036172,1051.6693050504348,26081.872753331063,10145.589457077103,804.9882859541727,4592.273995453361 -5908,967.1811698334634,3219.2845702068703,212.79918255655087,1289.830182586427,450.6043480447464,2295.834341765754,483.12611974142163,2705.492277690455,85.44156953116307,989.4654570471528,707.5059143863645,5490.9697752650945,395.7723262723772,3203.142538175783,456.8597240674037,3620.069499986934,370.3791810980351,4110.342201753239,109.03650076932759,1115.3744869546247,219.3310230851022,2144.636672077962,494.6945023923615,4922.258819505126,211.94218895256176,1433.0960480922895,162.23118348397975,1951.7939342724576,215.9490321169797,3488.9737010868603,313.62595787902063,2336.5889852912933,298.91948660600355,2976.6479681281276,350.96098615094434,4196.152366830626,4485.152075707365,1394.48489713965,35672.81557670457,14183.404362309771,1042.1435576308957,6438.337023505959 -5909,1045.1085969727776,3731.009288409743,226.8895350889207,1494.856477192991,480.9812655308691,2660.7710710170804,519.8922848846094,3135.5466090825475,90.31640752418615,1146.7469651389938,747.6270934660934,6363.792571644186,418.2157462555826,3712.301382933116,482.88986420058166,4195.501402434933,392.23464183518485,4763.705910067596,117.94020417198531,1292.669995500131,238.10025977765807,2485.53961890758,536.9562233714481,5704.6815759907395,229.5950980920721,1660.895316959208,171.73155890135962,2262.043363679523,228.32132271775941,4043.567134835769,331.5344664577742,2708.003911178783,323.32865629905064,3449.8041335620014,379.61976100655954,4863.156118945258,4694.512223001231,1472.915181615545,38159.84941703857,15347.651247729586,1088.0925058402036,6985.130865374435 -5910,952.2123668928729,4094.9674020568987,199.40870978322621,1640.678988357065,424.0082636895394,2920.32797505981,467.5758547900936,3441.417632411153,77.47199187773249,1258.6115653047261,640.702138526871,6984.577394456731,358.4029061190186,4074.4345496393157,414.08325845706247,4604.770492430969,338.10651955530165,5228.403069193941,107.75083568197142,1418.7693152182646,218.62418693239945,2728.002781329363,492.94335103189326,6261.170446657753,209.9730712842648,1822.9148349496124,148.1166930704248,2482.704576770143,195.9762679912629,4438.015112055288,284.42101509751086,2972.168355454889,295.3948838798688,3786.3308232177515,346.8227546070604,5337.554596837376,3922.793365211963,1265.2584444658032,33806.07483468261,13903.818061789852,917.5651169980105,6404.919172437693 -5911,865.5945163365346,4290.559962078972,182.80609523113833,1719.0445947220862,384.71949086543856,3059.814903443932,424.17534345749266,3605.7939555267644,70.7368929385508,1318.7280531692415,585.0131907636264,7318.189665110677,327.25101896760714,4269.046375805756,377.9974333912528,4824.713354119264,308.6872693654143,5478.133199064386,97.33880642217088,1486.5355988533713,204.12600573250316,2858.3034639378575,459.70496825790497,6560.229812986579,190.29901399237986,1909.98477819041,135.6996883774794,2601.2888037666935,178.9365688025947,4649.993047886359,259.69394854234656,3114.1313945667544,266.8506952925019,3967.18162521233,313.3090593667594,5592.498254588746,3584.4634710648957,1154.158233067116,30864.214130062115,12696.237042836106,839.3430243015133,5831.889029289864 -5912,839.0117752490971,4362.883723495466,176.1206936552545,1748.0216448581602,368.0268625290747,3111.392628731818,408.56167681644257,3666.574968742157,67.34181235324522,1340.957173361851,556.7498580076664,7441.548622453779,311.4407695752211,4341.007493769044,359.74073728614167,4906.041064397253,294.36613710537034,5570.475271427577,93.96788770187246,1511.593364492079,187.55882166977676,2906.484414585058,423.1552489393068,6670.8122311383395,184.21088963953179,1942.1804087439673,129.773219439967,2645.1373905436653,170.3871282258926,4728.375587870892,247.24079069508255,3166.6247049949643,257.60944776389795,4034.0543644103927,302.4589224863267,5686.768119842197,3375.5129472529584,1093.4162494225209,29468.235298059266,12170.710488787156,786.1838300736482,5603.453831540081 -5913,773.6900161689542,4455.4815255644235,162.07148467870414,1785.1216393895631,334.2074355244527,3177.4287958757122,374.1053318954957,3744.3943205158876,60.935818475067556,1369.4176354762126,503.5990305651996,7599.487978645565,281.70868367675695,4433.140994949276,325.3886010250856,5010.166832630944,267.0045646965979,5688.702984863041,86.09600190468018,1543.6754074812613,175.1372239127532,2968.17161176817,394.85376140152914,6812.393485594333,169.6100547543347,1983.401227007488,118.29558196450395,2701.2777610091252,154.21841586869255,4828.73058574431,223.73295653676394,3233.833117192773,236.02896742460467,4119.673095333574,277.1213081759142,5807.464031570808,3020.9361552280766,987.4064753391723,26950.061031878824,11218.664031032835,705.1937114344079,5171.902455123457 -5914,745.6903058223422,4544.765308424288,157.5068877500596,1820.8938476043675,325.5849726777706,3241.101568624492,362.3180190267265,3819.428564858827,59.79862343111362,1396.8595149024413,494.35410263181603,7751.774781012137,276.5371556937165,4521.977093967794,319.3786216380672,5110.566002734034,261.581320948788,5802.699400096843,83.02794439207192,1574.609253597975,163.6498797097086,3027.651061554993,369.38821833242383,6948.907632770987,163.49725050576262,2023.1467771708217,115.77146567492201,2755.408901644383,151.3082409679333,4925.493939072718,219.54842944129695,3298.636181055529,227.618002563519,4202.227583773697,267.24600511138567,5923.840309776913,2988.9967157336837,967.309784320633,26112.077195585094,10790.340127268899,692.4902026542203,4957.981141356544 -5915,712.6438797991664,4498.823799084624,148.63986834956006,1802.4870419655394,297.10717238185487,3208.338359111834,339.223199754414,3780.8192415656335,53.81165546906882,1382.7391302191804,444.32980355255125,7673.414687732795,248.5540211160824,4476.265943050675,287.0661396142629,5058.90500380184,237.0655107023868,5744.041856616948,78.03293511863923,1558.6920563784834,157.45803228130316,2997.0455516810625,355.1007751447016,6878.663454414921,155.73072980364284,2002.6954644514128,106.33027634522264,2727.555396523922,136.27050885409182,4875.70377160578,197.59924997144591,3265.2913734283425,213.92437155856342,4159.7486734921295,251.1683304972147,5863.958193441041,2595.830292428905,864.8353194235037,24230.33595393688,10229.630293953998,605.8424952617522,4730.901216695113 -5916,654.1510252059185,4436.247176718488,136.6360855952731,1777.415255209214,274.6442666783192,3163.7118107322817,312.2830079525028,3728.229740736058,49.93882298220859,1363.5058487556541,412.436308975008,7566.6809291733425,230.71309246058473,4414.003090350004,266.4445240082214,4988.537902944617,219.63206431495655,5664.144809262052,71.70972358172409,1537.0113485861625,150.1314355440465,2955.35799153705,338.12561778806014,6782.984329249306,142.94099014833978,1974.838868285355,98.32575765998158,2689.6163236343095,126.44529583690195,4807.884917765138,183.37291400506246,3219.8726341498664,196.58952375090584,4101.8884341264275,230.81550790130623,5782.393163595588,2424.83778119031,804.3498022884811,22453.51834901255,9473.528557466821,566.230737384437,4369.432061964906 -5917,634.4602915634507,4360.609389789754,131.5533005654394,1747.1104162311383,261.0605521143344,3109.7706865541886,300.29289431264687,3664.6636147926974,47.06737949131557,1340.258143937603,388.5012361645274,7437.6694072540695,217.32403202577748,4338.744563953458,251.00246873104095,4903.483587448169,207.71994631344648,5567.571430649419,69.1724685600042,1510.805383891156,145.75503116330114,2904.9692892945027,328.1940413887496,6667.334794180747,138.53660353002292,1941.1679668257025,93.53971558709758,2643.7585032056513,119.2209460046343,4725.910726404414,172.8423085597211,3164.9739708117154,189.6337340554394,4031.9514466172254,222.648724133886,5683.803656603839,2247.029259749873,756.570311018402,21481.799716341364,9148.073893183966,527.5776134413987,4236.185526124245 -5918,602.5018877790739,4270.415879750751,125.09658645146193,1710.9737190909282,246.15299564853507,3045.44914142945,284.3717325416089,3588.864834167151,44.42655967792174,1312.536654678984,366.64551874274326,7283.830929558571,205.09814394415844,4249.003299280249,236.8655937136861,4802.0614336533035,196.25344389085404,5452.413487152134,65.35433259597451,1479.5563477179032,144.47285015987526,2844.883793590516,324.7679443034283,6529.429681858516,131.48090999188958,1901.017442700971,88.57334275162438,2589.0758114566725,112.54394032982263,4628.161435320597,163.14808045437084,3099.5106178505484,179.16645718845533,3948.555796887917,210.35910777844992,5566.241601318183,2111.870408442935,714.3480516164891,20437.06011022775,8748.0131644791,497.9869166492403,4046.463217472348 -5919,614.4138494165487,4157.349080633524,128.07568426863457,1665.672669441731,252.39389530605416,2964.81549918198,290.45241326597716,3493.8433021454634,45.68610346710288,1277.7849296837012,377.1021547728401,7090.978647320357,210.94749033471737,4136.503436031287,243.6014840239084,4674.918379965719,201.64327471759083,5308.051214761025,66.71591034455301,1440.3824815042447,146.40200190817336,2769.560472991462,329.1866902295814,6356.551504421651,133.9581703175249,1850.6846499789747,90.96353303473646,2520.5254587705704,115.72173865456882,4505.622691080063,167.76981288508594,3017.445602578388,182.89917163460464,3844.010811654313,214.7416830261024,5418.865528660142,2181.777399720379,734.3467976353344,20906.499101808586,8926.244181836748,512.5426065617504,4122.280708090952 -5920,642.9068598625183,4109.848033584068,134.21376724813032,1646.641023480433,263.4370953396083,2930.9401046004555,303.7428155057504,3453.923340684506,47.69929151800011,1263.185212198649,393.69714340199005,7009.958529976319,220.23057492902603,4089.240567187659,254.32164659693484,4621.503688629461,210.661277251893,5247.402473074204,69.68693314229273,1423.9249566016886,152.12881251272742,2737.9160236603434,342.1241704036621,6283.922806126771,140.22034126455412,1829.5390937778195,95.18262093214987,2491.7264341796003,120.82575748253781,4454.142338748554,175.16403296638674,2982.968866861163,191.0441194560127,3800.0899055957857,224.30465582525326,5356.950644574359,2272.9685852704424,765.5867658416756,21834.117855085413,9332.326047849347,532.6703069797757,4307.938035998185 -5921,698.6265441136059,4089.054140725192,145.9768494798903,1638.309796452211,286.74655366546244,2916.110929893065,330.0678634954762,3436.4481174397356,51.99666320557245,1256.7940907389905,429.1908702578091,6974.4914456884435,240.08544053532623,4068.550938390335,277.2312118103564,4598.12105945121,229.5089925052204,5220.853091218509,75.71784449834082,1416.720567839695,163.6843819361549,2724.063459772977,368.23548456933014,6252.129120205472,152.2138876361233,1820.282488768032,103.64976083023188,2479.119473512791,131.70620417148234,4431.606479073628,190.94362418651025,2967.8764511533295,207.57763725598352,3780.8632427835983,243.71663788606213,5329.847000633437,2481.5421575779437,834.0197647042712,23729.31850272101,10124.76002774039,580.6221013053496,4671.832166198415 -5922,740.8930351271795,4087.9494634533967,154.50301593737245,1637.8671993297428,301.5859873934275,2915.3231287646317,348.5571395299953,3435.5197447646874,54.59649460049201,1256.4545618847405,450.55293073564803,6972.607253912734,252.0351814454335,4067.451800155402,291.01242897122233,4596.878855349105,241.22853687117393,5219.442653119435,80.01009664152473,1416.3378340929855,169.70265525609173,2723.327541174842,382.02790582209394,6250.44007802072,161.1633718312685,1819.7907308640308,109.21465328584028,2478.449727688401,138.31193057207585,4430.409259671171,200.49663648300174,2967.0746653250535,219.34468588622505,3779.841824737192,257.53231460304727,5328.407117315408,2585.0134063326464,872.0926087660935,24973.003605560967,10699.702096005536,600.7925908472312,4935.775607346651 -5923,763.0930386247924,4107.2487977646015,157.9001494352438,1645.5996204175806,300.9069091840803,2929.086458323918,354.5171441650066,3451.7389384410567,53.92297764513755,1262.3863222583552,444.5941038191179,7005.525145784205,248.70186826365597,4086.6543643719365,287.1833613492228,4618.580860868162,239.58627373236757,5244.083801348215,81.494412004133,1423.0244082794181,171.28387955494284,2736.184453699305,385.7115728949627,6279.948596591292,165.87984530964823,1828.3820185023346,109.52696528344596,2490.1505645739344,136.68962542128656,4451.325357143085,198.0472541761493,2981.082315469545,223.41388090827485,3797.6865734727726,262.3099512636557,5353.562690108718,2480.3566044428817,855.5804580121458,25150.760409991053,10922.715655609882,577.2960106515827,5060.368524631089 -5924,738.7059961774098,3901.584196578417,151.0177430796312,1563.1985762369802,284.4240931397312,2782.4166489325544,339.74176133739917,3278.898054645638,50.31562745947594,1199.1741351487105,414.5306549240201,6654.7335073542035,231.88465039586865,3882.020999942742,267.80137351508625,4387.312038946886,224.5122897517465,4981.493815521643,78.53564263784311,1351.768499076577,158.14368515889785,2599.173935917139,356.6744254777572,5965.489164698432,160.43587684944714,1736.8284075168172,103.24721168694796,2365.459841422373,127.61256800870716,4228.431615029133,184.81746870201533,2831.8088879995757,215.30252541065104,3607.522857315987,252.78641916881043,5085.490705722066,2253.532015551422,792.7745125286424,23809.71939743534,10461.303306943264,521.3687904809743,4867.254292600407 -5925,617.1497239523137,3587.9862887518148,124.99643403097149,1437.5532541508014,232.44600663321046,2558.774149926031,281.3270023919736,3015.3498347160667,40.68706719826573,1102.788031208623,334.96147939103076,6119.8455234219255,187.37438262294216,3569.9955245503106,216.42010341800574,4034.6727501157507,182.28475552742856,4581.09593617593,65.26307476288275,1243.1173071971143,128.57955848842485,2390.2599493637113,290.2326985428984,5486.000621851579,133.9521852702089,1597.2272282500105,84.32546221317811,2175.3311091068063,103.24318143379939,3888.56266922402,149.46477269710013,2604.1963855139857,178.91627725399212,3317.5607384712703,210.06537183800884,4676.733861006356,1777.4620745113673,637.5446865268788,19537.301592938325,8670.979747767322,410.75201642954625,4049.7075897445293 -5926,473.342651249975,3272.308997312159,100.01150118469019,1311.0748116346633,188.55806944271475,2333.6487374943536,220.59659169952988,2750.054097229478,34.382637254571016,1005.7628168661472,283.61573055625763,5581.410840736725,158.65204115932283,3255.901091922536,183.1181706026441,3679.695204745865,152.44834016404099,4178.043125887651,50.184103968135766,1133.7456784068995,105.60749152359227,2179.9607102006994,237.80542610451963,5003.332719086312,102.5753029257799,1456.700391007543,69.86746326160616,1983.9416841638956,87.12918374394955,3546.4401435994782,126.27200405227624,2375.0746455750123,137.57784309011217,3025.675958590609,161.52996926248537,4265.266659290767,1608.0220366671156,546.1656742729141,15767.462482030534,6737.837555426515,378.07147221527686,3115.115931970037 -5927,369.86470192954016,3060.6661556321474,76.37220484087513,1226.2785411671234,160.04780730561197,2182.715543015482,172.54322325612642,2572.189089863279,29.329154849074822,940.7131834750196,235.79571231225705,5220.422421890148,131.90196108510827,3045.3194628986425,151.7755165530986,3441.7038810999593,121.22547915140724,3907.8201975056377,35.59026315379597,1060.4185087179856,72.17261033069263,2038.9675827678623,162.73459872562282,4679.732608153086,77.82740902913022,1362.4855077301827,57.611680239959924,1855.6264620657482,75.608441704142,3317.0673458423043,103.68393831367032,2221.4621512767876,97.56937461347756,2829.9845802993177,114.55607769597063,3989.4023820978778,1556.2671278237406,484.0749753709772,12109.521355440753,4734.6237499250155,355.0076380638077,2159.3513429374934 -5928,367.6607004345643,2947.5993565149197,75.3440541840681,1180.977491517926,160.05858047469508,2102.081900768012,172.02018713650784,2477.167557841591,29.16475564984724,905.9614584797367,234.49334487026144,5027.570139651933,131.17342867046824,2932.8195996496797,150.96458083744497,3314.5608274123742,120.4689022292365,3763.4579251145287,35.70096347061879,1021.2446425043269,71.89063145053734,1963.6442621688086,162.14073731315995,4506.85443071622,77.50744412990358,1312.1527150081863,57.014245762096216,1787.0761093796461,75.1805800589204,3194.52860160177,103.09959363111491,2139.397136004627,97.87285538953257,2725.4395950657135,114.91239408621824,3842.0263094398365,1550.8017708872733,482.68341919390514,12054.611320880796,4715.8793942893535,353.8001290908016,2155.0705366096263 -5929,365.58578866935113,2872.936282230591,76.42222198739634,1151.0631783727445,167.84134709306596,2048.835893381733,175.7724963577688,2414.420582077377,31.04415465786735,883.0133371471322,249.90632961906923,4900.221135460832,139.7953111237436,2858.530898525087,160.87229827952558,3230.602571440431,127.36286883309002,3668.129047393169,36.134752194308355,995.376383157193,73.97848413357457,1913.9048981367678,166.7483639424528,4392.695223018783,77.56783976927059,1278.9157164261019,59.53504821054907,1741.809239575427,79.96198996016328,3113.610777489198,109.6940091277109,2085.205928866472,99.06207094272679,2656.4038563741306,116.30865054321264,3744.707284345729,1701.187437567322,517.4725064645669,12484.449843720859,4758.420613357149,388.81788930798,2157.9926926616704 -5930,417.7934497990204,2887.1671032271065,88.04644240178452,1156.7648620990485,202.2051346766601,2058.984610229471,206.43201684451248,2426.380188465573,37.542182882239146,887.3872610716546,302.532070453474,4924.493922244652,169.23366838455038,2872.6903638016142,194.78060180460585,3246.605058926633,153.12620450226393,3686.29878132999,42.50025144363059,1000.3068869140918,87.2735012978786,1923.3852469277238,196.69391601943425,4414.454027694567,89.35569271151252,1285.2507057339606,70.55587453298807,1750.4371286280964,96.63299288314602,3129.0337570733004,132.60293351548418,2095.534801281119,116.51284893150061,2669.562104264391,136.79758661620215,3763.256341412354,2110.1867428231176,631.5470542897458,14796.41759273652,5523.797133786096,483.0035892024595,2496.1846897619507 -5931,626.6386317372031,2961.8301775114346,129.4717659164532,1186.6791752442298,276.3634953529556,2112.2306176157495,295.19810287588524,2489.127164229787,50.63175463275467,910.3353824042589,407.22381636775157,5051.842926435752,227.7972718534303,2946.9790649262063,262.1519942826227,3330.5633148985758,208.82572464751598,3781.62765905135,61.00832112236848,1026.1751462612256,123.63177142412849,1973.1246109597644,278.77165014256383,4528.613235392004,132.31592107613335,1318.4877043160448,98.59648255981112,1795.7039984323153,130.49086095383768,3209.951581185872,178.96588007897566,2149.726008419274,167.25202936558847,2738.5978429559736,196.3703933402738,3860.5753665064603,2713.8959033027654,839.139771152753,20766.59642910067,8066.380925062013,619.4521031521546,3676.8973708550084 -5932,878.8359369040224,3208.952606091128,178.96541590919267,1285.6906047171033,365.7733362356899,2288.4660965803687,402.41380888036286,2696.809277316021,66.32724654692414,986.2898690017255,532.7431611317594,5473.347070144926,298.0116432944406,3192.862380258612,342.941535014823,3608.45125768661,275.59536565750693,4097.150479429292,83.43696856045443,1111.7948067730467,167.49847723696624,2137.753680328093,377.8159894402519,4906.461333951292,184.2907886033561,1428.4966731006125,132.18417362193762,1945.529851539029,171.09238298584026,3477.776197326551,234.56135655455753,2329.089942251517,228.73932701505296,2967.094721336428,268.562550712925,4182.68524557036,3435.3120923015317,1088.2772029344153,27955.138476674587,11136.936317655178,782.4658145079844,5105.363225369258 -5933,973.1700124662943,3728.0851504765246,197.06677449620767,1493.6848996943083,410.48519494440615,2658.6857206416366,449.15484393451635,3133.089158545109,74.17603423290548,1145.848214682654,595.9437327907215,6358.805018459668,333.36546403091586,3709.3919071172572,383.7182470404256,4192.213223861419,307.7252566029871,4759.972407393777,93.42749676933349,1291.6568794565135,186.99602228978011,2483.5916042760587,421.8421053852877,5700.210593877373,205.04065650767623,1659.5936083265033,146.55784180417962,2260.270511806206,191.30521116415338,4040.3980330913114,262.2920389439552,2705.8815425787957,256.1279862443026,3447.1003871091425,300.71954041470156,4859.344673252333,3868.416019518478,1221.9859748307406,31180.18537142719,12386.669767805297,881.4815502944886,5683.428874441126 -5934,894.318317671606,4075.1482218424294,175.1436719140503,1632.7382871617374,367.9511561709487,2906.193917144234,408.93323149728303,3424.7615593455293,64.91437073574518,1252.5200273305143,521.1203602424936,6950.772827897028,291.50995496617406,4054.714746113945,335.7598175111499,4582.483922777224,270.34849753889864,5203.098188229518,86.40680816267604,1411.9026318041438,169.13234278201628,2714.799555652504,381.8634740089592,6230.867088107576,189.22304450541765,1814.0921328173933,128.48825317098925,2470.688566727773,167.50535895009398,4416.535619628516,229.6097246997421,2957.7833959470513,236.88103115022446,3768.005409223184,278.1217151042224,5311.721434794096,3316.4419408398994,1070.0986917965631,27951.970309523516,11330.387256137468,754.693108128843,5246.898538453027 -5935,810.3867086386341,4285.16654665053,159.83590666537071,1716.883682924722,331.65168902308056,3055.968586633476,369.192502485974,3601.261319944602,58.80504988254383,1317.0703562041033,472.04068611254246,7308.990391030622,264.0552349304438,4263.680003865612,304.06817739427385,4818.648485274193,245.01439707132727,5471.246953824596,77.70971735830567,1484.66696070249,152.79356567188574,2854.7104555338674,344.91536278137085,6551.983326513903,170.90311116498094,1907.583846502745,116.94217221447802,2598.018873666178,151.74821139003674,4644.147809859556,208.00609813318133,3110.2167996285416,213.03828216373543,3962.1947100371635,250.127974074294,5585.468247634777,2998.3907137490037,966.8298118877291,25290.712968409425,10245.128970995725,682.2425697484742,4736.635025104439 -5936,780.5754949601377,4372.046031177291,152.61173384188547,1751.6925912229303,312.8519097040551,3117.926732868007,352.0995839125539,3674.2749878421796,55.095061995417495,1343.7732608372805,442.01043736899527,7457.176304149948,247.256588923251,4350.123860105563,284.74254655136554,4916.344033850599,230.21903530921554,5582.173591072439,74.3601243817543,1514.7677978194438,145.31611838814453,2912.5881996425064,328.11195607227563,6684.821321919334,164.2873208108892,1946.2590997213806,110.3716039472387,2650.6923317634705,142.22672392871033,4738.305449567181,194.92386006370646,3173.274799679768,203.85549836358382,4042.526111455332,239.3464793825143,5698.7106611821355,2767.554968267936,902.8546948620846,23983.12631395255,9815.870818025307,629.1121749362036,4551.0101353492155 -5937,714.7830573242215,4462.759393422706,139.01939412821307,1788.0375709960335,279.5567051804675,3182.619010844128,318.80594759145504,3750.5106531541574,48.93245430006339,1371.6545296338054,392.30934615131935,7611.901467284637,219.454253862129,4440.3823703591515,252.7334797000186,5018.350758868011,205.26586051454797,5697.995275353148,67.45489335185573,1546.1969454042148,131.20816793603473,2973.020012697948,296.3100851678715,6823.521283858629,150.09284762129388,1986.6410411459358,99.0934924134252,2705.6902004907706,126.3726444199716,4836.618142437038,173.16342123231206,3239.1154665791696,184.92506589565403,4126.402432271709,217.12028288176379,5816.950313933554,2414.490504361143,798.2575235837731,21586.737019120203,8934.15196792119,548.2090737447917,4152.546204095138 -5938,688.2450859155848,4524.686205258188,134.96996494205422,1812.8490063552947,271.94941340693134,3226.782146530772,308.39211102141496,3802.554052098576,47.93716763775067,1390.688088127931,384.45616867719775,7717.52687710832,215.06125833465185,4501.998670788005,247.6395990582491,5087.987151012944,200.74849692024276,5777.062652764601,64.95752226583375,1567.6525155700103,127.18847288891547,3014.2746793019355,287.15997267207564,6918.206854231008,144.54220036592946,2014.2083677916448,96.84623666146152,2743.2353050235947,123.77574152525264,4903.732749168516,169.62060300168426,3284.0625668660186,178.07861651740723,4183.661837149636,209.08187544066874,5897.668353108647,2386.47275090879,782.6513257753936,20972.781142694595,8622.258287209617,542.1715288797608,3997.3378185375486 -5939,665.7526207622645,4457.2360133668735,129.38277826538342,1785.8245879090953,254.49106455984574,3178.6800096970533,293.90484558017,3745.8687950760927,44.42935219449491,1369.9568872998634,355.99081690848493,7602.480519157044,199.13800135744899,4434.8866854560265,229.32501936261406,5012.139745445339,187.06324938287383,5690.943092905558,62.116408067638396,1544.2832788544963,120.72594807875197,2969.3404239063298,272.6463526771283,6815.076082572322,139.46284108487208,1984.1822544318377,91.05116544732793,2702.3414751903033,114.78811451063905,4830.63205225593,157.26297555303518,3235.106542012676,170.28980826034257,4121.295347867755,199.9370456476112,5809.750905559196,2156.274602407289,721.0657427661158,19813.43533483046,8274.327039276477,489.04113406749025,3850.581556933366 -5940,602.6069134185558,4350.0824818845,116.64644448500914,1742.892732690155,227.8851151362293,3102.2634171114214,264.7025059534389,3655.816783322999,39.726285021910016,1337.0226388076248,318.214028935062,7419.714196438074,178.00601227958057,4328.2704397275875,204.98358072587746,4891.646131825372,167.44290979945913,5554.130806537662,55.937343054596596,1507.1581622032375,108.62485314038925,2897.9564290627204,245.32528652154002,6651.239241225197,126.06139664018974,1936.48181069733,81.74929003909095,2637.376229583038,102.65679086252727,4714.501947828238,140.63118465002185,3157.333435616963,153.35013275377904,4022.2179488963857,180.0481943439936,5670.082437320886,1912.3863564433527,643.1403946106108,17807.352306291603,7468.3785327293745,433.4957213092074,3478.056590733346 -5941,589.6842951882521,4245.853088335344,113.6556978499042,1701.132454969897,220.87601323793913,3027.9321749012324,258.00288130976145,3568.2222221073434,38.30893249749218,1304.9871407717255,306.7655317121397,7241.935426903622,171.60182782528005,4224.5636698150065,197.62906694016652,4774.440696778917,161.78001644358642,5421.0520228435835,54.65767545362568,1471.0461615955958,105.70806923066951,2828.520448850632,238.77517893410126,6491.873381991437,123.35634993876006,1890.0830755955267,79.18679399628691,2574.183835849089,99.01416721925877,4601.540945145002,135.6293334540898,3081.6826978212357,149.84197191213758,3925.8442963778743,175.92926719562251,5534.225414775499,1828.2600896987244,619.4120479317835,17295.075085295422,7293.637497602093,414.175577741109,3402.5819037244346 -5942,556.0858336291108,4141.688680251459,107.00219564861773,1659.398214157128,204.81412166724053,2953.647277106901,241.57798992127456,3480.682274788229,35.456444514762104,1272.9716163888827,283.7905916219986,7064.267499768421,158.74985683740493,4120.921559519689,182.82306249473677,4657.308337565195,150.1255914185997,5288.056211777298,51.11422145050418,1434.9566762792886,98.84358099877562,2759.1277609318877,223.27054995352336,6332.6068849832245,116.17179464815729,1843.7132694098946,73.83263507134004,2511.030841625859,91.669453885943,4488.650371954512,125.55213079163522,3006.0791271270946,140.12772536211415,3829.530731387799,164.52378277030184,5398.453097048204,1669.8665770477166,570.9773246602774,16138.207856391935,6850.51871384472,377.9503085509246,3198.6294083561993 -5943,571.0560011162697,4052.2749390673525,110.64968526767584,1623.5739371781528,213.55628282833135,2889.8818245165958,249.54443412060562,3405.5388132465646,37.184812503740694,1245.4897935311592,297.76587808461557,6911.75903410527,166.56750404171126,4031.9561538097346,191.80314646781943,4556.763029972362,157.04836622416335,5173.893867383476,52.71380595171784,1403.977803947568,102.30832472992925,2699.561734956495,231.06454303931113,6195.894032630401,119.27874033333109,1803.9098670260364,77.00421773073555,2456.8209096121345,96.10833477287585,4391.74617330298,131.64917108208763,2941.1817382109466,144.51292641416597,3746.8560795469702,169.67244170576566,5281.907425637503,1774.9183039974669,600.3832390402655,16756.334898545207,7057.778081592804,402.1004880110478,3288.5581853200433 -5944,604.1074166030694,4023.6833387500797,117.73013560932371,1612.1185009613737,228.62032831486204,2869.4917109795942,265.50578522144775,3381.5103832714462,39.988428398026386,1236.7020022506194,320.33267757552363,6862.99179724105,179.19116491779778,4003.507916565243,206.33281201172068,4524.611917510216,168.60597333523123,5137.388470349812,55.94422795636549,1394.0717702187633,109.03582300646468,2680.514461186013,246.21906132416152,6152.177718102661,126.36282087799783,1791.1820361897942,82.47336444270553,2439.4863401283283,103.33024957337739,4360.759368811652,141.55609227388723,2920.4296683282587,153.36900745433863,3720.419420365743,180.07035510573218,5244.6399182996565,1928.1612689609483,647.0152448649241,17885.46715524748,7488.601016079692,437.1182482282259,3483.384875734853 -5945,659.3790613423561,3981.185819550045,128.84474919000698,1595.0915554541214,251.40836748194823,2839.1845846937626,290.5554090119599,3345.795395202123,44.109445262986945,1223.6401475616037,353.42505484664207,6790.505942585417,197.70273756780603,3961.2234870443613,227.62938738893703,4476.823668374082,185.7058537586051,5083.12817032716,61.177312072216836,1379.3478004544074,119.44504466389563,2652.2032832950586,269.70654187709425,6087.199371477026,137.84447592732025,1772.2638494029136,90.65863837516426,2413.720863859505,113.96212424358527,4314.701704875211,156.1310363232196,2889.5845432392935,167.71531173079018,3681.1249276241024,196.9143325715486,5189.24684512247,2140.290722838101,714.4857438341927,19628.39347095402,8185.480253991229,485.41860714847184,3803.3699340487965 -5946,692.1665089352267,3955.713300955502,134.42008358796525,1584.8858024076844,258.2043975240651,2821.018845789587,301.8748204934135,3324.388246859709,45.05365246000111,1215.811023821955,360.7634534772848,6747.058764601544,201.807770526693,3935.8786919244285,232.35447404836933,4448.179947807923,190.29340477650916,5050.605177755128,63.69375211023342,1370.5224242755614,123.78671343836186,2635.233892638011,279.5591775090511,6048.2521064643715,144.31016511868413,1760.9245083360718,93.45398823178546,2398.277337138201,116.4491618975564,4287.095276944208,159.51030768610306,2871.0963341115707,174.61403792735123,3657.5722658248756,205.01411815803237,5156.0448815002355,2148.1620489727793,726.5114129247272,20292.29437412627,8545.487739404589,486.62611612147805,3979.3775011884504 -5947,717.4043121366072,3956.8179719241493,138.50004466837103,1585.3283970047496,261.2932224732116,2821.8066424229273,309.95425960468697,3325.3166142375803,45.26030161711057,1216.1505507388963,362.1540467857757,6748.942945626294,202.58565568271686,3936.9778238878184,233.2794412860654,4449.42214482217,192.01527315118418,5052.015607806421,65.48561188470521,1370.9051558384408,126.7424847203666,2635.9698070370882,286.27998342627825,6049.941139011664,149.53307603597858,1761.4162634341646,94.93008344713178,2398.9470791411063,117.0386219517914,4288.292489515484,160.2851376480454,2871.8981153649584,179.52635444591039,3658.5936780432003,210.78166268721014,5157.484756602474,2113.90183585305,726.4824154424206,20687.401138683534,8811.961035870048,478.17355331043495,4114.25764406103 -5948,688.7832240879707,3742.0560422182593,130.86418965164785,1499.2824408414642,241.8766326168915,2668.649068816136,292.9708052292969,3144.830319941501,41.21930795467487,1150.1422478695692,329.41242491399146,6382.634457148412,184.2702923894424,3723.2927464678223,212.23948393104124,4207.923422192417,176.02524560021027,4777.810266914996,62.35053464003065,1296.497326415738,119.16004335902029,2492.898792291758,269.28455780248726,5721.571968925894,143.2928725653691,1665.812887581496,87.8015328273977,2268.740810458972,106.67434449208817,4055.5393083668027,146.04094481637037,2716.0217557368815,170.93165749730926,3460.0182965418276,200.6906400141872,4877.554927478181,1857.144117675441,657.2716837898492,19329.448071133338,8392.457141858014,419.00561363313375,3939.595365912311 -5949,573.235245939622,3456.7898180604466,107.66235230098182,1384.9884174437227,195.56449073692696,2465.2113236635637,240.9491247070593,2905.0920955895967,32.91061920241493,1062.4640483470314,262.741584128225,5896.070383487197,146.97523489836314,3439.456894937008,169.3161640996744,3887.1429708439446,141.3169128015372,4413.585926282906,51.519426702327095,1197.662115835066,97.60865645073592,2302.8589271316723,220.6563688361807,5285.402330254439,119.11309629291664,1538.823834709882,71.01113548176694,2095.7890648702783,85.22833057207932,3746.3754764067717,116.64727497646017,2508.972673027194,141.23858039680758,3196.2525100769262,165.8280362429455,4505.726803691124,1437.650352549177,521.7647104810644,15753.69499120553,6941.664883196855,323.6124047656479,3271.2928457450425 -5950,443.5579090021554,3182.6353331764203,87.329134008433,1275.146394601943,162.5599463189202,2269.6979207259037,191.90740287834691,2674.692195993186,28.59619744146997,978.201105208125,228.89844301409104,5428.459037729458,128.04369183314057,3166.677066558163,147.3760895451315,3578.8576150856875,121.14429808700571,4063.548915126007,40.12897614353172,1102.6767514613348,78.73509184392782,2120.2215276491083,177.7504206657167,4866.2224467436845,92.14511732216455,1416.7812813767268,60.126645355944184,1929.5741655717525,73.92939609523805,3449.254247470518,101.25709334772152,2309.9886019771902,110.01208643173374,2942.7609741202864,129.16504969612356,4148.382193255081,1349.5283818979085,458.0683856356385,12910.52758418447,5450.4244433686845,305.4997701705556,2532.1369279000687 -5951,339.96478469617176,2965.404132278455,68.23482711111974,1188.1111066653796,134.0253132934094,2114.779385179195,144.90253229442956,2492.1307219495598,25.296532906987466,911.4338577673078,203.6667594432035,5057.938839107,113.92931921863067,2950.5350992854255,130.7332776585267,3334.5822092722387,103.01672988514382,3786.190839716394,31.08732512015882,1027.413402115199,60.69889949530148,1975.5055233303683,137.0576905316269,4534.0777819360665,70.03336951013573,1320.0786852750064,51.702909090449154,1797.870822483905,65.15148658712337,3213.8249368706747,85.61174401273662,2152.3200205857765,85.22473849863164,2741.9024297246883,100.06225625350511,3865.2338110855353,1354.8955172386825,416.06846355231846,10468.877826768765,4114.148514529806,300.5662406740547,1876.4325945536566 -5952,333.75324288858275,2824.330557909339,66.17610465702697,1131.5889352889783,130.59645825193377,2014.1726976717748,141.73812457310692,2373.572247941371,24.428885738582057,868.0740908078299,196.6366049187003,4817.316826341084,109.99671518855679,2810.168891446526,126.24785199890803,3175.9456760020657,99.60281481784578,3606.069867607274,30.649074247079554,978.5361245079271,59.235282334427254,1881.5245302075136,133.80514190829115,4318.377482539151,68.79521189357273,1257.2784023209454,49.83305088775581,1712.3404691600663,62.92619156471337,3060.9332057552306,82.679988805432,2049.927407320971,84.02329012986358,2611.4615322691966,98.6516372634221,3681.3525169419163,1287.1429568260587,400.81813313412283,10185.51584623019,4032.5353117136983,288.4221501417695,1845.633579044 -5953,334.174961947234,2732.0576579541344,67.91571181695058,1094.6191151934058,139.71062843521526,1948.368234626788,146.89959519382435,2296.02594446163,26.60213812021449,839.713489209514,214.44076567663737,4659.931639141703,119.95619959316087,2718.35866326643,137.6585848922846,3072.18525858059,107.4927522550212,3488.256985119641,31.376158049121685,946.5666492400919,61.84359595839454,1820.0537776948845,139.59245608459082,4177.293000661044,69.45464447874137,1216.2022174146446,53.071557549053345,1656.3970809622579,68.4591208545051,2960.930328020803,90.00299175286732,1982.9548123315312,86.01656316497105,2526.143215675861,100.9919365795101,3561.080096440589,1450.55002684348,439.87540085414895,10721.572106113548,4114.508868166613,326.8784368273389,1865.6354752629277 -5954,380.6941158033708,2697.7477337915184,78.06490700826274,1080.872590218029,168.10326467655557,1923.9000956853304,172.29165511932553,2267.1918253131826,32.126985317852686,829.1681385104813,259.24517103864343,4601.410948454065,145.01937345051496,2684.2207748101146,166.4450451879104,3033.6039193732986,128.99083010987755,3444.4505038505768,36.81680734707174,934.6794074552283,72.79861997415196,1797.1970466508712,164.30026760917315,4124.833417445281,79.82263384044607,1200.928818727609,61.07571869777997,1635.5955952888,82.62077084393547,2923.7461585324995,108.66722289187489,1958.0523257273735,100.93189962085292,2494.41922116154,118.50401399796601,3516.3590827056987,1793.75284260691,535.7464057963077,12674.061885425777,4764.672333027363,405.81502528719153,2153.4405424344245 -5955,556.1651578411656,2695.9282668269484,110.35769313022342,1080.1436073164116,215.30737696445428,1922.6025419432267,235.0934139020642,2265.6627421536155,40.281015877881146,828.6089149710833,324.1636595373129,4598.307576294298,181.33418112740773,2682.410430957646,208.1210370725841,3031.557937814032,164.5145478735791,3442.1274312280507,50.738799268512395,934.0490229744901,98.20933845508074,1795.984946418427,221.82993840266073,4122.051467879208,114.57294701721679,1200.1188651929972,80.01952264868541,1634.4924854183892,103.77471890076664,2921.7742693593177,136.33933128151938,1956.7317383807747,139.09851949885098,2492.7368869270067,163.31539348519883,3513.987512115013,2100.32047410643,658.4803934312553,16847.376446344715,6697.51443884029,472.6075232147593,3067.259887385002 -5956,806.121722142925,2761.8189147053236,159.20489066984993,1106.5431829147385,303.8169824859084,1969.5924892129856,336.059545063438,2321.0373557111584,56.67558246078088,848.8607810600511,455.82763589282706,4710.693899429922,254.98580318301745,2747.9706920915737,292.6287794971794,3105.651643889714,232.2918281772101,3526.2557848323877,72.58673969702552,956.8779298231096,140.10789918459986,1839.8802581577863,316.5019799112452,4222.797709961621,165.33671468617104,1229.45073226515,113.41934991566397,1674.4407919596874,146.06855309743548,2993.1847745761506,191.85846536179344,2004.555830569191,198.99383061219902,2553.6613746038474,233.6384015059682,3599.8721836987625,2933.258991602951,924.0682670340093,23986.40045522537,9631.838416419016,653.7568736546777,4420.599543402148 -5957,877.1638481234199,2888.921591029556,171.13484344729187,1157.4678106185804,328.4498498044026,2060.235824050812,365.14613500201835,2427.854663025778,60.74608212317224,887.9265128953052,488.4575681539695,4927.486462756131,273.23868833140955,2874.4360543083644,313.6697331180941,3248.5779717410283,249.28859790309255,3688.5388893725067,79.30465499867262,1000.9147582873267,151.93672595626938,1924.554059065883,343.32218044636045,4417.136624672556,180.46314631730806,1286.0317331583099,114.76551274172223,1751.5008428092744,156.58199458198246,3130.9352235849205,205.64920796361244,2096.8082261010222,217.41074402066613,2671.184356798572,255.26167593709175,3765.5432154007412,3134.2262467054093,992.139550528456,25886.207162042414,10463.472173384744,696.2611905176753,4822.707772653379 -5958,817.6548706848857,3065.799648108958,154.82811576172318,1228.3353129107427,302.82673484259465,2186.3764956477935,339.39590368402224,2576.503285750815,54.831944344595996,942.2909916398595,440.70503978474835,5229.178358626088,246.52636147479802,3050.427215184369,283.1956735346926,3447.4764678776855,225.4937301595166,3914.374576377606,74.85028060027915,1062.1970922550229,140.56417554047238,2042.3874345956544,317.8731465803465,4687.581674635961,169.14384589558915,1364.7707321708901,108.28854473800523,1858.738805587846,141.3787279402494,3322.6308863916784,185.64808883171492,2225.1880915333277,205.19924329454182,2834.731162844991,240.92416858390771,3996.093594426862,2777.6046088531734,896.8437948897422,23793.402357533098,9750.94622800109,620.3606246908939,4525.898079658865 -5959,739.4370970092489,3328.192589491694,140.91164906976428,1333.4649863248999,271.6180107699122,2373.5021481727276,305.3538875481752,2797.018764003754,49.40258907776869,1022.9389573630424,397.0106691158149,5676.728638495544,222.08413085450715,3311.504474410973,255.05866350749855,3742.5360264212977,203.3521554011726,4249.394596163654,67.09860082426475,1153.107474979119,126.51872824098656,2217.189479059731,286.06487711065205,5088.77825783024,152.40541263969502,1481.5775192511471,97.35686243412538,2017.8228940609015,127.39153080014415,3607.005272026174,167.27146587888024,2415.63551650691,183.94830326408024,3077.3476196336787,215.97346712777994,4338.107709057326,2477.4742916203954,803.983149669844,21432.25532671435,8791.2018281807,556.6041493963974,4074.694518211084 -5960,727.5560204734265,3546.7234114509665,138.5757387252123,1421.0209770555912,268.3373415288174,2529.347509105252,300.9243572941685,2980.6724418176937,48.8177317078835,1090.1056507426608,392.3477732498129,6049.465534589541,219.4757496289537,3528.9395462273433,252.06105700231427,3988.272849659326,200.78236300758653,4528.412011460152,66.16634384894664,1228.8210995783054,124.70762736555982,2362.77127045852,281.9746363177664,5422.910032224329,149.95620958775612,1578.8586543935644,97.83874510869164,2150.3141738623244,125.8756096536837,3843.843076844343,165.2873334426956,2574.247375881577,181.3925556522186,3279.407833004824,212.97276713195086,4622.950072567588,2475.345276172062,797.1330909255267,21156.148669977214,8660.335210999277,551.544111674612,4013.073388223323 -5961,661.3981301053286,3679.804328269025,124.82775862559699,1474.3408310463726,235.38932421877715,2624.2542290305855,268.9627553169122,3092.513872703093,42.437909803720494,1131.008828859398,340.7590941189185,6276.454878332325,190.61751518343416,3661.3531730388327,218.93664641798023,4137.921679235269,175.56545789903365,4698.328058555712,59.3630314866916,1274.929188528595,111.07788665752508,2451.4276810172873,251.22854406988637,5626.389625975628,135.84223226666563,1638.1009275785668,85.30623007257729,2230.9987236584966,109.4911640801879,3988.0725814963344,143.71923976896977,2670.838838241664,162.74152939773677,3402.4584773340544,191.0746211083432,4796.413397075804,2066.917237024562,685.7564175471343,18736.71455937766,7799.649330646038,466.53547794861674,3627.5451627357306 -5962,633.518906737298,3746.669688791807,120.3457767194435,1501.1309324775937,226.44282829970948,2671.939293092159,258.14102054040814,3148.707636439782,41.044902194237814,1151.5602784338123,329.62623047538517,6390.503719196121,184.38989326157952,3727.883259444713,211.75592708197647,4213.1114448354565,169.65874777105913,4783.7009130513225,56.74095016205187,1298.0958007250872,106.74507111273945,2495.972330967154,241.37739588385807,5728.626195429165,130.0795125544189,1667.8666975282881,83.47147666480608,2271.537980824234,105.88617760631809,4060.53945396132,138.99624844430366,2719.3703866300757,155.55319156709922,3464.284213828515,182.63480287343518,4883.5685505571955,2019.9204042782878,664.1731281226332,18040.43808350887,7478.63403937542,453.37937987197466,3471.4151799149986 -5963,607.4210632308007,3690.6561382880304,113.76236797798354,1478.6886890231863,206.73875735977902,2631.993202572259,241.98003960220612,3101.6337524667806,36.947035224446445,1134.3441945054221,296.31674238226987,6294.964258140723,165.75687080693586,3672.150570264839,190.3891514150972,4150.124485670281,154.01114606811134,4712.1835136153,53.50940297286043,1278.688977937861,99.56616077504822,2458.6569859195524,225.24223043463928,5642.981951509065,124.20582815827527,1642.931717064159,77.1892424494563,2237.5779795487615,95.3984620843727,3999.8334802115005,125.16075434690258,2678.7151906447853,146.69402587560532,3412.49238938474,172.23326778830545,4810.55810758604,1757.570881049249,593.4673883167291,16712.42685263857,7084.38248976291,391.64691966619233,3306.7327691303844 -5964,575.0929115426019,3562.9036577362936,109.3863700473606,1427.5037124476837,205.91314973667983,2540.886459536619,234.47571709147445,2994.2703485641823,37.401889885108865,1095.078741638076,300.38843509868684,6077.063356829706,168.03453840727013,3545.038662047776,192.96124944816196,4006.4674561945367,154.50456423595818,4549.07074717952,51.466724811067515,1234.4270140309493,97.00569614985639,2373.55029567049,219.33789995968243,5447.649491642358,118.03649134856352,1586.0614494565596,77.34490375307539,2160.1239641638717,96.48413391380383,3861.378790924751,126.65743710984381,2585.991160696216,141.09410013407603,3294.368578530324,165.65840215162763,4644.040093429495,1863.9009942120854,607.0600037017573,16419.22816037606,6792.036552583361,413.9110856420483,3150.3534449808412 -5965,559.6778089062632,3456.724838898326,105.7270228673257,1384.9623830616374,196.98616903870172,2465.1649837428013,226.43325914061467,2905.0374869902344,35.534749842119034,1062.444076631284,285.2555001897371,5895.959551838909,159.56931326856852,3439.39224159129,183.26376472552388,3887.0699020990737,147.2520168708444,4413.502961702896,49.88188257063724,1197.6396027275628,93.4793703883786,2302.8156390373874,211.41262774727733,5285.302977666354,114.78223096892677,1538.7949085996197,74.93392880949237,2095.749669181045,91.69630221594154,3746.30505374521,120.34887612829183,2508.925510500498,136.74931443829195,3196.192428376574,160.5571948341644,4505.6421070888255,1745.094094006,575.1827958188882,15777.232327995875,6584.387690398454,387.5988894887641,3061.4624745367037 -5966,534.3082936368988,3384.0761753680795,101.26911047436417,1355.8551584897332,188.02802694895473,2413.3555543560083,216.2069275836964,2843.983425480853,34.02054660469913,1040.1150959226288,273.10809712113195,5772.046425503403,152.7741672876338,3367.107850627866,175.44724910530414,3805.3768410088705,140.9623498759966,4320.746058391875,47.49329981605731,1172.4692693675079,89.31338342274991,2254.4182437197046,201.9630421727383,5174.223786936708,109.56735016816471,1506.4546446888428,70.20846442874235,2051.7041001364223,87.78729836666484,3667.570393621688,115.21976075885998,2456.196382863919,130.20110419972718,3129.0192748486656,152.86894958476873,4410.948750608092,1668.2504056372438,549.86943346723,15070.270315701016,6283.03755745794,371.4067687790507,2919.2518419820376 -5967,533.7789790841387,3333.586004920136,100.68717088016498,1335.625898122264,183.64095011442996,2377.3484649831835,213.5901269279474,2801.551399585917,33.05300396484006,1024.5966543281809,265.1795760412996,5685.927912575599,148.33902523742714,3316.870846351117,170.3530997143468,3748.600895266368,137.4664751929941,4256.2808414034425,47.037622069872235,1154.9761131300002,88.04424795350982,2220.7824874637213,199.12997729131283,5097.024744302917,109.10776668789954,1483.978450938812,67.87406018132782,2021.0928241614172,85.3244345241185,3612.850510052977,111.95973455114364,2419.5501114451226,128.95188071047025,3082.334534808845,151.40223788694485,4345.137716011295,1581.5419500500386,530.7605602135724,14811.706485820318,6238.247689761653,354.2026405249802,2904.9405885982383 -5968,552.2657313953748,3348.4666301441566,103.79757692445165,1341.5879307202288,186.42503920298117,2387.9605900287356,219.18656554411967,2814.0571025620925,33.406120157092545,1029.170299284795,267.8714794920289,5711.309037344228,149.84485136429396,3331.676857627917,172.0926499275377,3765.334084377,139.42085247841808,4275.280237235926,48.311413463727106,1160.131752329594,90.2028325434891,2230.695725595643,204.03230387238742,5119.777094134475,112.76801517521429,1490.6027069611107,69.25507707537454,2030.1146777493896,86.26554519740036,3628.9777299150596,113.17054541997382,2430.3506182765086,132.44393215019653,3096.0936113587973,155.50225100717196,4364.533755532486,1567.3428794316812,533.774898178339,15127.640013783333,6425.533465782565,352.17862543626603,2997.069887071965 -5969,596.6238646457992,3373.939155041848,111.95676390115806,1351.7936862920685,200.06345582045026,2406.1263334280043,235.90812305928048,2835.4642562016834,35.815696643683005,1036.9994249617525,287.14133613788,5754.756226079061,160.62423261975428,3357.0216590193936,184.46334242246806,3793.977812031019,149.59946649280104,4307.803237855738,52.0356503204928,1168.9571306922703,97.02970964515652,2247.6651204517484,219.48560322365287,5158.72436878459,121.61351632295556,1501.9420508338608,74.45796468153229,2045.5582082921783,92.49868375587815,3656.584164677245,121.33889800571251,2448.8388319791197,142.65378812841334,3119.646278986106,167.48962982699794,4397.735727370512,1683.983003490652,572.5448459316837,16274.18746897927,6927.751130996487,375.45479895647895,3233.231217103512 -5970,623.7711387915571,3369.520452257812,116.00743491493793,1350.0233003275987,202.71831162789138,2402.9751334093635,243.04392497666615,2831.750770798667,35.98812027919033,1035.6413114820607,288.2585134165655,5747.219469727179,161.24917135376825,3352.6251123512025,185.18748267989764,3789.0090027104534,151.11071701450896,4302.161493507222,53.80344781658653,1167.4261978892616,99.66112686012966,2244.721450258266,225.4978773646917,5151.9682096830375,126.68654631991099,1499.9750220237643,75.10959605044415,2042.8792288161017,92.9995473587524,3651.7952938985954,121.9506885109539,2445.631693240903,147.50013881123314,3115.5606126285593,173.1797239529712,4391.976202314185,1647.844170646821,571.687182742363,16648.186734242616,7185.417645379004,366.34673105726534,3364.556969038492 -5971,658.4075320316722,3379.6574725840433,122.6354883826929,1354.0847725252631,214.22674188091247,2410.204354337367,256.95487690949534,2840.269940077836,38.0361322656079,1038.756982442937,304.6725461079439,5764.509669151521,170.43103085442277,3362.7113039596743,195.74607499527875,3800.4080316883046,159.76239645372746,4315.1043140433585,56.81934417908046,1170.9383365644992,105.38751688030244,2251.474573526222,238.44198018856576,5167.4676278351535,133.94715802408234,1504.4876158787458,80.10026881653283,2049.0251206603452,98.2899089517186,3662.7815228430377,128.8896351128048,2452.989244125702,155.76810583120192,3124.933608491119,182.88713343549986,4405.189225551764,1743.9155523259803,604.5530596547982,17594.520556665386,7591.18586865099,387.5988894887641,3553.712654213745 -5972,636.8716536126816,3203.7541344521965,116.98069834288208,1283.6077985913985,201.3829784760493,2284.758804027294,245.44987239177763,2692.440472829123,35.260946511566914,984.692089121138,282.17127686613367,5464.480301760697,157.8440269992873,3187.6899746271665,181.33405455322864,3602.605602164012,148.93627806364424,4090.513135977314,54.670788343988114,1109.9937101285059,100.28605160374765,2134.290540406016,227.00086452762102,4898.512914880332,129.3683715660244,1426.1825225496425,74.79870348631422,1942.3781123276979,91.17544310631067,3472.1422341156153,119.5139442423596,2325.316839468281,149.87792041036892,2962.2880570904017,175.97147428132698,4175.909336639078,1568.131803361435,557.6150611905147,16654.157681677192,7295.258342482514,348.1305952588377,3430.971909944729 -5973,536.2267909883084,3016.804036208684,97.8228946129679,1208.7048584836575,167.50448409249788,2151.435251423072,205.63320563901564,2535.3272894242796,29.127560630556008,927.231911131455,232.98726522686977,5145.609038114688,130.33094151679748,3001.677275488409,149.74911472627025,3392.3811457943752,123.34468800018915,3851.817593016089,45.955051586029654,1045.2217505930757,83.87280156211561,2009.747329702574,189.88786810777827,4612.667799352896,108.91232051150571,1342.959855792343,63.058874528954604,1829.0336533941158,75.3375826050473,3269.530765025977,98.73603095898392,2189.6265856778728,125.98405423986816,2789.4283368817764,147.9177166311584,3932.230630977676,1271.5748228893865,459.1716325921631,13894.062110920519,6128.151659690005,283.36211241998416,2887.437722472764 -5974,424.5701909560422,2802.0421065027945,82.14430520290097,1122.6589023203721,147.96842070777768,1998.277677816281,170.7203790407741,2354.8409951282,27.13648502925985,861.2236082621279,217.82651013056517,4779.300549636805,121.8501540201808,2787.992198068413,139.8604536556447,3150.882423164623,112.60174182781499,3577.6122521246634,37.09252975328394,970.813921170373,70.67059620135728,1866.676314957244,159.7245467896153,4284.298629267125,86.54735743908763,1247.3564799396743,57.388367582094304,1698.827384711982,70.02732707228353,3036.777583877296,91.9069187554166,2033.7502260497959,101.68778227968002,2590.8529553804033,119.39149485901146,3652.3008018533833,1332.5420072193674,436.4872066740789,11970.125042537004,4974.680635471159,295.5062029522692,2300.811780129653 -5975,336.13180827453596,2612.2978286503053,77.10968621705123,1046.6364534781194,148.90684191786514,1862.9614546781402,152.42193313481485,2195.379578384643,30.459252476933955,802.9046232476001,245.88787840406025,4455.663396102855,137.54742633149343,2599.1993298052334,157.9255357999872,2937.5159257112145,123.79489701317152,3335.3491356496384,33.711168080839236,905.0738718063318,67.90740737097452,1740.2716658108504,153.1550822652525,3994.181236802492,77.93516334094267,1162.8899567701944,60.44915431098886,1583.7888652835495,78.31085991285248,2831.1378583663227,101.51112336095801,1896.0319287127927,92.4179057885526,2415.4096521196243,108.50774475036867,3404.9800437036533,1645.864513095663,485.30805241328676,11974.898358903105,4591.475793822267,360.0611779165151,2055.668967906501 -5976,355.119668592359,2487.0796047559134,82.20696703972918,996.4668455833837,166.8736502516815,1773.662017998274,165.8719688778847,2090.1459681261304,34.323728550123725,764.4180886048003,277.41849055892925,4242.085047335662,155.18536188450975,2474.6089710581746,178.1978479506177,2796.708655251898,138.46280218219675,3175.4720763598375,36.647257087623615,861.689943114187,74.19759565610404,1656.8532574285416,167.31034093468637,3802.7236338831785,82.76660942795253,1107.1478383278175,66.4514643098638,1507.8713238150922,88.1764829253432,2695.4297280234787,114.38741132952485,1805.1472876291452,100.46708392931336,2299.629091687869,117.95827449020292,3241.7652874104515,1912.6365760172607,553.0767889739097,13166.480159043194,4926.455531332332,419.1756996640026,2193.884367202497 -5977,370.8827866944857,2421.1889505743884,88.27382062074011,970.0672674596534,188.6914981860661,1726.672066233421,180.73500258774388,2034.7713492714101,39.482602727255625,744.1662205785236,319.60581372846553,4129.698713449078,178.784563941348,2409.0487036527024,205.27863195643752,2722.6149420883557,157.78646890443798,3091.3437147077184,39.37550383773847,838.8610340817369,81.48546325796585,1612.9579414901234,183.59763421564574,3701.977382163303,87.04188166046994,1077.8159684497557,74.35296117049666,1467.9230134523086,101.32654654568212,2624.019215975463,131.5757839582863,1757.32319086584,107.94647030107635,2238.704598182945,126.73981244426,3155.880607610909,2285.304700589004,643.3962135221486,14600.806500763205,5258.85219548326,501.9360301104851,2313.4619119444606 -5978,439.3406131155555,2395.0016422870713,105.94279567053968,959.5751286340675,237.8648048737778,1707.9965747155754,221.5010799016922,2012.7634904444774,50.037932342194516,736.1174021537269,405.48120588377003,4085.032355081148,226.8224715146512,2382.9927029152345,260.46700525370227,2693.167444065036,198.67560987689336,3057.9080876122343,48.13518183617465,829.7880071688622,100.3029206750916,1595.5123691987671,225.93990177137366,3661.937209769328,103.83983159637528,1066.1584317523034,92.15229053752354,1452.0461226849839,128.32489812241613,2595.638118273736,166.7478075313927,1738.3161802197942,131.96079973802233,2214.491020195592,154.93500586118506,3121.7469567160183,2971.1699499060965,823.3757872776902,18080.84433610081,6344.716099796838,653.4841676813169,2772.9506727448206 -5979,622.1236701843347,2383.759944689043,146.01925193649427,955.0710593139346,301.99478517436944,1699.9795526591377,295.6215152200676,2003.3159484902592,62.62574600095192,732.6622023386003,506.49892188585005,4065.8579638810947,283.3308563124534,2371.8073730718284,325.32590595567706,2680.526210985078,251.68723802072887,3043.5548289770236,64.87194142257158,825.8931347469148,132.69462536306978,1588.0233273326758,299.10485592262484,3644.7487494324564,145.37714703754546,1061.1540799933202,119.94901411330046,1445.2304850163491,160.81386261949558,2583.4546699268344,208.70406115217253,1730.1568435067184,177.84399983812335,2204.096606286625,208.806412298189,3107.094050160408,3547.2966368499515,1013.7065215949268,23646.716919629966,8706.88122716272,778.1620680941998,3856.587446387473 -5980,727.1312166043393,2415.7305559838255,160.08498107598678,967.8803212802039,279.7908594026315,1722.7794095022027,308.2158305814332,2030.184105089885,55.41457781201003,742.4885518976379,445.8088290454979,4120.388607720734,249.38137442586682,2403.6176783668398,286.37268643085326,2716.4770044984148,229.87918384754934,3084.3745048879196,69.45487987809393,836.9698828233522,135.52097911882393,1609.3216449918486,306.01330849892423,3693.631543102542,167.14278051390437,1075.3861106518286,116.58147824876184,1464.6136876625596,142.79279833009787,2618.103555287099,184.6922483387919,1753.3614334009312,190.40795411587305,2233.657601307426,223.55773491465783,3148.765904054642,2727.9398103698063,859.2413685489704,23450.879815207587,9602.620334674504,593.2948364475113,4378.262405584226 -5981,802.6575920908706,2477.7873324466977,175.3604477284174,992.7438279290393,312.2750629137832,1767.0352295254659,342.5482265071593,2082.3367265302054,61.539902791071775,761.562055760567,495.19335733976703,4226.235691591955,277.0066270880142,2465.363291758674,318.1923656612606,2786.2595412209494,254.9367170036697,3163.6078195071736,77.4782721940904,858.4704813879849,150.57061729815024,1650.6628919834645,340.04829290289837,3788.5158282885523,185.3354414470611,1103.0112923239708,128.32121433844893,1502.2375873953356,158.55429038503357,2685.3590141728832,205.10656300762813,1798.4028633160608,212.40378390694502,2291.0371754141415,249.38301048412248,3229.6533446501244,3047.9879989487317,958.3161912703694,26011.026844613556,10636.01402076918,663.1574530581785,4856.0593581738885 -5982,718.8674978161187,2572.009657690714,149.97860583388487,1030.4946996904002,262.7196863235568,1834.2299261540818,298.95935163283383,2161.521330368239,49.824775125538395,790.5218243297759,400.1090762663995,4386.945914247682,223.8173514266481,2559.1131704826757,257.32704459355796,2892.2120776914344,208.72182415270026,3283.9097037773527,69.21889379188802,891.1153673515652,130.15055370571224,1713.432320917108,294.3092172246204,3932.5809649089033,166.60798846451297,1144.955282985408,105.9190306082357,1559.3628768420217,128.54187221015525,2787.4746264036157,166.06800844922356,1866.7903707054916,189.76100709137103,2378.157989642716,222.79815524226964,3352.4667289467347,2326.2611738074174,768.9595796657915,22133.704137989702,9408.433577088439,504.0856490831211,4358.776311600588 -5983,655.2025640022692,2808.7351366893954,138.14776087867662,1125.340514386461,239.86144972861175,2003.050815517459,272.3268501847754,2360.465829183499,45.88266000287231,863.2807492287589,368.5089157753143,4790.716510437438,206.14051117156077,2794.6516682806473,236.92657334165196,3158.4087023464135,192.05070670722995,3586.157829203557,62.71228886921113,973.1328323904744,118.7342214558487,1871.1351062422243,268.4204346138242,4294.5322156888105,151.38223534149677,1250.3359478621276,97.75805942065969,1702.8852477045882,118.35989817564106,3044.031309291241,152.9283062806979,2038.6080943963736,171.9233931794085,2597.0415337030354,201.8550356076046,3661.024781932277,2151.9357868790744,707.0417252021034,20255.331731889168,8571.929239606736,466.4673170619926,3960.316435348307 -5984,642.9622965374041,3025.8363792631194,135.31626541620778,1212.3237335588537,235.55633630820466,2157.876671222642,267.2277784631138,2542.9180860284005,45.02241556011581,930.0080532380812,361.6034787421703,5161.015045763319,202.2776729634799,3010.664328861947,232.4880319208579,3402.53797067012,188.3860041307463,3863.349975453151,61.60890769534935,1048.3511555216035,116.49128346311464,2015.7645343723946,263.36351309891137,4626.478175320259,148.50279651030252,1346.9806917433236,95.79174800488977,1834.5097994139694,116.14002628547097,3279.3197745679618,150.0610546368584,2196.1823507343956,168.8985149808752,2797.7799146979282,198.30352999116752,3944.003770897226,2112.2196939173427,694.0272843238225,19876.454988563455,8411.8824036674,457.868841171449,3887.4372067227164 -5985,593.4600023475834,3194.9167288841236,124.67398675188237,1280.0670266624588,213.7860070892149,2278.4564039900124,244.77675346540084,2685.0135020230896,40.70408768361962,981.9758621617542,326.7561948732978,5449.406789056932,182.7844216413064,3178.896881290784,210.0834410285641,3592.6679835228806,170.86557037588832,4079.2296472802823,56.51464536275838,1106.9318445224885,106.5537038707727,2128.4032000190505,240.92374391040127,4885.000596677224,136.8961467529059,1422.248464929449,87.38973427177079,1937.0201533755444,105.03482113260367,3462.5644925583156,135.6693132834175,2318.9025619918466,154.93278542838434,2954.116724375308,181.90638482103674,4164.390286526423,1881.1726586983627,624.7967669548533,18144.068442777192,7735.719726818079,407.35279531450516,3580.7178569131092 -5986,569.4872205014447,3340.6039435236385,120.52558514294364,1338.4376871495863,206.59001256601275,2382.3533112783616,235.6200973624902,2807.4492872323826,39.60142425241918,1026.7536577481665,317.9917454659803,5697.898053119597,177.8816689435581,3323.8535958350312,204.41697802308119,3756.4925323482325,165.99553075899513,4265.241257477948,54.14167075690339,1157.4075942552795,102.72586218214735,2225.4577276182426,232.21122454888055,5107.755112939951,131.319334316777,1487.102555024394,84.91429783762553,2025.3476732431598,102.17116557926572,3620.456362437095,131.99333469067219,2424.643801574958,148.4273643454767,3088.823533289405,174.26837826446268,4354.285195533264,1845.3359247088717,608.2761780181562,17527.126695990595,7433.415256429827,399.82912891027945,3432.808907237856 -5987,559.920986624793,3315.9111937839903,118.20929955810463,1328.5443542643843,200.24557439142419,2364.743664908619,230.21193747183182,2786.6974579738503,38.22293679530894,1019.1642004094132,306.7877973711751,5655.78088716807,171.61428303094442,3299.2846596783515,197.2218703965627,3728.7256579841046,160.6760878329852,4233.713864009378,52.99863014236392,1148.8523819179652,100.23172772847255,2209.0078066897895,226.6020487355842,5070.000107896701,129.02427536394168,1476.110335698425,82.56930882236023,2010.3769062571098,98.64296151324517,3593.695026938377,127.39990431942255,2406.721556492254,145.29376127442086,3065.991869378657,170.58921891453053,4322.0996157859845,1757.7013964558803,585.101527670696,17066.749879457395,7286.704201521826,380.4825581565562,3370.663546526316 -5988,516.9976909028043,3175.2924924591653,109.55604981664776,1272.2044311387904,187.89738978838898,2264.461370331818,214.0359856866272,2668.52126005273,36.103311861999124,975.9442412720933,289.92555782265845,5415.934728193057,162.18170072091993,3159.3710440741124,186.36197571401,3570.6006271916076,151.22115927806996,4054.173668103671,49.10689758532899,1100.1327026147083,93.36142159121474,2115.329842824104,211.02629282248975,4854.995305528764,119.15793615856131,1413.5125439339251,77.35243045739188,1925.1223342223589,93.1412669737789,3441.2962749474104,120.333775722761,2304.659094638986,134.62472210176978,2935.9715613098806,158.06271369457454,4138.8112225058285,1686.2990524744237,554.5554388635575,15941.837037116706,6749.711699947859,365.43522534810495,3114.6939146575514 -5989,506.23129527637315,3085.553842858157,106.85351102819318,1236.2499771985815,182.30735036095396,2200.4642091475125,208.78556391647558,2593.1047449198986,34.85458673046769,948.362555961015,279.81116526651624,5262.872082786541,156.52380219402448,3070.082359092477,179.87951197747424,3469.6899616987,146.29012450270503,3939.596484714236,48.03787965060555,1069.0412603778097,90.95573569648872,2055.54736797917,205.62165706344325,4717.785670960591,116.70901800333299,1373.5645053869384,75.03339152082631,1870.7154161194976,89.93787759035061,3344.0399493257064,116.17245039308563,2239.52588393958,131.6940494374281,2852.9964893111232,154.6218146751049,4021.8420516520514,1612.9739016126787,534.4914869601376,15500.292647329936,6597.68504196665,349.31308305333556,3049.957447185325 -5990,486.40351146010613,3029.9951590955243,103.27931583852939,1213.9899794695789,176.69799650350478,2160.8425070631392,201.4380158491345,2546.41313173679,33.98126806480489,931.2862779174746,272.88418499517104,5168.108464771087,152.64891289587504,3014.802255875721,175.4087816784488,3407.214497923342,142.3821910607742,3868.6598534338464,46.154304501884766,1049.7920337107685,87.88497281604512,2018.5350479896797,198.63568878313754,4632.836914432011,112.17388669172199,1348.8320133064628,72.85214855931767,1837.0311923116283,87.66679277075681,3283.826947869183,113.2609228094384,2199.20083479094,126.53029865244486,2801.625248425982,148.55906149593815,3949.424501328569,1587.1152217000053,521.8278227375654,15002.136460416641,6350.993381956064,343.93903562174575,2929.831715772391 -5991,502.28451801305806,3006.472065789793,107.57551721079447,1204.5652780889302,186.63351617017378,2144.0670017425928,209.9562129714253,2526.6442837526683,36.16367163323906,924.0563211487188,290.60884170536485,5127.986322243559,162.56392346459504,2991.3971112996933,186.77753308188477,3380.762896406191,150.9378754667456,3838.6258626443605,47.95825303322927,1041.6420682276673,91.80836959064995,2002.8643337536464,207.4601886197327,4596.8703041616,115.8154942665145,1338.3604779947573,76.81382613332013,1822.7695668392018,93.25538423665971,3258.3332544344844,120.5332938708619,2182.127538063208,131.4757560455974,2779.875084261994,154.36551668350515,3918.7635015016167,1723.573226109065,558.0772532950763,15738.208092170169,6588.736764141376,374.03370123864835,3030.0783674252684 -5992,523.8467299557186,3082.174838183797,112.22878192506617,1234.8961539744948,193.30856599569665,2198.0544703365426,218.39929428275906,2590.2650235925685,37.42466469971532,947.323999619826,300.68506640671797,5257.108686562081,168.2004712432189,3066.7202973135018,193.25624671463336,3465.89028773537,156.4250410290894,3935.2822138847855,49.8616579022889,1067.8705482140076,95.46286742489312,2053.296328289538,215.71734808316597,4712.619201455706,120.80935227795787,1372.060308370581,79.83874467471074,1868.6667867785784,96.51905999499309,3340.3778752879534,124.73665370145788,2237.0733685029436,136.69386926684194,2849.8721592996317,160.4920967294194,4017.4377133114563,1773.7840509918708,576.5284729913528,16345.865087315706,6862.573677076415,384.78179610182815,3157.427507306373 -5993,559.5384913290378,3157.2277937439976,119.22875572264023,1264.9666759375916,202.08598673845123,2251.578521742491,230.89460753944476,2653.3396562501343,38.927270466674045,970.3919531842237,312.5605923892543,5385.1226913938735,174.84353167317002,3141.3969247839486,200.8833901709114,3550.2869632643988,163.25864468206902,4031.1088871339853,52.8558809842712,1093.873888389992,100.73056738683869,2103.295425086346,227.66154518899367,4827.374534319115,128.7461884366955,1405.4708664201473,83.86373629356305,1914.1700345396819,100.43559286197565,3421.7182422010765,129.7464990420726,2291.5475553761635,144.90241979932355,2919.268394021412,170.1297453901332,4115.264926235144,1810.8087058695614,596.4592666555969,17208.522576806285,7293.545759167067,392.30546250605374,3363.363059334062 -5994,603.880105960038,3215.060811212345,129.25729133378493,1288.137902293617,221.43901608440882,2292.8221660044946,250.7246099289819,2701.942623382703,42.87261074118603,988.167260652012,344.39959725230034,5483.765524609039,192.6539792816178,3198.9399578162916,221.32599419956225,3615.319903988841,179.27913166335867,4104.949359192535,57.281968640657404,1113.9110956579568,109.54667798281362,2141.822870366392,247.55329106298763,4915.800727805288,138.91311877849495,1431.2158004188882,91.68144605271839,1949.233145685566,110.5812731145643,3484.3961051240776,142.89516696614638,2333.523338708053,157.0363734807527,2972.7425526997213,184.37620485751918,4190.646939796986,2022.1690107288284,659.1175959858548,18768.27497693626,7895.128148261611,438.52227041772585,3633.362465958702 -5995,640.5813530153565,3347.9467842408935,137.55347773323518,1341.379650612739,236.69852344874514,2387.5898616724467,267.1492159075865,2813.6202231728385,45.91364617645376,1029.010521684198,368.91026880965774,5710.422362655998,206.36502438173844,3331.1596183190813,237.09044424584934,3764.7495202423124,191.84257236518152,4274.6165045002845,60.918932740945365,1159.951643101906,116.8167792670986,2230.3494124432473,263.954607949527,5118.982254154871,147.64175515837073,1490.3712924671956,97.88910114389608,2029.7995045925534,118.40788336160008,3628.4143349602027,153.03030679363542,2429.973308913163,167.0069744629182,3095.6129460998113,196.08267469309294,4363.856166282516,2179.8078162101197,707.2526990992328,20017.440885584878,8392.851009104297,472.9161739799004,3858.952750290607 -5996,608.598275353445,3245.2769347046765,128.25852871384302,1300.2442157403539,213.96900771299553,2314.370809026218,248.30172514565228,2727.3363054221236,40.72942984147073,997.4543583873985,326.7395702567096,5535.303627937199,182.7751219831033,3229.004572604552,210.03929183777325,3649.2977846877816,171.72406031923938,4143.528927060913,57.19735355776262,1124.379972361159,107.97585966467202,2161.952375887405,244.12729387522353,4962.000924497384,140.0240410338065,1444.6668036530466,88.79670466471198,1967.552634150598,105.1463204369324,3517.143523972721,135.75562372414575,2355.4545037823623,156.80440439737626,3000.681295186341,184.10385025400137,4230.031919702831,1844.1516922560172,620.5122215849821,18352.70180960814,7890.324575527942,398.75431942396153,3654.5617059080396 -5997,516.7994701362475,3126.231895093622,108.61628373835099,1252.5479398042166,181.9845833134162,2229.47378169124,211.05622859610793,2627.290649829655,34.5648821936901,960.8651871106327,277.2904122478373,5332.254565282407,155.11371605075038,3110.55644476089,178.26822190314186,3515.4322292755664,145.7149400619973,3991.5337121143625,48.69712474557107,1083.1348456614273,91.75170888887178,2082.6464456376802,207.4612101849854,4779.982068020152,119.00977877086189,1391.6727386392072,75.22378467866395,1895.3777825179102,89.23118959372565,3388.1257240889645,115.20848123588662,2269.0504216819463,133.50134519567618,2890.6086478182306,156.743758308767,4074.863554238552,1565.7479313540555,527.1206717672387,15586.06293315101,6703.680406588723,338.564988190156,3106.915886231427 -5998,397.69106719994033,2893.7951605547355,87.1711126003681,1159.420442308455,148.66512770850358,2063.7114125049793,166.52854776404885,2431.950419218687,29.296402890016275,889.4244322598468,235.50631086439384,4935.799062147956,131.74007256669674,2879.285186939673,151.2861629995186,3254.0582764514115,122.13774320981203,3694.761401876655,37.5509859722782,1002.6032872105201,73.06533919287915,1927.8007543174774,165.00287589317202,4424.588271165629,91.36989567890336,1288.20125035206,62.47707797862635,1754.4555997529544,75.52947515375968,3136.217066656867,97.64403953772681,2100.3455116758896,102.94462284817013,2675.690606714753,120.86714975980153,3771.895633104741,1410.540131429331,451.1822176939758,12588.356434667874,5219.807161647884,306.3207036006173,2386.438648477125 -5999,361.18842155877,2719.3213955052884,107.04752458876035,1089.5162374074857,170.0072477152,1939.2853629271535,175.19351249667505,2285.3223676418343,37.56743763940085,835.7989263710352,297.83092414498844,4638.2080447742865,166.60389021192574,2705.6862625706917,188.0156317761511,3057.8633947535805,131.51883857247827,3471.995484809734,35.371623416192804,942.1539600587537,70.19322294850387,1811.5690802668314,158.39868914119162,4157.819363335986,105.28326035806616,1210.5325454782694,78.30251117101007,1648.6753156908635,97.7255760017695,2947.12711063971,107.24473729527536,1973.7107054802252,96.96998195455251,2514.3668818622064,113.85233154326414,3544.4791105215754,1901.0710113286173,563.917944104443,13846.90326485726,5207.251960101076,403.55112837594476,2287.1236850388336 -6000,358.3412408680589,2629.452787580039,105.29788559477295,1053.509714703106,169.22175218397388,1875.195521901322,174.06501317724593,2209.796635310278,37.17064841758424,808.177297628462,294.6946275503684,4484.923736071194,164.849474631938,2616.2682708976195,186.06704644984237,2956.8065917709305,130.0911219907221,3357.2523722602796,35.361112134980125,911.0174916068485,69.66299245402462,1751.7000292333278,157.24527355709486,4020.411023591643,104.58984605731243,1170.526654710758,77.1412771389829,1594.189606209536,96.6914221127905,2849.729939694883,106.11436625162936,1908.4831697274271,96.94116567045043,2431.271646462744,113.8184983810287,3427.3405464632024,1882.4314706661005,559.1579988011887,13725.781456319328,5169.425127142052,399.60763200745026,2275.62857898014 -6001,359.29049716385197,2591.828837905183,107.28449194065108,1038.4354008857279,178.92988982464314,1848.3639840696571,179.17645425839038,2178.1774034338623,39.85199252320233,796.6133623039876,316.3821913875115,4420.750480807384,176.98129913894772,2578.832974008046,199.77187097417092,2914.4986473451795,138.64351105256165,3309.214584741774,36.04742984829901,897.9820507656858,72.24574384522462,1726.6355465939669,162.97022072841338,3962.8843234590795,105.21650201198524,1153.7779851176272,80.88187866056963,1571.3788868843917,103.57638504450314,2808.954118830388,113.87645523526402,1881.1753302133286,98.82267999883025,2396.483403637283,116.02758194276949,3378.299890990015,2082.858046229246,605.5692500769715,14318.709072046538,5253.708443800724,442.98609206089054,2290.5452466020142 -6002,413.3217382064247,2613.7274080358543,123.87968600429404,1047.209225036418,216.41973742338126,1863.9809599054809,211.32041003007967,2196.580999353681,48.34141594845904,803.3440126178962,384.21403097236015,4458.101756870969,214.92580872105398,2600.6217410403037,242.66640898516098,2939.123480625536,167.3554537985877,3337.1744046965437,42.56152000829182,905.5691732743891,85.60651339534354,1741.2240290794687,193.08354034290167,3996.367051565133,121.5811568431867,1163.5263480314159,95.9212435375061,1584.6555933755913,125.54950576422989,2832.687197907771,138.24363041903473,1897.069531749438,116.68081440878944,2416.731484495878,136.99479466783484,3406.8434182489664,2592.0696116438053,742.6091455607005,17027.762146745197,6122.625601445095,552.0894915892402,2655.611355266956 -6003,616.2344304406058,2717.826836957619,182.6703178167897,1088.9174314671018,296.58949703954255,1938.2195177790502,302.17195256765524,2284.0663380734336,65.56122557975459,835.3395652849917,520.043586271251,4635.658852357883,290.90761747216476,2704.199197989903,328.3481510947975,3056.182771094388,229.00193983652423,3470.0872511828193,61.09162305735831,941.6361454831931,121.2929535419661,1810.5734289039285,273.70577316997884,4155.53419598526,180.05667815003494,1209.8672281067857,135.09907647590072,1647.7691919095885,170.4880538215738,2945.5073484367003,187.22953461957198,1972.6259399168837,167.48039850312276,2512.9849677856005,196.6385212519918,3542.531039373964,3359.967010830618,989.641542423199,23955.53098148731,8933.40774308977,713.7728426975178,3916.9711949481475 -6004,859.4424201937968,3014.46472334085,252.2791594623394,1207.76759547455,391.634167047637,2149.766969324679,410.6530316924881,2533.3613268754575,85.82883387847991,926.5129099914598,679.8454526155894,5141.618991266689,380.2993173855433,2999.349692327104,429.1642501785097,3389.75060010042,301.6288257765343,3848.8307876579206,83.3061942410455,1044.4112568846494,163.8091835894117,2008.1889163177334,369.78095305731455,4609.091009807217,250.2530975565488,1341.9184877638156,181.37944521535925,1827.6153703668683,223.39483131959534,3266.995480897938,244.8684613747319,2187.9286889679274,228.38081411209703,2787.265337388256,268.1416211730081,3929.1814711370193,4253.4304008855825,1279.7437045626343,32182.923276152007,12294.833395697051,901.7461695957593,5430.205411236487 -6005,929.2780821827525,3636.8519423278476,269.4010409882383,1457.1316398137158,418.71351915146585,2593.6227143092274,442.4336113201436,3056.4166138438773,90.94788132031877,1117.8071682855325,720.1249055711927,6203.193180636748,402.8312743247928,3618.6161575548335,454.68940146296103,4089.6219347093192,320.1234068625608,4643.486990377427,90.24646964787627,1260.0476226440546,176.00207939609032,2422.8134780682217,397.4292480150488,5560.715791958474,271.43295248517035,1618.9802524080333,192.41437661059123,2204.9574699220702,236.77485961353008,3941.5219452665983,259.4059391253296,2639.663566316048,247.40731942799138,3362.7434010337797,290.48061668143396,4740.427431250946,4466.780689581294,1354.6983291549832,34430.762433907796,13264.193410418791,946.4391284386976,5883.533854313551 -6006,833.3634655855953,4021.279040416976,232.49484469359652,1611.1552010447776,357.7020812688907,2867.7770844653455,389.1464273448451,3379.489806826085,75.39831826389023,1235.9630274575682,596.0376110497458,6858.890907993803,333.4179786688927,4001.115673786676,376.5337535625373,4521.90829598353,267.1274711448826,5134.318692363853,80.86857405503723,1393.2387612190032,153.27436927474585,2678.9127555078294,346.49016317134,6148.501566331437,244.61435396569433,1790.1117392450963,161.62854080493767,2438.028657590363,196.4953028987448,4358.153655190868,214.81312360861523,2918.684604516729,221.69816959030038,3718.1963333437884,260.295536803951,5241.50605364091,3557.7746442436287,1114.8272808029174,29614.146405450498,11768.560693773505,751.8933075929655,5294.25673400241 -6007,757.9906656470631,4234.481432413076,213.3841471218484,1696.5763168855935,325.10101349689586,3019.82247300327,353.4199903919597,3558.665462954401,68.97650213506957,1301.4919975251041,545.2998351574046,7222.539372406992,305.0357316989648,4213.249033280164,344.4014241618098,4761.653326209218,244.32506545002525,5406.532835048353,73.11832117590808,1467.1062629586418,139.37437461629207,2820.944830795971,314.99805363882604,6474.486216478395,221.85155623093746,1885.020871616019,148.36985314061613,2567.289406801988,179.75359155129604,4589.216651474979,196.5240568017362,3073.429036054768,200.45114134425378,3915.3297190682024,235.34942816889176,5519.403115015293,3258.903367287494,1018.1523668154874,26996.345616691753,10699.233921869916,688.7973656970523,4801.968157781717 -6008,733.4573546227534,4319.99631671641,205.30597986256444,1730.838488007589,310.0143808240691,3080.8074539312233,339.6969893193442,3630.532318482304,65.45348936226921,1327.775484503733,517.2064219684229,7368.397756406493,289.3205337555275,4298.335131630764,326.6570379366768,4857.814388616174,232.25694246982263,5515.7171678293025,70.47533962265983,1496.734311715042,133.67724684569015,2877.913499730277,302.1801358652144,6605.237749709271,214.51570314571381,1923.088659683696,141.61811778485682,2619.1355324964725,170.62326369605532,4681.895374302718,186.42597156986562,3135.4965955960456,193.20550631899306,3994.3993698104714,226.84233737120456,5630.866850619637,3056.0289655200377,962.8437193019522,25843.866023422514,10317.539018728161,645.4189056436119,4642.540478911199 -6009,678.4853115294587,4429.814063180369,189.90888075820126,1774.8377806714666,283.58061327236237,3159.1240327141545,312.67230929863524,3722.8233410782086,59.749444945427264,1361.5285946520128,471.97032130165445,7555.708294965864,264.01587349992207,4407.6022335206435,298.07439198901216,4981.303898742311,212.38776590829696,5655.931090503197,64.90266143718975,1534.7824897960745,122.88782850657188,2951.0723526292095,277.8098434629024,6773.148153179961,198.3043016776691,1971.9751048039507,130.10925950717603,2685.716043398636,155.78826330188,4800.912882997439,170.13873597920661,3215.2034159100726,177.92821760862589,4095.940182605206,208.9052922746087,5774.007969925887,2765.1239307030582,876.2784060288633,23732.673671493136,9521.016949958575,583.637462537197,4289.534829125639 -6010,652.135883966692,4528.39011834945,183.80489155856964,1814.3330065406155,274.6231782053885,3229.423593935743,301.51825432598343,3805.6668270170735,58.21561458550893,1391.826506922475,459.9861662562662,7723.844453076145,257.3120469674812,4505.684011838662,290.4784308134667,5092.15218287635,206.7004690350297,5781.791762589664,62.320098007381475,1568.9357976389906,118.72059125834438,3016.7421678611095,268.3249648194505,6923.870105951242,190.52387767328815,2015.857200971131,126.57496821230426,2745.480920453651,151.7614002933332,4907.746950176443,165.8040674906258,3286.750904085913,170.8482166078703,4187.086587319057,200.59267217282863,5902.496190892319,2713.9614957881636,854.7136804860863,22971.85210829814,9167.256118699774,573.1214722212113,4119.601680183756 -6011,624.5702197221243,4485.112823991371,174.4869250813864,1796.993638346725,252.1995174832362,3198.5603706203847,283.64478830204723,3769.2965145666913,52.8440485925007,1378.524983895255,416.97018519383846,7650.028575637206,233.24930127760055,4462.623717082984,263.3047730430709,5043.487080450325,188.78830300184836,5726.535855415768,58.893460671932424,1553.9416618492724,111.07594977915969,2987.9115160425026,251.14547660193128,6857.699489718741,182.28408024650358,1996.5918896374692,117.34801164411,2719.2426806280882,137.87838954712984,4860.844186976535,150.36198117921356,3255.3398103770405,161.45421858087624,4147.071090860855,189.56319112798985,5846.0867256243855,2377.3027191053416,767.4430242132222,21374.498131760192,8701.028083545863,500.82403879881093,3934.0702216150794 -6012,580.9190093279378,4426.305093878618,163.05282008252468,1773.4318861578056,239.8398898431077,3156.6216095665654,266.2696119234702,3719.874397254976,50.651521014787534,1360.4500929420199,399.9727567426634,7549.723224693866,223.74109553404236,4404.110858778687,252.5633025418769,4977.3580802013785,180.27316033947696,5651.450882465945,55.08798234216831,1533.566749233435,104.60678216354815,2948.7347325519486,236.45547143679102,6767.782968861444,169.5446844499763,1970.4130527611599,111.19865288355214,2683.588618857765,132.0942844245176,4797.10995680538,144.19914171375248,3212.656570845155,151.0216421445702,4092.695683364926,177.31431650374327,5769.434230164902,2324.2296774911297,739.6666710492505,20198.116654086447,8130.281455540156,490.3080484828255,3662.326986446063 -6013,560.7395806951054,4359.764635469589,156.24372801353357,1746.7719591624152,225.87430935573136,3109.1682496038993,254.40726492933632,3663.953681812277,47.27488540149713,1339.9985038836517,372.99340431052326,7436.228552822476,208.64909297085327,4337.904045372943,235.53733557447367,4902.533665413407,168.90500264096184,5566.492858918166,52.85263908890536,1510.5127047582905,99.58669273629447,2904.4065272725657,225.1765272922488,6666.043171985796,163.66735248008982,1940.791916168659,105.09494819044232,2643.2463439596795,123.35445481684702,4724.995204479385,134.5073166989664,3164.3608396651125,144.89353226449302,4031.1703612003116,170.11931054687827,5682.702567910796,2121.80485010425,686.1671574308003,19154.055936193367,7807.442010509603,446.9295884293851,3531.9074733243306 -6014,535.3614202937623,4270.545838074993,149.6862412826301,1711.0257878550995,215.65072115500695,3045.5418212709756,242.9662400597242,3588.9740513658767,45.276825206843,1312.5765981104792,357.24329277878826,7284.052592855151,199.8386248839956,4249.132605971688,225.57724143907342,4802.207571143047,161.74807200485108,5452.5794163121545,50.330580756668795,1479.6013739329103,95.17144051112638,2844.970369779086,215.1631262926178,6529.628387034688,156.25032521260593,1901.075294921496,100.65862400794809,2589.1546028351395,118.13790508737499,4628.302280643721,128.82599161153365,3099.604942903941,137.97940372457,3948.675960288623,162.00144108879178,5566.41099452278,2034.272861317038,656.7926790809827,18312.72155471111,7455.100579064779,428.5266053764103,3369.0051120007433 -6015,547.3725084633099,4154.554901024547,153.70557763294784,1664.553160707219,222.31300701702523,2962.8228286480607,249.09233104867602,3491.4950688067493,46.83575392296724,1276.9261226588562,369.6512220399988,7086.212757432415,206.7795068301084,4133.723266906864,233.39796458930905,4671.776338881947,167.1198368673903,5304.483641247224,51.54819652895245,1439.4143916756336,97.69098537491938,2767.69903454851,220.84001731370694,6352.279227484453,159.58349335714578,1849.4407935667944,103.82826486402631,2518.83139827572,122.1829600741367,4502.594434658728,133.28853604771288,3015.4175590317927,141.3174517999058,3841.4272286021587,165.92063905624732,5415.223476171814,2120.5243645042333,680.7137686014048,18836.08037056379,7634.079106451681,446.9295884293851,3444.3642684271354 -6016,572.987070627708,4108.028566619497,161.1846974125919,1645.912040578815,232.30399482190222,2929.642550858351,260.6803762919536,3452.394257524938,48.966077191560224,1262.6259886592507,386.44676576994044,7006.855157816551,216.1747801102954,4087.43022333519,244.00229157080392,4619.4577070701935,174.8103419393893,5245.0794004516765,53.88352741493343,1423.29457212095,102.23784520869063,2736.7039234278986,231.107908115618,6281.140856560697,167.13442398385845,1828.7291402432074,108.7771131056282,2490.623324309189,127.7442277666017,4452.170449575371,139.34665148302764,2981.6482795145635,147.71967403344385,3798.4075713612515,173.4374799760286,5354.579073983672,2214.267368687484,711.2430788230887,19705.43121509565,7990.284161505294,466.6470702718579,3604.60672087439 -6017,623.2692276492089,4089.054140725192,175.51461351984653,1638.309796452211,253.3917724045913,2916.110929893065,283.69174223677004,3436.4481174397356,53.49961599535923,1256.7940907389905,422.2699756981776,6974.4914456884435,236.21395552855165,4068.550938390335,266.6061054602624,4598.12105945121,190.86150314392592,5220.853091218509,58.6225560018437,1416.720567839695,111.31636463596736,2724.063459772977,251.62215674533795,6252.129120205472,181.60508178192916,1820.282488768032,118.65000680238636,2479.119473512791,139.562263070256,4431.606479073628,152.25908836528728,2967.8764511533295,160.71154356534726,3780.8632427835983,188.69121734401477,5329.847000633437,2425.8739718186766,777.4740018576304,21479.634259392973,8694.193123196404,511.3400291147964,3919.4982656687935 -6018,664.4769240722344,4079.4369663022244,187.1337630257248,1634.4566043620364,269.79698886480946,2909.25243732135,302.10038751780263,3428.3658275498206,56.989164293218394,1253.8381973787111,449.79835659939647,6958.087920952333,251.61307958709313,4058.9819860906987,283.97137511235223,4587.306594608047,203.2940884839997,5208.574003418014,62.433246485148274,1413.3885383921456,118.53337724246708,2717.656649657417,267.93734199397574,6237.424542032959,193.4120882316038,1816.0013094069654,126.4399053563043,2473.288754825383,148.66833495454347,4421.183645084043,162.1866723336933,2960.8962096318764,171.15840892554067,3771.970912180025,200.9568685754858,5317.311566645827,2581.9131676874526,827.7140683894271,22883.864939131,9264.234629859231,544.2024988522511,4176.209555287424 -6019,681.4261559053608,4119.985053910299,190.62282242744467,1650.7024956780972,267.34709908477,2938.169325528459,305.69721294544166,3462.442509963675,55.93157136474423,1266.3008831595253,440.9344943299439,7027.248729400661,246.65471624509644,4099.326758796131,278.3795061029065,4632.902717607311,200.6176033432201,5260.3452936103395,63.337999436624195,1427.437095276926,119.4256245158805,2744.669146928299,270.0272315943471,6299.422224278888,198.47613171062025,1834.051687632801,126.33959937807145,2497.872326023844,146.0176121406393,4465.128567692996,159.04763257891395,2990.326417745962,173.63875528526654,3809.4629014583447,203.86904005781105,5370.1636678119385,2456.247018303509,804.800271047267,22932.968119872654,9436.33106390066,516.5980242727892,4274.4990479016915 -6020,658.3548231416368,3876.306615470236,182.15771846795997,1553.0709263367996,251.99289119686435,2764.389929790667,292.34914133638904,3257.6547321013113,52.099072035453325,1191.404926556304,410.33044348339763,6611.618824315197,229.5350905987145,3856.8701648599645,259.08021362190306,4358.887524615339,187.61001377402098,4949.21971668964,60.9527617084159,1343.0106622202409,113.74369698554436,2582.334409542946,257.285614429133,5926.839957450033,191.7714820807512,1725.5758447807623,119.03668718326995,2350.1345017687686,136.09415980478178,4201.036455082814,148.05177628114203,2813.462166451941,167.09971531132538,3584.150440617818,196.19156160435801,5052.542831906726,2229.1506473840172,744.8953179278235,21748.102744330896,9069.862457829262,467.9615690613561,4128.866314050513 -6021,551.3919744540485,3566.412627038045,151.4944322214048,1428.9096069613447,207.49541667494003,2543.388882684208,243.23215358793357,2997.219292387415,42.562016626283715,1096.157243348069,334.9906966538822,6083.048427101704,187.39072649208995,3548.530036789733,211.5250739177509,4010.413274735469,153.70186864846468,4553.550955216772,50.89349963340332,1235.6427545935887,94.37938929316347,2375.887915747751,213.5373441393795,5453.014675960874,160.67823106851898,1587.6235014993501,98.0314533135792,2162.251388704743,111.22868618470912,3865.1817171168095,120.89340136443438,2588.5380057611337,139.52262476015963,3297.613077770604,163.81333492899932,4648.613833190479,1787.04404489998,605.7189109901666,17989.128324297635,7570.6024989949165,374.6321550069846,3457.380304564367 -6022,427.12439540038724,3246.381611976473,122.24135171356843,1300.6868128628219,171.4607856528045,2315.1586101546513,193.24641375780857,2728.264678097172,36.564194564348306,997.7938872416487,288.52728384102915,5537.187819712909,161.39951906671348,3230.1037108394853,182.09563975156001,3650.5399887898875,130.68267959511442,4144.939365159987,39.56910358532074,1124.7627061078686,75.90833994681701,2162.6882944855406,171.51674458834935,4963.689966682137,124.02857064889312,1445.1585615570477,82.11915661018834,1968.2223799749881,95.39864751531401,3518.3407433751786,104.04307928305289,2356.2562896106388,108.47721676438012,3001.702713232748,127.36296118665945,4231.4718030208605,1647.0622059069083,528.175695357154,14678.635938382813,5942.827033517112,347.0276804275224,2671.404148496436 -6023,425.1167358657656,3035.1286515723345,130.8155071122201,1216.046751213198,192.68951516886895,2164.50345969545,196.9666646267647,2550.7273276243254,47.91615963174528,932.8640860823144,393.5715251333637,5176.864401507026,220.16030522048277,3019.910008161447,244.6061366432803,3412.987084701068,151.12835284190817,3875.214232305814,39.44542740451673,1051.5706172478056,75.16160256350702,2021.9548998174714,169.87407513535433,4640.685980914885,115.50438808257161,1351.11723774717,96.7112854726075,1840.1435358337258,121.77643615524602,3289.3904884185567,127.64007761244352,2202.9267750474796,108.13816314279026,2806.371830971655,126.96487876405689,3956.1157136575525,2258.7893034838,683.7353353535428,16635.07542878908,6218.604407690303,465.9188256841829,2669.6865984583123 -6024,425.3821337942983,2911.7948738046343,132.4909292848135,1166.6321606021652,195.0040563585171,2076.5479166784507,198.11462610976736,2447.077409124743,49.43232972325377,894.9567466946605,413.16391564205304,4966.500256547891,231.1201089637294,2897.1946466125755,255.54769597305474,3274.29886454589,152.0975989228873,3717.7432102185503,39.89462567207791,1008.8395861439026,75.58687852770997,1939.7918797618922,170.87320544292578,4452.1096801497315,117.03237887669572,1296.2139989496673,97.28155065602448,1765.3684999249133,124.13402053602007,3155.7246699104567,128.85132484930494,2113.409883837128,109.36962338386826,2692.3336864747866,128.41073465495796,3795.3572245573355,2357.974510238728,711.7490559117582,16906.325141747515,6287.004739253092,480.7643834606471,2686.141864423573 -6025,426.5457563664045,2855.1964919323245,134.7351906960784,1143.9556001327792,206.72538990959984,2036.1847533864059,204.21721438046075,2399.5120318659474,52.67423006001208,877.560911512617,437.86332427951487,4869.963278405013,244.93673185723367,2840.880058506603,271.3635843501088,3210.654265413296,162.652486934845,3645.479105419094,40.731081212425856,989.2301388376544,78.52858219149063,1902.0869292685509,177.40300438335137,4365.571234024482,118.81144678820907,1271.0186750754522,101.90326461149135,1731.0539259818859,132.7772379785615,3094.384871713036,138.52918935238972,2072.3302113869063,111.66273494674307,2640.00110924359,131.10307400224667,3721.5844875181197,2584.630327861004,764.5743053279513,17620.449388331133,6394.174686465935,531.0219290582125,2705.820841781986 -6026,491.1026853851075,2862.0194930494645,154.64401567864024,1146.689286013845,250.91417237170563,2041.0505799192958,241.40485904278685,2405.246093714326,62.98079609106788,879.6579997853603,517.1202664605345,4881.600924004143,289.27233915377957,2847.6688479533614,321.81371364682076,3218.326696260547,197.1523089438952,3654.19062775357,48.207484693324346,991.5940806404234,93.29327504993651,1906.6323051402176,210.7272307701342,4376.003544897259,137.13008516968662,1274.0560008302468,120.83544337620974,1735.1905879959286,160.10191523521425,3101.7794561124692,168.48981206179857,2077.2824139366535,132.15901531525418,2646.3098626230917,155.16773051639456,3730.4778772331942,3156.163277325877,920.4336745363937,20851.868065843766,7432.903265932236,655.8362237343383,3137.923239876828 -6027,730.3334451655123,2945.9748333398593,211.04162236746592,1180.3266142879677,341.0381700436955,2100.9233712832893,343.28964160722245,2475.802305777288,82.52036102759743,905.4621520248894,663.4187093458703,5024.79927318799,371.11034770382054,2931.20322210591,415.0711457764699,3312.734059175579,267.20378214819846,3761.3837542798124,68.80920685597643,1020.681799529929,131.3611336915226,1962.562030418277,296.86976976482333,4504.370548551862,187.69215075980628,1311.4295426102694,164.3239327716277,1786.0911903984193,212.7346508026709,3192.767987244454,225.82332454032698,2138.2180408130043,188.6378656874575,2723.9375117603195,221.4794763592699,3839.9088368718362,3975.7486218224335,1191.44509147723,28503.745268133483,10563.684738457712,829.6723213269819,4563.651648165735 -6028,1031.0636255717934,3210.5121438009182,296.0712272370589,1286.3154450395728,460.09726420801724,2289.578281649234,474.2074860837539,2698.119915483784,109.0992598367021,986.7692018035165,866.7612266198652,5476.007094209619,484.85828882373295,3194.414098185119,543.9427976221017,3610.2049500906733,359.7407743395971,4099.141677636217,95.25643148926491,1112.3351344561108,180.53340267475792,2138.792619785281,408.11257627572746,4908.845853890103,265.82755881704315,1429.190916582358,225.2131419426572,1946.4753710095374,283.41991762468734,3479.466382191122,302.2424766366328,2330.2218703415547,261.14194233845836,2968.536717113386,306.60641983933357,4184.718013320269,5073.909518566924,1548.2027082007808,38878.467492475895,14717.868713935128,1066.148936720883,6415.724540974524 -6029,1113.908982618104,3756.1569048905335,323.0189579736084,1504.9320558035974,490.90239577421994,2678.705105822349,510.1788238376053,3156.680709130972,115.26359939867,1154.4762283625967,914.9118647810177,6406.685580635655,511.7933146504317,3737.3229050529126,574.3682685373232,4223.779772188877,380.9482849391547,4795.814071691798,103.04307506808239,1301.38280395763,193.6587730720217,2502.292564894144,437.9283285330057,5743.132068425508,294.49728814945485,1672.09002466883,241.06502235421357,2277.2899081331752,299.60621504471646,4070.8214426277823,319.47794576214267,2726.256303098137,282.4887343259248,3473.056381031383,331.669660955344,4895.934591340209,5267.8197847811725,1622.543012902681,41697.79725763427,15930.93716024423,1109.7354825936063,6968.429283045912 -6030,1014.3518281726303,4099.386104840934,292.111602838155,1642.4493743215348,432.24239149019024,2923.4791750784507,458.5847829412325,3445.1311178141696,102.70730130639416,1259.969678784418,838.5849359159257,6992.114150808613,469.09672995775975,4078.831096307507,522.1700131043324,4609.739301751534,328.32057210860665,5234.044813542456,94.1603697107024,1420.300248021273,172.67907399199842,2730.946451522846,390.8690527817167,6267.926605759306,270.1395729539801,1824.8818637597092,210.5267202186149,2485.3835562462195,262.078601406807,4442.803982833938,274.8849450508051,2975.375494193106,258.13712998823905,3790.4164895752983,303.078473509687,5343.3141218937035,4629.815227526775,1454.7428417054175,37345.28712173006,14521.072570106628,952.9741578870043,6381.435181480567 -6031,921.8871798713536,4297.447936055085,274.50923035369993,1721.8043124598346,392.2428237089147,3064.7270654024915,416.02115162534653,3611.5826206773286,94.70256091181459,1320.8451112204239,778.9203842435952,7329.938131607138,435.72092640446044,4275.89981232669,483.88683515495967,4832.458846623527,299.7219876968581,5486.92767793109,85.05952533592965,1488.9220515798136,156.82897530088053,2862.892123704751,354.9145344217519,6570.761466809982,253.34892536662664,1913.051027249559,194.70841186055964,2605.464857648485,240.46022036499068,4657.458048116172,251.1877170351751,3119.130755068309,233.18750569734777,3973.5504544641026,273.7851516033496,5601.476332690327,4252.932378872545,1333.7920084474802,34310.82768434912,13300.426244926377,873.2499674103818,5810.681044615829 -6032,893.2600501903016,4361.71406706155,252.35185841679566,1747.5530133536067,375.10409449884287,3110.5584876826224,400.63249933814933,3665.591987467746,87.92589204664331,1340.5976727918535,709.2893816190639,7439.55359902978,396.7699815020557,4339.843702188392,443.0899627611231,4904.725791550276,285.77437733231113,5568.981868748494,82.11819257473564,1511.1881176378658,150.73419945947973,2905.705207892638,341.1828271255076,6669.023836365501,234.20948834532427,1941.6597247297038,182.8772875235528,2644.428249030042,226.16434350836028,4727.1079458068725,238.65123023898053,3165.7757566399923,225.12395200009942,4032.972864663633,264.317743541066,5685.243539921869,3917.2631280884298,1237.876102525544,32351.60769091644,12657.15326225395,811.6207216163008,5586.323644657293 -6033,823.3396147262503,4447.423895154395,236.89590098479547,1781.8932901472615,340.5241746858497,3171.682492867957,366.76257966875687,3737.6226740909133,80.67531004905315,1366.9410768550333,657.404023499039,7585.744488725107,367.7457875482173,4425.1237668476915,409.39736104228757,5001.106067279704,259.1541105472665,5678.415103317253,75.24287348938132,1540.8837079006064,137.74387005716898,2962.803745308857,311.813430826941,6800.073436998093,219.94219096677534,1979.814293934076,168.1749745388132,2696.3925656137108,206.1306010164414,4819.9979434504785,216.19377079269975,3227.9848083362463,206.2755220088034,4112.222766335042,242.18782604304283,5796.9613735489,3555.7031611748102,1131.0214899248792,29766.158466017034,11701.968578603975,731.6631606764837,5156.726172624079 -6034,793.7079016939942,4539.566836785358,222.87088692109856,1818.811041478663,331.85405622754064,3237.394276071418,355.2634667780281,3815.0597603719293,76.69873778492926,1395.261735021854,610.0685621701864,7742.90801262791,341.26676417278077,4516.8046883363495,382.64249040955707,5104.720347211437,253.91597072731352,5796.062056644866,72.55737792137855,1572.8081569534347,133.72850325592964,3024.187921632916,302.64112521747137,6940.959213700028,206.5997026969576,2020.8326266198521,162.3570053747382,2752.2571624330526,199.09847005417484,4919.859975861783,211.62087300349307,3294.863078272293,198.91333640300945,4197.420919527672,233.54389335811413,5917.064400845631,3387.1631495104684,1072.4818777079822,28512.28841637111,11182.47303161984,708.798625157194,4948.535304576932 -6035,757.565741693114,4484.85290103974,215.1162352974898,1796.8894982929803,302.5040497446772,3198.37500644224,332.3896810747019,3769.0780748720645,71.41411476140955,1378.4450950949565,582.2842633995162,7649.58523829309,325.7244820028117,4462.365097428566,362.4100366051116,5043.194798382982,229.97722504206996,5726.203989047947,68.20381829136203,1553.8516072354284,124.36936412390185,2987.7383594663047,281.58211244003064,6857.302069728939,199.90245594482215,1996.4761823905117,150.57962002460812,2719.0850940496703,182.39484075439256,4860.562489499106,190.96173142725317,3255.151155695368,186.9782155918027,4146.830758231362,219.53088330884677,5845.747930999401,3077.7097637303623,994.8501762398764,26738.885611398437,10659.356118565072,630.3012775722959,4719.53651128501 -6036,695.4919491914306,4452.947275210227,205.81510340351852,1784.1062732341995,279.6918682016824,3175.6214940150317,306.02579390085305,3742.2645321689783,66.97924796902971,1368.6387191889753,550.6103678526936,7595.1654368527,308.0063950331122,4430.619451750817,341.8915525484922,5007.317080702375,213.0889233064093,5685.467285764843,62.67501603503247,1542.797374450325,114.64926935982471,2966.483334100475,259.5417386075443,6808.5186382844,191.78122886746908,1982.273080648174,141.66620993193732,2699.741290914178,170.12805188963705,4825.9840336315865,177.36951350979479,3231.99373290274,171.8212110992938,4117.329850738996,201.73506375829095,5804.160781923258,2878.6989401863925,927.0976030128022,24986.22322004042,9911.665985232283,589.1862170616681,4360.802985362629 -6037,674.2223845333525,4390.955477909475,199.48254987658842,1759.2688009674494,265.71637134156435,3131.4120139125307,294.1858825726757,3690.16651932802,64.38596496269408,1349.5851870417935,536.5479627695023,7489.4291846297665,300.1400144706456,4368.9384917047,331.8119463125496,4937.6076127247115,201.47830581840648,5606.316935725598,60.46241870395483,1521.3192889931954,109.87729219188591,2925.185375203144,248.80550944745582,6713.733705686474,185.7116749088069,1954.676825086294,135.17113970261767,2662.156786870635,162.0208825514062,4758.798997407363,167.44736086802587,3186.999465514306,165.75545831371292,4060.0103583326327,194.61327118616182,5723.358037930073,2747.5247348365474,892.8903094232313,24026.87134534128,9599.18519312941,554.9321817672162,4225.560648074757 -6038,640.0945246317868,4312.458532209644,198.94480618133795,1727.8184188727766,250.5204064112574,3075.4318792797562,278.5572306082954,3624.1975514465835,62.28318890494845,1325.4587034831502,527.9330872107961,7355.540941174264,295.3209320134008,4290.835142838014,324.87241934965385,4849.338187399621,190.3347094495849,5506.093019019156,57.12574773031543,1494.1227213620748,104.01710576323164,2872.8919464233595,235.5169319404925,6593.712541092633,185.0104487910922,1919.733141104199,130.77548299684136,2614.5655102578935,154.86309412632738,4673.726126963742,158.38060754763598,3130.0255961028643,156.60809970099027,3987.4297060709246,183.8733691615442,5621.041781847698,2637.64655977785,858.3242108261327,23143.716398998797,9235.849538578173,527.7380969695976,4035.9960139501354 -6039,652.8289009965536,4198.611964237521,202.7309881344182,1682.2049490623442,256.91393431890515,2994.2421444978527,284.54241096153345,3528.5207003410137,63.31503528585095,1290.4673120869718,532.5139593654242,7161.358646903702,297.88342992632073,4177.559420625797,328.4141450942276,4721.318287510004,195.57031783517428,5360.735147524584,58.31445343901614,1454.6786913068838,106.34591483091609,2797.0491560957116,240.77469331943755,6419.642103686361,188.2565532073996,1869.0532266413293,134.07407059016927,2545.542397836537,158.30140830454633,4550.3422902909215,162.71072495398616,3047.3946167856843,159.86689191885648,3882.1637229488406,187.69951292831317,5472.649325314702,2677.051115675122,869.6892930906951,23610.70337752191,9409.85605735058,539.619883064363,4115.082715991706 -6040,683.0412267280747,4158.64870169483,211.2721478006452,1666.1933722358585,268.14568132993355,2965.742324567795,297.5476151557815,3494.9355059157765,65.6105445819815,1278.1843756225023,548.8668005259294,7093.195344791893,307.0310594452473,4137.79654057492,339.01080187955915,4676.379797390298,204.3067134056531,5309.710554647911,60.911616971516025,1440.832756757295,111.20009086534797,2770.4262600715106,251.75404158672163,6358.53861400812,196.59838025747695,1851.2631890196712,140.0297699632334,2521.3133954841455,164.6595017918651,4507.031185298388,169.77386824080608,3018.388880561641,166.9869185547909,3845.2124806298602,196.05912707706287,5420.559510000859,2760.9907934868284,898.7814005778057,24596.03150971552,9820.408098598491,558.7516451472953,4301.546500084652 -6041,742.2582679755046,4139.674275800527,227.91456979665844,1658.5911281092542,291.8909093911363,2952.210703602509,323.3497549760097,3478.989365830574,71.03533700624895,1272.3524777022421,591.404779758266,7060.831632663786,330.8264152908725,4118.9172556300655,365.7735598497574,4655.043149771315,222.5893663718456,5285.484245414742,66.1824260873367,1434.25875247604,120.88495754378518,2757.7857964165887,273.67457285049403,6329.526877652896,211.51191550099517,1842.8165375444958,152.03226719757117,2509.809544687748,178.86952677117858,4486.467214796645,184.96348214793238,3004.617052200407,181.43664450695178,3827.668152052207,213.02453179979204,5395.827436650623,2991.014116666861,972.8596634921518,26663.476096787632,10642.37868070041,607.3500521092847,4666.766374093625 -6042,786.9776183643905,4156.504332616508,237.32667886414174,1665.3342148984107,306.9428822548869,2964.2130667267843,341.4264005899868,3493.1333744622193,73.07504355368717,1277.5252915670583,599.1737207235212,7089.5378036397215,335.1722896870726,4135.662923722315,372.1631802150406,4673.9684650188165,233.92751096803337,5306.972651077553,69.93597929546785,1440.0898045552092,127.52243630152199,2768.997715168583,288.7214261333293,6355.25989186416,222.4476430658262,1850.3086021278395,159.15423219327445,2520.013303346083,185.93572519738586,4504.707175986216,193.88555683147428,3016.832476006673,191.72687016539024,3843.2297320654807,225.10627255817047,5417.764448182889,3030.273687558572,992.9105753147279,27865.86913669376,11190.866375029073,622.1267195206739,4934.04876338073 -6043,809.8876860640763,4163.392306592619,240.42848467649137,1668.0939326361588,306.0122349623577,2969.1252286853432,347.09204269813006,3498.922039612783,72.72329799483397,1279.6423496182401,598.9261354181771,7101.28627013618,335.0337927356627,4142.516360243248,371.43885331332984,4681.713957523079,232.23026483475635,5315.767129944257,71.24156402771759,1442.4762572816512,129.1181203929336,2773.586374935476,292.406483235561,6365.791545687562,225.9173304731502,1853.374851186988,159.0898037109624,2524.1893572278736,184.4883463515083,4512.172176216028,191.61975461833904,3021.8318365082273,195.30608185258808,3849.598561317253,229.30862041325574,5426.742526284469,2953.3557625784247,984.7170974045068,28072.18703735064,11422.715560587025,601.2580286477672,5059.733039870146 -6044,783.6095621002418,3898.79001696944,223.57267941960882,1562.0790675024682,289.04032959232046,2780.423978398635,332.50906625102226,3276.5498213069236,66.61556653878881,1198.3153281238656,540.5099804619224,6649.967617466262,302.35633086740876,3879.2408308183194,336.6031687532256,4384.169997863114,217.55071650338533,4977.926242007842,68.66217547224069,1350.8004092479657,123.19054571256258,2597.312497474187,279.0987191930312,5961.216887761235,211.57351675206752,1735.5845511046368,148.40877711337535,2363.7657809275224,170.69406379412243,4225.403358607798,178.53686313407042,2829.7808444529805,188.23478465100501,3604.9392742638333,221.00621943092995,5081.848653233737,2633.322013049093,896.4361393045906,26347.937976598372,10884.253628016071,539.3954123904917,4871.873900044493 -6045,654.3439112353925,3576.939534943298,182.1243820109539,1433.1272905023282,236.06673889782425,2550.8961521269753,275.24676994851575,3006.066123857114,53.70810083970347,1099.3927484780475,434.35590205419044,6101.0036379177,242.97471199971764,3559.004161015604,270.70607476840263,4022.250730358266,176.57831102583683,4566.991579328531,57.06327161149414,1239.2899762815075,101.62984771100027,2382.900775979533,230.32136162205583,5469.1102289164255,173.1535420975645,1592.3096576277228,120.53173715400058,2168.6336623273564,137.91876314405528,3876.590495692986,144.34102285370722,2596.1785409558865,156.43682375915955,3307.346575491444,183.67227429773536,4662.335052473433,2082.9163686567713,721.1574402622324,21544.09620740151,9002.177512883365,425.460531591278,4054.0647734885647 -6046,502.3548216634587,3252.0349503565476,148.13318579186983,1302.9518647139312,191.8735103002234,2319.190291143252,216.01594654367003,2733.015753373962,47.098305880943116,999.5314730070859,392.53995596148064,5546.83043113708,219.58325487706458,3235.728702434048,242.56692050828192,3656.8971397023024,147.76749692221276,4152.1574767675975,43.866317897601796,1126.7213988725941,80.68484773357774,2166.454459465729,182.61290866121374,4972.3338731446165,134.17577799379495,1447.6752004916707,100.00405767875115,1971.6498966539225,118.50660995080028,3524.4676788794104,122.3371212181333,2360.359539230525,120.2578689955123,3006.9299610374082,141.19460987401683,4238.840604599815,1989.1709269855553,650.1973599952908,17601.41389581078,7069.608220355714,399.45884450284643,3109.63016962877 -6047,509.33348132326773,3041.821688062085,122.14743146346679,1218.72836580469,252.9639474200207,2169.2766018917214,258.3886162634741,2556.3521669768015,54.126389796114346,934.9212289862543,465.9446196506376,5188.280373058618,260.6451512043853,3026.5694846452247,295.8764471511291,3420.5133709707184,212.22057182664398,3883.7598174324894,47.55840314781911,1053.8895306517375,93.02958797039842,2026.4136953015102,210.0454995969904,4650.919576974032,108.38331642319255,1354.0967084755318,98.79002169203247,1844.201402647817,133.08347557559037,3296.644220663685,186.1183783143923,2207.784647968946,130.37958254752147,2812.5604151223697,153.07850078418932,3964.839701952239,2678.8385129458047,820.6928957800656,19846.047717684014,7498.58913337268,567.098695782154,3263.2172705123794 -6048,509.50397449292205,2913.4193969796934,123.66704215754852,1167.2830378321232,258.6068971033938,2077.706446163173,263.4415337420674,2448.442661189046,56.7814012678986,895.4560531495075,489.2114609047586,4969.271123011831,273.6604090289651,2898.8110241563445,310.6888924776902,3276.1256327826836,221.81465080354988,3719.8173810532658,48.88756379497647,1009.4024291183002,93.5509106305502,1940.8741115124233,211.40102399344454,4454.593562314089,108.63517989387891,1296.9371713475837,101.87390992365957,1766.3534189061395,139.52532535841078,3157.4852842677715,195.27690313366006,2114.5889790287497,134.02342672320458,2693.8357697801794,157.35673356117695,3797.474697125335,2852.783500644913,860.4662242633086,20397.942413151297,7622.122335393421,600.80507778993,3298.591088709265 -6049,510.5575489646142,2853.8318980120453,125.70553216277486,1143.4088654819693,274.2643557041108,2035.2115925749215,271.9730138791629,2398.365224793449,60.125163786547176,877.1414957953772,518.5491310644542,4867.635760036147,290.07163292182105,2839.5223068887954,329.38569868703763,3209.119786331705,234.00847315317796,3643.736808999981,50.46795143925749,988.757352660931,97.14329233546347,1901.177858293276,219.46902031429735,4363.484781487387,109.39809407622954,1270.4112127304018,105.83495771166693,1730.2265974005625,147.630947207498,3092.905961664332,206.81376516196974,2071.339775451846,138.35600031034085,2638.7393643957716,162.44360265752692,3719.805817790897,3097.691090051344,922.1571541044782,21221.184868825265,7777.7408212986875,655.3145049433275,3344.6120547174714 -6050,587.30170652114,2864.098882965667,144.23541853918186,1147.5224089692078,329.8900614956361,2042.5334978395445,318.69030022071877,2406.993616568521,70.97221725867857,880.2971121250572,612.476446380557,4885.147633508027,342.6137125388018,2849.7378114602484,389.1367779339849,3220.6649598871586,275.6109320757869,3656.845566743918,58.901028858863725,992.3145197350058,115.36119605391642,1908.0175619488602,260.45421900632977,4379.182914453136,126.62924638749836,1274.9816616118167,123.19214858925716,1736.4512844447581,174.1857557028883,3104.03304276308,244.15120839928602,2078.791655964926,161.47496648213948,2648.232529487119,189.58755121227398,3733.188242448866,3720.6398072337306,1103.3408629957587,24904.904922664864,9012.585874522721,791.9665612489565,3872.7153134403425 -6051,874.597614513321,2960.0107105468637,196.9704945167823,1185.9501923426121,438.3185291487957,2110.9330638736456,430.26670568489595,2487.5980810702195,91.16154425657494,909.7761588648607,785.5512930445658,5048.739554275984,439.4301960347168,2945.1687210737377,498.9884020658612,3328.5173333393086,356.0607726778225,3779.304586428823,78.9040563535693,1025.544761780487,162.5521606614119,1971.9125107273198,366.3114204399512,4525.83128582593,186.7673431181742,1317.677750781433,162.65612410853947,1794.600888561904,223.97804524497306,3207.9796920126896,313.5228824570206,2148.405421072675,216.31251782591085,2736.9155087214394,253.97224996923515,3858.203795915774,4635.707411358721,1412.9501292325763,33278.03884164222,12422.84159073082,988.0918073326843,5405.055953467169 -6052,1235.5238091923884,3214.540965309082,276.53611496182157,1287.929622186127,589.1321619705741,2292.451437648206,594.8657596102067,2701.505743993449,119.28977708984787,988.0074830514151,1025.9895162370494,5482.8788499208085,573.929135171105,3198.422718507456,651.5878564240583,3614.735339854153,469.2875768956548,4104.285626456893,108.88935541383262,1113.7309864302688,223.4839770388193,2141.4765572139963,503.6899255705218,4915.005887825685,262.6760916064983,1430.984385924973,219.77713255898863,1948.91797252873,293.49512374677715,3483.832710169221,410.12412551762725,2333.146029344707,298.51609312023805,2972.261887440735,350.48736237626633,4189.969350547017,5824.965041030515,1829.2637525950586,45188.2205381559,17344.567686809776,1244.516681057889,7632.8499723417135 -6053,1334.8324491011865,3777.9904895559353,301.8101044891962,1513.679843046799,631.4391096561244,2694.275737242316,649.1295657568553,3175.029691154251,126.02645722317078,1161.186905023449,1082.7861912374312,6443.926014299992,605.7006747898704,3759.0470124679077,687.7216748511938,4248.331529636504,497.7778787636993,4823.690919018775,119.65255840344972,1308.9474111749994,239.7714380788096,2516.8377550863024,540.8735660606778,5776.515434306014,284.5943650834149,1681.8094586664479,235.31061913294744,2290.527215113657,310.309482029188,4094.4840922124213,433.204389263736,2742.1033375326615,328.0230113466306,3493.244374361542,385.13139725198414,4924.39341378107,6008.517282866329,1919.4794800069685,48665.83038360008,18959.358753900313,1284.4698956223756,8403.974437024137 -6054,1215.6112186587923,4147.017116517781,272.90404277717903,1661.5330915724069,562.8768168333951,2957.4472539965946,590.929465624368,3485.1603017710295,115.49546907217633,1274.6093416382737,992.4854591430645,7073.355942200187,555.1872726000342,4126.223278114116,630.5455262320077,4663.300137665395,455.804912928147,5294.859492437078,110.6897765569078,1436.8028013226665,213.8884933490091,2762.677481241593,483.15108812665665,6340.754018867817,260.3638398667705,1846.0852749872975,213.68378177685574,2514.2613760371414,284.34203650499256,4494.425187319753,397.01770114977717,3009.946559538612,303.4518803104486,3834.4575648626133,356.2824637909518,5405.398407399875,5483.375374468821,1741.5390891359482,44271.5594803547,17342.9278227561,1157.993613577458,7693.366480253995 -6055,1104.9555359460953,4334.81196277831,256.4867008847023,1736.774486223468,517.3178704093185,3091.3732390560126,549.7945472652399,3642.9834128591174,107.30342707182916,1332.3291577445998,921.8249850810826,7393.668049526833,515.6604508076332,4313.076489561846,585.6068923116213,4874.474508981935,423.95541127308815,5534.633599081776,103.36092670584661,1501.8674378071323,194.24876486925828,2887.783449767914,439.2631598195249,6627.890746952745,235.96142653110363,1929.6839895957323,199.6927107642534,2628.1179903952116,264.2290777924227,4697.952171503239,368.83878273172854,3146.249939900735,283.3601126965345,4008.0983646600707,332.6927451835826,5650.178193538531,5054.8896593901345,1605.675629085529,41081.43651209133,16116.650299449728,1065.8887286662703,7142.028027992416 -6056,1070.7879878893737,4390.110723589311,235.80757475849097,1758.9303438987263,485.15601611061527,3130.809576962242,510.38222537410337,3689.456586347599,97.73761563203566,1349.325546987842,839.3710170985067,7487.988330198173,469.53645656914625,4368.097973124184,533.2538878115624,4936.65769068995,386.6356747601518,5605.2383639943455,95.36409022712073,1521.02660986033,186.72273996253688,2924.622613181207,421.5737766448595,6712.442083491524,228.4348174916795,1954.3007744292506,182.63903693528374,2661.644627624663,240.73154071713947,4757.883475482334,335.93833353201506,3186.3863343677026,261.43708473959424,4059.2292729157193,306.95294615427446,5722.2569492370285,4583.5893902441385,1474.482693246541,38037.44668869156,15027.0582174695,970.8080321423303,6691.69972950909 -6057,987.1611456849611,4479.004618870154,221.39144665178014,1794.5463407702116,444.8684409653767,3194.2043011962583,475.17087514407064,3764.1631685000093,90.61447571284478,1376.6475922449686,777.9219454070483,7639.610121173093,435.16240886708607,4456.546139525304,494.1922328024677,5036.618434148095,358.949991051737,5718.736975652527,89.29866622693847,1551.8253729643625,170.6533071011183,2983.842326004203,385.6526429491963,6848.360095864744,210.35037611250246,1993.8727623191935,170.36197430656486,2715.5393864815514,223.24469470554894,4854.224279179008,311.4356216815303,3250.906413920505,244.80895181722664,4141.423259497562,287.4298765995114,5838.12503139776,4202.850647861117,1355.1156043279555,35316.27029604618,14021.533098563124,886.72954774248,6246.183743466026 -6058,951.5848201575899,4541.451282912049,208.3094610689132,1819.5660587623656,426.2733479281345,3238.7381697342844,448.6236463157926,3816.6434521308583,84.11342503006955,1395.8409302769994,721.8660530423795,7746.122216435965,403.8052562676187,4518.6796855345365,458.5571211380902,5106.839397515574,333.71549898833433,5798.468093847401,83.4382157379407,1573.461054541676,165.6580596069569,3025.443309959645,373.81884767114695,6943.840515854186,202.74957760990503,2021.671506264726,159.18064969760508,2753.3996679926963,207.2794617720606,4921.9022876965255,289.0746976954876,3296.2308281455876,228.74274610546095,4199.163335462557,268.56656506259134,5919.5206680386145,3893.3018394995343,1269.9794115741604,33257.74337317066,13235.070264450098,828.5220626416136,5914.832177157114 -6059,908.7221866697688,4510.910251002815,201.0828418991971,1807.3295683543952,394.6772443993153,3216.95781811856,428.21368446383667,3790.976716500272,80.30560593557384,1386.4539700882583,688.9484951667624,7694.029933364442,385.3914759857423,4488.291791474596,437.64469310294413,5072.49615891656,319.0318435902003,5759.473686983411,80.37580351525212,1562.8796079332963,154.12890798172188,3005.0973555690907,348.2634477764833,6897.143536946743,193.1808897271685,2008.0758668674393,152.74165833955004,2734.8831934385285,197.94590833046857,4888.80274187771,275.9714253644146,3274.063841288021,220.34725759543775,4170.9241728180095,258.7094327620119,5879.712188689695,3657.105708565713,1192.4083527406474,31684.040553441737,12717.9889179819,769.2971218748237,5680.360146030493 -6060,834.2224384541539,4465.748510518046,192.41091549421154,1789.235182876802,370.4638242531166,3184.7507011403354,407.1154029298929,3753.0227122909596,75.96333580049998,1372.5732518058928,651.4252361058835,7616.999852117446,364.4013086586954,4443.35649952073,413.781018312992,5021.712006186397,302.1119764839325,5701.811742606978,76.8503781760833,1547.2325745553362,142.0720813248417,2975.0113154237547,321.4841887038195,6828.091618560083,177.30521554337955,1987.9716758889033,145.35158557843303,2707.502448053321,187.2992985383869,4839.857666843059,261.0300497495598,3241.284997705853,210.6824359529903,4129.166260424921,247.3619780573368,5820.846456228777,3422.535699969098,1118.4854470622702,29978.416449183573,12056.26065510243,719.4163820609343,5385.7561953162485 -6061,808.8589471292472,4364.768169622158,186.48149460235686,1748.7766621418632,354.20908900844785,3112.736522394685,393.2384894331336,3668.158660501087,74.0131625496979,1341.5363686169965,634.8063838745419,7444.762826261836,355.1048749839613,4342.882490967231,403.22735528490483,4908.160114701391,294.16870187892954,5572.881308630114,74.52849998551002,1512.2462620803208,136.1858602867744,2907.739802911787,308.3094907414463,6673.693533292499,171.86770373261953,1943.0192883888415,141.26997167669373,2646.27989610331,182.46886834628773,4730.417899705635,254.33614521199218,3167.9924548682598,204.31709378049936,4035.796780345279,239.88843796996824,5689.224387035182,3333.788915609293,1083.5409344496309,29027.289256676027,11682.466742929513,696.3250411277243,5210.588674602194 -6062,768.0157681994064,4284.776659071508,185.99964253056427,1716.727471581403,341.5765681618701,3055.690538118713,387.2660314854917,3600.9336577540726,72.84426775286857,1316.950522035001,624.5785071358412,7308.325379638969,349.3834944450953,4263.292071248214,396.7274365623116,4818.210058629248,290.03721557018554,5470.749150248975,74.03919295051837,1484.5318776898089,128.92838810328038,2854.4507185700413,292.46422746398474,6551.387191710471,163.11993407302276,1907.4102842293544,139.88383098787858,2597.7824918878086,179.62951716306168,4643.725260227822,250.30511462752867,3109.9338153185877,202.97567685442036,3961.834208178883,238.3134820761198,5584.9600515894035,3244.5150092360523,1053.2814929072713,28469.44640695241,11487.907580331777,674.4125785978623,5118.30733920037 -6063,783.2633926915854,4180.352328035991,189.5572452696554,1674.8890907148893,348.46662408525253,2981.220276146237,393.9725676202316,3513.1752707403302,73.49595524022625,1284.8551088518598,629.962347361468,7130.2141151596525,352.3951653400632,4159.391341298478,400.09232398596475,4700.785417348182,292.8502729849845,5337.421472814869,75.05139180427362,1448.3523377596575,131.80673031301336,2784.884874075099,298.885921223768,6391.723274712457,166.18565222146484,1860.9247707967647,141.8963318461943,2534.4719110861606,181.27924396542593,4530.552989559904,252.53003352785186,3034.1415899427734,205.7505821345136,3865.2803105593143,241.5714948093634,5448.848939237124,3254.597271430156,1063.4375187844814,28917.043031258985,11691.248322773215,678.6714601426236,5216.794732723965 -6064,819.5490265925165,4144.287916070925,197.56193442597993,1660.4396172199804,362.59699295003855,2955.500923383438,410.6056785710737,3482.866677031678,75.77197223470716,1273.7705063291764,649.273119705623,7068.700883960535,363.19743446228136,4123.507762335412,412.37945992251986,4660.231165326494,302.42009151002316,5291.3748835032875,78.04806923068371,1435.857224601559,137.82566415542863,2760.859330892926,312.4621958635646,6336.581094518705,173.9568009612837,1844.8703446853795,147.12531199377185,2512.6067112315245,186.9345375587072,4491.4673535599795,260.3363975155811,3007.9656785187126,213.96586116040004,3831.934063510812,251.21704338556108,5401.841051513846,3333.9565015524954,1096.6475043917635,30027.4181861011,12183.017041819307,696.3424063825013,5446.05880362057 -6065,890.59765002186,4128.757480316251,213.12673688629687,1654.2172332249518,392.7655133962785,2944.425385644978,442.66850177415586,3469.8148721703456,81.64720102678444,1268.9971384031614,699.5876688529466,7042.211410456137,391.3429322686894,4108.055198786795,444.28470625292084,4642.767267503572,325.77359439880473,5271.545817727362,83.98154538122056,1430.47644777544,149.82561389615972,2750.51319922098,339.52233196570506,6312.835189893911,188.8323450326189,1837.9568191427325,158.70733670881992,2503.1908892867646,201.43519164427292,4474.635886588734,280.520390000763,2996.6935326957,230.23226399058302,3817.5741524730856,270.31540610265694,5381.598021322296,3592.7339550142115,1183.7186963368697,32419.898479917516,13152.462754255723,751.6088103801693,5880.919102732894 -6066,944.3508572300707,4156.95919935765,221.98363350130325,1665.516460623815,409.7744202944808,2964.53745516231,463.06836875128977,3493.515645252111,82.78392147537805,1277.6650974519077,708.6612253572379,7090.313646679662,396.4185966444167,4136.115509685432,450.0868113407802,4674.479960408633,331.5463390498911,5307.553419233184,87.74600727243433,1440.2474006753937,158.06255118353008,2769.300740226694,358.0450100260375,6355.955379255677,199.94458458424197,1850.5110905114923,162.90247573941735,2520.2890808136854,204.37924777859004,4505.20014827951,284.3788544399099,3017.1626228433224,240.55239539547878,3843.650315624114,282.4322591596259,5418.35734083056,3569.255675300063,1200.8198852856847,33587.93687772216,13775.640361509571,750.1469524559585,6196.4300911534865 -6067,972.1680243993261,4149.681331499367,224.9111922178244,1662.6005290173446,408.5934141188669,2959.347240193894,467.65609328435363,3487.3993126138407,82.78018882109575,1275.428203294315,708.3130614666824,7077.90015804059,396.2238369539501,4128.874134275556,449.86003314648303,4666.296034171564,332.0890881852875,5298.261128743076,88.8112722203008,1437.7258627524402,160.08783779345663,2764.4523392969163,362.62279566885155,6344.82758099138,205.84034283282406,1847.2712763730444,163.8344505985431,2515.87664133204,204.43628200876984,4497.312591586782,284.34371080349104,3011.8802734569254,243.47277938679258,3836.9209786859788,285.86107826127875,5408.871058467814,3517.881811398168,1193.0686236614702,33847.98530195244,13997.239619895488,735.9084498974639,6307.227366474434 -6068,940.7842496995988,3892.5518472208328,209.1979488266216,1559.5796986363807,379.93970447614606,2775.9752246378903,436.2965176042601,3271.30725274434,74.77204507797678,1196.3979911047757,639.1083760238503,6639.327488954612,357.51136997703,3873.0339402976597,405.89491582629535,4377.1552069832815,301.08725780858794,4969.9614250367995,82.64019428898449,1348.6390919642188,152.77666487956017,2593.1567270482597,345.70668815982464,5951.678779093607,199.1200044759565,1732.8075687599282,150.0276800999737,2359.9836915810342,184.80215273623907,4218.642598655966,256.7881573465837,2825.253118368164,226.55500016589508,3599.1712736717527,265.99793535860084,5073.717557586723,3095.4542348179666,1077.2760532310976,31360.010456722917,13149.333647182188,648.8541538848616,5964.087999560634 -6069,785.7312371214207,3575.444976395628,170.4341761232914,1432.528484561944,308.04150669107423,2549.8303069788717,356.0520980766063,3004.8100942887127,60.111126743090104,1098.9333873920039,513.5463298316089,6098.454445501296,287.27311174830015,3557.517096434815,326.17207146618915,4020.570106699073,242.54541651376047,4565.083345701615,67.30040448576477,1238.772161705947,126.06587775106573,2381.9051246166296,285.1151859591558,5466.825061565699,166.27602710702243,1591.644340256239,121.38774565878735,2167.727538546081,148.61925613908983,3874.970733489976,206.4208810878091,2595.093775392545,184.50154045039102,3305.964661414838,216.62302219923947,4660.386981325822,2453.9293399257976,864.4149098581806,25503.250559280033,10776.49899761342,513.3983412373577,4901.639933244523 -6070,603.0817309220643,3246.8364787176156,138.48988894354466,1300.8690585882264,254.71399978070815,2315.482998590178,284.2946194411146,2728.646948887064,54.14967929548038,997.9336931264984,464.4234573233467,5537.963662752852,259.7942269355303,3230.556296802603,294.85405807829034,3651.0514841797044,215.35747716825716,4145.520133315619,53.288340558436936,1124.9203022280533,100.01855650188051,2162.991319543652,226.18769949837883,4964.385454073657,127.26824259643566,1445.361049940701,104.45859778117392,1968.4981574425913,133.5014422053851,3518.8337156684747,186.07693060441918,2356.5864364472886,146.08799153883632,3002.1232967913816,171.52172365015383,4232.064695668532,2432.88038352582,788.2315017779353,21175.84269314662,8520.41899332594,506.78170288590036,3781.827559903721 -6071,516.2509133607033,3030.385046674546,111.38399196017329,1214.1461908128979,270.67248165650045,2161.1205555779025,301.3917273034973,2546.7407939273194,52.669065978201175,931.4061120865767,456.44620040540707,5168.77347616274,255.33182250400878,3015.19018849312,294.92306545129213,3407.6529245682877,237.4467229947141,3869.157657009468,61.47785731425245,1049.9271167234494,118.24174474567542,2018.794784953506,267.1434720404423,4633.433049235445,104.90869358673015,1349.0055755798535,93.26734605570114,1837.2675740899979,128.8619199125582,3284.249497500917,200.3455571388285,2199.4838191008935,168.53924526513222,2801.985750284263,197.88171187832717,3949.9326973739426,2823.624587388772,859.0646606229964,21204.849380303636,8226.86205547461,640.6215528825762,3695.404923366381 -6072,520.1456919766204,2919.5925812630308,110.71550924121858,1169.756369790722,282.94400632327296,2082.108855508062,308.20084475166544,2453.63061585509,54.41467699361963,897.3534165155414,479.28247177583256,4979.800409124233,268.1062234805708,2904.9532550597423,309.73427433720855,3283.067347829786,248.18941339243804,3727.6992253965172,63.26155285731642,1011.5412311107136,121.87171846323984,1944.9865896450074,275.3272613910457,4464.03230875617,105.15603414282627,1299.6852247761217,93.283047288492,1770.0961087419096,131.5178269020568,3164.1756147268597,210.27046311683873,2119.0695380119814,173.42917984880043,2699.5436828438255,203.62297780643254,3805.5210879542583,2979.5485382818442,902.8492123757673,21792.54868320291,8364.013439903338,681.9463244483928,3754.1823270838076 -6073,520.8544709539013,2855.846302462978,112.98515326393859,1144.215951529843,298.30224687164883,2036.6481660793138,318.038225461912,2400.0581337511044,57.97017820872535,877.7606344820177,508.08088785281046,4871.071627140782,284.2157935802509,2841.5266107784196,328.43481992149634,3211.384974125586,261.8532182428072,3646.3087753625373,65.39284116575494,989.4552764641797,126.4064181174271,1902.519822808575,285.534473225626,4366.564788817717,105.9286802079346,1271.3079445958006,98.19324751808392,1731.4478943386737,140.6389252628776,3095.089118822199,222.77835572812074,2072.8018503785333,179.2720269914798,2640.601943731364,210.48305714889048,3722.431478188478,3249.6268977997406,966.2498112416847,22705.723337736792,8549.584802511636,742.1387486363517,3814.6569018093446 -6074,595.8326852244103,2874.560805405651,130.7540047012293,1151.7140556027025,352.01605942459827,2049.9944228664554,371.7523890466246,2415.78583414168,69.25668217430618,883.5126436019794,600.1520465847544,4902.992001924774,335.71955621033334,2860.1472760688566,388.0607046853844,3232.429339677225,308.4077924269594,3670.203218227885,76.37397657114109,995.9392261315908,147.70513045448942,1914.987129887299,333.6390538430186,4395.179105183141,122.64732028742819,1279.6388888240183,117.00164376879513,1742.7941585566534,169.4556946623488,3115.371391846513,263.0587274934908,2086.385024058094,209.37639878045786,2657.905939679524,245.82856148678744,3746.824756913729,3933.29439837926,1152.9529876201814,26666.22636264938,9911.913895940092,893.3357566187454,4407.829044966296 -6075,879.4773398551451,2939.476740639621,191.79386243295338,1177.7231053681353,456.30899711779904,2096.2892533443996,499.9835830571137,2470.3412975200768,90.57841670785733,903.4649262055008,769.6217222078747,5013.715807332224,430.5193400568896,2924.7377119308317,497.47788733989336,3305.4269862284027,398.3896105924455,3753.0870709409487,102.1002676647386,1018.4304276323378,195.76856357477828,1958.2331034161516,442.35241553620125,4494.435019894432,180.80593489967444,1308.536853018603,163.13228580297715,1782.151514473513,224.8299835159239,3185.7255298151936,337.61657888766166,2133.501660046515,279.9040631104382,2717.929178538746,328.6350017935651,3831.438946599837,4924.974276592429,1473.4425970441193,35630.294084861445,13592.24026058514,1111.6761358500446,6093.839899492368 -6076,1237.0084334245096,3205.053749210355,268.5620417897677,1284.1284988601233,604.6778535026494,2285.6856249180164,689.9082615433853,2693.532671302259,119.61111770879569,985.0915331226306,1004.9775278130942,5466.696988481275,562.1752213605475,3188.9830728992565,649.4001597150428,3604.067012500732,524.9822563367362,4092.1724678164182,140.55477525503804,1110.443983197726,266.9003239342886,2135.156323287006,603.3073350090193,4900.500014829342,254.23199320293344,1426.761058784431,222.94403725056895,1943.1660452197884,299.26701043905473,3473.5507215027583,441.327787960575,2326.260112876646,385.32565666374586,2963.4897202378675,452.41035968396574,4177.603309764003,6233.285512745179,1905.7723752394802,48338.40126977204,18988.780989296098,1394.8215883928283,8566.469931301346 -6077,1335.8760414295566,3785.6582386900914,286.39554456388595,1516.7519834711852,647.4460245508653,2699.7439962304024,752.7070045300908,3181.473680685873,126.33872709168698,1163.5436314128353,1060.489246640386,6457.0045035797575,593.227968268975,3766.676314223638,685.2984265845873,4256.953875430658,556.7561974159245,4833.481005036723,154.2159927807903,1311.6040299268036,289.5421181377034,2521.9458887808482,654.779161295856,5788.239357736284,275.4181983208277,1685.222832272378,236.0441142194441,2295.176032552187,316.31191809335303,4102.794191705701,465.97962285907386,2747.6686666541236,422.7773732943986,3500.334207329876,496.38237218465764,4934.387883973398,6449.343094131195,2000.3866256199333,52017.88308507796,20792.9116008425,1437.233489511953,9426.051387999305 -6078,1228.193791121353,4150.850987933285,251.83095681389497,1663.0691605218985,597.6334111142752,2960.1813812430905,688.0595977402737,3488.382293888252,112.80974472216197,1275.7877038643126,972.0670477637391,7079.895181464591,543.7654003498344,4130.037925856209,628.3585589117049,4667.611307018543,509.7616254682642,5299.754531422162,142.64944911172842,1438.1311096066536,265.8672012579921,2765.2315459893366,601.4151961593612,6346.615975764221,251.90528763276555,1847.7919603873083,203.70044515373283,2516.585782845664,277.1725028610054,4498.580233650802,427.08395382161683,3012.7292218118982,391.0681266571066,3838.002478432739,459.1525863440445,5410.395638388143,5782.569875713712,1823.7378429128128,47265.80818671178,19000.562883957675,1307.723434968473,8669.902768745482 -6079,1119.9834392285625,4328.703757657093,230.87064962736264,1734.3271886469547,555.4900718770945,3087.0171696318866,641.1602362550008,3637.8500667924354,104.06894448212353,1330.4517660943134,902.8321604022207,7383.24959506272,505.0360386963139,4306.998912004166,583.5438830337332,4867.605862679704,474.14035186002326,5526.834719318534,133.16844881727977,1499.7511489222225,248.19846263849416,2883.714259729615,561.4467832202223,6618.551353098748,228.30038092398308,1926.9648622774566,186.6359374971386,2624.4146962486748,254.4218880384141,4691.332263705713,396.72848803425694,3141.8165434441994,365.0763191382321,4002.450533296778,428.6356384453173,5642.216499311905,5322.1668492504095,1684.116543764646,43864.12597068816,17708.12399942249,1204.702053533352,8074.107536500248 -6080,1077.790496136215,4381.078380534876,222.47142311372642,1755.31146882353,508.3866599698217,3124.3681571626717,593.2420096409902,3681.865789743478,96.47888247828264,1346.5494048812157,822.0476527889087,7472.582322549541,459.845925292641,4359.110919750646,531.348855422914,4926.500865814204,432.37546287508934,5593.705981557283,122.80932290968329,1517.897204931802,228.00667278488444,2918.605408511386,515.8508781079091,6698.6317075241595,221.00266182837944,1950.27993847827,178.5302491047643,2656.168481604809,238.99584904882076,4748.094465940349,361.2958147311091,3179.8305693111797,336.6771631112372,4050.8776950995666,395.29222574828606,5710.4838093174785,4860.804725019545,1542.015870978576,40633.88715303686,16461.99731860987,1093.1254472764494,7522.1215180961035 -6081,997.2303407329769,4458.015782221768,204.77537315697987,1786.1370080703298,472.6728917401121,3179.2361022314863,553.2699542909609,3746.524114159974,88.58274919353224,1370.1965537007588,761.8374333078199,7603.81053118939,426.16488016658184,4435.66254441928,492.3957464458837,5013.016591647371,401.4041935156167,5691.938692009019,114.95193732517838,1544.5534426960282,212.86467538985616,2969.8598936349235,481.64317077026755,6816.268342541727,203.4916183828159,1984.5293761727105,162.79444801156313,2702.8142349255572,217.95470889771863,4831.477144688215,334.8991509838905,3235.6725060576946,315.13643456241414,4122.016345756234,370.0012839641217,5810.76728943415,4436.091645571285,1420.0970453355158,37712.24521348894,15380.644629405613,1000.89749652104,7038.242431696875 -6082,953.4494416752544,4539.761774271719,198.974637868747,1818.889144624919,439.19972844585556,3237.533295833706,520.3577607680281,3815.2235861700165,84.06424537338488,1395.3216501690963,706.9144868960943,7743.240507572776,395.4414871530341,4516.998648373505,456.8622816280977,5104.93955344605,373.1838126095471,5796.310950384895,107.37354032294427,1572.8756962759446,198.86650038185857,3024.3177859157704,449.9666772313177,6941.257271464283,196.1522849642735,2020.9194049506389,159.28864243690487,2752.375349500752,210.20235221501156,4920.071243846466,310.81411349989264,3295.004565852381,294.3605427718593,4197.601164628729,345.6083360376817,5917.318490652525,4163.3234768601405,1325.487644494547,35531.670903913786,14498.389152210504,928.8328560051,6627.1680232254 -6083,918.2101087493312,4479.78438772505,187.90683536373555,1794.858760931446,420.33072683134554,3194.7603937306912,498.6760483650428,3764.8184875838906,78.40756457600696,1376.887258645864,674.6532776774017,7640.9401332054385,377.3948622963134,4457.321998488557,436.0019022323114,5037.4952803501255,356.7487975660808,5719.732574755988,103.39453735582791,1552.0955368058944,191.3047266602389,2984.361795732797,432.8744108449435,6849.552355834149,186.85176184664803,1994.2198840600663,146.44148737858004,2716.0121462168054,192.85085490022269,4855.069371611294,296.6869459893466,3251.4723779655237,283.45225503571453,4142.144257386041,332.800929385931,5839.141415272715,3850.3482519488302,1250.6447960532212,33827.185410102335,13938.723999798278,869.4745440732158,6395.3724592433355 -6084,845.4348843901886,4425.00547912046,172.70954364022845,1772.9111858890813,398.76172412479565,3155.6947886758444,474.7882004220484,3718.78219878184,73.5775476666097,1360.0506489405275,637.8797345184944,7547.50653797329,356.82407917586227,4402.817760506598,412.19687301976165,4975.896669864659,337.80762347144616,5649.791550626842,98.81639735783449,1533.116476164215,182.3637240915383,2947.868949670959,412.6858660840871,6765.795868912435,171.50331206103363,1969.834516526372,135.39476007776787,2682.800685965675,179.96824112370913,4795.701469418238,280.5803774587299,3211.7132974367905,270.90145554971747,4091.494020217461,318.06505179360073,5767.740257039978,3602.680416628745,1174.8688689467517,31991.79456934923,13258.085918726438,813.1607488321987,6081.255381354424 -6085,823.4119396707991,4332.277712424112,166.33734191063238,1735.759120068104,387.97220454142047,3089.565937195331,459.5411864088598,3640.853624512207,70.80210056271603,1331.5502414573618,621.6176453425676,7389.345507733965,347.7272154856306,4310.554946363384,401.69487146792903,4871.624757053365,328.9316710762511,5531.397899983576,95.84815652021784,1500.9894047761952,177.0637652114755,2886.0951721002184,400.67596674383026,6624.015899642809,166.22593173713773,1928.5558432364178,128.86201457190288,2626.5815203002635,171.54548777179448,4695.205619390514,273.40203917667395,3144.4105556107006,262.76413436788306,4005.7551200654916,308.51103342219955,5646.874943890978,3476.435348782929,1140.879996867766,30965.208617004388,12838.682482541333,790.9399593756806,5896.9044687113665 -6086,786.9819633547083,4257.224750560763,158.1888062346918,1705.688595579604,382.9574301887745,3036.04188129429,453.8702627291755,3577.778986557464,68.57366955383759,1308.4822859556557,611.5806700063544,7261.331492151214,342.1126234422597,4235.878312621394,395.19809758976123,4787.228074436478,324.3126293834315,5435.571218686596,95.1849871560927,1474.9860624163807,175.474959836849,2836.096071104352,397.1137385256976,6509.26055714194,157.76152602953638,1895.1452823809432,122.03677236488637,2581.078268717675,164.1500630899637,4613.86524564621,269.0361965814557,3089.936364162593,260.946080372584,3936.3588795156293,306.37645855620275,5549.047722751498,3362.525783701068,1112.6650558007711,30358.170321755068,12669.856608149295,768.5106418551442,5821.402671543964 -6087,800.158970950302,4168.915686648452,161.94365682628074,1670.306915723097,386.39064322723505,2973.064229832418,461.12126491867053,3503.5638976908476,69.66478256214762,1281.3399919521821,616.830709733001,7110.707218263773,345.04944756399084,4148.012045146373,398.5235981861383,4687.924970945751,327.4504035953892,5322.819312391847,96.4610091006619,1444.3899238313695,177.792124533773,2777.2659637270945,402.36087261119496,6374.236746973868,160.73183525396564,1855.833637901086,125.31739787854043,2527.538082528341,167.70079272201872,4518.158266397136,271.3947372789465,3025.840761074721,264.4442467836242,3854.705645721207,310.483651256413,5433.9419346588265,3391.026083381175,1121.8065812199193,30827.73258229713,12891.974098838404,771.2020491692875,5920.563689065165 -6088,835.6405489111395,4127.717782206575,169.71212044617,1653.8006704845689,399.4665742493225,2943.6839244373073,480.2032419041175,3468.9411080946597,72.15753059246074,1268.6775812646588,635.7178187722513,7040.438050328716,355.61472331508816,4107.02071389758,410.74381550133074,4641.598132146337,338.1433453582314,5270.218344208298,100.27993123465805,1430.1162271362336,184.7140987016826,2749.8205687171294,418.0366225604476,6311.245500297243,168.2462705088454,1837.4939873489934,131.13908203459283,2502.5605391516074,174.36862427446326,4473.5090898478375,279.7523459097477,2995.93890939412,274.91367890615203,3816.6128161270312,322.77579809462105,5380.242834606564,3484.482821803909,1156.0890449973558,32016.457265856276,13436.303229701503,789.9974111350774,6173.823846483878 -6089,906.4387423074736,4119.400228844915,184.58056496699376,1650.468181188522,429.8803155967426,2937.7522572514076,517.2901275733016,3461.9510219750578,78.09511594488542,1266.1211338431806,684.9788229533026,7026.251223064141,383.17087772004095,4098.7448661415765,442.5147799611488,4632.245084727752,364.2576316330631,5259.598596294688,107.90405995308328,1427.2344729417343,198.7454836229004,2744.279545681618,449.7929276540857,6298.528031711199,182.63598246689529,1833.7913470286235,142.79815157948846,2497.5177571777745,189.35579039742237,4464.494750076577,301.43699137976967,2989.9019458559196,295.81494248531897,3808.922154499006,347.31594487740324,5369.40138195967,3763.9993064926575,1246.7088863580652,34563.040194311274,14493.713365295102,851.621730348029,6656.96232193884 -6090,956.3359352736778,4148.316737579088,195.38417160614918,1662.0537943665345,440.6022076805429,2958.3740793824095,539.914441473888,3486.2525055413425,80.23376543112606,1275.0087875770748,693.7917233136234,7075.572639671725,388.10073343698707,4127.516382657748,448.2272780330633,4664.761555089974,370.66169795322133,5296.518832323964,112.62396694950567,1437.253076575717,205.9471441351539,2763.5432683216413,466.2274639846879,6342.741128454287,193.37683487714332,1846.663814027994,150.49009261890012,2515.0493127507166,196.62499442469883,4495.833681538078,305.47567184962304,3010.8898375218646,308.7543908924486,3835.6592338381606,362.50813466997164,5407.092388740592,3773.307046239543,1262.4678948585151,35826.04388490813,15188.120679717136,845.9302955762336,6992.810622012557 -6091,985.8110026250259,4166.966261359639,199.77513997592865,1669.5258640573084,442.30309500701645,2971.673996248788,545.5992920260142,3501.925597332555,79.86677836671385,1280.740824981289,693.4170541523124,7107.382182807426,387.89114694090364,4146.072394602466,447.9676200320967,4685.7328518967415,371.24977226696683,5320.3303106093,113.94114876041027,1443.7145131356244,207.81932584448208,2775.96728730608,470.515016159269,6371.256092231624,199.04825574792866,1854.9658321459494,151.0260619712708,2526.356181279463,195.13927687136137,4516.045531900831,305.3869060988675,3024.4258486747294,312.3653955368046,3852.9031480859676,366.74781059531284,5431.400970863543,3699.42986049097,1256.0519741382764,36092.912574746435,15413.339545565292,832.1646388620072,7116.174000529245 -6092,949.0869541782981,3896.125795684705,191.13601093818482,1561.0116275321272,403.5797398523744,2778.5239877062418,507.7444588151828,3274.310805166935,73.06575261987042,1197.4964645305158,625.5947442144151,6645.423390874899,349.95196815599036,3876.589968385335,404.1144184032085,4381.174094269084,336.54532398571956,4974.524597654062,105.91453864307378,1349.8773456343617,191.77629250318878,2595.5376352198055,434.3218564212739,5957.143316000209,192.52540526870925,1734.3985469129814,142.44277107544858,2362.1505118111386,180.36064324389048,4222.515947509586,275.681940358979,2827.8471259597777,290.3607442637723,3602.4758546123853,340.91217773518343,5078.375993950006,3274.8206328408537,1131.9691408800481,33427.23176756906,14443.949979210684,731.3814632848162,6695.366742686859 -6093,791.7281057741427,3579.213868649011,158.25345757151925,1434.03851912935,325.89342556348925,2552.5180943046053,414.09796357017615,3007.977477806573,58.8893790827145,1100.0917779022952,502.6609854170634,6104.8828531174095,281.183949815347,3561.2670908311898,324.71694990921844,4024.8082073073497,271.0911210945133,4569.895420106689,86.21620587472609,1240.0779568824305,155.8868225562208,2384.4159012700884,353.0624521284184,5472.587665874018,160.75159255492733,1593.3220995459876,116.39576972319762,2170.012549665371,145.69237573661601,3879.0553571594637,221.5685992129862,2597.8292751391355,236.35850211033474,3309.4494932846114,277.5082144281226,4665.299515711791,2593.1817761000734,908.2128955852371,27179.547625046085,11817.602268416105,579.0333789978005,5492.527857556824 -6094,614.0569301826814,3267.8902945281225,126.51383708757982,1309.3044256701935,279.7866597722541,2330.4975374757123,332.3660115882487,2746.340611826461,51.791717603260956,1004.4047033864553,454.77298958277055,5573.874084384843,254.39584369993995,3251.504545254345,293.7185772509233,3674.726395425299,240.8606022173826,4172.4013815391345,68.56228304992463,1132.2147456038908,128.30518268210946,2177.0170400072166,290.1908348847469,4996.576559984758,123.080875436241,1454.733362197446,96.32097237215034,1981.2627046878185,125.4729394915556,3541.651272820828,200.0234581312484,2371.8675068367947,187.96093331329817,3021.590292233062,220.68469092627606,4259.50713423444,2527.6295406269455,830.1840267664552,22585.409908210553,9339.11982076904,576.7590278116945,4276.029843919691 -6095,402.69670842057616,3050.6590936301577,106.81105039252661,1222.26913773363,226.65362952703407,2175.579001929004,244.35921427889645,2563.7791377828353,50.11003508649673,937.6374559456382,444.5036759638506,5203.353885762384,248.65128374992796,3035.3625779816075,287.4564552913943,3430.45098961185,230.60391817852184,3895.0433061295216,70.49062395316592,1056.9513962577548,143.5240258360876,2032.3010356884763,323.569714796765,4664.43189517714,97.86585940967448,1358.0307660957255,86.48420093698407,1849.559361599971,120.45660670403271,3306.221962220985,194.80906471983076,2214.1989254453806,193.24740773912083,2820.731747837464,226.8915337748788,3976.3587520648944,2668.290446962059,818.0600627986487,20885.57600522185,8361.968906217235,667.0583373584668,3762.3338135851586 -6096,400.50306871725473,2932.5237875013877,105.34653914008717,1174.9373532483016,226.7350244920851,2091.330751465078,243.20554114685322,2464.4980237701507,50.14268400630228,901.3278964385713,446.5548282068479,5001.856509187476,249.79867952181198,2917.8196220641803,288.819602932207,3297.6084249792684,231.1629135213295,3744.2096274942346,70.49082920188951,1016.0214617983925,143.2522382152398,1953.6011555549733,322.97943185131106,4483.804013482944,97.46304687285948,1305.441677849192,85.55105633092907,1777.9360649024889,120.16602883066142,3178.1901069238197,195.66726911454003,2128.4551370182644,193.247970420816,2711.5002675866203,226.89219441873595,3822.3761718959586,2691.2725073788133,823.1093397702487,20841.23723604572,8311.676578998477,674.5064342865475,3742.538000406928 -6097,399.421046728996,2876.18532858071,106.63110882935152,1152.3649328326605,237.8613178310164,2051.1529523511776,249.10313261138137,2417.151086205982,52.88064575756126,884.0119500568264,469.1879973303702,4905.762868388714,262.4594669622981,2861.763653612626,303.5422224695041,3234.2561079140187,241.80667849793613,3672.2773890626,72.44521991794294,996.5020691059883,147.6509159883471,1916.06936163783,332.86149829685695,4397.662987347497,97.47483869204149,1280.3620612219347,89.08264256272679,1743.7790775378799,127.09419982448341,3117.1320062038276,205.46855857176058,2087.5641192497164,198.6058594336535,2659.4080229849174,233.18288504243316,3748.942229481728,2903.8722142091324,873.8610521195515,21542.759424199776,8441.10700746909,726.819081450432,3784.952202615022 -6098,458.0035198285206,2896.4593755363217,122.58945012679376,1160.4878797533927,282.74702545720754,2065.611398702279,288.54697407023747,2434.189430061498,62.33498138112283,890.2432939158879,545.2613035269828,4940.343277988359,305.0141774579373,2881.936043101114,352.85901400856744,3257.0541729575807,280.3890131187204,3698.1630381826535,83.68912196569563,1003.5263486402938,170.43376642011194,1929.5756123728004,384.2337274541125,4428.661833289193,112.22311406582234,1289.387251737807,105.28056201197138,1756.0708650478527,151.45340724923005,3139.1044709238954,238.71491235202583,2102.2792255942036,229.4305961396933,2678.1540205381184,269.37416890628566,3775.36828417268,3457.99875896544,1030.181091295502,25021.492787818494,9693.160531211897,860.0672296136859,4340.309260556987 -6099,683.0676901213351,2979.7649115992117,180.9428199085381,1193.8648591558544,375.6267902189083,2125.020781868458,388.43162047197166,2504.199545536481,81.21886375710818,915.847725123325,692.2257270165876,5082.433289187397,387.22472945622974,2964.82387125339,447.8037385544217,3350.730834248183,358.88565283707675,3804.5265028132344,111.19792807378421,1032.3889320871044,224.20489850170603,1985.072448309894,505.64345897202037,4556.035291788021,166.35433368311183,1326.4715268033897,147.8497987341789,1806.577502915041,201.15188694346864,3229.3887617779,303.35142971707654,2162.7432180538162,304.84495867843566,2755.180841015654,357.9180753175389,3883.952261356756,4287.342952189001,1308.5795967206677,33345.14760921158,13260.1338029708,1056.9172583670775,5983.510018645873 -6100,954.8574947088766,3248.3960227305543,250.66163641788444,1301.4939014360991,506.2949245987205,2316.5951881541373,547.1449174110578,2729.9575923520038,108.97590712981822,998.4130278655979,941.5430596280926,5540.623697568503,526.6905610503876,3232.1080210006535,608.9093306382724,3652.805183671627,491.6202423284379,4147.511339570325,157.12590058979205,1125.4606320949476,314.7397712257147,2164.030263199898,709.996668088974,4966.769983649929,231.84809448500047,1446.055296228355,198.84380264273207,1969.4436807345844,267.2265724495206,3520.523907364228,412.9708193235963,2357.7183691122145,430.75477666116444,3003.565298396422,505.74863125432574,4234.097471634233,5580.685772561773,1743.8960946176505,46190.987543387644,18871.096577822176,1379.4495770892668,8546.281865911784 -6101,1058.2776969453291,3806.7770399658675,275.86676535932,1525.2133874606407,563.1522217262137,2714.8048795317927,607.5611838470313,3199.22195752181,118.82976845446069,1170.0346153258483,1009.9344659896179,6493.025767610997,564.9480871605637,3787.689222292642,653.1812028779577,4280.701862508982,529.4649289791919,4860.44522588803,174.06860305830685,1318.920988593975,345.18159971203545,2536.014901537756,778.9611155685297,5820.529825872931,257.93242979641946,1694.6240734452938,220.27156277341143,2307.979979308132,294.8981229249828,4125.682178350799,443.191583859998,2762.996904145214,477.20256146600644,3519.861290299991,560.2829158696359,4961.915027357395,5976.056650587034,1881.499861745738,50749.734042332624,20947.493859310514,1461.6723732318494,9508.28565556526 -6102,971.6322218202995,4186.5904977845985,245.39118123729168,1677.3884595809768,510.71545822028145,2985.6690299069824,558.501668990207,3518.4178393029147,107.79469438773282,1286.77244587095,936.9650423055645,7140.854243671303,524.1296601043883,4165.598231819138,606.1924274411236,4707.8002082280145,490.29674582601257,5345.386289785912,162.18773897332025,1450.5136550434047,319.6670590470912,2789.0406445010267,721.5487358630908,6401.261383380085,238.1431018028598,1863.7017531414735,193.31931166995605,2538.254000432649,263.15101359248746,4537.313749511736,411.08787627615004,3038.66931602759,444.6316171706359,3871.0483111513954,522.0414119129609,5456.980034884138,5461.281313693562,1731.414473868053,46548.22082860321,19289.27061915067,1351.9380497296759,8794.05932854122 -6103,880.0702278160816,4398.103381140369,223.99199622400943,1762.132661284346,467.39265106728385,3136.5095445443285,518.7233553825356,3696.1736294703887,98.96885813658776,1351.7821358305828,867.5444038246612,7501.620999221303,485.2963909765532,4376.050554151595,561.2186183859639,4945.645394384179,454.7102785708385,5615.443289007905,151.10369318104682,1523.795798517312,297.71108316512084,2929.947195745294,671.9993086723483,6724.662789137141,215.08575642714453,1957.858784198309,176.01638047368343,2666.4904311523296,240.07686526317966,4766.545701945787,380.7030169765133,3192.1874852724222,414.2451204070141,4066.6195260419813,486.3646650038854,5732.674918872432,4997.646963937501,1589.8984173998572,43050.32712585438,17940.41979313179,1239.0457154671421,8169.604412392697 -6104,846.7976082975625,4468.41273180278,214.03405577477042,1790.3026228471429,434.1032241145953,3186.6506918327286,479.80175089057565,3755.261728430948,91.14049229991821,1373.3921153992426,789.3964472348674,7621.544078708808,441.58114005910926,4446.007361953714,510.68374734840285,5024.707909780426,414.40173835501145,5705.213386960759,139.2620234772166,1548.1556381689404,273.2854197366554,2976.7861776781365,616.9585314803002,6832.165190321109,206.8089628893651,1989.1576800805587,166.31533697779037,2709.1177171697045,223.08271509963222,4842.74507794127,346.4781117630659,3243.218716199056,381.7816260408914,4131.629680076369,448.24931787144055,5824.319115512509,4536.481452558804,1453.5255150934602,39777.774026423576,16648.081788454656,1120.8697298273698,7603.183269916536 -6105,774.4443506046481,4554.8373495884,195.15624500037725,1824.9292854199464,393.2617432828322,3248.284449631733,443.54347159669106,3827.8931255386337,82.52012668508573,1399.9552141475704,722.8264297752855,7768.954148788192,404.34248221294484,4531.998632230548,467.57802178200757,5121.8919629670145,380.42379208198366,5815.559256052969,129.41373362187255,1578.0988791657094,252.97455918883583,3034.360896728664,571.1897979083641,6964.307698335019,188.98962929654354,2027.6304449155414,149.53772638913355,2761.515397799394,200.28711250404055,4936.409745355599,317.3574654457158,3305.946569413632,354.782907935159,4211.540497935904,416.55015754306567,5936.968636412195,4064.8218090009377,1316.4748001831529,36543.10839314289,15453.363847808441,1007.9967980318177,7066.27949994209 -6106,746.0094324654258,4606.6921202597705,189.397723800135,1845.7052829636286,380.77840564669197,3285.264704311136,426.03904451093297,3871.471963803245,80.19421765424686,1415.893073396567,699.2454909765758,7857.4001908358205,391.1515210997133,4583.593394396647,452.30974971222986,5180.202394878967,367.66648102871534,5881.766777508296,123.83251634457947,1596.0648237637706,243.10041367775602,3068.9057281589803,548.8060261786405,7043.593203143366,181.97423586313113,2050.714103816531,146.0689798377681,2792.9540061772077,195.31380789203638,4992.608545804196,306.9581000383198,3343.5832813423776,339.4822096241003,4259.486988651624,398.5856272642979,6004.558348952007,3971.8268730647474,1278.4645826681772,35237.014266665145,14818.196942227785,983.4686592297523,6765.280448709628 -6107,720.4382619440673,4531.9640668133225,181.78583594382832,1815.764935436362,356.4934508954128,3231.972357004095,404.92235660155376,3808.6703794396694,74.70054322499738,1392.9249803482153,652.4308674711311,7729.940354996433,364.96384963072626,4509.240039926338,422.00646543336916,5096.171070162154,344.1508339271524,5786.354935206928,117.65209467014373,1570.1740513091336,230.19688901633393,3019.1230760326553,519.7418704637447,6929.334642857844,175.64240428342728,2017.4481791241844,137.5970859852265,2747.6477406837557,181.70618782654725,4911.6202990300635,286.5191905915505,3289.3449116775273,322.53881488109283,4190.39116825969,378.69240920993775,5907.154627255602,3631.7730886605177,1185.2839756632932,33286.89514317803,14151.490146969103,900.0375242763686,6477.981097404467 -6108,651.7390443927923,4436.7670226217515,163.94609529351993,1777.623535316704,328.0227241222392,3164.082539088571,382.3062341167844,3728.666620125313,68.87195618694754,1363.6656263562513,612.8187749663609,7567.567603861575,342.8052080132539,4414.52032965884,396.34272974797966,4989.122467079305,323.88694620235026,5664.808541997694,111.99023089457845,1537.1914578138508,218.39375327864195,2955.704304689447,493.1548256334353,6783.779169228911,158.78013783971537,1975.0702827792707,123.6119691541272,2689.931496791146,165.16205888732839,4808.4483127199965,269.20434356473635,3220.2499435132127,307.0170272128922,4102.369099385414,360.46829820028154,5783.070752845559,3332.0227018046626,1096.7240663161713,31165.424902045208,13385.693530426866,829.5723136965692,6124.794863250421 -6109,637.4967219974989,4318.566737330861,159.80368101859955,1730.26571644929,316.87744682820033,3079.787948703882,369.3597770719761,3629.3308975132654,66.55257308475497,1327.3360951334369,592.6383204739377,7365.959395638377,331.5164466654038,4296.912720395693,383.29350724830175,4856.206833701852,313.14391007626085,5513.891898782397,108.16291695563811,1496.2390102469847,210.9864173922444,2876.9611364616585,476.4234701558729,6603.051934946629,155.39150604193662,1922.4522684224746,119.81132910893027,2618.2688044044303,159.5041327755236,4680.346034761269,260.33175907895384,3134.4589925593996,296.52458927113946,3993.077537434218,348.1491402592041,5629.003476074324,3216.151642056456,1060.4365753807867,30141.935292035887,12946.43318353491,802.0413838699961,5929.1343435301405 -6110,600.6496008527992,4222.070078381131,150.53778731875042,1691.6036160609071,303.53548070903764,3010.9713098976363,363.7385130910455,3548.2349397257726,64.12644481265983,1297.6772971399803,584.2854106050853,7201.36995778294,326.84390541490916,4200.899911856106,377.88179995817427,4747.696820282284,309.3439016387013,5390.68617373406,107.52472342606265,1462.8061436824814,209.33727296755575,2812.67658223746,472.734381185654,6455.509361368687,146.36349872874766,1879.4958358427723,111.8176342293406,2559.76462761973,150.91323062918696,4575.765561064059,256.70687413751875,3064.42075098672,294.7750055916379,3903.853805412476,346.0949563032388,5503.225628539356,3097.695186145699,1028.8702690981813,29478.51398238928,12771.646472078319,778.409797942541,5845.389548576177 -6111,617.2549215819015,4151.565783929208,155.58546890723798,1663.3555488264508,313.2261067633971,2960.691138351854,372.12457857314143,3488.983009669948,65.90948117292957,1276.0074004867693,593.9876525372268,7081.114372599607,332.2712506589012,4130.749137745287,384.0950092058215,4668.415091563562,314.6305276092074,5300.667173993395,109.43827777117104,1438.3787625245125,213.1768347211784,2765.707731822704,481.39520039716217,6347.708892783001,150.25197384060039,1848.1101588238273,116.52076977264697,2517.01915071317,156.480372934251,4499.354910252709,261.00033560585786,3013.2480279051097,300.02094322166676,3838.6634004489474,352.254204951849,5411.327333876591,3169.761219027892,1050.7332884718362,30170.69038521093,13056.80218720285,791.5904959174084,5971.246149226274 -6112,653.34134592963,4143.443168053909,165.47223143725424,1660.1011626766604,330.626020608323,2954.8984909282426,389.2511851850882,3482.156749348434,68.99064634038488,1273.5108682125335,612.1169547866529,7067.2600402799,342.4126162348673,4122.667250026439,395.8354840364542,4659.281250379591,324.8738303851424,5290.296319819816,113.74372373548401,1435.5645476525235,221.4041381450198,2760.296573070047,499.9878077765046,6335.289481961214,159.15502032527087,1844.4942968342443,124.71514066315342,2512.094555807037,165.81499244815168,4490.551838466133,269.0147156969312,3007.3525519469977,311.8241622188079,3831.15298392198,366.1123492502575,5400.739971036593,3289.382647038641,1090.869906028982,31496.161166546768,13639.919244230165,814.9491008426357,6238.936338888575 -6113,713.3658424930957,4137.204998305302,181.04171733107145,1657.6017938105726,361.698137970925,2950.4497371674975,422.62175709843746,3476.9141807858496,75.60870542908145,1271.5935311934434,668.4077128810643,7056.619911768249,373.90115057169106,4116.46035950578,432.1889395834498,4652.266459499759,354.30239702615967,5282.331502848772,123.31231645592025,1433.4032303687763,240.33706630463598,2756.14080264412,542.716726194369,6325.751373293586,173.6004115480927,1841.7173144895355,137.02894923698076,2508.312466460549,182.2297452983262,4483.7910785143,293.7239930022622,3002.824825862181,338.0561010957326,3825.384983329899,396.9112350687369,5392.608875389578,3618.167337282872,1194.6730651573032,34321.03033634219,14805.787311528724,895.3580423045305,6767.380466239319 -6114,748.0317437288805,4133.176183100288,189.02304134165632,1655.9876191894218,370.5816423696963,2947.57658566362,438.15086526308573,3473.5283575733624,76.32001098105681,1270.3552518828535,669.0552247646452,7049.74816680802,374.26336278680185,4112.451745454987,432.619195758863,4647.736076824139,356.60695392923145,5277.187562075878,127.77618193464741,1432.0073805784489,246.90831829143812,2753.456869414463,557.7390274003255,6319.5913489954655,181.78307191721015,1839.9238479528294,141.43207302241743,2505.8698687628416,185.1258934829029,4479.424757367385,294.20294166136097,2999.900671433918,350.29362126342613,3821.6598188306334,411.27929181492266,5387.357546378624,3547.5075979672897,1192.4208528291786,35210.43843619162,15408.880155579565,872.4677895158326,7063.202627934338 -6115,774.4259736302714,4047.0764674284205,194.93315821478095,1621.4911310524483,373.93140754148806,2886.1745319635215,444.9434817286179,3401.170008759666,76.81718080185904,1243.8920136505717,673.4306328941825,6902.8922657210405,376.71092600656647,4026.7837481782894,435.4359926224413,4550.917374449765,359.4889196385247,5167.256523931497,129.72934115835932,1402.1767073030271,250.19682220665192,2696.098595034418,565.2096110447973,6187.945613559441,188.41034224158645,1801.5957164750666,143.87589192290025,2453.669170400803,186.32829431764907,4386.112210092045,296.1831381375027,2937.40863542771,355.648134186093,3742.0494153009436,417.5660185754772,5275.13151670622,3527.8286025558677,1196.6892378335065,35698.77761302052,15701.309493548271,868.6266530176598,7210.308651988823 -6116,742.349266758359,3761.615299481097,184.43014677181606,1507.1190019830472,343.0601180421982,2682.5977625535675,413.0201410586101,3161.2679533124974,69.49269383857688,1156.1538970434826,605.409978774816,6415.995686363999,338.66079530378727,3742.7539303387757,391.4155120164384,4229.917709778819,324.8070043404818,4802.783281511597,120.27956307373363,1303.2739552160149,230.15890044840523,2505.9288613924195,520.1006220205833,5751.477907486269,180.62015139440052,1674.5198824667575,133.3687626807971,2280.5992339229247,169.36005899843153,4076.7371033161467,266.4425420075962,2730.218060563046,329.74192118708254,3478.103377906902,387.1495670928306,4903.049294896477,3083.6165376109698,1070.8664067797772,32886.846435275176,14666.429625201925,756.8068402970563,6763.433202792366 -6117,617.0504420411252,3492.009475705348,151.88828862303697,1399.0994338699081,276.15588221372377,2490.3282394760736,335.96675912956584,2934.690756317828,55.61715892033385,1073.289010815763,484.45205456695624,5956.142760254719,270.9980407297244,3474.499955319558,313.22436188756404,3926.7473008308693,260.6550044568109,4458.553943863233,97.67438108348277,1209.864549860299,186.53657942055162,2326.3217082919077,421.55743416804165,5339.252888253239,150.18721952749632,1554.5022101642235,108.05965339074501,2117.1421054789416,135.56010257549792,3784.545590481666,213.27875541702602,2534.5354533046516,267.77066066895446,3228.8176717085144,314.38918953629263,4551.6336027213565,2419.149919098537,853.2788260611416,26632.362294681396,11970.719244927415,594.3316688929174,5535.338956209559 -6118,478.82222133307795,3220.454226640787,122.88246205764861,1290.2988140909808,231.37960753305038,2296.66848281495,269.31778724525753,2706.475258964866,49.46315076724405,989.8249576171504,439.02122926862364,5492.964798689094,245.5844532993073,3204.3063297564354,283.78820033147366,3621.384772833911,231.95795466905295,4111.835604432324,77.94312246355724,1115.779733808838,154.19569109447156,2145.4158787703823,347.9999503640601,4924.0472142779645,116.08200893732295,1433.6167321065532,91.10370871604167,1952.5030757860816,118.84801160753474,3490.2413431508803,192.8337472332746,2337.4379336462657,213.67815352553407,2977.7294678748876,250.8792462201698,4197.676946750955,2387.1278936326107,783.491416746422,22207.370024151576,9475.977619913536,596.0277623072298,4325.457534775859 -6119,372.2773611748302,2993.540865854585,93.41779808333304,1199.3842971567542,197.53296249599725,2134.8451102806703,206.4256128755256,2515.776881134785,40.297711357848215,920.0818431629978,345.27273368129835,5105.930232931276,193.14240380024168,2978.5307505667997,222.00664510028002,3366.2218263445684,173.10430744529742,3822.1154685944243,63.94713426664159,1037.1618397238187,136.0007979972243,1994.2497720427389,306.1304845930064,4577.098609072286,91.13441016694186,1332.6040277275954,74.2831614855342,1814.9296145001076,99.42330824922742,3244.3187690687073,149.287601064433,2172.7419436318137,175.3086756273347,2767.918505347281,205.82969139138652,3901.908425775709,2045.5022088410774,666.4359947909431,17646.156698378287,7264.253293767266,548.7902775084118,3332.724505147413 -6120,365.41157032864476,2860.070061457504,90.63140756537398,1145.9082318226538,195.28003607183373,2039.6603418405732,202.15495992391024,2403.6077880588564,38.9339301089507,879.0588308771587,333.51241813624097,4878.275877796837,186.56379103344744,2845.729191137912,216.18990954917277,3216.1345701236787,175.41991966294646,3651.701617923243,64.4188103514969,990.9186677608479,136.8883223320274,1905.3336245201451,308.1373843191669,4373.022880517555,89.54791520587982,1273.188192269202,71.7749861780948,1734.0086829255658,96.07435148918347,3099.666714784982,151.4198218065527,2075.8674969617737,176.6017579633825,2644.5073591597707,207.34789770502132,3727.9369052221195,2011.5592240646417,653.4564050069193,17448.74339130666,7186.590984843178,552.9330523517168,3318.395563658627 -6121,366.9253884466724,2765.327884007075,92.69134609503328,1107.9490774283997,206.80470637162182,1972.0949123605749,208.63626111367955,2323.9862995343915,42.26931315068132,849.939282770044,362.6091049170115,4716.67896970192,202.84021103204498,2751.462066833531,233.65236250298923,3109.5974624306464,182.53220665192197,3530.7359928696405,65.92404614019009,958.0936703857493,140.47181199787374,1842.2178782350472,316.1734461604848,4228.162894280139,90.27709973287612,1231.012784307941,75.95301127796301,1676.5682165005587,104.19474590472736,2996.98770076821,158.3683137513899,2007.1026756341087,180.72830555068106,2556.9058738441277,212.19287193898953,3604.445923459747,2228.7722015183244,710.65657813354,18166.169575829837,7320.363297311397,601.7866812149937,3354.911724693903 -6122,419.15181408543503,2736.9312274793137,106.22863660665897,1096.5717468832802,247.46847335972606,1951.8438230809552,243.92401145623325,2300.1217006545385,50.937239752559535,841.2114085740554,437.4222934708356,4668.244238533528,244.690023263624,2723.207795897739,281.29893247163386,3077.665563290973,216.21526449535585,3494.4794976237886,77.29389924097023,948.2551781632853,164.92257854366116,1823.3004729464785,371.18950906628845,4184.744647154116,103.64432127492678,1218.3717346083943,89.49002353689367,1659.3518379059376,125.46603778009394,2966.212171092748,188.24819076376576,1986.4920979063982,211.89833235538333,2530.6494655920415,248.78956046518337,3567.432514144588,2738.1307876459728,862.5351319952804,21398.084303867665,8498.31002788909,733.778008194627,3883.6926728115827 -6123,608.6079890807204,2731.6677703751125,151.2277513103653,1094.4629038500868,312.717337831557,1948.0901861120246,335.11817992569786,2295.6982822711007,64.22833125796733,839.5936550404119,550.0649800350915,4659.26662775005,307.7013100848399,2717.970730649032,351.94973913708805,3071.7468319356444,266.3783969625668,3487.759181544019,100.17274368234634,946.4315662274108,210.64495450203054,1819.7940407310582,474.33993468441054,4176.696865857611,149.16292137624018,1216.0286551412537,119.03362227486087,1656.1606991838885,158.51704131628566,2960.507778389069,230.0026967566034,1982.6718280215775,274.61982824255307,2525.7827138175803,322.4307884070668,3560.5719003952154,3195.2457029058064,1049.51231423364,27935.48139693262,11499.511355064928,850.2772851883926,5276.406332226731 -6124,881.0832389656747,2794.2443927412482,218.4580228346939,1119.534690606412,434.45717825583966,1992.7167344915763,479.44376133328706,2348.2877831006754,90.48187211691074,858.826936503938,774.4460539475012,4766.000386309502,433.2180270310581,2780.233583349702,490.6517681735824,3142.1139327928668,354.43862687222315,3567.6562288989144,139.1182600174004,968.1122740197314,289.55936336143895,1861.48160087507,652.2810759465139,4272.375991023225,215.3546831756935,1243.8852513073111,169.7816571038104,1694.0997720735004,223.4077319936751,3028.3266322297095,304.2085198922401,2028.090567300053,381.3875038955754,2583.642953183282,447.7865795657029,3642.136930240667,4285.426147016943,1441.650809803047,39095.22341031258,16419.749836962343,1099.2633555250075,7503.000385990483 -6125,958.5991339179503,2956.891628824135,234.8958288204007,1184.7005091722701,475.4045926580077,2108.7086892408197,521.5363960895405,2484.976799437516,97.02497013165275,908.81749132397,830.2669207566423,5043.4194953956385,464.44370848808944,2942.0652789491796,527.6245248127466,3325.009941443322,389.13574315447755,3775.322181967192,156.27113218831025,1024.4641042305288,322.4271237765095,1969.8346276138855,726.5498965887839,4521.062236310846,235.11982682553167,1316.2892610120327,181.83283343481799,1792.7098457994025,239.60142423810046,3204.599315452365,332.8406206635606,2146.141560317711,428.4114610747765,2734.0315113394404,502.9973474273681,3854.138252200163,4581.470409495921,1554.9786662237002,42755.08168345246,18209.638570752482,1178.6426497879213,8356.511918083796 -6126,893.4661076121763,3145.9860961459704,212.61341921169563,1260.462606617459,439.7019760058212,2243.561499686053,485.39043746831703,2643.8921142959166,87.66010584112195,966.9367533690971,749.7970368413244,5365.948300193821,419.4295926984627,3130.2115949405425,478.9618124350314,3537.645730184441,362.4550174885304,4016.755628498775,146.18412662096637,1089.979015968045,299.9018752133028,2095.8063832202547,675.9314650403951,4810.186073982244,220.48890060247064,1400.4665146611642,163.58370050037084,1907.3543968710474,216.54470093233869,3409.534793854176,310.29621770583066,2283.3882186630876,400.75831277757317,2908.8739801124457,470.5298214498567,4100.612019679535,4162.654570767402,1418.5799079457256,39437.31188172958,16832.634170843936,1092.555132204703,7780.8185601424975 -6127,807.6288907011369,3404.1552785341805,193.58655374711444,1363.8999997388057,398.9798952369917,2427.674976449728,437.01556436863507,2860.857938241104,79.00351774630322,1046.2865226971392,675.6579268409007,5806.294329407221,377.9568538336853,3387.0862738076544,432.3546300480825,3827.95569272996,331.63648484300177,4346.382805724117,135.08675105642058,1179.4260073954727,276.5876708317995,2267.794625972762,623.4297533936614,5204.924565476686,198.67793527613532,1515.3930540680196,148.3708050442545,2063.8776967572107,195.1805108368907,3689.3315835258886,283.0948745028031,2470.7699970534295,370.33527294208005,3147.585021472726,434.8101693669278,4437.120707276357,3738.7149681684746,1279.8856155616943,35931.08840731259,15477.580425896153,981.462838397183,7157.194431506292 -6128,794.7956834052824,3606.0509874669824,190.33391444797957,1444.7910093520002,386.7306951659067,2571.6569985153587,430.2490032820778,3030.5314385186625,78.05289761157105,1108.3403192964927,667.5905627461983,6150.657560221109,373.44404427305307,3587.9696438404744,424.63356405017413,4054.98641404296,313.9864007570989,4604.160717145616,127.5366860477549,1249.3761214218305,261.15577540719323,2402.294367101469,588.6440051814988,5513.621393061228,195.4710587964032,1605.2689057637886,146.1983708466416,2186.2834087894835,192.81886511619643,3908.140701970354,268.715913972855,2617.3079247768082,349.63705225168195,3334.263905759739,410.50841497964433,4700.28015727704,3658.3382374387006,1250.7718727951487,34750.47831730763,14836.788260382345,947.9076687169741,6838.418567358576 -6129,721.4856543162014,3726.2656835119546,171.76748807459612,1492.955916792691,346.2782006354851,2657.3881668995327,385.6475301401444,3131.560075385542,67.9820248267401,1145.2889911432562,580.9247206266662,6355.7016462999,324.9639662319374,3707.5815632647887,372.3086375557537,4190.167242302153,288.49572173362276,4757.64933477125,118.62608829177015,1291.0264949757752,241.93480328050808,2482.3795040436144,545.3999657931905,5697.4286443113,177.19297528905747,1658.7836547918914,129.4007591229377,2259.1674019357947,168.05102895610466,4038.4261439181296,245.86808129401243,2704.5609552321966,325.2089819469823,3445.418052874609,381.8274489401095,4856.973102661647,3167.2189548455194,1096.531040206369,31429.5826135804,13634.153029727233,838.2361422640774,6323.239868395711 -6130,691.1395385973757,3783.578848773889,165.56256330243707,1515.9188605158229,330.73427810780635,2698.261078310154,369.90703188893747,3179.726157831679,65.72891416083169,1162.9045190731385,561.7594211904944,6453.457794075874,314.24307332160873,3764.6073507167516,358.82919595622326,4254.615611804047,273.07959484799574,4830.826066046376,112.03004283920673,1310.8835908322214,228.96150228747362,2520.560631972206,516.1144566068922,5785.059988180407,169.6520540839664,1684.2971714908085,125.13030354272406,2293.9153361033573,162.46289126554302,4100.540605055091,232.78367863674436,2746.1594246258514,307.12617016928846,3498.411540465849,360.59644280551686,4931.677518757727,3048.0667726915653,1053.8499354413552,30021.630287539007,12982.584409421468,798.8525866166418,6004.06023981611 -6131,661.4231648065378,3709.110718279072,156.89141854249294,1486.082653042301,300.6285073912189,2645.154095181257,347.6808450386554,3117.1430131627294,59.33168860570411,1140.0163148250854,506.4119428344193,6326.441295580601,283.28220102799315,3690.5126159008587,322.6895391124941,4170.876569154577,244.0271436989908,4735.746090112827,103.58926623422451,1285.082872991428,209.81737328067084,2470.9511364220784,473.11622162512253,5671.198847884687,162.14081417232637,1651.1469540454195,115.48817977127199,2248.7666571883233,146.79177363426592,4019.8340557583865,206.80874483987915,2692.1097096426734,283.9860969688927,3429.556052703407,333.42771251554313,4834.612591686307,2627.4922385030354,935.2887985479077,27643.80353318764,12183.396783199516,682.7747124038565,5647.018050540005 -6132,627.4241270076296,3571.8060424664873,150.46644118219672,1431.0705187587089,300.7194709390816,2547.235199494664,335.9495162506864,3001.751927969578,59.88728923756605,1097.8149403132074,511.8648811642074,6092.24770118176,286.3325247693457,3553.8964087298777,325.9088707226771,4016.47814358054,244.60931078039752,4560.437200456562,102.4485704497457,1237.5113927444702,208.28975397715055,2379.480924151741,469.6066916756462,5461.261162433551,153.93625670120062,1590.0244331870153,113.93980960444708,2165.521318805259,148.01747116348025,3871.026955143612,207.9336718240012,2592.452600699347,280.8589221617023,3302.5999929457707,329.75610058197736,4655.643840144449,2739.0466466380426,954.6842284756095,27287.77084067013,11910.423210872708,705.2454507108012,5498.8630717556425 -6133,610.219426857364,3449.252033553681,145.5630496565174,1381.9683483089107,287.87839417256254,2459.835749012097,324.7761458489681,2898.7573285538765,56.954280033394284,1060.1472673264486,486.56518220425505,5883.21356825497,272.18010496935636,3431.9569061442585,310.33016371463515,3878.666769627392,235.30089706025845,4403.961777472759,98.64315961172834,1195.050525482099,200.49273814335538,2297.837373824755,452.03263739521,5273.877121637802,149.74616873458783,1535.4683161303851,109.20369398666126,2091.2190426316997,140.81661230170937,3738.206229067797,199.90653125770865,2503.5016735340128,270.4265307514943,3189.2828463373803,317.50744319663545,4495.901734919185,2588.321087201469,907.2329894335647,26234.889735857403,11482.095864192788,671.8838718333919,5312.875847249348 -6134,582.5238805208929,3395.1229291765967,139.42390189738654,1360.2811221382065,278.17248161911965,2421.2335521550644,310.2490126782088,2853.2671363398063,54.52410031855784,1043.5103786532045,465.8171892893597,5790.88831100763,260.5738678278154,3378.0992141625725,297.55878234606314,3817.7988607663556,228.52336611902422,4334.850415239274,97.09595063603268,1176.2966002831147,196.55158366490687,2261.777417103883,443.21268549586983,5191.114179871863,142.93764711569884,1511.3722153111307,104.55898770669295,2058.401546915872,134.8053413085693,3679.542567152722,193.4539928842709,2464.2142274220187,266.1849152427063,3139.2334378284922,312.5273678635091,4425.347559141016,2474.8025480923593,871.3912308849469,25364.11885730024,11209.146423604703,640.5922750697667,5189.595515164453 -6135,581.431726152924,3364.646882732633,138.7801387811893,1348.0706686377243,275.7230101267937,2399.499544955196,307.0424900611626,2827.6550146057584,53.040005335629765,1034.1433921175192,452.86692904780654,5738.906870335355,253.32961090018597,3347.7759797198937,290.96331524206073,3783.528698000071,231.36188147405625,4295.938981003074,98.55735830387056,1165.7376689660684,199.5082537554408,2241.474755006672,449.87994685933444,5144.5165631899645,142.39471643337083,1497.8055048300143,102.85968454849927,2039.924471872422,131.192875324156,3646.5134508266497,195.43620285832654,2442.0944076660357,270.19130967677154,3111.0543627123793,317.2312704342454,4385.623784610185,2402.1088995193927,852.3609567947794,25318.05789188697,11293.25474983344,632.0418816138584,5248.157565918163 -6136,601.1276057614184,3416.631611728246,143.2027573007474,1368.8987349455776,285.40212143465664,2436.5724794761245,315.66986753758994,2871.343070069095,53.66486502995459,1050.1211947980107,457.96528057617553,5827.574575679562,256.18158203358206,3399.5000485774312,296.8002413511722,3841.985267401766,246.97222498291848,4362.312431618421,104.50131260332427,1183.7486397791365,212.1890661257457,2276.106162625558,478.42066304286016,5224.000773174482,147.221974431773,1520.9470159515286,105.09506943957612,2071.4418716287023,132.7880664787979,3702.8530965983705,208.3618392871294,2479.8254446481737,286.4864379601074,3159.1210168288058,336.36335966907575,4453.382890354594,2456.247477358016,872.9005741861454,26363.83406361134,11820.437653259705,664.0253461592365,5518.517713550751 -6137,649.2404778632479,3470.630757781089,154.50549979268152,1390.533892352111,303.95039808043475,2475.0819964916323,339.756288105947,2916.724045084441,57.55701394405312,1066.7181400397603,491.09349154968686,5919.678169630325,274.71319972839717,3453.2284338676805,317.1159206623342,3902.707038773061,259.5958688393416,4431.257864691887,110.81861935953113,1202.4575387631141,224.36174437047393,2312.079543157861,505.9204233230881,5306.565009764251,158.7857756696911,1544.9852645502585,113.0273962315812,2104.1805759660638,142.43692619085604,3761.375913190323,218.8262605636787,2519.018565706777,303.80509803241597,3209.0502619369886,356.6971762656559,4523.7676729281675,2592.7915876030247,927.8096688592807,28128.224032643633,12643.626884335585,693.207118402223,5895.021369857885 -6138,677.9977583023011,3496.6881014410164,160.3326743457454,1400.973959888123,309.3101432196337,2493.6648036728593,350.6922091041701,2938.622681415472,57.9435138717287,1074.7270130957536,493.94676939574435,5964.122853950717,276.3092972134832,3479.155121642168,318.770993756284,3932.0083922187796,261.56988808482606,4464.52755457957,115.06880670806233,1211.4855372771517,230.8717287270105,2329.438535061589,520.7737669231062,5346.4064673445955,165.4990677341675,1556.584946221278,115.43123606144839,2119.978671533437,143.486519252743,3789.6161587377446,219.37570244991525,2537.931246724542,315.45682760222314,3233.1436706955546,370.37745702156946,4557.73192240267,2527.806198084443,925.5957422351893,28842.138016778612,13172.302001182805,672.0774626361919,6152.4657671237255 -6139,715.6760470892335,3441.649269884795,169.48988459092868,1378.9222447920133,323.99603110725616,2454.413834439868,370.6449588172186,2892.3679529187943,61.23691304753922,1057.8105145901188,522.0381875213204,5870.245921374454,292.02337913673045,3424.392264005791,336.2294910433225,3870.117499665969,272.4930352258939,4394.254664082603,119.085938414945,1192.4164220216287,239.37240725600043,2292.772532423553,539.911719664007,5262.252560433079,174.98316073798037,1532.083871440626,121.99627851472111,2086.6096247038886,151.63857949327996,3729.9665590672607,228.93103003511277,2497.983511514136,326.4696438516224,3182.2531008974815,383.307590466776,4485.991969544949,2669.4630920637505,974.4973573236094,30208.35386683505,13717.001904536957,708.6991683880907,6400.771910229304 -6140,691.6200974502685,3230.721211594409,161.90022048932718,1294.4123575782194,301.71641028114726,2303.990388079573,354.52909736245493,2715.1036507399376,56.881099578160594,992.9805739468304,484.4506085234028,5510.476672160974,270.99723182620943,3214.5218343278884,311.1466317616614,3632.9299463893644,249.3867038798503,4124.944362176261,111.29284673680309,1119.3369008829127,222.20891395503642,2152.2555824259666,501.3241602574227,4939.745347243714,169.09650760916742,1438.187180987968,114.72496654223237,1958.7277628302772,140.94771943727235,3501.368424249629,208.91975595209362,2344.889814159346,305.1051746411522,2987.222632966235,358.2235945458908,4211.059371408924,2393.1850785995857,893.088825323018,28316.039087169196,12971.320670588333,631.0453276559526,6061.211635125295 -6141,582.1019736198243,3059.4964991982306,135.4670149481441,1225.8099096625697,250.9637011744303,2181.881401966286,297.24077620511974,2571.206108588868,47.02927970817776,940.353682905022,400.3727285377887,5218.427398466149,223.96483609165642,3044.1556713179903,257.84496878184416,3440.3886082529816,209.32942277544066,3906.3267948265534,92.71427892493566,1060.0132618637724,185.72427154748559,2038.188376075442,418.96010841323204,4677.944213380248,142.39372622841958,1361.9648237159192,95.32821304895019,1854.9173205521245,116.57135075476589,3315.7997037782848,175.47932292327573,2220.613202921815,254.17272621319913,2828.9030805525576,298.4238721179001,3987.8778021775497,1978.2393693093452,739.6144113258896,23633.53969444933,10812.178785647431,529.1952950860938,5062.858900673873 -6142,462.5802858251781,2839.6010770155303,113.15368646627957,1137.7071817556653,221.27201296422035,2025.0628757271838,245.09669623968338,2386.4056184052533,43.49862322662392,872.767571870855,371.5924665776286,4843.362973252328,207.86542123859462,2825.3628416122683,240.22134938927633,3193.1172988455037,195.14349431491237,3625.56707506316,76.26103589569628,983.8268489040323,159.1878669257724,1891.6975095023204,358.56036618936974,4341.725976811604,112.89887314319816,1264.076223422543,84.45186789002749,1721.5987083478933,107.55234501015772,3077.48298208023,166.54213460534658,2061.0109030371987,209.06677614507714,2625.5811165055115,245.46503394737638,3701.256760724273,2072.4367474423716,707.5213233211763,20397.105236603,8761.83131699582,566.7765230047806,4063.004928006463 -6143,370.7178419352094,2645.308131751614,95.38984770379702,1059.8622756593684,192.14982237665365,1886.5027682337825,203.67048473374518,2223.121493762777,43.21328881963997,813.0505280078315,375.42127625503895,4511.967389318956,210.00722229222555,2632.044113717916,237.10692276815803,2974.635847493927,164.47810207396242,3377.496277031817,56.16429336495428,916.510838338145,119.74211628329489,1762.262609774815,269.50987985326327,4044.653710431784,94.13641417569438,1177.5848164165334,77.16664834654333,1603.802414243432,105.53398401788363,2866.9135336363006,143.93834696645217,1919.991137333697,153.97230853692076,2445.931977658398,180.77869013364568,3448.0070760978265,2149.819475623294,688.0803197985568,17276.919630753328,6867.192333028508,537.924737950388,3071.151497191623 -6144,392.02955016862273,2512.032271144044,101.48084666782636,1006.4643159969273,214.80146729217049,1791.4570240510673,220.8555060301849,2111.116231782113,48.62574198561005,772.0874328065435,422.9115670149264,4284.645539880345,236.57285583282123,2499.436520597728,267.15598650998515,2824.7678045955104,183.99728955515656,3207.331328148446,57.407456096237986,870.3352078815147,122.53498485293314,1673.4763307341343,275.78471504068756,3840.8760492787687,99.89529069551615,1118.2557620948355,84.65762517252806,1522.999673558075,118.65385406680572,2722.4727541684424,161.96586329573617,1823.258182818634,157.38039264436287,2322.7010824000276,184.78011731664424,3274.289653566924,2492.811365090047,775.0749737675663,18636.90609588022,7207.460231120672,600.8969476672263,3183.7356299213475 -6145,409.88943275916216,2432.1707252207843,108.65504494841687,974.4671967260413,241.94420711924298,1734.5037241117143,239.43613023762063,2044.0004515310006,55.83099481530955,747.5415315933517,486.26832900955355,4148.429767305015,272.01404801203705,2419.97541384169,307.1938532612328,2734.9638931009695,209.69029763569043,3105.365106975108,64.4009736728347,842.6658518898402,139.41970708743685,1620.2738267800166,313.63250714558296,3718.768422510372,104.92755794485358,1082.7046129617813,94.47872914674173,1474.581064542525,136.09101011950432,2635.920966844935,185.96453311410454,1765.2938728972426,176.5528593762961,2248.858679462419,207.290485936588,3170.194719541534,2980.2891347664886,907.4643296225704,20820.491717443383,7795.1166633389075,733.5966397344353,3425.3513819226705 -6146,486.0901264082818,2401.6296996147,130.09301314726733,962.2307088434738,304.2907819548742,1712.7233769910836,292.3515742972417,2018.3337211975904,70.66623144434595,738.154573341919,616.085993929489,4096.337494984451,344.63286036666204,2389.587526053293,389.2818545101575,2700.6206615898136,264.064680300883,3066.3707081588987,80.16674205080858,832.0844074652904,174.94222456630374,1599.9278765885206,393.43445556877697,3672.071453240389,125.06287026194688,1069.1089763704026,116.8648862429574,1456.0645938098414,172.1253096079577,2602.8214278573014,235.37750596240366,1743.1268906145642,219.7741234139515,2220.619522645953,258.0365166540154,3130.3862484084057,3875.3500059640455,1164.434948907212,25857.67760076225,9466.128471968977,962.3355271484921,4146.956444025145 -6147,687.0773402974897,2395.781417445115,180.04997591657704,959.8875513207054,388.07271987327334,1708.552671745102,392.7939427206278,2013.418814825536,88.65090008759955,736.3570704919312,771.4881563964257,4086.362377864454,431.56340624152045,2383.768568150032,487.35334356454274,2694.044297354927,334.4528595251663,3058.903694763478,102.88430762965379,830.0581731942247,221.62166800934747,1596.0318431264195,498.6365276347213,3663.1294793761945,175.37558033718054,1066.505556299085,152.65063771928624,1452.5188862417228,216.2232619774905,2596.483217537204,295.2836076403253,1738.8821488397016,282.0534793347064,2215.212023912153,331.1586286279452,3122.763348806765,4627.001508427796,1427.571999366401,33572.61101435771,12727.995920356583,1139.3508270265531,5619.123718739997 -6148,800.5506156931505,2430.676166673115,198.9733806454561,973.8683907856572,363.8525610966346,1733.437878963611,415.5222382825201,2042.7444219626,78.94069977217819,747.0821705073081,683.6519688661543,4145.880574888612,382.4286477004514,2418.4883492609015,431.7157789157025,2733.283269441777,305.37342899232306,3103.4568733481933,111.17297891866158,842.1480373142796,228.41648882490838,1619.2781754171135,514.7867610616157,3716.483255159646,202.2627134066003,1082.0392955902978,149.57519677377775,1473.67494076125,193.2379253042407,2634.3012046419253,262.94545110319285,1764.209107333901,304.77656150328886,2247.476765385813,357.8377702818519,3168.246648393923,3561.8521353001292,1208.005335126252,33612.7472726325,14186.171438612952,863.4907197116602,6409.819987212764 -6149,883.9316101333025,2508.9131894213147,217.87906659730714,1005.214632826585,406.0568057002064,1789.2326494182412,461.6440561611917,2108.4949501494093,87.64414609224166,771.1287652656526,759.1754844080981,4279.325480999998,424.6758103411022,2496.3330784731693,479.54691101223546,2821.2604126995234,338.71857313566915,3203.348923686815,127.3966848663131,869.2545503315563,260.248090031526,1671.3984476206997,586.6490181746832,3836.1069997636846,224.26695244557712,1116.8672723254351,164.56979841635885,1521.1086307955732,214.5117924847377,2719.092377608117,291.93573719459357,1820.9943220636696,349.2532442517412,2319.8170850180277,410.05778649877385,3270.2241098513123,3980.234272805854,1350.5210746832947,37508.28015255945,15909.206915665309,967.5658887387298,7204.0889790015 -6150,791.3639096834634,2603.8503106612548,186.72655735900366,1043.2518928924987,343.41888952846585,1856.9371031556216,404.77050512695496,2188.280269769139,71.13115604162937,800.3082304573185,614.9980561207668,4441.2548947907435,344.02427792425084,2590.79416908625,388.72299061534335,2928.0167337150287,277.4186108770393,3324.5634505282287,115.14220966177963,902.1470892129956,232.22052323639736,1734.6440623877108,523.7156497394593,3981.2650534028176,201.7981218644795,1159.1294614233916,136.17813666754836,1578.6672881097654,174.334899303469,2821.982666440757,236.9340329026891,1889.900635546312,315.65805905302847,2407.5988212628117,370.61372261007654,3393.969189636372,3047.4775170968096,1095.3266464711724,32280.592611319404,14098.73702795838,778.9327303161779,6498.750958529182 -6151,721.202331118693,2840.1209229187934,171.98385888800303,1137.915461863155,313.3341014531408,2025.4336040834723,368.564011272323,2386.8424977945074,65.49145758975105,872.9273494714519,566.3159358177621,4844.249647940558,316.79194585688913,2825.880080921104,357.85280647488025,3193.7018629801914,255.2223338209658,3626.2308077988014,105.85490982295926,984.0069581317202,212.7982653394868,1892.0438226547162,479.9711575249337,4342.520816791207,183.3387928859464,1264.3076379164584,125.67142665072794,1721.9138815047293,160.49613891058635,3078.0463770350866,218.1483811131731,2061.3882124005445,290.19727408479747,2626.061781764498,340.72024760754044,3701.9343499742427,2816.1973713057205,1004.3090618917195,29565.733117111427,12956.915898351488,704.6639328297985,5947.69109549835 -6152,707.7467365502796,3063.7202581927554,168.45300396736354,1227.5021899553801,307.7168015942398,2184.893577727545,361.6457463995766,2574.7557628966197,64.26280274923383,941.6518793001627,555.696653298701,5225.631649122204,310.85161651058587,3048.358251677482,351.1444308383906,3445.138204251074,250.36145854940412,3911.719637387258,100.30120246920075,1061.4766531604405,201.80655623839752,2041.0021777870118,455.16467952745177,4684.402305080084,179.85093559253903,1363.8450713893205,123.13916761326102,1857.4781091390164,157.48407517399764,3320.3772997410674,214.05579269158065,2223.6788495050555,274.97199319966035,2832.808495980964,322.8442648318978,3993.38322921119,2763.0429650423066,981.6993046825689,28754.574401759346,12511.473002846122,686.7705167876445,5736.65977596391 -6153,653.1249707304336,3226.627410924125,155.29279114974418,1292.7721460495798,279.5545575307709,2301.070892159839,331.597011702573,2711.6632136309104,58.13350968261097,991.7223209831843,502.4661367415231,5503.494084801496,281.0749532514715,3210.448560659833,317.4948350140058,3628.3264878810132,227.06080219398444,4119.717448775575,95.18080693785559,1117.9185358012514,191.4433248921946,2149.528356902966,431.7960141669998,4933.485960720046,165.82498580331563,1436.3647855350912,112.41451912429305,1956.2457656218514,142.51144468820414,3496.931673609968,193.63981478832758,2341.9184926294975,260.9346204607149,2983.4373809385334,306.36300348836335,4205.723337579879,2464.6071040297797,890.5956934490963,26530.26779085767,11651.771565771072,628.8440504792193,5367.289098627281 -6154,626.7439581376564,3373.4193028354357,150.08891767379305,1351.5854036591754,269.9392982130588,2405.755600576622,319.01696309823325,2835.0273715152516,56.54034298891204,1036.8396454238468,488.81765634440325,5753.86954063987,273.4401183659765,3356.504413439014,308.83523886688704,3793.3932408084715,220.57377079636268,4307.139497072315,90.10281912322935,1168.777019280752,181.72750214255532,2247.318803100294,409.84062969193405,5157.9295191675255,159.05071599336125,1501.7106335340372,109.19736080682314,2045.2430313138573,138.58036508988712,3656.0207628912053,188.33286812713789,2448.4615180408855,247.0135068902158,3119.1656078990377,290.0182418855126,4397.05812990475,2415.7562092989965,864.0326472730361,25512.3158151447,11145.366226021144,608.280214255836,5116.327766451949 -6155,616.1214324423581,3322.60423027374,147.27537845583763,1331.225968855876,261.8877739917713,2369.51680710489,311.9714183342114,2792.3222973263264,54.600590194548616,1021.2213433133528,471.85927963670855,5667.1968587196625,263.9537578099255,3305.9441361621293,298.1197904868386,3736.251944253754,213.49443602821623,4242.259449136053,86.27722869511095,1151.1712953218969,173.58999230037875,2213.466602173828,391.5236400632397,5080.233703955848,156.29684032707857,1479.0898064267867,106.24316674597277,2014.4347730712009,133.8654841039206,3600.9487591835045,181.87194580710818,2411.57942941372,236.52579388888583,3072.1804535293713,277.7046314909305,4330.82360408067,2299.99708773905,827.8502629068114,24709.519303294175,10836.11366020872,572.1241458078791,4972.588979234558 -6156,568.9725953517516,3182.2454455973984,136.41656474758526,1274.990183258624,245.45556469614013,2269.41987221114,289.74244736695033,2674.3645338026563,51.54113689896621,978.0812710390229,445.6292432978832,5427.794026337805,249.28091580403256,3166.2891339407643,281.53305191184455,3578.419188440742,200.94295799420328,4063.051111550385,85.0258573814058,1102.5416684486536,171.61944806664252,2119.9617906852823,387.0334987414303,4865.626311940251,144.3156247822111,1416.6077191033362,99.46358023132632,1929.3377837933829,126.32059604903405,3448.831697838784,171.68072965835245,2309.7056176672368,233.09520625990862,2942.4004722620057,273.67678295213653,4147.873997209707,2209.046496909314,792.1398662769262,23443.0987313378,10295.171497221934,563.1156549454657,4732.576027408278 -6157,557.0883761270937,3073.9222576811076,133.094637427197,1231.5896965351299,238.32901290013191,2192.1691385763115,282.81745897716655,2583.3295407751516,49.77664946321201,944.7875219767865,430.2525175101543,5243.032680194835,240.67931628137677,3058.5090966316725,271.8372635728731,3456.6103019737966,194.39002285482226,3924.745422503404,82.31415438880894,1065.0113049431814,166.27480679410414,2047.7985891492526,374.96963356382264,4700.001075820287,141.36767669570833,1368.3865913545646,96.52023284319327,1863.6633966724937,122.02137889535666,3331.4339513470713,165.80350435576682,2231.083562916551,225.66117398029758,2842.2415735438763,264.94849517955254,4006.6809490510686,2114.013666022905,764.0286358641875,22768.643293498666,10009.191779779034,543.216152039777,4610.212743199738 -6158,535.2912248095545,3014.659667130361,128.60432764777445,1207.8457011462096,230.8167878012122,2149.9059935820605,272.6997581513679,2533.525157970722,48.51179316161162,926.5728270760108,419.4366784853687,5141.951496962515,234.62903502664042,2999.5436586358037,264.9866459899565,3389.969813422893,189.1904336118949,3849.079689445731,82.91607100529536,1044.47879839099,167.56962398723147,2008.3187847996467,377.883038279946,4609.3890772089335,135.85720222786614,1342.005268900511,93.67814529602259,1827.733561256053,118.89619375481139,3267.206755713805,161.59015099557925,2188.070181122904,227.31130586008322,2787.4455883173964,266.88591290492155,3929.435569159706,2081.416169168032,750.6252857384243,22293.70228720209,9831.918667799973,541.5793015398908,4531.465574355212 -6159,552.896366643263,3001.338573312982,133.85801845749714,1202.5085063453112,243.43271112513142,2140.4060491102814,283.807235562193,2522.3300878651326,51.58557754920603,922.4785129838789,446.290564233078,5119.230385507619,249.6508526760963,2986.289359013967,281.9348807365126,3374.9903096284647,200.55374331199303,3832.0714837723917,84.25123167963565,1039.86348469063,170.30100623065385,1999.4444819258542,384.03977667281004,4589.021237678726,140.228082379586,1336.0752535540498,98.68607867249722,1819.6572233171041,126.371462462647,3252.769713885111,171.82833112612477,2178.4015978066677,230.97159888576147,2775.1285017163204,271.18345825560885,3912.0722891726327,2256.037576068856,796.173648404194,23173.047158119214,10131.067774871215,568.1613983538787,4640.146669686574 -6160,576.5770025550861,3094.1313254745987,139.68117072189085,1239.6866090737767,252.22892673569999,2206.5812450066505,295.3496076341806,2600.313276031305,53.39630296545266,950.9988941201004,461.8763370353018,5277.502258146191,258.36939118335226,3078.616832774442,291.7798158828091,3479.335298272488,207.83498104643672,3950.548107043448,88.9403675341728,1072.0130713699834,180.177507679138,2061.261551789938,406.27884762051184,4730.900569173898,146.28583841097318,1377.3828557601746,102.60078973924784,1875.9157884932335,130.8239629405023,3353.335993405578,177.85986719596642,2245.751506734342,243.82668935889905,2860.9274893967245,286.27660350598404,4033.0223071397227,2323.6152330231052,825.8274632745423,24193.11206292307,10610.936089565326,593.5616466673155,4870.263161489374 -6161,615.7070504090251,3221.818826864215,148.4935782486435,1290.8455512671942,264.017537444667,2297.6416481215283,312.64204116579185,2707.6220713345415,55.58157675429029,990.2443752716991,480.50379822435457,5495.29232780892,268.7894223059669,3205.6640876457873,303.5240221893975,3622.9192590033617,216.90928007038863,4113.5779088992185,95.35248995033666,1116.2525221693918,193.01694399847324,2146.3249539447156,435.24271696387973,4926.13367645252,155.93353569183643,1434.224197257512,107.86193525491524,1953.33040818889,136.23564120030713,3491.720260030767,185.1393073340661,2338.4283741562153,261.4052830148845,2978.991218550788,306.91560779004755,4199.45562469397,2374.8985227431913,858.3153257935663,25604.202912289962,11317.11373906093,617.6942808445154,5213.832447013524 -6162,664.6022610593394,3323.3839991286354,160.90326380773112,1331.5383890171108,289.0098902759409,2370.072899639323,339.1501075546695,2792.977616410208,61.18112912853149,1021.4610097142483,529.1359564922782,5668.526870752009,295.9938060686612,3306.719995125383,334.229260393386,3737.128790455786,238.19825890423974,4243.255048239515,100.30735890601682,1151.441459163429,201.76869455504294,2213.9860719024223,455.0834786127131,5081.425963925253,168.21555683435616,1479.4369281676595,117.84490586907766,2014.907532806455,149.91375391230454,3601.79385161579,203.79077580893872,2412.145393458739,274.98887084081167,3072.9014514178507,322.86408084874444,4331.839987955625,2645.6376251521338,937.9029226547375,27590.884882694634,12138.312448366612,657.7520442473216,5554.6898084749355 -6163,705.055026724973,3410.71835039654,171.19261606131244,1366.5295430407236,308.78553636365416,2432.35543430938,361.22433545096953,2866.3735550976776,65.50364139546168,1048.3037202322753,566.6341057765891,5817.488626911276,316.96992721675394,3393.616437328451,357.9389166390514,3835.335834422008,254.88585308583242,4354.76245364299,102.2454622696462,1181.6998924005673,205.402662665319,2272.1668410691723,463.30187524626257,5214.959446722201,178.77111717872972,1518.3146697699483,125.78846140254804,2067.85676837135,160.48141019717153,3696.4444636167104,218.1886360183984,2475.533540346615,280.30210868646736,3153.6534363946525,329.1023465942752,4445.675294150655,2847.636505345331,997.7029876843319,29052.26514300983,12687.201707220142,688.6414117424241,5780.048601948232 -6164,669.5394800855753,3246.5765557659843,159.88113784340817,1300.7649185344817,280.1004405947239,2315.2976344120334,336.817213934447,2728.4285091924366,58.21594912418657,997.8538043261999,502.87174026174245,5537.520325408736,281.30184414450486,3230.2976771481854,317.688133415699,3650.759202112361,228.16035242315192,4145.188266947798,95.92533779653893,1124.8302476142094,191.5755295100529,2162.818162967454,432.20819793317844,4963.988034083855,169.6513075267672,1445.2453426937434,114.33243169451352,1968.3405708641733,142.77784941633854,3518.5520181910465,193.91489049417876,2356.397781765616,262.97572394871816,3001.8829641618886,308.7594604779004,4231.725901043548,2413.2070858298525,879.2540902112861,26755.24337750392,11904.998206824548,596.6754426217974,5468.867805703314 -6165,568.5807435603443,3132.2751210527185,135.39068677710677,1254.969202998645,238.2488322523482,2233.783511194604,286.2903230033825,2632.369387296975,49.40389842087364,962.7226070451719,426.758555202625,5342.562188098232,238.72482577855436,3116.5693689728514,269.62645618400285,3522.227806832927,193.61289721128423,3999.2496272975955,79.69957970328208,1085.2286214388341,159.60218044626774,2086.672347581695,360.03772259583116,4789.222109286065,144.19142375622135,1394.3629398472208,96.85191692262322,1899.0416809752141,121.1646180239719,3394.6752092249303,164.56230958699248,2273.4366556117866,218.49341531988216,2896.1963974811715,256.5328389220296,4082.7405518628802,2048.447022002102,745.0283949563778,22596.1404429672,10010.95485874472,504.96823109259907,4597.381101763974 -6166,437.6850754395587,2913.744299093446,108.44882810057152,1167.4132122679537,193.63363657811823,2077.93815026208,224.91510037251817,2448.715709483036,41.77246724733288,895.5559136655536,361.50787956877394,4969.825292004236,202.22419566177058,2899.1342971564814,228.27859944675566,3276.4909835948993,162.2341328903278,3720.2322120010963,61.60822080620155,1009.5149968396478,127.21782485147307,1941.0905561829063,286.66123657549656,4455.0903348919755,110.60613559082108,1297.0818047048037,80.24463290863423,1766.550401173791,102.30775013345126,3157.837404406762,139.14129703465886,2114.824796237119,168.8966318999806,2694.1361841100256,198.30131906830232,3797.898188352618,1845.310356838842,639.7494894538811,18221.367799702708,7764.116087837957,463.0279465089313,3531.9538406798897 -6167,331.47949752401917,2743.169397227921,77.95900935705643,1099.0711157493677,164.89417524409367,1956.2925768417003,176.12899983793275,2305.364269217123,36.169800510496366,843.1287455931456,308.2784906010704,4678.884367045179,172.4481631658771,2729.414686418399,196.35894321213377,3084.6803541708055,143.86811004542585,3502.4443145948317,47.287408687457095,950.4164954470325,98.5876321849003,1827.4562433724059,222.07195198457924,4194.282755821745,81.11015533860495,1221.148716953103,65.85800679762743,1663.133927252426,89.57953099216824,2972.9729310445805,121.81182937691655,1991.0198239912147,129.63666137531825,2536.4174661841225,152.20623798797848,3575.563609791602,1861.3484990966563,580.2701692930818,14588.582499136235,5785.168566986344,452.96755043411224,2596.2366254667572 -6168,328.8358598188356,2651.41634317598,76.69800531781796,1062.309575761285,164.13918036155627,1890.8588421530023,174.98310700774897,2228.254845126636,35.78805987422186,814.9279215954268,305.03134730666295,4522.385854534029,170.63174095761605,2638.12169754714,194.32461028129006,2981.504500884018,142.31399746830635,3385.2951648428407,48.60583905654741,918.6271294068855,101.53257853068907,1766.3318040121728,228.6897377264619,4053.993113923242,80.57451984009921,1180.3039465407176,64.90480791243351,1607.5057122114538,88.63274246734008,2873.53344826501,120.52596322699033,1924.4245383651214,133.25108889521812,2451.5798148497734,156.4499327071092,3455.968778540245,1845.9368147277844,580.3551747443622,14609.19249390364,5790.614852234883,464.0802205049567,2618.2527203426703 -6169,329.7998291771587,2607.749161238879,78.32335948586591,1044.8139962240755,173.44993048604678,1859.7175703228804,179.99588796704336,2191.556870485724,38.38275388119291,801.5065643991047,327.4417873978556,4447.904965703435,183.16793581808125,2594.6734701740615,208.6068996611993,2932.4009718130474,151.68629534935093,3329.5414540933216,50.72465966890978,903.497910604486,106.51301561810276,1737.2414152297395,239.8629887302076,3987.226362887307,81.10285924323908,1160.8650729336648,68.21707955272892,1581.0310906075213,94.99692519344593,2826.2081354333673,129.25294342540175,1892.7304603462949,139.05975631565815,2411.20381653329,163.26988168148816,3399.0511172269375,2042.2411620798375,629.0701137861587,15294.695003181538,5933.037100989021,513.8381934275276,2667.9112127087888 -6170,379.43766963209174,2615.9367625794466,90.64064996801103,1048.0944192813547,209.70030957319585,1865.5565621623482,212.13810453891227,2198.4377447037778,46.57244474291876,804.0230703263965,397.6065216297449,4461.870140422391,222.41744529154317,2602.8200175101715,253.36972963988077,2941.607888829749,183.12427550344563,3339.9952808946923,58.49962037747024,906.3346407678085,122.7332894868444,1742.6958662757393,276.3988489643196,3999.74513593464,93.76174857228268,1164.5098638394184,81.09639490358182,1585.9950850243722,115.20372529638149,2835.0816367126868,156.820025167864,1898.673103405991,160.37452015149938,2418.7743205886923,188.29551858572032,3409.7231848850265,2538.185276016917,765.9368996395286,18043.433393051662,6873.821505363383,623.0755591653368,3065.9541172708396 -6171,565.5621553039454,2725.4296069296547,133.1575478791061,1091.9635375094026,287.6134537777172,1943.6414368463734,303.6919446108246,2290.4557190056935,63.13067556480965,837.6763199586305,538.2613866967474,4648.62650998936,301.0984881169963,2711.763846399915,342.90077108753877,3064.7320481436714,250.5221267499561,3479.7943726207577,77.97208946573109,944.2702511274941,161.96442845484384,1815.6382745041892,364.8783612700735,4167.158766827444,138.74180656450002,1213.2516756024536,113.75973748145552,1652.3786136588853,156.3114627974249,2953.7470252684193,212.60262935223415,1978.1441065116496,213.75756547801996,2520.0147190535818,250.972483691815,3552.4408129639933,3287.1144199394985,1012.0986170877957,24939.819071627877,9726.145678046303,788.5936633274304,4345.270908835477 -6172,788.6263479185122,3018.6884823353753,183.4808604506352,1209.4598757673605,380.0011497506745,2152.7791450859386,413.0291285929126,2536.9109811832095,82.61751750344071,927.8111063866006,703.7462541095142,5148.823241922744,393.66920675986637,3003.552272686596,448.2516707627194,3394.5001960985132,329.92956978951844,3854.2236302186257,106.71658147014725,1045.8746481813175,219.0751762500601,2011.0027180293034,493.7491964422504,4615.549101507055,192.73091411440677,1343.7987354372171,152.3278799205014,1830.1761589537605,204.69971948247567,3271.573076860721,278.253175013472,2190.9943355511678,292.5595146609628,2791.1707528166626,343.49375124074277,3934.6868981706607,4159.596820242913,1306.314770213289,33503.367003561114,13450.904514588752,984.523799731691,6031.74311168682 -6173,852.585660770429,3703.2624361094863,195.85134697163954,1483.7394955195323,406.36135834165503,2640.9833899352748,445.0755495055948,3112.2281067906742,87.53686140001899,1138.2188119750972,745.4654356744791,6316.466178460602,417.00653469226444,3684.693657997597,474.93601766559567,4164.300204919688,350.1701105894701,4728.279076717406,117.37800959821112,1283.0566387203621,238.1336069293575,2467.055102959977,536.9342367207895,5662.2568740204915,209.0072858477212,1648.5435339741011,161.5552011775141,2245.2209496202045,216.9269100348556,4013.4958454382877,294.82846181400976,2687.8649678678103,321.7874209129226,3424.148553969607,377.81019851484024,4826.989692084665,4367.132346764245,1382.3186719951912,35946.62606294607,14643.908421853204,1025.3851766572575,6586.0540326209975 -6174,764.2399151795321,4084.0506065726227,168.69810414336536,1636.3050934727626,347.4278701558512,2912.542657102279,391.7408301650823,3432.2431387509246,72.5410587595782,1255.2562260056454,617.0968369808511,6965.957172249081,345.1983167081555,4063.5724927960455,393.3793026611364,4592.494610163226,292.21432099596467,5214.46464150656,106.97138718185538,1414.9870105176644,214.81988735485123,2720.7301841337544,484.5495844484211,6244.478758898768,188.2442329507742,1818.0551165478491,135.4744210802428,2476.0859213691597,179.9046329948643,4426.1837838473775,244.34740319124697,2964.244835950182,293.2580549845302,3776.23682363863,344.3139065394456,5323.325181509049,3486.053154089537,1149.5796121745686,31233.235421791596,13044.534343873616,854.4666228378081,5967.57093511463 -6175,695.1821386206659,4302.191547256022,154.8249683276844,1723.7048753855381,315.7411986287843,3068.1099740151335,355.77410715464634,3615.5691596715124,66.36344975344485,1322.3030871534704,564.5639296552313,7338.029067702385,315.8118896616137,4280.619638266561,359.80382695515823,4837.793013844168,267.2561662909145,5492.984261275218,100.37248705219935,1490.5655542880002,201.73097552827,2866.0522427677756,455.0124913650865,6578.0144081268845,170.73464650731066,1915.162692222784,124.33105679112427,2608.340823213698,164.5799082912224,4662.599045864995,223.5379992510895,3122.573715589784,275.16741721641176,3977.936540979578,323.0737119195247,5607.65935718973,3194.536957404902,1054.1534911118767,28713.421744888827,12043.06391211533,788.8768764686874,5508.827030559852 -6176,672.6334742197697,4392.2550989707825,148.87760583131583,1759.789503761577,301.14766970482606,3132.338839298346,342.02481267273674,3691.258723098333,62.96652925044954,1349.9846329805946,535.4994214903936,7491.645882101304,299.5534700859455,4370.231596248333,341.2834866945542,4939.0690301492905,254.05141699137425,5607.976275612484,92.79892366205321,1521.7695642462459,185.81566441918926,2926.051162283192,419.17282734568397,6715.7208152729445,165.06614148543198,1955.2553641269906,118.59673405771898,2662.9447235842104,156.19048004161462,4760.207491625688,212.10224532728967,3187.9427434975587,254.40477659251766,4061.2120273081805,298.6963221708793,5725.052019270789,2993.6440091333843,991.2759130665014,27200.364628869876,11414.28501902934,728.734158266004,5217.266945995114 -6177,622.2013887686053,4502.072845434743,137.64583675299025,1803.7887964254553,275.506294739429,3210.655418081278,314.8631423007871,3783.5497456942385,57.474237729004294,1383.7377431288744,488.6778121837063,7678.9564206606765,273.3618908237479,4479.498698138213,311.4323978092016,5062.558540275428,232.3060810030101,5748.190198286379,86.89472613835149,1559.8177423272787,173.5101201742512,2999.2100151821246,391.4538630441404,6883.631218743635,152.5772852112968,2004.1418092472456,108.88983605089199,2729.5252344863743,142.5902179640472,4879.22500032041,193.6058277678126,3267.6495638115866,238.21864002216813,4162.752840102916,279.6921999665905,5868.1931385770395,2709.6332331603226,904.3570394019035,25084.146820597136,10605.28800528035,663.3344680199776,4857.019314215953 -6178,598.0885600391284,4584.468648015348,133.2626851263898,1836.8012843771085,266.7660391120412,3269.416024376406,303.60262404326716,3852.795319589438,56.00283033162088,1409.0625625666128,476.25776840047234,7819.494745779833,266.41423212500945,4561.481354364255,303.4851802966109,5155.212210786397,226.08313561674265,5853.392126605698,81.35144206822504,1588.3651335337204,162.51702676314574,3054.1008010029964,366.646128858143,7009.613702459427,146.60471949436754,2040.8211075455226,105.95692004441648,2779.480317418357,138.92074457296093,4968.523346587825,188.64580534931156,3327.4532625979,223.02193417905875,4238.938493463185,261.8497671111731,5975.591330465772,2656.300964689107,876.1862792971584,24077.174681577246,10121.263274960336,634.5540626749312,4610.126382451776 -6179,572.7143474473623,4528.39011834945,126.29178107810486,1814.3330065406155,245.11811798146394,3229.423593935743,285.77084438050764,3805.6668270170735,50.81798146919384,1391.826506922475,431.7707879955899,7723.844453076145,241.52862288039327,4505.684011838662,275.1362086464518,5092.15218287635,206.46717186367925,5781.791762589664,78.25078980661871,1568.9357976389906,156.10348349419772,3016.7421678611095,352.19530850549853,6923.870105951242,140.2115124342551,2015.857200971131,98.02200404356138,2745.480920453651,126.14177091728969,4907.746950176443,171.19577667545565,3286.750904085913,214.52161203332247,4187.086587319057,251.86954977324993,5902.496190892319,2330.4062267026543,792.5679332884503,22567.421437246234,9653.495707978363,572.8262960842092,4433.240731841037 -6180,532.7444380029239,4461.329807734009,118.12687216422394,1787.4647969123316,233.03295124831385,3181.5995011216937,268.18320467357853,3749.3092268879423,48.71874464013928,1371.2151383262008,414.14321267646,7609.463095765562,231.6679187523656,4438.959952852538,263.8895615211958,5016.743196865831,197.16987229192696,5696.169998258461,75.32202109931248,1545.7016417523273,150.04014874029878,2972.0676452302714,338.5340006693611,6821.335459458528,130.43969386869276,1986.004647078806,92.99359555232724,2704.8234685772436,120.88732276868014,4835.068796064408,164.1158443849115,3238.0778589676356,206.49250221964826,4125.080594067374,242.44258223052992,5815.086931172449,2277.1594430311598,763.6943734205908,21431.519479932347,9150.778035015017,553.781589439268,4188.343368141548 -6181,514.1757312766589,4383.872560143853,113.07992806958886,1756.4309775580416,219.54029153842106,3126.36082769659,256.3228108658467,3684.2140230821915,45.46134178862644,1347.4082119060604,386.2359337418215,7477.3482124374805,216.05684260542836,4361.891088875067,246.12357944685172,4929.642906897975,184.72502953220052,5597.273555071083,73.90071266037175,1518.8652947604128,147.69004599536913,2920.466846954337,333.1909260984123,6702.903984461355,125.88861615523552,1951.52379489045,87.77668923577095,2657.8625420996595,112.85011113185531,4751.122722361683,153.15118154378786,3181.858612857774,202.59603832105202,4053.46127815172,237.86774896060882,5714.1258618058055,2083.218618275248,715.7270490676656,20521.346062075925,8837.459605508995,528.0383399769569,4077.9100668674646 -6182,490.92513584953343,4305.700516557773,108.3357725286718,1725.1107698991993,209.59622034395002,3070.6123971627226,244.7993356499844,3618.518103494745,43.5403678345296,1323.3815888634633,369.92536913772057,7344.014137974383,206.93286220481266,4284.111013008518,235.71414623094978,4841.7388323851,176.89486561185493,5497.464469312471,72.62894240037075,1491.7812948506396,144.53606107551465,2868.389862845036,326.12694883433215,6583.379592445402,120.18569221140056,1916.7247442655748,84.07245222293507,2610.4682477545693,108.07954806987433,4666.401972057053,146.67938176145597,3125.120560654702,199.10952774415335,3981.1810402198576,233.77424136032684,5612.233096950715,1997.0305704451864,686.1717955118878,19748.224714916374,8566.363499947052,503.95901711340986,3950.2801348390954 -6183,501.9621610766477,4186.720456108839,111.27909126612197,1677.4405283451476,216.04470422588503,2985.7617097485077,250.9387481353538,3518.5270565016394,45.04278883417901,1286.812389302445,382.764246051224,7141.075906967881,214.11481231923545,4165.727538510575,243.8778107472544,4707.946345717757,182.769703339789,5345.552218945932,74.48733816609028,1450.5586812584115,148.52620029163194,2789.127220689596,335.1055559240312,6401.460088556255,122.7598196916554,1863.759605361998,86.74842311511304,2538.3327918111154,111.79346129350648,4537.454594834859,151.7379082957591,3038.7636410809823,204.20425019287597,3871.1684745521006,239.7559484583516,5457.149428088735,2081.167605726176,710.5307299019207,20309.772590756962,8783.748420330105,522.8459673369008,4043.8796524931704 -6184,525.4553423278942,4145.587537132232,116.68369306058071,1660.9603200141082,225.75699492887378,2956.4277487692534,262.6231200735369,3483.9588808019907,47.091009667034,1274.1699522679776,400.1571917534607,7070.9175814320715,223.84426678927153,4124.800866879044,254.95958632037662,4661.692582751073,191.17580502099634,5293.034223390173,77.59276935353252,1436.3074998546092,154.6574036786131,2761.7251179729747,348.94394213767316,6338.568204105175,128.56679364776417,1845.448883726076,90.86742700262262,2513.3946479450997,116.8796205304302,4492.875847778305,158.6383301280664,3008.908956501966,212.71767358495927,3833.1357324863598,249.75154795282117,5403.535032854562,2172.4581145998272,741.1881934363875,21214.683597895215,9186.451843029872,541.9229736834856,4225.044507278324 -6185,571.5789442484647,4144.742782812068,127.07325909777148,1660.621862945385,246.23852064045752,2955.8253118189646,285.790316199411,3483.2489478215703,51.452282957682364,1273.9103122140261,437.24745639762904,7069.476727000478,244.59222100674586,4123.960348298529,278.5745829006652,4660.742660716312,208.73179040059142,5291.95565165892,83.67362935737027,1436.0148207217437,166.8368599010304,2761.1623559510376,376.41871474098804,6337.276581910224,139.70299976233977,1845.0728330690326,99.13126919978289,2512.8824886991274,127.69794463167833,4491.960325853275,173.32925259789914,3008.295825355363,229.38812373371798,3832.354647069446,269.3243021088595,5402.4339441615175,2379.411241001562,808.7852004156547,23063.310937423557,9958.527196936056,590.5729095691363,4574.528710525524 -6186,609.3724359102397,4209.528759721796,135.48064982071384,1686.5788439466464,262.1822550323176,3002.027462455383,304.3361397724841,3537.6951940012414,54.807851990989676,1293.8226513860523,465.7535203887738,7179.97886911135,260.538252028168,4188.421477469066,296.71979786040407,4733.594169777746,222.32834229941292,5374.673575211963,87.91801886629943,1458.4609960074836,174.19213089548026,2804.3217532913195,393.10703074373544,6436.333791445344,148.78532845802962,1873.9129450430923,105.63513463586487,2552.1610532375203,136.02811977122494,4562.173618498832,184.63366770062956,3055.3181362903906,241.023958743217,3892.2577225279615,282.9859210818845,5486.878740643028,2529.6182275196015,856.1430868938365,24434.296670732703,10574.63458143574,612.8485703066747,4843.183667412413 -6187,624.8361316673903,4203.745456714332,137.81880972753953,1684.2617208059637,259.9216139665293,2997.9030971301645,308.11286527485885,3532.83489622855,53.77499994198728,1292.045120251812,456.6209607827611,7170.114583639643,255.4295818579297,4182.667172911525,290.9148560182827,4727.090874287731,219.37838043083636,5367.289526396554,88.64701416220385,1456.4572748439216,175.03582615097434,2800.4690079235043,395.0619492361926,6427.491170169236,152.63438566575562,1871.3384510820372,105.36259725019293,2548.6547413586354,133.53914529762744,4555.905830840296,181.16792487259198,3051.120557042225,243.02247206721796,3886.910305494515,285.3323730144468,5479.340537643688,2408.079267409989,834.1902785881992,24485.375219616257,10725.599507494431,589.3859943214911,4934.475748451466 -6188,603.5921486043741,3905.9379138971835,131.57075006151103,1564.9429252939613,245.08989311772433,2785.5215045353384,294.7554002290319,3282.5569261521146,50.07836840118301,1200.5122749753461,424.96277207067874,6662.1594213068365,237.7202811476766,3886.3528869936704,270.776113101048,4392.207772434721,205.14727013045396,4987.052587242367,82.4776128660234,1353.2769165882517,161.63441060550082,2602.0743138172784,364.9182350081389,5972.145961574439,147.44362244151887,1738.766507410743,99.15287407772436,2368.099421387731,124.41565726742323,4233.1500563150385,168.72431937290486,2834.968859636208,226.10928927880403,3611.5484361450985,265.47462677725747,5091.165525960303,2184.156491723511,768.2969174514498,23028.93458401595,10176.685173227099,526.5359118864109,4689.125334876146 -6189,505.4796909282061,3586.6216948315355,109.35053026754439,1437.0065194999916,201.8659598569281,2557.8009891145466,245.29107363012702,3014.203027643568,40.90432235787055,1102.368615491383,346.9564848728351,6117.51800505306,194.08427879010145,3568.6377729325027,221.09134326854064,4033.1382710341604,168.06506305165584,4579.353639756816,67.28902500702718,1242.6445210203908,131.7186237812625,2389.3508783884363,297.390929073036,5483.914169314485,123.51814740544043,1596.61976590496,81.58794363308176,2174.503780525483,101.65611223370733,3887.0837591753157,137.821062741975,2603.205949578925,184.47034403526317,3316.298993623452,216.58639452821689,4674.955191279134,1750.8720141570736,623.5115273861979,18956.469850727703,8414.645244264928,420.87731278574347,3883.7604845352403 -6190,391.7516372187481,3259.2478327495605,88.45789540964698,1305.841759412913,166.62270170717002,2324.334161695812,194.71224690123492,2739.0774721156927,35.16274957133445,1001.7483935116225,298.76743874760155,5559.133077376904,167.12776790019316,3242.9054182266614,190.27243851409764,3665.0079901066397,142.89578867792716,4161.366794629914,52.50604135232697,1129.2204215042138,106.19929579321645,2171.2595681021635,239.48076397568823,4983.362309183367,95.408783592312,1450.8860857139478,68.53934017387535,1976.0229366248495,87.27982707868554,3532.284806079395,118.45599587361413,2365.594721515337,143.9433475396916,3013.5992104471084,169.00369987917557,4248.2421821444705,1614.3918569847526,545.1392857413322,15473.345959454502,6577.531949484117,396.11664364054565,3005.3533606902934 -6191,322.38233959853045,3052.868441870601,66.90105881066992,1223.1543294531632,147.8720256438297,2177.154599690777,157.4590693350258,2565.6358778357544,29.602198437411158,938.3165117168297,249.13498450306147,5207.122258562845,139.36382773298493,3037.5608481799313,160.149102438961,3432.935390728203,124.5638372569763,3897.8641742798886,43.28693712921285,1057.716861567344,83.50297292940496,2033.7728686856883,188.63651936491885,4667.809969909186,72.7355489307542,1359.0142790978198,55.116036374253795,1850.8988494272667,73.97752243983223,3308.6163941947184,104.34604940851843,2215.802492527045,118.66951829997225,2822.7745781021963,139.32972935789633,3979.238510485162,1570.5118201741157,493.9468226492459,12528.172735525968,5021.575453634794,388.93191228056077,2293.954523724054 -6192,322.5207190783248,2943.2456391961523,66.56482822420362,1179.2331424609445,149.64943024725798,2098.977045165227,158.38423295655934,2473.508686335114,29.83235670143291,904.6233186531008,251.10314621357014,5020.144225699298,140.46479936136183,2928.4877125987505,161.4433201088451,3309.6650939245383,125.36128685236794,3757.8991533938038,43.77999322966441,1019.7362249926517,83.97356410445227,1960.7438842686686,189.74143899419818,4500.197633840212,72.91677845517516,1310.21461511426,55.840085835502514,1784.4365294142872,74.54617909802407,3189.8101603158634,105.14636037145755,2136.237164367994,120.02121314871597,2721.414016236601,140.91675254757394,3836.3514892015987,1593.6884653122381,499.81947212922375,12606.553811545233,5042.143845630196,394.2235029238337,2305.8679982880553 -6193,323.54609002162476,2873.716057388635,68.24526152894676,1151.3756010593825,158.77632888561712,2049.3919904112595,163.45373225755066,2415.075906458436,32.14543889814348,883.2530054853364,270.770515656737,4901.551158244139,151.4665456335912,2859.3067637598847,174.07792980082536,3231.479424730322,134.0975772775962,3669.1246545444124,44.702650665057185,995.6465491825553,87.22362198150103,1914.4243720644201,196.9554541843844,4393.887492625649,73.54626414874582,1279.2628409728832,58.61023831142114,1742.282003132166,80.28474545257397,3114.455876752666,113.22918335487891,2085.771897486379,122.55064398109648,2657.124860090692,143.8865540463399,3745.7236764364757,1757.1725917853928,541.6496241230775,13181.681349986155,5126.573667753717,439.2020233916536,2328.426521723284 -6194,372.5266434277458,2880.7989751542577,79.3379923719811,1154.21342446879,192.818035559786,2054.4431766272,193.38225059838794,2421.0284027042635,39.204801026360414,885.4299806210694,330.43499977740214,4913.632130436424,184.8423113991078,2866.354166589517,212.4758216241636,3239.444130557057,162.56849402995283,3678.168035198927,52.911994156185116,998.1005434153377,103.60575161822238,1919.1429003132262,233.91581305354183,4404.717213850768,85.24711644964964,1282.4158711687269,69.27542917879714,1746.5762479031414,97.87364017649922,3122.1321517983447,138.02403551885996,2090.91275014291,145.05625196031548,2663.673940271605,170.3103595332138,3754.9558525607426,2213.130816401242,668.3492783856564,15741.763888396661,5987.540609514764,550.3254269003853,2712.289459916879 -6195,553.8410262126224,2964.1694903792686,115.47836646904645,1187.6164382533373,261.799916015348,2113.8988997141423,274.5614180391668,2491.093126778609,52.53564056351861,911.0543835442542,442.3127130448612,5055.832973283751,247.4256791668524,2949.3066480875113,284.3643849889638,3333.1938605925307,220.25855703423892,3784.6144644095184,75.5134930448473,1026.985639969652,145.92565198969865,1974.683024344605,329.6295500777453,4532.190024937682,125.4284095783685,1319.5290723445721,98.63367493828034,1797.122281459563,131.2543322811969,3212.4868653139115,185.1259595099831,2151.4239051292193,207.0174153932634,2740.760842449494,243.0588821149815,3863.6245263471174,2900.070420290798,888.3674658292134,21990.43151225387,8696.378805198123,702.4586578944821,3967.893180425833 -6196,781.7836375276029,3227.0172985031472,161.10517769674559,1292.9283573928988,352.99325974781647,2301.3489406746025,378.96070432307874,2711.99087582144,70.30365798500445,991.8421551522865,591.5510591574518,5504.15909619315,330.9082426465515,3210.8364932772324,380.27721449958744,3628.7649145259593,296.4809068067637,4120.215252351198,104.53002040911412,1118.0536188139326,200.58106095457921,2149.7880938667927,453.21312329529036,4934.08209552348,176.2014865022256,1436.5383478084818,129.7687893791561,1956.4821474002213,175.7202328469349,3497.3542232417026,247.8627131900857,2342.2014769394514,286.56513933540606,2983.7978827968145,336.4557628529559,4206.231533625252,3726.8110950823843,1173.462344906914,30027.227466050146,12131.61023067012,914.1222836253994,5555.660653904715 -6197,844.3471550752292,3832.4445023499215,171.6459032733126,1535.497246178737,376.5074037664719,2733.1096426933505,407.54071416751464,3220.792936959489,74.2853458123324,1177.9236561500484,624.9243222645824,6536.8054512906965,349.5769402597226,3813.227983721275,401.83883271733913,4309.564796397615,313.9131830359439,4893.217120247874,113.0705433949156,1327.8139062791618,215.1786486228379,2553.1141606767164,486.35311069715203,5859.7751582873025,190.80970984436644,1706.050195648831,129.17563165904275,2323.5416969186213,185.69939467198577,4153.4998810976695,261.94627968423316,2781.6266054279145,309.9786635062101,3543.594203028359,363.94555157685147,4995.371089002317,3883.9168078306147,1237.4778788109802,32029.283736233832,13071.314055464476,956.4550087715832,6010.353791739583 -6198,768.2756316453446,4172.489635112324,150.5481179670409,1671.7388446188436,331.2243499453057,2975.6129929007698,365.9275179493155,3506.5674501134436,63.6486677146601,1282.4384653779225,535.1260830121076,7116.80312018406,299.3446279617543,4151.568073234048,344.3243386459194,4691.943858231555,270.4382396484498,5327.38248500911,103.31341293849016,1445.6281775015127,191.9019954079263,2779.6468718986403,434.1580427368438,6379.701283880471,174.34532438121053,1857.4246160541393,115.43744409734825,2529.7049027584458,159.17618773451346,4522.031615250757,224.5510211314027,3028.4347686663345,283.22985548133863,3858.01022666184,332.5398103541492,5438.600371022109,3209.9729253636947,1055.7195007760674,28285.40236839343,11843.906568889319,796.3843918125766,5490.684176939439 -6199,698.3899165482449,4333.772270971782,137.99629315490847,1736.3579260084884,300.6068366468813,3090.631782343435,332.005540691865,3642.109654080608,58.11664318039464,1332.0096025434057,488.6214570601292,7391.89470015037,273.3303662839498,4312.042010944174,314.3237334884955,4873.305380712559,246.89902565250227,5533.306133610492,93.3289592686951,1501.507219351756,174.28481443256166,2887.090823463122,394.2170610890445,6626.301066993537,158.02120651562504,1929.2211606079015,106.07251445472794,2627.4876440815387,145.34015968739374,4696.825381593524,205.03209844830795,3145.495321174043,255.8578493736726,4007.137034142098,300.4023730610824,5648.82301503859,2939.3384976667144,962.6978048194127,25743.56643356741,10750.576331717142,727.5937134500286,4974.679886902762 -6200,676.632347823713,4391.930190553881,132.84010198985783,1759.6593268003437,287.40657642302324,3132.1071307043458,319.63424207642424,3690.985669507166,55.305052557350834,1349.8847705272399,464.8848172376057,7491.0917023579395,260.0523074445441,4369.908316976653,299.0642437634829,4938.703672249216,235.38855383676773,5607.561436616872,90.09945533786758,1521.6569943410682,167.52021658877027,2925.834713413651,378.98211745023303,6715.224033057597,152.92750926422798,1955.1107279638622,102.88252789945888,2662.747737495074,138.32934787487844,4759.855364655516,195.14752169304083,3187.7069217143016,247.00428519852264,4060.9116071502526,290.00741470911356,5724.628519827715,2784.278265052644,915.4040101219543,24709.668763820355,10387.036750014286,685.2609883038451,4813.787443281174 -6201,623.6366482433419,4484.787921877619,122.11734948094777,1796.8634639108946,260.85298653617383,3198.3286665214773,292.5302377910218,3769.0234662727016,50.02135892904934,1378.425123379209,420.3709039892813,7649.474406644801,235.15163221406763,4462.300444082846,270.42652129788365,5043.12172963811,213.4468499309159,5726.121024467938,82.55392159296044,1553.829094127925,153.09160358892714,2987.6950713720194,346.3762400995299,6857.202717140854,140.76924966869495,1996.4472562802491,94.70777081475767,2719.0456983604367,125.13470935081973,4860.492066837544,176.53897794989993,3255.1039931686714,226.31848679815428,4146.7706765310095,265.7202453166345,5845.663234397102,2500.611170575799,826.2948677834264,22545.381255673692,9542.10583079837,612.5016169588423,4427.134449301964 -6202,601.3061547373308,4569.652995650299,118.76132789951713,1830.8652836358258,254.27691887917302,3258.8502347565227,283.4456864267391,3840.3442199154474,49.106265716178335,1404.5088873884372,412.761792063393,7794.224441908532,230.89516471812078,4546.739990161629,265.49690234206105,5138.5520833327755,209.15452505422982,5834.475687305443,79.60962592867476,1583.2320052577998,148.62118782266248,3044.230846766301,336.1721136320061,6986.960695578492,135.7295387362347,2034.2257748275777,92.49234846121212,2770.497855698133,122.82848195358272,4952.46654255612,173.28072177395774,3316.6999137183216,218.2468104129549,4225.239492785504,256.2433004168369,5956.279979331088,2464.7493116752103,810.9332348384537,21933.03210019439,9218.139996509233,607.2100263155694,4266.877233651646 -6203,573.7825470633077,4510.715307213304,111.74231668358611,1807.2514626827356,231.61446843537422,3216.8187938611786,264.95428740610095,3790.812885405007,44.12613429183954,1386.394053003707,370.6208257312887,7693.697427668615,207.32189425141632,4488.097825165896,238.41204500223418,5072.276945594086,189.38491884620325,5759.2247851956,74.82703586281536,1562.8120664269554,138.2438264870327,3004.9674870871772,312.82948989520116,6896.8454695450255,129.17540168901297,2007.9890857307437,84.10290764941668,2734.765002549343,110.43056410232869,4888.591467061842,155.80638984658293,3273.922349133044,205.1355187166258,4170.743921888869,240.84934963864123,5879.458090667008,2124.186770554207,720.778663491261,20252.34001362989,8710.027929532056,525.1903713448388,4049.5308066146813 -6204,526.8152417054414,4463.279239325969,102.77413707176173,1788.2458511035231,214.18082422546973,3182.989739200417,243.98257797583454,3750.947532543412,40.96057663787809,1371.8143072344023,344.0779584629947,7612.788141972867,192.47405748976493,4440.8996096679875,221.3216421053673,5018.935323002699,175.4851595879084,5698.659008088789,68.7623917187404,1546.3770546319029,127.43532370374169,2973.366325850344,288.33512476362563,6824.316123838233,118.58410205220059,1986.8724556398508,77.89393687651769,2706.0053736476066,102.49896714765913,4837.181537391895,144.61312713078368,3239.4927759425154,188.50952374059344,4126.883097530695,221.3287902439304,5817.627903183524,1979.4262005655341,669.3170035411817,18695.206398606024,8006.477522003,490.79503216356477,3718.0916792349362 -6205,510.61623576866265,4385.6270416431535,98.82015372353519,1757.1339235521705,203.40114701067526,3127.6120370228377,234.43834377794764,3685.6884923452194,38.57891697227039,1347.9474617924022,323.95475749713216,7480.340742198,181.2173232401106,4363.636773110274,208.40142020931623,4931.615812624512,165.8999405847441,5599.513655065818,66.3323488338437,1519.4731639498175,122.14127318280195,2921.635654893438,276.4284442407619,6705.586571801883,114.88625467723428,1952.3048195088911,75.38813315771291,2658.9262524593523,96.5636034588905,4753.0241820421215,136.2457620255815,3183.1320331027887,181.84765210624406,4055.0835248578187,213.5070952954041,5716.412727578401,1838.8514225640597,628.7164838809384,17862.39359630032,7732.21332860527,453.75389766065405,3599.1209899380697 -6206,484.7998359829334,4309.989254714419,93.9316182082523,1726.8290845740948,191.7592361578911,3073.670912844744,221.96910653996628,3622.122366401859,36.40739631433692,1324.6997569743514,305.6893222765842,7351.329220278727,170.99980612736184,4288.378246713728,196.6396089359587,4846.561497128064,156.72169992934965,5502.940276453185,62.67138699729558,1493.267199254811,115.62918008309445,2871.2469526508908,261.6694761324944,6589.937036733323,109.02570908465121,1918.6339180492384,69.52936409932532,2613.0684320306946,91.13469715160107,4671.0499906813975,128.58764401436568,3128.233369764638,171.81126222814024,3985.1465373486167,201.72338280141935,5617.823220586653,1717.1397499840712,591.0885605132258,16885.145651101593,7326.597931511454,425.9730467834714,3410.2985617194317 -6207,494.4757922326282,4181.002138566644,96.19924378229759,1675.1494421119528,196.67582614316345,2981.683688839144,226.76875690702948,3513.7213726254863,37.44701166627599,1285.0548318212602,314.45108117086465,7131.32246389542,175.9010537767679,4160.037893570294,202.25793813774467,4701.51612606047,161.0424266674971,5338.25114275831,63.97622378262416,1448.5774753861824,118.2149158387218,2785.3177676151226,267.5047805415739,6392.716829505691,111.09297489815489,1861.2140403171124,71.02431203302025,2534.8658794429475,93.7301855879367,4531.257236669066,132.24790413266882,3034.6132289343996,175.3884234468426,3865.881145047087,205.92332320407183,5449.695929907481,1777.432136513912,608.6824967006692,17291.682370905797,7477.832657143527,440.52492105247194,3478.0504176210256 -6208,517.3700378851621,4142.403469944234,100.7915807420045,1659.6845999362774,205.27030894569435,2954.1570297205717,237.12746205583514,3481.282985272748,39.09446479831267,1273.1913110740309,328.27331513071573,7065.486680152479,183.63308481330836,4121.632765137225,211.14928755105643,4658.112115022356,168.2361749005779,5288.9688463007515,66.82540493429526,1435.2043270133172,123.61182050565358,2759.603942566197,279.7052491338168,6333.699792364546,116.28210455366505,1844.0314650405053,74.52360032356806,2511.46420567188,97.85624792501783,4489.425041725236,138.07021682727193,3006.5979286454176,183.19934695498776,3830.191647575926,215.09411848508165,5399.3847843208605,1849.487039462303,634.7441476694229,18070.80132437382,7821.395774558692,459.0454883039271,3637.2428141281557 -6209,562.24439205367,4130.966828556695,109.64002407495205,1655.1024249444852,223.45810553151972,2946.0009834067523,257.70413046058076,3471.6716122232656,42.619529326407786,1269.6761941743532,357.88594476092635,7045.979783256598,200.19811851476607,4110.253468985119,230.1803783996004,4645.251668619925,183.29487971600406,5274.36668587773,72.60828341078334,1431.2419130850292,134.3762429406623,2751.9850322181924,304.056552351837,6316.213264625958,126.23428321310152,1838.9403321448267,81.2589080860514,2504.5303771140602,106.67702925737188,4477.030318562468,150.5151531794173,2998.2970997773646,199.05289189727915,3819.6169827378185,233.70774528509216,5384.477779742564,2034.2131099598766,693.4004995865173,19669.811628802243,8499.302849161513,501.3782134501107,3951.415102201199 -6210,596.1083972828676,4203.745456714332,115.98729374553882,1684.2617208059637,234.95260192214698,2997.9030971301645,272.07215853432814,3532.83489622855,44.738798542981,1292.045120251812,375.63025447987525,7170.114583639643,210.12412279652096,4182.667172911525,241.58172438563807,4727.090874287731,192.6234394583701,5367.289526396554,76.72534243094444,1456.4572748439216,141.75836645377535,2800.4690079235043,320.7818073799694,6427.491170169236,133.63961324683942,1871.3384510820372,84.87380809768439,2548.6547413586354,111.9924046834683,4555.905830840296,158.01780115392916,3051.120557042225,210.33965513665268,3886.910305494515,246.95951954015746,5479.340537643688,2123.04633223852,726.56155177464,20735.641686920128,8991.688726313545,522.5445760232022,4183.166522454281 -6211,613.3636753034303,4210.24354941457,118.30087581991256,1686.8652297257959,234.11279715296106,3002.5372150690537,276.4149218209863,3538.2959044857607,44.13876709056573,1294.0423460712004,370.37984180828784,7181.198049495408,207.18709005280687,4189.132683086602,238.23345830046082,4734.397947234907,191.18714249679797,5375.586209735416,78.15351087703685,1458.7086467415124,143.5498543535825,2804.797934925629,324.9127334772817,6437.426698826665,137.47482326942105,1874.231140673703,84.98996840577372,2552.594417283541,110.53489773166754,4562.9482882695565,155.97347014778344,3055.8369378087136,214.25492548814708,3892.918638716088,251.5564334423253,5487.810427915685,2024.146155526627,710.6911227953069,20873.974163247723,9196.970382159923,500.05531578929237,4290.640733273905 -6212,593.3104050587989,3918.8691201355405,112.97378703380681,1570.1239087515407,221.01238214299207,2794.743400492355,264.6500912774204,3293.4243340671746,41.14742303045508,1204.486754898376,345.1083208048059,6684.21552137008,193.05043274349794,3899.2192539981083,222.01889981559762,4406.7488495842035,179.06400581345176,5003.562989340085,75.32022723456882,1357.7571472759307,136.97395604189964,2610.688879727244,310.1541835249545,5991.917666301214,132.90312323204688,1744.5229604838137,80.35981085708218,2375.9393775483104,103.07949373030998,4247.164548511999,145.4630565743432,2844.3544586424905,206.48758440658168,3623.505020887894,242.43680823251077,5108.020609902002,1852.3177243629284,660.6101013277682,19833.700721326753,8858.186270187189,453.75389766065405,4147.143371443388 -6213,495.34565671707315,3600.9824741522925,93.37961294178496,1442.7602719904662,180.4233584831346,2568.04238580381,218.96670764371436,3026.2718512304896,33.24410514484179,1106.7824828474002,278.69298248612716,6142.0124551334575,155.89830099157007,3582.9265449004665,179.31835973765405,4049.2868960101046,145.31258417410342,4597.689302853657,62.59402656466343,1247.6200509922965,113.01134132479483,2398.917803367962,255.970589314862,5505.871679166439,110.92089649921337,1603.0126074333434,66.63461082805576,2183.210460956619,83.30776791034602,3902.647584082541,117.5691151929067,2613.629147046964,171.59918149698277,3329.577404914418,201.4743790867543,4693.673641550355,1457.093360774263,530.7915675763942,16299.053188079415,7367.978517747393,357.1823684209232,3458.010833684029 -6214,380.62986010358037,3274.2584289041197,74.98136238335483,1311.8558658258548,146.86061429264618,2335.038975573076,172.1168606949735,2751.692402884947,28.15976433989367,1006.3619857743489,236.365663878167,5584.73588694403,132.22078676912875,3257.8407487379855,151.96257489386846,3681.8873308827333,121.68103742186887,4180.532135717978,48.12437546319514,1134.421091286475,89.69603996923584,2181.259390820772,202.9001487649238,5006.3133834660175,85.04032229938194,1457.5681995685877,55.61755404907871,1985.1235892342581,70.50471955027113,3548.552884926966,99.48373413448955,2376.4895625498916,131.9311744708841,3027.4784620539303,154.9002228730036,4267.807631301842,1314.6687764970673,453.527778559675,13117.882507104077,5711.655110810038,324.10992690046737,2651.2270879453085 -6215,322.5419792837746,3076.7164372900847,65.99742791774128,1232.7092052696419,149.37987142375948,2194.1618091102305,162.23474345204573,2585.677774113866,28.269310894191356,945.6463290016313,233.68571216509753,5247.798570082777,130.72164633480594,3061.2892657560947,150.48390942750243,3459.7523430575684,118.18893667573775,3928.312996017204,41.42437098857342,1065.9793947717924,73.53361988898352,2049.660027592204,166.67047600375895,4704.273352757484,66.56357610302462,1369.630447766745,53.19071802055919,1865.3574571673441,71.53311947465275,3334.4622077684066,102.49802606781175,2233.1116064631456,113.56336292446628,2844.8251565960295,133.33459887518686,4010.3230015393965,1471.4452610659673,472.24306054803753,11913.107483817403,4759.32147833337,365.61250710590133,2189.3663692588134 -6216,330.3152342341415,2956.501741245113,67.6677205254528,1184.5442978289511,151.17126037505244,2108.4306407260565,163.1604131629958,2484.649137246987,28.74964072453662,908.6976571548679,235.54225073409899,5042.754484003985,131.76017700052535,2941.677346331781,151.70509824738022,3324.5715147983765,118.95563789853693,3774.8243783915705,41.89569941827275,1024.3290212178476,73.94697853122786,1969.5748906500592,167.6474387013627,4520.4661015074125,66.73326890630595,1316.115698738642,54.62826890907728,1792.473464021033,73.19147250316202,3204.176765820631,103.28086503471788,2145.8585760077576,114.85549217691354,2733.6710094811597,134.85168617458766,3853.6300561547896,1495.3445775086714,478.28723946253695,12035.996021060415,4796.838958197198,370.8520268452097,2207.1261330216885 -6217,334.58899511785097,2879.304416606589,67.87859812863513,1153.614618528406,160.2698755915035,2053.3773314790974,168.19240135551865,2419.7723731358633,30.241649283015956,884.970619535026,254.0570841202032,4911.08293802002,142.117205162077,2864.8671020087286,163.61179644051757,3237.763506897865,127.28826344391565,3676.259801572013,42.756840273883206,997.5827288397774,76.7989156833946,1918.1472489503235,173.98641222640035,4402.432046500043,67.3463214555658,1281.7505537972436,55.27511600274517,1745.6701241218668,75.67183230608366,3120.5123895953357,111.19932026917394,2089.827984579569,117.21627760783177,2662.2920261949994,137.62348132362027,3753.007781413132,1635.346568254109,517.0160232996348,12500.813622536813,4863.258370498914,411.4762458869411,2227.9057493558116 -6218,365.522569360888,2895.0297961507736,76.67271319272547,1159.9151081950943,194.53273553143723,2064.5918934749384,198.79125937472216,2432.9880090924603,37.23454630878374,889.8039045455919,310.1061486986875,4937.904917220244,173.4705383605096,2880.5136318660443,199.73537132922584,3255.44661804326,154.36028545102144,3696.337769135749,50.590732087146876,1003.0310471722368,91.21341183041308,1928.6232491041826,206.61005544430992,4426.476018526552,78.09745140594565,1288.7508604765858,66.37949378055615,1755.2041369558112,93.73490004057952,3137.5551313824476,135.5283204325074,2101.241622557558,138.69259886195698,2676.8321881618654,162.83880258561953,3773.504909627368,2072.9564404032003,638.0231817849321,14927.521697854161,5658.19935078666,517.2629617766041,2580.5683960112656 -6219,538.9919038420506,2982.689055835579,121.3572225034456,1195.0364391799403,264.3884318418204,2127.1061367389957,282.73223079013945,2506.657001371097,53.33442284649427,916.7464775169734,414.9403220008004,5087.420853122876,232.1138144052115,2967.7333533407927,267.2311887874276,3354.0190199095564,209.02484596483143,3808.260013534836,72.2500163390897,1033.4020503145528,128.4959957435418,1987.020467140474,291.22460200043514,4560.506283538849,114.81341775218874,1327.773238242003,104.30704205495861,1808.3503586098427,140.39379694020258,3232.5578703535407,181.82951870754846,2164.8655912286918,198.07071612693727,2757.8845932965955,232.5545739718178,3887.763715265473,2777.2293406634567,853.4807488657075,21268.471226171598,8298.782576421634,667.8991542817197,3784.1949638817036 -6220,731.2763484067706,3259.6377203285824,153.04891756393422,1305.9979707562318,356.67554260278064,2324.612210210575,390.58255705858016,2739.405134306222,67.93946718871231,1001.8682276807245,554.8239979510662,5559.798088768557,310.36346110446897,3243.2933508440597,357.3042143329252,3665.4464167515853,281.28035090333225,4161.864598205535,100.04717610555892,1129.355504516895,176.64065943013077,2171.5193050659896,400.4621804806639,4983.9584439867995,161.22497430694142,1451.0596479873384,127.61537183548872,1976.2593184032191,173.33800956188165,3532.707355711129,243.48685376188902,2365.8777058252904,274.27558942965265,3013.959712305389,322.0266180579915,4248.750378189844,3521.375230678709,1122.720387329708,28544.95135348014,11442.510749612102,863.0928484795025,5267.811407018265 -6221,704.0413180967739,3870.458333300651,138.83475599270307,1550.7277688140312,380.5422567041202,2760.219224544685,420.18640336911955,3252.7398257292566,69.24848343775437,1189.607423706316,586.08183980063,6601.6437071952,327.8488114478445,3851.0512069567026,377.5398652093096,4352.311160380452,297.7995632903501,4941.752703294219,108.24067185120109,1340.984427949175,189.50413633456455,2578.438376080845,429.77743269403567,5917.897983585837,174.56181853564541,1722.972424709444,120.1523646028437,2346.5887942006498,172.368604703177,4194.698244762716,257.3355095916619,2809.217424677078,296.73775140766065,3578.742941884018,348.3994136505208,5044.919932305085,3652.9527925347766,1179.7273563327217,29949.539009340922,12135.434358402694,901.0310076728953,5629.071498695438 -6222,720.8450889575684,4191.139158892876,134.49819699332343,1679.210914309618,335.03341061884413,2988.9129097671494,377.61900479263585,3522.2405419046568,59.1390597303758,1288.170502782137,501.7587159275387,7148.612663319764,280.6792285295843,4170.124085178767,323.4462753097103,4712.915155038323,256.5107718759473,5351.193963294448,98.94642795404984,1452.0896140614204,169.02394554003513,2792.0708908830798,383.7339646468928,6408.21624765781,159.43050165510695,1865.726634172095,106.79522519206225,2541.0117712871925,146.94562834504438,4542.243465613509,220.63209348048557,3041.9707798192,271.25792956336903,3875.254140909648,318.48358747619824,5462.908953145063,2992.789090048343,1007.4770583929395,26595.797722085896,11114.155313793539,746.8450341733143,5204.064311291271 -6223,651.5446816688005,4351.057194528907,124.0797515612784,1743.2832585230494,304.0363196667027,3102.958533903236,342.5951780121347,3656.6359335021457,54.284675408878215,1337.3222222930715,458.1558150174249,7421.376714166247,256.2881652543226,4329.240264999541,295.26651014036366,4892.742191349877,234.17889861981882,5555.375307428935,89.37914968392161,1507.49586755111,153.505576484904,2898.6057672732277,348.42162280509393,6652.729568596319,144.50800560676842,1936.9157135748983,98.96215223442294,2637.967180207477,135.3899749248853,4715.5583150763905,201.45319991853762,3158.0408918169587,245.0295942027758,4023.1191977140056,287.68893254162555,5671.352919218528,2746.6275627341633,919.016454342325,24232.877004419817,10089.595616386654,683.1070761554873,4712.721088970639 -6224,642.6219948461778,4396.80376007906,124.35743441132149,1761.611958490218,290.74548278236597,3135.5827191585126,329.91803159751083,3695.0814257000748,52.60201877609172,1351.3826898917814,435.8663313705232,7499.404301749764,243.81963232057953,4374.7574496079615,280.91519852677243,4944.183976959599,223.24348168470658,5613.78394912102,86.29652398313439,1523.3455232642614,147.55226211930898,2929.081408665245,334.9734380751521,6722.675679550669,139.83311806599227,1957.2802451576122,98.70727604597143,2665.702494438754,132.8878416252377,4765.137207727461,191.7515268604378,3191.2442072891686,236.5786911989535,4065.417857066433,277.7667381548917,5730.980937531714,2614.6700866266724,875.4544674644341,23400.944971250156,9789.720265645214,644.9700170260408,4571.948260281743 -6225,598.0626201418486,4489.856435192309,117.38604842013791,1798.8942012724283,263.9383386500107,3201.943279233026,302.0324447643733,3773.283053560874,48.201292307624776,1379.9829598283013,394.09744808217687,7658.119511732451,220.45450169949362,4467.343543022854,253.99812599296285,5048.821247670965,202.40954690847383,5732.592438759895,79.07861335676073,1555.5851645574587,134.8481496984589,2991.071635105526,306.1681640141027,6864.952431035642,128.699662619841,1998.703554610694,92.6232298901447,2722.118646193301,122.88157522459508,4865.985184725357,173.47740641189992,3258.782770898515,216.79105931806532,4151.457177376329,254.53410492191028,5852.269750123788,2357.4233526302874,791.3060297161044,21440.545822852288,9017.888802330242,577.6339190971554,4211.174947954045 -6226,581.2140012894282,4581.089637037837,113.30635616972943,1835.4474586276178,257.2260761275742,3267.006281070341,292.5782101642595,3849.955592964929,46.75200773920429,1408.0240042881144,386.99113885795884,7813.73133880441,216.4792974281357,4558.119286313734,249.38232597684035,5151.412529735206,198.35315096261016,5849.077847728463,76.24842182943605,1587.1944191860873,130.90619741936075,3051.849757114305,297.1310128042843,7004.447223317079,124.10684299719225,2039.3169077232558,88.83476303871127,2777.431684255952,118.1931132836353,4964.861265718887,170.26706533474615,3325.0007425863737,209.03219515445545,4235.81415762361,245.424432450604,5971.186983909383,2312.2528454417484,775.7036404555275,20798.437695275017,8704.279427051759,571.2009997415246,4059.999052451435 -6227,555.7710195102574,4530.794410379405,104.46840352564072,1815.296303931808,234.46279498792154,3231.138215954898,273.74804853058987,3807.687398165258,41.35778767491059,1392.5654797782174,347.38713906205214,7727.945331572432,194.3251827978555,4508.076248345685,223.89277465627825,5094.855797315176,179.54291195464177,5784.861532527842,71.69483811632605,1569.7688044549202,121.77918086949876,3018.3438693402345,276.5425733304521,6927.546248085005,118.06711095640269,2016.9274951099205,78.86893455271395,2746.9385991701315,103.49869793707855,4910.3526569660435,153.1263382453154,3288.4959633225544,196.5487158045459,4189.309668512929,230.76759534378147,5905.630047335273,1981.0317966392797,688.9278837888515,19126.41602333443,8210.126032227901,492.5741429509432,3853.384238624526 -6228,512.7655095067082,4480.434198255703,96.26518144482546,1795.11911232851,216.78506127495018,3195.223806423599,252.03933079214838,3765.364589469047,38.18639464156091,1377.0869816152644,322.5233223914522,7642.048481941207,180.41659155693557,4457.968550760374,207.8511061413094,5038.2259890624155,166.37824286221036,5720.562244699431,65.87919637605084,1552.3206744324195,112.2556995235063,2984.7946892728214,254.88106764754832,6850.545910627384,108.39429952254974,1994.5091535804147,72.45431636644702,2716.406114573593,95.19045007352197,4855.7736187204555,142.12084856669696,3251.9440169571503,180.60535160061565,4142.745091873815,212.04851186378644,5839.988405943072,1841.7467258246584,639.4078651737732,17636.068709031595,7545.57322822894,459.77696424044564,3539.0293688377183 -6229,508.77945790252437,4406.550899129419,96.57626691829896,1765.5172218699668,205.9458137366076,3142.533896066847,242.28503911798367,3703.272938085892,36.539492977395334,1354.3785286208645,303.6215604213234,7516.029500533413,169.84311909055643,4384.455714870579,195.69687631274363,4955.144586380364,157.2653189175649,5626.228974129315,63.56275699216613,1526.7225811106482,107.59789220936904,2935.574799168433,244.37537375505798,6737.578972536814,104.99488648989673,1961.6192795451118,71.78077864690385,2671.6120083261135,92.13095256972929,4775.7008938713525,133.91003592432548,3198.318778438903,174.2549197131359,4074.430356898794,204.59247792294155,5743.6857729397125,1717.0169267167778,601.7210918100899,16948.00719657983,7320.005307389596,425.81862519135456,3436.764013196859 -6230,468.12018850615567,4317.007193317922,86.40210171286665,1729.6408736014175,194.1691456420372,3078.675759139923,229.42641824565388,3628.0202540483256,33.70487463809648,1326.8567603943372,286.4922429501674,7363.299360822725,160.2611358376004,4295.360996197643,184.64688170102363,4854.453134209929,148.55684643523225,5511.900692527692,60.05628013103356,1495.6986803800903,101.86240951701521,2875.9221928054126,231.3291328126985,6600.667405370358,99.63479821560063,1921.7580221348205,63.99572449292402,2617.323281112437,83.63768615009405,4678.655843065516,126.3864565055326,3133.3270598944737,164.64204461415417,3991.635535829177,193.3060135883787,5626.970700108623,1594.3909985208395,564.4830955899846,15892.513427476231,6893.780211354045,398.64264645340836,3243.1983484778166 -6231,470.6154250205073,4202.705764907805,87.26648203873201,1683.8451605909838,199.12634897996955,2997.161640417587,234.35489616607532,3531.961137450041,34.654689777132326,1291.725565050618,294.7147753414563,7168.34123426318,164.86074512167664,4181.632694293853,189.92838856737117,4725.921746018355,152.6576390480789,5365.96206092527,61.30329033150619,1456.0970563885453,104.1385874784212,2799.7763816187116,236.48237222061192,6425.901490210028,101.52975479337834,1870.8756220942064,65.33193485196658,2548.024395044963,85.96339134230645,4554.779040930583,129.980593042484,3050.3659383155327,168.06067641440157,3885.948974976542,197.3198248039829,5477.985359143747,1652.3995912253097,581.1485440428154,16258.522655459912,7025.288598446884,412.52092590702995,3302.3702172583467 -6232,497.81371697373646,4154.035055121283,92.06021590353706,1664.344880599729,207.83239901834517,2962.4521002917722,245.07293766566076,3491.058189417495,36.12907777284896,1276.7663450582593,307.6655034299984,7085.326082744184,172.10526375862517,4133.206027598029,198.275678596029,4671.19177474726,159.47193317002572,5303.819908511583,64.03408542186546,1439.2342824479456,108.89339926082683,2767.3527213961142,247.26834560430362,6351.48438750485,106.27036099801994,1849.209379072879,68.40783551139688,2518.516225118884,89.53438506549261,4502.031039703871,135.70433410383484,3015.040249668447,175.5470489655832,3840.946563343173,206.10956522234235,5414.545886921844,1716.7756284505856,606.023970592314,16996.09882434317,7354.755380752723,429.5332454209177,3457.3571389251188 -6233,533.1157905431838,4131.161772346206,100.70816085757941,1655.1805306161448,226.2374580957393,2946.140007664134,266.3236343670423,3471.8354433185305,39.990492782648175,1269.7361112589044,335.4234981760843,7046.312288952426,187.63283169824174,4110.447435293819,216.14884157195166,4645.470881942399,173.74985120155512,5274.615587665541,69.5738601826791,1431.30945459137,118.3753072632757,2752.114900700106,268.793225175862,6316.511332027675,115.36837535816349,1839.0271132815221,76.338407701327,2504.6485680032456,100.17736370817104,4477.241593378335,147.9346551934426,2998.4385919323418,190.73413416853327,3819.797233666959,223.9407024964779,5384.731877765251,1901.3826930443909,662.7833469095143,18557.563067939976,7995.5165251344915,470.7864035485391,3751.8396006755115 -6234,554.7939525722836,4237.470555811563,104.49763754765033,1697.7739312917647,237.90167790346518,3021.9541677945704,281.2132651623149,3561.1775273883795,41.888278883992896,1302.4107216345,352.03675109871915,7227.637767990759,196.9261331709867,4216.223168713285,226.84634874107866,4765.014580615462,182.58263097972198,5410.349310349965,73.5231791118986,1468.1418942935934,124.88055808292708,2822.9361377208356,283.5857592177485,6479.056560817309,122.12894594791898,1886.3515091648947,79.48176945178773,2569.101658186023,104.78567645313275,4592.456182712181,155.31413975400048,3075.59857175634,201.5610442255896,3918.093553049496,236.65256371949846,5523.299265526308,1986.0838176124087,694.3079733655911,19530.081354032267,8441.028520386548,490.88258278287316,3964.1295367346547 -6235,579.6792189754478,4248.7772325717115,106.3913135628066,1702.3040349939831,237.17142619367803,3030.0175297717706,285.89211611369285,3570.67967794196,40.86776242721393,1305.885893165374,347.0447730630307,7246.922990839102,194.1336663947922,4227.47315190241,223.6653232085491,4777.728882440292,181.17345940963085,5424.785533565186,74.91089898851291,1472.059279823044,126.46859657165633,2830.468467681212,287.26800415060904,6496.344373742266,125.60050716483202,1891.3847870341401,78.2608467053516,2575.956691543891,101.48178497306525,4604.710053720643,153.32725760134866,3083.805070996112,205.365426337485,3928.548048658816,241.11928388165936,5538.036868684217,1882.9172530599665,678.850892483767,19622.76917161584,8635.883301399104,468.4157239547588,4071.9945614587837 -6236,556.7325597701896,3944.1466949405726,102.89205243307316,1580.251556126318,224.005718541513,2812.7701151391484,273.86681518437194,3314.667651314324,38.66514258309599,1212.2559615534738,323.308200378386,6727.3301936581265,180.8556451117008,3924.370082809342,208.41246633157112,4435.17335682789,169.65283117411,5035.837080124305,72.21192168345912,1366.5149819484361,120.68309361270198,2627.5284019023784,274.2487331584517,6030.566863912152,121.39731511171756,1755.77552041396,75.65449125582694,2391.26471338043,97.06658470551825,4274.559701627135,143.01316883775414,2862.701175615237,197.96628105406555,3646.8774317579805,232.43195688659537,5140.9684755015505,1734.0521575423202,632.0245482991446,18709.040453217905,8327.420906187317,426.41532499951563,3935.4299010582963 -6237,481.90448211399126,3633.797839767239,88.42105101890286,1455.907991025459,182.94367339828275,2591.4446795971644,226.69960758267453,3053.8499408105363,31.354725940356847,1116.8684724603893,261.04479888934463,6197.983953404692,146.0260687818385,3615.577368775994,168.30622735498855,4086.1876115582036,137.6499986364805,4639.587550495807,60.02274021380785,1258.9894782015995,99.57626660008597,2420.778883049072,226.358042197518,5556.046095031476,101.29902773988991,1617.6206887488954,63.047381943471464,2203.105822848802,78.95211682491421,3938.211991367835,115.60267440819106,2637.4468680877803,164.55009618617655,3359.9194853521335,193.19805705692454,4736.446584137633,1360.8033272898956,508.3422927211507,15426.191440071,6955.599546433696,335.2361883290041,3295.032814323923 -6238,374.37225718133124,3316.8209272662757,71.56364453493008,1328.908845715193,148.71955217290733,2365.392441779671,177.95538750919408,2787.4619995536336,26.556818519863803,1019.4438121791122,221.49734111625523,5657.332573247953,123.90358324107898,3300.189831604586,142.68267553640462,3729.7486487637375,115.31425373267692,4234.875400320641,46.11805272046922,1149.1675741583344,79.0190012483347,2209.6138568060114,179.37288314447275,5071.391082679737,77.70814548322888,1476.5153124657309,52.61811884818816,2010.9284611923154,66.78752797763076,3594.680971524968,97.7885394240221,2407.3818501655533,126.43091575027147,3066.833036495924,148.44237615785818,4323.285401081327,1226.9052401586216,433.9039600928193,12420.65412465291,5396.4195458525755,304.08038944675656,2527.698173845509 -6239,322.6217125061212,3079.250693947429,67.40238963626452,1233.7245739504085,150.24695565510908,2195.9691154660045,162.90430119367733,2587.8075677579523,28.0093511846908,946.4252472261775,231.53622381542263,5252.121122626601,129.51924224581106,3063.8108152260984,150.18270975908268,3462.602102073996,122.80588166682202,3931.5487031631833,39.30414220768618,1066.8574299865593,67.27127741700316,2051.348309458958,152.7127149987408,4708.148209704877,65.17381527015914,1370.7585969319673,53.451971954661595,1866.8939310837761,70.8754294819279,3337.2087667123124,108.87447414936092,2234.9509953280676,107.75083506271035,2847.16840701869,126.51011736160616,4013.6262594027394,1480.9842804071395,468.82425055305305,11720.09733390436,4634.068402858928,358.85734026568923,2120.980155785318 -6240,330.4014718313127,2971.12244982065,69.1082764130858,1190.4021928985742,152.05031927097454,2118.8574060885576,163.84121176937853,2496.9364058257124,28.2298237783546,913.1914152484923,233.39286178659358,5067.692282179459,130.55782851619338,2956.2247442257067,151.41148895971534,3341.012428929524,123.6092528407265,3793.4919159040137,39.751732199134295,1029.3946079874277,67.65631026563605,1979.3149764048414,153.62416794672131,4542.82104098663,65.34503186709178,1322.6242503198914,54.157084345127025,1801.3377348520721,71.42616814798873,3220.0222950364673,109.7043982611033,2156.4704327323584,108.97788627500762,2747.189759229701,127.95079661746608,3872.687309266788,1502.9551924982331,474.4902967967747,11804.481381101086,4658.978996347356,363.7397530584197,2132.1446752863512 -6241,334.8183748615703,2896.13447342257,69.32417305516452,1160.3577053175625,161.29124835698377,2065.379694603372,168.9699944541961,2433.916381767509,30.43580414143729,890.1434333998421,251.8478878299147,4939.789108995956,140.88140099815263,2881.612770100978,163.35550544221138,3256.6888221453664,132.30218075747513,3697.748207234824,40.585219724124265,1003.4137809189466,70.3315728395227,1929.359167702318,159.5747635787812,4428.165060711307,65.99406193836066,1289.2426183805874,56.864743698154015,1755.873882780202,76.9622313293725,3138.752350784906,118.1050707569285,2102.043408385835,111.2628611348446,2677.853606208273,130.63358267214545,3774.9447929453977,1656.6932504024855,513.9796098276087,12328.382230808125,4737.6710995820085,405.2402617966287,2151.845120230409 -6242,365.9181679068802,2892.8204479103297,78.3097595072102,1159.0299164755609,195.84318021134297,2063.0162957131647,199.78296996345438,2431.1312690395403,37.13717970608531,889.1248487744002,307.52056974391985,4934.136544419783,172.02418918252883,2878.31536166772,199.484745235209,3252.9622169269064,160.47639289394226,3693.5169009853817,48.034872811762725,1002.2655818626474,83.59574020308581,1927.1514161069701,189.63538532472427,4423.097943794506,76.5776391636522,1287.7673474744915,67.2656772108036,1753.8646491285153,93.86159872061775,3135.1606994087138,143.9344985906523,2099.638055475894,131.6858063012594,2674.789357897133,154.612136419493,3770.6251512071,2087.1841040153977,633.9960855583672,14734.31603101728,5525.004317962804,507.77093044396855,2505.0324596928144 -6243,539.2564995528683,2975.0213067014233,123.94755237713156,1191.9642987555544,265.98083093504977,2121.6378777509103,283.9564797065867,2500.213011839475,49.7233163987384,914.3897511275873,411.2161253021656,5074.342363843111,230.03053289343364,2960.1040515850623,266.74826721788503,3345.3966741154027,217.21968882786572,3798.4699275168887,68.56276508749937,1030.7454315627485,117.60343448403911,1981.9123334459284,266.946927331087,4548.782360108581,112.4534998164084,1324.359864636073,95.7256685637003,1803.701541171313,125.78238003375617,3224.247770860261,193.13251301924964,2159.30026210723,187.96225480127106,2750.794760328262,220.68624248361147,3877.769245073146,2737.2586994717126,843.4857038544573,20674.946551383568,8035.134436005076,648.1402982349695,3668.47981434933 -6244,731.3727432787524,3236.1146270228514,156.31139477316458,1296.5732693755835,358.6845770507616,2307.836704890029,392.1432010449384,2719.6362863221,66.50933975186064,994.6382709119688,549.6481230698296,5519.675946241029,307.4681241177548,3219.8882062680327,356.549125494349,3638.9948152344346,292.2459538114635,4131.83060741605,94.9152239207682,1121.2055390337941,161.5527656495742,2155.8485908299567,366.8296995508695,4947.991833716389,157.8259115985053,1440.588112675633,125.87566234078638,1961.997692930793,168.32675515298803,3507.213662276431,258.6410985933067,2348.8044090975586,260.20653455774743,2992.2095481414012,305.50815876275055,4218.089378362893,3515.425206422491,1113.5944295421855,28095.702833420215,11167.081218838603,843.4368099441879,5136.166164983101 -6245,703.9847967615447,3835.9534716516728,141.79906547429079,1536.9031406923982,382.60463160390475,2735.612065840939,421.8033916364983,3223.741880782722,70.26490040281358,1179.002157860041,580.5428465694037,6542.790521562695,324.75034938307056,3816.719358463232,376.704236245802,4313.510614938547,309.38959762782014,4897.697328285126,102.67395113686409,1329.0296468418012,173.26382434242458,2555.4517807539773,393.56890602478666,5865.14034260582,170.84235885681034,1707.6122476916219,125.33786931892107,2325.669121459492,177.86137160067426,4157.302807289729,273.35839676333626,2784.173450492832,281.47679488147037,3546.838702268639,330.48154415043695,4999.9448287633,3662.7156916604144,1173.3492577445213,29849.860219451784,11960.838343644107,882.4961122860319,5553.3941726656585 -6246,720.4797184071925,4179.247650764195,137.35982430979544,1674.446493592421,336.6523138419359,2980.4324750178034,378.9272712999928,3512.246898065282,60.176382279997306,1284.5155799976096,496.8414340712941,7128.329923383942,277.9285461117973,4158.292203063545,322.6372096847536,4699.5432132460755,266.4480219111207,5336.011034715794,93.8230065148434,1447.9696040129477,154.41318562850321,2784.1489554769637,351.13924185068817,6390.034232527702,155.94252971199396,1860.4330128927634,111.90547965717927,2533.80216526177,152.39724639770787,4529.3557701574455,234.38612165917417,3033.339804114497,257.2122614112543,3864.258892512907,301.9925864986925,5447.409055919094,3026.0247749183573,1001.7990675415721,26363.624484033287,10878.630584036942,734.803125305935,5076.842792889715 -6247,651.2512946140033,4326.104521837627,126.7201425724653,1733.2857855841023,305.5277384938609,3085.1635233553493,343.7934390137374,3635.665664548986,54.94665974575207,1329.6528761540196,453.6690850328933,7378.816210870606,253.77832960881537,4304.412709188444,294.52834117658557,4864.683034918405,243.25007548626277,5523.516047592545,84.75477540473163,1498.850600599952,140.24583679071685,2881.9826897685766,318.8451005081922,6614.577143563268,141.35327857777384,1925.8077870019717,102.8284473338246,2622.8388266430093,139.15157795746677,4688.515282100245,214.01132727889586,3139.9299920525814,232.3520451650106,4000.0472011737643,272.80423846299715,5638.828544846263,2771.153195327669,913.5251004560149,24005.145255522497,9875.267875029358,671.3317590004391,4599.851842701716 -6248,642.2791666874039,4358.8549019873035,127.003195325947,1746.4074677116062,292.127311985789,3108.519472732847,331.0363916824117,3663.1891402324927,52.27993877436372,1339.7188921139523,431.54378031916525,7434.67686674259,241.40163686606687,4336.998873446708,280.1830799370391,4901.510674633773,231.87597194285186,5565.331322606902,81.82396771740405,1510.197512517921,134.77550744368185,2903.800477156343,306.47144642788226,6664.652197202758,136.7583017916791,1940.3869394013527,99.72283404016231,2642.6947890244733,132.42065473494293,4724.009259892793,203.7099506597959,3163.7005459918123,224.31734556390845,4030.3291940830445,263.37070795802146,5681.516782615451,2625.45727619779,868.944495697455,23071.641719770596,9552.334773128983,632.2724566585953,4452.2153044238385 -6249,597.692988097797,4481.8637776412515,119.88287936130268,1795.6918838868085,265.1528505794906,3196.243311650939,303.0218669487313,3766.566010438085,47.27657850886036,1377.5263709855606,390.1338046826602,7644.486842709321,218.23727589707545,4459.390961995443,253.30544831677219,5039.833543976736,210.217595606272,5722.387513746336,74.97327078757405,1552.8159759004766,123.14099032258203,2985.747052541439,280.0509830702881,6852.731725390025,125.84821794453546,1995.1455448416357,91.78447070673487,2717.2728426656345,119.77057802859879,4857.322958261903,184.30136790000867,3252.9816199937954,205.53641629059706,4144.066924250067,241.3200429664801,5841.851780488385,2358.298624996495,784.5594027189442,21069.550781030746,8781.311463071654,565.1392807585514,4095.457207654463 -6250,580.9198053349654,4570.367791646222,115.7158236623807,1831.1516719403783,258.4537587432619,3259.3599918652862,293.56851567482744,3840.944935697143,46.41873634667095,1404.7285840108937,383.1438483978232,7795.443633043548,214.32715839397088,4547.451202050708,248.72649912551398,5139.355867877795,206.01729731512071,5835.388329876676,72.29741024438674,1583.4796581756584,119.56920206332,3044.7070325996683,271.84373953278964,6988.053612597273,121.3766760000912,2034.5439732640964,89.63864647021312,2770.9312235656384,117.57865308439412,4953.241219158026,180.8865140999173,3317.2187198115325,198.20064474478255,4225.900414801712,232.70712299552298,5957.211674819536,2324.0671690404115,769.8628345274583,20484.327660826453,8484.36502929438,560.2568679658209,3946.8248838466325 -6251,555.3046698903507,4520.462446263663,106.68672817872155,1811.1567260624845,235.46331095297055,3223.7699707695133,274.57520148408844,3799.0043977908244,41.68683640979798,1389.3898917327904,343.7784908227368,7710.3226264522655,192.30653803555518,4497.796090428514,223.2183485404133,5083.237555014853,186.4309448496056,5771.669810203896,67.95941435397015,1566.1891242733425,111.14473561381682,3011.460877590366,252.8174314086226,6911.748762531172,115.40798462559528,2012.3281201182438,81.45906199097924,2740.674516436703,105.6572570617793,4899.155153205735,162.69127288569084,3280.996920282779,186.30819134327854,4179.75642172123,218.7442086973082,5892.162926075008,2002.3088067491612,684.3429865578877,18883.14763107959,8010.13782329367,484.57946967849875,3746.797074664812 -6252,512.368226395949,4484.787921877619,98.30910774926414,1796.8634639108946,217.73227186447863,3198.3286665214773,252.8175990597355,3769.0234662727016,38.70017622770209,1378.425123379209,319.19788062056466,7649.474406644801,178.55636989830955,4462.300444082846,207.23852927332703,5043.12172963811,172.7711927399565,5726.121024467938,62.45043043252836,1553.829094127925,102.46768348960907,2987.6950713720194,233.04585418935608,6857.202717140854,105.96319638472939,1996.4472562802491,75.44705863464142,2719.0456983604367,98.07706417940823,4860.492066837544,150.9960000440148,3255.1039931686714,171.20551807424292,4146.7706765310095,201.0121793666055,5845.663234397102,1865.7126973475426,635.4416200160349,17427.918896415584,7364.481101841785,452.8437865257508,3440.0018233771852 -6253,508.32277641610233,4405.966067760885,98.62573855844734,1765.2829048549881,206.7928848109463,3142.1168232947016,242.9915043429094,3702.7814448000977,36.43982730746418,1354.198777367211,300.4264317194935,7515.031983445933,168.05579336882076,4383.87381594448,195.0847397409144,4954.486946412945,163.28756389798428,5625.482268765882,60.24574655561625,1526.5199565916262,98.17907584386425,2935.1851937226934,223.36082321092536,6736.6847703316635,102.6145175324452,1961.3589361350255,72.99921523121844,2671.2574356585587,92.37555895407047,4775.067069423751,142.27848536242558,3197.894301973972,165.16145972712764,4073.889604111372,193.91585820687678,5742.923478871652,1733.414941002301,597.1551747428397,16669.933660024537,7121.245305595654,418.66689697663753,3330.963102415474 -6254,467.6698923928138,4317.072172480043,88.23553151889746,1729.666907983503,194.9606798004378,3078.7220990606857,230.08663248720055,3628.0748626476884,34.38604523499008,1326.8767321100847,283.46035349225303,7363.410192471014,158.56512465329783,4295.425649543362,184.05965625887325,4854.526202954801,154.23982585180167,5511.983657107702,56.9210307341278,1495.7211934875938,92.9377026090517,2875.9654808996975,211.4183036709889,6600.766757958444,97.370509995334,1921.7869482450828,67.32524120196103,2617.3626768016707,87.17626275361124,4678.726265727078,134.2863264015374,3133.37422242117,156.0468757166533,3991.6956175295304,183.2144368007574,5627.055396710922,1618.2706492353122,561.1867842664064,15726.615211355718,6733.771978886487,393.0342298148026,3155.586729204051 -6255,470.17829085741926,4227.398508344304,89.11898003903636,1693.7384909507828,199.95367591795048,3014.771282292236,235.04179983918792,3552.712961411396,35.37078304887761,1299.3150204520625,291.6140156617125,7210.458389463747,163.1262085662781,4206.201624178989,189.33409984424344,4753.688613294624,158.50236090428461,5397.489446346058,58.10548090744886,1464.652266542029,95.02559937747449,2816.2262983481064,216.15209354872852,6463.656485615817,99.23000236369938,1881.8678386142667,68.78156748810673,2562.9951582095277,89.66524843792651,4581.540369598118,138.10341971128616,3068.2881788233485,159.29400154352246,3908.780633059208,187.02688307280755,5510.170930675235,1675.1830032380424,577.8126942626857,16104.058367617865,6869.0824895028245,406.4608649948114,3217.984557538486 -6256,497.3526107710509,4202.575800280415,94.0138856754827,1683.7930893014097,208.69302193237743,2997.068956080968,245.78738882165663,3531.8519149541385,36.925870554680316,1291.6856196818144,304.4219523213586,7168.119560215642,170.29085098617065,4181.503381330872,197.65166147458245,4725.775601440753,165.5740550021151,5365.796123717469,60.69333654706437,1456.0520279897082,99.36079754515441,2799.6898012310835,226.00266881932396,6425.702775396397,103.86081546625573,1870.8177670677733,72.1639553742346,2547.945599845011,93.6101252360246,4554.638188776276,144.18546351098004,3050.271608687252,166.38851093942492,3885.8288057477544,195.35653746273664,5477.815957723358,1742.9859554207076,602.5916783232448,16829.09597747272,7187.470553011181,423.549309769368,3365.4297067012362 -6257,532.6308237219203,4196.85748273822,102.84694646888708,1681.5020030682153,227.1814979884902,2992.990935171605,267.10589956310247,3527.046231077986,40.25651815994954,1289.92806220063,331.89446361182206,7158.366117143183,185.65872209633818,4175.813736390591,215.47224271359923,4719.345381783468,180.40147235843784,5358.495047529848,65.94525939245365,1454.0708221174793,108.01788230281855,2795.8803481566106,245.68770598697876,6416.959516345833,112.75611759986214,1868.2722020228882,78.70003586999326,2544.4786874768442,102.05061749828162,4548.440830610484,157.17947522211026,3046.12119654067,180.7864608879409,3880.541476242742,212.26115204593873,5470.362459542106,1917.608590704515,658.302042624792,18336.02928103825,7809.344238430121,462.60861211121164,3656.0971247354137 -6258,554.2510097518123,4299.982192712429,106.71723331044983,1722.8196811406015,238.87493859755526,3066.534371758266,282.0233752829268,3613.712414321415,42.25380527952457,1321.62402944497,348.30432254542137,7334.260684150962,194.83824683513143,4278.421361796693,226.12019333284275,4835.308605639955,189.56452357462484,5490.1633850770695,69.6853560910179,1489.8000867945805,113.93980238696521,2864.5804055715043,259.1781198655652,6574.636323757377,119.35393134042114,1914.1791764147813,82.20034309687989,2607.001331564917,107.12564814927674,4660.204607060078,165.02279862369048,3120.970143933231,191.03979602895748,3975.893704886763,224.2995796950883,5604.77959055367,2001.3723059926951,689.7152609112127,19321.952731385834,8254.520469049246,482.1382632821335,3870.4475415833363 -6259,578.9925181477256,4244.488494415066,108.6482355012695,1700.5857203190874,238.0542761957429,3026.959014089749,286.6433982797313,3567.0754150348457,41.6686778724103,1304.567725054486,343.2476306536144,7239.607908534757,192.0095797207386,4223.2059181972,222.88463861640926,4772.906217697328,188.06321483323384,5419.309726424471,70.98623754548854,1470.5733754188727,115.3241913466009,2827.611377875358,262.4034581824279,6489.786929454343,122.7026108724529,1889.4756132504765,82.27109279322435,2573.356507267766,105.69108040957671,4600.062035096299,162.92271774756145,3080.692261886176,194.60611385612518,3924.582551530057,228.4867888856361,5532.446745048278,1907.588614521667,674.7626316733124,19430.824840235666,8443.024401848452,461.388008913029,3970.7606801297065 -6260,555.9621009540579,3940.897648590453,105.07471751706598,1578.949801666402,224.76090951709034,2810.453056169704,274.52828255349374,3311.9371471857185,38.82996318943529,1211.2573486437793,319.6763753957408,6721.788460730243,178.82403549152926,3921.1373277218026,207.6334367983289,4431.519820354301,176.07700244285786,5031.688738454874,68.41607191199336,1365.3892959996406,109.99662715828059,2625.3639384013154,250.40045414922753,6025.599099583437,118.56155736280091,1754.3291756181268,77.77459183994132,2389.2948754179765,98.53000749710985,4271.038472912504,151.97197169373436,2860.3429852319923,187.5601009500242,3643.8732651471933,220.21407416223326,5136.733530365551,1745.9964213448056,627.3796535432268,18473.93463078856,8130.701587531667,418.66689697663753,3838.6977467537386 -6261,481.1856690879936,3606.0509874669824,90.29470008457663,1444.7910093520002,183.50385738931112,2571.6569985153587,227.2046118026273,3030.5314385186625,31.360559125229326,1108.3403192964927,258.04073028861364,6150.657560221109,144.34562033014706,3587.9696438404744,167.6378751536378,4054.98641404296,142.84119408929163,4604.160717145616,56.85872643729536,1249.3761214218305,90.72068656112455,2402.294367101469,206.59252452397354,5513.621393061228,98.90747891428259,1605.2689057637886,64.46307225379813,2186.2834087894835,79.6063635252843,3908.140701970354,122.85108052679942,2617.3079247768082,155.8760708183752,3334.263905759739,183.01389498858006,4700.28015727704,1373.2702238210024,504.3230761360968,15186.301335249977,6772.4615973887185,329.56286350930645,3201.8375586986854 -6262,374.02109979992804,3293.7527007016874,73.08165814173391,1319.6663900599492,149.31917313833313,2348.941324894651,178.45229505113718,2768.0754223594045,26.589940315699376,1012.3536612952062,219.11251736167725,5617.986273760368,122.56953468274634,3277.2372729916765,142.20475171128868,3703.808542636404,119.70781602822179,4205.422177686788,43.70911538578959,1141.175204795418,72.08169588427684,2194.2461676280896,163.9006296353775,5036.119959800846,75.9325929445662,1466.2462655376785,53.840251396346474,1996.942613187492,67.42834906936751,3569.6802503835656,103.90468950813525,2390.6387002744714,119.82690419205179,3045.5034558905695,140.6886146505665,4293.2172939020475,1239.1945408811914,430.7359346772221,12234.797910908297,5256.799402581549,299.04778355474105,2454.008117710353 -6263,319.7135564617139,3085.813765809789,66.60052955227533,1236.3541172523264,146.99834260081332,2200.6495733256565,156.20882073594603,2593.323184614526,27.397935416393032,948.4424447613135,225.95667662183408,5263.315420130656,126.39809466605084,3070.340978746895,144.56226048237443,3469.9822437660437,110.61713959027001,3939.928351082057,34.99669049538524,1069.1313149916537,60.31591529808547,2055.720524555368,136.8824024943267,4718.183090950392,64.7823673056583,1373.680212633896,52.431174864158685,1870.8730026979158,69.43835611224517,3344.3216468031346,98.62164696912704,2239.714538621253,95.94211738251724,2853.236821940616,112.64551706647296,4022.1808462770364,1418.603034532965,449.13742507069685,11085.570386025853,4330.088721767427,330.66982445981967,1971.4387680819896 -6264,325.58712741465865,2953.7725471014055,68.07361847164023,1183.450826001928,147.00173370851635,2106.4843146079943,155.72733374626557,2482.3555178048127,27.245837920165467,907.8588237830793,224.71506723344396,5038.099436515294,125.70354974992674,2938.9618368246215,143.79224403426807,3321.5025495473355,109.94266062305994,3771.339777505562,35.10540682888227,1023.3834466805705,60.08084365879457,1967.7567445004508,136.3900895009024,4516.293186795763,64.5168334848724,1314.9007712426326,52.622831025509775,1790.8188030369008,69.05019875842521,3201.21893889204,98.06828791710517,2143.8776995627472,96.24015914252723,2731.1475139574413,112.99544751495236,3850.072708484552,1417.52284911165,448.3176545785028,11053.812212980622,4321.048706309119,329.54509716573864,1968.190182036319 -6265,327.882897354707,2880.8639543163786,67.55961166383729,1154.2394588508755,154.2387690832254,2054.4895165479634,159.23013361147173,2421.0830113036263,29.024639706735943,885.449952336817,239.58549579389108,4913.742962084712,134.02193124238366,2866.4188199352357,153.29587851619036,3239.517199301929,116.37669924223063,3678.2509997789375,35.53378935071584,998.1230565228412,61.90608120573837,1919.1861884075113,140.42641324528947,4404.816566438853,64.6774197981113,1282.4447972789894,54.62704126867719,1746.615643592375,73.51650276223978,3122.202574459907,104.37923928207596,2090.9599126696066,97.41455379563865,2663.7340219719576,114.3743027721529,3755.0405491630413,1539.4708297134189,479.5783829091347,11427.60024951285,4361.88925203074,362.1621886940882,1971.7685156965824 -6266,355.9817867772,2902.7625244470496,74.76561382665882,1163.0132830015657,185.88993656482265,2070.1064923837866,187.0928742986341,2439.486607223445,35.124108339662584,892.1806026507254,290.142654379043,4951.094238148298,162.3031425455025,2888.2075869674927,185.67379873199306,3264.1420325822846,140.07474666479715,3706.2108197337066,41.794953621780294,1005.7101790315443,73.1104690811538,1933.7746708930129,165.81363704089696,4438.299294544906,74.61777997719487,1292.193160192778,63.83895399559463,1759.8923500835742,88.92210858744521,3145.935653537289,126.21839543515928,2106.854114205716,114.57930134583626,2683.982102830552,134.5274108737656,3783.5840764219924,1917.9047813205584,586.306850445944,13547.453907429028,5055.283312040769,449.8909176324078,2282.1235440581395 -6267,526.9247928435667,2972.2921062545674,118.9926858301856,1190.870824403128,253.86202759842115,2119.6915471377542,267.28970334184146,2497.9193871001235,47.31027676572203,913.5509158184899,390.28565223168016,5069.687305603459,218.32221802475584,2957.388535806359,249.726238778756,3342.3277017765017,190.63361407725964,3794.985318583098,59.991476930304366,1029.7998548416408,103.35801764881728,1980.0941830972617,234.5666813539797,4544.609435759469,110.1882619444834,1323.144934334155,91.37453561789792,1802.0468763656959,119.88239698086959,3221.2899371004874,170.24869214067152,2157.3193810873313,164.46438906435458,2748.271258976461,193.09742843502926,3874.211889187116,2529.1119232509213,784.2072916251537,19123.30994792136,7386.6162152202705,576.985101863563,3359.80213062644 -6268,707.7544891461489,3235.6597602817087,148.13290652416399,1296.3910236501792,335.80570612434036,2307.512316454503,364.1463539479605,2719.2540155322085,61.92138114737769,994.4984650271193,510.3463713328968,5518.900103201087,285.4830842824397,3219.4356203049156,326.53158170499506,3638.483319844618,251.24178428386213,4131.249839260418,82.04244356453488,1121.0479429136094,139.84682227927172,2155.5455657718453,317.52293465501964,4947.296346324871,153.21617964539504,1440.38562429198,118.00391179890696,1961.72191546319,157.00555641839574,3506.7206899831353,223.04512659038303,2348.474262260909,224.91628892323652,2991.7889645827677,264.0739265886469,4217.496485715221,3153.1904205092446,1010.5788012940166,25564.807457264847,10145.449418337806,728.8232865645004,4657.584677053709 -6269,699.9483032855205,3829.780281065186,139.05305141437847,1534.429806208396,376.8702781676455,2731.209652000957,406.46028277102744,3218.5539208195,69.26092591018143,1177.1047925566984,570.9426659602972,6532.261224699333,319.380096308089,3810.5771212882896,365.38548850906216,4306.568892803585,280.6264356451432,4889.815475894093,91.86631220570158,1326.8908426655573,156.151363372261,2551.3392984223347,354.58591911002645,5855.7015865262765,170.50192051558295,1704.8641914571754,123.3237112800313,2321.9264278022374,175.5934538805526,4150.612469999458,249.43446962603335,2779.6928869347116,251.84805718416757,3541.1307833769106,295.6944811900385,4991.898429718584,3532.9193147914557,1132.106970801348,28369.393222481318,11210.183591984081,821.050924679144,5181.428671147735 -6270,722.8844667346701,4170.605188985632,137.0776282595454,1670.9838273351404,337.64021637340386,2974.2690992379025,369.8508723189496,3504.9837583545127,60.581399729447384,1281.8592701227767,499.12107523627446,7113.588916376002,279.20375649320175,4149.69307603586,319.61388674963774,4689.824807927415,246.39380492050321,5324.976447806572,84.95933274580949,1444.9752799132707,141.0959612322374,2778.39148357191,320.72590797078965,6376.81998172631,157.16209442005592,1856.5857364092647,112.20286362171342,2528.5623971988007,153.64594987124738,4519.989303416011,218.30176653168405,3027.0670187930386,232.91283146083865,3856.267810726953,273.4626569342665,5436.144103829124,3002.2922994251617,988.6631109964337,25451.482315974135,10305.522069316592,702.9545588006371,4783.578701022185 -6271,651.3072718829399,4341.504999268059,126.29363746703429,1739.4561008149599,304.34167661609445,3096.1463812522834,333.9216054036197,3648.608252211593,54.87718324103127,1334.3863006485394,452.10162874659375,7405.0840210784245,252.90150892344047,4319.735966045622,289.443155612325,4882.000795251584,223.27505464267117,5543.179184208449,76.40814366312419,1504.1863512110638,127.46707620740177,2892.242245251952,289.68813254594795,6638.12434301189,141.94815036238182,1932.6634603240939,102.51840105548725,2632.175857209302,139.18384567610295,4705.205903748366,197.75762289713376,3151.107812822201,209.4700665845634,4014.2869488107845,245.93853673554992,5658.902181833216,2723.249647355336,894.1397263053583,23045.580819972693,9318.360230028698,635.470921155776,4318.4773463059555 -6272,637.6392003470708,4387.901375348867,124.64828111700216,1758.0451521791929,287.01761047467556,3129.233979200468,318.3789258132016,3687.5998462946795,51.395964643933745,1348.6464912166502,423.2570329749254,7484.219957397711,236.76610632565328,4365.899702925861,270.9915436887573,4934.173289573596,209.6816805092128,5602.417495843978,73.11324022664446,1520.2611445507407,121.16493740585787,2923.1507801839944,275.44665761752435,6709.064008759477,136.36838635839166,1953.3172614271564,97.90006326637757,2660.3051397973672,130.38903840152093,4755.4890435086,185.28830720344067,3184.782767286038,200.43721211198172,4057.186442650987,235.3330738751318,5719.377190816761,2523.093787142947,835.6563912510394,21881.084296610803,8936.795488575082,585.9829202162113,4148.993565287286 -6273,588.9607725412741,4483.163398702559,116.74013891707762,1796.2125866809365,256.40215047549566,3197.170137036755,288.1957308977938,3767.6582142083985,45.627235411455615,1377.925816924362,375.57809337360294,7646.703540180859,210.09494435157714,4460.684066539077,240.4710260146673,5041.294961401316,186.82803867700693,5724.046853633221,66.322457904461,1553.2662511535273,109.33729756746875,2986.612839621488,248.61679765386867,6854.718834976496,124.50182317895504,1995.7240838823327,88.82374037326765,2718.06077937921,115.79013124728327,4858.73145248023,164.57050543932945,3253.924897977049,181.82053649346972,4145.268593225615,213.47525888919512,5843.545761829103,2212.1942454018636,739.6092082189502,19718.580608753535,8138.948474978808,510.6261915127829,3785.2400295457996 -6274,571.9387216659277,4545.480098117063,112.65397976575248,1821.1802333835167,249.46965834959988,3241.6113212381624,278.83276876899635,3820.0292753433464,44.708826394076105,1397.0792095875895,368.1018718094804,7752.993961396195,205.91281450644817,4522.688299585329,235.65411939450604,5111.369780191195,182.76842469379648,5803.612034620296,63.867862293878396,1574.8569043320038,106.02257937423185,3028.127243189302,241.00506493843474,6950.000540152308,119.94277072235991,2023.4649728014324,86.63040823534367,2755.842265690404,113.44192892276548,4926.268608843442,161.21952251060014,3299.1549825738516,175.0913544804396,4202.888499961824,205.57453491131974,5924.77199704957,2175.0450670438076,724.2902332228032,19142.07253630679,7856.072002108231,505.0025550423778,3643.906603028886 -6275,553.7886166028565,4476.340403888567,106.29217387441979,1793.4789033252737,233.36283175481998,3192.3043149989585,265.63159968560996,3761.924157657197,41.41184958926059,1375.828730588927,340.73681309701277,7635.065905332689,190.6050513839209,4453.895283363862,218.15211048724024,5033.622537641924,170.15070072779383,5715.335339346527,61.07265507040998,1550.9023115345885,100.55241390477002,2982.0674679488798,228.65453979398526,6844.286533741179,115.61965579996189,1992.686760933446,80.89453568548952,2713.9241211866524,105.12243979617102,4851.336874911978,149.4317590969635,3248.9727000021903,167.42839847670464,4138.959845674196,196.57746808761368,5834.6523803298205,1956.0415185618851,665.8410071010557,18052.704780363903,7532.074310861233,455.51455410281284,3508.168682449615 -6276,503.4236290223152,4379.713780311447,95.70202993849118,1754.7647316473167,208.94377862291566,3123.3949918560934,239.21477899302135,3680.7189773738023,37.021070110781366,1346.129987226667,304.54766249690505,7470.2547934297145,170.36117210660296,4357.753161861294,194.97664191392101,4924.966379644754,152.26671404083737,5591.963677090388,54.99700702285655,1517.4244165712482,90.45223849631613,2917.6963333370527,205.69679989892887,6696.545245349604,104.48222782803134,1949.6724733273109,72.60527708788987,2655.341149202001,93.98955818484717,4746.615549060462,133.61633923618385,3178.84012880123,150.77223671106293,4049.6159444236664,177.021489903882,5708.705131374463,1728.4544088155487,593.138849318858,16212.081215379074,6797.437995617483,403.77709857508603,3168.182797954089 -6277,503.9257588340869,4276.264161920337,96.75302072211167,1713.3168766136969,202.48718433759484,3049.6198466754317,233.12681581074114,3593.779740539206,35.6929609248325,1314.3341575289721,293.5591346378669,7293.806046678569,164.21429030017694,4254.822257183511,187.9590595878935,4808.637797888191,147.07252211302912,5459.880500547555,53.73829108074135,1481.5825819889692,87.9984789323621,2848.779827052617,200.15589082709604,6538.371655722711,102.20842096652996,1903.6208627722892,71.4621942916516,2592.6215190247913,90.63094941165274,4634.499645640695,128.85190808417246,3103.755359625411,147.3215140581427,3953.963295621717,172.97000085928005,5573.8645009198235,1656.3210865504166,571.6246387487568,15766.909826784697,6648.331020537203,385.78146186978955,3099.7054969418773 -6278,460.26609024311114,4195.362917887402,85.9087301959228,1680.903194602428,187.73216974728862,2991.925085528408,218.25381566787328,3525.790196212408,33.02509447290644,1289.4686991772776,271.5289484522272,7155.816913975818,151.8908059905562,4174.326665538259,173.84877685838643,4717.6647510364155,136.41346809651205,5356.586805855152,50.253882209999915,1453.5530053580883,82.2537164183355,2794.8846925946486,187.09320043274428,6414.674339357646,96.21714061402567,1867.6068818454962,64.95045408202232,2543.572559874084,83.87521546206807,4546.821061576292,119.2613885469538,3045.0364264024397,137.76913752901234,3879.159556338054,161.75456781804917,5468.414380178702,1504.8693391028748,525.764502523835,14670.885756740478,6227.343487048641,352.0396430473591,2912.261404137073 -6279,466.37151960401906,4112.577234030923,88.29063100563738,1647.734497832859,195.78538049512568,2932.8864352136106,225.4943146529218,3456.2169654238564,34.64575057128209,1264.024047507746,284.9475646204818,7014.613588215971,159.39705693246157,4091.956082966362,182.42045338314054,4624.572660968361,142.76531058272147,5250.887082007994,51.82727713764393,1424.8705333227958,85.17234920683481,2739.7341740090096,193.69665286860132,6288.095730475882,98.83499756918953,1830.754024079737,67.5793445127296,2493.381098985217,87.97162253970663,4457.100172508326,125.07088056981308,2984.9497478810613,142.08254084516258,3802.6134069475856,166.81892912380167,5360.508000460388,1605.4884372906733,553.5907558217505,15241.989672523341,6414.097688910711,374.53418892897946,2994.7673908585625 -6280,498.9354236832571,4096.461960604568,94.14566411743387,1641.2777942974492,209.62920322496862,2921.393820207913,239.9542563442327,3442.673661979554,37.26680055114175,1259.0709263907695,306.58159116584613,6987.126586873134,171.49893316896387,4075.9216142201044,196.26513022529966,4606.451116090161,153.3209045435585,5230.311302820855,55.00398883103964,1419.2871297938252,90.8008934147251,2728.9984326922663,206.45524412438942,6263.455614008479,104.7402653982782,1823.580152321096,72.49303863356329,2483.610700551418,94.61080950574996,4439.634874258298,134.49749950075645,2973.2531210182306,150.79137707693073,3787.7127372943573,177.04396258291854,5339.502667984988,1738.9174526616036,596.306781599759,16266.356853806188,6809.179127109298,407.15128045732905,3172.5717726379416 -6281,537.150212258079,4069.299939672844,104.23614664320809,1630.3951296389687,230.54799757215537,2902.0232118982526,262.6190403654905,3419.846652973474,41.11347863681964,1250.722524480526,338.2801595540144,6940.79771077703,189.23082190005715,4048.895788210683,216.5413473826518,4575.907558542336,168.90901468421097,5195.631174834097,60.14956353837283,1409.8763975330776,99.49063898743357,2710.9035221904023,226.1933596394112,6221.92511424338,114.28449044549322,1811.4887127460752,79.98344651796097,2467.142859159654,104.36538329012899,4410.197409308418,148.35586960951767,2953.5386541721887,164.8977775846179,3762.5979104893836,193.6062693412717,5304.098535192455,1947.5641603651588,660.2901468116172,17884.066692238008,7443.687694468458,452.1403722205698,3464.903251718531 -6282,552.8482819857988,4141.038869720805,106.51039564111626,1659.1378627600643,236.72066253615867,2953.1838644139934,272.78455902186266,3480.1361729030723,41.97622304613495,1272.771893419482,345.2285547421784,7063.159151032652,193.11769050646953,4120.275007247873,220.98685823363175,4656.577628852906,172.9779160488391,5287.226541833856,62.62261097210086,1434.7315386527634,103.05360395505265,2758.6948673918637,234.34737834433318,6331.61333018999,119.57662059264769,1843.4239998895464,81.68718048381805,2510.636873269071,106.58691064332945,4487.946124845349,151.53807317032891,3005.607488135468,171.67754458031578,3828.929896900025,201.56638508247127,5397.606106377846,1956.3821838850836,671.0963689699873,18472.868498013962,7760.231782232976,453.2650995146509,3623.9367022412093 -6283,581.3854128531401,4063.1917345516276,109.70500644282393,1627.9478320624553,239.48110953212526,2897.667142474126,280.00845099299187,3414.7133069067922,42.14859260643553,1248.8451328302397,346.4713235637947,6930.379256312917,193.81288399891753,4042.8182106530035,221.80703021497615,4569.038912240105,174.4164438256689,5187.832295070855,64.38301773260272,1407.7601086481677,105.449115807272,2706.8343321521033,239.84602942125505,6212.585720389384,123.82160795773662,1808.7695854277995,82.9935971547084,2463.4395650131173,107.06123101736303,4403.577501510891,152.2406965436978,2949.105257715653,176.5036338380791,3756.9500791260907,207.23269029525122,5296.136840965829,1915.231180044722,669.7223380947006,18811.09061423103,8002.067744334232,445.39200845608366,3745.382260791741 -6284,553.0050177391344,3764.8643458312163,103.94188200308592,1508.4207564429635,221.56689840791532,2684.914821523012,264.53670403745036,3163.9984574411033,38.3543308808851,1157.152509953177,315.01184227966314,6421.5374192918825,176.21473840328406,3745.9866854263146,201.70959551336256,4233.571246252408,159.7115917194628,4806.931623181029,61.29856515493402,1304.3996411648104,99.04129880766483,2508.093324893482,225.41036701940538,5756.445671814984,118.52986652614956,1675.9662272625906,76.75649658231748,2282.5690718853775,97.47998104736516,4080.258332030777,138.6597839843181,2732.5762509462907,168.0477225196497,3481.107544517689,197.30461565275544,4907.284240032476,1689.784543958395,605.9224036077721,17576.252984128547,7615.828588473279,390.2803710461137,3584.9861210044605 -6285,476.668717654912,3478.0385776604644,89.12200228046203,1393.5018901973492,179.06748504758195,2480.36488680648,217.48339375125423,2922.9495896242593,30.602510157434562,1068.9949756915394,251.16541539548734,5932.313310815015,140.49963217121024,3460.5991096974494,160.85465696812912,3911.0370954120117,128.1002195392314,4440.716076294233,50.6488513002649,1205.0241007172442,81.0649059694567,2317.01451607715,184.57745915978387,5317.891503567257,98.4503011709133,1548.2829281033225,63.10156713858445,2108.6718030046904,77.81577009186987,3769.404308374992,110.7174859273243,2524.395235571677,138.8519305098419,3215.899756447747,163.02587366921358,4533.423340279717,1306.2240250659293,480.54317447253777,14333.076728659222,6309.370127605923,301.4269148137132,2976.379410012008 -6286,374.2563515536638,3195.95642069065,73.84689508272862,1280.4835868774383,149.03053908127194,2279.1978607025894,173.41335343922896,2685.887260801598,26.636551327442852,982.2954173629481,219.01407859980117,5451.180138433394,122.51446894125799,3179.9313599084553,140.15094880338117,3593.8371117922557,110.06289084536489,4080.5571127515645,39.45406016876375,1107.2920629778644,65.53464473148087,2129.095826323842,148.9659601573285,4886.590276636432,76.33564282472366,1422.7112939172794,53.99783452866018,1937.6504996892163,67.6476438601128,3463.6912824680294,96.1857650150508,2319.6571807185383,108.16182954292695,2955.07805489328,126.99266545412829,4165.745465026362,1229.2897006027197,423.3186463188347,11775.574766640368,4964.110155124796,284.5560054024979,2306.199610893558 -6287,304.92975963773404,2983.468824690474,67.88088862488463,1195.348859341175,135.76887589982817,2127.6622292734287,155.45066287032648,2507.3123204549784,26.573742268101693,916.9861439178688,221.79802536840222,5088.750865155222,124.07178325683277,2968.509212304046,141.00993233397588,3354.895866111588,103.03136627955999,3809.255612638298,31.79282789704079,1033.6722141560847,58.485326254252556,1987.5399368690678,132.3683360582584,4561.698543508254,63.370977747298696,1328.1203599828757,51.56067118403738,1808.8231183450969,66.79666583351549,3233.402962785826,91.1974978402519,2165.4315552737103,87.15884796084573,2758.6055911850744,102.33309169447863,3888.780099140427,1349.290766624153,429.0317339009147,10680.270616891208,4178.764769863088,305.1104128254355,1894.9916492561645 -6288,303.18706811067705,2840.8357126115675,65.06011136378626,1138.2018476423043,132.31961411334134,2025.9433566971427,151.20281807379982,2387.4432082790263,25.664768778935795,873.1470441565999,214.1810710772024,4845.468828324615,119.81092881358316,2826.591286538639,136.19189740654747,3194.5056404373518,99.61163395352197,3627.1434423222536,31.345856319218612,984.2546088657488,57.07024782496352,1892.520004289025,129.21974804234222,4343.613724172527,62.23571103913433,1264.6258335470689,49.69333119550871,1722.34724555075,64.51816568733946,3078.8210468058105,88.0855247509016,2061.907013918867,85.93349210636231,2626.722697952624,100.89440295605533,3702.866037246899,1273.8412792535637,412.1449485024824,10366.428574505942,4094.5500051280083,292.3623702415745,1865.0850854326336 -6289,307.6504888792162,2757.075309807535,67.07892309001028,1104.6426225144382,141.44302334884088,1966.2095850954374,156.11023537413948,2317.050822014152,27.93066670273228,847.4028070643133,233.30133184267112,4702.602974085635,130.50662750416905,2743.250872423246,148.34808808677528,3100.317483756933,107.62397291991917,3520.199209536041,32.08457163267435,955.2344292987535,59.60866873448818,1836.7201432938205,134.85721002299493,4215.54477828218,62.910113411093654,1227.3390700978334,52.93126159012779,1671.564830215959,70.17024277892925,2988.0437836585106,95.81013166112051,2001.1128746226045,87.95865249474757,2549.2752939164548,103.27214117276229,3593.6891674151516,1432.447172146733,452.26860400215935,10899.613020318448,4179.735318904568,331.1932068195916,1886.1455086496596 -6290,328.5284173965121,2734.8518375631115,71.62623748217874,1095.7386239279176,170.1063963771124,1950.3609051607068,181.31156106386493,2298.3741778003437,33.71649075726488,840.5722962343588,281.8115158374707,4664.697529029645,157.6427799760174,2721.1388323908523,179.2342690211277,3075.327299664362,129.26869704208485,3491.824558633441,37.64461218329072,947.534739068703,70.188571246954,1821.915216137836,158.77031574513563,4181.565277598241,72.36689353033435,1217.4460738268247,60.937427189958825,1658.0911414571083,84.66785905481325,2963.9585844421376,115.61196183401941,1984.9828558781262,103.20129560207602,2528.7267987280147,121.1685089112296,3564.722148928917,1768.4621930071528,549.0483516052484,12826.495253803289,4818.898770344305,411.03651540395583,2159.073504117486 -6291,469.26554533733224,2741.0900073117186,99.84779408181515,1098.2379927940053,218.1686742188448,1954.809658921452,248.54149897864252,2303.616746362928,42.322896129580755,842.4896332534489,353.1497653246108,4675.337657541296,197.54874313141008,2727.3457229115124,224.55024645775993,3082.342090544195,164.4900343744189,3499.789375604484,51.893059376330505,949.6960563524501,94.61429756535402,1826.0709865637637,214.21542827159266,4191.103386265869,103.63174672870551,1220.2230561715335,79.80942847530999,1661.8732308035967,106.40496415644273,2970.71934439397,145.27099722407854,1989.5105819629428,142.26288039088575,2534.4947993200954,167.0306655533254,3572.853244575931,2072.776745175963,673.9413606763113,17066.87801833867,6766.952218323881,478.76649709296896,3074.681495326923 -6292,658.0504125075421,2812.5040352459273,142.57532401795683,1126.8505514792703,307.93838384343843,2005.7386073382859,356.40922026365877,2363.633217998536,59.56366518462577,864.4391416763589,496.8254570471049,4797.144928804512,277.9196087108488,2798.4016689485657,315.86676251284837,3162.646810042549,232.13942657983424,3590.969911656412,74.24148335433742,974.4386297507883,134.95889804231686,1873.6458870947415,305.59635054719513,4300.29482963459,149.4861914846725,1252.0137099577846,113.12075387657306,1705.1702626453623,149.7890001577222,3048.115939791911,204.49477609366747,2041.343598717853,203.53024842658434,2600.526371400891,238.9646038482996,3665.9373245340385,2909.9392007160027,946.447909162393,24323.934511183314,9720.44342571949,663.0536788501804,4417.444347943067 -6293,629.5341450174733,2984.898404076023,133.3066096454827,1195.9216308994737,332.9644544252214,2128.68173450077,384.7038202741008,2508.5137414240166,63.84760502211843,917.4255332881651,532.4849671482999,5091.189225923337,297.8672119456909,2969.9316235391166,338.62477350768467,3356.5034210259096,249.11948821714753,3811.0808816852036,81.11533446625948,1034.167515624142,146.3404778171469,1988.4923001376862,331.47132747536176,4563.884358270896,163.1247326689192,1328.7567512440971,114.51935112654256,1809.6898464371388,160.57746273768004,3234.9523023272745,219.22063607729623,2166.4691583103563,222.3746540236489,2759.927423561328,261.08979631021293,3890.643473685741,3114.4156701875877,1012.0331395273544,26130.01644857594,10487.492227637156,706.443083419784,4768.090506235142 -6294,670.9865824979717,3157.747639647261,136.76836550374819,1265.1749560450814,307.1061971773309,2251.9492500987794,360.15478437967363,2653.776535639389,57.64247742991349,970.5517307848205,480.60114420908076,5386.009366082104,268.8438767579297,3141.914164092784,305.8087423014197,3550.8715273990865,225.35206743933335,4031.7726198696264,76.56495860097752,1094.0539976176801,135.36331625869508,2103.6417382387417,306.8649478344008,4828.169374298718,152.82266785923463,1405.7022809140624,108.0121925962205,1914.4852076965178,144.9994551619668,3422.281637155933,197.94849271848952,2291.9248647395093,209.89996886851904,2919.749059280398,246.4432844562112,4115.942515485114,2750.250486331399,917.6439215059263,24115.807197373466,9838.59889205277,628.8957423032849,4530.1982059535285 -6295,597.1384985105265,3414.3572843256816,121.22869347341063,1367.987508843959,275.4601136747315,2434.9505417935884,322.40580056827736,2869.431721416813,51.93797791005518,1049.4221673110717,433.00087923439634,5823.695371230813,242.21672464917063,3397.237125033389,275.4581902204363,3839.427797540542,203.17696200852293,4359.408598888044,68.63562668281654,1182.9606613620442,121.83580184006485,2274.5910415340613,276.1517832524392,5220.523345854351,137.6942145373937,1519.9345768391722,97.10627931047114,2070.062988112173,130.65783215156225,3700.3882419630754,178.36833942277275,2478.1747150398137,188.16200213828046,3157.018104863721,220.92076557601277,4450.418435332028,2443.92104181122,820.5100181012048,21674.195212293147,8857.92484390425,563.7872233070136,4070.3573245387734 -6296,605.5811405970898,3616.2529869553346,125.57001447002898,1448.87851593175,272.12166803801483,2578.932559364125,320.0211184389605,3039.1052163971945,51.32103746309149,1111.4759619731165,427.88266708917513,6168.05859129374,239.35364366867222,3598.120488794665,272.2024464456003,4066.4585117656825,200.6305676841988,4617.186502261762,67.68160032739279,1252.9107732045713,120.09460855945515,2409.0907784637097,272.20972440234624,5529.22016380143,135.48989797884823,1609.8104257290327,97.57898504752129,2192.4686963229606,129.10055633514963,3919.1973535763577,176.2433605368916,2624.7126381883036,185.54657458549087,3343.696983322651,217.8499954380216,4713.577877116919,2454.4267927600604,816.5983507162084,21470.753953054933,8747.781378578447,559.3096204108182,4021.669368514138 -6297,545.2533209081738,3745.305088568379,108.75364015036861,1500.5841953013805,238.81591442675426,2670.966127785581,283.7625987754079,3147.5608240701063,44.631546705474754,1151.1408607792634,371.89726998944406,6388.176190076295,208.03592547452678,3726.5255015553616,236.58645486384518,4211.576958666005,175.30386998487523,4781.958608584428,60.726871651936406,1297.6230123645335,106.9446157721404,2495.0632557928207,242.48020614747634,5726.539733254609,122.6653131141626,1667.259232377329,85.06983746136763,2270.7106484214255,112.31736284722355,4059.0605370814333,153.32356249043124,2718.379946120126,166.48044617451498,3463.0224631526144,195.46447850443852,4881.78987261418,2031.4252829511881,698.8921691028214,18943.057580386074,7864.365119462979,472.15649176300275,3630.238338226432 -6298,531.4740748217798,3791.571500021797,108.33518029029543,1519.1211753760392,229.71413856120267,2703.961041397147,273.6099469773059,3186.4431956572907,43.163616682308906,1165.3611059785708,359.7010505207573,6467.090452348044,201.21347204664676,3772.5599254726185,228.8030070094719,4263.603308410416,169.41406248396927,4841.030983012154,58.043394722940306,1313.652777305373,102.77800699614308,2525.8852103372346,232.9797449305871,5797.280684188563,117.47605871833721,1687.8551784539584,83.23559761366653,2298.7611358095387,108.61581758483987,4109.2028246873615,148.2719450625604,2751.9605709556827,159.12379459201833,3505.801787764029,186.82704330917122,4942.095480177337,1992.4657352195218,678.7180504149877,18281.47838947569,7552.553351240048,459.2127433333878,3481.3150202727847 -6299,513.0403457305238,3734.7781806631256,104.1122008131778,1496.366511760397,209.86260923212132,2663.4588583428135,257.83500629145743,3138.7139926004074,38.87648353611794,1147.9053556492852,323.703806540601,6370.2209792603,181.07694357426325,3716.0513773294906,205.91335968697345,4199.739503043209,153.63060021595524,4768.517984472669,54.74323381858439,1293.9757906766147,95.83503453169325,2488.0503955610384,217.34550882720603,5710.444180299058,112.0814867409967,1662.5730762489563,76.95677775246203,2264.3283747988116,97.88450289948668,4047.651758505256,133.61240132980888,2710.7394109253732,150.07652696799371,3453.288965431774,176.2046579861148,4868.068653331226,1738.8656552155583,607.1568339596786,16970.399690412632,7159.988757910487,396.93685021520037,3321.658831485753 -6300,493.3426770854814,3587.5964074759418,103.31518515834686,1437.3970453328857,208.8787492555266,2558.4961059063617,250.5142364067353,3015.0221778227146,39.33151019635832,1102.6681989768294,327.77914697202806,6119.180522781233,183.3566516729533,3569.607598204456,208.48692581872336,4034.234330558665,154.29013219405124,4580.59814064809,52.64768923072418,1242.9822263682636,93.40245986591339,2390.0002165989436,211.71007436446683,5485.404496685607,106.60535721959859,1597.0536687825283,77.12133388900533,2175.0947311499217,98.97014361090304,3888.1401264234682,135.10506901571227,2603.9134057789206,144.33166989771462,3317.200242441072,169.45962866208512,4676.225673176775,1850.699997196674,622.9737139498777,16702.42905495112,6874.860065946546,419.86070568473986,3168.1194490908924 -6301,490.668075412735,3459.3890601830617,102.27585124624828,1386.0298230319784,199.87357955365027,2467.064974435195,242.23997706754122,2907.2765031302233,37.37567915039284,1063.262940224634,311.3868592186505,5900.503778430272,174.18695609138737,3442.0431040242747,198.07577484333558,3890.0658056931034,146.99562770141762,4416.904606056677,51.02858284770451,1198.562666341167,89.99599027962076,2304.5905012917697,204.03937304399645,5289.37654942738,103.63375339864928,1539.9809127912754,74.70551577858578,2097.364938297429,94.06813048021723,3749.1924648434224,128.4097934229953,2510.859228993701,139.89295033721962,3198.655848028022,164.2481337144435,4509.114766372558,1731.7256858211158,590.4129012903534,16062.69103764569,6672.561847000507,393.11064647958653,3084.1184098286762 -6302,452.47514202298305,3403.570447165647,93.42422605740178,1363.665682723827,190.7773958030604,2427.257903677583,230.51869819739687,2860.3664449553094,35.78259210914032,1046.106771443486,298.11975025883004,5805.296812319741,166.76545689375686,3386.504374881556,189.62460755405095,3827.298052762541,140.71406530307,4345.6361003606835,48.58472372503154,1179.2233828764508,85.98631138055082,2267.4050205270223,194.9200023263288,5204.030363271536,98.92847125567259,1515.1327106579333,70.00504981744146,2063.523124089656,90.05748907650636,3688.697759078287,122.93517847935199,2470.345520588499,133.19320200402382,3147.044268685305,156.38196778234158,4436.358413208297,1653.1128703931486,563.3712870554648,15310.925649305833,6352.85801646469,376.5689496825994,2933.037406087467 -6303,440.4602493790451,3359.773313207453,89.14207582053378,1346.11803694785,186.37894649146227,2396.023956501029,226.50301240880984,2823.5592584128494,34.77391570098178,1032.6454727529776,289.60688583618463,5730.594270943529,162.00343853138898,3342.926847088585,184.19952760217745,3778.0483932896877,137.1564938419825,4289.716468498927,48.120687660528745,1164.0491400428748,84.75267302312113,2238.2280597550775,192.16263276821266,5137.0649166968915,98.47938748972432,1495.6359876362644,67.67700773889804,2036.969714928742,87.54172618301632,3641.231607754704,119.49687167071693,2438.5571220911684,131.92106449787536,3106.5481127961984,154.88835276665029,4379.271366906185,1560.4835941214967,541.8418869748326,15006.438276148267,6294.178528972851,358.77368755900875,2910.464333273041 -6304,459.05505775650437,3400.906232184061,91.81176590401176,1362.5982452788894,189.25118653806575,2425.3579174802835,232.2386772987055,2858.127434112498,35.15326916131916,1045.287909787445,292.67080867898244,5800.7525964793385,163.71736889770247,3383.8535187201155,186.15016971242386,3824.3021562563717,139.0463362526193,4342.234464054685,49.42560848209689,1178.3003214466771,86.81998115505154,2265.6301624716994,196.87193659603804,5199.956801147971,101.75275389865087,1513.9467092721864,69.04716522424833,2061.9078587947574,88.51672641378113,3685.810354811258,120.82418742329685,2468.411806670185,135.49845609878375,3144.5808548619393,159.08856366075563,4432.885762140358,1542.4693484367308,544.3295957336876,15319.703296615196,6483.829679750348,356.5106783244592,3005.0122524145013 -6305,490.3092393955922,3449.706900294824,99.29324919673589,1382.1505940343152,203.11175125133838,2460.160137447623,250.70970721454842,2899.139599343769,37.69174191168469,1060.2870732112983,313.7700939074456,5883.989411294912,175.52011574088024,3432.409492107376,199.55799993188083,3879.178265017209,149.1785179318519,4404.542545628391,53.23633656465456,1195.2081216022837,93.38749523150442,2298.1403988828665,211.77643001070138,5274.57260902932,109.72473544238879,1535.670804514038,74.23585582743043,2091.494820099303,94.91597707664314,3738.6992013610925,129.5577694124258,2503.831820370663,145.9454245359225,3189.703429896014,171.35433591473608,4496.494627566857,1664.810072556963,584.672087881064,16501.0428532201,6989.719521702335,380.4602524631887,3239.0557018846057 -6306,500.8950347387043,3528.8536565253094,100.6241723657656,1413.8613275260518,205.894058061173,2516.6036847733058,258.21099159763276,2965.6546691103617,37.88795444097165,1084.613279739342,315.2241802913755,6018.986003486183,176.3335183415752,3511.159393245878,200.4735672789383,3968.178399054589,150.58514173677455,4505.596132278277,55.048312163824285,1222.6298268599296,95.90108279928481,2350.866721202675,217.5401998082802,5395.587328416396,114.24780792049404,1570.9037580164816,74.88336295160289,2139.480065068832,95.44765046587584,3824.4763189138757,130.27675310187269,2561.2773287737314,150.9128878351371,3262.8849166454957,177.18662820840942,4599.65787431959,1630.1432152059438,582.990954535442,16870.27567133652,7240.260546013094,371.2776087242121,3364.3114358724843 -6307,539.7584846156036,3461.273506309753,108.55549050023703,1386.7848403156813,217.58082184109244,2468.4088680980612,273.5678943346004,2908.8601948891533,40.04353587361195,1063.8421354797795,333.16504855286183,5903.717982238329,186.36947567113776,3443.918101222462,211.89761402826053,3892.1848559972414,159.2044004346303,4419.310643259213,58.13387701900663,1199.2155639294087,101.41162580990586,2305.845889618499,230.02718739199867,5292.257851581539,120.796094184421,1540.8197924361498,79.85374802798435,2098.5074438570737,100.87661894188369,3751.234776678166,137.6870158612291,2512.2269788669964,159.37184842074765,3200.3982639629085,187.11828299159484,4511.571033565542,1725.5705534850342,617.290920790785,17848.89758158156,7658.569349341519,392.8339755384412,3561.421057673759 -6308,515.4559424995286,3221.0390580093203,102.23526184271007,1290.5331311059595,204.63279671899286,2297.0855555870953,261.0635008761302,2706.96675225066,37.13701233245167,990.0047088708037,308.79884334457313,5493.9623157765745,172.73924372307198,3204.8882286825337,196.42873842927685,3622.04241280133,148.32556194383687,4112.582309795756,55.93945791166292,1115.9823583278599,96.48216830726088,2145.805484216122,218.9519668993247,4924.941416483115,116.60967278119341,1433.8770755166393,74.56369062695389,1952.857648453636,93.59307361791276,3490.8751675984818,127.73876800723761,2337.862410111197,153.35593055528633,2978.270220662309,180.0550015353132,4198.439240819015,1550.8421898475333,568.3318363268951,16882.587317676374,7353.180668159452,352.78212315630844,3432.89212664751 -6309,450.59691647170274,3038.507662549844,88.54831220836184,1217.400576962688,170.24446946452176,2166.913203001514,219.12309861239368,2553.5670542488333,30.682995084077785,933.9026443608124,255.0637282399582,5182.627808482446,142.6803126597004,3023.272076211967,162.26395986692964,3416.7867657522584,122.80693203252336,3879.528511183047,47.02290313398554,1052.7413315954382,80.68378188003966,2024.2059437061623,183.14071651025142,4645.852460057231,98.14985664688186,1352.6214375694362,62.84968669365806,1842.1921689961305,77.34208488689583,3293.0525692874926,105.55631162741223,2205.379295059005,128.91152929853396,2809.49616681123,151.35486134590187,3960.5200602139407,1254.0212734791392,468.3186377705289,14100.902900741146,6189.225013473473,286.95710595448037,2900.5903312943756 -6310,367.6392557908173,2829.9838962894128,78.01142463020625,1133.8539871400874,150.1191291872031,2018.2043786603747,182.74061517531166,2378.323323218161,28.54298946099327,869.8116765732667,237.7913232920594,4826.959437765255,133.0182875832353,2815.7938830410876,151.1774060986628,3182.30282691448,112.3529052137898,3613.2879792148833,37.94409571291916,980.4948172726523,68.03960391939862,1885.2906951877014,154.15309642059103,4327.021389001628,78.14834575572733,1259.7950412555679,57.21266956724914,1715.767985839,71.83945536259588,3067.060141259461,98.06574478735249,2054.0306569408563,104.02231849158416,2616.688780073856,122.13247083363873,3688.72131852087,1323.5043824316608,448.21981832721735,12187.794193490128,5038.858328814426,299.77024758331663,2317.3886133804217 -6311,345.4579081348106,2636.795634600442,81.77340448583882,1056.451680691662,176.77159878044796,1880.4320767905008,186.10346977598132,2215.9675765479105,37.93347471206136,810.4341635018022,324.5438906114864,4497.448056358555,181.54687890658766,2623.5742996532135,205.51447243810298,2965.0635867528695,145.22387314537602,3366.627627330397,39.42898005541732,913.5615426373053,76.4417343189874,1756.5917182573903,172.6517341596034,4031.638174444024,81.44431379897759,1173.795394959468,68.65480220489147,1598.6414413804146,93.68909533063537,2857.687919049173,129.50706866073676,1913.81268164052,108.09307335071021,2438.0610651012316,126.91193889695947,3436.911525428246,1880.2525377323464,587.0300237549399,14311.715969134666,5489.530130933099,424.23948767779194,2419.347707441044 -6312,365.34541815776794,2505.664143071195,87.11180329169326,1003.9128783666688,197.7178000140004,1786.9155904487964,201.92962421513278,2105.7644460208035,42.69339206862271,770.1301523559583,365.6246018030242,4273.7837480721155,204.52705236181603,2493.10032338563,231.57570027541902,2817.6068762259347,162.51245110186326,3199.200582017383,42.84568751531323,868.1288643827608,83.47005474377572,1669.233984119637,188.4909174171604,3831.1392354349696,86.46953691885271,1115.4209275296018,75.40799117076999,1519.13879283312,105.37052589321341,2715.5711488934867,145.7448668142493,1818.636131680425,117.45984899546102,2316.812918407241,137.90945817769264,3265.9891647153127,2184.5532903075264,669.1718685307412,15710.433881542587,5885.940548313288,493.8907468487729,2578.480077958129 -6313,382.147977120999,2431.3259772037686,93.44204829730353,974.1287421827211,222.89267705253525,1733.9012916565184,219.10855357598157,2043.2905238477565,49.03250598180523,747.2818934767087,420.43791218312407,4146.98892362438,235.18911598376798,2419.1349015327182,266.3045325276026,2734.0139781540665,185.2826924589391,3104.2865432916356,46.003106068811206,842.3731749408047,91.58410837870562,1619.7110689571377,206.64474657942105,3717.476809952881,90.89661002974881,1082.328565110646,84.27680809878753,1474.0689091180375,120.9058671542525,2635.005451751088,167.3661600434077,1764.6807463255277,126.11579380616777,2248.0775998735867,148.07239188712308,3169.093639064281,2609.538768101461,778.8166436704821,17385.94179290085,6278.0475515849175,591.4025096881459,2714.2129768049836 -6314,453.24756691926245,2398.7055553783334,112.0483340785912,961.0591288193881,280.4728673043227,1710.638022120546,267.70411309309503,2015.8762653629747,62.07262767137864,737.2558209482708,532.7150892202113,4091.349931048973,297.99594012431817,2386.6780439658905,337.4867596114213,2697.3324759284405,233.39796162517857,3062.637197437298,56.212223375376915,831.0712892378424,112.66117544185279,1597.9798577579409,254.13826381007533,3667.6004614895614,108.40315161980294,1067.8072649317896,104.36414048920287,1454.2917381150398,152.96373621872854,2599.6523192816617,211.86030659858514,1741.0045174396887,154.10370686690624,2217.915770365012,180.93296474449127,3126.5747944996892,3392.15413168461,996.8940721604187,21495.06772620438,7568.449261321281,769.963010471933,3248.158812582503 -6315,640.4335881248991,2411.7017407788107,154.66748904306877,966.266146659053,357.34185974072693,1719.906257998325,359.26342645593627,2026.7982818773974,77.84419181436328,741.250272587048,667.009720212274,4113.516862760504,373.1191262813094,2399.609064316047,422.4624994975904,2711.9466218227944,295.4497912380347,3079.230564115025,75.82159583745454,835.5740330330246,149.21946550507693,1606.6377117621919,336.83539219889167,3687.471518804421,151.8541718373358,1073.5926441151223,136.0496991607006,1462.1710899648522,192.05098774717607,2613.737234140183,265.728384644136,1750.4372789726674,207.8620676696866,2229.9324368081598,244.05058727028592,3143.5145750436877,4051.1591044180564,1226.7552417735874,28191.53970577642,10399.375119824716,916.8638479961835,4529.499849496672 -6316,745.5970875461006,2445.0369459938715,170.06053692035408,979.6221432761321,334.164733801893,1743.6792756528741,379.10573580590085,2054.813245549521,69.2554198956945,751.4960378633252,590.881791046112,4170.375024969009,330.53386019696495,2432.777121228866,374.1205947739085,2749.431894417721,269.3849550539692,3121.792536445034,81.32824384548957,847.1235672861852,152.8074658862737,1628.8451003966393,345.5532559208263,3738.4407650116004,174.7842040112788,1088.432137118681,132.70544732419754,1482.3816211923859,171.39253003192047,2649.8650295491507,236.501008763987,1774.6323048019408,222.9583371195298,2260.755176676779,261.77509788508144,3186.9650986651436,3118.5669331179606,1038.2768657656854,28137.841898514365,11496.261792768168,699.0453647705708,5167.315633340051 -6317,823.1512038105933,2535.295441498143,186.26267652722117,1015.7848773238306,372.9329590406693,1808.0471651934688,421.2106026444857,2130.6666400716067,76.89381635429612,779.2375007750005,656.1653089504889,4324.324345063756,367.052861978977,2522.583045519337,415.5760091397567,2850.9271240453168,298.82153935283935,3237.0334525701105,90.72241123823592,878.3951187507716,169.76868449374453,1688.9738883939692,383.9703663026404,3876.4452395593767,193.80518183974095,1128.6115901595829,146.05422999408978,1537.103712452083,190.27220536560876,2747.6847501257116,262.58136641086065,1840.1428248646926,248.71209548775988,2344.210913934522,292.01255258110336,3304.6118587688898,3484.290220234693,1157.9453611355455,31199.01867763762,12730.591263012779,781.3604892453661,5729.386507147213 -6318,736.4726462635433,2646.477788185531,159.42283985780236,1060.3309071639221,315.0426717914819,1887.336909282979,369.0266711252887,2224.104475037188,62.3849640333911,813.4100285778292,531.4865470170488,4513.962412742955,297.3087048718875,2633.2079052985687,336.8300289925443,2975.9511203409043,244.6296127935661,3378.9896797109013,81.10650624078924,916.9160851923583,146.88562194480335,1763.0418164672353,332.6538872669211,4046.442105204623,174.28136008210225,1178.105500430797,120.71677366310608,1604.511555757056,154.55240480149627,2868.18117570032,213.0669779772891,1920.8400856886697,222.35045177388312,2447.013477405158,261.0613804797787,3449.531656018155,2660.515110744458,928.2576102583022,26595.48452987021,11264.366674487163,593.9352827489088,5147.112500907765 -6319,671.28697180516,2882.033610750296,146.84291848179566,1154.7080903554292,287.48502082961926,2055.3236575971596,336.0405652308257,2422.0659925780374,57.44018304607601,885.8094529068146,489.4194797765842,4915.737985508713,273.77677287997597,2867.582611515888,310.08325305679244,3240.8324721489066,225.0619621547742,3679.744402458022,73.47634647844436,998.5283033770545,133.98793167496123,1919.9653950999316,303.35893199537696,4406.604961211692,158.34890573726943,1282.965481293253,111.40172977967875,1747.3247851059987,142.28967903366186,3123.4702165239264,196.17662904831298,2091.8088610245795,201.432654313498,2664.8155217187177,236.5018212882468,3756.5651290833694,2461.0442401696064,853.6540084153669,24337.740500954493,10263.889710423653,549.6117541855574,4676.952747342488 -6320,658.7507014401997,3101.214243240221,143.83137534316248,1242.5244324831842,282.3297548464597,2211.632431222591,329.7354077623048,2606.2657722771332,56.36266985709285,953.1758692558335,480.24241072033067,5289.583230338476,268.6432045310727,3085.6642356040743,304.2705529063285,3487.3000040992233,220.77775761481678,3959.5914876979623,72.18382382495115,1074.4670656027658,131.45641110603628,2065.9800800387443,297.64344997361854,4741.730290399016,155.33677688007376,1380.5358859560183,109.16132230398964,1880.210033264209,139.61966988519745,3361.012268451257,192.49643633626124,2250.892359390873,197.88925182641538,2867.476569577637,232.34151696912633,4042.254483263989,2415.6191890141467,837.9303945759772,23882.105347679568,10072.160157734934,539.4806619425055,4590.774889291063 -6321,607.8889308873134,3264.5112898537614,132.54699864901792,1307.9506024461061,256.4356236255423,2328.087798664742,302.2862198370445,2743.5008904991305,50.98260230813345,1003.366147045266,434.2267773065877,5568.110688160381,242.90248079896168,3248.1424834753684,275.1050167617858,3670.926721461968,200.2036380686942,4168.087110709683,66.22307613119087,1131.0440334400885,120.26549287174028,2174.766000317584,272.335934501075,4991.410090479872,143.20551308620398,1453.229165181088,99.61518854851134,1979.2140753468987,126.32888140037615,3537.9891987830747,174.1280681056046,2369.4149914001578,181.54808508101337,3018.4659622215695,213.1553740349837,4255.102795893843,2151.6461173555044,754.2324187606206,21811.38305141484,9263.997104848826,479.9604950145766,4229.882331329707 -6322,583.4022249509985,3423.454612845386,128.1251588361733,1371.6324208266435,247.65673381675361,2441.4383060090145,290.84548574680616,2877.0771319174733,49.58768312816621,1052.218283070754,422.4387572484285,5839.212221278693,236.3083703813696,3406.2888380241893,267.6056084774439,3849.6576982490174,194.49529686231054,4371.023953952897,63.43645923001869,1186.1125815819055,115.93060822076063,2280.651538497225,262.4526598425054,5234.43308404726,137.36581331794747,1523.9843417063234,96.77570180183116,2075.578533642745,122.85300933859654,3710.247680997804,169.3604680876103,2484.777647197921,173.90867912439518,3165.4297702083077,204.18595729141748,4462.276280069668,2110.5115092294527,734.4066199359391,21065.497783174305,8901.926673948794,471.09578930190634,4054.905174848099 -6323,573.4861060098797,3407.274360256909,125.68500812238703,1365.1496829091477,240.2222486880436,2429.8993510825535,284.3792382218684,2863.479219873807,47.88294010375701,1047.2451902380296,407.77260904424827,5811.614388287566,228.10426144857266,3390.189715932212,258.314300237963,3831.463084625946,188.23103391432537,4350.365210185747,62.10401444553797,1180.5066649454309,113.13547157133365,2269.872509086196,256.15790423403126,5209.693614991769,134.9730635194397,1516.7815438374196,94.12685489033423,2065.768739519712,118.65956827365599,3692.711960086213,163.543292624392,2473.0338578083933,170.25583160913578,3150.469018854725,199.89715370497132,4441.186250991967,2010.5007521068026,706.3237990897246,20520.697580974072,8727.249702870457,448.30083175503995,3982.486773061532 -6324,529.6481034991094,3276.402797982443,116.46015738916915,1312.715023163303,225.20591949802196,2336.5682334140874,264.16402731881925,2753.4945343385048,45.20381892086917,1007.0210698297932,385.1169161852209,5588.393428096203,215.43087443680952,3259.974365590591,243.94931270481626,3684.2986632542156,177.18973806353694,4183.270039288336,57.53559473273965,1135.164043488561,105.35825138649871,2182.6879357236994,238.49870457166372,5009.592105609979,124.64275325375213,1458.5227864604196,88.1531421521396,1986.423681372321,111.98691330688212,3550.876894239138,154.3870553790033,2378.04596710486,157.73167992125838,3029.46121061831,185.19256325826342,4270.602693119812,1928.5843205044298,669.5820967597369,19159.296292142924,8083.282364422571,430.5714203296995,3679.1195089057464 -6325,518.5457338897528,3197.3860000761993,113.60082772803518,1281.0563584357371,218.63210395281544,2280.21736592993,257.8220437445106,2687.088681770637,43.654029693973804,982.7348067332443,371.8213875482314,5453.61849920151,207.99347753215443,3181.353771143526,235.54384746859267,3595.4446667065777,171.397757111667,4082.3823817984703,56.28820397588581,1107.7873644459216,102.6570753798411,2130.0481895924604,232.42231378136796,4888.776091399073,122.08667455881846,1423.3476851785008,85.52582455404522,1938.5172277812583,108.1667750698488,3465.240622009478,149.09728590395497,2320.694783755184,154.31200483993263,2956.3998872695333,181.17752712768217,4167.608839571675,1844.863614580446,645.2690685804129,18633.4669909799,7901.543067981957,411.57562237397735,3603.1150358858254 -6326,498.3039685123497,3150.2098551404956,109.78893453452564,1262.1548869102696,211.7766137723751,2246.573675447313,248.62416334075937,2647.4417686036686,42.54694167409346,968.2349497642381,362.48102596368403,5373.152550849877,202.76856483902498,3134.414175300035,229.61178115424931,3542.395326182534,166.8249474254767,4022.14847105948,54.07592126047344,1091.442407264713,99.17820815037378,2098.620184931825,224.49474704193094,4816.644165682082,117.33727932256723,1402.3467623345657,83.02418674067346,1909.9151854579395,105.40492015464952,3414.112389816959,145.31289452907362,2286.4538652463284,148.24711456142484,2912.7793955408524,174.05674722400224,4106.117446713176,1815.1490684637386,630.0758191348407,18030.063944992187,7605.815874759062,405.24368972207003,3460.8195423259745 -6327,514.7443159510582,3123.2427779982836,114.32589057616558,1251.3503279234487,223.42425696281316,2227.342091395034,258.81670712660963,2624.7785906928543,45.24797179075071,959.9464649385458,385.7040775067602,5327.1561804496005,215.75932710045169,3107.5823155993135,244.30682821909102,3512.070981957182,176.8739924109934,3987.717244860534,56.17906205924787,1082.0992165103064,103.57578455598927,2080.6551429118745,234.3994027074421,4775.411733318701,121.13428396862516,1390.3421038962404,87.50245692920063,1893.5655349553606,112.0520903253505,3384.886199682946,154.53026204545756,2266.8808905552637,154.01279635966756,2887.8448196650193,180.82622683444652,4070.9674119433303,1970.8898603851744,674.0024862831242,18902.269664126914,7889.116844676121,440.70251257275106,3577.8401656480155 -6328,536.7896343268185,3210.90203137994,119.28147921048411,1286.4716563828918,231.47961370902416,2289.856330163998,269.3226861880812,2698.4475776743134,46.83475049391397,986.8890359726186,399.169499551207,5476.672105601272,223.29176082065916,3194.8020308025175,252.8351257735253,3610.643376735619,183.28526037257816,4099.639481211839,58.41130584015398,1112.4702174687918,107.7071134773635,2139.0523567491073,243.7474558240366,4909.441988693537,126.36095841684721,1429.3644788557488,90.95774548690454,1946.7117527879068,115.99429493396579,3479.888931822856,159.95158898182174,2330.5048546515086,160.13240915226376,2968.897218971667,188.01125637178936,4185.226209365643,2028.3940670801821,696.2556056537147,19635.913449482556,8217.508671230122,453.3663778765659,3728.715882002958 -6329,573.188390149256,3343.852989873758,126.7526878835579,1339.7394416095026,242.2313291404477,2384.670370247806,285.03008569967903,2810.1797913609885,48.746349833432,1027.752270657861,415.25247347672325,5703.43978604748,232.28842908088174,3327.08635092257,263.0024250574107,3760.1460688218212,191.25858575869665,4269.38959914738,61.92869662463237,1158.533280204075,113.67833817640444,2227.6221911193056,257.3075567150986,5112.722877268666,134.6739885149502,1488.548899820227,95.57885393752633,2027.3175112056128,120.77258306074337,3623.977591151725,166.48768202261473,2427.001991958203,169.77520436368835,3091.8276999001923,199.3328498720279,4358.520140669263,2071.047158126848,720.1896423052722,20685.47242697944,8735.471901455297,462.23108358923605,3973.5110287203706 -6330,618.7486345626885,3475.1144397272465,137.38892800032536,1392.3303126986664,265.2195834302363,2478.279536431036,309.250074941565,2920.4921390868203,53.66147223926424,1068.0962252351997,457.29313720053347,5927.325757630496,255.80559118748835,3457.6896338815905,289.61593373873535,3907.7489168384977,210.05500833154446,4436.982573620413,67.10616288852613,1204.0109846736264,123.60349612623801,2315.0665014456285,279.7343197629097,5313.420521453891,145.2991878802222,1546.9812194706178,104.460073631215,2106.898951131374,132.91442640918933,3766.2352066305343,183.2685957576453,2522.27286697169,183.96903438027292,3213.1960099948883,215.9978075047343,4529.611894586793,2312.5229254948554,795.9731133981459,22550.509507808118,9454.930664730877,516.6857043956393,4291.385872628411 -6331,656.4253648839815,3470.500793153699,146.1951461408646,1390.481821062537,283.39543364414607,2474.989312155013,329.4004202452728,2916.614822588539,57.454844835646064,1066.6781946709566,489.70645955819026,5919.456495582787,273.9373067404708,3453.0991209046997,310.1647283018755,3902.5608941954592,224.78107154080587,4431.091927484086,71.36278614836623,1202.412510364277,131.79572198150163,2311.9929627702327,298.2425399701419,5306.36629495062,154.42467655554987,1544.9274095238254,111.51787261016521,2104.101780766112,142.29204693804894,3761.235061036017,196.2208735830538,2518.924236078496,195.63840776009525,3208.930092708201,229.69880383537557,4523.598271507779,2492.6637829679435,854.1619514884388,24045.689907512573,10050.045304869835,557.2100733678462,4557.162272187884 -6332,623.1995671516064,3292.128177526628,136.39653544590044,1319.015512829991,256.87551335736055,2347.782795409929,306.9763306243663,2766.7101702951018,51.04916661529849,1011.854354840359,434.559963242339,5615.215407296427,243.08886195874024,3275.6208954479066,275.26192764594595,3701.98177439961,201.13552906069285,4203.348006852072,67.03152839220301,1140.6123618210204,121.8992015160623,2193.1639358775583,276.0200908287975,5033.636077636489,146.4891341595267,1465.523093139762,101.25433133519408,1995.9576942062656,126.54279353869298,3567.9196360262504,174.36382422974998,2389.459605082849,183.76442670149936,3044.0013725851763,215.75757789129636,4291.099821334047,2109.6555402046756,748.9712246562876,22078.163245221265,9451.893211333929,469.82940277152494,4319.335266250927 -6333,529.2045808788921,3168.144589228273,115.50631902923239,1269.340570821894,218.49036685967593,2259.3638397000213,260.92651025023315,2662.5141499103624,43.32204566400536,973.7472924833041,368.78656775308013,5403.742913601523,206.2958271440496,3152.258981627218,233.61898998431943,3562.5628455321416,170.6815514475197,4045.047314821365,57.070402463617796,1097.656193090592,103.58352478883822,2110.5680222819547,234.56590772645708,4844.066222078099,124.5048393119402,1410.3305848219104,85.77755623374348,1920.7886899406649,107.38758090480006,3433.549570408987,147.97087059438778,2299.47107488087,156.45637272341307,2929.362393600533,183.6952267116129,4129.494341563472,1791.164458327059,636.2240835965989,18748.945682852904,8030.005393601271,398.91175707016265,3671.8401825841074 -6334,407.6183723757262,2936.487623544282,92.6349598681751,1176.5254934873672,177.7738657414662,2094.157563048193,205.1399285430136,2467.8292383832754,36.642611819041164,902.5462040334137,312.4376158266993,5008.6174224994165,174.77473971079957,2921.7635827692543,197.8153157530803,3302.065738910018,143.0850377418842,3749.2706036871195,43.97939964197015,1017.3947984812166,82.41280503965947,1956.2418006903454,186.3849894128014,4489.864685192981,95.55877147082438,1307.206218275636,71.15113061480837,1780.339266910963,90.72342169467599,3182.486005409174,125.13820141489987,2131.332128919832,120.567878366068,2715.165350385534,141.55859147870115,3827.542804304615,1612.7998527064942,545.0828739926818,15116.80983964187,6250.86944289625,360.92016115871866,2818.1146642241542 -6335,506.6301797525494,2778.7139569865744,112.92373620871078,1113.3123066113833,260.03562582338975,1981.6411967531167,278.72075249516104,2335.2359782393432,53.23243741776204,854.0535685779232,458.2256930794397,4739.510912805104,256.3272544019843,2764.781019801085,292.25517295539646,3124.6500349699454,216.29013515358602,3547.827163122989,65.68678894763659,962.7314971936125,128.03062945552205,1851.135469203124,289.11159473931656,4248.630086398432,113.18589242082716,1236.9717257646644,95.62541305037657,1684.6839501287404,130.8903644037379,3011.4951652584646,190.45105504650692,2016.8184214770408,180.07787383569317,2569.2830421455556,211.42920089596757,3621.893900049118,2702.016188604888,857.6904189171165,21229.530328462657,8309.678140767892,653.8688295851642,3734.092266588197 -6336,502.51065473184036,2686.0511694523484,111.07747373524154,1076.186275172492,263.389461598679,1915.558685193367,283.43162243091354,2257.362012569073,54.58886427028384,825.5731328105054,480.8414514770424,4581.460714214071,268.9783024419098,2672.5828590035917,306.719376539702,3020.451190903524,225.9711293913604,3429.516477059735,67.5938335976233,930.6269389130965,131.9595971271904,1789.404979726669,297.96550861184534,4106.949469716892,114.66779958394395,1195.721978584973,94.22875258998606,1628.5041801525629,131.93364546663202,2911.0697378923032,199.7327545583571,1949.562842177648,185.3059653801452,2483.60422369394,217.56749647837222,3501.1132835024173,2826.9426550153335,894.5677898918015,21713.36744250133,8433.443434710485,694.527371620548,3785.15441268601 -6337,502.57817999665025,2645.762998492757,113.16528784167943,1060.044521384773,280.20080629092587,1886.8271566693086,294.90857355392745,2223.503764552669,58.640422539337266,813.1903338926811,517.7673499307213,4512.743232358898,289.63431171836277,2632.4966996810335,330.3446225079225,2975.147342883744,242.02744557543969,3378.077045187449,70.66011091922611,916.6684344583298,138.5910081109592,1762.5656348329264,312.8837604027311,4045.3491978233033,117.41352937669194,1177.7873048001863,98.89055948055152,1604.078191711035,141.46630285797517,2867.4065059295967,214.89298502563216,1920.321284170347,193.71204991420595,2446.3525612170315,227.43706955719506,3448.5999687454987,3122.4655492169018,970.5807858911445,22833.659790937465,8690.676658012198,768.045505395796,3876.59211642995 -6338,576.6234967380047,2678.1884765286813,130.66127761624935,1073.0360290764463,333.655945623172,1909.9514019478993,341.84602284859346,2250.754191942186,69.16634492271436,823.156489336568,600.5677017944047,4568.049719238479,335.9520699263398,2664.7595909391616,383.25882895290704,3011.609631786897,280.1815183621445,3419.4774892539763,81.52931616310457,927.9027786549516,159.7553298417253,1784.16697755021,360.67764948067133,4094.927478884906,134.22049810193928,1192.2218238423475,117.39760187215572,1623.737171824848,168.9835646730188,2902.548363583156,249.1800890279028,1943.8560209012091,223.50956935394746,2476.334139796466,262.4222989450926,3490.8647152874037,3717.493560630893,1142.338782170115,26523.47400044915,9980.770431626896,904.7790464580635,4445.951563763386 -6339,863.4153222594558,2800.352604165614,192.69223420219555,1121.9819907083288,444.31142057055354,1997.0728084107961,460.1851891772497,2353.4211344645346,90.43835239293135,860.7043300915333,764.8820698464132,4776.418851524575,427.86802195102626,2786.311167178925,487.9997205364452,3148.982586182958,359.50725611334866,3575.455116709938,108.41083373911312,970.2285650884718,210.49582015973363,1865.5507951124277,475.39953813960295,4281.715394514683,183.02100758435708,1246.6043814314953,165.07107176949975,1697.8030700415222,225.22599200671817,3034.946546858419,317.702872043048,2032.5239683314774,297.20424385574626,2589.2907903746573,348.94712183599574,3650.0986326830853,4648.415282336281,1458.1065292910068,35368.003164371294,13636.327652646509,1118.4177891559987,6134.486499335112 -6340,1207.287357061318,3114.2104286406993,266.13841742000915,1247.7314503228492,586.9639075033497,2220.90066710037,629.6369227743832,2617.187788791556,117.42655199438241,957.1703208946108,986.088094875497,5311.750162050009,551.6086456420066,3098.595255954231,628.9873345409568,3501.9141499935777,468.0118874377609,3976.1848543756905,147.9440602664451,1078.9698093979482,284.16328668534123,2074.6379340429953,642.0431240713518,4761.601347713876,257.6604730052717,1386.3212651393512,221.38141320274642,1888.089385114022,293.9132360401565,3375.0971833097788,410.1858516620252,2260.325120923852,405.583105008205,2879.493236020785,476.1946038247436,4059.1942638079877,5772.8599666567925,1859.0041371365444,47462.160059767295,18894.241155952077,1377.3871226211095,8553.607947047556 -6341,1305.936886117868,3787.6726494441727,284.20451790729214,1517.5590720444623,630.6409200096903,2701.180574229888,688.0475339977247,3183.1665949407056,124.2760401361719,1164.1627720367846,1042.313431702421,6460.440381435352,583.0605839211937,3768.6806243848064,664.9073306760555,4259.219070312397,497.1422843405532,4836.052979447061,162.460748641834,1312.3019559138827,308.5724053340289,2523.287857495206,697.4972139916056,5791.319374704074,285.738266298988,1686.1195669436852,234.85361733516515,2296.397333311783,311.3281189789881,4104.977355694751,433.89911834888915,2749.1307461557,445.38006296057586,3502.19679249355,522.9201611557766,4937.013552586771,5989.219526294443,1955.8837126109138,51186.08719182953,20721.665006494164,1421.631289167019,9416.304137038442 -6342,1173.3490284331183,4168.720742858942,245.2845235857834,1670.2288100514377,548.4364735841854,2972.9252055750367,616.1355683589907,3503.4000665955837,107.77957862074241,1281.2800748676314,930.6837352457042,7110.3747125679465,520.6159544850251,4147.818078837674,593.8642529250857,4687.705757623278,444.1912395855527,5322.570410604037,147.9704055077553,1444.3223823250291,278.2889501784034,2777.1360952451814,629.2886041391301,6373.938679572153,259.10213141346657,1855.746856764391,197.20346928394673,2527.4198916391565,264.40258502132616,4517.946991581269,387.47728168513174,3025.699268919744,405.65532950139215,3854.5253947920673,476.27940250963707,5433.687836636141,5158.852315544894,1720.7047248006504,45481.34534643577,18666.217219952166,1250.077592282811,8540.179733553607 -6343,1067.348944171918,4346.76845637226,225.1228175185157,1741.5649438481532,506.4003016464591,3099.900018221214,575.9738945711262,3653.031670595031,100.01523123673125,1336.004054182183,871.7000461225334,7414.061631861902,487.6210192035994,4324.97303129433,556.1807826602405,4887.919526606913,416.4145809330458,5549.899500288219,138.82191244497923,1506.0099631469384,261.2994344330954,2895.7486774673725,590.8512919345377,6646.172124308397,243.92295240881086,1935.0065397912344,180.9916696293139,2635.3669959313515,243.66618700983278,4710.910296452046,362.9669496745111,3154.928082707022,380.5750781154004,4019.1537005852456,446.8327114983444,5665.762795582588,4788.191696689285,1599.3529196731224,42427.60502100485,17470.532163573604,1163.6867702765885,7974.0080805129 -6344,1033.422397508255,4423.510914269642,216.6040364349988,1772.3123774232938,473.97969005988125,3154.6289390326474,534.8600275150765,3717.5261639162622,92.78402694258804,1359.5912859171754,796.4693042899328,7544.957334805926,445.53763149353506,4401.330689654265,508.2065427996341,4974.216039117607,380.9860628513431,5647.883308952145,128.2907532214481,1532.5986594048243,240.61878770176554,2946.8732941089975,544.1647076130172,6763.510691924248,225.87376403684675,1969.1691963489798,172.71797804524968,2681.8945583629147,228.60614072933546,4794.081700384046,331.7101940614857,3210.62852729856,351.7042991904266,4090.112100312773,412.9355669611932,5765.792177676574,4384.461348936711,1471.6332396739358,39372.95963462438,16255.345417488325,1058.7263967329197,7446.080989560509 -6345,956.4233464787953,4534.108435891645,200.36255366655308,1816.62409277381,437.10236255504117,3233.501614845106,498.89749166635556,3810.472510893226,85.4808495415094,1393.5840644036593,738.0201993595218,7733.597896148605,412.8417377116288,4511.373656778943,470.8872242316838,5098.582402533635,353.6489128567371,5789.092838777285,120.07474987070478,1570.9170035112195,224.61707056058532,3020.5516209355824,508.02947880054256,6932.6133650018055,212.130329018572,2018.4027660160161,158.63886573089914,2748.9478328218183,209.72339371439608,4913.944308342236,307.44800461369715,3290.9013162324954,329.1804334552904,4192.37391682407,386.4903250664948,5909.949689073571,4010.845085511702,1355.3445498317476,36594.59968174363,15203.538084199701,970.5735672947271,6966.984739797961 -6346,919.0408995419106,4626.706244263751,193.92076431215813,1853.724089830616,416.92913435589065,3299.5377864840934,470.83346501844204,3888.2918679641343,81.04546904617384,1422.04452845533,687.2103926204873,7891.537263091351,384.419197346014,4603.507164230718,438.4434677608298,5202.7081778551865,329.85329396735744,5907.320560260529,112.38229764158197,1602.9990486842323,210.3371106857275,3082.238822317753,475.72179937344816,7074.19462909526,199.5785146539178,2059.6235870854453,154.33331507636694,2805.0882071087626,201.4635890423644,5014.299313046836,286.34205380536633,3358.1097330051925,308.091863528279,4277.992653575333,361.73026214074633,6030.6456090179745,3771.7519214237786,1271.853990058768,34530.74739728895,14339.71040391806,902.1337473583834,6572.121048224937 -6347,881.6920831847376,4565.104334542021,184.09942614347543,1829.042828907185,388.35098202249515,3255.6063548963557,449.9855894012888,3836.5215173137053,75.7394805276212,1403.1108304772501,654.049967051477,7786.4660222600705,365.86955910163,4542.214136802,417.28302023988334,5133.437136522467,314.5292452365043,5828.668013796907,108.04962142565465,1581.656046239784,201.96971731893697,3041.200600384248,456.8203462687125,6980.005831300768,192.91408018680883,2032.200893796956,142.96344843773056,2767.7400848435896,185.79524811604497,4947.536826454347,272.6022766835884,3313.398449926712,296.21399381531995,4221.03366302725,347.7844705325627,5950.351061070163,3482.4393066988073,1193.7712386759817,32847.241138046535,13785.241856022696,843.7980972601622,6332.747215367163 -6348,819.3566937907426,4525.400994950963,172.03054068413635,1813.1353921344441,372.53456306916326,3227.2918991444426,432.3784830213301,3803.154762583095,72.50477124675966,1390.9077828130792,626.0263189291813,7718.746057492378,350.1933870973027,4502.709876405541,399.3772844495645,5088.790928470105,301.241233586783,5777.975287288054,103.97913445434318,1567.900166304039,194.09133337034493,3014.750860936245,439.0250446443763,6919.299761612328,186.03008258076073,2014.5265634222555,135.5325777902951,2743.668669069616,177.8791442011945,4904.507418939241,260.9662544394941,3284.5813683843417,285.05490610509577,4184.322753337763,334.6825999526522,5898.600040381304,3339.756001997748,1140.9323808766267,31464.082068616408,13222.104793890461,804.835377106713,6059.028764233621 -6349,791.6561785670852,4421.75643277034,164.8515443875109,1771.609431429165,357.2555810925858,3153.3777297064,421.16467936097655,3716.051694653235,70.41755367727475,1359.0520360308333,623.1209499491504,7541.964805045407,348.56815030913566,4399.585005419059,397.53138440566534,4972.243133391071,299.1505589012257,5645.64320895741,102.07705401002313,1531.9907902154196,191.12793755796162,2945.7044861698964,432.26916772915007,6760.82810458372,181.7228506216179,1968.3881717305387,128.03068373324794,2680.830848003222,169.59146955285456,4792.1802407036075,259.66441546902394,3209.355107053546,279.84042374471346,4088.489853606674,328.56028289582326,5763.5053119039785,3275.195062630972,1123.2269510545457,30727.318920642978,12905.936418220279,804.0274227959382,5914.099477056918 -6350,755.8555136641434,4324.220075710935,157.93271357471693,1732.530768300399,345.3104772766047,3083.819629692482,412.3134247634431,3634.0819727900553,67.74663973413118,1329.0736808988736,601.1715117016977,7375.602007062547,336.28983565631665,4302.537711990255,383.51999812900874,4862.563984614266,289.62445827238605,5521.110010390007,100.24503876815682,1498.1977030117098,186.9504643631223,2880.7273014418465,422.8881052836243,6611.695841409108,179.58373264713728,1924.9689073570971,122.62488548388875,2621.696321083364,162.805828695593,4686.4729702654995,250.62964587414157,3138.5622421792855,274.81802251494935,3998.3047852388772,322.6634880482961,5636.372277653278,3120.1626531824277,1077.1402122041816,29874.129259006677,12653.275441173135,763.8459073211518,5794.589146760722 -6351,772.5695243773457,4227.398508344304,162.17197481372799,1693.7384909507828,355.7339146975404,3014.771282292236,423.7141083533147,3552.712961411396,69.9088898115926,1299.3150204520625,619.5879250807147,7210.458389463747,346.59180856763703,4206.201624178989,395.2178185395921,4753.688613294624,298.3374995575732,5397.489446346058,102.82155651794929,1464.652266542029,192.12195965064532,2816.2262983481064,434.55319749245257,6463.656485615817,184.3516938670728,1881.8678386142667,126.4977711292118,2562.9951582095277,168.1635893587108,4581.540369598118,258.3050882798366,3068.2881788233485,281.881449510177,3908.780633059208,330.9566486314258,5510.170930675235,3226.2406511117,1110.284879836275,30741.412681059697,12996.988847022905,788.3063029117278,5944.759515619384 -6352,808.7900579245055,4194.063303129244,170.06350239418276,1680.3824943337036,370.72695423265293,2990.9982646376866,442.24292780089456,3524.6979977392725,72.59676986979208,1289.0692551757852,640.7082833220778,7153.600227255242,358.40634346115826,4173.0335672661695,408.7120596662466,4716.203340699696,309.0223040043417,5354.927474016049,107.07672122292287,1453.1027322888685,200.00834522738077,2794.018909713659,452.39689362313436,6412.687239408638,192.76967623478734,1867.0283456107081,132.51402656481497,2542.784626981994,175.19524609387054,4545.412574189149,267.1576920516536,3044.0931529940754,293.54682431641334,3877.957893190589,344.6529502419441,5466.720407053778,3330.020332624953,1149.0138285846651,32000.675915260454,13565.070069015728,811.0046910703334,6207.663791706304 -6353,879.6755421329772,4199.261774768174,185.18207635030458,1682.4653004594081,402.42336968234366,2994.7055571907604,477.68105661480865,3529.0668022261702,78.8308894566622,1290.6670350563725,693.1218426393912,7162.46699563947,387.726008325331,4178.205972897614,442.09696200165484,4722.048996222294,334.121220856198,5361.564817468026,115.47740230732832,1454.9038289334092,215.77133661312084,2797.4820496357356,488.04462987355515,6420.635658479596,207.73077070595744,1869.3424961616777,144.55094276286383,2545.936366193325,190.78584138101934,4551.046537400084,289.00807054848076,3047.866255777311,316.57697714756165,3882.7645574366147,371.69262316725036,5473.49631598506,3616.0784681144946,1245.1787625332456,34638.71026659741,14657.688834078948,878.8305374425588,6706.212049182439 -6354,937.8915248037733,4310.963967358825,197.44143245980155,1727.2196104069892,424.2301283246455,3074.366029636559,502.8287846144324,3622.9415165810055,82.01254869161438,1324.999340459798,710.2753038784015,7352.9917380069,397.32149738081716,4289.348071985682,453.07692535320757,4847.657556652569,343.63356542577503,5504.184777344459,121.22322676337646,1493.6049046026837,225.1451990497071,2871.8962908613976,509.3694409552779,6591.427364104446,219.41024693666932,1919.067820926807,154.03909730344125,2613.6593826551334,200.75324722913365,4672.10635792955,296.3155433704525,3128.940825964634,332.32893987941486,3986.0477861662366,390.18698242416565,5619.093702484295,3695.8083092257166,1281.4959880686263,36239.85297967252,15445.353847997292,887.8391312525159,7081.482306874482 -6355,963.1105451693688,4224.99421631435,201.1309265029709,1692.77519355959,420.8759364698824,3013.0566602730805,505.85299316992734,3550.692390263212,81.10241903279156,1298.57604759632,705.1075025331385,7206.357510967459,394.4306766561564,4203.809387671966,449.77089677791696,4750.984998855798,342.01649502944724,5394.41967640788,122.15406174018692,1463.8192597260995,226.14011021218457,2814.6245968689814,511.6866947861609,6459.980343482054,222.20953293342055,1880.7975444754775,153.80927723133314,2561.537479493047,197.95669593710454,4578.934662808517,294.2753399408072,3066.5431195867077,334.88078913558036,3906.5575518653354,393.1831053655677,5507.03707423228,3589.267716345777,1263.8516469272106,36315.061977370744,15617.36335861528,865.8870877580997,7181.831469130999 -6356,931.3280128475935,3921.6632997445176,192.2047987947286,1571.243417486053,390.73809126505574,2796.736071026274,471.5436282093699,3295.7725674058893,74.18062490018355,1205.3455619232209,636.7180027843733,6688.981411258022,356.1742170876897,3901.9994231225305,406.13073609600326,4409.890890667975,310.25922949300235,5007.130562853886,113.52581032858693,1358.7252371045417,208.66603039764667,2612.550318170196,472.2842892288836,5996.189943238411,208.10213082418537,1745.766816895994,144.86004873049654,2377.6334380431613,182.7821415470383,4250.192804933334,265.92910569613565,2846.382502189086,311.22676076833363,3626.0886039400475,365.41094097284133,5111.662662390331,3183.936814910643,1142.0088888783714,33641.53317933385,14628.238621082282,762.0793239857319,6759.6497440833 -6357,780.4859842761887,3589.8057557163847,159.85343145163748,1438.2822370524188,318.78673691400905,2560.071703668135,385.84129845209384,3016.8789178756338,60.172611574527046,1103.347254748021,513.7069187869627,6122.948895581693,287.362943738594,3571.8058684027787,327.6882525740298,4036.7187316750174,250.83988477516775,4583.419008798456,92.58141388317753,1243.7476916778523,169.9929551303879,2391.472049596155,384.7696821553541,5488.782571417652,170.54049268914784,1598.0371817846224,119.26448376950489,2176.4342189772174,148.8476788236691,3890.5345583972016,214.6140324530961,2605.5169728605842,253.80848167315983,3319.2430727058036,297.99621307022886,4679.105431597042,2544.742419243236,921.9742596483773,27450.071661100974,11991.40350750619,608.1319737108756,5556.769886478796 -6358,603.2369410988786,3287.57951641835,128.97647799300722,1317.1930581013503,263.6319636480991,2344.5389155497624,305.4377688112352,2762.88746769336,52.26815980969849,1010.4562979291721,450.60167561445724,5607.456987647967,252.06244888403418,3271.0950420882787,287.3229347529886,3696.866827589302,216.6599698877538,4197.540333343537,72.54481664371285,1139.0364028030049,137.43472026509443,2190.1336894955057,310.68884676220046,5026.681213358765,130.66042219561254,1463.4982121091405,99.98534584387268,1993.1999233517222,128.37762046132613,3562.9899199244774,187.80080269962747,2386.1581412912396,198.87890013034425,3039.795542826924,233.5034617745089,4285.170903073124,2404.6874165878285,818.9218721116855,22479.242381935568,9380.32011109093,582.2496502454068,4288.307932534382 -6359,758.5581131592445,3078.730848044166,156.46775392392902,1233.516293842919,370.6239299762191,2195.598387109716,397.6545030106361,2587.3706883686978,71.01071228891993,946.2654696255805,607.4504144052828,5251.234447938371,339.80219630080836,3063.293575917263,388.59343135522647,3462.017537939308,294.767718009335,3930.884970427542,89.16394305485437,1066.6773207588712,172.02504451839425,2051.001996306562,388.60940422127175,4707.353369725274,151.20749261689895,1370.5271824380523,127.83560412964486,1866.5787579269402,175.40283999203876,3336.645371757456,259.29128089195154,2234.573685964722,244.43961328243174,2846.687741759704,286.99623669912563,4012.9486701527694,3700.3219506489027,1175.6088278349775,28822.39714873498,11200.936361421698,900.3941586596836,5077.522564963521 -6360,766.529465496609,2963.909567427637,158.56510318367995,1187.5122981995924,387.8018735923163,2113.713535535998,408.77890437447905,2490.874687083982,74.55608068664341,910.9744947439556,638.3565945583492,5055.389635939635,357.0908303131208,2949.048028433093,408.42588259297827,3332.9015785251863,308.42758069524155,3784.2825980416974,91.93735862322177,1026.895585355808,177.64114566581554,1974.5098677684066,401.27323908239873,4531.792604947879,153.35022249689786,1319.4133650976144,132.01038837902897,1796.9646948811446,184.0391504446955,3212.2051678364824,272.3606763434829,2151.235250447546,252.04282827917245,2740.5205098200004,295.92316168307946,3863.285731722132,3958.264789596231,1243.0473492071242,29840.30632129224,11438.287992349085,964.2734739699988,5173.347820215794 -6361,774.0344019569714,2890.806037156248,161.36841277659093,1158.2228279022836,409.3352544442642,2061.579717713679,422.53722022691795,2429.4383547847083,79.02646856439964,888.5057081504509,677.374865721136,4930.700666564188,378.91729371253416,2876.311051506552,433.48978149162673,3250.6970220451667,325.8063970639382,3690.944926575044,95.27989217244031,1001.5676558755686,184.67853127659657,1925.8094473926126,417.11965484116985,4420.017926826715,155.8662955649006,1286.8706128031843,137.36883818264,1752.643348368919,194.91861779282033,3132.977535419665,288.85035507277036,2098.1759759743177,261.20625892346186,2672.9267727334586,306.6819338593628,3767.9994825937265,4289.688253299298,1328.9657355342542,31098.69814938492,11716.755261533508,1046.4040222261187,5283.113407415942 -6362,888.1960934307781,2901.0080429477484,185.30580455493126,1162.3103370074366,483.3432920017197,2068.855283057539,492.8576080835006,2438.012137960417,93.3404253794583,891.6413527643834,800.5955084238648,4948.101708387779,447.84579228138847,2886.4619027322865,512.469689027696,3262.169126855749,384.0215378407848,3703.970719738971,111.43355367815991,1005.1023098421398,216.0780202229514,1932.6058629539118,488.03160915153035,4435.616707204378,180.02286956960035,1291.4121355743368,160.08126082228594,1758.8286397238815,230.11320346079677,3144.0341938568513,341.28259285302227,2105.5806939607014,305.49091745548975,2682.359856124453,358.676494689865,3781.2972106493967,5133.694404400177,1579.0154208938004,36395.76033738006,13578.780818588988,1253.2513289452352,6116.241599683946 -6363,1225.2486138322124,2983.0789371114524,252.60742409214458,1195.1926479978563,625.4114330928682,2127.384180758666,656.8581425094678,2506.984658264449,119.71825465809457,916.8663097487669,1025.2233463275584,5088.0858537635695,573.5005467434561,2968.1212796866475,656.0783301671433,3354.457439466643,495.17453907492023,3808.7578090626766,148.37196825964713,1033.5371311434037,285.40400895321955,1987.280199905242,644.8098123286451,4561.102408704822,245.95908579363274,1327.9467977094853,210.85575861843034,1808.5867365667275,295.4819509602889,3232.9804131540923,437.38185508046564,2165.1485709637573,406.7561987588303,2758.245089326794,477.57193169400244,3888.2719030950543,6379.387139759078,2002.0742694282592,47896.17510240227,18344.517679898225,1554.396672551008,8307.655584433069 -6364,1746.3949891916343,3244.3672012223915,353.95600547022985,1299.879724289545,826.8394175625579,2313.7220321551663,901.5078221717561,2726.57176384234,156.36364571732068,997.1747466176996,1336.3089335781592,5533.751941857315,747.5189740561984,3228.0994006783176,854.9285571684671,3648.2747939081482,651.0487787377698,4142.3673907496495,203.27069336146383,1124.06478012079,387.4546165560872,2161.3463257711833,875.6815382228236,4960.609949714348,347.6360715890968,1444.2618268857407,284.1075444038215,1967.0010792153923,386.5004827966505,3516.1575793861302,570.6782495388861,2354.794210109063,557.2589992611687,2999.840128069074,654.2770768905106,4228.846134407488,7985.970764792377,2576.900420950162,64645.525546065735,25553.768827768923,1940.7144365705337,11648.561369399495 -6365,1936.0288751341277,3858.3069022203376,385.95483897444694,1545.8592080430894,884.0003283558092,2751.553425617195,982.358265718076,3242.527742195255,165.021108316165,1185.8726121214904,1408.687895326856,6580.917629915262,788.0071021156028,3838.960705187062,901.2799129859259,4338.64693652086,689.610714311789,4926.237908347745,222.3664809414108,1336.7743632868585,419.30750754963185,2570.3432840985315,948.072379129882,5899.318548465929,384.7053361984886,1717.563096183155,303.7958748091285,2339.2216015968097,408.23716979251344,4181.528851829224,601.9308198670734,2800.3977942907027,609.6093863284392,3567.507360857784,715.7415992577985,5029.081240454132,8224.419774434637,2702.7846136426792,69642.28588723349,28040.174079724664,1995.4681354079476,12850.257492186547 -6366,1769.3548126729795,4207.319405178204,349.08403580093477,1685.69364970171,815.9280644771612,3000.451860198516,902.6933911834408,3535.838448651145,151.25866876051674,1293.1435936775522,1291.4576896870983,7176.210485559929,722.4295991548299,4186.223200999199,826.5090135439887,4731.109761573534,631.5664487295386,5371.852699013815,205.6464603569249,1457.6955285140643,385.068186740396,2802.849916095049,870.8972499529681,6432.955707075837,352.90538056794793,1872.92942923509,276.02731310120254,2550.8215615887393,374.1382654194502,4559.779179693916,551.7848238446622,3053.714564633838,563.7720755756875,3890.214886435147,661.9240714447088,5483.99897400697,7570.535607861531,2487.543059310128,63863.46802388996,25712.295021887836,1837.290783210976,11808.608537709593 -6367,1661.9707878342435,4361.64908159628,327.9910170949639,1747.5269764461177,758.1723177636758,3110.5121432667656,843.280623292363,3665.537373571206,140.49008034318152,1340.577699138797,1199.1432271374354,7439.44275663053,670.789734598288,4339.779042571129,767.3615572456707,4904.652715717544,587.2291491993598,5568.8988961207015,191.87546310187847,1511.1656023465318,359.2847989414624,2905.6619155992944,812.5835069924359,6668.924474139953,330.8915364432471,1941.6307958135328,257.83642353583934,2644.3888495193232,347.5799902041305,4727.037516314128,512.4219815159416,3165.728589538407,526.0194019252401,4032.9127771351973,617.5987056927604,5685.158835103779,6984.490907189831,2304.213304619378,59565.20897270059,24073.202037255207,1694.3227918021746,11059.86771375267 -6368,1536.3030868428573,4380.233626214712,301.46773115582596,1754.9730117548067,693.5535241995029,3123.765720212383,775.7718829532697,3681.1558567630573,127.92410202472091,1346.2897648272642,1091.4989812986598,7471.141468117946,610.5745297227243,4358.270401170131,698.5040072883356,4925.550943779443,535.3028442798317,5592.62740982603,176.7892426730153,1517.6045257989365,329.8114951040127,2918.042646489449,746.034457259366,6697.340085329208,305.7947009795876,1949.9038878212266,235.7242601799998,2655.6563223588373,316.5724222008889,4747.17894401532,466.50586607793997,3179.2174381645764,484.66109316071913,4050.0966096826533,569.0399683740941,5709.382720624434,6310.631256130679,2094.5286144150227,54595.4402379094,22189.6745668592,1530.0616952899352,10212.142867018576 -6369,1445.0497996798827,4442.550325629215,282.9482323145612,1779.9406584573867,644.5549470229787,3168.2069044137893,725.1210283430933,3733.5269178980043,118.55933342592108,1365.4431574904916,1011.2070611661214,7577.431889333281,565.6599652426638,4420.274634216382,647.0833369049077,4995.62576256932,496.7503927955833,5672.192590813104,165.34574432844408,1539.1951789774128,307.69501110825587,2959.557050057262,696.0760424360353,6792.621790505019,287.0803005698401,1977.6447767403258,219.76846247793296,2693.437808670031,293.4788214876212,4814.716100378531,432.27193543935266,3224.4475227613784,453.2891706760412,4107.716516418861,532.2062343887753,5790.608955844899,5799.523280078793,1936.0461435674465,50902.9240753938,20796.939909078686,1405.3449368269387,9581.827470069553 -6370,1358.4954738841454,4508.505958972861,266.1444133831005,1806.3662709632024,598.6970603915643,3215.2431960994054,677.979741124965,3788.956145352088,110.01644462554897,1385.7149972325158,937.9991094527606,7689.929054868155,524.7081077923099,4485.899554967573,600.1979258834772,5069.792544477734,461.6323126925211,5756.403917045233,154.34678319072262,1562.0466011173664,287.2745898680113,3003.4956540899657,649.876099275922,6893.46739481298,269.5901624610784,2007.00557272865,205.23952070711948,2733.425514722048,272.4041662503444,4886.197035088109,401.05046297219286,3272.31878205138,423.1359303089222,4168.701091624137,496.8033535159096,5876.5783322467405,5337.987765207601,1791.153042256036,47480.84587217893,19486.55232263205,1292.795666994478,8982.678433064399 -6371,1314.6638049025544,4445.9293303035765,256.83952176119095,1781.294481681474,572.7422830745047,3170.6166432247596,652.8558914633087,3736.3666392253353,104.99993557907021,1366.481713831681,894.8920884022822,7583.195285557743,500.5944351672305,4423.636695995358,572.6051577549241,4999.4254365326515,441.1247284805209,5676.506861642557,148.5181519656471,1540.3658911412153,276.15881728178454,2961.8080897468953,624.7539865746505,6797.788260009906,260.77409319619113,1979.148973756684,196.8508089711784,2695.4864380109507,260.05359407368513,4818.378174416286,382.6914469503983,3226.900038198016,407.15695591849124,4110.840846430354,478.04246016157947,5795.013294185496,5051.9806971192065,1705.0147361663805,45580.998259169864,18799.915426779302,1222.8326073688943,8674.500504808408 -6372,1263.662031359802,4388.291262927889,245.6876023474645,1758.2013635225119,543.0893013539211,3129.5120277152314,623.1456367456851,3687.927508485209,99.28151662332377,1348.7663253857525,845.7737961432417,7484.884968789364,473.1181125039106,4366.287635543259,541.1326443497641,4934.611716218542,417.51618868812983,5602.9152994196,141.81883477360466,1520.396227563422,263.049191412554,2923.4105171478204,595.1550387640584,6709.66014356291,250.09929489333078,1953.490823700547,187.22896836195628,2660.5415215757366,245.97068464599994,4755.911593140334,361.7679750835372,3185.065751595992,388.79102853154575,4057.5469445092676,456.4790483529846,5719.8853868621345,4728.486038276435,1606.8679618051628,43387.32735525433,17997.159868880946,1143.743931270409,8313.883569585945 -6373,1223.2702969270113,4306.935152153811,238.147611558455,1725.6054357858384,528.5010384513351,3071.4928781326817,604.7149640046875,3619.5556933685184,96.74855639782068,1323.7610611492082,824.3435924054228,7346.119993046671,461.13025287850553,4285.339457934889,527.427926011211,4843.127173976949,406.62394619927323,5499.040836571565,137.60837415950408,1492.2090548123563,255.48662998472676,2869.2123576317413,578.0221900625468,6585.267339806326,242.21658359845293,1917.2743543901008,182.00981141963172,2611.216784957426,239.66426099607676,4667.740036782634,352.5698916891245,3126.0166715363703,377.24820831756665,3982.3226216669705,442.9266379321786,5613.842373473341,4626.584365682609,1567.7378701301711,42160.783717417675,17447.0936329047,1119.4089540093362,8055.578423999127 -6374,1219.3639465012095,4238.575226780211,237.46218296502414,1698.21652588883,521.4622428444345,3022.7419644279103,599.919632644084,3562.105894766251,95.19002705687775,1302.7502485514415,810.7788661024836,7229.5219490155105,453.5422692659324,4217.322300676676,518.7386192437833,4766.256777629709,400.7464521655911,5411.759740401258,136.55932152938024,1468.5246258564728,253.03390052685603,2823.6720521199127,572.5187296120436,6480.7455933646015,241.2385544554545,1886.8432642629875,180.1395051218751,2569.7714001889285,235.86326936480884,4593.653395283456,346.8292423394987,3076.400353009728,374.3722697886635,3919.1149652678214,439.5500021909841,5524.739140628546,4515.9766538047625,1538.9689249012442,41717.835336168486,17344.630636111717,1092.0321045906296,8016.163081795074 -6375,1243.979362834289,4119.855095586057,241.9443258407347,1650.6504269139266,525.9773203079452,2938.0766456869337,608.2558382220111,3462.33329276495,96.01082763716792,1266.2609397280303,817.482497086605,7027.027066104084,457.2922190191559,4099.197452104694,522.9509326882653,4632.75658011757,404.48147234486055,5260.1793644503205,138.31770245900435,1427.392069061919,256.24192815516597,2744.5825707397294,579.7818088967639,6299.2235191027185,245.4186980653824,1833.9938354122767,182.65195972173908,2497.793534645378,237.957299547524,4464.987722369873,349.7583196178595,2990.23209269257,379.19280530688394,3809.3427380576395,445.20978676528404,5369.994274607343,4518.428723493593,1547.0410012634666,42253.23031912357,17631.482243943556,1092.0321045906296,8150.840003314466 -6376,1297.5740697103402,4095.942114701304,252.09889997390863,1641.069514189959,543.5727983779374,2921.023091851624,632.4893376578067,3442.236782590299,98.95418815281607,1258.9111487901723,842.2645163164849,6986.239912184902,471.1550535211727,4075.404374911268,538.8272170257081,4605.8665519554725,417.5304047511512,5229.6475700852125,143.70041702618764,1419.107020566137,266.0501089228101,2728.6521195398695,601.988969570885,6262.660774028874,256.22750988720975,1823.3487378271805,189.30071837644493,2483.2955273945818,245.3107382888048,4439.07147930344,360.4209416514525,2972.875811654884,393.9493158663434,3787.2320720353705,462.5353869022899,5338.825078735017,4621.632595291015,1591.2756596745694,43790.67011430681,18354.102799151067,1116.3670818517023,8492.671535199956 -6377,1399.242784896642,4129.017403267883,271.9524093750306,1654.321373278697,584.9604300858474,2944.610749823123,680.5297295109606,3470.0333118649733,106.62254809582038,1269.0770272034601,907.4941008803413,7042.654747800254,507.64388548663993,4108.313818441214,580.4899762990136,4643.059549570917,449.76338060497665,5271.877684095183,154.6272038280209,1430.5665023892843,286.263420045001,2750.6863557971783,647.7269524974555,6313.232609883714,275.66571937992245,1838.0725263896904,204.1879127812934,2503.348475865183,264.32942704707636,4474.917584066164,388.34266250095385,2996.8821873773736,423.9046929924595,3817.8144851025795,497.7059567974611,5381.9368159472815,4974.543968243522,1712.8676354476092,47171.76090756563,19770.202080189112,1201.5395022654561,9145.152262314352 -6378,1471.2349677173208,4301.476757563248,283.0674821617525,1723.4184896063887,598.8259602964273,3067.600221401463,707.4363053543292,3614.968449186993,108.00630005238806,1322.0833924683222,918.3310563722263,7336.809887318327,513.7059790996005,4279.9084326490265,587.4521218664861,4836.989236387007,457.1787857556548,5492.0716267517655,161.05621212324317,1490.3179035539713,296.0932445160652,2865.5760611334663,670.1568394103367,6576.921500745564,289.70642645067187,1914.8444965921733,209.3584661570557,2607.907459167677,267.9569588638135,4661.8243760942705,393.1812542918542,3122.054914071461,441.5295786539972,3977.2756247914513,518.3993124659193,5606.727669917073,4920.0417653038385,1725.015144511511,48606.336533609116,20648.200676280987,1186.3301414772857,9584.963105255714 -6379,1495.2262184331498,4201.081241732744,286.7123168222902,1683.1942833610256,600.819335905311,2996.003110932864,714.811919061208,3530.5958853857373,107.95365099344795,1291.2262585957706,917.4366576418987,7165.570367799237,513.2056606444203,4180.016316750082,586.8628433953315,4724.0949777815595,457.67137086759016,5363.887890090553,162.79620460613455,1455.5342134141472,298.54460544201663,2798.69414986818,675.7733651747186,6423.417608045669,294.132803218587,1870.1524496962893,210.45007707254655,2547.039476063736,267.91993786079905,4553.018426573266,392.89396084562316,3049.18684312391,446.2997029336138,3884.446891671148,523.9999092695776,5475.8678865757465,4861.067025627793,1718.6135409754997,48945.67157199747,20914.19937996982,1171.1207806891155,9720.935194904698 -6380,1403.1063423778276,3899.1149190831925,266.4976698109505,1562.2092419382986,547.5202145859822,2780.6556824975423,661.7595279986449,3276.8228696009137,97.4070929287403,1198.4151886399115,826.8426774583384,6650.521786458667,462.52821816025556,3879.5641038184563,528.8749621170853,4384.535348675329,414.39512077197054,4978.341072955673,151.0143613819822,1350.9129769693134,274.9838247475607,2597.52894214467,622.6211437958104,5961.713660339122,275.26151199683034,1735.729184461857,192.48624226530944,2363.9627631951735,241.94756699664583,4225.755478746788,354.30356505652543,2830.0166616613496,414.0002206227623,3605.239688593679,486.0771284810409,5082.272144461021,4263.9734497915115,1539.0659311935472,44958.33736016286,19474.644756025726,1025.1109171226803,9080.707454996324 -6381,1147.0505878599447,3581.748125306356,217.05065226130029,1435.053887810117,441.87442106770567,2554.3254006603793,538.5945489696074,3010.1072714506595,78.27039309540825,1100.8706961268413,664.0480340063689,6109.205405661235,371.462386152972,3563.7886403011935,424.7654838272381,4027.657966323777,333.61543382284816,4573.131127252668,122.81820391258705,1240.9559920971974,223.3277372721749,2386.104183136842,505.6898128596055,5476.462522821412,225.20293800157376,1594.4502487112102,155.65708325969683,2171.549023581803,194.48809635858004,3881.80191610337,284.6213078193704,2599.6686640040575,336.70151004836197,3311.7927437072713,395.32081145596305,4668.602773575134,3381.666646162517,1232.63726178573,36426.16319586701,15875.760728965377,812.1798660882957,7412.353000547378 -6382,889.2744204993418,3252.814725514591,176.82218252218905,1303.264287400569,381.29487968173436,2319.7463881727786,437.3139251022397,2733.6710777550206,70.78112740932946,999.7711413452898,603.0675699937897,5548.160453920386,337.35047329304956,3236.504567668845,385.66380448740995,3657.773992992193,297.7075856689038,4153.153083918841,98.52082733069858,1126.9915648979563,185.19823296596562,2166.9739333933812,418.7927255281272,4973.526142751482,175.02632429144217,1448.022325038452,134.51424240199543,1972.1226602106613,175.34252858794218,3525.312778142878,257.9351681008616,2360.925507850432,270.09116138084545,3007.650964753969,317.11368644834135,4239.856996690562,3382.025666212427,1141.0808358598088,30674.9963675467,12644.650264972286,818.2636104035637,5813.085783337466 -6383,924.5987702188,3037.208041488537,155.19875218318947,1216.8798741685605,442.91163586495406,2165.9863776156985,497.9416233191634,2552.4748504785202,77.42691975668214,933.5031984220112,669.7555354976768,5180.41111101091,374.65511019454726,3021.978971668334,429.36598231628903,3415.3253483276794,333.972281001621,3877.869171296162,105.95221669287447,1052.291056342388,203.5935554112418,2023.340156626114,459.99504886036465,4643.865350470761,148.4523960336374,1352.0428985287397,136.24537414292794,1841.4042322825553,189.69716552134244,3291.6440750691677,298.830140833832,2204.436017075752,290.4640372273512,2808.2944978356827,341.03345387134874,3958.8260788732246,4172.358433250314,1344.7237549722447,32736.030136714635,12782.215050239358,1034.6234697265188,5887.3364459143495 -6384,933.7923821531767,2925.8307510116383,157.2366824472823,1172.2557386568096,468.2521681962161,2086.557609268807,530.162892432711,2458.8731844176746,81.30811128342744,899.2707535346316,703.9959921359404,4990.440537635884,393.8089079237258,2911.1601455804025,451.3887838553128,3290.082138709619,349.5693130298125,3735.6640423675603,112.84359539809262,1013.7025483944607,216.42636108244807,1949.1423600709347,489.0250037678954,4473.570417423798,150.51347745139597,1302.4622071208305,140.72460249403136,1773.8781980883978,199.06629427856367,3170.936374678692,314.0299518175592,2123.597264096798,309.35649406553716,2705.311683435906,363.2150632338839,3813.6521836012726,4460.2263886150295,1424.650144536973,34164.46223058912,13336.809457776051,1092.3962781063299,6134.265140661213 -6385,942.241409340741,2870.986856941779,159.9632333489557,1150.282126706956,493.8531776312025,2047.4456597981039,546.2535479705828,2412.7822817190845,86.20323770800594,882.4141701762392,747.2372007510327,4896.8961000044865,417.9976438430112,2856.5912479811814,479.22921535666376,3228.4104523914216,369.4174919207363,3665.6400456106226,116.49413987320976,994.7009724614478,224.53040846129844,1912.6062217157535,507.23991603182316,4389.714568276539,152.92774071318223,1278.0479106709654,146.47256629171733,1740.627338326549,210.87138172048813,3111.498042992893,333.21898178987016,2083.7910164664804,319.3643251371058,2654.6013587388916,374.9652448697146,3742.1663205504465,4834.920393181681,1523.1081334747244,35601.195082706436,13628.55977457768,1190.6572488209604,6253.7647799324595 -6386,1080.5684016593098,2906.011570797169,183.64992451892104,1164.3150374614818,574.6427238183862,2072.4235513532312,620.687446217258,2442.2171113520503,101.83127444398889,893.1792155604197,883.3164307738281,4956.635971076181,494.119118347131,2891.4403420550316,566.6410644982294,3267.7955690558733,435.526737776373,3710.3591614031384,131.7853735957687,1006.8358649803398,253.86035023137978,1935.9391343940756,573.5120164668857,4443.267058873621,176.59165657943385,1293.6395049886112,170.7201506284863,1761.8621880460275,248.97298196991477,3149.4568822519195,393.8306843996613,2109.2123045889607,361.2846701744948,2686.9862694413387,424.1838682560909,3787.819021557992,5780.103294955881,1792.6852824182324,41216.41804021981,15576.743246717357,1399.361608451019,7106.907639797173 -6387,1492.069683898527,3001.403558778252,250.47621818737252,1202.5345432528,721.7382942859616,2140.4523935261377,779.1421605846638,2522.3847017616727,130.5652335812323,922.4984866369352,1130.6947310351552,5119.341227906869,632.5002730101951,2986.35401863123,725.1244937094061,3375.063385461196,561.2501657506195,3832.154456400184,163.39575785323368,1039.885999981964,312.45179802343176,1999.4877742191982,706.0802065089161,4589.120599904273,241.4027219077045,1336.1041824702208,224.78899927697046,1819.6966228278227,319.6178382949589,3252.8401433778554,504.34190551098163,2178.448764908253,447.9433557246637,2775.1885892447563,525.9297199051651,3912.156993990724,7170.755783137171,2235.9847780815226,53047.229372602626,20365.6721432052,1687.2366690938695,9258.98451761288 -6388,2128.894151610131,3284.0055616513287,351.16399681698994,1315.7611266802003,935.0656478194484,2341.9901479863165,1031.1931457651897,2759.883909973587,170.45766367206,1009.3578225661231,1473.0078184293614,5601.361074976719,823.9870777939935,3267.5390077290585,944.3835797626155,3692.8479332156385,737.3493562847913,4192.9771526784925,214.4161972314744,1137.7981469490312,405.0276846918353,2187.7527771249015,915.7216965973042,5021.216666814701,341.40973103034815,1461.9072311501789,302.75675997976407,1991.0330993001323,417.9337867899761,3559.116564239674,657.3953426935768,2383.564129124737,587.813981045085,3036.4909560582087,690.151641845996,4280.512458494049,8962.605477501802,2842.6279587166755,70561.56108576876,27870.218597959276,2048.850542486584,12681.694237978832 -6389,2360.592050349238,3891.6421137385473,383.0092161248313,1559.215207185572,983.4183490231892,2775.326447766838,1077.3850477752048,3270.542711164556,179.85237215496042,1196.1183793350765,1552.3329467743345,6637.775802874728,868.3608278059268,3872.128768371425,995.2752008018214,4376.132216203648,780.6653939186724,4968.799888725536,223.5204933544466,1348.3238997238495,422.2943818762483,2592.5506769320373,954.7536189681307,5950.28780431057,377.9419099998858,1732.402591992622,323.6791093447825,2359.4321366458285,441.3575537386083,4217.656654069375,693.0138505563932,2824.5928246948642,612.7730681744973,3598.3301065544856,719.4560740589138,5072.53177229138,9234.926365238427,2968.412681084816,75212.15606278872,29810.138209177323,2134.1074468356455,13617.068730780858 -6390,2156.405105728163,4245.268263269961,346.39324861334353,1700.898140480322,935.8532400746001,3027.5151066241815,1050.4320604377324,3567.7307341187275,164.85977453292932,1304.8073914553813,1423.220368213715,7240.937920567103,796.136434300636,4223.981777160453,912.7499089873912,4773.783063899359,714.984702716435,5420.305325527933,221.55709968178346,1470.8435392604047,418.9016164758292,2828.1308476039517,947.054862617253,6490.979189423749,346.69538109320337,1889.8227349913493,294.1214437653323,2573.82926700302,404.5048090703288,4600.907127528584,635.3397882132389,3081.2582259311944,607.3904978930137,3925.303549418536,713.136405189329,5533.463128923232,8520.594779005134,2787.4145802725398,70533.3482163666,28114.17900039585,2049.8295122145296,12985.712803423536 -6391,2025.929360626765,4381.533247276019,325.4889716423486,1755.4937145489346,873.1954619682372,3124.6925455981977,990.5137907089297,3682.2480605333703,153.11292932369165,1346.6892107660653,1321.381594829183,7473.358165589483,739.1687575256947,4359.563505713763,847.3608613848492,4927.0123612040215,664.7181862066282,5594.2867497129155,209.51182861717257,1518.0548010519867,394.01139165692933,2918.9084335694974,890.9708739440297,6699.327194915678,325.0925466447103,1950.482426861923,274.7188365381788,2656.4442590724125,375.7723375781235,4748.587438233645,589.9278965871746,3180.1607161478296,574.3688380152742,4051.2982786582006,674.3657166449984,5711.07670196515,7859.389592415115,2584.3826222284997,65950.73948229695,26500.460914270152,1882.439968848192,12250.426846087961 -6392,1872.816855269089,4406.485919967298,299.1903196624318,1765.491187487881,805.1363727620701,3142.487556146084,924.5091516148547,3703.218329486529,139.4075148368807,1354.3585569051168,1202.6536864598381,7515.918668885124,672.7534533800833,4384.39106152486,771.2496170090184,4955.0715176354925,605.8521168126779,5626.146009549305,196.40989589411444,1526.7000680031447,368.8750815278729,2935.531511074148,834.174935026871,6737.479619948728,300.4653409932562,1961.5903534348492,251.14496455733192,2671.57261263688,342.2302764453246,4775.630471209791,536.9743122525009,3198.2716159122065,538.45037974222,4074.3702751984406,632.1939008170523,5743.601076337414,7106.160575695215,2362.628593581825,60805.83430037224,24597.38396035886,1722.1256100743283,11417.658628163865 -6393,1761.8159452697842,4474.196034810245,280.8358731662112,1792.6197459878258,753.0690252356569,3190.7750571579477,874.7144841880095,3760.1220262036404,129.19170134554375,1375.169646533483,1114.074503504477,7631.408364180516,623.2030700056126,4451.761666511257,714.3999565556124,5031.211205270442,562.1386989525023,5712.59743577617,186.45534458863565,1550.1593593325028,349.38852586786925,2980.6389230459527,790.178729857664,6841.007811597217,282.1029957616069,1991.7321740416144,234.12782919389605,2712.62402904859,317.2455221990046,4849.012865599806,497.4767088740843,3247.416295447222,511.16034984735103,4136.977097109816,600.1527116903759,5831.857318511851,6533.338424485613,2192.8180079267754,56954.043657182745,23203.056389714933,1593.5784298312017,10799.883840070965 -6394,1656.6189923013437,4545.610056441305,264.1813136531733,1821.2323021476875,707.8070466214031,3241.7040010796877,834.0615125369939,3820.138492542071,119.87345737564837,1397.1191530190843,1033.3210383465769,7753.2156246927725,578.0303214670835,4522.817606276766,662.5715556087911,5111.515917680937,522.3270878253952,5803.777963780316,178.56789662403577,1574.9019305470106,334.7020769673196,3028.213819377872,756.9554162386793,6950.199245328477,264.93854088358137,2023.5228250219568,218.632507002024,2755.9210570688706,294.44692264966,4926.4094541665645,461.46361450384586,3299.249307627244,489.53720640846154,4203.008663362529,574.7650066894013,5924.9413902541655,6019.027039675891,2044.6330573761766,53567.41832505388,21967.87017280667,1490.377558599679,10262.082434269803 -6395,1603.3953907042328,4519.682671105618,254.96532645103022,1810.8443033758463,680.4919417342693,3223.213873739986,809.5459243443611,3798.349073409765,114.39848098660424,1389.150223394586,985.7374376651114,7708.992603668958,551.4124912112713,4497.020225193716,632.0468180110829,5082.360701724961,499.0512919421356,5770.674203052652,173.57419076456827,1565.9189582479798,325.34212332059303,3010.941403662713,735.787126989296,6910.556492924304,256.2976633024633,2011.980995571462,209.68301943413235,2740.2017528799634,281.08010830133367,4898.310053942266,440.2588956566747,3280.4309516628705,475.8471486641165,4179.035418004669,558.691527435934,5891.14653398426,5699.367286495251,1953.6084832823433,51606.211485842985,21277.255968831414,1422.4002945314799,9962.505504781757 -6396,1541.4411450939804,4452.492408469085,243.91606106034192,1783.924027508795,655.5508246605526,3175.2971055795056,791.8356009205114,3741.8822613790862,108.15798873860979,1368.4989133041256,931.5240417690608,7594.389593812757,521.086014255224,4430.166865787699,597.2346659632502,5006.805585312559,472.2658559873894,5684.886517609211,171.12200645741734,1542.6397783301402,320.37893059403024,2966.1803090423637,724.5953446752624,6807.823150892881,245.83030487200796,1982.0705922645209,199.41887968154447,2699.465513446575,265.8394353300646,4825.49106133829,416.0970326856802,3231.66358606609,469.12457714921095,4116.909267180362,550.7985648354352,5803.567889275586,5342.431174058318,1861.986040440155,49673.13199132883,20627.25603640576,1365.4491343164404,9710.051308060903 -6397,1492.0911134961125,4362.4288567543235,236.42162545215,1747.8393991327557,644.3208525805277,3111.068240296292,784.4276710770683,3666.1926979522646,105.40252702988704,1340.8173674770012,907.9633347626466,7440.772779413836,507.90637062123676,4340.554907805927,582.137455031722,4905.529569007435,459.9765915018931,5569.894503271945,170.02735595766694,1511.4357683718943,317.91881224625763,2906.1813895269465,719.0681779079076,6670.11674374682,238.07238190095904,1941.977920360314,193.86589908931836,2644.8616130760624,259.0310028939185,4727.882615577596,405.5528860453486,3166.2945581583144,466.12363376704354,4033.6337808517587,547.2751610562201,5686.175227194525,5228.3260988106285,1825.2344498680877,48606.39793783874,20242.12721173964,1339.4435044673671,9539.596863177116 -6398,1487.4729587500574,4285.881336343305,235.7609364632181,1717.1700687038715,642.0730549661771,3056.478339247147,791.7867018854234,3601.8620304291208,103.69694724739888,1317.2900508892512,892.9411930644243,7310.20957141468,499.5031221895183,4264.391209483148,572.4921165767556,4819.4522627313545,453.2664201087969,5472.159588348049,172.26800536103022,1484.9146114365187,321.51179420682814,2855.1866371681767,727.2483635741247,6553.0762338952245,237.13013665308668,1907.9020421333557,191.86004381307268,2598.452237712199,254.9085796664415,4644.922479630281,398.881532827093,3110.735601146864,472.26629025905953,3962.85562622529,554.4872461715206,5586.399934907434,5106.803332616166,1803.2798737772162,48431.55383983371,20316.103926037726,1321.502040466971,9603.34056427402 -6399,1517.8200776143035,4191.85394858565,240.2278400724831,1679.497300088767,654.4330316206026,2989.422662380819,818.1487970313808,3522.841252389175,104.58339893894315,1288.390197467285,900.2420589827246,7149.831843703821,503.58715969299925,4170.835290796302,577.0871025376297,4713.718932495483,457.4385475399488,5352.1065978178995,178.44057053756686,1452.3372647954488,332.6911732088427,2792.547072517388,752.5663890855408,6409.309155039129,241.25486147139537,1866.0448298027054,194.52336322416213,2541.445135333213,257.1573086284679,4543.018135384233,402.181651556916,3042.489581337522,489.1881467070744,3875.915057097774,574.3551761413318,5463.8406404177185,5112.355644398437,1824.0457434859047,49406.19884069617,20876.06260321514,1333.0226349482339,9888.807186431917 -6400,1583.350442182199,4185.09593293378,250.32796945274623,1676.7896511151896,668.9944409011989,2984.6031802637854,836.8556329400672,3517.1618044373367,107.78208649343803,1286.3130828475978,927.4531989482888,7138.305040503939,518.8088220787266,4164.111160966806,594.5526899518219,4706.119577480963,472.1319954336093,5343.478048111216,181.827218844543,1449.9958382840136,337.4170187822112,2788.0449889390648,763.3995936506199,6398.976206391898,251.9000918152603,1863.0364329640813,201.590877901189,2537.3478728298887,265.0901055456272,4535.693980477544,414.37585756215907,3037.58454588936,498.4725163089386,3869.666391246707,585.2559425927176,5455.031955520734,5222.1972988447,1860.410143557943,50787.468066613335,21567.37497955893,1332.695477411564,10192.06133744229 -6401,1707.5405502282817,4228.243262664468,270.04425965123966,1694.0769480195058,703.035314362182,3015.3737192425247,866.4791837252598,3553.422894391817,116.13346042379882,1299.574660506014,999.2685773398834,7211.899243895341,558.9816867717715,4207.042142759504,640.5176517429207,4754.638535329385,508.5800273377339,5398.568018077311,186.65149420888224,1464.9449456748946,345.44971769396335,2816.7890603700434,781.6566570079284,6464.948107810767,271.0096088182295,1882.2438892713103,217.44201328770015,2563.5073174554996,285.6402226691834,4582.455891523146,446.46769765566114,3068.9013099699514,511.69808669114536,3909.5617184761213,600.7840678295508,5511.272019368279,5609.4203837537525,1970.3149519666897,53791.512466736494,22768.589122142515,1385.038900410511,10694.602260636837 -6402,1795.6806513179172,4360.349466838122,281.13399076633675,1747.0062761773934,711.7465320429193,3109.585322376044,880.1248772192721,3664.4451750980706,117.61545036590823,1340.1782551373046,1010.9327237280646,7437.226069909954,565.5065033933199,4338.485944299041,648.017952409777,4903.191305380825,516.757985110577,5567.239564281598,189.1786433381488,1510.715329277312,349.3259155577333,2904.7961327183048,790.5000973988606,6666.937374190945,284.8768458243996,1941.0522595787447,222.91368141098292,2643.6009166272333,289.5131706239166,4725.6290289269855,451.8061601642932,3164.7853161300427,518.6261714606234,4031.7111139877325,608.9183232788728,5683.464861978855,5548.116703059873,1976.2730132795512,55015.46403559476,23447.59235389689,1371.0483556708018,11034.227810278093 -6403,1825.1760399366456,4213.882477040564,284.7788825326589,1688.3231930036281,700.5520519041933,3005.1323180581685,859.9536880553464,3541.354065507719,117.54614984781517,1295.1607912126883,1009.82035475922,7187.404783063985,564.8842543837768,4192.7533645199965,647.2820980139791,4738.489903265582,517.220573194859,5380.232346932689,183.81834450281545,1459.969413519159,337.78905946643357,2807.22213119146,764.5420521540033,6442.990588321353,289.2572157484597,1875.8510449370187,224.0598102601618,2554.800633202879,289.4508428951036,4566.892059784739,451.369414895735,3058.478107927024,503.93111279121194,3896.283301357074,591.6648737272199,5492.553560881267,5473.749207362318,1944.781121608333,54660.05005302901,23346.64053911919,1320.850228275696,10953.78902274176 -6404,1713.1241397016925,3911.6562377425275,264.75248070190383,1567.2340140525591,626.0091303179051,2789.599529939795,767.9148063748675,3287.3626153254445,106.03660584756312,1202.2698343938393,909.827686257771,6671.912875130257,508.9492717662466,3892.0425382054955,583.1387593823833,4398.637999179866,468.11072892428075,4994.353671477768,163.4255796852171,1355.258124644311,298.4096895881483,2605.8837710908097,675.5860290042799,5980.889230262464,270.75780668666533,1741.3120752615366,204.89937876455895,2371.5663375773834,261.3430457297099,4239.347421312014,406.80520785607604,2839.1192763576787,448.025111161084,3616.8357714781937,526.0257088582945,5098.619032357347,4796.689197333095,1722.736031402875,49548.71149884525,21328.142741470096,1138.4836617955104,10002.7608890163 -6405,1400.641318874305,3601.6972638450666,215.64787618938962,1443.0466577696154,519.3116263547388,2568.5521384174804,652.8745075488438,3026.8725617150085,85.19510650880885,1107.002177532548,730.5934430253806,6143.231635517515,408.68727826294634,3583.6377505180017,468.27899912781123,4050.090673467265,376.78208203246925,4598.60193737711,140.06923636821782,1247.867701726325,257.77150072299924,2399.3939850022707,583.3981666019159,5506.96458654776,221.54036049283434,1603.330803063954,165.68222272863494,2183.6438250026395,210.06144996090376,3903.422253853265,326.713112569397,2614.1479485652867,383.994569974871,3330.2383211025444,450.8475325083802,4694.6053288230105,3816.0581321736195,1409.6137082623586,40930.37874645006,17736.218095808,954.1366299208518,8387.811801285437 -6406,1085.360064130667,3300.2507934019263,175.55120326271853,1322.2698989797816,454.564127034683,2353.5754428335404,543.3945618915441,2773.5364306166157,77.1117937384158,1014.3508871145948,664.2354674604696,5629.069739616134,371.5672347099132,3283.702783166754,425.66798479207404,3711.115615583581,336.78662969633945,4213.718861025652,116.0700572051436,1143.4265766930093,218.81804368210985,2198.575094630215,494.7615498250682,5046.055488458276,172.02389912719582,1469.1389551293448,143.26224457103245,2000.8822891123984,189.51051104988755,3576.7227078128262,296.69172429893973,2395.355081040961,318.2017183721931,3051.5117891121436,373.60022975694153,4301.687184174047,3815.996623840781,1309.305823181926,34779.936338157975,14342.702878176133,954.466290339587,6696.1095535995655 -6407,890.0547772575305,3074.44210988752,152.66145446021747,1231.797979168023,407.8515550530119,2192.539871427694,484.97787933421125,2583.7664254615834,70.73584097245106,944.9473015146922,610.2335846549961,5243.919365634026,341.3590762388319,3059.026342212052,392.4925128826544,3457.1948731963444,312.62259693208176,3925.409163286827,110.3829367914149,1065.1914163546996,215.6910814912987,2048.144906500707,487.0147431916843,4700.795925437352,145.96733953241142,1368.6180086543884,126.20470325674674,1863.978573650815,173.64814840144777,3331.997353133111,272.68067512966144,2231.460876854785,302.61069057559564,2842.7222446309443,355.2948240012676,4007.3585465168303,3933.377599917399,1271.2591231053937,31490.46971024114,12476.511156766224,1018.8500065081139,5820.0190599815805 -6408,898.5464833399682,2961.6352337219237,154.6917165384846,1186.6010695725704,426.89360542652724,2112.091593358368,499.065662694947,2488.9633331345226,74.26759678332901,910.2754653197078,641.2914481383614,5051.510420739925,358.7325605163766,2946.785098617507,412.54002179801006,3330.3441015761027,327.10526294172365,3781.378757263539,117.52927130343332,1026.107604754885,229.206993473732,1972.994742477851,517.5712094511498,4528.315167990287,148.01194845091484,1318.4009231793493,130.3076594886342,1795.5858075431306,182.19465846783453,3209.740306370005,286.479369658493,2149.5845162642972,322.2020992174274,2738.417592026833,378.29707178073824,3860.321268483774,4205.513867031264,1342.855293546842,32819.33824621489,13002.065659766296,1076.00171951278,6046.545193214953 -6409,906.1978632850469,2892.105658217555,157.4063655582647,1158.7435306964114,450.77876519169513,2062.5065430994946,516.5341775983196,2430.5305585550213,78.72082971586015,888.9051540892523,680.5020438292335,4932.917364035726,380.66660849470566,2877.6041560501853,437.8773664485093,3252.158439469746,345.53682387728907,3692.6042664619295,121.41679909141581,1002.017931128619,237.99328643042048,1926.6752344726613,537.3077452364296,4422.005036413186,150.4094799758138,1287.449151843881,135.57471793505746,1753.4312850824945,192.96071202407072,3134.38602963799,303.8937192101885,2099.1192539575713,332.85961117306783,2674.1284417090064,390.8100429099744,3769.6934639344436,4558.586163220714,1435.7545522756127,34209.61288455416,13288.558474202386,1172.7000669340612,6172.348174310487 -6410,1038.8777599031819,2908.5458274545144,180.7400188219563,1165.3304061422489,532.389789848804,2074.2308577090057,602.9361201783072,2444.3469049961373,92.97952810907091,893.9581337849661,804.300751602561,4960.958523620007,449.91847136776664,2893.9618915250358,517.672504062381,3270.6453280723013,407.26611923218564,3713.594868549118,137.38313709103718,1007.7139001951069,269.1594268448604,1937.6274162608292,607.6814116214889,4447.141915821016,173.69948798913242,1294.7676541538337,157.9718245592794,1763.3986619624598,227.79865817728907,3152.203441195826,359.10636705447666,2111.0516934538828,376.6307293229572,2689.3295198639994,442.20165663592326,3791.1222794213354,5450.983645148346,1695.4618702464452,39672.0231284183,15204.72119995093,1378.704097519817,7034.474929820293 -6411,1435.6380587945514,2987.237716943857,246.43114369414965,1196.8588939085812,688.4406479316665,2130.3500165991622,801.987175910013,2510.4797039728387,119.25505757799323,918.1445344281602,1029.940027032508,5095.179272771336,576.1390147151351,2972.2592067004207,662.6941510001329,3359.1339667198645,525.1469819306601,3814.0676870433717,170.21022419130418,1034.9780093325683,330.99519924854604,1990.0507135225266,747.5005468517874,4567.461147816573,237.39336641716585,1329.7981192726243,208.1270899727119,1811.1081294643861,292.51946485668407,3237.4875864553137,460.07224530534535,2168.167055020301,466.62496018645095,2762.0904230548476,547.8637677627833,3893.6926335263965,6764.609263611073,2130.275998056689,51215.70936857707,19923.52468271775,1663.1567375164084,9202.693983509114 -6412,2050.1584801037666,3268.215202945024,345.37533349540695,1309.434602631427,909.434365027895,2330.729246069713,1098.0703620642814,2746.613665417628,155.75814072640324,1004.50456583981,1342.4092007345905,5574.428264128207,750.9314076122878,3251.827824526025,863.4748364006686,3675.0917533253732,690.4338008088092,4172.816220534747,223.0801143578898,1132.3273155090687,428.425532898934,2177.2334888767577,967.9964014155585,4997.073342200107,335.6489953838836,1454.8779983605746,280.5083239617625,1981.4596907769549,382.6415596257055,3542.003399791001,600.0266180065292,2372.1033286200523,611.5657856348522,3021.89071239099,718.0386051762808,4259.930633677515,8457.53148910038,2723.2416944179763,68251.43316960624,27301.405707848095,2020.624935736732,12622.726076790797 -6413,2274.2502373358784,3881.8949746881894,376.63587168221653,1555.3099438058232,971.7778876880259,2768.375270858504,1194.8954551613178,3262.3511987787388,164.3817690064485,1193.1225406059934,1415.0904784926388,6621.150604091079,791.5886484774761,3862.430503108808,910.248520113379,4365.171606782882,731.2766762441388,4956.354863717241,232.59084449291987,1344.946841877463,446.7887316201942,2586.0572864288492,1009.4781610459704,5935.384511324425,371.5110944361862,1728.0635576051225,299.9833982359396,2353.522622758469,404.17069570960217,4207.092967925483,632.7348203190028,2817.5182535451304,637.6390963991606,3589.3176067221248,748.6512459310235,5059.826936883382,8713.133071659162,2856.3187373881437,72891.96042983042,29252.722831937284,2104.210855379191,13603.518624414884 -6414,2077.3877209010775,4260.9936428141455,340.6452589871004,1707.1986301470101,896.8967311117949,3038.729668620023,1098.0073778058895,3580.946370075324,150.6726974304091,1309.640676465947,1297.331851895204,7267.759899767328,725.7155516744208,4239.628307017769,834.7441720226187,4791.466175044754,669.67624475223,5440.383293091669,230.59541730900136,1476.291857592864,443.3179883843857,2838.6068477578106,1001.604658588288,6515.023161450259,340.79862214669305,1896.8230416706915,272.54553736627275,2583.3632798369645,370.40997222852013,4617.949869315697,580.046307076437,3092.6718639091832,632.1687074452959,3939.843711385402,742.2284692707378,5553.960257137468,8035.292584253446,2661.41656144582,68144.36324504024,27536.49269435963,2019.5981454835232,12912.376658200443 -6415,1951.9063473577955,4412.464160461124,320.0720522357327,1767.8864137748205,833.3294637910963,3146.750941233591,1025.4452260836094,3708.242453057309,139.9457548480763,1356.1960031865997,1204.5910076052414,7526.115449301698,673.8371730789047,4390.339326119558,774.9965433241026,4961.794019360122,622.6703835983175,5633.778952104745,217.97938596666117,1528.7713284892172,416.8038244770609,2939.514120724819,941.8976513111129,6746.6202989890935,319.5532230518779,1964.2516257266918,254.59611642788633,2675.197111583465,344.1185361416884,4782.109526853012,538.6323537609804,3202.610682740461,597.5823296245723,4079.897937332946,701.6206473947769,5751.393369143651,7412.110373170018,2465.628923943405,63683.53447133518,25945.045131218267,1854.8121989899853,12165.040582177693 -6416,1804.608259016736,4460.225136765361,294.1975900425831,1787.0222023152667,762.1721835397286,3180.811704488354,942.9546465309462,3748.3808595100713,127.42838855860077,1370.8756114092594,1096.4509406399743,7607.578914740811,613.3446104079411,4437.860820889148,705.4442471951385,5015.500999851584,567.5940053361377,5694.759568207169,204.32726465318026,1545.318910189448,390.167306916136,2971.3317308311944,881.7508913843615,6819.646426911235,295.3330448952245,1985.5128919807132,232.77043699988292,2704.153726574338,313.4220476622341,4833.871583493132,490.33103170496463,3237.276077714248,560.1555499194722,4124.059181849048,657.677913306419,5813.647056070211,6700.72216464235,2249.7682953705275,58666.53372650754,24070.96676060662,1696.469487754809,11322.622632615044 -6417,1697.8670763893738,4551.263401124527,276.13423131787033,1823.4973565241999,708.2162870722831,3245.7356865633815,881.0465254590066,3824.8895731160383,118.09983447473046,1398.85674072183,1015.7879630685502,7762.858246867903,568.2224797962307,4528.442604142872,653.5019104591028,5117.873075681211,526.7152182030983,5810.996083435707,193.9368946809278,1576.8606254955662,369.47811994131825,3031.9799885571183,835.0694022321206,6958.843161428417,277.27339769322134,2026.039466762488,217.0254898912342,2759.3485775692893,290.5605450571175,4932.536396501978,454.31213644385093,3303.3525618220183,531.6707394584066,4208.235916995271,624.2339338481138,5932.310200048912,6160.033913773653,2084.9250714455125,54910.54597391674,22696.487406469718,1569.6368127866415,10696.096595744815 -6418,1596.678861203719,4618.843551340085,259.7441046109275,1850.5738437345703,657.7516908050142,3293.930503238626,823.4860017806885,3881.684047337247,109.58998906202339,1419.6278849813925,942.2423408068581,7878.126268115759,527.0817325349094,4595.683896166289,606.1417848391051,5193.866618738559,489.4841430810669,5897.281572454771,185.7220071418918,1600.2748884260873,353.91740530158347,3077.0008201412943,799.8922096491152,7062.172638263274,260.39330865762076,2056.1234323428203,202.68852894219165,2800.3211987810478,269.69747667984285,5005.777938737689,421.46627916385165,3352.4029117287537,509.14993267931135,4270.722569677859,597.7922834697828,6020.39704080296,5673.983762830868,1938.5821586272587,51581.57797519651,21472.003831426155,1467.575197871639,10144.268863120113 -6419,1545.5638803744691,4548.924088256693,250.67065883429288,1822.5600935150924,629.1484737715049,3244.0674044649886,792.6719988991715,3822.923610567216,104.59286086691469,1398.1377395818347,898.9344303942001,7758.868200019904,502.85568424119407,4526.115020981567,578.2668296410014,5115.242529987256,467.7333610012031,5808.0092780775385,180.5120629364235,1576.05013178714,343.9781245167295,3030.4215751722777,777.429317672296,6955.266371882739,251.89091713405344,2024.9980987339607,194.41238575730122,2757.930294542042,257.4716002318329,4930.001112373939,402.14095893190273,3301.654665112073,494.86706560125674,4206.07291750175,581.0227875373076,5929.2610402082555,5372.059315571398,1850.1210123751123,49667.13455240981,20791.193593199136,1400.4279991772573,9839.886895324049 -6420,1486.0486913429481,4492.975516915038,239.79465071878826,1800.1438844427705,596.4717290155927,3204.1676538658517,756.277165580893,3775.904335193578,98.89653842257472,1380.941627369192,849.5875866222732,7663.439570612796,475.2515119555757,4470.446985147412,546.4724294294708,5052.328639566952,442.6921875181785,5736.574843221526,177.96169874080917,1556.6658221074172,338.73553137396095,2993.149518218961,765.6141945846633,6869.721480550725,241.5933047150505,2000.0920443800942,184.91909583955913,2724.0096889558026,243.53075704296538,4869.365561285681,380.11810967278245,3261.046631653479,487.87533759611676,4154.341174758329,572.8138086465558,5856.335293839399,5034.007181077457,1756.6163972630693,47731.19863204926,20137.863710447957,1343.78137820822,9569.448154807436 -6421,1438.3941986452182,4410.774658123944,232.43217229593617,1767.2095021627772,580.4911726098233,3145.5460718281065,734.038987807482,3706.822592393644,96.37342852331663,1355.6767250160053,828.0633404823219,7523.233751189469,463.21104587204314,4388.6582952300705,532.63644563234,4959.894182378457,431.14520101296284,5631.62181669002,176.80459039773893,1528.1859724073163,336.09187923509137,2938.388600880003,759.6779067124493,6744.0370642366515,233.97321970747214,1963.4995272185133,179.7606125993194,2674.1727969130056,237.286021459531,4780.278489834135,370.4674280806645,3201.384425022143,484.7031683737221,4078.3357723272006,569.0893688277604,5749.191199973354,4926.367761560969,1717.5553447493144,46655.354095217765,19746.832938646527,1318.1397014705626,9384.475890041716 -6422,1434.0933843763398,4343.649368346381,231.7706841006951,1740.3152581524078,572.6784972265258,3097.675639093294,727.9642752642874,3650.41038366515,94.82088734911922,1335.0453847039835,814.432408417122,7408.741562230597,455.58602736264476,4321.869582898228,523.8537119021369,4884.412127623066,424.9181279614744,5545.917087778807,179.10700452618963,1504.9293034131495,339.8273423753265,2893.67079015488,768.1779316080346,6641.403065155851,233.0391458998193,1933.6180472159258,177.92196468718714,2633.475949347365,233.52442408480482,4707.529913060538,364.4084444636975,3152.6642173771693,491.01515054826825,4016.269697375164,576.5002590099242,5661.697243651185,4811.189884267306,1692.6982649304496,46439.406146553294,19807.034216264834,1300.2471850180057,9431.769180395495 -6423,1463.5033253718668,4243.57876093278,236.1517907050357,1700.2212288682783,577.5776123898686,3026.3102372186963,737.8764313051668,3566.3108734550615,95.63844970936373,1304.2881132847865,821.161210436033,7238.056222454872,459.35005756211007,4222.300746270965,528.0987264488234,4771.883226917694,428.87978174110503,5418.1481901132065,185.49177295572267,1470.2581831785035,351.563171604885,2827.005327759135,794.7401939818635,6488.395954671306,237.08604488041414,1889.0706364831703,180.41133348085546,2572.80495233256,235.59937835657433,4599.076090509707,367.4588496605182,3080.0319682128757,508.51875427351837,3923.7413844127896,597.0512177124128,5531.260959752934,4815.895323148618,1707.669723635058,47319.521037592574,20338.00879085727,1311.4007252567194,9694.271850781632 -6424,1526.8326758230485,4247.412632348283,246.0699146470864,1701.7572978177698,596.8226944495585,3029.0443644651928,767.015919431739,3569.532865572284,98.57034078874406,1305.4664755108254,846.0498575854396,7244.595461719276,473.2725387453753,4226.115394013058,544.1244136480451,4776.194396270841,442.71309222867677,5423.04322909829,188.9394928695537,1471.5864914624904,356.3904457464857,2829.559392506879,805.8039559008201,6494.25791156771,247.53895917440897,1890.7773218831812,186.98686584490338,2575.1293591410827,242.8815910758934,4603.231136840756,378.63473385104663,3082.8146304861625,517.9705494002158,3927.2862979829156,608.1485582579451,5536.258190741201,4920.739202254328,1746.6891605597036,48692.950532407915,21024.57662176005,1311.54859573446,10001.23692387537 -6425,1646.6118821432829,4258.329427832559,265.44947532907196,1706.1311927020724,642.265179476987,3036.8296824227236,825.2790446685096,3578.7073592325128,106.2089469941241,1308.821814809906,911.5718827976907,7263.215683926925,509.9249593301859,4236.977450856329,586.1945202409128,4788.470278538584,476.8950637843323,5436.981656785671,193.91034494835563,1475.3687961630906,364.77788539383585,2836.8319897024876,824.8561255910498,6510.949599326695,266.3178036887732,1895.6370402849445,201.69371433085036,2581.748014542066,261.71219063824975,4615.062465048668,407.96361184476297,3090.7381499908697,531.5979543600771,3937.3802975620365,624.1484769574412,5550.487606069529,5287.851764821654,1861.1138868494509,51692.39375270734,22225.31336893923,1363.850436372009,10525.838238328122 -6426,1732.083757894575,4390.760534119965,276.3187090113671,1759.1906952957902,657.2013596323867,3131.2729896551496,857.0432208383775,3690.0026882327556,107.58715058838825,1349.5252699572425,922.4410445910763,7489.096678933941,516.0050688531289,4368.744525396001,593.2010713337012,4937.388399402239,484.7317601973294,5606.068033937788,196.49908552315142,1521.251747486855,368.78630128441233,2925.055506721231,833.9970847424778,6713.435638284758,279.918054683486,1954.5900439495988,206.82252250893214,2662.0385959814507,265.3093260267702,4758.5877225914965,412.9578796340305,3186.857973359329,538.6948897726612,4059.830107403493,632.4809797304471,5723.103939907387,5229.859769723774,1872.3690751208192,52931.99698051035,22910.44457629972,1350.0152623864349,10879.00900267814 -6427,1760.753856997408,4241.82427313033,279.8860983530946,1699.5182803487462,659.2639466642215,3025.059023397355,865.600250484226,3564.8363988948568,107.53462005222454,1303.7488614611357,921.5348028513678,7235.063681943393,515.4981255270076,4220.555055764215,592.5940576157317,4769.910314103297,485.2468858502525,5415.9080820706895,190.87293855891127,1469.6503118052683,356.47632111103,2825.836515620975,806.3151820247804,6485.7133576933165,284.21043802283054,1888.2896090588206,207.91093729754675,2571.741238151382,265.27529143969394,4597.174623998087,412.61393832886205,3078.7585433929726,523.27101840615,3922.119131878608,614.3718321251224,5528.974085764546,5161.229389279289,1852.1190727529854,52691.48329909448,22839.729227404783,1301.1261047934736,10826.482678335411 -6428,1653.1218801872772,3932.0602430223803,260.17240635688376,1575.409029737462,600.5023051575423,2804.150656132422,800.5410156835503,3304.510176379685,97.0288140313949,1208.5411216843956,830.5192041188218,6706.714948026479,464.58483348944884,3912.3442343854204,534.0140153270758,4421.58220171317,439.34292779012276,5020.405249757841,169.62876153595585,1362.3274303936232,314.76381758425305,2619.4765980143497,712.1486502962874,6012.08678138033,266.0088410454056,1750.3951179979333,190.185485749028,2383.936916465823,239.56495214578172,4261.460731355205,371.9954782248044,2853.9287077555578,465.03090207571796,3635.7019324321,545.9921861777989,5125.214480252896,4523.590470425065,1649.7900104974626,47858.28898458175,20893.521304888614,1121.7822381076094,9911.681925019437 -6429,1351.7471450138496,3618.4623414989273,211.906050760434,1449.7637101766866,484.5371468662593,2580.5081616209927,651.2465530377716,3040.9619617472913,77.96636361628829,1112.1550196816167,666.9945078389819,6171.826974845161,373.1106166190669,3600.318765264533,428.8840320322206,4068.942919969895,353.6905548562656,4620.007378459911,145.4327647334966,1253.6762406979908,271.99598134516634,2410.5626156599806,615.194222319053,5532.598248170938,217.64531511628678,1610.7939415370352,153.80457486977073,2193.8081879717415,192.57490966788123,3921.591792381274,298.800383457048,2626.3162098448565,398.69848227977576,3345.7398194154653,468.1113771021195,4716.457643752979,3596.388479965921,1340.0398650352497,39427.01465999372,17348.931616993144,939.2433425482795,8283.191185328897 -6430,1046.3167019428315,3316.3010813630126,172.58252289619702,1328.700565607703,418.88810789338595,2365.0217134233826,530.9851163759456,2787.0251201643796,70.50668023451655,1019.2840345785153,605.7884660618305,5656.445898559723,338.8725176244073,3299.6725922957503,389.46852145294014,3729.16408462905,315.70855417353613,4234.211667585,120.71723859241098,1148.9874649306464,231.35413718740733,2209.2675436536156,522.7701569722763,5070.596242700134,169.06527158526018,1476.2838979718156,132.8609533974178,2010.6132880354794,173.60269191602077,3594.117576570111,271.02675242820607,2407.0045408022074,330.94179224328803,3066.352371236938,388.5583341622552,4322.607811831357,3596.712478244113,1239.2661710992052,33456.95931861813,14007.920447675122,939.678650890526,6609.3626931350445 -6431,747.5511374952321,3099.394776275651,117.85378184502501,1241.7954495815668,343.87936661486145,2210.334877480487,427.3374954451352,2604.736689117566,55.168767406001585,952.6166457164354,480.5601192678054,5286.479858178709,268.82092778165463,3083.8538917516057,318.09887954207153,3485.254022539957,291.5867257050945,3957.268415075436,104.36169407963422,1073.8366811220276,192.97156256645235,2064.7679798063,436.65717206584566,4738.948340832942,114.87513822256483,1379.7259324214067,95.3920518795034,1879.106923393798,134.46431765400888,3359.0403792780753,243.00204573224036,2249.571772044274,286.1036790020737,2865.7942353431035,335.91396286696397,4039.8829126733035,3303.8395339541125,1056.5401844999435,26922.74801349336,10912.978026609171,893.0506181963964,5182.7303423032 -6432,739.1823638376517,2973.786664802237,116.23783174216547,1191.4696303435119,345.59994188913913,2120.7573922858573,426.0623304343335,2499.175416668524,55.40737423323656,914.0102769045334,482.8119154047934,5072.236498019863,270.0805619095189,2958.8756003871476,319.64605334864757,3344.008325435694,292.358228423218,3796.893552210013,110.86361902491515,1030.3176694172014,192.7404344611078,1981.0898344601646,437.2471118312091,4546.894603110195,113.8483296070094,1323.8102517056386,94.97747919386707,1802.953000146971,135.00956037229435,3222.909699303497,244.14110275578818,2158.404146650673,303.92846293113456,2749.653173053067,356.8420188351461,3876.159960334727,3341.4103955733435,1068.859187903575,27147.587326144865,11049.426097412454,911.2656934742362,5271.017116183748 -6433,740.6637463816871,2910.3003089538156,117.65496069407975,1166.033352136378,361.5925301479312,2075.4820670352537,437.36327723752885,2445.821374259165,58.17020816976643,894.4973836713082,507.380217607564,4963.951053380527,283.8238450646664,2895.707575760243,336.048476422826,3272.618233798838,306.01872126064984,3715.834968543854,113.15905755075285,1008.3217693845116,199.05616612575216,1938.7962241999305,451.35025817626945,4449.824503161544,114.94893615747203,1295.5486787722753,98.20072256048232,1764.4623723221532,141.63831382591138,3154.1049008762643,256.56558440339205,2112.3251136988974,310.2213217521512,2690.9517665700982,364.230456312438,3793.409145193932,3592.9260565057953,1130.981137911082,28051.666463463047,11210.721942804721,979.3939939228511,5341.166398379506 -6434,841.1761609691947,2928.300028506863,135.2628354279361,1173.2450729554912,420.5960665616025,2088.3185757038186,504.0531054747822,2460.9483694623987,67.5751863847614,900.0297000434305,589.703093407413,4994.652258531421,329.87450753721475,2913.6170417046883,390.714499774448,3292.858828981176,354.9499756660653,3738.81678493353,127.24969935770335,1014.5580705017244,229.97423532752538,1950.7873538434037,520.8701107755622,4477.345921783108,131.46084197977436,1303.5614301757907,113.22149340064992,1775.375276315597,164.47779413355457,3173.612510961037,298.1942449734718,2125.389490435024,348.8502889802299,2707.594852158214,409.5846772308902,3816.870744862318,4239.87911726063,1317.9739442574114,32252.632340961267,12762.528516547767,1138.4624446545017,6067.6073226921535 -6435,1162.4812338639392,3020.4429638346764,199.64956871722802,1210.1628217614896,540.1413180761878,2154.030354412186,668.2675156580738,2538.3854504462374,85.90462189748091,928.3503562729427,748.3972910762576,5151.815771683264,418.646587742086,3005.297956921803,495.57314659608437,3396.4731018250495,453.79964169446595,3856.463730213361,158.01768431081987,1046.482517370722,301.4521637663716,2012.1715259684045,681.286011499773,4618.2316888475825,179.4320176443963,1344.5797600556584,152.76668910489553,1831.2398693134535,209.35553584261837,3273.4745365411586,378.4379596249791,2192.2677557961824,433.1995683609383,2792.7929995227614,508.6190580559655,3936.9737639432565,5211.241285629363,1648.1776810681483,41798.82220718854,16909.372320684553,1367.7363455326526,8013.999131609894 -6436,1696.3589567859676,3276.662720934074,276.5768629879046,1312.8191632170476,741.768871599762,2336.7535975922315,944.110025805398,2753.7129740331316,116.98658938403592,1007.1009586300914,1017.6413387862592,5588.836765440317,569.2592411919154,3260.2329852450084,673.5331124796832,3684.5909453215586,620.998097734885,4183.601905656156,213.770972930463,1135.2540981024047,421.8940608905899,2182.861092299897,952.2467767906869,5009.98952559978,259.6352935812884,1458.6384937073772,210.39925625015164,1986.5812679507387,285.4272415947917,3551.158591716566,514.5815296915106,2378.234621786533,586.0451227687903,3029.7015432478024,688.0748276106366,4270.941487744796,6825.978513829856,2206.335123263014,57862.84241578013,23949.201922989523,1761.5604220206535,11337.174318789908 -6437,1897.1757436581838,3876.7614822113787,304.3877185914469,1553.253172062204,805.3480315188771,2764.7143182261925,1040.1323910866229,3258.0370028912034,125.57184398025244,1191.5447324411537,1091.3723114072757,6612.394667355139,610.5036717460455,3857.3227508230816,722.3117902382082,4359.399020005156,668.3680070883247,4949.800484845272,223.9414383993422,1343.1682583404256,461.8412224239202,2582.637434601057,1040.7192801680328,5927.535444841551,289.9218847728663,1725.7783331644152,227.4672590657293,2350.4102792363715,306.5728948653963,4201.52942737611,551.8621869036997,2813.7923132885903,613.9270732629009,3584.5710241764514,720.8109899543208,5053.135724554398,7220.61694541857,2360.0676191703683,62825.07463036699,26126.53847822847,1860.8133103584323,12380.65288797037 -6438,1740.8032241208073,4275.029520021149,270.7616006182133,1712.8222082016543,751.2472327824049,3048.739361210379,963.1359439938551,3592.7421453682555,116.46677793070143,1313.9546833059183,1012.5881616071003,7291.7001808553205,566.4325401755759,4253.593805985596,670.4394034004386,4807.2494492084825,619.0205279372234,5458.304125240679,222.15224519879706,1481.1548198434223,427.88975300204476,2847.9573280668533,966.6768698300202,6536.483898724326,267.37039798078183,1903.0712498418548,206.7105001394704,2591.872978000449,284.2703346904358,4633.161574083932,512.025093833833,3102.859244168854,609.022067056976,3952.821708346522,715.0520284538384,5572.255216181405,6699.86051638011,2212.012011214734,58714.9953086769,24467.937835463657,1788.399623671083,11678.826976608005 -6439,1634.2034516056242,4438.1966020073,247.15005728150268,1778.1963068750024,696.3019644226127,3165.1020443159114,897.9867979963395,3729.8680410943507,107.86627094192437,1364.1050157265472,937.5031073553663,7570.005964629689,524.4306487634451,4415.94274089391,620.630073445396,4990.730021993626,573.9709185464258,5666.633811044599,210.37487381004854,1537.6867592819078,398.2668340885193,2956.6566679580646,900.3585533994844,6785.964983991551,250.4151636836689,1975.7066740404916,190.88843236739572,2690.7982248831872,263.3433651895931,4809.997652261444,474.05687760783815,3221.287546549858,576.7348441155436,4103.690931761667,677.1436413752259,5784.934127390871,6147.334550663969,2043.5195719032504,54720.80808588322,22983.244151526036,1641.355735229137,10982.7860129026 -6440,1511.0612850073203,4478.289829177379,236.16276935366764,1794.259954991062,636.7600225238327,3193.6945485825872,825.7588870314032,3763.5624580154895,98.17663295404606,1376.4278975598202,852.9955871865616,7638.390940789033,477.15791624681884,4455.834933907768,564.6871889804521,5035.814656690933,522.9557584166613,5717.824341129072,197.33238643841185,1551.5777222303336,365.330141983854,2983.3661443698934,826.6303202257423,6847.267188483422,231.44234820558466,1993.5545666885823,176.9769368410625,2715.10602243553,239.74828097950547,4853.449609408282,431.32420855135115,3250.3876124021813,540.9793530489076,4140.762343309434,635.1631651354886,5837.193344125102,5559.320978256523,1863.5707309915745,50349.991250585306,21284.63469519857,1496.4791472225174,10197.826759905021 -6441,1415.8378171269096,4545.545077279185,215.33340933187446,1821.2062677656024,585.8173297863157,3241.6576611589253,766.0935853369856,3820.0838839427092,89.93576377951334,1397.099181303337,780.9798588037017,7753.104793044485,436.87297760428555,4522.752952931049,516.9341498011967,5111.442848936066,479.90471305222985,5803.6949992003065,187.24414866368846,1574.8794174395073,337.84619916766354,3028.170531283587,765.241494466145,6950.099892740393,216.24327269995825,2023.493898911695,162.10561165019203,2755.8816613796375,219.71114541427792,4926.339031505004,394.9078926868165,3299.202145100548,513.3228267012839,4202.948581662177,602.6916729933076,5924.856693651868,5010.836735348764,1705.0020720138434,46690.06106980064,19930.104584443536,1367.252934266322,9578.092365818167 -6442,1352.8926163657047,4582.584201888656,208.9794344136912,1836.0462670934053,564.1061200072043,3268.0721307135386,735.1265277721427,3851.211627830507,86.98368322419739,1408.4833673114667,755.5405703527884,7816.280541971774,422.6424727219846,4559.606357166067,500.0932924956438,5153.093160482258,463.9044169234528,5850.98608940316,178.8321653426318,1587.7122359454784,324.83181279198953,3052.8454126762667,735.5617766080906,7006.732400305266,206.7634462474821,2039.982227900648,157.13470353944254,2778.337811858712,212.4582438961861,4966.481034753079,382.0447979200806,3326.085512724604,490.2616892112971,4237.196077528298,575.6156210197669,5973.135063272787,4884.000895212633,1647.9292309219534,44870.180484937395,19096.642622491,1317.9132710993192,9158.559179136415 -6443,1298.9447495562404,4505.5818147364935,200.58080988002774,1805.1946909391163,529.360690191705,3213.1578412288673,697.9834652126086,3786.498689517471,81.20400824735873,1384.8162448388673,704.8627865096336,7684.941490932675,394.29378475471884,4482.9900728801695,466.4889796263988,5066.50435881636,434.02971912967945,5752.670406323631,173.49133357954295,1561.033482889918,307.1989246533867,3001.5476352593855,696.3665379055574,6888.996403062151,198.14567743299128,2005.7038612900365,148.51228212431823,2731.6526590272456,198.44097179370604,4883.027926512469,356.41808137679834,3270.196408876504,475.6199987919669,4165.997339343196,558.4248310621415,5872.766878338023,4477.466814362913,1537.390056680918,42552.751317135124,18302.18319659422,1228.476708510397,8806.675274356625 -6444,1246.433542727478,4407.785534725457,180.89666569211147,1766.0118877566058,499.2537653569046,3143.414377036806,663.5360860587383,3704.3105279596657,76.30551011149085,1354.7580009066094,661.9991373779043,7518.135355605702,370.31625215119146,4385.68415979695,438.045666493716,4956.532927972213,408.3291701697854,5627.805341388409,171.04828203992824,1527.1503410723647,291.1825798042084,2936.397293955138,661.1690583825149,6739.466719897739,189.58282561102388,1962.1688896696376,137.5804455131581,2672.3605455289703,186.54241038938412,4777.038958596933,334.7430158787927,3199.2148893205713,468.9224644175048,4075.571938345907,550.5612645361517,5745.295049462339,4137.47725886788,1446.6501602434203,40562.35980309846,17604.916806229394,1165.0804087245256,8511.27650029049 -6445,1202.9309802817097,4311.0289528240955,176.32602973176967,1727.245647314478,482.61808503382565,3074.4123740524155,640.9078668886051,3622.9961304775456,73.78977298517216,1325.0193141128543,640.2054879591764,7353.10258040615,358.1250843418092,4289.412731602944,423.6302227311352,4847.7306324853,394.7984992426811,5504.267749972251,169.7792028428639,1493.6274198940177,281.3315251266207,2871.9395831547413,639.5596280734374,6591.526726329993,183.00151891988827,1919.0967498429777,133.47959553777164,2613.698782165852,180.38554269826508,4672.176787422295,323.7230281747088,3128.9879930662187,465.44333128894465,3986.107873694672,546.4764187885097,5619.1784073023855,4002.022575904427,1402.4417689620489,39369.28928377282,17139.16205488304,1133.779658623679,8299.373128846399 -6446,1200.6528084823879,4209.6587180460365,166.10221902651918,1686.6309127108173,477.1487984047573,3002.1201422969084,636.6582252074636,3537.804411199966,72.76713004445564,1293.8625948175472,631.144846894969,7180.200532407927,353.05664474493244,4188.550784160504,417.60943488347124,4733.740307267488,389.9328066194708,5374.839504371983,171.27812274786098,1458.5060222224904,278.98193093901074,2804.4083294798893,634.7080867201181,6436.532496621515,182.47867414091863,1873.970797263617,129.51528321487288,2552.2398446159864,177.9250149779782,4562.314463821955,319.14103029929794,3055.412461343783,469.552564117437,3892.3778859286667,551.3010637863529,5487.048133847625,3895.9108848860014,1380.5246307479983,39072.545812944154,17129.604338872716,1113.2661960675491,8310.273708873841 -6447,1229.115444937861,4134.150895744693,171.6716993439369,1656.3781450223157,484.6149411970721,2948.271702455434,648.6099172979311,3474.347507752508,73.98750958693448,1270.6548353683,641.5993308543738,7051.410684536192,358.90478728686367,4113.4215707269395,424.44364604032944,4648.832136348642,396.55175832060524,5278.432062967151,177.06971998063315,1432.3450859263212,284.0230223304768,2754.10620762497,646.6298907042469,6321.081676366587,186.28273179426415,1840.3577508303974,132.53159269496678,2506.46081938728,180.9363338069524,4480.481124615536,324.42707821381316,3000.608127633913,485.43001120381683,3822.5610676482524,569.9427540631063,5388.628028276265,3956.1072306867145,1403.2361638919172,39910.157841744454,17572.515547374685,1126.1757086788723,8529.285287371831 -6448,1282.6137283580747,4136.490208612528,182.58059407448033,1657.3154080314232,500.88814426438154,2949.939984553827,674.4252544750511,3476.31347030133,76.26463988601819,1271.3738365082952,661.1411841361139,7055.400731384191,369.8363209683818,4115.749153888244,437.3767324235361,4651.462682042597,409.3726369104212,5281.41886832532,182.52349049060032,1433.1555796347477,294.80816771298373,2755.6646210098106,670.9709327493897,6324.658465912265,194.5349626034753,1841.3991188589248,138.28933177076695,2507.8791024145276,186.547958779786,4483.016408743576,334.3080088943491,3002.306024343858,500.38131897143495,3824.7240671417726,587.4970653525736,5391.677188116922,4065.661933483986,1443.6654939159166,41315.34675812367,18268.38692721404,1143.5058336350926,8862.282853189883 -6449,1389.7671704025877,4144.222936908804,199.75976929571607,1660.4135828378949,545.1854720045195,2955.454583462675,731.4740742198364,3482.8120684323153,83.26642197872764,1273.750534613429,721.9650836020661,7068.5900523122455,403.86065305538017,4123.443108989693,477.5669906223632,4660.158096581623,446.518541743101,5291.291918923277,186.9766599925107,1435.8347114940555,320.14355614829805,2760.816042798641,726.7467763039615,6336.481741930619,210.41418966176133,1844.8414185751171,151.03091364929952,2512.567315542291,203.64851956942724,4491.396930898418,365.0640881782853,3007.918515992016,512.5895165189394,3831.873981810459,601.8306944479731,5401.756354911547,4463.025579415584,1562.2676860482181,44417.72138893419,19529.028360338863,1210.8802706050508,9416.805091672899 -6450,1457.0126626399333,4248.972176361222,208.5664510490523,1702.3821406656423,552.8609879551908,3030.156554029152,755.0041455888131,3570.8435090372245,83.4232883550173,1305.945810249925,722.5009732554732,7247.255496534927,404.16042481762497,4227.667118211109,477.87352092938187,4777.948095762764,449.06057910051317,5425.034435352995,188.95210368790765,1472.1268213293847,328.21804775986635,2830.598336163125,744.6161744415798,6496.642441143981,220.257828284889,1891.4715681708353,153.99575921364425,2576.074882433076,204.20485906851647,4604.9213285365095,365.33313123294613,3083.9465631510884,518.005121486824,3928.728299587956,608.1891493005267,5538.2909667069025,4352.0481852009625,1556.3673984674576,45282.484581047225,20142.695749248247,1181.7017455708105,9728.006327774963 -6451,1485.1216486939902,4073.653663294759,215.08781482221752,1632.139481221353,558.1498169786865,2905.12807199613,765.9860180046356,3423.505529777128,83.99088032739215,1252.0606662444704,727.1786303299926,6948.223635480623,406.77706332797953,4053.227681533155,480.9347746921089,4580.80329911803,452.58928278435906,5201.1899546026025,184.19181851591483,1411.3848172285827,332.40573505870424,2713.8039042896003,752.912298390267,6228.581920756848,224.29870901608356,1813.4268154459094,156.68021986167514,2469.782442946497,205.64409701521845,4414.915857425505,367.6978333796216,2956.6986303837093,504.95497782235896,3766.623495146577,592.8669923481798,5309.773363646484,4337.901673028737,1554.7118649195347,45501.58036026087,20276.684436767748,1156.4562823519361,9764.59894922412 -6452,1393.7537114705583,3781.824367274588,203.4991372965805,1515.215914521694,507.4378427360055,2697.0098689839065,707.6217521263521,3178.251688568651,75.57616481061733,1162.3652691867967,653.5812989996157,6450.465264315355,365.60739048739936,3762.8616664815454,432.15763526379544,4252.64270607751,408.6091080930105,4828.585966051641,164.0757755540833,1310.2757216428167,305.21309694507954,2519.391824033105,690.4720923016141,5782.37740083988,209.7740666938649,1683.5161468723672,144.00613905671426,2292.8516257436645,185.1973358624766,4098.639145374653,330.4816006204816,2744.886004380837,449.8075988046118,3496.7892937597503,528.1185253162558,4929.390652985131,3786.552034115836,1384.7981085051551,41465.68392196258,18673.89316034804,999.0225061573616,8988.342289615148 -6453,1138.5777091017947,3513.778087511778,167.59281503075886,1407.8211892564275,408.2582972302276,2505.852535470372,574.6014511619153,2952.9851350389213,60.503904738833484,1079.9797176981767,522.9400107715356,5993.272373021728,292.52785080031197,3496.1594156603787,345.76737800292443,3951.225996621484,327.7755142996649,4486.347834657983,140.58047584637168,1217.4066461539953,247.13112448030543,2340.82361458884,560.3733353044955,5372.536911183121,171.42858751690545,1564.1927208574875,116.70647636275027,2130.340020591675,148.32532537874823,3808.137824235926,264.42249271433917,2550.3353297873687,385.3961138731457,3248.9455891664034,452.49308340322926,4580.007736775712,2979.4717204996155,1115.9152643241641,33882.33758767665,15379.473177267839,822.0503684657186,7446.376067928306 -6454,879.0362129580232,3224.4830418458014,135.58757330535101,1291.9129887121317,351.8514111681885,2299.5416343188276,467.08104233983636,2709.861082177353,54.65586624623477,991.0632369277401,474.273468742217,5499.836543649323,265.3042330765205,3208.314943807228,313.6556168041127,3625.915155509531,292.521428527583,4116.979545205218,114.89277089568868,1117.1755835991655,205.7465960012277,2148.099812000039,466.1729045488575,4930.207238576085,132.89720971999643,1435.410198643259,100.84080590242627,1954.9456734837886,133.59529018240082,3494.607664297796,239.81886917911683,2340.3620880745293,314.97423201003414,2981.4546323741533,369.81084215523913,4202.9282757619085,2973.915928611344,1024.2418101238009,28538.06086916296,12288.378212876587,816.0810930579876,5889.767100915543 -6455,633.820469378936,2994.515578498991,112.72391938756114,1199.7748229896483,265.2220661190949,2135.540227072485,333.1591358562938,2516.5960313139317,46.7123776362021,920.3814266484444,394.54490906623556,5107.592750659449,220.70480727429666,2979.500575838753,254.83774096842083,3367.317885869073,206.54287868326853,3823.359969485698,76.18038156050288,1037.4995450716915,139.44340313955047,1994.8991102532461,315.66223042670737,4578.588936443409,115.92256827913485,1333.0379306051636,88.22397356308454,1815.5205651245467,116.4416033297943,3245.37513631686,182.68714823831485,2173.4493998318094,208.845665303309,2768.819754164901,245.20542799141577,3903.1789076733507,2478.1583013151135,828.3066866850075,21238.860430299144,8595.485597267005,650.9104608080922,4021.669670043869 -6456,629.5366089474306,2855.0665336080833,109.3654130680972,1143.9035313686086,269.3283353349983,2036.0920735448808,334.569056550155,2399.402814667223,46.52708990393313,877.5209680811223,401.06157443904385,4869.741615108436,224.35017017754802,2840.7507518151665,259.08210410275177,3210.508127923554,209.3412677807272,3645.3131762590756,76.77980476570293,989.1851126226478,140.3636970754983,1902.0003530799813,317.76175917955476,4365.372528848312,115.51158390412233,1270.9608228549278,85.24645483900578,1730.9751346034197,114.2865389220237,3094.244026389914,185.65862524818226,2072.235886333515,210.488961589359,2639.880945842885,247.13482005493978,3721.415094313524,2513.8733947823343,842.416041206376,21306.86539192515,8580.052977162251,667.8016366478751,4020.763601932185 -6457,628.4923921393203,2767.9921052918103,111.81370686760935,1109.0165173987407,280.3544815187877,1973.994903052968,341.65528964076486,2326.22531567438,49.33858523631528,850.7581463633938,419.26047122109327,4721.223196293283,234.53046629743218,2754.1129292665155,270.9085097493316,3112.593366024676,217.89622507879895,3534.137637223421,78.65523781793465,959.0167339993534,144.05836237223969,1843.992740489429,326.1014639491327,4232.236466041165,116.24703126321724,1232.1987884995965,90.17522272646588,1678.1834856169423,122.45715972544048,2999.8751118664213,193.99378608914623,2009.0363941273113,215.6303911215027,2559.3692934955757,253.1713658797529,3607.9185827434785,2715.242991835461,889.3806409028574,21991.4857965638,8699.46279351086,716.0233920502972,4064.8822216247413 -6458,720.736975158581,2735.436662628495,128.10714119950956,1095.9729384174927,332.7536366057788,1950.777973437758,399.6931386334026,2298.8656657889605,58.94206412974009,840.7520455507032,498.434910011977,4665.695035366164,278.8199219534397,2721.720725045406,322.1624558851202,3075.9849325439204,258.1633805184235,3492.571255949092,92.29070686949787,947.7373614038943,169.15108835463604,1822.3048173845168,382.89234204379875,4182.459470165929,134.478097410305,1217.7064144310023,106.21309047327894,1658.4457103031775,146.8023430773623,2964.5924020585558,230.54617202405618,1985.407327768168,253.01151927369943,2529.2675456873535,297.06050053835065,3565.4844347811845,3297.9489411787704,1065.0392589619016,25859.046746688517,10099.623481594039,867.0526702186652,4712.6485565455105 -6459,980.7869286971695,2755.840674211497,182.49750945368177,1104.147956627799,412.45167808761664,1965.3291041254784,517.0441714521814,2316.0132321403785,72.95394366859581,847.0233347785681,607.1138319749587,4700.4971190133465,339.61391517308476,2742.022427496875,392.2645381368954,3098.9291421650846,317.81916272868006,3518.622842276947,119.28875980180347,954.8066693370369,215.9725464489521,1835.8976485071155,489.12174026218077,4213.657030921257,180.05552779222322,1226.7894599733074,141.38495457491402,1670.8162930131023,183.75602283204026,2986.7057189329294,281.1127942588892,2000.216763740936,327.025671093919,2548.133712469342,383.96042133939306,3592.0798908925253,3830.9089965465178,1281.7204390544255,33037.72138667155,13401.645651471077,1002.7480220026355,6289.741964039136 -6460,1417.4951162987284,2802.691917033448,263.66314711936104,1122.9192537174363,551.4694923879518,1998.741090509189,718.2838110826532,2355.3870970133567,98.91596319750228,861.4233312315286,799.5338750283804,4780.408898372574,447.25192428673887,2788.63875034023,516.4281684350667,3151.613131876913,422.5925552947496,3578.4419220681066,165.3022685498454,971.0390587968983,296.79650047967306,1867.1092084972684,672.3973883598908,4285.292184060361,257.2935144899755,1247.6457494600227,201.69575042710517,1699.2213530687698,254.1003282278552,3037.4818309864586,370.5760939898003,2034.2218650414227,453.1699834559193,2591.4537898681774,532.0662968263719,3653.147792523742,4911.956155511671,1675.1756124979222,45408.43412571287,18946.415256754393,1260.8509285346404,8907.607362414712 -6461,1600.1639626356025,2980.6096659193768,283.5102483257689,1194.203316224578,610.0825803179082,2125.623218818748,803.1845839235366,2504.9094785169023,107.31602706056664,916.1073651772767,874.9663649026719,5083.874143618993,489.4481680028907,2965.6643898339057,565.2122809557667,3351.6807562829454,463.8454021870264,3805.6050745444886,185.5267903690405,1032.6816112199704,330.4528576781598,1985.6352103318316,748.8948844656217,4557.326913982974,290.22522369200976,1326.8475774604333,216.01260432236245,1807.0896621610134,274.1001544794527,3230.30428370293,405.6668713650276,2163.3563492004196,508.61475320174316,2755.961926432569,597.1639299310166,3885.0533500498013,5278.421126560462,1827.538356508967,50209.53864387328,21212.62081979052,1355.80808310476,10004.950481777812 -6462,1471.2749198674474,3172.888194126062,256.6278003701054,1271.2411312221943,572.4759891878673,2262.7467438175695,746.484006190505,2666.500683607369,98.84156779279563,975.205266479042,817.0530739943956,5411.833838945809,457.05200367578846,3156.9788012955455,527.9878289374898,3567.8970056649223,432.090878029878,4051.1038901177117,173.58585471814706,1099.2996936149482,307.38102815276903,2113.7281371459203,696.7779372148105,4851.31915375754,268.35098398332354,1412.4422469892272,194.33039155520632,1923.6646516843932,250.1127759209983,3438.690561326627,378.731227975095,2302.9140308274564,475.879124956376,2933.7484742879255,558.7290707596974,4135.677357847082,4922.643599299327,1711.8218893611484,46568.41071461624,19636.12868312816,1277.594145981126,9291.124771653818 -6463,1374.441212992519,3427.6783718399115,233.67174147694337,1373.3247011194542,524.061217811677,2444.450481770274,690.2249388876955,2880.6267862252253,89.71943961178762,1053.516479465895,745.3863474848894,5846.416471934749,416.9622934836214,3410.491418383682,481.6191246831154,3854.4072942471107,395.2781167034816,4376.416796513602,160.32342835841843,1187.5759728785738,283.46458055168375,2283.4653402087947,642.6045623299184,5240.891175747098,249.8483829808097,1525.864589379725,176.27116500606718,2078.139322229637,226.24631685589296,3714.8252769605865,345.606547911954,2487.8432937811613,439.5206793842194,3169.335185636714,516.0406664077303,4467.781707103309,4427.056890801409,1554.8015939534744,42784.93355829467,18192.485994050952,1148.249861904519,8613.368068167852 -6464,1290.688042087861,3631.003660158262,229.74055328112462,1454.7884822909468,496.47353648024017,2589.4520090632454,651.1091156388105,3051.5017074718216,86.54941479888103,1116.0096654355443,706.5940934121704,6193.218063516751,395.26226197360205,3612.7971996515716,456.5900213172953,4083.0455704744313,374.26821885851894,4636.019976982006,151.39238322484854,1258.0213883729884,267.65672012581786,2418.91744460612,606.7703010628132,5551.773818094279,235.03314064237492,1616.3768323367149,173.68448517472078,2201.411762353951,220.862054252659,3935.1837349464995,327.58242700548027,2635.418824541185,415.0365533590312,3357.3359022999794,487.2938854186066,4732.804531649304,4255.686978037198,1480.6039026420715,40652.36024594648,17198.954752010904,1097.3833712786893,8136.8905453182915 -6465,1210.3738672799402,3737.637339434223,207.36677453095197,1497.5120548769944,457.2131784234977,2665.4978687974954,604.8385827455369,3141.1168345384845,77.66491066704864,1148.7841343898774,647.4307207664657,6375.09770079653,362.16681337594815,3718.8961997996316,418.3279856567034,4202.954612871852,343.8211651854675,4772.16852256648,140.73767701404554,1294.9663936127292,247.93966749604945,2489.9551220982753,562.1558756358942,5714.81580982434,219.73051440660208,1663.8458587713992,153.76284873681502,2266.0618309828956,195.3888403132227,4050.750437588153,300.23265292141997,2712.8146169986644,385.8270749917011,3455.9326301842807,452.9990743002372,4871.795402421853,3794.9867903069303,1347.4349061399557,37396.957797296614,15991.913101884618,988.0318176988976,7585.546086901954 -6466,1146.918390728047,3784.0337155150314,199.87152238840318,1516.1011062412272,431.8357245192139,2698.5854667456797,572.3722648458687,3180.1084286215705,74.13811619689214,1163.0443249579882,612.4529333938037,6454.233637115816,342.6005595894402,3765.0599366798688,395.70509472263285,4255.127107193864,325.44336146172515,4831.406834202007,132.9119616690041,1311.041186952406,234.64295476946305,2520.863657030317,531.9614093928942,5785.755475571926,208.1078826511615,1684.4996598744615,148.68709870758718,2294.19111357096,187.68474214473005,4101.033577348387,284.02146864753706,2746.4895714625013,364.37316921923576,3498.8321240244827,427.81007102652876,4932.270411405398,3605.446309054128,1275.217304880729,35473.64825579508,15156.932063331771,934.3276287431772,7181.568605518354 -6467,1083.2915925368868,3692.995451155865,189.44807571419193,1479.6259520322938,388.5359182137839,2633.661484670652,528.3970169623199,3103.599715015603,66.29398131165955,1135.0631956454174,543.0392427543915,6298.954304988723,303.7711770204783,3674.478153426144,350.8265494498672,4152.755031364236,290.6658496337553,4715.170318973469,122.71512628146131,1279.4994716462875,214.98084923084676,2460.215399304393,487.54322366434803,5646.558741054743,195.57215425587685,1643.9730850926865,137.27129739603927,2238.996262576009,168.79345915202668,4002.36876433954,252.01939251662702,2680.4130873547306,336.4189265798971,3414.65538887826,394.9890305677766,4813.607267426697,3084.820566812033,1122.3132307720346,32416.842402807815,14144.710269866375,795.1189075817339,6723.268465630271 -6468,1064.7243574608165,3565.762816507391,181.64488653353783,1428.6492555642808,388.2543253507986,2542.9254699913004,523.0922499142387,2996.6731905022584,66.71727891237741,1095.9575203786683,546.1621044143177,6081.940078365936,305.51807722109044,3547.8834845179167,352.83213867843375,4009.68256602318,291.41872677019813,4552.72128527333,121.43145173963559,1235.4176169670636,213.43145300571723,2375.4550222077264,483.9623825441183,5452.02112116764,192.35607227921344,1587.334231979002,135.38853857685513,2161.8574203479557,169.94341487567874,3864.477470007647,253.40005791734674,2588.066366769507,332.89978085984575,3297.0122432828302,390.85720608774193,4647.766842520121,3170.099330279428,1132.8852114737028,32200.447815976484,13927.762548195231,813.4964396562408,6604.035164256459 -6469,1025.5805200655002,3435.8659668773307,175.74050613703986,1376.6051216513301,373.5768590653732,2450.2894691146485,503.6045963796369,2887.507655146102,63.8801840730345,1056.0329834558781,525.2895087749994,5860.381635902745,293.84213845712907,3418.637959448248,339.34813552426004,3863.6142041759526,280.3254581835509,4386.870615267191,116.91661596365016,1190.412700858066,205.4409881083048,2288.9197870557364,465.8490185093352,5253.40993915697,185.2662393315461,1529.50937747957,129.7748182669157,2083.103312825003,162.223848801558,3723.698771408724,243.72016812070865,2493.785932265969,320.52252752957736,3176.905683864034,376.3250888144486,4478.453766545606,3029.448621221278,1088.1800367021153,30977.929949238984,13416.395097093595,780.6086106382157,6366.200994905294 -6470,1017.568450638964,3364.2569951536107,168.32843687206096,1347.9144572944053,363.6917710199154,2399.221496440433,495.17006191576763,2827.3273524152287,61.52920811622402,1034.023557948417,508.2515833555276,5738.241858943701,284.3112790805427,3347.388047102495,328.3284276698226,3783.090271355125,272.1923158887131,4295.441177427452,115.01461013311967,1165.602585953387,201.38669452069502,2241.2150180428453,456.72374541881516,5143.920428386531,183.42255999950657,1497.6319425566235,124.25511697369421,2039.688090094052,155.77287123018752,3646.090901194915,235.88624285556352,2441.811423356082,315.308249720107,3110.693860854098,370.2030119205834,4385.115588564811,2889.077615683671,1049.091633249514,30227.282551704382,13209.465056336308,742.7081117542555,6274.560693934432 -6471,1040.1560955777782,3311.7524139515854,167.56939390170928,1326.8781083536592,367.8001964846981,2361.777829068122,503.10563950928946,2783.2024122654607,61.24996437191041,1017.8859757300197,514.0481438727226,5648.687468160302,287.55382192523206,3295.146732664578,332.01639759573806,3724.049130730882,275.5517774510837,4228.403986028683,116.72191802511286,1147.4115037288004,204.40981111070087,2206.237293072504,463.5766242302672,5063.641368784949,186.89406962167365,1474.2590141352857,122.2537844435524,2007.8555133594507,153.36820615981122,3589.187853637155,238.6116372119574,2403.7030724357096,319.9887704168657,3062.1465356506033,375.6984052724376,4316.678885354641,2868.541841644255,1055.0049065850803,30557.141862371373,13422.96615508504,742.9719680813987,6381.132341260482 -6472,1098.9268422549949,3349.0514615126895,172.92508808843903,1341.8222477352072,391.9259828928683,2388.3776628008804,534.3543617184312,2814.5485958478866,64.02705848377873,1029.3500505384482,549.2160592191827,5712.306554431708,307.22643155831236,3332.2587565540152,354.76405768383455,3765.9917243444183,294.1679326337482,4276.026942599358,123.793883291691,1160.3343768486156,217.40908185372206,2231.0853310413822,492.9984660761564,5120.671296339625,197.98973887618453,1490.8630503711968,124.92651349902563,2030.4692504169439,157.83701104373026,3629.6115543626606,254.9008560986598,2430.775094741439,339.3762985552933,3096.634364146218,398.46127721413956,4365.296049600545,3038.8620893220664,1124.8148385140867,32328.2498825216,14188.868696512252,797.1459207244822,6750.60030486413 -6473,1174.741264512106,3427.4184488882793,186.57906839351293,1373.220561065709,412.38370555067627,2444.2651175921296,566.1943112260722,2880.408346530598,67.77383865354389,1053.4365906655962,576.1157503890732,5845.973134590633,322.273872341263,3410.2327987292633,372.0778328949032,3854.1150121797664,309.1584656634021,4376.084930145781,131.22253806486373,1187.4859182647297,229.86841572076477,2283.292183632597,521.3074786575214,5240.493755757295,210.79838096932414,1525.748882132767,134.3606858943827,2077.9817356512185,168.17120341299693,3714.543579483158,267.45023066231545,2487.654639099488,359.74167762837794,3169.0948530072205,422.37224268508055,4467.442912478324,3165.0249864249868,1177.4110933967336,34250.57024626004,15107.763226742716,825.6967509241553,7188.650318138667 -6474,1233.8241024557844,3593.8995563866697,193.64320994267243,1439.9224485810587,418.9441343990061,2562.9911995878692,586.0254951600617,3020.3193549846615,68.04734835653649,1104.605507711667,576.847762468783,6129.931482941172,322.6833531918894,3575.8791420708344,372.56983864430464,4041.322190183369,311.37491274183907,4588.645922199143,136.0991731439731,1245.166056759514,236.5022936517562,2394.1992751191556,536.5351234967801,5495.041957941321,220.98095358399095,1599.8595772374995,137.24450825997684,2178.9162161856434,169.18362387367984,3894.9713090368623,267.94855769199086,2608.488294390433,373.11079020927485,3323.0283247335055,438.0689006334432,4684.441465426087,3073.1730664244956,1172.8088628287417,35097.021120961595,15736.877701804578,798.5872722460206,7510.11575981573 -6475,1272.3796982427948,3489.280281561641,204.70252603195127,1398.0059620428851,435.80933442227166,2488.3819133580114,606.7763057840191,2932.397136875654,71.37107986151932,1072.4501774439746,601.8746737161756,5951.4877127660275,336.6831780447794,3471.784445812399,388.7421259408365,3923.678335579829,324.41182877987575,4455.069342977225,140.8884251933921,1208.9189753230219,245.2192543470563,2324.5035621423,556.2725082302305,5335.079973541589,228.10162210907427,1553.2872826682142,145.0499232831181,2115.48744449481,178.1070163498611,3781.5877635530755,279.53139754905436,2532.5545768596417,386.24034548423475,3226.294176184796,453.4842946559039,4548.07625505112,3236.8924426931185,1226.5287205601614,36501.65097757405,16293.41390447287,841.0306773085525,7770.9990659744035 -6476,1200.2362147275944,3245.081997218315,195.56201406568564,1300.1661125940975,401.0209826289117,2314.2317892639303,565.5979841332427,2727.172479624036,65.59218832922835,997.3944432401563,548.4674545480871,5534.971132992333,306.8076689640875,3228.8106125673967,354.2253767984718,3649.0785784531686,296.8120028092605,4143.280033320883,131.56287438621828,1124.3124330386488,227.61226358749687,2161.822511604551,516.4643169186995,4961.702866733129,214.49586150200773,1444.5800253222599,136.42798183805706,1967.4344470828983,164.6649288142999,3516.9322559880366,254.84096202358376,2355.3130162022744,360.67469691765154,3000.5010500852827,423.46769943692794,4229.7778298959365,2884.0024585607107,1113.4120814632354,33897.55403956444,15296.137638187502,746.3823837787619,7309.641219243385 -6477,995.6950790028084,3081.0051817498797,163.6422060336201,1234.427522469941,336.0479287522725,2197.2203292873464,471.98164446912716,2589.2820423181574,54.779519870241046,946.9644990498284,461.1019947313882,5255.113663138081,257.93623119313963,3065.556505732849,297.83281909484225,3464.5750148883926,249.16410351644484,3933.788811205701,109.63359957329466,1067.4653013597945,190.24775153931873,2052.5171215971177,431.62648132737104,4710.830806682868,178.44932008173376,1371.5396243563173,113.36996146673341,1867.9576452649546,136.88190266173004,3339.110233223934,214.20938250773415,2236.2244201479707,300.5564106330547,2848.7906595528716,352.882896553344,4015.913133391128,2428.3839605298313,936.7094448556046,28315.554012616805,12735.470371836467,633.0476971341346,6086.992185573027 -6478,782.8935178970768,2859.9401031332623,136.6189856005789,1145.8561630584827,302.3400775664601,2039.5676619990477,394.86436510628914,2403.498570860131,51.49135589832505,879.0188874456636,439.8253286962806,4878.05421450026,246.03425915190448,2845.599884446475,284.0297870326045,3215.9884326339366,232.66219300721414,3651.5356887632224,90.61405775668091,990.873641545841,163.16506372322385,1905.2470483315751,369.6092336068605,4372.824175341384,141.61763083016857,1273.1303400486775,100.37298858808425,1733.9298915470993,127.32439459544713,3099.5258694618587,203.86893473305364,2075.7731719083813,248.41504847277068,2644.387195759065,291.6637900614781,3727.7675120175227,2588.2971298065886,909.8126160520515,24645.282143712528,10367.267645716258,684.6348635207337,4890.3408529545295 -6479,699.1933658757096,2666.102024610489,137.91823019448987,1068.1935026875901,273.2310415854169,1901.3319429411724,337.5420732536705,2240.596717007547,50.833115230761855,819.4416494674898,396.0023318290139,4547.434473606831,221.5200762147512,2652.7337425152396,252.97116396843168,2998.018476672177,192.75067798729998,3404.0456588875118,71.01835198298771,923.7152271001385,130.62001411863557,1776.1151736621812,295.6310804850567,4076.447396353083,131.0281466100718,1186.8414214263207,105.65964994580911,1616.409374910241,133.7001418638726,2889.4493933112253,168.42095971236125,1935.08355304153,194.69415438477535,2465.158640470585,228.59015715749794,3475.1107200387482,2645.811998651992,855.1401989758356,21478.696742678745,8414.05083497149,652.393764528831,3904.567283138511 -6480,701.8859214754143,2531.9814159859034,138.91491647047712,1014.457088481829,283.21903569031724,1805.6837663032613,344.4237950222174,2127.881527343639,52.7978377576973,778.2189161495588,411.5852598380844,4318.671780487584,230.2370233707815,2519.285637086079,262.9570461393365,2847.200518826857,199.49862039970108,3232.8021463206687,72.65364642531738,877.2469196944727,133.7066598252737,1686.7661367986216,302.6098492254505,3871.3781226425767,132.16433146394158,1127.1363192534875,108.1256536446742,1535.0944788003967,138.80962263283297,2744.09309874952,174.9575794818407,1837.7374719547518,199.1772529040956,2341.1466656233824,233.85375738382348,3300.2922170305924,2794.449579819853,893.3175434961128,22043.730147370214,8531.38376944265,689.7295522578903,3953.6369597009752 -6481,749.1392820004531,2452.444772176396,152.6096169198347,982.5901436467734,333.53318031360425,1748.9621704628157,387.80987799138126,2061.0387953865165,62.96268921560991,753.772875452413,491.78834340543995,4183.01017690466,275.1018934902078,2440.1478033301782,314.27490955226136,2757.761958144532,235.8462207054731,3131.2507560951613,81.75589124237624,849.6901314241455,152.27539724072196,1633.780077514987,344.4694331010043,3749.7672684520676,143.44532344633504,1091.7298034776534,124.41997800644661,1486.872852052498,165.33204113593072,2657.8934315650026,208.7351554670152,1780.0089792417298,224.13071645510837,2267.6046770156195,263.15158696054937,3196.620774232486,3493.539687082959,1080.9120420306742,25303.40408073958,9404.977911895225,864.6182421466433,4326.486511977732 -6482,900.3986748963387,2432.8205357514385,186.46279802884175,974.7275481231053,427.2318030236022,1734.9671368046222,483.56191758659855,2044.5465534161574,81.13025356930395,747.7412545627524,634.412401924756,4149.538116040784,354.88448509095053,2420.6219661135074,405.5056972379079,2735.6946018132594,302.34295068530497,3106.194776918551,101.9620920940364,842.8909895163655,191.1833410701096,1620.706720320041,432.37019615730026,3719.7619773036076,174.72432383243824,1082.9938824821297,156.67775324940447,1474.9750328993127,212.88669930308305,2636.625213954098,269.03503371803885,1765.7655118888697,279.52525995402385,2249.459513950193,328.19024949306515,3171.0417102118927,4622.2048694668165,1405.2748515866263,31894.075200179963,11561.747945313802,1145.6191708443023,5296.067944246288 -6483,1206.8760264333332,2442.177787222775,244.0328866155467,978.476600159535,526.6609487624,1741.640265198193,618.0462525754143,2052.410403611445,98.98699031658848,750.6172591227332,772.8632908029513,4165.498303432781,432.3326438294208,2429.9322987587257,493.90082363464893,2746.216784589079,371.5189693000398,3118.1419983512246,130.5123417066173,846.132964350071,242.00574740869598,1626.940373859403,547.5502548134893,3734.0691354863193,230.48103360543348,1087.1593545962387,196.89449714708397,1480.6481650083026,259.9908348697679,2646.766350466255,328.1340149110381,1772.55709872865,357.7947008884916,2258.1115119242727,420.0862997898818,3183.238349574518,5441.698210409172,1695.5597137130255,40129.14872720011,15054.9435775906,1346.05339970557,6941.403157104827 -6484,1468.1381406888431,2479.0219680427354,273.6918588824296,993.2384938156785,491.87509130994727,1767.915710495425,656.7494873444526,2083.374316403979,88.06810690202661,761.941528046312,683.3664359270732,4228.341546664244,382.2689231904089,2466.5917366850454,436.5288625241845,2787.647882812798,339.84339277025254,3165.184186766268,139.80252420097727,858.8982413497015,248.74577437749244,1651.4853867701697,563.7496727488233,3790.4035756494764,270.1251515644206,1103.5609024484966,194.1133550364901,1502.9861245981926,232.20163664367183,2686.6970788984645,291.5242369773424,1799.2989741977296,383.2633885490126,2292.178756861254,449.9890533333081,3231.2626211727506,4131.54099216479,1445.2468865937524,40228.839708592255,16915.040853222923,1011.9963516034575,7972.519181503558 -6485,1677.9090328479024,2543.807944952464,310.2136604755016,1019.1954748169403,559.7003233342798,1814.1178611318442,749.4593421037515,2137.820562583651,99.57928318346218,781.8538672183386,772.5386760634939,4338.843688775117,432.1510573183189,2531.052865855583,493.5689508703027,2860.499391874234,384.53424580015866,3247.902110319312,160.14355219134,881.3444166354418,283.38276840501715,1694.6447841104525,642.3966592000393,3889.460785184598,309.09431269748865,1132.4010144225567,219.40530241897113,1542.2646891365857,262.5833841439885,2756.910371544022,329.61413939374444,1846.3212851327582,439.02755560331707,2352.0818323197705,515.4616904085239,3315.707417654263,4646.725790180828,1635.0157425397451,45747.317940117326,19321.300020513412,1137.7590050066058,9125.26952160487 -6486,1508.633530050771,2637.510424293217,273.97763991324274,1056.7380664708114,497.9571183871781,1880.9418294041714,671.1310196949029,2216.5682870324295,87.3542586904228,810.6538581869504,677.3856420261424,4498.667236742613,378.9233218788213,2624.2855052707487,432.9191559919982,2965.8673642100307,337.90464402051566,3367.5402618538496,144.6178391714292,913.809193371334,252.80802247764703,1757.0678998916997,573.3814895024619,4032.731081825345,278.47454307523,1174.1135905900787,192.37545114475898,1599.0748054264354,230.4120292660826,2858.4625888198975,289.11811744196467,1914.331483158843,396.46439434668395,2438.7219812893586,465.4883373229188,3437.843212700903,4024.409500277054,1435.5788099776776,40656.64327541008,17344.673378208914,984.4857711715186,8228.180027003564 -6487,1405.0168926014048,2867.477887640028,253.98857012502958,1148.8762321932948,451.11249225120997,2044.9432366505146,616.7658731379361,2409.8333378958514,78.78674133838491,881.3356684662463,610.4608133248222,4890.911029732488,341.4861858748422,2853.099873239224,390.10386356190975,3224.464633850489,305.8577238108325,3661.1598375733693,132.84654840754203,993.4852318988081,231.59947658685127,1910.2686016384926,525.340048471814,4384.3493839580215,258.2705308116896,1276.4858586281744,175.8905652386791,1738.4999137856778,207.916019312156,3107.6951168008336,260.71435259977807,2081.2441714015627,364.193841210766,2651.3568594986114,427.59952224159804,3737.5925807894614,3548.03138665779,1286.7082889002158,37163.69190991917,16030.058685354823,866.5832836060674,7615.638845398271 -6488,1322.2481831688365,3085.293919906526,239.2995789533397,1236.1458371448368,430.20367675192267,2200.2788449693685,584.1938008815966,2592.886305225272,75.23546134338822,948.2826671607168,583.163810394039,5262.428745442427,326.21649253305594,3069.82373943806,372.6898360535311,3469.3976796313564,291.5730350165129,3939.2646183464162,125.92095737982923,1068.9512057639658,219.66431001936945,2055.3742114029724,498.2540025206944,4717.38825097079,243.6032217032303,1373.448798139981,166.89199029809964,1870.55782954108,198.49835134874667,3343.758251848278,248.98417183394255,2239.3372292579074,345.2075925707197,2852.7561566816307,405.3077920446954,4021.5032570270673,3424.7881248901067,1232.7016008410476,35278.90769237905,15142.585979558973,837.1076617147048,7190.6894156207345 -6489,1255.8426537363982,3236.8294167156255,227.54600886178224,1296.8596551547328,408.152504558736,2308.346457503699,554.2267187472097,2720.236996806619,71.40276084921395,994.8579655971168,553.4424352854044,5520.895126625086,309.590627607304,3220.5994118855674,353.6775543264612,3639.7985926915953,276.7611315812508,4132.743241939502,119.49129503570671,1121.4531897678226,208.38360087851942,2156.3247724642656,472.67271254073785,4949.084741097709,231.11477124699988,1440.9063083062435,158.60440194239126,1962.4310569768136,188.3891117755567,3507.988332047155,236.29892627659424,2349.323210615881,327.580913858597,2992.8704643295273,384.61233115784336,4219.021065635548,3248.077562096366,1169.38176531473,33484.8847768055,14374.419250689449,793.8767496073725,6825.242210754376 -6490,1191.921677352824,3379.0076620533896,216.83107850512872,1353.8244211281992,386.9639220993341,2409.7409416444593,525.875689575599,2839.7238381926795,67.85899998262423,1038.5572594735363,525.9770444567074,5763.401320415753,294.22673961821033,3362.064751687858,336.1070317230473,3799.677322976015,263.10955869782225,4314.274644099915,113.1247668678765,1170.713198937974,197.8098432673626,2251.0416799861973,448.637510377034,5166.474073041919,219.29978786622075,1504.1983463583977,150.9890409163523,2048.631152303558,179.03877173767597,3662.077275733875,224.57149487959342,2452.5176051340754,310.1273151282368,3124.3327740033446,364.120083255772,4404.342234881406,3087.2441749128025,1110.4172776534429,31790.61229502681,13637.617330039247,754.5759204188889,6470.52919511638 -6491,1150.4162908429432,3323.189055339124,208.20371635354076,1331.4602833454512,366.540723159798,2369.9338753819416,503.3854715945158,2792.813785314943,64.01518814743848,1021.4010926296972,495.90266393121226,5668.194365056182,277.40340669653534,3306.5260288166833,316.88573885090415,3736.9095771333127,248.82453630702608,4243.006146451704,108.25812006304308,1151.3739176570882,188.91373394143645,2213.856203420509,428.4980204886861,5081.127896523536,211.3227667031207,1479.350147030964,143.6249224612921,2014.78934191727,168.95613045404997,3601.5825767999227,211.82341657119986,2412.0039013037617,296.7855850274962,3072.72120048871,348.4555750422698,4331.585889932938,2865.394314666098,1043.3581681027124,30290.821431348577,13099.106711128139,699.5547595550114,6223.149290363101 -6492,1128.451076088427,3187.2489797499675,204.88672155373413,1276.9948862380725,364.719837147974,2272.988145001926,496.71485762155334,2678.5695124914673,64.00766901903151,979.6191357723679,496.0710518291261,5436.328299777167,277.4976013438427,3171.2675795350538,316.975954721051,3584.045637728726,248.1612267736818,4069.439561262334,106.74319280234263,1104.275225770684,186.80141591777755,2123.2950663245047,423.6556871768634,4873.276673246955,207.38180255552643,1418.835091323519,142.63554586583996,1932.3713359370142,168.88880252852132,3454.254393065035,211.82066720236512,2313.3372328703845,292.6324686323542,2947.026891406974,343.579406405061,4154.395816334095,2902.9075900489324,1045.9098887245848,30019.592188763498,12891.784489207095,709.3799668521323,6115.820709833369 -6493,1090.6856307141366,3074.8969766286627,198.2416447009779,1231.9802248934275,353.9504141364278,2192.86425986322,481.0114653175061,2584.1486962514755,62.17891544853077,945.0871073995419,481.9569491611106,5244.695208673968,269.60230162608343,3059.4789281751696,307.9592846596107,3457.7063685861613,240.93889065949858,3925.9899314424592,103.35252970636924,1065.3490124748844,180.9919522984896,2048.4479315588183,410.4682110846662,4701.491412828871,200.54096624629616,1368.8204970380416,138.29842681460883,1864.2543511184178,164.05113006653164,3332.4903254264073,205.77453864756856,2231.7910236914354,283.33709263669124,2843.1428281895783,332.6657173608214,4007.9514391645025,2829.8453535709145,1016.8804899384459,29097.9860411966,12473.812106981351,691.6945937173148,5915.660895170105 -6494,1097.7330579488791,3008.6814203333856,200.31892417078566,1205.450472333867,357.0288267885709,2145.6426039994603,484.62315560910247,2528.501029102765,62.756794703699896,924.7353788572192,486.46891772098655,5131.7547057949805,272.1262554994001,2993.5953877695615,310.84280290692294,3383.247304610404,243.25955176316543,3841.4467388425096,104.11604099283242,1042.407535721087,182.40585535787594,2004.3361709499172,413.6674064941436,4600.2483885311085,201.88790039719882,1339.34399380276,139.64288147394765,1824.109058487983,165.5689291371502,3260.727693239401,207.69016696826333,2183.731109719761,285.43023025718674,2781.9179203548088,335.1232675586344,3921.6432681376773,2861.6609549753407,1026.799879383608,29335.205072732326,12563.182770883834,699.5547595550114,5956.444961612229 -6495,1122.6500378618061,2997.1797997837266,204.64289398183752,1200.8422629599895,361.5319003805855,2137.4402177648785,492.82875250449445,2518.8350474539207,63.59942744652944,921.2002902417943,492.87575033342375,5112.136977250812,275.7101789627979,2982.151438271738,314.88954674302164,3370.3137894631027,246.67730117128758,3826.7616138394787,105.77228250382112,1038.4226086852957,185.36553408957082,1996.6739725076282,420.3739233296731,4582.662508204436,205.82728273239235,1334.2239347968193,142.1538510482481,1817.1358342409305,167.81819725189538,3248.2625474150723,210.4666109539028,2175.3831183250127,289.9707543813758,2771.2831738163495,340.45429111404394,3906.6515669570827,2879.1275711379676,1037.5061695147087,29819.010432327217,12805.615448759805,703.4848424738598,6070.74255531963 -6496,1182.9949324533034,3079.965483640204,216.2587179256173,1234.0109597295582,382.73336925925656,2196.4788680796755,521.078164737618,2588.4082782424716,67.4004226723726,946.6449419113258,522.4043931125959,5253.34030301066,292.2282311892801,3064.522020843634,333.7797900302572,3463.4058795311576,261.40242033882197,3932.461337686637,111.67592436894608,1067.1050807205881,196.1236584167112,2051.824491093267,444.7318284107983,4709.241117086199,217.38238856978205,1371.0767925625782,150.5371063724291,1867.3272951297974,177.83267840837408,3337.983436483037,223.0521086470136,2235.4697968463906,306.1553676345304,2847.8293232068168,359.45662479356633,4014.5579466753966,3063.284350413691,1100.76909234719,31534.527761820427,13517.447862724819,748.6807960406161,6405.435101520923 -6497,1272.9494794507664,3243.2625302537435,232.5270446880637,1299.4371296924799,409.48461792186407,2312.934235521826,558.4445935870558,2725.643396464468,72.1447221165444,996.835219700758,559.0945682010235,5531.867760832563,312.752378974931,3227.000268714927,357.17635150815005,3647.032596893901,279.8546553263433,4140.956960698356,119.71373994546867,1123.6820485579103,210.0917644979912,2160.6104113721062,476.4201684464986,4958.9209171670545,233.23975621566993,1443.7700717876478,161.5687293831174,1966.3313372124867,190.36740378494986,3514.960366814854,238.74471029399876,2353.9924288556745,328.19073825460214,2998.8187158507485,385.3283251996869,4227.4062593052495,3265.193350287771,1176.112793126131,33807.20147338409,14513.316304023385,797.8068325262208,6877.101613864215 -6498,1346.8879553658478,3487.3958354349493,243.75020765902633,1397.250944759182,424.16393411969415,2487.038019695144,585.6022986508829,2930.813445116724,74.0947410898639,1071.8709821888287,573.8030974784596,5948.27350895797,320.9801954918078,3469.909448614211,366.60980936883607,3921.5592852756904,288.3503381035968,4452.663305774688,125.83068199360731,1208.2660777347799,219.55932181324667,2323.24817381557,498.010809165057,5332.198671387429,246.61400485678539,1552.4484030233398,167.46180545736357,2114.3449389351654,195.59740905856685,3779.5454517183316,245.1584139302224,2531.1868269863457,344.9601059775862,3224.5517602499094,405.0172183528578,4545.619987858135,3286.047008065542,1203.5706420505687,35208.56538859003,15280.341152315852,801.7369154450696,7259.476380750911 -6499,1376.1688059924172,3441.9741719985473,248.59349733753012,1379.0524192278435,430.6817376334281,2454.645538538775,596.609783055436,2892.641001212784,75.10701151536048,1057.9103751061646,581.5265971550702,5870.800090366858,325.3006504474776,3424.715537005927,371.54203577406867,3870.482850478184,292.54348552783875,4394.669495030434,128.23538889335555,1192.528989742976,223.49823386589972,2292.988977094036,506.9699003735972,5262.749333010966,251.79731941296632,1532.228504797846,170.1463195650062,2086.8066069715396,198.29387096730457,3730.3186792062506,248.49642998809423,2498.219328722505,351.5525199567484,3182.5535152273274,412.7573631574408,4486.415460772232,3311.594579232295,1218.385593861898,35815.71929035135,15587.200083312826,807.6320398233418,7409.13709301103 -6500,1300.6038542074825,3257.8182533640115,233.0241900492299,1305.2689878546144,398.3307136016662,2323.314656468471,558.0603035472845,2737.8760511466544,68.98894359833507,1001.3090041413263,533.7735774279644,5556.694716608788,298.5880487297672,3241.483006991591,341.0242604625288,3663.4004351923186,269.47726590908525,4159.5415255830085,120.21852038549203,1128.7251200361566,208.4019487198981,2170.3072048335453,472.83469528776794,4981.176494420726,237.29163135518334,1450.2496944527265,157.73311452174286,1975.1562085328078,182.22149267313367,3530.735466537947,228.21700263668174,2364.5571184786913,329.57457494154556,3012.2773780708553,386.9530860804043,4246.378807599158,2977.793907357824,1114.0462137378852,33324.87231605126,14648.52226373923,725.1002985275259,6977.452250383338 -6501,1077.3964852489569,3138.8381929150773,193.37618051618827,1257.5987463005627,332.48936134728297,2238.463969054256,464.46312856729736,2637.8850041535484,57.69022160890915,964.7398045803078,446.4637421020401,5353.7564856022855,249.74772678932186,3123.0995324936475,285.2669834953405,3529.6079485249743,225.1519077410139,4007.629275216468,99.9075841905366,1087.5025064439285,173.6330820794512,2091.044562678105,393.9063377642201,4799.256990531579,197.07695618872717,1397.2845555491492,131.39865614393906,1903.0207525893532,152.355099093957,3401.788089315752,190.85125290779482,2278.2001989049713,273.89290341828575,2902.2648124030975,321.5773069024678,4091.295138737177,2508.3987516154493,933.3819290073387,27757.922476314707,12163.657354294954,611.1278938809229,5790.5390009017765 -6502,816.638041230763,2932.5237875013877,153.5595586295954,1174.9373532483016,274.2177515737568,2091.330751465078,365.2874311408556,2464.4980237701507,49.396270924443954,901.3278964385713,383.3428480039479,5001.856509187476,214.438476950384,2917.8196220641803,244.82883105467752,3297.6084249792684,190.53477584050586,3744.2096274942346,77.49876022086143,1016.0214617983925,138.55160703754044,1953.6011555549733,313.9466776664425,4483.804013482944,149.90737009632005,1305.441677849192,108.98909344851583,1777.9360649024889,130.22815246856868,3178.1901069238197,163.5172208838726,2128.4551370182644,212.4599510656557,2711.5002675866203,249.44895627318505,3822.3761718959586,2325.8865619324215,809.7568722840558,22454.755504037763,9406.555758599476,569.862023233015,4424.899897260938 -6503,701.6633022822284,2745.9635768368976,138.20638484347754,1100.1906244838797,275.46797962709644,1958.285247375619,327.2228800966468,2307.7125025558366,49.43047452927118,843.9875526179904,384.6252565029471,4683.65025693312,215.15584451517756,2732.194855542821,245.2786662966597,3087.8223952545773,184.45704445435257,3506.011888108632,65.41453172540294,951.3845852756434,112.14637256071146,1829.3176818153577,254.5655749596865,4198.555032758942,130.26223472821937,1222.3925733652834,102.53238324646705,1664.8279877472762,130.10526101679469,2976.0011874659153,165.17950388758985,1993.0478675378097,179.33149084907268,2539.001049236276,210.5528735878858,3579.2056622799305,2531.315819598937,826.9142262475787,20528.208928414537,7967.736041455528,610.9304106422713,3691.3133381726548 -6504,707.3487770462469,2649.2719677945074,139.97921441554644,1061.4504158984337,287.9972474886215,1889.3295798168974,336.04852520380746,2226.4527083759017,50.21345390928521,814.2688356026738,380.5723079998798,4518.728302630896,212.88866225605497,2635.98807442299,244.86245621946242,2979.0931614246756,191.24152249484118,3382.557253224701,67.3123745892878,917.8841750209691,115.5322216142347,1764.9032549101867,262.23830041377926,4050.714382141819,132.01408815095363,1179.349356842977,105.7384388676524,1606.205616251906,134.2917013390829,2871.209432121655,172.8392133489737,1922.8681292352642,184.5343560412663,2449.597060457311,216.66155094243214,3453.1737085064824,2582.824829060002,848.1491302990772,20984.13874573325,8055.840446194057,644.5052003586206,3746.8773345177783 -6505,717.6021798936831,2612.752695391448,143.82419162940718,1046.818699203524,308.26169685874567,1863.285843113666,350.98791404918455,2195.7618491745347,53.906386514088,803.0444291324496,408.4581416825775,4456.439239142796,228.48774212553985,2599.6519157683506,262.9774920034307,2938.0274211010315,204.51687982091914,3335.92990380527,70.36383180488845,905.2314679265164,121.25377839293773,1740.5746908689614,275.1778776879422,3994.8767241940104,135.24663846978217,1163.0924451538474,111.37668170873965,1584.0646427511524,144.18977121390503,2831.630830659618,185.87525393269587,1896.3620755494424,192.89981180930505,2415.830235678258,226.48342183913533,3405.572936351325,2855.1091144312772,920.2185754578497,22079.336004824097,8300.87009262238,712.8922677419354,3850.2683711480413 -6506,814.7783103233731,2638.7450598892547,163.24821037483727,1057.2327323574505,357.9465426508974,1881.8223103741304,403.99110819960634,2217.6058769062033,64.04374485386,811.0333304726954,495.90778671952114,4500.773091814901,277.4062723373799,2625.5139501971194,317.14565220948214,2967.2557058018792,237.86597091377146,3369.116629112944,81.18680208178542,914.2369533330506,139.7391212179123,1757.8903946784048,317.1453120087742,4034.618829186269,154.6335925478709,1174.6632007146047,127.73315457235611,1599.8233426292925,169.0767748696551,2859.8006535454783,215.84034433448247,1915.2275940405116,222.57057981722474,2439.863562736471,261.31983253336625,3439.4524892235295,3468.2380507662224,1096.4459204324457,25654.134515109745,9557.464131691157,844.4035720183344,4412.709497038339 -6507,1125.183838081238,2757.85507866243,221.72160991973897,1104.955042675673,460.4990063850506,1966.7656776298707,536.4876284984141,2317.7061410980336,84.49327082797386,847.6424734652088,671.515883956739,4703.932986117981,375.63983299406937,2744.0267313864997,425.59463037723424,3101.194329958965,309.9078049197175,3521.194808639503,107.95977800667173,955.5045931402856,184.29465984561608,1837.2396130224147,418.4153774526978,4216.7370382515865,210.7048137838745,1227.6861918387062,167.54381106752783,1672.0375899512135,219.4473720307068,2988.888876090796,275.9218968250938,2001.6788386676235,295.9676914442074,2549.996291804934,347.4952872342824,3594.7055512901065,4411.074536931538,1412.7161488530144,34284.69480995479,13111.779626595453,1048.547513760621,6034.992967059699 -6508,1603.120526263165,3061.965770390306,308.708703541538,1226.799241435848,602.3108499783649,2183.6423639062036,731.356755743735,2573.2812883364154,110.03209282834477,941.112627476512,878.1363030628431,5222.639108610725,491.2214023664206,3046.612561170732,555.3819469808911,3443.1652914366787,403.89022349810494,3909.4795293447414,147.33593706275747,1060.8687817872055,249.0884166155002,2039.8333656488524,565.7590605380307,4681.719708102096,296.38361039163254,1363.064043964971,223.8858821919444,1856.4143949578386,285.01274855880047,3318.4758332294473,356.6404663626665,2222.4054246851524,403.9159580018639,2831.186243446783,474.23720866109113,3991.0963552228022,5527.036944815139,1817.4486776717015,45972.05350113531,18190.558187607206,1294.7888464619687,8426.489078571869 -6509,1782.6700323563878,3758.1063301793456,337.1321600710213,1505.713107469386,645.2584638795518,2680.0953394059784,798.7585560109421,3158.3190094892643,116.57498265392154,1155.0753953334897,930.2402019845852,6410.010616092,520.3678460424484,3739.2625555968184,588.2377421793012,4225.971891237887,427.9019669235715,4798.303073474343,161.79748568640872,1302.058214653375,270.65084846316313,2503.5912413151586,615.0209419350731,5746.112723167752,328.5461756464075,1672.9578304239665,239.9661205317432,2278.4718093820534,301.98429712613506,4072.9341771240875,377.40193881177044,2727.6712154981283,443.56175238822965,3474.858878666622,520.7852850429977,4898.475555135492,5766.313014314099,1924.5966188516543,49532.44820132515,19958.83703462035,1338.7704378991846,9303.528433787762 -6510,1611.7881911140157,4167.616065587145,300.5400612655083,1669.7862129289692,582.1827359522619,2972.137404446603,722.1074640451244,3502.471693920535,99.8862988721961,1280.9405460133812,770.2213943176426,7108.490520792236,430.8547911408419,4146.71894060274,492.5010394907517,4686.463553521172,378.7014046658172,5321.159972504962,147.36779443938218,1443.9396485783193,244.12834548319958,2776.400176647046,554.991232898761,6372.249637387399,297.88828233491296,1855.2550988603896,213.458089108742,2526.750145814766,264.37747667219855,4516.74977217881,336.1259455773143,3024.8974830914676,404.00329380774616,3853.5039767456597,474.33974951885443,5432.24795331811,4788.71646826369,1655.3065775900097,43981.62598537267,17901.550281232692,1165.004437275897,8433.238928384026 -6511,1520.0466433774393,4319.216547861514,283.75932619007716,1730.526067846354,544.9944728784291,3080.25136139679,678.3172296499316,3629.876999398422,92.40231687292086,1327.5358181028373,704.6482791446077,7367.067744374145,394.17379130005986,4297.55927266751,452.1290104754577,4856.937542414142,353.1634988837503,5514.7215687258395,138.25691068759662,1496.4641478735098,229.24219260387227,2877.394030001683,521.1287000227355,6604.045489739865,280.42273722890644,1922.7415379428228,200.81089191280518,2618.6627727612176,246.21663814724883,4681.050281870432,314.6262262432755,3134.930631551026,379.0261469404574,3993.6783719219916,445.0141133908397,5629.850466744682,4417.327156342692,1537.1593110975725,40997.99595228806,16742.420942430064,1082.800477082075,7909.889128244443 -6512,1408.0357446740209,4361.77904622367,261.3652055936864,1747.5790477356918,500.1707397171505,3110.6048276033844,625.6463978584903,3665.6465960671085,86.17294315672316,1340.6176445076007,668.4141455363888,7439.664430678068,373.904748940143,4339.90835553411,426.52104679170975,4904.798860295146,325.8958003215402,5569.064833328503,127.76958518803863,1511.2106307453691,211.13384216631522,2905.7484959869225,480.0364546350068,6669.123188953586,259.6450305892143,1941.688650839966,184.15842500630308,2644.467644719275,227.25651216609455,4727.178368468433,287.9288195454728,3165.822919166688,350.2755365294549,4033.032946363985,411.2580585519432,5685.328236524168,4090.000711973946,1420.8547922907371,38099.61176281179,15607.39784627439,987.9856509507965,7351.540236321679 -6513,1325.4478495593994,4453.532100275612,245.36468706877147,1784.340587723775,464.8574941706219,3176.038562292083,584.9769167730349,3742.7560201575957,79.22588217353955,1368.8184685053197,609.9995261893766,7596.16294318922,341.22814607762984,4431.201344405371,390.1107401925929,5007.974713581935,301.6415513943714,5686.2139830804945,119.58788418247892,1542.9999967855165,197.1286580759454,2966.8729353471563,448.24341749661625,6809.412830852089,243.81874304743243,1982.5334212523517,171.75388965938168,2700.0958597602475,209.88442060042829,4826.617851248005,266.75507691077536,3232.418204792782,327.8457093900122,4117.870597698335,384.9232272519355,5804.923067775526,3722.39105934152,1306.7980756066297,35394.33409229129,14589.819046396327,904.5005037153446,6891.878871388705 -6514,1248.677204060899,4523.776471775903,231.2855518345443,1812.484514904486,433.1415167758255,3226.1333696597203,548.2875065892624,3801.789510518792,75.64582492458764,1390.4084763582318,594.473059208801,7715.975191028436,332.5427827036384,4501.093498861771,377.6510044536168,5086.964160233311,283.2717142140869,5775.901116453338,111.92718324067337,1567.3373233296413,184.62238127453617,3013.6686291857136,419.7934755066902,6916.815879447971,229.37155142445292,2013.803391024339,160.91106402208536,2742.6837500883894,197.8780443757973,4902.746804581926,248.86498345436252,3283.402273192719,306.8441844290167,4182.82067003237,360.2653637092359,5896.482567813305,3570.6451096337923,1240.1653131188252,33420.808524336404,13793.283586724612,845.3771333349774,6488.557195675839 -6515,1208.1333633053919,4475.560628730524,222.93975041241438,1793.1664806386357,413.45510616778176,3191.7482179694316,527.2984289536238,3761.2688332761386,70.15591713587021,1375.589062250723,539.0434205421517,7633.735882549382,301.53595068504814,4453.119418129065,344.8709594255436,5032.745684352033,268.76347803067904,5714.339732195283,107.6129037632995,1550.6321455092261,177.313580501396,2981.547994021227,403.19435446615364,6843.094264134312,221.68459201295664,1992.3396363866648,154.06960209323094,2713.451357629913,186.0914148003177,4850.49177564851,236.54504182481264,3248.406731382283,295.01674868637775,4138.238841957635,346.3787865609727,5833.635988239073,3217.7425958581666,1148.368610777396,31778.7307630223,13228.333060673596,785.3553618065466,6255.2070470288345 -6516,1167.3726639700667,4437.741735266157,214.65447579397463,1778.0140611495979,396.2680008818947,3164.7776558803853,507.19111014752616,3729.4857703044586,67.23959676639161,1363.9652098416975,516.9835014459507,7569.230121589746,289.1958340576752,4415.490154930792,330.64095532757773,4990.218526603809,256.317469141065,5666.053042888967,103.55932484398183,1537.529163161723,170.41489838022704,2956.3536428999532,387.5297856865397,6785.269496600032,213.7601224800565,1975.5041856568384,147.98931828232992,2690.5224474155843,178.28292121442792,4809.504679968148,226.4791786334783,3220.957399713208,283.9040137679787,4103.270348203033,333.3313387345417,5784.3412347431995,3112.3447890125385,1106.5220050853773,30406.394500722112,12693.369870892995,751.0080152523961,6012.522727407314 -6517,1138.3315475946981,4372.8258000321875,210.33302136429072,1752.0050113841653,392.6853000150573,3118.4828254024405,498.4015918713411,3674.930306926062,64.62803462320127,1344.0129272381762,482.2012460856486,7458.506316182295,269.73895908739877,4350.899719068817,311.4710886912744,4917.220880052631,252.72767399598138,5583.169190175902,101.66388829424699,1515.037961660976,167.7719920133542,2913.107669371101,381.4711213887415,6686.01358188874,208.8423497873821,1946.6062214622539,146.2015488222368,2651.165091498725,174.43886600691468,4739.150541999467,224.8269486292976,3173.840763724787,278.7077453959807,4043.2471093438116,327.23040669813304,5699.72704505709,2955.395766449052,1068.4404451149624,29681.019706064824,12347.621551626988,743.7351399737487,5871.171432669978 -6518,1127.4236096999005,4294.588777283987,207.66002695056795,1720.6587693432373,381.03326611570424,3062.68805494781,488.8184769386606,3609.179778739252,62.15884699883337,1319.9663324798316,461.8356081567511,7325.061410070907,258.3466078218528,4273.05498985655,298.6639435489053,4829.243736794885,243.5470524207041,5483.277139837281,99.84058859728653,1487.931448643699,164.1562389354301,2860.9873971675147,373.31156779417415,6566.389837284701,206.34431959520012,1911.7782447271163,142.58888807664454,2603.731401464401,168.1812236220071,4654.3593690332755,216.9923610007662,3117.0555489950184,273.7092375064316,3970.9067897115965,321.36166499073255,5597.749583599701,2822.7430679208537,1030.2639405231885,28833.20224475615,12109.586420610658,707.1645061388906,5778.26369022212 -6519,1159.7362416972614,4181.9768512110495,213.93368073090605,1675.5399679448471,391.56516350963665,2982.378805630959,502.09966976861836,3514.5405228046325,64.19228620507326,1285.3544153067066,477.8456113418984,7132.984981623593,267.3024569184777,4161.0077188422465,308.78415056961626,4702.612185584975,250.82318180484583,5339.495643649583,102.40651259698271,1448.9151807340552,168.69160811095784,2785.96710582563,383.59322735159844,6394.207156876813,211.82705686517306,1861.647943194681,147.0261376651829,2535.4568300673864,173.49411983957694,4532.313603917218,223.6650521228892,3035.3206851343953,280.7436221321988,3866.782393864707,329.6207269650974,5450.966411805122,2929.0467697547365,1064.1584142263982,29656.665968162506,12438.564944490312,730.5212605997667,5929.876937339966 -6520,1211.6775267613164,4178.6628256988115,223.2984899695849,1674.212179102846,405.8641004761933,2980.0154067407525,523.221997164899,3511.7554100766656,66.77851895931674,1284.3358306812654,499.56223210515157,7127.332417047423,279.45053560373117,4157.710310408991,322.28894640619103,4698.885580366517,260.14596323759207,5335.264337400144,106.6450457503572,1447.7669816777566,175.63997962895743,2783.759354230283,399.3967820946438,6389.140039960015,221.48139005837263,1860.172672288586,152.8051923025954,2533.447596415701,179.96760045056092,4528.721952541027,231.429429364144,3032.9153322244556,292.36340216209527,3863.718145553569,343.26349580714583,5446.646770066826,3038.949982674138,1105.1284496656017,30875.72043819901,12990.798748773808,752.5968280190128,6191.779186338151 -6521,1308.5904873920422,4236.495836864009,241.3689455038067,1697.3834029334676,438.27442566558034,3021.2590465076623,564.3003301911474,3560.3583719120566,72.61917782694591,1302.111136211745,545.8586180352268,7225.9752395116275,305.34830972119755,4215.253337169789,351.5678163743307,4763.9185140030995,281.73305795084923,5409.104801410911,115.01170098997378,1467.8041867618906,189.47599117994142,2822.2867953112705,430.8534413366471,6477.566223808726,238.6757786377392,1885.9176034814182,165.32909394677492,2568.5107037400994,195.16275387620934,4591.399808632846,250.43831544120584,3074.891110981456,315.30027441303554,3917.1922984037947,370.19364812277126,5522.028775412875,3313.2573376147097,1199.5642671444514,33424.51468971277,14042.037938184401,816.3992385172021,6682.987069771459 -6522,1382.9780276412735,4421.041643077566,252.68374346065474,1771.3230456500155,453.20689410906095,3152.8679770927292,590.8103334943409,3715.4509841687154,76.02066241199492,1358.832341345685,581.4480367040169,7540.745624661349,325.2567044509364,4398.873799801523,372.3399873111951,4971.43935593391,291.23585429933024,5644.730574433957,120.73628485353645,1531.743139481391,197.7817026679773,2945.228304535587,449.8546821914426,6759.7351972024,252.03834415415884,1968.069976099928,171.10293089286634,2680.3974839572006,202.20459861417714,4791.405570932883,257.15951599420396,3208.836305535223,330.99400685543367,4087.8289374185474,388.619639271461,5762.573624631322,3449.3927716182575,1249.4514776721885,34989.58056087162,14830.934031266988,828.9664053636448,7055.63063187679 -6523,1403.0613739210542,4208.748984563753,255.08381459965076,1686.2664212600089,452.13823190177743,3001.471365425857,594.7272533929397,3537.0398696201837,75.01764810574177,1293.5829830478483,570.1369665955675,7178.648846328045,318.9293954653521,4187.645612234271,365.7798734252995,4732.717316487856,290.09923960375653,5373.677968060721,121.66466549504568,1458.1908299821216,198.7068398096732,2803.802279363668,452.01997602340424,6435.141521838479,255.2152583053164,1873.5658204963115,171.16634743095295,2551.6882896807815,200.2992227753096,4561.328519235365,255.32197785877432,3054.752167670484,333.53912764321456,3891.5367188114005,391.6078623267555,5485.862348552283,3318.6906606681423,1225.8646615850962,35072.44354742485,14988.956133318594,806.3192855854392,7145.156220624697 -6524,1318.5573444983102,3900.2845755171097,237.19162352777175,1562.6778734428524,412.4019585394813,2781.4898235467385,551.0540132326427,3277.8058508753247,68.92539744158975,1198.7746892099092,530.6767190218005,6652.516809882666,296.85569451106556,3880.7278953991085,338.9332320015801,4385.850621522307,264.827167155303,4979.834475634757,113.07317759758092,1351.3182238235265,183.43817349883608,2598.3081488370904,417.41385974612894,5963.502055111961,238.9482586875467,1736.2498684761206,156.75022614797038,2364.6719047087977,182.5994631637459,4227.023120810808,231.03641783223517,2830.865610016322,309.98588507424256,3606.321188340439,363.95403041062383,5083.796724381349,2975.158154793011,1113.7833962565303,32508.35979293019,14058.655381279712,711.6740028554367,6700.9008724740825 -6525,1079.873726067169,3578.0442122150944,193.54675970764697,1433.5698876247964,333.99630808567167,2551.6839532554086,449.5655616150558,3006.994496532162,55.993475028070044,1099.7322773322976,433.30505953462466,6102.88782969341,242.38688032218997,3560.1032992505375,276.2818076211444,4023.492934460372,214.94237080038423,4568.402017427605,92.21294818918071,1239.6727100282174,149.46884364342517,2383.636694577668,340.1298312011304,5470.799271101178,195.79822913039104,1592.801415531724,127.17247016420293,2169.303408151747,147.87991155988516,3877.787715095444,186.55382569112138,2596.980326784163,252.79834676141627,3308.3679935378514,296.8102149648651,4663.774935791463,2381.5279959574236,898.7737909921599,26539.275952799773,11528.645864368507,568.0919239229746,5491.839448584482 -6526,824.4574421745579,3259.3128182148303,155.25009534745277,1305.8677963204016,280.4528416352232,2324.380506111668,357.832518468785,2739.1320860122323,48.444477224788436,1001.7683671646786,372.99309855898514,5559.243919776153,208.64892193624422,3242.9700778439237,238.34502548422125,3665.0810659393705,185.37813968228582,4161.4497672577045,72.25084625509838,1129.2429367955476,120.63979954788513,2171.3028603955067,274.161236359254,4983.461671408913,150.15984073910326,1450.9150146301185,107.12667825217054,1976.0623361355679,128.3396882724048,3532.3552355721395,162.9828149000875,2365.6418886169217,198.0729913106188,3013.6592979755433,232.5572452620626,4248.326886962561,2225.3167090045813,787.8214418113099,21745.81186045178,9000.808522217389,542.1413343012734,4232.375540736056 -6527,624.1172392235299,3045.3956365259564,122.81194857177822,1220.1602947004365,232.6418785493643,2171.825364960073,275.0344326800619,2559.355719399397,41.35280082033852,936.0197024119944,325.96924004224456,5194.376274978906,182.34420631896901,3030.1255127329,207.03467346576977,3424.5322582565213,152.10753881159184,3888.3229900497513,54.349641326503665,1055.1277843218802,92.90595581930583,2028.7946034730558,210.9175062884983,4656.384113880634,125.88016651694731,1355.687686628585,83.46142496619687,1846.3682228779214,107.96471648955358,3300.517569517305,139.39558361532517,2210.3786555605598,148.9975078795726,2815.8649960630023,174.93778305719076,3969.4981383155214,2075.6036143118044,696.1194543853243,17368.511051776568,6775.670176577759,506.3144952467064,3135.920945949744 -6528,625.6670958692774,2940.1265511702745,124.37147908284858,1177.9834567651992,237.56358069555674,2096.752666037308,281.811319063066,2470.8873994052333,41.66137357104115,903.6646491749015,328.4796583245391,5014.8241560679935,183.74851130539756,2925.384264202649,208.6652024021174,3306.1576949406926,153.08076665356108,3753.916740884392,55.89992124823089,1018.6555652588631,93.43048508872047,1958.6659969561758,212.31713056467171,4495.428574687668,127.57311767094829,1308.8261225389515,83.47667262039184,1782.545482830301,108.75399200298111,3186.4297769243562,140.44136217008776,2133.9732990381417,153.24754227198824,2718.5300130265196,179.92774299079537,3832.285937270196,2115.7254551346823,711.4394083929099,17624.009913653408,6832.841634842294,525.8416060833907,3172.8052688698226 -6529,630.3202940738764,2864.293820452029,126.46138020499986,1147.600512115464,252.10865548289186,2042.6725176018324,291.0283822195538,2407.1574423666084,44.80934610397337,880.3570272722994,353.7960960720072,4885.480128452893,197.91029462976087,2849.9317714974036,224.75295882149842,3220.8841661217716,163.72680028704178,3657.0944604839474,57.74821933073926,992.382059057516,97.05563210590664,1908.1474262317147,220.50128588811836,4379.480972217391,129.54838547264174,1275.0684399426034,87.87461869674675,1736.5694715124578,116.86758544902249,3104.2443107477648,151.08894051099935,2078.933143545014,158.31458230005268,2648.412774588177,185.87694819420113,3733.44233225576,2345.65863357115,769.635193489325,18418.842792720134,6980.041942592982,579.0103328330326,3223.5428816972353 -6530,725.0622888593889,2878.3297039621825,145.1342899129942,1153.224092695512,303.5876693748818,2052.6822146872823,339.8203726717936,2418.953222956717,54.566023776958495,884.6710360495795,431.33686585148797,4909.420420291847,241.2858908086179,2863.8972767367754,274.07486389086597,3236.6674473733606,198.46612196155502,3675.0153006807395,67.42369494375764,997.2450234919047,115.2931287948775,1917.4979107398162,261.73769081980447,4400.94171912892,149.5467296218332,1281.3166509196753,104.71131607701169,1745.0791734974277,142.20802110210317,3119.456022347183,184.02308446369418,2089.1205283795734,184.83953662732827,2661.3907773773794,217.01986307743053,3751.7372995154906,2920.456150197058,938.1511967273061,21818.521226499033,8123.129034413211,711.3320047592373,3731.537914754886 -6531,1011.5362908065874,2964.234475844538,198.1036325250296,1187.6424751608258,403.77178881694664,2113.9452441299986,454.98159861721183,2491.1477406751487,73.31995049954516,911.0743571973102,578.3751372561354,5055.943815683,323.5377526539838,2949.3713077047732,367.40342726644474,3333.266936425261,268.9435277337752,3784.6974370373096,90.2203712511562,1027.0081552609856,162.36479390338926,1974.726316637948,367.8049467032629,4532.289387163228,204.60122073478936,1319.5580012607427,145.984943390223,1797.1616809702812,191.33711688464368,3212.557294806655,247.18344688370271,2151.471072230804,247.335771650011,2740.8209299779282,290.39661252699744,3863.7092311652073,3726.9241063525797,1221.550259720607,29897.04027694177,11479.33640326867,896.8835480528045,5272.700849352286 -6532,1454.1441222271335,3244.23724289815,277.98182367045945,1299.827655525374,542.9074349521824,2313.6293523136405,626.8915367561053,2726.4625466436146,98.26536017468888,997.1348031862046,774.2610448990496,5533.530278560736,433.11453466442447,3227.9700939868803,491.76762466386384,3648.1286564184056,362.0545893018903,4142.20146158963,124.34078600581653,1124.0197539057829,223.16166049335123,2161.2597495826135,505.58480263357586,4960.411244538177,289.6368002781225,1444.203974665216,199.50178266076847,1966.9222878369258,256.62217538752463,3516.016734063007,331.2176440845154,2354.6998850556706,340.87561188043094,2999.7199646683684,400.2216190677742,4228.676741202891,4838.345260398007,1614.7685114235742,40775.403421978604,16046.733870187734,1147.0455191226154,7397.837651659651 -6533,1616.2701990970918,3878.5809491759496,303.3142657207226,1553.9821549638218,581.7799792880567,2766.011871968297,684.2147435924062,3259.566086050771,103.88456709206956,1192.103955980552,818.2116852451891,6615.498039514908,457.7001201941776,3859.1330946755506,519.7949191592525,4361.445001564423,383.3618451664066,4952.123557467799,136.52040447575817,1343.798642821164,239.39519803410784,2583.849534833502,542.8891978144206,5930.317394407625,320.79199436552585,1726.5882866990273,211.22363227113937,2351.513389106783,271.3648889863899,4203.501316549293,350.13463627519354,2815.11290063519,374.26558014247297,3586.2533584109856,439.4247380141174,5055.507295145085,5057.398590990509,1709.4096730064587,43707.432531884675,17441.44616566423,1191.5676381307687,8086.435294762655 -6534,1465.0404875856573,4296.278279621167,274.2839347430046,1721.3356809552806,517.548323961751,3063.892924353295,626.7336001235782,3610.599639402917,89.14166861812777,1320.485610650426,701.2993440217501,7327.943108183137,392.30042767559013,4274.736020746037,445.75600865375696,4831.14357377655,330.3231855210588,5485.434275252005,126.2870670008411,1488.5168047256002,213.48166903954473,2862.1129170123304,484.8869119512758,6568.973072037143,294.26311811038175,1912.530343235295,182.27857627253195,2604.755716134861,233.02036341156014,4656.190406052152,300.3876905517008,3118.281806713336,346.21126839654164,3972.468954717342,406.486206545556,5599.951752769998,4261.684125960673,1487.4460474241334,39027.81801140247,15814.61917823876,1035.1790236708262,7414.286512789822 -6535,1373.796986825036,4445.539449027703,257.76408880150615,1781.138272863558,475.380231089044,3170.33859920509,585.0684266198591,3736.038982331983,81.39148129703884,1366.3618815998873,640.3413840344183,7582.530284917048,358.20110336120706,4423.248769649504,406.92187382412544,4998.987016975565,301.5677014368144,5676.009066114715,117.90826313005336,1540.2308103123644,193.8847280203034,2961.548356982127,440.9155859213974,6797.192134843932,275.95772511519124,1978.9754142892014,167.0075630405598,2695.2500600540657,212.75795047382096,4817.955631615734,274.2723296867287,3226.6170584629504,323.24109112785936,4110.480350400155,379.5169508512809,5794.505106355915,3897.5371450758616,1366.8178438572152,35858.444423242516,14561.860618606814,949.6133661064812,6842.106422640849 -6536,1277.5717253139376,4481.213973413748,236.96535540528924,1795.4315350151483,446.3737238369077,3195.7799034531263,539.6825671303939,3766.0199138501066,77.4946159980868,1377.3266499534689,609.4381977896,7643.378504724515,340.9141441137382,4458.744415995172,387.28642336664177,5039.102842352308,287.52430229015823,5721.557851850675,108.75909110585992,1552.5908404577822,186.3550867736339,2985.3141632004745,423.02482272779355,6851.7381802342525,255.090960221948,1994.8562781271964,159.75282644600773,2716.878878130333,202.6228220636124,4856.618717983924,261.1230883474596,3252.509985577058,298.1589783945495,4143.466095590377,350.06807443448724,5841.00479803382,3656.8121835965494,1278.6655468988954,33879.05065799751,13806.638868830212,878.2845028538511,6464.259604056714 -6537,1199.10298529949,4554.577426636768,222.45971321343538,1824.8251453662017,408.97334694252373,3248.099085453589,504.0316597788783,3827.674685844007,70.13262201328367,1399.8753253472719,551.2913252611445,7768.510811444076,308.38731636840424,4531.7400125761305,350.3245496827139,5121.599680899671,260.72896943350935,5815.227389685149,101.81954220358801,1578.0088245518655,170.30002106295606,3034.187740152466,386.98809202323235,6963.910278345217,239.5348339792207,2027.5147376685836,145.6699154610119,2761.357811220976,183.4260593574534,4936.12804787817,236.29837710442243,3305.7579147319593,279.1344647637167,4211.300165306411,327.7314173609399,5936.62984178721,3280.449575524224,1163.088139811264,31148.717806087912,12790.592437564163,794.2692534763644,6012.595172270004 -6538,1135.5206891448895,4612.865310846258,209.29687352134476,1848.178617447631,392.5212659902708,3289.6671181511188,472.74789594036383,3876.6599237664673,68.81584929081794,1417.7904386999098,541.1433728707597,7867.9294876991835,302.7106447777118,4589.73563157159,343.84331883734234,5187.14411701393,255.47406865690567,5889.64862989933,95.12094010508629,1598.2036279400145,165.33094900507146,3073.0182104906235,375.0703885247471,7053.03195922291,224.98923553654535,2053.462160050977,142.53374037420534,2796.696699834463,179.9396608067635,4999.298883094468,231.87635414883516,3348.0638449004987,260.7704977789535,4265.194907543353,306.1703072580349,6012.604747996723,3225.361577429019,1124.3208977720742,29894.347511949396,12222.616129610078,762.8280340865794,5709.594604731777 -6539,1092.0741989381042,4547.364544243755,202.020909089276,1821.9352506672199,362.73820858299075,3242.955214901029,454.05513439539317,3821.6129671022763,61.95355921316592,1397.658404842735,486.4794753972565,7756.2081652042525,272.13216136677516,4524.563296783516,309.1092270659787,5113.488830495333,231.35306138154704,5806.018071822833,91.61152748012367,1575.5098019202455,153.77474359636582,3029.3826315160313,349.38115825129876,6952.881842306467,217.6809095512076,2024.3038524463066,131.03252807217072,2756.9847712500487,162.14307408428328,4928.3109206781855,208.70328247331398,3300.522732447147,251.14957439329086,4204.630915896711,294.87439344039416,5927.228264242554,2822.385444073137,1019.4071047014527,27983.78474170931,11634.776452738426,685.4089309500374,5478.881337947643 -6540,1048.4070088721014,4499.668553404788,193.29269284081573,1802.8254990342625,340.27522981100117,3208.940796062123,433.19749110129703,3781.529174546054,57.490348902426284,1382.9987702731319,451.54526717387137,7674.85554216439,252.5902853570963,4477.10646163119,286.897659629784,5059.854925836602,214.37564938625886,5745.120428348201,87.57269350552563,1558.9847355113488,141.75400169251017,2997.6083137029996,322.59405174695064,6879.955076609872,208.82173946786898,2003.0715151084562,121.14902967647626,2728.0675557698937,150.43854584367722,4876.619293530809,193.6761261403468,3265.9045045749453,240.0772621890703,4160.529758909043,281.87440587087735,5865.059282134085,2636.9248007231954,956.2038371035662,26125.688899933102,10887.381537038555,640.7645227064428,5144.4395515416245 -6541,1010.9750830017712,4406.420934502029,187.34265493644915,1765.4651505803927,325.01979123602825,3142.4412117302277,419.6660479237307,3703.16371558999,54.19611467927444,1354.3385832520607,425.3801133262073,7515.807826485875,237.9537380222996,4384.326401907598,270.28998811933735,4954.998441802762,202.6762614873441,5626.063036921514,84.93513037226423,1526.677552711811,135.86002541237278,2935.488218780805,309.34949282687194,6737.380257723183,202.21920510176247,1961.5614245186787,115.30149084461169,2671.5332131261616,141.8793538327644,4775.560041717046,182.55740130608083,3198.2244488106217,232.84648155944095,4074.310187670006,273.3847556000646,5743.516371519324,2456.064799984145,905.7353929990312,25090.671201262237,10514.914057476703,607.5785649047172,4985.008833215283 -6542,1003.9165861922239,4338.775798821202,186.84386564754058,1738.3626264625334,313.0089475728701,3094.2000506391273,415.68843814210743,3646.3146274722417,51.158326527793825,1333.547465339442,401.4601350046585,7400.428962838772,224.57312130630373,4317.020450266919,255.0750230819852,4878.931822912684,191.4654886112314,5539.69457527466,84.3612990413442,1503.2407744899563,128.6154066387628,2890.4240949032855,293.51795173591546,6633.951418662779,201.44330868668504,1931.4485300221759,109.19380931719898,2630.521192403685,133.94282811611967,4702.248069988593,172.31922020491749,3149.1269318023024,231.2733444390565,4011.7634474589836,271.5377373230377,5655.344825947185,2316.891905648452,868.0655254348671,24144.99651737115,10181.447859426731,580.4552011997166,4854.69748481348 -6543,1027.2042719901008,4223.4346723014105,190.4050651800937,1692.150350711717,319.50799508317994,3011.9444707091207,421.9882801844573,3549.3817467982713,52.60552032546037,1298.0967128572202,412.89857115764744,7203.697476151806,230.97167769026385,4202.257663473914,262.32508461571405,4749.231299363874,196.738998683627,5392.428470153173,85.50253584907887,1463.278929859205,131.4930790717631,2813.5856532127345,299.9598616304016,6457.595813905781,204.9675231220718,1880.103298187823,112.1295060749525,2560.5919562010536,137.71475258141987,4577.244471112763,177.19975634350433,3065.411186921781,234.40200244125717,3905.115550260294,275.2110906739642,5505.004298266578,2386.064078980417,888.1390646690433,24625.844244776017,10376.642489045456,591.1522704417497,4938.193985068238 -6544,1073.5251801678685,4207.709292757226,198.43246947844955,1685.849861045029,332.5745253021293,3000.729908713279,439.20753802946894,3536.1661108416743,54.92477075154504,1293.2634278466542,431.072837486873,7176.875496951582,241.13819576050486,4186.611133616599,273.87149066667473,4731.5481882184795,205.52405704796695,5372.350502589437,88.90092352083,1457.8306115267455,137.49569037890492,2803.1096530588757,313.5681480159335,6433.551841879271,214.03700759294907,1873.1029915084807,117.33804937444556,2551.057943367109,143.79243061171795,4560.20172932565,185.0099483611871,3053.997548943792,243.71855507235364,3890.5753882934277,286.1496431787279,5484.507170052342,2481.4396948976037,923.5260823858046,25670.270188253962,10838.533870104138,610.7237764808878,5155.0470694729565 -6545,1159.2324677853028,4255.535248223582,214.06418615875916,1705.0116839675604,360.3740566379291,3034.837011888804,472.82469633268,3576.3591258937986,59.87184435441697,1307.963007785061,469.9317884276186,7258.449794038983,262.8755368874153,4234.197281731906,298.5422175666158,4785.328237454813,223.92245932796587,5433.4140832718695,95.65971473715322,1474.4007063344793,149.46987441404443,2834.9705512595356,340.7109264722749,6506.677322389497,230.2736597253177,1894.3931838727642,127.77038362762661,2580.0539540472155,156.73706218574154,4612.034208627332,201.6761109513153,3088.710106444274,262.2475282712884,3934.796714509883,307.90448686623193,5546.8455535812,2705.5067435263477,1002.4371691554932,27827.45716746326,11733.333107743281,662.692213334729,5571.464814545137 -6546,1225.2922151896662,4439.366258441217,222.92089831785816,1778.6649383795561,376.300523196114,3165.9361853651076,492.82826823987176,3730.8510223687613,62.8704853078129,1364.4645162965448,493.33914624595525,7572.000988053687,275.9693983905914,4417.106532474561,313.3952192378151,4992.045294840603,235.3275414063123,5668.127213723683,99.891777440942,1538.0920061361207,157.67923782584913,2957.4358746504845,359.25224437231964,6787.75337876439,242.13819874706851,1976.227358054755,134.65190793171402,2691.507366396811,164.61412955466085,4811.265294325463,211.76765287180896,3222.13649490483,273.84956980577624,4104.772431508427,321.52642896355354,5786.458707311199,2805.027107619333,1041.161276256798,29144.85034869965,12373.23459968941,674.528427854842,5872.612191826149 -6547,1244.7213935904917,4264.112730840023,225.842277922702,1708.4483158427552,375.02886962630384,3040.954047747942,497.9287857350237,3583.567657005204,62.11566151840432,1310.5993459441463,486.88642383504464,7273.079969398631,272.3598045943741,4242.73175541387,309.3100743753159,4794.9735740286,233.58845668919722,5444.365705601081,101.08054199077168,1477.3725173266525,159.66304461574083,2840.684735070303,363.76067740992113,6519.792220602802,245.89704456742976,1898.211534246,135.12745043861406,2585.2543264209507,162.74874529941584,4621.330252707203,209.18706227702324,3094.9357292390355,277.1085233343956,3942.727714595483,325.352762125071,5558.02580906887,2698.6868748327697,1023.9619852134492,29357.914356458088,12601.66558658196,654.2734346488559,5996.108896570477 -6548,1174.2893013312575,3937.3237001265816,210.02541455325735,1577.5178727706555,348.9996271407238,2807.9042931013523,462.23147859571816,3308.933594763123,57.97686457338612,1210.1588752180392,454.02086623154605,6715.692558809956,253.97511278828944,3917.5812996341274,288.4625822320681,4427.500933068498,218.7977383820422,5027.125565837611,94.00464538383557,1364.1510423294976,152.3418715862824,2622.98303022977,346.6708928944455,6020.134562676835,230.24649653142035,1752.7381974650739,127.44517921895398,2387.128055187872,151.99356522249852,4267.165124058884,195.21831780917353,2857.7489776403786,257.71021757349115,3640.568684206561,302.5772361906309,5132.075094002268,2444.187812202817,939.6556120821102,27567.768251206413,11967.594710215668,584.4949795830842,5692.650484284592 -6549,961.4278124709399,3628.469403500917,171.09450616633958,1453.7731136101802,282.9780244039068,2587.644702707471,376.51381704474,3049.3719138277356,46.894830775718994,1115.230747210998,366.91531380780583,6188.895510972925,205.24906483166677,3610.2756501815675,233.13899867715963,4080.195811458004,177.57186172069214,4632.784269836026,76.53704893916029,1257.1433531582215,125.68550107628396,2417.2291627393665,285.84023467878455,5547.898961146885,188.4213911481132,1615.2486831714923,104.13862591379996,2199.875288437519,123.00796568224641,3932.4371760025933,157.88003789279756,2633.5794356762635,209.82345557505414,3354.992651877319,246.35345029640789,4729.5012737859615,1928.8266761817438,753.2650267965171,22539.962082654234,9864.744118276201,461.38111332977525,4695.686155311231 -6550,734.7560234865276,3290.2437313999367,139.1215783678179,1318.260495546288,233.7117996461737,2346.438901747062,303.29565184133617,2765.126478536172,39.59968665079687,1011.2751595852134,310.57124194727527,5612.00120348837,173.73070726254184,3273.7458982497196,197.22477004201224,3699.862724095472,148.65175392783007,4200.941969649536,60.74360907763443,1139.9594642327786,99.76780331367348,2191.908547550829,226.89512027930687,5030.75477548233,146.1074496581903,1464.6842134948877,86.18123589105718,1994.815188646621,103.71843255622957,3565.877324191507,133.37245433364146,2388.091855209554,166.5263312007352,3042.2589566502897,195.51835205492083,4288.643554141063,1761.247341189426,652.9291733377883,18376.3080618311,7709.15471196241,438.55885589429204,3637.3184825070102 -6551,588.1527528618006,3093.4165357818247,119.94113583376308,1239.4002232946275,220.59679741117867,2206.07149239298,246.806855869886,2599.712565546786,41.61345126583017,950.7791994349525,332.57753341177323,5276.283077762134,186.04082508408146,3077.9056271569075,209.92391430290218,3478.5315208153274,148.77114079407315,3949.635472519996,49.38146464568523,1071.7654206359548,87.69204988062381,2060.785370155629,198.7586392723438,4729.807661792577,111.80529864733835,1377.064660129564,82.1994628928401,1875.482424447213,107.69118427956603,3352.561323634854,135.45477618073448,2245.232705216019,135.37743742316698,2860.266573208598,158.94647578880256,4032.0906198670664,2041.6005563245942,669.821566713645,16723.583893693765,6491.107121522794,478.39226869514624,2948.7202352265426 -6552,585.3750016833088,2965.339146813186,121.43086622990688,1188.085069757891,225.26381008464827,2114.733040763339,251.57541291821963,2492.07610805302,41.922113672878915,911.4138841142518,335.12238703919905,5057.827996707751,187.46439288707654,2950.4704396681636,211.56603551615348,3334.5091334395083,149.71123188513016,3786.1078670886027,50.76609179838006,1027.3908868238652,88.18254310187388,1975.4622310370253,200.0565178776453,4533.978419710521,113.25405285803627,1320.0497563588358,82.21396830479453,1797.8314229731868,108.47362737127101,3213.754507377931,136.46496419822688,2152.272853484192,139.17334094816988,2741.842342196254,163.40324125295857,3865.1491062674454,2069.726288441605,682.5557414748198,16944.48326038554,6539.419503675375,495.72474715232244,2981.6032677351664 -6553,588.6107246700185,2893.8601397168563,123.42943755233908,1159.4464766905405,238.95287949134033,2063.757752425742,259.75591944224306,2432.0050278180493,45.07799284898402,889.4444039755942,360.84618482383655,4935.909893796244,201.8540496839617,2879.3498402853916,227.81254756346755,3254.1313451962824,160.05906505339303,3694.844366456665,52.41315027529622,1002.6258003180235,91.55996856074707,1927.8440424117623,207.66883024666075,4424.6876237537135,114.93634250907343,1288.230176462322,86.53343426676459,1754.4949954421875,116.53557523229445,3136.287489318428,146.77276473428688,2100.3926742025856,143.68869012808725,2675.7506884151053,168.70470693856103,3771.9803297070393,2300.5738772923914,739.2609185209789,17699.127372028677,6676.8523103355365,546.4375458756294,3019.6870400262824 -6554,679.5347165522279,2906.5964021657023,141.62138280720274,1164.5493544764604,287.64068385409126,2072.8406241253765,304.4908319124998,2442.708604637845,54.88113538603857,893.358966814073,439.8255727772504,4957.633488163661,246.03439568856263,2892.0222409811304,277.7382501313694,3268.453209023292,193.9531144887898,3711.1058667665716,61.174997797314326,1007.0384894993617,108.72230619551986,1936.3287398398152,246.41657424745625,4444.1612610787715,132.63097153958773,1293.8998483986973,103.10220921369499,1762.216760713582,141.7726532268536,3150.090706699521,178.72701599884513,2109.6367810538914,167.7089672327474,2687.52702222876,196.90688350452726,3788.581315626053,2876.850805047454,903.7201046178528,20977.41536725368,7771.732112765055,672.553263280398,3492.6549154808945 -6555,960.078745272929,2997.9595686386215,193.40797212492285,1201.154683121224,382.70633774866553,2137.996310299311,411.2941566119906,2519.490366537802,73.77210042740238,921.4399566426897,590.0117540933088,5113.466989283158,330.0471694969268,2982.9272972349913,372.4742727890055,3371.1906356651343,262.989058372589,3827.7572129429404,81.93575715365525,1038.6927725268276,153.21903869151203,1997.193442236222,346.5492109599133,4583.854768173841,181.62798842519413,1334.5710565376921,143.76916796669502,1817.6085939761847,190.8263294777895,3249.1076398473574,240.16295043214294,2175.949082370031,224.62381212012045,2772.0041717048284,263.73052994892504,3907.667950832037,3681.620699129539,1180.7108957942273,28850.21934329313,11015.502852575184,848.9772195504971,4981.111222088593 -6556,1387.9496125988612,3272.1790389879175,271.5456767415829,1311.0227428704925,514.796280399503,2333.556057652828,568.6110388636661,2749.9448800307528,98.89256589793322,1005.7228734346522,790.0269060267703,5581.1891774401465,441.93381293097735,3255.771785231099,498.67321715035405,3679.5490672561223,354.15493510175236,4177.877196727631,113.04933074896746,1133.7006521918927,210.66763158079897,2179.8741340121296,476.55170711040125,5003.134013910141,257.39096425914875,1456.642538787018,196.49359621808222,1983.8628927854288,255.99241110273798,3546.299298276355,321.87932842883083,2374.9803205216194,309.9205098311414,3025.555795189903,363.8772734214788,4265.097266086171,4797.741623912057,1562.681544908309,39386.34569050687,15406.186619390726,1087.5881716989409,6988.309348902889 -6557,1542.9935865253103,3902.363965433312,296.3692271896893,1563.510996398215,551.8315116264614,2782.972741466987,620.3790023185459,3279.5533737295195,104.5553574514685,1199.413801549606,834.940986755284,6656.063519386549,467.0583381834998,3882.796858905995,527.1334275626064,4388.1888851489175,375.0344805099161,4982.4894146251045,124.20773949535733,1352.038662918109,226.02821066500167,2599.6934056457326,511.78854965579416,5966.681424667837,285.24091786912294,1737.17552925769,208.0506659043129,2365.932601157627,270.7190453255652,4229.2767074614185,340.2880468930181,2832.3748520445943,340.51086985073835,3608.243855204466,399.7933759181387,5086.50708959702,5022.67538737513,1653.4368844497785,42199.10308075016,16735.16970636869,1130.591298205172,7620.7152881418 -6558,1388.0112972055026,4305.440593606142,267.9827481855959,1725.0066298454544,491.1498259535668,3070.427032984578,564.5393159282747,3618.2996638001177,89.73615786147812,1323.3017000631648,715.8059824250187,7343.5708006302675,400.4153082872008,4283.8523933541,452.14669855982805,4841.446550317756,323.23792474717726,5497.13260294465,114.90272879014199,1491.6912402367957,201.64560060994899,2868.216706268838,457.26729483537764,6582.9821724555995,261.64478826123684,1916.6090370186173,179.56847337547575,2610.3106611761514,232.51497151171822,4666.1202745796245,292.001474773914,3124.9319059730287,315.0015312050436,3980.9407075903646,369.8428941051152,5611.89430232573,4193.620120245956,1431.631757772467,37624.753979690744,15159.548174384692,978.2289645184259,6998.806129327828 -6559,1296.5808221089467,4424.030766476054,251.86295901860706,1772.520660056187,451.1820411387014,3154.9996718840293,525.0566756932963,3717.963048602694,81.9339357105654,1359.751065455081,653.5839865736759,7545.844020245117,365.6088938917048,4401.847935234645,412.75631681352894,4974.800610340154,295.10059161427733,5648.547049735568,107.29244966185858,1532.7787708163426,183.1287626001604,2947.2196114604517,415.77099898155836,6764.305541541313,245.3989134414205,1969.4006136488035,164.52119232188392,2682.209735341236,212.29559845905118,4794.645102170085,266.61406954840527,3211.005841236795,294.13823575898516,4090.5927713998412,345.3473256587584,5766.469775142336,3831.732501166741,1312.762683454839,34521.8643331291,13944.211553525056,897.0295076429115,6432.691947198486 -6560,1215.2238857243503,4428.3195046327,231.5578970052738,1774.238974731083,423.629786831147,3158.058187566052,487.66692163164174,3721.567311509809,78.01691994613628,1361.0692335659694,622.0934434461407,7553.159102549462,347.99337258546274,4406.115168939856,392.87127816944667,4979.623275083119,281.3880676064928,5654.022856876284,98.98756939038341,1534.2646752205144,176.03774914315,2950.076701266307,398.9747187432582,6770.862985829236,226.88121007109135,1971.3097874324676,157.38107980712655,2684.8099196173616,202.1976398236465,4799.29312079443,253.85089491480696,3214.1186503467316,271.37071727152454,4094.558268528601,318.6160113798031,5772.059898778276,3609.637580997663,1232.8611037913618,32695.364730249148,13244.141857334236,831.0687728603976,6108.06929700375 -6561,1136.599811775189,4499.278665825766,217.40301299390092,1802.6692876909435,388.22614772195897,3208.6627475473597,453.88514499171197,3781.2015123555248,70.6112544750423,1382.87893610403,562.7920068770195,7674.190530772737,314.82069229400423,4476.718529013791,355.4094185679495,5059.416499191656,255.19801985501758,5744.622624772579,92.68848600164192,1558.8496524986679,160.8919405701438,2997.3485767391735,365.0204378032587,6879.358941806439,213.07870128490137,2002.8979528350656,143.51238938559356,2727.8311739915243,183.0566287184076,4876.196743899075,229.73686749328098,3265.621520264992,254.10201587918596,4160.169257050763,298.3408512053523,5864.551086088712,3229.8302039087826,1118.752257514836,30029.503917594997,12260.392095981908,750.7401788089223,5670.592980354268 -6562,1084.9114499982304,4568.938205957525,204.55806575293875,1830.5788978566763,372.51742128180763,3258.340482142852,428.72907968501863,3839.743509430928,69.28067453290703,1404.289192703289,552.3894727026794,7793.005261524474,309.0016099858693,4546.028784544094,348.80847423137305,5137.748305875615,250.03051786741807,5833.56305278199,86.60319995554131,1582.984354523771,156.17869043288064,3043.7546651319917,353.7613759818562,6985.867788197172,200.16849299003323,2033.907579196967,140.4162192927381,2770.064491652112,179.56471699016268,4951.691872785396,225.42197089202924,3316.181112199999,237.41943190119053,4224.578576597377,278.753850735957,5955.348292058431,3197.623164761059,1086.4492615250042,28877.870483343435,11731.62149209587,723.2043188956204,5395.757025980924 -6563,1036.1354782880928,4501.358055741969,197.46274859187585,1803.5024106463063,344.42587680827154,3210.145665467608,409.0063042614178,3782.9490352097196,62.38870230753574,1383.5180484437267,496.7377753495682,7677.7372402766205,277.87056037259475,4478.787492520679,313.6645755519824,5061.754762818267,226.51372403274183,5747.2775637629275,83.42199812906507,1559.5700915932503,145.32100371407773,2998.733833547816,329.6444350275342,6882.538311362316,193.6960823047224,2003.8236136166352,129.10197614519893,2729.091870440354,161.84857000587198,4878.450330549686,202.9480951668934,3267.130762293264,228.69828613760734,4162.09192391479,268.514364671311,5867.261451304384,2775.0776970187653,980.0409124051318,26992.451656090187,11157.487780576552,647.4585834642667,5176.835606334681 -6564,990.8488592768333,4442.095458888073,188.94815958420665,1779.7584127319826,323.1392659328313,3167.8825159782637,388.7083208220191,3733.1446471081126,57.89147266994557,1365.303351605642,461.0431304381969,7576.65604629334,257.9033030468486,4419.822048253265,291.11135416772294,4995.114267179504,209.87557668836547,5671.611822657473,79.75999250203799,1539.0375828572285,133.95120625117693,2959.2540249991516,304.3344524234678,6791.9263031135015,185.8441435602207,1977.442288356673,119.36161247991113,2693.162031202428,150.1583601082235,4814.223128085237,188.3266458802793,3224.117375924729,218.6590347469651,4107.295932860227,256.727292479122,5790.0160631972285,2592.3741411190804,917.1892972127931,25156.126454488378,10426.269465306776,605.2645766739896,4835.313010249248 -6565,952.1405705236742,4376.72465691296,183.12494473886474,1753.5671172411453,308.7129799023541,3121.263297064793,375.38450435641323,3678.2069129398237,54.5811785936321,1345.211263117271,434.38926443093743,7465.156397845946,242.9933746076007,4354.779026428173,274.29745199244684,4921.60512523851,198.45890297086478,5588.147201788777,77.35139836559506,1516.3887852362966,128.40637524441982,2915.7050264121876,291.88668371630854,6691.97490101069,179.95557147575795,1948.3418357784353,113.60707720209415,2653.5288978179656,141.63310625018124,4743.376017823261,177.53753260110324,3176.670593099658,212.0559640538685,4046.8521104423726,248.97463564036565,5704.808980863449,2401.078074721165,866.4587530373674,24144.634073111603,10066.717249161304,572.5791038738487,4690.112965837206 -6566,939.2755900337345,4289.97513071044,182.65289619529767,1718.8102777071078,297.3870686715496,3059.3978306717872,369.4797453262635,3605.3024622409707,51.52362942291082,1318.5483019155886,409.97891961785365,7317.192148023199,229.3384513690237,4268.464476879659,258.8673980821433,4824.055714151846,187.49185271874117,5477.386493700953,76.84122199978304,1486.3329743343497,121.56454186563539,2857.9138584921184,276.9406749871569,6559.33561078143,179.28957823049382,1909.7244347803241,107.59057814269205,2600.9342310991397,133.7150897485958,4649.359223438758,167.58679906335652,3113.706918101824,210.65733463829628,3966.640872424909,247.33250663592258,5591.735960520687,2255.981048553637,826.6812699908029,23177.82384029572,9730.283665558733,546.1518652507194,4542.5038486573585 -6567,963.7792583915052,4182.951563855456,186.14745034568386,1675.9304937777413,303.5403211626231,2983.0739224227736,375.92464738988554,3515.359672983779,52.97921457875247,1285.6539987921533,421.642764918005,7134.647499351766,235.8630995646869,4161.9775441142,266.21502963786173,4703.70824510948,192.64650111584103,5340.740144540857,77.88998641510362,1449.2528860819277,124.27699681153568,2786.616444036137,283.00820573224576,6395.697484247936,182.4464790780469,1862.0818460722492,110.4805542981277,2536.0477806918257,137.47555525373008,4533.369971165371,172.32698683306782,3036.028141334391,213.53248303710168,3867.683642682327,250.70821468638192,5452.236893702764,2331.3948988135103,847.2750757397407,23653.420339625307,9920.166307394444,556.9883510647501,4620.731982275434 -6568,1008.9942242049104,4178.597840233541,194.00915511208441,1674.1861421953572,315.95784824508826,2979.9690623248957,391.81856882609105,3511.7007961801255,55.31563997363355,1284.3158570282092,440.2081516195776,7127.221574648173,246.24840678773734,4157.645650791727,277.936516885424,4698.812504533786,201.25376734894587,5335.181364772352,80.99775682842693,1447.7444663864226,129.9525576946732,2783.7160619369392,295.8573381620566,6389.040677734468,190.54488175579684,1860.143743372415,115.61242525248646,2533.408196904982,143.54449460711118,4528.651523048283,179.9246825284954,3032.8681651228703,222.05231932940185,3863.6580580251334,260.7113435587778,5446.562065248735,2429.290682073533,881.8389844240163,24666.58848843388,10364.193995405825,575.881932828852,4824.387235143504 -6569,1091.4780809235224,4227.788395923326,209.29418226813473,1693.8947022941018,342.34573944576505,3015.049330806999,422.46635640926036,3553.0406236019253,60.29715317044447,1299.4348546211645,479.88377865014843,7211.1234008554,268.44258903683334,4206.589556796387,302.9696881275552,4754.127039939569,219.26534853552067,5397.98724992168,87.15551340611586,1464.7873495547103,141.26632806769666,2816.486035311933,321.46477212805604,6464.25262041925,204.99892739868793,1882.0414008876576,125.89067257315843,2563.231539987897,156.46481640557838,4581.962919229852,196.13026193684308,3068.5711631333024,238.93357855782804,3909.1411349174887,280.5316083850964,5510.679126720608,2652.5371296616645,958.3069402755751,26754.561989637637,11224.269553208107,625.2621727451614,5218.792141795578 -6570,1158.961151851075,4433.25805332,217.99481733334727,1776.2176408030425,357.5076248307973,3161.580115940981,442.01726143716513,3725.7176763020793,63.320158485040814,1362.5871246462582,503.8141341169517,7561.582533589574,281.82901063280826,4411.028954916882,318.06034004764524,4985.176648538372,230.44907524230857,5660.32833396044,91.05419204422711,1535.9757172512109,149.034591712215,2953.3666846121855,338.99204078355103,6778.413984910393,215.64300744167085,1973.5082307364794,132.67392370952027,2687.804072250274,164.33615888634327,4804.645386527936,205.95425402839152,3217.7030984482944,249.62166015182063,4099.124600145134,293.0804712875462,5778.497013084573,2764.544152138929,997.6985007855941,28050.82163805223,11843.315497266742,637.8357772241667,5502.616732678423 -6571,1177.1064936013258,4269.961013009609,220.87119548124943,1710.791473365524,356.39817932619906,3045.124752993924,446.3693238239268,3588.48256337726,62.572526894246074,1312.3968487941345,497.33660066900075,7283.055086518631,278.20553776979176,4248.550713317132,313.9834359671048,4801.549938263488,228.81442585005942,5451.832718996503,92.15616557481677,1479.398751597719,150.95281718187292,2844.580768532405,343.3434566247664,6528.734194466999,219.02621553528164,1900.8149543173183,133.15408966420415,2588.80003398907,162.50662822302033,4627.668463027302,203.485429484666,3099.180471013899,252.64267934899874,3948.135213329284,296.6274460554376,5565.648708670512,2652.016130994602,980.0233700277655,28263.776238744365,12065.537213192243,617.8999242610801,5629.707075413508 -6572,1117.2830864401014,3956.4930698103967,205.44316708218724,1585.1982225689192,331.7220381954657,2821.57493832402,416.57671836921236,3325.0435659435902,58.41336935020661,1216.0506902228503,463.8555664818658,6748.388776633889,259.4765540018749,3936.6545508876816,292.87573054950167,4449.0567940099545,214.37764313909028,5051.6007768585905,85.74512794028385,1370.7925881170931,144.06576547463504,2635.753362366605,327.3082328265096,6049.444366433777,205.16170879186606,1761.2716300769446,125.59491517561756,2398.750096873455,151.79361363720628,4287.940369376493,189.93018979020098,2871.6622981565893,235.06705958126105,3658.2932637133545,275.99193340975455,5157.0612653751905,2410.331381399006,901.9226578735353,26593.191095315593,11473.466755392179,552.8100523026051,5366.440439118988 -6573,916.8427232558905,3642.7652036595528,167.37620561499426,1459.5008317185695,269.0143108113666,2597.8397594759717,339.9996971554474,3061.386128815294,47.255538747505696,1119.6246428512677,374.93140232458916,6213.279129405034,209.7331913038027,3624.4997688038134,236.74743672524824,4096.271367689077,174.02400589361147,4651.036968352858,69.82635428840129,1262.0963700226237,118.8830422908959,2426.7527996246076,269.93842009509893,5569.757118410754,167.9216793879947,1621.6125985896133,102.63464272615758,2208.5425731794217,122.8659623972963,3947.9305782482575,153.62817769001563,2643.955470617607,191.42633731079286,3368.2109814679325,224.75341731872845,4748.135027454884,1901.081311211045,723.5008982065692,21764.898020186392,9464.249652503955,436.2553980298514,4439.969510889143 -6574,692.6509580726353,3311.492490999954,135.99776095499283,1326.7739682999143,221.97627461171544,2361.592464889978,271.3830853628117,2782.9839725708334,39.88681682398012,1017.8060869297212,317.2002884086654,5648.244130816187,177.43893511709982,3294.8881130101604,200.18397174700985,3723.7568486635387,145.59604223755974,4228.072119660862,55.30881583497341,1147.3214491149565,94.30779161714126,2206.064136496306,214.12335189062642,5063.243948795147,130.01148433588563,1474.143306888328,84.91534029270375,2007.6979267810327,103.5534173108909,3588.906156159727,129.72381418171892,2403.5144177540365,151.62704890128884,3061.9062030211103,178.025123800962,4316.340090729656,1717.8742425673147,624.6348719810311,17701.273726325588,7388.256723014372,412.90244386179734,3433.0782665476568 -6575,524.7005563033366,3080.420350381347,110.379035650365,1234.1932054549625,219.06543319089718,2196.803256515201,242.08747568665606,2588.7905490323633,41.87182256688335,946.7847477961752,339.8281243630675,5254.116146050602,190.09673923164308,3064.974606806751,217.4444219481903,3463.917374920974,167.17732421057858,3933.0421058422685,52.6608645805982,1067.2626768407727,99.50489488852463,2052.127516151378,224.96665698948806,4709.936604477717,106.03830824311223,1371.2792809462312,81.98116144452628,1867.6030725974003,107.27336956829366,3338.476408776333,148.63755153233726,2235.7999436830405,144.36778962635967,2848.2499067654503,169.5020367891989,4015.150839323068,2136.688986477259,681.5315458887488,17182.82321128941,6738.410911697474,507.54458188274106,3064.453459293844 -6576,524.2644048097793,2956.891628824135,109.71670125616508,1184.7005091722701,223.6561757140908,2108.7086892408197,243.55582673604246,2484.976799437516,42.18455610137801,908.81749132397,342.44337170995306,5043.4194953956385,191.5596846363501,2942.0652789491796,219.15840498229798,3325.009941443322,168.2322082267368,3775.322181967192,54.15744948964836,1024.4641042305288,102.50918309446423,1969.8346276138855,231.7432517035892,4521.062236310846,106.288522006514,1316.2892610120327,81.9898375637135,1792.7098457994025,108.0584168684718,3204.599315452365,149.75319235548506,2146.141560317711,148.47062115084134,2734.0315113394404,174.31916602420657,3854.138252200163,2167.3150114717887,693.9958463004451,17387.563238632487,6789.4448651137955,527.417196162306,3104.3787340508707 -6577,522.7304100832604,2881.708708636543,111.96643590279534,1154.5779159195988,237.20888427991662,2055.091953498252,250.9089145842924,2421.7929442840477,45.37389091346686,885.7095923907686,368.82391466373866,4915.183816516308,206.3167186636961,2867.259338515751,236.05007487966176,3240.467121336691,179.8694814138238,3679.329571510191,55.94086690324028,998.415735655707,106.25900750403247,1919.7489504294485,240.18730771173492,4406.108188633805,107.07150872337142,1282.820847936033,86.29107821585485,1747.1278028383474,116.1253682170953,3123.118096384936,161.1100974802215,2091.57304381621,153.35979325296978,2664.515107388872,180.05953672371322,3756.141637856086,2408.5122778370524,751.697374217625,18175.229286663383,6935.89106579929,580.5881057139264,3145.147286983231 -6578,598.1171186864667,2890.4161495772255,129.57572161391528,1158.0666165589646,285.5296588188405,2061.3016691989155,296.3191376719776,2429.1106925941785,55.255357695692695,888.3858739813487,449.64597770114636,4930.0356551725345,251.52784022752172,2875.923118889153,287.8496528540645,3250.2585954002207,217.96500797232449,3690.4471229994215,65.30896864887578,1001.4325728628872,124.12047506736083,1925.549710428786,280.55536376591493,4419.421792023281,123.97252677930658,1286.6970505297934,102.80122173603492,1752.4069665905492,141.31022913479737,3132.55498578793,196.23205348492135,2097.8929916643638,179.04209362504758,2672.5662708751775,210.21309267802812,3767.4912865483525,3010.5886350000183,919.5966052844929,21569.74907345038,8074.5734356370485,712.9402378580163,3634.3205532764136 -6579,898.5070929379502,2983.9886705937374,190.06391459269702,1195.5571394486649,380.51044104383925,2128.0329576297177,421.46625033417337,2507.749199844233,74.24174446281687,917.1459215184659,602.9550392330636,5089.637539843453,337.2875246165168,2969.026451612882,385.87559350946435,3355.480430246276,295.5316985245913,3809.91934537394,87.40836276999349,1033.8523233837727,164.6579941938446,1987.8862500214639,372.313479045679,4562.493383487858,182.7543234766475,1328.351774476791,143.376109093477,1809.138291501933,190.1163467865123,3233.966357740683,263.5746191190069,2165.8088646370566,239.62675562702665,2759.086256444061,281.34546669371787,3889.4576883903974,3851.5554133864403,1205.9052650000572,29707.277371568114,11423.788928552953,898.6478594944654,5159.648123361176 -6580,1274.4766205408764,3262.49687909968,266.1385919424813,1307.143513872829,511.78548935416944,2326.6512206652565,582.4357672382384,2741.807976244298,99.49748029582665,1002.7470064213168,807.1875052346807,5564.674810304787,451.5332949008676,3246.1381733142002,516.4978749721411,3668.661526580228,397.96442542209064,4165.515136299346,120.49445179907204,1130.3461074530094,224.73441632899426,2173.424031603226,508.3548370537559,4988.330073512082,256.9680981221313,1452.3324305097808,195.97450321917037,1977.9927745873026,254.97542192425652,3535.8060347940254,353.17524711644245,2367.9529118985815,330.3310305862503,3016.603377057895,387.84123968343437,4252.47712728047,5017.148925404171,1595.1095164616597,40571.167114602424,15978.575670395976,1148.8189631457228,7231.032844173134 -6581,1378.1806050482048,3875.0719798741984,283.8108870183851,1552.5762604501606,548.3363110571909,2763.509448820708,626.8378685037695,3256.617142227538,105.18594718508979,1191.025454270559,853.0151270413138,6609.512969242909,477.1688466625412,3855.641719933594,545.9454436414078,4357.49918302349,421.4126685444774,4947.643349430547,132.31688224787396,1342.5829022585244,243.9522191491708,2581.511914756241,552.0810114296992,5924.952210089108,278.38068993684254,1725.0262346562363,207.49055077643314,2349.3859645659113,269.62009610833627,4199.698390357233,373.3441224695058,2812.566055570272,362.7417812546647,3583.0088591707054,425.8946605079924,5050.933555384099,5251.46578171542,1685.0426624439172,43454.38793537286,17363.243849476232,1193.1995686449338,7887.954995277014 -6582,1258.1106848112972,4266.387058242588,249.55755245285698,1709.359541944374,488.0636459645846,3042.575985430479,563.9430688370251,3585.479005657487,90.25543014711809,1311.2983734310856,731.1492075938667,7276.959173847382,408.9981678705904,4244.994678957913,468.2055012592089,4797.531043889824,363.1756550249042,5447.269538331458,122.39987746593916,1478.1604957437453,223.99809603204588,2842.1998561618007,507.07556449035536,6523.269647922934,254.61110309191292,1899.2239733583565,179.06352001237957,2586.6332099374804,231.51370751772333,4623.795107342498,320.2942188510894,3096.586458847396,335.5546837490639,3944.8306265605684,393.9743241676451,5560.990264091437,4388.471329028802,1457.8204627207408,38656.15496561385,15721.388101700728,1037.657187161663,7257.031987857754 -6583,1143.8878639314005,4389.330954734416,228.78642602809154,1758.6179237374913,448.0034663963372,3130.2534844278084,511.82432463214565,3688.8012672637174,82.40846384423124,1349.0858805869461,667.5962956869166,7486.658318165825,373.44725122756506,4367.32211416093,427.4097120260668,4935.780844487917,331.56796134288675,5604.242764890882,114.2820250577768,1520.7564460187978,209.1409166746571,2924.1031434526126,473.44273309102766,6711.2498235221165,230.75292666280856,1953.9536526883774,164.0683424849613,2661.1718678894085,211.38246161999058,4757.038383050048,292.44830627894936,3185.820370322683,313.2998951501087,4058.5082750272395,367.8450053937073,5721.2405653620735,4010.141430774595,1333.5886508366739,35443.17536985374,14475.618869552436,951.97766669153,6681.230847589881 -6584,1109.6680766883887,4405.901088598765,220.4627816269856,1765.2568704729028,421.0896244988322,3142.070483373939,492.6339559160557,3702.7268362007353,78.4620041969087,1354.1788056514638,635.38375873753,7514.921151797645,355.4278531923543,4383.809162598762,406.78852914951244,4954.413877668075,316.1541302478596,5625.399304185872,105.41897544168741,1526.497443484123,192.163392017777,2935.141905628409,435.0794032061499,6736.585417743579,223.3758954673645,1961.3300100247634,156.94792975413108,2671.2180399693257,201.3102691304286,4774.99664676219,278.42601358566094,3197.8471394472763,289.00217629163393,4073.82952241102,339.3170848201363,5742.838782269354,3776.167594980837,1256.4129154845004,33620.17702721369,13734.663999242339,880.0929870953646,6325.64666167719 -6585,1024.2628188696096,4477.380095695095,202.92622512406086,1793.8954635402536,385.7417967222209,3193.045771711536,451.2216183543784,3762.7979164357066,71.00718547043435,1376.1482857901215,574.7675211166201,7636.839254709151,321.51968523885535,4454.929761981534,367.9674847289433,5034.791665911301,286.7259166458538,5716.662804817811,98.69646561016333,1551.2625299899648,179.4339390903545,2982.760094253672,406.3022886000525,6845.876213700387,205.67592388931368,1993.1495899212769,143.12274030727895,2714.554467500325,182.23521592815095,4852.463664821693,251.95464098717665,3249.7273187288824,270.57266715144095,4139.921176192169,317.6790217565352,5836.0075588297605,3379.649464282009,1138.2817175208029,30850.147132088186,12719.614670883651,796.126050682468,5879.811995640459 -6586,986.583337324415,4524.491261468677,197.17805619839947,1812.7709006836353,370.3308390033724,3226.643122273391,436.7667586327807,3802.3902210033116,69.67474037968181,1390.62817104338,564.1824679996391,7717.194371412494,315.59850350646286,4501.804704479307,361.1555086444482,5087.7679376904725,280.9266940152841,5776.81375097679,92.20623337692994,1567.58497406367,167.66224037413025,3014.1448108200225,379.6444066107146,6917.908786829292,198.25861534160532,2014.1215866549496,140.03829532854667,2743.1171141344103,178.77359397752338,4903.52147435265,247.24100055830695,3283.921074711042,252.77993835490562,4183.481586220497,296.78860167837183,5897.4142550859615,3343.7029636672487,1107.7366339423859,29721.39596400343,12165.175706267355,764.0294034709234,5581.270634899629 -6587,945.5187640404367,4452.817310582837,186.2094470614575,1784.0542019446254,342.3298380397246,3175.5288096784125,409.0834998920543,3742.1553096730763,62.724215510232796,1368.5987738201716,507.2084097220905,7594.943762805162,283.7277373076524,4430.490138787835,324.68028499612797,5007.170936124774,254.49215775191826,5685.301348557042,88.80757677480116,1542.7523460514878,161.31596673660647,2966.396753712847,365.28964717693617,6808.319923470768,188.85566644597503,1982.215225621741,128.76373478360287,2699.6624957142267,161.0849256082099,4825.84318147728,222.52769361271473,3231.899403274459,243.46264846124257,4117.209681510209,285.84918355457353,5803.991380502869,2904.116968266191,997.5816293816337,27725.34822741994,11572.447685611922,687.1145047579058,5365.745358985326 -6588,867.5636859534195,4385.757006270544,171.14955851167593,1757.1859948417446,320.82414137374906,3127.7047213594565,376.7972293258216,3685.7977148411214,58.20590061763894,1347.987407161206,470.7829004027265,7480.562416245538,263.3516411283231,4363.766086073255,301.3476658773754,4931.761957202113,235.79886032443775,5599.679592273619,84.89600056303601,1519.5181923486546,153.80710201078975,2921.722235281067,348.3236218743677,6705.785286615514,173.34303083926955,1952.3626745353242,119.0472992232075,2659.0050476593037,149.45796744658142,4753.165034196427,206.50590422330689,3183.2263627310695,232.73920865171772,4055.2036940866064,273.2588066165798,5716.582128998791,2712.9491908970363,930.5182961099932,25816.69494631544,10825.567464847783,642.3647393772176,5021.25643753894 -6589,842.4357192811111,4300.0471781777,164.83462276631226,1722.8457180480902,306.5261937632112,3066.5807161741227,362.3820030561323,3613.767028217955,54.869590375386245,1321.6440030980264,443.5101374831699,7334.371526550212,248.09550742672758,4278.486021413956,283.9078282860194,4835.381681472686,222.96665504212018,5490.246357704861,82.33759300805015,1489.8226020859145,149.32466888233762,2864.623697864848,338.1582007053252,6574.735685982924,168.0079871033039,1914.2081053309523,113.31118344874304,2607.0407310756354,140.95148986357864,4660.275036552823,194.6486689048352,3121.017311034816,225.7254300778512,3975.953792415198,265.02393818134436,5604.864295371761,2514.112192948451,878.7798662578065,24752.820010775515,10450.411091359689,609.4527255168357,4874.532363962512 -6590,800.3619771740348,4210.373507738811,156.75961714486172,1686.9172984899667,294.9383023945284,3002.629894910579,343.4246904967215,3538.4051216844855,51.793769943301655,1294.0822895026952,418.5725495478238,7181.419712791985,234.14564921620791,4189.261989778039,267.92611232159976,4734.544084724649,210.6451631413622,5375.752138895436,81.78417646544902,1458.753672956519,148.00890883027498,2804.8845111141986,335.2074537014103,6437.625404002835,159.45261282380153,1874.2889928942277,107.31225131425496,2552.6732086620077,133.06605843544878,4563.089133592679,183.7318676377629,3055.931262862106,224.20825933570154,3893.0388021167932,263.24262995728054,5487.9798211202815,2363.097027357687,835.0172999121656,23722.51611807712,10113.08611472402,582.4767089468032,4733.722247520948 -6591,815.9339572616074,4115.24144901251,160.4806118894421,1648.801935277797,301.03611080073756,2934.786421410911,350.7138649435271,3458.4559762666686,53.259240899690084,1264.8429091637872,430.49655192775344,7019.1578040563745,240.81582689871559,4094.6069391278033,275.5394085131271,4627.568557474531,216.4394199913855,5254.288718313993,82.89268653754553,1425.7935947525698,149.9834662964716,2741.509032064333,339.6823193002668,6292.1692925994475,162.45507503058872,1831.9400254654845,110.19624024070852,2494.996364280116,136.81415470964308,4459.987576775356,188.93619216731668,2986.8834617993757,227.2471982168169,3805.076820770952,266.8106442031182,5363.980651528328,2441.257859470111,856.0651540670058,24223.485887557676,10309.771834993997,593.0052793517428,4812.226637588188 -6592,853.9083626235961,4084.115592037893,168.17885294702566,1636.3311303802514,313.3625554365801,2912.589001518136,366.7184469936112,3432.2977526474647,55.60720372498835,1255.2761996587017,449.446137234262,6966.068014648331,251.4160513013037,4063.6371524133087,287.6677655366996,4592.567685995957,226.11095986510873,5214.5476141343515,86.19010080726241,1415.0095258089984,155.84808965126132,2720.773476427098,352.97394087962147,6244.578121124316,170.04997456278235,1818.0840454640202,115.31762779722632,2476.125320879878,142.85177660144407,4426.254213340122,197.26347623036713,2964.292003051767,236.28693604476038,3776.296911167066,277.4241888022454,5323.40988632714,2543.270425563256,891.1530847179235,25271.14001441179,10771.85516575132,612.5172945149287,5022.030166342964 -6593,927.8319342819751,4104.129709738723,182.91300066799295,1644.349934721835,339.6064400639932,2926.862079195999,398.43862628445805,3449.117651511176,60.61586291007957,1261.4276527801558,489.9605551941649,7000.205076152899,274.079445511187,4083.5509159758344,313.5798054521355,4615.073461884315,246.34733390688626,5240.101388838802,92.74275542683719,1421.9437485456292,167.68621854176052,2734.1065663868117,379.78659124573204,6275.179537438747,184.594100542533,1826.993525927026,125.56907902944917,2488.259517989948,155.7120676852242,4447.944973751578,215.03368517961584,2978.8184501396922,254.25079347754348,3794.802570262691,298.51553079292154,5349.497138177315,2776.592135294662,969.1851509260517,27420.692580591935,11662.167361071726,664.5379205966269,5429.160128608437 -6594,984.4469763723428,4279.578187432577,193.61887834090436,1714.6446654556987,354.6929729014915,3051.983245565639,420.63713480405175,3596.564853267175,63.6512922715095,1315.3527421544138,514.3687046793742,7299.458611254741,287.7331407034648,4258.1196656167685,329.1812539292942,4812.3644031066515,258.9095990024764,5464.1118067969965,96.85565677091279,1482.7307810452683,173.84425233934493,2850.9875786479647,393.8524490214373,6543.438772639512,195.44971092456163,1905.0961336783848,132.3363803073527,2594.6307526764776,163.5362625242233,4638.091297016887,225.79274778222032,3106.160712535352,265.526158603513,3957.027543932857,311.7539225376461,5578.184142658122,2892.308876549578,1009.4799170552335,28779.232394574392,12306.605760737843,676.0321945307502,5716.764005499727 -6595,1015.785653686578,4084.570458779035,197.96964926997074,1636.5133761056554,353.7331363815535,2912.9133899536614,427.7804588192596,3432.6800234373563,62.88514050492461,1255.4160055435511,507.6539003906839,6966.843857688273,283.9769407060363,4064.0897383764254,324.89709072265777,4593.079181385773,257.0652139764036,5215.128382289983,98.01253125606434,1415.167121929183,175.46080396467718,2721.076501485209,397.5578553220118,6245.273608515833,201.18011102772812,1818.286533847673,132.82267442477354,2476.401098347481,161.67750375340168,4426.747185633417,223.03766989950117,2964.622149888416,268.69768671317473,3776.7174947256985,315.4776096268035,5324.002778974811,2775.2937522656957,992.0377413645508,28985.487630854816,12531.508080757412,655.940757250054,5847.087428056228 -6596,984.5747993904115,3764.4744582521944,189.40821882578058,1508.2645450996445,329.5129499401063,2684.636773008249,409.7108544454026,3163.670795250574,58.693508711353374,1157.0326757840749,473.3969091210278,6420.8724079002295,264.8138936555485,3745.598752808916,303.00574983636733,4233.132819607462,240.83528801085848,4806.433819605407,91.16066314555572,1304.2645581521292,161.993195964101,2507.833587929656,367.15575761105214,5755.849537011551,194.58596359510764,1675.7926649892,125.28264103583798,2282.332690107008,150.9886448027639,4079.835782399043,208.1411674262923,2732.293266636337,249.91354669185972,3480.747042659408,293.4231749001457,4906.776043987103,2521.416809277216,915.1099473501293,27298.093562824077,11905.312714343012,585.768661711125,5561.264514735577 -6597,823.5175270553027,3452.0462131626578,156.82262650964554,1383.0878570434224,267.37033323291115,2461.8284195460155,339.1619442613822,2901.1055618925907,47.47330610580673,1061.0060743512934,382.58188259578725,5887.9794581429105,214.01279987309516,3434.7370752686807,244.89774910795398,3881.808810711164,195.49395050518564,4407.52935098656,74.22477156057053,1196.01861531071,131.70677862468412,2299.6988122677067,298.5300039461826,5278.1493985749985,162.471041835847,1536.7121725425652,102.38051565908245,2092.91310312655,122.19129987052024,3741.2344854891317,168.32903703541103,2505.529717080608,203.48443366934418,3191.8664293895336,238.9108128005367,4499.543787407513,1988.745717479048,735.1519451280708,22346.341143981816,9815.32796123042,462.4170958554774,4596.870002060833 -6598,629.8128037889309,3146.7658650008652,125.37056783291506,1260.775026778694,220.5577711645002,2244.1175922204866,266.13727690263744,2644.5474333797983,40.09088187721737,967.1764197699927,323.81397471401505,5367.278312226167,181.1385706410999,3130.9874539037964,207.1567011076527,3538.5225763864732,163.58258152999804,4017.751227602237,58.8833532432589,1090.2491798095768,108.19478251599486,2096.325852948849,244.8859400000212,4811.37833395165,124.39981675702414,1400.8136364020372,84.71276612859273,1907.8271566063015,103.03757042795206,3410.3798862864614,142.20442982278016,2283.9541827081066,161.42650944339775,2909.594978000925,189.53065786518633,4101.6284035544895,1799.1452393536817,634.6179327307219,18147.827497909384,7664.386162821772,440.0165308698393,3566.041584163909 -6599,578.3765149541755,2897.6290319702393,113.11559357291492,1160.9565112579467,249.20324518986737,2066.4455397514757,275.19556642749245,2435.1724113359096,47.00857427668656,890.6027944858856,387.6332560592796,4942.338301412359,216.8384919074167,2883.099834681767,249.45636561520232,3258.369445804559,196.895779743608,3699.6564408617387,59.22120824866694,1003.9315954945072,118.18282857590667,1930.3548190652211,266.63652137914613,4430.450228062033,108.06394214114972,1289.907935752071,89.17040624572955,1756.780006561477,119.15215054502474,3140.372112987916,171.90025451907024,2103.1281739491765,162.35272629785726,2679.2355202848785,190.61812788703602,3776.892864093009,2469.0012918745183,777.5756242482921,19437.46069207179,7601.252459130279,587.6841963955417,3456.7501761653357 -6600,601.5136345471977,2763.2485003940214,120.27537590465658,1107.1159569984404,271.20780756919817,1970.61199893542,285.2120967986274,2322.238781977374,50.5247131851908,849.3001723676559,402.8803850317096,4713.132270948997,225.36759615897247,2749.393109598188,259.30289396466304,3107.259205891895,203.81129633569324,3528.081061927074,60.54218693067877,957.3732334749973,120.93443389448338,1840.8326256254632,272.8348021466275,4224.983534361723,114.67876982787719,1230.08712633228,97.85364296043059,1675.3075238732142,130.94461087173545,2994.7341209487813,178.5764194772254,2005.5934381807251,165.9741399222711,2554.983212808183,194.87002498252372,3601.7355664598676,2686.4306216942814,831.5620373341484,20321.143782091105,7786.5257758774205,631.215464253986,3538.742792869136 -6601,628.937116421185,2687.0258820967547,128.6854951302443,1076.5768010053864,310.96395235814936,1916.2538019851818,317.81573722208526,2258.18116274822,59.261252262025444,825.8727162959519,481.3647423980535,4583.123231942244,269.27102658868307,2673.552684275545,309.90416988449635,3021.547250428029,241.01402492704585,3430.7609779510085,67.957878832794,930.9646442609692,137.580940085934,1790.0543179371762,310.2360943992079,4108.4397970880145,120.46228092581111,1196.1558814625412,109.23483140060398,1629.095130777002,151.73920245987028,2912.126105140456,213.06831532084308,1950.270298377644,186.3039817694349,2484.5054725115597,218.73926624205302,3502.383765400059,3310.310200721295,995.2481227849787,23074.820022181386,8524.133134451384,785.2197301105012,3830.9349597043547 -6602,748.9265640332884,2654.990291639852,153.98384006303607,1063.7415046570316,394.0474258641081,1893.4076052213538,394.462026849031,2231.2583975492316,75.76845182797939,816.026395021167,620.9490577807524,4528.4817564543155,347.35321372921305,2641.677725634815,399.86486682785335,2985.523388169821,309.02248763875696,3389.858337460103,84.62514767744354,919.8653830770284,172.62152857983696,1768.7127121837184,389.142702144009,4059.457650829844,143.58450548978055,1181.8949246937707,135.15166645729752,1609.6725324415581,192.85372001401322,2877.4067971186305,274.63168669065806,1927.0185459567351,231.99667560144738,2454.884395790406,272.386999513833,3460.627214903527,4355.923918390537,1288.5756382008428,28924.645455315545,10435.298915429788,1037.4391976799002,4660.744666746701 -6603,1022.8243781309784,2656.1599480737686,213.3355723493696,1064.2101361615853,493.7572760141483,1894.2417462705503,508.226803423666,2232.2413788236427,93.60727639849779,816.3858955911646,756.4892823023068,4530.476779878315,423.17317349435757,2642.8415172154673,487.03433900023435,2986.8386610167986,379.638120328395,3391.3517401391873,108.55105050223511,920.2706299312416,218.70503444984251,1769.4919188761387,493.2533398461753,4061.246045602683,201.33383834091293,1182.4156087080344,176.46122035183225,1610.3816739551821,240.49132289016077,2878.67443918265,334.9408608415915,1927.8674943117076,297.58864286479604,2455.965895537166,349.39844421990375,3462.151794823855,5150.167107780905,1564.2156367657385,36806.805019971354,13729.715442139406,1221.6060861174442,6211.144602872112 -6604,1238.4395842772376,2640.8244498054573,236.22290190512456,1058.065855312813,462.49797240410174,1883.305228294379,541.6939030151411,2219.353399760398,83.33652754554218,811.6724428123923,668.9873779970756,4504.319801318785,374.2254099266417,2627.582913704007,430.4819885509293,2969.5939694284903,346.969206455928,3371.771568103292,117.10002549475084,914.9573924276331,225.4934816488932,1759.2756514870475,509.43344579583146,4037.798198742146,232.16850599351622,1175.5888614961743,172.75147624099762,1601.0840390781223,215.04671564180208,2862.0542401960897,297.5026344491185,1916.736836068784,321.02533789572476,2441.7862296004987,376.9154378209776,3442.162854439201,3927.464967779669,1329.5504057085964,36925.11902594701,15417.660966466025,920.5553002639016,7146.17895218194 -6605,1402.9072197753746,2679.9429643311314,258.64434039087513,1073.7389775959787,521.6024916166103,1911.2026157692408,616.0323322395615,2252.228666502391,93.45770723164827,823.6957411602189,756.2867909983294,4571.042259749958,423.0599017141568,2666.5052814459123,486.7362728857116,3013.582544601293,392.59352842195347,3421.7175972964933,134.17895731205783,928.5106500281865,256.9211173581256,1785.3357896883697,580.5619259631441,4097.610075862895,257.42677025518253,1193.0028512666972,190.0963001874653,1624.8008860060263,239.89623595518268,2904.4498300947766,336.3712354106268,1945.1294457211125,367.8465903624444,2477.956392330647,431.8882103394896,3493.151589275792,4408.793910246746,1497.2212276237283,41716.757749979115,17513.472069513497,1033.960324750156,8114.497605431704 -6606,1240.0097893131433,2802.367008616547,221.77536932890928,1122.7890767562026,446.2017055376583,1998.5093819151884,546.4902456833369,2355.1140434221898,79.40472525893318,861.323468778174,663.142777855545,4779.85471862921,370.95599415624264,2788.31547106855,426.9342922896804,3151.2477739768383,344.9775762975681,3578.0270830724944,121.25264866624796,970.9264888917205,229.25865303370648,1866.8927596277272,518.308724006564,4284.795401845013,231.62593053328746,1247.5011132968943,157.2999965164465,1699.0243669796334,199.51263860248451,3037.1297040162863,295.03998152672,2033.9860432581652,332.40959892514053,2591.1533697102495,390.28168410638546,3652.7242930806665,3676.2117248584022,1286.3304554649626,36637.63520915755,15665.994381439094,876.7448904816412,7322.305623628139 -6607,1155.9551886159024,2999.38914802417,204.26163965430376,1201.7274546795227,408.2985199325997,2139.0158155266517,503.1677512639185,2520.6917875068402,72.19790690384436,921.8793460129858,597.6365747525938,5115.905350051273,334.312424314411,2984.349708470061,384.7124849313053,3372.798190579456,312.22424486406203,3829.5824819898457,111.45541420175016,1039.1880739948847,210.09198652037327,1998.1458055048402,475.0337319154387,4586.040582936482,210.43902377378004,1335.2074477989133,145.1527204806166,1818.4753220682264,182.5191402044586,3250.6569793888057,266.0464858259468,2176.9866854066768,305.5508472628702,2773.3260040810815,358.7468581999088,3909.53132537735,3287.400903703371,1158.7328779828326,33525.79664305696,14454.097410292423,777.5937592447651,6744.393088576413 -6608,1101.2235022552954,3199.920256733544,200.06640905738794,1282.0717271165038,394.9028725251309,2282.0246722857046,478.98513696915495,2689.218475414723,69.75808268405312,983.5137249577905,570.907867724516,5457.941051745334,319.36063049381767,3183.8753206135298,367.5388390479567,3598.294425723005,297.6589578654079,4085.6180889444495,105.61496555057661,1108.6653996606885,199.2366829576419,2131.736471459214,450.47536821586164,4892.650948346467,206.43563787165982,1424.4758343437234,142.23170848127083,1940.0537016976905,177.71978351564547,3467.987180953384,254.07996999143649,2322.534172620106,289.53947584101104,2958.7431376921936,339.9479275324966,4170.912097435018,3188.4364087047493,1118.1668163443867,32090.880989623132,13742.155155395225,753.0131883647697,6428.342302754207 -6609,1028.9633242388106,3335.015584305685,184.4621783515658,1336.1986696805625,364.8703848522071,2378.367970210524,450.86067181651987,2802.7528205549547,64.89855007267832,1025.036043698477,541.8114404249052,5688.366273343714,303.0843556466034,3318.2932575861873,348.78866765202343,3750.2084501806894,282.5355801653038,4258.106110450348,100.22308126832802,1155.4714145980574,189.0054744028195,2221.7348507323395,427.3478594536511,5099.210559065557,190.33487325456935,1484.6148422000333,129.83254531306082,2021.959552253459,163.10292834852427,3614.399849594425,241.13488529801185,2420.587714481768,274.75782685084,3083.656367185098,322.5928123962076,4347.001090556608,2968.8449915415645,1046.4957865293989,30148.108653209947,12970.533495170956,707.2181190243898,6060.127850629692 -6610,983.1109000395284,3433.656612333738,178.27013901856037,1375.7199274063935,350.01782697004876,2448.7138668577813,429.2048446997286,2885.650909796005,62.266993499715724,1055.3539257473778,514.9232012198029,5856.613252351323,288.0433209878315,3416.43968297838,331.4602138318189,3861.12979597174,268.59652104564435,4384.0497390690425,94.87743722533196,1189.6472333646464,179.4131547317748,2287.447949859466,405.6157705677493,5250.031854787462,182.5602916932611,1528.5258616715676,126.11363982501356,2081.763821176222,157.5197715337914,3721.304332603808,229.16748413249223,2492.1823606094163,260.10294374622435,3174.8628477712195,305.38653292369565,4475.573999909546,2847.7201289892505,999.9049967177865,28753.81760845419,12335.46127761939,675.4570606161564,5759.209358825104 -6611,957.7101091497595,3373.874169576579,174.9490126561415,1351.76764938458,336.06764043192857,2406.079989012148,412.7180251556277,2835.4096423051437,59.325183840218926,1036.9794513086963,485.48744736130124,5754.645383679813,271.57722997251534,3356.9569994021317,312.50649292009257,3793.904736198289,253.99481732961488,4307.7202652279475,90.8389338407474,1168.9346154009368,171.383976311248,2247.6218281584056,387.49831767308774,5158.625006559045,179.3980466409,1501.9131219176902,122.69339555314232,2045.5188087814602,151.14794916227598,3656.5137351845015,216.15393501458044,2448.7916648775354,249.03153784215473,3119.5861914576712,292.3876094400246,4397.651022552422,2663.3950430430145,945.4248315655757,27562.399106598503,11893.972574215259,628.7260617517836,5568.331662045149 -6612,917.6014502388863,3237.1543251325274,162.0270753105138,1296.9898321159665,323.9216884564265,2308.5781660977,402.91131192757285,2720.5100503977865,57.89481751003851,994.9578280504716,485.6469795383253,5521.449306368451,271.6664708106939,3220.922691157248,312.5931368658179,3640.16395059167,253.33377288750836,4133.158080935114,89.53025562415807,1121.5657596730005,169.43454295528977,2156.5412213338072,383.0444045372941,4949.581523313058,165.64745989594806,1441.050944469372,114.87208398052728,1962.6280430659501,145.01785287169446,3508.3404590173277,216.15482034558977,2349.559032399139,245.4438454834012,2993.170884487456,288.17530443933396,4219.444565078625,2656.0031879824933,933.3373100525712,26897.500182433105,11581.700176612498,632.3148758401437,5390.767126495466 -6613,887.8126444049059,3123.112813370893,158.0941095359949,1251.2982566338746,313.5571484892528,2227.249407058415,390.13720456497026,2624.6693681969523,56.120194646301016,959.9065195697422,471.82807451840847,5326.934506402063,263.9363019526526,3107.4530026363323,303.70080426029403,3511.9248373795804,245.96495973508596,3987.5513076527327,86.6770853201834,1082.054188111469,164.1569698533396,2080.5685625242463,371.1024518326646,4775.213018505069,162.26284886162028,1390.2842488698072,111.46844909458221,1893.486739755409,140.3490555638981,3384.74534752864,209.98594125402298,2266.786560926983,237.62198586349376,2887.724650436232,278.99166908351896,4070.7980105229417,2574.968601405312,906.0931038486104,26086.949592566925,11223.082154211741,614.7484510747039,5231.147373436903 -6614,879.1848548487653,3055.3377193658253,152.74918084736208,1224.1436637518445,310.0766714497927,2178.9155661257887,390.36786680197474,2567.7110628804785,55.83040463676911,939.0754582256284,476.2444507074259,5211.333979458382,266.4067823295373,3040.0177443042166,306.5442394117512,3435.7120809997596,248.33359689597523,3901.016916845858,87.31214820429629,1058.5723836746076,165.43474762089517,2035.417862458157,373.9844138950796,4671.585474268495,155.93875787025823,1360.1135021527798,108.18902080418849,1852.3959276544656,138.18860205138733,3311.292530477063,211.94130830983315,2217.594718865271,239.36298699561152,2825.0577468245037,281.0357762815998,3982.4570717462066,2584.413686651793,906.4342250664436,26034.447703004855,11218.846559471842,619.3324542936415,5208.6351864097205 -6615,911.9828951334187,3008.0316098027315,158.96121373260195,1205.190120936803,322.5728766683492,2145.179191306552,399.87494162366283,2527.9549272176087,57.67128835825131,924.5356558878185,482.5195573296396,5130.646357059211,269.91701948088996,2992.9488354977443,310.53390848503057,3382.5165958981142,251.81329575873153,3840.6170688990665,88.71484445756847,1042.1823980945617,168.13298489748738,2003.9032774098928,380.08050411814827,4599.254833737872,160.95772663935688,1339.0547242824116,113.97949923383237,1823.7150901311952,144.72032879393365,3260.0234461302384,214.7725475878271,2183.259470728134,243.2084262836837,2781.3170858670346,285.550701621694,3920.7962774673183,2657.749707343568,928.353449456503,26684.097642286997,11473.729628785584,630.0510743582083,5322.943933608423 -6616,953.6037484133191,3073.1424888262127,165.88606035254946,1231.2772763738953,336.97325172624926,2191.6130460418785,421.1896274589554,2582.6742216912703,60.53982762325625,944.547855575891,511.4260591449624,5241.702668162489,286.0870517523084,3057.7332376684194,329.163404163913,3455.7334557717654,266.8490395689174,3923.749823399942,93.65508925453645,1064.7411411016494,177.88278018588196,2047.2791194206586,402.08654346378137,4698.808815850882,167.9104167594769,1368.0394696136918,118.49461672001708,1863.1906369372398,150.89073346935467,3330.588858914786,227.61670630653973,2230.517598871532,256.75192252575187,2841.520575655397,301.4521032031605,4005.664565176114,2800.550044652408,978.5184251778004,28088.12903225181,12083.170419636053,667.1150425436587,5601.912116179641 -6617,1018.82096828726,3208.5627185121057,176.38096912248983,1285.534393373784,355.31912844692863,2288.188048065605,449.71621597368477,2696.4816151254913,64.090882416021,986.1700348326233,547.3471073148087,5472.682058753272,306.1809569865178,3192.474447641213,352.23501015993503,3608.0128310416635,285.6794164859614,4096.65267585367,100.40496710898253,1111.6597237603655,190.55962923895916,2137.4939433642667,430.75399971730513,4905.865199147858,178.98238834650326,1428.3231108272216,124.5606940040949,1945.2934697606593,158.5006137743748,3477.3536476948166,243.62911443962602,2328.8069579415633,275.25646007664716,2966.7342194781468,323.1782570276163,4182.177049524987,2948.9865186518364,1037.5974602194697,29975.771462955152,12949.931183664754,706.3328710524282,6006.667899881743 -6618,1098.5095460820937,3435.67102308782,191.09776655899196,1376.5270159796705,381.8176241538968,2450.150444857267,476.35337635766473,2887.343824050837,67.67912958671728,1055.9730663713271,561.756050992433,5860.049130206919,314.2411880636912,3418.443993139548,361.5423528713305,3863.39499085348,294.3271020185322,4386.621713479381,105.60574020150975,1190.3451593517254,199.20709520590427,2288.7899185738233,450.4095548732808,5253.111871755254,193.08146001253363,1529.4225963428748,136.09774165594126,2082.9851219358184,170.77603086264892,3723.487496592857,250.16746521779754,2493.6444401109925,289.51418489176586,3176.725432934894,339.91823346139876,4478.19966852292,3058.4976355175077,1081.2274579527882,31601.019584009966,13706.760867896712,721.1957297014696,6369.674699559974 -6619,1143.6046258557963,3356.329323067823,203.3068901699121,1344.7381768162743,399.54558465362066,2393.567873274203,489.73512710125584,2820.6649231889796,70.20416943130368,1031.5869427587324,569.3201115949786,5724.72003231982,318.47245426212453,3339.500125692347,366.407114036787,3774.1756434936274,298.59940785294106,4285.319225041684,107.64196178071701,1162.8559125877389,202.79681814461154,2235.933727772102,458.54833001421105,5131.79908496646,205.1980881360749,1494.1028617037362,145.27448206710827,2034.8816860771044,179.95379752187085,3637.499104224207,253.5717987938389,2436.0574395529475,295.09641015374837,3103.3636952562715,346.47231698772424,4374.7823237474995,3146.2771890835375,1111.52956628828,32546.41769527689,14083.688341813722,734.5108340753367,6559.282692774179 -6620,1074.6733122369722,3182.5053685490298,189.94840398775347,1275.094323312369,363.4664608372572,2269.6052363892845,456.54937207759707,2674.5829734972835,63.62041003961869,978.1611598393214,522.578441744141,5428.23736368192,292.32559239911654,3166.547753595182,336.3134636593675,3578.7114705080858,275.03134048478876,4063.3829779182056,100.97380149753134,1102.6317230624977,189.1513350971878,2120.13494726148,427.7907434063785,4866.023731930053,194.72484378154977,1416.7234263502937,132.0230552601834,1929.495370371801,161.684606832596,3449.1133953162125,232.87193963964197,2309.8942723489095,276.81589826651145,2942.6408048914986,325.00919140787494,4148.212791834692,2776.595993321992,1006.2673202019131,30167.354779975118,13233.537845325665,652.8104677422492,6192.780918973427 -6621,897.1394162669458,3032.139528173847,160.85071914915096,1214.8491368070268,306.03437023759994,2162.37176490415,381.18084083363425,2548.215263190347,53.54374606500861,931.9453619729187,437.097234766398,5171.7660059232585,244.5081884025799,3016.935872728326,281.3266606407368,3409.625830294824,229.8004019593714,3871.3977570042034,83.89794479657996,1050.5349859128542,157.58101764647432,2019.963592892607,356.35287771827694,4636.115636575972,165.5020915482653,1349.7866001982945,111.84148874853085,1838.3312844496909,136.64389332845028,3286.1509571813554,194.74582337538035,2200.757239345908,230.00307611620693,2803.6079969903617,270.0463169130622,3952.2195631465383,2344.192786326787,846.81760952064,25250.493917809912,11030.91719591479,550.8401105273231,5170.230202098225 -6622,677.207911273523,2824.850403812602,128.7811470173542,1131.7972153964681,249.63451216631503,2014.5434260280633,298.5807214604257,2374.0091273306252,45.60937338088836,868.2338684084268,375.27553376085797,4818.203501029316,209.9256952762871,2810.6861307553613,241.43505360943374,3176.5302401367535,194.5294863583944,3606.733600342915,64.89679769306012,978.716233735615,125.58846243280823,1881.8708433599095,283.6745829468161,4319.172322518754,126.95802014087155,1257.5098168148606,92.66640271544155,1712.6556423169022,115.77738704373155,3061.4966007100875,166.87136670653317,2050.304716684316,177.91214237352156,2611.9421975281825,208.88641836167355,3682.0301061918863,2154.2916312257166,732.8010783379613,20388.272638815637,8534.591380313956,511.23319893612165,3952.3517038726827 -6623,763.7553220793752,2631.7921004478735,139.53860058486046,1054.4469777122138,306.8731075578715,1876.863803999715,352.5337456625949,2211.7625978591,51.97248908191457,808.8962987684573,418.74161597771183,4488.913782919193,234.24022342808482,2618.5958540589245,270.1181131450023,2959.437137464886,216.23486990622484,3360.2391776184486,65.06504718546707,911.8279853152749,124.04345360140364,1753.2584426181684,280.34711001363047,4023.9878131373207,127.6248110848509,1171.5680227392854,102.65262124054534,1595.6078892367834,133.79239460899947,2852.2652238229225,187.15060012217316,1910.1810664373725,178.37339206089374,2433.434645956264,209.42797102851364,3430.389706303859,2719.3109531879363,880.7472043016597,22057.02602802214,8606.882373702876,637.2001091938116,3973.0272966456632 -6624,758.8896131200239,2517.035805296613,138.57433670874272,1008.4690189763755,311.83137599280616,1795.0252968418529,354.2144964852393,2115.3212104709232,52.80836108548625,773.6252975398884,425.68377348641224,4293.179813319706,238.1236027337555,2504.414966192017,274.63470692588913,2830.394253883494,219.17304469170293,3213.7197778603945,65.54785614817318,872.0687652035451,124.82192621612884,1676.8096063733565,282.1190212056592,3848.526410585472,127.19190424362127,1120.483134315018,103.11889814827418,1526.033225701706,135.9006901489093,2727.895449394693,190.20146765374832,1826.8897980217814,179.6969947649663,2327.3275015449954,210.98201126713363,3280.811472691311,2796.7163760274743,899.0633682972126,22235.902286936678,8608.267208602343,655.8195929040204,3970.9512187753594 -6625,758.2497878561164,2456.278649895048,139.50951601083352,984.126215121668,325.0336291355789,1751.6963022044054,362.0675705703708,2064.260792800916,55.16074038162141,754.9512396157605,445.0502346450801,4189.549426920023,248.95702366858595,2443.9624573438155,287.20555861406956,2762.073134585539,228.1491304850495,3136.145803128026,67.0857355832197,851.0184418919629,128.02873633699463,1636.334146461789,289.34242465217665,3755.6292349859323,128.04045844762362,1093.4364916835727,105.8784406754024,1489.1972626825054,141.86979657705103,2662.048484727234,198.75380008271455,1782.791646089905,183.91303368718516,2271.1495964138276,215.93205716274636,3201.618013436546,2986.897085995247,946.6284977504808,22871.799050798556,8715.463841975718,701.333886417864,4010.6795081383493 -6626,870.1100000827474,2438.4738741315123,160.5376273538491,976.9925999742142,386.15417201727564,1738.998817793222,423.88515584518507,2049.2976286929475,65.53721922039273,749.4788403281892,529.140997012497,4159.1807274649545,295.99662568948986,2426.246957708069,341.5744315542746,2742.0517527256734,270.32884978674497,3113.4128885261607,78.66132209622519,844.8496822810907,150.26041809199106,1624.4728853002289,339.57322989882385,3728.405883766085,148.1556691090881,1085.5105214167525,123.87689107302901,1478.4025495782464,168.4797283386539,2642.7521494583284,236.21519611636245,1769.8687615087554,215.64707094275659,2254.6867617548523,253.19094963651142,3178.410511790846,3608.971307294842,1132.3317986561412,26872.77012053659,10117.957817825654,848.2209245761777,4650.041008326851 -6627,1181.6758941901694,2480.581512055674,213.24773533781612,993.863336663551,477.0050291599389,1769.0279000593844,547.1116430834054,2084.6849598689187,79.97336272919388,762.4208627854116,644.3473850841278,4231.001581479895,360.44202364505827,2468.143460883096,415.7855135215268,2789.4015823047207,332.7337686741747,3167.1753930209734,101.92030775996218,859.4385712165957,192.13832871544213,1652.5243304264159,434.43739337048703,3792.788105225748,198.22338885142383,1104.2551487361507,156.88823957939232,1503.9316478901858,205.8741825077278,2688.3872705942176,287.9811049653541,1800.4309068626555,279.41070976577026,2293.620758466295,328.05575626383575,3233.295397138452,4185.02348064562,1360.2601789165067,34093.67958029946,13349.111856587753,980.6261420709957,6185.915434926578 -6628,1705.2347340114925,2565.966438034767,302.0606876392656,1028.0734390213754,635.8247014815336,1829.9202011458121,758.6039410250462,2156.4425981980967,105.50031576311841,788.6644063325456,848.362091544499,4376.638302182818,474.5659812371694,2553.1002525422587,547.252761721018,2885.416507221934,442.3474934642381,3276.1937966419023,141.51723465296155,889.021593757989,264.37949812964064,1709.406423172152,597.9937877341744,3923.340933280453,283.09130222515097,1142.2650845833032,213.7844500653508,1555.6989822062033,271.9348938380841,2780.9251480988332,379.5760221192534,1862.4041413505406,387.96420308697583,2372.5702458078576,455.5082736581135,3344.5897395381994,5252.09441637515,1767.7020382881924,46562.60436677738,18833.273030384607,1226.8170933504227,8782.760100258722 -6629,1924.0122487398412,2754.7359969397007,336.516900412729,1103.7053595053308,702.5541645382561,1964.5413029970446,847.7831636478995,2315.08485946533,115.51690256078884,846.683805924318,928.3290226236189,4698.612927237636,519.2987498183279,2740.923289261941,598.8991853290995,3097.686938062978,485.50258507837646,3517.212404177872,158.95382890061865,954.423935590327,294.48811278205136,1835.1617299089799,666.3174463752534,4211.967988736502,319.26503453012526,1226.297702069306,235.5838717827473,1670.1465471887116,297.87483799553166,2985.508499530471,415.5000452627483,1999.4149779126594,435.76597372242026,2547.1122944229346,511.63227130196566,3590.640007574495,5656.806704985231,1930.431340943317,51673.42167215194,21142.161737952934,1319.9145119014672,9897.524748346745 -6630,1769.390868396178,2956.3068037587504,307.15271674065747,1184.4661946826948,659.4752140217706,2108.2916209637683,788.2446532905587,2484.485311448899,107.82926948062442,908.6377420076254,866.9314349412147,5042.4219890591185,484.95350179923133,2941.4833862946252,559.4890288278355,3324.352308563763,452.28248352134693,3774.5754846515406,148.69631295541205,1024.2614818953373,273.87224996716816,1969.4450263672043,619.8175276244955,4520.168043743157,295.2274384173922,1316.0289204078551,217.0302040148918,1792.355276953333,277.9711575758599,3203.9654978359463,387.9240237869206,2145.717088427669,407.6453776049724,2733.490764380101,478.6159154377519,3853.375966347895,5342.527942186806,1813.5508596999837,48038.13025189401,19569.96144513199,1247.5054085839884,9175.460791107575 -6631,1652.3470708353452,3201.479800746483,286.0485381629744,1282.6965699643765,603.2215136251484,2283.1368618496645,728.487300777942,2690.5291188796637,98.41790632669272,983.9930596968902,790.8361506584533,5460.601086560987,442.3864969635658,3185.427044811581,510.31708146364736,3600.0481252149284,413.7301552108393,4087.6092951991554,137.40169531081938,1109.2057295275831,252.64424810990235,2132.7754151154604,571.8138819941522,4895.03547792274,274.83406812551976,1425.1700806313777,199.99857145939717,1940.9992249896839,253.79971701514057,3469.677372649138,353.9812636532718,2323.6661052850322,376.68160598802336,2960.1851392972344,442.2613908631776,4172.944873400719,4806.581751698665,1647.8950881878816,44242.87103379717,18169.416218236598,1121.30668565924,8529.44482732454 -6632,1551.872084889439,3395.252893803987,268.66717870704093,1360.3331934277803,571.6382880390829,2421.326236491683,687.3392215268022,2853.376358835708,93.27744104926091,1043.5503240220078,749.6997248226944,5791.109985055167,419.37515724682305,3378.2285271255532,483.81113706654156,3817.9450053439573,391.74709546419876,4335.0163524470745,129.7245180453715,1176.3416286819518,238.52499409497128,2261.863997491511,539.8578178687757,5191.312894685494,258.55109203232826,1511.4300703375636,188.7810111372581,2058.4803421158235,240.50794393914737,3679.6834193070267,335.52594236793806,2464.308557050299,355.63491180232256,3139.3536070572795,417.5504941916371,4425.516960561404,4583.07566628137,1565.202455957181,41789.946196429904,17109.064841952884,1069.5858975753267,8029.618845211743 -6633,1454.793455964964,3487.7857167108227,250.78690782630164,1397.4071535770977,525.9998907942111,2487.3160637148144,638.2156058088102,2931.141102010076,85.50597247450338,1071.9908144206222,686.8827853253675,5948.938509598664,384.2359368266927,3470.2973749600665,443.2375702264561,3921.997704832777,359.86215223562135,4453.161101302529,120.65510766548782,1208.4011585636308,221.02266528308755,2323.507906580338,500.3199669728838,5332.794796553402,241.6855727981192,1552.6219624908222,174.51843993937638,2114.58131689205,220.54429925504232,3779.967994518883,307.5013328097795,2531.4698067214113,330.77146263212853,3224.912256280108,388.3583503840748,4546.128175687716,4143.629831251175,1429.5676052021706,38663.988278367084,15956.513880801283,966.1443214075002,7501.72130889686 -6634,1378.5019930590724,3554.131231330341,238.37452757645207,1423.9889749008291,496.7960732444896,2534.6303994200994,603.9156203601766,2986.897986357511,80.89090577148345,1092.3824863944396,649.7684942634424,6062.10067577423,363.4745424512576,3536.310222057112,419.264078784787,3996.6029062982757,340.6260845593481,4537.870223062498,113.94622709811517,1231.387661532435,209.17498984979724,2367.7062433778087,473.46034482235916,5434.236526027335,228.89911297135583,1582.156317946628,165.513259787564,2154.805400900951,208.64926133578354,3851.871472029012,290.8963387245025,2579.6240457464773,312.3793176095863,3286.2573275155823,366.7641564831243,4632.605739919138,3913.368314111232,1350.8136285051182,36588.38299367569,15105.99546276805,912.3547018002305,7098.117119247625 -6635,1300.831647719614,3515.7275128005904,221.78739944068758,1408.6022409222162,445.9424707202999,2507.2427690540017,556.823392561781,2954.6234353972145,71.81528759473176,1080.5788846690698,576.0197901255897,5996.597408478074,322.2201930490671,3498.099066204285,371.64105715324956,3953.4181156704935,304.1881818800646,4488.83683644053,105.34701445330937,1218.0820568497406,191.81452330679687,2342.122291009854,434.3095819016436,5375.517565925366,215.03453357987442,1565.0605266126242,150.0970702344128,2131.521921840553,185.41723869675778,3810.250558732231,258.09188010145505,2551.7502421873605,288.80489793484657,3250.748086801643,339.08546055424966,4582.548700570996,3336.8701829397814,1187.240752665396,33348.74136323091,14073.83026703533,775.8118212586993,6644.684612310555 -6636,1278.9615051399373,3400.5163446050387,218.9013196559077,1362.4420339355704,446.01325201442677,2425.07986896552,551.4835374282782,2857.7997719219684,72.19459478919556,1045.1680756183428,579.3708993834406,5800.087585087685,324.09477286473253,3383.4655861027163,373.7920822142525,3823.8637296114257,304.98792938478016,4341.736660479062,104.19216766123208,1178.165238433996,190.37035994679985,2265.370425507873,430.9789400880998,5199.360666344538,211.52586874602326,1513.7731469987955,149.73043201792314,2061.6714770163876,186.33187316683973,3685.3878051795236,259.5159314803659,2468.128822360231,285.6389286698696,3144.220353003658,335.36830009751276,4432.377566094984,3404.515248339638,1197.2819271965534,33187.52396488479,13892.038561403388,792.3624734455515,6545.922494081683 -6637,1231.9141599917089,3315.6512708323585,210.74646637021377,1328.4402142106392,429.1275409006089,2364.5583007304745,530.9230849268298,2786.4790182792226,69.4376367505764,1019.0843116091146,557.2267715568797,5655.337549823954,311.7075506451245,3299.0260400239335,359.5054205578685,3728.4333759167603,293.3772341379115,4233.381997641557,100.32165964159402,1148.762327304121,183.24707190475013,2208.834650113591,414.8572768971764,5069.602687906899,203.72776536782322,1475.9946284514672,144.07351347687185,2010.2193196786914,179.22027473009783,3593.413329460948,249.601786493406,2406.532901810581,275.028075772249,3065.7515367491637,322.91011130850285,4321.760821160999,3271.3926186205463,1151.3238132340323,31940.81702266701,13377.274543838033,761.3300005952035,6304.242708196568 -6638,1221.8520914203648,3265.81090461192,208.54051705360172,1308.4713027148307,417.3787039847944,2329.014619555464,521.7795226878939,2744.5930889722663,67.2203575303665,1003.7655910467585,539.1129104146551,5570.327374880959,301.5748226830538,3249.435581747458,347.80367287611926,3672.3881317986875,284.8530033501897,4169.746442548787,98.74287643315624,1131.4943065093084,179.6926979835827,2175.631783198574,406.87210219381717,4993.397190428882,201.6725682684827,1453.8077014158764,140.86393673505106,1980.002008238989,173.56457463552135,3539.397686170217,241.5683051231885,2370.358264808522,270.69990068593734,3019.667625369035,317.82840648633425,4256.796769018768,3114.9972130219785,1110.1093748895507,31253.38025099056,13203.761392047365,724.0910331747862,6234.081823369553 -6639,1248.8037480238957,3227.927031985432,212.87411125242494,1293.2928488437076,421.949577730647,2301.9977175456543,530.0308779367163,2712.755417401224,68.0042434673143,992.1217669219856,545.2416863403987,5505.710782273033,305.0032037834967,3211.7416652034667,351.69678942181594,3629.7879053055926,288.359761060828,4121.376788662461,100.22724086718324,1118.3688110543017,182.41469113123426,2150.394143983015,413.03350521371624,4935.473070306517,205.47857895655423,1436.9433245757878,143.1996104634274,1957.0337023354268,175.62170111420335,3498.3401678282935,244.35416906009306,2342.861770612751,274.76923023544526,2984.639049914081,322.6062010954589,4207.417318920596,3125.625030931018,1119.413091972099,31731.300446178542,13448.950779278344,726.1598646981423,6350.1622521521895 -6640,1319.5705456087474,3289.918829286184,225.83014838798752,1318.1303211104575,449.81484808689345,2346.2071976481548,563.0500643207541,2764.8534302421817,72.63944680898886,1011.1752990691673,582.5633887533139,5611.447034495965,325.8806221683535,3273.422625249583,375.806388028024,3699.497373283257,307.85024175272736,4200.527138701705,106.27440737799336,1139.8468965114312,193.9882166746007,2191.6921028803463,439.18654964319177,5030.258002904442,217.68953329868938,1464.5395801376676,152.56202947486162,1994.6182063789695,187.55911289148457,3565.5252040525165,261.0405822523806,2387.8560380011845,291.3473109339123,3041.958542320444,342.0705043982838,4288.22006291378,3364.2850684573627,1198.1889094629448,33745.408670054094,14250.025965831885,782.0183158287689,6722.373943972247 -6641,1410.2445027999884,3420.9203561880404,240.47756252847617,1370.6170521458766,472.9727193567602,2439.63099965324,596.3981039181447,2874.9473382733863,76.22898791120521,1051.4393648462076,611.059967677613,5834.889668734867,341.8213473302853,3403.767288554185,394.1220693670796,3846.8079392325894,323.52306852650946,4367.788246806917,112.69467407680756,1185.2345463671384,205.15530470700273,2278.9632566304713,464.5194788677408,5230.558227099865,231.7504165142956,1522.8561925411007,161.28425182718996,2074.0420597263123,196.88853803579266,3707.5011220538972,273.8826831166272,2482.938258332999,308.94823183601653,3163.086519785647,362.7357230734024,4458.9730222063245,3483.245641168415,1252.2415499231188,35673.503294377704,15157.140938964185,808.9131256324039,7157.563804984572 -6642,1480.1997323368096,3614.6284700834235,249.25885177812395,1448.227641227195,479.58392434007686,2577.7740343744963,616.7324308802893,3037.7399696300686,76.40363977914801,1110.9766574555779,611.7472570146001,6165.287735580758,342.2058106883867,3596.504117522439,394.5821377834193,4064.6317506167475,325.8117142153986,4615.1123394748265,117.00479983094094,1252.347932414004,211.21603914065912,2408.008550912237,478.40712655977484,5526.736291274534,242.8832512917128,1609.0872561370243,164.13812940275682,2191.4837811632187,197.48896509330692,3917.436746050225,274.3696317711444,2623.5335475715697,320.7642803018279,3342.1949058453392,376.6089304345355,4711.460412764711,3375.685249856588,1246.5248496384545,36532.868329593024,15783.082354252905,782.0183158287689,7484.917230384848 -6643,1526.6913649054952,3461.3384854718734,257.7202112022214,1386.8108746977668,499.11830007789894,2468.455208018824,638.7112242819062,2908.9148034885156,79.69770918149365,1063.862107195527,638.3120784959712,5903.828813886617,357.0659284356868,3443.9827545681806,411.72623378486253,3892.257924742112,339.4614966603562,4419.3936078392235,121.09243794516357,1199.238077036912,218.96600642480638,2305.8891777127837,495.9263900869937,5292.357204169624,250.72483802857133,1540.8487185464119,170.398873919529,2098.5468395463067,205.96372003196623,3751.305199339727,286.23626933881064,2512.2741413936924,331.97038722853046,3200.4583456632613,389.76600621625687,4511.65573016784,3552.024882790089,1302.9298815621426,37912.74362626242,16314.36500350699,823.3949462958996,7730.2852223629525 -6644,1439.4706012938555,3229.7464989500027,240.83552597136023,1294.0218317453252,458.64800522186545,2303.2952712877586,594.9955775826519,2714.284500560791,72.68156605568919,992.6809904613838,581.6076511033839,5508.814154432801,325.3459912835403,3213.5520090559357,375.1248320675085,3631.83388686486,310.55764776243586,4123.6998612849875,113.15990558440284,1118.9991955350401,203.33874978734337,2151.6062442154594,460.6520888415844,4938.255019872591,235.72843389164575,1437.7532781103998,157.12426488145942,1958.1368122058382,187.93887545568145,3500.3120570014758,260.93685088418533,2344.18235795935,310.2236466046684,2986.321384148615,364.23318591879905,4209.788889511282,3156.4526917109415,1181.3789510528597,35106.80968604967,15284.873050397668,730.2975277448555,7262.660084932848 -6645,1194.3655809056834,3057.8719760231706,200.30735933350684,1225.1590324326116,384.536526648677,2180.722872481563,496.61844422437633,2569.8408565245654,61.08549459480858,939.8543764501748,488.9846092918002,5215.656532002207,273.53351031511187,3042.539293774221,315.4197570113915,3438.5618400161875,260.71146130025926,3904.2526239918375,94.27220567596433,1059.4504188893745,169.93040535210207,2037.1061443249107,384.9177800100866,4675.46033121589,196.12596581374805,1361.2416513180026,131.38426159115937,1853.932401570898,157.9182569956869,3314.0390894209695,219.33893448623164,2219.434107730193,258.44372410199287,2827.400997247164,303.43844526573696,3985.76032960955,2680.473826372348,995.5498317731829,29342.04130937043,12719.905958527117,620.6494570069593,6038.3232342210895 -6646,941.7741453327927,2830.438763030556,167.73045420753178,1134.036232865492,348.5771762771258,2018.528767095901,416.987390852328,2378.705594008053,58.04293167624227,869.9514824581164,466.67784325519756,4827.735280805197,261.0553097709129,2816.246469004205,300.97744653170906,3182.814322304297,243.53561031713036,3613.8687473705154,77.57606294114571,980.652413392837,145.34947846501788,1885.5937202458128,328.7245042799115,4327.716876393148,155.81435800956805,1259.997529639221,118.19968147070608,1716.043763306603,149.6233948503273,3067.553113552757,208.81806116555737,2054.360803777506,212.67187358057123,2617.1093636324895,249.69777422636312,3689.314211168542,2879.1083385043385,969.8747960746998,25626.599665086225,10373.057850780979,672.3702450908728,4832.089575120788 -6647,908.8576061702253,2641.2143373844788,178.30801655072577,1058.2220666561318,377.29430939393023,1883.583276809142,418.16295614557714,2219.681061950927,63.15136243812126,811.7922769814942,499.79920565597126,4504.984812710437,279.58309643688585,2627.9708463214047,319.67065129426754,2970.0323960734354,242.03297777212606,3372.269371678913,75.11290539186405,915.092475440314,132.45531628910305,1759.5353884508734,300.3049680304299,4038.3943335455783,162.92938945735236,1175.7624237695647,126.80476474696897,1601.3204208564914,164.45786642417607,2862.4767898278233,212.7893935348166,1917.0198203787372,205.91921933299386,2442.146731458779,241.76949152798608,3442.671050484574,3285.1176636802497,1069.6801046734552,25929.82660415937,9855.426926552163,770.7990269912245,4542.048289721868 -6648,913.9865362441498,2517.1657636208547,179.76744110025695,1008.5210877405466,391.5239006229619,1795.1179766833784,427.2430838066493,2115.4304276696485,65.61711796763252,773.6652409713834,519.6521411076737,4293.4014766162845,290.6886466341169,2504.544272883454,332.4128971611091,2830.5403913732366,250.6702946456647,3213.8857070204144,76.86192033179643,872.1137914185521,135.59249829772827,1676.8961825619263,307.4125990680578,3848.725115761643,164.47557290442805,1120.5409865355427,129.86119186895172,1526.1120170801728,170.80829667507032,2728.0362947178164,221.143006888494,1826.9841230751738,210.714078340959,2327.447664945701,247.39912934450035,3280.9808658959078,3469.741742251322,1117.9307853672267,26628.102906164007,9999.117355883414,814.9110194997586,4599.6803477658 -6649,981.4154076056077,2447.6361881164867,198.04937944407942,980.6635488643877,462.75755443531267,1745.5329264245051,483.0471905576656,2056.9976530901477,78.33657086238733,752.2949297409278,621.5575661667106,4174.808419912085,347.69360774510733,2435.3633303161323,397.7146950649355,2752.35472926688,296.8815633867166,3125.111216218805,86.5684638074266,848.024117792286,154.4489979026689,1630.5766745567364,349.99868386408104,3742.4149841845415,179.0029670649934,1089.5892152000745,149.72913754825552,1483.9574946195366,203.67236479052164,2652.6820179858014,264.16713769349684,1776.5188607684477,237.32420405099487,2263.1585146278744,278.64204383907924,3190.3530613465773,4338.015647739233,1354.46899010576,30626.80351395191,11048.99300263235,1021.5408791449962,5036.1910811008665 -6650,1184.4880277608472,2417.4850374831267,242.44961168927222,968.5832672743328,593.9826788243217,1724.0306188284505,603.840784568048,2031.6585743529126,101.00501494074294,743.0278017839798,802.2973646090162,4123.381137481253,448.79779503879655,2405.363362602046,513.4870651858326,2718.4499102249506,381.00083853157474,3086.614604882655,108.02273922216234,837.5777520127567,193.9319638323304,1610.4904529309497,439.3579877046843,3696.3141304430696,218.42479799706538,1076.1671352702697,188.79083176737396,1465.6773980222526,262.4255459232049,2620.005014967537,340.7272356948752,1754.6348536459457,296.1402972604042,2235.2798480135248,347.6979435018802,3151.052769827238,5739.680673030603,1762.194186920042,38649.555018068226,13602.35113081838,1353.5416648671203,6166.723273457291 -6651,1578.9727223603259,2433.2754024925807,316.5027567246422,974.9097938485095,730.1001189124088,1735.2915252401478,769.1177577883162,2044.9288242060488,123.12981824719586,747.8810604476017,976.5979187562599,4150.313959080726,546.2999280707867,2421.0745520766236,624.895568147052,2736.2060972030754,467.49232408798866,3106.775545074182,138.1651827892592,843.0485856365499,245.4509995831198,1621.0097453781518,556.3185079144395,3720.4574646951255,287.4315732835605,1083.1963708657825,236.8546856233487,1475.2508103669154,320.2106476503832,2637.1181862473927,415.1698536959578,1766.0956587255191,378.77467833971366,2249.8800975088257,444.7188644289701,3171.6346028595635,6757.015149061184,2124.0749380787624,48549.02695651338,17675.785082187114,1590.3534141234607,8078.689098239775 -6652,1892.290389644563,2454.7840850442303,352.3629977813629,983.5274066558809,674.0394328424153,1750.6304525612086,807.897533742532,2063.0047579353386,109.16616398283328,754.4918765924083,860.6743274946692,4187.00022375266,481.4533332218374,2442.4753864914833,550.4148582441564,2760.392503838487,425.2434129056248,3134.2375614533303,147.62564142973017,850.500625132572,252.16549760952287,1635.3384908998275,572.4910739807248,3753.344057997746,334.49030019715667,1092.7711715061807,232.1980108265256,1488.2911350797456,284.9803533055052,2660.4287156930422,367.39568790567495,1781.706875951675,404.7101716828971,2269.76767650914,475.16969392618665,3199.6699340731425,5129.119657413988,1802.5348398258986,48379.16474140881,19728.491619972498,1195.6671653628932,9263.81733474784 -6653,2161.9369286084943,2540.039046395932,399.3341777594085,1017.6854377241309,766.5571407042459,1811.4300693110167,921.5954518547632,2134.653173768613,123.42162312297918,780.6954747707384,972.8833154102185,4332.4152704080425,544.2220129925544,2527.3028651876643,622.2676259209135,2856.2612841780974,481.0995183602235,3243.0900278664567,169.08620693165528,880.0386192751278,287.27372142944296,1692.1340032579349,652.3495795922498,3883.698171238818,382.6598159919359,1130.7232523268997,262.436639815929,1539.9796741958112,322.23266040012004,2752.8257410433516,415.34768788465726,1843.5857808112787,463.543508930955,2348.5969946219147,544.2458397926662,3310.7948750525006,5768.64677822956,2038.8194275180597,55000.199191470514,22526.430302906974,1344.2549296021655,10601.777862411689 -6654,1942.3259357386705,2658.564240103724,352.5813018714883,1065.1734335527783,681.1354294117114,1895.9563682897058,824.5753418059569,2234.261949971827,108.24159386757695,817.1248684469074,852.8450127823801,4534.577658374604,477.0736863046965,2645.2337537224907,545.6607086402513,2989.542275455625,422.62035029395236,3394.4215100773654,152.6560837270473,921.1036367471714,256.26919434849725,1771.0936203552642,582.2490452579706,4064.922187736446,344.5816562617173,1183.4859028468238,230.07049032881082,1611.839352671663,282.679867149391,2881.280145972251,364.2118844193955,1929.612553548349,418.5009409968933,2458.188976731039,491.3614185045169,3465.28565126681,4995.96994575424,1789.3176652060704,48848.94682937177,20205.098187359792,1163.1635919355526,9556.641114698385 -6655,1806.5877183888665,2873.521113599124,326.61608192982266,1151.2974953877228,616.246524374426,2049.252966153878,756.9147534009635,2414.912075363171,97.58159051594298,883.1930884007854,768.2567514515279,4901.218652548311,429.7557879217789,2859.112797451185,491.47656774851646,3231.260211407849,382.26713450281113,3668.8757527566017,140.19761147187563,995.5790076762147,234.75873842014337,1914.294503582507,533.4364549577689,4393.589425223932,319.3857393763715,1279.1760598361877,210.21284174715012,1742.1638122429813,254.96569569409846,3114.244601936799,328.2632095166063,2085.6304053314025,384.34650551762627,2656.944609161552,451.2607395781145,3745.4695784137893,4404.442159853588,1602.8294138280016,44624.74474143561,18663.551996719092,1023.8625629612349,8844.259786294628 -6656,1701.1797627306444,3071.2580426995214,307.8349162414969,1230.5222590901924,588.0288202104663,2190.269152379012,717.3149469345948,2581.0905299323404,93.20285369878518,943.9686603207455,734.0513638439791,5238.488464354433,410.62160748707635,3055.858240470232,469.6354742306159,3453.6144054676274,364.53745834489956,3921.3437861974057,132.9024706779964,1064.0882435134076,222.66572769528244,2046.0237310939294,505.94551169036725,4695.927513696723,301.33076880914865,1367.2005899688177,199.5215273032153,1862.0481313775952,243.46852458732317,3328.5465470800427,313.5690625239741,2229.149848998237,364.34715002255035,2839.7781597205108,427.77952192104476,4003.2082979831293,4251.5161062904945,1535.964398529974,42372.9571877245,17634.154756503707,989.0373057176554,8351.04034736249 -6657,1615.6797850666899,3233.320447413875,292.70404890246215,1295.4537606410718,557.8780435851779,2305.8440343561106,680.5144998940501,2717.288052983387,88.45363910860186,993.7794638871242,696.6308718592949,5514.910056353089,389.6889271208912,3217.1080371436115,445.6719411107251,3635.8527741506637,346.0082342445233,4128.26303390225,126.11590012233434,1120.237449205183,211.23080375178606,2153.987152387005,479.9693303283345,4943.719556779193,285.88155354204105,1439.344256263453,189.60462796169898,1960.3036324359427,231.06585834407747,3504.1854058550966,297.58874476678807,2346.776365550964,345.74202080434833,2989.625965089248,405.9352635489149,4214.447325874565,4032.1451010727997,1457.0567847928478,40218.22896653601,16739.851605436423,937.9602617604057,7926.726077598271 -6658,1533.4498177128412,3382.7115751446518,278.91084173537985,1355.3084213135198,528.9717287314403,2412.38238904943,645.7171430221358,2842.836613111177,84.06383828723314,1039.6956782680802,662.0610798291505,5769.718896383577,370.35090219089597,3365.750092738514,423.53256603033805,3803.8423548394203,328.9336172591337,4319.003753924979,119.39902209615752,1171.9964810069541,200.51289500590153,2253.5091685453713,455.56219629530307,5172.137324762152,271.2722021711116,1505.8471795378837,180.49232975760208,2050.8767677336136,219.59787550230098,3666.0914767418008,282.820304216521,2455.20594235397,327.3279510477671,3127.757524172765,384.31532784582635,4409.170072665077,3832.4897495880828,1383.6180989303937,38185.22238522642,15883.327692204988,891.5265854356331,7515.089814136863 -6659,1478.734290966102,3346.9070924343664,267.6824973840559,1340.9630903977593,500.56605454805367,2386.8484049598696,617.5858006072401,2812.7464643943295,79.27686494943602,1028.690966483004,624.0167550762824,5708.649013279536,349.069255489803,3330.12513970141,399.18523771500924,3763.5803919729365,310.9227501351161,4273.289039029001,114.24280395327766,1159.59142464653,191.4883270306983,2229.656786138455,435.0950655692022,5117.392574195664,261.28859688437336,1489.9084634793649,171.61417279570725,2029.1691582788812,207.16496905929733,3627.2875450504885,266.6693059292169,2429.2186901864707,313.19237195981657,3094.6516155818385,367.71876255377913,4362.500987782576,3557.0014234707146,1299.498985683826,36366.91306263928,15249.554766740042,826.5194385809516,7227.04057912869 -6660,1451.5356703170023,3218.1798929350734,263.527749757925,1289.3875854639587,498.5033736266996,2295.04654063732,609.8283608466364,2704.5639050154064,79.28792895364695,989.1259281929025,624.381159498878,5489.085583489384,349.2730999850956,3202.043399940849,399.4012565392736,3618.827295884827,310.22181306901535,4108.931763654165,112.66121573035456,1114.991753207915,189.35299145820053,2143.9007534798266,430.1915434225305,4920.569777320371,256.5121107432627,1432.6042901882881,170.49252782400745,1951.1241884480671,207.13578079429863,3487.776481684402,266.74359948685185,2335.7871994630163,308.8565070312598,2975.62655008172,362.62802909768527,4194.712483512596,3603.6421816543148,1303.155552379013,36056.094665562705,15014.398388939844,838.1278576621445,7103.206260671079 -6661,1403.2332813445098,3115.055182960864,255.00864629880087,1248.0699073915725,483.88773360114124,2221.503104050659,590.6550834581985,2617.897721771977,77.02791600176285,957.4299609485624,606.6561388503849,5313.191016481604,339.3578858326254,3099.4357745347465,388.066474237477,3502.8640720283397,301.2255757255999,3977.263426106944,109.08679161820358,1079.262488530814,183.46560549162243,2075.200696064933,416.8039603400224,4762.892969908828,248.07468890360016,1386.6973157963948,165.32453413310668,1888.6015443599943,201.21646989658038,3376.0127052348084,259.15003520561567,2260.9382520704553,299.05735708626406,2880.274321437699,351.1228597051336,4060.2953525010325,3512.961413542026,1267.103913700536,34952.711066756776,14529.010741897888,817.2327033159971,6870.887837056977 -6662,1412.453723527873,3065.1498375783044,257.6839666427061,1228.0749615136788,488.15505299413314,2185.913082954886,595.1495143339163,2575.957183865658,77.746743539392,942.0912686704588,612.3575387594648,5228.070009890319,342.54719670500555,3049.780662912552,391.7147903164847,3446.7457591653956,304.134789955573,3913.5449064341633,109.89506031398793,1061.9719546284975,184.89963588684606,2041.95454105563,420.0543885741646,4686.588119842725,249.75441669595654,1364.4814626505417,166.93373640794542,1858.3448372310581,203.08583669951867,3321.9266392825157,261.5737896194537,2224.7164525417006,301.27319546954715,2834.130328357217,353.72447271129124,3995.246603756503,3552.4654205927995,1279.529272336618,35239.69332465111,14633.979890602159,826.5194385809516,6918.3606267888 -6663,1443.9222317480665,3051.3738833229318,263.1876812902211,1222.5555235127792,494.1520587032607,2176.088754542674,605.0410739240806,2564.379848267354,78.77941072862595,937.8571506307861,620.3382938934045,5204.573066146441,347.01155800650645,3036.0737835991426,396.7590381842521,3431.2547670690105,308.34117553779555,3895.955940652974,111.63696193550766,1057.1990469917835,187.89735186502207,2032.7772173227852,426.8579074877907,4665.524802558461,254.5868814265867,1358.3489617263363,169.8983512349704,1849.9927256459916,205.81533833929046,3306.996631991709,265.02769400266857,2214.717726963703,306.04855358127156,2821.3926640255904,359.3312145505201,3977.2904393375507,3574.115462105577,1292.6708926098315,35816.108834333434,14915.349593006022,831.1628062134289,7051.237610333452 -6664,1521.8717498804324,3165.0255075055443,278.15416782011977,1268.090887651552,523.2536757505492,2257.1394650671955,639.822796742916,2659.892868277659,83.49411520581039,972.7886249424135,657.5518455710042,5398.422854721177,367.828477860915,3149.15553950266,420.5926266158852,3559.0554536361547,326.78086808700647,4041.0649103597343,117.87310557370029,1096.5755355406336,198.80384421488267,2108.4901391685203,451.59390599576125,4839.297172563016,268.90335053949656,1408.9420950525105,179.93047392176084,1918.8976471781634,218.1142677529017,3430.1691938486624,280.90057807994725,2297.2072141259064,323.14470800274773,2926.478396218534,379.4037875476049,4125.428797847861,3802.7453842637697,1371.6174910148827,37880.19332157911,15745.797827216276,884.5615339869172,7440.067771119055 -6665,1637.2087185875746,3361.2028925930026,299.0409744450896,1346.6908085061486,559.7240784556866,2397.04346172837,685.6031385085796,2824.760679381888,89.3638965850323,1033.0848621232738,703.678889687889,5733.032631711645,393.6315237196083,3344.3492583236557,450.03848412140763,3779.6559482040097,349.8052594973756,4291.541737545832,126.35281356102304,1164.5444415109323,212.96146374075974,2239.1804230236958,483.76807778215993,5139.250731459533,288.49590669797567,1496.2723788974859,193.09125556325372,2037.836443020784,233.469029395067,3642.7809472961526,300.63500784522176,2439.5947251278144,346.39151013097955,3107.869945172452,406.697828134975,4381.134741451499,4053.3733548152,1465.3809784986395,40607.57055057426,16905.41862627194,942.6036293928827,7988.072715601352 -6666,1730.4350657542414,3551.4020371866345,313.29340349128586,1422.8955030738061,579.0061579698721,2532.684073302037,718.1751096412967,2984.6043669153373,91.743070615105,1091.5436530226511,721.9197551806283,6057.445628285538,403.83529675173116,3533.594712549953,461.7422789476276,3993.533941047235,360.20988907602083,4534.385622176489,132.77690064023952,1230.442086995158,222.54787086278807,2365.888097228201,505.66844047889333,5430.063611315685,304.86255161702275,1580.9413904506187,200.0328693183863,2153.1507399168195,239.78816751144404,3848.9136451004215,308.5729665810283,2577.6431693014674,364.00290446299414,3283.7338319918645,427.3753436507296,4629.0483922489,4079.133383693357,1498.7328246176303,42263.35305015257,17786.86416477301,947.2469970253603,8430.588932637284 -6667,1767.531209933586,3439.8947820823446,319.4659482247771,1378.219296272481,587.6983590384499,2453.162620618526,731.4696748035934,2890.893478358589,92.9860471169471,1057.2712627664678,731.5590446181741,5867.253380862973,409.227426947023,3422.64657349904,467.90230819034383,3868.1445868515725,365.3855279844192,4392.014556040085,135.30614261791743,1191.8085506483935,226.53762243437117,2291.603720285393,514.7588687869203,5259.56996345509,311.22400408308977,1531.3028440162761,203.21211011197124,2085.54591052271,243.06659349914594,3728.0650925556397,312.7347198938979,2496.7100866942324,370.9367266980755,3180.6308483633,435.51633545106347,4483.70509555656,4110.810730437983,1516.9479709817865,42985.23717212843,18141.2995452604,954.212048474076,8604.07671593057 -6668,1668.7622539171625,3277.637433578481,299.2905881173412,1313.209689049942,542.858564242,2337.4487143840465,683.5372791557367,2754.532124212278,85.37715311543906,1007.4005421155382,671.2279769201631,5590.499283168491,375.47878043564003,3261.202810516962,429.29726830133114,3685.687004846064,336.37407538902863,4184.84640654743,126.81932131218205,1135.5918034502774,211.226892086683,2183.5104305104046,480.07896814573064,5011.479852970903,293.14323994840856,1459.0723965849456,188.29163486894726,1987.172218575178,223.27507677390244,3552.2149589647192,287.0814778962081,2378.9420779865286,347.67042367360307,3030.602792065423,408.199398886408,4272.211969642438,3696.3307872849723,1386.2639231098872,39972.44469594378,17039.303568293162,856.7013281920538,8101.646659448925 -6669,1382.8495703083322,3163.9858093958687,248.4168851515848,1267.6743249111692,453.3130046369596,2256.3980038595246,569.0587258393912,2659.0191042019733,71.40427214851404,972.4690678039109,561.5082963834884,5396.649494593756,314.1025964053985,3148.121054613445,359.156284621441,3557.8863182789196,281.10427572899124,4039.73743684067,105.40061248950926,1096.2153149014273,175.98901307903407,2107.7975086646697,399.9458834828987,4837.707482966347,243.50071500771188,1408.4792632587714,156.88498048713916,1918.2672970430062,186.70567105661027,3429.0423971077657,240.11544105690595,2296.452590824326,288.9518349453973,2925.5170598724794,339.25797911003366,4124.0736111321285,3113.7052233036557,1161.6576919790414,33300.6554256879,14150.952117524748,722.0436668502132,6723.662141726111 -6670,1052.8193581887074,2928.1700638794723,197.71017396113302,1173.193001665917,375.9486497169484,2088.2258913672,449.4984339071754,2460.8391469664966,61.23452008197696,899.9897546746269,482.84042265652175,4994.430584483883,270.09650860494963,2913.4877287417075,308.7262490196299,3292.712684403574,238.43310904728853,3738.650847725729,81.84318682364288,1014.5130421028872,140.45841614273817,1950.7007734557756,318.8178410545687,4477.147206969476,185.6618782970693,1303.5035751493576,130.374909059225,1775.2964811156453,159.8407220773092,3173.4716588067313,206.09147220944598,2125.2951608067433,224.37003402446433,2707.4746829294263,263.43256941203845,3816.701343441929,2887.501112004951,1010.101980166351,27010.71693047097,10975.021331247202,673.2883067092021,5142.328445294185 -6671,984.3961390582459,2745.313766306244,198.8703021128075,1099.9302730868155,401.90083344549856,1957.8218346827111,453.40909530512266,2307.1664006706796,63.32113520128677,843.7878296485898,478.50657918106253,4682.5419081973505,267.672196271857,2731.5483032710044,306.0571968118449,3087.0916865422873,231.8265950351019,3505.1822181651887,79.16917364106973,951.1594476491182,131.6290358594212,1828.8847882753332,299.1915203610873,4197.561477965705,178.20519628877372,1222.1033038449348,134.61929097943525,1664.4340193904884,169.6425197003137,2975.2969403567527,213.90244970834885,1992.5762285461828,217.03932694864352,2538.4002147485016,254.8255956288107,3578.3586716095715,3215.892343608512,1089.2384601395672,26477.598246215533,10054.479812964308,781.2423688984261,4699.41506800727 -6672,994.9869957567245,2657.069681556054,201.77148367920506,1064.5746276123941,420.8621420124894,1894.8905231416022,466.5510193763013,2233.005920403426,66.40883650712385,816.6655073608637,502.1694749775473,4532.028465958199,280.9090033787462,2643.7466891417016,321.23548505030016,2987.861651796432,242.29431157867324,3392.51327645045,81.54697479065499,920.5858221716107,135.68455277131469,1770.0979689923608,308.399356448964,4062.63702038572,180.86509880216906,1182.82058547534,138.95728216031154,1610.9332288903877,177.8456525109232,2879.660383769241,224.39245297987856,1928.527787985007,223.5579798205736,2456.8070626544327,262.47913761191916,3463.3375801191983,3436.4567855664563,1149.480244413591,27399.966287779338,10259.669568824998,835.7476504494789,4785.411439849644 -6673,1013.5209905382253,2625.8788391161675,207.82776724370774,1052.0777858073598,451.5312647764975,1872.6467588329706,488.68162219716334,2206.7930828876824,71.45204057036761,807.0788242027219,540.8029253288096,4478.827834150907,302.52020154195714,2612.712242809944,346.0253939418122,2952.7877044851275,259.63791409550095,3352.6891996430177,85.37168562511575,909.7792379367055,142.52757716254746,1749.3191210617822,323.90460118725906,4014.946486685041,185.69943173550917,1168.935676557705,146.55278065891935,1592.0227859794315,191.24726717412042,2845.856590841263,241.52316039441658,1905.8891621358136,234.04328144880637,2427.967065522111,274.7899168164381,3422.68211009992,3793.7245594522515,1247.3699560521302,28924.457724630804,10607.536162628088,923.9942967702315,4929.939660493534 -6674,1152.6557159812958,2654.8603270124613,236.1597229842824,1063.6894333674575,524.6479642539935,1893.3149208847349,562.9957662031893,2231.149175053329,82.85366528337643,815.9864496523634,627.3176615157689,4528.260082406778,350.91575230883836,2641.548412671834,401.47058822117344,2985.377243592219,300.6247836103841,3389.6924002523015,98.54424565750574,919.8203546781912,164.30214882495014,1768.62613179609,373.41077095867837,4059.2589360162124,212.47338065143822,1181.8370696673376,168.17249423248785,1609.5937372416067,221.71884622524146,2877.2659449643247,280.1025934653153,1926.9242163284541,270.1553618474505,2454.764226561618,317.18906413390766,3460.4578134831386,4441.432693702256,1452.9181676352148,33353.271444321406,12149.824945382099,1082.319162228052,5646.749371393702 -6675,1583.0412084354646,2768.9668179362166,319.6587252270745,1109.4070432316348,672.7795173536781,1974.690019844783,744.7733981714562,2327.0444658535266,105.63276109914437,851.0577298488404,798.8148260234378,4722.885714021456,446.8496948613682,2755.0827545384686,511.0973488402721,3113.6894255491807,385.48075496937696,3535.382138114694,130.76740572290063,959.354439347226,216.4368199669293,1844.6420786999363,492.05787868185706,4233.726793412287,288.6602934739778,1232.632691377165,220.2115314290559,1678.7744362413814,282.88008856127055,3000.931479114574,356.9359781089105,2009.7438503273072,358.49394934438607,2560.270542313195,420.9072865058422,3609.1890646411202,5474.523327330897,1833.0209525800717,43652.73682033708,16361.025216088747,1331.486163604294,7646.196857316277 -6676,2241.4743643347692,3069.8284633139724,443.34736563884906,1229.9494875318935,876.1553934798883,2189.249647151671,1010.4176490650759,2579.889108963302,136.3735471169483,943.5292709504492,1029.5986212199894,5236.050103586317,575.9480354316041,3054.4358292351612,658.5986020211631,3452.0068505533054,501.3878175609136,3919.5185171505,177.99984443120792,1063.5929420453504,292.097754337599,2045.071367825311,664.3242580960972,4693.741698934081,404.61543807694795,1366.5641987075962,293.6529169733059,1861.1814032855532,365.555396837719,3326.997207538594,460.50568691669145,2228.112245961591,487.97991257889566,2838.4563273442573,572.936589999821,4001.344923437816,6742.109495208834,2334.1774947688273,58350.42191948463,22656.65866273615,1635.1584465315896,10662.39143515542 -6677,2485.6779350869547,3749.3339100765425,483.37030825771774,1502.1983724479348,936.2315993681186,2673.8392837845527,1100.8176937303422,3150.946652579771,144.25269988330257,1152.3791420271623,1088.1776999959175,6395.047945787485,608.7166353918601,3730.5341218776985,696.1207879375281,4216.107348429486,532.3658060582633,4787.102557405104,195.1886615347934,1299.0188643386914,317.14029976395335,2497.7471932215362,721.6029009567843,5732.699767190191,447.7562679013664,1669.0527017199438,314.45749778085303,2273.153249940618,386.865901718024,4063.426865059532,486.9480476012931,2721.3041051232785,535.1024114459323,3466.747633479963,628.26305553089,4887.041209840927,6956.373758428773,2457.32281988433,62969.68332435322,24909.990873020502,1684.4727488873039,11785.934084010496 -6678,2246.459843811139,4197.3773286414835,430.87378552941215,1681.7102831757054,843.932194494028,2993.3616635278945,994.5360450101057,3527.4831104672407,128.81874767936674,1290.0878398012271,971.6172938097436,7159.2527918314145,543.513812108657,4176.330975699428,621.7262893055721,4719.929945918157,475.63721521609335,5359.158780265491,177.6879046072254,1454.2509313451676,286.0046017188859,2796.226661309007,651.0376616036688,6417.7543563254385,405.7967634391579,1868.5036165168037,279.7215785229345,2544.7938606336807,345.5021530194506,4549.004225565342,434.82413676262894,3046.4985059040164,487.1247412245426,3881.022141501729,571.9325344085995,5471.040048792077,6186.465525996162,2199.5112518077003,56622.97511558587,22524.46966367947,1497.5974978551224,10697.444446475092 -6679,2117.6616249954086,4363.793456977752,406.6772374204952,1748.386136308969,789.8223673034819,3112.0414056028703,933.9360437830074,3667.3395103219405,120.66948511399028,1341.2367851315498,910.0210960818831,7443.100308533663,509.05746344981605,4341.9126656952785,582.2631975707421,4907.064055176886,445.8586204317555,5571.636807738841,166.68056243112065,1511.908556732448,268.53887321067714,2907.09046470128,611.2538459428994,6672.203205921376,381.92412343109953,1942.5853855112732,263.09444919286346,2645.688945478871,323.6724729578522,4729.361532457483,407.29298796615745,3167.284998668264,456.94852455432255,4034.8955315276594,536.5026770877075,5687.9539051375405,5769.880236578041,2056.464918110357,53152.51834061552,21189.2270323471,1396.373403546024,10061.839990729668 -6680,1960.2653739762973,4422.471222463114,374.42841838669256,1771.8958172083142,724.3313148893712,3153.8874823200695,860.8461986238929,3716.6524051377532,110.27708085502563,1359.2717307159812,831.4562955937896,7543.183985429463,465.10903387482614,4400.296211036593,532.0201504000812,4973.04691084823,407.8775529059953,5646.555843480862,153.9765811709477,1532.238440949448,247.27508869603128,2946.180667804205,562.935789901515,6761.92101196504,353.4683076673432,1968.706367361149,241.21831073736837,2681.2642120492424,295.8369151572128,4792.954910474331,372.1812007169462,3209.873908571868,422.12103532503295,4089.1507697948,495.61176661593976,5764.436999176634,5236.04736952585,1877.4658489392539,48855.87999402203,19575.39258695851,1266.5989236625649,9310.459911355572 -6681,1843.7202847168924,4515.263968321582,351.29940079292203,1809.0739174113764,672.6775971753991,3220.062673721345,804.3089968716589,3794.6355880067485,102.20994169576272,1387.7921099148941,770.4081886155883,7701.4558473170755,430.95928215968576,4492.623678525525,492.9309217140676,5077.391892404395,378.5525169241066,5765.032458704136,144.05900822517953,1564.3880254449712,230.8203681219375,3007.9977334692303,525.5308816633907,6903.800333822751,331.7638930353962,2010.0139667613653,224.8915495650103,2737.5227734038867,274.2424402144131,4893.521183163616,344.9143694437876,3277.223812924654,394.93238021954414,4174.949751647122,463.68960149956024,5885.387008927933,4809.665190520251,1736.0542495789064,45554.20528062241,18352.154097344195,1162.7793397557969,8738.246552136683 -6682,1735.7632238771507,4594.150801600436,330.97222642989914,1840.6805108493684,626.461418360768,3276.3208568688833,753.4412813185926,3860.932218078715,95.19246364924851,1412.0384276426394,717.3448709661395,7836.009102164231,401.27614843766304,4571.114960009609,458.95252781891475,5166.099744374431,353.03272006244293,5865.754178986201,134.7957445810918,1591.7196760887732,216.13847183692926,3060.550899212841,492.08639916350234,7024.417633220025,311.9898431244186,2045.131213016851,210.63053184463462,2785.350431794998,255.44905516952065,4979.016603238971,321.20287381956604,3334.480666646049,369.53748957971465,4247.890905767111,433.87349294355505,5988.21146105568,4446.7607851849,1612.8680421338672,42605.975280697,17231.72356736279,1074.5326934350446,8206.78403612409 -6683,1677.9402994513378,4537.552426031275,318.84415087474576,1818.0039529053856,597.5066185317634,3235.957698071932,724.0230614182508,3813.3668461170964,90.62364282639044,1394.6425943979045,682.7001135327193,7739.472134772313,381.8961885479155,4514.80037817518,436.7814949290494,5102.455152329696,336.5767346358593,5793.490082234527,129.5469495632602,1572.1102309663554,207.52997366888837,3022.845952918558,472.5074164147948,6937.879196732236,301.37682611583716,2019.9358919485446,201.60485845307701,2751.0358616734557,243.23373863132392,4917.676811872732,305.7476334345024,3293.4009987707163,355.14811445340166,4195.558334363996,416.9789460481127,5914.438732232257,4191.697903026702,1531.5716868581017,40824.27789075831,16606.450666940305,1012.2409430909839,7917.370144934455 -6684,1620.5079330543736,4486.087536635778,306.90263853683604,1797.3841641796193,572.4097545747449,3199.2554874121993,696.125011494852,3770.115664745838,86.75473408855423,1378.8245673807016,653.4317027062326,7651.691093365379,365.52370769149604,4463.593542354936,418.02775412348,5044.58313997483,322.33327198156144,5727.780356307042,124.63873557818705,1554.2793671971451,199.42950620650035,2988.56085425301,454.0890642764666,6859.189817089863,290.5250620172804,1997.0257925150377,193.6089856590662,2719.833631252527,232.8752673388373,4861.900554224688,292.6724988008205,3256.0472665770367,341.69242948351877,4147.972339678475,401.1806435687864,5847.357207522027,3989.012113156087,1463.5647976917057,39214.91201944552,16001.839834991852,962.9266407352692,7633.256055937895 -6685,1581.863893746702,4385.6270416431535,300.93793909490915,1757.1339235521705,567.823823675273,3127.6120370228377,684.7221152599484,3685.6884923452194,86.32327568428197,1347.9474617924022,650.4346303980498,7480.340742198,363.84717290175536,4363.636773110274,416.119962725653,4931.615812624512,320.1606157381701,5599.513655065818,122.42205101162116,1519.4731639498175,196.39648240415542,2921.635654893438,447.12912151603916,6705.586571801883,284.0203858889463,1952.3048195088911,191.3523608532069,2658.9262524593523,231.66417350915728,4753.0241820421215,291.26259733622356,3183.1320331027887,335.6154716947952,4055.0835248578187,394.04569521682697,5716.412727578401,4018.004506154312,1460.501327437955,38701.345766907114,15678.985916867849,970.713109528277,7467.595304842651 -6686,1564.6030417080992,4323.635250645551,296.82239913038137,1732.296453810824,550.2421688167752,3083.402561415431,670.72911988439,3633.590484801439,83.31811181412658,1328.8939315825294,627.4792865145196,7374.604500726029,351.00616385231604,4301.955819335702,401.42338881901287,4861.906351734708,309.87747913782476,5520.3633130743565,120.14539483765788,1497.9950806765187,192.0890174710135,2880.3377001951662,437.39104571396575,6610.80164884142,280.3975171021495,1924.70856675292,186.51619535394607,2621.341752237295,223.66460175866231,4685.839152649082,281.0665575442782,3138.137770289244,329.37410398858816,3997.764038279539,386.7177133914457,5635.60999180101,3817.9018061832817,1404.5142225754573,37751.95853687708,15435.956774144914,921.3988071725621,7366.07420576961 -6687,1609.4764979558204,4210.633436993592,305.7953726874297,1687.0214410691149,565.5589814249489,3002.815263583817,689.0428196987727,3538.62356667629,85.86973381760077,1294.1621802403026,646.7025560400942,7181.863060887061,361.7594846995293,4189.520615704001,413.6689705641402,4734.8363738798525,319.2076656845964,5376.084013311038,123.24553142098468,1458.8437297541934,197.404274489149,2805.0576718894554,449.45632313158524,6438.022833630099,287.8722509825517,1874.4047029470937,192.3196065873184,2552.8307990619105,230.5129436198433,4563.3708379012905,289.6754441547809,3056.1199221186675,337.87301242161834,3893.2791405743687,396.6962708910923,5488.318623961059,3936.038662737938,1445.9274129981318,38843.497627991084,15864.930462585029,949.9491927469234,7564.033846006321 -6688,1680.6894511964538,4206.669600950699,319.05833597219345,1685.4333008300496,585.8986285342885,2999.988452000702,717.6465103804491,3535.2923520631657,88.81195953707451,1292.9438726454605,668.7285830806696,7175.102147575121,374.08064242150743,4185.576654998928,427.7799232046573,4730.379059949104,330.5987857348089,5371.023037118154,128.31262317168466,1457.4703930713697,205.50060728838096,2802.417026754084,467.8923770929326,6431.962161920064,300.88869471788644,1872.6401625206502,199.83018730964474,2550.427597053437,238.43895472196286,4559.074939415937,299.5768964463598,3053.2429302171004,351.7642548406051,3889.614057775456,413.005960813233,5483.151991552403,4045.329799814893,1493.5415020615596,40355.21142321207,16544.44600573465,975.9040887236151,7893.76595464174 -6689,1815.1903032023279,4296.408244248557,344.88985846106175,1721.3877522448547,632.7753403727046,3063.985608689914,774.0932662860521,3610.708861898819,96.07580780192939,1320.5255560192297,723.4361729790961,7328.164782230675,404.68356697463224,4274.865333709018,462.7246170225931,4831.289718354151,357.4598277176911,5485.600212459806,138.38907388307976,1488.5618331244373,221.6983263640356,2862.1994973999585,504.76576531624374,6569.171786850774,324.2758626324941,1912.5881982617282,216.21002267929205,2604.8345113348123,257.93795512325136,4656.331258206457,324.08134464052046,3118.376136341617,379.3884673951977,3972.58912394613,445.43951337242714,5600.121154190387,4378.628931606946,1614.6598651050967,43596.65733280582,17856.837767824567,1056.36426625136,8515.39004156357 -6690,1915.5767003802669,4494.275137976346,360.70849875793965,1800.6645872368983,653.2364090455503,3205.094479251667,809.2644197744436,3776.9965389638915,98.50279559274472,1381.3410733079934,741.2791923086475,7665.656268084334,414.66478850817145,4471.740089691046,474.17427315902665,5053.790056991532,367.5249183276833,5738.234183108412,145.15683198017987,1557.1160973604676,231.3081849188273,2994.01530529901,526.7747808250582,6871.708590137197,342.10802416966897,2000.6705834207912,223.6271524367568,2724.7976256693782,264.54424351162885,4870.774055504007,332.1899941191039,3261.9899096367326,397.9420229622329,4155.542843733877,467.22321918681484,5858.029275180116,4405.8312190420365,1649.9647103505472,45297.39259694597,18760.583358482527,1061.5552454466986,8973.157755261615 -6691,1941.3560667091228,4260.7986990246345,363.8713549691188,1707.1205244753503,650.950886857605,3038.590644362641,813.8089921104267,3580.782538980059,97.82289682229107,1309.5807593813959,735.8405419350094,7267.4273940715,411.6224573185817,4239.434340709069,470.68328081158916,4791.2469617222805,365.71372142740466,5440.134391303857,146.19289568284333,1476.2243160865235,232.31551759680352,2838.476979275897,529.1366862556633,6514.725094048541,346.2004092229164,1896.736260533996,223.60973631495358,2583.2450889477795,262.7857546189737,4617.738594499829,329.8389103032114,3092.530371754206,400.78235283256197,3939.6634604562614,470.558046847611,5553.70615911478,4313.166799838864,1633.2071171622454,45390.465012384884,18941.19304945703,1038.195839067676,9074.108845319646 -6692,1821.0597064899177,3957.2728386652916,337.9206264774705,1585.510642730154,592.4592965981775,2822.131030858453,752.6772433605638,3325.698885027472,88.39720221082526,1216.290356623746,664.3935176994182,6749.718788666236,371.6556465655099,3937.4304098509356,424.9615028169748,4449.933640211986,331.6222919378665,5052.596375962053,135.7324517530728,1371.0627519586253,214.3394613478551,2636.272832095199,488.3362958085587,6050.636626403182,323.7691161030434,1761.6187518178176,204.60897283546979,2399.2228566087088,237.57936971481107,4288.7854618087795,297.9588492670814,2872.2282622016082,372.10543723919693,3659.014261601834,436.8885169996608,5158.077649250145,3792.1686810539936,1467.1379278906816,41713.94389881267,17648.162021349464,911.0168487818854,8481.290133004262 -6693,1490.4004220438328,3645.0395373652664,275.6098982284739,1460.4120603455915,479.4246862212847,2599.4617016536013,613.6062668484756,3063.2974827647536,71.33872505134586,1120.3236722755155,536.011686936877,6217.158344604744,299.8400266832844,3626.762698619399,342.8650095897217,4098.82884463816,268.0665216439434,4653.940809131016,110.65074966109735,1262.8843506235467,174.6067503101804,2428.267924915163,397.8253536015295,5573.234555368346,265.18359564120334,1622.6250405078783,165.94827565680438,2209.9214605174357,191.76809528673962,3950.395439714735,240.42938011628902,2645.6062048008557,303.344889536009,3370.3138992610993,356.15684605979374,4751.099490693242,3027.46953789446,1181.49945205267,33891.33681417139,14414.61752589822,726.7370873473731,6934.961393637975 -6694,1145.132199099572,3322.409286484229,221.98284701154006,1331.1478631842167,405.700701343103,2369.3777828475086,491.60966119038056,2792.1584662310615,62.43240866421997,1021.1614262288018,470.3422820452647,5666.864353023836,263.1051632561456,3305.7501698534297,300.7536332427923,3736.032730931281,231.84647657430867,4242.010547348242,87.02446215111405,1151.1037538155565,141.2232745756232,2213.336733691915,321.34925178811676,5079.935636554131,204.21503645377658,1479.0030252900913,140.15148023972583,2014.316582182016,167.56499250947724,3600.7374843676375,210.63858145586747,2411.437937258743,238.57430644630745,3072.000202600231,280.1097874593767,4330.569506057983,2890.81623242544,1049.1167592016461,27910.099326530202,11293.39581536709,698.186701773012,5356.157200412763 -6695,919.7162617664362,3106.087812765401,202.61780365039388,1244.4770641730588,384.1229230840603,2215.1080196767584,423.5098768977621,2610.3615284700422,64.57819750348798,954.673788620375,502.95017247084024,5297.895829730302,281.34571840367096,3090.5133682353835,320.4592062451194,3492.7803088096066,237.6794722801182,3965.814000202111,79.19814938891254,1076.1555945259593,136.61511976654376,2069.2267752903385,310.02606366962885,4749.181936892089,186.80376111199408,1382.7054031497682,132.96568438518122,1883.164790207889,169.8793271485936,3366.294111523203,219.33186318406527,2254.4296449657404,217.1187628770536,2871.9828194938177,254.91886125055768,4048.606900967989,3244.292818642186,1089.3568126682674,26639.455391483883,10172.97117813803,789.4726539117805,4698.313482654732 -6696,929.7976664484454,2973.8516502675066,205.63379548357378,1191.4956672510007,402.33293616116174,2120.803736701714,435.7351473898542,2499.2300305650638,67.77576545755615,914.0302505575896,528.2346627148851,5072.347340419112,295.4896305873253,2958.94026000441,336.61180524813136,3344.081401268425,248.57166620802397,3796.9765248378044,81.60213321102594,1030.3401847085354,140.89573455477918,1981.1331267535081,319.72720512501206,4546.993965335741,189.67401464136051,1323.8391806218094,137.2934835212756,1802.9923996576892,178.21100526505413,3222.980128796241,230.2563924016867,2158.4513137522576,223.70919456593836,2749.713260581502,262.6566786506662,3876.2446651528176,3470.4563680719234,1150.842324159422,27574.734325317102,10383.09129005178,845.4825381420079,4784.686745389702 -6697,939.458342019829,2921.217104438091,209.64613698233688,1170.4072470206804,425.19844958668693,2083.267384992784,450.87812362176675,2454.9958679193933,71.80537783539911,897.8527229703888,560.1306439988014,4982.571275588175,313.33195028358466,2906.569632603512,357.008634499148,3284.8941160665804,262.4156219749623,3729.7733962312336,84.49090299838483,1012.1040740851115,146.24880704151406,1946.068821395539,331.8391196661049,4466.516190920528,193.07545061744992,1300.4083971740383,142.85111501732985,1771.0810277231362,188.70394265605088,3165.9362290841755,244.02904698429583,2120.248633203604,231.62864883737583,2701.045766149219,271.95489976177254,3807.638560522259,3761.045874234654,1229.1079262562703,28730.580807509854,10628.625543646558,917.495246438015,4883.030181699615 -6698,1078.394160448769,2941.946018134845,241.04399837035655,1178.7124396668166,502.4000815398032,2098.0502197794112,526.2383094573893,2472.4164825648004,84.7870142755032,904.2238727142995,661.745144639939,5017.92752822776,370.17417094067883,2927.194608055117,421.8687168956454,3308.203676499959,309.1941507929789,3756.239813506918,98.7666196561172,1019.2859497396013,170.96380039428922,1959.8780971886201,387.9170942385728,4498.210524253741,223.1937583660744,1309.6360760735633,166.45424585192305,1783.6485927007118,222.74647148139434,3188.401666097538,288.2058154873145,2135.2938863847407,270.76499184319005,2720.2123472610533,317.9048299306487,3834.6575078608817,4501.0559361489095,1459.5841404857033,33620.181591327106,12312.638012555712,1098.8605858501808,5651.26814302104 -6699,1486.2451819237272,3036.428272633642,327.69733531029453,1216.5674540073258,648.8346951834142,2165.4302850812655,700.262087090155,2551.8195313946385,108.82230871537622,933.2635320211157,848.2667769601045,5179.081098978563,474.51266313194026,3021.20311270508,540.6540446821507,3414.4485021256473,399.04304614888355,3876.8735721926996,131.69554935001048,1052.020892500856,226.3407707288742,2022.82068689752,513.7249408942885,4642.673090501356,304.2529887942971,1351.6957767878666,219.28403942067368,1840.9314725473012,286.1142454073277,3290.798982636882,369.7253721266624,2203.870053030733,361.03842036606017,2807.573499947203,423.89474667158345,3957.8096949982696,5593.22764266769,1853.5766906669176,44261.70750466695,16651.585420853306,1362.90718293554,7684.509635320039 -6700,2116.215695159659,3315.391347880727,457.798405056691,1328.3360741568945,855.7087566490053,2364.3729365523304,959.2667435071918,2786.260578584596,142.25845156942012,1019.0044228088162,1107.0979518198885,5654.89421247984,619.3004509130728,3298.767420369516,705.4762563814853,3728.141093849417,525.2633089369307,4233.050131273737,180.73679203024003,1148.6722726902774,308.154399291608,2208.6614935373937,699.6586261184169,5069.205267917097,428.90974591790246,1475.8789212045097,295.51114628251565,2010.0617331002738,374.4017952890527,3593.13163198352,483.0205956457995,2406.344247128908,495.483152002371,3065.511204119671,581.7461337913251,4321.4220265360145,7001.814502253782,2390.8625715792327,59769.859570109074,23223.456224116344,1701.6336256612024,10788.407444432525 -6701,2344.631707648314,3928.031427817366,498.48601376233495,1573.794855116311,913.4103476277346,2801.277504628544,1044.2486352359845,3301.124353167198,150.20913428377605,1207.3028423738058,1167.9118378253886,6699.843203066249,653.3191815620387,3908.3356203346275,744.287564337161,4417.05181903755,556.7501162377273,5015.261308984947,197.92708292451238,1360.9315806032955,334.0333246570615,2616.792664784693,758.7541174168704,6005.9267570822085,473.9812367890315,1748.6016514612272,316.0013597036102,2381.4943187681156,395.5489678638209,4257.0944102082885,509.8369223750174,2851.004553327294,542.6096912114249,3631.9767679328334,637.077343082779,5119.963151241941,7210.9117244279305,2511.26537518925,64412.666857426855,25500.37248561023,1749.6420978585402,11911.90711512755 -6702,2142.7292460019216,4370.161585050601,451.05288229354375,1750.9375739392276,842.9931905926828,3116.582839205141,959.6864566828722,3672.6912960832506,137.67038315507673,1343.1940655821352,1070.5858455292796,7453.962100341892,598.8759131814388,4348.248862907377,682.4506213277352,4914.224983546462,509.8607625899844,5579.767553869904,183.05817432408935,1514.1149002312022,306.7324191175825,2911.3328113157777,696.9599702039429,6681.940019765176,434.8312275846932,1945.420220076507,287.0916058329229,2649.5498262038263,362.4956685802739,4736.263137732439,467.30614766205355,3171.907049806473,501.8471346925502,4040.783695520446,589.2180777122537,5696.254393989152,6637.656825394951,2311.4572454964614,59071.98630982197,23383.047485616356,1610.9509559551193,10948.82938808095 -6703,2012.4620310429111,4512.989640919018,423.61347673142643,1808.1626913097577,783.0840469432994,3218.440736038809,896.3023089825309,3792.7242393544666,127.88631466904081,1387.093082427955,994.2558351321869,7697.576642868326,556.1776047079991,4490.360754981483,633.74313793425,5074.834422543171,474.1438044215808,5762.12862597376,170.8328250165932,1563.6000470278786,286.2980405530427,3006.4826123777334,650.523750071417,6900.32290650262,407.58317336543513,2009.001527649009,268.1814951675718,2736.143889887358,336.784817871391,4891.0563285283215,434.0539083766563,3275.5730833162934,468.3317970506455,4172.846839682037,549.8677627376779,5882.422553905367,6123.818400804237,2141.7109463014335,55099.03484835702,21895.593953839765,1485.5955007731814,10255.674648645137 -6704,1859.9648383544052,4542.685918508086,389.19980193767407,1820.0607246490047,715.978412252171,3239.618650704243,824.3018043089018,3817.6810420046318,116.4655652566029,1396.2204025627445,905.2091181114248,7748.228071508253,506.3656870609338,4519.908130460907,577.0113448213748,5108.227739107423,432.30930915842436,5800.044461106495,157.45253129651533,1573.8888145033927,262.9435873358771,3026.26580474635,597.5512211688599,6945.72826321511,376.5135422331854,2022.2211163892518,245.18488569089115,2754.1482051955536,306.7621998125201,4923.240352422106,395.24797847172294,3297.1269390272564,431.650222520804,4200.30491690967,506.7999730905912,5921.129944561241,5533.00791383392,1947.7365096037925,50507.78817620614,20186.56860637422,1341.570084181167,9472.220581398955 -6705,1749.211939520301,4626.44632131212,365.1129060229458,1853.6199497768712,665.0901032526477,3299.352422305949,770.2588328658758,3888.073428269507,107.95751614900716,1421.9646396550315,838.8261323611946,7891.0939257472355,469.2316530393788,4603.2485445763,534.6707698210294,5202.415895787843,401.25819614969197,5906.988693892709,147.30324207771204,1602.9089940703882,245.42621142204248,3082.065665741555,557.7993313773354,7073.797209105458,353.3355728410773,2059.507879838488,228.5960683998477,2804.9306205303446,284.40614050908175,5014.017615569408,366.331116347125,3357.9210783235194,403.82632592384033,4277.75232094584,474.13197175314946,6030.3068143929895,5084.88156640108,1801.1388566083237,47096.31443224459,18923.35276449532,1232.2174530650084,8889.503494022234 -6706,1644.2329242444857,4711.831240988063,343.2610165398103,1887.8300496092922,617.540712527437,3360.244718897283,719.9698456128136,3959.8310613015074,100.19443830449883,1448.2081812648564,778.2803217072081,8036.730635699197,435.3628812859183,4688.205329963919,496.05159134505413,5298.430813617195,372.96128904413223,6016.007089465856,137.53607958105198,1632.4920144279508,229.2386556246094,3138.9477542882323,520.9999600407931,7204.350027522702,331.6913592069268,2097.5178128797315,213.49201176964107,2856.697951024877,264.0024344923902,5106.55548624284,339.95039809262835,3419.8943082365154,377.0500154360744,4356.701802459321,442.69393992400796,6141.601148576944,4680.211468027863,1666.9410111003274,43932.96270040917,17733.845043595942,1133.5333713260363,8334.647647175094 -6707,1590.9574380517274,4651.788875279272,331.116577552694,1863.7736315337338,590.5140896888319,3317.4254768735054,693.0780896928947,3909.3713541160187,95.64129731927082,1429.7538180258766,742.691419499562,7934.31942968357,415.45477545981146,4628.4640267332525,473.36479245609394,5230.9134717764,356.46803386437375,5939.34574925694,132.37731297675714,1611.689341850397,220.47228766289004,3098.948476010974,501.0932067182288,7112.545759304482,320.7236442962684,2070.7893658788967,204.77023084976358,2820.295352051697,252.05175858554486,5041.483191346105,324.46459653494514,3376.314957822962,362.9074498365206,4301.184813516279,426.0891717776407,6063.339376594835,4429.448027390691,1587.439948293991,42178.3987569942,17111.85449861647,1072.1892124072153,8050.073831046471 -6708,1528.984394705576,4587.392785948566,316.58903574734137,1837.972861875791,559.6509319190493,3271.5013747518497,661.3239609896514,3855.2527701268764,90.45014664482271,1409.9613130229523,702.1290049684849,7824.48229896435,392.76453240776243,4564.390830180113,447.4811822360457,5158.5003893599105,337.4780271103951,5857.125629279517,126.44572868202377,1589.378249577338,210.11566516494636,3056.0488156345177,477.60266308061574,7014.084684572793,307.468108230576,2042.1228161782271,194.76606289834967,2781.2531692916737,238.42368697597735,4971.692448332282,306.8111063968624,3329.5756311978867,346.64623345822775,4241.642239916044,406.9968984670625,5979.402776158697,4145.817740131492,1496.812031962288,40152.35351170795,16384.640999173527,1002.8436414555049,7717.160318188355 -6709,1480.2125719784265,4494.535060927978,306.9354709241829,1800.7687272906433,544.7349709858469,3205.2798434298115,641.8510855976889,3777.2149786585187,88.1356792028408,1381.4209621082919,684.2600923630147,7666.09960542845,382.76882641291076,4471.998709345464,436.09627263205437,5054.082339058876,328.6411376614006,5738.566049476233,122.67573522678113,1557.2061519743115,204.03044144947572,2994.188461875208,463.7525359800469,6872.106010126998,297.828349436725,2000.7862906677487,189.3347556058066,2724.955212247796,232.30242073079697,4871.055752981436,298.9767796072953,3262.1785643184057,336.3109374775434,4155.78317636337,394.862240701094,5858.368069805101,4056.4720242020667,1460.0556618695214,39015.57743013394,15882.514823206344,981.5065427011323,7476.695199198356 -6710,1475.2881794021919,4440.211012761381,305.9121784221694,1779.0033954482794,537.2512870563203,3166.538622315397,636.5924929650035,3731.5609553491827,86.72905008336956,1364.7241563504965,673.1515938007105,7573.441842485283,376.5548340942606,4417.947051055078,429.0118993260538,4992.995216875366,323.94762922431426,5669.205785454937,121.77174804297438,1538.3846852689867,202.1582484799829,2957.9986366724224,459.5343520315034,6789.045000959342,296.5260182837224,1976.603408711799,187.39585468281467,2692.0195256427837,228.63427034366836,4812.180816250493,294.1734302041669,3222.749626051434,333.83269044122676,4105.553516925341,391.9525340316932,5787.559796004244,3959.4936899578356,1433.8582938649113,38609.34121172101,15791.960188023992,957.5023066024634,7441.488742993062 -6711,1504.9213959099905,4350.14746104662,311.56696237850355,1742.9187670722401,541.728485770718,3102.309757032184,645.2882170161462,3655.8713919223615,87.49015000565302,1337.042610523372,678.8696514126947,7419.825028086362,379.75346313302583,4328.335093073306,432.59734760821283,4891.719200570243,327.0292320559187,5554.213771117671,123.36302216642186,1507.1806753107408,204.7933126974195,2897.9997171570053,465.524901723569,6651.3385938132815,301.5815931129039,1936.5107368075921,190.01476425147516,2637.415625272271,230.6803254252255,4714.572370489799,296.7230047112722,3157.3805981436585,338.19510890361505,4022.278030596738,397.0744439578296,5670.167133923184,3961.6366903767394,1441.8343480762053,39106.48965922121,16055.385919814578,957.5023066024634,7567.239046893809 -6712,1569.5694278000994,4349.627615143358,324.5191511761902,1742.7104869647505,559.6282343862403,3101.9390286758953,670.8107143903869,3655.434512533107,90.18516740877665,1336.8828329227752,699.5975928241568,7418.938353398132,391.34848364726,4327.817853764471,445.82840989135644,4891.134636435555,337.63879709398617,5553.550038382029,128.19386503729615,1507.0005660830527,212.72308136509588,2897.653404004609,483.5595055562678,6650.543753833678,314.760254287182,1936.2793223136769,196.9381368449223,2637.100452115435,237.82461921118446,4714.008975534942,305.83211875439184,3157.0032887803127,351.4386838592251,4021.797365337752,412.6237083412226,5669.489544673214,4052.1241538674485,1483.6546419963022,40532.7132079034,16715.768975672534,978.8394053568358,7885.750951328462 -6713,1692.552396074412,4431.76349477233,350.0600681209239,1775.6188348626586,602.2400043138155,3160.514270792878,721.7661148146366,3724.4616467336787,97.17586606904993,1362.1277635602146,753.7999529258259,7559.033341173171,421.6687872810413,4409.541890336093,480.31546960441517,4983.4960248791795,363.71207424718546,5658.420100333526,137.9410815298425,1535.4579026756503,228.88298914524168,2952.3710332492824,520.2954761686757,6776.128817559667,338.641039148757,1972.8429133649959,212.42774759446698,2686.8979484689994,256.26522074204496,4803.025624324927,329.5341330283477,3216.618332884953,378.16031312311236,4097.742686068528,443.9975390154836,5776.548941936962,4361.5418824015915,1597.0112013036328,43661.80593859206,18005.774984379732,1053.5192509971391,8491.51122950174 -6714,1778.9609707619545,4563.479811366961,363.9950459522549,1828.3919516772269,615.7149661042749,3254.4478254116334,749.7424776646409,3835.156265249402,98.48038301189831,1402.611524022403,763.3002782907241,7783.695155796129,426.98318224729593,4540.597759258231,486.40635314645647,5131.610368285673,369.9222414126633,5826.593842962191,143.78431756196883,1581.0932032653861,237.03632820969128,3040.1183686337167,538.985693757571,6977.5219491364105,355.55586069001083,2031.4777213990394,217.8159261064502,2766.755165862363,259.83506593568575,4945.776212097032,333.8533283053427,3312.21935473509,394.1793260455469,4219.531579721857,462.8054415589287,5948.233588502163,4313.772993817862,1610.4556293343805,45001.82666679051,18814.093533117353,1040.1835642756566,8904.981493003696 -6715,1807.6836115610208,4301.021890822106,368.50538385636224,1723.2362438809846,617.4131674053834,3067.2758329659373,757.3074418082784,3614.5861783971013,98.45297509075066,1321.943586583473,762.7940028346503,7336.034044278385,426.69997639571136,4279.45584668591,486.0757737150191,4836.477740997191,370.41953099954014,5491.490858596135,145.3841559315685,1490.160307433787,239.12901957403662,2865.2730360753553,543.7996584792371,6576.226013354047,360.8428601241474,1914.6420082085206,218.95579882032968,2607.6316817000748,259.8243147366014,4661.331403800975,333.7107681949034,3121.7247672348117,398.565223068279,3976.855041232818,467.9549176326763,5606.134777269403,4262.068761821896,1605.4228758459276,45320.9276838162,19060.305592112767,1026.8478775541737,9033.340980280429 -6716,1695.6894463177005,3980.7309528089017,342.15653867361084,1594.9093097287168,561.8691710369419,2838.860196258236,700.5731191958373,3345.413124412231,88.87906999846552,1223.500341676754,687.9828536697387,6789.730099545474,384.85130497960483,3960.7709010812437,438.3866180723851,4476.312172984265,335.60997492750755,5082.547402171528,134.96396347987658,1379.1902043342227,220.53611395978174,2651.900258236947,501.6662431420907,6086.503884085508,337.38221619947467,1772.0613610192604,200.27509998054757,2413.4450863919014,234.69102939434288,4314.208732581916,301.15239633109815,2889.2543964026436,369.99865539581646,3680.704344065469,434.4149471372441,5188.653952474798,3738.562729686303,1439.7876197099442,41640.031060149566,17756.791524730947,898.8252850279392,8443.058690891641 -6717,1386.0230400319651,3677.2050924495593,278.53986230995713,1473.2994279835202,453.1781169035413,2622.400582754048,569.9728828764661,3090.3294704596437,71.43403584454416,1130.2099389191042,552.7152058160652,6272.02149414021,309.1838221051001,3658.76697022311,352.21373158110214,4134.998851473971,270.2669432798428,4695.009386829723,109.80028518678685,1274.0286402063246,179.21407203331418,2449.696111056249,407.6895379834249,5622.415416440148,275.9108028553236,1636.943852303082,161.95947268532058,2229.422854052831,188.67477786225638,3985.2555998908665,242.00359291733784,2668.9522868500453,301.013373004904,3400.0551452110412,353.419415488523,4793.025442610163,2964.9784549606707,1153.8933700356754,33741.34496136469,14478.077888577,712.1256709271803,6893.267311937302 -6718,1076.2289493637493,3346.7121486448555,227.82184592602383,1340.8849847261,393.1999607254509,2386.709380702488,464.1842764688146,2812.5826332990646,64.48093472410955,1028.6310493984531,500.59748884884107,5708.31650758371,280.0296487410319,3329.9311733927107,318.889954834337,3763.361178650464,240.59118408016602,4273.04013724119,87.80191493756317,1159.5238831401894,147.8629518496597,2229.526917656542,335.90106830263056,5117.094506793947,215.25244655974777,1489.8216823426696,139.9448728480816,2029.0509673896966,169.95767434564215,3627.0762702346215,218.7320102215001,2429.077198031494,240.70566416730975,3094.4713646526984,282.61221182821464,4362.24688975989,2965.232440669753,1062.2071943014457,28381.473838282975,11509.457548216002,717.4599456157734,5392.604798692182 -6719,727.4247312576152,3104.7232125419723,175.40780671464438,1243.9303269968455,310.69537210709615,2214.1348543701797,342.4431113697233,2609.214716100366,62.97919377976535,954.2543709658262,506.1315999430673,5295.568300610475,283.1253797830986,3089.155610346031,319.42253454938384,3491.2458226401554,225.65582003654404,3964.071695735215,69.4623242128831,1075.6828061654053,125.09619278791347,2068.3177001160047,283.3721259840085,4747.095474717532,167.57978454137478,1382.0979379988091,126.35112710888929,1882.3374578050802,162.39732637080522,3364.815194643316,199.59836176378317,2253.439204455791,190.42836248112323,2870.7210688179166,223.58169635014426,4046.8282230249733,3140.5104524137882,990.0590764834977,24379.465819553883,9322.014399326714,715.3902304573294,4183.686529043114 -6720,734.5048261280543,2975.1512650256645,177.81908650163658,1192.016367519725,325.0306980685032,2121.730557592435,351.8061067898448,2500.3222290381996,66.08556716686415,914.429694559082,531.5152488605193,5074.564027139688,297.32476042015605,2960.233358276499,335.4753197332697,3345.542811605144,235.8306539884865,3798.6358566769077,71.50653585840932,1030.7904577777551,128.9399824093298,1981.998909634498,292.064070874762,4548.98106528475,170.01144093295702,1324.4177168565973,130.3729256616478,1803.7803325497791,170.3195296874956,3224.388616183383,209.45607057031634,2159.394587160622,196.03249221092292,2750.9149237289666,230.16149788406275,3877.9386382777416,3359.351249006138,1046.3455200099831,25215.409811383404,9509.114544116192,766.144267077613,4255.438347095462 -6721,740.9429172268531,2922.126837920376,181.0382271917922,1170.771738471489,342.9950641243473,2083.9161618638364,363.3638896973321,2455.760409499177,69.99924027955957,898.1323347400878,563.5312633596071,4984.122961668058,315.2342255972267,2907.4748045297465,355.7418102595502,3285.9171068462138,248.76509701171815,3730.934932542497,73.95354298254908,1012.4192663254806,133.7420067247689,1946.674871511761,302.90492907517176,4467.907165703565,172.87471102216367,1300.8133739413443,135.53998287871886,1771.6325826583418,180.29314913221523,3166.9221736707664,221.8767309228661,2120.9089268769035,202.74087067233853,2701.886933266486,238.03779643864786,3808.8243458176016,3640.528546053103,1118.0207299501722,26246.52729597133,9726.9380098951,831.3994570179775,4336.168773185364 -6722,849.6734531820543,2957.606418516909,207.95327472170604,1184.9868949514193,404.9573409846117,2109.2184418544903,423.6556408800088,2485.577509922035,82.64334016089951,909.0371860091179,665.7071144796357,5044.638675779696,372.390460569067,2942.7764845667143,420.32697336317113,3325.8137189004824,292.9593131997701,3776.2348164906443,86.3960328307068,1024.7117549645573,156.27957517438173,1970.3108092481943,353.9457036375148,4522.155143692166,199.71703431777527,1316.6074566426432,157.84465665819977,1793.1432098454231,212.7793818367524,3205.3739852230888,261.96644625474676,2146.6603618360336,236.85149098085432,2734.692427527567,278.08703202922135,3855.0699394728194,4356.742968602964,1327.9615318137326,30693.34996551782,11262.325584330218,995.745861312229,5013.261396356029 -6723,1173.9055417746854,3052.9984064979913,283.3017523617597,1223.206400742737,524.1815623922568,2177.247284027396,565.3071572036459,2565.7451003316564,106.10466484891055,938.3564570856331,853.5155964723175,5207.343932610382,477.44880467689705,3037.6901611429116,538.8113880228244,3433.081535305804,378.5383534322796,3898.0301114876893,115.4057265586855,1057.7618899661811,207.12317337782127,2033.8594490733162,469.2489505200895,4668.008684722817,272.6907644961819,1359.0721341242527,208.18919779691674,1850.977644627218,273.4311070926887,3308.7572463490237,336.2993666006293,2215.8968221553255,316.38048076483443,2822.8947473309836,371.4619170161055,3979.40791190555,5414.119247007877,1685.2116925817393,40464.55453276754,15246.595260201386,1235.0148910935652,6832.282537867897 -6724,1676.0425978106025,3318.9652963445988,396.6901286824615,1329.768003052641,693.3401342273876,2366.9216996206824,776.9804132907198,2789.2641310071913,138.7626589749142,1020.1028962345564,1114.235592559352,5660.990114400126,623.2931817469968,3302.3234484571913,703.2953541527132,3732.15998113522,499.00315407304436,4237.613303890999,158.71933714844707,1149.9105263604201,282.3639066417203,2211.042401708939,639.9445259546285,5074.669804823699,385.13303555929537,1477.4698993575628,280.94744638483263,2012.2285533303782,358.00621373879517,3597.00498083714,439.74870980711233,2408.938254720522,435.1231233587539,3068.815785060304,510.87750151381454,4326.080462899297,6777.978653828991,2171.5707696638187,54733.46140338949,21288.271356229994,1541.9559697019463,9616.353013302407 -6725,1859.6112308001002,3929.0711196238926,432.41238131831835,1574.2114153312907,741.5033336976726,2802.0189613411217,847.4028914412603,3301.9981119457066,146.55142345968795,1207.6223975749997,1175.610859710594,6701.616552442711,657.6259438654643,3909.370098952299,742.1149700338672,4418.220947306925,529.3153449060213,5016.588774456231,174.04373480021775,1361.2917990586716,306.3072429942604,2617.485291089485,694.5225940209781,6007.516437041416,426.0312399977202,1749.0644804490578,300.6168309110295,2382.124665081788,378.3456245003414,4258.221200118003,464.3963515586907,2851.7591720539863,477.13438606704983,3632.9380984508057,560.2028712210895,5121.318329741881,6980.591576114232,2279.3386730422426,59030.05209848012,23385.72278077836,1585.4594296621892,10629.950688179328 -6726,1699.3380840685486,4361.58410243416,391.14103902501665,1747.5009420640326,684.4164041015534,3110.465803346003,778.7151004260884,3665.482764971844,134.3127713509828,1340.5577274230498,1077.6167962108498,7439.3319249822425,602.8089625744815,4339.714389225412,680.4337556349811,4904.579646972674,484.6295999561206,5568.815931540692,160.98355964068574,1511.1430892390288,281.2619624078974,2905.6186275050095,637.9313823401386,6668.825121551869,390.8227992468429,1941.6018697032707,273.0363160446897,2644.3494538300906,346.7114098437795,4726.967093652567,425.6197081110075,3165.6814270117115,441.33040459179335,4032.8526954348454,518.1654624547325,5685.074138501481,6425.569453180332,2097.7986594643257,54119.116585258686,21438.06324277981,1459.782767554821,9766.928692848496 -6727,1596.5338516475622,4468.087823385879,367.46973803025423,1790.172445885909,636.0075419646312,3186.4189832387274,727.5826056146595,3754.9886748397807,124.77504485674167,1373.2922529458879,1000.8245940082734,7620.989898965443,559.8521082396985,4445.6840826820335,631.9013777152462,5024.3425518803515,450.7867199220103,5704.798547965146,150.26806770286478,1548.0430682637625,262.5681835797009,2976.569728808595,595.5292791971808,6831.668408105759,366.41213234281344,1989.0130439174302,255.11026176496742,2708.920731080568,322.1473804559327,4842.392950971097,395.3877015856602,3242.982894415798,411.9542844285054,4131.329259918441,483.67499741728477,5823.895616069432,5928.210269100126,1943.508408336725,50492.4892664765,20078.00203810863,1346.190399880853,9151.84400736433 -6728,1476.1767454694073,4490.831147836715,337.7223877014863,1799.2847271053226,581.8586282030086,3202.6383960248404,669.5163834506318,3774.1022037400207,113.64021187177936,1380.282543313748,911.2304367364259,7659.7820294606245,509.7339575318751,4468.313368294807,575.3651126035987,5049.91730719547,411.1061199880317,5733.836939651169,138.55395814801233,1555.9228699053315,241.20489833274536,2991.7209733160335,547.1613504206447,6866.442758406764,338.58138936688306,1999.1374574882625,233.27942811144038,2722.70959681774,293.4581228920132,4867.041551973509,360.095035333851,3259.490227098511,379.840491437379,4152.3584261939495,445.97023422107156,5853.54023202143,5356.318201443694,1767.072468015454,46295.18643898784,18512.994504868835,1215.6800200001237,8455.415019289636 -6729,1388.8418320211506,4565.169313704141,316.9401144802852,1829.0688632892702,540.7993509603224,3255.652694817118,625.9536657545809,3836.5761259130672,105.34662297704044,1403.1308021929974,844.4467302648382,7786.576853908358,472.37576401023335,4542.278790147719,533.1772481539072,5133.510205267337,381.6828595159526,5828.750978376916,129.66872349715737,1581.678559347287,225.18424287174957,3041.2438884785324,510.87259598327284,6980.105183888852,317.82586573511605,2032.2298199072181,217.55028247484233,2767.779480532822,272.10011587222135,4947.6072491159075,333.80634674748177,3313.4456124534076,355.48195313628037,4221.093744727603,417.37090561785755,5950.435757672461,4922.558570863142,1633.7457514588102,43180.1123521374,17357.441962690467,1116.588805646237,7938.203870383126 -6730,1305.95089821366,4638.727710716674,298.0838597747916,1858.5405793119835,502.3603110107729,3308.1109010749637,585.3741508609465,3898.3947290022334,97.77845013103982,1425.7393946713519,783.5315137688256,7912.041666323749,438.30035001327434,4615.468353037378,494.6943937519134,5216.226257137175,354.86809044817124,5922.669417999202,121.10488812124302,1607.1640849477114,210.37404009782833,3090.247333912438,477.26689758915774,7092.575349401536,298.43259442664464,2064.9750605853014,203.22791978311815,2812.3766045126513,252.60455085017432,5027.327853826022,309.81787812210723,3366.8350337632864,332.0045189203545,4289.108065372779,389.80608019188685,6046.314899448538,4530.863134170285,1511.7818008984534,40291.59470953023,16269.588534851775,1027.165026839071,7445.647711879728 -6731,1264.1054610729118,4599.349279542515,287.6336033705926,1842.763319500476,480.6228309605643,3280.0281539170505,563.8076778399723,3865.30102786279,93.34208485592357,1413.6362094605352,747.7379031043043,7844.875881299419,418.27773215194964,4576.287371912597,472.0968810430072,5171.945406984887,339.2616831407583,5872.39153048596,116.60017725812308,1593.520774917144,202.37275473843474,3064.014043333976,459.13173211875517,7032.366061928445,288.6425006116647,2047.445366373729,194.96768160307747,2788.5021748278136,241.1944984316975,4984.650573281088,295.7535337506616,3338.2537740041735,319.65502265982246,4252.697575841219,375.30655245859964,5994.987378202754,4288.151476702237,1439.4017493018277,38692.81897417137,15701.567376161116,971.5772724454271,7194.0511220047065 -6732,1215.390707947967,4564.714446962999,275.11448301849373,1828.886617563866,455.7850002647849,3255.3283063815925,538.2906802688154,3836.193855123176,88.28365078105624,1402.9909963081482,706.9400445742892,7785.8010108684175,395.4557838840545,4541.826204184602,446.31411385119685,5132.998709877522,321.27728299192063,5828.170210221285,111.41824805291219,1581.5209632271028,192.91241564735668,3040.940863420422,437.7137970580308,6979.409696497334,276.7945830480794,2032.0273315235654,185.49004878580794,2767.5037030652197,228.18143482919325,4947.114276822613,279.717530409727,3313.1154656167582,305.4489576566247,4220.67316116897,358.6272297437901,5949.84286502479,4013.6247944727525,1356.9122903734544,36845.79112788372,15037.103001607516,908.7389413917429,6899.36082985737 -6733,1176.4168933788596,4498.758819922503,266.6838788722032,1802.461007583454,443.523240873447,3208.292019191071,522.3130454906919,3780.7646329662707,86.02154834632634,1382.719158503433,688.9331086314838,7673.303856084506,385.38286889888025,4476.201289704956,434.94687866159654,5058.831935056969,312.82613595594813,5743.958892036938,108.07913275392077,1558.6695432709798,187.30671702302004,2997.0022635867776,424.97755159745265,6878.564101826835,268.08352347716067,2002.6665383411503,180.29863180802903,2727.5160008346884,222.31228210222733,4875.633348944219,272.553552900809,3265.244210901646,296.2948980174186,4159.688591791776,347.87946005256583,5863.8734968387425,3927.1062267329844,1323.7214659938384,35798.304561671364,14575.23848832107,889.4040702983013,6683.308074174176 -6734,1172.9032670355791,4430.138971597271,265.8883208915377,1774.9679576327005,437.6525770550107,3159.3557413081558,518.2821141769094,3723.096394669376,84.65458523153659,1361.6284571053675,677.7787994914042,7556.2624747092295,379.1432505627432,4407.925512792324,427.90431098892043,4981.669256642385,308.4471230389774,5656.34592949881,107.31633266840578,1534.8950597012524,185.62438088581763,2951.288801498751,421.195444215174,6773.644935395309,266.97559870577567,1972.1197409670792,178.49400958574648,2685.9130294877727,218.82279853874576,4801.265009967612,268.21613758429794,3215.4392376933306,294.20371012770875,4096.240602763134,345.42419903116956,5774.431469368962,3833.264077191949,1299.7175991157806,35433.9783200246,14494.196106777437,867.6523403181802,6653.9218388172785 -6735,1196.8140624452078,4332.732579165256,270.88312138049275,1735.9413657935088,441.46940122430914,3089.8903256308577,525.5677454798137,3641.2358953020994,85.40345015823205,1331.6900473422118,683.5664511760091,7390.121350773909,382.38080988810515,4311.007532326503,431.5051339305024,4872.136252443183,311.4522048766096,5531.97866813921,108.74379447675824,1501.1470008963802,188.07422184750038,2886.3981971583303,426.7561816574352,6624.711387034329,271.5806409552584,1928.7583316200712,181.02747148851918,2626.857297767867,220.80212352164688,4695.69859168381,270.5824799722322,3144.7407024473514,298.11704325828214,4006.175703624126,350.0188384447367,5647.467836538651,3835.3881954264557,1306.776670568482,35900.36325826621,14738.710613079716,867.6523403181802,6768.728532600791 -6736,1248.608618221298,4331.108055990197,282.2273591453403,1735.2904885635508,456.27397263685043,3088.7317961461354,546.6147613126391,3639.8706432377967,88.03998505630966,1331.1907408873647,704.4672129611168,7387.350484309968,394.0725045359604,4309.391154782733,444.72477158242384,4870.309484206389,321.6373695680365,5529.904497304494,113.03455098131798,1500.5841579219825,195.39480914501488,2885.3159654077986,443.3769523068909,6622.227504869972,283.5152301008151,1928.0351592221546,187.66402989118447,2625.87237878664,227.66093874006336,4693.9379773264955,278.92962867511727,3143.561607255729,309.87999165120374,4004.6736203187324,363.8297010783391,5645.350363970651,3923.0338883346535,1344.424120563657,37217.75786914173,15346.92258560004,886.9872114116214,7055.700141776652 -6737,1346.469349356585,4438.5864895863215,304.4503896109642,1778.3525182183214,491.0136688561276,3165.3800928306746,588.130856422756,3730.19570328488,94.86524889310007,1364.2248498956494,759.0511633875539,7570.670976021342,424.6062663012505,4416.330673511308,479.1310834353729,4991.168448638572,346.4818768264483,5667.131614620221,121.62862060969091,1537.8218422945888,210.23756445491165,2956.9164049218907,477.05843177192094,6786.561118794984,305.02410621253944,1975.8802363138823,202.43175231454794,2691.034606661557,245.3164576843797,4810.420201893178,300.55263397392594,3221.5705308598117,333.44031193884945,4104.051433619948,391.4918429348953,5785.442323436245,4222.605328745061,1447.1651407365853,40093.28160814518,16532.022418323028,954.659260238666,7598.125333398851 -6738,1416.524677230707,4585.963206563018,316.819151246155,1837.4000903174926,502.77993556453265,3270.481869524509,611.7674892149256,3854.0513491578386,96.15826955434511,1409.5219236526561,768.7167777416115,7822.043938196236,430.0131224136478,4562.968418945044,485.28195279579734,5156.892834445589,352.6347041846978,5855.300360232613,126.89706703252642,1588.882948109281,217.85015617833673,3055.0964523658995,494.47762542717015,7011.898869810153,320.475073187743,2041.4864249170062,207.67672555882945,2780.3864411996324,248.80267232447093,4970.143108790834,304.62848978723946,3328.5380281612415,347.88356065660577,4240.320407539792,408.44964274501086,5977.539401613384,4176.489720326436,1458.4225930158423,41348.691357082935,17279.618515028527,942.5749658052652,7974.3030113190725 -6739,1439.976723876053,4316.617312042048,320.8632453997542,1729.4846647835016,504.5094682226323,3078.3977151202525,618.311000579774,3627.6925971549726,96.14077659387316,1326.7369281625436,768.2540016476112,7362.634360182031,429.7542497066619,4294.973069851788,484.9884067817457,4854.0147146528425,353.22301893008444,5511.40289699985,128.35894863308866,1495.5635995512393,219.82811368989155,2875.6624600406444,499.0192217374614,6600.0712802043845,325.3344429891364,1921.584462667338,208.81522634134222,2617.086903155552,248.82506824448507,4678.233300264964,304.5632464216682,3133.044080159408,351.89125435949967,3991.275039798978,413.15507078561404,5626.462512279041,4126.499032863122,1453.4636782130583,41654.41026657025,17508.642828243017,930.4906713718643,8092.264589178788 -6740,1352.0124658086536,4012.571599476293,298.1672565853434,1607.6665004054119,459.87659352191156,2861.567368764682,572.7820670613897,3372.1720585159537,86.81172990343465,1233.2867458669878,693.009078870206,6844.039069337575,387.66292930600105,3992.451893413274,437.4842745984456,4512.11682192,320.2682946284512,5123.201140874622,119.26813070317577,1390.2219240118227,202.8528404833147,2673.1119955084914,460.6225301197046,6135.18796294196,304.38237286010633,1786.2355366513355,191.11113283693564,2432.7494938381606,224.8263267857964,4348.7167657878745,274.98865489978795,2912.364656668575,326.96911719199227,3710.145169857482,383.8940214756162,5230.156404948643,3619.790354212252,1302.6136188010403,38297.507662409116,16317.084898835303,814.4814448112164,7569.7128309719055 -6741,1105.5445547304564,3700.923123241653,242.81779710832333,1482.802232510425,371.1865442598122,2639.315107836883,466.30433447209117,3110.2621442418526,69.77977301673756,1137.4998108351022,556.7903549576388,6312.476131612605,311.46342319799885,3682.3660748362927,351.5167135635589,4161.669659225735,258.00175468919747,4725.292271359238,97.06922572806721,1282.2461450119358,164.88850787198396,2465.4966895751368,374.4366137591646,5658.680084474815,248.99841779347645,1647.5021659455742,154.58978263382323,2243.8026665929574,180.770001299293,4010.9605613102494,221.02973925226343,2686.167071157866,266.11164990759136,3421.985554476087,312.4413471274421,4823.94053224401,2870.837322337475,1043.6273023578324,31042.361717822063,13306.375299518122,645.3013227436046,6182.543908849351 -6742,855.1983196353051,3380.047360163065,197.9951352174228,1354.2409838685821,319.955753423426,2410.4824028521302,377.63032272335835,2840.5976022683653,62.93465612166306,1038.876816612039,504.0184524811044,5765.174680543174,281.9433044537313,3363.099236577073,318.0549115066139,3800.84645833325,229.05924510969749,4315.60211761898,77.32476348240014,1171.0734195771804,135.7281665310757,2251.734310490048,307.7849985760219,5168.063762638587,193.72828062390926,1504.6611781521365,133.30227714486557,2049.261502438715,162.65021933774165,3663.2040724747717,199.40380374889358,2453.2722284356555,211.9829455182932,3125.2941103493995,248.88890467132185,4405.697421597138,2870.7051327168056,963.3202904317733,26049.024443828614,10565.572251360716,650.1350405169649,4821.931825217339 -6743,570.044234536972,3158.137527226283,139.21056297314217,1265.3311673884004,226.7288236874132,2252.2272986135426,272.6643786540771,2654.104197829918,51.90531205088617,970.6715649539226,431.20740379552745,5386.674377473757,241.21347092065704,3142.3020967101825,272.27551936580596,3551.309954044032,193.63164047374153,4032.270423445248,61.48121610391285,1094.189080630361,102.73624217561249,2103.9014752025682,233.466386743673,4828.765509102152,131.58552946739272,1405.875843187453,100.35121529345162,1914.7215894748872,130.8943518355586,3422.7041867876674,163.06432135612746,2292.2078490494628,168.54845326129703,2920.1095611386786,197.89252297482395,4116.450711530487,2655.618914747824,809.2672273565829,20165.092290308625,7797.937548996049,598.2851792536005,3478.0343913340103 -6744,571.5157506926496,3028.695544337366,141.01598089766375,1213.4692792008543,231.69845006733206,2159.9156861724173,279.29997109483094,2545.320933263654,54.452197631274224,930.8868339159822,452.7315657128433,5165.89177805051,253.25388989081907,3013.5091576036316,285.89759195927996,3405.7530875866228,202.25662474595714,3867.0005215947426,63.26502405565303,1049.3417606415483,105.84533082235781,2017.6692651086898,240.51884275068923,4630.849814483002,133.37421867609993,1348.2534770716745,103.4890109985539,1836.2432594195382,137.24044451953992,3282.4184604820407,171.07347598384663,2198.257561382575,173.4386960091446,2800.423585278517,203.63415071809746,3947.7305282036446,2839.450796579706,851.9309891152008,20817.53226650995,7948.642105926599,639.735756495873,3532.3107303449056 -6745,576.1032103980705,2970.017772548854,143.43289847212992,1189.9595957761057,245.77660995707936,2118.069604960124,288.3070054010305,2496.008033150664,57.659854829028745,912.851886394242,479.871176542602,5065.808090403748,268.4355395333335,2955.1256059907723,303.09083706483045,3339.7702248274177,213.2241061156665,3792.081477804939,65.39644897710164,1029.0118742407178,109.72643592815713,1978.5790578067058,249.30648290784669,4541.131998801876,135.46397965289202,1322.13249241589,107.5209444233218,1800.6679890276814,145.22645898939868,3218.8250756340094,181.161225057252,2155.668646904082,179.28191767127893,2746.1683411832933,210.4946697833675,3871.2474259487576,3077.616816112532,911.591508480977,21664.771851778147,8124.363833943629,694.7331295240514,3595.8576836619573 -6746,663.1086562215514,2984.7684394486328,164.64934411695918,1195.8695596098996,295.7388426306222,2128.5890501641506,336.539731111339,2508.4045189281146,68.06290104760568,917.3855879193615,566.7851710016091,5090.9675518757995,317.0544317195565,2969.802310576136,358.0629232897772,3356.357276448308,251.00968443379958,3810.9149444774025,76.37820255932618,1034.1224872253047,128.17686225211185,1988.405719750058,291.22474563595875,4563.685643457265,156.39214917763778,1328.698896217664,125.15889057520266,1809.6110512371872,171.35813262289335,3234.811450172969,213.8537727300894,2166.3748286820755,209.38798416892672,2759.80725433254,245.8421638765417,3890.4740722653523,3684.307049036451,1086.360763206389,25359.23612128006,9406.074886673576,833.1488159212498,4159.721149372753 -6747,924.7187265539798,3077.886093724001,224.62888503338564,1233.1778367741954,393.04706565363546,2194.9959501594262,450.83482555169894,2586.6607553882764,87.42231038657249,946.0058295716287,726.9711319707264,5249.793593506775,406.6609906469254,3062.4530573367465,459.1673877634673,3461.0676159045456,324.6177253814972,3929.806398696288,102.10586922058106,1066.3846416260055,170.0178531905311,2050.439234284624,386.4233152016244,4706.061747530322,213.90790181039154,1370.1511317810084,165.23455819203585,1866.0665986809677,220.31340774079874,3335.7298498324258,274.6588113106492,2233.960554818118,279.9194195661645,2845.906656342789,328.6530317885536,4011.847581459724,4579.771295426664,1383.1696310772413,33516.056228591246,12760.450645710504,1034.2351142778925,5691.910029943082 -6748,1328.4751186560932,3349.5713074159526,315.0298309896168,1342.030527842697,528.3504042215441,2388.748391157169,621.6149370224105,2814.9854752371407,114.3928957189555,1029.509828139045,949.517608524075,5713.193229119939,531.1514506392374,3332.775995862851,599.6297358719168,3766.576288479106,428.38393551295655,4276.6906753349995,140.5624076632896,1160.5144860763037,232.01418323349355,2231.431644193778,527.5365991426178,5121.466136319228,302.716135524237,1491.0944648651118,223.22798364629188,2030.7844235737798,288.6447355720648,3630.1749493175175,359.35605594887994,2431.1524041047846,385.34658062535533,3097.115029405204,452.4349264804768,4365.973638850515,5735.612058091988,1787.5128018507096,45419.0520134089,17836.144033866007,1292.9308349410621,8022.362503185743 -6749,1476.0941516510266,3959.0923056298625,343.6507979621843,1586.2396256317716,566.2468113134839,2823.428584600557,678.6993082686228,3327.2279681870396,120.85074459018195,1216.849580163144,1002.1034668711759,6752.822160826005,560.5674980020535,3939.240753703404,632.9037139909684,4451.979621771253,454.65901355566945,5054.919448584579,154.2243139825913,1371.6931364393636,251.83256733307815,2637.4849323276435,572.8761493897938,6053.418575969256,335.22168570614537,1762.4287053524295,238.9808529994588,2400.3259664791203,305.15283721264973,4290.757350981961,379.620810359781,2873.5488495482073,422.8001855577484,3660.6965958363676,496.40915603382217,5160.449219840832,5908.004877871271,1877.570446037581,49011.57049188345,19599.58694626901,1330.1468058187095,8867.462490805214 -6750,1337.6011452961,4397.648514399225,310.7833943226015,1761.9504155589411,504.3975091873893,3136.1851561088015,621.6836375125962,3695.7913586804957,110.75260540703697,1351.6423299457329,918.5278827863531,7500.845156181358,513.8160819923211,4375.597968188476,580.2782147802785,4945.133898994361,416.2087949640467,5614.862520852273,142.6571428322272,1523.638202397127,231.23486415268528,2929.644170687182,526.1957270525942,6723.96730174562,307.50201468538324,1957.6562958146556,217.01150712257302,2666.214653684726,279.6213416447195,4766.052729652491,347.90360923124337,3191.8573384357715,391.0892187039473,4066.198942483347,459.17735048921026,5732.082026224758,5433.863459145408,1715.9542580781715,44830.10918756502,17964.211392075245,1220.9480335603364,8138.844351383958 -6751,1253.9768507266215,4498.044030229728,292.04202830286215,1802.1746218043045,463.4873516791079,3207.7822665774006,580.4295620921249,3780.1639224817513,102.89644476884806,1382.4994638182848,853.1380502446616,7672.084675700448,477.2376087762601,4475.490084087421,538.9282011488057,5058.028157599808,387.21111444088945,5743.046257513485,133.1756229228625,1558.4218925369512,215.89352647547585,2996.5260819524683,491.28229633369875,6877.471194445515,288.3625343693447,2002.3483427105396,202.7997044467836,2727.0826367886675,259.8357606952061,4874.858679173494,323.22021618612507,3264.725409383323,365.0959866802251,4159.02767560365,428.65873008116677,5862.941809566086,5012.8661578184365,1587.5494798014422,41799.34081068337,16815.978760537626,1125.6360909819962,7615.6226689169225 -6752,1166.3832315297552,4515.848799690116,268.4576655380161,1809.308234426355,434.8332478944156,3220.4797464934904,535.4267506908102,3795.127081292543,93.72295243131884,1387.9718611685473,776.8333156163308,7702.453364404556,434.5534393362866,4493.205577451623,490.753212106871,5078.049532371813,353.18561234279565,5765.77916406757,122.81592608403734,1564.590649963993,198.36257130252503,3008.38733891497,451.465576404551,6904.694536027901,266.5444999259072,2010.2743101714516,185.47486945860288,2737.8773460714415,236.7220826508783,4894.155007611217,294.3989567961325,3277.6482893895845,336.69526546663144,4175.490504434543,395.3134797005559,5886.149302995993,4530.868121022967,1448.8859827757847,38393.064685851554,15521.319830820334,1017.7668448098209,7053.0695412881905 -6753,1094.4344108894948,4594.605668341579,252.0019534196422,1840.862756574773,398.614595543816,3276.6452453044094,500.1283277237558,3861.314488868607,86.89185106321607,1412.1782335274888,719.9679620018312,7836.784945204174,402.74348153002364,4571.567545972726,454.81068754654177,5166.611239764248,327.97396064122773,5866.334947141833,114.95810739934271,1591.8772722089577,185.2178587245668,3060.853924270952,421.59586002662394,7025.113120611544,250.2783744493904,2045.3337014005042,173.00314157509416,2785.626209262601,219.51966016143612,4979.509575532266,272.936051191083,3334.810813482699,315.1533495898454,4248.311489325744,370.0211438761517,5988.804353703353,4163.073554006233,1336.5101220872775,35782.643192840944,14548.967858376323,934.0533231235535,6615.350238023032 -6754,1036.6530151801435,4677.261393873815,237.07001056884528,1873.9793845801705,382.1625114312636,3335.5912157776806,469.1074154988637,3930.7785024584327,80.6573873864279,1437.5829417655254,668.0929681448047,7977.766607667443,373.72508524994817,4653.808821853186,422.02059869453564,5259.55719234256,304.99734694402304,5971.868741828971,107.37929574093373,1620.5147180292433,173.06269333271032,3115.9178666680214,393.922277815334,7151.493024317137,235.07039117540918,2082.1287069457385,161.64566622174723,2835.738878773001,203.81476315151914,5069.089619277109,253.34825792836912,3394.803166950685,294.376321034904,4324.737475315506,345.6268612761022,6096.54134021707,3834.1631809031164,1243.7235671933972,33461.21982289856,13646.94730462208,861.2012901948243,6216.777261749604 -6755,996.4897703696599,4611.6956544123395,228.81058355570423,1847.709985943077,353.60769561936735,3288.832977101922,450.6518194102197,3875.676942492056,77.00554601507476,1417.430938129912,637.632202744665,7865.934464275183,356.68561216949143,4588.571839990937,402.7791868893864,5185.828844166951,291.6389130398496,5888.155227220245,103.40007075416803,1597.798381085801,166.50785605250573,3072.2390037982027,379.0170204680136,7051.243564450069,227.42433021745754,2052.9414760367135,155.10270779361966,2795.9875583208386,194.63131223491754,4998.031241030447,241.873069784778,3347.214896545526,283.46742464019883,4264.113407796593,332.8187399991158,6011.080168076394,3626.228413446571,1176.688038303668,32069.47928043409,13166.488196969496,812.4011145116742,5998.377229994512 -6756,956.4056140344532,4554.707384961009,218.9060833164542,1824.8772141303723,331.8531088209153,3248.1917652951142,430.0133258589647,3827.7839030427317,72.84117500867852,1399.9152687787666,602.9091978809297,7768.732474740654,337.26188138413573,4531.869319267567,380.82252646559806,5121.745818389412,276.2335879462171,5815.393318845168,98.82167586422757,1578.053850766872,158.75294846266138,3034.2743163410355,361.404608077078,6964.108983521388,218.1578573346425,2027.5725898891083,147.5935960456887,2761.4366025994423,184.1562820882803,4936.268893201293,228.78763792115248,3305.8522397853512,270.9159263774672,4211.420328707116,318.08204197391683,5936.799234991806,3394.0147992527573,1108.0661453078505,30522.143160461008,12602.249478230073,759.8386657714951,5743.7281619052665 -6757,922.118785112138,4490.506239419813,212.17540542817437,1799.1545501440887,317.1848521786349,3202.4066874308396,416.5784411143286,3773.8291501488534,70.97136541385564,1380.1826808603932,587.5259940528781,7659.227849717259,328.6566581050759,4467.9900890231265,371.10735286782733,5049.5519492953945,268.94302714466147,5733.422100655556,95.85328044117311,1555.8103000001533,154.12815233009167,2991.504524446492,350.86112310401063,6865.945976191415,211.26447579690287,1998.992821325134,143.45079383742615,2722.5126107286032,179.40950587715577,4866.6894250033365,222.9167548183421,3259.254405315253,262.77818140543985,4152.058006036021,308.5275260309933,5853.116732578354,3319.4629577176606,1077.194788088993,29620.325336524504,12213.222056467082,742.4847713516809,5560.822935316104 -6758,915.3598178409094,4416.752898617771,211.59298680354183,1769.6047284497165,305.73980544085407,3149.8094569156133,412.69403217760384,3711.8467159644238,69.85010525469181,1357.5141712974882,578.0638813932326,7533.4305316060445,323.3636389760312,4394.60655982477,365.1292790063907,4966.616684103086,265.2357246277288,5639.254759245461,95.19006784717025,1530.257232893389,152.76661212148255,2942.371210530674,347.7925031369377,6753.177743277017,210.44539913457038,1966.160799510356,142.04089126088982,2677.7972958595906,176.61275295755613,4786.757545477357,219.39104422324758,3205.723491850398,260.9600088970487,4083.8634344617058,306.39281201892703,5756.983492779591,3239.2248032376287,1054.0821205049563,29280.162934912874,12136.457732001463,723.5815775956097,5524.884425623922 -6759,936.605552348582,4301.4117720979775,215.61095700695196,1723.3924526989,311.9724293356614,3067.553876985606,418.9767676171277,3614.913835290453,70.47459837363978,1322.063418815266,583.0507899899451,7336.699044919077,326.15326995450926,4279.843773031763,368.2312339182362,4836.916160554276,267.8628642188181,5491.988654123974,96.46615210213193,1490.2953882626375,154.80176732176426,2865.5327688401226,352.4271285566487,6576.822138520017,214.12008923662322,1914.8155676760025,144.0814954878744,2607.8680596569584,178.22973011331695,4661.753946601525,221.34857507076046,3122.0077469698763,264.4583461296981,3977.2155372630154,310.50020528056973,5606.642965098982,3241.8079253227374,1062.0013744915318,29689.593447150895,12343.94131094745,724.2310358935542,5623.25830065239 -6760,978.8345073043857,4292.769310319416,224.68545084722095,1719.9297864416196,324.6587681694033,3061.3905012057057,436.11457486428156,3607.6506955796845,72.65665452793665,1319.4071089404333,600.9274481163529,7321.9580379111385,336.1533087228082,4271.24464600408,379.543401304199,4827.1977552356175,276.6752181236761,5480.954067214753,100.28527036182753,1487.3010641629605,160.8511720945311,2859.77529693507,366.20770772384384,6563.607887718626,223.58575384579984,1910.9682911925042,149.38877369512386,2602.6282915939896,183.78499490232193,4652.387479860093,228.19822359732729,3115.734961648419,274.92831592349177,3969.2244554770623,322.7929833979219,5595.378013009014,3316.371345680815,1093.910365928345,30795.510100812597,12855.982359531623,740.7583470250754,5864.030038348713 -6761,1057.0323700642132,4386.73171891495,242.38328357622703,1757.576520674639,351.71290269839693,3128.3998381512715,469.4862152286091,3686.616865020268,78.29026897801761,1348.2869906466524,647.4960864776609,7482.224933973711,362.203378355904,4364.735911345208,408.9097011664601,4932.858016726618,298.0493012656041,5600.924093164893,107.90980512343461,1519.8558976965273,173.06940591797562,2922.371573491574,394.02595216328876,6707.275613986637,240.5469435288856,1952.7965774128925,161.14898523869516,2659.595998283743,198.04061995577328,4754.22140144458,245.8915819712073,3183.933818931065,295.83069265484727,4056.1049429042264,347.3344371312622,5717.8526108964315,3570.0165594214923,1178.7986519490012,33188.7578059768,13851.002700457626,797.6002277067585,6317.707693576666 -6762,1117.248797951356,4544.310441683147,252.36506717684404,1820.7116018789632,367.0365043941219,3240.777180188966,489.4595856040497,3819.0462940689354,79.37892040078398,1396.7197090175919,655.9071807836626,7750.9989379721965,366.9084674474487,4521.524508004677,414.26233839291245,5110.054507344218,303.49223377568126,5802.118631941213,112.62993657556409,1574.4516574777908,179.41342505639778,3027.348036496882,408.5977458409679,6948.212145379469,252.91248640586286,2022.944288787169,165.39601702425253,2755.1331241767807,200.91858350141422,4925.000966779423,249.29793840785686,3298.3060342188796,308.7707563988985,4201.807000215064,362.5273493901216,5923.247417129242,3532.5489544299494,1192.033301879895,34279.51337470886,14486.212040095348,788.7319394199324,6637.82747096014 -6763,1134.7626368722645,4283.347079685959,255.6502337717776,1716.1547000231046,365.90837180499517,3054.6710328913728,494.5947037710662,3599.7322367850347,79.37470886539141,1316.5111326647052,655.5911850454174,7305.887018870855,366.7317023266569,4261.869660013143,414.0600096098947,4816.6025037149275,304.070520760194,5468.92388120207,113.94717668112919,1484.0365762217518,181.07658723417208,2853.4983553014235,412.43132145694244,6549.20137694783,256.82624204811873,1906.7738929681332,166.33631020266031,2596.915763795767,200.96683702447376,4642.175920686374,249.27861586135867,3108.8962122819426,312.38192085588486,3960.51237580263,366.76721295126725,5583.096677044091,3489.51058110991,1185.9895517195503,34525.729376445546,14682.561448629964,777.9152762392733,6738.154283985891 -6764,1070.5197162227978,3985.1496555929384,237.69983341113866,1596.6796956931867,340.32407754607544,2842.0113962768773,459.24009058709726,3349.1266098152473,71.69464563715928,1224.858455156446,591.5511107918124,6797.266855897356,330.90827153033973,3965.1674477494353,373.6074717399202,4481.280982304831,275.8511673017921,5088.189146520044,105.920116764175,1380.7211371372316,167.16686580066968,2654.84392843043,380.8715980639912,6093.2600431870615,240.45384551563993,1774.0283898293574,152.30603215791444,2416.1240658679785,181.64905030703787,4318.997603360566,225.14599204706943,2892.461535140861,290.3760364740326,3684.7900104230157,340.9301322996527,5194.413477531126,3062.007757782752,1066.1049437219042,31795.22570578269,13697.607536669047,681.6444509591712,6315.69916944977 -6765,876.4162893236895,3687.017210662038,193.6226670137655,1477.2307257453544,275.92537963441754,2629.3980995831453,374.12762096809496,3098.575591444823,57.63663005857969,1133.2257493639345,475.3373027467387,6288.757524572148,265.8993320717033,3668.5298888314455,300.2308548882335,4146.032529639607,222.277172443278,4707.5373764180285,86.2207377326765,1277.4282111602147,135.90897692195978,2456.2327896537217,309.67172186996515,5637.418062014378,196.764729772207,1641.3118128008439,123.22681345411561,2235.3717636294236,146.07736172156615,3995.889708696319,180.9941598976824,2676.0740205264756,236.37092602931924,3409.1277267437545,277.52280133548066,4805.81497462046,2428.413869288182,854.320298062663,25783.97275985817,11176.381288854593,539.9530408991099,5163.565736447292 -6766,670.0630478283554,3357.2390565501087,157.55315811629478,1345.1026682670831,228.09446313440188,2394.216650145255,301.08160509272335,2821.429464768763,51.92420263436282,1031.8665545284314,429.833487382117,5726.271718399705,240.44491466694592,3340.4052976185812,271.36980052098295,3775.1986342732603,196.9560574207995,4286.480761352947,68.5659552460762,1163.171104828108,111.67661483158793,2236.539777888324,254.07452632156327,5133.190059749497,152.64631613353325,1494.507838471042,106.07745699818909,2035.4332410123097,131.26271933713076,3638.4850488107977,163.09048166153872,2436.7177332262468,187.97100050163056,3104.204862373538,220.6965107991957,4375.968109042843,2426.166485275387,783.2205672361838,21549.962644301933,8854.128053230937,542.4021812736796,4013.5910546936084 -6767,497.78053587151544,3115.7699726536384,140.6938653081664,1248.356293170722,216.25468890117872,2222.01285666433,248.09463497121698,2618.4984322564965,53.60257392004831,957.6496556337106,445.1281392293881,5314.410196865661,249.0006027792788,3100.146980152282,281.60903909811043,3503.6678494855005,201.6675813684687,3978.1760606303965,58.69514088506389,1079.5101392648426,103.29273258887014,2075.6768776992417,234.20717436233613,4763.985877290149,128.79023530490983,1387.0155114270055,103.58374359557668,1889.0349084060151,135.21207763648005,3376.7873750055323,169.15104629805776,2261.4570535887783,160.9105323064977,2880.9352376258257,188.92484976999017,4061.2270397736897,2713.0761637822447,805.3745732329396,20129.895235355838,7748.073409374258,598.239055357336,3405.0580009272603 -6768,494.4644662678351,2991.0066091972394,138.84053738884518,1198.368928475987,216.29450158340603,2133.037803924896,246.9568362731642,2513.6470874906986,53.831318014886456,919.3029249384514,447.18268159781496,5101.607680387449,250.14989495626745,2976.0092010967956,282.93524232334306,3363.3720673281405,202.1031451021309,3818.8797614484447,58.67902558838648,1036.2838045090518,103.04571085022866,1992.5614901759852,233.66794152725078,4573.223752124892,127.65388131852463,1331.4758785623726,103.0540821020965,1813.3931405836752,135.75660900711205,3241.5722101248007,169.87625825695125,2170.9025547668916,160.86635282370682,2765.575254924621,188.8729786958626,3898.6051679123657,2744.5147434422706,811.0492710459556,20096.71023996122,7700.16570500274,605.7092932787284,3384.4158636853786 -6769,492.4767163952712,2918.747833246015,140.32244597054066,1169.4179152474019,227.10988284512217,2081.506423052866,253.07156723190974,2452.920688171846,56.506772670905264,897.0937783988985,469.8491197160309,4978.359565443598,262.8292927675716,2904.1127427507704,297.3336983526938,3282.117432882883,211.27719676142712,3726.6206617130447,60.247038689162665,1011.2485541616782,106.05762945534771,1944.4238318221285,240.47310510452758,4462.740696198679,128.93216769543503,1299.3091769249863,106.22419800114295,1769.5839533174221,142.4113848351465,3163.2600996330125,178.32883512701704,2118.4564114402665,165.16500206289217,2698.7626032549933,193.92001725875832,3804.4200074770056,2949.6341291604535,860.1221145133673,20750.32385871234,7819.263425824407,651.5277797680054,3417.7318639597993 -6770,560.9722630750547,2940.581417911417,159.30591336315513,1178.1657024906033,270.49764785335344,2097.0770544728334,293.4638087355095,2471.269670195125,65.63764816630298,903.8044550597508,546.0304674101425,5015.599999107934,305.4444406870254,2925.836850165765,345.62248227972,3306.6691903305086,244.90491434606614,3754.497509040023,69.57072705022385,1018.8131613790475,122.34471660021846,1958.9690220142868,277.4141787073183,4496.124062079186,147.4757877832387,1309.0286109226042,121.90627462419617,1782.8212602979033,165.3692673058655,3186.9227492176515,207.15045886825482,2134.303445874791,190.7255448031521,2718.9505965851527,223.93061773359142,3832.878829917867,3476.911626616169,1010.3822713130576,23997.402986607813,8961.35585941896,767.4714729610738,3916.0561631591804 -6771,832.8565538921998,3024.666722829202,216.56771604009003,1211.8551020543,359.85090944115007,2157.042530173446,395.35671893483544,2541.9351047539894,83.46398419705868,929.6485526680835,693.1985133878815,5159.020022339319,387.76889723957186,3009.500537281295,438.6765236164768,3401.2226978231424,313.80883592275495,3861.8565727740665,92.60927835743861,1047.9459086673903,161.35668524250354,2014.9853276799743,366.01655189294166,4624.68978054742,201.16739506220935,1346.46000772906,159.85325916884503,1833.8006579003456,210.51748974111686,3278.0521325039417,263.3853066415504,2195.3334023794228,253.88487108663057,2796.698414951168,298.08590178268975,3942.479190976898,4270.11064704636,1277.1718175781855,31632.142796454886,12154.540959914135,939.1691042523315,5380.161844727505 -6772,1175.31031215769,3302.850029221392,311.5277468343559,1323.311302042634,483.8189138433576,2355.4290891100777,555.9449946715249,2775.720832860065,113.69033347726064,1015.1497770548885,942.8616930158615,5633.503123808249,527.428192486063,3286.2889859824772,596.5657398815827,3714.03844334488,430.2788600781324,4217.037532751641,131.05584538619692,1144.3271250152798,227.0054672137766,2200.3066645912536,515.06121561752,5050.029697993756,290.94400331747255,1470.29603040483,223.42104888283032,2002.458158718064,287.0446776049085,3579.539689418294,358.7398788234644,2397.241632432579,359.2846958876168,3053.9151212351567,421.83570100888704,4305.075138639688,5598.393794307272,1707.4920799130607,44108.161333920485,17375.274897534273,1229.7467381898512,7723.311874321412 -6773,1300.280296786386,3906.3278014762054,343.0211776823888,1565.0991366372803,538.7646044942069,2785.799553050102,617.5546686666921,3282.884588342644,122.05061980721217,1200.6321091444483,1011.3460908111919,6662.8244326984895,565.7377371523135,3886.740819611069,639.9665993322601,4392.646199079666,463.63267197041733,4987.550390817989,145.33477477746308,1353.4119996009329,249.29035288983576,2602.3340507811045,565.86158323174,5972.742096377872,324.7907410074354,1738.9400696841337,242.32668298667807,2368.3358031661005,308.33065749955006,4233.5726059467725,385.10153037327774,2835.2518439461614,398.4298464821903,3611.9089380033793,467.79597215643827,5091.673722005676,5914.245877606099,1834.6584103039177,48314.59729906349,19273.460447858615,1295.0396289901114,8613.229939971669 -6774,1196.1500668011586,4345.598799938343,312.241035458842,1741.0963123435997,487.54874447857054,3099.0658771720177,567.32626159279,3652.0486893206203,113.19463781554386,1335.6445536121855,938.275703414429,7412.066608437904,524.8628319202874,4323.809239713678,593.8968800076769,4886.604253759935,429.21775218467513,5548.406097609136,135.40436366016692,1505.6047162927252,230.7924771070037,2894.9694707749527,524.0168256348812,6644.383729535558,299.54658171929776,1934.485855776971,222.1350788868392,2634.657854417728,285.89267912458234,4709.642654388026,357.1654094763533,3154.0791343520496,371.20599600987447,4018.072200838486,435.83248420497097,5664.238215662261,5497.42547893111,1697.3815603799005,44543.40150303589,17773.886062637044,1207.0808810322744,7962.851860544541 -6775,1090.019215808333,4467.827900434248,292.9227300380831,1790.0683058321642,445.64211845686845,3186.2336190605834,526.4560373066356,3754.770235145154,104.84129194763408,1373.2123641455894,868.7570450453502,7620.546561621328,485.9747313650742,4445.4254630276155,549.8512816470212,5024.050269813008,398.1506487234349,5704.466681597325,126.18401009813223,1547.9530136499184,215.03026455434593,2976.3965722323965,488.2331236570353,6831.270988115958,280.5261897043847,1988.8973366704724,207.08261841650565,2708.76314450215,264.8529700885157,4842.111253493668,330.8018821485326,3242.794239734125,345.92874175425595,4131.088927288948,406.1544923769137,5823.556821444448,5045.528399104387,1561.4651214313365,41378.3880368316,16587.73070126723,1107.7263649431538,7417.832229056272 -6776,1044.267159047715,4492.325706384385,269.1774488954797,1799.883533045707,414.2971580048411,3203.7042411729444,487.27174466278854,3775.358233308422,95.4285824864652,1380.7419043997918,790.4989976276381,7662.331221877029,442.1978966471554,4469.800432875597,500.3474592774934,5051.597930854663,362.92569442520613,5735.745173278085,116.33986504313299,1556.4406844808923,197.48804713252318,2992.7166246789375,448.47852507917105,6868.727925757491,259.244571278848,1999.8027748597465,189.29330466253802,2723.6157205990157,241.12891266347057,4868.66131417652,301.09663134098884,3260.5749926618532,318.9413864635663,4153.740340270556,374.4686731151188,5855.4883031690415,4561.0761388742985,1424.2238365973294,38023.63078265817,15327.632285254975,1000.2499686324006,6885.4879766805825 -6777,960.1215960476287,4551.0034781728955,251.08172040013946,1823.393216470455,374.7013776482946,3245.550322385237,450.0415461858309,3824.671133421411,87.42579396025893,1398.7768519215315,723.8347790564972,7762.414909523788,404.90654356226423,4528.183984488454,458.1315467182773,5117.580793613867,333.2775945110577,5810.664217067886,108.16611444788424,1576.7705708817223,182.93772673207508,3031.8068319809204,415.5027977069195,6958.445741438615,242.18501082441492,2025.9237595155305,174.92460042097395,2759.1909909908713,220.9853546056679,4932.25469902455,275.8381067905527,3303.163907140345,296.5333550764789,4207.995584365778,348.15943218001956,5931.9714054239275,4114.058780324073,1293.3531576351402,35083.70399003695,14265.420457243592,902.2065753479854,6413.318924040484 -6778,923.3729225886701,4586.937919207423,241.46852401086227,1837.7906161503868,363.0596654619968,3271.176986316324,432.4151361836164,3854.8704993369847,84.55261185069838,1409.8215071381028,700.2215205986587,7823.706455924409,391.6975031278317,4563.938244216996,443.16684274779345,5157.988893970094,322.0590764797144,5856.544861123885,103.46967160457,1589.2206534571537,175.7312310059305,3055.7457905764068,399.061699999994,7013.389197181275,231.58577162741489,2041.9203277945744,168.80533826232323,2780.977391824071,213.6861707556182,4971.199476038986,266.776708860399,3329.2454843612372,283.65823276704356,4241.221656357411,333.04276757631857,5978.809883511026,4008.592386156636,1254.6730286199952,33774.12799873216,13667.114279945961,879.1363810793432,6134.39108379092 -6779,892.77796422123,4514.159297352935,230.2885376564008,1808.6313228143115,339.6735231146103,3219.2748770880053,410.8489952746626,3793.7072206288776,78.94294327733523,1387.4525829979527,653.3401536030871,7699.571666292325,365.4724959619779,4491.524546562135,413.49353676020667,5076.149695390148,301.5818649739592,5763.622028652843,98.36557914405958,1564.0052938820918,166.55335380653412,3007.2618190701537,378.2703387121049,6902.111301275458,221.89276548779196,2009.5222116632724,159.15753376285915,2736.8530314009813,199.59813050778274,4892.323970592341,249.06807349667113,3276.422031671266,269.6655542867145,4173.928339428797,316.6139817045488,5883.947133825694,3676.2965294052733,1164.0254487622449,31907.028294505795,13045.509572605128,805.647013198617,5874.893065879352 -6780,815.1954981536645,4425.915212602745,219.57422703467492,1773.2756773398899,311.78491334150857,3156.343565546896,387.34475795868116,3719.546740361624,74.18696890683867,1360.3302607102266,613.6718422521834,7549.058224053173,343.28240603706075,4403.722932432832,388.36275351986853,4976.919660644292,283.9074457773147,5650.953086938105,93.67387243960299,1533.4316684045843,158.11494434443551,2948.4749997871813,359.15434377689,6767.186843695472,212.27646632450512,1970.2394932936777,150.68761137120705,2683.3522409008806,187.63759364085342,4796.6874140048285,234.056095096483,3212.37359111009,256.8034159247265,4092.335187334728,301.51256153690645,5768.926042335321,3399.943940234787,1081.3632274206334,30126.25267395948,12413.31779558929,745.2099529145631,5581.345706236648 -6781,796.25674429968,4310.898988196705,211.98412133169654,1727.193576024904,301.1861231295988,3074.319689715797,374.2724193505569,3622.8869079816436,71.7405087143603,1324.9793687440508,593.4633899119171,7352.880906358612,331.9779829496461,4289.283418639963,375.5749774983639,4847.5844879076985,274.482078866133,5504.101812764449,90.46864891248337,1493.5823914951804,152.7425011433838,2871.853002767113,346.94721058553205,6591.328011516362,204.9099120096949,1919.0388948165448,145.60297204111922,2613.6199869659004,181.44389071532152,4672.035935267989,226.33826049383626,3128.893663437938,248.0164155677451,3985.9877044658842,291.19575567854605,5619.009005881997,3289.3332809028343,1045.9359050916846,29114.670709126865,11993.931454695456,721.2329729522811,5397.456341583788 -6782,758.2157853735487,4213.55757492681,211.6445957977415,1688.1930185677973,287.6514753527975,3004.9006139592607,368.00270978101605,3541.0810172137285,70.74961812833126,1295.0609306966421,585.0982975280981,7186.850614071578,327.29862691189646,4192.430091519859,370.2792566825001,4738.124552453366,271.2075201376977,5379.817515984857,89.95861793631285,1459.856845797811,151.6062757094732,2807.0056865209763,344.3936955267286,6442.493815743464,204.3091223094077,1875.7064115797984,144.40669463529335,2554.603650935227,178.97297681841025,4566.539939645748,223.20838241666567,3058.242290718654,246.6181847324344,3895.982887027227,289.5540946466773,5492.130069653982,3205.989028025065,1020.0242757463028,28734.25254029169,11902.714983893818,703.6545750916354,5343.168843196178 -6783,777.0944232704019,4119.595172634426,216.53490349941623,1650.5462868601817,297.2170805833436,2937.8912815087892,376.66119306146146,3462.114853070323,71.93848653660429,1266.1810509277318,594.8136536610625,7026.583728759968,332.7333081196753,4098.938832450276,376.3777972554488,4632.464298050226,275.8750046943257,5259.847498082499,91.56928734821139,1427.3020144480752,154.4160081793198,2744.4094141635314,350.7668785399503,6298.826099112916,208.56057646000542,1833.8781281653191,147.36465571846122,2497.63594806696,182.0048402692073,4464.7060248924445,226.95661186244988,2990.043438010897,251.0337746523206,3809.1024054281465,294.73843311292137,5369.655479982358,3252.558632219913,1038.8707683633804,29333.786516644006,12157.738462593568,712.855949337249,5459.93630533308 -6784,819.5566071998682,4136.94507535367,225.64115534066602,1657.4976537568277,314.2184705038682,2950.264372989353,394.23208202747065,3476.6957410912223,74.1562026342445,1271.513642393145,612.9675636329019,7056.176574424134,342.8884390301013,4116.201739851362,387.88727501838264,4651.974177432415,284.91312334467773,5281.999636480952,95.19732234915242,1433.3131757549324,160.4430403468114,2755.967646067922,364.46677396262845,6325.353953303784,217.78185917946524,1841.6016072425778,152.78155718673023,2508.154879882131,187.6540118241072,4483.509381036872,233.9492345062031,3002.6361711805084,260.9798968427621,3825.144650700406,306.41616243050225,5392.270080764593,3338.9016130811997,1074.5998784207804,30488.82370539436,12672.80336458832,730.3519121348364,5701.791112457206 -6785,893.2101203644974,4248.192401203179,245.03965463910316,1702.0697179790045,343.95193437229756,3029.6004569996253,428.16368290304825,3570.188184656166,80.96218081532695,1305.7061419117208,669.3369130067351,7245.925473751621,374.42093660857296,4226.891252976312,423.5114787841742,4777.071242472873,310.68916187144714,5424.038828201752,103.18620822193539,1471.8566553040223,174.11496658317594,2830.0788622354726,395.50359980126734,6495.450171537115,235.57127561430963,1891.124443624054,166.47077252775404,2575.6021188763366,204.8532694450557,4604.0762292730415,255.4232841547593,3083.380594531181,282.8811285110294,3928.0072958713945,332.13037046521185,5537.274574616155,3664.579056456025,1175.8320789879663,33180.04178298189,13746.401562046081,801.6233715172174,6180.969931964089 -6786,937.6194137951877,4373.085722983818,253.63427442651508,1752.1091514379102,352.3880710488468,3118.668189580585,443.82811572448475,3675.1487466206886,81.12939236497678,1344.0928160384747,669.9828981365993,7458.949653526411,374.7822947716428,4351.158338723235,423.9585824564275,4917.513162119975,312.9157652482439,5583.501056543723,107.03038509864479,1515.1280162748199,179.13548769098384,2913.280825947299,407.0536720925043,6686.411001878542,246.52326896524133,1946.7219287092114,169.33940524412432,2651.322678077143,205.4306371821953,4739.432239476896,255.93477493309297,3174.02941840646,293.4197955656483,4043.4874419733046,344.50380594846155,5700.065839682075,3571.704178020874,1171.5426883518433,33981.70810129277,14293.385970000843,779.0477876269242,6457.683396063616 -6787,970.0876884915826,4098.281427569138,257.80660599789314,1642.0067771990666,355.47444992800234,2922.691373950017,450.7000497831453,3444.202745139121,81.68561909707282,1259.6301499301676,674.3636713385026,6990.229959032902,377.2328591637337,4077.731958072573,426.72792200282146,4608.497097649428,315.50485027331536,5232.634375443381,108.6950899794854,1419.9175142745632,181.5917005889599,2730.2105329247106,412.6680923040536,6266.237563574552,251.02780716914089,1824.3901058557078,171.18733393811792,2484.7138104218293,206.88363316853165,4441.6067634314795,257.68484422666086,2974.573708364829,297.9835217015788,3789.3950715288906,349.86207095612275,5341.874238575673,3561.48329654849,1176.1382591590966,34414.687197208325,14544.57644079052,776.5825739394043,6585.455648493646 -6788,928.2799437758028,3800.7338140067714,239.28881433801433,1522.7921242662128,326.10749164919326,2710.4951500284296,418.3992766017239,3194.143220054491,73.51511828381223,1168.1771953913094,606.2465808184517,6482.718144795173,339.1287828219709,3781.6762980806816,383.61571462277936,4273.906284951622,285.2501745073355,4852.729310704799,100.8683105135287,1316.8272128165684,167.26678286478216,2531.988999593742,380.240206135646,5811.28978460702,234.7160173124664,1691.9338722372804,156.3249221447081,2304.3160808508287,186.3296243098482,4119.132693214834,231.89576828083958,2758.6106702153747,276.5266986814446,3514.273540637051,324.6696425456648,4954.038029733068,3109.05454467418,1051.373378662893,31620.84655842,13555.304873580786,676.2466752978107,6174.354850579159 -6789,770.8293660577593,3544.5140569073733,194.54869388102426,1420.1357828106545,262.4180796727839,2527.7719068483843,340.3263878577372,2978.8156964675964,58.859181464685314,1089.4265930341603,485.1206323317924,6045.697151038118,271.3720370058018,3526.7412697574755,306.9911311914164,3985.7884414551127,228.9849499395781,4525.591135262003,81.94602030783818,1228.0556320848857,135.6542840313553,2361.299433262249,308.4006297904754,5419.531947854822,191.7885447453147,1577.8751385855614,126.10031220893504,2148.9746822135435,149.23855158734585,3841.4486380394264,185.6593757991438,2572.6438042250243,224.65194817325565,3277.3649969120092,263.763564452854,4620.070305931527,2447.3623587616644,838.0560887042938,25576.690182348113,11047.128794830665,531.8980233499948,5048.68143814608 -6790,597.003495021109,3246.056709862721,158.4289744934041,1300.5566384269919,220.05112036905376,2314.926906055745,272.9629840237539,2727.9916298031826,53.13664305611665,997.694026725603,439.63265460914533,5536.633650720506,245.92647903285902,3229.78043783935,278.08613072858947,3650.1746379776732,203.32620476187006,4144.524534212157,65.15771652814084,1124.6501383865216,111.5753889976921,2162.4718498150582,253.28227976204235,4963.193194104251,148.82157898477612,1445.0139281998281,108.70426586379212,1968.0253977073373,134.3774948454178,3517.9886232361896,167.6453163071236,2356.02047240227,178.62744159605592,3001.4022989029027,209.72625026217645,4231.048311793578,2444.903007065092,772.541611838066,21397.78269449875,8762.04835193802,536.3260021424602,3927.1807120467206 -6791,544.0632780878142,3011.6705437318733,135.1833074350111,1206.6480867400385,230.0657429304679,2147.7742987907604,249.14414045800916,2531.013093536744,53.655977962700476,925.654102966615,441.65726223933353,5136.853101378748,247.05902599154186,2996.569523202683,279.70919961572525,3386.608559016649,202.17622024458348,3845.263214144121,54.819717562060916,1043.4431670560384,107.89542209122828,2006.327477874782,243.55328037197916,4604.818732870021,135.0551797068435,1340.6746313516358,104.39510984055144,1825.9213098720181,136.16688758822085,3263.967224476603,169.24227510129,2185.9006454213327,150.28620428863766,2784.681754336103,176.4508398595758,3925.539418648692,2670.2811064549664,802.9119814168823,20287.346083485638,7845.398354415365,579.6033657678005,3450.814843390335 -6792,535.8587684338586,2862.539338952728,134.24088100420082,1146.897566121335,227.14991833003648,2041.4213082755848,248.10367571215383,2405.6829731035805,54.52184905564688,879.8177773859574,449.00914604952163,4882.487598692374,251.171602436314,2848.1860872621974,284.3953960169338,3218.9112603952353,204.86628200500596,3654.854360489212,55.205129274897764,991.7741898681114,108.53970380050559,1906.9786182926136,245.0173744554229,4376.798384876864,134.61257143734406,1274.2874153241623,104.84526406089499,1735.5057611527648,138.31720676260275,3102.3428510673266,171.9781790356518,2077.6597232999998,151.3427960768945,2646.790527882078,177.6913829241181,3731.155466483164,2733.922474558782,814.3468268918243,20376.231093480725,7837.265621544859,594.768114967728,3441.261400939951 -6793,536.7378651855855,2778.3890485696734,135.13207546549404,1113.18212965015,241.10556939534283,1981.4094881591163,254.46324423751395,2334.962924648177,56.95624934818651,853.9537061245686,469.49482290265524,4738.956733061741,262.6311023762698,2764.457740529406,297.4308602220324,3124.284677069871,213.15965767883026,3547.4123241273774,56.4539946961637,962.618927288435,111.26380106020027,1850.919020333583,251.14379741849257,4248.133304183084,135.54132204250863,1236.827089601536,107.61426808377168,1684.4869640396046,144.40142515116392,3011.1430382882922,179.66627927902292,2016.5825996937835,154.7665138955226,2568.982621987628,181.71116562738513,3621.4704006060433,2930.5144955021724,862.6409055202442,20985.371757607052,7935.28862602805,637.6065332895466,3467.6701738990023 -6794,611.7374253731925,2760.8442020609177,155.48560863385669,1106.1526570818442,288.9548617943749,1968.8973724211708,298.33925984865965,2320.218205532012,67.67571101810628,848.5611975746045,558.2575059911684,4709.031381701748,312.2841340439803,2747.0008668196206,353.7491854970311,3104.555584365209,252.47502613330704,3525.011283941114,66.15527643973971,956.540224475237,130.5279172518922,1839.230919947279,294.6143338312689,4221.3073825904985,156.8623052161538,1229.0168293875818,125.8681276889721,1673.8498413352484,171.49444165373896,2992.1284073279976,213.48891523147944,2003.848374369195,181.36221476403114,2552.7601257862275,212.93714393401254,3598.6017018011207,3546.8834886520754,1035.1192277449122,24662.727169645565,9208.561394028076,772.0334075245875,4014.1282688378124 -6795,884.1980849269339,2780.273500999514,206.58937315616762,1113.9371494592563,364.0658287625219,1982.7533863170768,389.327137763356,2336.546621704284,82.56389774842215,854.532903317023,679.6097617645855,4742.170947620758,380.1674740829134,2766.332743999137,430.5382106572904,3126.403734461869,311.08744028270746,3549.818369377696,85.89857989428266,963.2718270605071,167.13999103896816,1852.174412859371,377.45077204284024,4251.014615974705,209.75727989040652,1237.6659720523187,159.52764335290706,1685.6294734207343,209.52802303446225,3013.1853569542186,260.4240249167169,2017.9503541419674,235.48774237082566,2570.725043750597,276.4858565338664,3623.9266760148203,4115.575931452213,1245.0683915411923,31438.87058822341,12199.187764293498,892.8376649012307,5399.801208713002 -6796,1276.834298366825,2845.059471606093,292.6874598745912,1139.8941279351147,506.03131326292515,2028.955532458402,547.4558051192151,2390.9928625867788,108.89439668376166,874.4452405517408,894.5513345740367,4852.673078980671,500.4038205977285,2830.793866898131,566.5863336014781,3199.2552364354447,413.96348162768834,3632.5362848829586,119.47831287256629,985.7180001624171,230.2574070628756,1895.3338060005951,520.180013001369,4350.071815872365,299.4337969308555,1266.5060812204704,217.51539807805094,1724.908034137642,276.72440763349044,3083.3986427685936,343.43797331005567,2064.9726605021074,327.54532374415294,2630.6281133810307,384.57054485008416,3708.3714642805403,5202.115673802906,1630.7325291661307,43183.863166436255,17229.572937905945,1122.2801843942407,7697.449833095304 -6797,1395.9725155300373,3009.591153815671,326.0912696479709,1205.814963784676,553.266881501356,2146.2913808705125,609.6108009035161,2529.2655706825494,119.22506448025472,925.0149906269183,978.7886422599756,5133.306391874865,547.5253987271517,2994.5005596957963,620.0180265904125,3384.270295390038,454.47204460182127,3842.6082751537733,134.28878327866994,1042.7227279614563,256.58479777906615,2004.9422210661396,579.8498907717485,4601.639363314145,337.648296528553,1339.7489705700661,239.72157445351468,1824.6606134231888,303.10837549931097,3261.7136378259925,376.00617284223165,2184.391403393061,368.1476741401158,2782.759087472076,432.24171241700697,3922.829053433021,5598.713315825341,1773.4429415033883,47831.879777981485,19296.02006705166,1206.8431561608616,8642.150620406192 -6798,1299.2138491907679,3245.406899332067,297.6214759751688,1300.296287029928,511.03631162067245,2314.463493362837,564.6998780207699,2727.4455279180256,111.29604280846515,997.4943037562023,914.1088713877293,5535.525301984737,511.3441275033267,3229.1338855675326,579.2250323056994,3649.4439292653833,423.26328229849366,4143.694864268714,125.60329484187318,1124.4250007599962,238.5774665862091,2162.038956275034,539.2796611202155,4962.199639311016,312.24673508004184,1444.7246586794797,220.78406521365466,1967.6314293505495,282.8634724799932,3517.2843761270265,351.00879600736823,2355.548833410643,344.33673261015787,3000.8014644151285,404.2853164810296,4230.20132112322,5265.518034196429,1659.14655339566,44380.41472760567,17865.149330461012,1137.4448916090228,8025.085891695438 -6799,1180.8539406232367,3470.5657723158197,277.1867033906166,1390.5078554446225,463.53877540425833,2475.035652075776,520.1837032653976,2916.6694311879014,101.5760514848,1066.698166386704,833.8107604785633,5919.567327231076,466.42609995954103,3453.163774250418,528.2980337138073,3902.63396294033,387.28942482121727,4431.174892064096,116.1111426912125,1202.4350234717804,220.15147283429525,2312.0362508645176,497.6646319287461,5306.465647538705,290.6478672733295,1544.9563356340877,203.4949720973289,2104.1411764553454,258.25709746085755,3761.3054836975784,320.3437397941944,2518.971398605192,318.3143526947917,3208.9901744085537,373.7324735707607,4523.682968110077,4736.647401273912,1502.9436482837887,40817.988833615345,16555.285192440522,1022.2953014202856,7430.582232875477 -6800,1153.798157978032,3669.082476574261,260.3379331740819,1470.0450418337298,449.6547651636644,2616.6079353304367,494.73177970716847,3083.5032101381294,96.27302406226572,1127.7134066448684,790.4634007615048,6258.167161820503,442.17798408638225,3650.6850825042625,500.86514787128385,4125.865010289999,366.66805204296486,4684.638532656143,109.60673463946159,1271.2144253343358,207.82351748822273,2444.284952303592,469.7961906672542,5609.996005618361,273.4389535802683,1633.327990313499,192.06642017405426,2224.4982591466983,244.73564702613254,3976.4525281042906,303.62330452992813,2663.0568108919338,300.4827614222637,3392.5447286840736,352.79642510933763,4782.438079770164,4528.651325724898,1437.0811593978783,38687.63268530971,15633.232151903107,976.8866485342023,7033.608468954584 -6801,1054.7278346096032,3780.979612954423,243.0235607624522,1514.8774574529705,401.80811791648375,2696.4074320336167,455.39421630269663,3177.5417555882295,88.24697264954301,1162.1056291328448,724.1797362545831,6449.024409883759,405.09950945834345,3762.021147901029,458.843107161359,4251.692784042748,336.908879428713,4827.507394320387,101.98791736778321,1309.983042509951,192.6300566370451,2518.8290620111675,435.5167713170888,5781.085778644928,255.5771667717016,1683.1400962153234,177.58367613429772,2292.339466497692,224.41320514471903,4097.723623449623,278.3028010441701,2744.2728732342334,279.5960589755936,3496.008208342836,328.27337453355943,4928.289564292085,4075.771686024728,1300.8980674146767,35661.736369421866,14548.24693386233,879.7291201467731,6546.416937829597 -6802,1008.3734978010892,3827.765876614253,230.99755978363305,1533.622720160522,383.9999437358744,2729.7730784965647,432.4488375110908,3216.861011861845,83.48339034735594,1176.4856538700578,685.0443111928513,6528.825357594698,383.207511241235,3808.572817398665,434.02504330868953,4304.303705009705,318.91685541981076,4887.243509531536,96.31710836666403,1326.1929188623087,182.30883029092942,2549.997333907035,412.14690252470024,5852.621579195946,242.05377143698843,1703.9674595917763,168.4288360038794,2320.7051308641257,212.3085956152069,4148.42931284159,263.279046594837,2778.230812008024,264.049748306276,3539.2682040413183,310.0204710997187,4989.272769321004,3856.86163259708,1233.1849279250923,33801.85312997202,13784.385432387113,831.8358274101242,6202.952397068524 -6803,964.1149583466176,3750.6335248347004,214.94996168837395,1502.7190727166592,348.5569988411229,2674.766104675274,400.7312709612396,3152.0388510529065,74.10496931763281,1152.7785860286544,607.1696929746192,6397.264632508061,339.6451633044911,3731.827220149787,384.6779437864399,4217.568758766205,284.99680264224514,4788.761889244207,89.15246406317333,1299.4691374079114,167.3147723474272,2498.612976102526,378.37685706620005,5734.686867139199,227.33176943767543,1669.6312379547317,152.79984389453824,2273.941182832708,188.6503538721896,4064.835352446674,233.6831462868397,2722.247378531643,244.40814405629328,3467.9492966274283,286.9592887210451,4888.735182965851,3292.5453728642924,1084.1967526559972,30873.487547920213,12855.212357707314,707.8615426961404,5827.134420039074 -6804,917.0542039292067,3595.9139608376017,212.1432971395895,1440.7295346289322,349.29797852396746,2564.427773092261,396.269589200694,3022.0122639423157,74.50071897044324,1105.2246463983074,610.7465769034053,6133.367350045806,341.6460394025091,3577.883445960458,386.92366052697076,4043.5873779772487,285.6690454384998,4591.217888561698,88.13659726222726,1245.8639805627624,166.00475754183788,2395.5412396344545,375.3609238593921,5498.121965271649,223.6442439359194,1600.756309102898,152.40542522439512,2180.137513123754,189.58776913037886,3897.1544661947282,234.93819610635333,2609.95036931712,241.62318323623458,3324.890904069097,283.6894697912145,4687.067125823668,3367.2538315212632,1095.2003878928388,30699.83792563781,12664.073870102318,724.140156773084,5712.1415153264315 -6805,891.3781477424504,3465.367300676888,204.24074743704625,1388.425049318918,334.1286357810831,2471.3283595227017,381.1216793943086,2912.3006267010032,71.65542470375038,1065.1003865061168,587.4004725854129,5910.700558846847,328.58644254621527,3447.9913686189734,372.13395492305324,3896.7883074177325,274.7979113853548,4424.5375486121175,84.8649766846585,1200.6339268272397,159.7962919886414,2308.5731109424405,361.3268155677979,5298.517228467746,215.39802639726412,1542.6421850831182,146.64853380728204,2100.9894372440144,182.35148047667906,3755.671520486643,225.96511325772067,2515.198295821956,232.6541578500898,3204.1835101625275,273.15894857938326,4516.907059178795,3229.701658335675,1051.3323435164061,29535.688999114056,12200.908638267974,694.9243553096632,5509.122892579032 -6806,855.7652662733394,3405.389914130218,202.11339588525306,1364.394665625445,322.79285933355226,2428.555457419687,373.45359830821604,2861.8955281148774,69.36281220647805,1046.6659949828843,568.2595191112986,5808.400184479509,317.8791685440015,3388.3147187340255,360.0033100322763,3829.3440343218085,266.8966088642513,4347.959172983211,83.56829971441667,1179.8537673571893,156.74727278572072,2268.617120759467,354.48663891533704,5206.812312837611,213.20304934043855,1515.9426641925454,143.40772989625236,2064.6262339600676,176.58987278268998,3690.66964825147,218.7280082057853,2471.6661079350984,229.09936645909949,3148.726602919839,268.98527256278,4438.729983798984,3076.8557061434094,1010.729295784465,28858.950781461474,12015.48775442909,661.1677095502071,5423.240369718311 -6807,858.1410417377263,3382.58161682041,206.3180865777186,1355.256352549349,319.55426789401787,2412.2897092079047,377.0962287195142,2842.7273959124523,70.16945583344172,1039.6557348365852,574.6968305049435,5769.497233087,321.48014155835745,3365.620786047077,364.0283925859271,3803.696217349678,270.21582318815115,4318.83782476496,84.83811484205755,1171.9514547919473,159.14168324667892,2253.4225923568015,359.90050691027824,5171.9386195859815,217.2180149716513,1505.7893273173593,145.7984935901097,2050.7979763551475,178.67935830601778,3665.9506314186783,221.26804063056042,2455.1116173005776,232.58051711379582,3127.6373607720598,273.07248708527305,4409.000679460481,3076.6017231131927,1012.8325279251812,29227.68742687433,12221.85066280726,661.5103823010215,5511.799852097037 -6808,892.1175143041676,3463.287910760686,218.87092420337402,1387.5919263635553,330.2986899208768,2469.845441602454,397.02678551645926,2910.5531038468084,74.95446332666114,1064.46127416642,614.0575067650865,5907.153849342964,343.49814323208454,3445.922405112087,388.98988653710245,3894.450043791122,288.44998193025117,4421.88260962177,89.93825156482912,1199.9134877326574,169.21663637720374,2307.1878541337983,382.6396353024329,5295.337858911869,230.13608554384064,1541.7165243015486,155.32417494336804,2099.728740795185,190.8280962755423,3753.4179338360327,236.36041144817213,2513.689053793684,246.5623510871414,3202.2608432985007,289.48854043529104,4514.196693963124,3294.2128189220625,1075.6025272188474,30966.830478854932,12929.993486623829,709.9177051564652,5816.255087629069 -6809,961.4074527458197,3611.769305009177,233.07550870350346,1447.0820955851943,351.81711525063906,2575.735019424721,422.29349489387846,3035.3371223948147,78.65429970949658,1110.097876777677,644.0526060522373,6160.411003293568,360.2771269554117,3593.659288780755,407.9360845825455,4061.416633700245,303.1990018470063,4611.461793333236,95.4029237882294,1251.357327294059,178.99844598422231,2406.1038201759416,404.8032824525999,5522.364652111791,244.98329140023608,1607.8144708086734,164.22607018851437,2189.7503211576504,200.31367900157784,3914.338060136146,248.0207370533866,2621.45833692339,261.5435454941836,3339.5512352647506,307.0779415898056,4707.733655458292,3417.3848133639067,1127.0400087571911,32795.0948467984,13763.940454846948,735.2780498106254,6205.034744362197 -6810,1006.0043894213753,3750.9584332516024,241.60674921271894,1502.8492496778929,357.63465712470213,2674.997813269275,437.3260917885705,3152.311904644074,78.82446847517993,1152.8784484820094,644.6740891558799,6397.818812251427,360.6247789095031,3732.150499421468,408.36854286414075,4217.93411666628,305.5051318204431,4789.17672823982,99.14068859477155,1299.5817073130893,184.40056751736054,2498.8294249720675,417.16431238699465,5735.183649354549,256.7027553078256,1669.7758741178604,167.17624704773192,2274.1381689218447,200.90878475759706,4065.187479416847,248.540962012334,2722.483200314901,271.79048784048337,3468.2497167853567,319.10886346687073,4889.158682408927,3313.9874370709226,1119.7801208595408,33597.84167792782,14325.745905871554,711.1172067323257,6487.356060470771 -6811,1058.2376595854255,3526.059476916332,249.80302957495184,1412.74181879154,374.68043603496477,2514.611014239387,453.9511556620627,2963.306435771648,82.22558494613806,1083.754472714497,672.6961981489196,6014.220113598242,376.3000899390263,3508.3792241214564,426.1221996941575,3965.0363579708173,318.2608600926024,4502.028558764477,102.58260566186901,1221.6617370313186,191.13812277696886,2349.0052827597233,432.3761931216787,5391.3150514792,265.00254262968645,1569.6599016043012,173.53808348968687,2137.7860045739817,209.53449108753904,3821.448062492541,259.26936444892925,2559.249285227136,281.22637468000886,3260.3013335933424,330.1875261128211,4596.015821831262,3488.242497351252,1173.3338118137513,34905.35926966512,14827.65967455118,748.9006666690229,6716.831993648225 -6812,1019.0072176387024,3290.633618978958,233.45108855858084,1318.4167068896068,348.6207026787063,2346.716950261825,425.0446440416474,2765.4541407267006,74.97970386223243,1011.3949937543154,612.8634126585406,5612.666214880022,342.83017792928456,3274.133830867118,388.2126349914175,3700.301150740417,291.2741238128499,4201.439773225157,95.92286519657151,1140.0945472454596,177.57403649743185,2192.168284514655,401.7968127473179,5031.350910285762,249.11944660171545,1464.8577757682783,160.04917908127243,1995.0515704249904,191.1858546204579,3566.2998738232404,236.41029942441853,2388.374839519507,262.9689454084346,3042.61945850857,308.7515018024404,4289.1517501864355,3102.5797890858726,1065.55889204519,32391.022021741857,13912.910631942992,664.5947309543719,6336.98664520356 -6813,856.5178129860226,3109.4018382776403,194.16083377158895,1245.8048530150602,289.78906600986096,2217.4714185669654,354.17888577960736,2613.1466411980095,63.01937172789394,955.6923732458166,515.2874121655914,5303.548394306472,288.2470572539708,3093.8107766686403,326.43189648753884,3496.5069140280652,244.4848562844681,3970.045306451552,79.89338402699933,1077.303793582258,148.37557809896134,2071.434526885686,335.6863089678706,4754.249053808888,207.27701271569123,1384.1806740558636,133.8180694500472,1885.174023859575,160.6503389369524,3369.885762899394,198.7033962696628,2256.834997875681,219.02472262100454,2875.047067804957,257.1566461433931,4052.926542706286,2627.39096612145,896.3160849956181,27055.014690104257,11586.663118591603,563.7531451108075,5277.558401136548 -6814,679.1934764240458,2874.105938664508,162.52880065937342,1151.531809877298,256.54123129895225,2049.6700344309293,294.123003604552,2415.403563351788,59.909344479735196,883.3728377171298,492.0769840765775,4902.216158884831,275.26335643708927,2859.694690105739,311.6116465041261,3231.9178442874077,227.93124826251548,3669.622450072253,65.4951136821667,995.781630011406,126.59470262294238,1914.6841048291876,285.96059934070075,4394.483617791621,164.80717548965578,1279.4364004403653,120.27444082997549,1742.5183810890505,152.25724919329744,3114.878419553217,188.94437378575114,2086.0548772214443,179.5524032680845,2657.48535612089,210.8122465759425,3746.2318642660566,2814.739297425663,876.3399874290996,23549.554248585715,9455.956268036301,609.7615487848211,4208.809530132432 -6815,669.4454389429947,2686.0511694523484,144.55322052463086,1076.186275172492,282.28269357076306,1915.558685193367,301.96175646464394,2257.362012569073,62.67449023981237,825.5731328105054,523.0881541134004,4581.460714214071,292.6107208284479,2672.5828590035917,332.9902067346468,3020.451190903524,246.34843514965357,3429.516477059735,57.94676164411269,930.6269389130965,127.2841199185742,1789.404979726669,286.1903158302403,4106.949469716892,142.01262397552182,1195.721978584973,119.49387090664831,1628.5041801525629,157.54600809722476,2911.0697378923032,209.53922876947541,1949.562842177648,158.85887862251727,2483.60422369394,186.5160058088768,3501.1132835024173,3257.690614574115,964.641531930312,23555.56603846502,8923.727956116218,690.2673944431458,3898.4262787281687 -6816,672.6827998121128,2553.8799861165744,145.61591819195445,1023.2309126325192,292.6116991976936,1821.300742139085,308.1098207985803,2146.2851232634575,65.12365572145175,784.9495664634674,543.9217898532204,4356.02305655117,304.26486578158415,2541.0744041183366,346.29519693484195,2871.825352107214,255.0968810236573,3260.761966275438,59.235100586129704,884.8340422031758,130.27960860631973,1701.3546192841234,292.91282494291244,3904.8608507486297,143.2808127401069,1136.8846821672762,122.30301617991714,1548.3711852915962,163.62025935060032,2767.826177826903,217.75745722401442,1853.6316734908612,162.3908116211465,2361.3947464819767,190.6628438163026,3328.8357442895444,3440.7242669195584,1008.8901858434463,24173.299824861973,9050.04092868188,729.77064894441,3942.215574614947 -6817,720.1708970938846,2473.04372124576,160.03041357756345,990.8432650033358,344.61899563038634,1763.652320912824,346.85349503116385,2078.3501875360216,77.75450075761918,760.1040798275203,650.7795635025951,4218.144755496708,364.04012532012865,2460.6434658188027,414.43515878599675,2780.9253740003087,302.0024913046354,3157.5512361630454,66.47397635384831,856.8269786797983,148.32792180641673,1647.50277292044,333.3291198626971,3781.26288697165,155.6452649956965,1100.8996273507455,140.80498939487302,1499.3616218301224,195.06908393080954,2680.2180164240604,260.09587218672385,1794.959902794586,182.23591865249563,2286.6510888986663,213.96295854978428,3223.470320150721,4301.6017870396445,1225.2116637300617,27753.753266892265,9992.153949535636,914.8122095029643,4298.54273580111 -6818,867.4644477353223,2452.5097576416656,195.5791328410875,982.6161805542621,441.4499098533924,1749.008514878672,432.4440143531278,2061.093409283056,100.25977976100731,753.7928491054693,840.1607513838239,4183.121019303909,469.9782266927334,2440.2124629474406,535.1570004028332,2757.835033977263,387.4759834963887,3131.333728722953,82.76455863281281,849.7126467154794,186.19345450336615,1633.8233698083304,418.30818990765107,3749.866630677614,189.6918073982607,1091.7587323938242,177.36624745360191,1486.9122515632164,251.3163424628848,2657.9638610577467,335.4558340529452,1780.0561463433146,226.89594036066435,2267.664764544055,266.39823280435564,3196.7054790505767,5691.39608311288,1596.0301213370726,34983.29537212832,12293.577091272975,1212.1261775914274,5248.621568911187 -6819,1159.5010014724025,2460.437423424304,255.8790058802079,985.7924585069899,544.1598425340306,1754.6621335498085,552.8097240059071,2067.7558332121284,122.21270068054957,756.2294623578453,1022.4512341774874,4196.642835176829,571.9498526050572,2448.100378086045,651.1315618859179,2766.749654750901,475.59558800503356,3141.4556730609397,106.18724636062852,852.4593178972973,235.74794535007388,1639.1046558800156,529.8732284393989,3761.9879644602233,250.03322112047528,1095.2878104408035,222.8006541423224,1491.7186517586792,306.6948535124732,2666.555651197273,408.7798825200252,1785.8101255715608,291.10836226645756,2274.9949243137994,341.7899550740442,3207.0387356520964,6700.324968040651,1920.3416464598236,44007.56952269409,15985.911542933618,1424.1962807034786,6900.772425704754 -6820,1400.230521926332,2504.5594657993993,286.70216254245736,1003.4702812442006,508.1160408054345,1786.127789320363,587.7964335857108,2104.8360733457553,108.32201810417217,769.7906235017082,900.2360815589519,4271.8995562964055,503.58381597690646,2492.0011851506965,573.0325181086635,2816.3646721238288,433.14489810055056,3197.7901439183092,114.6314167816848,867.746130636051,242.52264599163658,1668.4980655215018,546.0058760572442,3829.450193250216,292.3842291451045,1114.9291696256007,219.33161008915334,1518.4690470087298,273.0937355067755,2714.373929491029,361.86007787886234,1817.8343458521488,314.2577394866205,2315.7915003608337,368.96960920170324,3264.549281397283,5086.599589174036,1616.4840929999286,44062.501724406175,17871.29111466704,1070.7461088500606,7993.607046183204 -6821,1600.255999379649,2566.161375521129,324.95493803195563,1028.1515421676315,578.1833170160257,1830.0592209081,670.8164041273121,2156.606423996184,122.46615148902718,788.7243214797878,1017.5727978654862,4376.970797127685,569.2209000288134,2553.294212579414,647.8188647675338,2885.635713456547,490.04187576699695,3276.4426903819317,131.3543412408076,889.0891330804991,276.3016136176624,1709.5362874550067,622.181614774729,3923.6389910447083,334.5410867730043,1142.35186291409,247.89846316363017,1555.817169273903,308.79722431757295,2781.136416083518,409.09377828479694,1862.5456289306287,360.1030111030236,2372.7504909089157,422.7964838546037,3344.8438293450936,5720.810155283307,1827.5100744686129,50089.1300470414,20400.8690867471,1203.8097029595826,9147.636561157426 -6822,1438.6940425550717,2688.325503158062,286.9857105686069,1077.0975037995142,514.4066981373655,1917.1806273709972,600.79511940953,2259.273366518533,107.40135721230652,826.2721622347532,891.9577437299117,4585.339929413782,498.9529896422468,2674.845788819178,568.0270585908007,3023.0086678526086,430.48552633550577,3432.420317837894,118.70821848856038,931.4149195140195,246.50803136847773,1790.9201050172246,555.3467211672775,4110.4269066744855,301.35342412098186,1196.734420503238,217.33568222873654,1629.8830674905773,270.9039867386908,2913.534599358781,358.7366988521874,1951.2135763608974,325.43413880809,2485.7071414871075,382.0918053221916,3504.077746740776,4954.515168393767,1602.1130428145457,44481.02787715744,18289.083286224788,1041.6384476386027,8245.196104421142 -6823,1338.9653194537498,2897.6290319702393,266.022075505384,1160.9565112579467,466.00214235486914,2066.4455397514757,552.1530392132031,2435.1724113359096,96.82051965877821,890.6027944858856,803.3914888205238,4942.338301412359,449.40983809824553,2883.099834681767,511.56522023747965,3258.369445804559,389.4456341560205,3699.6564408617387,109.12366549150971,1003.9315954945072,225.84786329491814,1930.3548190652211,508.86359092154817,4430.450228062033,279.4355709806135,1289.907935752071,198.67909394289575,1756.780006561477,244.36067620064117,3140.372112987916,323.34221545666486,2103.1281739491765,299.1584454300762,2679.2355202848785,351.241547400056,3776.892864093009,4367.973261045864,1433.6323656208906,40658.67377519455,16898.123675380633,916.8913281609255,7638.443641842614 -6824,1260.5122994002477,3108.817013212257,250.64857681989272,1245.570538525485,444.4094432438845,2217.054350289914,522.9857534268475,2612.655153209393,92.47754393707447,955.5126239294723,767.666136338808,5302.550887969953,429.42540323899436,3093.2288840140864,488.85670739378554,3495.8492811485066,371.352371629243,3969.2986091359007,103.40245838365115,1077.1011712470668,214.20055965408932,2071.044925639005,482.60504413759054,4753.3548612412,263.5891893961131,1383.9203334516862,188.52919775164722,1884.8194550135058,233.33437872243888,3369.251945282976,308.86215810241157,2256.4105259856387,283.47397023707936,2874.506320845618,332.8264251760248,4052.1642568540183,4216.2735355912855,1374.4609439885728,38595.14209211416,15963.503374941527,885.7045482915064,7208.708249644125 -6825,1197.1678648782613,3282.965869844802,238.33641195484324,1315.3445664652206,421.63114856983594,2341.248691273739,496.16016735537283,2759.0101511950784,87.76518953729443,1009.0382673649291,728.5293179115565,5599.587725600257,407.5326255859804,3266.504529111387,463.91114679693646,3691.6788049462625,352.481563061393,4191.649687207209,98.12361907710435,1137.4379284936554,203.2005736479674,2187.0601508201094,457.826750720572,5019.626986855493,250.0757807468441,1461.444402162348,179.1664253335537,1990.4027529864602,221.44841060182048,3557.98977432996,293.12209533332293,2382.8095103980454,269.0022298175405,3035.5296255402363,315.83517329535937,4279.157279994109,3998.7261890866844,1303.841714602663,36633.83430680736,15154.331346807516,839.963937816358,6842.724589755662 -6826,1136.1609359346744,3440.024746709735,227.1123095662168,1378.271367562055,399.73929538901234,2453.255304955145,470.765457520118,2891.002700854491,83.4095720234256,1057.3112081352715,692.3770503354614,5867.475054910511,387.3093783343694,3422.775886462021,440.86633216362645,3868.2907314291742,335.09525524237665,4392.180493247886,92.889392511482,1191.8535790472306,192.88925991096409,2291.6903006730213,434.55173239740856,5259.7686782687215,237.29296720225403,1531.3606990427093,170.5642596506693,2085.6247057226615,210.45767299876482,3728.205944709945,278.57525685957404,2496.804416322513,254.65279355779333,3180.751017592088,298.9875185719692,4483.874496976949,3800.7380275488276,1238.2565481834436,34785.4789313506,14381.017403480746,798.3815646571325,6488.37532529032 -6827,1096.109027813346,3368.935620889279,218.0620321354245,1349.7889833126203,378.6336566646959,2402.5580606372187,450.647606315702,2831.259277512873,78.65779366828572,1035.4615602284075,652.5338796698921,5746.221952639699,365.0214737109058,3352.0432134251046,415.4894958953203,3788.351362743035,316.7802197350935,4301.414788143789,88.9397452799441,1167.22357337024,184.226302727822,2244.3318448125265,415.07264705224617,5151.074007477887,228.6294535932632,1499.7146786136782,162.22644108852552,2042.5246561485474,198.55165573055547,3651.1614694509944,262.6746076541568,2445.2072167759725,243.8249834722165,3115.0198598411384,286.2746006266162,4391.213908246124,3527.5723647182326,1162.052229873314,33141.56876254065,13809.043150723108,740.1662422342165,6243.895668454446 -6828,1075.518677220102,3204.6638616313326,214.5995910873519,1283.972287516804,376.75840150818163,2285.4075764032527,444.65751055428444,2693.2050091117294,78.6704354604508,984.9716989535284,652.9607947642716,5466.031977089621,365.2602861032656,3188.5951402818573,415.74140309828374,3603.628585855786,316.0340644120163,4091.6746642407957,87.65474821164491,1110.3089001850449,182.15647188560723,2134.8965863231797,410.36120997945164,4899.903880025908,224.39227216096708,1426.5874965110402,161.12408478831594,1942.9296634414186,198.51609585540874,3473.128171871024,262.7413887736524,2325.977128566692,240.30221209532849,2963.1292183795863,282.13851926753586,4177.095113718628,3573.799914726051,1166.1483785345292,32850.350880772996,13595.708607465269,750.5618355240231,6134.083335445043 -6829,1039.6236495098717,3095.8858069738994,207.6424441970715,1240.3895550679056,365.63477836314974,2207.832454332898,430.5955334723575,2601.787745294333,76.42845709885464,951.5381440064425,634.4363951511784,5280.4947879067095,354.89790668198305,3080.362517009649,403.949827306599,3481.308203999024,306.86200309450277,3952.7882070381834,84.8604371677802,1072.620940559388,176.4890033902107,2062.430359729039,397.58229701421817,4733.583156514424,216.99694731656137,1378.1638803786157,156.22875220815664,1876.9794988529266,192.84113233499238,3355.237453086016,255.26009075510885,2247.024926979356,232.64171293444113,2862.5497361028233,273.14433701986866,4035.3091729123184,3483.8619033722266,1134.0846422260634,31842.588178253904,13155.895909183539,731.8497676023715,5932.637029080702 -6830,1046.394833655557,3042.6664360791005,209.8185691499176,1219.0668203480102,368.8154834089633,2169.8790343469173,433.82604679058636,2557.0620946600457,77.1419308706771,935.1808671028972,640.4054968534916,5189.7212167392545,358.23696748478903,3027.409996954197,407.7513192336771,3421.4632859176213,309.83100459216985,3884.8383811159615,85.4816736670044,1054.1822076007727,177.86634792844805,2026.976453124389,400.678194132901,4652.211189531523,218.45813752591926,1354.4727563266672,157.74996567857508,1844.7135580723045,194.63159337011803,3297.559735757532,257.6465393457883,2208.397774540661,234.34480954978343,2813.341494711202,275.1439405733791,3965.9407824294917,3523.036448600316,1145.3195770102247,32102.836168934547,13250.93023904402,740.1662422342165,5973.222183856751 -6831,1069.8519623873854,3025.5114771493663,214.34140787030182,1212.1935591230233,373.4641286016628,2157.644967123735,441.17196076617796,2542.6450377344104,78.16564738753613,929.9081927220351,648.7265361438646,5160.460876770914,362.89168062568336,3010.3410558618107,412.98822199786184,3402.172619857905,314.12994537045455,3862.93514450532,86.85631395136716,1048.238587800256,180.7565430127346,2015.5480897019115,407.18650120081105,4625.981402742372,222.7095728077558,1346.8360583861036,160.5782039199565,1834.312817146318,197.25165132627325,3278.9676544289714,261.0521136968101,2195.946533526026,238.11333444897238,2797.479500368082,279.56856082805336,3943.5802796699427,3544.536474658238,1156.8137666972577,32636.86483621841,13508.256083343158,744.324479550139,6090.566837059262 -6832,1127.4785285710923,3188.8085174597577,226.51064872477065,1277.619726560542,395.3632984250068,2274.100330070792,466.4485442504584,2679.8801506592304,82.84414943860659,980.0984685741589,687.6576564023985,5438.98832384186,384.66939260774257,3172.819297461561,437.8047492578943,3585.7993301327897,332.91240166346694,4071.4307594692586,91.69194998817275,1104.8155534537482,191.2447173919617,2124.3340057816927,430.7787173486912,4875.661193185767,235.2190633849141,1419.5293348052649,170.05309938582607,1933.3168554075226,209.0364259752119,3455.944577929606,276.6848590503971,2314.4691609604224,251.3700496896181,2948.468887183932,295.13325320326703,4156.428584084004,3771.2649927428934,1227.6909599917346,34514.93957608386,14260.344642166881,792.1442086832484,6425.669253326934 -6833,1213.0214788066949,3478.233521449975,243.54620592401972,1393.5799958690084,422.99780296573164,2480.5039110638613,499.9024051918834,2923.113420719523,88.66763703034475,1069.0548927760901,735.8800865766173,5932.645816510841,411.64457822878546,3460.793076006148,468.44685136384794,3911.256308734484,356.3771251249506,4440.964978082043,98.30123457237264,1205.0916422235846,204.86770050160513,2317.144384559063,461.477546834558,5318.189570968973,252.3711937080375,1548.3697092400175,182.509478990122,2108.789993893875,223.75486356914072,3769.6155831908586,296.1254242196754,2524.5367277266537,269.48915605127195,3216.080007376887,316.4068727623747,4533.677438302404,4019.837426634895,1311.4475423555562,37005.70107471844,15312.01647331754,844.1221751322809,6900.493145762229 -6834,1282.9101998231508,3615.408238938319,255.2820747567225,1448.5400613884299,438.1536360422612,2578.3301269089297,524.2542591154855,3038.3952887139503,91.02531280909936,1111.2163238564733,754.8741027454225,6166.617747613104,422.2696568486626,3597.279976485693,480.58111996039713,4065.5085968187796,367.0215690247161,4616.10793857829,103.39995197836282,1252.6180962555359,214.11785038526568,2408.528020640831,482.4249802872996,5527.92855124394,266.7939450572179,1609.4343778778973,189.1389495877319,2191.956540898473,229.82457640248094,3918.2818384825105,303.9556986820615,2624.0995116165886,283.46709902077356,3342.9159037338186,332.8183576897659,4712.476796639666,4045.424834420783,1339.7696781339807,38526.963373107596,16109.835766251914,848.2804124482034,7287.239013245709 -6835,1310.616057351276,3446.977699847968,260.3489447153182,1381.0571196818887,444.88401464637775,2458.213806834467,534.1174492787277,2896.8459746044173,92.25771502486617,1059.4482379022008,764.9299851177018,5879.334353055259,427.8948253147808,3429.6939763286728,486.9788596667749,3876.1092926783085,372.3087990960043,4401.0579366946,105.39541102773504,1194.2625448811762,217.963915719436,2296.3222485341994,491.1136803790989,5270.399684680209,272.38868905171535,1534.4558742121203,192.16311556690184,2089.8401552936857,232.9706508646264,3735.741367601319,308.05844654692055,2501.8509393507643,288.93757533258713,3187.179928544213,339.24123691690727,4492.9372716808275,4076.8562829669672,1355.6579914686017,39189.6305066935,16431.2990579474,854.5177684220872,7438.72487523837 -6836,1238.0750610323773,3284.5903930198624,244.0257075739609,1315.995443695179,411.46075415237084,2342.407220758462,499.6422665901143,2760.3754032593815,84.70560590882594,1009.5375738197763,701.7692819307558,5602.358592064199,392.5633066362728,3268.1209066551573,446.7547926271433,3693.5055731830575,342.7884585860013,4193.723858041925,98.87242778588096,1138.0007714680532,203.25718442181451,2188.142382570641,458.07546456108224,5022.110869019852,256.6549873893289,1462.167574560265,178.11793511568118,1991.387671967687,214.01400750138978,3559.7503886872755,282.7996136124515,2383.9886055896677,271.05506087149314,3037.03170884563,318.2453996050483,4281.274752562109,3665.847712510481,1237.518578381263,36456.73794010562,15433.785978995176,767.1947847877135,7008.895694017896 -6837,1025.7717408074213,3199.27044620289,202.51104465020543,1281.8113757194399,343.44826742115896,2281.5612595927964,415.82959892082624,2688.6723735295664,70.84343452694817,983.3140019883898,587.079459113163,5456.832703009565,328.40687055099414,3183.2287683417126,373.7739865053922,3597.563717010715,286.45155004214536,4084.7884190010063,82.15033879518761,1108.4402620341634,169.34271078797676,2131.3035779191896,381.60554974579645,4891.6573935532315,213.16907489830848,1424.186564823375,148.38724577118987,1939.6597333409027,178.9577778158533,3467.282933844221,236.5309905721844,2322.062533628479,225.21207966052532,2958.1423032044195,264.42121411423415,4170.0651067646595,3088.010431709825,1037.3672762906488,30367.307573343252,12817.257147796196,646.605902625959,5815.505931122203 -6838,778.8437175169651,2973.721685640116,160.8603577009049,1191.4435959614266,283.27124158716055,2120.711052365095,326.9168249611463,2499.1208080691617,60.7613907308762,913.990305188786,505.0450350034641,5072.125666371574,282.51756531109424,2958.8109470414292,321.4193760599942,3343.9352566908233,242.86620039142937,3796.8105876300033,63.5270290475476,1030.295156309698,135.08184406489144,1981.04654636588,304.0639813017783,4546.79525052211,162.26973301296772,1323.7813255953763,123.15226211168795,1802.9136044577376,153.17199671481532,3222.8392766419356,202.98480994213708,2158.356984123977,174.15697288993906,2749.593091352714,204.47747868334758,3876.075263732429,2863.5753593181357,906.2112174368299,24603.540701300728,9944.4435116694,602.944410808772,4437.772165469972 -6839,654.0386252739568,2802.3020294544262,156.034485489256,1122.7630423741173,272.57829298194684,1998.4630419944258,281.4156430352403,2355.0594348228274,60.15326255405197,861.3034970624265,492.12982202241204,4779.743886980921,275.29291349988296,2788.2508177228315,313.48691818847595,3151.1747052319674,233.19326602835378,3577.944118492485,59.20695811588997,970.9039757842171,122.70899586443358,1866.8494715334423,276.4648753202242,4284.696049256928,158.0604239711422,1247.472187186632,117.88335244462553,1698.9849712904002,153.2858348877064,3037.0592813547246,201.97488966708173,2033.938880731469,162.3136600921032,2591.0932880098967,190.57226030492453,3652.6395964783683,3078.548060866446,925.4177559049202,22893.055945304157,8719.000469481933,673.6256528521204,3826.7840445528054 -6840,660.0710479190737,2695.733323037437,158.10291960123828,1080.065501644752,284.9386178736477,1922.4635176858446,288.96952669155036,2265.4989110583506,63.08182468280301,828.5489978865321,516.5000934516274,4597.975070598471,288.92542005468005,2682.2164646489464,329.0531518651527,3031.3387244915584,243.61436087766137,3441.878529440239,60.89867612260016,933.9814814681494,126.45309990304854,1795.8550779365137,284.88110662327136,4121.753400477491,160.31463991349153,1200.0320840563018,121.58185234700883,1634.374294529204,160.6624637100638,2921.5629945434503,211.84762245240935,1956.5902462257975,166.95144170174734,2492.5566359978657,196.01747374936897,3513.733414092326,3289.5787913907634,977.5788181512817,23664.874129407046,8890.47166606356,720.6227914231985,3889.3612758091376 -6841,670.7629876806132,2647.3225425056958,162.5439369188244,1060.6693642326454,304.92627880304593,1887.939346233268,301.7529042598448,2224.814408017609,67.86532472984993,813.6696686317807,556.2868727101251,4515.40326717455,311.18177984169114,2634.048423879084,354.4758225645234,2976.9010423756667,260.9076441682667,3380.0682514421546,63.618215670974166,917.208764325224,132.7751400055667,1763.6045784891726,299.06917909590203,4047.733727399575,164.43815148763952,1178.4815510878407,128.08617346270233,1605.0237150030282,172.71550342869472,2869.09669762535,227.97181977692992,1921.453216835273,174.40695760576983,2447.794562822072,204.7709854178425,3450.6327447112,3631.415974481227,1062.3279576269317,24943.586205186344,9182.78729634009,796.7133967287537,3995.717253917342 -6842,762.2417918394676,2689.105272012957,184.54657756254977,1077.4099239607488,354.0554476867361,1917.73671990543,347.30708344884664,2259.928685602414,78.69152192750227,826.5118286356486,645.3009515330423,4586.669941446127,360.97543997991596,2675.6216477824314,411.28836206177994,3023.8855140546398,302.02087480697867,3433.415916941356,73.39036931299356,931.6850833555515,153.0391586046426,1791.4395747458184,344.7233864092433,4111.61916664389,188.08514488601992,1197.0815422441108,146.90366804147308,1630.3558272258313,200.21079039061456,2914.3796917910668,264.36521725246035,1951.779540405916,201.19695113176476,2486.428139375587,236.22508248463356,3505.09413061573,4251.324894884145,1237.8249125171878,28741.908966398227,10511.65127037648,933.2288944828379,4570.796426958634 -6843,1050.3404895671292,2789.56576700558,250.44042595584878,1117.6601645881972,455.62531551270297,1989.3801702947908,461.35771417020624,2344.3558580030317,100.3400726501086,857.3889342239476,821.615264027854,4758.020292613504,459.6040509812933,2775.5784170270927,523.5386618838032,3136.8528414049574,387.56578129315847,3561.6826181825777,97.68039538524368,966.4912866028786,201.71328328535512,1858.364774105389,454.5219492199146,4265.222411931869,255.86760376548463,1241.8025152502566,192.6466580356825,1691.2632060190053,255.5440498725117,3023.256063973631,336.97704540304863,2024.6947738801628,267.78714865217097,2579.3169541962416,314.40854805625736,3636.0386105593543,5240.486913904675,1558.6063451425334,37690.22174283976,14172.08932559647,1148.0729565220524,6211.4723113067175 -6844,1492.8837088891817,3107.4524129888287,348.3656586678178,1245.023801349272,596.1633338730397,2216.0811849833362,629.1788756912503,2611.508340839717,129.56443218317378,955.0932062749235,1058.8143633502277,5300.223358850127,592.2910539018978,3091.8711261247345,674.5314292891123,3494.3147949790564,504.58398731518866,3967.5563046690054,133.4561005592202,1076.628382886513,272.42170646893726,2070.135850464672,614.1075054808686,4751.268399066644,359.21649068846307,1383.3128683007271,257.3550446298988,1883.9921226106974,330.4117966005401,3367.773028403089,434.9204796715864,2255.4200854756896,365.8649056245507,2873.244570169718,429.5615168283097,4050.3855789110034,6454.389727109914,1979.261752638476,50501.362698692166,19652.570226481326,1409.9141571323453,8697.813391159829 -6845,1658.753560860745,3787.4127264925414,380.2881237771358,1517.4549319907176,638.8272797060498,2700.9952100517435,687.3417009016302,3182.9481552460784,137.06301913994983,1164.0828832364862,1118.962888708751,6459.997044091237,625.9375879010413,3768.422004730389,712.9088239836822,4258.926788245053,535.9886033739172,4835.72111307924,146.64618005935822,1312.2119013000386,295.8865916776853,2523.114700919008,667.2879455829205,5790.921954714272,397.8232281054226,1686.0038596967277,275.79317157166116,2296.239746733365,349.7713944268879,4104.6956582173225,459.98273503598944,2748.9420914740267,402.0250149884303,3501.9564598640573,472.0170548923119,4936.674757961786,6659.734251335309,2080.054919552954,54548.07351298114,21613.002566580588,1452.4353777442727,9628.74658644286 -6846,1500.0827619681681,4274.899561696909,339.0058227234842,1712.7701394374835,576.4427858763923,3048.6466813688535,621.4728304989964,3592.6329281695303,122.40019911996568,1313.9147398744233,999.0912465769557,7291.478517558743,558.8824895677108,4253.464499294159,636.713557240841,4807.103311718741,478.86502675489896,5458.138196080659,133.59769552754025,1481.1097936284154,266.8633504479824,2847.8707518782835,602.0586442616464,6536.285193548155,360.6141070781186,1903.0133976213301,245.3112376144154,2591.7941866219826,312.38819301591997,4633.020728760808,410.75835584263837,3102.7649191154615,366.2530829315771,3952.7015449458167,430.0172753070301,5572.085822976809,5922.614522410576,1860.529645683933,49039.85507802785,19534.561473704147,1291.3023312148623,8737.004256949984 -6847,1414.3488180640552,4432.218361513474,320.0508582102037,1775.801080588063,539.6307357808591,3160.838659228404,583.7896269655691,3724.843917523571,114.65882679263255,1362.2675694450643,935.7399880291237,7559.809184213113,523.4443759662091,4409.994476299211,596.2912430812837,4984.007520268997,448.9316882527665,5659.000868489158,125.34519588017916,1535.615498795835,250.57828250675124,2952.674058307394,565.3018537772958,6776.824304951186,339.4316794601002,1973.045401748649,230.77330611905342,2687.1737259366023,292.66477347039546,4803.518596618223,384.7637304110473,3216.948479721603,343.6291639649907,4098.163269627162,403.4545610415066,5777.141834584634,5523.854066425538,1739.2494653664091,46046.59578260169,18380.409410259363,1204.0219310114314,8221.283346861735 -6848,1309.9030529416862,4476.210439261177,294.7631870800101,1793.4268320356996,495.283254126477,3192.2116306623393,538.499492408098,3761.814935161295,104.78678295650592,1375.7887852201236,854.9352287869964,7634.84423128515,478.2429339869243,4453.765970400881,544.8267480281603,5033.476393064322,410.7330817359838,5715.169402138726,115.85677390448119,1550.8572831357515,230.7597617818229,2981.9808875612516,520.6629095935431,6844.087818927546,314.20489909920525,1992.6289059070132,211.6265194283465,2713.845325986701,267.5164507959424,4851.196022757673,351.612899548294,3248.8783703739095,317.61701018469796,4138.839676445408,372.91372462332237,5834.482978909432,5012.825753663383,1587.0283777243883,42333.026375574416,16980.96595395064,1092.123982032674,7609.87804104432 -6849,1232.682197280145,4572.252237772914,276.67854537584026,1831.9066892240814,460.34823307089323,3260.7038855281535,503.52924033759376,3842.5286274560735,97.12445151705818,1405.3077792660397,792.1402576159957,7798.657836851607,443.1160024472651,4549.326199248896,504.7833064501081,5141.474918181934,381.26934448556534,5837.794367079214,108.45647445632589,1584.1325557639004,215.42752218657333,3045.962420926398,486.1187638103819,6990.934914751434,294.9752522990939,2035.382852908971,197.36286442929656,2772.0737291252835,248.01338042467228,4955.2835309927705,325.8749626217684,3318.5864696848284,297.32936617406455,4227.6428307365995,349.0940277895858,5959.667942012521,4604.691193399745,1466.7150278132244,39486.487623999055,15922.593965283711,1002.6056228496678,7146.104440904663 -6850,1160.9104742406394,4659.91149115457,260.7702261272997,1867.0280176835245,428.9560583113915,3323.2181242971174,471.9595933037374,3916.197614437533,90.4585224343828,1432.2503503001124,737.5627885758893,7948.173762003278,412.58586631010513,4636.5459144521,469.97786038292105,5240.0473129603715,355.6267234422065,5949.716603430519,101.52009054759772,1614.503556722386,201.74189729974486,3104.3596347636308,455.2289439295277,7124.965170126269,277.4403306582434,2074.4052278684794,184.89775778902757,2825.21994695783,231.03563855970265,5050.286263132681,303.4889431878316,3382.2104337810733,278.31352925459476,4308.695230043247,326.76755803173023,6073.926739434834,4257.319028624085,1362.1596401514519,36944.744288989845,14954.348248681465,926.5150175441124,6715.348818351876 -6851,1122.8386353578633,4590.381909347053,251.3251103737535,1839.170476281962,409.4873674595295,3273.6330695431493,453.9182810887599,3857.764834560854,86.11995756311306,1410.8800371323478,701.91952571826,7829.580694548116,392.647351634455,4567.364965613234,447.2616050710696,5161.861643766154,339.10877495815583,5860.942104581127,97.62401982842765,1590.4138809122894,193.7302285078064,3058.040122559382,437.1734420166418,7018.655028911705,268.0656732340964,2043.4534537271022,177.02688301510804,2783.0654206757085,220.01094288206212,4974.931979569483,288.9071815719609,3331.745166899458,267.6325971727886,4244.406073897337,314.22708936237626,5983.29892666971,4013.1911671722733,1292.7519332646534,35414.052078385845,14414.79696530094,872.8040020343091,6482.565060626512 -6852,1084.7280490599846,4529.689733107608,241.96733616082994,1814.8537068093399,392.48207278178546,3230.350414826464,436.62565157627813,3806.7590254902093,82.44505458495735,1392.2259509239673,671.8145889786296,7726.061139796721,375.8069258465517,4506.977110110751,428.0505349112657,5093.613593213069,324.7814965167693,5783.451094428768,93.95584694844426,1569.3860707082104,186.18018783289028,3017.607950742099,420.15886096853535,6925.857205900251,258.4448866064616,2016.4357372059192,170.0351527495462,2746.268853345741,210.65464629046497,4909.155437563585,276.5642523673097,3287.6941774942775,257.5764384889514,4188.288250466522,302.42016633891416,5904.190164017243,3819.1761716786455,1234.9594622118125,34026.2846703797,13891.672646087165,830.2827814223809,6252.123450350596 -6853,1058.1377654443613,4452.102520890063,237.13688994040996,1783.767816165476,388.89709162274085,3175.019057064742,429.02202379668347,3741.554599188557,82.03145419921098,1368.3790791350234,668.75909968111,7593.724582421104,374.0977131281979,4429.778933170301,426.11182672335576,5006.367158667613,322.5229563344767,5684.388714033589,92.21540977541149,1542.504695317459,183.32170279494576,2965.9205720785376,413.6579948856993,6807.227016089448,252.58654415274071,1981.8970299911302,167.9920506970877,2699.2291316682054,209.53190794148244,4825.068511706556,275.2071410293556,3231.380601756136,252.80509510795295,4116.548765322082,296.81813818988564,5803.059693230212,3846.8563151418066,1233.2951370167564,33565.41947248248,13608.644267877766,836.9966583611065,6112.2562739672985 -6854,1047.5041797570577,4359.179810404205,234.06763614123562,1746.5376446728399,377.4029356498768,3108.751181326848,420.819524670764,3663.4621938236596,79.1801139241427,1339.8187545673072,645.1250897209333,7435.231046485956,360.8770644934846,4337.322152718389,411.0440762533968,4901.876032533848,312.26596159840915,5565.746161602515,90.5876454568898,1510.310082423099,179.3346870156636,2904.0169260258845,404.7249045189911,6665.148979418107,249.45514949286516,1940.5315755644813,163.82864707205877,2642.89177511361,202.33016853890845,4724.361386862966,265.603758997574,3163.9363677750703,248.3426401412676,4030.629614240973,291.57877553225353,5681.940282058527,3655.3759178068876,1184.8830295491414,32761.06421828185,13401.240647633527,794.4754377491786,6034.427707931139 -6855,1077.4165462010383,4245.658150848983,241.140168689178,1701.054351823641,387.8267919900784,3027.793155138945,432.2409167191575,3568.0583963092568,81.60491496975315,1304.9272256244833,664.8896356936051,7241.602931958756,371.9331704259786,4224.369709777852,423.58316693422194,4774.221490544305,321.6628706562269,5420.803129103555,92.9117856846729,1470.9786222730859,184.29334975761435,2828.3905845677778,415.88534383119656,6491.575324227182,256.09525902284565,1889.99629726474,168.92790905855625,2574.0656487813894,208.5245563782024,4601.329677160318,273.7383741333325,3081.541210241148,254.71418360412164,3925.6640512768167,299.05959654669033,5533.971324968606,3768.495904945129,1220.022410405248,33711.62542977159,13775.46607905428,819.0929865245055,6197.378783643549 -6856,1125.4677382667799,4253.4558583073795,251.67241480483378,1704.1785610121976,402.00525824439814,3033.354093968556,450.4389122078115,3574.611603039604,84.40288644006593,1307.3238954453643,687.5215143214842,7254.903084535099,384.5932359750256,4232.128318225019,438.0247220474117,4782.989973828201,333.18803335275214,5430.759144281522,96.76826229881573,1473.680267239897,191.8675857968425,2833.585294450893,432.9841008223333,6503.497952833621,267.71653228902073,1893.4675230911944,175.56354473987747,2578.793257598386,215.7087781021162,4609.780621976721,283.10808747875285,3087.200864416002,265.28656992864603,3932.8740476458556,311.47262178152397,5544.135188365528,3873.177905824408,1259.6932584943975,35031.890065628715,14367.28447252601,841.4725763202568,6469.975917200227 -6857,1215.4296227501698,4379.193934408185,272.04126730827966,1754.5564515398269,434.1036592772558,3123.024263499805,485.79772599691313,3680.2820979845483,91.30593818639751,1345.97020962607,743.7678454920842,7469.368118741484,416.0569182977128,4357.235922552459,473.8066934775123,4924.381815510066,360.25194019206145,5591.299944354747,104.35686548113047,1517.2443073435602,206.98648576336188,2917.350020184657,467.0965011732202,6695.75040537,288.5140395964883,1949.4410588333958,189.9538957367383,2655.0259760451645,233.34756748984918,4746.052154105606,306.264172427886,3178.4628194378843,286.0904415799666,4049.1352791646805,335.8984208266321,5708.027542124493,4192.298056079518,1362.0207693871603,37847.146381483995,15507.777881490945,910.8493046870864,6979.648758458155 -6858,1283.984063789821,4525.595938740474,284.7272273451302,1813.2134978061038,448.9630896112621,3227.4309234018247,508.694245097503,3803.3185936783602,93.6185445198891,1390.9676998976304,762.0680510767834,7719.0785631882045,426.29388563359845,4502.90384271424,485.50558944763765,5089.010141792579,370.5086758123021,5778.224189075865,109.58985419168863,1567.9677078103798,216.00743875134313,3014.8807294181584,487.56867321107325,6919.5978290140465,304.50927999513624,2014.613344558951,196.56742482452614,2743.786859958801,239.3705407084099,4904.718693755109,313.969436936364,3284.7228605393184,300.43648430637694,4184.503004266904,352.7420912068804,5898.854138403992,4218.460940426064,1390.0449686243,39345.54678595841,16295.227878822147,915.325222646237,7360.944402540023 -6859,1302.1501954098808,4241.82427313033,287.38135110992096,1699.5182803487462,447.95062262927763,3025.059023397355,512.1128502782876,3564.8363988948568,92.97691664149971,1303.7488614611357,756.4438291877332,7235.063681943393,423.14774743851075,4220.555055764215,481.9122565799504,4769.910314103297,368.7707529887452,5415.9080820706895,110.45829411300195,1469.6503118052683,216.98177408782422,2825.836515620975,489.8307580059316,6485.7133576933165,308.24027115841227,1888.2896090588206,196.6257039705607,2571.741238151382,237.81405360901886,4597.174623998087,311.77894884081013,3078.7585433929726,302.8172798527815,3922.119131878608,355.53738020686194,5528.974085764546,4129.839521813033,1374.7455402107407,39445.4218873254,16455.45041078376,895.1835918300604,7448.87598028056 -6860,1222.968721031873,3942.587150927634,267.1419646188513,1579.6267132784455,408.6644190094526,2811.657925575189,474.5903208990554,3313.357007849384,84.02587234266531,1211.7766268143741,682.9403365152542,6724.670158842474,382.0305670834001,3922.8183586112914,435.0676632057621,4433.419657335968,334.5346637042558,5033.8458738696,102.70218944928301,1365.974652081542,200.24851989863296,2626.489458246132,452.183881233485,6028.18233433588,288.4153542097375,1755.081274126306,180.04058363317577,2390.3191900884367,215.06162977555385,4272.869509931382,281.6980224686189,2861.569242950311,281.5542091582614,3645.43543015294,330.5724361536089,5138.935699535849,3631.154674465753,1232.9050352888796,36280.90972772666,15336.79027439582,785.5236018308781,6970.256102396908 -6861,1001.3569156146376,3640.6858137433505,217.9609944113104,1458.667708763207,330.9910776352324,2596.3568415557233,387.2038072163379,3059.6386059610995,67.81336375071106,1118.9855305115711,550.9571806147459,6209.732419901151,308.20039891467337,3622.430805296927,351.00897494511975,4093.933104062466,270.46696773386134,4648.38202936251,83.76849693332038,1261.3759309280415,163.14640053168048,2425.367542815965,368.41904115737117,5566.577748854878,236.27466842900787,1620.686937808044,146.06064881649579,2207.2818767305926,173.6106556385043,3945.676991597647,227.3249062472208,2642.446228589335,229.64819964314714,3366.2883146039053,269.62965690082626,4745.424662239213,2898.979181422538,992.2106514059143,29486.922673712204,12528.57968902856,626.6285142810423,5702.145731631635 -6862,765.8052558755281,3311.622455627344,175.00690420844572,1326.8260395894883,277.727085043318,2361.685149226597,307.98022369821007,2783.093195066736,59.32949424667151,1017.8460322985248,483.5851019075211,5648.465804863725,270.51307535513774,3295.017425973141,307.96973664811964,3723.9029932411404,233.62326605251044,4228.238056868663,65.52916992613596,1147.3664775137936,131.821353562038,2206.150716883935,297.3185027820857,5063.442663608778,181.6130583376088,1474.201161914761,123.09800626395779,2007.7767219809843,151.56488276568263,3589.047008314032,199.03505119677848,2403.6087473823172,179.6457671865081,3062.026372249898,210.92186503291538,4316.509492150045,2767.771988118734,886.2666467523344,24225.86282185554,9811.052487827088,602.0109655057157,4389.228629928145 -6863,631.0461216023385,3096.210715390801,152.0785456974932,1240.519732029139,299.17890915416615,2208.0641629268985,291.4752935936225,2602.0607988854995,66.65668396649312,951.6380064597971,569.1376358178402,5281.048967650074,318.37037898425353,3080.6857962813287,364.80910856406615,3481.673561899099,282.5417402552741,3953.203046033795,65.21560909289687,1072.7335104645656,142.63748496526335,2062.6468085985803,320.75826938615467,4734.079938729773,154.99813866911475,1378.308516541744,121.70959476390708,1877.1764849420629,164.87152570280347,3355.5895800561884,245.15341026135656,2247.2607487626137,178.78615189593785,2862.850156260751,209.9125918218764,4035.732672355394,3489.4102372988805,1027.1417035909399,25382.700608801388,9715.58638249167,760.646626827023,4224.674610272367 -6864,637.1693416438815,2963.194777734863,154.0986643427863,1187.2259124204431,312.89551537985994,2113.2037829223277,299.3435456939512,2490.273976599463,69.97063131410894,910.7548000588075,597.9654813531293,5054.170455555578,334.4964116532774,2948.336822815558,383.34790162352147,3332.097801068026,295.52875657427876,3783.369963518245,67.12570957460211,1026.6479346217793,147.13821420804493,1974.0336861340977,330.85455144957217,4530.69969756656,157.21338305924112,1319.0951694670036,125.62666052605995,1796.531330835124,172.95687948215294,3211.4304980657585,257.45819320718965,2150.7164489292236,184.022620888694,2739.859593631874,216.06072335559895,3862.3540444494756,3732.653957907234,1086.491118310019,26258.340012720062,9912.933746035631,814.6114212978589,4295.755200029924 -6865,642.7287942907421,2901.2029867372594,156.79990185382397,1162.3884426790962,330.07443720643596,2068.9943073149207,309.04670102140886,2438.175969055682,74.14804302597581,891.7012698489344,634.3493058316717,4948.434214083606,354.84918971457137,2886.6558690409856,406.77090604341413,3262.3883401782214,312.0517966022249,3704.219621526782,69.41079591387879,1005.1698513484804,152.76852728322635,1932.7357314358248,343.4672434115193,4435.914774606095,159.817223952666,1291.4989167110323,130.6566039867601,1758.9468306130661,183.13953413142912,3144.2454686727183,272.9788462196535,2105.722186115678,190.28709957764255,2682.540107053593,223.4158397561997,3781.5513086720835,4045.1936428110266,1162.1280301422703,27339.02619510565,10143.3329524287,883.9947284746484,4375.616789541651 -6866,737.0385675561771,2919.0727353597676,180.0412707509498,1169.5480896832323,389.63136182776424,2081.7381271517734,360.240739880335,2453.193736465836,87.56553605932791,897.1936389149445,749.6253954326692,4978.913734436002,419.3335780670556,2904.436015750907,480.8114548359879,3282.482783695098,367.7110894262118,3727.0354926608757,81.08145622056959,1011.3611218830256,178.61173965070006,1944.6402764926115,401.5581896310832,4463.237468776567,184.60255063791212,1299.4538102822064,152.20133697554246,1769.7809355850734,216.17757535458614,3163.612219772003,322.4825540652533,2118.6922286486356,222.28177808084735,2699.0630175848396,260.9807507847926,3804.843498704289,4841.090831921586,1381.090420606848,31973.8849280723,11745.705785027361,1058.7378724754508,5057.022551798794 -6867,1018.3663837191743,3009.1362870745284,245.4855423728693,1205.6327180592714,504.6168866176974,2145.966992434986,480.9996362170962,2528.8832998926573,112.35071736275653,924.8751847420688,960.3127981095168,5132.530548834922,537.190180786797,2994.0479737326787,615.7712565281183,3383.7588000002206,474.4302547393978,3842.0275069981412,108.33588467273132,1042.5651318412715,236.37365968612406,2004.6391960080284,531.593114141791,4600.943875922627,252.15809188592695,1339.546482186413,200.6317399271065,1824.3848359555857,277.67862179137734,3261.220665532697,413.4335497872499,2184.0612565564106,296.99877379492835,2782.3385039134423,348.70587970090486,3922.2361607853486,6015.760442729304,1749.859218350142,42133.41362648057,15891.08123887829,1313.1433321236782,6894.489640576084 -6868,1454.0990296054442,3279.13199212615,344.06102005119885,1313.8084949903262,667.9226896099508,2338.5145595321496,661.61907859035,2755.788153780679,146.8072924389418,1007.8599032015817,1252.3118743770071,5593.048475584895,700.5317887279859,3262.6898750977507,802.7830597241617,3687.3676285052566,624.2424409302869,4186.754640174345,149.04422590591142,1136.109618025838,321.6591946676231,2184.5060818733077,723.6682692963979,5013.765020321629,356.30345304498945,1459.7377139564292,270.5732938679908,1988.078342356453,363.3665531568794,3553.8347211677287,539.6772015976173,2380.02684354987,408.5991679395216,3031.9847061420287,479.7357594472387,4274.16004079005,7530.7192223377415,2250.04580641283,56958.103943245784,22171.854774359086,1639.5018510663535,9707.795650942111 -6869,1613.4824804553914,3909.9017499400775,375.20816743347086,1566.531065533027,714.6464301107271,2788.348316118454,721.9144000883854,3285.8881407652398,154.97472958844955,1201.7305825701885,1320.5009343435834,6668.920334618778,738.676124118744,3890.296847698745,846.5344070928708,4396.6650863654695,661.4700580058393,4992.113563435251,163.4668955381912,1354.650253271076,348.57693682825703,2604.7149589526502,784.5552509066822,5978.206633284474,394.2409775838969,1740.531047837187,289.43763224765297,2370.5026233962053,383.8924253613554,4237.445954800393,569.3769103054648,2837.8458515377756,448.13837702593275,3615.2135189440123,526.1586941650602,5096.332158368959,7755.505600045418,2358.2935980718366,61399.53601546021,24340.66451327524,1685.757389184213,10729.306723308062 -6870,1474.4771799935152,4375.749944268554,339.3524859140826,1753.1765914082512,659.6527093120981,3120.568180272978,663.4014176130696,3677.3877627606776,142.04402640718016,1344.9116796318244,1210.5532911358632,7463.493880117773,677.172419858935,4353.809201156219,776.2748467117322,4920.5090657140045,605.7228051193908,5586.902700897504,151.20246423781046,1516.051079888424,320.091694443567,2915.0556882016804,720.6261479656143,6690.484573639567,361.65528974543616,1947.907932900867,262.9273980586325,2652.9379471935267,351.8128707760088,4742.3196505751075,521.920265758988,3175.9631368996625,414.51589756302144,4045.9508616247526,486.6825841157457,5703.538498965807,7138.85903631798,2170.2933701365077,56281.11420594376,22306.83482338538,1552.1302790659527,9853.265992247132 -6871,1385.280167326052,4508.830861086613,318.8588304318759,1806.4964453990328,613.0466423023655,3215.4749001983123,619.8975274131568,3789.2291936460774,131.94048072144386,1385.8148577485617,1124.1050470701546,7690.4832238605595,628.8140641754746,4486.222827967709,720.7730909786137,5070.157895289949,563.2686325606808,5756.818747993065,141.1430794227223,1562.159168838714,298.7492113188748,3003.712098760449,672.5812985785391,6893.964167390868,339.08520745031643,2007.15020608587,245.63707180220487,2733.6224969896994,326.86018333220136,4886.5491552271,484.72134085922136,3272.5545992597495,386.9384705245317,4169.001505953984,454.303962371051,5877.001823474025,6586.2313534596815,2010.0990133507707,52507.50189812547,20890.970457607975,1431.3519295359856,9233.984482347789 -6872,1280.8806477962587,4497.329240536954,293.08370186027366,1801.888236025155,560.9344140024742,3207.27251396373,570.5047786240365,3779.563211997232,120.14864177436135,1382.2797691331366,1023.2836826915435,7670.8654953163905,572.415516676849,4474.778878469885,656.1512617680296,5057.224380142647,513.5198914304412,5742.133622990033,130.14816945696313,1558.1742418029226,274.35612526333927,2996.049900318159,617.7534852287286,6876.378287064194,313.3537665775065,2002.0301470799288,224.59820020248281,2726.649272742646,297.7227764927316,4874.08400940277,441.32234621892604,3264.206607865,356.7963362937484,4158.366759415523,418.9141211986243,5862.010122293428,5950.774726497553,1826.74508961163,48134.79588706259,19258.48671323228,1292.5853151824074,8530.644845897508 -6873,1205.1176928414106,4553.08286178595,275.0901521678764,1824.2263369004143,521.4205646430579,3247.033235810392,533.4518508667855,3826.418650978429,111.36250589935617,1399.4159623239195,948.096625266271,7765.961608276712,530.3565656240033,4530.252941723797,607.9022173140901,5119.919050152618,476.6036038031542,5813.319148010452,121.80848295490809,1577.4910077924744,256.05837637388476,3033.1920845905042,576.6105486278341,6961.62510135703,294.1653289857211,2026.8494174911916,209.42950482977722,2760.451683618216,276.0259688393493,4934.508278843979,408.9714389387633,3304.673144593729,333.9333978276365,4209.918245401723,392.0707744450177,5934.6817624238065,5468.802554640409,1688.184992194048,44890.79569913026,18053.888894884225,1187.2254783583937,8009.0442585477485 -6874,1133.1976275545621,4616.50423847225,258.76333966868543,1849.6365807254629,484.40774113672495,3292.262221140233,498.92340707771154,3879.718084788425,103.3465609823431,1418.9088838413973,879.5348332924361,7874.1362212677595,492.0037273633902,4593.356313004984,563.9034374828035,5191.2360730446035,442.97472260978,5894.294767096602,113.76859118958447,1599.4643947176608,239.15206684030926,3075.4424067564537,538.5401392806045,7058.595848717597,276.2336384628133,2055.082064314293,195.61710774795355,2798.9029157538002,256.2238955889889,5003.242654609649,379.4639368447714,3350.7050150188084,311.89233541365974,4268.559570184339,366.1923913109674,6017.347880962304,5033.5851404579325,1561.5885129860076,41885.494381949815,16921.63737323918,1092.1446500050163,7513.161772074151 -6875,1096.900454145411,4543.855574942004,249.72529688496854,1820.5293561535586,463.50196334335743,3240.45279175344,480.60000460384333,3818.6640232790432,98.64235323852543,1396.5799031327424,839.1899665590948,7750.223094932254,469.4351785562012,4521.071922041559,538.0263980947425,5109.543011954401,423.35134846499943,5801.53786378558,109.54211216126973,1574.294061357606,229.9885206565672,3027.045011438771,517.9272927300012,6947.516657987951,267.19013498103095,2022.7418004035158,187.64769131679046,2754.8573467091774,244.625749855596,4924.507994486126,362.1234102956981,3297.9758873822293,300.30560131653726,4201.386416656431,352.5884216562396,5922.65452448157,4763.879412034086,1486.1929845680327,40219.74162342133,16329.218474133606,1033.0403512988623,7259.783182616508 -6876,1054.6440964626306,4473.611203441713,238.89150512912747,1792.3854289728474,439.6141276418028,3190.357984385803,458.91222750894394,3759.6305329178467,93.27944058934222,1374.98989527983,793.214506505536,7630.410847093038,443.71692743370505,4451.179767585159,508.5072923085536,5030.553565303025,400.75217363966937,5711.850730412737,104.67990271901535,1549.9567348134813,219.1658108978609,2980.2493176002135,493.6040094703277,6840.113609392069,256.242019990436,1991.4718306315285,178.50501245369912,2712.269456381036,231.3996642269905,4848.379041152206,342.35887493682304,3246.991818982292,286.97603607925674,4136.436344322396,336.9381961933361,5831.095024443792,4458.821812261765,1400.315996015723,38295.377425390856,15636.000557798032,966.2267962397319,6962.698718032233 -6877,1020.8180048639974,4411.749370768351,231.55625950977205,1767.6000279956716,427.76143661324494,3146.241188619921,445.2651348235557,3707.6417425727905,90.89601712989507,1355.976308501452,773.0828755936071,7524.896268917642,432.45547754945727,4389.628120502024,495.60812035701355,4960.990241902961,390.2726722618593,5632.8663175812935,101.5403008296805,1528.523677755189,212.82622429511838,2939.0379390905105,479.307280281513,6745.527391607774,248.17000776689994,1963.9334300960816,173.51742070637053,2674.7637475374445,225.45854885430663,4781.334857082288,333.64093339467416,3202.091881222139,278.36893498663613,4079.23702114482,326.8326098307161,5750.461681870996,4362.736015005476,1366.3527468080024,37208.650255485365,15156.672840154692,945.668779298461,6744.590407314114 -6878,1017.7831556587972,4330.588203783783,230.89837859596815,1735.0822059306574,422.15014436211203,3088.3610632947525,441.8787863008311,3639.4337585513645,89.43869720977561,1331.0309613494587,760.4256187154477,7386.4637988707755,425.3751240187862,4308.8739092023525,487.4830427638523,4869.724912983841,384.68731466669874,5529.24075652107,100.82840954827205,1500.4040465104638,210.85825563182757,2884.969648056344,474.91333433990104,6621.4326552529055,247.1595346976614,1927.8037419223306,171.7609207111506,2625.5572018083185,221.8988193635243,4693.374575540455,328.2342184543805,3143.184293317494,276.4173116783268,4004.192949231663,324.54121140548665,5644.672766504888,4258.430028571649,1341.0141888971705,36825.91307119608,15070.543508033046,922.5410102395313,6715.061926135508 -6879,1038.5315219169713,4224.409391248965,235.2639472137239,1692.5408790700146,425.8704565842725,3012.639591996029,448.12967140048465,3550.2009022745947,90.21688940374136,1298.3962982799756,766.7774033391896,7205.360004630939,428.92825414166265,4203.2274950174115,491.48048530468276,4750.327365976239,388.3198482211694,5393.672979092228,102.17312200373372,1463.616637390908,213.59418477873854,2814.2349956223006,481.0815526626113,6459.086150914365,251.43531784056978,1880.5372038712997,174.18095768186333,2561.1829106469777,223.88495465580746,4578.300845192098,331.0321856880486,3066.1186476966654,280.1037905545123,3906.016804905996,328.8695015296965,5506.274788380012,4260.741807151471,1347.8716547729657,37309.58879669114,15324.461756619783,922.5410102395313,6831.88926676231 -6880,1083.48964122737,4216.286775373666,245.14577452677014,1689.2864929202242,440.1986573588952,3006.846944572417,466.125668139433,3543.3746419530808,92.98940896017145,1295.8997660057396,790.0849265629896,7191.505672311232,441.9662690873487,4195.145607298564,506.4412215607934,4741.193524792267,400.89778936988654,5383.302124918649,106.20919886337634,1460.802422518919,221.8489217843187,2808.823836869644,499.68850689268385,6446.666740092577,262.5003782641418,1876.9213418817167,180.54723839964927,2556.258315740845,230.81913767463297,4569.497773405522,341.1491108470315,3060.223171738554,291.1685442312565,3898.506388379029,341.8606146417898,5495.6874255400135,4358.052141131691,1386.135214469368,38674.927537970194,15955.301438197674,943.0990271808023,7121.8468409651405 -6881,1168.402088219699,4376.009867220186,264.45267996028696,1753.2807314619959,473.7159015819992,3120.7535444511223,501.5276157386853,3677.6062024553044,100.19652745203652,1344.991568432123,851.2826155117833,7463.937217461888,476.19969558635444,4354.067820810637,545.6042305601741,4920.801347781348,431.8530102498022,5587.234567265324,114.28426182254799,1516.141134502268,238.702413057441,2915.2288447778783,537.6501027240948,6690.881993629369,282.4146439178468,1948.0236401478246,194.75102111692541,2653.0955337719447,248.71659417778034,4742.601348052536,367.58153736211995,3176.151791581335,313.306027157027,4046.1911942542456,367.8522049751718,5703.877293590792,4690.840675673023,1492.0830262184556,41664.1854766992,17187.895167057584,1015.0520864752505,7669.769821971161 -6882,1229.2517538022144,4538.657103303071,275.28406562963977,1818.4465500278538,485.2451569643786,3236.745499200366,521.8546978531368,3814.295218792145,101.51972832432074,1394.982123252155,861.6594010297277,7741.356326548025,482.00437433201324,4515.899516410114,552.281331692534,5103.697356431803,439.12324653531164,5794.900520333602,119.25101509971765,1572.4929647130652,247.15444993483547,3023.5818715166934,556.8418879785179,6939.568238916991,296.77100228908347,2020.427649852546,199.74985857891863,2751.7056074978464,252.18244859508482,4918.874031275191,372.2463096283066,3294.2027845989933,326.9221954055946,4196.579752410404,383.8389306663381,5915.878615550288,4639.406699341087,1501.6858051468544,42953.253579682016,17957.560569368372,1002.203325886956,8048.895049878132 -6883,1249.6236332281935,4276.199176455067,278.83950360273303,1713.290839706208,486.9922869451926,3049.573502259575,527.5108735602154,3593.725126642666,101.48109285716491,1314.3141838759157,860.9205634561242,7293.695204279319,481.59107536263855,4254.7575975662485,551.7900900345136,4808.56472205546,439.66951826716075,5459.797527919763,120.63186849565612,1481.5600666976352,249.31384977433473,2848.736534759273,561.7639654596745,6538.272293497163,301.2930594316309,1903.5919338561182,200.8228605648495,2592.5821195140725,252.17256625089362,4634.429216147951,372.014639235574,3103.708192523826,330.7077533176676,3953.9032080932816,388.28354935961136,5573.779796101733,4583.781188276236,1495.6896402421032,43264.97498955699,18192.826007734744,989.3545652986616,8168.105528661232 -6884,1173.3352940915215,3959.0923056298625,259.20245466907016,1586.2396256317716,444.08221988129924,2823.428584600557,488.8289395466593,3327.2279681870396,91.59030786628779,1216.849580163144,776.1242241857555,6752.822160826005,434.1567800867848,3939.240753703404,497.4033432501924,4451.979621771253,398.2488339521994,5054.919448584579,112.10371931818659,1371.6931364393636,229.8806483568744,2637.4849323276435,518.1231973218381,6053.418575969256,281.93631146219116,1762.4287053524295,183.74875932440077,2400.3259664791203,227.78064067106158,4290.757350981961,335.5621376401335,2873.5488495482073,307.32815147936554,3660.6965958363676,360.83358880283396,5160.449219840832,4020.711024328537,1338.4924427641758,39764.652455468175,16948.13579316947,866.0064636510361,7640.525768870556 -6885,959.4556969777508,3671.876656183237,211.11708977768464,1471.1645505682413,358.4972358277104,2618.6006058643547,398.0160409407625,3085.851443476843,73.60493631137366,1128.572213669713,623.3946595064268,6262.933051708444,348.7212609277236,3653.4652516286837,399.5393132490545,4129.007051373771,320.6731086519644,4688.206106169943,91.24370569252659,1272.1825151629466,186.78934497264981,2446.1463907465436,421.02645629948495,5614.268282555557,230.65412322791062,1634.571846725679,148.61656958890535,2226.1923196415482,183.11975505037157,3979.480784525625,269.5976533204821,2665.0848544385285,250.14120472684655,3395.128311736227,293.69046790727407,4786.080132258491,3188.7271402690576,1071.6420986683418,32227.017158814033,13819.06119113243,686.1238154149161,6240.615517410763 -6886,742.0333111424106,3345.0876254697955,171.93274604486015,1340.2341074961416,308.53734747748837,2385.5508512177653,321.89184367544016,2811.2173812347614,66.49993192344931,1028.1317429436058,565.5713652286305,5705.545641119767,316.3754398911542,3328.314795848941,362.39566779867727,3761.5344104136693,285.7678093751279,4270.965966406474,72.64233493195451,1158.9610401657915,154.243525515621,2228.4446859060104,347.21362156563697,5114.610624629589,179.33173157601266,1489.0985099447528,128.26485856634,2028.0660484084697,164.950570063657,3625.3156558773057,244.08892128951152,2427.898102839871,199.1462428683285,3092.9692813473043,233.8173485405695,4360.129417191889,3189.194145993879,994.8174738661389,27085.772850845515,10993.362506460822,691.2633196502338,4869.912205428262 -6887,681.4286984340237,3100.1745514336944,167.80028415018091,1242.1078722682046,353.3107293739935,2210.8909745100136,357.85430859908337,2605.3920134986242,79.3986904357467,952.8563140546395,701.1646904619934,5287.809880962014,392.2251037079707,3084.6297569864028,447.2010123962635,3486.130875829848,334.5338622985614,3958.2640222266796,69.814122431061,1074.1068471473898,146.89385786360734,2065.287453733952,330.77531134401573,4740.140610439808,174.22029889268336,1380.0730569681878,135.80216894012693,1879.5796869505368,191.52092748340405,3359.885478541543,295.85536269586987,2250.1377406641814,191.39280413162257,2866.5152390596645,224.7140460560382,4040.8993047640497,4100.384571991617,1217.3310490546571,29231.74045538397,11024.554852193804,873.8572358001983,4729.329120296315 -6888,688.8029479040183,2970.6026039173867,170.06653174437923,1190.1939127910841,369.5775563009235,2118.486677732269,367.6177140172064,2496.499526436458,83.38954422777019,913.0316376478952,737.1407962185305,5066.805607491227,412.3498076517321,2955.7075049168707,470.2111849017404,3340.4278647948363,350.1755057238891,3792.8281831683717,71.87056991932408,1029.2144987597396,151.52384695948777,1978.9686632524451,341.17692108063585,4542.026201007026,176.78767742201794,1322.392835825976,140.24969218407963,1801.0225616952357,200.9938347541205,3219.4589000816104,310.8910947596321,2156.0931233690126,197.0304779664081,2746.7090939707145,231.33323168063305,3872.0097200168175,4386.261601800444,1288.2479093421741,30254.879617515613,11256.702770152915,935.8538640157527,4808.938515116673 -6889,695.8305908667187,2912.314719707897,173.09452418846757,1166.8404407096548,389.95776251834474,2076.9186450347393,379.6720030860776,2447.514288513997,88.42388399274294,895.1165242952572,782.5845230884877,4967.38693123612,437.7706121031105,2897.7118859214106,499.3051579876948,3274.8834286805773,370.0815120315306,3718.406942954191,74.33250914850807,1009.0196953715904,157.31554569879404,1940.1381929142879,354.1698405666298,4452.904520129334,179.8161153180575,1296.4454134435823,145.95800636034534,1765.683673081749,212.93084274361118,3156.288064865313,329.87193361719324,2113.787193200473,203.77979223502845,2692.814351733772,239.25759291399683,3796.0348138073045,4753.579453458477,1378.664907689573,31518.76287471484,11528.947373894149,1015.5638145786089,4898.369054162585 -6890,798.7060763235733,2933.368535518404,198.78829938498697,1175.2758077916217,460.37385799848437,2091.9331839202737,442.64976592740686,2465.207951453395,104.46440538733764,901.5875345552142,925.2193810707598,5003.297352868111,517.5592448244853,2918.6601343731522,590.4434412720176,3298.5583399261714,436.33026596947707,3745.288191177707,86.840309950692,1016.3141387474278,183.92371568700867,1954.1639133778524,414.06285077881284,4485.0956260404355,207.77060758388174,1305.8177257003274,170.1030237097326,1778.4482203269763,251.41711006313437,3179.105622017667,389.8631581660519,2129.0682635899793,238.06946008000688,2712.2813471754525,279.5170479876772,3823.4772523732113,5688.88585698442,1638.8903703802532,36873.8977557472,13356.721794710886,1216.314801181357,5660.8615143595935 -6891,1101.1837091598923,3027.200979486547,270.93613709021594,1212.8704707350669,596.0228421658447,2158.8498365292203,590.6898688466589,2544.064898398076,133.91105596076403,930.4274708926299,1183.97016881548,5163.342574883145,662.3020647899655,3012.022086751299,755.3817104093505,3404.0724568395703,562.2356848608156,3865.092279920046,115.9931541010485,1048.8239438821574,243.41830689170268,2016.6736095467281,548.1799268025059,4628.564637494815,283.5655454640176,1347.5881568942825,224.02167880729752,1835.3371318167779,322.7170269648131,3280.7986914478483,499.29674723891225,2197.172791244345,317.99089139010607,2799.041665373829,373.3526980674536,3945.782448840241,7069.15559105121,2074.8305842130135,48545.824441169396,18044.525952955577,1508.584619911829,7717.2055638617 -6892,1568.6188336854034,3304.5395315585724,379.56053974921554,1323.9882136546773,788.5478489658078,2356.6339585155624,811.9347847536344,2777.1406935237305,174.77459688417588,1015.6690552254831,1541.7988710411428,5636.384821920479,862.4681623549666,3287.970016871965,983.4455802814275,3715.9382803265453,738.5667822682592,4219.194668166367,159.51730994523686,1144.9124810971807,331.2704270839297,2201.4321844360697,746.3025482141171,5052.612932746199,400.2947040540423,1471.0481289130087,301.79285471271123,2003.4824733885237,421.92147248423197,3581.3707264371706,650.879428201853,2398.4678901508973,437.31073592022614,3055.477286240903,513.4459746187563,4307.277307809985,8849.195572937328,2665.0262404922632,65551.87289632298,25133.381888472297,1883.516609596373,10865.105964460243 -6893,1738.6296644855854,3909.771791615836,413.8345247321981,1566.478996768856,843.4503228167057,2788.2556362769283,885.5276414373959,3285.778923566514,184.3770877488679,1201.6906391386935,1624.4664321420378,6668.6986713221995,908.7116386268813,3890.1675410073076,1036.2346696859981,4396.518948875728,781.9223571597951,4991.947634275231,174.91207245764087,1354.605227056069,359.00778580149773,2604.62838276408,809.1329761184448,5978.0079281083035,442.6857242264464,1740.4731956166622,322.67964787810484,2370.4238320177387,445.5305988473468,4237.30510947727,686.1804847054985,2837.7515264843832,479.51490126082604,3615.0933555433066,562.9978310594095,5096.162765164362,9113.205249475326,2791.256029725009,70612.71124534005,27562.67698297549,1936.6565766382776,12006.187421964469 -6894,1589.2545461831794,4375.749944268554,374.31098037886767,1753.1765914082512,778.5206129350468,3120.568180272978,813.7011042933159,3677.3877627606776,169.01202209821955,1344.9116796318244,1489.410987780461,7463.493880117773,833.1628604416271,4353.809201156219,950.3400061402336,4920.5090657140045,716.159624748157,5586.902700897504,161.78631257780575,1516.051079888424,329.66945297555003,2915.0556882016804,743.2063242239957,6690.484573639567,406.10612589787434,1947.907932900867,293.19521469048925,2652.9379471935267,408.3353705245141,4742.3196505751075,629.0695378305338,3175.9631368996625,443.53112172910346,4045.9508616247526,520.7493216253715,5703.538498965807,8388.614564842273,2568.709644948784,64723.340635751425,25256.823440763146,1783.141116294999,11024.079354945763 -6895,1492.6483929101546,4496.874373795811,351.6831715373794,1801.7059902997507,723.4768304215436,3206.9481255282044,760.2860664409486,3779.1809412073408,156.96235449564838,1382.1399632482871,1382.7522355547262,7670.089652276449,773.498931664014,4474.326292506768,882.2118953613876,5056.712884752831,665.7970059219308,5741.552854834402,151.0163460663649,1558.016645682738,307.6912720832158,2995.7468752600485,693.6614152487285,6875.682799672676,380.7190121613846,2001.827658696276,273.8648717677064,2726.3734952750438,379.3220104757073,4873.591037109475,584.1140453454374,3263.8764610283506,414.0056615607285,4157.9461758568905,486.0835166793343,5861.417229645757,7739.21464999103,2378.752583876461,60375.59220053629,23649.517336553414,1644.3867579078053,10331.405928085675 -6896,1379.7241638479084,4492.325706384385,323.2350613458838,1799.883533045707,661.9121405723055,3203.7042411729444,699.6080163038619,3775.358233308422,142.90509652233374,1380.7419043997918,1258.4225843576764,7662.331221877029,703.9500639042759,4469.800432875597,802.9197633909575,5051.597930854663,606.8289176487654,5735.745173278085,139.24228386131628,1556.4406844808923,282.57174635123175,2992.7166246789375,637.1249367874061,6868.727925757491,351.774038468493,1999.8027748597465,250.37165828081248,2723.6157205990157,345.45390515998207,4868.66131417652,531.6909256014872,3260.5749926618532,381.7275106225766,4153.740340270556,448.18578102814746,5855.4883031690415,6992.4815817751005,2161.2682390692826,55335.048648879674,21794.324652675998,1484.9668567820936,9543.857547998516 -6897,1297.6641460136348,4555.682103908564,303.36829425636756,1825.26774248867,615.2314135802021,3248.8868865820227,654.0907552711062,3828.6030585190556,132.4257082720247,1400.214854201522,1165.648347249134,7770.395003219787,652.0530056719942,4532.839150811064,743.6866603279607,5122.841885001777,563.033515705977,5816.637827784224,130.3115684796364,1578.3915582985753,263.72929380593996,3034.9236587506016,594.6996559605954,6965.599320529972,330.1858317092434,2028.006495572585,233.41682856600337,2762.0275570453664,320.22461989329315,4937.325267280628,492.59054168758206,3306.559700560236,357.24428859985517,4212.321583352818,419.4400614271615,5938.069725105241,6426.106597969251,1996.8964337220807,51595.55297528163,20425.575700596713,1363.9258207422013,8960.119898617522 -6898,1219.8089018376559,4622.2875414797145,285.3422216681661,1851.9537038661463,571.5213109538881,3296.3865864654526,611.7021404895895,3884.578382561118,122.8677459281493,1420.6864149756382,1081.0788121225837,7884.000506739469,604.7455825561921,4599.110617562527,689.6901382797739,5197.739368534621,523.1471295072973,5901.678815912014,121.70428312482382,1601.4681158812236,246.3193205908042,3079.2951521242703,555.4400097667891,7067.438469993706,310.0176137313089,2057.6565582753487,217.97840934024407,2802.409227632686,297.2037716091247,5009.510442268186,456.9388011598537,3354.9025942669755,333.64773789272056,4273.906987217786,391.7353814815136,6024.886083961647,5914.677571194221,1846.8029037206682,48133.3750104476,19140.417324564893,1254.6936662671767,8405.440780580697 -6899,1180.354541006146,4552.2381137689335,275.35801735623136,1823.8878823570942,546.8124457916072,3246.430803355196,589.1758284136058,3825.708723295185,117.24970812871614,1399.1563242072766,1031.2200900809826,7764.520764596076,576.8550702563944,4529.412429414825,657.8729931124274,5118.969135205715,499.8265998382004,5812.240584326981,117.17617494110686,1577.198330843439,236.88405308663968,3032.6293267676256,534.1863336363825,6960.33348879954,299.82612790377976,2026.4733696400563,209.06304657621902,2759.9395281937286,283.7038461354587,4933.592763750131,435.94945775306263,3304.060018022014,321.23409875332266,4209.137165812891,377.1605436763508,5933.580681946553,5597.73477530203,1757.2627062967513,46210.31576620966,18465.557997595908,1186.7925972691883,8121.833765068957 -6900,1134.4558004198839,4480.6291420452135,263.3935030976861,1795.1972180001694,518.5802859126812,3195.36283068098,562.5151503041413,3765.5284205643115,110.8465306531519,1377.1468986998154,974.4191104807849,7642.380987637032,545.0811226839311,4458.162517069072,621.5902772645128,5038.445202384888,472.98932218344294,5720.811146487241,111.96740109064945,1552.38821593876,225.73992007298136,2984.924557754734,509.1067226529254,6850.8439780291,287.49677090116364,1994.5959347171097,198.8375434806565,2716.5243054627776,268.3118832707338,4855.9848935363225,412.0325600606761,3252.0855091121266,306.95444015973453,4142.925342802954,360.3948148213761,5840.242503965759,5239.252297880892,1655.2991432169185,43989.87200609415,17676.60229610969,1110.0348670975493,7789.3526072399445 -6901,1098.2304584483288,4407.265688822194,255.31366091047622,1765.803607649116,504.61899361508813,3143.0436486805174,545.8163875696085,3703.873648570411,108.02534827870359,1354.5982233060124,949.8069033669373,7517.248680917472,531.3132795237881,4385.166920488114,605.8963019834883,4955.948363837525,460.68499753337295,5627.141608652768,108.61232885799467,1526.9702318446768,219.20892667738113,2936.0509808027423,494.3580751458052,6738.671879918134,278.4579334903969,1961.9374751757225,193.29743924936338,2672.0453723721344,261.44362890234044,4776.475563642077,401.58812713030784,3198.8375799572254,297.75663518401456,4075.0912730869204,349.59568378661163,5744.617460212369,5126.361046540401,1615.3232019615282,42745.50901864091,17136.84240265417,1086.417103967814,7545.440589959407 -6902,1094.6548330810792,4333.122460441128,254.57090301605774,1736.097574611424,497.95949518856133,3090.1683696505265,541.6077459878146,3641.563552195451,106.271978826668,1331.809879574005,934.0280095526034,7390.7863514146,522.4867108917506,4311.395458672357,595.8207990323563,4872.574672000269,453.9558596815616,5532.476463667048,107.84478464785334,1501.2820817252307,217.18435954029732,2886.657929923097,489.8318519646906,6625.3075122003,277.28950906740585,1928.931891087553,191.30535537649504,2627.093675724751,257.2760585158421,4696.1211344843605,394.9883234476838,3145.023682182416,295.65244145417137,4006.5361996543234,347.1251526249822,5647.976024368231,5003.770880399728,1585.0327459555895,42297.919183340644,17035.24726911554,1059.8471204468622,7512.209789563228 -6903,1116.6337279973427,4224.344405783695,259.3692155810547,1692.5148421625258,502.3188212930866,3012.5932475801724,549.2305668299521,3550.1462883780546,107.17505319120441,1298.376324626919,941.599827844785,7205.24916223169,526.7223166706897,4203.162835400149,600.5677439738478,4750.254290143507,458.1236548864287,5393.590006464437,109.27854403669348,1463.594122099574,220.00438625974974,2814.191703328957,496.19768328537924,6458.986788688818,282.0578627967418,1880.5082749551289,193.96809360400977,2561.143511136259,259.53887119585966,4578.230415699353,398.26261220892786,3066.07148059508,299.58303916599004,3905.956717377561,351.7400623612644,5506.190083561921,5006.468245013613,1592.8693544801108,42848.15879518913,17319.66832403288,1059.8471204468622,7643.150276833688 -6904,1164.677205391652,4245.593165383713,270.24807343117936,1701.0283149161523,519.1812718178228,3027.746810723089,571.2352020896071,3568.003782412717,110.4477727479209,1304.9072519714273,969.9979441047233,7241.492089559508,542.6079627203021,4224.305050160589,618.7074590161924,4774.148414711575,472.83320609871816,5420.720156475763,113.58945586190833,1470.956106981752,228.50939835896668,2828.3472922744345,515.3943864420257,6491.475962001637,294.4345478180437,1889.9673683485694,201.02314254038615,2574.0262492706715,267.53853190426173,4601.2592476675745,410.34418951991813,3081.4940431395635,311.40124261625584,3925.603963748382,365.6157998868837,5533.886620150515,5120.78362273245,1637.7559950882207,44408.06196545725,18028.28562508046,1083.4648835765975,7967.302901451711 -6905,1255.8914233562284,4432.738207416736,291.52998192912656,1776.009360695553,558.7127655179074,3161.2093875846926,614.6207075998717,3725.2807969128253,119.0049276102077,1362.4273470456612,1045.0984339937575,7560.695858901344,584.6184886865158,4410.511715608047,666.5360873707738,4984.592084403685,509.33089503858264,5659.664601224799,122.2257300003797,1535.7956080235228,245.86882314063524,2953.0203714597897,554.5491108543916,6777.61914493079,316.7721889835223,1973.276816242564,216.83120743168175,2687.4888990934382,288.2774870352797,4804.08199157308,442.1247003327258,3217.3257890849486,335.077264989002,4098.643934886148,393.4137874132812,5777.819423834604,5511.81641307276,1762.9331770156764,47841.247020073686,19421.641745463807,1166.12705453067,8580.552627200908 -6906,1320.3432312135842,4542.620939345966,303.4241218072658,1820.0346902669196,572.1693618324301,3239.572310783481,639.3281644002276,3817.62643340527,120.5059261729914,1396.2004308469973,1057.0847727495513,7748.117239859966,591.3235367665502,4519.843477115189,674.2190643245294,5108.154670362552,517.5019750051139,5799.961496526486,127.51665337246618,1573.8663013958894,254.5828235079005,3026.2225166520657,574.3643174386223,6945.628910627026,332.759320648655,2022.1921902789898,222.30619786835123,2754.1088095063205,292.1639530546804,4923.1699297605455,447.43211933615913,3297.079776500561,349.5821334220204,4200.244835209318,410.44393485211856,5921.045247958944,5451.295681994175,1773.1080035652599,49294.00449607618,20276.444071347007,1151.3659525745852,9003.629071622176 -6907,1341.774189162052,4256.509960867988,307.32107407707673,1705.4022098004546,574.1680906900073,3035.5321286806193,646.1720105555513,3577.1782760729448,120.42654459783638,1308.2625912705078,1055.8204294940267,7260.112311767156,590.6162747334411,4235.167107003859,673.3961525815953,4786.424296979317,517.9541806357028,5434.658584163143,128.9842183743123,1474.7384116823519,256.8107624204252,2835.619889470043,579.4498229607572,6508.1676497606195,337.7792387363148,1894.8270867503325,223.45795165763388,2580.6449046716543,292.0904968840505,4613.090575875485,447.00953300741537,3089.41756264427,353.6054079568556,3935.6979633275023,415.1676563275367,5548.116035478842,5385.896300953524,1765.4994796548388,49640.0767205898,20535.952179531952,1136.6048506185011,9136.696416321593 -6908,1258.9134641003598,3956.6880135999077,285.6325994417172,1585.2763282405786,523.4405987991408,2821.7139625814016,598.597269548618,3325.207397038855,108.61687175018619,1216.1106073074013,951.0541571333055,6748.721282329716,532.0109818532388,3936.8485171963807,606.5411702104891,4449.276007332427,468.75163071367433,5051.849678646401,119.8459402928248,1370.8601296234337,236.80098373910022,2635.883230848518,534.4542740475654,6049.742433835493,315.9710196311986,1761.3584112136398,204.3679009812374,2398.8682877626393,263.70357586045606,4288.15164419236,402.8972384055893,2871.803790311566,328.553160559812,3658.4735146424946,385.75384476378014,5157.315363397877,4724.208722647797,1578.7805938891418,45598.5511173965,19117.58848207189,994.8982718400906,8545.837841121256 -6909,1029.100470592072,3648.483527504897,232.62775788705753,1461.7919204771674,422.514014686776,2601.9177848804284,487.3300591885248,3066.1918179886243,87.26161269299153,1121.382202269761,763.6184248395609,6223.032583228454,427.1611505118268,3630.189420015638,487.0258652525561,4102.701594434222,377.2911953942282,4658.338052588259,97.5383752522263,1264.077578078683,192.4154124331204,2430.562256898139,434.3033038171089,5578.500387098778,258.4579929122344,1624.158166440407,165.25954617604012,2212.009489369074,211.9504718945786,3954.127943245233,323.58239007195544,2648.1058873390775,267.3978057720369,3373.498316801027,313.95142107964506,4755.588533851929,3746.6205824025938,1263.5963549408175,36945.52963035032,15583.000439540067,788.2428444549085,6979.7784902573985 -6910,798.1791641023692,3328.127604026424,189.56357329190988,1333.438949417411,364.0147504890753,2373.455803756871,394.6566146166972,2796.9641501072138,79.0302348875454,1022.918983709986,694.8420247683081,5676.617796096295,388.6882624477776,3311.43981479371,443.04243615460354,3742.4629505885664,337.28960221007407,4249.311623535861,77.707112121278,1153.084959687785,158.86832745685138,2217.1461867663875,358.1091894521326,5088.678895604694,201.23248949146023,1481.548590334976,142.85186849769107,2017.783494550183,191.27511834067045,3606.9348425334297,293.7916824380697,2415.588349405325,213.0311400039147,3077.287532105243,250.11958847360128,4338.023004239235,3747.4168134815955,1176.309993353626,31123.498593978802,12434.493333980869,794.1472852373424,5449.7168582247 -6911,779.9537203907423,3099.1998387892886,186.66786494337816,1241.7173464353104,388.14510264054405,2210.195857718199,392.12301002955314,2604.572863319478,83.29754147269195,952.556730569193,718.3317780742588,5286.147363233842,401.82821523180974,3083.65993171445,451.33703813183376,3485.0348163053436,309.0878311102802,3957.0195213354064,70.3076356365265,1073.7691417995172,141.38381684741773,2064.6381155234453,318.89049118418495,4738.650283068687,184.09850689641289,1379.6391540906197,145.87577975904395,1878.988736326098,204.54237622247987,3358.8291112933907,288.49476554009317,2249.4302844641857,192.7457521166567,2865.613990242045,226.30254055142842,4039.6288228664084,4069.616255412625,1266.7836346961378,29926.323112158796,11180.524158533584,875.3405153292474,4820.523401758316 -6912,788.6034013637412,2973.2018397368524,189.3459391932506,1191.2353158539365,406.3140357324534,2120.340324008806,403.1625397638166,2498.683928679907,87.50707806539887,913.8305275881889,755.3466551089134,5071.238991683343,422.53399831123045,2958.2937077325932,474.62528847456963,3343.350692556135,323.54829341942667,3796.1468548943612,72.3939485838001,1030.11504708201,145.83846660262407,1980.7002332134837,328.9162829516073,4546.000410542506,186.9100200191426,1323.549911101461,150.77719287919518,1802.5984313009014,214.72974513247934,3222.2758816870783,303.161127694914,2157.9796747606306,198.46530098972465,2749.1124260937277,233.01785555354564,3875.397674482459,4353.308104179434,1340.5912091677046,30982.95954053666,11420.918102616382,937.4423762140923,4903.686929404081 -6913,796.9298882204092,2908.220925340762,192.914407875346,1165.2002317064187,429.105263191807,2073.999153610099,416.8182076047164,2444.0738567021476,92.81916843355138,893.8582732689201,802.1153885100547,4960.4043546276025,448.6959992763195,2893.6386185249,504.0737317340849,3270.2799772600865,341.9417529082888,3713.1800376012875,74.8939627265045,1007.6013324737595,151.4107272529208,1937.4109715903464,341.4389815577408,4446.645143243129,190.23963841069383,1294.623020796614,157.06563796130075,1763.2016796948087,227.5730110908845,3151.8513210568362,321.6760675687391,2110.8158762455137,205.31899620896053,2689.0291055341536,241.06477032726022,3790.6987881940527,4717.811008438092,1434.6883875203625,32288.81948824684,11703.390797998,1017.2876259231796,4997.406679427134 -6914,914.9163455989955,2926.4805615422915,221.70661199128196,1172.5160900538735,506.82999812164456,2087.0210219617143,486.247710017257,2459.419286302831,109.67777993399147,899.4704765040321,948.4540420211924,4991.548886371652,530.5565012820207,2911.8066978522193,596.1341963522304,3290.8128474219084,403.15834704690013,3736.4937123110026,87.50886425193683,1013.9276860209859,177.0187610642421,1949.575253610959,399.17770218339507,4474.563972217034,219.9006130415358,1302.7514766411787,183.17131003634367,1774.2721664451853,268.7702526333637,3171.6406217878543,380.18107010526035,2124.0689030884246,239.90227667891006,2705.91251792368,281.6689556076467,3814.499174271631,5646.047089171512,1705.5086088250596,37782.78241119041,13563.042817299882,1218.3793659312498,5777.161767539935 -6915,1260.671841358248,3019.5332303523915,301.7057532962557,1209.7983303106807,655.2634025641628,2153.3815775411344,647.8604863331459,2537.6209088664536,140.53041423555615,928.0707445032436,1213.2619408887053,5150.2640856033795,678.6876137137724,3004.3927849955685,762.4808168902681,3395.450111045416,519.4829853193457,3855.3021939020978,116.83708038166304,1046.167325130353,234.28467183412482,2011.5654758521823,528.4835800399961,4616.840714064546,299.8166947296854,1344.1747832883525,240.89275526572,1830.688314378248,344.7938876196608,3272.4885919545677,486.8837741298755,2191.607462122883,320.3044837078594,2791.9518324054948,376.0690838427984,3935.7879786479134,7016.041320374112,2159.184992972702,49716.4861944437,18308.586624593532,1511.1452815312343,7870.051667973781 -6916,1794.6281782289404,3297.001747051807,421.9472842643635,1320.9681445198653,865.3890538257137,2351.258383864096,888.842106826056,2770.8059264880103,183.30653480971714,1013.3522742049005,1579.197844670892,5623.5280066882515,883.3888055505543,3280.4700280792154,992.3726104559565,3707.4620791099924,682.4032979382652,4209.57051935622,160.59709453735408,1142.3008907442136,318.84857275829296,2196.4106311291525,719.5038637776237,5041.087724129561,422.7418180677505,1467.6926103335118,323.9862553777287,1998.9124511499454,450.4518074830604,3573.2014790981957,634.6757501837569,2392.996890657716,440.2709249729139,3048.5076225013568,516.9215287919569,4297.452239038047,8782.922708292474,2773.4092311446193,67089.21372556534,25477.090678276465,1886.713678311013,11071.034651797641 -6917,1988.2713089696704,3914.710340303136,459.6829685936737,1568.4576628408158,924.5831835262777,2791.7775646518585,968.3933813437038,3289.9292883587855,193.31452070576032,1203.2085302189826,1663.4302268076547,6677.122102362313,930.5076283728965,3895.081326984335,1045.4343369101286,4402.0723223309815,722.4754579515666,4998.25311135939,176.0416806063095,1356.316269086766,345.5509052063382,2607.9183661099596,780.0946022591294,5985.558927189462,467.2163551939573,1742.6716389206745,346.1449572353053,2373.4179846506518,475.4614352260249,4242.657375210777,669.084872650615,2841.3359745859466,482.6116797293531,3619.65968715984,566.6337546907042,5102.59987947066,9045.112323415598,2904.8851457063033,72243.62170104618,27925.382193841557,1939.9438447837376,12229.145643754817 -6918,1817.27466124761,4393.4897345668205,415.8790012016478,1760.2841696482162,853.3557674161506,3133.219320268305,889.9064720312781,3692.2963129721065,177.21455158381335,1350.3641052663395,1525.204382928336,7493.751737173592,853.1853577449143,4371.460041174703,958.7823254209604,4940.457371741139,661.7358807036894,5609.5526428715775,162.82769223331735,1522.1973242079623,317.31204701722675,2926.873657069897,716.5411705879079,6717.608562633868,428.6228329008099,1955.8049742515166,314.61938047614524,2663.693260787067,435.7980483156863,4761.545556351269,613.3988498375354,3188.8388543792275,446.38602508523746,4062.353608755293,524.1012599971749,5726.661295793416,8325.946477119345,2673.3874489658583,66221.67956662177,25590.210011987085,1786.1678083069783,11230.172812071469 -6919,1706.7129922328118,4534.888211049689,390.6414838614004,1816.936515460448,792.8463293886148,3234.0577118746323,831.293170839101,3811.127835274285,164.5654766760802,1393.8237327418635,1415.880606451853,7734.927918931911,792.0306388186342,4512.14952201374,890.0101111455508,5099.459255823527,615.1952535458521,5790.088445928528,151.97992427352577,1571.1871695365817,296.1586629611119,3021.071094863235,668.7746381439468,6933.805634608672,401.7733713926975,2018.7498905627974,293.79707843980424,2749.420596378557,404.78817568320665,4914.789407605704,569.5602094558349,3291.467284852403,416.6472751576158,4193.094920540631,489.1850318181426,5910.966081164318,7681.423795209925,2475.677599470314,61767.76874622397,23958.901816367033,1647.177929183753,10523.335827493835 -6920,1577.381053294332,4560.03582122733,358.95939577436053,1827.012091545651,725.1146077369185,3251.9917421848068,764.7069281107651,3832.2619300255315,149.81202614681658,1401.5529940281576,1288.4657781265812,7777.820917172419,720.7559512400503,4537.171037861992,809.9653941379365,5127.737618489611,560.7137408841539,5822.196599504948,140.11753928301005,1579.8999758102498,271.98186272315615,3037.8240366507407,614.2709079871036,6972.256117405977,371.1586622450878,2029.9445954665107,268.531231435986,2764.6671370107247,368.5990549329008,4942.0437085665335,518.4401014125824,3309.7196721968676,384.12699060823127,4216.34716218193,451.003007404308,5943.744545343477,6940.3081502529185,2249.366600257257,56605.04289555559,22076.08381151806,1487.4874297655792,9720.132338658465 -6921,1483.4121016006854,4614.619792345559,336.80380418087617,1848.8815634417604,673.7540949896523,3290.918327477367,714.7421060041032,3878.134393029496,138.8108802702028,1418.329688586252,1193.3702265196212,7870.922017459704,667.5603709454542,4591.481315806797,750.168117359851,5189.117022740466,520.2445338788614,5891.888729894066,131.11977973599724,1598.8114971294194,253.84663024049684,3074.187018429725,573.3704358292971,7055.7145465634385,348.32081239228773,2054.243184669419,250.27219440922957,2797.7604101941565,341.63221372306197,5001.200342774907,480.311012298362,3349.337265145514,359.4599695151082,4266.817154249453,422.0414895503069,6014.89161376932,6378.192490836915,2078.3083304561314,52774.14328175358,20686.695592855343,1366.2409394665954,9124.569583955135 -6922,1394.3192193721773,4674.597178892228,316.70282975190054,1872.9119471352326,625.7168501337586,3333.691229580381,668.2343849429589,3928.5394916156206,128.77850249631766,1436.764080109484,1106.6948323249535,7973.222391827039,619.0749495610248,4651.157965691744,695.662114025589,5256.561295836389,483.38190079255156,5968.467105522972,122.45101754954376,1619.5916565994694,237.0899852473529,3114.1430086126975,535.5194812654739,7147.419462193571,326.9928681808655,2080.942705559991,233.648080714518,2834.123613478102,317.03045670588017,5066.202215010078,445.54520175568183,3392.8694530323705,335.69488237455363,4322.27406149214,394.1389311941645,6093.06868914913,5870.601174112726,1922.0860681059694,49227.56173786517,19382.376494023185,1256.8233750504398,8558.544164038853 -6923,1349.0995511371843,4631.4498491615395,305.5462404503375,1855.6246502309164,598.4785153485087,3302.920690601641,643.4333502941938,3892.2784016611404,122.87696521468305,1423.5025024510678,1055.5623463274294,7899.628188435638,590.4719053746285,4608.226983899046,663.5283396568431,5208.042337987967,461.834506333767,5913.377135556876,117.88615540515211,1604.6425492085884,228.0092074850607,3085.398937181719,515.02957741608,7081.447560774701,316.1898532940019,2061.735249252762,224.0333117411108,2807.964168852491,302.58903387088833,5019.440303964476,425.0764731720374,3361.5526889517787,323.18048362733543,4282.378734262726,379.4457916625859,6036.828625301585,5556.050763493576,1828.9002445344947,47255.58700362553,18696.25287950797,1188.8070512241807,8268.718192500262 -6924,1296.5021936985245,4574.591550640748,292.1912288810308,1832.8439522331892,567.3674224001388,3262.3721676265463,614.1164751547867,3844.494590004896,116.15146341748873,1406.026780406035,997.3157478951435,7802.647883699606,557.8892918723901,4551.653782410201,626.8907158344526,5144.10546387589,437.0446474604114,5840.781172437382,112.63567359059577,1584.943049472327,217.28360103044318,3047.5208343112386,490.85199344778687,6994.511704297112,303.13149640901867,2036.4242209374984,213.0095912900611,2773.4920121525315,286.12609532457606,4957.8188151208105,401.75296895465306,3320.2843663947738,308.7864842109231,4229.80583023012,362.5458153940641,5962.717101853178,5200.275702080191,1722.7923141414271,44979.61885667684,17894.754298492113,1111.9190329858009,7929.248262701926 -6925,1255.1598060116075,4487.971989065617,283.26062566002514,1798.1391839887253,552.1780526093454,3200.599385570159,595.9674500295621,3771.699361801944,113.20108745149435,1379.4037645731557,972.1658915649201,7654.905307924394,543.8206926665988,4465.468545824667,611.080786154365,5046.702197366827,425.67542438294,5730.186401557359,109.26465412559762,1554.932266969217,210.9968505058768,2989.816246778797,476.6311584880354,6862.071128881483,293.62374469420877,1997.8646749658199,207.10060120590734,2720.9761406336565,278.8198202442538,4863.942872890613,391.5703180786893,3257.4150210252196,299.5449604944948,4149.7147614414425,351.69535424186074,5849.813482930804,5088.210433253737,1681.1810992277608,43709.424977453804,17349.46839802173,1088.2611812201453,7681.358265640919 -6926,1250.9593313472012,4421.106622239687,282.3633402745987,1771.3490800321013,544.7243366519513,3152.914317013492,591.2133839460394,3715.5055927680783,111.35247991129967,1358.8523130614328,955.9371182641062,7540.856456309638,534.7424655716621,4398.938453147242,600.8843729725209,4971.512424678781,419.4477508480002,5644.813539013968,108.48451264163496,1531.7656525888945,209.0489283520462,2945.2715926298724,472.26929110686655,6759.834549790486,292.34751445004935,1968.0989022101905,204.9091732514585,2680.436879646434,274.34056953798995,4791.475993594445,385.13281809001296,3208.8834680619193,297.4062318098729,4087.8890191189003,349.184275634083,5762.658321233621,4966.554240001187,1649.664617599956,43247.46881200865,17244.31826279312,1061.6460979837834,7646.725739147772 -6927,1276.0208818532788,4328.898701446603,287.6230154294949,1734.405294318614,549.3649255180072,3087.156193889268,599.4003089247742,3638.0138978876994,112.28740892102614,1330.5116831788644,963.6074642693113,7383.5821007585455,539.0331868505465,4307.192878312865,605.6441265763814,4867.8250760021765,423.3025520430418,5527.083621106344,109.9208198589829,1499.8186904285628,211.7639864639967,2883.8441282115277,478.40756054502265,6618.849420500464,297.3382378593216,1927.0516434141518,207.707675023476,2624.5328871378592,276.71851417953616,4691.543538521579,388.3230584588286,3141.958035599176,301.3438142982034,4002.6307842259175,353.80738618751667,5642.470597334591,4969.255948072007,1657.812446473962,43806.25358121937,17530.470016149615,1061.6460979837834,7779.217481405046 -6928,1330.8127142501426,4344.429143504425,299.62176249085667,1740.6276808390458,567.6439075447979,3098.231736122821,623.2466822580282,3651.065708046209,115.70524939188374,1335.2850530421877,992.5924936021372,7410.071585013903,555.2471466957799,4322.645448133025,623.8994558783296,4885.288980912957,436.88743139216024,5546.912694930051,114.24937746887967,1505.1994694385119,219.95127766692832,2894.190264082532,496.917143573624,6642.595334762718,310.3394959606222,1933.965171762707,215.2068944529138,2633.948712904104,285.21376158063146,4708.375012324006,400.1008295192002,3153.2301859970767,313.2103930068521,4016.9907010917254,367.7399210420091,5662.713635741931,5082.745486178595,1704.5336484161767,45396.445607806025,18245.222749292727,1085.3039497494387,8108.2055958202245 -6929,1435.0586314744621,4490.181337306061,323.208514163486,1799.0243757082587,610.8664881541589,3202.174983331933,670.5860211867291,3773.556101854864,124.66812713367952,1380.0828203443475,1069.431069500328,7658.673680724855,598.2299420510093,4467.666816022991,672.1318254873439,5049.18659848318,470.61438971385667,5733.007269707727,122.93594662545273,1555.6977322788061,236.66054118460696,2991.2880797760095,534.6681770322638,6865.449203613529,333.88471631437557,1998.848187967914,232.12020380484972,2722.3156284609527,307.3178884261712,4866.337304864347,431.0876737138838,3259.018588106884,337.02429728963506,4151.757591706176,395.6997955422815,5852.693241351071,5470.876040647669,1834.8078534215656,48906.05659794059,19655.550770181075,1168.1064309292321,8732.306431318615 -6930,1508.285255466281,4572.382196097155,336.20011504108464,1831.9587579882523,624.997483568599,3260.796565369679,697.0093933973334,3842.6378446547988,126.20352097134021,1405.3477226975344,1081.4375141252526,7798.879500148184,604.9462371700236,4549.455505940333,679.7575059973803,5141.621055671677,478.16732080412135,5837.960296239234,128.23003137144119,1584.1775819789073,245.0508982897283,3046.0489971149677,553.7809676860403,6991.133619927604,350.5877789621928,2035.4407051294957,237.82765988270995,2772.15252050375,311.3467455698918,4955.424376315894,436.25490658285446,3318.680794738221,351.5378325109039,4227.762994137304,412.74011864609713,5959.8373352171175,5410.901397381825,1845.4546776291425,50377.21508884224,20513.19150755952,1153.3202735756977,9160.440768045426 -6931,1532.6014840594685,4295.238587814641,340.4255906605231,1720.9191207403012,626.9249498682105,3063.151467640718,704.2343461089126,3609.7258806244085,126.10278904197958,1320.166055449232,1080.0208532410682,7326.169758806676,604.1537700509903,4273.701542128366,678.8734299458522,4829.974445507174,478.5857179585179,5484.106809780723,129.69396353783515,1488.1565862702244,247.19662173736356,2861.4202907075387,558.6872927156044,6567.383392077936,355.8121777686835,1912.0675142474647,238.98786503487767,2604.125369821189,311.2141995909066,4655.063616142438,435.83921880639787,3117.5271879866445,355.55114776329134,3971.50762419937,417.4521469407564,5598.596574270059,5346.030877936666,1837.5531996998077,50724.53253591985,20772.46801951122,1138.5341162221632,9294.692117431607 -6932,1437.5866442886384,3993.207286002967,316.2084909493265,1599.9080449354885,570.9746408152282,2847.757699284633,651.8822664171713,3355.898256240222,113.69846430113017,1227.3350137776256,972.5870092892231,6811.0103458178155,544.056262063254,3973.18467585102,611.3570849334749,4490.341747656072,433.1293528468814,5098.477028065832,120.47953541418042,1383.5128367178866,227.93851375122887,2660.2117948897435,515.3115691209011,6105.580091783302,332.70258666287646,1777.6153229027695,218.41598911286965,2421.009261263393,280.85156874440133,4327.730245654398,392.8213423072373,2898.309843997388,330.2901378752557,3692.240339421548,387.7932276038607,5204.916135553034,4689.341510720865,1643.2629807643443,46581.34373019643,19330.943800682842,996.5870056282312,8691.34809498706 -6933,1175.0304067639747,3689.3565235298724,257.46076489920716,1478.167988754462,460.681131405081,2631.066381681538,530.5177486059795,3100.5415539936453,91.33022532204592,1133.9447505039298,780.8101672939623,6292.747571420147,436.77805372846683,3670.8574719927506,490.84616845540233,4148.663075333562,348.61908805490526,4710.524181776197,98.04495891407389,1278.2387048686412,185.21508461784956,2457.791203038563,418.7494087505801,5640.994851560056,272.0927825852478,1642.353180829371,176.56231244845412,2236.790046656671,225.69033265728308,3998.4249928243585,315.48715850256207,2677.771917236421,268.7865859241332,3411.2907262372746,315.58198607646307,4808.864134461116,3719.005391473719,1315.2165254553456,37736.500951071816,15754.157002846776,789.5808026787467,7097.624799359147 -6934,912.4421677840094,3363.9320930398585,210.2743845615797,1347.7842828585751,398.4578994873427,2398.989792341526,430.9717828873675,2827.054304121239,82.8159176547929,1033.923697432371,711.19316570001,5737.687689951297,397.83494087428915,3347.0647741023586,446.85195113853626,3782.7249205429102,311.6336967129031,4295.026346479622,78.18095139689056,1165.4900182320398,152.916422302409,2240.9985733723624,345.26134491921124,5143.423655808644,212.21044598327754,1497.4873091994036,153.0064888874187,2039.4911078264008,203.98515757872977,3645.7387810559253,286.4627342384821,2441.575606147713,214.33015264647477,3110.3934465242523,251.64475755251232,4384.692097337528,3719.5011363585504,1224.1781331519044,31825.337269374264,12589.40188321127,795.4952656201606,5547.325051478094 -6935,761.1791472708661,3138.3183470118142,186.16083712741786,1257.3904661930728,374.69590528353774,2238.0932406979673,372.9204704092203,2637.4481247642943,78.6000034245187,964.5800269797109,660.2165362815008,5352.869810914055,369.3190814302213,3122.582293184812,413.21507986193296,3529.023384390287,278.31314449012285,4006.9655424808266,70.01693089167111,1087.3223972162405,138.77050124828716,2090.698249525709,313.1655991350145,4798.462150551975,178.72262480846942,1397.0531410552342,143.84425461870256,1902.7055794325172,196.69573847562467,3401.2246943608952,264.4627426001964,2277.8228895416255,191.94879593709308,2901.7841471441116,225.3668353223231,4090.6175494872073,3787.281037289298,1193.5255055562416,28429.72763454196,10669.107169642364,828.4595785690053,4646.435191438072 -6936,753.5797372806811,3014.659667130361,183.82048015971728,1207.8457011462096,376.6913757495382,2149.9059935820605,371.82098396826524,2533.525157970722,78.97178380909205,926.5728270760108,663.5876511826882,5141.951496962515,371.20485221947547,2999.5436586358037,415.3497961303436,3389.969813422893,279.11654440399974,3849.079689445731,70.01632972734008,1044.47879839099,138.4984856313066,2008.3187847996467,312.5746855558785,4609.3890772089335,177.25268621029701,1342.005268900511,143.25207830093066,1827.733561256053,197.57409991523787,3267.206755713805,265.7367286096906,2188.070181122904,191.94714786757575,2787.4455883173964,225.36490032601483,3929.435569159706,3835.1885937588204,1203.6001657610884,28407.127979406298,10606.64517274527,839.3603624975447,4615.832786472722 -6937,757.5275147198125,2939.4117614775,186.05804651785309,1177.6970709860498,394.51991324782375,2096.242913423637,381.6638408931103,2470.2866889207144,83.00022750348458,903.4449544897534,698.1443173824491,5013.604975683936,390.53553468021425,2924.6730585851133,437.0280422694205,3305.3539174835314,292.28904810180774,3753.004106360939,71.95465377319495,1018.4079145248344,142.72387866675533,1958.1898153218667,322.07768266175395,4494.335667306347,179.3464918457026,1308.5079269083408,147.98223836524767,1782.1121187842798,207.50461466010955,3185.655107153632,279.3578993423459,2133.454497519819,197.26099070529455,2717.869096838393,231.60387639195147,3831.3542499975392,4116.1904328648425,1275.9463657725994,29367.08149082232,10795.671449106008,902.0398700866473,4677.441053724224 -6938,861.9683934053753,2967.0936346156354,211.41365308198158,1188.7880182774231,459.0842178873285,2115.98425458468,439.8673635230622,2493.550582613225,96.47288647812934,911.9531359379024,811.8815756635794,5060.82053721923,454.1591148912812,2952.216130174914,508.31011115682935,3336.4820462539037,339.1142101773182,3788.3479751311193,83.12108319435083,1027.9987581971,164.7325062998927,1976.6310431751845,371.7553040914413,4536.661016688509,205.3073419907057,1320.830783783185,170.0600943955002,1798.8951371543646,241.10019180561636,3215.6559738895517,324.7419466136958,2153.546278304095,227.87333910462107,2743.4645947304343,267.5457954170731,3867.4359802558333,4834.392027098635,1490.8813665435978,33892.83536309865,12372.944672685046,1060.1012370504707,5355.195324792471 -6939,1184.772892170313,3061.5109036491635,286.6529296557324,1226.6169957104437,588.4747105107082,2183.317975470678,583.2755298058992,2572.8990175465233,122.40933999779737,940.9728215916625,1028.3529709544032,5221.863265570783,575.2512300857995,3046.159975207615,643.7738443687572,3442.653796046862,433.2031498720533,3908.89876118911,110.45160124538087,1060.711185667021,216.77899886568068,2039.5303405907414,489.3892101627697,4681.0242207105775,279.1631878789671,1362.861555581318,222.16213406503724,1856.138617490236,306.296516680327,3317.9828609361516,411.8805589586609,2222.0752778485025,302.79893160665193,2830.76565988815,355.515837554595,3990.503462575131,5916.592692206262,1866.0581822740075,44326.03638875493,16646.838782921433,1294.4680915140707,7271.249847434872 -6940,1721.5795605026146,3327.997645702183,411.50111566666845,1333.3868806532405,806.827879467872,2373.363123915346,824.1312227607737,2796.8549329084894,166.41651795654496,1022.8790402784914,1395.8483105852797,5676.396132799718,780.8247560486412,3311.3105081022736,873.7733935506296,3742.3168130988247,592.4071656134279,4249.145694375843,156.08101966214372,1153.0399334727783,304.4036256232818,2217.059610577818,687.3712820246918,5088.480190428524,402.7232572172607,1481.4907381144517,309.54464451535233,2017.7047031717168,416.8748734195481,3606.793997210307,559.7500601589657,2415.494024351933,427.89027469848855,3077.167368704538,502.3854231708824,4337.8536110346395,7777.100382308313,2505.234363850863,61872.22810158518,23787.37652666549,1697.797096870034,10464.883183096004 -6941,1921.8274644823243,3919.259001411414,452.6541317627757,1570.2801175694567,875.0174497175523,2795.0214445120246,908.1170788734893,3293.751990960527,178.45476694335468,1204.6065871301694,1495.4581885779078,6684.880522010773,836.5456091626994,3899.6071803439636,936.253684278532,4407.187269141289,637.3873105062116,5004.060784867926,172.91833645127758,1357.8922281047815,333.9047499447438,2610.948612492012,754.2748397233759,5992.513791467186,448.90970978344745,1744.6965199512958,335.26560310577366,2376.1757555051954,447.31637668189677,4247.58709131255,600.114638810619,2844.637438377556,474.0491486069435,3623.8655169180925,556.5804978729915,5108.528797731584,8175.115811632871,2672.308394454116,67514.65760007406,26339.73155061682,1782.2781723162154,11659.044987760164 -6942,1765.6359874739471,4395.699082807264,412.2695960503065,1761.1693613677496,816.3659889672673,3134.794918030079,840.9893159162588,3694.1530530250266,165.579485279664,1351.0431610375313,1388.0652696577927,7497.520109974053,776.470994262754,4373.658311373028,869.2094062147169,4942.941772857492,590.4784798694792,5612.373511021945,161.11545151867242,1522.9627895175515,309.2109611311084,2928.3454900671095,698.6582130079659,6720.986637365915,414.1598769492314,1956.7884872536108,307.67522265448133,2665.0327486143633,414.93780460444475,4763.939988325003,556.8638291405099,3190.442421460892,441.69198123977,4064.3964390200254,518.5899891337518,5729.541054213683,7646.111602584992,2492.5243588256103,62457.75055620043,24300.669352530826,1667.8199410665497,10770.394582579205 -6943,1656.0676084255072,4544.89526674853,386.5928919181142,1820.945916368538,756.4181136798603,3241.194248466017,784.1068218998121,3819.537782057552,153.2952591878355,1396.899458333936,1284.6403013009037,7751.996444308715,718.6160145531427,4522.1064006592305,804.4059391701226,5110.712140223776,547.4127148019161,5802.865329256862,150.10633248238577,1574.654279812982,287.98921785782295,3027.7376377435626,650.7161080733506,6949.106337947157,387.6835065216528,2023.204629391346,286.61734017142504,2755.4876930228497,384.2471706833633,4925.63478439584,515.5091071065162,3298.730506108921,411.51089337385315,4202.347747174403,483.15441254823486,5924.009702981509,7025.033580164704,2300.457402938757,58125.80558275191,22714.995901596412,1531.5601419598058,10077.420478073818 -6944,1530.2474304742552,4562.765021674187,355.12240126087306,1828.1055658980774,691.4370884971404,3253.938072797963,721.0911862703178,3834.5555547648833,139.47120000725545,1402.3918293372549,1168.373794023019,7782.475975412071,653.5775956265072,4539.886553640696,731.6489971330859,5130.8065908285125,498.69632006892215,5825.6812084387375,138.34502951223928,1580.8455525313575,264.3791171384464,3039.6421869994074,597.4602141304614,6976.429041755089,358.0746276685626,2031.1595257684287,261.84739945136863,2766.3218018163416,349.6837191285345,4945.001542326308,468.9819656162658,3311.700553216767,379.2677214007223,4218.87066353373,445.2977456550527,5947.301901229506,6340.994170477169,2088.872423310905,53249.525029679775,20926.686221272957,1381.6743629423872,9305.968103196656 -6945,1432.1464989285198,4624.69183350967,331.04041607042416,1852.917001257339,635.7505187700715,3298.1012084846075,669.0355735837015,3886.598953709302,127.68771844910079,1421.4253878313807,1069.0641595031384,7888.101385235756,598.0246959602449,4601.50285406955,669.4531411702307,5200.442982973446,457.5315505456548,5904.748585850192,128.56423371473736,1602.3011226971532,244.75301445318223,3080.896853603396,553.1900963690202,7071.11461212747,334.2612187336527,2058.726852414138,241.72402058819785,2803.8669063491666,320.2652108837888,5012.116149057787,429.30364720148293,3356.6476535036163,352.45403572887,4276.130068411659,413.81583167017254,6028.019940404602,5733.1162732342955,1904.559302341428,49210.00915643224,19487.351576488803,1248.1397598177778,8687.661253284277 -6946,1369.0787171397246,4684.279332477317,318.44321332050816,1876.7911736074927,612.3970664097776,3340.596062072859,641.9414629152864,3936.6763901048985,123.53241785197173,1439.7399451855108,1034.5554039668195,7989.73674821144,578.720814285674,4660.791571337099,647.8113076700298,5267.448829424424,442.3045424386793,5980.829157903476,123.01809223413535,1622.9461991545224,235.18791967238172,3120.5931068225427,531.4834674973044,7162.22339295417,319.7610506007687,2085.25281103132,233.34942294642352,2839.9937278547436,309.78395420608933,5076.695471661226,415.35910884748625,3399.89685708052,337.249496401869,4331.226473796066,395.9642015313568,6105.688819739038,5580.531526128785,1844.9839980831575,47353.64219142181,18671.563901353547,1215.437408032159,8307.081456817104 -6947,1312.5844125393357,4594.800612131089,303.47073778610553,1840.940862246432,574.2526972812437,3276.7842695617906,609.5427488326975,3861.478319963871,115.2369287204417,1412.2381506120398,964.3994348004571,7837.117450899999,539.4762079095615,4571.761512281426,603.8995571126569,5166.83045308672,413.70162893956143,5866.583848929644,116.88128535485994,1591.9448137152983,222.7312636990545,3060.983792752865,503.39722661416954,7025.41118801326,306.0839673539579,2045.4204825371994,219.74871064877416,2785.7444001517856,289.1243721212447,4979.720850348133,387.4032989591483,3334.9523056376756,320.4256699876851,4248.4917402548845,376.2113684986385,5989.058451726039,5123.264564728617,1712.2023314849607,44702.88733103862,17796.42602188635,1114.6051566931685,7942.15230366396 -6948,1258.1683024474023,4464.578854084128,289.1982155622978,1788.766551372248,541.296360728945,3183.9165600911388,579.4946547748851,3752.039731016548,108.2222907562803,1372.213751235895,905.2005018838173,7615.004828693445,506.3608672221529,4442.192707940077,566.8141284211807,5020.396733339419,389.13666872838616,5700.318339927893,111.25859275698195,1546.8273277011228,211.32913332889638,2974.232108731334,477.68773610776685,6826.303223787243,292.62250201118013,1987.4509918746394,207.86557553270998,2706.793306539697,271.62856804475507,4838.590024779038,363.7755483134465,3240.4360493508802,305.01126863729013,4128.084760678161,358.1133396270994,5819.321876308449,4751.626340770485,1601.2106618353355,42349.99548563335,16977.64405701506,1032.849277229122,7593.590063778541 -6949,1214.3788225961869,4362.038969175302,279.21678263278426,1747.6831877894367,523.2876385070924,3110.790191781529,559.7297944676578,3665.8650357617353,104.6601529773774,1340.6975333078992,875.4518265099875,7440.107768022183,489.71973077817853,4340.166975188528,548.1862582067699,4905.09114236249,376.25073333886263,5569.396699696324,107.45609112522412,1511.300685359213,204.1596866169594,2905.9216525631205,461.4772383061869,6669.520608943387,282.486176323081,1941.8043580869235,200.87011850210462,2644.625231297693,262.67827182732094,4727.460065945862,351.80614758394034,3166.011573848361,294.5868527071773,4033.273278993478,345.8740462427164,5685.667031149152,4600.782814295838,1549.1199844834464,40920.87849308863,16393.659999043935,1000.1469254435032,7330.866413956167 -6950,1211.380070899133,4264.1777100021445,278.6659569273806,1708.4743502248411,517.1884555323501,3041.0003876687056,556.0376568692233,3583.622265604568,103.17513868544805,1310.619317659894,862.759496504502,7273.190801046922,482.6197576614243,4242.79640875959,540.2446488567875,4795.046642773472,371.5397812645367,5444.448670181092,106.82324259976103,1477.3950304341565,202.57425290081957,2840.7280231645886,457.92742540325196,6519.891573190889,281.5470824573948,1898.2404603562627,199.09733298854755,2585.2937221101847,259.00784837276285,4621.400675368765,346.78925353433874,3094.9828917657323,292.85192215643457,3942.787796295837,343.83706650644837,5558.110505671169,4502.870516185361,1523.7426894780015,40556.457840850264,16314.856927067874,978.345357586424,7305.057429314317 -6951,1239.441055833321,4182.561676276435,285.04483269435457,1675.7742824344227,525.2042249043081,2982.795873908011,566.4698302433145,3515.0320107932503,104.88153541103024,1285.5341646230515,876.8407917712897,7133.982487960114,490.4967052195213,4161.589611496802,549.0068730431798,4703.269818464535,377.82256649422965,5340.2423409652365,108.72479399780543,1449.1178030692467,206.2949840652783,2786.3567070723116,466.32813109360984,6395.101349444503,287.35021460053053,1861.908283798859,203.09440207415096,2535.8113989134563,263.330870847973,4532.947421533638,352.50729919893666,3035.745157024438,298.06495415624954,3867.3231408240467,349.9576806967939,5451.728697657391,4554.598227506826,1545.0338073428036,41321.839223609546,16654.696716996707,989.2461415149634,7457.62357304063 -6952,1292.6454243653525,4190.944215103365,296.930660954835,1679.132808637958,542.6501499353852,2988.7738855097673,589.0228780179832,3522.076710809392,108.07189280535984,1288.1105856975857,903.218352243932,7148.280157623937,505.25207087424144,4169.930118870067,565.5586591701499,4712.69594171585,389.96878224056115,5350.945061506636,113.00343493448815,1452.0220725550798,214.26881263172112,2791.9410224011663,484.36569433617467,6407.9181802560925,299.9262216523098,1865.6398530353995,210.42906877942275,2540.8935803980075,271.40280562579403,4542.032190797642,363.20271391894875,3041.8292876642226,309.7946881732129,3875.0738899805074,363.7295463741487,5462.654855122375,4657.578049015892,1588.5545287035663,42823.71703475436,17335.110700680823,1011.0477093720426,7772.779854915325 -6953,1400.975015733226,4356.450609957349,322.51534337603863,1745.4441703204134,590.7818760864932,3106.804850713692,638.8330229999483,3661.1685690843083,118.01685261928586,1338.9799192582097,986.5142781623094,7430.575988246303,551.8470486679184,4334.606636939685,617.6528286382808,4898.807060194948,425.3950756211896,5562.261552668724,122.5087872673862,1509.3645057019914,232.5829553423805,2902.198775677218,525.7400021094629,6660.976055068995,324.51674212356045,1939.3166452625633,229.3436849730077,2641.2371103079927,296.3399937027648,4721.403553103193,396.6419940768542,3161.9554867551715,335.853255894219,4028.106112889172,394.32487734064375,5678.382926172497,5107.890230455839,1735.8892573918029,46582.2067287221,18801.94006526067,1109.1547647288985,8419.939169059402 -6954,1465.9608069602032,4430.853761290045,333.46006900974385,1775.2543434118497,598.3245738191554,3159.8654939218263,659.4849771397189,3723.6971051538953,118.08783710201823,1361.8481517905157,985.9210937837261,7557.481655093287,551.5152267613497,4408.63671840986,617.3645546760846,4982.473034099547,427.6157807867759,5657.258564022263,126.94894673925533,1535.142710435281,238.98884768733723,2951.7649831330605,540.3991641648261,6774.737842776631,339.108856955909,1972.43793659769,232.86662857623875,2686.3463935337936,296.7668303044559,4802.039679738336,396.77031129735275,3215.9580392116536,348.02578693121336,4096.901518951261,408.616630431761,5775.363156641619,4967.702499695766,1723.3995576547286,47590.42619080502,19512.378009573014,1076.4524129432798,8787.74590371827 -6955,1493.4173375478956,4133.56606437616,338.8407362557399,1656.1438280073376,603.8379722771277,2947.854629683289,669.1006731258642,3473.8560144667144,118.84756355707498,1270.475084114647,991.9209302920074,7050.413167448713,554.871480333019,4112.839671800842,621.1286349748545,4648.174496381224,430.91669128771116,5277.685357603718,128.89087777109634,1432.1424614072996,242.18450323704317,2753.716602179231,547.6661972853766,6320.187474161437,345.17358035281023,1840.0974074203116,235.28967996532782,2506.106246719726,298.747995606184,4479.847300167936,399.29107513018437,3000.183651168983,353.34951818603616,3822.0203148608316,414.86721647554714,5387.865734208205,4958.21832831292,1730.136184721601,48164.9800972184,19830.093825972046,1073.727216961145,8942.865700056816 -6956,1399.051316563787,3820.4880087559704,314.1850830022064,1530.7067885540516,548.3114854042788,2724.5828635281487,618.2059118969476,3210.744679223575,106.80404645435539,1174.248759712465,890.3307283012216,6516.411868955626,498.04285211830506,3801.3314419887897,557.5363141141081,4296.119778772637,388.8708414204689,4877.951219041429,119.50666433958813,1323.6713809393552,222.8274999196506,2545.1489329772576,504.04716089469423,5841.49378093165,322.33757640836336,1700.7276454533287,214.48366550974777,2316.292691382481,268.6989365840986,4140.541756148862,358.7288715075932,2772.948462621627,327.62304823005354,3532.5388671031833,384.66180106937406,4979.786486958257,4326.166302681137,1541.5510349449075,44133.09961351288,18428.021073130923,934.7422218722658,8349.964171088888 -6957,1141.9424389855003,3574.535242913343,255.3175363037837,1432.1639931111354,440.87605502794776,2549.18153010782,502.01115738174053,3004.045552708929,85.44949271321198,1098.6537756223047,711.888412363414,6096.902759421412,398.22385548788236,3556.6119245085806,445.83168022276715,4019.54711591944,311.8669081360635,4563.921809390352,97.04845844556937,1238.4569694655777,180.61082712887125,2381.2990745004076,408.5816970589028,5465.434086782662,263.2205032318852,1591.2393634889331,172.86221981697295,2167.175983610876,215.0646240058901,3873.9847889033854,286.96430893277443,2594.4334817192453,266.05471717975564,3305.123494297571,312.374502484651,4659.201196030478,3409.4648621898696,1228.2001649015042,35657.15476310272,14991.810715608057,735.8029151764192,6807.742409990638 -6958,887.0192711774275,3300.2507934019263,208.65821999443452,1322.2698989797816,381.70831958819764,2353.5754428335404,407.81394865257016,2773.5364306166157,77.53526657489307,1014.3508871145948,648.6681412949226,5629.069739616134,362.8590150822044,3283.702783166754,406.00939442814774,3711.115615583581,278.7347192883,4213.718861025652,77.43205927282425,1143.4265766930093,149.19684474121848,2198.575094630215,337.056724599297,5046.055488458276,205.26687965536402,1469.1389551293448,149.898321751769,2000.8822891123984,194.57700372818493,3576.7227078128262,260.63821000161886,2395.355081040961,212.27709291262687,3051.5117891121436,249.23426275005139,4301.687184174047,3421.369767499047,1143.7123328712382,30064.7672041008,11970.347231810314,743.978503122824,5322.828580342421 -6959,637.1349747774383,3049.5544163583613,136.90258853532927,1221.8265406111616,280.0687998007599,2174.79120080057,311.4943212311721,2562.8507651077866,57.481388806712076,937.2979270913879,480.4489616432997,5201.4696939866735,268.7587472249427,3034.2634397466736,301.7177947347062,3429.2087855097434,207.40272742450708,3893.632868030447,61.26350887911695,1056.568662511045,116.95307802010434,2031.565117090341,264.30851494937144,4662.742852992386,135.90498205224085,1357.5390081917242,109.21107434427887,1848.8896157755803,144.34472846182288,3305.0247428185266,192.2079775749435,2213.397139617104,167.95161705133754,2819.7103297910567,197.19177834557183,3974.9188687468645,2766.2371463095733,894.0390586155543,22097.09186155629,8554.64252194654,628.585687982556,3815.0417507195248 -6960,633.3885642388647,2887.7519345956393,135.95138282002,1156.999179114027,284.4681475417968,2059.4016830016158,312.83157696137056,2426.8716817513673,58.41537215719038,887.5670123253077,488.5079014827586,4925.491439332132,273.26684433437543,2873.272262727712,306.80295261805094,3247.262698894051,210.24651113013275,3687.045486693423,61.70894418794619,1000.5095114331135,117.67065196867951,1923.774852373463,265.94187882371193,4415.348229899717,135.46146217187916,1285.5110491440464,109.69398577179082,1750.791701295651,146.63722792822776,3129.6675815209014,195.3496387941835,2095.95927774605,169.17276128186555,2670.1028570518124,198.62552222170638,3764.0186354804136,2844.8819946442904,913.0826164037001,22270.527582019015,8557.042860768957,646.953451592436,3811.7219865092493 -6961,633.3995372833756,2789.8906754224818,136.85965609905952,1117.7903415494309,296.2422730422289,1989.6118788887918,319.4818199148276,2344.6289115941986,61.03604011934728,857.4887966773024,510.9150187671098,4758.57447235687,285.8011804471375,2775.901696298773,320.92414081464045,3137.218199305032,218.89216855120634,3562.0974571781903,63.13687874795551,966.6038565080567,120.6615820126295,1858.5812229749308,272.6779306015742,4265.719194147217,136.3997778969753,1241.9471514133852,112.61166085026149,1691.460192108142,153.11281600983855,3023.6081909438044,204.14971186750296,2024.9305956634207,173.0873904434153,2579.61737435417,203.22168330358195,3636.4621100024306,3038.1491615605623,962.3180974356742,22897.316831236963,8666.196761920226,691.8524293054755,3847.5770448929215 -6962,727.424493145385,2778.908900776086,157.47913267263212,1113.3904122830431,351.720549482137,1981.7802210104987,373.77688817735253,2335.399809334608,72.53473631147966,854.1134856624744,607.6179941734388,4739.843418500932,339.8959388877333,2764.9749861097853,381.7411810058314,3124.8692482924184,259.39566476206954,3548.0760649108006,74.01402404725548,962.7990386999534,141.5858267218369,1851.2653376850374,319.9517105356591,4248.928153800149,157.85910630749672,1237.0585069013598,131.73399016359323,1684.8021410179256,181.86360154223973,3011.706440074332,242.64304615269648,2016.959913632018,202.90667724797018,2569.4632930746966,238.23246972661155,3622.1479980718054,3670.727656354128,1151.8753438533536,26891.77105627107,10062.389770856304,836.7536755611949,4458.434147874027 -6963,986.2702270365666,2808.800122154665,209.21775901510583,1125.3665512939497,435.492220004426,2003.0971599333152,483.4652159721901,2360.5204430800386,88.45039897456213,863.3007228818151,739.3022594078077,4790.827352836687,413.5589103562858,2794.7163278979097,464.40058263286073,3158.4817781791444,319.1511418658804,3586.2408018313486,95.976987630456,973.1553476818082,181.1627687018537,1871.1783985355676,409.60055857388704,4294.631577914358,211.07631091927132,1250.3648767782984,166.89373260644987,1702.9246472153065,222.11194538939637,3044.101738783985,295.76335443520253,2038.6552614979585,263.11732003561417,2597.1016212314707,308.9257082620659,3661.1094867503675,4257.227311153501,1380.3342182475942,34144.95091405316,13262.658270428748,967.3688834536739,5937.340727237207 -6964,1421.3973400087707,2856.8210151073845,296.388656396105,1144.6064773627375,581.7109908058242,2037.3432828711284,671.5599149640839,2400.877283930251,116.60724319242723,878.0602179674644,972.6334296804404,4872.734144868955,544.082229204793,2842.4964360503727,610.8941318882139,3212.4810336500905,424.14410795343116,3647.553276253811,133.3538109963467,989.7929818120524,249.4147176142376,1903.1691610190824,564.1195953956133,4368.05511618884,301.30109124798213,1271.7418474733688,227.47948906567302,1732.0388449631128,293.2399766411256,3096.1454860703516,389.76683726169205,2073.509306578529,365.584482615709,2641.503192548984,429.2322725329981,3723.70196008612,5343.476787852157,1789.5791758945973,46665.4151958762,18696.757816302015,1210.2315356287522,8437.196972281086 -6965,1603.5884492418174,3007.9016514784903,330.20835245084044,1205.1380521726323,643.3048330059338,2145.086511465027,750.9464817984086,2527.8457100188834,127.6517960336646,924.4957124563236,1064.0518457942824,5130.424693762634,595.2208535947981,2992.8195288063075,668.4014657155064,3382.370458408372,465.48191063561995,3840.451139739047,149.82288068774878,1042.1373718795548,277.87137608741176,2003.8167012213232,628.6927495183031,4599.056128561702,339.7481574600344,1338.9968720618872,250.6811899880861,1823.6362987527289,321.16223041774055,3259.8826008071155,426.63200334839723,2183.1651456747422,410.7338208859009,2781.1969224663294,482.2420527359688,3920.6268842627223,5755.503184011666,1952.4414189492272,51789.46669128639,20979.57753309908,1302.0703536781516,9508.273050638745 -6966,1475.646375185539,3245.2769347046765,301.3850668738669,1300.2442157403539,603.7313429194212,2314.370809026218,697.9937359010008,2727.3363054221236,119.17412078488326,997.4543583873985,993.8511287831856,5535.303627937199,555.9512156843251,3229.004572604552,624.4673769670546,3649.2977846877816,433.68139652729013,4143.528927060913,140.1461748626533,1124.379972361159,258.39635353077375,2161.952375887405,584.7682559174292,4962.000924497384,314.19105435013125,1444.6668036530466,230.90307850992593,1967.552634150598,299.735488757173,3517.143523972721,398.33258197861153,2355.4545037823623,384.20549397825175,3000.681295186341,451.0951781104449,4230.031919702831,5435.5404625288365,1834.7355671266982,48127.05917084045,19416.72036313372,1230.6401618619523,8810.196601010404 -6967,1377.5372320232102,3466.7968800624362,280.68624753709815,1388.9978208772163,552.5334009730815,2472.3478647500424,645.3675793937931,2913.502047670041,108.75290122986912,1065.5397758764127,906.4210588075109,5913.138919614961,507.0436355824104,3449.4137798540432,569.4980017153704,3898.3958623320536,396.6738038286771,4426.362817659022,129.52174861714454,1201.1292282952968,238.400994101625,2309.5254742110583,539.5544388208145,5300.703043230385,292.45408303346125,1543.2785763443392,212.80074833927668,2101.8561653360557,273.6344778537654,3757.220860028091,363.4618008237709,2516.235898858601,355.0790270026699,3205.50534253878,416.8978305607458,4518.7704337241075,4890.473382350483,1666.071777448412,44334.063768459564,18024.26390881111,1106.147541839433,8191.962895483805 -6968,1294.010059202317,3649.588198473544,263.62704342583083,1462.2345150742321,523.4979960604338,2602.705581513768,608.8057309613148,3067.120185366495,103.08040772639792,1121.7217291867023,859.3492078866936,6224.916764253204,480.71207345400575,3631.2885519790275,539.949759038437,4103.943791448469,375.61443200217593,4659.748482639552,122.27764345001209,1264.4603096415622,225.06546017806065,2431.2981712972155,509.373330401897,5580.189419646071,275.13955266983737,1624.6499215384997,200.85782377205283,2212.6792313719793,259.31856630717397,3955.325155816508,344.51903482475535,2648.907668592465,335.21958376851694,3374.519729019352,393.58088370992436,4757.0284089541665,4662.9812294201465,1582.8517545310503,41871.48071003666,16973.02201454777,1055.1259762564334,7710.872742009388 -6969,1212.7512248894332,3775.0013661574476,246.08942912375954,1512.4822286406277,481.97814807170215,2692.144042451016,565.5344839475486,3172.5176267202723,94.47591847727705,1160.2681809140531,787.1839264017057,6438.827618716224,440.3434761763614,3756.0728770347864,494.5933697999311,4244.970275230258,345.01036158956344,4819.8744437171645,113.74777616715012,1307.9117798400478,208.5787534300062,2514.846448161438,472.13200271665323,5771.945089967101,257.16364071778986,1680.4788211175724,185.6956943828619,2288.7149637296216,237.76290019016997,4091.2445609752194,315.72897534600713,2739.9338018310896,311.8352718085746,3490.4805403802484,366.1253930053654,4920.497263270056,4216.045817623861,1444.7192369537156,38745.24508921823,15826.380348486646,953.0828450904341,7205.152058826654 -6970,1149.0085588900924,3830.9499374991033,233.9108824001317,1534.8984377129498,455.21994576528454,2732.043793050153,535.1650620554256,3219.536902093911,89.37484414572808,1177.464293126696,744.6316108522963,6534.256248123333,416.5401007263163,3811.7409128689424,467.83743131105746,4307.884165650563,326.55766351845745,4891.308878573177,107.42301445644632,1327.2960895197707,197.40036424451048,2552.118505114755,446.79056689519393,5857.489981299115,243.55605867651119,1705.384875471439,176.11936832757658,2322.635569315861,224.9356674747757,4151.880112063477,298.67804939743075,2780.541835289684,294.49617425748454,3542.2122831236707,345.7675807911389,4993.423009638913,3981.781075745429,1365.107982150406,36668.04220939527,14983.450246993141,900.0204168841143,6818.184301077696 -6971,1083.5617836956117,3739.196883447162,217.65072058712477,1498.136897724867,409.27842152699395,2666.610058361455,494.0210415699649,3142.4274780034243,79.30852684535746,1149.263469128977,659.7319643645486,6377.757735612182,369.0480163395715,3720.447923997682,414.5091515868736,4204.708312363775,291.5520180406894,4774.159728821185,99.36074932918721,1295.5067234796236,181.08536029704877,2490.9940657545217,410.00070433190444,5717.200339400612,228.7353530818922,1664.5401050590533,159.73983864711053,2267.0073542748887,199.81721174910356,4052.440629283906,264.9619066293536,2713.9465496635903,272.3937761089947,3457.3746317893215,319.8171834498002,4873.8281783875545,3395.6246395745225,1197.4460986129527,33433.98570690195,13951.46628203764,765.3234837449951,6385.315133262259 -6972,1065.5348717004858,3591.0403913124233,214.81250127151065,1438.7769029390581,409.0937184512947,2560.952184638094,489.06936709152603,3017.9165077494076,79.74156067991477,1103.726727033766,663.7101881315103,6125.054750653982,371.2733982659516,3573.0343133291503,416.98154842675973,4038.1070732668663,292.35231201687867,4584.995376057551,98.25499560971707,1244.1754516395692,179.69685805849875,2392.2945443828607,406.7992021722601,5490.670318778578,225.02769599007098,1598.5867919091484,159.3407234787125,2177.1827561800746,200.8294590560269,3891.872623122783,266.4363099567047,2606.4130837422535,269.3623936654592,3320.384654152917,316.2580412076412,4680.714708119669,3464.3066082161017,1208.4936748415714,33269.21373903452,13774.773073222093,781.650384731555,6289.7818204577525 -6973,1026.3270172834646,3470.0459264125557,206.8103102307719,1390.2995753371324,393.6215021221617,2474.664923719487,470.8489897518191,2916.232551798647,76.69552080711314,1066.538388786107,638.3338280603217,5918.680652542845,357.07809494271294,3452.646534941582,401.0397215580686,3902.049398805642,281.22128893602905,4430.511159328454,94.60609462277257,1202.2549142440923,172.97450398191828,2311.6899377121213,391.58557684200315,5305.6708075591005,216.73030343203806,1544.7249211401725,153.32109544477427,2103.826003298509,193.16288912496492,3760.742088742721,256.2570163380714,2518.5940892418457,259.3590681552149,3208.5095091495673,304.5131495455875,4523.005378860107,3328.855784457086,1162.0483446478743,32019.642725388894,13264.13738210462,751.0374453817551,6057.597992845589 -6974,1017.7001056474121,3399.08676521949,204.652119068624,1361.869262377272,383.0943026255856,2424.060363738179,462.9552122390431,2856.5983509529306,74.23179372402139,1044.7286862480466,617.4380309125677,5797.649224319571,345.389177467507,3382.0431748676465,387.9151573506596,3822.2561746971046,273.013183869483,4339.911391432158,93.13392224400161,1177.6699369659389,169.64459122912612,2264.4180622392546,384.1058318448517,5197.174851581898,214.51908295551496,1513.1367557375745,149.91796415870206,2060.8047489243463,187.03959519733365,3683.838465638076,247.99641726496478,2467.091219323586,255.3231626689527,3142.8985206274056,299.77459808628583,4430.5141915496715,3169.8711949655362,1119.5442544392743,31334.982652127077,13088.95468249488,714.3019181619954,5991.096575519401 -6975,1039.9005830644587,3352.56043081444,208.90781751470917,1343.2281422488682,387.379042730353,2390.8800859484695,470.36445692799026,2817.4975396711193,75.09019946922346,1030.428552248441,624.3854974663668,5718.2916247037065,349.27552660436396,3335.750131295972,392.2324756510429,3769.937542885351,276.3657381289331,4280.50715063661,94.53978583202287,1161.5501174112553,172.22435863016182,2233.422951118643,389.94513973535805,5126.036480658142,218.55778522628614,1492.4251024139876,152.40996304428305,2032.596674957815,189.2428243537081,3633.4144805547194,250.85004113762972,2433.3219398063566,259.17728508671473,3099.878863386498,304.2997182778213,4369.86978936153,3180.7742330553556,1128.6031907862373,31819.469231162224,13332.051757362287,716.3427807853153,6103.823660829063 -6976,1098.9479669157847,3439.699838292834,221.61984364105297,1378.1411906008216,412.8400251138851,2453.023596361145,499.57621629935215,2890.7296472633248,80.21561501098536,1057.211345681917,667.1961951132047,5866.920875167148,373.22343863238945,3422.452607190341,419.1503583925762,3867.9253735291004,295.0513624480496,4391.7656542522745,100.23585496685423,1191.741009142053,183.14036793323052,2291.47385180348,414.61110775223324,5259.271896053374,231.5566791824663,1531.216062879581,162.37325737091092,2085.4277196335256,202.11967323272674,3727.853817739773,267.98640367039354,2496.568594539256,274.79284546734516,3180.45059743416,322.6339277089691,4483.450997533873,3423.5601790600917,1208.4506914503295,33836.40952710044,14127.332316896622,771.446071614955,6461.076859935474 -6977,1174.1623644016843,3674.5408711648242,235.9995139630985,1472.2319880131795,434.2985020016488,2620.500592061655,529.3378852886372,3088.0904543196552,84.1661890747774,1129.3910753257542,699.7004589396746,6267.4772675488475,391.4060260098117,3656.116107790125,439.5242336071736,4132.0029478799415,310.05301047320927,4691.607742475942,106.30474462776857,1273.1055765927206,193.70332027203804,2447.9212488018675,438.57285510427965,5618.341844679123,246.4934033258778,1635.7578481114265,171.66622958288326,2227.8075849364473,212.14828282825457,3982.3681887926546,281.1584667360545,2667.018568356843,291.4304793689213,3397.591725559593,342.1681523512453,4789.552783326431,3544.7716948989128,1262.2352490573558,35776.14495689607,15025.058370673076,797.9772857181149,6880.678705921647 -6978,1232.020893077702,3817.238962405851,244.62992500006322,1529.4050340941355,440.95042311888693,2722.2658045587036,547.867297083054,3208.0141750949692,84.32636164771772,1173.2501468027706,700.1638256481745,6510.870136027743,391.66522910113747,3798.098686901251,439.8697751133968,4292.466242299049,312.1856873856637,4873.802877371997,110.40863578632272,1322.5456949905597,199.48271481314075,2542.9844694761946,451.81480260712283,5836.526016602935,258.27917372871775,1699.2813006574954,174.7209008335862,2314.3228534200275,212.73390869699537,4137.020527434232,281.6296124493177,2770.5902722383826,302.6811434084537,3529.534700492396,355.37754258203915,4975.551541822258,3435.6805517775842,1254.3325223577626,36644.82875393445,15637.401157663966,771.446071614955,7196.607378289854 -6979,1270.8501525178663,3566.737529151797,252.93082820860113,1429.039781397175,458.76623385663015,2543.620586783115,567.2713971827915,2997.4923406814046,87.970715877292,1096.257103864115,730.654430181574,6083.602596094109,408.7213939193508,3548.8533097898694,459.02357445939447,4010.778625547684,325.2806944837169,4553.965786164603,114.25655902030188,1235.7553223149362,206.78793433322818,2376.1043604182337,468.3278244910939,5453.511448538761,266.6313860985042,1587.7681348565702,181.37829788615173,2162.448370972394,221.87919544203623,3865.533837255799,293.81791029659,2588.773822969503,313.2300809613353,3297.9134921004497,367.76303664413723,4649.037324417763,3615.0514220467007,1311.6334751253537,38026.29556734227,16165.46432128986,812.263324081355,7432.015141475314 -6980,1197.9277340006627,3333.9758861960095,236.36869317312338,1335.7821069401798,421.969224647951,2377.6265090028533,528.7687927691661,2801.8790564792694,80.20284513779781,1024.7164865599743,665.5145601463312,5686.592913216293,372.28274743921736,3317.2587726969723,418.1045660935946,3749.0393148234543,297.545889829021,4256.7786369312835,106.79766662614328,1155.1111939588511,192.0683210634568,2221.042220228489,435.10445093715146,5097.620869468889,250.64670660648935,1484.1520104062945,167.25959585398826,2021.329202118302,202.41756413693986,3613.2730528535285,267.8277657003315,2419.833091180188,292.7818065818396,3082.6950308390437,343.75474390017126,4345.645903840877,3212.734986794313,1187.7858459155982,35218.29519673763,15140.447536157877,720.4245060319553,6983.617122491855 -6981,994.0750418310871,3161.1266506247707,196.58924414967453,1266.5287817945718,353.65647580503685,2254.358993404843,441.2462609159365,2656.6162622638967,67.41458562130589,971.5902890633186,559.6065018340881,5391.772773057525,313.0387499588835,3145.276232143304,351.5914929530798,3554.6712084502765,249.8008640909268,4036.0868987468593,88.9638181694833,1095.2247119653127,160.50009829668357,2105.892782127433,363.54383630050313,4833.335853441065,208.5489294227978,1407.2064807363288,139.85395159702588,1916.5338408589225,170.0988140647943,3425.943718024869,225.13818769009657,2294.3773847510347,243.890978398057,2922.873395119973,286.35208518447115,4120.346862041502,2728.174901709123,1001.4159073731179,29432.30693751691,12600.908499613462,612.258786995996,5805.780923322119 -6982,784.7960759907045,2917.7081351363395,164.58283359834644,1169.001352507019,318.9134288865593,2080.764961845195,369.1663717475848,2452.04692409616,64.15067339275026,896.7742212603958,535.0095907223623,4976.586205316176,299.279463242184,2903.078257861555,335.9761114253826,3280.948297525648,233.5026548120079,3725.2931881939808,73.10117833239447,1010.8883335224718,137.12456314218883,1943.731201318278,310.1086279647619,4461.151006602011,165.83466768976984,1298.8463451312475,125.77919477295458,1768.953603182265,161.34030068906273,3162.1333028921163,214.42180416971195,2117.7017881386864,200.4041448802633,2697.801266908939,235.29424968074773,3803.064820761274,2929.2363055586925,981.8594574837967,25687.871660629637,10299.080488089136,663.2803525789958,4643.058970701006 -6983,532.7376802691351,2677.213763884275,117.02826268926283,1072.6455032435522,250.9880754033092,1909.2562851560847,285.03995893020067,2249.93504176304,50.28594295746033,822.8569058511215,415.7698230651464,4566.387201510306,232.5778297006403,2663.7897656672085,264.9188076495193,3010.5135722623922,198.51935712037414,3418.2329883627026,62.018789254799984,927.5650733070789,118.30097758893399,1783.5176393397028,267.3629697491362,4093.4371515137836,116.0638346486782,1191.7879209647792,96.76035839582381,1623.1462212004092,127.22642459439025,2901.491996335003,180.23050658318195,1943.1485647012134,170.022189937938,2475.432890978846,199.62283531823596,3489.594233389762,2552.913047521667,810.2835969742059,20145.675893362313,7860.133831783322,608.8048278635591,3553.00506160239 -6984,560.7816068086523,2534.6456309674895,124.4354995586816,1015.5245259267668,272.427770886904,1807.583752500561,294.948696999486,2130.1205381864506,54.0437996833646,779.0377778056,432.1515054339235,4323.215996327987,241.7415927272283,2521.93649324752,275.3877867608149,2850.1964153330273,205.52451358369305,3236.203782626668,63.41236893742455,878.1699811242465,121.0557016883622,1688.540994853945,273.5802171964474,3875.4516847661416,117.0376458828033,1128.3223206392347,106.10038427903581,1536.7097440952955,139.81146171331875,2746.980503016549,187.2430085119438,1839.671185873066,173.84263648873085,2343.6100794467484,204.10841671751933,3303.7648680985317,2778.899169465095,864.2186993137673,21048.879708222656,8050.017661727571,650.3202448667541,3633.6218100527917 -6985,582.6085994271036,2464.466244932468,133.1362129148812,987.4066356535442,312.40236789528734,1757.5352895487802,328.69137813396924,2071.141661721793,63.40146773629015,757.4677436057439,516.4347230713731,4203.5145908880195,288.8888524628953,2452.108998408382,329.17262557435873,2771.280044514381,243.13835872250192,3146.599621881616,71.22009170713018,853.8551698714554,137.7202286144529,1641.788593308731,311.0864885347547,3768.1479983958056,126.90804761495016,1097.081279783418,118.33653807908296,1494.1612532778718,162.03857904155117,2670.9219791753717,223.4533400953395,1788.7342845747132,195.247216289213,2278.720094641148,229.23950643073485,3212.290072878843,3423.4407732137706,1036.4724475163016,23908.884731745933,8821.474847744617,811.1387510918195,3937.798810308872 -6986,687.0735992496518,2427.6220641125065,159.3092320728488,972.6447419974005,395.8136994349416,1731.259844251548,407.9157628603006,2040.177748929259,81.07111649130779,746.1434746821649,666.2606911669762,4140.671347656556,372.70012629604395,2415.4495604820618,424.7575597178784,2729.8489462906614,311.8218515575291,3099.557433466572,88.7183091410796,841.0898928718246,172.7973026442366,1617.243580397964,390.21189322148655,3711.8135582326477,154.48581370458848,1080.67973193116,146.30465339347543,1471.8232936879817,205.962088353975,2630.991250743162,288.0506247828898,1761.9924091056334,243.21792458387753,2244.6528497041663,285.56185356377927,3164.26580128061,4504.360521280598,1343.1445244021465,29973.50355288337,10804.374748238532,1072.7516545399847,4793.43192541719 -6987,980.3672359577748,2438.21395117988,220.7142991123776,976.8884599204691,496.04758414972923,1738.8134536150774,525.5572666721256,2049.0791889983198,100.1415060604259,749.3989515278906,811.5731800496061,4158.737390120838,453.9866012103741,2425.9883380536508,517.2993520107328,2741.759470658329,382.9506593715528,3113.0810221583392,113.74619718433543,844.7596276672466,218.92598234757583,1624.2997287240307,494.6057170796384,3728.008463776283,203.95418325693367,1085.3948141697945,191.2685697999929,1478.2449629998282,256.80161815149273,2642.4704519808997,351.25199164357156,1769.680106827082,311.83094308627517,2254.446429125359,366.120310658061,3178.071717165861,5326.056947105758,1628.7554670415366,38119.92802769601,14207.883189939885,1262.2303585610991,6378.256500765229 -6988,1161.455826230328,2466.8055578003014,244.39473743812331,988.3438986626513,466.2076954086646,1759.2035716471723,561.2156565816049,2073.1076242706145,89.11378246374035,758.1867447457388,717.2745939119777,4207.504637736018,401.23683609744995,2454.436581569686,457.02264618640794,2773.910590208335,349.55590174622455,3149.5864272397835,122.50733120652282,854.6656635798814,225.71504304958174,1643.347006693571,510.8227859322713,3771.7247879414826,239.61780093542515,1098.122647811945,187.77716484529552,1495.5795363051188,229.55452170209057,2673.4572633034104,311.7945388142014,1790.4321812846579,335.84926415784923,2280.8830941346673,394.3201906480876,3215.339232719499,4062.3322503367717,1381.1818097997823,38260.14866221842,15925.618924528546,950.4065386968991,7335.506825825719 -6989,1281.3411200518651,2534.9055539191213,267.59174202657834,1015.6286659805116,526.1026627325166,1807.7691166787054,638.441386010897,2130.3389778810774,99.93867014028478,779.1176666058984,810.8602265806396,4323.659333672103,453.58778157198054,2522.195112901938,516.7308005500659,2850.488697400371,395.50966235942974,3236.5356489944884,140.36513914618394,878.2600357380904,257.17330445834506,1688.714151430143,582.1485904431241,3875.8491047559437,274.20669762546163,1128.4380278861922,206.5745783843436,1536.8673306737135,256.08643867483437,2747.2622004939776,352.5234798769013,1839.8598405547389,384.8057763676921,2343.8504120762414,451.79996889460915,3304.1036627235167,4560.135689235038,1555.6108876068135,43239.8362348248,18086.51443633229,1067.8450582470196,8334.371367509055 -6990,1151.1333001526696,2672.9900048897503,229.44770542174277,1070.9532229507417,451.14118010741544,1906.2441093948255,566.8772670786306,2246.385387455288,84.91553363485434,821.5587094559806,710.9636252575351,4559.1829508542505,397.7065380538398,2659.587185307717,453.2151482064336,3005.7639762643,347.5166945079868,3412.840145801998,126.82333037099318,926.1016820104109,229.4831761026887,1780.7038376281332,519.7319345003854,4086.979059813947,247.08475586757257,1189.907673291378,171.0211410236361,1620.5854326135172,212.9824745130726,2896.9144003722204,309.19315129378356,1940.0829181179733,347.6814143583108,2471.5274755504397,408.21230303523856,3484.0888063561215,3800.2552870031795,1340.0821363277473,37961.57839108818,16176.045049833263,911.9041402850316,7518.02970108 -6991,1049.1182767926866,2878.3297039621825,211.32807471206843,1153.224092695512,412.7649379202283,2052.6822146872823,521.9667552176726,2418.953222956717,77.2028749291844,884.6710360495795,640.6843712892904,4909.420420291847,358.39296728910125,2863.8972767367754,408.3718300571441,3236.6674473733606,314.4715308953096,3675.0153006807395,116.55881466386586,997.2450234919047,210.29714738965754,1917.4979107398162,476.33641199804237,4400.94171912892,229.20599691397908,1281.3166509196753,157.82664640858397,1745.0791734974277,194.8329290631805,3119.456022347183,278.78623690154376,2089.1205283795734,319.5416286554953,2661.3907773773794,375.1734167034365,3751.7372995154906,3399.1626781166447,1205.6280659694598,34754.52929117443,14922.787159583959,806.6372226529688,6928.199849401266 -6992,1029.4777495310275,3085.163961582284,206.98770456640636,1236.093768380666,398.86460820393086,2200.1861651278427,496.61736864699657,2592.7770880265466,74.59253919829355,948.2427237292218,612.0525211026546,5262.207082145848,342.3765726223862,3069.6944327466226,390.15128110069315,3469.251542141614,299.82465641063493,3939.098689186396,110.45807223841827,1068.906179548959,199.43149752298564,2055.287635214402,451.71186210189165,4717.189545794619,216.16895628951698,1373.3909459194563,154.64393504683807,1870.4790381626133,189.70552693032784,3343.617406525155,266.25684550488336,2239.242904204515,302.816671591913,2852.635993280925,355.53666604855584,4021.3338638224704,3296.987491582079,1162.9069866248424,33248.18819533825,14189.350356266712,780.4602048915898,6598.009121770071 -6993,950.9944811222757,3252.424837935569,190.84372813158774,1303.10807605725,369.0395145700234,2319.468339658015,467.7718875388488,2733.3434155644914,69.40040407234434,999.6513071761877,580.8577956974354,5547.495442528733,324.92652903969815,3236.1166350514463,370.24829138686795,3657.3355663472475,284.58896977183326,4152.655280343219,104.81871491584629,1126.8564818852753,189.1902807947057,2166.7141964295547,428.521054694102,4972.930007948049,205.08726370194557,1447.8487627650613,141.19870672986667,1971.8862784322916,174.11063032182972,3524.890228511144,252.6907422836533,2360.642523540478,287.35658452237993,3007.2904628956885,337.38499763272415,4239.348800645188,3069.0966661219154,1090.1172248992375,31246.6709175884,13394.310545307733,735.4976934130646,6223.842589511961 -6994,912.2837706342842,3389.599555423912,184.43743822134178,1358.0681415766712,353.7876261853103,2417.294555503083,445.1853179525926,2848.6252835589175,66.58438281221731,1041.8127382565708,552.0320502737637,5781.467373630996,308.80167115387167,3372.603535530991,351.8553626005891,3811.5878544315424,270.5450150994897,4327.798240839465,99.22931340095553,1174.3829359172264,179.5885983568601,2258.097832511323,406.7276929728512,5182.668988223016,194.60152974616062,1508.913431402941,137.15081322152287,2055.0528254368896,168.14715464483092,3673.556483802796,240.14993540597067,2460.205307430413,272.03344943020926,3134.1263592526197,319.3941243580063,4418.14815898245,2944.28062717816,1040.820240365527,29799.29353180507,12738.492936101682,701.2780377814478,5913.806955315398 -6995,897.5716995572898,3335.4704510468277,181.0014829665098,1336.380915405967,339.55214666675295,2378.6923586460503,427.9876530778135,2803.1350913448473,63.433851398892344,1025.1758495833267,520.446621488465,5689.142116383657,291.1330716800279,3318.745843549305,331.7206737147578,3750.7199455705063,255.80924121678916,4258.6868786059795,94.99531859475286,1155.6290107182422,171.5512153003509,2222.037875790451,388.5595885716784,5099.906046457077,187.55129394055615,1484.8173305836865,133.4587904050671,2022.235329721062,161.3360737048684,3614.892821887721,226.49973842467693,2420.9178613184185,260.4261111092549,3084.0769507437317,305.7659633104824,4347.5939832042795,2754.039434257645,983.1936508398551,28557.588218153018,12280.443218163211,651.8430058939601,5715.076683188466 -6996,828.1281178594255,3193.812051612327,167.63243039235573,1279.6244295399904,327.73334672989756,2277.668602861578,418.1479379683453,2684.085129348041,61.91186255404205,981.636333307504,520.6405167255007,5447.522597281221,291.2415348991394,3177.7977430558503,331.82619498537747,3591.425779420774,255.17056613052029,4077.8192091812075,93.63567044451625,1106.5491107757787,169.60017511434552,2127.6672814209146,384.09362544580824,4883.31155449247,184.0300984923247,1421.7567070254477,124.9228815589954,1936.3504075511537,154.80825392583185,3461.367273155857,226.51115390569905,2318.10077616357,256.69868658475247,2953.0953063289003,301.3895989530563,4162.950403208392,2745.7782116136123,972.3370391621766,27891.841994341743,11960.312201215507,657.4639752225002,5540.430582244121 -6997,811.2353110318674,3080.94019628461,163.5634433803943,1234.4014855624523,317.2707204535499,2197.1739848714897,404.8819370586616,2589.227428421618,60.01471458418769,946.9445253967722,505.83184304807077,5255.002820738832,282.9576985224383,3065.4918461155867,322.38974004939365,3464.5019390556618,247.75435193585386,3933.7058385779096,90.65387078099153,1067.4427860684605,164.31751615726446,2052.473829303774,372.119024106363,4710.731444457321,177.95367392084532,1371.5106954401465,121.23735403444509,1867.9182457542363,149.8245828519656,3339.0398037311897,220.04944681026006,2236.1772530463863,248.52419438907566,2848.7305720244362,291.7919381419385,4015.8284285730374,2661.75505002563,944.329713839963,27044.70715136783,11590.191857352254,639.8576861714179,5374.7042443777 -6998,779.1424755270054,3003.093061115432,158.03356872394056,1203.2114548648433,314.0650582275255,2141.6572629316224,405.3536668332626,2523.8045624253377,59.70843353034722,923.0177648075296,510.56980301116613,5122.222926019098,285.6080699161615,2988.0350495207176,325.4098619044866,3376.9632224428606,250.13781586876996,3834.311591814909,91.31932055614048,1040.471356063865,165.5965847381332,2000.6132940640139,375.00889302177467,4591.703834656715,179.14559118441818,1336.8562809783996,117.65739280430239,1820.7209374982822,147.52646413731512,3254.6711803967314,222.10003949735506,2179.6750226265713,250.34850004586144,2776.750754250502,293.933853075675,3914.359163161021,2671.252575354561,945.5388199989538,27008.27165219442,11587.039193111037,645.509411246444,5357.081954796391 -6999,803.694567005637,3014.269779551339,164.46041836357796,1207.6894898028906,326.28395387907585,2149.6279450672973,414.99154745661093,2533.1974957801926,61.67270480709562,926.4529929069087,517.2845831227252,5141.286485570862,289.36425638912436,2999.155726018405,329.6423017337296,3389.5313867779473,253.63361299184507,3848.5818858701095,92.783121763288,1044.3437153783088,168.2973373001045,2008.0590478358204,381.120708476556,4608.792942405501,182.65121615486777,1341.8317066271204,123.92321278527213,1827.4971794776834,154.4919913738261,3266.784206082071,225.06120336892423,2187.7871968129507,254.36145627837536,2787.0850864591157,298.64545984556094,3928.9273731143326,2747.9858569584812,966.5554452980217,27679.756383106956,11847.139292565334,654.0168807471699,5473.463777890883 -7000,838.4840741508372,3159.956994190854,171.62485840084992,1266.060150290018,341.06518701314894,2253.524852355647,437.2488222152908,2655.6332809894857,64.74279234713421,971.230788493321,548.2810439318964,5389.777749633526,306.7033925733019,3144.112440562652,349.4199283239866,3553.3559356032993,268.7806921653407,4034.5934960677755,97.95261109988733,1094.8194651110998,178.05673629022613,2105.113575435013,403.1861066343586,4831.547458668227,192.8993511488523,1406.6857967220653,128.8484620050787,1915.824699345299,161.0835901007989,3424.6760759608496,238.52399691210303,2293.5284363960623,268.5334178472868,2921.791895373213,315.2847417618793,4118.822282121174,2895.208691381116,1019.7014603697858,29140.638043843188,12478.249911505693,693.732735004784,5761.770333497667 -7001,896.550727654171,3464.8474547736246,182.48293034039355,1388.2167692114278,359.93744798565166,2470.957631166413,467.0268417190385,2911.8637473117487,68.54180732905692,1064.9406089055196,586.7824303308106,5909.813884158616,328.24071537155163,3447.4741293101374,373.9107906069932,3896.203743283045,287.7426998108539,4423.873815876475,105.01005526347413,1200.4538175995517,190.745912094712,2308.226797790044,431.93198961618293,5297.722388488141,206.97640737313787,1542.4107705892027,135.4813651983426,2100.674264087178,169.20974709564658,3755.108125531786,255.29993024103666,2514.8209864586097,287.88113692525764,3203.702844903541,338.0008739367152,4516.229469928825,3048.1072128176334,1082.3005577095205,31100.58819615357,13373.684808355001,736.1813107021532,6178.766285447319 -7002,966.8887511752943,3604.426464291923,197.7087853981212,1444.140132122042,386.1857080428175,2570.4984690306364,494.3472497920045,3029.16618645436,72.36961345466624,1107.8410128416454,602.1888107023929,6147.886693757167,336.85890339671687,3586.353266296705,383.7662777308517,4053.159645806166,296.41199595029576,4602.0865463109,110.4326235891273,1248.8132784474326,199.40129521890094,2401.212135350938,451.641989392035,5511.1375108968705,218.88773509972546,1604.545733365872,147.99953405424185,2185.298489808257,182.29726660785076,3906.3800876130385,262.1328291686491,2616.128829585186,302.7469050721953,3332.7618224543453,355.45475326716286,4698.16268470904,3162.7936051959387,1124.7107527387752,32784.03922700227,14151.8260871721,747.4830131356072,6549.531034243059 -7003,1025.2699645781647,3441.584284419525,210.3402475746406,1378.8962078845243,403.52937491460733,2454.367490024011,507.8638878948641,2892.3133390222542,75.06314861431592,1057.7905409370624,610.2856171742716,5870.135078975204,341.38818275338775,3424.327604388528,388.9240909091507,3870.0444238332375,300.70302571230826,4394.171691454811,112.55763312987524,1192.3939067302947,202.99437555707186,2292.7292401302093,459.80296795643585,5262.153198207532,223.49958003569688,1532.054942524455,157.96579904641953,2086.57022519317,192.0815976282264,3729.896129574516,265.69463519053835,2497.936344412551,308.57253920820864,3182.193013369046,362.29462284055313,4485.907264726858,3254.527569407194,1154.0644378695813,33747.46021820147,14537.924205323341,758.3813954315444,6738.901595430231 -7004,976.3937739125694,3277.247545999459,196.51986755184546,1313.0534777066232,367.55372037016537,2337.1706658692833,473.66704050596934,2754.204462021749,68.02221579561558,1007.2807079464361,560.1419648226797,5589.834271776838,313.33828304873964,3260.8148778995633,356.9612704057206,3685.2485782011186,276.9335624295254,4184.348602971809,105.57041049081141,1135.4567204375965,189.33513120555705,2183.250693546578,428.96190813212297,5010.88371816747,210.66115250833,1458.898834311555,143.64374675800522,1986.9358367968084,172.5765404933094,3551.7924093329852,243.98742401894756,2378.659093676575,289.41732981195895,3030.242290207142,339.80451603631985,4271.703773597065,2871.3657127704987,1045.9165913540794,31274.27473529849,13658.96449145782,676.404995388675,6360.403390942165 -7005,829.0509869025265,3175.8773175245497,166.41551290904212,1272.4387456283657,309.29968811406275,2264.87843860887,395.3505036678059,2669.0127480413475,57.24794916923907,976.1239905884379,468.5273264904652,5416.932234529577,262.0898937475833,3159.952936728667,298.6024102459015,3571.2582600711667,231.39948443840038,4054.9203654193225,87.72108543424727,1100.3353249498998,157.73425439655998,2115.719444070785,357.3277703828959,4855.889498096453,174.9504653749897,1413.7728845381027,121.67930514502444,1925.4769030684283,145.84744245833878,3441.930092563829,204.0465285446828,2305.0835665290283,240.48407310868873,2936.51230826922,282.35204205026247,4139.573508358097,2424.242863545381,879.9838795745334,26167.19613845971,11385.782713570527,570.5177196770945,5307.348524791067 -7006,636.17205989452,2954.6172951184217,133.2362649703197,1183.7892805452482,252.0112046674678,2107.0867470631897,309.57144115889434,2483.065445488057,48.77512199499813,908.1184618997222,402.36793544910614,5039.540280195929,225.08093655757511,2939.8023491335935,256.32701628047715,3322.4524644942385,195.98231824589632,3772.418341189034,67.89755975087954,1023.676123629606,125.71196445757404,1968.31950232333,284.4467805619759,4517.584799353253,132.96866302764562,1315.276819093768,100.7652435036962,1791.3309584613883,123.59466471594199,3202.1344539858874,174.89017542122852,2144.490826134462,186.13861926356577,2731.928593546273,218.54511433582846,3851.1737889618053,2227.4024151389035,762.9717997700142,21126.71854743669,8816.690239474961,530.3677895354781,4058.2830462173856 -7007,557.8652905983196,2788.721018988565,130.51386264741808,1117.3217100448774,266.03166327189683,1988.7777378395958,280.80653472637977,2343.645930319788,57.62956198532251,857.1292961073049,486.53090284227096,4756.57944893287,272.1609294083332,2774.737904718121,305.88608944067045,3135.9029264580554,210.81398500847374,3560.6040544991065,61.65314571787306,966.1986096538435,119.71195513567002,1857.8020162825107,270.3661786171704,4263.93079937438,132.1259508509439,1241.4264673991217,107.97051496553405,1690.7510505945186,143.7020589408203,3022.340548879785,191.57689849893248,2024.0816473084485,169.01979186419365,2578.5358746074103,198.44592102445213,3634.9375300821025,2840.4267783293494,890.7375655000407,21795.25673044386,8386.266603335947,647.6492731348845,3706.295235162983 -7008,555.2698361498702,2694.888575020421,132.17004132563173,1079.727047101432,269.1914646316363,1921.861085230649,285.45333156263035,2264.7889833751065,60.43204645186762,828.2893597698891,510.6100797518575,4596.534226917835,285.63060035588506,2681.375952339974,321.0521054141835,3030.3888095446555,220.2236198946157,3440.7999657567666,63.42522674645203,933.6888045191139,123.35320027048762,1795.2923201136346,278.57249870295686,4120.46178792,133.90916946867216,1199.6560362051664,111.34024509675767,1633.8621391047166,150.60229233476682,2920.647479449603,200.9163413068861,1955.9771196540823,173.8778856910278,2491.775556409034,204.1498027607634,3512.6323336150726,3019.0178197525697,933.345071859293,22435.703914018304,8539.477395818,690.5011563405966,3759.6373274866382 -7009,556.9153978786009,2651.5463015002215,135.77413112967574,1062.3616445254559,286.47150548954374,1890.9515219945276,297.07914860330993,2228.3640623253614,65.0097642935991,814.9678650269217,549.9222654691001,4522.607517830606,307.62147686418854,2638.2510042385766,345.8212419311926,2981.6506383737596,235.83207968123773,3385.46109400286,66.27415838899388,918.6721556218922,129.5029692319936,1766.4183802007426,292.4081319665743,4054.1918190994124,137.1978300723305,1180.3617987612422,117.2698735197659,1607.5845035899204,161.87765567907496,2873.674293588133,216.1707502164461,1924.5188634185135,181.68812517923195,2451.6999782504786,213.31979493483712,3456.1381717448407,3333.0130740589284,1013.3871491106169,23617.77916624116,8810.8221784042,763.4972615325855,3851.3938622601545 -7010,636.2895142677883,2674.029696696277,154.09740608413344,1071.3697831657214,341.5582664631422,1906.9855661074027,344.5923671989555,2247.259146233797,75.37829894990952,821.8782646571747,637.9087536119916,4560.956300230712,356.84031219088894,2660.6216639253885,401.2261431985454,3006.9331045336753,272.98594019787606,3414.167611273281,76.45961373756039,926.4619004657869,149.26115187929565,1781.3964639329251,337.033084117481,4088.5687397731544,156.86818338525813,1190.3705022792085,134.48565524531125,1621.2157789271894,187.63753148831205,2898.0411902819346,250.66363389643388,1940.837536844665,209.61116986756943,2472.488806068412,246.10420591929977,3485.443984856061,3918.3922412256234,1188.7078800710249,27301.178551774545,10096.40945719758,896.7341484336538,4414.456144038295 -7011,943.8917009088457,2792.165002825046,209.349075345381,1118.7015676510496,455.1267650960973,1991.233816571328,464.0220362276679,2346.5402602464806,96.12483333023238,858.1878241642413,812.2440298543278,4762.453676805619,454.3618684447467,2778.1646198428152,510.7973394073653,3139.775669166256,350.3508411388056,3565.001289908567,101.72999784520624,967.391834925149,196.76905917436682,1860.0963440664275,444.46328866876667,4269.196621467348,213.72916350653423,1242.9595905257415,176.41585836329818,1692.839075624671,239.54074151848366,3026.073045579099,319.58590190060954,2026.581325271781,278.88898225605107,2581.7202863192547,327.44319666328187,3639.426565024996,4847.969070385939,1509.5687740265828,36017.06243068719,13678.9450742899,1105.6901338872487,6054.510099340047 -7012,1322.4803934134086,3106.542679506543,291.5704825893345,1244.659309898463,600.8927257435605,2215.432408112284,634.5530900460346,2610.743799259934,124.13789366325754,954.8135945052246,1046.8082780566856,5298.671672770243,585.5749597895667,3090.9659541985006,658.2261795969438,3493.291804199423,456.2156562230175,3966.3947683577426,138.92903446078265,1076.3131906461438,265.8050223782909,2069.5298003484495,600.6553314099276,4749.877424283607,300.6037037630497,1382.9078915334212,235.76244669843402,1883.4405676754918,309.7975777470658,3366.7870838164986,412.6023459658441,2254.7597918023903,380.8687491131143,2872.4034030524513,447.17751024041314,4049.1997936156604,5984.144898355521,1921.00652795758,48313.99200030731,18958.46124155958,1359.695419075944,8462.484125766689 -7013,1434.176655295985,3774.286576464673,318.4568971450279,1512.1958428614785,645.3089362078781,2691.634289837346,693.2031495168204,3171.9169162357534,131.33125411944937,1160.0484862289052,1106.3128831040585,6437.608438332167,618.8612906663108,3755.3616714172517,695.7234570610265,4244.166497773098,484.6626913388848,4818.961809193712,152.62350239062985,1307.6641291060191,288.7340457277966,2514.370266527129,652.756597939354,5770.852182585781,333.2058713767284,1680.1606254869619,252.69937566134698,2288.2815996836007,327.9911119657765,4090.4698912044955,436.4474013702224,2739.415000312767,418.4116204823304,3489.819624192122,491.25654740283517,4919.5655759974,6183.503942746287,2019.761753730394,52182.0465625077,20825.40754908961,1401.973847864877,9342.243035600075 -7014,1291.6516589358328,4282.437346203675,283.89343291142336,1715.790208572296,560.131511787921,3054.022256020321,620.3081729381869,3598.967695205251,117.28291168553261,1316.231520895006,987.8020210817892,7304.335332790972,552.5674002586544,4260.964488086909,621.3573634681129,4815.579512935294,433.0296663400575,5467.762344890807,139.03112703510874,1483.7213839813828,260.4204469367805,2852.892305185201,588.9772841159047,6547.810402164793,302.10891236111684,1906.3689162008275,224.77531685939869,2596.3642088605616,292.9419102345328,4641.189976099784,389.75176510785724,3108.2359186086433,381.1486320852248,3959.671208685363,447.50612047929076,5581.910891748748,5454.735719009392,1786.994880080815,46705.339675589436,18810.905592445924,1239.9305121871416,8475.479216902644 -7015,1181.5173349875815,4434.687632705549,268.0492810432687,1776.7904123613414,516.8546905822927,3162.5996211683223,579.6438930488362,3726.919097271118,109.86645795253278,1363.0265140165545,925.1720779896291,7564.02089435769,517.532783914296,4412.451366151953,581.9217787387352,4986.784203452694,405.96463746105775,5662.153603007347,130.4401624680068,1536.4710187192682,244.53221067924412,2954.319047880804,553.0255618789707,6780.599799673035,284.39398517436064,1974.1446219977008,211.46125773176308,2688.6708003423164,274.4522731205975,4806.194726069385,365.09642211487494,3218.7407014849405,357.596824206859,4100.446432521387,419.8539730315611,5780.360387629887,5081.254092644053,1664.0727252192369,43749.945656921765,17660.484705293846,1155.230237174542,7935.807698882403 -7016,1137.3480938683979,4466.7232294656,246.9028976201304,1789.625711235099,484.10139862791965,3185.4458224272435,538.4727516119718,3753.8418677672826,100.40889521532615,1372.872837228648,845.2879389479979,7618.662380596577,472.8463284403603,4444.326331064226,531.7062001405259,5022.808072798761,371.4341958042857,5703.056251546032,120.55823028548187,1547.570282087039,225.19907564200372,2975.66065783332,509.3747791043265,6829.581955568665,263.3182641470665,1988.4055815723796,193.92621926858956,2708.093402499245,250.87772010148427,4840.914040922393,333.65462102483224,3241.9924584807372,330.5058769200891,4130.067515070623,388.0465265399243,5822.11694634221,4621.710026273738,1526.6250661042595,40353.96716568966,16359.889893351481,1049.3667013135826,7384.116900465332 -7017,1055.320439232132,4569.91292490508,231.79836673305255,1830.969426214974,446.19865379553585,3259.0356034297606,502.12886863982243,3840.5626649072515,93.0688724425814,1404.5887781260444,783.2109970843347,7794.6677900036075,438.1210559165741,4546.9986160875915,492.64238258542844,5138.844372487979,344.7994329797544,5834.807561721045,112.8501734293382,1583.3220620554741,210.24361934861244,3044.4040075415573,475.5973139512629,6987.358125205756,247.26426851144578,2034.3414848804437,180.8668954380896,2770.655446098036,232.5979963092044,4952.748246864731,309.2482552542212,3316.888572974883,309.3745274920405,4225.479831243079,363.23623625683115,5956.618782171865,4241.056952228509,1407.5093388322932,37593.800934041254,15324.805456933336,962.707751733276,6918.959646494019 -7018,1010.6236530481328,4664.1352501490965,218.50637151617823,1868.720297976335,426.0068502168747,3326.2303000583765,474.0637239946426,3919.747268745285,86.68293526468501,1433.5485466952532,729.2558564099539,7955.378012659334,407.9390445653703,4640.7484948115925,458.68620477899753,5244.796908958464,321.61340485305516,5955.109445991225,105.62827351096442,1615.9669480190544,196.89266682872852,3107.173436475201,445.38644583289437,7131.423261826107,232.61014573839998,2076.285475541881,169.45224124324895,2827.780735544722,216.68328398080953,5054.863859095464,288.0172455332768,3385.276080364314,289.5759591164173,4312.6006454716535,339.99076249939674,6079.432166468475,3938.043608932559,1315.9988856539517,35287.11619009674,14413.185321648742,892.1001427688835,6517.713491462497 -7019,972.2789494262594,4597.659770902187,210.6312026796978,1842.0864053630294,396.2798336876648,3278.8232800164724,452.8112282910092,3863.8811619019475,82.52755175976087,1413.116929352632,694.0230975983629,7841.99417243623,388.2301620919975,4574.606334751566,436.52862761297155,5170.045562915363,306.6861738035216,5870.234387023454,101.56769336835329,1592.9354166514127,189.080874271787,3062.8885192901016,427.73744318479623,7029.782817538541,224.8108874166061,2046.6932650596418,162.2495185377646,2787.477856335869,206.35336019075362,4982.819529431029,274.1952086824756,3337.027511710967,278.4440306063519,4251.135405007391,326.92077950158733,5992.785200816665,3692.9067222983786,1239.7561987048389,33723.208002555635,13881.851374472577,837.5443050647166,6283.464649274397 -7020,907.2478596768965,4539.371892995846,202.80808587183185,1818.7329358070033,380.1282859942841,3237.255251814036,435.0376904343466,3814.895929276664,79.00713683015404,1395.2018179373028,664.2619948076768,7742.575506932083,371.58207386489477,4516.61072202765,417.78815825430064,5104.5011338889635,293.73921088161563,5795.8131548570545,97.74766993232018,1572.740615447094,181.71569925813014,3024.0580531510027,411.09888468187825,6940.661146298311,216.7727832012811,2020.7458454831567,155.84745091982964,2752.1389715438672,197.58350359596912,4919.648701045915,262.49012367622186,3294.721586117316,267.97157930550145,4197.240668598531,314.62508784998,5916.810302822944,3521.195571642818,1184.6107949879065,32378.535250313686,13350.852674066597,797.7499123524836,6032.8306166795755 -7021,879.2573666874977,4457.690880108016,198.71414446160185,1786.0068336344998,364.062492023072,3179.00439813258,423.5510756776061,3746.251065865985,78.6083233866233,1370.096693184713,661.2302140949538,7603.256362196987,369.88612351165597,4435.339271419144,415.88051451928527,5012.651240835156,291.68388542605214,5691.52386106119,95.94532775605794,1544.440874974681,178.91735936569492,2969.643448964441,404.7182562401669,6815.771569963841,211.78998854787477,1984.3847428154909,153.96242660825652,2702.617252657906,196.51882466374454,4831.1250245492265,261.1828856830409,3235.436688849326,263.0305256746956,4121.715931426389,308.8238031141406,5810.343798206868,3523.0551144091064,1172.1894968358336,31812.210692177643,13065.56342660454,800.7597405824885,5890.232451008767 -7022,843.65494675175,4376.009867220186,196.20374997690087,1753.2807314619959,351.717119909575,3120.7535444511223,414.51861809168776,3677.6062024553044,75.87900441658863,1344.991568432123,637.8754040980157,7463.937217461888,356.82165677832216,4354.067820810637,401.19347651829145,4920.801347781348,282.41722265041267,5587.234567265324,94.24125671155642,1516.141134502268,175.0366280093177,2915.2288447778783,396.00319847341876,6690.881993629369,209.25130151128562,1948.0236401478246,150.1622568501838,2653.0955337719447,189.778683249498,4742.601348052536,252.0925635317678,3176.151791581335,258.3588786742092,4046.1911942542456,303.33882835770777,5703.877293590792,3349.8788762091644,1124.5568126079718,31014.371479475547,12841.823683664132,760.3921087756323,5789.143467494371 -7023,862.4647628786253,4256.185058754236,202.13100768755092,1705.2720353646241,362.3966867939162,3035.300424581712,425.9989965865194,3576.905227778955,78.20264769207125,1308.1627307544616,657.41756175954,7259.558142774751,367.7533607271028,4234.843834003722,413.43637448775905,4786.058946167102,290.9178583887385,5434.243753215312,96.66073226912955,1474.6258439610044,179.87530425193356,2835.4034447995596,406.9190402422301,6507.6708771827325,214.811862223318,1894.6824533931124,154.83587329319934,2580.447922404003,195.58849743343953,4612.738455736495,259.812865505607,3089.1817454359007,264.99178037614087,3935.3975489976565,311.1265097457081,5547.6925442515585,3456.0719068634935,1158.794962585901,31919.675414710877,13196.730508081813,784.3260252480034,5943.328601718855 -7024,902.5357473372551,4283.282100523839,210.98547792411048,1716.1286656410193,377.7191400751155,3054.6246929706103,444.6371115362973,3599.6776281856723,80.88525619908474,1316.491160948958,679.8006823616143,7305.776187222567,380.27427331565883,4261.805006667426,427.5376660233118,4816.529434970057,301.3437665312928,5468.840916622061,100.66843300150488,1484.0140631142485,187.272834165425,2853.4550672071387,423.65939183515775,6549.102024359746,224.5997491698959,1906.744966857871,160.92455893722777,2596.876368106534,202.33312321780014,4642.105498024814,268.71598857859624,3108.849049755247,275.9787419618444,3960.452294102278,324.0262872634031,5583.011980441794,3555.8789766212535,1198.1522085880197,33191.926772904444,13766.105651662498,806.3012671526674,6205.627801949373 -7025,980.3325764633933,4490.181337306061,228.05890147338167,1799.0243757082587,410.1288366015578,3202.174983331933,480.3290073459725,3773.556101854864,87.50048625774642,1380.0828203443475,735.4148267214862,7658.673680724855,411.3843161285794,4467.666816022991,462.46681160557165,5049.18659848318,325.8229223148396,5733.007269707727,108.56416715399072,1555.6977322788061,202.02834911483222,2991.2880797760095,457.03410716413634,6865.449203613529,242.0368997248537,1998.848187967914,174.11441444690342,2722.3156284609527,218.87757551116138,4866.337304864347,290.69392996665425,3259.018588106884,297.624601674746,4151.757591706176,349.4406634125838,5852.693241351071,3851.966781375049,1297.4585429566011,35885.997800157995,14865.295153986932,873.2302689433283,6700.975065269346 -7026,1043.4752566600014,4548.27427772604,238.76766954672416,1822.299742118029,432.57260972321006,3243.6039917720814,505.70173108991537,3822.3775086820606,89.72091221595272,1397.9380166124345,753.527702645736,7757.759851284138,421.5164929687415,4525.4684687097515,473.90729362121084,5114.511821274968,335.12200240283516,5807.179608134097,113.99258986328151,1575.824994160615,210.84841640219955,3029.988681632254,477.10278092889956,6954.272817089505,255.5799159707063,2024.7088292136127,180.19744292410542,2757.536326185255,224.54689440946427,4929.296865264777,298.04026408685377,3301.1830261204473,312.50641939534944,4205.472083013978,366.9133865269045,5928.414049537899,3891.333576163622,1331.0553228763586,37397.53633495538,15632.340244196477,879.7271940045457,7072.44409057176 -7027,1070.8389556436173,4266.127135290956,241.0490752867507,1709.2554018906292,428.9109773845286,3042.3906212523343,508.6394339934081,3585.26056596286,89.10913321038,1311.218484630787,747.9800898267663,7276.515836503267,418.4132091855574,4244.7360593034955,470.4194612456664,4797.23876182248,333.566173306377,5446.9376719636375,114.88558462346754,1478.0704411299014,211.8099562773087,2842.0266995856027,479.34119801687115,6522.872227933133,258.79620994962204,1899.108266111399,180.26639054464957,2586.4756233590624,223.10158222205118,4623.513409865071,295.98537725501234,3096.3978041657233,314.95453111365725,3944.5902939310754,369.78771135805033,5560.651469466452,3802.043185789949,1313.7608177704258,37480.48150772562,15795.13005542263,859.2329274220691,7165.397569837497 -7028,1030.9090454192478,3974.427803898174,224.16328012786738,1592.3839064805438,398.314614889822,2834.3651025767285,474.21550096586407,3340.115947250284,80.53575603525584,1221.5630329419164,675.3220193776175,6778.979139385535,377.76895027634015,3954.4993572148646,424.7253336253654,4469.224313359561,302.6287881809005,5074.499620620475,106.80095109259098,1377.0063739429722,195.49307742084014,2647.7011997167347,442.54350659598254,6076.866422829794,242.29223017375983,1769.2554525642893,165.087238098598,2409.62360135618,201.78177002907847,4307.3775499685225,267.46966812364644,2884.679507791131,292.790810823698,3674.8762617730354,343.7653157689982,5180.438160225486,3350.648301889632,1183.7275461066947,34569.84090849493,14749.89562233793,755.041446581505,6731.139935694853 -7029,861.2987322663491,3687.2121481484005,182.92244643435447,1477.3088288916108,325.0095845768521,2629.5371193454334,388.06050545665704,3098.739417242911,64.99831128470514,1133.285664511177,544.8183475665868,6289.090019517015,304.76639195209566,3668.723848868601,342.67295235499154,4146.25173587422,244.67940322603351,4707.786270158058,87.10631879366709,1277.495750482725,159.27781135111965,2456.362653936577,360.5771009381066,5637.7161197786345,198.53550524954093,1641.3985911316308,133.93756166572618,2235.4899506971237,162.89816358236155,3996.1009766810034,215.85583525501596,2676.215508106564,238.79871336871054,3409.307971844813,280.37326333938677,4806.0690644273545,2675.8752486790254,954.5334484270825,28136.431458357903,12066.352307442126,602.4088937015763,5523.319405566132 -7030,665.2632806856702,3359.3834256284317,146.68142017388044,1345.9618256045312,269.0900390842891,2395.745907986266,307.36081323815165,2823.2315962223206,56.85446202094164,1032.5256385838757,478.14417863677386,5729.929259551877,267.46947272772957,3342.5389144711867,300.5931307811484,3777.6099666447426,211.2747211000983,4289.218664923305,68.18241458214762,1163.9140570301938,128.65425204463466,2237.9683227912515,290.8852109117386,5136.468781893459,152.2792574148628,1495.462425362874,112.82221302773843,2036.7333331503726,142.15544485589086,3640.8090581229703,188.89834941953333,2438.2741377812154,186.91953812393922,3106.187610937918,219.46199016902494,4378.763170860812,2547.6470833669046,850.3692733895028,23071.191852475313,9446.89140957336,577.8061982854788,4254.332365554867 -7031,676.3559155922459,3118.239243845714,164.35131973931146,1249.3456249440003,328.0695138669492,2223.773818604248,339.94701147661743,2620.5736120040438,74.4188846854695,958.4086002052006,628.3826100589775,5318.621907010238,351.511474766751,3102.603870005024,398.2318193580677,3506.444532669198,288.13178986851614,3981.328795148585,71.69288272216822,1080.365659188276,148.1510911875344,2077.321867272652,333.82152015721414,4767.761372011997,156.06324419815738,1388.1147316760575,140.20185197191475,1890.5319828117292,185.54403198257907,3379.463504456695,252.86993331971178,2263.2492753521155,196.54335516463496,2883.2184005200515,230.76130142333187,4064.4455928189423,3792.086182079528,1129.246914023211,27496.26856314212,10452.870993301158,820.195026048811,4549.769726186374 -7032,682.9596735549181,2995.815199560298,166.5921852519114,1200.2955257837762,343.18427414044055,2136.4670524583003,349.2197246425402,2517.6882350842443,78.14517028262223,920.7808725872454,660.4318292758794,5109.809448130985,369.43951435874214,2980.7936803823854,418.5887733353214,3368.779303293652,301.41824139816623,3825.019309372583,73.82788558225295,1037.9498203247417,152.85603565450393,1995.7648973332944,344.39912423585804,4580.576046029879,158.29909064765624,1333.6164696458602,144.73128372960275,1816.3085018381219,194.7119899727835,3246.783630535185,265.5915608856392,2174.3926778150626,202.39638561165026,2770.0214231404484,237.63333697036038,3904.872889014067,4056.4948272741894,1194.7297187695433,28455.604623781488,10670.861899668327,878.3845380320037,4628.2472831435425 -7033,688.9742743613178,2933.628458470035,169.5849441254161,1175.3799478453666,362.1223949921317,2092.118548098418,360.66744552160003,2465.4263911480216,82.84457894104675,901.6674233555127,700.8995701687729,5003.740690212227,392.0767978450001,2918.9187540275702,444.31710176358916,3298.8506219935152,318.322034925821,3745.6200575455277,76.38738420231294,1016.4041933612718,158.74370936309109,1954.3370699540503,357.6168837921808,4485.493046030238,160.9278906096353,1305.933432947285,150.5529595256832,1778.6058069053943,206.263937066977,3179.387319495095,281.6404612123844,2129.256918271652,209.41315529958882,2712.5216798049455,245.87171726879458,3823.8160469981963,4396.2289687904295,1278.1993516969465,29640.52323883885,10926.164228408408,953.1996248675372,4716.765115420711 -7034,790.0797111678623,2955.7219723902176,194.77888223986557,1184.2318776677164,427.52090033356524,2107.8745481916235,420.49135774860434,2483.993818163105,97.85994550907952,908.4579907539724,828.4708219749264,5041.424471971639,463.4389872856225,2940.901487368527,525.29596818481,3323.6946685963444,375.1380500899473,3773.828779288108,89.26007675915939,1024.0588573763157,185.62315299259478,1969.0554209214652,418.1603756737313,4519.273841538007,185.8901652980794,1315.768576997769,175.39267249221095,1792.0007042857787,243.53665426098416,3203.3316733883453,332.7419264064629,2145.2926119627386,244.70316023536608,2732.9500115926803,287.3056668388236,3852.613672279835,5261.249427264412,1519.2230524146303,34674.681017185045,12657.189046734922,1141.6228065273988,5453.014159569906 -7035,1091.4735059634859,3061.4459244870422,265.4085490292874,1226.5909613283582,553.4583283100328,2183.271635549915,561.1307171597,2572.8444089471604,125.48484678428687,940.9528498759149,1060.7017450790595,5221.752433922494,593.3468379486384,3046.095321861896,672.4081983415476,3442.5807273019905,483.8975967809425,3908.8157966091,119.1509432297889,1060.6886725595175,245.56372215279757,2039.4870524964563,553.3700519813199,4680.924868122492,253.90030289500868,1362.8326294710555,231.14185403625655,1856.0992218010024,312.6278901466782,3317.91243827459,426.5037262373074,2222.0281153218066,326.6478521189727,2830.7055781877966,383.5168245650935,3990.4187659728323,6537.6999447372955,1924.2031344381703,45660.62458674741,17107.169157936158,1415.9447915910216,7428.552448213804 -7036,1558.1843914286671,3322.3443073221088,371.7197277996198,1331.1218288021312,732.1818721816459,2369.3314429267457,771.3199835025027,2792.103857631699,163.8445167443261,1021.1414545130543,1382.1840407891445,5666.753521375547,773.181088718001,3305.6855165077113,876.0506093210271,3735.9596621864102,636.5104396562737,4241.927582768232,163.7376157086572,1151.081240708053,334.0163073737356,2213.29344559763,752.9753127743883,5079.836283966046,358.7382625534551,1478.974099179829,311.61001056053396,2014.277186492783,408.77500029167965,3600.6670617060763,556.5988084112269,2411.3907747320472,448.8805462426501,3071.9401208998784,527.0300740912988,4330.484809455685,8183.810659897716,2473.0667616309315,61673.08356291429,23840.69519393399,1767.852792632234,10450.368019616715 -7037,1728.6536457406842,3931.150509540095,405.2363079276992,1575.0445382866533,783.1242719751984,2803.5018792613696,841.2469356905182,3303.7456347999014,172.88622368643803,1208.2615099146965,1456.83023430157,6705.1632619465945,814.9374854534458,3911.4390624591856,923.445263723045,4420.559210933537,674.3644623487387,5019.243713446578,179.45730931739394,1362.012238153254,361.8763563148264,2618.8705478981274,816.1267909924766,6010.695806597292,396.9190167910813,1749.9901412306274,333.25447235875384,2383.385361530617,431.67444912739586,4260.474786768614,587.1474866189244,2853.268414082258,491.9754980246051,3634.860765314833,577.6278017511808,5124.028694957552,8427.919144109244,2591.2592782171405,66448.87726716696,26156.38037735738,1817.729517189257,11544.669208587276 -7038,1579.5592725200563,4406.161011550397,366.5472225031693,1765.3610105266478,722.8373896525703,3142.2558475520837,773.0184657208737,3702.9452758953626,158.47253267832016,1354.2586944517623,1335.6277038922715,7515.36448914176,747.1379004114029,4384.06778225318,846.8392807110627,4954.706159735419,617.555645650765,5625.731170553693,165.98522492002482,1526.587498097967,332.30847207612186,2935.315062204607,749.6433955125892,6736.982837733381,364.1126901924622,1961.445717271721,302.7142552900518,2671.3756265477437,395.6319492029605,4775.2783442396185,538.2225618346216,3198.035794128949,455.042282787867,4074.069855040513,534.264561072611,5743.177576894339,7757.845393781078,2384.6893099019903,60910.68849239453,23972.067587391986,1673.6412018023034,10602.634328895798 -7039,1484.0025219173895,4528.974943414834,344.3756724024538,1814.567321030191,671.7244448787936,3229.8406622127945,722.2748310872871,3806.158315005691,147.1834517074401,1392.0062562388193,1240.1056713030196,7724.841959412665,693.7037505627716,4506.265904493216,786.2173682670955,5092.809815755909,574.2450459361746,5782.538459905316,154.9229013731775,1569.1384199741822,310.1339729135877,3017.1317691077907,699.6229880902614,6924.764298518931,341.38626195351696,2016.117541575309,282.7979646914782,2745.8354892997204,367.5271899991578,4908.380767792862,499.8427242064705,3287.1753759759554,424.71533674721314,4187.627334278396,498.6577325910562,5903.258476744587,7157.257639098867,2208.5248271225532,56820.39387454939,22447.27357671286,1543.4075321256341,9935.151167600114 -7040,1372.0781179176297,4520.137537846762,316.50752462368894,1811.0265491012508,614.5548284450023,3223.538262175512,664.6344639219101,3798.731344199657,134.01156577210597,1389.2900292794357,1128.7317789396068,7709.7684467089,631.4022155926959,4497.472811156834,715.6424319834424,5082.872197114777,523.5021431572698,5771.254971208284,142.82427635621622,1566.0765543681646,284.7892145850247,3011.2444287208245,642.542801129841,6911.251980315823,315.4764422899203,2012.1834839551152,258.5569972540421,2740.4775303475667,334.71845254613487,4898.803026235561,455.0699982502134,3280.761098499521,391.54740900566236,4179.456001563302,459.71531113527107,5891.739426631932,6466.6648972811345,2006.8731439391322,52080.476600630296,20689.334334554373,1393.7773584545673,9177.164145633245 -7041,1290.8777333942116,4592.4612992632565,297.04167413671365,1840.003599237325,571.2060675541136,3275.1159874633986,621.3953996649996,3859.51235741505,124.19393768003343,1411.5191494720448,1045.6484354611277,7833.127404052002,584.926154468198,4569.433929120121,662.937983727034,5164.199907392766,485.8412263952955,5863.597043571476,133.64730089472954,1591.134320006872,265.7763170886857,3059.425379368025,599.7059598103276,7021.834398467583,296.1547496088192,2044.3791145086725,241.08137764867487,2784.3261171245385,310.2794541982543,4977.185566220094,421.69148012098134,3333.2544089277308,366.38907418944484,4246.328740761365,430.1769424686161,5986.009291885383,5942.864181351534,1854.4739262131825,48563.5220860162,19391.804870319258,1280.1692636302384,8614.902511441742 -7042,1213.8308657211023,4681.55013833361,279.37962339223185,1875.69770178047,530.6181587371414,3338.649735954797,581.1262806746872,3934.382770662725,115.23862821727646,1438.9011118137225,969.9003686672636,7985.08170072275,542.5533799145825,4658.076061829941,614.8843988003531,5264.379864173385,451.5347133373853,5977.344557017468,124.80742824824061,1622.0006246172454,248.21152989495087,3118.774960672935,560.0709995250837,7158.050478242521,278.09895328449284,2084.037883535311,225.17206690269663,2838.339066870612,287.97911267052814,5073.737644732636,391.248592434338,3397.9159806355106,342.15489412582497,4328.702978272348,401.7236227126576,6102.1314720688015,5469.877690505743,1715.2669869597387,45306.26581706998,18172.55107754682,1177.6448853741374,8080.456743542647 -7043,1174.9204569427782,4648.929716508174,269.5939167487452,1862.6280884171367,507.67156110849515,3315.386466418824,559.7274030440376,3906.9685121779426,109.97773870949385,1428.8750392852844,925.2817117881825,7929.44270814734,517.5941120567315,4625.619204263112,586.5960944572308,5227.698361947758,431.50954963488726,5935.69521116313,120.15027856753613,1610.6987389142828,238.68343739719722,3097.0437494737375,538.5940378460394,7108.1741297792005,268.99146727692414,2069.5165833564542,215.98447182351663,2818.5618958676137,274.9036173909661,5038.384512263209,373.35233186989205,3374.2397517496706,329.38749255129545,4298.541148763773,386.7334328857625,6059.612627504209,5176.756208164749,1632.3024384429073,43498.147467148236,17533.22586679571,1113.913515106831,7806.911463223645 -7044,1129.6231689439248,4607.861776693688,257.8692184225379,1846.1739144681826,481.45276506175003,3286.0988453603327,534.4017381481955,3872.4549450776567,103.98112276230752,1416.2525739665646,874.4437103537153,7859.395214259821,489.15579983681425,4584.757185977301,554.3331323053717,5181.517667725945,408.45144909556694,5883.260180187382,114.7939302317155,1596.470070617984,227.43319603601907,3069.684934851401,513.2591776631723,7045.3815979162055,257.9664862014788,2051.2347878307946,205.44521104431143,2793.6631476908315,259.9952416834431,4993.876187868216,352.9554115559866,3344.4322296973505,314.7032640284665,4260.568488398385,369.4926989953333,6006.082928872335,4845.218274721393,1537.812601801433,41410.24689561524,16785.69822792133,1041.8693574133547,7486.387350767602 -7045,1093.4094389832262,4531.119312493158,249.96324518131337,1815.4264783676388,468.4939319615199,3231.3699200538053,518.5365975866408,3807.960446459248,101.33101584253853,1392.6653402942636,852.3071317484638,7728.499500564837,476.77280058244,4508.399521345821,540.3029532780477,5095.221148127391,397.78061084040127,5785.276363475674,111.36033687599203,1569.8813721762679,220.86192664230944,3018.560314010718,498.40986448803545,6928.043020662892,249.84138397511052,2017.0721284671406,199.71076396865735,2747.135581437783,253.33749478954405,4910.704777105034,343.9752067286213,3288.7317805309235,305.2901963321913,4189.610082842776,358.44082827622964,5906.053538562556,4740.823239687369,1500.5831104590723,40237.854615557815,16272.431884552978,1019.7019242769,7252.301655147342 -7046,1090.1236030093282,4500.513301421804,249.2261663905232,1803.1639535775828,462.3055154992415,3209.5432285173188,514.5402107182161,3782.239102229298,99.6933563157967,1383.2584083897748,838.2435751506262,7676.296385845025,468.9057758732304,4477.946973940162,531.3843509833481,5060.804840783505,392.0653645098169,5746.198992031674,110.56127631098629,1559.2774124603843,218.8051367192291,2998.1710715258787,493.8083611278438,6881.246689167363,248.82169912848107,2003.4475629595913,197.68119020694593,2728.579711194381,249.30373550787016,4877.534808624657,338.38642375235844,3266.5176311466603,303.0996016948603,4161.310838497875,355.8688539198439,5866.160362611338,4627.4403624519855,1472.620967549497,39818.63528021342,16177.384219535103,994.7635619983889,7219.705739215855 -7047,1112.3531979026684,4428.059581681069,253.91530139732794,1774.1348346773382,466.3479028001147,3157.872823387908,521.7827459191553,3721.3488718151816,100.5476360030009,1360.989344765671,845.1352907531076,7552.7157652053465,472.7609384387157,4405.856549285438,535.6853733861652,4979.330993015775,395.7492546122699,5653.690990508463,112.02212863637168,1534.1746206066703,221.6320973257684,2949.903544690109,500.1938027548682,6770.465565839434,253.12424490757243,1971.19408018551,200.4566648076482,2684.6523330389437,251.50105851118394,4799.011423317002,341.256218160532,3213.929995665059,307.10447367837344,4094.317935899108,360.57096898333816,5771.721104153292,4629.920040016991,1480.040491203138,40337.25227668434,16447.793699898502,994.7635619983889,7344.581210304586 -7048,1160.4730291291328,4480.04431697983,264.5566033925219,1794.9629035105945,481.99785435428134,3194.945762403929,542.6887957854915,3765.036932575695,103.62488276637195,1376.9671493834712,870.7177271595995,7641.383481300514,487.07151897583236,4457.580624414519,551.9297664747282,5037.78756950533,408.5470095610046,5720.064449171591,116.42962354235209,1552.1855936035688,230.18223914405553,2984.5349565080537,519.504747126009,6849.949785461412,264.2611291793047,1994.3355941129325,207.7758444887865,2716.1697366167086,259.2574669067398,4855.351075919904,351.67132019198414,3251.6610372220853,319.18745603032414,4142.384595843617,374.7575830781045,5839.480218113492,4735.626098032095,1521.9252482040865,41807.88083269315,17122.175694779697,1016.9309951348434,7655.397790255127 -7049,1251.4398835409681,4633.139351498719,285.3891878518842,1856.3015618429597,518.6974864779937,3304.125560007126,583.9062194259085,3893.6982623248055,111.6544324417239,1424.0217806216622,938.1453336910268,7902.509886547867,524.7899042914758,4609.908014788533,594.6064658691699,5209.942174969631,440.0911915854415,5915.5342709716015,125.28202024904937,1605.2279052904894,247.66910883928753,3086.524457026535,558.9725754373544,7084.030795527143,284.30902270236555,2062.487347760941,224.12169554429755,2808.9884835229504,279.35515165555347,5021.271340983352,378.9169202425094,3362.7789466700965,343.4559703363426,4283.940899268471,403.25121462406304,6039.0307944718825,5097.243483938219,1638.2472283897055,45039.43733289968,18444.98038148494,1094.5170111124335,8244.383132724364 -7050,1316.4601003541547,4629.565403034848,297.006462568898,1854.869632947213,531.1709937446938,3301.576796938774,607.386316040571,3890.69470990221,113.08598073624177,1422.9233071959218,949.2206524175474,7896.413984627579,530.9853361139855,4606.351986700858,601.6779700258688,5205.923287683828,447.4379752457506,5910.971098354338,130.66347180058295,1603.9896516203464,256.3893992203911,3084.143548854989,578.8166472817891,7078.566258620541,298.7536352835125,2060.8963696078877,229.83248598450533,2806.821663292846,283.1364669525946,5017.397992129731,383.6774032632835,3360.184939078483,358.2090183856617,4280.636318327838,420.5727494323504,6034.3723581086,5041.241214693225,1648.3271437638562,46414.81399899421,19262.46744453519,1080.6623654021496,8649.18557082645 -7051,1338.2263550989692,4318.6317164929815,300.8085122745706,1730.2917508313756,533.017805631957,3079.834288624645,613.8910629984402,3629.3855061126283,113.02253957815229,1327.3560668491843,948.2354688397253,7366.0702272866665,530.4342334468959,4296.9773737414125,601.0475021131033,4856.279902446724,447.96483656011145,5513.974863362408,132.14931715108884,1496.2615233544882,258.60768020645423,2877.004424555944,583.8842460120229,6603.151287534715,303.30239257274917,1922.4811945327372,231.04735393289474,2618.308200093664,283.0724669938367,4680.416457422831,383.41574606975394,3134.506155086096,362.2824078122791,3993.1376191345707,425.3553107379865,5629.088172676623,4980.74293106767,1641.534262727499,46743.588085112315,19511.0709112449,1066.8077196918657,8776.07265177969 -7052,1256.4073255595185,4024.788009718728,279.5536766152165,1612.561095558439,485.90660755807227,2870.279507612935,568.6999577282685,3382.4387506493185,101.96281628702882,1237.041529167561,854.4690522889458,6864.875978265803,477.9821591250675,4004.6070485286336,541.5998711041641,4525.8541145244635,405.70014385000525,5138.798900401107,122.74762484470233,1394.4545017816429,238.40339596866397,2681.2503755850903,538.4219965407103,6153.866750649955,283.8090905123606,1791.6737912878873,211.36149599004716,2440.156082131234,255.57748264922122,4361.956581382929,345.7966854185461,2921.231449581647,336.50802017489417,3721.440832584069,395.09363524348686,5246.079793401896,4368.792242259105,1468.5440149293668,42944.57642867572,18168.277687876678,933.8031208731396,8206.686832892883 -7053,1027.3446852384259,3729.514729862074,227.6675960920944,1494.2576712526072,392.2107367644465,2659.7052258689773,462.9916172954564,3134.2905795141473,81.92453708561578,1146.2876040529504,686.1871907771475,6361.243379227783,383.8468276095207,3710.814318352328,434.962580451009,4193.820778775741,326.64951691514943,4761.797676440682,99.88620691526646,1292.1521809245708,193.69678551829537,2484.543967544677,437.48072044977874,5702.396408640015,232.18346568202645,1660.2299995877247,170.93536654304452,2261.137239898248,205.4248259023251,4041.94737263276,277.80226005924015,2706.9191456154413,273.8342984180913,3448.422219485396,321.5084988468433,4861.208047797647,3464.7365928063755,1175.5965710058179,34797.60354964411,14810.8779883392,739.838080929164,6702.047373303765 -7054,794.9536355036174,3422.9347606389733,185.58575840096447,1371.4241381937507,337.9592998187754,2441.0675731576325,374.92586998936906,2876.640247231042,74.13325441093329,1052.0585035328484,623.5220664455715,5838.325535839502,348.7925312021668,3405.77159244381,395.0864228833957,3849.07312702647,291.2558700704654,4370.360213169474,79.68398422989151,1185.9324701703872,160.07326930014491,2280.3052211457707,361.05829927174244,5233.638234430195,180.54048264445382,1523.7529244064997,147.6475982848491,2075.2633566644236,185.344920405507,3709.684279211764,251.64830410186352,2484.4003332596867,218.4506609131798,3164.949099121239,256.48264102791126,4461.598682603906,3465.5674932402403,1092.6241799007623,29293.300713535547,11803.29500808078,745.3799392132775,5236.577892809636 -7055,1092.2022148420983,3184.714723092623,217.70435524521392,1275.9795175573056,556.9708770121406,2271.180838646152,584.4868195704473,2676.439718847381,113.3709747526819,978.8402175478218,1016.589891692935,5432.005747233342,568.6710713213665,3168.74603006505,651.3193927363033,3581.1958787122985,497.92413778473957,4066.203854116355,132.47814688450336,1103.3971905559174,275.52580189175507,2121.606784457751,620.6853008603999,4869.401816299562,190.73242398262425,1417.7069421582964,187.37316316638857,1930.834862020582,270.23664036009717,3451.5078341211292,435.0719006649088,2311.497844005463,363.1838822213029,2944.6836409843136,426.41373068635824,4151.092558470752,6223.0851065847,1885.4604020658721,44800.09163369044,17103.31274860465,1462.6592347463038,7608.481829782072 -7056,1168.066871342862,3060.471211842636,221.00886966567387,1226.2004354954638,588.85001320525,2182.5765187581,622.0067865963291,2572.0252587680143,119.05051459784231,940.6532663904684,1067.6067848326109,5220.089916194321,597.2094539221551,3045.125496589943,683.9822508133568,3441.484667777486,523.996097102099,3907.571295717826,140.95055905382458,1060.3509672116447,292.5004709690422,2038.837714285949,658.9768240944564,4679.434540751369,193.65178460864988,1362.3987265934873,193.8536884007004,1855.5082711765633,283.75605798702236,3316.856071026437,456.99565683782356,2221.3206591218104,386.41068313750014,2829.804329370177,453.6842878763107,3989.1482840751905,6521.432841986003,1977.0197668545104,47257.38999358967,18155.09829991238,1526.5491923593772,8053.263551205633 -7057,1171.7929046768527,3009.1362870745284,225.40143556602877,1205.6327180592714,622.2520093553517,2145.966992434986,642.0427519248924,2528.8832998926573,126.71302781422118,924.8751847420688,1139.1007843412733,5132.530548834922,637.202542212591,2994.0479737326787,729.9672416862848,3383.7588000002206,555.9593320466283,3842.0275069981412,145.88117256216333,1042.5651318412715,304.45876329289905,2004.6391960080284,685.7780584605339,4600.943875922627,197.10996942704486,1339.546482186413,202.17391945050107,1824.3848359555857,301.4373656292473,3261.220665532697,487.3492047703206,2184.0612565564106,399.92777556220346,2782.3385039134423,469.5546887696463,3922.2361607853486,7114.748264557282,2126.0027801438987,49334.099108639384,18573.386079261567,1669.8841782935042,8209.116515148471 -7058,1334.8243883763544,3045.0057552500834,259.22242472951626,1220.0040858825207,724.6106851052573,2171.5473209404036,730.1248595584169,2559.028062506045,146.47043175089343,935.8998701802011,1299.7298147361619,5193.711274338213,727.0569501172928,3029.737586387045,832.9803952230786,3424.0938386994358,632.988044014092,3887.8251945219113,165.15548681804074,1054.9927034930295,344.6125891927022,2028.534870708288,776.2283503036153,4655.787988714662,227.8478204806974,1355.5141271611028,235.95541424305435,1846.1318449210369,351.996191619744,3300.0950267167536,555.9782003923932,2210.0956758254947,452.76758683089366,2815.504500032804,531.593843464611,3968.9899504859404,8268.15263389292,2454.9610659961268,56343.386865965076,21003.938169236142,1931.957606920085,9283.987441604128 -7059,1755.2539243873023,3147.0907734177663,352.22147226443343,1260.9052037399272,908.058780318374,2244.349300814487,914.9877495877636,2644.820486970965,179.95350662070408,967.2762822233473,1553.947087785307,5367.8324919695315,869.2637634985541,3131.3107331754763,995.7453735679481,3538.887934286547,760.8179534433243,4018.166066597849,204.22307273993388,1090.3617497147545,422.734078933101,2096.54230181839,952.4677872893375,4811.875116166998,310.6319502751913,1400.9582725651653,309.7835406578669,1908.0241426954376,441.4504413003996,3410.7320132566333,665.0502275788172,2284.190004491364,559.8699116882711,2909.8953981588525,657.3425458252187,4102.051902997564,9818.43309963836,2959.09542809858,70050.98865538683,26547.449557559703,2272.7471391399818,11846.279941940065 -7060,2447.4261167251875,3387.5201655077103,491.766574210701,1357.2350186213089,1172.3150684935583,2415.811637582835,1207.4509835788804,2846.8777607047236,226.78460368242597,1041.1736259168742,1911.643468195861,5777.920664127114,1069.3558414525285,3370.534572024105,1224.6226698486737,3809.2495908049323,945.098245631685,4325.143301849118,266.78321222718415,1173.6624968226442,544.8265498595753,2256.7125757026806,1228.1567220473082,5179.48961866714,437.95861504521173,1507.9877706213715,415.78690110179843,2053.7921289880605,566.1182168567249,3671.302897152186,818.8810232413197,2458.6960654021414,731.3761930306136,3132.2036923885935,858.7078509594638,4415.437793766779,11752.480322358902,3640.200389008824,90804.33375096576,35509.10157045687,2690.3245504710117,16012.049356082383 -7061,2563.7857832017457,3978.8465066822105,535.3239893841583,1594.1542924450137,1232.2903727321905,2837.51630259537,1261.7305065101166,3343.8294326533005,238.7031018584967,1222.9211464216085,2008.3998039815883,6786.515895737417,1123.4804492004666,3958.8959038830562,1286.6987114610145,4474.193122680127,991.185880372147,5080.141364968991,278.2784656473497,1378.537306745981,568.5419641075403,2650.644869910218,1281.596674059855,6083.622581931348,484.0145535898329,1771.2224813743862,443.7581454309208,2412.3025808322573,596.6471513484772,4312.166420747172,860.2013069697297,2887.8866465293486,762.8900001183076,3678.9619281305822,895.7081714753549,5186.197685281813,12338.32324583025,3834.8973298523606,95484.78957055896,37215.09269886777,2836.273593998221,16882.697161465065 -7062,2424.2044475790694,4461.199849409767,484.4257290532282,1787.4127281481608,1173.0148094807626,3181.5068212801684,1230.3277235896967,3749.2000096892175,230.6192604223308,1371.1751948947058,2010.0053275091418,7609.241432468984,1124.3785643518236,4438.830646161101,1287.872469684568,5016.5970593760885,990.0172230628133,5696.004069098442,276.0409284081627,1545.6566155373207,564.5608703132635,2971.9810690417016,1272.574039717876,6821.136754282357,444.03431553759236,1985.9467948582817,403.4456635910695,2704.7446771987775,561.8548944272633,4834.927950741285,860.7334875195122,3237.9835339142437,756.7558755079208,4124.960430666669,888.5061036313413,5814.917537967853,12148.915435848798,3768.9406130104826,92953.3688406176,36263.74783084622,2828.0472294259407,16387.5693267827 -7063,2304.5438403644225,4638.27284397553,454.91658582854507,1858.358333586579,1093.4945446047461,3307.786512639437,1159.215820992016,3898.0124582123412,213.8762912928447,1425.5995887865022,1862.2750525073775,7911.265823283807,1041.739602034432,4615.01576707426,1193.1568696380145,5215.714761747358,919.7331039061398,5922.088649843569,260.6889098502967,1607.0064888275267,530.1608489920883,3089.9443088543267,1195.2796169946691,7091.879862010017,416.2158251099654,2064.7725722016485,376.6283707141347,2812.1008270450484,521.4421164321662,5026.834881532726,797.6765565536929,3366.5048869266366,714.668891119166,4288.687481814145,839.091829196079,6045.722006800866,11138.610711067253,3480.244821613232,87027.64837755467,34281.762793556474,2587.870103214275,15506.421621346768 -7064,2142.3014469074797,4684.99412847324,417.92617151419455,1877.0775619120454,1007.7553605539644,3341.1058191816232,1081.552192435326,3937.2771058865947,197.4975712770561,1439.9596418079677,1735.0648377982368,7990.955939346458,970.5793734380228,4661.5027832261785,1111.6900133159902,5268.252613969445,857.6170732251301,5981.7418004747105,244.29686429201672,1623.1938520723816,496.11092563763975,3121.0692926559104,1118.570936140999,7163.316309972952,384.49603260758687,2085.5710094678393,344.12831437626954,2840.4270957222498,478.2827156067565,5077.470148263133,743.2365262829618,3400.4156631737314,669.7307116276096,4331.887395812276,786.3299702444986,6106.620515227488,10269.22609540294,3221.7600052915145,80944.29534262043,32041.74675987325,2393.5861727819715,14499.315520870192 -7065,2028.4438748119371,4782.140597953624,392.02340856526706,1916.0000136974922,941.9828118366829,3410.3858706807764,1022.7767079594847,4018.919165559244,184.61732266845374,1469.818162770825,1630.6227662275542,8156.653725937663,912.1554355094104,4758.162144037582,1044.7486928978333,5377.493336101303,807.1249068348845,6105.77719546649,231.76528349768088,1656.8518562634097,469.51860910036066,3185.7867404201334,1058.7083656586506,7311.852438344131,360.8335322068943,2128.81671156789,320.61265642986615,2899.3252408637372,445.2647394263746,5182.754869069506,698.5907431124588,3470.925543738038,635.3758518240172,4421.71196232179,745.993973375755,6233.245353432814,9547.42414082535,3011.028348401886,76259.9343763424,30377.54679135183,2228.654709371542,13753.171650517075 -7066,1924.6822385005803,4855.7639741282765,368.5248991335099,1945.4977641022906,885.0249624584891,3462.8904168593845,974.9257851753612,4080.792377247772,174.44946367718921,1492.4467269649267,1557.9725098532472,8282.229370001342,871.5155477220662,4831.4163602729595,998.1440894709252,5460.2824567160105,771.7097516761924,6199.778599668786,221.91356791362824,1682.359894971337,449.63536107969463,3234.833473948324,1013.8678228381536,7424.421956444899,338.7359698793029,2161.590878356235,299.21104193617873,2943.9617605327994,417.14710548853293,5262.545896441181,667.5081902757623,3524.3621275746123,608.3677422112244,4489.786364667319,714.2837864909758,6329.209191811189,9014.08215682134,2852.1788567223402,72557.55539376753,29030.424670958026,2112.487232655332,13131.026531733689 -7067,1866.9820254027225,4786.429336110271,355.455940048538,1917.7183283723882,850.4925960527502,3413.444386362799,945.9483228469503,4022.523428466359,167.93477322761726,1471.1363308817135,1507.5337451463938,8163.968808242009,843.3005648697319,4762.429377742794,965.8152098494085,5382.316000844267,747.3468801793266,6111.253002607206,215.63747236078243,1658.3377606675815,436.8540666717922,3188.6438302259885,985.0530812005182,7318.409882632053,327.5414395594134,2130.7258853515536,286.8010783934971,2901.925425139863,399.9468885068438,5187.402887693851,645.9489365549474,3474.0383528479747,591.1620611107664,4425.6774594505505,694.08261836046,6238.835477068754,8647.795902629863,2746.6124612240037,70240.13104052636,28216.72504522381,2030.5143299748731,12766.697384127416 -7068,1809.6729360430513,4720.473702766625,339.82829218693007,1891.2927158665727,819.0286249503566,3366.4080946771837,925.0679411707432,3967.0942010122762,163.03320666288144,1450.8644911396896,1486.1464922045357,8051.471642707136,831.3367315260682,4696.804456991603,952.0654984415744,5308.149218935855,736.6151599729225,6027.041676375078,212.59032117233863,1635.486338527628,430.2139067009885,3144.705226193286,970.1190388590907,7217.564278324094,314.0105452378735,2101.3650893632303,272.57907182511434,2861.9377190878463,383.53571862068446,5115.921952984274,636.7852821817099,3426.1670935579737,582.8084101550425,4364.692884245274,684.2746074787675,6152.866100666914,8417.873661369164,2680.3682673815356,68657.02039641056,27674.87513520443,1988.6068580103895,12509.941384584383 -7069,1787.0855337319947,4636.063495735088,329.47946180169544,1857.4731418670458,804.8745811352965,3306.210914877664,916.1893447414358,3896.155718159422,160.18381318909883,1424.9205330153109,1466.9643681848731,7907.497450483346,820.6064270978833,4612.817496875937,939.8110013557044,5213.230360631005,727.7957910160826,5919.267781693204,211.14918682354,1606.2410235179377,426.7001617863515,3088.472475857115,962.245226574457,7088.501787277972,304.1630753989075,2063.7890591995542,265.0601681330479,2810.7613392177527,375.40956038158305,5024.440449558993,628.6118652781071,3364.901319844973,578.8575942664759,4286.6446515494135,679.6359596070755,6042.8422483806,8269.097996792278,2636.477149964582,67739.8498916594,27402.119936055413,1954.0693674191893,12371.631078784982 -7070,1802.4100673137914,4556.461872763459,328.35105034102526,1825.5801626499047,801.5859596773686,3249.4429791164557,924.3520883666648,3829.258377602937,159.69747942070276,1400.4545206024175,1473.2906907350496,7771.725015252133,824.1453139700928,4533.6150097743175,943.8395889512684,5123.718731203809,732.0461462910986,5817.633426887685,213.8121413487111,1578.661722140107,431.21195776839755,3035.4431284791954,972.4919811040467,6966.791580499376,302.83810113398704,2028.3536173134578,262.1700396583571,2762.500316780621,372.01122159175674,4938.170359712914,631.4003264609621,3307.1256646052543,586.1579844468548,4213.042581241298,688.2073383622169,5939.086108980195,8209.687954506,2630.5112430884096,68086.43317663843,27707.841860151173,1944.0853284528243,12508.690309317193 -7071,1865.2307806711653,4469.582388236698,334.3950394510912,1790.7712543516964,816.5152123143201,3187.484832881925,954.628705811445,3756.2447097053587,162.91005289512614,1373.7516159692402,1512.2545441690156,7623.539102132807,845.9413365905842,4447.171153534367,968.7183835785121,5026.023182627404,752.5652237900032,5706.706789639842,221.33066738928514,1548.5608850231536,445.8087500900752,2977.5653843705563,1005.4586049392735,6833.9535850939465,308.0054808976513,1989.6783640948222,265.6665894411055,2709.8268586833283,377.54088815303714,4844.012720005289,648.2052171880198,3244.0676645540284,606.7697422364487,4132.711179823129,712.4075767684709,5825.843695432836,8322.759658431596,2681.0529597240707,70033.28429222039,28687.813595761643,1973.4808870915365,12944.598479274708 -7072,1943.3674594941704,4512.729717967387,348.26953015053084,1808.058551256013,833.8434107713213,3218.2553718606646,975.6961886345397,3792.50579965984,164.2635663220007,1387.0131936276566,1506.5493039753003,7697.133305524211,842.7498774981643,4490.102135327065,964.9987297242333,5074.542140475827,752.433949011296,5761.796759605939,225.21544209082867,1563.5099924140347,451.3185971395305,3006.3094558015355,1018.0783017138194,6899.925486512818,321.4701165711824,2008.8858204020514,275.17560636519937,2735.98630330894,384.5052970156721,4890.774631050893,645.9683673927703,3275.3844286346207,617.41970670864,4172.606507052544,724.9116864070616,5882.083759280382,8235.406643480748,2677.7241228522726,71140.42250163989,29388.98508648026,1940.8285293656807,13296.786227053042 -7073,2052.6108155878737,4677.196414711694,375.6762857133393,1873.953350198085,875.9612345409306,3335.5448758569178,1009.9743053821136,3930.72389385907,170.23202417674523,1437.5629700497777,1526.598620644197,7977.655776019154,853.9652815490308,4653.744168507466,977.8025388505018,5259.484123597688,763.7832051257,5971.785777248961,231.0079890498667,1620.4922049217398,461.58419770020464,3115.874578573736,1041.347797286024,7151.393671729051,345.85987046841825,2082.099780835476,296.78898035699444,2835.699483083768,405.74420587884254,5069.019196615546,654.6885379745228,3394.7560044239885,633.2997574340377,4324.677393615153,743.5564336130494,6096.456643614771,8404.814974197938,2743.5661978440476,73545.66396721793,30429.111261128066,1963.0246567192064,13812.185687250403 -7074,2106.9540050801847,4659.326666089186,390.5511032674879,1866.793703193949,885.876148179542,3322.8010560200655,1025.31514098024,3915.7061264489157,171.28653097416156,1432.070600983768,1529.9170525083998,7947.176255666758,855.8215819300827,4635.964021797546,979.8940660836049,5239.389680080812,766.771228486788,5948.969906114868,233.97639861913092,1614.3009343871945,466.34550644910314,3103.97003351695,1052.187787376853,7124.07097755858,363.15218749669117,2074.144887264302,303.82302177381695,2824.8653781117605,409.54360036157726,5049.652445516263,656.2206714128513,3381.7859618910315,641.4375411873698,4308.1544830839075,753.1109950890533,6073.164453582566,8338.048016580939,2748.1890438175105,74529.04102169369,31001.606686021165,1947.2128526894533,14130.129070730385 -7075,2098.7863021311287,4351.252138318417,395.3526056381932,1743.3613641947086,871.1711440484519,3103.0975581606176,1001.2619723848161,3656.79976459741,166.23407401079587,1337.3821393776223,1458.112511821508,7421.709219862074,815.6547797497524,4329.43423130824,933.8512970542216,4892.961404672349,732.6809641477527,5555.624209216745,227.09309260434247,1507.5634090574506,450.29997989341564,2898.7356357551407,1016.1812210673285,6653.027635998035,368.5595310685363,1937.0024947115935,305.18147136202737,2638.0853710966617,403.0522376607756,4715.7695898922575,625.5913177865517,3158.182383971935,622.5672153279089,4023.2994486431453,730.9553696802781,5671.607017241215,7931.869196710943,2638.1790595500847,72579.24795421453,30347.926664449627,1839.0150072237493,13890.684067449682 -7076,1912.2259559045422,4077.3575763860226,367.00522919132,1633.623481406674,777.2379363336205,2907.7695194011017,893.2877807112004,3426.618304695626,146.2461924760286,1253.1990850390146,1262.0841701496286,6954.54121144845,705.9983214485026,4056.9130225838126,808.2912544224002,4584.968330981436,636.698929104225,5205.919064427668,201.60081410344293,1412.6680992975635,397.0408830353686,2716.2713928487747,896.2222795147904,6234.2451724770835,344.612894427657,1815.075648625396,278.64576868186396,2472.028058376554,358.9275697836368,4418.930058433432,541.6847071662941,2959.3869676036047,552.6810877638288,3770.048245315999,648.9021568681973,5314.601201430156,6786.505254217079,2293.867901514154,64462.77757181753,27198.972741817488,1564.6002153594936,12526.976807465444 -7077,1591.7812082951025,3800.9287577962823,298.7401731638849,1522.8702299378722,644.9156400044461,2710.6341742858112,759.6359854207718,3194.307051149756,124.11010387752019,1168.2371124758604,1108.4768392595972,6483.050650491,620.0717879133504,3781.8702643893807,709.8111463072963,4274.125498274095,557.7463445880945,4852.97821249261,172.99215422754503,1316.894754322909,343.4522543893012,2532.118868075655,775.0242303912387,5811.587852008736,281.82992676728486,1692.0206533739758,225.15436944606134,2304.4342717400136,296.7589196405954,4119.343968030701,475.6424906632031,2758.7521623703515,474.2515172782469,3514.4537915661913,556.818098670628,4954.292127755754,5865.054168587094,1974.9412627591792,54986.39924218196,23170.52829086467,1372.630517581662,10625.626910998188 -7078,1257.361878597645,3473.8798041312084,244.5390664135328,1391.8356468120273,568.2040481959879,2477.399055461077,634.9611049150174,2919.454549213047,113.27811752729048,1067.7167529494545,1017.2754049348528,5925.219902558208,569.0545411481589,3456.4611889552198,651.5424150491166,3906.360575246649,504.690405464964,4435.406206361319,144.23182291966927,1203.5832247119097,293.82805382447185,2314.2440066589234,662.411369807415,5311.532774092966,219.82873167531432,1546.4316093460918,195.80176391723103,2106.1504139285166,269.69723136399324,3764.897141904953,435.90417545577264,2521.3767560900214,395.40614523759194,3212.0544285477754,464.24584840010783,4528.002618064167,5812.716985161474,1845.1722522998,47329.236817322315,19006.17008766412,1365.5172695301524,8577.123708520141 -7079,1146.6737011583998,3236.7644375535046,232.88985610881116,1296.8336207726475,613.755979244195,2308.3001175829363,628.6238342808363,2720.1823882072567,131.74768516441915,994.8379938813694,1155.3449241561186,5520.784294976797,646.2893651946873,3220.534758539849,742.3122539032121,3639.725523946724,571.2038907647699,4132.660277359492,160.06519306699477,1121.4306766603193,328.10327635047287,2156.2814843699807,739.5155710712042,4948.9853885096245,199.61639088653325,1440.8773821959812,224.5666430789279,1962.3916612875803,319.4933464887142,3507.9179093855932,503.7939250042222,2349.276048089185,438.8127369962002,2992.810382629175,515.2094721572035,4218.93636903325,7152.493273732257,2154.983537641365,51331.51612248994,19579.994453946907,1737.2473647595614,8727.554758864384 -7080,1225.377794360173,3105.1131001209947,236.59829405409144,1244.0865383401645,646.903831604987,2214.4129028849434,668.5822647038892,2609.5423782908956,138.3857192286461,954.3742051349285,1212.8452390522875,5296.2333120021285,678.4545145243418,3089.5435429634304,779.2235444441633,3491.684249285102,600.7820508217497,3964.5694993108373,170.13029665245472,1075.8178891780867,347.9982242282477,2068.5774370798313,784.4173625356502,4747.691609520966,202.77186500786513,1382.2715002722,237.74057853214845,1882.57383958345,335.73982417279257,3365.2377442750503,528.9379449122091,2253.7221887657447,466.4058418296623,2871.0815706761978,547.6065011808837,4047.3364190703473,7452.169303853724,2254.282863036366,54264.944380022695,20857.588509973448,1808.5823746302242,9294.876332035095 -7081,1230.7451091418075,3034.41386187956,241.5181723471966,1215.7603654340487,685.2199091506295,2163.99370708178,690.9295064045018,2550.1266171398065,147.57970606721904,932.6443913971665,1295.3984972058938,5175.645221122968,724.6340507747972,3019.198802543912,832.4820634502205,3412.1833072439076,638.3644933160224,3874.301597782362,176.52310149882663,1051.322966513777,363.04444943043563,2021.4787181831625,818.1710900930084,4639.593073533564,206.52265694209717,1350.7990421165596,247.94235023240307,1839.710171787705,357.6317251437475,3288.615818647833,564.7439877573622,2202.407973529157,483.9314770909455,2805.710914783529,568.183327081595,3955.1840263848962,8145.466361598677,2428.2092144470785,56736.902880024296,21368.414580933422,1979.9571600150812,9486.518135945533 -7082,1392.3157229757742,3068.528842252665,277.92956923243577,1229.4287847377657,780.9835010500425,2188.3228217658557,784.1145192855096,2578.7969051929886,168.36294372377705,943.129825011648,1478.5691931329213,5233.833406114779,827.0980598493297,3053.142724691528,950.289127342942,3450.545433128726,727.1794824548235,3917.8591772636146,199.99518497500102,1063.1426667923,411.2357975330252,2044.2055807452623,926.7837047672268,4691.75458934761,238.81563115395275,1365.9856596668994,280.26858252608156,1860.3934665719778,407.8402631834152,3325.5887133202687,644.5255175377604,2227.1689679783376,548.2793155924267,2837.2546583687094,643.7340418027406,3999.650942097099,9390.347880404946,2787.5235960542477,64466.780592323754,24105.24739810067,2282.795418328684,10699.653334410772 -7083,1809.0481307192942,3152.9390555873515,377.12722251546063,1263.2483612626959,942.5487769733938,2248.520006060469,977.710943970314,2649.73539334302,201.38926127843973,969.0737850733353,1766.0220878445257,5377.807609089528,987.8965754806968,3137.129691078738,1134.83533656683,3545.4642985214346,872.809809833414,4025.6330799932703,246.65498327482882,1092.3879839858205,503.3124386146625,2100.438335280491,1134.6085089064165,4820.8170900311925,325.2764920637662,1403.5616926364835,342.13066047884024,1911.5698502635564,488.3844583332619,3417.0702235767317,770.0863296553048,2288.4347462662267,676.1954065758571,2915.302896892653,793.92016029856,4109.674802599206,11008.16607743069,3322.056799818713,79078.15120160674,30168.099192312355,2670.6326707226376,13487.858615822373 -7084,2502.2124144827576,3397.722164996062,525.7469334917953,1361.3225252010586,1179.942979007076,2423.0871984316013,1284.294603471457,2855.451538583255,247.96473490567664,1044.309268593498,2168.556745297203,5795.321695199744,1213.070774799547,3380.685416978295,1393.0787791385294,3820.7216885276544,1081.449670658203,4338.169086965263,320.77533148191793,1177.197148605385,646.1074768935179,2263.5089870649213,1457.204459655652,5195.088389407342,458.10454833181876,1512.5292905866154,436.0336140697364,2059.9774165215376,602.5685976355066,3682.3595487581892,946.2006606261384,2466.100778813636,879.3935675292564,3141.636769951505,1032.4948606701716,4428.735513606656,12998.544388321274,4041.1688730236124,101352.5584417818,40033.30200305986,3142.6497713979056,18065.94352008239 -7085,2618.5280594802466,3974.9476498014374,571.9095163038145,1592.5921865880337,1237.8347697195552,2834.7358309330175,1341.7883212238405,3340.5528266395386,260.47813427280533,1221.7228105425136,2278.9926504153464,6779.865814073766,1274.8476082985455,3955.0165965237006,1464.1353697391953,4469.80887749425,1134.6686831638276,5075.163353356117,334.79710245898707,1377.1864831706603,674.6315791690241,2648.047512869131,1521.5130964530554,6077.661262809398,505.9805581463138,1769.4868670582048,455.02334064308764,2409.9387745130166,632.767175708679,4307.940944923379,994.2870519971992,2885.056817154477,917.8337279544297,3675.3569270320218,1077.6274037632934,5181.115749475456,13732.804722717308,4264.674172769296,106188.57019666405,41747.54678597244,3322.5006175985586,18888.1036622465 -7086,2509.96963309048,4463.084295536459,517.6416972192051,1788.167745431864,1236.6126875033412,3182.850714943035,1315.4211781790866,3750.7837014481474,260.6408005499505,1371.7543901498516,2281.643861635229,7612.455636277042,1276.3306715643025,4440.705643359288,1466.0115190960107,5018.7161096802265,1133.913142492574,5698.410106300978,332.352192855403,1546.3095131255623,670.387221270173,2973.236457368431,1511.8838311020427,6824.018056436516,464.19919308165237,1986.7856745031559,451.5957647249515,2705.887182758422,632.9050541986888,4836.970262576028,995.3213237038456,3239.3512837875387,911.1310997671263,4126.702846601555,1069.7578565981746,5817.373805160837,13789.084747032046,4254.7972627684385,104959.72009561001,41064.72410593717,3341.102585053983,18529.14420447747 -7087,2386.6056746219638,4591.74650957048,486.0019448234599,1839.7172134581751,1153.0510043151426,3274.6062348497276,1238.9707937388405,3858.91164693053,241.54438020386127,1411.2994547868964,2112.8563577271175,7831.908223667942,1181.9124883250013,4568.722723502586,1357.4784913985277,5163.396129935604,1052.6633518263573,5862.684409048022,313.4570504502058,1590.8866692728432,628.8406460227316,3058.949197733715,1418.4721936545566,7020.741491086261,435.0616929911286,2044.0609188780613,422.3833243549289,2783.8927530785168,586.8728344584648,4976.410896449369,921.8523468041756,3332.7356074094073,859.3307739380925,4245.667824573237,1008.9391604257823,5985.077604612725,12619.226993575807,3924.970510997758,98261.91475021765,38832.573242738064,3054.9318455465323,17551.767516368203 -7088,2226.858204075787,4592.071411684234,446.39240499926825,1839.847387894006,1076.6897595321836,3274.8379389486354,1157.3987858070163,3859.1846952245205,225.05892571738426,1411.3993153029428,1968.2705131826408,7832.462392660349,1101.0324915958506,4569.045996502723,1264.6207304586294,5163.76148074782,981.3881193569601,5863.099239995854,293.63972141547674,1590.999236994191,588.2665762027469,3059.165642404199,1327.017945284068,7021.23826366415,401.83542649431405,2044.2055522352819,394.2595602778509,2784.0897353461687,546.8988740221439,4976.76301658836,858.8068272210496,3332.9714246177773,805.0023079733276,4245.968238903084,945.1521781599063,5985.50109584001,11699.704214734273,3647.7241436210174,91709.91137210048,36360.48615282947,2832.450755118746,16443.006670611 -7089,2113.5896441311006,4661.860916443382,418.622109311882,1867.8090693493127,1015.0298487825031,3324.608357880746,1095.2348110533214,3917.835914795825,211.5388581732125,1432.8495172710052,1849.293066560478,7951.498797459622,1034.4775980379059,4638.485564996005,1188.1441480689823,5242.23943200938,923.2686319504413,5952.205605213065,278.3976886738209,1615.1789674181312,556.4200874996667,3105.658311184645,1255.2882168635892,7127.945824868512,377.04476043332505,2075.273033623616,372.31330765570675,2826.4018482067077,514.1991009189724,5052.398997628986,806.9673798451064,3383.6253461810643,763.2168455839354,4310.497727678486,896.0919203176874,6076.467703230116,10911.457148673479,3416.7139699678632,86583.67056285188,34510.96511478052,2640.853042019037,15618.810852909148 -7090,2015.0110804859216,4714.560441434919,393.4314514300683,1888.9235239617187,969.9000662598035,3362.191049510439,1045.701529688394,3962.1246860408587,202.12640097934337,1449.047016573954,1766.6749020478844,8041.385693938849,988.261753764911,4690.920845742623,1134.9965887653632,5301.499785956096,882.5971869037483,6019.491698399646,266.5068526455423,1633.4375911490586,532.7361858244238,3140.7659046368994,1201.8502746575123,7208.522951871812,353.9014783198143,2098.7327431816493,356.89136113647845,2858.3526158304944,491.3896089206245,5109.513320002614,770.9489537701006,3421.8751892564146,730.6185635791899,4359.225303811121,857.8183191914692,6145.158504462975,10371.7296126448,3252.407288446695,82746.07389918843,33060.98131879401,2510.4817634890046,14954.343681290364 -7091,1958.8348462955605,4659.716547365059,379.39593895618594,1866.9499120118649,939.5082720476702,3323.0791000397353,1015.297223143243,3916.033783342268,195.59760209276448,1432.1904332155611,1709.2070403312093,7947.841256307451,956.1147584465264,4636.3519481434005,1098.0565221611062,5239.828099637898,854.5474484064055,5949.467701642708,258.8855621450637,1614.4360152160452,517.4228878838753,3104.2297662817177,1167.3101561261744,7124.667102724552,342.1513143474291,2074.318446731784,346.32751309274477,2825.101756068645,475.6019267502427,5050.074988316814,745.9111254770402,3382.068941626096,709.7250808683146,4308.514979114106,833.2873079161768,6073.672641412147,9985.451873919012,3139.342760482679,80251.10269118467,32160.902003152274,2416.73365999318,14551.813362475848 -7092,1911.149168451948,4617.803859533557,362.628293219964,1850.157283519591,926.1615154134014,3293.1890465260485,995.2120029034407,3880.8102885587386,192.82278346668008,1419.3083297801988,1684.9567011983322,7876.352918739298,942.5493409194698,4594.649417548618,1082.4244194984788,5192.697490469183,842.2802578701297,5895.954106983488,255.22642162920775,1599.9146699707114,509.57790755057874,3076.3081938365026,1149.6564888006938,7060.582958304068,327.9597679162313,2055.6606033549897,341.4161738846834,2799.690852467376,468.85547417579477,5004.651148827975,735.3283807381066,3351.648293002062,699.6936840727328,4269.761239159887,821.5094577939825,6019.041862303021,9816.26855928212,3085.1954972404474,78913.93517465756,31643.175240946508,2376.8339017628314,14308.011731103861 -7093,1890.9984278545764,4530.469508265653,351.6213816156439,1815.166129495978,916.3909061536035,3230.9065118559915,986.221639633629,3807.4143498712688,190.34737283802212,1392.4656192621717,1662.9643845179316,7727.391162580029,930.2470404641161,4507.752975345549,1068.3304130635152,5094.490446502961,832.0239376330636,5784.446701580013,253.39904440848505,1569.656236733573,505.2436450078784,3018.127424669752,1139.9356618654504,6927.049475507119,317.6978984760965,2016.782861752701,337.90270258915484,2746.7416169024805,462.91211361356665,4910.000536827054,725.7668165104346,3288.2601461141858,694.6839978043746,4189.0092541830845,815.6275915663475,5905.206556107991,9651.06081240636,3038.785843188999,78057.3153290265,31397.06005165262,2336.3822692202443,14193.757175751647 -7094,1912.8282069730233,4444.304813431665,350.33582436601336,1780.6436069769188,922.8189525822406,3169.4581182351308,995.8820069833941,3735.0013924582095,191.19097924147766,1365.9824093141422,1669.722225285616,7580.42442984476,934.0273146735897,4422.020324723132,1072.6386443232007,4997.598675383716,836.5888568576333,5674.432698855621,256.4516177275064,1539.8030503506477,510.3312330026679,2960.725862195422,1151.4984587375827,6795.304387483008,316.26899086865564,1978.4258041646756,341.06866721934983,2694.501522851209,465.0919918933777,4816.617566890152,728.7772622367561,3225.7209475812815,703.0525133281755,4109.338768953042,825.4530549183698,5792.895829833288,9620.607234847472,3040.905695599705,78686.33353067694,31801.027675886104,2328.458082716686,14381.967050474954 -7095,1984.4054383677053,4368.861963989293,356.7150636312951,1750.4168711450998,949.2105303561822,3115.6560138193254,1029.208303052605,3671.5990923129366,196.27854221907486,1342.7946196433338,1713.3136698790108,7451.745402870354,958.4119693902426,4346.9557583637425,1100.5420116398022,4912.763566121882,859.656461370659,5578.108213983018,265.29865258558505,1513.6646249781518,527.2804571789134,2910.467024235729,1189.7976309815176,6679.952910178705,321.62829974956196,1944.8416810358099,352.3662444463955,2648.7618894902507,477.6439265400438,4734.854643514113,747.8872994967153,3170.9637718232193,727.3063283268517,4039.582026544898,853.9294280264153,5694.560412648434,9782.781043827981,3106.6973457691315,81145.81067341074,32978.82215634699,2366.725326461845,14916.846373222268 -7096,2056.6453392856056,4400.507673170323,371.4431981403628,1763.0959586755387,952.3058596349751,3138.224166563484,1049.5612011409855,3698.1942006185727,195.5991840785338,1352.5211086863253,1705.7369983970204,7505.721877717589,954.1736487813897,4378.442790658618,1095.5864501851174,4948.349008823004,858.7373675305302,5618.513058946083,269.5764220029051,1524.6288053332416,533.1213706257921,2931.548897224419,1203.2023977905387,6728.338931270903,335.6416854063312,1958.9290783370984,355.3163980769171,2667.94810986881,476.3356797909559,4769.151408735387,744.7444797646979,3193.9325445090635,739.0336731060953,4068.842607235854,867.6984885028252,5735.808775315386,9602.799935108205,3084.476841264495,82021.63515690266,33692.8697336554,2319.708973301212,15281.6838580847 -7097,2153.4990535241736,4593.111109793908,400.664331493614,1840.2639506343885,968.9334294501028,3275.5794001563054,1082.774923444655,3860.0584593002054,198.23844747366397,1411.7188724414452,1727.7779948466618,7834.235752787768,966.5031802536483,4570.080481391938,1109.6907001009492,5164.9306161050545,871.2541606739057,5864.4267135149175,276.2903288749877,1591.359457633397,544.8537314757297,3059.8582729080485,1229.8124030405827,7022.827953260817,361.1075761290355,2044.6683840290202,362.282659491109,2784.7200854813254,482.9672336237288,4977.889813329256,754.4653314147595,3333.726047919357,757.4395975549107,4246.929575249138,889.3088608105046,5986.85628255574,9669.485196095256,3128.8856353219353,84018.7536694579,34699.76788686889,2332.8210831986617,15778.47698739137 -7098,2206.706184889029,4623.067310334609,416.31170039643996,1852.2661240273806,974.5282965912788,3296.9426789998847,1098.3042837150927,3885.2337016449987,198.70131274112032,1420.9260813765331,1730.952207551927,7885.330518771813,968.2788057585401,4599.88647652578,1111.6829831820419,5198.616214736651,874.2687891338775,5902.674415015475,279.64920121858376,1601.7382797227551,550.1296508335413,3079.8146218528636,1241.8356923969366,7068.630729963111,379.01177177606377,2058.003680016221,365.2097349731587,2802.8819873679395,484.2750806463151,5010.35553470047,755.9374607764962,3355.4685583119935,766.6478203925726,4274.6279851062645,900.1202234436239,6025.9024678366,9601.660684836335,3130.9805738325904,84886.05815875134,35249.37311973498,2315.055592880915,16071.51941110176 -7099,2183.9998212686737,4344.039255925403,421.3270038571297,1740.4714694957268,934.8840468505639,3097.9536876080574,1069.567863103679,3650.7380458556795,189.42520177109023,1335.1652188730857,1648.808364755475,7409.40657362225,922.3282927077747,4322.257515515626,1058.8549444251375,4884.850554268011,834.7991150810915,5546.414891354429,271.1172375339013,1505.0643864258307,530.6704217133148,2893.930527118706,1198.1377519804585,6641.999199959285,384.58955699700743,1933.7916094893164,351.0252221514115,2633.712331125734,461.9473639099988,4707.952462692272,720.1976049341911,3152.9472016871227,743.2577612254886,4016.6301992334447,872.6579849505252,5662.205439696559,9042.624682159494,2981.775891167538,82023.52553093767,34338.46235749536,2177.021622221242,15708.550679729262 -7100,1979.4655729229173,4050.3904929406604,390.9029534623651,1622.8189198944497,816.998816503645,2888.5379308537285,951.8439109564481,3403.9551214876337,164.01687090794908,1244.9105982760132,1426.0879474238652,6908.544830297212,797.740531837765,4030.0811566115462,915.7943699727741,4554.643979668223,724.7250849095279,5171.4878301809385,240.32358347020678,1403.324906359326,467.27536565786045,2698.3063466297654,1055.2733816181874,6193.01273047624,359.461640746362,1803.0709873811618,307.4802235724568,2455.6784040524894,400.3112999860728,4389.703861468236,623.0698286836557,2939.8139883376507,658.8381109386942,3745.1136636120827,773.5409817347966,5279.451158444517,7684.850055358396,2575.6215822608474,72287.03888710019,30605.27985048703,1846.8438412625019,14066.52278093554 -7101,1666.6287313506011,3778.3153979728368,318.11592171529037,1513.8100200080328,710.0142400549718,2694.5074458363174,813.267577005017,3175.3027447454183,144.02104008025321,1161.2867674768038,1253.128907608964,6444.480194043357,700.9888296322075,3759.3702917395885,804.6197746199003,4248.696887536578,635.2587883939457,4824.105758014388,206.4652943828616,1309.0599810801773,404.6054276353372,2517.054203955844,913.4692729203484,5777.012216521363,293.921155831284,1681.9540948295764,268.8582410120785,2290.724201202793,351.3194894286547,4094.8362191825945,547.4122945344579,2742.3391593159195,566.0168784162182,3493.5447945194705,664.5596915830023,4924.816913224146,6795.680117023288,2252.8667397941663,62472.223295961376,26253.369568900984,1636.3942205592134,12018.181905388465 -7102,1320.6214490131879,3455.4252241401678,260.929380686328,1384.4416827929128,630.0367142887608,2464.2381628520793,681.7845958095091,2903.9452885170986,131.99445305523324,1062.0446326297913,1153.2491676011123,5893.742865118332,645.1170181793343,3438.0991433192003,740.6836849348464,3885.608491762354,576.9822563290231,4411.843629863793,173.19931775051626,1197.1893296583428,348.026431647406,2301.949856156398,784.9940456763468,5283.315877717345,229.6292449020111,1538.2163723648316,235.4794666209222,2094.961736288955,320.98423204497726,3744.8965663580675,503.3037025675928,2507.9822370921333,474.8194483242097,3194.9907652291085,557.4849057838744,4503.9481339639015,6719.044603098345,2110.7724331235395,54078.096247893656,21658.553610431725,1626.0068195456683,9776.516353969548 -7103,1218.6488560590592,3212.2666316033683,241.3845368715247,1287.0183935591049,595.2534545692872,2290.8294954705757,595.3667289751014,2699.5943900439893,120.89042693454708,987.3084536271672,1023.1194406344221,5478.999634721098,572.3236411748965,3196.1597886918694,664.2979293837218,3612.177862905069,546.6241526050446,4101.381785678735,147.55296827878303,1112.9430058293458,314.7924095158462,2139.9614319234406,708.5033011701755,4911.528450868092,209.2884781505765,1429.9719440067079,218.71269615726683,1947.5390851907155,300.91890933489304,3481.367848702743,494.52202714801206,2331.4952951614578,404.5109409590763,2970.1589696475676,474.93577738866804,4187.004887308658,6599.447234968421,1990.1868046747006,48539.16030018305,18627.795150288097,1596.7278060706078,8365.741613234964 -7104,1298.667768348391,3076.00164759731,238.55635953252732,1232.4228194904924,625.0634332874178,2193.65205649656,632.2168978890128,2585.0770636293464,126.46955718121627,945.4266343164832,1069.7014292061203,5246.579389698719,598.3811787933687,3060.578060138559,694.4851567109134,3458.9485656004076,572.6140128572983,3927.4003614937515,156.4634886505055,1065.7317440377637,332.8973056194452,2049.183845957895,749.3232321927267,4703.180445376162,207.65161764578727,1369.3122521361342,230.79090013126617,1864.924093121323,314.93950851289907,3333.6875379976823,516.9553139416549,2232.5928049448225,428.93879911771666,2844.164240407903,503.6164943477866,4009.3913142667398,6825.87018876364,2070.8508369716537,51102.41958003008,19788.498602210293,1649.172620121426,8915.925431610149 -7105,1293.0660246529992,3010.2409643463247,241.96827579361783,1206.0753151817398,652.2054601778386,2146.7547935634198,645.428213564364,2529.8116725677055,132.63356528271274,925.2147135963189,1123.2151703789045,5134.414740610633,628.3162753075227,2995.1471119676125,729.4723862000022,3385.0010041023274,598.7673289363123,3843.4379450972156,160.25560038864677,1042.9478655879814,342.5589274092826,2005.3751146061638,770.9449407924619,4602.632918107381,210.35612185375265,1340.0382400904143,237.25014360976726,1825.0545817799764,330.0007669086491,3262.417884935155,542.9948235819274,2184.863042384687,439.33473154327976,2783.3599219598495,515.8223452859801,3923.676044103379,7327.223127211332,2191.989180605676,52681.09946292535,20036.639131849704,1772.7104453373684,8996.467661127292 -7106,1443.8924074644485,3037.208041488537,275.2834624504964,1216.8798741685605,737.5292378547821,2165.9863776156985,724.2985115475049,2552.4748504785202,149.99402787502086,933.5031984220112,1270.7142244543759,5180.41111101091,710.8258947572134,3021.978971668334,825.3647460597873,3415.3253483276794,676.3235602019543,3877.869171296162,180.37367482519596,1052.291056342388,385.2439204399282,2023.340156626114,867.0345809828651,4643.865350470761,240.9367746848419,1352.0428985287397,266.11985283343074,1841.4042322825553,373.0939400878198,3291.6440750691677,614.3621824738733,2204.436017075752,494.48767977294574,2808.2944978356827,580.5773511224806,3958.8260788732246,8345.46533768928,2489.024267233728,59356.91716925945,22451.340394987204,2022.3206635075676,10072.9433247378 -7107,1854.9031796782783,3142.087239265197,371.8691373446559,1258.9005007604787,891.0536234403171,2240.781028023701,896.8489529011514,2640.615508282154,179.61509459492098,965.7384174900021,1519.556876515625,5359.298218530169,850.0261944006257,3126.332287581187,986.7266323018573,3533.261484998563,812.4829739776,4011.7776168859,223.02675318839815,1088.628192392724,472.3674168727531,2093.2090261791677,1063.428355399355,4804.224754860294,326.9087949369094,1398.7309003449825,325.39182760267687,1904.9905905518065,447.2131318086323,3405.309318030382,734.401325228201,2280.558389288216,611.4194979855181,2905.2689790138843,717.8668490346691,4095.5300838731764,9737.268105044526,2958.877766391428,72827.26654011208,28145.774133078612,2360.404806088041,12675.636528950377 -7108,2603.402010167501,3404.02531390679,532.2782130450255,1363.8479284492316,1163.8461705249056,2427.582292113109,1209.8799801129583,2860.7487157452015,231.91813553079447,1046.2465773283357,1958.3520704425068,5806.072655359683,1095.4842056007196,3386.9569608446736,1271.1918090831637,3827.8095481523583,1053.6383140691755,4346.216868516316,300.10576872791466,1179.3809789966356,629.3924363907856,2267.7080455851337,1417.4284322132544,5204.725850663055,470.7926769288949,1515.3351990415865,431.35232447171785,2063.7989015572593,578.2130081689102,3689.190731371583,945.9941706019957,2470.6756674251487,822.7287347145257,3147.4648522439384,965.9647530798661,4436.951305855969,12121.685118019932,3778.3601472626597,96927.57620448417,38479.544639777756,2938.624031123875,17420.39826438439 -7109,2723.11861343023,3954.0237923151726,584.6835967401362,1584.2088882702378,1229.5301775617013,2819.8139718890084,1266.8810765045082,3322.9683808988666,245.50725530429804,1215.2917437140516,2074.1503747734814,6744.177055738353,1160.260716088573,3934.1976547633963,1346.5194387368826,4446.280103738398,1113.885107219591,5048.448034292621,314.7860393221917,1369.9370660098298,661.0199024580278,2634.108368594136,1488.588104345761,6045.668862074467,524.2600511488383,1760.1724070219843,452.9843337758116,2397.253018646256,611.8731672589809,4285.264233094149,1002.067046755595,2869.8700718183636,862.9741471985707,3656.010094991047,1013.2168403018316,5153.842704114146,12960.667973180545,4018.726610473036,102114.92899954869,40289.63601920623,3141.2515053724305,18196.161397068117 -7110,2652.6330275419523,4436.052232928976,532.9512238527064,1777.3371495375543,1229.614340927269,3163.5727864748997,1256.2889243412772,3728.065909640793,245.910902531068,1363.445931671103,2078.5962981116127,7566.348423477515,1162.7477248699581,4413.809124041304,1349.6114317754568,4988.318689622143,1114.3894942608467,5663.895907474241,312.65778677868457,1536.9438070798217,657.3920201136473,2955.228123055137,1480.3509918661841,6782.686261847589,483.7894867508667,1974.7520871486595,449.9846100935148,2689.498132745124,612.6621716138307,4807.673642949271,1004.3488778648785,3219.731141994889,857.1396224918497,4101.708183197286,1006.3665323207666,5782.139065572901,13107.286812183615,4030.6657257835705,101210.16673048571,39692.25538323566,3168.500488984964,17928.09681118656 -7111,2528.0876876935945,4580.1149243934315,499.44466472903457,1835.0569327947235,1149.0829844228056,3266.3111642785266,1186.2631815480986,3849.136442785783,228.51224594128652,1407.724420802668,1930.27590827685,7812.068821076236,1079.778657721675,4557.149461041781,1253.1883961993585,5150.316470210701,1037.0598257228953,5847.83334683719,295.492214917436,1586.8567138382148,617.8934480493913,3051.200418903798,1391.6780447472495,7002.956895945957,452.72050419996987,2038.8830048456875,421.7493061224611,2776.840733631513,569.5782820072511,4963.804898470735,932.5202433085453,3324.293286386378,810.0808495868198,4234.91290880599,951.1148873600233,5969.916502011742,12026.19169758614,3729.6188223514728,94960.99020348652,37602.81041798317,2905.0999951988933,17032.097488082924 -7112,2369.2757051168614,4590.706817763954,458.54336285670655,1839.3006532431957,1073.9368900385998,3273.86477813715,1111.99371619105,3858.0378881520214,213.14080140490043,1410.9798995857025,1800.143922291535,7830.1348742914815,1006.9840170429155,4567.688244884915,1168.730010629917,5162.227001666229,967.7778782583474,5861.3569435767395,277.02264054447375,1590.5264508174673,578.4787321651588,3058.2565714289235,1302.9682349823083,7019.151811127054,417.9875451360291,2043.598089890231,393.98932718979955,2783.262406764845,531.3243487798802,4975.284106539655,869.6160802092417,3331.980988682716,759.4472025929837,4244.7064940552655,891.6659873129074,5983.722426112786,11181.709065624604,3473.557849884173,88732.01470710282,35238.212175628265,2697.403385473711,15977.88529030982 -7113,2253.3004066117596,4613.385156749521,427.0622505038862,1848.386897555121,1011.8558008899964,3290.0378465074077,1053.935746279838,3877.0968031557222,200.23166276002567,1417.950216300507,1690.49967877252,7868.816162387416,945.6500317891916,4590.252870880427,1097.489799186967,5187.728681148618,909.9101738558506,5890.3123626349725,262.58365016988483,1598.3837371677027,546.9289547077249,3073.3645236430198,1232.0178220500898,7053.826799202514,389.9910865711485,2053.693574544893,371.8689175999477,2797.0118729912992,499.27314364148015,4999.862278049325,816.5692807262511,3348.441154263845,719.8632508022705,4265.67557280234,845.1905202433036,6013.282337246694,10428.669746869067,3253.0768216726146,83730.89186855461,33435.77892323839,2511.614042872903,15184.302769188536 -7114,2162.606224354885,4630.150234403382,410.95436257047174,1855.103949962192,963.0308404656182,3301.99386971092,1006.9811711931316,3891.186203188005,190.477542467782,1423.1030584495754,1607.771017118194,7897.411501715061,899.3723764274968,4606.933885626958,1043.6975826380826,5206.580927651248,866.0738848863955,5911.717803717773,250.65506340544997,1604.1922761393685,521.9135639729024,3084.533154300729,1175.6815716278347,7079.460460825692,373.1756160253029,2061.156713017974,355.1822250719333,2807.176235960401,475.0305260195242,5018.031816577334,776.559680084978,3360.6094155434143,687.1614765670219,4281.177071115261,806.7954090218801,6035.134652176661,9874.684172379817,3089.945268808739,79921.24694840844,31996.297308710615,2380.079579789472,14536.670910772491 -7115,2101.85574881852,4553.08286178595,391.2091523821047,1824.2263369004143,930.2124608209531,3247.033235810392,977.2566022087747,3826.418650978429,183.7481352300767,1399.4159623239195,1550.5672224113232,7765.961608276712,867.3730977749904,4530.252941723797,1006.5253662248513,5119.919050152618,835.9656853317026,5813.319148010452,243.0108920306676,1577.4910077924744,505.7298906008838,3033.1920845905042,1139.2471719659877,6961.62510135703,356.98092368468025,2026.8494174911916,343.7882991123107,2760.451683618216,458.33246295433,4934.508278843979,748.8779207672595,3304.673144593729,666.2052667954679,4209.918245401723,782.1907499850311,5934.6817624238065,9476.061662064707,2972.391150702047,77287.5057415678,31061.8803878018,2279.384737947853,14124.365887922173 -7116,2063.8031532450486,4445.604428189824,372.5261122828141,1781.1643072456436,917.0620984429662,3170.3849391258527,962.4811450185232,3736.0935909313457,181.15552404047244,1366.3818533156348,1528.6887650277902,7582.641116565338,855.1344891671143,4423.313422995222,992.2722612481563,4999.060085720436,824.0282879040574,5676.0920306947255,239.58838018758206,1540.253323419868,498.08568286308036,2961.591645076412,1122.0693186692424,6797.291487432018,341.1249254439131,1979.004340399464,338.93406006791037,2695.289455743299,451.865701905677,4818.026054277296,738.3111996327839,3226.6642209896468,656.8225786514083,4110.540432100508,771.1745478592517,5794.589802958213,9341.64302914317,2925.8508138085344,76035.817257374,30569.07958225346,2242.08834371924,13905.96658038762 -7117,2046.068428850492,4326.234486465017,359.6972136761204,1733.3378568736764,906.0394245322785,3085.2562076919685,954.6836624937084,3635.774887044888,178.53745018588606,1329.6928215228231,1506.262750471396,7379.037884918143,842.5895820935102,4304.542022151424,977.7343511578493,4864.829179496007,812.6654510008332,5523.681984800346,237.6483952179423,1498.895628998789,493.2579557532692,2882.0692701562048,1111.2577847547448,6614.775858376899,329.32315921965517,1925.8656420284049,334.99677428090604,2622.9176218429607,445.4051299054181,4688.65613425455,727.4369613887167,3140.024321680862,651.5041824532867,4000.167370402552,764.9302256987014,5638.9979462666515,9165.662901143933,2878.360565331611,75133.99503002303,30309.14027171451,2198.2738094704882,13807.240377448483 -7118,2072.5778658020477,4244.293550625554,358.7955897006733,1700.5076146474278,906.6153025809234,3026.819989832367,961.9764096921829,3566.911583939581,178.05442299098758,1304.5078079699347,1501.5212265617524,7239.27540283893,839.9372170607412,4223.0119518885,974.590909679877,4772.687004374855,811.4538091250541,5419.060824636659,239.46006051221437,1470.5058339125321,495.6268074330556,2827.4815093934444,1116.7071389113305,6489.488862052626,328.14025416560014,1889.388832113781,336.2068971133358,2573.2383163785807,444.3397144940976,4599.850760280431,725.0608069804538,3080.5507697311987,656.4707950632362,3924.402300600916,770.7615191991988,5532.19264702559,9059.222551463756,2861.254302488028,75383.45244459524,30595.07388301149,2170.7841185759225,13960.137805030883 -7119,2156.257299979238,4172.2946913228125,366.89737678407886,1671.660738947184,929.8219070600555,2975.4739686433877,994.3928932489217,3506.4036190181782,182.20694234476167,1282.3785482933713,1535.7732715244504,7116.470614488233,859.0974971924351,4151.374106925348,996.6942547029387,4691.724644909082,831.1655928994547,5327.133583221298,247.26739711768175,1445.5606359951719,510.9090553384474,2779.5170034167268,1151.2110623043018,6379.403216478754,334.85956753012374,1857.3378349174438,346.4580557051733,2529.5867118692604,454.86290018809484,4521.820340434889,741.5013756886964,3028.2932765113574,677.87431620891,3857.8299757326995,795.8913659471606,5438.346272999423,9176.613337831837,2916.1681777040562,77615.2228352965,31693.363580608875,2197.4289535577173,14481.15968228026 -7120,2239.263951437143,4220.3805697408025,382.0079545086498,1690.9267019234605,949.2900246934871,3009.7664359970577,1023.6062195720046,3546.8150737649303,185.2728413699552,1297.158017032077,1560.7724032841272,7198.488248919751,873.0817824544152,4199.218874695075,1012.8350275616767,4745.796976212759,846.3528637617144,5388.529030271553,254.52941742581726,1462.22078541675,524.1862243322352,2811.5510581935855,1181.2684119357618,6452.926116978783,349.41235077507935,1878.7437345286853,354.91585300952624,2558.7403091277856,462.6931493739185,4573.934517214,753.4622646468428,3063.1944886935134,697.7828731317206,3902.291634578648,819.2659771168944,5501.023451153266,9228.12364715755,2955.958660638914,79588.86998159655,32725.175964014852,2209.438657010869,14975.390890904644 -7121,2323.481974237789,4445.734392817213,415.0296681175294,1781.2163785352172,962.9209380562938,3170.477623462471,1047.1104622163157,3736.202813427247,187.14727743345725,1366.4217986844383,1575.675464096411,7582.862790612874,881.4184181295698,4423.442735958202,1022.4183045883423,4999.206230298037,855.8200961396617,5676.257967902526,260.3716667184627,1540.2983518187048,534.4200144388203,2961.6782254640398,1204.4771629250713,6797.490202245648,378.13271035240285,1979.0621954258966,360.8928975922947,2695.36825094325,467.56024004349206,4818.1669064316,760.5416334463221,3226.7585506179266,713.799180944793,4110.660601329295,838.070703594904,5794.759204378601,9213.834707656688,2981.806248781897,81296.48130165949,33643.34318046206,2211.882364412007,15410.513299355525 -7122,2369.2927701282215,4460.615018041235,428.4326841246029,1787.1784111331826,964.1871294913943,3181.089748508024,1056.7998734589366,3748.708516403424,186.6515189060677,1370.9954436410528,1570.6601616003372,7608.243915381506,878.6129038639367,4438.248747235003,1019.0807265306163,5015.939419408671,854.5780954966228,5695.25736373501,262.7788529964313,1545.453991018299,537.6779564448034,2971.5914635959625,1211.9576168558674,6820.2425520772085,394.7419352838088,1985.6864514481958,362.3762408950515,2704.390104531223,466.4979191563687,4834.294126293685,758.0117204832636,3237.5590574493135,720.3983920465657,4124.4196778792475,845.8188288924331,5814.155243899793,9086.49982185566,2964.71975642531,81778.9680295345,34077.903521971886,2178.3878217908646,15625.600250168574 -7123,2334.230930495175,4157.933912002056,435.1512088916738,1665.906986456709,929.7203114343812,2965.2325719541245,1027.6020944746206,3494.334795431257,179.03244527351205,1277.9646809373542,1505.6159905927616,7091.976164407835,842.2277905430767,4137.0853349573845,976.7864466399617,4675.576019933137,820.6526731380816,5308.797920124457,255.767856120119,1440.5851060232662,520.897444475177,2769.9500784372012,1174.333231908743,6357.4457066268,401.6968199409677,1850.9449933890605,349.91067619461626,2520.8800314381247,447.65045812335103,4506.256515527663,726.5002036777952,3017.870079043318,701.1780064685548,3844.5515644417337,823.2521988167189,5419.627822728202,8602.374219736945,2837.4027929163394,79325.69598600753,33296.4376620019,2064.6566999089696,15287.115095922347 -7124,2104.7674642815164,3887.1584317923903,402.8981923238715,1557.4187868390165,815.1607699501619,2772.1289078274344,912.2542849785576,3266.7746171621766,155.66075056960074,1194.740294139637,1307.8885383816698,6630.128214874556,731.620865373601,3867.667568357515,848.4434323399227,4371.09033813821,715.0755612165374,4963.07517979701,227.33478229554393,1346.7704538133373,459.95834569153044,2589.5637186442696,1037.19959315958,5943.432292620931,374.797330757459,1730.406637072263,307.4126985227357,2356.7137614805183,389.4588922580654,4212.797360629163,630.938437803127,2821.3385234299512,623.2297985720718,3594.184358496586,731.7333078181316,5066.687550632754,7335.70570125837,2457.2873260541687,70045.75294229962,29726.569362916107,1759.7650256342686,13676.775041657862 -7125,1791.707663526664,3666.0933531757732,327.1783432395788,1468.8474274275584,707.9045109288263,2614.476240539136,785.8038415086704,3080.9911457041508,136.54043390621047,1126.7946825354725,1147.9504307717882,6253.068766236735,642.1529533445328,3647.710947071141,744.6115566253595,4122.503755883755,626.2890780585908,4680.822057354532,195.14031499492194,1270.1787939993842,397.99944964293013,2442.2936453787274,897.2192791313333,5605.425661279448,305.92791374748265,1631.9973527646234,268.62491121639226,2222.686007762663,341.47077769154726,3973.212996867089,553.8755371048644,2660.887275190362,534.9698712160498,3389.7808947027797,628.1074402168388,4778.54192925915,6520.974998171681,2154.101224850782,60552.47581471867,25496.508242470343,1558.5865559292236,11702.243022414235 -7126,1411.311001803601,3383.9462107406894,268.7678934599556,1355.803087200159,614.9549758068265,2413.262870019389,650.0210968583847,2843.8742029849504,122.03694851263785,1040.075150553825,1029.426255341956,5771.824751455865,575.8516155386648,3366.9785376648847,668.007338887376,3805.230696431269,555.8019692265054,4320.5801211840735,160.88315896820475,1172.4242409686708,336.1367449147834,2254.3316633320765,757.1014789517454,5174.025072123076,239.38284262376177,1506.3967896624097,230.81148352915687,2051.625304936471,304.4844023512377,3667.429541467382,497.13205702790344,2456.1020532356383,441.0551599052787,3128.899105619878,517.8422980210289,4410.779349187704,6246.075444984393,1964.950491899962,51475.50275645711,20740.993188793294,1502.460243911951,9418.697724163894 -7127,1240.6629051094005,3143.5168186507462,224.53489564566766,1259.4732723187776,562.5235829264467,2241.8005332510415,574.3112920809449,2641.816929251193,104.0993475417826,966.1778068602983,867.1002793832074,5361.736579298285,485.04795183311336,3127.754698816257,569.7440145108059,3534.8690399128845,501.35183422606855,4013.6028859328053,134.91373760384218,1089.1234938607813,281.82144835344576,2094.1613894477864,634.7683599591113,4806.410569622935,191.31385423249475,1399.367291606204,193.60078296630027,1905.8573186438484,262.0376786750777,3406.858657571831,447.61248695051967,2281.595992324862,369.8609630361699,2906.5908113901382,434.2532827142394,4097.39345841849,5826.906115492438,1764.2470691249284,43916.816575181656,17042.30415584096,1401.6705247953203,7772.069458721889 -7128,1318.0602479141814,2997.2447789458465,223.36336448061982,1200.8682973420746,577.4028059115196,2137.486557685641,599.7107492397655,2518.8896560532826,106.22842778308085,921.2202619575415,884.0254316108446,5112.2478088991,494.51572691942613,2982.2160916174557,580.7429504715711,3370.3868582079735,512.6177582463398,3826.844578419488,140.7497021893008,1038.445121792799,292.57747308845614,1996.7172606019126,659.1103389174029,4582.76186079252,190.88695990507398,1334.2528609070814,195.46399039581073,1817.1752299301636,267.5664938556649,3248.332970076633,456.09452498783617,2175.430280851708,385.8600415596696,2771.3432555167014,453.0377803054415,3906.73626355938,5850.560120590557,1791.2422346779138,45404.90265383018,17868.143802294464,1403.297955273669,8183.821289876675 -7129,1332.841406847437,2892.8204479103297,225.5490885540459,1159.0299164755609,623.9541773126525,2063.0162957131647,628.3497930896756,2431.1312690395403,115.71907829638275,889.1248487744002,964.6428728107613,4934.136544419783,539.6123849021237,2878.31536166772,634.0630880215489,3252.9622169269064,556.2667205917652,3693.5169009853817,147.81971893377664,1002.2655818626474,309.7230633539484,1927.1514161069701,697.5375787154077,4423.097943794506,192.60003028658775,1287.7673474744915,206.56543701252477,1753.8646491285153,291.12844293664887,3135.1606994087138,498.2038264356483,2099.638055475894,405.2422278976694,2674.789357897133,475.79438044610686,3770.6251512071,6564.501893893164,1970.436590048078,48144.93907847331,18468.31000491304,1583.2207248500317,8419.99266436872 -7130,1494.2835827917331,2875.730461839568,260.22562863227495,1152.1826871072562,715.7375558901538,2050.828563915652,712.9339366475174,2416.768815416091,132.89639927410494,883.8721441719771,1108.4341595611459,4904.987025348773,620.047913281072,2861.3110676495094,728.719409423193,3233.7446125242022,637.8515669585067,3671.696620906969,168.16689801476875,996.3444729858039,352.50104199038304,1915.7663365797193,793.8676580942193,4396.967499955979,223.24980011823715,1280.159572838282,236.65857400701535,1743.5033000702772,334.2178248436449,3116.639033910533,572.6558452398638,2087.233972413067,461.02325793675436,2658.9874394262843,541.286816330143,3748.3493368340573,7653.212159610535,2277.427417793135,54943.17466419924,20885.211909530637,1842.3817917268973,9507.42688103632 -7131,1914.1711379646886,2918.2929665048728,343.25486278440997,1169.2356695219976,874.0055729552237,2081.1820346173404,890.0183053201123,2452.538417381955,161.12595328816917,896.9539725140492,1342.2831617901038,4977.583722403657,750.8609025815226,2903.6601567876537,882.1533973572962,3281.605937493067,775.3988030558827,3726.039893557414,209.8118041568209,1011.0909580414938,436.630715735645,1944.1208067640177,983.5895936440605,4462.0452088071615,297.0467177953817,1299.1066885413336,297.12836801936,1769.3081758498195,405.54727697242674,3162.7671273397177,692.9661266437798,2118.126264603617,575.1912097318402,2698.3420196963602,675.3312622235277,3803.8271148293347,9035.735803396341,2736.2727735629064,67960.12014659407,26365.47954098538,2175.0535369713834,12039.520377233264 -7132,2642.7052683574266,2937.85222376771,483.5348004294695,1177.0722306635803,1113.891718901094,2095.1307283547712,1178.9831200335138,2468.9760507529513,202.64393117214502,902.9656216879624,1684.4836474643348,5010.9449516192435,942.2847189948344,2923.121340658606,1106.3863898203074,3303.600225079468,979.8834317272378,3751.0129081540144,277.6021948593014,1017.8675868417705,570.7202776509951,1957.1508758646787,1286.2143544324547,4491.951147367537,422.3695693624985,1307.813683426595,391.8461212239888,1781.1665993137715,510.81541431753834,3183.964922289061,868.4733783329195,2132.322569429781,761.0360290595912,2716.4271010614348,893.5314264312285,3829.32148224763,10902.13694302391,3397.8538473659687,88603.39062018279,35523.48355666807,2610.04160894171,16317.373984937078 -7133,2710.3597586419746,3070.2833300551156,537.9184592702198,1230.131733257298,1147.535570683632,2189.574035587197,1211.7482129270163,2580.271379753194,208.54540581521613,943.6690768352988,1733.7246239604651,5236.82594662626,969.8296700963378,3054.888415198279,1138.8096326981658,3452.5183459431223,1007.9779926066959,3920.099285306132,285.7998529070549,1063.750538165535,586.7228214185769,2045.3743928834222,1322.348297716671,4694.4371863256,475.66014893544747,1366.7666870912492,415.29681066012193,1861.457180753156,525.652861212749,3327.49017983189,893.9190340266524,2228.442392798241,783.5096018330802,2838.876910902891,919.9176194241087,4001.937816085488,11296.349857530411,3510.267736114348,91461.09698994496,36614.16445435779,2697.353834116632,16791.511643274876 -7134,2628.251749026985,3316.6259834767648,491.68617092953747,1328.8307400435335,1117.6510584556227,2365.2534175222895,1178.0764285418215,2787.298168458369,202.7726523036508,1019.3838950945611,1685.8947718192596,5657.000067552127,943.0740890301261,3299.9958652958867,1107.515575762423,3729.529435441265,979.7993389578631,4234.626498532831,278.3200306910982,1149.1000326519938,570.4539069875588,2209.4839883240984,1285.756357242909,5071.093015278021,440.1356560106832,1476.4285313290354,392.5432662180416,2010.8102703031304,511.0684190684741,3594.469696709101,869.3086541608312,2407.2403580105765,763.0039491303394,3066.6527855667837,895.8419588643528,4323.03130305864,10970.156968119267,3411.879396378467,88660.0463659703,35484.98784965354,2625.0457104926268,16301.40986658234 -7135,2519.59595327249,3538.470830948277,457.2345125795358,1417.7145196162264,1050.804900002422,2523.462177345021,1117.9345065704872,2973.736959000277,189.69094171231683,1087.5691730996214,1576.2130112350558,6035.389528222294,881.7191170738704,3520.7283455455145,1035.3246554626242,3978.992863897752,917.7284590632544,4517.875220078771,264.45693491876796,1225.9618563074791,539.3221112933008,2357.2735313182347,1215.8105093765616,5410.29190658891,409.3048133877729,1575.184937377548,367.11467898540207,2145.3107837562397,478.28951805984474,3834.899152903461,812.462984458295,2568.2575702951845,724.9987908411757,3271.7772472490688,851.2201512216529,4612.1933083072,10105.939931248084,3175.891221865192,83612.75921034047,33774.999758753,2420.4762815582685,15556.563398231208 -7136,2364.7623202453883,3731.529134313006,429.7222464347091,1495.0647573004808,980.0296152211301,2661.141799373369,1046.495926087015,3135.983488471802,176.50117842481083,1146.9067427395908,1466.3187075715396,6364.679246332416,820.2452504663872,3712.8186222419517,963.1493687767496,4196.08596656962,854.4109124940385,4764.369642803237,247.62168606696198,1292.8501047278191,504.1610229149793,2485.885932059976,1136.613967352986,5705.476415970343,385.21211554433035,1661.1267314531233,342.79917401838406,2262.358536836359,445.0945923663225,4044.130529790626,755.7242838572308,2708.3812205421286,678.8455861055209,3450.2847988209874,797.0317326880635,4863.833708195227,9390.916352686474,2956.3834877322633,78127.9288436813,31648.455482044592,2244.4096503104115,14589.7513373883 -7137,2274.076117474139,3837.7729323130943,400.59091079973547,1537.6321210686124,940.1864452603461,2736.9096150879495,1005.16865299344,3225.270958645112,169.212889780376,1179.5613794621304,1405.6653804041532,6545.8938829715025,786.3163349604073,3818.5296960441565,923.2974062149,4315.5565894099545,819.2579575137306,4900.020392859871,237.87248296091747,1329.6600291387092,484.02465787378395,2556.663876787363,1091.2408754355613,5867.922282534432,359.7245979720382,1708.4221984203252,325.54377950631164,2326.7722275084184,426.73711356801107,4159.274689631728,724.4312389498991,2785.4940332645424,652.1185106150695,3548.52103067509,765.6515076061728,5002.316391138194,8935.06478334133,2824.9880533324017,74847.26765987522,30379.8556888894,2142.9974516280977,14016.346846802895 -7138,2180.12316555243,3894.696216299156,380.6655857030532,1560.4388559738286,892.4467761582013,2777.504482478901,958.6747991567919,3273.109384197897,160.50584237767606,1197.0570751602197,1332.9579033118418,6642.985030106784,745.6444384276732,3875.1675571502647,875.4374490384407,4379.566539354763,777.6077733026897,4972.6993286071565,226.68760819127925,1349.3820441663045,460.9986626528666,2594.5852719511868,1039.3504536873024,5954.957501237568,340.66465489815505,1733.76215565176,309.26288527512077,2361.283783719097,404.8579078965985,4220.966607968138,686.8410761845715,2826.809522923132,621.4555949831217,3601.1540222361323,729.6502176580339,5076.5126194046925,8424.585922341003,2673.5585925059263,71245.80777708272,29021.654507011102,2019.5333766269875,13398.070437949655 -7139,2064.4926174234724,3828.870547582901,352.9711100911998,1534.0653147575872,806.6051870198717,2730.560875129905,887.5766157276399,3217.7893792397167,143.6085163061004,1176.8251807869992,1190.8753012274199,6530.70953861945,666.1647325957358,3809.6719493620553,781.8584508932681,4305.545902023952,697.9468786950376,4888.6539395828295,209.8297638758598,1326.5756504251883,423.30197698154853,2550.7332483061123,954.6428490377477,5854.31061174324,319.16185720588396,1704.4592146898694,281.300595980212,2321.3748728670316,362.6039652993885,4149.626525412867,613.0745764662078,2779.032593261412,575.2404456295151,3540.289616259644,675.3890700278907,4990.712644423242,7282.103732237706,2367.1575754943156,65165.262898120476,27094.846346627466,1743.6819771751652,12561.89532430288 -7140,2031.6397373160692,3688.1218816306855,348.8178682785087,1477.6733203424194,791.7256155890133,2630.185896216485,871.3890955470246,3099.5039588226946,140.8781093818416,1133.5652762808759,1168.135617116633,6290.641705596899,653.4443616472741,3669.6290207948355,766.8648636997324,4147.274726653854,684.6614990566447,4708.947806469321,206.24811653808,1277.810942723094,415.3748849483548,2456.968704052799,936.8238510505475,5639.107094561671,314.2662802977279,1641.8035678989368,276.7437367612746,2236.041505632329,355.73031136714394,3997.0869212675943,601.3370103984215,2676.8758017798637,565.421493481758,3410.1491389620796,663.8606508944541,4807.254849722697,7160.526184499642,2324.9230124898613,64037.025929554795,26634.49714624776,1709.9396608078393,12351.107279193804 -7141,2042.5837239620953,3588.3761763308366,335.7981636512226,1437.7094654941204,801.701070654325,2559.052198440794,879.742115581858,3015.677496906596,142.75913947389455,1102.9078653777249,1183.9938839319766,6120.510534813579,662.3153308088536,3570.383457167709,777.3657513346445,4035.1111767606967,693.6149507128378,4581.593739751552,208.20096988777067,1243.2523902097953,419.8054256243571,2390.5196863275373,946.774864911971,5486.5967566550125,302.6610927967508,1597.4007905234012,274.9711328874907,2175.5674908851756,360.42538220794506,3888.985218855754,609.5832579942838,2604.479369823939,570.7751678622419,3317.921240329551,670.1463931237059,4677.24205705173,7249.839554233842,2353.5834797860307,64551.820786666794,26799.85121102542,1738.0175827596058,12433.627448489806 -7142,2096.1025230664336,3546.5934468235755,331.80003496384563,1420.9689057660169,822.7256133372858,2529.2548247686323,902.7971469608856,2980.5632193217907,146.51086544033367,1090.065705373857,1215.1111269248574,6049.243860542002,679.7220314399805,3528.810233264362,797.795116826449,3988.1267050817232,712.0145894820872,4528.246074252351,213.65068982423853,1228.7760711794679,430.81433865011167,2362.6846900708915,971.6012456560592,5422.711317410697,299.2920204070169,1578.800799367131,278.4601700058835,2150.2353786623726,369.89703385652587,3843.702224690037,625.6046307213168,2574.1530462532965,585.7153711341881,3279.2876637760364,687.6876666390355,4622.7806711471985,7387.391263468075,2407.3693131927707,66096.08376205462,27468.086252357552,1778.7488733491198,12751.53384860848 -7143,2196.997023084978,3526.5793228195953,338.4807737050146,1412.9500988990296,854.2271292681326,2514.9817425956753,941.6860561697738,2963.743315160902,152.0581214457888,1083.914250315094,1260.7605296098814,6015.106788286473,705.2578890578864,3508.896463430292,827.659873693164,3965.620922105505,739.2798984956728,4502.692291500118,222.63590081238263,1221.8418462590066,448.8163543902491,2349.351595912119,1012.2102662169365,5392.109891458804,304.81641824889607,1569.8913160982165,287.529582883613,2138.1011777308177,383.9771614689294,3822.0114574473973,648.9941875757117,2559.626594590482,610.347990822752,3260.7819988523283,716.6087938480299,4596.693411081232,7598.983531251974,2489.4176596364255,68759.61063643977,28678.31081915433,1831.7130808132786,13323.93656640308 -7144,2300.401662685926,3643.6749371418387,359.27407911018264,1459.8653231693784,890.3548290101669,2598.488536347024,983.8217021260999,3062.150670395078,158.31475683037647,1119.9042546209669,1312.437007257368,6214.830815484918,734.1652371891693,3625.4049407300477,861.5536075556422,4097.294358468711,770.121602977518,4652.198504664121,232.61685070782167,1262.411562262993,468.50764032786134,2427.35884974083,1056.6555749877475,5571.148093193791,323.06646759779517,1622.0175753569195,301.6068249846383,2209.0941281146274,399.81815251788333,3948.916522834849,675.5323033591048,2644.6157642909066,637.7103914641357,3369.0521485851996,748.7349533754441,4749.320812750228,7911.0928104687655,2593.299093480482,71821.08310008928,30001.49048252659,1902.5745995676405,13941.19500318353 -7145,2352.107064189052,3877.801180321054,382.1833399858637,1553.6697348025868,883.9783589788295,2765.4557794338634,991.7874391609622,3258.9107669668892,156.04756334380622,1191.8642895796563,1292.3453673772499,6614.16802748256,722.9261579217148,3858.3572357122966,848.1647558635524,4360.568155362391,760.5523432868168,4951.127958364336,234.62435752369694,1343.528478979632,469.76531379444486,2583.3300651049076,1059.7243617157594,5929.125134438219,343.6814493767473,1726.241164958154,306.513384295799,2351.040629371528,394.36406742427505,4202.656224117006,664.7802282795071,2814.546936590171,643.2138962769782,3585.5323605225058,755.1966113233169,5054.490911270129,7672.230962908627,2547.664009079917,72045.31339951053,30459.1510859083,1834.5474900068734,14180.63116522933 -7146,2411.985081708239,3846.4153940916563,395.20749487586056,1541.0947873258929,903.1451665524155,2743.07299086785,1015.2466569713654,3232.534098355881,159.28346268032172,1182.2176893369633,1318.9741856101807,6560.634889979441,737.8220748654933,3827.12882307184,865.6150070056711,4325.274994728614,776.5373904091433,4911.054979769093,240.1899508548621,1332.6543532383862,480.551687268408,2562.421348692416,1084.0868508865408,5881.1365333358235,359.48864410725844,1712.2694749038235,314.6764965816317,2332.0119955713876,402.5774751981771,4168.641156373161,678.424136444571,2791.766818586,658.4717621243905,3556.512112461044,773.1108520614084,5013.581343228164,7769.78762977666,2593.1587094384936,73675.03102706032,31221.262276825404,1862.9870631760512,14535.333012562998 -7147,2375.6193984322263,3586.8166323178975,408.8680729520496,1437.0846226462477,879.7706032048079,2557.940008876835,994.3268912068911,3014.3668534416556,154.59685982863988,1102.4285306386253,1279.6494181986568,6117.850499997926,715.8241602726833,3568.831732969658,839.7273644490754,4033.3574772687734,754.1659443317704,4579.602533496845,235.52778385878472,1242.712060342901,469.5866053542981,2389.4807426712905,1059.4879335848714,5484.21222707874,371.26722402789113,1596.7065442357468,313.07233961191133,2174.6219675931825,390.8406455811743,3887.29502716,658.0333817771137,2603.3474371590128,645.6906057675193,3316.47923872451,758.1045127621929,4675.209281086028,7536.946790093763,2521.0489245865965,72171.01438032305,30705.697755821733,1796.2257328762212,14299.498087923937 -7148,2171.2452141964577,3378.0329494089833,381.4344759355578,1353.433895295305,806.9262920184386,2409.0458248526447,910.4899344534532,2838.9046880135334,141.64292826491103,1038.2576759880897,1172.534854629127,5761.73880268758,655.9052548055377,3361.094926415905,769.5038282333317,3798.5812634515105,690.9587337654078,4313.030143208643,215.921036073203,1170.3754935901013,430.0556737778792,2250.39234177569,970.3347265596144,5164.983745670796,348.59238702811416,1503.7644434808294,289.01891135115847,2048.040201679119,358.0685244525448,3661.0209084857224,602.9866266521672,2451.8101489340797,591.9394404171344,3123.431525185725,694.9953384078345,4403.071752983765,6896.838450173053,2309.669984314591,66115.8634631342,28125.073646602035,1647.3328955366028,13093.804029163897 -7149,1837.8310461607566,3237.6091918736697,317.46481170297466,1297.1720778413708,680.5139457703186,2308.902554533226,768.6674390850936,2720.892321187678,120.08905989075357,995.0976339353211,994.0814297063496,5522.225149408393,556.0800439107044,3221.3752771203654,652.2428993691443,3640.675445981487,585.7778349648498,4133.738849090746,181.64007875241035,1121.723355793185,363.39527444588225,2156.844246391918,819.7924299739634,4950.277010704576,290.1680893824547,1441.253432853025,243.09456643473172,1962.903820533553,303.58699746646005,3508.8334313106234,511.20637841009864,2349.889179235789,497.95947874932324,2993.591468046089,584.6535858514441,4220.037457726296,5845.013260087488,1953.9265200536759,55904.2735392397,23751.351220865923,1395.825304771056,11045.732840398132 -7150,1459.4249979488316,3012.7752147005203,268.3543530533412,1207.0906813371032,599.7426057766787,2148.5620954241003,642.2169409782506,2531.9414609146147,108.94944259357332,925.9936298835564,905.0097524240757,5138.737282403497,506.25416372203784,2997.6686551660723,594.2260109913135,3387.850756030895,527.6907862185528,3846.673644195413,150.9473352317253,1043.8258986189178,309.8073415836691,2007.0633922738587,698.2458871519063,4606.507765417313,232.44285448724787,1341.1663864497284,213.6422166381694,1826.5910518749233,274.7678826258239,3265.1644370478784,466.3973298412528,2186.7024266747203,413.8164709400174,2785.7031665544273,485.8613882140101,3926.979293750929,5794.290724560383,1819.1870914929882,48117.33363303215,19456.750633349537,1382.7514843702068,8946.182726010746 -7151,1052.9216929904928,2797.0385723502254,280.1686726640098,1120.654199340924,541.3926388064971,1994.7094050254955,596.8136550724839,2350.6360164393896,120.91982936918487,859.685743528783,971.3006781340987,4770.766276197443,543.3367002005638,2783.013752474124,629.4239179535414,3145.2559738766395,512.0209665010763,3571.223802412715,147.91969063952124,969.0803638483426,280.1803924953535,1863.343039318022,633.3882628367602,4276.648267960421,219.6770464730865,1245.1291077194917,236.81693149245402,1695.793832568351,311.90080509957875,3031.3548886510453,455.8926496556658,2030.1186108466484,405.51629658792865,2586.2265362354356,476.1161641441139,3645.7789827289957,6654.103156227395,1932.131643308485,46606.48141002479,17530.50201719121,1590.3745875654636,7854.241005321983 -7152,1060.2298516013407,2656.4848501875213,280.0647820558927,1064.3403105974157,547.6208181353633,1894.4734503694576,598.9225024457395,2232.5144271176323,114.32046037341541,816.4857561072107,917.0158047345838,4531.03094887072,512.9702393839619,2643.1647902156037,594.102275096635,2987.204011829014,486.4527145286899,3391.7665710870183,145.93045670164412,920.383197652589,273.86561838595367,1769.7083635466217,619.3386208575025,4061.7428181805703,222.12356302886016,1182.5602420652544,229.4743993528542,1610.5786562228336,295.1454614766856,2879.0265593216404,430.3685974596934,1928.1033115200769,400.06288618632914,2456.266309867012,469.71332198028443,3462.575286051139,6144.347601840453,1836.6844176348984,45645.53422245863,17551.316010583807,1469.823790885086,7920.786442921607 -7153,1143.3530805810656,2564.017006442806,292.4147260591787,1027.2923848301837,629.4553167084466,1828.529963067089,647.1514776709505,2154.8042925426266,127.30043685121386,788.0652374243438,1022.6621644123243,4373.313255975512,572.0678450458622,2551.160595726809,662.8136574271281,2883.224381085065,538.7620160631045,3273.704786811574,156.047273484218,888.3461808784134,295.11524673984025,1708.1077425520793,667.1914367247873,3920.360268900747,243.0666994596805,1141.3972760222582,248.24534370492793,1554.5170771358405,328.3361983352671,2778.8124067713456,480.0036454233872,1860.9892243756606,427.7977608145205,2370.767742344536,502.2768027382744,3342.0487675271243,7134.004125481458,2099.8240428256563,49832.43187841527,18551.879407400542,1712.8670851560357,8342.30183330877 -7154,1143.3530805810656,2546.569631828806,292.4147260591787,1020.3019650977078,629.4553167084466,1816.0873594578345,647.1514776709505,2140.1414889740945,127.30043685121386,782.7026874166552,1022.6621644123243,4343.5541574634335,572.0678450458622,2533.800705171374,662.8136574271281,2863.60489504164,538.7620160631045,3251.4281975192166,156.047273484218,882.3012488183858,295.11524673984025,1696.4845764067322,667.1914367247873,3893.683381009021,243.0666994596805,1133.6304063766515,248.24534370492793,1543.9390498760768,328.3361983352671,2759.9034132189845,480.0036454233872,1848.3257451285608,427.7977608145205,2354.635371607706,502.2768027382744,3319.307117733545,7134.004125481458,2099.8240428256563,49832.43187841527,18551.879407400542,1712.8670851560357,8342.30183330877 -7155,1384.0054867631056,2529.122257214806,336.7589620436626,1013.3115453652317,783.8766893456883,1803.64475584858,767.146398872186,2125.4786854055624,151.49529606530987,777.3401374089666,1217.871938403905,4313.795058951354,681.2664040865468,2516.4408146159385,789.4706802045914,2843.9854089982146,639.382033454918,3229.1516082268586,182.33534036225223,876.2563167583583,345.6849199490797,1684.8614102613851,781.442648726216,3867.006493117295,297.64961594606007,1125.8635367310449,291.07802904720234,1533.361022616313,390.56383102801084,2740.9944196666233,571.6581572174991,1835.6622658814608,499.86551243533154,2338.5030008708763,586.8914575595543,3296.5654679399663,8690.96202785165,2554.6413687908794,59131.89369797638,21621.19175606738,2092.6709981859817,9725.424745965707 -7156,1837.783082737992,2540.233990185443,431.0585139931116,1017.7635433957904,964.5041781848324,1811.5690935683983,968.9143360825756,2134.817004863878,188.3602941717853,780.7553918552894,1513.2474919702383,4332.747776103869,846.496782493108,2527.4968314963635,980.7815762163282,2856.4804975005704,796.8314878825488,3243.3389296542678,230.97496403953303,880.1061607814684,436.21616782627535,1692.2638717398481,986.2433845431922,3883.9962386405346,389.80969549184994,1130.8100334635951,366.681546018312,1540.0978650849959,485.80981394168305,2753.0370158592186,710.2703386326722,1843.7272729662557,633.2092206040365,2348.777245551055,743.4501344369704,3311.0489730751874,10608.2618574962,3144.9661509726907,74348.81943949441,27640.874054717468,2549.78657677197,12477.663394581748 -7157,2178.9214395574318,2570.1252115640227,494.9646809185398,1029.7396824066973,912.917670801805,1832.8860324912152,1050.9639653081006,2159.937638609309,180.86647341799096,789.9426290746303,1446.295018778165,4383.731710439625,809.0441824142831,2557.2381732844883,936.5628949405409,2890.0930273872964,777.7089824797325,3281.503666574816,254.384959463523,890.4624697633234,465.7618896955158,1712.1769325903786,1054.3476352596147,3929.6996627547437,447.18911646149235,1144.116403340534,380.95068210183075,1558.220371282377,467.89602948802604,2785.4323145688722,678.6081632264589,1865.4226208321963,697.3868470338499,2376.4155737078295,818.8010033829023,3350.01046175375,8989.922500397906,2859.3974475464197,77319.86304335692,31534.218633081317,2140.327672292634,14487.337885026762 -7158,2488.838426893134,2651.871203613974,498.2355907146124,1062.4918189612863,981.9697138927219,1891.1832260934348,1084.820087035507,2228.637110619351,180.59357203475108,815.0677255429677,1443.6755602407802,4523.161686823011,807.5788813081941,2638.574277238713,934.8635414558864,2982.0159891859753,777.1588349026446,3385.875924950691,257.01023815115536,918.7847233432398,468.589444437743,1766.6348248712256,1060.9299232913402,4054.6885916773,511.3562117775643,1180.5064321184623,381.6465698129883,1607.7814858575719,467.28164167341566,2874.0264137271233,677.3636882898911,1924.7546806268826,704.5839503154832,2452.000392580325,827.2511131225914,3456.5616629721244,8992.038124463288,2923.2269857272986,78998.16020132306,32296.30497847684,2145.361653290452,14951.257714120888 -7159,2234.829389495916,2817.312619305837,474.1616307264171,1128.777146261656,896.4742193651124,2009.167851376597,1022.3359866003599,2367.6743602949055,170.4643423877756,865.9170873878443,1362.276916521175,4805.346685797088,762.045225793433,2803.186141962612,882.193963406161,3168.0540389202015,734.286437350805,3597.1094515327686,245.78477817469766,976.104643382648,446.16426041961194,1876.8492900529923,1010.3376358096824,4307.647113902118,460.0062575359751,1254.1542982353637,361.2817761724792,1708.085620078324,441.161536938418,3053.327353371113,639.1569586339428,2044.8337171911355,673.8097718577783,2604.9725337886366,791.119189633317,3672.205037419948,8366.51644637428,2716.118400216563,74402.81504660989,30657.441590644896,1991.7072309593577,14188.345661734455 -7160,2076.678163771844,3077.1063248691066,460.77447213367594,1232.8654166129609,834.7959455308046,2194.4398576249937,980.6071936365767,2586.005436304395,165.28362017770468,945.7661631707334,1320.7854072246796,5248.46358147443,738.8352556420621,3061.6771983734934,855.3161435574333,3460.190769702514,712.1302765344373,3928.8107995928262,239.05181932278333,1066.1144777844736,433.2508558526419,2049.9197645560303,981.1592269995863,4704.869487560916,425.8370506850997,1369.8040100401356,350.6594962837457,1865.5938389457137,427.77256981598293,3334.8847574001406,619.6866996291255,2233.3945907730995,655.351617119198,2845.18565845431,769.4474938093593,4010.83119758477,8042.755520082332,2593.99963142234,71634.41273103842,29638.426488989142,1910.7474040990037,13686.584921823018 -7161,1956.3757329243078,3275.9479312413,432.8401605491461,1312.5327774378984,792.1815208485516,2336.2438449785614,924.8011710403721,2753.1122635486126,154.7325227984171,1006.8812639449435,1236.3400784714997,5587.61758505626,691.597312433533,3259.5217796274737,800.6643158707803,3683.7871678643983,667.0256300992788,4182.689271132705,224.77430190146526,1135.0064473683763,406.9873922535252,2182.384910665588,921.7177028082966,5008.8966182184595,401.99103135659277,1458.3202980767667,328.60123143942565,1986.1479039047179,400.4926441068256,3550.3839219458423,580.0619714370947,2377.71582026821,616.2103373873999,3029.0406270596764,723.4917674368322,4270.009800472139,7525.874249940757,2436.9956736645886,67346.10619709159,27886.55157645723,1788.853487817384,12888.90748070594 -7162,1857.9934341097146,3390.3793242788074,419.0820781579522,1358.380561737906,759.378336199461,2417.850648037516,892.5401904188653,2849.2806026427993,150.48848732859605,1042.0524046574665,1202.5861132730495,5782.7973856633425,672.7156535585059,3373.3793944942445,778.8245636379175,3812.4647006335745,648.4381069095099,4328.793839942927,217.85086351438719,1174.6530997587583,394.7396686657404,2258.617302239917,893.9531506193669,5183.861248192421,381.3773392865788,1509.260553143814,318.9112103907018,2055.525585172144,389.4750349240058,3674.4015762350814,564.230923007232,2460.771271475432,597.2299901310997,3134.847357141099,701.2069660470231,4419.164542857405,7330.143745657397,2361.4332191251165,65157.63759426334,26946.805301439974,1741.7418249000389,12438.036631342291 -7163,1763.423743973299,3503.446117092886,402.38623136618685,1403.6816088617002,722.4749061879669,2498.4842857898925,852.9950823412873,2944.30212936731,143.27572243742165,1076.8041277154405,1144.7052636305734,5975.649657150599,640.3376365782623,3485.8792514716633,741.2724081877424,3939.6077472333,617.8369202133001,4473.156104286254,208.1381771417441,1213.8269637885867,377.1390823273924,2333.940618639912,854.0938533108157,5356.739415991826,361.9026207782606,1559.5933430599018,304.98014469658176,2124.075934036761,370.85859912181826,3796.9403136444334,537.0657705043723,2542.8362821727037,570.6030238987763,3239.392336546621,669.944279116808,4566.540607299653,6941.342324745239,2242.2338627415306,62191.77263760639,25786.057391222734,1648.9221754654047,11898.5878947219 -7164,1699.3938200888217,3424.364346327671,390.3398067713513,1371.9969122774523,688.1102438504861,2442.0870828800666,823.4937044035521,2877.8416734972566,137.516338498382,1052.497894840453,1098.3397981998114,5840.763907358576,614.4012200210243,3407.1940099504236,711.2111146704045,3850.6806890286507,593.6502671470871,4372.18549026416,201.28706867879765,1186.4277738222747,364.4791110143919,2281.2575886134473,825.446054320983,5235.824058830297,348.2669860263358,1524.3893184736291,294.1754939783871,2076.13008857795,356.02433796554925,3711.2336255843943,515.2999322037479,2485.4379408712202,551.8209664228261,3166.2709373255743,647.8922895039943,4463.462065365011,6593.682585607498,2138.8271155164193,59914.9828671282,24980.438521929995,1564.6705414144435,11531.597882011027 -7165,1669.0009261433054,3283.8106178618177,391.9273925732795,1315.6830210085407,691.7725708348347,2341.851123728935,825.46143690232,2759.7200788783225,140.36896053315212,1009.297905481572,1121.6744952071447,5601.028569280892,627.4544357322503,3267.3450414203594,726.3355856929594,3692.628719893166,604.8202735805774,4192.728250890681,202.68555456151404,1137.7306054426906,367.69450674187397,2187.622908642988,832.6646955223582,5020.918599412984,342.16318887228425,1461.8204500134834,297.9766555553045,1990.9149084109476,363.2942498299809,3558.905289423807,526.2671420999018,2383.4226369697603,555.6548631375758,3036.310705129068,652.3936627235427,4280.258360471362,6810.528718842017,2183.2951247085925,60452.68579567253,25020.010495010898,1616.919442220683,11520.587936701346 -7166,1613.6934443522723,3183.3501228691944,386.0801975743501,1275.4327803810922,675.4040756058323,2270.207673339574,811.6789731679074,2675.292906477705,136.42098255752836,978.4207998932729,1089.688001951876,5429.678218113515,609.5614844684957,3167.3882721756977,705.6197480557141,3579.661392542848,588.7419367237297,4064.4615496494594,199.46952781872102,1102.9244021953634,360.89426468737594,2120.697709283417,817.3545967369107,4867.315354125005,330.9740706761332,1417.0994770073373,291.4236374182972,1930.0075296177733,353.1682272254121,3450.0289172412417,511.2442492806602,2310.5074034955132,546.8382461690926,2943.421890308413,642.0420840395725,4149.313880527737,6554.01203192265,2115.3234652244,59152.50267005548,24625.703291956517,1555.400687830743,11346.045112209742 -7167,1624.4254305315562,3135.3292236133266,403.5651149667106,1256.1928517869014,694.9498892805917,2235.961545906667,843.0578547713377,2634.9360603303157,144.57043418895256,963.661302870315,1155.3063956923975,5347.771415330288,646.2678127250832,3119.6081577516907,748.1650697508612,3525.662129984042,623.0993404192675,4003.1490671792158,208.7212014170371,1086.2867658812888,378.72387753973254,2088.7069426008443,857.6339118176493,4793.891806213062,333.2520177995249,1395.7225035063586,306.8499563444968,1900.893328048482,374.15602096721506,3397.9851631236934,542.0486123584745,2275.653353840054,572.2013631321503,2899.0203131628177,671.8208871623987,4086.7213989761926,7003.218824330899,2230.466751595607,61859.85653323786,25610.72475508124,1661.4838362397124,11764.584701931262 -7168,1660.105693838675,3201.154892329582,425.67112075378714,1282.566393003143,716.5026256584883,2282.9051532556637,882.3580457690725,2690.2560652884968,152.37343886457444,983.8931972435356,1217.6352081720388,5460.046906817623,681.1339793637854,3185.1037655399005,788.47827531245,3599.6827673148537,656.6507280509646,4087.1944562035433,219.55411665336564,1109.0931596224052,398.8985853663383,2132.5589662459192,903.2722841713073,4894.5386957073915,339.58848036280915,1425.0254444682494,323.72432976761974,1940.8022389005475,394.3563501850569,3469.325245678965,571.291184494168,2323.4302835017743,601.8993948742013,2959.884719139306,706.689308171934,4172.521373957645,7355.406028358435,2332.7568839364153,64901.449128265995,26894.971518206705,1743.5693988917783,12332.362475251817 -7169,1750.007459363142,3557.510242307851,440.76049254214837,1425.3428006503193,748.2369578673572,2537.040142726163,915.2432941062885,2989.737712982019,155.34404348987488,1093.4210446729376,1240.849073665263,6067.86408274965,694.1196030330884,3539.672290107632,803.4529507551205,4000.402587349466,670.5809997330972,4542.184501939731,226.4736931505098,1232.5583758800678,410.38901736933417,2369.9572872665,929.391365224712,5439.403005169681,358.75041349083114,1583.6605177688944,332.42206129158563,2156.854034063356,402.15445654527247,3855.5335528979476,582.1641801555733,2582.076565758003,620.8691549037635,3289.3816633551573,728.9616791123977,4637.010086475526,7439.588622720144,2385.9280040699505,66915.42268795882,27870.09564236941,1763.9545367574674,12806.47186079609 -7170,1882.3015161885826,3728.0201650112554,452.7502495325565,1493.6588627868198,782.7266366964924,2658.6393762257803,946.7152547915648,3133.0345446485694,157.59859809261314,1145.828241029598,1258.3357632309294,6358.694176060419,703.901496961437,3709.3272474999953,814.718438303282,4192.140148028689,681.1237062564918,4759.889434765985,232.38732850506682,1291.6343641651797,420.0412209060204,2483.5483119827154,951.348910228902,5700.111231651827,384.8263079600916,1659.5646794103327,339.2446871997411,2260.231112295488,408.1004350939251,4040.3276035985677,590.3499132586836,2705.8343754772113,637.0811649342298,3447.040299580708,747.9961793130522,4859.259968434243,7493.136893075067,2435.033802831619,68776.34033684008,28784.985232782044,1777.3570060359757,13266.36915602294 -7171,1987.9306263994458,3622.426177541821,468.27665732453596,1451.351850415752,807.2512667999414,2583.3349732041074,979.2753994676544,3044.293176360416,163.92694090908995,1113.373327276459,1309.0881591422574,6178.587888157102,732.2919222360362,3604.262725969607,847.6029999008916,4073.400233900644,708.0584188274822,4625.068354652794,240.5911031638291,1255.049577380815,435.32111901008034,2413.2032607953524,985.9143084515501,5538.658919880973,406.17773875018696,1612.558481963479,351.9274587264248,2196.2113899802152,424.44067064305557,3925.8876908666284,614.1683821064968,2629.1932017464237,659.5715061679097,3349.4049022143786,774.402060133553,4721.624276161634,7810.4018899245975,2530.9260052921204,71325.76404625944,29821.05265345707,1851.6975051020192,13751.06473710991 -7172,2030.1077968156137,3448.7971668125388,457.97022432827225,1381.7861025835064,803.0015653880913,2459.5113605765714,964.0881545412252,2898.3750577639853,158.5468628883417,1060.0074614415994,1265.6473140318733,5882.437725215029,707.9915114903727,3431.504320181142,819.4238851037354,3878.155274237576,685.5481682285047,4403.381009317128,235.3631941358617,1194.8929293619146,424.40776555778615,2297.534348766644,961.3327325797525,5273.1816342462835,414.5274350392047,1535.2658277467324,341.9995589525095,2090.9432651640973,410.6103924153607,3737.7132567745016,593.7709641706649,2503.171526697364,645.239389201235,3188.862262778747,757.5747399699644,4495.308842271515,7502.750038680319,2461.7824210609447,69832.21879906375,29332.720115202,1779.2629935330747,13567.26620535599 -7173,1915.2309662448008,3323.838865869778,422.1250253514778,1331.7206347425154,740.3118417927138,2370.3972880748493,890.2892579740852,2793.3598872001,147.69970801485684,1021.6008155990979,1179.4345133355116,5669.302713791951,659.7648606705709,3307.1725810885,763.6930441923574,3737.6402858456026,638.0580304929268,4243.835816395147,217.91933154858492,1151.5990552836136,393.1334748905593,2214.2890969605332,890.4760276950192,5082.1214513167715,390.03149146563777,1479.6394165513125,316.8042911964732,2015.1833102740577,382.43888012795253,3602.286823909086,553.3380803680129,2412.475540295389,597.4176926847118,3073.3220349764842,701.4273473746731,4332.432880603296,7029.583795446191,2293.9477786963985,64717.996295639015,27118.554395035808,1666.4394037321713,12546.790922774479 -7174,1587.4924287896235,3244.9520325909243,360.0760617879874,1300.1140413045234,622.6015282762984,2314.139104927311,752.0906809749055,2727.063257128134,125.79633960567826,997.3544978713527,1004.5725504752003,5534.749458944795,561.94868074817,3228.6812996044155,650.3453549783718,3648.9324338755664,543.2896689394299,4143.114096113082,183.87744010861977,1124.2674046398117,333.2750323899277,2161.7359312169224,754.7475979499153,4961.504151919497,324.08382783306496,1444.5221702958268,270.68053375181256,1967.3556518829466,325.7152248069039,3516.7914038337312,471.3022050830761,2355.218686573993,504.09312118310885,3000.380880856495,591.8550875725282,4229.608428475548,5989.5030786278285,1945.8623644396648,54847.66907030824,22929.853302577052,1419.7231047711941,10587.346562203407 -7175,1112.2502905236743,3027.0710211623054,312.20245471344424,1212.818401970896,497.90632372186553,2158.7571566876945,604.9065879375248,2543.9556811993507,110.84257688129853,930.3875274611348,872.4037586807759,5163.120911586567,488.0146695612,3011.8927800598617,560.9488584805971,3403.926319349828,446.3165519265297,3864.926350760026,149.45356210487512,1048.7789176671504,261.2268926539474,2016.5870333581581,592.4792318461374,4628.365932318644,269.71517992072216,1347.5303046737579,238.31870485206403,1835.2583404383113,289.6683153986443,3280.657846124725,388.8665259088997,2197.0784661909524,409.7213478112174,2798.921501973123,481.0533093964939,3945.6130556356443,5518.784034866519,1700.4382814909588,44988.20807770269,17991.405119893723,1312.318998864695,8174.715280065201 -7176,1121.5239763025568,2853.766912546776,290.85936269599057,1143.3828285744808,597.6618965543003,2035.1652481590654,638.3048700529582,2398.31061089691,121.7616355186698,877.121522142321,984.5999335742907,4867.524917636899,550.776181844785,2839.457647271533,637.5491569105304,3209.046710498975,517.8067252776061,3643.6538363721897,153.5949046795991,988.7348373695974,294.31648884110615,1901.1345659999329,665.0446947066522,4363.385419261841,233.76149076517368,1270.382283814231,237.03134583291228,1730.1871978898444,312.70251526332794,3092.8355321715885,463.2558972776307,2071.292608350261,421.0746835067105,2638.679276867337,494.3832462869748,3719.721112972807,6613.042174819809,1986.7727861861872,48238.00492956035,18315.348462753314,1608.973567908571,8282.553092751896 -7177,1141.1192865648366,2756.1655763252497,309.897966611648,1104.2781310636294,628.1076344133543,1965.5608082243857,677.4708267959282,2316.2862804343686,127.51906609367225,847.1231952946142,1030.6842634772352,4701.051288005751,576.5553337635516,2742.345700497012,667.3443724583351,3099.2944929773,543.0945811012839,3519.037673224778,162.8995581684281,954.9192370583844,311.5129162954951,1836.1140931775985,703.9576409863262,4214.153803499144,250.47235116843476,1226.9340933305275,250.24967996730683,1671.0132752807535,327.5873514024164,2987.0578390719197,484.9105141089281,2000.4525809493052,446.5830428570496,2548.434126799188,524.332578310576,3592.5033821198085,6865.780464027727,2072.336952900503,50922.68273561131,19484.434868513283,1666.9417915716638,8812.596588016324 -7178,1161.8614038318626,2724.974740188512,315.26344963506,1091.7812917839983,666.1517782595489,1943.3170484108475,702.1723412239843,2290.073448215802,136.0972646267545,837.5365140737811,1101.2564751374005,4647.850666949418,616.0327823770447,2711.3112604367984,713.2721245106908,3064.2205527538545,577.4095492562482,3479.213604465126,169.1474731294226,944.1126550073095,325.0047232587308,1815.3352494460783,734.3108693445741,4166.463279435926,253.90337284206305,1213.0491872188006,261.3363085969083,1652.1028361912824,349.36472300053185,2953.2540529751236,518.1867835715102,1977.813959675,463.71146791949263,2519.5941354949487,544.4430402258644,3551.847920316322,7523.30925046385,2234.642653083771,53296.87792688708,19969.483752427062,1828.6152783919306,9001.044884548326 -7179,1313.49964501387,2773.9053666235163,352.58547064515824,1111.3857093035947,757.9909458391922,1978.2119482197124,794.3040550627494,2331.1948306457975,154.95317468456486,852.5756209291293,1254.2730265624523,4731.309145061569,701.6288392922642,2759.996540515496,812.474015393624,3119.2427990044343,656.426014571358,3541.6876151988517,191.37444754241855,961.0654813779228,367.4936513821838,1847.9320620458152,830.3288330067761,4241.277792493444,284.4519356433001,1234.831134681177,294.96505860525286,1681.7685888742944,397.6759916773587,3006.283744848081,590.2136498892693,2013.32829842887,524.6458865174759,2564.8368739297284,615.9860630127005,3615.6261789474174,8644.630042382605,2555.5249103015635,60374.004808251004,22473.5804639814,2100.07603457205,10128.472235093295 -7180,1754.7322885197796,2926.4805615422915,438.5716539001777,1172.5160900538735,907.5236737249296,2087.0210219617143,984.0331844136873,2459.419286302831,183.835412787741,899.4704765040321,1486.3468903117375,4991.548886371652,831.4488323911709,2911.8066978522193,962.5652513702566,3290.8128474219084,781.7777579341644,3736.4937123110026,234.63068456599382,1013.9276860209859,447.17307003337623,1949.575253610959,1010.6555111674238,4474.563972217034,357.10787407154055,1302.7514766411787,357.36553419748907,1774.2721664451853,472.15929943629783,3171.6406217878543,699.3167683700802,2124.0689030884246,643.2312416266709,2705.91251792368,755.2169764761625,3814.499174271631,10030.751038632354,3016.151598587014,73436.51610640484,27967.336472003983,2425.3038175949755,12689.142692766847 -7181,2440.7324965978282,3215.7106217429987,579.4932675008016,1288.3982536906808,1124.4448281028085,2293.2855786974023,1281.9956397659862,2702.48872526786,223.96754495753646,988.3669836214127,1806.9663558213224,5484.873873344808,1010.8004238517045,3199.5865100881083,1169.6959325268167,3616.050612701131,959.1674792014306,4105.779029135978,303.0175718136932,1114.136233284482,570.2706652252297,2142.2557639064166,1289.5061112188425,4916.794282598525,479.64683027271906,1431.5050699392366,451.12970858130376,1949.6271140423537,576.0419747534579,3485.1003522332408,849.936199489316,2333.99497769968,830.7113339116521,2973.3433871874954,975.3371125673021,4191.493930467344,11667.157639717516,3624.7465726053824,93250.98757798033,36901.74625648957,2803.358222769513,16892.436964577297 -7182,2681.581718121018,3825.42655744327,600.3863225198668,1532.6854546260115,1179.9550313056877,2728.104791903078,1339.8162231771128,3214.895044015846,235.3123506424623,1175.7666507927538,1899.1232493175714,6524.83529999574,1062.352145723429,3806.245227965817,1229.4709941564306,4301.673152227891,1006.4681093641028,4884.256696125586,316.2900781719994,1325.382422970052,595.3858919499473,2548.4389163231363,1346.2849038498487,5849.044780012807,497.15767377119533,1702.9260887573407,470.8781026741897,2319.2868440153934,605.0892821461746,4145.894021882369,893.3211813535314,2776.53291072319,867.0974134227057,3537.105198719716,1018.0579618915148,4986.223601264554,12332.983493162199,3825.2702773528385,97582.71401109741,38456.2073284747,2969.165734646409,17644.79622420164 -7183,2475.2662178642217,4244.033627673922,581.1723865623038,1700.4034745936824,1150.0184094738245,3026.634625654222,1289.868583416245,3566.693144244953,229.0043500798673,1304.427919169636,1848.3773736681203,7238.832065494814,1033.9653678235848,4222.753332234081,1196.7311123201628,4772.39472230751,979.1354197849711,5418.728958268837,308.17632610762155,1470.4157792986878,579.2481629779676,2827.3083528172456,1309.8714322651301,6489.091442062823,483.066821812243,1889.273124866823,456.8268411518627,2573.0807298001623,588.8343856386374,4599.569062803002,869.4608103280232,3080.362115049525,844.8538657627967,3924.161967971422,991.9418410897053,5531.853852400604,11955.802438624456,3710.450519469203,94562.75364780915,37254.992681612304,2892.346946502371,17082.185940590236 -7184,2343.0135567462066,4430.918740452165,555.864710086909,1775.280377793935,1090.0109063898813,3159.9118338425883,1228.666583954476,3723.7517137532573,216.17771628738544,1361.868123506263,1744.206686743378,7557.592486741575,975.69323997946,4408.701371755577,1129.2205704051066,4982.546102844417,925.3911294341499,5657.341528602272,294.3433424224408,1535.1652235427844,551.2330592977722,2951.808271227345,1246.7000357892127,6774.837195364715,463.6661860359163,1972.466862707952,433.7379590169346,2686.3857892230267,555.9880747970338,4802.110102399897,820.421452581022,3216.005201738349,806.9312586337294,4096.9616006516135,947.4169566582833,5775.447853243917,11184.264668736902,3490.92802710862,89842.41783949482,35629.23711939243,2704.6295933064102,16347.839366382248 -7185,2183.0467642244557,4474.910824503019,523.0562456765462,1792.9061317669752,1025.326609181571,3191.284809771618,1153.5942768239274,3760.7227366881593,203.099525405684,1375.3893412186312,1638.608049879371,7632.627544564574,916.6223300223209,4452.472872128793,1060.8975059512318,5032.014982727604,869.6638609773033,5713.510070299622,277.26240470870005,1550.4070100665315,518.9320410196833,2981.1151046802615,1173.674248830646,6842.100718978538,437.1834477536696,1992.050369672225,407.575117991372,2713.057393094611,522.3687187298299,4849.78753537053,770.7463850433635,3247.935096965545,760.1045070769991,4137.638013297943,892.437727665237,5832.789005784508,10473.798234742539,3274.9152297105447,84431.87335836282,33532.10690215943,2536.739756756152,15388.44798779328 -7186,2055.12577480105,4549.508913322077,493.33394774482184,1822.7944080046677,956.1520738887165,3244.48447274204,1084.434339157414,3823.415098555833,188.58713583543727,1398.3174888981791,1520.8421879534587,7759.865706356424,850.7451858428066,4526.696913636122,984.5863112246802,5115.900162866815,808.6911707632856,5808.75597539319,260.8182498898724,1576.2527541223312,486.57990207333665,3030.8111764189584,1100.6443712941343,6956.160564450428,414.09864074273816,2025.2584393381383,381.07503771419437,2758.2848633881113,485.18551635998796,4930.634929990358,715.312641334348,3302.079137002115,715.0234719976313,4206.61366446109,839.5081421510804,5930.023326060524,9620.095418996774,3030.1761822986955,79037.21885370476,31632.01696486371,2328.3888257506082,14536.685261100243 -7187,1954.111774312717,4625.5365878298335,477.8827726476687,1853.2554583260621,924.3013224919678,3298.7036454348968,1043.3490527921626,3887.308886689723,182.58502677815565,1421.6850278853321,1472.4683846630237,7889.54223966735,823.6853234874469,4602.343372650065,953.2273466144106,5201.392905008208,782.9330282165553,5905.827157581445,251.8256290511634,1602.593801830019,470.4421731013567,3081.4596156253324,1064.0833008342984,7072.4062343224205,400.0077887837859,2059.1029030711816,369.1990215574191,2804.379065595139,469.73745197147804,5013.031670982816,692.5622854276828,3357.260784650219,690.3705384810274,4276.911153828572,810.563164502617,6029.121029097645,9292.748396000277,2926.8778549632384,76336.18179663643,30537.37240931186,2254.122564625531,14018.230184025499 -7188,1889.7483544958698,4556.7217957150915,461.9056014247985,1825.6843027036498,885.1153516894001,3249.6283432946007,1005.6836801494534,3829.4768172975646,174.42138858257414,1400.5344094027162,1406.1564902013763,7772.16835259625,786.5910572813799,4533.873629428736,910.2509842885746,5124.011013271153,748.7466692757499,5817.965293255507,242.59728113037306,1578.7517767539514,452.6900118743561,3035.6162850553937,1023.9761265324522,6967.18900048918,387.79569896858,2028.4693245604158,354.54891559512623,2762.657903359039,448.8344862792434,4938.452057190343,661.3446417403143,3307.314319286928,665.0713679900372,4213.282913870791,780.8594408506959,5939.424903605181,8801.113405892485,2787.8231778027694,73350.24368986492,29507.1889729553,2134.253607533687,13558.312815504587 -7189,1838.202317367077,4495.509773572383,454.8071406862901,1801.1592531235376,870.8620684644445,3205.974960221626,985.9476822776967,3778.034128837665,171.57327980659005,1381.7205455937385,1383.1556247356666,7667.762123156623,773.7245838759425,4472.9685346174165,895.3101476104572,5055.17839858338,736.4560191572898,5739.810550367506,238.83336135629443,1557.5438573221843,445.10020015859095,2994.8378000857147,1006.8590836452687,6873.59633749812,381.34839930802184,2001.2201935453172,348.91027106989895,2725.546162872235,441.513870144502,4872.112120229588,650.5244713464034,3262.8860205184014,654.7527227789807,4156.68442518099,768.7443327320091,5859.638551702743,8635.30811308219,2737.4335847528914,72099.13463760809,29019.964339871956,2096.9861334438347,13329.374421673067 -7190,1799.76012453965,4412.2042375094925,452.9010264702338,1767.7822737210756,865.8164729045022,3146.5655770554467,982.0535186865196,3708.0240133626817,170.29537936924294,1356.1161143863012,1372.7232128798514,7525.672111957583,767.8887882665326,4390.080706465141,888.5916528370499,4961.501737292778,731.3275497428177,5633.447085736924,237.97992777130958,1528.6812738753733,443.158428743563,2939.340964148621,1002.4982667355923,6746.222878999291,380.65485966800736,1964.1359184797343,346.8228818224874,2675.039525005047,438.25275477496655,4781.827829375583,645.6101055428461,3202.4220280587883,652.4130665420689,4079.657604703453,765.9973453425819,5751.054574518666,8559.413562977614,2715.345164599458,71700.0110480948,28903.752604171572,2076.621242688878,13271.359196315472 -7191,1808.292943664773,4351.57704043217,466.14489083922234,1743.491538630539,890.6792377759537,3103.329262259525,1002.9275057773726,3657.0728128913997,175.2506828674332,1337.4819998936684,1412.7180470970234,7422.263388854479,790.2615320912071,4329.757504308376,914.4851185155184,4893.326755484565,752.6867526829026,5556.039040164576,244.6416161398089,1507.675976778798,455.69048177179303,2898.9520804256235,1030.8364181370837,6653.524408575923,391.1092470529032,1937.1471280688136,356.9225888079305,2638.282353364313,450.99448532000594,4716.121710031248,664.4232583892754,3158.4182011803045,670.6758359173785,4023.5998629729916,787.4396394619147,5672.030508468498,8777.425783981093,2786.631097304725,73581.05326308002,29662.28803611574,2137.0441973171787,13608.80519084547 -7192,1858.1084192737906,4327.339157433665,482.1489913888894,1733.7804514707416,908.9313543830863,3086.0440043253084,1033.58961505995,3636.7032544227595,178.3367651286135,1330.0323484397647,1436.9108318970611,7380.922065942894,803.7947542517912,4305.6411541148145,930.0240985396332,4866.071376510254,766.9877186382378,5525.092414851639,251.65984873978408,1499.2783605616685,467.9191075795882,2882.8051845552814,1058.5754102385158,6616.464890924192,405.5119853674843,1926.3573971264977,366.1062015830678,2623.587363845866,459.079699956991,4689.853346825826,675.7605622417976,3140.82610293425,689.9160579610434,4001.188782620877,810.0295595065322,5640.43782136889,8838.606127505413,2824.7485231185906,75484.85300334729,30642.371597203914,2148.0662897403677,14067.538270664169 -7193,1937.8073349023628,4603.5730385370425,501.9653203706693,1844.4555997932869,939.2877136838265,3283.0403296783106,1073.3669666780813,3868.8506821705423,183.8766844293836,1414.9344058556765,1481.1777496223904,7852.080131955477,828.5572624497001,4580.489952272091,958.636136396599,5176.695002982981,791.6178659011265,5877.784373046667,261.26381728405994,1594.9841662138126,484.9893817578886,3066.8278450455464,1097.2646215946918,7038.824153628284,422.49805559993024,2049.325614047131,379.133640629319,2791.0629634147062,473.4182012933714,4989.228169243872,696.55659266182,3341.3194205874147,716.2449783352263,4256.602991269627,840.9423111766581,6000.492805236397,9057.774030739483,2907.2912393795873,78190.70402601853,31868.56435507106,2200.154022491754,14642.856638751395 -7194,2054.6971574676923,4693.636590251803,513.5547994640071,1880.5402281693257,951.0514163423284,3347.269194961523,1104.1741653634424,3944.540245597363,185.37897474790347,1442.6159516828006,1492.566050207596,8005.6969463543965,834.9277734563894,4670.101910253862,965.9311433792535,5277.971019288104,799.1491750188078,5992.776387383931,266.8427037828296,1626.1881761720583,493.8390778399819,3126.826764560963,1117.422917695959,7176.530560774343,434.4128753177428,2089.4182859513376,384.84287792110837,2845.6668637852185,477.4354684417938,5086.836615004566,701.869515591942,3406.6884484951893,731.539286904183,4339.8784775982285,858.8993392674126,6117.885467317456,9064.236544507372,2930.2906331951394,79695.9054001031,32711.116558594607,2191.9531441421523,15066.353896442257 -7195,2146.5371583651645,4543.465687362982,520.4284605889069,1820.3731448102396,955.0718182795588,3240.1747432386765,1120.0918475640335,3818.336361088514,185.52856800201866,1396.4600689636402,1493.203309360523,7749.558083540601,835.2842503879087,4520.683989424161,966.283360176073,5109.104585309455,800.7731034827002,5801.040060209958,269.79770155327924,1574.158978344925,498.1249924378754,3026.7852744749443,1127.2281085535692,6946.920523184517,441.49497782366274,2022.568238130125,387.3888198056296,2754.620964930808,477.9395696277185,4924.085444854392,702.1352203429853,3297.692903072276,739.6403027129476,4201.02591479815,868.4107315468189,5922.146328436196,8991.516165571415,2928.959359767574,80400.47018625561,33198.69974365556,2171.521081623539,15330.111170982593 -7196,2149.8243705879245,4250.726657860524,504.42655558018527,1703.0850866597716,914.2338978683051,3031.4077633554,1088.3673790906557,3572.317978300253,176.4948847095079,1306.4850601362673,1419.6217661884145,7250.248026295448,794.1234092984113,4229.412802446316,918.5742870868814,4779.9210014893015,763.126913455404,5427.274535347732,261.1807013380557,1472.7346905187894,479.8682181065214,2831.7671441022267,1086.1275953076522,6499.325028484511,430.3837273251965,1892.2525927892768,371.5810039259554,2577.138592792769,454.8512647246513,4606.8227882169485,667.483231010517,3085.2199833961035,716.0171190795362,3930.350546294055,840.67478191656,5540.577832479499,8440.811794191504,2780.396540060066,77464.49411078678,32284.320424860565,2032.0932949406204,14953.519458414079 -7197,1997.115228712182,3973.1281828368674,450.9498357643656,1591.8632036864162,808.254506879974,2833.4382771909136,974.8436850452315,3339.0237434799715,154.97433133495844,1221.1635870031155,1245.811223713618,6776.762441913998,696.8953843064554,3953.2062526712325,806.0817663967257,4467.762895934983,671.4177297894622,5072.840280733591,233.39391681829986,1376.556098689922,426.7139757620356,2646.8354126366867,966.0110520581609,6074.879313243325,386.95159533694755,1768.6769135235932,328.8331815484204,2408.8356646426055,399.5390042928989,4305.969055750198,585.7176573307395,2883.7362298078783,639.8406891274334,3673.674592797488,751.2361331318898,5178.74417888477,7308.201226693801,2436.9140280097317,68850.85021543466,28956.653442869534,1756.2969984129024,13459.10774958067 -7198,1657.9220133302952,3715.2189234002885,388.2910134111302,1488.5299506188144,695.2852853863589,2649.5101646053827,828.6101513506615,3122.276359229411,134.41890828550234,1141.8937064753718,1080.9225441838448,6336.859750044713,604.6581677030028,3696.5901934585377,699.2925536654801,4177.745215456807,581.6826023263146,4743.5449698760685,199.09214784941423,1287.199161876338,366.32446959047746,2475.0203264603774,829.0855180492564,5680.538241738684,329.72588148714,1653.866081363695,284.9313274853574,2252.4699513348596,346.4712101354758,4026.4539635559127,508.21646362038626,2696.543106099209,545.8036731051678,3435.2038840667,640.827393131051,4842.574285912931,6358.4551859846315,2107.3114179071436,59098.404664430425,24711.4409612983,1535.5805397110325,11453.381434514671 -7199,1226.6389812949258,3397.5272275097004,327.58301077848125,1361.2444220548025,576.2420925813615,2422.948178669313,679.7400183152641,2855.2877127851675,120.4961905128134,1044.2493534462558,965.834412490071,5794.989200254878,540.2789212817316,3380.4914569411394,622.6362704874756,3820.5024822930413,501.29785383939014,4337.920193225234,165.0802832834315,1177.1296092828748,301.46238268338544,2263.3791227820666,682.494312944599,5194.790331643087,269.7276422424904,1512.4425122558287,249.44702368583125,2059.859229453838,311.2403625078707,3682.148280773505,440.9850792740775,2465.9592912335484,452.5614191549526,3141.4565248504473,531.3517822604979,4428.4814237997625,6036.6824832882985,1893.2584419343186,49742.62619848644,19915.914729425367,1462.1003214575367,9098.55676185146 -7200,1428.9384115571413,3183.999933399848,327.10722590392805,1275.6931317781564,711.6074999862966,2270.6710860324815,769.3174812969341,2675.8390083628615,139.38473674604197,978.6205228626736,1139.1409644010869,5430.786566849284,637.2250185699173,3168.0348244475144,738.3805482973677,3580.3921012551377,600.2505237931321,4065.291219592902,169.59900458308064,1103.1495398218885,323.804846942573,2121.1306028234417,731.7805924132609,4868.30890891824,266.29411525970323,1417.3887465276857,266.164058640586,1930.4014979745612,355.4397693144546,3450.733164350405,537.935714965541,2310.97904248714,464.949324502945,2944.022724796187,545.8964060541501,4150.160871198095,7695.861746011646,2319.2563919497843,55398.31812116254,20806.809453769078,1843.5459495998666,9407.007674045724 -7201,1534.54287293251,3063.7202581927554,349.0641909064243,1227.5021899553801,749.5792044486736,2184.893577727545,818.260463415394,2574.7557628966197,146.39206956320092,941.6518793001627,1195.8795188476267,5225.631649122204,668.9640460833697,3048.358251677482,775.1056995360061,3445.138204251074,631.2344357150678,3911.719637387258,180.2128978320384,1061.4766531604405,343.4605441306206,2041.0021777870118,776.2549008110049,4684.402305080084,285.6757755367668,1363.8450713893205,281.64625651042076,1857.4781091390164,373.4199116002066,3320.3772997410674,564.6825108105033,2223.6788495050555,494.0469156626375,2832.808495980964,580.0598505454186,3993.38322921119,8005.096976816218,2428.045204516969,58645.85106664385,22208.784345284836,1916.5576703760992,10059.397253974084 -7202,1545.2443618879915,3015.5044151473767,355.22328081346984,1208.1841556895297,795.1762222265347,2150.5084260372564,847.7178523883559,2534.235085653966,156.16099842451695,926.8324651926538,1277.1537884072693,5143.39234064315,714.4281278325751,3000.3841709447756,828.0599875222514,3390.919728369796,670.9911241255284,3850.158253129204,187.11515505138064,1044.7714753400253,358.25559565075014,2008.8815426225256,809.5486424161338,4610.680689766425,289.71325882494284,1342.3813167516464,294.1005217313701,1828.2457166805405,398.030358388173,3268.1222708076516,603.1895008837785,2188.6833076946195,512.96919554021,2788.2266679062286,602.2764751002783,3930.5366496369593,8754.984994450211,2614.0011767004694,61353.78799074948,22757.5256121541,2099.0869723166797,10266.308445082443 -7203,1730.0067746916939,3071.2580426995214,397.9237915032484,1230.5222590901924,906.7046182669276,2190.269152379012,958.2466138736194,2581.0905299323404,178.16890778932392,943.9686603207455,1457.6979868791605,5238.488464354433,815.4228982949194,3055.858240470232,945.2329750467063,3453.6144054676274,764.4500632696819,3921.3437861974057,212.03969393342618,1064.0882435134076,405.79043728053347,2046.0237310939294,916.9792659197376,4695.927513696723,325.0215804963962,1367.2005899688177,332.5926012382617,1862.0481313775952,454.0091123920641,3328.5465470800427,688.5079696501409,2229.149848998237,581.2988861845769,2839.7781597205108,682.502277319538,4003.2082979831293,10069.982085823573,2992.369810777254,69573.74846904485,25633.84200137329,2415.4710956803533,11553.826616678265 -7204,2192.063358798849,3185.3645336232757,497.10519900876307,1276.2398689543693,1092.5702260564697,2271.6442513390593,1181.3959324330842,2676.985820732537,213.06246031589507,979.0399405172222,1741.255510896679,5433.114095969109,974.0423792497654,3169.392582336866,1128.829179778926,3581.9265874245875,917.1878315430886,4067.033524059797,261.31813016469414,1103.6223281824423,496.7246760898006,2122.039677997775,1122.7625735687611,4870.395371092795,409.41237831800476,1417.9962116786446,405.51247219088367,1931.2288303773694,543.3281731159761,3452.212081230291,822.2694646613722,2311.969482997089,716.3938750650435,2945.284475472087,841.1171306363217,4151.93954914111,11759.930466183348,3549.7200040639414,84864.21742904378,31937.034910232916,2817.035559949631,14464.974878080431 -7205,2979.2301940532593,3441.779228209036,659.7294065584701,1378.974313556184,1363.872898285912,2454.506514281393,1535.810516643247,2892.477170117519,262.20919774215656,1057.8504580216133,2138.515557499244,5870.467584671031,1196.266009585541,3424.521570697227,1385.7796917884543,3870.2636371557105,1135.624371006836,4394.420593242622,339.4196452515704,1192.4614482366353,637.8230770611249,2292.8591086121223,1442.3420658080704,5262.451265609249,551.6343898088331,1532.1417236611503,515.7242430210763,2086.6884160823547,669.5769362528056,3730.107404390383,1009.4786917184961,2498.077836567528,930.506256040199,3182.3732642981863,1092.5062027486179,4486.161362749544,13828.931504803902,4303.646280787929,108252.74386189059,42242.86161725791,3303.780365124514,19288.83840824196 -7206,3084.3757460199436,3987.748891412404,683.7038605304598,1597.721098756039,1431.3535668126356,2843.8650425534147,1600.9107392815592,3351.3110120586966,275.46323890670726,1225.6573450967398,2247.3585033389923,6801.700240089472,1257.151756259047,3967.753650565158,1456.4524247456372,4484.20381006613,1191.6477375567083,5091.507818246033,354.3158160629668,1381.621685459502,665.9544978302695,2656.5754983914685,1505.944654379989,6097.234252722541,571.9130927869239,1775.1854651048423,538.3674981518142,2417.699935473644,703.2661050124719,4321.814584966034,1060.9236770398873,2894.348086532479,971.3435508902786,3687.193342546029,1140.4532182980315,5197.801431996767,14637.294494610545,4533.947821310468,113130.67490382105,43917.76257825526,3498.4782871944662,20038.468069762548 -7207,3030.85885035042,4366.65261574885,673.1004430234929,1749.5316794255666,1430.634042167887,3114.080416057552,1587.498622925913,3669.7423522600175,275.6620127819653,1342.1155638721425,2249.8955543836664,7447.977030069895,1258.5709593687386,4344.75748816542,1458.3054324255627,4910.27916500553,1191.0197298018238,5575.287345832651,351.8016950512705,1512.8991596685628,661.7324499220248,2908.9951912385172,1496.352222399684,6676.57483544666,563.433468078167,1943.858168033716,534.538139994956,2647.422401662955,703.5818032308481,4732.46021154038,1062.2023692765629,3169.3602047415557,964.4511822175939,4037.5391962801664,1132.360897072184,5691.680654228167,14782.035779035039,4553.1629082956115,112497.7063828662,43393.981459999326,3534.984147582581,19780.558708593504 -7208,2888.1925078413665,4531.574179234301,636.3800609102826,1815.6087240930433,1332.8213925947155,3231.6943084893314,1494.702119986445,3808.34271724914,255.4297885479853,1392.805146179113,2083.5585358926073,7729.27534360478,1165.52355522016,4508.852107308939,1350.3640478401753,5095.732643517208,1105.4552945042897,5785.8571316313055,331.67879725671787,1570.0389682964526,620.7692125586825,3018.863339068829,1404.00139191764,6928.738508054411,535.6176285775638,2017.2746168507938,499.6702371033964,2747.411358905386,652.1950265825363,4911.1977493983295,983.5660135070374,3289.0619273675734,909.2850109324565,4190.03066640141,1067.5903660632,5906.646431210229,13520.457272798896,4202.945189455447,105345.12689132396,41056.52996779226,3230.768644348281,18764.915549081426 -7209,2710.7899495180154,4556.656816552971,595.8576018542796,1825.6582683215643,1244.254703465388,3249.5820033738373,1399.725344731484,3829.4222086982018,237.9883101058921,1400.5144376869687,1941.0017143098798,7772.05752094796,1085.7785753457138,4533.808976083017,1257.9993638866385,5123.937944526282,1030.5485194726257,5817.882328675497,310.67761169470214,1578.7292636464479,580.7284770470301,3035.572996961109,1313.506716178073,6967.089647901094,502.95617622430575,2028.4403984501535,466.33435651035984,2762.6185076698057,607.7210888335455,4938.381634528781,916.2452773626535,3307.2671567602315,851.7110465992112,4213.222832170438,999.9928483220824,5939.340207002882,12555.463382544533,3913.158966124355,98450.0616336704,38479.31962891578,2999.564861890212,17602.076827366705 -7210,2583.8148273852694,4611.630668947071,565.7602271412003,1847.6839490355885,1172.4932506511088,3288.786632686066,1326.4013595950985,3875.6223285955166,223.6754836586872,1417.410964476856,1823.7190288497889,7865.823621875935,1020.1717156542718,4588.5071803736755,1181.932953478758,5185.755768334221,969.4162502518125,5888.072254592455,294.4979157161557,1597.7758657944676,549.311254144665,3072.1957115048594,1242.5518717825573,7051.144202224524,478.9312321607901,2052.912547120543,440.24572811371377,2795.9481588101207,571.2872569344775,4997.960811537703,860.8336473177158,3347.167729443941,807.3550155341642,4264.053320268158,947.9144890920282,6010.995463258304,11719.91177722661,3670.3786597893404,93028.12917354361,36548.302507651126,2798.7826297555735,16739.87868419229 -7211,2483.1798128466853,4680.575425689204,543.8388031382258,1875.3071759475756,1120.1995133542875,3337.9546191629825,1270.708080935538,3933.5636204835787,213.71573938507316,1438.6015283282761,1742.2644283365726,7983.419182994576,974.6067584218459,4657.106236557987,1129.0663552251062,5263.28380464888,926.6677068302251,5976.100056126195,281.9024973112067,1621.6629192693729,525.9380617031899,3118.1256224624276,1189.6704550868062,7156.560150871399,459.7740303423718,2083.603980657743,421.9480166794062,2837.748116246173,545.9012758733803,5072.681277484483,822.3633449596668,3397.208524435515,772.8251473099419,4327.801729454729,907.373015060901,6100.860990171161,11161.588442493112,3502.022753378604,89060.39590485382,35057.904026842516,2664.92780833248,16059.300575275625 -7212,2421.5524999844415,4613.060248332619,529.4149100222712,1848.256720593887,1084.8587082402832,3289.806137913406,1235.3177888144958,3876.8237495645544,206.80381427406323,1417.8503538471518,1685.6160393668197,7868.261982644049,942.9181686500038,4589.929591608745,1092.324593051719,5187.363323248542,897.1619795789748,5889.897523639359,273.8159574045962,1598.2711672625246,510.83161824437553,3073.1480747734777,1155.5014855977768,7053.330016987164,448.2887192350086,2053.548938381764,409.3875419162506,2796.814886902162,528.3089007241937,4999.510151079151,795.5982052570913,3348.2053324805865,750.6562007622467,4265.375152644411,881.3444833293386,6012.858837803617,10756.525270242862,3384.028072826231,86432.46229354422,34119.18645600944,2567.5788472975037,15636.958163432317 -7213,2387.3541501937734,4548.339256888161,521.9173791352513,1822.325776500114,1069.4441692908802,3243.650331692844,1216.6184260411562,3822.4321172814225,203.86995692295295,1397.9579883281817,1661.7005942433075,7757.870682932426,929.5400877634561,4525.53312205547,1076.7728088219917,5114.584890019838,884.2870423070771,5807.262572714106,269.9455334071699,1575.8475072681183,503.085235798836,3030.0319697265386,1138.0264876175004,6954.372169677589,441.2898083331122,2024.7377553238748,403.5814686942418,2757.575721874488,520.8144111200246,4929.367287926339,784.3101014183698,3301.2301886471428,740.0455782083753,4205.53216471433,868.8865649866294,5928.498746140196,10603.591246582771,3335.5870876220783,85189.20711285564,33624.03711110511,2531.072986909387,15410.144737056618 -7214,2375.183852967139,4466.333341886578,518.0435920269808,1789.46949989178,1057.885726100674,3185.16777391248,1207.6058758892975,3753.5142055767533,201.24485602711457,1372.7530030595458,1640.034606538871,7617.997369204924,917.4203327474,4443.938398446828,1062.75843721111,5022.369646153815,873.4652829524431,5702.55844797041,267.9838567471549,1547.4351990743578,498.8178162026494,2975.400920869494,1128.4282877588562,6828.985820765231,439.2933938648556,1988.232019298989,399.3648053688242,2707.857020720875,514.1646540693504,4840.491491290659,774.0600586571247,3241.7094741707833,734.6677150528145,4129.707013212342,862.5724227475582,5821.608750296837,10427.63821473501,3289.92396345623,84372.50632180407,33403.2848330136,2488.482816456585,15322.30764331302 -7215,2415.3209792889775,4412.2042375094925,525.8444777428043,1767.7822737210756,1064.8961980613717,3146.5655770554467,1221.736493077843,3708.0240133626817,202.12342153985566,1356.1161143863012,1646.7378960577048,7525.672111957583,921.1700914880699,4390.080706465141,1067.052173356453,4961.501737292778,878.1709652285333,5633.447085736924,271.16951308639085,1528.6812738753733,503.8578786633657,2939.340964148621,1139.9102103100035,6746.222878999291,446.31482972597206,1964.1359184797343,402.997774714857,2675.039525005047,516.504968161552,4781.827829375583,777.183413818361,3202.4220280587883,743.4010726964361,4079.657604703453,872.8262467649074,5751.054574518666,10406.317899000514,3297.951887438474,85153.30137298492,33865.33639778611,2482.3985063918994,15550.12365514113 -7216,2518.175364811082,4397.648514399225,546.4268325993701,1761.9504155589411,1094.8574998285133,3136.1851561088015,1264.6476794881019,3695.7913586804957,207.48360591154628,1351.6423299457329,1689.7822778409786,7500.845156181358,945.248724280982,4375.597968188476,1094.8197893802308,4945.133898994361,902.274649308414,5614.862520852273,280.47341650689685,1523.638202397127,520.6140951504574,2929.644170687182,1177.8669009805833,6723.96730174562,464.4627596140407,1957.6562958146556,416.19866699994367,2666.214653684726,530.3335165980194,4766.052729652491,797.4428681816521,3191.8573384357715,768.907375762536,4066.198942483347,902.7731645078187,5732.082026224758,10590.477171561366,3375.0385323222313,87915.16570839584,35154.60186003857,2524.9886768447022,16157.082223249032 -7217,2589.109443556943,4680.510440223935,558.1548169227466,1875.2811390400868,1097.3303419713322,3337.9082747471257,1283.8963637133343,3933.5090065870386,206.72959785268378,1438.5815546752196,1682.413635594161,7983.308340595327,941.1267733203015,4657.041576940725,1089.9114740474772,5263.210728816148,901.0820844423769,5976.017083498403,284.88305252535366,1621.6404039780389,526.4268004757032,3118.082330169084,1191.232546224234,7156.460788645852,476.5092168680169,2083.5750517415718,419.39617328880064,2837.7087167354543,528.6635040394898,5072.610847991738,793.8565945596314,3397.1613573339296,780.9962278942184,4327.741641926294,916.9666703034457,6100.776285353069,10372.131606760306,3345.7240264787974,88700.20829105575,35875.055510770784,2470.229886262527,16531.05649495214 -7218,2671.2039206669688,4765.5704640892745,572.6320215379839,1909.3610669620807,1115.8446723278814,3398.5688717346457,1315.2086393549694,4004.9935966222256,209.49781030774568,1464.7252377063076,1704.2148715137773,8128.390892305843,953.3221849487725,4741.67509559975,1103.9553971193295,5358.860302921145,914.0856351332827,6084.620656171501,291.9126682007141,1651.1108587980843,538.0384672028607,3174.747978244337,1217.6334269222134,7286.516844122668,491.02313489998323,2121.4403542315035,427.45275259157216,2889.27906878382,535.8949117950121,5164.796605357364,804.0791215344566,3458.898774613445,800.2676562130858,4406.39071493801,939.5932295957871,6211.647136525533,10404.434155478068,3380.3993967180704,90536.89463655611,36855.13361858698,2476.3141963272133,17008.25147387714 -7219,2719.0402850948126,4623.392218751511,580.71849158285,1852.3963009886143,1121.7207368341094,3297.1743875938855,1330.6187733026868,3885.5067552361656,209.96823242758586,1421.025943829888,1707.400178091198,7885.884698515179,955.1040162641049,4600.20975579746,1105.9486203951485,5198.981572636726,917.1312209920619,5903.089254011087,295.4043194597553,1601.8508496279333,543.2716903797093,3080.0310707224053,1229.5862801464866,7069.127512178459,499.3008261093145,2058.14831617935,430.75978870024505,2803.0789734570762,537.232644224531,5010.707661670644,805.5250694998789,3355.7043800952515,809.8398874787227,4274.928405264193,950.8319740577057,6026.325967279676,10333.810037495012,3379.073526005453,91315.55225050046,37380.16664737162,2458.061266133155,17272.36095921009 -7220,2657.751264997614,4330.393266297421,563.4025860105132,1735.0041027844013,1075.1789088090586,3088.222043532465,1287.8625145174283,3639.2699327532773,200.13702483933048,1330.9710462022165,1626.4585848955478,7386.13130392591,909.8260306249048,4308.679949165198,1053.4105577287978,4869.505706749229,875.5470025370626,5528.99186278104,286.3005523138474,1500.3365071879539,524.0909880408408,2884.8397837734897,1186.3972647217574,6621.134597488652,487.0753558819099,1927.7169635915438,413.8049482965213,2625.4390147406193,512.2870466697286,4693.163307555771,767.249538656996,3143.042805737406,784.8822505201373,4004.012704130606,921.5292444884972,5644.418676697995,9703.846494804271,3207.583360816467,87949.02778309702,36328.876259659984,2305.9535145160053,16824.185069923158 -7221,2378.803034472197,4046.361677735646,499.9769282996474,1621.2047452732988,938.5193348925774,2885.6647793498514,1139.120191374092,3400.5692982751466,173.25790732801798,1243.6723189654235,1406.8559121609683,6901.673085336983,786.9823075174063,4026.072542560754,911.1073081047656,4550.113596992604,759.8841737298048,5166.343889408045,253.67486242890192,1401.9290565689985,461.52463244582304,2695.6224134001086,1045.025140066203,6186.85270617812,435.3464059803363,1801.277520844456,362.21138548261416,2453.235806354782,443.7288258300649,4385.33754032132,663.5529661671292,2936.889833909387,695.4401425859656,3741.388499112817,816.5153801853943,5274.1998294335635,8230.189768323185,2762.3271262128223,77239.10283035236,32292.93524923187,1953.0635307642146,15000.905046067512 -7222,2039.6841587691367,3783.1889674980157,433.26705080479155,1515.762651697907,816.3709151032941,2697.9830342904843,982.7397892485268,3179.3985009383264,152.15507604425707,1162.784686841345,1236.1723242421767,6452.79279343518,691.5034722546295,3764.219424370897,800.4860776079853,4254.177192246961,666.2071074087069,4830.328270518536,218.0090718418804,1310.7485100033705,399.59894456944824,2520.300899207438,904.5339729785073,5784.4638630144345,372.8719085246643,1684.1236120233261,316.85958602466235,2293.6789581464727,389.5418990347969,4100.11806225454,583.1086351882693,2745.8764448907864,597.6637123406114,3498.0510444356505,701.7161987373843,4931.169330928145,7326.023809168824,2430.636987853029,67075.86460752561,27788.051539888187,1740.112678500204,12866.25180238993 -7223,1602.2744124894032,3477.908619336223,366.47378245725713,1393.4498214331784,719.0009603834134,2480.272206964955,826.9187318841888,2922.840372425534,140.21117730715957,1068.9550322600444,1139.430837267754,5932.091647518438,637.3871707956886,3460.4698030060126,736.5979235056157,3910.8909579222695,598.615606269274,4440.550147134213,183.66226653429274,1204.9790745022374,340.7379806824802,2316.9279398885806,770.9208395328399,5317.692798391087,306.13524588475644,1548.225075882798,281.6761560095845,2108.593011626224,358.90158835575335,3769.263463051869,530.2907971439441,2524.300910518285,503.50323088109815,3215.779593047042,591.1624981248972,4533.253947075122,7225.386909218929,2270.863973566628,58138.6591570842,22927.771572078815,1724.4305132079483,10473.160493539377 -7224,1643.3530571994154,3261.6521310826643,362.1610660684027,1306.805059329509,789.4058726959629,2326.0487882100606,857.9150593959387,2741.098048561054,143.60237914642244,1002.4873683046737,1145.5128450036837,5563.233966624151,640.789390199244,3245.297661005228,746.1621681039632,3667.711611633325,625.6719043519804,4164.436572615873,183.29954913259078,1130.053430503974,327.52047424892515,2172.8612737803473,742.1517577271007,4987.038460954591,287.07432936722597,1451.9563826586457,284.8848959003427,1977.4806191628152,372.0817163336069,3534.890519700178,581.311011155825,2367.3397853268666,502.5088546975741,3015.822297469063,589.9950023221409,4251.376046803217,7969.8967942269055,2446.301280659468,58446.77351135731,21908.42605318752,1936.731270682156,10019.549275512873 -7225,1764.6305080852987,3115.4450642367374,386.31857575960794,1248.2261162094885,831.2895540593773,2221.781148070329,912.042190678955,2618.2253786653296,150.81985179957698,957.5497931803559,1202.6193767157454,5313.856017122297,672.734260823587,3099.823700880602,783.2958926865094,3503.302491585426,657.8846542255853,3977.7612216347843,191.59997140703862,1079.3975693596649,347.4158750727629,2075.4604288297005,786.7581690828225,4763.4890950748,307.8874873783306,1386.8708752638772,301.42670371384577,1888.8379223168788,390.8804458167123,3376.43524803536,610.118610084231,2261.221231805521,525.264151753007,2880.634817467898,616.7119674334143,4060.8035403306144,8289.973569217973,2558.3145919099843,61734.27902613863,23292.919815633057,2006.598969660801,10657.217831143362 -7226,1777.3148880428976,3058.3918219264337,393.5818025008919,1225.3673125401015,882.4799597524961,2181.093600837852,946.034977236534,2570.2777359138195,160.88951594078003,940.0141540507717,1284.2110732512585,5216.543206690438,718.3759083147988,3043.0565330830564,836.750149996416,3439.1464041508752,699.5583067941081,3904.9163567274786,201.0070995633298,1059.6305281170626,362.34492261502237,2037.4524574773066,820.7636201732446,4676.255171195494,312.44459933740757,1361.4730658119176,314.83544037273504,1854.247574727734,416.70621698485,3314.6024843758264,651.9904189333884,2219.8114170935387,551.0534415694907,2827.8816625061504,646.9911395572964,3986.4379188595194,9066.904939713238,2751.1458790176357,64622.713703534166,23967.634462772916,2182.229620291098,10923.940336105148 -7227,1989.9103184689093,3100.6294181748376,441.0857552961109,1242.290117993609,1006.4610525493873,2211.2153629455397,1069.8256020477543,2605.7742842885164,183.56580014283048,952.9961199394891,1465.7000675142071,5288.585724001957,819.8991888863536,3085.0823429495204,955.1304615677124,3486.6423712196647,797.0944419078482,3958.8447903823117,219.04358361297187,1074.2644432675745,410.4085704765936,2065.5904787920635,928.186007620785,4740.836097831328,350.60341068903983,1380.275545351841,356.0708972676545,1879.85546441814,475.33585082969074,3360.3784508348385,744.3116737809484,2250.4678875008312,600.4997876486104,2866.935822618298,705.0460311220011,4041.4921974117215,10428.62918079215,3136.2187656608035,72855.67976620857,26788.67010154393,2471.530004626975,12150.757726222591 -7228,2520.7089227627202,3196.931133335056,550.4228161393311,1280.8741127103326,1211.8923416541577,2279.892977494404,1317.3244582239734,2686.7064109807443,219.50942091556496,982.5950008483946,1750.9979294624786,5452.842656161567,979.492198934524,3180.9011851804084,1140.727087063517,3594.9331713167603,956.0454860763251,4081.801613642838,266.0998308058428,1107.6297683257371,502.4285477490336,2129.7451645343494,1135.954319443602,4888.080604007554,441.3378882157731,1423.1451967948478,434.0299708164866,1938.2414503136554,568.7660147328288,3464.747649716182,888.5665556651314,2320.364636918534,729.5027284368114,2955.9793037109,856.5082185807746,4167.015946924003,12178.193143643864,3726.197675884124,88821.46988691074,33184.569252190086,2912.5251368469085,15125.80395686496 -7229,3424.4214287724794,3439.5048945033227,729.1830632429425,1378.063084929162,1510.8162071508182,2452.884572103763,1708.8769717508171,2890.56581616806,270.12755781633933,1057.1514285973658,2150.9001825215996,5866.58836947132,1203.1938553539537,3422.2586408816414,1400.5640720158397,3867.706160206627,1183.035440848306,4391.516752464464,345.29736156003486,1191.6734676357123,645.2612621403025,2291.3439833215666,1459.4847735618507,5258.973828651657,593.9993225220453,1531.1292817428855,551.7477350053975,2085.3095287443407,700.7327767894927,3727.6425429239057,1090.075156669206,2496.427102384279,946.6197953499288,3180.2703465050195,1111.4250886022483,4483.1968995111865,14320.2768755645,4514.8190026841,113154.43795093865,43916.23835837841,3393.6922476434934,20167.89600105981 -7230,3545.401872103094,3981.2507987121653,755.9057006312867,1595.1175898362067,1585.8624440739025,2839.230924614525,1781.8770108040178,3345.8500038014854,283.7845216496989,1223.6601192773512,2260.302049035706,6790.616774233706,1264.3922571318126,3961.2881403900797,1471.960520809003,4476.896737118954,1241.524622748186,5083.211134907169,354.0637517678248,1379.3703135619107,673.7029187188855,2652.2465713893434,1522.7317413806259,6087.298724065111,615.932341715214,1772.292775513176,576.0113139001604,2413.760259548738,736.0222293661731,4314.772127536773,1145.762832480859,2889.63170576599,970.6525260576404,3681.185009324455,1139.6418869275976,5189.331541724769,15157.244154342528,4750.40416559959,118004.97983768868,45472.68720669719,3581.928917953915,20839.815621619877 -7231,3484.0381434776295,4360.219502210732,744.4552130184808,1746.9542048878193,1585.4269560631642,3109.492638039425,1767.6248017644175,3664.335952602168,283.99257404599945,1340.1383097685011,2262.766133280052,7437.0043958624165,1265.7706432819293,4338.35663133606,1473.7962165973888,4903.045160803224,1241.0194340023734,5567.073627073797,345.4087019405166,1510.6703008784748,669.4103877373492,2904.709552330676,1511.9549024024466,6666.7386593773135,606.9170094653952,1940.9944045523118,571.9619199631095,2643.522121427282,736.3927628775914,4725.48817677268,1147.3097427438286,3164.690986501762,946.9250308365527,4031.5909447589447,1111.7834651959263,5683.295460558466,15307.161688230313,4759.691219030892,117028.72617971587,44795.6619691785,3585.136462381647,20472.50868523766 -7232,3319.5589598360166,4527.155476450263,703.5075379092592,1813.838338128573,1476.4412445159624,3228.54310847069,1663.3176122536122,3804.629231846123,263.1446150894107,1391.447032699421,2095.5929047137915,7721.738587252897,1172.2554708787177,4504.455560640747,1364.7572999297954,5090.763834196641,1151.673244487638,5780.2153872827885,334.6772746639609,1568.5080354934435,628.0029412041417,3015.919668875346,1420.2164794853304,6921.982348952856,576.7828147434167,2015.3075880406966,534.5866325013417,2744.732379429309,682.5567253222586,4906.408878619679,1062.154239754678,3285.854788629356,917.5052245384393,4185.945000043862,1077.2417083235648,5900.8869061539,14000.770562015592,4408.101989103758,110030.82468496406,42590.6988155102,3319.978935930111,19569.840193123593 -7233,3115.509583071328,4557.956431311129,658.6340831054002,1826.1789685902886,1378.1753247675872,3250.508824264559,1557.3651804589965,3830.5144071713376,245.17532515079583,1400.913881688461,1952.2400106308914,7774.274207668536,1092.0651753413656,4535.102074355106,1271.4198586450912,5125.3993548630015,1073.585948172343,5819.5416605146,321.94655174002963,1579.1795367156676,587.5039203034981,3036.4387798420985,1330.1153738651235,6969.076747850103,541.5658963587147,2029.0189346849413,498.90509908928243,2763.4064405618956,635.9998739564112,4939.790121915924,989.4027184371876,3308.210430168596,882.6044240386558,4214.424495317903,1036.2647231830604,5941.0341801278055,13001.738427909659,4112.647480740695,103178.36438879372,40156.30726891633,3101.6154320487885,18504.927882105472 -7234,2969.378190622595,4616.309294682739,625.217771678482,1849.5584750538037,1298.4279739595154,3292.1231968828515,1475.3423314472045,3879.5542536931607,230.42830125003584,1418.8489667568465,1834.3308208402498,7873.803715571933,1026.1078548675048,4593.162346696285,1194.5643368763035,5191.016859722132,1009.8144665796742,5894.045865308792,307.8829650511813,1599.3968532113204,555.7341630607333,3075.312538274541,1258.7502151277154,7058.2977813158805,515.6205688507192,2054.9952831775977,470.9644237293034,2798.784724864616,597.8466147230731,5003.031379793782,929.4671551859208,3350.5635228638316,844.049627404425,4268.379319255198,990.9975858637937,6017.093782939618,12136.498659718021,3860.717495434312,97606.31093750043,38214.355032400366,2901.307332796197,17644.55220956008 -7235,2853.719985625103,4682.459871815895,600.9162098705657,1876.0621932312783,1240.4320077114958,3339.2985128258483,1413.2252777793724,3935.1473122425077,220.16698045144827,1439.1807235834215,1752.4260621553562,7986.633386802631,980.2910832782343,4658.981233756174,1141.1427827385155,5265.402854953017,965.2431676618379,5978.5060933287305,295.2036299951646,1622.3158168576142,532.0930503370583,3119.3810107891563,1205.2727876805943,7159.441453025556,494.96681029507783,2084.4428603026163,451.37759148526123,2838.890621805817,571.2695322050836,5074.7235893192255,887.8845293263,3398.5762743088094,809.2897048215445,4329.544145389615,950.1860053049865,6103.317257364143,11558.305374879132,3684.4108493080557,93463.48737243348,36667.57393102485,2764.5639226821872,16934.811335284856 -7236,2782.8349681629575,4626.056433733098,584.8983638020571,1853.4637384335522,1201.1726680670954,3299.0743737911857,1373.626793054615,3887.745766078978,213.04533612698597,1421.8448054859293,1695.476061517985,7890.4289143555825,948.4337747029206,4602.860611958902,1104.0202850830572,5201.977469142897,934.4619468021934,5906.490890317087,289.83791635688675,1602.7739110577072,516.8173900926962,3081.805928777729,1171.193223312798,7073.2010743020255,482.56164060550304,2059.334317565097,437.9248314643347,2804.6942387519753,552.8464583969042,5013.595065937674,858.9323389031257,3357.638094013566,794.5798016724879,4277.391819087559,932.9151268688059,6029.798618347616,11138.904003449083,3563.640466800689,90833.7625161938,35771.52321783501,2671.406990710661,16542.767421871602 -7237,2743.5330738617986,4575.436298657764,576.6146480626495,1833.1824067765092,1184.1051403137678,3262.974600081742,1352.8628589082232,3845.20451768814,210.02292461597364,1406.2864185226779,1671.4209304225894,7804.088727380241,934.9775547635172,4552.494294719173,1088.3019693095373,5145.055378822793,921.055760081812,5841.859736120855,286.8175612741923,1585.2357264213624,508.9793535909188,3048.0835921341177,1153.661916681244,6995.803316854603,475.03238178593153,2036.8002687886337,431.7138995555801,2774.004167577019,545.0037886950297,4958.734330214657,846.7452444736181,3320.8974929664887,786.2996112379392,4230.586909818951,923.1933658908836,5963.818182330431,10980.59050402729,3512.765311909366,89557.85656427016,35291.16794294481,2631.6661253029165,16323.45194744816 -7238,2729.413041905832,4511.040209327058,572.2633677820133,1807.3816371185665,1171.1639142581569,3217.0504979600864,1342.599931998447,3791.0859336989975,207.31763259491686,1386.4939135197535,1649.6539994761843,7694.251596661021,922.8013330227552,4488.4210981660335,1074.148626092402,5072.642296406302,909.7374184233845,5759.639616143432,288.48792330266485,1562.9246341483033,504.66962413291947,3005.183931757661,1144.5817920365917,6897.342242122914,472.8421052559711,2008.1337190879642,427.1888217641495,2734.9619848169955,538.0333804317261,4888.9435872008335,835.6303546877662,3274.158166341414,790.8788462324067,4171.044336218716,928.5698398294779,5879.881581894292,10798.42007098293,3470.920817786887,88890.53084703289,35144.896971174094,2606.773120096168,16291.383292346038 -7239,2775.384495844702,4468.672654754412,580.749850168219,1790.4067629008875,1178.7120531878095,3186.8360560108727,1357.9540392299034,3755.4801681255753,208.2210769004374,1373.472004199541,1656.4403343858098,7621.987416052923,926.5975465941646,4446.265981608132,1078.5069881402455,5025.00019184777,914.560040023152,5705.54525332858,291.15365083249895,1548.2456927827843,509.78017910930373,2976.9593342543344,1156.1295051356237,6832.56261031091,480.33907768506776,1989.2733873275163,431.0510417092893,2709.2753037481225,540.4623369099752,4843.026775418698,838.9192643661173,3243.4073708807286,798.1868385013005,4131.870012705862,937.1501441870023,5824.657910137494,10776.201829882308,3481.411677580448,89715.10239750113,35587.10352750412,2610.0841420929505,16514.77877626888 -7240,2893.453588015919,4447.553853478636,603.3173181585908,1781.9453589114319,1211.6181235172476,3171.7751727094815,1405.1931463199587,3737.7318912896376,213.74072803620592,1366.9810202865278,1699.7983121832642,7585.966152021683,950.8516021242132,4425.253073539127,1106.5981083688093,5001.252204769445,939.5686330248872,5678.581032477271,295.71589827387925,1540.928734115613,526.7478920281521,2962.890321497426,1193.7492393096802,6800.272142174262,499.7932753309136,1979.8721461546002,445.1380823676132,2696.471356992177,554.904881363735,4820.1387887736,860.6743383185075,3228.0791333896377,810.6940691380579,4112.342929735746,951.834867649275,5797.130766753496,10966.701004683819,3555.290038189783,92349.82494192634,36808.5020186822,2631.13153456496,17067.26045464193 -7241,2974.558798979462,4709.2320051685965,615.9390026503658,1886.7886465464398,1213.784186786799,3358.3910726207455,1425.638433873095,3957.646659058058,212.9595895893032,1447.4092913245627,1692.5036780082373,8032.297251507082,946.7710506008235,4685.619127148197,1101.6870729298764,5295.507985855897,938.1274784237041,6012.688417739866,297.6038535407732,1631.5914661056804,532.6592725229211,3137.216184327194,1206.9057092896355,7200.375817987221,512.5969436591465,2096.3607376042464,448.4933724404603,2855.1220814192116,553.1037250648651,5103.738504637372,856.580608896297,3418.0077568448974,815.8698278531045,4354.298470336307,957.9117193237405,6138.213194111303,10740.31864372788,3523.442805635488,93060.3582218974,37473.696065236254,2572.4816396370284,17410.066640145975 -7242,3068.645397455872,4752.054432785534,631.7407705438079,1903.9457690149263,1233.9274950560182,3388.9299075005792,1459.8597698121516,3993.6347007185495,215.80862410339847,1460.5710084669336,1714.505405566678,8105.337285906083,959.0786154151298,4728.22683594076,1115.912413563938,5343.661592892106,951.5585252816795,6067.363556758133,297.85570535780437,1646.4280057752146,544.4260288276691,3165.7438110876906,1232.5051711160575,7265.850946828206,528.118532717897,2115.4235605542563,457.07005277166195,2881.0845437771723,560.6376168405577,5150.148295543986,867.4786114399965,3449.088703717121,816.5602701849526,4393.893383235877,958.7223667807435,6194.029766731566,10773.446001749287,3552.731136250583,94671.48377512257,38301.164493438875,2559.5565858033992,17788.73973370008 -7243,3123.40029065091,4595.515401823864,640.5020456351668,1841.2272480255815,1240.1301150706454,3277.294022175461,1476.4866721240276,3862.0790304483903,216.29092272081306,1412.457845297188,1717.7714982051398,7838.336631284057,960.905637712839,4572.472717898961,1117.9534262400866,5167.634230543881,954.6286670297156,5867.4964834530965,296.16821404002695,1592.192464449327,549.7367901836494,3061.4599743871745,1243.7566408078367,7026.504095394581,536.9421791217777,2045.7386781678101,460.5727525890911,2786.1777641978065,562.0090451245268,4980.495520118858,868.9218613432074,3335.4711071559987,811.9340758848509,4249.152656443011,953.2907579815834,5989.990138998695,10700.004798639538,3548.2951385435254,95286.81243099213,38681.516338262365,2536.8019435484725,17969.384815842906 -7244,3052.6499737231516,4301.541736725368,621.1667198124145,1723.444523988474,1188.20252417212,3067.6465613222254,1428.308859965124,3615.023057786355,206.1601056503012,1322.1033641840695,1636.4339513023274,7336.920718966615,915.4061591976174,4279.973085994744,1064.8858196783142,4837.062305131878,911.1951043191153,5492.154591331775,283.7749893796512,1490.3404166614746,530.3516068608841,2865.6193492277507,1199.571058988977,6577.020853333648,523.6734068770265,1914.8734227024354,442.3913226230218,2607.9468548569102,535.8693738666997,4661.894798755831,827.4524623659797,3122.102076598157,777.9585142450875,3977.335706491803,913.400094600911,5606.812366519371,10047.427647486076,3366.6084781857103,91642.0497295246,37490.18504024014,2377.3038911795375,17443.686216793194 -7245,2731.81920413141,4038.49898481198,550.9579026742472,1618.0544991772535,1036.613343325476,2880.0574961043844,1262.4758490156223,3393.9614776482604,178.46790556431753,1241.2556754914865,1415.5961677578237,6888.262090361392,791.871526419248,4018.249274496325,921.0800713626196,4541.272037875978,790.6382919541335,5156.304901602287,255.09272449997772,1399.2048963108539,467.06609881204014,2690.3844112236507,1057.2992154330575,6174.830715346136,467.91471605488965,1797.777366101831,387.1728297493545,2448.468798027068,464.10430718507826,4376.816166012174,715.4073159709475,2931.183012632949,699.3271583960267,3734.1184152153432,821.0791204666741,5263.951261218551,8521.460237624768,2906.3008713323793,80664.64649647131,33402.602715587476,2034.802996864331,15612.043207671082 -7246,2342.802784634848,3786.1780845933545,477.58896942681577,1516.960263578675,902.086178851051,2700.114724586691,1089.704865145803,3181.9105600751277,156.73289804112426,1163.7034090134323,1243.7876263769033,6457.891178267988,695.7634024966852,3767.1935535324737,809.2202494499207,4257.5384395653455,693.2741756728603,4834.144737772364,224.58245686597743,1311.7841391544916,404.37900527428434,2522.292201933244,916.0201183110138,5789.034197715887,400.85558977845994,1685.4542467662932,338.734072395529,2295.491205709023,407.4585353130627,4103.357586660559,628.7989965559517,2748.0459760174695,615.6844014016399,3500.8148725888623,722.8742666699522,4935.065473223367,7585.575266869454,2562.302169150572,70286.23271746181,28894.645516643977,1825.7344906663525,13483.905000369603 -7247,1879.9836738387942,3462.5081419057906,398.9269487231145,1387.2795062023206,805.6855548550371,2469.2893490680203,923.249735130533,2909.8977847629267,143.76440129992835,1064.2216077655246,1144.007300228145,5905.823837310618,639.9472022457495,3445.146546148833,744.7084872093125,3893.57319758909,630.8936518399304,4420.887010518308,192.03515788388142,1199.6433238911254,347.6182860800599,2306.668384405204,787.2708878811673,5294.145598942464,324.4946187317597,1541.3694025606756,297.71313010735133,2099.2559810599305,373.0877332696658,3752.572841403747,579.5158490383287,2513.123089748665,526.4571991941655,3201.5398454100214,618.1127229051569,4513.180310088169,7497.1757035502,2401.149995639571,61234.722742051476,23987.98622016239,1820.8196964557035,11075.361292945265 -7248,1518.2010338148568,3228.511863353965,345.62546866930523,1293.527165858686,707.3997465408216,2302.4147903177995,806.6036950449944,2713.2469106870176,122.91299894627335,992.3015181756388,950.4919940161795,5506.708299360513,531.6965129561096,3212.3235641295646,626.4632473803186,3630.4455452730112,561.3028894456035,4122.123494025894,167.72760931981335,1118.5714355733235,317.466750913943,2150.783749428754,717.7000857286508,4936.367272511667,301.95286808172375,1437.2036679858738,253.14293758275778,1957.3882750029811,324.7559599503173,3498.9739922758945,521.613000121054,2343.2862470776813,459.81896441814916,2985.179802701502,539.8728568532824,4208.179612988655,6961.693271503594,2153.357594422781,52637.350654230824,19923.219561144782,1744.344242488347,9216.605868518605 -7249,1630.6001928279077,3083.669396731466,368.7268265670935,1235.4949599148786,745.1834962259048,2199.1203154846457,857.7125380770201,2591.5210531609687,129.13880380657062,947.7833607058694,998.3061668159014,5259.657878978484,558.4433231423512,3068.20736189429,657.9003347100853,3467.570911394562,590.3795356090494,3937.1904475116994,178.23400372544083,1068.388362789568,336.7691221847926,2054.2919796524407,761.3889235626475,4714.904368806431,323.72572308618794,1372.7256257420643,267.9348350462921,1869.5729105598532,341.2747348824181,3341.9976374909625,547.5932698322276,2238.1581340662847,488.621851521564,2851.2540733762366,573.6902896897464,4019.385784459067,7241.448261173286,2255.5291238419095,55734.63524882285,21273.619581606803,1813.4271827849154,9856.024920779251 -7250,1641.394228792252,3021.937528685495,375.5219754387024,1210.761630227277,790.4186520696064,2155.0962040553836,889.1188180647006,2539.6414853118154,137.6270700793659,928.809719296295,1064.8416622324373,5154.364974850629,595.6626696739299,3006.785027774136,702.0830780680427,3398.153732572102,627.2721527474301,3858.371971888058,185.03569374771627,1047.0003341301133,351.195197684539,2013.1671815303664,793.8643669986446,4620.516865835771,328.8197804418558,1345.2450802330507,279.5892437042003,1832.1459969162138,363.51452112983094,3275.0943055753514,584.8096828480877,2193.352525934413,507.2684301917014,2794.17491942745,595.5832138102747,3938.921843306661,7919.749477879506,2425.226413267226,58280.36243312954,21779.5429258096,1986.1345335263359,10058.757634226298 -7251,1837.3950292406043,3062.1607141798168,420.787080770705,1226.8773471075076,901.2460738953188,2183.7813881635857,1005.2471907755368,2573.44511943168,156.97431225267104,941.1725445610631,1214.8796166772659,5222.971614306552,679.5925267285966,3046.806527479431,801.1436111067121,3443.3845047591517,714.5314785763263,3909.7284311325525,209.6748900670881,1060.9363232935461,397.7626548532159,2039.9632341307654,899.1459293404488,4682.017775503812,369.096276401898,1363.1508251016664,316.0976603010769,1856.5325858470233,414.5440495697941,3318.6871080453143,667.481354157015,2222.546916840129,574.8158648782978,2831.3664943759236,674.8905703119979,3991.350453245489,9109.27819866162,2775.2247241746,66079.53611589869,24525.403420521037,2285.493941478131,11320.678788559067 -7252,2328.8912354603926,3163.1410613788526,525.2773260362729,1267.335870367849,1086.1240685099813,2255.795571404329,1238.5960087593896,2658.309176518729,187.88624092409532,972.2094296872679,1452.9164204485512,5395.20865091312,812.7481338427956,3147.2805423044724,957.7572580087116,3556.9364033320167,857.6747467139546,4038.658873157198,258.4400196920864,1095.9226379523918,487.01077050420014,2107.2347508417906,1101.1808046754193,4836.415870408857,464.1779388487048,1408.103215407636,385.65274118277534,1917.7551416185188,496.4292405985419,3428.126882013919,797.3214205039643,2295.839464252611,708.5036429061141,2924.735980283647,831.8532191700623,4122.972530654876,10638.075378483943,3296.3074290887093,80644.17222879238,30585.65370055215,2665.4501131092566,14174.000101220794 -7253,3166.8157574153456,3404.415201485812,696.272460645815,1364.0041397925506,1356.1252004728806,2427.860340627872,1608.5095198109618,2861.0763779357308,231.6116053662178,1046.3664114974376,1788.3050035314877,5806.737666751336,1000.3614343578257,3387.3448934620724,1178.0642549448644,3828.247974797304,1062.7984068541227,4346.714672091937,335.7619792712494,1179.5160620093168,625.6030004678844,2267.96778254896,1415.1860223133713,5205.3219854664885,623.7828744795701,1515.5087613149772,491.0113724727831,2064.0352833356287,612.5331208777519,3689.613281003317,979.2241632881252,2470.9586517351026,920.4789016286074,3147.825354102219,1080.7330987842863,4437.459501901342,12509.876329073899,4006.0651496753853,102964.79447273255,40520.73980467699,3126.0030484197114,18902.96977319637 -7254,3278.2858075223085,3947.655664242324,721.71999296822,1581.6574506399793,1423.1760154092588,2815.272538286738,1676.9481276470863,3317.6165951375574,243.25344204982156,1213.3344632634667,1878.657548000668,6733.315263930125,1050.903819915423,3927.8614575512993,1237.7556005597357,4439.119175368823,1115.0824609814472,5040.317288161558,350.4863410739745,1367.7307225110758,653.1558926707922,2629.8660219796393,1477.5032041869192,6035.932048230669,646.9583099370858,1757.337572456751,512.4705154265954,2393.392137921301,643.2244981239129,4278.362627819194,1029.0637091822518,2865.2480206801547,960.8451885106766,3650.1219309982607,1128.127104482068,5145.542215262535,13241.108973504715,4218.931469165592,107591.86940909913,42118.53382900618,3310.2242225438936,19637.9525969276 -7255,3221.0357815386037,4329.938399556279,710.7034487448469,1734.8218570589972,1422.404739165063,3087.897655096939,1663.2070313905908,3638.887661963386,243.34853373790415,1330.8312403173672,1879.9617202696422,7385.355460885969,1051.6333619337388,4308.2273632020815,1238.856858877901,4868.9942113594125,1114.3132041408335,5528.4110946254095,347.9854691418461,1500.1789110677694,648.967593120017,2884.5367587153787,1467.9862980566231,6620.439110097133,637.6609773757071,1927.514475207891,508.70278730686687,2625.163237273017,643.3565711575759,4692.670335262476,1030.2259973231305,3142.7126589007567,953.9891416938342,4003.592120571973,1120.077428700617,5643.825784050324,13372.015071682292,4234.986487506557,106975.0287948564,41605.5421137789,3344.765692692177,19385.64195836495 -7256,3069.7898883406224,4491.870839643241,671.7151528659452,1799.701287320302,1325.2396236781954,3203.379852737418,1565.536685584882,3774.9759625185293,225.59392538468367,1380.6020985149419,1742.049652395965,7661.555378837085,974.4866147284674,4469.347846912478,1147.7927108180525,5051.086435464846,1034.4936291444567,5735.164405122451,328.1040184253966,1556.2830883607073,608.863496824109,2992.413599620825,1377.5420543047517,6868.032438365971,605.7477528202188,1999.6002864760928,475.66312054703644,2723.339943131412,596.574850389264,4868.168341883223,954.0596071434832,3260.2448458252024,899.4848885381293,4153.319756711921,1056.0840549191344,5854.895410521369,12230.832826172325,3912.0767415809514,100202.18516593645,39383.03090514503,3056.9201081231436,18391.510732777377 -7257,2881.30082208272,4540.801472381396,628.8931420663191,1819.3057073653022,1237.1995892131324,3238.274757041377,1465.939536738366,3816.0973502457027,210.21481163464173,1395.6412073075992,1623.1135565343266,7745.013867700199,907.9548524071,4518.03313326272,1069.4381480186069,5106.108688803286,964.4483546284985,5797.63842390396,307.3352278754758,1573.2359169151512,569.609124884117,3025.0104164196214,1288.7943737719859,6942.846961060953,568.6957031843804,2021.3822367443781,443.9583757901501,2753.0056996359094,555.9425723462139,4921.198040587364,888.7827856941749,3295.759189153962,842.5480264340923,4198.562500974785,989.2345580888671,5918.673677368258,11357.901480988497,3643.1049016804304,93652.33853556633,36916.07165771523,2838.1574638506763,17252.3705565623 -7258,2746.5082259987994,4605.912351404877,597.0313177826798,1845.3928628023943,1165.8833488952669,3284.7086117767035,1388.9456189446407,3870.816644719365,197.6205643819233,1415.6534069956717,1525.528952531421,7856.070178803477,853.3669190071431,4582.817535433395,1005.062619360691,5179.325548676937,907.3433904516769,5880.771178404835,291.33971743342425,1595.7946599222391,538.8245522448249,3068.3862584303874,1219.2445658828942,7042.400943173961,541.3386320245878,2050.366982075658,419.18548160863827,2792.481246441954,522.7069129315176,4991.763453371912,835.0788140605094,3343.0173172973596,798.696933124942,4258.765990763147,937.7490456309203,6003.541965077054,10602.07199347473,3418.364338222921,88507.25144182445,35071.63467352827,2648.1793780351145,16407.769092949842 -7259,2639.64939675719,4677.391358501205,573.8488350841448,1874.0314558697446,1113.8982259323047,3335.6839001143,1330.5488625450541,3930.8877249543348,188.84283726904513,1437.622887134329,1457.614710145119,7977.988281714981,815.3763140528862,4653.938134816167,960.2345712682948,5259.703336920162,867.3820564320547,5972.034679036772,278.88258563812434,1620.5597464280804,515.9094940333609,3116.0044470556495,1167.3814319189828,7151.691739130768,519.6120334626205,2082.1865619721716,401.7986462751053,2835.817673972953,499.5222151750964,5069.230471431414,797.7806914327579,3394.8974965789657,764.5461724662521,4324.857644544294,897.6526813066481,6096.710741637458,10097.007121734958,3262.0158994865865,84735.24954906857,33643.75593640433,2521.527320824739,15740.35251138737 -7260,2574.2499636411158,4616.114350893228,558.5771566292991,1849.4803693821439,1078.7761596042897,3291.9841726254695,1293.3831338451682,3879.390422597896,182.7617628287893,1418.7890496722953,1410.4899108302807,7873.471209876106,789.0151330779838,4592.968380387585,929.1452252188918,5190.797646399658,839.8221758574211,5893.79696352098,270.8874195012564,1599.3293117049798,501.10790088107757,3075.1826697926276,1133.8899368369373,7057.999713914163,506.52922239581727,2054.908502040902,389.8729621493834,2798.666533975431,483.4758959974998,5002.820104977915,771.8412765275302,3350.4220307088544,742.6277236890094,4268.199068326058,871.9182586863548,6016.83968491693,9730.589216314123,3152.7553065776524,82240.6580344133,32746.73382921916,2429.416733762649,15326.35924034643 -7261,2537.8955356306046,4573.876760947973,550.6663523856095,1832.5575664540393,1063.446309776469,3261.8624150128753,1273.8178052492267,3843.893879520376,180.16917259554862,1405.8070857208866,1390.4798785909172,7801.428703315547,777.8217043770709,4550.942576792665,915.9140280379434,5143.3016864187275,827.7727269937835,5839.868537913929,267.05843907832997,1584.695398738298,493.5070093473119,3047.0446526769288,1116.737902393257,6993.41879691579,498.6329815696756,2036.1060253068872,384.3438065689751,2773.0586481065097,476.61776964048164,4957.044145350085,760.8904255882724,3319.7655648764503,732.1307171437703,4229.144914041992,859.5937367537787,5961.78541458052,9592.240255186274,3107.597393836635,81056.87775667588,32271.163991283305,2394.8752636143636,15104.041667017607 -7262,2525.0207886402413,4503.37246649605,546.5329053552576,1804.3094992195834,1051.973940765897,3211.582243467094,1264.2714676390003,3784.641949464552,177.87292106577223,1384.1371890676758,1372.5907168030233,7681.173118132215,767.8146711750964,4480.791802681847,904.1388839847741,5064.019957700008,817.692483382171,5749.8495381732655,265.12323619360427,1560.2680175803291,489.33789320755454,3000.0758022621735,1107.357661781651,6885.618328330106,496.2732117385511,2004.7203482879424,380.3595144694448,2730.31317119995,470.5783877766058,4880.633494538736,750.9694303086654,3268.5928417948403,726.8254308524903,4163.954509078464,853.3648069180506,5869.8871199177565,9433.086624658752,3065.7675125565484,80287.71359573635,32064.028237548195,2354.5768817746994,15018.438011542597 -7263,2567.8292857855754,4448.33362863668,554.6781122148408,1782.25778159807,1058.9765105276456,3172.331269739009,1278.9025825102985,3738.387215670697,178.68957196614454,1367.2206886247322,1378.6086414149906,7587.29617480499,771.1810430662428,4426.028938773926,908.0321057701999,5002.129058059337,822.1857485558983,5679.576639628516,268.28298420281607,1541.1989001409756,494.30738917780735,2963.409795425079,1118.6819641971827,6801.4644117811295,504.052322740636,1980.219270701382,383.87625753093624,2696.9441205489165,472.79839337878036,4820.983888037069,754.0385698846454,3228.6451020095456,735.487761778866,4113.063933452308,863.5352385577037,5798.147158844243,9413.822947385199,3074.3082118917678,81040.87456618801,32514.024406149816,2348.819970083319,15242.053879208628 -7264,2677.406498995122,4425.00547912046,576.2829578301738,1772.9111858890813,1088.8104781558,3155.6947886758444,1323.613530789566,3718.78219878184,183.48332204107896,1360.0506489405275,1415.2036631732733,7547.50653797329,791.6519629508143,4402.817760506598,931.9873665124403,4975.896669864659,844.8760957662171,5649.791550626842,277.49751729585466,1533.116476164215,510.7782699275202,2947.868949670959,1156.0039021864998,6765.795868912435,524.3532126283033,1969.834516526372,396.5269147550763,2682.800685965675,485.56382856601124,4795.701469418238,773.7481279626314,3211.7132974367905,760.7490594365395,4091.494020217461,893.1944957645625,5767.740257039978,9580.43898589004,3147.4806829228196,83680.06447610552,33759.182107285524,2389.118351922984,15836.851290761266 -7265,2753.1883729271403,4665.109962793503,588.4399245189883,1869.1108238092293,1091.3533975204236,3326.9254168501916,1343.3294229219362,3920.5664189244317,182.92443475142878,1433.8481301806999,1410.1297614414138,7957.040530387507,788.8136688095743,4641.718320083545,928.455993065879,5245.892968482969,843.9961563850982,5956.353946882497,281.8818104295526,1616.304653366927,516.5481457282682,3107.8227746857083,1169.2722664059565,7132.913589197229,537.5516648013485,2076.7193784194496,399.71827726444076,2828.3716861691614,484.2447101282907,5055.920226343617,770.37326861825,3385.98353656431,772.7684349980108,4313.501894289273,907.3064292081408,6080.702648366117,9382.97723802915,3123.005812699144,84454.22338038043,34468.07753183993,2337.3061467005573,16204.278750179257 -7266,2840.693391729592,4694.676282058329,603.5899157727134,1880.9567883843054,1109.816178702302,3348.0106516741007,1375.8411045598223,3945.4140043758716,185.4377819112673,1442.9355068839943,1429.052983456632,8007.470295730857,799.3991458285575,4671.136388871533,940.8029268658819,5279.1401475574785,856.3163626763126,5994.103852855214,288.8498261884284,1626.5483946274342,527.9810025712897,3127.5193908657548,1195.2744303147726,7178.1202407335495,553.6940472079874,2089.8811149391677,407.4764572244172,2846.2972100988904,490.992775623923,5087.96340491428,780.3555461067754,3407.4430672218805,791.8709894509653,4340.8398081162,929.7347139109302,6119.240645817395,9412.231866925447,3157.0762840235693,86218.57390262668,35419.535277219555,2343.0630583919383,16672.548250135143 -7267,2891.745233071597,4560.03582122733,612.0100876485636,1827.012091545651,1115.7038358647692,3251.9917421848068,1391.7434137463881,3832.2619300255315,185.9105482641339,1401.5529940281576,1432.2979514826422,7777.820917172419,801.2143512116071,4537.171037861992,942.8399998433109,5127.737618489611,859.2929103093996,5822.196599504948,292.3157104787617,1579.8999758102498,533.1505934991661,3037.8240366507407,1207.0847481812857,6972.256117405977,562.8279935028123,2029.9445954665107,410.7016822893678,2764.6671370107247,492.3280002161238,4942.0437085665335,781.8136859526649,3309.7196721968676,801.3725815361148,4216.34716218193,940.8905210015647,5943.744545343477,9348.373654218198,3157.345636728565,86973.8343522051,35932.67912891503,2325.792323317796,16931.881065554888 -7268,2826.8193652768546,4265.672268549814,593.6079021206739,1709.073156165225,1069.4794659588756,3042.0662328168087,1346.6875151772367,3584.8782951729686,177.2934001859777,1311.0786787459376,1365.2904446260527,7275.739993463326,763.7309658050756,4244.283473340379,898.5766879684983,4796.727266432665,820.5232588674813,5446.356903808007,283.3244629737951,1477.912845009717,514.379979164749,2841.7236745274918,1164.8053326697138,6522.176740541615,548.7402478976247,1898.9057777277462,394.6423565534868,2586.1998458914595,469.637770386484,4623.020437571776,744.7501328210059,3096.067657329074,776.7234129625745,3944.1697103724428,911.949963767927,5560.058576818781,8778.533456199908,2999.508953911063,83789.5130445266,34935.7201162641,2181.869531033279,16493.487773099623 -7269,2530.3984351790073,3979.691254699226,526.600468665205,1594.492746988334,933.6254858926857,2838.118735050565,1190.7538138233838,3344.539360336545,153.58450630994486,1223.1807845382514,1181.9924737961685,6787.956739418053,661.1957603159893,3959.7364161920286,777.8079085729864,4475.14303762703,712.3501867502754,5081.219928652464,251.05837481846396,1378.8299836950164,453.0356011064992,2651.2076277330966,1026.1477115984262,6084.914194488839,490.10185774512416,1771.5985292255216,345.564117228502,2412.8147362567447,406.98582781879287,4313.081935841019,644.194045257302,2888.4997731010635,688.2671397134901,3679.7430077194144,808.093566705212,5187.298765759067,7445.463536975259,2586.031316338458,73613.64213341849,31070.990277665896,1847.9686529331996,14707.4010294927 -7270,2169.604505933198,3721.3271348246544,456.4309375226658,1490.977250720731,812.0607949579081,2653.866238524603,1027.5340991425787,3127.4097105932706,134.81887790435178,1143.7711000629672,1037.9879066097321,6347.2782152597865,580.640924815209,3702.6677772877615,683.005425353708,4184.613868846898,624.4104870800165,4751.343857687092,215.7464583568642,1289.3154529450783,392.20928542535677,2479.089520697735,888.1037897781524,5689.877645230141,419.99436840573713,1656.5852114878792,302.2397997724438,2256.1732493028817,357.1712629729611,4033.073878184622,566.0390940306621,2700.9765071306333,591.4608421406615,3440.8517212580755,694.433416784764,4850.535988355349,6627.454105000227,2273.5357531043587,63905.54051047137,26724.44238406303,1646.4767437348755,12612.516715237263 -7271,1739.014018954494,3406.819493515766,380.996508670681,1364.9674371837434,723.5356425953083,2429.5749626470274,869.3133818136582,2863.096949083915,123.34031234301627,1047.1053843531802,951.8179909891246,5810.838545247624,532.4382635138669,3389.7371299690953,626.7960784806456,3830.9515892361296,567.0557428359521,4349.784442030115,181.23840668518463,1180.3490688252464,337.05143963818045,2269.569484028085,762.5066766533621,5208.998127600251,340.61416344403466,1516.5790554537666,265.088449356906,2065.4929620521093,326.29949422969617,3692.2189877929172,520.7874184911318,2472.7037109717435,496.85830980798784,3150.0484352960916,583.360704808599,4440.593358344297,6549.477797837805,2120.5610634705404,55423.45608322073,22053.595278939003,1634.9629203521142,10300.412371003307 -7272,1476.7179143439243,3162.1663424312974,298.62120924389757,1266.9453420095515,600.0156419907939,2255.1004501174207,688.7145702357161,2657.4900210424053,97.65757895349273,971.9098442645125,762.092946730689,5393.546122433987,426.307812034297,3146.3107107609753,505.4162783302641,3555.8403367196524,468.98994374370494,4037.4143642181425,144.50934187657373,1095.5849304206888,288.95568325711076,2106.585408432225,651.8752829537827,4834.925533400273,269.9012373545728,1407.6693097241593,198.85870789094517,1917.1641871725947,256.5809640188747,3427.070507934583,433.52312192385483,2295.1320034777264,396.16695307291326,2923.834725637945,465.1391119045634,4121.702040541441,5637.891367890714,1788.6679683525508,44658.33261202412,17264.34157003738,1444.4928609181104,8077.917709239034 -7273,1584.863465722805,3023.432087233164,318.0612078093392,1211.3604361676607,629.9603886805979,2156.1620492034867,730.7459132494521,2540.8975148802156,100.04527607529907,929.2690803823385,766.1656396237588,5156.914167267031,428.586039124287,3008.272092354924,511.75269866758714,3399.834356231294,491.555517006968,3860.2802055149723,153.25335744120832,1047.5181487056736,305.71249651130097,2014.162832893269,689.7392411712028,4622.8020331864955,288.97201701178005,1345.910397604534,203.58970349740858,1833.0521206974886,265.90481074865096,3276.7140677783605,452.8985349453577,2194.4372914977544,420.1383445336959,2795.5568335040552,493.28389189870114,3940.869914454271,5777.363099920587,1849.1798893741134,46546.92528501409,18199.930769997358,1488.4096823302837,8575.0838918144 -7274,1577.8818615726302,2958.841054112947,319.6869965017929,1185.4815608380584,657.5214903476232,2110.098922824449,747.1980281982591,2486.6150997958084,105.0168001978535,909.416658294863,806.5799290827141,5046.744530851985,451.193422368127,2944.004929493085,538.5924601421627,3327.202060492331,513.4167296983638,3777.8111837497386,156.9337547073234,1025.139514926274,314.31079415903105,1971.1333040348995,709.0326689200184,4524.04289105309,290.2999788833192,1317.1570667671692,210.08331943829873,1793.8917470482802,278.627798447848,3206.71204994867,475.36696143292613,2147.5564727177025,430.2280159146646,2735.8340089746794,505.13016213691793,3856.6792159954457,6202.111153303153,1953.1385439617359,48024.07390233636,18423.731476705838,1599.8625025538577,8658.265155521613 -7275,1756.6650603739126,2978.5952551652954,355.77867145382066,1193.396227651301,743.5958363550554,2124.186640819262,838.9155571045278,2503.2165642620703,120.54783528442121,915.4882245533274,938.2848497692728,5080.438265763398,524.8679483073873,2963.6600796727375,623.4077152764918,3349.4155614012057,579.7031343526357,3803.033100134151,176.62484691668115,1031.9836852328915,353.3808761048293,1984.293241617474,797.1990844907585,4554.246897015182,324.0284255209054,1325.950842789126,237.19168447579514,1805.8683614014174,317.2324106671324,3228.121119713881,538.1054865352908,2161.894269698844,484.2104083465801,2754.0993412688945,568.5108199113778,3882.4276814364284,7158.673507286534,2241.0961304466227,54344.07502843473,20709.316531291886,1831.8499960232455,9703.994995788531 -7276,2236.08749453302,3082.109852718527,445.83105201727085,1234.8701170670058,898.0288410364601,2198.008125920686,1036.8167361130602,2590.2104096960284,148.9802451956922,947.3040259667697,1187.146017102067,5256.997844162831,664.0786052240632,3066.6556376962385,780.8779773455888,3465.8172119026385,697.3033115120387,3935.1992412569934,218.4500955185339,1067.8480329226736,433.74696819466703,2053.2530359961943,978.7768810895634,4712.519839230159,408.84703477127505,1372.03137945441,298.2556243304857,1868.6273872678598,386.2812928641133,3340.307445795209,644.8042653178552,2237.0262014013583,598.8727622466171,2849.812071771196,703.1357426825964,4017.3530084933655,8530.332263944245,2716.8745983656295,67491.85594898596,26241.605719280964,2150.4517391921404,12256.648559983236 -7277,3119.4160654923307,3299.860905822904,610.3851534861117,1322.1136876364624,1172.3486538019818,2353.2973943187767,1395.3742435170489,2773.208768426086,198.0619360236481,1014.2310529454925,1609.7765393265236,5628.40472822448,900.4942471760543,3283.3148505493555,1049.7185443504145,3710.677188938635,905.835822434301,4213.22105745003,294.04629442094426,1143.291493680328,578.7047819579117,2198.3153576663885,1306.3181951800134,5045.459353654842,564.59566494854,1468.9653928559542,402.8826872948124,2000.6459073340286,506.9374265908508,3576.300158181092,832.8013329938228,2395.0720967310067,806.116912653455,3051.1512872538624,946.4608340864489,4301.178988128672,10883.548754970723,3548.24711840751,90677.7879510119,36174.10967906524,2695.8903527568846,16880.440035812622 -7278,3238.0721293128495,3759.340965775383,635.2597224646461,1506.207773356025,1238.665852396142,2680.9758203759375,1461.9989520311997,3159.3565993630377,210.94351004663704,1155.4548676192348,1723.6553487572219,6412.116471164289,964.1970098032847,3740.491000523189,1122.0232671653907,4227.360232829735,957.1802834762861,4799.879440733438,308.4053306094628,1302.4859746150917,607.5775246757407,2504.4137361018634,1371.4407131771097,5748.0004705286765,587.6247912182216,1673.5074405484925,432.4259640207208,2279.22034658491,537.9839567167788,4074.2722418496687,882.1604508921564,2728.5673263797967,845.4816730350208,3476.000460113735,992.6789488034719,4900.084831658118,11548.360774536382,3747.3058330301124,96170.27833796892,38070.598297797274,2874.7320472690913,17697.673125885496 -7279,3180.884424864696,4101.205571805505,625.616932382934,1643.1783572231523,1238.8979261918746,2924.776728820554,1450.6235064534942,3446.6602009737367,202.37380508927095,1260.5289023238158,1600.242938314092,6995.21752296838,895.1612381174442,4080.641440159975,1055.3163343719064,4611.785283310801,957.1695415145477,5236.367886164982,306.2963846829962,1420.9306325020113,604.044461046549,2732.15855175529,1363.4127874884775,6270.708555325379,579.2926210029877,1825.6918172943208,415.6697538566703,2486.4866661166307,527.3133623252938,4444.77587200712,881.9591790280593,2976.6960815397047,839.7000766964433,3792.0988238098316,985.8907839516156,5345.68569248439,11277.314489489532,3651.28456575064,93933.25480515375,37071.368738275414,2871.5682376412537,17369.863414480707 -7280,3037.6641860533973,4283.801946427102,592.6257643995305,1716.3369457485087,1157.5254589842896,3054.9954213268984,1368.6278861540625,3600.114507574926,187.72102556749616,1316.6509385495544,1480.6825340780972,7306.662861910796,828.2802434114338,4262.32224597626,977.0826021311227,4817.113999104743,891.2765388641153,5469.504649357701,289.51638420351696,1484.1941723419363,568.0162213110628,2853.801380359534,1282.3420881335871,6549.896864339348,551.305248913769,1906.976381351786,388.27736054650313,2597.1915412633693,489.90774908783936,4642.66889297967,819.1455531982701,3109.226359118592,793.6983333060741,3960.932959361263,931.8801959894242,5583.689569691762,10352.445320470131,3384.512163558152,88020.10856590021,35097.17025909539,2633.3684517319307,16490.737760788685 -7281,2852.9892807162737,4324.415019500446,555.2719583454902,1732.6088739720587,1081.7686220462817,3083.958653949864,1282.6453143801803,3634.24580388532,172.69129108069248,1329.1335979834248,1346.366697953406,7375.934512758375,753.1451952975336,4302.731678298956,892.4759209603976,4862.783197936739,831.8545930567902,5521.358912177819,271.42958360098305,1498.2652445180506,531.8523163764545,2880.85716992376,1200.7572601395707,6611.993908810825,517.9186150125847,1925.0556884937928,360.17924543158426,2621.814511972549,453.98685232417955,4686.684245081367,763.4450253382337,3138.7037343342627,744.1140462800963,3998.485036168018,873.6633481357883,5636.6263756759645,9502.097615195646,3120.9575965316253,81921.60662013371,32793.83164983028,2436.3630511752444,15457.293792638553 -7282,2720.0332539592378,4395.634103645144,527.13911601058,1761.1433269856643,1019.1249627115654,3134.7485781093164,1215.1274681646958,3694.098444425664,159.9549660388196,1351.023189321784,1231.4903367164013,7497.409278325766,688.8844113295183,4373.593658027309,820.2200961543986,4942.868704112621,782.37221470459,5612.2905464419355,257.2991909983358,1522.9402764100485,502.9744297208644,2928.302201972825,1135.6619684438044,6720.88728477783,492.98889358480363,1956.7595611433487,337.7921703700029,2664.9933529251302,423.7684167350897,4763.869565663442,716.545159333637,3190.395258934196,705.376103733129,4064.3363573196734,828.1811794350835,5729.456357611386,8744.967911050877,2894.471102189423,76994.87098838939,31028.410002186432,2260.254391958249,14676.814224844133 -7283,2609.955604084483,4446.77408462374,505.4679996020147,1781.6329387501971,969.8986831663292,3171.219080175049,1160.693931528178,3737.0765722057563,153.62508822118374,1366.7413538856324,1191.9448651636235,7584.636139989337,666.7630368622033,4424.477214575874,791.3198666106239,5000.375358567413,744.8426636938284,5677.58543337381,245.6188164480989,1540.658570274081,480.0394183490152,2962.3708517688324,1083.885946677245,6799.079882204856,472.24146428369244,1979.5250244137274,322.8788459901084,2695.998597256923,405.07367053175693,4819.293696341315,681.8537784855405,3227.5131693446187,673.3547939947588,4111.621931847268,790.585000707412,5796.114382878541,8378.13634673658,2776.2088312981814,73612.94205705376,29731.77586353185,2148.9486962574424,14048.201501306536 -7284,2542.6802678624667,4374.385344045126,491.23094384664,1752.6298542320378,936.7860473873063,3119.5950149664,1126.0794432983632,3676.2409503910017,145.49045241239884,1344.4922619772758,1110.6152794827594,7461.166350997947,621.2680117815979,4352.4514432668675,741.9722073806086,4918.974579544554,719.1174005998071,5585.160396430608,238.1380203643445,1515.57829152787,465.2372028948215,2914.146613027347,1050.4794842418314,6688.398111465012,459.7338769777516,1947.300467749908,310.2769389843106,2652.110614790718,387.4406857160603,4740.8407336952205,657.0683603235698,3174.972696389713,652.8464714698938,4044.689110948852,766.5062055129212,5701.759821022792,7889.8967462563805,2632.6651251874664,70848.59060791795,28764.3512472763,2047.34514937697,13638.223203592714 -7285,2506.855997905893,4253.130956193628,484.2959187570403,1704.0483865763676,923.5383803464567,3033.1223898696494,1109.0887318011787,3574.338554745614,139.74141871904027,1307.2240349293186,1042.0783414727025,7254.348915542696,582.9290766006079,4231.805045224883,702.6737696120952,4782.624623015987,708.8478455479745,5430.344313333691,234.78416834344836,1473.5676995185497,458.1967953252429,2833.3688497804105,1034.6246040020267,6503.001180255735,452.5725123377817,1893.3228897339748,302.33893186653404,2578.596275330735,377.2956962239132,4609.428501837731,646.9960214447066,3086.9650472076332,643.6520116590485,3932.5736333160103,755.7110020319493,5543.711697138246,7584.8621517713245,2540.953414616585,69209.80686467177,28158.125007123315,2000.1067945785157,13409.24843063772 -7286,2493.0614812147487,4148.186772951698,480.3036342483135,1662.0017230769604,912.3735057872144,2958.2813950457903,1099.7780857086302,3486.14328304544,136.411622066622,1274.9688422082713,1007.8650441391577,7075.350965624187,563.7904715376527,4127.387069694767,682.1032482210275,4664.615410512372,699.2135937825153,5296.352895116162,232.89312562785406,1437.2080481768796,453.83238587069707,2763.456687934013,1024.8276064588579,6342.542413640655,450.1591980750792,1846.605959001561,295.81996762214857,2514.970517550765,370.2710962464564,4495.692829383773,637.271105367273,3010.795507893584,638.4677888189252,3835.539064609373,749.6242126390781,5406.922987320203,7401.872573770128,2491.0388636707808,68128.88880974986,27842.93929960975,1958.3133118991345,13296.963824965895 -7287,2529.1356120127075,4069.6248480897452,485.6900798464679,1630.5253066002022,912.8377384671624,2902.254920492253,1107.603936763957,3420.1197065646406,135.25544995226457,1250.8223869338806,993.0544405789772,6941.351890520395,555.5055556022228,4049.219067482363,673.6152305032089,4576.27291644241,698.4554667585338,5196.0460138297085,234.68626668410053,1409.9889674382553,456.1476838282118,2711.1199710599435,1030.1575319790597,6222.421896458728,455.814819439346,1811.6333489092033,295.32612319328706,2467.33984524879,368.44610240278865,4410.54953627859,635.1954945025282,2953.7744759554457,643.3836179235229,3762.8983306473115,755.3958812910222,5304.52203463553,7286.604771129854,2471.5670908784678,68205.44617271474,28067.840193994965,1931.813974681928,13433.960895053668 -7288,2635.2636370368155,4090.5486992728615,503.94850449664017,1638.908602392595,936.0880058011489,2917.176775041168,1144.309318916712,3437.7041470081363,137.98052151295593,1257.253451825034,1009.1245254653207,6977.040638104847,564.4950138520227,4070.0380029711237,685.3463261764492,4599.801683110402,715.7415251736057,5222.761324845424,242.35591221727762,1417.2383824152555,470.3590202287305,2725.05911113588,1062.3123323579518,6254.414287556198,473.6362153731518,1820.9478061395155,302.57034425415014,2480.025597294066,376.694366203398,4433.226241276638,649.7083477839645,2968.961216716671,664.409664147048,3782.245156860204,780.0825352166332,5331.795071781048,7376.066558454434,2521.0173623378064,70100.96226670445,29046.311403195865,1955.286027558388,13923.726491797115 -7289,2733.7351522929957,4371.136297695007,520.7098224560395,1751.3280997721215,955.5420959393997,3117.2779559969554,1177.2149431452651,3673.510446262396,141.29541172368357,1343.4936490675816,1039.265129905796,7455.624618070065,581.3553918249878,4349.218688179329,703.9641639117186,4915.321043070966,729.1769129196207,5581.012054761176,249.49563617508824,1514.4526055790745,482.751424028375,2911.9821495262845,1090.4274505527906,6683.430347136297,490.29368076765644,1945.854122954075,310.8201769708282,2650.1407768282647,384.5087020269925,4737.319504980591,660.6272459672415,3172.614506006468,683.9829502018928,4041.684944338065,803.0635052899469,5697.524875886792,7466.936314591161,2572.1659128788165,72013.133148914,30042.434204662764,1969.5185036541664,14402.324784212517 -7290,2818.4150131393335,4394.789349324979,533.3468259192969,1760.804869916941,969.1104141670796,3134.146141159027,1203.505519758989,3693.388511445243,148.7769619178572,1350.763549267832,1135.239804132389,7495.96842389417,635.0427452584031,4372.753139446793,757.5342221822879,4941.918782077859,737.6980108226477,5611.211974710682,255.24518523122128,1522.6475972771825,492.35274026490816,2927.7394399508876,1112.2469123712424,6719.5956625828785,504.40621460532645,1956.3835104863049,322.9746304190895,2664.4811936791575,396.28973049085334,4762.954043738412,668.3818913995893,3189.7821277875923,699.7451237855004,4063.5552719027587,821.5698530948216,5728.355268918341,7750.590587909648,2675.9129310184658,74428.59029242932,31164.16576038013,1992.6751090137416,14857.534086319763 -7291,2865.0003545516397,4236.950703605151,539.5478398565454,1697.5656486588719,970.2409177103231,3021.583434943188,1213.9486859786857,3560.740642701948,148.55738622509216,1302.2509420965944,1133.6860738916462,7226.751082551568,634.1736027971531,4215.705923132906,756.2391334170832,4764.430009392915,736.977758978993,5409.685569566542,257.6263553857334,1467.961782882075,495.5199597988207,2822.5898203693814,1119.5259496641827,6478.2617112002445,511.7453606494602,1886.120091865071,326.90160829595317,2568.786481207702,395.6793523583143,4591.892780926141,666.420810188997,3075.2212578181056,706.273012658366,3917.6128819624278,829.2342390547923,5522.621668060546,7598.5108681365555,2651.4260114008634,75046.77501035816,31631.29901732188,1959.0595337486457,15083.690894156138 -7292,2808.8206803129297,3973.063203674746,525.2850477008343,1591.8371693043307,935.3893740156808,2833.3919372701507,1179.6518634880356,3338.9691348806086,146.27418119660652,1221.143615287368,1140.332901108526,6776.65161026571,637.8917770434232,3953.1415993255137,754.0976996442168,4467.689827190111,708.1025042359042,5072.75731615358,250.777169042419,1376.5335855824185,480.23681080126926,2646.792124542402,1085.180982673914,6074.779960655239,500.44786799285214,1768.6479874133306,320.97743756677266,2408.796268953372,384.5550321996471,4305.8986330886355,639.7847466212995,2883.689067281182,687.4962246014594,3673.614511097135,807.1884362601248,5178.659482282472,7358.268091054041,2584.1063294177047,73393.42609372477,31099.844238711463,1868.3457311063196,14786.725635270675 -7293,2519.95054662028,3721.197170197264,467.2839327657469,1490.925179431157,819.9150591566143,2653.773554187984,1046.2597989638696,3127.300488097368,129.4683020234613,1143.7311546941635,1022.7536716475823,6347.056541212249,572.1190333548678,3702.5384643247803,672.6218231005234,4184.467724269296,617.4939649796556,4751.177920479291,222.9300903666923,1289.2704245462412,424.28968221544136,2479.002940310107,958.9882190279206,5689.6789304165095,447.9511653603919,1656.5273564614463,286.9080190130584,2256.09445410293,337.55715201167357,4032.933026030317,556.4410119981617,2700.8821775023525,611.1545004770295,3440.7315520292877,717.5557157995538,4850.366586934961,6338.0197582979235,2258.3999679433864,65283.17499642429,27924.902831837622,1596.6774944546687,13261.058748481473 -7294,2158.864595333332,3520.276173908868,404.65611978519206,1410.4246956508566,712.1954544925676,2510.4866489141677,901.8805672739202,2958.4461379989557,107.93311505270437,1081.9769415802566,817.4554970891521,6004.355828126533,457.27711546795723,3502.624919563913,546.5608440421157,3958.5330624808007,540.5358226344566,4494.644509949065,191.33693389049958,1219.658015867756,366.97883488329205,2345.1525373919067,829.2043614917469,5382.47243020309,383.57746174880026,1567.0854076432454,243.74497877033355,2134.279692695096,288.77950718740726,3815.1802748340037,487.0645187692485,2555.0517059789695,524.5430442445377,3254.953916559895,615.8653160318388,4588.477618831919,5352.502270237675,1903.078828068739,55628.09475360242,23695.290689705136,1394.2272217789098,11310.492269121856 -7295,1706.9600781041204,3230.3313240153866,332.172929548767,1294.2561462349004,619.2875776798381,2303.7123395648096,748.8061750222103,2714.775988549408,97.30768910583681,992.8607397777282,746.8593603557997,5509.811660769321,417.786283387727,3214.1339017104897,497.61358780422603,3632.4915197444184,478.29379035108303,4124.446558600638,157.66009874356402,1119.2018178702315,309.2712798292976,2151.99584546214,698.2089256002296,4939.149212440279,306.80716301751147,1438.0136187145772,209.87234005700506,1958.4913810519074,258.28121893425185,3500.945874617894,436.436143634572,2344.606829849392,432.2192609095099,2986.8621311079537,507.46808033353324,4210.551175363549,5229.104839539957,1748.7550735113648,47289.905393733105,19241.600971548803,1351.5191942558995,9097.234542818385 -7296,1298.2208942019809,2984.1836143832484,238.44305985684719,1195.6352451203245,530.4378809752518,2128.1719818870993,629.0941511235184,2507.9130309394973,90.65788092369522,917.2058386030169,742.8675865020848,5089.970045539279,415.55332166696417,2969.220417921581,493.2813136668817,3355.699643568749,458.4825166856185,3810.168247161751,136.84136854373347,1033.9198648901133,271.68604206265934,1988.0161185033771,613.0781850016361,4562.791450889575,219.4658973981085,1328.4385556134864,174.81806128091316,1809.2564823911177,230.77395663634638,3234.17763255655,410.20886901934904,2165.9503567920333,375.145491124036,2759.2665073732014,440.4578403699416,3889.711786413084,5273.733458123255,1645.3691210710497,41503.761257551276,16279.805989721573,1331.870794660639,7579.853462093094 -7297,1380.279952745821,2852.402312323348,250.6654787556464,1142.8360913982674,545.2093551916508,2034.1920828524874,656.6548345516497,2397.163798527234,92.21910609605533,876.7021044877724,756.0355428832612,4865.197388517072,422.91935582054634,2838.0998893821816,502.11539301259916,3207.5122243295245,469.031170248213,3641.911531905295,142.7433411340811,988.2620490090436,282.1404698563733,1900.2254908255993,636.776186790092,4361.298957087285,232.43379687208548,1269.774818663272,175.8440975599735,1729.359865487036,234.6695662047202,3091.3566152917015,418.1360981750359,2070.302167840312,391.3255281228545,2637.4175261914365,459.4548010751124,3717.9424350297923,5356.244343992475,1687.7374617457888,42556.9706219771,16931.752560870165,1341.386590483915,7898.604102394771 -7298,1386.5180104612625,2776.9594691841244,256.87041529984367,1112.6093580918512,575.8938074978594,1980.3899829317752,687.2265235032896,2333.761503679138,96.52796181602668,853.5143167542724,792.0899698628406,4736.518372293625,443.08787193889117,2763.035329294335,530.2409532757222,3122.677122155549,508.466821675435,3545.587055080472,149.94583109060648,962.1236258203776,298.51338132842056,1849.9666570649645,673.5474311087434,4245.947489420442,237.3784880179701,1236.1906983403146,180.97312188132582,1683.6202359475624,245.481488916634,3009.593698746844,455.88952823448284,2015.5449966571377,411.0708848144102,2567.6607896113746,482.63779906247544,3619.60702606073,5868.742657776567,1809.16771732367,44678.75361317562,17379.54802466934,1496.1793352251505,8113.825434716318 -7299,1562.0480796156864,2755.2558428429643,288.33547077311846,1103.9136396128206,674.4527554157146,1964.9120313533335,781.4326269498738,2315.5217388545843,114.87051281017754,846.8435835249151,943.2732525921833,4699.499601925867,527.6584151423102,2741.440528570777,627.4081046400869,3098.271502197666,582.8513669095121,3517.876136913514,170.59665842960243,954.6040448180152,339.68318590195105,1835.5080430613762,766.43558302603,4212.762828716106,266.9359347040593,1226.5291165632214,212.14986228163818,1670.4617203455477,291.9887482686034,2986.0718944853284,524.3911492347155,1999.7922872760055,467.6843551899964,2547.592959681921,549.1076020788036,3591.317596824465,6961.847586048584,2129.691535904498,51539.11165694916,19798.89808757986,1755.3930658735144,9203.401447967013 -7300,2001.9761494291286,2767.277315599036,364.8688626138493,1108.7301316195912,822.9876053245391,1973.4851504392975,974.7862040050693,2325.6246051898606,139.50257920063115,850.5384516782457,1143.115796890784,4720.004015909225,639.4485034468668,2753.4017236489804,760.03388453168,3111.789588567515,709.0297825611818,3533.225002699968,212.80841760772321,958.7690832653248,420.9211258750571,1843.5165588551197,949.9719275480885,4231.143558659844,339.66480221121066,1231.8805928689858,267.25745703728376,1677.7501215709215,355.10928201430244,2999.100442095697,634.9181438324566,2008.5175926089885,583.4063133712662,2558.7083773074487,684.9766048787069,3606.9868954708218,8148.066540427818,2542.8816058633624,64152.35034040061,25171.169047625084,2063.1066839579507,11746.420999326436 -7301,2781.799743963389,2779.6236904688603,493.4800761735558,1113.6767980621923,1073.6324918844803,1982.289973624169,1292.4128031374362,2336.0005198191275,183.20732222800808,854.3331803476225,1498.2493818167043,4741.06259888499,838.1069770873088,2765.6861917273204,988.0707751409809,3125.6730257495797,897.1335228813526,3548.9886994342532,281.48894769662985,963.046689433982,550.564830208187,1851.7415193193467,1243.089864001067,4250.021061181469,464.37080431687974,1237.3767025319705,362.5060439609841,1685.2355050639467,466.9884826914834,3012.4811098450564,797.4790015667821,2017.478715150341,771.6914165170132,2570.124209262823,906.0419031898289,3623.079685344462,10020.494694160434,3229.6394484071666,84889.63580986815,34304.18312823144,2498.0266406450196,16030.162830518655 -7302,2876.177962374737,2823.875691168196,505.022438420994,1131.4066895635738,1144.812342575666,2013.8483092362485,1332.5394269878718,2373.1899771514786,200.3135265720961,867.9342849229803,1637.090023723483,4816.540983301142,915.773160099015,2809.716305483408,1068.7696852814565,3175.434180612249,922.7934828479932,3605.4890994516413,289.802954141627,978.3785283877423,565.9873017844016,1881.2215051494022,1277.9834415599896,4317.681995147632,476.58709242725087,1257.0759139372922,398.9578298434314,1712.0646916924632,510.8119549965104,3060.4402334619344,822.2450501559885,2049.5972604843205,794.4839540676737,2611.0409487105626,932.8025923188246,3680.7596242942445,10587.428477453304,3414.2356113494848,89909.36079090576,36076.40209499114,2604.7949794893525,16781.623109938733 -7303,2775.943049798411,2946.2997417567613,488.4592470222959,1180.4567912492014,1093.313028097413,2101.15507987729,1293.210855240931,2476.0753593684553,187.17287681142832,905.5620144782442,1530.3915541822969,5025.353452931356,856.0870138190321,2931.5265013775906,1005.8854270917943,3313.0994170756544,896.9431809915768,3761.798593275425,282.2188407052019,1020.7943694351069,550.2840345574523,1962.7784792878185,1242.6025609252013,4504.867330767211,462.8701524787357,1311.574178773398,367.9852179474643,1786.2881764875558,477.15680594085967,3193.1201142146274,798.6403348557028,2138.4538625962623,773.692390886699,2724.237931918248,908.3912446329758,3840.332336314912,10138.344553792716,3266.1778515741207,85763.37464976785,34531.73340496046,2518.4646404033188,16131.764859711855 -7304,2651.7347636667446,3168.9243580831685,465.24466420937995,1269.652990983129,1011.9362372649518,2259.9199322344543,1225.0469586165716,2663.169468994244,170.62296486745308,973.9869588841997,1394.2941681174034,5405.072925633869,779.9553829913099,3153.034840590472,920.4751185495838,3563.4396917341733,840.3990600890595,4046.042913924827,268.1411874802329,1097.926356932124,520.3462802280994,2111.0874920105484,1175.2141144492498,4845.258482047505,442.63579781840707,1410.6777065627834,338.6787893720624,1921.2614496759193,435.1296865524822,3434.3946628412727,746.0606701390697,2300.037038925889,735.099031370077,2930.0833914890122,863.0788306829128,4130.510725438427,9230.342443902071,3003.4782228101367,80153.5404914758,32654.82147449268,2309.28358937723,15317.943651066496 -7305,2495.210381130509,3372.8994569321726,435.5139144623641,1351.3771235516858,954.3170852966961,2405.3848722203334,1147.751596020054,2834.5904921259976,161.79553617552475,1036.6798678232499,1322.4668750539931,5752.98286595164,739.7758533400147,3355.9871741301786,870.1439417102091,3792.808676673784,782.5077153894574,4306.475764336674,251.06432789549274,1168.596910053064,486.45572388295056,2246.9724899478983,1098.736566677957,5157.134679187922,415.57772360317944,1501.479219040122,319.85163249518314,2044.927858157021,412.5529700719335,3655.4573679363484,694.4078649485326,2448.0842086775397,688.2834598513946,3118.6849426400518,808.1127281582109,4396.38054065478,8686.730316884787,2831.4503843299913,75226.6394955452,30677.92402043402,2154.607210457567,14373.27368800338 -7306,2385.495843374546,3503.1861941412553,418.4366559535864,1403.5774688079555,892.1620900970215,2498.2989216117485,1099.8681796556798,2944.0836896726832,148.13884337283832,1076.7242389151422,1210.195836217278,5975.206319806483,676.9724628525138,3485.620631817246,802.8005384604223,3939.3154651659565,750.3444981382225,4472.824237918434,241.17728950044543,1213.736909174743,467.03723658731514,2333.7674620637144,1054.8995429146676,5356.341996002025,399.55703754614336,1559.4776358129445,295.340913441741,2123.9183474583433,377.8657943566797,3796.658616167005,664.8039490251401,2542.6476274910315,661.178514074074,3239.1520039171287,776.288846056758,4566.201812674669,8060.415418184697,2637.7729367644292,71103.59972512006,29184.1874097324,2032.6874250900878,13737.613365302675 -7307,2286.3776494288863,3587.7913512654522,400.8453303347291,1437.475151004545,845.4757237794531,2558.635130163743,1048.711906522471,3015.186008917979,140.123000259052,1102.7281160613804,1144.6376152071446,6119.513028477059,640.2997946699973,3569.8015645131545,759.5888572448896,4034.453543881137,712.3137660041507,4580.8470424359,229.83046508825416,1243.049767874604,444.85393174969454,2390.130085080856,1004.8122301272026,5485.7025640873235,382.41150533276624,1597.1404499192236,280.0476805958363,2175.212922039106,357.43487545808955,3888.351401239335,630.344505297891,2604.054897933897,630.0716195573818,3317.3804933702118,739.7662810690111,4676.4797711994615,7605.513213329235,2497.6069713147235,67542.84963039994,27830.42099915931,1916.4133086753618,13104.961070158537 -7308,2163.504182354733,3520.276173908868,374.59320840873426,1410.4246956508566,759.6837511072383,2510.4866489141677,969.7514177799533,2958.4461379989557,123.98051810993577,1081.9769415802566,1011.2310462307129,6004.355828126533,565.6733822680428,3502.624919563913,672.2679438712573,3958.5330624808007,639.8722206874852,4494.644509949065,212.7031880923793,1219.658015867756,408.65213358953315,2345.1525373919067,923.3062429851985,5382.47243020309,360.5529441997377,1567.0854076432454,253.1668708172424,2134.279692695096,316.5805960593868,3815.1802748340037,562.8525683296702,2555.0517059789695,583.1178305927427,3254.953916559895,684.6378976181409,4588.477618831919,6529.836614219044,2200.342367313199,61596.76462673321,25942.825670428163,1649.3329402114957,12270.734354569742 -7309,2135.403923673003,3379.2026058429005,368.3521406412951,1353.9025267998588,756.0818236267023,2409.8799659018414,953.1488128943435,2839.8876692879444,124.78882967650175,1038.6171765580873,1018.3875561603425,5763.733826111579,569.6766683540643,3362.258717996557,673.7872741737434,3799.896536298488,627.7199916101252,4314.523545887727,209.07052885323083,1170.7807404443145,401.0056996722978,2251.1715484681104,906.0882619211327,5166.772140443635,354.1410661905341,1504.285127495093,252.83317213929013,2048.749343192743,318.5265112439543,3662.288550549742,552.4988155842976,2452.659097289052,573.1590312262992,3124.513024932485,672.945284044462,4404.596332904092,6536.784814858197,2197.9622104726773,60864.419779178264,25579.0818031251,1631.4850432864296,12069.696398657032 -7310,2133.8619127917786,3266.7206380942057,370.89636133695456,1308.8357941656398,744.172415466831,2329.663396426516,960.0738158026761,2745.35763055205,120.01387218932345,1004.0452028164576,979.3846864905709,5571.879060960843,547.8588204087337,3250.3407536736922,654.2394511033968,3673.4111225783213,635.8518873155153,4170.90797886005,211.05465885372493,1131.8094987496777,405.2609228752067,2176.2378333147963,915.6637423075217,4994.788165211919,356.7305283211267,1454.2126781831823,243.26373426881068,1980.5535631741948,306.34564534421344,3540.3836307568085,559.2180405247608,2371.018558481822,578.5984493745574,3020.508792486302,679.3316979215749,4257.982554314111,6452.60576477117,2168.032494945531,60353.7896703393,25447.304888763887,1638.6434679196166,12058.062930163313 -7311,2175.5508635737106,3226.042585858741,381.19773627555327,1292.5378315600046,740.0450350636795,2300.653823882788,982.6950448111719,2711.171725642294,116.02225563130531,991.54257166684,946.2262634477605,5502.496578464977,529.3103023591585,3209.8666680052793,639.3634424370878,3627.6688550014546,652.7224771077614,4118.970751459924,216.57914500105178,1117.71591346606,415.8881681142898,2149.138755656286,939.6737044357935,4932.591768152358,366.07163827883346,1436.1044449309136,237.5365963430623,1955.8911967757822,296.27915289315195,3496.29785599355,573.0226732177947,2341.4940207394557,593.7436214157484,2982.8966339791946,697.113625006202,4204.9610517276105,6368.934991446165,2149.1012753168707,60780.1127187757,25799.441553426626,1652.4948538997041,12288.009074736492 -7312,2274.4958791860818,3303.954706493189,398.8928053577115,1323.7538991651022,757.9583830680642,2356.2168902385115,1023.8089962611278,2776.6492055351137,117.29666896507821,1015.4893059091387,956.331216067582,5635.38731558396,534.9629202721657,3287.388124217411,649.4500983239479,3715.2806474469867,677.8233327137256,4218.447970850716,225.68173593951352,1144.7098587619896,433.2978347820255,2201.0425831893895,979.015867366012,5051.71874017851,383.05757999376226,1470.7877883088313,241.3245225709515,2003.1279045424546,299.59401126554656,3580.7369088207524,594.1380002387649,2398.0434182608556,618.698033845635,3054.9365392815644,726.4125686603978,4306.515021957718,6476.742238446474,2197.3044075659946,62706.41587451502,26782.76452628539,1693.0117376987032,12783.821191689854 -7313,2388.369196130298,3670.8369580735616,417.67825473800946,1470.7479878278587,800.9220515541534,2617.8591446566843,1070.7267312407803,3084.9776794011573,125.37009271402037,1128.2526565312103,1022.4428753048959,6261.159691581021,571.9451767283143,3652.4307667394687,690.7064079125249,4127.837916016536,706.164872814606,4686.878632650879,235.7952662003733,1271.8222945237403,452.3275108524292,2445.453760242693,1022.0464381960478,5612.678592958889,400.90066977490653,1634.10901493194,257.2370797184378,2225.561969506391,320.15440589649194,3978.3539877847284,618.8838854037205,2664.330231136948,646.4238985975319,3394.1669753901724,758.9654709341768,4784.72494554276,6846.4910573748,2323.2348600339724,65917.76270560647,28129.928206035132,1770.883591608492,13399.882498042896 -7314,2458.9989736612097,3798.524459463179,422.97418305593004,1521.9069300212761,820.8849778624641,2708.9195477715625,1081.7216054824764,3192.286474704394,131.4205548721636,1167.498137682809,1071.2548849690381,6478.949761243752,599.250167714238,3779.4780216108143,715.1186450329,4271.421876747409,697.777211984016,4849.90843450665,237.80447607833685,1316.061745323149,453.6666872352307,2530.517162397471,1025.292533685035,5807.911700237512,408.7076629196444,1690.950356429278,271.6711256242583,2302.976589202048,335.71675763442454,4116.738254409918,610.2907238581976,2757.007098558822,651.9320722913591,3512.2307045442367,765.4326106092302,4951.158263097008,6847.122531977613,2355.9340301229972,67334.94092000271,28918.5050909295,1732.0158658172666,13733.61689784734 -7315,2516.419688183723,3643.93486009347,433.296306687189,1459.9694632231233,829.8586866562674,2598.673900525168,1106.2985789285265,3062.369110089705,131.36733958577582,1119.9841434212653,1069.5181962400536,6215.274152829034,598.2786799509485,3625.6635603844657,716.8744861179124,4097.586640536055,712.4939865081379,4652.530371031942,243.44220815856997,1262.501616876837,464.0995268616979,2427.532006317028,1048.8992693466805,5571.545513183593,418.95997473940525,1622.133282603877,275.8367115174125,2209.2517146930454,335.8537917652574,3949.198220312277,622.4923419995918,2644.8044189725797,667.3877038198385,3369.2924812146925,783.5790477800205,4749.6596073752125,6791.68932709574,2355.6898747139107,68750.779068532,29653.576042341523,1741.2889117445159,14120.20890541154 -7316,2497.8969731451843,3420.0106227057554,424.7031226201105,1370.2525606950678,839.9636066509073,2438.9822227821883,1086.7047104230026,2874.182796693603,137.12553321937168,1051.1597530765087,1116.7462652700954,5833.3379826549835,624.6976290583686,3402.8621166279513,738.5330596677238,3845.7849484529565,692.1192193564181,4366.626710495654,238.70630650470775,1184.9193541267693,453.5586716607335,2278.3572065142494,1025.2093810606145,5229.167252316828,412.0307184818966,1522.451215773795,286.53347808330284,2073.490504791107,350.50225497822566,3706.5151774673063,605.0937418351878,2482.2779646596996,654.4044066578732,3162.2453526683803,768.3353752205932,4457.787236910982,6849.771354118733,2379.411757611076,68789.48114096724,29576.99853410493,1709.8223604825055,14012.75468383771 -7317,2280.7617665958383,3266.4607151425735,388.07199714695463,1308.7316541118946,766.8616909807107,2329.478032248371,994.7171451558601,2745.139190857423,124.799743048422,1003.965314016159,1015.4294299058334,5571.435723616727,568.0219196299214,3250.0821340192742,672.5014949090564,3673.118840510977,634.0806373427362,4170.576112492229,218.83578958541835,1131.7194441358336,415.3697157781823,2176.064676738598,938.9266212027181,4994.3907452221165,376.9520068276441,1454.0969709362246,263.75938453545126,1980.3959765957766,319.1927859019246,3540.1019332793794,554.332967110896,2370.8299038001487,599.9301280979295,3020.2684598568085,704.3771945735803,4257.6437596891265,6180.476520047239,2155.105779210026,63194.72579232804,27181.560130903785,1557.017852960876,12896.214730576387 -7318,1930.0754979703788,3162.6212091724406,330.30330599386144,1267.127587734956,645.6937311674099,2255.4248385529468,839.7128328615664,2657.8722918322974,104.97306146851257,972.0496501493622,854.4227554524182,5394.32196547393,477.95626109888985,3146.763296724093,566.496232827537,3556.3518321094693,537.5684743847851,4037.9951323737746,184.09489791081643,1095.7425265408735,350.97985117134283,2106.8884334903364,793.2386395466198,4835.621020791792,318.2077773591336,1407.8717981078125,220.70379263800365,1917.4399646401978,268.41779712083957,3427.563480227879,469.8664491168645,2295.4621503143767,504.68927361034616,2924.2553091965788,592.5550293733623,4122.294933189114,5242.530939000982,1822.8345263682,53180.841105618616,22864.479052530365,1320.1240117217292,10838.475166050981 -7319,1541.0281145113695,2924.856038367232,272.18188706554537,1171.8652128239153,585.4736692778102,2085.862492476992,704.565175742054,2458.054034238528,100.76299696097256,898.971170049185,823.9123943089637,4988.778019907711,460.88904461402365,2910.19032030845,541.0312720783617,3288.9860791851142,483.32446887211825,3734.4195414762867,153.04975165333022,1013.3648430465881,298.923705982636,1948.4930218604277,674.9599265182185,4472.080090052676,255.17266578141073,1302.028304243262,200.34440116475145,1773.2872474639587,256.8654138866808,3169.880007430539,428.69595028468336,2122.8898078968023,419.5801668853569,2704.4104346182867,492.6285362371057,3812.3817017036313,5407.817259270286,1756.0560994663153,46337.3151315387,18845.04281672327,1333.4035868468407,8790.590655570912 -7320,1437.5916163880274,2711.2637650952597,285.56410018173096,1086.2878881651839,655.7001614426741,1933.5390599193981,765.5478290538631,2278.55072121686,110.82271270329957,833.3223677498556,943.75338434042,4624.464554853828,527.9269964432619,2697.6690344691065,623.5494223084014,3048.8026294023402,560.0396171709755,3461.707603263946,160.72988077432498,939.3622604780986,304.4839217809259,1806.2012138075181,688.3264221938215,4145.499314739745,248.51463507749241,1206.9456124048572,201.3164293612635,1643.790120295449,274.6351543641466,2938.394468345878,507.3651720420129,1967.8623966236983,440.63495347257805,2506.916552863674,517.3489341869006,3533.976452499667,6714.880709573178,2071.037547822145,49433.270037781935,18661.373507123073,1709.4592017877796,8636.280562744372 -7321,1469.4260141136876,2572.7244473834885,285.37778022137996,1030.7810854695495,626.9364366774926,1834.7396787677521,753.8223210855065,2162.122040852758,108.9326017787778,790.7415190149239,891.2156465430314,4388.1650946317395,498.5378672750698,2559.8243761002104,588.5813188527899,2893.0158551485947,531.5415561939376,3284.822338300805,158.35030725587742,891.3630180855937,297.24819731892467,1713.9085025514169,672.2109396347458,3933.6738722902232,251.9439222746144,1145.2734786160186,206.5640551606467,1559.7962408880423,277.5861113722014,2788.2492961743396,478.5072941622401,1867.3091722238141,434.11144171773566,2378.818905830842,509.68968739559165,3353.398416219391,6320.824823558175,1953.5647841542154,48326.14203112247,18686.761506512383,1571.2452225770971,8655.213068524916 -7322,1506.878591379101,2504.5594657993993,298.0569453590873,1003.4702812442006,691.8153745434848,1786.127789320363,806.3504490346903,2104.8360733457553,125.24377894270253,769.7906235017082,993.6405111512523,4271.8995562964055,555.83339811072,2492.0011851506965,656.6314965936609,2816.3646721238288,589.3369932477624,3197.7901439183092,169.56313132931936,867.746130636051,320.7272335345239,1668.4980655215018,725.0900514522883,3829.450193250216,261.44767449239583,1114.9291696256007,239.46092818455676,1518.4690470087298,325.6504136113538,2714.373929491029,534.2369327526952,1817.8343458521488,464.85097932017095,2315.7915003608337,545.7809391010869,3264.549281397283,7423.958080045375,2212.5552445310127,52805.004413144954,19749.577633406116,1825.0048624143615,9081.382397349844 -7323,1722.6425106138963,2491.6282658641912,343.3143154285664,998.2893003120245,820.2607898157102,1776.9058978584405,941.2573578171922,2093.9686707278724,154.71833045859367,765.8161455159872,1183.1735273877673,4249.843466984123,661.8564308742064,2479.1348244178025,782.0940606118145,2801.823602062206,699.7622350468376,3181.279749868373,198.25921220899758,863.2659021322025,375.9239222973996,1659.8835038105942,849.795457456093,3809.678498160903,300.4829691599381,1109.1727193584388,302.9596299417136,1510.6290946696356,411.57110100731154,2700.3594441252517,636.5454020095458,1808.4487514207547,543.5202112162365,2303.8349214461214,638.1463834535729,3247.694205671375,9168.943916323724,2664.5547595247313,62659.55035723658,23001.321579405023,2220.788734906539,10520.327438013106 -7324,2225.4266507308944,2523.9237792727254,439.38280530318315,1011.2287367141239,1024.2176384379695,1799.9374588004123,1191.8562192582233,2121.109875621487,190.42485145346845,775.7423555910705,1470.2933613030434,4304.928279816166,822.4686353476413,2511.26840271295,971.6324708636552,2838.1397463877574,871.6679596083881,3222.514256727099,250.98384908333506,874.4552179299872,474.09253795082543,1681.3982661402497,1071.8704520301424,3859.0580644088745,385.9978511730174,1123.5493833741668,378.39250583605843,1530.2092795834972,503.608948640062,2735.3604496245052,790.5429622173174,1831.8891585233362,688.0628301994604,2333.6963307967676,807.8536871666178,3289.7895507928915,11121.722234005625,3288.7495513486283,78785.9962580508,29377.824826717573,2710.8467463420525,13500.586294511675 -7325,2722.0983546900634,2554.269867392448,504.0907865354399,1023.3871214504351,1021.5260830341402,1821.578786158755,1302.162279493461,2146.61278015681,175.51986487629827,785.0693986952608,1406.3399618547544,4356.688057191864,786.6936896432951,2541.462330464192,927.9486418534894,2872.2637716643,847.931527069918,3261.2597618032787,275.25869349992087,884.9691230320268,504.2367169203153,1701.6143520488913,1141.4197842709132,3905.4569759146025,459.7385373252716,1137.0582416347586,365.1905129451739,1548.607563248481,453.4780996178182,2768.2487206274545,752.9097350328246,1853.9146532259265,754.6114077789755,2361.7552425121753,885.9882868189783,3329.343932119126,9257.87514867062,3032.565397091879,81756.74635690669,33476.97299688084,2287.256604877096,15713.32033997119 -7326,2758.9202660910933,2576.948212681163,507.4016471083794,1032.4733682877634,1024.658152870184,1837.7518590241054,1312.2990992975426,2165.671700457687,185.40952530654937,792.0397173473735,1403.8643721987082,4395.3693560387555,785.308867471287,2564.026962731247,926.2761075046602,2897.7654582345476,847.1591959956824,3290.215188909292,278.0198660478331,892.8264115660922,507.1751651041875,1716.7223084620455,1148.2657529670787,3940.1319736275223,465.4981014976096,1147.1537290953286,412.61622909061083,1562.3570332964198,496.1496148538945,2792.8268989683056,751.3732148285891,1870.3748233819433,762.1810589932842,2382.7243270873314,894.8758046089916,3358.9038514688245,9431.782741264524,3050.423314361492,83491.4438947901,34187.613189798554,2280.3579070852447,16044.134184508153 -7327,2644.852405372868,2698.7874255980455,482.8652515677079,1081.2891504330087,972.409114192412,1924.6415523979076,1251.7558408859531,2268.0655840916916,169.11185213628167,829.4876937116753,1324.7799266141292,4603.184297830528,741.0697531903601,2685.255253427786,874.1040029654172,3034.773047642674,800.2536696932398,3445.77796932186,265.796368143384,935.0396259106043,482.7781570171273,1797.8896729556632,1093.2230896718345,4126.4230974044885,446.2512700260859,1201.3916477154396,361.44741489490644,1636.2259416024724,443.2528087260009,2924.8729484422133,708.8404923077906,1958.8069444540654,728.6707969035517,2495.3805516795123,855.5314488337165,3517.7142612056386,8675.078374657603,2860.2404992107586,78556.97916440551,32473.451970746533,2124.178420252339,15287.258148959481 -7328,2573.250610168526,2943.4405766825143,469.22778008679217,1179.3112456072006,944.0962949368845,2099.116064927515,1216.0661747039103,2473.672512133201,158.70174154757197,904.683233800343,1284.4451157664587,5020.476720644165,718.5068295534824,2928.6816726359057,847.474454911745,3309.8843001591513,776.0706100975392,3758.1480471338327,258.4975487272875,1019.8037643151619,468.78153231520645,1960.8737485515232,1061.59691615317,4500.4956916044675,433.90394889493336,1310.3013934450469,329.63949225043484,1784.5547164819868,407.3321978452831,3190.0214283005475,687.21561848434,2136.3786519480823,708.6613566033249,2721.5942613376587,832.038390619843,3836.605579008493,8230.83681320607,2757.299703630331,75671.34297289196,31429.419353132078,2045.5844374526785,14827.861015753311 -7329,2421.537782874033,3142.737049795851,440.774334464974,1259.1608521575429,885.4557747478491,2241.2444407166086,1143.0049983860556,2641.161610167311,149.89567372420768,965.9381404594028,1202.3447096415723,5360.406567265938,672.5806145788201,3126.9788398530036,793.3292290265038,3533.992193710853,726.8584474656194,4012.607286829343,243.0342245028815,1088.8533300192494,440.3227325184354,2093.641919719192,997.1880179029012,4805.218309653529,408.60469410919626,1399.020169865331,313.1450451273149,1905.3845589085943,386.99885287737817,3406.0135651395453,643.2260746108841,2281.030028279843,666.2692318949182,2905.8698135016584,782.2658513263227,4096.377074543535,7737.727939540428,2584.8996530238496,71127.98638677178,29572.493498337786,1912.5205924467348,13948.711320690301 -7330,2341.531913472376,3291.283423206463,426.77225906108566,1318.6770557612674,860.2823362947826,2347.180358459639,1108.0025820719557,2766.0002373146804,144.2427417749974,1011.5947147864073,1169.4932339533545,5613.774552864831,654.2038000671236,3274.7803768673907,771.6867203335307,3701.031852364847,706.6677861716635,4202.269435120818,235.5712887155116,1140.3196826881544,427.112062776077,2192.601173855621,967.2413612259626,5032.344455441536,395.3347089931614,1465.1470424827182,297.55431036437545,1995.445534960293,369.78700134210527,3567.0041141012202,625.727007784608,2388.8464739362453,645.8098727042412,3043.2202871682616,758.2445439197545,4289.998732641002,7507.0399485617545,2512.048051696634,68831.46750279324,28589.486480940624,1864.2601674439204,13486.340928949105 -7331,2248.8149252195476,3433.5266540094963,409.7561742943757,1375.6678586422224,819.3183413717599,2448.6211870162556,1059.307135473857,2885.54169259728,137.20974583496516,1055.3139823158829,1113.2447730501788,5856.391589054746,622.7389263915464,3416.3103762869428,734.4807698436919,3860.9836584819977,673.2183606631694,4383.883809909023,225.03949065034595,1189.6022071496395,408.0113677515764,2287.361373670896,923.9862939299766,5249.833149611291,379.07944973932905,1528.468009451043,283.2394777872019,2081.6850297977553,351.59479500022115,3721.1634872806844,595.5147785042068,2492.088035556024,616.9373424188326,3174.742684370514,724.3453431125612,4475.404606704949,7112.987028199765,2386.948778232877,65692.14245974763,27365.83917299068,1764.6122326744153,12907.93512084944 -7332,2188.228955891956,3366.7912518109556,397.4710383458262,1348.9298259751722,787.937930685841,2401.0288027962074,1024.9725642121089,2829.4571460593156,130.64707211407114,1034.8024761729632,1068.211000061536,5742.564411487527,597.5474463853393,3349.909596572499,704.701717259414,3785.940030371553,646.7202046837864,4298.676884573432,217.58340253386382,1166.4806211681541,394.2239697892784,2242.903299909599,892.788144810555,5147.795285333926,368.55856233825995,1498.7600917218463,268.9704518936969,2041.2245640104845,333.05765581799545,3648.837460138822,571.2550756869147,2443.650812221004,596.4967558616479,3113.0371112767584,700.3460766309188,4388.418846428154,6733.741032368553,2282.3055617835075,63277.45442428028,26512.546337228865,1676.0880238756272,12520.020807785988 -7333,2185.462548633486,3222.078749815847,399.11577399806794,1290.9496913209389,800.845680068354,2297.827012299673,1031.9164711605079,2707.8405110291687,132.2619213054999,990.3242640719975,1090.815397221113,5495.735665153035,610.1921390528058,3205.922707300205,719.6743186524,3623.2115410707056,659.1182467191262,4113.90977526704,219.17663255038326,1116.3425767832357,397.85032402010046,2146.4981105209135,900.9320855677038,4926.5310964423215,368.2153185572348,1434.3399045044696,267.48303595143904,1953.487994767308,335.204794728792,3492.0019575081956,583.6097255779883,2338.617028837888,600.8645363317016,2979.231551180281,705.4742820833835,4199.794419318954,6936.467121362679,2334.2836965293036,63867.397862862184,26567.50115088276,1733.4043930840116,12531.633752420159 -7334,2163.2579949682236,3112.6508846277598,393.13856980706583,1247.1066074749765,781.7245879936316,2219.78847753641,1014.6866352121829,2615.8771453266154,128.50291540223705,956.6909861555109,1059.7806851654843,5309.090127234355,592.8316054718215,3097.0435317561796,699.1596988037755,3500.160450501654,641.4126624971868,3974.1936481209837,215.62911650054292,1078.4294795310536,390.37140481919045,2073.5989903867485,884.0922423099835,4759.216818137603,364.3325727541297,1385.627018851697,259.44656185958274,1887.1438618220282,325.684822596905,3373.4069916140247,566.7935272271393,2259.1931882589256,591.1391538326043,2878.0512344157437,694.0557229545261,4057.1614878422856,6688.079956146526,2264.138366679484,62484.78835836115,26165.62092079978,1666.527840286849,12352.106594092129 -7335,2246.6612477593226,3081.8499297668955,410.96855331078984,1234.7659770132611,825.1334565483133,2197.822761742542,1062.738245318872,2589.9919700014016,133.47041512013635,947.2241371664713,1123.5124812281126,5256.554506818717,628.4825882725798,3066.3970180418214,741.3053440344842,3465.5249298352956,679.0520611932468,3934.8673748891733,225.70823639703084,1067.7579783088297,409.7925044103241,2053.0798794199964,927.9671984568388,4712.122419240358,379.060555499648,1371.9156722074524,261.9983662311146,1868.469800689442,333.5053952348281,3340.025748317781,601.1315635047151,2236.837546719686,618.7706838582454,2849.5717391417033,726.4978669471006,4017.014213868381,7091.878513193824,2399.098302888974,65365.22197033403,27229.03571986382,1784.102642262321,12848.912872563395 -7336,2368.3967335888037,3176.0722613140606,433.47867109803326,1272.5168513000253,868.4187982439873,2265.0174628662517,1119.1631440175042,2669.176579136612,138.42342036852637,976.1839076729889,1184.1304912605322,5417.264740225403,662.3917476968384,3160.1469030373664,781.2464424432018,3571.4774733936397,715.6096795006972,4055.1692672071335,237.4271049260684,1100.4028664562404,431.6224208790742,2115.849312552698,977.3494403834951,4856.1875654981695,399.24894519573496,1413.8596656747982,266.49426980122826,1925.595093957613,341.9165586463392,3442.141367379696,633.5517959145533,2305.225058684005,650.897523399015,2936.69255919836,764.2179480805304,4139.827606380783,7405.968195878618,2520.3973331200104,68586.15724379035,28611.99931132506,1875.2944287660664,13504.649898943311 -7337,2460.4146962208006,3613.9786595527694,448.816143856074,1447.967289830131,888.5672060924545,2577.3106216815886,1153.490314744133,3037.1938677449116,143.34571001815405,1110.7769344861772,1206.7914546114246,6164.179386844989,675.068082973462,3595.8575652506224,796.0937909107411,4063.9010419044575,730.5702773175277,4614.282669531384,244.8312418358167,1252.1227947874786,443.9189738352168,2407.5756573722124,1005.3007784229014,5525.742736481298,414.0525048999776,1608.7979866166759,282.3040835402583,2191.089812806431,358.1492011921123,3916.732498941062,645.4226921900954,2623.0619085799426,671.1956876670039,3341.594071357565,788.0499967349463,4710.613422094352,7542.029420975694,2568.884710817605,70690.75241276121,29641.58521325609,1893.5405141500662,13992.698198606593 -7338,2541.751187907444,3748.8790433353997,460.9996507353413,1502.0161267225303,904.6661176937481,2673.5148953490266,1182.6805231110347,3150.564381789879,148.67688043865653,1152.2393361423126,1223.8836719253547,6394.272102747543,684.6293127383811,3730.081535914581,807.2660697180941,4215.595853039668,741.8482706776932,4786.521789249471,251.14677810445707,1298.861268218507,454.2251633929889,2497.444168163425,1028.7462643141187,5732.004279798672,427.04852511381813,1668.8502133362906,302.84915634471196,2272.8774724730147,377.2913332014818,4062.933892766236,654.3116324589702,2720.9739582866287,688.5094940139022,3466.3270499213295,808.3781145787426,4886.448317193255,7656.662234013641,2607.600511640856,72653.55137526708,30595.718894610465,1903.604937122052,14447.679144598937 -7339,2624.2262228348122,3626.454992746835,476.82029466385075,1452.966025036903,939.617791172473,2586.2081247079855,1224.8262337316853,3047.678999572903,153.75838044163348,1114.6116065870488,1273.2097982026323,6185.459633117331,712.2218958473082,3608.2713400203993,839.84554549555,4077.930616576264,771.2758341827882,4630.212295425688,260.04567520796087,1256.4454271711427,470.805863712863,2415.887194025009,1066.2537197676352,5544.818944179094,441.19708765547915,1614.3519485001852,313.2659137307546,2198.653987677923,388.6159496796351,3930.254012013544,680.7907239559246,2632.1173561746873,712.9054874176752,3353.130066713645,837.0214191700068,4726.875605172589,7939.926456593887,2711.352872404067,75339.26280795886,31669.237402984174,1986.1555541548616,14964.217096035458 -7340,2580.658727278841,3457.5695932184904,466.3029127052813,1385.3008401303607,912.354185683107,2465.7674206930906,1196.1667655017625,2905.7474199706558,151.67335909759274,1062.7037166852356,1231.0375940730796,5897.4004062705035,688.6311512429147,3440.2327601718057,811.933441706724,3888.0198241338358,746.5666162436097,4414.58153343415,254.3209578759046,1197.9322818604285,458.88066732228236,2303.378401059325,1039.3910058337221,5286.594599861305,433.09465034813775,1539.1709592566633,318.1135079657344,2096.2618284270175,388.56444914328983,3747.2205756702397,658.0106135917407,2509.5386416471015,697.2113890763966,3196.9735137934877,818.5949984199101,4506.743195781871,7678.932057963454,2623.9696261758427,73751.62760149216,31126.986311696724,1904.753704769356,14717.112520243434 -7341,2372.963906776782,3329.0373375087097,429.82459587057707,1333.8034408682202,849.0068125370349,2374.1045806279235,1106.8394739746932,2797.728691686998,140.39296410215212,1023.1985954796854,1147.1204243156042,5678.169482176179,641.6886553375402,3312.344986719945,756.7076715969627,3743.4859413682007,694.9998022743921,4250.473159847125,235.51933750877774,1153.4001519281544,425.1556673769924,2217.7522368826103,962.9833837661334,5090.0698703877315,399.012768772903,1481.9535671022825,294.3147780335932,2018.335049485389,358.06537203587334,3607.9207871200215,613.338201242858,2416.248643078625,645.6674504150457,3078.1286992225105,758.0773260925279,4339.208789534579,7151.206268837847,2447.032403660944,68379.29454562957,28759.572980634424,1787.0894381453106,13610.17577154509 -7342,2012.1458280466657,3256.388673978463,366.64364922582104,1304.6962162963157,719.0904430184469,2322.2951512411305,937.3751337606944,2736.674630177616,118.66375353871797,1000.8696147710302,977.0420826664339,5554.256355840674,546.5483892926667,3240.060595756521,644.3877712057139,3661.792880277997,591.7941993917253,4157.716256536103,198.75580656336996,1128.2298185680995,360.4518729303047,2169.354841564927,816.2738667726795,4978.990679658085,337.5249356997596,1449.613303191505,245.35386540565315,1974.2894804407658,301.08181367568056,3529.186126996499,522.4226996901807,2363.5195154420458,544.8816060556992,3010.9555456946023,639.744795389923,4244.515433053844,6083.822923392096,2078.6860554173095,57902.827681929906,24314.231779881527,1523.169818779458,11487.024318131442 -7343,1591.124697011121,3017.193917484557,300.5628093754972,1208.8610673015733,624.092714017036,2151.7132954427416,778.699386126651,2535.6549463176316,104.24585663577076,927.3517433632484,871.6065802744689,5146.27403875538,487.56873526453495,3002.0652018342635,575.2377934356809,3392.819565351461,523.3793672085486,3852.315388543929,164.043616393863,1045.3568314219265,303.62461207888447,2010.0070624673417,687.0165332621247,4613.2639245188675,269.553262412866,1343.1334152598251,205.08744679863338,1829.2700313510004,261.71802944250345,3269.9533078265285,467.1370975585177,2189.909565412938,449.71943567029535,2789.7888329119746,528.0150130932382,3932.738818807257,5760.639845746195,1877.328067282406,48986.19431039789,19718.37126206728,1453.5362236287656,9233.55568878092 -7344,1213.4892712239914,2837.84658921308,258.2397628984403,1137.004233236133,536.3122482558907,2023.8116619058421,678.9375616494633,2384.931143845048,99.76515646129475,872.2283200472041,810.3903484708736,4840.370432740847,453.32493606244464,2823.6171511055177,528.2855048627538,3191.144386031107,444.3337093456547,3623.3269670206423,151.0281149199223,983.2189775307972,266.6207152342604,1890.5286973641603,604.4589427258803,4339.043379833614,229.09126746440361,1263.2951959981933,195.8158815642726,1720.5349941667148,255.44531300927346,3075.5815155686087,394.70584909788045,2059.737478217295,414.03792543235414,2623.95886397133,486.1213976496629,3698.9698867358843,5613.898090284011,1760.993264335731,43358.101604716714,16731.989386644065,1449.7009897894538,7781.226457940924 -7345,1298.902178563211,2740.830084360087,275.29686905239504,1098.1338527402604,566.1190815772004,1954.6242947433077,721.1937821494142,2303.398306668301,104.8022906122234,842.4097444531504,851.9513917082561,4674.89432019718,476.57380286327145,2727.087103257095,554.9884108161074,3082.049808476851,466.2648791551045,3499.4575092366636,160.19124905484477,949.6060017386062,282.33616081406745,1825.8978299875655,640.1314582119687,4190.705966276068,245.49175558547535,1220.107348924576,202.45048600092653,1661.7156442251787,268.2076944279923,2970.4376469165413,413.39246509254644,1989.3219272812698,439.1583147697519,2534.2544666906024,515.6152145782637,3572.5144499509465,5920.436401315158,1862.1770842624003,45454.589817570115,17672.137120945856,1513.5747175455458,8223.066330332822 -7346,1308.269508478998,2710.743919191996,279.6392377283648,1086.079608057694,603.6216274468894,1933.1683315631092,747.1395877286404,2278.1138418276055,113.02137288901889,833.1625901492586,919.7369597746707,4623.577880165597,514.4924285819096,2697.1517951602705,598.2392081266602,3048.218065267652,495.1165688089535,3461.043870528304,166.30138521599767,939.1821512504106,294.2308494853104,1805.854900655122,666.9926379372122,4144.704474760141,248.7981790136413,1206.7141979109417,213.9979049281923,1643.4749471386126,289.0382302386217,2937.8310733910207,441.42822390143715,1967.4850872603522,455.9090244082474,2506.4358876046877,535.2822012983474,3533.2988632496968,6514.893246744627,2014.3780139321354,47773.28804542593,18158.53609877271,1663.549168233112,8414.68383587898 -7347,1470.3809434221766,2764.4831359900595,312.5699310838932,1107.6106228850795,694.7603330740155,1971.492479905379,843.8754218321541,2323.2763718511474,131.17051498450127,849.679644653401,1067.855445115101,4715.238126021285,597.3485522059314,2750.6215545245586,692.4761445638686,3108.6475474837434,562.6476223605497,3529.6574291861684,188.1437278471585,957.8009934367138,332.57769279306825,1841.6551204121683,753.9494783244783,4226.871281722648,278.71181601248685,1230.6367364568057,245.80366859627537,1676.0560610760713,335.3632269801465,2996.0721856743626,502.924740375451,2006.4895490623937,515.788989369629,2556.124794255296,605.5871914217595,3603.3448429824944,7564.411232529037,2326.8486308526803,54490.95024756702,20536.13017771102,1919.8513785344294,9492.325911072685 -7348,1899.1652805977055,2904.8419143632523,389.4016675390575,1163.8464059569283,864.2508217117892,2071.589410304035,1038.9508814721041,2441.2341300776397,166.7252029844863,892.8197149904222,1355.4134952974714,4954.640947652182,758.2058908442004,2890.2765504743797,869.526511892908,3266.480296208896,670.9369736515827,3708.8657587240546,230.72239262685233,1006.4306181261268,405.1803903534095,1935.1599277016555,918.7918634447175,4441.478664100782,349.9882894501062,1293.1188209743477,320.8962963216861,1761.153046532404,426.6621035838446,3148.1892401879004,597.913762264623,2108.3633562339883,632.5168055276431,2685.904769694579,742.6371707831249,3786.2944416376645,9082.69264905702,2844.289723406922,68198.37904730761,26131.595046597577,2253.1947379619705,12040.123285099568 -7349,2613.48304656197,3226.9523193410264,515.813363685793,1292.9023230108135,1103.387308212625,2301.30260075384,1347.304702495474,2711.9362672220777,214.3647029893614,991.8221834365391,1739.4189411554216,5504.048264544861,973.0150189633299,3210.771839931514,1106.860500828651,3628.6918457810884,825.0712236872515,4120.132287771187,298.0851652160645,1118.0311057064293,517.8077891011719,2149.7448057725082,1174.729409142743,4933.982742935395,470.2696642861061,1436.5094216982197,426.31220890910055,1956.442751710988,549.2635228832949,3497.2838005801414,729.5643151494306,2342.1543144127554,817.1893257997594,2983.7378010964617,959.460940171937,4206.146837022954,10919.612427448043,3530.4289717077654,88356.80048029647,34988.11271971471,2646.8820174895322,16148.071100623123 -7350,2726.5235506824847,3882.4798060567227,534.1999948780166,1555.5442608208018,1161.12106753635,2768.792343630649,1404.4705840548224,3262.8426920645334,226.27565460223124,1193.3022918596469,1834.2901900823836,6622.148121178559,1026.0851263938173,3863.0124020349062,1166.718530579312,4365.8292467503015,865.4473686011145,4957.1015690806735,311.1262763852528,1345.1494663964847,540.4500612303516,2586.446891874589,1226.098131647082,5936.278713529576,487.41191534534244,1728.3239010152088,455.7218342127652,2353.8771954260237,580.155236976147,4207.726792373085,766.656522250588,2817.942730010061,852.9410440588817,3589.858359509546,1001.4369867632078,5060.589230951442,11382.434719418266,3685.2281589744453,93479.67437494057,36851.47116062632,2782.496387590809,17008.16061276163 -7351,2590.2498628172657,4275.614351389683,517.0340839556226,1713.056525216633,1080.1882355068208,3049.156433982524,1360.7056808220123,3593.2336386540496,201.99603585026105,1314.1344345595714,1637.206588239553,7292.697697942801,915.8383652213295,4254.175704911695,1055.007256442694,4807.907089175902,841.8632353660987,5459.050830604112,303.14391081442886,1481.357444362444,525.7736745161815,2848.346933512593,1192.8807322594705,6537.378100929476,473.5927806364825,1903.3315932519408,405.3214733194043,2592.2275506680035,517.9589189431285,4633.795398531533,743.8721382155672,3103.2837206337845,831.0576875544391,3953.3624611339433,975.7437659354368,5573.017510249466,10503.246419779076,3411.288822690126,87672.98472169992,34874.95188413872,2647.207616842474,16254.832032904234 -7352,2481.052959316402,4405.771123971375,494.71643534418956,1765.2047991833288,1018.2394733459289,3141.9777990373204,1297.6323405394207,3702.6176137048333,189.14938032586844,1354.1388602826603,1532.8267474206416,7514.699477750107,857.449238605094,4383.6798496357815,988.9517186954475,4954.267733090473,795.9670077428898,5625.233366978071,289.5568890511417,1526.4524150852858,500.5229970991174,2935.055325240781,1135.7549230559198,6736.386702929947,454.60167377021105,1961.2721549983303,381.0988356691978,2671.1392447693743,485.071089093343,4774.8557946078845,701.9800361835528,3197.7528098189955,793.8093758301059,4073.7093531822325,932.010570874586,5742.669380848965,9808.374674924618,3203.914367193906,82927.48413633984,33233.49871764283,2473.620831793763,15521.850074610124 -7353,2322.85413061396,4444.564736383298,465.53986262728887,1780.7477470306642,943.3565100418995,3169.6434824132757,1220.6092106709316,3735.219832152837,172.75937039517632,1366.062298114441,1399.6299447918325,7580.867767188877,782.9401675761005,4422.278944377551,907.1281828422427,4997.890957451061,748.0764195969595,5674.764565223443,272.75711976818144,1539.893104964492,471.2243631220483,2960.8990187716204,1069.2974762375115,6795.701807472811,428.64165544989,1978.5415114116336,349.24699078952534,2694.6591094296273,443.1178199398356,4816.899264367582,658.8944706531732,3225.909602262955,747.7534370047613,4109.579101582535,877.936352121643,5793.234624458274,9025.958948990401,2957.6070092035775,77205.24979459895,31078.43518888285,2301.0340259916056,14564.270304556116 -7354,2201.6325502725035,4516.3686455933785,439.29119659664656,1809.5165145338449,878.4772851453303,3220.850474849779,1147.7453878973533,3795.563960681797,160.00420689892442,1388.1316387691443,1295.8515585084403,7703.340039092786,724.8874891164515,4493.722816760459,840.1974845543064,5078.634096506501,695.9596963837803,5766.442896803211,256.60029458030255,1564.770759191681,442.03400804752175,3008.7336520673657,1003.1831863257669,6905.489376007505,406.03813932436657,2010.5057246653666,325.404011464768,2738.1925192282774,410.49394696017043,4894.7184025660745,611.718931175052,3278.0255987529304,703.4601053564821,4175.971169693529,825.9316081964648,5886.826892245963,8290.204910718998,2737.508704826838,72155.78694397908,29280.818657226006,2112.135351102452,13744.991391480424 -7355,2108.8171877593286,4604.222849067696,425.5326356294139,1844.7159511903508,831.1115909674787,3283.5037423712183,1107.3001470440336,3869.396784055699,148.93036903571414,1415.134128825077,1205.833543884781,7853.188480691246,674.5322364894453,4581.136504543907,786.8616459402898,5177.425711695271,673.7783047165728,5878.614042990109,247.75054636783898,1595.2093038403377,427.35762133335163,3067.260738585571,969.8201170657679,7039.817708421519,392.21900461550655,2049.6148835674794,304.6103384943889,2791.456931771494,382.1534724044135,4989.932416353035,591.512337712629,3341.7910595790413,679.1988517982959,4257.2038257574,797.4465014852314,6001.339795906755,7818.361686291127,2586.3194060765527,68786.83242353631,28016.399714383355,2022.167630568099,13196.074837901882 -7356,2044.9046891540156,4581.999370520123,411.44766035686314,1835.811950078427,794.2326037753895,3267.655057941394,1067.5089069609342,3850.7201345447133,141.66979983109508,1408.3036160578138,1146.623473516367,7815.283024884295,641.4106656135567,4559.024458239969,748.7519455300214,5152.4355205148395,644.5897372611068,5850.239384039728,238.68444573389894,1587.5096114264568,411.36083665083254,3052.4558072305276,933.5528345205944,7005.838198100118,380.26541863589233,2039.7218844905622,291.3690330489233,2777.983239191158,363.6117651940695,4965.847210305479,564.9585419609086,3325.661036259674,654.3444761727525,4236.655324740877,768.2650109148152,5972.372769204728,7385.625494170527,2458.938095952509,66004.91427321552,27048.575658201873,1912.3582332906785,12756.068638735296 -7357,2001.6811219538831,4534.628281794909,405.1362715324403,1816.8323728812998,769.880158982831,3233.8723432013944,1048.5697494054264,3810.9093902824807,135.5575705031302,1393.7438420042563,1096.9118816588075,7734.484570836836,613.6024565906915,4511.890896087778,719.6064137615466,5099.166966668323,634.0235874671165,5789.756571512926,234.98239049570017,1571.0971127389073,404.4664007502734,3020.8979340879782,917.9565239976105,6933.408204981409,373.94370243220135,2018.6341805099314,279.7064723626367,2749.2630059786543,347.9746141772575,4914.507703297092,555.2615494400187,3291.2786255958413,644.195430271779,4192.854582083056,756.3490291287509,5910.627278323541,7128.6431216652545,2378.6095830566683,64291.423309706384,26437.500360979324,1864.9890545911871,12501.905705732674 -7358,1993.5778082147824,4470.167213302082,403.47682075000506,1791.0055688412717,766.8268428680477,3187.901901158976,1044.9303344232562,3756.736197693976,135.01546108248132,1373.9313652855847,1093.0232261875087,7624.536608469327,611.4271783482722,4447.753046188921,716.6081912224707,5026.680815506963,629.6764684509766,5707.453486955494,234.14735235438795,1548.763507358345,402.74551037544074,2977.9549856172375,914.0785457676546,6834.8477776616355,373.27054892664415,1989.9387046989998,276.6662721620513,2710.1814275293978,346.4786868095405,4844.6465376217075,551.1835940766297,3244.49213644407,641.9062044553201,4133.251926782468,753.6612520313496,5826.6059812851045,7126.513057971694,2376.0451788525666,63803.558878328266,26270.629191919103,1854.447801615373,12421.53186565162 -7359,2021.2948354213215,4434.817597332939,415.2698730076331,1776.8424836509155,762.5638723950871,3162.6923055049415,1071.4012364090206,3727.02831976702,130.15218732357283,1363.066459385358,1053.0383296987432,7564.242568405228,589.0599935978179,4412.580679114933,698.3751657643082,4986.930348030296,648.0471994425747,5662.319540215148,240.7002524393096,1536.5160471181055,414.12078589130186,2954.4056282684323,939.8859288490269,6780.798514486666,383.5199255536612,1974.202477024134,269.3937439221922,2688.749595542268,334.12713399372166,4806.335578223691,566.1368751215194,3218.8350311132212,659.8707348221662,4100.566601750174,774.7533841130464,5780.529789050275,7020.05977214948,2351.2475175101313,64186.89536354495,26607.066951688787,1874.144968381239,12656.6450528563 -7360,2104.209303770802,4456.976090415242,429.72899821949574,1785.7204478553504,783.4130986244575,3178.4946455189092,1103.7244615090149,3745.6503553814655,134.14159729024962,1369.876998499565,1085.3291112832112,7602.037181812929,607.1231609650085,4434.6280658016085,718.0475294298503,5011.847463377995,660.6881597876239,5690.611226537737,247.6231413222631,1544.1932242406524,425.40953130707817,2969.167267330132,965.567506854188,6814.67866258252,397.6710043488057,1984.0665471848802,277.778085740764,2702.1838886118853,344.36600122636986,4830.350354778502,576.2769648782225,3234.917887331003,678.8495756334719,4121.055015238262,797.036416787718,5809.412110934211,7155.489179325293,2410.400568834341,65954.35938459342,27502.881073646233,1894.3238350711138,13075.967750564208 -7361,2196.2372931570176,4723.072944889239,447.5070249962288,1892.3341214548277,810.8571728521233,3368.2617454488136,1145.9038032978108,3969.2786085529015,138.6685548454445,1451.6633830172914,1121.6951671777676,8055.905037650208,627.4659994432183,4699.390666078868,741.7604582372707,5311.072053785012,682.0893063586416,6030.360356148846,257.08348912948077,1636.3868890337283,441.0275723855715,3146.436800353382,1001.0783762850328,7221.538497497032,414.3440924565424,2102.522167444623,288.5040075328695,2863.513592514996,356.04225325806465,5118.738941420923,594.1984757614334,3428.053649524479,704.7847651314388,4367.096222196369,827.4868895406552,6156.254063348345,7343.839419789666,2485.512235393099,68378.60827844824,28624.37485518875,1941.5485037934022,13614.51450940682 -7362,2295.1883565577023,4753.354047543692,458.0351327888819,1904.4664692836507,851.3140414020278,3389.8567283913003,1173.475907350396,3994.7268991916853,150.01686879307726,1460.970452468426,1213.517545407984,8107.553972626659,678.8305965399845,4729.519934212848,792.7572525058761,5345.123003228825,688.9194282160329,6069.0228885972365,262.5930847766957,1646.8782788444344,449.26415505693734,3166.6095939686807,1019.8933651719021,7267.838046777215,426.0584642939129,2116.002096789044,312.1606369924229,2881.872476669262,385.17459842418293,5151.5567829311285,600.2666317792191,3450.0319771254854,719.88911542379,4395.095046383342,845.2208878622837,6195.72373985649,7663.496386013793,2603.5852845663044,71296.409252911,29837.43510345737,1971.4613241821403,14117.744451209852 -7363,2353.053718374723,4604.482772019326,464.3261652351562,1844.8200912440952,865.946287094998,3283.689106549362,1187.5142718048035,3869.615223750325,153.58075144396497,1415.2140176253752,1241.4947224433292,7853.631818035359,694.4807730440441,4581.395124198324,808.0415112833379,5177.717993762613,690.5940712502972,5878.945909357929,265.5167047491553,1595.2993584541814,453.3121116169422,3067.4338951617683,1029.17644616263,7040.215128411319,433.0273757479624,2049.7305908144363,322.502639865415,2791.6145183499116,394.5034792869218,4990.214113830462,601.1289847713814,3341.9797142607135,727.9041101735531,4257.444158386892,854.6312829265545,6001.678590531738,7661.512196251818,2624.5138223772506,72677.09088794285,30523.87844719114,1959.7274119901692,14431.799159286144 -7364,2321.714939864101,4313.693167805682,450.28541415775095,1728.3130847594157,847.4357615732657,3076.3123602497153,1150.2150140258914,3625.235141320357,152.35232411949679,1325.8381757688953,1230.9282422999818,7357.646796246552,688.5699808629348,4292.063587764385,795.7722185774408,4850.726528991469,658.5460956703752,5507.6693862782495,257.0612037099692,1494.5504813237912,436.92570892916837,2873.7144412100647,992.1654661482244,6595.600288453557,422.164189715008,1920.282751228725,322.2045882727749,2615.3140474607508,391.48132264494546,4675.064191689324,572.5669227531627,3130.9217069845326,704.7236704877901,3988.5712875180375,827.4151583978417,5622.651058370325,7360.83730774889,2546.2743094946777,71106.03548324769,30005.129680812435,1853.6886723308241,14159.900940698295 -7365,2105.9494644770757,4034.795071720717,402.74256662677516,1616.5704989919323,759.562848074739,2877.416048699413,1027.4962346768577,3390.848702729762,137.3874110659467,1240.1172566969424,1108.9409723691895,6881.944514393565,620.3314197224253,4014.5639334456673,714.0168444045005,4537.107006012571,579.7523809269318,5151.575791777222,229.73352380683914,1397.9216142418734,388.71879707652585,2687.916922664476,882.8715311958937,6169.1674636259,379.59042738656984,1796.1285329223442,294.36796307420923,2446.223182597011,353.25375157966647,4372.801965004247,503.13887412560354,2928.4946754130538,629.8058586620208,3730.693665045922,739.4542515423474,5259.123423434878,6428.397242366083,2252.807428950826,64014.86458152355,27174.420827634258,1608.1685649673252,12822.206114034982 -7366,1773.5465540598636,3770.322740421779,346.70170058604475,1510.607702622413,629.8931616354004,2688.8074782542303,877.1524994595135,3168.5857016226287,110.78602248394915,1158.8301786340628,893.8868171179917,6430.847525020226,500.0320956211879,3751.4177107121773,582.2149468120205,4239.7091838423485,502.09487257972734,4813.900833000827,195.95609048911768,1306.290792423195,333.59570052086644,2511.729621391757,757.4725941453514,5764.791510875745,323.4367444915156,1678.3960850605179,238.60548385089155,2285.8783976751265,284.9263370318966,4086.1739927191406,435.3930721158416,2736.5380084111994,537.206289206266,3486.154541393208,630.7332157131232,4914.398943588743,5334.087647373145,1868.3752943852876,53653.794089131945,22829.1797494575,1375.2378390651477,10820.594473686737 -7367,1391.3190951349693,3436.5807565701048,284.2132616966068,1376.8915074304794,541.0197597565761,2450.7992217283186,727.5253933813799,2888.108365630621,97.6078679734999,1056.252678141026,790.0353481773932,5861.600816286802,441.938535392688,3419.3491650657825,515.8413697951195,3864.417981633113,444.3737848930561,4387.783249790644,161.92798729385822,1190.6603515920945,281.0483860494049,2289.3959686900457,637.626107608666,5254.50284653829,258.24461085910866,1529.8275731101808,202.52853964644052,2083.5366768710237,250.51485446336946,3724.473441179448,389.65499597608476,2494.304733784292,443.91951766155404,3177.5666000521605,521.2053367919222,4479.385453818262,5102.821182389291,1689.2721956148337,45234.569164052526,18438.92071222269,1323.290703470631,8669.718271136126 -7368,1160.2949998869126,3196.8661541729357,235.12376519914312,1280.848078328247,494.6644303084399,2279.8466375736416,660.603443413661,2686.651802381382,97.83372386710562,982.5750291326473,809.6670004654115,5452.731824513278,452.9203018155712,3180.83653183469,522.7224141234472,3594.8601025718895,417.9099228818061,4081.7186490628283,143.3617325242612,1107.6072552182336,244.96316761824013,2129.7018764400646,556.1316647318486,4887.981251419469,214.83738288218265,1423.1162706845855,189.10303231640557,1938.202054624422,247.36448684021036,3464.6772270546207,364.087508500946,2320.317474391838,393.0208249782193,2955.919222010547,461.44524694042883,4166.931250321705,5441.202960611452,1693.7276966758277,41505.857432012584,16034.800524423003,1365.652861964078,7407.590172991885 -7369,1243.697528920413,3077.171304031227,238.8857293711971,1232.8914509950462,522.9804145236029,2194.486197545756,703.4213244089542,2586.0600449037574,102.83909210234972,945.7861348864808,851.8011756574663,5248.574413122718,476.489773380753,3061.741851719212,549.7878608290266,3460.2638384473853,439.99753481183143,3928.8937641728357,152.45775007041374,1066.136990891977,260.1687006426306,2049.963052650315,590.6853883996592,4704.968840149002,218.3459304534138,1369.832936150398,195.5192855402428,1865.6332346349468,259.87139475757357,3334.955180061702,382.60835728418056,2233.4417532997954,417.95721669907283,2845.245740154663,490.72303250324285,4010.915894187068,5752.1870824045955,1795.3985270082771,43528.4456629994,16923.79929477467,1432.7941777292933,7832.034062931644 -7370,1245.6189261397872,3021.6776057338634,243.87567120034822,1210.6574901735319,552.0091331807865,2154.910839877239,726.952930372264,2539.423045617188,109.16052151536773,928.7298304959965,905.0716978018277,5153.9216375065125,506.28881539880297,3006.5264081197174,584.6105522726881,3397.8614505047576,466.2639870243155,3858.040105520237,157.977253151563,1046.9102795162692,270.5129955796466,2012.9940249541683,614.0799511210672,4620.119445845968,222.53045155255757,1345.129372986093,203.76890539649165,1831.9884103377956,275.65458938795194,3274.8126080979227,407.5437059254728,2193.1638712527397,433.08872785080933,2793.934586797957,508.4889203550681,3938.5830486816753,6257.977816101316,1921.2499454250535,45445.654542495104,17309.27634043445,1564.760736264022,7987.144667172298 -7371,1405.3662091734627,3058.0669135095327,280.66027676632444,1225.2371355788678,641.9495030990278,2180.8618922438513,822.4962710431943,2570.0046823226526,129.04313271458028,939.914291597417,1070.5702539508547,5215.989026947073,598.8671913953194,3042.733253811376,687.6994878780312,3438.7810462508005,530.6421761471535,3904.501517731867,178.9127488310806,1059.5179582118847,306.07894341059426,2037.2360086077651,694.8444431498189,4675.758388980145,257.42441019653717,1361.3284296487893,237.68916628958561,1854.0505886385977,325.72687160687275,3314.2503574056536,465.3501800964549,2219.5755953102807,490.48260582936604,2827.581242348222,575.8749989379312,3986.014419416444,7368.46179877293,2250.23057534027,52296.85019935292,19697.27239896502,1823.338013983833,9039.381013156435 -7372,1823.3557972487386,3166.779989004845,380.77959464856093,1268.793833645681,804.3767257827122,2258.390674393443,1019.4068367232525,2661.367337540687,165.17204067413152,973.3278748287555,1368.3213430160383,5401.415384481696,765.4264225950586,3150.901223737866,870.30708887093,3561.028359362691,638.5564954775111,4043.3050103544697,220.96059472759242,1097.183404730038,375.8746062327614,2109.658947107621,853.5008568064461,4841.979759903544,350.27674939000616,1409.7231196709515,312.37570967699736,1919.9613575378564,417.33770649254654,3432.0706535291,558.5316926227583,2298.4806343709206,605.7552018829012,2928.1006429246327,711.2164062395307,4127.715663620456,8932.947991895262,2778.307490860441,66169.25311564644,25289.802670800374,2169.394424830081,11552.031593159856 -7373,2526.3884783402277,3429.1079512254596,530.7566529516421,1373.8974726777526,1039.536135949067,2445.469986997615,1333.4525180649243,2881.828207194263,215.15954698198067,1053.9558688361908,1779.0766277989692,5848.854832702863,995.1991655242965,3411.9138296187516,1122.802589475968,3856.0148491614314,794.9308449834416,4378.2420655605065,288.0409139464519,1188.0712743466308,485.3500444872311,2284.417703477413,1102.544969994784,5243.076990509738,492.7510008042477,1526.500980640946,419.74213005398775,2079.0060503216782,544.3426981939548,3716.3746165020343,690.4278824234958,2488.880896817807,789.6533868098785,3170.657018012967,927.1310294919459,4469.645081648621,10916.977802956691,3501.473670334393,86840.96670033925,34185.573404756185,2598.7080004641416,15625.878186261041 -7374,2633.6758182587077,4011.661865994008,577.3171961458239,1607.302008954603,1092.8602082141883,2860.91859189363,1389.509905533186,3371.40751693617,226.7360091199809,1233.0071340972888,1872.8186984053214,6842.487383257691,1047.6376209478722,3991.5467214870396,1181.675201157601,4511.093831140367,833.4022834249874,5122.039604563359,300.53659142013106,1389.9067317714537,506.33381302017926,2672.5059453922695,1150.2198538517391,6133.796988158923,543.9124510000862,1785.8305598840298,448.1711772966569,2432.197938902955,574.0452872831509,4347.730821201283,725.110116633565,2911.704362995276,823.9098190034279,3709.3040027402153,967.3514626298759,5228.9706196533,11362.1562915895,3648.830044762719,91962.65867975322,36079.79574425363,2724.273243548804,16476.420403325283 -7375,2532.30431259718,4384.847272788258,522.5475450965906,1756.821503390936,1042.048889146411,3127.0559444884047,1371.6715097544095,3685.033173261338,207.8792688026111,1347.7077953915068,1717.373755451002,7479.0107301656535,960.6831440603307,4362.860914147021,1097.231699291161,4930.73896642248,832.0648688766903,5598.518055962357,298.2243847588385,1519.2030001082856,502.61722323166344,2921.1161851648444,1141.759176931859,6704.394311832478,499.0138061206554,1951.9576977680183,407.3036686879168,2658.4534927240984,526.2392532298958,4752.179089609836,722.9196149115597,3182.56606905777,817.5709909665419,4054.36252696934,959.9090527551423,5715.396343703447,10846.596482237237,3467.443980626164,87706.70687608882,34558.5867475883,2669.886227710065,15950.347664188344 -7376,2412.58515870793,4521.827046487091,490.5968189582407,1811.7034632386979,971.9629467780079,3224.743136076091,1292.808026510137,3800.1512101605003,193.00202583864268,1389.809309387339,1594.0093744940295,7712.6501555720915,891.674239628996,4499.153848317866,1018.1727103023692,5084.772041184303,773.4591377616497,5773.412114670792,281.4649755394553,1566.6619126338962,472.2406885555649,3012.3699527646995,1072.9673289485572,6913.835224705727,467.62839504790696,2012.9355852692026,380.31194807652776,2741.5018488395117,488.67387892833824,4900.634070085622,670.3460260348378,3281.987360792728,771.6256977451807,4181.018172397131,905.9647428640408,5893.941604018022,9971.540070156918,3214.7150272889994,82038.60262825387,32639.79068231457,2447.127317926435,15097.958466919517 -7377,2253.7841395155883,4551.588303238281,450.6033081439151,1823.6275309600305,896.4911521268843,3245.9673906622893,1209.8089647771262,3825.162621410029,175.6580185701885,1398.9566012378762,1450.2863467550749,7763.41241586031,811.2768947156462,4528.76587714301,929.7045564195429,5118.238426493427,721.3355244644275,5811.410914383539,263.72126730960105,1576.973193216914,441.9772118362422,3032.196433227602,1004.255735616571,6959.339934006306,431.8359874847259,2026.1841001197085,347.5396061804516,2759.5455598369413,444.8597264773725,4932.888516640969,624.1494815586128,3303.5883790303883,722.98198562005,4208.536331325118,848.8522227961182,5932.733691276197,9110.078877230584,2947.916665606774,75925.85083359633,30385.809384443084,2252.1046860808556,14108.764487013328 -7378,2142.078712286471,4596.425135306149,422.5603478015931,1841.5917394763903,838.5940947728456,3277.9427990465133,1146.3121362063814,3862.843572028174,162.71774318204913,1412.737457066887,1342.96914075327,7839.8883173639415,751.2446329285145,4573.377889825195,862.8584914822039,5168.657221323514,679.0780284214279,5868.65801976436,250.11757738219302,1592.507656689696,418.3987367258694,3062.0660245033964,950.7591179489112,7027.8950701776175,405.1257907222703,2046.143654935116,323.8603681625978,2786.7293191330123,412.1882679894237,4981.481464705448,586.5104297657051,3336.131400829298,685.6879787475187,4249.993823560278,805.0653771203274,5991.175924294038,8425.781806068922,2741.466516859732,71290.71655074609,28729.75553449691,2091.0387242838347,13379.073641568895 -7379,2045.5379467705252,4680.250517272303,397.1225646566229,1875.176998986342,788.6091461886402,3337.722910568981,1097.0468092695362,3933.2905668924113,150.9209446544494,1438.5016658749212,1245.1808066256574,7982.865003251211,696.5427347633906,4656.782957286307,803.716254317072,5262.918446748804,649.3778382228334,5975.685217130583,239.461734268897,1621.550349364195,400.723321365745,3117.909173592886,910.5788979463804,7156.0633686560495,380.19932323921665,2083.459344494614,302.3137537872699,2837.5511301570364,382.3942702580251,5072.329150514311,559.9104107663051,3396.972702652257,656.4753836045483,4327.5013092968,770.7669065996728,6100.437490728084,7866.11313888865,2567.0109772062733,67398.72328300406,27315.543357909493,1970.0572962169192,12766.571257121881 -7380,1990.1697367839004,4618.973515967475,382.9467322135288,1850.6259150241444,758.2938913465849,3294.0231875752447,1066.2186173947084,3881.793269833149,143.96897382181322,1419.6678303501963,1187.4082192044573,7878.3479421632965,664.2252786778203,4595.813209129269,768.1969910414556,5194.012763316161,628.9923629516309,5897.447509662572,232.65387794557836,1600.3199168249246,389.39296626218135,3077.0874005289224,884.8262632947641,7062.371353076906,367.5147694076396,2056.1812873692534,289.82398525165274,2800.3999939809996,364.8667389539294,5005.918790891994,541.6475412306507,3352.4972413570345,637.81190025085,4270.842738906646,748.8541347118394,6020.5664422233485,7501.801988714802,2457.4217107300747,65062.961229214285,26492.590912188392,1887.5721557610061,12407.988233188205 -7381,1944.9707288106151,4566.144026348548,366.0130804307416,1829.4593891221648,731.0836886373243,3256.3478116089336,1048.2675799792712,3837.3952760922143,136.04851920126248,1403.4303856784443,1121.6120443056739,7788.239371636533,627.4195012701485,4543.248615419672,730.6041719265792,5134.606264791843,619.9570401455783,5829.99547926819,229.36590874208,1582.01626469516,383.46714142416545,3041.89322668904,871.4032995088533,6981.595511259976,352.2069483650319,2032.6637227847868,275.5072130666453,2768.370431157262,344.8922497430293,4948.663616364061,533.2222875848706,3314.1530686534043,628.798055718501,4221.994993545223,738.2709913978865,5951.706239570103,7180.364741493312,2356.507690187481,63071.07770252394,25815.87817897034,1832.1879947955047,12150.60180639664 -7382,1927.6063530992753,4506.751471170411,354.90719213039034,1805.6633224436703,718.7427118869803,3213.991982278064,1040.3372935447917,3787.4816707918826,132.6084535980807,1385.175745408865,1093.4341914091192,7686.936514356676,611.6570685279394,4484.153864460823,713.7618781672097,5067.8196316633375,612.6416175899233,5754.163809002716,227.77001501724837,1561.4387297441315,380.39667044980814,3002.3268419518063,864.4662790023355,6890.784797834991,341.21232835323633,2006.2245453043001,267.8851705944261,2732.36180054087,336.1331599002549,4884.295568576489,526.2474417023051,3271.045357231477,624.422972791788,4167.078839089956,733.1342121404164,5874.291458258353,7040.789803197092,2315.2059771573518,61960.24287143656,25468.960354359733,1799.0033490788476,12014.524135652653 -7383,1952.8957890665972,4483.488300816312,353.6011832725308,1796.342761116767,716.4122170330862,3197.4018411356624,1052.2120760132743,3767.9312625023886,130.41260954640018,1378.025677440408,1074.9758038367809,7647.257709173264,601.3316156374464,4461.007339539214,704.2315322168552,5041.660312213531,616.3994656677459,5724.461684581052,230.5821256688732,1553.3788188748747,384.5097305691012,2986.8292842919714,873.872036569871,6855.2156075543835,339.6270479495989,1995.8687172395528,265.02157351606223,2718.2577616468616,330.6410051519487,4859.08357261922,528.3610403862416,3254.160715185418,632.1322689112708,4145.569007555462,742.185686834636,5843.969253056386,6939.751795604311,2294.4896196331324,61976.739991918774,25657.166602605266,1783.20514928007,12142.337945669316 -7384,2029.5878762926022,4507.596225490576,360.0326748059643,1806.0017795123938,730.3509661015946,3214.594419228353,1089.110333862769,3788.191603772304,131.47702051449485,1385.4353854628168,1083.3943661273993,7688.377368788271,606.0408822511633,4484.994383041339,711.9303314083654,5068.769553698101,633.9126464383362,5755.24238073397,238.61822163821438,1561.7314088769974,397.64185158853485,3002.8896039737438,903.7443445506176,6892.076420029944,345.3402490672851,2006.600595961344,268.60616961552716,2732.873959786842,333.4140836101093,4885.211090501519,542.299140072242,3271.6584883780806,654.162925292604,4167.859924506871,768.0518522590951,5875.392546951398,6996.045567214503,2327.57057946667,63457.75236479018,26470.519566114654,1805.1312127603949,12561.11080785687 -7385,2103.7916283793556,4757.967694117239,374.8902665008184,1906.3149609197799,745.7771042337939,3393.1469526673227,1108.4129205229829,3998.6042156899657,135.44929160172396,1462.3884830326685,1115.7815001692632,8115.4232346743665,624.157948300231,4734.110447189738,729.1302147572984,5350.3110258718625,634.2762623571807,6074.913534733562,242.64654921663228,1648.4767531537834,402.79750085276356,3169.683132644076,915.6188391791711,7274.892273280484,360.33410986146095,2118.055906735836,278.27665366641264,2884.669647034523,343.55971268196396,5156.556928525644,541.331497664975,3453.380608018679,665.2064346048564,4399.3609636700285,781.0180223900638,6201.737362935503,7018.879844196817,2361.9619107275225,64834.8420222302,27244.45185694826,1788.1991419505953,12908.711951904159 -7386,2198.863820733262,4771.093837841959,404.38161706579024,1911.574047523616,782.5838970963829,3402.5078683866273,1138.7608294285433,4009.6354494031143,145.93725521772203,1466.422878102941,1202.1269153000521,8137.811829682477,672.4587824196259,4747.170774231332,777.7778788271287,5365.071309255959,644.1154252326053,6091.67283057131,248.79471994867293,1653.0245231639728,412.09997412690564,3178.4275628368973,936.8561651818532,7294.962035771516,387.6745377232575,2123.8991381396936,300.1460571243238,2892.627790262803,370.1724543801901,5170.78268870729,549.9303895743301,3462.9076946050504,682.0614145961498,4411.497793513882,800.8074327977422,6218.846536684099,7329.641331297428,2478.8968728779714,67886.35505662138,28492.636202039368,1830.7364745606624,13425.570499545138 -7387,2250.7835097750904,4633.20433696399,420.1516413555079,1856.3275987504485,791.7594300818877,3304.1719044229826,1153.2518417476608,3893.7528762213456,147.63461636082562,1424.0417542747186,1214.9453521860034,7902.620728947117,679.6292985699096,4609.972674405797,785.0387602777458,5210.015250802363,646.8792007997336,5915.617243599393,251.91088483199601,1605.2504205818234,416.4736815324326,3086.5677493198787,946.8791070146432,7084.13015775269,406.7265502873862,2062.516276677112,307.3803424380492,2809.0278830336692,374.721546405349,5021.341770476097,551.555048103825,3362.826113771682,690.6042640138248,4284.000986796907,810.837581351149,6039.115499289974,7262.499644719264,2480.485856939685,69089.46364734901,29140.97828411144,1814.3029763142438,13732.069772256895 -7388,2224.6790003660058,4335.13687119521,425.2025130895031,1736.9046631847016,778.2580607270254,3091.604947650013,1119.1901116300542,3643.256466450284,147.46925830976357,1332.4290201979545,1213.0313050633727,7394.222229270196,678.5585981461884,4313.399768833526,778.2205813889516,4874.839866882009,618.4930872519865,5535.048438077387,244.37120660202302,1501.98000771231,402.33350274074536,2887.9998986374553,914.9006865286325,6628.387529168092,412.63820028083654,1929.8286257588607,308.8111810474228,2628.3149764843474,374.4177511287267,4698.304298473411,526.9306077493421,3146.4857616839927,669.9345182885295,4008.3987848179986,786.569259383901,5650.601692981605,7025.415932103017,2423.3410374089053,67984.88513252244,28764.45871179633,1728.9589928439468,13511.292907604746 -7389,2013.5333301507042,4047.141446590542,394.4763443490667,1621.5171654345338,694.42938830846,2886.220871884285,992.611692062042,3401.224617359029,132.86052684320953,1243.9119853663192,1091.6693739975492,6903.00309736933,610.6698458373293,4026.8484015240083,696.3782383570523,4550.990443194636,537.9132837197382,5167.339488511508,216.7876362001326,1402.1992204105306,354.97243421215404,2696.1418831287033,807.4009320588684,6188.044966147527,385.5202478103287,1801.624642585329,282.0824594076364,2453.7085660900366,337.5773233349902,4386.182632753606,457.22055075041106,2937.4557979544065,594.3151922360827,3742.109497001297,697.7847055738735,5275.2162133085185,6079.198973326898,2132.2246736100883,61017.21475003764,26001.50614680517,1479.7344020175453,12194.50911324352 -7390,1698.8689187267682,3787.5426848167826,321.01594675053013,1517.5070007548882,577.1944439408607,2701.0878898932688,852.8208302671391,3183.057372444803,106.68496826021828,1164.122826667981,876.1566095993518,6460.218707387814,490.1139799810802,3768.5513114218256,566.4870930839388,4259.072925734796,470.955340003257,4835.88704223926,186.1274553235712,1312.2569275150454,306.91971669386925,2523.2012771075774,697.8822377135713,5791.120659890443,315.1695577646472,1686.061711917252,227.97809971720008,2296.3185381118315,271.16101402518143,4104.836503540445,400.0324330926858,2749.036416527419,510.26145369711566,3502.0766232647625,599.0973188723435,4936.844151166382,5058.146588351003,1766.651494244173,51133.56438053672,21851.280043640945,1271.591490048013,10317.806489091103 -7391,1342.642073664321,3449.9668232464555,263.3631962927319,1382.25473408806,506.63724876800023,2460.3455016257676,716.4341659071696,2899.358039038396,97.01175112257678,1060.3669620115968,799.8923834892452,5884.4327486390275,447.4524706350586,3432.668111761794,517.4801832850948,3879.470547084553,424.8167557280075,4404.874411996212,155.63054229891966,1195.2981762161276,261.9029387772597,2298.3135554590644,594.9849645224725,5274.970029019122,246.64602882446155,1535.7865117609958,197.97926642764156,2091.652406677721,245.90886424366138,3738.980898838521,365.53403077402254,2504.0204750523358,426.6553078645159,3189.943762525507,500.93545019375733,4496.833422191842,5033.716749906449,1648.116448660247,43852.67640943238,17847.192928894612,1268.1415460412884,8340.92075920512 -7392,1173.751859893911,3217.4001240801786,250.37267894846278,1289.0751653027241,493.2295739006235,2294.490448102887,599.2136822322541,2703.908585931525,112.36853790547164,988.8862617920072,981.4024240114112,5487.755571457038,548.9875242911918,3201.2675409775957,625.0393954373048,3617.950449682796,455.66963206003084,4107.936164550702,128.78282071861742,1114.7215893663831,253.1238013066366,2143.381283751233,571.4079921797595,4919.377517350966,239.02202011379984,1432.2571684474153,198.74603723132626,1950.6514287128132,273.33608112261675,3486.931389252117,379.50428201412086,2335.221235417998,353.0532838202665,2974.905552193241,414.519408086329,4193.696099637642,6127.270094020077,1834.574404516841,43872.66081892432,16665.35978088821,1414.9331807988783,7382.843763314604 -7393,1258.492054452864,3087.243345195338,267.5301707765488,1236.9268888106253,521.4568617200698,2201.6690785529977,638.301954155238,2594.5246055835646,118.0110271158816,948.8818341316097,1030.7484377161745,5265.753780898772,576.591232244844,3071.7633899819657,656.454271615622,3471.5897986803657,479.6769924784125,3941.753620128962,137.03722357395839,1069.6266164597112,268.82305955603914,2056.6728878239865,606.8927350592817,4720.368905713034,256.5778819518867,1374.3166038951174,205.56412897557308,1871.7397307899578,287.0476439899953,3345.8709863445833,398.77400586781556,2240.752141657899,375.6824203603098,2854.5586543168697,441.0882482981617,4024.04422082235,6413.214448466523,1924.0282950798378,46350.90327104081,17727.17388475181,1474.4410373783246,7852.119397777997 -7394,1259.4541886690854,3038.7026063393555,271.22090102134376,1217.478682634348,550.4416504515752,2167.052227258896,659.0385397745081,2553.730885344098,125.58368926566838,933.9625614453636,1099.5103135613826,5182.960314178274,615.0559955899159,3023.4660425206666,700.3954983108547,3417.005979074732,508.5270829040439,3879.7774129708587,141.7838151087662,1052.808873101779,279.5443786745944,2024.3358121880758,630.9763827358074,4646.150527458948,259.7996921258038,1352.708218706132,214.32738252072312,1842.3103598853154,304.91838654941677,3293.26384410336,424.8547656391279,2205.520787213982,388.69502343086134,2809.6764177403707,456.3663288873041,3960.774158236628,6999.433802719643,2068.5048228306723,48364.06128931656,18124.042090271116,1613.6703371205604,7992.102891477449 -7395,1420.5893966197614,3082.0448735564064,303.3801377642645,1234.8440826849207,640.4649448404908,2197.9617859999234,745.6034835044281,2590.1558010966664,145.24703218828674,947.2840542510224,1254.4572805385233,5256.887012514543,701.7319092783262,3066.5909843505206,799.1629873095313,3465.744143157768,578.8216038306483,3935.1162766769844,160.50083837891938,1067.8255198151703,316.310248504963,2053.2097479019094,713.9745075313045,4712.420486642075,291.3047790836645,1372.0024533441479,250.0799747331823,1868.5879915786268,356.2667465984337,3340.237023133648,484.5305250353179,2236.979038874663,440.0070423165654,2849.751990070844,516.6117045033108,4017.2683118910677,8120.079827931879,2381.9845486346394,55119.50273907375,20466.801206208536,1862.9327015433867,9016.666358727942 -7396,1844.5141259309885,3203.689148986927,380.3850145460516,1283.58176168391,803.1014904231107,2284.712459611438,925.3285645640123,2692.3858589325832,178.66432665756594,984.6721154680819,1500.164751953922,5464.369459361449,839.178417593268,3187.6253150099046,955.5732921659575,3602.5325263312816,696.2532814184607,4090.430163349523,198.53666636457885,1109.9711948371723,388.3927556242013,2134.247248112673,876.9241165957512,4898.413552654786,367.52809698249223,1426.153593633472,328.4595147629894,1942.3387128169798,447.22351199995904,3472.0718046228717,580.1170415892625,2325.2696723666963,544.2808414011552,2962.227969561967,639.0394383789185,4175.824631820988,9615.977087809588,2858.3714130769167,68269.52456412771,25796.980393517362,2184.052750449743,11447.588666459233 -7397,2558.651025762084,3454.970357399025,507.83595984176526,1384.2594370675083,1038.366500701358,2463.9137744165537,1212.672696602947,2903.563017727207,225.4082601383504,1061.9048267449418,1846.2685792928787,5892.96702207839,1032.785727571046,3437.6465573560836,1175.7950494288148,3885.0969963725374,866.1221039023245,4411.262861708161,259.5084018047629,1197.0317335381583,501.41082040449635,2301.6468310982864,1132.6368585019375,5282.6203903258265,496.47997881436123,1538.0138839811787,441.04125226387254,2094.6859588213524,573.9485301192294,3744.4035940647723,715.5131770414782,2507.652090255484,711.4325724881073,3194.570181670475,835.2920716387802,4503.35524131623,11477.149159220433,3504.22884522528,88294.30951376178,34462.811887901305,2575.9080906977015,15446.151135876362 -7398,2666.7764667411075,4046.0367693187445,525.7738099571966,1621.0745683120651,1091.759069912342,2885.43307075585,1263.4185738979781,3400.2962446839797,237.2434598689902,1243.5724565120688,1939.5822057723058,6901.1189055936175,1084.984515275465,4025.7492632890735,1235.2981043523625,4549.748239092529,908.1460641407449,5165.929050412432,270.66883453528396,1401.8164866638206,523.1050256822307,2695.405964530567,1181.6305536083107,6186.355923962771,514.5405688725828,1801.1328846813271,470.7644978796827,2453.0388202656454,604.8437039994891,4384.985413351147,751.4119620709474,2936.654012126129,742.0284811844605,3741.0880789548883,871.2146888297087,5273.776329990487,12064.750892465196,3688.4718843736114,92631.79964068245,36019.676606591034,2720.3787284451473,16177.157311274897 -7399,2563.5634707419063,4465.033720825271,516.9912275985535,1788.9487970976525,1039.9496675423957,3184.240948526665,1246.2753630992943,3752.42200180644,228.86779936375802,1372.3535571207447,1940.9685715352125,7615.780671733388,1085.760035581222,4442.645293903194,1236.3051899634509,5020.908228729236,906.8227282889231,5700.899108083526,268.4661061696724,1546.9849238213076,519.284589418543,2974.5351337894454,1172.962710159242,6826.998711178761,506.6816543465488,1987.6534802582926,427.90634565764844,2707.0690840073,568.853537973317,4839.082997072334,751.6245747915476,3240.7661961875306,735.9897837983984,4128.505344236794,864.1246619674826,5819.9147689561205,11929.232115502713,3647.677225693365,90598.55574752738,35209.82283079406,2726.7494662780555,15781.1672121755 -7400,2443.109830458838,4604.612730343569,489.55838231866716,1844.8721600082663,969.9344538625008,3283.7817863908876,1175.1582296505346,3869.724440949051,212.2712686471199,1415.2539610568704,1798.5285408356654,7853.853481331938,1006.0803874567779,4581.524430889762,1145.5411910179637,5177.864131252357,842.7796283917963,5879.111838517949,253.57927928164798,1595.3443846691885,487.872685375166,3067.5204713503385,1102.2365450887385,7040.41383358749,482.0050142809182,2049.7884430349613,399.5010398942777,2791.6933097283786,527.9565651274705,4990.354959153586,696.8932634778695,3342.074039314106,695.1781049645845,4257.564321787599,816.2077221499387,6001.847983736336,10933.035316397172,3369.448442113055,84879.11004943824,33311.55578850147,2493.952371279712,14964.629800457311 -7401,2282.461747874452,4615.00967992458,458.56144350914485,1849.037774785079,894.3445510970041,3291.1963759921296,1099.7186527976148,3878.4620552200245,195.9407940361009,1418.4495227553539,1675.723981761206,7871.587028851355,937.3846422573806,4591.869248424196,1067.3636547391682,5189.5554493854115,785.9467609822527,5892.3865334696875,237.6457339200603,1598.9465801421004,456.5999523966728,3074.4467553935506,1031.6368689893704,7056.31068136687,452.7017754599381,2054.4167469428094,365.039823655113,2797.9967919725254,484.07977045551235,5001.622892406639,649.4101856512949,3349.620249455467,651.4968866047317,4267.177656107733,764.9216596522627,6015.399809814692,10091.855907653387,3124.6775606598007,79044.09600597543,31159.92787121613,2310.1874635361614,14010.303602186255 -7402,2169.6636688850494,4686.748609972542,435.74020484841924,1877.7805079061743,836.3984234058083,3342.357028507871,1042.1559590761924,3938.7515751496226,183.12272129421538,1440.4988916943098,1574.95240570732,7993.9484691069765,881.0139458914409,4663.248467461385,1003.1640039758043,5270.225519695981,739.826425301703,5983.981900469446,225.47447868322953,1623.801721261786,432.2287642254428,3122.2381005950115,976.6590597799449,7165.99889731348,431.2269619556017,2086.3520340862806,340.12405952609896,2841.4908060819425,450.5578001951137,5079.371607943571,610.5518188630051,3401.689083418746,618.1298458333027,4333.509642518375,725.7454598432663,6108.907381000084,9388.892890141875,2923.9627612111185,74543.14488541077,29563.064540732263,2152.8075529851103,13308.057983179759 -7403,2072.050648240725,4748.28554053215,419.03259814791966,1902.4357344475197,786.2291887040636,3386.2421201748443,997.2921252975284,3990.4673172006883,172.95446003808993,1459.4126179566417,1504.827067050887,8098.908878289966,841.7864739419434,4724.476841544383,958.4467992413943,5339.423492283828,707.4323543872069,6062.5514823530575,215.8962431309777,1645.1222105987304,413.96425710588875,3163.233034434231,935.3803193981826,7260.088342519885,414.0349154683763,2113.745801264507,317.4525441447959,2878.799532657882,421.9094549785284,5146.063671874497,583.4549221389877,3446.3532039705296,591.8714714938,4390.408551366103,694.9155361820516,6189.117232345595,8877.396566035333,2775.974299044437,71038.64853058959,28281.849718070876,2044.2710124937553,12730.165040652435 -7404,2016.1500169308322,4702.603954144117,408.103523123933,1884.1330688624366,755.852149686121,3353.664274840331,969.3141592618313,3952.0764336021216,166.4585058014279,1445.3721220736793,1456.1627847517364,8020.992122354739,814.5641202905041,4679.024310281681,927.4433670843165,5288.054775418977,685.1818811096713,6004.225805240983,209.7992978030003,1629.2950679930825,402.25270517899287,3132.800681136499,908.9191244056412,7190.241584153621,403.772261517408,2093.4101957920557,304.303447726725,2851.103614115839,404.4173250040985,5096.5552018849885,564.6932667616455,3413.1970510250158,575.1569240308411,4348.169973714028,675.2910074259227,6129.573910634707,8523.199878146039,2676.163159097013,68819.49302566821,27501.30344207399,1966.797858957705,12385.781071561136 -7405,1970.3738495100235,4664.395173100728,402.3249914474199,1868.8244380300798,728.334522314374,3326.415664236521,952.7947323703667,3919.9657084399123,161.48809865942772,1433.6284354955517,1435.5047160182298,7955.821350003449,803.0081859121382,4641.0071144660105,914.2397383857661,5245.089191025808,675.3363179108189,5955.441312359045,206.83473654144282,1616.0570026328983,396.1319746303492,3107.346593051399,895.1271429530817,7131.820681815908,397.45904844207973,2076.401182788839,289.2331822565285,2827.93832212314,387.55996312951,5055.145556572893,556.6829305600131,3385.464735045987,567.0296902690795,4312.840978101146,665.7488326815019,6079.77096109346,8314.480333903908,2619.493059306572,67404.47772067886,27005.90906080099,1931.2448994346921,12161.077538510393 -7406,1952.9450111404608,4614.2299047665365,399.5036710906968,1848.725352098441,715.9000977524353,3290.640278962603,945.659654367805,3877.806730838966,158.6386596571686,1418.2098544171497,1417.0245491955634,7870.257006068049,792.6705499085555,4591.093383189398,902.5081503960814,5188.67859609552,667.3321061173057,5891.390926318443,205.44299758716002,1598.676414116738,392.95318156039707,3073.927281465898,887.9891351023236,7055.118411760004,395.7419449127106,2054.069622396028,281.2465570884529,2797.5240284157862,379.28654345108106,5000.777793143171,549.6118743400766,3349.0542808355594,563.2142900061541,4266.456652391172,661.2691761223364,6014.383417723946,8169.188591989356,2579.503033300472,66586.79709616292,26769.637068949236,1898.1220400477448,12056.513987448774 -7407,1978.838006966871,4586.223129514648,405.8211394955227,1837.504230371237,713.3653450608923,3270.6672337026525,956.5558393903502,3854.269788852465,158.1081857715383,1409.6018124529544,1423.2173892252795,7822.487275540349,796.1347678817991,4563.227038599461,906.437090492255,5157.185116512932,671.3617807401562,5855.632226600432,208.04927781986854,1588.9730027231246,397.1917929711318,3055.269608942097,897.6330200801417,7012.296289799953,402.18659284145616,2041.6021321639632,278.205645874308,2780.5440277780494,375.7280315395351,4970.424806268261,552.1756800469873,3328.7266828429138,570.3593097345545,4240.560740169283,669.6581346289213,5977.878196238367,8117.7717580534645,2577.8833442349314,67012.04910695691,27092.923083706228,1890.4506019064675,12211.73173995314 -7408,2056.9347139464353,4606.757099421891,422.0834881923899,1845.7313173457142,727.039555168503,3285.311044231899,990.2525229333925,3871.526572402608,161.24902701762738,1415.9130451123144,1460.969259018546,7857.51102248411,817.2528179579905,4583.658047742367,930.4121315727025,5180.275463623839,690.3452507240142,5881.849742088307,215.38339984539562,1596.0873368712741,410.74397749742974,3068.9490162532657,928.299806986173,7043.692555731452,418.6920034331162,2050.743029926793,281.93674331776106,2792.9934018664408,381.20587597243264,4992.678968465758,567.0444597479562,3343.630443869074,590.465530817477,4259.547070351978,693.2648230357305,6004.643045554305,8235.178351764436,2631.4759012122727,69017.85501628804,28079.58502561336,1920.580412914942,12663.60354102914 -7409,2132.805717979563,4818.140024453421,431.89710464531845,1930.4234502849126,742.6550283116035,3436.0588790277197,1008.4673697774181,4049.173145371357,162.68709522746565,1480.8827916404523,1455.6777598790864,8218.056114737532,814.2928018205866,4793.981063383387,927.0016576508453,5417.9745122902605,690.5691941683266,6151.740812150281,219.20422135652976,1669.3244541301747,416.042407248947,3209.7689913089635,940.4495690910503,7366.895256312337,429.8641957612382,2144.8422087631043,292.0535145599839,2921.1510412076555,388.44400091707683,5221.770075576686,565.4259200868837,3497.0542880605144,600.940170011352,4454.998121841859,705.5630834897345,6280.168536338002,8134.468398408312,2623.35795123292,70031.40193007531,28751.889099970318,1884.8351328539463,13002.663973681334 -7410,2229.536724051349,4789.158536557126,443.50100736068464,1918.8118027248147,779.8674463711053,3415.390716975955,1036.656866489661,4024.81705320571,168.7703075659996,1471.9751661908108,1475.180523810171,8168.623866481661,825.2024692774885,4765.144893521497,939.3973216756896,5385.384973183169,701.1785304659359,6114.737611540997,224.86560452729165,1659.283337388689,425.6349844466733,3190.4619805746556,962.2352431429092,7322.582806981165,443.1372905822139,2131.940815653472,314.999164537458,2903.5800899454803,410.286538120391,5190.360721453624,573.2590790213494,3476.0192338678735,616.460640119469,4428.200960802352,723.7856475537849,6242.392832954783,8277.481647619392,2676.9523604505775,72195.81221941016,29718.15344942661,1899.6150608940964,13468.129330939537 -7411,2282.481639890274,4647.955003863768,450.1324699300301,1862.2375625842424,789.0993565615773,3314.691349627009,1050.159426824408,3906.149361998796,169.84135535841864,1428.5754557998378,1478.5022790475928,7927.780190419167,827.0606287230702,4624.649378991159,941.4914082673553,5226.602302423253,704.0973376409955,5934.450710271856,227.77552007960657,1610.3610335664102,430.13855044260373,3096.3944112632303,972.505597402492,7106.683802408078,450.76382461080357,2069.082680478886,322.50348385159486,2817.970945243175,414.1557392615946,5037.328145015056,574.7772983862643,3373.532295549675,624.4380647142381,4297.6398999461535,733.1519315472244,6058.342145606567,8213.249203258794,2679.3502539154606,73074.72150287991,30242.871557342733,1884.831629511062,13740.67923514456 -7412,2256.4687728506647,4351.90194884907,437.256111561346,1743.6217155917725,776.0485424382758,3103.5609708535253,1019.7681710843808,3657.345866482566,164.96367093641567,1337.581862347023,1409.289732757257,7422.817568597842,788.3437644600783,4330.080783580056,897.3847684915664,4893.692113384639,673.060025767437,5556.453879160188,221.1072000796696,1507.7885466839757,415.51316003095116,2899.1685292951647,939.6196442749255,6654.021190791271,439.96595323031033,1937.2917642319417,323.9634777857936,2638.479339453449,407.86626231335686,4716.473837001419,548.2239055920328,3158.6540229635616,606.1571149695044,4023.900283130919,711.6882918794493,5672.454007911572,7796.141812762303,2563.850547809049,70994.7218536577,29559.11666081382,1775.354506387108,13471.554882679806 -7413,2042.8172411131256,4078.46224735467,388.67752903929835,1634.066076003739,692.741733700081,2908.557316034442,905.0775984158597,3427.5466720734976,145.22825845854948,1253.538611955956,1220.033907442434,6956.4253924732,682.4757897585375,4058.0121545472025,776.8819348649508,4586.210527995683,585.2117831221232,5207.32949447896,196.32524177165757,1413.0508308604428,366.5754146357373,2717.0073072478517,829.1658863853534,6235.934205024376,393.52114074411827,1815.567403723489,295.83422582231225,2472.6978003794593,363.3987841311679,4420.127271004708,475.01442252847943,2960.1887488569923,538.2183036333449,3771.069657534324,631.9214205550336,5316.041076532394,6660.606204130568,2223.0612745586786,62906.766337157715,26445.632172385514,1507.7492106174834,12107.388311008548 -7414,1723.3619428816762,3824.776753215766,336.48801362527433,1532.4251057543509,575.2162891182351,2727.6413837052646,776.983984094545,3214.3489474278667,123.05969280871759,1175.566929760662,1071.423939664853,6523.726962010931,599.3447353621818,3805.598681965544,682.1386433753963,4300.942450603461,512.4529295044971,4883.427034229925,168.43902401020935,1325.1572875273573,316.96792705285276,2548.0060269821706,716.7361263457743,5848.051234857034,336.87362514482726,1702.636822042901,239.05920893301612,2318.8928794800913,300.04470665094203,4145.189781604389,416.9157812757856,2776.0612763064523,461.76928117003246,3536.504370060025,542.1627212522864,4985.376618809989,5784.870039814162,1925.7097695084803,53860.933961293355,22575.950317803377,1330.9109822634775,10298.476625757283 -7415,1360.3058938021484,3485.6413476324997,278.55755164916974,1396.5479962396498,504.9573710112527,2485.786805873803,651.2540697275182,2929.338970556519,112.27982927863006,1071.3317303651781,982.6331791286328,5945.280968446492,549.6759974274721,3468.1637581074615,625.671484837936,3919.586372461295,462.74194480490473,4450.4231977321715,140.32256638038646,1207.6582063615451,270.5526200844923,2322.079361677411,611.2010534684123,5329.516074409441,271.5081294643622,1551.6673755989902,207.81953489194828,2113.2812247539873,272.7001208807417,3777.643985206711,381.1053444141881,2529.913402166443,384.6890647233731,3222.9295077157285,451.6629379025832,4543.333113869747,5730.309249384643,1798.686041039772,46384.73136692972,18527.023279040866,1323.0507269271031,8325.893103902948 -7416,1287.528948885953,3224.093160569929,324.5996780943602,1291.7567798942162,592.022463140372,2299.2635902991587,607.8309242841166,2709.533425284001,150.0068161926155,990.9434046959469,1302.3815437516485,5499.171543008631,728.540303033167,3207.9270174613735,814.944886189195,3625.476735952446,532.5839917236545,4116.481749677378,129.7513688035349,1117.0405027703148,274.97287058839515,2147.8400792352713,619.0264046061949,4929.611113410114,293.2902237106767,1435.236639175777,264.4012384453192,1954.7092955269045,366.5138129679691,3494.185121497245,443.36275476469064,2340.0791083394643,355.7085221510457,2981.0941363439556,417.6369200077394,4202.420087932328,7882.895354357325,2272.2637631753323,52318.52282452328,19239.160222578663,1659.8503846369777,8184.722749918346 -7417,1384.0522862525147,3099.3297971135303,346.40112756275175,1241.7694151994815,623.9203166423797,2210.288537559725,647.0805878076192,2604.6820805182037,157.51074632649133,952.5966740006879,1366.7652255416776,5286.36902653042,764.5559447371954,3083.7892384058873,855.2547626651304,3485.1809537950858,560.3535412463907,3957.1854504954267,138.04932214572258,1073.8141680145243,291.8875996229684,2064.724691712015,657.1584402921284,4738.8489882448575,314.48536815930146,1379.6970063111444,279.8080323325441,1879.0675277045648,385.00887548458064,3358.9699566165136,465.65073523412457,2249.524609517578,378.4570507210773,2865.7341536427507,444.3459382489773,4039.7982160710053,8199.74135839922,2377.5012899285894,55399.479851576376,20535.973692382464,1725.5870335334919,8761.487226586667 -7418,1389.9834370906904,3046.305370008242,352.47570232476625,1220.5247861512453,661.0742400324742,2172.474141831125,668.8858458383482,2560.120260979181,168.12555029921756,936.2993141816936,1461.0026192174557,5195.92796105879,817.2714793476114,3031.0306846591347,914.2865816451674,3425.555249036155,594.8567225452812,3889.484526361015,142.87863335250626,1055.4429765622494,303.8872835147341,2029.4006535892781,684.0325634379044,4657.775088663671,319.3146969770065,1356.0926633958911,292.10068174029055,1846.9197778131272,410.5087986677632,3301.5035141038966,496.7279090419461,2211.0389492338595,391.6964266768992,2816.7061631802694,459.89027259210025,3970.683923610865,8967.586584071983,2563.078827206743,57913.21492489129,21038.698267003518,1889.9286557747764,8916.571417456595 -7419,1554.7018183515522,3095.690869487538,394.8297688143394,1240.3114519216495,753.5311203275559,2207.69343457061,755.5545264687555,2601.6239194962454,191.85873431252287,951.4782288592002,1668.0436796416748,5280.162292961843,933.0883516193611,3080.168556972493,1043.8854578077007,3481.088997764411,677.3937729037302,3952.539313298154,161.75630496030743,1072.5534012368778,343.9909623779715,2062.3004954461844,774.3073239825316,4733.28509875017,358.38051731530516,1378.077102047829,330.29374167838256,1876.861311785227,468.2898475934906,3355.0261851013315,566.7336135248461,2246.883439399268,443.4488569686463,2862.3694910017653,520.6527346755432,4035.0550831054243,10314.40971121383,2935.2645726022306,65651.93551806807,23693.768063544994,2174.7874676596703,10024.526387548416 -7420,1975.2081655446352,3195.6964977390185,493.29059065938014,1280.3794468236933,909.1365253619205,2279.012496524445,933.636243814309,2685.668821106971,229.29739881968067,982.2155285626496,1990.7554302871658,5450.736801089279,1113.6103482152087,3179.6727402540373,1245.8446705692234,3593.544829724912,813.764956255793,4080.225246383744,200.019539297827,1107.2020083640205,421.87840272079086,2128.9226697476442,949.9033259202918,4886.1928566466295,450.87454563081303,1422.5955866703218,402.81208405725886,1937.4929131107983,560.253758207397,3463.4095849906007,677.7209049934321,2319.468526036865,548.3460820570913,2954.837722263787,643.8124322233405,4165.406670401377,12045.712011985424,3477.1567376679513,80132.62428893537,29521.769644063443,2536.3390365904975,12584.712225336883 -7421,2695.848233075568,3427.0285613092574,654.776603418312,1373.06434972239,1137.4783800274113,2443.9870690773664,1218.472049275632,2880.0806843400683,281.87890053162556,1053.3167564964942,2440.9123083538047,5845.30812319898,1365.4239814262698,3409.8448661118646,1527.6012841613056,3853.676585534821,1009.9016559922134,4375.587126570159,261.2913934395625,1187.3508352520485,543.5152530739599,2283.0324466687703,1224.386304608942,5239.897620953861,606.2825534379264,1525.5753198593763,512.5072385520921,2077.745353872849,690.060130469779,3714.121029851424,834.0385088651914,2487.3716547895347,716.3205773336097,3168.73435114894,841.031071863778,4466.93471643295,14165.770586407958,4204.518786375465,102332.04503456452,39051.39789415182,2974.5833625672567,16856.40033173802 -7422,2789.2398881863105,3986.4492703510973,678.5522387271864,1597.2003959619115,1193.381808153682,2842.9382171675993,1269.4178268677788,3350.2188082883836,296.1798806201926,1225.2578991579387,2565.831445361043,6799.483542617934,1435.3026021473029,3966.460546021525,1605.812355515455,4482.742392641551,1059.309001420476,5089.848478359148,272.5500977952371,1381.1714102064516,567.206048594168,2655.7097113114205,1277.7330587297827,6095.247143136071,628.7514511466836,1774.6069260641457,534.9672012059287,2416.9119987600693,724.8435528940099,4320.406090747709,876.1990197086614,2893.404808549226,747.1858940129003,3685.9916735704815,877.2700006222202,5196.107450656051,14993.675222184007,4431.241587579527,106918.91932154575,40595.79482261374,3149.881092957961,17499.0782542959 -7423,2738.662213756973,4388.35624209001,668.0058132302693,1758.227397904597,1192.3199489057606,3129.558367635994,1257.9290934860321,3687.9821170845707,296.4582336357049,1348.7862971014997,2569.568396356358,7484.995800437652,1437.3930182957877,4366.3522888889775,1608.225106611498,4934.684784963412,1058.2586249739165,5602.998263999609,270.3587245859603,1520.418740670925,563.2732200090907,2923.4538052421053,1268.8230083555086,6709.759496150994,619.6478056103273,1953.5197498108091,531.1099493446343,2660.5809172649697,725.2470509149325,4755.982015801895,876.8335901844498,3185.1129141226875,741.1783263630089,4057.6070262096196,870.2165231433381,5719.970083464432,15141.757930745314,4452.10112122633,106290.43436050997,40106.64577801454,3182.7494174062176,17258.584733415155 -7424,2612.665542896361,4516.953476961912,631.5914668382359,1809.7508315488235,1111.566385422069,3221.267547621924,1185.7141358702918,3796.055453967592,274.6145298495722,1388.3113900227975,2378.491032763755,7704.337556180267,1330.5060917707608,4494.304715686557,1488.6789262183393,5079.2917364739205,982.8648844138434,5767.189602166644,255.32254821669466,1564.9733837107028,528.895004243528,3009.1232575131057,1191.628990005353,6906.383578212655,588.7357826486848,2010.766068075453,496.52189330250127,2738.547091895832,672.1750012798834,4895.3522270136755,812.4753159653387,3278.450075217861,699.9572115151766,4176.5119224809505,821.8188650264385,5887.589186314023,13849.685867753571,4106.363987230448,99558.10181657695,37943.79022074954,2908.846713670743,16391.292244531443 -7425,2452.855381380355,4544.115497893636,591.380358348427,1820.633496207304,1037.904092079595,3240.638155931585,1110.7188758751631,3818.8824629736714,255.84290633859982,1396.659791933041,2215.4928362615638,7750.666432276371,1239.3263940521551,4521.330541695978,1386.7249796525316,5109.8352940217455,916.4239578855288,5801.869730153402,239.26789271233736,1574.3841159714502,494.9112600427199,3027.2181680149693,1115.1207109038394,6947.914077977754,552.7506137881086,2022.8575076504737,463.4065666279633,2755.0149332875963,626.3142476171981,4924.789691963556,756.9964521784077,3298.164542063903,655.9439742309816,4201.626749285924,770.1429795351833,5922.993319106556,12861.237423914607,3822.341988967118,93045.31572413306,35559.986426820076,2700.6806588317822,15379.806181721075 -7426,2339.245031163088,4599.9341046079,561.5215669894923,1842.9976339900513,978.3830440448668,3280.445222194102,1053.118709772821,3865.7925158514067,240.41751654757965,1413.8159587768798,2081.1200461885333,7845.873387635939,1164.1594864213719,4576.869264567152,1302.6428142271104,5172.603039864446,862.3492619941834,5873.138227801612,226.9942050060193,1593.7233972523356,468.35773297367433,3064.403644580657,1055.3857014407824,7033.260254496134,526.2048173910234,2047.7057069779069,437.5067410800251,2788.856743673883,588.7188755525908,4985.284390897507,711.4686355258575,3338.6782458942157,622.2961186775772,4253.238322800558,730.6370754505408,5995.749664055023,12005.434173727344,3583.7039496926595,87933.03685573571,33774.73169724637,2519.904874366369,14634.907786749925 -7427,2248.715187702686,4660.821224636856,539.770789934623,1867.392509134333,934.8546236792184,3323.866901168169,1009.1067064111201,3916.9621560173164,229.69473102522502,1432.5299620698115,1987.940441439884,7949.725448083162,1112.0356692452303,4637.451086378334,1244.2793245554903,5241.070303740004,824.4575360564705,5950.878139741782,217.3452710526059,1614.818748962755,448.5138667371117,3104.965684879853,1010.6647506162856,7126.356144909306,505.1024710442089,2074.8102046357853,419.33860819018616,2825.7715018930357,562.5370830772066,5051.272207719272,679.7879805465916,3382.870727454373,595.8439273168937,4309.536397160514,699.5795914731395,6075.112524730177,11433.562602101825,3418.8208775692083,84192.52649844026,32399.887299749014,2399.3876847227593,14044.166147313508 -7428,2193.5987434292747,4606.367218146019,525.4615198347376,1845.5751085277986,905.5208081104347,3285.033000212229,981.2988195093305,3871.198915509256,222.24479166616345,1415.7932128805212,1923.027865186291,7856.8460218434175,1075.7241688240647,4583.270121396512,1203.6614024537657,5179.837044066753,798.3637319338604,5881.351946560467,211.19833929269757,1595.9522560424234,435.75067689535115,3068.689283488498,981.9110237537939,7043.09643056548,492.40867272607716,2050.569470459311,406.8695560440076,2792.7570239095567,544.3829552066961,4992.256425665207,657.80174066288,3343.347464134009,578.9923439213375,4259.1865743217795,679.7941690041632,6004.1348577247245,11018.688634750362,3302.882939994702,81716.83880435853,31533.326784621815,2311.738819527408,13679.70901041113 -7429,2162.624534791056,4572.967027465687,518.0200128797537,1832.1930750032307,892.6571410419641,3261.2136381418236,966.4257658157455,3843.1293379405924,219.09172522878163,1405.5274739511874,1895.7420397912244,7799.877017235663,1060.4607280933487,4550.037404866431,1186.531237065098,5142.278695639095,786.8972998019125,5838.7070016026655,208.2139166812636,1584.3802064979288,429.1288965413776,3046.438602560707,967.0274363371162,6992.0278221327535,484.7297994292712,2035.7010485395815,401.0992285105218,2772.5070931713044,536.6602572651803,4956.058200763494,648.469719352116,3319.105271203151,570.8106610121209,4228.303746924725,670.1880655854934,5960.599629285177,10862.029064026994,3255.642993543579,80542.00013214124,31075.83191932348,2278.8704950791507,13481.1281443087 -7430,2152.2075725800896,4518.448035509581,514.1811596565021,1810.3496374892072,883.1953255869897,3222.333392770027,959.585120158716,3797.3114835359916,216.25160579988153,1388.7707511088408,1870.7769985302416,7706.886748596669,1046.4955127439976,4495.791780267345,1170.9670418367282,5080.972360133112,777.4187409727012,5769.097835793557,206.8024086295417,1565.4911982862632,425.61003316933466,3010.118908876008,959.1474823588148,6908.66874556338,482.4597989585333,2011.431385446936,396.9208566716823,2739.4532156771065,529.7852096435852,4896.971989216684,640.1191176497596,3279.534840781202,566.941064508345,4177.893836557556,665.6447772893996,5889.537257461633,10681.829849771691,3210.23600672973,79773.37388556472,30870.12707117122,2240.5241165561847,13408.205231660168 -7431,2189.6060524434224,4482.578567334026,521.9348747232887,1795.978269665958,889.3235746359442,3196.7530642646097,971.283589067314,3767.1667209226043,217.16345143791924,1377.7460656707085,1878.0037981642727,7645.7060230933785,1050.5381182466606,4460.1021676129785,1175.5055467894879,5040.637321433897,781.862010743429,5723.300148269788,209.41048235339588,1553.0636266345052,430.08963827375004,2986.2232341757485,969.3151021445898,6853.824632771345,490.0576959802312,1995.4637404722464,400.55489622213395,2717.706206711656,532.1576932802957,4858.097628032628,642.9125061821198,3253.5004215121185,574.091001025607,4144.727840438194,674.0395085914859,5842.783467761042,10660.070996925188,3216.8414996669285,80522.05626970642,31296.915593491754,2235.046062481475,13614.44706953213 -7432,2284.252257375833,4506.166639801879,542.3779732867567,1805.429005428692,914.6750620105662,3213.574909505919,1005.9806482794694,3786.990177506089,222.8782842886888,1384.995994155212,1926.5177138250067,7685.938997269196,1077.6763581782427,4483.571965534725,1205.8393943673204,5067.16199169592,803.6393642188078,5753.4171036392845,216.77415559893512,1561.23610522511,444.62200662567216,3001.937236506067,1002.1157921034612,6889.890595629842,509.839890016008,2005.9642018942145,413.7067607816811,2732.0072278733155,546.3519408224837,4883.661744128888,659.9605587194518,3270.6208807665466,594.2782356723573,4166.538086302536,697.7413149197644,5873.529164190293,10848.848196292889,3290.527359987852,83152.407891123,32490.798658791417,2273.392441004442,14155.669621335415 -7433,2351.286539004379,4755.8883042010375,554.0465501970781,1905.4818379644175,917.4786501211115,3391.6640347470748,1022.5369404396357,3996.8566928357714,221.98163586177532,1461.749370692972,1916.9874749320754,8111.876525170484,1072.3452298584768,4732.041483682852,1199.9153731688593,5347.972762245252,803.2349283590087,6072.258595743216,220.57879499492148,1647.7563140592013,450.06235346245984,3168.297875835434,1014.5710776967097,7271.712903724609,522.7656835886658,2117.1302459542667,416.9432501452769,2883.408950585694,544.5268271376675,5154.303341875035,657.5591278666066,3451.8713659904074,604.7085122031053,4397.438296806003,709.9874892278425,6199.026997719833,10625.40130623704,3258.6279103330535,83922.35122407028,33155.80440693503,2224.0899543320556,14501.332574018821 -7434,2427.3836537269212,4744.321704489257,568.4318289172468,1900.8475942084544,933.3927814216499,3383.41530859173,1048.1984412224967,3987.136102587564,224.9027414528968,1458.1943103617996,1941.1591744977127,8092.147964978027,1085.8666571321223,4720.53288083931,1215.069738015383,5334.966178353079,815.1900514498379,6057.490506160174,226.25199458420457,1643.7488739159064,460.2674216645499,3160.59238929886,1037.6890547440826,7254.027670809851,538.5173779870198,2111.9812608380635,424.98316236729215,2876.3963306494084,551.9132767284141,5141.767773389143,666.3623404475466,3443.4762120689625,620.2613765804163,4386.74346856719,728.2480873618395,6183.950599936939,10658.632085314497,3290.4248961122303,85675.91499077145,34060.93806739652,2229.5680084067653,14930.283755608323 -7435,2472.191084031557,4617.284007327145,576.4724158890747,1849.9490008866978,938.6898652360021,3292.8183136746666,1061.1113659439868,3880.3734038723073,225.36246357469676,1419.148550242293,1944.1967145000028,7875.466233300106,1087.5658291791779,4594.132171968238,1216.9926114303375,5192.112919246636,818.2404347191648,5895.290366200065,229.15920972609183,1599.7345585591931,464.9872122020584,3075.961876485048,1048.428590981726,7059.788108687003,547.4472491464576,2055.429186055166,428.2997854796723,2799.375675489055,553.2363610347429,5004.0877470419355,667.8570241336054,3351.2709790638273,628.2313981010498,4269.280568072819,737.6056794154238,6018.364264837259,10586.404799460806,3287.386278509155,86426.74217260501,34545.68392509358,2213.133846182637,15171.139601315243 -7436,2418.505818537254,4334.682004454067,559.3030080268215,1736.722417459297,900.356201130197,3091.280559214487,1028.0044166249959,3642.8741956603917,214.7400609964085,1332.2892143131048,1851.1110404536755,7393.446386230254,1035.4945559773137,4312.947182870408,1158.7580266868272,4874.328371492192,781.6437287876688,5534.467669921755,222.4174909145656,1501.8224115921253,448.9453444213477,2887.696873579344,1012.4537498813836,6627.692041776573,533.815424495328,1929.6261373752075,411.4817271581148,2628.0391990167445,527.4627528756133,4697.811326180115,636.5838714860265,3146.1556148473423,609.7492282609999,4007.9782012593646,715.9057874916068,5650.008800333933,9941.231564706794,3117.760228961797,83259.87095953067,33571.94262385514,2076.1824943148995,14790.91849256035 -7437,2166.98096010424,4063.971503406523,496.3624070212596,1628.2602522236903,786.6496226458543,2898.2232350085596,910.4448229879266,3415.3686259906744,185.8175552052304,1249.0847992311353,1600.1037019345654,6931.709268345265,895.0833505624338,4043.594069616258,1001.7238622252706,4569.915758442137,678.998398667626,5188.827894174318,197.449919202904,1408.0302724896999,395.7953406325408,2707.3538018806976,892.8198765941592,6213.77798035879,476.8552846139507,1809.1167071686727,360.22640835062634,2463.9123247483717,456.77457273128357,4404.422593943177,551.0854513509217,2949.6712217606723,541.3015647245712,3757.6710770145705,635.5414734509625,5297.153224840785,8431.739602894553,2681.597807277932,73141.02664590027,29838.493972513606,1758.4553579817482,13203.15181650836 -7438,1856.807550495219,3834.0040400597118,430.1227791077219,1536.1220865012065,683.7571469825608,2734.2218277622164,784.6859774394451,3222.103575127252,163.23237724694388,1178.4029889518392,1406.5942786303754,6539.46547535539,786.8359521175037,3814.779701647782,880.4068289427848,4311.3184888016785,594.944790282868,4895.208318454798,169.43040587041565,1328.3542339622256,342.4071325877186,2554.1531001339044,772.1560794889801,5862.159678226114,408.5906531738849,1706.744439130577,315.10595300230216,2324.4872163891296,401.0516681882447,4155.190065962241,483.96487790379416,2782.758533517952,464.48711744130367,3545.0361988053173,545.3537293354075,4997.403856752226,7505.327316076789,2361.9416220907856,63516.139793038266,25684.46663948676,1566.7234653669161,11317.21033900999 -7439,1482.0382468861148,3524.5649183686633,358.457921205159,1412.143012851156,607.2576268510854,2513.5451690912837,659.4834081167278,2962.050406203248,149.96382305820495,1083.2951116284537,1297.4162872997447,6011.670921181839,725.7627840661158,3506.892159540668,811.890925956788,3963.3557343116254,539.1187516767452,4500.120325137562,141.26267027453943,1221.1439224557582,293.0865456113558,2348.00963139682,660.3021833403915,5389.029884128475,331.11775626895,1568.994584232818,276.6258758904745,2136.879880792707,367.3708358785533,3819.8283002895314,443.8900380848948,2558.164519663795,387.266324369581,3258.919419516737,454.6888951503701,4594.067750683651,7416.544930489361,2222.00863753215,55096.167721771824,21248.87184001526,1555.7673572174974,9198.913706716994 -7440,1507.7209669256285,3291.348408671733,359.9064707018796,1318.7030926687564,653.4836714937207,2347.226702875496,636.829257863908,2766.0548512112205,159.4672615754359,1011.6146884394635,1360.2787843242218,5613.885395264081,760.9274889495315,3274.8450364846535,853.1727314942556,3701.1049281975784,567.1527308408615,4202.352407748611,126.0958003473825,1140.3421979794884,287.8264333916997,2192.6444661489645,646.3301694549507,5032.443817667084,331.6644716993232,1465.1759713988893,288.23443447322876,1995.4849344710115,394.7071381747594,3567.0745435939652,456.36930323052684,2388.8936410378305,345.6869180234712,3043.2803746966974,405.8705674445028,4290.083437459093,8520.074157613613,2410.76916749219,55567.40539059372,20264.567501068876,1724.93507543045,8593.559355318057 -7441,1616.9150151420713,3137.4086135295292,382.95086715117947,1257.0259747422642,685.6223959987516,2237.4444638269156,675.7499569830003,2636.683583184511,166.68304663708727,964.3004152100119,1420.9914080487176,5351.318124834172,794.889574406278,3121.6771212585777,891.270723105487,3528.0003936106536,594.1837660162989,4005.8040061695638,133.82298677610504,1087.0072049758714,304.5240075168624,2090.092199409487,683.8946932409549,4797.071175768939,354.68306845520794,1396.6481642879282,303.8562279784993,1902.1540244973116,412.74316057629034,3400.2387497743043,477.1885094879314,2277.162595868326,366.8707104588974,2900.942980026845,430.74243099535084,4089.431764191864,8812.420678358389,2510.073785752305,58625.41829571684,21572.273243774656,1783.013697498816,9178.536187730808 -7442,1612.4238760166409,3083.669396731466,385.79276689207023,1235.4949599148786,716.5623698774752,2199.1203154846457,690.8577635928818,2591.5210531609687,175.1185593859121,947.7833607058694,1494.7260005873222,5259.657878978484,836.1360299091407,3068.20736189429,937.6074859554498,3467.570911394562,621.153908394952,3937.1904475116994,136.8459169155169,1068.388362789568,313.07645428200976,2054.2919796524407,702.9781175004823,4714.904368806431,357.131076950548,1372.7256257420643,313.0135144026624,1869.5729105598532,433.2498084339594,3341.9976374909625,500.97177747314123,2238.1581340662847,375.15796031507585,2851.2540733762366,440.47248043116184,4019.385784459067,9460.602289521745,2660.5795783539884,60489.42562323256,21868.782543019868,1916.5945282560563,9251.034981064411 -7443,1796.1185971187722,3124.7373365459525,429.7084353467929,1251.9491338638327,810.6500735877058,2228.407936543137,775.6425422735769,2626.0346202612545,198.1486738593907,960.4058260245891,1691.9343871948981,5329.705372866003,946.452594535737,3109.0693801801017,1061.3579636041493,3513.751605616374,701.5272644119109,3989.6254784874477,153.96041143179175,1082.6170310858668,351.98879614871197,2081.650794274777,790.3692060306298,4777.696900669426,398.9145027390164,1391.0074212677237,351.35496022298577,1894.4716587366352,490.09420125560115,3386.505961885955,566.7276767694632,2267.965656118605,422.07670659022455,2889.2267337416247,495.5597203052097,4072.915483090941,10775.233818931933,3019.6799878462375,68086.63810872611,24486.840811782215,2183.756189770536,10346.199325410795 -7444,2282.080654316886,3223.5733083635164,537.1045189255622,1291.548497261323,977.4358287611163,2298.892857447776,958.8233607034368,2709.0965405975694,236.80444087799822,990.7836251580411,2019.2351927755356,5498.28485756944,1129.5416664169554,3207.4097718809935,1266.6530018100232,3624.8921647298976,842.9956883099107,4115.818008893954,190.74885103271137,1116.8603913587963,432.05863351400643,2147.4937618838167,970.4576519638878,4928.816263793048,501.9553451629912,1435.005221875953,428.6114668583632,1954.394118548583,586.2843317526185,3493.621719711205,677.8447592810433,2339.7017944012296,522.9308370965504,2980.6134652568867,613.9724256854726,4201.742490466566,12569.805927068839,3576.1325030962935,83145.32034336071,30540.97643636898,2543.843646594402,13006.456290485123 -7445,3176.5697463947376,3450.616633777109,733.0500389063421,1382.5150854851238,1273.2889497250653,2460.808914318675,1290.747205041865,2899.9041409235524,304.9256666726686,1060.5666849809973,2595.226588843112,5885.541097374796,1451.745976090119,3433.3146640336104,1627.9354033451173,3880.2012557968424,1093.6181949894067,4405.704081939654,257.31538530386604,1195.5233138426527,576.4871297250285,2298.7464489990884,1295.3328397843563,5275.963583812358,690.867273637338,1536.075781281344,566.4853063354656,2092.0463750345084,755.9622623061179,3739.6851459476834,873.8211270918481,2504.4921140439624,705.420499815733,3190.5445970132805,828.2333048187744,4497.6804128622,15643.968418477109,4546.943426121639,110177.41624739101,41567.73502966192,3159.4770405190748,17872.645967493136 -7446,3299.2844766068733,4009.387538591444,763.5767969060533,1606.3907828529846,1346.0318243284053,2859.296654211094,1352.3050675704783,3369.496168283888,323.03002783100266,1232.3081066103498,2750.704016681516,6838.608178808942,1538.7186247241877,3989.2837979429974,1725.5038892641394,4508.5363612791425,1156.010440653694,5119.135771832982,269.74110924872605,1389.1187533543612,605.2398380476071,2670.9908243007726,1359.8699613196836,6130.319560838792,719.6459753114409,1784.8181207716734,595.3795523228007,2430.8190553864256,800.5546130586516,4345.2659665659885,925.4226988395582,2910.053633386916,739.4851570277547,3707.2010907751305,868.2285751966572,5226.006164630735,16727.224509265343,4834.677531553425,115866.92575823692,43422.030041252816,3380.175804378862,18631.84007925463 -7447,3242.9280109111155,4402.262154669624,752.639711187721,1763.7989046696673,1346.96620088037,3139.4753758897305,1341.7139885165532,3699.6686698815997,323.7953779618109,1353.0603585726672,2758.5926588904504,7508.714407478107,1543.131458899388,4380.188474893824,1730.5431575196328,4950.3219145495395,1156.4036960225383,5620.753158940818,267.7624699205796,1525.236674522646,601.7113870960388,2932.7177051635194,1351.8739382121769,6731.021518611429,710.019778901659,1959.7101029555392,591.9247474291883,2669.0118202285025,802.1640236699204,4771.052868415824,927.3393779054675,3195.2059647540773,734.0607913522708,4070.464853941952,861.8598344085387,5738.09564108798,16919.156675844617,4864.425977137429,115330.55025082135,42939.588679266766,3420.830839826718,18389.86124227461 -7448,3094.6728472533055,4540.801472381396,712.2097921588484,1819.3057073653022,1257.4972764233514,3238.274757041377,1266.0196339414963,3816.0973502457027,300.6022318869814,1395.6412073075992,2559.3357256628947,7745.013867700199,1431.6689560625505,4518.03313326272,1605.5749482946599,5106.108688803286,1076.2886609768175,5797.63842390396,253.29783437761367,1573.2359169151512,565.8342983781071,3025.0104164196214,1271.5203826641143,6942.846961060953,674.9381293318316,2021.3822367443781,554.2193375228687,2753.0056996359094,745.0539306873679,4921.198040587364,861.2492598128424,3295.759189153962,694.4065342921194,4198.562500974785,815.3018220121857,5918.673677368258,15522.805049562616,4498.173446131347,108188.99702305577,40667.33406434139,3136.245591691728,17483.90217307813 -7449,2906.053318822705,4573.876760947973,667.1549239494196,1832.5575664540393,1174.9395909578363,3261.8624150128753,1186.5189823761095,3843.893879520376,280.3165267163746,1405.8070857208866,2386.242330615818,7801.428703315547,1334.8420967710892,4550.942576792665,1497.0530434082154,5143.3016864187275,1004.4220326824957,5839.868537913929,237.52577915166378,1584.695398738298,529.8124406100592,3047.0446526769288,1190.6328210399417,6993.41879691579,633.8636247251326,2036.1060253068872,517.6193914869557,2773.0586481065097,694.8547330430185,4957.044145350085,803.2056218872085,3319.7655648764503,651.1680350959981,4229.144914041992,764.5355555172905,5961.78541458052,14433.091014885573,4191.477864456435,101178.6710916253,38130.29097825567,2915.54682783194,16412.174121350654 -7450,2769.554004157135,4629.435444710607,633.0000165545201,1854.8175641830426,1106.4211738058405,3301.4841170972495,1124.1257453503877,3890.5854927034857,263.1994271484872,1422.8833637644273,2239.713698462015,7896.192321331003,1252.8753224532836,4606.222680009422,1405.1459340706351,5205.777150194087,944.4266476508261,5910.80516919432,225.2564546548755,1603.9446254053398,501.0511444477142,3084.05697266642,1126.1033129015173,7078.367553444372,602.980223055395,2060.8385173873635,488.2849078435603,2806.74287191438,652.595536309987,5017.25714680661,754.3233456169738,3360.0906140250913,617.5321411182438,4280.516154927134,725.04369550329,6034.202964904004,13461.122902069503,3926.625667057659,95546.40441316928,36194.0524195794,2718.0795127994975,15609.85143638166 -7451,2656.7838949942543,4670.113496946072,606.7391579890824,1871.1155267886777,1052.7400566394458,3330.4936896409777,1073.790088347277,3924.7713976132422,250.29253864088292,1435.3859949140449,2129.381473759415,7965.574803826869,1191.15648682881,4646.696765677835,1335.883217422965,5251.519417770954,898.9767222866232,5962.742396594446,215.07654708142994,1618.0382106889574,478.20699769302735,3111.15605032493,1074.7766385589407,7140.563950503933,577.4028187904332,2078.9467506396322,466.19625549878816,2831.4052383127923,620.6980612280792,5061.342921569868,717.4331327450479,3389.6151517674575,589.6243054477974,4318.128313434241,692.2771414072421,6087.224467490505,12745.462618696409,3727.1392114294135,91148.42285847967,34626.91340852043,2572.8829576285843,14944.859973130136 -7452,2587.595302700545,4607.926755855809,589.4217855712415,1846.199948850268,1016.5139097138709,3286.145185281095,1041.7940542542626,3872.5095536770186,241.3588591056645,1416.2725456823118,2052.843725396147,7859.506045908109,1148.3419716404067,4584.821839323019,1287.8774824127688,5181.5907364708155,867.7665380754767,5883.34314476739,208.58102234783618,1596.4925837254873,463.46503909952304,3069.7282229456855,1041.666521174377,7045.4809505042895,561.8725028078433,2051.2637139410567,451.06369193748037,2793.7025433800645,598.65535983364,4993.946610529777,691.933225671272,3344.4793922240465,571.8170674595747,4260.628570098737,671.3696861057126,6006.167625474633,12231.245793399463,3587.639539691252,88233.16263992897,33634.55753734812,2468.341437905527,14532.629674010303 -7453,2551.137543310798,4519.617691943498,581.1005368337653,1810.8182689937612,1002.1450596656011,3223.1675338192235,1026.0851657455282,3798.294464810403,237.953251415048,1389.1302516788387,2023.8770313910045,7708.88177202067,1132.138268409489,4496.955571847998,1269.6491360165433,5082.287632980089,855.367138426084,5770.5912384726425,205.64361714100212,1565.8964451404765,456.4510763952193,3010.8981155684287,1025.939017527828,6910.45714033622,553.1436099664522,2011.9520694612,444.6946467801177,2740.1623571907307,590.2084109586668,4898.239631280705,682.1701064157146,3280.383789136175,563.7642810056312,4178.975336304316,661.9149198499947,5891.061837381962,12058.557385162645,3536.6432743239043,86970.03499109558,33148.02369739282,2433.4942646645077,14322.201518593307 -7454,2536.5603818042655,4425.135437444701,576.1226375528007,1772.963254653252,989.7443770713346,3155.7874685173697,1017.5088001631102,3718.891415980565,234.43895599019746,1360.0905923720225,1993.544639639209,7547.728201269867,1115.170606371745,4402.947067198034,1250.6843485011111,4976.042807354401,843.614634456291,5649.957479786861,204.04376775213177,1533.161502379222,452.10676240747097,2947.9555258595287,1016.2345705019063,6765.994574088606,549.9755281981636,1969.8923687468964,439.382244098925,2682.8794773441414,581.5843286430867,4795.8423147413605,672.1841746292883,3211.807622490183,559.3783537739807,4091.6141836181664,656.7654083079948,5767.909650244575,11831.433977010662,3480.4525425007473,86014.19638596481,32892.71818578507,2387.031367009815,14231.790064313049 -7455,2572.150355843473,4397.648514399225,582.1870990557036,1761.9504155589411,989.7407758416175,3136.1851561088015,1024.8151935207875,3695.7913586804957,233.65397923996005,1351.6423299457329,1985.9854618117126,7500.845156181358,1110.9420715529375,4375.597968188476,1245.9566912265225,4945.133898994361,842.4451106981646,5614.862520852273,205.71449165649608,1523.638202397127,454.4193945315778,2929.644170687182,1021.5381469171492,6723.96730174562,556.5000741213623,1957.6562958146556,440.67125347510085,2666.214653684726,579.8222369493769,4766.052729652491,670.1113630249581,3191.8573384357715,563.9585808376636,4066.198942483347,662.1430470337838,5732.082026224758,11693.71177305238,3458.978834211389,86314.84042793616,33204.730027675854,2357.992055975633,14397.955102827727 -7456,2678.7779787403256,4438.7164542137125,603.6495832133182,1778.4045895078955,1014.4239950616044,3165.4727771672938,1058.8334938561707,3730.304925780782,238.92995836840606,1364.264795264453,2029.8128074217686,7570.892650068879,1135.4586871369634,4416.4599864742895,1273.4117612153773,4991.314593216173,862.9819047672883,5667.297551828022,212.53830100412918,1537.866870693426,468.58350115053435,2957.0029853095193,1053.4483138109804,6786.759833608616,577.8460148453813,1975.9380913403154,453.7677096867821,2691.1134018615085,593.1278369497662,4810.561054047484,685.4472520544257,3221.6648604880925,582.665798810542,4104.171602848735,684.1071676819496,5785.611724856633,11844.797559384026,3524.197614290464,88883.78241382816,34402.03931234,2387.031367009815,14945.316578553608 -7457,2777.5180804625697,4690.647466853315,623.2453551405711,1879.3426137631545,1034.8691572184566,3345.137500170223,1089.3630269804985,3942.028181163385,242.75976235887012,1441.6972275734047,2061.229272759685,8000.598550770628,1153.0327700064006,4667.12777482074,1293.1394002956738,5274.609764881859,878.8570388928614,5988.95991208232,218.92304814252674,1625.1525448371067,480.9367612879487,3124.8354576360985,1081.3516205072024,7171.96021643543,597.6965298329775,2088.087648402462,464.4745577019381,2843.854612401183,602.8695915587651,5083.597083767364,696.6594715946942,3404.5189127936173,600.1693441669411,4337.114643616935,704.658057853645,6113.989316806441,11910.43716157597,3568.2427462314827,91052.6149775882,35487.31304262626,2398.6470914234887,15455.409326671155 -7458,2862.1525175022734,4652.893552551069,637.915865319627,1864.2162286562022,1048.8955160711027,3318.213278001939,1113.7768348778407,3910.2997267910673,245.01507685768902,1430.0933468801268,2079.1986244602463,7936.203621459282,1163.0846607108133,4629.563164968186,1304.4321035854516,5232.155675878506,888.7618876067932,5940.756187356014,224.09650277605266,1612.072075597107,490.509955017758,3099.68439460911,1103.0132504081923,7114.234801489236,614.4121786931377,2071.281123782898,471.9198764293652,2820.965097876088,608.7176862533253,5042.680410748563,703.3690765764732,3377.1167436512383,614.3521764489913,4302.206231562687,721.3101030603285,6064.779259912865,11890.020915448456,3588.2326117668954,92675.82354497876,36376.18367070932,2392.839229216652,15883.661103646411 -7459,2908.1590583591874,4484.463019763866,644.887364171327,1796.733289475064,1049.4880915783608,3198.0969624225704,1123.5212102783644,3768.7504179787115,244.17575624033455,1378.325262863163,2070.9565977594234,7648.920237652396,1158.4741464885926,4461.97717108271,1299.279690802528,5042.756378825895,887.5598004143857,5725.706193520106,226.30729954012608,1553.7165264065775,493.67280153711107,2987.4786267015365,1110.254176771077,6856.705944562966,622.8974099573812,1996.302622923029,473.49997509356336,2718.8487160927853,606.8670278393121,4860.139946698554,701.1848587067086,3254.8681759603023,620.4129930475091,4146.470262201163,728.4261000615528,5845.239743169819,11724.998579033558,3563.4748819930724,93099.10254240558,36783.7435894554,2357.992055975633,16099.562002282153 -7460,2849.7459417332443,4186.655476946718,627.3749542513802,1677.4144939630621,1011.0733058013631,2985.715369827745,1091.8804698189329,3518.4724479022766,233.9981864073433,1286.7924175866974,1983.3975869811215,7140.965075319591,1109.4944380830561,4165.662885164857,1244.3671742931638,4707.873276972885,852.4035384566833,5345.469254365921,220.42760565409668,1450.536168150908,478.4548208203421,2789.083932595311,1076.2135724034263,6401.360735968169,608.6520737749192,1863.7306792517354,456.82657505584586,2538.293396121882,581.8315433792746,4537.384172173297,672.2077660168782,3038.716478554286,604.294032282888,3871.1083928517473,709.5008488846823,5457.064731486435,11098.731635691325,3401.7051379476698,90050.50728094784,35848.66204057851,2230.2190874252283,15735.8336156498 -7461,2554.9707361742435,3920.103755731578,557.4987397988609,1570.61857463818,885.3278194333302,2795.623881462314,968.5416148090211,3294.4619239409485,203.1846855904439,1204.866227184121,1720.6487943148595,6686.321376442368,962.5151707945603,3900.447698924479,1079.6031396894462,4408.137191176052,742.8694889554578,5005.139356599178,196.12599756880846,1358.1849072376472,422.72589929766104,2611.5113745139492,951.0901832457118,5993.805413662138,544.1712961805985,1745.0725706083394,400.8529004037735,2376.6879147511677,505.5433033436065,4248.50261323758,584.0054739205586,2845.2505695241593,537.6720831071481,3624.6466023350067,631.2801037352219,5109.629886424629,9463.018573346792,2937.883259875335,79284.3363783796,31910.414100338752,1899.1709416355466,14066.533696679202 -7462,2189.75008392964,3711.385051984785,483.10285123132047,1486.993881669323,769.6767282277605,2646.776037358887,834.7742318294362,3119.0543671121886,178.38835142219943,1140.7153442493332,1511.6166958666604,6330.3205107803105,845.5845300942727,3692.775545716445,948.2696884285205,4173.43404610366,650.5701896196111,4738.649930890986,168.20516238598915,1285.870853592351,365.6192142178695,2472.466261712634,822.3664986881759,5674.6762848422795,466.38661307155326,1652.1593959636843,350.54847666332023,2250.1455445263373,443.64791631013645,4022.298917224864,512.5426260313665,2693.7604438259223,461.12815827856474,3431.6589704965745,541.4099796870299,4837.5770549246645,8413.872465760553,2585.669809352263,68838.78577869452,27467.28266835684,1690.087902189431,12055.840639883148 -7463,1736.309469491394,3437.750413004022,398.2652270151944,1377.360138935033,671.8836269823066,2451.6333627775152,692.7403035743068,2889.091346905032,160.21150243206722,1056.6121787110237,1362.141387225479,5863.595839710802,761.969411947153,3420.512956646435,854.3579620358003,3865.7332544800906,577.024982740802,4389.276652469728,138.10855004643733,1191.0655984463078,308.09539766726346,2290.175175382466,692.3714085976211,5256.291241311129,374.8327648431625,1530.3482571244444,302.62007095475207,2084.2458183846475,397.48909272922276,3725.7410832434675,459.4016826189082,2495.1536821392647,378.61942179452046,3178.6480997989206,444.53657791822417,4480.910033738591,8061.743744957506,2370.555676202883,58743.56475953609,22456.7637703623,1626.2014179142293,9694.23262283716 -7464,1436.8640401090443,3177.56681986173,337.6384452563504,1273.1156572404093,684.232694238237,2266.0833080143548,661.3372963779628,2670.4326087050126,150.37321784253112,976.6432687590325,1257.5433488246451,5419.813932641807,703.4582276027365,3161.633967618155,797.2011318260721,3573.158097052832,571.1889256499809,4057.0775008340484,135.3635764667767,1100.920681031801,298.32371263783307,2116.844963915601,670.6865031386409,4858.472732848896,302.010647971165,1414.5249830462817,280.1064711146241,1926.501217738888,377.4696037265836,3443.7611295827055,489.9610589843763,2306.3098242473466,371.09417944549216,2938.074473274966,435.70120052002545,4141.775677528394,7935.181996994668,2318.6003791203775,54604.55406228336,20256.547967821538,1694.1347843825322,8798.175640925167 -7465,1522.7445360404417,3029.6702569817717,353.9608294590777,1213.8598050337484,701.1739045122775,2160.610802964232,689.6771771815557,2546.1400834428,153.167301424407,931.1864174014286,1279.7740080979252,5167.554295778682,715.8938547208301,3014.4789828755843,811.27835351438,3406.849147111127,583.6544693247304,3868.2450224860154,141.21497084008635,1049.6794659894208,309.56320383045505,2018.3186033191967,696.0811531276456,4632.340141854123,319.0189792907013,1348.6873799492428,289.1123763288373,1836.8342100439768,384.72131369896147,3283.474827730193,499.01782291747674,2198.965017582571,387.1355581549877,2801.3248340961363,454.53536270539644,3949.0010101012854,7943.446340012124,2347.2902174804326,56450.74512816104,21240.97217394138,1694.1347843825322,9268.63422942327 -7466,1547.1718384971252,2939.8666282186427,364.7583709085859,1177.879316711454,759.8983485559507,2096.5673018591633,724.3178579295288,2470.668959710606,167.42087415651744,903.5847603746029,1401.170238719751,5014.380818723877,783.8017938870613,2925.1256445482304,888.3940668148972,3305.8654128733483,634.0977336063316,3753.584874516571,148.31585507491488,1018.565510645019,327.9807467123675,1958.4928403799777,737.2762331624099,4495.0311546978655,327.35597845440014,1308.7104152919937,307.667947902178,1782.3878962518825,420.04075678555967,3186.1480794469276,545.5515096413553,2133.7846443564686,406.60236656269734,2718.289680397026,477.39131750966277,3831.9471426452105,8964.738708662177,2597.293244112473,60100.26101508208,22041.84789588822,1915.590311752798,9545.006166309762 -7467,1737.4993061269379,2933.7584230974257,410.2939176793435,1175.4320191349407,872.412232685906,2092.211232435037,822.4574825529088,2465.535613643924,192.48142870835434,901.7073687243163,1611.7464389896638,5003.962364259764,901.5961909992099,2919.048066990551,1021.9769219547402,3298.996766571117,727.3722482617875,3745.785994753329,168.733875310172,1016.449221760109,373.38332773780326,1954.4236503416785,839.3187949730421,4485.691760843869,368.71504649586007,1305.991287973718,350.0481388511726,1778.684602105346,482.7388289654148,3179.528171649401,627.2478487870867,2129.351247899933,462.57760497525436,2712.6418490337333,543.1117731961093,3823.985448418585,10409.635277091278,2998.558928706446,68535.71916262245,24930.144712136374,2225.6280500711705,10774.161023448129 -7468,2217.8072067068224,2954.1624283772785,517.0830601790191,1183.6070348198436,1063.0527472652177,2106.7623586276636,1024.9454484931312,2482.6831746981647,232.81070220659026,907.9786560148726,1947.2014265372445,5038.764437155986,1089.2466375633585,2939.349763170476,1234.5791906063812,3321.940969104421,883.4901436045297,3771.837573033402,210.5111063272841,1023.5185275094212,462.209343981049,1968.0164772652186,1039.2633177846924,4516.889311961734,467.4834975768325,1315.0743307101147,431.28361743746217,1791.0551809937854,584.3535856273788,3201.6414816925912,758.5774504381078,2144.1606792978123,577.1083204635901,2731.5080099876395,677.5821394768476,3850.580896314133,12315.869713614202,3597.569177845762,84506.96173960733,31332.859864749276,2629.7843875219046,13625.2446070696 -7469,3044.733135445869,2975.931040183709,694.7377079312618,1192.328790206363,1349.625986153465,2122.286654621962,1353.6784053257238,2500.9775534192586,291.52320245347937,914.6693628972863,2433.1142684398865,5075.894049922995,1361.0618293447951,2961.0092235112966,1542.4681274831435,3346.4196648950356,1114.8030639605838,3799.631463828152,278.5093401765107,1031.0606238031176,603.50404181284,1982.5183835621506,1357.5723989237217,4550.173334891618,635.3958257775723,1324.7648414033788,556.9672405979464,1804.2530961065186,732.8009593815946,3225.2337154468514,949.6689087354537,2159.9605557805294,763.5229340004507,2751.6359274455285,896.4512983352575,3878.955030368489,14790.555088982053,4438.253680536026,109537.81960878006,41957.45314096764,3150.204876842029,18434.30794056144 -7470,3123.5318826836083,3074.18218063274,711.2819448195837,1231.693836588875,1390.510550056123,2192.354502754456,1391.4508744758155,2583.5479804697793,300.07732419904767,944.8674107770851,2504.7692362540156,5243.476017538951,1401.1449618305026,3058.767716286091,1587.9577409090664,3456.902584041141,1146.8495156956237,3925.0772888712254,286.7341508649569,1065.1013595570255,620.4514531876526,2047.9717457254508,1395.7631363008215,4700.398495810089,652.2516215769704,1368.5022986015224,571.74911333983,1863.820983250912,754.2488593630442,3331.7156488245005,977.5457255917783,2231.272217598224,786.0709447223198,2842.4819061733697,922.9248888279369,4007.0197436760536,15256.470037199537,4573.920172823389,112626.29394291124,43094.809698484154,3249.859864158649,18936.946022990323 -7471,3029.6806483049236,3289.723885496673,688.2209988126142,1318.0522154387982,1354.3442408156145,2346.068173390773,1352.8790582803363,2764.689599146917,291.82702251835127,1011.1153819846163,2436.130816549182,5611.114528800139,1362.7492587192394,3273.2286589408836,1544.5581725430804,3699.278159960784,1114.8612542491362,4200.278236913894,279.22998702755064,1139.7793550050906,603.2632945955028,2191.562234398433,1357.1705274475587,5029.959935502726,633.5664892630529,1464.4527990009724,554.369789991842,1994.5000154897848,733.4639379501996,3565.3139292366495,950.6786169353386,2387.714545846208,765.4985603752626,3041.7782913913034,898.7708787301075,4287.965964891093,14864.932280145358,4454.036621839785,109459.92489844756,41855.484422806316,3166.8140413947995,18399.753835806634 -7472,2900.5350045526025,3541.5249335088856,654.4568698554074,1418.9381684044831,1271.945685360329,2525.6402120570838,1282.8259092553212,2976.3036320336178,272.68088879552016,1088.5078689247646,2275.0087356760587,6040.598755454351,1272.6190428943871,3523.767134324354,1442.3870837919337,3982.427187048868,1043.8164930724495,4521.774659960392,265.31684595135937,1227.020000749934,570.1807597465441,2359.3081263373842,1282.979307454856,5414.961603515908,604.9908303593314,1576.544501036686,522.0345777283416,2147.162430829508,685.6138377255819,3838.2091068022246,888.2529408402704,2570.4742685234523,727.3562047583081,3274.6011629307154,853.9879878806706,4616.174155420513,13731.304523608685,4146.745067604458,103262.90429894248,39827.9185148964,2923.212961287507,17561.75141311996 -7473,2721.0873684842436,3718.402990588287,612.3046475493528,1489.8056706966452,1185.7860263804528,2651.780883654065,1200.4987529051975,3124.9522547586544,253.6177758502216,1142.8723476693187,2115.5459532770215,6342.290651324307,1183.4170234332917,3699.7582952003586,1341.339676102115,4181.325683185525,971.6649284993899,4747.610346965491,248.42521555072756,1288.3023347176302,532.9504824711493,2477.141501867155,1199.2790586521937,5685.406653479313,567.6968334915655,1655.283500049266,486.5692116627033,2254.40039360808,637.7699578467638,4029.9047696089815,826.1378747854498,2698.854133955758,681.0484321164005,3438.1479689771345,799.6180913664324,4846.724534446633,12720.30749376939,3852.9009673852433,96395.37262973118,37298.65257870277,2707.293822101498,16466.84715218019 -7474,2616.3084645354693,3806.5820961763566,588.1805152409592,1525.1352817889813,1137.4181392100397,2714.665855274411,1152.9769389020726,3199.0581264265456,243.10878465049115,1169.9746982412973,2027.7381386921127,6492.69326191517,1134.2981364579027,3787.495255983943,1285.6684743407761,4280.48264918651,931.640328386647,4860.1963241002195,238.64384452934013,1318.8534470876343,511.64584464396484,2535.885033055843,1151.3630986731555,5820.231758471214,545.7124204850584,1694.5372923085984,466.8335528928563,2307.8617884189475,611.3739779493951,4125.470903534932,791.8996255869539,2762.8554119902374,654.2331694897916,3519.6810393708506,768.1343258809933,4961.660929334708,12175.174363528411,3691.5835346831395,92515.10715503943,35836.30061142705,2591.0296702321084,15827.353335014712 -7475,2506.6174894716337,3833.5491733185686,562.9931966311416,1535.939840775802,1079.1993207290964,2733.89743932669,1099.2853619800283,3221.72130433736,230.46810773090309,1178.2631830669895,1921.771413739552,6538.689632315447,1075.0213213964844,3814.3271156846645,1218.4222166459103,4310.806993411861,884.1057488665892,4894.627550299166,227.42117980587278,1328.196637842041,487.24649950834817,2553.850075075793,1096.4834411609816,5861.464190834595,521.9749387241006,1706.5419507469237,444.6662299049114,2324.211438921526,579.6965627480647,4154.697093668945,750.7019069342692,2782.428386681302,623.4666541135584,3544.6156152466833,732.0113996058546,4996.810964104554,11476.848359739697,3491.733265983429,88056.22524468326,34231.42654474437,2441.547189257179,15130.963650976224 -7476,2366.497805045633,3749.5288475629045,524.168124539462,1502.276475594191,972.8826497249582,2673.9783035468404,1015.9296732508922,3151.1104783778583,205.59514415539263,1152.4390571744045,1711.8887437152136,6395.380440732351,957.6148787495213,3730.7280819148536,1085.3222308309132,4216.326554664099,792.7381537628355,4787.351451145132,210.50050233936977,1299.0864036612018,447.10347908460506,2497.8770575043905,1006.4518927909114,5732.9978249544465,490.5283437363416,1669.1394800507305,404.4499374943686,2273.2714370083177,517.6527606526952,4063.6381330442164,669.5804219320761,2721.445592703367,577.0792500275346,3466.927878581021,677.5480079151293,4887.295299647822,9934.590436140787,3084.2343885780365,80387.40502445716,31878.341581488003,2109.3638982017806,14178.992379034924 -7477,2328.463265872743,3594.549366917323,515.3312772575356,1440.1827999781224,954.7979730164893,2563.4546122807765,997.3338080993548,3020.8654568698175,201.65219693605545,1104.8052306810675,1678.919330784021,6131.039831676941,939.1720912246566,3576.5256943426507,1064.362151988875,4042.052898895658,777.6042955994824,4589.475592142584,206.90695043946042,1245.391194386039,438.71981964585336,2394.6321686591796,987.6392400228316,5496.035512734555,481.74836898815937,1600.1488467578477,397.12139533476744,2179.3101845424308,507.754112682537,3895.675556146024,656.7333132316338,2608.9599333820593,567.2276619681799,3323.6291592212788,665.9812709997095,4685.288456096445,9727.082569814882,3023.017726516532,78929.94817693353,31329.82242988362,2065.072792727727,13939.818234414277 -7478,2342.035389224815,3491.3596651746943,519.1684042172068,1398.8390824728442,967.1572758804349,2489.864826783166,1007.1232791602231,2934.1446544326714,204.43550580730053,1073.0892878463624,1702.4625234086002,5955.034411518951,952.3419374739135,3473.8534030477417,1079.3499719504475,3926.01659211858,787.8912155311731,4457.724273919791,208.8670975858541,1209.6394122337738,443.4372310928435,2325.8888147518837,998.2145565416358,5338.259333460003,485.4686788013359,1554.212940643875,401.4412802006632,2116.7481371221543,514.6849079584716,3783.841343372503,665.8132601332127,2534.063814313025,572.6013320193838,3228.2168372207407,672.2904901203291,4550.786612050999,9906.704156173075,3070.24129806186,79780.89277510424,31585.808465204194,2103.827510017524,14044.406097764058 -7479,2403.4056313267583,3479.7930654629145,533.5531328156271,1394.2048387168813,992.5257595301265,2481.616100627821,1033.519236338758,2924.424064184464,209.80870312858866,1069.53422751519,1747.2109853660672,5935.305851326494,977.3738171033274,3462.3448002041996,1107.7187488129614,3913.0100082264075,808.7928971694326,4442.95618433675,214.33426985629228,1205.6319720904792,455.0662988087104,2318.1833282153098,1024.3908321635595,5320.574100545246,498.1831356669708,1549.063955527672,412.23397622114504,2109.7355171858685,528.2118990531386,3771.3057748866127,683.312994816304,2525.6686603915805,587.5893802118263,3217.522008981928,689.8879382954988,4535.710214268106,10167.436711025483,3150.9451140843503,81878.02986228559,32415.431530974613,2159.1913918600903,14412.488665631578 -7480,2517.65129596629,3592.145068584219,557.9373020585579,1439.2195000615263,1030.1074500491509,2561.7399857665278,1077.7148736129966,3018.844880424456,217.6281809452371,1104.0662558880163,1811.8223724491836,6126.938942429692,1013.5168350620514,3574.1334515640838,1148.6152134007893,4039.3492773689727,839.6023976971709,4586.405814156625,223.34688946106223,1244.5581853862789,474.0278625081004,2393.0304629809957,1067.0885752448698,5492.359360963331,521.0169224026171,1599.0785498131497,429.44257530975295,2177.852502004465,548.0042187168154,3893.069842525241,708.7587241849903,2607.2148695705296,612.2971395972124,3321.4060721993237,718.8972869262387,4682.154591437698,10484.250868017885,3260.5534168033264,85250.94819485943,33861.01640037829,2225.6280500711705,15065.352072853639 -7481,2635.38549994289,3959.872074484758,583.9659542842052,1586.5520457930063,1073.3878042467386,2823.9846771349903,1125.7371740474684,3327.8832872709213,226.51350162181438,1217.0892465640397,1885.5132147161264,6754.152172858351,1054.7388170637907,3940.016612666658,1195.3275578297419,4452.856467973285,874.5396893053115,5055.915047688042,233.35879374417254,1371.9633002808957,494.7922228433572,2638.0044020562377,1113.869779231117,6054.610835938663,545.1137965000233,1762.7758270933025,448.10396514588655,2400.7987262143747,570.4372560324731,4291.602443414247,737.6841882807711,2874.1148135932262,639.7444005340533,3661.417593724847,751.1230808177986,5161.4656037157865,10877.774876738258,3390.251824758375,88945.33322527938,35398.92854159059,2308.6738728350197,15758.992912022793 -7482,2689.685921163515,4001.3948810403867,590.0339094697738,1603.1884654673647,1063.8423025164234,2853.5966866290073,1133.5551619669598,3362.779125161099,222.8187325559538,1229.8515177676088,1852.9203777636608,6824.975509785812,1036.5066826912018,3981.331216915587,1174.6366401755688,4499.548657584914,863.0862405444846,5108.930846819422,235.36673824526915,1386.349564697379,495.9059126813888,2665.666241736685,1116.6259098298508,6118.098855193175,554.612555921103,1781.2601110026148,446.36334205181174,2425.9732518587593,561.5175250507234,4336.603740102535,725.575116779537,2904.2524824821962,645.2491052445515,3699.8108376488685,757.586147563971,5215.588194995332,10475.184232531963,3312.5190851964358,88860.46151497326,35820.50360746119,2220.0916618869132,16011.38661005393 -7483,2757.533813279371,3842.8414456277847,604.258008194817,1539.6628584301466,1086.6670196797024,2740.5242277994985,1160.2013623611683,3229.530545933286,227.38009461566537,1181.1192159112231,1890.6103535621453,6554.538988059155,1057.5901098337908,3823.572794984165,1198.5259883718898,4321.25610744281,881.1495707618951,4906.4918071518305,240.94917714656884,1331.4160995682432,507.264841651292,2560.0404405208706,1142.2348074553788,5875.6719964292215,568.3832433321874,1710.6784967507706,456.26346564772155,2329.8451753412833,573.0630448545348,4164.767807519541,740.4184589112707,2789.1728109943865,660.5531525921099,3553.2075315204115,775.5546099422011,5008.922906864881,10660.036737024586,3377.384340561868,90859.51604618547,36685.31507898329,2258.8463791767103,16406.15074728808 -7484,2714.1019658807436,3582.2679712096196,591.7777995136498,1435.2621679176068,1057.767555957016,2554.6961290166682,1135.7894550155268,3010.544150839914,220.51023057040038,1101.0304737274384,1832.7554037991345,6110.092080349466,1025.2265810088231,3564.3058796100295,1161.8382278900945,4028.2425304584654,855.5307314615803,4573.79485998831,236.26981379245439,1241.1361013248854,495.6063824067986,2386.450496289238,1116.127000117402,5477.257362801016,558.5543535265211,1594.6816632051255,444.3211718972877,2171.8641967386393,555.9027343587194,3882.3653110582272,718.0176102133321,2600.0459733674033,647.7248530631845,3312.2734089662576,760.4929199050921,4669.280362825104,10248.050823812402,3266.9683626325727,88674.4254957283,35986.616045059185,2170.264168228604,16122.710025476676 -7485,2481.0664079332782,3389.20966784489,540.8499527378864,1357.9119302333522,970.2531487113854,2417.0165069883196,1040.0985748713983,2848.2976213683883,202.0713619103519,1041.6929040874688,1679.6575773135055,5780.802362239343,939.5850595693664,3372.215602913592,1064.8440832903439,3811.149427786597,783.8774128369661,4327.3004372638425,216.6014874741085,1174.2478529045452,453.8975692389758,2257.838095547497,1022.2331351081465,5182.072853419582,511.0647590286751,1508.7398691295502,406.39968652538533,2054.8164436585203,509.38605568627116,3673.133934171062,657.9840825663309,2459.922323120459,593.8048724695561,3133.765857394339,697.1855397899827,4417.639962937076,9410.249185243974,2997.3222922490895,81198.76535866054,32930.52391696177,1993.099746332391,14755.996015147999 -7486,2099.804440183816,3275.558043662278,460.2500923372354,1312.3765660945794,818.4469200569081,2335.9657964637977,878.1517410566089,2752.7846013580834,171.31224055109362,1006.7614297758414,1423.941433679428,5586.952573664607,796.5397917156866,3259.133847010075,902.5668990258596,3683.3487412194527,664.5401760150913,4182.191467557082,182.21315366354122,1134.871364355695,383.55162226044564,2182.125173701762,863.6678678562864,5008.300483415026,431.47142165431006,1458.146735803376,345.9782921884246,1985.9115221263485,431.8561844502576,3549.9613723141083,557.8246664745797,2377.4328359582564,499.5305421731617,3028.6801252013956,586.4981694040138,4269.501604426767,7972.788771556412,2536.1857579830776,68724.79627567531,27839.853109724558,1688.5983961982759,12454.86498878468 -7487,1678.6799787676352,3057.157186330396,382.3809397839996,1224.8726466534622,725.8974711747941,2180.213119867893,736.7744227461571,2569.240146040046,156.51338322463127,939.6346817650266,1305.397791459228,5214.4373516181495,730.2275643656432,3041.828088156685,827.431262706885,3437.7580625590263,600.05989450375,3903.339989468385,151.4380436743387,1059.202768155346,327.50486726601815,2036.6299626906014,736.7669785061197,4674.367423834569,348.611178419631,1360.9234556873919,302.7674604718109,1853.499037524877,393.61491922835285,3313.264419650245,509.82233224967047,2218.91530621187,415.16172977264944,2826.7400810590375,487.44085488541896,3984.828642336893,7830.964817457615,2369.1826427986866,59388.644108275614,22952.840450365915,1666.4528434612494,10104.929983265154 -7488,1708.8125325789379,2829.4640503861497,409.12832526272246,1133.6457070325976,900.9973665551572,2017.8336503040862,817.2903034447193,2377.8864438289065,191.05023172666725,869.6518989726699,1575.632273565256,4826.072763077024,881.3942577421573,2815.276643732252,1003.9533014844937,3181.7182627797924,733.9840202703809,3612.624246479242,154.73846421693324,980.3147080449644,355.6797222219796,1884.9443820353056,798.5164931734685,4326.226549022025,355.8107695472445,1259.5636267616528,351.2644258765242,1715.452812682164,484.2049116262885,3066.4967463046046,649.620664521524,2053.6533475775104,424.2097091851894,2616.20811481487,498.0640759184591,3688.0437292709007,10446.730082175303,2994.583860176317,67038.2653596272,23851.021528130397,2223.0397183505975,10238.517577243032 -7489,1733.8519325371592,2697.877698418909,406.4907992813453,1080.924661507603,857.3408934252482,1923.9927800219493,802.9460138971732,2267.3010478090846,179.89214471707476,829.2080838792849,1481.4668704406956,4601.632622501603,828.7189939865082,2684.3500877730953,943.870818872636,3033.7500639509003,694.7540297268772,3444.616441058378,152.5439038994773,934.7244358540655,346.39883822963367,1797.2836270384994,777.9900354398537,4125.0321322589125,358.5678283507484,1200.986673754042,338.45530323411805,1635.6743904887517,456.3742619411989,2923.887010686805,611.3349006541604,1958.1466553556543,418.19340419748954,2494.5393903903278,491.0003399424534,3516.5284841260873,9550.938283042324,2790.677043905795,64840.527437167846,23711.565267937825,2028.9648223041172,10278.414713807026 -7490,1792.3246856173432,2634.71624468424,427.34989006488877,1055.6185577362994,950.6800320834905,1878.9491588702524,860.929572465432,2214.2200536937157,201.19373336362892,809.7950511621056,1659.470437470127,4493.901346854671,928.2925584974439,2621.505336146327,1057.5040459346676,2962.725323126259,772.5528196779785,3363.9726883400494,163.24164877861907,912.841103542723,374.6829774736319,1755.206461448748,841.2192340143347,4028.4588048881483,374.40247636986754,1172.8697341778984,368.47381486239436,1597.3807449315852,509.87474306416823,2855.4343323985627,684.1406436650242,1912.303439612248,447.520871463521,2436.138398237205,525.4336816755821,3434.201160212575,11025.74334979111,3158.8377049035967,70542.28126685946,25073.12960345449,2346.5419249256306,10768.992745947728 -7491,2057.5126376237376,2636.145824069789,493.93400101540027,1056.191329294598,1129.6991804299385,1879.9686640975933,1006.1557314835177,2215.421474662754,239.91553941680348,810.2344405324017,1980.2663036226431,4496.339707622787,1107.7428268614342,2622.927747381397,1262.0415529737415,2964.33287804058,918.5693895266423,3365.7979573869543,190.81000895010754,913.3364050107801,439.6943184211255,1756.1588247173663,987.0524817374956,4030.644619650789,431.6784966780289,1173.5061254391198,433.42763020144923,1598.247473023627,607.7092056840875,2856.9836719400105,816.0384577524744,1913.3410426488933,523.0984992385025,2437.460230613458,614.1692775914752,3436.064534757888,13336.252155257105,3787.7741480315285,83038.93729445842,29109.197153059857,2840.550751225763,12447.892474750039 -7492,2647.6587703732675,2652.585999609897,630.184406454793,1062.7782072658388,1407.5479826288754,1891.6929832021988,1272.6411180531484,2229.237826401047,297.7332207732892,815.2874221654245,2455.847065445897,4524.380877958029,1373.7783477099451,2639.285489127792,1565.0019563766425,2982.8197737309956,1142.769609467352,3386.788567521925,241.62548557368507,919.0323762610986,553.8904448378231,1767.1110107045931,1243.6182893477692,4055.7815086960813,552.8710673856199,1180.8246305549812,544.4236311351762,1608.2148537250778,754.5072579395934,2874.8010903290296,1012.4314999137283,1925.273486720094,662.4072268369225,2452.6613145965334,777.7314761369908,3457.493358460573,16330.521249919699,4676.868080930727,104325.15702385062,37056.07547852562,3475.7049564687914,15917.155011356672 -7493,3170.200584507458,2659.798875699761,710.2507963791749,1065.6680994394171,1381.866082724571,1896.8368492596646,1380.8284383138416,2235.2995398456,282.0168020718641,817.5043407326523,2314.8742401977365,4536.683513446891,1294.9194408723333,2646.462198648861,1474.6479601240987,2990.930617047473,1101.686441298239,3395.997877336459,265.5088875161254,921.5313967088879,584.7417314559941,1771.916115141969,1314.6377060344562,4066.80993509737,647.1172195956545,1184.0355129713496,555.5235787049419,1612.5878898745195,717.0542053038668,2882.6182106978317,957.1608456670547,1930.5086644300172,727.8826795217301,2459.330558178151,854.606121225713,3466.8949277894358,13956.923732317127,4276.869526761674,107905.30127160868,41733.92912185095,2952.290842888889,18458.260224562157 -7494,3209.7465588393106,2663.1778866772706,714.3151929133403,1067.0219251889075,1384.4810754092298,1899.2465925657284,1391.0272181324563,2238.139266470108,281.3404830988782,818.5428990111502,2308.578330060126,4542.446920422312,1291.3975664250715,2649.824266699381,1470.6697713875765,2994.730298098663,1100.0624532498075,3400.312156213692,268.2075285389957,922.7021110565206,587.875912809112,1774.16715903066,1321.898301697425,4071.9764142397166,654.5883046913466,1185.5397127936158,556.0150210180723,1614.6365230369242,715.4905795340362,2886.2802915667676,954.745409429786,1932.9611844415429,735.2809029001276,2462.454894017726,863.292365813272,3471.299274345824,13824.194689266737,4259.075455299066,108318.50491495614,42121.653747460376,2922.885555609118,18673.255612599944 -7495,3073.8854050451523,2763.8333254594054,679.1964926279076,1107.3502714880156,1312.2323395112408,1971.029067212471,1326.2891865397476,2322.7302699659904,265.3167185482684,849.4799216840004,2176.368777402271,4714.129777285516,1217.440753984553,2749.975002252742,1386.5356093936236,3107.9168387714535,1038.5459252962905,3528.8277592427253,256.45111071160886,957.5758558101886,559.3177253983082,1841.222226872144,1257.8960803195744,4225.877726929412,626.8781594009034,1230.3474669364573,525.8646777961518,1675.6620927192835,674.8915245475939,2995.3679385651994,900.2510560961884,2006.017910070767,703.0511233630654,2555.523959767522,825.4514229621152,3602.4978523121354,12940.310971015291,4010.1861792061227,102839.55067396518,40222.04127475827,2734.691717018592,17877.045078307317 -7496,2990.0260512465807,2986.977793992225,659.8789409396351,1196.7547538548363,1273.6683107565627,2130.164652421018,1288.3795223634163,2510.2612642782115,257.20196000396,918.0646456278618,2109.651595883683,5094.735935427221,1180.1197739121117,2972.000587046003,1344.0273843429063,3358.8416846525206,1007.0323394174712,3813.735820675551,249.4167548209257,1034.8879547187244,543.0496826530589,1989.8775569463287,1221.3808455829035,4567.063727826771,609.4128650625406,1329.6824120256667,510.28414731534104,1810.9505428859682,654.2818112342761,3237.205888977885,872.6921249285724,2167.9784003386285,683.766699921274,2761.8500904253547,802.8096061126028,3893.353838901412,12524.218130340994,3886.208450301453,99838.07317366204,39095.728570003455,2646.4758551792825,17386.601767481447 -7497,2812.7847975845607,3204.6638616313326,619.6683004985516,1283.972287516804,1194.0443007886458,2285.4075764032527,1210.7794999730686,2693.2050091117294,240.70784284467567,984.9716989535284,1974.1376914940845,5466.031977089621,1104.314537387636,3188.5951402818573,1257.748584355944,3603.628585855786,942.9785770837292,4091.6746642407957,234.50747198626527,1110.3089001850449,509.9897076359357,2134.8965863231797,1147.07133118459,4899.903880025908,573.6684284342755,1426.5874965110402,478.035952783791,1942.9296634414186,612.3702613031262,3473.128171871024,816.691105095262,2325.977128566692,642.893458950081,2963.1292183795863,754.8203862684558,4177.095113718628,11691.241083387189,3635.2329811594263,93659.48388204402,36749.81794841389,2470.0441315006638,16357.167151822325 -7498,2721.056252411405,3367.2461185520983,600.2251949374598,1349.1120717005767,1160.5854588883408,2401.353191231733,1173.8927366321202,2829.8394168492073,234.19550352068904,1034.9422820578127,1920.9948148465915,5743.3402545274685,1074.5868990910342,3350.3621825356163,1223.9032438577522,3786.4515257613693,917.0123560647306,4299.257652729064,227.29618823259418,1166.6382172883386,494.7785997505647,2243.20632496771,1112.8220247656861,5148.490772725444,555.2428326125371,1498.9625801054992,464.1542632510682,2041.5003414780872,595.7466053254383,3649.330432432117,794.6386614081899,2443.9809590576538,623.1239943927227,3113.457694835392,731.6090832667489,4389.011739075826,11410.57943021746,3540.489291337399,90911.14680053036,35599.06576591105,2411.233556941124,15834.83856199766 -7499,2611.3672401827907,3539.0556623168104,575.8841463581574,1417.948836631205,1104.69102599385,2523.879250117166,1122.019004477844,2974.228452286071,222.83187779939374,1087.7489243532746,1827.3713493692594,6036.387045309774,1022.2147902899612,3521.310244471613,1164.1858149040615,3979.6505038651712,873.2502820394508,4518.621925442204,217.1472471369177,1226.164480826501,472.52539827251434,2357.6631367639743,1062.7840726148997,5411.186108794061,532.1228679676594,1575.4452807876341,443.50504303943444,2145.6653564237945,566.9263431850844,3835.5329773510625,756.0146492751132,2568.6820467601156,595.3010521622841,3272.3180000364905,698.9422024498213,4612.95560237526,10801.821866715594,3361.7668265614047,86788.19391574698,34083.8951083902,2281.8502929101373,15169.71441320676 -7500,2538.298281210086,3489.605183675393,558.0850211262251,1398.1361364787153,1061.3322479598646,2488.6136174569183,1085.2060836647793,2932.6701851696434,213.67332394242854,1072.5500379600205,1751.6663111709775,5952.041881758432,979.8660855384825,3472.1077188125355,1115.9366913516308,3924.043686392044,838.3695516463287,4455.484173925055,209.97424318552686,1209.0315430443693,456.35480878728646,2324.7200068127827,1026.4572196435076,5335.576746119476,516.8907411287682,1553.431916025434,427.320288349985,2115.684426762461,543.7506949773251,3781.9398836920655,724.8453698713329,2532.7903940680103,575.6365302504094,3226.594590514642,675.85411247369,4548.499746278402,10277.999737513293,3215.1531578752615,83691.3852720221,33026.96161201248,2170.1102012470124,14719.59981652513 -7501,2539.2285525175125,3343.0732147157137,561.2247625988795,1339.4270189228644,1080.473947210603,2384.1142732182793,1093.274892946776,2809.5244669799295,218.42173407073366,1027.5126023196565,1791.5344948111576,5702.109763264173,1002.167982190772,3326.3104856877726,1141.3084199274656,3759.269215531929,855.2469540227046,4268.393991996136,211.47556319944442,1158.2631141787126,460.8840638134939,2227.102717191653,1036.5468077918777,5111.530607661798,517.1610403072266,1488.2017752734455,433.5824601590454,2026.8447476488734,555.6371153198945,3623.1324918882565,741.1051838165205,2426.4360233382954,579.7523428876927,3091.1066961836304,680.6864828166025,4357.503748578516,10631.895902418139,3298.551010202067,84765.22205455416,33188.994728414356,2246.563948174413,14754.592953736967 -7502,2510.1065256381507,3252.3598587734487,552.1482018301067,1303.0820416751649,1053.2010571361038,2319.421999737253,1074.4487934462352,2733.288806965129,212.02687598576352,999.6313354604405,1738.3343320833278,5547.3846108804455,972.4082985856903,3236.0519817057284,1107.4495878271057,3657.262497602377,831.6296723473959,4152.572315763209,208.0836818730358,1126.833968777772,451.95047444098833,2166.6709083352703,1016.5735868613365,4972.830655359965,511.08961729041766,1447.8198366547992,423.4536136492395,1971.8468827430588,539.5262034859192,3524.819805849583,719.2867763864162,2360.5953610137826,570.453627158879,3007.230381195336,669.7688725959504,4239.264104042891,10220.88516474776,3193.195189547879,82930.8029073039,32687.04523873433,2158.348086335104,14565.413960562757 -7503,2610.8249276456413,3232.800601510611,577.9392336011281,1295.245480533582,1113.346445947203,2305.4733059998216,1125.96791528454,2716.8511735941324,224.99292092738065,993.6196862865271,1845.5321024317545,5514.023381664858,1032.373749162603,3216.5907978347755,1175.7706855073975,3635.2682100159755,881.179751984927,4127.599301166609,217.77550475462624,1120.057339977495,474.7367212522927,2153.640839234609,1067.6925337941232,4942.924716799589,532.4354325003801,1439.1128417695377,446.54691368597616,1959.9884592791066,572.332522961903,3503.6220109002393,763.4172760000368,2346.399056187618,597.023396911214,2989.1452998302616,700.96440521231,4213.769736624595,10965.129003316377,3400.1469687636977,87276.43544374654,34155.84999979261,2317.136637645861,15183.742400160952 -7504,2751.988440588903,3363.087338719694,609.5528634518711,1347.4458257898518,1171.8236631580467,2398.3873553912367,1185.7341352351696,2826.344371140818,237.12092309434806,1033.6640573784193,1944.9668264798074,5736.246835519702,1087.9966227648426,3346.2242555218427,1239.0555253156876,3781.7749985081477,928.58582946888,4293.947774748369,229.08059282729246,1165.197339099174,500.0266508234397,2240.4358113504254,1124.520365674983,5142.132033613692,560.7933147414782,1497.11125854236,471.04035908979506,2038.9789485804286,603.1932791836393,3644.823259130896,804.5609363791274,2440.9624750011094,628.0158728149131,3109.612361107338,737.3526314531721,4383.591008644484,11549.881702995594,3581.0464013934284,91959.8472185191,35984.68132240126,2440.6388442208945,15990.291256988854 -7505,2854.8760927449916,3729.254806910442,630.2746203800867,1494.153531198862,1197.3473721557332,2659.519861690833,1221.457613846691,3134.07213981952,241.44279552401753,1146.2077152526517,1979.5215845782516,6360.800041883667,1107.326237851187,3710.5556986979095,1261.037140582635,4193.528496708396,947.2255682850567,4761.465810072861,236.25938523804865,1292.0621263107266,513.9676057156305,2484.370810968479,1156.0054678908762,5701.998988650212,580.8888718205579,1660.114292340767,482.959828376385,2260.9796533198296,614.374879552348,4041.665675155331,819.0809290930536,2706.730490933768,647.696263571528,3448.1818868559026,760.4593530195765,4860.869253172662,11641.104681770583,3634.5579284074497,94366.86109815109,37172.866508037274,2458.2820165887556,16553.590073641735 -7506,2945.3128249192887,3808.8564298820697,646.6350950767226,1526.0465104160032,1217.3905127174164,2716.287797452041,1251.732255401918,3200.969480376005,244.64742013835692,1170.673727665545,2004.9034462938946,6496.57247711488,1121.5246187439268,3789.7581857995287,1277.1747837479597,4283.040126135593,961.1010969299224,4863.100164878378,242.38818738960794,1319.641427688557,525.5997843680216,2537.4001583463983,1182.299615773062,5823.709195428806,598.4386968674455,1695.5497342268632,492.19323826606694,2309.2406757569615,622.716235038679,4127.93576500141,829.8086433182202,2764.5061461734863,664.4981453242228,3521.783957164018,780.1864208533633,4964.625392573066,11676.63682658678,3671.041211515491,96340.52524438563,38193.09027585968,2464.16307404471,17043.66198318349 -7507,3042.5437467004745,3695.7246516027208,669.1608315022703,1480.7194263847202,1265.1301987735271,2635.607815283808,1296.608651679941,3105.8933397549545,254.5997742073245,1135.9020309545147,2086.847108549449,6303.6093632283755,1167.363152634187,3677.1936692048475,1329.3886044347448,4155.824003703136,999.5509852348904,4718.65492790726,250.96214309648894,1280.445048367395,544.9137110129967,2462.0335496530597,1225.6890142644506,5650.731665403855,618.5539114155741,1645.1880153946045,510.8941547882878,2240.650927381626,647.9682531599809,4005.3265980993133,863.6273952162368,2682.3939683746294,688.0033240487811,3417.178890230061,807.783821071364,4817.164623312727,12202.765595014733,3825.425694872598,99948.15654773802,39519.56302819656,2575.9031657078353,17620.676652994287 -7508,2988.519879857527,3518.5216924095666,653.7250118671454,1409.7217496567278,1226.8518897702356,2509.23543958792,1265.7089583586242,2956.971668735928,245.97042049169409,1081.4376916939145,2015.3011530560154,6001.3632983660145,1127.3410006418958,3500.8792353287067,1283.7826123052166,3956.560156754265,966.8478087095276,4492.40440995433,245.47028125168632,1219.0501466783514,530.8386796342671,2343.9837294528056,1194.1960068253306,5379.789842862562,606.5771763828412,1566.3043830248043,495.89001540267583,2133.215982335403,626.1768515612501,3813.278815153566,834.224430808614,2553.778285733955,672.9475903121269,3253.331669853796,790.106903385476,4586.1907530593235,11680.51071448586,3685.654824437219,97236.30198045887,38673.272989156976,2464.16307404471,17279.678238128814 -7509,2750.874945594789,3381.866820824487,603.147826633743,1354.9699642447965,1142.7061077952562,2411.779952099141,1171.6273747223881,2842.126680130756,229.3588220933933,1039.4360382141285,1879.8445347467537,5768.278041951982,1051.5678094258997,3364.909574157998,1197.5765197463452,3802.892432804658,900.6082357599405,4317.925182193726,227.30197669195954,1171.7038018740884,492.02507563090296,2252.946406523434,1106.8423961690232,5170.8457025672005,559.292414901186,1505.47112888084,459.88897784820864,2050.3646084876414,583.7525574863877,3665.1759548167715,777.9893747183357,2454.5928112073666,623.1398632374631,3126.976438755851,731.6277148570223,4408.068983972032,10977.962048028243,3446.971299062974,90200.99963801882,35716.85222520061,2317.136637645861,15941.858216291484 -7510,2332.662989733513,3334.8856196782945,514.4835314668485,1336.1465983909884,968.3953698887219,2378.275285873905,992.343658490054,2802.6435980590527,195.37103502481528,1024.9960983296733,1601.3532915309636,5688.144599296176,895.782359533802,3318.1639446232066,1019.9942870528165,3750.062305603087,766.9315231929547,4257.940173242547,191.8088328554828,1155.4263861992204,417.21222177734063,2221.6482703447114,938.3895503711972,5099.011844251926,473.25846669451676,1484.5569871736004,392.8593610486565,2021.8807570535075,497.2327160703516,3614.2589974401194,662.7143535558438,2420.4933848534874,525.8367375981159,3083.5361979563104,617.3842397403729,4346.831689136219,9361.130964238975,2932.523739707862,76623.53332752868,30276.597383259636,1976.0353052005307,13487.87158245153 -7511,1861.2366721143194,3103.0337102047924,425.0545804066159,1243.253415384802,847.8192671895928,2212.9299849646954,827.098194059656,2607.794855436701,175.21697326513862,953.7350927952318,1440.0169784770753,5292.686602498245,805.5323041898457,3087.474579456544,917.2956063051389,3489.345985658491,681.5263497369066,3961.9145603204897,158.1563936104861,1075.0974500835043,352.74634258263217,2067.192180271189,792.7192632601915,4744.512239965091,380.9191608145133,1381.3458394906304,339.86228164782824,1881.3131431346208,445.13139240163673,3362.9841576244394,594.9717562256462,2252.2129467374725,433.57983471533475,2869.158903812171,509.06552829534104,4044.6260538546762,8909.554516082311,2678.2029391231413,65509.374650121565,24814.831383317123,1887.8194433612214,10888.920140419756 -7512,1622.0269579208373,2901.0730221098697,382.6168297652399,1162.3363713895224,828.4265598630382,2068.901622978302,730.7503475926666,2438.06674655978,167.07261661785384,891.6613244801309,1355.7704572312416,4948.212540036068,758.405572079433,2886.5265560780053,862.9838045258323,3262.24219560062,631.2276970250925,3704.053684318981,148.1322867966241,1005.1248229496433,310.59382400136724,1932.649151048197,699.4813471052084,4435.716059792464,331.3836530018208,1291.4410616845994,315.8367239835272,1758.8680354131147,428.06810284755034,3144.104616518413,573.9258210470836,2105.627856487398,406.0991209970688,2682.419937824806,476.8004575359806,3781.3819072516953,8765.347630189288,2608.055759622366,59998.78598763172,21788.78008894621,1922.1561181519592,9498.767369064684 -7513,1737.6707459420013,2798.2082287841426,407.08623364830487,1121.1228308454777,869.3059474421973,1995.543546074692,775.1642687483256,2351.6189977138006,174.8129389817858,860.0452440987806,1417.962384512047,4772.761299621444,793.1951663920613,2784.1775440547767,902.5554775557956,3146.5712467236167,661.5825574955419,3572.7172050917993,157.13544019666318,969.4856107025558,328.6531180494215,1864.1222460104423,740.2177883169242,4278.436662733261,354.4195186869987,1245.6497917337554,332.98549590821773,1696.5029740819748,448.02993915694844,3032.622530715065,600.3823167418109,2030.967559201621,430.7809291364201,2587.3080359821956,505.7793368420084,3647.3035626493242,9082.57847025418,2719.51860031774,63320.1891598186,23195.645020509037,1990.5823877301843,10139.955926325712 -7514,1754.7835990982715,2764.938002731202,415.7220059425966,1107.7928686104838,925.2000970972472,1971.816868340905,804.5610428812656,2323.658642641039,186.99135625732094,849.8194505382505,1518.372637944204,4716.013969061227,849.3637421938772,2751.074140487676,966.6409846100158,3109.1590428735603,704.6407629904494,3530.2381973418,163.09089949809396,957.9585895568985,343.10156344260855,1841.9581454702793,772.5997011464602,4227.566769114166,360.8434029921826,1230.8392248404587,348.9973816785863,1676.331838543674,478.9011968588813,2996.565157967658,642.5573747939595,2006.8196958990434,447.10759795214784,2556.545377813929,524.9484577754997,3603.9377356301657,9948.651910755976,2935.862373869234,66387.4572755086,23821.95778469453,2183.420056541546,10352.20458701525 -7515,1964.1469672583175,2813.8036500040857,465.58814411994786,1127.3712517479948,1053.7723188920888,2006.6654282290076,908.5274003944836,2364.7254164716724,213.04746553338435,864.8385856778514,1730.526196541948,4799.361615525089,968.0404991027104,2799.694767220655,1101.7789235969917,3164.108220379269,801.5360452501071,3592.6292434955158,184.4996060654507,974.8889028200083,388.03276854482436,1874.5116699757314,873.7848213651257,4302.2819295836,404.83439716574725,1252.5922461925727,394.42529635636487,1705.9581955374526,545.5121643198582,3049.524427179054,732.2177669351447,2042.2868721262175,505.7987658716987,2601.7280345483564,593.857682815573,3667.631297658963,11417.73671068902,3355.5723379631136,75189.21081873904,26810.497790567584,2506.8896945477004,11635.305943458276 -7516,2472.3486899021764,2954.097449215158,576.8702707823642,1183.5810004377581,1256.7922042141713,2106.716018706901,1112.0810513588049,2482.6285660988024,252.17830174974608,907.9586842991251,2046.1288248176452,5038.653605507698,1144.5857177793393,2939.2851098247575,1302.5751445556598,3321.8679003595503,952.8636541223779,3771.754608453392,226.31280310027847,1023.4960144019178,471.8481820934759,1967.9731891709337,1062.8524529819833,4516.789959373649,505.82587932179894,1315.0454045998524,476.13227582304927,1791.015785304552,646.17808026925,3201.57105903103,866.223590573666,2144.1135167711163,620.4280808517182,2731.4479282872867,728.4438146331394,3850.4961997118353,13192.799962491314,3937.7379706085853,90949.01717978941,33165.83318403201,2892.565032170424,14498.434010854611 -7517,3332.157370408166,3244.4971658497816,757.402601102665,1299.931795579119,1546.3176941424501,2313.814716491785,1432.64642616681,2726.680986338242,305.92549986278436,997.214691986503,2477.157787614223,5533.9736159048525,1385.6993704400772,3228.2287136412983,1576.692891905003,3648.4209384857495,1165.190965583326,4142.53332795745,292.5174610601728,1124.109808519627,601.0381749604685,2161.4329061588114,1354.5691343509259,4960.808664527978,674.2348337884639,1444.3196819121736,597.3415613133093,1967.0798744153437,784.9605169378938,3516.298431540435,1049.7563108435293,2354.8885397373433,801.9256732053483,2999.9602972978614,941.5399052216101,4229.015535827876,15278.317194565812,4700.417380921438,114742.29158409483,43471.91752450299,3340.446069409715,19232.726023101433 -7518,3451.548916022095,3892.8117701724645,785.4981380392562,1559.6838386901256,1624.1952703611273,2776.1605888160343,1493.9247810982506,3271.525692438967,321.63391356112805,1196.4778799050741,2605.180171496062,6639.770826298727,1457.313919030524,3873.2925599520777,1658.266914127631,4377.447489050625,1223.298423665543,4970.2932914046205,305.29773395746537,1348.7291465780627,627.6128196126407,2593.3298836244576,1414.435087662811,5952.076199083409,699.5803239237492,1732.9232760068858,624.1293546433872,2360.141278159452,825.0927027881256,4218.924296133395,1103.8358576136034,2825.441773049837,836.9623131028932,3599.4116063012457,982.6763792249443,5074.056352211708,16181.423433126942,4956.086929792058,119967.03738556486,45212.60953557241,3539.5043081827343,19978.666091202602 -7519,3349.493316484758,4366.002805218196,760.6226325081565,1749.2713280285025,1583.1267274999989,3113.617003364644,1453.4431181625441,3669.1962503748605,313.0672899858329,1341.9158409027416,2536.007863538082,7446.868681334125,1418.6195637219846,4344.110935893603,1614.354141157306,4909.548456293239,1190.2549184391987,5574.457675889208,297.4636936825024,1512.6740220420372,610.6193751255474,2908.5622976984923,1376.209993981309,6675.581280653423,679.8776272566884,1943.5688985133675,605.7372744352865,2647.0284333061672,803.071372829135,4731.755964431217,1074.481841613804,3168.8885657499286,815.4855848465749,4036.938361792392,957.4605801021919,5690.833663557808,15781.441379050675,4830.409776707521,116680.99432508597,43937.59217475342,3452.4163287195374,19421.94588710663 -7520,3217.301224599925,4536.317790435238,726.7628165923059,1817.5092870187464,1498.576800833513,3235.077217101973,1385.8138868856386,3812.329256243323,295.31503108788496,1394.2631221121596,2391.3588657937776,7737.366279700025,1337.704239671466,4513.57193324881,1522.2499579347766,5101.066810737848,1124.2830160342528,5791.913714975432,284.15382518847576,1571.6824710046387,580.972529540773,3022.0234581318527,1309.5823388406598,6935.991449371312,651.7646040978819,2019.3862818240186,574.5330525793341,2750.287324470599,757.7111235272681,4916.3387471471515,1013.3724835217411,3292.504887889048,778.9970784385717,4194.4167529168835,914.6194714895333,5912.829455709631,14765.257108064341,4545.085015252202,110843.34544883177,42015.714923221756,3228.4758100998924,18615.76013532304 -7521,3030.5864265304067,4582.389258099145,683.7822708273578,1835.968161421746,1409.315832786021,3267.933106456157,1305.0576930758432,3851.0477967352426,277.4226345346721,1408.423450226916,2246.368690051126,7815.948036275949,1256.5980637745763,4559.412390857367,1430.0104326258247,5152.8739471597855,1056.49391002243,5850.737187615349,267.6713654377017,1587.644694439138,546.9089954210176,3052.7155441943537,1232.8289113404617,7006.434332903551,614.3995166609126,2039.8954467639528,539.8294098719155,2778.2196209695276,711.8250436833501,4966.269759937213,951.9525278118249,3325.944020569628,733.8110318216808,4237.015826599159,861.5665920637459,5972.880965250101,13855.844694014506,4269.3831800318385,104261.39402933234,39566.01440944729,3029.417571326874,17539.96691622685 -7522,2871.7233252445412,4653.868265195475,644.1581759322474,1864.6067544890966,1312.2557213881707,3318.908394793754,1226.3068951883279,3911.118876970214,257.36959127772354,1430.3929303655734,2083.0968676372017,7937.866139187455,1165.2653022279335,4630.53299024014,1326.052354209847,5233.2517354030115,981.746336016407,5942.000688247287,251.83841611814307,1612.4097809449797,512.6921710101246,3100.3337328196167,1155.8516203191077,7115.725128860358,581.1150410182482,2071.7150266604663,504.1128160976094,2821.5560485005267,660.5598022247086,5043.736777996716,882.9497808754388,3377.824199851234,690.4055937466476,4303.107480380307,810.6043228450573,6066.049741810507,12725.760033034938,3948.1514292808524,97534.89571343387,37299.28001278717,2780.5947728606006,16576.928907207308 -7523,2775.790157261929,4718.264354526182,623.9831995048391,1890.4075241470393,1268.7809573751097,3364.83249691541,1185.22855782798,3965.237460959356,249.1883764415229,1450.1854353684978,2016.918875889954,8047.703269906675,1128.245939973473,4694.606186793279,1283.8739378617752,5305.664817819502,950.4989681146102,6024.220808224711,243.15002503083824,1634.7208732180388,495.6987265230313,3143.2333931960734,1117.483045355144,7214.186203592047,561.4123443511874,2100.381576361136,488.39188727257726,2860.5982312605506,639.5538653234273,5113.52752101054,854.891131159141,3424.563526476309,666.586694708942,4362.650053980542,782.6385840094312,6149.986342246646,12326.811093304026,3821.6761328661605,94350.85667947661,36054.3745845844,2693.5067933974046,16014.096383895312 -7524,2690.839817952301,4670.7633074767255,602.5899181333264,1871.3758781857414,1213.6955012296671,3330.9571023338854,1142.0999061507716,3925.317499498399,237.88591007274178,1435.5857178834456,1924.8092150932973,7966.683152562638,1076.7206396411495,4647.3433179496515,1225.223305837603,5252.250126483243,908.5230794549917,5963.572066537889,234.26678646528035,1618.2633483154825,476.9102377404318,3111.5889438649547,1075.1829461149448,7141.557505297168,543.696089870688,2079.2360201599804,468.5808305306724,2831.79920666958,610.67712571052,5062.047168679031,815.9809767217907,3390.086790759084,642.2336286009897,4318.729147922015,754.0456803011776,6088.071458160863,11677.64655853294,3638.770719047471,90617.15400343075,34819.978972036755,2550.433684279298,15490.518187320075 -7525,2650.285046224421,4629.63038219697,593.2858514369042,1854.895667329299,1194.0484201244149,3301.6231368595377,1123.184116138126,3890.7493185015733,233.98800702418873,1422.9432789116697,1893.2173773250395,7896.52481627587,1059.0484550409583,4606.416640046577,1205.0571081231533,5205.9963564287,893.5774617051723,5911.0540629343495,230.6345499319129,1604.0121647278502,468.91277479472404,3084.186836949275,1057.2026078326355,7078.6656112086275,534.6460480239366,2060.9252957181507,461.0931851261288,2806.86105898208,600.6818537887341,5017.468414791294,802.5993350053925,3360.2321016051797,632.2759880666266,4280.696400028192,742.3544273107593,6034.457054710899,11478.731420281574,3578.0103921674145,89160.55874338983,34271.50758404656,2506.8896945477004,15248.770055971734 -7526,2642.653770111516,4566.273990975938,590.6552585267724,1829.5114604117389,1186.66948886484,3256.440495945553,1118.8866482784354,3837.504498588117,232.20110098398075,1403.470331047248,1878.5869742697278,7788.461045684071,1050.8643416169382,4543.377928382653,1195.7948491683385,5134.752409369446,887.2180569008881,5830.161416475991,229.82017073106468,1582.0612930939974,466.8390924577996,3041.9798070766687,1052.5618418382917,6981.794226073607,533.4811279739732,2032.72157781122,458.216835018076,2768.4492263572133,596.1307190422386,4948.804468518367,796.433101205738,3314.247398281685,630.0433979623721,4222.115162774011,739.7331461304769,5951.875640990492,11366.407654449147,3549.246076184917,88672.00919897335,34148.318363852115,2482.0074147010732,15205.531917142875 -7527,2715.187742188791,4535.992882018337,607.9480954645509,1817.379110057513,1220.8959543944807,3234.8455085079727,1150.329632230415,3812.056202652156,238.97498448128465,1394.163259658805,1933.4573428750111,7736.812099956662,1081.5583230872849,4513.24865397713,1230.7225837261399,5100.701452837774,913.166361723798,5791.498875979822,236.25027879120464,1571.569901099461,480.04976963831695,3021.807009262312,1082.335059639502,6935.494667155965,548.1941789387682,2019.2416456608903,471.5856344914521,2750.0903383814625,613.5072311599928,4915.986620176979,819.68147897754,3292.2690661057904,647.6712985882775,4194.116332758957,760.4300416647354,5912.405956266556,11707.691086424615,3653.72323272476,91200.50353536307,35101.038434493996,2556.6542542409547,15626.04329243218 -7528,2818.558516833539,4561.530386078149,628.0655083343834,1827.6109000114382,1244.1251525594041,3253.0575918280038,1183.4179488827606,3833.5179648911094,242.95170741414512,1402.0123570515098,1964.7270740885206,7780.370120339783,1099.0503242319203,4538.658108714325,1250.540621670366,5129.4182492366635,929.8439173416054,5824.104841179644,243.06509948419298,1580.4177925696408,492.819204305993,3038.819692212702,1111.2145166658931,6974.541294394166,567.6073414030553,2030.6099156439027,483.0806295781747,2765.5732646134848,623.9059429949156,4943.663477600726,833.1275261453793,3310.804442335098,666.3538745008115,4217.729082086617,782.3652301014304,5945.69262470688,11772.786256187133,3699.8665353299884,93471.09443769635,36240.01907095209,2569.0953941642692,16165.003197544354 -7529,2937.3263314288884,4797.541075384057,653.4441070244792,1922.1703289283503,1284.6246044881623,3421.3687285777114,1227.950175639783,4031.861753221852,250.37377284772327,1474.551587265345,2024.259506009075,8182.9215361454835,1132.3522212065695,4773.485400894762,1288.4167229470543,5394.811096434483,959.3229945407795,6125.440332082397,252.3630293912194,1662.1876068745219,510.7345222431954,3196.0462959035103,1151.6877498920082,7335.399637792754,590.9529569408265,2135.6723848900124,499.91931942842746,2908.662271430031,643.0684599702595,5199.445490717629,858.47425215136,3482.103364507658,691.8438014032419,4435.951709958812,812.2929206115637,6253.318990419767,12062.377722367275,3805.898924829337,96767.68103814505,37669.58911311746,2631.3010937808376,16823.427685154013 -7530,3021.5051527984265,4781.36082279558,667.7972409150523,1915.6875910108542,1298.6901144453427,3409.82977365125,1252.9647915416951,4018.2638411781854,252.17818100128122,1469.5784944326208,2037.904517956542,8155.323703154357,1139.9851158731071,4757.3862788027855,1297.0706488688352,5376.6164828114115,967.757395855537,6104.781588315247,257.79390367513156,1656.5816902380475,519.9324966804305,3185.267266492481,1172.5776423428856,7310.660168737264,606.7972798948132,2128.4695870211085,506.8295697075906,2898.8524773069985,647.9006440009774,5181.909769806038,864.4586992360432,3470.3595751181306,706.7323400239294,4420.990958605229,829.7735347260603,6232.228961342067,12014.00770593155,3819.773812498123,98305.83670804095,38558.08032141827,2618.8599538575236,17261.442668493462 -7531,3071.8117502218374,4650.554239683234,676.1345492468676,1863.2789656470948,1302.5777277346215,3316.5449959035464,1265.8928625997034,3908.3337642422453,252.18984907684785,1429.3743457401315,2037.2475905513124,7932.213574611282,1139.617636701452,4627.235581806882,1296.627872081173,5229.525130184552,969.1627919103489,5937.769381997846,260.681711327765,1611.2615818886807,524.3491852154117,3098.125981224269,1182.6555876082805,7110.6580119435575,616.0493441729762,2070.239755754371,509.67929593559126,2819.5468148488403,648.0880101904589,5040.145126620524,864.3375080927291,3375.418846941293,714.649156639021,4300.043232069167,839.0686589682313,6061.730100072209,11906.878819279687,3809.174690481685,98982.55261370454,39052.491010491314,2593.9776740108955,17514.65020615258 -7532,2997.1822189659165,4352.876661493477,654.4609395170688,1744.0122414246666,1244.347027178538,3104.25608764534,1222.8396503781887,3658.165016661713,239.6143549866515,1337.8814458324696,1934.499948313653,7424.480086326015,1082.1415470172128,4331.05060885201,1231.194953043902,4894.788172909143,922.7492457183755,5557.698380051461,252.40801158192878,1508.1262520318483,504.98479198940464,2899.817867505672,1139.2070022373703,6655.511518162393,599.5720891028504,1937.7256671095101,488.14653255415374,2639.0702900778883,616.013993241335,4717.530204249572,820.9882749003931,3159.3614791635573,691.9671183957935,4024.801531948539,812.4377069344847,5673.724489809214,11146.853093179276,3603.1999531332085,95098.57394447317,37876.25057832055,2426.0222850461623,17040.085841733722 -7533,2694.1068635955494,4082.686006349196,584.3516151801363,1635.7583562965497,1097.9506262482103,2911.569491795701,1090.2384694015266,3431.0963263812496,210.15671886747785,1254.836808351097,1695.7323646698046,6963.629643129257,948.5771483377753,4062.214734906695,1079.2582820595214,4590.9601239937765,811.1503232799847,5212.722337039666,225.5984094392802,1414.514222157111,448.92590622388127,2719.8211089594215,1012.9457399357013,6242.392296724213,538.2621020727424,1817.4476513968905,431.38895908567923,2475.2585889663515,540.4805619846292,4424.704866967491,719.8551828024495,2963.254395440233,618.4695973634049,3774.975072962731,726.1443616793588,5321.546503566035,9641.15276513444,3148.4115655061155,84309.71182138502,33878.18561076402,2096.3320770783503,15288.27923649289 -7534,2300.9046406158677,3838.8776095848903,503.45772644858107,1538.0747181910806,945.8804354366322,2737.697416216383,933.8774209402909,3226.19933132016,182.4013348664214,1179.9009083163805,1472.2457543386306,6547.778074747213,823.5607861237412,3819.62883427909,936.8742574517141,4316.798793512061,703.0809429408537,4901.430830958945,192.4136460745166,1330.0427628854188,385.464090316629,2557.3997953854982,869.5348010827731,5869.611324719185,459.12134990208597,1708.9139563243264,374.00103629620185,2327.4419733328086,469.001142466541,4160.471909034186,624.8845146243766,2786.295819092819,527.4948104053915,3549.5424487214973,619.3309808985314,5003.756274456225,8434.89505597637,2734.695589126872,72606.57338080757,28993.86861644159,1835.0681386887634,13042.992389751944 -7535,1835.1893376841922,3503.0562358170137,416.3146011829609,1403.5254000437847,830.7090884067733,2498.206241770223,778.8883845777536,2943.974472473958,164.12650696723816,1076.6842954836472,1328.2091839644913,5974.984656509906,742.9880483329762,3485.4913251258085,845.2627684247096,3939.169327676214,626.565665610328,4472.658308758414,158.91910272067662,1213.691882959736,325.9662745479471,2333.6808858751447,734.6815682379574,5356.143290825854,369.5770458142555,1559.4197835924197,324.27657394390354,2123.8395560798767,421.28522924642016,3796.5177708438823,563.021340513942,2542.553302437639,435.67077319959697,3239.031840516423,511.5204964901209,4566.032419470072,8086.912809968163,2507.9377343684205,62153.10526081763,23761.9064424895,1766.6418691105382,10533.606309326327 -7536,1566.3306525626697,3263.7315146957176,359.3472099515637,1307.6381797594684,760.9536238883596,2327.5317016352155,719.6209563589135,2742.8455661180715,152.07929930463155,1003.1264787070618,1212.8479366945003,5566.780665377075,678.4560235606795,3247.366618240571,769.9006031676929,3670.049868172077,554.8895486558013,4167.091503558439,139.21541626643537,1130.773867414726,277.4955459363712,2174.246526389931,626.0950162276121,4990.217820873006,317.7977163183226,1452.8820406343068,298.13756866230824,1978.7413117901597,394.1056180689504,3537.1440995196067,513.396952842143,2368.8490227802504,381.65385411662237,3017.744958505008,448.0993010188994,4254.086403803097,7821.640563613438,2373.9315118011655,55096.50534191263,20122.493119527688,1727.9686093395965,8839.645684512665 -7537,1681.7839756619064,3123.2427779982836,383.2921445724165,1251.3503279234487,801.1746063397733,2227.342091395034,765.3545121950208,2624.7785906928543,159.68834716491682,959.9464649385458,1273.0461739543073,5327.1561804496005,712.1303659419358,3107.5823155993135,808.1078530515958,3512.070981957182,583.6229318631498,3987.717244860534,148.0691783826857,1082.0992165103064,294.553017142909,2080.6551429118745,664.6304286999866,4775.411733318701,340.6223917479187,1390.3421038962404,315.3294301657705,1893.5655349553606,413.9256199564516,3384.886199682946,538.9923950712961,2266.8808905552637,405.9261116418356,2887.8448196650193,476.59732747371737,4070.9674119433303,8135.946756384217,2484.646583690498,58327.71319606014,21477.523485359357,1796.4030097094821,9458.708289392931 -7538,1694.2631037920282,3066.254514850101,390.57142677310026,1228.517558636147,850.9091017400451,2186.7008840833196,793.0268856299,2576.8855565407066,170.4458899616244,942.430797524709,1360.152651231709,5229.95420166603,760.856931253223,3050.879801147486,863.5409182007281,3447.987963267502,620.1429477396812,3914.9553445332376,153.37621061285267,1062.3546883752074,306.6942223571576,2042.6904596537654,691.8921627671918,4688.277162027479,346.2129722482662,1364.973220554543,329.7025035494696,1859.0145830554488,441.52794269599076,3323.123858684974,575.5564740457262,2225.5182383699776,420.47514190647223,2835.1517464036247,493.67932526246324,3996.6864870745335,8898.050450003648,2676.5910103504625,61012.26772491429,22007.291277025623,1967.489010634194,9636.485196801219 -7539,1897.0865071366995,3112.910807579392,437.7434278280941,1247.2107475287214,970.595992789665,2219.9738417145545,896.500375829758,2616.095585021243,194.50511251363878,956.7708749558095,1552.6508681229038,5309.5334645784715,868.5386700954915,3097.3021514105976,985.8176310968212,3500.4527325689983,706.4348036987034,3974.5255144888047,173.68386885659942,1078.5195341448978,347.180453150868,2073.772146962947,783.2379732942786,4759.614238127406,388.709644301867,1385.7427260986547,373.03743701129974,1887.3014484004466,503.74554874071634,3373.6886890914534,656.8945871776466,2259.3818429405987,476.1478270491578,2878.291567045237,559.0445535424838,4057.500282467271,10234.523866226933,3064.6061810221768,69181.0966653899,24786.860955223423,2264.0380789036954,10838.323961107995 -7540,2402.5871500477165,3233.9702579445284,546.1537870300003,1295.7141120381357,1168.1538105489115,2306.307447049018,1105.1412761310164,2717.8341548685435,232.46542781391094,993.9791868565247,1853.9110008767268,5516.018405088857,1037.0608281844693,3217.7545894154277,1176.9948627770705,3636.5834828629527,847.9031524059563,4129.092703845693,214.58150956551964,1120.4625868317084,425.74530838577806,2154.420045927029,960.7477343361118,4944.713111572429,488.509805127824,1439.6335257838014,454.26286814820355,1960.6976007927303,602.4272381905784,3504.889652964259,784.763859862246,2347.2480045425905,588.2671786227199,2990.2267995770217,690.6837405411125,4215.294316544923,11952.139575066236,3633.1599800700665,84391.6903728497,30879.268833886694,2640.4272809380627,13592.227890167938 -7541,3262.795677013762,3487.46081459707,723.3143692861685,1397.2769791412672,1455.0298707771742,2487.084359615907,1436.385737758928,2930.8680537160863,285.78537883667707,1071.8909539045762,2275.1193640588444,5948.384340606259,1272.68092739813,3469.97410195993,1444.2155066919263,3921.6323540205617,1050.5751229979378,4452.746270354697,279.89975424931123,1208.2885908422834,548.3968508865431,2323.291461909855,1238.1141630317904,5332.298023975514,655.751703286097,1552.477329133602,576.5009479066493,2114.3843346243984,741.4461313948495,3779.615874379893,964.003914440428,2531.233989513042,767.334702150371,3224.611841950262,900.9266904351981,4545.704684460433,14055.084678909303,4399.596953807239,107662.64931308087,40837.29860012458,3096.6566167372966,18175.12966553202 -7542,3378.2559295211995,4083.4657815072387,749.8585992352721,1636.0707789831872,1527.5007024833017,2912.125588825227,1497.3545245620128,3431.7516507623077,300.2825163164436,1255.0764766893008,2391.21346944915,6964.959665912561,1337.6229062884163,4062.990600141491,1517.9821479609977,4591.836977283667,1102.2865547240783,5213.717944190908,292.0179220302182,1414.784388182473,572.316035759061,2720.340582887073,1292.1013142788015,6243.584566331079,680.2237916523433,1817.7947759436713,602.0307722272854,2475.73135252309,778.9145750407961,4425.5499662309585,1013.0343716418035,2963.8203640601396,800.5562056479696,3775.6960766792913,939.9320151175003,5322.562895656781,14876.647979336969,4635.869131563238,112508.34153353354,42454.84308924294,3279.1483510569906,18873.344724818166 -7543,3320.0215285016952,4494.080194186834,738.5442853329142,1800.5864815652387,1527.3174340750597,3204.9554549942854,1484.8969038218563,3776.832707868626,300.56222805884863,1381.2811562234424,2394.278994545358,7665.323762388507,1339.3377329406069,4471.546123382346,1520.0492243423187,5053.570843669058,1101.5618832792343,5737.985281320601,289.74121544637194,1557.048555854127,568.3664870341998,2993.8854368170964,1283.1406170393568,6871.410522735479,670.5797669733785,2000.5838022840956,598.018330379461,2724.6794347801933,779.4645351404702,4870.562780688139,1014.1363387658635,3261.8484174817554,794.3146997449549,4155.362592804736,932.6038710354243,5857.775177157429,15023.729318915652,4656.512071932124,111871.20561517679,41946.1692893174,3313.3655512419323,18620.277700124127 -7544,3162.9996005758735,4620.143172401391,697.8670616838456,1851.0945465286982,1421.9677768429556,3294.857328624441,1398.0607447078155,3882.7762511075603,278.41942147209784,1420.0273309201937,2216.7855125599826,7880.342965587295,1240.0495053298696,4596.977000709921,1407.3433634670705,5195.328036163138,1022.6292880009566,5898.940912341655,273.5085345321524,1600.7251636791375,533.6501730741035,3077.8666072213427,1205.0113127763354,7064.159747849744,636.8263542257162,2056.7019713835166,558.6867829496051,2801.109135494623,722.2716495655607,5007.186432956013,939.2150759347589,3353.3461897120064,749.8134124615084,4271.924238653406,880.3549666654969,6022.091022143677,13741.558148768212,4296.839475374048,104758.55434656501,39682.513076311865,3028.222216367412,17677.029049488534 -7545,2968.5125582659107,4632.684484757578,653.3408724984358,1856.1193161175554,1327.2322674966308,3303.8011715716,1309.2113857665477,3893.3159915349142,259.3884885750705,1423.881974736813,2064.9991312569396,7901.734043507926,1155.1415943099685,4609.455428825417,1311.0292603107978,5209.430679579816,953.385643139198,5914.953502815971,256.27944613781705,1605.070309170305,499.3536178830381,3086.221431968424,1127.6263778320472,7083.335308135625,597.8224670492999,2062.2848593772883,521.3450626910479,2808.712706055348,672.9566448012268,5020.7783686900575,874.9670864483554,3362.448799833447,702.5805113578723,4283.5203157098385,824.8988780099198,6038.437901824212,12760.789923059847,4000.1664649625964,97899.73841545047,37189.19217566567,2811.5132818627753,16584.388036476004 -7546,2829.1487971446345,4687.788301779069,620.168914638062,1878.1970681211542,1250.2712248864816,3343.0984852204483,1240.6038687455614,3939.625333928132,243.7508252408926,1440.818446895504,1940.0043690930158,7995.721818483439,1085.2206695691702,4664.282946079057,1231.6672777069818,5271.394647965358,896.9242352307717,5985.30936594073,243.08144506957092,1624.161939717162,472.5494745937131,3122.930726899804,1067.1918038984418,7167.588577272688,568.9787490300843,2086.814863074111,492.03435119131404,2842.1211523956154,632.4917008767134,5080.4983978532855,822.1232513039591,3402.4437021454382,666.3986853114571,4334.4709730363475,782.4178424167832,6110.262559500024,11911.590690359557,3751.2996148903226,92508.36219570224,35321.27881152403,2623.318680845592,15777.723844173694 -7547,2718.8860637936514,4744.581627440889,596.0511120891863,1900.9517342621996,1194.367672797233,3383.600672769875,1188.4818625765329,3987.3545422821917,232.88005044264617,1458.2741991620983,1853.256487088668,8092.591302322144,1036.694699168146,4720.791500493729,1176.541291366807,5335.258460420424,857.4092917341482,6057.822372527996,232.73228803205288,1643.8389285297508,452.523305233005,3160.7655458750583,1021.9572974595415,7254.425090799654,546.1102324060062,2112.096968085021,471.5070511778293,2876.553917227827,604.3316181536486,5142.049470866573,785.415254381308,3443.664866750636,638.0268585687373,4386.983801196684,749.1065169973962,6184.289394561925,11344.14324327091,3578.9840796266712,88566.11064065431,33882.45842055852,2497.8556135008025,15139.073519724743 -7548,2651.27672241786,4678.950902514144,580.149844397062,1874.6562987176173,1156.483000449015,3336.7960896782592,1155.3448716381386,3932.198368419275,225.32761858313035,1438.1022218734286,1792.8789521923343,7980.648316530634,1002.9200593317582,4655.4898590142175,1138.2060240344204,5261.457036412085,830.1597642266801,5974.025885291478,226.12597249735683,1621.1000762949748,439.6393954391067,3117.043390711896,992.8642194386113,7154.07626870704,532.3144576751969,2082.8808082598257,457.39230298925986,2836.763197264946,584.7904962579101,5070.920663127167,759.8917711262657,3396.0294292438916,619.9158917451934,4326.299646149335,727.8424540595524,6098.7435176031595,10932.465621758558,3458.034579347514,85954.05135745672,32975.298303714146,2406.609746340956,14744.085066111356 -7549,2613.832401555879,4646.070557737077,571.9333095403105,1861.4825453005394,1140.05578867002,3313.3474559641427,1137.880422411647,3904.565670239866,222.13082089225284,1427.9962605446922,1767.4407979647926,7924.565986611111,988.6901889236193,4622.774381792972,1122.0062924881704,5224.483252119115,818.2450302603407,5932.044673069319,222.9303626387774,1609.7081359781685,432.95929455111633,3095.139022936501,977.8184937751929,7103.802500253918,524.0215810557712,2068.2438008340114,450.90501225369024,2816.82843968353,576.4942954596901,5035.285833180313,749.1105593203987,3372.16454567638,611.1552469007621,4295.897484011267,717.5565921747018,6055.885878413583,10777.031316491752,3408.570391201607,84718.67037139903,32497.200911920783,2372.3925461560134,14530.346936935626 -7550,2600.3239330208035,4583.10404779192,567.6056576425784,1836.2545472008953,1127.5075500951652,3268.4428590698276,1129.436325249642,3851.648507219762,219.2520403212002,1408.643144912064,1744.2883015292998,7817.1672166600065,975.7388945429421,4560.123596474903,1107.3541130576257,5153.677724616947,808.2787805511356,5851.649822138802,221.3910777140717,1587.8923451731666,429.4022980709742,3053.191725828663,969.8342563409208,7007.527240284871,521.4953233433359,2040.2136423945635,446.12311344685634,2778.6529850155484,569.0747147321757,4967.0444297079375,739.3555919124145,3326.4628220879504,606.9353548812375,4237.676742787285,712.6020223624802,5973.812652522758,10598.206015200873,3361.5194111541305,83904.68981005572,32281.787054754404,2332.472479273581,14450.065196165428 -7551,2644.0182155918533,4552.433057558445,576.001659546008,1823.9659880287538,1134.642406946585,3246.569827612578,1142.6298408551233,3825.8725543904497,220.17778368029025,1399.2162412918278,1751.2349237237097,7764.853270291904,979.624771352893,4529.606395723525,1111.754514657042,5119.188348528189,812.7064386659363,5812.489486114792,224.14186593643058,1577.2658723497796,433.9118785152814,3032.7591952495386,980.0909497220438,6960.631556201257,529.6015380718558,2026.560150776752,450.05535179982195,2760.0577190829135,571.5651349484122,4933.804038565999,742.3983456190067,3304.201510176991,614.4765378556331,4209.317416742031,721.4561156284944,5933.834779969241,10576.546668609595,3369.1526291457235,84681.78480627283,32727.26451430463,2326.76961257609,14669.52483244995 -7552,2756.3488686693704,4601.038781879697,598.3577872213793,1843.44023111252,1166.1523537901267,3281.2330233225366,1182.7108412236348,3866.7208885264563,225.9736501998154,1414.1554876311302,1796.7600492905372,7847.757579411652,1005.0911094895182,4577.9684028020865,1140.5903931645062,5173.845243966554,835.1170447402621,5874.548665900687,231.9743147699257,1594.1061309990457,448.5606832870948,3065.139563178793,1013.2232643695703,7034.949296680889,550.8445623565246,2048.1974648819087,464.6277447416403,2789.5264894982743,586.7309563744725,4986.481610299967,761.8325577087977,3339.4800317224926,635.9489032347208,4254.259740846966,746.6667923026815,5997.189547373054,10763.741872715,3447.1911852356784,87432.373266973,33974.068464041404,2366.6896794585236,15248.671116787746 -7553,2833.342394615635,4821.519029127781,610.8221391305061,1931.7772735089995,1167.883801711504,3438.4686178386896,1200.653775272592,4052.0128666986875,225.06790159479584,1481.9213479816415,1788.4329901243366,8223.819510961992,1000.4330288852404,4797.343125162362,1135.2789604823422,5421.77418625359,834.2161766780758,6156.055082979732,235.9366062899376,1670.495166293977,454.0228476955669,3212.0200309985958,1025.7524136975437,7372.0617258172215,564.5307341011289,2146.346405779462,467.8719965462196,2923.199670548575,584.6149761085368,5225.432149614439,758.5663995757399,3499.506803497151,646.8113771639872,4458.122451853351,759.420409022488,6284.572874678598,10541.85806511969,3415.713029222546,88214.53856014986,34667.38401705508,2315.363879181109,15613.71463454025 -7554,2922.8081192838204,4793.2523309242615,626.4641049305959,1920.4520117280508,1187.0572664354104,3418.310208400595,1229.9018202567418,4028.2574850175597,228.03160616700254,1473.233417217148,1811.3165401050394,8175.606443090178,1013.2338770832205,4769.218160918007,1149.7901576521515,5389.988424603659,846.3809937167694,6119.9645168939,241.9415243754598,1660.7017002865198,464.302344973488,3193.1892018985964,1049.0877586752133,7328.842183867369,581.3802081355874,2133.7632083004396,476.67853328505123,2906.06208333242,592.4528768236954,5194.797465262101,768.4293054448899,3478.9905508228326,663.2736353855051,4431.98620700197,778.7487253035565,6247.728858568035,10574.716608611365,3450.2006809104873,90041.8543643934,35612.70138441778,2321.0667458785997,16071.402765285013 -7555,2974.827212698674,4671.54307633162,635.1260078447149,1871.6882983469761,1192.8412710543191,3331.513194868318,1244.282690473092,3925.97281858228,228.49947653506518,1435.825384284341,1814.4447419592966,7968.013164594983,1014.9837645396142,4648.119176912905,1151.7626006811731,5253.126972685274,849.3086874615929,5964.567665641351,244.9951884222319,1618.5335121570145,469.0500714088364,3112.1084135935484,1059.9125660430486,7142.749765266573,590.8814121181282,2079.583141900853,480.2023621847836,2832.271966404834,593.7916969193886,5062.892261111316,769.8948311915697,3390.6527548041026,671.6451410986188,4319.450145810494,788.5776994330187,6089.087842035818,10502.95719731466,3448.0385488448283,90816.94018214005,36118.53288370634,2303.9581457861286,16327.024964172322 -7556,2907.243284744822,4384.717308160868,615.914175756283,1756.7694321013619,1142.606546517743,3126.9632601517856,1204.2774914549948,3684.9239507654356,217.73193636132234,1347.6678500227033,1728.02848316779,7478.789056118116,966.64330112549,4362.731601184039,1096.8871388973948,4930.592821844878,810.9708441180901,5598.352118754556,237.69969543148596,1519.1579717094482,452.84731112583734,2921.0296047772163,1023.4952676862385,6704.195597018846,575.954368928905,1951.8998427415852,461.05897964162926,2658.374697524147,566.0021542046992,4752.038237455531,733.4424544303722,3182.4717394294894,651.6448200690123,4054.242357740552,765.0953481430939,5715.226942283059,9862.717343603194,3271.7755718755184,87468.61305157015,35099.44042861372,2161.386478348868,15912.561457333824 -7557,2601.473411127252,4120.894787392584,546.2530965205729,1651.066987128906,996.4917004453596,2938.8181023995107,1065.159903742114,3463.2070515434584,188.40964690492905,1266.5804949292242,1494.2448330810244,7028.800415480545,835.8668692146194,4100.231930722365,948.5170393448709,4633.925708386945,704.0356859321697,5261.506829921603,210.9130374637044,1427.752287517295,399.21075794066184,2745.275197044521,902.4991178254411,6300.813199061925,514.2467064220754,1834.456664400107,403.28721709602956,2498.4238809590497,490.0014268669497,4466.114512279587,634.466997842972,2990.986711419261,578.2101996334278,3810.3040685756114,678.8758543980672,5371.349453107282,8364.968647541154,2816.0649817006106,76815.03357633496,31195.026336456198,1830.6202098944239,14198.32781468705 -7558,2231.117522859206,3854.5380099669546,473.53415566193485,1544.3491734756833,867.3951573399494,2748.8656382914614,918.9053122877162,3239.3603586773947,165.50757669995446,1184.714221611199,1313.2288492705013,6574.489222299148,734.6081863563854,3835.2107107906872,833.4786685885439,4334.408835912584,617.1191307961469,4921.4258339426715,181.0537312483522,1335.468568110375,345.37739859201974,2567.8325074450727,780.5594824870063,5893.555944157611,440.7859265001397,1715.8853368934065,352.93012944537344,2336.93659047752,430.3103211919525,4177.444228159737,557.4610304811141,2797.662294544112,496.3520290086481,3564.022528988011,582.7662811709065,5024.168706068162,7445.976611371995,2478.9602093108315,66716.28213998911,26851.362791337426,1631.0198754822593,12172.976716676072 -7559,1791.045096835861,3527.554041767151,395.67666163618685,1413.3406272573272,775.7246267584924,2515.676863882584,776.463865437149,2964.562470637226,152.04436218865362,1084.2138357378494,1209.6657907198157,6016.769316765606,676.67596025756,3509.866294973789,767.7640077215593,3966.7169887178693,560.5009595034664,4503.936800439173,151.25886663942447,1222.1795537907096,295.7024072705405,2350.0009383216848,667.6625639011161,5393.600228467387,357.9554661791092,1570.3252217816932,310.87209204348994,2138.692132176742,394.6233979570582,3823.0678315267332,512.7305033148133,2560.3340553653666,414.67052263641307,3261.6832534980304,486.86412921625856,4597.963901194666,7358.456244358865,2326.1743795532493,57944.96010524639,22218.23321136173,1619.6141420872787,9913.100451341063 -7560,1440.3021472978958,3267.175504835348,340.2113208271931,1309.018039891044,719.2136312703389,2329.9877848620417,664.1719364542591,2745.739901341942,134.1201542241567,1004.1850087013072,1023.2932235458154,5572.654904000785,572.4208537433145,3250.7933396368094,653.3621320656775,3673.9226179681377,491.15433084921267,4171.488747015682,129.2160092763098,1131.9670948698622,247.89290400903965,2176.540858372907,560.119335701352,4995.483652603437,289.5076265327947,1454.4151665668353,282.0481817345675,1980.8293406417977,357.27177213873466,3540.8766030501038,451.96269202227995,2371.3487053184717,354.24085404083826,3020.9293760449355,415.9137327604,4258.575446961783,6925.827262208507,2098.877164095236,49504.96876936575,18163.031911021593,1527.686270235834,8098.668376352927 -7561,1546.6289141063446,3135.524167402838,363.01672195124416,1256.270957458561,757.3417837983858,2236.100570164049,706.7107209714712,2635.0998914255806,140.8893131885573,963.7212199548662,1074.6279683138305,5348.103921026115,601.1370396328098,3119.8021240603907,686.1231141645708,3525.8813433065156,516.8355856826724,4003.3979689670273,137.49600268415298,1086.3543073876297,263.2926317259756,2088.836811082758,594.9578018277633,4794.18987361478,310.4839262175942,1395.809284643054,298.451825299672,1901.0115189376672,375.368897020064,3398.196437939561,474.6882846310786,2275.794845995031,376.9401461229427,2899.2005640919583,442.56494250426044,4086.97549699888,7204.226911735738,2197.586578164868,52434.21662934909,19399.037038872808,1588.1886967798278,8669.97292308399 -7562,1557.7070442838462,3085.813765809789,369.5133670925914,1236.3541172523264,804.0611013837984,2200.6495733256565,731.4186613688851,2593.323184614526,150.21744442464774,948.4424447613135,1146.6436843596136,5263.315420130656,641.4219713740953,3070.340978746895,732.2595699526554,3469.9822437660437,548.4764437563276,3939.928351082057,142.26407965806285,1069.1313149916537,273.7294636105413,2055.720524555368,618.4271570818082,4718.183090950392,315.11321216095365,1373.680212633896,311.6503384080422,1870.8730026979158,400.040289145061,3344.3216468031346,506.3539218380756,2239.714538621253,390.01165072078635,2853.236821940616,457.9121793011126,4022.1808462770364,7878.799617586366,2365.1819067488946,54778.33652024717,19843.672270077594,1739.4447631398114,8822.262679972637 -7563,1744.0566435606627,3129.3509831195,413.97101085326807,1253.7976254999624,917.0621494909573,2231.69816081916,826.5360027715262,2629.9119367595363,171.36003249351884,961.8238565888323,1308.3557543723073,5337.574634913713,731.8822217180868,3113.659893156993,835.5986855102499,3518.9396282594134,624.5216130330142,3995.5161246237753,161.04639528691058,1084.2155053952163,309.70626468955174,2084.724332950174,699.7224052499266,4784.751127172698,353.6110788289498,1393.061231214516,352.433241631333,1897.2688291018972,456.27629884046956,3391.5061074804726,577.7107263325762,2271.3142870117995,441.502666164547,2893.4926510283126,518.3677145465449,4078.929106169956,9062.08928777791,2707.3009482890693,62086.9549200958,22337.43249704628,2001.6219448304496,9918.754613941619 -7564,2209.4112066328494,3245.081997218315,517.0289657822323,1300.1661125940975,1104.1430603987756,2314.2317892639303,1020.090272165442,2727.172479624036,205.01639918599938,997.3944432401563,1564.192781949684,5534.971132992333,874.9951109420986,3228.8106125673967,998.8624781905935,3649.0785784531686,750.4997763776281,4143.280033320883,199.2032803869197,1124.3124330386488,380.3735234288122,2161.822511604551,859.6184529759012,4961.702866733129,445.0749954610275,1444.5800253222599,429.6958738416619,1967.4344470828983,546.1298174156275,3516.9322559880366,690.866970709205,2355.3130162022744,546.1083387980502,3000.5010500852827,641.1851007306271,4229.7778298959365,10583.26745059266,3212.523286656817,75833.87012695767,27876.568564337118,2334.385290822413,12454.764809913158 -7565,3001.823512477991,3496.623122278895,685.9039258321668,1400.9479255060376,1376.2542949708957,2493.618463752096,1328.5060099771003,2938.568072816109,252.52679735648536,1074.7070413800059,1924.0937928342605,5964.012022302429,1076.3204389842103,3479.090468296449,1228.4257057684245,3931.9353234739083,931.9624265792853,4464.44458999956,260.3615104319078,1211.4630241696482,491.2586994692482,2329.395246967304,1110.7299223640778,5346.30711475651,598.9223714888883,1556.5560201110156,546.4517183031263,2119.9392758442036,673.2310954725924,3789.545736076183,850.2605980823736,2537.8840841978454,713.7713378652611,3233.0835889952014,838.038013070907,4557.647225800371,12446.126824361245,3897.054743970883,96960.01751507021,36973.302961757836,2737.734801115703,16688.555477698206 -7566,3107.887957432997,4080.931524849894,710.8754155313113,1635.0554103024203,1444.6631332761751,2910.318282469453,1384.4890877177593,3429.621857118221,265.2541057565915,1254.2975584647547,2021.506426627309,6960.637113368736,1130.8121738243804,4060.4690506714874,1290.6983100585308,4588.987218267239,977.4749013674771,5210.482237044929,271.56116643137057,1413.9063529677062,512.4824772341664,2718.65230102032,1158.7084453108637,6239.709709383685,621.0530855089117,1816.666626778449,570.4419314773562,2474.194878606658,707.0699330424085,4422.803407287052,893.2336821124792,2961.980975195218,744.4747756856448,3773.352826256631,874.0868800685586,5319.259637793438,13173.506819930843,4105.256417993844,101290.59030668407,38422.071170012874,2899.0746052330187,17324.874356669498 -7567,3054.11422589975,4487.842024438227,699.9063648400196,1798.0871126991512,1444.3198988101076,3200.5067012335403,1372.4809359222468,3771.590139306042,265.3997408406679,1379.3638192043522,2023.1544868002368,7654.683633876856,1131.7340835854347,4465.339232861686,1291.87916127205,5046.556052789226,976.396359350456,5730.020464349558,269.3543060561116,1554.8872385703798,508.70223260763584,2989.729666391169,1150.1272033768887,6861.8724140678505,611.9820003777771,1997.806819939387,566.3815892920436,2720.8973454337047,707.3453898614338,4863.802020736307,893.8714492237169,3257.320691396939,738.4247505497582,4149.594592212656,866.9835533097802,5849.644081510415,13303.587338441359,4122.225431544123,100676.11704946743,37942.38790262501,2929.325818505015,17086.650358760715 -7568,2910.0701380646374,4619.81826398449,661.6551859175792,1850.9643695674647,1344.9785209941208,3294.6256200304406,1292.9439069867083,3882.503197516394,245.9810138678174,1419.9274684668392,1874.415552356664,7879.788785843932,1048.530886417728,4596.6537214382415,1196.8593501427322,5194.962678263064,906.996035663976,5898.5260733460445,254.4130155429472,1600.61259377396,477.98491776805275,3077.6501583518016,1080.9005257957529,7063.662965634397,581.5681523547433,2056.5573352203883,529.4265258165965,2800.912149405487,655.7390123582726,5006.834305985842,828.2746626593101,3353.1103679287494,697.4637617257054,4271.623818495478,818.8913088240415,6021.667522700602,12168.437714571595,3805.8177738393424,94335.02910513799,35924.140985863094,2677.2323745717094,16230.649812667874 -7569,2731.247022448325,4642.5615884353265,619.5076404942625,1860.0766507868782,1255.4474098784622,3310.8450328165536,1210.9675075376188,3901.6167264166334,229.19899955831295,1426.9177588346993,1746.3660333083496,7918.580916339112,976.9011586637699,4619.283007051015,1115.1354937194083,5220.537433578183,845.7184183907806,5927.564465032067,238.42572436209545,1608.4923954155288,447.36051933207426,3092.8014028592406,1011.6999935126317,7098.437315935402,546.0516240517966,2066.681748791221,494.1001824157468,2814.701015142659,611.0364870467629,5031.4829069882535,771.7198107675994,3369.617700611462,653.6352012135615,4292.652984770987,767.4322520941835,6051.312138652599,11300.001657221226,3543.573472083507,88173.76127582543,33674.41286568665,2485.6413571823964,15229.871881591991 -7570,2603.192843670598,4706.307867235379,588.1854060972929,1885.617069047757,1182.774570372117,3356.3057222453012,1147.8327746699429,3955.1892085206186,215.44222900339707,1446.510540868223,1641.2244535129269,8027.309698322563,918.0859222431975,4682.709651332338,1047.9821940656607,5292.219807282382,795.8892052030377,6008.954915066046,226.2122496732453,1630.5783500620626,423.50699844744236,3135.2681696956724,957.839457146118,7195.904835873854,519.878900709292,2095.0590289715415,466.45337038521006,2853.3492295458946,574.4290520555661,5100.569402892914,725.3119748831452,3415.88538824491,620.152417394315,4351.594723883448,728.1201585210722,6134.401748418378,10548.115235925707,3324.0186169502776,83344.657901468,31995.921680629424,2319.259684186415,14493.245194479987 -7571,2501.7729734300383,4772.718361017019,565.3794647785975,1912.224924753574,1129.928496698122,3403.6663978713495,1099.7300222925153,4011.000701467417,205.86152692794315,1466.9221845577881,1568.093142450209,8140.582696146419,877.1769368706246,4748.787151775102,1001.2330911421034,5366.898077492753,760.9451309408602,6093.747001406026,216.6019526650858,1653.5873661383705,405.62043490966335,3179.5097945874286,917.3762183965963,7297.445917935873,499.04980996701136,2124.6223105376102,447.0690828196316,2893.6127092440297,548.9148521552504,5172.543303064605,693.0173794529945,3464.0867897966727,593.8061477732124,4412.999876819276,697.1870371223715,6220.964009252099,10045.665376750147,3171.6569761493906,79803.25857698936,30697.29053995063,2208.33856885576,13907.96836421265 -7572,2439.632387268294,4723.137924051361,550.3678770455864,1892.3601558369137,1094.146792603866,3368.308085369577,1069.2396970315879,3969.3332171522648,199.21865338322428,1451.6833547330393,1517.3161951906611,8056.0158692985,848.772777796773,4699.455319424588,968.8017561716662,5311.145122529884,736.9013981106024,6030.443320728858,210.48401388338047,1636.4094021412322,394.15816762090816,3146.4800884476676,891.4529390994037,7221.637850085119,486.535620736738,2102.5510935548855,433.75832648313127,2863.55298820423,531.2391311615804,5118.809364082485,670.6062659557726,3428.100812051176,577.0340475424542,4367.156303896722,677.4949357353248,6156.338759950645,9681.163207721429,3064.9319838843817,77463.27472016907,29881.833332859853,2127.6686667971026,13547.082307977984 -7573,2405.178075924965,4686.293743231398,542.5735234599023,1877.5982621807698,1078.6057957987566,3342.0326400723443,1053.0590919979684,3938.3693043597304,196.39251259035564,1440.35908580946,1495.7900835327011,7993.172626067035,836.7312681595583,4662.795881498268,955.0113307729879,5269.714024306164,726.3224086925145,5983.401132313814,207.50976643890016,1623.6441251416013,388.15906057503264,3121.9350755369,877.9234948086207,7165.30340992196,478.94513533486173,2086.149545702627,427.6065303379146,2841.2150286143396,523.7031731384395,5078.878635650275,661.0926126157115,3401.3589365820962,568.8802594726762,4333.08905895974,667.9215836118918,6108.314488352411,9543.519345371054,3021.0770934551592,76349.62794942126,29448.453405518278,2097.4174535251054,13350.694574378953 -7574,2392.8480521972024,4624.496889720159,538.5317967101488,1852.8388955856797,1066.8031820507645,3297.9621842272263,1045.4216567134745,3886.435122614038,193.87716249707336,1421.3654707468297,1476.4740516148827,7887.76887953993,825.9260568800216,4601.308887760852,942.7149677854063,5200.223769650974,717.6048794113544,5904.499684062382,206.11225421490224,1602.2335811908129,385.05767005036853,3080.766985121483,870.9526342038688,7070.816544725753,476.7300500422061,2058.640071277443,423.13671404622954,2803.748715459982,517.0288682959758,5011.90487424192,652.5821505357135,3356.50616134864,565.049032006868,4275.949817482519,663.4233443541046,6027.765842381915,9385.21449496007,2979.869350237897,75630.10988524526,29260.065479035813,2062.1243713744425,13279.1550982163 -7575,2433.189067181252,4606.367218146019,546.6144399176894,1845.5751085277986,1073.655955909384,3285.033000212229,1057.8954349360786,3871.198915509256,194.74639188599133,1415.7932128805212,1482.8253920810719,7856.8460218434175,829.4789385452325,4583.270121396512,946.7524487258323,5179.837044066753,721.7561497290428,5881.351946560467,208.72521099933238,1595.9522560424234,389.2309541810244,3068.689283488498,880.4557508752459,7043.09643056548,484.27869848181945,2050.569470459311,426.9849743093839,2792.7570239095567,519.4031258941767,4992.256425665207,655.4344847601154,3343.347464134009,572.2123552519703,4259.1865743217795,671.8337929961926,6004.1348577247245,9366.121599705868,2987.3849278551697,76352.44754398415,29674.241635655944,2057.0825024957767,13484.13783268386 -7576,2536.7012019400645,4671.738020121132,567.9762321538817,1871.7664040186357,1103.5940374643765,3331.6522191257,1095.3358780201663,3926.136649677545,199.9422476880658,1435.8853013688922,1522.0194754839217,7968.345670290811,851.4037497009292,4648.313143221604,971.7050330200117,5253.346186007748,741.9463618263526,5964.816567429162,216.08099721603048,1618.6010536633553,402.5368855812426,3112.238282075462,910.5913191159486,7143.0478326682905,503.87977041761656,2079.669923037549,440.96940029787567,2832.390157294019,533.3379319407558,5063.103535927183,672.8208330689367,3390.79424695908,592.3779679042926,4319.630396739635,695.5102129685225,6089.341940058504,9532.006523175296,3057.5194484971153,78860.15591439714,30817.610218245434,2092.375584646439,14020.467322296878 -7577,2607.9088021462376,4878.767221530744,580.0997918192095,1954.7141853754492,1105.5061268237937,3479.2951938236415,1112.6459991808806,4100.124345842639,199.27704411048575,1499.5169061330853,1516.2343766436913,8321.464837840638,848.1676184133207,4854.3042655401505,967.9643273462843,5486.149494098473,741.7242209396786,6229.148857722629,219.9093985608928,1690.32975122675,407.78206331789033,3250.157875031961,922.6266918539508,7459.593726735706,516.7619820041874,2171.830999174025,444.35034916093474,2957.908212848389,531.7146631781983,5287.4761949210215,670.3848680306097,3541.058114938998,602.8733869286887,4511.05586357232,707.8328709949112,6359.192602388171,9335.748617715295,3031.6226511586115,79623.54028915343,31473.79323678934,2046.9987647384444,14364.7925910052 -7578,2690.456854383355,4830.8113014369965,595.1105692602544,1935.5002911633437,1123.8166689096615,3445.0954063114973,1140.1528032078436,4059.8221082946125,201.98182233329064,1484.7773808258748,1536.3871048242108,8239.668866705699,859.4408699163232,4806.588804461862,980.8018081479889,5432.223300284539,752.8698610435237,6167.919339832395,225.58621428804545,1673.714628020179,417.21483368797345,3218.2103964436724,944.0678603633704,7386.269531411847,532.394649088763,2150.4829517833086,452.87822243409056,2928.833406968331,539.0210738521512,5235.502863465034,679.3670487779727,3506.251227810235,618.4361648126495,4466.714368127078,726.1051085643614,6296.684817438924,9364.985635289666,3063.4352219639095,81306.45788595939,32347.68660942892,2052.0406336171104,14790.866525821322 -7579,2738.514515672936,4680.1205589480605,603.4817721869734,1875.1249302221709,1129.4342716434803,3337.6302307274555,1153.8356671649753,3933.1813496936857,202.46744348058405,1438.461722443426,1539.704335463795,7982.643339954632,861.2964983433288,4656.653650594869,982.8947424348767,5262.772309259061,755.7711021232803,5975.519287970562,228.5030322125836,1621.505323149188,421.65609122012717,3117.8225974043157,954.2040410514037,7155.864663479878,541.2766883151156,2083.401492274089,456.3771453026469,2837.4723387785693,540.3959498601624,5072.188305191186,680.8973081866922,3396.878377598864,626.432512002575,4327.3811458960945,735.4936095525243,6100.268097523487,9301.560292776294,3062.5811254184437,82035.91055845575,32820.83482414931,2036.915026981112,15030.464924855203 -7580,2676.585524824446,4382.832862034177,585.4386868186555,1756.014414817659,1082.0979763693322,3125.6193664889192,1117.2818501292445,3683.3402590065057,193.0372993388247,1347.0886547675577,1467.405498605033,7475.574852310059,820.8531914132423,4360.856603985852,936.7031932563217,4928.47377154074,722.109334969882,5595.946081552019,221.8095531289623,1518.5050741212067,407.3604068082058,2919.774216450487,922.0299776654086,6701.314294864686,527.8808045789259,1951.060963096711,438.40147990829934,2657.2321919645024,515.3490633173437,4749.995925620787,649.0234863866582,3181.103989556194,608.0825895713983,4052.4999418056655,713.9489891419867,5712.770675090074,8734.750801223161,2907.7165146645752,79057.47060665018,31916.182930359508,1910.8683050144593,14655.791245898838 -7581,2395.4202441671778,4120.050039375568,519.4749709621971,1650.7285325855858,943.9935528635679,2938.215669944315,988.8572567339603,3462.4971238602143,167.16987893335715,1266.3208568125813,1270.0870304658154,7027.35957179991,710.4750481864228,4099.391418413393,810.7487702388597,4632.975793440042,627.4308525041539,5260.428266238131,196.94432536379077,1427.4596105682597,359.4318498392466,2744.712439221642,813.7541729392025,6299.521586504435,471.650626967221,1834.0806165489719,383.7294118757564,2497.9117255345623,446.4342405792127,4465.198997185739,561.8659424733463,2990.373584847546,539.9154981344612,3809.5229889867796,633.914094443795,5370.248372630029,7408.5310649974945,2504.750151454537,69482.92294410979,28391.021245570955,1618.4399100518242,13085.019622846969 -7582,2054.1187077489917,3856.7473645105474,450.1928183351862,1545.2343677206202,821.5070871761926,2750.441240548329,852.6701244154285,3241.217104027492,146.77498681630178,1185.3932793196993,1115.5292207120474,6578.25760585057,624.0168254832724,3837.408987260555,711.9797995185271,4336.893244116797,549.6665333871514,4924.246710140821,168.97327757385716,1336.2340356037946,310.7601393703754,2569.3043446413435,703.3426560383117,5896.934028527118,404.0707439137328,1716.8688527014092,335.70259557409804,2338.2760821263014,391.8862545215576,4179.838666964653,493.4256305726216,2799.2658662006647,463.23391732247904,3566.065365080826,543.8823486819043,5027.048472704222,6594.470297109698,2203.5479613417706,60313.62405356736,24421.57320201152,1441.9744992985104,11213.020009463218 -7583,1647.9709673792725,3530.283235910858,375.42776094646194,1414.4340990843505,733.8808418261902,2517.6231900006464,718.5798872825046,2966.8560900794,134.44079062297894,1085.0526691096381,1023.8721313480105,6021.424364254298,572.7446894638549,3512.5818044809484,653.5629524182999,3969.7859539689102,497.6089849830183,4507.421401325181,140.78104570539944,1223.1251283279869,265.1076788318794,2351.819084471293,599.4517450704866,5397.773143179037,327.1671948063351,1571.5401492777028,294.9005998457598,2140.346793160874,358.5171383963543,3826.0256584553235,452.53189632010105,2562.314931810377,385.94596863614885,3264.206749021749,453.138667175818,4601.521248864903,6516.242906331595,2061.650470769115,52221.243193571056,20133.174967652747,1431.8907615411779,9107.581623163544 -7584,1292.587249257763,3280.6265569769685,317.1989666144568,1314.4073034561134,673.6321929243095,2339.580409175347,648.2371493205426,2757.0441886462568,123.54149420994024,1008.319266224934,970.1642554264589,5595.5976787522595,542.700995749921,3264.1769459500833,618.1688592330049,3689.0482592523085,456.77257243225245,4188.662881849042,126.84812054638536,1136.627434785229,245.1822984054215,2185.501737435269,553.8342854729831,5016.050197309816,266.23694388681525,1460.4030341338212,250.720087177213,1988.9844699592131,323.31326033265066,3555.454490201921,402.7189103533913,2381.1116136881005,347.7493756964757,3033.3666260467166,408.29209635528366,4276.1081201534535,6448.3060485108235,1972.74260203373,46546.77388770032,17219.337749384755,1455.2704493427866,7722.879419485235 -7585,1388.0333859282125,3149.36510712348,338.5406266785766,1261.8164323669494,709.4814982718287,2245.971242992117,689.897840337019,2646.7318409204245,129.79678643515405,967.975311647595,1018.9143561046642,5371.711707169242,569.9713554163276,3133.5736629910625,649.219710952178,3541.445411235631,480.76703459032984,4021.069907376008,134.9747206954861,1091.1497303156775,260.4003913600251,2098.057427108946,588.2524832832831,4815.3525531245905,285.6147413278791,1401.9707144834304,265.39029083595244,1909.403030033452,339.761633028156,3413.1968747231117,423.07475482515457,2285.840738674613,370.02814589986446,2911.99831595202,434.44957190025394,4105.016366235923,6707.606595523753,2065.6992144813826,49308.68788781329,18393.997270900098,1512.9049225840847,8267.550618606874 -7586,1397.9478016483831,3091.986956396275,344.36811068169465,1238.8274517363286,752.8915712387239,2205.0519871656393,713.6542025353871,2598.5111445777475,138.334819291311,950.3398100646563,1086.9724499990268,5273.844716994018,608.0424295862127,3076.4832159218367,692.7255016628421,3476.923965901006,509.8842591972501,3947.81020347309,139.65964023147512,1071.2701191678975,270.7565733269592,2059.8330068870105,611.5327028715642,4727.621847029935,289.65060404365164,1376.4282688683425,276.8758430098898,1874.6156963551707,361.89453983349784,3351.0119840934053,451.00200165255416,2244.1951021793734,382.87167749348123,2858.9447408323445,449.5291458849967,4030.2272453217524,7335.40682678534,2222.7748468436507,51493.791735849816,18808.964655804946,1656.9911056873314,8413.4577984562 -7587,1565.201139443591,3135.1342861269645,385.70089214277084,1256.1147486406453,858.5807959697904,2235.822526144379,806.3089800689332,2634.7722345322286,157.78400964217337,963.6013877230728,1240.1847749170677,5347.438920385422,693.748000399715,3119.4141977145355,790.4295040654321,3525.442923749429,580.450543196785,4002.9001734391863,158.0995524999142,1086.2192265587787,306.35556228656594,2088.5770783179896,691.9498466155285,4793.593748448807,324.9509944576833,1395.6357251755717,313.00362981596777,1900.7751409807825,412.6935397230761,3397.7738951390093,514.4473269250874,2275.5118662599657,433.4240069377522,2898.8400680617597,508.88257110137886,4086.467309169298,8436.985397687602,2544.1258937779007,58357.36042163484,21170.52343384197,1906.7404897329577,9459.476577316773 -7588,1982.9286519369166,3244.5621450119024,482.03249891153496,1299.9578299612044,1034.2354924682843,2313.861056412548,995.6226710062339,2726.7355949376047,188.84684737173043,997.2346637022506,1482.984607329007,5534.084447553141,829.5680020961826,3228.293366987017,945.0645546009749,3648.494007230621,697.9495579647474,4142.61629253746,195.55195000537105,1124.1323216271305,376.21054832709825,2161.4761942530963,849.9633408993767,4960.908017116064,409.32456494009074,1444.348608022436,381.95280056235526,1967.1192701045773,494.2240484032157,3516.3688542019972,615.5986530011928,2354.9357022640397,536.0983531934089,3000.0203789982143,629.4323894602769,4229.100232430174,9853.575491919726,3019.5199621384986,71306.28381508059,26430.72722411483,2223.7300925600994,11877.382052666899 -7589,2694.326437921145,3493.633998880408,640.1524547247274,1399.7503110998664,1290.2657554332425,2491.486768960796,1297.7472772128103,2936.056008382131,232.77630854590174,1073.7883172706104,1824.8690927291673,5958.913626718661,1020.8150508514029,3476.1163328633284,1162.7130740943662,3928.5740690676644,867.6366256180626,4460.628114697949,255.57524139361277,1210.4273928346968,485.7754353190783,2327.4039400424394,1098.0165644740475,5341.736770417597,551.5184700595032,1555.22538256214,486.4607469217079,2118.1270244601687,609.836893803344,3786.3062048389816,758.5081618253421,2535.714548496274,700.6499604036705,3230.319755013908,822.6322206086433,4553.751075289357,11588.79535381743,3664.3688157874335,91233.88871938278,35078.84321876102,2607.959914168756,15913.531825479713 -7590,2789.5355479491163,4078.332289030428,663.342247003237,1634.014007239568,1354.229717752136,2908.464636192916,1352.246418204738,3427.437454874772,244.47998844018025,1253.498668524461,1917.1445888241626,6956.203729176622,1072.4331179302185,4057.882847855765,1221.5788304369344,4586.0643905059405,909.8418586579793,5207.16356531894,266.5709491872467,1413.0058046454358,506.77890007306945,2716.9207310592815,1145.4823204097102,6235.735499848205,571.7925545277734,1815.509551502964,507.690869471065,2472.6190090009923,640.3889878272441,4419.9864256815845,796.6942465817243,2960.0944238036,730.7942818497168,3770.949494133618,858.0246297877073,5315.871683327797,12265.927370873873,3859.9016997858716,95299.55107156713,36450.503841859085,2761.6518428122185,16520.673816907143 -7591,2741.282157878198,4509.350706989877,652.9655534514025,1806.7047255065227,1353.70001194415,3215.845628554601,1340.2983528154036,3789.666073035332,244.57960906014816,1385.9746353491587,1918.5682042186568,7691.36989854879,1073.229475338601,4486.740067276545,1222.6042332445274,5070.742459424637,908.6412908779627,5757.482480728706,264.4070341317045,1562.339278066402,503.06060774236335,3004.058411912845,1137.0428499725822,6894.759007370471,563.3142860673062,2007.3816205797852,503.9209615161365,2733.9376701465353,640.515340012214,4887.112550181957,797.0793957851316,3272.9319086230953,724.8619897007777,4169.48217121297,851.059533178026,5877.679412723994,12386.872608947515,3875.576666758466,94710.50526622246,35992.07713596078,2790.4690794328676,16294.052911819681 -7592,2612.089732246933,4634.244028770516,617.4528899132596,1856.7441589654281,1260.9267360598233,3304.9133611355596,1262.905593130947,3894.626634999854,226.72984566500787,1424.3613094759123,1777.7018496333487,7904.394078323578,994.4301272142944,4611.007153023468,1132.8037225883577,5211.1843790717385,844.3086997090119,5916.944709070676,249.73618965964803,1605.6106390371992,472.6549976992912,3087.2603756246704,1068.5386083511612,7085.719837711897,535.504962837143,2062.9791056649424,471.233547576613,2809.658229347341,593.9469924294099,5022.468560385811,738.827681010991,3363.5807324983734,684.6424185780654,4284.962317314879,803.8377862652851,6040.470677789913,11330.16973784094,3578.510265799519,88762.97439463435,34084.35988229232,2550.3254409274577,15477.54226714102 -7593,2451.6163092956167,4655.102900791512,578.1606486132978,1865.1014203757356,1177.0798707917286,3319.788875763713,1182.9096091653273,3912.1564668439873,211.27203162516267,1430.7724026513185,1656.3027304520906,7939.971994259743,926.5205722143821,4631.761435166511,1055.4840623934745,5234.6400769948605,787.3298735097708,5943.577055506382,234.0417516761482,1612.8375409066962,442.36436220014537,3101.156227606322,1000.1121849785857,7117.612876221282,502.8505474733781,2072.2646367849925,439.8321942396441,2822.304585703384,553.4952980930435,5045.074842722297,688.4375830464911,3378.720310732903,641.616704147607,4304.24906182742,753.3213500910659,6067.659018333134,10521.614374316843,3332.0427974318354,82970.67166125956,31951.95870655161,2367.816275663346,14523.305514243008 -7594,2336.7101697795592,4708.842123892724,549.0055116917882,1886.632437728524,1109.092958121117,3358.113028601076,1121.3667950547754,3957.319002164706,198.61201624478318,1447.2894590927694,1556.6671060039387,8031.63225086639,870.7853167689952,4685.231200802342,991.9795336474018,5295.06956629881,741.0552112653396,6012.190622212026,222.0511121457648,1631.4563852768297,418.7642079878872,3136.9564515624265,946.83937944199,7199.779692821249,478.8309294131735,2096.1871781367645,415.30811564203543,2854.885703462327,520.409024424578,5103.315961836821,647.1481702978537,3417.7247771098323,608.7448145765864,4353.937974306109,714.7265066719193,6137.705006281722,9821.625477388194,3125.7828364641473,78434.50516220214,30362.290435581795,2209.321474249775,13820.7577877082 -7595,2245.6551685549266,4768.4946020224925,527.7582140809844,1910.5326444607635,1059.5884746088739,3400.6542221100904,1074.4325271381542,4007.451047159665,189.78915219327695,1465.6239881626473,1487.3414508041276,8133.3784454903625,832.0051804183576,4744.584571415609,947.753349114713,5362.14848149466,708.5729111631746,6088.354158845321,212.6170441974606,1652.1239748417024,401.072960200553,3176.6959928758583,906.8299589355086,7290.987826236035,459.67784650224706,2122.7420628642085,398.093188940439,2891.0519206571375,497.3276445560536,5167.965707101822,618.3837284268399,3461.0211432134324,582.8816703284124,4409.09446139087,684.360622154436,6215.458582218458,9353.829123299784,2982.5785663206416,75104.25481956232,29130.56300766753,2103.658273307394,13262.423036021946 -7596,2189.8778124570917,4715.405195755083,513.7869846338707,1889.2619810304418,1026.1070677808123,3362.7934864607278,1044.7238502367659,3962.834619021279,183.6762755657378,1449.3066566279053,1439.2251307786466,8042.826548370444,805.0893518423275,4691.761364323138,917.0852407904963,5302.449707990858,686.2465551530028,6020.570270130899,206.61084620839117,1633.730270281924,389.732165689631,3141.3286666588365,881.189282103152,7209.814574066763,448.1950881806306,2099.1087938386927,386.2876725455291,2858.8647750764662,481.35350839213953,5110.428841927643,598.4464814768838,3422.4883204030175,566.4159032992151,4360.006389228035,665.0281861867679,6146.259593156019,9014.487302458989,2882.319376083917,72906.09362474502,28358.08131440884,2026.812308985663,12918.201775947771 -7597,2158.9511023793716,4679.015881676265,506.51091647018086,1874.6823330997029,1011.5309154358699,3336.842429599022,1028.895622654508,3932.252977018638,181.07070281393072,1438.122193589176,1418.8072243955114,7980.759148178922,793.6677620823692,4655.554512359936,904.0302752367753,5261.530105156956,676.3906309614346,5974.108849871488,203.6913203414088,1621.1225894024783,383.80124348018217,3117.0866788061808,867.8171239928148,7154.175621295126,441.1976216350615,2082.9097343700882,380.80939769879546,2836.8025929541795,474.5255003483149,5070.991085788729,589.956968384532,3396.076591770588,558.4121323864124,4326.359727849687,655.6309690150889,6098.828214205458,8886.321881115495,2841.062439898861,71857.45577125876,27946.523116276185,1997.9950723650136,12730.811504345129 -7598,2147.9174128878867,4621.247843370039,502.77483689492755,1851.5371411257631,1000.5447155055481,3295.645125257781,1021.5044828980957,3883.704618485431,178.76177064194223,1420.3668578371353,1400.52633515354,7882.2271466120455,783.4416001316274,4598.076132673312,892.4189581044454,5196.570233177385,668.3329438681897,5900.351342392949,202.3185831989392,1601.107895242017,380.7275356829885,3078.6025216204193,860.9105505063828,7065.848780397037,439.2017760661875,2057.1937264816097,376.8708915077719,2801.7788774975284,468.51414058935217,5008.3836455272885,582.4163092443976,3354.1479709653945,554.6488248795062,4272.945650871731,651.2124744940074,6023.530897245914,8738.971575554115,2802.4177713745157,71184.88675135335,27769.650017666983,1964.374962974256,12662.69058169607 -7599,2184.1560356418186,4587.587729738076,510.38853972540824,1838.0509675474502,1007.0935367974816,3271.640399009231,1033.7980405623412,3855.4166012221403,179.58048458256062,1410.021230107503,1406.620496250671,7824.814804660176,786.8506180140887,4564.584796488813,896.2879738638143,5158.719602682382,672.301351053417,5857.374531067327,204.88206010795685,1589.4457910836784,384.8433432961333,3056.1786841164303,870.2805195586011,7014.382751974509,446.22197117410457,2042.2095973149223,380.37230379768334,2781.371360180858,470.726967178142,4971.903723148148,585.0535723401443,3329.7171233528634,561.6765008977507,4241.822490845184,659.4636599008771,5979.656874181383,8721.283694134912,2809.6421845757823,71871.1789872387,28165.05637241512,1959.5720902041485,12858.065958767007 -7600,2277.0743618207907,4632.8794285470885,530.4194762688379,1856.1974217892148,1035.323471290172,3303.940195828982,1070.5306469535835,3893.479822630178,184.39536888638827,1423.9418918213637,1443.8956764812838,7902.0665492037515,807.702012316406,4609.649395134116,919.9739467101596,5209.649892902287,691.2335808723346,5915.20240460378,212.10075431132964,1605.1378506766455,397.98579670044506,3086.351300450337,900.0379932878105,7083.633375537342,464.3664097927558,2062.371640513983,392.93009288097716,2808.8308969445325,483.4399827959594,5020.989643505924,600.6985953692232,3362.590291988424,581.4662809256598,4283.700566638979,682.6988152705229,6038.6919998468975,8875.86850846869,2875.802708878227,74239.34750308131,29252.670345411636,1993.1921995949058,13369.181420178957 -7601,2341.0658285270147,4840.558440487356,541.9108023545459,1939.4055545430926,1037.4432598566907,3452.0465832198324,1087.7266225256617,4068.0136206804304,183.8282792677965,1487.7732195549581,1438.5945382247685,8256.29406548935,804.7366041452358,4816.28706972448,916.55867878343,5443.183909705305,691.2885052029245,6180.364364840692,215.85497098689538,1677.091685866566,403.14370412954105,3224.7037869468613,911.8713579058151,7401.172824397994,476.41095443971597,2154.8219861708085,396.13518003286015,2934.7429208556914,482.1335118753619,5246.066549608927,598.7701442492881,3513.3257989599697,591.7583254552426,4475.726867959439,694.7826915631811,6309.389652846924,8693.363762097275,2851.8670941375008,74975.08416732897,29881.67973131545,1949.9663446639317,13697.275781270644 -7602,2415.2087375958868,4795.916552208996,556.023575481634,1921.5194516983918,1054.818481958814,3420.210199092988,1114.7787673482078,4030.496501157548,186.35083483629694,1474.0522808104977,1457.8260984458252,8180.15066968154,815.4945627315417,4771.8690233509915,928.7892039760817,5392.984328197688,701.8194883185942,6123.36616124768,221.42499955391693,1661.6247639001238,412.45289065922043,3194.964064152978,933.0261706860007,7332.915755628395,490.9222167315016,2134.9492124920953,403.8466338618015,2907.677352448804,488.8562264317115,5197.684876360312,606.9386996721335,3480.9242693160354,607.0283503357845,4434.449626653418,712.7112082064876,6251.201517851767,8720.733125140909,2882.0441104493602,76569.75422488223,30714.919764290367,1954.7692174340395,14103.41067697945 -7603,2458.3855713378916,4645.4857263685435,563.9277317522475,1861.2482282855608,1060.2600450693938,3312.9303831919974,1128.2979294894112,3904.074176954072,186.8230978871128,1427.816509291039,1461.0714347045455,7923.5684695236305,817.3099741005954,4622.192482866873,930.8371488139261,5223.825612151696,704.6564387436839,5931.297967705887,224.28616140457166,1609.5055114591464,416.82922322635295,3094.7494174907615,943.0119886296654,7102.908298048767,499.19849922417956,2067.9834574239253,407.06433156407525,2816.4738670159754,490.18922864315454,5034.652008732711,608.4345342139598,3371.740069211449,614.8721184818636,4295.356731223846,721.9205663348046,6055.123584345522,8661.800990641083,2881.4626493578226,77265.45656638268,31167.275297329026,1940.360599123715,14331.753658218719 -7604,2402.8636717857235,4353.851374137883,547.1898285436871,1744.402767257561,1016.0921220089784,3104.9512044371545,1092.759337769095,3658.984166840859,178.1592528699426,1338.181029317916,1392.6168293898747,7426.142604054188,779.0170950750645,4332.020434123962,887.1946701227176,4895.884232433648,673.4698219799878,5558.9428809427345,217.7132553069221,1508.463957379721,402.675245872225,2900.4672057161793,911.1659594653739,6657.001845533516,486.9759827184497,1938.1595699870784,391.17736315358775,2639.661240702327,467.6031440037165,4718.586571497725,580.1528813986545,3160.0689353635535,596.8527423797686,4025.7027807661584,700.764039945638,5674.994971706856,8134.179181787089,2736.1019321886965,74474.01865337808,30313.176322518746,1820.28877987101,13974.342872257399 -7605,2150.550996030012,4090.8736076897635,485.68088381911474,1639.0387793538287,886.7335341754995,2917.4084836351694,967.3982082758461,3437.977200599303,154.32944034055367,1257.3533142783888,1205.5323086384108,6977.594817848212,674.3637282525713,4070.3612822428045,768.0180999393086,4600.167041010478,585.4113091397105,5223.176163841036,193.30375261798585,1417.3509523204336,355.2718997656839,2725.2755600054215,804.1074378224462,6254.911069771547,435.25811314647893,1821.092442302644,342.56629985948234,2480.2225833832026,405.2291298369581,4433.578368246811,502.47745194576737,2969.197038499929,529.93500418565,3782.5455770181325,622.1960092887606,5332.218571224124,6899.388589058517,2357.3387492082347,65471.25138052464,26971.249710545955,1541.722159204734,12476.584321601955 -7606,1844.006313734425,3849.534482117534,420.83172453301484,1542.3444730216381,771.456552105137,2745.2973699957693,834.0339289914423,3235.1553852857614,135.47575242941366,1183.1763588151628,1058.7278470450178,6565.954959610746,592.2426574734338,3830.2322714679417,674.3830247020126,4328.782393712459,512.7178467068729,4915.037392278505,165.85213116941347,1333.7350129721747,307.17993755658136,2564.4992360049087,695.042356279227,5885.905592488368,372.7959578903333,1713.6579674791321,299.60342408815774,2333.903042155374,355.62583478715175,4172.021539764668,441.1364282356732,2794.0306839158525,454.67741125106505,3559.3961156711252,533.8361658688442,5017.646895159566,6141.129593972967,2073.586753682634,56819.43926609145,23195.19834476999,1373.621612250947,10691.23236566386 -7607,1479.1517411511495,3533.7272260504883,350.51113111104956,1415.8139592159262,688.215397415465,2520.0792732274726,702.1321671149547,2969.7504253032703,123.95693161849489,1086.1111991038833,971.1961415489139,6027.298602878008,543.2782233925853,3516.008525877187,618.6840207542818,3973.6587037649715,463.4390889205014,4511.818644782425,138.19089103716553,1224.318355783123,262.13110727853757,2354.1134164542686,592.5516942232603,5403.038974909469,301.3833765510972,1573.0732752102313,262.6652216281283,2142.4348220125116,324.8677947057449,3829.758161985821,403.86304401021,2564.8146143485983,378.8451565393209,3267.391166561676,444.80161279280935,4606.0102920235895,6067.538598050673,1938.8018301969812,49146.9168673905,19104.556773253567,1364.0158667107305,8684.128774988993 -7608,1210.9680668931544,3268.540105058776,309.4285806683888,1309.5647770672572,599.1416359263284,2330.96095016862,586.8287377821462,2746.8867137116176,121.28795276429813,1004.6044263558558,971.1877975024952,5574.982433120611,543.2735558094676,3252.1510975261613,618.2891579494246,3675.4571041375884,455.3662803543977,4173.231051482578,122.88118019102966,1132.439883230416,249.38943099381717,2177.4499335472406,562.3058800323901,4997.570114777993,255.42108198036064,1455.0226317177944,241.00898167955037,1981.6566730446061,313.4935128394081,3542.355519929991,386.69815334305775,2372.3391458284214,336.8741571590781,3022.1911267208357,395.523516207403,4260.354124904798,6379.451124434581,1893.657517347174,45363.37634313028,16936.463160651492,1408.6739075097619,7514.109514259687 -7609,1298.9544504845571,3130.130751974395,329.51084340750674,1254.1100456611969,628.8373815231802,2232.254253353593,623.1279875538052,2630.5672558434176,126.88848740310492,962.0635229897277,1015.5624237721012,5338.904646946059,568.0963151802092,3114.435752120246,646.5260411892108,3519.8164744614446,477.3942426051995,3996.5117237272375,130.42900233137667,1084.4856692367482,264.05250529674595,2085.2438026787677,595.4213870811534,4785.943387142102,273.549596833203,1393.4083529553889,254.2822340968022,1897.7415888371513,328.0678098049444,3392.351199912758,404.54640227514767,2271.880251056818,357.5662291099108,2894.2136489167915,419.8180513674427,4079.9454900449105,6598.66699424175,1973.3777579598707,47905.259200045686,18051.883568650897,1456.1040054057135,8029.289436747495 -7610,1294.7868607234873,3067.4891504461384,331.33586474793054,1229.0122245227863,656.759924851279,2187.5813650532787,636.1944373455278,2577.92314641448,133.06628213055998,942.8102698104541,1066.0270236399595,5232.060056738318,596.3257499849057,3052.108246073857,678.7891945528924,3449.376304859351,498.3639255757221,3916.531711792332,133.34072944606433,1062.782448336924,271.07986136005144,2043.5129544404706,611.1736684153205,4690.164909388403,274.6477384153693,1365.522830679069,261.4695593909951,1859.763120258306,343.8266581800194,3324.461923410555,424.2592563814607,2226.414349251646,365.5486200351344,2836.293327850737,429.19016632310434,3998.2957635971597,7083.325737567844,2088.2225155971273,49337.42759957408,18256.35852878294,1565.1932305664027,8086.1554262450145 -7611,1442.117609508694,3108.2321818437235,368.8000712698966,1245.3362215105067,742.8621972888815,2216.6372775177692,713.9544953517044,2612.163659923599,150.48106776796104,955.3328726758191,1205.8973860566086,5301.553370882473,674.5679492154377,3092.6469850879885,767.9112873694975,3495.1916411810885,562.6023158385459,3968.551903772468,150.00668531154352,1076.898546728045,304.63777425783746,2070.6553201932657,686.859713158675,4752.46065903605,306.5012442432036,1383.6599900416002,293.30403246714985,1884.4648823459515,388.7496640967041,3368.618120835375,479.78920492427085,2255.9860495207085,411.2377143838844,2873.9655680581973,482.83367344619853,4051.4019627859584,8067.380896648206,2368.983143534775,55504.82783054043,20428.478866635218,1783.3716808877793,9041.88896066698 -7612,1833.2801565015143,3224.093160569929,461.9305562078698,1291.7567798942162,896.4652481028116,2299.2635902991587,883.9699126203438,2709.533425284001,180.2084262983533,990.9434046959469,1442.5656707807448,5499.171543008631,806.958019313161,3207.9270174613735,918.5065177202152,3625.476735952446,677.129425991543,4116.481749677378,185.9102507054234,1117.0405027703148,374.5720589954433,2147.8400792352713,844.7853288888485,4929.611113410114,387.000045732749,1435.236639175777,358.5117905993334,1954.7092955269045,465.8725624810758,3494.185121497245,574.5454109771717,2340.0791083394643,509.66599536447393,2981.0941363439556,598.3981920070843,4202.420087932328,9412.013373203752,2811.111592271805,67931.97581200293,25555.096493358127,2077.438287842679,11379.36129643737 -7613,2553.4669075680104,3468.096501123744,632.0614381473462,1389.5185236713442,1169.1325243947533,2473.274690135858,1192.3837238577294,2914.594251440354,232.70201865515506,1065.939221815214,1860.041629930301,5915.355617086499,1040.490245907642,3450.7068843976763,1184.1244121946338,3899.857279756633,880.321820543973,4428.022157545907,250.8889538230604,1201.5795035483472,500.87586678820065,2310.391261291107,1130.027383366382,5302.690152816856,534.8741839953825,1543.857115385036,475.0437446597332,2102.6441020496313,602.1512320312171,3758.6293542464164,741.8619232088251,2517.1791768418548,687.8026783944914,3206.707011514328,807.5482432657951,4520.464415064824,11715.760771374105,3584.1242384374304,90277.00728786286,34908.75946975008,2580.197325539766,15657.479595926716 -7614,2651.71606642518,4046.6865798493986,657.9233041050455,1621.3349197091293,1235.5802964832721,2885.8964834487583,1248.5952780883915,3400.8423465691367,246.33201605660327,1243.7721794814695,1969.7667011998938,6902.2272543293875,1101.8694454644876,4026.3958155608907,1254.0581888177328,4550.478947804819,930.01230524825,5166.758720355875,262.9791289411318,1402.041624290346,525.5637896900827,2695.838858070592,1185.679517489932,6187.349478756008,556.5746039315898,1801.422154201676,498.91895448064514,2453.4327886224337,637.2580303858713,4385.689660460311,785.3276056513638,2937.1256511177567,720.9474410544394,3741.688913442663,846.463466628957,5274.623320660847,12526.461323063748,3808.2146340422005,94870.81673309788,36434.343870183766,2760.4316975443826,16317.983632279047 -7615,2606.0367198909425,4475.885537147425,648.0404600229161,1793.2966575998691,1236.11000294603,3191.979926563432,1238.1892330101164,3761.541886867305,246.73203296011803,1375.6889247040776,1973.732380556469,7634.290062292746,1104.0878101626306,4453.442697400745,1256.7053517294742,5033.111042252107,929.8052516646497,5714.754571190894,261.02586497527744,1550.7447154144038,522.2190416084684,2981.7644428907684,1178.086755021651,6843.591046349659,548.5704134033805,1992.484272549793,495.6645646256969,2713.6483437190495,638.1321773000332,4850.8439026186825,786.6155126740736,3248.6425531655404,715.5926409851085,4138.5392621155615,840.1764027298726,5834.059487682148,12669.661881593884,3829.0671830760452,94366.30418615957,35999.2277561839,2793.632766071548,16101.81637385505 -7616,2487.471430727832,4610.850900092176,613.7490272439989,1847.371528874354,1154.495612855087,3288.230540151633,1169.134268900446,3874.9670095116353,229.28132569038442,1417.1712980759605,1833.2055081302415,7864.493609843589,1025.4783652477463,4587.7313214104215,1167.1980859395173,5184.8789221321895,866.02872302217,5887.076655488992,246.96208064389893,1597.5057019529356,491.45672048205944,3071.6762417762657,1108.9096947014689,7049.951942255118,522.218573035563,2052.56542537967,464.4881057869302,2795.475399074867,593.1936077728112,4997.115719105418,730.9649675589462,3346.6017653989225,677.0373025212773,4263.332322379679,794.9086292491658,6009.97907938335,11624.68619223791,3544.3636984506365,88615.76508024287,34140.27790299575,2561.225286381385,15316.770279312363 -7617,2336.003673576209,4639.247562923086,575.0377790266745,1858.7488619448764,1078.8274618193943,3308.481633926346,1095.927049213578,3898.8316136886647,213.85952964097072,1425.8991742092576,1709.688775077819,7912.92835176294,956.3842364500807,4615.985598617757,1088.597096768263,5216.810828359722,808.3511889724211,5923.333158782625,231.59393991491243,1607.3441963592297,460.2677306564524,3090.5936512638928,1038.586862215534,7093.370199018601,490.63241221152185,2065.206477885125,433.89474178952,2812.6917814909725,553.3390957550095,5027.891255612061,681.7956999994677,3367.212347701521,634.906119803703,4289.5887364598475,745.4424616126778,6046.9924969143,10808.78281389351,3303.63297959878,82897.47137903454,32022.39402861135,2380.9909143767695,14380.168259490367 -7618,2226.546906777138,4682.654809302258,545.8472591140066,1876.1402963775352,1016.1491220432351,3339.437532588137,1038.6888053594457,3935.3111380405962,200.90982727211056,1439.240638730664,1605.706695822781,7986.9658817475,898.2176140083476,4659.17519379333,1022.3778763322383,5265.622061187631,760.3809708337958,5978.754987068762,219.6483699634081,1622.3833561801248,435.4640559059149,3119.510875072012,982.7076025963964,7159.739510789814,467.0885165996443,2084.529638633404,409.4971249851969,2839.0088088735174,519.9287125268883,5074.9348573039115,640.5038430279584,3398.717761888898,602.1577867966313,4329.724390490674,706.992685796923,6103.57134717104,10081.215029875413,3096.6420983504104,78327.37195770453,30417.98752611731,2219.7285815305336,13680.929965817142 -7619,2136.016485989049,4708.647180103213,523.3692166159288,1886.5543320568645,966.9618380248762,3357.974004343694,992.4014799894318,3957.1551710694407,191.12448749383609,1447.2295420082182,1527.2210990495435,8031.299745170562,854.3134902657761,4685.037234493642,972.3522286806627,5294.8503529763375,723.9781692167968,6011.9417204242145,209.73018224234715,1631.388843770489,415.709144150278,3136.826583080513,938.1346401865313,7199.481625419532,447.47015577590645,2096.100397000069,391.10521822926574,2854.767512573142,494.66406108515974,5103.104687020954,609.3034209728868,3417.583284954855,574.9674463076828,4353.757723376968,675.0685418739831,6137.450908259035,9545.442397370884,2940.2404445262623,74744.74858789418,29111.20618073319,2101.1533367906554,13099.426241970312 -7620,2080.5430163737747,4620.403095353023,508.5916952331037,1851.1986865824429,933.8249143163487,3295.0426928025854,963.093222887306,3882.994690802187,184.37416263079044,1420.1072197204921,1472.9830371958662,7880.78630293141,823.9732153990244,4597.235620364339,937.8103262107128,5195.620318230482,699.0479992941699,5899.272778709476,203.4060569739037,1600.8152182929816,403.0111913909869,3078.0397637975407,909.4928487845604,7064.557167839546,435.6647898444936,2056.8176786304743,378.535338291667,2801.266722073041,477.2554884151631,5007.468130433442,587.7785311124961,3353.5348443936796,557.6300935392331,4272.1645712828995,654.7127782068189,6022.429816768661,9160.542632586656,2831.280404272273,72380.97885391212,28289.46374952371,2015.7791605779425,12739.978526117702 -7621,2051.2298063946023,4536.187825807847,501.41157718275383,1817.4572157291723,920.6237340475084,3234.984532765354,948.5348644428034,3812.2200337474205,181.77272127487998,1394.223176743356,1452.1994358362426,7737.144605652487,812.3470592197502,4513.4426202858285,924.5318710988254,5100.920666160246,689.056492531836,5791.747777767631,200.54156161523701,1571.6374426058017,396.90045447103597,3021.9368777442246,895.7393785547002,6935.792734557681,428.8737871664261,2019.3284267975855,373.19036021448125,2750.2085292706474,470.5217066108215,4916.197894992846,579.4852178027697,3292.410558260767,549.7771867056822,4194.296583688096,645.4926903572529,5912.660054289242,9031.206781675732,2790.992109471784,71343.88040243447,27879.893631033283,1987.321101840371,12555.52910769239 -7622,2039.6632258349716,4434.427709753917,497.24835266353324,1776.6862723075965,909.3723610394119,3162.4142569901783,940.8389578538993,3726.700657576491,179.14733216408126,1362.946625216256,1430.9781611368996,7563.577557013575,800.4760725842414,4412.192746497535,911.0589202626483,4986.49192138535,679.7613844466756,5661.821736639526,198.9915952779047,1536.3809641054243,393.2313180141119,2954.1458913046063,887.5097814199502,6780.202379683233,426.6292939850663,1974.0289147507433,368.83576621340035,2688.5132137638984,463.7775490661219,4805.913028591957,571.1115067781652,3218.5520468032673,545.5280119931506,4100.206099891894,640.5037397726985,5780.021593004902,8861.290488123006,2747.7023407524607,70586.11459451324,27678.125698374482,1949.3770235236098,12478.666323796293 -7623,2068.5545372832985,4395.764068272534,502.7617366608887,1761.1953982752384,909.6177941160444,3134.8412624459356,948.0057408867573,3694.2076669215667,178.66586309498624,1351.0631346905875,1426.6388808975237,7497.630952373303,798.0487189752256,4373.72297099029,908.2777799704967,4943.0148486902235,679.1582952560692,5612.456483649737,200.63893502578313,1522.9853048088855,395.4346790174442,2928.388782360453,892.5720959113512,6721.0859995914625,432.0641231941347,1956.8174161697816,370.1325951552712,2665.072148125082,462.6345006180154,4764.010417817747,569.5684924634545,3190.489588562477,550.0441322668856,4064.456526548461,645.8061107985641,5729.625759031775,8758.507348666873,2732.647654837405,70879.8234648917,27963.07914318986,1925.6619745756343,12628.14882780578 -7624,2154.5820962584944,4483.683244605822,521.5945506291386,1796.4208667884263,932.5577470759339,3197.5408653930435,979.9279427024326,3768.095093597653,182.83632938048098,1378.0855945249589,1459.3727589250793,7647.59021486909,816.3597504329886,4461.201305847912,929.0488213178695,5041.879525536004,696.0993488793367,5724.710586368863,207.31258490561234,1553.446360381215,407.9670697078887,2986.959152773884,920.9129895473035,6855.513674956099,449.03697333082306,1995.9554983762478,381.37723718063904,2718.375952536046,473.55225366672005,4859.294847435086,582.8541820189243,3254.302207340395,568.3396936778947,4145.749258484601,667.2869060049878,5844.223351079072,8872.077351671123,2786.1906758822256,73038.284387965,28993.851898728437,1949.3770235236098,13111.55923847384 -7625,2234.3343359422015,4739.123226547176,538.8661554026805,1898.7647855573464,951.6656261405421,3379.708011543562,1008.6913263987159,3982.767292803488,185.91687482895765,1456.5965285439033,1483.3373847178618,8083.281185842837,829.7653425353284,4715.36046893632,944.2813709065539,5329.120515742621,709.3320183516976,6050.853154660414,213.56259190946676,1641.9477750875353,418.9610075538934,3157.129245177724,945.8412462082832,7246.079242101429,464.92099500230563,2109.667107481185,390.6424010262059,2873.244587616592,481.66167036185954,5136.133803347025,592.6642249332887,3439.7031047108376,585.4738539975519,4381.936798493081,687.4041016784215,6177.174682789864,8921.713101281754,2823.4283435907764,74879.09929383312,29936.15828930303,1958.8630431028002,13563.726090104674 -7626,2302.7624072882586,4681.48515286834,551.8714178742254,1875.6716648729812,964.8925880533469,3338.6033915389403,1031.8270852643097,3934.3281567661847,187.8020995199476,1438.8811381606663,1497.7214840533518,7984.9708583235,837.8116759151382,4658.011402212678,953.4133821645573,5264.306788340653,717.7737519710159,5977.2615843896765,218.63250243482736,1621.9781093259114,427.54968363229534,3118.731668379591,965.3471335664816,7157.951116016974,478.3980894235377,2084.00895461914,397.1678003241911,2838.299667359893,486.68347342913074,5073.667215239891,598.6631161996686,3397.8688135339253,599.3728239817893,4328.642890743913,703.7228645250201,6102.046767250711,8906.912897900818,2841.7999843936373,76275.03316919492,30714.684708554214,1954.120033313205,13944.416038490055 -7627,2340.0979303478,4507.791162976938,558.2169653603231,1806.0798826586497,965.7478683962628,3214.733438990641,1041.350731382847,3788.355429570391,187.3086565734084,1385.4953006100588,1493.1633671441161,7688.709863733136,835.261907078005,4485.188343078494,950.4882793168023,5068.988759932713,717.2274939212882,5755.4912744739995,220.8110310929532,1561.7989481995073,430.5404404055594,3003.019468256598,972.2088651884995,6892.374477794198,485.44712398843774,2006.6873742921307,398.75293083492204,2732.9921468545417,485.5352371108452,4885.422358486203,597.079903027519,3271.7999759581685,605.345178775356,4168.040169607928,710.7349986344171,5875.646636758292,8783.769626611926,2824.6253497300468,76680.95146292119,31085.622069193796,1925.6619745756343,14138.468090395543 -7628,2293.4582263561233,4209.008913818533,543.3866815483544,1686.370563839157,930.7531753482863,3001.656734099095,1012.5549428594203,3537.2583146119878,179.66723683683767,1293.6628737854558,1431.5597648308456,7179.09219442312,800.8014163619273,4187.904238160232,911.2478715961696,4733.009605643059,689.2860586218629,5374.009842476323,215.09875426046153,1458.280886779796,417.52483503334224,2803.9754401389246,942.9798934795606,6435.538951465743,474.8261843401729,1873.6815305491775,384.9779946759816,2551.8458800806848,465.87169476570995,4561.610223543977,572.7101776823412,3054.9408269270457,589.6851855980979,3891.777057268976,692.3486207136905,5486.20115139306,8315.13618852647,2699.1551659736265,74234.73596665822,30325.841847271513,1821.3157592045407,13824.437351414525 -7629,2056.6883837714386,3958.3775159370884,483.29095939190074,1585.9532398526223,815.4569862109847,2822.9188319868867,898.863812996552,3326.6272577025206,156.2183430013114,1216.6298854779961,1243.8508425846537,6751.602980441947,695.7987650641079,3938.5295480858695,791.7770348569572,4451.1758443140925,601.3079285992187,5054.006814061127,191.41616516488264,1371.4454857053352,369.2244346793958,2637.0087506933346,834.0950667311508,6052.325668587937,425.14027023028314,1762.110509721819,338.151877626275,2399.8926024330995,405.25209491609877,4289.982681211238,497.94976132248684,2873.0300480298847,524.7602538183467,3660.0356796482415,616.1203415140881,5159.517532568176,7090.359881593905,2334.729964169432,65443.30134828668,27033.643829066543,1550.9642011976166,12364.970445983494 -7630,1762.3570405479088,3768.1783713434565,418.56918623148675,1509.748545284965,708.5985656308686,2687.2782204132195,774.287421642374,3166.7835701690715,137.02609756991768,1158.1710945786187,1091.5659108612508,6427.189983868054,610.6119695068229,3749.2840938595723,694.7251643958612,4237.297851470867,526.2321656979183,4811.16292943047,164.14314497929746,1305.5478402211093,319.1244748506584,2510.3010764888295,720.6986481262354,5761.512788731784,363.9637229936887,1677.4414981686862,295.5421673788557,2284.578305537064,355.3539767637542,4083.849983406969,436.7827112302483,2734.9816038562317,449.9922895628063,3484.1717928288285,528.3353704987659,4911.603881770774,6303.8174819970245,2052.281954889995,56761.91591229169,23240.334320956517,1380.2158487721913,10591.351689386112 -7631,1396.1249283647312,3460.4287519895884,343.86385828167664,1386.446383246958,617.2735075883583,2467.806431147772,640.5879669117701,2908.1502619087323,122.45459581383885,1063.5824954258278,978.0141390076344,5902.277127806734,547.0921487038632,3443.0775826419463,622.4943942316477,3891.2349339624793,465.0250047533498,4418.23207152796,134.6850548744711,1198.922884796543,267.9760126216378,2305.283127596562,604.6579379909688,5290.966229386588,290.77116573976343,1540.4437417791062,254.13870737777913,2097.9952846111014,317.0359236123007,3750.319254753136,390.3763378560186,2511.613847720393,369.2340378911317,3199.6171785459946,433.5172107048711,4510.469944872498,6037.995103687678,1871.324766019061,48201.93339193178,18891.29429193307,1328.0427410866444,8497.412751976768 -7632,1178.6999926082688,3205.9634826926404,279.7526733664489,1284.4929903109319,549.0845521758876,2286.334401789068,530.1260095040141,2694.2972128820425,109.9060379354497,985.3711448923297,879.5233302983223,5468.248674561159,491.99729269387444,3189.888244825491,562.0404586402564,3605.090003280365,424.9813031111837,4093.3340041276815,126.55685297759705,1110.759175438095,240.3330651276601,2135.7623734032286,543.2529292823984,4901.890989612379,239.93550896681978,1427.1660355517367,218.7046357907591,1943.717600154994,284.18486610195293,3474.536666089349,380.44897704873057,2326.9204065499453,346.9508765561615,2964.330887355134,407.35457953793843,4178.7890950593455,5628.9404411288215,1733.946176457037,42608.47234845724,16274.7764272961,1318.1237103695698,7318.679102997287 -7633,1251.4402437731696,3049.749360147872,293.73637728622583,1221.904646282821,563.4718200148404,2174.9302250579512,553.8106184686429,2563.0145962030506,112.1287391102078,937.3578441759388,896.6307281927151,5201.802199682499,501.5670143364182,3034.4574060553728,572.9400806457166,3429.427998832216,434.9095929419049,3893.8817698182575,132.10317413168514,1056.6362040173856,249.82920392258876,2031.6949855722537,564.8098172714634,4663.040920394102,253.93952700118797,1357.6257893284194,226.12488353290317,1849.0078066647648,290.0745408661947,3305.236017634393,387.97434399830354,2213.538631772081,362.155908451301,2819.8905807201963,425.2067880003743,3975.1729667695504,5635.43619833697,1757.9827948933287,44131.46818759732,17102.97854155664,1318.1237103695698,7718.643317740054 -7634,1267.0856808003039,2975.736096394198,301.74386743262255,1192.2506845347036,609.1613518848203,2122.1476303645804,579.8103709011871,2500.8137223239937,122.19739470887008,914.6094458127353,978.5196801940995,5075.561544227168,547.3749438117561,2960.8152572025974,625.4330611857347,3346.200451572563,471.1820784940244,3799.382562040341,138.60517478442728,1030.993082296777,263.8582726281815,1982.3885150802375,596.3726392918286,4549.875267489901,259.6628962226941,1324.6780602666836,239.83554228505426,1804.1349052173337,315.8337351752884,3225.0224406309844,423.154063673488,2159.8190636255526,379.9808999295337,2751.4556765163884,446.1350876517732,3878.7009323458024,6358.690743102972,1940.2069496811778,46827.06131113534,17678.764280325424,1490.4274633590558,7933.438011262203 -7635,1421.2404977123974,2983.3388600630833,339.01489276079843,1195.296788051601,698.8590550058423,2127.5695449368095,657.6991786863887,2507.203097959076,140.35499378450987,916.9461985490652,1124.4240946030645,5088.529191107684,628.9925364422411,2968.379899341065,718.7596033328789,3354.749721533986,540.0044801841715,3809.0896754304968,157.63853166939538,1033.6271857572474,300.07404743988684,1987.4533564814394,678.2290940904984,4561.499828694623,292.11899006551806,1328.0625049564426,272.54505342449704,1808.7443231451452,362.65864927722504,3233.2621106315205,486.15656900842055,2165.3372256454295,432.1601355827377,2758.4854219562867,507.3986613631406,3888.6106977200384,7383.101602935841,2238.2612752055916,53343.67090200843,19971.025221459244,1731.6527175443366,8950.093564969122 -7636,1818.9102248950692,3008.4864765438747,428.2348008045096,1205.3723666622075,853.1271791476967,2145.5035797420787,821.5406668846636,2528.337198007501,170.1191079759144,924.6754617726682,1361.5274059894737,5131.422200099154,761.6259564690848,2993.401421460862,870.2002536832773,3383.0280912879316,657.2007887295583,3841.1978370546985,196.82031454453346,1042.3399942147464,372.32687965768054,2004.2063024680042,841.7410997690378,4599.950321129391,371.3588774886004,1339.2572126660648,336.5946232265129,1823.9908675987983,439.8470692458282,3260.516418423534,588.918511478842,2183.589617564784,539.5755271140741,2781.7376694256686,633.5149349044402,3921.3891701149905,8736.330295949982,2690.3648337869004,65938.300607353,25175.254974648677,2046.107066750149,11335.857637995829 -7637,2507.531605704832,3022.197451637127,577.514003991006,1210.865770281022,1086.670579098659,2155.281568233528,1089.3411865719663,2539.8599250064426,213.84032673496282,928.8896080965935,1708.3607091896201,5154.808312194744,955.6413285600863,3007.0436474285534,1091.629277291503,3398.446014639446,832.2281150673939,3858.703838255879,260.73597038920684,1047.0903887439572,488.1058378343263,2013.3403381065643,1103.9448558522377,4620.914285825572,506.93019788157324,1345.3607874800082,436.4391846864919,1832.3035834946318,553.5354906194807,3275.37600305278,739.507289435422,2193.541180616086,714.7979058255365,2794.4152520569432,839.2433051974929,3939.2606379316453,10494.627566211966,3330.6351734237164,85839.4954459484,33879.00716121377,2451.020886275441,15375.356863911038 -7638,2571.9764935596336,3125.5171054008474,591.1284353176341,1252.2615540250674,1119.5112775430139,2228.96402907757,1119.583263748144,2626.6899393451363,220.07360879048244,960.6454924254847,1758.3134491593573,5331.03538489835,983.5844336274822,3109.8452391433552,1123.6036943735794,3514.628451818406,856.0019024944686,3990.6210775909103,268.4290657701451,1082.887194927399,501.73526205066304,2082.1702640033714,1134.8396925201619,4778.889160638832,520.2951733804575,1391.3545430085967,447.9096489507441,1894.9444184718895,569.6380835030035,3387.351054318241,761.1019102483594,2268.5316201636238,735.8882389291828,2889.947731630104,864.0054382666686,4073.9318669658956,10825.076550937343,3432.0777182865736,88248.14107978606,34793.74901594665,2528.55757512071,15794.537362547064 -7639,2494.314960358604,3357.8238816154926,571.8377895607224,1345.3369827566585,1090.3673330096624,2394.633718422306,1088.4560539774623,2821.9209527573803,213.98675887859352,1032.0463038447758,1709.817286393646,5727.269224736225,956.456124502722,3340.9871902731356,1092.7082440565807,3775.85626715282,832.0009634310755,4287.227458668599,261.4018950466868,1163.3737271632995,487.78755250206854,2236.929379135005,1103.3653829535745,5134.084252317187,505.33841615231717,1494.7681790752197,434.18481712978615,2035.7878098583792,553.8544624447284,3639.1188664272167,740.0848440532798,2437.142205116289,716.623513354462,3104.7456093328774,841.3867486576404,4376.730394895111,10547.149969123215,3341.916762229659,85760.21221211037,33791.90469483989,2463.9436677496533,15347.116090863296 -7640,2390.420593211778,3598.90308423609,544.2786746890761,1441.9271490351039,1024.992852724119,2566.559467883562,1033.1582922552132,3024.5243283762948,200.15306762593332,1106.1433705077034,1598.5107136231723,6138.4657456295745,894.1922474961484,3580.85758139358,1021.5385630960061,4046.9486323834935,779.7206506260983,4595.034363863309,248.46567369655,1246.899611897714,461.52134584624787,2397.5325465593196,1044.1431606817641,5502.692309610563,483.065398523995,1602.0869466517738,409.2804781730975,2181.9497645077895,518.2107977472798,3900.3939974319305,692.048856150425,2612.1199050186924,681.1593466091892,3327.654738050391,799.7483159302756,4690.963276334683,9743.562976611214,3114.4823894721726,81000.15102300732,32197.716399064746,2274.4095394612186,14658.514755594544 -7641,2243.305543399659,3800.5388702172604,509.37794545177144,1522.7140185945534,955.9001708345335,2710.356125771048,967.2318198448153,3193.9793889592265,186.22665704072463,1168.1172783067584,1487.0397395420762,6482.385639099347,831.8364059026726,3781.4823317719824,950.3374518930783,4273.68707162915,726.0680832979145,4852.4804089169875,232.6776688083407,1316.7596713102278,431.55928403835486,2531.859131111829,976.4146791606756,5810.991717205303,453.4714053354565,1691.8470911005852,381.5998062523303,2304.1978899616443,482.2063777942982,4118.921418398967,643.8352521637618,2758.469178060398,637.8771220108355,3514.0932897079106,748.9307114966549,4953.783931710381,9026.425778171862,2894.8888793511856,75646.14720698314,30167.971347198163,2106.413380296469,13748.336528994083 -7642,2157.19265551324,3919.194022249293,489.3628933519837,1570.2540831873712,917.0196378845309,2794.975104591262,929.0653208299931,3293.6973823611647,178.5335285110354,1204.5866154144219,1425.5215054307168,6684.769690362485,797.4236693765926,3899.542526998245,911.0216326199593,4407.114200396419,696.2442793872821,5003.977820287915,223.52631717648146,1357.8697149972782,414.3633611018051,2610.9053243977273,937.528574486136,5992.414438879101,435.96929509722327,1744.6675938410337,366.1680015819772,2376.136359815962,462.3045507248394,4247.516668650989,617.2162689900366,2844.59027585086,612.7890339646727,3623.8054352177396,719.4748194726983,5108.4441011292865,8639.683141789694,2774.045808799443,72611.94869080288,28990.010991171006,2015.9539099769886,13215.582352436768 -7643,2067.695272844489,3993.467208954599,468.62343490931966,1600.0121849892334,870.3998350145771,2847.943063462777,886.1843088463287,3356.116695934849,169.33515323512592,1227.414902577924,1351.7588089689104,6811.453683161931,756.1614927965815,3973.443295505438,863.8254443307386,4490.634029723416,661.0214085355683,5098.808894433652,213.0431162296623,1383.6028913317305,394.7825101222934,2660.3849514659414,893.238779305625,6105.977511773104,417.1949243974759,1777.731030149727,348.96846106894805,2421.166847841811,438.55223013348075,4328.011943131826,585.3374309717371,2898.498498679061,584.0497308606588,3692.480672051041,685.7320405284464,5205.254930178019,8144.448097526399,2624.982678270291,69145.81268898776,27705.554852349807,1899.6488767090855,12636.921621135272 -7644,1956.5293589061966,3905.8079555729423,437.22570107367034,1564.8908565297907,786.3849639622013,2785.4288246938136,820.9480877756953,3282.44770895339,151.45379336868487,1200.4723315438514,1207.5411335988424,6661.937758010259,675.4874465303948,3886.2235803022336,771.5951337422866,4392.061634944978,594.119853933273,4986.886658082348,197.34762829974045,1353.231890373245,363.16366158773366,2601.9877376287086,821.9273267771721,5971.947256398269,393.0144868451249,1738.7086551902187,318.2028097169741,2368.0206300092646,392.55134521453795,4233.009210991916,523.1611427719943,2834.874534582816,541.0211380413747,3611.4282727443933,635.2122248415956,5090.996132755707,7051.470115249827,2324.476819833369,63297.139251446184,25876.22517760439,1641.1932472248563,11859.186223943612 -7645,1925.3175430154206,3784.8784698351965,429.9035968953913,1516.4395633099507,771.8637056075644,2699.1879036959695,805.9981314546399,3180.818361601992,148.5711881533651,1163.30396501194,1184.4759058398488,6455.674491547412,662.5849694477873,3765.900455260385,756.8090387591957,4256.077029228626,582.850541157598,4832.485405933261,193.987166026245,1311.333866085272,356.3867352596449,2521.4264190522545,806.6436125203495,5787.047097766878,386.0135872773606,1684.875710531505,312.4804262710301,2294.703272816933,385.0971789448792,4101.949099273416,513.1834644839424,2747.102702609105,531.8085564703905,3499.613209441397,624.3957446252681,4933.371500098444,6904.266138768072,2278.6446023414665,62158.36301318507,25434.880411519527,1606.7324966269593,11660.180165916372 -7646,1935.924704474958,3681.948697347348,432.97341779780226,1475.1999883838205,781.6278822562315,2625.7834868715963,813.6629173295947,3094.31600415665,150.56305039097532,1131.667912914842,1200.5755329041701,6280.112419484497,671.59095332128,3663.4867898914376,767.1513960310232,4140.333011606751,590.3572840683757,4701.065962126069,195.80510075817855,1275.6721407306807,360.10437710017675,2452.856225920215,815.0235655191593,5629.66834811959,388.87707474342085,1639.0555144703987,315.7632096622803,2232.298815796559,390.2140838620911,3990.3965908085065,520.1181067821124,2672.395242796632,536.7923565090806,3404.441225898434,630.2472178638234,4799.208458893773,7031.540985518268,2313.4475395182185,62805.74142453523,25633.34918965084,1636.885653400119,11745.647941319437 -7647,1986.648713623205,3683.6381996845284,444.98635109515084,1475.876899995864,802.1265012040004,2626.9883562770815,834.985401978787,3095.7358648203153,154.5199184606547,1132.1871910854366,1232.1286990861115,6282.994117596727,689.2415053903985,3665.1678207809255,787.3123423133158,4142.232848588416,606.0202232593085,4703.223097540795,200.93006545906246,1276.2574968125818,369.5467310234053,2453.981745765031,836.3928704198405,5632.251582872032,399.06042832027754,1639.8076129785775,324.26032446555126,2233.323130467019,400.46878541165756,3992.227627827383,533.7874221114273,2673.62150051495,550.8422554553339,3406.00339090418,646.7431862113054,4801.410628064072,7216.604263995446,2374.2488728778926,64456.47034874268,26306.462746856574,1679.9615916474906,12053.42372122663 -7648,2081.927528572436,3821.397742238256,465.50385094423547,1531.0712800048607,832.7874416275226,2725.231640399201,871.0355550254836,3211.509220803359,160.35930435733297,1174.5283714821642,1278.3906756525976,6517.963555035511,715.1200312251349,3802.2366139150245,816.8116388058864,4297.142769552271,629.3865766559005,4879.112755352692,209.40419577421727,1323.9865731797245,385.1076539217479,2545.75498309348,871.6140530559412,5842.884755714687,417.51860610054223,1701.1326222206346,337.9650778780101,2316.8442463176866,415.66572215540134,4141.527700735453,553.8848715545774,2773.608756294927,574.0737666040391,3533.3800342204504,674.019273679209,4980.972272253601,7441.768591459118,2457.883592939426,67141.8259178263,27491.597832582695,1731.6527175443366,12601.744255591899 -7649,2179.7592723951097,4058.5131088159596,487.3369883229247,1626.0733060442406,867.9751543872137,2894.3305782773414,910.063490501752,3410.7813818091486,166.95131362712144,1247.4071305502493,1330.7748833943074,6922.399162616921,744.423277086837,4038.1630443303948,850.273401094575,4563.777820852196,655.7392189461841,5181.858684354519,218.80836127799907,1406.1391212313151,402.07686217781963,2703.7175053824226,910.0501959003712,6205.432141298029,436.9311872487088,1806.6868493707452,352.7482999583475,2460.6029989586227,432.78790566009513,4398.506933254813,576.6122484200147,2945.709464295763,599.8549344195336,3752.624080139051,704.2889097721384,5290.038521284518,7721.270816880628,2556.3319579729314,70070.94988449372,28748.495252533034,1796.266624915394,13183.868030588857 -7650,2227.7370395843245,4032.325800528642,493.0327129405877,1615.5811672186544,861.5428526012831,2875.655086759495,917.7792763239268,3388.7735229822156,164.52015495861917,1239.3583121254524,1310.305524717908,6877.73280424899,732.9729053854377,4012.107043592927,837.1397692888504,4534.330322828875,648.1883018608244,5148.423057259035,220.80308425886085,1397.0660943184403,403.6305030590286,2686.2719330910663,913.7596711432138,6165.391968904053,445.20850771331135,1795.0293126732927,351.94740281332435,2444.7261081912975,426.71408526714043,4370.125835553085,567.9449422682707,2926.702453649717,605.3233928270703,3728.410502151697,710.7094197804541,5255.904870389626,7436.635402440871,2502.1366734009307,70130.06351783231,29144.614672369407,1727.3451237195995,13407.507695221684 -7651,2284.320476700698,3867.7291391569433,505.0012545192203,1549.634296987008,880.1950614538962,2758.2728984266223,939.5324792038422,3250.4462062870825,167.9264633983482,1188.7685903345273,1337.291677715025,6596.988659706508,748.0687121223674,3848.335697449543,854.3736870789281,4349.242195129411,661.8902856760054,4938.26810240821,226.054455895706,1340.038853411898,412.9594996420183,2576.6202299312367,934.9039951288405,5913.725068874188,456.3470967451346,1721.7574972134346,359.82832520177675,2344.9341332165177,435.57896503432437,4191.740417834125,579.6684544434415,2807.2365482320674,619.7198316579895,3576.2194463602996,727.6122601624223,5041.362584634848,7568.019909175051,2551.717712506589,71724.06298883239,29855.11539670885,1757.4982804927597,13739.660136015165 -7652,2249.5215019094876,3606.700797997636,494.8064065007732,1445.0513607490639,857.3263605960724,2572.1204112082664,920.3124829063972,3031.077540403819,162.96950794034808,1108.5400422658931,1297.3820941586343,6151.765908956877,725.7436567362594,3588.616196112291,828.8541211760897,4055.7171227552494,643.0572210557349,4604.9903870890585,221.71052612903864,1249.6012590483556,403.72207371080844,2402.727260641493,914.110958308737,5514.614947854463,448.7107603525008,1605.5581752841367,350.62186481520916,2186.677377146271,422.8123324092767,3908.844949079516,562.44959493991,2617.779563768435,607.8111107567953,3334.8647402475126,713.6302462136687,4701.127147947398,7275.999431468701,2470.1378038864686,70050.44479541252,29308.607684245744,1688.5767792969648,13507.691208406444 -7653,2056.14016560227,3430.862432724761,452.1699087733248,1374.6004186718817,786.3512260213258,2446.7211963238624,842.7010849463134,2883.3026764572915,149.31741777589096,1054.495118722533,1188.791394223465,5851.8473624633825,664.9990141106744,3413.6595138539583,759.5283694828181,3857.987754887968,589.1167745994435,4380.482165555242,203.25057694326298,1188.6791435360356,369.70808563850545,2285.586511416514,837.1330405625678,5245.7595778502655,410.5224216928122,1527.2820052593872,320.64052178908935,2080.0697606813715,387.37370505568373,3718.276076182473,515.3555769722013,2490.1543170628215,557.2038508534472,3172.279264719066,654.2123272156788,4471.931947421218,6681.083070753707,2266.0470076360607,64139.13294505471,26818.16230989164,1550.733776905376,12362.77809117109 -7654,1740.211805477429,3341.6436353301656,384.82752982701885,1338.854247364566,663.1770819804611,2383.094767990939,711.4088820473828,2808.3230460108916,126.59484061264534,1027.0732129493606,1007.861694768391,5699.671402496058,563.7885979303331,3324.8880744527028,643.8028222449047,3757.6616606176085,499.4419806684935,4266.568722949231,170.96955785562196,1157.7678127106556,312.3796056545388,2226.150353923035,707.1953643094697,5109.344792899158,346.5571485914823,1487.5653840122245,273.0241332082126,2025.978019556832,328.42957788487314,3621.583152346809,436.9247523872897,2425.3984203016503,468.7066450121655,3089.7848638073774,550.3078712489212,4355.640374033203,5660.512974436858,1917.0706329680402,54276.17223214587,22665.77633249735,1313.8161165448325,10432.103864190743 -7655,1384.128662295902,3114.27540780282,318.23981009888314,1247.7574847049348,584.9925081794031,2220.947007021133,593.542560046405,2617.2423973909185,114.94931897541409,957.1902926103583,917.7905723737281,5311.8609936982975,513.4036373028058,3098.6599092999495,586.348319712953,3501.9872187384485,448.46656680281416,3976.2678189557,141.82183147958096,1078.9923225054515,265.1794112320737,2074.68122213728,599.7823379662747,4761.700700301962,278.4472519672197,1386.3501912496135,237.57445524504564,1888.128780803255,297.6635333323881,3375.1676059713404,397.3876377020424,2260.372283450548,388.79924388884007,2879.553317721138,456.4886939934556,4059.278960410286,5556.964325489226,1779.753939972774,46596.17403969937,18556.893532206042,1296.585741245884,8432.90502135772 -7656,1267.9455219016706,2864.2288412899084,310.6233650653505,1147.5744777333787,639.9519338087399,2042.6261776810697,597.3129134568246,2407.1028337672456,133.161055240514,880.337055556552,1078.9684871890252,4885.369296804604,603.5650861233536,2849.867118151685,689.0226754895849,3220.8110973769008,517.2206491167481,3657.0114959039374,148.9248042343921,992.3595459500126,294.23858368985003,1908.10413813743,664.0911807832567,4379.381619629306,268.450360299265,1275.039513832341,254.44105682389036,1736.5300758232247,341.5192389620515,3104.173888086203,464.1217813211348,2078.885981018318,408.27177789592776,2648.352692887824,479.3513712166141,3733.3576356534622,7185.060473537255,2137.1716756123333,50250.953565639735,18636.908286485283,1695.424811464429,8304.831369606478 -7657,1293.720762134623,2702.2963948997967,310.0231686492354,1082.6950449466701,611.6601527753407,1927.143975545497,589.8404625059595,2271.0145279149247,125.7884294805579,830.5661954216682,1017.7810177922161,4609.169368102526,569.3373763480955,2688.7466281697434,649.8792909510094,3038.718866183607,491.32993503704046,3450.2581773591132,146.90567041356618,936.255366473244,287.39546249286855,1800.227293032924,648.8889577847303,4131.788281723006,271.82875045397054,1202.9536997582306,246.234281074944,1638.3533661433437,322.914197155907,2928.6758746342725,438.06894225004794,1961.3537895189831,402.7363980841071,2498.6250509197926,472.85228887329,3522.2880009666233,6570.360263903607,1996.8655197393161,48805.393163082066,18617.1168292625,1547.4115342730897,8354.80671123106 -7658,1329.4609392121754,2611.648018119652,324.26667236947355,1046.3761020810557,675.2113006375386,1862.4980419852327,629.1100703075738,2194.8334764994866,140.1965598651451,802.7049002781995,1136.0987674379019,4454.555047367086,635.5232414616048,2598.552777533417,725.6062235990561,2936.785216998925,544.2393885994009,3334.519465706196,157.1077492033131,904.8487341798067,309.9301533179172,1739.8387722708262,699.5472233552329,3993.187682009257,282.4322132546014,1162.6006872498463,266.7671681601008,1583.394896926762,359.5373877232824,2830.43361125716,488.67379398338176,1895.560289721166,430.7050153143752,2414.8088176318506,505.69020652083094,3404.1330530332953,7583.1856353191315,2254.2438894256834,52870.42608166709,19590.940584653243,1789.6150787680076,8735.789852774857 -7659,1521.5201771974807,2602.2907666483156,373.78795334587744,1042.627050044626,800.7182442441217,1855.8249135916617,733.3207186918986,2186.9696263041988,166.91189698929213,799.8288957182187,1353.546010340762,4438.594859975091,757.161236869489,2589.242444888199,864.5735123571166,2926.2630342231055,645.9253265389627,3322.5722442735223,183.58431570271026,901.6067593461012,363.17347267335936,1733.6051187314642,819.6371996575361,3978.8805238265454,324.8089654925855,1158.4352151357373,313.0288133494352,1577.721764817772,427.8491099926035,2820.2924747450033,582.0287548259679,1888.7687028813857,503.28953159331144,2406.1568196577705,590.911594064968,3391.93641367067,9171.363564839276,2699.8287882967297,62109.895695330095,22690.363271034083,2166.3761479823256,10087.763774663537 -7660,1963.6198199658902,2640.8244498054573,478.05418438767714,1058.065855312813,999.6507477426159,1883.305228294379,929.8212602807953,2219.353399760398,207.44732619085266,811.6724428123923,1681.1455082503064,4504.319801318785,940.4173945028505,2627.582913704007,1073.7211717680098,2969.5939694284903,804.9371677483297,3371.771568103292,232.54488217394862,914.9573924276331,458.1250213354037,1759.2756514870475,1034.092642363566,4037.798198742146,416.995536530503,1175.5888614961743,394.068113994247,1601.0840390781223,531.9883746412303,2862.0542401960897,723.1031245595025,1916.736836068784,637.513092421656,2441.7862296004987,748.5033048225127,3442.162854439201,11231.587509301651,3337.394738129284,78183.3167835537,28951.85349075912,2650.7832369721623,12912.065907618047 -7661,2389.5565711414774,2637.640388920607,546.3207568290719,1056.7901377603855,995.8788570318111,1881.0345137407903,1024.7597799498285,2216.677509528332,198.63734288265397,810.693803555754,1602.0791445529214,4498.8889107901505,896.188395063952,2624.4148182337294,1022.79204272003,2966.0135087876324,785.2871975229725,3367.7061990616508,256.0266107899385,913.8542217701712,488.03991702785663,1757.154480279328,1103.0107784359625,4032.9297966389768,494.9356994923746,1174.1714456165118,407.73638974683877,1599.153600626387,511.0026769850696,2858.603440974203,690.5086279430101,1914.4258127871237,701.8873727130108,2438.8421505181464,824.0850648152634,3438.012614121292,9606.545690587578,3079.6159335410957,81937.64105523081,33081.01030083535,2251.5959136379447,15067.395861164527 -7662,2421.4896001867355,2653.3007893026715,549.8082813148745,1063.064593044988,998.864223151081,1892.202735815869,1033.3161747989222,2229.838536885566,198.3015562690621,815.5071168505724,1598.87258243098,4525.6000583420855,894.39467359176,2639.9966947453267,1020.7676410493775,2983.623551188156,784.7117806925828,3387.701202045377,258.6628568847204,919.2800269951272,490.9331906110734,1767.5871923389022,1109.7376483964365,4056.8744160774013,501.039912489612,1181.1428261855917,408.39929195208464,1608.6482177710984,510.2432568244577,2875.5757600997536,689.2188725015455,1925.7922882384166,709.1145427309333,2453.32223078466,832.5704758714982,3458.425045733229,9515.7393545079,3068.9411612508293,82324.37545252405,33420.43785250894,2229.169659518045,15250.037766970732 -7663,2321.068372909152,2781.8980178714246,523.1245400951556,1114.588024163811,947.8607349609825,1983.9119113067054,986.2321335000944,2337.9118684714094,187.1440481210053,855.0322078345614,1508.426954608412,4744.941803333739,843.8002180591163,2767.9491152713626,963.0905483352145,3128.2304956108032,741.4028566092203,3551.89253216463,247.35917511813648,963.8346678510745,467.3677315554002,1853.2566404108436,1056.6555690427538,4253.4984885016,480.22586570355236,1238.3891416443269,386.53335113825096,1686.6143885804756,481.63574255630937,3014.9459644803514,650.3206420414684,2019.129444758701,678.1259221627337,2572.227121227908,796.186776175105,3626.0441403670275,8907.874315731928,2891.7810233546406,78234.10156685341,31946.094845958203,2085.641633150686,14607.244647086 -7664,2258.186285325367,2996.0101433498094,508.3273723521223,1200.3736314554358,920.2518538359666,2136.606076715682,958.2343517767807,2517.8520661795096,181.4490209072753,920.8407896717966,1462.4216687953183,5110.141953826813,818.0652826800028,2980.9876466910855,933.7142210740657,3368.9985166161255,719.0276821571205,3825.2682111603945,240.58176025815632,1038.0173618310826,453.82731427245614,1995.8947658152078,1026.1078348084925,4580.874113431596,466.9202990007542,1333.7032507825556,375.14910761761433,1816.4266927273068,467.000328668923,3246.9949053510522,630.5055092103282,2174.53416997004,659.5458929416285,2770.2016740695894,774.3719876774005,3905.126987036754,8621.561551039083,2802.843948709462,75966.35507096295,31058.583264280434,2018.3628707909863,14208.20590843644 -7665,2124.9558928181314,3253.984381948508,477.4700498060337,1303.7329189051227,863.0674181450381,2320.5805292219748,900.8492737462325,2734.6540590294317,169.8551548549042,1000.1306419152875,1368.8291145844682,5550.155477344386,765.7104653581879,3237.6683592494974,873.9993935816736,3659.089265839171,673.4793141436421,4154.646486597925,226.21103314128908,1127.3968117521697,426.29300546100455,2167.7531400858015,963.8904057733264,4975.314537524322,439.6638960911881,1448.5430090527157,351.52752431956935,1972.831801724285,437.1922333547784,3526.580420206898,590.1819450042764,2361.7744562054045,620.1490823174807,3008.7324645007293,728.1162428116352,4241.38157661089,8048.321573748239,2622.5237786409098,71288.28822224347,29205.114394980475,1883.8053460715873,13369.203706587428 -7666,2054.9683544686454,3462.3131981162796,462.342825227253,1387.201400530661,838.5558152893201,2469.1503248106387,873.0855286288164,2909.7339536676623,165.2092549419548,1064.1616906809734,1331.56732993964,5905.491331614791,744.866564423827,3444.9525798401337,850.2181175294536,3893.3539842666173,654.7195355044771,4420.638108730496,219.2450643772481,1199.5757823847848,413.4871085593488,2306.538515923291,934.9063693940216,5293.847531540747,425.41627242290934,1541.2826214239803,341.1970369142336,2099.137790170746,425.19667601580517,3752.36156658788,574.0831125178013,2512.981597593688,601.0521396242654,3201.359594480881,705.6945468687641,4512.926212065482,7854.914095588001,2553.493035459688,69173.6444577614,28281.508877756598,1838.9528378317882,12940.555199538452 -7667,1973.1405991023946,3655.56644527052,443.83987975619345,1464.6297438865752,798.5873568426925,2606.968971096369,834.949900634592,3072.1443142344524,157.27096533246996,1123.5591774054942,1267.3096086692533,6235.11355542074,708.9213838804242,3637.2368228452706,809.1358808703042,4110.666300260958,623.8099136269241,4667.381433242775,209.46803539532524,1266.5315723114657,395.0184842307578,2435.2807851469456,893.1509046699873,5589.330108323898,407.8802677376454,1627.311196636251,326.22826686464236,2216.3037341400495,404.8238463110277,3961.804218290912,546.4306247377979,2653.246739995609,574.2487805363651,3380.04739698194,674.2247573128681,4764.820709976197,7436.1512037790835,2425.5106066739827,66067.29628928853,27088.940689370647,1740.277319704228,12398.679475946987 -7668,1919.445484460649,3630.3538496276087,430.4434458357781,1454.5281308938831,767.9405096821564,2588.9885963703377,808.2737235186314,3050.9556055866656,150.92006674053545,1115.8099424661439,1215.7333062477453,6192.109714780982,680.0700728527389,3612.1506473797554,776.1900771436871,4082.3148617621423,599.3725095894342,4635.190307038563,202.56949785962487,1257.7962507464633,381.7067042847966,2418.484551066096,863.0794247054934,5550.780263301044,396.48983171437686,1616.0875628163667,314.59307266434575,2201.0177939971636,388.5600879703454,3934.4794878373377,524.2664203203201,2634.947185549559,555.3366980323025,3356.735067812206,652.0201054811782,4731.957540978947,7075.9847154828185,2321.215056223654,63759.46905808356,26268.276637498337,1655.057554048609,12034.248935745396 -7669,1917.7447725929028,3508.644595034967,432.36386959488317,1405.7644175128084,780.6171812568044,2502.1915828380606,813.1104220998023,2948.670939151386,154.09618329736927,1078.4019095333367,1241.946770971495,5984.516436285788,694.7336448489891,3491.0516633746524,792.9081359258946,3945.4534098437575,610.6773405656196,4479.793455786014,203.98301830184943,1215.628062616958,385.1582697110612,2337.403762761048,870.8135468218547,5364.687844700247,396.2343999176241,1561.9074964167803,318.7800821948814,2127.227677069577,396.6057035828374,3802.574283686552,535.4540580127468,2546.609389530829,559.211811429336,3244.19900662073,656.5698711545756,4573.316524446728,7318.918778213898,2378.95529738974,64495.68455940915,26364.326446537834,1713.3658147603485,12056.590382828803 -7670,1897.7416406100795,3397.657185833941,425.77611774199323,1361.296490818973,761.904207011402,2423.0408585108385,800.0695197997221,2855.3969299838923,149.7259316455612,1044.2892968777505,1206.2243719587166,5795.210863551454,674.7508621332015,3380.6207636325757,770.1243398752692,3820.6486197827826,594.4215392122184,4338.086122385253,200.74115882846624,1177.1746354978814,377.96649186600126,2263.465698970636,854.6487015330156,5194.989036819256,391.96260627040016,1512.500364476353,311.67178576510634,2059.938020832304,385.4625287013675,3682.2891260966276,520.1453657161221,2466.05361628694,550.3243749966261,3141.576688251152,646.135143428414,4428.650817004358,7036.544519990375,2305.0009445623846,63168.078815004366,25993.83116332934,1646.0870524006493,11907.713358399667 -7671,1971.5944902711099,3367.37607687634,445.2119934373273,1349.1641404647476,804.2968967410327,2401.445871073259,837.3597611781065,2829.9486340479325,158.7133485558266,1034.9822254893077,1279.2255943973685,5743.561917824047,715.5870771213563,3350.4914892270535,816.7565068226927,3786.597663251112,629.1346942838838,4299.423581889084,210.05766810735912,1166.6832435033455,396.7161623303175,2243.29290115628,896.9372524410586,5148.689477901615,407.9112844862139,1499.0204323260239,328.2800866583773,2041.579132856554,408.47521495455806,3649.4712777552404,551.5141538407904,2444.075284111046,575.8652365517698,3113.5778582360977,676.1226362490241,4389.181132280422,7548.2523104765805,2452.068939583935,66401.20024525603,27130.834331494283,1767.1888246481076,12407.16799027908 -7672,2078.238350885125,3483.4969785541766,469.5906907516379,1395.688838902202,846.4849908850083,2484.257548032792,881.7999053275225,2927.5368391029615,167.27744036729067,1070.6726463097339,1348.2207440312243,5941.623427294319,754.1823316865216,3466.030141254856,860.7593963508185,3917.1750400898127,663.0103636521237,4447.6852941618135,220.9602710659701,1206.9152541594592,417.8494229051425,2320.6508167744832,944.6692861687131,5326.23735226548,429.63637148918565,1550.7127887071583,346.32101607059985,2111.9811326159247,430.52287026107706,3775.3199758945384,581.2659055813242,2528.3569976114745,605.7543145766754,3220.9467591513485,711.215364454428,4540.538052051777,7950.809901386179,2582.4739023190205,69962.58373763668,28581.34573611472,1861.3790919516875,13065.247849559722 -7673,2158.2756358712936,3785.7882033174815,486.06408584248055,1516.8040547607593,866.0395210212785,2699.836680567021,909.4507045318487,3181.5829031817757,170.4953243841295,1163.5835767816388,1373.5580235574143,6457.226177627295,768.3557737109478,3766.8056271866194,876.9090594886889,4257.100020008259,677.0492705618743,4833.646942244524,227.91824949672747,1311.649058325641,429.80838097121966,2522.0324691684764,971.8124459924713,5788.438072549915,445.4609827107249,1685.280687298811,355.50307076010284,2295.254827752138,438.93008194014624,4102.935043860008,592.3005772940227,2747.7629962824044,624.8293520701998,3500.4543765586636,733.611341530414,4934.5572853937865,8014.274687806862,2623.3712770439543,71871.39045403305,29556.42362491479,1874.8348444236271,13531.592859687125 -7674,2228.9331468676687,3858.4368668477277,499.1331398995605,1545.9112793326635,881.6460025970962,2751.646109953814,933.0599472231241,3242.636964691157,172.92669655581622,1185.912557490294,1392.5503339639035,6581.1393039628,778.9798981430135,3839.0900181500433,889.0075731396394,4338.793081098463,687.6694077835742,4926.4038455555465,233.86378629323315,1336.8193916856958,439.84102360075417,2570.4298644861597,994.6016548796952,5899.517263279561,459.33944650416595,1717.620951209588,362.68899809273813,2339.300396796761,445.31426942898105,4181.66970398353,600.600791490066,2800.4921239189835,641.1288187099851,3567.627530086572,752.7485244239919,5029.250641874521,8039.399784675057,2652.0088828525945,73451.071696792,30398.43718893938,1879.3200952476075,13938.18567624594 -7675,2301.5490937703385,3744.1354321344616,516.318535000042,1500.1155637968268,915.7443495974937,2670.1319867363845,966.0576179884183,3146.5778427956952,179.88903002248387,1150.7813602092658,1448.872584139403,6386.181166652295,810.4860488614644,3725.361709974709,924.9752585385039,4210.261685819029,714.8737687042551,4780.465205905343,242.1221528237785,1297.2177655103203,455.8736490200943,2494.2840491004004,1030.8111304220286,5724.751338481769,474.6014995512521,1666.7385483630653,376.29770633497077,2270.0015069078017,463.1898303877786,4057.7928950174132,624.8448915388585,2717.5309977651536,663.7688215172766,3461.9409634058543,779.3301227062752,4880.265292693852,8401.351086618926,2762.5440394217026,76168.89115854086,31441.137639390206,1964.5398609032268,14407.535711769126 -7676,2262.7864138079276,3572.650796786652,504.8165816696596,1431.4089758274322,889.100468593708,2547.837636444953,944.0092251215907,3002.461860949999,173.94575468037158,1098.0745803671591,1400.4602468872229,6093.688555613355,783.4046309609566,3554.736927310393,894.0440425933848,4017.428065615302,692.1247839724116,4561.515772187816,236.85541008189207,1237.804071877336,444.37576605638577,2380.043686173678,1004.9534460370214,5462.552784628503,465.792141543862,1590.400483844059,365.58767167704576,2166.033478051231,448.00060712583985,3871.9424770686414,604.0672842089241,2593.0657318459503,649.3302433770888,3303.3810783626845,762.3778066152975,4656.744928837494,8042.403379714486,2663.7825426740847,74173.97011252935,30797.356250559347,1879.3200952476075,14134.756172429345 -7677,2081.310524813069,3444.8333307696444,465.41978639768024,1380.1979623444406,827.4286886275752,2456.684548993456,873.1357731765358,2895.04384315086,162.07624036685914,1058.7891538467568,1305.3283070443222,5875.676811903087,730.1886954205677,3427.560359476067,833.3768560200523,3873.697960306826,644.1967385249535,4398.320033124242,219.30450527230494,1193.5195926790902,411.6808124339017,2294.893703631272,930.9931120301852,5267.120962536247,429.20517811721055,1533.5012873202882,338.7438974034401,2088.540063155623,417.3401293541921,3733.4173582891467,562.9535798130217,2500.2945347957957,601.2150946137268,3185.197179979833,705.8858721130597,4490.142209862857,7558.19726348832,2489.7625379808273,68757.9830810831,28424.80534624617,1767.1888246481076,13037.448264659597 -7678,1764.4997750710502,3399.346688171122,397.0055858590895,1361.973402431017,700.8219529917745,2424.2457279163236,739.2741489287279,2856.816790647558,138.04452710798063,1044.8085750483451,1111.8323070650115,5798.092561663686,621.9488058605892,3382.3017945220645,709.7143947929235,3822.5484567644485,548.5187212386162,4340.243257799979,185.04831349756623,1177.7599915797828,349.0155510907152,2264.5912188154525,789.1323364629391,5197.572271571699,363.0878601428153,1513.252462984532,289.40570350914595,2060.9623355027643,355.44882260116333,3684.1201631155045,479.49452056739995,2467.2798740052585,507.3030267636716,3143.1388532568985,595.6238336010886,4430.8529861746565,6444.944811837253,2117.5260675218587,58386.643347090765,24082.71925789624,1507.0442768572696,11026.660690785347 -7679,1397.9871785224598,3169.4442102895805,326.0054939450747,1269.861273616022,608.5976321390729,2260.2906650858367,611.5042937622887,2663.606353680676,123.07607096079727,974.1467384221055,993.8468136497122,5405.95961107306,555.9488018381958,3153.5520861708515,634.461074582038,3564.0242629567206,484.36617143929664,4046.7066547082504,152.43414773553152,1098.1064683436425,293.7555032159608,2111.433809362003,663.6313051579327,4846.05333166457,290.4174990748144,1410.9091238626072,248.67560508085677,1921.5766266542403,316.3677356723619,3434.9580646273125,428.13430399465193,2300.4143528641234,417.8925117812159,2930.5640625760807,490.64706254210796,4131.188322904188,6131.130099406611,1923.64907623452,49579.352691038046,19600.077835479973,1439.7655144975706,8874.161905071214 -7680,1272.5198311516465,2970.342680965755,309.4403314849614,1190.0897727373392,638.1558518859254,2118.3013135541246,597.5163982959319,2496.2810867418307,132.65128276606202,912.9517488475967,1081.8234832415378,5066.362270147112,605.1621447573884,2955.4488852624527,693.561074602113,3340.1355827274924,530.7409073005185,3792.496316800551,150.08206444372036,1029.1244441458957,311.3685188734091,1978.7955066762472,701.4914185939886,4541.628781017224,266.66329398585316,1322.2771285790184,254.80821164008572,1800.8649751168177,338.7482762589865,3219.1772026041817,477.35846352721035,2155.9044686873394,411.4443634539859,2746.4687613412216,483.0762998545785,3871.670925391833,7062.906816131013,2122.5799584010774,50867.04689785955,19148.14961458798,1679.3971175377858,8540.381635159049 -7681,1365.0440845691253,2847.268819846537,329.5943672554753,1140.7793196546481,670.4336310839435,2030.531130220176,634.6059476279829,2392.8496026396983,138.8892546970841,875.1242963229324,1132.1646243776052,4856.441451781133,633.3225178786613,2832.992137096455,725.8074357667313,3201.7396375517983,556.596590261286,3635.357153033326,159.1929716252659,986.4834654720063,329.46875239361685,1896.8056389978074,742.3348759140581,4353.449890604411,285.5385112419698,1267.4895942225646,268.9381184827474,1726.2475219649382,354.7894847606282,3085.7930747423275,499.6292547806007,2066.576227583772,436.4215745530847,2632.670943645763,512.4020113970791,3711.2512227008083,7318.812683879971,2214.389335946512,53725.29661460395,20402.34931701039,1739.1814809452799,9118.569880843159 -7682,1373.9732944331386,2820.8215886075877,335.5790611177219,1130.183040775317,711.6073581276202,2011.6702745241855,656.7972907793655,2370.6233041181376,148.3224976670157,866.995589097837,1210.456362534238,4811.331756069086,677.1181988872547,2806.6775167045685,776.1883746044329,3171.999857461133,591.940026114288,3601.5896595700206,165.25248539781737,977.3203839452874,343.96303143280454,1879.1869101302527,774.833813633012,4313.012298220633,289.9003601092115,1255.7163502781543,281.0677051220748,1710.213044619195,378.59400391648813,3057.1302795631714,534.0285591460523,2047.3805622560528,453.03350480756893,2608.217033028916,531.9060574202447,3676.7787771809317,8015.9371411204465,2387.816011004311,56224.05125898123,20911.492826887632,1907.6646869118545,9306.109690021749 -7683,1536.2817726924961,2874.170924129778,375.4202738773856,1151.557846784787,809.8971250959755,2049.716378846786,740.9968095645861,2415.458177248328,168.90425650484147,883.3928113701861,1378.9198988737069,4902.32700128408,771.3551576368787,2859.7593497230023,884.29251355601,3231.990920120139,673.0121684024208,3669.7054227000444,186.95312590293156,995.80414530274,389.0106063984125,1914.7273971225316,876.3207148615394,4394.582980017169,324.94526859591423,1279.4653293565364,317.3224527200746,1742.557780599769,431.02507958171833,3114.9488490459617,608.2975374002842,2086.102044323029,512.5249986930269,2657.545443649326,601.7549441512506,3746.316569084148,9199.359055475295,2728.279776955769,63643.30890347325,23521.426181940908,2190.2816775654615,10458.794843913996 -7684,1940.6745740344518,3004.5226405009807,466.57882000582913,1203.784226423142,968.8289260945056,2142.676768158963,909.8102114910502,2525.0059833943756,200.26203647758973,923.4571541778257,1632.9907926196256,5124.661286787213,913.4800877770558,2989.457460755788,1047.0516994731256,3378.570777357182,801.2930867940581,3836.136860861814,229.2818394062128,1040.966657531922,473.0224753939621,2001.5656573326323,1065.9016206855224,4593.889649419356,407.25134953587127,1337.4926722396208,384.1550869832063,1821.5876655903241,511.4513198039713,3256.2205199381797,720.5873592172966,2180.7126256632164,628.5675827801783,2778.072586626755,738.0003934163592,3916.222537706334,10630.570915306853,3205.5301144567165,77137.88016202026,29163.267118597312,2527.2480894986097,13038.586229748744 -7685,2630.223649158543,3292.128177526628,615.6537960367148,1319.015512829991,1198.5215101031874,2347.782795409929,1178.2006690935202,2766.7101702951018,243.69927696260493,1011.854354840359,1982.8416438519225,5615.215407296427,1109.183448590185,3275.6208954479066,1271.010216606722,3701.98177439961,982.5793118583885,4203.348006852072,296.2665840354185,1140.6123618210204,602.5013933460289,2193.1639358775583,1358.3768509306549,5033.636077636489,545.5147027624567,1465.523093139762,484.30761345783577,1995.9576942062656,623.2971282608676,3567.9196360262504,875.4362381365096,2389.459605082849,812.2037535461149,3044.0013725851763,953.6073861780745,4291.099821334047,12313.429650770311,3835.329907713176,97661.00394480096,38369.28315516614,2918.5639227112974,17309.61532565906 -7686,2722.41302332888,3945.44631600188,637.9886873430657,1580.772258920446,1257.962186004117,2813.6969405249642,1227.6881059568773,3315.7598550846374,256.0892471483671,1212.655407492275,2084.359616197765,6729.546891129664,1165.9716722032922,3925.663187352975,1336.1808545885312,4436.6347742524695,1031.126082580033,5037.496420011191,309.22245486109523,1366.9652572014866,629.145598425787,2628.394188982427,1418.423378381909,6032.553973498622,565.6400263558451,1756.3540594546569,505.6167764359155,2392.052650094005,654.8380125076663,4275.96819584546,920.1802180442364,2863.64445359849,847.7217885932778,3648.0791007335283,995.3090656096547,5142.662456842268,13040.875119725164,4042.5674583672076,102058.43860832723,39887.07020543657,3092.482070805825,17979.73878443025 -7687,2641.502301383764,4410.839637286064,617.617373589342,1767.2355365448625,1226.0784142219047,3145.5924117488685,1194.2636643347855,3706.877200993006,249.2362096263686,1355.6966967317526,2028.7662396669537,7523.344582837757,1134.8732467236716,4388.722948575789,1300.6511014302798,4959.9672511233275,1003.152190391771,5631.704781270029,301.2885349279982,1528.2084855148196,612.1114805910327,2938.4318889742876,1380.0931690043544,6744.1364168247355,549.6441916522937,1963.5284533287752,490.56649477177115,2674.2121926022382,637.2755986914732,4780.348912495696,895.6174192470143,3201.4315875488387,825.9712439917803,4078.3958540275526,969.77177906693,5749.275896575651,12718.42472875966,3939.855286876486,99256.53181149949,38761.8500317863,3016.39288101447,17479.503189654337 -7688,2539.5754054195195,4539.566836785358,590.5933806162691,1818.811041478663,1161.7724231250422,3237.394276071418,1139.6860677790817,3815.0597603719293,235.2296056998161,1395.261735021854,1914.0286978570512,7742.90801262791,1070.6901170713008,4516.8046883363495,1227.0512988879864,5104.720347211437,948.0029952068608,5796.062056644866,287.7920976047612,1572.8081569534347,582.3868558350193,3024.187921632916,1313.2652462995845,6940.959213700028,527.3376679879386,2020.8326266198521,465.67042660592836,2752.2571624330526,601.6137495556151,4919.859975861783,845.0440765623099,3294.863078272293,788.9712661200855,4197.420919527672,926.3301524642158,5917.064400845631,11899.888396329781,3708.7269486093455,94349.3057967089,37091.133827463236,2820.734964408126,16756.580324808634 -7689,2392.514735279251,4565.559201283164,555.7202058959596,1829.2250746325894,1092.7732351026184,3255.9307433318822,1073.4443490698334,3836.9037881035974,220.9930963961491,1403.2506363620998,1798.0995420646432,7787.241865300013,1005.840409474795,4542.666722765118,1152.777984211758,5133.948631912284,890.9035669004152,5829.248781952539,271.0959799461672,1581.8136423599688,548.2394719938283,3041.5036254423594,1236.293816727738,6980.701318692287,497.1783830483496,2032.4033821806092,437.57236237891607,2768.0158623111924,565.2216267655201,4948.029798747642,793.870960807071,3313.728596763362,743.1994843441953,4221.454246585885,872.5895621388823,5950.943953717835,11167.014355026435,3484.022512845063,88756.84795113369,34933.42704109204,2646.8168163135974,15788.999988264814 -7690,2269.473502390111,4612.085535688214,524.007111256165,1847.866194760993,1018.7087127337965,3289.111021121592,1009.7129446060347,3876.0045993854087,205.15261883258222,1417.5507703617056,1668.4469974440262,7866.599464915877,933.3139639027612,4588.959766336793,1069.617231686405,5186.2672637240385,828.3502308518272,5888.653022748086,255.04499706149113,1597.9334619146523,513.933791809273,3072.498736562971,1159.0869157307502,7051.839689616043,470.6838670437874,2053.115035504196,409.01500279920793,2796.2239362777236,524.8680787943324,4998.453783831,736.7118864221527,3347.4978762805913,699.1963154094235,4264.473903826792,820.925497883782,6011.588355905977,10256.674657979333,3223.5463203794166,83091.17903079207,32957.056556172814,2429.419131195438,14924.617793219591 -7691,2193.4833355998276,4647.825039236378,507.59525542263856,1862.1854912946683,984.8112401866895,3314.5986652903903,975.8025085431004,3906.040139502894,198.6254411549198,1428.5355104310343,1615.3967709331976,7927.55851637163,903.6381532437401,4624.520066028178,1035.563371205957,5226.4561578456505,801.9669931610189,5934.284773064055,246.24794324387483,1610.316005167573,496.89967397451846,3096.307830875602,1120.611750025071,7106.485087594446,454.68803234023613,2069.0248254524527,396.2676392007989,2817.892150043223,508.16176589754446,5037.187292860751,713.2836410097855,3373.437965921394,675.0795215628351,4297.519730717366,792.6100011348066,6058.1727441861785,9935.10769212984,3120.119108451774,80372.25924639811,31853.40129498173,2353.3299414040816,14417.135463909271 -7692,2127.9399479130484,4605.782386777486,490.53156563948187,1845.3407915128203,942.8334934988544,3284.6159274400848,941.0158824093435,3870.7074222234623,189.70996696376773,1415.613461626868,1542.3512548714991,7855.848504755939,862.7771608086754,4582.688222470414,988.7066570459143,5179.1794040993345,766.8854044480388,5880.605241197034,237.24160433868695,1595.7496315234018,478.06178402183554,3068.299678042759,1078.183678703695,7042.20222836033,440.64103773024675,2050.3091270492255,380.46883610951573,2792.4024512420024,485.4650021914264,4991.622601217607,681.08845065783,3342.922987669079,650.3889804803231,4258.645821534359,763.6208684914055,6003.372563656665,9412.207735465581,2971.919735055058,77232.24169811181,30778.91025043314,2228.32627246114,13947.216173668277 -7693,2096.003562107662,4592.136397149503,482.9855473760848,1839.8734248014946,927.6370634697643,3274.8842833644912,925.4422134742836,3859.2393091210597,186.60930804710458,1411.4192889559988,1517.0977166260755,7832.573235059597,848.6505628894647,4569.110656119985,972.466958801494,5163.83455658055,754.2918664180177,5863.182212623645,233.5623556669783,1591.0217522855246,470.0449370218872,3059.208934697542,1060.1533433264292,7021.337625889695,433.31205113488437,2044.2344811514524,374.4118176378143,2784.129134856887,477.539896202735,4976.833446081104,669.9416046440739,3333.0185917193617,640.302457927938,4246.028326431519,751.7782952887935,5985.585800658099,9251.905856938527,2922.361834689722,75992.8835926562,30294.78770741984,2190.2816775654615,13729.52547443547 -7694,2090.4460154200606,4527.415405705044,480.93608432282804,1813.9424807077212,922.1834255521336,3228.728477143928,922.1431630930653,3804.8476768379273,185.20991420253836,1391.5269234370282,1505.5735805086704,7722.181935347972,842.2040667306012,4504.714186566709,965.1202940066835,5091.056123351846,749.0214241573142,5780.547261698392,232.73407787457813,1568.598092291118,467.9649411804895,3016.092829650602,1055.4965303678118,6922.37977858012,432.46871257674434,2015.4232980935628,372.15149223420025,2744.889969829212,473.98966525994575,4906.6905829282905,664.868610790333,3286.0434478859174,638.0317653550427,4186.185338501437,749.1122780489092,5901.225708994677,9161.464138307938,2899.2526522180206,75590.63161932054,30192.252676634227,2168.5419090536457,13691.479239144692 -7695,2147.6508161277084,4499.79851172903,495.0033893229935,1802.8775677984336,948.6905007866958,3209.0334759036487,947.980040500521,3781.6383917447797,190.60291516546945,1383.038713704627,1549.4708722674868,7675.077205460969,866.7598095493906,4477.235768322627,993.2618940730258,5060.001063326345,770.9008750158722,5745.286357508222,239.24686937953575,1559.029761726356,481.2078955486865,2997.69488989157,1085.353739604827,6880.1537817860435,444.363758840952,2003.129367328981,382.99382389957447,2728.1463471483607,487.77939479279894,4876.760138853933,684.247621429357,3265.998829628338,655.8863395508198,4160.649922309749,770.0753107310658,5865.2286753386825,9436.512538948227,2984.469972205096,77741.60624515466,31032.707838098755,2233.761214589094,14069.917955013569 -7696,2231.6256633536177,4599.219314915125,511.865952530412,1842.7112482109019,967.8196060803532,3279.935469580432,976.2235366298487,3865.1918053668874,193.90949084244164,1413.5962640917317,1575.578140486048,7844.654207251881,881.3639761936207,4576.158058949617,1009.9005808300617,5171.799262407286,785.4557636835564,5872.225593278159,246.1345124096313,1593.475746518307,494.0028735289634,3063.927462946348,1114.3009061286182,7032.167347114813,460.5053008957369,2047.387511347296,392.7384815892303,2788.4233796278622,496.4033176194353,4984.509721126783,695.8605454350675,3338.1594443758927,674.7685551754497,4252.577406612431,792.2448958978889,5994.817976782366,9489.427600960165,3023.7354650028883,79732.51428718201,32060.936299485013,2244.631098845002,14556.876053053415 -7697,2326.874628909291,4818.5948911945625,532.8274418443441,1930.6056960103167,999.9619607951727,3436.3832674632454,1013.5042354205317,4049.5554161612486,199.90623426043413,1481.0225975253018,1623.885964266091,8218.831957777473,908.3869302153776,4794.433649346503,1040.8392042645885,5418.486007680076,810.6258839465631,6152.321580305912,255.54184490904638,1669.4820502503592,511.9582670268932,3210.072016367074,1154.879555968709,7367.590743703854,479.67138157962853,2145.044697146757,406.65354858355136,2921.426818675258,511.8423353585147,5222.263047869981,717.2412726866409,3497.384434897164,700.5584051909609,4455.4187054004915,822.5247257507314,6280.761428985673,9723.10495982706,3111.300641149548,82576.5471880754,33338.454882847655,2298.9805201245417,15151.055741740453 -7698,2395.8733492773417,4773.1732277581605,545.0009033850408,1912.407170478978,1012.1378278542843,3403.990786306875,1035.1950236876312,4011.382972257308,201.48755624850395,1467.0619904426376,1635.9259463472638,8141.35853918636,915.1219858801438,4749.2397377382185,1048.507476578303,5367.40957288257,818.2453764185072,6094.327769561657,261.0257875570621,1653.744962258555,521.1726134134859,3179.812819645539,1175.8139203753892,7298.141405327391,492.96279280703317,2124.8247989212628,412.66975850922245,2893.888486711632,516.0599263229566,5173.0362753579,722.6466494537556,3464.416936633322,715.592428745968,4413.420460377909,840.1761535401696,6221.556901899769,9684.594784650195,3124.397989938385,83950.43203044882,34149.347129033034,2288.1106358686334,15547.945437771325 -7699,2437.5677283955847,4626.251377522609,552.1901754789114,1853.541844105212,1016.1410672827374,3299.213398048568,1046.6971476942283,3887.9095971742427,201.60884167750638,1421.9047225704805,1636.2698436564428,7890.76142005141,915.3143588840792,4603.054578267602,1048.6890244863046,5202.19668246537,819.831901058628,5906.739792104899,263.93775659757927,1602.8414525640478,525.5953724986636,3081.9357972596426,1185.9091084664237,7073.499141703743,500.81555408226734,2059.4210987017927,415.31281414148793,2804.81242964116,516.5048330040585,5013.806340753541,722.8682380626718,3357.779586168543,723.5754829018002,4277.5720700167,849.5490471940387,6030.052716370304,9598.626286255969,3117.131316434311,84576.74957583866,34606.44522096618,2266.3708673568176,15777.90202732171 -7700,2381.123979255411,4346.963400161771,535.0567516025966,1741.6430495198126,972.2604315767012,3100.039042478595,1012.3511231011055,3653.1955016902953,191.72845343423623,1336.063971266734,1555.091058170649,7414.394137557728,869.9036900509507,4325.166997603029,996.601359405896,4888.138739929384,781.1755131325882,5550.14840207603,255.54169637419022,1506.0775046532788,506.1781224568694,2895.8785459492856,1142.3251696730485,6646.470191710112,487.932013183378,1935.0933209279294,398.23725380415976,2635.485186820536,491.3993062476916,4711.121571267912,687.1127917034488,3155.0695748619983,700.5579979882111,4019.3339515143857,822.5242476545046,5666.016893605274,8986.543141743654,2950.781524132594,81333.54128574308,33594.43157680702,2119.62742990206,15353.519689447996 -7701,2142.593151759851,4092.8230329785747,478.2054317454624,1639.819831019617,859.1896043312099,2918.798717218798,903.618608796725,3439.6155009575955,168.29858732869192,1257.9524812492816,1364.249004315298,6980.919853304557,763.1483936370128,4072.30093278671,874.2980568499502,4602.359160059486,687.2022709593471,5225.665165623582,228.38325529014978,1418.0263630161785,449.9810452855489,2726.574236426435,1015.7051736633689,6257.89172451379,438.46149148335564,1821.9602480577803,352.31837566460604,2481.40448463208,431.5172324646573,4435.691102743115,602.8773223685599,2970.61195089992,626.1041480518929,3784.3480746533714,735.1080778588354,5334.759535019406,7773.16274899887,2580.2163469841726,72170.19180309935,30074.480187899517,1831.575497120498,13778.07725426129 -7702,1828.6377749444828,3843.1013685794164,411.8122132573606,1539.7669984838913,739.3288878597373,2740.709591977643,773.4235037082778,3229.7489856279126,146.0015555929036,1181.1991047115216,1183.9054079496257,6554.98232540327,662.2658381549516,3823.831414638583,758.6052283376878,4321.548389510154,595.3990127805763,4906.823673519651,194.7993114663059,1331.5061541820871,386.3733938455644,2560.2135970970685,871.9104437585389,5876.069416419024,373.75071846236665,1710.7942039977281,305.32024730530827,2330.0027619197012,374.26411944591644,4165.0495049969695,523.1379745909993,2789.3614656760597,534.0350228030363,3553.4478641499045,627.0098358931525,5009.261701489866,6800.352914401024,2240.0145694226767,62111.90363154132,25719.74159792152,1603.30792774643,11751.603520273944 -7703,1450.4847067766482,3507.085051022028,338.8654052175465,1405.1395746649357,644.6999318719107,2501.0793932741008,641.3481542285639,2947.3602956864456,130.856747916694,1077.922574794237,1064.0514996007107,5981.856401470135,595.220659937286,3489.4999391766014,681.9270911235558,3943.6997103518343,528.783100069184,4477.802249531308,160.94523292853796,1215.0877327500637,326.75557117876156,2336.3648191048014,736.7361772548761,5362.303315123975,299.35424842393815,1561.213250129126,263.3053329578598,2126.282153777584,334.822819147199,3800.884091990798,469.8560574849051,2545.4774568659027,441.2253333446635,3242.757005015689,518.042098438129,4571.283748481027,6517.95055306336,2047.6004023097025,52944.69379549724,20988.98349886906,1543.5235643389358,9481.233521995677 -7704,1324.317180622494,3271.0743617161215,337.43909854791985,1310.5801457480243,653.2703285149156,2332.7682565243945,633.9933193936893,2749.0165073557046,144.57283812140506,1005.3833445804022,1179.3621293004535,5579.304985664437,659.7243697045486,3254.6726469961654,757.2930465516012,3678.3068631540164,580.9022353769902,4176.466758628557,161.54761344134724,1133.317918445183,333.2074519259254,2179.138215413994,750.8507014062506,5001.444971725388,277.330579276679,1456.150780883017,279.9122791456079,1983.1931469610386,369.1263392200513,3545.1020788738974,503.7083421924995,2374.1785346933434,442.87673697885884,3024.5343771434964,519.9810093287205,4263.657382768141,7823.19648048197,2286.9919719926684,54816.88190846959,20565.192093945774,1821.5560384957084,9127.888314220832 -7705,1422.4960260741775,3140.6576598796487,360.0354246741548,1258.3277292021803,688.2813996640091,2239.76152279636,674.7924200836376,2639.4140873131164,151.82596885559593,965.2990281197061,1237.990274144108,5356.859857762055,692.520416773543,3124.909876346117,794.9068538303112,3531.653930084242,610.9752431326518,4009.9523478389956,171.69823978264859,1088.132890924667,353.38612093375707,2092.25666291055,796.3830924879086,4802.038940097654,297.45611788403727,1398.0945090837615,296.175653147383,1904.123862459765,387.75826081280906,3403.759978488935,528.8483049369929,2279.520786251571,470.7042992471146,2903.9471466376317,552.6533145261285,4093.666709327864,8137.53987761971,2393.641594379784,58033.93058053565,21950.79819172673,1893.6968717034595,9762.391337276838 -7706,1431.6481480174737,3085.293919906526,366.54685398739645,1236.1458371448368,729.7527054467325,2200.2788449693685,697.8900878662156,2592.886305225272,161.99924340472967,948.2826671607168,1322.442578881093,5262.428745442427,739.7622622834981,3069.82373943806,849.3549838585548,3469.3976796313564,649.2090362699807,3939.2646183464162,178.1697751310991,1068.9512057639658,368.7315564263668,2055.3742114029724,830.7999211130328,4717.38825097079,301.8110146078577,1373.448798139981,309.3192262880794,1870.55782954108,413.4263248620735,3343.758251848278,564.6476844440374,2239.3372292579074,488.44577123367344,2852.7561566816307,573.4835540493854,4021.5032570270673,8899.855822336332,2578.5810935130826,60701.894496418296,22492.81008473594,2074.0489547228362,9958.944606705763 -7707,1602.5684880794727,3122.268059050728,410.6769279795091,1250.9597995651511,831.9787000551049,2226.6469701081255,788.4520987354867,2623.9594352165304,184.84564568918637,959.6468795157904,1509.5078113316679,5325.493651970467,844.4048394071953,3106.6124840558164,969.5939876904482,3510.974915344818,739.5343437796976,3986.4727359214785,201.8674971902831,1081.7615089786034,417.70291791054456,2080.005800502309,941.1446038175716,4773.921396310117,338.65252985882,1389.9081982127634,349.81641289386926,1892.9745805094365,471.61277536608964,3383.8298256036105,644.415385660756,2266.173429780379,553.4121894668577,2886.9435650193172,649.7605424407977,4069.6969218298964,10236.618032527655,2952.3832603976407,68828.74808352572,25334.875953345072,2386.659231956423,11205.958626054951 -7708,2031.7725976196964,3232.085811817837,512.8229935870482,1294.9590947544327,1003.0972343620247,2304.9635533861515,973.7779319829826,2716.2504631096135,220.99219306307444,993.399991601379,1802.730580973108,5512.804201280801,1008.4309702101787,3215.8795922172403,1157.7353975895371,3634.4644325588147,887.6166491526299,4126.686666643156,248.93507427253203,1119.8096892434667,511.1349789401339,2153.1646576003,1151.9818368021827,4941.83180941827,426.36351730200255,1438.794646138927,426.44538478467484,1959.5550952330857,564.2475253344312,3502.8473411295154,769.9555208240869,2345.8802546692955,682.4461907228125,2988.484383642135,801.2591979549564,4212.838049351939,11954.498880993566,3500.063955920999,83968.75939163398,31563.93138236076,2783.433814599053,14034.86958135871 -7709,2763.942058760906,3488.4355272414764,680.1249630960632,1397.6675049741616,1253.4793384196919,2487.7794764077216,1269.7277877608303,2931.6872038952324,271.84351240045453,1072.1905373900229,2213.0728979299106,5950.046858334432,1237.97270272113,3470.9439272318828,1420.8386757447643,3922.7284135450664,1099.74348742565,4453.990771245971,323.6760905578008,1208.626296190156,655.9416195355983,2323.9408001203624,1479.0511847412708,5333.788351346637,573.9964973514885,1552.9112320111703,542.1870693950243,2114.9752852488373,695.0208818140331,3780.6722416280454,946.0417124082986,2531.941445713038,887.3458899865317,3225.5130907678817,1041.8316722761488,4546.975166358075,14057.655456683042,4238.301361053685,107139.4639653413,41747.79518437796,3264.3727026507245,18727.05337890592 -7710,2861.1663824960942,4075.668067745693,704.9202684119776,1632.946567269227,1315.314712090197,2906.5646455005226,1322.9887679549283,3425.1984387347834,285.6057042752227,1252.6798049311112,2325.871077296236,6951.659502585258,1301.070970791184,4055.2319854227803,1493.371004641395,4583.068486911911,1153.866848835033,5203.761920965159,337.8336749280723,1412.0827410318316,684.932347072767,2715.1458688048997,1544.3961312691476,6231.661928087179,595.1683731769664,1814.3235473113084,566.0132096441096,2471.003739884609,730.04728640273,4417.099014583373,994.1197237874921,2958.160705310397,926.1583777468984,3768.48607448217,1087.4013644163738,5312.399024044065,14879.398185340557,4465.913800389416,111960.54605349204,43402.38235565263,3456.7482578713943,19452.57239029055 -7711,2811.1205100378347,4529.169887204346,694.0847033883421,1814.6454267018505,1314.4261479432462,3229.9796864701766,1311.2225649830434,3806.3221461009557,285.83775469667165,1392.0661733233705,2328.6936252505275,7725.174465108493,1302.6498782563663,4506.459870801916,1495.3579026047214,5093.029029078382,1153.1053903391542,5782.787361693127,335.37771578380153,1569.2059614805228,680.6620846111043,3017.261637589704,1534.7087460319433,6925.0623659206485,586.4297539283192,2016.2043227120043,562.0130184402597,2745.9536801889053,730.4450051690167,4908.59204260873,995.1534508469226,3287.3168681309326,919.4254576572868,4187.807585207537,1079.496251567575,5903.512574767275,15026.545052446792,4485.808638314687,111325.8772874772,42884.00340334798,3492.8186744752693,19199.43334407767 -7712,2679.52814005295,4670.4383990598235,656.1006545126182,1871.2457012245077,1224.9479419333536,3330.725393739884,1235.640682237923,3925.0444459072314,264.82448614527374,1435.4858554300906,2156.2717547736725,7966.128972819272,1206.1986636569159,4647.020038677971,1384.5556395265985,5251.884768583168,1070.4642706327465,5963.157227542277,316.2920540464706,1618.1507784103046,638.422135151022,3111.372494995413,1439.759117133535,7141.06072308182,557.3526973649314,2079.091383996852,525.3083677070388,2831.6022205804434,677.0040113957647,5061.695041708857,921.6973534095167,3389.850968975826,867.1028302086291,4318.428727764087,1018.0643217329255,6087.647958717787,13744.072419866567,4139.268033606355,104253.78575071973,40572.718804512035,3192.2318694429737,18216.257875465733 -7713,2515.1382500937443,4698.185251360081,614.2952563047467,1882.3626828979668,1143.6515158809611,3350.51307482169,1157.406049206308,3948.362948199105,246.7334154663798,1444.0140085939875,2008.6784979232712,8013.455366002857,1123.6363480380242,4674.627763613491,1289.822729451189,5283.085966098412,997.9799703871228,5998.584060892467,296.2906593305563,1627.764135190074,597.2147254113331,3129.857010943016,1346.8983544645878,7183.4854250520675,523.3326613391334,2091.443166981959,490.24937829626606,2848.424634639762,630.8164924872216,5091.766331106339,858.6625494209425,3409.9899122867987,812.269755066814,4344.084307356482,953.6848784789447,6123.81438557838,12763.11032224892,3853.4612739694685,97430.80112444378,38025.3394332622,2963.7858976184298,17087.92508307848 -7714,2397.640165711727,4746.011206826438,583.2139779019154,1901.524505820498,1077.8637238304477,3384.6201779972153,1097.2473938317974,3988.5559632512295,231.8790783658246,1458.7135885323944,1887.1883863045236,8095.029663090258,1055.6758927022613,4722.213911728798,1211.7780322148358,5336.866015334745,938.8704356923364,6059.6476415749,280.902940844347,1644.3342299978078,564.858291862117,3161.717909143676,1274.0365690392068,7256.610905562294,498.2785561698683,2112.7333593462427,462.8025179878987,2877.4206453198685,592.9560711522761,5143.598810408021,806.8320333428093,3444.702469787281,770.0849006604324,4388.305633572936,904.1556949814099,6186.152769107238,11913.728464754491,3613.700330430411,92067.87089840976,36116.646443316415,2765.398606297115,16252.137961016597 -7715,2304.3391545605236,4821.194127014029,560.5891490237482,1931.647099073169,1029.842372244335,3438.2369137397823,1051.339722267136,4051.739818404698,221.54699542060266,1481.8214874655955,1802.845475465096,8223.265341969587,1008.4952411363226,4797.019852162226,1157.5533835120211,5421.408835441375,897.5107815155102,6155.640252031902,268.90253492355896,1670.3825985726296,540.8054305142679,3211.8035863281125,1219.7788522414442,7371.5649532393345,478.3261966776104,2146.201772422242,443.56181387487453,2923.0026882809234,566.5881964424158,5225.080029475449,770.8197490902496,3499.270986288782,737.1862368955852,4457.822037523505,865.5294160156034,6284.149383451315,11346.16994455302,3447.7073652302356,88143.91017478147,34644.3214268279,2633.140412082906,15592.255180930597 -7716,2247.287054254303,4774.017982078325,545.6925270656735,1912.7456275477016,997.4297962928301,3404.593223257165,1022.2952404491738,4012.09290523773,214.37326888445594,1467.3216304965893,1744.1626336726633,8142.7993936179555,975.6685970953203,4750.080256318734,1119.8550462816063,5368.359494917332,868.9830864583837,6095.406341292911,261.20894499842956,1654.0376413914207,525.2463928963814,3180.3755816674766,1184.6928498190503,7299.433027522343,466.3475633165512,2125.2008495783066,430.3470053592633,2894.4006459576044,548.306180179956,5173.95179728293,745.7862387185138,3465.030067779926,716.0945480175455,4414.201545794824,840.7656911334496,6222.657990592815,10934.403986602847,3331.1921516914913,85545.30508658453,33716.83955286462,2536.952634472571,15183.064548105911 -7717,2215.551358134959,4751.5995660443905,537.9643201455807,1903.7635232895216,983.262072463382,3388.6055190650522,1006.8083005291212,3993.2524299286565,211.33196471488574,1460.4312025820836,1719.4160654693765,8104.561442866138,961.8255935727739,4727.774249977641,1103.9124882064507,5343.150097502287,856.5082979497972,6066.7827886025,257.5169267427645,1646.2704096550294,517.2844060910699,3165.4407860295787,1166.7795251673551,7265.155459436686,459.070184909513,2115.2210721706024,424.243545696393,2880.8087663095685,540.5278473197999,5149.655323250689,735.2052667105457,3448.7585568804707,705.9730181285943,4393.472799677243,828.8820158618382,6193.436874083893,10778.940788952614,3283.534430374235,84314.84307432044,33227.37600403099,2500.8822178686946,14962.757632914903 -7718,2204.4326856575867,4712.416072356596,533.9460173390404,1888.0643666242704,972.7286922053718,3360.661791669427,999.6068697160256,3960.3225545873006,208.6031421935892,1448.3879325185094,1696.9395751381653,8037.728152786675,949.2524508132008,4688.787228890017,1089.5170239805157,5299.0884535846135,846.0754978639314,6016.753794829288,255.66876307112955,1632.6946389469724,512.8705932941742,3139.3373597339714,1156.8824257147778,7205.24422972785,456.9630975727705,2097.778156289817,419.8012911852485,2857.0525236924314,533.6058047603295,5107.189310690441,725.6454124779062,3420.3187847014456,700.9063465829095,4357.242555246741,822.9332432931221,6142.3634426450035,10600.070454070063,3238.198210031021,83507.27936691596,33008.79682894982,2458.800065164174,14877.951468590198 -7719,2241.929586176812,4697.470461667306,541.9398688242225,1882.0762971188174,979.3137353671495,3350.0033222080197,1011.6826203705424,3947.762237714586,209.50088503938812,1443.7943139088393,1703.7771572287818,8012.236185618799,953.0773315881252,4673.916557995955,1093.8740419719172,5282.282188641251,850.7144372983236,5997.671426369015,258.742213135147,1627.5164844560454,518.0142780765435,3129.380829308707,1168.5705697960243,7182.392517670747,464.222431815547,2091.1249713513484,423.6057735638155,2847.991270593741,535.9997229972383,5090.9916613356145,728.6555396175136,3409.471110768476,709.3320949218887,4343.423391168355,832.8259036201,6122.882698305723,10578.387428905544,3245.536457726553,84282.6965138135,33465.1359316348,2452.788329063528,15100.189488212904 -7720,2337.6729256072576,4747.115884098234,563.0939611172814,1901.9671029429664,1007.030683319288,3385.407979125649,1047.6826978684103,3989.484335926278,215.03896130880582,1459.0531173866445,1748.1776678089873,8096.9138548659685,977.9145704050618,4723.313049963732,1122.2795877317,5338.108219436851,874.1630920784145,6061.058079673975,267.6605508167081,1644.7169637445177,535.1921770650642,3162.4538277418114,1207.37839400562,7258.2999477470485,483.04186453213487,2113.225117250244,437.4613796087361,2878.0903911442592,550.3023796505778,5144.796029810479,747.7626387986903,3445.5042556155577,733.7813839429205,4389.327051619344,861.5317825272881,6187.592652425268,10765.583011356262,3320.699762909766,87021.2415694131,34739.41714967966,2494.870481768049,15691.301490241338 -7721,2404.1658699769937,4874.4134979088285,575.0633612811051,1952.969833793065,1009.6772284974519,3476.1903337257636,1064.6327683643483,4096.465469038985,214.22267671861212,1498.178764369141,1740.2898425027163,8314.038913137045,973.502193197727,4849.972372217679,1117.1274914637922,5481.253753522779,873.21542044706,6223.590077954124,271.9592872731079,1688.821331531245,541.065733832907,3247.257492932763,1220.8575827155357,7452.936920222238,495.4534456809452,2169.892896474191,440.78062556691606,2955.268629061546,548.4756991521695,5282.757746803934,744.6208407181211,3537.8981387274775,745.5662090751944,4507.0302789151265,875.3683306125282,6353.5177739341425,10543.60080911128,3290.3336061532013,87805.05594828482,35450.58493958789,2440.764856862236,16057.168580295573 -7722,2480.7654580065214,4821.324085338271,589.9172291112811,1931.6991678373404,1026.9316982947628,3438.329593581308,1091.1808852444476,4051.8490356034235,217.07060553697482,1481.8614308970907,1762.6842874107597,8223.487005266166,986.029440499288,4797.149158853664,1131.4505821841885,5421.554972931119,885.9309539383014,6155.8061811919215,278.72260104898805,1670.4276247876367,552.9408306393715,3211.8901625166827,1247.7859051695746,7371.763658415506,510.4772386112961,2146.259624642767,449.2204788631865,2923.0814796593904,555.9225997070866,5225.220874798573,754.340373509897,3499.3653113421747,764.1075807019155,4457.942200924211,897.1377312782075,6284.318776655912,10576.422602173565,3323.527220195612,89626.96514505164,36418.54000820714,2446.7765929628818,16522.212142671986 -7723,2525.511369488374,4680.055573482792,598.1909765375187,1875.0988933146828,1032.5321169606373,3337.5838863116,1104.4752158593194,3933.126735797147,217.53984152377558,1438.4417487903702,1765.840517652154,7982.532497555385,987.7950067786472,4656.588990977608,1133.4303216107623,5262.699233426332,888.9880839384437,5975.436315342772,282.102372711101,1621.4828078578544,558.2669834181089,3117.7793051109734,1259.9218104079882,7155.765301254334,519.024634580581,2083.372563357919,452.6735523590087,2837.432939267852,557.2613682601659,5072.117875698444,755.8125193444602,3396.83121049728,773.3730982392184,4327.32105836766,908.0163635447509,6100.183392705399,10504.617232488044,3321.420964979528,90401.19536531727,36936.938098021805,2428.7413846609443,16780.109763739798 -7724,2469.102822393048,4386.471795963319,580.2699389425642,1757.4723806208945,990.003509418214,3128.214473973128,1069.7863911209959,3686.3984253256417,207.3258378468392,1348.2071018463544,1681.9133345229966,7481.781596629597,940.8469094848974,4364.4772916907905,1079.4885735648104,4932.565734659275,848.8381856147422,5600.592226797074,273.4817384524259,1519.7658430826837,538.4766009996954,2922.1984169153766,1215.4897199790762,6706.878193996837,506.22697560928754,1952.6808701659352,434.81761616169894,2659.4384117053255,531.3096853416513,4753.939703967152,720.0789753078967,3183.745164249393,749.7399520116737,4055.864610274734,880.2687168454877,5717.513816271448,9864.217992598467,3151.5833525402,87072.75628822457,35897.016643022565,2278.447982144797,16346.539989816034 -7725,2210.57152396263,4116.865972187569,514.845824686865,1649.4528125077552,864.5426207733134,2935.944950895633,947.1780062176563,3459.8212283309713,179.4482433212265,1265.3422156186346,1454.5720195260974,7021.928670520316,813.6742607980212,4096.223316671573,933.5464681706759,4629.395325711325,736.8979755952279,5256.362889148709,242.4032116976152,1426.3564377269677,474.09753576509127,2742.5912638148648,1070.440258802546,6294.6531747638055,452.3592138130439,1832.6631978634011,380.56166767754166,2495.9812832613425,460.1169669943218,4461.748191132671,622.9676702446625,2988.062556990998,664.5393339024005,3806.5789040763457,780.2347803102174,5366.098124096327,8366.176722821325,2712.5589527420793,76474.01488310796,31907.622002833214,1929.7672883073346,14577.002241635 -7726,1894.9673988319832,3871.9528981514686,446.2029071090274,1551.3265772798181,751.7574184708668,2761.2850741878815,816.5174131379849,3253.995860594834,157.61047394939038,1190.0667867296681,1278.2445088104746,6604.1929103625625,715.0382668328457,3852.5382778090348,820.2710378577931,4353.991791127503,645.9420107736144,4943.660944968915,208.26308486970015,1341.502244708566,410.5451916578314,2579.4340316428065,926.6722489265618,5920.183160574024,387.50865464483377,1723.637744886836,332.94650949899994,2347.49492180341,403.9799630898518,4196.3180137969075,547.3222679815649,2810.3021948153078,570.9454537607978,3580.124861788706,670.3463255789745,5046.868011668488,7447.096790370443,2387.9012986331645,66412.44563977513,27458.811743637558,1719.3565247847282,12502.322743090723 -7727,1517.86317783425,3533.2723593093456,372.22771527516926,1415.6317134905219,668.9321428002805,2519.7548847919466,687.0419322366333,2969.3681545133786,144.657377463352,1085.9713932190339,1176.8185666844852,6026.522759838066,658.3015240815346,3515.5559399140698,755.377724365874,3973.147208375155,586.7367314723309,4511.237876626793,174.75553076814825,1224.1607596629383,353.28927179188645,2353.8103913961577,796.6861852382484,5402.343487517951,313.59116216203756,1572.8707868265785,292.5735023141097,2142.1590445449087,370.0195755708552,3829.265189692526,503.21948628095873,2564.4844675119484,479.085748077026,3266.970583003043,562.493962856281,4605.417399375918,7359.767823918008,2240.88258338588,57663.88441622477,22712.175738319405,1707.3330525834365,10207.272344589193 -7728,1530.0587607800092,3295.7671114557693,340.09312298323096,1320.4734786332263,754.5243213962257,2350.3779028941367,748.8404970768966,2769.7683366142364,146.27456771410425,1012.9728019191554,1177.9405455287251,5621.422151615963,658.9291487673273,3279.2415831528447,758.9830175753555,3706.073737518144,596.8964854886411,4207.994152097126,162.89776820150655,1141.8731307824971,336.95773688673626,2195.5881363424473,759.2229947777328,5039.199976768637,288.7134839700363,1467.1430002089858,286.48105526676386,1998.1639139470883,376.6774843833203,3571.8634143726144,512.5613183072682,2392.1007797760476,446.5781357297164,3047.366041054244,524.3268168586628,4295.84296251542,8123.052337677088,2395.6720682219043,56819.515317341444,21155.668204858426,1864.662154779503,9512.427980759345 -7729,1642.6333204373013,3154.3686349729005,362.8912175764882,1263.8211328209945,794.5146991171764,2249.5395112878095,796.466290051041,2650.9368143120582,153.61796307047766,969.5131744436314,1236.571589952592,5380.245969857644,691.7268178349259,3138.552102313808,796.7198675492049,3547.071853435756,627.8149245204125,4027.458349040175,173.14279979426146,1092.8832854538778,357.37825964389503,2101.3906985491094,805.2965420846787,4823.002904793833,309.6365575730284,1404.1980838977047,303.10673998791503,1912.4365783555982,395.69353478500574,3418.61956311818,538.1479906775444,2289.4723493028723,474.6645064620947,2916.624729268906,557.3029887421272,4111.538177144518,8449.354100021166,2507.7673156686815,60147.56354543014,22580.851086977702,1938.5101609093842,10172.94120842412 -7730,1655.426267288156,3106.802602458175,369.3838090833496,1244.763449952208,843.5518445727188,2215.6177722904285,825.1741985195089,2610.9622389545607,163.89772848012433,954.8934833055231,1320.722657219161,5299.1150101143585,738.8001538638965,3091.224573852918,851.1861359072751,3493.584086266767,667.0420562556342,3966.726634725563,179.6441356611232,1076.403245259988,372.8591576671675,2069.7029569246474,840.0125974413395,4750.274844273409,314.2422439414017,1383.023598780379,316.61561906864495,1883.5981542539098,421.8786088874649,3367.068781293927,574.5633914367096,2254.948446484063,492.48767545471327,2872.6437356819442,578.229148615502,4049.5385882406454,9241.134242213573,2700.555031023521,62931.49926764883,23139.0755526758,2123.1301762340877,10379.939831883261 -7731,1853.874107016734,3133.769685903537,413.82508677489443,1255.5680114644322,962.1065638716494,2234.849360837801,932.7973608003698,2633.625422162553,187.00676004458987,963.1819700685243,1507.4677730829683,5345.1113912655965,843.2636607018939,3118.056439825184,971.6447466048609,3523.9084375799794,759.8203385839358,4001.157868972292,203.52964580547268,1085.7464381982252,422.3643586819843,2087.6680031436567,951.5483066860883,4791.507286274252,352.62943416201284,1395.028260024613,358.09532952713965,1899.9478085779742,481.2515360281704,3396.2949782591227,655.7268068224382,2274.5214257500165,557.9689076961638,2897.5783173858595,655.1105794742721,4084.6886312262836,10629.251122661512,3091.714038087788,71364.61243056851,26063.116125394383,2443.138202796906,11680.720940521038 -7732,2347.0750208973677,3228.7068008403276,516.8491499768844,1293.6052690049423,1158.3349172998628,2302.5538100800877,1149.9974133688556,2713.4107364851056,223.5936825134496,992.3614333228811,1800.5613203351297,5507.04079430538,1007.2175056842624,3212.5175241667202,1160.3243111191236,3630.6647515076247,912.0363542888153,4122.372387765923,251.02088982939333,1118.6389748958338,516.8920294115453,2150.913613711609,1164.8363340085878,4936.665330275922,443.85534015891614,1437.2904463166608,436.4646254173348,1957.506462070681,575.7903770483791,3499.1852602605795,783.4881965452989,2343.42773465777,688.1643760186782,2985.3600478025605,807.9729119828276,4208.433702795551,12412.704213470679,3666.5902833633327,87038.25195629778,32470.446499267884,2849.302236511253,14626.82791091161 -7733,3185.727168823887,3455.1003157232667,685.6706622573596,1384.3115058316794,1443.7072554946053,2464.006454258079,1494.9377994822173,2903.672234925932,275.0841528834013,1061.9447701764368,2211.019747880309,5893.1886853749675,1236.8241893945358,3437.775864047521,1424.3370189949467,3885.24313386228,1130.1586335525328,4411.428790868181,326.4683946208585,1197.076759753165,663.4484625119887,2301.7334072868566,1495.82484617348,5282.819095501997,597.3158099519356,1538.0717362017033,554.7713201801188,2094.764750199819,709.2636705189893,3744.544439387895,962.7095512229135,2507.7464153088763,895.0008870846395,3194.6903450711807,1050.8193945589576,4503.524634520827,14595.729531256986,4443.0766632724735,111002.19774401248,42945.1294116302,3341.6222773771287,19511.173470115173 -7734,3298.773099861226,3975.4674957047014,710.6327521181123,1592.8004666955237,1515.4771772569272,2835.106559289306,1558.339473652338,3340.989706028793,289.00351409684794,1221.8825881431105,2323.6094165282043,6780.7524887619975,1299.8058184790941,3955.5338358325366,1496.994061425634,4470.393441628938,1185.744471563647,5075.827086091758,340.73689820428496,1377.3665923983483,692.7523957141726,2648.3938260215273,1561.8686972826536,6078.456102789002,619.3819876938794,1769.71828155212,579.1808800467343,2410.2539476698526,745.0036656001951,4308.504339878236,1011.6277703680956,2885.434126517823,934.1174557171646,3675.837592291008,1096.7461076614961,5181.793338725426,15449.059755698103,4681.2094398434765,116006.77293037066,44647.52904036203,3538.5502937234796,20268.276433285617 -7735,3242.2985438523892,4431.0487050795555,699.6663423538162,1775.3324490835091,1515.1288678632252,3160.0045181792075,1545.3161744017418,3723.8609362491593,289.2298740330152,1361.9080688750666,2326.3018538871984,7557.814160789113,1301.311943269353,4408.830684718559,1498.9204253902064,4982.692247422019,1184.9214736260337,5657.507465810073,338.2459919467091,1535.2102519416217,688.411126191542,2951.894851614973,1552.0212170090185,6775.035910178346,610.3290709157407,1972.5247177343851,575.1253064681625,2686.464584422978,745.4043892547013,4802.2509545542025,1012.6712958939803,3216.09953136663,927.2887294241829,4097.081769880401,1088.728508872098,5775.617254664306,15602.003642339603,4701.490121870259,115361.11879459616,44114.73335158048,3575.4742967884204,20006.001596087073 -7736,3088.5728147959953,4587.197848462204,661.4296349504942,1837.894758729535,1410.8831596545594,3271.362354989562,1454.9992957993065,3855.0889443287892,267.9783670264776,1409.90139787571,2154.224778273887,7824.149804019485,1205.0536037575264,4564.196870142959,1387.9431723008042,5158.2811831252975,1100.040564157816,5856.876735539488,319.0201303132292,1589.310710254828,645.7226676994985,3055.9189513516635,1456.073889800405,7013.786626808539,580.006524048876,2042.0360378474404,537.5245527166021,2781.1349822239745,690.8757098791202,4971.481180347598,937.933210622241,3329.434143617799,874.5817492066506,4241.461994814987,1026.8453109440713,5979.148686351803,14270.20984268046,4339.218192895458,108019.07635819737,41736.77668583453,3267.774271247248,18980.3337990961 -7737,2898.5956197948854,4620.468074515144,619.2967669386807,1851.2247209645286,1316.9559885960339,3295.0890327233483,1362.5466481591045,3883.04929940155,249.67447963649545,1420.1271914362399,2006.8113629617267,7880.8971345797,1122.5918898474015,4597.300273710058,1293.00070277742,5195.693386975353,1025.5618843820932,5899.355743289487,298.85223113200135,1600.8377314004852,604.0526907630003,3078.0830518918256,1362.1804771223724,7064.656520427632,544.5877793454902,2056.846604740737,501.6430655184298,2801.3061177622744,643.7434203116229,5007.538553095003,873.7906599831094,3353.582006920376,819.292208303939,4272.224652983252,961.9299318251954,6022.51451337096,13251.646485999805,4039.8622399551873,100946.83427827276,39116.280258103194,3033.922251835957,17804.49507263913 -7738,2762.3406418818136,4691.297277383968,587.9857933281985,1879.6029651602182,1240.7086028464703,3345.6009128631304,1291.1707982295416,3942.574283048541,234.64814901949777,1441.8969505428051,1885.5106180755017,8001.706899506396,1054.7373645268158,4667.774327092557,1214.8043680828664,5275.3404735941485,964.836781018973,5989.789582025763,283.34153501513345,1625.3776824636318,571.34038629943,3125.2683511761225,1288.5250939123632,7172.953771228665,518.4892799266734,2088.37691792281,473.5406688722497,2844.248580757971,605.1102340264925,5084.301330876526,821.05202695373,3404.990551785244,776.7702153250507,4337.715478104708,912.0049143617322,6114.836307476799,12369.656283887054,3788.9249862824554,95384.1712282613,37152.66589109469,2830.8402349787834,16933.092630538038 -7739,2654.5606954623954,4764.075899238455,565.1879006363994,1908.7622584962933,1185.272822476472,3397.5030220914487,1236.9423351145977,4003.7375617566477,224.19497785917497,1464.2658746829552,1801.277317652704,8125.8416891384795,1007.618028023679,4740.188024747417,1160.4616724070406,5357.179672174094,922.345959407116,6082.712414496804,271.2401433873274,1650.5930420386935,547.0171039086922,3173.752322682375,1233.6630681503914,7284.231667134481,497.7174117941917,2120.7750340541115,453.8420174327285,2888.37294118106,578.2032786064092,5163.176836323171,784.4073300232036,3457.814004475215,743.5947030233983,4405.008795033322,873.0535878836515,6209.699057162129,11780.332145657414,3615.019129278427,91315.37984488643,35637.952385361496,2695.4522237406673,16245.072347070762 -7740,2588.4340587423208,4716.379908399489,550.181723457209,1889.6525068633362,1147.734969982463,3363.488603252543,1202.4769668066535,3963.653769200426,216.93828537813962,1449.606240113352,1742.6873898069516,8044.489066098617,974.8433591931635,4692.731189595091,1122.6908546254028,5303.545767515362,893.0389116126626,6021.814771022173,263.48438775447516,1634.0679756297968,531.2872461297329,3141.9780048693437,1198.1956074415625,7211.304901437886,485.23880784324706,2099.542696716261,440.31121889097295,2859.455725700905,559.5481688635359,5111.485209175796,758.935305738608,3423.195776603013,722.3325891839384,4360.9076380456545,848.089767272698,6147.53007505366,11352.755374127439,3493.058138760256,88619.57281716549,34683.74219460027,2596.9882155674923,15818.302532754175 -7741,2551.876909740018,4676.35166039153,542.3900079446006,1873.614893129362,1131.4301472968586,3334.942438906629,1184.2901279196024,3930.013960878649,213.860611448577,1437.3033299958263,1717.9620546386286,7976.21492158756,961.0122332358368,4652.903649926951,1106.7070227710667,5258.534201562927,880.2195950641899,5970.707205517708,259.7602556006605,1620.199525788874,523.2327671068883,3115.3118165517994,1180.0759982276074,7150.1020495341,477.6683012016969,2081.7237301784326,434.0664215149582,2835.1873238377957,551.6103680672339,5068.103674690517,748.167798977479,3394.1428732773857,712.1230202449439,4323.89630819824,836.102725465255,6095.355554921726,11191.344080842757,3443.0718919794185,87344.83593079374,34180.234251158516,2560.0642125025515,15588.8050489691 -7742,2538.626566367552,4618.843551340085,538.3499376775188,1850.5738437345703,1119.041547667858,3293.930503238626,1175.5165952963364,3881.684047337247,211.10162511216083,1419.6278849813925,1695.5420921366385,7878.126268115759,948.470711626017,4595.683896166289,1092.2960881977476,5193.866618738559,869.5062525667297,5897.281572454771,257.90145011909965,1600.2748884260873,518.7762094787953,3077.0008201412943,1170.0842706291942,7062.172638263274,475.46132090309766,2056.1234323428203,429.51256972960596,2800.3211987810478,544.5479146379055,5005.777938737689,738.441868949775,3352.4029117287537,707.0271745755742,4270.722569677859,830.119699595308,6020.39704080296,11005.582958309209,3395.7733124691204,86505.56121052435,33955.35169035124,2516.9862089267876,15500.276693895059 -7743,2581.1407144002005,4605.847365939607,546.4303810638697,1845.3668258949056,1126.2188066140293,3284.6622673608467,1189.2706887029544,3870.7620308228247,212.0143364539314,1415.6334333426155,1702.4376518465826,7855.959336404227,952.3280245499965,4582.7528758161325,1096.6979415446858,5179.252472844205,874.2930369871543,5880.688205777044,261.0097844736314,1595.7721446309051,523.990967640348,3068.3429661370433,1181.9326432381658,7042.301580948415,482.993119866008,2050.338053159487,433.38835875129627,2792.4418469312354,546.9934864094196,4991.693023879167,741.5092751072091,3342.9701501957747,715.5485568915941,4258.7059032347115,840.1246436521719,6003.457260258962,10982.988928590103,3403.8148110918705,87303.62791576698,34424.64129207205,2510.832208415964,15731.329710181535 -7744,2690.5594933249995,4668.423994608891,567.785643894248,1870.438615176634,1157.6127833535152,3329.2888202354925,1231.0246056923208,3923.3515369495767,217.6246367837429,1434.8667167434503,1746.8905121579003,7962.6931057146385,977.1945473268843,4645.015734788347,1125.2219810744368,5249.619580789287,898.413609263512,5960.585261179721,270.0158841282913,1617.4528546070562,541.3822194028498,3110.030530480114,1221.2186044254227,7137.98071575149,502.5462811242826,2078.194652131453,447.54179081243325,2830.3809236423326,561.5930169805438,5059.5118845509905,760.9591863701575,3388.388894049139,740.2384420777366,4316.566148428495,869.1130062084862,6085.022298320207,11177.229397127949,3483.0618248723176,90132.59015524875,35735.17961535833,2553.910211991729,16346.246310901188 -7745,2765.3424530207403,4820.674281110765,579.9064603998679,1931.4388189656795,1159.588727674414,3437.8661853834938,1249.7592598822905,4051.3029390154434,216.8098778805927,1481.6617098649986,1739.1797064845205,8222.378667281357,972.8811932803183,4796.50261285339,1120.1471621681767,5420.8242713066875,897.4850229726413,6154.9765192962595,274.3737473557941,1670.2024893449416,547.3551780978621,3211.4572731757166,1234.9236220449523,7370.770113259731,515.4028987515043,2145.970357928327,450.8961694851464,2922.6875151240874,559.7357519751517,5224.516634520593,757.773234542123,3498.893676925436,752.185361040407,4457.341372264518,883.1398684522675,6283.471794201345,10946.536183622426,3452.147263717821,90930.70490967392,36466.37370348082,2498.5242073943173,16726.1327425756 -7746,2852.4469881872897,4774.667792608979,594.9129404312459,1913.0059789447655,1178.7775260733565,3405.056635950072,1280.2376660418158,4012.639007122886,219.6989185300159,1467.5213534659897,1761.6613438536808,8143.907742353724,985.4572152457624,4750.726808590551,1134.5627820964812,5369.090203629621,910.5745449240801,6096.236011236353,281.20947445948696,1654.262779017946,559.3866787821879,3180.808475207501,1262.2038119038602,7300.426582315578,530.999341068161,2125.490119098655,459.5083583072574,2894.794614314392,567.3396163926985,5174.656044392093,767.6711366983483,3465.5017067715526,770.9252510955491,4414.802380282597,905.142349350349,6223.504981263173,10980.47749466186,3487.5312121165903,92809.50376973161,37461.851800245655,2504.6782079051413,17209.829936491275 -7747,2903.028339135711,4625.276664878202,603.28201074061,1853.1513182723172,1184.6544563632099,3298.5182812567523,1295.2368996442713,3887.0904469950956,220.1797623105563,1421.6051390850337,1764.9053122177936,7889.098902323235,987.2718614271057,4602.084752995648,1136.5954673801198,5201.100622940864,913.7383093614912,5905.495291213624,284.63019103226145,1602.5037472161748,564.7909870771053,3081.2864590491345,1274.5163457654712,7072.008814332618,539.8623446971492,2058.987195824224,463.0201978487694,2804.221479016721,568.7094789699862,5012.749973505387,769.1752033594151,3357.0721299685465,780.3030175732316,4276.67082119908,916.1527729539424,6028.782234472661,10905.809024883925,3485.8146192846352,93604.21625287361,37994.91889313423,2486.2162063726705,17477.833935915518 -7748,2836.814722655983,4334.227137712925,585.2458565741551,1736.5401717338925,1134.9760334381388,3090.9561707789603,1253.6311195259113,3642.4919248704996,209.85102068159946,1332.1494084282551,1681.161867932943,7392.670543190311,940.4265459594285,4312.4945969072905,1082.5769559350467,4873.816876102375,872.5002637574946,5533.886901766123,275.94951597723,1501.6648154719405,544.794121803418,2887.3938485212325,1229.6256952350009,6626.996554385054,526.507965113683,1929.4236489915543,444.72825045616844,2627.763421549141,542.230251484466,4697.318353886819,732.8190754355502,3145.8254680106925,756.5052717492622,4007.557617700731,888.2118700794554,5649.415907686261,10240.76454096281,3308.3611303603097,90147.40179693696,36924.971185118506,2332.3661936020844,17025.413721443707 -7749,2538.17769271085,4087.2346737606213,519.3050025907253,1637.5808135505931,990.089594989147,2914.8133761509607,1108.8573804148234,3434.9190342801676,181.64463444224955,1256.2348671995921,1454.0847809525383,6971.388073528675,813.4017040040976,4066.740594537866,936.3046419056561,4596.075077891943,757.4773322198602,5218.530018595981,244.61085063223166,1416.0901833589564,479.6892035206847,2722.851359540532,1082.956007220732,6249.3471706393975,470.431662691711,1819.4725352334199,389.2015199274703,2478.0163636423795,469.5807605720199,4429.6345899004455,634.0003332470612,2966.55586380673,670.591493429631,3779.180908549064,787.3406130551376,5327.47543004275,8685.318028013717,2848.4573266062303,79162.67110171984,32821.109881319586,1975.4341639743247,15181.555597112496 -7750,2176.8837610325704,3854.6029891290755,450.0449389926431,1544.3752078577688,861.6520428308314,2748.9119782122243,956.5910286805051,3239.4149672767576,159.5333702794325,1184.7341933269465,1277.7223498320493,6574.600053947438,714.7461758843838,3835.275364136406,822.6416497161243,4334.481904657456,663.9683949289632,4921.508798522682,210.1459176582961,1335.4910812178784,415.3686594433907,2567.8757955393576,937.4649334270111,5893.6552967456955,403.02167307977004,1715.9142630036688,340.51639082499696,2336.9759861667535,412.2853517618065,4177.514650821298,557.0090711724113,2797.709457070808,576.1071693932786,3564.0826106883637,676.4066892881962,5024.253402670461,7731.304268672904,2506.854655884334,68752.33948432561,28244.863099994513,1760.0441460955049,13020.742711737077 -7751,1748.4017614598363,3547.0483135647182,375.30106480803795,1421.1511514914214,769.8379648956109,2529.5792132041583,808.1635022235998,2980.945490111683,146.38939449764808,1090.2055112587066,1175.8407557529627,6050.019703581944,657.7545456052361,3529.262819227479,757.2959183220651,3988.63820047154,603.0007375274106,4528.826842407982,176.2755886138915,1228.9336672996526,357.3520859719155,2362.9877151290025,805.7658198264248,5423.406804802215,326.29506342730866,1579.003287750784,299.33015300134406,2150.5111561299755,377.60684031040756,3844.195196983332,512.0929820022466,2574.483193089946,483.25292977907145,3279.7082473346695,567.3866455522997,4623.37356379487,7641.32506145035,2349.6689329457254,59732.285765582295,23363.17009952788,1747.7361450738579,10633.389125558622 -7752,1569.3882735965583,3310.1928699386463,368.35211245975995,1326.2532655057864,828.7625283602695,2360.6656395041623,825.0491316428697,2781.8917688005204,164.04728381337802,1017.40664099092,1291.997415020706,5646.02743334465,722.7315165614361,3293.595008466527,832.7559224142838,3722.2954312389593,659.0845120942721,4226.412779773977,180.67834757004442,1146.871173861906,387.3713203100781,2205.1983494162578,871.7064193514335,5061.256839208676,300.4787433866965,1473.5647678476314,335.5867555103439,2006.9099900674576,428.5342999151084,3587.4976619414015,573.8372656588597,2402.5711397707832,495.322928701794,3060.7045340455625,581.5580158194481,4314.646109388939,9168.716751847895,2655.294263996869,62769.75783538796,23272.60020002601,2084.3988619815927,10452.46870389544 -7753,1683.9042090476091,3170.2889583065967,392.84873774714686,1270.1997281593422,872.3988934915831,2260.8930975410326,877.1100593568041,2664.31628136392,172.22000331039743,974.4063765387484,1355.8965589747716,5407.400454753695,758.4761122394076,3154.3925984798234,873.8972350717495,3564.974177903624,692.9653231200693,4047.7852183917225,188.85653625866368,1098.3991452926778,403.76158492513656,2111.996567184882,908.6792150388517,4847.344944222061,322.1534258527599,1411.2851717137426,354.87844710063075,1922.0887820787277,449.9814694735132,3435.87357972116,602.2632717827734,2301.0274794358384,517.7431269557787,2931.345142164913,607.8815418573793,4132.289403381441,9534.746451394796,2773.831997659316,66168.01567471109,24661.14797634438,2157.1471928016263,11085.052105043365 -7754,1699.5846922017224,3131.6253168252138,400.45128925574227,1254.7088541269843,926.9938343608814,2233.32010299679,909.7815766107072,2631.8232907089955,183.91934658383323,962.52288601308,1449.3044918562243,5341.453850113423,810.7276540810756,3115.9228229725786,934.3664549292296,3521.497105208497,736.9814062472414,3998.419965401934,198.1335873625892,1085.0034859961393,424.38792670416404,2086.239458240729,955.0372327857917,4788.228564130291,327.20208898270687,1394.0736731327809,371.2082936775037,1898.6477164399114,480.2778220871164,3393.9709689469505,643.6271688832778,2272.9650211950484,543.1758154008132,2895.59556882148,637.7420287680369,4081.893569408314,10425.30648086015,2985.1076487208747,69377.37425339266,25478.787795381566,2340.396869482774,11388.287032530538 -7755,1904.3302555145951,3155.668256034208,448.8775386133188,1264.3418356151224,1057.5243524349482,2250.466336673625,1028.8256068454716,2652.0290180823713,209.9171104669722,969.9126203824327,1654.657723790428,5382.462667329181,925.6003705595531,3139.8452068574416,1066.8692430287163,3548.5332708603355,839.766654979585,4029.1176889270605,215.91268127248043,1093.3335607069282,461.98085541793404,2102.2564856291583,1039.6741957355562,4824.990014380304,367.2724032111991,1404.7766229384015,420.0462339076857,1913.2245150691735,548.064842712116,3420.0280573365053,734.775911076897,2290.415627286126,591.9165360435984,2917.8263982444537,694.9684464122186,4113.232158485235,11980.882497984523,3397.1903605298066,77953.35785933191,28349.645606721788,2636.3357415347105,12597.366824516028 -7756,2407.2906782756872,3259.117874425319,559.854558222432,1305.789690648742,1272.1475846154744,2324.241481854286,1266.8725464888612,2738.968254916967,250.75767689158488,1001.7084500801275,1974.8842263595727,5558.911414080326,1104.732142151568,3242.7761115352237,1273.0870350668972,3664.861852616897,1007.0534419498354,4161.200865469893,262.2944478896253,1129.175395289207,561.7943163787126,2171.1729919135933,1264.256528697,4983.163604007196,461.91413525694173,1450.8282334934229,511.290259356671,1975.9441452463827,655.0494182092677,3532.1439607562716,877.141947954057,2365.5003964619445,719.0704135731727,3013.4790470464027,844.2596510686618,4248.072788939874,13997.40797254323,4034.420937585795,94884.87631884983,34953.463301837146,3117.8036892775895,15645.051425735013 -7757,3259.5614979909847,3497.2079536474284,741.0450640416351,1401.1822425210162,1583.1331719427321,2494.0355365242413,1643.5023088022613,2939.0595661019033,307.98206741104406,1074.8867926336593,2421.69104550549,5965.009539389909,1354.6717830959308,3479.6723672225476,1560.5788166607522,3932.5929634413274,1245.7524173437791,4465.1912953629935,340.3138965284439,1211.6656486886702,712.206733766807,2329.7848524130436,1604.052100668674,5347.20131696166,620.8059905662644,1556.8163635211017,648.365397591828,2120.293848511758,805.3471199813494,3790.1795605237844,1075.9666533163954,2538.3085606627765,932.9578124519852,3233.624341782623,1095.3845719899623,4558.409519868432,16450.965975447263,4873.508694073499,120549.27683945395,46122.03456830417,3624.8541555081506,20811.154163750565 -7758,3376.4241717531077,4050.5854367301718,768.311242213853,1622.8970255661093,1662.1893850425852,2888.6769551111106,1713.7040765344318,3404.118952582899,323.6547060105315,1244.9705153605644,2545.5857746696133,6908.877335993039,1423.9773594552455,4030.2751229202463,1640.5549841809534,4554.863192990697,1307.3921211015756,5171.73673196875,348.9614251210002,1403.3924478656668,732.1209212671237,2698.436215111679,1648.7576100075253,6193.310797877957,643.8610729761223,1803.1577685178574,677.1486647889117,2455.7965949416744,846.1916079538386,4389.915136284104,1130.9494348236606,2939.955480492628,956.6646884894528,3745.293914541224,1123.2187847645694,5279.705256467205,17409.725610035817,5126.6461389612095,125564.26436693159,47647.94224587388,3821.6074036236996,21455.73506506105 -7759,3320.1096060390078,4505.126947995352,756.8051353860319,1805.0124452137122,1662.242777683295,3212.8334527933416,1699.988504295253,3786.11641872758,324.0169303383902,1384.6764389540178,2549.243318953887,7684.165647892734,1426.0233562171054,4482.537486917053,1643.117440547259,5065.992863426543,1306.9287820214186,5752.089638168,340.4321037300489,1560.8758867697338,714.4935987913951,3001.2446102012746,1609.0389788706138,6888.300915670634,634.5964875129309,2005.5013729063837,672.7228489643129,2731.376881559643,846.9692285096608,4882.534954219173,1132.4957845316596,3269.8662620398545,933.2818730717555,4165.576755784563,1095.7650511483425,5872.173985690352,17573.50332459904,5133.187860729769,124363.55031378524,46872.85702653591,3812.4795312086503,21031.170635218736 -7760,3160.638877505106,4620.468074515144,715.0158955625377,1851.2247209645286,1547.1595953497558,3295.0890327233483,1599.6987903568677,3883.04929940155,300.06618483958675,1420.1271914362399,2359.7430758750634,7880.8971345797,1320.018656457761,4597.300273710058,1520.8637095206966,5195.693386975353,1212.7211220912523,5899.355743289487,329.8505432950755,1600.8377314004852,691.341722553303,3078.0830518918256,1556.9764677506869,7064.656520427632,602.85388711802,2056.846604740737,628.3368331256007,2801.3061177622744,784.5858789900744,5007.538553095003,1048.4142094927545,3353.582006920376,904.2729211116756,4272.224652983252,1061.7056778277458,6022.51451337096,16084.414314874146,4758.572007580083,117197.03343883452,44704.93609972986,3546.5904261638675,20183.887897493332 -7761,2965.7477068965322,4641.196988211898,669.3712319797837,1859.529913610665,1443.9709595679817,3309.8718675099753,1497.805306771307,3900.4699140469575,279.53667571490314,1426.4983411801506,2198.0452517629915,7916.253387219286,1229.566375140055,4617.9252491616635,1416.6841939643728,5219.002947408732,1130.4677963407862,5925.8221605651715,317.2985795710375,1608.019607054975,664.0711768561208,3091.8923276849073,1495.6373736042349,7096.350853760846,565.9834002608752,2066.074283640262,586.3012803579281,2813.87368273985,730.9600205369939,5030.003990108367,976.5977380227131,3368.6272601015125,869.8621822690542,4291.3912340950865,1021.3040734508886,6049.533460709584,14941.735847866084,4443.317250388906,110155.41971525115,42320.33160206821,3320.357260793614,19159.34699010204 -7762,2825.4341197940867,4690.257579274294,635.3383268591759,1879.1864024198358,1360.0519856777892,3344.8594516554604,1418.9298625855072,3941.700518972856,262.64790022907624,1441.577393404303,2064.76064742845,7999.933539378977,1155.0081886413225,4666.739842203343,1330.7340454213017,5274.171338236914,1063.2641735384477,5988.462108506699,303.4330136542899,1625.017461824426,633.478529199861,3124.575720672273,1426.862129927665,7171.364081631998,538.7644609342268,2087.9140861290716,553.2743774903889,2843.6182306228143,686.8992505864511,5083.174534135631,917.4262012128863,3404.2359284836643,831.8502521714054,4336.754141758655,976.6743150365246,6113.481120761069,13949.004014628183,4171.230620564699,104265.68506441376,40314.74257100257,3108.579129174489,18288.869070782977 -7763,2714.8047463668404,4745.816263036927,610.6063325231564,1901.4464001488388,1299.1815020242054,3384.481153739834,1359.1887035153259,3988.392132155965,250.9178488749944,1458.6536714478434,1972.3270916120841,8094.697157394432,1103.3017044025305,4722.019945420099,1271.0834782593158,5336.646802012273,1016.3185033555319,6059.39873978709,290.93560710022336,1644.2666884914674,607.5294545846506,3161.5880406617634,1368.402407649386,7256.312838160578,517.14409429983,2112.6465782095474,530.1723281475607,2877.302454430684,656.2678682463514,5143.387535592155,876.3769791225016,3444.5609776323045,797.5890797686781,4388.125382643796,936.4483164250737,6185.898671084552,13284.843166159271,3980.5994939237044,99848.27622397018,38688.177572330824,2962.7975426581966,17557.037258761233 -7764,2646.70164724523,4708.972082216966,594.2912928515539,1886.684506492695,1257.8851549463946,3358.2057084426015,1321.1064475736237,3957.428219363431,242.76048341829804,1447.3294025242642,1907.9407591254746,8031.853914162967,1067.2845799231209,4685.360507493779,1229.562199474323,5295.215703788553,983.8796509624436,6012.356551372046,285.6448268827367,1631.5014114918365,595.6653553057625,3137.043027750996,1341.7452716665382,7199.97839799742,504.12752148777366,2096.245030357289,514.2667379402513,2854.9644948407936,634.9882135511948,5103.456807159944,847.7936354935276,3417.8191021632247,783.084603788638,4354.058137706815,919.4186297647755,6137.874399486318,12804.704256430061,3851.0182296781845,97113.38349889175,37789.98462829074,2865.7997682314854,17172.89088877592 -7765,2609.3180084043643,4684.539261732098,585.8743381871369,1876.895316186641,1240.0144717047735,3340.7814307460967,1301.1392252528278,3936.8948350967025,239.31621598369364,1439.8198359231183,1880.8691229575381,7990.180096306515,1052.1409546836394,4661.050197263061,1212.0579331953752,5267.741118579628,969.7623788336797,5981.161032319079,282.666489794985,1623.0362559521968,589.5130604859899,3120.766267597799,1327.882419694114,7162.6208225814335,496.2682434689971,2085.368521084186,506.972403222728,2840.1513182546464,625.9794501898164,5076.977175969837,835.764538182253,3400.0855163370816,774.9196041148701,4331.466812253641,909.8321141114657,6106.027622579815,12622.314187515394,3796.295731727727,95797.40489806424,37325.53536133971,2822.531354666155,16959.88944080754 -7766,2595.33255850066,4630.930003258276,581.4184589163044,1855.4163701234263,1226.2625225669499,3302.549962245352,1291.2742606602917,3891.8415222718854,236.1968332161227,1423.3427248504706,1856.1146575610144,7898.741513747405,1038.2935335435511,4607.70974459021,1196.1386715105386,5207.457773853278,957.821573134652,5912.713402821234,284.31303896670306,1604.4624399809002,592.4790853057118,3085.0526240293225,1334.601092359464,7080.652720795097,493.9238139797596,2061.5038347588466,501.5650689617763,2807.6489956956543,617.8699762531625,5018.876909009618,824.7880593700547,3361.1753795884324,779.4335570536457,4281.898069003739,915.1319404721329,6036.151036051614,12417.836479837326,3753.515484080971,95190.04159989017,37217.10651735274,2802.845847267002,16954.44762752497 -7767,2638.074271918918,4621.507772624819,589.9771638850207,1851.6412837049113,1233.8691713307285,3295.830493931019,1306.0495712718514,3883.9230634772357,237.16381019706154,1420.4467485747425,1863.309764141523,7882.670494707121,1042.3184102424482,4598.334758599273,1200.731345713995,5196.862522332588,962.8668427388492,5900.683216808551,286.94024335212265,1601.1979520396915,598.5469669041826,3078.775682395676,1348.2216305739316,7066.2462100243,501.6722099199898,2057.3094365344755,505.9388609239509,2801.9364678974316,620.4840870957107,5008.6653498359,828.0245836198133,3354.336630221956,786.6359395637011,4273.185989329307,923.5882485471468,6023.869700086691,12394.47949359519,3764.77060818072,96053.370326461,37654.92893044279,2809.8825578604274,17181.985509816463 -7768,2748.942752798966,4692.92179425588,612.8235614563806,1880.2538398647735,1267.9530870748529,3346.7594378527597,1351.490006001919,3943.9395298156674,243.36523607137815,1442.396255060344,1911.47832142171,8004.477755219379,1069.2634598601583,4669.390698364783,1231.651137751914,5277.167234743084,989.1351560343486,5991.863744812698,291.4287366866636,1625.9405232541994,604.9379311584319,3126.350578727596,1362.8564863870417,7175.437643755562,521.885018694759,2089.1000875148184,522.2546631591273,2845.233495917713,636.8247038379209,5086.0619384026595,849.4838100352872,3406.1696424019783,798.9409760765099,4339.21755558202,938.0355761476086,6116.953771829008,12606.863723293809,3838.657210145765,98643.86716156176,38826.43079921237,2824.05266673533,17701.01320351267 -7769,2823.460147582296,4876.49288782503,625.4850921229805,1953.8029567484273,1269.4252493298827,3477.6732516460115,1371.1756626325018,4098.21299189318,242.30822572846583,1498.8178767088375,1902.0896563480223,8317.585622640927,1064.0115266377647,4852.041335724564,1225.4835261315948,5483.59201714939,987.5126711729823,6226.245016944471,293.28093277412336,1689.5417706258272,606.1934132732498,3248.642749741405,1365.8944303658586,7456.116289778113,535.0373810859818,2170.81855725576,525.7675980964863,2956.529325510375,634.2864158699281,5285.011333454544,845.4171608727426,3539.4073807557493,804.0187023392813,4508.952945779153,943.997328045489,6356.228139149813,12345.310719896623,3800.107255351698,99265.84691242747,39443.178453933004,2760.528896018398,18027.180232231796 -7770,2911.311287208665,4812.87656734922,641.4470782216342,1928.3146072517193,1290.023938089884,3432.305242058789,1404.1023052308176,4044.749726987919,245.45063955652134,1479.2650381068088,1926.113338945731,8209.078503954055,1077.4501545756962,4788.74399813468,1240.8915590655809,5412.055780934932,1001.570745030747,6145.020496070511,293.5229511365125,1667.5008421943003,605.3638512896601,3206.262559093543,1364.1332829247735,7358.847475015831,551.1134908597934,2142.499129295964,535.5776822919898,2917.959902485606,642.6471621014543,5216.065682873007,856.1576334273515,3493.2340181756936,804.6821866232059,4450.131370067397,944.7763240929725,6273.3079225886295,12377.722301037995,3825.671482381973,100735.77286612095,40171.029854267916,2739.703689114346,18358.095485421323 -7771,2961.9969209681904,4663.3554812942,650.2652180189662,1868.4078778151,1296.0969652264755,3325.674207523943,1420.1052023471325,3919.091949661403,245.91161970649736,1433.3088802943576,1929.1625026126908,7954.048000626986,1079.155828794271,4639.9726358483385,1242.7941618130935,5243.920062756431,1004.7416421964305,5954.113846887762,291.8582162414706,1615.696784177522,600.8046914699128,3106.6539667466063,1353.9512979451627,7130.2310018567005,560.2128784127718,2075.938353801008,539.4656991419947,2827.3079758094677,643.9731732413675,5054.018766663178,857.5683643240341,3384.7101163192947,800.1183782044656,4311.879647583173,939.4179624771697,6078.41578259352,12291.735138433045,3817.283433714879,101197.39582168497,40433.76755204762,2713.932933438493,18494.30684487529 -7772,2892.994927748914,4387.316543980334,630.5200055010018,1757.8108351642143,1241.1699343220182,3128.816906428323,1373.787557857399,3687.108353008885,234.25729311404834,1348.466739962997,1836.851348977827,7483.222440310231,1027.517815214351,4365.317803999762,1183.229851544925,4933.515649606177,958.9228271171906,5601.670790480544,279.63919949644105,1520.0585200317187,573.7543909530592,2922.761174738255,1293.1464877797112,6708.169806554326,546.202867724226,1953.05691801707,517.8396848355254,2659.9505671298125,613.6389091904864,4754.855219060999,816.619529679923,3184.3582908211074,766.6204010455923,4056.645689863565,900.0880304234732,5718.6148967487,11540.646926089257,3618.000816574447,97192.16527904254,39104.94415473093,2542.3805912463486,17923.885714858483 -7773,2586.7963164508487,4127.132957141192,559.1176411577577,1653.566355994994,1082.040529316855,2943.2668561602563,1214.3086903122673,3468.4496201060433,202.63214792902667,1268.4978319483146,1587.8414991247585,7039.440543992197,888.2239866580767,4106.438821243027,1022.773582821044,4640.940499266779,831.9420794930594,5269.471646892647,251.3694737681957,1429.9136048010425,513.4830708454314,2749.430967470449,1157.4906842863365,6310.351307729555,487.85005422706394,1837.2336467448163,452.8194213992242,2502.2059703055384,531.0127323835063,4472.87527223142,706.0164106227087,2995.5144375040786,689.120005842551,3816.0720691676934,809.0949157343719,5379.480548754297,9792.670204097287,3123.5454889694342,85624.50905151688,34876.315770656736,2183.8694107942047,16069.371356511672 -7774,2219.5195040188164,3903.9884886083714,484.7317762854338,1564.161873628173,942.1506747262939,2784.131270951709,1048.1073720908933,3280.9186257938222,178.0459416964971,1199.913108004453,1395.7780708147877,6658.834385850491,780.7854645645714,3884.413236449765,898.9559640101851,4390.015653385712,729.5702425647534,4984.56358545982,221.3112019841241,1352.6015058925066,455.22695184433803,2600.7756373962643,1025.911486530985,5969.165306832195,418.0556741028988,1737.8987016556066,396.37888613533966,2366.9175201388534,466.4578628506975,4231.037321818733,620.5593360521634,2833.5539472362166,606.7163785566145,3609.7459385098596,712.3449225403642,5088.62456216502,8721.144029605743,2758.995449996531,74809.70874955448,30285.906699678108,1964.1031062649283,13927.625496199591 -7775,1787.6087455707343,3602.0221722619676,405.29896514509727,1443.1768347308491,843.790779748579,2568.7838470114807,887.9388769725723,3027.145615306175,163.79916934795978,1107.1020399859028,1287.2443015865747,6143.78581526088,720.072668454853,3583.9610297896816,829.3298076229778,4050.4560313673396,664.2796028598766,4599.016776372721,189.26783009014676,1247.9802716315028,399.1878548759601,2399.6104338718123,898.8142359742484,5507.461368763107,338.9989589307556,1603.4754392270822,349.54801854479695,2183.840811091776,428.4725848066251,3903.7743808234377,571.9979596344843,2614.3837703485447,518.8706736037699,3330.5387412604723,609.2053929318049,4695.028828266086,8624.193716602229,2597.309096186191,65441.27635258324,25263.717455421738,1961.630331879028,11482.80208336793 -7776,1571.7530226987121,3353.4051851346053,425.87837804996633,1343.5665993175917,867.0054860152825,2391.482522898759,832.7786668919123,2818.2074726515407,191.3151305138705,1030.6881923023927,1484.461750696689,5719.732479135302,830.3943025623379,3336.590649876488,953.2552252760154,3770.8874649201134,736.455299031078,4281.585722367865,193.52015900784627,1161.842796544121,391.83264593226755,2233.9857131405806,883.5530096194682,5127.328102853094,331.04779198814634,1492.8011530710314,400.1230456010886,2033.1088342037874,504.4351729815223,3634.330002479749,652.0496401159509,2433.9350709529604,530.5282742053124,3100.6599488034126,622.8925668585553,4370.970878054575,10346.920754283057,2927.1625036742753,69117.821208161,25423.446009090792,2278.391913002448,11215.074942042353 -7777,1683.1251942560498,3209.6024166217817,452.7176492661545,1285.9509561141672,906.4887641732043,2288.929509273276,882.6447525409187,2697.3553792011776,199.4546026697383,986.4895919711261,1550.3117716888544,5474.455418880695,867.2302009813046,3193.5089325304284,994.9610993168793,3609.181966398899,766.848845729612,4097.9801493727355,203.05720506103475,1112.0199443995718,410.2318527365667,2138.186573868117,925.1173976492349,4907.454888744527,354.0274756652506,1428.7859426209607,417.2360855341443,1945.9238198958167,525.3319027151689,3478.4804444357137,678.2956726229216,2329.561581243144,556.6737290744845,2967.6955558242016,653.5899119143638,4183.532236240719,10709.963208140673,3044.315081569858,72512.55827227309,26809.431583883295,2357.6360626844917,11843.886460732629 -7778,1683.641172444741,3168.4694913420253,457.0637428658237,1269.4707452577245,948.2944535657803,2259.5955437989282,904.1830760908091,2662.787198204352,208.55718929644448,973.8471529993501,1631.6366039946724,5404.2970825939265,912.7225670674599,3152.5822546273544,1045.0512081462866,3562.9281963443564,795.2423876937402,4045.462145769195,209.86309568994616,1097.7687608119393,423.96894325298086,2110.7844669524375,956.0970845876078,4844.562994655986,356.46331241121186,1410.4752181791305,431.34607789994413,1920.9856722083161,547.0915952205414,3433.901690547977,704.3090564088783,2299.706892089239,575.3318235505236,2929.6628079303787,675.4963567278437,4129.917832790754,11306.210073994564,3210.678590987265,74967.4443402625,27523.118161848543,2482.1220656019614,12124.968739273007 -7779,1877.3426151067445,3194.851743418854,509.493910398671,1280.04098975497,1058.057093365503,2278.4100595741556,1015.0828630444934,2684.95888812655,231.864513144167,981.955888508698,1847.2147334939787,5449.295946657683,1033.314997562388,3178.832221673522,1176.1753050264842,3592.5949076901497,864.3095476263018,4079.1466746524907,228.364014305832,1106.9093292311547,460.75781837817647,2128.3599077257068,1039.1088834129619,4884.901234451678,398.1659048481349,1422.2195360132782,467.7656525486307,1936.980753864826,601.2688883886084,3462.4940630655715,766.8797968901024,2318.855394890262,626.0513996134023,2954.0566368468726,735.0461459848021,4164.305581708332,12552.96192226209,3595.9256946951514,82776.76898663989,30254.4107897369,2741.3198309680924,13283.028841124016 -7780,2376.7880427139576,3310.7127221450587,635.3085461895416,1326.4615481386795,1273.611597023044,2361.0363723555447,1251.7416342798533,2782.3286534869517,279.3374748492164,1017.5664205288257,2203.218004568831,5646.91411878384,1232.4599656663966,3294.1122540469064,1407.260497587232,3722.8800024615066,1054.6621926890193,4227.0765205574,278.49449436017875,1147.0512852734244,562.7817663542065,2205.5446667677124,1269.1219170748864,5062.051688825741,501.02624415866933,1473.796185147455,572.8971914406189,2007.2251670457786,729.0272177187037,3588.0610637274413,934.534078829475,2402.9484537090175,763.4822347505212,3061.185205132631,896.4035133980727,4315.323706854701,14992.454084710344,4289.247516599274,100996.98581838838,37151.597432394876,3287.8526604651975,16374.008824598108 -7781,3294.3295364428996,3549.907472335816,864.5200139395812,1422.2966946080185,1646.364935220216,2531.6182236588397,1679.5357090129487,2983.348332049759,354.6555781013214,1091.0842899992988,2829.333728946701,6054.896425118173,1582.7033653525548,3532.10764169762,1799.5279259302836,3991.853310300183,1326.8625541052807,4532.477380501792,370.07680643267366,1229.924270235767,733.8584858144371,2364.892441666239,1656.0777231945715,5427.778434327497,689.6100521781068,1580.2760702732264,734.1729090908103,2152.244612314059,918.8789392522992,3847.2938760662287,1168.2431575009275,2576.558399163237,1014.5517161970677,3282.351912087176,1191.1838698123352,4627.100312885496,18294.00831560468,5403.498962846497,131988.27057378128,50096.711040725175,3986.725165564422,22243.889345078227 -7782,3425.3031222387626,4079.696889253856,901.2521779035012,1634.5607444157813,1727.2937812949872,2909.437801499494,1760.3536890026407,3428.584267244448,372.551562142259,1253.9180861790096,2999.509505574329,6958.531258296448,1677.8981356316692,4059.2406057451167,1902.573498779345,4587.598876675391,1375.7799876219951,5208.905869785835,380.20282644649586,1413.4785930059895,755.7879789712521,2717.829806233615,1705.4087377711444,6237.82196202276,718.3307657852799,1816.117016653923,755.4430455984835,2473.446341403801,959.5036630103172,4421.4653425614715,1214.5991490386098,2961.084864313549,1042.3118211393319,3772.211244809518,1223.776973449745,5317.650361270812,19361.933718976597,5710.073109956189,137341.19440279377,51654.877620063126,4212.182313825372,22858.912328265375 -7783,3370.5236054347756,4529.819697734999,889.0731776787088,1814.905778098914,1713.3074128319276,3230.4430991630834,1747.148932202642,3806.8682479861113,368.8800863017037,1392.265896292771,3008.7751301178405,7726.282813844259,1683.081241108791,4507.106423073732,1900.4129399464032,5093.759737790671,1338.924772494208,5783.617031636569,369.9111745735834,1569.4310991070477,735.3230794723838,3017.6945311297277,1659.2309755485703,6926.055920713882,708.716747584297,2016.4935922323523,735.4221353807983,2746.3476485456927,941.913429143331,4909.29628971789,1183.7169112223787,3287.7885071225583,1014.0976426534788,4188.40841969531,1190.650742646715,5904.359565437631,19169.55507980199,5688.8959763991,135108.55018362336,50634.230765159926,4151.5908479237805,22345.565202489364 -7784,3211.8109962766275,4646.655382802462,840.4879594317193,1861.7168597901148,1614.549822184989,3313.764524241194,1647.4511151107047,3905.0571582284833,347.3223462532931,1428.1760098610366,2790.6437454093784,7925.563492947631,1561.0605430430242,4623.356274447527,1770.9021068708917,5225.140884998674,1287.1844763786469,5932.791370384971,357.7178887905919,1609.9107583133598,710.0648658932801,3095.5286241831823,1602.3228645901045,7104.696692821608,673.7067668106207,2068.5041414381894,711.044147118509,2817.1830085295996,895.728347882045,5035.919650796731,1134.6505322490725,3372.5890175664217,980.6702059641549,4296.438230970606,1151.4036320679168,6056.648164265851,17960.42466907263,5315.489109033329,128619.63520177575,48617.71621052858,3905.943859941886,21557.881535684664 -7785,3015.021155631155,4643.9911678208755,787.1353629410662,1860.649422345177,1524.3977686811259,3311.8645380438948,1544.222919189645,3902.818147385672,327.69996827312275,1427.3571482049956,2601.7224708007006,7921.019277107228,1455.379712941316,4620.705418286086,1657.3066367821302,5222.144988492504,1233.8348494217498,5929.389734078973,344.8455939917235,1608.9876968835863,683.8441741047683,3093.753766127859,1543.2102356682653,7100.6231306980435,632.7090802217808,2067.3181400524422,683.521462241396,2815.567743234701,851.6725665194748,5033.032246529702,1085.4141568174962,3370.655303648108,945.3812914669896,4293.97481714724,1109.9709627804648,6053.175513197913,16924.11519027366,4994.503000192492,122121.05308844149,46445.603563861645,3690.712471212127,20662.103861722186 -7786,2871.208146744362,4690.972368967067,746.4429460715623,1879.472788198985,1440.4096887192131,3345.36920426913,1462.3822919376823,3942.3012294573746,308.96841187583993,1441.7970880894507,2441.567092562907,8001.152719763033,1365.7902617136476,4667.451047820877,1557.5160845895311,5274.975115694075,1171.0581651853163,5989.374743030151,329.8304366198385,1625.2651125584541,652.5999868555865,3125.0519023065813,1472.826796143085,7172.456989013317,601.8854249423159,2088.232281759682,650.8936879256612,2844.0515946688347,805.3869913458469,5083.949203906354,1028.5542860109153,3404.7547300019864,904.2177994139249,4337.4150579467805,1061.6409595130565,6114.412808033725,15872.208644627766,4693.6750064211255,115887.36114277721,44337.41798774674,3464.230552324181,19770.194704559457 -7787,2752.9736260973696,4721.9682676174425,715.2099119045691,1891.8915243323597,1370.4171437096438,3367.4739443203803,1396.4691929657367,3968.3502358778537,293.79204403285956,1451.3238541630415,2321.049094155551,8054.020845874499,1298.3735976017451,4698.291527843935,1480.5992316520164,5309.829849682906,1114.5704670007779,6028.949918049773,314.8757566910312,1636.0041552870189,622.8299317477538,3145.700881755247,1405.6552995934658,7219.849455312279,576.3563455018891,2102.030409540622,621.4817785201475,2862.843846690606,765.9503054786123,5117.541722018465,978.0697694525682,3427.251863696203,863.2201040079324,4366.074804149962,1013.5056178765028,6154.8141800303165,15027.110578986214,4455.199855104079,110539.86602364821,42419.70608382767,3278.90237753306,18925.95215644803 -7788,2679.8784079930156,4637.168173006883,694.5416272862079,1857.9157389895138,1328.4129195041112,3306.9987160060973,1354.5711340569471,3897.08409083447,284.45710103649293,1425.2600618695608,2237.3636290873696,7909.381642259056,1251.5607151766621,4613.91663511087,1429.1857705905888,5214.4725647331115,1085.7130952951256,5920.678219792277,308.4169302504429,1606.6237572646473,609.0928412313397,3089.20839445525,1374.7338992677091,7090.190829462725,560.8564046311463,2064.2808171035554,606.8707433984309,2811.4310850421425,743.6948140899591,5025.637668961451,951.5636423780985,3365.7031056732485,845.5134730166976,4287.66606959582,992.7162851212065,6044.282131698628,14496.675969585836,4301.9075213048445,107542.87182350967,41453.416115059175,3165.9176107458366,18525.734111985967 -7789,2642.118426647182,4554.772370426279,684.7363337245204,1824.9032510378613,1310.2794029849856,3248.238109710971,1334.195732752836,3827.838516939272,280.3455043792264,1399.935242431823,2205.792886225221,7768.843317139904,1233.9003308736746,4531.93397888483,1408.7837975125615,5121.818894222144,1070.0415413304577,5815.476291472961,304.82533348105613,1578.076366058206,602.0036530761002,3034.317608634379,1358.7331412463277,6964.208345746935,552.1430765906395,2027.6015188052793,599.4737729263632,2761.476002110161,732.7842929764321,4936.339322694038,937.2510834220319,3305.8994068869365,835.6672448745079,4211.480416235552,981.1558412776611,5936.883939809897,14255.191492871827,4238.783344743603,106120.069541713,40988.14130394125,3111.2130892647765,18323.73609551978 -7790,2625.874349349753,4468.087823385879,678.6606858289648,1790.172445885909,1301.652948941259,3186.4189832387274,1322.863084011697,3754.9886748397807,278.61301834275724,1373.2922529458879,2172.5199732236333,7620.989898965443,1215.287768190127,4445.6840826820335,1391.583636240092,5024.3425518803515,1075.117815396432,5704.798547965146,306.2438289558876,1548.0430682637625,604.2196205298251,2976.569728808595,1363.7844041646074,6831.668408105759,548.9827761462228,1989.0130439174302,602.2768390236322,2708.920731080568,732.3709144869025,4842.392950971097,941.0050259520214,3242.982894415798,839.5559971372621,4131.329259918441,985.7216203258229,5823.895616069432,14178.084571299603,4198.766949317152,105833.65733931448,40954.05113236968,3103.0368709875743,18343.02929086969 -7791,2660.4408452772623,4445.994315768846,685.3605211742848,1781.3205185889626,1304.1349687893533,3170.662987640616,1331.5722802370549,3736.421253121875,279.19481970942326,1366.501687484737,2163.8538424677326,7583.306127956991,1210.440014045177,4423.701355612621,1388.8861913495207,4999.498512365381,1085.354067172208,5676.589834270348,309.08081990555036,1540.3884064325491,610.4262370969356,2961.8513820402386,1377.741503977209,6797.887622235451,555.4991613474486,1979.1779026728545,608.1909658437621,2695.525837521669,736.6663806218722,4818.44860390903,949.3901115063337,3226.9472052996002,847.3335016627708,4110.900933958788,994.8531784221466,5795.097999003587,14186.083561649677,4192.266634221809,106527.78410319595,41302.43682968073,3111.9871539197125,18526.762351775174 -7792,2768.149876574527,4560.685631757985,710.1520316690912,1827.272442942715,1327.328991030687,3252.455154877715,1374.454087715751,3832.808031910689,282.85945666170585,1401.7527169975583,2211.11364553756,7778.929265908188,1236.8767148837026,4537.81759013381,1414.9135164594413,5128.468327201902,1089.7575941307016,5823.026269448391,314.22630528732,1580.1251134367753,617.8255132538887,3038.256930190765,1394.6767300710985,6973.249672199214,576.8105815713344,2030.2338649868593,613.8008224097173,2765.061105367513,742.38479605617,4942.747955675697,952.1001655877179,3310.191311188495,861.4396572877681,4216.9479966697045,1011.4151976640474,5944.591536013836,14191.325737379013,4243.008670246657,108558.65031654172,42351.893506050845,3103.0368709875743,19007.240573708084 -7793,2867.405042525001,4778.761586976114,732.6651742030645,1914.6461879480019,1343.6469731523246,3407.976127374713,1412.5373526824828,4016.079438934736,284.9134561463825,1468.779604492327,2244.793429879966,8150.890318962242,1255.7168776675103,4754.800075987062,1432.529423376737,5373.693655050113,1088.665506648462,6101.4629165892575,317.6062310059349,1655.681141915777,622.4172614038969,3183.5356965314427,1405.2175486420776,7306.685959201784,596.629964804022,2127.3125117456234,616.4145647480782,2897.2766077013325,744.0833225044997,5179.09278820057,949.8892271445812,3468.473023726512,870.7055971652061,4418.587626482216,1022.294325799602,6228.841006876426,14114.433858555702,4269.1390431425625,110047.82841969612,43193.43525769047,3076.960086846099,19400.52122539235 -7794,2951.907289493123,4703.968554367545,749.4009103495235,1884.6798060386498,1351.8309392875335,3354.637440146909,1442.620179833271,3953.2232459717975,285.53703759719224,1445.791539728228,2263.7905191431223,8023.319651474565,1266.3436753482117,4680.382068171033,1441.6092636209592,5289.589261588428,1083.9270288302926,6005.968109707878,318.90377159461104,1629.7678563536365,624.0512067878043,3133.7097563108323,1408.984357577291,7192.328046328177,613.320381314623,2094.0176609430146,616.0220505509386,2851.9309465186475,742.7611343001527,5098.0341187648755,944.713964761283,3414.1874915349654,874.2627561338167,4349.431724389929,1026.4707815860552,6131.352588577723,13992.91214157043,4272.123748409447,110934.10938325217,43745.00058338963,3043.9825610264757,19662.424072679885 -7795,2996.6887419585855,4526.310728433247,757.0908089212394,1813.4998835852527,1341.9180372733738,3227.9406760154943,1453.7147032823596,3803.9193041628787,282.50811751957673,1391.187394582778,2254.2733033175027,7720.297743572261,1261.0198320129816,4503.615048331775,1432.4373392759678,5089.813919249738,1064.2795426600553,5779.136823599317,315.28193610368555,1568.2153585444082,615.33761173206,3015.356911052467,1389.4503410801076,6920.690736395365,621.7948154484496,2014.9315401895615,606.208110242252,2744.2202240048214,731.8448775658694,4905.493363525832,927.3913599940636,3285.241662057641,864.3336296680908,4185.16392045503,1014.8130069270825,5899.785825676648,13719.319895465695,4221.902258116849,110245.2187650407,43597.35552534289,2979.052280014224,19603.694868529972 -7796,2933.6087584265256,4226.358816537778,736.008979175111,1693.3219307358033,1286.612700896067,3014.029825579659,1411.311989975953,3551.8392026328875,269.78065319630497,1298.9954652508686,2158.3620871558337,7208.685040087286,1207.3679764396763,4205.167145561318,1370.161916387464,4752.519485025248,1014.0521640457239,5396.1619808747755,303.13400840300216,1464.2920480866533,590.149766290833,2815.5336720433147,1332.7026858672887,6462.06680565661,607.5793513845541,1881.4050096264364,579.9853631946577,2562.364811895856,697.6908126879952,4580.413579688404,882.4519195080685,3067.533560096657,831.0305404640708,3907.8193025412356,975.7118925714253,5508.8157521752955,12959.625386158377,4020.7265078545033,106029.37328135963,42157.5406261795,2810.850606432442,18984.829006411426 -7797,2626.585777872873,4000.8750351371236,653.3558056191206,1602.980185359875,1133.1628936173333,2853.225958272719,1250.6346958364898,3362.342245771845,236.64364153252376,1229.691740167012,1871.6721461873371,6824.088835097581,1046.9962501419504,3980.8139776067515,1192.4324518943993,4498.964093450226,903.1658850449177,5108.267114083781,272.95318116091147,1386.169455469691,529.3466283474482,2665.3199285842893,1195.570830416813,6117.304015213572,543.2181944722387,1781.0286965086998,518.3045577785858,2425.6580787019234,616.5149575196099,4336.040345147679,784.1250421587293,2903.8751731188504,748.2909319761208,3699.330172389882,878.5674242787019,5214.910605745362,11258.053916410623,3500.589866461359,94174.2393998065,37776.678337133264,2449.656925095835,17085.09356891829 -7798,2253.1895064836667,3817.3689270332416,566.531736835549,1529.4571053837096,991.9071815061193,2722.358488895323,1079.2863357877197,3208.1233975908713,208.7705334726327,1173.2900921715743,1644.7566930523444,6511.091810075281,920.0618246788385,3798.2279998642316,1049.2007728651834,4292.61238687665,800.1395124332564,4873.968814579798,238.41171307831397,1322.590723389397,464.8343138421844,2543.071049863823,1049.6503815410567,5836.724731416566,465.5658154004192,1699.3391556839285,459.07384268792356,2314.401648619979,545.252139385776,4137.161379588537,695.2000838506792,2770.6846018666633,653.5967898033906,3529.654869721184,767.3871533067271,4975.720943242646,10041.227151473648,3091.605909085371,82417.62970777208,32872.00543677375,2187.897233162217,14829.747888980237 -7799,1796.887233876273,3529.568446218084,468.9522410988023,1414.1477133052013,879.3651798449584,2517.113437386976,900.5523882039107,2966.255379594881,190.5261170995981,1084.8329744244902,1484.3280970852104,6020.205183870241,830.3195379566238,3511.8705988634133,951.3524436698134,3968.98217651175,734.1450905728801,4506.5087668017295,202.99604650858382,1222.8774775939582,404.86605506991606,2351.342902836984,913.4527186149197,5396.680235797718,374.1562022276925,1571.2219536470923,407.26003942202334,2139.913429114853,501.1001506799814,3825.2509886846,644.9429361799702,2561.796130292054,556.5060651915535,3263.5458328336226,653.39305796428,4600.589561592247,9820.057066735299,2867.1869724050366,71668.16547105975,27324.425903678737,2157.4816339100817,12180.553865774515 -7800,1666.5244322677768,3283.615680375456,441.9383476712975,1315.6049178622845,859.6807650170449,2341.712103966647,891.5781571535941,2759.556253080235,170.07472794719598,1009.2379903343298,1305.1140254698687,5600.696074336026,730.0688282710863,3267.151081383204,832.2590128073693,3692.409513658553,622.9988142313827,4192.4793571506525,182.57039348304514,1137.6630661201805,306.4730352452098,2187.493044360134,696.3146746566069,5020.620541648729,355.51190293019454,1461.7336716826967,364.2987831405895,1990.796721343248,451.4771014536428,3558.6940214391225,576.94642074308,2383.281149389672,500.5099017700663,3036.13046002801,587.6480342516645,4280.004270664467,8871.170560143315,2668.627348494745,63059.84713216087,23288.938157987286,1992.4983193724406,10438.123328195628 -7801,1763.2915851983162,3135.9140549818594,466.4365382535069,1256.4271688018798,887.5512285939344,2236.378618678812,936.8739930589439,2635.42755361611,173.13729476093135,963.8410541239682,1327.9438164139578,5348.768932417767,742.83960415653,3120.190056677789,846.7793134648823,3526.319769951461,636.1272898764187,4003.8957725426485,193.01550226585195,1086.4893904003106,317.94805182974875,2089.096548046584,722.9923582451671,4794.786008418212,374.97629931437694,1395.9828469164445,375.9011321649746,1901.2479007160364,459.74764731769477,3398.6189875712944,587.1295788508056,2276.077830304984,529.1447766318867,2899.5610659502386,621.2682041305843,4087.4836930442525,8947.35581208278,2722.5180468469116,65461.75904981401,24458.761053062033,2024.4179755421812,11035.753098955227 -7802,1797.02918530265,3056.7023195892534,484.504241123322,1224.690400928058,956.5597816537829,2179.888731432367,983.8611782775063,2568.8578752501544,189.44704904083707,939.4948758801771,1454.399865716295,5213.661508578208,813.5779595341071,3041.375502193568,927.6234104103478,3437.24656716921,692.0685706872675,3902.759221312753,201.650867616658,1059.0451720351614,336.9996288640264,2036.3269376324904,765.8222517464562,4673.671936443051,385.80997797556813,1360.720967303739,402.7057668716762,1853.2232600572743,502.7710999648986,3312.77144735695,642.8557372001134,2218.58515937522,552.8183075972561,2826.319497500404,649.0632664987736,3984.2357496892214,10001.33326047812,2986.357332345954,69500.97710753803,25441.412908089173,2242.7747060807114,11377.04690164012 -7803,2020.1820710342479,3045.070734412204,525.0455515160014,1220.0301202646062,1078.543239186761,2171.593660861166,1082.1263062098237,2559.0826711054074,217.8768498468944,935.9198418959486,1673.1545891010392,5193.822105986502,935.947347544299,3029.8022397327636,1067.2336725281373,3424.1669074443066,794.2460576312847,3887.9081591019212,219.75837469042938,1055.015216600533,383.700956568665,2028.578158802573,870.2976341051758,4655.887341302747,434.95134724453595,1355.5430532713651,452.60503730020065,1846.1712406102702,578.1164765680247,3300.1654493783153,739.479765976897,2210.1428383521907,602.4593606392751,2815.564581733157,707.3467632590963,3969.0746470882386,11503.892959063067,3405.24864468008,78439.6628689023,28473.06009377643,2554.006869237409,12636.17992392002 -7804,2572.712355060322,3066.644396125974,646.9073083836115,1228.6737674540627,1307.9647959738727,2186.978928102989,1324.7896022617003,2577.2132134340586,263.334326138555,942.5506297565023,2020.9136147220056,5230.619202306722,1130.480560275952,3051.2677274933408,1288.9054639264414,3448.426382824588,963.7794098101045,3915.4531400610776,268.75311492671017,1062.4897692040581,474.8411036277694,2042.950192418533,1076.48052602064,4688.873287193451,550.3416580385059,1365.1467800220253,551.8526612231049,1859.2509610123332,699.0114268548656,3323.546401485525,893.3571184958998,2225.801218105042,736.7766075656676,2835.512242433823,865.0484707442979,3997.1946749041144,13676.590487869642,4094.0702389285084,96489.46172450873,35474.55186497782,3049.7032555070878,15817.05097991614 -7805,3519.0608276226058,3081.1351400741205,861.9118386693914,1234.4795912341117,1662.793058942497,2197.3130091288713,1749.659206333701,2589.391259516882,329.30191419029507,947.004442481323,2524.124193852902,5255.335326434658,1411.9719477793878,3065.685812424286,1609.5476085005562,3464.721152378134,1213.9737342317453,3933.9547403657198,358.2210136709091,1067.510327574801,619.6796701921313,2052.603697785687,1406.0924768834152,4711.029511859037,745.5391868152777,1371.5974765768415,707.9248582396857,1868.0364366434208,874.7582169988638,3339.2510785470563,1116.216592538996,2236.3187452013626,982.0495039961164,2848.9108229535764,1153.0230641196363,4016.0825265957237,16427.840824622293,5057.784959952334,124959.7814374044,47555.009516603866,3655.727771726579,21427.625054435146 -7806,3610.6466185920244,3177.3068969100987,854.4773342949534,1273.0115171866644,1690.9785192814222,2265.8979438362107,1755.2934437127385,2670.2141690103854,338.98695138040904,976.563379958734,2598.514960466585,5419.370595297692,1453.5854610479216,3161.375347963737,1657.05446145729,3572.865814985488,1249.002639925463,4056.745634466228,357.2480466110677,1100.8306264179569,637.0938585442806,2116.671807339403,1443.752352661648,4858.075312859094,765.4107748815362,1414.4092757993242,717.5351021075326,1926.34363116047,900.4532569541635,3443.4794321052773,1149.0927371650562,2306.121169565674,979.3821512109456,2937.834140645473,1149.8913286328495,4141.43688290341,16847.651492242843,5170.135613582307,127548.36272657829,48440.45941288851,3725.3670087700502,21750.9786473767 -7807,3502.5724888069135,3418.1261765790637,830.1492381122944,1369.4975434113646,1645.5993138542574,2437.6383291193215,1706.5022917471417,2872.5991049346726,329.6864200770719,1050.5805578213628,2527.3561479852074,5830.123778846925,1413.7798733095335,3400.9871194297634,1611.799036498438,3843.6658981488176,1214.272310783953,4364.220673293117,347.16191601467796,1184.2664565385276,619.4524849398879,2277.1018181875197,1403.7417492808102,5226.285950162668,743.5426464185134,1521.6123361289206,697.8187448497206,2072.347999231462,875.7199741823625,3704.4728656325624,1117.6072577061466,2480.9102147864037,951.7314016138711,3160.5029367334932,1117.4266189660855,4455.330969717997,16406.992824791152,5031.994595938137,123934.42696988402,47037.617424123826,3626.1934210594923,21122.46053323423 -7808,3350.2245741083675,3646.9889626540785,803.4729198064473,1461.19311201138,1551.6479197719277,2600.851935237231,1633.5171086228872,3064.9357831230463,307.94532336849477,1120.9228392464088,2359.9247986265623,6220.48338006109,1320.1203104999888,3628.7023491633054,1504.9792959787292,4101.0209636871705,1136.3642827854599,4656.4298109135625,333.21362217875406,1263.559761319292,585.4037994625494,2429.5666013361774,1327.446165333057,5576.215210110591,709.4184931074315,1623.4928462630148,661.7742957512884,2211.103361766314,818.1311807209555,3952.5081742110406,1043.6721100518669,2647.0211172008476,913.4926760215604,3372.1163968963388,1072.5305802520838,4753.640454488525,15188.316994823888,4699.664448877491,117188.28932021714,44878.44189555648,3362.806067317096,20234.483462568292 -7809,3141.9737693689785,3822.8923070890746,779.0936420690241,1531.670088470648,1466.0333822112361,2726.297490042398,1571.3978973275407,3212.765255668937,286.3810445297374,1174.9877345055163,2194.4209802544738,6520.5127582028745,1227.5389908641048,3803.723684767357,1399.4807277032414,4298.823400299323,1057.6358478809068,4881.020997027389,322.5135027089399,1324.5043899391155,547.1514663699592,2546.7506386554414,1242.5658452074067,5845.169932702875,665.4786403403483,1701.7979423980269,625.6332073665254,2317.7503739204467,760.8922028890082,4143.147469769646,970.5118349325766,2774.6935264331573,884.1586989040603,3534.7619541251383,1038.089595310688,4982.920351617005,14143.094453517506,4402.293117697289,110213.79157597019,42417.85169199899,3148.791067076089,19217.478779004323 -7810,3020.651309734064,3923.6127250333298,756.3987585918456,1572.0244691518412,1412.445681180587,2798.1263046099034,1522.0811795263999,3297.4108677641816,274.50180288109385,1205.944728894114,2103.3079284960686,6692.306446714367,1176.571184496754,3903.9390736664363,1341.3734312854476,4412.083009716985,1014.0102953326674,5009.619564636431,313.1007709856372,1359.4006478002868,525.2701383036508,2613.84899459121,1193.45923524588,5999.170597980655,639.6408850591431,1746.6346226511305,602.7358471177859,2378.815339292039,729.3482650123609,4252.305539429639,930.2277044393466,2847.797414589077,858.3540471183055,3627.891101575287,1007.7923867183716,5114.203626185614,13562.722974807022,4229.741734015961,106037.29458426159,40872.76326029191,3025.695074658379,18546.432196929793 -7811,2892.8606756543986,3961.301660173455,716.7079201969176,1587.124819876708,1332.9405215551374,2825.0041868574244,1438.9460945730136,3329.0847135371364,260.1830584695866,1217.5286378716444,1993.278355230822,6756.590544377425,1115.0216493134153,3941.439030173272,1271.132067624483,4454.464029975466,962.049279939357,5057.740324782728,295.0675264114441,1372.4586039327833,500.192039101294,2638.9567695239143,1135.961555538877,6056.796660338764,611.6029935401358,1763.4122211604322,571.9352117526544,2401.6654581279013,691.3696059337784,4293.151789786878,881.6077937348741,2875.1524212047602,808.9165819399047,3662.739431929182,949.7479222078198,5163.328986476891,12739.202444095234,3984.9343343231226,100589.65372523895,38937.16667042622,2829.7332047399154,17654.84718819011 -7812,2725.6616898331076,3905.3530888317996,694.0807680097611,1564.7086108043861,1225.9183258500768,2785.1044362582875,1373.7175046008517,3282.065438163498,231.8902185325588,1200.3325256590017,1775.057042597205,6661.161914970317,992.9506463902452,3885.7709943391164,1131.8889180329536,4391.550139555162,861.6157991728952,4986.305889926716,285.129920814211,1353.0742942530605,458.8356778080045,2601.6847125705976,1044.4674046732132,5971.251769006751,573.6762159386914,1738.5061668065657,527.7957383535276,2367.744852541662,616.4962446329075,4232.51623869862,785.2896085762555,2834.544387746166,781.6730080700667,3611.0076891857602,917.7612770405975,5090.403240108035,11172.884579606445,3576.412930595106,92836.5349828614,36629.95713336007,2513.901982861025,16796.325410958467 -7813,2681.563339721036,3768.3733151329675,688.0582003864894,1509.8266509566245,1206.4520763537764,2687.417244670601,1359.0771541391814,3166.947401264336,227.43108246757203,1158.2310116631697,1740.8414599131388,6427.52248956388,973.8107629231471,3749.4780601682714,1110.0093067843932,4237.51706479334,845.1215048457348,4811.411831218281,282.13675713510855,1305.6153817274499,450.2267191021599,2510.4309449707425,1025.2662366152504,5761.810856133501,563.3698235367043,1677.5282793053814,520.3722492953658,2284.696496426249,604.6585225384282,4084.061258222836,770.1636878279196,2735.1230960112084,773.467361850936,3484.352043757969,908.1270383304673,4911.857979793461,10946.22942061468,3510.9178092918855,91292.1573892738,36079.97480236041,2464.272300934967,16560.473352237757 -7814,2697.943737054287,3642.570259870042,692.9578385029313,1459.42272604691,1219.666537034382,2597.70073521859,1367.4210999995994,3061.2222977200295,230.60198671661223,1119.5647257667167,1765.3320764682203,6212.946623709207,987.5105894387405,3624.3058024951138,1125.6961186977576,4096.052154366605,856.4409809881112,4650.788066565046,283.81282806786834,1262.028828516283,455.0864006972392,2426.622931142694,1036.1028528291772,5569.4590510090375,567.8535972762185,1621.525817452918,525.7954503555013,2208.4243822902367,613.0428763808123,3947.7193034323905,780.968796661552,2643.81397846263,778.0622475928741,3368.030730538792,913.5218877916102,4747.880929432197,11128.547473267381,3558.8184078094987,92180.7413341413,36351.79228220565,2501.048344251571,16665.494292943757 -7815,2768.6466883484086,3635.227419152787,706.0747217015404,1456.4807625837575,1249.3613672027366,2592.4641848245046,1396.910369234504,3055.0513617795737,236.66313333639457,1117.3078618306852,1811.7335670189539,6200.422314172806,1013.4671581180245,3616.9997800110636,1155.2834424034352,4087.7951664725247,879.144657765444,4641.412819542711,289.46988223948756,1259.4847796696565,467.0211803211456,2421.73124631769,1062.9750178806569,5558.231909794116,582.7272646816306,1618.2570800101164,538.1490328430955,2203.972550940843,629.1557976591016,3939.7613309092826,801.4962454777465,2638.484471124426,793.5708499118366,3361.241317728386,931.7305178996235,4738.309958682946,11432.400359830177,3652.139898596134,94526.30094821195,37220.504088816044,2572.12934924057,17056.913799096168 -7816,2899.2369776727555,3805.087531325538,730.5217307289857,1524.5364733231938,1292.2697285350857,2713.600005631214,1444.3564430899894,3197.8020915609677,245.4399511705125,1169.515335217945,1878.6227075978406,6490.144058747806,1050.8843305132923,3786.0081851316104,1197.8585878962342,4278.802018439457,912.4393267679067,4858.288082425523,299.30100214886994,1318.3356303282433,486.45451416658227,2534.889377493881,1106.8348970050877,5817.946581483026,609.2461694119877,1693.8719721312063,557.4349507914927,2306.9556608161874,652.5513893444925,4123.85113450074,831.128188946427,2761.770641852007,820.5224972532317,3518.2991194661627,963.3744125039121,4959.712849971304,11776.020151697483,3772.0488702063876,98206.97268408917,38780.33606434889,2645.509883590665,17767.844027681393 -7817,3034.2257156857136,4097.631623341634,743.4850692633025,1641.746428327406,1329.6513808017046,2922.227965752203,1475.734291450037,3443.6566485511416,255.43652038606223,1259.430428898076,1954.9701089301482,6989.121621048093,1093.592367316554,4077.0854120723,1246.5296622853791,4607.766396024998,950.2756143959481,5231.804713547721,304.14846675972024,1419.6923788318686,507.7470294115101,2729.777643583745,1153.8959174484505,6265.244018418778,637.3075149063412,1824.1008391412681,575.1601815221736,2484.3198458865268,679.1643416308506,4440.9025231535,864.9280225207289,2974.1020739480914,833.8116400869836,3788.7942428691995,978.9771780746352,5341.027256121108,12137.478543449997,3888.977514919207,101725.59356332006,40244.03349392351,2706.3798838975354,18389.646616651287 -7818,3092.9262870567322,4083.0109147660964,742.9913357999096,1635.888533257783,1312.4388029850397,2911.801200389702,1472.6868734195505,3431.369379972416,251.1120984766916,1254.9366708044515,1920.7836299781497,6964.18382287262,1074.4687642105232,4062.5380141783744,1224.6664718735683,4591.32548189385,937.1019532309319,5213.137176035278,303.30917219911987,1414.6267920622886,508.78482020249663,2720.0375578289627,1156.0090261125922,6242.889078939561,647.6608152590204,1817.5922875600186,569.8298755279303,2475.4555750554878,667.8947162379699,4425.056993937664,849.9509181856452,2963.49021722349,831.5107454563258,3775.275493120658,976.2757006374367,5321.97000300911,11701.266154665323,3798.8737423434736,101393.71600836371,40558.977896308985,2609.2484971234026,18589.010131766994 -7819,3170.4623775398777,3919.194022249293,732.4093188592966,1570.2540831873712,1319.2799309971194,2794.975104591262,1462.3463805394147,3293.6973823611647,256.2319088799271,1204.5866154144219,1959.802295315834,6684.769690362485,1096.295448107763,3899.542526998245,1249.535684564921,4407.114200396419,956.6167115216466,5003.977820287915,299.3578939600917,1357.8697149972782,520.4251934157127,2610.9053243977273,1180.6281047597067,5992.414438879101,663.6462777710065,1744.6675938410337,573.5272839760858,2376.136359815962,681.5421447211145,4247.516668650989,867.2362185423755,2844.59027585086,820.6784640247482,3623.8054352177396,963.5575328904741,5108.4441011292865,11821.041324886382,3833.9155006860396,102760.9171899346,41132.377699562036,2614.1048842702667,18787.689458763987 -7820,3119.0414985626144,3666.288296965284,721.7595706286615,1468.9255330992178,1289.2573958200169,2614.6152647965177,1437.8953548684055,3081.1549767994156,248.4272974094937,1126.8545996200235,1899.6728721091888,6253.401271932562,1062.6595996773647,3647.9049133798403,1211.1721524968452,4122.722969206227,928.5243280327256,4681.070959142343,295.2432382219912,1270.2463355057248,508.4231926333594,2442.4235138606405,1153.8689699564118,5605.723728681164,651.8809458689333,1632.0841339013186,559.6929847309309,2222.804198651848,660.8741717554476,3973.424271682956,840.6873436303307,2661.0287673453386,809.3982892932107,3389.9611456319203,950.3134941940159,4778.796027281836,11429.159619917431,3727.369181307667,100543.63451035315,40365.05630757046,2542.509222431926,18490.54287205865 -7821,2851.4967391226037,3492.8542300255126,650.2384003866144,1399.4378909386317,1173.2234538218331,2490.930676426363,1300.8501663019006,2935.4006892982493,227.66739391825365,1073.5486508697147,1741.0184681990224,5957.583614686315,973.9097797365038,3475.3404739000744,1110.0823732589422,3927.6972228656323,850.8114357372457,4459.632515594487,266.33164417899593,1210.1572289931648,465.64189120304377,2326.884470313845,1056.0933495756317,5340.544510448191,596.4994516179424,1554.8782608212673,509.26317876954084,2117.6542647249144,605.6286714163899,3785.4611124066955,770.4633733523392,2535.148584451255,730.1382361246261,3229.5987571254286,857.2543673426181,4552.734691414402,10432.872186488887,3397.909302039672,91655.81423260261,36809.52083830706,2305.686907324007,16830.58681839803 -7822,2413.355729717997,3393.4984060015368,575.6043493978983,1359.6302449082482,1008.8923002690575,2420.0750226703417,1134.6971380913526,2851.901884275503,193.00861547624714,1043.0110721983572,1475.9519513532255,5788.117444543688,825.633998777182,3376.4828366188026,940.9085913997765,3815.972092529561,721.2659220522822,4332.7762444045575,233.78571077208346,1175.7337573087168,393.4807074848893,2260.6951853533515,893.894839693825,5188.630297707505,503.6349647608011,1510.6490429132139,440.0912848354151,2057.4166279346455,513.4362323081406,3677.781952795406,653.1651320440237,2463.035132230396,640.9147775904162,3137.731354523098,752.4972190198052,4423.230086573015,8931.004141950541,2912.7830862266655,78388.08858283373,31448.902467232692,1996.668497386849,14424.401074893847 -7823,1938.2187905326025,3182.6353331764203,487.46357720569875,1275.146394601943,907.6719488974826,2269.6979207259037,974.1292421428994,2674.692195993186,176.7190816170597,978.201105208125,1354.0346652224207,5428.459037729458,757.4345859331872,3166.677066558163,863.2785102094269,3578.8576150856875,653.0599168922959,4063.548915126007,200.34610918178996,1102.6767514613348,336.2346743442076,2120.2215276491083,763.9416618526494,4866.2224467436845,408.68012160551126,1416.7812813767268,388.13052741073557,1929.5741655717525,469.54804706684416,3449.254247470518,598.8522185389339,2309.9886019771902,549.2413611734095,2942.7609741202864,644.863578286486,4148.382193255081,8811.554893627155,2736.951116270212,68352.76369377809,26147.865966635927,1987.81348450869,11855.514224870938 -7824,1779.6763552080613,2953.187715732872,405.47446623589025,1183.2165089869493,872.3082812989015,2106.067241835849,936.2729809322575,2481.864024519018,157.5220983844903,907.679072529426,1202.352910238689,5037.101919427813,672.5852019177125,2938.3799378985227,770.9047827140164,3320.8449095799165,593.6628397463376,3770.593072142128,178.62714869859164,1023.1808221615486,309.0131615888451,1967.3671390547113,701.1695436212789,4515.398984590612,349.4659493479302,1314.6404278325463,326.8073575378072,1790.4642303693463,419.5033630684423,3200.5851144444387,569.2633502305715,2143.4532230978166,489.6996437535856,2730.6067611700196,574.9557241681437,3849.3104144164918,8513.07819571541,2629.57176258623,60646.045943560166,22109.863648089802,1995.5873160785839,10036.354365340141 -7825,1808.3617860836553,2802.0421065027945,402.9222661728169,1122.6589023203721,830.8978485887015,1998.277677816281,918.6589795285468,2354.8409951282,148.59015794296866,861.2236082621279,1133.1281866699421,4779.300549636805,633.8615257967466,2787.992198068413,726.4185824873387,3150.882423164623,562.8769714203553,3577.6122521246634,182.29184510842953,970.813921170373,301.6019504567088,1866.676314957244,685.6879934959784,4284.298629267125,352.28678389269334,1247.3564799396743,315.42805974515613,1698.827384711982,395.93591897480104,3036.777583877296,536.3401590425736,2033.7502260497959,499.74627182461177,2590.8529553804033,586.7514573113182,3652.3008018533833,7783.781622130036,2469.856860573877,59117.54814121817,22156.402622074787,1864.148878720829,10172.058790959745 -7826,1866.3704696779596,2731.407847423481,423.5248797580915,1094.358763796342,920.395446721337,1947.9048219338804,986.2823561657183,2295.4798425764734,165.8626461610361,839.5137662401135,1266.1049000540536,4658.823290405935,708.2474809187344,2717.712110994614,811.8899564445995,3071.4545498683005,624.7843634055414,3487.427315176198,197.90633055851487,946.3415116135668,325.5004533884978,1819.6208841548603,740.2174021367703,4176.2994458678095,367.72220301170665,1215.9129478942962,342.7348193332324,1656.0031126054705,441.6967000426277,2960.22608091164,599.4598540838538,1982.4831733399046,542.5527993766166,2525.5423811880873,637.0105464524388,3560.2331057702304,8985.12438905796,2786.6185850805177,64271.48555301031,23481.97979164654,2144.776009650926,10718.108883807125 -7827,2140.7355151290344,2715.8124262035376,489.46890100524433,1088.1103428938247,1093.1871896864639,1936.7829397795645,1153.374202938586,2282.3734238186016,197.60778511576106,834.7204246610424,1509.121620098797,4632.222974502289,844.1888075698474,2702.194887828735,967.8362123203667,3053.9175762126483,742.254059701896,3467.5152767724817,229.6782586315654,940.9382194961141,381.56192469876044,1809.2314601895707,867.3176625421291,4152.454179017469,423.90410030531257,1208.9704934354786,402.7526512950164,1646.5478911499922,526.0899516040032,2943.324184447651,714.6182455563436,1971.1638604153077,629.6543512520851,2511.1223826219266,739.2763668865025,3539.905370760591,10867.519136626328,3336.5934690024437,75548.95145931121,27174.153730733917,2597.676108154976,12362.50826225312 -7828,2756.882574878947,2729.5883804589103,624.5386208005725,1093.6297808947243,1362.6865216835818,1946.6072681917765,1457.9670956206767,2293.950759416906,245.43568993887413,838.9545427007153,1873.5745118614661,4655.719918246167,1048.0604160704058,2715.901767142145,1201.4347528437365,3069.4085683090334,924.144750574488,3485.1042425536716,276.2399215206893,945.7111271328284,481.15162331082814,1818.4087839224158,1091.4442001616278,4173.517496301735,543.0007913892929,1215.1029943596843,506.34416383347093,1654.9000027350592,653.5908764944526,2958.2541917384583,887.0845465798668,1981.1625859933054,757.3014076793945,2523.8600469535536,889.1466122547548,3557.8615351795443,13307.468795013112,4111.683845381861,94394.45726886214,34210.36512417964,3150.2644256907556,15547.284963334068 -7829,3314.894183634214,2714.9026927212526,704.2193355460446,1087.745851443016,1342.3649522662135,1936.1341629085125,1575.624700633258,2281.608882238818,233.897922027604,834.4408128913434,1779.9523868928115,4630.671288422405,995.6890571376051,2701.289715902501,1140.7933438576529,3052.894585433015,895.9168265588719,3466.3537404612184,312.80151592301866,940.6230272557451,511.38702868026803,1808.6254100733488,1163.2551342691131,4151.063204234432,636.1608388303365,1208.5655166681727,519.4818380251656,1645.9963362147867,624.0280845419575,2942.33823986106,841.9727786813517,1970.5035667420084,857.5336505625556,2510.2812155046595,1006.8291601736255,3538.719585465248,11376.775745858922,3808.7544339072556,98588.53863611037,39071.07148023256,2711.6930227356493,18189.172707913778 -7830,3356.8896639714476,2701.581605207022,708.2651284962946,1082.4086591675207,1345.2390137478076,1926.6342229318266,1586.82898874987,2270.4138174304053,233.43012627741436,830.3465007365202,1776.0304234123282,4607.950187718468,993.4951467000188,2688.035422552208,1138.294336692593,3037.915088726446,894.9253817689662,3449.34554283566,311.30033162760463,936.0077157392153,514.3447543010375,1799.7511113986147,1169.42714495672,4130.695374341685,643.5393658037696,1202.63550412762,520.0784198058351,1637.9200020973228,622.8558838629376,2927.9012048635486,840.0662104428707,1960.8349880006604,853.4182099924708,2497.964134731666,1001.9972266743339,3521.3563136939665,11268.656377422534,3793.0948605907056,98842.9123412266,39310.584147918256,2682.69199666251,18319.12082173318 -7831,3215.3948467794457,2832.063286205615,673.4591648138702,1134.6871100954497,1275.3796846142889,2019.687296580623,1512.5390181413177,2380.0708460723554,220.22570417699345,870.4507889129634,1675.2137466545466,4830.506147269139,937.0992214135371,2817.8628465479746,1073.7400784273007,3184.6410905410908,845.200594846029,3615.942918205231,304.6332666269386,981.2152563672346,489.5799993006905,1886.6759519963439,1114.5189003267806,4330.200758557504,616.3314007600648,1260.7207020371375,491.9985188794156,1717.0286822878293,587.6966197996106,3069.313727910072,792.3297482628436,2055.5398989691284,835.1407007812753,2618.6114469378826,980.5376265325768,3691.4316837365413,10548.54479677348,3586.8249077346168,94266.59588861343,37713.80746239083,2551.5075601517565,17654.20045650662 -7832,3127.7924228508286,3045.7855241049783,654.3083794563603,1220.3165060437555,1237.9701027288468,2172.1034134748365,1469.2091991615498,2559.6833815899263,213.5091455716334,936.1395365810965,1624.048070215318,5195.041286370559,908.4776107981453,3030.5134453502988,1040.9397147809743,3424.970684901467,819.6200585663664,3888.8207936253734,295.0434134661979,1055.2628673345614,475.3818857568534,2029.0543404368818,1082.0703364539938,4656.980248684067,599.1663745035305,1355.8612489019756,477.4548658531101,1846.604604656291,569.7882726606327,3300.940119149039,768.1192791710157,2210.661639870513,808.8504772028422,2816.225497921283,949.6703087207497,3970.0063343608945,10209.431031530623,3473.044095654764,91437.05596321674,36649.27597315934,2455.8385376079214,17153.680001890505 -7833,2942.565396739895,3256.4536531405843,614.4424005309274,1304.7222506784012,1160.6860947551834,2322.3414911618934,1380.5836331715225,2736.729238776979,199.84502091070507,1000.8895864867778,1520.0036831630443,5554.367187488963,850.2761339455078,3240.1252491022396,974.2933348104265,3661.8659490228683,767.584220271501,4157.799221116114,285.0896591017716,1128.252331675603,446.51481600782915,2169.398129659212,1017.6999713504674,4979.09003224617,564.0342687827715,1449.6422293017677,447.3191590691984,1974.3288761299993,533.3458503347674,3529.2565496580605,718.8943947101254,2363.566677968742,781.5626320920467,3011.015627394955,917.631684746254,4244.6001296561435,9530.762630966386,3256.8407059141073,86106.15128353583,34679.7641372445,2307.830214142336,16274.20123050079 -7834,2846.3529928725143,3420.5954477711393,595.1568427492,1370.486875184643,1128.0593536367523,2439.3992910592397,1338.64988738932,2874.6742846822194,194.40478413126374,1051.339502392853,1478.7555898126566,5834.335488991503,827.2023284441899,3403.4440092825052,947.8686852986398,3846.442581332515,746.3323555894605,4367.373407811306,279.05092097003495,1185.1219764619607,433.125718134022,2278.74680776093,987.6049546828148,5230.061444884517,545.9071412143277,1522.7115563779723,434.2680511987943,2073.845073637176,518.7997520424925,3707.1489950837245,699.404305827098,2482.7024365497414,765.0076574794113,3162.7860996277186,898.1945102691931,4458.549522763249,9301.958656196217,3173.98263749597,83686.74601278063,33662.552641220784,2260.2272951853574,15801.934899334825 -7835,2732.043414098322,3574.210334496442,571.0321916912317,1432.0338161499017,1073.8661957346749,2548.949821513819,1279.335482766109,3003.7724991177624,185.0235466588259,1098.55391316895,1407.1957671885477,6096.348579678048,787.1724193060505,3556.2886452369003,901.9374575846534,4019.1817580193656,710.8911661537321,4563.50697039474,266.84828479513567,1238.3443995604,413.7457357645339,2381.082625630866,943.4626770218548,5464.937304567314,523.1913992083282,1591.0947273258048,415.06100426963684,2166.9789975217395,493.8064899360742,3873.6326619332126,665.5303085894595,2594.1976599359878,731.5545870405733,3304.8230741396433,858.917303137941,4658.777696587403,8805.83059399795,3015.3493121745378,79914.57392939096,32241.715199806535,2140.2488114690314,15140.45776040248 -7836,2656.1750299416726,3528.658712735798,553.3971916624675,1413.7832218543922,1031.9410058752894,2516.4646605159237,1237.0932621664795,2965.490838015097,177.49383729791842,1084.5533626547908,1349.637755034681,6018.653497790356,754.974994659068,3510.9654269371786,865.0209945601705,3967.9591857321157,682.754498143021,4505.347230490465,262.2054661550755,1222.5622853535888,399.74792647510276,2350.7368527207614,912.2799843684825,5395.289261014679,508.2397497751644,1570.8169768797861,400.0480683828294,2139.3618741796467,473.77149896285215,3824.2650440980083,638.267086980102,2561.135836618754,718.8264734776884,3262.704665716355,843.9732413151693,4599.403776296903,8379.11813113732,2891.114846007253,77277.19313082601,31362.659066080898,2050.496540996726,14760.807114314355 -7837,2656.2891071895515,3379.0726475186593,556.4884814224105,1353.850458035688,1050.1788824947723,2409.787286060316,1246.7401010254712,2839.778452089219,181.3204904357653,1038.5772331265925,1379.1921462480639,5763.512162815002,771.507450323738,3362.1294113051204,883.9561332271685,3799.750398808746,696.0928840951111,4314.357616727707,264.5994029846627,1170.7357142293079,403.45223226577,2251.084972279541,920.72770660265,5166.573435267465,508.46526727034774,1504.2272752745685,405.700304878487,2048.670551814276,483.88994766968113,3662.1477052266196,652.3087573328983,2452.5647722356603,725.3893617125308,3124.39286153178,851.6787199811843,4404.426939699497,8667.34398624852,2961.6239383495645,78225.70858308373,31521.627343349628,2116.193351143541,14808.70529190625 -7838,2626.4983067889175,3278.8720691745184,547.506349432585,1313.704354936581,1023.981463648336,2338.329195354005,1224.887619475059,2755.5697140860516,176.10548025675934,1007.7800144012831,1339.161191938642,5592.605138240779,749.1145012503946,3262.4312554433322,858.3140496485714,3687.0753464379122,677.1942949719861,4186.422773806524,267.98556788686443,1136.0195634119939,395.8459159808316,2184.3329252971093,904.775614782773,5013.367600331827,502.52898592148034,1459.6220067094714,396.39098098265407,1987.9207557780348,470.04883284211496,3553.5530236903,633.3239390430922,2379.838188868197,734.6724060782955,3031.7443735125353,862.5779304745637,4273.821246165064,8332.686522399066,2882.839530728511,76974.44103027882,31235.365174961637,2075.986372275974,14743.047568108868 -7839,2731.06982329803,3279.781802656804,573.0606362767489,1314.0688463873898,1082.1088394719443,2338.9779722250573,1284.049110989311,2756.3342556658354,186.76303955511582,1008.0596261709823,1420.6385976515917,5594.156824320664,794.6922155026077,3263.336427369567,910.5727864755759,3688.098337217546,717.1533952139232,4187.584310117788,267.45671655637665,1136.3347556523631,415.5640713589995,2184.9389754133317,947.5142476679188,5014.758575114864,523.4805734078801,1460.0269834767776,417.8199310475503,1988.4723107132406,498.4043437952364,3554.5389682768914,671.9183164895309,2380.4984825414967,733.2225799459003,3032.5855406298024,860.8756914705086,4275.007031460407,8938.835214000985,3046.58931284122,80315.43955765947,32306.769017657483,2166.037460659405,15154.26583496406 -7840,2878.8292455917126,3474.0747416175705,604.4085195874604,1391.9137499582835,1138.9327159668303,2477.538075223365,1352.229380177096,2919.618375011134,196.83614320822397,1067.7766680966968,1497.2383437705794,5925.552397503074,837.5414116675319,3456.655148992375,959.6172778872193,3906.579781481262,755.7552790069839,4435.655100101349,281.8286541109957,1203.65076403442,437.70147509485105,2314.373870941778,998.009907348349,5311.830831857222,551.3614655639425,1546.5183876768785,440.75948068458604,2106.2686009962163,525.290641128743,3765.108409889637,708.144417422069,2521.5182436701093,772.622708939849,3212.2346736488334,907.1353324300047,4528.256707871061,9415.499871450496,3210.8648637084684,84668.46215256238,34030.44616024134,2290.9615101233803,15962.3577747073 -7841,2987.2951253019955,3809.9611008507177,624.9778445103813,1526.4891050130684,1164.0895168413613,2717.0755940853815,1392.5363587985403,3201.8978477538767,200.53573092142082,1171.0132545824865,1524.9444276313532,6498.456658139631,853.0399411335171,3790.857317762919,977.3346991505341,4284.2823231498405,771.3095333921374,4864.510594929671,288.5355093270382,1320.0241592514367,450.1462880951565,2538.1360727454753,1026.1661605148413,5825.398227976099,571.1563562521352,1696.0414893249563,452.1252009442781,2309.9104177598674,535.2547366452154,4129.132977572685,721.1867632682229,2765.3079274268744,791.0093015375104,3522.8053693823435,928.7230072360181,4966.065267675304,9490.069777063965,3261.5968328494323,86860.51351633004,35101.81131077872,2310.788590178101,16484.248242936294 -7842,3082.74439138797,3873.8373442781603,641.2207354138329,1552.0815945635213,1183.9229968639713,2762.6289678507487,1426.625169092678,3255.5795523537645,203.30897649387524,1190.645981984814,1545.6000167437205,6607.40711417062,864.5944884345362,3854.4132750072226,990.5328909010831,4356.110841431642,782.996672852153,4946.066982171452,289.0386762845417,1342.1551422968078,460.5724612465904,2580.6894199695357,1048.8961081977945,5923.064462728184,588.448695917406,1724.4766245317103,460.95815795994605,2348.6374273630545,542.7476221367697,4198.360325631652,730.8938537318351,2811.669944688603,792.3887149225035,3581.8672777235925,930.3425747235842,5049.324278861473,9519.12583426351,3290.201933561524,88416.1278286729,35893.288056094294,2298.910268970918,16850.835013115557 -7843,3184.1669810004482,3762.590012125503,663.5489600738362,1507.5095278159415,1230.2015900580552,2683.2928793453825,1477.95283666947,3162.087103491644,211.53170820540765,1156.4534805289293,1608.2971314190368,6417.658204092172,899.6666799470796,3743.723755610729,1030.7309270238159,4231.013769303324,814.156026019695,4804.02778240287,289.0386762845417,1303.6116605638874,477.395326504121,2506.578199602927,1085.435043657653,5752.9682348573915,608.2126645967128,1674.9537853443258,478.38693806081784,2281.1901845473635,564.6597972537201,4077.7934705642992,760.5689141728951,2730.9255167630417,792.3887149225035,3479.004626724522,930.3425747235842,4904.319776794118,9947.615983815816,3414.9872440919066,91249.70020216297,36859.54700822402,2369.597461929507,17246.211767535147 -7844,3128.3429533511962,3580.5134834071696,648.2605723606913,1434.5592193980747,1193.3070492065935,2553.4449151953268,1442.3235030199037,3009.069676279709,204.46401374491683,1100.4912219037876,1554.165187612803,6107.099539837986,869.3857665438043,3562.5601891032793,996.0021793981663,4026.2696176440695,787.8734638508763,4571.554751945792,281.8228648456997,1240.5282299516505,465.2808878600895,2385.2816841510785,1057.910882088549,5474.574765823027,596.4692279943108,1593.900635780776,464.49832633016166,2170.800482557461,545.8762623763171,3880.463844546606,734.9135851180058,2598.7725485475003,772.6068378856799,3310.6511564320767,907.116698245644,4666.993488836715,9522.062562930078,3295.093749585741,88818.55771907866,36041.77618170752,2278.1120025923174,16893.457356854775 -7845,2878.9504884261487,3446.6527977342157,598.0911676433566,1380.9269452460583,1111.2404843507145,2457.98210273556,1335.374129966594,2896.5729263104276,190.57466248355306,1059.348377386155,1448.9036615195628,5878.780184062855,810.5034332631922,3429.3707033285364,928.6214385159499,3875.743941866094,733.617145980499,4400.64310574677,253.34341540170539,1194.1499771598287,431.10187918354643,2296.1058038637166,978.8918490861514,5269.902912102322,549.9483292616661,1534.3112408549002,430.620835571679,2089.6431730260347,508.72885658574296,3735.3892474623294,685.1834300638941,2501.615122142395,694.5314929639803,3186.879514214367,815.4485358286795,4492.513780453544,8949.022002912734,3066.1681416800798,81958.61721882923,33111.9102490167,2096.70990606407,15464.280534167814 -7846,2441.335623799004,3397.8521296234526,510.1703781286564,1361.3745964906327,941.6207917176915,2423.17988276822,1131.187041290888,2855.560761079157,162.3246957007722,1044.3492139623015,1234.1611087728897,5795.543369247282,690.3784167480545,3380.814729941276,790.85602138468,3820.867833105256,624.6881106473379,4338.335024173064,228.36118492894636,1177.2421770042222,365.49868364602173,2263.5955674525494,832.2074242148798,5195.287104220974,465.34355148156965,1512.5871456130485,367.8986499700495,2060.056211721489,433.3093975756545,3682.500400912495,583.6373463067822,2466.195108441917,626.0436429825482,3141.7569391802926,735.0370389344569,4428.904915027045,7631.263028625918,2629.2748550794245,70326.57750316359,28406.24639747357,1854.9301156382858,13321.334436038587 -7847,1944.5395058692407,3169.3142456621904,421.4034274077688,1269.8092023264478,822.8363801891182,2260.197980749218,944.7250695249415,2663.4971311847735,145.09729811093374,974.1067930533018,1105.0523774250123,5405.737937025522,618.1561753383231,3153.4227732078703,708.2369273933766,3563.878118379119,553.4527553643234,4046.5407175004493,189.54165749735205,1098.0614399448052,307.9830452579934,2111.347228974375,700.7651541656519,4845.854616850938,374.38963011751054,1410.851268836174,317.44405101027326,1921.4978314542889,386.9304242567945,3434.8172124730067,522.8473216008008,2300.3200232358427,519.6213611937322,2930.443893347293,610.0867742691539,4131.018921483799,7261.859810454118,2386.8157100330764,59981.031158414684,23227.822459491512,1764.4606596891008,10774.14296597044 -7848,1677.0628651992333,2961.9601421388247,351.34437329462247,1186.7312465338039,758.2199474889876,2112.3233019523686,850.6976556097264,2489.2363867256895,145.48725549226967,910.3753277730625,1157.726237244838,5052.06460048329,647.6214499187039,2947.1083778891875,729.8500174111188,3330.7094594761775,504.12671197718515,3781.793596259151,154.46577633465677,1026.2201746600629,239.44160586176812,1973.2111913473925,546.0037742169106,4528.811950205635,302.4424791918388,1318.5455593424779,289.9400021028698,1795.782793632267,377.5568205085588,3210.0924333401776,488.5700539795476,2149.820338047555,423.46214556017713,2738.718012184761,497.1863624243547,3860.7447679268494,7385.43759992527,2357.109739330964,54173.390162616786,19837.514209426798,1704.7470271177656,8920.757215016067 -7849,1797.8999019396138,2857.5358048001585,373.9833187983436,1144.8928631418867,796.0594098504944,2037.8530354847987,902.0471338937358,2401.47799441477,152.28995541986203,878.2799126526123,1211.3702767930943,4873.953325253012,677.629434150291,2843.207641667908,763.6767819819057,3213.284811107251,528.656797360207,3648.465910777263,163.81838612126845,990.0406325460809,253.68565104054403,1903.6453426533915,578.5122576070647,4369.148023570159,323.6320020022541,1272.0600431039795,305.8824445849747,1732.4722090091336,395.31308612247216,3096.9201558410755,511.32959470517756,2074.0281080968516,449.10197530631564,2642.16410873711,527.2900536711812,3724.633647358776,7652.966672494369,2459.365160225614,57197.45696980926,21128.1431130435,1765.4338144908902,9524.682424446359 -7850,1812.2928778145638,2820.2367635422042,381.4484502869813,1129.9487262857422,846.2039761342488,2011.2532062471346,937.1159883890465,2370.1318161295217,162.73541564232778,866.8158397814927,1295.7408467807022,4810.3342497325675,724.8255579903063,2806.095624050015,816.9529926324791,3171.342224581575,562.3309088305825,3600.8429622543704,170.11318816796077,977.1177616100962,264.0560825640605,1878.7973088835722,602.0937936515606,4312.118105652946,329.09994763283106,1255.4560096739772,320.03956325537723,1709.858475773126,422.1584156812371,3056.4964619467532,546.6245569302489,2046.9560903660113,466.35893955963843,2607.676286069578,547.5514332857553,3676.0164913286644,8382.101512038998,2651.2668458925414,59906.660146133174,21675.278102291963,1936.4602152696946,9720.536967064529 -7851,2027.2341352649426,2870.5319902006363,427.0119747270179,1150.0998809815515,963.4649035638307,2047.1212713625775,1058.483142894061,2412.4000109291924,185.35344185121807,882.2743642913896,1476.2873435508286,4896.120256964544,825.8216140996266,2856.1386620180638,930.8279007943515,3227.8989570016047,639.4024647999273,3665.0592774549905,192.47071781716875,994.5433763412631,298.35701972742316,1912.3031966576423,680.3495262252371,4389.019080885019,369.07563426823316,1277.8454222873122,361.4624751470198,1740.3515608589462,480.73719866996476,3111.005070699597,622.6772990301519,2083.4608696298305,527.6512704521915,2654.180775180258,619.5146804389716,3741.5734279027743,9619.656112660972,3029.087580335588,67830.06961661308,24388.017307249203,2223.3432101244653,10925.237562612529 -7852,2556.613077242129,3004.3276967114703,529.7378737241764,1203.7061207514826,1150.630493293937,2142.537743901582,1294.3002611849695,2524.8421522991116,219.62389933911612,923.3972370932748,1747.467550138418,5124.328781091387,977.5173370863098,2989.2634944470888,1101.7737154491128,3378.3515640347096,761.1519326032757,3835.887959074004,235.95665323254187,1040.8991160255816,363.9596161694387,2001.4357888507195,830.1401968863509,4593.59158201764,461.75506048644576,1337.4058911029258,437.08741953144397,1821.4694747011395,569.9936093290257,3256.009245122313,737.4970846586649,2180.57113350824,646.8663351069605,2777.8923356976147,759.4849350729029,3915.968439683648,11116.02913744323,3560.0384436516274,82141.51209392119,30207.15592924171,2565.3960116820745,13621.022510803054 -7853,3456.0116599194885,3306.878844426407,696.9424502801141,1324.925476663785,1419.1703266291538,2358.3022406139553,1664.4738467817442,2779.1066560725526,266.9429137105054,1016.3880563654784,2119.9707604508494,5640.374868768478,1185.892220025834,3290.2976000332696,1336.5798327924244,3718.5688260205,933.0832002256144,4222.181473524535,304.6905052570119,1145.7229748056072,466.16571310951406,2202.9905978209104,1063.673139829764,5056.189722291877,616.7988258733031,1472.089496941536,549.9449189102098,2004.9007564157714,693.6388565149279,3583.90601056521,895.6992036778788,2400.1657868608427,835.2976183436953,3057.6402857344233,980.7218632415199,4310.326467650642,12875.215402967136,4261.9623447208005,103838.59025016206,39675.976929377444,2962.618619942525,18084.685244792658 -7854,3578.2592366506956,3964.0308543171623,722.5615343272808,1588.2182917037312,1490.1408485278432,2826.9505129754866,1736.0549074484466,3331.3783329793105,280.5663648073356,1218.367471243433,2228.8151001366737,6761.245591866117,1246.7787464040643,3944.1545396804313,1405.2479375330643,4457.5329952265065,979.2502321625665,5061.224925668737,318.04156089183897,1373.4041784700603,486.39557057014315,2640.7749156735226,1109.8541973488054,6060.969575050414,639.79867570572,1764.6271486564415,574.3224548897438,2403.3201191120334,728.9022749421914,4296.109616715468,941.5245798069923,2877.1332976497706,871.8990377569396,3665.262927452901,1023.6955428689309,5166.886334147129,13635.953752978576,4491.911781721764,108538.85282390451,41255.191700938594,3139.1620013916136,18785.38168539634 -7855,3471.9510293595595,4468.347746337511,699.6013733602339,1790.2765859396543,1452.4087519830264,3186.6043474168723,1689.036111129144,3755.207114534409,273.0718210850453,1373.3721417461866,2169.4486129071634,7621.43323630956,1213.5696773691843,4445.942702336452,1367.9072541604671,5024.634833947696,952.7163616768494,5705.130414332968,309.883249202453,1548.1331228776066,473.16079307660823,2976.742885384793,1079.7383963691846,6832.065828095562,621.7476686695978,1989.1287511643882,557.2841958681956,2709.0783176589866,709.3960654806643,4842.674648448527,916.4039664958115,3243.1715490974716,849.533331552536,4131.569592547935,997.4359958765801,5824.234410694418,13298.82829636496,4377.786857532964,105564.18818991157,40092.50256809619,3061.9242720076386,18263.565654089933 -7856,3336.4522519624493,4614.87971529719,668.676466694195,1848.9857034955048,1375.4554499870223,3291.1036916555104,1609.9315660442642,3878.3528327241224,257.6727237258778,1418.4095773865502,2046.4419967029344,7871.365354803817,1144.76090326266,4591.739935461214,1290.3562339762889,5189.409304807809,900.2996078055894,5892.220596261886,295.9667520176294,1598.901551743263,450.6061204033777,3074.3601750059224,1028.412924201773,7056.111966553239,596.2443991306609,2054.3588919163763,528.8267237344829,2797.917996772574,669.5314276220496,5001.482040252334,864.6100386702419,3349.525919827186,811.3817752893549,4267.057486878945,952.6423025601995,6015.230408394304,12442.854122934026,4121.43586473279,100320.1334130249,38354.038328827264,2863.312967877412,17509.243556892197 -7857,3142.97650977878,4620.727997466775,629.15640694388,1851.3288610182733,1293.6343826340383,3295.2743969014923,1516.0281466866145,3883.267739096177,242.07142802269598,1420.2070802365383,1922.454490648324,7881.340471923815,1075.4034283608373,4597.558893364476,1212.2271767834923,5195.985669042697,846.0677091330635,5899.687609657307,278.79043631436565,1600.927786014329,424.2587538434327,3078.2562084680235,968.3023347787203,7065.053940417433,562.0977036222815,2056.962311987694,496.9000357449613,2801.4637043406924,629.0104633147337,5007.820250572432,812.2463352364998,3353.7706616020487,764.2935485434858,4272.464985612745,897.3560758826724,6022.853307995945,11676.530754861811,3871.819006970561,94369.3395596292,36120.412962101866,2686.7695864283232,16498.29425459192 -7858,2979.8320846574115,4671.4780971695,592.9256776589689,1871.6622639648908,1205.1742676775536,3331.4668549475555,1424.0334426357092,3925.9182099829177,224.66399680044395,1435.8054125685937,1783.5040489411288,7967.902332946695,997.675824346774,4648.054523567187,1124.6232949219395,5253.053903940404,786.619976794048,5964.484701061342,262.24874215807944,1618.5109990495114,398.1557641377376,3112.065125499264,908.8291066564914,7142.6504126784885,531.861645241632,2079.554215790591,464.28646288597804,2832.232570715601,583.9260712153502,5062.821838449755,753.7146407374586,3390.605592277407,718.9451130204932,4319.390064110142,844.1125358503366,6089.003145433519,10724.563120582821,3582.8278343754546,88318.5203099969,34065.70086666868,2466.090359616962,15595.670942291183 -7859,2880.272912118583,4721.64336550369,574.3552984929163,1891.7613498965293,1165.174856840326,3367.242240221473,1376.3995080370942,3968.0771875838636,217.51848447927446,1451.2239936469955,1726.8098851884627,8053.466676882094,965.961628580763,4697.968254843799,1088.8302778134737,5309.4644988706905,761.5574856457273,6028.535087101942,253.2076781452081,1635.8915875656712,384.92098664420257,3145.4844370847636,878.5650545912032,7219.352682734392,513.8106382055098,2101.8857761834015,449.81900692903145,2862.6468644229544,565.3476639679499,5117.189601879475,729.7478498918008,3427.016046487834,694.1593743547145,4365.774389820116,815.0116318464203,6154.390688803033,10388.323220856728,3467.7976459614893,85430.31903624928,32926.124464193286,2388.8526302329856,15064.893341277659 -7860,2793.261655560009,4672.192886862274,554.8212729368864,1871.9486497440398,1115.007856601335,3331.9766075612256,1325.9875138018497,3926.5189204674366,207.7157217721427,1436.0251072537415,1648.4945059306247,7969.121513330752,922.1527229567574,4648.765729184721,1039.4554981113047,5253.857681397563,728.2133066334417,5965.397335584794,243.92424835557728,1618.7586497835396,370.6356728068469,3112.5413071335724,845.9785546977656,7143.743320059808,497.74394804162534,2079.872411421202,431.7567110589794,2832.6659347616214,539.9730881541627,5063.596508220478,696.774803846953,3391.1243937957292,668.7091989815157,4320.050980298268,785.1306135558149,6089.934832706175,9841.50201277415,3303.393595233693,82073.48360898967,31807.483935440298,2261.962074816453,14573.754453439666 -7861,2751.2544046920007,4635.218741414922,546.2677136540258,1857.1346847983223,1096.9849672011667,3305.6084779273747,1303.993612367342,3895.4457851790007,204.3174813121184,1424.660892961359,1621.483585792714,7906.056596051751,907.0430617081867,4611.976978295421,1022.3788789306091,5212.280438596243,716.2544809711197,5918.189209961949,240.1393432853794,1605.9483443850718,364.42611800003385,3087.9097138351776,831.8558786053632,7087.210165083019,489.4615675686283,2063.4130085425104,424.8725536764396,2810.24917997178,531.1477856375261,5023.524927633963,685.3683196568854,3364.288188698369,658.3330233664387,4285.863566132499,772.9479590634944,6041.7411596875545,9673.885666636615,3248.3260717497337,80756.68458685375,31307.921917690743,2223.3432101244653,14346.834046089121 -7862,2743.602015033948,4579.335155538537,543.8884122358164,1834.7445126334892,1090.3546217767907,3265.7550717440945,1298.8859831201394,3848.481123701902,202.77452265052835,1407.4847544017728,1609.1028582588729,7810.738809043893,900.1173961591395,4556.373602078528,1014.6198534794358,5149.439624008671,711.2394315728833,5846.837747733729,239.27965096088764,1586.586549996683,362.9169706673411,3050.6809491752047,828.4336616661421,7001.764635976553,488.4443939522366,2038.5358831048152,422.2725284979033,2776.3679738962596,527.1651010155929,4962.959806038451,680.1689829374441,3323.72732234136,655.976209029377,4234.191910917512,770.1808263706696,5968.9001181367885,9579.300571123664,3222.76327716299,80322.90934524653,31198.78924632266,2201.275287443328,14307.150343067071 -7863,2818.792007424388,4564.90939075251,559.8058800924331,1828.9647232355255,1121.755077667991,3255.4673306389745,1335.4258250137589,3836.357686218441,208.6831804394083,1403.0509133926992,1656.0435602754924,7786.133516564245,926.3755947921345,4542.0201704933015,1044.2164935153778,5133.217923199995,732.0051769538782,5828.419112009096,245.97823877729468,1581.5885047334434,373.1540878247806,3041.070731902335,851.7934540475193,6979.707763899051,501.89963743231016,2032.1141126602608,434.585769521123,2767.621893954405,542.5150963331909,4947.325551638481,699.9976754693511,3313.2569577717354,674.3401368603121,4220.853412098111,791.7418905031152,5950.096963047477,9866.894083517076,3317.4497379930835,82610.46124573216,32068.03046400367,2267.4790554867373,14702.52925196968 -7864,2927.735114815423,4653.4133984543305,578.5546580055143,1864.4245087636916,1143.6769957314937,3318.5840063582273,1373.388766585133,3910.736606180321,212.24691097917025,1430.2531244807235,1683.6125118571692,7937.09029614751,941.7974137176118,4630.080404277021,1061.5596580286058,5232.740240013193,745.7835788922396,5941.419920091655,253.02872736568102,1612.2521848247945,383.4927590800551,3100.030707761505,875.4329188276665,7115.029641468838,519.8716157995138,2071.512538276813,445.4561931248884,2821.2802710329233,551.9288563571727,5043.24380570342,711.8279235532534,3377.4940530145836,693.6687874891553,4302.686896821672,814.435634436267,6065.456849162834,9922.12441827101,3361.515072387163,84700.21970654532,33120.576665612876,2278.5130168273063,15211.426254077449 -7865,3051.93223228442,4861.157389556719,602.0620387550146,1947.6586758996548,1181.2446348654928,3466.73673366984,1424.8030061943039,4085.325012829935,218.78021504173864,1494.104423930065,1735.0521440142463,8291.428644081396,970.5722726515603,4836.782732213103,1093.9970971724138,5466.347325561081,769.645519071512,6206.664844908575,262.68135292653614,1684.2285331222186,397.6653928806236,3238.4264823523135,907.8366833096271,7432.668442917575,541.3641874896293,2163.9918100439,461.1376481990427,2947.231690633315,568.9987182203116,5268.391134467984,733.6722375875307,3528.276722512825,720.1310992534967,4494.773279842485,845.5050007666335,6336.239198765158,10166.398296377885,3459.117404830469,87707.13892171218,34434.49408459221,2333.6828235301455,15832.575334251162 -7866,3140.9766427335308,4816.970368019503,615.5049940492236,1929.9548187803587,1194.8290710978333,3435.2247379785226,1453.3168744361483,4048.1901640969454,220.4519555187897,1480.5232910704547,1747.5680445852372,8216.061091313532,977.573552759121,4792.817271802734,1101.895401245921,5416.659239443282,776.8470090532936,6150.247409471196,268.2836476414405,1668.9192072759613,405.27141498334225,3208.9897846165427,925.2976749868844,7365.106861539497,556.089623105249,2144.3215247488406,467.7730744960375,2920.4418996940312,573.5019914082334,5220.502433512666,739.1493264864688,3496.2053397055415,735.4895805710282,4453.916622095098,863.5373739992505,6278.6439564176735,10126.036789138694,3474.179958101865,89139.1365566905,35261.08479103734,2322.6488621895774,16247.872650201198 -7867,3194.5050202566936,4675.961779115656,623.3685168333338,1873.458684311446,1198.9220453728294,3334.6643948869587,1467.9107026158144,3929.6863039852965,220.5378100624303,1437.1834977640328,1747.6581599433373,7975.549920946865,977.6239624647968,4652.515723581096,1101.9575494998294,5258.095782005839,778.3167671983092,5970.209409989867,271.2492153853853,1620.0644449600231,409.06410887005654,3115.0520837870313,934.0333752139701,7149.505924368126,564.7330490746915,2081.55017071095,470.6193137310709,2834.9509458809107,573.8490504522256,5067.681131889965,739.3344946061336,3393.8598935423197,743.619573566591,4323.535812168041,873.0827883565416,6094.847367092145,10036.067756030663,3466.497747831818,89782.61182639314,35724.435788132054,2300.580939508441,16488.594831742517 -7868,3118.73517759996,4393.29479077731,603.6500807595918,1760.2060639765568,1146.1371897110207,3133.0802960109236,1417.3476614950066,3692.132481876842,209.65746389520302,1350.3041881817887,1660.5251511207844,7493.4192314777665,928.8825556502364,4371.266074866005,1047.0254680897447,4940.238158418666,741.5746417566178,5609.303741083767,262.5773471437382,1522.129782701622,394.49314951987134,2926.7437885879845,900.9291656306475,6717.310495232153,549.8785544296078,1955.7181931148214,451.04515276103325,2663.5750698978827,545.7288596353412,4761.334281535403,702.7005417958749,3188.697362224251,719.8459712919549,4062.1733578261533,845.1702323923864,5726.40719777073,9395.970784762538,3282.1445860817366,86307.35742790737,34666.91877218194,2151.6224614107723,16046.240136452267 -7869,2804.785724581972,4122.909198146666,539.2009734608606,1651.8740757021835,1011.9849190522152,2940.254680398997,1263.114432548201,3464.8999657982913,183.97779061232194,1267.1996355531737,1456.3956591447236,7032.236293336141,814.694388092324,4102.236240883534,918.3666670754602,4636.190903268685,652.3191587089904,5264.078804331942,234.6348177788713,1428.4502135043742,351.14845429930483,2746.6171657588793,802.0926114629092,6303.893216029717,493.8572096824942,1835.3533990714147,398.8550115105759,2499.645181718646,479.04125518282433,4468.297676268637,616.5019932804375,2992.448790920838,643.2425726751055,3812.1666537392866,755.2302802456087,5373.975121720656,8127.2064754090015,2870.5276984899083,76556.48443059006,31023.369743766812,1859.2224858857185,14400.728637028615 -7870,2394.893525380613,3897.16549379438,464.4674481583944,1561.4281902725102,871.3832060140267,2779.2654489139127,1082.3252106237621,3275.184569242621,159.6326586394729,1197.8160216690185,1264.0438055796874,6647.1967510023205,707.0945235537145,3877.62445327455,796.9389908455021,4382.343229626319,565.1800335122979,4975.852071173126,200.15535637787914,1350.237566273568,301.2482733198404,2596.2302657236555,687.9198453318403,5958.733005596877,421.12611244752344,1734.8613787067202,345.72717147264683,2362.7808619462958,415.57434832289897,4223.642744250483,534.9864335307747,2828.6017492613582,548.7184194996454,3603.4371909584397,644.2495931374831,5079.731180665737,7110.123711521948,2491.6391502477777,65901.7066747948,26538.48222847691,1627.509297733789,12281.153272720247 -7871,1904.8745150165983,3567.062437568698,383.29807864141776,1429.1699583584086,762.8538543609352,2543.8522953771158,904.5743658735122,2997.7653942725715,143.28976708124367,1096.3569663174694,1137.3562576643485,6084.156775837473,636.2266699730358,3549.1765890615493,716.9866803462871,4011.1439834477583,502.08763998351134,4554.380625160215,165.4971799846865,1235.867892220114,253.15401112485037,2376.320809287775,577.6394858711395,5454.00823075411,338.25737689678215,1587.9127710196985,298.8210112188576,2162.6453570615304,372.4581555228507,3865.8859642259717,480.6890787475241,2589.0096447527603,453.70432586075856,3298.2139122583776,532.6936675591198,4649.460823860838,6815.229744484527,2275.6691078464423,56272.44318377689,21695.971981439772,1566.8225103606649,9905.569965072906 -7872,1784.5373322388323,3335.730373998459,413.2150850777731,1336.485055459712,940.7431822333092,2378.8777228241943,956.9693114946854,2803.3535310394736,188.88025883847573,1025.255738383625,1561.3268279130082,5689.585453727772,873.3919225121209,3319.004463203722,981.9607147602387,3751.0122276378497,667.2178760745676,4259.0187449738,165.22521252504197,1155.719065332086,253.29966468122464,2222.2110323666484,577.910167830036,5100.303466446878,322.8706929582853,1484.9330378306438,354.0765348467611,2022.3929162994798,477.95294312449056,3615.1745193651486,689.7344862803321,2421.106516000091,452.9587372474329,3084.317283373224,531.8182729237054,4347.9327778292645,9274.547340505225,2943.729948334965,65431.57475748599,23487.45767998641,2048.390039292991,10220.03214303113 -7873,1914.441970723226,3203.5591906626855,440.440058572242,1283.529692919739,983.6546683478864,2284.6197797699124,1002.104149222021,2692.276641733858,198.21019572244597,984.6321720365869,1637.7294763775444,5464.147796064871,916.130864054972,3187.4960083184674,1029.2086085188155,3602.386388841539,695.828578060591,4090.264234189503,175.5876948635597,1109.9261686221653,268.98216262517553,2134.160671924103,613.7125424864888,4898.214847478615,346.0308567096842,1426.0957414129473,374.2614007767158,1942.2599214385132,501.71292321550885,3471.9309592997483,713.6685610899036,2325.175347313304,481.36709480419756,2962.107806161261,565.1724891250474,4175.655238616391,9644.801444673525,3073.226203264113,69048.12381926483,24967.586895105254,2127.590120630797,10889.256600383556 -7874,1933.049903566167,3167.949645438762,449.7120338213402,1269.2624651502347,1047.0776277546397,2259.2248154426397,1052.0034540632175,2662.350318815098,211.89727153249132,973.6873753987531,1752.8237360350188,5403.410407905696,980.5135384029923,3152.065015318519,1101.0813650096013,3562.3436322096686,737.5651623307847,4044.798413033554,182.2553307467214,1097.5886515842515,279.7808510608195,2110.438153800041,638.2868586131501,4843.768154676382,351.78361252420126,1410.2438036852152,391.98052204091255,1920.6704990514802,535.9381065726058,3433.33829559312,757.1620170630658,2299.3295827258935,499.6461690683923,2929.1821426713927,586.633926793525,4129.240243540785,10543.666309451282,3314.2729643180196,72440.38964098706,25727.03102188827,2325.8610091313753,11159.375200241742 -7875,2166.18509114141,3197.3210209140784,504.4171874493781,1281.0303240536516,1174.0056808537397,2280.1710260091677,1156.0003693307838,2687.034073171274,241.9333283827659,982.714835017497,2002.0356071712897,5453.507667553221,1119.9203758141518,3181.2891177978076,1254.4817292285395,3595.371597961707,820.1688007413468,4082.2994172184603,206.51315067596076,1107.7648513384183,316.6048080903712,2130.0049014981755,722.3416794863364,4888.676738810987,394.9926007833758,1423.3187590682387,443.7760925583614,1938.4778320920252,611.7487619106516,3465.1701993479164,826.3957560608294,2320.647621228488,566.1480746529201,2956.3398055691805,664.7137289163825,4167.524142969377,12114.415522378722,3774.83021114009,81744.39832866185,28856.189521133772,2665.2717694103126,12488.383585957195 -7876,2737.107567277532,3297.1317116791975,628.1187671961101,1321.0202158094394,1409.3375248158184,2351.351068200715,1404.1689414087673,2770.9151489839123,288.71256176230565,1013.3922195737041,2386.526709489125,5623.749680735789,1335.0011757073116,3280.599341042196,1496.735457298615,3707.6082236875945,991.1798574220888,4209.736456564021,254.59136867684433,1142.3459191430509,388.6547685699844,2196.4972115167807,886.907135752791,5041.2864389431925,496.2996746340796,1467.7504653599449,539.5368101369487,1998.9912463498968,730.5817032957461,3573.3423312525015,1001.5625176534078,2393.0912202859968,697.9527101681347,3048.6277917301445,819.4653825636975,4297.621640458436,14156.767675106763,4471.380293870461,99440.23114647451,35735.91198644243,3116.8426409759886,15556.63183992182 -7877,3703.5486224415886,3531.192969393143,829.2154099882606,1414.798590535159,1747.7050694713548,2518.271966871698,1806.6936840820063,2967.620631659184,353.9357539769717,1085.332280879337,2919.6933420774412,6022.976050334182,1633.2497050546647,3513.4869764071827,1829.4439787871038,3970.8089447485436,1212.6253708279773,4508.5829376364445,330.8694966108982,1223.440320568356,501.52616028019,2352.425134587515,1144.871890956228,5399.164117962074,665.9763415964909,1571.9451260450087,682.8183559771788,2140.898348096079,896.8795366462035,3827.0116030419144,1205.793283315221,2562.9752254836762,907.0663434967681,3265.047916139016,1064.9854314702388,4602.707034160246,16639.16510194483,5394.768713216749,126279.98665643123,47008.52257822462,3649.1741457250446,20735.449306345126 -7878,3836.660122948954,4105.104428686279,860.1021092374442,1644.7404630801327,1822.6124740565733,2927.5572004829073,1859.1557552760444,3449.9368069874995,372.0597003970547,1261.7272382029112,3070.2206610463368,7001.867604632032,1717.4533081404913,4084.5207475193315,1922.3636572893001,4616.16952849668,1263.7631498498026,5241.345897777857,345.3642472623671,1422.2814560773325,523.2600037903588,2734.7559087963773,1194.5116511544056,6276.669874447331,690.8646999893259,1827.4274316105027,713.3895473747973,2488.8504724358722,942.5924656022805,4449.001347830914,1250.5380939771574,2979.525910914577,946.8031599999437,3795.703824908393,1111.6403768028442,5350.767628290749,17608.04640259044,5674.695895575154,131722.4848821761,48765.88821266102,3860.915732937987,21467.902138998987 -7879,3773.0807428110475,4555.812062232806,847.6788215118318,1825.3198112528407,1807.8125455653174,3248.979566423548,1823.1164931282096,3828.7122757177804,372.6144449332085,1400.2547976330168,3076.047595813721,7770.616666516365,1720.712842062444,4532.968457502501,1923.664542200887,5122.98802249152,1248.0674729851837,5816.803756944243,342.88134267395526,1578.436584513582,519.4799796796933,3035.0102349391714,1185.8845287921945,6965.798025706142,681.1116508615789,2028.0643477931096,709.0466560545074,2762.106348423833,943.7361580118629,4937.466112603752,1223.5184721749129,3306.654025613628,939.9963699835445,4212.441746753524,1103.6485333676699,5938.239118309836,17771.180629321887,5686.831384506982,130768.69632811019,48146.89783031043,3891.5831634567944,21157.759830498042 -7880,3591.1127127840437,4680.575425689204,800.3107091084466,1875.3071759475756,1703.7957812824366,3337.9546191629825,1753.506421549592,3933.5636204835787,344.88928081064506,1438.6015283282761,2845.5234101277247,7983.419182994576,1591.7597246738464,4657.106236557987,1783.1638988315199,5263.28380464888,1181.0443982345741,5976.100056126195,323.3224147547901,1621.6629192693729,487.9957499441355,3118.1256224624276,1114.2166322924977,7156.560150871399,646.7667576605448,2083.603980657743,661.9075789621925,2837.748116246173,873.8599908749044,5072.681277484483,1175.5896745866648,3397.208524435515,886.3763010074742,4327.801729454729,1040.693279098391,6100.860990171161,16268.505169737127,5267.259536276,122853.74317530943,45669.16340982067,3568.891323762984,20154.330321268113 -7881,3369.4798695815343,4671.608055493742,749.0926135706488,1871.7143327290617,1607.3966180561779,3331.5595347890808,1678.5061015967533,3926.027427181643,321.2499747956463,1435.8453560000885,2650.0966173821016,7968.123996243273,1482.4397673304968,4648.183830258624,1662.9037816663495,5253.200041430146,1114.6583059301415,5964.650630221361,302.864367244504,1618.556025264518,456.6989873756742,3112.1517016878333,1042.804910990598,7142.849117854659,607.1378535396477,2079.6120680111158,617.5565266209006,2832.3113620940676,814.0457689141608,5062.962683772877,1120.60074904132,3390.699917330799,830.2913293182856,4319.5102275108475,974.8439857124774,6089.172538638116,15113.719822507173,4919.719362761493,115208.23730316693,42968.920522803695,3318.9031216614553,19001.546811986886 -7882,3209.74777106901,4715.4701749172045,710.7580070921124,1889.2880154125278,1519.481917031445,3362.8398263814915,1601.0040447115489,3962.889227620643,301.75798422347503,1449.326628343653,2488.5509183019535,8042.937380018734,1392.0725833618649,4691.826017668858,1562.2931371047605,5302.52277673573,1052.8517571012296,6020.6532347109105,287.1150485533796,1633.752783389428,432.29528021850854,3141.371954753122,987.1555644706518,7209.913926654851,577.8174476177421,2099.1377199489557,582.6099389537441,2858.9041707657,764.8102701177509,5110.499264589205,1061.2191956672177,3422.5354829297144,787.1151614815647,4360.066470928389,924.1509023867751,6146.344289758318,14110.21189127949,4617.752709078527,108947.63297832027,40840.6302937784,3098.80207415595,18099.26457660825 -7883,3083.984829053574,4760.631915401975,682.961966259295,1907.382400890121,1452.5478573804444,3395.0469433597164,1535.4613209855615,4000.843231829955,288.24364035968114,1463.2073466260188,2376.760471971352,8119.967461265731,1329.5380319190506,4736.761309622724,1492.2439030759924,5353.306929465893,1007.3264800119706,6078.3151790873435,274.842843196298,1649.3998167673878,414.0175270130279,3171.4579948984583,945.3956234920325,7278.965845041512,554.5833025087157,2119.241910927492,558.1878670592467,2886.2849161509075,730.6291413339926,5159.444339623858,1015.6956439448772,3455.3143265118824,753.4713697331208,4401.824383321477,884.6497696103289,6205.210022219236,13438.618556923117,4406.267156821706,104311.61320495249,39177.04935675367,2951.165758632068,17368.85482036802 -7884,3006.4806680930774,4704.553379432929,664.5790937103495,1884.914120528225,1412.6891751738367,3355.0545084239607,1503.8093345969442,3953.7147339604144,278.82733750258524,1445.9712890445724,2298.70591684338,8024.317157811085,1285.8750289235966,4680.9639608255875,1444.0137261491795,5290.246894467987,979.966912405578,6006.71480702353,266.969823318917,1629.9704786888278,402.289770214785,3134.0993575575135,918.6009545341294,7193.222238895866,540.5588913861168,2094.278001547192,541.3544764444425,2852.285515364717,706.8471339563052,5098.667936381295,991.596518806661,3414.6119634250076,731.8877803554285,4349.972471349268,859.3085049819165,6132.114874429991,12953.44955525296,4262.5557465413285,101348.4781794825,38171.04363166343,2845.5656501816607,16941.72313677895 -7885,2964.0136837956843,4679.73067136904,655.1659254264773,1874.9687188788523,1394.3518356120323,3337.3521822126927,1488.7264480143044,3932.853687503157,274.8710283547089,1438.3418882743242,2266.0863838981613,7981.97832856298,1267.6279610572528,4656.2657179774715,1423.5371726689373,5262.333882614117,966.3615333603681,5975.021484394941,263.1962823908629,1621.370240136507,396.17019132912674,3117.56286044049,904.6756129042424,7155.268528676446,532.1392733627798,2083.227930000699,533.6756378191537,2837.2359570002004,696.8182297100938,5071.765755559453,978.3553919876878,3396.595393288911,721.5427591107814,4327.020644037814,847.1624287959924,6099.759901478114,12768.736428765253,4203.460529268665,99954.68713273901,37654.8440915239,2804.61218373244,16717.427157017522 -7886,2947.9492837107823,4636.778285427861,650.0629416106674,1857.7595276461948,1387.9823015463282,3306.720667491334,1490.9710403307736,3896.7564286439406,271.24745736060567,1425.1402277004586,2235.8447699306075,7908.716630867403,1250.7110792802985,4613.528702493471,1406.1621649697404,5214.0341380881655,964.4094936515695,5920.1804162166545,261.2963961813862,1606.4886742519661,392.97617657700215,3088.9486574914235,897.4192046506138,7089.594694659291,529.5591153305505,2064.1072548301645,527.9050660940368,2811.194703263773,687.7093615418638,5025.215119329717,984.091855602979,3365.420121363295,716.3342921631119,4287.305567737539,841.0471744275205,6043.773935653256,12563.165624917325,4154.1860611962575,99172.1718857218,37458.02140605185,2762.878441360434,16651.450644046527 -7887,2996.2486893369014,4633.724182867253,659.4123082347644,1856.5358788579383,1396.5869215133182,3304.542632779271,1505.1927951090236,3894.1897556106,272.2888548084875,1424.2015318753156,2243.804480195321,7903.507403635347,1255.16366827477,4610.489913714632,1411.6318750180237,5210.599814937051,972.0780830611816,5916.280976335034,264.4213400032567,1605.4305298095112,397.1929932752739,3086.9140624722745,907.1028572765155,7084.924997732293,537.7689232109302,2062.747691171027,532.3633264323574,2809.343056190505,690.4804834191432,5021.905165430953,993.0932163902243,3363.2034231350276,724.9012087122984,4284.481652055893,851.1055801691921,6039.793088539943,12540.487941388128,4163.716611389499,100037.11019266765,37926.584623471295,2758.8499435648864,16880.02692421357 -7888,3121.8905350441555,4739.318170336688,684.6720206747141,1898.8428912290062,1422.1848867125045,3379.8470358009445,1531.991179312287,3982.931123898754,279.31399041431325,1456.6564456284548,2300.838692340711,8083.613691538666,1287.068083996115,4715.5544352450215,1445.4441106277945,5329.3397290650955,985.026877052911,6051.102056448226,273.51613855666926,1642.0153165938764,410.7170285453014,3157.259113659638,938.0041958744929,7246.377309503148,559.3118643573341,2109.753888617881,549.3372335122913,2873.362778505778,708.474563424002,5136.3450781628935,994.0347466719253,3439.844596865815,749.834258610171,4382.117049422222,880.379442101927,6177.428780812553,12754.429426543082,4244.904644177922,102929.07032747885,39237.68117882176,2799.500945312638,17487.195731196545 -7889,3205.862688844337,4921.914544958284,698.267770107098,1972.0014797543624,1418.4730023699415,3510.065728307288,1541.4305986844524,4136.385430499942,277.9149461747955,1512.7784818541932,2287.632857159995,8395.059030481081,1279.6808607891198,4897.235241061306,1436.783880479983,5534.668444859037,980.033565920487,6284.238819640944,277.8661399909336,1705.278856433801,415.9566471897203,3278.901942263881,950.1150928726679,7525.565618517115,573.151322085864,2191.0384526753455,552.6658233151408,2984.0676536525157,705.2781561701897,5334.238099135442,983.7423440302923,3572.374874444702,761.7596247608745,4550.951184973653,894.3809992167983,6415.432658019924,12490.571783308571,4198.5218369247505,103618.08752079461,39925.344596552204,2738.3414307948724,17858.2942279513 -7890,3305.235913464487,4862.197087666395,715.7940416485205,1948.075238640038,1426.3328923022166,3467.4781948775117,1549.6113755781591,4086.1987769056213,281.4089682092102,1494.423981068568,2315.396611132394,8293.202004208819,1295.2116503871691,4837.81721710232,1452.347481746182,5467.516460918317,981.2980619133195,6207.99231842764,284.75150899540847,1684.588753761425,425.513191181986,3239.1191128561645,972.0280619877938,7434.258132514245,590.2252250243838,2164.4546418376394,562.781612520682,2947.8620407684725,714.3539834084156,5269.51793120888,973.0307758933506,3529.031345814406,780.6356062293615,4495.734616188541,916.5432648688835,6337.594385480891,12522.89452289799,4224.620370930813,105358.53108911017,40846.16837921217,2739.6630770297847,18302.64147882035 -7891,3362.4535061341226,4717.029718930144,725.3651402820169,1889.9128582604003,1423.084288596622,3363.952015945451,1542.744658620366,3964.199871085583,281.8402552352422,1449.8059630827527,2318.064935035751,8045.597414834387,1296.7042863312745,4693.377741866909,1453.1720122690388,5304.276476227653,978.4167161879876,6022.644440965616,288.1827172203774,1634.2931132563222,429.9857083667944,3142.410898409368,982.3185257067636,7212.298456231122,599.8424453668009,2099.83196623661,566.6846570282142,2859.8496940576933,715.633223002922,5112.189456284958,963.8333161361667,3423.6674155946407,790.0421351789273,4361.508472533429,927.587458453855,6148.377065724019,12436.354754220049,4211.178130757341,105958.95266320545,41276.879574036175,2718.374288336984,18518.702776411657 -7892,3283.594928889786,4433.842884688533,702.940879619333,1776.4519578180211,1356.3002981184056,3161.9971887131264,1478.90107959002,3726.209169587874,268.33200282101484,1362.7668758999114,2205.593737836278,7562.580050677055,1233.7889290895162,4411.610853842981,1382.2069046772617,4985.834288505791,930.1384261018785,5661.075039323874,279.34172008826476,1536.1783417702327,415.31963730296377,2953.756290057925,948.979331511144,6779.308187115544,584.6452886740104,1973.7685741465657,543.7081197088299,2688.158644917829,681.6206823340914,4805.279210975538,911.3903083118483,3218.127574913225,765.8048723800491,4099.665352932555,899.1305192623804,5779.2593071526335,11677.085169303351,3987.8124890704453,101828.15501497929,40007.0441141603,2549.449184120302,18002.04324458282 -7893,2935.426807510574,4176.388491993097,622.8651475466457,1673.3009504758238,1191.0144478513023,2978.393464563122,1320.9054487474762,3509.8440561272055,231.93019522289381,1283.6368012570174,1904.784243378821,7123.453201847712,1065.5188539347353,4155.447380593404,1195.4258619648442,4696.328103417432,817.0085234212728,5332.360496621985,247.55649192109178,1446.9790010768334,366.3502560856437,2782.2442289397272,837.2807189192146,6385.662603002421,521.9550589082303,1859.1602303703207,475.127255761313,2532.0687090776864,589.4874310322219,4526.257091074549,807.0317685143658,3031.2645980412058,678.6668587942469,3861.6152277604006,796.8218891809404,5443.6823068284675,9910.446449195068,3438.6574862242232,89528.59182147039,35573.662678890694,2165.295365207256,16079.548877268415 -7894,2519.123630736487,3949.9949771101583,540.239497365867,1582.5947136490868,1048.5073534632118,2816.940820385131,1162.0977430002806,3319.5825576863795,203.89111013485365,1214.053464403462,1675.4310955223668,6737.305310778124,937.2208043788252,3930.189040712604,1052.593024104887,4441.749721062778,725.1451484748645,5043.304093519727,212.71845653202155,1368.5412162195023,316.80761564183655,2631.42443536448,723.8243042730517,6039.508837776348,447.42522362601653,1758.3789404852785,416.0304529400536,2394.8104209485487,518.0278890009054,4280.897911947233,725.1979540849535,2866.9459173901,583.1596884486619,3652.284930491781,684.6870428731337,5148.591375103192,8826.140746877718,3039.7967612918283,78068.21353634125,30747.984624639383,1932.8063596136392,13845.031159515027 -7895,2030.7303792069838,3627.5596700186316,453.1154053373279,1453.4086221593711,947.5327056564726,2586.995925836419,999.7284508071034,3048.6073722479514,188.11569081907442,1114.951135441299,1550.6893756181616,6187.343824893041,867.4414291597163,3609.370478255333,974.8219455655544,4079.17282067837,667.2858920262872,4631.622733524763,178.61427059455767,1256.8281609178523,270.5782237978098,2416.623112623144,617.6874450673083,5546.5079863638475,363.5001120742683,1614.8437064041864,367.8344517346593,2199.323733502313,476.9227706131625,3931.451231416002,679.7753108507902,2632.919142002964,489.6643389132877,3354.151484760052,574.914272800394,4728.315488490618,8726.135801443565,2869.0024503159557,68244.64755656662,25625.565729414044,1921.501142149783,11331.916269421228 -7896,2007.4071463012667,3394.1482165321904,481.74989865402785,1359.890596305312,1074.2719234297376,2420.5384353632494,1062.8292021322873,2852.4479861606596,222.28500383596014,1043.2107951677579,1819.603759834761,5789.225793279457,1017.8696718717443,3377.12938889062,1143.6849461772301,3816.702801241851,776.5189629157842,4333.605914348001,201.67406325238528,1175.9588949352421,300.4879407693169,2261.128078893376,686.5234723402671,5189.62385250074,383.29000408736783,1510.9383124335625,416.22406775295025,2057.8105962914333,566.2227851331563,3678.4861999045693,811.6378288642657,2463.5067712220225,552.881897564599,3138.3321890108723,649.1379273979386,4424.077077243374,10830.455551306874,3430.3084925358594,76428.08428510226,27423.67838344943,2448.557944546541,11909.976624167335 -7897,2117.767440726399,3251.7750274049154,503.05712638289583,1302.8477246601863,1122.86625970049,2319.0049269651076,1112.5954347598463,2732.797313679335,229.88294029760846,999.4515842067872,1881.324942880962,5546.387093792965,1052.395936172538,3235.47008277963,1183.7849293653003,3656.604857634958,809.487775949948,4151.825610399776,210.7335172545572,1126.63134425875,318.87108201206735,2166.2813028895307,727.9727585760692,4971.936453154814,410.448804371962,1447.559493244713,431.8483116158274,1971.4923100755043,585.6763536454247,3524.1859814019817,839.1985989103381,2360.1708845488515,577.7180516978736,3006.689628407915,678.2980241376333,4238.50180997483,11178.623387986172,3553.7981548290704,79784.29115597522,28809.381597065832,2527.289440933908,12560.798100928094 -7898,2203.0591011854217,3197.2560417519576,524.9159909870434,1281.004289671566,1195.8075010109292,2280.124686088405,1168.5240862748437,2686.979464571911,243.82086111898278,982.6948633017494,1996.2273598819545,5453.396835904931,1116.6712954962024,3181.224464452089,1257.1118029171184,3595.298529216835,858.6061007753709,4082.2164526384504,221.17544435521862,1107.7423382309148,332.2397924635326,2129.9616134038906,758.7629739976069,4888.5773862229025,418.12559270181873,1423.2898329579762,454.95875974018645,1938.4384364027917,621.0109106362713,3465.0997766863547,890.4001428413795,2320.6004587017915,606.3442040971539,2956.2797238688277,711.9079529844631,4167.439446367079,12043.031962493707,3792.7111937076284,83958.45808714052,29956.43069566527,2726.6841298731642,13008.017150904783 -7899,2436.4787821244295,3230.9811345460407,569.0045250066207,1294.5164976319643,1340.5112601652938,2304.1757522577177,1284.0308140191373,2715.322090434565,265.66685205751196,993.0604627471289,2175.2752709798,5510.92000950509,1216.8290565106313,3214.7804539823064,1375.1232725392883,3633.2222284567083,954.7041869342654,4125.276228544081,241.03097436871445,1119.4269554967568,376.1836875648241,2152.4287390021645,857.5428327450581,4940.142767233515,469.81480763802267,1438.3028882349256,494.3925015716512,1958.8853494086952,676.6130050882202,3501.650121727057,970.2510342756023,2345.078468841019,660.7773966156898,2987.462965595728,775.8178945629115,4211.398166033909,13364.56447970998,4186.478156488025,92343.76476782297,32835.86372349425,3031.930675960014,14303.615907310206 -7900,2969.1081895013176,3335.79535316058,696.3834060068021,1336.5110898417972,1608.7094931892507,2378.9240627449567,1559.2897705699427,2803.4081396388365,322.1771281984041,1025.2757100993724,2637.4518871111536,5689.696285376061,1475.3664210691295,3319.069116549441,1664.8510073406708,3751.0852963827206,1153.2010078301796,4259.101709553809,292.7718338402506,1155.7415784395894,460.9963930722461,2222.2543204609333,1050.443833362632,5100.402819034963,589.0781030124763,1484.9619639409061,602.3604628904156,2022.432311988713,820.646792653649,3615.2449420267103,1176.4317226160563,2421.153678526787,802.6230266630519,3084.377365073577,942.3586670226232,4348.017474431562,15966.73574700917,5042.628099208614,112273.892037563,40290.70045026115,3616.344836370009,17601.695078961504 -7901,4001.8875839938196,3588.766063909858,903.1859526130381,1437.8656768374392,1991.4965197278502,2559.3302469555574,2002.386347612682,3016.0051590971248,387.5955453425549,1103.0276995468269,3166.4177500465207,6121.1755462052315,1771.265078360468,3570.771389785107,2001.571730542287,4035.5496034056414,1408.0082871777922,4582.091543327173,378.9678372687501,1243.3874732224765,593.0969825391372,2390.779423291363,1351.8396579805105,5487.192891458445,787.7770358094398,1597.5743527967918,746.8635727921857,2175.803872663545,988.656841480104,3889.4077684874874,1412.7902361616946,2604.7623541338926,1038.9261445230518,3318.2817421878312,1219.8018548734037,4677.750253097102,18501.894122667214,6009.102384960872,141180.9388902016,52651.08665462899,4182.276646485873,23354.92762848683 -7902,4085.259143166964,4156.049465875365,919.3254175981233,1665.1519691730061,2077.21795681537,2963.888678291258,2061.1477365591163,3492.751103672327,401.77460609637603,1277.3854856822086,3283.722533932514,7088.761960599779,1836.8842997088918,4135.2103377591975,2078.189150716576,4673.456969628999,1467.7899769229516,5306.391882921921,388.7471846004439,1439.9322084350247,619.0758643796155,2768.694690110472,1409.9076449926386,6354.5644044726405,817.6205550863978,1850.1061137441864,767.3911584397699,2519.73752587848,1024.5158919346752,4504.21420369292,1465.0363675253552,3016.5023291700227,1065.735859280094,3842.809148506847,1251.2791066122945,5417.1715555352175,19434.616880575297,6274.191427528323,145815.8132152574,54028.71337959939,4397.3591994605285,23958.868792780897 -7903,4022.988830893705,4612.085535688214,896.4504307456699,1847.866194760993,2060.3045274268447,3289.111021121592,2021.261685514544,3876.0045993854087,392.72949194178454,1417.5507703617056,3209.912711881529,7866.599464915877,1795.5957615060631,4588.959766336793,2035.8371695286698,5186.2672637240385,1449.6295948443635,5888.653022748086,379.2650046090733,1597.9334619146523,614.9355130055953,3072.498736562971,1399.3224273603992,7051.839689616043,806.5644137998468,2053.115035504196,749.6461823230251,2796.2239362777236,1001.4266919059016,4998.453783831,1432.098695230472,3347.4978762805913,1039.7408176662536,4264.473903826792,1220.758361566812,6011.588355905977,19209.7849436682,6175.911596115809,143146.88777538794,52882.25225659876,4352.048664616538,23470.53501587574 -7904,3871.82677608022,4729.6360167515995,874.6839408913683,1894.963664756746,1941.5933213143833,3372.9422033084666,1943.6898862151143,3974.7942254094764,377.89566701542043,1453.680580552428,3087.7483338114057,8067.099335154265,1727.2581276950932,4705.920829599666,1951.9413489756632,5318.452195477061,1371.5641826451595,6038.740004067722,367.38362283958304,1638.6607740388233,577.1827157399784,3150.8090154497927,1315.3287059023596,7231.573378742549,765.1803728264841,2105.443783146552,726.0795408264821,2867.4926641291363,963.7949658111087,5125.8518215117465,1377.6534139403495,3432.8171928176657,1007.1684541581886,4373.164637118296,1182.5151913143313,6164.808650222644,18104.565425810517,5868.592286827041,137263.64887348923,51047.67714667923,4093.2813582151516,22641.159726378464 -7905,3712.0165347499533,4727.491647673275,843.0477167344255,1894.104507419298,1831.6786587628314,3371.412945467455,1860.2153376574122,3972.9920939559183,360.5291966018401,1453.0214964969834,2945.0102280592146,8063.441794002091,1647.4117391171915,4703.78721274706,1858.1760818486014,5316.040863105578,1294.3934837693976,6036.002100497363,353.3087705275814,1637.9178218367372,540.0371637232515,3149.380470546865,1232.2855337207955,7228.294656598587,718.1077435659179,2104.48919625472,695.7277729248779,2866.1925719910732,919.6787168788925,5123.527812199573,1314.021209301536,3431.2607882626967,968.5827732396536,4371.181888553916,1137.211792796442,6162.013588404674,17054.326460916596,5554.863324436102,130806.49720639599,48844.48997629953,3851.662796901005,21647.50880860206 -7906,3556.119679189905,4780.451089313295,806.9840336443658,1915.3230995600456,1731.1843603771183,3409.1809967801983,1773.9050128256652,4017.4992995984016,341.52598480603365,1469.2988826629219,2788.9603556940874,8153.772017074473,1560.1188702596646,4756.481106876551,1758.518913965187,5375.593492031779,1222.351763037849,6103.620052003984,337.77160452057217,1656.2664979976782,510.96273296493587,3184.661216376259,1166.5270958928998,7309.269193954227,683.1116373075391,2128.0646102538026,662.004031585588,2898.3009223717927,871.3751142132002,5180.923825219447,1244.445818673113,3469.699281444831,925.9882140474723,4420.149791487963,1087.201575434947,6231.0431760467245,16010.294016423873,5240.220224266212,124337.45135001228,46664.390469243976,3613.340624083618,20704.11143760437 -7907,3418.926596213372,4835.944793913807,776.6384443614704,1937.557062906963,1654.825746291208,3448.7563589438087,1701.1455420511857,4064.1363041821483,326.89880295058646,1486.3551889907149,2669.18737242614,8248.424803441638,1493.1189607908486,4811.696556747588,1682.658801142549,5437.995887062265,1169.372583374442,6174.473718704364,323.8339063656427,1675.4932115572162,489.27549631203976,3221.6302482714646,1117.0821173244326,7394.1185978947215,655.5229049870908,2152.768176224016,635.3963552898451,2931.945750490429,834.1231438395772,5241.066404014408,1191.0231298033648,3509.977168066775,887.7785361181075,4471.460950672751,1042.3396415447846,6303.376029767909,15272.327990791558,5006.9554295666185,119171.40718577964,44804.13054637868,3445.9060156358973,19881.374984620703 -7908,3354.031874627994,4784.479910821458,762.9878743746344,1916.9372767065997,1609.3114823174797,3412.0541527791693,1665.8778664941187,4020.885128108066,319.24929024577443,1470.5371639108203,2606.286950103089,8160.643772785662,1457.9330408428855,4760.4897271988875,1641.760410861295,5380.123881795258,1137.4982923842892,6108.764000824659,317.89321548089754,1657.6623499718362,475.298505614364,3187.345153804974,1085.7266751405202,7315.429227889808,638.7762904279564,2129.858079596417,622.1277352899651,2900.743523890985,814.6968040805554,5185.290153197545,1162.9840560654716,3472.6234404479833,871.4923543640748,4423.8749618153115,1023.2180564185438,6236.29451327347,14815.572170836436,4872.064748542377,116473.0655409003,43915.45422391457,3340.930687119408,19488.714757920065 -7909,3327.4999815441565,4751.209678465369,756.2549641310624,1903.6073119462026,1588.3465595540533,3388.327470550289,1649.0227761290087,3992.9247677381272,314.99383027163844,1460.3113684129814,2571.21124444841,8103.896431474485,1438.312012466554,4727.386317360242,1619.5120302935907,5342.711670857342,1121.6485325309097,6066.284985026878,314.5458621016837,1646.1353266423484,468.082034547862,3165.1810490657526,1069.490479811003,7264.559324633253,628.8466001269701,2115.047509897212,615.3465667853859,2880.572384531199,803.9074185203483,5149.232773618955,1147.3536480231069,3448.4755725705168,862.3157103362161,4393.112297818962,1012.443770425545,6192.92867803852,14585.236450489534,4801.4914489041,115082.6654378557,43439.71524383165,3288.7351990715315,19280.26388409915 -7910,3324.596581274198,4711.961205615453,761.5124900008949,1887.8821208988663,1581.1959348637656,3360.3374032339016,1651.5768160535479,3959.9402837974094,317.06127527559477,1448.2481266336601,2588.1485055545,8036.9523097467345,1447.7865611485302,4688.3346429269,1627.6936777100261,5298.576958194797,1119.4450707443516,6016.173026673657,316.3851837335326,1632.5370428267881,464.18908811686146,3139.034334675861,1061.3439751714495,7204.548742336333,625.6258798288234,2097.5756679061647,619.1610946872298,2856.7767462248285,809.1709879345209,5106.696338397146,1154.9077051861343,3419.988637864796,867.3581417607049,4356.8219716881085,1018.3640826990295,6141.770549997333,14581.692572890955,4809.973389326666,115338.98675159096,43570.43779944983,3285.1466343644047,19318.334112818033 -7911,3350.412065003911,4711.051472133168,768.5225244940049,1887.5176294480575,1590.905136338781,3359.68862636285,1667.2676460411035,3959.1757422176256,320.02462438454074,1447.968514863961,2612.3477277297193,8035.400623666851,1461.3233843178111,4687.429471000666,1642.168026393268,5297.553967415164,1128.2473571151916,6015.0114903623935,319.30981112354766,1632.2218505864191,468.99393741851776,3138.4282845596385,1072.2711816327203,7203.157767553296,635.0721322126462,2097.1706911388587,625.2059917183725,2856.225191289623,816.7317264526395,5105.710393810555,1165.7054997082435,3419.328344191497,875.3758983079979,4355.980804570841,1027.7777203862406,6140.58476470199,14667.675391815199,4847.937437172191,116384.38585093863,44032.127215016226,3302.96218205509,19532.724828115744 -7912,3457.402328209804,4806.898326855393,781.8985818550993,1925.91938096478,1619.3011228969676,3428.041856971282,1696.2473137256088,4039.725603417139,320.04204186443684,1477.4275918253259,2611.1904326185204,8198.881723537479,1460.6760040358527,4782.795733539981,1644.6224665516852,5405.333279210303,1142.6496461412287,6137.387553515071,324.1536007419297,1665.4295817082275,484.7374811787585,3202.279949442872,1107.279326976261,7349.706795975466,660.1911115586579,2139.8378570041214,629.6607440642962,2914.3354035390207,817.0484306909952,5209.586627229785,1165.271186040913,3488.8949513474386,888.6549662874203,4444.603707932892,1043.3686570834063,6265.515629782392,14633.545704322141,4860.403429803627,118081.54762422068,45001.301600738625,3296.2869548788635,20046.260790282 -7913,3516.13579229018,4971.300044437579,788.3569794729299,1991.7881455247664,1614.245886599812,3545.2850210467723,1705.8934746324628,4177.889089017007,316.6654066136569,1527.9573965316995,2582.2084208389497,8479.293362384133,1444.4637321822634,4946.373113374663,1627.0234613321277,5590.202193587293,1136.1558619353455,6347.293606578082,326.04990394411794,1722.389281108429,490.45423335107046,3311.8017841207875,1120.0144700011226,7601.075628603613,675.8628960281566,2213.022891327283,628.2194368339573,3014.009187624615,808.7281807305362,5387.760770132877,1152.4282066780543,3608.21936461011,893.8536105546882,4596.614512795149,1049.4723786554066,6479.803817514483,14308.801328542377,4796.079889418511,118249.41845242892,45506.39616210943,3220.5596707778873,20352.907334255055 -7914,3569.179451141252,4911.4526225183,790.1107939081054,1967.8098331208678,1622.4374996610225,3502.604803280377,1714.2935933931738,4127.593212926783,312.94414084584037,1509.562950377271,2550.7911259259,8377.214662064334,1426.8891852560976,4886.825776452697,1610.3277740681565,5522.90406506897,1137.0223976348127,6270.881168156978,326.1983216191721,1701.654150037216,501.4501804884014,3271.9323743254427,1143.9223784147061,7509.569427787111,695.6143223748205,2186.381225463144,624.7338195584072,2977.7247795406206,799.4492240786886,5322.89975005201,1138.4746548458415,3564.7815063515336,894.2604920569138,4541.277774781248,1049.9500977057403,6401.7961435550615,14112.47810118021,4754.661707100805,118453.28629761914,45887.11850459466,3177.0846433788156,20610.36197691449 -7915,3565.9473396031285,4764.790688931232,784.1155758514032,1909.0486442754432,1618.3515674143412,3398.0127747051197,1706.4649573304164,4004.338272241168,309.86022177067093,1464.4855693681036,2525.39072030818,8127.060869522538,1412.6804310744367,4740.899230364954,1595.713959789991,5357.983449631255,1133.36457946928,6083.625049020258,324.3132819349658,1650.8406927727224,506.4830055077215,3174.2285043166853,1154.536999156022,7285.324574515803,706.6169577800622,2121.0932296847227,619.2411138668538,2888.806305227082,791.6262388287075,5163.951506093897,1127.1545666074226,3458.3328059935384,889.0927263027014,4405.66971122145,1043.882630556347,6210.630744434788,13963.11050155081,4717.427887288321,117974.09175129491,45852.21721234908,3143.289055442362,20645.306765932848 -7916,3447.228920264421,4489.856435192309,752.3869769446143,1798.8942012724283,1541.720878491182,3201.943279233026,1635.2319410724494,3773.283053560874,292.9244549788206,1379.9829598283013,2386.278109049142,7658.119511732451,1334.862110898885,4467.343543022854,1508.6361707189008,5048.821247670965,1076.886056886576,5732.592438759895,310.6154375598055,1555.5851645574587,488.8410440967089,2991.071635105526,1113.918561065006,6864.952431035642,688.2060059442001,1998.703554610694,589.3319004294078,2722.118646193301,748.5862055771875,4865.985184725357,1065.1332331420274,3258.782770898515,851.5405985350093,4151.457177376329,999.7927254683366,5852.269750123788,13077.36728622172,4452.955595153254,112697.94155730953,44139.18112093345,2942.058859058189,19942.91300061758 -7917,3091.126015534397,4237.145647394662,675.4613470200965,1697.6437543305315,1353.3840929940366,3021.72245920057,1460.0532411757,3560.904473797213,259.62127436470735,1302.3108591811454,2114.0478316607446,7227.083588247396,1182.5789879270762,4215.899889441605,1333.7920970167224,4764.6492227153885,945.522077187272,5409.934471354353,279.10711603860636,1468.0293243884157,430.7678294868586,2822.719688851295,982.4931040022045,6478.559778601962,613.813116262422,1886.2068730017663,525.1115606960668,2568.904672096887,663.6726349909047,4592.104055742008,943.6800397805408,3075.362749973083,765.161714157025,3917.793132891569,898.375388016952,5522.875766083233,11351.90943554011,3909.233814316119,100213.12846458094,39584.763999049814,2548.6935533317214,17914.079486196028 -7918,2691.3890172625843,3994.1819986473733,599.7326714078816,1600.298570768383,1192.2033609192035,2848.4528160764476,1285.1445629775515,3356.717406419368,233.48498849225012,1227.6345972630722,1902.2388051306177,6812.672863545989,1064.0949591002336,3974.154501122973,1197.8399878534626,4491.437807180576,839.7438441938575,5099.721528957106,245.8625044984701,1383.8505420657593,372.78865601182446,2660.8611331002508,850.9803066396023,6107.070419154425,526.5401728661277,1778.0492257803378,470.2828416276947,2421.6002118878323,596.6477465020375,4328.786612902551,849.067367638615,2899.0173001973835,674.022855665805,3693.1415882391675,791.3693710592486,5206.186617450676,10265.421105751047,3504.5472653986103,88640.58958856466,34694.931058308524,2304.9473083622884,15607.47371255932 -7919,2183.765363265453,3671.356810279974,508.2261949385768,1470.9562704607517,1080.0663881540986,2618.2298775080662,1108.291798260075,3085.4145640875886,218.99477978813587,1128.412436069116,1789.4863971096418,6262.046377020213,1001.0222951014065,3652.948012319848,1125.4482624474513,4128.422487239083,774.9490886506137,4687.542373434302,210.84748039523595,1272.0024059352586,319.68894374790693,2445.8000775941478,729.7682775103084,5613.473442575953,429.55439017215434,1634.3404322317638,421.63233731098074,2225.8771464847123,558.5087148961618,3978.917389570768,798.4045258585654,2664.7075450751827,578.0304773834314,3394.647646477241,678.664842734665,4785.402543008522,10246.30010428787,3343.4813409317726,78383.4387787872,29231.779563303444,2309.7870280935977,12905.347954473176 -7920,2385.9638038172493,3420.270545657387,561.2221531932973,1370.3567007488127,1286.6443543680095,2439.1675869603328,1231.1781659490143,2874.4012363882302,243.98650776262323,1051.2396418768071,1885.4793156175515,5833.781319999099,1054.7198542186347,3403.120736282369,1190.3455694490478,3846.0772305203,824.5195476100992,4366.958576863475,211.01395384366947,1185.0094087406133,316.3566876950026,2278.5303630904473,722.558640173505,5229.56467230663,476.7817874863054,1522.5669230207525,488.313302784512,2073.648091369525,644.9198237565068,3706.7968749447346,843.3870250489329,2482.4666193413723,578.486858112712,3162.4856852978733,679.2006787640494,4458.126031535967,12028.107831994652,3792.1919334051686,83987.1604147957,29598.16284380885,2681.2859002996142,12991.529553506512 -7921,2501.681631007475,3277.0526022099475,585.7252839675017,1312.9753720349634,1334.2084175481443,2337.0316416119013,1284.4331981019075,2754.040630926484,252.28347771459332,1007.2207908618849,1949.2671745566834,5589.501766081011,1090.402198078856,3260.6209115908637,1230.6853849995803,3685.029364878645,855.8256922201423,4184.099701183997,220.44174568544946,1135.3891789312556,335.59710823056116,2183.120825064665,765.9317796744472,5010.585650765753,500.1081038769696,1458.8120531748596,506.4434193371133,1986.8176459076235,666.9199033350486,3551.581134517118,871.947360230332,2378.517601521598,604.3327966497077,3030.0620392780015,709.5463620780878,4271.449675574378,12402.821158186816,3918.272179728289,87435.12071821385,31013.802791196515,2759.8565733415244,13642.425771840946 -7922,2599.2972139547674,3227.4071860821687,611.7377005317843,1293.0845687362178,1413.5621117018263,2301.6269891893658,1348.7080016895043,2712.318538011969,267.65488592194566,991.9619893213885,2068.615018682828,5504.824107584802,1157.1642886069117,3211.2244258946307,1306.099977538547,3629.2033411709044,905.1529412599314,4120.713055926819,231.4316451133946,1118.1887018266136,349.95873442726094,2150.0478308306188,798.9706162459795,4934.678230326913,521.1219568150211,1436.7119100818725,533.9283525813047,1956.7185291785906,707.4330723511782,3497.776772873436,925.2854268812008,2342.484461249405,634.4611946785731,2984.158384655095,744.9200755934462,4206.739729670626,13336.584295227112,4172.08420028035,92056.77685460981,32333.65936159974,2960.168361272157,14205.18587281999 -7923,2822.330605938304,3249.890581278224,663.289286419731,1302.0927073764833,1541.6679065575822,2317.661033302241,1468.1921147615049,2731.213621920405,291.65337499340114,998.8723889516416,2254.2223579648644,5543.172889984908,1260.9913336494822,3233.5950855814426,1423.352493702452,3654.48580733082,991.5733638532756,4149.4195731972395,252.2144451060593,1125.9784466705084,396.35684333459716,2165.0259145628015,903.2367070117625,4969.055151000655,566.5084532538056,1446.7206135998388,580.3264063969392,1970.3498045158597,770.8355241481222,3522.1436695672382,1008.2960621053829,2358.8031346755565,691.4364631456453,3004.9472124730282,811.8146652853343,4236.045542781845,14731.768080790182,4559.120045655875,100555.77953292403,35293.412891704655,3246.2498032250983,15516.275853876152 -7924,3452.658193835172,3344.957660842405,811.375163683803,1340.1820362065675,1867.362817685028,2385.458166881146,1785.7198483540596,2811.1081587388594,353.6436918456619,1028.091797574802,2732.9859528692036,5705.32396707223,1528.807302162138,3328.18548288596,1725.5145168998395,3761.388265836067,1204.1545283224045,4270.800029198672,306.3287558955468,1158.9160117669542,485.30944370907105,2228.358105518382,1105.528080472375,5114.411909815957,691.2757802688275,1489.0406549183197,706.7727707556807,2027.987253208518,934.7518286407156,3625.1748037230004,1222.4740078853706,2427.8037732115904,839.7888211642885,3092.8491121185166,985.9949787175843,4359.9600157715,17652.776365044756,5512.755860127809,122282.99879219357,43175.84916543968,3907.6097191811837,18958.014709514293 -7925,4613.181563746597,3579.928658341786,1047.9665108231736,1434.3249049084995,2285.347226471481,2553.027846918276,2279.2840201658923,3008.5781882910924,424.85977449064904,1100.3114725874432,3278.7892671200434,6106.102033501467,1834.1246754530478,3561.9782964487254,2070.281246918007,4025.611984764511,1461.73561255351,4570.808054630142,395.85696470518224,1240.3256076164591,623.4621798968728,2384.8920829043977,1420.6286666506655,5473.6805732553385,915.7663652959028,1593.6402951765983,873.404130328505,2170.4459137113918,1123.9457348484013,3879.830026930188,1466.9959029915087,2598.3480766574585,1085.2270553822696,3310.110409472738,1274.1636949773795,4666.231202984448,20413.929803321113,6545.864994700248,153127.33722519368,56269.657613514624,4493.575891340967,25106.005147328036 -7926,4687.0061460599945,4145.587537132232,1067.6822973322928,1660.9603200141082,2366.373993783041,2956.4277487692534,2340.627624393832,3483.9588808019907,440.5344362084854,1274.1699522679776,3400.777888665563,7070.9175814320715,1902.363992674452,4124.800866879044,2147.4873016575825,4661.692582751073,1517.5570726246538,5293.034223390173,406.1833297468697,1436.3074998546092,650.9138088002435,2761.7251179729747,1481.9872987625522,6338.568204105175,934.0582614891383,1845.448883726076,898.1298872106073,2513.3946479450997,1165.1981954936027,4492.875847778305,1521.4902882981996,3008.908956501966,1113.5363987213184,3833.1357324863598,1307.4016587125905,5403.535032854562,21422.601995062156,6815.507828623314,157830.852094041,57633.01529815831,4710.867896771109,25657.59487151849 -7927,4572.291125233533,4614.034967280174,1041.2276875967784,1848.6472489521846,2311.561941615881,3290.501259200315,2283.9522819543836,3877.642905040878,430.6271977983239,1418.1499392699072,3324.3781368387104,7869.924511123182,1859.6266714841822,4590.899423152242,2099.1854543116697,5188.459389860906,1486.4396357987293,5891.142032578414,396.2904045927187,1598.6088747942276,646.7315269643967,3073.7974171830433,1471.2420276692035,7054.820353995748,910.6295717754232,2053.982844065241,877.4159056190554,2797.405841348086,1138.9769672634998,5000.566525158487,1487.3026582613666,3348.9127932554707,1086.415314614204,4266.276407290113,1275.5588286188083,6014.129327917051,21113.945223035556,6669.483587555579,154394.2235206934,56313.94056230091,4621.944757538774,25072.23409311543 -7928,4458.652297358072,4721.253477924668,1015.2554704116984,1891.6051385532105,2225.500377461304,3366.9641917067097,2211.3716913890635,3967.7495253933344,414.2788855553972,1451.1041594778933,3197.530813460981,8052.801665490441,1788.66944097372,4697.580322226399,2018.9725593161384,5309.026072225745,1423.678449751764,6028.037283526321,383.80672874320527,1635.75650455299,606.7777764175412,3145.2247001209375,1382.3667281804192,7218.756547930959,885.7450616594361,2101.712213910011,849.3530505088034,2862.410482644585,1095.8711444271537,5116.767052247741,1430.6058488028018,3426.7330621778806,1052.191784424192,4365.413887961835,1235.3770256810672,6153.88249275766,19977.8946919469,6390.668384533826,148829.03464377183,54526.44062953422,4399.464796995629,24298.05843420739 -7929,4309.865065007269,4718.134389898791,978.0074273201718,1890.3554528574653,2126.29194922265,3364.739812578791,2125.599403879636,3965.128238463454,395.1649166618137,1450.1454899996943,3049.420870436873,8047.481595859137,1705.8180958431838,4694.476873830298,1925.4598735626607,5305.5186732419,1353.397402281826,6024.054871016909,369.0323759666239,1634.6758448192015,567.6611236014095,3143.1468128084452,1294.924888055735,7213.987488778415,855.5265426700546,2100.323721334703,813.4769940960679,2860.5194360605988,1045.4319617312933,5113.386668856234,1364.3889276171035,3424.4691968480283,1011.6884491580073,4362.529884751754,1187.8221116511265,6149.816940826257,18853.04029423038,6078.280583439174,142365.39671364258,52345.53576849815,4162.312981673819,23371.1145637675 -7930,4139.017640605234,4759.592217292299,935.6595902397529,1906.9658381497384,2018.2600995527598,3394.3054821520454,2029.3481040574331,3999.9694677542693,374.262195153148,1462.887789487516,2887.547787017974,8118.19410113831,1615.2677760749802,4735.726824733509,1823.2569381035044,5352.1377941086575,1281.3645737690638,6076.987705568279,352.7309052386639,1649.0395961281815,536.9873155177985,3170.765364394608,1225.5642750768413,7277.376155444843,820.705690655008,2118.779079133753,773.6840878436902,2885.6545660157503,990.2520729961359,5158.317542882961,1292.010637511968,3454.559703210302,966.9985771743737,4400.8630469754235,1135.3517902263857,6203.854835503505,17711.32139230468,5743.9762129756255,135468.9722230471,50050.60848471367,3913.220235538779,22388.97954076623 -7931,3981.1735302258503,4799.100613093847,900.2424279719278,1922.7951692508195,1931.21288675692,3422.480913646577,1946.507882458097,4033.1723913896144,358.2037077198807,1475.0309200671359,2763.425811660925,8185.581560210176,1545.8350802773937,4775.037118821268,1744.8248812014347,5396.564788838546,1226.5864859720905,6127.431530289321,338.15660164094544,1662.7279345575857,514.1524942095793,3197.085235360698,1173.519852288044,7337.784157731565,788.5992640915908,2136.366628371758,742.4183380195961,2909.607790900539,947.8105860022611,5201.135675582199,1236.492189341179,3483.2352925976957,927.0436692460048,4437.39370573577,1088.4407840309502,6255.351758169676,16898.276314854087,5490.6213499731075,129863.26168734029,48059.9135302269,3734.2080536958947,21503.59078573817 -7932,3918.1797670926267,4752.184391109776,884.1482037310092,1903.9978377790972,1888.1297305961261,3389.022587342104,1909.3753133337505,3993.7439179172743,349.78196841431765,1460.6109518984283,2698.14842280949,8105.55894920266,1509.3195070314425,4728.356142632197,1703.6105827648898,5343.807730381847,1196.644214222377,6067.529485918152,331.91476371618876,1646.4730319902212,499.40427293540324,3165.8303872762604,1140.4387371229839,7266.049652004376,775.633845478563,2115.4814127747804,726.721167831385,2881.163335155639,925.5907721823837,5150.289140867109,1207.309609567961,3449.1830287705134,909.9319041509989,4394.013546636583,1068.34988256208,6194.199159936163,16406.354201185808,5353.652394016811,127099.38563079416,47157.31227225752,3629.4471563066813,21122.460050586753 -7933,3887.410887744916,4714.105574693777,876.1412909897527,1888.7412782363144,1863.4665182223757,3361.8666610749133,1890.0506214717573,3961.742415250967,345.08936109416123,1448.9072106891044,2661.717703457327,8040.609850898908,1488.9404964075,4690.468259779506,1680.6095943719085,5300.98829056628,1180.3702782452774,6018.910930244016,328.3953945010604,1633.279995028874,491.8288763126056,3140.4628795787885,1123.394073817645,7207.827464480295,769.4657874343883,2098.530254797997,718.6395595002865,2858.0768383628915,913.222016255637,5109.020347709319,1191.0279269615264,3421.545042419765,900.2836851459823,4358.804720252489,1057.0219209927359,6144.565611815304,16148.235860415205,5276.261595127067,125623.3415939807,46679.15123231903,3570.7362931564394,20924.474728712234 -7934,3908.743077577245,4670.828286638845,882.2369241489016,1871.4019125678267,1875.348138292598,3331.0034422546473,1899.6034934009822,3925.3721080977607,347.3598513766184,1435.6056895991928,2679.272868778565,7966.793984210925,1498.7606950461345,4647.40797129537,1691.630762784198,5252.323195228113,1185.0038769452835,5963.655031117898,330.320962705189,1618.2858614229858,487.67694485575777,3111.632231959239,1114.6995431611765,7141.656857885252,772.7071420876453,2079.2649462702425,723.1212755365993,2831.838602358813,919.2215713117424,5062.117591340591,1198.879688600788,3390.13395328578,905.562558320945,4318.789229622367,1063.2198392224448,6088.156154763161,16177.73555214616,5307.439102969721,126221.63072006413,46880.409518819004,3589.0076384253043,21006.3968556468 -7935,3944.6309960857157,4666.214640065299,890.3644350277667,1869.5534209316975,1892.9040038256073,3327.7132179786254,1918.8769703431635,3921.49479159948,350.60724569465003,1434.18765903495,2704.3275133513885,7958.924722163218,1512.7760336671752,4642.81745831848,1707.5131541211504,5247.135172585075,1196.6261143968773,5957.764384981572,333.3751986079464,1616.6873871136368,492.63402025544394,3108.5586932838437,1125.979148437889,7134.602631381983,780.8654810289063,2077.211136323451,730.1719711970414,2829.0414319935517,927.8137801880646,5057.117445746076,1210.0901930477467,3386.7853223925863,913.9356317558426,4314.523312335681,1073.0506540120448,6082.142531684147,16289.295241314809,5356.490126755333,127408.57667725482,47354.76718778561,3619.368582934124,21210.900151291866 -7936,4033.7810751266893,4778.891551603505,905.0699716162156,1914.698259237576,1899.157431248329,3408.068811711332,1942.1089170425273,4016.188661430638,350.50933374270613,1468.8195498611308,2702.668842236472,8151.11199300978,1511.8481882423907,4754.929388950043,1706.408237577035,5373.8397996277145,1202.2956763742234,6101.628853797059,338.3200130800458,1655.7261703146141,509.0548335821814,3183.622276919071,1162.4752763837632,7306.884674015416,796.040989771496,2127.3703667720565,734.81972610365,2897.3554029012844,927.7439575199297,5179.233640354875,1209.4238631920202,3468.567353354793,927.4916555912816,4418.707795711004,1088.9667642248337,6229.010408296815,16210.67426560476,5342.129048310524,128743.67835554449,48266.04697829143,3585.556816361829,21684.3148933091 -7937,4089.238754130122,4954.859875200621,911.6881967050028,1985.2012700789292,1885.9572903458989,3533.560706437261,1948.9478045147712,4164.072742575891,346.68228980535565,1522.9044168359858,2672.163501622284,8451.252202799853,1494.7837801955975,4930.015377899814,1687.1529314574552,5571.715304984738,1193.3582168728435,6326.303004490895,340.1772501195773,1716.6933120419412,514.8170529247059,3300.8496023326197,1175.3026123713264,7575.938749195784,805.4654650553011,2205.704389017331,732.5156050725024,3004.0418107446503,917.8230769586645,5369.943358575042,1195.8566361695098,3596.286925113799,932.5832014355206,4581.413434640156,1094.944741675605,6458.375002027591,15847.159982256358,5265.6020634117585,128703.23809820494,48722.31978713916,3501.375626962324,21952.33414893119 -7938,4114.582169417507,4894.68754486444,913.0860296672884,1961.0927807137969,1868.973825776758,3490.648780076865,1948.1885306645172,4113.503812894501,342.51170625504756,1504.4101082282023,2639.271095392644,8348.61932273669,1476.3840695140386,4870.144761706166,1666.451813624423,5504.051818566341,1185.4145144445554,6249.475727074177,340.24228507422225,1695.8456110655502,526.2184866848727,3260.7637436677333,1200.0772263758222,7483.935766163932,810.389980636492,2178.918086990063,727.9892327917247,2967.560416571519,906.9380374085265,5304.730211524001,1181.199218387039,3552.6132450719642,932.7614923300077,4525.7762764683275,1095.1540727863378,6379.943828625094,15595.746507231202,5193.148437304416,128388.53578427777,48974.20320936418,3432.1636291949326,22113.259841544834 -7939,4093.5247837300412,4758.552525485773,906.0347567170858,1906.5492779347587,1852.9024153584974,3393.5640254394684,1934.2892080651852,3999.0957089757608,339.112685181774,1462.5682342863222,2612.8960621101323,8116.420751761849,1461.6301175463232,4734.692346115838,1649.799532123364,5350.968665839282,1177.5399434623187,6075.660240096997,338.2500338104727,1648.6793776728057,531.3768480702685,3170.072738089816,1210.9465043432024,7275.786475485636,805.6852742877762,2118.3162501459224,721.488517913132,2885.0242197020784,897.9761827176685,5157.190752973247,1169.4105546121693,3453.8050844836107,927.29981004244,4399.901716457452,1088.741518611794,6202.4996570035655,15423.284169646966,5141.1426832682055,127554.3598945262,48806.815008468555,3391.1528816422397,22044.00682065089 -7940,3944.009549160337,4494.6000400900975,868.7465142463561,1800.7947616727286,1756.8156214131968,3205.326183350574,1849.2753278555788,3777.2695872578806,320.4804539555655,1381.4409338240391,2468.578144012471,7666.210437076737,1380.8999964167544,4472.063362691181,1558.680685544596,5054.155407803746,1116.4040961115493,5738.649014056242,323.8741312866412,1557.2286650818148,512.6779813249542,2994.2317499694923,1167.9186141043663,6872.205362715083,775.1521040360556,2000.8152167780108,686.1773276970674,2724.9946079370293,848.7958490386164,4871.126175642997,1104.8840261462965,3262.2257268451012,887.8888112337689,4155.843258063722,1042.469115416762,5858.4527664073985,14439.608045902974,4845.381502919741,121617.86945957248,46896.38655142053,3171.1299522466634,21225.387361339966 -7941,3560.6847478100754,4245.3332424320815,779.4242933372449,1700.9241748624077,1562.6210714232507,3027.561446544945,1657.0437576849604,3567.7853427180903,283.9606965785339,1304.8273631711288,2186.628821966893,7241.048752215393,1223.1801289105151,4224.046430506172,1380.6593419090373,4773.856132644231,987.7747700231063,5420.388290107943,290.94107074256823,1470.8660523679082,451.5476280373846,2828.1741356982366,1029.6138380660866,6491.0785420118345,698.5956035276851,1889.8516611016119,611.0339531652261,2573.8686626922536,752.2084549665917,4600.977550190146,978.743808486059,3081.305388457891,797.6040581397114,3925.363631118889,936.4659025113089,5533.547825525531,12571.209749679138,4277.251298391233,108440.43536998394,42107.88269266108,2771.946172581478,19100.398601385998 -7942,3127.1148021448544,4019.6545172419173,692.526798630063,1610.50432381482,1396.0578421927216,2866.6185549806237,1466.4476866539856,3378.1245547617827,255.46542409080988,1235.4637210027213,1967.9081055625281,6856.120041529863,1100.829764093572,3999.499296242907,1242.4269090360854,4520.081527746736,883.6483471244258,5132.244521529138,256.384163867637,1392.6759182446056,390.9141046760043,2677.8305237572986,892.1154551369535,6146.017684167081,613.5510502293404,1789.38856684718,547.5906241649536,2437.0437386091367,676.5768925791707,4356.393040833555,880.7841503668955,2917.5055093251076,702.8675910955335,3716.6942500383957,825.2359379620077,5239.388581072912,11390.857817724876,3853.933766894479,96331.4901957751,37032.44441376629,2521.4136302503584,16735.261979910738 -7943,2569.9326093496825,3703.91224664014,589.8785834751562,1483.9998469165962,1283.9180242941052,2641.446802628183,1275.636133821202,3112.774208675831,240.08840927497778,1138.4185349444979,1853.146162685831,6317.5745271963715,1036.6329847080015,3685.3402102694135,1170.0065949996447,4165.030913631978,820.4122304641648,4729.108746660849,220.30508335625538,1283.2817763468872,335.90542224721025,2467.4879965000014,766.5784803809076,5663.250428813727,510.38169091792844,1648.8328034944498,493.2035881618697,2245.6149179769923,635.079032100307,4014.200092547451,829.1093829067881,2688.3366068594373,603.9581419882609,3424.749388457381,709.106480520213,4827.8366827550235,11386.302626054001,3691.291771131974,85692.03454414017,31343.54223583491,2535.5142553577084,13920.185141635628 -7944,2474.315303174637,3459.519018507303,560.0246699210162,1386.0818917961492,1277.0474020984734,2467.1576542767198,1238.7297649820357,2907.3857203289485,233.66101888277208,1063.3028836561286,1764.5197642126036,5900.72544172685,987.0561894054292,3442.1724107157115,1118.6514975465482,3890.2119431828455,796.6310303447843,4417.070535216696,211.59178626309816,1198.6076925561738,334.11665300982094,2304.6770774803394,761.2299809570333,5289.57525460355,492.52104487018124,1540.0387650118,480.95717629818904,2097.4437296758956,626.251624625939,3749.333310166545,802.5858467300204,2510.9535540470933,580.0709640675183,3198.776011428727,681.0605755355141,4509.284159577154,11626.2320511604,3678.741135901656,82732.54433856784,29375.39018991081,2623.972412486704,13056.780141205743 -7945,2602.3155283640012,3309.3481219216305,586.7499733702092,1325.9148109624662,1331.3218673695137,2360.063207048967,1297.8652828335655,2781.1818411172762,242.99169684465636,1017.147002874277,1834.7750710239666,5644.586589664014,1026.3563643500142,3292.7544961575545,1163.2544497778892,3721.3455162920563,830.623869732805,4225.334216090504,221.96032859709248,1146.5784969128706,353.2215238440706,2204.635591593379,804.4667005558294,5059.965226651186,518.3272509591833,1473.188719996496,501.2937359989469,2006.3978346429699,651.3026958667778,3586.582146847554,834.5448482408182,2401.958013199068,608.4959348751108,3059.9234544567303,714.4342973333627,4313.545028911686,12035.55371035796,3822.771375147125,86490.63233104546,30884.065893444375,2716.120108735228,13747.861788992492 -7946,2672.371624912765,3254.5692070138925,603.8578815998486,1303.967233394698,1382.1121113600138,2320.997597499026,1340.8030404656117,2735.1455470180485,252.23495736697336,1000.310391231632,1904.8112666747934,5551.152983680906,1065.5339705189122,3238.2502519040518,1207.7287654816591,3659.74689871873,860.4927222887526,4155.393183913577,229.44266975228973,1127.599434087361,363.6947308073921,2168.1427413324823,828.4709004041258,4976.208730092011,533.347433807875,1448.8033496568933,518.5708334796722,1973.1863705703545,676.0270724792946,3527.2142378233166,866.3964697828741,2362.1989280954467,629.0084931555183,3009.273211460068,738.5180657230077,4242.143862463158,12636.621416749207,3978.764730760129,89452.27988502527,31742.37456507484,2841.338716442385,14136.528084568075 -7947,2898.2328520529336,3282.7709260552915,653.7260131840353,1315.2664607935612,1504.43112515843,2341.109667016358,1457.2571164553622,2758.846320099814,274.26195585788264,1008.9783502803781,2071.2340536456936,5599.255219904431,1158.6293527692949,3266.3105628026883,1313.3125838551027,3691.4595916237904,940.0739361323864,4191.400785419399,249.67359805825447,1137.3703869873148,409.0901677534403,2186.9302823381963,930.466524843041,5019.328919453777,579.0713526346004,1461.357621025653,562.5424479344811,1990.2845620972757,735.0457739292282,3557.7784995140933,942.09185532934,2382.6680182430687,684.4708260450842,3035.349374611096,803.6363196922122,4278.903181971423,13904.34821219406,4337.626243759413,97506.03617148196,34588.69353957486,3107.1247979920017,15415.385872592311 -7948,3556.608439540986,3381.217016596983,802.8716663182876,1354.709615373136,1831.783091147354,2411.3165439013273,1779.9558400625347,2841.580583542777,334.44744930171333,1039.2363171820368,2525.539192533467,5767.169703967174,1412.7634850769457,3364.263028157726,1601.230015989208,3802.1617311802283,1147.420317028618,4317.095520298065,304.4608351961484,1171.4786664313938,501.2440843893607,2252.5135171824686,1139.8241073462373,5169.852157411427,708.9541411173144,1505.1818621664004,688.5745052126058,2049.9706439523393,896.393654198163,3664.4717145387917,1148.7343882430218,2454.1211767906284,834.6679864663176,3126.37561009616,979.9826132611807,4407.222001517466,16738.117597291985,5274.532247906933,119099.90102211056,42471.43319120209,3761.3243918634726,18892.40447360823 -7949,4843.869554159813,3625.2203571507976,1062.849431747377,1452.4713591502639,2319.9311671630553,2585.3276437380264,2334.3503041459257,3046.64140969913,417.0791443605689,1114.2321343013039,3146.523474472548,6183.353778045042,1760.1364028776009,3607.0428950940286,1995.015042354302,4076.5422749844156,1446.2185052522352,4628.635928166595,403.80319674070324,1256.017667209426,667.2451741900943,2415.064699238304,1517.058982075101,5542.93119681817,958.6461686278262,1613.8023383756592,878.6357552886842,2197.9054504750657,1118.4933026220353,3928.9159472879633,1431.2398218383487,2631.221245293019,1107.0113531518316,3351.9884852665323,1299.740611071473,4725.266328649962,20283.65226154551,6520.2367838268065,153939.62892211674,56777.35099571556,4526.27561943068,25585.611523729436 -7950,4927.8881592175,4158.908624646462,1084.5111095146424,1666.2975122896034,2407.696502962079,2965.9276887459396,2401.527042045442,3495.1539456104038,433.46826706939976,1278.2642644228008,3271.0118979599188,7093.638682136008,1829.7740864018576,4138.055160229338,2074.1517817478643,4676.672079457642,1505.9010055626206,5310.042421015731,415.019007414814,1440.922811371139,700.9425711782558,2770.5994166477085,1592.132675909005,6358.936033997922,979.2108838112853,1851.3788962666288,905.3574982506674,2521.4709820625635,1162.2672867670024,4507.312882775816,1487.8502910450854,3018.577535243314,1137.7590784082388,3845.452813259353,1335.8414758910042,5420.898304625844,21386.435759125474,6807.257579688467,159053.26096854816,58264.818299458624,4762.85525577385,26200.355377194664 -7951,4797.437255614833,4632.229618016436,1054.8490625929899,1855.9370703921513,2342.9485699947586,3303.4767831360746,2336.4661387792803,3892.9337207450226,421.96402840494704,1423.7421688519635,3184.187349504977,7900.958200467984,1781.2052294907962,4609.0028428623,2019.0396300952507,5208.919184189999,1470.2486017618612,5914.372734660339,403.7877946233331,1604.9127130501206,697.255995810912,3085.9184069103135,1582.2393150607336,7082.639820744108,952.5365518496644,2062.0823709936353,881.3545169225999,2808.4369285877456,1131.423243590611,5020.285396396762,1448.357544302555,3362.1186529967977,1106.969128823424,4283.099732151206,1299.6910355416012,6037.845009176541,21010.344687768626,6634.08898531287,155149.06396232836,56813.42824258227,4653.149012512157,25559.272165958646 -7952,4671.769472742475,4767.779812329718,1026.8295989995001,1910.246258681614,2250.082943320545,3400.14446949642,2257.8189052916364,4006.8503366751456,404.89144732426274,1465.404293477499,3054.8083490047734,8132.159265106305,1708.8318019934845,4743.873365798075,1936.871414797114,5361.344704037499,1405.3021077927115,6087.441524321868,390.3701961801805,1651.8763241076736,655.1480705506365,3176.2198112415495,1488.528345362415,7289.894918854715,925.108747687595,2122.423867233598,851.2569426628698,2890.618556611116,1085.7607713009702,5167.1910373310975,1389.517876480508,3460.5023416951094,1070.1852847912523,4408.433545202743,1256.5031714028898,6214.5268949458,19837.788664900636,6339.8782755973,149266.71914495065,54931.45045896406,4415.74198348183,24737.668500853477 -7953,4523.511679751497,4774.212925867837,991.4016871065511,1912.8237332193612,2156.8450255614553,3404.732247514547,2175.6715404877314,4012.256736332995,387.6261472907232,1467.3815475811405,2924.1519264612266,8143.131899313783,1635.7437963089872,4750.274222627434,1854.023483928037,5368.578708239806,1340.0255283768095,6095.655243080722,376.2384748193175,1654.1051828977616,613.3009992226732,3180.50545014939,1395.2640141749387,7299.73109492406,895.1748517449244,2125.2876307150023,817.7993817471668,2894.51883684679,1039.5445033180804,5174.163072098798,1330.0940640124475,3465.171559934903,1031.4436995033598,4414.381796723965,1211.0167257647329,6222.912088615502,18786.32160207085,6052.646077934295,143152.5396788104,52832.92239211719,4194.511213273961,23829.99504560078 -7954,4345.141602623038,4823.988306623006,948.8343818482006,1932.766607807681,2048.3139958383495,3440.2295842737017,2077.9162418625583,4054.088051743412,367.3693875229517,1482.6802944904405,2770.90433732495,8228.031231857529,1550.0184990148978,4799.800021286648,1756.8518126407712,5424.550876525148,1269.289686029773,6159.207825545702,359.7564181496364,1671.3506884012406,579.747850175594,3213.6650247710645,1319.619200799329,7375.837230176531,858.9265834321234,2147.445628834422,778.2029221292224,2924.696748775774,985.3107759805969,5228.108285896785,1260.3947496971584,3501.299029835377,986.2587579182015,4460.405620575659,1157.965143755287,6287.791435939644,17654.148947124773,5723.628759310036,136268.12581825405,50530.840920718554,3945.674283797242,22830.954098373626 -7955,4166.144448580956,4841.793076083392,909.2038200623101,1939.9002204297315,1947.977286367122,3452.9270641897906,1983.8133306508507,4069.051210554203,349.28618845774855,1488.1526918407028,2634.225989832252,8258.399920561636,1473.5618836872843,4817.5155146508505,1670.1263050392936,5444.572251297152,1207.613982767013,6181.940732099785,343.3931995117763,1677.5194458282822,553.1748263734546,3225.5262817335656,1259.1550412949173,7403.060571758917,822.457191692439,2155.371596295334,742.6064390484023,2935.491458058548,936.870020578666,5247.404614334507,1198.2291806136027,3514.221909841638,941.3996063502444,4476.868449406551,1105.2960713875282,6310.99892936955,16713.840011455897,5432.874454873348,129958.59201027862,48335.70554321266,3734.4911258450584,21853.297383182788 -7956,4093.3260106815915,4758.617504647893,891.0452493594353,1906.575312316844,1898.2807938601115,3393.610365360231,1941.1559799520026,3999.150317575123,339.87934812909873,1462.5882060020695,2562.9854091915945,8116.531583410137,1433.710555589763,4734.756999461556,1624.952116871624,5351.041734584152,1174.151741723539,6075.743204677005,336.28277456941186,1648.701890780309,535.9547061476545,3170.116026184101,1220.5591376469597,7275.88582807372,807.4370088437472,2118.3451762561845,724.7681351707275,2885.0636153913115,911.7007464823407,5157.261175634808,1165.829207748447,3453.852247010306,921.9066424498477,4399.961798157803,1082.4094074528168,6202.584353605863,16154.472150075777,5277.368530942973,126835.46056727032,47328.81030607031,3613.1369843900857,21424.795123954624 -7957,4057.685292803884,4674.79212268174,882.0197749948094,1872.9900528068922,1870.2995431261688,3333.8302538377625,1919.0618468497062,3928.7033227108855,334.7143276922981,1436.8239971940352,2523.825000955286,7973.554897522867,1411.8045820136947,4651.351932000444,1600.119177032163,5256.7805091588625,1156.422238415809,5968.7160073107825,332.3259363774416,1619.65919810581,527.8603157075561,3114.272877094611,1202.3137605228383,7147.717529595288,800.2545106009978,2081.0294866966865,715.6299246608061,2834.2418043672874,897.8903151921943,5066.413489825946,1148.0199606694862,3393.0109451873477,911.0591186153383,4322.4543124212805,1069.673343620106,6093.322787171817,15872.281917155435,5191.39314687672,125197.9480129741,46804.099927350246,3547.1041603462613,21206.03261119842 -7958,4076.4309220431182,4592.981145166519,887.1654653873633,1840.2118793448146,1879.0279884862891,3275.486715819687,1926.2901286261545,3859.949236804304,336.2918474625807,1411.6789270726417,2535.7227767465665,7834.014078740232,1418.4600887828028,4569.951168428957,1607.5994656054656,5164.784471527453,1158.7830752740074,5864.260776307117,333.8730202446835,1591.31442923456,522.6820152215106,3059.771692520421,1191.3264129675308,7022.629238447186,802.8670721363118,2044.6105290025876,718.9799772104017,2784.6412902813745,902.1214936113954,4977.748961174952,1153.4318872546498,3333.6317182910766,915.3003911439818,4246.809406020351,1074.6530162606844,5986.686881135352,15861.270475693316,5211.302635645834,125599.36296724397,46950.10939239583,3556.2698804780634,21266.592147640997 -7959,4113.922180521587,4572.7071045140565,895.355521226,1832.0889349494857,1896.6783083187947,3261.028273963679,1945.8832445833575,3842.910898245965,339.44688700314543,1405.447585150889,2559.5183283291267,7799.433679891547,1431.771102321018,4549.778785212013,1622.7491499585215,5141.986413571751,1169.1953638691207,5838.3751352348445,336.9671879791672,1584.290151884085,525.0824355027617,3046.265445984509,1197.0597193834242,6991.630402142951,811.359943105447,2035.5853412926238,726.0136372194075,2772.3495065928864,910.5838504497974,4955.776503286066,1164.2557404249774,3318.916616521478,923.7829362012686,4228.063414295232,1084.6123615418408,5960.260834660193,15935.039088717787,5257.919993990784,126719.03771978352,47405.21008490921,3583.1031464964776,21461.821109908804 -7960,4210.753145626256,4688.17818935809,911.3307022717776,1878.353279464473,1906.2920955872596,3343.376533735211,1972.1197231893989,3939.9529961186604,340.0541830082334,1440.9382810646057,2563.4236315126664,7996.386829875091,1433.9556931411369,4664.670878696455,1625.1463541912842,5271.833074610302,1176.5153418744108,5985.807169516351,342.4270931398389,1624.297022729843,541.1546103917279,3123.1904638636297,1232.8851167365876,7168.1847120761195,827.9198060248651,2086.9884253475016,731.8877243402375,2842.3575341739843,912.3541357389847,5080.920947485019,1166.0439676859307,3402.7266864553912,938.7510618842289,4334.831474894627,1102.1864187241583,6110.770755545396,15872.421196516245,5254.799568483551,128225.85134762418,48373.662741581844,3556.2698804780634,21957.42625969826 -7961,4282.998384814162,4845.756912126287,922.1601929250012,1941.4883606687972,1905.992041534692,3455.7538757729058,1989.1353289510248,4072.382425167328,338.9203794367061,1489.3709994355452,2554.2267739150943,8265.160833873577,1428.8110552635244,4821.459475355924,1619.3003616513602,5449.029565227902,1178.2307817814747,6187.00170829267,345.967998220436,1678.8927825111066,555.081180739932,3228.1669268689375,1263.7280223621894,7409.121243468952,840.7778581094669,2157.136136721778,734.1841074243373,2937.894660067022,909.4483451251625,5251.700512819862,1161.871917038621,3517.0989017432053,948.4583206585347,4480.533532205465,1113.583698810964,6316.165561778206,15725.29250621475,5225.638661641716,129068.63920055261,49094.51697343828,3511.769068573037,22336.24267586946 -7962,4320.203043936902,4756.34317094218,926.6857087388124,1905.664083689822,1898.6440880874093,3391.988423182601,1995.9075724396173,3997.2389636256635,336.8050970271825,1461.8891765778217,2537.8036063785403,8112.652368210426,1419.6240858141734,4732.49406964597,1608.93995565062,5348.484257635069,1175.8066700738614,6072.839363898847,347.27740602403605,1647.913910179386,565.7755233020671,3168.6009008935453,1287.1758303827698,7272.408391116128,848.1896636965571,2117.3327343379196,733.113252126741,2883.6847280532975,903.8731696084909,5154.79631416833,1154.4097584527162,3452.2015128270573,952.0480131527763,4397.858880364636,1117.7983521681683,6199.619890367505,15549.633595843989,5185.041316359896,129263.6959684435,49492.713629068356,3464.949576916699,22550.52651302851 -7963,4280.574645501942,4602.598325892636,914.6158689281039,1844.0650739603925,1866.455378618061,3282.345212886496,1969.418969428434,3868.031531991396,330.3897164327649,1414.6348223702298,2489.1541923306127,7850.417614227304,1392.4100493262438,4579.520127000137,1578.0895079011393,5175.598943458477,1158.413817074906,5876.539872155393,343.26114881615536,1594.64646086594,569.0906769376912,3066.1785068350396,1293.701781676547,7037.3338262571615,839.4838532179958,2048.8917111695628,721.080292041493,2790.4720127902674,886.7213548667596,4988.17180199572,1132.2852874347893,3340.6119643874185,941.0375943096666,4255.701742452006,1104.8710335146134,5999.222323338755,15211.270031887569,5082.874320629568,127558.28145092928,49089.14664259364,3383.5678867375736,22385.655980785778 -7964,4135.081069381075,4349.6925943054775,880.1309975347668,1742.7365213468356,1779.5615302439346,3101.9853685966573,1890.514704265043,3655.4891211324693,314.2111967505096,1336.9028046385224,2366.782390608855,7419.0491850464205,1323.9563846249844,4327.882507110188,1500.496176742698,4891.207705180425,1104.9390467475712,5553.6330029620385,329.93267889686837,1507.023079190556,551.1829971481553,2897.696692098894,1252.5682418871731,6650.643106421762,809.9840202116347,1936.308248423939,689.2891644845374,2637.139847804668,843.4015728516464,4714.079398196503,1076.6283475825956,3157.0504513070086,904.4980927903957,4021.857447038104,1061.9700516071675,5669.574241275512,14356.499396582776,4823.717262351508,122210.60792010339,47338.6120266949,3190.0522746720007,21619.777097937662 -7965,3738.203675871872,4116.476084608547,791.1448567698088,1649.2966011644362,1587.5697106797072,2935.66690238087,1697.6049924677247,3459.493566140442,279.3713211444858,1265.2223814495323,2103.899975264372,7021.263659128663,1176.9023700345554,4095.835384054174,1333.8230125925415,4628.956899066379,980.8248985125589,5255.8650855730875,296.98287294809137,1426.2213547142865,486.5107994769235,2742.3315268510382,1106.567836623752,6294.057039960372,731.0502736262745,1832.4896355900103,615.4906978868066,2495.744901482973,749.9796483548557,4461.325641500937,957.0534047088059,2987.7795726810446,814.1674327959719,3806.218402218065,955.9129394688251,5365.589928050955,12553.702125255946,4274.2689755730125,109243.04697093838,42583.37349897714,2800.6478713528227,19483.92218882672 -7966,3263.837333270748,3949.540110369015,697.4179562437932,1582.4124679236822,1400.685782438701,2816.6164319496047,1488.7786573878832,3319.2002868964873,247.8388098125578,1213.9136585186122,1866.7836591610378,6736.529467738182,1044.2616752882138,3929.7364547494863,1183.3789689326131,4441.238225672961,867.0273408310446,5042.723325364095,259.4952513120396,1368.3836200993176,421.10179653407647,2631.1214103063685,958.205015368627,6038.8133503848285,637.9481022299268,1758.1764521016253,545.3971542009895,2394.5346434809458,665.2564864074396,4280.404939653938,849.184257714059,2866.61577055345,711.3965209044107,3651.8643469331473,835.2497435205632,5147.9984824555195,11210.71380475268,3794.2935331543936,96089.32447335043,37184.12573991282,2504.218556969328,16971.509006099943 -7967,2670.4548508983594,3691.175984191294,590.3041949605933,1478.896969130676,1277.814201852842,2632.363930928548,1286.761501770328,3102.0706318560356,230.69206929414364,1134.503972106019,1740.3962722823562,6295.850932828955,973.561729041338,3672.667809573675,1103.3795225753627,4150.709049804969,795.8802551457408,4712.8472463509415,221.53008809513426,1278.869087165549,356.18685950600303,2459.0032990719483,810.835096419645,5643.776791488669,528.2615161617889,1643.1631315580746,487.26793332143853,2237.8931527055975,618.6511488170162,4000.396875166358,791.6431621115606,2679.0925000081315,607.3164466390151,3412.9730546437263,713.0494617069078,4811.23569683601,11040.929043347023,3593.912289926656,84709.74882235541,31226.661774813383,2488.042298146868,14028.617796532402 -7968,2628.1865140370605,3457.6995515427316,578.4021321226548,1385.3529088945313,1252.433708223405,2465.860100534616,1239.8157696870974,2905.8566371693805,231.6476397167256,1062.7436601167303,1767.7206805521269,5897.622069567081,988.8467526786636,3440.3620668632425,1122.5339488210059,3888.165961623578,810.8104517551916,4414.747462594169,202.51575214596343,1197.9773080754353,363.4433439530466,2303.4649772478947,823.4027358635898,5286.793305037476,526.4997166065089,1539.228811477188,474.43351454800495,2096.340619805484,616.9993418414726,3747.361420993362,765.3995700792683,2509.632966700494,555.1893561695172,3197.093677194193,651.8471115889045,4506.912588986467,11930.768147788705,3669.0176482990983,83579.64345157598,29867.804936802957,2590.06965089041,13244.313217905288 -7969,2779.736476148036,3299.665962033393,610.240643259992,1322.035581964803,1318.4800162218046,2353.158370061395,1309.2550118097602,2773.0449373308215,243.40821804436018,1014.1711358609415,1857.3345259668902,5628.072222528654,1038.9759167532497,3283.120884240656,1179.5116266498364,3710.457975616162,852.5627240884203,4212.972155662219,214.0603772200403,1143.2239521739873,383.6784133604669,2198.1854891844755,869.2917382832039,5045.161286253126,557.4547899508229,1468.8786117192587,498.9691889450877,2000.5277164448437,648.3515986280044,3576.088883365225,804.2320306949562,2394.93060457603,586.8385137988732,3050.9710363247223,689.0063470023055,4300.9248901059855,12506.192196540405,3854.1535039352207,88070.98744117953,31561.09703366182,2714.5922302601407,14013.413731425182 -7970,2878.606625035573,3201.02493400534,634.6932229641137,1282.514324238972,1389.8445331295811,2282.812473414138,1368.794665839899,2690.146848089771,256.8006196640311,983.8532538120406,1959.9984954245438,5459.825243521044,1096.4052006509717,3184.974458848463,1244.7976395731034,3599.536629825111,898.2594864972872,4087.0285270435234,223.73022713059186,1109.0481334073984,401.3090466151487,2132.472390057349,909.2091028723953,4894.339990531221,578.9342925845209,1424.9675922477245,523.3532948676799,1940.7234475220807,683.9250635537413,3469.1844003558417,848.5753572268314,2323.335958448382,613.3480454733555,2959.7645557386004,720.1311541686546,4172.351980753047,13303.149463183387,4078.9690262689523,92313.26776330877,32851.903806566246,2888.923841377764,14559.354287958764 -7971,3125.488777571246,3176.527128055204,688.0833041378802,1272.6990970254299,1516.0172041648304,2265.3418513017778,1490.1265447577537,2669.558849926504,279.84158140363985,976.3237135578386,2135.977756227362,5418.040583265346,1194.8463868056228,3160.599489000484,1356.635235916594,3571.9889687834566,978.4376907508539,4055.7500353627656,243.83133615776268,1100.560462576425,436.8409722517242,2116.1523376108094,989.7595708941869,4856.883052889689,629.3705243802053,1414.0621540584514,568.7762729621502,1925.8708714252161,745.2634149814041,3442.6343396729917,924.7365276535736,2305.555205520655,668.4544836680728,2937.1131427569935,784.831552632726,4140.420499028455,14524.861306808645,4450.010828251838,100491.12190275638,35719.18448120895,3154.572010699858,15832.51291284171 -7972,3843.8239058066342,3170.5488812582275,847.3754826126044,1270.3038682130868,1852.790464300028,2261.0784617191766,1825.5466591113104,2664.534721058547,342.62841199937606,974.4862653390468,2615.019876427022,5407.8437920978095,1462.818159816606,3154.651218134241,1660.7321440290527,3565.266459970967,1198.3541670544384,4048.1170847595426,298.1825897144834,1098.4891999065217,535.2725415722941,2112.1697237610797,1212.6788727735905,4847.742364211862,772.3083611280631,1411.4008789606999,698.6933275263038,1922.2463686571455,912.5163584105741,3436.1552771985876,1132.1761887713374,2301.216134117511,817.4564114164542,2931.5854747944054,959.7745250522212,4132.628198006425,17738.05955923849,5439.111152973057,123167.8826234613,43838.03446573025,3851.898455170353,19422.955962434724 -7973,5240.309205846398,3171.8485023195353,1123.023891229125,1270.8245710072147,2348.7759338956753,2262.005287104992,2397.2107418884357,2665.62692482886,427.83362978678093,974.885711277848,3261.807374490619,5410.060489569347,1824.6251603058358,3155.944322677874,2071.5256574088244,3566.7278773955463,1506.6951213451355,4049.7764246464285,396.55067258000116,1098.939475159572,700.1514856746526,2113.035510841128,1587.3128467223466,4849.729473798332,1044.7703203887672,1411.9794180013967,893.0230269967814,1923.0343053707209,1140.1791287886992,3437.563771416913,1413.02591790895,2302.1594121007647,1087.1288295618544,2932.787143769953,1276.3965656044568,4134.322179347142,21340.083339508987,6723.153888413697,159111.47861131286,58598.94208373799,4623.938447262688,26299.186328880798 -7974,5213.375894718132,3254.634186176013,1113.4157695987158,1303.9932677767836,2337.402523676636,2321.043937419789,2387.801094818433,2735.200155617411,424.86816490157935,1000.3303629473794,3239.1767609424046,5551.263815329195,1811.9658024307628,3238.31490524977,2057.3594204683104,3659.819967463601,1496.4352395619678,4155.476148493586,395.4373066225434,1127.6219471948646,697.2362703928377,2168.186029426767,1580.79407517497,4976.308082680096,1041.584063160334,1448.8322757671556,885.2443084588381,1973.2257662595878,1132.2807322331469,3527.284660484878,1403.2273794297714,2362.2460906221427,1084.0765784527337,3009.333293160421,1272.8129214887776,4242.2285590654565,21187.25460504891,6681.372554609236,158205.29383332474,58326.540147549116,4590.732426097426,26202.922763084658 -7975,5070.884412286853,3500.976845900812,1081.690395039795,1402.6922770884223,2270.6578841769197,2496.723323849975,2320.0620033546447,2942.2269496197637,412.835616025272,1076.0451831439507,3147.387894853826,5971.437947006023,1760.6199517189873,3483.4223616189224,1998.9970201237406,3936.831064049604,1453.8007791609532,4470.003369768067,384.2673339722071,1212.9714438651538,677.4352736775406,2332.2956290665024,1535.9107900152885,5352.963921269979,1012.2082516011225,1558.4941228108503,860.4464977688677,2122.5788596310476,1100.2249407567474,3794.264184193272,1363.4764411613858,2541.0440604093674,1053.4545164232,3237.1091736523963,1236.8595977028779,4563.322054254401,20574.855811091507,6489.751097787316,153755.30758300138,56700.96507718546,4457.908341436377,25472.85724342587 -7976,4910.299643521803,3747.7743660636033,1045.2943669296535,1501.573529600062,2155.1860461046786,2672.727094220593,2222.769882712316,3149.636009114831,391.12829587882857,1151.8998072880624,2980.9891235563314,6392.387910971832,1667.5380036162735,3728.9823976796474,1893.1549233185206,4214.353648937563,1380.3170229927,4785.111351150397,368.646923581687,1298.478534471797,648.585875988095,2496.7082495652894,1470.6271394087098,5730.315237613919,976.8096738366991,1668.3584554322895,822.6089294404683,2272.2077266486244,1042.5637777454317,4061.736673363778,1291.6029432976345,2720.172172458352,1010.6317458687103,3465.3056318749223,1186.5814376733558,4885.008433875226,19284.656695342048,6125.5703337393425,146884.35172401456,54608.13959215117,4175.657161531654,24585.93884238282 -7977,4768.649611774292,3958.4424950992084,1013.0168232690287,1585.9792742347074,2076.557521191565,2822.965171907649,2150.84655450751,3326.6818663018826,376.5410689106509,1216.6498571937434,2869.4602708286166,6751.7138120902355,1605.149785238169,3938.5942014315874,1822.3162361585391,4451.248913058963,1329.8784413796873,5054.089778641136,356.7382373976335,1371.4679988128385,627.4666131956831,2637.052038787619,1422.7565450823095,6052.425021176021,948.2026929263676,1762.139435832081,794.1614532596749,2399.9319981223325,1003.7548760403696,4290.053103872799,1243.3621263040575,2873.07721055658,977.984528329878,3660.0957613485934,1148.2503813992787,5159.602229170473,18484.399350738015,5888.734747830032,141894.5389626724,52928.8012594178,4001.325550414031,23852.1583631592 -7978,4631.470985293676,4078.5922119820602,983.4140161192637,1634.118147293313,2014.1225530985175,2908.6500003710607,2087.5991494721807,3427.6558945694,365.1218692540182,1253.5785573247597,2782.3792492052994,6956.647066520738,1556.437459586549,4058.1414675101837,1767.0134923423227,4586.356672573285,1289.7246536333616,5207.495431686762,346.3130304603076,1413.09585925928,608.9758585571278,2717.09388763548,1380.8441575312997,6236.132919838008,920.81135872037,1815.625258749922,770.4418645471437,2472.776595579411,973.3270297622165,4420.268123159014,1205.6432343917133,2960.283078485273,949.4042136326968,3771.189826763112,1114.6942705397416,5316.210477952783,17910.002055925,5708.924089225875,137680.65346961556,51388.579643977,3876.8029710442993,23163.00460730158 -7979,4398.130554217402,4127.132957141192,930.5896178375797,1653.566355994994,1878.4163646062993,2943.2668561602563,1964.4482953698082,3468.4496201060433,339.867608093541,1268.4978319483146,2589.19282555479,7039.440543992197,1448.3707441885354,4106.438821243027,1644.236945503841,4640.940499266779,1202.7369833217363,5269.471646892647,326.2194866572536,1429.9136048010425,572.7071050997258,2749.430967470449,1298.6945843614965,6310.351307729555,872.3318706196717,1837.2336467448163,722.5301838927647,2502.2059703055384,906.1599786142692,4472.87527223142,1122.1057539431238,2995.5144375040786,894.3185152167977,3816.0720691676934,1050.0182226234017,5379.480548754297,16501.311544009066,5295.937324251127,129162.7716704123,48570.060615246824,3569.6472752656287,21937.851177087603 -7980,4278.043444171836,4069.4299043002347,899.9956090628235,1630.4472009285428,1792.5909141277689,2902.1158962348713,1893.071253536985,3419.9558754693767,323.23777103999583,1250.7624698493298,2461.7232218751087,6941.019384824568,1377.0654157785511,4049.025101173664,1563.2623754321287,4576.053703119938,1146.1934138496704,5195.797112041899,315.0646444551508,1409.9214259319149,551.4324527427755,2710.990102578031,1250.6130889057915,6222.123829057012,846.8695464504319,1811.5465677725083,692.1744866175201,2467.2216543596055,861.9845824431121,4410.3382614627235,1067.045411279372,2953.6329838004694,863.7379327449,3762.7180797181713,1014.1135999329656,5304.267936612843,15514.599658246501,5019.992334948548,123972.696574908,47016.64986701512,3353.8081376914283,21294.79675379711 -7981,4244.529706257747,3947.525705918082,891.8447491614496,1581.6053818758085,1768.448793865926,2815.179858445212,1873.7118068517168,3317.5073779388317,318.77363716677223,1213.2945198319717,2427.5018987225576,6733.093600633547,1357.9223211459775,3927.7321508598616,1541.5233040730718,4438.97303787908,1131.0243357763454,5040.151359001538,311.7169813586612,1367.685696296069,545.749387743311,2629.7794457910695,1237.7073696531247,6035.733343054499,840.1056832545677,1757.2797202362262,684.3913285563523,2393.3133465428346,850.1267608011998,4278.221782496071,1052.2643024354134,2865.1536956267623,854.5604396387198,3650.001767597555,1003.3383170381975,5145.372822057939,15248.940084317763,4944.94397867013,122560.03034088186,46586.61294525497,3295.6976006522204,21111.008580421825 -7982,4268.155350321182,3872.6027086821227,898.2124513889171,1551.5869286768823,1780.144388266766,2761.7484868807896,1883.36029060626,3254.541962479991,320.9550634967981,1190.2665096990688,2444.158255909787,6605.301259098332,1367.2397347494114,3853.184830080852,1552.033213440263,4354.722499839793,1138.667651272495,4944.490614912358,313.5781391187762,1341.727382335091,548.5172374609605,2579.866925182831,1244.031651629243,5921.17671536726,843.6832892219984,1723.9270144071845,688.7869574195843,2347.8888901601977,855.9350069043169,4197.022260906071,1059.4740102068793,2810.773833806935,859.6627339917211,3580.7256962764795,1009.3289142993323,5047.715002338847,15363.568969927266,4979.203682194592,123312.2642356526,46844.134654168316,3320.602116526167,21223.80244662427 -7983,4340.899176119595,3877.541257369423,915.7451597638674,1553.5655947488422,1825.5402335099084,2765.2704152557194,1924.9393327492828,3258.6923272722624,329.61136069457274,1191.7844007793578,2510.4258815410744,6613.724690138446,1404.30923737737,3858.098616057879,1594.1954324887338,4360.275873295048,1168.5379205954307,4950.796091996516,319.9018389776616,1343.438424365788,560.8988784083009,2583.15690852871,1271.986348496528,5928.727714448418,859.978190444935,1726.1254577111968,705.4706462344842,2350.8830427931107,878.947115498274,4202.374526639578,1088.1177502420985,2814.358281908498,876.9989205157866,3585.2920278930133,1029.6833086804597,5054.152116645145,15857.908322561314,5121.601708169269,126162.23621719601,47757.955649704425,3428.521685313268,21612.347103156826 -7984,4497.9696594474235,4032.4557588528833,947.0315017995007,1615.6332359828252,1879.5836801123396,2875.7477666010204,1986.669078460816,3388.8827401809403,338.98795026583787,1239.3982555569473,2581.5661522124246,6877.954467545567,1444.10445299711,4012.2363502843637,1639.2934945471216,4534.476460318617,1202.3971922938113,5148.588986419054,330.70775051802116,1397.111120533447,578.6528052260292,2686.3585092796357,1312.3622966286978,6165.590674080224,889.3262683459184,1795.0871648938173,726.9371366062012,2444.804899569764,904.008467310332,4370.266680876209,1119.017116484267,2926.796778703109,906.6229226358437,3728.5306655524023,1064.464811605683,5256.074263594222,16245.785820395999,5260.8249906326655,130123.3527431834,49390.52042033519,3511.5367382264208,22371.756752353027 -7985,4592.288243460591,4194.778092822017,962.9077028693396,1680.6688801128528,1892.6874809906233,2991.5080172513567,2014.8367281278977,3525.298708223791,340.49228119450413,1289.2889498609331,2592.413053613471,7154.819407639298,1450.1721102605309,4173.744772883704,1646.1608605147474,4717.007118156856,1209.5361006566625,5355.840108539501,335.9347279125061,1453.350383022897,586.498209685736,2794.495091347968,1330.2801906229804,6413.780146789957,906.7397484693903,1867.3465412413184,734.0683960986404,2543.2179910280147,908.1478609808682,4546.187243959873,1123.8615733989295,3044.6119545123975,920.9524855641888,3878.618809378715,1081.289133076142,5467.652094326434,16177.724998050222,5271.034890250206,131584.24293617607,50253.27835528941,3494.93372764379,22807.54350015289 -7986,4608.446313091585,4163.197362803109,961.0249224073951,1668.0158269644994,1864.3415956559998,2968.9862044279616,2005.6781853958748,3498.7582085175186,334.22563469374336,1279.5824325336894,2543.8751945223075,7100.953764440354,1423.020476593338,4142.322393934549,1615.3791853240923,4681.494744200607,1189.907582497586,5315.518228156447,334.83497935845884,1442.4087157753106,583.41958083901,2773.4565064535636,1323.4087749299085,6365.493478285845,909.4514559841424,1853.2880700502928,725.8563250465061,2524.071166338689,891.6066259455613,4511.960901400161,1103.0128142871117,3021.6903443532506,917.9375660569409,3849.4183103881132,1077.7493199463804,5426.488428261783,15690.160057176472,5156.76089358801,130383.19513346732,50215.52302074006,3387.0141588566903,22850.576461599554 -7987,4560.065749407281,4016.6004146813084,946.7326334353869,1609.2806750265631,1826.8805377897565,2864.4405202685602,1974.7826667686443,3375.5578817284413,326.6947547221464,1234.5250251775778,2486.1146490434508,6850.910814297806,1390.7097566599853,3996.4605074640667,1578.6858255537516,4516.647204595621,1164.1818743159954,5128.345081647517,330.3754633493351,1391.6177738021504,574.0924967372769,2675.7959287381486,1302.4015905399,6141.347987240082,898.7047712527366,1788.029003188042,711.9923026054172,2435.192091535868,871.6090783124181,4353.083086934791,1078.071473662948,2915.2888110968393,905.7119697974035,3713.8703343567486,1063.39526304548,5235.407733959598,15235.144963537878,5031.9163425462575,128105.29171449124,49564.195953343566,3287.396095360905,22591.60302721197 -7988,4486.5724690453835,3781.5644443229558,933.4315460883695,1515.1117744679489,1810.4733704174441,2696.824504805762,1949.6515233824075,3178.0332488740232,324.203822811961,1162.285380386498,2467.4762737252354,6450.021926971239,1380.2836202735132,3762.603046827127,1566.8612244556484,4252.3504240101665,1154.3662427163197,4828.25409968382,325.8993038471543,1310.1856670289726,566.9678720976508,2519.2186674569066,1286.1753100358799,5781.9799808500775,884.8411634384671,1683.4004396254095,704.5287845079473,2292.694039165246,864.8968753180897,4098.357447897224,1069.9147994385205,2744.697349699164,893.4407460244662,3496.548961130257,1048.9876349395697,4929.051858360145,15191.980105619314,5000.394877249927,126668.51367663016,48851.159759735325,3279.0945900695892,22244.131491918106 -7989,4060.365592586703,3626.390013584715,840.2648532423464,1452.9399906548176,1618.7648665781537,2586.1617847872226,1753.6549920129046,3047.624390973541,288.9914959513864,1114.5916348713015,2198.9925405985764,6185.348801469042,1230.0962798355324,3608.206686674681,1396.3560001582252,4077.8575478313933,1030.2047786135347,4630.129330845679,293.8789173221663,1256.4229140636392,509.60392784895527,2415.8439059307243,1156.2043772138165,5544.719591591009,799.4947704211547,1614.323022389923,630.4410789692743,2198.6145919886894,771.0609807770057,3930.183589351983,953.6125086421025,2632.0701936479913,805.6580546005708,3353.0699850132924,945.9220894345963,4726.79090857029,13429.933790035926,4447.670235643511,113636.06994119812,44073.726643155045,2897.2253466690804,20109.628089890513 -7990,3558.844239120858,3554.9110064883853,744.5095328831234,1424.3013975874671,1440.027796621777,2535.1864964496262,1547.036228670538,2987.55331073857,258.68030090756486,1092.622154732644,1968.915371397296,6063.430698557537,1101.3932193728774,3537.0860872919093,1250.1391115392905,3997.479759588168,920.7455711096096,4538.865830213742,258.10746742530443,1231.6578275577976,450.08566814039034,2368.2257173054613,1020.924352562323,5435.428795634202,700.7454524741405,1582.5034424934095,562.6806107299807,2155.2781644576908,690.0686792377146,3852.7165712924802,853.7047021441302,2580.190014366385,707.5919633111644,3286.9783312321442,830.7828173259728,4633.622132009885,12151.606753646214,3988.8062834867574,100763.59520663194,38762.388642435246,2623.2756720556713,17623.091050648105 -7991,2932.047729335305,3331.5715941660546,635.6253431722022,1334.8188095489868,1330.508903573655,2375.9118869836975,1350.0513061627678,2799.8584853310845,243.89407490066492,1023.9775137042316,1859.8391477903087,5682.492034720005,1040.3769792536907,3314.866536189949,1181.061515205283,3746.335700384628,858.0482868414298,4253.7088669931045,221.90689549106102,1154.2781871429213,394.85705779336587,2219.4405187493635,894.8892951562187,5093.944727335126,585.1404050920196,1483.0817162675048,508.01999338218286,2019.8715234018212,649.8977293575813,3610.6673460639277,805.5976680494714,2418.088031943547,608.3494500144449,3080.4719496451708,714.2623096461791,4342.512047397921,12254.57780029182,3835.9366976136303,89995.00170712512,32896.51093240969,2656.4816932209333,14705.820101785148 -7992,3110.9788465614483,3106.02283360328,686.5946775866008,1244.4510297909733,1390.9989408155147,2215.0616797559956,1363.9156206334658,2610.3069198706794,261.4274547344967,954.6538169046277,1973.7421689263144,5297.784998082013,1104.0932856870402,3090.448714889665,1244.8367390293672,3492.7072400647353,860.0047115320555,3965.731035622101,204.2545211333416,1076.133081418456,396.17294799226676,2069.1834871960536,894.7828100675583,4749.082584304004,625.3212950750141,1382.6764770395062,535.9668116845972,1883.1253945186559,700.7666510486546,3366.2236888616417,802.0341733602465,2254.3824824390445,559.9561262819685,2871.922737793465,657.4437702691927,4048.522204365691,13682.056954732596,4139.99827147041,92099.45061968725,32188.790400324888,2877.914822944697,14143.765361401076 -7993,3153.2364131507115,2962.2850442525773,693.7414881398308,1186.8614209696343,1394.2427718111721,2112.555006051276,1385.1210001167176,2489.509435019679,260.8295468765696,910.4751882891085,1968.5996881877857,5052.6187694756945,1101.2166290777964,2947.431650889324,1241.667750192247,3331.0748102883927,860.4377273125253,3782.208427206982,208.23040213575334,1026.3327423814103,401.86372515829356,1973.4276360178756,907.8107840924891,4529.308722783523,633.218644365839,1318.690192699698,538.9040684266092,1795.9797758999184,699.2955826565558,3210.444553479168,800.2771022417062,2150.0561552559243,570.8558552687027,2739.018426514607,670.2411281042286,3861.1682591541326,13505.206250947933,4117.657303700443,92911.8294175715,32831.09756453051,2839.0155000771383,14485.61112647734 -7994,3323.4874646521694,2879.6942978824613,731.2542844968171,1153.7708273463218,1550.085689585314,2053.6553754987667,1501.9520385381434,2420.1000300292153,291.1141610928738,885.0904517668193,2198.228616473968,4911.747938660713,1229.6689476793706,2865.255028354583,1386.5686483024585,3238.2019264549513,956.8044704366763,3676.7575970998532,226.3767788370919,997.7178096686281,439.07865408610564,1918.406981715091,991.6884210372666,4403.028171666015,665.5348962946358,1281.9241132647257,593.7877041494587,1745.9065020787511,780.2684994868083,3120.934932395887,893.066376722747,2090.110964314634,620.6034679401573,2662.6525222251976,728.6497363889125,3753.515969242713,15277.994732958992,4602.8513386165105,101612.83888816279,35355.548059632994,3214.180077792159,15510.691732207271 -7995,3664.4280174225114,2847.2038406844167,793.1530633274483,1140.7532852725628,1840.6939375808217,2030.4847902994134,1726.032188424813,2392.794994040336,347.02832290085036,875.104324607185,2621.605327447507,4856.330620132844,1466.5020007809471,2832.9274837507364,1653.6769233137975,3201.666568806927,1136.3974528984913,3635.2741884533166,263.0747622937883,986.4609523645029,512.877059335383,1896.7623509035225,1158.1402472704292,4353.350538016326,721.3613610543468,1267.4606681123023,698.606118949502,1726.208126275705,929.8904460546536,3085.7226520807662,1064.4541196948273,2066.529065057076,721.209616312053,2632.6108619454108,846.7712862629365,3711.16652609851,18335.972041116114,5461.873906771998,118046.32851798747,40517.65367116447,3859.14604913776,17669.39209562095 -7996,4478.149550081792,2849.0882868111075,989.8678021722751,1141.5083025562656,2199.9846609006536,2031.8286839622797,2092.281644677765,2394.3786857992654,414.9093866425665,875.6835198623305,3133.9073326935913,4859.5448239409,1753.0790487567235,2834.8024809489234,1976.6859153125054,3203.7856191110645,1360.263832493157,3637.6802256558526,316.2874265888047,987.1138499527444,616.6934824139809,1898.0177392302517,1392.5641297385737,4356.231840170485,890.395915799337,1268.2995477571765,839.9446143736957,1727.3506318353493,1111.8883243942118,3087.7649639155093,1272.730135897029,2067.896814930371,867.090144206602,2634.353277880297,1018.0494271142029,3713.622793291494,21921.71830505838,6547.5239464439865,142548.20069130644,49076.067296959154,4613.802900033946,21413.462574028385 -7997,5384.358565363155,2835.442297183125,1133.9760082338382,1136.0409358449401,2206.558239713721,2022.0970398866866,2300.1445143246583,2382.9105726968633,403.80411572632147,871.4893471914613,3042.986811143448,4836.269554244559,1702.2189420238947,2821.2249145984943,1919.5448225569785,3188.440771592281,1348.561497857747,3620.257197082464,355.7365060469328,982.3859707148674,668.6579256480104,1888.9269958850348,1512.0550402582478,4335.367237699851,1062.4814741975092,1262.2249018594036,866.3355459122461,1719.077315450234,1083.6029568989823,3072.975808779008,1239.5303361264225,2057.992418980654,975.2383193177043,2621.735782777457,1145.0260609174243,3695.8360302929295,19639.578259159905,6240.048338409315,150784.62708787274,56135.25588208389,4113.495458091451,25230.117806422124 -7998,5356.891383989416,2814.713383486371,1127.7552386663567,1127.7357431988037,2188.1159165822733,2007.3142051000598,2290.427539037202,2365.489958051456,399.39541281885954,865.1181974475505,3009.66207386483,4800.913301604974,1683.5773893145952,2800.5999391468895,1898.7300400594631,3165.1312111589027,1334.305898620573,3593.7907798067795,353.96363702769673,975.2040950603775,664.1128799799079,1875.1177200919537,1501.8855506927055,4303.672904366637,1062.1986736218305,1252.9972229598789,855.8026819053171,1706.5097504726584,1071.7935553952593,3050.5103717656452,1226.009732883466,2042.9471657995173,970.3780652439715,2602.5692016656235,1139.3196428379977,3668.8170829543064,19436.852684964233,6185.657320787033,149697.9507191925,55796.34714820465,4071.1389724837504,25112.565044789277 -7999,5139.730319099843,2947.079510611656,1082.6822498882145,1180.7692114104361,2148.228981190145,2101.711172411723,2238.8747348556485,2476.7306784523366,392.582091424891,905.8016808791397,2958.4993697194122,5026.683464963701,1654.9574413731286,2932.3023603408437,1866.3870950555447,3313.976263277686,1310.4982483223491,3762.794192378887,346.4420179868132,1021.0645332766388,650.5168008805239,1963.2979490164123,1471.0919370279992,4506.059590736616,1019.7025717701089,1311.9213005142708,839.8701246046525,1786.76093622281,1053.4721519925615,3193.9652066469125,1205.0730710020769,2139.019826641281,949.757828109772,2724.958929806727,1115.1094488441092,3841.3487201898665,19140.00017471356,6073.498947425985,146513.8356507372,54474.75404972968,4009.5308366678255,24492.892368105884 -8000,5100.1696832336465,3187.898790280621,1068.2945393057055,1277.2552376351364,2063.6499727394266,2273.451557694834,2167.8364043581964,2679.115614376624,376.82458207041395,979.8188587417685,2839.1592788442576,5437.436648512935,1588.1996879426406,3171.91413180687,1790.9783179820959,3584.7763464410154,1260.2704991503967,4070.2692312057766,335.3912695140716,1104.5003633972094,628.9473629094996,2123.7279598645287,1422.3876546606396,4874.270228040191,1008.0082388354207,1419.1243608438672,812.1106217683902,1932.7653042938018,1011.3116736719012,3454.9586401741976,1156.776414111439,2313.808871862011,919.4626147016285,2947.6277258947475,1079.5398776057186,4155.242807004453,18214.834843989047,5817.629820208043,141668.65269942812,53008.125115454335,3813.635659669218,23879.59420980531 -8001,4969.092193028128,3444.3134848663813,1041.4652895882339,1379.9896822369508,1981.8941204949724,2456.3138206371673,2095.611078283648,2894.6069637616056,361.48200792948626,1058.6293762461598,2723.169216473675,5874.790137214856,1523.3159097643359,3427.0431201672313,1717.817082234395,3873.1133961721384,1210.338115298208,4397.656300388601,323.97266035219195,1193.3394834514022,607.115756056905,2294.547390478876,1373.0521673761282,5266.326122556644,983.2256661143274,1533.269872826373,781.8392122361506,2088.224889998787,970.2179141096617,3732.85396333429,1109.7260198539643,2499.91722543245,888.1589249799216,3184.716514720847,1042.786255619962,4489.464620612887,17388.94111358614,5576.214926796692,136649.49418991304,51332.91923063552,3639.618006804867,23151.567564551202 -8002,4868.921302556399,3634.837531573766,1028.3488512525867,1456.3245512404387,1946.4723700379095,2592.186136309742,2056.749045781045,3054.723699589045,355.3155843182388,1117.1880276615832,2676.9141171034457,6199.757302781154,1497.4412309701759,3616.6118473936654,1688.6377878055514,4087.3567398275795,1188.9911097770078,4640.91501596709,317.16600193131757,1259.3496966569755,594.8695792702952,2421.471509353864,1345.3105870563913,5557.635774990684,966.1787036691726,1618.083517736726,767.0603630680599,2203.7361691624737,953.6255985901272,3939.338781277549,1090.7710747535273,2638.2014868144724,869.4987256309477,3360.880815870106,1020.8773394778668,4737.801762637573,17173.689732193554,5493.831851422814,134188.5537832928,50269.873619262435,3595.5989435689494,22648.20063049235 -8003,4693.441945112209,3812.365399183821,989.1565885546595,1527.4524049296645,1854.1441191945225,2718.7902205996306,1967.0567814968056,3203.918424199238,338.4472520426974,1171.7522293755378,2549.5512689118696,6502.557547386879,1426.1956206021346,3793.249560541486,1608.2331416583745,4286.985944676526,1133.5618325794221,4867.5803729156305,303.2346502202721,1320.8571682511968,568.726096597808,2539.737778423659,1286.1877948198219,5829.074379747323,929.0553273545912,1697.1117862696542,733.3324974639628,2311.368100297833,908.4112941368187,4131.738691193469,1039.021792786361,2767.052991238404,831.3064462400004,3525.028456404298,976.0358331893636,4969.199132334051,16283.053027659564,5225.231164463106,128230.81389699776,48182.40597979037,3408.1486621951417,21727.841757931033 -8004,4630.188119375579,3799.369213783343,976.7935755742044,1522.2453870899997,1813.429524223246,2709.521984721852,1932.4412287687037,3192.996407684815,330.6282881512516,1167.7577777367608,2490.395471548145,6480.390615675347,1393.1044095478153,3780.3185401913297,1570.9208158422878,4272.371798782172,1108.271074199801,4850.987006237903,297.8869781009902,1316.3544244560146,558.0239340672593,2531.0799244194086,1262.0448082750906,5809.203322432464,917.9667876246085,1691.3264070863215,718.2242925063753,2303.4887484480205,887.4781618156985,4117.653776334947,1015.0491714528958,2757.620229705425,816.6460032401399,3513.0117899611505,958.8230258509699,4952.259351790053,15858.169071411838,5102.731279636265,125780.97423319836,47389.295544147775,3318.5799655787864,21385.58608544523 -8005,4564.798524151894,3675.2556608575983,957.4511798972285,1472.5183737923287,1843.6387970506312,2621.010344675325,1944.0251180586924,3088.6911648041737,336.92149390808356,1129.6107700109023,2538.178483090875,6268.696447932904,1419.8337884123976,3656.8273134076603,1601.0580620197397,4132.806725337102,1128.026081410282,4692.520376999395,300.72190767110624,1273.353227326749,565.0066154793393,2448.3974304361764,1277.6871596134183,5619.434752060442,898.4961669598872,1636.076043742037,729.5165306746992,2228.240948982468,904.2907492457495,3983.1428585633785,1034.3229050766686,2667.5373698751655,824.4178565707599,3398.2526417477197,967.9479488866169,4790.484470599088,16187.893707261768,5183.210792853826,126917.44263609915,47645.75048254244,3388.0657231728064,21463.50493117467 -8006,4591.054495175311,3595.1991711448277,967.2086855509947,1440.443148849783,1875.3290984576502,2563.9180204785907,1968.915826981176,3021.411553457797,343.0951180933301,1105.0049517131595,2584.9329984858987,6132.148169661749,1445.9878359551312,3577.1722403429235,1630.4795135167574,4042.783600520088,1147.8689018606078,4590.305254038246,304.6396585503697,1245.6163298287338,572.4165786829165,2395.0650580001457,1294.4394097225581,5497.02905789033,905.9288806334732,1600.4381134722876,741.1086116175012,2179.7041490777333,920.8091229973809,3896.3797964240043,1053.245224476734,2609.4315677987975,835.1582240001693,3324.2299878809704,980.5582005214239,4686.135438551011,16550.855790420857,5282.6404225532015,128798.46309035916,48199.63152172162,3464.901072610112,21687.30899535561 -8007,4617.579536201081,3592.8598582769932,975.1978231616184,1439.5058858406755,1860.7389509127759,2562.249738380198,1968.744077985711,3019.4455909089747,339.9168196785181,1104.2859505731642,2560.659514671409,6128.158122813749,1432.4094715052345,3574.8446571816185,1615.2397332517212,4040.153054826133,1138.577636533006,4587.318448680077,303.94545868862775,1244.8058361203075,570.8335065219325,2393.5066446153046,1290.884422612578,5493.452268344651,913.5434293486201,1599.3967454437602,736.9632890387411,2178.2858660504858,912.3477613047262,3893.8445122959647,1043.5286605340132,2607.733671088852,833.2551010568455,3322.0669883874502,978.3237463125694,4683.086278710355,16347.776395777966,5236.74616373279,128391.37268625908,48205.30987311598,3421.7132981883015,21716.37402253088 -8008,4818.3499217220715,3732.17894484366,1013.8826145155704,1495.3251086975447,1971.822763569969,2661.605212066277,2069.190312605194,3136.5295903569586,360.72272914917903,1147.1064657089914,2717.7325315755756,6365.7875950681855,1520.2746780437546,3713.4651745137685,1714.2481248079027,4196.81667528191,1206.8764339138147,4765.19931274668,320.3729443422253,1293.0752423543445,601.9493166540186,2486.3188256000003,1361.226218609737,5706.469970763579,948.7278790875478,1661.4160009734717,779.2366215223891,2262.7525051931466,968.1206707801757,4044.8347768997887,1107.3602631489323,2708.8528595337552,878.2904382435117,3450.8856333087615,1031.199677989468,4864.680698865586,17390.6175586483,5551.0439769919885,135359.09182689062,50666.0282130856,3640.5813031026805,22798.410597053175 -8009,4902.306871101962,3926.5368692696966,1022.7088914097407,1573.196049175927,2007.651676403517,2800.2116594804406,2108.4813918600908,3299.8683235987974,366.76957118884104,1206.8434812877622,2762.959134798099,6697.294010649845,1545.5740255160656,3906.848555753839,1742.7799553171537,4415.371195378358,1228.272394851117,5013.353075358033,327.9028676864157,1360.413766027735,615.2151699335492,2615.79701342179,1391.3039828701772,6003.641589731483,961.432352764157,1747.9363340897437,794.6748241823634,2380.588194986841,984.4187726212904,4255.474648005279,1125.963794025661,2849.9197877639526,898.9334413144718,3630.594853856228,1055.4366014405323,5118.01508009433,17552.395661639646,5621.663962973264,137809.5756526972,51804.15715762596,3672.830315457362,23338.880414695454 -8010,4918.769522972925,3975.0126289635587,1024.3046438223262,1592.6182209701192,1990.6186877897783,2834.7821708537804,2109.6426362116563,3340.6074352389014,362.705211848137,1221.742782258261,2731.721053913008,6779.976645722056,1528.099729275164,3955.08124986942,1723.149927398699,4469.881946239121,1217.033730802356,5075.2463179361275,328.29979343712813,1377.2089962781638,614.9139431470563,2648.090800963416,1390.7163846180513,6077.760615397484,964.6034471766404,1769.5157931684673,790.3349897373906,2409.97817020225,973.6398956886328,4308.011367584942,1113.5626848545724,2885.1039796811733,900.0215984066979,3675.4170087323746,1056.7142052880129,5181.200446077754,17213.926685304737,5547.547869413149,137328.773623209,51951.336658090295,3600.151410090605,23453.77397041292 -8011,4885.365709606428,3899.829708775967,1013.0350996843289,1562.495627717448,1990.5381877151942,2781.165435111213,2104.1401339733093,3277.423580085433,362.5294397777585,1198.6348833250597,2730.4280177038463,6651.740966842724,1527.3764166666783,3880.2753094359914,1722.3339754338185,4385.33912613249,1216.1085459554993,4979.253707479125,328.29979343712813,1351.160627703342,614.3215484456326,2598.0051237789794,1389.4297148723972,5962.806567720443,955.6356690638717,1736.0473800924676,789.3711251451658,2364.396127241195,973.1616042870517,4226.530148517512,1113.0192506688245,2830.5354631796727,900.0215984066979,3605.900604781806,1056.7142052880129,5083.203831733677,17190.821466755748,5538.622489298104,137039.6276176336,51848.15561980388,3595.1636772059474,23410.22764967407 -8012,4755.634979018176,3745.045165616748,988.9002589957483,1500.4800552476358,1938.0163277926704,2670.780763607437,2052.377893991813,3147.3423843754795,352.8331736109418,1151.0609719789652,2657.313362100806,6387.732852732181,1486.4767482056495,3726.266881900944,1676.214666049337,4211.284676598662,1183.885859760428,4781.626742216607,320.0798223828492,1297.5329577506895,598.7151153937676,2494.890099216623,1354.1523690541899,5726.142313264808,930.7722268353351,1667.1435251303717,768.8787349312709,2270.5530618430075,947.1513442717,4058.778839604005,1083.260873254171,2718.191291438454,877.4868553607943,3462.782130523122,1030.256192356682,4881.451077989196,16726.363554907897,5391.571669868307,133567.81413538914,50559.24475340791,3497.9813737789023,22829.401717545312 -8013,4321.557497277842,3647.638773184732,900.3448460782022,1461.453463408444,1722.9626614935753,2601.3153479301386,1844.1300717776462,3065.4818850082024,312.63473180664744,1121.1225622158092,2354.0110339905555,6221.591728796859,1316.8122047450715,3629.3489014351217,1484.8993249633497,4101.7516723994595,1050.7263547658165,4657.259480857006,287.57195100652507,1263.784898945817,535.794044456528,2429.9994948762014,1212.0295962507255,5577.208764903826,849.3147876274965,1623.7821157833632,684.5420898676153,2211.4973301231016,839.3579147655474,3953.212421320203,959.9125158099454,2647.492756192474,788.3677424591236,3372.717231384113,925.6215561073117,4754.487445158884,14721.034039393895,4777.741955859265,119555.34185540375,45527.775767790816,3077.2671626834463,20606.85235064574 -8014,3896.747941500684,3621.321500270024,811.3708635188827,1450.9092532932837,1597.3421293895833,2582.5471720756736,1670.306984658852,3043.3648036853674,292.5607129134972,1113.0337984222087,2204.107826022215,6176.70369638139,1232.957723634792,3603.1635877346725,1390.1917003002297,4072.1580297985374,979.1643125703883,4623.65791655372,259.5888351864839,1254.6668436341051,488.2953534994286,2412.4673421972166,1104.163828139447,5536.969877696219,760.9294624166594,1612.0667240594776,633.7366535691173,2195.541644155825,785.2024038248105,3924.69047146417,898.1241471365303,2628.3914159181472,711.6530775941991,3348.3834841679713,835.5509664012595,4720.184392843604,14023.921125205128,4480.88690406395,109465.46429782218,41057.20696652402,2934.7992408433684,18471.82039363682 -8015,3193.6234661443023,3391.0291348094615,691.3819348243585,1358.64091313497,1408.9001733978175,2418.314060730424,1420.3720801551365,2849.8267045279563,261.86977815084265,1042.2521276268671,1975.3590733931617,5783.905734399112,1104.9977672315645,3374.025946766061,1245.9424863234963,3813.1954093458644,867.9394395643927,4329.62350988637,216.1655555339631,1174.8782373852837,413.90573113005405,2259.0501957799415,935.2984309508823,5184.8548029856565,636.0868421759699,1509.5498226641623,549.2632388435076,2055.919553528932,702.3132146018487,3675.1058233442445,803.6029587569382,2461.2429104670587,592.6097813686496,3135.4481916288732,695.7823848599489,4420.011533527763,13249.575198264229,4090.5209897888253,94536.97869610309,34033.3510976399,2781.695815815463,15102.973558634036 -8016,3352.1500665703916,3203.9490719385585,746.193963190888,1283.6859017376548,1515.1028941032291,2284.897823789582,1436.1998477120355,2692.6042986272105,280.4345751237239,984.7520042683803,2055.248783709977,5464.812796705564,1149.687339225794,3187.8839346643226,1291.2918148074225,3602.8248083986255,871.7221070712073,4090.7620297173435,204.46789425736029,1110.0612494510162,402.62957547943273,2134.420404688871,908.842313413105,4898.810972644588,648.8992230824812,1426.2693008804295,597.2363622301235,1942.4962993953977,764.7045063392936,3472.3535021003,820.0448592978406,2325.4583270483695,560.5410807168338,2962.4683021914598,658.1305645215334,4176.163426445973,14446.309183560184,4369.791084028334,96815.21991609859,33499.9476544481,2975.37254193047,14737.314690467052 -8017,3437.183033324527,3099.849643016794,764.2281616178977,1241.977695306971,1559.454299937588,2210.6592659160133,1492.9446760122257,2605.118959907458,288.46580548680043,952.7564516012849,2125.401329676102,5287.255701218651,1188.930030695057,3084.306477714723,1335.4514718374423,3485.7655179297735,902.811938959779,3957.849183231068,213.70693765154698,1073.994277242212,419.7759261212101,2065.071004864411,947.6354751490823,4739.643828224461,664.8881165933104,1379.9284208050597,611.1926158265421,1879.3827008614007,784.23845136653,3359.5333515713705,848.2080707535259,2249.901918880924,585.8695724479053,2866.2148189017366,687.8687142038576,4040.475805320975,14828.004395364665,4497.817484128033,100104.32290570415,34824.57103011941,3056.454967740505,15332.022340160247 -8018,3562.1764871125656,3071.3880073269115,795.5961233323941,1230.5743303797663,1650.616534296617,2190.361836715631,1576.6440201289602,2581.1997524282424,307.17389895994404,944.008605689549,2285.732914683207,5238.71013840197,1278.6180503750552,3055.9875534332123,1436.2420805677912,3453.7605500452287,968.4828157108976,3921.509723405206,226.3779580344708,1064.1332719122447,445.74236454585963,2046.1103114815573,1006.1620683160271,4696.126228510353,691.207327521881,1367.2584449952506,640.5097319828018,1862.1269265775466,830.3871029909762,3328.687399234348,911.7980137611179,2229.244178626517,620.6067006656448,2839.898328949298,728.6535319277646,4003.3776994035175,15963.965111896554,4819.468585425707,105939.81419371883,36589.396913830526,3304.829041025233,16057.046043601656 -8019,3809.803155882134,3101.864053770875,849.6987186134231,1242.7847838802484,1769.1980806609176,2212.095843915499,1705.4858602606866,2606.8118741622898,330.9011761791526,953.3755922252342,2490.949853182987,5290.691579074245,1393.414525555049,3086.310787875891,1565.254502297933,3488.0307128115132,1054.9145253292581,3960.4211576414054,246.7047674339428,1074.6922032292912,485.2435317943535,2066.4129735787687,1095.3715563030166,4742.723845192251,739.174008054369,1380.8251554763667,682.3784927720575,1880.6040016209968,888.5251479390558,3361.71651556042,993.5911766560685,2251.3639983825,676.3318879850958,2868.077404065411,794.0804029462425,4043.1014739343477,17237.492803368248,5211.473934316432,114383.60924154226,39583.40644795652,3584.6294424529624,17363.905737593937 -8020,4638.589530167033,3217.8549908213213,1042.2276194475305,1289.2574110281284,2164.1420346726622,2294.814836538413,2083.3249490641124,2704.2908567214167,404.45747918394716,989.0260676768567,3030.7990912619757,5488.53141449698,1695.4012431872284,3201.720126940713,1904.3414066047485,3618.4619450726123,1284.4373925491227,4108.516932706334,300.42283145443963,1114.8791854865676,591.716052201822,2143.6843088093437,1335.6493081823946,4920.073004742485,898.4708423016015,1432.459656831068,838.8534343821711,1950.9272061804159,1088.9412530404397,3487.4243615454125,1209.0906906359392,2335.5513822546477,823.5979503144947,2975.326135751874,966.9852980018674,4194.288992285314,21032.619414415043,6351.443090484125,139725.59800785393,48353.85904945612,4362.415511531113,21181.39771280585 -8021,6101.6841043864,3483.172070137275,1325.7679429378536,1395.5586619409682,2633.4609635864063,2484.0258394387915,2640.150652175977,2927.2637855117946,483.96561580814847,1070.5727838563791,3618.204749490191,5941.069247550955,2023.9905865345158,3465.7068619831757,2273.725026060047,3916.809682189738,1549.5810285886746,4447.270455166201,387.439091023502,1206.8026842542815,747.1595013661511,2320.434367904942,1687.8831244673518,5325.740570050131,1173.8442422700712,1550.56815254403,1029.0309253905466,2111.7841465267884,1304.762383076949,3774.967848924366,1445.8863630743156,2528.121175828217,1062.149769689056,3220.6463389934206,1247.0686834191245,4540.114552608702,24158.730883880136,7510.3013220194125,173719.46004941335,62546.0319788795,4993.417116553065,27827.11339785338 -8022,6197.538587620966,4108.67837715015,1349.9722036974458,1646.172391975879,2725.031424756957,2930.1059635512584,2697.539905790163,3452.9403594100945,499.0346852545204,1262.825711628651,3703.5696276819676,7007.963506552319,2071.742917273998,4088.0767756070063,2327.5505793245484,4620.1884157824825,1583.8006362577567,5245.90907039512,394.0130656589472,1423.5197097474752,760.6304765982785,2737.1368169679226,1718.2458657866923,6282.134411353932,1196.7890047499573,1829.0184097635556,1059.593963354523,2491.017292665976,1351.1066760764593,4452.874696684533,1479.6292914989376,2982.11991850619,1080.1720751475323,3799.008405849025,1268.2286491618643,5355.426064654031,25081.343242242863,7750.767304703088,177815.72527119447,63563.20352527379,5169.350494857805,28242.80962477194 -8023,5963.118306393697,4632.684484757578,1302.9038968584252,1856.1193161175554,2665.305655995952,3303.8011715716,2632.0093989384773,3893.3159915349142,487.7781704311917,1423.881974736813,3619.3179102968875,7901.734043507926,2024.6132784908984,4609.455428825417,2274.5370610429923,5209.430679579816,1547.0971549900335,5914.953502815971,384.3265898471782,1605.070309170305,742.1544339846905,3086.221431968424,1676.489496361954,7083.335308135625,1153.98908377934,2062.2848593772883,1030.162292683488,2808.712706055348,1320.779475028457,5020.7783686900575,1445.9303099036626,3362.448799833447,1053.61696418702,4283.5203157098385,1237.0503274141981,6038.437901824212,24597.569410701562,7580.150549611319,173397.99558982,61843.35207595881,5064.1523657042935,27436.686474929702 -8024,5939.291449563581,4809.432583512738,1291.7507787722698,1926.9347496455466,2588.531703085971,3429.8491633270564,2559.362667110416,4041.8553970612256,472.83910212750135,1478.2065100498721,3489.83752829048,8203.204276081304,1952.183139107883,4785.317283009985,2193.055251741056,5408.18303822673,1494.0965432238372,6140.623260661049,372.90937730584824,1666.3076169229944,719.4454374457688,3203.9682313096255,1625.2485703302445,7353.5816529228605,1145.4446740627848,2140.9660061693435,1011.4882907408239,2915.871877455453,1284.2319478782595,5212.3331861736915,1394.5124691787664,3490.7343402123606,1022.3171032482873,4446.946958355552,1200.301200797625,6268.818887645735,23646.768128453485,7319.627849690155,168781.4204968541,60459.08683697559,4861.825870161617,26891.14725650416 -8025,5731.830999335011,4855.634009500886,1242.1225221395239,1945.4456928127165,2465.7435158540047,3462.7977325227653,2462.5707075661553,4080.68315475187,451.1485482251411,1492.406781596123,3348.140985349859,8282.007695953804,1872.9193912238782,4831.287047309978,2104.028758736423,5460.136312138409,1435.017150096413,6199.612662460984,360.0268962684176,1682.3148665725,694.1003311285194,3234.7468935606953,1568.0359852906654,7424.223241631267,1104.3271747575086,2161.533023329802,965.4512870098234,2943.8829653328476,1221.466872404771,5262.405044286876,1338.1311127307115,3524.2677979463315,987.0002635592829,4489.666195438531,1158.835744578222,6329.039790390801,22451.79460798918,6982.990168732023,161994.7909244162,58355.24483846998,4625.982802480595,25992.293139455942 -8026,5509.788284624232,4926.463212369711,1192.8334102436377,1973.8239370084068,2348.9090916437644,3513.3096126625483,2354.059812017923,4140.208138398862,428.83170704655134,1514.1765407026887,3174.545099528822,8402.817460880502,1775.811443197331,4901.761100692478,1994.9591077935158,5539.783398757205,1362.5144755451256,6290.046501197262,344.4843318340614,1706.854817635647,662.7513712249103,3281.932192844993,1497.3364078679733,7532.520492432302,1060.1328782870792,2193.0633365118756,923.3635994681129,2986.8254283285446,1162.7156092794253,5339.167822068399,1269.0383597055409,3575.6763428112004,944.3909047805442,4555.157020559988,1108.8081510411155,6421.361584496641,21222.19822082255,6621.202407478835,154589.39211080992,55920.007952221466,4366.689584471358,24940.727755019077 -8027,5353.044383617284,4994.238306374778,1159.2282792049994,2000.9785298904367,2262.4142931828733,3561.6434535951744,2256.599464448013,4197.166443715335,411.2497340427361,1535.0076020468023,3015.0483851267395,8518.417987824183,1686.59044248462,4969.196359024593,1894.6749037056798,5615.996155137026,1295.4369812722464,6376.580892004136,328.6713138044293,1730.3366220725084,632.1340453510054,3327.0828929110817,1428.180504812655,7636.148036668875,1028.4527425489514,2223.234083228903,895.3658721809019,3027.9162404294875,1121.191924291845,5412.620639119976,1205.481376819959,3624.868184872912,901.0401075909965,4617.823924171716,1057.9100356160516,6509.702523273376,20252.782200414666,6324.407153556716,148314.38141889405,53694.74139964649,4151.1665303097125,23977.82777432686 -8028,5259.259005448542,4970.325331793174,1137.075251133843,1991.3976196918725,2213.08760716161,3544.589904254958,2221.095491354158,4177.069938837861,403.14652621770335,1527.6578130462533,2970.654591110436,8477.630844655961,1661.756960851992,4945.4032881027115,1866.7814317242762,5589.106134062788,1276.784792616856,6346.0491056868095,324.51646544101845,1722.0515757605567,623.8482619185232,3311.152445910281,1409.486171638697,7599.5853012324915,1010.3770883474047,2212.588988449715,875.9308371915465,3013.4182370001768,1095.9544603705729,5386.704402884726,1187.795477812348,3607.511908410115,889.6497462812181,4595.713263977529,1044.5366269992876,6478.533335616842,19825.328117558773,6204.164703250813,145799.59326464872,52921.63313311825,4071.602380429317,23637.4839299266 -8029,5128.706884392706,4946.3473717463,1107.3063291253022,1981.7906725858197,2160.667019366565,3527.490010498886,2189.2655144607306,4156.918820063848,394.5163356018121,1520.2880503926478,2930.240087338311,8436.732859088492,1639.1494577233286,4921.545557563567,1841.3921967255797,5562.143037155822,1260.2386840317395,6315.434346741693,321.0795030904657,1713.744014157271,617.3566523123608,3295.178706616137,1394.8093121742058,7562.923203570563,983.5628591816163,2201.9149647543572,850.82014881529,2998.8808340601477,1067.637126542217,5360.717737156732,1171.7604218100107,3590.1084648457336,880.2274426116894,4573.542516254908,1033.4739123358233,6447.279443142219,19381.049080565404,6079.935665612336,143233.9624246839,52173.09350614184,3989.854401604021,23303.115038295426 -8030,5086.044834145295,4898.391457955702,1098.1479196047724,1962.5767808991177,2146.53933934732,3493.2902274818357,2188.8618353655265,4116.616587812999,393.16147633073155,1505.5485270227464,2944.0609685555924,8354.936898704515,1646.8807320480698,4873.830102756822,1850.0088420331472,5508.216850429747,1266.2085307997945,6254.204836899241,322.57426805695076,1697.1288931345305,619.6385821584832,3263.231232226907,1400.0166529650508,7489.599017884167,976.312540635029,2180.566920169549,841.781418174266,2969.8060320015747,1058.9666694978775,5308.744412531928,1177.2852052422634,3555.301582291859,884.325284831733,4529.201026637748,1038.2851836348843,6384.771666408766,19331.125106109153,6072.115317952168,143057.31515962406,52199.839297711354,3991.3726775336604,23306.662581743916 -8031,5109.9418295826035,4889.034206484365,1101.8710803892495,1958.8277288626875,2150.0330320840862,3486.6170990882642,2200.4130881736373,4108.75273761771,393.9244501834277,1502.672522462765,2954.9506994084127,8338.976711312516,1652.9723477144046,4864.519770111603,1856.9240232643338,5497.694667653926,1271.4685469316198,6242.257615466566,324.3984795594806,1693.8869183008246,623.4708078210242,3256.997578687545,1408.646533924674,7475.291859701454,980.4828603104627,2176.4014480554397,843.3476169085793,2964.1328998925846,1059.9371921683223,5298.6032760197695,1181.6984399636635,3548.509995452078,889.3262924021299,4520.549028663667,1044.1568602143648,6372.575027046139,19343.277405507175,6084.962927730458,143603.15267375964,52487.230641512506,3996.4994733882827,23445.381794211367 -8032,5295.443480854268,4961.422947062981,1140.3462189358402,1987.8308133808473,2214.8696431694493,3538.2411642969137,2266.7161381425485,4169.588359432466,404.70721558998815,1524.921614371122,3024.8249551728636,8462.446500303908,1692.0593661945727,4936.545541420611,1900.7780499539215,5579.095446676786,1302.726107108353,6334.682652409769,334.32591249614103,1718.9671970470358,640.971338395007,3305.22181742903,1448.3245770050219,7585.973630441299,1014.346839363151,2208.6260047192595,871.089683912669,3008.02088235879,1091.257352466133,5377.056238665865,1209.850664712012,3601.0504684069847,916.541978303679,4587.481849562083,1076.1107621537585,6466.9295889018895,19788.2482131557,6237.185247224706,147866.81326604038,54175.981882338754,4081.1904191233025,24226.600470551184 -8033,5386.170707776104,5068.511493080085,1155.3519103193682,2030.736631692299,2224.166086213613,3614.6114124666897,2290.909128622822,4259.58575728902,405.17044662851464,1557.8358892103045,3023.7117943661674,8645.101980623629,1691.43667423819,5043.097127531787,1900.1028437639045,5699.515984464023,1304.9047730669397,6471.4119661498735,338.515242691752,1756.0697984069611,647.1725216606807,3376.562519979296,1462.496990189519,7749.711109562879,1031.7237049617913,2256.2975195375966,877.2810117885895,3072.946728455337,1093.4650081620182,5493.115913600813,1209.806717882664,3678.7764077011134,928.0268702660899,4686.499161005017,1089.5951590886345,6606.513352322109,19649.305969229335,6226.856916933341,149003.06075071046,54936.84174624337,4047.580262035399,24620.070637242014 -8034,5396.0278103308165,5008.729050322924,1153.6963464906025,2006.7843536704852,2205.669732941422,3571.977534621056,2288.625463996842,4209.344489798157,400.6230929438852,1539.461414771623,2986.7200004348742,8543.134111952117,1670.7438036353003,4983.614443955537,1876.9486570493702,5632.290924690571,1291.7425466321324,6395.082492308777,338.6087174647209,1735.357180443251,646.1737354557816,3336.7363982782354,1460.3433443481306,7658.30426133446,1032.5163744825402,2229.684779783719,871.5950566762391,3036.7017160605747,1081.8329200614608,5428.3253161815055,1195.4005314709268,3635.385711969232,928.2831278582664,4631.222504691468,1089.8960307992081,6528.590374964984,19279.316784403778,6141.421643460403,148279.96672447838,55007.361661555486,3966.4978362253637,24698.53520899916 -8035,5263.025363920398,4876.752810776662,1117.0627084084836,1953.907096802172,2118.3085563770114,3477.858615824156,2225.6577258377674,4098.431431587806,384.27595498382556,1498.897765509136,2879.2973703357816,8318.028959985042,1610.6525685740514,4852.299955378982,1809.466011757312,5483.884299216734,1247.8077728512205,6226.576883312292,331.2283674052641,1689.6318252396711,629.5788944255236,3248.815906317603,1423.0602031942344,7456.513709767914,1004.8059897601588,2170.9342645027177,836.7256920657106,2956.686912088793,1034.6624257616177,5285.293030931973,1152.8201468961672,3539.596035437422,908.0501743502244,4509.193278408646,1066.1405460144765,6356.566933774798,18324.08189607288,5883.773093467129,143574.75718026664,53716.21802425999,3775.1840703567536,24182.001311878685 -8036,5071.201678647831,4604.027905278184,1074.4122160949357,1844.6378455186912,2029.5390282559638,3283.3647181138363,2144.776358628889,3869.232952960434,367.8002328496938,1415.074211740526,2758.610439422757,7852.855974995418,1543.1414051662532,4580.942538235207,1733.6359098562302,5177.206498372798,1197.0801141165769,5878.365141202297,319.8996442750877,1595.141762333997,607.0034739741994,3067.1308701036573,1372.1242628995324,7039.519641019801,966.5711223723491,2049.5281024307837,801.6462511205838,2791.338740882309,989.722875043163,4989.721141537168,1104.7369523038285,3341.649567424064,876.992903820808,4257.023574828259,1029.676244486596,6001.0856978840675,17452.344392963514,5623.738677634795,138021.8958286017,51852.58351897481,3594.78944921265,23364.728766396587 -8037,4642.798520534103,4364.963113411668,983.1509013592218,1748.8547678135226,1841.689167517487,3112.875546652066,1932.9788667716466,3668.322491596351,330.728771018627,1341.5962857015475,2441.7783113050086,7445.095331957662,1365.9084155427734,4343.076457275931,1534.5454807769022,4908.379328023863,1061.6879451519162,5573.130210417924,287.2852686076898,1512.3138035866612,542.912108603454,2907.8696713937,1227.4417468646832,6673.991600694215,885.7337009676093,1943.1060695255367,733.3929970345456,2646.3980869924944,898.0922556178681,4730.629174521502,978.2062276564347,3168.133947023236,787.5818133906538,4035.977031274419,924.69879779521,5689.478485057868,15555.737371085937,5024.45343600818,124364.01372309114,46841.60592751937,3181.3075573981305,21153.240051684712 -8038,4162.121837007107,4145.8474600838645,885.5901117780295,1661.0644600678534,1649.4528541860304,2956.6131129473983,1712.4538876148972,3484.177320496619,297.6967974824822,1274.2498410682763,2190.4146101581377,7071.360918776189,1225.2978641389518,4125.059486533463,1376.4173480662198,4661.984864818418,950.4069296843354,5293.366089757995,252.6302354214396,1436.3975544684536,480.330559622704,2761.898274549173,1085.695810740214,6338.965624094978,793.2782743871612,1845.564590973034,662.4598777569665,2513.552234523518,809.9628889675444,4493.157545255734,877.1642164072944,3009.0976111836394,692.576336735978,3833.376065115853,813.152989406966,5403.873827479548,14096.53522404452,4524.958111951664,110968.02024459811,41469.05714961271,2884.795662376008,18686.07117131132 -8039,3421.9530470682344,3821.202798448745,750.4422053479307,1530.993174333201,1504.7415470739372,2725.092616141819,1486.6831055054338,3211.345389708094,276.4429010049929,1174.468454397613,2045.2771508829208,6517.631049339684,1144.1092991833707,3802.042647606325,1285.1608823293236,4296.923556229798,875.1638225444347,4878.8638535648815,215.60011281847696,1323.9190316733839,418.84089350802753,2545.625114611567,945.9225459357435,5842.58668831297,659.5207883717519,1701.0458410839394,589.9386244349371,2316.7260554285017,749.7798932194471,4141.316425919586,817.1616138010083,2773.46726413995,591.0596413235668,3533.19978329131,693.9623674195625,4980.718174230914,13883.763428840843,4281.307429194998,98249.67632220643,35048.12176011266,2857.0714391075485,15535.170330161807 -8040,3469.0842021055555,3585.906898835612,796.7335813018359,1436.7201311954389,1619.1563441747985,2557.2912320057826,1540.0740349150012,3013.602311861872,301.0056590487762,1102.148918868926,2215.732150280635,6116.298813918042,1239.4602641218064,3567.9265610434236,1391.0662828909406,4032.3344864891396,933.6297374325743,4578.440997185582,211.23689465158307,1242.3968681025317,408.65284925959446,2388.874692555068,923.0615453280715,5482.821252295703,675.1893949733388,1596.301567468441,641.7929037127237,2174.0704126579767,818.7620112806994,3886.3090825734084,883.2744002953405,2602.687143485713,579.0980419949428,3315.638071607243,679.9182689769285,4674.023495790684,15535.011739808564,4669.477885737846,102461.42218751911,35217.203978995596,3154.481523223846,15423.575144305332 -8041,3557.121269249055,3448.277320909275,816.0058978160239,1381.5778224760165,1658.1290789277139,2459.1406322202824,1577.332390125743,2897.938178374731,309.55522680344075,1059.8476838410022,2290.145092693845,5881.551050526798,1281.086182329419,3430.987080872306,1437.8718560172615,3877.570710102888,966.3961683070117,4402.717276581486,220.67381980894461,1194.7128201342264,425.86949762296086,2297.188035614248,962.0406249807538,5272.386794266679,691.8403235652792,1535.0344132528169,656.8149252951484,2090.6280920072613,839.6126761601696,3737.1498618196442,913.122029449011,2502.7942173340175,604.9690191748277,3188.381597519761,710.2933501294953,4494.631253021544,15940.918982710464,4797.652523307568,105802.52049369668,36556.022203850574,3238.6275943452238,16009.060070043064 -8042,3692.405962539834,3388.104990573094,851.1481167319209,1357.469333110884,1749.6234397979356,2416.228705859886,1652.5070520810543,2847.3692486933396,327.86199496001257,1041.3533752332185,2431.3294638855205,5778.918170463632,1360.063426029629,3371.1164646786583,1526.5683628124477,3809.9072236844904,1024.0317233337685,4325.889999164768,231.67637031403788,1173.8651191578354,447.7317547326359,2257.102176949361,1011.372810352838,5180.383811234828,720.407400911785,1508.2481112255487,689.9540238745643,2054.1466978341296,888.0622944281344,3671.9367147686035,969.090643501818,2459.1205372921827,635.1320996582788,3132.7444393479313,745.7077842703363,4416.200079619046,17021.85297208099,5097.1562020326355,111324.19307920689,38199.42452851686,3462.0883068708094,16682.681205921348 -8043,3924.0355285267083,3395.1229291765967,901.8681643268154,1360.2811221382065,1841.635766035143,2421.2335521550644,1747.6398887305195,2853.2671363398063,351.25171636639556,1043.5103786532045,2649.6993456336695,5790.88831100763,1482.2175371542646,3378.0992141625725,1663.7432294272046,3817.7988607663556,1115.462706255818,4334.850415239274,252.48125255257156,1176.2966002831147,487.4107282730579,2261.777417103883,1101.0487785922803,5191.114179871863,765.1497001489523,1511.3722153111307,727.6783344013918,2058.401546915872,942.0058906633826,3679.542567152722,1056.0564335262773,2464.2142274220187,692.1679057760616,3139.2334378284922,812.6734511403432,4425.347559141016,18277.233413112794,5473.28365036821,119512.18457653128,41166.67708169037,3737.215043258381,17952.536772352254 -8044,4803.305598236288,3491.619594429475,1113.5567107663078,1398.9432250519924,2274.6698218514534,2490.050195456404,2147.3483435643175,2934.363099424476,430.4646317220056,1073.1691785839696,3211.846963890282,5955.477759614027,1796.677764357962,3474.1120289737037,2016.5717055952057,3926.3088812737838,1353.2634155670694,4458.056148335393,306.6523686325578,1209.7294690314482,592.6627716450698,2326.06197552714,1338.751764552942,5338.656763087267,935.4195535932521,1554.3286506967413,902.1396147288045,2116.9057275220575,1161.8605183383477,3784.1230476811143,1280.3088355736386,2534.2524735695865,840.675993372897,3228.4571756783157,987.0366064707772,4551.125414891776,22345.6047710212,6684.365678694893,146290.8628777589,50315.680494587294,4550.414368660189,21918.455482999365 -8045,6332.699256169383,3722.041924517429,1421.1584821366662,1491.2636364998805,2781.460124867703,2654.375991138273,2725.8408635744186,3128.0104210777895,517.3256354008488,1143.9907947481151,3845.70276137994,6348.497395643844,2151.2508900275807,3703.3789829052967,2414.8676066501434,4185.417646304059,1636.9953496033443,4752.256492210545,396.26451046724156,1289.5631036791071,750.4139201641641,2479.5657023320446,1696.433816209689,5690.970552611462,1225.644250819845,1656.9034071184901,1112.0817825628674,2256.6066133489026,1399.2900973145775,4033.8485479553465,1535.5208819770269,2701.4953086489563,1086.344326838192,3441.5126374462025,1275.4754819619654,4851.467675628006,25814.93865826139,7938.615441622505,182443.4563813015,65191.75839871053,5237.912166471851,28846.92994619266 -8046,6423.942339002676,4268.466448158791,1444.638722719718,1710.1926648997367,2882.1668348844105,3044.058903350727,2796.4806036328146,3587.226528511682,536.4747022082641,1311.9374857707824,3990.484690661546,7280.505883351267,2232.240574762135,4247.0636424648,2505.9538438493005,4799.869307516436,1694.9749009596374,5449.924477321806,406.6033057658193,1478.880934838328,771.5682515121562,2843.5851129704433,1744.1169283270401,6526.449017478811,1247.6868631826162,1900.1496341399263,1142.283371612917,2587.89390638631,1450.5761321187233,4626.04869399311,1592.7577506911762,3098.0957008756686,1114.6877472613535,3946.7532934245955,1308.753455557962,5563.700629307108,27028.529116552723,8262.172213546284,187819.34988162253,66612.05497947223,5486.688311836508,29408.940718951737 -8047,6261.5904992951455,4723.072944889239,1417.3133430022633,1892.3341214548277,2879.1101738924613,3368.2617454488136,2761.2277732966513,3969.2786085529015,530.6424777077959,1451.6633830172914,3900.9714226120186,8055.905037650208,2182.167672744162,4699.390666078868,2449.673411469488,5311.072053785012,1656.2266412956378,6030.360356148846,396.70038711391555,1636.3868890337283,753.013219521792,3146.436800353382,1702.152645697754,7221.538497497032,1219.9352586699931,2102.522167444623,1134.2421594646007,2863.513592514996,1444.4713179324765,5118.738941420923,1556.9843256825527,3428.053649524479,1087.5392663541159,4367.096222196369,1276.8784589162656,6156.254063348345,26825.428387658296,8164.779291092003,184796.8158773226,65149.353367353426,5421.40917416046,28715.49827657292 -8048,6146.149203355612,4863.1068148455315,1379.4681531126482,1948.4397275654433,2739.5824668597616,3468.1269672534695,2665.787451485385,4086.963313188228,506.9076402350837,1494.7035909009583,3751.0568520172205,8294.753679537742,2098.3068354847487,4838.72238275701,2355.4225216333825,5468.539444610091,1595.2397068166308,6209.1538466911215,384.2026813316858,1684.9039438179636,728.5045849560554,3239.725158773328,1646.8214808796565,7435.64909765982,1192.0705124986143,2164.859615799037,1087.5034568302713,2948.413591882193,1374.7146236803933,5270.503868964289,1497.507717254119,3529.691634912817,1053.277273628576,4496.575777477725,1236.6514971648514,6338.780162560442,25405.008318993274,7788.638829415882,177991.1981711955,63283.90782204539,5147.397356746049,27985.45786153066 -8049,5934.979385490279,4873.568743588664,1327.550087639182,1952.6313767243414,2605.5464005134572,3475.5878967754743,2555.7955478659937,4095.755536058564,482.42520051780104,1497.9191243151893,3576.3379672846854,8312.59805870545,2000.5706921561302,4849.131853637162,2245.7354884539254,5480.303831488017,1523.0805331296717,6222.51150622287,369.41194917451946,1688.528652398379,699.6572264264181,3246.6947309108255,1581.6815970115756,7451.645298027285,1150.1147390520355,2169.516845817147,1039.2523479034276,2954.7564698155734,1306.9681762924297,5281.842224878904,1428.081899107795,3537.2850075808738,1012.7290349034503,4506.249193498212,1189.043862041313,6352.416685241097,24029.149751182205,7399.762071411074,170356.62990709534,60921.20894618482,4870.599107937371,26989.029778736825 -8050,5739.105394964539,4926.39823320759,1284.6617407365927,1973.7979026263213,2511.2109203317445,3513.2632727417854,2467.201330577743,4140.153529799499,460.8570032154735,1514.1565689869412,3385.544967817537,8402.706629232212,1893.8428363175117,4901.69644734676,2125.953633645064,5539.7103300123335,1443.9267713176093,6289.9635366172515,353.09253276739554,1706.8323045281434,667.3173171867998,3281.8889047507078,1508.6992309632142,7532.421139844216,1111.3078858603997,2193.0344104016135,1004.1486575680534,2986.786032639311,1255.0108449614422,5339.097399406837,1352.2148656192082,3575.629180284504,967.9899655119339,4555.096938859635,1136.5157780030247,6421.2768878943425,22826.094099939794,7048.536598628318,163191.53559193175,58495.130864352825,4611.792155968813,25957.906425361096 -8051,5546.948666957887,4987.610255350298,1240.1828680332446,1998.322952206433,2410.452418109939,3556.916655814759,2374.5947297749995,4191.596218259398,441.4649529574486,1532.9704327959187,3239.6404502860055,8507.112858671837,1812.225186001208,4962.601542158078,2034.2733949624812,5608.542944700106,1382.5699801648652,6368.118279505252,338.50297444715574,1728.0402239599102,639.9465897763972,3322.6673897203864,1446.80034661899,7626.013802835274,1072.0479542992366,2220.2835414167116,965.1814629728074,3023.8977731261143,1202.9243320135322,5405.437336367591,1294.0658657737981,3620.05747905303,927.9932373326191,4611.695427549436,1089.555670704548,6501.063239796779,21797.680882141714,6745.895724266621,156653.29381692133,56252.88729003078,4402.820193862499,24992.241490187575 -8052,5429.530876119549,4964.931916364731,1210.718170675483,1989.236707894508,2334.3400857462047,3540.743587444502,2313.150269490046,4172.537303255697,429.1780433040119,1526.0001160811146,3162.6037388811587,8468.431570575905,1769.1315554588914,4940.036916162566,1985.911115135072,5583.041265217717,1350.8237210544783,6339.16286044702,332.2541215560408,1720.182937609675,627.3922384598387,3307.5594375062906,1418.4830961364628,7591.338814759814,1048.9858729604857,2210.18805676205,938.3226458726651,3010.1483068996604,1166.6936437771328,5380.859164857922,1263.4654014460948,3603.5973134719015,910.8622409698493,4590.726348802362,1069.442189828841,6471.503328662872,21115.116955657977,6552.330791099694,152881.13363158848,55131.070281575456,4269.874291062719,24508.936131821476 -8053,5333.675479696491,4947.452049018097,1190.1976191829858,1982.2332697082882,2298.2157211003737,3528.27781162732,2272.969909795107,4157.847192738896,423.01339787795905,1520.6275792468982,3119.5140359905076,8438.617050864203,1745.0275704537487,4922.644695798501,1958.8623233261326,5563.385241257928,1333.2785241582028,6316.844784840768,328.7307595615833,1714.126747903981,620.8689576150202,3295.9146252142723,1403.7229372401712,7564.612245755317,1029.3672213457796,2202.4067226583584,923.0067925531848,2999.5505798845384,1149.4457237383056,5361.914956559191,1246.3814951335892,3590.91025067401,901.2030759097155,4574.563934301315,1058.1013765102116,6448.719326460249,20793.035895446905,6451.962951018691,150839.81094936313,54469.77896056002,4202.923640965563,24201.839351377137 -8054,5323.924196630633,4915.416458561194,1190.2831918885977,1969.3979733599333,2299.8581208008686,3505.431614863492,2273.4508007326413,4130.924427539909,424.65176225390826,1510.7812579721133,3140.1594979133506,8383.975575376275,1756.576452697734,4890.7697371577715,1971.7537764084482,5527.36137899972,1341.9850674235252,6275.942144349862,330.658379360441,1703.02748672004,624.00754544416,3274.5730194608145,1410.8636169285214,7515.630099497146,1029.072711876678,2188.145765889588,923.526717021962,2980.127981549095,1152.1035092284542,5327.195648537365,1254.6063846245065,3567.6584982531012,906.487573454855,4544.942857580161,1064.3058983057374,6406.962775963718,20900.793286856533,6479.236005545819,151363.65453660366,54651.48016935642,4227.363437199425,24261.02189281362 -8055,5318.676942463923,4921.004811475999,1185.6827598975474,1971.6369883035538,2277.5076859382316,3509.416951436236,2260.986211278592,4135.620888920159,424.39726775875647,1512.498870084494,3169.5351592393154,8393.507344401196,1773.0089285009228,4896.330069135071,1990.2706329740054,5533.645454079404,1354.709710575147,6283.0772833296805,333.7157478603564,1704.9636641934317,630.3925787967415,3278.2958921476593,1425.245245142124,7524.174643734078,1027.124457829892,2190.6334759080396,916.3657481727099,2983.5160987173103,1144.864264763469,5333.252154548852,1266.3392684910502,3571.7145807714023,914.8692347876362,4550.110017856387,1074.1467961352369,6414.246872724581,20883.756616100727,6481.4531989419975,151651.4080656923,54926.30708821243,4237.394243803326,24376.711961673413 -8056,5475.737986892243,4984.101286048547,1216.7882001558048,1996.9170576927722,2320.819234280625,3554.4142326671704,2314.3674182652876,4188.647274436166,427.77404423970995,1531.8919310859262,3166.086400301012,8501.127788399841,1771.0797243486873,4959.110167416122,1988.0680030045198,5604.597126159175,1356.3749952313788,6363.638071468001,338.663795061355,1726.824483397271,636.9629377399934,3320.3297696431264,1440.3469210640808,7620.648618516759,1055.0572595746928,2218.7214893739215,935.9052426972127,3021.770348585244,1159.979702722398,5401.634410175533,1265.4677254736569,3617.510633988113,928.4341210283809,4608.450928309157,1090.073311686738,6496.4895000357965,20844.748260795597,6507.285614942035,153815.37467825704,56016.72119677921,4214.705720779889,24940.25175834754 -8057,5529.147076174198,5097.947847717521,1221.2677038353686,2042.530524977801,2299.011426400754,3635.6039629539796,2316.8501792568395,4284.324120244558,422.6440368802796,1566.8833205447954,3128.690632848513,8695.31007191944,1750.1608746592783,5072.385883356794,1964.6229054588885,5732.617018960931,1344.0348659520905,6508.995934914788,340.5209447896175,1766.268511268631,638.1022942788858,3396.172555771715,1443.1334744790418,7794.719046285568,1064.6853881498685,2269.401401030882,930.7088656039188,3090.7934571851147,1145.9487974950052,5525.01824001717,1251.0796244410653,3700.1416087304033,933.5254275120429,4713.716905603157,1096.0510081045627,6644.881948352999,20366.887471866114,6407.714728806664,153422.83270376458,56384.08116871643,4115.195262634026,25180.88706990217 -8058,5553.450961312086,5032.057199839146,1223.593028380762,2016.1309493794745,2290.5427873428694,3588.6140156842207,2317.9822057320234,4228.949506687015,418.89602848302457,1546.631454455828,3088.9347922260868,8582.923748783818,1727.921821661823,5006.8256222228665,1939.7569624118828,5658.52331288525,1329.9119988495352,6424.867581310453,340.5845906103065,1743.4396044200116,637.087483734795,3352.2772440323556,1440.9400145548905,7693.972804203155,1068.5366395799385,2240.069533958729,928.9013756622469,3050.8451506438164,1138.3028679529018,5453.607734800337,1235.6013305121726,3652.3175165419875,933.6999101477729,4652.792417926317,1096.255867943569,6558.99727676925,20031.412227747376,6332.1627141107365,152939.00737614755,56505.16524794246,4039.169203327495,25283.579421529776 -8059,5444.2326913357365,4892.738113272479,1192.7089506334669,1960.311726522605,2215.9102950650536,3489.2585419981415,2256.751464902355,4111.865507239031,409.5263662588659,1503.8109393200004,3057.7603518551546,8345.294276529383,1710.4831253414616,4868.205104890716,1920.1872815289864,5501.859692429472,1316.93558193487,6246.986717243848,338.58991286580687,1695.1701981859744,632.2565493978158,3259.46506304766,1430.1123293980056,7480.955101784226,1045.7690677102894,2178.0502784290175,900.0312256483807,2966.3785115011556,1104.8977827709389,5302.617470196513,1223.2343193149568,3551.198328097084,928.23157575403,4523.973773005006,1089.8355035396896,6377.402856614019,19535.22523276767,6193.480005385023,150254.24388931473,55816.25966091873,3954.2272563902234,24982.88874400325 -8060,5195.842049939757,4638.402808602921,1132.8736117620833,1858.410404876153,2079.229053276832,3307.8791969760564,2134.947934776846,3898.1216807082433,385.1808055101362,1425.6395341553057,2887.6128143108485,7911.4874973313445,1615.3041517468284,4615.145080037241,1813.3679002447643,5215.86090632496,1246.4484755889928,5922.25458705137,324.1981162575405,1607.051517226364,603.6552960547177,3090.0308892419553,1365.5739791849521,7092.078576823648,995.4991441336161,2064.830427228081,847.5550417192756,2812.179622245,1036.7770116368802,5026.975733687032,1155.5921753172868,3366.5992165549173,888.7770039076529,4288.807651042933,1043.511941296927,6045.891408221255,18207.05393875608,5808.946308647375,142480.72439137392,53356.422746234515,3687.380053396133,23923.30199192877 -8061,4742.801906748653,4374.580287834638,1032.5961788449915,1752.7079599036974,1891.0282812109344,3119.734039223782,1946.77606982817,3676.4047814862665,345.3179502810932,1344.552179061827,2556.7241294204005,7461.4988566937745,1430.2080530521882,4352.645409575568,1605.6003026665046,4919.193792867028,1105.7799519143548,5585.409298218419,291.2308179649878,1515.645833034211,540.1285356118086,2914.2764815092605,1222.0585035596334,6688.6961788667295,909.2767781511488,1947.3872488866034,771.2026756947848,2652.228805679903,936.1935885912409,4741.052008511088,1023.5378778969849,3175.11418854469,798.3983893073488,4044.869361877993,937.3985257172757,5702.013919045479,16182.666673982496,5189.7827362078015,128304.61747950698,48198.315588747064,3262.111993184557,21674.301181536845 -8062,4285.4928938462745,4142.468455409503,939.8435114036305,1659.710636843766,1729.142553388401,2954.2033741364276,1768.413961331595,3481.3375991692874,314.0622936110244,1273.2112847270869,2302.1620626582094,7065.597522551727,1287.8083652268815,4121.697424754487,1445.568842854809,4658.185190855086,993.357330103249,5289.051818928542,256.64107275392024,1435.226842304651,478.9853591379228,2759.64723485954,1083.4476490713944,6333.799154590091,821.445924254499,1844.0603939566759,706.6885389852503,2511.5036051825978,856.3055359981533,4489.49547121798,921.2312675948069,3006.645095747002,703.5718971934957,3830.2517351043603,826.0628628490382,5399.469489138951,14840.230983364901,4728.4195130276785,115471.55187006968,42920.47428941897,2987.0650175863016,19269.34974114749 -8063,3544.3965170223128,3840.5021327599507,802.2901745484843,1538.7255954210389,1591.841450179806,2738.8559457011056,1542.6419182066104,3227.5645833844637,294.8977479699445,1180.4002147712279,2174.0626339431624,6550.548941211156,1216.1507184626298,3821.24521182286,1365.0567138767203,4318.625561748855,924.6181348937944,4903.505001793662,220.5328796677542,1330.6056058598167,420.67089890770495,2558.48202713603,950.7257001400593,5872.095206883543,687.0376587326512,1709.6371287222432,635.1728571798169,2328.4268923140357,801.4583669784555,4162.232523391502,867.8960484019947,2787.474914284441,604.582637051873,3551.0445320268914,709.839699374093,5005.873747024225,14806.917874314751,4524.773601410439,103135.95354217007,36528.11412928377,2996.140426795676,16108.094411501572 -8064,3464.065476979206,3606.1159666291032,806.3738394536773,1444.8170437340855,1620.8603017583705,2571.703338436121,1430.566172405166,3030.586047118025,315.44158748045845,1108.36029101224,2356.2884193410523,6150.768391869397,1318.0861532445215,3588.034297186193,1470.9315510356146,4055.059482787831,948.1071178176056,4604.243681725626,206.89731221746715,1249.3986345293338,400.46608022982826,2402.337655195754,904.5512449196912,5513.720745649313,659.4888094775471,1605.2978318740506,664.6467156509347,2186.3228044787165,850.8444832308298,3908.211124631915,892.9675601958256,2617.355087303504,567.2012391432571,3334.3239874600913,665.9502479948293,4700.364853879339,16103.180676041908,4776.343403882121,104098.96394624251,35640.7144083233,3185.5908230495666,15398.685867821483 -8065,3552.0236511071266,3464.3276088703615,825.8847443159215,1388.008489103938,1660.683154746033,2470.5869028101242,1486.1917407484616,2911.4268679224942,324.4173426088223,1064.7808313049227,2435.2883587102606,5908.927209470386,1362.2779955228243,3446.956890001302,1520.349192505341,3895.619179148357,981.3935035864238,4423.210083140834,216.171576257103,1200.2737083718637,417.39191091003005,2307.8804846376484,942.8713566185314,5296.927548508538,675.765566805939,1542.1793560952876,680.2049522617341,2100.359090930342,872.5506692835055,3754.544730576929,923.1563581208294,2514.4436770952643,592.6262869558362,3203.222179644555,695.8017640487125,4515.551880678855,16524.92180657753,4912.104467034712,107563.41777559568,37018.66947014349,3270.7556443616763,16001.059063476721 -8066,3686.6256162282557,3400.4513654429184,861.3954553747201,1362.415999553485,1752.3660638531587,2425.0335290447574,1559.8752617760897,2857.7451633226065,343.6333619814162,1045.1481039025953,2585.655895310225,5799.976753439397,1446.3922178154112,3383.4009327569984,1614.2587098316392,3823.790660866555,1039.906676598239,4341.653695899054,226.90886427103325,1178.1427253264926,438.7411594663189,2265.327137413588,991.0447487295282,5199.261313756453,703.5474937351386,1513.7442208885334,714.5070012694114,2061.632081327155,922.9518338291379,3685.317382517963,979.7160068597236,2468.081659833535,622.0621602461473,3144.1602713033058,730.3623851560227,4432.292869492687,17646.340045925645,5220.586123002085,113191.4680683588,38687.51391222059,3496.6090193731357,16672.71713672906 -8067,3918.2133050608045,3415.331996970087,912.7629868537792,1368.3780346768528,1845.747170287683,2435.6456585854025,1681.1288504435317,2870.250871595959,368.2514772140081,1049.721750796518,2817.9396654686575,5825.357888958984,1576.3296306364123,3398.2069503053413,1759.3396685774662,3840.5238570650463,1132.7515075155097,4360.653099779317,247.28163143539274,1183.2983667099165,477.6100666203939,2275.240379744568,1078.8886983477412,5222.013673225472,747.3291183157409,1520.3684797167402,753.5830579917126,2070.6539387366115,979.2161268453413,3701.444609211227,1067.6298970055402,2478.882171239809,677.9133390582525,3157.9193536813395,795.9371826245648,4451.688917229669,18955.368745968328,5616.333710626663,121676.35859386626,41730.14028155554,3775.9602935861544,17958.405560275685 -8068,4795.772657101414,3503.1861941412553,1126.9743182755174,1403.5774688079555,2279.2625945040604,2498.2989216117485,2055.297956415393,2944.0836896726832,451.20954220332305,1076.7242389151422,3415.631918495499,5975.206319806483,1910.6732008673077,3485.620631817246,2132.3659394749693,3939.3154651659565,1374.2471331883232,4472.824237918434,300.35374153662895,1213.736909174743,580.7864017801531,2333.7674620637144,1311.8987173958656,5356.341996002025,913.4952929450551,1559.4776358129445,934.2571893678918,2123.9183474583433,1207.5867908294726,3796.658616167005,1294.3550622464718,2542.6476274910315,823.4085428902293,3239.1520039171287,966.7629149877678,4566.201812674669,23167.733473263765,6853.5039812077375,148852.13276907615,50992.707472676506,4596.234805505564,21927.32706041522 -8069,6326.638316139363,3728.734954704029,1438.705222279051,1493.945248565969,2787.8795255082205,2659.1491288394504,2613.997982093579,3133.635255133088,542.0873099445406,1146.047935714746,4087.85794917426,6359.9133564444755,2286.710283431246,3710.0384531175296,2552.5230560762125,4192.943925485849,1662.5236471470832,4760.802069289437,388.52684927696646,1291.8820148992081,736.052520896963,2484.0244936170243,1663.9416595317136,5701.204139033146,1197.9947876966658,1659.882875040943,1151.7654348224828,2260.6644763415084,1454.0981200594683,4041.102273369291,1552.555492073839,2706.3531769955334,1065.1318182359453,3447.7012157688337,1250.5699027964538,4860.191655706899,26762.138718436898,8132.925565005793,185622.02934919557,66051.61264777415,5290.134849891637,28885.915683077783 -8070,6416.774870285012,4281.917500300411,1462.3430183026267,1715.5819284648062,2888.8802640064027,3053.651527664032,2686.6125690375957,3598.530815815997,562.1897219713937,1316.071743294409,4242.1716549730645,7303.448658102741,2373.031956618493,4260.447248778074,2649.0200364475986,4814.994948800606,1721.3780820885825,5467.098612155166,398.59590401815495,1483.5412747536948,756.6763653382138,2852.5459920328053,1710.4272636902804,6547.01556218519,1219.2914600215358,1906.1375017069122,1182.998697801736,2596.0490357037256,1507.4506060195786,4640.6265811449275,1610.3850263248926,3107.8586092452974,1092.7357550149811,3959.190543426377,1282.9796495935507,5581.233302498778,28020.09233900913,8466.622854824236,191098.7564043844,67497.54988090046,5541.364410069047,29447.9899688562 -8071,6253.378750555032,4757.5128273760965,1434.5344817272521,1906.1327151943756,2885.0776258750634,3392.822564231797,2638.0391095374735,3998.2219449000745,555.9813237044212,1462.2486771478193,4147.04543214319,8114.647391634426,2319.8192191228104,4733.657861226622,2589.5465829389705,5349.799530482046,1682.021619363212,6074.332766577932,388.8791294444584,1648.3191570335991,738.4633291602307,3169.380107585965,1669.2370506865818,7274.196785888967,1191.8502135868935,2117.8534183521833,1174.628468777018,2884.393869566921,1500.9183933414733,5156.0639562323495,1574.2123479449353,3453.0504611820297,1066.0975811324543,4398.940380111396,1251.7038037755942,6201.1444702878325,27799.915332250297,8359.661136571283,187894.70919127503,65998.14530715215,5473.552424701475,28752.068552820307 -8072,6139.593733072847,4910.997755777158,1396.4087172485476,1967.6275873954635,2745.3966479249307,3502.2804148448513,2544.8741425503713,4127.210942136892,531.1457321029469,1509.4231444924214,3987.4140754706596,8376.438819024394,2230.5229007576163,4886.37319048958,2489.7772459808184,5522.392569679155,1620.1044139237092,6270.300400001346,376.6698825129323,1701.4965539170316,714.5076430735388,3271.6293492673317,1615.1553235099216,7508.873940395593,1165.0143953210402,2186.178737079491,1126.274766817466,2977.449002073018,1428.505706089363,5322.406777758715,1514.1041477451654,3564.451359514884,1032.6263875517045,4540.857191222615,1212.4053182866487,6401.203250907391,26333.81778762536,7975.791137420743,181026.946228015,64105.95337497944,5198.066214644732,28015.735927037378 -8073,5929.339835022118,4923.604053598614,1343.9379700910085,1972.6783938918095,2611.245073155083,3511.270602207867,2441.9337678817456,4137.805296460785,505.4886972317986,1513.2977619620965,3801.4494056750586,8397.940739344273,2126.4959682996537,4898.9162782223375,2373.704844218575,5536.568288928563,1546.8387660699643,6286.395963103452,362.21204949337874,1705.8642146995326,686.295611901143,3280.0274663077566,1551.4512659865245,7528.14886290702,1124.1983383656138,2191.790553989433,1076.3312287534561,2985.091972144461,1358.1088732497615,5336.069142985502,1443.9330149037276,3573.601136737909,992.9907793549309,4552.513355807482,1165.869201496889,6417.634835406015,24909.095419196794,7577.840716789921,173282.3191731393,61713.25369247571,4918.82155912549,27020.80495803311 -8074,5733.773476035765,4985.270942482464,1300.5382493820252,1997.385689197326,2516.056282557631,3555.2483737163666,2340.0409456588027,4189.630255710576,482.8049912154115,1532.2514316559236,3598.4152428289553,8503.12281182384,2012.9205178215316,4960.273958996774,2246.971291402329,5605.912399006152,1466.468164042676,6365.131474147084,346.255159081807,1727.2297302514842,654.6521894206938,3321.1089763355462,1480.0425389020807,7622.4370132895965,1086.290384219173,2219.2421733881847,1039.9834180180012,3022.4794900988672,1303.9615436966592,5402.902052239552,1367.2475008814974,3618.3595823430855,949.2455614141413,4609.532428055916,1114.5079971732523,6498.014079956124,23656.72982468218,7211.3089379444245,165897.39150186937,59233.06349283433,4656.423281254364,25982.756470404493 -8075,5542.085933446287,5042.5191285822775,1255.5478898117244,2020.3225985383722,2414.9209762345045,3596.074945206225,2246.122537367511,4237.7417295573505,462.47474364372357,1549.8469878700587,3443.2449928600545,8600.768127951524,1926.1197016732704,5017.235093103018,2150.024660802103,5670.287699763175,1404.1599520594175,6438.2252408422,331.959916908788,1747.0643130004266,627.8269134086916,3359.2468161698525,1419.3777923716484,7709.969004570619,1047.9842847619857,2244.7267639768393,999.6345796584551,3057.1880285771963,1249.817405726552,5464.946090714952,1308.461407209007,3659.910889210044,910.055689938833,4662.465833946803,1068.4952192969413,6572.6337994499045,22590.697981071942,6899.927870570068,159232.81029746836,56955.49838426287,4445.3904507053385,25012.540283030372 -8076,5425.202899021149,5013.537640685983,1225.769325239064,2008.7109509782742,2339.0500283135716,3575.4067831544603,2196.875368461958,4213.385637391704,449.62210786849215,1540.939362420417,3361.242093881846,8551.335879695653,1880.2480313030896,4988.398923241128,2098.842801184156,5637.698160656083,1371.9275145213467,6401.222040232916,325.855293443025,1737.0231962589412,615.5521564065532,3339.9398054355447,1391.6920374517072,7665.656555239448,1025.556797322443,2231.8253708672064,971.8352456259669,3039.6170773150216,1212.2158825479214,5433.53673659189,1277.533224497683,3638.875835017403,893.3200931484582,4635.668672907297,1048.8459765524688,6534.858096066686,21885.59346038043,6704.4797690431205,155446.1725374023,55829.34038222411,4311.605710940787,24534.834480656187 -8077,5329.334143234657,4995.927808711958,1204.9829859950685,2001.65544150248,2303.367826850725,3562.8483230006586,2172.6420094374107,4198.586304379,443.1625161845234,1535.5268802173969,3315.351265604062,8521.299685936412,1854.5771224205582,4970.877389914081,2070.204339902836,5617.895992118691,1354.1154771482522,6378.738027418861,322.4146681249277,1730.9219781544095,609.1836520454185,3328.208412755898,1377.2819450144218,7638.731271421317,1006.3432047769701,2223.9861817370816,955.9671979338864,3028.9405550999472,1194.2976735898567,5414.451676138851,1260.2687469040234,3626.0944425912303,883.8877475904782,4619.386089177462,1037.7714717206422,6511.9046924436725,21551.268443271976,6604.377587731268,153407.44678760276,55175.2636395272,4243.900344266991,24240.528084961592 -8078,5319.492481541569,4962.137736755754,1205.06178711496,1988.1171991599963,2305.2714585963836,3538.7509169105833,2180.410014784349,4170.189069916984,444.8990885847978,1525.1413090562698,3337.310137443244,8463.665680687964,1866.860714138159,4937.256747038145,2083.840387135263,5579.8992241339465,1362.9561107789018,6335.59528693322,324.3020391021618,1719.2148477810642,612.252341295953,3305.697999063339,1384.264046889561,7587.066537822619,1006.0374126918864,2208.94420034987,956.5049718268274,3008.4542464048104,1197.0988795382004,5377.830908436588,1268.5835143228135,3601.569269925307,889.0619044972871,4588.142765750209,1043.8464427141091,6467.861276174545,21663.94061371159,6634.476694159996,153971.08380863984,55368.33120046154,4268.770071136522,24304.371429793377 -8079,5314.613291514612,4951.480864223111,1200.4474727707902,1983.847444329439,2283.785476825006,3531.1509631311974,2191.1417719946953,4161.233015951383,444.70011771779485,1521.8658585574879,3368.5328293549915,8445.488795824433,1884.3264019283677,4926.653309849294,2103.4088892934665,5567.915623933548,1375.8807892380623,6321.988725613662,327.30015388619836,1715.5225976943084,618.5212959944756,3298.5985584439286,1398.3836033484317,7570.772270053437,1004.2313925894781,2204.2001891950645,949.1021483921809,3001.9931775822456,1189.7093220489985,5366.281277706106,1280.4468332024792,3593.834405102273,897.2811239853191,4578.289098800581,1053.4966177818621,6453.970655471204,21651.600635059607,6643.991509989753,154376.95557775116,55673.20003601767,4279.938788830236,24432.773186550643 -8080,5471.963284309204,5027.313594941357,1231.98889490804,2014.2303889791742,2326.631382427678,3585.231111566673,2225.458185877335,4224.962972990009,448.1490556566979,1545.1734804600899,3364.4999947364113,8574.832823439532,1882.0704711919411,5002.105802554538,2100.8836433438823,5653.1891527524685,1377.5988868227155,6418.811006014106,332.221673065193,1741.7961038956555,625.0854296227461,3349.11712916839,1413.4673028416669,7686.719872523714,1031.6439066160256,2237.9578717914123,969.3525444479832,3047.9691889000883,1205.2547048817034,5448.466743882697,1279.6030063859184,3648.8745605954014,910.7732846464443,4648.406337238925,1069.3377463235313,6552.814260485639,21606.35422692676,6663.440804742701,156487.34972418845,56754.84377059715,4256.081978553546,24992.57281319328 -8081,5526.117408112952,5141.29012123772,1236.6178257156982,2059.895927553777,2304.9800781831473,3666.513526190101,2230.0296398378528,4320.7490412943025,442.7456732300703,1580.204815287763,3324.3550894174027,8769.23678100667,1859.6137789678655,5115.510831458191,2075.8876343515926,5781.355190131827,1365.0966811406363,6564.334806668696,334.1179789857286,1781.2851601658529,626.3371385275973,3425.046495684607,1416.5044593703137,7860.9890151061545,1041.279435296857,2288.6956384748064,963.9954827411142,3117.071092699911,1190.6345620264647,5571.99142587864,1265.0954744516946,3731.5998649659723,915.97193636596,4753.792483761713,1075.441476645206,6701.37611022323,21111.04107280586,6560.621980281408,156095.3034517808,57125.73352635456,4155.590154482582,25239.158254725204 -8082,5550.729890509592,5049.342123396269,1239.0110922394183,2023.056281894035,2296.5340819138833,3600.9407672440216,2230.8592732514517,4243.475786108552,438.7712602015762,1551.9440742054933,3281.8088274139272,8612.405762799695,1835.8137898159528,5024.023876278233,2049.4457040162606,5677.960123522566,1350.777073995433,6446.936755128894,334.23530782671986,1749.4282526193654,625.4446616221762,3363.792187842461,1414.585721352465,7720.401305805936,1045.1336467691892,2247.7640869257257,962.1338079016043,3061.3246867697544,1182.6082470039162,5472.340668283203,1249.4747200506715,3664.8630871849023,916.2935889929768,4668.774581498224,1075.8191285823802,6581.527180949187,20760.900372041844,6481.150676673003,155580.61891680452,57244.79539175093,4078.3420636981105,25347.411488057784 -8083,5442.1046756932465,4914.701662565271,1207.7994910452237,1969.111585055381,2222.8896818128846,3504.9218577547285,2200.535049574974,4130.323711758213,429.0324919432768,1510.5615613496566,3248.613050902759,8382.756384241258,1817.244376578414,4890.058525268692,2028.728740923357,5526.5575944547,1337.602042865337,6275.029501778628,332.2937399006408,1702.7798338021814,620.7260648163415,3274.0968336274473,1404.0109504865602,7514.537182478366,1023.0119514147306,2187.827567453069,932.2462403938581,2979.694613681589,1148.0534065244926,5326.4209719354585,1236.9764584149261,3567.1396921598903,910.9708531790127,4544.281935563953,1069.5697112844305,6406.031080475269,20252.85724110403,6347.856277347335,152988.06611074173,56579.2728131891,3993.790319376197,25062.78715315426 -8084,5194.431867232513,4643.14641350071,1147.282131997717,1860.3109652764533,2086.464371983606,3311.2621010936045,2096.9644650358737,3902.10821440525,403.5293635899555,1427.0975081510437,3067.537759895837,7919.5784226756305,1715.9525178178926,4619.864899705569,1915.70387063346,5221.195066457741,1266.0322136156515,5928.311162347717,318.22422046630317,1608.6950177507201,592.7451595040116,3093.191004105921,1340.8741079404779,7099.33150850309,973.9969729782292,2066.942089395398,877.9100153548555,2815.055583988728,1077.2881957763448,5032.116724604672,1168.6057118114861,3370.0421725015035,872.399792145032,4293.193731730325,1024.2834779542607,6052.074424504865,18877.57271188831,5956.81786072567,145132.43777113743,54100.41696737555,3724.594846264054,24013.017349622703 -8085,4741.631650731218,4404.861396792238,1045.743702301459,1764.840310257923,1896.7539194389958,3141.3290266613617,1888.7561708766666,3701.8530774222263,361.6797274399083,1353.8592504502697,2715.7675383838823,7513.147802421182,1519.1754788557728,4382.77468398109,1696.0674898035363,4953.244749398698,1123.1728848792375,5624.071838714589,285.9131911146421,1526.1372250287468,530.4503411111465,2934.449279323617,1200.1446014775463,6734.995737784371,889.676351119189,1960.8671810369326,798.8270644904989,2670.5876936556533,972.6113861092848,4773.869856852475,1035.0911534001243,3197.092520720584,783.8203142879531,4072.8681918930474,920.2824265191888,5741.483603769414,16773.327328238167,5313.778395548416,130577.76899464297,48840.703317822285,3293.999377648169,21744.90747666851 -8086,4284.038567756444,4182.431717952194,951.7644613123308,1675.722213670252,1733.0414397181619,2982.703194066486,1682.9968693327196,3514.9227935945255,328.91461106500117,1285.4942211915566,2445.65860918483,7133.760824663536,1368.0790186250929,4161.460304805365,1527.1806557937925,4703.123680974793,1008.9594462274162,5340.076411805217,251.89554516340263,1449.0727768542401,470.30317858664233,2786.270130883742,1063.7931493007593,6394.9026442683335,803.6133299753088,1861.8504315783343,731.9955496591019,2535.73260753499,889.5467704311293,4532.806576210515,931.600439293769,3035.650831971046,690.5622108864017,3867.2029774233415,810.7882068281336,5451.559304452796,15379.317465786806,4834.178022628934,117402.82994499135,43459.70336691807,3015.7676387217675,19306.618158371508 -8087,3540.3675036743657,3870.52331876592,812.1206024033042,1550.7538057215195,1595.0820891396709,2760.265568960541,1470.9533883954662,3252.794439625796,308.9831078129424,1189.627397359372,2311.0808043938828,6601.754549594448,1292.7974276394712,3851.115866573965,1442.9398094680641,4352.384236213182,939.0275044183488,4941.83567592201,216.18944614370588,1341.0069432405087,412.5702943834946,2578.4816683741883,932.4019005991034,5917.997345811384,671.3572359796284,1723.0013536256147,657.8210426313698,2346.6281937113677,832.7878736914361,4194.76867425546,877.5117594148,2809.264591778662,592.6752765812491,3578.8030294124524,695.8592827051284,5045.004637123175,15346.617458293298,4632.700430712608,104879.41004119892,37003.11573504824,3025.310362832444,16126.285213719799 -8088,3180.824498512266,3636.721977700457,762.9732621959868,1457.0795685241417,1480.1919145879067,2593.530029972608,1295.0820446825726,3056.3073913479748,305.42647454670293,1117.7672229167288,2303.9917417146567,6202.971506589211,1288.8318709273672,3618.486844591853,1440.3377960784298,4089.4757901317175,935.2798715306812,4643.321053169626,204.24199531733976,1260.0025942452173,396.4232366536867,2422.7268976805935,895.3243285529085,5560.517077144843,619.9275001074266,1618.9223973816001,636.2599767184728,2204.8786747221184,819.1136133274515,3941.3810931122925,873.3792620522007,2639.5692366877674,559.921787226128,3362.623231804992,657.4034528277367,4740.2580298305575,15578.316344211647,4564.016210931038,100073.33632790632,34439.275529690814,3097.2605415161397,14779.23445585519 -8089,3261.685368867634,3482.9121471856433,781.4392862991926,1395.4545218872233,1523.6402875252274,2483.8404752606466,1345.9937997991444,2927.0453458171673,314.13447670909045,1070.4928950560807,2381.239234183015,5940.625910206839,1332.0434104654166,3465.4482423287577,1488.7264503593178,3916.5174001223936,968.1103392942551,4446.93858879838,213.3920547239154,1206.7126296404374,413.16540117868897,2320.2612113287437,933.2246617826235,5325.343150060329,635.2377612442755,1550.452445297072,651.1556673715231,2111.62655994837,840.0457077285215,3774.686151446937,902.9072639839147,2527.932521146544,585.006332685032,3220.406006363927,686.8551855045326,4539.775757983716,15987.537475152893,4696.4211267958235,103456.13408927814,35791.62253670595,3180.8750493742,15374.691007423618 -8090,3384.522741296123,3421.440202091304,814.9837603861195,1370.8253322533665,1609.8546523097227,2440.001728009529,1412.4076966270982,2875.3842176626413,332.745274013998,1051.5991424468048,2528.267873515748,5835.776343423098,1414.2898842180032,3404.284527863021,1580.6871907528403,3847.3925033672776,1025.843788833751,4368.4519795425595,223.9980505863268,1185.4146555948266,434.3168677036938,2279.3095697828676,980.9464257255778,5231.353067079469,661.2611246207645,1523.0876070350162,683.9721569564514,2074.3572328831488,888.5667587905663,3708.0645170087546,958.2237750763956,2483.3155676963447,614.0822734550356,3163.5671850446333,720.9932103010129,4459.650611456294,17073.518585516544,4992.87802229403,108876.43250226809,37407.805185784746,3401.2770890342363,16023.300138795443 -8091,3597.627821425749,3429.7577617561137,863.619344368188,1374.1578240748165,1712.7503234558556,2445.9333996905225,1522.856110609665,2882.37430907942,356.65216445916593,1054.1555918055915,2755.3957950827366,5849.963181438632,1541.343162575318,3412.5603818905684,1722.752576025974,3856.7455578737217,1117.43560921521,4379.07173550395,244.1101349685942,1188.296411973156,472.79696437222515,2284.8505970174374,1067.9021069903788,5244.070545302973,702.4770759799193,1526.7902501612944,721.3913617816443,2079.400018678466,942.8797916109102,3717.0788636111974,1044.2085110225846,2489.3525358094334,669.2188001750416,3171.257852500741,785.7289356640664,4470.492072318981,18349.2059398516,5381.303223971444,117151.44796901892,40387.00598641278,3679.3716324645125,17294.037474943398 -8092,4402.659412496356,3511.5687329681855,1066.2640063780998,1406.935995011491,2106.149105786574,2504.2769332135044,1861.5824902593072,2951.128389688825,436.9415977266246,1079.3006599896764,3339.8233538802597,5989.503989470307,1868.2665843867017,3493.9611391905114,2088.017281789289,3948.7415884172715,1355.6576864612382,4483.5269584598345,296.4988170956589,1216.6411786605759,574.9239256978456,2339.351777392569,1298.5181303436525,5369.158826813614,858.5654841181544,1563.209205049485,894.3332133991767,2129.000528942894,1162.6549974798484,3805.7433854310098,1265.9614309288158,2548.7317581308157,812.8404117903744,3246.902753073589,954.3548858067654,4577.1279701396525,22418.51202292914,6559.863574973492,143262.93668507272,49338.017158135604,4472.845803420267,21101.73500976517 -8093,5814.342190684136,3734.713201501005,1361.6117280768246,1496.3404773783118,2577.974933846567,2663.4125184220516,2371.237416703972,3138.6593840010455,524.9600582438626,1147.8853839335377,3997.1423103713123,6370.110147612011,2235.964786230043,3715.9867239837727,2499.409487227132,4199.666434298339,1639.9452679991289,4768.43501989266,383.47361373305387,1293.9532775691114,728.4628611853643,2488.007107466754,1646.6084166790226,5710.344827710974,1126.7774797509028,1662.5441501386945,1102.7003429866033,2264.288979109579,1400.1022452376842,4047.5813358436953,1518.5176487866179,2710.6922483986773,1051.2785620893535,3453.2288837314222,1234.3048125080513,4867.983956728929,25893.908510944028,7780.572276738743,178710.69958824947,63930.77015002661,5145.883054487703,27809.05305334736 -8094,5895.654616940572,4275.939253503436,1383.8546177143214,1713.1866996524634,2671.2576638364885,3049.3881380814314,2436.4465207974417,3593.5066869480397,544.420707444183,1314.2342950756174,4148.028706900604,7293.251866935206,2320.369254013254,4254.498977911831,2593.9074079791008,4808.272439988117,1698.0212960588908,5459.465661551943,393.4229583854755,1481.4700120837917,748.903735153743,2848.5633781830757,1692.6765081991432,6537.874873507363,1146.6189987514765,1903.476226609161,1132.5568929666044,2592.424532935655,1451.437392710328,4634.147518670523,1575.0748977835058,3103.5195378421536,1078.5543181397043,3953.6628754637895,1266.3292427321712,5573.441001476749,27110.78129562126,8100.239515748788,183972.49806718723,65328.53008568737,5390.146504134088,28348.99992487924 -8095,5743.61037643752,4753.743935122714,1357.394931482045,1904.6226806269697,2654.836334038207,3390.1347769060635,2391.689029138677,3995.0545613822146,538.329246513381,1461.090286637528,4055.0133144567662,8108.218984018312,2268.3372956958947,4729.907866830247,2535.6710337536792,5345.56142987377,1659.1987604322367,6069.520692172858,383.8337593407636,1647.0133618571156,730.8815969895835,3166.8693309325067,1651.9223472351537,7268.434181580648,1120.5689587262314,2116.175659062435,1124.4906099172135,2882.108858447632,1444.9613627894755,5151.9793325628625,1539.6950087682008,3450.3149614354393,1052.2658877958866,4395.455548241623,1235.464030354808,6196.231935901864,26886.139013612767,7988.46300816502,180802.13870289308,63856.00085703525,5316.103388450192,27656.406075162657 -8096,5641.453227367761,4894.947467816071,1321.4930814140416,1961.1969207675418,2530.4986302052653,3490.834144255009,2307.897479090193,4113.722252589128,514.3324168024145,1504.4899970285007,3898.9263221110114,8349.062660080805,2181.023662261301,4870.403381360584,2437.971815127453,5504.344100633685,1598.109879654939,6249.807593441998,371.77594351694563,1695.935665679394,707.1530986502712,3260.936900243931,1598.359499042959,7484.3331861537345,1095.63291156296,2179.03379423702,1078.264380735481,2967.718003149937,1375.3811619353703,5305.01190900143,1480.9075714185306,3552.8018997536374,1019.2098369302181,4526.01660909782,1196.6529633956234,6380.282623250078,25475.410184690245,7625.965955883294,174228.88134299172,62029.393972513346,5053.528305694524,26954.113437305983 -8097,5449.329195990238,4907.423801010137,1271.919611004111,1966.1956559743135,2409.3923830570307,3499.7316472814055,2215.081873063012,4124.207384417119,489.50373661067744,1508.3246691293723,3717.090165609136,8370.342906353146,2079.306182314023,4882.817156130361,2324.31096252716,5518.373675305491,1525.827525515736,6265.737219336302,357.4988424885897,1700.258298063058,679.2122985791808,3269.2484368967275,1535.2749026558326,7503.409393851529,1057.3902092375797,2184.5877561205293,1030.4803645879695,2975.282178021428,1307.650071351355,5318.533422073911,1412.277466758289,3561.8573473483816,980.0696987241438,4537.552604453899,1150.6985772869855,6396.544806328315,24098.904465329168,7246.743478401693,166798.17309776036,59720.59824482293,4783.243279054474,26002.54019327584 -8098,5269.757217453017,4953.430289511923,1230.8630779134653,1984.6284959952272,2312.7371780219373,3532.5411967148266,2122.664227058144,4162.871316309675,467.49356488314095,1522.4650255283807,3518.5631979641644,8448.813831280777,1968.2520155360703,4928.592960393199,2200.2110603174942,5570.107742982556,1446.5375130039984,6324.477727396207,341.74221799054203,1716.1980083900535,647.876831735048,3299.8972348649427,1464.5686822455973,7573.752924795681,1021.7536075706398,2205.0679949502005,995.6868533763914,3003.175078831123,1255.4292528735195,5368.3940122024105,1337.2756210446657,3595.249317502264,936.8735022911331,4580.09159643582,1099.9819784120468,6456.5116192664855,22880.978855077687,6890.0525179873985,159635.4731404111,57304.199784541175,4523.659514545172,24987.211177214005 -8099,5094.04614758567,5009.183917064069,1188.3200633819015,2006.9665993958902,2216.6107966781124,3572.3019230565824,2037.4870422011998,4209.726760588051,447.80596071205684,1539.6012206564728,3366.836946530299,8543.909954992061,1883.3777406140719,4984.067029918656,2105.2797053729023,5632.802420080388,1385.0716861391793,6395.66326046441,327.6313380118984,1735.514776563436,621.3230477052239,3337.039423336347,1404.5245731427565,7658.99974872598,985.776534177122,2229.8872681673724,957.0692228443228,3036.977493528178,1203.3027100995496,5428.818288474802,1279.7791790906094,3635.7158588058824,898.1890528726899,4631.643088250104,1054.5626159249894,6529.183267612657,21849.678297064387,6591.285785866059,153204.07727826794,55092.80004185336,4318.478216842211,24047.03157721031 -8100,4987.267829570322,4966.23153112289,1160.1855799570135,1989.757408163233,2152.813519595837,3541.6704083352247,1993.2885351202801,4173.629501728835,435.38443901228317,1526.3995600826074,3286.654608032999,8470.648257296485,1838.524475096766,4941.330014434657,2055.1610942664156,5584.502675554439,1353.2714563780764,6340.822192286125,321.6024300999894,1720.6332106788955,609.1655657263057,3308.425220387281,1377.1062531000816,7593.325914708826,964.7692501938749,2210.766592996839,930.4731088674063,3010.9362397917516,1167.157304658993,5382.2676522450665,1249.5302932242785,3604.5405868802673,881.6610274398557,4591.928011949829,1035.1570824453968,6473.197301787799,21170.493319647358,6407.590450155612,149603.4900942325,54017.442431618576,4190.4309259753545,23600.576199276802 -8101,4898.994481871868,4935.430576262025,1140.501041963707,1977.416777701517,2122.989702954328,3519.704692541355,1971.5606464870204,4147.744326403619,429.13184987472175,1516.9327110935671,3241.7827704201723,8418.112636880844,1813.4235802561232,4910.683500720297,2027.1172079352257,5549.867154888078,1335.6971052530625,6301.495919054312,318.20424352246926,1709.961709456671,602.8556553966355,3287.906109420528,1362.830552999054,7546.231515811578,946.6693142109187,2197.0552463525937,915.2761449787284,2992.2621786591644,1149.9079166565334,5348.886408948821,1232.645258416915,3582.1849453410264,872.3450261010682,4563.448516675787,1024.219177212227,6433.050027813892,20846.521224687163,6312.527358763065,147665.2158763459,53395.29304147795,4124.197327081686,23325.76544239063 -8102,4889.790821115438,4901.38057505104,1140.5680338514114,1963.7743927798854,2128.97796712513,3495.421917778042,1978.726734696382,4119.128646949799,430.8248759002452,1506.4672491948331,3263.254249927445,8360.03528353732,1825.4345291687887,4876.804231918399,2040.4688736998737,5511.578097748131,1344.4182725009462,6258.02130415307,320.0674996137268,1698.1645222856514,605.895025891365,3265.222534952713,1369.7449252086988,7494.169352585617,946.3680668690685,2181.8975549125157,915.7870355447913,2971.6182795641244,1152.6256280120697,5311.983936937946,1240.7775913444948,3557.4711134185413,877.4530729503754,4531.964854790958,1030.2165284719022,6388.667808703986,20956.700527880337,6343.276717681669,148235.87874436632,53592.69199014176,4149.188607024615,23396.600783266193 -8103,4885.885345345192,4894.167698961177,1136.2425733040645,1960.884500606307,2119.9844031342323,3490.278051720576,1988.9653175582325,4113.066933505246,430.6813392369804,1504.2503306276053,3293.7840824477416,8347.732648048459,1842.5126377634617,4869.627522397331,2059.6309823198953,5503.467254431654,1357.1681642146564,6248.811994338535,323.0265465531106,1695.6655018378622,612.0978938189263,3260.4174305153374,1383.7143813617624,7483.140926184329,944.7441570056343,2178.6866724961474,908.715632981242,2967.2452434146826,1145.6175098876768,5304.166816569144,1252.3808505292645,3552.2359357086184,885.5651894042489,4525.295611209342,1039.7409540045048,6379.266239375124,20951.182655944423,6358.869268843142,148699.8920811336,53910.95740190644,4164.508921887534,23542.024258355366 -8104,5031.194124545754,4967.141264605175,1166.1441656321092,1990.1218996140415,2150.776228360974,3542.319185206276,2020.3326413523894,4174.394043308617,433.98410874662477,1526.6791718523061,3289.8432689881374,8472.199943376367,1840.3081828202603,4942.23518636089,2057.1518003572414,5585.525666334071,1358.8444541443644,6341.983728597387,327.872436597608,1720.9484029192643,618.5661001586848,3309.0312705035026,1398.5770273548767,7594.716889491861,970.6106228432124,2211.1715697641444,928.1223829693657,3011.4877947269565,1160.5205973573923,5383.253596831656,1251.5594516122342,3605.200880553566,898.8500156232666,4592.769179067094,1055.3386514434003,6474.383087083141,20901.67031172539,6371.360447641254,150681.37172416347,54942.06642781517,4137.2579020314415,24064.413799439546 -8105,5082.232071470896,5065.262446729965,1170.616269866286,2029.4348772323824,2132.4969103920525,3612.294353497244,2025.2473531395954,4256.855253160413,428.76045198174984,1556.83727630061,3250.5919546440596,8639.560247695745,1818.3513572003963,5039.864372444247,2032.6698582419592,5695.862447990434,1346.493114760069,6467.263624480441,329.7315761944363,1754.9441124581651,619.7732004677192,3374.398056478233,1401.5110531005228,7744.743345234162,979.8441650223576,2254.851174741763,923.0280020324664,3070.9768904928833,1146.4792853166175,5489.594684886181,1237.3742016362366,3676.418217317868,903.946777257139,4683.49499439423,1061.3227527460963,6602.278407186109,20422.597001262806,6272.992563922022,150325.26459598297,55308.2894236735,4039.5525221728876,24306.747902566898 -8106,5105.380494283562,5002.165978460565,1172.9193138710787,2004.1548103685675,2122.467725780421,3567.297076761404,2026.414872225462,4203.828872941584,424.8975860599173,1537.444217236487,3208.9918342494157,8531.939814448062,1795.0806309958264,4977.084280434741,2006.7745734738119,5624.910782998523,1332.3550750587106,6386.702844389904,329.8382737331484,1733.0832954381567,618.8656076428683,3332.3641831818254,1399.5576981593804,7648.269380088945,983.5375818940155,2226.7631640817904,921.2600026100214,3032.7226444464354,1138.7301926860175,5421.212436090684,1222.0989862294514,3630.622168676047,904.2392845667915,4625.154089769542,1061.6661852035033,6520.035788090688,20081.029483890266,6194.484548731618,149822.3278554195,55422.82478508701,3962.418515336782,24408.35280577515 -8107,5006.346277158151,4867.785446884348,1143.4323327806812,1950.3142561090613,2068.5446518361873,3471.463535945348,1999.6287116518777,4090.8952435830483,415.52740567021027,1496.1415951182573,3176.533123130839,8302.7337839847,1776.9235253858412,4843.377555351162,1986.487803919906,5473.800543085859,1319.3553488230955,6215.12746545524,327.91961062532016,1686.5249334186467,614.1909672306684,3242.841989742067,1389.0822464019966,7442.802686388636,962.8315452526191,2166.9423546619996,892.6664518845658,2951.250161758173,1105.5919670875428,5275.574444051549,1209.875358092478,3533.0874329075955,898.979341454941,4500.901782292846,1055.4904927366347,6344.878490457546,19597.140286279173,6075.005091854629,147422.67543449212,54809.96722819787,3885.4836543123656,24163.181712412555 -8108,4779.47732801144,4600.973802717576,1086.2128195916232,1843.4141967304345,1948.1686556478408,3281.1866834017737,1906.2924663912802,3866.6662799270935,390.850598401423,1414.1355159153827,2999.4776349931412,7847.646747763362,1677.880307520554,4577.903749456368,1875.8115320975585,5173.772175221682,1248.747230928355,5874.465701320677,314.02624221852994,1594.0836178915422,586.4813364997892,3065.096275084508,1326.5641900945616,7034.8499440928035,916.8223130726168,2048.168538771646,840.6653872757449,2789.4870938090407,1037.5066067441278,4986.411187638404,1143.0058453064344,3339.4328691957962,860.8911918712371,4254.199659146613,1010.7712451213711,5997.104850770756,18268.470003923747,5703.362417171194,139903.5648829964,52426.01375860265,3624.9691656581717,23165.602565075387 -8109,4363.050195745178,4362.168933802692,990.0931736298826,1747.7352590790108,1760.1994472664164,3110.882876118148,1716.9719835203691,3665.9742582576378,350.2709624050088,1340.7374786767027,2655.5140354244754,7440.329442069721,1485.4702213485095,4340.296288151509,1660.7447641814904,4905.2372869400915,1107.8250073552967,5569.562636904125,282.1333770952982,1511.3457137580504,524.8250380384834,2906.0082329507486,1187.291763765244,6669.719323757019,837.4813325422648,1941.8622131133566,764.9429779141367,2644.7040264976445,936.6073694245393,4727.600918100167,1012.4189219865729,3166.1059034766417,773.4580955982805,4033.3934482222658,908.1161588350993,5685.83643256954,16225.766132243758,5080.886727714725,125807.07768236448,47307.790948164235,3201.446422396648,20956.37983147824 -8110,3941.2940803392594,4152.1506089945915,901.0709754342133,1663.5898633160261,1595.4157349129787,2961.108206628906,1528.8838990879715,3489.4744976585653,318.5015677348612,1276.1871498031137,2391.3959031638688,7082.111878936127,1337.7249580369548,4131.331030399841,1495.3779626344667,4669.072724443122,995.1865519290944,5301.413871309047,248.57529693323568,1438.5813848597038,465.33922150519265,2766.097333069385,1052.4539225347457,6348.603085350691,756.3720923455394,1848.370499428005,700.9282542382575,2517.3737195592394,856.5316991515109,4499.988727869127,911.1919490670812,3013.6724997951515,681.4598746103536,3839.2041474082866,800.1011654713083,5412.089619728859,14874.084985432492,4617.220817479089,113020.97751020448,42061.12140592247,2928.9016558434355,18577.695338295183 -8111,3252.6403176001722,3836.9281842960786,768.5298965448555,1537.2936665252923,1468.0410282978062,2736.3071826327537,1333.758117942669,3224.561030961868,299.1879931751853,1179.3017413454875,2259.7936464803124,6544.453039290867,1264.107861400357,3817.689183735184,1412.9153053541174,4314.606674463052,926.2813932446384,4898.941829176399,213.38382173505687,1329.3673521896737,408.3279295702505,2556.101118964484,922.7163850683146,5866.630669976941,631.308998064251,1708.0461505691899,629.7707055042886,2326.260072083931,801.7832009926639,4158.359174537881,858.2720981767599,2784.8809066928275,584.9837622541629,3547.7399510862583,686.8286855905739,5001.215310660942,14844.374638253248,4428.041795581962,100926.84975131862,35800.61137049059,2939.802063785872,15511.751704179802 -8112,2651.911417226085,3584.6722632395745,674.6620773241459,1436.2254653087998,1258.0865726768097,2556.410751035824,1124.777879635489,3012.5647219880984,267.8133387100988,1101.7694465831812,2038.836321283036,6114.192958845754,1140.5063581166787,3566.698116117053,1275.0160370556848,4030.9461448972916,832.9521487926008,4576.864629926488,190.99072570575123,1241.9691081408153,379.4148030584186,2388.0521977683634,856.1568991359658,5480.933504934779,520.2081813381394,1595.7519573439151,558.3160301219654,2173.32187545512,714.3473970339113,3884.971017847828,776.5845272350069,2601.7910326040446,523.5939274615009,3314.4964901601306,614.7509592331934,4672.414219268058,13588.677347040315,3980.019824933221,88656.85603466268,30965.21274220982,2743.153017408341,13269.870204306986 -8113,2788.895247759807,3444.3784640285025,694.8557492927802,1380.0157166190365,1311.3859278175514,2456.36016055793,1178.5111038581329,2894.6615723609684,278.4601245393913,1058.6493479619073,2119.6326853040314,5874.900968863146,1185.7031038861799,3427.1077735129506,1325.6317263887124,3873.18646491701,867.1041549080201,4397.739264968612,200.41106958427233,1193.3619965589057,397.26572316029336,2294.5906785731613,896.5108199515041,5266.42547514473,547.3740478274033,1533.2987989366354,578.5554619235115,2088.2642856880207,742.7996734277741,3732.9243859958515,807.5413317854623,2499.9643879591463,549.4194476859327,3184.7765964212003,645.072669432617,4489.549317215186,14065.439486715926,4133.5928320727335,92557.50598521029,32475.189417467456,2839.8667455861996,13951.722715557655 -8114,2864.1508175184013,3374.783903058864,718.6201681144527,1352.1321408353888,1361.54676699822,2406.7287658832,1217.510243717804,2836.1741838849275,289.10857564684,1037.2590630783955,2200.989805680894,5756.197069759696,1231.2135316234514,3357.8621713283655,1376.5646833067003,3794.927726977922,899.4528319399328,4308.881801539211,207.12250080448882,1169.2498076413058,410.53826186331787,2248.2278782746275,926.4656457145857,5160.015981342081,563.3149474968152,1502.3180986849961,599.1308155431987,2046.0703637166657,771.1415634346529,3657.499679771092,838.3233606458836,2449.451958550835,567.8185852277986,3120.4273585749384,666.6750732415443,4398.836807847765,14685.809438734024,4302.009683553514,95766.66787052897,33467.20071921753,2962.9569450852905,14362.21076607339 -8115,3106.2561590899845,3390.5092826030486,761.3727998792783,1358.4326305020768,1482.0641702863059,2417.943327879041,1323.2892780383427,2849.3898198415245,314.37429916253905,1042.0923480889612,2393.438657944552,5783.01904895992,1338.8676563453587,3373.5087011856813,1496.9893105356682,3812.6108381233166,977.6692382789688,4328.959769102947,225.38128756909168,1174.6981259737652,446.15449650098094,2258.7038784284864,1006.8898281773558,5184.059953368591,611.6268629791234,1509.3184053643383,645.831032549712,2055.60437655061,838.5119996855907,3674.5424215582043,911.5530753491797,2460.865596528824,617.8743658811969,3134.9675205418043,725.4455011589032,4419.333936062,15895.330287277382,4672.812931717108,103935.12138134576,36324.42713394681,3226.721658297632,15594.144539618206 -8116,3811.7671726148287,3481.612532427485,939.548480760497,1394.9338216184988,1804.475260161109,2482.913654369925,1616.2684236449988,2925.953147344031,383.31204449046464,1070.093451054588,2918.0150440202774,5938.409223486262,1632.310880498211,3464.155144056668,1824.9551783689856,3915.0559897856742,1192.7604353060435,4445.279256959277,274.8598415614378,1206.2623565712174,544.9664705719869,2319.3954284477536,1229.8170314301653,5323.35605011132,748.7552317493662,1549.873909062284,791.715080288996,2110.8386270562796,1022.4421770626589,3773.2776640597945,1111.5320356491582,2526.989247738179,753.5179701150561,3219.204343216462,884.7044830590396,4538.081784858792,19391.484233321666,5693.951310830133,127033.8869752551,44463.69629855222,3921.3020697567954,19088.99391695164 -8117,5188.609098644635,3692.345640625211,1230.4851604571854,1479.3656006352298,2283.127823884649,2633.198071977745,2120.286874516182,3103.0536131304466,477.32406097447074,1134.8634726760167,3629.9673260202662,6297.845956252954,2030.5704640756137,3673.8316011543275,2270.5960187705527,4152.024322651947,1497.5129743307314,4714.340649030026,365.35171228095675,1279.2743340197624,711.0718325584673,2459.7825057643686,1605.792015237227,5645.565186261509,1011.3060974063334,1643.683815572338,1005.321889829659,2238.602294219221,1273.9895977935062,4001.6645172303774,1385.370328550726,2679.941448363104,1001.5980473978061,3414.0545543904864,1175.9749838755888,4812.7602767563385,23336.970324699447,7019.415642585075,163650.41630122912,59220.36272334229,4703.804052286738,25807.99492230311 -8118,5279.227684565069,4225.449083055491,1245.9516367872548,1692.9574392849943,2370.0126050765234,3013.381048708606,2181.2362245307067,3551.0746610531032,496.27585152847945,1298.7158534811692,3775.1450997518123,7207.133354007401,2111.7815805687005,4204.2619736350825,2361.5422613556934,4751.496494245614,1553.609082952027,5395.000444563511,375.32597816504017,1463.9768558462838,732.2153733846017,2814.9276219270923,1653.39047079586,6460.675830873572,1033.2647367193633,1881.0000328591302,1033.1999286170594,2561.8132569606496,1324.3518454012335,4579.427635101812,1440.0304510431479,3066.873266423357,1028.9421240721808,3906.978135423968,1208.0796292568205,5507.629966879951,24470.823910905983,7322.723860749168,168755.03478012703,60609.51993837468,4941.192294177845,26351.267203406805 -8119,5139.4797912815975,4704.098512691786,1222.2294681724393,1884.7318748028206,2306.2870405779245,3354.730119988434,2122.144326375162,3953.3324631705223,483.10193825489836,1445.831483159723,3674.9169317191618,8023.541314771142,2055.714861671085,4680.51137486247,2298.785103250826,5289.73539907817,1512.0091111902805,6006.134038867898,365.165950388474,1629.812882568643,712.3866874828512,3133.796332499402,1608.6166573046785,7192.526751504347,1005.1232077520892,2094.075513163539,1007.1078198891499,2852.0097378971136,1289.1993208446047,5098.174964087998,1401.8089335857076,3414.2818165883573,1001.0887881209576,4349.551887790634,1175.37706321127,6131.521981782319,23972.488035318132,7142.12430824041,164402.21500503612,58987.666195475205,4809.309937571675,25646.58321313997 -8120,5004.446135708841,4860.507579026065,1194.8740223984369,1947.3983245025909,2214.5461572550425,3466.273320976932,2050.744893174254,4084.7789109447785,463.429300772633,1493.9047009606645,3524.587754238478,8290.320295345628,1971.6220971183732,4836.136179941287,2204.6639874186594,5465.616616848792,1452.9704317279825,6205.835174965133,353.1435642913281,1684.0033954956932,687.9851035955506,3237.9935888122895,1553.5978305557062,7431.67488812434,976.0067089243391,2163.7025405235518,974.2841694621895,2946.8377222765275,1236.8438691996698,5267.686887358821,1344.9483390555517,3527.805083521199,968.1298665251455,4494.172445354711,1136.6800356033498,6335.3922080948005,22792.915395770164,6828.372505543248,158551.40806920142,57211.025759663,4580.713852787647,24910.04261910151 -8121,4845.324603885879,4874.153574957197,1152.0977305177714,1952.8656937393196,2122.5202425345974,3476.0049695476187,1976.150608583644,4096.2470293443575,443.5768678778425,1498.0988755688422,3373.110914909476,8313.595575792928,1886.8873410426982,4849.71375256326,2109.9465918934,5480.961471455435,1392.3437764822804,6223.258211586302,340.44723717347307,1688.7312769174007,662.6346978847056,3247.0843363565646,1496.4049983759326,7452.539500232435,944.2872891260059,2169.7771892272326,936.3787205621894,2955.1110424831277,1183.9625199486873,5282.476049326505,1287.4939325934542,3537.709484045804,933.3233608405945,4506.789946285633,1095.8137618845687,6353.178979309157,21680.18443693449,6521.956144237597,152411.10826350626,55238.92539107471,4360.909925110695,24087.185241252457 -8122,4653.912276054806,4921.524663682411,1114.0858144577055,1971.845270936447,2015.4133253465445,3509.7876842876185,1887.4205039679234,4136.057773606591,420.29555501254436,1512.6586496223997,3195.5293684007856,8394.394029840389,1787.5498509444733,4896.847314715451,1998.9025685515778,5534.230025301951,1321.0539822458882,6283.741024113104,325.63704696521984,1705.1437756049502,632.4199998269577,3278.642209499114,1428.2920118806937,7524.969493351143,905.8985336694914,2190.8648932078636,894.4869299498436,2983.831275695631,1121.9354118163396,5333.815556334891,1220.0970463813846,3572.091894709637,892.7217785965533,4550.590688943455,1048.143496203833,6414.9244701903435,20484.69555054495,6174.467124538252,145271.52061056727,52895.034305437366,4105.937369005434,23109.23117729017 -8123,4462.000069164606,4958.823704940366,1076.070518381091,1986.7894077925916,1916.5242017585774,3536.387513525283,1801.9433716822903,4167.403951891839,399.5413695915347,1524.1227224935194,3037.379625903748,8458.013105360833,1699.082333974362,4933.959332333344,1899.9325158544957,5576.172611827627,1257.0262087089448,6331.363972635997,310.87945105883523,1718.066646540935,603.6057622596801,3303.490243268933,1363.2296310616123,7581.999411268358,867.3467060549526,2207.468926637866,855.2947306830273,3006.445008931639,1066.6085518467578,5374.239250229214,1159.9648730763,3599.163912440478,852.2643816629544,4585.078511610987,1000.6425183113099,6463.541626220455,19421.91309409463,5862.659482612915,138583.3075461426,50603.13619893521,3886.133441328483,22124.21610378379 -8124,4383.776700382327,4916.19622741609,1048.7404227312027,1969.7103935211683,1867.425709268642,3505.9877073979255,1763.2361254762613,4131.579746623791,388.71256797884223,1511.020924373009,2954.6879248932783,8385.305587408622,1652.8253540582032,4891.5455961210255,1848.230025254662,5528.238225201752,1224.175709372926,6276.937743453325,304.51156463670696,1703.2976505615725,590.3332235566553,3275.0924891894088,1333.3325008581303,7516.822359466553,851.4058063855408,2188.492887630461,833.8699414596816,2980.600741284349,1037.7775596961592,5328.040740969651,1128.647290847281,3568.2244622981207,834.8070593292632,4545.6638554686415,980.1458985313399,6407.979159838673,18781.495281021664,5692.695167188735,135311.64216575556,49598.10995678556,3763.0432418293917,21715.816575761593 -8125,4345.457899815594,4837.179429509845,1033.304366550071,1938.051728793602,1839.7673929922812,3449.6368399137677,1743.1578442109644,4065.1738940559217,382.7565605640457,1486.7346612764597,2909.151413701933,8250.530658513928,1627.352646907539,4812.92500167396,1819.7619286662582,5439.384228654114,1206.2882676464665,6176.050085963458,300.97092805208746,1675.920971518933,583.491165409877,3222.4527430581697,1317.8770627478211,7396.006345255646,843.7608082493496,2153.3177863485416,820.8351637169866,2932.694287693286,1021.9315526520282,5242.404468739989,1111.440098190324,3510.873278948444,825.1005366266323,4472.602532119864,968.7494826653442,6304.985306290535,18461.009624702943,5601.479399713241,133592.0981323865,49078.803390382214,3692.705984972767,21508.16486902838 -8126,4365.535153688146,4757.837735792998,1030.9289386728685,1906.262892155609,1848.3613935654525,3393.0542728257974,1749.7566907293988,3998.494998491241,384.5611758019215,1462.3485396011738,2922.871057608582,8115.201571377789,1635.0272900082578,4733.981140498301,1828.2762603519127,5350.16488838212,1212.0014387309834,6074.747605573542,302.3714043953747,1648.4317269387766,585.6346589286255,3169.5965564555063,1322.7678875250117,7274.693568104314,846.526108760423,2117.998054515311,822.5558960785204,2884.590855656057,1026.7489831645707,5156.416083202522,1116.6791147496085,3453.2862829652872,828.9398901145521,4399.240800269324,973.2572626752786,6201.567969730908,18528.86212989851,5625.445246470974,134155.98950908243,49285.01121605378,3710.2902991869237,21599.763875397184 -8127,4405.689661433254,4730.740687720247,1028.5450607542941,1895.4062593538113,1865.7213286324227,3373.7299999418065,1767.5201266528504,3975.7225927873474,388.1704062776732,1454.0201074693693,2950.3103454218785,8068.983516179016,1650.3765762096946,4707.019961563056,1845.507418104521,5319.694392491308,1223.538289919536,6040.150434119015,305.1723570819492,1639.0435056017027,591.6535618943392,3151.5449298488697,1336.3112247202475,7233.262411289842,855.4729136906728,2105.9355382446447,827.3396076238163,2868.1624061320417,1036.3838441896555,5127.049034083022,1127.157147868178,3433.6189740710533,836.6185970903915,4374.186049336621,982.2728226951472,6166.248525324882,18638.369937988322,5672.338344602755,135342.166836351,49747.34430815582,3745.458927615235,21803.835111923952 -8128,4508.865192837022,4829.121799099817,1048.7201426319111,1934.8233795513004,1874.72098210736,3443.8905369060126,1791.474273560321,4058.4022476309474,388.7092374225297,1484.2581026552805,2953.5664121815425,8236.78716859347,1652.1979901226625,4804.907773572375,1847.5279919576415,5430.323463302874,1227.8200855036187,6165.762204417671,310.27293475140436,1673.129271938278,598.9126810449502,3217.0848765988567,1352.9344906423592,7383.686296659405,872.7170053892107,2149.73085327513,834.710076142591,2927.8090922978718,1037.9983324701273,5233.671826446159,1128.9968422273482,3505.024970091917,850.6016399025696,4465.152203121332,998.6902953412892,6294.482648268628,18494.407895548364,5663.428594322156,136714.53212395016,50642.2374484908,3710.2902991869237,22264.375838444663 -8129,4585.731729535675,4913.661970758744,1064.1477487716713,1968.6950248404012,1873.9805659420867,3504.1804010421506,1807.0157660001867,4129.449952979703,387.2631028242666,1510.2420061484625,2941.76825440095,8380.983034864796,1645.5982087560244,4889.02404665102,1840.197202316162,5525.388466185324,1225.9246056627583,6273.702036307345,313.6294912794841,1702.4196153468051,603.451001367407,3273.404207322655,1363.355340347395,7512.947502519158,886.0570619406411,2187.364738465238,837.8942668355651,2979.0642673679163,1034.3062880943367,5325.294182025744,1125.0619666586365,3566.385073433198,859.8035140186531,4543.32060504598,1009.4942039485398,6404.675901975329,18275.552976121573,5628.022114288343,137386.68794004663,51266.20412346141,3657.5373565444543,22603.923400669544 -8130,4625.207821238969,4803.779238829515,1060.5719318938102,1924.6696952690345,1866.4210466814532,3425.8174778433627,1813.1963250405574,4037.1043164872585,384.7348651945405,1476.4689223471264,2921.9626128187174,8193.561653906174,1634.5191143160637,4779.6922851438785,1827.9117199481145,5401.825880226456,1220.0884672628715,6133.405141005658,314.92477901903425,1664.3489219744386,605.1027951428368,3200.202062130379,1367.1605372934077,7344.937736822921,893.7034453118999,2138.4493644288127,833.9492078803103,2912.444356955034,1027.679630856227,5206.206243838278,1117.9137708783405,3486.631086017586,863.354496885689,4441.71970472281,1013.6634083820489,6261.450077850989,18001.278414382927,5576.770382981973,137320.64032372495,51539.51648500814,3604.784413901987,22774.813301952323 -8131,4582.5391902736765,4649.9694083147015,1032.0532773011835,1863.0446486321164,1834.554661110021,3316.1279231314015,1789.2086861669247,3907.8422709564516,377.3349435523557,1429.1945944864785,2865.375618987937,7931.216057523803,1602.8648684224547,4626.653682880784,1792.5358571648446,5228.867490217133,1197.6774440069853,5937.022676634413,311.3578452834805,1611.0589573696589,596.6945487867149,3097.73637577853,1348.2989525245928,7109.763809738408,884.4318813006696,2069.979412344285,816.0421684329326,2819.192242181286,1007.9943975869934,5039.511302172923,1096.5386683992936,3374.9943704763627,853.575881527837,4299.502479281746,1002.1823486219472,6060.96780600415,17502.58498820255,5455.415427587236,135147.95349750822,50935.681573347014,3516.862842831207,22547.07886611035 -8132,4426.431660730026,4401.612350442118,982.1574618220068,1763.5385557980069,1748.8174032939523,3139.0119676919167,1717.585632196408,3699.1225732936205,358.7460743797095,1352.8606375405755,2723.6146816647624,7507.606069493299,1523.5650989108365,4379.541928893551,1703.889196025506,4949.59121292511,1140.6629401291675,5619.923497045157,299.37490491273616,1525.0115390799513,572.3330259758078,2932.284815822554,1293.3737622422411,6730.027973455656,853.2002927413414,1959.4208362410996,776.3584270258978,2668.6178556932,958.4631724173936,4770.348628137845,1042.7166183906882,3194.734330337339,820.7250989148566,4069.86402528226,963.6122868551865,5737.248658633414,16469.307222665087,5170.0452055502865,129278.11079462706,49018.481450960084,3314.6432293684115,21748.17981049183 -8133,4001.252382832245,4182.691640903825,897.8356872102715,1675.8263537239968,1559.8227144864982,2982.88855824463,1542.415639332587,3515.1412332891528,318.8636335484787,1285.574109991855,2420.2610162995993,7134.204162007652,1353.8718378602166,4161.718924459783,1514.1461524743115,4703.415963042137,1015.4926510037103,5340.408278173038,269.5819111792142,1449.162831468084,513.424273579962,2786.4432874599397,1160.4216087681825,6395.3000642581355,769.9144404755538,1861.966138825292,697.6307371632188,2535.890194113408,852.0273944600682,4533.088273687943,926.9809592811729,3035.8394866527187,739.0487214775363,3867.4433100528345,867.7161567764493,5451.89809907778,14587.39051533718,4591.510055069569,115829.92509316519,44159.89610612723,2918.996159549901,19638.896894256555 -8134,3493.8107764633696,4025.177897297749,815.8994805253849,1612.7173069017579,1376.5022674611798,2870.557556127698,1352.5595311025322,3382.766412839847,282.95445475979966,1237.161363336663,2148.137312726683,6865.540989657454,1201.6483313043489,4004.994981146031,1343.740371082238,4526.292541169408,899.9649062033589,5139.296703976727,235.4543208252164,1394.5895847943239,450.8003560427242,2681.510112548916,1018.6722287061607,6154.462885453387,671.9867248642773,1791.8473535612777,625.1838188035847,2440.3924639096035,755.9839090412994,4362.379131014662,822.4448886473544,2921.5144338916,645.4892096100507,3721.801334442349,757.8680537918034,5246.587989447267,13109.546796789014,4086.3102248073624,102171.48841155593,38688.515897794015,2611.2706608021713,17142.48140973436 -8135,2860.598066271118,3749.2689246112727,688.8943644880706,1502.172335540446,1257.6270161240855,2673.7929393686964,1168.6402700740252,3150.8920386832315,264.01709661647834,1152.359168374106,2007.8194274126606,6394.937103388236,1123.1557918652727,3730.469462260436,1255.8137734084878,4216.034272596755,828.5363994914046,4787.019584777312,200.39960284474807,1298.9963490473576,392.2867309975108,2497.7039009281925,885.6946202692415,5732.600404964644,557.2999783233324,1669.023772803773,558.4960953155716,2273.1138504298997,704.664979413043,4063.3564355667877,766.2700435079748,2721.2569380216937,549.3880120486236,3466.687545951528,645.035760891138,4886.956505022837,12983.30363158078,3885.2367139480157,90435.12178675829,32651.501713811424,2602.4785036950934,14201.793499507077 -8136,2351.7243364182505,3504.5507943646835,560.711624082044,1404.1242059841688,1111.4166290683138,2499.2720869183267,1037.1333824380044,2945.230502042359,238.08601249092263,1077.1436565696908,1880.323114269677,5977.53384892631,1051.8355224262327,3486.9783897065977,1183.2574078981766,3940.849951335407,806.4666575622549,4474.56654238533,183.65062146403082,1214.2096975352968,375.81344070389747,2334.676537238048,847.1020993797728,5358.4284581765805,453.8452735493463,1560.0851009639034,473.5657023527136,2124.745679861152,620.8503292690895,3798.1375330468923,725.6237690507187,2543.6380680009806,503.4713063567449,3240.413754593029,591.1250155817661,4567.980490617684,12293.25421276525,3587.0665312591736,81471.56346039569,29095.658895709596,2505.352448096154,12547.36977893117 -8137,2487.7780816208724,3335.8603323227007,591.6001926543847,1336.5371242238828,1170.189240126909,2378.97040266572,1095.4981494851704,2803.4627482381993,250.1678258424537,1025.29568181512,1975.5591942816798,5689.807117024349,1105.1097130230753,3319.1337698951597,1243.2681659458551,3751.1583651275923,848.030101706226,4259.1846741338195,194.15536349483622,1155.764091547093,396.71462916811305,2222.2976085552186,894.2632594937008,5100.5021716230485,480.6607746183901,1484.9908900511687,498.06526024533946,2022.4717076779464,652.3938740726148,3615.315364688272,762.467430428927,2421.200841053483,532.2696635364186,3084.43744677393,624.9371298405708,4348.102171033861,12886.14615574446,3767.653384887047,85850.03504547395,30744.36240311787,2625.8020850238536,13277.115389039991 -8138,2574.8425147698713,3234.425124685671,615.2192441222276,1295.89635776354,1233.159866319243,2306.631835484544,1144.6480809306668,2718.216425658435,263.95232908753616,994.1189927413742,2085.0663865663823,5516.794248128799,1166.367033072001,3218.207175378545,1312.2475042092615,3637.0949782527696,893.38043949397,4129.673472001325,202.8465715610297,1120.620182951893,415.001236944403,2154.7230709851406,935.4410330066383,4945.408598963947,498.8494848616456,1439.836014167454,522.3477296988513,1960.973378260333,688.204873013389,3505.3826252575545,804.4033066598889,2347.5781513792404,556.0962852163334,2990.6473831356548,652.911935820518,4215.887209192595,13707.332565046541,3988.3475861769502,89973.27373019609,31999.772017764386,2794.431576722633,13789.165048952902 -8139,2795.3388396997766,3208.302795560474,666.9412860246297,1285.4302533200394,1345.0655797982772,2288.0026838874605,1245.9970939048253,2696.2631754308645,287.64017393942856,986.0901460323248,2272.354477437255,5472.238721409157,1271.1342751541629,3192.215827986795,1430.1857913413462,3607.72054897432,973.0853769466837,4096.320809485849,221.0620196888092,1111.5696691465214,451.75679390537607,2137.3207867880687,1018.3325229779321,4905.467779158056,542.2423390374865,1428.2074035802639,567.655180589549,1945.1358831822413,749.931126071469,3477.0719502173883,876.5729511343802,2328.6183032598906,606.0332546186551,2966.493886848654,711.5428676002474,4181.838254900002,14966.158279094227,4351.267400673924,97938.11732906332,34790.82059550589,3051.3908021683924,14993.1929473219 -8140,3438.31624193434,3213.696210988917,821.3826001926052,1287.5911651174035,1643.9044117934895,2291.8490006979164,1526.6098285182193,2700.7958110130276,352.1682932609417,987.7478429974633,2781.85320577237,5481.437995489213,1556.1431957098275,3197.5821999269397,1750.704806660442,3613.7854178193907,1191.8467307571764,4103.207054725639,270.34685727721705,1113.4383072974028,553.5338060721317,2140.913795192059,1247.6671980885317,4913.714265630733,665.4832441498284,1430.608335267929,697.3587771372419,1948.4058132827572,918.2250131870492,3482.917188244191,1073.2522051538167,2332.5328981981033,741.1457925801758,2971.4808020238206,870.1783252706067,4188.868261853971,18276.992411938572,5318.29315600731,120049.24288224192,42702.22559940085,3725.908768963512,18396.33106533062 -8141,4698.838592306152,3214.2810423574497,1089.2109540822507,1287.825482132382,2087.487919366254,2292.2660734700617,2010.553645631415,2701.2873042988213,439.59567782867873,987.9275942511165,3467.61018077519,5482.435512576692,1939.7493645568668,3198.1640988530376,2182.5071848029725,3614.443057786809,1499.2979635794582,4103.953760089072,360.2985526833755,1113.6409318164247,723.5618702997718,2141.3034006377984,1632.071496651295,4914.608467835883,903.0509163746901,1430.8686786780152,891.706500626602,1948.7603859503115,1147.1948461055497,3483.551012691792,1340.2639044928292,2332.957374663034,987.7449994552398,2972.021554811242,1159.710138039266,4189.630555922031,21988.209566869977,6565.267152539189,155137.62616224692,57077.14691423724,4472.69651791525,24942.34889926281 -8142,4674.842331856799,3281.0814237181107,1079.883727766658,1314.5895491815177,2077.527415262524,2339.9047976108727,2002.8771400487449,2757.4264594361484,436.54775179310724,1008.4590721097834,3443.5374105348847,5596.3735217922,1926.283277441412,3264.6295319132,2167.567424011141,3689.5597546421245,1489.0808896547478,4189.243650004672,359.31805071415613,1136.7850309054136,720.5331605814563,2185.80476249338,1625.3285308279608,5016.745684701334,900.3877662353291,1460.605522517474,883.9115186994875,1989.2602474268156,1139.2471210348408,3555.9474624952163,1330.9747753307809,2381.44176052475,985.056989997973,3033.7872096053497,1156.5541495802438,4276.701012801124,21830.713641068858,6524.076304790829,154247.5203553177,56808.58907296344,4440.576614734531,24850.344336201797 -8143,4547.206948479544,3507.9947845043134,1049.1164706820982,1405.5040661157443,2018.2278004928728,2501.7281701451525,1946.093788640553,2948.124837266229,424.18215679265086,1078.202186563936,3345.9228118107644,5983.4080875500185,1871.6785652692222,3490.4051111028357,2106.061902594174,3944.7227011314676,1446.6491676865278,4478.963785842571,349.17318341286386,1215.4029249904327,700.0677355652282,2336.9708692210233,1579.174278468984,5363.694289907012,875.0100636372498,1561.6182268964317,859.1561301826916,2126.8337087127893,1106.9923338751073,3801.870036577389,1293.2824114771138,2546.137750539202,957.2452159223933,3243.598172132956,1123.9003812796238,4572.46953377637,21199.71691785715,6336.918989858476,149911.0425991786,55225.810419780275,4312.097002011651,24158.537660039794 -8144,4405.779631646908,3760.5106222093004,1013.9911721997869,1506.6764048605787,1916.3423345078122,2681.8099614251337,1865.7523899077742,3160.339580637449,401.83954808277866,1155.8143681892325,3168.4363789074982,6414.111494588288,1772.394280850432,3741.654792103842,1994.2352145783495,4228.675505676712,1373.7612378107374,4801.372843412522,335.13462886878574,1302.891221469305,670.1484098880628,2505.1929427942837,1511.8324249724212,5749.788865301515,845.0107364323635,1674.0281245627561,821.5103352213957,2279.929488098534,1048.9463517504873,4075.5398839136883,1225.3096813119173,2729.4162747347696,918.7590439763223,3477.081959860495,1078.7138161187809,4901.609411578446,19870.29483283716,5979.432279679176,143233.17398050378,53190.44722617268,4039.0778249755313,23326.507283095307 -8145,4279.665875267776,3960.5218850154115,982.740197857831,1586.8123971900704,1846.721868421455,2824.448089827898,1805.8955886842193,3328.4293891560783,386.83780883050576,1217.2889695334404,3049.664562282534,6755.26052159412,1705.9544148289187,3940.663164938475,1919.4897814146218,4453.587176685575,1323.641656455302,5056.744717631485,324.3691343277873,1372.188437907421,648.2829794790734,2638.437295596262,1462.5331588805875,6055.604390731898,820.5112681716931,1763.065096613651,793.1416189537699,2401.1926945711625,1009.8881446714281,4292.30669052341,1179.6228746426384,2874.5864525848533,889.2458435475702,3662.018428212621,1044.0624053173235,5162.312594386145,19045.71736441062,5747.474173423023,138374.97455899636,51555.72006227688,3870.448333276752,22633.87317786376 -8146,4156.724469571928,4077.09765343439,954.0321786780938,1633.519341352929,1791.2543512684736,2907.584155222957,1752.884256526082,3426.3998650009985,375.1037771953148,1253.1191962387159,2957.0755177963197,6954.097874104334,1654.1609516528154,4056.654402929394,1861.2167481142778,4584.676048914092,1283.689528020948,5205.587198059846,314.9015355343843,1412.578044683719,629.1712023312077,2716.0982362725763,1419.4327450561075,6233.847752487281,796.8511461113568,1814.959941378438,769.4591457140641,2471.8704717981354,979.2723736216984,4418.648360956004,1143.850907675378,2959.198312921931,863.2907757423151,3769.807912686505,1013.588593469274,5314.26240680517,18453.873131478063,5571.8320643794805,134266.58515397555,50055.44397273372,3749.998696349051,21980.44439287204 -8147,3949.3412522483486,4137.919787998076,902.9166942145973,1657.8881795897216,1671.1831004565872,2950.959489781167,1650.5199302650806,3477.514891270368,349.127569807946,1271.813225878591,2751.2772445503915,7057.839092152305,1539.0392831420695,4117.1715651233135,1731.6358554426108,4653.070236956918,1197.2840907110294,5283.244137372224,296.75688899183365,1433.6508811028048,591.6121104162562,2756.6169842784284,1334.8078833771592,6326.844280674905,755.388319275827,1842.0355101201458,721.7058661622833,2508.7458305065693,911.6704743980885,4484.565748285024,1064.7585147962227,3003.3436273805037,813.5479062364333,3826.045899518025,955.1855541292106,5393.540562662234,17002.369186384163,5167.1781638125485,125976.2188714876,47312.110064887944,3452.8895919273928,20825.04173509333 -8148,3843.657202678219,4080.4116789466307,873.3625520078485,1634.8471301949305,1595.5391936603007,2909.9475541131646,1591.7059522832017,3429.184977728967,332.01135887836676,1254.1377808641578,2615.3187633132657,6959.750438680506,1462.9853544023415,4059.951811362652,1646.0815744779295,4588.402654132552,1141.172960529201,5209.818504309288,286.7536248609991,1413.7262437400182,569.5396154920717,2718.305987867924,1285.1868876028734,6238.914869404081,733.8706713583704,1816.4352122845337,691.4750707784478,2473.8797054498223,867.2005080303973,4422.240012332196,1012.6848069277539,2961.603665831872,786.1243319537334,3772.872160997645,922.9875707079225,5318.582048543469,15985.646449450373,4896.118218926979,120927.9780372041,45799.41909917036,3244.1102212527135,20221.495300345796 -8149,3814.1287719956954,3962.536295769493,865.4895348519011,1587.6194857633473,1574.222618482779,2825.8846678273835,1575.7350290786997,3330.12230341091,327.4165244633392,1217.9081101573895,2578.8163658850317,6758.696399449714,1442.5662477193662,3942.6674750996426,1623.1118648134866,4455.852371567315,1126.1206524826173,5059.3166920418225,283.7413173681121,1372.8863638944997,563.6429030462363,2639.7792643106195,1271.8734505115751,6058.684407699689,728.1583656115861,1763.961831284958,683.7313287307707,2402.413995330758,855.2635083834724,4294.489854512459,998.7061815174333,2876.0485320864286,777.8662036854931,3663.881013376295,913.2917128911896,5164.938262999518,15711.911589975181,4822.452447926037,119555.42361774467,45381.5402915725,3187.900390686453,20049.300115897247 -8150,3835.2396089524045,3885.728852406842,871.6672485663692,1556.8460152807181,1584.5955661328906,2771.1094026000937,1583.7557884683545,3265.5731961931388,329.6589962754754,1194.300904769341,2596.540064124538,6627.689854106442,1452.480722128365,3866.2451571224456,1634.1960075603004,4369.48278322389,1133.729422786628,4961.249910750105,285.4274084793122,1346.2751523452803,566.5109057737561,2588.611355375652,1278.3858618508189,5941.246477858291,731.2075212190093,1729.770245811042,688.1175736517878,2355.8470333884766,861.1083304672795,4211.248021087716,1005.5390665876012,2820.3009203933057,782.4885593716602,3592.8625261203333,918.7188147786484,5064.824176087442,15830.025277113073,4856.005689931215,120288.76539759272,45632.284289337644,3211.990318071993,20155.846746562773 -8151,3899.6731143456705,3878.9058575928507,888.6248690623473,1554.1123319250553,1624.68662056924,2766.243580562297,1618.2425541161467,3259.8391396419374,338.5648834566051,1192.2038184339065,2667.1663402688896,6616.052219258271,1491.9884139189685,3859.4563739472305,1678.7108727899763,4361.810359464497,1163.39630358716,4952.538396463411,291.1204693696645,1343.9112127263418,579.3365645521983,2584.065983703043,1307.19904609869,5930.814176622973,745.1217241864452,1726.7329228621554,704.7508848702792,2351.710375195919,884.271087404921,4203.853443519464,1032.6476149327834,2815.3487224184473,798.0958727626225,3586.5537785689135,937.0433414297956,5055.930794588159,16339.394613891332,4995.657902053761,123062.56538058369,46522.42365202798,3316.3800034093338,20522.05701930597 -8152,4041.523367951945,4017.9000357426153,919.0297203772917,1609.8013778206907,1673.0378106177086,2865.367345654375,1670.5122312196163,3376.6500854987544,348.18444341448975,1234.924471116379,2742.568720142942,6853.127511769342,1534.167814376857,3997.7536120076998,1726.1048490192884,4518.1086220202,1197.1634695471278,5130.004421534401,301.00458416076367,1392.0680490552008,597.6448067460856,2676.6617158181966,1348.6241481442353,6143.335096826552,770.7118735870929,1788.6075422287386,726.2208645569483,2435.980028249443,909.4750991660181,4354.4915811531155,1062.0326807008537,2916.2320890800925,825.1928035891237,3715.072003332296,968.8578131877629,5237.101715300314,16739.032241015666,5130.847955079758,126931.30482408006,48112.70125655284,3396.679761361133,21245.313758100267 -8153,4127.908975251889,4177.493169264893,934.5361891010805,1673.743547598292,1685.2570482617805,2979.181265691556,1695.088802053682,3510.772428802254,349.70357041468,1283.9763301112675,2753.693895873442,7125.337393623423,1540.3911357505988,4156.546518828338,1733.1204151442541,4697.570307519539,1204.4085840356154,5333.770934721058,305.87290656939985,1447.3617348235432,605.6739789074596,2782.9801475378626,1366.8809488119311,6387.351645187176,786.2089865638524,1859.651988274322,733.4150267207432,2532.7384549020767,913.6192569763757,4527.454310477007,1066.765442215623,3032.0663838694827,838.5391272949868,3862.6366458068082,984.5277147471526,5445.122190146498,16668.865718494144,5139.374246068609,128367.00642771102,48953.497174126285,3380.6198097707734,21664.416107717694 -8154,4144.615834116035,4132.721316359145,932.8424143533289,1655.8053734640173,1660.7652334569952,2947.2521972280933,1688.606372683026,3473.1460867834703,343.23215524793113,1270.215445998004,2701.5968684096138,7048.972323768077,1511.2485359051705,4111.999159491869,1700.4185767955332,4647.224581434321,1185.0538449624398,5276.606793920247,305.01984745359226,1431.8497844582641,602.3918471495497,2753.153844356352,1359.6089582503441,6318.895861603946,789.1234716428565,1839.7213595691762,725.3046235673066,2505.5940912952387,896.9509163153041,4478.931785074089,1047.1587547470751,2999.5705245972676,836.2004976513115,3821.2392352719994,981.7819326795286,5386.764653730952,16166.444285359496,5025.976586100227,127209.45925590971,48917.38411318597,3276.2301244334335,21712.52780567631 -8155,4102.263527316481,4008.2828613196475,919.0343064584753,1605.9481857305161,1627.8245879038604,2858.50885308266,1663.245061174318,3368.5677956088393,335.47950400657686,1231.9685777560996,2639.966699791851,6836.723987033231,1476.7731842417625,3988.1846597080635,1661.6374728983658,4507.294157177036,1159.5191530209704,5117.725333733907,301.0411983085317,1388.7360196076513,592.7092475558197,2670.2549057026367,1337.9103588264177,6128.6305186540385,780.0822282218708,1784.3263628676718,711.4954762605256,2430.1493095620353,876.8188361183601,4344.06874716353,1023.5781449047213,2909.251847558639,825.2931799050921,3706.179672728723,968.9756648917065,5224.566281312705,15697.582391617543,4903.202034221486,124993.0230120001,48282.19914487649,3179.8704148912734,21469.705855906945 -8156,4035.337265188534,3796.4450695469764,906.0723215906337,1521.0738070659136,1612.9182353711076,2707.4366298513137,1641.6282589608322,3190.5389518501993,332.9351412014408,1166.8590253431123,2620.382450162105,6475.403051739868,1465.8179344316097,3777.4090581039272,1649.3038589269074,4269.083613120799,1149.6716406797839,4847.253495516302,296.90678567596774,1315.3413062285663,585.3908952996251,2529.1319055888284,1321.320699327094,5804.732330681636,767.8467176551029,1690.024695647708,704.0013159898277,2301.715892753218,870.07706436248,4114.484667759307,1015.7634287581016,2755.4978565305496,813.9588423867054,3510.308037680209,955.6680337366195,4948.447897881336,15653.128371210902,4873.23813807878,123585.70932349372,47587.4191791855,3171.840439096093,21136.87182969817 -8157,3653.2693076085297,3659.0104354101504,815.7084767539965,1466.0096040181509,1442.6002580464542,2609.4250543231956,1477.3114231722006,3075.0386494583227,296.7537012142624,1124.6177073997394,2334.9427269397697,6240.98779404445,1306.145568486474,3640.663544241509,1469.654964702074,4114.539050057019,1026.1111734292251,4671.778676700017,267.82672078786965,1267.7247997666018,526.1054455488824,2437.575117129921,1187.6700971513953,5594.59594005433,694.0969779334487,1628.8443225687795,630.0126530302201,2218.3917629916878,775.6629613494919,3965.5367218214096,905.4554365589654,2655.746422533831,734.2369327006161,3383.2318145218674,862.0666417399009,4769.309753134882,13837.55785399382,4333.362321217964,110877.14844797863,42932.87221056289,2802.4615525178137,19112.23585561796 -8158,3200.524274238704,3575.120067978727,722.6773078799031,1432.3983076007105,1282.6884076182512,2549.598598384871,1302.3220791584306,3004.5370406975458,265.65254952847243,1098.8335249386491,2091.0118890781064,6097.900265757931,1169.692892703809,3557.1938171631346,1315.9676376468565,4020.2047487989985,916.9889388918334,4564.668506706003,235.10542765350183,1238.659591800769,464.73389360700054,2381.6886757470884,1048.8770069540587,5466.32827935035,607.9666161066675,1591.4997040931107,562.2677123596754,2167.530552456945,694.2061039823927,3874.6186065198035,810.4673541845857,2594.857953609287,644.5327320357209,3305.66424125691,756.745054697534,4659.963481882746,12520.49217593234,3887.9203317669744,98314.27738445427,37762.075863761245,2537.4723512768746,16745.613380554827 -8159,2627.84697865585,3356.1343792783123,616.4354163874942,1344.660071144615,1181.985666726735,2393.4288490168215,1131.550755106794,2820.5010920937148,250.61582631435795,1031.5270256741812,1977.438811977386,5724.387526623994,1106.1611539408202,3339.306159383648,1244.4774307016382,3773.9564301711544,853.7745024368143,4285.0703232538735,201.51448837597354,1162.7883710813983,408.1155594469915,2235.803859290189,920.2617631291214,5131.501017564744,505.45046595577844,1494.0160805670407,507.250254998992,2034.7634951879195,653.9095938557273,3637.28782940834,764.0283739773494,2435.9159473979703,552.4444290123649,3103.183444327131,648.6242961313883,4374.528225724813,12626.81611899825,3747.0806198489013,87747.92170100893,32046.039670121172,2569.592254457594,13945.001809636839 -8160,2460.5895692000245,3119.4738794417513,593.5119145268654,1249.8402908306393,1279.6137878093998,2224.6542995742066,1166.179293340643,2621.6112018778167,268.28143711534557,958.7880724909456,2162.0338132128995,5320.727762082526,1209.4219063553014,3103.832314931394,1375.1321981931653,3507.832874261046,997.9153258777296,3982.9051624076783,222.1081029687,1080.7934191499924,490.46738241686893,2078.144362059357,1102.5868479449705,4769.649119372921,491.66506581733336,1388.6643418005833,513.8227717164284,1891.280520014586,690.5314156429231,3380.8015691822757,883.7339175206612,2264.145386233784,608.9010527850104,2884.3599819671635,714.9099457522067,4066.054869341568,14635.62438466825,4188.4442348825305,94002.71608121798,33404.94593973737,3095.1092375523253,14440.042214450727 -8161,2532.1614028945605,2970.732562241628,604.9955103528238,1190.245981555255,1283.4543655912628,2118.5793575737944,1185.5113619822266,2496.6087436351827,267.6361673891002,913.0715810793901,2155.7284077662357,5067.027270787805,1205.8947203191522,2955.8368116083075,1371.163373056589,3340.574002284578,997.9636913563769,3792.994112328391,226.28937102417635,1029.2595249747465,496.791058110195,1979.055239441015,1117.0239583239584,4542.224906183196,505.46440928920333,1322.4506880465005,516.8031361216312,1801.1013530737023,689.1021209264758,3219.599745404733,881.4975901057093,2156.1874484224045,620.3638426919356,2746.8292573714198,728.3683926920614,3872.179113221414,14430.06208428104,4163.265548745464,94860.77564288309,34113.96417975814,3049.5929252353785,14813.406167201249 -8162,2702.4560757037166,2904.711956039011,653.5150021251895,1163.7943371927574,1425.6476645065077,2071.49673046251,1291.7249469945586,2441.124912878915,298.76439767471607,892.7797715589273,2408.3165934809626,4954.419284355605,1347.1902371713898,2890.147243782943,1531.9705004862653,3266.334158719154,1110.482931228062,3708.699829564035,246.2151178977289,1006.3855919111201,543.8902252640702,1935.0733515130858,1222.6687988245772,4441.279958924612,542.0649786913878,1293.060968753823,569.1456958609655,1761.0742551539374,768.86059080852,3148.0483948647775,984.2092028932146,2108.2690311805964,674.9895321047328,2685.784606293874,792.5043446273725,3786.125048433068,16395.26217788247,4677.927630615944,104243.10850315388,36870.55936178343,3468.3429985512817,15923.550039498128 -8163,3084.6958799180666,2893.8601397168563,753.9500137393442,1159.4464766905405,1691.5099554141987,2063.757752425742,1504.738982583128,2432.0050278180493,356.20663203062634,889.4444039755942,2873.4012810376616,4935.909893796244,1607.3543502412044,2879.3498402853916,1827.9625193725312,3254.1313451962824,1319.7462821934434,3694.844366456665,286.3644343417355,1002.6258003180235,636.5433112134015,1927.8440424117623,1430.6522474123133,4424.6876237537135,621.6107144604364,1288.230176462322,669.2725196636034,1754.4949954421875,916.2574069388079,3136.287489318428,1173.644347794841,2100.3926742025856,785.0573807090643,2675.7506884151053,921.7348646188824,3771.9803297070393,19863.223862416387,5610.343540706835,122445.13488325207,42612.275171141286,4205.707258085805,18303.230738789487 -8164,3742.04726479093,2898.213863338772,912.7687234297109,1161.190828272925,2022.1507701113092,2066.8626125236206,1810.473023036357,2435.6639046217033,425.8577427067272,890.7825457395387,3434.371754128562,4943.335818499839,1921.1560932243165,2883.6817336078648,2184.6341164708333,3259.0270857719775,1579.384880204659,3700.4031462251714,344.20904152816496,1004.1342200135289,764.9163750590478,1930.7444245109605,1719.1905722167412,4431.344430267182,751.8795907428623,1290.1682791621568,804.8425238931784,1757.1345792290313,1095.6032302281706,3141.005937435517,1403.0453099665854,2103.5526504141067,943.6362067085633,2679.7762730723,1107.9220610019684,3777.6551581610693,23611.030659926724,6689.362276824654,147055.4323160347,51440.028922625585,4997.691092400664,22120.331130206752 -8165,4498.841167428089,2885.8025093068277,1030.0172465117566,1156.2181274482386,2037.6255148776681,2058.0114494179866,1992.357534476166,2425.233381393075,414.1044355134319,886.9678453544146,3327.204956606145,4922.166403875786,1861.207968562498,2871.3326121838068,2116.218057080043,3245.070579845042,1560.720739497214,3684.556484910877,385.5444164294765,999.8341007373684,821.466876388303,1922.4761759524488,1848.9590995413257,4412.367575157473,889.0257604991934,1284.64324338891,832.0482304343547,1749.609800046773,1067.959492564753,3127.5548470245963,1363.081620149062,2094.5443653460584,1056.9555901901222,2668.300359416573,1240.9702039259037,3761.477671685131,21050.481326911613,6325.9105299991925,154765.56839331085,58609.586368869706,4433.288819670535,25939.57289518702 -8166,4468.155778070704,2848.6984055352345,1018.6494963430682,1141.35209373835,2020.8785824080792,2031.5506399426101,1979.7944918580854,2394.0510289059134,409.5781492540841,875.5636876305372,3290.6587000863633,4858.879823300207,1840.764327505552,2834.4145546030686,2093.2017720708745,3203.347199553979,1544.129041203251,3637.1824301280126,383.5792829297694,986.9787691238937,815.6867813749006,1897.758006465484,1836.074817610539,4355.635715004513,884.8161435424676,1268.1259882896943,821.9200573271711,1727.1142538784648,1056.323855725546,3087.342421114958,1348.164797379,2067.613835195306,1051.5682502379038,2633.9927818500983,1234.6449349920215,3713.114605461913,20792.909852517576,6259.201538382788,153409.70527579798,58207.179248107015,4378.6692448901995,25793.924258465657 -8167,4368.97627788012,2980.739624243618,996.4577356909604,1194.2553849887488,1983.7798730434379,2125.715898660273,1938.5388647714149,2505.018695715627,402.60016554272073,916.1473086087716,3234.911504868237,5084.09580691557,1809.5798572615483,2965.793696525343,2057.6784632180716,3351.8268937726875,1516.7016799147127,3805.771003704508,375.46774787487885,1032.7266374349772,799.1954683469985,1985.721786520401,1798.893740676493,4557.525619159143,864.760985857455,1326.905429680958,806.5702748675973,1807.16845353948,1038.2611084509965,3230.445129026053,1325.2277573003494,2163.450674253812,1029.3307804265417,2756.082089833274,1208.5359501844023,3885.2227432543978,20487.216831643764,6155.973114193753,150449.576251553,56965.99184830558,4314.946407646476,25224.606277566218 -8168,4260.61313970448,3190.108138521065,971.6512927360853,1278.1404293546698,1906.318933779599,2275.027155456608,1875.9095479872783,2680.9723544295434,386.41072330193725,980.4979145129602,3103.7874503469097,5441.205021313397,1736.2302625331683,3174.112402005194,1974.0926105426645,3587.260747557369,1458.1755560341564,4073.090099356144,363.3947313933481,1105.2658287067986,772.1645030394893,2125.199792861741,1738.1554457677714,4877.648302772237,841.0521519055893,1420.1078738459614,780.1035596776117,1934.1047921210977,996.7284596467296,3457.3530721479315,1271.8330792612433,2315.4124389436756,996.2330575265769,2949.67055615948,1169.6759561431538,4158.122565424721,19502.88511262545,5889.517572400274,145270.07709558308,55314.02927856679,4105.571370988525,24525.71812102293 -8169,4133.061856459503,3432.811864316722,940.0646231760583,1375.3814728630732,1831.2579427903668,2448.1114344025855,1811.928991076965,2884.940982112761,370.65805383678776,1055.094287630735,2976.565547051095,5855.172408670688,1665.063495448466,3415.599170669408,1893.1568537766311,3860.179881024837,1400.1252761774126,4382.971175385571,350.95365975365684,1189.3545564156111,744.9714070314386,2286.885192036587,1677.0031942618439,5248.740242229972,815.5013940555018,1528.1498138204322,751.1271242122117,2081.2516657517344,956.2399326899683,3720.3888175099605,1219.9154669439333,2491.5692340377013,962.1263251835013,3174.0817681823873,1129.631285407821,4474.472919432294,18601.248644248168,5638.360333858931,139972.82113874215,53516.82267230725,3914.4028592573513,23757.174151293682 -8170,4038.6776382004987,3614.8234075697856,919.9497199082957,1448.3057443734513,1798.2788544472637,2577.9130541367845,1774.6900875525419,3037.9037954281557,364.3451187260811,1111.0365726028201,2926.2194000628433,6165.620230525624,1636.9003220993452,3596.698077559595,1861.14831922752,4064.8509568513605,1375.570604984513,4615.361233214856,343.61725304912,1252.415471736514,730.139719518551,2408.1384151950915,1643.556968113304,5527.0343490387895,797.2295490467648,1609.1740344678112,736.8768286317239,2191.6019682309184,939.8802562414901,3917.648014034909,1199.1732966157192,2623.675035151658,942.0138407385684,3342.3751509463973,1106.017243195702,4711.7145025716045,18338.376519597976,5547.5946587838525,137262.8615064986,52367.15638917808,3859.783284477017,23230.52034596642 -8171,3877.5523640914507,3794.625608885555,883.0060105517706,1520.3448266896994,1713.2589486680245,2706.1390806043037,1697.3081198293098,3189.009873987809,347.03407623459543,1166.2998037410227,2786.6965033029196,6472.29969033106,1558.8524919736724,3775.598720523002,1772.3183354597872,4267.037638649391,1311.2558020278816,4844.930430941557,328.48274120020733,1314.7109239316585,697.8056162649143,2527.9198095554425,1570.7862076536517,5801.950390753023,764.486929269628,1689.2147449190047,704.5633361974568,2300.6127867042924,895.3266386540222,4112.512785417308,1142.1481407688968,2754.177273758839,900.5231428530941,3508.625709273758,1057.3030679797844,4946.076335506442,17391.458197415963,5274.53769561078,131131.97499739288,50167.33818718705,3659.5115102824548,22266.876455790167 -8172,3818.6701760488304,3768.3733151329675,867.8143382856608,1509.8266509566245,1675.9598186539304,2687.417244670601,1666.2627227955302,3166.947401264336,339.00388208682836,1158.2310116631697,2721.765016586923,6427.52248956388,1522.5304132130975,3749.4780601682714,1731.0078511551817,4237.51706479334,1281.821239342731,4811.411831218281,322.6419659487319,1305.6153817274499,684.423670022553,2510.4309449707425,1540.7399704485936,5761.810856133501,752.4424587816784,1677.5282793053814,690.1140961256733,2284.696496426249,874.7032437235337,4084.061258222836,1115.674434490839,2735.1230960112084,884.5108760687293,3484.352043757969,1038.5030860684017,4911.857979793461,16919.838096084135,5145.782876246045,128517.36395521625,49313.09746463206,3559.375623185173,21908.894476076555 -8173,3843.9783732273786,3665.1186405313674,876.5555766178882,1468.4569015946643,1703.3603332642049,2613.7811237473215,1685.5079724119282,3080.171995525005,345.47570320825946,1126.495099050026,2774.3955098388114,6251.406248508562,1551.9714289327028,3646.7411217991885,1764.5018898393978,4121.407696359251,1304.937309043089,4679.5775564632595,325.7893009909858,1269.8410886515117,693.3608853654426,2441.6443071682206,1560.6799973531852,5603.935333908326,758.3767771927338,1631.5634498870552,700.8732615223319,2222.0950571382245,891.2615480233156,3972.156629618936,1137.0405972393846,2660.1798189903666,893.1391773106953,3388.8796458851607,1048.6335634991995,4777.271447361508,17346.131153962786,5253.170081038153,130320.4756407244,49780.159449684856,3650.4082478190653,22079.607043599994 -8174,3884.8292193521597,3609.3650129792222,888.6869282526912,1446.1187981940018,1732.331138203029,2574.020397405566,1706.918658925677,3033.3165512466308,351.8184703844415,1109.3589039219344,2825.764922001368,6156.310124797281,1580.7070074450785,3591.267052273732,1797.1088258387283,4058.713019261419,1328.0741670392565,4608.392023395058,330.07981954175386,1250.5243204781293,702.7273042316606,2404.5021186968165,1581.7442343339742,5518.688509978028,765.7729124779772,1606.744176669884,711.9460856350247,2188.29264244117,907.5339933798084,3911.7323533465456,1157.95949450494,2619.713277686749,904.9014733622017,3337.328154070878,1062.4436602195822,4704.599799015338,17731.385583265324,5355.562659273005,132284.9094707682,50382.712647184606,3732.337609989567,22325.66554752087 -8175,3888.292611463631,3611.4444028954254,887.1597253204613,1446.9519211493644,1719.2659480589093,2575.5033153258146,1703.1889554490726,3035.0640741008256,348.54283832104477,1109.9980162616312,2798.878588809514,6159.856834301165,1565.6670389926546,3593.336015780619,1780.0682118441528,4061.0512828880305,1317.0900559863383,4611.046962385405,329.2656731573675,1251.244759572712,700.4285909488295,2405.887375505459,1576.6147446106338,5521.867879533905,766.9718447720247,1607.6698374514538,708.0570664686039,2189.5533388899994,899.2051842670912,3913.9859399971565,1147.120415025584,2621.2225197150215,902.6695215155647,3339.2508209349057,1059.8231284167507,4707.310164231009,17477.37661586979,5297.630960390545,131621.06756077532,50325.8487765785,3677.7180352092323,22327.981619713915 -8176,4085.66979306246,3774.676464043695,934.4877215987137,1512.3520542047975,1821.4811254457784,2691.912338352109,1795.0237286331383,3172.2445784262827,369.89378335635746,1160.1683203980074,2970.9266829061935,6438.27344972382,1661.9091665096082,3755.7496040346505,1889.4311596195823,4244.604924418044,1396.3380779140077,4819.459612769334,347.12483964272786,1307.7992121187003,738.9719927391967,2514.630003490955,1663.3295640968834,5771.448317389214,805.385898380076,1680.3341877603525,748.5758954063964,2288.5179814619705,954.1637718286223,4090.8924408362295,1217.4500586478475,2739.697984622721,951.629758127604,3490.1801260504026,1117.307279479118,4920.073772042773,18639.739387850866,5630.531564331221,139099.66298793632,52984.52860847667,3923.5061217207417,23479.716474929657 -8177,4194.061307508541,3981.770644615429,956.8993440316679,1595.3258699436965,1854.997635959116,2839.601652970814,1835.7536583958513,3346.28688319074,376.07766452181505,1223.8198968779482,3020.011748805112,6791.503448921937,1689.3669026514995,3961.8053796989157,1920.630372865117,4477.4813012536415,1420.8595675178121,5083.874867642811,355.2207674840052,1379.550422789599,754.9291601215266,2652.5928845417393,1699.3478659944926,6088.093564044715,826.2012701131558,1772.5241900070912,763.4928674091766,2414.0754327055743,970.2375893338113,4315.33552249163,1237.744963493072,2890.0090151293357,973.8244413468828,3681.6656745834416,1143.3660286038046,5190.009130974739,18861.485844188202,5715.97732829261,141971.0979486298,54269.120858635884,3969.0224340376863,24076.86397291227 -8178,4222.279362821743,4030.441354401951,958.9821161828605,1614.8261499349514,1840.0411360646183,2874.311193096629,1836.8662212837141,3387.1898312232856,371.87887596726347,1238.7791168703068,2985.2022052047196,6874.518600440933,1669.8947628897336,4010.2320463947394,1898.5341233410056,4532.211272524737,1407.4189199242205,5146.017020056498,355.5341973945198,1396.4131967301987,753.9180574086797,2685.0165447643367,1697.2044086174276,6162.510666749894,831.7856530297685,1794.1904330284185,759.4846965019963,2443.5836026316533,959.6339915084444,4368.083523718342,1223.8164832972996,2925.334703776422,974.6836977177031,3726.668086216811,1144.374880407625,5253.448603196642,18482.540042733206,5636.38691116003,141434.0420607023,54426.93185038056,3887.093071867185,24198.74463494402 -8179,4218.058973794403,3957.792684568555,956.7953279080917,1585.7189228376437,1839.9664448554274,2822.5017592147415,1835.2649578881772,3326.1357644167265,371.70021108212757,1216.450134224343,2983.8222161578724,6750.605463354466,1669.1228096605162,3937.947649159771,1897.658232801404,4450.518204346674,1406.3650126907278,5053.260108697694,355.5341973945198,1371.2428611863131,753.2217810625656,2636.619145247595,1695.6921099641702,6051.431466382786,830.7039431796136,1761.8501663117327,758.542957695279,2399.5380297655447,959.1615875475173,4289.348856763636,1223.2339485414843,2872.605571564954,974.6836977177031,3659.4949268608198,1144.374880407625,5158.7552385001145,18481.99260758467,5635.327247877304,141335.65282979567,54378.27450295637,3887.093071867185,24180.466892668468 -8180,4115.626664073871,3799.1092908317114,932.966433433331,1522.1412470362545,1791.5261494746292,2709.336620543707,1788.9412125913443,3192.777967990188,361.75431413775254,1167.677888936462,2903.829757884073,6479.947278331231,1624.3757614005367,3780.0599205369117,1846.7795217972048,4272.079516714828,1369.04062917186,4850.655139870082,346.6163195620495,1316.2643698421705,734.002551228504,2530.90676784321,1652.4506321717445,5808.805902442661,810.3859009144602,1691.2106998393638,738.8731830411937,2303.331161869602,933.5282940644677,4117.372078857518,1190.487629222284,2757.431575023752,950.2356693557459,3512.771457331657,1115.670481638641,4951.920557165067,17964.0474460777,5482.269869530189,137695.80369576474,53026.952623138044,3777.853922306515,23586.6508761717 -8181,3714.9202157931395,3694.360051379293,836.8872540681724,1480.172689208507,1593.4632494844782,2634.6346499772303,1603.1333594726736,3104.7465273852786,320.51157521368975,1135.482613299966,2571.7967472397954,6301.281834108549,1438.6395373636233,3675.8359113154957,1635.5813706320682,4154.289517533686,1214.661323473299,4716.912623440364,311.305059783522,1279.9722600068412,656.3244134238997,2461.1244744787264,1477.8049914277717,5648.645203229299,730.2540529259477,1644.5805502436453,657.9557516764573,2239.8235949788173,827.303119536837,4003.8476812194267,1054.6653469616194,2681.40352786468,853.4311720549862,3415.9171395541603,1002.0124454153217,4815.385945369711,15765.742652469387,4843.52544503514,122927.46126673896,47661.2811939327,3313.587536673665,21251.408111860084 -8182,3320.2911017667766,3668.0427784645854,760.9052336702356,1469.6284790933469,1475.5740027034446,2615.866474122766,1455.9920352235933,3082.6294460624435,299.9946179808224,1127.3938495063658,2409.361670027722,6256.3938016930815,1347.774843416558,3649.650597615047,1532.19337219723,4124.695874932764,1132.830734571644,4683.311059137079,281.26234068308645,1270.8542046951295,599.4013187774245,2443.592321799742,1349.1237085368036,5608.406316021693,653.7457096746969,1632.8651585197601,608.8470098006111,2223.867909011541,773.8852234510713,3975.325731363394,987.3727501119795,2662.3021875903537,771.0701818692412,3391.583392338019,905.3125123860084,4781.082893054432,15094.776242716596,4561.8196633811,112872.41527338249,43017.39050997601,3177.0385997228277,19056.886304463747 -8183,2673.762597882,3444.768351607524,630.803160855201,1380.1719279623553,1298.3574861496081,2456.6382090726934,1225.226893913308,2894.9892345514977,268.6484925689646,1058.7691821310093,2161.9618116987085,5875.565980254798,1209.3816293679477,3427.4957061303485,1375.0663506311428,3873.624891561955,1005.8894843754547,4398.237068544233,234.68312156235527,1193.4970795715867,510.5067007879916,2294.850415536987,1148.2237291548083,5267.021609948162,531.5426681368085,1533.4723612100258,527.0434233662357,2088.5006674663896,692.1110068760104,3733.346935627585,884.6393447659193,2500.2473722690997,643.3749956899519,3185.1370982794806,755.3857579376362,4490.057513260559,14188.5768354412,4150.355904140314,97021.28880883088,35557.98364777545,2994.973350455043,15543.060112494073 -8184,2607.39228862573,3249.955560440345,591.3231825239171,1302.1187417585686,1350.6567336985897,2317.7073732230033,1286.4964663839182,2731.2682305197673,269.42962398840297,998.892360667389,2188.2281868225946,5543.283721633196,1224.074798957264,3233.659738927161,1398.2426054799264,3654.5588760756914,1043.8193257536263,4149.502537777249,246.19064873227052,1126.0009597780117,530.1102513913947,2165.0692026570864,1192.7348547486622,4969.15450358874,485.50402438796755,1446.749539710101,510.4105299461749,1970.389200205093,689.9373548497201,3522.2140922287995,924.5112077365276,2358.8502972022525,674.9224508032888,3005.0072941733806,792.4255845573136,4236.130239384143,15044.834883731062,4350.888639014912,97770.23731523025,34923.22308302192,3278.7297925504577,15316.411148174633 -8185,2734.046322472062,3127.791439106561,617.258375747881,1253.1727826520894,1400.8978660505386,2230.5859712552,1342.3764975745225,2628.6012932945955,278.6644671482282,961.3445218497325,2262.715553371473,5334.91460009806,1265.7423493444883,3112.1081689589414,1445.8985421166465,3517.1859287674897,1080.7892915229515,3993.524918369069,257.1516166708274,1083.6751755283217,552.2176398608758,2083.685389293927,1242.5924772021665,4782.366597596425,509.3918200535771,1392.3669849268615,529.5364601816148,1896.3233058099036,713.6932870983218,3389.8159157847185,956.0940748696707,2270.1823543468727,704.971534236641,2892.0506494232714,827.7061749077235,4076.896330204254,15483.212272984265,4494.267179715566,101647.21143997613,36507.261075961476,3373.308536566336,16044.058600619139 -8186,2861.563266401705,3075.0269349529044,650.4579868021818,1232.0322936575983,1502.7912610458918,2192.9569397047453,1423.708549795858,2584.2579134502002,299.59788335515856,945.1270508310367,2433.874134887921,5244.916871970546,1361.486891673858,3059.6082348666064,1555.415447542843,3457.8525060759034,1159.9766026445243,3926.1558606024787,272.68587758487297,1065.3940386898912,587.2653997815713,2048.534507747388,1321.3243816631307,4701.690118005041,534.7995781400115,1368.878349258566,564.635103242216,1864.3331424968844,767.0585972477238,3332.6311707495297,1028.1578003240002,2231.8853487448273,747.5581292251741,2843.2629915902835,877.7070415079212,4008.1208323690985,16823.935718712746,4851.543993850449,108300.82502761165,38513.97116726564,3667.55351794907,16880.0019397427 -8187,3107.3173371945486,3117.9143417319615,705.3343839050501,1249.2154505081699,1639.026454283517,2223.5421145053406,1549.924244640469,2620.3005637100537,326.48081487739256,958.3087396891547,2652.4739123271424,5318.067738017833,1483.7696043417536,3102.280597004887,1695.206232212498,3506.0791818569824,1263.588815499672,3980.913964200754,297.19198008361303,1080.2530914669283,639.4251695639643,2077.1054226021693,1438.7299859805505,4767.264599434109,581.3896069460764,1387.9700983188375,613.7225530468778,1890.3350005440777,835.8431916705529,3379.1113843177045,1120.4569555048586,2263.0134581437464,814.7406921830096,2882.9179861902053,956.5860025804994,4064.022101591659,18364.83768997467,5292.325055453675,117907.01264349624,41883.112406744294,4003.8334966721945,18359.17413940297 -8188,3808.219348645159,3234.3601455235503,864.8008788159036,1295.8703233814547,1991.9665060388027,2306.585495563781,1890.0781115425978,2718.1618170590727,397.2736259105304,994.0990210256268,3227.134732766492,5516.6834164805105,1805.2296021993454,3218.1425220328265,2062.272587345604,3637.0219095078983,1538.291149129161,4129.590507421314,361.84044877042396,1120.5976698443894,779.4446681467288,2154.6797828908557,1753.706793342169,4945.309246375862,710.9062813619685,1439.807088057192,749.7719210870634,1960.9339825711,1017.1870310135153,3505.312202595993,1363.312108827591,2347.5309888525444,991.972049878615,2990.5873014353024,1164.673112524275,4215.802512590297,22273.08615658761,6427.714920000937,143751.379847775,51180.97297172033,4855.042192815101,22434.11509575883 -8189,5068.368811191947,3501.366727176684,1112.6299860498123,1402.8484859063378,2425.3146876363903,2497.001367869644,2401.7153998165186,2942.5546065131157,474.8167186085367,1076.165015375744,3849.6783384369733,5972.102947646715,2153.4747914086756,3483.8102879647768,2459.912983771603,3937.269483606689,1852.2199591245992,4470.5011652959065,464.47307171981,1213.1065246940043,978.1617779593489,2332.5553618312697,2202.5527985873377,5353.56004643595,939.1482391581654,1558.6676822783322,922.954250233148,2122.8152375879317,1217.2707558973887,3794.686726993823,1627.9123489366675,2541.327040144432,1273.3355450806555,3237.4696696825945,1495.0216316662897,4563.830242083982,25516.506837556226,7583.734319363118,178698.51908404764,66276.86610531331,5548.619648931543,29462.397272628474 -8190,5117.187034567213,4120.115018537689,1124.2993825494827,1650.7545669676713,2481.214360659202,2938.2620098650777,2443.6811867052393,3462.551732459577,485.9368784817008,1266.3408285283288,3940.9429920767693,7027.470403448199,2204.5274024794858,4099.456071759112,2518.523313664988,4633.048862184914,1893.6317729021907,5260.511230818141,472.5797519008629,1427.4821236757632,996.5048694099585,2744.7557273159273,2243.755086827495,6299.62093909252,951.2248584482822,1834.1095426592342,938.5090757059679,2497.951121223796,1245.5474855489788,4465.269419847301,1666.2636879563393,2990.4207473742426,1295.5597054370658,3809.5830706871325,1521.1149898599067,5370.333069232327,26280.19455007464,7782.520875430078,182056.1658366773,67205.3223017027,5716.759638293105,29848.26577853941 -8191,4991.285560301325,4622.352520641835,1096.2441464561914,1851.9797382482316,2423.1244274624223,3296.4329263862146,2384.0415889178985,3884.63299116048,474.8736882082674,1420.7063866913854,3851.337783772523,7884.111338387756,2154.4030699253894,4599.175270908246,2461.1928503433833,5197.812437279491,1849.8038515826272,5901.761780492023,461.0058000995529,1601.490628988727,972.4318262345522,3079.3384402185548,2189.525155000612,7067.537822581791,927.2095338301403,2057.685484385611,916.6279673121139,2802.448623321919,1217.1659071343383,5009.580864929747,1628.352249983581,3354.949756793671,1263.8301496824351,4273.9670689181385,1483.861359110653,6024.970780563945,25699.33258576115,7605.693828050107,177753.11299763698,65561.90883993298,5590.654646271933,29108.650897062696 -8192,4872.802585215703,4751.469601417,1070.5471319098756,1903.7114519999475,2338.1575382543992,3388.512834728433,2312.256003135508,3993.1432074327545,457.95409021131525,1460.39125721328,3713.1895373175494,8104.3397688186005,2077.124206585631,4727.64493701466,2372.711984294539,5343.003952924685,1786.0094152008292,6066.616851394699,447.11214401784514,1646.2253812561923,942.0522131962393,3165.3542056419506,2121.2079008470128,7264.956744623054,903.1252522309526,2115.1632171441697,889.2568834428206,2880.729971109617,1173.992745864679,5149.514471096384,1570.1453952193665,3448.66422725219,1225.7412114487101,4393.352630448455,1439.1411855424096,6193.267472663504,24644.634414263062,7317.810728066938,172148.65748468778,63771.694964516384,5359.462160899787,28338.797431365376 -8193,4723.387156836026,4747.635730001497,1035.0809064923103,1902.1753830504563,2246.093122169784,3385.7787074819375,2231.7836732541386,3989.921215315532,439.4131918920014,1459.2128949872415,3562.140497550355,8097.800529554199,1992.628757665291,4723.830289272568,2276.1598878725495,5338.692783571539,1715.0403597370762,6061.721812409616,431.4938239235034,1644.8970729722057,908.3156445306671,3162.8001408942073,2045.3097611800592,7259.094787726652,875.080926179585,2113.4565317441593,856.0264841167508,2878.405564301095,1126.6119423212886,5145.3594247653355,1506.4297846444372,3445.8815649789035,1182.9241713629722,4389.80771687833,1388.8697536489053,6188.270241675238,23539.403140215145,7010.471587524368,165804.88612187412,61656.24723710673,5117.760926192543,27427.19861295499 -8194,4538.413567176769,4783.505191873904,991.0062595402416,1916.5467483483026,2134.392064691407,3411.3590314922617,2132.495498911304,4020.065972631743,416.69415577126114,1470.2375784880653,3377.108658280204,8158.98124430653,1889.1236420565847,4759.519895655391,2157.888399016284,5379.027815182894,1627.9742014244691,6107.519491885605,412.6424661548042,1657.3246424401334,866.636347375183,3186.695811395409,1951.6172076092823,7313.938890881226,840.0574008535092,2129.4241739129407,815.0898130591769,2900.1525694450615,1068.5423494335603,5184.233779118211,1428.3674141356792,3471.915979673099,1131.2438794764334,4422.97370716961,1328.1919891745697,6235.024023160037,22193.52276950955,6635.787714685641,158013.90276665267,59048.88116395875,4823.515944809808,26307.536118926753 -8195,4349.513280800349,4826.262640328719,949.0516554574997,1933.6778364347028,2028.2067601430049,3441.8515264513308,2034.6496808319791,4055.9994056928704,395.80346676412887,1483.3793239146878,3207.194660765418,8231.910447057238,1794.0753086147495,4802.0629511022335,2049.2115234968637,5427.10835347423,1547.5458520610823,6162.111666323859,393.5748180351944,1672.1386690021634,826.1858674550922,3215.1801500616193,1860.5572969156203,7379.314667134123,804.0929858977827,2148.458070752687,777.2581859183789,2926.075636113788,1015.0984027118704,5230.573147363261,1356.6336144665352,3502.9497640186255,1078.970635686671,4462.508538368825,1266.818040630543,6290.755899178,20990.013255511985,6292.145739877102,150568.81478245236,56446.331032018184,4560.7972114323675,25164.175089835695 -8196,4298.72257467056,4781.945654164112,937.2173660271499,1915.9219080258326,1999.3709424935698,3410.246846423395,2008.3071373121663,4018.755334463979,389.9897862404081,1469.7582456862738,3159.8962066163526,8156.321220241835,1767.6169867166225,4757.968177728882,2018.9810640244395,5377.274122778829,1525.1718879485268,6105.528293678679,388.55100076289574,1656.784314757069,815.2134150633221,3185.6568719382203,1835.8816348524704,7311.554370942413,794.5357906296266,2128.729930431194,766.5861660542124,2899.2070499745523,1000.2281832845639,5182.543594253638,1336.6681234602636,3470.784051583061,1065.198028630848,4421.53171139265,1250.6476403362587,6232.9912554101265,20653.14786372646,6196.988435130988,148529.6316038418,55745.31111833787,4487.235966086683,24860.304231873426 -8197,4264.53403483231,4751.014734675858,928.6455873661306,1903.5292062745432,1973.0435280305494,3388.1884462929074,1987.756716441017,3992.760936642863,384.71179169083024,1460.2514513284307,3116.759729793398,8103.56392577866,1743.486836802297,4727.1923510515435,1991.4009535854475,5342.49245753487,1505.2276219735866,6066.036083239068,384.3564577042606,1646.0677851360078,806.4514750831482,3165.05118058384,1816.1464325354875,7264.261257231537,788.183851108018,2114.9607287605168,758.0154203474993,2880.4541936420146,986.7692486787553,5149.021498803089,1318.5022259703205,3448.3340804155405,1053.698845799527,4392.932046889822,1237.146464510509,6192.674580015833,20317.819344436022,6106.872746848239,146831.04514729106,55223.323737900406,4413.674720741002,24638.722479788394 -8198,4284.242589400793,4717.549564833407,934.0464624415303,1890.12113836789,1982.2575373441052,3364.3227443017395,1995.2834154993643,3964.6367504748373,386.52589640450554,1449.9657406833496,3131.4627102148775,8046.484089522617,1751.7115493399904,4693.894981175744,2000.7155569533675,5304.861040362341,1512.3715474973806,6023.308173701257,386.14723730220163,1634.4732224840102,809.4811989850066,3142.757211561764,1823.0276806948132,7213.093296210726,790.7618471014652,2100.0633807305253,761.5649712798588,2860.1648672145293,991.4211070355564,5112.752851239816,1324.7208215482065,3424.044724957986,1058.608201054548,4361.989137792415,1242.910532223962,6149.054654973989,20414.564663817917,6135.187778644342,147493.2662668842,55463.110102878476,4434.692219411196,24744.690343678478 -8199,4312.286101544934,4730.350806444373,939.4656589536722,1895.2500505358953,1990.604897193684,3373.451955922136,2007.7349490015333,3975.394935893995,387.96863473548626,1453.9002752375757,3142.9761777517283,8068.318515538322,1758.1520775926383,4706.632035217201,2008.1430776928187,5319.255972934221,1518.5647725574656,6039.652638591173,388.28653842166733,1638.9084247728517,814.3118295533296,3151.2851970841016,1833.8789943937268,7232.666286123868,796.8587287180096,2105.7619787771623,765.4410209034918,2867.9260281751567,995.158321035455,5126.626491282469,1329.629712853478,3433.335994335988,1064.4730150188113,4373.825553306422,1249.7964027834903,6165.7403374953,20464.520443327,6156.175509916163,148232.45548617514,55807.268757592705,4445.200968746294,24906.212409676165 -8200,4457.814180971832,4860.2476560744335,968.681684383709,1947.2941844488462,2041.0120000324507,3466.087956798788,2065.354779408277,4084.5604712501513,397.18923549537874,1493.824812160366,3217.0486829667193,8289.876958001512,1799.5875583506843,4835.877560286869,2055.3591776645353,5465.324334781448,1555.60056169933,6205.503308597312,400.0106649885805,1683.9133408818493,836.746449748212,3237.8204322360916,1884.5755240725712,7431.277468134538,822.1285728423516,2163.586833276594,785.711189671238,2946.6801356981096,1018.940465474819,5267.405189881392,1361.1026047248927,3527.6164288395257,1096.6142692736557,4493.932112725219,1287.5334082142429,6335.0534134698155,20857.089193949934,6292.92184989963,152292.15272998548,57535.33559649904,4529.270963427075,25705.74417189683 -8201,4539.658637567533,5026.078959345319,981.8050132079997,2013.735723092535,2046.7345461031823,3584.350630596714,2087.3731338855964,4223.925383116235,397.132265895648,1544.794008174345,3215.389237631169,8572.726968367244,1798.659279833971,5000.877357628167,2054.2391377888334,5651.8008111606205,1557.6250279976218,6417.2346387550115,404.72184792933274,1741.3683439339388,843.9500764140724,3348.294634381685,1901.012865716168,7684.832125162789,836.2041153347409,2237.4082616668866,790.2881438004645,3047.2206516972315,1019.0453142378693,5447.1286791571165,1360.6627036779787,3647.9784497137325,1109.5298010086285,4647.264755791812,1302.6975174726813,6551.204983963013,20674.232453114037,6274.78454750438,153356.2346269843,58333.76890493804,4487.235966086683,26116.155112159653 -8202,4566.168629455394,4963.567316141303,983.0574097284558,1988.6899707182947,2028.1098557768,3539.770422137924,2085.941223234997,4171.390490886022,392.36147252034766,1525.5806984265657,3175.5850154665504,8466.10404145608,1776.3931626450892,4938.679158273215,2028.8292697934612,5581.506779048267,1541.3428399104598,6337.420555980125,404.5414447684006,1719.7101492491213,841.7372996489571,3306.650362331957,1896.1764604634147,7589.252352585259,841.1636213880569,2209.5805916110908,785.4074177990947,3009.320974496852,1007.0500888350833,5379.380247978035,1344.0764491809073,3602.606872961952,1109.0352324937965,4589.464598126462,1302.1168452132197,6469.724650719858,20249.126142794026,6183.044280003711,152608.8577643884,58444.09381047454,4392.657222070806,26217.715893108583 -8203,4489.659838782569,4838.02418383001,960.5679416412439,1938.3901858623256,1962.9422894820498,3450.2392768640575,2034.7136241886305,4065.883827036343,378.3415935852895,1486.9943013304116,3060.878565419166,8251.971512945524,1712.227425439805,4813.765520254476,1955.4834551924444,5440.334150688876,1488.31949114664,6177.128657694712,395.4071436177631,1676.2136506517988,819.2180410808259,3223.0155050801072,1845.7310380393667,7397.297967450599,825.7542173988605,2153.6938370055855,761.8452685778685,2933.2064469392585,971.3251433744588,5243.31999066502,1295.7973522889638,3511.486410095047,1083.9938877038576,4473.383617536779,1272.7158343864926,6306.08639498358,19339.945552708614,5945.1750493039635,148297.46833919003,57203.3590643715,4192.990984703951,25720.941119475727 -8204,4350.93319667505,4567.118745296103,928.2909412460407,1829.8499174804624,1884.50020285647,3257.042932895842,1962.9228155997848,3838.214431568538,362.5360947364215,1403.7299711011997,2932.2988576180774,7789.901900115667,1640.3011149551844,4544.218446963169,1873.3031438133191,5135.702331404208,1427.4744600726742,5831.239988207246,381.7118342919765,1582.353972226863,789.3304078073741,3042.5425690986062,1778.515665073587,6983.08584826856,799.6606275878398,2033.0976284682638,732.7949571180314,2768.961385603186,930.8959151755078,4949.719990443397,1241.519610342592,3314.860529428289,1046.4487096791595,4222.896248190926,1228.6340889828252,5952.976729683537,18425.521337079488,5686.607824700426,142745.1259325221,55291.22341383095,3993.3247473370957,24891.585888920003 -8205,3925.747702603866,4332.667593699985,832.3642292827856,1735.91532888602,1674.8516610090671,3089.843981215001,1757.6690445828249,3641.1812814055593,320.97600591333617,1331.6700736891555,2595.1027723655407,7390.010508374659,1451.6767142869835,4310.94287270924,1657.8326990551443,4872.0631766104525,1265.5176697577074,5531.895695511417,342.5309734881833,1501.1244856050462,705.237240379393,2886.3549048649866,1589.2868369423552,6624.612024808783,720.3803965536422,1928.7294027039002,652.1835954890437,2626.8178982571485,824.3998134336732,4695.628162191066,1098.9818012949327,3144.6935353457666,939.0358459719102,4006.1156160956907,1102.5207833565466,5647.3831317205595,16156.229596900956,5020.5424527176165,127349.39749923443,49672.20393130905,3499.413528587508,22412.742173801682 -8206,3444.1506404932115,4111.472556759127,738.3193815112095,1647.2919007103908,1492.3602969463218,2932.098634085177,1552.6748871941177,3455.288592748808,287.8576470926998,1263.6845186534958,2328.3614541222423,7012.72939644026,1302.4640647705864,4090.856944731428,1487.321272282997,4623.330456866254,1133.3873384185983,5249.476643908919,301.5055023014815,1424.487799576086,624.7504149913806,2738.998255410874,1407.5811260965054,6286.4066882911275,631.8084131659128,1830.2622661757357,582.9182721961174,2492.711353160826,739.1240172359395,4455.902953105868,985.7973636853019,2984.1479620527844,826.5660519270523,3801.5919889011784,970.4701423014709,5359.068117142358,14642.623541485573,4512.586308290948,113141.49284073796,43759.37650435063,3173.6422991994827,19678.153357127143 -8207,2824.1973355480272,3781.6944026471974,626.3431546376814,1515.16384323212,1362.9532546937537,2696.9171846472873,1344.4421968339857,3178.142466072749,268.36590523230564,1162.325323817993,2176.3132219390923,6450.243590267817,1217.4096767674555,3762.732353518564,1390.5451508118056,4252.496561499908,1046.3406858353962,4828.42002884384,258.66564912720037,1310.2306932439797,548.7737815068481,2519.305243645477,1235.3667534370225,5782.178686026248,523.4569775364063,1683.4582918459344,521.2223783353674,2292.7728305437126,687.8997597697074,4098.4982932203475,920.1921820685709,2744.7916747525564,709.1221975592038,3496.669124530963,832.5794633955605,4929.2212515647425,14493.770081426102,4288.094256817379,100411.29563339891,37029.53760081297,3152.624800529286,16410.431039170002 -8208,2712.8108652557967,3572.0009862559978,602.461685535337,1431.1486244303683,1448.8530123345572,2547.374223752045,1381.0139694025129,3001.9157590648424,279.6513241818081,1097.8748573977584,2286.803926241234,6092.580206877586,1279.2171644279076,3554.0903750385764,1467.654568024606,4016.697356903012,1126.4210742469863,4560.686102244373,277.4043303132922,1237.5789342508108,589.3525039209917,2379.6107926336535,1326.649957002703,5461.559229835267,505.04514465697804,1590.1112143237106,523.4217921153189,2165.6395096944434,712.8528168299794,3871.2382299594788,990.8221507739192,2592.594092854323,760.4935908109928,3302.7802438749104,892.8945503786981,4655.897938167135,15858.551540425891,4613.463006770375,104146.14410163628,37701.50228891906,3513.1173482984404,16671.3067317618 -8209,2843.30340190197,3442.104136625938,628.6306328911651,1379.1044905174176,1493.9985214510014,2454.7382228753936,1439.8279044539838,2892.750223708686,289.0981813379053,1057.9503204749683,2363.4994961632306,5871.021764414396,1322.119963550288,3424.844849968908,1514.4994010274597,3870.6289950557857,1152.3674376786055,4394.835432238235,284.54816988434465,1192.5740181418132,603.3746531275484,2293.075557481664,1358.3055416412667,5262.948047824598,529.6401437245983,1532.2863598242789,542.7916160254031,2086.885402171491,737.0497779008151,3730.4595313605564,1013.8631345114408,2498.3136583507858,780.0781596655298,3182.673684456115,915.888767572671,4486.584862192621,16280.309441585328,4751.09884334987,107571.84286603688,38964.60188377604,3599.1400675136438,17237.295679882183 -8210,2955.9345944013767,3384.011196205959,656.785687391169,1355.8291241076477,1580.7372736024993,2413.309214435246,1512.5839421024398,2843.92881688149,306.8235867358406,1040.0951242068813,2509.389873207676,5771.935593855114,1403.7297038076722,3367.0431972821475,1607.022230859134,3805.3037722639997,1216.178094311158,4320.663093811864,297.65869836034966,1172.4467562600046,633.0612936370356,2254.3749556254197,1424.9861530451988,5174.124434348623,552.0579326193815,1506.4257185785805,572.3667983735727,2051.6647044471893,782.0354871512151,3667.499970960126,1071.5614735964111,2456.149220337223,816.0201828736263,3128.959193148313,958.0882509606513,4410.864054005794,17391.2688289495,5053.094459852099,113216.62048113382,40701.33999879504,3840.3162342877695,17963.51007138485 -8211,3209.8849288578926,3406.429612239894,712.2055706894037,1364.811228365828,1704.4375648934358,2429.296918627358,1645.8883738777106,2862.7692921905636,334.3590509628846,1046.985552121387,2734.812202028243,5810.1735446069315,1529.8288892094388,3389.349203623241,1742.0467981496893,3830.513169679044,1279.6770988414064,4349.286646502276,314.7382405591902,1180.2139879963959,668.9806101168126,2269.3097512633176,1505.870578811404,5208.40200243428,600.1668798543819,1516.4054959862847,622.1377278857691,2065.256584095225,852.1719859087752,3691.7964449923666,1127.971022167705,2472.420731236679,862.8431086784789,3149.687939265894,1013.0629881433211,4440.085170514716,18733.533672102294,5466.259474010329,121781.26093607237,43717.70190464046,4085.202423555341,19229.924660357337 -8212,3925.8064258061145,3495.778367958731,871.0437753151969,1400.6094684373143,2074.2086824494863,2493.016026801807,2001.8367889147917,2937.8581398356882,405.35634218030685,1074.4474013260544,3314.901000466432,5962.571167870833,1854.3252482279393,3478.2499497159333,2118.5955612372322,3930.985401439146,1586.2675005358424,4463.366018268307,385.54663032431034,1211.1703450367825,823.2763451813414,2328.8324849453666,1852.8896022987217,5345.015492561558,732.2610294982971,1556.179969453972,757.6113887894562,2119.4271165982314,1033.250166093451,3788.6302141511533,1398.2183143806997,2537.270953051242,1056.961659499963,3232.3025035782875,1240.9773298948096,4556.546137107326,22848.551999158033,6646.795351582953,148813.16926120644,53359.97884968819,5029.305077286912,23509.16350675051 -8213,5230.84688897651,3714.829042124415,1123.1934891985607,1488.3737418008984,2533.7344705573896,2649.232120585713,2548.018377969465,3121.948702336059,486.11530613472564,1141.7738742435783,3967.6518377753046,6336.19474940402,2219.468086054305,3696.202267112683,2537.9463206014025,4177.306795899721,1924.794112995904,4743.047174348228,494.81263745852965,1287.064081047487,1036.3668426420397,2474.7605936956093,2334.068348394032,5679.942116572711,968.6350333567353,1653.6925218962126,935.3186959612883,2252.233573377975,1240.7122176781527,4026.031420755361,1684.4881570704304,2696.2601263641436,1356.5103292169633,3434.8433880365014,1592.6770391300606,4842.06609808335,26375.09438560612,7881.943432913271,185536.86389135465,69049.38175418717,5810.345102432738,30834.084321465896 -8214,5317.262799039655,4238.705191407601,1144.7438756526305,1698.268597178404,2624.1381460518555,3022.8346487645294,2617.888928815335,3562.215117262153,504.24507198218487,1302.790193920245,4117.349226149833,7229.743623063048,2303.2074335695434,4217.451613639656,2633.759846277359,4766.402922207311,1991.2810074294414,5411.925677609059,507.8135829383749,1468.56965425531,1064.7812845083502,2823.758632507541,2397.967365565775,6480.944308178233,988.2362853180344,1886.9011192894204,962.0101201445849,2569.8501953888804,1286.623830019223,4593.794247437761,1746.3886169299133,3076.4946826380087,1392.1519347417916,3919.235134496609,1634.5238025011092,5524.908542048935,27613.63780314208,8204.5988205833,191019.0222845598,70530.57696793438,6087.404830216526,31444.918846928154 -8215,5187.388429148842,4714.495462272799,1116.4272344992746,1888.8974895796334,2577.836618309365,3362.1447095896765,2555.2659029233396,3962.0700774414963,492.92046829626196,1449.0270448582066,4025.015802743276,8041.274862290561,2251.5569624833756,4690.856192396905,2584.613816506742,5301.426717211226,1990.6835388005532,6019.408733819637,500.58726727266395,1633.4150780415553,1053.7257698337448,3140.722616542615,2372.741402120101,7208.423599283728,963.4814545602526,2098.703817071387,939.8392452028801,2858.3132201412614,1257.6996147852453,5109.442897341053,1748.502300170283,3421.8280267297187,1372.341260760085,4359.165222110769,1611.2641155670858,6145.073807860676,27329.99716321506,8067.94413227098,187655.2706045772,68911.13181804119,6091.603988749905,30763.71119536187 -8216,5056.740173036437,4856.933630562194,1088.2868696950304,1945.9663956068446,2476.7113775329794,3463.724557908581,2473.053403559744,4081.7753585221835,474.08487849103614,1492.8062275349243,3870.130965398477,8284.224393425342,2164.9158035420605,4832.580151853612,2479.4594688248744,5461.597729562989,1892.7857268511816,6201.2720023478705,484.4114959446018,1682.7651418255505,1014.4269029536218,3235.612680640744,2284.668439732189,7426.210351217739,936.9911377692262,2162.111562370499,909.6411338022893,2944.670902046423,1209.8663828986985,5263.813538505201,1658.5686128190978,3525.2110759295856,1327.9959889774764,4490.867864414079,1559.198388796754,6330.733771731519,25929.751642384217,7715.973384877595,180944.29266108572,67097.27618282015,5736.454561962229,29965.04604399667 -8217,4886.382050158848,4842.247942824536,1048.1358781116355,1940.082466155136,2363.124966224762,3453.2514526253167,2376.175361473025,4069.433481344095,452.1003363004446,1488.2924977255525,3689.680938079679,8259.17576360158,2063.9737115599514,4817.968100613968,2362.326092686832,5445.08374668697,1800.3248667588884,6182.521500255417,464.43089282291777,1677.677041948467,971.3542125591661,3225.829306791677,2187.759815615058,7403.756059150435,904.8601929250528,2155.574084678987,871.1037669249465,2935.7672355261507,1153.967497321873,5247.897586627802,1575.2017236144384,3514.552056678288,1273.2199132132014,4477.2890329651855,1494.8858684388972,6311.591822017222,24536.8435826374,7336.46664692822,173223.88021489873,64597.532017355516,5416.651881775299,28877.624685692514 -8218,4691.084570886034,4888.904241856975,1002.534858707746,1958.7756575731134,2252.753656884347,3486.524414751645,2268.1845760216743,4108.643515121808,428.07702613177776,1502.6325770939616,3492.6601810872367,8338.755037264978,1953.76210522098,4864.390457148623,2242.421701918247,5497.548523076324,1737.0207036915608,6242.091678258765,448.06306240403734,1693.8418899019875,937.6184712897502,3256.910998299916,2111.7375988626954,7475.093144887822,867.8726701061844,2176.3435930290066,828.3800376983806,2964.054104692633,1092.8504806909161,5298.462423865464,1518.3443548938465,3548.415665823797,1228.3481186201545,4520.428859434879,1442.201951911583,6372.405625625751,23267.111382492483,6962.603501931714,165741.8359387412,62052.7596101074,5170.715902874383,27815.79561187878 -8219,4511.641896909981,4917.755771429029,964.4874918346007,1970.3352363690408,2159.0763095169136,3507.099896961885,2175.4852116890725,4132.890390088731,409.666376164332,1511.5002591121086,3342.067669810497,8387.965622224274,1869.5220341554439,4893.097320319076,2146.279576591689,5529.991924693675,1666.7897015543722,6278.928949708031,431.88690594592356,1703.8379804284666,901.7419272251714,3276.131432845655,2031.0977902492318,7519.2068890428245,833.8690700971405,2189.1871339181153,794.8553130535522,2981.5462645763423,1045.9291892222127,5329.730932665404,1455.7989556780735,3569.3563949630466,1184.0017910179213,4547.105857073681,1390.1349855047831,6410.011935804374,22217.389239823795,6659.563420706461,159100.96367416912,59746.25000283052,4937.9857315360005,26797.664280472636 -8220,4439.415272336714,4901.51053967843,947.1296651052708,1963.8264640694595,2104.051034147117,3495.5146021146606,2133.2664571086857,4119.237869445701,399.9761800069605,1506.5071945636366,3262.4979647475034,8360.256957584857,1825.0114701682844,4876.93354488138,2092.3264890657174,5511.724242325732,1614.6789851768913,6258.187241360871,420.4185818921069,1698.2095506844885,877.7467295719861,3265.309115340341,1977.054676701995,7494.3680673992485,820.0758320653289,2181.955409938949,777.9895765883897,2971.697074764076,1021.2972019516959,5312.124789092251,1409.219913991377,3557.5654430468226,1152.5618097803492,4532.085024019746,1353.2213438249107,6388.837210124375,21539.6555269312,6480.602560485489,155339.256519918,58504.85600034078,4770.700105232381,26241.475878727662 -8221,4403.95971933576,4873.763687378175,938.465441436365,1952.7094823960008,2073.031049957309,3475.7269210328554,2111.1995564757563,4095.9193671538283,394.5657000305015,1497.9790413997403,3217.9732246968406,8312.930564401275,1800.1047385237764,4849.325819945861,2063.2448707990206,5480.5230448104885,1589.6955548659055,6222.76040801068,413.35683328566125,1688.5961939047195,862.6327927602484,3246.8245993927385,1943.041537175048,7451.9433654290015,813.4913222435681,2169.603626953842,769.2901731655248,2954.874660704758,1007.5644283347775,5282.053499694771,1388.0010910282376,3537.4264997358505,1133.2022902333572,4506.429444427352,1330.4913567345195,6352.670783263783,21206.87761480846,6383.995439570494,153249.42257486313,57677.69731246307,4699.982772846401,25873.309222598265 -8222,4428.241316445303,4839.84365079458,944.9966610035027,1939.119168763943,2081.479797443517,3451.536830606161,2121.7735876102474,4067.41291019591,397.16984990635007,1487.5535248698097,3239.2838418896513,8255.07488510529,1812.025702531567,4815.575864106944,2075.2602601250287,5442.380132248143,1591.4027353242884,6179.451730317238,413.0009773956811,1676.844035132537,863.0884810438407,3224.227605312551,1943.9715201380661,7400.079917016672,816.9396317515211,2154.5037905401973,774.0960671125424,2934.3095568096696,1014.1993393705691,5245.291879838202,1389.6586589537894,3512.806997441646,1132.2267246274544,4475.065951771312,1329.3459464068417,6308.457965574266,21324.394085790947,6418.3863896148905,153831.15261199934,57808.93637406201,4719.5111573934955,25913.871688760184 -8223,4468.916700546327,4851.345271344239,953.7049537596862,1943.7273781378206,2088.744420693529,3459.7392168407428,2142.742412345722,4077.078891844755,400.8841841894891,1491.0886134852346,3269.5889193828157,8274.692613649459,1828.978085223289,4827.0198136047675,2088.1322218275777,5455.313647395445,1574.6810400316444,6194.136855320269,411.1125000796723,1680.8289621683282,857.5774492255352,3231.8898037548406,1931.6845120066396,7417.665797343344,825.5566284283142,2159.623849546138,781.6428685570457,2941.282781056722,1023.6817730425075,5257.75702566253,1374.80605260498,3521.1549888363948,1127.0495347342949,4485.700698309772,1323.267414387988,6323.449666754861,21348.742084600624,6447.841237038687,154296.94977079838,58019.30855194051,4688.387408510623,25968.410910286657 -8224,4567.471053609463,4966.296510285011,969.1207424321184,1989.7834425453184,2105.0837840681825,3541.7167482559867,2167.9007359821444,4173.684110328197,400.5996864117026,1526.4195317983547,3265.744154765863,8470.759088944773,1826.8273591226584,4941.394667780375,2091.309139157911,5584.575744299309,1603.8881656530118,6340.905156866134,421.5957325582071,1720.6557237863988,876.8781254199993,3308.468508481566,1975.3657783101605,7593.4252672969105,841.3672449428009,2210.795519107101,786.4446517907402,3010.9756354809847,1023.2746721884805,5382.338074906627,1398.1360364212753,3604.5877494069628,1155.7889242813271,4591.988093650181,1357.0102948248768,6473.281998390096,21271.057161218087,6448.868425599098,156331.93303867348,59221.98061479564,4701.569376888664,26606.548530623364 -8225,4627.631058478772,5095.023709784303,975.8429280441268,2041.3589474791186,2087.9631771565496,3633.518612578536,2174.0819499858903,4281.866669707119,396.0354724530035,1565.984570088456,3226.8544251365793,8690.322518734924,1805.0728006793768,5069.476407540935,2066.1297033156534,5729.328840387418,1587.1763524895086,6505.262432240969,422.52661033048685,1765.2553952250134,876.1899323060089,3394.2245411401937,1974.0273696435947,7790.248064172201,851.0652925198337,2268.0996923981775,783.7860947971583,3089.020605311798,1011.9683576808549,5521.8491382727125,1380.6188614128992,3698.0192401304166,1158.3408908596703,4711.013159150299,1360.0065555140973,6641.070502660075,20783.340374325653,6350.663016840045,155946.56375980194,59589.63126329535,4590.745485775148,26838.543356467715 -8226,4654.385322609755,5026.923707362335,977.0710167483627,2014.0741776358552,2071.2305256373706,3584.9530630519093,2172.2778074758903,4224.635310799479,391.1286362095492,1545.053646290988,3185.613628391148,8574.16781204788,1782.0030768320198,5001.71786993714,2042.0926594872399,5652.750726107523,1580.7359210445347,6418.313202438484,423.0741401812334,1741.6610208829743,875.9146550604127,3348.857392204564,1973.5214260243843,7686.123737720281,856.0665938123336,2237.784309518022,778.7997702477361,3047.732807121719,999.6942520640774,5448.044194250963,1373.4615115427266,3648.5915762854474,1159.8419234563864,4648.045835380643,1361.7689159622892,6552.306064440266,20421.88515098334,6266.013525698939,155369.9437404511,59675.93398520169,4525.300940740383,26940.2417486049 -8227,4630.064132969896,4897.481724473417,969.473295130341,1962.2122894483086,2037.415811120273,3492.6414506107835,2155.859205857124,4115.852046233214,387.21212170164824,1505.268915253047,3153.405045232942,8353.38521262463,1763.9858905113701,4872.924930830588,2013.465490061805,5507.193859650112,1526.3072896576016,6253.043300587977,412.83756572657086,1696.813700894161,851.4637691236352,3262.6251821106844,1918.6954287512076,7488.208043101128,851.0501841474767,2180.1619434022427,771.8123568668924,2969.254477066369,989.7488668468037,5307.758467945336,1325.6686875668836,3554.641288618559,1131.778737651614,4528.35985952048,1328.8199654726145,6383.585881113421,19964.669522022887,6161.751953029511,152856.4649638889,58829.364407766174,4380.716907068388,26528.199774606546 -8228,4459.048250806625,4632.8794285470885,929.3076138511869,1856.1974217892148,1924.1305391807703,3303.940195828982,2059.793429759846,3893.479822630178,365.79296140883014,1423.9418918213637,2977.6949054333104,7902.0665492037515,1665.69524818019,4609.649395134116,1898.6299782228766,5209.649892902287,1431.166433857151,5915.20240460378,391.1872661511457,1605.1378506766455,804.2043393464528,3086.351300450337,1812.4128763316583,7083.633375537342,818.6071301091583,2062.371640513983,733.8945215873441,2808.8308969445325,935.2667612516386,5020.989643505924,1241.3203289538683,3362.590291988424,1072.4252515410913,4283.700566638979,1259.1331134932996,6038.6919998468975,18620.23383002159,5790.303193411217,144996.14659584075,56135.632564551524,4071.9966159928076,25345.377430930086 -8229,4024.0293150974953,4402.327140134893,833.5457729246867,1763.824941577156,1722.8120182897378,3139.521720305587,1845.3261209375344,3699.72328377814,323.9861213352594,1353.0803322257234,2636.2774688972286,7508.825249877357,1474.7094622803897,4380.2531345110865,1687.4544675618636,4950.39499038227,1301.1760807175501,5620.83613156861,356.86399982425075,1525.25918981398,733.001805708487,2932.760997456863,1651.9980471060728,6731.1208808369765,737.5982963238897,1959.7390318717103,653.4070700005417,2669.0512197392213,828.6033451151568,4771.123297908569,1126.8935042974854,3195.253131855662,978.3293013162955,4070.524941470387,1148.6551789207958,5738.180345906071,16508.2983712267,5145.294889378484,130394.14497231912,50795.24252249532,3644.5194135923957,23022.4960243998 -8230,3535.8914448922355,4175.153856397059,740.8218514974869,1672.8062845891845,1553.9111764937456,2977.512983593163,1634.7017253723895,3508.806466253432,291.60917268732953,1283.2573289712723,2374.0199292599063,7121.347346775423,1328.0049974353765,4154.218935667033,1524.2786367498557,4694.939761825584,1194.439151061286,5330.78412936289,322.92369628883716,1446.5512411151167,667.129892850831,2781.421734153022,1503.2255378124898,6383.774855641497,647.9951284203636,1858.6106202457947,585.6861670056019,2531.320171874829,745.5482744487324,4524.919026348968,1035.3699690380722,3030.3684871595374,885.2832292535014,3860.473646313288,1039.4099049528518,5442.073030305841,15119.076607594885,4666.758978420269,117254.31013113608,45464.262033831976,3357.4270863306,20573.090614733916 -8231,2915.0602174215014,3877.2813344177907,632.3002093081138,1553.461454695097,1431.468553094204,2765.085051077575,1426.883014050512,3258.4738875776347,274.76145366881013,1191.7045119790594,2243.0988025190404,6613.28135279433,1254.7689186481434,3857.839996403461,1438.6502485868116,4359.983591227703,1104.781864902613,4950.464225628695,278.96482890092534,1343.348369751944,588.0709839006107,2582.9837519525117,1324.1285935635135,5928.330294458616,539.9473013175641,1726.009750464239,528.2157105517151,2350.7254562146923,701.1673268139808,4202.092829162149,968.63124176685,2814.169627226825,764.771639293597,3585.05169526352,897.9174016196921,5053.813322020159,15099.69850720678,4476.108932830978,104778.67131163155,38700.7273387565,3352.1542989793843,17257.128625935922 -8232,2808.891847442777,3642.6352390321626,607.3172738975453,1459.4487604289955,1494.3554990816542,2597.7470751393525,1486.8064939084331,3061.276906319392,280.40067091057745,1119.5846974824642,2286.7907176748877,6213.057455357496,1279.2097756769112,3624.370455840832,1472.7773475530632,4096.125223111475,1152.2367631839247,4650.871031145057,287.52631409345264,1262.0513416237866,606.4085280247549,2426.666219236979,1365.395213927823,5569.558403597122,508.000565313072,1621.5547435631804,522.6652884862154,2208.4637779794703,716.0495363656705,3947.7897260939517,1020.5391469338037,2643.861140989326,788.2426305697137,3368.0908122391447,925.4746623982898,4747.9656260344955,15941.330828444905,4690.821847660104,106172.55167299807,38540.38206177996,3587.385174478905,17166.031128029234 -8233,2943.864176061462,3484.926557939725,633.7225076037361,1396.2616104605006,1540.0771403461247,2485.2770532601326,1526.8776463085376,2928.738260072,289.880933771538,1071.11203568003,2363.556983928738,5944.061788062434,1322.1521216796043,3467.4525524899263,1519.7779536561109,3918.7825950041342,1178.7762566991255,4449.510563208718,294.928415565972,1207.4105556275165,620.8355421959966,2321.6031800431015,1397.9735303683433,5328.423167028121,532.7680722963389,1551.3491799683795,542.0113726037631,2112.8478607079664,740.3740714695376,3776.8693154359867,1044.2597268946697,2529.39460064812,808.5352147627076,3222.2685915276015,949.3001594938048,4542.40142659709,16364.584895223421,4826.110855627423,109592.5403807772,39805.292437437034,3674.963732015551,17730.492716617617 -8234,3060.7093206708146,3434.1764645401504,662.0609291985343,1375.9282100392866,1629.410042488368,2449.0845997091637,1600.7208460049615,2886.0877944824365,307.6400658585936,1055.5137052852835,2509.3254651914235,5857.499937790515,1403.693674553493,3416.95692855876,1612.535290885939,3861.7143671942877,1244.0647879711908,4384.713479852466,308.52975744003663,1189.8273447761649,651.3900453930999,2287.79426721092,1466.6215507403306,5250.826704404527,555.277399320877,1528.7572789713913,571.5420397454774,2082.078998154543,785.5290729534865,3721.8677343898476,1103.6956755006859,2492.559674547651,845.8227845348646,3175.343518858288,993.0794473782953,4476.251597375308,17480.586074547402,5131.466698132901,115323.83704300442,41573.92438328641,3920.975704197954,18476.81621290874 -8235,3323.7077024746677,3453.865680127229,717.9123662004326,1383.8168399450403,1755.7255689176677,2463.12597328812,1707.1535651505283,2902.6346450521582,335.2455856935191,1061.5652978906917,2734.713720836729,5891.082830302679,1529.7737997332,3436.5474191211497,1747.8248462527242,3883.8547922704315,1309.0095326740043,4409.852423609087,326.22523411798994,1196.6489997914484,688.3431213209533,2300.9109125001514,1549.8547230746694,5280.931348141073,603.6598619955323,1537.5221260771775,621.2465033948299,2094.0162129969617,855.971309503777,3743.2063746623144,1161.74271481172,2506.8503044272074,894.3342716653308,3193.5487636240678,1050.0367222494322,4501.9153579982,18824.112682752675,5541.50370310338,123882.01198819585,44613.40992134359,4168.937265503246,19760.616245985475 -8236,4064.8782692616805,3548.672836739778,878.0550898515187,1421.8020287213797,2136.9849295111435,2530.737742688881,2087.5538203379197,2982.310742175986,406.4401259084257,1090.704817713554,3314.860763281476,6052.790570045886,1854.3027399153318,3530.879196771249,2125.8048686321063,3990.4649687083347,1622.63568463295,4530.901013242698,399.6339978481575,1229.4965102740505,847.1146315722135,2364.069946879534,1907.031754729221,5425.890686966573,736.5443652049862,1579.7264601487009,756.5195880185693,2151.496075111202,1037.8780244253735,3845.955811340648,1440.130124852828,2575.6622882815686,1095.581650403441,3281.2103306400636,1286.3210117220515,4625.491036362871,22964.19167821147,6742.976425856067,151472.92666834468,54466.1869570927,5134.311864682428,24157.511157487046 -8237,5414.2179562966685,3776.560910170387,1132.5811245545751,1513.1070714885007,2609.8980667071046,2693.256232014976,2653.2853282335714,3173.828270185213,487.52700488084236,1160.7475156531532,3968.5881794149004,6441.487653531877,2219.991866988645,3757.624601232838,2547.164733312976,4246.723974722182,1968.8086364158928,4821.865649971871,512.7777075420261,1308.4521097069423,1066.2981522822608,2515.8853918176846,2402.0956572302657,5774.329619543374,974.6584064944325,1681.173067405227,934.0040193314013,2289.660487021615,1246.533149796289,4092.9347526709735,1734.8918859259295,2741.0657344960164,1405.7608965802758,3491.9225419852896,1650.5020671554316,4922.530039235758,26510.904576322602,7999.519492817032,188892.72473094647,70494.85383640375,5932.3885824330655,31672.436824265704 -8238,5504.035331863845,4316.032480673516,1154.2325165848865,1729.2503477685232,2702.8845191533655,3077.980642348108,2720.629860082519,3627.201103869179,505.6842792425342,1326.5571769088906,4118.099459688627,7361.636843094551,2303.6271073374346,4294.39117092569,2643.2047884256103,4853.357074685425,2036.8571593070042,5510.656191636418,526.273990931109,1495.3609750322178,1095.5517590897505,2875.2728545949053,2467.900512279043,6599.177077999236,994.3179851434943,1921.324119257252,960.6671542618869,2616.7323304879983,1292.6010037006617,4677.599475817363,1798.672849175937,3132.619603694478,1442.7604524472472,3990.7342870115576,1693.943198282941,5625.700218210981,27755.84606425354,8325.304360782211,194457.59239509373,71998.36969997645,6215.305394300485,32296.643846846488 -8239,5369.633084130904,4786.754238224023,1125.6722285154221,1917.8485028082184,2655.736003932948,3413.676090461706,2671.4324529615224,4022.796476760348,494.32536586543637,1471.2361913977593,4025.731716467519,8164.522977234412,2251.9574380614495,4762.752650742929,2594.0643493943467,5382.681351656482,2036.2899159691353,6111.667833555036,518.8175897139931,1658.4503283889287,1084.2004705303464,3188.860274896471,2441.9934927199565,7318.906655209939,969.4025860560406,2130.8705187087735,938.5273462367104,2902.122407407514,1263.5377400974987,5187.75500783284,1800.934396996841,3474.2741700563433,1422.3190075363916,4425.977873780396,1669.9429240093539,6239.258968296036,27477.853149849554,8192.903134356262,191162.1522872707,70362.81273609902,6222.220271960383,31597.86233505143 -8240,5234.157589292262,4940.823991690467,1097.353976600139,1979.5776894988812,2551.6120937507144,3523.551009351811,2587.560371285246,4152.276961985782,475.45185042378927,1518.5904080587056,3870.9580653773905,8427.311910960898,2165.3784756922973,4916.049872660441,2488.4927846067167,5555.9320237331485,1936.098124015884,6308.382164294102,502.0133396562796,1711.8303476075523,1043.7367874532094,3291.499117824518,2351.2850243544985,7554.478002284254,942.7899898849893,2199.4561780402587,908.3611642253837,2995.53210875968,1215.5195624971525,5354.731646975623,1708.2345841787187,3586.099540279239,1376.250784834736,4568.435431850953,1615.8542827729757,6440.0800347678605,26065.704723516938,7834.388096750049,184280.65686540992,68515.70297760102,5857.855416786091,30786.459327714758 -8241,5057.603817337508,4945.827525843037,1056.9106350133975,1981.5823924783297,2434.483718984077,3527.119282142597,2484.068262869356,4156.481940674593,453.4182473618218,1520.1282727920507,3690.59565886931,8435.84618440026,2064.485397988913,4921.028318254731,2370.9725684185682,5561.558473021133,1841.4954084618544,6314.770614006051,481.28887193491,1713.5639049295828,999.4057182796713,3294.8323934637406,2251.5183000350576,7562.1283635909585,910.5013582754993,2201.6835502604413,869.8804969041391,2998.5656609033113,1159.39320652885,5360.154342201874,1622.3442703513588,3589.731155482387,1319.4354321065682,4573.061850995921,1549.147449945199,6446.601853892249,24664.48666673596,7448.585662022101,176401.35503169813,65962.39874425645,5530.8980178658385,29668.587329333775 -8242,4855.24854784726,5010.938404866518,1010.9687242811389,2007.6695479154218,2321.395156735494,3573.5531368779234,2389.977921990946,4211.201235148254,429.3389400341258,1540.1404724801232,3493.649666770724,8546.902495503538,1954.3156144465624,4985.812720425405,2250.8180422910773,5634.775332894784,1776.7376001023674,6397.903368506926,464.3252636476182,1736.1226479366708,964.6939079612025,3338.208235474506,2173.276024275963,7661.682345703967,873.323074373534,2230.6682955917217,827.219216525218,3038.0412077093556,1098.0218483089898,5430.719754986422,1563.8129314183957,3636.989283625785,1272.9303347818652,4633.265340784284,1494.5458747737678,6531.470141601044,23392.093729314398,7074.949410837661,168884.89875586255,63388.07724824584,5281.207737145571,28586.043342346715 -8243,4669.448981846611,5063.702909020175,972.6199280191255,2028.8100369099132,2225.0846970867387,3611.1821684283786,2298.963606222192,4255.54461499265,410.8795755609783,1556.3579434988192,3343.0634601327697,8636.900223631053,1870.0790701381993,5038.31265451774,2154.353715527803,5694.1087555863705,1704.8887683330058,6465.272426273516,447.55367241542444,1754.4037847751015,927.7761351057885,3373.359117021045,2090.2746885864944,7742.358825295352,839.1189696387173,2254.1569312600172,793.7372229550546,3070.0313710223754,1050.8915993580422,5487.904500021611,1499.3888214586405,3675.286289227831,1226.9516450282467,4682.052998617271,1440.5623540569413,6600.2456394362,22336.90051007651,6768.583301556161,162139.36824220323,61040.625135541864,5043.557615176937,27544.79641564566 -8244,4594.58314198868,5005.934870713948,955.1374569587557,2005.6648449359734,2168.0278333506085,3569.9848640871373,2244.6533588054153,4206.996256459444,401.1682241749728,1538.6026077467782,3263.536503491127,8538.368222064177,1825.5924192262787,4980.834274831116,2100.1793102336974,5629.148883606799,1651.5716302759254,6391.514918794977,435.658843118166,1734.38909061464,903.0794138846709,3334.874959835284,2034.6362514296384,7654.031984397264,825.2598572197664,2228.4409233715387,776.896381507469,3035.0076555657247,1026.160485586013,5425.297059760171,1451.3890244859217,3633.3576684226373,1194.3424156260248,4628.638921639315,1402.2758996053756,6524.948322476656,21653.852821970402,6584.238391226816,158258.71906249833,59761.489684603956,4872.07880864151,26967.565869023176 -8245,4557.806412680653,4958.238879874982,946.4163911080857,1986.5550933030163,2135.5098519987387,3535.970445248231,2206.498522617859,4166.912463903222,395.7473524577424,1523.942973177175,3219.0481175360155,8457.015599024313,1800.7060237297421,4933.377439678789,2071.0060318986884,5575.514978948068,1626.0212612927294,6330.6172753203455,428.3437002157631,1717.8640242057436,887.531766908737,3303.100642022252,1999.6385463644185,7581.105218700669,818.6495465311789,2207.2085860336883,768.2074251535425,3006.0904400855698,1012.3758025273123,5373.605432612795,1429.536903807902,3598.7394405504356,1174.28822509893,4584.537764651648,1378.7303002074848,6462.779340368187,21319.694389115244,6483.394633793674,156091.77972287784,58899.103825179336,4799.997848686445,26575.676674327922 -8246,4582.95171959521,4905.279431931814,953.0025722749972,1965.3364986368658,2143.9426229838828,3498.2023894403947,2209.6461533972865,4122.405252963562,398.3582527476985,1507.6655850739282,3240.3566107608112,8366.685365200972,1812.6257996092852,4880.683539277756,2083.029380946869,5515.962342934009,1627.7677667921416,6262.999315765945,427.9777660204323,1699.5153458609723,888.0019515186224,3267.8198919938004,2000.5983224960523,7500.130671707569,822.1143246359167,2183.6331692286976,773.0064095796157,2973.9820858833655,1019.0399309515566,5316.209412761739,1431.2391156403655,3560.3009427934135,1173.2850301960482,4535.56985588952,1377.5524503576319,6393.749744510345,21437.10075847399,6516.340685871275,156651.67099930602,59022.811541914925,4819.676371374909,26611.836259406853 -8247,4625.050591414721,4875.973041921768,961.7841471642123,1953.5946766409375,2150.5678346654845,3477.302523289723,2207.132783766419,4097.776112503925,402.0835363922462,1498.6580991082405,3270.6702738130516,8316.698947952696,1829.5829849840925,4851.524096415729,2095.822777117089,5483.007453014702,1610.6509728038354,6225.58128420883,426.01037773327715,1689.3616613981392,882.324433127558,3248.2964365890093,1987.9364563165086,7455.321449798509,830.7880005540179,2170.587142761845,780.5399233048786,2956.2141523535392,1028.5672354921987,5284.447938499688,1415.8997200177232,3539.0300713924034,1167.891508828417,4508.472280520167,1371.2199238318353,6355.550549899844,21457.637670699565,6539.59085844208,157009.4100889121,59208.6704178671,4786.449840227754,26654.192151257754 -8248,4726.719328442138,4964.542028785709,977.3939393745204,1989.080496551189,2167.9710125947436,3540.4655389297386,2251.7345164495,4172.209641065168,401.82043047947417,1525.8802819120124,3267.020292542989,8467.766559184252,1827.541218903089,4939.6489835451675,2099.2281060390847,5582.602838572772,1640.511266968061,6338.665056871398,436.86170418913997,1720.0478545969938,902.1743477373393,3307.299700542464,2032.8724761483202,7590.742679956382,846.7574008275107,2210.0144944886592,785.3410676231084,3009.911925121291,1028.2105043660874,5380.436615226188,1439.943759174941,3603.314329161948,1197.6400142398556,4590.365846944082,1406.1476059119152,6470.995132617499,21383.196259631663,6546.57077413899,159180.76245108165,60461.643112790814,4801.223951532398,27318.0271125173 -8249,4788.622169595317,5093.529151236634,984.2423263751285,2040.7601415387344,2150.1897643217167,3632.4527674304322,2256.0904329646996,4280.610640138719,397.2668448979269,1565.5252090024123,3228.3317405863945,8687.77332631852,1805.8991974067014,5067.989342960146,2074.0665800287516,5727.648216728226,1623.38872649383,6503.354198614055,437.8036895497649,1764.7375806494529,901.4495451749292,3393.2288897772905,2031.456417902589,7787.962896821476,856.5836280374906,2267.434375026694,782.6899983242048,3088.114481530523,1016.9073425266479,5520.229376069703,1421.8783601336595,3696.934474567075,1200.2224318559902,4709.631245073693,1409.1796191255828,6639.122431512464,20893.001995440718,6447.151417761257,158786.12671575486,60837.655794191,4688.0572267854295,27553.551361133737 -8250,4816.0478000528465,5022.3750462540565,985.5316351916741,2012.2517229072143,2132.908341033321,3581.709183191743,2254.7606856579455,4220.812608197737,392.36314312333366,1543.6555893798009,3187.2343259421664,8566.409392399419,1782.9096801930764,4997.192016577511,2050.0715340861834,5647.635779297215,1616.789392106996,6412.505528929948,438.36164080019375,1740.0850618649586,901.1596241499651,3345.827145822511,2030.9204184694656,7679.168873442555,861.6680950591813,2235.7594284874003,777.7134300728135,3044.9750362671753,1004.6165569537087,5443.11447814919,1414.5096415722517,3645.290112493838,1201.7520343299561,4643.840005622391,1410.9755234300405,6546.377146179341,20531.495398538696,6362.642079021867,158225.1475826447,60928.89503364537,4621.885911352222,27654.650287481232 -8251,4790.816383403095,4884.61550370033,977.8780116828835,1957.0573428982182,2096.993165452816,3483.465899069624,2207.232944515245,4105.039252214695,388.4387883414678,1501.3144089830737,3155.049263384405,8331.439954960637,1764.9056510808182,4860.123223443413,2021.2020123128304,5492.725858333361,1561.1015440433582,6236.6158711180515,427.73853122916006,1692.3559854978164,875.9927183189624,3254.0539084940624,1974.474324506821,7468.535700599901,856.6305506625187,2174.4344192453436,770.7390931075076,2961.4539204165085,994.6328262028546,5293.814405241121,1365.233676133198,3545.3028567138617,1172.6291769681766,4516.463362306121,1376.782413923281,6366.815501989813,20067.241772494363,6248.712099900889,155523.74430656168,60028.77964955834,4472.537833197171,27213.8186812478 -8252,4613.606420827405,4630.605101144524,937.414500416627,1855.286195687596,1979.7644211845545,3302.3182581464457,2093.173995820319,3891.5684739778962,366.9703813037279,1423.242864334425,2979.411764510615,7898.187344755002,1666.6556434180106,4607.386471590074,1905.9649513611873,5207.092423041064,1463.7689449438362,5912.298571873404,405.28945101611885,1604.349872259553,827.3593815115765,3084.83617935884,1865.0735240724782,7080.155948217211,824.0226735321412,2061.3592014016267,732.8767971546598,2807.4520134280037,939.9255964072389,5018.524788870629,1278.336667279568,3360.9395623800638,1111.0858636307867,4281.597654673894,1304.5244886032222,6035.727544824332,18714.73530947649,5868.7345915881215,147469.11980328267,57263.50858936055,4156.897106751613,25988.46590161207 -8253,4163.290414977745,4401.4174066526075,840.8575159942903,1763.460450126347,1773.4347453021935,3138.872943434535,1899.6625667221597,3698.9587421983556,325.0449316087024,1352.8007204560242,2637.938409731773,7507.273563797472,1475.6385773655381,4379.347962584851,1694.1755222456682,4949.371999602637,1330.8121928855458,5619.674595257346,369.72458051997967,1524.9439975736104,754.1036778506766,2932.154947340641,1699.9907322339438,6729.729906053938,742.5182734770054,1959.334055104404,652.5086991485186,2668.499664804015,832.7683440960413,4770.137353321978,1160.5262100072841,3194.592838182362,1013.586102038057,4069.6837743531196,1190.0501434657008,5736.994560610728,16596.065147801448,5222.0627091682345,132739.01763083544,51847.78310257879,3721.9591413293133,23620.384814258814 -8254,3658.501044486695,4175.6737023003225,747.2809921229248,1673.0145646966744,1600.8708919965895,2977.8837119494515,1717.0776308414102,3509.243345642686,292.5447518820907,1283.4171065718692,2375.361730671482,7122.234021463654,1328.7555888513018,4154.736174975868,1530.3555462792613,4695.524325960271,1221.658616489074,5331.447862098531,334.57640295955656,1446.7313503428047,686.3452289959197,2781.768047305418,1546.9178508876757,6384.5696956211,652.2698135662262,1858.84203473971,584.8628262470428,2531.635345031665,749.254886739273,4525.482421303825,1066.3056752312182,3030.745796522883,917.2286885355334,3860.954311572274,1076.9170277569413,5442.750619555811,15201.293451830656,4743.6597967947255,119480.51922893929,46444.87534601851,3429.454376402169,21133.54799344234 -8255,3017.3792445387044,3841.5418308696258,637.570264373858,1539.1421581614218,1474.8386370806274,2739.5974069087765,1494.7765433832403,3228.438347460149,275.5519620285312,1180.7197719097305,2243.5628935659583,6552.322301338577,1255.0285269277435,3822.2796967120753,1443.9141309526933,4319.79469710609,1130.0680500168646,4904.832475312726,289.1132092746228,1330.965826499023,605.0685803399774,2559.17465763988,1362.7513798338964,5873.684896480212,543.2797131731226,1710.099960515982,527.4611008920722,2329.057242449193,704.4394909421699,4163.359320132397,997.652751720539,2788.2295375860217,792.5930443257132,3552.0058683729458,930.5824776140392,5007.228933739956,15180.076636235597,4545.555456857271,106727.56148930547,39519.336319977854,3423.544731880311,17729.2024528124 -8256,2744.7439053668722,3598.1882945433154,588.9058457989302,1441.6407632559544,1455.193567143602,2566.0497152698913,1457.094104186795,3023.9236178917754,271.47886780388154,1105.9236758225552,2215.121985080672,6137.246565245517,1239.1189432993374,3580.146375776045,1428.6295043694852,4046.1448549263328,1125.0810775146606,4594.121729339857,282.07824079432794,1246.6519611636854,594.2416730829402,2397.0563649250103,1338.0540824498403,5501.5994022292425,495.00425546303444,1601.768751021163,504.8502708679945,2181.5164004617686,693.0373462725016,3899.619327661206,1002.5057449975587,2611.6011035003694,773.3069414924249,3326.993821862264,907.9386889931224,4690.031589062026,15412.327053635483,4560.484371067163,103419.35621423175,37604.55300696549,3500.353039192681,16776.90293284262 -8257,2876.7739925163783,3451.656325583636,614.5276622550894,1382.9316457001034,1499.6862853233952,2461.5503710312523,1496.3451286520792,2900.7778997020614,280.661975457465,1060.8862401821914,2289.5153270721157,5887.3144467512575,1280.7338972105947,3434.349142651282,1474.2209507756963,3881.3703840662183,1150.9932458567891,4407.0315474109375,289.339037428047,1195.8835322980287,608.3783532563435,2299.4390753038806,1369.9780681052746,5277.553263771565,519.1490426350442,1536.5386102691746,523.54641150554,2092.6767213481808,716.5924645984294,3740.8119358573977,1025.8013511196452,2505.2467327706545,793.2121437576138,3191.505927531253,931.3093614636417,4499.03559136214,15821.605003361732,4691.978803640269,106748.63793749911,38837.82034016412,3585.751385846757,17328.008319214212 -8258,2990.7041793336402,3382.9714980962835,641.9776565004528,1355.412561367265,1586.601473494231,2412.567753227575,1568.6998739619273,2843.0550528058047,297.8484091315589,1039.7755670683787,2430.659302427478,5770.162233727693,1359.6885438500822,3366.008712392932,1564.1587424285015,3804.1346369067646,1214.762488307145,4319.3356202928,302.6880866246665,1172.0865356207983,638.3279229431093,2253.682325121569,1437.269814176216,5172.534744751954,541.0673698056711,1505.9628867848417,552.0544640377811,2051.034354312032,760.2753271485916,3666.37317421923,1084.1963869242943,2455.394597035643,829.8080625955951,3127.9978568022584,974.2765828726853,4409.508867290062,16900.58636798002,4988.65584572987,112328.03603183683,40562.30853331762,3825.739456629216,18057.414391501752 -8259,3247.6262146230747,3413.9024175845384,696.125730819219,1367.8052631185544,1709.4062187051727,2434.6261533580623,1672.9278070268342,2869.049450626921,324.57350752191286,1049.2823614262222,2648.968639193183,5822.919528190871,1481.8087866662572,3396.784539070272,1695.3109097774147,3838.916302150725,1278.164977314578,4358.827830732413,320.04509613673457,1182.8030652418595,674.5342319034826,2274.28801647595,1518.8241803992612,5219.8278584628315,588.2089936676467,1519.732088455519,600.0604545628104,2069.78721064457,828.448037323706,3699.8952696697797,1141.1892657402475,2477.844568203164,877.3916546565611,3156.597521305087,1030.144417331844,4449.825542684356,18199.931193467997,5386.809974672335,120654.93770394422,43525.01528571615,4067.241303780724,19310.996156291934 -8260,3971.999263345311,3497.4028911337905,851.4299613526568,1401.2603456672723,2080.7363289752343,2494.1745562865294,2045.760313412529,2939.223391899991,393.50666225659825,1074.9467077809015,3210.9622257531173,5965.342034334775,1796.1828499500857,3479.8663272597028,2062.009175587439,3932.8121696759404,1584.410294538845,4465.440189103023,392.0701944988915,1211.7331880111803,830.1298604398127,2329.914716695898,1868.8708835026848,5347.499374725915,717.7005089213653,1556.9031418518887,730.7308898033591,2120.4120355794576,1004.5193528666599,3790.3908285084685,1414.678719150955,2538.4500482428643,1074.8457665663893,3233.804586883681,1261.9750370825484,4558.663609675326,22202.37592927365,6555.126984702632,147532.71975920297,53138.562066214785,5009.472841361743,23608.236854414277 -8261,5292.471452184643,3717.688200895513,1098.471445344503,1489.519284917496,2541.7000684293553,2651.2711310403947,2600.2009395955356,3124.3515442741354,472.07536642504084,1142.6526529841708,3844.6557557878177,6341.07147094025,2150.6652046921104,3699.0470895828234,2470.987076332922,4180.521905728364,1922.2881890862839,4746.697712442038,503.022380047186,1288.0546839836015,1044.847082662995,2476.665320232846,2353.8660240516347,5684.313746097993,949.8590620571881,1654.9653044186555,902.2960270495915,2253.967029562059,1206.6385315540228,4029.130099838258,1704.1430263715492,2698.335332437435,1379.0170313071221,3437.487052789008,1619.1021292111866,4845.792847173977,25631.596696391025,7778.001499190434,184001.0285939852,68785.03503132053,5788.298739127948,30951.564268820362 -8262,5379.858854111829,4242.798985774736,1119.417522251366,1699.9088061816403,2632.165541408604,3025.75414018917,2666.1906569300054,3565.655549074003,489.6432243963293,1304.0484449465823,3989.3954942975265,7236.726199671566,2231.631288295421,4221.524881036167,2564.0991708757747,4771.0063736278025,1988.7798692880976,5417.152582961963,516.2720812510132,1469.988017153141,1073.5294021809082,2826.4858538314825,2418.3886427658895,6487.203685064439,968.9941588976993,1888.723511936389,928.0258771775299,2572.3321887758207,1251.1937947811662,4598.230991246239,1766.820138471529,3079.4659995929683,1415.3405913405627,3923.020380696228,1661.7495744968544,5530.2445676621865,26835.167316301784,8094.5127203959555,189417.86218548502,70250.58655903752,6064.351817928631,31561.797116553185 -8263,5248.45848615353,4722.942980261849,1091.7126820132808,1892.282050165254,2586.3903237915015,3368.169061112195,2618.053658796045,3969.169386057,478.6435305775859,1451.623437648488,3899.906439608414,8055.683363602672,2181.57193100942,4699.261353115888,2516.500153547054,5310.925909207411,1988.279848219992,6030.194418941047,508.9716246721338,1636.3418606348914,1062.42832814521,3146.350219965754,2393.051273911462,7221.339782683402,944.7101791435064,2102.4643124181903,906.636074486342,2863.434797315045,1223.0585228931811,5118.5980892666175,1769.0962271646904,3427.959319896199,1395.3266628198307,4366.976052967581,1638.2512466690378,6156.084661927958,26565.863375152294,7966.190710826821,186213.82930356788,68655.78138451971,6071.653957246014,30879.700766541566 -8264,5116.303820901784,4875.778098132257,1064.2858555854373,1953.516570969278,2484.979797737827,3477.163499032342,2535.819983349096,4097.612281408661,460.3774920982034,1498.5981820236898,3750.0345341286315,8316.36644225687,2097.7349602244435,4851.3301301070305,2414.0772694788516,5482.78823969223,1890.3871093762282,6225.332382421019,492.46908715003593,1689.2941198917988,1022.7509500191399,3248.1665681070963,2304.101314745305,7455.023382396794,918.7909195412419,2170.5003616251497,877.5126297681459,2956.095961464355,1176.6026367569675,5284.236663683821,1677.9844493706833,3538.888579237427,1350.0855737441857,4508.292029591027,1585.133741962965,6355.296451877158,25200.955445033487,7617.525334902176,179510.26102957266,66854.36237832259,5715.7680504552445,30086.327885328195 -8265,4943.957829668203,4866.160923709288,1025.0896328204774,1949.6633788791032,2370.9397621776898,3470.305006460626,2434.3893372555126,4089.5299915187456,439.050417734293,1495.6422886634102,3575.3648479850335,8299.96291752076,2000.0263381357147,4841.761177807393,2300.091457242459,5471.973774849065,1797.9864298997268,6213.053294620524,472.13084533463405,1685.962090444249,979.2983252433971,3241.759757991536,2206.3074180420376,7440.318804224279,887.3399197600986,2166.219182264083,840.3550604299913,2950.2652427769463,1122.2950445121112,5273.813829694234,1593.5936866487395,3531.908337715973,1294.3290448842745,4499.399698987453,1519.6700728819983,6342.761017889547,23846.342453994745,7242.487418682151,171836.24411842483,64363.641199582635,5396.659582779249,28993.61017481989 -8266,4746.371816828985,4926.853099948733,980.5584276043412,1973.9801483517258,2260.962098392762,3513.5876611773115,2342.231173492579,4140.535800589391,415.7419122911435,1514.296374871791,3384.625311302043,8403.482472272155,1893.328388888723,4902.149033309876,2183.6073414464213,5540.221825402151,1734.7511434363587,6290.544304772884,455.4892998745836,1706.989900648328,945.2832002216306,3282.191929808819,2129.6324170059165,7533.116627235735,851.1225836736971,2193.2368987852665,799.1576544217895,2987.061810106914,1062.908769744664,5339.590371700133,1536.1105573511754,3575.959327121154,1248.7068707485466,4555.5175224182685,1466.105136695253,6421.869780542014,22615.91203835434,6879.621907210319,164521.7692656169,61854.03978331527,5153.332200798394,27936.226342002177 -8267,4564.830626007938,4986.11569049948,943.375725168747,1997.7241437406458,2167.203124753705,3555.8508061715615,2253.0421637702575,4190.34018339382,397.87023172621434,1532.5110697725663,3238.76104084433,8504.563655504473,1811.7332524167662,4961.114471305745,2090.040046837911,5606.862313953054,1664.5853176232179,6366.210037830555,439.03323041839747,1727.5224072005192,909.1033951181427,3321.6717341584244,2048.2869222111194,7623.728625847086,817.7929500182421,2219.6182212393196,766.8175657251,3022.9916455233542,1017.2941199744093,5403.817567333399,1472.8211693453627,3618.9727089147996,1203.5931721367176,4610.313507644748,1413.1372009694928,6499.115160433375,21595.738600833018,6581.803071635036,157952.36241033988,59564.19674795669,4921.447614605819,26918.771752724002 -8268,4491.759412661922,4932.181529911906,926.4335211030954,1976.1150232416012,2111.6019248744165,3517.387633571911,2199.7959661860837,4145.013822275015,388.4705446895157,1515.9340981838732,3161.746073540264,8412.570903952961,1768.651785325205,4907.450745632759,2037.4781388847114,5546.213618414491,1612.5099226355815,6297.347577384882,427.36027337730945,1708.8360235078758,884.8955901063367,3285.741645919466,1993.747663175901,7541.263751482865,804.2940654574402,2195.608901556761,750.5563542262844,2990.2923406967116,993.3651299320344,5345.365180234191,1425.6541431452722,3579.826754957782,1171.5921972221088,4560.444350065,1375.5648973323398,6428.815082677894,20935.499887821134,6402.493388446597,154170.56203497876,58315.635927364565,4753.990232496062,26354.226583231488 -8269,4455.896850082142,4920.809873989637,917.9855868877895,1971.5588851572975,2079.925279455226,3509.277931673948,2162.3999795141926,4135.457063122071,383.22443195989246,1512.4389549372515,3118.6686888921586,8393.17484945633,1744.5546910320813,4896.136109097915,2009.1847897844818,5533.42624784479,1587.5680525880878,6282.828389589651,420.18560475466256,1704.8961248709215,869.6633179636298,3278.1660278648046,1959.4585376165344,7523.876585969822,797.8577288227581,2190.546697577253,742.1683283827962,2983.3979116496103,980.0297052733315,5333.040886564167,1404.191469535952,3571.573093191314,1151.9231116762792,4549.929772755328,1352.4714491994303,6413.992782917687,20612.410710267126,6304.4537464587365,152058.70732297792,57473.498710071864,4683.685751288957,25970.931335374917 -8270,4480.463827594551,4877.467600469437,924.3736651386891,1954.1934825813214,2088.093456222345,3478.3683684378266,2165.471713022623,4099.032142072326,385.7521322504054,1499.1174601942841,3139.3084404276246,8319.2481403691,1756.100378937687,4853.011160996518,2020.834353237826,5484.688076673894,1589.274517861446,6227.489517835745,419.8278727286538,1689.8794759736998,870.125284848507,3249.2920879519124,1960.4018424973585,7457.606617149236,801.2324499629585,2171.2524601333284,746.8034747233193,2957.120276134814,986.4793174334377,5286.067700702697,1405.8625979311905,3540.114836955745,1150.9424027136606,4509.854194596773,1351.3200000632241,6357.498621047454,20725.969646932237,6336.395892470306,152601.86720771287,57593.30808037399,4702.831359030869,26005.969023081798 -8271,4521.6186965123015,4849.330860590158,932.8911028065555,1942.9202895645437,2094.429100257679,3458.3026388412577,2162.9578319193715,4075.3859775899236,389.3594373462071,1490.4694728612856,3168.676122087512,8271.256735793864,1772.5283909887823,4825.0155034436,2033.196202507366,5453.048452513705,1572.546635958109,6191.564880909932,417.8933965399059,1680.1310361812496,864.5551783730966,3230.5478350404833,1947.9788002248604,7414.585780375554,809.6866130541357,2158.727114874831,754.0813507081709,2940.0614802971263,995.7019531795952,5255.5738616734825,1390.7709189564307,3519.6929093348194,1145.6391086322099,4483.838113146098,1345.0934092785033,6320.823998141489,20746.111841415026,6358.704979876448,152944.68879898678,57772.96146295656,4670.105662211037,26046.613483420893 -8272,4621.355290586818,4954.145079204697,948.0746325355634,1984.9148817743765,2111.567545575675,3533.0509493284967,2206.715000510801,4163.472026794195,389.11699072857397,1522.6847202135289,3165.2307530394432,8450.033011664835,1770.6010831100862,4929.304166010734,2036.5916607520992,5570.911520439718,1601.682849683891,6325.39036191966,428.532817448128,1716.445659124082,883.9981601934679,3300.373416499252,1991.995382152972,7574.845832177001,825.2727650341376,2205.386190580811,758.7447213008641,3003.608442877144,995.3904100851911,5369.168681973135,1414.3901539038886,3595.768119020587,1174.8066829145055,4580.752512623947,1379.339020864335,6457.443306539142,20673.943352329836,6365.992381315766,155068.39898078152,58998.408375346226,4684.798855021755,26695.79907032603 -8273,4682.246646865956,5061.883442055604,954.7638924142256,2028.0810540082955,2094.3363660772284,3609.8846146862743,2210.9863973327065,4254.015531833083,384.7209698038654,1555.7987199594209,3127.8478013354143,8633.796851471285,1749.6894024329522,5036.502310665272,2012.2329420928631,5692.062774027103,1584.9305441247327,6462.94935365099,429.44697748573014,1753.7734002943628,883.272388480148,3372.1470167886005,1990.5725458932664,7739.576875729277,834.8748786073593,2253.3469777254054,756.2106853910207,3068.928261151964,984.4853016071145,5485.932610848428,1396.623274073979,3673.9657018812313,1177.3128184488241,4680.370664382737,1382.2814713834996,6597.874068845513,20200.07888345134,6269.571611131291,154687.5979875375,59366.6701207851,4574.377623501481,26925.698771119965 -8274,4709.3325011432,4975.328859642595,956.0486663891505,1993.4023201459177,2077.6086392202683,3548.1581725506503,2209.7043492049866,4181.2749122294945,379.98232543373905,1529.1956758422896,3088.1047020802093,8486.165107344363,1727.4574768395828,4950.381727425457,1989.0116904283636,5594.732576262913,1578.472942094366,6352.437547350977,429.99018551560323,1723.7851308987567,882.9820797948205,3314.4857173504447,1990.033228465196,7607.235652901734,839.8498484575053,2214.8163578639897,751.4227418225572,3016.451785322323,972.6142995189916,5392.127091279794,1389.3819571557615,3611.143519038374,1178.8020029353424,4600.339677294415,1384.029920980692,6485.0551465254375,19850.482723839414,6187.693190564252,154145.54927244177,59457.07342443416,4509.950419418663,27024.525033597714 -8275,4684.722198728773,4843.872465999594,948.630660156048,1940.7333433850938,2042.4999378166938,3454.4099821100385,2163.0641902298908,4070.7987334083973,376.18430818934,1488.7918041803994,3056.9391388431477,8261.946630065519,1710.0237463065753,4819.584478157736,1960.952646003531,5446.910514923763,1524.08278135013,6184.595671090132,419.5626805746858,1678.2398849228646,858.3123078981373,3226.911538542208,1934.6997499282138,7406.239941314791,834.9443195700641,2156.2972570769034,744.6892430988677,2936.752154507377,962.9554634343434,5249.658200985117,1340.9486327687173,3515.73115186991,1150.2153883473086,4478.791116270578,1350.466413427378,6313.70929458522,19401.977642468868,6076.589616174349,151507.55656994466,58576.81577775651,4363.864852516414,26592.75204447302 -8276,4511.703163401962,4603.638017699162,909.4112695735679,1844.4816341753722,1928.332119911726,3283.086669599073,2051.269611704161,3868.9052907699047,355.40350303670346,1414.9543775714237,2886.8393536956237,7852.190963603765,1614.87148496519,4580.554605617808,1849.1723336250907,5176.768071727852,1429.0297619614573,5877.867337626676,397.5351266220323,1595.006679321316,810.64897344473,3066.8711331398313,1827.476567614321,7038.923506216368,803.1802141432023,2049.354540157393,708.126983431189,2791.1023591039393,910.0188008270019,4989.298591905434,1255.57404380723,3341.36658311411,1089.8276734788446,4256.663072969978,1279.5652747887552,6000.577501838694,18094.452108522386,5707.155346752142,143661.03198188037,55878.47235685503,4055.798507992445,25394.810272082723 -8277,4071.554628756501,4376.59469228557,815.7657908620796,1753.5150459515712,1727.5433912775216,3121.170612728174,1861.6863442945325,3678.0976904439217,314.8083870916756,1345.1713177484676,2556.041063154164,7464.934723798408,1429.8259520411725,4354.649713465192,1643.7774486604562,4921.458980660907,1299.2226175789651,5587.981264580976,362.648851575752,1516.3437568374595,738.86998060841,2915.6184460245595,1665.715127501808,6691.776186197058,723.7527456637579,1948.2839807520022,630.4905779102469,2653.450102618014,806.2953129937506,4743.235165668955,1139.8725621661072,3176.5762634713774,994.1882559181936,4046.731941213585,1167.2751571952178,5704.63957944306,16045.764306794601,5078.764184412795,129319.78292676996,50596.54108574387,3631.7454132842117,23081.518072231993 -8278,3577.6602557091114,4160.598126983642,724.9552501044783,1666.9744239016468,1559.480094896421,2967.1325581514243,1682.7894762824321,3496.5738062740684,283.3220692069648,1278.7835425933952,2301.5450798364914,7096.520380248238,1287.4632306892665,4139.736191118825,1484.8272420870815,4678.571916439307,1192.6768881905195,5312.199556430456,328.17999660311244,1441.50816745304,672.4894360479507,2771.724936492524,1515.7491141404494,6361.519268750364,635.766952649079,1852.1309947748075,565.107709932739,2522.495296733023,725.4102643487419,4509.143919794692,1047.3506192364184,3019.803792961632,899.6931798691593,3847.014978265099,1056.3286095039657,5423.10047379614,14697.05422338849,4613.50691337314,116405.29845968896,45325.04096469273,3346.475746160845,20652.345696672124 -8279,2949.4227500498378,3829.7153019030657,618.3588163623441,1534.4037718263107,1436.326936724119,2731.163312080194,1464.902518546673,3218.4993122201377,266.81453302702175,1177.084820840951,2173.469920593125,6532.150393051044,1215.8191600451146,3810.512467942571,1400.7440498279975,4306.495824058714,1103.393505666961,4889.732511314083,283.6217368728753,1326.868329558054,592.9087801420796,2551.2960103280498,1335.4182825952755,5855.602233938191,529.4468084624081,1704.835265346913,509.5459365812025,2321.887032113004,681.8830233220639,4150.542047337896,979.9963497879779,2779.6457244080157,777.5383782326211,3541.0707016765577,912.9068134470895,4991.813733116286,14676.368177393599,4419.752785843797,103964.64280536736,38560.71910197482,3340.5984690365576,17326.04524241822 -8280,2459.782260313983,3560.434380241069,521.7581532415679,1426.514378149002,1276.4946095673447,2539.125493101607,1265.6191015620805,2992.1951635194578,236.34466444627097,1094.3197951292773,1929.06372509683,6072.851635934169,1079.1005735569072,3542.5817659234904,1244.5230993905298,4003.69076592298,980.4518683935428,4545.91800461355,263.12987518536886,1233.5714919236857,528.378631792387,2371.905301898021,1191.8186162823654,5443.873987283048,453.2401996941564,1584.962226401599,440.3057903507995,2158.626885936673,603.2164861418996,3858.7026546424054,881.7115678405764,2584.19893435799,721.3607062419425,3292.085409808016,846.9486807559942,4640.82153216845,13265.063485291295,3980.364888846079,91471.79747231182,33544.695540401604,3095.560920970716,15074.940137968413 -8281,2587.1914693026956,3399.8015549122642,546.7539148453026,1362.1556481564212,1330.7709606348908,2424.5701163518497,1326.0086969225729,2857.1990614374495,245.7759912209727,1044.9483809331946,2005.6452695523092,5798.868404703628,1121.93958787803,3382.7543804851816,1293.976453557063,3823.059952154265,1020.4415305814421,4340.8240259556105,271.525244237048,1177.9175876999673,552.7616843869454,2264.8942438735635,1246.188065359629,5198.267758963218,477.1115776636836,1513.454951368185,458.98043089504836,2061.238112970367,627.371141355993,3684.6131354087997,916.7160130642932,2467.6100208419084,744.3762963341534,3143.5594368155316,873.9712555881764,4431.445878822327,13735.9322589488,4132.677006891167,95386.03922618658,35061.11472986573,3202.272211199207,15763.251569516953 -8282,2656.6108666857426,3341.318733216413,562.5818400665576,1338.7240729287355,1381.5170711538644,2382.8630638920317,1369.8956535191382,2808.0499977169015,255.13281646305344,1026.9733524333144,2082.468293578971,5699.117233503654,1164.913683658814,3324.564801452566,1343.6615878326925,3757.2963098053933,1058.7400102905187,4266.1538920014,281.60787571308566,1157.655244989308,571.6447791184859,2225.933909252552,1288.8950751784969,5108.848020321271,490.8303871850843,1487.4207506550044,474.7284116688177,2025.7810372891804,651.1576550316854,3621.2310322078188,951.8275395604644,2425.1626030932807,772.0174532237231,3089.4844494775316,906.4247024693526,4355.21688280592,14327.53225702458,4300.830843798668,98731.87905613503,36149.13428645895,3347.3338373170113,16249.532333412357 -8283,2881.0458857692006,3339.8241683655942,608.9873995048614,1338.1252644629483,1503.7779769904807,2381.7972142488347,1488.875290449011,2806.7939628513236,277.41542602730146,1026.5139894099623,2264.5009996392732,5696.56803033629,1266.74111162827,3323.0777306002333,1461.2043692081347,3755.615679058341,1150.8811790371622,4264.245650326704,297.6367846820393,1157.137428229917,621.3366776718568,2224.93825369059,1399.5168354585326,5106.562843333083,532.8837390602317,1486.7554304776124,514.952450150774,2024.8749096864203,707.9954100378267,3619.6112631736264,1035.0280801628687,2424.077832955051,815.9601073445697,3088.102529572843,958.0177163589744,4353.268803442516,15601.548945241908,4667.7121610537915,106850.32685852506,39044.89950027946,3603.687416088928,17504.931206920366 -8284,3535.7543418699997,3425.014150555176,748.043554212998,1372.257261149113,1831.004464251581,2442.5504910778805,1818.5710265485582,2878.3877700852363,338.28607167891244,1052.697615872545,2760.9602599169684,5841.872245343385,1544.4558732214398,3407.8405559506964,1781.3446684860357,3851.411390653081,1403.8820810467676,4373.015152159822,364.3395899001841,1186.6529092649694,758.6516974191159,2281.690477954413,1708.9645766413123,5236.817603986071,652.483364361955,1524.6785851880693,630.3949363747128,2076.524053113253,863.4318954006799,3711.9378658623746,1261.944715928044,2485.9095752879584,998.8233517655332,3166.871765985266,1172.7172172895823,4464.309047819577,18963.119037237928,5688.407836146682,130659.91479102593,47771.46771719846,4410.1399463135685,21431.365649620315 -8285,4817.922892142014,3641.660526387757,991.6439490163331,1459.0582345961013,2319.2836285055773,2597.051958347538,2384.5926583851883,3060.4577561402457,421.7715207439796,1119.2851139970178,3436.5593773731607,6211.394937629324,1922.3798296241362,3623.4006305688795,2216.890256869662,4095.029163586971,1759.6299989304687,4649.626530253784,479.90619973282185,1261.713636275914,983.8099869651652,2426.016881026472,2217.412467012041,5568.068076226001,883.856713268979,1621.1208406856122,805.2552766482165,2207.8728273550314,1077.7281329038456,3946.7333588457996,1570.761376232514,2643.153684789331,1315.6448880054973,3367.1895634215252,1544.6969769738134,4746.695144136855,22795.2141628025,7020.279854439012,168319.26612337964,63598.018012758206,5302.0436694621785,28823.090985852534 -8286,4900.782049614298,4179.9624404569695,1011.4546021214937,1674.7328793715703,2406.94017641117,2980.942227631474,2453.2958579709316,3512.847608549801,438.3717256182341,1284.7352746827578,3573.446126275161,7129.549103767999,1998.9530227907198,4159.003408681079,2305.5676600239876,4700.346990703236,1826.3474996767663,5336.923669239247,490.81712978535927,1448.2172547469763,1014.4995827641272,2784.625137111273,2285.902073060312,6391.127139909024,902.4590293386245,1860.751208523374,829.4917771323795,2534.235529307791,1119.8042368508504,4530.13043992817,1633.3224035929989,3033.85860563282,1345.556794446794,3864.9198087010336,1579.816507993647,5448.34074319175,23931.631661215986,7320.490514337698,173513.57710553997,65040.589465845325,5556.779071046469,29417.083748066812 -8287,4771.068668222161,4645.4857263685435,983.7814795628889,1861.2482282855608,2342.2118859426523,3312.9303831919974,2386.8336398189144,3904.074176954072,426.7369717313146,1427.816509291039,3478.5808180232575,7923.5684695236305,1945.8862385194313,4622.192482866873,2244.290440881728,5223.825612151696,1777.440639123255,5931.297967705887,484.1141620574157,1609.5055114591464,987.0549088765025,3094.7494174907615,2225.1670672675673,7102.908298048767,877.8683347680903,2067.9834574239253,807.5030859516868,2816.4738670159754,1090.0885199822765,5034.652008732711,1589.9622105515568,3371.740069211449,1327.180859252282,4295.356731223846,1558.2413460310138,6055.123584345522,23292.913677065884,7142.349568134179,169332.30788732876,63385.215727104674,5475.223867704958,28720.384257490707 -8288,4646.563484792908,4792.99240797263,957.9346524372667,1920.347871674306,2249.429958362769,3418.124844222451,2306.4400267475785,4028.0390453229325,409.4540008731257,1473.1535284168494,3336.6426220159806,8175.163105746063,1866.4873121239866,4768.959541263589,2152.477079794084,5389.696142536315,1707.5153241561275,6119.632650526079,470.2581890800907,1660.6116456726759,952.3045155519198,3193.0160453223984,2147.362892090612,7328.444763877568,852.82695610177,2133.6475010534823,780.0971107020614,2905.904496754002,1046.1605830351339,5194.515767784673,1525.0903132949034,3478.80189614116,1289.1952278390831,4431.7458743724765,1513.64246486836,6247.39006394305,22194.99357240728,6831.255382202481,163321.34749516094,61583.40550251974,5193.7142020460615,27928.832743346386 -8289,4499.425757825277,4801.829813540703,925.0582417713041,1923.8886436032458,2156.261242423839,3424.427244259733,2222.4843504574033,4035.4660161289657,391.981713135798,1475.8697553762333,3193.5019341251805,8190.236618449828,1786.4157227862422,4777.752634599972,2060.0719552185756,5399.633761177447,1635.8844262289165,6130.916139223112,451.58078022608873,1663.6735112786935,916.463295685647,3198.9033857093646,2066.3797419151647,7341.957082080676,825.4196789907292,2137.5815586736758,749.5484861607866,2911.2624557061563,1001.6776524533565,5204.093509341973,1459.6674688823216,3485.2161736175944,1237.9918103928476,4439.917207087571,1453.5245980632578,6258.909114055706,21136.44841144821,6525.1972697431975,156924.96976192022,59433.56598012677,4933.464633691683,26969.71846883468 -8290,4322.341682605072,4848.096224994121,885.530832070958,1942.4256236779047,2047.8069402816632,3457.4221578712986,2122.5754271349183,4074.3483877161502,371.4835831115932,1490.0900005755404,3025.662557068367,8269.150880721576,1692.5279130207305,4823.7870585172295,1951.7305282279592,5451.660110921857,1551.7015508210698,6189.988513650838,435.2859934887549,1679.7032762195329,873.8479907963953,3229.7253402537785,1971.0835531374664,7412.698033014631,792.2016300887378,2158.177504750305,713.3801784017222,2939.3129430942695,949.4722612745935,5254.235796947901,1382.9556720849487,3518.7967984531506,1193.3202623193943,4482.696531698985,1401.0757907179768,6319.214721618862,19907.934952435768,6180.177713410098,149700.8170166751,56972.41269633292,4672.941196200041,25913.70324760682 -8291,4144.526558651909,4895.142411605583,848.6807833254819,1961.2750264392014,1947.523070010388,3490.973168512391,2026.427225444614,4113.886083684393,353.18888019960633,1504.549914113052,2876.1069438079785,8349.395165776632,1608.8678732053843,4870.597347669283,1855.136234231247,5504.563313956158,1476.2244912576157,6250.056495229809,419.7172317150896,1696.003207185735,833.5518144542268,3261.0667687258447,1880.946396362017,7484.631253555452,758.684606749765,2179.120575373716,680.8342290234185,2967.836194039122,902.827931750311,5305.2231838172975,1314.5996231053005,3552.9433919086146,1150.6390845152698,4526.196860026961,1350.9638745552038,6380.536721272766,18847.06418705164,5870.684158465195,142940.6653750844,54611.4800834758,4435.296033200548,24871.973637271814 -8292,4072.3104251217733,4853.554625887832,831.8594485843485,1944.6125723827572,1897.8701855129348,3461.3148190976103,1982.8200824407047,4078.935637194852,343.6675719225937,1491.767671193735,2798.0009347073983,8278.46099720088,1565.17608732908,4829.218090074635,1804.705344449564,5457.798055599657,1437.3580842038432,6196.957731518419,407.71726421704926,1681.5944296617479,814.6687197226862,3233.3616409511114,1837.9173855250963,7421.043881712852,744.9657972283642,2160.6073653541407,664.5634601845167,2942.6222727055033,878.6091382861172,5260.151464467447,1278.901455695716,3522.758560492948,1117.7416226699795,4487.743534402586,1312.3390067616087,6326.329433390922,18255.02090523417,5699.986632434519,139450.5933841863,53454.37107787621,4281.757755074662,24350.266727924816 -8293,4037.0246833293945,4769.859202245921,823.524498114973,1911.0793816369767,1869.917138427764,3401.627387416668,1960.2345854315568,4008.5978595293404,338.4383025234989,1466.043405817196,2755.018481744961,8135.705974610189,1541.1320969511462,4745.942329304961,1776.9451770587286,5363.68296766411,1416.1506785721504,6090.096463312216,401.8681214375874,1652.5967632022562,804.8330134066407,3177.605068050192,1815.5721070650002,7293.074288410591,738.4357088364064,2123.349528015168,656.2463418189174,2891.8792530599458,865.3256160346509,5169.444623981709,1259.2567554931995,3462.011583723382,1101.7064166207608,4410.35621206677,1293.5120918887583,6217.2372601614725,17917.243110279644,5608.700261765022,137678.45237387362,52849.683041326934,4213.396800735485,24087.572085617547 -8294,4055.672641381512,4684.73419921846,828.3401119119824,1876.9734193328973,1878.6419666047836,3340.920450508385,1967.6148855533522,3937.0586608947906,340.0334651844033,1439.8797510703605,2768.0093188649257,7990.512591251382,1548.39905221279,4661.244157300217,1785.2478400283976,5267.960324814241,1422.8667099387615,5981.409926059108,400.5132062237042,1623.103795274707,807.8488095451393,3120.896131880654,1821.8948104899985,7162.918880345689,740.8319492128875,2085.455299414973,659.3175774603783,2840.2695053223465,869.4029862273942,5077.188443954522,1265.1945521423017,3400.22700391717,1097.99196726416,4331.6470573547,1289.1509616593376,6106.28171238671,18002.454877312826,5631.201225991035,138158.5575902896,52989.18863982058,4224.835937981557,24135.05673712031 -8295,4092.9685574857476,4655.947655111677,835.9845204662447,1865.4398774444587,1896.2895811061735,3320.3913127140017,1987.6323077190389,3912.866399824408,343.22379050621214,1431.03204270527,2793.990993104857,7941.412848691337,1562.9329627360783,4632.601953747026,1802.083361913205,5235.589999029622,1436.4093798065326,5944.655627237635,399.25542572327504,1613.130220039562,816.1078800600837,3101.718989628259,1839.6221166551309,7118.904498416234,748.6793030798154,2072.640687442036,665.7683564876174,2822.816744949356,877.5577266128813,5045.990364647327,1277.0701454405068,3379.3334418795057,1094.543809089617,4305.030147244333,1285.1024835655119,6068.760107026178,18172.940358541407,5676.1805920661245,139207.8002932574,53389.30340153875,4236.412009796263,24285.926205001433 -8296,4189.807658901295,4786.884202851413,851.1885308691857,1917.9005740977925,1905.9724413014403,3413.7687747983246,2014.3528995871825,4022.9056992562505,343.8165749878356,1471.2761367665628,2797.5179755650315,8164.74465128195,1564.9059244097568,4762.88196370591,1804.1650522495486,5382.827496234084,1440.7908368548244,6111.833770762837,406.49014898797907,1658.4953567877658,824.9261427027399,3188.9468552840995,1859.9902242796895,7319.105370023572,764.2526430866283,2130.9283737352066,671.3417029584266,2902.2012026074653,879.345421362919,5187.895859987146,1278.6872931508071,3474.368499684624,1114.3775321893424,4426.098043009183,1308.389232439463,6239.428369716425,18013.721989568785,5669.46731768361,140651.82261593366,54370.45000012547,4205.057083296035,24791.42512440393 -8297,4262.166844981258,4876.427908662909,861.5769274751174,1953.7769223663415,1905.742191811137,3477.6269117252486,2031.6611037668422,4098.158383293817,342.6497137736229,1498.79790499309,2786.771135831324,8317.474790992637,1558.8942407262714,4851.976682378846,1797.1215921283474,5483.518948404519,1437.9387228851442,6226.162052364461,412.00694455696583,1689.5192575183237,829.9861164609149,3248.59946164712,1871.9068896879712,7456.016937190027,776.411451678971,2170.7896311454974,673.6293334669593,2956.4899298211417,876.6234661317121,5284.940910792982,1273.7800032985926,3539.360218229053,1129.5016207978028,4508.8928640788,1326.14640549274,6356.1434425475145,17768.761242909677,5636.447339625854,141403.92262849773,55069.380982273746,4159.437468880373,25170.96843054851 -8298,4299.534287360407,4748.935344759655,866.0048669617787,1902.6960833191806,1898.448239318649,3386.705528372659,2038.5290565204045,3991.013413788668,340.4959543498191,1459.6123389887339,2768.326385654111,8100.017216274775,1548.5764164696648,4725.123387544657,1785.2199390617116,5340.154193908258,1430.6221322411886,6063.3811442487195,410.1202738063221,1645.3473460414255,831.3336264891767,3163.6659237751974,1874.5168041715385,7261.08188767566,783.4788050813705,2114.035067978947,672.7802355846967,2879.193497193185,871.307832169499,5146.767912152478,1265.3528679658973,3446.824838387268,1124.3293835359884,4391.009380025795,1320.0736883520012,6189.964214800162,17520.762812905486,5585.146883501168,141239.65262874917,55287.98821309729,4091.213449109827,25291.10390582646 -8299,4260.2997232192265,4568.743268471162,854.8411217351504,1830.50079471042,1866.2964625053955,3258.201462380564,2011.434787734118,3839.57968363284,334.0004883596835,1404.2292775560466,2714.9190657195436,7792.672766579607,1518.7008510211278,4545.834824506938,1750.7253516951364,5137.529099641001,1404.0459324534963,5833.31415904196,399.3422826379747,1582.9168152012608,819.2246167806157,3043.624800849137,1846.406194980217,6985.569730432916,775.5707673509204,2033.82080086618,661.8208422192674,2769.9463045844122,854.8114993022912,4951.480604800711,1240.9436529411048,3316.0396246199102,1094.7819240709948,4224.398331496319,1285.382054059997,5955.094202251536,17098.704494341895,5462.049034015492,138807.47770426102,54518.61386513383,3963.378996145448,24933.82715157767 -8300,4115.831693021499,4310.119219341809,822.8066867866837,1726.881155863669,1779.4614770074284,3073.7635971813634,1930.7952364323621,3622.2315888977614,317.6299141784647,1324.739702343155,2580.9202597269555,7351.550894326265,1443.7431466584662,4288.507559676709,1664.2321596074905,4846.707641705666,1336.742748601814,5503.106213660986,379.0134155303504,1493.3122276536483,784.914207560876,2871.333533038519,1768.4705866878576,6590.135751546955,748.5231485403834,1918.6917730756716,632.7750891240557,2613.147227230646,813.1090995477541,4671.190842835703,1179.6986824373857,3128.327699392919,1039.0510956216456,3985.2667065774044,1219.948559798135,5617.992622007042,16123.890141159123,5175.660139338828,132630.12243156057,52359.253563922364,3720.219666375864,23958.168974933556 -8301,3721.0980765509134,4090.8086222244933,739.7873191108697,1639.0127424463399,1587.5290436940331,2917.3621392193127,1733.7204831356541,3437.922586702763,282.3966864478424,1257.3333406253325,2293.7583648234095,6977.483975448962,1283.1074136535594,4070.2966226255417,1478.9857231504243,4600.093965177746,1189.6212352022164,5223.093191213245,346.8226587082532,1417.3284370290996,703.3226786439847,2725.232267712078,1585.8491998566044,6254.8117075459995,675.7693558667695,1821.063513386473,565.1468239630789,2480.183183872484,723.0973893650304,4433.507938754066,1048.4448214862332,2969.149871398344,950.8013404036494,3782.485489489697,1116.334635291062,5332.133866406033,14207.389329343603,4600.10303490179,119031.65022198904,47289.628674887914,3308.8465668590666,21712.76801012422 -8302,3248.7213935628406,3921.5983142792475,652.0371443436295,1571.217380578564,1400.6080234712942,2796.6897266104174,1520.506532539467,3295.717953509349,250.5337470436507,1205.3255882701646,2035.6270734499951,6688.870568858772,1138.7111342823043,3901.9347635052677,1312.4531478266417,4409.8178148352445,1054.6315797391378,5007.047590226093,313.37926028510384,1358.7027218132077,618.247811770019,2612.5070258768524,1395.4516998865213,5996.090581012863,589.5394891258422,1745.737887979823,500.7031331402318,2377.5940385324425,641.368696067994,4250.122375440589,930.453998205021,2846.335335087501,859.1175151114498,3626.028516411612,1008.6887735107181,5111.57795757224,12703.639855512227,4097.183256432912,105296.05248218207,41670.44111767959,2988.5757616049605,19133.784832226167 -8303,2656.2016861898937,3641.1406804844937,550.7850902172236,1458.8499544886115,1277.4504515523133,2596.6812299912494,1314.4837627967574,3060.0208767509916,233.28786222001426,1119.1253363964208,1900.833147498249,6210.508262941094,1063.308647099453,3622.883391260044,1226.0914335451068,4094.4445994522835,973.5791538321416,4648.962797518142,268.3143235438801,1261.5335270482262,542.8618854754973,2425.6705678740764,1224.146647011169,5567.273236246397,487.0214106577226,1620.8894261916969,446.58040106193084,2207.5576541981955,596.1020321215152,3946.1699638909427,868.8210085391406,2642.776375425985,735.5736774096439,3366.7088981625393,863.636111989697,4746.017554886885,12611.728769286172,3887.512886494299,93199.96177910276,35156.53312249325,2964.4901136310814,15937.944046150014 -8304,2292.7712292666524,3371.5998358708653,515.8924082505227,1350.856420757558,1146.0124765639155,2404.458046834518,1131.850800201074,2833.498288355684,228.90860306277833,1036.2804218844485,1875.4131545581472,5750.766168480102,1049.088935949113,3354.694069586545,1195.7468204116426,3791.347259249205,882.7573732401933,4304.816424449788,227.15484547304726,1168.1466348000135,456.3455693737805,2246.1067028678494,1029.3224944824037,5155.147569601451,440.7893654402759,1500.9006799994252,431.08805758561834,2044.139921443446,582.7620024664417,3654.048873718023,791.9378720502164,2447.1409306942865,622.73650850661,3117.483273664504,731.1541365844372,4394.686559314064,12298.868378615107,3683.867267328802,84893.95431197171,31058.53430913636,2767.654149592828,13741.854701842129 -8305,2425.44041867664,3204.1440157280695,544.3728108740876,1283.7640074093144,1206.6518581870776,2285.036848046964,1195.4810591019627,2692.7681297224754,240.53061608488375,984.8119213529314,1970.4041331565477,5465.145302401391,1102.2260190608285,3188.0779009730218,1256.3859336487724,3603.044021721098,928.1785204009374,4091.0109315051545,240.0544352672743,1110.1287909573568,481.5707862265861,2134.550273170784,1086.2775552186679,4899.1090400463045,466.8594551236222,1426.356082017125,453.4202206020254,1942.6144902845826,612.3970844955766,3472.564776916167,832.096681851331,2325.599819203346,658.1002512121452,2962.6485531206004,772.6746615754421,4176.417524468659,12892.055869307153,3869.4928666193973,89456.56534327443,32819.69813521208,2900.714445246329,14538.066187978344 -8306,2510.286477471952,3117.58943331506,565.8853826303686,1249.0852735469364,1271.4931311260634,2223.3104059113402,1249.2402762641887,2620.0275101188868,253.7629235218017,958.2088772358,2079.612745231225,5317.513558274469,1163.3163160758857,3101.9573177332068,1326.1309369777769,3505.713823956908,978.0548260011487,3980.499125205142,251.00944404371958,1080.1405215617506,504.1589995631435,2076.8889737326276,1137.1785191192382,4766.767817218762,484.4606130739387,1387.8254621557091,475.40958516967765,1890.1380144549414,645.9170063454159,3378.759257347532,878.0482696171881,2262.777636360489,688.1329978255662,2882.6175660322774,807.9360708865067,4063.5986021485837,13713.555787238145,4095.8066176817347,93767.36419669143,34165.64216614717,3086.99885916123,15109.847747901522 -8307,2725.258138970546,3106.542679506543,613.3835807319052,1244.659309898463,1386.8620378423168,2215.432408112284,1359.8495324351989,2610.743799259934,276.53087743960685,954.8135945052246,2266.407660932423,5298.671672770243,1267.807680486649,3090.9659541985006,1445.3296333569513,3493.291804199423,1065.3785029350731,3966.3947683577426,273.5745310750208,1076.3131906461438,548.888604281368,2069.5298003484495,1238.1199719433594,4749.877424283607,526.5887514329955,1382.9078915334212,516.6109282460557,1883.4405676754918,703.8257193469375,3366.7870838164986,956.8732332224306,2254.7597918023903,749.9943395141264,2872.4034030524513,880.567392886113,4049.1997936156604,14972.938837756701,4468.457862152444,102075.15330638606,37149.407557315244,3370.8608232220336,16432.172433434615 -8308,3352.1026728489637,3134.8093777100635,755.5338430580862,1255.9845716794118,1695.0066674336838,2235.5908175503782,1666.1186044902179,2634.4991809410617,338.57563956936747,963.5015252697182,2774.57838312038,5346.884740642057,1552.07372657091,3119.090918442855,1769.2196733380902,3525.0775658493544,1304.791881688098,4002.485334443574,334.54315878366685,1086.106656653601,672.4425626468249,2088.3606294484484,1516.7159474525095,4793.096966233458,646.2898204682655,1395.4910890124434,634.706837778325,1900.5781548916461,861.8129857191434,3397.4217681688365,1171.4918221529695,2275.276044476708,917.1375508713614,2898.539647903832,1076.8100231422322,4086.043809726223,18285.290162845708,5461.573785845942,125107.2520667258,45589.84307881815,4115.998478881641,20157.069515974807 -8309,4581.495918290414,3161.9064194796665,1003.5123078891686,1266.8412019558068,2153.180327132975,2254.9150859392767,2192.858034089632,2657.2715813477785,422.78616348253905,971.8299554642142,3458.6374822827897,5393.102785089873,1934.7301192289212,3146.0520911065582,2205.3468092932426,3555.548054652309,1639.5520208404687,4037.0824978503224,443.836542862296,1095.494875806845,875.7354679738781,2106.4122518560275,1976.6191121252343,4834.528113410472,877.5555940980421,1407.5536024772018,812.4519489361531,1917.006600594177,1077.4272662635783,3426.7888104571553,1461.5594267426952,2294.943348796054,1216.7612734569893,2923.5943930084527,1428.5978518543566,4121.363245916457,21998.72789358666,6745.299088876337,161608.4938873753,60923.893419635315,4940.972311933349,27246.455608873963 -8310,4558.135465313921,3231.8258888662053,994.8975343052897,1294.8549547006876,2142.935352478523,2304.7781892080066,2184.4132591220846,2716.032023414986,419.85576616520154,993.3201028010805,3434.62759676561,5512.360863936685,1921.2992092514276,3215.6209725628223,2190.2610225517674,3634.1721504914703,1628.3634401416593,4126.354800275335,442.54703132292485,1119.7196346296225,871.9599528148391,2152.9915010241016,1968.202203791509,4941.434389428467,874.9854757143946,1438.6789388919692,805.3461991896421,1959.3975086546675,1069.9673106664175,3502.5656436520862,1451.4210077932698,2345.6915999876223,1213.2261258265935,2988.2440510126416,1424.4472395518933,4212.499254726953,21841.170008143767,6703.146196266039,160690.85072518306,60643.737747558866,4905.48956642575,27145.945412401736 -8311,4433.685361732504,3471.930372539247,966.5584372753441,1391.0545926208354,2081.774262337235,2476.0088173823538,2122.473148287897,2917.816243557577,407.96537074062735,1067.1175840412527,3337.2670125878312,5921.894856350901,1866.8365904891552,3454.5215321397695,2128.1042609659917,3904.16844910978,1581.9460072157108,4432.917196530991,430.03958833564104,1202.9078118323341,847.1742365480749,2312.9453260388505,1912.2675876346,5308.55210971326,850.3268746532201,1545.5638007850466,782.8036391212094,2104.9685088581537,1039.6847553338314,3762.784400577465,1410.2967349980315,2519.961839115141,1178.937438917774,3210.2519250844534,1384.1889361941,4525.4616460530915,21209.871991021857,6510.8581765785,156170.15612815457,58952.50787478932,4763.558584395347,26388.97423566703 -8312,4295.862821252074,3719.3777032326934,934.6428436249698,1490.1961965295393,1976.8603653581088,2652.47600044588,2034.5882056201608,3125.7714049378005,386.51751972534714,1143.1719311547654,3160.2643489275347,6343.95316905248,1767.8229221525437,3700.7281204723117,2015.0352498319205,4182.421742710029,1501.768392619167,4748.8548478567645,412.3417931570037,1288.6400400655027,810.2405298809388,2477.7908400776623,1829.0760955836638,5686.896980850435,821.2918046289238,1655.7174029268342,748.7298080879156,2254.9913442325187,985.3511581087666,4030.9611368571345,1335.8174123774713,2699.5615901557535,1130.4195957044428,3439.049217794754,1327.224198654217,4847.9950163442745,19879.950850628436,6144.250617272541,149186.94533439123,56769.736189291645,4461.955247580744,25459.971686658915 -8313,4172.924843538565,3896.5156832637267,905.9902750121905,1561.1678388754463,1905.1143928332197,2778.802036221005,1969.222578036012,3274.6384673574644,372.1035692018621,1197.6162986996178,3041.808442089437,6646.088402266552,1701.5597731714083,3876.9779010027337,1939.4852195569376,4381.61252091403,1446.7975511210548,4975.022401229684,398.936985437292,1350.012428647043,783.5021784169779,2595.7973721836315,1768.7496887144082,5957.739450803642,797.528592024357,1734.572109186372,722.9584546381186,2362.386893589508,948.7321056513356,4222.93849714132,1285.8716456288407,2828.1301102697316,1093.670816961943,3602.836356470666,1284.0775046271722,5078.8841899953795,19055.025228122497,5906.19824543788,144118.31876080565,55022.05802059485,4275.670833665842,24696.409336154757 -8314,4053.0565537067405,4007.9579529027465,879.5498714904825,1605.8180087692826,1847.9061977959743,2858.27714448866,1911.3955243460846,3368.294742017673,360.8191684902045,1231.8687153027452,2949.4595477091575,6836.169807289867,1649.9006477642872,3987.8613804363836,1880.600978115768,4506.928799276962,1403.097254267021,5117.310494738296,387.2622951146981,1388.6234497024736,760.352030627874,2670.038456833096,1716.5073494624867,6128.133736438691,774.5395296681359,1784.1817267045437,701.3858237215713,2429.952323472899,919.9824895100841,4343.716620193358,1246.854029822804,2909.016025775382,1061.6650903209468,3705.8792525707954,1246.4996219941572,5224.142781869629,18462.901274586548,5725.759560842504,139838.26024588163,53420.65020241365,4142.610538012341,23982.165653351287 -8315,3850.906533297467,4058.9029963949815,832.7582013570405,1626.2295173875596,1724.1865895047483,2894.6086267921046,1799.564999823645,3411.1090439996783,335.86527178393624,1247.5269647193513,2744.2113935657603,6923.064174008574,1535.0867108392542,4038.5509769477935,1749.6140962478435,4564.216247497141,1308.2746196309788,5182.356487930141,364.6164429987244,1406.2742042439963,714.3614804003535,2703.9772423462487,1612.8135837279017,6206.028276101462,734.3337888747284,1806.8604116441359,658.0362555158705,2460.839380736992,856.6227452716007,4398.929482886547,1160.3487662592474,2945.9924486057166,999.5823341750661,3752.9845819973316,1173.6083375639591,5290.54671732989,17010.799093736805,5310.5184473762765,131184.23120254034,50485.840675767126,3814.395142067037,22705.664306167542 -8316,3747.936338640734,4011.206999252866,805.8321602632844,1607.119763229199,1646.3099874088261,2860.5942034581044,1735.1823522865984,3371.0252461462787,319.4341846272119,1232.8673282124394,2608.6232903945247,6841.711540217751,1459.2399681961465,3991.094135523923,1663.1158692332144,4510.582335750551,1246.5620855645943,5121.458836407728,351.9474698420958,1389.7491356512692,687.0538731149974,2672.2029203341585,1551.374341750066,6133.101500767406,713.5199829448525,1785.628071500377,630.6569610627712,2431.9221614353523,814.9953945211497,4347.237848907988,1103.293296549842,2911.3742161586265,964.8508183516055,3708.883419181582,1132.830109344983,5228.377727005629,15993.695441862064,5032.619974018703,125910.92063973757,48867.25894440861,3583.7572962676363,22031.39527502895 -8317,3719.15719092338,3908.2122476028967,798.6613030111906,1565.8541539209832,1624.3599106218435,2787.1434467129684,1717.7275160371562,3284.468280101574,315.02341548157256,1201.211304399594,2572.220419702965,6666.038636506546,1438.8765358577941,3888.6158168092566,1639.89249955613,4394.765249383804,1230.0054237108636,4989.956428020525,348.15970030865475,1354.0648971891746,679.7550318987784,2603.5894391078336,1534.885275743401,5975.623398532031,707.9952666644274,1739.778949329008,623.6482090257352,2369.478308725745,803.8220872378697,4235.614917781516,1087.9761006278893,2836.619593819457,954.4667899177387,3613.651353938266,1120.6382348681846,5094.129989198661,15719.85592831515,4957.086931456886,124475.7727455113,48419.04325139055,3521.662491629335,21839.16606649174 -8318,3739.7379943233204,3816.0043268098134,804.3573835359035,1528.9103682074963,1635.0498077660627,2721.3853235887445,1726.4677306575063,3206.976585221196,317.1790119307699,1172.8706745170255,2589.897573313585,6508.7642809554545,1448.76497362784,3796.8702419748797,1651.09046029715,4291.0779007072,1238.3385633209703,4872.226510112903,350.2496584788469,1322.117935028843,683.2783579559583,2542.1619746894894,1542.8888627759054,5834.63826924201,710.9498645612049,1698.7316905329697,627.6385647334324,2313.5743162171702,809.3063706997553,4135.682462708651,1095.4372655905731,2769.6941613567137,960.1963320330301,3528.3931190452836,1127.3652829231896,4973.942265299632,15838.023290289908,4991.50179981819,125238.73311963318,48686.06932532452,3548.2745507600353,21955.993977391227 -8319,3802.532606873101,3827.4409681973516,819.8604031846384,1533.4925431992885,1676.3476551928704,2729.541369902564,1764.192412975447,3216.587958270678,325.7321678195798,1176.3857914167031,2660.333709117324,6528.271177851334,1488.166302653988,3808.249538126985,1696.0944456004247,4303.93834710963,1270.915680660873,4886.828670535924,357.4007447049167,1326.080348957131,699.007230662338,2549.780885037494,1578.25263460873,5852.124796980598,724.4377948532681,1703.822823428648,642.729816364205,2320.5081447749894,831.0055119628639,4148.077185871418,1125.1061944403543,2777.9949902247663,979.8007673211198,3538.9677838833904,1150.3828252713377,4988.849269877928,16347.596379255541,5134.782844019056,128135.10434152106,49638.32507845384,3663.593473659736,22362.077708134515 -8320,3940.8772954049527,4008.867686385032,848.0273342253694,1606.1825002200915,1726.290897666903,2858.9259213597115,1821.068044975489,3369.0592835974567,334.9994318979981,1232.148327072444,2735.550407164465,6837.721493369751,1530.2418343991367,3988.766552362618,1743.9555960041967,4507.951790056595,1307.6679649076148,5118.472031049559,369.4029697667159,1388.9386419428429,720.896432942146,2670.644506949318,1627.8112315906235,6129.524711221728,749.3492547751383,1784.5867034718497,662.3734701252681,2430.503878408105,854.7468298110954,4344.702564779949,1157.0141072856156,2909.676319448681,1012.704418192975,3706.720419688062,1189.0149595930911,5225.328567164973,16747.476356847295,5273.9429675549245,132156.4932730958,51333.039096393586,3752.3003374287373,23144.450553168845 -8321,4025.1725583905736,4159.6883935013575,862.5899391256038,1666.609932450838,1739.0286621930782,2966.483781280372,1847.6611619527368,3495.809264694285,336.4883409557469,1278.5039308236962,2746.6637013144273,7094.968694168354,1536.4585093255853,4138.831019192591,1751.0001642961556,4677.548925659674,1315.2700937006075,5311.038020119193,375.08686126713513,1441.192975212671,730.0757103690354,2771.1188863763023,1648.7030066867042,6360.128293967327,764.4963413279825,1851.7260180075016,669.0781578378281,2521.9437417978174,858.7646785314935,4508.157975208102,1161.9303452678373,3019.1434992883324,1028.2865940445638,3846.173811147832,1207.3099722914742,5421.914688500798,16677.371985986007,5283.241558761128,133638.66665662898,52226.75914807513,3734.5589646749377,23588.63673743432 -8322,4041.544552390687,4130.382003491311,861.3669131898652,1654.8681104549098,1713.934225492652,2945.5839151297005,1840.347214103502,3471.1801242346482,330.29847124007114,1269.4964448580088,2694.722155037531,7044.982276920078,1507.4028842315943,4109.671576330565,1717.9058100758434,4644.594035740366,1293.707328312583,5273.619988562078,373.65197257535374,1431.0392907498378,725.4138726690649,2751.595430971511,1638.3366081561687,6315.319072058268,767.4405567805873,1838.679991540649,661.8719201235265,2504.1758082679908,843.2637984835679,4476.396500946049,1140.2497743836034,2997.872627887323,1024.352900390991,3819.0762357784793,1202.6914276139462,5383.715493890296,16174.829470613013,5167.430703557998,132417.86964918938,52184.361723064496,3619.2400417752356,23624.618377304592 -8323,4000.2960264226185,3990.023225118118,848.7825866002966,1598.6323273830612,1680.0345685604932,2845.4869847310447,1812.5387941407832,3353.2223660081563,322.85772852984934,1226.3563745209876,2633.2608353584724,6805.579455289182,1473.021985117488,3970.016580380744,1678.694311164487,4486.761287015214,1265.6116237288793,5094.411659024192,368.55853848560713,1382.409666060425,713.3956375040472,2658.0906236820247,1611.3778347126743,6100.711689680134,758.7031925206028,1776.1979070231073,649.3714500227011,2419.0788228116585,824.4257952436182,4324.279446432512,1114.3992935156414,2895.9988207157285,1010.3894414352643,3689.2962603391966,1186.2969483485665,5200.765895235126,15705.795871340644,5041.598761553083,130103.18271995052,51505.56303769951,3512.791805252435,23351.864816813282 -8324,3935.0032633120027,3759.470930402774,836.6838975827758,1506.259844645599,1664.5832466830723,2681.068504712556,1789.0817196266516,3159.46582185894,320.39486610947034,1155.4948129880383,2613.7176823613113,6412.3381452118265,1462.0897243870713,3740.6203134861703,1666.2568090774864,4227.506377407337,1255.0246505823077,4800.045377941239,363.6427875821397,1302.531003013929,704.8431721473811,2504.500316489492,1591.9764861932113,5748.199185342308,746.7635627252317,1673.5652955749254,642.4583954845886,2279.2991417848616,818.0227936689259,4074.413094003974,1106.0160695535096,2728.6616560080774,996.9130942856424,3476.1206293425225,1170.4743864304878,4900.254233078506,15661.266375613382,5010.508325921626,128644.78957008524,50766.093319855616,3503.9211188755344,22996.009328261087 -8325,3562.4898335590215,3602.996884906374,753.4239944075573,1443.5673605637433,1488.9148660728058,2569.4789638032958,1609.8229463371663,3027.9647654853215,285.5980569511331,1107.4016234713492,2329.017225204852,6145.448332989053,1302.8308971059623,3584.9308550616347,1484.7264814089144,4051.5520908918443,1119.8984137196198,4600.261277263995,327.7859639496682,1248.3179769793753,633.0654706145083,2400.2597720823196,1430.054855011447,5508.95169613423,675.0998278425735,1603.9093421046507,575.0479330266568,2184.431761716215,729.3555401659536,3904.8307480715903,985.7153711511199,2615.0912265485404,898.6129540948311,3331.4399900780923,1055.060317806665,4696.299310163728,13844.831049997902,4455.864615874296,115407.79728357248,45799.29683121814,3095.869545538132,20783.880315256403 -8326,3120.9094271365275,3539.120641478931,667.3071189643641,1417.9748710132903,1323.7325839675545,2523.9255900379285,1419.3891186178541,2974.2830608854338,255.64066826668082,1087.768896069022,2085.6899774528083,6036.497876958063,1166.7158641004696,3521.374897817331,1329.4957036700696,3979.723572610042,1001.0855385696776,4518.704890022214,288.0561312985676,1226.1869939340042,559.7243995905014,2357.706424858259,1264.087175345448,5411.2854613821455,591.2487955259351,1575.4742068978965,513.0897244923149,2145.7047521130276,652.6473031593742,3835.6034000126238,882.5304676526516,2568.7292092868115,789.6951046112555,3272.378081736843,927.1800103090802,4613.040298977558,12526.97474335864,3997.221072528022,102334.12812765792,40280.25172916208,2803.136895100428,18220.5056305194 -8327,2562.140626026528,3307.65861958445,567.8019401498428,1325.2378993504226,1219.0779437163621,2358.8583376434817,1234.393719886691,2779.7619804536107,241.01522544073646,1016.6277247036824,1972.3114836277327,5641.704891551784,1103.2929734390862,3291.0734652680667,1257.5222376957106,3719.445679310391,933.8363067873585,4223.177080675779,248.51566045016534,1145.9931408309694,494.33094595948353,2203.5100717485625,1115.4133675344174,5057.381991898743,491.1180030054078,1472.436621488317,462.07970821958844,2005.3735199725102,614.0630325866044,3584.7511098286777,833.3267988580121,2400.7317554807496,681.2963834236721,3058.3612894509843,799.9092106785437,4311.342859741389,12632.789514918975,3849.3943433161617,91407.4311475812,34201.73853151213,2838.619640608028,15241.34683967624 -8328,2521.9328173977947,3090.1674894317052,607.10539501732,1238.0984688347112,1314.3987140950737,2203.7544334235354,1251.185306939414,2596.9820614181804,269.61892144584846,949.7805865252582,2182.108434245578,5270.74134483425,1220.6514654354262,3074.672872069368,1391.1919428762621,3474.877984341739,1019.7850429577143,3945.487130850564,228.85502880298344,1070.6397346871593,458.4893743835171,2058.620906654566,1034.2643291670372,4724.839897463862,506.98905589902523,1375.6183153337308,511.85951507811563,1873.5125864847596,692.0263525848163,3349.040094920224,918.6263969846526,2242.8745148327744,627.3974974830976,2857.262406597811,736.6265977685514,4027.8556747310668,14635.265361927715,4254.756571829794,95061.91672964912,33700.0325067756,3133.596509290222,14611.337015154493 -8329,2594.769851540193,2938.7619509468464,618.7572588844477,1177.436719588986,1318.314588453908,2095.7795007307295,1271.5043119846353,2469.740587035558,268.9652488404183,903.2452315203528,2175.67778611227,5012.496626948167,1217.0542197878535,2924.026506313297,1387.1239438389766,3304.623208771242,1019.6675063455111,3752.1744364174965,233.1122110948713,1018.1827768983093,464.6081741789484,1957.7569217818425,1048.2692022685096,4493.342112513112,521.0926226908284,1308.2186573879926,514.8170482665714,1781.7181504274922,690.5874818000873,3184.9508600444697,916.183025803095,2132.9828585281925,639.0684034283593,2717.2682623506194,750.3293934823112,3830.507259327181,14429.750609129294,4229.454976148096,95923.9208181152,34412.68077255969,3087.5142076830134,14989.032838205798 -8330,2770.1277053087138,2853.8968771741665,668.5369859731121,1143.4348998640548,1464.409704525079,2035.2579324956844,1386.0443048360887,2398.419833392812,300.2567875930193,877.1614675111247,2430.7157321604145,4867.746591684437,1359.7201101256724,2839.586960234514,1549.8920434321672,3209.192855076577,1134.909672677567,3643.8197735799913,253.71270160945497,988.7798657684345,508.341422856362,1901.221146387561,1146.7166511566463,4363.584134075473,559.0130136362968,1270.440138840664,566.9803948531472,1730.265993089796,770.5287734578724,3092.976384325894,1023.1359889903532,2071.386937978542,695.5438772834726,2638.799446096125,816.6371749607986,3719.8905143931956,16394.83815143138,4751.891947233317,105421.12112130207,37197.59275260019,3511.4713824693376,16112.721147309989 -8331,3162.920449395131,2833.232942639532,771.4643173012081,1135.1557416000035,1737.5454406988677,2020.5214376298195,1615.321051451809,2381.0538273467664,357.9955636296066,870.810289482961,2900.2495623264585,4832.501170693138,1622.3730328076936,2819.026638128627,1849.4447239846486,3185.9563633880684,1349.0909776228796,3617.436320884315,295.16920530811547,981.6205032214478,594.5828922554665,1887.4551586887642,1340.9937250467747,4331.9891533303435,641.2629575449461,1261.2413860514012,666.7539811813623,1717.737823801453,918.257401839044,3070.5813699740916,1220.283484453232,2056.388847324101,809.1953308302049,2619.6929466846427,950.0752009226973,3692.95626365687,19862.63467122645,5698.600404459104,123839.76846722928,42995.02366265547,4258.004668506125,18521.088974233833 -8332,3836.498322499172,2842.2652919971165,933.8879490665652,1138.774619200603,2077.1741384421434,2026.9628619244834,1943.2712277602934,2388.6446292480646,427.9923358004349,873.586433526896,3466.408417955944,4847.90718909273,1939.077109446444,2828.0136977737093,2210.265588331146,3196.1131953516733,1614.3656657344968,3628.9687113691584,354.7640074832986,984.749910333806,714.6301488754025,1893.4723675576433,1611.742489866395,4345.799538935168,775.5652970821985,1265.26222480829,801.7987224774718,1723.2139736427919,1097.9895230203992,3080.370386347259,1458.705810385636,2062.9446169555126,972.5722508973543,2628.044530328877,1141.8958334017282,3704.729411792212,23610.360010468565,6794.7426119825295,148725.22181408727,51899.8570607936,5059.836716471564,22383.185866842305 -8333,4606.306440849912,2823.2258806375426,1052.764904158497,1131.1463381665098,2092.7402032506766,2013.384896543341,2133.80702403273,2372.6438752663225,416.1220240999413,867.7345619535797,3357.4953623252236,4815.4326345653735,1878.1521439982205,2809.069753211592,2140.454830480181,3174.7034718999594,1593.4485545067207,3604.659429508199,396.7935149970666,978.1533907612172,769.730628155054,1880.7886116093782,1738.4781714969329,4316.688440354396,915.6285024797653,1256.786644416944,828.7621073747737,1711.6707233356758,1070.2129345861854,3059.735986352772,1415.8267813892483,2049.125621492694,1087.7945729608373,2610.440114222789,1277.1782140760347,3679.9126336238864,21050.353366149513,6428.514405557959,156459.90019940265,59105.72782889,4488.416176542171,26247.147390332753 -8334,4574.827789562556,2795.8689159163077,1041.1409839386,1120.18556783637,2075.5278997156042,1993.8752639762986,2120.2255061035457,2349.653035164978,411.5728455802655,859.3262429587851,3320.6055657875527,4768.771252773444,1857.516329802813,2781.8499608934712,2117.1666448251403,3143.9407010296613,1576.4951849955412,3569.7303997336303,394.75527743774506,968.6751169941292,764.3714473641261,1862.5638326256014,1726.4958298204156,4274.859873187582,911.260947019763,1244.6084237052278,818.6792508101436,1695.0846910547268,1058.5516989409373,3030.0872465870248,1400.3135096263045,2029.2696624916755,1082.2068209648116,2585.145036488675,1270.6176416183519,3644.254402808667,20792.794017493365,6360.826193505652,155088.62359589932,58699.41511118431,4433.117414613519,26099.96197049121 -8335,4473.403747528784,2937.9821820919515,1018.4877024779805,1177.124299427751,2037.434684968127,2095.2234081962965,2076.162808340951,2469.085267951676,404.56235977230955,903.0055651194573,3264.3701518084513,5011.166614915821,1826.0587544570262,2923.250647350043,2081.2517041382293,3303.7463625692103,1548.5504749961913,3751.178837314034,386.4216200272142,1017.9126130567772,748.8573839603233,1957.2374520532485,1691.4000163769913,4492.149852543706,890.6401688506811,1307.8715356471196,803.3937020228619,1781.245390692238,1040.4527044174836,3184.105767612184,1376.5231854134322,2132.4168944831736,1059.360411027499,2716.54726446214,1243.7937009892266,3829.490875452226,20487.090041700885,6255.83137559325,152097.74304613733,57448.53892679647,4368.602192363427,25523.923529769254 -8336,4362.026504746413,3152.7441117978406,993.0411833497255,1263.1702555910363,1957.85937096803,2248.380981803087,2008.7915714218339,2649.571562247755,388.28912849714914,969.0138679887842,3131.989008988096,5377.475103393702,1752.0059560517304,3136.9357247700386,1996.6581054993999,3545.2450851989615,1488.6198902653316,4025.384178205459,373.9616105005418,1092.3204424794799,723.683014687907,2100.308466798578,1634.6292195312933,4820.519022629476,866.1352245211327,1403.474911499788,777.0126531047936,1911.4516593743715,998.8262934713288,3416.8589487608647,1320.9498327622905,2288.29325411125,1025.2017611759386,2915.1226459635122,1203.6880739737153,4109.420704576519,19502.803888627346,5985.262851232762,146856.13578100552,55780.50549955436,4156.623604970264,24816.46235044391 -8337,4231.165000726517,3373.874169576579,960.7072963389281,1351.76764938458,1880.7557102649234,2406.079989012148,1940.0655796386964,2835.4096423051437,372.45664109240636,1036.9794513086963,3003.5693167914296,5754.645383679813,1680.1691568301453,3356.9569994021317,1914.7640080779597,3793.904736198289,1429.256232187871,4307.7202652279475,361.1338550600039,1168.9346154009368,698.3103920522407,2247.6218281584056,1577.36606030409,5158.625006559045,839.7592826974967,1501.9131219176902,748.1434638056157,2045.5188087814602,958.2485065868549,3656.5137351845015,1266.9529346002043,2448.7916648775354,990.0349496629302,3119.5861914576712,1162.398765643484,4397.651022552422,18601.198897427596,5730.182037690488,141497.4227033423,53966.54314264434,3963.077938219986,24038.60087481104 -8338,4134.67650515078,3554.975985650506,940.1768867762657,1424.3274319695524,1846.893582454526,2535.2328363703887,1900.3055391162002,2987.607919337933,366.1147142902736,1092.6421264483915,2952.7876065500914,6063.541530205825,1651.7623333879192,3537.150740637628,1882.4069574264288,3997.5528283330386,1404.2422269912745,4538.948794793751,353.5980357240772,1231.680340665301,684.3510744336677,2368.269005399746,1545.7811148310034,5435.528148222287,820.9753802097779,1582.5323686036718,733.9536981366422,2155.317560146924,941.8565134637147,3852.7869939540415,1245.4486026729396,2580.237176893081,969.3757829512588,3287.038412932497,1138.1428644825746,4633.706828612183,18338.312994998018,5637.854483999159,138759.6172367109,52807.895521961036,3907.779176291336,23505.743667372448 -8339,3969.524100519263,3727.825221221744,902.3801943639743,1493.5807571151602,1759.5683142371695,2658.5003519683983,1817.3168207487465,3132.8707135533045,348.7172937384792,1145.7683239450469,2811.968253763829,6358.361670364592,1572.989277639364,3709.1332811912953,1792.5386911162402,4191.920934706215,1338.5079806503718,4759.640532978174,338.00902014586205,1291.566822658839,654.1159610790619,2483.418443500802,1477.4929893112799,5699.813164250109,787.2178138479647,1659.477898273637,701.7601876959476,2260.1129214063026,897.2063464399812,4040.1163287827003,1186.1701821430847,2705.692883322234,926.6390800998786,3446.860048651567,1087.9657564329752,4859.005870411556,17391.416458422013,5360.448705658025,132559.21078901773,50588.479309030816,3705.017049219615,22530.472599865578 -8340,3909.0714301063167,3702.0927796755695,886.8217816613654,1483.2708640149785,1721.250144874215,2640.1492488860786,1783.9316881895666,3111.2451255162637,340.646045361442,1137.8593114050998,2746.4207471669815,6314.471155036604,1536.3226030014732,3683.529866416945,1750.7353377067961,4162.984932072712,1308.395721607619,4726.785674038322,331.98159221352046,1282.651391866149,641.6446003487265,2466.275896267557,1449.393179288611,5660.468479247653,774.7748297525095,1648.0228499598377,687.363475868676,2244.5118081065807,876.5370280453768,4012.2282033742686,1158.62784293567,2687.0160195128383,910.115111975646,3423.067054222847,1068.5649866342123,4825.465112164337,16919.816124171237,5229.704735501437,129914.00935570683,49726.20119735976,3603.6359856837557,22168.21253349244 -8341,3935.2331999076378,3571.2861965632237,895.8040777946343,1430.862238651219,1749.4110884770835,2546.864471138375,1804.7637657349273,3001.3150485803235,347.1523605914276,1097.6551627126105,2799.5685931742337,6091.361026493529,1566.0530211123942,3553.3791694210418,1784.643291324076,4015.8935794458516,1332.0894440007946,4559.77346772092,335.2477600081847,1237.3312835167822,649.915019346864,2379.1346109993447,1467.9048945242998,5460.466322453947,780.9451390811504,1589.7930186931,698.0856996123572,2165.2061456484225,893.1339663007217,3870.463560188755,1180.8886597753162,2592.0752913360006,919.0691887615062,3302.1193276867843,1079.0779567136067,4654.966250894478,17346.079792278826,5338.67393364506,131739.5155015886,50198.18838982288,3695.8005888981734,22340.850870164068 -8342,3977.2222037336805,3476.0891523716527,908.2300578691746,1392.7208385315607,1779.1730764184204,2478.974653222851,1827.833912243413,2921.3112892659665,353.5279413003272,1068.3958087206463,2851.430309554824,5928.988275358669,1595.0639900938004,3458.6594591535436,1817.6431222179974,3908.844976363003,1355.7642085779937,4438.227074511687,339.67951179131825,1204.3486900214991,658.6153395199976,2315.715839656136,1487.5460971007506,5314.910848825013,788.6054220425165,1547.415122348186,709.1192964400706,2107.4899017558128,909.4431303991211,3767.291573878687,1202.6608023786516,2522.980323171686,931.218670434456,3214.097258812508,1093.3426475759377,4530.882376484435,17731.31509033589,5442.61984561973,133727.8111158168,50807.05073970472,3778.7487317911496,22589.997137227427 -8343,3980.541912280148,3471.995358004517,906.6259381598885,1391.0806295283244,1765.7431003245651,2476.0551617982105,1823.647779061754,2917.870857454117,350.2336865783712,1067.137557694309,2824.2648526097196,5922.005698750151,1579.8678823711666,3454.5861917570323,1800.3801887645047,3904.241524942511,1344.4644124806146,4433.000169158782,338.81932746984074,1202.9303271236681,656.5639036627796,2312.988618332194,1482.9459574286248,5308.651471938807,789.7826154393283,1545.5927297012176,705.2378621981821,2105.007908368872,901.0934249883973,3762.8548300702096,1191.3412727307327,2520.009006216726,928.8605073060689,3210.3120126128892,1090.5739312689461,4525.546350871183,17477.330426330984,5383.893553809648,133053.5149995736,50748.150901191395,3723.449969862499,22592.146284228143 -8344,4182.832844557607,3650.8228403727308,955.0369900619656,1462.7291834862747,1870.7331811575461,2603.586066978821,1922.1737420231702,3068.157780537446,371.6910014722639,1122.1012034097562,2997.9094895662574,6227.022630076453,1677.0031013362504,3632.5170031769426,1911.0195446581965,4105.332140128177,1425.4492661325853,4661.324857946428,357.219480183232,1264.8880717871093,692.5880989833092,2432.1206702829795,1564.2799638067322,5582.077176644456,829.397710893869,1625.1995344689342,745.6035526983749,2213.4277723963214,956.1709020048545,3956.663227373272,1264.4460787543553,2649.803784049023,979.3038374180178,3375.661316294547,1149.7993805089345,4758.637693692585,18639.666036843897,5722.063480451445,140616.813782688,53430.73975626829,3972.294398541428,23757.711229811437 -8345,4293.573790162763,3888.977898756961,977.8977723980533,1558.1477697406342,1905.1418255959525,2773.426461569539,1965.5991807809414,3268.3037003217446,377.90219375331077,1195.2995176790355,3047.405070180935,6633.231587034325,1704.6904756489628,3869.4779122099844,1942.5472416829548,4373.136319697478,1450.39636512707,4965.398252419537,365.52819909501346,1347.4008382940758,707.63886676362,2590.7758188767143,1598.3653199672249,5946.214242187006,850.780536785676,1731.2165906068751,760.4548583934544,2357.81687135093,972.2751209710491,4214.769249802346,1285.4617364453086,2822.6591107765507,1002.0818793942325,3595.86669273112,1176.5430504025496,5069.059121223441,18861.43570421566,5809.038567014413,143516.7836008549,54725.01208706486,4018.376700148637,24361.87645924717 -8346,4322.037636305336,3959.157284791983,979.9448375055068,1586.2656600138569,1889.7570870398235,2823.4749245213197,1966.4332006985787,3327.282576786402,373.67791098335965,1216.8695518788916,3012.2136502447456,6752.932992474293,1685.0047177637389,3939.3054070491226,1920.1464800371186,4452.052690516124,1436.5139890055575,5055.00241316459,365.8086602632559,1371.715649546867,706.8771344313899,2637.5282204219284,1596.7579533640114,6053.517928557341,856.4276510806636,1762.4576314626918,756.4505541433964,2400.3653621683534,961.6428658461203,4290.827773643523,1270.8788660391588,2873.5960120749032,1002.8507531918365,3660.7566775367204,1177.4457841429844,5160.53391644313,18482.535695302413,5728.423676699491,142968.2588699629,54881.61250164968,3935.4285572556614,24484.96016520799 -8347,4317.7413494699185,3891.7720783659383,977.7182151698155,1559.2672784751462,1889.6778923890126,2775.4191321034573,1964.7235291280813,3270.6519336604583,373.4986361551139,1196.1583247038802,3010.8244588743787,6637.997476922266,1684.2276168390567,3872.2580813344066,1919.2632242664447,4376.27836078125,1435.4550924151358,4968.965825933337,365.8086602632559,1348.3689281226868,706.2155854446479,2592.637257319666,1595.3210818584705,5950.4865191242025,855.3187013093006,1732.4604470190554,755.5146128198511,2359.5109318457803,961.169790098331,4217.797506223681,1270.2797600227266,2824.6871543231455,1002.8507531918365,3598.450275783274,1177.4457841429844,5072.701173711769,18481.98746551004,5727.342000336074,142869.4564877698,54832.942387281306,3935.4285572556614,24466.63142834262 -8348,4212.8304207792135,3756.7417299559174,953.3570635621757,1505.1663702931726,1839.9251984997277,2679.1221740994,1915.083656115742,3157.172197119589,363.50390497453367,1154.655977678941,2930.098908947203,6407.683086972174,1639.0704838248328,3737.9047977074665,1867.797959523489,4224.437405068436,1397.3363891109402,4796.5607690074485,356.6272877806224,1301.5854262928212,688.2201850086312,2502.682166140825,1554.6934858788454,5744.026260993196,834.3851429043054,1672.3503652730074,735.9216972039729,2277.6444769792447,935.4819400688888,4071.455260244201,1236.2576864146788,2726.6807749881787,977.6803641066858,3473.597127990721,1147.8932625746231,4896.696877192477,17964.048801981226,5571.822095012041,139189.3898653995,53470.03224980001,3824.8310333983586,23865.774435766143 -8349,3802.2924151156435,3661.6096712296157,855.1103972769732,1467.051007081003,1636.4842575986365,2611.2787005997325,1715.8506178574949,3077.2230517017715,322.05712771948055,1125.4165973400331,2595.0031721363125,6245.421178236564,1451.6209988312999,3643.249747057231,1654.1493050473014,4117.461877818318,1239.632191667736,4675.097348426007,320.25707451457856,1268.625348088872,615.543639829326,2439.3066870909597,1390.7333641948417,5598.570149589808,751.7939808684108,1630.0013978442641,655.3196746458023,2219.967632597353,829.0287629935467,3968.353703426877,1095.1087331749616,2657.6329739254484,877.9727854469812,3385.63514664488,1030.8267222481418,4772.697707600523,15765.786154321211,4922.887505239832,124256.68647095715,48057.97049141985,3354.791557004826,21502.97129791489 -8350,3399.1886631810758,3619.3070958190915,777.6215609259442,1450.1021672454099,1515.4747776468225,2581.110598571282,1559.1134366925223,3041.6718947277122,301.4515277656373,1112.4146597355682,2431.2353252182465,6173.267829276756,1360.0107657216633,3601.1592838450483,1549.6928623024485,4069.8928420046573,1156.4182423757738,4621.085950191164,289.44065159001417,1253.9689198308565,561.7911996607485,2411.125377681918,1268.8087437578972,5533.88987036589,673.2291561652736,1611.1699921940788,606.4232410168222,2194.320347217714,775.5122728692825,3922.5073143063037,1025.4715939213484,2626.92934099146,793.490715180145,3346.5209048323795,931.636431813839,4717.558732446023,15094.720843340301,4635.9847833356425,114102.4397652679,43379.258934918566,3216.544652183198,19282.325304872644 -8351,2738.995260023889,3372.834477770052,644.985918371303,1351.3510891696003,1333.5747293763036,2405.338532299571,1313.4168400847232,2834.535883526635,269.9735899963591,1036.6598961075024,2181.852922055968,5752.872034303351,1220.5085342575849,3355.92252078446,1390.9803797850714,3792.735607928913,1027.4705499766621,4306.392799756664,241.6764526761458,1168.5743969455607,477.7723650167951,2246.9292018536134,1078.2998630373172,5157.035326599837,547.7756608289849,1501.4502929298596,524.9941991799934,2044.888462467788,693.5915943363044,3655.386945274787,919.2420405495474,2448.0370461508437,662.5469512410796,3118.624860939699,777.895526380851,4396.295844052483,14188.344080551022,4216.79065813789,98098.88470962216,35865.13730698591,3032.2154457543616,15727.14797614397 -8352,2667.844764486277,3164.115774023259,626.4431451260698,1267.7263962007432,1346.3004534359238,2256.4906881961438,1216.2493278148252,2659.1283266978753,276.857464026979,972.5090131727145,2226.5384253496914,5396.8711686412935,1245.5051953873337,3148.2503675764256,1416.4478992120873,3558.0324628565218,1025.2556030424485,4039.903374048471,211.30607514668654,1096.2603433002646,415.10582156785136,2107.884089052298,937.0888937149405,4837.906197779979,515.7851596228526,1408.5371182852045,528.7304022616263,1918.3460922429579,713.5707567359865,3429.1832492620715,927.8457389785242,2296.5469204526066,579.2876977334665,2925.637229101267,680.1409435364803,4124.243012552517,14943.254474642294,4298.825141025628,95074.95317366393,33282.092183509274,3069.2223056606767,14269.295939584748 -8353,2797.2538360330445,3059.691436684592,653.8097432730185,1225.8880128088258,1396.3061535684021,2182.0204217285736,1269.1508895414026,2571.3699343869557,286.33615355973234,940.4135980522642,2302.2738879813446,5218.759893411015,1287.870919288089,3044.3496313551454,1464.6961087883176,3440.6078144875946,1061.555761988144,3906.575688566583,220.82845316240727,1060.0808011862825,432.74104289953357,2038.3182403582966,976.9914568105414,4678.242271144502,541.0428137149992,1362.051602046706,548.4944110334835,1855.035507619824,738.1045499704474,3316.010971762969,959.5376104228276,2220.754690501903,605.3929407268134,2829.0833256536157,710.7910758804152,3988.131891984444,15378.68605559465,4440.234940269183,98846.99055287572,34790.781856334586,3157.7575644778103,14953.318928251596 -8354,2928.177522819819,3024.991631246103,689.2249559141405,1211.9852790155335,1498.0001156954456,2157.2742387674466,1345.9318785805624,2542.2081583451563,307.87052614690987,929.7484151214383,2476.553253050082,5159.574202082684,1385.361199343699,3009.823816552975,1575.6934450391245,3401.588055723217,1139.3649817031087,3862.2714117696787,233.96684517291578,1048.058478572568,459.5901019926426,2015.2017765495157,1037.5135761372705,4625.186562762768,568.255872779403,1346.6046438921883,584.9737246146152,1833.997643989482,793.3774890046338,3278.4042594741145,1031.8721489934344,2195.5692241626807,641.4113507720706,2796.998835109096,753.0802449560141,3942.902690419973,16710.311417098244,4793.658488417649,105303.67648358674,36698.67519548682,3433.200591908898,15718.481577010103 -8355,3179.751929850265,3053.063385660112,747.4314126525027,1223.2324351248226,1633.8144255410998,2177.2936239481587,1465.2547145700328,2565.7997089310193,335.50010304093223,938.3764288013807,2699.008887100229,5207.454764258671,1509.8008428720277,3037.7548144886305,1717.3147897490637,3433.154604050676,1241.1509039387724,3898.1130760676997,254.97840712445023,1057.7844030736846,500.3290532053804,2033.9027371676013,1129.526505401668,4668.108037310903,617.7906760808349,1359.101060234515,635.8623129751962,1851.0170403164516,864.536679261748,3308.8276690105854,1124.5067289459507,2215.943984682022,699.0137615888867,2822.9548290313364,820.7111616770374,3979.4926085078487,18240.79632564272,5229.223579753339,114638.84960650447,39906.232750794115,3747.9926232587104,17093.413813112064 -8356,3896.7640794230365,3171.9134814816557,916.2959544090776,1270.8506053893002,1985.5968310439728,2262.0516270257544,1786.83291393739,2665.6815334282223,408.23837804527415,974.9056829935954,3283.6982082999466,5410.1713212176355,1836.8706921729074,3156.0089760235924,2089.1489070634025,3566.8009461404176,1510.9534686046125,4049.859389226438,310.48813030727825,1098.9619882670754,610.0859159770986,2113.078798935413,1377.2386794938423,4849.828826386418,755.3431972789951,1412.008344111659,776.7525314377151,1923.0737010599541,1052.0716239984895,3437.634194078474,1368.2349786163168,2302.2065746274607,851.1915904661683,2932.847225470306,999.3829555419735,4134.40687594944,22122.67335718465,6350.966740937333,139778.01502283016,48771.058634212146,4544.809952612924,20893.258423094823 -8357,5183.494556714976,3439.699838292834,1177.337967334683,1378.1411906008216,2416.6004269146215,2453.023596361145,2271.5254634408197,2890.7296472633248,487.76827800248174,1057.211345681917,3916.3545188550293,5866.920875167148,2190.772835841136,3422.452607190341,2491.5988829067514,3867.9253735291004,1819.1355746578104,4391.7656542522745,400.0784971881906,1191.741009142053,769.8069526294336,2291.47385180348,1739.1956328559559,5259.271896053374,996.2959459507488,1531.216062879581,955.4224773691242,2085.4277196335256,1258.5050307691356,3727.853817739773,1633.7206247594688,2496.568594539256,1096.8002287105392,3180.45059743416,1287.7517429507757,4483.450997533873,25344.436236805148,7490.058189106156,173815.40497075312,63162.59247365581,5194.068517271912,27528.115589156412 -8358,5233.840805023995,4022.643640640404,1189.9293544875918,1611.701938220991,2472.4096871179713,2868.7502497719233,2311.127065060338,3380.636619195761,499.2148186194103,1236.3824451121168,4009.320191643769,6861.218437113629,2242.776981438968,4002.4734316760273,2551.012732126112,4523.442782152981,1859.8533746079602,5136.060996830748,406.9023660958287,1393.711549579557,783.750411276541,2679.8218306821627,1770.6265666580032,6150.588028505993,1009.2815121123751,1790.7192043960551,971.6608617061886,2438.855989993171,1287.8165168128478,4359.6325720707555,1672.219339181108,2919.6750450266786,1115.5076099649423,3719.4580840196886,1309.7160553075705,5243.284731583925,26102.92581673193,7686.735455899141,177063.75513239935,64039.89646966462,5351.464532946819,27876.142312023836 -8359,5105.101082352172,4549.898800901099,1160.2730429788535,1822.9506193479865,2414.547015366904,3244.762521256803,2254.703815208507,3823.7427607463624,487.8517762791171,1398.4373230672813,3918.1730370826667,7760.530717748077,2191.7900982762426,4527.0848462535205,2492.9506399167767,5116.338589511761,1816.8186456220044,5809.253778968812,396.9059309248291,1576.3878371350124,764.7247946788617,3031.070913382785,1727.6244780932527,6956.756699253861,983.8332235057024,2025.4320016115291,949.0196024715003,2758.5212451664806,1258.4799281613036,4931.057479622092,1634.1735128104215,3302.3621213120687,1088.1027570200836,4206.974166319371,1277.5400525850498,5930.531522105897,25525.983210937942,7512.167684155999,172879.60256072323,62475.005993442894,5233.417521190639,27184.170312882314 -8360,4983.565304954208,4713.390785001001,1132.8535000715747,1888.4548924571648,2329.7841197371754,3361.3569084612423,2186.8905886630732,3961.141704766447,470.4504551270322,1448.687516003956,3777.5266165245703,8039.390670514848,2113.1137792317013,4689.75705416197,2403.286022194831,5300.184513109118,1754.1137667997878,6017.998295720561,385.08384443169115,1633.0323442948452,741.2685277329145,3139.9866979444787,1674.6925000088297,7206.734557098973,958.1235130407401,2098.2120591673856,920.5633164335654,2857.64347431687,1213.7769044358756,5108.245677938594,1575.7497418702144,3421.0262409014413,1055.6929492932509,4358.143804064361,1239.4877388669945,6143.633924542645,24478.43485627451,7227.513083919076,167442.42964378503,60774.642484467935,5016.997999637643,26475.759779797612 -8361,4830.499159620465,4698.510153473832,1095.1811554596352,1882.4928573337968,2237.964225559469,3350.7447789205967,2110.847383184085,3948.6359964930944,451.3887032157314,1444.1138691100332,3623.7825434767165,8014.00953499526,2027.110753386308,4674.9510366136265,2305.4538620742587,5283.451316910627,1684.394404401532,5998.998891840298,371.753704461813,1627.8767029114213,715.1047897760202,3130.0734556134985,1615.626682319999,7183.982197629954,928.2359659795075,2091.5878003391786,886.0904419532551,2848.621616907413,1164.740696226744,5092.118451245328,1511.799888917917,3410.2257294951673,1019.1488693927791,4344.384721686327,1196.5813814880478,6124.237876805662,23380.68423938365,6923.669978711577,161278.7618263617,58760.3296353928,4790.741227104964,25631.93529898924 -8362,4641.041286736204,4766.22026831678,1048.378466117636,1909.6214158337416,2126.5610221772654,3399.0322799324604,2017.0393963131187,4005.5396932102058,428.03260152849055,1464.9249587383995,3435.455375149261,8129.499230290653,1921.7622608950585,4742.321641600024,2185.6171325818204,5359.591004545577,1598.8628247372253,6085.450318067163,355.66978279680114,1651.3359942407794,682.7477161464013,3175.180867585303,1542.6465849810493,7287.510389278443,890.9241907815982,2121.7296209459437,843.6293144819502,2889.673033319123,1104.6461348196003,5165.500845635344,1433.4510614591413,3459.3704090301835,975.0554000243181,4406.991543597702,1144.8112956094756,6212.494118980099,22043.90970601391,6553.2650255847,153707.59978470072,56276.75390159649,4515.29819967388,24594.974599025143 -8363,4447.6466313743485,4822.298804285825,1003.8654901374271,1932.0896961956375,2020.7014627397484,3439.024714868216,1924.5362329670231,4052.668191079746,406.5608526487894,1482.1610163198457,3262.539898751253,8225.149533745298,1825.034927665779,4798.11899039716,2075.515628990392,5422.651039543482,1519.8491302583657,6157.050690130975,339.32353587344227,1670.7653323193394,651.1690361676116,3212.539504926248,1471.3130880834008,7373.253995424088,852.6809705278253,2146.6935303262435,804.4028254199758,2923.672434105314,1049.3543688295397,5226.277248877907,1361.4561889267488,3500.0727721170583,930.242775776568,4458.843455569912,1092.1968509087458,6285.589266769345,20848.538402125017,6213.682398888554,146473.64707815618,53799.62958441517,4269.366925181838,23532.675680879493 -8364,4395.647041675773,4785.8445110448865,991.3107570493615,1917.4840138828129,1991.948969224518,3413.0273180857475,1899.6409465668673,4022.031940477742,400.5851975444744,1470.9565815653689,3214.4045214249854,8162.971301905489,1798.1084386102937,4761.8474850882385,2044.8875928692535,5381.658367964708,1497.8708069819775,6110.506305291555,335.02641205207965,1658.13513833239,642.6207665488313,3188.2542289793078,1452.0247460206585,7317.515690064364,842.5114670505559,2130.465544747376,793.3389075103863,2901.5708562937934,1033.969106799782,5186.769070077432,1341.417910395442,3473.6138809579325,918.4623716229022,4425.136712491211,1078.3654934888239,6238.073191216486,20513.950495362667,6119.632063596339,144491.52946518754,53131.790234675995,4200.5061683240665,23250.552730331914 -8365,4360.554221085914,4749.390211500799,982.1722669715592,1902.8783290445851,1965.6773092397802,3387.029916808185,1880.226340539205,3991.39568457856,395.1560611701784,1459.7521448735833,3170.483485076333,8100.7930593147175,1773.5394132855001,4725.575973507774,2016.934971740232,5340.665689298075,1478.2741971468356,6063.961912404352,331.46567064434277,1645.5049421616102,635.9085017755538,3163.9689488333083,1436.8478401460948,7261.7773750671795,835.708202284455,2114.2375563626,784.4269217143491,2879.469274660788,1020.0303314819115,5147.260884445774,1323.1839185305867,3447.154985223918,908.7007323000378,4391.429963584428,1066.9043652696453,6190.557107447834,20180.89714879207,6030.489377290314,142843.0475712395,52635.53244624907,4131.645411466295,23047.24047822802 -8366,4380.708528402661,4689.282866629887,987.8741506697406,1878.7958765869416,1974.8613599177436,3344.1643348636453,1887.3568455473812,3940.88136879371,397.01953940855964,1441.2778099188563,3185.440547448871,7998.271021650804,1781.9062569386936,4665.770016931389,2026.3715867547833,5273.075278712409,1485.281599488984,5987.2176076154265,333.00901277057176,1624.6797564765532,638.2634357216101,3123.9263824617656,1442.221902558719,7169.873754260875,838.4534776250478,2087.480183251503,788.1007680219611,2843.0272799983754,1024.8394025509526,5082.118166887478,1329.4246514442307,3403.5284722836686,912.931746985714,4335.852892941035,1071.8719941899415,6112.210638863427,20276.990363223184,6058.486010950113,143488.91258816727,52865.121938937235,4151.319913425658,23146.51575425894 -8367,4409.326167971076,4669.008819674275,993.5719616940506,1870.6729296662093,1983.1523360016204,3329.705888512544,1899.1431186102095,3923.8430249381936,398.49779725776915,1435.0464660597947,3197.1334196127555,7963.6906120511585,1788.4471424959822,4645.597627442901,2033.8832943523164,5250.277213668847,1491.3600030304208,5961.331958495372,334.88525745412494,1617.6554769422476,642.1949099628931,3110.420131726795,1451.0760880473001,7138.874908319179,844.8754733620967,2078.454992735631,792.0896232893191,2830.735492488402,1028.6904247973607,5060.14570216741,1334.3493045675039,3388.813365939181,918.0754015747538,4317.106895387834,1077.911152451205,6085.784584172475,20326.613756779523,6079.104384568533,144207.9851909402,53192.48435673986,4161.157164405339,23299.272427972577 -8368,4557.925178908214,4755.498422925164,1024.350730177391,1905.3256291465018,2033.2977246677954,3391.385990727405,1953.7291109764913,3996.5290359424193,407.9556122213638,1461.6295384611788,3272.4142526875,8111.211524529791,1830.5585507879612,4731.653557336997,2081.675579577901,5347.534342688166,1527.71630942319,6071.760800215376,345.10872923398296,1647.6212332303505,660.1826683594666,3168.038143070666,1491.862097782368,7271.116778558638,871.5656887099207,2116.9566864867843,813.0076158524573,2883.17257262881,1053.2304936837797,5153.880799074484,1365.9279539990696,3451.5883862553424,946.1026668868645,4397.0778007758045,1110.8179287364783,6198.518809890252,20716.562277153833,6213.910180385267,148164.18529420812,54841.52053836613,4239.855172242792,24054.07325154755 -8369,4641.219803674989,4867.265594677936,1037.999411522957,1950.1059734761682,2038.8518544150932,3471.0928030939663,1974.692010052406,4090.458358896617,407.8721139447286,1495.9818155803516,3270.595734459863,8301.84709854551,1829.541288352855,4842.860309770783,2080.4811360320623,5473.215971863312,1529.6743780499962,6214.463724671817,349.3858691177833,1686.3448220071284,666.488829540374,3242.495672390613,1506.2772678769263,7442.007836771571,886.272570295746,2166.7109373621756,817.6235510175809,2950.9349847798517,1053.2555962916117,5275.01104226551,1365.475065948117,3532.710118969361,957.8282858235215,4500.421111205778,1124.5849629033191,6344.200892991784,20534.981949051496,6195.497496855164,149209.42649190914,55604.47201187378,4200.5061683240665,24450.763998137252 -8370,4667.94849817988,4802.219701119725,1039.1015051282009,1924.0448549465648,2020.1514205084002,3424.7052927744962,1973.4563985355765,4035.793678319495,402.9477471621341,1475.9895895453353,3229.9797799750077,8190.901629841481,1806.8210955412005,4778.140567217371,2054.685364854333,5400.072187822392,1513.6552008243182,6131.413942798733,349.4364624791984,1663.8085942913744,665.3776518182215,3199.1631226731906,1503.87230826567,7342.553216884109,891.3110646041158,2137.7551209470666,812.4566890246574,2911.4988374845257,1040.7758589895445,5204.516058973707,1348.8189167242354,3485.499157927548,957.9669856305876,4440.277708945851,1124.7478101690479,6259.417310101079,20112.780782276935,6104.387521413103,148490.46070743247,55710.51380585186,4111.97090950693,24557.876652202554 -8371,4589.359210932345,4673.752424572064,1015.1104232527998,1872.5734900665095,1955.0856932025054,3333.088792630092,1925.1449067754747,3927.8295586352,388.52381627762736,1436.5044400555325,3113.1737333015894,7971.781537395445,1741.4808632200143,4650.317447111229,1980.3427732139132,5255.611373801627,1461.561305103437,5967.388533791719,341.7703452094685,1619.2989774666037,648.2077930596136,3113.580246590761,1465.292247530135,7146.1278399986195,874.7686252167953,2080.5666549029474,787.9650261581576,2833.61145423213,1003.7686041049745,5065.28669308505,1300.3576740433127,3392.256321885767,936.950612009272,4321.492976075227,1100.0725128332954,6091.967600456085,19209.769231373,5869.019130003866,144304.7412346083,54529.035580861135,3925.0631408929803,24105.234809709465 -8372,4447.334587183353,4406.550899129419,980.8706123466095,1765.5172218699668,1876.871459819321,3142.533896066847,1857.2970742260202,3703.272938085892,372.27815629305724,1354.3785286208645,2982.319883369453,7516.029500533413,1668.2824184631875,4384.455714870579,1897.0821315997687,4955.144586380364,1401.7924412846091,5626.228974129315,330.05412466479663,1526.7225811106482,624.9179181493282,2935.574799168433,1412.73944903069,6737.578972536814,847.00539012558,1961.6192795451118,757.8489373479841,2671.6120083261135,961.9397268474468,4775.7008938713525,1245.8821424742207,3198.318778438903,904.8310318185511,4074.430356898794,1062.3609548934544,5743.6857729397125,18301.52695617615,5613.463630018234,138907.6930274927,52707.38679037097,3738.1553722790286,23335.113891450503 -8373,4012.4230538611937,4171.125034888896,879.3306540368416,1671.1921074426305,1667.9415930227524,2974.6398275941915,1663.219167028039,3505.4206377437677,329.57945515113795,1282.019047723374,2639.257599570037,7114.475591064234,1476.3765200745224,4150.210315344697,1678.8240755378513,4690.409372062104,1242.7315449282005,5325.640180542215,296.3629231461062,1445.155389140959,558.8669421515718,2778.737796724307,1263.6198527480196,6377.614821705915,762.8550271398336,1856.8171509031804,674.3878615602104,2528.877570355637,851.8195301487477,4520.55269837087,1102.8334923364666,3027.4443281563854,812.4678636129609,3856.7484759859394,953.9174774690945,5436.821693079095,16047.547017079998,4955.51855067821,123933.38975533728,47351.79074269787,3275.8045762339916,21021.713034731885 -8374,3520.4518880859373,3947.655664242324,780.1333538491936,1581.6574506399793,1486.3464318146507,2815.272538286738,1469.085223156545,3317.6165951375574,295.59470097605185,1213.3344632634667,2368.089283671279,6733.315263930125,1324.6874486302281,3927.8614575512993,1506.2095100742376,4439.119175368823,1112.9809172788941,5040.317288161558,260.6590015715438,1367.7307225110758,494.5193924975676,2629.8660219796393,1117.8620452918938,6035.932048230669,669.2486389079235,1757.337572456751,602.8384925787409,2393.392137921301,763.7783859343247,4278.362627819194,989.2621232880978,2865.2480206801547,714.586898692162,3650.1219309982607,838.9955619926092,5145.542215262535,14544.087580307949,4454.65503218313,110105.08453562435,41718.41799045513,2970.8497958638604,18447.20321090523 -8375,2888.461545737857,3604.6863872435542,662.8341984824176,1444.2442721757868,1358.1389487389629,2570.6838332087805,1271.440480069693,3029.3846261489866,275.6961046470416,1107.9209016419438,2214.058969037419,6148.330031101283,1238.5243018641947,3586.611885951123,1408.484200319803,4053.4519278735092,1027.6410480818117,4602.41841267872,222.66472997083602,1248.9033330612765,431.5762986499025,2401.3852919271358,974.7700427825887,5511.534930886673,555.4174860987707,1604.6614406128294,539.5873008119103,2185.456076386675,711.2352533730041,3906.6617850904668,923.4799303815826,2616.3174842668586,610.4270248818364,3333.0021550838383,716.7015876355167,4698.501479334025,14396.019050869278,4235.3962746644165,97669.76790684622,35293.49486724812,2951.175293904496,15327.728169287895 -8376,2743.180955908591,3360.098215321206,635.304071835787,1346.2482113836804,1383.7447801504713,2396.255660599936,1247.2271245677962,2823.8323067068395,283.6285450842365,1032.7453332690236,2278.37954341313,5731.148439935934,1274.504641858849,3343.2501200887214,1446.0400341823185,3778.4137441019034,1029.6681309038306,4290.131299446757,207.69551532838716,1164.1617077642225,427.5647114874188,2238.4445044255604,963.5429955877395,5137.561689274779,524.4347297521922,1495.7806209934845,540.54410216799,2037.1666971963934,731.5699836761999,3641.5837278936942,933.3105616572292,2438.792939299538,569.3894831022986,3106.8485271260442,668.5194624228479,4379.694858133469,15246.85026981163,4399.0907834709615,96664.88444992254,33679.29307029956,3115.2332033190605,14395.375245319796 -8377,2875.2020683044257,3214.9308465849545,662.7975450485451,1288.0858310040426,1434.4121351258564,2292.7294816678755,1300.8500765878193,2701.833400886801,293.2049116665952,988.1273152832084,2354.8045835205075,5483.543850561501,1317.2561090815518,3198.8106448533104,1494.617506177664,3615.173759411239,1065.6629552185634,4104.783421984734,216.98728581717563,1113.8660672591195,445.5131426467982,2141.736289978764,1004.0871156627578,4915.602012991657,549.8978134865763,1431.157945392455,560.4999438928489,1949.1543504856143,756.3756336151882,3484.2552529697723,964.77242008352,2333.429009079772,594.8625241901211,2972.6223834709335,698.4273273196899,4190.477538376597,15684.178308180855,4541.695959444226,100455.32872466274,35191.41140344651,3203.6783100378975,15080.000295599053 -8378,2989.013113173278,3146.0510753080907,692.6625585444901,1260.4886409995445,1520.3734038167745,2243.607839606816,1366.4449461659012,2643.9467228952794,311.1906525056555,966.9567250848446,2500.1370769620303,5366.059131842109,1398.5537743628424,3130.276248286261,1586.9648320400224,3537.718798929312,1129.4688105363373,4016.8385930787845,227.78896823930145,1090.0015290755482,468.47728237172606,2095.8496713145396,1055.7788344356702,4810.285426570329,573.28190107743,1400.4954407714265,591.1342855136295,1907.3937925602806,802.5878571165874,3409.605216515737,1024.0419063748525,2283.4353811897836,624.4749323407982,2908.934061812798,733.1952177803217,4100.696716281833,16783.078294386043,4836.121287975607,105867.41909051046,36806.808400721035,3429.704693874928,15731.133604997356 -8379,3245.7990468264184,3176.00728215194,751.1643306696398,1272.4908169179398,1658.2279917659955,2264.971122945489,1487.6075004939655,2669.1219705372496,339.1199596996701,976.1639359572415,2724.723437438577,5417.153908577115,1524.1853267321846,3160.082249691648,1729.6041484541436,3571.4044046487684,1230.3688358275238,4055.086302627124,248.24308857883187,1100.380353348737,510.0107468076641,2115.8060244584135,1149.423813142838,4856.088212910085,623.259175226683,1413.8307395645359,642.5697532525129,1925.5556982683797,874.5781829914662,3442.0709447181343,1115.9694609489704,2305.177896157309,680.5491378383189,2936.632477498007,799.0318705943953,4139.742909778485,18320.228657988035,5275.555968333888,115252.73201162886,40023.724522562436,3744.176184430796,17107.054787851517 -8380,3969.761581671989,3273.5436329081967,918.5634719403218,1311.5694775213024,2008.276782349739,2334.529218464312,1809.0389115153278,2751.091687103251,411.1227849445947,1006.1422891518921,3302.6856387011267,5583.516695809013,1847.4920867747142,3257.129536848907,2096.297896918443,3681.083546337713,1492.5091179380154,4179.619493146744,301.5118290245339,1134.1734383686162,620.0942243708959,2180.783204987404,1397.469033340251,5005.220466447236,760.3783832370906,1457.2500011320687,782.4173424545373,1984.6902213667522,1060.387810856783,3547.778208325059,1352.8591057359386,2375.97075645668,826.5833964015479,3026.8175400377213,970.490506426749,4266.875935813393,22123.600096623875,6382.318079531243,140093.2177731015,48794.95232061174,4520.527676740593,20864.412532256883 -8381,5290.275807512974,3509.879230631005,1183.0751118979983,1406.2590833994475,2451.5655759652645,2503.0720638080197,2305.053756476402,2949.7085290251594,492.9635488033581,1078.7813818190818,3953.197304032219,5986.622291358076,2211.382352312213,3492.2801083010236,2509.2073490375437,3946.841751435606,1803.46661712085,4481.369823045108,389.78976275158743,1216.0558225786747,784.3346846780654,2338.226257547753,1769.021674304048,5366.575592061172,1004.8764238931534,1562.457106541306,965.233597594798,2127.9762142724344,1272.929964953501,3803.9123484121333,1621.4730129162547,2547.5055004124974,1068.5940482671542,3245.340588067843,1254.6349026391576,4574.925800969355,25454.80765881936,7555.63918325771,174722.2588538597,63335.56873297261,5188.7795941718105,27551.07170432185 -8382,5377.541719576025,4060.33257578053,1206.092551388164,1626.802288945858,2539.60879643323,2895.628132019445,2367.8713014325735,3412.3104649687157,511.3637721663852,1247.9663540896474,4102.311947390802,6925.502534776688,2294.7957176046957,4039.9733881828633,2604.1223558185043,4565.823802411463,1867.7773065435504,5184.181756977046,399.9312402661223,1406.7695057120534,806.5961689372014,2704.929605614867,1819.076363046064,6208.214090864102,1025.3804198657526,1807.4968029053568,992.963808363815,2461.706108829034,1320.1164437470486,4400.478822427995,1682.1517106386757,2947.0300516423617,1096.3965293691874,3754.3064143735846,1287.277760071446,5292.410091875203,26645.943610296195,7866.140054077631,179937.42745318703,64755.177652789636,5434.460446168583,28105.054796931916 -8383,5246.175284957599,4562.375134095165,1176.2942996031647,1827.9493545547584,2480.929434108315,3253.6600242831996,2310.635405425578,3834.227892574354,499.88048259399176,1402.271995168153,4010.312788161065,7781.810964020418,2243.332230836482,4539.498621023297,2545.653392952529,5130.3681641835665,1825.1115679703382,5825.183404863116,390.1871074242557,1580.7104695186763,787.2181467699868,3039.3824500355813,1775.3512285804431,6975.832906951656,999.7170622626877,2030.985963495038,970.0931616673988,2766.085420037972,1290.4458273491177,4944.578992694574,1644.38930056802,3311.417568906813,1069.6833538182461,4218.51016167545,1255.9138548907206,5946.793705184133,26066.489402484356,7690.057699606307,175731.90738237379,63186.28982815159,5316.533637210132,27412.513924231513 -8384,5114.128345161971,4734.249663325146,1146.4232168607703,1896.8121563928753,2387.871255352849,3376.2324275844885,2236.705534508655,3978.671541907757,480.7695010614589,1455.0986111166706,3856.0171524418934,8074.968597201972,2157.0206658862216,4710.511342576556,2447.540157513505,5323.640218120098,1757.6350742238967,6044.630650204048,377.91219031284487,1640.2592483481724,761.500867019802,3153.8825541251886,1717.4323255267948,7238.627605245819,972.1225063608837,2107.4975930933438,938.7976744893906,2870.2898344943974,1241.3153451154158,5130.851967106262,1581.4246839199063,3436.165823710859,1036.032127896785,4377.430554404983,1216.4039936612621,6170.822273301657,24918.967647695616,7377.935512357398,169831.37513795926,61360.588242636026,5080.680019293231,26657.968766254697 -8385,4941.923453569039,4715.145272803451,1103.9577867981172,1889.157840976697,2280.7155801764015,3362.6081222825837,2149.439055954962,3962.6161793266524,458.4663973348066,1449.2267678276069,3676.246503353596,8042.383211026328,2056.458611861727,4691.50274466872,2333.4171526205987,5302.157425923514,1677.880433208459,6020.238403763078,363.3815737052753,1633.6402156680801,731.2495285036281,3141.1555100826386,1649.286708786359,7209.417154076962,938.6771624703212,2098.9930865917354,898.9335707929406,2858.7071884980483,1183.9163129020508,5110.147144450214,1507.9727811296955,3422.299665721345,996.1969862170992,4359.7660565985425,1169.6336048649223,6145.920798531034,23625.618308360627,7021.582062844032,162768.17119664815,59100.389517981945,4815.344699136717,25722.071064680233 -8386,4744.497288818744,4755.433437459894,1055.7637911603335,1905.299592239013,2164.104468125986,3391.339646311548,2051.634239145546,3996.4744220458792,434.09641210750726,1461.6095648081225,3479.9639831738214,8111.100682130541,1946.6599684319683,4731.588897719735,2208.8153605788902,5347.461266855435,1590.4375736244156,6071.677827587583,347.3471574336002,1647.5987179390165,697.3545905918317,3167.9948507773224,1572.9747142285412,7271.01741633309,900.2011904299039,2116.9277575706133,854.7557510293182,2883.1331731180912,1121.1669894413262,5153.810369581739,1427.7287225541695,3451.5412191537575,952.23923403193,4397.017713247369,1118.022864357328,6198.4341050721605,22235.318156536865,6635.405201748598,154938.7251332132,56548.88880295298,4530.354910820464,24661.463915979843 -8387,4563.0317412616405,4795.266741678343,1015.6213474092704,1921.2591003013283,2070.565211425902,3419.7467864000814,1967.704183105878,4029.9503992723926,415.42355447462666,1473.8525578410975,3329.927158866418,8179.042320945774,1862.7307435658224,4771.222471079176,2113.5006145132425,5392.253619485399,1522.759879604872,6122.536491304239,332.99993067495456,1661.399626273599,668.7206469880668,3194.5311706129546,1508.372846550838,7331.922200835162,864.8961886286723,2134.6599429717476,820.1189273346586,2907.283384092017,1073.0116639286014,5196.980629251151,1366.2798181244405,3480.4526303244093,912.9068487604405,4433.848792165645,1071.8427612155558,6250.354527181409,21225.559438306605,6342.58540313838,148531.4471361213,54304.10591464328,4323.982995143175,23689.94844996561 -8388,4490.0301451800515,4755.823325038917,997.2559497887343,1905.4558035823322,2023.982940005323,3391.6176948263123,1929.9156143984774,3996.8020842364094,405.59266387891364,1461.7293989772247,3250.6577208110957,8111.765693522196,1818.3881461916808,4731.976830337134,2063.1776851490495,5347.8996935003815,1487.6636283653804,6072.175631163206,326.8624721192491,1647.733800951698,655.5515603371589,3168.2545877411494,1478.7391106775844,7271.613551136525,850.5338592657627,2117.1013198440046,802.6692501101583,2883.3695548964615,1047.7170834858819,5154.232919213474,1333.9003524080124,3451.8242034637115,896.08123579971,4397.37821510565,1052.0878306008267,6198.942301117536,20650.99113115126,6185.468149336152,145456.57710917186,53334.76486504551,4206.056186184725,23293.205597160893 -8389,4454.198529010286,4713.585728790513,988.0671817320166,1888.5329981288244,1997.290486478652,3361.4959327186243,1910.167793393691,3961.305535861712,400.102777546478,1448.7474330885073,3206.3030998972563,8039.723176210676,1793.5765776336639,4689.951020470669,2035.0178614512338,5300.403726431591,1468.2415827777866,6018.247197508373,323.4025104379597,1633.099885801186,648.6974511929702,3140.116566426392,1463.2710467307907,7207.03262450069,843.6626375694191,2098.2988403040813,793.6527538070359,2857.761665206055,1033.6102131839564,5108.456952754461,1315.8098039777594,3421.1677330564185,886.5958803256243,4358.324054993502,1040.9510868944342,6143.888022565333,20316.487702184462,6095.5148372639815,143798.76888161054,52836.89303726495,4137.265547625629,23089.832824878013 -8390,4478.75062029662,4673.752424572064,994.9451019700433,1872.5734900665095,2010.0852094264499,3333.088792630092,1919.9124018026232,3927.8295586352,402.7441000817042,1436.5044400555325,3227.534872874911,7971.781537395445,1805.453436909874,4650.317447111229,2048.4166985252273,5255.611373801627,1477.849072776463,5967.388533791719,325.2975425055021,1619.2989774666037,651.9897228556973,3113.580246590761,1470.7400518654829,7146.1278399986195,847.2532199101466,2080.5666549029474,798.6175030544847,2833.61145423213,1040.420084511882,5065.28669308505,1324.502775335114,3392.256321885767,891.7910398248281,4321.492976075227,1047.0507170047163,6091.967600456085,20460.70303121144,6136.201616390144,144664.28460617395,53126.88080393474,4166.747249865242,23212.023671244988 -8391,4519.888998366309,4659.586589040818,1004.1156622874123,1866.897843247694,2028.904496536408,3322.98642019821,1939.3418118161924,3915.924566143543,406.5106633104027,1432.1504897840664,3257.7297881302156,7947.619593010873,1822.3441958550538,4636.222641451964,2067.6597542664135,5239.681962148155,1491.8650856266424,5949.301772482688,328.3051418337136,1614.3909890010386,658.6560280953121,3104.143190093148,1485.7242388073898,7124.468397548381,856.1843733858401,2074.2605945112596,806.3996507955864,2825.0229646901785,1050.1482145721104,5049.93414299369,1336.8908770492499,3381.9746165727042,900.0362608357946,4308.394815713401,1056.7314204272252,6073.50324820755,20653.656793075526,6194.3180958428875,146035.82168328087,53634.629235624016,4206.056186184725,23433.620107078757 -8392,4619.706640161644,4767.324945588576,1020.0913118854133,1910.0640129562098,2034.464379629517,3399.820081060894,1962.1404514427263,4006.4680658852544,406.2088565456771,1465.2644875926496,3253.9320671928585,8131.383422066364,1820.2197855577706,4743.420779834958,2065.139443625908,5360.833208647683,1493.3128187934165,6086.860756166237,333.20166096023587,1651.7187279874893,665.3798151728366,3175.9167861834385,1501.150503924904,7289.1994314631975,872.4254250235997,2122.2213788499453,811.2177285833359,2890.342779143514,1049.6574812107222,5166.698065037803,1335.7602681845194,3460.17219485846,913.4598847885934,4408.01296164411,1072.49208010748,6213.93400229813,20425.142872336844,6168.446329420324,147197.6165920776,54508.5879659754,4156.920015785371,23891.645214467648 -8393,4680.704693901736,4905.8642633003465,1026.890331919596,1965.570815651844,2019.0620989263302,3498.6194622125395,1968.2481436324417,4122.896746249356,401.5660455176739,1507.8453363275812,3215.2195291140188,8367.68288228845,1798.5643464443624,4881.265438203853,2040.534336409553,5516.619982901427,1479.3020734744248,6263.7460211293765,335.0600157837261,1699.7179703799939,666.409518295273,3268.209497439539,1503.6990946424382,7501.024873912717,882.3054718188084,2183.8935126387832,808.3213764285158,2974.3366585509198,1037.9790377085399,5316.84323720934,1320.3407420336137,3560.7254192583437,918.5544949957267,4536.1106086769405,1078.4736554227984,6394.512038578405,19956.544391657735,6075.080904810771,146946.58385980065,54912.577526616486,4058.647674986663,24151.535312779968 -8394,4707.875496297703,4829.251757424058,1027.9789941179963,1934.8754483154712,1999.9328559611115,3443.983216747538,1966.8355090892403,4058.5114648296726,396.5796760927607,1484.2980460867752,3174.1548256022384,8237.008831890047,1775.5931275385265,4805.037080263812,2014.5238281820818,5430.469600792616,1463.4405966565018,6165.92813357769,335.1455984389563,1673.1742981532848,665.2252130299211,3217.171452787426,1501.1411796004347,7383.885001835576,887.3551643328434,2149.7887054956545,803.064407747352,2927.8878836763383,1025.329043200694,5233.812671769281,1303.8315068135098,3505.119295145309,918.7891166424531,4465.272366522037,1078.7491243975462,6294.652041473223,19532.50537854792,5983.060936285817,146220.73803244514,55017.36875200148,3970.202568267824,24258.925450263134 -8395,4683.308900917747,4702.149087402974,1019.945649970624,1883.950823137032,1982.4654117376135,3353.339886404805,1952.6842268465452,3951.6941628122295,392.6058716020789,1445.2323161888296,3142.0688353884048,8020.216279314796,1757.6445185877508,4678.571724318564,1994.1535501626504,5287.54328002916,1449.081463829416,6003.645037085351,333.1894364217726,1629.137471872898,660.1520226264632,3132.4976560783875,1489.7937873924493,7189.546096762102,882.124262314308,2093.2077074084027,795.8358867086222,2850.827836648236,1015.1137854943917,5096.062229591693,1290.73879938383,3412.866904188366,913.4263716738507,4347.749390155394,1072.4527324024084,6128.981017987036,19293.428396616546,5919.760346205687,145039.4201142482,54669.297270135474,3921.0663978684706,24126.300180716054 -8396,4510.434827453786,4442.680290256605,977.4862891544207,1779.9927297469608,1878.711054377548,3168.2995887504085,1866.2712849439386,3733.6361403939063,370.87720891000555,1365.483102859295,2967.0180881862852,7577.653563380819,1659.7227344342023,4420.403947179363,1883.0289042854622,4995.771907146922,1371.2007427818273,5672.358528020905,319.05005221764,1539.24020737625,630.1702499290244,2959.6436304448907,1422.2993666621815,6792.82050531865,848.368975438634,1977.702631766759,756.6228161924486,2693.516603869982,959.1743333615926,4814.856952532838,1219.1877121656585,3224.541852389659,874.6637789878855,4107.836685647649,1026.9416220050962,5790.778357265289,18047.298344441122,5574.805847882823,138098.24460704275,52422.809771056236,3665.558311791829,23195.422321543538 -8397,4070.501549125432,4195.167974097891,876.5979871704624,1680.8250889307687,1670.1929294733425,2991.7860612710265,1671.7977643953589,3525.626365117144,328.4797312114612,1289.4087820927266,2626.848630069405,7155.484408279993,1469.4350562280079,4174.13269922956,1667.1163869202562,4717.445537713943,1216.1767574198216,5356.337904067342,286.62666451490503,1453.485463851748,563.7524832753571,2794.754824112736,1272.5960272606778,6414.37627195593,764.3074070644147,1867.520100708801,673.5538340257399,2543.4543689848997,849.7319687551941,4546.609786760425,1079.715067094332,3044.894934247463,785.7762749158975,3878.979305408914,922.5789173858435,5468.160282156016,15831.208365991683,4923.516742479224,123261.2352401237,47111.79367031329,3213.5055441177687,20902.926298455775 -8398,3576.5991075684387,3972.4783723062133,779.2427186254855,1591.6028522893523,1493.2056489386366,2832.974864498006,1480.0508440837268,3338.4776415948145,295.6641512144624,1220.9638640337148,2365.5030905537315,6775.654093178229,1323.240755895215,3952.5597003994158,1501.1229408177462,4467.032187222693,1092.8341959658048,5072.010610790147,252.55887681242447,1376.3309610633967,500.0546548852894,2646.402519096662,1128.5241771267351,6073.885758450089,671.5864994712525,1768.3876440032445,603.8250898976393,2408.4416962858177,764.6162393011665,4305.2648086410345,971.958181819422,2883.2645908162513,692.3807097796723,3673.073758309714,812.9233040482685,5177.8971882144115,14416.607339968827,4443.350471843674,109799.35944989577,41586.06025808371,2928.515755801514,18371.96024746384 -8399,2948.0939932119427,3642.7652036595528,666.0696008901959,1459.5008317185695,1377.8940643387832,2597.8397594759717,1290.2817111536299,3061.386128815294,278.6366445401367,1119.6246428512677,2234.9159614075206,6213.279129405034,1250.1915123023148,3624.4997688038134,1418.4529994159127,4096.271367689077,1018.7782661360219,4651.036968352858,216.9139313290711,1262.0963700226237,439.74621846295497,2426.7527996246076,991.5491494427259,5569.757118410754,560.2165367475079,1621.6125985896133,545.1371165777144,2208.5425731794217,719.399003954972,3947.9305782482575,916.547425067,2643.955470617607,594.6614256059797,3368.2109814679325,698.1912177297625,4748.135027454884,14458.709308758234,4272.547397693523,98181.73958546194,35391.83218257177,2948.1702239612564,15340.68275136802 -8400,2736.8492623944385,3406.104703822992,627.3743586486254,1364.6810514045942,1389.2887011363237,2429.0652100333573,1288.508251828667,2862.4962385993963,275.35235286195865,1046.8856896680322,2200.972075374025,5809.619364863567,1231.2036134522355,3389.02592435156,1402.9351672544296,3830.147811778969,1025.9113411464086,4348.871807506664,220.25223602155953,1180.101418091218,453.58721406891834,2269.093302393776,1022.1721633057706,5207.905220218931,527.1901373237913,1516.2608598231561,528.1800951708709,2065.0595980060884,712.5119160478915,3691.4443180221933,938.0705511153641,2472.184909453421,603.8132629977916,3149.3875191079655,708.936378283169,4439.66167107164,14869.09124322543,4354.112050023015,96590.14297157321,33951.92517315974,3146.274280530999,14707.630094581482 -8401,2868.567000800891,3264.5112898537614,654.5899709840944,1307.9506024461061,1440.2626482924438,2328.087798664742,1343.9351434074124,2743.5008904991305,284.67069413033147,1003.366147045266,2274.9794212641964,5568.110688160381,1272.602644680973,3248.1424834753684,1450.171912960864,3670.926721461968,1061.8075097344024,4168.087110709683,230.07419158542282,1131.0440334400885,472.569016231126,2174.766000317584,1065.0497853372058,4991.410090479872,552.8181724691638,1453.229165181088,547.7261332064472,1979.2140753468987,736.7243129356972,3537.9891987830747,969.7161817077265,2369.4149914001578,630.7397866288846,3018.4659622215695,740.5507751713889,4255.102795893843,15295.648063995444,4495.726068122406,100386.24303215135,35480.764036188535,3235.6006796627944,15406.2396559015 -8402,2982.199482703849,3206.9381953370466,683.9701351872419,1284.8835161438262,1526.435018045242,2287.0295185808827,1411.6510271081768,2695.116363061189,302.09518457183583,985.6707283777762,2415.0699695038934,5469.911192289332,1350.9680138435551,3190.858070097444,1539.5902668030703,3606.18606280487,1125.3261385489423,4094.5785050189547,241.56860073921388,1111.0968807859679,497.01265108465225,2136.4117116137354,1120.0712765242488,4903.381316983501,576.2818909463846,1427.5999384293052,577.5739361148194,1944.308550779433,781.6425525542923,3475.5930333375018,1029.2482786642752,2327.6278627499414,662.2512791919063,2965.2321361727536,777.5483782068283,4180.059576956987,16367.224424233218,4786.525046901296,105785.13014314914,37104.980535948045,3463.879255221826,16073.598276688774 -8403,3238.4523283221038,3239.493638000361,741.7028224361965,1297.927095125074,1664.8233429017644,2310.2464481960924,1536.8060617458168,2722.476012946608,329.1996605282479,995.6768291904667,2631.9436750885843,5525.43935321645,1472.2851777304581,3223.250274318553,1677.9319041476924,3642.794496285625,1225.8446736729338,4136.144886293283,263.26408401905013,1122.3762533814267,541.090463811377,2158.0996347186474,1219.4510069565813,4953.158312858736,626.5130160811722,1442.0923124978992,627.8026621073175,1964.0463260931976,851.7330693868073,3510.875743145367,1121.6339347101386,2351.256929109084,721.7286347372531,2995.3338839809758,847.3806651308282,4222.493724919281,17866.26720523025,5221.367257795702,115162.89779342459,40348.12223635844,3781.4842299126526,17480.1945194055 -8404,3960.663080963269,3328.387526978056,907.0751936679048,1333.543089471156,2016.3243716234147,2373.641167935016,1868.906160472185,2797.1825898018415,399.1200033449603,1022.9988725102847,3190.424568468995,5677.06113344041,1784.694272633284,3311.6984344481284,2033.7825671008288,3742.7552326559107,1487.0551889623923,4249.643489903683,319.7392823129186,1153.175014301629,657.8380062172148,2217.319343342586,1482.5089446711575,5089.076315594496,764.3715912027936,1481.6642975819339,764.5018429574893,2017.9410811286011,1032.7480380279037,3607.216540010859,1359.751928704278,2415.777004086998,876.553277502424,3077.5278647347363,1029.1600797895737,4338.36179886422,21575.450910783566,6317.057271295213,139986.558860305,49191.15446288996,4565.57151118063,21317.720652206197 -8405,5277.972690222909,3549.257668108311,1169.1708299271195,1422.036345736358,2462.715933961518,2531.154815461026,2381.672213423148,2982.8022354617797,478.8677248525924,1090.884568967207,3821.2996444442956,6053.7880871333655,2137.6000099974203,3531.461095697347,2435.8360843849578,3991.122608675753,1797.32586618232,4531.647718606131,412.9476656336649,1229.6991347930723,831.3378358940386,2364.4595523252733,1875.0007844186764,5426.784889171724,1010.5433209190207,1579.9868035587867,943.8084663738331,2151.8506477787564,1240.4830562715001,3846.589635788249,1630.0570682400585,2576.0867647464993,1132.0805724268655,3281.7510834274844,1329.174349295428,4626.253330430931,24824.972693848522,7484.305324559463,174690.96894154692,63901.96107093222,5240.4820823986365,28135.926781970928 -8406,5365.1826662281655,4095.552233425431,1191.713919932097,1640.9133053720434,2550.9180952916554,2920.7450478319543,2446.5014467688716,3441.909125696947,496.67528464768395,1258.791316558379,3964.882482759307,6985.5749115442095,2217.9189342314453,4075.016448565413,2527.6552079792805,4605.428132398387,1861.3210643821585,5229.149774557372,423.7602802207182,1418.9719397372862,855.070588078345,2728.3923867751023,1928.3637504413593,6262.064648862902,1031.0935735586324,1823.1751783596983,970.757735985526,2483.059149437697,1286.302387009963,4438.648936502889,1690.9845278980215,2972.592831919819,1161.7229506985989,3786.8715760051723,1363.977427636785,5338.316890905436,25986.44933625766,7790.74348137778,179890.1703953497,65327.63566202681,5488.610968875845,28705.327339182782 -8407,5234.106271800373,4567.963493313119,1162.247901080166,1830.1883720237824,2491.9463668698986,3257.645365351038,2387.355493290166,3838.9243592517823,485.51658448605866,1403.9896092178426,3875.9213616642883,7791.342743796302,2168.1548981610026,4545.058959272142,2470.875348893113,5136.652246351111,1818.7957478242529,5832.318551890718,413.4445422582341,1582.6466491758986,834.5456070760029,3043.105326921485,1882.0514473010462,6984.377460826051,1005.2782511208957,2033.473676319399,948.3860538200315,2769.4735410276735,1257.3787723009555,4950.635505537244,1653.0181035142048,3315.4736560000038,1133.4427410995097,4223.677327779757,1330.773669788325,5954.07781016079,25421.31729412408,7616.203651854832,175682.81834687412,63743.35052287328,5369.509103366786,27998.101352404647 -8408,5102.262348139466,4715.145272803451,1132.8755418450899,1889.157840976697,2398.623751044341,3362.6081222825837,2311.0216379762714,3962.6161793266524,466.99644875142377,1449.2267678276069,3727.1451397498795,8042.383211026328,2084.9308427237415,4691.50274466872,2375.844883356758,5302.157425923514,1751.6116766814753,6020.238403763078,400.3954375769026,1633.6402156680801,807.1955350021311,3141.1555100826386,1820.4561326269104,7209.417154076962,977.574408001507,2098.9930865917354,917.9003049386245,2858.7071884980483,1209.610286307141,5110.147144450214,1589.7685039645685,3422.299665721345,1097.669108925972,4359.7660565985425,1288.7718940982222,6145.920798531034,24302.314957195893,7307.776170391571,169793.09003932547,61905.534462943186,5131.305372348665,27225.047401481188 -8409,4930.400901015451,4713.650707952633,1091.0205797005099,1888.5590325109097,2291.1381278874856,3361.5422726393863,2220.907423971765,3961.3601444610745,445.3701992606645,1448.7674048042545,3553.6998025387466,8039.8340078589645,1987.9071102102346,4690.015673816388,2265.251192757855,5300.476795176462,1672.187150268508,6018.330162088382,384.95695768604105,1633.122398908689,775.0404055331693,3140.1598545206766,1748.023050774624,7207.131977088775,943.9864200287813,2098.3277664143434,879.0097227542419,2857.801060895288,1153.7710013507244,5108.527375416022,1515.970360884144,3421.2148955831144,1055.3450940282778,4358.384136693854,1239.0793224461754,6143.97271916763,23041.080773072477,6955.530100767039,162742.5285656115,59630.492446450764,4863.32617495328,26267.411771815347 -8410,4733.400467038526,4784.414925356188,1043.496673940383,1916.911239799111,2174.1509771492183,3412.007808363313,2119.893439692607,4020.830514211526,421.7334813069117,1470.517190257764,3364.271023705602,8160.532930386413,1881.942386895161,4760.425067581625,2144.4719299967846,5380.050805962527,1585.0965706886532,6108.681028196867,367.925560988826,1657.6398346805022,739.0295287564898,3187.3018615116302,1666.9478434741716,7315.329865664262,905.336297308303,2129.829150680246,835.8950419107628,2900.7041243802664,1092.7111638069257,5185.2197237048,1435.3411768660205,3472.576273346398,1008.6541573144796,4423.814874286875,1184.2595534861653,6236.209808455379,21685.28879479212,6573.715157682732,154925.81664006543,57061.66096919344,4575.496666639719,25182.663081402727 -8411,4552.305340441957,4833.280578932221,1003.8687034080519,1936.4896254620253,2080.221714300785,3446.8563727465094,2033.19283077176,4061.897293339337,403.60712747938993,1485.5363273346738,3219.3453311767535,8243.880587601236,1800.8722823172718,4809.045700586148,2052.003967862474,5434.999990556095,1517.666813214997,6171.072082398366,352.71640877084246,1674.5701501274427,708.6560055458151,3219.855390216141,1598.4228894119315,7390.045035771157,869.8441408959171,2151.5821748382687,802.061166028399,2930.3304851955304,1045.8143743298556,5238.17899974738,1373.5806571200303,3508.043454148461,966.9588356503136,4468.997536849386,1135.3051297539166,6299.90337869997,20700.547952959558,6283.83536801402,148521.30447627185,54797.29006966991,4367.068401998864,24189.666684766682 -8412,4479.456249060277,4804.104147246416,985.7717916595,1924.7998722302677,2033.505748556423,3426.049186437363,1994.169470874357,4037.377370078425,394.0758264271713,1476.568784800481,3142.875361628432,8194.115833649537,1758.0956819769538,4780.015564415558,2003.243369980125,5402.19123812653,1482.7177295828594,6133.81998000127,346.1918564301768,1664.4614918796162,694.6547816533838,3200.4185109999203,1566.9167584101644,7345.434519038268,855.4225335801256,2138.5940005919406,785.0407214832591,2912.6413430441703,1021.2102210883623,5206.5583708084505,1341.0499109724976,3486.8669078008434,949.0720195635448,4442.020124880738,1114.3042419088652,6261.873577294064,20140.250910006318,6128.564247853462,145452.71880154067,53822.054269348104,4247.966536489804,23783.67408307948 -8413,4443.6738784355675,4786.754238224023,976.731140753295,1917.8485028082184,2006.7432317727464,3413.676090461706,1973.7894618678258,4022.796476760348,388.7569969777337,1471.2361913977593,3100.1184203617936,8164.522977234412,1734.1778407754905,4762.752650742929,1975.9761483669122,5382.681351656482,1463.3828817849883,6111.667833555036,342.51224041884905,1658.4503283889287,687.3572353307867,3188.860274896471,1550.4486683931502,7318.906655209939,848.5290913288395,2130.8705187087735,776.2591836427677,2902.122407407514,1007.4977185815676,5187.75500783284,1322.878928051072,3474.2741700563433,938.9844899633401,4425.977873780396,1102.4604863326988,6239.258968296036,19814.063696208843,6039.711065903171,143798.77277971775,53321.3160828567,4178.490448276186,23575.23095586616 -8414,4468.170690222348,4744.711585765131,983.529190111109,1901.0038030263704,2019.5847912748459,3383.6933526114,1983.8446967193963,3987.463759480917,391.3206443640557,1458.3141425935933,3120.6238184762847,8092.812965618721,1745.6483726083613,4720.920807185165,1988.9704902698616,5335.404597910166,1472.9530857415189,6057.988301688016,344.52249706619733,1643.8839547447576,690.8575413038947,3160.852122063628,1558.3888710280485,7254.623795975824,852.1344931577876,2112.154820305546,781.1088767368698,2876.6327086062934,1014.1286970549978,5142.190316189696,1331.6155788364313,3443.759191804028,944.4955333362645,4387.103964597389,1108.9309952943026,6184.458787766522,19954.70425343404,6079.947649705858,144662.67862915614,53613.158749262824,4208.265914653451,23700.047642236026 -8415,4509.2124911932,4727.946514414419,992.5932559215274,1894.2867531447025,2038.4934686652896,3371.737333902981,2003.9313727877886,3973.3743647458105,394.9799370435083,1453.1613023818331,3149.8148902654866,8064.217637042034,1761.9775907159112,4704.239798710178,2007.655096798215,5316.552358495395,1486.9223125699914,6036.582868652996,347.7083306789042,1638.075417956922,697.9166602083391,3149.6834956049765,1574.256174594981,7228.990143990106,861.1193911410978,2104.691684638373,788.7221890065133,2866.468349458676,1023.6099219036481,5124.020784492869,1344.069732214878,3431.590935099347,953.2293769684729,4371.60247211255,1119.1853899102287,6162.606481052346,20142.886180843543,6137.546722772829,146034.81308241712,54125.86421204796,4247.966536489804,23926.378054557095 -8416,4608.739174572268,4794.74689577508,1008.5490307066142,1921.050820193838,2044.3234287885684,3419.376058043792,2027.5454684176523,4029.5135198831376,394.7455521526102,1473.6927802405003,3146.635787986845,8178.155646257542,1760.1992300284717,4770.70523177034,2005.4951655974214,5391.669055350711,1488.4527210541673,6121.8727585685965,352.82488415538484,1661.2195170459108,704.9128725693172,3194.1848574605583,1590.311095101175,7331.127360855557,877.5180278326768,2134.4285284778316,793.5640853738411,2906.96821093518,1023.276954756207,5196.417234296293,1342.9971824552454,3480.075320961063,967.2562168577809,4433.368126906658,1135.6542846485022,6249.676937931439,19920.19837119148,6113.0432085665125,147213.70563754882,55015.97048459338,4198.340759194362,24391.414246441953 -8417,4669.532684620489,4853.619605049954,1015.4485446493541,1944.638606764843,2029.1168117667485,3461.361159018373,2033.929682760335,4078.990245794215,390.2986956589312,1491.7876429094827,3109.7436574265216,8278.57182884917,1739.5621102021776,4829.282743420355,1981.9200110587467,5457.871124344529,1474.5841906800858,6197.040696098428,354.7173827403458,1681.6169427692514,705.857783071452,3233.4049290453963,1592.6812520675583,7421.143234300938,887.5278709719443,2160.6362914644033,790.875632770689,2942.661668394737,1012.0523368740683,5260.221887129009,1327.564869469506,3522.805723019644,972.4444309092928,4487.8036161029395,1141.7457601175497,6326.41412999322,19463.38075736195,6021.793744071198,146982.13753595823,55432.94141790707,4099.089204603479,24653.966515780212 -8418,4696.594872321905,4766.41521210629,1016.6557000723327,1909.6995215054008,2010.0962501879203,3399.1713041898415,2032.5343989738865,4005.7035243054697,385.5009074722434,1464.9848758229505,3070.4339547216227,8129.831735986479,1717.572622668229,4742.515607908723,1956.8982053052755,5359.810217868048,1458.8458220605303,6085.699219854972,354.75250979321044,1651.4035357471198,704.4901251060035,3175.3107360672157,1589.7166249257411,7287.808456680159,892.6628666558238,2121.816402082639,785.8398648134564,2889.7912242083075,999.8384440626913,5165.7121204512105,1311.018345089046,3459.5119011851602,972.5407304102324,4407.171794526842,1141.8588252381924,6212.748217002786,19049.970662513017,5931.565079803489,146271.32505171528,55545.87478150151,4009.7628054716847,24761.613074706787 -8419,4672.097229447653,4622.157576852324,1008.7363499403237,1851.9016325765722,1992.5969413408716,3296.2939021288335,2017.9155667992754,3884.469160065216,381.6500801159972,1420.6464696068344,3039.496737894762,7883.778832691931,1700.2666270249576,4598.981304599547,1937.1695197633753,5197.593223957018,1444.5506209237294,5901.512878704213,352.6658105882361,1601.4230874823863,699.0911989581512,3079.208571736642,1577.6398183686977,7067.239755180075,887.4134446157069,2057.5987032489156,778.7901220244418,2802.3304324327346,989.9066736541074,5009.369590113881,1297.8665103598914,3354.8082646386947,966.820122626132,4273.786817988998,1135.1422669699894,6024.716682541259,18816.8376469925,5869.070394920159,145093.92261198565,55196.639044611875,3960.137028176242,24625.883588501907 -8420,4499.593607257507,4359.764635469589,966.8735828276727,1746.7719591624152,1888.5158520955124,3109.1682496038993,1928.669681852599,3663.953681812277,360.57700954856637,1339.9985038836517,2870.5733571761093,7436.228552822476,1605.7724355427554,4337.904045372943,1829.4627518365107,4902.533665413407,1366.9864004925657,5566.492858918166,337.64467053836944,1510.5127047582905,667.2330038655705,2904.4065272725657,1505.921761032542,6666.043171985796,853.5080952363712,1940.791916168659,740.5251342750647,2643.2463439596795,935.477814583739,4724.995204479385,1225.973977127127,3164.3608396651125,925.6402292852581,4031.1703612003116,1086.793006971583,5682.702567910796,17601.642166793452,5528.04615268488,138164.64606860606,52935.22000537891,3702.082986239946,23673.71301941165 -8421,4060.702043373374,4124.013875418462,867.1844688492126,1652.3166728246515,1679.0908154590202,2941.04248152743,1727.7315402644315,3465.828338473339,319.39925435119846,1267.5391644074236,2541.815560237333,7034.12048511185,1421.8683360448858,4103.335379118467,1619.900262287976,4637.433107370792,1212.5025066086646,5265.489242431016,303.28229536533195,1428.8329472510839,596.8173356958125,2747.3530843570143,1347.2094202546239,6305.58225821447,768.9813983795109,1835.8451569754156,659.3106022005525,2500.3149275430364,828.8434296395485,4469.494895671094,1085.7710345173666,2993.250576749114,831.437063622254,3813.188071785693,976.1891908904779,5375.415005038685,15440.408659546607,4883.084020433039,123333.66812259641,47578.53407727179,3245.5258351218827,21332.384676188074 -8422,3567.9470077984,3910.9414480497535,770.7734025445557,1566.94762827341,1500.9389174246135,2789.089777326125,1529.5303170405816,3286.7619048409256,287.4447187271452,1202.0501397086914,2288.5431179432876,6670.6936947462,1280.1900523313993,3891.3313325879603,1458.376806937962,4397.8342217227055,1089.4606993581199,4993.441036954317,267.2949705590247,1355.0104739102824,529.4924247915611,2605.407589456501,1194.9372469202378,5979.796322881143,675.6414430736962,1740.9938796309261,590.9708244999915,2371.1329735313625,745.7063445951204,4238.57275154129,977.3594950693431,2838.600474839356,732.7791593468543,3616.174855290067,860.3550719134239,5097.6873450846915,14060.575211905016,4405.801793635971,109845.91703205336,41989.13194458191,2957.6963268083214,18750.594593335478 -8423,2941.160397323774,3582.2029920474993,658.2036322849599,1435.2361335355215,1384.0372912629866,2554.649789095906,1333.167373427816,3010.4895422405516,270.6496863703293,1101.010502011691,2160.1843639145677,6109.981248701178,1208.387341362642,3564.241226264311,1376.8766142151042,4028.1694617135945,1015.2768724727036,4573.7118954083,229.83867546064803,1241.1135882173821,466.1534738671976,2386.407208194953,1051.0757993413795,5477.158010212931,563.348312065414,1594.6527370948634,533.0041206790225,2171.824801049406,701.0131202245581,3882.2948883966656,921.3782541655296,2599.9988108407074,630.0941279860596,3312.2133272659053,739.7927081862766,4669.195666222806,14100.88751282802,4231.672531243807,98153.20852430297,35702.328816643174,2977.5466377264984,15666.546139671285 -8424,2257.061809723933,3313.4419162887657,462.9112146537103,1327.5550199657025,1113.9768187693637,2362.9826984736073,1078.5355375980812,2784.6222729291258,185.68500256438037,1018.4052539006143,1473.0421602762656,5651.569166272532,824.0062883085085,3296.8277635540658,959.5503863236906,3725.9489677125475,791.0097996093784,4230.561121443408,188.7387452914533,1147.9968598107016,383.4605600478189,2207.3628129173203,864.5660026379313,5066.224603537391,375.6652263219662,1475.0111126434645,361.6084710731345,2008.8798280299106,482.8303149229232,3591.018890656032,746.4062918363838,2404.929330154028,517.4202074270255,3063.7087006563493,607.5024024524998,4318.881054524939,10224.628480550999,3171.757392779931,72791.00053588868,26393.931063398053,2370.0976833855134,11917.09357807107 -8425,2367.362524184426,3148.910240382337,483.4161346133856,1261.634186641545,1155.4643891471953,2245.6468545565913,1125.5827419847815,2646.349570130533,194.8692518128725,967.8355057627456,1545.359633120034,5370.9358641293,864.460020037863,3133.1210770279454,1004.3334858180814,3540.9339158458147,821.5062093575084,4020.4891392203763,197.2504556586277,1090.992134195493,399.6985949266628,2097.754402050835,901.2641705633183,4814.657065733072,402.28448246343055,1401.7682260997774,382.13029998646334,1909.1272525658492,506.8252154083344,3412.703902429816,772.1609561448532,2285.5105918379636,540.7547428820598,2911.5777323933867,634.8994506264363,4104.423473588251,10618.331302422122,3296.2978265098745,76295.04464202355,27800.697208105685,2445.645041652137,12545.193884456468 -8426,2458.3686574114054,3075.2868579045357,504.36717444608627,1232.1364337113432,1223.778858212554,2193.14230388289,1181.3647396899946,2584.4763531448275,208.29186041124052,945.2069396313352,1653.3089025618847,5245.360209314661,924.8458523223322,3059.8668545210244,1073.132745582747,3458.1447881432473,868.4778564209904,3926.4877269702993,206.98074692600989,1065.484093303735,420.0983354675636,2048.707664323586,947.2061328431279,4702.087537994843,409.8067241066825,1368.9940565055235,400.4944337572516,1864.4907290753024,541.4201063223411,3332.9128682269584,819.3542424218887,2232.0740034265,567.429972274518,2843.5033242197765,666.2188032711152,4008.4596269940835,11578.939360900336,3540.9606018859345,80157.58731442438,28913.92007862399,2637.09018877916,13007.899614433305 -8427,2669.0269850523814,3092.2468793479075,546.7132405295887,1238.9315917900738,1334.6429078796164,2205.2373513437838,1285.9480022213838,2598.729584272375,237.80417972809016,950.4196988649549,1888.1269182825997,5274.288054338134,1056.2008988918794,3076.7418355762547,1216.563385837255,3477.21624796835,952.1570346976472,3948.142069840911,225.55772291672292,1071.3601737817417,457.30802997569793,2060.006163463209,1031.1447163850014,4728.019267019738,460.46683395121613,1376.5439761153002,453.5396404053068,1874.7732829335891,618.0140904557175,3351.2936815708345,894.1172115968947,2244.3837568610465,618.3580567843438,2859.185073461838,726.0134020284253,4030.566039946738,13224.565534993737,3965.8741945761803,88893.95125851945,31883.515951705715,2928.3875541547013,14227.888511412653 -8428,3265.943664928391,3184.9746460442543,669.1406644605584,1276.0836576110505,1616.7707261591195,2271.3662028242966,1564.3185439406036,2676.658158542008,283.8290731722735,978.9201063481203,2251.5932953150577,5432.449084577457,1259.520660090898,3169.0046497194676,1454.372936941802,3581.4881607796424,1156.438251950154,4066.5357204841757,273.9947477567496,1103.4872451697613,556.1218547108888,2121.779941033949,1253.9010228793893,4869.799236289363,577.3597933740656,1417.8226494052542,551.0597746033288,1930.9924485990002,738.036697102175,3451.7895315985575,1083.6259696027892,2311.6864986871356,751.1463478221642,2944.9239736138065,881.9199643642513,4151.431353095737,15511.59521084519,4725.114772911326,108097.45055016178,39022.54937470746,3495.9263607885,17464.588896363726 -8429,4375.099313313369,3407.924170787563,868.2753388373882,1365.4100343062116,1982.6103392020902,2430.362763775461,2001.6903615086583,2864.025321758964,348.0497197772369,1047.4449132074305,2756.56293001236,5812.722737023335,1541.9960471615498,3390.8362682040292,1775.2297182143666,3832.193793338236,1406.5272307201017,4351.19488012919,355.0913854894681,1180.7318025719562,705.1810539823348,2270.3054026262203,1591.2742204007086,5210.687169785006,772.1119157575841,1517.070813357768,696.6597566414505,2066.1627078765,905.9689310204529,3693.4162071953756,1303.1189937805495,2473.50549680002,973.4697454504608,3151.0698533424993,1142.9495806063676,4442.033241662327,18184.29017668024,5679.339966270082,136495.0569700282,51252.88435828157,4040.803439266746,23179.10722929964 -8430,4442.9077951032405,3930.8905865884635,883.695156250583,1574.9403982329086,2052.1933515138544,2803.316515083226,2054.6743924237685,3303.5271951052746,365.8550899459153,1208.181621114398,2898.3470193042594,6704.719924602479,1621.3087676723524,3911.1804428047685,1862.7895611246254,4420.266928866193,1460.2762447678572,5018.911847078758,364.18225059192827,1361.92218353941,724.868080272925,2618.69739132193,1635.5607947868225,6010.298386607491,801.3611148648362,1749.8744339836699,727.9931090975185,2383.2277749521995,952.1557856343359,4260.193089291185,1351.692876080074,2853.0797594005858,998.3920119397413,3634.62043268534,1172.2107817528936,5123.689900332568,19219.353874687906,5943.633074361377,141511.2216637308,52693.7445675953,4247.416564232004,23735.06347145048 -8431,4333.969183080225,4430.463873711024,861.695900717775,1775.098132068531,2004.5675877494882,3159.5874454070627,2004.807896464321,3723.369442963366,366.3795319059995,1361.7283176214135,2903.4397562061504,7556.816643701634,1624.1575980351386,4408.248785792461,1859.1066949805083,4982.0346074546005,1430.8405314820595,5656.760760446641,355.2897820475106,1535.0076274226,707.4114404159891,2951.505246169234,1596.151895355271,6774.141707973197,790.5237843722193,1972.2643743242993,723.7375712732612,2686.1100117554242,953.3241410434223,4801.617130106602,1322.3507762263987,3215.6750549016997,974.0136421901401,4096.541017092981,1143.588169071407,5774.854960596245,19329.569119045675,5901.690230658303,139338.1399828637,51690.437651871885,4200.157445170007,23178.6035879214 -8432,4227.662201283445,4576.995842670703,840.8401532214478,1833.8072496243817,1930.372107834383,3264.0867896457016,1941.6545799567825,3846.51516115308,339.1460003676524,1406.7657532617775,2686.387939894108,7806.7487621958935,1502.7408006392222,4554.046018917224,1730.210223284943,5146.809078314715,1369.636321376921,5843.85094237556,344.2043320818066,1585.7760562882568,684.5084615582963,3049.122535790364,1544.5453603389246,6998.187846430875,749.9643186093325,2037.4945150762878,675.4287688985527,2774.949690869012,882.7208646614981,4960.4245219104105,1270.5994168271093,3322.029425631415,943.6232959376041,4232.028911423992,1107.9069024823305,5965.850958296132,17781.664973168805,5540.559836354629,132621.7721199642,49636.35840164485,3954.949075158268,22428.698648621918 -8433,4087.874557444123,4569.263114374427,810.4791135318492,1830.7090748179103,1844.7663705490731,3258.572190736853,1866.9116696791193,3840.0165630220954,315.90691605800475,1404.3890551566437,2502.017666003774,7793.559441267839,1399.6057586426614,4546.352063815774,1617.4543514387485,5138.11366377569,1301.5246906442733,5833.977891777603,331.06325215807647,1583.096924428949,657.5272822805641,3043.9711140015334,1483.7358271330284,6986.364570412521,703.828164236778,2034.0522153600955,630.1348310520358,2770.2614777412487,822.2960574255401,4952.043999755569,1211.1238149439987,3316.416933983257,907.5975170788342,4224.878996755305,1065.6090816922294,5955.771791501506,16558.774992713585,5219.024101312319,125653.9669036709,47355.561063393216,3723.446028362018,21513.519381995648 -8434,3927.090320608384,4615.464546665724,775.8581270593652,1849.2200205104834,1751.501587480926,3291.5207644276556,1782.9438969328583,3878.8443260099166,296.75175462089413,1418.5893286402036,2349.7436149634013,7872.362871891298,1314.4250496397733,4592.321834387313,1521.021927464633,5190.066944775229,1232.2797268361303,5892.967301625319,316.5517522623289,1599.104176262285,627.2553836344164,3074.749780451662,1415.5487646875501,7057.006168758389,669.5286430887023,2054.6192353264623,594.390359511068,2798.2725694401283,772.5537233410881,5002.115864699936,1146.819660194118,3349.9503962921167,867.814783149242,4267.598239666367,1018.9002247681127,6015.992702462365,15473.803713460984,4914.715438807275,119224.92140091777,45205.86329419378,3493.7884057148594,20597.542457557713 -8435,3777.7901472745966,4675.117024795492,746.705545933779,1873.1202272427226,1676.0862036566302,3334.06195793667,1710.3314489217391,3928.9763710048755,283.46734229148956,1436.9238577100812,2244.299695939704,7974.1090665152715,1255.4406874249646,4651.675205000581,1453.1698464090127,5257.145859971078,1179.6686674606378,5969.130838258614,303.50223998077223,1619.7717658271577,601.5675761360891,3114.4893217650942,1357.5637878206287,7148.214302173175,642.4887472629866,2081.174120053907,569.4215653239,2834.438786634939,738.0229713862834,5066.765609964937,1097.5673667827757,3393.246762395717,832.0400335549396,4322.754726751127,976.8971371157223,6093.7462783991,14741.181562955317,4693.445497868925,114224.43502739572,43395.00411686873,3332.0941524152076,19781.778408977643 -8436,3718.6793387324574,4635.803572783455,733.6073533122361,1857.3690018133007,1638.9412559667883,3306.025550699519,1678.005557357045,3895.937278464794,274.21399490851576,1424.840644215012,2170.7295478868587,7907.054113139229,1214.2862206607797,4612.558877221519,1407.661194272166,5212.93807856366,1150.7702435901588,5918.935915325382,297.95951499792017,1606.1509689040936,589.8301271630482,3088.2993192809167,1331.1394217558477,7088.104367288169,626.0754841120754,2063.6733519525965,552.202066618761,2810.6037526393343,713.9960014212712,5024.158752081564,1071.4802652881663,3364.7126651632993,816.8448604286713,4286.404318919919,959.0565038211839,6042.503453755614,14224.746179176462,4557.306636832534,111424.25213771092,42494.71585473136,3231.3643413930436,19417.875564077924 -8437,3689.9628904645992,4597.789735529577,727.1535493378378,1842.1384766526035,1617.6922431369353,3278.915964353091,1661.2319407126477,3863.9903843978495,270.323194881539,1413.1568747214358,2139.927018278766,7842.215846483768,1197.0555678136695,4574.735647714547,1387.8495955137337,5170.191707492964,1135.150686517676,5870.400324231255,294.83791687664205,1592.98044505025,583.7458407132933,3062.9750996777298,1317.400223110167,7029.981532352173,616.3431832359136,2046.751120086075,544.3692218346214,2787.5566515358205,703.8656364947069,4982.960381585335,1057.105216409679,3337.1218413392476,808.2871159924595,4251.255574236178,949.0088670456015,5992.954602237053,14018.65812828944,4495.257620562513,110019.0798854893,42042.450992871396,3180.706904957412,19222.732782031646 -8438,3710.1205274578056,4548.599179839793,732.2083100754768,1822.429916553859,1627.9713995758161,3243.835695870988,1669.5690074214478,3822.6505569760498,266.7657826195763,1398.0378771284802,2111.489423275301,7758.314020276541,1181.1478377166363,4525.791741709888,1373.769398644764,5114.877172087182,1139.16195239125,5807.594439081927,296.5585724785116,1575.9375618819622,586.6802029565536,3030.2051263027365,1324.0625708498233,6954.769589667391,613.1868737012813,2024.8534625708326,538.4404793824544,2757.733308452906,694.6607968563129,4929.648985403766,1063.4113849889443,3301.4188433288155,813.0042289363599,4205.7724973438235,954.5472233079311,5928.837540765181,13831.713444825411,4474.261583000478,109868.62181779304,42049.976146319044,3179.1540117328686,19283.328651984084 -8439,3744.1706232589736,4548.469221515551,738.9479910589951,1822.377847789688,1643.2077380554751,3243.743016029463,1686.5202657367956,3822.541339777325,267.8004949818599,1397.9979336969852,2119.2105646937193,7758.092356979963,1185.4669734842798,4525.662435018451,1380.1328793006724,5114.731034597439,1150.3372374729404,5807.428509921907,299.2994124225465,1575.8925356669554,592.6897226049954,3030.1185501141667,1337.5754322157716,6954.570884491221,622.4458604387389,2024.795610350308,542.9081664432891,2757.6545170744394,697.4534074606247,4929.508140080644,1073.170120755948,3301.3245182754235,820.5181390780047,4205.652333943118,963.3692955759632,5928.668147560585,13825.373365440415,4494.414735298661,110879.04277973127,42479.821909813494,3197.33753741839,19495.580683963733 -8440,3830.726440091615,4647.4351579605045,751.885940816633,1862.0292824767523,1649.3607703255338,3314.32062127072,1707.8032600454828,3905.712482609541,274.7242653107151,1428.4156781992406,2173.357952403386,7926.893515730935,1215.7565260656374,4624.132139682323,1409.443378347535,5226.017738288564,1156.7717258273128,5933.786977536213,303.91274704026046,1610.180924338722,599.0468609378876,3096.048098110834,1352.1577848668883,7105.888962428473,647.0661331407925,2068.8512659849703,560.1122011658309,2817.655772086338,715.6202566164967,5036.764750060198,1073.7977564382384,3373.1549861863286,833.1654232969488,4297.159234687167,978.2184557695987,6057.664556356597,14012.874677337273,4542.387529068934,113019.76344932383,43557.86230826408,3188.583424801078,19957.83994405202 -8441,3885.4795068881367,4763.4260887078035,758.1795019271264,1908.5019070992298,1638.6940389266354,3397.039609398542,1714.7768522380964,4003.191459871492,273.37654269277334,1464.0661517135547,2161.4338815995156,8124.733340402712,1209.0863101074042,4739.541472475602,1400.4316807261096,5356.448963461805,1148.8506923643172,6081.8827445533625,305.769980440244,1650.3679044121686,600.3227558358831,3173.3194291423515,1355.2409109886594,7283.238112341247,662.4277970810754,2120.485764533764,563.3063136458967,2887.978972824273,712.3740552499546,5162.4725892140095,1062.3601562345068,3457.3423654835888,838.256959163503,4404.407960545549,984.1964215055834,6208.852066491772,13718.350885287753,4486.076632530284,113371.26723772672,44089.23621223152,3115.1740216080952,20234.507610110733 -8442,3911.0855536312542,4700.0696974867715,759.9272392456135,1883.1177001816693,1624.533278477156,3351.856968484556,1714.833685899605,3949.9466399580347,276.83030775301336,1444.5932038491328,2187.9924637893655,8016.669569810912,1223.9429376521923,4676.502760811677,1412.2283945397182,5285.205016402549,1142.1513468180667,6000.990098095003,305.9676033331404,1628.4170327783154,599.5265363435547,3131.112399269745,1353.54472693009,7186.366727206226,681.7874279001798,2092.2820466268327,573.5109761286634,2849.567140199406,721.530790668947,5093.808642941081,1050.457294462084,3411.3576621600937,838.7987349291352,4345.826723291367,984.8325197377123,6126.2706527713635,13713.96254320815,4475.729862847633,114141.61527908129,44596.82614680393,3071.222981317934,20429.56123222398 -8443,3891.4510630723144,4565.559201283164,754.1729568895951,1829.2250746325894,1610.7360393077847,3255.9307433318822,1702.7895318582594,3836.9037881035974,277.2694113702405,1403.2506363620998,2190.802302152212,7787.241865300013,1225.5147354883666,4542.666722765118,1411.5570112881032,5133.948631912284,1135.0511340282192,5829.248781952539,304.21642518387966,1581.8136423599688,595.0172119970471,3041.5036254423594,1343.456466184344,6980.701318692287,692.5720839383438,2032.4033821806092,577.3892394316316,2768.0158623111924,722.8136982805452,4948.029798747642,1040.4242570175438,3313.728596763362,833.9979455637457,4221.454246585885,979.1959190961461,5950.943953717835,13609.99763106028,4444.418508135695,114075.2369436829,44619.83961617116,3038.1640087187275,20416.539396887445 -8444,3750.824463229781,4293.614064639581,723.7166248636232,1720.2682435103432,1527.8068410074068,3061.9929381559955,1628.6572924426475,3608.360628560106,264.0033078997016,1319.666748994385,2084.9544974030873,7323.398892342734,1166.3044432991924,4272.085164584596,1341.8704169800258,4828.14767727038,1076.6776265730875,5482.032638946007,291.4255808900017,1487.5937432958265,568.2515946825491,2860.3380589570074,1283.1739485917383,6564.899509913578,674.5281805535067,1911.344341849548,553.8390553270231,2603.1404508399623,688.4456027476539,4653.303001785122,983.5608759672707,3116.3480927950222,798.932324578054,3970.0055408939766,938.0254184343588,5596.479101702059,12772.661348173879,4198.960600688789,109180.2352258516,42989.885947343166,2843.4107828198694,19688.759227482373 -8445,3387.5564255665317,4063.2567137137485,649.770718717668,1627.9738664445408,1359.4648706379444,2897.713482394889,1459.9760839824128,3414.767915506155,228.21568492515956,1248.8651045459872,1801.122848907387,6930.490087961207,1007.5316196228057,4042.8828639987223,1163.7479219902148,4569.111980984976,952.4922157941501,5187.915259650866,261.91576767054033,1407.7826217556712,508.578783683895,2706.8776202463882,1148.6098325921612,6212.68507297747,601.6151246518151,1808.798511538062,483.81116763642,2463.478960702351,595.3731636128326,4403.647924172453,870.8501479060884,2949.1524202423493,718.0322759231375,3757.0101608264436,843.040774984156,5296.221537568128,10881.971338217385,3655.4179194503504,96692.20667731523,38446.695097070515,2465.381460562201,17711.86178038262 -8446,2973.661626230578,3860.8411588776826,576.8751617267443,1546.8745767238563,1213.8962014763893,2753.3607319729695,1291.302222506079,3244.6575358393416,200.61007925357666,1186.6515303460365,1583.9479784969717,6585.240182459088,886.0459868916928,3841.4822546570663,1027.0374653608476,4341.496695537288,851.3529959728563,4929.4736154937245,230.6555499669645,1337.6523985016254,450.8547687950531,2572.0315659652847,1017.9844975392648,5903.1934054133235,516.0756966845349,1718.6912453483774,423.69787142500206,2340.7580755132417,523.2097709948852,4184.27541077313,782.832351308612,2802.2371831556243,632.3335588768788,3569.8506112804444,742.4220211252978,5032.384498317474,9718.217418720924,3258.2741787658215,85148.44861129616,33617.544646766226,2230.8628659186647,15486.809840563075 -8447,2436.553383791059,3524.0450724653997,488.56405423247395,1411.9347327436662,1113.4597568138597,2513.1744407349947,1119.8588597087105,2961.6135268139933,185.0061241269575,1083.1353340278567,1464.4138496262526,6010.7842464936075,819.1796903842804,3506.374920231832,952.2865349010475,3962.771170176937,788.5214351363587,4499.456592401921,197.5236112548557,1220.96381322807,395.2378220593539,2347.6633182444243,891.6213331011156,5388.235044148871,421.0135317318447,1568.7631697389027,375.1318993314153,2136.5647076358705,481.74444223674817,3819.264905334674,734.9460939264071,2557.787210300449,541.5035887273679,3258.4387542577506,635.7786695737469,4593.390161433681,9627.469730539033,3087.6657063924554,75119.5221393236,28241.5602395009,2236.3088997641416,12860.292616103407 -8448,1686.756123028,3247.4862892482693,377.3202105358695,1301.1294099852903,815.1086995077147,2315.9464112830856,797.1641778894465,2729.1930507722204,156.67242587229464,998.1334160958988,1254.6673354428488,5539.07201148862,701.8494120672631,3231.202849074419,803.6441348435569,3651.782192891994,610.6999409165435,4146.349803259061,149.3056042337805,1125.1454398545784,306.4426930222986,2163.424213083676,690.662220662083,4965.379008866892,337.031698115046,1445.6503194610493,306.96517116635084,1968.8921257993788,404.92137088344,3519.537962777637,558.6609425429356,2357.0580754389152,409.3157268443407,3002.7241312791552,480.5770703390977,4232.911686338891,8294.918356483815,2512.8474056729824,58655.48094146327,21523.121291388572,1847.056685802864,9541.09022406511 -8449,1806.1843049769245,3081.719971442654,401.3737723124837,1234.7139082490903,854.6000473090347,2197.7300819010165,845.0195005000986,2589.8827528026764,163.77664996837098,947.1841937349764,1310.9858174157666,5256.332843522138,733.3534548877145,3066.267711350384,839.6855064148162,3465.378792345553,639.4578134392398,3934.7014457291534,158.31182107491372,1067.7129520938229,324.1133953433598,2052.9933032314266,730.5551626965249,4711.923714064187,360.38858927642286,1371.8578199869278,323.4939342338092,1868.3910093109753,423.40250395405815,3339.8849029946578,583.7830621939721,2236.7432216662937,434.00593329281446,2849.4515757409977,509.56581008910354,4016.8448206637845,8579.519476111025,2617.5040279140308,61869.87422693916,22910.192165072924,1909.2471466043073,10182.884985763023 -8450,1806.9634576673036,3013.4250252311745,404.59557497961066,1207.3510327341673,894.3493430310606,2149.025508117008,865.6191995408448,2532.4875627997717,172.03273250660777,926.1933528529571,1378.3183623734153,5139.8456311392665,771.0186636299492,2998.315207437889,883.0104003474213,3388.581464743185,669.2792201513821,3847.5033141388562,162.16861729567083,1044.0510362454431,333.42849922336023,2007.496285813883,751.435104383449,4607.501320210549,362.9432840484852,1341.4556559700768,333.4888124174388,1826.9850202317111,444.4856596384612,3265.868684157041,613.6677317163319,2187.1740656663474,444.57919580691186,2786.3040010422014,521.9798640569919,3927.8262844212877,9210.631296994326,2772.179711576753,63870.392743371645,23231.268189444963,2052.2852064476265,10279.750810423931 -8451,2014.9543391139216,3033.958995138418,450.75060517597257,1215.5781197086442,1012.125756695713,2163.669318646254,972.417445012282,2549.7443463499144,194.6457525889219,932.5045855123169,1559.9268210283822,5174.869378083026,872.6087714878552,3018.746216580795,999.4407921973059,3411.671811854091,756.195463442084,3873.7208296267304,182.53269155386067,1051.1653703935924,374.94406437994905,2021.1756931250513,845.0260836964518,4638.897586142046,405.43054648968314,1350.5965537329066,374.4398110898266,1839.4343943201022,502.82061280199827,3288.1228463545376,694.4908108931456,2202.077826692507,500.4065433420503,2805.2903312248955,587.5266812537874,3954.591133737225,10490.558098890315,3145.6704117970467,71906.86940805966,26016.378611330838,2338.3613261342657,11503.123060320999 -8452,2550.688911878829,3136.563865512513,563.0304859189447,1256.687520198944,1218.3742934392485,2236.8420313717197,1199.2092614504568,2635.9736555012664,232.66734766632743,964.0407770933689,1862.7448326300478,5349.877281153536,1042.0023927308844,3120.8366089496058,1193.2663264200291,3527.0504786637507,907.5035189030746,4004.725442486091,225.6619147019006,1086.714528026836,459.8879454817538,2089.5294415866083,1036.7657407457052,4795.779563211448,510.0412928409237,1396.2721164367929,456.40463844467564,1901.6418690728242,601.4371040675334,3399.323234680457,829.4573843491299,2276.5494692966113,618.6436946644494,2900.1619004380127,726.3487690974048,4088.3306837146115,12237.653305380363,3729.075829462628,87765.01077622538,32442.491729890404,2723.9421831032137,14435.017833141328 -8453,3534.8208821967323,3352.820353766072,767.8029997253509,1343.332282302613,1583.713852373003,2391.0654501266135,1609.489216443468,2817.7159793657465,299.6851283684696,1030.5084410487395,2395.9559990049247,5718.734962047822,1340.275833870417,3336.0087509503896,1534.5115694191284,3770.2298249526943,1175.230301267192,4280.839017004431,303.5936570254968,1161.6401720250992,613.021923039431,2233.596107694841,1382.4577587986505,5126.433900647943,701.8067156252233,1492.5408096609451,602.6006393912708,2032.754261536233,775.3747095115754,3633.6961780321476,1067.1538556373575,2433.5105944880293,832.2906499621361,3100.1191960159913,977.1913855182403,4370.208583986515,15230.46082194199,4748.00321765314,116219.51222675446,44144.6083850879,3383.161067598511,19792.14562473883 -8454,3675.521292580039,3850.4442155998195,799.9570885822197,1542.7089644724472,1675.0866836512957,2745.9461468668214,1687.5173442122118,3235.919926865545,317.4536367372258,1183.455970584862,2538.9643852832614,6567.506645690631,1420.273414898309,3831.1374433941764,1626.2268723336492,4329.805384492093,1242.902880225134,4916.198928589768,318.4591018697735,1334.050205212544,643.7574454240038,2565.105286121131,1451.7112451483379,5887.296567271405,731.0905531622238,1714.062944246438,633.5203369481837,2334.4545970905797,821.1479444653935,4173.007484351259,1130.7741283615053,2794.690977589152,873.0437107231529,3560.2372827883923,1025.0395019316338,5018.83268045491,16285.131348462068,5046.688343606976,122246.25047038932,46118.76069371699,3619.4848186439967,20645.010499182685 -8455,3616.915188764233,4320.711106409183,788.6788930234771,1731.124873786738,1677.1030441328446,3081.317206544893,1675.5181916802508,3631.1330289668226,318.18141532958185,1327.995179188881,2545.722561916284,7369.616936790549,1424.053876987776,4299.046337248299,1630.7285795270361,4858.618166073334,1243.9285904917147,5516.629802352754,316.31999253906463,1496.9819624490704,640.1580432209051,2878.389681364586,1443.5341676712806,6606.330657090591,721.3589278870077,1923.4068553143063,630.0303142583964,2619.568896542493,822.834057699326,4682.670044073441,1133.709717941982,3136.0153971143677,867.1794225405898,3995.060285998597,1018.1542486917252,5631.798537892293,16472.04154793899,5076.073965884196,121706.53223793692,45611.79302552233,3663.018141205007,20388.998095409013 -8456,3446.453596380487,4474.196034810245,746.1093018566244,1792.6197459878258,1564.4250336366501,3190.7750571579477,1579.2882018878827,3760.1220262036404,295.41990589534305,1375.169646533483,2362.475153509835,7631.408364180516,1321.5469556551013,4451.761666511257,1513.2754329023908,5031.211205270442,1157.0601171571036,5712.59743577617,298.9320601834613,1550.1593593325028,601.7834214298505,2980.6389230459527,1357.2650750001412,6841.007811597217,685.6528800994281,1991.7321740416144,589.6949363287914,2712.62402904859,764.209573197891,4849.012865599806,1052.192468412788,3247.416295447222,819.5110566612349,4136.977097109816,962.1868814010363,5831.857318511851,15112.564464196612,4696.345028957182,114147.9071278308,43197.014869185565,3358.284883277934,19370.85084693122 -8457,3235.2652235137525,4460.420080554872,698.8648715521545,1787.1003079869258,1461.3868217094937,3180.950728745735,1479.6754334927455,3748.5446906053353,275.4906780453517,1370.9355284938101,2202.840990802865,7607.911420436637,1232.2490676199504,4438.054787197847,1411.065503820006,5015.720213174056,1079.6323123120533,5695.008469994979,280.2420510690268,1545.3864516957883,563.4194465797485,2971.4615993131074,1270.8004340571515,6819.944494312951,643.9097515967368,1985.5996731174084,550.7117525109699,2704.2719174635226,712.7099442751058,4834.082858308999,981.1156627251909,3237.4175698692243,768.2730960725374,4124.2394327781885,902.0284575366372,5813.901154092897,14051.649230081885,4376.792429591274,106747.88229551006,40502.608639458806,3121.9611322324504,18180.36972118312 -8458,3080.873171330445,4494.7949838796085,662.989168652263,1800.8728673443882,1375.5514982488892,3205.465207607956,1401.0498549634874,3777.4334183531455,258.68276235489185,1381.5008509085903,2067.8857919522966,7666.542942772565,1156.7563658550962,4472.257328999882,1324.5886103248508,5054.37462112622,1014.8070952827501,5738.897915844053,265.6252442935265,1557.2962065881557,532.7340288553135,2994.361618451406,1201.6975307976973,6872.5034301168,612.5061228358512,2000.9019979147063,519.4039770329621,2725.112798826214,669.3438313294927,4871.337450458864,921.0526679873959,3262.3672190000784,728.2016672727901,4156.023508992863,854.9806443354415,5858.706864430086,13105.35418000589,4101.428436813354,100794.30876132222,38445.05006756482,2910.5135655075433,17284.942730940566 -8459,2953.9375529182666,4515.913778852236,635.418632597656,1809.3342688084404,1308.5160669196605,3220.526086414253,1337.8907074075548,3795.181689891905,246.0062479529015,1387.9918328842946,1966.2090609697266,7702.564196052844,1099.8793341151645,4493.270230797341,1259.3866251066634,5078.122601116684,965.7480513271373,5765.862128647579,253.55370462073972,1564.6131630714963,508.39124946303656,3008.4306270092547,1146.7981713218587,6904.793888615985,586.5080514432057,2010.3032362817137,495.8386739053576,2737.9167417606745,636.6148668152233,4894.225430272779,875.792152303216,3277.69545191628,695.1079929887335,4175.550586134896,816.1254037689422,5886.23399959829,12408.587796910198,3893.64767127351,96144.69310470246,36778.129375903394,2755.037413503935,16544.185002510832 -8460,2875.446928955819,4455.351567240182,617.2198419126026,1785.0695706253923,1263.1319911348423,3177.336116034187,1297.5213099751202,3744.285103317163,237.23504079214254,1369.3776920447178,1895.7401778387575,7599.266315348987,1060.459686534198,4433.0116882578395,1214.2286809699053,5010.020695141201,931.9989147951512,5688.537055703021,245.8153951513572,1543.6303812662545,492.6545918125082,2968.0850355796,1111.3188713660215,6812.194780418163,570.7132203204496,1983.3433747869635,479.6800258871178,2701.1989696306587,613.9931831363087,4828.589740421186,844.4327158516451,3233.7387921393806,673.8937071535731,4119.552931932868,791.2177379565444,5807.294638366212,11907.947389007599,3748.6350387729117,93060.6300598059,35722.55333701724,2643.0945840613376,16083.227603195128 -8461,2834.931445813981,4348.068071130418,608.5061500267778,1742.0856441168776,1245.2771287213225,3100.826839111935,1277.9888783576057,3654.123869068166,233.88763458537278,1336.4034981836753,1868.990593965957,7416.278318582478,1045.4962143979424,4326.266129566418,1197.0400482598488,4889.380936943631,918.694110152897,5551.558832127323,242.35336690691125,1506.4602362161581,485.2052641056236,2896.614460348362,1094.5576572394239,6648.159224257405,561.8489258894425,1935.5850760260223,472.9069543924121,2636.1549288234414,605.3297995631476,4712.318783839188,832.517505080837,3155.8713561153863,664.4026862739267,4020.355363732711,780.0743425047439,5667.456768707512,11739.822613879862,3695.3220131855205,91728.4295962335,35206.02872915763,2605.7803075804713,15850.652274900081 -8462,2817.4739374069713,4264.3726537916555,603.2417221569485,1708.5524558965003,1229.5033189017086,3041.1394119260867,1266.8244433603331,3583.786096699832,230.44123547731994,1310.679234744445,1841.1483769255017,7273.523306742748,1029.9215332785082,4242.990375068289,1179.2444890090476,4795.265856095944,905.8762743842593,5444.697571968902,240.38510451160536,1477.462571940497,480.52798330603093,2840.8578916465017,1084.068140814449,6520.189640592605,558.6129337577979,1898.327241492958,467.2046455721729,2585.411912999369,596.4733950980544,4621.611950184632,820.1395140751088,3095.124383920709,659.0067685715104,3942.968047224977,773.739002445347,5558.364603693856,11518.69962572885,3637.3435564499705,90715.62638791629,34935.08310437643,2556.0279389393163,15747.096307323827 -8463,2854.4834447844805,4251.57141218069,609.482196705211,1703.4235437284951,1228.851188903695,3032.01020030569,1275.0682513261,3573.0279112806743,229.685348640292,1306.744700190219,1834.504846611391,7251.688880727043,1026.205203289441,4230.253321026832,1174.9504976288986,4780.870923524064,904.2260196629361,5428.353107078986,242.20723699937656,1473.0273696516554,482.8810290949433,2832.329906124164,1089.48492276428,6500.6166506794625,565.2081149267896,1892.6286434463207,468.4649564892178,2577.6507520387418,594.643456051997,4607.738310141978,817.2280851434668,3085.8331145427073,664.0020766007453,3931.13163171097,779.6039872008532,5541.678921172545,11384.59874502389,3616.1864109485487,91020.10902534709,35265.22212683734,2524.9327085385953,15923.917919460167 -8464,2969.934722704077,4388.35624209001,631.8339480576664,1758.227397904597,1258.8340729087545,3129.558367635994,1316.495979648001,3687.9821170845707,234.88977558574533,1348.7862971014997,1875.3779166315105,7484.995800437652,1049.0692241758054,4366.3522888889775,1201.0262294450363,4934.684784963412,925.8614316706929,5602.998263999609,250.09361381277506,1520.418740670925,497.8191422278973,2923.4538052421053,1123.2546662999362,6709.759496150994,586.8539932800309,1953.5197498108091,482.26188983720215,2660.5809172649697,608.2630297400457,4755.982015801895,835.491199588094,3185.1129141226875,685.6222835186996,4057.6070262096196,804.9882444363611,5719.970083464432,11531.65962996807,3685.6987405040504,93711.69975824293,36533.81268728274,2556.0279389393163,16520.98051183174 -8465,3076.3286718707227,4520.462446263663,652.2115389589354,1811.1567260624845,1283.3910360363986,3223.7699707695133,1353.3980986390723,3799.0043977908244,238.67470171972383,1389.3898917327904,1904.832168412716,7710.3226264522655,1065.5456627596027,4497.796090428514,1219.8397999384674,5083.237555014853,942.4033612712652,5771.669810203896,257.425765510153,1566.1891242733425,510.81256374936595,3011.460877590366,1152.7074999492154,6911.748762531172,606.9748923097633,2012.3281201182438,493.5044007310091,2740.674516436703,618.2246050496275,4899.155153205735,848.6739478194878,3280.996920282779,705.7231030207328,4179.75642172123,828.5885908539706,5892.162926075008,11595.539673532594,3733.397664862659,95982.67871371059,37684.854343425846,2568.4660310996055,17076.2357460317 -8466,3166.888155091181,4444.889638497049,667.43805542005,1780.8779214664942,1299.9309344606881,3169.875186512182,1382.6290964707177,3735.4928804468263,240.9130258962724,1366.1621586304868,1921.8896151062643,7581.42193618128,1075.0874421580515,4422.602217377686,1230.7110859725753,4998.256308263275,952.5672322638052,5675.179396171273,263.3211003368585,1540.0056726858393,520.844166663945,2961.1154634421027,1175.4860195825822,6796.198580050697,623.9095732205609,1978.6861447688532,501.2811708895923,2694.8560916972783,624.1913352766857,4817.251384506571,856.3377102515627,3226.1454194713237,721.8849428389179,4109.879515912381,847.5641862726802,5793.658115685556,11575.640433331635,3756.0460950394204,97677.75611899317,38627.50700539805,2562.246985019461,17540.554691486726 -8467,3214.8381844439778,4283.412058848081,674.6089334790682,1716.1807344051902,1299.8577539704713,3054.7173728121356,1393.6953782099986,3599.7868453843976,240.10764260860293,1316.5311043804527,1914.6997682083263,7305.997850519145,1071.0655076773949,4261.934313358863,1226.0574488402326,4816.675572459799,950.8191203021237,5469.006845782081,265.7430171234244,1484.0590893292554,524.0746724088015,2853.5416433957084,1182.909356358269,6549.300729535916,632.4882861415213,1906.8028190783957,502.82923232664115,2596.9551594850004,622.2648857846623,4642.246343347937,853.1948912024608,3108.943374808639,728.5245370787802,3960.572457502983,855.3597253608881,5583.18137364639,11414.958134767076,3731.7794154783546,98108.64667613272,39058.98370106006,2524.9327085385953,17770.700176647744 -8468,3147.077304953331,4033.7553799141906,656.1606143508269,1616.1539387769528,1251.3528513462225,2876.674591986836,1353.3012168233913,3389.9749439512534,230.12164047763753,1239.7977014957485,1834.2217239521021,6880.171165017104,1026.0468270678307,4013.5294548279962,1174.469396456341,4535.937877743196,912.6774944713051,5150.248326305939,258.63866133991723,1397.5613957864973,507.7793466004335,2687.224296359684,1146.3231074265836,6167.577783666693,617.9826268449375,1795.6657039345137,484.9883948501741,2445.5928362833392,596.5623866894286,4371.675175094533,817.400937592367,2927.740056686362,709.0482115502766,3729.73233452795,832.492596517294,5257.768244934939,10805.231574262332,3564.2603678422793,94881.04541441097,38065.73407890761,2388.1136947754194,17360.610041922107 -8469,2817.613384171159,3844.3360041754536,582.9112834023954,1540.2616643705303,1094.526010734427,2741.5900729476016,1198.9583048192953,3230.786575501686,199.84649526478546,1181.5785769972665,1591.8365193454172,6557.088180475557,890.4587643667644,3825.059859564953,1019.2545896274688,4322.936731102002,794.7481129540142,4908.400040778744,229.86815453938894,1331.9339141438036,448.4534120833237,2561.036091883773,1012.6365608948944,5877.957163779947,552.4607661989057,1711.343814122254,425.38926459229316,2330.751299122558,518.30240319308,4166.38756972255,709.4698703027157,2790.257576557728,630.1749437772917,3554.589445597017,739.8875939031944,5010.870978012492,9212.752067309726,3080.758098221512,83519.7308000572,33883.987840028094,2033.6280682071938,15508.236174135709 -8470,2417.0675293737386,3702.742590206223,505.2138201756964,1483.5312154120425,952.4188692936231,2640.6126615789863,1034.3812857259857,3111.7912274014197,175.44061906169685,1138.0590343745002,1398.0874632513503,6315.579503772372,782.077317534715,3684.1764186887613,895.0773585495793,4163.715640785002,696.373476436699,4727.615343981764,197.32809501068922,1282.876529492674,387.9919774132556,2466.708789807581,875.8506643862885,5661.462034040888,473.5257982837677,1648.312119480186,372.0906945434519,2244.9057764633685,454.8693138161783,4012.932450483431,623.0655397509682,2687.4876585044644,540.9675882603957,3423.667888710621,635.1493521123735,4826.312102834695,8191.340662057569,2709.5789410121038,72519.517823377,29162.065311539525,1809.7424093219984,13296.756265178863 -8471,1927.8937181608928,3442.494017901811,416.9639251359805,1379.2606993353334,834.773768693818,2455.0162668950634,862.5406833669251,2893.0778806020385,157.48330110880306,1058.0701527067617,1258.0937825514404,5871.686765055089,703.7661351863804,3425.232776314763,805.5852030867645,3871.0674146128717,619.4645209181607,4395.333227766076,162.73810708034753,1192.709098970664,327.46227424577063,2293.335290246432,738.572221200158,5263.544172990571,380.71917067106386,1532.4599192917613,321.723021122187,2087.121780128376,407.65970045475837,3730.882074161108,560.4293651652217,2498.596638085851,446.14043074073527,3183.0341804863137,523.8129079920304,4487.093050022202,7848.603516313607,2477.163932689058,61939.322929991,23844.07622447954,1741.3329024404106,10723.24492012651 -8472,2013.0251270992585,3187.638861025841,432.2431791376587,1277.1510950559884,983.1193827036112,2273.2661890215963,989.5085225340467,2678.89716938482,184.1358195670569,979.7389680041614,1523.529231399991,5436.99330041786,852.2482933278533,3171.6555058809085,979.3517200165708,3584.4840572858125,758.2668060637503,4069.937356790175,188.05840978458326,1104.410306599535,393.87880086153564,2123.5547990892724,887.0799618079246,4873.872798412928,364.54789411435456,1419.0086507910014,344.8128198129819,1932.607713893899,465.64963814374545,3454.676935865587,676.2915127584661,2313.62021260545,515.5550930937651,2947.3873874371725,605.3125741040118,4154.904004163676,10077.460789687495,3043.86871253369,71002.68758227285,26249.939868377172,2272.350483211532,11714.754235644255 -8473,2129.92470460483,3041.951646386326,456.2181738025621,1218.7804345688608,1035.3475769887013,2169.3692817332467,1045.3820257406328,2556.4613841755267,190.99830372405947,934.9611724177491,1600.9388242288092,5188.502036355197,895.5505103223652,3026.6987913366615,1029.1717501574117,3420.65950846046,797.3930064680901,3883.925746592509,198.80637181770712,1053.934556866744,415.751698853434,2026.50027149008,936.3925029019416,4651.118282150202,384.4173322820489,1354.1545606960565,355.34287839076393,1844.2801940262834,478.68159075852606,3296.7850659868077,710.6677217225525,2207.8789730223384,545.020228808263,2812.6805785230754,639.9075521860593,3965.009095156835,10456.753441123961,3186.3513480114966,74595.13802797858,27714.938503234705,2369.387652203563,12406.159378185079 -8474,2203.1281100516185,2968.5881931633053,473.83835595926723,1189.3868242178073,1090.5106108525433,2117.0500997327836,1091.7850450368114,2494.806612181626,204.4829594142362,912.4124970239461,1688.8040253745532,5063.369729635634,944.701498814104,2953.703194755703,1085.778570414266,3338.1626699130966,839.8836405387115,3790.2562087580345,207.7256804817747,1028.5165727726608,434.9990031715746,1977.6266945380878,979.6951982231623,4538.946184039236,395.6905723244777,1321.4961011546688,379.3006083309101,1799.80126093564,517.7487685535498,3217.2757360925616,749.6206589235685,2154.631043867437,569.472179741501,2744.8465088070407,668.6165564409574,3869.384051403445,11270.322199148017,3386.3911886571645,78366.50173739936,28832.922024765736,2538.439344763293,12854.181196731553 -8475,2391.4964930876945,2966.2488802954713,513.469314863057,1188.4495612086998,1189.399295781462,2115.3818176343907,1188.339798075525,2492.840649632804,228.0010896691354,911.6934958839508,1840.2723375329647,5059.379682787635,1029.431484868678,2951.375611594398,1183.24220237897,3335.5321242191417,914.7742074764955,3787.269403399866,226.3816142398732,1027.7060790642342,473.542249628596,1976.0682811532472,1066.5434909229189,4535.369394493558,446.15430954930827,1320.4547331261417,432.0197686422177,1798.3829779083924,586.2562631387293,3214.740451964522,816.8407344811499,2152.9331471574915,620.6167240159365,2742.6835093135205,728.6653003304968,3866.3348915627885,12481.38127377146,3715.023821995353,85974.67295471573,31503.591302297024,2791.9314903055338,14013.973241469464 -8476,2942.0347264234183,2985.8081375583083,632.6702974109207,1196.2861223502825,1453.7300219013955,2129.3305113718216,1456.1313106968148,2509.2782830038004,277.7046458182582,917.7051450578641,2253.257828559745,5092.740912003222,1260.4517847373668,2970.836795465351,1448.6089405690145,3357.526411805543,1120.4883774715731,3812.242417996467,276.8501824396401,1034.482707864511,580.2047352590292,1989.0983502539084,1306.6881171236842,4565.275333053933,564.3365876255396,1329.161728011403,531.1309067600436,1810.2414013723444,711.583718108181,3235.9382469138654,1000.1737493313291,2167.1294519836556,758.9744151521344,2760.7685906785946,891.1108881844955,3891.8292589810835,15127.995471691074,4531.06346934084,105459.48110885039,38760.87885331411,3395.9290088077764,17264.049202964154 -8477,4031.5788128094364,2998.9342812830273,843.3228602328309,1201.5452089541184,1851.15374091512,2138.691427091126,1921.6748363927425,2520.309516716948,347.3367248857436,921.7395401281364,2815.230219356826,5115.129507011331,1574.8139913056527,2983.897122506944,1809.6679582287484,3372.286695189639,1410.6856702633117,3829.001713834214,368.7736839122231,1039.0304778747002,757.7301943642914,1997.8427804467292,1707.7077600553616,4585.345095544963,764.0992341103462,1335.0049594152606,683.4001651247042,1818.1995446006235,890.638510426498,3250.16400709551,1250.0012663034847,2176.656538570027,1010.9792545713786,2772.905420522448,1186.9894471958173,3908.9384327296784,18193.576517736044,5606.266794847868,136616.30128439047,51975.25910013749,4075.5786480899546,23414.88926643843 -8478,4011.182554059203,3057.2221654925165,836.0437055236256,1224.8986810355475,1842.531691573327,2180.2594597886555,1914.454877850348,2569.2947546394084,350.387494483111,939.6546534807741,2795.7270073143973,5214.548183266438,1563.904073179371,3041.8927415024036,1797.3308775339185,3437.8311313038976,1401.080855686823,3903.4229540483943,367.7623469731301,1059.2252812628492,754.5350454204848,2036.6732507848862,1700.5981129953382,4674.466776422654,784.4806910813674,1360.952381797654,701.7016897055701,1853.5384332141102,907.7279802042071,3313.334842311807,1241.3439303213227,2218.962468738566,1008.2067121980782,2826.80016275939,1183.734208748411,3984.913338939191,18224.455211686138,5591.863364999494,136652.48028711812,51953.83906922664,4064.641914878978,23397.952039671713 -8479,3901.7886032306583,3279.586858867293,812.2420234781908,1313.9907407157305,1789.9742350549238,2338.8389479676757,1860.2005281513539,2756.1704245705705,340.59247308159337,1007.9997090864313,2716.5748130994243,5593.824318624836,1519.6270609353207,3263.142461060868,1746.379715707075,3687.879123895073,1361.1665161633302,4187.335408329976,357.3778562695455,1136.2672141460228,733.0997463742127,2184.8091069314187,1652.2970703411434,5014.460507713147,762.0772059234179,1459.9402023400821,680.5332704617564,1988.3541198240557,882.5617217729641,3554.3276934610244,1206.204933317748,2380.35699038652,979.7380195320574,3032.405289700662,1150.3091531726125,4274.752933437721,17712.034656238262,5432.73378776942,132791.25288139321,50491.91726706273,3948.6857302983944,22735.41958932119 -8480,3782.8630030171144,3516.8321900723863,786.2450317918045,1409.0448380446844,1700.7226603592032,2508.030570182435,1784.3103442627084,2955.5518080722627,320.759707402024,1080.91841352332,2574.1541046665175,5998.481600253784,1439.9582215098026,3499.1982044392184,1654.600876726283,3954.6603197725995,1292.886859565904,4490.2472745396035,342.9706112523101,1218.4647905964503,701.6136287163338,2342.8582096079895,1581.4902566278488,5377.20660811012,727.0074192399677,1565.5522845166254,640.2379107074154,2132.1916676649435,827.8668461542311,3811.447778134689,1143.0654655053988,2552.5520280156366,940.2410964505863,3251.76950484805,1103.9358663990004,4583.988583889025,16545.03999817892,5121.914470848436,126613.35162382136,48569.316751218386,3692.215192348483,21920.470634706293 -8481,3675.507747182522,3701.1180670311633,762.4240900451484,1482.8803381820844,1639.3771986159113,2639.454132094264,1727.4515676855995,3110.425975337117,304.2196742692811,1137.5597279196531,2478.313481203984,6312.808637308431,1386.345854845617,3682.560041144992,1592.9612937711363,4161.888872548207,1245.832402195582,4725.5411731470485,331.9382549391715,1282.3136865182764,678.6571658534593,2465.62655805705,1529.7764720425382,5658.97815187653,681.9444395224053,1647.5889470822694,596.5653716881419,2243.920857482142,777.4476201038865,4011.171836126116,1100.5449567798862,2686.308563312842,909.9963044597415,3422.1658054052273,1068.425494882044,4824.194630266696,15734.748357601977,4908.059924744177,121608.13584489943,46878.821917520516,3523.993491188024,21195.48796427862 -8482,3570.085597220668,3846.3504149295354,740.2207409773738,1541.0687529438073,1590.2212917972101,2743.026650947087,1676.8059431194786,3232.479489756518,293.5419776512334,1182.1977176212158,2403.1825804656773,6560.524058331152,1344.318317328947,3827.0641697261212,1544.6656616616542,4325.2019259837425,1208.2483487962538,4910.972015189082,322.2468167305832,1332.6318401308827,658.6388471339279,2562.378060598131,1484.6694755805665,5881.037180747738,655.4566042151648,1712.2405487935612,572.3022853573899,2331.972599882154,747.6766182971252,4168.570733711599,1067.1880539656563,2791.719656059304,883.427589274047,3556.452030760691,1037.2312004310256,5013.496646625865,15203.626452623668,4752.920651848018,117782.13630940251,45457.04959427363,3409.526502811278,20564.103767535056 -8483,3393.8957487188827,3947.915587193956,701.4563451709272,1581.7615906937244,1484.5447871762617,2815.4579024648824,1579.6338265512827,3317.8350348321846,275.421602606823,1213.4143520637651,2237.304531150216,6733.758601274241,1251.5276563320792,3928.1200772057173,1437.9035041949098,4439.411457436167,1127.1618814117282,5040.649154529379,303.6473665792879,1367.82077712492,619.1926299510931,2630.0391785558377,1395.8694340265145,6036.329468220471,626.6907313193324,1757.4532797037089,544.8566168200019,2393.5497244997196,705.1950504080714,4278.644325296623,993.6057728359933,2865.436675361828,832.4378926939903,3650.362263627754,977.3642630210148,5145.88100988752,14081.692849811472,4418.791422420354,110816.49172307934,43045.31994850783,3147.7583848505856,19491.78202475381 -8484,3305.1265351921293,3929.6559509924255,679.3877893201784,1574.445732346269,1418.399073624909,2802.4360341132665,1524.1447497933254,3302.4896052315007,254.96801159601975,1207.802148828653,2128.193516575889,6702.61406953019,1190.4919544645206,3909.951997878397,1367.6939691521295,4418.878587274344,1074.5899647396332,5017.335479819663,293.3758430893094,1361.4944235776934,595.9513894531941,2617.8748965352243,1343.6648936637298,6008.4106392465665,587.6535423871206,1749.3248238591439,494.4417840597142,2382.4792377493422,640.8752917041978,4258.855024565604,945.2327116133272,2852.1836485189165,804.2788954167263,3633.478851238227,944.3028204042731,5122.080623809941,12997.447901689786,4161.408842181913,105518.68810190246,41486.60097853253,2929.761141308069,18879.63794541106 -8485,3280.279537375406,3827.6359119868634,673.5143952679433,1533.5706488709482,1399.7104462364455,2729.680394159946,1509.094994008999,3216.751789365943,250.88506615014396,1176.4457085012543,2098.9051161939747,6528.603683547161,1174.1082916339408,3808.4435044356846,1348.8474461340272,4304.157560432103,1060.488174954451,4887.077572323736,290.2853486652274,1326.1478904634716,589.7416857107436,2549.9107535194075,1329.6585147161234,5852.422864382315,577.0898565994171,1703.9096045653434,485.4206316166326,2320.626335664175,629.6087164472485,4148.288460687286,932.2483992129887,2778.1364823797435,795.8064206024466,3539.148034812531,934.3552985825261,4989.103367900615,12764.753375224658,4097.790542200003,104212.06654616584,41072.93773492082,2877.8371979176104,18700.56383625981 -8486,3298.3220155056765,3765.644114686111,678.3093942009242,1508.733176604198,1408.8682286998028,2685.470914057445,1516.6803541157865,3164.6537765249846,253.32256601380402,1157.3921763540725,2113.247688714483,6422.867431324228,1182.1313952939224,3746.762544389568,1358.0021773047326,4234.448092454439,1067.6400564070332,4807.92722228449,292.012331542038,1304.6698050063421,592.7562405093876,2508.612794622076,1336.496101737567,5757.637931784389,581.7044057268652,1676.3133490034634,490.86738310014454,2283.041831620632,636.9931908648406,4081.1034244630623,938.6139879308779,2733.142214991309,800.540879533825,3481.8285424061683,939.914020746524,4908.30062390743,12891.058113296576,4129.388155263872,104924.686239393,41310.65916335112,2903.054571510922,18798.6506203824 -8487,3352.846461809391,3789.232187153963,691.1153177234274,1518.1839123669317,1444.054106762993,2702.292759298754,1549.4083340000857,3184.4772331084687,260.07094763838063,1164.6421048385755,2170.081888092158,6463.100405500044,1213.923925705544,3770.2323423113135,1394.6313428574824,4260.972762716461,1095.4681617480926,4838.044177653986,297.8524425033842,1312.8422835969466,606.231440030704,2524.326796952394,1366.7447716848649,5793.703894642885,596.9411145922813,1686.813810425431,504.0519769503666,2297.342852782291,653.8495628452575,4106.667540559322,963.8198246920671,2750.2626742457373,816.5513251916592,3503.6387882705085,958.711864475581,4939.04632033668,13288.652782432742,4245.745669539348,107377.81859333464,42136.704669560895,2995.4533652967375,19160.76014106195 -8488,3475.5170660757035,3938.1684481435973,715.0710526871093,1577.8563273139755,1487.3940777174298,2808.506725556548,1599.6810321718694,3309.643522446367,268.4376305561523,1210.418513334682,2231.942397718671,6717.133402490592,1248.5281280188406,3918.4218119431,1434.289771676783,4428.450848015401,1127.3494911305716,5028.204129521084,307.95253892695405,1364.443719278533,625.346788024422,2623.545788052649,1409.959164158681,6021.426175234326,624.0760967782082,1753.114245316209,524.8514216538584,2387.6402106123596,676.5505809421428,4268.080639152731,991.3241750091436,2858.3621042120935,844.2403615813331,3641.349763795393,991.2215266164707,5133.176174479521,13632.71158385698,4364.545449506311,110945.24654614185,43640.602533728685,3070.10470808269,19857.03139659999 -8489,3551.3673566717835,4106.7289455581895,727.8191971059484,1645.3913377846875,1499.0751737119235,2928.7157254725357,1623.8308537489147,3451.302053754625,273.74041024297713,1262.2265427204495,2242.1293474894296,7004.638460345014,1254.226614386817,4086.137118791557,1440.770389277648,4617.9962896456145,1134.369306981427,5243.420060564792,312.9055768841742,1422.8442968678996,633.6403030051422,2735.83813634785,1428.8043395665056,6279.153746974227,652.801675898606,1828.1506012025109,547.5191394875822,2489.8353875956136,697.0184285380358,4450.761955357046,995.9144358293038,2980.7050015313102,857.8189297934998,3797.205902385704,1007.164106153084,5352.885092642956,13699.371035002912,4389.374928325292,112821.1471251978,44573.16268876019,3069.616289872836,20290.989462868332 -8490,3567.821787150432,4072.5489860229636,727.414792763347,1631.696884098885,1478.3983552746934,2904.340270867697,1618.4960190101406,3422.57715710208,268.98695056200467,1251.7211373902205,2201.2459927453347,6946.339443704914,1231.3568403200895,4052.128543298222,1414.475753931675,4579.561095015924,1116.4099071000703,5199.779516503529,311.9959104373268,1411.0020834818733,630.0561929364495,2713.0679856914653,1420.8669512578351,6226.8928785720955,663.2847741354402,1812.9350575419085,544.5794674008072,2469.1126971221074,685.3231743842822,4413.718638023048,977.8437421171072,2955.8968445554333,855.3251132700808,3765.602077100171,1004.2361193688293,5308.333480328454,13264.761317289414,4294.589526300007,111993.05083428211,44629.98299896915,2972.237547691387,20369.807574232425 -8491,3532.4789010239133,3931.150509540095,717.0930250170687,1575.0445382866533,1449.6989320264852,2803.5018792613696,1594.6046428991801,3303.7456347999014,267.89100068918333,1208.2615099146965,2151.8511249800927,6705.1632619465945,1203.725803852611,3911.4390624591856,1382.687838339504,4420.559210933537,1092.4926109685343,5019.243713446578,307.90537579551244,1362.012238153254,619.8525530142408,2618.8705478981274,1398.0178721348045,6010.695806597292,679.6403549074349,1749.9901412306274,556.5509039621443,2383.385361530617,691.0006322008037,4260.474786768614,955.9489587700468,2853.268414082258,844.1110656213766,3634.860765314833,991.0697203955817,5124.028694957552,13017.69474885101,4209.196048367052,110830.16668355181,44275.27298676733,2900.417752292667,20211.216509408154 -8492,3474.075570688746,3699.363579228713,706.6364640537644,1482.177389662552,1436.00174762696,2638.2029182729225,1573.5696556314224,3108.951500776912,263.1905698251069,1137.0204760960023,2135.2970250056146,6309.816096796952,1194.4655919971003,3680.814350638241,1372.0852522662265,4159.915959733811,1083.11213713957,4723.3010651045315,303.6905772187312,1281.7058151450412,612.2536417796103,2464.45774591889,1380.8053438357656,5656.295554898542,667.5445461355256,1646.8079196579197,541.6830264951963,2242.857143300964,674.4341699840379,4009.270369614495,948.5606807564939,2685.035138492939,832.5563530450395,3420.543552871046,977.5033471673718,4821.907756278307,12871.848016735928,4170.581519596178,109300.22823444301,43591.37437788718,2880.6687453048444,19905.91168684715 -8493,3146.372656402912,3552.1818060415294,636.6564382756515,1423.2079232350407,1285.0508242960477,2533.24016583647,1416.5258677218428,2985.2596859992186,237.46624183805235,1091.7833194235466,1903.604337223517,6058.775640317884,1064.8588252418688,3534.370571513206,1223.1529305941551,3994.410787249267,966.8580732425603,4535.381221279951,273.92321009796984,1230.71225083669,550.1635122034864,2366.4075669567947,1240.9476049130856,5431.2558712850905,610.839302499116,1581.2885121914915,495.53440707921845,2153.6234996520734,613.3310112133006,3849.7587375327066,845.6885719746024,2578.2091333464864,750.9502300076293,3284.4548298803434,881.689702689536,4630.064776123855,11478.629956641767,3721.9366879096015,98442.2369552658,39418.84500384899,2556.5283689525722,18010.92911198012 -8494,2754.9680134601854,3465.172356887377,563.5375256458825,1388.3469436472583,1141.6975569899141,2471.18933526532,1248.1555300890627,2912.1367956057384,207.60102940455167,1065.0404694215656,1703.6802358234695,5910.368053151021,953.0231146419965,3447.7974023102743,1094.619405750263,3896.56909409526,863.8602160511788,4424.288646824307,240.48723951773556,1200.5663853208991,486.0937548789543,2308.4432424605275,1096.1740409383833,5298.219161066028,515.7479502349549,1542.5554039464228,421.77696933826843,2100.8712463548295,527.9222448608414,3755.460245670776,756.809932305483,2515.0568036669792,659.286767868824,3204.0032592333873,774.0677492614964,4516.652961156108,10232.833801251349,3318.1403316907595,86549.91440708503,34471.94653958104,2297.3970702101346,15730.614312501331 -8495,2253.4429681263805,3231.046113708161,476.9194637072595,1294.5425320140498,1047.438965226818,2304.22209217848,1081.1128672826153,2715.3766990339273,193.0045220129806,993.0804344628763,1604.691459159309,5511.030841153379,897.6496999204945,3214.845107328025,1031.4538561570782,3633.295297201579,803.1934100617525,4125.359193124091,206.28111563897968,1119.4494686042601,427.46959474386364,2152.4720270964494,963.0988669302425,4940.242119821601,418.79574488560405,1438.331814345188,371.0263968503023,1958.9247450979283,486.4465098271392,3501.7205443886182,712.4633484951275,2345.125631367715,565.5119592820157,2987.52304729608,663.9668666746021,4211.482862636207,10259.150263770518,3176.8780188435667,76667.87606490681,29052.724256383295,2319.9536830109205,13081.009543169082 -8496,2186.2516644057923,2998.8043229587856,465.29579437651,1201.4931401899473,1091.8259242505203,2138.5987472496004,1094.5224625497237,2520.200299518223,206.3832460412324,921.6995966966414,1695.0019431544954,5114.907843714753,948.1685572343014,2983.7678158155068,1088.8690590701851,3372.1405576998964,837.8118324136051,3828.835784674194,216.4687626386316,1038.9854516596934,451.49112512326764,1997.7562042581592,1016.9840953321634,4585.146390368793,397.5460922257466,1334.9471071947357,391.2472079531623,1818.120753222157,524.5498610937209,3250.023161772387,746.8183317025995,2176.5622135166345,593.44101229979,2772.7852571217422,696.758332030957,3908.769039525082,11651.48669951662,3464.0152346757945,79278.1752401371,28934.01754833153,2654.2102129779355,12941.66927796011 -8497,2252.8072245068342,2840.055943756673,475.1261866027291,1137.8894274810698,1096.1805072491456,2025.38726416271,1113.4396378894087,2386.787889195145,206.08381993426065,872.9073777557045,1691.516826432082,4844.138816292269,946.2190148707488,2825.8154275753855,1086.6264437690213,3193.62879423532,838.4340207956247,3626.1478432187914,220.58593745182847,983.9844450242169,457.5640045174211,1892.0005345604313,1030.8657170977276,4342.421464203122,399.82454891183363,1264.278711806196,391.06629786763693,1721.874485815496,524.0037809907144,3077.9759543735254,745.377551528968,2061.3410498738485,604.7280929814381,2626.001700064145,710.0104789945899,3701.8496533719444,11379.627020111897,3430.514917880184,79948.41933272849,29566.162488366484,2604.5944567657625,13276.688967807717 -8498,2399.5265416019897,2747.9779812878305,511.86279743104143,1100.9977105317535,1216.0311264832333,1959.7218208800111,1212.0196414463067,2309.405411513492,229.72161350866241,844.606691304631,1887.258224203671,4687.086124037754,1055.714959383183,2734.199159432446,1212.5673633896874,3090.087583048458,932.012569719444,3508.5838544711883,239.94857926152488,952.0825090788921,500.5621789153896,1830.6596463306569,1127.5087123376913,4201.635040089272,418.3464161839613,1223.2893052306822,425.44481574500463,1666.0492846853876,583.7456434054031,2978.184344623782,831.472844146511,1994.5099424644973,657.810050933619,2540.863628571868,772.3339378003238,3581.8313226775117,12954.560270666594,3853.162952574409,87686.97423559286,31871.401252657477,2964.7960495669095,14257.309181886907 -8499,2733.400654308598,2713.7980217526047,588.9237019414433,1087.3032568459507,1441.0180866522708,1935.3463662751722,1410.55463804685,2280.6805148609465,273.5244320560645,834.1012859744019,2249.0178185987997,4628.787107397654,1258.0799620125815,2700.1905839391106,1445.2001160840102,3051.6523884187677,1106.5805211710167,3464.9433104099253,279.0063972589542,940.2402956928655,585.4024314320567,1807.8894956742715,1318.3395306804339,4149.374171687139,482.8575012269935,1208.0737615700796,500.10055229278964,1645.326594211881,694.6546545338857,2941.1410272897842,990.6783783515052,1969.70178548862,764.8855973916044,2509.2598032863343,898.0511996765225,3537.2797103630096,15690.380777137401,4615.716761204891,102870.94887369667,36776.49164127143,3594.7881592726576,16379.872323275713 -8500,3318.319611088562,2722.5054626932874,713.7174299252675,1090.7919574853165,1723.294256778766,1941.5560819758355,1697.6755842199623,2287.9982631710777,327.1654037543627,836.7775675649821,2689.2532603744744,4643.638946053881,1504.3436346636047,2708.8543643125126,1727.8842886941136,3061.443862482298,1324.7307250598235,3476.0608618991564,335.3880370534353,943.2571329000459,703.6273910571152,1813.6902556736093,1584.5906774097625,4162.687775076616,617.8023399084376,1211.9499641638401,612.7519787508115,1650.6057579640833,831.0554669625,2950.5779166927787,1184.675028632152,1976.0217333367739,919.4537530317558,2517.3109667726408,1079.5294731304775,3548.629359055277,18719.005576658994,5516.072577594109,123840.52498970913,44500.05983716641,4278.302716161086,19818.63771148052 -8501,4024.0441273119236,2701.38666772066,814.8692364798937,1082.3305560212646,1748.3148561811001,1926.4952031695386,1876.696476073856,2270.249991632318,320.342275054895,830.2865855892779,2621.660190304254,4607.617692773602,1466.5326905603529,2687.8414625150526,1683.7845433269206,3037.695882491833,1315.5178591952258,3449.096649095631,376.13618336719225,935.9401764167052,758.3988463681675,1799.6212471157603,1710.3965311830398,4130.3973165774305,718.8816725584915,1202.548725796833,637.3077127113132,1637.8018150296232,816.1345954241726,2927.689936878864,1155.9608267101664,1960.693500420572,1031.163271315205,2497.783889630608,1210.6874753883967,3521.1022238870723,16607.16564222233,5236.317129039531,131143.73620339978,51121.31653766572,3786.559042916762,23308.758150613237 -8502,3997.017669157154,2667.5965894613073,805.9206501008662,1068.7923111533776,1734.2998404471646,1902.3977925843694,1865.0636492114363,2241.852751873125,316.87271875351115,819.9010124908422,2593.1004275250657,4549.9836767741945,1450.5566209288927,2654.220813367572,1665.6359749054477,2999.6991074192288,1301.6336850956513,3405.953900562208,374.23198478785,924.2330438595294,753.1315505523668,1777.110829224143,1698.6362726400762,4078.7325733412704,726.9403135944651,1187.5067416037127,634.3495604401718,1617.3155025130013,807.3298210395179,2891.0691623454177,1143.3833627328522,1936.1683231797601,1025.9429821669225,2466.540560375273,1204.5583405893356,3477.0587994021516,16408.845245050437,5183.213754376118,130095.2821117877,50813.580339028245,3740.364335808866,23188.672575538814 -8503,3907.581000664794,2797.623403718758,788.1146341407398,1120.8885163559023,1702.1341650347129,1995.12647779764,1825.978252645597,2351.1275097251832,311.4178874855317,859.8654947824359,2548.7527321033103,4771.763793284923,1425.7489264276956,2783.595651400222,1637.1067599364676,3145.913613844057,1278.3376293983724,3571.9705077761473,366.3064128159688,969.2829883673642,737.8318660983605,1863.732644763761,1664.0746207335176,4277.542470165571,695.9226847344125,1245.3894511295773,615.1251455831656,1696.148405235905,793.3709155202807,3031.988713098646,1123.8019874352683,2030.5430873115786,1004.2153231887088,2586.7672890228564,1179.0479240275802,3646.541276797055,16069.201474377396,5082.336271733106,127387.7012742015,49679.54570291776,3676.3787986413986,22664.72712175659 -8504,3813.0084432025124,2986.133039672061,769.2953492254861,1196.416296786113,1636.4775930569283,2129.562215470729,1767.5551383536956,2509.55133129779,299.08061653616113,917.8050055739101,2446.819096098801,5093.2950809956255,1368.7281843722792,2971.1600684654873,1571.4370294851792,3357.891762617758,1229.5476549726045,3812.657248944298,354.5566058697205,1034.5952755858586,713.0633124700053,1989.3147949243914,1608.3045203145791,4565.77210563182,676.4881159994037,1329.3063613686231,593.5793417927558,1810.438383639996,762.1417379360951,3236.290367052856,1078.9462531650036,2167.365269192025,972.0036671349022,2761.069005008441,1141.228259934888,3892.252750208367,15327.764320061622,4869.113362260993,123078.76153425741,48260.81612982937,3500.906048603847,22039.756411952498 -8505,3700.3930089680716,3184.4548001409908,744.7399894153543,1275.8753775035607,1572.6252967447065,2270.9954744680076,1707.6897721385785,2676.221279152753,287.0112229330564,978.7603287475232,2347.440345960032,5431.562409889226,1313.1366220620546,3168.4874104106316,1507.5703149967728,3580.903596644954,1180.952338391418,4065.8719877485337,342.43862946014985,1103.3071359420733,688.0888442559609,2121.433627881553,1552.0253463566232,4869.004396309759,636.7289684917749,1417.5912349113387,564.8445497067571,1930.6772754421638,731.5190627864953,3451.2261366437,1035.1834275246185,2311.3091893237897,938.7826882746609,2944.44330835482,1102.2235512286345,4150.753763845767,14583.638553172117,4657.528700045912,118496.53998428106,46663.798923067516,3334.403692098064,21339.96268329151 -8506,3615.119379768841,3359.7083340453332,728.5757310187649,1346.0920025657647,1543.9917578578784,2395.977616580267,1672.386645355732,2823.5046498134875,282.0605975969023,1032.6255010372304,2307.2721914130875,5730.483439295242,1290.6669244328825,3342.862193742867,1481.7974249565775,3777.9753245448173,1160.0627676673125,4289.633503918917,335.26919368451667,1164.0266269353717,674.3209357237956,2238.1847716607926,1520.9176688329155,5136.9655641088075,616.3558390216789,1495.6070615260023,551.9570969194497,2036.930319239509,718.8335844680089,3641.161185093143,1017.4399979430402,2438.509959564473,919.127948383101,3106.488031095846,1079.1469463100193,4379.186670303888,14360.882607748297,4579.027071599793,116130.84886776983,45636.20162638235,3286.28063233891,20861.44544789022 -8507,3471.971950882852,3557.7701652594824,699.6727366385103,1425.4469407040642,1471.3473276343489,2537.225506904307,1599.732217868418,2989.956152676646,268.74646354458696,1093.500933473236,2197.9097045156295,6068.307420093765,1229.4905512517776,3539.9309097620494,1411.4647516446998,4000.69486941681,1106.0737200614813,4542.516368307551,320.51463922287974,1232.6484304939117,644.5452251585393,2370.130443842698,1453.7674981873909,5439.800425159483,590.5811689923388,1583.7762250158519,527.723534212649,2157.011620641774,684.9971301507425,3855.8152503753763,969.2562437845165,2582.265220439676,878.6788894564642,3289.6219959846503,1031.6557580607848,4637.348881100511,13616.779130569448,4354.386844002212,110965.87259365559,43728.62246521984,3115.485914332369,19996.720406222335 -8508,3420.233820272657,3574.210334496442,687.9271164549687,1432.0338161499017,1439.7171626383772,2548.949821513819,1570.736758340373,3003.7724991177624,262.6077706805989,1098.55391316895,2147.291398185616,6096.348579678048,1201.1751344604243,3556.2886452369003,1378.929334353266,4019.1817580193656,1081.474124595123,4563.50697039474,314.8297596622978,1238.3443995604,632.2729430194079,2381.082625630866,1426.1576112026419,5464.937304567314,573.4994669130991,1591.0947273258048,514.2849427306056,2166.9789975217395,669.4371493689505,3873.6326619332126,946.9724546667477,2594.1976599359878,863.0940048749135,3304.8230741396433,1013.357565046025,4658.777696587403,13214.56462688101,4244.381976270775,108712.63065207339,42977.651130008606,3027.003191087083,19672.31920427803 -8509,3441.4399562313038,3482.5872450718907,694.4231430661923,1395.324347451393,1462.6135143213107,2483.6087711617397,1588.4918728455636,2926.7722975231777,267.5017230953763,1070.3930345400347,2187.9259677569407,5940.071741214435,1223.9057403808968,3465.1249693286213,1405.0671440976778,3916.152049310179,1100.635274817773,4446.523757850549,317.87806117081357,1206.60006191909,640.3978760932014,2320.044766658261,1444.3167449722887,5324.846377482442,574.0852431297494,1550.3078119398522,521.0414355662635,2111.429577680719,681.7833509830756,3774.334031307947,964.8353152663783,2527.696703938175,871.4508093900688,3220.1055920340814,1023.1692785178044,4539.352266756434,13561.13389348477,4332.798019444898,110179.84455438929,43354.558588695254,3105.7941654080837,19819.658022980002 -8510,3477.0590562756856,3403.505468003527,703.787207124855,1363.6396483417418,1487.0955112033903,2427.2115637568204,1608.3740765582797,2860.3118363559474,272.3357902887595,1046.0867997277387,2227.8635139837825,5805.185980671453,1246.2464378286584,3386.439721535838,1430.6744092501167,3827.2249840176705,1119.9279178925528,4345.553135780674,322.0506683388997,1179.2008697689475,648.9527131027767,2267.361732432738,1463.5984397188702,5203.931010683452,567.1108149212918,1515.1037845476712,523.9495116286245,2063.483728400423,694.0203365765997,3688.627336416726,982.410019831283,2470.298358061803,882.8898557983124,3146.9841869849524,1036.599848246285,4436.273716606,13768.574781531568,4402.325431148461,111659.30257431949,43833.70173178843,3166.4086391392625,20029.70442607018 -8511,3481.439875295078,3409.2237918488704,702.9562517655846,1365.9307371003395,1476.4042840261566,2431.2895891612766,1605.2427570880661,2865.117525529277,269.9029823117149,1047.8443591462317,2207.4296254420256,5814.939434494872,1234.8159077955972,3392.1293727476623,1417.582625728307,3833.6552107628154,1110.9677431232838,4352.8542200160755,321.2747348730484,1181.1820778250067,646.9548837163471,2271.171189706269,1459.128881503671,5212.674279371476,591.0569141779339,1517.6493523984648,529.7485873836936,2066.950644590075,687.9320549456273,3694.824701413701,973.4487317769544,2474.4487747832736,880.7626632378746,3152.271522318047,1034.102314187128,4443.727223003043,13700.120865768988,4375.391906430546,111376.77280414577,43859.545272471674,3132.5553889994235,20049.950804367814 -8512,3656.8564593601086,3560.109478127317,740.0680339635247,1426.3842037131717,1563.6429090717104,2538.8937890027,1691.4044585968265,2991.922115225468,286.3305736370656,1094.2199346132313,2342.3331734206363,6072.297466941765,1310.279716535909,3542.2584929233544,1504.1861718647094,4003.325415110765,1177.501723273497,4545.50317366572,338.681705202434,1233.4589242023383,682.4277940331857,2371.6888572275384,1539.0987106806163,5443.377214705161,622.5373585874783,1584.8175930443792,560.9664122357877,2158.4299036690213,729.6879268401808,3858.3505345034155,1032.8886007572123,2583.963117149621,928.483221009934,3291.7849954781705,1090.1309599121562,4640.398040941167,14589.765025746994,4645.721486766392,117659.29881983064,46164.09479396614,3339.8530651895776,21082.17340671726 -8513,3755.165737563165,3752.452991799272,758.198370805358,1503.4480556182768,1592.9395221092734,2676.0636584173785,1730.130748788041,3153.5679342124745,291.22131375182533,1153.3378095680528,2381.8043046230987,6400.36800466783,1332.3595056923712,3733.6375640022566,1529.4968685893823,4219.614740325473,1198.4780726306683,4791.084961866734,346.5993582664739,1300.0995218886499,697.2794997870068,2499.8250763349706,1572.6860316652485,5737.468816705275,644.5804771017405,1670.441191489344,574.4136249026304,2275.0442927031195,742.2641891380661,4066.8072416198565,1050.343874304065,2723.5679658782424,950.1891705986338,3469.6316308619625,1115.615887507505,4891.106753556538,14756.559290489125,4717.091862308786,120156.55897345943,47315.19714192492,3377.8987054941967,21624.59314973586 -8514,3782.832130378988,3783.1889674980157,760.5597737752332,1515.762651697907,1581.0815189528366,2697.9830342904843,1731.8648446494135,3179.3985009383264,288.1645294001666,1162.784686841345,2355.796828517566,6452.79279343518,1317.8111618418645,3764.219424370897,1512.7927247841922,4254.177192246961,1187.7062748068058,4830.328270518536,346.9398115523517,1310.7485100033705,696.5713822079222,2520.300899207438,1571.2051904499908,5784.4638630144345,663.7949837746387,1684.1236120233261,576.6794861071301,2293.6789581464727,734.6840482651403,4100.11806225454,1038.968328464278,2745.8764448907864,951.1225105417709,3498.0510444356505,1116.7117207386427,4931.169330928145,14499.04304901103,4660.513529625779,119892.94552455583,47521.70493149019,3311.8848443394945,21748.632832869993 -8515,3778.9356543892104,3706.5114824596058,758.7558557708429,1485.0412499794484,1581.0104111223789,2643.3004489047194,1730.3161284000707,3114.9586109192796,288.01642249668964,1139.2174248847916,2354.6359893407903,6322.007911388486,1317.1617990420932,3687.9264130851357,1512.0507980052546,4167.953741393278,1186.7826123864527,4732.427418386837,346.9398115523517,1284.1823246691577,695.9174889220479,2469.2195664610394,1569.7849469775244,5667.2246383492065,686.2167460795434,1649.9898787699344,584.1564307299752,2247.1907875826573,734.2959778717571,4017.017074152918,1038.4517319038514,2690.223158251055,951.1225105417709,3427.1527205803936,1116.7117207386427,4831.224637220665,14573.976063599655,4671.070110751932,120002.38667256065,47537.163956700526,3319.2125844142784,21747.37788817514 -8516,3687.495262066005,3570.8313298220805,739.9567240105929,1430.6799929258145,1539.5233255057747,2546.540082702849,1686.7302493019881,3000.9327777904314,280.3367753765369,1097.5153568277608,2291.7122678985365,6090.585183453586,1281.9628457803171,3552.926583457924,1471.6339196089248,4015.3820840560343,1155.3632657071919,4559.192699565288,338.2422655685398,1237.1736873965974,678.1900711458305,2378.8315859412332,1529.820658844263,5459.770835062428,672.6950841507467,1589.5905303094469,569.3279284273152,2164.9303681808196,714.7460771355318,3869.9705878954587,1010.7138211470916,2591.7451444993508,927.2785136978764,3301.6987441281503,1088.7165146009336,4654.373358246807,14139.152696830308,4541.011538570567,116915.72498471852,46367.04374119192,3223.352135426221,21215.58463388597 -8517,3330.57520843647,3644.3247476724923,664.344719289957,1460.1256745664425,1370.2331002754213,2598.9519490399316,1512.1007153962187,3062.6967722802347,248.5498898108806,1120.1039775903678,2030.9612770354177,6215.939164220687,1136.1011305164527,3626.051493001865,1304.1282654034126,4098.025067181001,1025.569287546009,4653.028174607564,303.8162916426941,1262.6366998895182,606.6084319906823,2427.7917432808545,1368.565170916805,5572.141647987027,620.4272454190905,1622.3068448772678,512.6055150323051,2209.4880964714152,633.8904037685278,3949.6207699440115,895.7981306533135,2645.0874032825336,832.9009944339764,3369.6529830729737,977.9079901804555,4750.167803420587,12514.562115225808,4030.0674733366286,104612.60011146202,41740.73940189492,2837.4463592885118,19130.03225206315 -8518,2972.1264117111555,3416.8915409830265,602.7380367468957,1369.0028775247258,1266.7310591309708,2436.7578481493624,1371.998902853649,2871.5615150608996,232.248493528354,1050.201085535618,1899.7786524834964,5828.017923774638,1062.7187722495826,3399.7586745033927,1219.8982781081836,3842.2775565569696,955.3654945178146,4362.644306034023,274.4220068831196,1183.8386965768111,553.5527020128543,2276.279323400815,1248.3926279936866,5224.398202801745,525.0473514553701,1521.0627260043948,462.7703988727308,2071.599462028605,591.8928425476571,3703.1348009069816,837.7497478480647,2480.0141039047353,752.3176627286508,3159.361355286381,883.2952036948865,4453.721693195371,11815.052390038496,3764.8377325698793,95587.86084752654,37528.29152682371,2704.411582392315,17121.775610351684 -8519,2383.759029246634,3175.9422966866705,496.8442062983396,1272.4647800104512,1110.6789469249256,2264.9247785296325,1151.9922013180285,2669.06735664071,207.20557764066479,976.1439623041853,1698.9430781329431,5417.0430661778655,950.3731920321976,3160.017590074385,1091.2725516652586,3571.331328816038,846.0942318757415,4055.0033299993324,228.8361248939048,1100.3578380574031,470.6057207060981,2115.76273216507,1060.577622472709,4855.988850684538,423.731859260167,1413.801810648365,399.88243728006023,1925.5162987576614,527.2291888009383,3442.0005152253902,748.8145809248753,2305.1307290557243,627.3456731237613,2936.572389969572,736.5657508546692,4139.658204960395,11119.693962440922,3415.1991767859704,81866.06810902063,30887.89902866122,2551.072009583082,13942.187914748014 -8520,1876.275500080732,2929.859566216652,389.24838276668766,1173.8699132779604,1013.4741182039528,2089.4307607726846,1015.0377052577405,2462.2590076301617,180.33703447868038,900.5090328452213,1520.3006520256733,4997.312282596113,850.4422556064063,2915.168759631195,996.9958577345857,3294.612521385239,854.5802844782203,3740.807983140454,220.96111908872084,1015.0983981847882,479.34803574645537,1951.8262933005913,1078.243217063839,4479.730441721918,319.071677469204,1304.2556736575364,325.9536323908368,1776.3207957861048,450.1344386331002,3175.3026958256078,739.6586453908033,2126.5214185250616,605.7566393993127,2709.0368479351723,711.2180940257072,3818.9035126122267,10755.324788268805,3169.8918239027425,74086.45207621442,27589.262390861568,2574.6475057718076,12535.472017661066 -8521,2007.72654567994,2779.8836134204917,414.1036284861073,1113.780938115937,1057.6947364241514,1982.475337802313,1062.3363538625683,2336.2189595137543,188.6465046100409,854.4130691479209,1589.531807164647,4741.505936229104,889.1695294888299,2765.944811381738,1040.5552360731785,3125.9653078169226,885.1802761665972,3549.3205658020734,230.88263043265093,963.1367440478258,499.4870692730642,1851.9146758955444,1123.6510426491557,4250.41848117127,341.32465772678296,1237.4924097789278,343.63812359536297,1685.3930916423644,471.0473703726883,3012.762807322484,765.4361248267415,2017.6673698320135,632.9560914759837,2570.364541892316,743.1529358521151,3623.4184799694463,11116.67592173021,3294.00634371651,77644.12822953187,29061.73870150522,2654.5756724639778,13212.21534568861 -8522,2033.4031005974766,2730.8230223580968,422.99400636217985,1094.1244493067666,1132.3685606453116,1947.487753656829,1123.689322231255,2294.9883545878565,201.90781355877104,839.3340169237689,1703.4262911220394,4657.825784069415,952.8810603026815,2717.1302183400594,1115.8201320641174,3070.7969169887415,949.3132335777162,3486.6806178605466,244.68247581802135,946.1388892783754,530.9056267583056,1819.2312829081793,1194.2091091475402,4175.4052533001195,347.3357288397577,1215.6526072901186,360.19429632681556,1655.648543759401,503.7091665941235,2959.5922632952215,822.472174227662,1982.0587014498626,670.7878511961886,2525.001634228748,787.5711564572151,3559.470819917962,12140.391070109015,3561.6198326723047,82058.91490599012,30358.482735177044,2894.5011835137407,13767.075865397348 -8523,2278.189669731051,2741.804797004493,473.77565118470466,1098.5243785731545,1268.9908453101177,1955.3194115351225,1234.6101851006795,2304.2174568474475,230.08473611651914,842.7093279385971,1941.90960410179,4676.556837925354,1086.286440577137,2728.056928529048,1262.643876865884,3083.1458680013557,1033.9737939604343,3500.702010127937,266.66103816005216,949.9437070864788,578.0224944524149,1826.5471681980728,1300.237148567693,4192.19629364719,389.61585834492496,1220.5412518021442,407.0875346194496,1662.3065948496176,573.8433502233298,2971.4940141646944,897.5035187115848,1990.0293834812655,731.041257397445,2535.1557155082223,858.3146034617895,3573.784931848588,13683.306662098013,4014.6559049925445,91257.7462442753,33523.46471411006,3213.6498063894096,15124.823132433698 -8524,2858.7618268997635,2840.055943756673,586.8648075033494,1137.8894274810698,1516.0604770958912,2025.38726416271,1499.3926252740555,2386.787889195145,272.180330011745,872.9073777557045,2294.222870033954,4844.138816292269,1283.3672536124984,2825.8154275753855,1498.8254260740182,3193.62879423532,1259.0528940852591,3626.1478432187914,324.7002875227675,983.9844450242169,704.6862386427922,1892.0005345604313,1585.0955529689134,4342.421464203122,487.07917943967215,1264.278711806196,491.3684383985834,1721.874485815496,679.4547359165224,3077.9759543735254,1091.2305179362165,2061.3410498738485,890.15368763953,2626.001700064145,1045.1283039022674,3701.8496533719444,16090.537010763257,4745.708170409371,110636.73636310606,41000.79874805576,3832.64518546318,18603.726192062502 -8525,3834.1048051219846,3006.7319950445735,770.2038420319892,1204.6694206680784,1861.6081299420205,2144.2523704158307,1918.0165247580483,2526.8627287444724,329.81960143551976,924.136211886326,2773.3599287116526,5128.429670338634,1551.3921343382615,2991.6557372256552,1808.4417841740587,3381.055185561395,1520.5616463677488,3838.9577370599627,417.9131218902774,1041.7321250253417,886.2622598163243,2003.037494528903,1995.129470758586,4597.267733788864,649.8232859903115,1338.4761880476235,616.3410452508062,1822.9271572391049,824.7472673172135,3258.614958743096,1307.0668646517306,2182.3161973197693,1145.6931849421114,2780.1154227195693,1345.1569002046585,3919.102304342394,18559.709567024696,5652.985688944232,138783.78087883748,53572.40821248202,4395.277766880989,24513.37604105433 -8526,3974.214455229799,3347.4919174997503,798.8269944712613,1341.1974048873344,1934.2891006185475,2387.2654732369206,1961.266443581458,2813.2379523829463,346.815494776792,1028.8707157993485,2917.3701936660314,5709.646519616055,1631.9501571182252,3330.707032355964,1894.0718679873062,3764.2380248524955,1553.8801466330854,4274.035736344652,425.09089663048104,1159.7940469817213,902.6560767350593,2230.046387385136,2031.9419705800751,5118.286766763353,674.1688530925638,1490.1688040835425,643.9950968873914,2029.5237271249505,867.0174691644436,3627.9213626669066,1338.520718601425,2429.6431620765125,1165.370785792989,3095.1923625411773,1368.260346146312,4363.263273634844,19460.11805713542,5908.922938526096,143404.29146517522,54912.38721068062,4571.12636823597,25043.477074676888 -8527,3857.3786163131103,3765.1892479449684,773.5469387449182,1508.5509308787937,1886.6094320847958,2685.146525621919,1912.466805241754,3164.271505735093,337.59397734458946,1157.2523704692228,2840.086014225846,6422.091588284286,1588.7180952242652,3746.309958426451,1844.9730455015206,4233.936597064622,1517.8166816072164,4807.346454128859,414.65731955450286,1304.5122088861576,880.807891474915,2508.309769563965,1982.7359034588371,5756.942444392871,655.1677340958779,1676.1108606198104,625.0168072242676,2282.766054153029,843.9042969563793,4080.610452169767,1307.844629049841,2732.8120681546598,1136.7675246739113,3481.4079588475347,1334.6772939222326,4907.707731259759,18997.137647770236,5763.800591253613,139678.86210086313,53455.81613596388,4466.363733748316,24390.647245186607 -8528,3702.2202995470147,4029.0767541785226,739.0624618204981,1614.279412758738,1798.7025613102637,2873.3380277900505,1848.2941740698716,3386.0430188536097,318.38896159653996,1238.3596992157582,2677.3977036629444,6872.191071321106,1497.7117448608947,4008.8742885053875,1745.6019525998597,4530.676786355287,1466.0655306116828,5144.274715589603,402.26275627631003,1395.9404083696447,853.489981926108,2684.1074695900033,1921.320370076729,6160.424204575338,628.1673401007022,1793.5829678774594,592.799782778196,2442.7562702288446,796.1313644801459,4366.604606838455,1260.6125430819357,2924.3442632664724,1102.7882932634948,3725.4063355409103,1294.782321868539,5251.669925253626,17932.616749018376,5460.366988126417,133827.1527170463,51592.330304282565,4246.2709601080805,23620.72867519239 -8529,3486.995665707682,4129.927136750168,695.3488126248635,1654.6858647295055,1708.2833503976306,2945.259526694175,1777.1709330532133,3470.797853444757,299.0909761512502,1269.3566389731593,2514.9794990016485,7044.206433880137,1406.8564892641461,4109.218990367448,1645.5038197504487,4644.0825403505505,1408.251419137996,5273.0392204064465,388.2999520628035,1430.8816946296533,823.1004254117889,2751.2924059134007,1852.969906019722,6314.6235846667505,592.1707031527047,1838.4775031569964,556.988690610478,2503.9000308003883,747.9055758046072,4475.903528652754,1208.9864040440057,2997.5424810506734,1064.5097880140343,3818.655652219846,1249.8395779100563,5383.122601242625,16936.744168369136,5165.898804513336,127293.00923763015,49366.82932418885,4031.461938800309,22660.49878695181 -8530,3301.1888337254622,4177.038302523751,655.0030112152956,1673.5613018728875,1603.3180354192953,2978.8568772560297,1692.1354452343012,3510.390158012362,277.40600363124486,1283.836524226418,2331.4475028647053,7124.56155058348,1304.190372162453,4156.09393286522,1531.2823137847201,4697.058812129722,1337.2889714117568,5333.190166565427,371.4509015327837,1447.2041387033585,785.5407677022735,2782.6771224797512,1768.5614002773739,6386.656157795656,560.1852682954565,1859.449499890669,520.1159788284299,2532.462677434474,693.9292554254517,4526.961338183712,1145.9432645228042,3031.7362370328324,1018.3187464940289,3862.2160622481742,1195.6067352564492,5444.529297498825,15707.209541440801,4812.471025087114,120117.47010645026,46964.43982255445,3767.1249928748216,21635.156154736927 -8531,3191.0639430942033,4224.409391248965,634.4883755172773,1692.5408790700146,1540.9060786040252,3012.639591996029,1620.7896405757335,3550.2009022745947,268.59073774681,1298.3962982799756,2257.411783372799,7205.360004630939,1262.7754690008665,4203.2274950174115,1477.765170397685,4750.327365976239,1271.597815527465,5393.672979092228,354.35161544864997,1463.616637390908,749.0079172569298,2814.2349956223006,1686.3410748705683,6459.086150914365,541.1841492987704,1880.5372038712997,503.8996136359789,2561.1829106469777,671.8670691282654,4578.300845192098,1089.3361666935996,3066.1186476966654,971.4416935664804,3906.016804905996,1140.5684474883878,5506.274788380012,15080.151880383033,4630.744771062585,115394.87026079163,45137.85047527255,3590.0072927605584,20755.236982977083 -8532,3091.347992633004,4207.059482226571,612.6993097984883,1685.5895096479649,1491.1690667814798,3000.266496020371,1590.4921060473039,3535.6200089565173,256.3622440469029,1293.0637048772535,2153.8028910634553,7175.767148215812,1204.817603917381,4185.9645813447805,1417.695494814239,4730.81747950619,1253.3305782101054,5371.520832645993,349.85348983383415,1457.60547390022,739.1062444775281,2802.6767595188508,1664.0794109016558,6432.558287086034,524.1712341875991,1872.813721988132,483.4451690047989,2550.663975010321,641.4525182408538,4559.497482216487,1072.3291352978006,3053.5259099521645,959.1102505177479,3889.974553805653,1126.0901160079386,5483.660179381984,14489.451215348869,4455.447970462644,112222.37393644541,44144.66323370495,3488.6620947920287,20372.011693669025 -8533,3044.5858583641893,4154.359963538184,603.2362286208669,1664.4750575609626,1469.8618000719803,2962.6838088857726,1573.812803521749,3491.3312430086617,252.1577368785694,1276.866207511614,2118.4092612916415,7085.880262487548,1185.0187317027742,4133.529306869709,1395.1011076262914,4671.557132647334,1237.1698424359452,5304.234747507195,346.1176655051806,1439.3468523531233,731.2516051062177,2767.5691702656554,1646.3918859101007,6351.981169720198,515.4474126789726,1849.3540152360072,475.7187666702192,2518.71321120802,630.9469180476997,4502.3831666740425,1057.841453857268,3015.276071451704,948.8686279189652,3841.2469835011007,1114.0654400396163,5414.969386364919,14246.771059489898,4386.643730901698,110685.89785558612,43638.609319242765,3430.715003269232,20148.027949266412 -8534,3035.247366455554,4097.956525455385,600.5518508212688,1641.8766027632362,1466.738464627841,2922.4596698511095,1576.3207846203895,3443.929696845131,250.2194488369706,1259.5302894141216,2101.8968556486384,6989.675790040497,1175.781843274283,4077.408685072436,1387.180158194662,4608.131746837213,1243.0414360602877,5232.2195444955505,347.72954480348335,1419.8049465532158,733.9831766904233,2729.9940882542273,1652.5955081936734,6265.740790996664,514.3460617654817,1824.2454724984877,472.74728134775853,2484.516828154178,626.1448446926148,4441.254643292489,1062.4261376469774,2974.33789115646,953.2875346971533,3789.094657199045,1119.2536728249418,5341.45074734839,14185.612308295355,4368.119863076896,110575.2922064335,43661.705603550334,3430.9970252157364,20186.810908457133 -8535,3118.774883211993,4085.35022763393,618.1358242767128,1636.8257962668902,1494.1167726493225,2913.469482488094,1593.9296470177137,3433.3353425212376,257.5239019702489,1255.6556719444466,2163.3450923880046,6968.173869720618,1210.1554239117927,4064.8655973396785,1421.6104545781443,4593.956027587805,1248.2506532219688,5216.123981393444,349.67893638187815,1415.4372857707147,738.4195125946629,2721.595971213803,1662.5585278014953,6246.465868485238,528.5244463619827,1818.6336555885457,486.5430883457315,2476.873858082735,644.4046797644215,4427.592278065702,1067.260398842279,2965.188113933435,958.6317187611724,3777.4384926141774,1125.5282724857943,5325.019162849765,14462.590201895044,4459.652037673413,112495.95397043116,44332.19709134748,3469.111379329007,20451.259997405334 -8536,3234.6154444599115,4195.687826304302,638.5396932898119,1681.0333715636614,1525.001830442382,2992.1567941224084,1638.2102163075517,3526.0632498035743,261.7430583731907,1289.568561630632,2197.5889747957426,7156.371093719183,1229.311137985028,4174.6499448099385,1445.9651041916036,4718.030108936489,1279.0665837016518,5357.001644850764,360.31911064898145,1453.665575263266,758.8986215025786,2795.10114146419,1708.8256840900299,6415.171121572994,547.3284645770622,1867.7515180086243,498.3838385814792,2543.76954596322,655.2136037289878,4547.173188546463,1092.5660028544921,3045.272248185697,987.8013583486493,3879.4599764959817,1159.7763089437926,5468.837879621778,14616.982272858026,4526.966889674588,115413.55208861954,45713.111452169775,3519.062336866483,21124.889662369842 -8537,3369.368425215339,4321.360916939838,664.3123179021069,1731.385225183802,1556.684593165226,3081.780619237801,1666.49413811926,3631.6791308519796,269.70337367674074,1328.1949021582818,2263.7748485067245,7370.725285526319,1266.3349093377867,4299.692889520116,1481.942395094564,4859.3488747856245,1281.4677908312337,5517.459472296198,364.7183649139995,1497.2071000755957,765.7176787827153,2878.8225749046105,1724.3753626345922,6607.324211883827,569.8886605985555,1923.6961248346552,515.7465089587694,2619.962864899281,675.2763457667638,4683.374291182605,1093.8025966149212,3136.4870361059952,999.8617492917745,3995.6611204863716,1173.9363984944084,5632.6455285626525,14792.207665059233,4611.8033721192605,117950.46076473081,46860.61236347854,3523.923056279186,21623.229547466697 -8538,3462.978500139067,4285.751371715914,678.854862430058,1717.1179974142974,1560.0689466479996,3056.385654910528,1673.1863393303959,3601.7528079332187,271.57799049031587,1317.2501055204477,2278.257865323179,7309.987897367142,1274.436576250157,4264.261896520166,1486.8778166765326,4819.306118153753,1268.8063416606087,5471.9936511402475,364.7067702901797,1484.8695830376817,764.0019459289284,2855.1000567805486,1720.6468770930553,6552.877519081593,585.2611139309952,1907.8441871069226,522.8530313750745,2598.3734425122475,680.2322104653673,4644.781627475975,1081.673086870065,3110.6412715185834,999.8299630644547,3962.7354569965023,1173.8990783256472,5586.230533487045,14642.496294049017,4600.398750579629,118678.58944036921,47377.01263366265,3468.4063244627414,21861.938774519607 -8539,3518.3354159984456,4144.157957746683,687.2897980298848,1660.3875484558093,1542.1884888497307,2955.4082435419123,1644.8822587986156,3482.7574598329525,271.5355430049669,1273.7305628976812,2276.9049394388144,7068.479220663956,1273.679761906077,4123.378455643974,1477.3118985914366,4660.085027836752,1225.9024957099891,5291.208954343267,356.6357791748467,1435.812198386552,743.8519438685668,2760.772754704356,1675.5260079142327,6336.382389342533,594.2573568838169,1844.8124924648546,525.7762530999192,2512.5279198530575,680.3347380277132,4491.326508236856,1044.633710307937,3007.8713534653198,977.7036429461955,3831.813900110106,1147.9205942302588,5401.671658309248,14319.217561461763,4534.690053914844,117565.9892744317,47063.88881875878,3351.8070865508816,21684.40353146698 -8540,3429.354787710075,3891.4471699490364,665.1990645256604,1559.1371015139125,1473.483259438106,2775.1874235094565,1585.7743282934116,3270.3788800692914,257.910429993818,1196.0584622505253,2161.1149214175075,6637.443297178901,1208.9078867039316,3871.934802062726,1404.326754152899,4375.913002881174,1176.2196848227177,4968.550986937725,344.37213098562074,1348.256358217509,716.8784971145674,2592.4208084501242,1614.8806271351218,5949.989736908853,578.4733048283041,1732.3158108559269,503.5349341729493,2359.3139457566435,646.5194283330542,4217.445379253508,1000.9082798971134,2824.4513325398875,944.0833103532103,3598.149855625345,1108.4470048181734,5072.277674268693,13490.242092364115,4299.776997794362,113008.19532257984,45514.96020514732,3172.8230706232794,21024.897334203684 -8541,3079.7893615041835,3707.4861951040116,593.8904084685485,1485.4317758123427,1303.3223856150594,2643.9955656965344,1418.8380739039883,3115.7777610984263,226.1343402261171,1139.517008370238,1893.5986474235303,6323.670429116659,1059.261734040822,3688.896238357089,1232.5517271479416,4169.049800917782,1043.3948772570636,4733.671919278111,309.1610219770765,1284.5200300170302,640.7455366718685,2469.8689046715467,1443.6079010142264,5668.714965720329,519.4121553132918,1650.4237816475027,444.96568550487103,2247.7817382070966,567.1271677150123,4018.073441401071,886.2038662778773,2690.930614451051,847.5533726406193,3428.0539693980136,995.111328655468,4832.495119118306,11725.99271930211,3768.604646717564,100459.4572291781,40807.60353517888,2767.4754519102075,18906.851782017995 -8542,2631.6796592639093,3532.2976466649397,511.69634791841895,1415.2411876576275,1138.2625163962123,2519.059768000132,1244.0958963410872,2968.5490043342324,196.30311300808123,1085.6718097335872,1644.420989378815,6024.860242109893,919.8740351196146,3514.5861146421166,1075.9668859835356,3972.0511488506504,933.8513960071043,4509.993375735519,271.98007227478803,1223.8230543150657,567.3595037606294,2353.1610531856504,1277.9706292023538,5400.8531601468285,442.99034858032496,1572.43688394901,385.7903273430438,2141.56809392047,492.1823928994703,3828.208822444373,793.6211399756594,2563.7770113119527,745.623190379505,3266.069334185423,875.4352322888964,4604.146917478276,10393.329900604684,3309.010260336269,87764.43215848767,35497.557536346736,2481.016419842093,16445.97218626414 -8543,2109.11287722409,3228.0569966128223,423.3021684879996,1293.3449201332817,1014.1057129851059,2302.0904018822735,1063.1449740602088,2712.864639897126,176.889433904401,992.1617122907892,1486.398595653536,5505.932456320571,831.4777558856434,3211.8709781664475,977.8711051633103,3629.9340498831943,858.7079583311917,4121.542725870262,232.63427931145014,1118.413839453139,497.0758297094102,2150.480724370643,1118.7080525197887,4935.671785120148,356.26811517628965,1437.0011796022209,334.5788768351339,1957.1124975353785,442.5425129292177,3498.4810199825993,737.3695183291042,2342.956100241032,637.7581713287876,2984.759219142869,748.7910516533009,4207.586720340984,10085.818211210131,3064.669838190056,76397.61059399456,29559.097029657198,2440.0486731027113,13585.902551517333 -8544,1615.9009418791823,2954.682280583691,320.7719000622319,1183.8153174527367,885.9518919339521,2107.133091479046,881.400347229322,2483.120059384596,150.43892311046613,908.1384355527783,1284.5912341081275,5039.651122595177,718.5885668150621,2939.8670087508553,863.9621980047224,3322.525540326969,832.2801423424584,3772.5013138168247,218.9274624280257,1023.6986389209396,491.60195036513767,1968.362794616673,1104.5169446605564,4517.6841615788,298.19004689527446,1315.3057480099385,267.6423347956065,1791.3703579721064,372.0828451397544,3202.204883478631,698.3681974949499,2144.5379932360465,600.1814457654496,2731.988681074708,704.6722663249453,3851.258493779895,9611.394119146975,2782.9606760403553,67478.0648131623,25702.58280542773,2427.8225435910804,11865.525516086625 -8545,1733.450621549415,2796.453747284841,342.33568997453415,1120.4198848513488,926.951638220453,1994.2923367484439,936.5397087564651,2350.1445284507727,157.9650997081128,859.5059942124384,1348.1446576255064,4769.768769860923,754.1397696482738,2782.4318598195696,904.2031357501412,3144.59834099708,861.800702435641,3570.4771050970635,228.6790984100831,968.8777415131511,512.0145748202411,1862.953438071341,1150.4904752224368,4275.754075392732,319.7121984755569,1244.8687671153139,283.17617753331746,1695.4392637222816,390.8466769058007,3030.721071034626,722.5243139866354,2029.6941389566061,626.9151908944497,2585.685789276097,736.0603222209086,3645.0166968767276,9951.899207679244,2901.198312145423,70838.82994804496,27107.391430152224,2504.788171667628,12515.359761969175 -8546,1750.6016090860448,2730.1082326653227,348.2820233597677,1093.8380635276174,985.8457724237363,1946.9780010431587,972.0705259706851,2294.3876441033376,168.6087704992018,839.114322238621,1440.961374962241,4656.606603685358,806.0605909309985,2716.4190127225247,965.2349074115012,3069.993139531581,912.68762397644,3485.7679833370944,240.11850316730664,945.8912385443468,538.7287725656661,1818.7551012738702,1210.4343472153398,4174.3123459188,324.6906618502375,1215.334411659508,295.80019272088606,1655.2151797133802,416.76728614550467,2958.8175935244976,766.5213875644502,1981.5398999315398,658.2758909626,2524.340718040622,772.880879981364,3558.539132645306,10786.405489199513,3116.6325056891483,74371.36079403595,28150.059110663507,2699.90107436406,12955.244125938761 -8547,1961.9146784704742,2743.104411762651,390.1076370017061,1099.045078841879,1105.9544227855426,1956.2462324258438,1098.6894841582427,2305.309655320583,192.4095085269153,843.1087719400895,1645.1109890254081,4678.77352464593,920.2600146000777,2729.3500268011367,1092.669941351539,3084.6072783380746,994.0365680839934,3502.36134196704,261.6851878222913,950.3939801556986,586.545542304624,1827.4129510790624,1317.9133887222297,4194.183393596199,364.4409920314737,1221.1197880369323,334.56255975397653,1663.0945277417077,475.44205988371215,2972.9025015518364,836.3428787850435,1990.97265688963,717.4001498976875,2536.357378655687,842.2985966277613,3575.478904973512,12148.595614483433,3520.2735508517844,82763.48804725951,31088.179705927254,2995.6351409582658,14239.863047519824 -8548,2478.703570314008,2828.424358579623,487.4676617584942,1133.229146817618,1328.8993982243865,2017.0921935915087,1351.9813728446945,2377.012685050398,229.95794065960598,869.3323437714758,1963.5645400384212,4824.299413700563,1098.4000133355405,2814.2421651145805,1307.7348350342331,3180.5491345104165,1206.2842787519655,3611.296781007959,317.8157031662572,979.9544895895883,712.9803673617077,1884.2517557305137,1601.9540288461494,4324.636869062817,458.3993679350138,1259.100797773822,407.7844746502007,1714.8224663684919,568.7659721614789,3065.3699563948903,1013.7511642611781,2052.8987288508188,871.2798572540754,2615.2467842968977,1022.9685638340143,3686.688550770961,14379.666910923801,4192.056731055665,100707.65838585258,38118.53995305626,3578.1772131778093,17534.055898046547 -8549,3353.2852951626896,2973.2018397368524,647.2139749723494,1191.2353158539365,1650.2540201098152,2120.340324008806,1751.928121173731,2498.683928679907,282.696144080161,913.8305275881889,2407.980882375994,5071.238991683343,1347.0024434550874,2958.2937077325932,1597.487220362449,3343.350692556135,1463.2713542987208,3796.1468548943612,410.31866458428925,1030.11504708201,899.0233330722874,1980.7002332134837,2021.5708457106393,4546.000410542506,616.1832123258324,1323.549911101461,518.339297633063,1802.5984313009014,700.4429588921125,3222.2758816870783,1220.11320176094,2157.9796747606306,1124.8732644298073,2749.1124260937277,1320.7122582124366,3875.397674482459,16762.124340214657,5055.2101171105305,127414.59573922468,50160.33590053487,4134.462720435756,23200.836006022477 -8550,3474.0025549462257,3267.695350738611,670.6864239388088,1309.2263199985337,1721.3148311279708,2330.3585132183302,1826.5462578632705,2746.1767807311962,297.03769730852775,1004.3447863019042,2531.145117989446,5573.541578689015,1415.899388415007,3251.310578945645,1675.412095746711,3674.5071821028255,1514.158009032939,4172.152479751323,421.0869010855418,1132.14720409755,925.0607326284913,2176.887171525303,2079.932007968047,4996.278492583041,639.0515348194967,1454.6465810607506,541.150996885665,1981.1445137986336,735.7669870570405,3541.4399980049607,1265.31804161915,2371.7260146818176,1154.3939818399895,3021.4100413039214,1355.3724946921575,4259.253036211752,17664.68365457841,5305.6182183907795,132258.93141403623,51609.718052351964,4345.102060316671,23830.58026389093 -8551,3416.6757547607685,3635.422362942298,660.2274991340861,1456.5588682554169,1707.5126657722321,2592.6032090818862,1811.6685946648759,3055.2151928748385,297.31576574870695,1117.3677789152362,2534.7462650092434,6200.754819868633,1417.913837063836,3617.193746319763,1670.6336637701315,4088.0143797949972,1479.4232018736009,4641.661721330522,410.8394418246261,1259.5523211759971,902.9035153035023,2421.861114799603,2030.085986200985,5558.529977195833,629.8379633285367,1618.3438611468118,537.3682752409601,2204.090741830028,736.1977244829027,3939.9726057251496,1237.7533298955661,2638.6259632794026,1126.3009557461942,3361.421568657526,1322.3885087573824,4738.5640567056325,17617.901944269983,5290.933971695456,130437.37879421184,50649.60806155464,4294.523401687973,23322.27986549384 -8552,3251.834499725627,3887.0284671649997,624.2798095916037,1557.3667155494425,1608.8291027588496,2772.0362234908152,1705.1150935582498,3266.6653946662746,275.4103136796622,1194.7003487708334,2346.370601254401,6629.906540827018,1312.5382166748257,3867.538255394534,1556.8481342618072,4370.944193560608,1425.5899491640407,4962.909242589209,397.85740161686937,1346.7254254145003,873.0779789605409,2589.4771382566414,1963.1252743152988,5943.233577807299,598.3600695013096,1730.34878204583,502.24493203976743,2356.6349662805665,682.2964497782842,4212.656508474857,1189.5736503308997,2821.2441938016705,1090.711178317343,3594.064189267798,1280.6025966874017,5066.518149212366,16396.729890219696,4934.895783298591,123850.66752734825,48597.83780542489,4046.7017623389693,22487.138695968177 -8553,3051.1649780049142,3996.196409401455,584.5439637952192,1601.1056593416602,1517.0081287512203,2849.8893940759335,1597.037425757812,3358.4103206742006,256.5846335610284,1228.2537378870215,2185.600226694902,6816.108741401584,1222.6047421394494,3976.158811284142,1456.3740384327323,4493.703002062316,1361.6261013611006,5102.293503367444,382.50131855173566,1384.5484680528384,838.058112055547,2662.2031018146085,1884.4838764639,6110.150436122216,561.7714642128964,1778.9459604516453,468.72426987555514,2422.8215126474283,635.7385377736792,4330.9697768916,1134.081369222861,2900.47937969896,1048.6130512340114,3695.0041734028423,1231.1752396287166,5208.81228606405,15353.021193643715,4625.637917779946,117104.24179316907,46309.4818381321,3811.0737709450777,21482.631028839813 -8554,2906.4834484279327,4061.502232214447,555.049207975034,1627.2709204504115,1434.000896240086,2896.462273068641,1512.9273664778646,3413.2934462431267,241.11517770546638,1248.3258546596448,2053.091659130449,6927.497558200686,1148.4806634997826,4041.137179763515,1370.086635914869,4567.139075258439,1291.3728873799505,5185.675159656129,365.5625402483504,1407.1747525662665,798.885410570769,2705.7088123072867,1796.556802029045,6210.002485636941,534.7669235422276,1808.0174869196203,442.47046033518893,2462.415250342657,597.5647681027933,4401.746464492014,1074.020790975307,2947.878999997334,1002.1760243810262,3755.3879141203442,1176.653585910895,5293.93467179553,14378.83071076952,4348.865543969641,111050.91980066264,44199.35531186871,3576.478217441562,20536.889901294842 -8555,2792.5059708051467,4113.421982047938,533.558870136986,1648.0729523761793,1370.8620292564847,2933.4888676688065,1449.1903441836694,3456.9268931071006,230.3615724403205,1264.283685624389,1961.1901863618725,7016.054431896606,1097.0718216429295,4092.796595275334,1309.139541833828,4625.522575915264,1236.7190687465425,5251.965645691465,350.4468159095258,1425.1632102718313,765.9748343286875,2740.2969318318883,1722.5371086837972,6289.387343033372,513.3114882564062,1831.1300719308724,424.06008117984607,2493.8932544097042,570.9838301264697,4458.015687602173,1027.9528942122774,2985.562874452776,960.7368317514114,3803.394486536418,1127.9998829498766,5361.609080937641,13706.797174531026,4151.666739375429,106380.76684857029,42426.77594709678,3411.085073422351,19716.771646974812 -8556,2722.262628806667,4100.815684226483,519.4244885839801,1643.0221458798333,1333.0866199593775,2924.498680305791,1408.7176306210981,3446.3325387832074,222.8903630797023,1260.4090681547139,1897.1791405604147,6994.552511576727,1061.264629096782,4080.2535075425767,1268.5845761539622,4611.346856665856,1208.5958663802505,5235.87008258936,343.95579580564754,1420.7955494893301,750.7170923879925,2731.898814791464,1688.3074764377968,6270.112420521947,500.3977235072703,1825.5182550209302,411.41942042602216,2486.2502843382613,552.5501627287332,4444.353322375386,1003.6122696462521,2976.413097229751,942.9419430369859,3791.738321951551,1107.1069269148863,5345.177496439016,13260.537282477413,4023.2018705185933,103692.28358099576,41530.78163928124,3308.464235986953,19322.43292651775 -8557,2683.810666870636,4011.271984718135,512.0685322989377,1607.1458001366875,1315.564631990907,2860.6405478739607,1387.4973755684573,3371.079860042818,219.72814027374864,1232.8873018654954,1870.2602847911894,6841.822382616999,1046.2064678125514,3991.158795141185,1250.7451571281745,4510.6554115832805,1193.106188304958,5121.541809035519,340.29458205028635,1389.771650942603,742.7366729738259,2672.246212627502,1670.359289884647,6133.200862992951,492.5958547217367,1785.6570004165476,405.58449222971143,2431.96156094607,544.7115534762551,4347.308278400732,990.2009573793692,2911.421383260211,932.9048625328833,3708.9435067100167,1095.3224035578014,5228.462431823719,13061.04646267824,3966.584369682766,102360.13362098782,41077.960328199566,3256.4872594233793,19112.30503240364 -8558,2669.2838162019034,3929.2660634134036,508.2828974392737,1574.2895210029503,1309.3603962745456,2802.1579855985033,1377.2048389884756,3302.1619430409714,216.88009202348695,1207.682314659551,1845.6559514456765,6701.949058138537,1032.4430291662748,3909.564065260998,1238.8130768216142,4418.440160629399,1200.8785567131847,5016.837676244041,342.2929809919597,1361.3593405650122,746.5511084589998,2617.615159571398,1678.9797842919384,6007.814504443133,490.27519052417324,1749.1512615857532,401.33133029914467,2382.2428559709724,537.7271386311268,4258.43247493387,996.1427770494423,2851.900664208963,938.3833984494265,3633.1183493799463,1101.7547455565275,5121.572427764568,12970.549733226155,3934.5798818818384,102093.30632072392,41067.34782773507,3256.12137937888,19146.12870963823 -8559,2712.9783516826246,3897.230472956501,515.9643452699826,1561.4542246545957,1317.7192914380344,2779.3117888346756,1392.7776694289619,3275.2391778419837,217.7951320720486,1197.835993384766,1852.8283298588526,6647.30758265061,1036.4551919366036,3877.689106620269,1244.9744704665302,4382.416298371191,1212.2724526851005,4975.935035753137,345.45837146846253,1350.2600793810716,754.1668300801393,2596.273553817941,1696.0525848525363,5958.832358184963,497.975800365599,1734.8903048169827,404.95261555393364,2362.8202576355293,540.1246396690216,4223.7131669120445,1005.3005457892237,2828.648911788054,947.0611979887337,3603.4972726587926,1111.9433388748002,5079.815877268036,13005.91154771343,3950.3956931741554,103039.17714811767,41503.87904698578,3275.3464858372354,19369.723159980742 -8560,2826.6046865868198,4039.1487953426326,536.1944857509683,1618.314850574317,1342.7629818622797,2880.520908797291,1440.51729716156,3394.507579533416,223.52733468808475,1241.4553984608867,1900.750371953794,6889.370439097159,1063.2623432182822,4018.8958267681405,1270.8487410004536,4542.002746588266,1214.5566143542742,5157.134571545728,350.51708734972374,1399.4300339373788,761.3784058606271,2690.817304763674,1712.565557153915,6175.824270139369,518.051706590808,1798.0666356221786,418.1782724265148,2448.8627663838547,554.5169263407658,4377.520413121336,1006.045603148184,2931.654651624575,960.9294782750875,3734.7192497031165,1128.2260689864431,5264.7982518889075,13080.361246109716,4012.1156407260437,105238.72625106154,42603.169763283244,3264.9170358614965,19861.928055174623 -8561,2902.5352658251545,4222.589924284395,547.7717465527222,1691.8118961683972,1340.0917072097716,3011.3420382539252,1460.8182458639,3548.6718191150276,222.62953963352024,1297.8370747405775,1891.4623666325265,7202.256632471172,1058.0667181391389,4201.417151164943,1263.1219306033265,4748.281384416972,1204.3957003055104,5391.349906469702,352.37035296676424,1462.9862529101697,762.0026066530156,2813.0228953898563,1714.2325500229672,6456.304201348291,531.1322620760961,1879.727250336688,421.3175228437344,2560.0798007765666,552.6361748975364,4576.328956018917,995.556450361412,3064.7980603500664,966.0101366131815,3904.334470671463,1134.1912634302023,5503.903217789326,12798.410341210214,3969.4138370557457,105678.43085506369,43166.19920508144,3189.6504035211965,20154.552275468923 -8562,2992.4492524868156,4188.604902235531,562.0163062171091,1678.1955456288506,1348.54070434536,2987.1056034113744,1495.0393607837632,3520.1107482605694,225.56003873932463,1287.3915845575905,1915.3802665519206,7144.290110775937,1071.446172216012,4167.602535708763,1273.3369281551495,4710.065396021895,1192.4180993280384,5347.958256148468,352.385458793004,1451.2115788466533,760.2185657355053,2790.3826090163257,1710.3601848221617,6404.341390710414,547.1053082715308,1864.5984850068721,429.37282866763104,2539.4752973707596,560.1158362951294,4539.496906669602,984.5282052849478,3040.1313909542773,966.051548670543,3872.9108904869872,1134.2398852736799,5459.605695281719,12711.130264876023,3981.1564194965113,106640.1521236852,43728.1861934928,3143.4369720122427,20405.15396954517 -8563,3044.202798906941,4038.044118070837,569.9865195563574,1617.872253451849,1346.3833326428394,2879.733107668858,1511.4614241308411,3393.5792068583683,226.02187001210467,1241.1158696066368,1918.4375490314862,6887.48624732145,1073.1563880239728,4017.7966885332075,1272.6976656359898,4540.76054248616,1180.9144860836734,5155.724133446654,350.3069402758942,1399.0473001906691,754.321138285835,2690.0813861655392,1697.2020170335231,6174.135227954616,556.1509045239223,1797.5748777181777,432.65855358002716,2448.193020559465,561.443774212743,4376.323193718878,975.1515570321272,2930.852865796299,960.353367936094,3733.6978316567097,1127.5496585757312,5263.358368570878,12597.476312904051,3965.709624761482,106736.69391955959,43803.738234792385,3109.3519862152766,20444.852128565035 -8564,2972.773790867406,3774.676464043695,553.040456386449,1512.3520542047975,1283.977561842839,2691.912338352109,1461.5468603165748,3172.2445784262827,215.36957672401715,1160.1683203980074,1826.678645148797,6438.27344972382,1021.8272978956555,3755.7496040346505,1210.1310870708649,4244.604924418044,1118.3787151728795,4819.459612769334,335.3665609141824,1307.7992121187003,719.6528198246601,2514.630003490955,1619.3939896122745,5771.448317389214,542.2614619881886,1680.3341877603525,415.5790123914526,2288.5179814619705,535.2647901757065,4090.8924408362295,922.0232763459697,2739.697984622721,919.3948769996525,3490.1801260504026,1079.4603468566359,4920.073772042773,11811.474321181942,3755.1642076193834,102276.60350630822,42247.38730696457,2909.8738563991005,19742.455428432404 -8565,2657.5637690154267,3563.4235036395567,490.84031950925515,1427.7119925551733,1127.6657002755985,2541.2571878929075,1291.7785494830766,2994.7072279534364,186.36367321459304,1095.238519238673,1579.0934649522262,6077.950031517937,883.3304164922694,3545.5559013566117,1050.7035539319154,4007.0520203292244,992.7059085690537,4549.7344799151615,301.21843392862314,1234.6071232586373,643.4561555656408,2373.896608822886,1448.1614192443385,5448.444331621961,484.3520385052923,1586.2928639504746,363.70326998649773,2160.4391373207077,463.5041646411678,3861.942185879607,816.5671448188032,2586.368470059562,825.7790647252417,3294.84924378931,969.5461416363698,4644.717682679465,10155.351082894089,3256.068820034363,90476.08001746601,37780.114205755744,2524.3791581704845,17725.624107141273 -8566,2280.484892400732,3411.8230276683357,425.319379283857,1366.9721401631919,991.8070904327659,2433.1432354378135,1115.7021734902248,2867.301927772726,163.71131506310903,1048.6432490865252,1388.0618143721633,5819.372818686986,776.4690614076305,3394.7155755633844,927.4609231678804,3836.5780385241137,891.2203651505387,4356.172891742064,265.4974598400509,1182.0826261472769,571.1659722362526,2272.9027596673072,1285.1495024168055,5216.648488906955,415.0441809276272,1518.8064276739494,318.185227147042,2068.5265141957407,406.97579758789703,3697.6416830191683,733.9035808508595,2476.335326174891,727.8513509754068,3154.67485444106,854.5693384196231,4447.115177468684,9124.629741057557,2886.358682745139,79474.22962503189,32975.17835460428,2285.052497502722,15453.515445682595 -8567,1838.4696853125708,3130.520639553417,354.34862043333555,1254.2662570045159,894.3766531614044,2232.532301868356,946.8415292824795,2630.894918033947,150.39958473991632,962.1833571588298,1279.9886002640196,5339.569658337712,716.0138956124297,3114.8236847376447,858.6875470705972,3520.25490110639,826.2873621083338,3997.009527302859,228.38883176081714,1084.6207522494294,504.25421035781153,2085.5035396425938,1133.586366933328,4786.539521945536,336.4905782141881,1393.5819152287795,279.6662719172965,1897.9779706155207,372.8794725739536,3392.773749544492,688.1651685803105,2272.1632353667715,626.1194357375506,2894.574150775072,735.1260271109745,4080.4536860902836,9073.057800726034,2721.138688567156,69878.2448792963,27614.56091358928,2291.1167203587165,12840.357261423893 -8568,1719.0041208839734,2859.35527176473,354.3651692648861,1145.6218460435043,961.9711443519544,2039.150589226903,971.3380929832142,2403.0070775743375,170.09952472959824,878.8391361920106,1443.9189777878778,4877.0566974127805,807.715046853826,2845.017985520377,955.2345914869336,3215.3307926665184,855.9218543146267,3650.7889833997906,229.34619409748623,990.6710170268194,499.2642189305583,1904.8574428858362,1122.9089840404395,4371.929973136234,333.046269708785,1272.8699966385916,305.78620995787963,1733.5753188795452,422.5017023003358,3098.892045014258,743.872282223966,2075.348695443451,628.7440087580884,2643.846442971644,738.2075349309288,3727.0052179494633,10298.565195062658,3046.7386305576206,72553.74112102522,27373.89177356422,2578.3285858754225,12523.248386938227 -8569,1843.5369305842755,2697.6177691641283,378.04350554929795,1080.820518928455,1005.8079095310569,1923.8074113487112,1017.1053642393558,2267.0826028172805,178.55993926051934,829.1281931416777,1514.9661413587614,4601.189274406527,847.4581792146212,2684.091461847134,999.7083029444364,3033.4577747956964,886.2315736550324,3444.2845666427756,239.5400659785704,934.6343790563911,520.0033167764913,1797.1104662632429,1169.66587837293,4124.63470263165,356.91638707883465,1200.870963701176,323.4068526918026,1635.5168000888486,443.6775339180602,2923.6053063781937,769.5636762687211,1957.9579960990927,656.6901270553681,2494.2990519327523,771.0190366100811,3516.18968128531,10666.581708995813,3172.9768965537487,76128.2795010318,28855.594654839333,2660.4283549647353,13200.2545532742 -8570,1863.1651879724573,2621.5901009595214,385.031390566129,1050.3594711324638,1070.5910654416546,1869.5882431509483,1067.5760244823762,2203.188819980568,190.72838357574662,805.7606560918335,1620.3488777165267,4471.512751846562,906.4083164066691,2608.445009104734,1067.8713628738133,2947.9650397421633,938.6399356872745,3347.2133925023027,251.55132846769283,908.293333532534,547.122356610199,1746.4620312559275,1230.585098354328,4008.3890423971184,362.90089077120496,1167.026502774041,338.1840502559925,1589.422601703306,473.4644964791844,2841.208572216918,816.5400386081538,1902.776353025877,689.6185536960405,2424.001568393352,809.680260130252,3417.0919864639804,11568.019313216859,3412.3743212517497,79964.72607307216,29987.74962203862,2868.4928719296367,13676.605583997829 -8571,2088.602918648624,2612.1028848607943,431.45180976577603,1046.55834780646,1200.1298410208196,1862.8224304207586,1172.6273965638522,2195.215747289378,217.70307084377433,802.8447061630491,1850.319243556642,4455.330890407028,1035.0516320476304,2599.0053634965343,1209.8120500951895,2937.296712388742,1022.3262974810191,3335.1002338618277,274.14766311920846,905.0063302999912,595.6820843258431,1740.1417973289374,1339.8507514634412,3993.8831694007754,407.49512981915944,1162.8031756334992,382.6500094948552,1583.6706743943648,540.2579255172594,2830.9265835504557,891.0112038026002,1895.8904365578157,751.5655595661021,2415.229401190484,882.412160335578,3404.725945680967,13047.29713630029,3849.0429706229093,88926.74394195028,33108.40397969235,3184.84721860069,15020.892146369208 -8572,2636.7765324649376,2653.2358038374023,538.5619932368958,1063.0385561374997,1440.8202700975407,1892.1563914000128,1424.5946328173418,2229.783922989027,260.0082486405109,815.4871431975164,2207.0856208108826,4525.489215942837,1234.6234747567387,2639.932035128065,1446.883293618661,2983.5504753554255,1240.5614803342492,3387.6182294175865,332.9397164527014,919.2575117037935,724.0926159990039,1767.543900045559,1628.629571547066,4056.775053851856,511.93538048805556,1181.1138972694212,465.92234393762885,1608.6088182603803,645.8296504814796,2875.50533060701,1079.9102408507522,1925.7451211368323,912.741773723409,2453.262143256225,1071.648946826125,3458.340340915139,15429.295302137145,4577.872513903375,108154.53330546783,40565.19338894925,3802.4865088473184,18474.954051826757 -8573,3562.840550317014,2704.115861864367,713.8202203643737,1083.4240278482876,1786.7695209963836,1928.4415292876008,1833.6221643400925,2272.5436110744918,319.2290802622048,831.1254189610663,2703.3953928738574,4612.272740262293,1512.254614012219,2690.5569720222115,1766.1839946681089,3040.7648477428734,1504.220126808658,3452.5812499816393,429.5635625398256,936.8857509539822,913.139118050649,1801.4393932653684,2055.4620799278246,4134.57023128908,686.7971013616173,1203.7636532928423,591.1990844851011,1639.4564760137548,794.2654272218193,2930.6477638074543,1299.0352706914223,1962.674376865582,1177.6324320118995,2500.3073851543263,1382.6567292583134,3524.6595715573094,17995.936491116863,5512.335443265862,136691.58785666036,53302.991578660636,4394.859810641948,24432.054158486615 -8574,3691.7468173374396,2763.3784587182627,739.9196628445404,1107.1680257626113,1863.2262312138857,1970.7046787769452,1886.48185509891,2322.3479991760987,335.49356480678466,849.3401157991508,2842.219056134299,4713.353934245574,1589.9112993247245,2749.5224162896247,1852.933617541889,3107.405343381637,1556.6801937557095,3528.2469910870936,440.8843944326316,957.418259690004,939.5659438003171,1840.919201814033,2114.7618721969693,4225.182239537894,712.4875630222267,1230.1449785528043,617.3984704205288,1675.3863152516806,834.5047813539094,2994.874966271904,1347.359166146287,2005.687763234117,1208.6680690093622,2555.103376208888,1419.0956308840514,3601.904959664464,18970.559430160683,5781.903111759836,141860.7976054491,54842.36865270121,4619.422716696686,25083.28953486255 -8575,3631.629270396125,2990.551742456097,728.6381648936012,1198.186682750583,1847.8922329456057,2132.71341548937,1849.498029615899,2513.264816700807,335.8929607729777,919.163119053602,2846.9364613827724,5100.831837347509,1592.5501725994122,2975.556615133679,1848.5795548014112,3362.860571938324,1520.9925997729051,3818.298993292814,430.1613673207859,1036.1262083888673,917.0588069364305,1992.2584651178745,2064.0759642519615,4572.528264733374,702.4582077256704,1331.2733901787199,613.3067077591397,1813.1173631160727,835.2187871920008,3241.079237831506,1318.0830521631983,2170.572407930242,1179.2712914484591,2765.1546713659877,1384.5809120225367,3898.012275264695,18936.459315167867,5763.253463870574,139870.12463425848,53820.06272343752,4567.574491267979,24542.421264907614 -8576,3455.290261032365,3260.8073767624996,688.6502282029849,1306.4666022607857,1741.854728528161,2325.4463512597713,1779.5279727754494,2740.388115580633,311.03285961399183,1002.2277282507222,2634.4727932020746,5561.793112192557,1473.6999432311277,3244.4571424247124,1721.3705361640334,3666.761689598563,1465.539842679076,4163.358000884619,416.5393187232764,1129.7607513711082,886.7779239647263,2172.29851175841,1996.018764150568,4985.746838759639,666.9944680622307,1451.580332001602,572.9438844795818,1976.968459916843,773.770554912424,3533.974997775149,1266.5835280762349,2366.7266541802633,1141.926954968844,3015.041212052149,1340.7349744195676,4250.2749581101725,17603.051928277833,5380.491990879213,132863.75195839984,51642.785862188495,4301.499664586167,23677.05543105081 -8577,3241.7986463937905,3490.8398192714308,644.7449940727037,1398.6308023653544,1643.4656149515636,2489.494098426877,1703.8425255001832,2933.707775043417,289.7455861558271,1072.9295102457654,2453.7518564588863,5954.14773683072,1372.6063069991121,3473.3361637389057,1609.6768170275946,3925.432027983892,1399.7024446830778,4457.060541184149,400.43211348845995,1209.4593030060857,851.221051795052,2325.5425015994874,1916.0848564605344,5337.464493480399,626.1149604600661,1553.9815261499598,534.644209253952,2116.432963965318,720.9004070464845,3783.277948417646,1207.3602059404177,2533.6865049496787,1097.7696545650579,3227.7361719617543,1288.8899446042212,4550.109022801028,16473.406793627262,5049.421020448073,125684.86834940632,49222.42990071437,4049.9623451948582,22637.81228425286 -8578,3087.5834075649877,3580.7734126619503,612.073084614823,1434.6633619772228,1553.6455274284233,2553.630283868565,1625.3774565520396,3009.2881212715133,272.22566314469526,1100.5711126413948,2304.581421444409,6107.542887933062,1289.16173236549,3562.8188150292413,1513.9276733373383,4026.561906799273,1327.4054538777395,4571.886626361395,382.6681371621056,1240.6182867493249,811.4452634573944,2385.4548449263348,1826.7093038272762,5474.97219545029,595.859249107199,1594.016345833642,504.5743092222773,2170.958072957364,677.4777350538986,3880.7455488552173,1143.3104602574704,2598.961207804062,1049.0703782118242,3310.891494889652,1231.71218664729,4667.332291677492,15424.685426815911,4748.533045382966,119195.20507732163,46976.44177143939,3800.2596791455017,21645.449833227598 -8579,2966.297540516629,3635.8772296834413,588.3029371402665,1456.7411139808214,1485.224192968344,2592.927597517413,1558.8996656267648,3055.5974636647306,260.06135901897585,1117.5075848000859,2201.239430953071,6201.530662908575,1231.353169713617,3617.6463322828804,1446.452750283407,4088.5258751848146,1271.1904031354945,4642.242489486154,366.83684182619385,1259.7099172961819,778.0212892516208,2422.1641398577144,1751.454345771829,5559.225464587352,571.8924564060021,1618.5463495304648,483.51698244828424,2204.366519297631,647.280861660238,3940.4655780184453,1094.2298274085106,2638.9561101160525,1005.6694744710654,3361.8421522161602,1180.7552411846618,4739.156949353304,14702.827667450347,4533.302118385327,114182.45972616026,45090.8564833874,3624.40758764054,20781.66103455441 -8580,2891.425020606458,3592.015110259978,572.6428181154732,1439.1674312973555,1444.5340102058437,2561.6473059250025,1526.9360713474248,3018.735663225731,251.59887439330083,1104.0263124565213,2129.171894448974,6126.717279133115,1191.0392500827345,3574.004144872647,1401.3538013807286,4039.2031398792305,1242.2406977227752,4586.239884996606,360.02581752743913,1244.513159171272,762.530052747767,2392.9438867924264,1716.6638257790664,5492.160655787161,557.4202319474322,1599.020697592625,469.0364043192628,2177.7737106259983,626.3099854587817,3892.928997202118,1068.253866296468,2607.1205445171377,986.997306231258,3321.2859087986185,1158.8322723831775,4681.985198233102,14220.474082642215,4394.682504972145,111311.36292373305,44139.54455164634,3514.9412288547883,20370.913982575254 -8581,2850.5816460762035,3487.2008916454383,564.5327896657102,1397.1728390875226,1425.7883177884114,2486.8989954377626,1511.6729932215035,2930.649614021459,248.0291518346105,1071.8110651042778,2098.9597224112854,5947.941003262144,1174.1388378515971,3469.715482305512,1381.633186944679,3921.340071953218,1226.287450655196,4452.414403986877,356.18312011360183,1208.1985362284393,754.4289515018565,2323.118305333657,1698.4230419324945,5331.900603985713,548.7391605189379,1552.3616218866443,462.38394167747117,2114.2267480459805,617.4244679207419,3779.334176902464,1053.9417853629557,2531.045334831369,976.46269506874,3224.371509320769,1146.4635989176459,4545.365889835448,14007.325258077468,4334.2467248497705,109893.21716830415,43661.910473805176,3459.815873102046,20154.66617779784 -8582,2834.9097604733547,3345.217583794037,560.2918853770731,1340.2861762603125,1419.3881865447256,2385.6435310592906,1514.1532670216247,2811.3265984334867,244.78915410561683,1028.1716863751008,2071.14816201417,5705.767304416346,1158.581305777568,3328.444102540378,1367.9961258499793,3761.6805479034115,1234.2768580948107,4271.131895566494,358.27707646959965,1159.0060663807983,758.3017606278203,2228.53126209458,1707.186370841778,5114.80932980576,546.0682979819104,1489.1563621652776,457.47464223000094,2028.1448397869362,609.4413883721807,3625.456501200429,1060.2372048027596,2427.9924278932635,982.2031980608015,3093.08944474801,1153.20351612402,4360.298810396486,13901.275392367319,4301.263226834884,109630.38672375483,43653.2949071863,3458.3733961199623,20194.093829280155 -8583,2880.9200222006784,3272.3739764742795,568.6359771691302,1311.1008460167486,1428.2257015279326,2333.695077415116,1528.6649928873298,2750.10870582884,245.77936364208375,1005.7827885818945,2078.8601834024957,5581.5216723850135,1162.8953398839367,3255.965745268254,1374.512100025985,3679.7682734907353,1245.9856325510352,4178.12609046766,361.5906186526754,1133.7681915144028,766.0380029277832,2180.003998294984,1724.545820844096,5003.432071674397,554.5189973157751,1456.729317117805,461.49644646898116,1983.9810798531284,612.0462246324814,3546.5105662610395,1069.971292670668,2375.1218081017078,991.287149959696,3025.7360402909612,1163.8689724071894,4265.351355893065,13934.775243478009,4317.555434275455,110638.45488831846,44111.73173491251,3478.275143991214,20425.85158971629 -8584,3001.0583743949687,3376.863292975066,590.7767519814926,1352.9652637907511,1454.281517728269,2408.2116838034485,1555.7330202193639,2837.9217067391223,252.18968796357464,1037.898175418092,2132.166510588828,5759.743779263579,1192.7144109144156,3359.9311348352526,1403.3097377918402,3797.265990604533,1248.2108017159544,4311.536740529557,366.83749767524864,1169.9702467358882,773.3812584259088,2249.6131350832698,1741.3763993976186,5163.195350897957,576.7137833919857,1503.2437594665657,476.4252773026978,2047.331060165495,628.2008158809913,3659.753266421703,1070.6613338609432,2450.961200579107,1005.6712724567067,3122.350025438965,1180.7573521972993,4401.547173063436,14025.40845806592,4379.877297235373,112933.24957106222,45258.50135348105,3468.4572440068314,20932.84079477669 -8585,3080.639954774785,3534.6369595327737,603.2240312769699,1416.178450666735,1450.4843638375098,2520.728050098525,1565.4134325974132,2970.5149668830545,251.06220624886885,1086.3908108735825,2120.8412749179156,6028.850288957892,1186.3791778429757,3516.9136978034217,1394.3968918790877,3974.6816945446053,1237.6302230080385,4512.980181093688,368.7248495315952,1224.6335480234923,774.0359687020942,2354.719466570491,1743.11538277799,5404.429949692506,590.9443195226875,1573.4782519775374,479.7254369753462,2142.9863769477174,625.7678885071963,3830.7441065724124,1059.3423083197506,2565.474908021898,1010.845376944318,3268.232333678943,1186.832261645453,4607.196077318933,13723.858334673509,4329.519825657768,113355.94198222185,45834.222035012106,3388.5843046193354,21231.60357970168 -8586,3175.4763352226605,3428.3931615326856,618.7464335165462,1373.6110868986034,1458.4028793657492,2444.960234383944,1573.565862654341,2881.227496709744,254.2990988357316,1053.7361741510429,2147.1222759152106,5847.635652318806,1201.0805290118733,3411.2026240012165,1405.8179230887295,3855.211071704271,1225.2159450467457,4377.329431037055,368.70218496454714,1187.8236236126022,772.2398018282497,2283.941521843104,1739.2103370054676,5241.984083128417,608.5255182410673,1526.1827850103355,488.7409217327235,2078.572686275658,634.0584011801598,3715.5999467313104,1047.5256275986608,2488.362095299484,1010.783242881886,3169.9961018248405,1186.7593101223779,4468.713394375965,13639.230291659562,4336.324381194546,114315.2014424323,46407.14777771108,3340.5316143319124,21480.318388661286 -8587,3229.879426613107,3216.2954468083826,627.3704942459698,1288.632568180256,1455.0311939255746,2293.7026469744537,1566.4807363669825,2702.980213256477,254.75988555940538,988.546732937757,2150.074983038727,5485.871379681327,1202.73224632379,3200.1684027426622,1405.0580445202427,3616.7082455806894,1213.378477595007,4106.5257264516285,366.51625864224786,1114.3388556196733,766.2528466423128,2142.6453651530974,1725.839678449725,4917.688475166213,618.4211767741411,1431.765410543414,492.34075019114266,1949.981682888423,635.4037965319368,3485.734169849659,1037.5328117081372,2334.419449589722,1004.7906076688156,2973.8841341468337,1179.7233647984312,4192.256216319613,13519.179750812154,4314.242659468969,114364.08901039488,46468.24788065117,3304.5236537306905,21506.50091393683 -8588,3153.2978233711437,3068.073975511523,608.4952678083944,1229.2465390123616,1386.7322898455986,2187.99843333033,1501.6903937455445,2578.4146344030974,242.66007733329752,942.9900191267985,2046.4988538222551,5233.057563074838,1144.7927086142781,3052.6901387284115,1335.7097149232445,3450.03393773891,1149.0194739602287,3917.2784091079834,350.8462386718913,1062.9850706721156,731.0514574666221,2043.9025556871516,1646.7512946098823,4691.0591019560925,602.7230489777529,1365.7831712832467,472.69474747624804,1860.1176891043754,605.5308795275596,3325.095741026974,980.8909941234828,2226.838821141688,961.8318343076436,2836.8340748100763,1129.285524047874,3999.058049449428,12676.884969400719,4081.3394490740966,109539.58899937409,44798.090359726906,3092.663601624508,20758.04829056833 -8589,2818.0345147089356,3033.8290368141766,539.7940893277017,1215.5260509444736,1217.8796066151087,2163.5766388047286,1341.5996249234565,2549.6351291511896,209.87001950356063,932.4646420808222,1768.25752280209,5174.647714786449,989.1470573146939,3018.616909889358,1158.915111171166,3411.525674364349,1019.8224114906889,3873.554900466711,315.087705254374,1051.1203441785856,653.6609066110984,2021.0891169364818,1472.6551711379557,4638.698880965876,538.0587831034472,1350.538701512382,413.44244262138824,1839.3556029416359,524.0637788306482,3287.9820010314147,868.5561258905024,2201.9835016391153,863.8011530630126,2805.1701678241902,1014.187826827443,3954.4217405326285,10889.430562250525,3539.6200959832513,96907.90192157948,40053.8776860035,2681.7725798180722,18640.251426250994 -8590,2418.7193914969116,3058.3268427643134,467.87326806729476,1225.341278158016,1072.237400042126,2181.0472609170893,1180.405236160868,2570.223127314457,184.42324496380868,939.9941823350242,1554.8399843479658,5216.432375042149,869.7632416549037,3042.991879737338,1022.9632127262893,3439.073335406004,915.6445943653315,3904.833392147469,277.76371486256556,1059.608015009559,580.2087965452832,2037.4091693830217,1306.8503585117376,4676.155818607408,461.25171891596415,1361.4441397016556,361.82626353837315,1854.2081790385007,460.3148052963253,3314.532061714265,780.7173250622977,2219.7642545668423,761.4788301043025,2827.8215808057976,894.0513185703628,3986.353222257221,9778.238487325481,3142.843557799033,85187.57478892898,34982.28159040715,2426.831901645349,16264.17081026223 -8591,1952.6507162668404,2902.0477347542756,390.5871314018523,1162.7268972224165,968.9529276890682,2069.5967397701165,1015.0581408006371,2438.885896738926,169.75944942613194,891.9609079655775,1436.4165014812352,4949.875057764241,803.5182303462797,2887.496381349958,948.2956775023871,3263.3382551251243,849.4365726394394,3705.2981852102544,239.126856979268,1005.4625282975157,512.1639390049286,1933.2984892587037,1152.5695075468414,4437.2063871635855,374.8390221888491,1291.8749645621674,318.77711123215363,1759.4589860375536,422.62404139219825,3145.1609837665656,732.644601054172,2106.3353126873935,655.5573300464679,2683.3211866424253,769.6890210936403,3782.652389149336,9719.343346367243,2970.4736446377347,75017.2317596017,29351.348505567483,2432.854266488449,13527.332186406647 -8592,2218.7122154597646,2695.863287664827,479.40225417233717,1080.117572934326,1173.4667760890725,1922.5562020224636,1148.51115262366,2265.6081335542526,223.46453775248472,828.5889432553357,1849.5347037600568,4598.1967446460085,1034.6127676734475,2682.345777611927,1191.169293660663,3031.4848690691606,930.3674904990827,3442.0444666480403,233.60921807058065,934.0265098669865,500.6459589674678,1795.9416583241418,1126.6260367351495,4121.952115291122,431.269578842194,1200.0899390827349,412.1335386520945,1634.4530897291556,564.9794847255054,2921.7038466977556,825.3363649534114,1956.6845758540783,640.4309294537767,2492.6768052266534,751.929133542641,3513.9028155127144,12611.256991288497,3731.8097098432395,85472.38759196913,31178.330112718697,2905.683423076205,13892.937571256962 -8593,2285.110770761544,2536.4650979320604,489.42340499291913,1016.2535088283844,1177.7471566443178,1808.8813062426652,1168.0174989214922,2131.6496213460177,223.0716222641129,779.5970013449981,1845.142617644802,4326.319368487755,1032.1558749412777,2523.746837099989,1188.3257722721962,2852.2423968922944,930.6712471992588,3238.526855249195,237.91947463961895,878.8003656049848,507.03349273424766,1689.7530950863895,1141.2235081786741,3878.233634332216,443.8404253629096,1129.1322741738466,414.95839975052445,1537.8128539657068,564.224942964048,2748.952392189731,823.4444438351652,1840.9917732196652,652.2473365437547,2345.292413681282,765.8027619639483,3306.1364386892183,12434.583646037823,3711.603050983227,86308.84298328887,31867.5420330947,2862.952784501554,14252.029306748478 -8594,2435.781876227639,2463.036665546919,527.4424307339704,986.8338640952454,1307.105410110531,1756.515784321439,1271.940539672964,2069.9402407527546,248.77340822894195,757.0283542354476,2059.652573883733,4201.076230119904,1152.1507791010552,2450.686587173311,1326.7070072921695,2769.672489600059,1035.1773708292667,3144.7743528347105,258.9959887326948,853.359868403398,555.2059552813894,1640.8362300401125,1249.3927873662672,3765.962183633164,475.28120613808187,1096.4448885221966,456.23984024212564,1493.2945251858298,628.8319826928976,2669.3726396339234,919.0608567987357,1787.6966815380674,710.0278112260337,2277.3982622648946,833.6427432412179,3210.4266983335297,14127.273319119755,4167.044507668027,94765.1006747091,34405.39548770449,3256.074659388336,15322.421974464165 -8595,2776.8348568952238,2450.9502136287265,607.0569979517918,981.9913377063892,1549.60365913228,1747.8963253147122,1480.8729709785232,2059.7827658181154,296.3363085950732,753.3135143663694,2455.5492407690763,4180.460984488255,1373.611747314429,2438.660738749389,1581.9573085907334,2756.081334485339,1229.7743976888469,3129.342522468246,301.37431271728195,849.1723168485848,649.9022736766517,1632.7844261520836,1462.1884407228777,3747.482101101341,544.2217052549017,1091.0644861061696,535.6462893255224,1485.9667282712228,748.6155748502458,2656.2736693619927,1095.592420557662,1778.924213678388,826.2064005912122,2266.2227629390136,970.0478761289637,3194.6727030848742,17114.68561026215,4993.891644101438,111221.53746595162,39720.32502919763,3948.3110042976664,17614.740818738414 -8596,3370.106996502996,2475.1231111619622,735.5972372144665,991.6763879586982,1852.9298242203465,1765.1352388330722,1782.0942631695525,2080.0977103902164,354.3959959316176,760.743192167217,2935.7417790397426,4221.691465000592,1642.227053654096,2462.7124293256893,1891.08334930682,2783.2636376269197,1471.9142843679585,3160.206175153393,362.20232469334053,857.5474177743806,780.925148728593,1648.8880297290825,1756.9831424344327,3784.442256527526,658.5874913063207,1101.8252881323149,644.546976268227,1500.6223182789518,895.4789175007777,2682.471603074671,1309.8941994119953,1796.469144822858,992.9641191795378,2288.573755762693,1165.8378998191254,3226.1806853663925,20344.226045463405,5955.671145217341,133605.49735145166,47961.87526339171,4691.824115496577,21285.540802666514 -8597,4073.4383630805646,2488.899065417335,838.618988909688,997.195825959598,1875.4353648674455,1774.9595672452842,1966.2076805150132,2091.6750459885207,346.234296124687,764.9773102068898,2855.3497123201532,4245.1884087444705,1597.2564680907913,2476.419308639099,1838.455797808301,2798.7546297233052,1457.3896629154342,3177.795140934583,404.71635265353177,862.3203254110949,837.922590726825,1658.0653534619275,1887.920361392872,3805.5055738117912,783.918986448613,1107.9577890565208,671.3329715961921,1508.9744298640185,877.534157346705,2697.401610365478,1274.7859696578714,1806.4678704008556,1109.5147359156585,2301.31142009432,1302.6798295663316,3244.1368497853455,18142.92183181394,5656.105002675403,141220.76219824678,54946.84113121257,4161.964197170917,24954.864358819705 -8598,4045.918858702277,2463.9463927260554,829.4038514143913,987.198353020651,1860.2693204063971,1757.1645566973975,1953.9209862176544,2070.704777035361,342.47324978752033,757.307964067838,2824.1490100914193,4202.627905448828,1579.803081127789,2451.591752828002,1818.574311657482,2770.695473291833,1441.938515495317,3145.935881098192,402.6264928858275,853.6750584599368,832.0082314753398,1641.4422759572763,1874.7235133897366,3767.35314877874,780.3255808428997,1096.849862483594,663.1804402335629,1493.8460762995505,868.0402649209541,2670.358577389332,1260.8672564281048,1788.3569706364783,1103.7854635671054,2278.239423554079,1295.9530982441083,3211.6124754130806,17921.022059191437,5597.184143993171,140005.33240867493,54581.14191162455,4110.687430881336,24816.832382319815 -8599,3955.6624055960424,2585.2657660428235,811.1109344414741,1035.80585758381,1825.888332652777,1843.683526210005,1913.070500082244,2172.6617865772887,336.59723364960485,794.5961647688516,2776.017862755085,4409.556183303329,1552.878958289917,2572.3028104872496,1787.5374258667625,2907.1185056531317,1416.24783742644,3300.8349368229005,394.1365167813805,895.7081657605913,815.2065000151332,1722.2633314975567,1836.8046575691028,3952.8494422135645,762.5135920097752,1150.8563694156985,650.6729183748392,1567.3998152702522,853.078809378339,2801.8412387395656,1239.3592398060075,1876.4117869201432,1080.5105117800208,2390.4149887153567,1268.6260071783536,3369.7453041157173,17657.401108252536,5504.156570536557,137286.6411795093,53409.20002348505,4050.864536876826,24268.77690060086 -8600,3859.0252020027006,2788.5910543611744,791.6396711692097,1117.269638755303,1755.161701091556,1988.6850535029764,1851.6174858452969,2343.5367078238855,323.19808270867026,857.0893507385011,2664.4411848205477,4756.357774885331,1490.4639869292953,2774.60859175514,1715.469347475368,3135.7567818804528,1361.8405941768567,3560.4381172913045,381.40364863165445,966.1535812550062,787.5839667177025,1857.7154358948821,1774.6706717856566,4263.732084560747,741.9290293746442,1241.3686123726886,629.768333550111,1690.6722553945667,819.343882461914,3022.199696725479,1189.6096320095767,2023.9873176801673,1045.603830223997,2578.415705378622,1227.642117097254,3634.7681286617135,16809.480602217096,5267.711502086027,132596.9883663749,51875.627428036874,3854.3035994334364,23594.221711013506 -8601,3744.46143522743,3068.008996349402,766.312945961756,1229.2205046302759,1686.4641862849312,2187.952093409567,1788.728467738614,2578.3600258037345,310.1127430940901,942.970047411051,2555.856112707847,5232.9467314265485,1429.7224924560362,3052.6254853826927,1645.5060205141049,3449.9608689940383,1307.782854921958,3917.195444527973,368.30334653628375,1062.9625575646119,759.8111052897846,2043.8592675928664,1712.148468684727,4690.959749368007,719.6237652595573,1365.7542451729842,606.6390118903045,1860.0782934151418,786.3197456935003,3325.0253183654117,1141.1714787503429,2226.791658614992,1009.6898422557282,2836.773993109723,1185.4755498484276,3998.9733528471293,16032.661846476594,5044.386736120749,127790.72098245658,50202.70059495761,3674.8349174199066,22854.10673993186 -8602,3658.467577165832,3267.56539241437,749.7098020386346,1309.174251234363,1655.8729274809023,2330.265833376805,1751.8412551458346,2746.0675635324715,304.78524544686616,1004.3048428704093,2512.307696721768,5573.319915392438,1405.361907548083,3251.181272254208,1617.4979205120965,3674.3610446130833,1284.767980648603,4171.986550591304,360.62720396046393,1132.1021778825434,744.7023607762641,2176.8005953367333,1678.0434242494155,4996.07978740687,703.3835118102273,1454.588728840226,594.9965440364591,1981.065722420167,772.736118833463,3541.2991526818378,1121.7059046215902,2371.6316896284256,988.6459846329236,3021.289877903216,1160.7679835817485,4259.083643007156,15805.934569863706,4962.496428131341,125301.37841604375,49117.45297915869,3623.5581511303258,22347.696718873372 -8603,3513.1894620747207,3431.057376514272,719.9228013709512,1374.678524343541,1577.8353425800995,2446.860220581244,1675.6264125415244,2883.466507552556,290.3681616865657,1054.555035807084,2392.966036380139,5852.179868159209,1338.603276172429,3413.8534801626574,1540.5529876148307,3858.206968210441,1224.8110467856588,4380.731067343054,344.7179673335679,1188.746685042376,711.7002103778003,2285.7163798984275,1603.6915696750368,5246.057645251983,674.6423400638012,1527.3687863960827,569.1098750195514,2080.1879515705564,736.2892861653286,3718.48735099834,1068.4518784195188,2490.2958092177983,945.0314077595709,3172.4595156482064,1109.5601647679698,4472.186045443905,14989.990115796805,4719.053308579757,119720.69465479662,47060.43944383349,3435.5433414018653,21419.428807734304 -8604,3460.459343604234,3340.084091317226,707.7998034475439,1338.2294045166932,1543.767721312906,2381.982578426979,1645.137974909582,2807.012402545951,283.70787776493563,1026.5938782102608,2337.616906024396,5697.011367680405,1307.6414797653356,3323.3363502546513,1504.8843241954032,3755.907961125685,1197.4191019958664,4264.577516694524,338.5589399227285,1157.227482843761,698.0281767976562,2225.111410266788,1572.9618205598713,5106.960263322885,664.1630919886239,1486.87113772457,557.609005942946,2025.0324962648383,719.4972768832619,3619.8929606510546,1043.7662666331282,2424.2664876367235,928.1466645896187,3088.342862202336,1089.73580945037,4353.607598067501,14583.691188145627,4604.742285845672,117353.2786234667,46267.872519554534,3341.535936537636,21074.81242394235 -8605,3482.47511375888,3139.0331367045883,714.5390251072432,1257.676851972222,1568.5560750117422,2238.6029933116374,1663.9152124224665,2638.0488352488132,289.03641754084555,964.7997216648589,2382.2094481512104,5354.088991298113,1332.5861392700342,3123.293498802347,1533.6450395310308,3529.8271618474473,1218.8606642099055,4007.878177004279,341.9090328020424,1087.570047950269,707.1781818120262,2091.1744311600182,1593.3980740161683,4799.555057933296,669.1792668819709,1397.3713366858447,566.0578774492202,1903.138943478538,732.8665902656078,3401.999364131619,1063.6360054766806,2278.3416910599485,937.3308188544872,2902.445063332238,1100.5189132030177,4091.5492367598636,14950.823230584547,4699.465464917367,118968.4912940586,46691.78953573047,3426.997213686935,21239.005621572145 -8606,3518.8847644020643,3055.662621479578,724.2059777345373,1224.273838187675,1594.9559666859134,2179.147270224696,1684.8624785905786,2567.9841111744686,294.2863742190811,939.1753187416745,2425.9235730549744,5211.888148450786,1357.039420228299,3040.341017304353,1561.7486611663223,3436.0774318119747,1240.3735829599757,3901.431747793689,346.4403931556278,1058.684951395955,716.7569810940262,2035.63430712864,1614.964044546108,4672.082246846383,675.5422097400499,1360.2581355099999,574.8360010045963,1852.592909922117,746.0849952956627,3311.6446506160532,1083.1273600965837,2217.83053607364,949.75337369588,2825.3581611543495,1115.104218922467,3982.88056297349,15282.689664381167,4790.159970542091,120740.95383752637,47247.58222515999,3503.912363121306,21475.75633274922 -8607,3522.8268674625588,3011.6705437318733,723.3023474705428,1206.6480867400385,1583.296670299298,2147.7742987907604,1681.4225636233568,2531.013093536744,291.62184379895467,925.654102966615,2403.3662704563835,5136.853101378748,1344.4210718267632,2996.569523202683,1547.2538075173059,3386.608559016649,1230.2490437263405,3845.263214144121,345.5475939896626,1043.4431670560384,714.3789238664006,2006.327477874782,1609.6490122250113,4604.818732870021,676.8129763818813,1340.6746313516358,571.9256022115047,1825.9213098720181,739.4539169739123,3263.967224476603,1073.0914494961075,2185.9006454213327,947.3057981918092,2784.681754336103,1112.2305236597697,3925.539418648692,15064.015503560287,4739.53229756645,120162.11228371754,47206.428426628765,3452.635596831726,21477.82768112378 -8608,3700.8303778972386,3121.4233110337123,761.5382133872054,1250.621345021831,1677.0488373493763,2226.0445376529296,1771.8362433678224,2623.2495075332863,309.4081005367358,959.3872413991475,2550.560673052225,5324.052808289832,1426.7602720299944,3105.771971746844,1641.989320510542,3510.0250003979145,1304.1334678239998,3985.3941722380064,364.32893765795455,1081.468832029568,753.7242277839794,2079.4430426794297,1698.2604196731247,4772.629783752626,710.4943216987532,1389.5321503616283,604.4174664889796,1892.462425084949,784.4257868286485,3382.9143105097633,1138.7764325244996,2265.560303208664,998.7941490420783,2886.162485430485,1172.682930409398,4068.595841352643,16065.607857494506,5036.138542973283,126961.9627278903,49687.94677850181,3683.3810451348363,22585.895033344157 -8609,3799.825404662147,3326.6980246408757,780.1455874744432,1332.8661778591127,1708.2769055354727,2372.4362985295306,1812.250223181969,2795.762729138176,314.6570150862853,1022.4795943396902,2593.2306718152545,5674.17943532818,1450.6294783915137,3310.0174035586406,1669.4139846644168,3740.8553956742453,1327.1685106656782,4247.486354488957,372.7873275074663,1152.5896582197279,769.9690269699015,2216.1938234977697,1734.964324793616,5086.493080842053,729.0541775623248,1480.9121990737551,616.6838366051571,2016.9167664581414,797.8585053363945,3605.385502991982,1157.8636224296026,2414.55074636868,1021.9825082932466,3075.9656997289903,1199.908353289704,4336.159629693922,16256.987591901441,5113.712041642118,129608.580739564,50904.15731137563,3726.1116837094864,23159.98625508847 -8610,3826.8999618698526,3367.2461185520983,782.4841452923637,1349.1120717005767,1695.1978326083092,2401.353191231733,1813.7730793058488,2829.8394168492073,311.2867999801187,1034.9422820578127,2564.3338034203066,5743.3402545274685,1434.4648349671909,3350.3621825356163,1650.797131382625,3786.4515257613693,1314.8655204579868,4299.257652729064,373.04420956083715,1166.6382172883386,768.8773525451649,2243.20632496771,1732.6363704751825,5148.490772725444,734.3652480983533,1498.9625801054992,613.8615381186216,2041.5003414780872,789.547781627484,3649.330432432117,1145.0285008884834,2443.9809590576538,1022.6867408297837,3113.457694835392,1200.7351918083598,4389.011739075826,15930.853824807913,5044.712108945289,129167.98306909602,51074.407234091545,3649.1965342751164,23276.779857231402 -8611,3823.0023230008374,3307.3337111675496,780.6371436854076,1325.1077223891893,1695.123295498479,2358.6266290494814,1812.1584549272793,2779.4889268624443,311.13015484911296,1016.5278622503279,2563.099032044572,5641.15071180842,1433.774115172696,3290.750185996387,1650.0065673531667,3719.080321410317,1313.8650997387144,4222.762241680167,373.04420956083715,1145.8805709257917,768.1700921403929,2203.2936228790218,1731.1002146606008,5056.885209683395,733.3924136488442,1472.291985325189,613.0705691496547,2005.176533883374,789.1388081840556,3584.3989828585054,1144.4738147985845,2400.4959336974925,1022.6867408297837,3058.0608692930564,1200.7351918083598,4310.919360298314,15930.357471115354,5043.706904430108,129077.82234770592,51029.04439405129,3649.1965342751164,23259.646113840692 -8612,3730.3698666912524,3206.873216174926,761.283367891336,1284.857481761741,1650.5918013241799,2286.9831786601203,1766.4716826067104,2695.0617544618267,302.82483651975105,985.6507566620288,2494.5237707084307,5469.800360641043,1395.413742274216,3190.793416751725,1605.8488277910226,3606.112994059999,1279.0301345871496,4094.495540438945,363.6772274178925,1111.0743676784646,748.561509184931,2136.368423519451,1686.9376460543601,4903.281964395416,715.5044234928187,1427.571012319043,597.2304147780143,1944.2691550901998,768.1061561154105,3475.5226106759405,1113.8629578895584,2327.580700223245,997.0075098065862,2965.172054472401,1170.5852395726317,4179.974880354689,15483.98776791076,4907.017958805783,125760.26394293425,49763.883897089705,3546.643001695956,22688.35698713023 -8613,3368.4941554226307,3142.087239265197,683.416449583052,1258.9005007604787,1468.7513745187712,2240.781028023701,1583.327719654966,2640.615508282154,268.4279431232463,965.7384174900021,2210.1788454403086,5359.298218530169,1236.353796274026,3126.332287581187,1422.724177821296,3533.261484998563,1135.0187645015433,4011.7776168859,326.560939664291,1088.628192392724,669.2917789516563,2093.2090261791677,1508.5319577822283,4804.224754860294,645.0742634143867,1398.7309003449825,532.1742911175679,1904.9905905518065,681.0689821233842,3405.309318030382,986.9562610431143,2280.558389288216,895.2545958580836,2905.2689790138843,1051.1172737047236,4095.5300838731764,13589.608348457668,4337.272489358183,112316.62992205776,44748.5714924988,3110.7904882345247,20441.918201945136 -8614,3007.744370790356,3117.9143417319615,620.2063208935147,1249.2154505081699,1358.592689914403,2223.5421145053406,1437.2273761046763,2620.3005637100537,250.95810303353448,958.3087396891547,2068.58636401814,5318.067738017833,1157.148259450022,3102.280597004887,1331.606665331226,3506.0791818569824,1058.0606059150782,3980.913964200754,295.2004671070609,1080.2530914669283,611.3629961318547,2077.1054226021693,1377.4450337855349,4767.264599434109,576.7478479800558,1387.9700983188375,491.68357573531244,1890.3350005440777,636.2721187224307,3379.1113843177045,923.5931443389189,2263.0134581437464,809.2810338821666,2882.9179861902053,950.1758247661751,4064.022101591659,13010.257723699215,4080.356411277178,103022.97553969156,40339.85845780699,2982.5985725105747,18330.23034409364 -8615,2416.021289523816,2928.1050847173515,511.607294815876,1173.1669672838316,1192.6686952258972,2088.179551446437,1207.903204159685,2460.784538367134,224.16657498812407,899.9697829588794,1852.2198280638424,4994.319752835593,1036.1148016076252,2913.4230753959887,1192.730797477975,3292.6396156587025,938.5095493655621,3738.5678831457185,246.60316028756608,1014.4905289953837,520.9224248163766,1950.6574853614902,1172.8483524660073,4477.047854381391,467.48638434344736,1303.4746490390953,423.95965109511394,1775.2570854264118,567.4092272845858,3173.4012361451696,826.7209993922559,2125.247998280047,676.0533357955434,2707.4146012290735,793.7533551774609,3816.6166468396304,12227.286422486179,3703.788042962301,88364.23407094448,33259.068932788265,2811.6760182119747,14952.80520067038 -8616,2737.7402730851595,2710.873877516238,614.2324990810458,1086.1316768218649,1467.853107522715,1933.2610114046347,1444.88580162566,2278.2230590263307,273.08486144234666,833.2025335807535,2187.3633580722376,4623.799543462175,1223.5910216779562,2697.281101851708,1394.3397695533254,3048.3642027573947,1032.114931488933,3461.209799688324,272.81439890138745,939.2271774654174,536.3434006831354,1805.941476843692,1210.7443762083474,4144.903179936312,542.1402542602847,1206.7720501314664,521.6289096520787,1643.5537385170794,705.6983209102241,2937.971918714144,941.8574498000334,1967.5794123137446,747.9104656050042,2506.5560510053933,878.1207191999518,3533.4682564542936,15010.806285245735,4498.445128225269,101059.14233520968,36329.743633262304,3385.4729252505595,16192.743544041636 -8617,2814.803426500636,2568.5656738542325,625.9723808275269,1029.1148420842276,1469.8640699686923,1831.773847422349,1456.9415629987366,2158.6270004415455,272.412264543004,789.4632962728392,2180.89989638421,4381.071686374932,1219.9754204285143,2555.686455357981,1390.2525806635429,2888.3393349832327,1031.975335468315,3279.512468367891,275.80341990313866,889.9221420802593,542.9519076101512,1711.1379931331903,1225.5999062626927,3927.315142815932,556.934329523628,1143.4221598587878,524.5506128393963,1557.2748518118685,704.1856635968599,2783.7421297043006,939.2758721180469,1864.2906927421584,756.1047548291991,2374.9735779308708,887.7416236768825,3347.97769400384,14801.081975101873,4472.714124692035,101901.34143912027,36991.110963602805,3348.119588365032,16541.108663170184 -8618,3008.1522165566344,2511.7073690302914,676.4131764414348,1006.3341415610969,1614.733662745253,1791.22531995216,1557.301457611926,2110.843183488123,304.12253371797044,771.9875722904974,2436.5791601747146,4284.09137088794,1363.0000580355957,2499.113247597591,1553.4021086323603,2824.402453783295,1148.6301564721143,3206.916497200615,291.91492018277876,870.2226401601673,594.8927868499082,1673.2598860636513,1341.1202793007487,3840.3792767008813,597.8926575787406,1118.1111287376154,577.8641019648156,1522.8026912904236,785.7773536567261,2722.120634029452,1049.0532447596138,1823.0223656102646,800.2738299376447,2322.4006680701814,939.6004781578798,3273.86616233964,16811.22418504909,4993.506237485096,111368.54817977415,39749.65489258366,3754.574848977319,17622.958640851903 -8619,3438.303954091472,2498.9711128845947,780.6476553581001,1001.2312663005802,1865.9459228510534,1782.1424527476192,1725.6973068217053,2100.1396119655046,362.62417324169496,768.0730113893275,2907.2776968012645,4262.367787271483,1626.3045068404747,2486.4408531733966,1853.6491324125227,2810.080597044145,1365.4240669705805,3190.6550049384905,316.3632349273008,865.8099531626594,696.7602911647812,1664.775192834657,1566.480409229348,3820.9056490132843,686.3588135632372,1112.4414596071488,679.7471078708561,1515.0809298405143,936.5135287313022,2708.317423479542,1251.3362475013944,1813.7782633338475,867.2979699297669,2310.6243400846092,1018.2934350294364,3257.2651846364192,20352.411729687792,5905.109091927088,129058.85154519821,45258.506774048554,4413.445117605779,19772.741307744538 -8620,4169.039947056233,2502.9349489274887,944.9612882852379,1002.8194065396458,2259.035444199487,1784.9692643307344,2121.6835122264893,2103.47082657863,433.517554384098,769.2913189841698,3474.794704054027,4269.128700583424,1943.7683210537743,2490.384813878471,2215.2849859846633,2814.537910974894,1633.9092086457956,3195.715981131375,392.16692835975107,867.1832898454836,837.0757266687452,1667.4158379700289,1883.9734152427777,3826.96632072332,829.9118254865073,1114.2060000335925,817.3280066548657,1517.4841318489885,1119.7827332749835,2712.6133219648964,1495.7647953048704,1816.655255235415,1075.1109588260597,2314.289422883523,1262.2863989747768,3262.4318170450756,24203.019401875827,7092.422455493891,156029.25186091257,54930.71411148145,5346.013705108413,24133.696339737136 -8621,4982.330087079518,2495.5921019070847,1064.6897419651825,999.8774405510899,2292.0509726158957,1779.7327094415555,2362.7720919845065,2097.2998853409968,421.37614764273593,767.0344531108295,3365.4242064879227,4256.604380296063,1882.5874667780226,2483.0787851228765,2145.2121438810527,2806.2809159929548,1612.546422804881,3186.340726061257,447.16315231367804,864.6392388150267,895.6084540372544,1662.524148945966,2020.3415275768305,3815.739169870938,976.5871685204478,1110.9372597848824,843.7334494028787,1513.0322966781096,1090.9464911118534,2704.6553426106057,1450.9407212871556,1811.325743322322,1225.8810487829553,2307.5000042450347,1439.305368377342,3252.860838080031,21585.619012101743,6755.239314855906,164757.1444591672,62743.836917267596,4817.612206413771,28372.097582274422 -8622,4947.879085538703,2480.6464912177953,1052.931520084539,993.8893710456366,2282.4526418189553,1769.0742399801472,2360.464982546272,2084.7395684682815,416.76782617401204,762.4408345011592,3328.4444798277245,4231.112413128185,1861.901346496022,2468.208114228815,2121.8680300502933,2789.4746510495925,1595.3702835684062,3167.258357600984,449.0235098194472,859.4610843240993,889.2225807029047,1652.567618520701,2006.7839670948579,3792.887457813834,971.855764172603,1104.2840748464132,833.4780600373872,1503.971043579419,1079.0520108584035,2688.4576932557793,1435.0303173076857,1800.478069389352,1230.981149268614,2293.6808401666476,1445.2933898216413,3233.3800937407505,21324.68862837092,6700.026253388075,163653.9515870458,62429.146564806644,4788.4893424674965,28298.043171436104 -8623,4838.686683167415,2599.82149545624,1030.0363632611468,1041.6377182713477,2229.436558324866,1854.0639516517435,2282.187790798928,2184.8944465566515,409.67185830334034,799.0699511467286,3272.081277770428,4434.3831498305135,1830.3722876700983,2586.785555035457,2085.876776637564,2923.4863510394084,1567.0980917490022,3319.4195097553343,433.14675732589546,900.7512394226679,871.3335856120616,1731.960129158054,1965.263046738025,3975.1050291046968,949.9409942410557,1157.3359948866855,817.9433356928721,1576.2246904120582,1060.615437751501,2817.616345293841,1410.6720435111463,1886.9764811180482,1187.4556264312366,2403.873656763545,1394.1901292373757,3388.7178606254174,21010.03329993959,6575.012216836259,160121.15808599643,60852.22105485433,4710.227400304548,27519.626827591346 -8624,4716.7379069277695,2802.367008616547,1004.2540941503579,1122.7890767562026,2150.2728606768287,1998.5093819151884,2231.6724536417396,2355.1140434221898,393.1831895176051,861.323468778174,3139.3710504360824,4779.85471862921,1756.1354024027798,2788.31547106855,2001.0882743932168,3151.2477739768383,1506.4479546151729,3578.0270830724944,424.541869495757,970.9264888917205,841.6349997300038,1866.8927596277272,1899.313175982882,4284.795401845013,923.6065451447864,1247.5011132968943,790.9736166526995,1699.0243669796334,1018.1397108086661,3037.1297040162863,1353.6479387301815,2033.9860432581652,1163.8656484482783,2591.1533697102495,1366.4931663187604,3652.7242930806665,20000.30236423806,6299.032610349336,154845.15879285565,59306.99391929959,4476.805269390024,26884.37307324712 -8625,4574.239268016287,3029.605277819651,971.5283871256353,1213.833770651663,2070.441786018592,2160.564463043469,2166.5260286826738,2546.0854748434376,377.1445692625359,931.1664456856812,3010.63780647383,5167.443464130393,1684.1232051963168,3014.414329529866,1919.0067290736702,3406.776078366256,1446.3632037571988,3868.1620579060054,412.31771212349594,1049.6569528819175,811.8281505354214,2018.2753152249118,1832.5203324882348,4632.2407892660385,895.3360597899047,1348.6584538389804,761.5283413368717,1836.7948143547437,976.7490130520057,3283.4044050686316,1298.2665845820634,2198.9178550558745,1130.3535784522173,2801.2647523957835,1327.146687882982,3948.9163134989876,19077.023913008787,6039.337018850152,149365.5460546525,57451.35736289235,4281.27229369208,26089.574891154192 -8626,4470.439011465036,3191.1478366307406,950.7802243836285,1278.5569920950527,2039.8478501347126,2275.768616664279,2133.9809514232293,2681.8461185052292,370.7261500845204,980.8174716514628,2959.7420928447923,5442.978381440818,1655.652609303521,3175.146886894409,1886.5808562141108,3588.429882914604,1421.0546984364505,4074.4175728752084,406.3396701199937,1105.626049346005,795.7490969194058,2125.892423365591,1796.5929777979848,4879.237992368906,875.3809142634072,1420.5707056397005,747.1140176606356,1934.735142256255,960.054870190264,3458.479868888828,1276.2549850020764,2316.1670622452557,1113.965000003828,2950.6318925055343,1307.9048789291212,4159.477752140453,18809.98576624125,5954.0958137290845,146726.2873894257,56283.30605670223,4246.110529624129,25568.193464559376 -8627,4291.214072421608,3339.759189203474,912.5362954545092,1338.0992300808628,1945.4065327266578,2381.7508743280723,2044.1621598526779,2806.7393542519612,353.10493228214926,1026.4940176942148,2818.5833669698627,5696.457198688001,1576.6897113585337,3323.013077254515,1796.5101261598577,3755.54261031347,1354.532319871149,4264.1626857466945,389.9963595180882,1157.1149151224135,760.4041599878168,2224.894965596305,1717.0797373349676,5106.463490744998,839.2955194347628,1486.7265043673501,714.293081824034,2024.835513997187,914.5219108842974,3619.5408405120647,1215.4763588371472,2424.0306704283544,1069.160425571462,3088.042447872491,1255.299885506318,4353.184106840218,17838.446908831313,5662.46408979653,140218.6258787097,53980.662166317175,4022.5746261353797,24540.62316903522 -8628,4225.205747514886,3278.547167060766,896.7855588129605,1313.5741805007508,1906.094717983053,2338.0974912550982,2014.383195949032,2755.296665792062,344.9278575792159,1007.6801538852372,2752.874599471493,5592.050969248375,1539.9328288498184,3262.1079824431963,1754.610449170762,3686.7099956256975,1324.0531451586635,4186.007942858693,384.150151099347,1135.9069956906467,745.7142085317657,2184.1164806266265,1684.1916258426108,5012.87082775394,825.9370500754108,1459.4773733522516,699.6019299601779,1987.7237735103836,893.4353131442164,3553.20090355131,1187.2224642148635,2379.6023716598283,1053.1332639623522,3031.4439591826895,1236.4824156002903,4273.397754937781,17356.061780208296,5531.384180605338,137537.44500172086,53086.410223587816,3925.9039246951975,24166.76551994274 -8629,4254.487772289663,3124.022546853178,905.8943309424416,1251.6627480846835,1913.7164564298573,2227.898183929467,1987.6488414967303,2625.4339097767356,351.5223347348473,960.1861313394412,2806.1578850571846,5328.486192481946,1569.7390106200087,3108.3581745625665,1788.59899164706,3512.9478281592137,1348.0399854068978,3988.7128439639955,376.54356191234086,1082.3693803518383,755.6117015032457,2081.1746126404682,1704.4113227773437,4776.603993288106,832.6516669747426,1390.6892256371132,710.5658359090147,1894.0382946906145,910.3796493349911,3385.731292115231,1210.0790868203358,2267.446854600282,1032.280084352224,2888.5658175534986,1211.9987241439355,4071.9837958182848,17787.314801818116,5608.631975544569,138634.25481990675,53221.272151888945,3970.416097857869,24101.43760886161 -8630,4300.518617024859,3057.4171092820275,918.4748220288892,1224.976786707207,1944.8991197908845,2180.398484046037,2011.4699037749403,2569.4585857346733,357.9822925106103,939.7145705653251,2858.1484783052724,5214.880688962265,1598.822072140311,3042.086707811103,1821.6764360791112,3438.05034462637,1372.01061040181,3903.6718558362054,380.33092808221573,1059.2928227691898,765.9361407572061,2036.8031192667993,1727.4718610111076,4674.764843824371,840.9198305102524,1361.0391629343494,721.8328141799188,1853.656624103295,927.0214540630931,3313.546117127674,1232.4193938894111,2219.1039608935425,1042.6630069799687,2826.9804136885305,1224.1893002951829,3985.1674369618777,18182.610219407856,5717.073893331316,140690.91104978434,53817.38733858806,4062.411594750691,24345.316118138104 -8631,4303.254485134098,3037.2730206506576,916.8302836172803,1216.9059085506458,1939.0686490992478,2166.0327175364614,2021.2098529111681,2552.5294590778826,354.6410394383906,933.5231701377587,2830.9099425232625,5180.521942659198,1583.5850847858671,3022.0436250140524,1804.3695476586863,3415.3984170725503,1360.5626205764377,3877.9521358761717,383.45325140063915,1052.3135694498915,763.2784136850358,2023.383444720399,1722.2236984609467,4643.964703058847,842.0437112311201,1352.071824639002,717.8287400772796,1841.4436279717886,918.4867376354474,3291.7144977307294,1220.7798268303038,2204.483179602448,1051.222739517017,2808.354579536035,1234.2392712974095,3958.9107754755223,17924.996804221762,5670.693018448251,140297.5282057304,53871.05151265835,4030.269280743579,24430.03935265992 -8632,4522.815820550651,3183.999933399848,965.8091829533275,1275.6931317781564,2042.1958378328798,2270.6710860324815,2108.038948709874,2675.8390083628615,376.3740397877586,978.6205228626736,3004.972505327016,5430.786566849284,1680.9540876408075,3168.0348244475144,1915.2598722706532,3580.3921012551377,1442.5301564975416,4065.291219592902,398.6664297746514,1103.1495398218885,805.4361702334545,2121.1306028234417,1816.344453816977,4868.30890891824,884.4140570437868,1417.3887465276857,758.9700091623096,1930.4014979745612,974.6517132105326,3450.733164350405,1295.7323023182018,2310.97904248714,1092.929098737273,2944.022724796187,1283.2066542101184,4150.160871198095,19113.376496914974,6006.0039383729645,147837.31455452743,56553.14774231885,4263.9834705703115,25572.95625075992 -8633,4641.694660465666,3408.509002156096,988.9053220446307,1365.6443513211902,2065.7599810987876,2430.7798365476065,2131.35785177948,2864.5168150447575,382.6579395859057,1047.6246644610835,3054.575526618449,5813.7202541108145,1708.7015632837154,3391.418167130127,1946.8526973078754,3832.8514333056546,1467.7677398080432,4351.941585492623,401.4554973013938,1180.934427090978,822.687799384386,2270.69500807196,1854.2830573433364,5211.581371990155,907.0938062202047,1517.331156767854,774.0389905548583,2066.5172805440543,991.0433246096017,3694.0500316429766,1317.2275863617917,2473.9299732649506,1100.575222992187,3151.61060612992,1292.1839588991043,4442.795535730386,19336.85076991748,6075.771900889456,150388.59484802565,57726.06217376136,4277.181206969133,26078.267288655476 -8634,4670.865786079052,3463.5478337123172,990.9334848578989,1387.6960664173,2049.5186146966676,2470.0308057805973,2129.481172576452,2910.771543541435,378.37009906129293,1064.5411629667183,3019.2841177329706,5907.597186687079,1688.9598724963673,3446.181024766504,1924.3923829115136,3894.7423258584654,1453.6989542816784,4422.21447598959,401.7206332028273,1200.0035423465013,821.3109111596563,2307.3610107099958,1851.3370103769348,5295.73527890167,912.8783268496055,1541.8322315485061,769.87224582232,2099.886327373603,980.1611150114497,3753.6996313134605,1302.2087140133374,2513.8777084753565,1101.3020831443207,3202.5011759279932,1293.037364472234,4514.535488588108,18949.420659398475,5994.945473303749,149838.29803147216,57867.17658875168,4200.282960380502,26194.958307804194 -8635,4666.269191813325,3403.8953555825483,988.6859996425579,1363.7958596850606,2041.843602812738,2427.4896122715836,2112.760848179404,2860.6394985464763,378.1890892903637,1046.2066338968407,3017.892519036087,5805.850992063105,1688.1814249352876,3386.8276541532364,1923.507622075206,3827.6634106626157,1452.626556937387,4346.050939356296,398.06656934962507,1179.3359527816285,820.5652819072204,2267.6214693965635,1849.1038478162238,5204.527145486884,911.7072698358628,1515.2773468210619,768.9289742998774,2063.7201101787923,979.6811487506207,3689.0498860484595,1301.5985944532858,2470.5813423717564,1091.2846038294301,3147.3446888432327,1281.275854846284,4436.781912651372,18946.90801224768,5981.9881596214855,149468.04603719965,57700.45335452277,4182.166260015473,26094.303180945037 -8636,4552.671141646548,3292.713008895161,964.0458132736011,1319.2498298449693,1989.7175530380418,2348.1998681820737,2059.692265165808,2767.2016635808955,368.0673974982701,1012.0341060940121,2936.9750722312706,5616.212924383906,1642.9169465658888,3276.202794374005,1871.9272889006977,3702.6394143670286,1414.0496946471487,4204.094712215505,388.3344867554162,1140.8149863400422,799.591613461727,2193.553541323298,1801.9150244747605,5034.530279841639,889.3628339890057,1465.783436549848,748.9756188703624,1996.31226687382,953.492356939575,3568.5534604738514,1266.727188694087,2389.8840815477797,1064.6044635815101,3044.542125372597,1249.9507363725002,4291.8621154021075,18417.315074223516,5824.249192938796,145687.07446445123,56252.35708568278,4078.628781210351,25452.089626077028 -8637,4107.583942493098,3223.3783708771543,864.6627985919698,1291.4703941150667,1780.5504394347827,2298.753837685488,1867.277239998142,2708.9327147994823,326.09101356471473,990.7237100107989,2601.0776158178846,5497.952362624573,1455.0189869721505,3207.2158118438383,1657.7982477178048,3624.6729584952845,1254.4436993274112,4115.569115153925,353.78897677774734,1116.7928520362861,714.740890769885,2147.3638976009624,1611.8192706121122,4928.5182060287925,801.132559468882,1434.9184435451664,666.8728827435663,1954.2759314808834,844.9497977423979,3493.410451726521,1122.031901687793,2339.5603068211417,969.8992407046935,2980.4332201558286,1138.7574555600577,4201.488400659671,16167.01273066397,5165.477452231707,130453.2693238435,50707.399272392075,3610.664583225832,23037.295659941672 -8638,3675.3313368752297,3210.707087590429,786.3844404566973,1286.3935507112321,1639.9887700722718,2289.7173059066163,1687.4227527151363,2698.283746579049,305.2482066900525,986.8291188880675,2436.9609662778607,5476.3395999054455,1363.2136368715526,3194.6080644938183,1553.1313029629405,3610.424163413146,1170.2806415730402,4099.390579424028,316.8195119122741,1112.4026759624514,653.2928230354235,2138.9224882671942,1472.146543653243,4909.143921291819,717.8695707609759,1429.2776977190535,617.2669035212236,1946.593561898722,790.49533467607,3479.677657006989,1050.8347343964542,2330.363362496532,868.5488362097374,2968.716968042527,1019.762075525732,4184.972111342956,15473.32259172276,4841.241782813422,119434.49387343235,45745.97618603169,3405.001620683264,20625.367386427246 -8639,2967.943235307038,3035.453559989236,652.421407607679,1216.1769281744316,1465.2943886473724,2164.735168289451,1456.8406589482715,2551.0003812154923,273.4152459730845,932.9639485356693,2187.0597293274177,5177.418581250391,1223.421174539979,3020.2332874331278,1394.1019020925874,3413.352442601143,1039.84628976188,3875.629071301427,274.0415704029623,1051.6831871529835,557.4436533440056,2022.171348687013,1256.779807231797,4641.182763130234,584.992521560574,1351.2618739102986,534.7470058134886,1840.3405219228623,707.1701374291144,3289.74261538873,942.2791745001809,2203.1625968307376,751.2747103546069,2806.672251129584,882.0706746490926,3956.5392131006283,14550.45617509839,4433.76959135121,103463.06321326012,38114.976759056444,3264.6466233236706,17056.226331762446 -8640,3280.6778710066756,2847.7886720529496,723.9048479194571,1140.9876022875412,1635.3646340836438,2030.9018630715584,1604.0549011343733,2393.28648732613,304.96822076424854,875.2840758608381,2402.307111295724,4857.328137220324,1343.8285878964057,2833.509382676835,1526.7927401671543,3202.3242087743456,1108.5961001932726,3636.0208938167493,283.6287566173243,986.6635768835247,572.0792122682227,1897.1519563492618,1290.1780460529187,4354.244740221477,637.7974323158008,1267.7210115223884,600.3870123635598,1726.5626989432592,796.5622917760965,3086.3564765283672,1008.8599944644121,2066.9535415220066,777.5576225993423,2633.1516147328316,912.9294082333947,3711.92882016657,16224.972964571945,4919.63909283493,112048.31211477931,40399.930276646584,3585.108263052039,17970.051214946467 -8641,3332.5610282115463,2719.3863809705585,732.8157476561825,1089.5422743149747,1646.5952562222947,1939.33170734301,1621.2962089019165,2285.3769815383744,306.3732317935596,835.8189000240916,2412.9711153069484,4638.3188871735365,1349.7939340356822,2705.7509221879545,1533.5583052969491,3057.9364705863118,1114.6155739442886,3472.078457437526,287.32429991174126,942.1764753500877,577.5759590669486,1811.6123725601751,1302.737509459748,4157.918725561533,646.9848821909005,1210.5614743944402,605.0470839389033,1648.714715201582,800.3166716149187,2947.1975401324544,1013.4540110250655,1973.7578725818103,787.6888162501214,2514.4269693906417,924.8244297153838,3544.5638153396662,16229.082522568844,4936.626071277847,113034.76909340946,40931.362491561966,3585.108263052039,18236.526696034252 -8642,3433.4424416671995,2655.5751167052354,757.1925282516653,1063.9758191466067,1716.059286030497,1893.824673498405,1681.5441022680304,2231.749885537848,319.59242960353,816.2061443375113,2517.6041674862845,4529.479262790835,1408.3247047669934,2642.259618289369,1600.1615048825051,2986.1810210493795,1161.7635584476832,3390.6050347757537,297.72772874236813,920.0680054122197,599.6364315782649,1769.1023134303991,1352.3995971999968,4060.3518433975323,668.2307466218257,1182.155265297948,628.2800016536418,1610.0271012876274,834.739343804519,2878.0406147350486,1057.2512556998067,1927.443017846777,816.209427082745,2455.4251427497447,958.3104423440564,3461.389500755795,17020.431411900958,5160.129572022138,117408.93430354106,42321.69526277703,3761.064496821465,18833.01466126519 -8643,3687.1506552656433,2630.0376189485723,812.852484295015,1053.7440317180847,1838.068730395791,1875.6125946734674,1804.1568127696157,2210.288128596072,342.4319642384379,808.3570488821154,2697.4051829221976,4485.9212531586745,1508.9037454481243,2616.850169823718,1714.4374278321197,2957.4642317383496,1245.0358791963693,3357.999077623713,319.1071583858348,911.2201161258704,643.3280091713535,1752.0896346790673,1450.887353807646,4021.3052257967934,717.8181965987624,1170.7869981208441,673.7085562736982,1594.5441788770904,894.4184517435384,2850.3637641424843,1132.791443913318,1908.907646192358,874.8203334110227,2431.812399250165,1027.125432352673,3428.1028405312627,18215.98099190003,5525.853997076422,125897.38299859082,45420.70347103188,4024.9988474756033,20212.683540934708 -8644,4518.233118464022,2635.755936490767,1005.211385462718,1056.035117951279,2276.392088204584,1879.6906155828299,2220.4949113098382,2215.0938124722247,426.0695543763133,810.1146063632996,3356.935540442881,4495.674696231134,1877.8389847663786,2622.5398147639985,2133.395169054178,2963.8944513956344,1547.6382178154245,3365.3001538113326,391.5148185085466,913.2013219980989,793.1442752346693,1755.89908775354,1788.4456424017624,4030.048484847356,878.3723326261048,1173.332563165729,837.2429625700232,1598.0110912452574,1112.7297359587744,2856.5611223082765,1409.564547836625,1913.0580583389396,1073.3232240715747,2437.0997287551772,1260.1874218905648,3435.556338712515,22787.697940066002,6880.246427405673,155666.10867421317,55801.53696463354,5036.747191649798,24757.24630999856 -8645,6005.639247300718,2652.7159579341383,1296.4700667465381,1062.8302760300096,2816.329754829575,1891.785663043724,2848.03006059492,2229.3470435997724,519.0883113919359,815.3273655969193,4084.1753148000307,4524.602541254606,2284.650251502942,2639.414795819229,2595.704961830908,2982.9659112207373,1897.722660217504,3386.9544966819444,507.2361702601982,919.0774024761055,1009.107186545197,1767.197586893163,2276.9473381128228,4055.9802138722516,1162.18296841087,1180.8824827755057,1043.176105618142,1608.2936451035441,1356.8406817116645,2874.9419356521526,1716.5452704910613,1925.3678117734862,1390.5689794919203,2452.7814779972387,1632.6652567708338,3457.6627516651693,26774.833834858142,8298.073596067408,196093.78939633662,72728.59094189107,5905.531095886334,32655.693961534573 -8646,6031.371358146423,2699.1773131770674,1300.682126441099,1081.4453617763277,2866.7005365252116,1924.919600912671,2880.969122803977,2268.393246282221,527.9722878952331,829.6075278807774,4155.097950109481,4603.849309222181,2324.323723895231,2685.643186045185,2641.064352918959,3035.2114742876197,1927.7269970784212,3446.2757728974816,513.8123131058865,935.1747089232855,1021.4854955654985,1798.1494099194895,2304.9371938495688,4127.019232207922,1170.1757525834412,1201.5652099888302,1053.843034450165,1636.462323380842,1379.8479580786995,2925.2954980739473,1746.0598670484253,1959.0899287640189,1408.597229017641,2495.741053537793,1653.8322014353075,3518.2224572510117,27412.54475585728,8465.50686701273,198591.80155051165,73325.1368345107,6048.495535823993,32908.496275686644 -8647,5707.560379835852,2880.474073040506,1228.811773144104,1154.0832500329598,2716.680586508058,2054.2114725282936,2728.8178643644537,2420.7553544102743,499.84763774206107,885.3301201050236,3933.8393882868772,4913.07796144402,2200.553711603303,2866.030893589381,2500.5282030928784,3239.078779744843,1824.7955369272013,3677.7532042510975,487.1319402817271,997.9879756939905,967.4154754670029,1918.9264556427438,2183.0174120283004,4404.2204412728815,1108.1247829974466,1282.2712378115073,996.4115902615118,1746.3792656354906,1306.3278102128263,3121.7800316593552,1653.0593834135207,2090.6769329345416,1335.4539853260023,2663.3735259417595,1567.9548127519406,3754.5323613334604,25966.39398333231,8019.102820742585,188024.7647995807,69422.37621677859,5729.57486211691,31168.547655992712 -8648,5689.666363618654,3118.9540335384877,1219.9138705946,1249.6320107231495,2652.613617826866,2224.283571217918,2690.5703835407667,2621.174322488562,487.11039929734096,958.6282948903486,3832.05821870471,5319.841087394295,2143.6182578676326,3103.315075622558,2435.6243863268387,3507.248310126358,1781.5881990788102,3982.2414296720362,480.75425496679753,1080.613309922304,952.1630798608494,2077.798048906961,2148.8184255743636,4768.854279393317,1101.1881879334662,1388.4329273066678,978.9633134683727,1890.9653468577499,1273.3619016480511,3380.2381742274183,1610.730404543642,2263.768076870438,1317.9697996943808,2883.879316708177,1547.426652808296,4065.377280091598,25035.17753637423,7784.811460572341,184768.60342084782,68796.59106541112,5520.626834515719,30953.681101702845 -8649,5536.318879326097,3340.6039435236385,1185.6916211288478,1338.4376871495863,2556.7429407876584,2382.3533112783616,2607.3353281523255,2807.4492872323826,469.20823355309705,1026.7536577481665,3690.537907572065,5697.898053119597,2064.453092442357,3323.8535958350312,2345.6604877775862,3756.4925323482325,1717.93242725747,4265.241257477948,465.51182586728004,1157.4075942552795,922.0799134721515,2225.4577276182426,2080.9185322882918,5107.755112939951,1071.4162824113832,1487.102555024394,947.3068407479902,2025.3476732431598,1226.707209462521,3620.456362437095,1551.4417286877883,2424.643801574958,1276.1832507047427,3088.823533289405,1498.365119190121,4354.285195533264,23995.0134711899,7485.406420816412,178678.88036745813,66786.91329416905,5289.684277693348,30074.28454600106 -8650,5375.334432730561,3473.5548957143073,1153.473876547436,1391.7054698507936,2483.501934357445,2477.167346867076,2531.638408159396,2919.18149562188,456.30993982319694,1067.6168904960998,3589.146689373403,5924.665722814843,2007.735773937849,3456.1379096835394,2281.139598594496,3905.9952173465745,1670.6227207852266,4434.9913673657065,451.54459643275806,1203.470654806732,895.5671126836978,2314.027557789382,2020.987562929527,5311.035991877618,1039.7986271314137,1546.2869731829635,921.7432606700373,2105.9534278393803,1192.9731335559936,3764.5450149347807,1508.8013705285578,2521.140934306764,1237.8926138774646,3211.7540083898475,1453.4081315616695,4527.579118621092,23345.81891226152,7277.993909252098,173620.63111962733,64847.283812433096,5146.71983775569,29184.446223407234 -8651,5197.208901134252,3572.845740576163,1114.1596843749833,1431.4870814990918,2384.5338986329184,2547.976660702335,2437.3693915019307,3002.625692045264,437.6049106336323,1098.13449745171,3441.532661662916,6094.021061309181,1925.1618392901298,3554.930893619093,2187.2253188331747,4017.647278937775,1603.294897457584,4561.7646739756265,435.37828150963634,1237.8716133836765,861.5576985816241,2380.1735546555915,1944.4047770099548,5462.850852030219,1003.4642574128312,1590.4872649807544,886.2372691336042,2166.151668940416,1144.1730814625648,3872.1537518845084,1446.8875423523302,2593.207224000927,1193.573266475132,3303.561329291825,1401.3728425729973,4656.9990268601805,22303.411098355715,6970.907534852283,167009.23648256098,62564.62828168873,4915.777280933318,28183.197383557253 -8652,5085.631014906375,3608.065391917915,1087.3722990434023,1445.598095399874,2306.0260270448844,2573.0935720197504,2372.8229707927394,3032.2243474763172,422.83367102808074,1108.959457983133,3324.582192533393,6154.093427325743,1859.7408183702103,3589.9739477300986,2112.8748609459763,4057.2516018368397,1550.944773549561,4606.732683508172,423.5011954832553,1250.0740452250789,838.0156975132403,2403.636331616768,1891.2773493574994,5516.701400391557,981.6954607919029,1606.1656376291871,860.7791966853628,2187.5047057275942,1105.7157452377517,3910.32385912822,1397.9437861332938,2618.7699997034956,1161.01267958605,3336.1264850953303,1363.1434992337724,4702.905817674621,21413.419506378672,6720.449465531501,162166.6106807933,61042.52741949057,4717.826517942714,27527.098346573457 -8653,4994.950465348492,3529.2435441043312,1068.6836137450334,1414.0175388693708,2269.8069158780727,2516.881733288069,2330.9631260808255,2965.982331300891,416.3711028893658,1084.733113908444,3273.9190793826883,6019.651014877836,1831.400337053887,3511.547325863277,2080.597126322568,3968.6168256995347,1526.6696230614807,4506.093935853898,416.30856642518023,1222.7649098726108,823.3628677872613,2351.126458166501,1858.2437451245598,5396.18346321983,963.0642573109938,1571.0773202898722,846.5300508573204,2139.7164468472015,1088.7846933393423,3824.8988685456097,1376.5976587795656,2561.560313083685,1141.2943561785912,3263.2454185037764,1339.9922409906237,4600.166070364963,21112.31767745046,6619.533481274775,159491.62556752123,59967.92477848991,4651.84293027918,27034.435586453976 -8654,4910.245441955072,3473.294972762675,1048.1257901795761,1391.6013297970487,2204.6513488029136,2476.9819826889316,2280.025337650561,2918.9630559272523,403.5533368020557,1067.5370016958013,3172.332885492274,5924.222385470727,1774.5739509337977,3455.8792900291214,2016.0956333356116,3905.7029352792306,1481.9919814511811,4434.6595009978855,407.2909663299598,1203.3806001928879,804.4433934466458,2313.854401213184,1815.6365828772466,5310.6385718878155,947.0683642372686,1546.1712659360055,824.6285821641087,2105.795841260962,1055.4347011036912,3764.2633174573516,1334.1129902650114,2520.9522796250903,1116.5729429650096,3211.513675760354,1310.9668614176974,4527.240323996106,20322.309549388745,6403.029468294663,155487.62233100782,58787.19866051954,4475.886696509755,26544.341843969032 -8655,4965.219224370318,3478.688388191118,1060.4495470945699,1393.762241594413,2233.714582599813,2480.8282994993874,2307.7475478441906,2923.4956915094153,409.0123256341199,1069.1946986609398,3215.3788529206754,5933.421659550783,1798.6534707220665,3461.2456619692657,2043.4564774426947,3911.767804124301,1501.7351556113858,4441.545746237675,412.17388082902426,1205.2492383437693,814.3847259165739,2317.4474096171743,1838.0490090900214,5318.885058360492,957.8246106823779,1548.5721976236707,835.5491054383342,2109.0657713614783,1069.684053117228,3770.1085554841543,1352.1776772182727,2524.8668745633036,1129.9592703407313,3216.500590935521,1326.6837312346026,4534.270330950076,20620.48513539713,6491.88555807946,157448.54242504737,59476.42115739198,4541.870284173289,26848.341568153348 -8656,5106.967770434379,3631.3285622720146,1086.979196378867,1454.9186567267773,2270.8178019319557,2589.6837131621523,2358.1600790382886,3051.7747557658117,414.9532738314345,1116.1095259515903,3261.2767029462466,6193.772232509155,1824.3283075059762,3613.120472651708,2072.516704369295,4083.4109212866465,1525.1331876166603,4636.434807929836,422.0064246673902,1258.1339560943359,831.1341352916651,2419.133889276603,1876.0796957121577,5552.270590672167,982.8901264944315,1616.521465693935,851.4631891188278,2201.6087446216025,1085.3901687555895,3935.53585508549,1371.7106299763968,2635.6546417495547,1156.91482133015,3357.6363166298256,1358.3322091070333,4733.228022876588,20778.82115912278,6572.036555697537,160581.42334909269,60968.013566311,4574.862078005057,27564.56528248882 -8657,5189.341139299669,3840.892020338972,1099.979786380122,1538.8818067643576,2275.113456661493,2739.133994215869,2381.9768293250236,3227.8922455749926,414.6592122988943,1180.5200489403298,3257.969877068322,6551.213952602808,1822.4784994073134,3821.633144440258,2070.4689740305557,4319.0639883938,1526.5355040894262,4904.002805369283,426.45019686471574,1330.7406888724977,838.3793222323071,2558.7417640998556,1892.5623959993136,5872.691341686977,998.9066690253243,1709.8106909956336,855.5419422871772,2328.663274092405,1084.8296003628086,4162.655073023235,1370.6056400091113,2787.7578985943946,1169.0972565187917,3551.4050338851716,1372.6355906499066,5006.381943069598,20589.72728673961,6551.409517668086,161582.421048298,61745.753939161914,4530.873019562701,27968.85155594246 -8658,5205.780891169696,3861.036102667194,1100.3858862318787,1546.952682395516,2260.2061656282144,2753.4997562303515,2378.392267043568,3244.8213669346064,411.2073820801316,1186.7114474305877,3230.158201084526,6585.572688154915,1806.9209026751541,3841.676220965766,2052.7732229660364,4341.715908859761,1515.391578144959,4929.722517281536,426.18671148367235,1337.7199400079662,836.29048518913,2572.161434447198,1887.9812324226873,5903.491472815041,1001.2753509732145,1718.778026485073,851.6742043782506,2340.8762664024266,1075.9436481190182,4184.486685588998,1359.1038338567835,2802.3786753106015,1168.3749212065431,3570.030862209585,1371.7874976854876,5032.638596340162,20297.349085171278,6485.312977895691,160988.74978592328,61786.92216680331,4464.889431899165,28023.394602537115 -8659,5151.039355821109,3740.6914482979805,1085.6515245807873,1498.7357061906544,2226.079702747976,2667.6759080046522,2347.406392193924,3143.6835128690022,404.3970673138163,1149.7228321523294,3176.318245850397,6380.306938779546,1776.803325003888,3721.934994850015,2018.547285866524,4206.388943110826,1490.7880483717588,4776.067970495882,421.21596852425995,1296.0245402390144,824.8676241621345,2491.989721316483,1862.3362049822804,5719.4855163888,989.9961723381022,1665.2054252364453,838.7987106236196,2267.913481877649,1058.1959720472435,4054.0603983180986,1336.5489234393197,2715.0313198018207,1154.7478153934048,3458.7565516940094,1355.7879302137756,4875.776257750958,19901.110984787385,6373.182800456595,158720.33909404243,61056.83265662965,4376.911315014454,27716.85715548954 -8660,4974.3430132966605,3525.344687223558,1047.339584850505,1412.4554330123908,2138.5595873942443,2514.1012616257167,2260.0096590775092,2962.705725287129,388.39468999275374,1083.5347780293491,3050.2921937513615,6013.000933214185,1706.3055061221628,3507.6680185039213,1938.3631920900611,3964.232580513657,1432.3235698403093,4501.115924241024,405.68725343363593,1221.4140862972902,793.8212671741954,2348.529101125414,1792.296201079497,5390.22214409788,954.707666999526,1569.3417059736908,806.8071197903319,2137.352640527961,1016.3925680702908,3820.673392721817,1283.6155421914975,2558.7304837088136,1112.1764240722518,3259.640417405216,1305.8049142199648,4595.084134558606,19054.655260650386,6113.623478949832,152741.615348986,58869.42634619165,4189.95781663444,26735.044328086115 -8661,4561.280674500064,3382.9065189341627,960.328770050662,1355.3865269851792,1963.8463525691732,2412.5214133068116,2074.9396500293187,2843.000444206442,356.51012356936883,1039.7555953526312,2799.9584943895047,5770.0514020794035,1566.2711282799053,3365.944059047213,1779.363837620475,3804.061568161893,1314.7842338370751,4319.25265571279,372.4518513838993,1172.0640225132947,728.8467240065307,2253.6390370272843,1645.5911437441678,5172.4353921638685,876.3838511519291,1505.933960674579,740.2230915074442,2050.9949586227985,932.9380164224841,3666.3027515576678,1178.2493781312703,2455.3474345089467,1021.0628130543341,3127.9377751019056,1198.8285402883103,4409.424170687764,17503.531907286055,5614.581754551699,140178.33407106303,54014.339419209304,3849.042613706179,24532.104799979912 -8662,4104.704588673456,3342.6183479745714,869.3636316035419,1339.24477319746,1781.598808664863,2383.7898847827537,1873.4782330783823,2809.142196190038,324.9733037735841,1027.372796434807,2552.8016371110707,5701.3339202242305,1428.0138467925901,3325.8578997246555,1622.1439976369059,3758.7577201421127,1197.1085726789468,4267.813223840504,335.14679158829125,1158.1055180585279,659.0717130545322,2226.7996921335416,1487.7760979660266,5110.83512027028,788.083024779936,1487.9992868897925,673.4520319241423,2026.5689701812707,850.3000889480425,3622.6395195949613,1074.0919971347791,2426.1058765016455,918.792387616706,3090.686112624997,1078.7529648442246,4356.910855930845,16047.28415805841,5121.169054412631,127028.60854824698,48693.2859768291,3530.1219399990932,22062.258205245857 -8663,3394.356612231081,3151.5094762018034,740.7920782593632,1262.6755897043975,1642.760211424982,2247.500500833128,1634.860472976872,2648.533972373982,304.90171764056845,968.6343957030393,2400.458722665009,5375.3692483214145,1342.7946162314931,3135.707279843668,1525.577411206311,3543.8567436071135,1111.062653931649,4023.8078109463654,289.87638623168436,1091.8926825177634,581.3320083296938,2099.4859720118734,1311.324177429673,4818.631275268553,658.1462336892419,1402.9253013752625,606.0885003324756,1910.703122171515,796.6660912505821,3415.5208840352843,1008.4631891254459,2287.3971432295816,794.685265394665,2913.9810645164002,933.0389516898593,4107.811428053893,15989.365995727703,4896.385741859187,113459.64661341324,41453.27879695889,3530.1219399990932,18517.038484828183 -8664,3852.05543225759,2956.631705872503,803.3200878471389,1184.5963691185252,2000.9465464388754,2108.5233250626757,1927.7355063992761,2484.758359742889,361.793060248895,908.7376025236715,2915.0244972708692,5042.976158051523,1630.637996046261,2941.8066592947616,1873.9699587813896,3324.717659375978,1427.5033367607437,3774.9903155993716,320.5795297373102,1024.374049616685,676.5625940337573,1969.6614710376875,1523.319497197369,4520.664816321045,695.9055029228266,1316.173553765075,686.6308797266996,1792.5522592209845,931.3480271001389,3204.3176179749366,1284.496206303488,2145.9529056360384,878.8567843735086,2733.7911787099474,1031.8646242549098,3853.799457575178,19941.77862843009,5961.612484465574,133095.35109523823,47380.24159955329,4392.746865249164,20909.648366217945 -8665,3853.147772062888,2821.601363765632,811.4091495837009,1130.495463461955,2002.0935144566492,2012.2263715537124,1925.1687351382452,2371.2786284991967,362.4407796896617,867.2352574360413,2919.6801680427984,4812.661778852393,1633.2423356203872,2807.4533819393664,1877.3305385297847,3172.876710751025,1432.9138974325706,3602.585266721265,323.96430503840287,977.5905499706498,681.3060970744762,1879.7063840579053,1534.1907388812563,4314.204567827501,704.5151376071552,1256.0634748249358,690.1642690274014,1710.6858081759342,933.1333999607051,3057.97537882664,1288.8519796180794,2047.9465308759604,888.136019199833,2608.938036745478,1042.7593619729143,3677.795169271679,19894.46901053875,5963.072484903019,133723.96147660475,47709.957989933144,4390.5738533159465,21062.03573762948 -8666,3954.381814083579,2739.465484136659,855.947647800095,1097.587115564047,2061.5021650591943,1953.6511294367297,1978.4649631827326,2302.2514942986254,389.63653490303966,841.9903267986018,3140.133368129106,4672.566791077354,1756.5618359358314,2725.729345367743,2006.8281422931348,3080.5153223074008,1487.290345231914,3497.715204769768,343.14709893452863,949.1332133780523,724.7359187051158,1824.9887548132322,1631.7410595008294,4188.619504101512,740.8781201693068,1219.4998837736168,735.8344760449462,1660.88831182237,1002.8630362110721,2968.9587300366547,1332.6758970685446,1988.3314867713204,940.7249308270458,2532.992716014702,1104.5039357203548,3570.7357720079312,21572.748226473057,6360.739013307984,141006.28518166408,49908.46920580022,4712.581916996756,21934.99767062748 -8667,4161.02680613414,2693.069108055851,928.5245989024673,1078.9980641998145,2116.458184838329,1920.563531488545,2056.760202058254,2263.2599002155393,424.0462265105334,827.7301362304911,3417.690752165027,4593.430854758069,1911.8248935588151,2679.565608487506,2165.6905401274335,3028.3428279853892,1542.117094186742,3438.4768931342405,371.950483412645,933.0584200383757,787.2025940589134,1794.0802198811905,1772.2547554554365,4117.679838353926,803.1034431385555,1198.8460826705548,799.7770109603946,1632.7590292343054,1091.3768211735241,2918.675590276421,1370.0720975876873,1954.6565323074835,1019.6883315228231,2490.0932221745,1197.2147632835977,3510.2607630243865,23471.166515681874,6818.361786443304,150996.64058112,53483.26412379694,5050.13050056202,23447.749679317403 -8668,5108.724719746852,2687.545728000018,1159.3485807863601,1076.785081112876,2632.3281961988578,1916.6245303414703,2538.319073170788,2258.618042137474,534.7367966680727,826.0324938965489,4311.113842642692,4584.009906630475,2411.5975847461114,2674.0699235843804,2728.7978787098245,3022.1318145627165,1930.864422362005,3431.4247106866496,461.4052983174282,931.1447534886571,982.0163250581518,1790.400631089572,2210.409592124699,4109.234637067618,991.7802223958854,1196.3872959564565,1005.6979007200721,1629.410303933838,1375.9934658583475,2912.6895000953127,1716.2458238302406,1950.6476077409895,1264.925359097124,2484.9861377705456,1485.1472430808994,3503.0613546500285,29793.562375553018,8592.2340168369,188539.65075104675,66218.35649988116,6404.2115497810655,28904.046027024342 -8669,6434.067062891252,2661.228461388459,1321.6399068093108,1066.2408735231193,2864.448789241299,1897.856358982099,2974.3405764277263,2236.5009661118156,539.3284769302592,817.9437320402571,4334.781107488595,4539.121884965966,2424.8368358592156,2647.884616155475,2762.112847378095,2992.538179049654,2050.622365804942,3397.8231544311457,523.269643385916,922.0267003607755,1076.7764131420408,1772.8684826096458,2426.616271036249,4068.995759497472,1178.9812631603354,1184.6719070384793,1066.012312736015,1613.4546217880466,1390.6061161765297,2884.1675570704624,1811.7070866096788,1931.5462720415514,1434.524146077741,2460.6523963824866,1684.2729615295466,3468.7583105505414,27999.6993905704,8586.266115122093,205878.82565670725,77484.51851771056,6046.117549761058,34709.855517417745 -8670,6275.78036290202,2592.0237816946938,1314.7836442366695,1038.5135065573872,2819.9286314818314,1848.5030083270387,2915.9830909309735,2178.341234529127,541.5310638662594,796.6732793885387,4353.180448285794,4421.08298650321,2435.1292585246874,2579.0269403167454,2764.691050947335,2914.7178606676525,2017.9910556563282,3309.463486529585,525.4988429722596,898.0495922720264,1079.3994838689566,1726.7654150758801,2432.687905502837,3963.182390860796,1178.8045875732548,1153.8647662543224,1064.9751405763495,1571.4970777735764,1396.1393821430581,2809.165393646255,1776.185077348561,1881.3168223683056,1440.6354133248606,2396.6636545664237,1691.4481925726404,3378.5539890127015,28205.063611903304,8585.846036981251,204980.43418182663,76947.71280251096,6061.65806964551,34453.62214268917 -8671,5779.987004211941,2685.4663380838156,1262.8059219713919,1075.9519581575137,2614.520678391336,1915.141612421222,2689.4474808711243,2256.870519283279,526.6555518871736,825.3933815568522,4234.820867790459,4580.463197126592,2368.9199936171426,2672.000960077494,2673.445811721929,3019.793550936106,1893.5754728184602,3428.769771696302,507.1140996139458,930.4243143940747,1043.0378326637542,1789.0153742809296,2350.6235393963493,4106.055267511742,1131.9649053936346,1195.4616351748869,1029.8114635011952,1628.1496074850086,1357.532827745914,2910.4359134447022,1657.4962341035516,1949.1383657127176,1390.2343273832232,2483.063470906519,1632.2723421588776,3500.3509894343574,27590.886171414117,8270.41465325399,195852.74405577814,73044.14424318612,5882.413090826975,32574.885614935953 -8672,5684.047215201461,2862.9942056938708,1244.9273371079948,1147.0798118467394,2529.163573764785,2041.7456967111107,2620.4869899602377,2406.065243893472,506.89755266333844,879.9575832708069,4073.5474579518177,4883.263441732316,2278.7051257554704,2848.6386732253145,2573.4400505244885,3219.422755785052,1835.6867087536707,3655.4351286448436,496.63091799726703,991.9317859882959,1017.35689497792,1907.2816433507248,2293.0844780274083,4377.493872268382,1118.3365266582884,1274.4899037078153,1001.7230950212277,1735.7815386203677,1307.106468694119,3102.8358233606223,1603.9695417485311,2077.989870136649,1361.4950772720658,2647.2111114407116,1598.5296254334712,3731.7483591308355,26190.61933136263,7927.486563383925,190633.26775273957,71746.01861179218,5595.2397393427855,32067.922160045375 -8673,5511.520221292715,3070.4782738446265,1213.3362270993148,1230.2098389289577,2430.150587685753,2189.7130598445788,2529.3686678821477,2580.4352108484586,490.2374187572128,943.7289939198499,3938.975814102599,5237.158452322086,2203.426981144204,3055.0823815069784,2486.324494924247,3452.7375592655953,1768.6334895536402,3920.348187093943,482.22922575820877,1063.8180796718757,988.2832655900004,2045.5042613653354,2227.518474360815,4694.735253727316,1090.6500514886875,1366.8534682279446,972.7984223406995,1861.575371642341,1264.2898895548012,3327.701454647757,1542.5038137549923,2228.583884953218,1322.013376924177,2839.0571618320314,1552.1742116518494,4002.191914108175,25219.09479625748,7641.2633783791,184644.41642451697,69693.6910344608,5380.238260536985,31155.526508983676 -8674,5385.293179564555,3237.1543251325274,1198.5002080669074,1296.9898321159665,2467.909613125615,2308.5781660977,2516.4615638229507,2720.5100503977865,488.9419798756796,994.9578280504716,3929.66447255874,5521.449306368451,2198.218301995951,3220.922691157248,2489.388042471288,3640.16395059167,1798.4390999360253,4133.158080935114,475.45967515602376,1121.5657596730005,977.9323761929705,2156.5412213338072,2203.899653268756,4949.581523313058,1072.060307594021,1441.050944469372,966.5781652822701,1962.6280430659501,1260.7191438336692,3508.3404590173277,1576.7577619334381,2349.559032399139,1303.4549072715286,2993.170884487456,1530.3847362158408,4219.444565078625,25351.23961290389,7682.533054351061,183777.2788141949,68714.32198065988,5459.917478070811,30635.36681912679 -8675,5329.907799487898,3410.1985044932762,1152.400994856206,1366.3212629332336,2386.575762604105,2431.984705953091,2464.513103453716,2865.936675708423,465.2679898253504,1048.143942631678,3738.4931029357263,5816.6019522230445,2091.2787893588047,3393.099198019615,2371.413017911192,3834.7512702873196,1726.7092635248177,4354.098720907348,456.17136484144464,1181.5197831728792,935.4135690481336,2271.820527916776,2108.3103177307817,5214.164606742597,1030.6356508102156,1518.0832552760328,923.4490111822186,2067.541595214514,1199.8655318698582,3695.8810686618535,1514.789474778581,2475.156230983269,1250.5767263316538,3153.172771135666,1468.3005317391105,4444.997704900685,23982.724260635525,7321.013676564517,176533.60226246298,66497.72501100895,5161.220194216675,29744.45554318814 -8676,5238.952063106678,3413.577509167637,1137.8928916541845,1367.6750861573207,2354.6099280579183,2434.394444764061,2427.1122590357027,2868.7763970357537,458.2541336811468,1049.1824989728673,3681.893377161933,5822.365348447505,2059.6174213329255,3396.461259798591,2336.5692979374976,3838.55094425065,1705.4769298968286,4358.4129917368,449.31370916708454,1182.6904953366816,922.832274606808,2274.0715676064083,2079.832303821806,5219.331076247483,1018.2679437220204,1519.5874522923905,911.3608336201308,2069.5902245554335,1181.8284990453653,3699.5431426996065,1496.3222189831017,2477.608746419906,1231.7767199206162,3156.2971011471586,1446.2274683046126,4449.40204324128,23588.023815495184,7209.864618280719,174060.38319022197,65561.21324895044,5084.372861319924,29315.410660452937 -8677,5165.86758037372,3295.4422030388673,1115.3685969001315,1320.3433016719923,2342.737506307124,2350.146194300136,2403.3031357333084,2769.4952830230695,449.273379869128,1012.8729394658005,3609.7554909501146,5620.867971872598,2019.264148720094,3278.918303881164,2295.709753418368,3705.7083796180686,1692.1573279736515,4207.579313101513,440.42047539700917,1141.7605608773192,903.7640001035095,2195.3716874729057,2036.922836835855,5038.703194553288,996.6937024800326,1466.9983640458572,893.0075632231575,1997.9669278579515,1158.6633350402785,3571.5112874024417,1488.219152411638,2391.8649579927896,1207.3962523335101,3047.0656208963155,1417.6023925547997,4295.419463072345,23140.701924681558,7097.36644314076,171194.01390675787,64415.37454029131,5008.776752565746,28814.347356378217 -8678,5195.09628921591,3227.6021298716796,1127.0831859439252,1293.1626744078771,2386.5864745531794,2301.7660134467474,2433.6502719421096,2712.482369107234,457.6123490767591,992.0219064059396,3677.630493420563,5505.156613280628,2057.232803224943,3211.41839220333,2339.5795366829802,3629.4225544933774,1724.7306833395023,4120.9619577146295,445.00795556344843,1118.2562433329542,915.936918472145,2150.177699312532,2064.132608329233,4934.976297728629,1005.1600979313914,1436.7986912185677,906.426229974009,1956.8367200677753,1179.986129334523,3497.988047689303,1518.378991763003,2342.6259534043816,1219.972657541783,2984.338635584235,1432.3683337928398,4206.993827693312,23708.632429540157,7246.492988601916,173634.22052825015,65026.14870845021,5136.6581902474245,29045.412694966883 -8679,5271.899098998891,3225.5227399554774,1136.3686117521427,1292.3295514525146,2407.353994505296,2300.283095526499,2464.5270268298846,2710.734846253039,461.11630973067145,991.3827940662429,3705.73396279218,5501.609903776745,2072.9536265048105,3209.3494286964433,2357.171462977805,3627.0842908667664,1736.8289849080616,4118.307018724282,448.65089285204544,1117.5358042383718,923.3034922397794,2148.7924425038896,2080.744464717828,4931.796928172754,1013.5930570286392,1435.8730304369983,914.0174474707372,1955.576023618946,1189.0331441719075,3495.7344610386926,1528.595929917079,2341.11671137611,1229.9596337961752,2982.415968720208,1444.09402981455,4204.283462477641,23878.09475706703,7301.560434448403,175123.201905943,65673.62003443878,5167.1468785776115,29352.980094991606 -8680,5413.297280892714,3395.1229291765967,1181.4172012602487,1360.2811221382065,2476.14897036247,2421.2335521550644,2532.3064655869252,2853.2671363398063,479.0778173547092,1043.5103786532045,3850.009735215818,5790.88831100763,2153.660171730474,3378.0992141625725,2445.4965970673975,3817.7988607663556,1790.282842570968,4334.850415239274,466.4373603921962,1176.2966002831147,958.8483912996016,2261.777417103883,2160.9343855168772,5191.114179871863,1052.6301159345871,1511.3722153111307,949.8774667217101,2058.401546915872,1235.3634721820815,3679.542567152722,1572.5425978050082,2464.2142274220187,1278.7205689703883,3139.2334378284922,1501.3441813141756,4425.347559141016,24791.808370088966,7563.515844781473,181430.11326067915,68008.34549593613,5356.005692919663,30382.628555364354 -8681,5554.599630600535,3689.0966005782407,1191.066977991118,1478.0638487007168,2509.215425599998,2630.881017503393,2581.98922150111,3100.3231142990176,475.9858868733784,1133.864861703631,3823.700756256956,6292.304234076031,2138.9431699462116,3670.598852338332,2434.601911974143,4148.370793266217,1805.9056010192448,4710.192315408375,469.43489271203225,1278.148650254797,962.6808798545181,2457.6180464623644,2169.7618871786963,5640.597431570254,1066.3014248405696,1642.2374735824133,949.7358173483377,2236.632460078253,1227.6966954193279,3998.1432953469293,1588.1359931100983,2677.5832625547478,1286.9381916546113,3411.050393607781,1510.9924815766224,4808.525339836131,24416.088253573595,7527.816252797446,182466.90072405903,68902.35765980408,5292.855304326074,30871.333697017926 -8682,5538.934005952407,3743.4206424416875,1192.5912578931595,1499.8291780176776,2516.007456697091,2669.6222341227144,2579.0724715054635,3145.9771323111763,472.90582606480535,1150.5616655241179,3798.177351359213,6384.961986268238,2124.6656110942367,3724.650504357174,2422.134040841503,4209.457908361867,1811.3946773670348,4779.552571381891,469.6049496273616,1296.9701147762917,961.3457789059545,2493.8078674660915,2166.890633617919,5723.65843110045,1069.605837007941,1666.4203527324548,946.7917392841247,2269.568142861781,1219.9159249560223,4057.0182252466893,1594.1769919108199,2717.012196246831,1287.4043963242893,3461.280047217728,1511.539851881838,4879.333605421196,24149.932689718862,7486.038368329088,182244.14906398163,68929.742089761,5258.020592129451,30902.047581347244 -8683,5576.0681468594275,3668.367686881487,1179.3888240395895,1469.7586560545806,2523.991920050094,2616.098182716766,2594.67705655661,3082.9024996536104,466.98732855222306,1127.4937119597203,3750.3845089534593,6256.947981436446,2097.9307329349504,3649.9738768867273,2396.4166503333454,4125.061232832839,1808.440775690004,4683.725898132691,465.2756314484266,1270.9667746003072,950.9320479486433,2443.808770669283,2143.5451391049664,5608.9030982370405,1059.5922914434923,1633.0097946828885,935.5861899876247,2224.0648951006774,1204.7025219650695,3975.6778583335667,1594.729927270862,2662.538009373611,1275.5357325440837,3391.8838124959475,1497.6048689475026,4781.5063924975075,23814.94512840637,7419.650926407624,181003.79010119676,68611.72553682477,5197.04321546908,30810.04343359104 -8684,5503.045059764265,3529.1785586390615,1151.4596764304067,1413.991501961882,2546.0623845996647,2516.8353888722127,2588.999531753814,2965.9277174043514,457.7946248175345,1084.7131402553878,3676.9565905047034,6019.540172478587,2056.8558281081723,3511.4826662460146,2360.502067862157,3968.543749866804,1817.0278366912864,4506.010963226107,453.98314117667826,1222.742394581277,928.848037035809,2351.0831658731577,2093.682615764636,5396.084100994283,1032.1493645691946,1571.0483913737014,915.120980260137,2139.677047336483,1180.9042357729431,3824.8284390528656,1610.7579400467462,2561.5131459821,1244.5777930401791,3263.1853309753415,1461.25719184938,4600.081365546873,23435.177546822826,7341.965160820572,178304.49888044814,67314.3225513199,5161.286715481814,30224.683275964595 -8685,5109.3122443111715,3439.569879968593,1048.1964986528887,1378.0891218366507,2359.3536366461167,2452.9309165196196,2404.2029799507654,2890.6204300646,415.075638184304,1057.171402250422,3333.488139151131,5866.69921187057,1864.722723311057,3422.3233004989042,2146.4430762207135,3867.7792360393582,1674.568900954558,4391.5997250922555,413.5235880208559,1191.6959829270463,845.1769444748392,2291.387275614911,1905.1557800194416,5259.073190877204,941.7075396691032,1531.1582106590565,831.176967638223,2085.348928255059,1070.7826722648658,3727.7129724166502,1488.1473401642788,2496.474269485864,1133.6594420997674,3180.330434033455,1331.0280981550193,4483.281604329278,21205.04027907068,6692.342263450424,163003.6854231351,61703.74990448109,4689.600573522008,27759.185233215547 -8686,4804.42658423455,3447.952418795523,944.7511454140453,1381.4476480401863,2264.264987367953,2458.9089281213755,2288.0320966079503,2897.665130080741,375.43671235964644,1059.7478233249562,3015.5430926953018,5880.996881534393,1686.8671773659164,3430.66380787217,1959.5688098837625,3877.205359290673,1587.296073939563,4402.302445633656,370.4301809511551,1194.6002524128792,760.2493029156582,2296.9715909437655,1713.4574099598224,5271.890021688793,843.8498790236123,1534.889779895597,751.4468153949832,2090.43110973961,968.4418792200943,3736.7977416806543,1423.2638495835965,2502.5584001256484,1015.5204792158623,3188.081183189915,1192.321293231207,4494.207761794261,19277.73689214724,6164.7326330055585,149439.44217857035,56387.36132048598,4324.658101350422,25406.506794903686 -8687,3979.2339923476216,3273.1537516323233,807.8929275532645,1311.4132687033866,2034.1226309296494,2334.2511744446424,1975.63918339023,2750.764030209899,352.7707625822244,1006.0224569200986,2840.1371018451364,5582.85169516832,1588.7466731704267,3256.7416105030516,1836.1542334237954,3680.6451267806265,1438.4073542828128,4179.121697618903,321.58245988300826,1134.0383575397652,673.4211745036586,2180.5234722226364,1516.6648291797922,5004.624341281263,707.1892139509515,1457.0764416645864,678.0861097476676,1984.4538434098677,908.5818410469853,3547.3556655245075,1296.515450751109,2375.687776721615,881.606279837307,3026.4570440075227,1035.092803355405,4266.367747983812,19127.39861737356,5840.49757919018,133085.71152914688,48085.11233914512,4254.000367901396,21362.184428923047 -8688,3613.9739903058285,3093.6114795713356,784.0287453602556,1239.4783289662869,1901.2332828244087,2206.2105166503616,1902.5299513147716,2599.8763966420506,352.0629455192692,950.8391165195035,2840.9320241825835,5276.61558345796,1589.1913454428418,3078.0995934656066,1815.2212226531199,3478.7507341378005,1371.1226631493068,3949.8843743078064,357.53498113787015,1071.8329621422954,764.4775888914304,2060.915238637542,1720.4755205768708,4730.105729194293,669.5560094053731,1377.1514412662593,665.8385938315582,1875.6006153363976,905.3983568310769,3352.772598450721,1203.5750242949293,2245.374197370996,980.1687714788023,2860.4468241377385,1150.8148984812656,4032.3447178897527,19872.486166411825,5863.246623064396,132553.77298619482,48091.088021593736,4418.48844860767,21461.40445047831 -8689,3705.4173250523972,2953.3826595223836,802.9642791790367,1183.294614658609,1933.8038008245762,2106.206266093231,1918.8457374595052,2482.0278556142835,360.08944815417107,907.7389896139772,2905.60793771393,5037.434425123641,1625.3704589055085,2938.5739042072228,1856.544073917216,3321.06412290239,1398.7082488783567,3770.8419739299397,358.79969579791623,1023.2483636678893,769.9619033459692,1967.4970075366248,1732.5997432411777,4515.69705199233,686.0452104024141,1314.727208969242,681.3755229672331,1790.5824212585314,926.0595626270901,3200.796389260306,1230.9989588337435,2143.5947152527933,983.6359393924521,2730.7870120991606,1154.8856958854153,3849.564512439179,20286.291555437125,5979.366760438103,135028.1899592089,48794.739002971226,4508.618502496995,21748.18731049443 -8690,3841.9817639054104,2883.7231193906255,836.049113268142,1155.385004492876,2034.2486758409982,2056.528531497738,1998.2920222918442,2423.48585853888,379.61360699427274,886.328733014718,3064.0363072731234,4918.619694371903,1713.9938373013829,2869.2636486769197,1957.9119617970316,3242.7323162184316,1473.0575005565217,3681.9015459205293,373.1147938039462,999.113661642786,805.208212398727,1921.0909191438066,1811.5581440352137,4409.188205601597,713.2760042789071,1283.7175826073405,714.2903996838857,1748.3491035979437,976.0852859061725,3125.3012603739858,1297.8940352098853,2093.0351233177867,1022.8802448909356,2666.3776925525463,1200.9623846785776,3758.76730646946,21608.06199102257,6323.219289507607,141535.30077722753,50666.77602600144,4811.248099573063,22555.610661978895 -8691,4108.393987267992,2838.106512164712,892.8557147244851,1137.108373289878,2139.1744845468697,2023.9970260839868,2078.9345541096213,2385.1495835396754,403.693114898978,872.3082088475027,3258.064047867163,4840.813770084963,1822.5311776893834,2823.8757707599357,2081.8805155893187,3191.4366680984513,1556.8232565511507,3623.6588333884633,385.0289377047446,983.3090321446414,831.2784909830079,1890.7018539403587,1870.1831647449258,4339.4407998234165,762.7436072700308,1263.410903245151,760.9011870909104,1720.692580745133,1038.068903294212,3075.863213046038,1380.1658388263272,2059.9261328989683,1055.5424245559907,2624.1991966008236,1239.3110079658786,3699.3086813608697,22701.94617264111,6669.49136455854,149334.11472900343,53380.72167752179,5035.7028282597985,23673.6368018625 -8692,5003.304812193732,2872.156513375696,1095.202789731205,1150.7507582115097,2600.4450438162953,2048.2798008473,2499.3929613224204,2413.765262993495,496.04473100478754,882.7736707462367,4003.874494237963,4898.891123428485,2239.7307082041493,2857.7550395618337,2558.184491650075,3229.725725238399,1905.9585558915028,3667.1334482897064,459.0410040420093,995.106219315661,995.674026054588,1913.3854284081735,2239.676788470999,4391.502963049377,927.1834432270066,1278.5685946852288,935.431313070283,1741.3364798401726,1275.4455337529394,3112.765685056912,1695.9822247669376,2084.639964821453,1258.4437348152805,2655.682858485651,1477.5371763179587,3743.690900470774,27783.75309986188,8156.994539621147,181702.97734491565,64581.66824247548,6148.1852598727955,28497.92570352766 -8693,6565.031188559028,2953.9025054256476,1392.1126901017012,1183.502894766099,3196.4476130660914,2106.5769944495196,3255.264823223398,2482.464735003538,593.1904411863258,907.8987672145743,4780.429542954366,5038.321099811872,2674.128487586124,2939.0911435160588,3054.348544520235,3321.648687037078,2312.9429952361975,3771.505706665582,606.473967557443,1023.4284728955774,1289.151837862697,1967.8433206890209,2901.8650450181412,4516.491891971934,1210.6277485401667,1314.9586234631572,1145.7280162501293,1790.8975944153676,1526.8147897624426,3201.3597842151635,2026.8431607591285,2143.9720246161396,1662.625687206331,2731.267677358147,1952.0866886505148,3850.242101689149,32188.99206525507,9714.606309007655,227120.05136501105,84340.81983549488,7119.706598704887,37795.17426747457 -8694,6672.366491278022,3107.972258892092,1417.8621941253232,1245.2320814567618,3287.8065176920563,2216.4519133396248,3264.769297524877,2611.945220228972,617.1193527158425,955.2529838755207,4975.526374052816,5301.110033538358,2783.263867407185,3092.3883654335705,3179.387336587053,3494.8993591137446,2383.1420426486898,3968.2200374046474,606.7220124366933,1076.808492114201,1286.1996801726075,2070.4821636170677,2895.49467317674,4752.063239046248,1234.4665344415043,1383.5442827946426,1180.3681828404535,1884.3072957675336,1587.9325322265229,3368.3364233579464,2108.9869604737646,2255.7973948390354,1663.305692960712,2873.7252354287043,1952.8850825352883,4051.0631681609734,33520.405060512945,10076.967165239144,232208.53299073435,85230.03720644202,7391.885738094535,37997.52417997019 -8695,6422.798287415821,3399.6066111227533,1368.637176968238,1362.0775424847616,3175.200185469084,2424.4310920944677,3074.834219754584,2857.035230342185,603.6853245585754,1044.8884638486436,4868.661100782605,5798.535899007801,2723.4844126494563,3382.560414176482,3111.2657245264195,3822.8407388317924,2314.9905986074896,4340.5751241678,566.5319287417689,1177.8500461936267,1209.3188342816304,2264.7643753916504,2721.7613760642507,5197.969691561501,1190.4388686039135,1513.3681702314896,1147.9580617556785,2061.1199220811823,1553.0618590013135,3684.4018605929327,2063.321543118105,2467.4685286869317,1553.1260824635401,3143.3791858863915,1823.52334304862,4431.191780799641,32914.74801869571,9827.367960927015,223811.55227730825,80992.22772656834,7253.608111896145,35938.95011922865 -8696,6393.389235703367,3621.841346173288,1356.647023857944,1451.1175334007735,3076.5417581560787,2582.9179004319626,2981.9254396273805,3043.801683074622,588.0773824397563,1113.193576022806,4740.889610730242,6177.590371069621,2652.010211768506,3603.6808270435085,3029.3499313960247,4072.742593933225,2251.4695245394496,4624.321649289362,546.3848944187736,1254.8469528617932,1165.5934454311496,2412.813655349613,2623.4071528527907,5537.764717675823,1181.4686420476125,1612.298138553393,1126.664328697761,2195.856817312661,1513.3053498410093,3925.253866419027,2009.6546272998528,2628.768725281493,1497.8937417888899,3348.8641494269577,1758.6751226442068,4720.861982093574,31605.02558879455,9500.403106497002,218427.8599734893,79468.34331791104,6947.4487250252505,35250.85506797431 -8697,6167.208166711121,3775.911099639733,1304.3146964644598,1512.8467200914365,2919.6762177869505,2692.792819322068,2848.6365666538486,3173.282168300056,557.4314568316059,1160.5477926837523,4492.360142996683,6440.379304796108,2512.985104568579,3756.978048961021,2870.4877785241297,4245.993266009892,2137.1146962239827,4821.035980028428,521.6728648264769,1308.226972080417,1112.7985452449277,2515.45249827766,2504.5874738935754,5773.336064750139,1138.9295580561784,1680.8837978848785,1074.9972511319588,2289.2665186648273,1434.7522707643245,4092.230505561811,1904.678118907387,2740.5940955043898,1430.1466374100628,3491.3217074975155,1679.133334212718,4921.683048565399,29773.361580468136,8982.91075808491,208346.18326169482,76206.78426474954,6545.8405167485325,33868.89130898176 -8698,5926.940842123368,3862.0757944737206,1252.4503082993722,1547.3692426104956,2793.9149534384483,2754.2412129429285,2738.752256095017,3245.6951257131154,531.1088612515153,1187.0310026317818,4279.497206463644,6587.346037531377,2393.911528142129,3842.7106995834374,2734.355949707733,4342.885037129137,2041.671177272013,4931.049982752819,502.7838660006747,1338.080158463342,1076.456588422323,2572.8540607519903,2422.4811979905276,5905.081152774248,1093.2936938101145,1719.2408554729036,1027.9375480536412,2341.506612716099,1367.1540766949342,4185.6134754987115,1814.6135733899807,2803.133294037293,1378.3631539740413,3570.9921927275577,1618.3344126723778,5033.993774840102,28529.593172578676,8580.457933177064,199865.6682855832,73120.53377512563,6295.31144338251,32594.468994148465 -8699,5757.924904791045,3926.6018484318174,1217.1283371788372,1573.2220835580126,2717.866167721747,2800.2579994012035,2692.065580913544,3299.92293219816,514.5483450914755,1206.8634530035097,4145.8484547102025,6697.404842298135,2319.149640913617,3906.9132090995577,2648.8605757861956,4415.444264123229,1982.5232099079567,5013.436039938043,495.94861822862,1360.4362791352385,1054.8358501997238,2615.840301516075,2374.373451593643,6003.740942319569,1060.6105195365571,1747.965260200006,996.7188955088319,2380.627590676074,1324.568744265085,4255.545070666841,1757.9965660606456,2849.966950290649,1359.624577988648,3630.6549355565808,1596.3334746219045,5118.099776696628,27474.290589610955,8312.138703307204,194296.56647157238,71613.77373746653,6049.677975926832,31936.63463355852 -8700,5655.895983051688,3961.431618497697,1193.7842345490199,1587.176888640879,2646.958259283943,2825.0968666989497,2625.963875574637,3329.1939307358616,501.5593800851929,1217.5685813031394,4040.56351845032,6756.812207674004,2260.254212200271,3941.568336864709,2581.563851213455,4454.610167465208,1932.346922822731,5057.906253942748,483.2747549767469,1372.50363014779,1028.4490520198865,2639.043345712484,2314.9333677945297,6056.995365514935,1041.916443068227,1763.4700733809568,974.9107500705802,2401.744249506368,1291.2639734715979,4293.292635110001,1713.512101964362,2875.2467462581526,1324.8796561520671,3662.8595953298877,1555.5395064201032,5163.498379681489,26692.644739335097,8087.446465745763,189768.14260161688,70063.83428588956,5877.371936598667,31258.07320443719 -8701,5514.788866278792,3900.4795193066207,1162.4808828825242,1562.7559791145118,2584.126581996574,2781.6288478041206,2582.3306673746165,3277.9696819705896,486.5715953875913,1198.8346062944604,3919.449177267653,6652.849315578493,2192.5039594036075,3880.921861707808,2504.070789200251,4386.0698348447795,1880.5264526290014,4980.083377422568,477.5712938746422,1351.3857653298671,1015.413912727746,2598.4380173190034,2285.6634493225793,5963.800122513678,1014.2396968000634,1736.3366496128158,946.883911635413,2364.790095597982,1252.7560285298698,4227.234395626675,1662.2451773574162,2831.0071021712993,1309.2438309697718,3606.50143926958,1537.1815041112907,5084.050822404036,25997.247150284245,7870.439151458244,185295.1568983457,68591.23416829015,5737.3053326786,30683.2369701926 -8702,5468.362062223603,3839.4624409534235,1152.818141294635,1538.3090352060592,2568.3836763055315,2738.114488988528,2583.653152414018,3226.6908246059547,480.5439124440086,1180.0806595700337,3870.602668659091,6548.775591834693,2165.179670024258,3820.2107332051883,2472.9442753766184,4317.4564334794795,1863.2169971550366,4902.177536322379,479.7242031006235,1330.2453874044406,1021.1934429512938,2557.789400831238,2298.5780399494874,5870.505526924336,1006.7331656028557,1709.1742997344127,936.7438250635628,2327.7965460003634,1237.2979968820978,4161.105733481787,1641.6037033292646,2786.7202955577495,1315.1459510488185,3550.0832015089186,1544.1111757323777,5004.518568524285,25833.752075365006,7803.406374098874,184209.70176098472,68281.2520734786,5718.290567588961,30630.639345733223 -8703,5493.402168858529,3813.7949785693695,1156.6807810058754,1528.0251764879629,2569.9104396317284,2719.809725826971,2595.657497771856,3205.119845168276,480.4624897826531,1172.191618745834,3869.600738320353,6504.995908154993,2164.6191993725474,3794.671971776556,2472.288629515403,4288.5934995908465,1863.1140476779128,4869.405641962535,482.1362891439436,1321.3524697192538,1023.5764729299129,2540.6901416922774,2304.15902488479,5831.260194509964,1011.0046351178196,1697.7481775308752,938.39313402774,2312.2348283898746,1237.1608627043945,4133.288030734917,1641.2669428658312,2768.090594275049,1321.7585946739482,3526.350288780551,1551.875072138366,4971.062506879363,25700.785093898,7791.513852712024,184483.25569972335,68638.63341089131,5681.626853525203,30795.728794414328 -8704,5692.153631357609,3944.2766595679627,1197.0229552890648,1580.3036274158922,2642.2850517096535,2812.8627994757676,2657.40417775554,3314.7768738102263,495.5004732719843,1212.2959069222773,3990.3587160015495,6727.551867705664,2232.1701056915244,3924.4993957723227,2549.329967347,4435.319501405492,1917.2430044948755,5036.0030173321065,493.0359896515638,1366.5600103472734,1046.0189469798975,2627.6149822900065,2354.734157320698,6030.765578725784,1045.8989064844322,1755.8333754403932,969.1774037521709,2391.3435085803812,1275.9574326207755,4274.70055378144,1692.5765354400453,2862.7955052435177,1351.6397157380748,3646.9976009867682,1586.9584580863168,5141.137876921939,26409.313472152444,8013.486766032631,189997.5912052165,70650.615954204,5834.494966157573,31685.18631690525 -8705,5787.618639365476,4160.793070773154,1212.6294938768253,1667.0525295733064,2650.8228253091206,2967.271582408806,2685.9504241308587,3496.7376373693337,496.61589263591566,1278.8434596779464,3998.2398383801046,7096.852885944065,2236.578733342508,4139.930157427525,2554.410796040767,4678.79112976178,1923.624077286806,5312.448458218268,498.49363226203604,1441.5757089593808,1052.3036934352745,2771.8548049744377,2369.3010708972283,6361.817336152081,1063.7197430347192,1852.217775911503,975.8037053107084,2522.613487622208,1279.060524245727,4509.35519461056,1696.2001478779969,3019.9452851166093,1366.6016387243299,3847.19522919424,1604.525232690382,5423.354571818828,26165.624991597477,8001.433164677555,191266.66832625138,71678.91260382428,5766.909467152712,32169.071796713513 -8706,5796.488471770555,4163.2623482683775,1210.7700215828158,1668.0418638719877,2622.0279146360094,2969.0325488438175,2659.0388907986885,3498.8128224140573,491.35896348873894,1279.6024061867452,3954.981388136825,7101.064606839601,2212.3803526143834,4142.38705355181,2526.731753149889,4681.567820033336,1902.8426237791389,5315.601200784236,493.2973928565203,1442.4312310666442,1041.082456410282,2773.499798746906,2344.0560965621794,6365.59284051139,1064.4609231469146,1853.316998966463,969.2574333121269,2524.1105658494066,1265.7169317404903,4512.0313308929035,1678.0866689629563,3021.7375114548345,1352.3563428424984,3849.478397916547,1587.799849051244,5426.573133079872,25776.41076671526,7898.197797444294,189850.16577635615,71295.94574566901,5682.521342386041,32033.873801648744 -8707,5650.581363050765,4043.437533499279,1172.1190552312603,1620.033165249213,2523.836497013508,2883.5794244793137,2606.8745523903767,3398.1118424405313,468.31345228660973,1242.7735665717753,3767.8328395826034,6896.685521401505,2107.6911692256563,4023.1630604733514,2407.0934041000564,4546.8254113312305,1822.6066273210506,5162.610378686443,486.20742104236206,1400.9159383415504,1020.685188916813,2693.6743945695293,2298.562925908619,6182.3817144272925,1035.7602122895623,1799.9758094058427,930.1004059947261,2451.4629506599804,1206.6992717996993,4382.16843174568,1599.101717321032,2934.767460734512,1332.9194504277025,3738.684746831876,1564.9790185759196,5270.388375524847,24379.192221185604,7529.453944125954,183437.81898123553,69706.11105740313,5376.785117121303,31452.614251853156 -8708,5443.5920228248115,3804.502706260154,1127.2903222656348,1524.3021588336187,2432.7770196649153,2713.182937354163,2541.377700874207,3197.310603572351,447.5924514212211,1169.3355859016006,3600.521417306116,6489.146552411286,2014.0986925270875,3785.426292477056,2300.084019755355,4278.144385559898,1750.4325882378007,4857.541385109872,476.4484127551628,1318.133007993052,999.7614013649676,2534.4997762472003,2251.477920944447,5817.052388915338,996.3054653092267,1693.6116315270287,890.9757610340769,2306.601091970118,1153.433322717962,4123.217316884321,1528.2462680435046,2761.346169961965,1306.1654944000347,3517.758372506824,1533.5672330897316,4958.950564119037,23393.124708767475,7224.357792425706,176969.4410495684,67541.36267515252,5173.980454458192,30573.59798362044 -8709,4983.644760153567,3645.299460316898,1031.5330795917146,1460.5162003993364,2279.3004107090396,2599.647065831746,2434.669672900386,3063.515922459381,409.4085591463016,1120.4035610758142,3293.3276180736384,6217.6016819488605,1842.2572957747575,3627.0213182738175,2103.927868876754,4099.121126705505,1621.799435513833,4654.272675498837,462.50092929277287,1262.9744052373908,974.0502500293372,2428.4410814913613,2193.29143474868,5573.631975358148,912.9737771624455,1622.740747754836,815.108676197172,2210.079047095854,1055.0418429114834,3950.677137192164,1397.8663878928282,2645.794859482529,1267.9289904164425,3370.5542318905927,1488.673802763679,4751.438285318228,21969.14643900428,6721.236767010382,165151.13962680075,63230.189231407094,4907.966405797353,28851.36560278457 -8710,4468.415476647901,3562.9036577362936,929.2081209467286,1427.5037124476837,2071.696751123996,2540.886459536619,2242.679223801578,2994.2703485641823,369.9464021847398,1095.078741638076,2976.2488357851294,6077.063356829706,1664.8863300680227,3545.038662047776,1901.1896414017615,4006.4674561945367,1470.4919750213871,4549.07074717952,428.28684184299794,1234.4270140309493,895.7541989703053,2373.55029567049,2017.4879596439648,5447.649491642358,817.7133636323465,1586.0614494565596,736.3248329466296,2160.1239641638717,953.2730031246465,3861.378790924751,1263.1893743773323,2585.991160696216,1174.1323499976904,3294.368578530324,1378.5472874508775,4644.040093429495,19794.66019843402,6088.313701462953,149665.54377728427,57731.960064624385,4412.275192230332,26325.151455501364 -8711,3684.6625823103427,3347.751840451382,788.1910599375168,1341.3015449410793,1880.4647437897854,2387.450837415065,1932.2841983828453,2813.456392077573,343.0403960259986,1028.950604599647,2765.9476039280603,5710.08985696017,1547.2457477667326,3330.9656520103817,1767.2098029184826,3764.530306919839,1346.052540864514,4274.367602712473,366.414700409605,1159.8841015955652,777.1322971083731,2230.219543961334,1749.4525769396982,5118.684186753154,680.3162671501224,1490.2845113305,657.1762476916693,2029.6813137033685,882.6514251310213,3628.2030601443353,1172.361388723805,2429.8318167581856,1004.5121895744343,3095.4326951706703,1179.3964744706184,4363.602068259829,19176.111141214475,5713.474612180408,132223.11109292,48889.6271509076,4272.679915564948,21995.54091630567 -8712,3553.461682066717,3138.2533678496934,742.4352879801689,1257.3644318109875,1859.9559057155416,2238.046900777205,1898.607636946271,2637.393516164932,331.19468879969685,964.5600552639635,2677.0398964351425,5352.758979265766,1497.5115907759252,3122.5176398390936,1712.746474374702,3528.9503156454157,1290.401964496582,4006.882577900817,361.09069180733724,1087.2998841087372,755.3819222849506,2090.6549614314245,1701.3170627212787,4798.36279796389,619.4506091107822,1397.0242149449718,625.6206870398202,1902.6661837432841,850.7883788290432,3401.154271699334,1156.6938566344215,2277.7757270149295,989.9166192209557,2901.7240654437587,1162.2598340232055,4090.532852884909,18556.559114588686,5627.641376036415,127703.12308508018,46667.9700632052,4280.244279804712,21080.185579095003 -8713,3643.5392849156624,2979.7649115992117,760.4112203801257,1193.8648591558544,1890.3573927427144,2125.020781868458,1912.232258217411,2504.199545536481,338.76896246684004,915.847725123325,2738.1740981558182,5082.433289187397,1531.709503101198,2964.82387125339,1751.8571775449918,3350.730834248183,1320.0832272831062,3804.5265028132344,361.7297039825634,1032.3889320871044,759.2692774508126,1985.072448309894,1709.8676392832424,4556.035291788021,634.7493041657664,1326.4715268033897,640.2622954351372,1806.577502915041,870.2640677783734,3229.3887617779,1183.1264896188231,2162.7432180538162,991.6684471868742,2755.180841015654,1164.3166529929767,3883.952261356756,18963.405745851378,5736.064045183778,130021.22731651302,47325.04401045353,4361.520951674775,21341.168361241762 -8714,3782.7506466074155,2890.7410579941275,792.9793673701543,1158.1967935201983,1991.6697570397118,2061.5333777929163,1992.2813919383675,2429.383746185346,358.02973217499107,888.4857364347035,2894.7676752465586,4930.5898349159,1619.3065154007593,2876.2463981608335,1852.1868654863952,3250.623953300296,1393.6089493421493,3690.861961995034,376.1461054791134,1001.5451427680651,793.9119857068164,1925.7661592983277,1787.5320440097257,4419.91857423863,660.7506844918033,1286.8416866929222,672.5944904729577,1752.603952679686,919.551551702017,3132.9071127581033,1250.6044619379309,2098.1288134476217,1031.190472413742,2672.8666910331062,1210.71941216333,3767.9147859914283,20188.638213673217,6078.05254342973,136458.55968158648,49186.816673412264,4662.6871008344615,22145.953137556877 -8715,4019.6380655815924,2855.9762670903688,840.3494629174878,1144.2680228194172,2074.211855844972,2036.7408504159328,2059.687099679826,2400.1673562470064,376.3606080802661,877.8005798508214,3042.3880017215097,4871.29330118832,1701.88397351961,2841.655923741401,1946.6102302122515,3211.5311187031875,1466.0896904748765,3646.4747125703384,386.2218193956822,989.5003048630169,815.0968953337181,1902.6064031962035,1835.2373891707425,4366.763503631349,701.9362255939283,1271.3657996222337,709.3556037159074,1731.5266895386253,966.7555247824374,3095.2299709765043,1314.498357769448,2072.896180006814,1058.8126650728898,2640.7221129601517,1243.1505931658708,3722.600879608867,21116.093652241656,6339.499165077594,142814.4416496201,51495.55990612374,4823.070634536968,23119.71070566446 -8716,4921.044083063083,2891.13093927,1037.489353122633,1158.353002338114,2539.2308594238,2061.8114218125856,2484.8183397414673,2429.711403078698,466.95988543241003,888.6055686664969,3775.509663077902,4931.254835556592,2111.9855139531514,2876.6343245066882,2415.4480956242837,3251.0623728573814,1817.68543991913,3691.359757522874,461.3504068675136,1001.6802235969159,978.3625053895101,1926.0258920630954,2202.4643484444077,4420.514699404602,857.902214953328,1287.0152461604043,879.4099030930133,1752.8403306365703,1199.3215678678548,3133.3296555586544,1631.1022912578214,2098.411793182687,1264.774876241275,2673.2271870633044,1484.970561352695,3768.4229738210092,26296.106646456174,7821.459373094854,174945.36685036184,62585.69159752325,5933.439699079944,27921.2679686503 -8717,6482.337327575798,2957.996306095931,1325.4135588200802,1185.1431062947383,3144.548756548301,2109.4964903692535,3257.6092880237525,2485.9051721125643,562.3806068369248,909.15702017822,4539.940737069708,5045.303687171349,2539.6012529551767,2943.164417184113,2904.475075605172,3326.252145545428,2202.243316362617,3776.7326200662665,613.4993446732934,1024.8468379772385,1276.4034850608925,1970.5705462120206,2875.3557262470235,4522.7512784956,1125.924516899634,1316.7810189160339,1083.9386631791597,1793.3795916237927,1445.8784770648103,3205.7965348548228,1962.7757249270112,2146.9433461459876,1681.8854956729128,2735.0529293858476,1974.699605089179,3855.578135518193,30580.173737621753,9392.18512203283,220043.66062431777,82157.21666075128,6938.979461811243,37207.53307012844 -8718,6576.946740277205,3101.5391516571226,1346.894016971671,1242.654609444418,3224.328994947991,2211.8641398165914,3259.5485767021405,2606.5388258683,583.1184318612472,953.2757317091881,4709.390120597586,5290.13741008184,2634.3896855895728,3085.9875148757546,3013.258780708581,3487.665361999298,2279.301446089254,3960.0063266935745,612.481520404488,1074.5796355079435,1270.4585073849169,2066.1965289082855,2862.27241528084,4742.227072614364,1145.7469800564752,1380.6805221191466,1113.4573735498175,1880.4070193533455,1498.768210752894,3361.3643954214294,2035.6240017234113,2251.1281811741305,1679.0951685279686,2867.776989735565,1971.4234855641769,4042.6779827070645,32002.0225672577,9708.618150742544,224498.2881797664,82880.53409304642,7172.736243991246,37347.17036001077 -8719,6412.346927171949,3366.4013642319337,1320.9492892577643,1348.7736146318534,3175.1296162919857,2400.750754281444,3106.8057018862887,2829.1294838687863,584.4433418849886,1034.6826420038612,4722.485720261847,5741.899400095874,2641.715244058651,3349.5216639551004,3021.849912911709,3785.5016037266073,2279.7664414126584,4298.17908099781,577.1583644934208,1166.345538155473,1206.641889125615,2242.643562945773,2717.7317269678456,5147.199150530492,1119.7115361413291,1498.5865294484556,1105.6875480838853,2040.988182232115,1501.6717300820815,3648.414910507088,2040.8022922619512,2443.3678279110504,1582.2580584250156,3112.6766094184777,1857.7271586915974,4387.910650382782,32429.39281147029,9691.873904120304,220258.09685028554,79800.53246887677,7204.192297325426,35691.50608185257 -8720,6292.14493078829,3589.350888975243,1286.243247164773,1438.0999913270145,3006.6500308763348,2559.7473152326093,2967.8429404390713,3016.4966470857426,553.9794489341954,1103.2074488631715,4473.466874489987,6122.173052541752,2502.416383267827,3571.353282439662,2862.1981801686134,4036.2072362852014,2166.2888551293768,4582.838240642825,549.8591907208632,1243.590095557668,1147.2228049796774,2391.1690245380446,2584.0899596941395,5488.087084026135,1094.800862495863,1597.8346934009696,1060.0473571158282,2176.158441509615,1423.9970614516744,3890.0415861039064,1933.765567181525,2605.186826023935,1507.4183950894835,3318.822489147171,1769.8580058783414,4678.512538949371,30288.220947896207,9120.100724726692,210660.94682853392,77119.03130207043,6708.240934333535,34565.7450425623 -8721,6075.0664237970095,3748.8140578701305,1238.1018871631477,1501.9900898150418,2859.213494861012,2673.4685509331703,2841.3278657823803,3150.5097678933394,525.998577748665,1152.2193624892566,4246.157189157499,6394.161260348294,2375.2614279254285,3730.016876297319,2716.7017566342224,4215.522777206938,2059.8045376059144,4786.43881662168,526.261692353061,1298.8387529271731,1098.2686309103149,2497.4008758700816,2473.7994394748466,5731.904917573126,1056.5902456994397,1668.82128442012,1012.9669346405278,2272.838072962297,1352.3575186465575,4062.8634632734925,1835.7792300353585,2720.9267911850443,1442.7267363557535,3466.266962392895,1693.9036122631267,4886.363612375165,28550.72507529923,8642.046717333611,201286.39001302182,74069.95695840126,6339.435150051303,33261.50417072343 -8722,5874.463145968375,3833.939060897591,1198.1603110535484,1536.0960521191212,2754.493905582911,2734.1754878414536,2731.5951239553424,3222.0489665278897,507.33647433745455,1178.3830172360917,4095.2629627664824,6539.354643707101,2290.852580189308,3814.715048302063,2620.0623720334406,4311.245420056807,1987.2554678151737,4895.125353874788,505.34574751543045,1328.3317208547223,1057.9904336908576,2554.1098120396196,2382.8033170216736,5862.060325638028,1020.9810012867771,1706.7155130203146,978.7348661697663,2324.447820699896,1304.4276657338403,4155.119643300679,1770.590761569206,2782.711370991256,1385.3864562786182,3544.9761171049645,1626.5804629076354,4997.3191601499275,27506.47081487281,8333.458932057569,194214.49954836117,71340.69688389929,6135.352519546816,32042.17785007737 -8723,5677.372792822828,3898.79001696944,1156.7970139771144,1562.0790675024682,2662.5681493177212,2780.423978398635,2681.602312690117,3276.5498213069236,486.44650402070187,1198.3153281238656,3926.053372465724,6649.967617466262,2196.198285689155,3879.2408308183194,2511.6887292677275,4384.169997863114,1906.623711593738,4977.926242007842,499.09146981843816,1350.8004092479657,1038.2645688635641,2597.312497474187,2338.9087679153154,5961.216887761235,985.0322685412823,1735.5845511046368,940.7402845661062,2363.7657809275224,1250.8392016105038,4225.403358607798,1697.5504708340527,2829.7808444529805,1368.240588013537,3604.9392742638333,1606.4495209504835,5081.848653233737,26282.84070334459,8004.208183969046,187737.2956833709,69598.01181655102,5857.12082380693,31339.17979327857 -8724,5556.663178409509,3914.5153965136246,1129.475028309115,1568.3795571691562,2575.129045297044,2791.6385403944764,2601.5305377893114,3289.7654572635206,470.69929038947464,1203.1486131344313,3798.085618324648,6676.7895966664855,2124.614296475168,3894.887360675635,2429.777019586526,4401.853109008508,1846.5990672116413,4998.004209571578,483.785046488128,1356.248727580425,1006.3256601621047,2607.788497628046,2266.9674911830552,5985.260859787744,964.0427425179398,1742.584857783979,914.5301180198237,2373.299793761467,1210.530192700917,4242.44610039491,1642.395701012295,2841.1944824309694,1326.2786012349081,3619.4794362306993,1557.1820060490825,5102.3457814479725,25295.882998073743,7726.257375636077,182260.85690600306,67783.53954311852,5637.619254896258,30542.9009533059 -8725,5458.687589369031,3845.8305690262723,1110.2977362149784,1540.8604728363177,2545.965086352097,2742.6559225907986,2579.113064077798,3232.042610367264,463.5961055894118,1182.0379400206189,3740.953869038882,6559.637383642921,2092.6553193711406,3826.5469304172857,2393.14609423497,4324.617361849055,1818.124632069604,4910.308282453441,481.23474180166903,1332.4517309031946,1000.9588604820949,2562.031747445735,2254.882603911413,5880.242340768134,945.9558991182244,1712.009134299646,899.6123611687941,2331.657426725318,1192.2238774551774,4168.007338756743,1617.6532890482192,2791.342346695958,1319.2870363718907,3555.971365501705,1548.9732187032873,5012.819057375896,24951.016407857416,7632.984274243505,179894.2667408905,66896.6485029732,5592.526164814561,30180.839067883502 -8726,5448.843278325192,3796.6400133364873,1110.3528265331422,1521.1519127375732,2559.68648854978,2707.5756541086953,2600.4213304718187,3190.7027829454637,464.06719445649225,1166.9189424276633,3744.9563214737927,6475.735557435694,2094.8942545923865,3777.6030244126264,2395.8078369180867,4269.302826443271,1820.1472729642867,4847.502397304113,486.5932536504556,1315.4088477349069,1014.1003704938287,2529.2617740707415,2284.325626086689,5805.030398083352,945.6545888783577,1690.1114767844035,900.1183305873557,2301.834083642403,1193.3932511587682,4114.695942575174,1619.3435100685451,2755.6393486855263,1333.9771960845553,3510.4882886093496,1566.2209163961018,4948.701995904023,25020.33466023131,7671.246776527128,180587.04702461816,67093.38365266623,5657.377813377674,30318.77236124462 -8727,5442.971810249444,3788.5823829264577,1106.1978442689656,1517.923563495271,2535.459118388522,2701.8293511009397,2593.5551625149433,3183.931136520489,458.7330716261765,1164.4423838064836,3701.169137916893,6461.992067515235,2070.400105292927,3769.5857963110407,2367.757571631222,4260.242061092031,1800.6692906575265,4837.2145157583245,485.825290237295,1312.6171481542517,1009.0090600021092,2523.893907611428,2273.138425708729,5792.710349487111,944.033503400128,1686.524543710991,893.1158566186424,2296.9488882469886,1179.8314099840156,4105.963300281342,1600.5590649062062,2749.791039828999,1331.8718531253219,3503.037959610817,1563.7490359257179,4938.199337882114,24613.058677744222,7570.052148170752,179287.13535260936,66998.26329874457,5547.433074732864,30305.31575429904 -8728,5603.1388621016,3910.096693729589,1135.3716461436873,1566.6091712046866,2578.6189794508214,2788.4873403758356,2637.630602021405,3286.0519718605046,466.7907180916854,1201.7904996547397,3765.337446326514,6669.252840314604,2106.2952691012265,3890.490814007445,2408.6742323387425,4396.884299687943,1833.677975137607,4992.362465223063,494.24301890694306,1354.7177947774167,1025.1230588518306,2604.8448274345637,2309.551406333275,5978.504700686192,969.8821713543035,1740.6178289738825,912.1400557262255,2370.62081428539,1200.7317092008961,4237.657229616261,1628.4782844639958,2837.987343692753,1354.9487412734754,3615.393769873153,1590.8435807268274,5096.586256391646,24914.810699630736,7683.91660295293,182914.20161101795,68498.69037289561,5619.412329930643,31009.68492368751 -8729,5656.712985310425,4102.115305287791,1139.846543011425,1643.5428486739613,2554.981549635825,2925.4255056916068,2645.2166236284065,3447.424742553521,460.85792896442905,1260.8085140935152,3715.850912069891,6996.769209048265,2078.612955238327,4081.54661208621,2377.0246461434485,4612.808274090436,1813.7885139172686,5237.5294224762465,496.5342723146443,1421.2458247423808,1023.8987038114341,2732.7646018715127,2307.276928455495,6272.099530108418,979.1123690151318,1826.0967940616272,907.0374551904531,2487.038221051837,1185.8122370152173,4445.761816593712,1607.4043354487017,2977.356375213005,1361.230126749732,3792.939990927099,1598.21854736474,5346.871477779734,24338.32412954963,7558.120470853347,182190.51298013004,68954.96494087743,5463.986592825185,31281.711355298514 -8730,5681.133900409259,4091.0685451761256,1142.1390817634574,1639.116882500085,2545.8172682191644,2917.5475033974576,2639.2760955226754,3438.141026397391,458.5662733439564,1257.4132294256312,3696.687099027742,6977.927312793079,2067.8928938031954,4070.55524227996,2364.7306164336696,4600.386247245091,1806.1035018520272,5223.425057581066,495.7697553101512,1417.4184916429438,1023.3069260057752,2725.405424288276,2305.863204171624,6255.2091275358025,982.8044480794633,1821.179220633431,905.2599813575791,2480.3407704509023,1180.0594971509304,4433.789636231496,1599.252871763386,2969.338526080018,1359.1342319908924,3782.725822119191,1595.7577600143304,5332.472661031019,24117.921625547082,7518.118428518121,181967.5486580611,68948.09494156811,5445.391759480617,31325.934319386117 -8731,5568.629407058443,3964.225798106673,1113.505555764951,1588.2963973753908,2474.5399168846616,2827.089537232868,2603.883557667906,3331.5421640745753,442.14432076957365,1218.427388327984,3563.1398908005026,6761.578097561944,1993.1878090928892,3944.3485059891304,2279.2426521485054,4457.752208548979,1743.379285518013,5061.473827456548,491.17461166296846,1373.471719976401,1009.2573495710138,2640.9047841554357,2274.5760809155227,6061.2676424521305,962.1162322959875,1764.713929793137,877.1028115648738,2403.438310001218,1138.0434920127911,4296.320891531335,1541.7125911192963,2877.2747898047473,1346.5368176369361,3665.443178382041,1580.9671519652675,5167.1404321698155,23075.823990522607,7252.07323536781,177289.79344061078,67821.56638725263,5218.374675556331,30911.760878817135 -8732,5313.740255722578,3725.2909708675484,1057.8805860074274,1492.5653909597968,2341.774364547893,2656.693050107718,2505.667277798913,3130.7409252063953,413.8199381468228,1144.9894076578096,3333.5246512979147,6354.039128571727,1864.74314787144,3706.6117379928355,2132.2040290206933,4189.071182777648,1634.0769783689589,4756.404833879977,475.61258346256784,1290.6887896279027,975.2268188352081,2481.730165833107,2198.04891512793,5695.938316940177,916.1437909451041,1658.3497519143232,825.937400008099,2258.576451311356,1065.4228328114186,4037.369776669977,1442.635315785433,2703.853499032201,1303.87409967194,3444.5168040569893,1530.876909475958,4855.702620764006,21401.438018134104,6806.171040033708,168288.90594021507,64955.878975790394,4897.219699772364,29742.852785575364 -8733,4850.229550471335,3560.239442754707,964.2866642887763,1426.4362750027458,2178.912658284165,2538.986473339319,2384.9337487207213,2992.0313377213706,376.0123585260364,1094.259879982035,3028.7020918269372,6072.519140989303,1694.2282009161731,3542.387805886335,1937.3012671462811,4003.471559688367,1485.5236299663536,4545.669110873521,458.39601642391426,1233.5039526011756,942.4138432349529,2371.7754376151665,2123.888388999777,5443.575929518793,836.8621673254519,1584.8754480708124,751.5264366057623,2158.508698868973,968.1385167184345,3858.4913866577213,1310.7717922797403,2584.057446777902,1256.675525396344,3291.905164706958,1475.461123905192,4640.567442361556,19444.606470384428,6281.101145167957,155922.27177962678,60510.52452989319,4601.556895824765,27929.397769042887 -8734,4383.238414055827,3463.482854550197,877.5258958134806,1387.6700320352147,2013.3241220700963,2469.9844658598354,2224.8994177305854,2910.7169349420733,345.76676864110823,1064.521191250971,2785.9820798226033,5907.486355038791,1558.4528500243982,3446.116371420786,1781.9100814270907,3894.6692571135945,1364.093564074048,4422.131511409581,429.69561107741583,1199.981029238998,878.8319147348627,2307.3177226157113,1980.9696794568972,5295.635926313586,755.8108603595648,1541.803305438244,688.6625781793119,2099.84693168437,890.0746530108217,3753.6292086518997,1205.544536205387,2513.8305459486605,1177.9944381363168,3202.441094227641,1383.0817601850715,4514.450791985811,18014.650626522212,5800.254157438195,143316.3052746756,55814.135763921935,4231.975294784633,25732.233476380028 -8735,3629.0905738687984,3224.7429647974336,748.001363905759,1292.0171287658768,1843.2619157798315,2299.7269984969726,1929.517505066928,2710.0795218719804,323.6449829951236,991.1431257280387,2613.9690032225335,5500.279880993439,1462.230310974214,3208.5735634616462,1672.2881306414024,3626.2074375768752,1264.647356348941,4117.311411573039,370.01503500560966,1117.2656382130097,767.8908550619468,2148.272968576237,1729.9849918958823,4930.604658565887,630.828156543643,1435.5259058902168,619.1233801690495,1955.1032600622068,831.8231630076302,3494.8893617752246,1129.853954756144,2340.5507427562025,1014.3823721413193,2981.6949650036468,1190.9850431735,4203.267070386894,17824.19576879879,5497.691415476675,127572.57037850803,47506.19812322086,4148.140904498004,21617.20275637151 -8736,3289.030792945673,2997.7646248491105,695.5920762823032,1201.0765774495646,1663.5742605636876,2137.8572860419295,1664.4495976275791,2519.326535442537,321.8772937310098,921.3800395581387,2654.2343710361374,5113.1344835873315,1484.7543888140785,2982.7333309262917,1696.0100662656578,3370.9714223426613,1261.7267462273646,3827.50831115513,317.13576257304936,1038.625231020487,664.4075543527478,1997.063573754309,1496.3406351779727,4583.556700772124,528.487320209451,1334.484275400997,598.4193716631298,1817.4904030869998,815.8526974426718,3248.8963650314904,1103.4108649791817,2175.8075902150545,869.4158255618416,2771.823920775688,1020.7800066129682,3907.4138528093504,18070.493831707463,5316.050582364079,119766.29487683423,43205.27720300422,4011.140961437644,19196.876890600375 -8737,3372.5625707814734,2847.5287491013173,712.4575456304334,1140.8834622337963,1703.4344985473808,2030.7164988934137,1704.69678648404,2393.0680476315024,329.2416342961099,875.2041870605395,2714.8645297445564,4856.884799876208,1518.6703440963836,2833.2507630224163,1734.7495511700565,3202.0319267070013,1290.7643232588564,3635.689027448928,325.28070794471665,986.5735222696806,680.1948696989102,1896.9787997730637,1531.998253859717,4353.847320231674,554.1734768982468,1267.6053042754306,612.4408074540521,1726.405112364841,834.5391875586001,3086.0747790509386,1128.640229411864,2066.764886840333,891.7448885064006,2632.911282103338,1046.9965308008946,3711.5900255415845,18470.450659245107,5438.495214541279,122679.38829866995,44303.51286058534,4100.92793733063,19691.833422063915 -8738,3500.080493211804,2764.0282692489163,742.7217300169807,1107.428377159675,1796.9484304256778,1971.168091469853,1785.792562415241,2322.8941010612552,347.92816990437916,849.5398387685514,2869.95196368664,4714.4622829813425,1605.4248337180109,2750.168968561441,1833.988226701685,3108.1360520939265,1362.4999346915513,3529.0766610305363,340.38318374582894,957.6433973165292,713.853141770743,1841.352095354057,1607.6397029901668,4226.175794331129,577.701778210395,1230.4342480731527,643.1812279844582,1675.7802836084682,881.6946573175671,2995.5792133810664,1192.8624310961093,2006.1594022257436,933.1477607656506,2555.704210696662,1095.607590061613,3602.751950334822,19659.79664557887,5763.112021751757,128865.98982238733,46226.61930030812,4367.863094485847,20508.443488055724 -8739,3720.1385198452695,2723.935042078836,787.2514400229969,1091.3647290436152,1890.744980024222,1942.5755872031762,1888.7391517741835,2289.1996841401156,365.76285601155007,837.2169569352782,3016.4184312925304,4646.077306821996,1687.3568337572722,2710.2767755475825,1927.5566179603663,3063.051417396619,1433.468448713936,3477.8861309460613,359.8422192101413,943.7524343681031,754.2208321051227,1814.6426189422277,1698.5855266441124,4164.873589839257,628.0578834764988,1212.5863554250616,678.4475684869502,1651.472486056125,927.025458427997,2952.127256234227,1253.901870862267,1977.0593363734195,986.4939783148156,2518.632799148894,1158.2413157215103,3550.49273360059,20576.956092167027,6053.738538128032,136090.4170718799,49016.31096671842,4580.0212408805055,21762.49780417817 -8740,4553.149025973739,2737.0611858035554,971.7835071120589,1096.623815647451,2335.6229273152044,1951.9365029224807,2320.612236480441,2300.2309178532637,453.784503086663,841.2513520055504,3743.1414048886286,4668.465901830106,2093.879006883081,2723.337102589176,2391.709079378411,3077.811700780715,1777.108241098383,3494.6454267838085,440.94558254130476,948.3002043782923,928.3944017673665,1823.3870491350483,2090.5077766820514,4184.943352330288,766.2526679192879,1218.429586828919,841.0124756785649,1659.4306292844044,1149.9454200245627,2966.3530164158715,1555.7902206970853,1986.5864229597908,1208.8358139195705,2530.769628992747,1419.2925799681577,3567.601907349185,25643.105333739502,7510.334897668951,167877.39502684298,60131.88991043354,5700.113109738186,26628.61692818724 -8741,6008.6699588052925,2720.8809395182275,1243.3299849415832,1090.1410802553585,2859.5122618732285,1940.3975524911132,2946.959858101929,2286.6330111067746,546.7648180116671,836.278261110135,4502.357754916986,4640.86807958994,2518.577677077741,2707.2379867687428,2876.808338182753,3059.6170942455037,2154.3410189817105,3473.9866910644405,564.8583296690167,942.6942899256481,1167.0049031959834,1812.608023923078,2629.5752750730803,4160.203892912258,1012.9684756836577,1211.2267917659237,1037.8768709701353,1649.6208389828569,1387.1930860444372,2948.8173023354634,1873.2961771434132,1974.8426381451516,1548.537973233314,2515.808883467247,1818.136449881194,3546.511886487277,29806.952042277157,8952.959513777723,209181.88034790003,77621.78811558323,6608.735128563057,34781.8978151673 -8742,6093.652101251952,2734.7868584009907,1262.8993567263615,1095.7125895458323,2962.273752414169,1950.3145652399442,3022.9108441923395,2298.3195692009813,566.8542067451274,840.5523245186114,4670.017900272696,4664.586697381356,2612.365226271794,2721.074179045134,2984.3082926339807,3075.254230919491,2229.3553790096566,3491.7415940534315,579.9137957499496,947.5122259611996,1199.406742847775,1821.8719280435512,2702.479882574374,4181.465925010156,1033.5790324787774,1217.4171477165623,1065.6963969192914,1658.0517457678752,1437.6938437881006,2963.8881617805764,1942.4926595274037,1984.9356933514302,1589.8119701038418,2528.666717027662,1866.5961967131711,3564.6374523266186,31216.416981753755,9320.405118822531,215244.4121568609,79238.91679385224,6925.071166531326,35452.588891368214 -8743,5937.777526507198,2901.26796589938,1237.9216920537924,1162.4144770611815,2959.116385197472,2069.0406472356835,2984.365753910106,2438.2305776550443,568.0568607192596,891.7212415646819,4682.550126778455,4948.545045731895,2619.375638957684,2886.720522386704,2992.522421158372,3262.461408923092,2229.37995577683,3704.3025861067918,571.9609465715781,1005.1923644559837,1187.4726021556178,1932.7790195301097,2675.2235451383676,4436.01412719418,1007.7029035048862,1291.5278428212944,1057.786183517756,1758.9862263022994,1440.1943018333443,3144.3158913342795,1947.0455072262814,2105.7693486423746,1568.009531684775,2682.600188753946,1840.9979817057417,3781.636005274381,31651.41766923278,9372.587134810743,213494.45621808106,77788.43764361885,7014.169846062463,34708.2543182442 -8744,5830.604645604758,3117.4594749908188,1206.184271289603,1249.0332047827656,2816.3648417930144,2223.217726069815,2881.7223967485493,2619.918292920162,538.5489927124132,958.1689338043051,4436.178959137013,5317.291894977891,2481.557865054741,3101.82801104177,2834.770723438972,3505.567686467166,2118.917674000487,3980.3331960451223,553.117094782178,1080.0954953467437,1142.566946928547,2076.802397544058,2574.5246652864594,4766.569112042591,979.9252381254545,1387.7676099351845,1014.685749199459,1890.059223076475,1366.039796882103,3378.6184120244093,1845.3901132160613,2262.6833113070966,1516.3498171596036,2882.4974026315717,1780.3443770850172,4063.4292089439873,29566.419741896625,8842.75070883572,204945.5799844146,75644.7552950089,6553.876264071587,33871.17437899176 -8745,5631.335780233589,3327.737722750551,1161.411990964951,1333.2827405994954,2678.9791752230344,2373.1777597372015,2763.1218744620314,2796.6364932138617,511.39592690738596,1022.7991514781928,4211.021711699325,5675.9527954556015,2355.6069637498567,3311.0518884478556,2690.836747205507,3742.0245310314804,2015.013166814229,4248.813828008021,530.138766898801,1152.9498788589342,1093.7495757205722,2216.8864540016198,2464.6352628716145,5088.082770438722,946.2493641351299,1481.375030867494,969.9049444792175,2017.5471165932984,1297.4776635338221,3606.5122997328785,1752.1024783241078,2415.30536967026,1453.3555911389565,3076.9270360750447,1706.3829370429294,4337.514816409654,27866.192727101065,8375.907359742121,195844.4284804237,72749.52504062057,6176.092346402473,32625.84509960718 -8746,5445.683231398823,3453.865680127229,1124.0237069943346,1383.8168399450403,2582.6852664042053,2463.12597328812,2667.405820586946,2902.6346450521582,493.26057730668185,1061.5652978906917,4061.422187466995,5891.082830302679,2271.922360539123,3436.5474191211497,2595.1461153636196,3883.8547922704315,1944.0861171194854,4409.852423609087,511.4400015825173,1196.6489997914484,1055.7230608420448,2300.9109125001514,2378.902107876744,5280.931348141073,907.4997038057166,1537.5221260771775,937.1935311049766,2094.0162129969617,1251.521747912081,3743.2063746623144,1689.924826633231,2506.8503044272074,1402.0936257505552,3193.5487636240678,1646.1963291739605,4501.9153579982,26840.223366695078,8069.319972487753,188985.11233544577,70267.31144681634,5941.659530125029,31514.422104927697 -8747,5263.789691386038,3541.2650105572534,1085.3874305133816,1418.834028350738,2479.3744040822903,2525.4548478789393,2567.3373872404013,2976.08519233899,472.97098942216263,1088.4279801244659,3893.7215572034183,6040.155418110235,2178.112164458536,3523.508514669936,2487.8738443256166,3982.1349049815235,1865.311300933077,4521.4427935925705,492.89928777102455,1226.92994613609,1015.2129517868847,2359.134969761186,2287.801178202761,5414.564183526106,871.9204798552638,1576.4287937897282,900.92044366833,2147.00484425109,1200.1761602289644,3837.9274093247955,1620.3069112483724,2570.285613841779,1351.2649526480955,3274.360830301222,1586.5184492226408,4615.835360795528,25646.23802961059,7727.924989295599,181712.3916673763,67759.5831844007,5675.937258231682,30417.46724490666 -8748,5153.035495763876,3561.0192116096023,1059.9766045575338,1426.7486951639805,2401.142655055967,2539.542565873752,2501.123192309865,2992.6866568052524,457.691122284397,1094.4995463829305,3766.973330076828,6073.84915302165,2107.210367483032,3543.163664849589,2406.8468308270767,4004.3484058903987,1806.7434353847889,4546.664709976983,479.7145096842356,1233.7741164427075,988.0065639012541,2372.2949073437608,2226.4951575381497,5444.768189488199,857.4608235329681,1585.2225698116852,876.0033124860554,2158.981458604227,1161.6036258598817,3859.336479090007,1567.80363238964,2584.623410822921,1315.1193769105282,3292.6261625954376,1544.0799750706665,4641.5838262365105,24683.08872001823,7464.757039032546,176626.07301709827,66147.79874686371,5463.8609655679375,29719.4121685504 -8749,5061.9260115895,3494.2188302489403,1041.932448504391,1399.9846281148446,2363.8473534641876,2491.9038417329407,2457.600830872975,2936.5475016679247,450.77768576786025,1073.9680685242633,3710.2746739919094,5959.91114380614,2075.493658747518,3476.698231789426,2370.5373484675106,3929.231709035082,1778.8435657893913,4461.374820061382,471.6806060971798,1210.6300173537184,971.0486608271653,2327.7935454881786,2188.313693692411,5342.630972622746,850.5482203651751,1555.485725972226,861.6696164536942,2118.4815971277226,1144.015340110387,3786.940029286582,1544.155070238182,2536.139024961204,1293.0947308631894,3230.860507801329,1518.2208663716478,4554.513369357416,24338.601548488587,7354.029107806106,173787.34515149673,65016.02109099575,5387.3338738246175,29199.595421627397 -8750,5052.523038895929,3412.3428735715993,1041.9497749557222,1367.1804202706817,2365.277242592064,2433.5139637941024,2458.13356095226,2867.7388071619803,451.22858981642366,1048.8030266871224,3714.2061766154093,5820.259493375217,2077.6929052943096,3395.2328148722204,2373.150573551297,3837.162602658802,1780.8018679315994,4356.836624477706,471.30047102316564,1182.2627353749651,971.5910323450711,2273.2490728197035,2189.4278734590557,5217.443328886559,854.163134445749,1519.0378421678647,862.1271879160785,2068.8416873525766,1145.1135444768206,3698.2050779740257,1545.7358725194067,2476.7126355382375,1292.0526047828077,3155.155519700046,1516.9973074761836,4447.792766718654,24394.086298850623,7365.796377015658,173833.5992183461,64972.99902971704,5401.200200605219,29168.95467054091 -8751,5048.092742829117,3401.621021876835,1038.240450327373,1362.8846310580386,2341.954502717085,2425.8676700939536,2444.7815020504568,2858.728144597017,446.06844613116726,1045.507604472593,3670.919162849044,5801.9717768633955,2053.478546393073,3384.56472433765,2345.457282468163,3825.105933713532,1761.8774915338518,4343.147098578137,469.0496479550076,1178.5479721807058,965.2249928509838,2266.1063441060082,2175.2229522928355,5201.049708529292,863.1690598587658,1514.2649049027968,855.5688256767702,2062.3412228407783,1132.1884665065982,3686.585024581982,1527.9256144250667,2468.9306081885074,1285.8820575694656,3145.241771050066,1509.7524759007167,4433.817449413014,24001.138346393484,7274.076296349937,172610.2070360406,64769.86423792552,5319.296978914395,29106.75305492175 -8752,5197.780973142333,3532.8174925682033,1065.8353851799345,1415.4494677651173,2387.443971700974,2519.430496356421,2502.595793002193,2968.985883723487,453.93364934085946,1085.8315873341844,3734.722863091769,6025.746916798124,2089.1697517333846,3515.1033539509526,2386.0913245425427,3972.635712985338,1794.3182101435189,4510.657108471161,480.90192462645797,1224.0031635427538,986.7794021446624,2353.5073663380467,2224.02920281928,5401.648000126433,879.596599272614,1572.6682984429256,873.9492324192848,2141.8832670773063,1152.3449010732904,3828.77221739923,1554.714623783337,2564.154320675299,1318.3746305403956,3266.5499994444094,1547.9019641858008,4604.824506728246,24294.24937290424,7386.053389333683,176349.03448805326,66463.71119387058,5376.499760198693,29910.095886483752 -8753,5249.6600371249615,3763.499745607788,1070.4461732919976,1507.87401926675,2365.6880601347734,2683.9416562164342,2505.597915793383,3162.8516450714274,448.2223196480379,1156.7330922986282,3685.9479396156503,6419.2098901720565,2061.8855064212544,3744.628927536963,2354.9416010391446,4232.036760082957,1775.1534944872003,4805.189318714133,481.75621421484556,1303.9268528042564,985.6380850801853,2507.1842497191487,2221.6937554000274,5754.359209640428,889.6187327971187,1675.3587621116317,869.3618630238117,2281.7417394825693,1138.2202689658425,4078.77941515089,1534.8598156956298,2731.5858104363415,1320.7166334786034,3479.8457938417887,1550.6517068342125,4905.505562089461,23737.520243932013,7269.742075674033,175685.6911654696,66789.50281770903,5249.965345011386,30130.18909499092 -8754,5273.221706914884,3710.020451761357,1072.7688937993605,1486.4471444931096,2357.508863983361,2645.802872052309,2506.9348029744588,3117.907554742513,446.01794038472167,1140.2959265947845,3667.0686300412763,6327.9929816604845,2051.3245936193493,3691.417787827093,2342.846746905312,4171.89955993421,1767.7544120842974,4736.90762642409,482.2944007936509,1285.3980652317973,985.1815582543946,2471.5571865383004,2220.7925720985436,5672.589822667724,894.7570522676307,1651.5519308127255,867.7843028183387,2249.3182121235286,1132.7799220190702,4020.8200003449774,1527.187678145578,2692.770003315973,1322.1920518449274,3430.397219820674,1552.3839936473264,4835.798376981649,23514.967092328967,7222.470542197462,175454.04408308718,66943.02138228253,5196.319365781784,30230.12696866445 -8755,5170.3211725591,3505.4605278469685,1046.1447282358379,1404.4886974349774,2280.4130546398997,2499.9208637893785,2440.8680682876347,2945.9950436221425,430.08678766386157,1077.4232683393898,3534.8122507509993,5979.085535006194,1977.3415867896847,3487.883561632832,2258.293920154167,3941.87294211504,1706.5612347447397,4475.728078696592,470.47211149812784,1214.5248897756658,957.4327988508584,2335.28258735427,2158.537349998375,5359.819432959617,889.493293643447,1560.4900777312093,840.9962995880654,2125.2972347963573,1092.5854185430355,3799.123477633483,1472.4291327930441,2544.2983616742804,1289.7816881429446,3241.2549217102955,1514.3310271595597,4569.166275913027,22496.175645400184,6952.3869832362025,170385.11112845686,65409.9990081522,4976.441172646792,29589.92721183236 -8756,4935.37415888063,3256.9734990438474,994.2136954244544,1304.930530785891,2140.048234240289,2322.712219518182,2309.335997132266,2737.166118166233,402.5830997692725,1001.0493640873747,3307.2799077760646,5555.253862177194,1850.0620788021117,3240.642488411075,2112.773148712346,3662.450513157556,1599.80105723875,4158.462953851755,445.6401179648593,1128.4324409032909,904.018921423294,2169.7444428116078,2038.3531175649975,4979.884872225774,855.500194659768,1449.873643795683,792.1746115434858,1974.6440492868353,1023.0264305991132,3529.8199446129174,1378.0244433320083,2363.943987332088,1221.7057071091122,3011.496292653941,1434.4031050688925,4245.277718906113,20848.845452832342,6487.265319341279,160730.29572999926,62147.36509557875,4611.310696496408,28163.617110753952 -8757,4505.213674153664,3156.902891630245,906.3156356661035,1264.8365015017612,1947.1523883357406,2251.3468176435836,2105.8451657540268,2653.0666079561443,365.81153792327245,970.2920926681776,3004.9073177770965,5384.568522401469,1680.9176223226375,3141.073651783812,1919.6805503975452,3549.9216124521836,1454.4168602192624,4030.6940561861543,406.4999634670117,1093.7613206686447,823.9117569645553,2103.078980415863,1857.7886464889118,4826.877761741228,770.7692322852062,1405.3262330629273,720.8531504357652,1913.9730522720304,929.644654904867,3421.366122062086,1252.1094950246668,2291.311738167794,1114.404438216343,2918.967979691566,1308.4208227712832,4114.841435007861,18903.720493138077,5888.8598175348925,146278.6071077884,56671.669190511944,4173.816373288337,25704.393622294454 -8758,4070.2486776065452,3173.667969284106,824.5709062027828,1271.5535539088326,1780.4881817077048,2263.3028408470964,1912.816490532735,2667.156007988428,336.3543580463441,975.4449348172463,2763.9228475757423,5413.1638617291155,1546.1131176142528,3157.7546665303435,1765.5880485535627,3568.773858954814,1335.3635396616326,4052.0994972689555,367.9790499566536,1099.5698596403106,750.0847873077888,2114.247611073573,1690.968632617256,4852.511423364407,677.2205032281349,1412.7893715360087,660.4215573335814,1924.1374152411324,854.5776292422192,3439.5356605900956,1151.445068505645,2303.479999447364,1008.8007953181693,2934.4694780044874,1184.4317209783767,4136.693749937829,17519.988830778788,5420.26538047857,133386.6091280324,51315.8497133588,3867.1015636841216,23216.943799112163 -8759,3362.0936645168335,3076.651458127964,701.346898196717,1232.6831708875563,1636.2988617939054,2194.1154691894676,1667.5874339300217,2585.6231655145034,314.6128703579667,945.6263572858838,2592.0882901493324,5247.687738434487,1449.9904405542047,3061.2246124103763,1656.1996906115567,3459.6792743126975,1236.9041872273867,3928.2300314371946,318.6392805248538,1065.9568816642889,662.4956023574698,2049.6167394979193,1492.4404163413335,4704.174000169398,564.7046212557898,1369.6015216564826,592.5856507025359,1865.3180614781108,797.9096874954041,3334.391785106845,1078.1391858352238,2233.0644439364496,873.5376637635932,2844.765074895677,1025.6194515634006,4010.2383049370983,17347.15361435602,5165.435920271813,119054.43857581589,43704.9775919698,3844.220451170402,19513.23338719066 diff --git a/tests/data/deflex_2014_de21_part_csv/general.csv b/tests/data/deflex_2014_de21_part_csv/general.csv deleted file mode 100644 index de8dd6e3..00000000 --- a/tests/data/deflex_2014_de21_part_csv/general.csv +++ /dev/null @@ -1,20 +0,0 @@ -,value -co2 price,15.92 -copperplate,False -costs_source,ewi -default_transmission_efficiency,0.9 -downtime_bioenergy,0.1 -group_transformer,True -heat,False -limited_transformer,bioenergy -local_fuels,district heating -map,de21 -mobility_other,petrol -name,deflex_2014_de21_no-heat_no-reg-merit -number of time steps,8760 -round,1 -separate_heat_regions,de22 -use_CO2_costs,True -use_downtime_factor,True -use_variable_costs,True -year,2014 diff --git a/tests/data/deflex_2014_de21_part_csv/mobility series.csv b/tests/data/deflex_2014_de21_part_csv/mobility series.csv deleted file mode 100644 index d4442938..00000000 --- a/tests/data/deflex_2014_de21_part_csv/mobility series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -,DE,DE -,diesel,petrol -0,47829,26804 -1,47829,26804 -2,47829,26804 -3,47829,26804 -4,47829,26804 -5,47829,26804 -6,47829,26804 -7,47829,26804 -8,47829,26804 -9,47829,26804 -10,47829,26804 -11,47829,26804 -12,47829,26804 -13,47829,26804 -14,47829,26804 -15,47829,26804 -16,47829,26804 -17,47829,26804 -18,47829,26804 -19,47829,26804 -20,47829,26804 -21,47829,26804 -22,47829,26804 -23,47829,26804 -24,47829,26804 -25,47829,26804 -26,47829,26804 -27,47829,26804 -28,47829,26804 -29,47829,26804 -30,47829,26804 -31,47829,26804 -32,47829,26804 -33,47829,26804 -34,47829,26804 -35,47829,26804 -36,47829,26804 -37,47829,26804 -38,47829,26804 -39,47829,26804 -40,47829,26804 -41,47829,26804 -42,47829,26804 -43,47829,26804 -44,47829,26804 -45,47829,26804 -46,47829,26804 -47,47829,26804 -48,47829,26804 -49,47829,26804 -50,47829,26804 -51,47829,26804 -52,47829,26804 -53,47829,26804 -54,47829,26804 -55,47829,26804 -56,47829,26804 -57,47829,26804 -58,47829,26804 -59,47829,26804 -60,47829,26804 -61,47829,26804 -62,47829,26804 -63,47829,26804 -64,47829,26804 -65,47829,26804 -66,47829,26804 -67,47829,26804 -68,47829,26804 -69,47829,26804 -70,47829,26804 -71,47829,26804 -72,47829,26804 -73,47829,26804 -74,47829,26804 -75,47829,26804 -76,47829,26804 -77,47829,26804 -78,47829,26804 -79,47829,26804 -80,47829,26804 -81,47829,26804 -82,47829,26804 -83,47829,26804 -84,47829,26804 -85,47829,26804 -86,47829,26804 -87,47829,26804 -88,47829,26804 -89,47829,26804 -90,47829,26804 -91,47829,26804 -92,47829,26804 -93,47829,26804 -94,47829,26804 -95,47829,26804 -96,47829,26804 -97,47829,26804 -98,47829,26804 -99,47829,26804 -100,47829,26804 -101,47829,26804 -102,47829,26804 -103,47829,26804 -104,47829,26804 -105,47829,26804 -106,47829,26804 -107,47829,26804 -108,47829,26804 -109,47829,26804 -110,47829,26804 -111,47829,26804 -112,47829,26804 -113,47829,26804 -114,47829,26804 -115,47829,26804 -116,47829,26804 -117,47829,26804 -118,47829,26804 -119,47829,26804 -120,47829,26804 -121,47829,26804 -122,47829,26804 -123,47829,26804 -124,47829,26804 -125,47829,26804 -126,47829,26804 -127,47829,26804 -128,47829,26804 -129,47829,26804 -130,47829,26804 -131,47829,26804 -132,47829,26804 -133,47829,26804 -134,47829,26804 -135,47829,26804 -136,47829,26804 -137,47829,26804 -138,47829,26804 -139,47829,26804 -140,47829,26804 -141,47829,26804 -142,47829,26804 -143,47829,26804 -144,47829,26804 -145,47829,26804 -146,47829,26804 -147,47829,26804 -148,47829,26804 -149,47829,26804 -150,47829,26804 -151,47829,26804 -152,47829,26804 -153,47829,26804 -154,47829,26804 -155,47829,26804 -156,47829,26804 -157,47829,26804 -158,47829,26804 -159,47829,26804 -160,47829,26804 -161,47829,26804 -162,47829,26804 -163,47829,26804 -164,47829,26804 -165,47829,26804 -166,47829,26804 -167,47829,26804 -168,47829,26804 -169,47829,26804 -170,47829,26804 -171,47829,26804 -172,47829,26804 -173,47829,26804 -174,47829,26804 -175,47829,26804 -176,47829,26804 -177,47829,26804 -178,47829,26804 -179,47829,26804 -180,47829,26804 -181,47829,26804 -182,47829,26804 -183,47829,26804 -184,47829,26804 -185,47829,26804 -186,47829,26804 -187,47829,26804 -188,47829,26804 -189,47829,26804 -190,47829,26804 -191,47829,26804 -192,47829,26804 -193,47829,26804 -194,47829,26804 -195,47829,26804 -196,47829,26804 -197,47829,26804 -198,47829,26804 -199,47829,26804 -200,47829,26804 -201,47829,26804 -202,47829,26804 -203,47829,26804 -204,47829,26804 -205,47829,26804 -206,47829,26804 -207,47829,26804 -208,47829,26804 -209,47829,26804 -210,47829,26804 -211,47829,26804 -212,47829,26804 -213,47829,26804 -214,47829,26804 -215,47829,26804 -216,47829,26804 -217,47829,26804 -218,47829,26804 -219,47829,26804 -220,47829,26804 -221,47829,26804 -222,47829,26804 -223,47829,26804 -224,47829,26804 -225,47829,26804 -226,47829,26804 -227,47829,26804 -228,47829,26804 -229,47829,26804 -230,47829,26804 -231,47829,26804 -232,47829,26804 -233,47829,26804 -234,47829,26804 -235,47829,26804 -236,47829,26804 -237,47829,26804 -238,47829,26804 -239,47829,26804 -240,47829,26804 -241,47829,26804 -242,47829,26804 -243,47829,26804 -244,47829,26804 -245,47829,26804 -246,47829,26804 -247,47829,26804 -248,47829,26804 -249,47829,26804 -250,47829,26804 -251,47829,26804 -252,47829,26804 -253,47829,26804 -254,47829,26804 -255,47829,26804 -256,47829,26804 -257,47829,26804 -258,47829,26804 -259,47829,26804 -260,47829,26804 -261,47829,26804 -262,47829,26804 -263,47829,26804 -264,47829,26804 -265,47829,26804 -266,47829,26804 -267,47829,26804 -268,47829,26804 -269,47829,26804 -270,47829,26804 -271,47829,26804 -272,47829,26804 -273,47829,26804 -274,47829,26804 -275,47829,26804 -276,47829,26804 -277,47829,26804 -278,47829,26804 -279,47829,26804 -280,47829,26804 -281,47829,26804 -282,47829,26804 -283,47829,26804 -284,47829,26804 -285,47829,26804 -286,47829,26804 -287,47829,26804 -288,47829,26804 -289,47829,26804 -290,47829,26804 -291,47829,26804 -292,47829,26804 -293,47829,26804 -294,47829,26804 -295,47829,26804 -296,47829,26804 -297,47829,26804 -298,47829,26804 -299,47829,26804 -300,47829,26804 -301,47829,26804 -302,47829,26804 -303,47829,26804 -304,47829,26804 -305,47829,26804 -306,47829,26804 -307,47829,26804 -308,47829,26804 -309,47829,26804 -310,47829,26804 -311,47829,26804 -312,47829,26804 -313,47829,26804 -314,47829,26804 -315,47829,26804 -316,47829,26804 -317,47829,26804 -318,47829,26804 -319,47829,26804 -320,47829,26804 -321,47829,26804 -322,47829,26804 -323,47829,26804 -324,47829,26804 -325,47829,26804 -326,47829,26804 -327,47829,26804 -328,47829,26804 -329,47829,26804 -330,47829,26804 -331,47829,26804 -332,47829,26804 -333,47829,26804 -334,47829,26804 -335,47829,26804 -336,47829,26804 -337,47829,26804 -338,47829,26804 -339,47829,26804 -340,47829,26804 -341,47829,26804 -342,47829,26804 -343,47829,26804 -344,47829,26804 -345,47829,26804 -346,47829,26804 -347,47829,26804 -348,47829,26804 -349,47829,26804 -350,47829,26804 -351,47829,26804 -352,47829,26804 -353,47829,26804 -354,47829,26804 -355,47829,26804 -356,47829,26804 -357,47829,26804 -358,47829,26804 -359,47829,26804 -360,47829,26804 -361,47829,26804 -362,47829,26804 -363,47829,26804 -364,47829,26804 -365,47829,26804 -366,47829,26804 -367,47829,26804 -368,47829,26804 -369,47829,26804 -370,47829,26804 -371,47829,26804 -372,47829,26804 -373,47829,26804 -374,47829,26804 -375,47829,26804 -376,47829,26804 -377,47829,26804 -378,47829,26804 -379,47829,26804 -380,47829,26804 -381,47829,26804 -382,47829,26804 -383,47829,26804 -384,47829,26804 -385,47829,26804 -386,47829,26804 -387,47829,26804 -388,47829,26804 -389,47829,26804 -390,47829,26804 -391,47829,26804 -392,47829,26804 -393,47829,26804 -394,47829,26804 -395,47829,26804 -396,47829,26804 -397,47829,26804 -398,47829,26804 -399,47829,26804 -400,47829,26804 -401,47829,26804 -402,47829,26804 -403,47829,26804 -404,47829,26804 -405,47829,26804 -406,47829,26804 -407,47829,26804 -408,47829,26804 -409,47829,26804 -410,47829,26804 -411,47829,26804 -412,47829,26804 -413,47829,26804 -414,47829,26804 -415,47829,26804 -416,47829,26804 -417,47829,26804 -418,47829,26804 -419,47829,26804 -420,47829,26804 -421,47829,26804 -422,47829,26804 -423,47829,26804 -424,47829,26804 -425,47829,26804 -426,47829,26804 -427,47829,26804 -428,47829,26804 -429,47829,26804 -430,47829,26804 -431,47829,26804 -432,47829,26804 -433,47829,26804 -434,47829,26804 -435,47829,26804 -436,47829,26804 -437,47829,26804 -438,47829,26804 -439,47829,26804 -440,47829,26804 -441,47829,26804 -442,47829,26804 -443,47829,26804 -444,47829,26804 -445,47829,26804 -446,47829,26804 -447,47829,26804 -448,47829,26804 -449,47829,26804 -450,47829,26804 -451,47829,26804 -452,47829,26804 -453,47829,26804 -454,47829,26804 -455,47829,26804 -456,47829,26804 -457,47829,26804 -458,47829,26804 -459,47829,26804 -460,47829,26804 -461,47829,26804 -462,47829,26804 -463,47829,26804 -464,47829,26804 -465,47829,26804 -466,47829,26804 -467,47829,26804 -468,47829,26804 -469,47829,26804 -470,47829,26804 -471,47829,26804 -472,47829,26804 -473,47829,26804 -474,47829,26804 -475,47829,26804 -476,47829,26804 -477,47829,26804 -478,47829,26804 -479,47829,26804 -480,47829,26804 -481,47829,26804 -482,47829,26804 -483,47829,26804 -484,47829,26804 -485,47829,26804 -486,47829,26804 -487,47829,26804 -488,47829,26804 -489,47829,26804 -490,47829,26804 -491,47829,26804 -492,47829,26804 -493,47829,26804 -494,47829,26804 -495,47829,26804 -496,47829,26804 -497,47829,26804 -498,47829,26804 -499,47829,26804 -500,47829,26804 -501,47829,26804 -502,47829,26804 -503,47829,26804 -504,47829,26804 -505,47829,26804 -506,47829,26804 -507,47829,26804 -508,47829,26804 -509,47829,26804 -510,47829,26804 -511,47829,26804 -512,47829,26804 -513,47829,26804 -514,47829,26804 -515,47829,26804 -516,47829,26804 -517,47829,26804 -518,47829,26804 -519,47829,26804 -520,47829,26804 -521,47829,26804 -522,47829,26804 -523,47829,26804 -524,47829,26804 -525,47829,26804 -526,47829,26804 -527,47829,26804 -528,47829,26804 -529,47829,26804 -530,47829,26804 -531,47829,26804 -532,47829,26804 -533,47829,26804 -534,47829,26804 -535,47829,26804 -536,47829,26804 -537,47829,26804 -538,47829,26804 -539,47829,26804 -540,47829,26804 -541,47829,26804 -542,47829,26804 -543,47829,26804 -544,47829,26804 -545,47829,26804 -546,47829,26804 -547,47829,26804 -548,47829,26804 -549,47829,26804 -550,47829,26804 -551,47829,26804 -552,47829,26804 -553,47829,26804 -554,47829,26804 -555,47829,26804 -556,47829,26804 -557,47829,26804 -558,47829,26804 -559,47829,26804 -560,47829,26804 -561,47829,26804 -562,47829,26804 -563,47829,26804 -564,47829,26804 -565,47829,26804 -566,47829,26804 -567,47829,26804 -568,47829,26804 -569,47829,26804 -570,47829,26804 -571,47829,26804 -572,47829,26804 -573,47829,26804 -574,47829,26804 -575,47829,26804 -576,47829,26804 -577,47829,26804 -578,47829,26804 -579,47829,26804 -580,47829,26804 -581,47829,26804 -582,47829,26804 -583,47829,26804 -584,47829,26804 -585,47829,26804 -586,47829,26804 -587,47829,26804 -588,47829,26804 -589,47829,26804 -590,47829,26804 -591,47829,26804 -592,47829,26804 -593,47829,26804 -594,47829,26804 -595,47829,26804 -596,47829,26804 -597,47829,26804 -598,47829,26804 -599,47829,26804 -600,47829,26804 -601,47829,26804 -602,47829,26804 -603,47829,26804 -604,47829,26804 -605,47829,26804 -606,47829,26804 -607,47829,26804 -608,47829,26804 -609,47829,26804 -610,47829,26804 -611,47829,26804 -612,47829,26804 -613,47829,26804 -614,47829,26804 -615,47829,26804 -616,47829,26804 -617,47829,26804 -618,47829,26804 -619,47829,26804 -620,47829,26804 -621,47829,26804 -622,47829,26804 -623,47829,26804 -624,47829,26804 -625,47829,26804 -626,47829,26804 -627,47829,26804 -628,47829,26804 -629,47829,26804 -630,47829,26804 -631,47829,26804 -632,47829,26804 -633,47829,26804 -634,47829,26804 -635,47829,26804 -636,47829,26804 -637,47829,26804 -638,47829,26804 -639,47829,26804 -640,47829,26804 -641,47829,26804 -642,47829,26804 -643,47829,26804 -644,47829,26804 -645,47829,26804 -646,47829,26804 -647,47829,26804 -648,47829,26804 -649,47829,26804 -650,47829,26804 -651,47829,26804 -652,47829,26804 -653,47829,26804 -654,47829,26804 -655,47829,26804 -656,47829,26804 -657,47829,26804 -658,47829,26804 -659,47829,26804 -660,47829,26804 -661,47829,26804 -662,47829,26804 -663,47829,26804 -664,47829,26804 -665,47829,26804 -666,47829,26804 -667,47829,26804 -668,47829,26804 -669,47829,26804 -670,47829,26804 -671,47829,26804 -672,47829,26804 -673,47829,26804 -674,47829,26804 -675,47829,26804 -676,47829,26804 -677,47829,26804 -678,47829,26804 -679,47829,26804 -680,47829,26804 -681,47829,26804 -682,47829,26804 -683,47829,26804 -684,47829,26804 -685,47829,26804 -686,47829,26804 -687,47829,26804 -688,47829,26804 -689,47829,26804 -690,47829,26804 -691,47829,26804 -692,47829,26804 -693,47829,26804 -694,47829,26804 -695,47829,26804 -696,47829,26804 -697,47829,26804 -698,47829,26804 -699,47829,26804 -700,47829,26804 -701,47829,26804 -702,47829,26804 -703,47829,26804 -704,47829,26804 -705,47829,26804 -706,47829,26804 -707,47829,26804 -708,47829,26804 -709,47829,26804 -710,47829,26804 -711,47829,26804 -712,47829,26804 -713,47829,26804 -714,47829,26804 -715,47829,26804 -716,47829,26804 -717,47829,26804 -718,47829,26804 -719,47829,26804 -720,47829,26804 -721,47829,26804 -722,47829,26804 -723,47829,26804 -724,47829,26804 -725,47829,26804 -726,47829,26804 -727,47829,26804 -728,47829,26804 -729,47829,26804 -730,47829,26804 -731,47829,26804 -732,47829,26804 -733,47829,26804 -734,47829,26804 -735,47829,26804 -736,47829,26804 -737,47829,26804 -738,47829,26804 -739,47829,26804 -740,47829,26804 -741,47829,26804 -742,47829,26804 -743,47829,26804 -744,47829,26804 -745,47829,26804 -746,47829,26804 -747,47829,26804 -748,47829,26804 -749,47829,26804 -750,47829,26804 -751,47829,26804 -752,47829,26804 -753,47829,26804 -754,47829,26804 -755,47829,26804 -756,47829,26804 -757,47829,26804 -758,47829,26804 -759,47829,26804 -760,47829,26804 -761,47829,26804 -762,47829,26804 -763,47829,26804 -764,47829,26804 -765,47829,26804 -766,47829,26804 -767,47829,26804 -768,47829,26804 -769,47829,26804 -770,47829,26804 -771,47829,26804 -772,47829,26804 -773,47829,26804 -774,47829,26804 -775,47829,26804 -776,47829,26804 -777,47829,26804 -778,47829,26804 -779,47829,26804 -780,47829,26804 -781,47829,26804 -782,47829,26804 -783,47829,26804 -784,47829,26804 -785,47829,26804 -786,47829,26804 -787,47829,26804 -788,47829,26804 -789,47829,26804 -790,47829,26804 -791,47829,26804 -792,47829,26804 -793,47829,26804 -794,47829,26804 -795,47829,26804 -796,47829,26804 -797,47829,26804 -798,47829,26804 -799,47829,26804 -800,47829,26804 -801,47829,26804 -802,47829,26804 -803,47829,26804 -804,47829,26804 -805,47829,26804 -806,47829,26804 -807,47829,26804 -808,47829,26804 -809,47829,26804 -810,47829,26804 -811,47829,26804 -812,47829,26804 -813,47829,26804 -814,47829,26804 -815,47829,26804 -816,47829,26804 -817,47829,26804 -818,47829,26804 -819,47829,26804 -820,47829,26804 -821,47829,26804 -822,47829,26804 -823,47829,26804 -824,47829,26804 -825,47829,26804 -826,47829,26804 -827,47829,26804 -828,47829,26804 -829,47829,26804 -830,47829,26804 -831,47829,26804 -832,47829,26804 -833,47829,26804 -834,47829,26804 -835,47829,26804 -836,47829,26804 -837,47829,26804 -838,47829,26804 -839,47829,26804 -840,47829,26804 -841,47829,26804 -842,47829,26804 -843,47829,26804 -844,47829,26804 -845,47829,26804 -846,47829,26804 -847,47829,26804 -848,47829,26804 -849,47829,26804 -850,47829,26804 -851,47829,26804 -852,47829,26804 -853,47829,26804 -854,47829,26804 -855,47829,26804 -856,47829,26804 -857,47829,26804 -858,47829,26804 -859,47829,26804 -860,47829,26804 -861,47829,26804 -862,47829,26804 -863,47829,26804 -864,47829,26804 -865,47829,26804 -866,47829,26804 -867,47829,26804 -868,47829,26804 -869,47829,26804 -870,47829,26804 -871,47829,26804 -872,47829,26804 -873,47829,26804 -874,47829,26804 -875,47829,26804 -876,47829,26804 -877,47829,26804 -878,47829,26804 -879,47829,26804 -880,47829,26804 -881,47829,26804 -882,47829,26804 -883,47829,26804 -884,47829,26804 -885,47829,26804 -886,47829,26804 -887,47829,26804 -888,47829,26804 -889,47829,26804 -890,47829,26804 -891,47829,26804 -892,47829,26804 -893,47829,26804 -894,47829,26804 -895,47829,26804 -896,47829,26804 -897,47829,26804 -898,47829,26804 -899,47829,26804 -900,47829,26804 -901,47829,26804 -902,47829,26804 -903,47829,26804 -904,47829,26804 -905,47829,26804 -906,47829,26804 -907,47829,26804 -908,47829,26804 -909,47829,26804 -910,47829,26804 -911,47829,26804 -912,47829,26804 -913,47829,26804 -914,47829,26804 -915,47829,26804 -916,47829,26804 -917,47829,26804 -918,47829,26804 -919,47829,26804 -920,47829,26804 -921,47829,26804 -922,47829,26804 -923,47829,26804 -924,47829,26804 -925,47829,26804 -926,47829,26804 -927,47829,26804 -928,47829,26804 -929,47829,26804 -930,47829,26804 -931,47829,26804 -932,47829,26804 -933,47829,26804 -934,47829,26804 -935,47829,26804 -936,47829,26804 -937,47829,26804 -938,47829,26804 -939,47829,26804 -940,47829,26804 -941,47829,26804 -942,47829,26804 -943,47829,26804 -944,47829,26804 -945,47829,26804 -946,47829,26804 -947,47829,26804 -948,47829,26804 -949,47829,26804 -950,47829,26804 -951,47829,26804 -952,47829,26804 -953,47829,26804 -954,47829,26804 -955,47829,26804 -956,47829,26804 -957,47829,26804 -958,47829,26804 -959,47829,26804 -960,47829,26804 -961,47829,26804 -962,47829,26804 -963,47829,26804 -964,47829,26804 -965,47829,26804 -966,47829,26804 -967,47829,26804 -968,47829,26804 -969,47829,26804 -970,47829,26804 -971,47829,26804 -972,47829,26804 -973,47829,26804 -974,47829,26804 -975,47829,26804 -976,47829,26804 -977,47829,26804 -978,47829,26804 -979,47829,26804 -980,47829,26804 -981,47829,26804 -982,47829,26804 -983,47829,26804 -984,47829,26804 -985,47829,26804 -986,47829,26804 -987,47829,26804 -988,47829,26804 -989,47829,26804 -990,47829,26804 -991,47829,26804 -992,47829,26804 -993,47829,26804 -994,47829,26804 -995,47829,26804 -996,47829,26804 -997,47829,26804 -998,47829,26804 -999,47829,26804 -1000,47829,26804 -1001,47829,26804 -1002,47829,26804 -1003,47829,26804 -1004,47829,26804 -1005,47829,26804 -1006,47829,26804 -1007,47829,26804 -1008,47829,26804 -1009,47829,26804 -1010,47829,26804 -1011,47829,26804 -1012,47829,26804 -1013,47829,26804 -1014,47829,26804 -1015,47829,26804 -1016,47829,26804 -1017,47829,26804 -1018,47829,26804 -1019,47829,26804 -1020,47829,26804 -1021,47829,26804 -1022,47829,26804 -1023,47829,26804 -1024,47829,26804 -1025,47829,26804 -1026,47829,26804 -1027,47829,26804 -1028,47829,26804 -1029,47829,26804 -1030,47829,26804 -1031,47829,26804 -1032,47829,26804 -1033,47829,26804 -1034,47829,26804 -1035,47829,26804 -1036,47829,26804 -1037,47829,26804 -1038,47829,26804 -1039,47829,26804 -1040,47829,26804 -1041,47829,26804 -1042,47829,26804 -1043,47829,26804 -1044,47829,26804 -1045,47829,26804 -1046,47829,26804 -1047,47829,26804 -1048,47829,26804 -1049,47829,26804 -1050,47829,26804 -1051,47829,26804 -1052,47829,26804 -1053,47829,26804 -1054,47829,26804 -1055,47829,26804 -1056,47829,26804 -1057,47829,26804 -1058,47829,26804 -1059,47829,26804 -1060,47829,26804 -1061,47829,26804 -1062,47829,26804 -1063,47829,26804 -1064,47829,26804 -1065,47829,26804 -1066,47829,26804 -1067,47829,26804 -1068,47829,26804 -1069,47829,26804 -1070,47829,26804 -1071,47829,26804 -1072,47829,26804 -1073,47829,26804 -1074,47829,26804 -1075,47829,26804 -1076,47829,26804 -1077,47829,26804 -1078,47829,26804 -1079,47829,26804 -1080,47829,26804 -1081,47829,26804 -1082,47829,26804 -1083,47829,26804 -1084,47829,26804 -1085,47829,26804 -1086,47829,26804 -1087,47829,26804 -1088,47829,26804 -1089,47829,26804 -1090,47829,26804 -1091,47829,26804 -1092,47829,26804 -1093,47829,26804 -1094,47829,26804 -1095,47829,26804 -1096,47829,26804 -1097,47829,26804 -1098,47829,26804 -1099,47829,26804 -1100,47829,26804 -1101,47829,26804 -1102,47829,26804 -1103,47829,26804 -1104,47829,26804 -1105,47829,26804 -1106,47829,26804 -1107,47829,26804 -1108,47829,26804 -1109,47829,26804 -1110,47829,26804 -1111,47829,26804 -1112,47829,26804 -1113,47829,26804 -1114,47829,26804 -1115,47829,26804 -1116,47829,26804 -1117,47829,26804 -1118,47829,26804 -1119,47829,26804 -1120,47829,26804 -1121,47829,26804 -1122,47829,26804 -1123,47829,26804 -1124,47829,26804 -1125,47829,26804 -1126,47829,26804 -1127,47829,26804 -1128,47829,26804 -1129,47829,26804 -1130,47829,26804 -1131,47829,26804 -1132,47829,26804 -1133,47829,26804 -1134,47829,26804 -1135,47829,26804 -1136,47829,26804 -1137,47829,26804 -1138,47829,26804 -1139,47829,26804 -1140,47829,26804 -1141,47829,26804 -1142,47829,26804 -1143,47829,26804 -1144,47829,26804 -1145,47829,26804 -1146,47829,26804 -1147,47829,26804 -1148,47829,26804 -1149,47829,26804 -1150,47829,26804 -1151,47829,26804 -1152,47829,26804 -1153,47829,26804 -1154,47829,26804 -1155,47829,26804 -1156,47829,26804 -1157,47829,26804 -1158,47829,26804 -1159,47829,26804 -1160,47829,26804 -1161,47829,26804 -1162,47829,26804 -1163,47829,26804 -1164,47829,26804 -1165,47829,26804 -1166,47829,26804 -1167,47829,26804 -1168,47829,26804 -1169,47829,26804 -1170,47829,26804 -1171,47829,26804 -1172,47829,26804 -1173,47829,26804 -1174,47829,26804 -1175,47829,26804 -1176,47829,26804 -1177,47829,26804 -1178,47829,26804 -1179,47829,26804 -1180,47829,26804 -1181,47829,26804 -1182,47829,26804 -1183,47829,26804 -1184,47829,26804 -1185,47829,26804 -1186,47829,26804 -1187,47829,26804 -1188,47829,26804 -1189,47829,26804 -1190,47829,26804 -1191,47829,26804 -1192,47829,26804 -1193,47829,26804 -1194,47829,26804 -1195,47829,26804 -1196,47829,26804 -1197,47829,26804 -1198,47829,26804 -1199,47829,26804 -1200,47829,26804 -1201,47829,26804 -1202,47829,26804 -1203,47829,26804 -1204,47829,26804 -1205,47829,26804 -1206,47829,26804 -1207,47829,26804 -1208,47829,26804 -1209,47829,26804 -1210,47829,26804 -1211,47829,26804 -1212,47829,26804 -1213,47829,26804 -1214,47829,26804 -1215,47829,26804 -1216,47829,26804 -1217,47829,26804 -1218,47829,26804 -1219,47829,26804 -1220,47829,26804 -1221,47829,26804 -1222,47829,26804 -1223,47829,26804 -1224,47829,26804 -1225,47829,26804 -1226,47829,26804 -1227,47829,26804 -1228,47829,26804 -1229,47829,26804 -1230,47829,26804 -1231,47829,26804 -1232,47829,26804 -1233,47829,26804 -1234,47829,26804 -1235,47829,26804 -1236,47829,26804 -1237,47829,26804 -1238,47829,26804 -1239,47829,26804 -1240,47829,26804 -1241,47829,26804 -1242,47829,26804 -1243,47829,26804 -1244,47829,26804 -1245,47829,26804 -1246,47829,26804 -1247,47829,26804 -1248,47829,26804 -1249,47829,26804 -1250,47829,26804 -1251,47829,26804 -1252,47829,26804 -1253,47829,26804 -1254,47829,26804 -1255,47829,26804 -1256,47829,26804 -1257,47829,26804 -1258,47829,26804 -1259,47829,26804 -1260,47829,26804 -1261,47829,26804 -1262,47829,26804 -1263,47829,26804 -1264,47829,26804 -1265,47829,26804 -1266,47829,26804 -1267,47829,26804 -1268,47829,26804 -1269,47829,26804 -1270,47829,26804 -1271,47829,26804 -1272,47829,26804 -1273,47829,26804 -1274,47829,26804 -1275,47829,26804 -1276,47829,26804 -1277,47829,26804 -1278,47829,26804 -1279,47829,26804 -1280,47829,26804 -1281,47829,26804 -1282,47829,26804 -1283,47829,26804 -1284,47829,26804 -1285,47829,26804 -1286,47829,26804 -1287,47829,26804 -1288,47829,26804 -1289,47829,26804 -1290,47829,26804 -1291,47829,26804 -1292,47829,26804 -1293,47829,26804 -1294,47829,26804 -1295,47829,26804 -1296,47829,26804 -1297,47829,26804 -1298,47829,26804 -1299,47829,26804 -1300,47829,26804 -1301,47829,26804 -1302,47829,26804 -1303,47829,26804 -1304,47829,26804 -1305,47829,26804 -1306,47829,26804 -1307,47829,26804 -1308,47829,26804 -1309,47829,26804 -1310,47829,26804 -1311,47829,26804 -1312,47829,26804 -1313,47829,26804 -1314,47829,26804 -1315,47829,26804 -1316,47829,26804 -1317,47829,26804 -1318,47829,26804 -1319,47829,26804 -1320,47829,26804 -1321,47829,26804 -1322,47829,26804 -1323,47829,26804 -1324,47829,26804 -1325,47829,26804 -1326,47829,26804 -1327,47829,26804 -1328,47829,26804 -1329,47829,26804 -1330,47829,26804 -1331,47829,26804 -1332,47829,26804 -1333,47829,26804 -1334,47829,26804 -1335,47829,26804 -1336,47829,26804 -1337,47829,26804 -1338,47829,26804 -1339,47829,26804 -1340,47829,26804 -1341,47829,26804 -1342,47829,26804 -1343,47829,26804 -1344,47829,26804 -1345,47829,26804 -1346,47829,26804 -1347,47829,26804 -1348,47829,26804 -1349,47829,26804 -1350,47829,26804 -1351,47829,26804 -1352,47829,26804 -1353,47829,26804 -1354,47829,26804 -1355,47829,26804 -1356,47829,26804 -1357,47829,26804 -1358,47829,26804 -1359,47829,26804 -1360,47829,26804 -1361,47829,26804 -1362,47829,26804 -1363,47829,26804 -1364,47829,26804 -1365,47829,26804 -1366,47829,26804 -1367,47829,26804 -1368,47829,26804 -1369,47829,26804 -1370,47829,26804 -1371,47829,26804 -1372,47829,26804 -1373,47829,26804 -1374,47829,26804 -1375,47829,26804 -1376,47829,26804 -1377,47829,26804 -1378,47829,26804 -1379,47829,26804 -1380,47829,26804 -1381,47829,26804 -1382,47829,26804 -1383,47829,26804 -1384,47829,26804 -1385,47829,26804 -1386,47829,26804 -1387,47829,26804 -1388,47829,26804 -1389,47829,26804 -1390,47829,26804 -1391,47829,26804 -1392,47829,26804 -1393,47829,26804 -1394,47829,26804 -1395,47829,26804 -1396,47829,26804 -1397,47829,26804 -1398,47829,26804 -1399,47829,26804 -1400,47829,26804 -1401,47829,26804 -1402,47829,26804 -1403,47829,26804 -1404,47829,26804 -1405,47829,26804 -1406,47829,26804 -1407,47829,26804 -1408,47829,26804 -1409,47829,26804 -1410,47829,26804 -1411,47829,26804 -1412,47829,26804 -1413,47829,26804 -1414,47829,26804 -1415,47829,26804 -1416,47829,26804 -1417,47829,26804 -1418,47829,26804 -1419,47829,26804 -1420,47829,26804 -1421,47829,26804 -1422,47829,26804 -1423,47829,26804 -1424,47829,26804 -1425,47829,26804 -1426,47829,26804 -1427,47829,26804 -1428,47829,26804 -1429,47829,26804 -1430,47829,26804 -1431,47829,26804 -1432,47829,26804 -1433,47829,26804 -1434,47829,26804 -1435,47829,26804 -1436,47829,26804 -1437,47829,26804 -1438,47829,26804 -1439,47829,26804 -1440,47829,26804 -1441,47829,26804 -1442,47829,26804 -1443,47829,26804 -1444,47829,26804 -1445,47829,26804 -1446,47829,26804 -1447,47829,26804 -1448,47829,26804 -1449,47829,26804 -1450,47829,26804 -1451,47829,26804 -1452,47829,26804 -1453,47829,26804 -1454,47829,26804 -1455,47829,26804 -1456,47829,26804 -1457,47829,26804 -1458,47829,26804 -1459,47829,26804 -1460,47829,26804 -1461,47829,26804 -1462,47829,26804 -1463,47829,26804 -1464,47829,26804 -1465,47829,26804 -1466,47829,26804 -1467,47829,26804 -1468,47829,26804 -1469,47829,26804 -1470,47829,26804 -1471,47829,26804 -1472,47829,26804 -1473,47829,26804 -1474,47829,26804 -1475,47829,26804 -1476,47829,26804 -1477,47829,26804 -1478,47829,26804 -1479,47829,26804 -1480,47829,26804 -1481,47829,26804 -1482,47829,26804 -1483,47829,26804 -1484,47829,26804 -1485,47829,26804 -1486,47829,26804 -1487,47829,26804 -1488,47829,26804 -1489,47829,26804 -1490,47829,26804 -1491,47829,26804 -1492,47829,26804 -1493,47829,26804 -1494,47829,26804 -1495,47829,26804 -1496,47829,26804 -1497,47829,26804 -1498,47829,26804 -1499,47829,26804 -1500,47829,26804 -1501,47829,26804 -1502,47829,26804 -1503,47829,26804 -1504,47829,26804 -1505,47829,26804 -1506,47829,26804 -1507,47829,26804 -1508,47829,26804 -1509,47829,26804 -1510,47829,26804 -1511,47829,26804 -1512,47829,26804 -1513,47829,26804 -1514,47829,26804 -1515,47829,26804 -1516,47829,26804 -1517,47829,26804 -1518,47829,26804 -1519,47829,26804 -1520,47829,26804 -1521,47829,26804 -1522,47829,26804 -1523,47829,26804 -1524,47829,26804 -1525,47829,26804 -1526,47829,26804 -1527,47829,26804 -1528,47829,26804 -1529,47829,26804 -1530,47829,26804 -1531,47829,26804 -1532,47829,26804 -1533,47829,26804 -1534,47829,26804 -1535,47829,26804 -1536,47829,26804 -1537,47829,26804 -1538,47829,26804 -1539,47829,26804 -1540,47829,26804 -1541,47829,26804 -1542,47829,26804 -1543,47829,26804 -1544,47829,26804 -1545,47829,26804 -1546,47829,26804 -1547,47829,26804 -1548,47829,26804 -1549,47829,26804 -1550,47829,26804 -1551,47829,26804 -1552,47829,26804 -1553,47829,26804 -1554,47829,26804 -1555,47829,26804 -1556,47829,26804 -1557,47829,26804 -1558,47829,26804 -1559,47829,26804 -1560,47829,26804 -1561,47829,26804 -1562,47829,26804 -1563,47829,26804 -1564,47829,26804 -1565,47829,26804 -1566,47829,26804 -1567,47829,26804 -1568,47829,26804 -1569,47829,26804 -1570,47829,26804 -1571,47829,26804 -1572,47829,26804 -1573,47829,26804 -1574,47829,26804 -1575,47829,26804 -1576,47829,26804 -1577,47829,26804 -1578,47829,26804 -1579,47829,26804 -1580,47829,26804 -1581,47829,26804 -1582,47829,26804 -1583,47829,26804 -1584,47829,26804 -1585,47829,26804 -1586,47829,26804 -1587,47829,26804 -1588,47829,26804 -1589,47829,26804 -1590,47829,26804 -1591,47829,26804 -1592,47829,26804 -1593,47829,26804 -1594,47829,26804 -1595,47829,26804 -1596,47829,26804 -1597,47829,26804 -1598,47829,26804 -1599,47829,26804 -1600,47829,26804 -1601,47829,26804 -1602,47829,26804 -1603,47829,26804 -1604,47829,26804 -1605,47829,26804 -1606,47829,26804 -1607,47829,26804 -1608,47829,26804 -1609,47829,26804 -1610,47829,26804 -1611,47829,26804 -1612,47829,26804 -1613,47829,26804 -1614,47829,26804 -1615,47829,26804 -1616,47829,26804 -1617,47829,26804 -1618,47829,26804 -1619,47829,26804 -1620,47829,26804 -1621,47829,26804 -1622,47829,26804 -1623,47829,26804 -1624,47829,26804 -1625,47829,26804 -1626,47829,26804 -1627,47829,26804 -1628,47829,26804 -1629,47829,26804 -1630,47829,26804 -1631,47829,26804 -1632,47829,26804 -1633,47829,26804 -1634,47829,26804 -1635,47829,26804 -1636,47829,26804 -1637,47829,26804 -1638,47829,26804 -1639,47829,26804 -1640,47829,26804 -1641,47829,26804 -1642,47829,26804 -1643,47829,26804 -1644,47829,26804 -1645,47829,26804 -1646,47829,26804 -1647,47829,26804 -1648,47829,26804 -1649,47829,26804 -1650,47829,26804 -1651,47829,26804 -1652,47829,26804 -1653,47829,26804 -1654,47829,26804 -1655,47829,26804 -1656,47829,26804 -1657,47829,26804 -1658,47829,26804 -1659,47829,26804 -1660,47829,26804 -1661,47829,26804 -1662,47829,26804 -1663,47829,26804 -1664,47829,26804 -1665,47829,26804 -1666,47829,26804 -1667,47829,26804 -1668,47829,26804 -1669,47829,26804 -1670,47829,26804 -1671,47829,26804 -1672,47829,26804 -1673,47829,26804 -1674,47829,26804 -1675,47829,26804 -1676,47829,26804 -1677,47829,26804 -1678,47829,26804 -1679,47829,26804 -1680,47829,26804 -1681,47829,26804 -1682,47829,26804 -1683,47829,26804 -1684,47829,26804 -1685,47829,26804 -1686,47829,26804 -1687,47829,26804 -1688,47829,26804 -1689,47829,26804 -1690,47829,26804 -1691,47829,26804 -1692,47829,26804 -1693,47829,26804 -1694,47829,26804 -1695,47829,26804 -1696,47829,26804 -1697,47829,26804 -1698,47829,26804 -1699,47829,26804 -1700,47829,26804 -1701,47829,26804 -1702,47829,26804 -1703,47829,26804 -1704,47829,26804 -1705,47829,26804 -1706,47829,26804 -1707,47829,26804 -1708,47829,26804 -1709,47829,26804 -1710,47829,26804 -1711,47829,26804 -1712,47829,26804 -1713,47829,26804 -1714,47829,26804 -1715,47829,26804 -1716,47829,26804 -1717,47829,26804 -1718,47829,26804 -1719,47829,26804 -1720,47829,26804 -1721,47829,26804 -1722,47829,26804 -1723,47829,26804 -1724,47829,26804 -1725,47829,26804 -1726,47829,26804 -1727,47829,26804 -1728,47829,26804 -1729,47829,26804 -1730,47829,26804 -1731,47829,26804 -1732,47829,26804 -1733,47829,26804 -1734,47829,26804 -1735,47829,26804 -1736,47829,26804 -1737,47829,26804 -1738,47829,26804 -1739,47829,26804 -1740,47829,26804 -1741,47829,26804 -1742,47829,26804 -1743,47829,26804 -1744,47829,26804 -1745,47829,26804 -1746,47829,26804 -1747,47829,26804 -1748,47829,26804 -1749,47829,26804 -1750,47829,26804 -1751,47829,26804 -1752,47829,26804 -1753,47829,26804 -1754,47829,26804 -1755,47829,26804 -1756,47829,26804 -1757,47829,26804 -1758,47829,26804 -1759,47829,26804 -1760,47829,26804 -1761,47829,26804 -1762,47829,26804 -1763,47829,26804 -1764,47829,26804 -1765,47829,26804 -1766,47829,26804 -1767,47829,26804 -1768,47829,26804 -1769,47829,26804 -1770,47829,26804 -1771,47829,26804 -1772,47829,26804 -1773,47829,26804 -1774,47829,26804 -1775,47829,26804 -1776,47829,26804 -1777,47829,26804 -1778,47829,26804 -1779,47829,26804 -1780,47829,26804 -1781,47829,26804 -1782,47829,26804 -1783,47829,26804 -1784,47829,26804 -1785,47829,26804 -1786,47829,26804 -1787,47829,26804 -1788,47829,26804 -1789,47829,26804 -1790,47829,26804 -1791,47829,26804 -1792,47829,26804 -1793,47829,26804 -1794,47829,26804 -1795,47829,26804 -1796,47829,26804 -1797,47829,26804 -1798,47829,26804 -1799,47829,26804 -1800,47829,26804 -1801,47829,26804 -1802,47829,26804 -1803,47829,26804 -1804,47829,26804 -1805,47829,26804 -1806,47829,26804 -1807,47829,26804 -1808,47829,26804 -1809,47829,26804 -1810,47829,26804 -1811,47829,26804 -1812,47829,26804 -1813,47829,26804 -1814,47829,26804 -1815,47829,26804 -1816,47829,26804 -1817,47829,26804 -1818,47829,26804 -1819,47829,26804 -1820,47829,26804 -1821,47829,26804 -1822,47829,26804 -1823,47829,26804 -1824,47829,26804 -1825,47829,26804 -1826,47829,26804 -1827,47829,26804 -1828,47829,26804 -1829,47829,26804 -1830,47829,26804 -1831,47829,26804 -1832,47829,26804 -1833,47829,26804 -1834,47829,26804 -1835,47829,26804 -1836,47829,26804 -1837,47829,26804 -1838,47829,26804 -1839,47829,26804 -1840,47829,26804 -1841,47829,26804 -1842,47829,26804 -1843,47829,26804 -1844,47829,26804 -1845,47829,26804 -1846,47829,26804 -1847,47829,26804 -1848,47829,26804 -1849,47829,26804 -1850,47829,26804 -1851,47829,26804 -1852,47829,26804 -1853,47829,26804 -1854,47829,26804 -1855,47829,26804 -1856,47829,26804 -1857,47829,26804 -1858,47829,26804 -1859,47829,26804 -1860,47829,26804 -1861,47829,26804 -1862,47829,26804 -1863,47829,26804 -1864,47829,26804 -1865,47829,26804 -1866,47829,26804 -1867,47829,26804 -1868,47829,26804 -1869,47829,26804 -1870,47829,26804 -1871,47829,26804 -1872,47829,26804 -1873,47829,26804 -1874,47829,26804 -1875,47829,26804 -1876,47829,26804 -1877,47829,26804 -1878,47829,26804 -1879,47829,26804 -1880,47829,26804 -1881,47829,26804 -1882,47829,26804 -1883,47829,26804 -1884,47829,26804 -1885,47829,26804 -1886,47829,26804 -1887,47829,26804 -1888,47829,26804 -1889,47829,26804 -1890,47829,26804 -1891,47829,26804 -1892,47829,26804 -1893,47829,26804 -1894,47829,26804 -1895,47829,26804 -1896,47829,26804 -1897,47829,26804 -1898,47829,26804 -1899,47829,26804 -1900,47829,26804 -1901,47829,26804 -1902,47829,26804 -1903,47829,26804 -1904,47829,26804 -1905,47829,26804 -1906,47829,26804 -1907,47829,26804 -1908,47829,26804 -1909,47829,26804 -1910,47829,26804 -1911,47829,26804 -1912,47829,26804 -1913,47829,26804 -1914,47829,26804 -1915,47829,26804 -1916,47829,26804 -1917,47829,26804 -1918,47829,26804 -1919,47829,26804 -1920,47829,26804 -1921,47829,26804 -1922,47829,26804 -1923,47829,26804 -1924,47829,26804 -1925,47829,26804 -1926,47829,26804 -1927,47829,26804 -1928,47829,26804 -1929,47829,26804 -1930,47829,26804 -1931,47829,26804 -1932,47829,26804 -1933,47829,26804 -1934,47829,26804 -1935,47829,26804 -1936,47829,26804 -1937,47829,26804 -1938,47829,26804 -1939,47829,26804 -1940,47829,26804 -1941,47829,26804 -1942,47829,26804 -1943,47829,26804 -1944,47829,26804 -1945,47829,26804 -1946,47829,26804 -1947,47829,26804 -1948,47829,26804 -1949,47829,26804 -1950,47829,26804 -1951,47829,26804 -1952,47829,26804 -1953,47829,26804 -1954,47829,26804 -1955,47829,26804 -1956,47829,26804 -1957,47829,26804 -1958,47829,26804 -1959,47829,26804 -1960,47829,26804 -1961,47829,26804 -1962,47829,26804 -1963,47829,26804 -1964,47829,26804 -1965,47829,26804 -1966,47829,26804 -1967,47829,26804 -1968,47829,26804 -1969,47829,26804 -1970,47829,26804 -1971,47829,26804 -1972,47829,26804 -1973,47829,26804 -1974,47829,26804 -1975,47829,26804 -1976,47829,26804 -1977,47829,26804 -1978,47829,26804 -1979,47829,26804 -1980,47829,26804 -1981,47829,26804 -1982,47829,26804 -1983,47829,26804 -1984,47829,26804 -1985,47829,26804 -1986,47829,26804 -1987,47829,26804 -1988,47829,26804 -1989,47829,26804 -1990,47829,26804 -1991,47829,26804 -1992,47829,26804 -1993,47829,26804 -1994,47829,26804 -1995,47829,26804 -1996,47829,26804 -1997,47829,26804 -1998,47829,26804 -1999,47829,26804 -2000,47829,26804 -2001,47829,26804 -2002,47829,26804 -2003,47829,26804 -2004,47829,26804 -2005,47829,26804 -2006,47829,26804 -2007,47829,26804 -2008,47829,26804 -2009,47829,26804 -2010,47829,26804 -2011,47829,26804 -2012,47829,26804 -2013,47829,26804 -2014,47829,26804 -2015,47829,26804 -2016,47829,26804 -2017,47829,26804 -2018,47829,26804 -2019,47829,26804 -2020,47829,26804 -2021,47829,26804 -2022,47829,26804 -2023,47829,26804 -2024,47829,26804 -2025,47829,26804 -2026,47829,26804 -2027,47829,26804 -2028,47829,26804 -2029,47829,26804 -2030,47829,26804 -2031,47829,26804 -2032,47829,26804 -2033,47829,26804 -2034,47829,26804 -2035,47829,26804 -2036,47829,26804 -2037,47829,26804 -2038,47829,26804 -2039,47829,26804 -2040,47829,26804 -2041,47829,26804 -2042,47829,26804 -2043,47829,26804 -2044,47829,26804 -2045,47829,26804 -2046,47829,26804 -2047,47829,26804 -2048,47829,26804 -2049,47829,26804 -2050,47829,26804 -2051,47829,26804 -2052,47829,26804 -2053,47829,26804 -2054,47829,26804 -2055,47829,26804 -2056,47829,26804 -2057,47829,26804 -2058,47829,26804 -2059,47829,26804 -2060,47829,26804 -2061,47829,26804 -2062,47829,26804 -2063,47829,26804 -2064,47829,26804 -2065,47829,26804 -2066,47829,26804 -2067,47829,26804 -2068,47829,26804 -2069,47829,26804 -2070,47829,26804 -2071,47829,26804 -2072,47829,26804 -2073,47829,26804 -2074,47829,26804 -2075,47829,26804 -2076,47829,26804 -2077,47829,26804 -2078,47829,26804 -2079,47829,26804 -2080,47829,26804 -2081,47829,26804 -2082,47829,26804 -2083,47829,26804 -2084,47829,26804 -2085,47829,26804 -2086,47829,26804 -2087,47829,26804 -2088,47829,26804 -2089,47829,26804 -2090,47829,26804 -2091,47829,26804 -2092,47829,26804 -2093,47829,26804 -2094,47829,26804 -2095,47829,26804 -2096,47829,26804 -2097,47829,26804 -2098,47829,26804 -2099,47829,26804 -2100,47829,26804 -2101,47829,26804 -2102,47829,26804 -2103,47829,26804 -2104,47829,26804 -2105,47829,26804 -2106,47829,26804 -2107,47829,26804 -2108,47829,26804 -2109,47829,26804 -2110,47829,26804 -2111,47829,26804 -2112,47829,26804 -2113,47829,26804 -2114,47829,26804 -2115,47829,26804 -2116,47829,26804 -2117,47829,26804 -2118,47829,26804 -2119,47829,26804 -2120,47829,26804 -2121,47829,26804 -2122,47829,26804 -2123,47829,26804 -2124,47829,26804 -2125,47829,26804 -2126,47829,26804 -2127,47829,26804 -2128,47829,26804 -2129,47829,26804 -2130,47829,26804 -2131,47829,26804 -2132,47829,26804 -2133,47829,26804 -2134,47829,26804 -2135,47829,26804 -2136,47829,26804 -2137,47829,26804 -2138,47829,26804 -2139,47829,26804 -2140,47829,26804 -2141,47829,26804 -2142,47829,26804 -2143,47829,26804 -2144,47829,26804 -2145,47829,26804 -2146,47829,26804 -2147,47829,26804 -2148,47829,26804 -2149,47829,26804 -2150,47829,26804 -2151,47829,26804 -2152,47829,26804 -2153,47829,26804 -2154,47829,26804 -2155,47829,26804 -2156,47829,26804 -2157,47829,26804 -2158,47829,26804 -2159,47829,26804 -2160,47829,26804 -2161,47829,26804 -2162,47829,26804 -2163,47829,26804 -2164,47829,26804 -2165,47829,26804 -2166,47829,26804 -2167,47829,26804 -2168,47829,26804 -2169,47829,26804 -2170,47829,26804 -2171,47829,26804 -2172,47829,26804 -2173,47829,26804 -2174,47829,26804 -2175,47829,26804 -2176,47829,26804 -2177,47829,26804 -2178,47829,26804 -2179,47829,26804 -2180,47829,26804 -2181,47829,26804 -2182,47829,26804 -2183,47829,26804 -2184,47829,26804 -2185,47829,26804 -2186,47829,26804 -2187,47829,26804 -2188,47829,26804 -2189,47829,26804 -2190,47829,26804 -2191,47829,26804 -2192,47829,26804 -2193,47829,26804 -2194,47829,26804 -2195,47829,26804 -2196,47829,26804 -2197,47829,26804 -2198,47829,26804 -2199,47829,26804 -2200,47829,26804 -2201,47829,26804 -2202,47829,26804 -2203,47829,26804 -2204,47829,26804 -2205,47829,26804 -2206,47829,26804 -2207,47829,26804 -2208,47829,26804 -2209,47829,26804 -2210,47829,26804 -2211,47829,26804 -2212,47829,26804 -2213,47829,26804 -2214,47829,26804 -2215,47829,26804 -2216,47829,26804 -2217,47829,26804 -2218,47829,26804 -2219,47829,26804 -2220,47829,26804 -2221,47829,26804 -2222,47829,26804 -2223,47829,26804 -2224,47829,26804 -2225,47829,26804 -2226,47829,26804 -2227,47829,26804 -2228,47829,26804 -2229,47829,26804 -2230,47829,26804 -2231,47829,26804 -2232,47829,26804 -2233,47829,26804 -2234,47829,26804 -2235,47829,26804 -2236,47829,26804 -2237,47829,26804 -2238,47829,26804 -2239,47829,26804 -2240,47829,26804 -2241,47829,26804 -2242,47829,26804 -2243,47829,26804 -2244,47829,26804 -2245,47829,26804 -2246,47829,26804 -2247,47829,26804 -2248,47829,26804 -2249,47829,26804 -2250,47829,26804 -2251,47829,26804 -2252,47829,26804 -2253,47829,26804 -2254,47829,26804 -2255,47829,26804 -2256,47829,26804 -2257,47829,26804 -2258,47829,26804 -2259,47829,26804 -2260,47829,26804 -2261,47829,26804 -2262,47829,26804 -2263,47829,26804 -2264,47829,26804 -2265,47829,26804 -2266,47829,26804 -2267,47829,26804 -2268,47829,26804 -2269,47829,26804 -2270,47829,26804 -2271,47829,26804 -2272,47829,26804 -2273,47829,26804 -2274,47829,26804 -2275,47829,26804 -2276,47829,26804 -2277,47829,26804 -2278,47829,26804 -2279,47829,26804 -2280,47829,26804 -2281,47829,26804 -2282,47829,26804 -2283,47829,26804 -2284,47829,26804 -2285,47829,26804 -2286,47829,26804 -2287,47829,26804 -2288,47829,26804 -2289,47829,26804 -2290,47829,26804 -2291,47829,26804 -2292,47829,26804 -2293,47829,26804 -2294,47829,26804 -2295,47829,26804 -2296,47829,26804 -2297,47829,26804 -2298,47829,26804 -2299,47829,26804 -2300,47829,26804 -2301,47829,26804 -2302,47829,26804 -2303,47829,26804 -2304,47829,26804 -2305,47829,26804 -2306,47829,26804 -2307,47829,26804 -2308,47829,26804 -2309,47829,26804 -2310,47829,26804 -2311,47829,26804 -2312,47829,26804 -2313,47829,26804 -2314,47829,26804 -2315,47829,26804 -2316,47829,26804 -2317,47829,26804 -2318,47829,26804 -2319,47829,26804 -2320,47829,26804 -2321,47829,26804 -2322,47829,26804 -2323,47829,26804 -2324,47829,26804 -2325,47829,26804 -2326,47829,26804 -2327,47829,26804 -2328,47829,26804 -2329,47829,26804 -2330,47829,26804 -2331,47829,26804 -2332,47829,26804 -2333,47829,26804 -2334,47829,26804 -2335,47829,26804 -2336,47829,26804 -2337,47829,26804 -2338,47829,26804 -2339,47829,26804 -2340,47829,26804 -2341,47829,26804 -2342,47829,26804 -2343,47829,26804 -2344,47829,26804 -2345,47829,26804 -2346,47829,26804 -2347,47829,26804 -2348,47829,26804 -2349,47829,26804 -2350,47829,26804 -2351,47829,26804 -2352,47829,26804 -2353,47829,26804 -2354,47829,26804 -2355,47829,26804 -2356,47829,26804 -2357,47829,26804 -2358,47829,26804 -2359,47829,26804 -2360,47829,26804 -2361,47829,26804 -2362,47829,26804 -2363,47829,26804 -2364,47829,26804 -2365,47829,26804 -2366,47829,26804 -2367,47829,26804 -2368,47829,26804 -2369,47829,26804 -2370,47829,26804 -2371,47829,26804 -2372,47829,26804 -2373,47829,26804 -2374,47829,26804 -2375,47829,26804 -2376,47829,26804 -2377,47829,26804 -2378,47829,26804 -2379,47829,26804 -2380,47829,26804 -2381,47829,26804 -2382,47829,26804 -2383,47829,26804 -2384,47829,26804 -2385,47829,26804 -2386,47829,26804 -2387,47829,26804 -2388,47829,26804 -2389,47829,26804 -2390,47829,26804 -2391,47829,26804 -2392,47829,26804 -2393,47829,26804 -2394,47829,26804 -2395,47829,26804 -2396,47829,26804 -2397,47829,26804 -2398,47829,26804 -2399,47829,26804 -2400,47829,26804 -2401,47829,26804 -2402,47829,26804 -2403,47829,26804 -2404,47829,26804 -2405,47829,26804 -2406,47829,26804 -2407,47829,26804 -2408,47829,26804 -2409,47829,26804 -2410,47829,26804 -2411,47829,26804 -2412,47829,26804 -2413,47829,26804 -2414,47829,26804 -2415,47829,26804 -2416,47829,26804 -2417,47829,26804 -2418,47829,26804 -2419,47829,26804 -2420,47829,26804 -2421,47829,26804 -2422,47829,26804 -2423,47829,26804 -2424,47829,26804 -2425,47829,26804 -2426,47829,26804 -2427,47829,26804 -2428,47829,26804 -2429,47829,26804 -2430,47829,26804 -2431,47829,26804 -2432,47829,26804 -2433,47829,26804 -2434,47829,26804 -2435,47829,26804 -2436,47829,26804 -2437,47829,26804 -2438,47829,26804 -2439,47829,26804 -2440,47829,26804 -2441,47829,26804 -2442,47829,26804 -2443,47829,26804 -2444,47829,26804 -2445,47829,26804 -2446,47829,26804 -2447,47829,26804 -2448,47829,26804 -2449,47829,26804 -2450,47829,26804 -2451,47829,26804 -2452,47829,26804 -2453,47829,26804 -2454,47829,26804 -2455,47829,26804 -2456,47829,26804 -2457,47829,26804 -2458,47829,26804 -2459,47829,26804 -2460,47829,26804 -2461,47829,26804 -2462,47829,26804 -2463,47829,26804 -2464,47829,26804 -2465,47829,26804 -2466,47829,26804 -2467,47829,26804 -2468,47829,26804 -2469,47829,26804 -2470,47829,26804 -2471,47829,26804 -2472,47829,26804 -2473,47829,26804 -2474,47829,26804 -2475,47829,26804 -2476,47829,26804 -2477,47829,26804 -2478,47829,26804 -2479,47829,26804 -2480,47829,26804 -2481,47829,26804 -2482,47829,26804 -2483,47829,26804 -2484,47829,26804 -2485,47829,26804 -2486,47829,26804 -2487,47829,26804 -2488,47829,26804 -2489,47829,26804 -2490,47829,26804 -2491,47829,26804 -2492,47829,26804 -2493,47829,26804 -2494,47829,26804 -2495,47829,26804 -2496,47829,26804 -2497,47829,26804 -2498,47829,26804 -2499,47829,26804 -2500,47829,26804 -2501,47829,26804 -2502,47829,26804 -2503,47829,26804 -2504,47829,26804 -2505,47829,26804 -2506,47829,26804 -2507,47829,26804 -2508,47829,26804 -2509,47829,26804 -2510,47829,26804 -2511,47829,26804 -2512,47829,26804 -2513,47829,26804 -2514,47829,26804 -2515,47829,26804 -2516,47829,26804 -2517,47829,26804 -2518,47829,26804 -2519,47829,26804 -2520,47829,26804 -2521,47829,26804 -2522,47829,26804 -2523,47829,26804 -2524,47829,26804 -2525,47829,26804 -2526,47829,26804 -2527,47829,26804 -2528,47829,26804 -2529,47829,26804 -2530,47829,26804 -2531,47829,26804 -2532,47829,26804 -2533,47829,26804 -2534,47829,26804 -2535,47829,26804 -2536,47829,26804 -2537,47829,26804 -2538,47829,26804 -2539,47829,26804 -2540,47829,26804 -2541,47829,26804 -2542,47829,26804 -2543,47829,26804 -2544,47829,26804 -2545,47829,26804 -2546,47829,26804 -2547,47829,26804 -2548,47829,26804 -2549,47829,26804 -2550,47829,26804 -2551,47829,26804 -2552,47829,26804 -2553,47829,26804 -2554,47829,26804 -2555,47829,26804 -2556,47829,26804 -2557,47829,26804 -2558,47829,26804 -2559,47829,26804 -2560,47829,26804 -2561,47829,26804 -2562,47829,26804 -2563,47829,26804 -2564,47829,26804 -2565,47829,26804 -2566,47829,26804 -2567,47829,26804 -2568,47829,26804 -2569,47829,26804 -2570,47829,26804 -2571,47829,26804 -2572,47829,26804 -2573,47829,26804 -2574,47829,26804 -2575,47829,26804 -2576,47829,26804 -2577,47829,26804 -2578,47829,26804 -2579,47829,26804 -2580,47829,26804 -2581,47829,26804 -2582,47829,26804 -2583,47829,26804 -2584,47829,26804 -2585,47829,26804 -2586,47829,26804 -2587,47829,26804 -2588,47829,26804 -2589,47829,26804 -2590,47829,26804 -2591,47829,26804 -2592,47829,26804 -2593,47829,26804 -2594,47829,26804 -2595,47829,26804 -2596,47829,26804 -2597,47829,26804 -2598,47829,26804 -2599,47829,26804 -2600,47829,26804 -2601,47829,26804 -2602,47829,26804 -2603,47829,26804 -2604,47829,26804 -2605,47829,26804 -2606,47829,26804 -2607,47829,26804 -2608,47829,26804 -2609,47829,26804 -2610,47829,26804 -2611,47829,26804 -2612,47829,26804 -2613,47829,26804 -2614,47829,26804 -2615,47829,26804 -2616,47829,26804 -2617,47829,26804 -2618,47829,26804 -2619,47829,26804 -2620,47829,26804 -2621,47829,26804 -2622,47829,26804 -2623,47829,26804 -2624,47829,26804 -2625,47829,26804 -2626,47829,26804 -2627,47829,26804 -2628,47829,26804 -2629,47829,26804 -2630,47829,26804 -2631,47829,26804 -2632,47829,26804 -2633,47829,26804 -2634,47829,26804 -2635,47829,26804 -2636,47829,26804 -2637,47829,26804 -2638,47829,26804 -2639,47829,26804 -2640,47829,26804 -2641,47829,26804 -2642,47829,26804 -2643,47829,26804 -2644,47829,26804 -2645,47829,26804 -2646,47829,26804 -2647,47829,26804 -2648,47829,26804 -2649,47829,26804 -2650,47829,26804 -2651,47829,26804 -2652,47829,26804 -2653,47829,26804 -2654,47829,26804 -2655,47829,26804 -2656,47829,26804 -2657,47829,26804 -2658,47829,26804 -2659,47829,26804 -2660,47829,26804 -2661,47829,26804 -2662,47829,26804 -2663,47829,26804 -2664,47829,26804 -2665,47829,26804 -2666,47829,26804 -2667,47829,26804 -2668,47829,26804 -2669,47829,26804 -2670,47829,26804 -2671,47829,26804 -2672,47829,26804 -2673,47829,26804 -2674,47829,26804 -2675,47829,26804 -2676,47829,26804 -2677,47829,26804 -2678,47829,26804 -2679,47829,26804 -2680,47829,26804 -2681,47829,26804 -2682,47829,26804 -2683,47829,26804 -2684,47829,26804 -2685,47829,26804 -2686,47829,26804 -2687,47829,26804 -2688,47829,26804 -2689,47829,26804 -2690,47829,26804 -2691,47829,26804 -2692,47829,26804 -2693,47829,26804 -2694,47829,26804 -2695,47829,26804 -2696,47829,26804 -2697,47829,26804 -2698,47829,26804 -2699,47829,26804 -2700,47829,26804 -2701,47829,26804 -2702,47829,26804 -2703,47829,26804 -2704,47829,26804 -2705,47829,26804 -2706,47829,26804 -2707,47829,26804 -2708,47829,26804 -2709,47829,26804 -2710,47829,26804 -2711,47829,26804 -2712,47829,26804 -2713,47829,26804 -2714,47829,26804 -2715,47829,26804 -2716,47829,26804 -2717,47829,26804 -2718,47829,26804 -2719,47829,26804 -2720,47829,26804 -2721,47829,26804 -2722,47829,26804 -2723,47829,26804 -2724,47829,26804 -2725,47829,26804 -2726,47829,26804 -2727,47829,26804 -2728,47829,26804 -2729,47829,26804 -2730,47829,26804 -2731,47829,26804 -2732,47829,26804 -2733,47829,26804 -2734,47829,26804 -2735,47829,26804 -2736,47829,26804 -2737,47829,26804 -2738,47829,26804 -2739,47829,26804 -2740,47829,26804 -2741,47829,26804 -2742,47829,26804 -2743,47829,26804 -2744,47829,26804 -2745,47829,26804 -2746,47829,26804 -2747,47829,26804 -2748,47829,26804 -2749,47829,26804 -2750,47829,26804 -2751,47829,26804 -2752,47829,26804 -2753,47829,26804 -2754,47829,26804 -2755,47829,26804 -2756,47829,26804 -2757,47829,26804 -2758,47829,26804 -2759,47829,26804 -2760,47829,26804 -2761,47829,26804 -2762,47829,26804 -2763,47829,26804 -2764,47829,26804 -2765,47829,26804 -2766,47829,26804 -2767,47829,26804 -2768,47829,26804 -2769,47829,26804 -2770,47829,26804 -2771,47829,26804 -2772,47829,26804 -2773,47829,26804 -2774,47829,26804 -2775,47829,26804 -2776,47829,26804 -2777,47829,26804 -2778,47829,26804 -2779,47829,26804 -2780,47829,26804 -2781,47829,26804 -2782,47829,26804 -2783,47829,26804 -2784,47829,26804 -2785,47829,26804 -2786,47829,26804 -2787,47829,26804 -2788,47829,26804 -2789,47829,26804 -2790,47829,26804 -2791,47829,26804 -2792,47829,26804 -2793,47829,26804 -2794,47829,26804 -2795,47829,26804 -2796,47829,26804 -2797,47829,26804 -2798,47829,26804 -2799,47829,26804 -2800,47829,26804 -2801,47829,26804 -2802,47829,26804 -2803,47829,26804 -2804,47829,26804 -2805,47829,26804 -2806,47829,26804 -2807,47829,26804 -2808,47829,26804 -2809,47829,26804 -2810,47829,26804 -2811,47829,26804 -2812,47829,26804 -2813,47829,26804 -2814,47829,26804 -2815,47829,26804 -2816,47829,26804 -2817,47829,26804 -2818,47829,26804 -2819,47829,26804 -2820,47829,26804 -2821,47829,26804 -2822,47829,26804 -2823,47829,26804 -2824,47829,26804 -2825,47829,26804 -2826,47829,26804 -2827,47829,26804 -2828,47829,26804 -2829,47829,26804 -2830,47829,26804 -2831,47829,26804 -2832,47829,26804 -2833,47829,26804 -2834,47829,26804 -2835,47829,26804 -2836,47829,26804 -2837,47829,26804 -2838,47829,26804 -2839,47829,26804 -2840,47829,26804 -2841,47829,26804 -2842,47829,26804 -2843,47829,26804 -2844,47829,26804 -2845,47829,26804 -2846,47829,26804 -2847,47829,26804 -2848,47829,26804 -2849,47829,26804 -2850,47829,26804 -2851,47829,26804 -2852,47829,26804 -2853,47829,26804 -2854,47829,26804 -2855,47829,26804 -2856,47829,26804 -2857,47829,26804 -2858,47829,26804 -2859,47829,26804 -2860,47829,26804 -2861,47829,26804 -2862,47829,26804 -2863,47829,26804 -2864,47829,26804 -2865,47829,26804 -2866,47829,26804 -2867,47829,26804 -2868,47829,26804 -2869,47829,26804 -2870,47829,26804 -2871,47829,26804 -2872,47829,26804 -2873,47829,26804 -2874,47829,26804 -2875,47829,26804 -2876,47829,26804 -2877,47829,26804 -2878,47829,26804 -2879,47829,26804 -2880,47829,26804 -2881,47829,26804 -2882,47829,26804 -2883,47829,26804 -2884,47829,26804 -2885,47829,26804 -2886,47829,26804 -2887,47829,26804 -2888,47829,26804 -2889,47829,26804 -2890,47829,26804 -2891,47829,26804 -2892,47829,26804 -2893,47829,26804 -2894,47829,26804 -2895,47829,26804 -2896,47829,26804 -2897,47829,26804 -2898,47829,26804 -2899,47829,26804 -2900,47829,26804 -2901,47829,26804 -2902,47829,26804 -2903,47829,26804 -2904,47829,26804 -2905,47829,26804 -2906,47829,26804 -2907,47829,26804 -2908,47829,26804 -2909,47829,26804 -2910,47829,26804 -2911,47829,26804 -2912,47829,26804 -2913,47829,26804 -2914,47829,26804 -2915,47829,26804 -2916,47829,26804 -2917,47829,26804 -2918,47829,26804 -2919,47829,26804 -2920,47829,26804 -2921,47829,26804 -2922,47829,26804 -2923,47829,26804 -2924,47829,26804 -2925,47829,26804 -2926,47829,26804 -2927,47829,26804 -2928,47829,26804 -2929,47829,26804 -2930,47829,26804 -2931,47829,26804 -2932,47829,26804 -2933,47829,26804 -2934,47829,26804 -2935,47829,26804 -2936,47829,26804 -2937,47829,26804 -2938,47829,26804 -2939,47829,26804 -2940,47829,26804 -2941,47829,26804 -2942,47829,26804 -2943,47829,26804 -2944,47829,26804 -2945,47829,26804 -2946,47829,26804 -2947,47829,26804 -2948,47829,26804 -2949,47829,26804 -2950,47829,26804 -2951,47829,26804 -2952,47829,26804 -2953,47829,26804 -2954,47829,26804 -2955,47829,26804 -2956,47829,26804 -2957,47829,26804 -2958,47829,26804 -2959,47829,26804 -2960,47829,26804 -2961,47829,26804 -2962,47829,26804 -2963,47829,26804 -2964,47829,26804 -2965,47829,26804 -2966,47829,26804 -2967,47829,26804 -2968,47829,26804 -2969,47829,26804 -2970,47829,26804 -2971,47829,26804 -2972,47829,26804 -2973,47829,26804 -2974,47829,26804 -2975,47829,26804 -2976,47829,26804 -2977,47829,26804 -2978,47829,26804 -2979,47829,26804 -2980,47829,26804 -2981,47829,26804 -2982,47829,26804 -2983,47829,26804 -2984,47829,26804 -2985,47829,26804 -2986,47829,26804 -2987,47829,26804 -2988,47829,26804 -2989,47829,26804 -2990,47829,26804 -2991,47829,26804 -2992,47829,26804 -2993,47829,26804 -2994,47829,26804 -2995,47829,26804 -2996,47829,26804 -2997,47829,26804 -2998,47829,26804 -2999,47829,26804 -3000,47829,26804 -3001,47829,26804 -3002,47829,26804 -3003,47829,26804 -3004,47829,26804 -3005,47829,26804 -3006,47829,26804 -3007,47829,26804 -3008,47829,26804 -3009,47829,26804 -3010,47829,26804 -3011,47829,26804 -3012,47829,26804 -3013,47829,26804 -3014,47829,26804 -3015,47829,26804 -3016,47829,26804 -3017,47829,26804 -3018,47829,26804 -3019,47829,26804 -3020,47829,26804 -3021,47829,26804 -3022,47829,26804 -3023,47829,26804 -3024,47829,26804 -3025,47829,26804 -3026,47829,26804 -3027,47829,26804 -3028,47829,26804 -3029,47829,26804 -3030,47829,26804 -3031,47829,26804 -3032,47829,26804 -3033,47829,26804 -3034,47829,26804 -3035,47829,26804 -3036,47829,26804 -3037,47829,26804 -3038,47829,26804 -3039,47829,26804 -3040,47829,26804 -3041,47829,26804 -3042,47829,26804 -3043,47829,26804 -3044,47829,26804 -3045,47829,26804 -3046,47829,26804 -3047,47829,26804 -3048,47829,26804 -3049,47829,26804 -3050,47829,26804 -3051,47829,26804 -3052,47829,26804 -3053,47829,26804 -3054,47829,26804 -3055,47829,26804 -3056,47829,26804 -3057,47829,26804 -3058,47829,26804 -3059,47829,26804 -3060,47829,26804 -3061,47829,26804 -3062,47829,26804 -3063,47829,26804 -3064,47829,26804 -3065,47829,26804 -3066,47829,26804 -3067,47829,26804 -3068,47829,26804 -3069,47829,26804 -3070,47829,26804 -3071,47829,26804 -3072,47829,26804 -3073,47829,26804 -3074,47829,26804 -3075,47829,26804 -3076,47829,26804 -3077,47829,26804 -3078,47829,26804 -3079,47829,26804 -3080,47829,26804 -3081,47829,26804 -3082,47829,26804 -3083,47829,26804 -3084,47829,26804 -3085,47829,26804 -3086,47829,26804 -3087,47829,26804 -3088,47829,26804 -3089,47829,26804 -3090,47829,26804 -3091,47829,26804 -3092,47829,26804 -3093,47829,26804 -3094,47829,26804 -3095,47829,26804 -3096,47829,26804 -3097,47829,26804 -3098,47829,26804 -3099,47829,26804 -3100,47829,26804 -3101,47829,26804 -3102,47829,26804 -3103,47829,26804 -3104,47829,26804 -3105,47829,26804 -3106,47829,26804 -3107,47829,26804 -3108,47829,26804 -3109,47829,26804 -3110,47829,26804 -3111,47829,26804 -3112,47829,26804 -3113,47829,26804 -3114,47829,26804 -3115,47829,26804 -3116,47829,26804 -3117,47829,26804 -3118,47829,26804 -3119,47829,26804 -3120,47829,26804 -3121,47829,26804 -3122,47829,26804 -3123,47829,26804 -3124,47829,26804 -3125,47829,26804 -3126,47829,26804 -3127,47829,26804 -3128,47829,26804 -3129,47829,26804 -3130,47829,26804 -3131,47829,26804 -3132,47829,26804 -3133,47829,26804 -3134,47829,26804 -3135,47829,26804 -3136,47829,26804 -3137,47829,26804 -3138,47829,26804 -3139,47829,26804 -3140,47829,26804 -3141,47829,26804 -3142,47829,26804 -3143,47829,26804 -3144,47829,26804 -3145,47829,26804 -3146,47829,26804 -3147,47829,26804 -3148,47829,26804 -3149,47829,26804 -3150,47829,26804 -3151,47829,26804 -3152,47829,26804 -3153,47829,26804 -3154,47829,26804 -3155,47829,26804 -3156,47829,26804 -3157,47829,26804 -3158,47829,26804 -3159,47829,26804 -3160,47829,26804 -3161,47829,26804 -3162,47829,26804 -3163,47829,26804 -3164,47829,26804 -3165,47829,26804 -3166,47829,26804 -3167,47829,26804 -3168,47829,26804 -3169,47829,26804 -3170,47829,26804 -3171,47829,26804 -3172,47829,26804 -3173,47829,26804 -3174,47829,26804 -3175,47829,26804 -3176,47829,26804 -3177,47829,26804 -3178,47829,26804 -3179,47829,26804 -3180,47829,26804 -3181,47829,26804 -3182,47829,26804 -3183,47829,26804 -3184,47829,26804 -3185,47829,26804 -3186,47829,26804 -3187,47829,26804 -3188,47829,26804 -3189,47829,26804 -3190,47829,26804 -3191,47829,26804 -3192,47829,26804 -3193,47829,26804 -3194,47829,26804 -3195,47829,26804 -3196,47829,26804 -3197,47829,26804 -3198,47829,26804 -3199,47829,26804 -3200,47829,26804 -3201,47829,26804 -3202,47829,26804 -3203,47829,26804 -3204,47829,26804 -3205,47829,26804 -3206,47829,26804 -3207,47829,26804 -3208,47829,26804 -3209,47829,26804 -3210,47829,26804 -3211,47829,26804 -3212,47829,26804 -3213,47829,26804 -3214,47829,26804 -3215,47829,26804 -3216,47829,26804 -3217,47829,26804 -3218,47829,26804 -3219,47829,26804 -3220,47829,26804 -3221,47829,26804 -3222,47829,26804 -3223,47829,26804 -3224,47829,26804 -3225,47829,26804 -3226,47829,26804 -3227,47829,26804 -3228,47829,26804 -3229,47829,26804 -3230,47829,26804 -3231,47829,26804 -3232,47829,26804 -3233,47829,26804 -3234,47829,26804 -3235,47829,26804 -3236,47829,26804 -3237,47829,26804 -3238,47829,26804 -3239,47829,26804 -3240,47829,26804 -3241,47829,26804 -3242,47829,26804 -3243,47829,26804 -3244,47829,26804 -3245,47829,26804 -3246,47829,26804 -3247,47829,26804 -3248,47829,26804 -3249,47829,26804 -3250,47829,26804 -3251,47829,26804 -3252,47829,26804 -3253,47829,26804 -3254,47829,26804 -3255,47829,26804 -3256,47829,26804 -3257,47829,26804 -3258,47829,26804 -3259,47829,26804 -3260,47829,26804 -3261,47829,26804 -3262,47829,26804 -3263,47829,26804 -3264,47829,26804 -3265,47829,26804 -3266,47829,26804 -3267,47829,26804 -3268,47829,26804 -3269,47829,26804 -3270,47829,26804 -3271,47829,26804 -3272,47829,26804 -3273,47829,26804 -3274,47829,26804 -3275,47829,26804 -3276,47829,26804 -3277,47829,26804 -3278,47829,26804 -3279,47829,26804 -3280,47829,26804 -3281,47829,26804 -3282,47829,26804 -3283,47829,26804 -3284,47829,26804 -3285,47829,26804 -3286,47829,26804 -3287,47829,26804 -3288,47829,26804 -3289,47829,26804 -3290,47829,26804 -3291,47829,26804 -3292,47829,26804 -3293,47829,26804 -3294,47829,26804 -3295,47829,26804 -3296,47829,26804 -3297,47829,26804 -3298,47829,26804 -3299,47829,26804 -3300,47829,26804 -3301,47829,26804 -3302,47829,26804 -3303,47829,26804 -3304,47829,26804 -3305,47829,26804 -3306,47829,26804 -3307,47829,26804 -3308,47829,26804 -3309,47829,26804 -3310,47829,26804 -3311,47829,26804 -3312,47829,26804 -3313,47829,26804 -3314,47829,26804 -3315,47829,26804 -3316,47829,26804 -3317,47829,26804 -3318,47829,26804 -3319,47829,26804 -3320,47829,26804 -3321,47829,26804 -3322,47829,26804 -3323,47829,26804 -3324,47829,26804 -3325,47829,26804 -3326,47829,26804 -3327,47829,26804 -3328,47829,26804 -3329,47829,26804 -3330,47829,26804 -3331,47829,26804 -3332,47829,26804 -3333,47829,26804 -3334,47829,26804 -3335,47829,26804 -3336,47829,26804 -3337,47829,26804 -3338,47829,26804 -3339,47829,26804 -3340,47829,26804 -3341,47829,26804 -3342,47829,26804 -3343,47829,26804 -3344,47829,26804 -3345,47829,26804 -3346,47829,26804 -3347,47829,26804 -3348,47829,26804 -3349,47829,26804 -3350,47829,26804 -3351,47829,26804 -3352,47829,26804 -3353,47829,26804 -3354,47829,26804 -3355,47829,26804 -3356,47829,26804 -3357,47829,26804 -3358,47829,26804 -3359,47829,26804 -3360,47829,26804 -3361,47829,26804 -3362,47829,26804 -3363,47829,26804 -3364,47829,26804 -3365,47829,26804 -3366,47829,26804 -3367,47829,26804 -3368,47829,26804 -3369,47829,26804 -3370,47829,26804 -3371,47829,26804 -3372,47829,26804 -3373,47829,26804 -3374,47829,26804 -3375,47829,26804 -3376,47829,26804 -3377,47829,26804 -3378,47829,26804 -3379,47829,26804 -3380,47829,26804 -3381,47829,26804 -3382,47829,26804 -3383,47829,26804 -3384,47829,26804 -3385,47829,26804 -3386,47829,26804 -3387,47829,26804 -3388,47829,26804 -3389,47829,26804 -3390,47829,26804 -3391,47829,26804 -3392,47829,26804 -3393,47829,26804 -3394,47829,26804 -3395,47829,26804 -3396,47829,26804 -3397,47829,26804 -3398,47829,26804 -3399,47829,26804 -3400,47829,26804 -3401,47829,26804 -3402,47829,26804 -3403,47829,26804 -3404,47829,26804 -3405,47829,26804 -3406,47829,26804 -3407,47829,26804 -3408,47829,26804 -3409,47829,26804 -3410,47829,26804 -3411,47829,26804 -3412,47829,26804 -3413,47829,26804 -3414,47829,26804 -3415,47829,26804 -3416,47829,26804 -3417,47829,26804 -3418,47829,26804 -3419,47829,26804 -3420,47829,26804 -3421,47829,26804 -3422,47829,26804 -3423,47829,26804 -3424,47829,26804 -3425,47829,26804 -3426,47829,26804 -3427,47829,26804 -3428,47829,26804 -3429,47829,26804 -3430,47829,26804 -3431,47829,26804 -3432,47829,26804 -3433,47829,26804 -3434,47829,26804 -3435,47829,26804 -3436,47829,26804 -3437,47829,26804 -3438,47829,26804 -3439,47829,26804 -3440,47829,26804 -3441,47829,26804 -3442,47829,26804 -3443,47829,26804 -3444,47829,26804 -3445,47829,26804 -3446,47829,26804 -3447,47829,26804 -3448,47829,26804 -3449,47829,26804 -3450,47829,26804 -3451,47829,26804 -3452,47829,26804 -3453,47829,26804 -3454,47829,26804 -3455,47829,26804 -3456,47829,26804 -3457,47829,26804 -3458,47829,26804 -3459,47829,26804 -3460,47829,26804 -3461,47829,26804 -3462,47829,26804 -3463,47829,26804 -3464,47829,26804 -3465,47829,26804 -3466,47829,26804 -3467,47829,26804 -3468,47829,26804 -3469,47829,26804 -3470,47829,26804 -3471,47829,26804 -3472,47829,26804 -3473,47829,26804 -3474,47829,26804 -3475,47829,26804 -3476,47829,26804 -3477,47829,26804 -3478,47829,26804 -3479,47829,26804 -3480,47829,26804 -3481,47829,26804 -3482,47829,26804 -3483,47829,26804 -3484,47829,26804 -3485,47829,26804 -3486,47829,26804 -3487,47829,26804 -3488,47829,26804 -3489,47829,26804 -3490,47829,26804 -3491,47829,26804 -3492,47829,26804 -3493,47829,26804 -3494,47829,26804 -3495,47829,26804 -3496,47829,26804 -3497,47829,26804 -3498,47829,26804 -3499,47829,26804 -3500,47829,26804 -3501,47829,26804 -3502,47829,26804 -3503,47829,26804 -3504,47829,26804 -3505,47829,26804 -3506,47829,26804 -3507,47829,26804 -3508,47829,26804 -3509,47829,26804 -3510,47829,26804 -3511,47829,26804 -3512,47829,26804 -3513,47829,26804 -3514,47829,26804 -3515,47829,26804 -3516,47829,26804 -3517,47829,26804 -3518,47829,26804 -3519,47829,26804 -3520,47829,26804 -3521,47829,26804 -3522,47829,26804 -3523,47829,26804 -3524,47829,26804 -3525,47829,26804 -3526,47829,26804 -3527,47829,26804 -3528,47829,26804 -3529,47829,26804 -3530,47829,26804 -3531,47829,26804 -3532,47829,26804 -3533,47829,26804 -3534,47829,26804 -3535,47829,26804 -3536,47829,26804 -3537,47829,26804 -3538,47829,26804 -3539,47829,26804 -3540,47829,26804 -3541,47829,26804 -3542,47829,26804 -3543,47829,26804 -3544,47829,26804 -3545,47829,26804 -3546,47829,26804 -3547,47829,26804 -3548,47829,26804 -3549,47829,26804 -3550,47829,26804 -3551,47829,26804 -3552,47829,26804 -3553,47829,26804 -3554,47829,26804 -3555,47829,26804 -3556,47829,26804 -3557,47829,26804 -3558,47829,26804 -3559,47829,26804 -3560,47829,26804 -3561,47829,26804 -3562,47829,26804 -3563,47829,26804 -3564,47829,26804 -3565,47829,26804 -3566,47829,26804 -3567,47829,26804 -3568,47829,26804 -3569,47829,26804 -3570,47829,26804 -3571,47829,26804 -3572,47829,26804 -3573,47829,26804 -3574,47829,26804 -3575,47829,26804 -3576,47829,26804 -3577,47829,26804 -3578,47829,26804 -3579,47829,26804 -3580,47829,26804 -3581,47829,26804 -3582,47829,26804 -3583,47829,26804 -3584,47829,26804 -3585,47829,26804 -3586,47829,26804 -3587,47829,26804 -3588,47829,26804 -3589,47829,26804 -3590,47829,26804 -3591,47829,26804 -3592,47829,26804 -3593,47829,26804 -3594,47829,26804 -3595,47829,26804 -3596,47829,26804 -3597,47829,26804 -3598,47829,26804 -3599,47829,26804 -3600,47829,26804 -3601,47829,26804 -3602,47829,26804 -3603,47829,26804 -3604,47829,26804 -3605,47829,26804 -3606,47829,26804 -3607,47829,26804 -3608,47829,26804 -3609,47829,26804 -3610,47829,26804 -3611,47829,26804 -3612,47829,26804 -3613,47829,26804 -3614,47829,26804 -3615,47829,26804 -3616,47829,26804 -3617,47829,26804 -3618,47829,26804 -3619,47829,26804 -3620,47829,26804 -3621,47829,26804 -3622,47829,26804 -3623,47829,26804 -3624,47829,26804 -3625,47829,26804 -3626,47829,26804 -3627,47829,26804 -3628,47829,26804 -3629,47829,26804 -3630,47829,26804 -3631,47829,26804 -3632,47829,26804 -3633,47829,26804 -3634,47829,26804 -3635,47829,26804 -3636,47829,26804 -3637,47829,26804 -3638,47829,26804 -3639,47829,26804 -3640,47829,26804 -3641,47829,26804 -3642,47829,26804 -3643,47829,26804 -3644,47829,26804 -3645,47829,26804 -3646,47829,26804 -3647,47829,26804 -3648,47829,26804 -3649,47829,26804 -3650,47829,26804 -3651,47829,26804 -3652,47829,26804 -3653,47829,26804 -3654,47829,26804 -3655,47829,26804 -3656,47829,26804 -3657,47829,26804 -3658,47829,26804 -3659,47829,26804 -3660,47829,26804 -3661,47829,26804 -3662,47829,26804 -3663,47829,26804 -3664,47829,26804 -3665,47829,26804 -3666,47829,26804 -3667,47829,26804 -3668,47829,26804 -3669,47829,26804 -3670,47829,26804 -3671,47829,26804 -3672,47829,26804 -3673,47829,26804 -3674,47829,26804 -3675,47829,26804 -3676,47829,26804 -3677,47829,26804 -3678,47829,26804 -3679,47829,26804 -3680,47829,26804 -3681,47829,26804 -3682,47829,26804 -3683,47829,26804 -3684,47829,26804 -3685,47829,26804 -3686,47829,26804 -3687,47829,26804 -3688,47829,26804 -3689,47829,26804 -3690,47829,26804 -3691,47829,26804 -3692,47829,26804 -3693,47829,26804 -3694,47829,26804 -3695,47829,26804 -3696,47829,26804 -3697,47829,26804 -3698,47829,26804 -3699,47829,26804 -3700,47829,26804 -3701,47829,26804 -3702,47829,26804 -3703,47829,26804 -3704,47829,26804 -3705,47829,26804 -3706,47829,26804 -3707,47829,26804 -3708,47829,26804 -3709,47829,26804 -3710,47829,26804 -3711,47829,26804 -3712,47829,26804 -3713,47829,26804 -3714,47829,26804 -3715,47829,26804 -3716,47829,26804 -3717,47829,26804 -3718,47829,26804 -3719,47829,26804 -3720,47829,26804 -3721,47829,26804 -3722,47829,26804 -3723,47829,26804 -3724,47829,26804 -3725,47829,26804 -3726,47829,26804 -3727,47829,26804 -3728,47829,26804 -3729,47829,26804 -3730,47829,26804 -3731,47829,26804 -3732,47829,26804 -3733,47829,26804 -3734,47829,26804 -3735,47829,26804 -3736,47829,26804 -3737,47829,26804 -3738,47829,26804 -3739,47829,26804 -3740,47829,26804 -3741,47829,26804 -3742,47829,26804 -3743,47829,26804 -3744,47829,26804 -3745,47829,26804 -3746,47829,26804 -3747,47829,26804 -3748,47829,26804 -3749,47829,26804 -3750,47829,26804 -3751,47829,26804 -3752,47829,26804 -3753,47829,26804 -3754,47829,26804 -3755,47829,26804 -3756,47829,26804 -3757,47829,26804 -3758,47829,26804 -3759,47829,26804 -3760,47829,26804 -3761,47829,26804 -3762,47829,26804 -3763,47829,26804 -3764,47829,26804 -3765,47829,26804 -3766,47829,26804 -3767,47829,26804 -3768,47829,26804 -3769,47829,26804 -3770,47829,26804 -3771,47829,26804 -3772,47829,26804 -3773,47829,26804 -3774,47829,26804 -3775,47829,26804 -3776,47829,26804 -3777,47829,26804 -3778,47829,26804 -3779,47829,26804 -3780,47829,26804 -3781,47829,26804 -3782,47829,26804 -3783,47829,26804 -3784,47829,26804 -3785,47829,26804 -3786,47829,26804 -3787,47829,26804 -3788,47829,26804 -3789,47829,26804 -3790,47829,26804 -3791,47829,26804 -3792,47829,26804 -3793,47829,26804 -3794,47829,26804 -3795,47829,26804 -3796,47829,26804 -3797,47829,26804 -3798,47829,26804 -3799,47829,26804 -3800,47829,26804 -3801,47829,26804 -3802,47829,26804 -3803,47829,26804 -3804,47829,26804 -3805,47829,26804 -3806,47829,26804 -3807,47829,26804 -3808,47829,26804 -3809,47829,26804 -3810,47829,26804 -3811,47829,26804 -3812,47829,26804 -3813,47829,26804 -3814,47829,26804 -3815,47829,26804 -3816,47829,26804 -3817,47829,26804 -3818,47829,26804 -3819,47829,26804 -3820,47829,26804 -3821,47829,26804 -3822,47829,26804 -3823,47829,26804 -3824,47829,26804 -3825,47829,26804 -3826,47829,26804 -3827,47829,26804 -3828,47829,26804 -3829,47829,26804 -3830,47829,26804 -3831,47829,26804 -3832,47829,26804 -3833,47829,26804 -3834,47829,26804 -3835,47829,26804 -3836,47829,26804 -3837,47829,26804 -3838,47829,26804 -3839,47829,26804 -3840,47829,26804 -3841,47829,26804 -3842,47829,26804 -3843,47829,26804 -3844,47829,26804 -3845,47829,26804 -3846,47829,26804 -3847,47829,26804 -3848,47829,26804 -3849,47829,26804 -3850,47829,26804 -3851,47829,26804 -3852,47829,26804 -3853,47829,26804 -3854,47829,26804 -3855,47829,26804 -3856,47829,26804 -3857,47829,26804 -3858,47829,26804 -3859,47829,26804 -3860,47829,26804 -3861,47829,26804 -3862,47829,26804 -3863,47829,26804 -3864,47829,26804 -3865,47829,26804 -3866,47829,26804 -3867,47829,26804 -3868,47829,26804 -3869,47829,26804 -3870,47829,26804 -3871,47829,26804 -3872,47829,26804 -3873,47829,26804 -3874,47829,26804 -3875,47829,26804 -3876,47829,26804 -3877,47829,26804 -3878,47829,26804 -3879,47829,26804 -3880,47829,26804 -3881,47829,26804 -3882,47829,26804 -3883,47829,26804 -3884,47829,26804 -3885,47829,26804 -3886,47829,26804 -3887,47829,26804 -3888,47829,26804 -3889,47829,26804 -3890,47829,26804 -3891,47829,26804 -3892,47829,26804 -3893,47829,26804 -3894,47829,26804 -3895,47829,26804 -3896,47829,26804 -3897,47829,26804 -3898,47829,26804 -3899,47829,26804 -3900,47829,26804 -3901,47829,26804 -3902,47829,26804 -3903,47829,26804 -3904,47829,26804 -3905,47829,26804 -3906,47829,26804 -3907,47829,26804 -3908,47829,26804 -3909,47829,26804 -3910,47829,26804 -3911,47829,26804 -3912,47829,26804 -3913,47829,26804 -3914,47829,26804 -3915,47829,26804 -3916,47829,26804 -3917,47829,26804 -3918,47829,26804 -3919,47829,26804 -3920,47829,26804 -3921,47829,26804 -3922,47829,26804 -3923,47829,26804 -3924,47829,26804 -3925,47829,26804 -3926,47829,26804 -3927,47829,26804 -3928,47829,26804 -3929,47829,26804 -3930,47829,26804 -3931,47829,26804 -3932,47829,26804 -3933,47829,26804 -3934,47829,26804 -3935,47829,26804 -3936,47829,26804 -3937,47829,26804 -3938,47829,26804 -3939,47829,26804 -3940,47829,26804 -3941,47829,26804 -3942,47829,26804 -3943,47829,26804 -3944,47829,26804 -3945,47829,26804 -3946,47829,26804 -3947,47829,26804 -3948,47829,26804 -3949,47829,26804 -3950,47829,26804 -3951,47829,26804 -3952,47829,26804 -3953,47829,26804 -3954,47829,26804 -3955,47829,26804 -3956,47829,26804 -3957,47829,26804 -3958,47829,26804 -3959,47829,26804 -3960,47829,26804 -3961,47829,26804 -3962,47829,26804 -3963,47829,26804 -3964,47829,26804 -3965,47829,26804 -3966,47829,26804 -3967,47829,26804 -3968,47829,26804 -3969,47829,26804 -3970,47829,26804 -3971,47829,26804 -3972,47829,26804 -3973,47829,26804 -3974,47829,26804 -3975,47829,26804 -3976,47829,26804 -3977,47829,26804 -3978,47829,26804 -3979,47829,26804 -3980,47829,26804 -3981,47829,26804 -3982,47829,26804 -3983,47829,26804 -3984,47829,26804 -3985,47829,26804 -3986,47829,26804 -3987,47829,26804 -3988,47829,26804 -3989,47829,26804 -3990,47829,26804 -3991,47829,26804 -3992,47829,26804 -3993,47829,26804 -3994,47829,26804 -3995,47829,26804 -3996,47829,26804 -3997,47829,26804 -3998,47829,26804 -3999,47829,26804 -4000,47829,26804 -4001,47829,26804 -4002,47829,26804 -4003,47829,26804 -4004,47829,26804 -4005,47829,26804 -4006,47829,26804 -4007,47829,26804 -4008,47829,26804 -4009,47829,26804 -4010,47829,26804 -4011,47829,26804 -4012,47829,26804 -4013,47829,26804 -4014,47829,26804 -4015,47829,26804 -4016,47829,26804 -4017,47829,26804 -4018,47829,26804 -4019,47829,26804 -4020,47829,26804 -4021,47829,26804 -4022,47829,26804 -4023,47829,26804 -4024,47829,26804 -4025,47829,26804 -4026,47829,26804 -4027,47829,26804 -4028,47829,26804 -4029,47829,26804 -4030,47829,26804 -4031,47829,26804 -4032,47829,26804 -4033,47829,26804 -4034,47829,26804 -4035,47829,26804 -4036,47829,26804 -4037,47829,26804 -4038,47829,26804 -4039,47829,26804 -4040,47829,26804 -4041,47829,26804 -4042,47829,26804 -4043,47829,26804 -4044,47829,26804 -4045,47829,26804 -4046,47829,26804 -4047,47829,26804 -4048,47829,26804 -4049,47829,26804 -4050,47829,26804 -4051,47829,26804 -4052,47829,26804 -4053,47829,26804 -4054,47829,26804 -4055,47829,26804 -4056,47829,26804 -4057,47829,26804 -4058,47829,26804 -4059,47829,26804 -4060,47829,26804 -4061,47829,26804 -4062,47829,26804 -4063,47829,26804 -4064,47829,26804 -4065,47829,26804 -4066,47829,26804 -4067,47829,26804 -4068,47829,26804 -4069,47829,26804 -4070,47829,26804 -4071,47829,26804 -4072,47829,26804 -4073,47829,26804 -4074,47829,26804 -4075,47829,26804 -4076,47829,26804 -4077,47829,26804 -4078,47829,26804 -4079,47829,26804 -4080,47829,26804 -4081,47829,26804 -4082,47829,26804 -4083,47829,26804 -4084,47829,26804 -4085,47829,26804 -4086,47829,26804 -4087,47829,26804 -4088,47829,26804 -4089,47829,26804 -4090,47829,26804 -4091,47829,26804 -4092,47829,26804 -4093,47829,26804 -4094,47829,26804 -4095,47829,26804 -4096,47829,26804 -4097,47829,26804 -4098,47829,26804 -4099,47829,26804 -4100,47829,26804 -4101,47829,26804 -4102,47829,26804 -4103,47829,26804 -4104,47829,26804 -4105,47829,26804 -4106,47829,26804 -4107,47829,26804 -4108,47829,26804 -4109,47829,26804 -4110,47829,26804 -4111,47829,26804 -4112,47829,26804 -4113,47829,26804 -4114,47829,26804 -4115,47829,26804 -4116,47829,26804 -4117,47829,26804 -4118,47829,26804 -4119,47829,26804 -4120,47829,26804 -4121,47829,26804 -4122,47829,26804 -4123,47829,26804 -4124,47829,26804 -4125,47829,26804 -4126,47829,26804 -4127,47829,26804 -4128,47829,26804 -4129,47829,26804 -4130,47829,26804 -4131,47829,26804 -4132,47829,26804 -4133,47829,26804 -4134,47829,26804 -4135,47829,26804 -4136,47829,26804 -4137,47829,26804 -4138,47829,26804 -4139,47829,26804 -4140,47829,26804 -4141,47829,26804 -4142,47829,26804 -4143,47829,26804 -4144,47829,26804 -4145,47829,26804 -4146,47829,26804 -4147,47829,26804 -4148,47829,26804 -4149,47829,26804 -4150,47829,26804 -4151,47829,26804 -4152,47829,26804 -4153,47829,26804 -4154,47829,26804 -4155,47829,26804 -4156,47829,26804 -4157,47829,26804 -4158,47829,26804 -4159,47829,26804 -4160,47829,26804 -4161,47829,26804 -4162,47829,26804 -4163,47829,26804 -4164,47829,26804 -4165,47829,26804 -4166,47829,26804 -4167,47829,26804 -4168,47829,26804 -4169,47829,26804 -4170,47829,26804 -4171,47829,26804 -4172,47829,26804 -4173,47829,26804 -4174,47829,26804 -4175,47829,26804 -4176,47829,26804 -4177,47829,26804 -4178,47829,26804 -4179,47829,26804 -4180,47829,26804 -4181,47829,26804 -4182,47829,26804 -4183,47829,26804 -4184,47829,26804 -4185,47829,26804 -4186,47829,26804 -4187,47829,26804 -4188,47829,26804 -4189,47829,26804 -4190,47829,26804 -4191,47829,26804 -4192,47829,26804 -4193,47829,26804 -4194,47829,26804 -4195,47829,26804 -4196,47829,26804 -4197,47829,26804 -4198,47829,26804 -4199,47829,26804 -4200,47829,26804 -4201,47829,26804 -4202,47829,26804 -4203,47829,26804 -4204,47829,26804 -4205,47829,26804 -4206,47829,26804 -4207,47829,26804 -4208,47829,26804 -4209,47829,26804 -4210,47829,26804 -4211,47829,26804 -4212,47829,26804 -4213,47829,26804 -4214,47829,26804 -4215,47829,26804 -4216,47829,26804 -4217,47829,26804 -4218,47829,26804 -4219,47829,26804 -4220,47829,26804 -4221,47829,26804 -4222,47829,26804 -4223,47829,26804 -4224,47829,26804 -4225,47829,26804 -4226,47829,26804 -4227,47829,26804 -4228,47829,26804 -4229,47829,26804 -4230,47829,26804 -4231,47829,26804 -4232,47829,26804 -4233,47829,26804 -4234,47829,26804 -4235,47829,26804 -4236,47829,26804 -4237,47829,26804 -4238,47829,26804 -4239,47829,26804 -4240,47829,26804 -4241,47829,26804 -4242,47829,26804 -4243,47829,26804 -4244,47829,26804 -4245,47829,26804 -4246,47829,26804 -4247,47829,26804 -4248,47829,26804 -4249,47829,26804 -4250,47829,26804 -4251,47829,26804 -4252,47829,26804 -4253,47829,26804 -4254,47829,26804 -4255,47829,26804 -4256,47829,26804 -4257,47829,26804 -4258,47829,26804 -4259,47829,26804 -4260,47829,26804 -4261,47829,26804 -4262,47829,26804 -4263,47829,26804 -4264,47829,26804 -4265,47829,26804 -4266,47829,26804 -4267,47829,26804 -4268,47829,26804 -4269,47829,26804 -4270,47829,26804 -4271,47829,26804 -4272,47829,26804 -4273,47829,26804 -4274,47829,26804 -4275,47829,26804 -4276,47829,26804 -4277,47829,26804 -4278,47829,26804 -4279,47829,26804 -4280,47829,26804 -4281,47829,26804 -4282,47829,26804 -4283,47829,26804 -4284,47829,26804 -4285,47829,26804 -4286,47829,26804 -4287,47829,26804 -4288,47829,26804 -4289,47829,26804 -4290,47829,26804 -4291,47829,26804 -4292,47829,26804 -4293,47829,26804 -4294,47829,26804 -4295,47829,26804 -4296,47829,26804 -4297,47829,26804 -4298,47829,26804 -4299,47829,26804 -4300,47829,26804 -4301,47829,26804 -4302,47829,26804 -4303,47829,26804 -4304,47829,26804 -4305,47829,26804 -4306,47829,26804 -4307,47829,26804 -4308,47829,26804 -4309,47829,26804 -4310,47829,26804 -4311,47829,26804 -4312,47829,26804 -4313,47829,26804 -4314,47829,26804 -4315,47829,26804 -4316,47829,26804 -4317,47829,26804 -4318,47829,26804 -4319,47829,26804 -4320,47829,26804 -4321,47829,26804 -4322,47829,26804 -4323,47829,26804 -4324,47829,26804 -4325,47829,26804 -4326,47829,26804 -4327,47829,26804 -4328,47829,26804 -4329,47829,26804 -4330,47829,26804 -4331,47829,26804 -4332,47829,26804 -4333,47829,26804 -4334,47829,26804 -4335,47829,26804 -4336,47829,26804 -4337,47829,26804 -4338,47829,26804 -4339,47829,26804 -4340,47829,26804 -4341,47829,26804 -4342,47829,26804 -4343,47829,26804 -4344,47829,26804 -4345,47829,26804 -4346,47829,26804 -4347,47829,26804 -4348,47829,26804 -4349,47829,26804 -4350,47829,26804 -4351,47829,26804 -4352,47829,26804 -4353,47829,26804 -4354,47829,26804 -4355,47829,26804 -4356,47829,26804 -4357,47829,26804 -4358,47829,26804 -4359,47829,26804 -4360,47829,26804 -4361,47829,26804 -4362,47829,26804 -4363,47829,26804 -4364,47829,26804 -4365,47829,26804 -4366,47829,26804 -4367,47829,26804 -4368,47829,26804 -4369,47829,26804 -4370,47829,26804 -4371,47829,26804 -4372,47829,26804 -4373,47829,26804 -4374,47829,26804 -4375,47829,26804 -4376,47829,26804 -4377,47829,26804 -4378,47829,26804 -4379,47829,26804 -4380,47829,26804 -4381,47829,26804 -4382,47829,26804 -4383,47829,26804 -4384,47829,26804 -4385,47829,26804 -4386,47829,26804 -4387,47829,26804 -4388,47829,26804 -4389,47829,26804 -4390,47829,26804 -4391,47829,26804 -4392,47829,26804 -4393,47829,26804 -4394,47829,26804 -4395,47829,26804 -4396,47829,26804 -4397,47829,26804 -4398,47829,26804 -4399,47829,26804 -4400,47829,26804 -4401,47829,26804 -4402,47829,26804 -4403,47829,26804 -4404,47829,26804 -4405,47829,26804 -4406,47829,26804 -4407,47829,26804 -4408,47829,26804 -4409,47829,26804 -4410,47829,26804 -4411,47829,26804 -4412,47829,26804 -4413,47829,26804 -4414,47829,26804 -4415,47829,26804 -4416,47829,26804 -4417,47829,26804 -4418,47829,26804 -4419,47829,26804 -4420,47829,26804 -4421,47829,26804 -4422,47829,26804 -4423,47829,26804 -4424,47829,26804 -4425,47829,26804 -4426,47829,26804 -4427,47829,26804 -4428,47829,26804 -4429,47829,26804 -4430,47829,26804 -4431,47829,26804 -4432,47829,26804 -4433,47829,26804 -4434,47829,26804 -4435,47829,26804 -4436,47829,26804 -4437,47829,26804 -4438,47829,26804 -4439,47829,26804 -4440,47829,26804 -4441,47829,26804 -4442,47829,26804 -4443,47829,26804 -4444,47829,26804 -4445,47829,26804 -4446,47829,26804 -4447,47829,26804 -4448,47829,26804 -4449,47829,26804 -4450,47829,26804 -4451,47829,26804 -4452,47829,26804 -4453,47829,26804 -4454,47829,26804 -4455,47829,26804 -4456,47829,26804 -4457,47829,26804 -4458,47829,26804 -4459,47829,26804 -4460,47829,26804 -4461,47829,26804 -4462,47829,26804 -4463,47829,26804 -4464,47829,26804 -4465,47829,26804 -4466,47829,26804 -4467,47829,26804 -4468,47829,26804 -4469,47829,26804 -4470,47829,26804 -4471,47829,26804 -4472,47829,26804 -4473,47829,26804 -4474,47829,26804 -4475,47829,26804 -4476,47829,26804 -4477,47829,26804 -4478,47829,26804 -4479,47829,26804 -4480,47829,26804 -4481,47829,26804 -4482,47829,26804 -4483,47829,26804 -4484,47829,26804 -4485,47829,26804 -4486,47829,26804 -4487,47829,26804 -4488,47829,26804 -4489,47829,26804 -4490,47829,26804 -4491,47829,26804 -4492,47829,26804 -4493,47829,26804 -4494,47829,26804 -4495,47829,26804 -4496,47829,26804 -4497,47829,26804 -4498,47829,26804 -4499,47829,26804 -4500,47829,26804 -4501,47829,26804 -4502,47829,26804 -4503,47829,26804 -4504,47829,26804 -4505,47829,26804 -4506,47829,26804 -4507,47829,26804 -4508,47829,26804 -4509,47829,26804 -4510,47829,26804 -4511,47829,26804 -4512,47829,26804 -4513,47829,26804 -4514,47829,26804 -4515,47829,26804 -4516,47829,26804 -4517,47829,26804 -4518,47829,26804 -4519,47829,26804 -4520,47829,26804 -4521,47829,26804 -4522,47829,26804 -4523,47829,26804 -4524,47829,26804 -4525,47829,26804 -4526,47829,26804 -4527,47829,26804 -4528,47829,26804 -4529,47829,26804 -4530,47829,26804 -4531,47829,26804 -4532,47829,26804 -4533,47829,26804 -4534,47829,26804 -4535,47829,26804 -4536,47829,26804 -4537,47829,26804 -4538,47829,26804 -4539,47829,26804 -4540,47829,26804 -4541,47829,26804 -4542,47829,26804 -4543,47829,26804 -4544,47829,26804 -4545,47829,26804 -4546,47829,26804 -4547,47829,26804 -4548,47829,26804 -4549,47829,26804 -4550,47829,26804 -4551,47829,26804 -4552,47829,26804 -4553,47829,26804 -4554,47829,26804 -4555,47829,26804 -4556,47829,26804 -4557,47829,26804 -4558,47829,26804 -4559,47829,26804 -4560,47829,26804 -4561,47829,26804 -4562,47829,26804 -4563,47829,26804 -4564,47829,26804 -4565,47829,26804 -4566,47829,26804 -4567,47829,26804 -4568,47829,26804 -4569,47829,26804 -4570,47829,26804 -4571,47829,26804 -4572,47829,26804 -4573,47829,26804 -4574,47829,26804 -4575,47829,26804 -4576,47829,26804 -4577,47829,26804 -4578,47829,26804 -4579,47829,26804 -4580,47829,26804 -4581,47829,26804 -4582,47829,26804 -4583,47829,26804 -4584,47829,26804 -4585,47829,26804 -4586,47829,26804 -4587,47829,26804 -4588,47829,26804 -4589,47829,26804 -4590,47829,26804 -4591,47829,26804 -4592,47829,26804 -4593,47829,26804 -4594,47829,26804 -4595,47829,26804 -4596,47829,26804 -4597,47829,26804 -4598,47829,26804 -4599,47829,26804 -4600,47829,26804 -4601,47829,26804 -4602,47829,26804 -4603,47829,26804 -4604,47829,26804 -4605,47829,26804 -4606,47829,26804 -4607,47829,26804 -4608,47829,26804 -4609,47829,26804 -4610,47829,26804 -4611,47829,26804 -4612,47829,26804 -4613,47829,26804 -4614,47829,26804 -4615,47829,26804 -4616,47829,26804 -4617,47829,26804 -4618,47829,26804 -4619,47829,26804 -4620,47829,26804 -4621,47829,26804 -4622,47829,26804 -4623,47829,26804 -4624,47829,26804 -4625,47829,26804 -4626,47829,26804 -4627,47829,26804 -4628,47829,26804 -4629,47829,26804 -4630,47829,26804 -4631,47829,26804 -4632,47829,26804 -4633,47829,26804 -4634,47829,26804 -4635,47829,26804 -4636,47829,26804 -4637,47829,26804 -4638,47829,26804 -4639,47829,26804 -4640,47829,26804 -4641,47829,26804 -4642,47829,26804 -4643,47829,26804 -4644,47829,26804 -4645,47829,26804 -4646,47829,26804 -4647,47829,26804 -4648,47829,26804 -4649,47829,26804 -4650,47829,26804 -4651,47829,26804 -4652,47829,26804 -4653,47829,26804 -4654,47829,26804 -4655,47829,26804 -4656,47829,26804 -4657,47829,26804 -4658,47829,26804 -4659,47829,26804 -4660,47829,26804 -4661,47829,26804 -4662,47829,26804 -4663,47829,26804 -4664,47829,26804 -4665,47829,26804 -4666,47829,26804 -4667,47829,26804 -4668,47829,26804 -4669,47829,26804 -4670,47829,26804 -4671,47829,26804 -4672,47829,26804 -4673,47829,26804 -4674,47829,26804 -4675,47829,26804 -4676,47829,26804 -4677,47829,26804 -4678,47829,26804 -4679,47829,26804 -4680,47829,26804 -4681,47829,26804 -4682,47829,26804 -4683,47829,26804 -4684,47829,26804 -4685,47829,26804 -4686,47829,26804 -4687,47829,26804 -4688,47829,26804 -4689,47829,26804 -4690,47829,26804 -4691,47829,26804 -4692,47829,26804 -4693,47829,26804 -4694,47829,26804 -4695,47829,26804 -4696,47829,26804 -4697,47829,26804 -4698,47829,26804 -4699,47829,26804 -4700,47829,26804 -4701,47829,26804 -4702,47829,26804 -4703,47829,26804 -4704,47829,26804 -4705,47829,26804 -4706,47829,26804 -4707,47829,26804 -4708,47829,26804 -4709,47829,26804 -4710,47829,26804 -4711,47829,26804 -4712,47829,26804 -4713,47829,26804 -4714,47829,26804 -4715,47829,26804 -4716,47829,26804 -4717,47829,26804 -4718,47829,26804 -4719,47829,26804 -4720,47829,26804 -4721,47829,26804 -4722,47829,26804 -4723,47829,26804 -4724,47829,26804 -4725,47829,26804 -4726,47829,26804 -4727,47829,26804 -4728,47829,26804 -4729,47829,26804 -4730,47829,26804 -4731,47829,26804 -4732,47829,26804 -4733,47829,26804 -4734,47829,26804 -4735,47829,26804 -4736,47829,26804 -4737,47829,26804 -4738,47829,26804 -4739,47829,26804 -4740,47829,26804 -4741,47829,26804 -4742,47829,26804 -4743,47829,26804 -4744,47829,26804 -4745,47829,26804 -4746,47829,26804 -4747,47829,26804 -4748,47829,26804 -4749,47829,26804 -4750,47829,26804 -4751,47829,26804 -4752,47829,26804 -4753,47829,26804 -4754,47829,26804 -4755,47829,26804 -4756,47829,26804 -4757,47829,26804 -4758,47829,26804 -4759,47829,26804 -4760,47829,26804 -4761,47829,26804 -4762,47829,26804 -4763,47829,26804 -4764,47829,26804 -4765,47829,26804 -4766,47829,26804 -4767,47829,26804 -4768,47829,26804 -4769,47829,26804 -4770,47829,26804 -4771,47829,26804 -4772,47829,26804 -4773,47829,26804 -4774,47829,26804 -4775,47829,26804 -4776,47829,26804 -4777,47829,26804 -4778,47829,26804 -4779,47829,26804 -4780,47829,26804 -4781,47829,26804 -4782,47829,26804 -4783,47829,26804 -4784,47829,26804 -4785,47829,26804 -4786,47829,26804 -4787,47829,26804 -4788,47829,26804 -4789,47829,26804 -4790,47829,26804 -4791,47829,26804 -4792,47829,26804 -4793,47829,26804 -4794,47829,26804 -4795,47829,26804 -4796,47829,26804 -4797,47829,26804 -4798,47829,26804 -4799,47829,26804 -4800,47829,26804 -4801,47829,26804 -4802,47829,26804 -4803,47829,26804 -4804,47829,26804 -4805,47829,26804 -4806,47829,26804 -4807,47829,26804 -4808,47829,26804 -4809,47829,26804 -4810,47829,26804 -4811,47829,26804 -4812,47829,26804 -4813,47829,26804 -4814,47829,26804 -4815,47829,26804 -4816,47829,26804 -4817,47829,26804 -4818,47829,26804 -4819,47829,26804 -4820,47829,26804 -4821,47829,26804 -4822,47829,26804 -4823,47829,26804 -4824,47829,26804 -4825,47829,26804 -4826,47829,26804 -4827,47829,26804 -4828,47829,26804 -4829,47829,26804 -4830,47829,26804 -4831,47829,26804 -4832,47829,26804 -4833,47829,26804 -4834,47829,26804 -4835,47829,26804 -4836,47829,26804 -4837,47829,26804 -4838,47829,26804 -4839,47829,26804 -4840,47829,26804 -4841,47829,26804 -4842,47829,26804 -4843,47829,26804 -4844,47829,26804 -4845,47829,26804 -4846,47829,26804 -4847,47829,26804 -4848,47829,26804 -4849,47829,26804 -4850,47829,26804 -4851,47829,26804 -4852,47829,26804 -4853,47829,26804 -4854,47829,26804 -4855,47829,26804 -4856,47829,26804 -4857,47829,26804 -4858,47829,26804 -4859,47829,26804 -4860,47829,26804 -4861,47829,26804 -4862,47829,26804 -4863,47829,26804 -4864,47829,26804 -4865,47829,26804 -4866,47829,26804 -4867,47829,26804 -4868,47829,26804 -4869,47829,26804 -4870,47829,26804 -4871,47829,26804 -4872,47829,26804 -4873,47829,26804 -4874,47829,26804 -4875,47829,26804 -4876,47829,26804 -4877,47829,26804 -4878,47829,26804 -4879,47829,26804 -4880,47829,26804 -4881,47829,26804 -4882,47829,26804 -4883,47829,26804 -4884,47829,26804 -4885,47829,26804 -4886,47829,26804 -4887,47829,26804 -4888,47829,26804 -4889,47829,26804 -4890,47829,26804 -4891,47829,26804 -4892,47829,26804 -4893,47829,26804 -4894,47829,26804 -4895,47829,26804 -4896,47829,26804 -4897,47829,26804 -4898,47829,26804 -4899,47829,26804 -4900,47829,26804 -4901,47829,26804 -4902,47829,26804 -4903,47829,26804 -4904,47829,26804 -4905,47829,26804 -4906,47829,26804 -4907,47829,26804 -4908,47829,26804 -4909,47829,26804 -4910,47829,26804 -4911,47829,26804 -4912,47829,26804 -4913,47829,26804 -4914,47829,26804 -4915,47829,26804 -4916,47829,26804 -4917,47829,26804 -4918,47829,26804 -4919,47829,26804 -4920,47829,26804 -4921,47829,26804 -4922,47829,26804 -4923,47829,26804 -4924,47829,26804 -4925,47829,26804 -4926,47829,26804 -4927,47829,26804 -4928,47829,26804 -4929,47829,26804 -4930,47829,26804 -4931,47829,26804 -4932,47829,26804 -4933,47829,26804 -4934,47829,26804 -4935,47829,26804 -4936,47829,26804 -4937,47829,26804 -4938,47829,26804 -4939,47829,26804 -4940,47829,26804 -4941,47829,26804 -4942,47829,26804 -4943,47829,26804 -4944,47829,26804 -4945,47829,26804 -4946,47829,26804 -4947,47829,26804 -4948,47829,26804 -4949,47829,26804 -4950,47829,26804 -4951,47829,26804 -4952,47829,26804 -4953,47829,26804 -4954,47829,26804 -4955,47829,26804 -4956,47829,26804 -4957,47829,26804 -4958,47829,26804 -4959,47829,26804 -4960,47829,26804 -4961,47829,26804 -4962,47829,26804 -4963,47829,26804 -4964,47829,26804 -4965,47829,26804 -4966,47829,26804 -4967,47829,26804 -4968,47829,26804 -4969,47829,26804 -4970,47829,26804 -4971,47829,26804 -4972,47829,26804 -4973,47829,26804 -4974,47829,26804 -4975,47829,26804 -4976,47829,26804 -4977,47829,26804 -4978,47829,26804 -4979,47829,26804 -4980,47829,26804 -4981,47829,26804 -4982,47829,26804 -4983,47829,26804 -4984,47829,26804 -4985,47829,26804 -4986,47829,26804 -4987,47829,26804 -4988,47829,26804 -4989,47829,26804 -4990,47829,26804 -4991,47829,26804 -4992,47829,26804 -4993,47829,26804 -4994,47829,26804 -4995,47829,26804 -4996,47829,26804 -4997,47829,26804 -4998,47829,26804 -4999,47829,26804 -5000,47829,26804 -5001,47829,26804 -5002,47829,26804 -5003,47829,26804 -5004,47829,26804 -5005,47829,26804 -5006,47829,26804 -5007,47829,26804 -5008,47829,26804 -5009,47829,26804 -5010,47829,26804 -5011,47829,26804 -5012,47829,26804 -5013,47829,26804 -5014,47829,26804 -5015,47829,26804 -5016,47829,26804 -5017,47829,26804 -5018,47829,26804 -5019,47829,26804 -5020,47829,26804 -5021,47829,26804 -5022,47829,26804 -5023,47829,26804 -5024,47829,26804 -5025,47829,26804 -5026,47829,26804 -5027,47829,26804 -5028,47829,26804 -5029,47829,26804 -5030,47829,26804 -5031,47829,26804 -5032,47829,26804 -5033,47829,26804 -5034,47829,26804 -5035,47829,26804 -5036,47829,26804 -5037,47829,26804 -5038,47829,26804 -5039,47829,26804 -5040,47829,26804 -5041,47829,26804 -5042,47829,26804 -5043,47829,26804 -5044,47829,26804 -5045,47829,26804 -5046,47829,26804 -5047,47829,26804 -5048,47829,26804 -5049,47829,26804 -5050,47829,26804 -5051,47829,26804 -5052,47829,26804 -5053,47829,26804 -5054,47829,26804 -5055,47829,26804 -5056,47829,26804 -5057,47829,26804 -5058,47829,26804 -5059,47829,26804 -5060,47829,26804 -5061,47829,26804 -5062,47829,26804 -5063,47829,26804 -5064,47829,26804 -5065,47829,26804 -5066,47829,26804 -5067,47829,26804 -5068,47829,26804 -5069,47829,26804 -5070,47829,26804 -5071,47829,26804 -5072,47829,26804 -5073,47829,26804 -5074,47829,26804 -5075,47829,26804 -5076,47829,26804 -5077,47829,26804 -5078,47829,26804 -5079,47829,26804 -5080,47829,26804 -5081,47829,26804 -5082,47829,26804 -5083,47829,26804 -5084,47829,26804 -5085,47829,26804 -5086,47829,26804 -5087,47829,26804 -5088,47829,26804 -5089,47829,26804 -5090,47829,26804 -5091,47829,26804 -5092,47829,26804 -5093,47829,26804 -5094,47829,26804 -5095,47829,26804 -5096,47829,26804 -5097,47829,26804 -5098,47829,26804 -5099,47829,26804 -5100,47829,26804 -5101,47829,26804 -5102,47829,26804 -5103,47829,26804 -5104,47829,26804 -5105,47829,26804 -5106,47829,26804 -5107,47829,26804 -5108,47829,26804 -5109,47829,26804 -5110,47829,26804 -5111,47829,26804 -5112,47829,26804 -5113,47829,26804 -5114,47829,26804 -5115,47829,26804 -5116,47829,26804 -5117,47829,26804 -5118,47829,26804 -5119,47829,26804 -5120,47829,26804 -5121,47829,26804 -5122,47829,26804 -5123,47829,26804 -5124,47829,26804 -5125,47829,26804 -5126,47829,26804 -5127,47829,26804 -5128,47829,26804 -5129,47829,26804 -5130,47829,26804 -5131,47829,26804 -5132,47829,26804 -5133,47829,26804 -5134,47829,26804 -5135,47829,26804 -5136,47829,26804 -5137,47829,26804 -5138,47829,26804 -5139,47829,26804 -5140,47829,26804 -5141,47829,26804 -5142,47829,26804 -5143,47829,26804 -5144,47829,26804 -5145,47829,26804 -5146,47829,26804 -5147,47829,26804 -5148,47829,26804 -5149,47829,26804 -5150,47829,26804 -5151,47829,26804 -5152,47829,26804 -5153,47829,26804 -5154,47829,26804 -5155,47829,26804 -5156,47829,26804 -5157,47829,26804 -5158,47829,26804 -5159,47829,26804 -5160,47829,26804 -5161,47829,26804 -5162,47829,26804 -5163,47829,26804 -5164,47829,26804 -5165,47829,26804 -5166,47829,26804 -5167,47829,26804 -5168,47829,26804 -5169,47829,26804 -5170,47829,26804 -5171,47829,26804 -5172,47829,26804 -5173,47829,26804 -5174,47829,26804 -5175,47829,26804 -5176,47829,26804 -5177,47829,26804 -5178,47829,26804 -5179,47829,26804 -5180,47829,26804 -5181,47829,26804 -5182,47829,26804 -5183,47829,26804 -5184,47829,26804 -5185,47829,26804 -5186,47829,26804 -5187,47829,26804 -5188,47829,26804 -5189,47829,26804 -5190,47829,26804 -5191,47829,26804 -5192,47829,26804 -5193,47829,26804 -5194,47829,26804 -5195,47829,26804 -5196,47829,26804 -5197,47829,26804 -5198,47829,26804 -5199,47829,26804 -5200,47829,26804 -5201,47829,26804 -5202,47829,26804 -5203,47829,26804 -5204,47829,26804 -5205,47829,26804 -5206,47829,26804 -5207,47829,26804 -5208,47829,26804 -5209,47829,26804 -5210,47829,26804 -5211,47829,26804 -5212,47829,26804 -5213,47829,26804 -5214,47829,26804 -5215,47829,26804 -5216,47829,26804 -5217,47829,26804 -5218,47829,26804 -5219,47829,26804 -5220,47829,26804 -5221,47829,26804 -5222,47829,26804 -5223,47829,26804 -5224,47829,26804 -5225,47829,26804 -5226,47829,26804 -5227,47829,26804 -5228,47829,26804 -5229,47829,26804 -5230,47829,26804 -5231,47829,26804 -5232,47829,26804 -5233,47829,26804 -5234,47829,26804 -5235,47829,26804 -5236,47829,26804 -5237,47829,26804 -5238,47829,26804 -5239,47829,26804 -5240,47829,26804 -5241,47829,26804 -5242,47829,26804 -5243,47829,26804 -5244,47829,26804 -5245,47829,26804 -5246,47829,26804 -5247,47829,26804 -5248,47829,26804 -5249,47829,26804 -5250,47829,26804 -5251,47829,26804 -5252,47829,26804 -5253,47829,26804 -5254,47829,26804 -5255,47829,26804 -5256,47829,26804 -5257,47829,26804 -5258,47829,26804 -5259,47829,26804 -5260,47829,26804 -5261,47829,26804 -5262,47829,26804 -5263,47829,26804 -5264,47829,26804 -5265,47829,26804 -5266,47829,26804 -5267,47829,26804 -5268,47829,26804 -5269,47829,26804 -5270,47829,26804 -5271,47829,26804 -5272,47829,26804 -5273,47829,26804 -5274,47829,26804 -5275,47829,26804 -5276,47829,26804 -5277,47829,26804 -5278,47829,26804 -5279,47829,26804 -5280,47829,26804 -5281,47829,26804 -5282,47829,26804 -5283,47829,26804 -5284,47829,26804 -5285,47829,26804 -5286,47829,26804 -5287,47829,26804 -5288,47829,26804 -5289,47829,26804 -5290,47829,26804 -5291,47829,26804 -5292,47829,26804 -5293,47829,26804 -5294,47829,26804 -5295,47829,26804 -5296,47829,26804 -5297,47829,26804 -5298,47829,26804 -5299,47829,26804 -5300,47829,26804 -5301,47829,26804 -5302,47829,26804 -5303,47829,26804 -5304,47829,26804 -5305,47829,26804 -5306,47829,26804 -5307,47829,26804 -5308,47829,26804 -5309,47829,26804 -5310,47829,26804 -5311,47829,26804 -5312,47829,26804 -5313,47829,26804 -5314,47829,26804 -5315,47829,26804 -5316,47829,26804 -5317,47829,26804 -5318,47829,26804 -5319,47829,26804 -5320,47829,26804 -5321,47829,26804 -5322,47829,26804 -5323,47829,26804 -5324,47829,26804 -5325,47829,26804 -5326,47829,26804 -5327,47829,26804 -5328,47829,26804 -5329,47829,26804 -5330,47829,26804 -5331,47829,26804 -5332,47829,26804 -5333,47829,26804 -5334,47829,26804 -5335,47829,26804 -5336,47829,26804 -5337,47829,26804 -5338,47829,26804 -5339,47829,26804 -5340,47829,26804 -5341,47829,26804 -5342,47829,26804 -5343,47829,26804 -5344,47829,26804 -5345,47829,26804 -5346,47829,26804 -5347,47829,26804 -5348,47829,26804 -5349,47829,26804 -5350,47829,26804 -5351,47829,26804 -5352,47829,26804 -5353,47829,26804 -5354,47829,26804 -5355,47829,26804 -5356,47829,26804 -5357,47829,26804 -5358,47829,26804 -5359,47829,26804 -5360,47829,26804 -5361,47829,26804 -5362,47829,26804 -5363,47829,26804 -5364,47829,26804 -5365,47829,26804 -5366,47829,26804 -5367,47829,26804 -5368,47829,26804 -5369,47829,26804 -5370,47829,26804 -5371,47829,26804 -5372,47829,26804 -5373,47829,26804 -5374,47829,26804 -5375,47829,26804 -5376,47829,26804 -5377,47829,26804 -5378,47829,26804 -5379,47829,26804 -5380,47829,26804 -5381,47829,26804 -5382,47829,26804 -5383,47829,26804 -5384,47829,26804 -5385,47829,26804 -5386,47829,26804 -5387,47829,26804 -5388,47829,26804 -5389,47829,26804 -5390,47829,26804 -5391,47829,26804 -5392,47829,26804 -5393,47829,26804 -5394,47829,26804 -5395,47829,26804 -5396,47829,26804 -5397,47829,26804 -5398,47829,26804 -5399,47829,26804 -5400,47829,26804 -5401,47829,26804 -5402,47829,26804 -5403,47829,26804 -5404,47829,26804 -5405,47829,26804 -5406,47829,26804 -5407,47829,26804 -5408,47829,26804 -5409,47829,26804 -5410,47829,26804 -5411,47829,26804 -5412,47829,26804 -5413,47829,26804 -5414,47829,26804 -5415,47829,26804 -5416,47829,26804 -5417,47829,26804 -5418,47829,26804 -5419,47829,26804 -5420,47829,26804 -5421,47829,26804 -5422,47829,26804 -5423,47829,26804 -5424,47829,26804 -5425,47829,26804 -5426,47829,26804 -5427,47829,26804 -5428,47829,26804 -5429,47829,26804 -5430,47829,26804 -5431,47829,26804 -5432,47829,26804 -5433,47829,26804 -5434,47829,26804 -5435,47829,26804 -5436,47829,26804 -5437,47829,26804 -5438,47829,26804 -5439,47829,26804 -5440,47829,26804 -5441,47829,26804 -5442,47829,26804 -5443,47829,26804 -5444,47829,26804 -5445,47829,26804 -5446,47829,26804 -5447,47829,26804 -5448,47829,26804 -5449,47829,26804 -5450,47829,26804 -5451,47829,26804 -5452,47829,26804 -5453,47829,26804 -5454,47829,26804 -5455,47829,26804 -5456,47829,26804 -5457,47829,26804 -5458,47829,26804 -5459,47829,26804 -5460,47829,26804 -5461,47829,26804 -5462,47829,26804 -5463,47829,26804 -5464,47829,26804 -5465,47829,26804 -5466,47829,26804 -5467,47829,26804 -5468,47829,26804 -5469,47829,26804 -5470,47829,26804 -5471,47829,26804 -5472,47829,26804 -5473,47829,26804 -5474,47829,26804 -5475,47829,26804 -5476,47829,26804 -5477,47829,26804 -5478,47829,26804 -5479,47829,26804 -5480,47829,26804 -5481,47829,26804 -5482,47829,26804 -5483,47829,26804 -5484,47829,26804 -5485,47829,26804 -5486,47829,26804 -5487,47829,26804 -5488,47829,26804 -5489,47829,26804 -5490,47829,26804 -5491,47829,26804 -5492,47829,26804 -5493,47829,26804 -5494,47829,26804 -5495,47829,26804 -5496,47829,26804 -5497,47829,26804 -5498,47829,26804 -5499,47829,26804 -5500,47829,26804 -5501,47829,26804 -5502,47829,26804 -5503,47829,26804 -5504,47829,26804 -5505,47829,26804 -5506,47829,26804 -5507,47829,26804 -5508,47829,26804 -5509,47829,26804 -5510,47829,26804 -5511,47829,26804 -5512,47829,26804 -5513,47829,26804 -5514,47829,26804 -5515,47829,26804 -5516,47829,26804 -5517,47829,26804 -5518,47829,26804 -5519,47829,26804 -5520,47829,26804 -5521,47829,26804 -5522,47829,26804 -5523,47829,26804 -5524,47829,26804 -5525,47829,26804 -5526,47829,26804 -5527,47829,26804 -5528,47829,26804 -5529,47829,26804 -5530,47829,26804 -5531,47829,26804 -5532,47829,26804 -5533,47829,26804 -5534,47829,26804 -5535,47829,26804 -5536,47829,26804 -5537,47829,26804 -5538,47829,26804 -5539,47829,26804 -5540,47829,26804 -5541,47829,26804 -5542,47829,26804 -5543,47829,26804 -5544,47829,26804 -5545,47829,26804 -5546,47829,26804 -5547,47829,26804 -5548,47829,26804 -5549,47829,26804 -5550,47829,26804 -5551,47829,26804 -5552,47829,26804 -5553,47829,26804 -5554,47829,26804 -5555,47829,26804 -5556,47829,26804 -5557,47829,26804 -5558,47829,26804 -5559,47829,26804 -5560,47829,26804 -5561,47829,26804 -5562,47829,26804 -5563,47829,26804 -5564,47829,26804 -5565,47829,26804 -5566,47829,26804 -5567,47829,26804 -5568,47829,26804 -5569,47829,26804 -5570,47829,26804 -5571,47829,26804 -5572,47829,26804 -5573,47829,26804 -5574,47829,26804 -5575,47829,26804 -5576,47829,26804 -5577,47829,26804 -5578,47829,26804 -5579,47829,26804 -5580,47829,26804 -5581,47829,26804 -5582,47829,26804 -5583,47829,26804 -5584,47829,26804 -5585,47829,26804 -5586,47829,26804 -5587,47829,26804 -5588,47829,26804 -5589,47829,26804 -5590,47829,26804 -5591,47829,26804 -5592,47829,26804 -5593,47829,26804 -5594,47829,26804 -5595,47829,26804 -5596,47829,26804 -5597,47829,26804 -5598,47829,26804 -5599,47829,26804 -5600,47829,26804 -5601,47829,26804 -5602,47829,26804 -5603,47829,26804 -5604,47829,26804 -5605,47829,26804 -5606,47829,26804 -5607,47829,26804 -5608,47829,26804 -5609,47829,26804 -5610,47829,26804 -5611,47829,26804 -5612,47829,26804 -5613,47829,26804 -5614,47829,26804 -5615,47829,26804 -5616,47829,26804 -5617,47829,26804 -5618,47829,26804 -5619,47829,26804 -5620,47829,26804 -5621,47829,26804 -5622,47829,26804 -5623,47829,26804 -5624,47829,26804 -5625,47829,26804 -5626,47829,26804 -5627,47829,26804 -5628,47829,26804 -5629,47829,26804 -5630,47829,26804 -5631,47829,26804 -5632,47829,26804 -5633,47829,26804 -5634,47829,26804 -5635,47829,26804 -5636,47829,26804 -5637,47829,26804 -5638,47829,26804 -5639,47829,26804 -5640,47829,26804 -5641,47829,26804 -5642,47829,26804 -5643,47829,26804 -5644,47829,26804 -5645,47829,26804 -5646,47829,26804 -5647,47829,26804 -5648,47829,26804 -5649,47829,26804 -5650,47829,26804 -5651,47829,26804 -5652,47829,26804 -5653,47829,26804 -5654,47829,26804 -5655,47829,26804 -5656,47829,26804 -5657,47829,26804 -5658,47829,26804 -5659,47829,26804 -5660,47829,26804 -5661,47829,26804 -5662,47829,26804 -5663,47829,26804 -5664,47829,26804 -5665,47829,26804 -5666,47829,26804 -5667,47829,26804 -5668,47829,26804 -5669,47829,26804 -5670,47829,26804 -5671,47829,26804 -5672,47829,26804 -5673,47829,26804 -5674,47829,26804 -5675,47829,26804 -5676,47829,26804 -5677,47829,26804 -5678,47829,26804 -5679,47829,26804 -5680,47829,26804 -5681,47829,26804 -5682,47829,26804 -5683,47829,26804 -5684,47829,26804 -5685,47829,26804 -5686,47829,26804 -5687,47829,26804 -5688,47829,26804 -5689,47829,26804 -5690,47829,26804 -5691,47829,26804 -5692,47829,26804 -5693,47829,26804 -5694,47829,26804 -5695,47829,26804 -5696,47829,26804 -5697,47829,26804 -5698,47829,26804 -5699,47829,26804 -5700,47829,26804 -5701,47829,26804 -5702,47829,26804 -5703,47829,26804 -5704,47829,26804 -5705,47829,26804 -5706,47829,26804 -5707,47829,26804 -5708,47829,26804 -5709,47829,26804 -5710,47829,26804 -5711,47829,26804 -5712,47829,26804 -5713,47829,26804 -5714,47829,26804 -5715,47829,26804 -5716,47829,26804 -5717,47829,26804 -5718,47829,26804 -5719,47829,26804 -5720,47829,26804 -5721,47829,26804 -5722,47829,26804 -5723,47829,26804 -5724,47829,26804 -5725,47829,26804 -5726,47829,26804 -5727,47829,26804 -5728,47829,26804 -5729,47829,26804 -5730,47829,26804 -5731,47829,26804 -5732,47829,26804 -5733,47829,26804 -5734,47829,26804 -5735,47829,26804 -5736,47829,26804 -5737,47829,26804 -5738,47829,26804 -5739,47829,26804 -5740,47829,26804 -5741,47829,26804 -5742,47829,26804 -5743,47829,26804 -5744,47829,26804 -5745,47829,26804 -5746,47829,26804 -5747,47829,26804 -5748,47829,26804 -5749,47829,26804 -5750,47829,26804 -5751,47829,26804 -5752,47829,26804 -5753,47829,26804 -5754,47829,26804 -5755,47829,26804 -5756,47829,26804 -5757,47829,26804 -5758,47829,26804 -5759,47829,26804 -5760,47829,26804 -5761,47829,26804 -5762,47829,26804 -5763,47829,26804 -5764,47829,26804 -5765,47829,26804 -5766,47829,26804 -5767,47829,26804 -5768,47829,26804 -5769,47829,26804 -5770,47829,26804 -5771,47829,26804 -5772,47829,26804 -5773,47829,26804 -5774,47829,26804 -5775,47829,26804 -5776,47829,26804 -5777,47829,26804 -5778,47829,26804 -5779,47829,26804 -5780,47829,26804 -5781,47829,26804 -5782,47829,26804 -5783,47829,26804 -5784,47829,26804 -5785,47829,26804 -5786,47829,26804 -5787,47829,26804 -5788,47829,26804 -5789,47829,26804 -5790,47829,26804 -5791,47829,26804 -5792,47829,26804 -5793,47829,26804 -5794,47829,26804 -5795,47829,26804 -5796,47829,26804 -5797,47829,26804 -5798,47829,26804 -5799,47829,26804 -5800,47829,26804 -5801,47829,26804 -5802,47829,26804 -5803,47829,26804 -5804,47829,26804 -5805,47829,26804 -5806,47829,26804 -5807,47829,26804 -5808,47829,26804 -5809,47829,26804 -5810,47829,26804 -5811,47829,26804 -5812,47829,26804 -5813,47829,26804 -5814,47829,26804 -5815,47829,26804 -5816,47829,26804 -5817,47829,26804 -5818,47829,26804 -5819,47829,26804 -5820,47829,26804 -5821,47829,26804 -5822,47829,26804 -5823,47829,26804 -5824,47829,26804 -5825,47829,26804 -5826,47829,26804 -5827,47829,26804 -5828,47829,26804 -5829,47829,26804 -5830,47829,26804 -5831,47829,26804 -5832,47829,26804 -5833,47829,26804 -5834,47829,26804 -5835,47829,26804 -5836,47829,26804 -5837,47829,26804 -5838,47829,26804 -5839,47829,26804 -5840,47829,26804 -5841,47829,26804 -5842,47829,26804 -5843,47829,26804 -5844,47829,26804 -5845,47829,26804 -5846,47829,26804 -5847,47829,26804 -5848,47829,26804 -5849,47829,26804 -5850,47829,26804 -5851,47829,26804 -5852,47829,26804 -5853,47829,26804 -5854,47829,26804 -5855,47829,26804 -5856,47829,26804 -5857,47829,26804 -5858,47829,26804 -5859,47829,26804 -5860,47829,26804 -5861,47829,26804 -5862,47829,26804 -5863,47829,26804 -5864,47829,26804 -5865,47829,26804 -5866,47829,26804 -5867,47829,26804 -5868,47829,26804 -5869,47829,26804 -5870,47829,26804 -5871,47829,26804 -5872,47829,26804 -5873,47829,26804 -5874,47829,26804 -5875,47829,26804 -5876,47829,26804 -5877,47829,26804 -5878,47829,26804 -5879,47829,26804 -5880,47829,26804 -5881,47829,26804 -5882,47829,26804 -5883,47829,26804 -5884,47829,26804 -5885,47829,26804 -5886,47829,26804 -5887,47829,26804 -5888,47829,26804 -5889,47829,26804 -5890,47829,26804 -5891,47829,26804 -5892,47829,26804 -5893,47829,26804 -5894,47829,26804 -5895,47829,26804 -5896,47829,26804 -5897,47829,26804 -5898,47829,26804 -5899,47829,26804 -5900,47829,26804 -5901,47829,26804 -5902,47829,26804 -5903,47829,26804 -5904,47829,26804 -5905,47829,26804 -5906,47829,26804 -5907,47829,26804 -5908,47829,26804 -5909,47829,26804 -5910,47829,26804 -5911,47829,26804 -5912,47829,26804 -5913,47829,26804 -5914,47829,26804 -5915,47829,26804 -5916,47829,26804 -5917,47829,26804 -5918,47829,26804 -5919,47829,26804 -5920,47829,26804 -5921,47829,26804 -5922,47829,26804 -5923,47829,26804 -5924,47829,26804 -5925,47829,26804 -5926,47829,26804 -5927,47829,26804 -5928,47829,26804 -5929,47829,26804 -5930,47829,26804 -5931,47829,26804 -5932,47829,26804 -5933,47829,26804 -5934,47829,26804 -5935,47829,26804 -5936,47829,26804 -5937,47829,26804 -5938,47829,26804 -5939,47829,26804 -5940,47829,26804 -5941,47829,26804 -5942,47829,26804 -5943,47829,26804 -5944,47829,26804 -5945,47829,26804 -5946,47829,26804 -5947,47829,26804 -5948,47829,26804 -5949,47829,26804 -5950,47829,26804 -5951,47829,26804 -5952,47829,26804 -5953,47829,26804 -5954,47829,26804 -5955,47829,26804 -5956,47829,26804 -5957,47829,26804 -5958,47829,26804 -5959,47829,26804 -5960,47829,26804 -5961,47829,26804 -5962,47829,26804 -5963,47829,26804 -5964,47829,26804 -5965,47829,26804 -5966,47829,26804 -5967,47829,26804 -5968,47829,26804 -5969,47829,26804 -5970,47829,26804 -5971,47829,26804 -5972,47829,26804 -5973,47829,26804 -5974,47829,26804 -5975,47829,26804 -5976,47829,26804 -5977,47829,26804 -5978,47829,26804 -5979,47829,26804 -5980,47829,26804 -5981,47829,26804 -5982,47829,26804 -5983,47829,26804 -5984,47829,26804 -5985,47829,26804 -5986,47829,26804 -5987,47829,26804 -5988,47829,26804 -5989,47829,26804 -5990,47829,26804 -5991,47829,26804 -5992,47829,26804 -5993,47829,26804 -5994,47829,26804 -5995,47829,26804 -5996,47829,26804 -5997,47829,26804 -5998,47829,26804 -5999,47829,26804 -6000,47829,26804 -6001,47829,26804 -6002,47829,26804 -6003,47829,26804 -6004,47829,26804 -6005,47829,26804 -6006,47829,26804 -6007,47829,26804 -6008,47829,26804 -6009,47829,26804 -6010,47829,26804 -6011,47829,26804 -6012,47829,26804 -6013,47829,26804 -6014,47829,26804 -6015,47829,26804 -6016,47829,26804 -6017,47829,26804 -6018,47829,26804 -6019,47829,26804 -6020,47829,26804 -6021,47829,26804 -6022,47829,26804 -6023,47829,26804 -6024,47829,26804 -6025,47829,26804 -6026,47829,26804 -6027,47829,26804 -6028,47829,26804 -6029,47829,26804 -6030,47829,26804 -6031,47829,26804 -6032,47829,26804 -6033,47829,26804 -6034,47829,26804 -6035,47829,26804 -6036,47829,26804 -6037,47829,26804 -6038,47829,26804 -6039,47829,26804 -6040,47829,26804 -6041,47829,26804 -6042,47829,26804 -6043,47829,26804 -6044,47829,26804 -6045,47829,26804 -6046,47829,26804 -6047,47829,26804 -6048,47829,26804 -6049,47829,26804 -6050,47829,26804 -6051,47829,26804 -6052,47829,26804 -6053,47829,26804 -6054,47829,26804 -6055,47829,26804 -6056,47829,26804 -6057,47829,26804 -6058,47829,26804 -6059,47829,26804 -6060,47829,26804 -6061,47829,26804 -6062,47829,26804 -6063,47829,26804 -6064,47829,26804 -6065,47829,26804 -6066,47829,26804 -6067,47829,26804 -6068,47829,26804 -6069,47829,26804 -6070,47829,26804 -6071,47829,26804 -6072,47829,26804 -6073,47829,26804 -6074,47829,26804 -6075,47829,26804 -6076,47829,26804 -6077,47829,26804 -6078,47829,26804 -6079,47829,26804 -6080,47829,26804 -6081,47829,26804 -6082,47829,26804 -6083,47829,26804 -6084,47829,26804 -6085,47829,26804 -6086,47829,26804 -6087,47829,26804 -6088,47829,26804 -6089,47829,26804 -6090,47829,26804 -6091,47829,26804 -6092,47829,26804 -6093,47829,26804 -6094,47829,26804 -6095,47829,26804 -6096,47829,26804 -6097,47829,26804 -6098,47829,26804 -6099,47829,26804 -6100,47829,26804 -6101,47829,26804 -6102,47829,26804 -6103,47829,26804 -6104,47829,26804 -6105,47829,26804 -6106,47829,26804 -6107,47829,26804 -6108,47829,26804 -6109,47829,26804 -6110,47829,26804 -6111,47829,26804 -6112,47829,26804 -6113,47829,26804 -6114,47829,26804 -6115,47829,26804 -6116,47829,26804 -6117,47829,26804 -6118,47829,26804 -6119,47829,26804 -6120,47829,26804 -6121,47829,26804 -6122,47829,26804 -6123,47829,26804 -6124,47829,26804 -6125,47829,26804 -6126,47829,26804 -6127,47829,26804 -6128,47829,26804 -6129,47829,26804 -6130,47829,26804 -6131,47829,26804 -6132,47829,26804 -6133,47829,26804 -6134,47829,26804 -6135,47829,26804 -6136,47829,26804 -6137,47829,26804 -6138,47829,26804 -6139,47829,26804 -6140,47829,26804 -6141,47829,26804 -6142,47829,26804 -6143,47829,26804 -6144,47829,26804 -6145,47829,26804 -6146,47829,26804 -6147,47829,26804 -6148,47829,26804 -6149,47829,26804 -6150,47829,26804 -6151,47829,26804 -6152,47829,26804 -6153,47829,26804 -6154,47829,26804 -6155,47829,26804 -6156,47829,26804 -6157,47829,26804 -6158,47829,26804 -6159,47829,26804 -6160,47829,26804 -6161,47829,26804 -6162,47829,26804 -6163,47829,26804 -6164,47829,26804 -6165,47829,26804 -6166,47829,26804 -6167,47829,26804 -6168,47829,26804 -6169,47829,26804 -6170,47829,26804 -6171,47829,26804 -6172,47829,26804 -6173,47829,26804 -6174,47829,26804 -6175,47829,26804 -6176,47829,26804 -6177,47829,26804 -6178,47829,26804 -6179,47829,26804 -6180,47829,26804 -6181,47829,26804 -6182,47829,26804 -6183,47829,26804 -6184,47829,26804 -6185,47829,26804 -6186,47829,26804 -6187,47829,26804 -6188,47829,26804 -6189,47829,26804 -6190,47829,26804 -6191,47829,26804 -6192,47829,26804 -6193,47829,26804 -6194,47829,26804 -6195,47829,26804 -6196,47829,26804 -6197,47829,26804 -6198,47829,26804 -6199,47829,26804 -6200,47829,26804 -6201,47829,26804 -6202,47829,26804 -6203,47829,26804 -6204,47829,26804 -6205,47829,26804 -6206,47829,26804 -6207,47829,26804 -6208,47829,26804 -6209,47829,26804 -6210,47829,26804 -6211,47829,26804 -6212,47829,26804 -6213,47829,26804 -6214,47829,26804 -6215,47829,26804 -6216,47829,26804 -6217,47829,26804 -6218,47829,26804 -6219,47829,26804 -6220,47829,26804 -6221,47829,26804 -6222,47829,26804 -6223,47829,26804 -6224,47829,26804 -6225,47829,26804 -6226,47829,26804 -6227,47829,26804 -6228,47829,26804 -6229,47829,26804 -6230,47829,26804 -6231,47829,26804 -6232,47829,26804 -6233,47829,26804 -6234,47829,26804 -6235,47829,26804 -6236,47829,26804 -6237,47829,26804 -6238,47829,26804 -6239,47829,26804 -6240,47829,26804 -6241,47829,26804 -6242,47829,26804 -6243,47829,26804 -6244,47829,26804 -6245,47829,26804 -6246,47829,26804 -6247,47829,26804 -6248,47829,26804 -6249,47829,26804 -6250,47829,26804 -6251,47829,26804 -6252,47829,26804 -6253,47829,26804 -6254,47829,26804 -6255,47829,26804 -6256,47829,26804 -6257,47829,26804 -6258,47829,26804 -6259,47829,26804 -6260,47829,26804 -6261,47829,26804 -6262,47829,26804 -6263,47829,26804 -6264,47829,26804 -6265,47829,26804 -6266,47829,26804 -6267,47829,26804 -6268,47829,26804 -6269,47829,26804 -6270,47829,26804 -6271,47829,26804 -6272,47829,26804 -6273,47829,26804 -6274,47829,26804 -6275,47829,26804 -6276,47829,26804 -6277,47829,26804 -6278,47829,26804 -6279,47829,26804 -6280,47829,26804 -6281,47829,26804 -6282,47829,26804 -6283,47829,26804 -6284,47829,26804 -6285,47829,26804 -6286,47829,26804 -6287,47829,26804 -6288,47829,26804 -6289,47829,26804 -6290,47829,26804 -6291,47829,26804 -6292,47829,26804 -6293,47829,26804 -6294,47829,26804 -6295,47829,26804 -6296,47829,26804 -6297,47829,26804 -6298,47829,26804 -6299,47829,26804 -6300,47829,26804 -6301,47829,26804 -6302,47829,26804 -6303,47829,26804 -6304,47829,26804 -6305,47829,26804 -6306,47829,26804 -6307,47829,26804 -6308,47829,26804 -6309,47829,26804 -6310,47829,26804 -6311,47829,26804 -6312,47829,26804 -6313,47829,26804 -6314,47829,26804 -6315,47829,26804 -6316,47829,26804 -6317,47829,26804 -6318,47829,26804 -6319,47829,26804 -6320,47829,26804 -6321,47829,26804 -6322,47829,26804 -6323,47829,26804 -6324,47829,26804 -6325,47829,26804 -6326,47829,26804 -6327,47829,26804 -6328,47829,26804 -6329,47829,26804 -6330,47829,26804 -6331,47829,26804 -6332,47829,26804 -6333,47829,26804 -6334,47829,26804 -6335,47829,26804 -6336,47829,26804 -6337,47829,26804 -6338,47829,26804 -6339,47829,26804 -6340,47829,26804 -6341,47829,26804 -6342,47829,26804 -6343,47829,26804 -6344,47829,26804 -6345,47829,26804 -6346,47829,26804 -6347,47829,26804 -6348,47829,26804 -6349,47829,26804 -6350,47829,26804 -6351,47829,26804 -6352,47829,26804 -6353,47829,26804 -6354,47829,26804 -6355,47829,26804 -6356,47829,26804 -6357,47829,26804 -6358,47829,26804 -6359,47829,26804 -6360,47829,26804 -6361,47829,26804 -6362,47829,26804 -6363,47829,26804 -6364,47829,26804 -6365,47829,26804 -6366,47829,26804 -6367,47829,26804 -6368,47829,26804 -6369,47829,26804 -6370,47829,26804 -6371,47829,26804 -6372,47829,26804 -6373,47829,26804 -6374,47829,26804 -6375,47829,26804 -6376,47829,26804 -6377,47829,26804 -6378,47829,26804 -6379,47829,26804 -6380,47829,26804 -6381,47829,26804 -6382,47829,26804 -6383,47829,26804 -6384,47829,26804 -6385,47829,26804 -6386,47829,26804 -6387,47829,26804 -6388,47829,26804 -6389,47829,26804 -6390,47829,26804 -6391,47829,26804 -6392,47829,26804 -6393,47829,26804 -6394,47829,26804 -6395,47829,26804 -6396,47829,26804 -6397,47829,26804 -6398,47829,26804 -6399,47829,26804 -6400,47829,26804 -6401,47829,26804 -6402,47829,26804 -6403,47829,26804 -6404,47829,26804 -6405,47829,26804 -6406,47829,26804 -6407,47829,26804 -6408,47829,26804 -6409,47829,26804 -6410,47829,26804 -6411,47829,26804 -6412,47829,26804 -6413,47829,26804 -6414,47829,26804 -6415,47829,26804 -6416,47829,26804 -6417,47829,26804 -6418,47829,26804 -6419,47829,26804 -6420,47829,26804 -6421,47829,26804 -6422,47829,26804 -6423,47829,26804 -6424,47829,26804 -6425,47829,26804 -6426,47829,26804 -6427,47829,26804 -6428,47829,26804 -6429,47829,26804 -6430,47829,26804 -6431,47829,26804 -6432,47829,26804 -6433,47829,26804 -6434,47829,26804 -6435,47829,26804 -6436,47829,26804 -6437,47829,26804 -6438,47829,26804 -6439,47829,26804 -6440,47829,26804 -6441,47829,26804 -6442,47829,26804 -6443,47829,26804 -6444,47829,26804 -6445,47829,26804 -6446,47829,26804 -6447,47829,26804 -6448,47829,26804 -6449,47829,26804 -6450,47829,26804 -6451,47829,26804 -6452,47829,26804 -6453,47829,26804 -6454,47829,26804 -6455,47829,26804 -6456,47829,26804 -6457,47829,26804 -6458,47829,26804 -6459,47829,26804 -6460,47829,26804 -6461,47829,26804 -6462,47829,26804 -6463,47829,26804 -6464,47829,26804 -6465,47829,26804 -6466,47829,26804 -6467,47829,26804 -6468,47829,26804 -6469,47829,26804 -6470,47829,26804 -6471,47829,26804 -6472,47829,26804 -6473,47829,26804 -6474,47829,26804 -6475,47829,26804 -6476,47829,26804 -6477,47829,26804 -6478,47829,26804 -6479,47829,26804 -6480,47829,26804 -6481,47829,26804 -6482,47829,26804 -6483,47829,26804 -6484,47829,26804 -6485,47829,26804 -6486,47829,26804 -6487,47829,26804 -6488,47829,26804 -6489,47829,26804 -6490,47829,26804 -6491,47829,26804 -6492,47829,26804 -6493,47829,26804 -6494,47829,26804 -6495,47829,26804 -6496,47829,26804 -6497,47829,26804 -6498,47829,26804 -6499,47829,26804 -6500,47829,26804 -6501,47829,26804 -6502,47829,26804 -6503,47829,26804 -6504,47829,26804 -6505,47829,26804 -6506,47829,26804 -6507,47829,26804 -6508,47829,26804 -6509,47829,26804 -6510,47829,26804 -6511,47829,26804 -6512,47829,26804 -6513,47829,26804 -6514,47829,26804 -6515,47829,26804 -6516,47829,26804 -6517,47829,26804 -6518,47829,26804 -6519,47829,26804 -6520,47829,26804 -6521,47829,26804 -6522,47829,26804 -6523,47829,26804 -6524,47829,26804 -6525,47829,26804 -6526,47829,26804 -6527,47829,26804 -6528,47829,26804 -6529,47829,26804 -6530,47829,26804 -6531,47829,26804 -6532,47829,26804 -6533,47829,26804 -6534,47829,26804 -6535,47829,26804 -6536,47829,26804 -6537,47829,26804 -6538,47829,26804 -6539,47829,26804 -6540,47829,26804 -6541,47829,26804 -6542,47829,26804 -6543,47829,26804 -6544,47829,26804 -6545,47829,26804 -6546,47829,26804 -6547,47829,26804 -6548,47829,26804 -6549,47829,26804 -6550,47829,26804 -6551,47829,26804 -6552,47829,26804 -6553,47829,26804 -6554,47829,26804 -6555,47829,26804 -6556,47829,26804 -6557,47829,26804 -6558,47829,26804 -6559,47829,26804 -6560,47829,26804 -6561,47829,26804 -6562,47829,26804 -6563,47829,26804 -6564,47829,26804 -6565,47829,26804 -6566,47829,26804 -6567,47829,26804 -6568,47829,26804 -6569,47829,26804 -6570,47829,26804 -6571,47829,26804 -6572,47829,26804 -6573,47829,26804 -6574,47829,26804 -6575,47829,26804 -6576,47829,26804 -6577,47829,26804 -6578,47829,26804 -6579,47829,26804 -6580,47829,26804 -6581,47829,26804 -6582,47829,26804 -6583,47829,26804 -6584,47829,26804 -6585,47829,26804 -6586,47829,26804 -6587,47829,26804 -6588,47829,26804 -6589,47829,26804 -6590,47829,26804 -6591,47829,26804 -6592,47829,26804 -6593,47829,26804 -6594,47829,26804 -6595,47829,26804 -6596,47829,26804 -6597,47829,26804 -6598,47829,26804 -6599,47829,26804 -6600,47829,26804 -6601,47829,26804 -6602,47829,26804 -6603,47829,26804 -6604,47829,26804 -6605,47829,26804 -6606,47829,26804 -6607,47829,26804 -6608,47829,26804 -6609,47829,26804 -6610,47829,26804 -6611,47829,26804 -6612,47829,26804 -6613,47829,26804 -6614,47829,26804 -6615,47829,26804 -6616,47829,26804 -6617,47829,26804 -6618,47829,26804 -6619,47829,26804 -6620,47829,26804 -6621,47829,26804 -6622,47829,26804 -6623,47829,26804 -6624,47829,26804 -6625,47829,26804 -6626,47829,26804 -6627,47829,26804 -6628,47829,26804 -6629,47829,26804 -6630,47829,26804 -6631,47829,26804 -6632,47829,26804 -6633,47829,26804 -6634,47829,26804 -6635,47829,26804 -6636,47829,26804 -6637,47829,26804 -6638,47829,26804 -6639,47829,26804 -6640,47829,26804 -6641,47829,26804 -6642,47829,26804 -6643,47829,26804 -6644,47829,26804 -6645,47829,26804 -6646,47829,26804 -6647,47829,26804 -6648,47829,26804 -6649,47829,26804 -6650,47829,26804 -6651,47829,26804 -6652,47829,26804 -6653,47829,26804 -6654,47829,26804 -6655,47829,26804 -6656,47829,26804 -6657,47829,26804 -6658,47829,26804 -6659,47829,26804 -6660,47829,26804 -6661,47829,26804 -6662,47829,26804 -6663,47829,26804 -6664,47829,26804 -6665,47829,26804 -6666,47829,26804 -6667,47829,26804 -6668,47829,26804 -6669,47829,26804 -6670,47829,26804 -6671,47829,26804 -6672,47829,26804 -6673,47829,26804 -6674,47829,26804 -6675,47829,26804 -6676,47829,26804 -6677,47829,26804 -6678,47829,26804 -6679,47829,26804 -6680,47829,26804 -6681,47829,26804 -6682,47829,26804 -6683,47829,26804 -6684,47829,26804 -6685,47829,26804 -6686,47829,26804 -6687,47829,26804 -6688,47829,26804 -6689,47829,26804 -6690,47829,26804 -6691,47829,26804 -6692,47829,26804 -6693,47829,26804 -6694,47829,26804 -6695,47829,26804 -6696,47829,26804 -6697,47829,26804 -6698,47829,26804 -6699,47829,26804 -6700,47829,26804 -6701,47829,26804 -6702,47829,26804 -6703,47829,26804 -6704,47829,26804 -6705,47829,26804 -6706,47829,26804 -6707,47829,26804 -6708,47829,26804 -6709,47829,26804 -6710,47829,26804 -6711,47829,26804 -6712,47829,26804 -6713,47829,26804 -6714,47829,26804 -6715,47829,26804 -6716,47829,26804 -6717,47829,26804 -6718,47829,26804 -6719,47829,26804 -6720,47829,26804 -6721,47829,26804 -6722,47829,26804 -6723,47829,26804 -6724,47829,26804 -6725,47829,26804 -6726,47829,26804 -6727,47829,26804 -6728,47829,26804 -6729,47829,26804 -6730,47829,26804 -6731,47829,26804 -6732,47829,26804 -6733,47829,26804 -6734,47829,26804 -6735,47829,26804 -6736,47829,26804 -6737,47829,26804 -6738,47829,26804 -6739,47829,26804 -6740,47829,26804 -6741,47829,26804 -6742,47829,26804 -6743,47829,26804 -6744,47829,26804 -6745,47829,26804 -6746,47829,26804 -6747,47829,26804 -6748,47829,26804 -6749,47829,26804 -6750,47829,26804 -6751,47829,26804 -6752,47829,26804 -6753,47829,26804 -6754,47829,26804 -6755,47829,26804 -6756,47829,26804 -6757,47829,26804 -6758,47829,26804 -6759,47829,26804 -6760,47829,26804 -6761,47829,26804 -6762,47829,26804 -6763,47829,26804 -6764,47829,26804 -6765,47829,26804 -6766,47829,26804 -6767,47829,26804 -6768,47829,26804 -6769,47829,26804 -6770,47829,26804 -6771,47829,26804 -6772,47829,26804 -6773,47829,26804 -6774,47829,26804 -6775,47829,26804 -6776,47829,26804 -6777,47829,26804 -6778,47829,26804 -6779,47829,26804 -6780,47829,26804 -6781,47829,26804 -6782,47829,26804 -6783,47829,26804 -6784,47829,26804 -6785,47829,26804 -6786,47829,26804 -6787,47829,26804 -6788,47829,26804 -6789,47829,26804 -6790,47829,26804 -6791,47829,26804 -6792,47829,26804 -6793,47829,26804 -6794,47829,26804 -6795,47829,26804 -6796,47829,26804 -6797,47829,26804 -6798,47829,26804 -6799,47829,26804 -6800,47829,26804 -6801,47829,26804 -6802,47829,26804 -6803,47829,26804 -6804,47829,26804 -6805,47829,26804 -6806,47829,26804 -6807,47829,26804 -6808,47829,26804 -6809,47829,26804 -6810,47829,26804 -6811,47829,26804 -6812,47829,26804 -6813,47829,26804 -6814,47829,26804 -6815,47829,26804 -6816,47829,26804 -6817,47829,26804 -6818,47829,26804 -6819,47829,26804 -6820,47829,26804 -6821,47829,26804 -6822,47829,26804 -6823,47829,26804 -6824,47829,26804 -6825,47829,26804 -6826,47829,26804 -6827,47829,26804 -6828,47829,26804 -6829,47829,26804 -6830,47829,26804 -6831,47829,26804 -6832,47829,26804 -6833,47829,26804 -6834,47829,26804 -6835,47829,26804 -6836,47829,26804 -6837,47829,26804 -6838,47829,26804 -6839,47829,26804 -6840,47829,26804 -6841,47829,26804 -6842,47829,26804 -6843,47829,26804 -6844,47829,26804 -6845,47829,26804 -6846,47829,26804 -6847,47829,26804 -6848,47829,26804 -6849,47829,26804 -6850,47829,26804 -6851,47829,26804 -6852,47829,26804 -6853,47829,26804 -6854,47829,26804 -6855,47829,26804 -6856,47829,26804 -6857,47829,26804 -6858,47829,26804 -6859,47829,26804 -6860,47829,26804 -6861,47829,26804 -6862,47829,26804 -6863,47829,26804 -6864,47829,26804 -6865,47829,26804 -6866,47829,26804 -6867,47829,26804 -6868,47829,26804 -6869,47829,26804 -6870,47829,26804 -6871,47829,26804 -6872,47829,26804 -6873,47829,26804 -6874,47829,26804 -6875,47829,26804 -6876,47829,26804 -6877,47829,26804 -6878,47829,26804 -6879,47829,26804 -6880,47829,26804 -6881,47829,26804 -6882,47829,26804 -6883,47829,26804 -6884,47829,26804 -6885,47829,26804 -6886,47829,26804 -6887,47829,26804 -6888,47829,26804 -6889,47829,26804 -6890,47829,26804 -6891,47829,26804 -6892,47829,26804 -6893,47829,26804 -6894,47829,26804 -6895,47829,26804 -6896,47829,26804 -6897,47829,26804 -6898,47829,26804 -6899,47829,26804 -6900,47829,26804 -6901,47829,26804 -6902,47829,26804 -6903,47829,26804 -6904,47829,26804 -6905,47829,26804 -6906,47829,26804 -6907,47829,26804 -6908,47829,26804 -6909,47829,26804 -6910,47829,26804 -6911,47829,26804 -6912,47829,26804 -6913,47829,26804 -6914,47829,26804 -6915,47829,26804 -6916,47829,26804 -6917,47829,26804 -6918,47829,26804 -6919,47829,26804 -6920,47829,26804 -6921,47829,26804 -6922,47829,26804 -6923,47829,26804 -6924,47829,26804 -6925,47829,26804 -6926,47829,26804 -6927,47829,26804 -6928,47829,26804 -6929,47829,26804 -6930,47829,26804 -6931,47829,26804 -6932,47829,26804 -6933,47829,26804 -6934,47829,26804 -6935,47829,26804 -6936,47829,26804 -6937,47829,26804 -6938,47829,26804 -6939,47829,26804 -6940,47829,26804 -6941,47829,26804 -6942,47829,26804 -6943,47829,26804 -6944,47829,26804 -6945,47829,26804 -6946,47829,26804 -6947,47829,26804 -6948,47829,26804 -6949,47829,26804 -6950,47829,26804 -6951,47829,26804 -6952,47829,26804 -6953,47829,26804 -6954,47829,26804 -6955,47829,26804 -6956,47829,26804 -6957,47829,26804 -6958,47829,26804 -6959,47829,26804 -6960,47829,26804 -6961,47829,26804 -6962,47829,26804 -6963,47829,26804 -6964,47829,26804 -6965,47829,26804 -6966,47829,26804 -6967,47829,26804 -6968,47829,26804 -6969,47829,26804 -6970,47829,26804 -6971,47829,26804 -6972,47829,26804 -6973,47829,26804 -6974,47829,26804 -6975,47829,26804 -6976,47829,26804 -6977,47829,26804 -6978,47829,26804 -6979,47829,26804 -6980,47829,26804 -6981,47829,26804 -6982,47829,26804 -6983,47829,26804 -6984,47829,26804 -6985,47829,26804 -6986,47829,26804 -6987,47829,26804 -6988,47829,26804 -6989,47829,26804 -6990,47829,26804 -6991,47829,26804 -6992,47829,26804 -6993,47829,26804 -6994,47829,26804 -6995,47829,26804 -6996,47829,26804 -6997,47829,26804 -6998,47829,26804 -6999,47829,26804 -7000,47829,26804 -7001,47829,26804 -7002,47829,26804 -7003,47829,26804 -7004,47829,26804 -7005,47829,26804 -7006,47829,26804 -7007,47829,26804 -7008,47829,26804 -7009,47829,26804 -7010,47829,26804 -7011,47829,26804 -7012,47829,26804 -7013,47829,26804 -7014,47829,26804 -7015,47829,26804 -7016,47829,26804 -7017,47829,26804 -7018,47829,26804 -7019,47829,26804 -7020,47829,26804 -7021,47829,26804 -7022,47829,26804 -7023,47829,26804 -7024,47829,26804 -7025,47829,26804 -7026,47829,26804 -7027,47829,26804 -7028,47829,26804 -7029,47829,26804 -7030,47829,26804 -7031,47829,26804 -7032,47829,26804 -7033,47829,26804 -7034,47829,26804 -7035,47829,26804 -7036,47829,26804 -7037,47829,26804 -7038,47829,26804 -7039,47829,26804 -7040,47829,26804 -7041,47829,26804 -7042,47829,26804 -7043,47829,26804 -7044,47829,26804 -7045,47829,26804 -7046,47829,26804 -7047,47829,26804 -7048,47829,26804 -7049,47829,26804 -7050,47829,26804 -7051,47829,26804 -7052,47829,26804 -7053,47829,26804 -7054,47829,26804 -7055,47829,26804 -7056,47829,26804 -7057,47829,26804 -7058,47829,26804 -7059,47829,26804 -7060,47829,26804 -7061,47829,26804 -7062,47829,26804 -7063,47829,26804 -7064,47829,26804 -7065,47829,26804 -7066,47829,26804 -7067,47829,26804 -7068,47829,26804 -7069,47829,26804 -7070,47829,26804 -7071,47829,26804 -7072,47829,26804 -7073,47829,26804 -7074,47829,26804 -7075,47829,26804 -7076,47829,26804 -7077,47829,26804 -7078,47829,26804 -7079,47829,26804 -7080,47829,26804 -7081,47829,26804 -7082,47829,26804 -7083,47829,26804 -7084,47829,26804 -7085,47829,26804 -7086,47829,26804 -7087,47829,26804 -7088,47829,26804 -7089,47829,26804 -7090,47829,26804 -7091,47829,26804 -7092,47829,26804 -7093,47829,26804 -7094,47829,26804 -7095,47829,26804 -7096,47829,26804 -7097,47829,26804 -7098,47829,26804 -7099,47829,26804 -7100,47829,26804 -7101,47829,26804 -7102,47829,26804 -7103,47829,26804 -7104,47829,26804 -7105,47829,26804 -7106,47829,26804 -7107,47829,26804 -7108,47829,26804 -7109,47829,26804 -7110,47829,26804 -7111,47829,26804 -7112,47829,26804 -7113,47829,26804 -7114,47829,26804 -7115,47829,26804 -7116,47829,26804 -7117,47829,26804 -7118,47829,26804 -7119,47829,26804 -7120,47829,26804 -7121,47829,26804 -7122,47829,26804 -7123,47829,26804 -7124,47829,26804 -7125,47829,26804 -7126,47829,26804 -7127,47829,26804 -7128,47829,26804 -7129,47829,26804 -7130,47829,26804 -7131,47829,26804 -7132,47829,26804 -7133,47829,26804 -7134,47829,26804 -7135,47829,26804 -7136,47829,26804 -7137,47829,26804 -7138,47829,26804 -7139,47829,26804 -7140,47829,26804 -7141,47829,26804 -7142,47829,26804 -7143,47829,26804 -7144,47829,26804 -7145,47829,26804 -7146,47829,26804 -7147,47829,26804 -7148,47829,26804 -7149,47829,26804 -7150,47829,26804 -7151,47829,26804 -7152,47829,26804 -7153,47829,26804 -7154,47829,26804 -7155,47829,26804 -7156,47829,26804 -7157,47829,26804 -7158,47829,26804 -7159,47829,26804 -7160,47829,26804 -7161,47829,26804 -7162,47829,26804 -7163,47829,26804 -7164,47829,26804 -7165,47829,26804 -7166,47829,26804 -7167,47829,26804 -7168,47829,26804 -7169,47829,26804 -7170,47829,26804 -7171,47829,26804 -7172,47829,26804 -7173,47829,26804 -7174,47829,26804 -7175,47829,26804 -7176,47829,26804 -7177,47829,26804 -7178,47829,26804 -7179,47829,26804 -7180,47829,26804 -7181,47829,26804 -7182,47829,26804 -7183,47829,26804 -7184,47829,26804 -7185,47829,26804 -7186,47829,26804 -7187,47829,26804 -7188,47829,26804 -7189,47829,26804 -7190,47829,26804 -7191,47829,26804 -7192,47829,26804 -7193,47829,26804 -7194,47829,26804 -7195,47829,26804 -7196,47829,26804 -7197,47829,26804 -7198,47829,26804 -7199,47829,26804 -7200,47829,26804 -7201,47829,26804 -7202,47829,26804 -7203,47829,26804 -7204,47829,26804 -7205,47829,26804 -7206,47829,26804 -7207,47829,26804 -7208,47829,26804 -7209,47829,26804 -7210,47829,26804 -7211,47829,26804 -7212,47829,26804 -7213,47829,26804 -7214,47829,26804 -7215,47829,26804 -7216,47829,26804 -7217,47829,26804 -7218,47829,26804 -7219,47829,26804 -7220,47829,26804 -7221,47829,26804 -7222,47829,26804 -7223,47829,26804 -7224,47829,26804 -7225,47829,26804 -7226,47829,26804 -7227,47829,26804 -7228,47829,26804 -7229,47829,26804 -7230,47829,26804 -7231,47829,26804 -7232,47829,26804 -7233,47829,26804 -7234,47829,26804 -7235,47829,26804 -7236,47829,26804 -7237,47829,26804 -7238,47829,26804 -7239,47829,26804 -7240,47829,26804 -7241,47829,26804 -7242,47829,26804 -7243,47829,26804 -7244,47829,26804 -7245,47829,26804 -7246,47829,26804 -7247,47829,26804 -7248,47829,26804 -7249,47829,26804 -7250,47829,26804 -7251,47829,26804 -7252,47829,26804 -7253,47829,26804 -7254,47829,26804 -7255,47829,26804 -7256,47829,26804 -7257,47829,26804 -7258,47829,26804 -7259,47829,26804 -7260,47829,26804 -7261,47829,26804 -7262,47829,26804 -7263,47829,26804 -7264,47829,26804 -7265,47829,26804 -7266,47829,26804 -7267,47829,26804 -7268,47829,26804 -7269,47829,26804 -7270,47829,26804 -7271,47829,26804 -7272,47829,26804 -7273,47829,26804 -7274,47829,26804 -7275,47829,26804 -7276,47829,26804 -7277,47829,26804 -7278,47829,26804 -7279,47829,26804 -7280,47829,26804 -7281,47829,26804 -7282,47829,26804 -7283,47829,26804 -7284,47829,26804 -7285,47829,26804 -7286,47829,26804 -7287,47829,26804 -7288,47829,26804 -7289,47829,26804 -7290,47829,26804 -7291,47829,26804 -7292,47829,26804 -7293,47829,26804 -7294,47829,26804 -7295,47829,26804 -7296,47829,26804 -7297,47829,26804 -7298,47829,26804 -7299,47829,26804 -7300,47829,26804 -7301,47829,26804 -7302,47829,26804 -7303,47829,26804 -7304,47829,26804 -7305,47829,26804 -7306,47829,26804 -7307,47829,26804 -7308,47829,26804 -7309,47829,26804 -7310,47829,26804 -7311,47829,26804 -7312,47829,26804 -7313,47829,26804 -7314,47829,26804 -7315,47829,26804 -7316,47829,26804 -7317,47829,26804 -7318,47829,26804 -7319,47829,26804 -7320,47829,26804 -7321,47829,26804 -7322,47829,26804 -7323,47829,26804 -7324,47829,26804 -7325,47829,26804 -7326,47829,26804 -7327,47829,26804 -7328,47829,26804 -7329,47829,26804 -7330,47829,26804 -7331,47829,26804 -7332,47829,26804 -7333,47829,26804 -7334,47829,26804 -7335,47829,26804 -7336,47829,26804 -7337,47829,26804 -7338,47829,26804 -7339,47829,26804 -7340,47829,26804 -7341,47829,26804 -7342,47829,26804 -7343,47829,26804 -7344,47829,26804 -7345,47829,26804 -7346,47829,26804 -7347,47829,26804 -7348,47829,26804 -7349,47829,26804 -7350,47829,26804 -7351,47829,26804 -7352,47829,26804 -7353,47829,26804 -7354,47829,26804 -7355,47829,26804 -7356,47829,26804 -7357,47829,26804 -7358,47829,26804 -7359,47829,26804 -7360,47829,26804 -7361,47829,26804 -7362,47829,26804 -7363,47829,26804 -7364,47829,26804 -7365,47829,26804 -7366,47829,26804 -7367,47829,26804 -7368,47829,26804 -7369,47829,26804 -7370,47829,26804 -7371,47829,26804 -7372,47829,26804 -7373,47829,26804 -7374,47829,26804 -7375,47829,26804 -7376,47829,26804 -7377,47829,26804 -7378,47829,26804 -7379,47829,26804 -7380,47829,26804 -7381,47829,26804 -7382,47829,26804 -7383,47829,26804 -7384,47829,26804 -7385,47829,26804 -7386,47829,26804 -7387,47829,26804 -7388,47829,26804 -7389,47829,26804 -7390,47829,26804 -7391,47829,26804 -7392,47829,26804 -7393,47829,26804 -7394,47829,26804 -7395,47829,26804 -7396,47829,26804 -7397,47829,26804 -7398,47829,26804 -7399,47829,26804 -7400,47829,26804 -7401,47829,26804 -7402,47829,26804 -7403,47829,26804 -7404,47829,26804 -7405,47829,26804 -7406,47829,26804 -7407,47829,26804 -7408,47829,26804 -7409,47829,26804 -7410,47829,26804 -7411,47829,26804 -7412,47829,26804 -7413,47829,26804 -7414,47829,26804 -7415,47829,26804 -7416,47829,26804 -7417,47829,26804 -7418,47829,26804 -7419,47829,26804 -7420,47829,26804 -7421,47829,26804 -7422,47829,26804 -7423,47829,26804 -7424,47829,26804 -7425,47829,26804 -7426,47829,26804 -7427,47829,26804 -7428,47829,26804 -7429,47829,26804 -7430,47829,26804 -7431,47829,26804 -7432,47829,26804 -7433,47829,26804 -7434,47829,26804 -7435,47829,26804 -7436,47829,26804 -7437,47829,26804 -7438,47829,26804 -7439,47829,26804 -7440,47829,26804 -7441,47829,26804 -7442,47829,26804 -7443,47829,26804 -7444,47829,26804 -7445,47829,26804 -7446,47829,26804 -7447,47829,26804 -7448,47829,26804 -7449,47829,26804 -7450,47829,26804 -7451,47829,26804 -7452,47829,26804 -7453,47829,26804 -7454,47829,26804 -7455,47829,26804 -7456,47829,26804 -7457,47829,26804 -7458,47829,26804 -7459,47829,26804 -7460,47829,26804 -7461,47829,26804 -7462,47829,26804 -7463,47829,26804 -7464,47829,26804 -7465,47829,26804 -7466,47829,26804 -7467,47829,26804 -7468,47829,26804 -7469,47829,26804 -7470,47829,26804 -7471,47829,26804 -7472,47829,26804 -7473,47829,26804 -7474,47829,26804 -7475,47829,26804 -7476,47829,26804 -7477,47829,26804 -7478,47829,26804 -7479,47829,26804 -7480,47829,26804 -7481,47829,26804 -7482,47829,26804 -7483,47829,26804 -7484,47829,26804 -7485,47829,26804 -7486,47829,26804 -7487,47829,26804 -7488,47829,26804 -7489,47829,26804 -7490,47829,26804 -7491,47829,26804 -7492,47829,26804 -7493,47829,26804 -7494,47829,26804 -7495,47829,26804 -7496,47829,26804 -7497,47829,26804 -7498,47829,26804 -7499,47829,26804 -7500,47829,26804 -7501,47829,26804 -7502,47829,26804 -7503,47829,26804 -7504,47829,26804 -7505,47829,26804 -7506,47829,26804 -7507,47829,26804 -7508,47829,26804 -7509,47829,26804 -7510,47829,26804 -7511,47829,26804 -7512,47829,26804 -7513,47829,26804 -7514,47829,26804 -7515,47829,26804 -7516,47829,26804 -7517,47829,26804 -7518,47829,26804 -7519,47829,26804 -7520,47829,26804 -7521,47829,26804 -7522,47829,26804 -7523,47829,26804 -7524,47829,26804 -7525,47829,26804 -7526,47829,26804 -7527,47829,26804 -7528,47829,26804 -7529,47829,26804 -7530,47829,26804 -7531,47829,26804 -7532,47829,26804 -7533,47829,26804 -7534,47829,26804 -7535,47829,26804 -7536,47829,26804 -7537,47829,26804 -7538,47829,26804 -7539,47829,26804 -7540,47829,26804 -7541,47829,26804 -7542,47829,26804 -7543,47829,26804 -7544,47829,26804 -7545,47829,26804 -7546,47829,26804 -7547,47829,26804 -7548,47829,26804 -7549,47829,26804 -7550,47829,26804 -7551,47829,26804 -7552,47829,26804 -7553,47829,26804 -7554,47829,26804 -7555,47829,26804 -7556,47829,26804 -7557,47829,26804 -7558,47829,26804 -7559,47829,26804 -7560,47829,26804 -7561,47829,26804 -7562,47829,26804 -7563,47829,26804 -7564,47829,26804 -7565,47829,26804 -7566,47829,26804 -7567,47829,26804 -7568,47829,26804 -7569,47829,26804 -7570,47829,26804 -7571,47829,26804 -7572,47829,26804 -7573,47829,26804 -7574,47829,26804 -7575,47829,26804 -7576,47829,26804 -7577,47829,26804 -7578,47829,26804 -7579,47829,26804 -7580,47829,26804 -7581,47829,26804 -7582,47829,26804 -7583,47829,26804 -7584,47829,26804 -7585,47829,26804 -7586,47829,26804 -7587,47829,26804 -7588,47829,26804 -7589,47829,26804 -7590,47829,26804 -7591,47829,26804 -7592,47829,26804 -7593,47829,26804 -7594,47829,26804 -7595,47829,26804 -7596,47829,26804 -7597,47829,26804 -7598,47829,26804 -7599,47829,26804 -7600,47829,26804 -7601,47829,26804 -7602,47829,26804 -7603,47829,26804 -7604,47829,26804 -7605,47829,26804 -7606,47829,26804 -7607,47829,26804 -7608,47829,26804 -7609,47829,26804 -7610,47829,26804 -7611,47829,26804 -7612,47829,26804 -7613,47829,26804 -7614,47829,26804 -7615,47829,26804 -7616,47829,26804 -7617,47829,26804 -7618,47829,26804 -7619,47829,26804 -7620,47829,26804 -7621,47829,26804 -7622,47829,26804 -7623,47829,26804 -7624,47829,26804 -7625,47829,26804 -7626,47829,26804 -7627,47829,26804 -7628,47829,26804 -7629,47829,26804 -7630,47829,26804 -7631,47829,26804 -7632,47829,26804 -7633,47829,26804 -7634,47829,26804 -7635,47829,26804 -7636,47829,26804 -7637,47829,26804 -7638,47829,26804 -7639,47829,26804 -7640,47829,26804 -7641,47829,26804 -7642,47829,26804 -7643,47829,26804 -7644,47829,26804 -7645,47829,26804 -7646,47829,26804 -7647,47829,26804 -7648,47829,26804 -7649,47829,26804 -7650,47829,26804 -7651,47829,26804 -7652,47829,26804 -7653,47829,26804 -7654,47829,26804 -7655,47829,26804 -7656,47829,26804 -7657,47829,26804 -7658,47829,26804 -7659,47829,26804 -7660,47829,26804 -7661,47829,26804 -7662,47829,26804 -7663,47829,26804 -7664,47829,26804 -7665,47829,26804 -7666,47829,26804 -7667,47829,26804 -7668,47829,26804 -7669,47829,26804 -7670,47829,26804 -7671,47829,26804 -7672,47829,26804 -7673,47829,26804 -7674,47829,26804 -7675,47829,26804 -7676,47829,26804 -7677,47829,26804 -7678,47829,26804 -7679,47829,26804 -7680,47829,26804 -7681,47829,26804 -7682,47829,26804 -7683,47829,26804 -7684,47829,26804 -7685,47829,26804 -7686,47829,26804 -7687,47829,26804 -7688,47829,26804 -7689,47829,26804 -7690,47829,26804 -7691,47829,26804 -7692,47829,26804 -7693,47829,26804 -7694,47829,26804 -7695,47829,26804 -7696,47829,26804 -7697,47829,26804 -7698,47829,26804 -7699,47829,26804 -7700,47829,26804 -7701,47829,26804 -7702,47829,26804 -7703,47829,26804 -7704,47829,26804 -7705,47829,26804 -7706,47829,26804 -7707,47829,26804 -7708,47829,26804 -7709,47829,26804 -7710,47829,26804 -7711,47829,26804 -7712,47829,26804 -7713,47829,26804 -7714,47829,26804 -7715,47829,26804 -7716,47829,26804 -7717,47829,26804 -7718,47829,26804 -7719,47829,26804 -7720,47829,26804 -7721,47829,26804 -7722,47829,26804 -7723,47829,26804 -7724,47829,26804 -7725,47829,26804 -7726,47829,26804 -7727,47829,26804 -7728,47829,26804 -7729,47829,26804 -7730,47829,26804 -7731,47829,26804 -7732,47829,26804 -7733,47829,26804 -7734,47829,26804 -7735,47829,26804 -7736,47829,26804 -7737,47829,26804 -7738,47829,26804 -7739,47829,26804 -7740,47829,26804 -7741,47829,26804 -7742,47829,26804 -7743,47829,26804 -7744,47829,26804 -7745,47829,26804 -7746,47829,26804 -7747,47829,26804 -7748,47829,26804 -7749,47829,26804 -7750,47829,26804 -7751,47829,26804 -7752,47829,26804 -7753,47829,26804 -7754,47829,26804 -7755,47829,26804 -7756,47829,26804 -7757,47829,26804 -7758,47829,26804 -7759,47829,26804 -7760,47829,26804 -7761,47829,26804 -7762,47829,26804 -7763,47829,26804 -7764,47829,26804 -7765,47829,26804 -7766,47829,26804 -7767,47829,26804 -7768,47829,26804 -7769,47829,26804 -7770,47829,26804 -7771,47829,26804 -7772,47829,26804 -7773,47829,26804 -7774,47829,26804 -7775,47829,26804 -7776,47829,26804 -7777,47829,26804 -7778,47829,26804 -7779,47829,26804 -7780,47829,26804 -7781,47829,26804 -7782,47829,26804 -7783,47829,26804 -7784,47829,26804 -7785,47829,26804 -7786,47829,26804 -7787,47829,26804 -7788,47829,26804 -7789,47829,26804 -7790,47829,26804 -7791,47829,26804 -7792,47829,26804 -7793,47829,26804 -7794,47829,26804 -7795,47829,26804 -7796,47829,26804 -7797,47829,26804 -7798,47829,26804 -7799,47829,26804 -7800,47829,26804 -7801,47829,26804 -7802,47829,26804 -7803,47829,26804 -7804,47829,26804 -7805,47829,26804 -7806,47829,26804 -7807,47829,26804 -7808,47829,26804 -7809,47829,26804 -7810,47829,26804 -7811,47829,26804 -7812,47829,26804 -7813,47829,26804 -7814,47829,26804 -7815,47829,26804 -7816,47829,26804 -7817,47829,26804 -7818,47829,26804 -7819,47829,26804 -7820,47829,26804 -7821,47829,26804 -7822,47829,26804 -7823,47829,26804 -7824,47829,26804 -7825,47829,26804 -7826,47829,26804 -7827,47829,26804 -7828,47829,26804 -7829,47829,26804 -7830,47829,26804 -7831,47829,26804 -7832,47829,26804 -7833,47829,26804 -7834,47829,26804 -7835,47829,26804 -7836,47829,26804 -7837,47829,26804 -7838,47829,26804 -7839,47829,26804 -7840,47829,26804 -7841,47829,26804 -7842,47829,26804 -7843,47829,26804 -7844,47829,26804 -7845,47829,26804 -7846,47829,26804 -7847,47829,26804 -7848,47829,26804 -7849,47829,26804 -7850,47829,26804 -7851,47829,26804 -7852,47829,26804 -7853,47829,26804 -7854,47829,26804 -7855,47829,26804 -7856,47829,26804 -7857,47829,26804 -7858,47829,26804 -7859,47829,26804 -7860,47829,26804 -7861,47829,26804 -7862,47829,26804 -7863,47829,26804 -7864,47829,26804 -7865,47829,26804 -7866,47829,26804 -7867,47829,26804 -7868,47829,26804 -7869,47829,26804 -7870,47829,26804 -7871,47829,26804 -7872,47829,26804 -7873,47829,26804 -7874,47829,26804 -7875,47829,26804 -7876,47829,26804 -7877,47829,26804 -7878,47829,26804 -7879,47829,26804 -7880,47829,26804 -7881,47829,26804 -7882,47829,26804 -7883,47829,26804 -7884,47829,26804 -7885,47829,26804 -7886,47829,26804 -7887,47829,26804 -7888,47829,26804 -7889,47829,26804 -7890,47829,26804 -7891,47829,26804 -7892,47829,26804 -7893,47829,26804 -7894,47829,26804 -7895,47829,26804 -7896,47829,26804 -7897,47829,26804 -7898,47829,26804 -7899,47829,26804 -7900,47829,26804 -7901,47829,26804 -7902,47829,26804 -7903,47829,26804 -7904,47829,26804 -7905,47829,26804 -7906,47829,26804 -7907,47829,26804 -7908,47829,26804 -7909,47829,26804 -7910,47829,26804 -7911,47829,26804 -7912,47829,26804 -7913,47829,26804 -7914,47829,26804 -7915,47829,26804 -7916,47829,26804 -7917,47829,26804 -7918,47829,26804 -7919,47829,26804 -7920,47829,26804 -7921,47829,26804 -7922,47829,26804 -7923,47829,26804 -7924,47829,26804 -7925,47829,26804 -7926,47829,26804 -7927,47829,26804 -7928,47829,26804 -7929,47829,26804 -7930,47829,26804 -7931,47829,26804 -7932,47829,26804 -7933,47829,26804 -7934,47829,26804 -7935,47829,26804 -7936,47829,26804 -7937,47829,26804 -7938,47829,26804 -7939,47829,26804 -7940,47829,26804 -7941,47829,26804 -7942,47829,26804 -7943,47829,26804 -7944,47829,26804 -7945,47829,26804 -7946,47829,26804 -7947,47829,26804 -7948,47829,26804 -7949,47829,26804 -7950,47829,26804 -7951,47829,26804 -7952,47829,26804 -7953,47829,26804 -7954,47829,26804 -7955,47829,26804 -7956,47829,26804 -7957,47829,26804 -7958,47829,26804 -7959,47829,26804 -7960,47829,26804 -7961,47829,26804 -7962,47829,26804 -7963,47829,26804 -7964,47829,26804 -7965,47829,26804 -7966,47829,26804 -7967,47829,26804 -7968,47829,26804 -7969,47829,26804 -7970,47829,26804 -7971,47829,26804 -7972,47829,26804 -7973,47829,26804 -7974,47829,26804 -7975,47829,26804 -7976,47829,26804 -7977,47829,26804 -7978,47829,26804 -7979,47829,26804 -7980,47829,26804 -7981,47829,26804 -7982,47829,26804 -7983,47829,26804 -7984,47829,26804 -7985,47829,26804 -7986,47829,26804 -7987,47829,26804 -7988,47829,26804 -7989,47829,26804 -7990,47829,26804 -7991,47829,26804 -7992,47829,26804 -7993,47829,26804 -7994,47829,26804 -7995,47829,26804 -7996,47829,26804 -7997,47829,26804 -7998,47829,26804 -7999,47829,26804 -8000,47829,26804 -8001,47829,26804 -8002,47829,26804 -8003,47829,26804 -8004,47829,26804 -8005,47829,26804 -8006,47829,26804 -8007,47829,26804 -8008,47829,26804 -8009,47829,26804 -8010,47829,26804 -8011,47829,26804 -8012,47829,26804 -8013,47829,26804 -8014,47829,26804 -8015,47829,26804 -8016,47829,26804 -8017,47829,26804 -8018,47829,26804 -8019,47829,26804 -8020,47829,26804 -8021,47829,26804 -8022,47829,26804 -8023,47829,26804 -8024,47829,26804 -8025,47829,26804 -8026,47829,26804 -8027,47829,26804 -8028,47829,26804 -8029,47829,26804 -8030,47829,26804 -8031,47829,26804 -8032,47829,26804 -8033,47829,26804 -8034,47829,26804 -8035,47829,26804 -8036,47829,26804 -8037,47829,26804 -8038,47829,26804 -8039,47829,26804 -8040,47829,26804 -8041,47829,26804 -8042,47829,26804 -8043,47829,26804 -8044,47829,26804 -8045,47829,26804 -8046,47829,26804 -8047,47829,26804 -8048,47829,26804 -8049,47829,26804 -8050,47829,26804 -8051,47829,26804 -8052,47829,26804 -8053,47829,26804 -8054,47829,26804 -8055,47829,26804 -8056,47829,26804 -8057,47829,26804 -8058,47829,26804 -8059,47829,26804 -8060,47829,26804 -8061,47829,26804 -8062,47829,26804 -8063,47829,26804 -8064,47829,26804 -8065,47829,26804 -8066,47829,26804 -8067,47829,26804 -8068,47829,26804 -8069,47829,26804 -8070,47829,26804 -8071,47829,26804 -8072,47829,26804 -8073,47829,26804 -8074,47829,26804 -8075,47829,26804 -8076,47829,26804 -8077,47829,26804 -8078,47829,26804 -8079,47829,26804 -8080,47829,26804 -8081,47829,26804 -8082,47829,26804 -8083,47829,26804 -8084,47829,26804 -8085,47829,26804 -8086,47829,26804 -8087,47829,26804 -8088,47829,26804 -8089,47829,26804 -8090,47829,26804 -8091,47829,26804 -8092,47829,26804 -8093,47829,26804 -8094,47829,26804 -8095,47829,26804 -8096,47829,26804 -8097,47829,26804 -8098,47829,26804 -8099,47829,26804 -8100,47829,26804 -8101,47829,26804 -8102,47829,26804 -8103,47829,26804 -8104,47829,26804 -8105,47829,26804 -8106,47829,26804 -8107,47829,26804 -8108,47829,26804 -8109,47829,26804 -8110,47829,26804 -8111,47829,26804 -8112,47829,26804 -8113,47829,26804 -8114,47829,26804 -8115,47829,26804 -8116,47829,26804 -8117,47829,26804 -8118,47829,26804 -8119,47829,26804 -8120,47829,26804 -8121,47829,26804 -8122,47829,26804 -8123,47829,26804 -8124,47829,26804 -8125,47829,26804 -8126,47829,26804 -8127,47829,26804 -8128,47829,26804 -8129,47829,26804 -8130,47829,26804 -8131,47829,26804 -8132,47829,26804 -8133,47829,26804 -8134,47829,26804 -8135,47829,26804 -8136,47829,26804 -8137,47829,26804 -8138,47829,26804 -8139,47829,26804 -8140,47829,26804 -8141,47829,26804 -8142,47829,26804 -8143,47829,26804 -8144,47829,26804 -8145,47829,26804 -8146,47829,26804 -8147,47829,26804 -8148,47829,26804 -8149,47829,26804 -8150,47829,26804 -8151,47829,26804 -8152,47829,26804 -8153,47829,26804 -8154,47829,26804 -8155,47829,26804 -8156,47829,26804 -8157,47829,26804 -8158,47829,26804 -8159,47829,26804 -8160,47829,26804 -8161,47829,26804 -8162,47829,26804 -8163,47829,26804 -8164,47829,26804 -8165,47829,26804 -8166,47829,26804 -8167,47829,26804 -8168,47829,26804 -8169,47829,26804 -8170,47829,26804 -8171,47829,26804 -8172,47829,26804 -8173,47829,26804 -8174,47829,26804 -8175,47829,26804 -8176,47829,26804 -8177,47829,26804 -8178,47829,26804 -8179,47829,26804 -8180,47829,26804 -8181,47829,26804 -8182,47829,26804 -8183,47829,26804 -8184,47829,26804 -8185,47829,26804 -8186,47829,26804 -8187,47829,26804 -8188,47829,26804 -8189,47829,26804 -8190,47829,26804 -8191,47829,26804 -8192,47829,26804 -8193,47829,26804 -8194,47829,26804 -8195,47829,26804 -8196,47829,26804 -8197,47829,26804 -8198,47829,26804 -8199,47829,26804 -8200,47829,26804 -8201,47829,26804 -8202,47829,26804 -8203,47829,26804 -8204,47829,26804 -8205,47829,26804 -8206,47829,26804 -8207,47829,26804 -8208,47829,26804 -8209,47829,26804 -8210,47829,26804 -8211,47829,26804 -8212,47829,26804 -8213,47829,26804 -8214,47829,26804 -8215,47829,26804 -8216,47829,26804 -8217,47829,26804 -8218,47829,26804 -8219,47829,26804 -8220,47829,26804 -8221,47829,26804 -8222,47829,26804 -8223,47829,26804 -8224,47829,26804 -8225,47829,26804 -8226,47829,26804 -8227,47829,26804 -8228,47829,26804 -8229,47829,26804 -8230,47829,26804 -8231,47829,26804 -8232,47829,26804 -8233,47829,26804 -8234,47829,26804 -8235,47829,26804 -8236,47829,26804 -8237,47829,26804 -8238,47829,26804 -8239,47829,26804 -8240,47829,26804 -8241,47829,26804 -8242,47829,26804 -8243,47829,26804 -8244,47829,26804 -8245,47829,26804 -8246,47829,26804 -8247,47829,26804 -8248,47829,26804 -8249,47829,26804 -8250,47829,26804 -8251,47829,26804 -8252,47829,26804 -8253,47829,26804 -8254,47829,26804 -8255,47829,26804 -8256,47829,26804 -8257,47829,26804 -8258,47829,26804 -8259,47829,26804 -8260,47829,26804 -8261,47829,26804 -8262,47829,26804 -8263,47829,26804 -8264,47829,26804 -8265,47829,26804 -8266,47829,26804 -8267,47829,26804 -8268,47829,26804 -8269,47829,26804 -8270,47829,26804 -8271,47829,26804 -8272,47829,26804 -8273,47829,26804 -8274,47829,26804 -8275,47829,26804 -8276,47829,26804 -8277,47829,26804 -8278,47829,26804 -8279,47829,26804 -8280,47829,26804 -8281,47829,26804 -8282,47829,26804 -8283,47829,26804 -8284,47829,26804 -8285,47829,26804 -8286,47829,26804 -8287,47829,26804 -8288,47829,26804 -8289,47829,26804 -8290,47829,26804 -8291,47829,26804 -8292,47829,26804 -8293,47829,26804 -8294,47829,26804 -8295,47829,26804 -8296,47829,26804 -8297,47829,26804 -8298,47829,26804 -8299,47829,26804 -8300,47829,26804 -8301,47829,26804 -8302,47829,26804 -8303,47829,26804 -8304,47829,26804 -8305,47829,26804 -8306,47829,26804 -8307,47829,26804 -8308,47829,26804 -8309,47829,26804 -8310,47829,26804 -8311,47829,26804 -8312,47829,26804 -8313,47829,26804 -8314,47829,26804 -8315,47829,26804 -8316,47829,26804 -8317,47829,26804 -8318,47829,26804 -8319,47829,26804 -8320,47829,26804 -8321,47829,26804 -8322,47829,26804 -8323,47829,26804 -8324,47829,26804 -8325,47829,26804 -8326,47829,26804 -8327,47829,26804 -8328,47829,26804 -8329,47829,26804 -8330,47829,26804 -8331,47829,26804 -8332,47829,26804 -8333,47829,26804 -8334,47829,26804 -8335,47829,26804 -8336,47829,26804 -8337,47829,26804 -8338,47829,26804 -8339,47829,26804 -8340,47829,26804 -8341,47829,26804 -8342,47829,26804 -8343,47829,26804 -8344,47829,26804 -8345,47829,26804 -8346,47829,26804 -8347,47829,26804 -8348,47829,26804 -8349,47829,26804 -8350,47829,26804 -8351,47829,26804 -8352,47829,26804 -8353,47829,26804 -8354,47829,26804 -8355,47829,26804 -8356,47829,26804 -8357,47829,26804 -8358,47829,26804 -8359,47829,26804 -8360,47829,26804 -8361,47829,26804 -8362,47829,26804 -8363,47829,26804 -8364,47829,26804 -8365,47829,26804 -8366,47829,26804 -8367,47829,26804 -8368,47829,26804 -8369,47829,26804 -8370,47829,26804 -8371,47829,26804 -8372,47829,26804 -8373,47829,26804 -8374,47829,26804 -8375,47829,26804 -8376,47829,26804 -8377,47829,26804 -8378,47829,26804 -8379,47829,26804 -8380,47829,26804 -8381,47829,26804 -8382,47829,26804 -8383,47829,26804 -8384,47829,26804 -8385,47829,26804 -8386,47829,26804 -8387,47829,26804 -8388,47829,26804 -8389,47829,26804 -8390,47829,26804 -8391,47829,26804 -8392,47829,26804 -8393,47829,26804 -8394,47829,26804 -8395,47829,26804 -8396,47829,26804 -8397,47829,26804 -8398,47829,26804 -8399,47829,26804 -8400,47829,26804 -8401,47829,26804 -8402,47829,26804 -8403,47829,26804 -8404,47829,26804 -8405,47829,26804 -8406,47829,26804 -8407,47829,26804 -8408,47829,26804 -8409,47829,26804 -8410,47829,26804 -8411,47829,26804 -8412,47829,26804 -8413,47829,26804 -8414,47829,26804 -8415,47829,26804 -8416,47829,26804 -8417,47829,26804 -8418,47829,26804 -8419,47829,26804 -8420,47829,26804 -8421,47829,26804 -8422,47829,26804 -8423,47829,26804 -8424,47829,26804 -8425,47829,26804 -8426,47829,26804 -8427,47829,26804 -8428,47829,26804 -8429,47829,26804 -8430,47829,26804 -8431,47829,26804 -8432,47829,26804 -8433,47829,26804 -8434,47829,26804 -8435,47829,26804 -8436,47829,26804 -8437,47829,26804 -8438,47829,26804 -8439,47829,26804 -8440,47829,26804 -8441,47829,26804 -8442,47829,26804 -8443,47829,26804 -8444,47829,26804 -8445,47829,26804 -8446,47829,26804 -8447,47829,26804 -8448,47829,26804 -8449,47829,26804 -8450,47829,26804 -8451,47829,26804 -8452,47829,26804 -8453,47829,26804 -8454,47829,26804 -8455,47829,26804 -8456,47829,26804 -8457,47829,26804 -8458,47829,26804 -8459,47829,26804 -8460,47829,26804 -8461,47829,26804 -8462,47829,26804 -8463,47829,26804 -8464,47829,26804 -8465,47829,26804 -8466,47829,26804 -8467,47829,26804 -8468,47829,26804 -8469,47829,26804 -8470,47829,26804 -8471,47829,26804 -8472,47829,26804 -8473,47829,26804 -8474,47829,26804 -8475,47829,26804 -8476,47829,26804 -8477,47829,26804 -8478,47829,26804 -8479,47829,26804 -8480,47829,26804 -8481,47829,26804 -8482,47829,26804 -8483,47829,26804 -8484,47829,26804 -8485,47829,26804 -8486,47829,26804 -8487,47829,26804 -8488,47829,26804 -8489,47829,26804 -8490,47829,26804 -8491,47829,26804 -8492,47829,26804 -8493,47829,26804 -8494,47829,26804 -8495,47829,26804 -8496,47829,26804 -8497,47829,26804 -8498,47829,26804 -8499,47829,26804 -8500,47829,26804 -8501,47829,26804 -8502,47829,26804 -8503,47829,26804 -8504,47829,26804 -8505,47829,26804 -8506,47829,26804 -8507,47829,26804 -8508,47829,26804 -8509,47829,26804 -8510,47829,26804 -8511,47829,26804 -8512,47829,26804 -8513,47829,26804 -8514,47829,26804 -8515,47829,26804 -8516,47829,26804 -8517,47829,26804 -8518,47829,26804 -8519,47829,26804 -8520,47829,26804 -8521,47829,26804 -8522,47829,26804 -8523,47829,26804 -8524,47829,26804 -8525,47829,26804 -8526,47829,26804 -8527,47829,26804 -8528,47829,26804 -8529,47829,26804 -8530,47829,26804 -8531,47829,26804 -8532,47829,26804 -8533,47829,26804 -8534,47829,26804 -8535,47829,26804 -8536,47829,26804 -8537,47829,26804 -8538,47829,26804 -8539,47829,26804 -8540,47829,26804 -8541,47829,26804 -8542,47829,26804 -8543,47829,26804 -8544,47829,26804 -8545,47829,26804 -8546,47829,26804 -8547,47829,26804 -8548,47829,26804 -8549,47829,26804 -8550,47829,26804 -8551,47829,26804 -8552,47829,26804 -8553,47829,26804 -8554,47829,26804 -8555,47829,26804 -8556,47829,26804 -8557,47829,26804 -8558,47829,26804 -8559,47829,26804 -8560,47829,26804 -8561,47829,26804 -8562,47829,26804 -8563,47829,26804 -8564,47829,26804 -8565,47829,26804 -8566,47829,26804 -8567,47829,26804 -8568,47829,26804 -8569,47829,26804 -8570,47829,26804 -8571,47829,26804 -8572,47829,26804 -8573,47829,26804 -8574,47829,26804 -8575,47829,26804 -8576,47829,26804 -8577,47829,26804 -8578,47829,26804 -8579,47829,26804 -8580,47829,26804 -8581,47829,26804 -8582,47829,26804 -8583,47829,26804 -8584,47829,26804 -8585,47829,26804 -8586,47829,26804 -8587,47829,26804 -8588,47829,26804 -8589,47829,26804 -8590,47829,26804 -8591,47829,26804 -8592,47829,26804 -8593,47829,26804 -8594,47829,26804 -8595,47829,26804 -8596,47829,26804 -8597,47829,26804 -8598,47829,26804 -8599,47829,26804 -8600,47829,26804 -8601,47829,26804 -8602,47829,26804 -8603,47829,26804 -8604,47829,26804 -8605,47829,26804 -8606,47829,26804 -8607,47829,26804 -8608,47829,26804 -8609,47829,26804 -8610,47829,26804 -8611,47829,26804 -8612,47829,26804 -8613,47829,26804 -8614,47829,26804 -8615,47829,26804 -8616,47829,26804 -8617,47829,26804 -8618,47829,26804 -8619,47829,26804 -8620,47829,26804 -8621,47829,26804 -8622,47829,26804 -8623,47829,26804 -8624,47829,26804 -8625,47829,26804 -8626,47829,26804 -8627,47829,26804 -8628,47829,26804 -8629,47829,26804 -8630,47829,26804 -8631,47829,26804 -8632,47829,26804 -8633,47829,26804 -8634,47829,26804 -8635,47829,26804 -8636,47829,26804 -8637,47829,26804 -8638,47829,26804 -8639,47829,26804 -8640,47829,26804 -8641,47829,26804 -8642,47829,26804 -8643,47829,26804 -8644,47829,26804 -8645,47829,26804 -8646,47829,26804 -8647,47829,26804 -8648,47829,26804 -8649,47829,26804 -8650,47829,26804 -8651,47829,26804 -8652,47829,26804 -8653,47829,26804 -8654,47829,26804 -8655,47829,26804 -8656,47829,26804 -8657,47829,26804 -8658,47829,26804 -8659,47829,26804 -8660,47829,26804 -8661,47829,26804 -8662,47829,26804 -8663,47829,26804 -8664,47829,26804 -8665,47829,26804 -8666,47829,26804 -8667,47829,26804 -8668,47829,26804 -8669,47829,26804 -8670,47829,26804 -8671,47829,26804 -8672,47829,26804 -8673,47829,26804 -8674,47829,26804 -8675,47829,26804 -8676,47829,26804 -8677,47829,26804 -8678,47829,26804 -8679,47829,26804 -8680,47829,26804 -8681,47829,26804 -8682,47829,26804 -8683,47829,26804 -8684,47829,26804 -8685,47829,26804 -8686,47829,26804 -8687,47829,26804 -8688,47829,26804 -8689,47829,26804 -8690,47829,26804 -8691,47829,26804 -8692,47829,26804 -8693,47829,26804 -8694,47829,26804 -8695,47829,26804 -8696,47829,26804 -8697,47829,26804 -8698,47829,26804 -8699,47829,26804 -8700,47829,26804 -8701,47829,26804 -8702,47829,26804 -8703,47829,26804 -8704,47829,26804 -8705,47829,26804 -8706,47829,26804 -8707,47829,26804 -8708,47829,26804 -8709,47829,26804 -8710,47829,26804 -8711,47829,26804 -8712,47829,26804 -8713,47829,26804 -8714,47829,26804 -8715,47829,26804 -8716,47829,26804 -8717,47829,26804 -8718,47829,26804 -8719,47829,26804 -8720,47829,26804 -8721,47829,26804 -8722,47829,26804 -8723,47829,26804 -8724,47829,26804 -8725,47829,26804 -8726,47829,26804 -8727,47829,26804 -8728,47829,26804 -8729,47829,26804 -8730,47829,26804 -8731,47829,26804 -8732,47829,26804 -8733,47829,26804 -8734,47829,26804 -8735,47829,26804 -8736,47829,26804 -8737,47829,26804 -8738,47829,26804 -8739,47829,26804 -8740,47829,26804 -8741,47829,26804 -8742,47829,26804 -8743,47829,26804 -8744,47829,26804 -8745,47829,26804 -8746,47829,26804 -8747,47829,26804 -8748,47829,26804 -8749,47829,26804 -8750,47829,26804 -8751,47829,26804 -8752,47829,26804 -8753,47829,26804 -8754,47829,26804 -8755,47829,26804 -8756,47829,26804 -8757,47829,26804 -8758,47829,26804 -8759,47829,26804 diff --git a/tests/data/deflex_2014_de21_part_csv/mobility.csv b/tests/data/deflex_2014_de21_part_csv/mobility.csv deleted file mode 100644 index 29c48f19..00000000 --- a/tests/data/deflex_2014_de21_part_csv/mobility.csv +++ /dev/null @@ -1,5 +0,0 @@ -,,efficiency,source,source_region -DE,diesel,0.95,oil,DE -DE,petrol,0.95,oil,DE -DE,electricity,1.0,electricity,DE - diff --git a/tests/data/deflex_2014_de21_part_csv/power lines.csv b/tests/data/deflex_2014_de21_part_csv/power lines.csv deleted file mode 100644 index 933b0b05..00000000 --- a/tests/data/deflex_2014_de21_part_csv/power lines.csv +++ /dev/null @@ -1,42 +0,0 @@ -,electrical,electrical,electrical -,capacity,distance,efficiency -name,,, -DE09-DE08,8442.43132828452,191,0.9 -DE10-DE18,2506.34680058447,525,0.9 -DE10-DE12,5012.69360116894,600,0.9 -DE12-DE11,12004.0820449046,205,0.9 -DE11-DE17,2506.34680058447,407,0.9 -DE12-DE17,0.0,0,0.9 -DE10-DE17,0.0,0,0.9 -DE18-DE17,5936.08452770006,119,0.9 -DE11-DE09,10223.2566865945,545,0.9 -DE17-DE09,725.521442274451,394,0.9 -DE17-DE16,3231.86824285892,427,0.9 -DE09-DE16,2506.34680058447,247,0.9 -DE08-DE16,2506.34680058447,301,0.9 -DE16-DE07,5012.69360116894,276,0.9 -DE08-DE07,3231.86824285892,169,0.9 -DE06-DE07,8244.56184402786,124,0.9 -DE08-DE06,7519.0404017534,257,0.9 -DE07-DE05,1978.69484256669,199,0.9 -DE06-DE05,3231.86824285892,128,0.9 -DE16-DE15,3231.86824285892,156,0.9 -DE07-DE15,5012.69360116894,169,0.9 -DE15-DE05,725.521442274451,354,0.9 -DE17-DE03,2506.34680058447,374,0.9 -DE16-DE03,2506.34680058447,382,0.9 -DE03-DE15,0.0,0,0.9 -DE03-DE04,8970.08328630231,104,0.9 -DE04-DE01,6463.73648571784,583,0.9 -DE03-DE01,2506.34680058447,488,0.9 -DE15-DE01,2506.34680058447,234,0.9 -DE01-DE14,0.0,0,0.9 -DE01-DE19,inf,0,0.9 -DE01-DE13,2506.34680058447,421,0.9 -DE02-DE13,2506.34680058447,780,0.9 -DE13-DE20,inf,0,0.9 -DE05-DE14,5012.69360116894,215,0.9 -DE15-DE14,6991.38844373562,480,0.9 -DE14-DE02,2506.34680058447,739,0.9 -DE14-DE13,5738.21504344339,70,0.9 -DE14-DE21,inf,0,0.9 diff --git a/tests/data/deflex_2014_de21_part_csv/power plants.csv b/tests/data/deflex_2014_de21_part_csv/power plants.csv deleted file mode 100644 index 99800963..00000000 --- a/tests/data/deflex_2014_de21_part_csv/power plants.csv +++ /dev/null @@ -1,376 +0,0 @@ -de21,,capacity,count,fuel,efficiency,limit_elec_pp,variable_costs,downtime_factor -DE01,bioenergy - 0.38,252.0,8,bioenergy,0.38,1342944.41638581,0,0.1 -DE01,bioenergy - 0.42,953.7,1327,bioenergy,0.417,5082403.72641724,0,0.1 -DE01,hard coal - 0.35,124.0,1,hard coal,0.348,inf,0,0.22 -DE01,hard coal - 0.39,282.0,1,hard coal,0.392,inf,0,0.22 -DE01,hard coal - 0.4,371.0,2,hard coal,0.396,inf,0,0.22 -DE01,hard coal - 0.41,514.0,1,hard coal,0.41,inf,0,0.22 -DE01,natural gas - 0.35,446.0,12,natural gas,0.351,inf,0,0.11 -DE01,natural gas - 0.37,14.7,1,natural gas,0.37,inf,0,0.11 -DE01,natural gas - 0.38,849.6,12,natural gas,0.381,inf,0,0.11 -DE01,natural gas - 0.4,200.6,3,natural gas,0.403,inf,0,0.11 -DE01,natural gas - 0.51,160.0,1,natural gas,0.513,inf,0,0.11 -DE01,natural gas - 0.52,552.0,2,natural gas,0.522,inf,0,0.11 -DE01,natural gas - 0.53,75.0,1,natural gas,0.526,inf,0,0.11 -DE01,oil - 0.3,51.0,1,oil,0.305,inf,0,0.15 -DE01,oil - 0.35,28.0,1,oil,0.354,inf,0,0.15 -DE01,oil - 0.36,276.0,1,oil,0.36,inf,0,0.15 -DE01,oil - 0.38,246.5,3,oil,0.382,inf,0,0.15 -DE01,oil - 0.4,59.0,1,oil,0.397,inf,0,0.15 -DE01,other - 0.42,2.5,1,other,0.417,inf,0,0.15 -DE01,waste - 0.33,187.3,8,waste,0.33,inf,0,0.15 -DE02,bioenergy - 0.38,20.0,1,bioenergy,0.38,106583.35050681,0,0.1 -DE02,bioenergy - 0.42,38.7,62,bioenergy,0.417,206238.315730677,0,0.1 -DE02,hard coal - 0.41,194.0,1,hard coal,0.408,inf,0,0.22 -DE02,hard coal - 0.46,0.0,2,hard coal,0.46,inf,0,0.22 -DE02,natural gas - 0.38,22.5,1,natural gas,0.376,inf,0,0.11 -DE02,natural gas - 0.58,127.0,1,natural gas,0.58,inf,0,0.11 -DE02,oil - 0.38,38.0,1,oil,0.377,inf,0,0.15 -DE02,waste - 0.33,24.0,1,waste,0.33,inf,0,0.15 -DE03,bioenergy - 0.38,18.1,1,bioenergy,0.38,96457.9797086631,0,0.1 -DE03,bioenergy - 0.42,358.1,564,bioenergy,0.417,1908366.43832443,0,0.1 -DE03,lignite - 0.25,67.0,1,lignite,0.246,inf,0,0.13 -DE03,lignite - 0.32,0.0,1,lignite,0.32,inf,0,0.13 -DE03,lignite - 0.35,45.0,1,lignite,0.35,inf,0,0.13 -DE03,lignite - 0.38,43.6,2,lignite,0.383,inf,0,0.13 -DE03,lignite - 0.39,980.0,4,lignite,0.39,inf,0,0.13 -DE03,natural gas - 0.31,26.5,1,natural gas,0.315,inf,0,0.11 -DE03,natural gas - 0.34,35.0,1,natural gas,0.343,inf,0,0.11 -DE03,natural gas - 0.35,33.6,1,natural gas,0.346,inf,0,0.11 -DE03,natural gas - 0.36,13.2,1,natural gas,0.358,inf,0,0.11 -DE03,natural gas - 0.38,170.3,6,natural gas,0.38,inf,0,0.11 -DE03,natural gas - 0.39,206.5,2,natural gas,0.391,inf,0,0.11 -DE03,natural gas - 0.4,17.3,1,natural gas,0.399,inf,0,0.11 -DE03,natural gas - 0.51,173.0,4,natural gas,0.513,inf,0,0.11 -DE03,natural gas - 0.52,314.0,3,natural gas,0.522,inf,0,0.11 -DE03,natural gas - 0.53,39.0,1,natural gas,0.531,inf,0,0.11 -DE03,natural gas - 0.54,182.5,2,natural gas,0.54,inf,0,0.11 -DE03,natural gas - 0.6,70.3,2,natural gas,0.6,inf,0,0.11 -DE03,oil - 0.36,120.0,1,oil,0.364,inf,0,0.15 -DE03,oil - 0.38,115.8,2,oil,0.379,inf,0,0.15 -DE03,other - 0.42,70.7,4,other,0.417,inf,0,0.15 -DE03,waste - 0.33,139.0,7,waste,0.33,inf,0,0.15 -DE04,bioenergy - 0.38,52.4,3,bioenergy,0.38,279247.568327842,0,0.1 -DE04,bioenergy - 0.42,459.1,700,bioenergy,0.417,2446609.83338382,0,0.1 -DE04,lignite - 0.37,56.8,1,lignite,0.371,inf,0,0.13 -DE04,lignite - 0.38,465.0,1,lignite,0.383,inf,0,0.13 -DE04,lignite - 0.39,4050.0,9,lignite,0.39,inf,0,0.13 -DE04,lignite - 0.4,3431.0,5,lignite,0.398,inf,0,0.13 -DE04,lignite - 0.42,90.8,1,lignite,0.424,inf,0,0.13 -DE04,lignite - 0.43,640.0,1,lignite,0.429,inf,0,0.13 -DE04,natural gas - 0.37,57.2,1,natural gas,0.37,inf,0,0.11 -DE04,natural gas - 0.38,116.9,3,natural gas,0.38,inf,0,0.11 -DE04,natural gas - 0.39,13.5,1,natural gas,0.393,inf,0,0.11 -DE04,natural gas - 0.4,13.4,1,natural gas,0.399,inf,0,0.11 -DE04,natural gas - 0.51,134.8,2,natural gas,0.513,inf,0,0.11 -DE04,natural gas - 0.52,260.0,1,natural gas,0.517,inf,0,0.11 -DE04,natural gas - 0.58,167.0,2,natural gas,0.585,inf,0,0.11 -DE04,oil - 0.38,17.0,1,oil,0.38,inf,0,0.15 -DE04,other - 0.42,124.5,3,other,0.417,inf,0,0.15 -DE04,waste - 0.33,57.7,3,waste,0.33,inf,0,0.15 -DE05,bioenergy - 0.38,20.0,1,bioenergy,0.38,106583.35050681,0,0.1 -DE05,bioenergy - 0.42,264.4,703,bioenergy,0.417,1409025.78370003,0,0.1 -DE05,hard coal - 0.45,794.0,1,hard coal,0.448,inf,0,0.22 -DE05,natural gas - 0.38,84.1,2,natural gas,0.38,inf,0,0.11 -DE05,natural gas - 0.42,718.0,2,natural gas,0.421,inf,0,0.11 -DE05,natural gas - 0.58,887.0,1,natural gas,0.585,inf,0,0.11 -DE05,natural gas - 0.59,232.0,2,natural gas,0.59,inf,0,0.11 -DE05,nuclear - 0.33,1336.0,1,nuclear,0.33,inf,0,0.11 -DE05,other - 0.33,33.4,1,other,0.33,inf,0,0.15 -DE05,other - 0.42,38.0,5,other,0.417,inf,0,0.15 -DE06,bioenergy - 0.38,15.0,1,bioenergy,0.38,79937.6378801076,0,0.1 -DE06,bioenergy - 0.42,259.9,581,bioenergy,0.417,1385044.642336,0,0.1 -DE06,hard coal - 0.27,120.0,1,hard coal,0.266,inf,0,0.22 -DE06,hard coal - 0.32,90.5,3,hard coal,0.321,inf,0,0.22 -DE06,hard coal - 0.33,169.5,2,hard coal,0.331,inf,0,0.22 -DE06,hard coal - 0.34,405.4,5,hard coal,0.344,inf,0,0.22 -DE06,hard coal - 0.35,1612.5,8,hard coal,0.351,inf,0,0.22 -DE06,hard coal - 0.37,338.0,1,hard coal,0.372,inf,0,0.22 -DE06,hard coal - 0.38,695.0,1,hard coal,0.38,inf,0,0.22 -DE06,hard coal - 0.39,860.0,3,hard coal,0.388,inf,0,0.22 -DE06,hard coal - 0.4,735.0,3,hard coal,0.396,inf,0,0.22 -DE06,hard coal - 0.41,55.3,1,hard coal,0.409,inf,0,0.22 -DE06,hard coal - 0.46,1234.2,3,hard coal,0.458,inf,0,0.22 -DE06,lignite - 0.3,0.0,6,lignite,0.3,inf,0,0.13 -DE06,lignite - 0.31,27.5,6,lignite,0.309,inf,0,0.13 -DE06,lignite - 0.33,588.0,2,lignite,0.333,inf,0,0.13 -DE06,lignite - 0.34,1503.0,3,lignite,0.34,inf,0,0.13 -DE06,lignite - 0.38,562.0,2,lignite,0.376,inf,0,0.13 -DE06,lignite - 0.43,2120.0,2,lignite,0.429,inf,0,0.13 -DE06,natural gas - 0.31,131.4,2,natural gas,0.312,inf,0,0.11 -DE06,natural gas - 0.32,79.0,1,natural gas,0.315,inf,0,0.11 -DE06,natural gas - 0.33,84.0,1,natural gas,0.328,inf,0,0.11 -DE06,natural gas - 0.35,23.1,1,natural gas,0.354,inf,0,0.11 -DE06,natural gas - 0.36,330.2,3,natural gas,0.359,inf,0,0.11 -DE06,natural gas - 0.38,77.6,4,natural gas,0.379,inf,0,0.11 -DE06,natural gas - 0.39,98.8,5,natural gas,0.389,inf,0,0.11 -DE06,natural gas - 0.4,55.7,4,natural gas,0.399,inf,0,0.11 -DE06,natural gas - 0.44,14.0,1,natural gas,0.435,inf,0,0.11 -DE06,natural gas - 0.54,685.5,2,natural gas,0.54,inf,0,0.11 -DE06,natural gas - 0.55,138.7,2,natural gas,0.554,inf,0,0.11 -DE06,natural gas - 0.56,316.0,2,natural gas,0.562,inf,0,0.11 -DE06,natural gas - 0.57,417.0,1,natural gas,0.572,inf,0,0.11 -DE06,natural gas - 0.61,0.0,1,natural gas,0.61,inf,0,0.11 -DE06,oil - 0.32,86.2,1,oil,0.32,inf,0,0.15 -DE06,oil - 0.38,64.8,2,oil,0.38,inf,0,0.15 -DE06,other - 0.42,1464.7,51,other,0.417,inf,0,0.15 -DE06,waste - 0.33,310.8,14,waste,0.33,inf,0,0.15 -DE07,bioenergy - 0.38,87.8,5,bioenergy,0.38,467899.213724896,0,0.1 -DE07,bioenergy - 0.42,278.5,510,bioenergy,0.417,1484166.69330733,0,0.1 -DE07,hard coal - 0.23,19.0,1,hard coal,0.232,inf,0,0.22 -DE07,hard coal - 0.33,0.0,2,hard coal,0.33,inf,0,0.22 -DE07,hard coal - 0.35,377.0,2,hard coal,0.349,inf,0,0.22 -DE07,hard coal - 0.38,1641.0,3,hard coal,0.381,inf,0,0.22 -DE07,hard coal - 0.42,473.0,2,hard coal,0.417,inf,0,0.22 -DE07,hard coal - 0.46,1499.4,3,hard coal,0.459,inf,0,0.22 -DE07,natural gas - 0.31,110.0,2,natural gas,0.31,inf,0,0.11 -DE07,natural gas - 0.32,55.0,1,natural gas,0.315,inf,0,0.11 -DE07,natural gas - 0.34,112.0,1,natural gas,0.338,inf,0,0.11 -DE07,natural gas - 0.35,41.0,1,natural gas,0.348,inf,0,0.11 -DE07,natural gas - 0.36,388.2,3,natural gas,0.356,inf,0,0.11 -DE07,natural gas - 0.37,13.5,1,natural gas,0.37,inf,0,0.11 -DE07,natural gas - 0.38,22.0,1,natural gas,0.378,inf,0,0.11 -DE07,natural gas - 0.39,26.0,1,natural gas,0.389,inf,0,0.11 -DE07,natural gas - 0.42,820.0,4,natural gas,0.418,inf,0,0.11 -DE07,natural gas - 0.56,367.7,3,natural gas,0.56,inf,0,0.11 -DE07,natural gas - 0.58,838.0,2,natural gas,0.576,inf,0,0.11 -DE07,oil - 0.38,206.0,1,oil,0.38,inf,0,0.15 -DE07,other - 0.42,39.5,21,other,0.417,inf,0,0.15 -DE07,waste - 0.33,61.2,3,waste,0.33,inf,0,0.15 -DE08,bioenergy - 0.42,131.9,274,bioenergy,0.417,702914.399092412,0,0.1 -DE08,lignite - 0.29,0.0,1,lignite,0.29,inf,0,0.13 -DE08,lignite - 0.3,0.0,1,lignite,0.3,inf,0,0.13 -DE08,lignite - 0.31,250.0,2,lignite,0.311,inf,0,0.13 -DE08,lignite - 0.32,1234.0,4,lignite,0.319,inf,0,0.13 -DE08,lignite - 0.33,594.0,2,lignite,0.329,inf,0,0.13 -DE08,lignite - 0.34,1319.0,2,lignite,0.339,inf,0,0.13 -DE08,lignite - 0.35,19.5,1,lignite,0.347,inf,0,0.13 -DE08,lignite - 0.36,24.3,2,lignite,0.361,inf,0,0.13 -DE08,lignite - 0.37,176.0,1,lignite,0.371,inf,0,0.13 -DE08,lignite - 0.38,183.0,4,lignite,0.38,inf,0,0.13 -DE08,lignite - 0.39,20.0,2,lignite,0.388,inf,0,0.13 -DE08,lignite - 0.4,944.0,1,lignite,0.405,inf,0,0.13 -DE08,lignite - 0.41,24.6,1,lignite,0.41,inf,0,0.13 -DE08,lignite - 0.42,1351.3,3,lignite,0.421,inf,0,0.13 -DE08,lignite - 0.43,14.5,1,lignite,0.431,inf,0,0.13 -DE08,natural gas - 0.35,33.5,4,natural gas,0.347,inf,0,0.11 -DE08,natural gas - 0.38,3.0,1,natural gas,0.38,inf,0,0.11 -DE08,natural gas - 0.4,509.0,5,natural gas,0.396,inf,0,0.11 -DE08,natural gas - 0.5,42.0,1,natural gas,0.504,inf,0,0.11 -DE08,natural gas - 0.51,35.0,1,natural gas,0.513,inf,0,0.11 -DE08,natural gas - 0.52,51.9,1,natural gas,0.522,inf,0,0.11 -DE08,natural gas - 0.54,15.8,1,natural gas,0.544,inf,0,0.11 -DE08,natural gas - 0.56,108.0,1,natural gas,0.558,inf,0,0.11 -DE08,natural gas - 0.57,800.0,1,natural gas,0.567,inf,0,0.11 -DE08,natural gas - 0.58,413.0,1,natural gas,0.576,inf,0,0.11 -DE08,natural gas - 0.6,430.0,1,natural gas,0.598,inf,0,0.11 -DE08,oil - 0.38,147.1,3,oil,0.38,inf,0,0.15 -DE08,other - 0.42,94.2,6,other,0.417,inf,0,0.15 -DE08,waste - 0.33,130.0,6,waste,0.33,inf,0,0.15 -DE09,bioenergy - 0.38,19.3,2,bioenergy,0.38,102852.950739072,0,0.1 -DE09,bioenergy - 0.42,214.4,469,bioenergy,0.417,1142568.657433,0,0.1 -DE09,hard coal - 0.36,655.6,1,hard coal,0.365,inf,0,0.22 -DE09,hard coal - 0.38,905.0,2,hard coal,0.382,inf,0,0.22 -DE09,hard coal - 0.4,211.0,1,hard coal,0.398,inf,0,0.22 -DE09,hard coal - 0.42,13.4,1,hard coal,0.415,inf,0,0.22 -DE09,hard coal - 0.43,106.0,1,hard coal,0.43,inf,0,0.22 -DE09,hard coal - 0.44,50.0,1,hard coal,0.438,inf,0,0.22 -DE09,hard coal - 0.45,283.0,1,hard coal,0.452,inf,0,0.22 -DE09,natural gas - 0.36,47.0,1,natural gas,0.359,inf,0,0.11 -DE09,natural gas - 0.37,11.6,1,natural gas,0.373,inf,0,0.11 -DE09,natural gas - 0.38,62.9,4,natural gas,0.378,inf,0,0.11 -DE09,natural gas - 0.39,96.0,3,natural gas,0.393,inf,0,0.11 -DE09,natural gas - 0.4,51.6,3,natural gas,0.398,inf,0,0.11 -DE09,natural gas - 0.42,7.6,1,natural gas,0.416,inf,0,0.11 -DE09,natural gas - 0.44,335.0,1,natural gas,0.437,inf,0,0.11 -DE09,natural gas - 0.53,410.0,1,natural gas,0.526,inf,0,0.11 -DE09,natural gas - 0.54,546.3,2,natural gas,0.543,inf,0,0.11 -DE09,natural gas - 0.55,12.0,1,natural gas,0.554,inf,0,0.11 -DE09,natural gas - 0.56,497.5,1,natural gas,0.562,inf,0,0.11 -DE09,natural gas - 0.59,75.0,1,natural gas,0.594,inf,0,0.11 -DE09,natural gas - 0.6,94.6,1,natural gas,0.598,inf,0,0.11 -DE09,other - 0.42,139.8,11,other,0.417,inf,0,0.15 -DE09,other - 0.45,42.0,1,other,0.446,inf,0,0.15 -DE09,waste - 0.33,91.4,6,waste,0.33,inf,0,0.15 -DE10,bioenergy - 0.38,9.8,1,bioenergy,0.38,52226.0967483369,0,0.1 -DE10,bioenergy - 0.42,269.5,755,bioenergy,0.417,1436204.41057927,0,0.1 -DE10,natural gas - 0.35,93.0,2,natural gas,0.35,inf,0,0.11 -DE10,natural gas - 0.36,20.4,1,natural gas,0.359,inf,0,0.11 -DE10,natural gas - 0.37,10.6,2,natural gas,0.372,inf,0,0.11 -DE10,natural gas - 0.39,30.7,1,natural gas,0.39,inf,0,0.11 -DE10,natural gas - 0.4,0.0,1,natural gas,0.4,inf,0,0.11 -DE10,nuclear - 0.33,2572.0,2,nuclear,0.33,inf,0,0.11 -DE10,oil - 0.35,24.0,1,oil,0.349,inf,0,0.15 -DE10,oil - 0.36,10.5,1,oil,0.361,inf,0,0.15 -DE10,oil - 0.37,22.8,2,oil,0.369,inf,0,0.15 -DE10,other - 0.42,6.0,1,other,0.417,inf,0,0.15 -DE10,waste - 0.33,10.0,1,waste,0.33,inf,0,0.15 -DE11,bioenergy - 0.38,148.2,4,bioenergy,0.38,789779.422255463,0,0.1 -DE11,bioenergy - 0.42,185.5,301,bioenergy,0.417,988556.438450663,0,0.1 -DE11,hard coal - 0.34,202.5,1,hard coal,0.34,inf,0,0.22 -DE11,hard coal - 0.35,202.5,1,hard coal,0.35,inf,0,0.22 -DE11,hard coal - 0.38,425.0,1,hard coal,0.38,inf,0,0.22 -DE11,hard coal - 0.4,26.9,1,hard coal,0.4,inf,0,0.22 -DE11,hard coal - 0.41,435.0,1,hard coal,0.408,inf,0,0.22 -DE11,hard coal - 0.44,772.0,2,hard coal,0.438,inf,0,0.22 -DE11,hard coal - 0.45,1272.0,5,hard coal,0.449,inf,0,0.22 -DE11,hard coal - 0.46,417.0,2,hard coal,0.46,inf,0,0.22 -DE11,natural gas - 0.35,11.3,1,natural gas,0.351,inf,0,0.11 -DE11,natural gas - 0.37,37.0,2,natural gas,0.367,inf,0,0.11 -DE11,natural gas - 0.39,13.5,2,natural gas,0.387,inf,0,0.11 -DE11,natural gas - 0.45,41.2,1,natural gas,0.45,inf,0,0.11 -DE11,natural gas - 0.53,353.0,1,natural gas,0.531,inf,0,0.11 -DE11,natural gas - 0.56,17.2,1,natural gas,0.562,inf,0,0.11 -DE11,nuclear - 0.33,2712.0,2,nuclear,0.33,inf,0,0.11 -DE11,oil - 0.3,77.4,1,oil,0.305,inf,0,0.15 -DE11,oil - 0.33,136.0,1,oil,0.331,inf,0,0.15 -DE11,oil - 0.38,418.5,4,oil,0.38,inf,0,0.15 -DE11,waste - 0.33,44.7,6,waste,0.33,inf,0,0.15 -DE12,bioenergy - 0.38,48.4,5,bioenergy,0.38,257930.99822648,0,0.1 -DE12,bioenergy - 0.42,730.4,1790,bioenergy,0.417,3892406.2005087,0,0.1 -DE12,hard coal - 0.37,20.7,1,hard coal,0.37,inf,0,0.22 -DE12,hard coal - 0.38,90.0,2,hard coal,0.382,inf,0,0.22 -DE12,hard coal - 0.44,336.0,1,hard coal,0.44,inf,0,0.22 -DE12,hard coal - 0.45,22.6,2,hard coal,0.448,inf,0,0.22 -DE12,hard coal - 0.46,433.0,1,hard coal,0.455,inf,0,0.22 -DE12,natural gas - 0.3,50.0,1,natural gas,0.305,inf,0,0.11 -DE12,natural gas - 0.31,84.5,2,natural gas,0.31,inf,0,0.11 -DE12,natural gas - 0.32,81.0,1,natural gas,0.315,inf,0,0.11 -DE12,natural gas - 0.35,22.9,2,natural gas,0.35,inf,0,0.11 -DE12,natural gas - 0.36,20.0,2,natural gas,0.362,inf,0,0.11 -DE12,natural gas - 0.37,77.2,2,natural gas,0.372,inf,0,0.11 -DE12,natural gas - 0.38,13.4,1,natural gas,0.385,inf,0,0.11 -DE12,natural gas - 0.39,67.0,2,natural gas,0.388,inf,0,0.11 -DE12,natural gas - 0.4,104.4,2,natural gas,0.399,inf,0,0.11 -DE12,natural gas - 0.46,9.8,1,natural gas,0.457,inf,0,0.11 -DE12,natural gas - 0.53,60.1,1,natural gas,0.531,inf,0,0.11 -DE12,oil - 0.31,69.9,3,oil,0.312,inf,0,0.15 -DE12,other - 0.42,85.0,1,other,0.417,inf,0,0.15 -DE12,waste - 0.33,65.6,5,waste,0.33,inf,0,0.15 -DE13,bioenergy - 0.42,431.8,919,bioenergy,0.417,2301124.24244203,0,0.1 -DE13,hard coal - 0.37,23.0,1,hard coal,0.37,inf,0,0.22 -DE13,hard coal - 0.38,35.0,1,hard coal,0.38,inf,0,0.22 -DE13,hard coal - 0.4,323.0,1,hard coal,0.405,inf,0,0.22 -DE13,hard coal - 0.41,260.0,2,hard coal,0.408,inf,0,0.22 -DE13,hard coal - 0.47,33.0,1,hard coal,0.472,inf,0,0.22 -DE13,hard coal - 0.49,29.0,1,hard coal,0.486,inf,0,0.22 -DE13,hard coal - 0.5,27.0,1,hard coal,0.504,inf,0,0.22 -DE13,natural gas - 0.39,21.5,1,natural gas,0.391,inf,0,0.11 -DE13,natural gas - 0.61,0.0,1,natural gas,0.61,inf,0,0.11 -DE13,nuclear - 0.33,1410.0,1,nuclear,0.33,inf,0,0.11 -DE13,oil - 0.31,291.5,5,oil,0.309,inf,0,0.15 -DE13,oil - 0.34,44.5,1,oil,0.343,inf,0,0.15 -DE13,oil - 0.35,88.0,1,oil,0.354,inf,0,0.15 -DE13,oil - 0.36,87.0,1,oil,0.355,inf,0,0.15 -DE13,oil - 0.38,0.0,1,oil,0.38,inf,0,0.15 -DE13,other - 0.42,26.8,1,other,0.417,inf,0,0.15 -DE13,waste - 0.33,17.0,1,waste,0.33,inf,0,0.15 -DE14,bioenergy - 0.38,42.0,2,bioenergy,0.38,223824.486064301,0,0.1 -DE14,bioenergy - 0.42,632.5,1319,bioenergy,0.417,3370683.14727787,0,0.1 -DE14,bioenergy - 0.45,1.9,1,bioenergy,0.45,10125.870798147,0,0.1 -DE14,hard coal - 0.34,127.0,1,hard coal,0.345,inf,0,0.22 -DE14,hard coal - 0.36,757.0,1,hard coal,0.365,inf,0,0.22 -DE14,hard coal - 0.37,303.0,1,hard coal,0.372,inf,0,0.22 -DE14,hard coal - 0.44,350.0,1,hard coal,0.442,inf,0,0.22 -DE14,hard coal - 0.46,59.5,2,hard coal,0.46,inf,0,0.22 -DE14,natural gas - 0.31,52.0,1,natural gas,0.31,inf,0,0.11 -DE14,natural gas - 0.35,250.5,3,natural gas,0.354,inf,0,0.11 -DE14,natural gas - 0.36,433.0,1,natural gas,0.355,inf,0,0.11 -DE14,natural gas - 0.37,58.1,1,natural gas,0.373,inf,0,0.11 -DE14,natural gas - 0.4,321.0,1,natural gas,0.396,inf,0,0.11 -DE14,natural gas - 0.41,30.7,1,natural gas,0.411,inf,0,0.11 -DE14,natural gas - 0.55,14.8,1,natural gas,0.549,inf,0,0.11 -DE14,natural gas - 0.6,86.5,1,natural gas,0.603,inf,0,0.11 -DE14,natural gas - 0.61,0.0,1,natural gas,0.61,inf,0,0.11 -DE14,oil - 0.31,142.0,2,oil,0.311,inf,0,0.15 -DE14,other - 0.42,160.0,2,other,0.417,inf,0,0.15 -DE14,waste - 0.33,91.0,3,waste,0.33,inf,0,0.15 -DE15,bioenergy - 0.38,54.8,3,bioenergy,0.38,292037.51038866,0,0.1 -DE15,bioenergy - 0.42,589.7,1114,bioenergy,0.417,3142595.84719329,0,0.1 -DE15,hard coal - 0.34,0.0,1,hard coal,0.34,inf,0,0.22 -DE15,hard coal - 0.35,303.0,1,hard coal,0.35,inf,0,0.22 -DE15,hard coal - 0.39,1013.5,2,hard coal,0.392,inf,0,0.22 -DE15,hard coal - 0.4,312.0,3,hard coal,0.398,inf,0,0.22 -DE15,hard coal - 0.42,61.5,1,hard coal,0.425,inf,0,0.22 -DE15,hard coal - 0.43,690.0,1,hard coal,0.432,inf,0,0.22 -DE15,hard coal - 0.47,43.3,1,hard coal,0.468,inf,0,0.22 -DE15,lignite - 0.36,352.0,1,lignite,0.364,inf,0,0.13 -DE15,natural gas - 0.29,47.1,2,natural gas,0.289,inf,0,0.11 -DE15,natural gas - 0.31,121.0,2,natural gas,0.311,inf,0,0.11 -DE15,natural gas - 0.33,41.6,2,natural gas,0.332,inf,0,0.11 -DE15,natural gas - 0.36,898.3,5,natural gas,0.356,inf,0,0.11 -DE15,natural gas - 0.38,34.6,2,natural gas,0.384,inf,0,0.11 -DE15,natural gas - 0.39,12.8,1,natural gas,0.386,inf,0,0.11 -DE15,natural gas - 0.4,0.0,1,natural gas,0.4,inf,0,0.11 -DE15,natural gas - 0.41,20.0,1,natural gas,0.409,inf,0,0.11 -DE15,natural gas - 0.45,201.5,1,natural gas,0.45,inf,0,0.11 -DE15,natural gas - 0.54,13.0,1,natural gas,0.54,inf,0,0.11 -DE15,natural gas - 0.58,74.0,1,natural gas,0.585,inf,0,0.11 -DE15,natural gas - 0.6,230.0,1,natural gas,0.598,inf,0,0.11 -DE15,nuclear - 0.33,1360.0,1,nuclear,0.33,inf,0,0.11 -DE15,oil - 0.38,2.8,1,oil,0.378,inf,0,0.15 -DE15,other - 0.42,288.5,3,other,0.417,inf,0,0.15 -DE15,waste - 0.33,74.7,3,waste,0.33,inf,0,0.15 -DE16,bioenergy - 0.38,12.4,1,bioenergy,0.38,66081.8673142222,0,0.1 -DE16,bioenergy - 0.42,183.6,441,bioenergy,0.417,978431.067652516,0,0.1 -DE16,hard coal - 0.34,0.0,1,hard coal,0.34,inf,0,0.22 -DE16,hard coal - 0.35,0.0,1,hard coal,0.35,inf,0,0.22 -DE16,hard coal - 0.39,138.5,1,hard coal,0.387,inf,0,0.22 -DE16,hard coal - 0.4,687.0,4,hard coal,0.403,inf,0,0.22 -DE16,hard coal - 0.42,61.5,1,hard coal,0.425,inf,0,0.22 -DE16,hard coal - 0.49,66.0,1,hard coal,0.49,inf,0,0.22 -DE16,lignite - 0.37,33.5,1,lignite,0.371,inf,0,0.13 -DE16,natural gas - 0.34,0.0,1,natural gas,0.34,inf,0,0.11 -DE16,natural gas - 0.36,671.0,2,natural gas,0.36,inf,0,0.11 -DE16,natural gas - 0.37,76.2,2,natural gas,0.372,inf,0,0.11 -DE16,natural gas - 0.4,8.0,2,natural gas,0.398,inf,0,0.11 -DE16,natural gas - 0.41,96.5,1,natural gas,0.411,inf,0,0.11 -DE16,natural gas - 0.42,56.0,1,natural gas,0.418,inf,0,0.11 -DE16,natural gas - 0.55,86.0,1,natural gas,0.554,inf,0,0.11 -DE16,natural gas - 0.56,70.0,1,natural gas,0.562,inf,0,0.11 -DE16,natural gas - 0.6,78.0,1,natural gas,0.598,inf,0,0.11 -DE16,oil - 0.4,24.8,1,oil,0.397,inf,0,0.15 -DE16,other - 0.42,19.7,1,other,0.417,inf,0,0.15 -DE16,waste - 0.33,101.7,4,waste,0.33,inf,0,0.15 -DE17,bioenergy - 0.38,46.6,5,bioenergy,0.38,248338.541680867,0,0.1 -DE17,bioenergy - 0.42,550.9,1399,bioenergy,0.417,2935825.11721008,0,0.1 -DE17,hard coal - 0.35,24.8,1,hard coal,0.348,inf,0,0.22 -DE17,hard coal - 0.38,17.4,1,hard coal,0.375,inf,0,0.22 -DE17,natural gas - 0.18,36.0,1,natural gas,0.18,inf,0,0.11 -DE17,natural gas - 0.36,13.5,3,natural gas,0.363,inf,0,0.11 -DE17,natural gas - 0.37,5.1,1,natural gas,0.367,inf,0,0.11 -DE17,natural gas - 0.39,57.0,1,natural gas,0.394,inf,0,0.11 -DE17,natural gas - 0.41,23.0,1,natural gas,0.409,inf,0,0.11 -DE17,natural gas - 0.42,383.0,2,natural gas,0.418,inf,0,0.11 -DE17,natural gas - 0.43,440.0,1,natural gas,0.432,inf,0,0.11 -DE17,natural gas - 0.51,25.0,1,natural gas,0.508,inf,0,0.11 -DE17,natural gas - 0.52,64.0,1,natural gas,0.517,inf,0,0.11 -DE17,natural gas - 0.56,216.1,4,natural gas,0.562,inf,0,0.11 -DE17,natural gas - 0.58,29.5,1,natural gas,0.58,inf,0,0.11 -DE17,natural gas - 0.6,50.4,2,natural gas,0.599,inf,0,0.11 -DE17,nuclear - 0.33,1275.0,1,nuclear,0.33,inf,0,0.11 -DE17,oil - 0.36,772.0,2,oil,0.356,inf,0,0.15 -DE17,oil - 0.38,0.5,1,oil,0.375,inf,0,0.15 -DE17,waste - 0.33,117.1,5,waste,0.33,inf,0,0.15 -DE18,bioenergy - 0.38,10.0,1,bioenergy,0.38,53291.925253405,0,0.1 -DE18,bioenergy - 0.42,526.7,1504,bioenergy,0.417,2806859.86809684,0,0.1 -DE18,hard coal - 0.4,332.7,1,hard coal,0.402,inf,0,0.22 -DE18,hard coal - 0.45,472.0,1,hard coal,0.452,inf,0,0.22 -DE18,natural gas - 0.32,160.0,2,natural gas,0.315,inf,0,0.11 -DE18,natural gas - 0.36,50.0,1,natural gas,0.36,inf,0,0.11 -DE18,natural gas - 0.37,13.4,2,natural gas,0.375,inf,0,0.11 -DE18,natural gas - 0.38,52.0,3,natural gas,0.381,inf,0,0.11 -DE18,natural gas - 0.39,93.4,3,natural gas,0.387,inf,0,0.11 -DE18,natural gas - 0.4,10.5,3,natural gas,0.397,inf,0,0.11 -DE18,natural gas - 0.45,275.5,3,natural gas,0.45,inf,0,0.11 -DE18,natural gas - 0.46,23.3,3,natural gas,0.459,inf,0,0.11 -DE18,natural gas - 0.54,120.0,1,natural gas,0.544,inf,0,0.11 -DE18,natural gas - 0.56,376.4,3,natural gas,0.558,inf,0,0.11 -DE18,natural gas - 0.58,943.9,2,natural gas,0.585,inf,0,0.11 -DE18,natural gas - 0.59,561.0,1,natural gas,0.59,inf,0,0.11 -DE18,nuclear - 0.33,1410.0,1,nuclear,0.33,inf,0,0.11 -DE18,oil - 0.32,46.0,1,oil,0.318,inf,0,0.15 -DE18,oil - 0.33,92.8,4,oil,0.333,inf,0,0.15 -DE18,oil - 0.36,424.5,2,oil,0.356,inf,0,0.15 -DE18,waste - 0.33,87.0,5,waste,0.33,inf,0,0.15 -DE19,bioenergy - 0.42,4.1,6,bioenergy,0.417,21849.9843538961,0,0.1 diff --git a/tests/data/deflex_2014_de21_part_csv/storages.csv b/tests/data/deflex_2014_de21_part_csv/storages.csv deleted file mode 100644 index 940e545e..00000000 --- a/tests/data/deflex_2014_de21_part_csv/storages.csv +++ /dev/null @@ -1,11 +0,0 @@ -de21,,energy,energy_inflow,pump,turbine,pump_eff,turbine_eff -DE03,phes,12638.0,112744,1588.0,1602.75,0.873330071886501,0.867254608032646 -DE04,phes,4609.0,0,1260.0,1170.0,0.842363290188543,0.841437360623681 -DE06,phes,590.0,0,153.6,153.0,0.866025403784439,0.866025403784439 -DE07,phes,734.0,5728,147.3,149.9,0.86149431239161,0.859987081756585 -DE12,phes,10670.4,212619,1725.1,2021.3,0.85695300230306,0.851015102290124 -DE13,phes,534.0,0,96.0,120.0,0.824621125123532,0.824621125123532 -DE15,phes,1032.0,0,230.0,220.0,0.894427190999916,0.894427190999916 -DE16,phes,3915.0,0,572.0,580.0,0.889660457481234,0.887571587189283 -DE17,phes,2390.0,0,385.5,468.0,0.8587211130104,0.85831052043205 -DE18,phes,728.9,86870,93.0,108.6,0.864167064515818,0.865502056255703 diff --git a/tests/data/deflex_2014_de21_part_csv/volatile plants.csv b/tests/data/deflex_2014_de21_part_csv/volatile plants.csv deleted file mode 100644 index f6593d1c..00000000 --- a/tests/data/deflex_2014_de21_part_csv/volatile plants.csv +++ /dev/null @@ -1,64 +0,0 @@ -de21,energy_source_level_2,capacity,count -DE01,geothermal,0.2,1 -DE01,hydro,7.2,58 -DE01,solar,3421.0,57033 -DE01,wind,7621.1,5623 -DE02,geothermal,0.0,1 -DE02,hydro,0.1,1 -DE02,solar,36.4,3418 -DE02,wind,47.9,71 -DE03,hydro,279.6,285 -DE03,solar,2076.3,46646 -DE03,wind,3052.8,2168 -DE04,hydro,268.7,349 -DE04,solar,2938.2,52725 -DE04,wind,3050.3,2484 -DE05,hydro,0.7,16 -DE05,solar,1032.7,42217 -DE05,wind,1175.8,891 -DE06,hydro,26.7,65 -DE06,solar,1429.4,81709 -DE06,wind,746.2,792 -DE07,hydro,79.1,233 -DE07,solar,1233.5,78634 -DE07,wind,1301.2,1275 -DE08,hydro,98.4,148 -DE08,solar,1080.3,76581 -DE08,wind,1014.9,815 -DE09,geothermal,7.8,2 -DE09,hydro,1281.8,231 -DE09,solar,2207.6,123469 -DE09,wind,2440.3,1588 -DE10,hydro,445.4,608 -DE10,solar,2043.8,97025 -DE10,wind,75.4,114 -DE11,geothermal,0.6,1 -DE11,hydro,105.3,233 -DE11,solar,1254.0,83200 -DE11,wind,197.9,213 -DE12,hydro,3337.0,1466 -DE12,solar,3973.2,248777 -DE12,wind,432.5,517 -DE13,hydro,4.7,23 -DE13,solar,1448.1,44837 -DE13,wind,3815.9,3392 -DE14,hydro,21.8,18 -DE14,solar,1576.7,67333 -DE14,wind,4154.3,3707 -DE15,hydro,81.8,245 -DE15,solar,1310.6,74628 -DE15,wind,2887.0,2117 -DE16,hydro,55.9,408 -DE16,solar,1353.1,83130 -DE16,wind,924.6,870 -DE17,hydro,210.3,1159 -DE17,solar,3805.9,182463 -DE17,wind,1044.7,925 -DE18,geothermal,22.8,6 -DE18,hydro,2431.3,1687 -DE18,solar,4565.7,231412 -DE18,wind,25.2,127 -DE19,solar,5.5,266 -DE19,wind,53.4,9 -DE20,wind,0.0,6 -DE21,wind,464.5,12 diff --git a/tests/data/deflex_2014_de21_part_csv/volatile series.csv b/tests/data/deflex_2014_de21_part_csv/volatile series.csv deleted file mode 100644 index d2170eac..00000000 --- a/tests/data/deflex_2014_de21_part_csv/volatile series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -,DE01,DE01,DE01,DE01,DE02,DE02,DE02,DE03,DE03,DE03,DE04,DE04,DE04,DE05,DE05,DE05,DE06,DE06,DE06,DE07,DE07,DE07,DE08,DE08,DE08,DE09,DE09,DE09,DE09,DE10,DE10,DE10,DE11,DE11,DE11,DE11,DE12,DE12,DE12,DE13,DE13,DE13,DE14,DE14,DE14,DE15,DE15,DE15,DE16,DE16,DE16,DE17,DE17,DE17,DE18,DE18,DE18,DE18,DE19,DE19,DE21 -,geothermal,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,geothermal,hydro,solar,wind,hydro,solar,wind,geothermal,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,geothermal,hydro,solar,wind,solar,wind,wind -0,0.5,0.15372517456988796,0.0,0.218767954258538,0.15372517456988796,0.0,0.2944901654078078,0.15372517456988796,0.0,0.05688784156529642,0.15372517456988796,0.0,0.10222264531806198,0.15372517456988796,0.0,0.2540944440023514,0.15372517456988796,0.0,0.1402278234540617,0.15372517456988796,0.0,0.08074851096276262,0.15372517456988796,0.0,0.04502715043950768,0.5,0.15372517456988796,0.0,0.013830615132173053,0.15372517456988796,0.0,0.008451465359769698,0.5,0.15372517456988796,0.0,0.002380551299128493,0.15372517456988796,0.0,0.006306600381444491,0.15372517456988796,0.0,0.5543165681326625,0.15372517456988796,0.0,0.38160363348533455,0.15372517456988796,0.0,0.1491699233625722,0.15372517456988796,0.0,0.0261139620517756,0.15372517456988796,0.0,0.009336986462882602,0.5,0.15372517456988796,0.0,0.0007761956322401102,0.0,0.8361564573246151,1.0000073114571424 -1,0.5,0.15372517456988796,0.0,0.12385807549088927,0.15372517456988796,0.0,0.2180074739422232,0.15372517456988796,0.0,0.055444749304699066,0.15372517456988796,0.0,0.11512465447718775,0.15372517456988796,0.0,0.5899573947630781,0.15372517456988796,0.0,0.5617720988844999,0.15372517456988796,0.0,0.432344626991577,0.15372517456988796,0.0,0.2853675941079881,0.5,0.15372517456988796,0.0,0.20350958658863916,0.15372517456988796,0.0,0.04490327652283595,0.5,0.15372517456988796,0.0,0.056655773826699375,0.15372517456988796,0.0,0.10975033850352511,0.15372517456988796,0.0,0.44919388598074317,0.15372517456988796,0.0,0.5301615165404765,0.15372517456988796,0.0,0.2061791820602682,0.15372517456988796,0.0,0.1680834541092635,0.15372517456988796,0.0,0.04586994392696341,0.5,0.15372517456988796,0.0,0.010135290870480228,0.0,0.3162759805931214,1.0064730994278313 -2,0.5,0.15372517456988796,0.0,0.1372836184950832,0.15372517456988796,0.0,0.21900747271763252,0.15372517456988796,0.0,0.06443450625644077,0.15372517456988796,0.0,0.12593578127021768,0.15372517456988796,0.0,0.6158941625742003,0.15372517456988796,0.0,0.5056503360446044,0.15372517456988796,0.0,0.4455796273406209,0.15372517456988796,0.0,0.273104251982576,0.5,0.15372517456988796,0.0,0.187655604157583,0.15372517456988796,0.0,0.04587156161143612,0.5,0.15372517456988796,0.0,0.05578304606703709,0.15372517456988796,0.0,0.09760155732222645,0.15372517456988796,0.0,0.4544272075823647,0.15372517456988796,0.0,0.5689458533491765,0.15372517456988796,0.0,0.20335078011069163,0.15372517456988796,0.0,0.17499176082543147,0.15372517456988796,0.0,0.04366712829467798,0.5,0.15372517456988796,0.0,0.011738329002020037,0.0,0.3637636445536306,1.0029994665741495 -3,0.5,0.15372517456988796,0.0,0.14765985615615007,0.15372517456988796,0.0,0.33935258388622874,0.15372517456988796,0.0,0.07810739076880259,0.15372517456988796,0.0,0.12767061374105235,0.15372517456988796,0.0,0.5952313550538795,0.15372517456988796,0.0,0.45086668424487175,0.15372517456988796,0.0,0.4256234823025765,0.15372517456988796,0.0,0.2456258583672962,0.5,0.15372517456988796,0.0,0.17737126632122194,0.15372517456988796,0.0,0.046380492017593464,0.5,0.15372517456988796,0.0,0.09119453430190393,0.15372517456988796,0.0,0.08517100673743677,0.15372517456988796,0.0,0.5114409401853178,0.15372517456988796,0.0,0.5996920576073179,0.15372517456988796,0.0,0.21092043881782102,0.15372517456988796,0.0,0.20392538459856888,0.15372517456988796,0.0,0.04614725789045713,0.5,0.15372517456988796,0.0,0.014694715883946798,0.0,0.39445207497246515,0.9991944190895222 -4,0.5,0.15372517456988796,0.0,0.1506954158827971,0.15372517456988796,0.0,0.3003196828669884,0.15372517456988796,0.0,0.08164436651536698,0.15372517456988796,0.0,0.12731057311082294,0.15372517456988796,0.0,0.5532483667130228,0.15372517456988796,0.0,0.39558419713554366,0.15372517456988796,0.0,0.4085996016096635,0.15372517456988796,0.0,0.1872243355479854,0.5,0.15372517456988796,0.0,0.1655881147181044,0.15372517456988796,0.0,0.04278985994558703,0.5,0.15372517456988796,0.0,0.08489216559706185,0.15372517456988796,0.0,0.08435822662548187,0.15372517456988796,0.0,0.5303352560057356,0.15372517456988796,0.0,0.5702242126111566,0.15372517456988796,0.0,0.226621035578765,0.15372517456988796,0.0,0.25298103871539657,0.15372517456988796,0.0,0.04839751969027749,0.5,0.15372517456988796,0.0,0.01871273717809762,0.0,0.41102580688075885,0.9940440043528945 -5,0.5,0.15372517456988796,0.0,0.15050242874840328,0.15372517456988796,0.0,0.2766664812261066,0.15372517456988796,0.0,0.08682827845212035,0.15372517456988796,0.0,0.13017365402289166,0.15372517456988796,0.0,0.5081995051498259,0.15372517456988796,0.0,0.319605034883379,0.15372517456988796,0.0,0.3770865513916904,0.15372517456988796,0.0,0.15596429589724664,0.5,0.15372517456988796,0.0,0.16167176341596018,0.15372517456988796,0.0,0.048628636439462226,0.5,0.15372517456988796,0.0,0.10843332862749902,0.15372517456988796,0.0,0.08190999667987788,0.15372517456988796,0.0,0.5278859988489444,0.15372517456988796,0.0,0.5297851559113755,0.15372517456988796,0.0,0.252000860019222,0.15372517456988796,0.0,0.2274430957967445,0.15372517456988796,0.0,0.04717903361948134,0.5,0.15372517456988796,0.0,0.02357417419591254,0.0,0.40855835454888734,0.9273750538648144 -6,0.5,0.15372517456988796,0.0,0.14788143669163936,0.15372517456988796,0.0,0.2812647696349046,0.15372517456988796,0.0,0.08789879044474815,0.15372517456988796,0.0,0.13966558680844512,0.15372517456988796,0.0,0.43833659721752816,0.15372517456988796,0.0,0.2756969200144664,0.15372517456988796,0.0,0.3148919287744505,0.15372517456988796,0.0,0.1414227804895129,0.5,0.15372517456988796,0.0,0.16338700865557268,0.15372517456988796,0.0,0.04578444050662306,0.5,0.15372517456988796,0.0,0.09689269359550527,0.15372517456988796,0.0,0.07835949465942296,0.15372517456988796,0.0,0.5136377848262654,0.15372517456988796,0.0,0.48651015343333337,0.15372517456988796,0.0,0.25029097498788944,0.15372517456988796,0.0,0.1926357845208999,0.15372517456988796,0.0,0.049669371712920636,0.5,0.15372517456988796,0.0,0.027724163357053917,0.0,0.40169270402144636,0.8224741464810923 -7,0.5,0.15372517456988796,0.0,0.14478529183055094,0.15372517456988796,0.0,0.20967431726446487,0.15372517456988796,0.0,0.08589313240625297,0.15372517456988796,0.0,0.14151711824255134,0.15372517456988796,0.0,0.3402931264425539,0.15372517456988796,0.0,0.30214506191643314,0.15372517456988796,0.0,0.24606980607686454,0.15372517456988796,0.0,0.15246431230479562,0.5,0.15372517456988796,0.0,0.16678672736926983,0.15372517456988796,0.0,0.05157060748322782,0.5,0.15372517456988796,0.0,0.08502210565644161,0.15372517456988796,0.0,0.07820536244166272,0.15372517456988796,0.0,0.43555197515295463,0.15372517456988796,0.0,0.43436090110335324,0.15372517456988796,0.0,0.22165318908114004,0.15372517456988796,0.0,0.15637251844894098,0.15372517456988796,0.0,0.046487980335969216,0.5,0.15372517456988796,0.0,0.02952289307850455,0.0,0.4039732375477433,0.837616817735054 -8,0.5,0.15372517456988796,0.0,0.14054578075696755,0.15372517456988796,0.0,0.17573129229412174,0.15372517456988796,0.0,0.08594875055022448,0.15372517456988796,0.0,0.13550474081594227,0.15372517456988796,0.0,0.3323706534403568,0.15372517456988796,0.0,0.36796229541290715,0.15372517456988796,0.0,0.23703897279460134,0.15372517456988796,0.0,0.13364994788055576,0.5,0.15372517456988796,0.0,0.1490365400562808,0.15372517456988796,0.0,0.05096921300115786,0.5,0.15372517456988796,0.0,0.07147222088185459,0.15372517456988796,0.0,0.08079156405682313,0.15372517456988796,0.0,0.40442294267604834,0.15372517456988796,0.0,0.34038945960894046,0.15372517456988796,0.0,0.18154651154970505,0.15372517456988796,0.0,0.12021871645380308,0.15372517456988796,0.0,0.04745427683575205,0.5,0.15372517456988796,0.0,0.03292695958730453,0.0,0.38964110570252825,0.7750721002331769 -9,0.5,0.15372517456988796,2.4801145765422233e-05,0.13367300375287322,0.15372517456988796,0.0,0.16970402130999898,0.15372517456988796,1.7193437908157936e-05,0.0929083878524698,0.15372517456988796,0.00116760439169796,0.1389007776535873,0.15372517456988796,0.0,0.4231682263180966,0.15372517456988796,0.0,0.3775437646912555,0.15372517456988796,0.0,0.2433707678340931,0.15372517456988796,0.0,0.15822824095923751,0.5,0.15372517456988796,0.0,0.13589084452911948,0.15372517456988796,0.002317768587522005,0.05329116329653646,0.5,0.15372517456988796,0.0,0.05236928864265112,0.15372517456988796,0.0004931109089786516,0.06948618310625367,0.15372517456988796,0.0,0.38335017103862534,0.15372517456988796,0.0,0.29360682465783927,0.15372517456988796,0.0,0.13855303370562344,0.15372517456988796,0.0,0.109664017955148,0.15372517456988796,0.0006560071709750898,0.04858958113587852,0.5,0.15372517456988796,0.005169191140060096,0.031197594713113844,0.0,0.34318020905537,0.8085161717184928 -10,0.5,0.15372517456988796,0.030907767584421656,0.12352546066545422,0.15372517456988796,0.0018995244180337663,0.14612778060293125,0.15372517456988796,0.01656856313234631,0.08763592447048539,0.15372517456988796,0.06584466947620211,0.12978169333263467,0.15372517456988796,0.01445264295395916,0.4726410567298488,0.15372517456988796,0.035044592950066955,0.31876687761777434,0.15372517456988796,0.04184723371629889,0.22159471762116328,0.15372517456988796,0.05780493851506922,0.1987028672084502,0.5,0.15372517456988796,0.022188461836413726,0.12344342824154851,0.15372517456988796,0.06526679504249026,0.04671205138868412,0.5,0.15372517456988796,0.007317620290724503,0.03534070015987873,0.15372517456988796,0.04145482977913233,0.050852487608395905,0.15372517456988796,0.0013245752911006244,0.29505112818083795,0.15372517456988796,0.015033171382527218,0.3406087287283465,0.15372517456988796,0.0353063855131872,0.12042528945401487,0.15372517456988796,0.01739608988868032,0.10689095687303964,0.15372517456988796,0.017735851803231024,0.046082548493947655,0.5,0.15372517456988796,0.0932112988506267,0.025802219973108737,0.0,0.28763664094112856,0.9735069518802255 -11,0.5,0.15372517456988796,0.07468801990776155,0.11288212763271763,0.15372517456988796,0.03860006066672453,0.13154298419901914,0.15372517456988796,0.056620548608643344,0.09164059611683914,0.15372517456988796,0.13855612676509238,0.1243416792536428,0.15372517456988796,0.03618963261806027,0.528623186384601,0.15372517456988796,0.18574201911386062,0.2802591460893911,0.15372517456988796,0.18262836368639365,0.21120961767364235,0.15372517456988796,0.20595101078894323,0.2260024831971531,0.5,0.15372517456988796,0.0938213181757408,0.18160401790742503,0.15372517456988796,0.14907372387544415,0.029160055430789467,0.5,0.15372517456988796,0.021415262307751683,0.02738498758094648,0.15372517456988796,0.11079668894665798,0.039053840047543746,0.15372517456988796,0.018667539620630405,0.22574374487292692,0.15372517456988796,0.07664434416785848,0.38230082630063705,0.15372517456988796,0.1547781700923442,0.142521314697139,0.15372517456988796,0.045543763641239375,0.1257637803438864,0.15372517456988796,0.029887707143889483,0.045384265694688154,0.5,0.15372517456988796,0.1724525765343201,0.01850258203209072,0.0,0.2378964039352997,0.9736537531913076 -12,0.5,0.15372517456988796,0.09247172669291008,0.09354476049600938,0.15372517456988796,0.2530595633716975,0.15766143601300306,0.15372517456988796,0.11745320225754144,0.09454585123550918,0.15372517456988796,0.1732680112104702,0.12110388909233813,0.15372517456988796,0.06628773705335107,0.49210645430850913,0.15372517456988796,0.3231382818802677,0.3573373747906317,0.15372517456988796,0.33149355310911177,0.22780651391694123,0.15372517456988796,0.33398772241561525,0.3138720887103712,0.5,0.15372517456988796,0.1334467548683244,0.31943352437566835,0.15372517456988796,0.23883785618356518,0.01228946228486791,0.5,0.15372517456988796,0.035868778355556234,0.02293625208343138,0.15372517456988796,0.18697355157141707,0.03210153209852766,0.15372517456988796,0.1371244359772922,0.22791480977003856,0.15372517456988796,0.11012228766974497,0.45295320162859987,0.15372517456988796,0.24321098328358298,0.21412981980847584,0.15372517456988796,0.10366056078920047,0.17557974997837253,0.15372517456988796,0.03398859574618813,0.03832520356531385,0.5,0.15372517456988796,0.23235283459966236,0.010797650595740598,0.0,0.2039015260490113,0.992735311671512 -13,0.5,0.15372517456988796,0.07651582730957672,0.08126935710678267,0.15372517456988796,0.34413642229384983,0.17469393723047713,0.15372517456988796,0.1265228464094254,0.08716197131706106,0.15372517456988796,0.1600964781425791,0.11114346605383316,0.15372517456988796,0.21094851655508026,0.41656836492862837,0.15372517456988796,0.384895060179731,0.3649416673056557,0.15372517456988796,0.389764462086012,0.29789751941372333,0.15372517456988796,0.3948608980447764,0.43626575499890397,0.5,0.15372517456988796,0.08513327402844323,0.4230843581184404,0.15372517456988796,0.29138003442313815,0.0040907812432649255,0.5,0.15372517456988796,0.04835157390848636,0.02379587975525994,0.15372517456988796,0.25946293860329667,0.029462764378462524,0.15372517456988796,0.26059034558880967,0.24270362956070066,0.15372517456988796,0.10614964781232772,0.49142163147049633,0.15372517456988796,0.2909105732406363,0.22543998858414985,0.15372517456988796,0.1969290000162598,0.2489926118146677,0.15372517456988796,0.03967385730803748,0.03336121703096235,0.5,0.15372517456988796,0.2786702021852072,0.006815033068442986,0.0,0.1943110836266026,0.9923557201789074 -14,0.5,0.15372517456988796,0.06143354846273076,0.07219245652296474,0.15372517456988796,0.32931117063510695,0.1674640016391157,0.15372517456988796,0.1171026089968649,0.0848619894229872,0.15372517456988796,0.09844454330845617,0.1008372298047153,0.15372517456988796,0.32718294668445713,0.29239677883028237,0.15372517456988796,0.37767445025202623,0.3647350864458604,0.15372517456988796,0.37906679260188386,0.3352863945166864,0.15372517456988796,0.34824600128919514,0.5704228894964642,0.5,0.15372517456988796,0.041876483447940156,0.40951159148272154,0.15372517456988796,0.3083090956556189,0.0023693131291117595,0.5,0.15372517456988796,0.051952732973864636,0.03031525486487033,0.15372517456988796,0.2848049326732953,0.031230292229668218,0.15372517456988796,0.2892674150057927,0.21429837687577583,0.15372517456988796,0.0833994194533548,0.4790852244813248,0.15372517456988796,0.3072618049211049,0.18993770121204315,0.15372517456988796,0.2016844110429367,0.3373010610517642,0.15372517456988796,0.04539275522070337,0.033787167635965745,0.5,0.15372517456988796,0.2827656310087665,0.005331584693123229,0.0,0.18431301048702148,0.9890468912022254 -15,0.5,0.15372517456988796,0.04162388046162061,0.06398310650602836,0.15372517456988796,0.14267520785437637,0.18657083740623664,0.15372517456988796,0.1015004411273816,0.09311641236766231,0.15372517456988796,0.04528450672834431,0.07869099975376434,0.15372517456988796,0.27260354151681265,0.23280902428823402,0.15372517456988796,0.30716911336708785,0.4102855012624801,0.15372517456988796,0.2971092676108721,0.34151929718082075,0.15372517456988796,0.2033240242421604,0.5737054962355072,0.5,0.15372517456988796,0.01920619120359749,0.3647123261857318,0.15372517456988796,0.27949909903908826,0.0024797312079423645,0.5,0.15372517456988796,0.044926840517632606,0.04952020050140769,0.15372517456988796,0.25070949936612696,0.039508034644292415,0.15372517456988796,0.21905607651553288,0.2068215745951118,0.15372517456988796,0.09286399441596611,0.40275167385747124,0.15372517456988796,0.21557453995115117,0.14610803695697766,0.15372517456988796,0.108461981439127,0.3972065479164653,0.15372517456988796,0.03648173121767133,0.03809285157022156,0.5,0.15372517456988796,0.22746704759176506,0.0074422294744553655,0.0,0.16449614569239104,0.9838293695326087 -16,0.5,0.15372517456988796,9.415773809621842e-05,0.062246697297133634,0.15372517456988796,0.0,0.22997793674769906,0.15372517456988796,0.0005972081406483898,0.12302760216696026,0.15372517456988796,0.0,0.06710330021690368,0.15372517456988796,0.03990354406362576,0.2723481943502865,0.15372517456988796,0.09089441595747501,0.5351787155108931,0.15372517456988796,0.07319502788088401,0.3992699025973277,0.15372517456988796,0.04102324132657863,0.6400919303393695,0.5,0.15372517456988796,0.012938384611744194,0.37590836762028845,0.15372517456988796,0.11257863800186652,0.006021349437564954,0.5,0.15372517456988796,0.023689687494043116,0.06496562101896029,0.15372517456988796,0.1178573132306821,0.06058757738007066,0.15372517456988796,0.0,0.28800998913480347,0.15372517456988796,0.0,0.3452762876106712,0.15372517456988796,0.0005653853244116777,0.14508101483764127,0.15372517456988796,0.010202856480524707,0.3549458678335028,0.15372517456988796,0.010225554917797162,0.04792733279502303,0.5,0.15372517456988796,0.04871768977244841,0.008938840552770427,0.0,0.13357089932007365,0.9956849210860577 -17,0.5,0.15372517456988796,0.0,0.06497838222160382,0.15372517456988796,0.0,0.20910075924936106,0.15372517456988796,0.0,0.15379701074665045,0.15372517456988796,0.0,0.06348494565051467,0.15372517456988796,0.0,0.39814732926113816,0.15372517456988796,0.0,0.6214859005916865,0.15372517456988796,0.0,0.5279706504686451,0.15372517456988796,0.0,0.6640475438384599,0.5,0.15372517456988796,0.0,0.3918364602964964,0.15372517456988796,0.0,0.013194332130760458,0.5,0.15372517456988796,0.0,0.09481977060330474,0.15372517456988796,0.0,0.10027388713197331,0.15372517456988796,0.0,0.3600215140770434,0.15372517456988796,0.0,0.34532735035150075,0.15372517456988796,0.0,0.19608176018897053,0.15372517456988796,0.0,0.3308187001091544,0.15372517456988796,0.0,0.06093405309138574,0.5,0.15372517456988796,0.0,0.020366449067085,0.0,0.12052015640627171,1.0004435181531652 -18,0.5,0.15372517456988796,0.0,0.07136608656355492,0.15372517456988796,0.0,0.1838079424244456,0.15372517456988796,0.0,0.1528453503543031,0.15372517456988796,0.0,0.06032101409193175,0.15372517456988796,0.0,0.5270555319068007,0.15372517456988796,0.0,0.6530517810270859,0.15372517456988796,0.0,0.656356351350372,0.15372517456988796,0.0,0.7273073155322256,0.5,0.15372517456988796,0.0,0.4520128729458295,0.15372517456988796,0.0,0.036135777837392316,0.5,0.15372517456988796,0.0,0.1158838820617518,0.15372517456988796,0.0,0.12325509548796083,0.15372517456988796,0.0,0.40184842609575266,0.15372517456988796,0.0,0.3890496502549337,0.15372517456988796,0.0,0.2726198303541415,0.15372517456988796,0.0,0.3823503171508647,0.15372517456988796,0.0,0.07487036561490548,0.5,0.15372517456988796,0.0,0.03425138665647451,0.0,0.14478266885103563,1.0043887813249701 -19,0.5,0.15372517456988796,0.0,0.08373965347570492,0.15372517456988796,0.0,0.20574397790509635,0.15372517456988796,0.0,0.13404995999499197,0.15372517456988796,0.0,0.061373538456265614,0.15372517456988796,0.0,0.6054942642554687,0.15372517456988796,0.0,0.736474786163493,0.15372517456988796,0.0,0.7323752031754777,0.15372517456988796,0.0,0.8154874369358217,0.5,0.15372517456988796,0.0,0.5043083282355854,0.15372517456988796,0.0,0.036532404897496436,0.5,0.15372517456988796,0.0,0.16288661344399552,0.15372517456988796,0.0,0.14837619824285056,0.15372517456988796,0.0,0.40325487914763974,0.15372517456988796,0.0,0.4809180888373052,0.15372517456988796,0.0,0.3522374484286963,0.15372517456988796,0.0,0.4220795977824811,0.15372517456988796,0.0,0.09852319799516303,0.5,0.15372517456988796,0.0,0.05483008101468738,0.0,0.14123828057754445,1.0063626182439849 -20,0.5,0.15372517456988796,0.0,0.10392056360555002,0.15372517456988796,0.0,0.29340004782788165,0.15372517456988796,0.0,0.12785900356954863,0.15372517456988796,0.0,0.07631353444526841,0.15372517456988796,0.0,0.6344786741678978,0.15372517456988796,0.0,0.8669721574166954,0.15372517456988796,0.0,0.7863299361297259,0.15372517456988796,0.0,0.886310763210177,0.5,0.15372517456988796,0.0,0.5561950066363378,0.15372517456988796,0.0,0.034566536698476466,0.5,0.15372517456988796,0.0,0.21735098902633707,0.15372517456988796,0.0,0.17793827767958506,0.15372517456988796,0.0,0.4162669226092858,0.15372517456988796,0.0,0.5607459008986403,0.15372517456988796,0.0,0.37863179104249267,0.15372517456988796,0.0,0.42752027269471055,0.15372517456988796,0.0,0.12799755922317088,0.5,0.15372517456988796,0.0,0.04936595183364755,0.0,0.1615409198414895,1.0072318597262588 -21,0.5,0.15372517456988796,0.0,0.131497104993829,0.15372517456988796,0.0,0.3439715676083872,0.15372517456988796,0.0,0.13780326949586255,0.15372517456988796,0.0,0.09029440661014758,0.15372517456988796,0.0,0.6730493420252188,0.15372517456988796,0.0,0.9618970166843255,0.15372517456988796,0.0,0.8770674390950206,0.15372517456988796,0.0,0.9211094598192433,0.5,0.15372517456988796,0.0,0.6153915628116372,0.15372517456988796,0.0,0.04624796032254791,0.5,0.15372517456988796,0.0,0.26291363168860765,0.15372517456988796,0.0,0.19961690997444986,0.15372517456988796,0.0,0.45133815608338756,0.15372517456988796,0.0,0.6059044987555895,0.15372517456988796,0.0,0.36845740729936954,0.15372517456988796,0.0,0.5015862601669092,0.15372517456988796,0.0,0.160405697877051,0.5,0.15372517456988796,0.0,0.04732694464850666,0.0,0.19513372864099593,1.0076757841600448 -22,0.5,0.15372517456988796,0.0,0.15135893611379936,0.15372517456988796,0.0,0.363542224802875,0.15372517456988796,0.0,0.14849512353164784,0.15372517456988796,0.0,0.10826747185167672,0.15372517456988796,0.0,0.8727174654954439,0.15372517456988796,0.0,0.9985528972153455,0.15372517456988796,0.0,0.9416314847598296,0.15372517456988796,0.0,0.9443372741536074,0.5,0.15372517456988796,0.0,0.6252465030330979,0.15372517456988796,0.0,0.05096901560110417,0.5,0.15372517456988796,0.0,0.27910312057681275,0.15372517456988796,0.0,0.19304600721006046,0.15372517456988796,0.0,0.4563660202709283,0.15372517456988796,0.0,0.6211536617276127,0.15372517456988796,0.0,0.39761470187114056,0.15372517456988796,0.0,0.5888597938873582,0.15372517456988796,0.0,0.18949789962327013,0.5,0.15372517456988796,0.0,0.05042282606473195,0.0,0.25692597654611277,1.0081857050940286 -23,0.5,0.15372517456988796,0.0,0.17361888008046958,0.15372517456988796,0.0,0.4350791388275732,0.15372517456988796,0.0,0.1893347857629588,0.15372517456988796,0.0,0.13755412784574195,0.15372517456988796,0.0,0.9681846162232424,0.15372517456988796,0.0,1.0167380854875536,0.15372517456988796,0.0,0.9790167435064934,0.15372517456988796,0.0,0.9488711117416331,0.5,0.15372517456988796,0.0,0.6323143580495326,0.15372517456988796,0.0,0.05960411853581618,0.5,0.15372517456988796,0.0,0.2970945089237041,0.15372517456988796,0.0,0.18672172729499464,0.15372517456988796,0.0,0.4951645456974433,0.15372517456988796,0.0,0.7135860974334596,0.15372517456988796,0.0,0.4693314019748279,0.15372517456988796,0.0,0.6759354576873249,0.15372517456988796,0.0,0.21751299383218173,0.5,0.15372517456988796,0.0,0.04623317549773619,0.0,0.3005917070197202,1.010006253030492 -24,0.5,0.15372517456988796,0.0,0.20841602118103256,0.15372517456988796,0.0,0.5724445871041048,0.15372517456988796,0.0,0.2117582622767329,0.15372517456988796,0.0,0.1718754135043661,0.15372517456988796,0.0,1.0002158205919927,0.15372517456988796,0.0,1.0216028284841705,0.15372517456988796,0.0,1.0115055454325257,0.15372517456988796,0.0,0.951262089285559,0.5,0.15372517456988796,0.0,0.6602251974665511,0.15372517456988796,0.0,0.07863849003385465,0.5,0.15372517456988796,0.0,0.25745323124186664,0.15372517456988796,0.0,0.18638601383397016,0.15372517456988796,0.0,0.5961992739777784,0.15372517456988796,0.0,0.809671581997961,0.15372517456988796,0.0,0.5330241794813775,0.15372517456988796,0.0,0.7136528726184982,0.15372517456988796,0.0,0.21782446842872671,0.5,0.15372517456988796,0.0,0.050916856620864835,0.0,0.36181376143017646,1.0109835079533822 -25,0.5,0.15372517456988796,0.0,0.24687986968696124,0.15372517456988796,0.0,0.5412682653431136,0.15372517456988796,0.0,0.2181719645990278,0.15372517456988796,0.0,0.19025327510148726,0.15372517456988796,0.0,1.0146425312024674,0.15372517456988796,0.0,1.0214904783113874,0.15372517456988796,0.0,1.011586846993547,0.15372517456988796,0.0,0.9488549240228368,0.5,0.15372517456988796,0.0,0.675911316928258,0.15372517456988796,0.0,0.07510046853590273,0.5,0.15372517456988796,0.0,0.23592676467336435,0.15372517456988796,0.0,0.15579334767654587,0.15372517456988796,0.0,0.6916703434377083,0.15372517456988796,0.0,0.9063668024254325,0.15372517456988796,0.0,0.6361517469056422,0.15372517456988796,0.0,0.7547019955537648,0.15372517456988796,0.0,0.20195604541436923,0.5,0.15372517456988796,0.0,0.04638007833573404,0.0,0.5162639118602104,1.0113203749734894 -26,0.5,0.15372517456988796,0.0,0.2775722835525093,0.15372517456988796,0.0,0.5913005582833002,0.15372517456988796,0.0,0.22948482401716172,0.15372517456988796,0.0,0.2008524412456568,0.15372517456988796,0.0,1.0210591449212678,0.15372517456988796,0.0,1.020293844527845,0.15372517456988796,0.0,1.0107771324226373,0.15372517456988796,0.0,0.9603815427305642,0.5,0.15372517456988796,0.0,0.7165365537609377,0.15372517456988796,0.0,0.07554785284551446,0.5,0.15372517456988796,0.0,0.21398275425238653,0.15372517456988796,0.0,0.13861995043078074,0.15372517456988796,0.0,0.7729833684267986,0.15372517456988796,0.0,0.9587000861892319,0.15372517456988796,0.0,0.7150928436384597,0.15372517456988796,0.0,0.7245003121486803,0.15372517456988796,0.0,0.199003420137265,0.5,0.15372517456988796,0.0,0.04371858676379816,0.0,0.6621873449541522,0.2017656478290012 -27,0.5,0.15372517456988796,0.0,0.2997796781168387,0.15372517456988796,0.0,0.7396296734215821,0.15372517456988796,0.0,0.24526414863111146,0.15372517456988796,0.0,0.2148146380850012,0.15372517456988796,0.0,1.0214904624785364,0.15372517456988796,0.0,1.0165294698088563,0.15372517456988796,0.0,1.0208480104552544,0.15372517456988796,0.0,0.9524225985865976,0.5,0.15372517456988796,0.0,0.7682292648238087,0.15372517456988796,0.0,0.07675113391433759,0.5,0.15372517456988796,0.0,0.16552294461664546,0.15372517456988796,0.0,0.12065138418559668,0.15372517456988796,0.0,0.888794368807947,0.15372517456988796,0.0,0.9750083616259946,0.15372517456988796,0.0,0.7808713423016955,0.15372517456988796,0.0,0.7633480387063938,0.15372517456988796,0.0,0.16292566878011625,0.5,0.15372517456988796,0.0,0.05182265492914197,0.0,0.7195184784093981,1.0113021473403214 -28,0.5,0.15372517456988796,0.0,0.326407407370957,0.15372517456988796,0.0,0.8817121579465893,0.15372517456988796,0.0,0.2504615453513879,0.15372517456988796,0.0,0.2282989674578377,0.15372517456988796,0.0,1.0203804591570749,0.15372517456988796,0.0,0.978590143364482,0.15372517456988796,0.0,1.021615639702008,0.15372517456988796,0.0,0.8944822829724683,0.5,0.15372517456988796,0.0,0.8179700528261549,0.15372517456988796,0.0,0.06289383529238711,0.5,0.15372517456988796,0.0,0.1340494461547722,0.15372517456988796,0.0,0.10796592516314966,0.15372517456988796,0.0,0.9341820122232296,0.15372517456988796,0.0,0.9748938891052177,0.15372517456988796,0.0,0.8563655072924998,0.15372517456988796,0.0,0.8625531026923706,0.15372517456988796,0.0,0.12782139000011752,0.5,0.15372517456988796,0.0,0.056366293035402255,0.0,0.7691781021419807,1.0110585627005266 -29,0.5,0.15372517456988796,0.0,0.34781961632386865,0.15372517456988796,0.0,0.9112031084843596,0.15372517456988796,0.0,0.25483694410794294,0.15372517456988796,0.0,0.24011107032498855,0.15372517456988796,0.0,0.9963328046356473,0.15372517456988796,0.0,0.9088555908141037,0.15372517456988796,0.0,1.0173399254466895,0.15372517456988796,0.0,0.7948602877496318,0.5,0.15372517456988796,0.0,0.8465705304402991,0.15372517456988796,0.0,0.04711516623662111,0.5,0.15372517456988796,0.0,0.13659988524082642,0.15372517456988796,0.0,0.11461847668975386,0.15372517456988796,0.0,0.9485823579798625,0.15372517456988796,0.0,0.9613094621984425,0.15372517456988796,0.0,0.9099819890084964,0.15372517456988796,0.0,0.9008987736268168,0.15372517456988796,0.0,0.0993181428810977,0.5,0.15372517456988796,0.0,0.03388179011780758,0.0,0.8291313763019923,1.0106268348567646 -30,0.5,0.15372517456988796,0.0,0.36973091533070274,0.15372517456988796,0.0,0.9207910149512604,0.15372517456988796,0.0,0.28192334236044286,0.15372517456988796,0.0,0.2402864987897737,0.15372517456988796,0.0,0.947489228542528,0.15372517456988796,0.0,0.7974378186450533,0.15372517456988796,0.0,0.9874402710435438,0.15372517456988796,0.0,0.6560947775211381,0.5,0.15372517456988796,0.0,0.8287824347615566,0.15372517456988796,0.0,0.04364988529516225,0.5,0.15372517456988796,0.0,0.14201119734049744,0.15372517456988796,0.0,0.15083267822845814,0.15372517456988796,0.0,0.9555813113657573,0.15372517456988796,0.0,0.9312623039571926,0.15372517456988796,0.0,0.9319264701250014,0.15372517456988796,0.0,0.9134735114880341,0.15372517456988796,0.0,0.09470127482168378,0.5,0.15372517456988796,0.0,0.01534414570246472,0.0,0.8409524326950649,1.0101587721826262 -31,0.5,0.15372517456988796,0.0,0.3967808957307968,0.15372517456988796,0.0,0.916803776697212,0.15372517456988796,0.0,0.3378343913854461,0.15372517456988796,0.0,0.23366094734691545,0.15372517456988796,0.0,0.876448507248695,0.15372517456988796,0.0,0.6863750235785079,0.15372517456988796,0.0,0.9325042935872396,0.15372517456988796,0.0,0.5111668235854978,0.5,0.15372517456988796,0.0,0.8049512921867266,0.15372517456988796,0.0,0.040081292287801544,0.5,0.15372517456988796,0.0,0.1818490972585025,0.15372517456988796,0.0,0.24382634809592094,0.15372517456988796,0.0,0.9442762903866657,0.15372517456988796,0.0,0.8669238700183737,0.15372517456988796,0.0,0.9149030664512798,0.15372517456988796,0.0,0.910169675989832,0.15372517456988796,0.0,0.10645501413260666,0.5,0.15372517456988796,0.0,0.016211525659919797,0.0,0.8364278100581973,1.0091576648843386 -32,0.5,0.15372517456988796,0.0,0.41697595511570057,0.15372517456988796,0.0,0.8746079161634829,0.15372517456988796,0.0,0.3650708962601018,0.15372517456988796,0.0,0.22631713950722024,0.15372517456988796,0.0,0.7904058146387215,0.15372517456988796,0.0,0.5775310196697011,0.15372517456988796,0.0,0.8455496519893132,0.15372517456988796,0.0,0.453214273674319,0.5,0.15372517456988796,0.0,0.7144999857929425,0.15372517456988796,0.0,0.022656243403714103,0.5,0.15372517456988796,0.0,0.4778301182348007,0.15372517456988796,0.0,0.3061274957556215,0.15372517456988796,0.0,0.9100772042885128,0.15372517456988796,0.0,0.7992809452320357,0.15372517456988796,0.0,0.8865600179603794,0.15372517456988796,0.0,0.8664471688608388,0.15372517456988796,0.0,0.15139005120349505,0.5,0.15372517456988796,0.0,0.015968983040800532,0.0,0.8383638815049861,1.0070415933638508 -33,0.5,0.15372517456988796,1.6476967426686045e-05,0.42851606438402456,0.15372517456988796,0.0,0.8014865881379462,0.15372517456988796,1.5640416999736254e-05,0.3726294668833996,0.15372517456988796,0.00080710249834267,0.2299237177913252,0.15372517456988796,0.0,0.7215832325484761,0.15372517456988796,0.0,0.5102166596389128,0.15372517456988796,0.0,0.7919518939351322,0.15372517456988796,0.0,0.30980650952613153,0.5,0.15372517456988796,0.0,0.630860724966772,0.15372517456988796,0.0018160851467016377,0.019743248690227245,0.5,0.15372517456988796,0.0,0.8357977357847056,0.15372517456988796,0.00038835509231488756,0.336981399829905,0.15372517456988796,0.0,0.8540501005752436,0.15372517456988796,0.0,0.7367238600211679,0.15372517456988796,0.0,0.8397720639240303,0.15372517456988796,0.0,0.8028863089621545,0.15372517456988796,0.0009157094394256595,0.2616202196321064,0.5,0.15372517456988796,0.004637556005270476,0.004215783099467414,0.0,0.828409785218282,1.006624306334012 -34,0.5,0.15372517456988796,0.0143592849540079,0.44098599173070746,0.15372517456988796,0.0011478122467964752,0.6758252583930503,0.15372517456988796,0.011974109911878698,0.37783585754988686,0.15372517456988796,0.03374145486958529,0.21145382314884686,0.15372517456988796,0.0019794748049241206,0.6286914902793567,0.15372517456988796,0.0008245020777174788,0.3452262064301844,0.15372517456988796,0.00537732498210689,0.6128491215133011,0.15372517456988796,0.0019040371517116813,0.24733410462798364,0.5,0.15372517456988796,0.004507214290183371,0.59232594741256,0.15372517456988796,0.04040611129709887,0.017874437188273425,0.5,0.15372517456988796,0.008542924001744626,0.8466052804393652,0.15372517456988796,0.01908717009178829,0.3422253205418227,0.15372517456988796,0.0008465583092327703,0.7863299760775253,0.15372517456988796,0.0014576225663142184,0.6943630235736142,0.15372517456988796,0.004261654316310462,0.7514809896575401,0.15372517456988796,0.002965227752622176,0.7403736952800879,0.15372517456988796,0.03372291737028839,0.2887634134132531,0.5,0.15372517456988796,0.08161982625228878,0.0029343800115599313,0.0,0.8144584896564964,1.0031053909707814 -35,0.5,0.15372517456988796,0.04093298088588332,0.42177118744590697,0.15372517456988796,0.005271603805960431,0.5212910639767199,0.15372517456988796,0.044963626043820905,0.4643119146232081,0.15372517456988796,0.0727250753177222,0.1894615449524659,0.15372517456988796,0.003904412023257149,0.4197504925541657,0.15372517456988796,0.002438465900552201,0.2631283694078387,0.15372517456988796,0.02955211086207101,0.540843130386704,0.15372517456988796,0.006113153837702024,0.23528756677454302,0.5,0.15372517456988796,0.021835312506096716,0.5694186829307989,0.15372517456988796,0.08136215048539588,0.025106829009815042,0.5,0.15372517456988796,0.046456397173128175,0.7478697619618281,0.15372517456988796,0.04789141133581716,0.43074591249288785,0.15372517456988796,0.004064699311445616,0.7102152199937726,0.15372517456988796,0.0038337153529119953,0.5539153092611906,0.15372517456988796,0.02164636102411803,0.5801002125491174,0.15372517456988796,0.012888092573497417,0.7030269384830496,0.15372517456988796,0.06971750812331945,0.2800632229405451,0.5,0.15372517456988796,0.17291955160417963,0.005718910544512878,0.0,0.8014690246187558,1.0019522450266483 -36,0.5,0.15372517456988796,0.057350910923779974,0.37762888369201514,0.15372517456988796,0.01207204721863586,0.3327222206528607,0.15372517456988796,0.07293516137624578,0.5739868881431792,0.15372517456988796,0.12095070992053372,0.1910813676800475,0.15372517456988796,0.004502821237504354,0.31608788155583945,0.15372517456988796,0.012539062021516077,0.2569904876984449,0.15372517456988796,0.016655973771497457,0.3985192002153257,0.15372517456988796,0.01730023436207076,0.2278254265799322,0.5,0.15372517456988796,0.03592822034944546,0.5031514532749931,0.15372517456988796,0.10029678642031714,0.0294220137909563,0.5,0.15372517456988796,0.1253280351724828,0.6179249431713211,0.15372517456988796,0.08271315950962727,0.5274032124732889,0.15372517456988796,0.006036340695190437,0.572998948733969,0.15372517456988796,0.004506610238757202,0.3975516325296542,0.15372517456988796,0.03797106445548444,0.5245176345936612,0.15372517456988796,0.01747711035655978,0.5968670673925758,0.15372517456988796,0.0955132690756206,0.26094270912483947,0.5,0.15372517456988796,0.22124958762078656,0.011873528844938057,0.0,0.7777622283160034,1.0030068898741684 -37,0.5,0.15372517456988796,0.05604033759285043,0.324723494222822,0.15372517456988796,0.018950751697919987,0.2845195333470288,0.15372517456988796,0.0695430988927058,0.5545406309386681,0.15372517456988796,0.13455862899388277,0.2625119551832101,0.15372517456988796,0.017165251582339943,0.35815489077136536,0.15372517456988796,0.03321028881512647,0.2776389714112401,0.15372517456988796,0.011070256882107216,0.2633466932849489,0.15372517456988796,0.03472775693106291,0.16232931308400586,0.5,0.15372517456988796,0.019878575540071823,0.3790174004382308,0.15372517456988796,0.08802678989113306,0.04984015569128683,0.5,0.15372517456988796,0.137171250191769,0.5762176959811396,0.15372517456988796,0.1153376358699719,0.5935769460770549,0.15372517456988796,0.005924765538172199,0.4262288239998938,0.15372517456988796,0.01524167349695166,0.35797801665740714,0.15372517456988796,0.0249595400964094,0.4116198794408331,0.15372517456988796,0.01600683755092816,0.5214406960382159,0.15372517456988796,0.09634683328811618,0.24524430271729325,0.5,0.15372517456988796,0.2099724274522372,0.02111012798777561,0.0,0.7320835948026276,1.0028349141682538 -38,0.5,0.15372517456988796,0.040045867041364876,0.27612440860646975,0.15372517456988796,0.0029499452930493407,0.20742288315149726,0.15372517456988796,0.06950488836310095,0.44636300299630793,0.15372517456988796,0.10678630716660976,0.22322012510020653,0.15372517456988796,0.016114784796883413,0.29566543858081196,0.15372517456988796,0.029969622488631716,0.2442991640636283,0.15372517456988796,0.013081221273974427,0.24080596073426946,0.15372517456988796,0.04509702506869719,0.12673466420800078,0.5,0.15372517456988796,0.01742631181980034,0.3292552459447116,0.15372517456988796,0.10094407361551924,0.07855061970695193,0.5,0.15372517456988796,0.06668145903194411,0.5682365754955184,0.15372517456988796,0.11182705059706476,0.5468034133187387,0.15372517456988796,0.008606692989900919,0.34375868946470156,0.15372517456988796,0.019741591907692573,0.30423006112121487,0.15372517456988796,0.013420597999992798,0.259971898616335,0.15372517456988796,0.005827950101942179,0.4410067752647477,0.15372517456988796,0.08405550723313915,0.27480645620594624,0.5,0.15372517456988796,0.16908153257230252,0.030931459434538813,0.0,0.6583878015131044,0.9844887057701861 -39,0.5,0.15372517456988796,0.018805765357466434,0.21203501705502215,0.15372517456988796,0.0024262181011742243,0.14065763263574138,0.15372517456988796,0.038531573882266815,0.3294748251428078,0.15372517456988796,0.05496510888287991,0.19015767308455814,0.15372517456988796,0.026795822751983337,0.22767793304524908,0.15372517456988796,0.055129056441885184,0.18917815006683392,0.15372517456988796,0.009666019096952342,0.22315414608258288,0.15372517456988796,0.026483462175566568,0.12332603890741684,0.5,0.15372517456988796,0.010264238912395895,0.3617986235267089,0.15372517456988796,0.07140539130742025,0.1218781724268677,0.5,0.15372517456988796,0.02015088589364779,0.6461250986136895,0.15372517456988796,0.03892682823447824,0.4701738403329175,0.15372517456988796,0.01176714931289288,0.268412425598105,0.15372517456988796,0.030546781825354738,0.21468260252263818,0.15372517456988796,0.005765557749467619,0.18750343208159975,0.15372517456988796,0.006525255098482039,0.3705268824371605,0.15372517456988796,0.03591020770253637,0.32835351685051684,0.5,0.15372517456988796,0.08957833779919913,0.04005379115931653,0.0,0.5540824410311247,0.9026014448464523 -40,0.5,0.15372517456988796,0.00016964699429570157,0.16351550843860835,0.15372517456988796,0.0,0.1150293280584808,0.15372517456988796,0.0002918199037232964,0.30865528509980406,0.15372517456988796,0.0,0.19970594151038945,0.15372517456988796,0.02873797603253048,0.23799061952514175,0.15372517456988796,0.078328102292128,0.20976100121654473,0.15372517456988796,0.004802590401739151,0.19048856448872395,0.15372517456988796,0.006058694799181163,0.14962348808913584,0.5,0.15372517456988796,0.005542808545437877,0.32580231349750105,0.15372517456988796,0.01918842151237463,0.16750643168151352,0.5,0.15372517456988796,0.0045469071958461425,0.7239321859994325,0.15372517456988796,0.011206848075607645,0.40550410817479465,0.15372517456988796,0.00018340243279854274,0.22266579033047496,0.15372517456988796,0.0,0.19856879345314327,0.15372517456988796,0.0003594320026847351,0.17888095299245552,0.15372517456988796,0.0032413813705424012,0.23738749171782936,0.15372517456988796,0.0037537858464283713,0.3694523731383466,0.5,0.15372517456988796,0.018186152454732037,0.07579168063799928,0.0,0.3685353213438058,0.8401951447420988 -41,0.5,0.15372517456988796,0.0,0.13413488353684003,0.15372517456988796,0.0,0.09999542496647064,0.15372517456988796,0.0,0.30392328807740004,0.15372517456988796,0.0,0.22109152711482666,0.15372517456988796,0.0,0.2739682346724504,0.15372517456988796,0.0,0.2630561742010239,0.15372517456988796,0.0,0.14598269095392777,0.15372517456988796,0.0,0.16936630953122722,0.5,0.15372517456988796,0.0,0.30884184520104235,0.15372517456988796,0.0,0.2194003246249867,0.5,0.15372517456988796,0.0,0.6709443882408841,0.15372517456988796,7.447602976375484e-07,0.2635642109443799,0.15372517456988796,0.0,0.2083379155538535,0.15372517456988796,0.0,0.22610456874509077,0.15372517456988796,0.0,0.177435638272705,0.15372517456988796,0.0,0.1333841176661196,0.15372517456988796,0.0,0.3643764884138611,0.5,0.15372517456988796,0.0,0.10819719651914912,0.0,0.2784790098415556,0.8413442367412435 -42,0.5,0.15372517456988796,0.0,0.11635951693585485,0.15372517456988796,0.0,0.07269711728961893,0.15372517456988796,0.0,0.2722682401520526,0.15372517456988796,0.0,0.21505148577058114,0.15372517456988796,0.0,0.29452760863676675,0.15372517456988796,0.0,0.30513417258760234,0.15372517456988796,0.0,0.1559506853972948,0.15372517456988796,0.0,0.1614172761686581,0.5,0.15372517456988796,0.0,0.3071555062684478,0.15372517456988796,0.0,0.1440407211193286,0.5,0.15372517456988796,0.0,0.6512873983204668,0.15372517456988796,0.0,0.15356858936649265,0.15372517456988796,0.0,0.16385050965651932,0.15372517456988796,0.0,0.24203489634655004,0.15372517456988796,0.0,0.14154868496245265,0.15372517456988796,0.0,0.09152428058502668,0.15372517456988796,0.0,0.28122752442685606,0.5,0.15372517456988796,0.0,0.1454399173381336,0.0,0.2138174559888584,0.7752924503368636 -43,0.5,0.15372517456988796,0.0,0.09584665196972977,0.15372517456988796,0.0,0.05535567718506052,0.15372517456988796,0.0,0.20001577111125454,0.15372517456988796,0.0,0.2203743531504025,0.15372517456988796,0.0,0.31685667158181996,0.15372517456988796,0.0,0.320846570142299,0.15372517456988796,0.0,0.22449812406353944,0.15372517456988796,0.0,0.16409844023766962,0.5,0.15372517456988796,0.0,0.23674860087091187,0.15372517456988796,0.0,0.0831330300839576,0.5,0.15372517456988796,0.0,0.5974371016713163,0.15372517456988796,0.0,0.10283758460973519,0.15372517456988796,0.0,0.13269971202293138,0.15372517456988796,0.0,0.25229203781313725,0.15372517456988796,0.0,0.09727655483991658,0.15372517456988796,0.0,0.1496893011643632,0.15372517456988796,0.0,0.28899496620677795,0.5,0.15372517456988796,0.0,0.15095263663641642,0.0,0.14770545323963793,0.6948817134745736 -44,0.5,0.15372517456988796,0.0,0.07562056723691409,0.15372517456988796,0.0,0.08111573966713755,0.15372517456988796,0.0,0.14768049029018687,0.15372517456988796,0.0,0.22170525220658685,0.15372517456988796,0.0,0.3442652637406719,0.15372517456988796,0.0,0.2971864204882235,0.15372517456988796,0.0,0.2524754935014523,0.15372517456988796,0.0,0.15003950368649183,0.5,0.15372517456988796,0.0,0.15521350420329172,0.15372517456988796,0.0,0.04484359990541913,0.5,0.15372517456988796,0.0,0.3892626307022245,0.15372517456988796,0.0,0.07535286962280897,0.15372517456988796,0.0,0.14612472626313927,0.15372517456988796,0.0,0.25942698015752963,0.15372517456988796,0.0,0.11382413845649408,0.15372517456988796,0.0,0.24887130292417206,0.15372517456988796,0.0,0.26477322741654297,0.5,0.15372517456988796,0.0,0.10274871762158704,0.0,0.08259338906001278,0.6316109520418295 -45,0.5,0.15372517456988796,0.0,0.06224110507262727,0.15372517456988796,0.0,0.11384500966028767,0.15372517456988796,0.0,0.1331637338373054,0.15372517456988796,0.0,0.19414036902778853,0.15372517456988796,0.0,0.3275092487027877,0.15372517456988796,0.0,0.23216041966071443,0.15372517456988796,0.0,0.20516159829190597,0.15372517456988796,0.0,0.1052970634294107,0.5,0.15372517456988796,0.0,0.099049755359167,0.15372517456988796,0.0,0.021500739281141927,0.5,0.15372517456988796,0.0,0.20056439490719288,0.15372517456988796,0.0,0.06186938526888036,0.15372517456988796,0.0,0.16280074516781043,0.15372517456988796,0.0,0.2665061207798796,0.15372517456988796,0.0,0.1476212800661294,0.15372517456988796,0.0,0.2137176601920449,0.15372517456988796,0.0,0.17243810432669188,0.5,0.15372517456988796,0.0,0.05846093511971378,0.0,0.049970213741462356,0.5059638732935805 -46,0.5,0.15372517456988796,0.0,0.060689267379282555,0.15372517456988796,0.0,0.1264822110320416,0.15372517456988796,0.0,0.10534718847685076,0.15372517456988796,0.0,0.16672562803512528,0.15372517456988796,0.0,0.24734080671458486,0.15372517456988796,0.0,0.21792635416035328,0.15372517456988796,0.0,0.15801418279005144,0.15372517456988796,0.0,0.0944408922131373,0.5,0.15372517456988796,0.0,0.10181843403389165,0.15372517456988796,0.0,0.013751675045578273,0.5,0.15372517456988796,0.0,0.13307506992040452,0.15372517456988796,0.0,0.07197886027062594,0.15372517456988796,0.0,0.17167491264164852,0.15372517456988796,0.0,0.24515331331216653,0.15372517456988796,0.0,0.152372638464963,0.15372517456988796,0.0,0.12625674316388302,0.15372517456988796,0.0,0.11806981700019917,0.5,0.15372517456988796,0.0,0.03546119513249529,0.0,0.034485816196318436,0.5624408091983611 -47,0.5,0.15372517456988796,0.0,0.05858961046617798,0.15372517456988796,0.0,0.12345835737057274,0.15372517456988796,0.0,0.09520974829631146,0.15372517456988796,0.0,0.13087217658382147,0.15372517456988796,0.0,0.23981751941801036,0.15372517456988796,0.0,0.23128512155849806,0.15372517456988796,0.0,0.18729619556351312,0.15372517456988796,0.0,0.09500524275652748,0.5,0.15372517456988796,0.0,0.08807151371345204,0.15372517456988796,0.0,0.014657355590290353,0.5,0.15372517456988796,0.0,0.08957139594936336,0.15372517456988796,0.0,0.0789175551577711,0.15372517456988796,0.0,0.16068487507810586,0.15372517456988796,0.0,0.21311831685468038,0.15372517456988796,0.0,0.13309820003542885,0.15372517456988796,0.0,0.10100083145319673,0.15372517456988796,0.0,0.09987598366736668,0.5,0.15372517456988796,0.0,0.0324614978049601,0.0,0.02818249978843318,0.7837132772538747 -48,0.5,0.15372517456988796,0.0,0.06040529456923146,0.15372517456988796,0.0,0.09112269121473203,0.15372517456988796,0.0,0.0953043018780153,0.15372517456988796,0.0,0.11032846674985686,0.15372517456988796,0.0,0.26244228286491394,0.15372517456988796,0.0,0.25187995893210946,0.15372517456988796,0.0,0.19835822324925903,0.15372517456988796,0.0,0.13227582332121288,0.5,0.15372517456988796,0.0,0.11218612426332733,0.15372517456988796,0.0,0.019377884210594526,0.5,0.15372517456988796,0.0,0.06985681332100681,0.15372517456988796,0.0,0.07427390907875521,0.15372517456988796,0.0,0.15193549115749233,0.15372517456988796,0.0,0.22828143059612976,0.15372517456988796,0.0,0.10944034775984347,0.15372517456988796,0.0,0.13220868992086712,0.15372517456988796,0.0,0.07769052473188609,0.5,0.15372517456988796,0.0,0.02856467286802777,0.0,0.03031386999896233,0.8120971778368193 -49,0.5,0.15372517456988796,0.0,0.0598884794136106,0.15372517456988796,0.0,0.11072488299116046,0.15372517456988796,0.0,0.10838584719932322,0.15372517456988796,0.0,0.10112612795730408,0.15372517456988796,0.0,0.2762358994304234,0.15372517456988796,0.0,0.308162799799262,0.15372517456988796,0.0,0.21420952340709856,0.15372517456988796,0.0,0.16317530069907268,0.5,0.15372517456988796,0.0,0.12690285096048726,0.15372517456988796,0.0,0.019514731148647702,0.5,0.15372517456988796,0.0,0.0898602484008353,0.15372517456988796,0.0,0.07008909693394841,0.15372517456988796,0.0,0.1806327756743039,0.15372517456988796,0.0,0.22664185650685653,0.15372517456988796,0.0,0.1360578104626935,0.15372517456988796,0.0,0.1332332215949645,0.15372517456988796,0.0,0.0682974828895448,0.5,0.15372517456988796,0.0,0.025410014897849026,0.0,0.04395938170340569,0.8824492916192991 -50,0.5,0.15372517456988796,0.0,0.06241066225893058,0.15372517456988796,0.0,0.09821689261863692,0.15372517456988796,0.0,0.11128636281918228,0.15372517456988796,0.0,0.11461499574025548,0.15372517456988796,0.0,0.3655745283966678,0.15372517456988796,0.0,0.3038977477694035,0.15372517456988796,0.0,0.22680767067898175,0.15372517456988796,0.0,0.20887396713170314,0.5,0.15372517456988796,0.0,0.12019930364724438,0.15372517456988796,0.0,0.016550145302865242,0.5,0.15372517456988796,0.0,0.08580222982095764,0.15372517456988796,0.0,0.07252423024770517,0.15372517456988796,0.0,0.16654488325693884,0.15372517456988796,0.0,0.2830414602744825,0.15372517456988796,0.0,0.13898346606587714,0.15372517456988796,0.0,0.1530421364886433,0.15372517456988796,0.0,0.06585471197276864,0.5,0.15372517456988796,0.0,0.02331044974166777,0.0,0.05533419227593789,0.9325740576466679 -51,0.5,0.15372517456988796,0.0,0.06682711160947513,0.15372517456988796,0.0,0.15322790865701882,0.15372517456988796,0.0,0.12343835850467828,0.15372517456988796,0.0,0.1226689508695782,0.15372517456988796,0.0,0.37188376095181,0.15372517456988796,0.0,0.37047719427449666,0.15372517456988796,0.0,0.22153265895781585,0.15372517456988796,0.0,0.28767075556860855,0.5,0.15372517456988796,0.0,0.12002819542689588,0.15372517456988796,0.0,0.015354941553078457,0.5,0.15372517456988796,0.0,0.07433995598297204,0.15372517456988796,0.0,0.08825945708576134,0.15372517456988796,0.0,0.20752176871400096,0.15372517456988796,0.0,0.3296338406812945,0.15372517456988796,0.0,0.1713699970884514,0.15372517456988796,0.0,0.1694030622113656,0.15372517456988796,0.0,0.05288193638123763,0.5,0.15372517456988796,0.0,0.022735799457541575,0.0,0.0843453362859924,0.9752301552540046 -52,0.5,0.15372517456988796,0.0,0.06943413518211601,0.15372517456988796,0.0,0.16247636649918393,0.15372517456988796,0.0,0.15564093056404488,0.15372517456988796,0.0,0.11979249988123865,0.15372517456988796,0.0,0.38469869960082614,0.15372517456988796,0.0,0.4878349254534601,0.15372517456988796,0.0,0.30890809797617913,0.15372517456988796,0.0,0.3683403221268584,0.5,0.15372517456988796,0.0,0.10932715935554875,0.15372517456988796,0.0,0.030138400021831397,0.5,0.15372517456988796,0.0,0.0854643672527829,0.15372517456988796,0.0,0.10109033541958536,0.15372517456988796,0.0,0.2203124646923314,0.15372517456988796,0.0,0.366640899505573,0.15372517456988796,0.0,0.1788432823275657,0.15372517456988796,0.0,0.18573944532724446,0.15372517456988796,0.0,0.055302511808389146,0.5,0.15372517456988796,0.0,0.02104468738069337,0.0,0.08814018042792193,0.9908284730284571 -53,0.5,0.15372517456988796,0.0,0.07503370272766177,0.15372517456988796,0.0,0.17600849128556156,0.15372517456988796,0.0,0.12416957695552847,0.15372517456988796,0.0,0.12960729816749236,0.15372517456988796,0.0,0.4699248087021896,0.15372517456988796,0.0,0.6191758185273359,0.15372517456988796,0.0,0.41531279994165643,0.15372517456988796,0.0,0.41877439181658,0.5,0.15372517456988796,0.0,0.11796158261136827,0.15372517456988796,0.0,0.04608673575910016,0.5,0.15372517456988796,0.0,0.07722123645204369,0.15372517456988796,0.0,0.10485001164315604,0.15372517456988796,0.0,0.2611586128373403,0.15372517456988796,0.0,0.42234984375024187,0.15372517456988796,0.0,0.1751575369816546,0.15372517456988796,0.0,0.2339062615346309,0.15372517456988796,0.0,0.059768737359729415,0.5,0.15372517456988796,0.0,0.029407018403947067,0.0,0.10002831401056589,1.0058251118683772 -54,0.5,0.15372517456988796,0.0,0.07977844942715659,0.15372517456988796,0.0,0.17590130407020574,0.15372517456988796,0.0,0.1228302078661152,0.15372517456988796,0.0,0.11357950468556165,0.15372517456988796,0.0,0.5780928283501847,0.15372517456988796,0.0,0.7577968865499138,0.15372517456988796,0.0,0.5522726165031335,0.15372517456988796,0.0,0.4774233413157939,0.5,0.15372517456988796,0.0,0.16888495510404863,0.15372517456988796,0.0,0.05415227038633477,0.5,0.15372517456988796,0.0,0.10344906926442113,0.15372517456988796,0.0,0.12675694071639346,0.15372517456988796,0.0,0.29064059890058414,0.15372517456988796,0.0,0.45799154055103014,0.15372517456988796,0.0,0.21160861234953587,0.15372517456988796,0.0,0.2940616975274385,0.15372517456988796,0.0,0.07131480209103651,0.5,0.15372517456988796,0.0,0.039539925966697906,0.0,0.15188594160025753,1.0068343740242525 -55,0.5,0.15372517456988796,0.0,0.08484872743558709,0.15372517456988796,0.0,0.17481839354100215,0.15372517456988796,0.0,0.13396100585184614,0.15372517456988796,0.0,0.09602382458854823,0.15372517456988796,0.0,0.7047320781356586,0.15372517456988796,0.0,0.7955071404907885,0.15372517456988796,0.0,0.6674850909856206,0.15372517456988796,0.0,0.5437278171992466,0.5,0.15372517456988796,0.0,0.23461230290224053,0.15372517456988796,0.0,0.057685521517844895,0.5,0.15372517456988796,0.0,0.12695611043760993,0.15372517456988796,0.0,0.13909836443883,0.15372517456988796,0.0,0.3121386214188323,0.15372517456988796,0.0,0.5265720034245961,0.15372517456988796,0.0,0.29352364854148927,0.15372517456988796,0.0,0.2909677629295328,0.15372517456988796,0.0,0.08287237347389183,0.5,0.15372517456988796,0.0,0.040488175084114446,0.0,0.16453255825624183,1.007963473539398 -56,0.5,0.15372517456988796,0.0,0.09538147193416319,0.15372517456988796,0.0,0.2490131454610389,0.15372517456988796,0.0,0.14011897114650013,0.15372517456988796,0.0,0.09507706072073616,0.15372517456988796,0.0,0.7702443487529227,0.15372517456988796,0.0,0.7714869299352336,0.15372517456988796,0.0,0.7361779955902854,0.15372517456988796,0.0,0.559111894257619,0.5,0.15372517456988796,0.0,0.300708466276441,0.15372517456988796,0.0,0.060256758089689694,0.5,0.15372517456988796,0.0,0.14851276214280765,0.15372517456988796,0.0,0.15151029410854772,0.15372517456988796,0.0,0.35407491128024016,0.15372517456988796,0.0,0.6131775617405895,0.15372517456988796,0.0,0.3675081604151932,0.15372517456988796,0.0,0.32375716178420355,0.15372517456988796,0.0,0.09511849609739965,0.5,0.15372517456988796,0.0,0.04225328683579209,0.0,0.17649355843623624,1.0086664057392043 -57,0.5,0.15372517456988796,2.32879214434582e-05,0.11432604806756923,0.15372517456988796,0.0,0.36731846101996013,0.15372517456988796,4.7607794891654154e-05,0.15858658420786842,0.15372517456988796,0.0016391931917353112,0.10116087340461294,0.15372517456988796,0.0,0.7758720251116582,0.15372517456988796,0.0,0.7234757967257548,0.15372517456988796,0.0,0.7761952824591497,0.15372517456988796,0.0,0.5045363420451296,0.5,0.15372517456988796,0.0,0.35055405592760014,0.15372517456988796,0.0027410477613350305,0.07707225894765658,0.5,0.15372517456988796,0.0,0.1806729349479715,0.15372517456988796,0.0006860672220088723,0.16268556311035332,0.15372517456988796,0.0,0.4566940214552416,0.15372517456988796,0.0,0.6708775796550652,0.15372517456988796,0.0,0.4096797347415416,0.15372517456988796,0.0,0.3903624877534324,0.15372517456988796,0.0010222383707635583,0.11660408741747107,0.5,0.15372517456988796,0.004985151972670632,0.04417767348032912,0.0,0.14612939422815888,1.009129670431716 -58,0.5,0.15372517456988796,0.04511728446508261,0.14031421729162913,0.15372517456988796,0.013768756353925134,0.450344021619933,0.15372517456988796,0.04341861381786226,0.17516349042906068,0.15372517456988796,0.09581633966959403,0.1079377605721852,0.15372517456988796,0.0016647841921956274,0.8034954354783466,0.15372517456988796,0.0007867422638403379,0.6305331305942953,0.15372517456988796,0.005714484285158244,0.7994341795360222,0.15372517456988796,0.005403521423701655,0.43847734437990515,0.5,0.15372517456988796,0.010016956561731618,0.3585350735641874,0.15372517456988796,0.08027849375957408,0.09083414344838366,0.5,0.15372517456988796,0.023944791302441645,0.19448334888969102,0.15372517456988796,0.03524058975515316,0.16064601591436053,0.15372517456988796,0.008733233200339936,0.5642749495054654,0.15372517456988796,0.0030722668490396955,0.70501497043947,0.15372517456988796,0.013949633948998215,0.43601966981047663,0.15372517456988796,0.018676646163949776,0.4231760617974336,0.15372517456988796,0.0486820200188593,0.14020400447547182,0.5,0.15372517456988796,0.08536589127347989,0.053123129342675546,0.0,0.18376454085689592,1.009444955713372 -59,0.5,0.15372517456988796,0.13509990890710513,0.16497349956836344,0.15372517456988796,0.038399755780468496,0.5147037936679939,0.15372517456988796,0.08671358094625235,0.2073107388059077,0.15372517456988796,0.20830745691084424,0.1208152580050276,0.15372517456988796,0.0041735105189747755,0.7773684956164619,0.15372517456988796,0.004120152097942709,0.47613901064232295,0.15372517456988796,0.012883773363695028,0.8071918328758008,0.15372517456988796,0.00958643141068846,0.369684799423147,0.5,0.15372517456988796,0.008853990870784352,0.38157003566545583,0.15372517456988796,0.08915540842045389,0.0823593511696609,0.5,0.15372517456988796,0.039086264434438835,0.23173019932355304,0.15372517456988796,0.05048449098142914,0.27836941977008595,0.15372517456988796,0.03288846794260462,0.6545472102480517,0.15372517456988796,0.007922265249257252,0.7181631927404206,0.15372517456988796,0.03539463267759701,0.4823879895146788,0.15372517456988796,0.05531413748647295,0.47744474175261,0.15372517456988796,0.10095707159329732,0.15508049567486754,0.5,0.15372517456988796,0.16093684078428902,0.05297019746262273,0.0,0.22921346013622934,1.0088973598310154 -60,0.5,0.15372517456988796,0.20170732816834014,0.20216303586687984,0.15372517456988796,0.04531048348628601,0.5425087605249768,0.15372517456988796,0.08718388206181867,0.25156407048726925,0.15372517456988796,0.27423723832322755,0.1389175546959665,0.15372517456988796,0.009220974342928175,0.6629401885081015,0.15372517456988796,0.00844933610097779,0.4200505282956063,0.15372517456988796,0.014488238738424163,0.6747845501803748,0.15372517456988796,0.01206148320870384,0.3195437678535614,0.5,0.15372517456988796,0.0052648602167320695,0.4878902015125423,0.15372517456988796,0.11256404942346959,0.07099940362542345,0.5,0.15372517456988796,0.017341699855385573,0.3388221282819405,0.15372517456988796,0.05788497709804549,0.34920119894013835,0.15372517456988796,0.02491868484320357,0.6783340107972455,0.15372517456988796,0.010311025293771918,0.6768017370118093,0.15372517456988796,0.04016197563033266,0.49754198764035773,0.15372517456988796,0.05013128244863314,0.5188188337133667,0.15372517456988796,0.10125224761420981,0.18331855799507646,0.5,0.15372517456988796,0.20244284318222733,0.044509856976316355,0.0,0.33193086126551896,0.9867001318390594 -61,0.5,0.15372517456988796,0.20413058540952084,0.2400798842792267,0.15372517456988796,0.041849578325704226,0.5879068605772854,0.15372517456988796,0.08329811597142828,0.3098821206192351,0.15372517456988796,0.2546061054440255,0.16466674170500115,0.15372517456988796,0.014239145928144082,0.5772194081088087,0.15372517456988796,0.012345353724894216,0.5085197884536606,0.15372517456988796,0.011951183899961134,0.5626364619246762,0.15372517456988796,0.015364382290913844,0.348886829233777,0.5,0.15372517456988796,0.005996885912340421,0.5526782495554609,0.15372517456988796,0.08596012598542815,0.07872473482859615,0.5,0.15372517456988796,0.012088784348355305,0.5661387085747498,0.15372517456988796,0.04946951106936744,0.3923399807104373,0.15372517456988796,0.01750581918216181,0.6867729702688605,0.15372517456988796,0.014468487927224761,0.570454137582713,0.15372517456988796,0.040720890793647824,0.4974476671185579,0.15372517456988796,0.028374702359678917,0.624768510201813,0.15372517456988796,0.07664612543571936,0.246886538822129,0.5,0.15372517456988796,0.22252197667548515,0.02491134212209884,0.0,0.4452956879472078,0.9626956993636152 -62,0.5,0.15372517456988796,0.14458065215679738,0.2788047254064945,0.15372517456988796,0.026501111091865703,0.5271937256238848,0.15372517456988796,0.05707087115919636,0.4155454280436203,0.15372517456988796,0.17891697264422118,0.17864597692694714,0.15372517456988796,0.028563354189186478,0.6671135628902146,0.15372517456988796,0.031745363549028516,0.6058991676222658,0.15372517456988796,0.007100173724489732,0.5401689119891008,0.15372517456988796,0.01958404878765972,0.3307044566144646,0.5,0.15372517456988796,0.01394609585455898,0.5635915349143396,0.15372517456988796,0.09214796207527215,0.07779605174877058,0.5,0.15372517456988796,0.0036570854470313035,0.6850215114240189,0.15372517456988796,0.03476158807833397,0.5039005624472185,0.15372517456988796,0.010423186922475597,0.6236668234520255,0.15372517456988796,0.02624856569257845,0.5575623955426248,0.15372517456988796,0.024338665036886815,0.49577101131691903,0.15372517456988796,0.010652369575103066,0.6656893240821545,0.15372517456988796,0.054506588722986096,0.348310540768234,0.5,0.15372517456988796,0.1738189821007379,0.0528028942719852,0.0,0.540173659155649,1.0053511103508892 -63,0.5,0.15372517456988796,0.053659849056445275,0.3065510141465157,0.15372517456988796,0.005062183698890633,0.34870815358211243,0.15372517456988796,0.02210353290453422,0.49932395025159904,0.15372517456988796,0.05853107883008557,0.21517955253563573,0.15372517456988796,0.030382919846154786,0.7263806415017349,0.15372517456988796,0.07966859915282956,0.6164411325571912,0.15372517456988796,0.005736577382473056,0.5461607161820654,0.15372517456988796,0.07146872324020156,0.4158397062111059,0.5,0.15372517456988796,0.02608203566360108,0.5540076860483447,0.15372517456988796,0.0612931542240491,0.12726250593925983,0.5,0.15372517456988796,0.009035127790737361,0.7125340136015536,0.15372517456988796,0.02041938263184264,0.42882514767955027,0.15372517456988796,0.0038137417554268203,0.5196959792764073,0.15372517456988796,0.022866688895777545,0.6027179402511278,0.15372517456988796,0.0071995466447721135,0.5119346178728938,0.15372517456988796,0.0030759014480678365,0.5628238903375521,0.15372517456988796,0.019113445607387404,0.49229811634548337,0.5,0.15372517456988796,0.09204626157853013,0.028691894683189383,0.0,0.5894806991178836,1.009135121265319 -64,0.5,0.15372517456988796,1.724145923758274e-05,0.3363708929602534,0.15372517456988796,2.5495699280637534e-05,0.3120513784821034,0.15372517456988796,0.0008668317037455399,0.5019925446305042,0.15372517456988796,0.0,0.2737479085192631,0.15372517456988796,0.033295689094184,0.6794048082882841,0.15372517456988796,0.06952607865745394,0.6508958468204602,0.15372517456988796,0.021661313420387615,0.4776822928488664,0.15372517456988796,0.06145073061889843,0.5111793843932916,0.5,0.15372517456988796,0.027829504040458072,0.5670571586092615,0.15372517456988796,0.02100284480839016,0.15986351585478628,0.5,0.15372517456988796,0.007211178649474348,0.5357814780799669,0.15372517456988796,0.006746014557684241,0.3042253682480188,0.15372517456988796,0.0003729865754364319,0.49334193062281245,0.15372517456988796,0.0016889227791149106,0.6337458942146488,0.15372517456988796,0.0004910435706684302,0.4638143796684224,0.15372517456988796,0.002605279812905888,0.4458037275014676,0.15372517456988796,0.0033529354645509928,0.47294690648604176,0.5,0.15372517456988796,0.023551558610050205,0.08681011240111283,0.0,0.6510633105039156,1.0094304211825724 -65,0.5,0.15372517456988796,0.0,0.3590829271050646,0.15372517456988796,0.0,0.300203180680735,0.15372517456988796,0.0,0.6038897982976421,0.15372517456988796,0.0,0.3271353752906646,0.15372517456988796,0.0,0.6646362191032631,0.15372517456988796,0.0,0.7390487880578643,0.15372517456988796,0.0,0.4918949371548814,0.15372517456988796,0.0,0.5616908852888682,0.5,0.15372517456988796,0.0,0.6085555434019727,0.15372517456988796,0.0,0.14931962992711015,0.5,0.15372517456988796,0.0,0.3551740149333999,0.15372517456988796,1.7354350893657528e-05,0.2720477568933401,0.15372517456988796,0.0,0.5249333660364253,0.15372517456988796,0.0,0.6432538462191759,0.15372517456988796,0.0,0.4263177736458631,0.15372517456988796,0.0,0.4443487715415057,0.15372517456988796,0.0,0.3798313757729361,0.5,0.15372517456988796,0.0,0.12215593041221184,0.0,0.6412238412586325,1.0084403897736498 -66,0.5,0.15372517456988796,0.0,0.36393092079413547,0.15372517456988796,0.0,0.3897617823331708,0.15372517456988796,0.0,0.5401302823743824,0.15372517456988796,0.0,0.4304182236323884,0.15372517456988796,0.0,0.7460932879598894,0.15372517456988796,0.0,0.8074071842140251,0.15372517456988796,0.0,0.6613703670769568,0.15372517456988796,0.0,0.5973477733878736,0.5,0.15372517456988796,0.0,0.6677250697648847,0.15372517456988796,0.0,0.1413047998518169,0.5,0.15372517456988796,0.0,0.27629256270760866,0.15372517456988796,0.0,0.2393472978381523,0.15372517456988796,0.0,0.6395016550268939,0.15372517456988796,0.0,0.6717645617409753,0.15372517456988796,0.0,0.4012767021419874,0.15372517456988796,0.0,0.4952099373913389,0.15372517456988796,0.0,0.3065114074591997,0.5,0.15372517456988796,0.0,0.08469113729155867,0.0,0.563047539858665,1.0090117307284971 -67,0.5,0.15372517456988796,0.0,0.3279106384658731,0.15372517456988796,0.0,0.4837966270399746,0.15372517456988796,0.0,0.4902747617614466,0.15372517456988796,0.0,0.4610313174736826,0.15372517456988796,0.0,0.8523966092170963,0.15372517456988796,0.0,0.9471482007044505,0.15372517456988796,0.0,0.8147892930114007,0.15372517456988796,0.0,0.7085035275106666,0.5,0.15372517456988796,0.0,0.7161468462964191,0.15372517456988796,0.0,0.10412895083815406,0.5,0.15372517456988796,0.0,0.4313179781081732,0.15372517456988796,0.0,0.17358501636762558,0.15372517456988796,0.0,0.742446914561714,0.15372517456988796,0.0,0.7050741243694587,0.15372517456988796,0.0,0.4550586403211918,0.15372517456988796,0.0,0.6530894833492359,0.15372517456988796,0.0,0.31913226117110666,0.5,0.15372517456988796,0.0,0.07795342380934911,0.0,0.45764120709902917,1.0095334398321354 -68,0.5,0.15372517456988796,0.0,0.28905050940475147,0.15372517456988796,0.0,0.44215316649363295,0.15372517456988796,0.0,0.461448096904183,0.15372517456988796,0.0,0.4717350758075181,0.15372517456988796,0.0,0.9828822412435564,0.15372517456988796,0.0,0.9380741411605381,0.15372517456988796,0.0,0.9139223071592504,0.15372517456988796,0.0,0.7307700589299456,0.5,0.15372517456988796,0.0,0.7221782012608785,0.15372517456988796,0.0,0.07024699284455099,0.5,0.15372517456988796,0.0,0.4700898033700772,0.15372517456988796,0.0,0.11614785903566485,0.15372517456988796,0.0,0.7116319535744038,0.15372517456988796,0.0,0.798430361945254,0.15372517456988796,0.0,0.5417648186454795,0.15372517456988796,0.0,0.7872304684329495,0.15372517456988796,0.0,0.3580393688483702,0.5,0.15372517456988796,0.0,0.08965672010275216,0.0,0.36365470826188523,1.0112037996865357 -69,0.5,0.15372517456988796,0.0,0.2708893743521088,0.15372517456988796,0.0,0.540665209257986,0.15372517456988796,0.0,0.5301176151408405,0.15372517456988796,0.0,0.4696029016625787,0.15372517456988796,0.0,1.0040108000454937,0.15372517456988796,0.0,0.9789655175868871,0.15372517456988796,0.0,0.8404986470618462,0.15372517456988796,0.0,0.7625019046091952,0.5,0.15372517456988796,0.0,0.6619429937770154,0.15372517456988796,0.0,0.04802816313420166,0.5,0.15372517456988796,0.0,0.3433566373933657,0.15372517456988796,0.0,0.0993102325476903,0.15372517456988796,0.0,0.7471981863962339,0.15372517456988796,0.0,0.9097434462479717,0.15372517456988796,0.0,0.721410620875008,0.15372517456988796,0.0,0.7784900123879431,0.15372517456988796,0.0,0.2631286361754457,0.5,0.15372517456988796,0.0,0.07240452754297438,0.0,0.356130096506561,1.0111573016154327 -70,0.5,0.15372517456988796,0.0,0.3069765062942771,0.15372517456988796,0.0,0.8675648849714045,0.15372517456988796,0.0,0.6141635817902811,0.15372517456988796,0.0,0.4427492445479324,0.15372517456988796,0.0,0.986146168815875,0.15372517456988796,0.0,0.9835449942828756,0.15372517456988796,0.0,0.8898309298415596,0.15372517456988796,0.0,0.7831948329711031,0.5,0.15372517456988796,0.0,0.6267744086199457,0.15372517456988796,0.0,0.03671676341585512,0.5,0.15372517456988796,0.0,0.3306421977612031,0.15372517456988796,0.0,0.10938867048341573,0.15372517456988796,0.0,0.860993850010479,0.15372517456988796,0.0,0.9484354860845352,0.15372517456988796,0.0,0.8266729182257837,0.15372517456988796,0.0,0.7660947548212491,0.15372517456988796,0.0,0.25875509519573275,0.5,0.15372517456988796,0.0,0.05411296601345817,0.0,0.4053981943281143,1.0112332134208946 -71,0.5,0.15372517456988796,0.0,0.4097280103010192,0.15372517456988796,0.0,1.0008541747906,0.15372517456988796,0.0,0.5917407663778941,0.15372517456988796,0.0,0.3923031008688782,0.15372517456988796,0.0,1.006546879179683,0.15372517456988796,0.0,1.0098844959739006,0.15372517456988796,0.0,0.9699727327124269,0.15372517456988796,0.0,0.8484602093918576,0.5,0.15372517456988796,0.0,0.6281799329763826,0.15372517456988796,0.0,0.028489646431380043,0.5,0.15372517456988796,0.0,0.34268402835534006,0.15372517456988796,0.0,0.1095500063471497,0.15372517456988796,0.0,0.9339929390840047,0.15372517456988796,0.0,0.9597494417400674,0.15372517456988796,0.0,0.779554697000272,0.15372517456988796,0.0,0.6353259889032564,0.15372517456988796,0.0,0.27482184935659615,0.5,0.15372517456988796,0.0,0.05227657739876673,0.0,0.486314531578555,1.0111490517281494 -72,0.5,0.15372517456988796,0.0,0.545651647469795,0.15372517456988796,0.0,0.9522549183956788,0.15372517456988796,0.0,0.5310273671282997,0.15372517456988796,0.0,0.35293267189289546,0.15372517456988796,0.0,1.0204304657193264,0.15372517456988796,0.0,1.000738822264549,0.15372517456988796,0.0,0.9783937044582174,0.15372517456988796,0.0,0.782509232898001,0.5,0.15372517456988796,0.0,0.596478721874865,0.15372517456988796,0.0,0.03430331809595254,0.5,0.15372517456988796,0.0,0.3353706397756534,0.15372517456988796,0.0,0.10667070411081483,0.15372517456988796,0.0,0.9793224915435726,0.15372517456988796,0.0,0.9524046955009132,0.15372517456988796,0.0,0.766941500160729,0.15372517456988796,0.0,0.7177721187962561,0.15372517456988796,0.0,0.2519121775212475,0.5,0.15372517456988796,0.0,0.04435267262087883,0.0,0.5630921671461212,1.0112456377788983 -73,0.5,0.15372517456988796,0.0,0.5824203075186519,0.15372517456988796,0.0,0.8976876549582161,0.15372517456988796,0.0,0.4583551752249755,0.15372517456988796,0.0,0.3385983537093691,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9596586678884382,0.15372517456988796,0.0,0.9549662538426015,0.15372517456988796,0.0,0.6525525819366893,0.5,0.15372517456988796,0.0,0.44593801125714755,0.15372517456988796,0.0,0.0574524023965935,0.5,0.15372517456988796,0.0,0.2417944629841508,0.15372517456988796,0.0,0.06666533444212794,0.15372517456988796,0.0,0.9616277732174017,0.15372517456988796,0.0,0.9749314336369805,0.15372517456988796,0.0,0.8406376683543109,0.15372517456988796,0.0,0.7081595881874012,0.15372517456988796,0.0,0.23928461066339074,0.5,0.15372517456988796,0.0,0.03953778051653256,0.0,0.9296356015173604,1.0114391641388607 -74,0.5,0.15372517456988796,0.0,0.5698562078279622,0.15372517456988796,0.0,0.9799141740092884,0.15372517456988796,0.0,0.5043360275809645,0.15372517456988796,0.0,0.3416804791809762,0.15372517456988796,0.0,1.021425619413179,0.15372517456988796,0.0,0.8712834559157828,0.15372517456988796,0.0,0.9366831731065294,0.15372517456988796,0.0,0.45233051227643195,0.5,0.15372517456988796,0.0,0.24276640640467742,0.15372517456988796,0.0,0.0606897362168817,0.5,0.15372517456988796,0.0,0.16943400151772653,0.15372517456988796,0.0,0.0454629051673041,0.15372517456988796,0.0,0.9713841946168931,0.15372517456988796,0.0,0.9971313415987761,0.15372517456988796,0.0,0.9554880287210412,0.15372517456988796,0.0,0.6461954055813158,0.15372517456988796,0.0,0.18869232202447023,0.5,0.15372517456988796,0.0,0.03799693959539496,0.0,0.935707864089685,1.0114320087020665 -75,0.5,0.15372517456988796,0.0,0.5645057321747223,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.5452639777956572,0.15372517456988796,0.0,0.31235212091843106,0.15372517456988796,0.0,0.9930732191308893,0.15372517456988796,0.0,0.7590199782542473,0.15372517456988796,0.0,0.8378635824140372,0.15372517456988796,0.0,0.26227036515496194,0.5,0.15372517456988796,0.0,0.1244568506876739,0.15372517456988796,0.0,0.03656508515655023,0.5,0.15372517456988796,0.0,0.09200737441144806,0.15372517456988796,0.0,0.03226570174783176,0.15372517456988796,0.0,0.9990482555283453,0.15372517456988796,0.0,0.9772916212422373,0.15372517456988796,0.0,0.9593328740843686,0.15372517456988796,0.0,0.5550079845342594,0.15372517456988796,0.0,0.12083082560760963,0.5,0.15372517456988796,0.0,0.02597499794622226,0.0,0.9033864390564038,1.0107965206853888 -76,0.5,0.15372517456988796,0.0,0.5933893030900963,0.15372517456988796,0.0,0.9264515929107088,0.15372517456988796,0.0,0.4364006245667649,0.15372517456988796,0.0,0.27351843849130186,0.15372517456988796,0.0,0.9295609151210227,0.15372517456988796,0.0,0.5542834300093009,0.15372517456988796,0.0,0.6162019585901204,0.15372517456988796,0.0,0.1716321686894351,0.5,0.15372517456988796,0.0,0.07486377932724164,0.15372517456988796,0.0,0.019907786994214447,0.5,0.15372517456988796,0.0,0.028639023734740587,0.15372517456988796,0.0,0.028270196327149492,0.15372517456988796,0.0,0.971940098067627,0.15372517456988796,0.0,0.9325707067035904,0.15372517456988796,0.0,0.8541529746610597,0.15372517456988796,0.0,0.3230128129268502,0.15372517456988796,0.0,0.07705681363817492,0.5,0.15372517456988796,0.0,0.012351964878291231,0.0,1.0014536317164378,1.0103336620219157 -77,0.5,0.15372517456988796,0.0,0.6389797876020737,0.15372517456988796,0.0,0.9476406716147604,0.15372517456988796,0.0,0.26454961768467106,0.15372517456988796,0.0,0.23504368658099134,0.15372517456988796,0.0,0.7867232606454663,0.15372517456988796,0.0,0.3569002316687413,0.15372517456988796,0.0,0.3543643005125535,0.15372517456988796,0.0,0.17304368725469732,0.5,0.15372517456988796,0.0,0.04610845658663377,0.15372517456988796,0.0,0.014170637651196008,0.5,0.15372517456988796,0.0,0.006919670296567392,0.15372517456988796,0.0,0.031558439251895644,0.15372517456988796,0.0,0.9349144648678109,0.15372517456988796,0.0,0.881036787911502,0.15372517456988796,0.0,0.660086800939796,0.15372517456988796,0.0,0.15162892054220534,0.15372517456988796,0.0,0.04120387369016656,0.5,0.15372517456988796,0.0,0.009850857324356373,0.0,1.0034592203683346,1.0101598851142395 -78,0.5,0.15372517456988796,0.0,0.6264333989063807,0.15372517456988796,0.0,0.7570671059635531,0.15372517456988796,0.0,0.12731240992901205,0.15372517456988796,0.0,0.1711232222338465,0.15372517456988796,0.0,0.5061512141785598,0.15372517456988796,0.0,0.3081896690347623,0.15372517456988796,0.0,0.21638474922537845,0.15372517456988796,0.0,0.16501617743268585,0.5,0.15372517456988796,0.0,0.03423110389715618,0.15372517456988796,0.0,0.023486133814655856,0.5,0.15372517456988796,0.0,0.023298094546312008,0.15372517456988796,0.0,0.03372081970213517,0.15372517456988796,0.0,0.9051604270538463,0.15372517456988796,0.0,0.7753670906675497,0.15372517456988796,0.0,0.4265017506364099,0.15372517456988796,0.0,0.111705647484557,0.15372517456988796,0.0,0.02735559454468058,0.5,0.15372517456988796,0.0,0.013364195104257506,0.0,0.9847756913393799,1.008009370910264 -79,0.5,0.15372517456988796,0.0,0.5237476133183223,0.15372517456988796,0.0,0.5608588509916507,0.15372517456988796,0.0,0.09030175656725556,0.15372517456988796,0.0,0.11387391655834833,0.15372517456988796,0.0,0.3277790123295262,0.15372517456988796,0.0,0.34771679612372447,0.15372517456988796,0.0,0.2884080892288738,0.15372517456988796,0.0,0.13177007736929258,0.5,0.15372517456988796,0.0,0.03682971106281311,0.15372517456988796,0.0,0.02922097386133784,0.5,0.15372517456988796,0.0,0.04475696887274865,0.15372517456988796,0.0,0.033452079221260096,0.15372517456988796,0.0,0.8613078071089227,0.15372517456988796,0.0,0.5501491514628652,0.15372517456988796,0.0,0.26336411960867995,0.15372517456988796,0.0,0.11438574542956935,0.15372517456988796,0.0,0.03518660043051944,0.5,0.15372517456988796,0.0,0.02564288289405463,0.0,0.9827060345814546,0.9672199466014988 -80,0.5,0.15372517456988796,0.0,0.3815053271250099,0.15372517456988796,0.0,0.3539027265097084,0.15372517456988796,0.0,0.07302206044559748,0.15372517456988796,0.0,0.0773924028320501,0.15372517456988796,0.0,0.32881417085591963,0.15372517456988796,0.0,0.288405275328741,0.15372517456988796,0.0,0.27169049811007795,0.15372517456988796,0.0,0.1357978714671226,0.5,0.15372517456988796,0.0,0.04633695598137008,0.15372517456988796,0.0,0.03446215729080397,0.5,0.15372517456988796,0.0,0.04716556398643335,0.15372517456988796,0.0,0.03216401695742837,0.15372517456988796,0.0,0.7153749784241497,0.15372517456988796,0.0,0.3823390776322807,0.15372517456988796,0.0,0.21706480415047552,0.15372517456988796,0.0,0.08010615324552216,0.15372517456988796,0.0,0.04171362074801733,0.5,0.15372517456988796,0.0,0.04086818216324764,0.0,0.9457185674821447,0.9360440583470014 -81,0.5,0.15372517456988796,2.9592892078608267e-05,0.27733104940276226,0.15372517456988796,0.0,0.2462769921528786,0.15372517456988796,4.560954870377005e-05,0.040252114016185926,0.15372517456988796,0.001094046819712748,0.053687546011346295,0.15372517456988796,0.0,0.3085820115786657,0.15372517456988796,0.0,0.250887126771308,0.15372517456988796,0.0,0.18061323542218322,0.15372517456988796,0.0,0.2219668122423669,0.5,0.15372517456988796,0.0,0.056805044498610804,0.15372517456988796,0.001104674114195557,0.040646748514956976,0.5,0.15372517456988796,0.0,0.04701018239407713,0.15372517456988796,0.00040524387560784205,0.046072277484639754,0.15372517456988796,0.0,0.514651490642156,0.15372517456988796,0.0,0.3735299630486552,0.15372517456988796,0.0,0.22588098499368942,0.15372517456988796,0.0,0.06551282045782865,0.15372517456988796,0.000598525166492623,0.036455773965071145,0.5,0.15372517456988796,0.0026585063011882576,0.050626161898009496,0.0,0.879690559710301,0.9613973787398499 -82,0.5,0.15372517456988796,0.06974425531405712,0.2117283122986144,0.15372517456988796,0.05092499975105973,0.27018621988487,0.15372517456988796,0.047523402973274356,0.03392714733286419,0.15372517456988796,0.065631506811523,0.03441700346059667,0.15372517456988796,0.026654542195346607,0.25317640128389085,0.15372517456988796,0.019426248101336405,0.3201539273243685,0.15372517456988796,0.03065447141768494,0.17934386678316241,0.15372517456988796,0.025889799548763238,0.31002347958156296,0.5,0.15372517456988796,0.028927058019466694,0.0743604148087383,0.15372517456988796,0.026609805773941543,0.05408299259796716,0.5,0.15372517456988796,0.02212413953419856,0.06316824162584984,0.15372517456988796,0.02808835253123285,0.06459893700300315,0.15372517456988796,0.024113832374621363,0.43953832480746213,0.15372517456988796,0.033565915259613215,0.37006958906847,0.15372517456988796,0.045702420150342135,0.1708762776907419,0.15372517456988796,0.037616252601976825,0.07338451251889501,0.15372517456988796,0.031328718982456004,0.03823033271103867,0.5,0.15372517456988796,0.03086530935624058,0.060460468202970075,0.0,0.6965386354484676,0.9439124676091495 -83,0.5,0.15372517456988796,0.18951487302593328,0.1929213096770473,0.15372517456988796,0.1972792939556876,0.2764462821796415,0.15372517456988796,0.11261233838219957,0.05315933631497839,0.15372517456988796,0.13227542838296036,0.04176372222668055,0.15372517456988796,0.09264382669889007,0.25990502911726754,0.15372517456988796,0.09881071300458123,0.4979175385292053,0.15372517456988796,0.09331000925646678,0.25080546907675033,0.15372517456988796,0.08983357395472531,0.40250721269818956,0.5,0.15372517456988796,0.07571030709964267,0.1830809476027545,0.15372517456988796,0.10622333991992966,0.07334829289483442,0.5,0.15372517456988796,0.05297265280863572,0.08520662902644316,0.15372517456988796,0.09629528479183307,0.12226778894967155,0.15372517456988796,0.1549744035772831,0.44662483975669426,0.15372517456988796,0.13278692232436828,0.3597653313815786,0.15372517456988796,0.1401502186260882,0.12388562407193894,0.15372517456988796,0.09956482575535384,0.1044800297052568,0.15372517456988796,0.06032164464908858,0.05676511402450847,0.5,0.15372517456988796,0.06873637588384962,0.11583369312527235,0.0,0.6174700282913523,0.9986165495979328 -84,0.5,0.15372517456988796,0.26700893464951253,0.18449948335418576,0.15372517456988796,0.2967010552054281,0.17147106269293005,0.15372517456988796,0.146183907832762,0.07802434996707981,0.15372517456988796,0.16271786764901308,0.06294420667168077,0.15372517456988796,0.18108565936467522,0.35573661852190464,0.15372517456988796,0.20036493709060305,0.610316733331443,0.15372517456988796,0.17002108317542414,0.46177817297417434,0.15372517456988796,0.149845531299715,0.5058662531275948,0.5,0.15372517456988796,0.09430393329681576,0.38958354131383377,0.15372517456988796,0.19098313866078356,0.09867207568365309,0.5,0.15372517456988796,0.09524783469057724,0.22297170257852028,0.15372517456988796,0.1523311428230939,0.2661316603068628,0.15372517456988796,0.2823319567031628,0.40978759285563504,0.15372517456988796,0.1987218037420743,0.36594677952889665,0.15372517456988796,0.18204334704335487,0.13118697913326718,0.15372517456988796,0.15516682552259622,0.1902392813759768,0.15372517456988796,0.08549977416375268,0.1223284887206999,0.5,0.15372517456988796,0.11357694341243907,0.24208394977412226,0.0,0.5910090011139366,1.0045462918124346 -85,0.5,0.15372517456988796,0.26485501635897835,0.1319135945141945,0.15372517456988796,0.27928058359392527,0.17564497901253415,0.15372517456988796,0.15165460310902018,0.08008845297825283,0.15372517456988796,0.1655926360354759,0.0874966622201673,0.15372517456988796,0.23614611297774957,0.47910436573414006,0.15372517456988796,0.23193023552068565,0.6192765295603417,0.15372517456988796,0.20577994180871562,0.5076887169694921,0.15372517456988796,0.14916004873158342,0.6132837952027279,0.5,0.15372517456988796,0.07501254678337153,0.4479983080520387,0.15372517456988796,0.1769785772437822,0.095073489808077,0.5,0.15372517456988796,0.14073110262154134,0.41175176134888825,0.15372517456988796,0.15301841565933824,0.34037763664624815,0.15372517456988796,0.30470005649516785,0.36280035603275607,0.15372517456988796,0.2393517572340047,0.411194292501307,0.15372517456988796,0.20190691232844457,0.20710509195447813,0.15372517456988796,0.16950024358962948,0.24101362097839046,0.15372517456988796,0.09413607628074946,0.25245322594893654,0.5,0.15372517456988796,0.14192539630399484,0.31756812315531946,0.0,0.5039320716495537,1.0054284439560133 -86,0.5,0.15372517456988796,0.20704015382794605,0.09874229879058215,0.15372517456988796,0.21253718519768236,0.2389290848046424,0.15372517456988796,0.12277219581377377,0.06673689764776493,0.15372517456988796,0.13678915941452363,0.11144318927574537,0.15372517456988796,0.21664162706665932,0.4796909546557347,0.15372517456988796,0.18644287306498897,0.5977624603219941,0.15372517456988796,0.1786045978128592,0.5259866670278363,0.15372517456988796,0.10541602509006176,0.6062750006788319,0.5,0.15372517456988796,0.05817209756485267,0.44834758663237556,0.15372517456988796,0.08738099576455623,0.0759426966009332,0.5,0.15372517456988796,0.11933308189663025,0.5336826714459406,0.15372517456988796,0.10500585429026228,0.3076716980133222,0.15372517456988796,0.2694271025925248,0.3299146122608245,0.15372517456988796,0.21390137601015485,0.48931814603442514,0.15372517456988796,0.16705644626433752,0.2505331366713716,0.15372517456988796,0.11972937261772254,0.1938557785924613,0.15372517456988796,0.10994770640671703,0.37211437105107337,0.5,0.15372517456988796,0.16270807952095484,0.32524085535700664,0.0,0.39153711243463335,1.0064770002166736 -87,0.5,0.15372517456988796,0.11587345923799842,0.10008213343539567,0.15372517456988796,0.12154222139632437,0.27372624052106864,0.15372517456988796,0.061006446855872046,0.08406454285718837,0.15372517456988796,0.06709213816333724,0.14535036708428212,0.15372517456988796,0.13901697278413658,0.46396557528634397,0.15372517456988796,0.1112141986712012,0.6564695467565713,0.15372517456988796,0.08599296091074864,0.45023990026078686,0.15372517456988796,0.046710909995741665,0.6472452455084364,0.5,0.15372517456988796,0.03788979697112346,0.48674210623300185,0.15372517456988796,0.05175188130255089,0.06762879114754908,0.5,0.15372517456988796,0.06578065660907179,0.2611400600330908,0.15372517456988796,0.05218287554723076,0.22264717635599052,0.15372517456988796,0.15490497279258936,0.3603370567989299,0.15372517456988796,0.1361311245752792,0.508060902227613,0.15372517456988796,0.08153547723317534,0.24370986000139788,0.15372517456988796,0.05581258199208193,0.1486390370941786,0.15372517456988796,0.07820978190280709,0.43345587349675696,0.5,0.15372517456988796,0.08595199783460929,0.33848401001503925,0.0,0.17430511351444078,1.0039531624594642 -88,0.5,0.15372517456988796,0.0,0.12441349339144153,0.15372517456988796,0.0,0.29957334231590754,0.15372517456988796,0.0032556129561565716,0.11258403043865257,0.15372517456988796,0.0,0.1774376180146122,0.15372517456988796,0.030525467148392972,0.4560186991198172,0.15372517456988796,0.026358778245021853,0.5490678061462896,0.15372517456988796,0.017848792682004164,0.39735434561365807,0.15372517456988796,0.014568084475477283,0.6566270256927236,0.5,0.15372517456988796,0.01038666755881198,0.2662327517041826,0.15372517456988796,0.017742648584187056,0.030776918256629593,0.5,0.15372517456988796,0.019025890657089498,0.13270071175113862,0.15372517456988796,0.01577253443706214,0.07283580728707968,0.15372517456988796,0.0,0.42397795396323723,0.15372517456988796,0.0172856363479009,0.5045568485528293,0.15372517456988796,0.006382366158640728,0.18714545431444576,0.15372517456988796,0.014318025897938024,0.12126640500262488,0.15372517456988796,0.018805995360686112,0.3662871767065681,0.5,0.15372517456988796,0.017883085122569843,0.2338480552261741,0.0,0.16162589937594082,0.9967301916604479 -89,0.5,0.15372517456988796,0.0,0.14784728626220947,0.15372517456988796,0.0,0.2433956584553689,0.15372517456988796,0.0,0.14879274151215158,0.15372517456988796,0.0,0.21129170537496467,0.15372517456988796,0.0,0.40874378124970745,0.15372517456988796,0.0,0.42613323564777217,0.15372517456988796,0.0,0.29967649212525804,0.15372517456988796,0.0,0.47189828238109444,0.5,0.15372517456988796,2.5863099259277714e-05,0.12941405358430133,0.15372517456988796,0.0,0.006955670264819721,0.5,0.15372517456988796,0.0,0.08202968635136755,0.15372517456988796,3.670194733804188e-05,0.022203059281753063,0.15372517456988796,0.0,0.4229074822599671,0.15372517456988796,0.0,0.46574410386334186,0.15372517456988796,0.0,0.17648496411470085,0.15372517456988796,0.0,0.12709008467773378,0.15372517456988796,0.0,0.2502980971814474,0.5,0.15372517456988796,0.0,0.1554592067836611,0.0,0.1656919156298656,0.9964431815181948 -90,0.5,0.15372517456988796,0.0,0.15811626792261466,0.15372517456988796,0.0,0.2309810429602785,0.15372517456988796,0.0,0.21774108770638037,0.15372517456988796,0.0,0.2853741876898481,0.15372517456988796,0.0,0.27666073020866744,0.15372517456988796,0.0,0.3768483284359446,0.15372517456988796,0.0,0.2604685805145892,0.15372517456988796,0.0,0.38662506576719263,0.5,0.15372517456988796,0.0,0.09217809183143705,0.15372517456988796,0.0,0.04269291923658913,0.5,0.15372517456988796,0.0,0.027334893182057986,0.15372517456988796,0.0,0.03774852104531141,0.15372517456988796,0.0,0.35257285517498144,0.15372517456988796,0.0,0.4066147771127172,0.15372517456988796,0.0,0.21917289592405356,0.15372517456988796,0.0,0.12466708610820496,0.15372517456988796,0.0,0.12083289963921832,0.5,0.15372517456988796,0.0,0.1048645672117244,0.0,0.21488414722660568,0.9965056565774069 -91,0.5,0.15372517456988796,0.0,0.21037312587544038,0.15372517456988796,0.0,0.2853644699456587,0.15372517456988796,0.0,0.2552195533175521,0.15372517456988796,0.0,0.4020588648342615,0.15372517456988796,0.0,0.23236592945969803,0.15372517456988796,0.0,0.35097292793861457,0.15372517456988796,0.0,0.2703031954647393,0.15372517456988796,0.0,0.26088291617320364,0.5,0.15372517456988796,0.0,0.06521646621624622,0.15372517456988796,0.0,0.05924686098547412,0.5,0.15372517456988796,0.0,0.024250872194351358,0.15372517456988796,0.0,0.0740553933637989,0.15372517456988796,0.0,0.3113653313520284,0.15372517456988796,0.0,0.37122879174090906,0.15372517456988796,0.0,0.2512729435559037,0.15372517456988796,0.0,0.11393275852973707,0.15372517456988796,0.0,0.05647335196783449,0.5,0.15372517456988796,0.0,0.051179761703047916,0.0,0.2890268312735205,0.9902787596732626 -92,0.5,0.15372517456988796,0.0,0.2702675769571773,0.15372517456988796,0.0,0.29876267341661666,0.15372517456988796,0.0,0.1518716209668789,0.15372517456988796,0.0,0.44465606011813996,0.15372517456988796,0.0,0.2985294954046576,0.15372517456988796,0.0,0.2630276380455918,0.15372517456988796,0.0,0.22457717271382438,0.15372517456988796,0.0,0.14672612873336427,0.5,0.15372517456988796,0.0,0.08763037132846484,0.15372517456988796,0.0,0.0734604921819624,0.5,0.15372517456988796,0.0,0.030442646961179282,0.15372517456988796,0.0,0.08848289802347341,0.15372517456988796,0.0,0.34661159812559006,0.15372517456988796,0.0,0.3631914197809219,0.15372517456988796,0.0,0.25885184533067196,0.15372517456988796,0.0,0.09137528896743326,0.15372517456988796,0.0,0.02336799579094889,0.5,0.15372517456988796,0.0,0.041665872047951594,0.0,0.3443773310822886,0.9922740907420502 -93,0.5,0.15372517456988796,0.0,0.29781344526832426,0.15372517456988796,0.0,0.2767769198792233,0.15372517456988796,0.0,0.10696590440636694,0.15372517456988796,0.0,0.3029743093531965,0.15372517456988796,0.0,0.28281124802405294,0.15372517456988796,0.0,0.15109584075786497,0.15372517456988796,0.0,0.16624709673044968,0.15372517456988796,0.0,0.11606383691608974,0.5,0.15372517456988796,0.0,0.12517675880246623,0.15372517456988796,0.0,0.12549514830978514,0.5,0.15372517456988796,0.0,0.03099368634140285,0.15372517456988796,0.0,0.0947406976671016,0.15372517456988796,0.0,0.3318272053083319,0.15372517456988796,0.0,0.40402578391056465,0.15372517456988796,0.0,0.24925495217772886,0.15372517456988796,0.0,0.07306160996941405,0.15372517456988796,0.0,0.024380420020192452,0.5,0.15372517456988796,0.0,0.045027280602937765,0.0,0.3592208034016874,0.9867485835493005 -94,0.5,0.15372517456988796,0.0,0.2974558802621519,0.15372517456988796,0.0,0.30001417693743104,0.15372517456988796,0.0,0.04575606543775142,0.15372517456988796,0.0,0.20432610287091726,0.15372517456988796,0.0,0.19815342979832531,0.15372517456988796,0.0,0.09872012391938528,0.15372517456988796,0.0,0.10735298906045812,0.15372517456988796,0.0,0.12465383952732012,0.5,0.15372517456988796,0.0,0.1169121933812709,0.15372517456988796,0.0,0.10592048552707298,0.5,0.15372517456988796,0.0,0.03317909416774141,0.15372517456988796,0.0,0.0857811824551375,0.15372517456988796,0.0,0.30657274851252536,0.15372517456988796,0.0,0.375161810760914,0.15372517456988796,0.0,0.21179798703744077,0.15372517456988796,0.0,0.05457404646682491,0.15372517456988796,0.0,0.0350389215630577,0.5,0.15372517456988796,0.0,0.06859572507473762,0.0,0.40168000104896323,0.9943811909590575 -95,0.5,0.15372517456988796,0.0,0.2709668276747518,0.15372517456988796,0.0,0.27978058766694913,0.15372517456988796,0.0,0.02147669181264071,0.15372517456988796,0.0,0.1509888980697631,0.15372517456988796,0.0,0.12363493930413737,0.15372517456988796,0.0,0.07465373262891994,0.15372517456988796,0.0,0.06827208085350239,0.15372517456988796,0.0,0.11182245702570381,0.5,0.15372517456988796,0.0,0.08808215930428251,0.15372517456988796,0.0,0.08574353212761804,0.5,0.15372517456988796,0.0,0.03608743058752096,0.15372517456988796,0.0,0.0616761671008295,0.15372517456988796,0.0,0.31201120131045124,0.15372517456988796,0.0,0.32779349922943857,0.15372517456988796,0.0,0.13795123539927626,0.15372517456988796,0.0,0.048801862608312284,0.15372517456988796,0.0,0.045627120166540296,0.5,0.15372517456988796,0.0,0.08283625209002807,0.0,0.49131876377327605,0.984497205107761 -96,0.5,0.15372517456988796,0.0,0.22686082044430797,0.15372517456988796,0.0,0.17770246435278195,0.15372517456988796,0.0,0.025244198296450446,0.15372517456988796,0.0,0.11914364384147645,0.15372517456988796,0.0,0.08425604391012526,0.15372517456988796,0.0,0.06602767603128516,0.15372517456988796,0.0,0.06569848250751846,0.15372517456988796,0.0,0.0877797712406243,0.5,0.15372517456988796,0.0,0.0817093740407959,0.15372517456988796,0.0,0.05637915280856609,0.5,0.15372517456988796,0.0,0.06732573561889893,0.15372517456988796,0.0,0.041393383926662114,0.15372517456988796,0.0,0.3268914756525408,0.15372517456988796,0.0,0.24328102668421608,0.15372517456988796,0.0,0.06580294850392536,0.15372517456988796,0.0,0.03787523631098731,0.15372517456988796,0.0,0.04360066105570148,0.5,0.15372517456988796,0.0,0.05296486022821044,0.0,0.542863996442834,0.9579269764737488 -97,0.5,0.15372517456988796,0.0,0.1787009657027622,0.15372517456988796,0.0,0.1005564009836908,0.15372517456988796,0.0,0.028199154843555032,0.15372517456988796,0.0,0.10303680500297588,0.15372517456988796,0.0,0.06107741493676763,0.15372517456988796,0.0,0.06054433712952736,0.15372517456988796,0.0,0.05973821203822138,0.15372517456988796,0.0,0.0752471148483011,0.5,0.15372517456988796,0.0,0.07018678855572619,0.15372517456988796,0.0,0.03192649302141155,0.5,0.15372517456988796,0.0,0.06861214380852032,0.15372517456988796,0.0,0.030723059656190523,0.15372517456988796,0.0,0.28013220473504863,0.15372517456988796,0.0,0.146294456878911,0.15372517456988796,0.0,0.03161934741096252,0.15372517456988796,0.0,0.03935380348392381,0.15372517456988796,0.0,0.03903178909351832,0.5,0.15372517456988796,0.0,0.036029116306268996,0.0,0.6310022426853013,0.8663290536853533 -98,0.5,0.15372517456988796,0.0,0.127437946624127,0.15372517456988796,0.0,0.04299545469408948,0.15372517456988796,0.0,0.04620698799037335,0.15372517456988796,0.0,0.10317237581095824,0.15372517456988796,0.0,0.060329103228161984,0.15372517456988796,0.0,0.07878879961347537,0.15372517456988796,0.0,0.05793694129082331,0.15372517456988796,0.0,0.07650994938824335,0.5,0.15372517456988796,0.0,0.07817453340759166,0.15372517456988796,0.0,0.015700655018790935,0.5,0.15372517456988796,0.0,0.0494027494561019,0.15372517456988796,0.0,0.02248791446157963,0.15372517456988796,0.0,0.20403504516334658,0.15372517456988796,0.0,0.08612146948120636,0.15372517456988796,0.0,0.016600165860744486,0.15372517456988796,0.0,0.055516410311410684,0.15372517456988796,0.0,0.041300787405433734,0.5,0.15372517456988796,0.0,0.030446257655979376,0.0,0.7259898240347826,0.7159874326373494 -99,0.5,0.15372517456988796,0.0,0.09488101349254273,0.15372517456988796,0.0,0.014831716019120485,0.15372517456988796,0.0,0.06542347196298785,0.15372517456988796,0.0,0.10465396309753464,0.15372517456988796,0.0,0.0754457450713944,0.15372517456988796,0.0,0.11157114020777481,0.15372517456988796,0.0,0.09134830278398945,0.15372517456988796,0.0,0.07459780850256956,0.5,0.15372517456988796,0.0,0.1097137348186533,0.15372517456988796,0.0,0.00699353803426743,0.5,0.15372517456988796,0.0,0.02349650173107333,0.15372517456988796,0.0,0.011432063889111195,0.15372517456988796,0.0,0.14663858414567538,0.15372517456988796,0.0,0.06466284001046144,0.15372517456988796,0.0,0.026387035818439274,0.15372517456988796,0.0,0.051213397152439465,0.15372517456988796,0.0,0.03468272325867211,0.5,0.15372517456988796,0.0,0.029762582084856472,0.0,0.7237762609091488,0.693892869896898 -100,0.5,0.15372517456988796,0.0,0.06599617390332517,0.15372517456988796,0.0,0.0057601678713889186,0.15372517456988796,0.0,0.11391391278377129,0.15372517456988796,0.0,0.10282364533696042,0.15372517456988796,0.0,0.11714671056473967,0.15372517456988796,0.0,0.14044048885282395,0.15372517456988796,0.0,0.14183434129320205,0.15372517456988796,0.0,0.11198377031304341,0.5,0.15372517456988796,0.0,0.1319317640281578,0.15372517456988796,0.0,0.0037727095713889188,0.5,0.15372517456988796,0.0,0.01799704631878313,0.15372517456988796,0.0,0.008512609791809749,0.15372517456988796,0.0,0.09705956212997989,0.15372517456988796,0.0,0.05953504529754458,0.15372517456988796,0.0,0.0484241159960616,0.15372517456988796,0.0,0.049647190785676684,0.15372517456988796,0.0,0.02495216809319388,0.5,0.15372517456988796,0.0,0.02366725118054939,0.0,0.679416696535463,0.4016575083789873 -101,0.5,0.15372517456988796,0.0,0.040038872702700644,0.15372517456988796,0.0,0.006828534466808361,0.15372517456988796,0.0,0.1215346444309223,0.15372517456988796,0.0,0.09318358833515666,0.15372517456988796,0.0,0.1218966601695117,0.15372517456988796,0.0,0.15150612330658064,0.15372517456988796,0.0,0.19031079612097612,0.15372517456988796,0.0,0.15823147249996974,0.5,0.15372517456988796,0.0,0.10982303003403751,0.15372517456988796,0.0,0.001935849692090222,0.5,0.15372517456988796,0.0,0.02181687041821426,0.15372517456988796,0.0,0.010221666527674653,0.15372517456988796,0.0,0.04874893897257987,0.15372517456988796,0.0,0.07214246844875734,0.15372517456988796,0.0,0.0612073275979214,0.15372517456988796,0.0,0.06558409942668779,0.15372517456988796,0.0,0.028336665347052772,0.5,0.15372517456988796,0.0,0.017858416200480298,0.0,0.545544751501349,0.45807667129470875 -102,0.5,0.15372517456988796,0.0,0.03602786332169238,0.15372517456988796,0.0,0.020375471455626185,0.15372517456988796,0.0,0.12048696126136635,0.15372517456988796,0.0,0.08966312847558029,0.15372517456988796,0.0,0.15063500565096813,0.15372517456988796,0.0,0.28757284389780063,0.15372517456988796,0.0,0.23626926132508036,0.15372517456988796,0.0,0.1913162726313659,0.5,0.15372517456988796,0.0,0.11290271604983698,0.15372517456988796,0.0,0.00046172537036242927,0.5,0.15372517456988796,0.0,0.015546771527385575,0.15372517456988796,0.0,0.025880722817179232,0.15372517456988796,0.0,0.02621612145455149,0.15372517456988796,0.0,0.07812897116308015,0.15372517456988796,0.0,0.07595985899353115,0.15372517456988796,0.0,0.09351849295499012,0.15372517456988796,0.0,0.029313931477042414,0.5,0.15372517456988796,0.0,0.00994456071258372,0.0,0.26871735333303126,0.3975374180601077 -103,0.5,0.15372517456988796,0.0,0.0500690422395341,0.15372517456988796,0.0,0.015309418232494782,0.15372517456988796,0.0,0.14592905755999974,0.15372517456988796,0.0,0.1017105747100407,0.15372517456988796,0.0,0.2535029075730515,0.15372517456988796,0.0,0.38204932203258546,0.15372517456988796,0.0,0.2750494973640879,0.15372517456988796,0.0,0.21498850585607576,0.5,0.15372517456988796,0.0,0.1595255996721237,0.15372517456988796,0.0,0.0012954140448926215,0.5,0.15372517456988796,0.0,0.022698829674747085,0.15372517456988796,0.0,0.053238656442361074,0.15372517456988796,0.0,0.01788262987382773,0.15372517456988796,0.0,0.1473440109141819,0.15372517456988796,0.0,0.12761287291009973,0.15372517456988796,0.0,0.11188546668593936,0.15372517456988796,0.0,0.02536300106925885,0.5,0.15372517456988796,0.0,0.005320012431055648,0.0,0.0357883407940162,0.5183979834180943 -104,0.5,0.15372517456988796,0.0,0.06521977461296483,0.15372517456988796,0.0,0.037470606813957065,0.15372517456988796,0.0,0.14800279535123403,0.15372517456988796,0.0,0.11849854421355603,0.15372517456988796,0.0,0.3551367930540341,0.15372517456988796,0.0,0.4628172298411426,0.15372517456988796,0.0,0.3267761605930755,0.15372517456988796,0.0,0.3088964065082118,0.5,0.15372517456988796,0.0,0.2295578912492105,0.15372517456988796,0.0,0.008036222921280327,0.5,0.15372517456988796,0.0,0.0520214536545935,0.15372517456988796,0.0,0.09953167428068263,0.15372517456988796,0.0,0.023445560216647815,0.15372517456988796,0.0,0.1748352018318596,0.15372517456988796,0.0,0.19437918596178944,0.15372517456988796,0.0,0.14592491528132892,0.15372517456988796,0.0,0.032965728748303544,0.5,0.15372517456988796,0.0,0.006465091604050572,0.0,0.031950020920869446,0.5625117149054557 -105,0.5,0.15372517456988796,2.9534599026798646e-05,0.08510104036367032,0.15372517456988796,0.0,0.054115119478376585,0.15372517456988796,1.5941973718208784e-05,0.14446123045423315,0.15372517456988796,0.00048775307534957104,0.132518602969003,0.15372517456988796,0.0,0.38917003872029277,0.15372517456988796,0.0,0.6023072312341833,0.15372517456988796,0.0,0.40664272035832894,0.15372517456988796,0.0,0.41267179023354617,0.5,0.15372517456988796,0.0,0.29146232442385794,0.15372517456988796,0.0008495109298841719,0.035559550680080765,0.5,0.15372517456988796,0.0,0.132418428490583,0.15372517456988796,0.0001722162210640229,0.12807157873208377,0.15372517456988796,0.0,0.05397998706147205,0.15372517456988796,0.0,0.2429145555988758,0.15372517456988796,0.0,0.20851277058183942,0.15372517456988796,0.0,0.2017193345242426,0.15372517456988796,0.00040654364500183687,0.05117268338252813,0.5,0.15372517456988796,0.001405332000043467,0.008666143357845393,0.0,0.09677312641955652,0.6354639089448909 -106,0.5,0.15372517456988796,0.009346957364437651,0.1435583450170685,0.15372517456988796,0.002874340999929822,0.10376132604558402,0.15372517456988796,0.012111644836165692,0.20192565557159362,0.15372517456988796,0.013715781163833818,0.13001777498862702,0.15372517456988796,0.00239273403167416,0.454552552764407,0.15372517456988796,0.000738225332057891,0.6930259372096084,0.15372517456988796,0.0035451451871540305,0.5066690515467471,0.15372517456988796,0.004964322886925585,0.4709823444553546,0.5,0.15372517456988796,0.011489553612943704,0.319812740020024,0.15372517456988796,0.016221878026739193,0.21605360200266094,0.5,0.15372517456988796,0.008597696458524649,0.3521701582929672,0.15372517456988796,0.009264826926857154,0.17976661015170084,0.15372517456988796,0.0024878015123043088,0.12324971818625965,0.15372517456988796,0.0046975581432684935,0.2954151373913667,0.15372517456988796,0.021322341980052652,0.3611329334358862,0.15372517456988796,0.02553893976254193,0.2674846308534601,0.15372517456988796,0.012903936174798443,0.09199430254981494,0.5,0.15372517456988796,0.024352441914264316,0.015423515268830703,0.0,0.19200838763454817,0.6625904968897925 -107,0.5,0.15372517456988796,0.018668037301581914,0.16862418158478826,0.15372517456988796,0.04955164030761446,0.3773027072407882,0.15372517456988796,0.030954718591361396,0.24967752155275852,0.15372517456988796,0.02023612502809527,0.15633222725202464,0.15372517456988796,0.005529038492761026,0.5715689321842375,0.15372517456988796,0.010570650279903398,0.6813635569248216,0.15372517456988796,0.004055236410573499,0.6272430385091549,0.15372517456988796,0.019455844498761234,0.44555849870698494,0.5,0.15372517456988796,0.038800680119876654,0.27624938603069193,0.15372517456988796,0.030301914593323466,0.2619529702787773,0.5,0.15372517456988796,0.027265063917761734,0.5255565910583315,0.15372517456988796,0.028133004768233695,0.33896515867192145,0.15372517456988796,0.02119626090131546,0.260393266603597,0.15372517456988796,0.01643270178899336,0.37526818696270414,0.15372517456988796,0.058948187096020926,0.5312830057837138,0.15372517456988796,0.05750600163475303,0.32343444820901585,0.15372517456988796,0.028106248207862512,0.20245758763705907,0.5,0.15372517456988796,0.05716523706372696,0.04065076179473965,0.0,0.550143956192351,0.767837310994262 -108,0.5,0.15372517456988796,0.05071135902787601,0.21320735003802083,0.15372517456988796,0.06020975934108998,0.4902970669382435,0.15372517456988796,0.0896295474698788,0.3744796265134994,0.15372517456988796,0.030058727689838236,0.1953659787687569,0.15372517456988796,0.009362738521747651,0.5818714224235719,0.15372517456988796,0.04519945368406533,0.5630051733112182,0.15372517456988796,0.0075215886933029455,0.6632498487708455,0.15372517456988796,0.06601291823814653,0.3044750381237629,0.5,0.15372517456988796,0.06975795238560402,0.2287405011973777,0.15372517456988796,0.04505275017307972,0.24907473652219123,0.5,0.15372517456988796,0.06447852735143203,0.4446511893910245,0.15372517456988796,0.049057045331190305,0.38491549348483733,0.15372517456988796,0.03161901087686388,0.3530121111068378,0.15372517456988796,0.022921759126565397,0.48606976087303433,0.15372517456988796,0.05564633492808195,0.583522609185596,0.15372517456988796,0.08164953177764547,0.4010910522211446,0.15372517456988796,0.0442681335520129,0.2589516482922185,0.5,0.15372517456988796,0.0662353737949791,0.0978182256367027,0.0,0.41390241745274425,0.6447332223327416 -109,0.5,0.15372517456988796,0.07206445109878376,0.3453413265516764,0.15372517456988796,0.059107465284696854,0.52549352800804,0.15372517456988796,0.10904139752394681,0.46728243111117884,0.15372517456988796,0.04551156207362346,0.2189806429587773,0.15372517456988796,0.0501104669235764,0.5000322369619555,0.15372517456988796,0.09456052395679428,0.3997080629523988,0.15372517456988796,0.028531778826198156,0.6161067683794896,0.15372517456988796,0.19261733517481755,0.18289739956958984,0.5,0.15372517456988796,0.07054170583095502,0.16335180004822553,0.15372517456988796,0.04325224909929731,0.236660260635061,0.5,0.15372517456988796,0.0601090641628898,0.38723144866896536,0.15372517456988796,0.05629607929477552,0.30009439613642364,0.15372517456988796,0.04621778930586677,0.4837810813331742,0.15372517456988796,0.047277697260702994,0.4288069876165926,0.15372517456988796,0.03165728403990641,0.5695771193577868,0.15372517456988796,0.07260251273741178,0.400718624362407,0.15372517456988796,0.0465712591457349,0.30710389123589815,0.5,0.15372517456988796,0.05410044324672162,0.13140915076386575,0.0,0.6288347218580553,0.5562540989705098 -110,0.5,0.15372517456988796,0.038094765864261054,0.3882655904802929,0.15372517456988796,0.02582723584082732,0.43780523826444334,0.15372517456988796,0.0786355201371113,0.4710737993513012,0.15372517456988796,0.06234612938595262,0.1935600127061413,0.15372517456988796,0.06886391007500084,0.4797451011181756,0.15372517456988796,0.2067717724572739,0.3218391566692096,0.15372517456988796,0.028604236848698575,0.5618636996972428,0.15372517456988796,0.2720316777061398,0.15480119891553465,0.5,0.15372517456988796,0.10745683831779204,0.1875012570259178,0.15372517456988796,0.027919200206374485,0.14870294448235774,0.5,0.15372517456988796,0.029995102089624893,0.2777108542178628,0.15372517456988796,0.0538510504915172,0.20322428347350888,0.15372517456988796,0.02060964422256952,0.4661456937562025,0.15372517456988796,0.12734521940199114,0.3914400325890325,0.15372517456988796,0.02154302635372533,0.4455869751616528,0.15372517456988796,0.04171340133933299,0.3537127850863696,0.15372517456988796,0.037954051192691185,0.2540091987890886,0.5,0.15372517456988796,0.03519494453057804,0.155709792762135,0.0,0.6771108228165653,0.6506798643477554 -111,0.5,0.15372517456988796,0.017274130576900772,0.3051338344814752,0.15372517456988796,0.004627484496045062,0.4242273080954319,0.15372517456988796,0.034796693036038134,0.334017029538524,0.15372517456988796,0.048831645873419816,0.1750295036339962,0.15372517456988796,0.11258345806300057,0.4588890619532197,0.15372517456988796,0.24745337688684138,0.2027062810860104,0.15372517456988796,0.022372548851338443,0.5036374754902462,0.15372517456988796,0.26914553448056966,0.14742739469351207,0.5,0.15372517456988796,0.09542273248555277,0.20137932862003224,0.15372517456988796,0.03343043227460114,0.09471977451981757,0.5,0.15372517456988796,0.01682601467030972,0.19290565485839967,0.15372517456988796,0.04382657495777145,0.13433015338043797,0.15372517456988796,0.07517513937909534,0.4464987475391128,0.15372517456988796,0.11098407439484581,0.40829241352659207,0.15372517456988796,0.017368179920882434,0.4633712979706385,0.15372517456988796,0.01626627550890167,0.2283146513228465,0.15372517456988796,0.019534373586615233,0.20461582124111155,0.5,0.15372517456988796,0.016118104607154023,0.11592880521228231,0.0,0.6706717344965216,0.7441178317508081 -112,0.5,0.15372517456988796,0.000234225792959951,0.2986108502642927,0.15372517456988796,0.0,0.4813805462683696,0.15372517456988796,0.0013502041068247303,0.22899471269659863,0.15372517456988796,0.0,0.17848932938682885,0.15372517456988796,0.04227689267325207,0.3374285553775998,0.15372517456988796,0.11426668422227396,0.1882319104227504,0.15372517456988796,0.020709956357752104,0.3840066105896872,0.15372517456988796,0.08927402880926513,0.1359281195372568,0.5,0.15372517456988796,0.03850598426651356,0.1700587710474246,0.15372517456988796,0.010607624921552362,0.044712452924805676,0.5,0.15372517456988796,0.007015110708108153,0.21946642046865086,0.15372517456988796,0.013059766278318329,0.0952979179583311,0.15372517456988796,0.00013361681599123867,0.5025066166369225,0.15372517456988796,0.026391868337888043,0.3902826698614372,0.15372517456988796,0.0008566535391635178,0.48952855658783967,0.15372517456988796,0.014516732378025253,0.20562450488622572,0.15372517456988796,0.004403420283678125,0.1622688696483265,0.5,0.15372517456988796,0.004355039338377067,0.08379282329673596,0.0,0.6233596846709591,0.7510439180423594 -113,0.5,0.15372517456988796,0.0,0.3691387449868149,0.15372517456988796,0.0,0.6150919494995234,0.15372517456988796,0.0,0.1783023513849867,0.15372517456988796,0.0,0.1976421729249038,0.15372517456988796,0.0,0.2805545768201932,0.15372517456988796,0.0,0.23303554867240783,0.15372517456988796,0.0,0.2100004566100637,0.15372517456988796,0.0,0.15631282703651872,0.5,0.15372517456988796,0.0,0.13403991390467518,0.15372517456988796,0.0,0.02688756813429066,0.5,0.15372517456988796,0.0,0.15806654942548476,0.15372517456988796,1.0891884691411309e-05,0.054445311782142396,0.15372517456988796,0.0,0.4755541680571564,0.15372517456988796,0.0,0.3407624529959883,0.15372517456988796,0.0,0.49729121891854716,0.15372517456988796,0.0,0.1340483612400641,0.15372517456988796,0.0,0.11470717510125047,0.5,0.15372517456988796,0.0,0.05275193624335989,0.0,0.7931501724863299,0.694505157558551 -114,0.5,0.15372517456988796,0.0,0.39971781258092504,0.15372517456988796,0.0,0.4782144268611061,0.15372517456988796,0.0,0.15068929290289146,0.15372517456988796,0.0,0.2123475474594159,0.15372517456988796,0.0,0.3007624139791132,0.15372517456988796,0.0,0.24330444084888456,0.15372517456988796,0.0,0.17450884063312563,0.15372517456988796,0.0,0.17823294110835664,0.5,0.15372517456988796,0.0,0.11483941874250099,0.15372517456988796,0.0,0.016582141976370694,0.5,0.15372517456988796,0.0,0.08913642022527044,0.15372517456988796,0.0,0.027650009759794696,0.15372517456988796,0.0,0.4579213679083545,0.15372517456988796,0.0,0.3201343336720444,0.15372517456988796,0.0,0.4616240616789827,0.15372517456988796,0.0,0.1020041138432066,0.15372517456988796,0.0,0.0809458866197794,0.5,0.15372517456988796,0.0,0.04992720965461289,0.0,0.8980411488532393,0.8737709186999096 -115,0.5,0.15372517456988796,0.0,0.3996270186280144,0.15372517456988796,0.0,0.3328718307820252,0.15372517456988796,0.0,0.1387756009086248,0.15372517456988796,0.0,0.18060413588918986,0.15372517456988796,0.0,0.31435070228783546,0.15372517456988796,0.0,0.2580880047409472,0.15372517456988796,0.0,0.2062369593049343,0.15372517456988796,0.0,0.20414349583945532,0.5,0.15372517456988796,0.0,0.11641590898914785,0.15372517456988796,0.0,0.008115248499769447,0.5,0.15372517456988796,0.0,0.07000061975181382,0.15372517456988796,0.0,0.02001547593064721,0.15372517456988796,0.0,0.42746428228482314,0.15372517456988796,0.0,0.33857412445862667,0.15372517456988796,0.0,0.3572306390830498,0.15372517456988796,0.0,0.09420255433248403,0.15372517456988796,0.0,0.07867945611206002,0.5,0.15372517456988796,0.0,0.04469850197114174,0.0,0.9263338338107148,0.917622652180876 -116,0.5,0.15372517456988796,0.0,0.43400971051943715,0.15372517456988796,0.0,0.2738941130605019,0.15372517456988796,0.0,0.11403908440149362,0.15372517456988796,0.0,0.16535204164331324,0.15372517456988796,0.0,0.30975717970939487,0.15372517456988796,0.0,0.320507342127046,0.15372517456988796,0.0,0.2505727844243122,0.15372517456988796,0.0,0.26082467228295636,0.5,0.15372517456988796,0.0,0.15761328785797316,0.15372517456988796,0.0,0.003676488098808239,0.5,0.15372517456988796,0.0,0.06117286144527258,0.15372517456988796,0.0,0.016683281513159322,0.15372517456988796,0.0,0.3751100266447003,0.15372517456988796,0.0,0.3419807683056186,0.15372517456988796,0.0,0.2145406040025466,0.15372517456988796,0.0,0.10566852963782064,0.15372517456988796,0.0,0.07817899721503524,0.5,0.15372517456988796,0.0,0.03817396208100583,0.0,0.9565510654923259,0.9389920843219459 -117,0.5,0.15372517456988796,0.0,0.3956844810811554,0.15372517456988796,0.0,0.2528643272591956,0.15372517456988796,0.0,0.0929574574181132,0.15372517456988796,0.0,0.1437200712244704,0.15372517456988796,0.0,0.3287086287540897,0.15372517456988796,0.0,0.3851140939556442,0.15372517456988796,0.0,0.2897614954871673,0.15372517456988796,0.0,0.35095016431729154,0.5,0.15372517456988796,0.0,0.24393711482450509,0.15372517456988796,0.0,0.001986283831743608,0.5,0.15372517456988796,0.0,0.05141640270885271,0.15372517456988796,0.0,0.024852335603799045,0.15372517456988796,0.0,0.34178803004223185,0.15372517456988796,0.0,0.3170716873858732,0.15372517456988796,0.0,0.17482716239939894,0.15372517456988796,0.0,0.1285425328374319,0.15372517456988796,0.0,0.07400086861696867,0.5,0.15372517456988796,0.0,0.02166585776307569,0.0,0.9260541241469609,0.9625082077253693 -118,0.5,0.15372517456988796,0.0,0.32405421881298974,0.15372517456988796,0.0,0.22550159030283898,0.15372517456988796,0.0,0.10758932802527137,0.15372517456988796,0.0,0.11448487297483635,0.15372517456988796,0.0,0.36757288231073093,0.15372517456988796,0.0,0.4526177704152031,0.15372517456988796,0.0,0.31464278974534143,0.15372517456988796,0.0,0.43875371138812513,0.5,0.15372517456988796,0.0,0.30264404995366734,0.15372517456988796,0.0,0.0006422998267426135,0.5,0.15372517456988796,0.0,0.04988285202031124,0.15372517456988796,0.0,0.038992602280853224,0.15372517456988796,0.0,0.34934248137864665,0.15372517456988796,0.0,0.31862340275026674,0.15372517456988796,0.0,0.17135136395725786,0.15372517456988796,0.0,0.16415412359424358,0.15372517456988796,0.0,0.060524225936767526,0.5,0.15372517456988796,0.0,0.010361080342057008,0.0,0.8610499957402644,0.97858092665054 -119,0.5,0.15372517456988796,0.0,0.2588347693818054,0.15372517456988796,0.0,0.20153011830827694,0.15372517456988796,0.0,0.11486106338861224,0.15372517456988796,0.0,0.08863061410670513,0.15372517456988796,0.0,0.4399524692819898,0.15372517456988796,0.0,0.6175142389033579,0.15372517456988796,0.0,0.4030486942621791,0.15372517456988796,0.0,0.5270236212674082,0.5,0.15372517456988796,0.0,0.31487958645252845,0.15372517456988796,0.0,0.0006340050776872482,0.5,0.15372517456988796,0.0,0.0549412907012672,0.15372517456988796,0.0,0.04925326439044421,0.15372517456988796,0.0,0.3494568185883254,0.15372517456988796,0.0,0.3517392774380138,0.15372517456988796,0.0,0.17951345116379638,0.15372517456988796,0.0,0.2058890731612561,0.15372517456988796,0.0,0.05116392249334876,0.5,0.15372517456988796,0.0,0.003730418300916228,0.0,0.8120727166799955,0.9965336760448487 -120,0.5,0.15372517456988796,0.0,0.22531119857053195,0.15372517456988796,0.0,0.1866368122690701,0.15372517456988796,0.0,0.12505342571713468,0.15372517456988796,0.0,0.07385453417649125,0.15372517456988796,0.0,0.5865291470498639,0.15372517456988796,0.0,0.731882179710414,0.15372517456988796,0.0,0.5776600465055124,0.15372517456988796,0.0,0.5993671597711103,0.5,0.15372517456988796,0.0,0.33105505640811633,0.15372517456988796,0.0,0.0020302411599281045,0.5,0.15372517456988796,0.0,0.046455772407248866,0.15372517456988796,0.0,0.05198793099869429,0.15372517456988796,0.0,0.32011816293931833,0.15372517456988796,0.0,0.43832867534977127,0.15372517456988796,0.0,0.21613419937772899,0.15372517456988796,0.0,0.2778439259317163,0.15372517456988796,0.0,0.04418467511257849,0.5,0.15372517456988796,0.0,0.0009060713361888268,0.0,0.7462696305757739,1.0070111291638246 -121,0.5,0.15372517456988796,0.0,0.20447133280047514,0.15372517456988796,0.0,0.2278822984762583,0.15372517456988796,0.0,0.14092661681651306,0.15372517456988796,0.0,0.07623448515508735,0.15372517456988796,0.0,0.751927423912367,0.15372517456988796,0.0,0.851223869560362,0.15372517456988796,0.0,0.7368952489654378,0.15372517456988796,0.0,0.6605105684691162,0.5,0.15372517456988796,0.0,0.3689380110874185,0.15372517456988796,0.0,0.0039586201279850465,0.5,0.15372517456988796,0.0,0.05236910432246363,0.15372517456988796,0.0,0.06306091606764502,0.15372517456988796,0.0,0.3439973724102645,0.15372517456988796,0.0,0.5786914698805419,0.15372517456988796,0.0,0.31712181960066327,0.15372517456988796,0.0,0.4021481997031205,0.15372517456988796,0.0,0.04608037645582598,0.5,0.15372517456988796,0.0,0.001338485755762253,0.0,0.6809480184886462,1.0085038101299761 -122,0.5,0.15372517456988796,0.0,0.20097930868521066,0.15372517456988796,0.0,0.34750383450436245,0.15372517456988796,0.0,0.17758295299462323,0.15372517456988796,0.0,0.08868943497035596,0.15372517456988796,0.0,0.8644247320603339,0.15372517456988796,0.0,0.8902683366758617,0.15372517456988796,0.0,0.8511607564981384,0.15372517456988796,0.0,0.757571013236785,0.5,0.15372517456988796,0.0,0.4451026662952535,0.15372517456988796,0.0,0.008062600539751228,0.5,0.15372517456988796,0.0,0.07714641135846577,0.15372517456988796,0.0,0.0682254226471496,0.15372517456988796,0.0,0.41488910230980497,0.15372517456988796,0.0,0.6789947930545484,0.15372517456988796,0.0,0.46534861404929584,0.15372517456988796,0.0,0.5109715089380125,0.15372517456988796,0.0,0.06297856279401122,0.5,0.15372517456988796,0.0,0.005400849179266058,0.0,0.5618165670572659,1.0089752722437388 -123,0.5,0.15372517456988796,0.0,0.20402426670657017,0.15372517456988796,0.0,0.4094464322927819,0.15372517456988796,0.0,0.22756860430325115,0.15372517456988796,0.0,0.10487227933886999,0.15372517456988796,0.0,0.9164441404626722,0.15372517456988796,0.0,0.9314328154565777,0.15372517456988796,0.0,0.8752480550640219,0.15372517456988796,0.0,0.783983554195923,0.5,0.15372517456988796,0.0,0.4751057307871438,0.15372517456988796,0.0,0.014795357986210032,0.5,0.15372517456988796,0.0,0.1143278879542598,0.15372517456988796,0.0,0.09414711806289242,0.15372517456988796,0.0,0.5219989522440267,0.15372517456988796,0.0,0.7546229256137399,0.15372517456988796,0.0,0.5808145978961229,0.15372517456988796,0.0,0.581387071582408,0.15372517456988796,0.0,0.09611168944783222,0.5,0.15372517456988796,0.0,0.016661536621319573,0.0,0.5325609150040382,1.0102033097882583 -124,0.5,0.15372517456988796,0.0,0.21078971363824356,0.15372517456988796,0.0,0.5238953416224457,0.15372517456988796,0.0,0.26861859911017005,0.15372517456988796,0.0,0.13459275373868632,0.15372517456988796,0.0,0.9743655365873162,0.15372517456988796,0.0,0.9791334213771002,0.15372517456988796,0.0,0.9355735022042954,0.15372517456988796,0.0,0.8016090078123193,0.5,0.15372517456988796,0.0,0.40603067832434836,0.15372517456988796,0.0,0.027799128462636477,0.5,0.15372517456988796,0.0,0.15033694204358794,0.15372517456988796,0.0,0.12315080974881372,0.15372517456988796,0.0,0.656087738133957,0.15372517456988796,0.0,0.8405800686099744,0.15372517456988796,0.0,0.6534729099511525,0.15372517456988796,0.0,0.6102783586874315,0.15372517456988796,0.0,0.13812360635050144,0.5,0.15372517456988796,0.0,0.03720659459132701,0.0,0.5158036339936066,1.011008431504753 -125,0.5,0.15372517456988796,0.0,0.22824058831772118,0.15372517456988796,0.0,0.7138915475694843,0.15372517456988796,0.0,0.28835368138472156,0.15372517456988796,0.0,0.153132373570263,0.15372517456988796,0.0,1.0108757374179915,0.15372517456988796,0.0,0.9783588454849981,0.15372517456988796,0.0,1.0003104918322856,0.15372517456988796,0.0,0.8030798008215827,0.5,0.15372517456988796,0.0,0.4060295794023519,0.15372517456988796,0.0,0.030529127347414482,0.5,0.15372517456988796,0.0,0.13533883484506568,0.15372517456988796,0.0,0.1422049886875687,0.15372517456988796,0.0,0.7888607118244696,0.15372517456988796,0.0,0.919364296309432,0.15372517456988796,0.0,0.7373118310876726,0.15372517456988796,0.0,0.6681506052894534,0.15372517456988796,0.0,0.1581802497832096,0.5,0.15372517456988796,0.0,0.06250625724627368,0.0,0.43651151270655253,1.011207453114326 -126,0.5,0.15372517456988796,0.0,0.2886218995918509,0.15372517456988796,0.0,0.8622156240547346,0.15372517456988796,0.0,0.3556216671839479,0.15372517456988796,0.0,0.16868142204288153,0.15372517456988796,0.0,1.0156597573760344,0.15372517456988796,0.0,0.9702682445295471,0.15372517456988796,0.0,1.013975275958314,0.15372517456988796,0.0,0.7604369821623207,0.5,0.15372517456988796,0.0,0.36581635344224744,0.15372517456988796,0.0,0.03250778365564681,0.5,0.15372517456988796,0.0,0.12056877060384112,0.15372517456988796,0.0,0.12748534438802495,0.15372517456988796,0.0,0.8641326981467943,0.15372517456988796,0.0,0.9518383457055395,0.15372517456988796,0.0,0.8433269186930035,0.15372517456988796,0.0,0.7120018206397851,0.15372517456988796,0.0,0.18025684119517288,0.5,0.15372517456988796,0.0,0.06338376459977578,0.0,0.5384925890397253,1.0107836486534418 -127,0.5,0.15372517456988796,0.0,0.40952657000865217,0.15372517456988796,0.0,0.92741921462217,0.15372517456988796,0.0,0.4462506062034722,0.15372517456988796,0.0,0.19602513959064446,0.15372517456988796,0.0,0.9980888426963164,0.15372517456988796,0.0,0.9157420093932506,0.15372517456988796,0.0,1.0067036004704673,0.15372517456988796,0.0,0.7405398667251473,0.5,0.15372517456988796,0.0,0.3228268035310065,0.15372517456988796,0.0,0.027476137973608348,0.5,0.15372517456988796,0.0,0.14974596801810136,0.15372517456988796,0.0,0.13419291068372693,0.15372517456988796,0.0,0.928770661563101,0.15372517456988796,0.0,0.926758288107135,0.15372517456988796,0.0,0.9121306528198251,0.15372517456988796,0.0,0.6868388704866075,0.15372517456988796,0.0,0.19640120361743552,0.5,0.15372517456988796,0.0,0.051911972324596156,0.0,0.7405742480088716,1.0093078160204159 -128,0.5,0.15372517456988796,0.0,0.5332642504150371,0.15372517456988796,0.0,0.9318912514545956,0.15372517456988796,0.0,0.5061377137913594,0.15372517456988796,0.0,0.2407476999413405,0.15372517456988796,0.0,0.9233585789651603,0.15372517456988796,0.0,0.8704825008114623,0.15372517456988796,0.0,0.9797572743008203,0.15372517456988796,0.0,0.6868911053081745,0.5,0.15372517456988796,0.0,0.26582478836489276,0.15372517456988796,0.0,0.025720523787851456,0.5,0.15372517456988796,0.0,0.12498911658362999,0.15372517456988796,0.0,0.12876563170469849,0.15372517456988796,0.0,0.9444326151271607,0.15372517456988796,0.0,0.8320314840939649,0.15372517456988796,0.0,0.9572481275014837,0.15372517456988796,0.0,0.6747820102575013,0.15372517456988796,0.0,0.19645735087961888,0.5,0.15372517456988796,0.0,0.05023034168646873,0.0,0.7710387431805057,1.0072022794418884 -129,0.5,0.15372517456988796,4.963103932733501e-05,0.6321846579364931,0.15372517456988796,0.0,0.9223899708198768,0.15372517456988796,4.905652693170057e-05,0.5215370172073742,0.15372517456988796,0.001500455541655311,0.2742655002866254,0.15372517456988796,0.0,0.843645952898325,0.15372517456988796,0.0,0.7670515360898476,0.15372517456988796,0.0,0.9336574887643678,0.15372517456988796,0.0,0.6526245161779134,0.5,0.15372517456988796,0.0,0.2332293733802171,0.15372517456988796,0.002791709763536895,0.022640300026342007,0.5,0.15372517456988796,1.3984778248640144e-07,0.13528594829029214,0.15372517456988796,0.0007836658658964906,0.1233247277922378,0.15372517456988796,0.0,0.8865978567521727,0.15372517456988796,0.0,0.8662240174466218,0.15372517456988796,0.0,0.9444091219831675,0.15372517456988796,0.0,0.6233495492938953,0.15372517456988796,0.0012498808227619075,0.1694002803908384,0.5,0.15372517456988796,0.00672190659728256,0.054323156926591454,0.0,0.8701289588481411,0.9977766074424116 -130,0.5,0.15372517456988796,0.011155867793454415,0.6847302775924201,0.15372517456988796,0.0011652675428417438,0.8814028829307111,0.15372517456988796,0.018431834797127195,0.5291975116889599,0.15372517456988796,0.05867788409487531,0.32246658862098343,0.15372517456988796,0.0012506147430903557,0.7324178025737242,0.15372517456988796,0.001209770489272174,0.7196211039843132,0.15372517456988796,0.0009836821766551695,0.8383917877383438,0.15372517456988796,0.0007538177130878068,0.6513767332218035,0.5,0.15372517456988796,0.0027568961113370294,0.2743991672992261,0.15372517456988796,0.0679657908340939,0.027610755082202676,0.5,0.15372517456988796,0.02328748098027513,0.11787167043032187,0.15372517456988796,0.054203433869913525,0.09762747691714321,0.15372517456988796,0.0007688653464554082,0.8341084880843475,0.15372517456988796,0.002740836041491317,0.7808879346598048,0.15372517456988796,0.0010239368857956007,0.9027969218496018,0.15372517456988796,0.0029988047449735315,0.6073974849153243,0.15372517456988796,0.03893902823950894,0.16923830641162782,0.5,0.15372517456988796,0.13344097290627982,0.04461529290334513,0.0,0.9660568775469295,1.0062537284254405 -131,0.5,0.15372517456988796,0.03126697053756697,0.7309176071192152,0.15372517456988796,0.008068180752248346,0.72666919195766,0.15372517456988796,0.054421722314290995,0.5195760453387929,0.15372517456988796,0.13173111984069066,0.3298434450189748,0.15372517456988796,0.017411006194941382,0.7340645817020244,0.15372517456988796,0.005455009327534842,0.6126831054533215,0.15372517456988796,0.008549927809056381,0.7802944525550425,0.15372517456988796,0.003749375582270368,0.6908560119299831,0.5,0.15372517456988796,0.007058373042538441,0.30544992183331876,0.15372517456988796,0.14153513970097892,0.028126543403481474,0.5,0.15372517456988796,0.07414759049313648,0.09012443201072898,0.15372517456988796,0.1262512290567688,0.09263099298093802,0.15372517456988796,0.003968377850716145,0.7309527249482048,0.15372517456988796,0.025871202608392516,0.7007017653946188,0.15372517456988796,0.007780143345887774,0.7560382235991715,0.15372517456988796,0.009738793938566827,0.6166857247752552,0.15372517456988796,0.05569548266972441,0.159723455008812,0.5,0.15372517456988796,0.24330304039187917,0.043150386050839915,0.0,0.9729895020447821,1.007879884689984 -132,0.5,0.15372517456988796,0.02706412103956783,0.7402307613924874,0.15372517456988796,0.05457963308789088,0.5601360813221629,0.15372517456988796,0.0974732367451,0.5848579883375696,0.15372517456988796,0.12859614779657283,0.3415718874409792,0.15372517456988796,0.027375246142191008,0.6518060147727087,0.15372517456988796,0.004387806352559728,0.5312762584893462,0.15372517456988796,0.005714204555612869,0.7715275304041268,0.15372517456988796,0.005696030073476001,0.6906580485665047,0.5,0.15372517456988796,0.009865250316129793,0.3600956631801343,0.15372517456988796,0.20875067173945933,0.01934176901681585,0.5,0.15372517456988796,0.10142013182623746,0.08606063681384385,0.15372517456988796,0.16220063881423136,0.07865235883637503,0.15372517456988796,0.03563767009814023,0.632363486086536,0.15372517456988796,0.04839388366907138,0.6937292756344302,0.15372517456988796,0.033665181744519754,0.6522954098717161,0.15372517456988796,0.018848444203147997,0.6264596765164848,0.15372517456988796,0.059317443395030395,0.14786172956724328,0.5,0.15372517456988796,0.29869861231904965,0.03995626363778559,0.0,0.9392852354276745,1.007671976956098 -133,0.5,0.15372517456988796,0.031851948646355016,0.6893508794216033,0.15372517456988796,0.055287192856322165,0.5987954777742567,0.15372517456988796,0.1324683120068694,0.5525549131871175,0.15372517456988796,0.07652573995060397,0.3543550910447832,0.15372517456988796,0.017895568640582313,0.531541759033719,0.15372517456988796,0.0054671354738644465,0.5481429962407605,0.15372517456988796,0.004589388546296119,0.8122983399124692,0.15372517456988796,0.008410540631275701,0.6971175407975466,0.5,0.15372517456988796,0.010263545064058435,0.4874996839690154,0.15372517456988796,0.2549963276883858,0.012736828480480893,0.5,0.15372517456988796,0.0887454789332342,0.08763343424857517,0.15372517456988796,0.16042031171918236,0.0755332546312336,0.15372517456988796,0.07030359972769545,0.6484746832598873,0.15372517456988796,0.03472805324046331,0.6547293942088266,0.15372517456988796,0.024395748959947096,0.6213709210490544,0.15372517456988796,0.010439304057638496,0.6630517971388458,0.15372517456988796,0.0689717787832165,0.1395084341071809,0.5,0.15372517456988796,0.32972172215625817,0.046834507713565815,0.0,0.8506373772672812,0.9962249214711671 -134,0.5,0.15372517456988796,0.025002624118179006,0.6248018172472558,0.15372517456988796,0.031880247895063135,0.4643235017676984,0.15372517456988796,0.10452279954804834,0.48397449229697015,0.15372517456988796,0.0615107653975384,0.3067284686163838,0.15372517456988796,0.01508202269737717,0.5913020117320177,0.15372517456988796,0.009856466851388145,0.6102505737090096,0.15372517456988796,0.004287532313957465,0.8634534242777725,0.15372517456988796,0.00968253310402283,0.6940630956322535,0.5,0.15372517456988796,0.007268770867275797,0.5035063358743166,0.15372517456988796,0.2937636522873537,0.008128036718164615,0.5,0.15372517456988796,0.06031473885946259,0.10637313365594052,0.15372517456988796,0.11894886868570549,0.08673161527853977,0.15372517456988796,0.04987580216679526,0.6498564220671477,0.15372517456988796,0.02931650770150951,0.6055617972033439,0.15372517456988796,0.010835641939402467,0.5564204060106643,0.15372517456988796,0.0037387649768031894,0.7213498968885258,0.15372517456988796,0.0980672184709464,0.11993973360453986,0.5,0.15372517456988796,0.3242155574164687,0.04182329406272072,0.0,0.7846466987417742,0.998861460678994 -135,0.5,0.15372517456988796,0.011670227178254191,0.5500506753178824,0.15372517456988796,0.017527051564721254,0.4911673094823722,0.15372517456988796,0.04985209730502917,0.4371725356595291,0.15372517456988796,0.034308386175144236,0.2636335602638306,0.15372517456988796,0.006519845557804299,0.5371545623225245,0.15372517456988796,0.004961162824151771,0.6529047989682429,0.15372517456988796,0.0021380741439935244,0.8540614493372484,0.15372517456988796,0.002847566604409206,0.7364913124950359,0.5,0.15372517456988796,0.002969793533069971,0.5128381448342997,0.15372517456988796,0.19566305398478878,0.014036997325288562,0.5,0.15372517456988796,0.026239363816047766,0.11179199515685302,0.15372517456988796,0.0595915609531944,0.10814471512435035,0.15372517456988796,0.021009074006176905,0.6118758412227777,0.15372517456988796,0.018238132889818973,0.6155111547565666,0.15372517456988796,0.0035804076700387336,0.6180782395055661,0.15372517456988796,0.0021661985996927397,0.7782350388997592,0.15372517456988796,0.08788166567243513,0.11250553135965362,0.5,0.15372517456988796,0.2694755479344185,0.026732470100181687,0.0,0.6537599635906517,1.0035921153018919 -136,0.5,0.15372517456988796,0.00021231912664165635,0.4912724004517374,0.15372517456988796,0.0,0.5256093253720269,0.15372517456988796,0.0038683003211251402,0.463950017323066,0.15372517456988796,0.0004900049180109389,0.25874453073520925,0.15372517456988796,0.0010476379507018971,0.4499273785842616,0.15372517456988796,0.0012651407649694824,0.5989042944615826,0.15372517456988796,0.0008542461234430368,0.8408827100022574,0.15372517456988796,0.0036678969798261862,0.7165541639954225,0.5,0.15372517456988796,0.000821228396669332,0.5095298291557108,0.15372517456988796,0.05580810011052526,0.0204296354013424,0.5,0.15372517456988796,0.005346977482044331,0.13827841536113264,0.15372517456988796,0.01576684511351239,0.14324531359252832,0.15372517456988796,0.0003014569346358761,0.5569136562988721,0.15372517456988796,0.0012670155036714776,0.5379381327984885,0.15372517456988796,0.0006314784983146426,0.7112280445729638,0.15372517456988796,0.0005599499593770774,0.7840536331996572,0.15372517456988796,0.022716469412177663,0.1163898618343633,0.5,0.15372517456988796,0.0695182500821562,0.022067734220771042,0.0,0.6167479244548963,0.98989481687661 -137,0.5,0.15372517456988796,0.0,0.4525690502152711,0.15372517456988796,0.0,0.4300406340834204,0.15372517456988796,0.0,0.5272444730346488,0.15372517456988796,0.0,0.28077013340502266,0.15372517456988796,0.0,0.4030793915529889,0.15372517456988796,0.0,0.6288933950383142,0.15372517456988796,0.0,0.8764182283863726,0.15372517456988796,0.0,0.6434638677175224,0.5,0.15372517456988796,4.790626138713318e-07,0.4998220742277661,0.15372517456988796,0.0,0.0203434896482487,0.5,0.15372517456988796,0.0,0.19454805287748325,0.15372517456988796,3.760010782963199e-05,0.2244117135561917,0.15372517456988796,0.0,0.5447409460746796,0.15372517456988796,0.0,0.4413491265615178,0.15372517456988796,0.0,0.7102230266252755,0.15372517456988796,0.0,0.7531700348458871,0.15372517456988796,0.0,0.1374347501661911,0.5,0.15372517456988796,0.0,0.015540830478604935,0.0,0.634598164255259,0.9770027495388278 -138,0.5,0.15372517456988796,0.0,0.46884623973566864,0.15372517456988796,0.0,0.3174131691983901,0.15372517456988796,0.0,0.6014403154497812,0.15372517456988796,0.0,0.3070108755043825,0.15372517456988796,0.0,0.44300649353702737,0.15372517456988796,0.0,0.6149846919450683,0.15372517456988796,0.0,0.8577946337872281,0.15372517456988796,0.0,0.5787441045896111,0.5,0.15372517456988796,0.0,0.4797480120243045,0.15372517456988796,0.0,0.022140894409317553,0.5,0.15372517456988796,0.0,0.2916657642158756,0.15372517456988796,0.0,0.2489464183492909,0.15372517456988796,0.0,0.480690157949003,0.15372517456988796,0.0,0.41169919347087147,0.15372517456988796,0.0,0.702427009876239,0.15372517456988796,0.0,0.7604463366002695,0.15372517456988796,0.0,0.1766406662572524,0.5,0.15372517456988796,0.0,0.013538605962323726,0.0,0.5010272576159218,0.9859305918348208 -139,0.5,0.15372517456988796,0.0,0.5189660374397438,0.15372517456988796,0.0,0.2551466098424929,0.15372517456988796,0.0,0.6019928825326976,0.15372517456988796,0.0,0.34183161208884605,0.15372517456988796,0.0,0.6055425533127836,0.15372517456988796,0.0,0.5213269063807129,0.15372517456988796,0.0,0.7503350663061937,0.15372517456988796,0.0,0.5474284171688325,0.5,0.15372517456988796,0.0,0.49752141771275815,0.15372517456988796,0.0,0.023693824464846,0.5,0.15372517456988796,0.0,0.5556920365014836,0.15372517456988796,0.0,0.30438502143203877,0.15372517456988796,0.0,0.4680594961320437,0.15372517456988796,0.0,0.3843792775137572,0.15372517456988796,0.0,0.6982190216807167,0.15372517456988796,0.0,0.7580184500379312,0.15372517456988796,0.0,0.23707253095054065,0.5,0.15372517456988796,0.0,0.013534317521968939,0.0,0.4061523496604507,0.9777851923868481 -140,0.5,0.15372517456988796,0.0,0.5818499675935613,0.15372517456988796,0.0,0.25901743077282074,0.15372517456988796,0.0,0.5893092051334534,0.15372517456988796,0.0,0.3816732652964279,0.15372517456988796,0.0,0.5069295367992775,0.15372517456988796,0.0,0.5729639934295692,0.15372517456988796,0.0,0.6762492518392731,0.15372517456988796,0.0,0.47849654575986167,0.5,0.15372517456988796,0.0,0.5060057004703005,0.15372517456988796,0.0,0.03699770251601409,0.5,0.15372517456988796,0.0,0.5507749250277503,0.15372517456988796,0.0,0.34498071370678507,0.15372517456988796,0.0,0.40402983167126827,0.15372517456988796,0.0,0.47526454571980337,0.15372517456988796,0.0,0.6728222481240818,0.15372517456988796,0.0,0.6919414463366903,0.15372517456988796,0.0,0.2970161328188873,0.5,0.15372517456988796,0.0,0.012795643704378483,0.0,0.45603288920329976,1.0045122655596108 -141,0.5,0.15372517456988796,0.0,0.6114996436470872,0.15372517456988796,0.0,0.26304004428565825,0.15372517456988796,0.0,0.6005330549621641,0.15372517456988796,0.0,0.4028740861578151,0.15372517456988796,0.0,0.41094340758553,0.15372517456988796,0.0,0.6416301404765998,0.15372517456988796,0.0,0.7181553859987649,0.15372517456988796,0.0,0.3932294037485631,0.5,0.15372517456988796,0.0,0.5023109764789687,0.15372517456988796,0.0,0.05144237632891939,0.5,0.15372517456988796,0.0,0.5239325514952017,0.15372517456988796,0.0,0.3350955423077222,0.15372517456988796,0.0,0.3604032191488932,0.15372517456988796,0.0,0.5126027545111633,0.15372517456988796,0.0,0.6054600947942754,0.15372517456988796,0.0,0.6472451173061563,0.15372517456988796,0.0,0.2952600569354432,0.5,0.15372517456988796,0.0,0.01732202367356033,0.0,0.41005124604933196,0.9939349428194869 -142,0.5,0.15372517456988796,0.0,0.5620680277541699,0.15372517456988796,0.0,0.30270547507025336,0.15372517456988796,0.0,0.6090018985033846,0.15372517456988796,0.0,0.42079925942053137,0.15372517456988796,0.0,0.5903442168470097,0.15372517456988796,0.0,0.600419993256506,0.15372517456988796,0.0,0.715201659153168,0.15372517456988796,0.0,0.33590395089354497,0.5,0.15372517456988796,0.0,0.527972140822189,0.15372517456988796,0.0,0.06471031322793223,0.5,0.15372517456988796,0.0,0.4746015632998329,0.15372517456988796,0.0,0.3129462524340235,0.15372517456988796,0.0,0.41530713361452576,0.15372517456988796,0.0,0.47322996737110096,0.15372517456988796,0.0,0.5262253914785472,0.15372517456988796,0.0,0.5887413470440828,0.15372517456988796,0.0,0.3105103999231385,0.5,0.15372517456988796,0.0,0.027663560596913418,0.0,0.3985273009249493,1.00096452257483 -143,0.5,0.15372517456988796,0.0,0.4794153445301077,0.15372517456988796,0.0,0.2803217914723853,0.15372517456988796,0.0,0.5689188159743134,0.15372517456988796,0.0,0.43131511325978267,0.15372517456988796,0.0,0.6848431711120014,0.15372517456988796,0.0,0.6002205110503123,0.15372517456988796,0.0,0.6761514764225671,0.15372517456988796,0.0,0.3505104224871296,0.5,0.15372517456988796,0.0,0.5716927600990118,0.15372517456988796,0.0,0.06556806498614763,0.5,0.15372517456988796,0.0,0.40191275111706776,0.15372517456988796,0.0,0.28941640237577254,0.15372517456988796,0.0,0.5975092779640827,0.15372517456988796,0.0,0.5369309714078749,0.15372517456988796,0.0,0.4804030730789755,0.15372517456988796,0.0,0.4819682238176069,0.15372517456988796,0.0,0.2987881789282606,0.5,0.15372517456988796,0.0,0.03929768804626669,0.0,0.4646426081856736,1.0082908811721418 -144,0.5,0.15372517456988796,0.0,0.39446133228036456,0.15372517456988796,0.0,0.19758221268248,0.15372517456988796,0.0,0.4951847450188206,0.15372517456988796,0.0,0.4180555856223696,0.15372517456988796,0.0,0.7604732580266605,0.15372517456988796,0.0,0.6721537101677099,0.15372517456988796,0.0,0.619294008045106,0.15372517456988796,0.0,0.4408051339909418,0.5,0.15372517456988796,0.0,0.5664259070897029,0.15372517456988796,0.0,0.06971215961511805,0.5,0.15372517456988796,0.0,0.41330203841601815,0.15372517456988796,0.0,0.2887086621422627,0.15372517456988796,0.0,0.49463914728125785,0.15372517456988796,0.0,0.6332589258067679,0.15372517456988796,0.0,0.5326155741923615,0.15372517456988796,0.0,0.4422148992941553,0.15372517456988796,0.0,0.32641458409714774,0.5,0.15372517456988796,0.0,0.0438894395366637,0.0,0.3856520458415838,1.0093945875762305 -145,0.5,0.15372517456988796,0.0,0.32925400876890926,0.15372517456988796,0.0,0.4188698302293464,0.15372517456988796,0.0,0.4267276204609765,0.15372517456988796,0.0,0.4070721579206424,0.15372517456988796,0.0,0.8150975653278278,0.15372517456988796,0.0,0.7651027356906317,0.15372517456988796,0.0,0.6150336044236627,0.15372517456988796,0.0,0.5154351572392804,0.5,0.15372517456988796,0.0,0.510710400940006,0.15372517456988796,0.0,0.055071268281285585,0.5,0.15372517456988796,0.0,0.4934082883321319,0.15372517456988796,0.0,0.32615584070055476,0.15372517456988796,0.0,0.5627915885758236,0.15372517456988796,0.0,0.7302992704307936,0.15372517456988796,0.0,0.532083746604007,0.15372517456988796,0.0,0.4693465021080688,0.15372517456988796,0.0,0.3049343383256436,0.5,0.15372517456988796,0.0,0.04696424494381078,0.0,0.34253602969909525,1.0100572108923904 -146,0.5,0.15372517456988796,0.0,0.2983536602408349,0.15372517456988796,0.0,0.5101236994489774,0.15372517456988796,0.0,0.40238708168947057,0.15372517456988796,0.0,0.3537965761884015,0.15372517456988796,0.0,0.9033537170670936,0.15372517456988796,0.0,0.8158885610897819,0.15372517456988796,0.0,0.6793178739685269,0.15372517456988796,0.0,0.5837141898185423,0.5,0.15372517456988796,0.0,0.5782522373417089,0.15372517456988796,0.0,0.051075779009564365,0.5,0.15372517456988796,0.0,0.4981913491773707,0.15372517456988796,0.0,0.2909794669577452,0.15372517456988796,0.0,0.7044230624020356,0.15372517456988796,0.0,0.8029830194929511,0.15372517456988796,0.0,0.477989076063379,0.15372517456988796,0.0,0.5322244420849501,0.15372517456988796,0.0,0.28796709305865154,0.5,0.15372517456988796,0.0,0.043546212420475294,0.0,0.42723544336244546,1.01094972898229 -147,0.5,0.15372517456988796,0.0,0.2928238786270383,0.15372517456988796,0.0,0.59252108602428,0.15372517456988796,0.0,0.40126654904506937,0.15372517456988796,0.0,0.3186928155492197,0.15372517456988796,0.0,0.9058908547032285,0.15372517456988796,0.0,0.8377294819608234,0.15372517456988796,0.0,0.7206606374903483,0.15372517456988796,0.0,0.6868134684549752,0.5,0.15372517456988796,0.0,0.6785207635976042,0.15372517456988796,0.0,0.05861909176242115,0.5,0.15372517456988796,0.0,0.4456252630846825,0.15372517456988796,0.0,0.2568307468466132,0.15372517456988796,0.0,0.7546209176627401,0.15372517456988796,0.0,0.8499419304625513,0.15372517456988796,0.0,0.5155978243136414,0.15372517456988796,0.0,0.5330330829130846,0.15372517456988796,0.0,0.2812644438117019,0.5,0.15372517456988796,0.0,0.050885763350259294,0.0,0.4698711368296801,1.0108031157840527 -148,0.5,0.15372517456988796,0.0,0.29800423653424285,0.15372517456988796,0.0,0.7106467550095024,0.15372517456988796,0.0,0.49942963713332345,0.15372517456988796,0.0,0.3144576397720757,0.15372517456988796,0.0,0.9209411855429711,0.15372517456988796,0.0,0.8963887491965479,0.15372517456988796,0.0,0.7395497594132636,0.15372517456988796,0.0,0.6860291710998654,0.5,0.15372517456988796,0.0,0.6573094686577586,0.15372517456988796,0.0,0.07456392022886016,0.5,0.15372517456988796,0.0,0.3714633167354789,0.15372517456988796,0.0,0.2267633494996997,0.15372517456988796,0.0,0.846017481857879,0.15372517456988796,0.0,0.8667114729046924,0.15372517456988796,0.0,0.6173528210941088,0.15372517456988796,0.0,0.5832807075956744,0.15372517456988796,0.0,0.2662870878549929,0.5,0.15372517456988796,0.0,0.0633401206005125,0.0,0.4669264393170595,1.010568679739168 -149,0.5,0.15372517456988796,0.0,0.3202687983874938,0.15372517456988796,0.0,0.8141427910124507,0.15372517456988796,0.0,0.5672857171965577,0.15372517456988796,0.0,0.34943121294646023,0.15372517456988796,0.0,0.9646033500663488,0.15372517456988796,0.0,0.9391394029465054,0.15372517456988796,0.0,0.7761218496731217,0.15372517456988796,0.0,0.7065725304259508,0.5,0.15372517456988796,0.0,0.6406749636244431,0.15372517456988796,0.0,0.0860172856873255,0.5,0.15372517456988796,0.0,0.460344494684498,0.15372517456988796,0.0,0.20312173295418226,0.15372517456988796,0.0,0.8951171539985059,0.15372517456988796,0.0,0.8755670061504363,0.15372517456988796,0.0,0.6663876040757465,0.15372517456988796,0.0,0.6324333583315446,0.15372517456988796,0.0,0.33257407582233817,0.5,0.15372517456988796,0.0,0.07492270783962718,0.0,0.5529302821168903,1.0107179176922716 -150,0.5,0.15372517456988796,0.0,0.37490916259910717,0.15372517456988796,0.0,0.8227625756994131,0.15372517456988796,0.0,0.4952238293632472,0.15372517456988796,0.0,0.3819642368685284,0.15372517456988796,0.0,1.002117761792603,0.15372517456988796,0.0,0.9801104724767049,0.15372517456988796,0.0,0.8224974298102283,0.15372517456988796,0.0,0.7764821655032359,0.5,0.15372517456988796,0.0,0.6644044832343483,0.15372517456988796,0.0,0.09164862274110498,0.5,0.15372517456988796,0.0,0.6586818044218362,0.15372517456988796,0.0,0.19679566291131603,0.15372517456988796,0.0,0.9067989707989743,0.15372517456988796,0.0,0.8990299953355881,0.15372517456988796,0.0,0.7316315210510427,0.15372517456988796,0.0,0.608300704676406,0.15372517456988796,0.0,0.3478244436238193,0.5,0.15372517456988796,0.0,0.09096933466493747,0.0,0.6644805835934959,1.0109966701131574 -151,0.5,0.15372517456988796,0.0,0.44624526997319347,0.15372517456988796,0.0,0.8648839636786959,0.15372517456988796,0.0,0.5494669758961047,0.15372517456988796,0.0,0.39960961399309597,0.15372517456988796,0.0,1.0185478905950516,0.15372517456988796,0.0,0.9371706954072405,0.15372517456988796,0.0,0.8610597664980209,0.15372517456988796,0.0,0.7659962025064624,0.5,0.15372517456988796,0.0,0.6423644794244686,0.15372517456988796,0.0,0.09494949743267624,0.5,0.15372517456988796,0.0,0.5116723634959436,0.15372517456988796,0.0,0.15055424165140158,0.15372517456988796,0.0,0.9118292926494168,0.15372517456988796,0.0,0.9371847900701054,0.15372517456988796,0.0,0.7894120956815226,0.15372517456988796,0.0,0.6503014912486651,0.15372517456988796,0.0,0.37235482235417083,0.5,0.15372517456988796,0.0,0.09287716955198252,0.0,0.7575159449364863,1.0112916829837646 -152,0.5,0.15372517456988796,0.0,0.5235047454260576,0.15372517456988796,0.0,0.9239617849892854,0.15372517456988796,0.0,0.575203327692504,0.15372517456988796,0.0,0.4258029041732343,0.15372517456988796,0.0,1.0152991024896192,0.15372517456988796,0.0,0.9095835487369548,0.15372517456988796,0.0,0.9002062277375055,0.15372517456988796,0.0,0.6944444465198504,0.5,0.15372517456988796,0.0,0.5914661980242182,0.15372517456988796,0.0,0.07750679546842573,0.5,0.15372517456988796,0.0,0.3883595967334095,0.15372517456988796,0.0,0.11503788296238474,0.15372517456988796,0.0,0.9156214832324945,0.15372517456988796,0.0,0.9678963848859456,0.15372517456988796,0.0,0.8340289651067383,0.15372517456988796,0.0,0.7237648807816236,0.15372517456988796,0.0,0.335778964232884,0.5,0.15372517456988796,0.0,0.07941590211691368,0.0,0.8661177744489298,1.011393976295399 -153,0.5,0.15372517456988796,4.948144182434876e-05,0.5890045420692422,0.15372517456988796,0.0,0.9645590004395752,0.15372517456988796,8.37642359112653e-06,0.5229846328602865,0.15372517456988796,0.0015393682655150097,0.4630302341471177,0.15372517456988796,0.0,0.9982480364532328,0.15372517456988796,0.0,0.8919987775865523,0.15372517456988796,0.0,0.8743822285442158,0.15372517456988796,0.0,0.6140237513279956,0.5,0.15372517456988796,0.0,0.5474151903324321,0.15372517456988796,0.0016808240380869247,0.05220760607394699,0.5,0.15372517456988796,2.464805306042855e-06,0.3647807420968875,0.15372517456988796,0.0004639306410078924,0.0869756397330332,0.15372517456988796,0.0,0.9447357567972489,0.15372517456988796,0.0,0.9749768866418967,0.15372517456988796,0.0,0.8512588413639824,0.15372517456988796,0.0,0.6903048986604461,0.15372517456988796,0.00022788746837988026,0.2808217583607202,0.5,0.15372517456988796,0.0010664481329587824,0.053608803494946206,0.0,0.8116517032278745,1.011294251896934 -154,0.5,0.15372517456988796,0.016377410498172755,0.6389600631350834,0.15372517456988796,0.0016519300361436467,0.9600000241740586,0.15372517456988796,0.009067998056693291,0.5311259775159509,0.15372517456988796,0.06740890936700301,0.48239081832503006,0.15372517456988796,0.0015941509155058926,0.9903254966334278,0.15372517456988796,0.0017874573929996254,0.897006664329949,0.15372517456988796,0.006217855292824408,0.8353530718409004,0.15372517456988796,0.009022687221523879,0.6161125746764307,0.5,0.15372517456988796,0.00946453795857073,0.5424960988928313,0.15372517456988796,0.04142369086787609,0.024942121091167245,0.5,0.15372517456988796,0.0059049813152433125,0.348633579172455,0.15372517456988796,0.02654997883757374,0.067975926375582,0.15372517456988796,0.000758904811531823,0.9657874717764738,0.15372517456988796,0.001554998995372271,0.951905459022612,0.15372517456988796,0.004534593888556085,0.8431780372382283,0.15372517456988796,0.004324142702133231,0.6403822529593725,0.15372517456988796,0.009439184683513775,0.2710941219135547,0.5,0.15372517456988796,0.019436359785455208,0.033794853900997776,0.0,0.8028029131374099,1.011143378366643 -155,0.5,0.15372517456988796,0.03380669336389873,0.6603271812943519,0.15372517456988796,0.006733344959575769,0.8915346245620175,0.15372517456988796,0.02124102650746627,0.5556664799372072,0.15372517456988796,0.0905093598531215,0.4335560036669237,0.15372517456988796,0.007704480413087013,0.9972410628915387,0.15372517456988796,0.012357986042821166,0.9335594350025972,0.15372517456988796,0.05247787967497056,0.8422351696775248,0.15372517456988796,0.04357589529979311,0.683475924812795,0.5,0.15372517456988796,0.0466363378747333,0.5661680667293252,0.15372517456988796,0.08975671504652125,0.00951372253034539,0.5,0.15372517456988796,0.04116752632799132,0.2960927347695401,0.15372517456988796,0.08254309618173476,0.06745158459249889,0.15372517456988796,0.004009975875870556,0.9669778075237809,0.15372517456988796,0.008013760196348777,0.9439365445871402,0.15372517456988796,0.0336978806700298,0.7770689047872139,0.15372517456988796,0.0255730248721221,0.726825520792419,0.15372517456988796,0.03330757797246995,0.2722187258320336,0.5,0.15372517456988796,0.05274086181708798,0.017961718187849023,0.0,0.8555891946382178,1.0112067668906053 -156,0.5,0.15372517456988796,0.036539741380277165,0.6446978280940384,0.15372517456988796,0.01339270961675125,0.8462881755035273,0.15372517456988796,0.04342492345207833,0.5866549033615989,0.15372517456988796,0.08172971264657392,0.3709345712706689,0.15372517456988796,0.012402664107905085,0.999111440958471,0.15372517456988796,0.01322152582739658,0.9001007673521356,0.15372517456988796,0.08806938287846587,0.8732424545273973,0.15372517456988796,0.02851463925280278,0.6215114576057534,0.5,0.15372517456988796,0.08470930669973728,0.5157447349791638,0.15372517456988796,0.14022549676191737,0.0032282652655373453,0.5,0.15372517456988796,0.15180843775527297,0.28647762840485314,0.15372517456988796,0.1468726507963169,0.08097319591022868,0.15372517456988796,0.01255150290519752,0.954732156675336,0.15372517456988796,0.015104619571416785,0.9497380274824387,0.15372517456988796,0.08320584040282572,0.7683533526082112,0.15372517456988796,0.06486716941480118,0.7667415626349802,0.15372517456988796,0.06337661561177005,0.27744316700180105,0.5,0.15372517456988796,0.09068290240628596,0.008922284619024251,0.0,0.9303963538071442,1.0112551354642667 -157,0.5,0.15372517456988796,0.03630487382914994,0.6211051362336554,0.15372517456988796,0.016549690573570225,0.8945855338926876,0.15372517456988796,0.07542702331055859,0.6357533594325493,0.15372517456988796,0.10495757464906319,0.3721733680897925,0.15372517456988796,0.02380686447235864,0.9864671796170478,0.15372517456988796,0.01947401874307286,0.8607965311576096,0.15372517456988796,0.04299914784171581,0.8365762103308061,0.15372517456988796,0.08254442959030127,0.6540331459596517,0.5,0.15372517456988796,0.12041234861089342,0.44851791509954014,0.15372517456988796,0.16240518474689036,0.003697366501555926,0.5,0.15372517456988796,0.3128309924190685,0.2864237879699601,0.15372517456988796,0.21062268634552297,0.07526217172802871,0.15372517456988796,0.022929467497565026,0.9445376985875336,0.15372517456988796,0.020999041722533265,0.9425344121666215,0.15372517456988796,0.07435537620027463,0.7974253261308566,0.15372517456988796,0.040826911742378805,0.7307197310069129,0.15372517456988796,0.07692531652872267,0.26305192732791904,0.5,0.15372517456988796,0.12098260802181282,0.007759400154543597,0.0,0.9567179080079119,1.0111749684594802 -158,0.5,0.15372517456988796,0.036676159322764745,0.6259520997738001,0.15372517456988796,0.009461249505622243,0.8764127484332187,0.15372517456988796,0.07248596470536883,0.5954311917150045,0.15372517456988796,0.07495519795328787,0.38191186359168106,0.15372517456988796,0.08055648696695836,0.981364100418024,0.15372517456988796,0.02387972046878664,0.877291885992448,0.15372517456988796,0.02805201031054442,0.7536650042780236,0.15372517456988796,0.0412028865170288,0.626426944076069,0.5,0.15372517456988796,0.14018075380768974,0.33440536692914336,0.15372517456988796,0.12918363029305885,0.0026372353607266993,0.5,0.15372517456988796,0.36733187081983365,0.21185034691913535,0.15372517456988796,0.24470042109458356,0.05681488250923436,0.15372517456988796,0.00758232897960661,0.952411578780703,0.15372517456988796,0.045670347932791365,0.9286183334881497,0.15372517456988796,0.02299822186009615,0.7597549487703403,0.15372517456988796,0.015370271958189501,0.6361787374305244,0.15372517456988796,0.08431108544734087,0.21464499185232455,0.5,0.15372517456988796,0.13053034599948146,0.010600632273352418,0.0,0.8723780736985502,1.0111371692399318 -159,0.5,0.15372517456988796,0.008060425275647834,0.6272144358121227,0.15372517456988796,0.005780272080364125,0.8209093576386151,0.15372517456988796,0.045833777771716974,0.5537881701222832,0.15372517456988796,0.04802652386743754,0.3451374936466417,0.15372517456988796,0.03873469643393132,0.9792207305646078,0.15372517456988796,0.010706356287144508,0.7781964991566244,0.15372517456988796,0.019930315931301172,0.7476122324354203,0.15372517456988796,0.04329492277756545,0.5304738491246594,0.5,0.15372517456988796,0.11976553109153078,0.258367022299582,0.15372517456988796,0.11410391539802492,0.004550521614650405,0.5,0.15372517456988796,0.28002406683138215,0.13839915797308658,0.15372517456988796,0.17594394520858928,0.055661241225209414,0.15372517456988796,0.003167031685468313,0.918693426375006,0.15372517456988796,0.058536721949786236,0.9139505096886729,0.15372517456988796,0.012269125565960966,0.6794237933320023,0.15372517456988796,0.009164456054932614,0.5421416390089172,0.15372517456988796,0.07980546716117667,0.15145460479218814,0.5,0.15372517456988796,0.11129691851805504,0.004284668110160893,0.0,0.8851899623306685,1.0109236798019328 -160,0.5,0.15372517456988796,7.732467929418722e-05,0.6205725392584817,0.15372517456988796,0.0,0.8263681642729696,0.15372517456988796,0.010817500959816154,0.5240705068862312,0.15372517456988796,0.00014408427339330796,0.2877407268434763,0.15372517456988796,0.012374814813331787,0.9447216808410493,0.15372517456988796,0.034538888634366355,0.6898340364807198,0.15372517456988796,0.002079562041181698,0.7236270629641828,0.15372517456988796,0.02557768842968791,0.45661327828180065,0.5,0.15372517456988796,0.05276128356693199,0.20996782066958258,0.15372517456988796,0.03249511112878171,0.010696871549946602,0.5,0.15372517456988796,0.09548100000361778,0.11442556392327348,0.15372517456988796,0.06843573978549186,0.06149910072014069,0.15372517456988796,9.711542095981661e-05,0.9019878455387937,0.15372517456988796,0.011603978474368944,0.9150383034775973,0.15372517456988796,0.0014509181365527225,0.6543726782003563,0.15372517456988796,0.004650799844114922,0.4931747290190647,0.15372517456988796,0.037942220429719536,0.12827467846186594,0.5,0.15372517456988796,0.04563511621933892,0.01001094607923958,0.0,0.8466963446848517,1.0110218079957713 -161,0.5,0.15372517456988796,0.0,0.6091649494142805,0.15372517456988796,0.0,0.8241717295786994,0.15372517456988796,0.0,0.42626129791634565,0.15372517456988796,0.0,0.25757364867533306,0.15372517456988796,0.0,0.8423998975335627,0.15372517456988796,0.0,0.7014643179333803,0.15372517456988796,0.0,0.6881744963651859,0.15372517456988796,0.0,0.4076846194124641,0.5,0.15372517456988796,2.3780143637953358e-05,0.199625238652382,0.15372517456988796,0.0,0.009751254536080802,0.5,0.15372517456988796,0.0,0.1306807267036023,0.15372517456988796,0.0,0.06825815864946141,0.15372517456988796,0.0,0.8830540562100984,0.15372517456988796,0.0,0.8991114748868203,0.15372517456988796,0.0,0.6522800786781886,0.15372517456988796,0.0,0.4454783127778331,0.15372517456988796,0.0,0.12378764469995723,0.5,0.15372517456988796,0.0,0.02126804165974322,0.0,0.8484986168495747,1.009713114901787 -162,0.5,0.15372517456988796,0.0,0.6001225879997546,0.15372517456988796,0.0,0.8973827492683927,0.15372517456988796,0.0,0.3721645241576045,0.15372517456988796,0.0,0.2469751598582995,0.15372517456988796,0.0,0.852672461558879,0.15372517456988796,0.0,0.7007733035093082,0.15372517456988796,0.0,0.7067116324988326,0.15372517456988796,0.0,0.47666736397112536,0.5,0.15372517456988796,0.0,0.1992755916268286,0.15372517456988796,0.0,0.014602810778553603,0.5,0.15372517456988796,0.0,0.1387565719601916,0.15372517456988796,0.0,0.07176415190060029,0.15372517456988796,0.0,0.9020151364054877,0.15372517456988796,0.0,0.8411708921564705,0.15372517456988796,0.0,0.6285074422303746,0.15372517456988796,0.0,0.3993957456047249,0.15372517456988796,0.0,0.11774812579184402,0.5,0.15372517456988796,0.0,0.019946806495910588,0.0,0.8701391352258807,1.0101303874605776 -163,0.5,0.15372517456988796,0.0,0.5734917603593621,0.15372517456988796,0.0,0.8563509556901973,0.15372517456988796,0.0,0.3411167168648102,0.15372517456988796,0.0,0.2341247575207937,0.15372517456988796,0.0,0.8848198607652744,0.15372517456988796,0.0,0.8012192588454132,0.15372517456988796,0.0,0.7480349414200318,0.15372517456988796,0.0,0.5151410526422393,0.5,0.15372517456988796,0.0,0.1888121799555908,0.15372517456988796,0.0,0.015655757710791262,0.5,0.15372517456988796,0.0,0.12527871717905026,0.15372517456988796,0.0,0.07604561882262914,0.15372517456988796,0.0,0.8820929591345266,0.15372517456988796,0.0,0.8446083215361885,0.15372517456988796,0.0,0.6199336140769137,0.15372517456988796,0.0,0.41555109265767387,0.15372517456988796,0.0,0.11014916874063446,0.5,0.15372517456988796,0.0,0.024167281747746086,0.0,0.8240506953159076,1.0108204046619464 -164,0.5,0.15372517456988796,0.0,0.5388806988764855,0.15372517456988796,0.0,0.7636091543056825,0.15372517456988796,0.0,0.34855478931031025,0.15372517456988796,0.0,0.2016455981869186,0.15372517456988796,0.0,0.9354300677409862,0.15372517456988796,0.0,0.85051784884101,0.15372517456988796,0.0,0.8176777371413961,0.15372517456988796,0.0,0.47670955150116384,0.5,0.15372517456988796,0.0,0.1702498611623637,0.15372517456988796,0.0,0.011011521286564355,0.5,0.15372517456988796,0.0,0.1128273781149044,0.15372517456988796,0.0,0.08501270075571504,0.15372517456988796,0.0,0.8955941507701355,0.15372517456988796,0.0,0.8698187957798407,0.15372517456988796,0.0,0.6700929218009933,0.15372517456988796,0.0,0.4615350038361837,0.15372517456988796,0.0,0.09145090777361507,0.5,0.15372517456988796,0.0,0.020435003705120115,0.0,0.782626357722336,1.0109999816766118 -165,0.5,0.15372517456988796,0.0,0.5278522256980411,0.15372517456988796,0.0,0.8413958164006842,0.15372517456988796,0.0,0.37164497183298134,0.15372517456988796,0.0,0.18746455313063454,0.15372517456988796,0.0,0.9687457582701644,0.15372517456988796,0.0,0.8323390675357476,0.15372517456988796,0.0,0.8178776463250932,0.15372517456988796,0.0,0.4116298137966639,0.5,0.15372517456988796,0.0,0.14860648487213302,0.15372517456988796,0.0,0.012905506618305567,0.5,0.15372517456988796,0.0,0.12901489217133574,0.15372517456988796,0.0,0.07499788214765538,0.15372517456988796,0.0,0.9253933621581626,0.15372517456988796,0.0,0.9079236257447001,0.15372517456988796,0.0,0.7454909581522117,0.15372517456988796,0.0,0.441105413788114,0.15372517456988796,0.0,0.08981425751900575,0.5,0.15372517456988796,0.0,0.021647380912058367,0.0,0.8099592520966573,1.0110443862016016 -166,0.5,0.15372517456988796,0.0,0.549481453344284,0.15372517456988796,0.0,0.9007961178074939,0.15372517456988796,0.0,0.35018927394929056,0.15372517456988796,0.0,0.18725585066993972,0.15372517456988796,0.0,0.9615704143139814,0.15372517456988796,0.0,0.7824161822839681,0.15372517456988796,0.0,0.7750472335937144,0.15372517456988796,0.0,0.3625204560978518,0.5,0.15372517456988796,0.0,0.14607869954941505,0.15372517456988796,0.0,0.01325983557717073,0.5,0.15372517456988796,0.0,0.13659026184160386,0.15372517456988796,0.0,0.07834887490466923,0.15372517456988796,0.0,0.9505839202157373,0.15372517456988796,0.0,0.9203110898009775,0.15372517456988796,0.0,0.7910469006376905,0.15372517456988796,0.0,0.3882730811677386,0.15372517456988796,0.0,0.09148552282922616,0.5,0.15372517456988796,0.0,0.019969220607132455,0.0,0.8617079084803804,1.0110226792645824 -167,0.5,0.15372517456988796,0.0,0.5897139114114354,0.15372517456988796,0.0,0.9145305691989004,0.15372517456988796,0.0,0.2894172474496704,0.15372517456988796,0.0,0.1797442239397393,0.15372517456988796,0.0,0.9339698780775999,0.15372517456988796,0.0,0.719199089252889,0.15372517456988796,0.0,0.719226463475772,0.15372517456988796,0.0,0.3198824875741827,0.5,0.15372517456988796,0.0,0.16006662424649337,0.15372517456988796,0.0,0.018585856563436184,0.5,0.15372517456988796,0.0,0.13224741437183954,0.15372517456988796,0.0,0.07530694172844601,0.15372517456988796,0.0,0.9606976955248617,0.15372517456988796,0.0,0.9200473717342408,0.15372517456988796,0.0,0.7724298901279157,0.15372517456988796,0.0,0.3709805863450846,0.15372517456988796,0.0,0.10094982744337927,0.5,0.15372517456988796,0.0,0.01810999707527386,0.0,0.8680493801889497,1.0110274032533457 -168,0.5,0.15372517456988796,0.0,0.6231409959527258,0.15372517456988796,0.0,0.9027086798413331,0.15372517456988796,0.0,0.29018954835751554,0.15372517456988796,0.0,0.18375996923411336,0.15372517456988796,0.0,0.8930684442148994,0.15372517456988796,0.0,0.6710381994802455,0.15372517456988796,0.0,0.628638067650115,0.15372517456988796,0.0,0.3058272385497487,0.5,0.15372517456988796,0.0,0.1942710431882804,0.15372517456988796,0.0,0.02687478365833184,0.5,0.15372517456988796,0.0,0.1144072779076982,0.15372517456988796,0.0,0.08301219264451845,0.15372517456988796,0.0,0.9533658083400347,0.15372517456988796,0.0,0.9018129099827494,0.15372517456988796,0.0,0.737819525177172,0.15372517456988796,0.0,0.3460399521260669,0.15372517456988796,0.0,0.09813852326253901,0.5,0.15372517456988796,0.0,0.01937529051218877,0.0,0.9131471570691642,1.0029620402526547 -169,0.5,0.15372517456988796,0.0,0.6227647520283228,0.15372517456988796,0.0,0.883047857916052,0.15372517456988796,0.0,0.32091132963307456,0.15372517456988796,0.0,0.204987870425364,0.15372517456988796,0.0,0.8679482702024728,0.15372517456988796,0.0,0.6951519283260883,0.15372517456988796,0.0,0.5701617256299485,0.15372517456988796,0.0,0.31639635940546756,0.5,0.15372517456988796,0.0,0.23665349638680228,0.15372517456988796,0.0,0.02764212168361655,0.5,0.15372517456988796,0.0,0.1321774062263453,0.15372517456988796,0.0,0.10331894236625896,0.15372517456988796,0.0,0.939718552754763,0.15372517456988796,0.0,0.8574134144805403,0.15372517456988796,0.0,0.6707176722850643,0.15372517456988796,0.0,0.3570472584278866,0.15372517456988796,0.0,0.09937943396330808,0.5,0.15372517456988796,0.0,0.01741499736567867,0.0,0.9240349456805104,0.9973276440799131 -170,0.5,0.15372517456988796,0.0,0.6000385502112341,0.15372517456988796,0.0,0.8158286632124097,0.15372517456988796,0.0,0.368439253815745,0.15372517456988796,0.0,0.22183523155535528,0.15372517456988796,0.0,0.9011262837243221,0.15372517456988796,0.0,0.7657594816288261,0.15372517456988796,0.0,0.6195182068708808,0.15372517456988796,0.0,0.311422610630245,0.5,0.15372517456988796,0.0,0.22675984958476586,0.15372517456988796,0.0,0.028930132945151416,0.5,0.15372517456988796,0.0,0.15903634149842688,0.15372517456988796,0.0,0.1435012771534323,0.15372517456988796,0.0,0.9095897189071203,0.15372517456988796,0.0,0.8252638518016063,0.15372517456988796,0.0,0.6074841065210886,0.15372517456988796,0.0,0.4512980718426995,0.15372517456988796,0.0,0.12330547933877303,0.5,0.15372517456988796,0.0,0.014340630240012659,0.0,0.9132318301775232,0.9966845197868061 -171,0.5,0.15372517456988796,0.0,0.5546779845911046,0.15372517456988796,0.0,0.7626555756640152,0.15372517456988796,0.0,0.3825481128848401,0.15372517456988796,0.0,0.2507069319133663,0.15372517456988796,0.0,0.9489416343646724,0.15372517456988796,0.0,0.7630745429215672,0.15372517456988796,0.0,0.7074775835161774,0.15372517456988796,0.0,0.24345226312439672,0.5,0.15372517456988796,0.0,0.20180332268202586,0.15372517456988796,0.0,0.04787967842829752,0.5,0.15372517456988796,0.0,0.21640569870545204,0.15372517456988796,0.0,0.22914310647842986,0.15372517456988796,0.0,0.8713315346307338,0.15372517456988796,0.0,0.8478387432942559,0.15372517456988796,0.0,0.6362776622619611,0.15372517456988796,0.0,0.509992990420055,0.15372517456988796,0.0,0.1502605050449437,0.5,0.15372517456988796,0.0,0.0194715897867059,0.0,0.9114891314736616,1.0064944729172185 -172,0.5,0.15372517456988796,0.0,0.5175998034771312,0.15372517456988796,0.0,0.8143822314882904,0.15372517456988796,0.0,0.37655119313732555,0.15372517456988796,0.0,0.2836311888506305,0.15372517456988796,0.0,0.9621661859173319,0.15372517456988796,0.0,0.6855906336116788,0.15372517456988796,0.0,0.7232914400768413,0.15372517456988796,0.0,0.22774668751757066,0.5,0.15372517456988796,0.0,0.2710593901520824,0.15372517456988796,0.0,0.07420738616273248,0.5,0.15372517456988796,0.0,0.2891163935012561,0.15372517456988796,0.0,0.27386160600072157,0.15372517456988796,0.0,0.8444579596147755,0.15372517456988796,0.0,0.8800174407336661,0.15372517456988796,0.0,0.7324361501190562,0.15372517456988796,0.0,0.4766758135485844,0.15372517456988796,0.0,0.17367961587641723,0.5,0.15372517456988796,0.0,0.03149262389732065,0.0,0.890405437529138,1.0085873892771318 -173,0.5,0.15372517456988796,0.0,0.4946525073548792,0.15372517456988796,0.0,0.9320109040970188,0.15372517456988796,0.0,0.3478012988062527,0.15372517456988796,0.0,0.2937560296614271,0.15372517456988796,0.0,0.9273545278310248,0.15372517456988796,0.0,0.6452976516408808,0.15372517456988796,0.0,0.647975449300962,0.15372517456988796,0.0,0.2793557522331641,0.5,0.15372517456988796,0.0,0.4451479464461497,0.15372517456988796,0.0,0.09532853413984932,0.5,0.15372517456988796,0.0,0.28365406057349285,0.15372517456988796,0.0,0.3379846527465958,0.15372517456988796,0.0,0.8548746486499065,0.15372517456988796,0.0,0.8716646205832566,0.15372517456988796,0.0,0.7608397434717974,0.15372517456988796,0.0,0.3681097482473362,0.15372517456988796,0.0,0.19917148193819073,0.5,0.15372517456988796,0.0,0.0368795474216245,0.0,0.8392646804837536,1.0092540820942246 -174,0.5,0.15372517456988796,0.0,0.5153135954658541,0.15372517456988796,0.0,0.97386894924294,0.15372517456988796,0.0,0.3411516325632531,0.15372517456988796,0.0,0.29931260244658103,0.15372517456988796,0.0,0.8997535218247588,0.15372517456988796,0.0,0.6185086101430486,0.15372517456988796,0.0,0.6316628812901036,0.15372517456988796,0.0,0.3488115289260698,0.5,0.15372517456988796,0.0,0.47918687927096154,0.15372517456988796,0.0,0.12484584598051782,0.5,0.15372517456988796,0.0,0.3691755003484934,0.15372517456988796,0.0,0.3836837571422025,0.15372517456988796,0.0,0.8524280502860908,0.15372517456988796,0.0,0.8503267905766905,0.15372517456988796,0.0,0.7683329364484178,0.15372517456988796,0.0,0.3768996134686445,0.15372517456988796,0.0,0.2597062901202609,0.5,0.15372517456988796,0.0,0.06032313418461982,0.0,0.7578448354051514,1.0096152295924608 -175,0.5,0.15372517456988796,0.0,0.560460214923123,0.15372517456988796,0.0,0.9422022611107108,0.15372517456988796,0.0,0.3694288719069472,0.15372517456988796,0.0,0.34056894225362244,0.15372517456988796,0.0,0.8866692223402077,0.15372517456988796,0.0,0.5311438824102793,0.15372517456988796,0.0,0.623807933492856,0.15372517456988796,0.0,0.3875447322100223,0.5,0.15372517456988796,0.0,0.4249660453675535,0.15372517456988796,0.0,0.252732666957835,0.5,0.15372517456988796,0.0,0.4259333242082871,0.15372517456988796,0.0,0.3372944951665246,0.15372517456988796,0.0,0.8290298747586035,0.15372517456988796,0.0,0.8668347480860905,0.15372517456988796,0.0,0.7544294731468635,0.15372517456988796,0.0,0.4582816118498392,0.15372517456988796,0.0,0.30653599501933143,0.5,0.15372517456988796,0.0,0.09277225467640332,0.0,0.6763649892825826,1.0105468459157263 -176,0.5,0.15372517456988796,0.0,0.5867554015376513,0.15372517456988796,0.0,0.861405769811725,0.15372517456988796,0.0,0.3920446053352907,0.15372517456988796,0.0,0.3835408959519602,0.15372517456988796,0.0,0.7352976281778872,0.15372517456988796,0.0,0.483905942839209,0.15372517456988796,0.0,0.6201482757339282,0.15372517456988796,0.0,0.3816194354325797,0.5,0.15372517456988796,0.0,0.3795554213760601,0.15372517456988796,0.0,0.24720549074290413,0.5,0.15372517456988796,0.0,0.6435013805755038,0.15372517456988796,0.0,0.24282217519524468,0.15372517456988796,0.0,0.8642802098336126,0.15372517456988796,0.0,0.859131654204752,0.15372517456988796,0.0,0.7171053023736477,0.15372517456988796,0.0,0.5381747146135247,0.15372517456988796,0.0,0.33567854507114686,0.5,0.15372517456988796,0.0,0.1374488495746962,0.0,0.8219732844976317,1.0086797390279902 -177,0.5,0.15372517456988796,1.4037619860083719e-05,0.6164821870027802,0.15372517456988796,0.0,0.9378370393298646,0.15372517456988796,5.6172600209023294e-05,0.3782675851871364,0.15372517456988796,0.00034281818290318055,0.3902081397017728,0.15372517456988796,0.0,0.7384971395406175,0.15372517456988796,0.0,0.5975557725969642,0.15372517456988796,0.0,0.5977466343706265,0.15372517456988796,0.0,0.3778488953991023,0.5,0.15372517456988796,0.0,0.3689062046036555,0.15372517456988796,0.0016601269558886732,0.1867985506572585,0.5,0.15372517456988796,0.0,0.7088604584951838,0.15372517456988796,0.00012567767833739638,0.16291431789196387,0.15372517456988796,0.0,0.8843296106751458,0.15372517456988796,0.0,0.8406633210574244,0.15372517456988796,0.0,0.7131299263127018,0.15372517456988796,0.0,0.5337203996366999,0.15372517456988796,4.001983657637331e-05,0.3928231782634603,0.5,0.15372517456988796,0.0010399798022821584,0.1915651338980547,0.0,0.8394571545384899,1.0100028613347094 -178,0.5,0.15372517456988796,0.0051272890246836815,0.6214314501347333,0.15372517456988796,0.0007723455448791951,0.9241799772021676,0.15372517456988796,0.010087307457779127,0.4439928075642276,0.15372517456988796,0.025550815168266655,0.3574036932448167,0.15372517456988796,0.0016672917150259807,0.9068330309304286,0.15372517456988796,0.0021399098808847802,0.6750405149240655,0.15372517456988796,0.002851352364641148,0.6272308024624493,0.15372517456988796,0.011053312647306149,0.35363600732809053,0.5,0.15372517456988796,0.027170082168544947,0.3854573798515985,0.15372517456988796,0.02253649078109228,0.09640807632632668,0.5,0.15372517456988796,0.010017608446775711,0.6601250834594605,0.15372517456988796,0.007728228047646671,0.11160567062805608,0.15372517456988796,0.0014992798182258892,0.8548844597794112,0.15372517456988796,0.003082635288397991,0.8734340176975802,0.15372517456988796,0.001872426919477719,0.6938838939670767,0.15372517456988796,0.0058348729857922695,0.4753592411316337,0.15372517456988796,0.003682979028873441,0.45227263708119003,0.5,0.15372517456988796,0.01755227162026412,0.21195108055156855,0.0,0.617589322328976,1.0111368292878615 -179,0.5,0.15372517456988796,0.01416790188990764,0.663229559020091,0.15372517456988796,0.006861224325754327,0.8028979054702495,0.15372517456988796,0.02607471552409964,0.5298429112108093,0.15372517456988796,0.05693662477813821,0.3571202600423173,0.15372517456988796,0.019715066441070496,0.9685593697028874,0.15372517456988796,0.008119835896074247,0.6876781918537362,0.15372517456988796,0.015056900791455404,0.7282642000548873,0.15372517456988796,0.046293712277572625,0.4121763883562931,0.5,0.15372517456988796,0.050413881446206156,0.4334399534250115,0.15372517456988796,0.02449143387318981,0.05056467193265923,0.5,0.15372517456988796,0.047117194457019757,0.5966699899010094,0.15372517456988796,0.0453860607178105,0.08066069635562041,0.15372517456988796,0.014874820405410667,0.9185450306173624,0.15372517456988796,0.059671587229962575,0.9414688162402012,0.15372517456988796,0.01101477351300938,0.6514978561483645,0.15372517456988796,0.028103469785959213,0.5000765156759289,0.15372517456988796,0.02392683861376054,0.46647865530164695,0.5,0.15372517456988796,0.033392006604470864,0.17863261808777806,0.0,0.7072438196939063,1.0112487338819718 -180,0.5,0.15372517456988796,0.012529587586123027,0.6882515631632921,0.15372517456988796,0.021783152762208928,0.9152752169922708,0.15372517456988796,0.033715219374646194,0.5351453731674514,0.15372517456988796,0.06832800173414773,0.41499782016013387,0.15372517456988796,0.10376494442701849,0.9776933565244612,0.15372517456988796,0.015099851397150515,0.6884700636439232,0.15372517456988796,0.022781340193254253,0.7675844411413055,0.15372517456988796,0.04856842682717491,0.44302174756327156,0.5,0.15372517456988796,0.05708458188434039,0.4200747672084977,0.15372517456988796,0.0664889281928356,0.03344801261899528,0.5,0.15372517456988796,0.11130919087685084,0.5144226742372822,0.15372517456988796,0.09719564845725695,0.07760103287089777,0.15372517456988796,0.027885576281501526,0.9555051845340483,0.15372517456988796,0.20399806825788494,0.9733991818706171,0.15372517456988796,0.021671965601406096,0.7310204383737031,0.15372517456988796,0.030151981901833682,0.5282838909530759,0.15372517456988796,0.048276605271479006,0.47933471075064893,0.5,0.15372517456988796,0.06356075292925675,0.14370531394288208,0.0,0.9914925193314768,1.0111870023411562 -181,0.5,0.15372517456988796,0.015603789887260584,0.6598654582327376,0.15372517456988796,0.14849820838061523,1.0207045687282623,0.15372517456988796,0.0431731825678066,0.4314384557912171,0.15372517456988796,0.033816670028980776,0.5006614073167631,0.15372517456988796,0.24030264751911487,0.9850893309818745,0.15372517456988796,0.032674815471934425,0.6642379870970361,0.15372517456988796,0.024567316846389096,0.7725388397280217,0.15372517456988796,0.023230488395113172,0.31586686426123073,0.5,0.15372517456988796,0.059463987318709596,0.3407061854080307,0.15372517456988796,0.1415394380523771,0.031034894482396734,0.5,0.15372517456988796,0.20700714764036807,0.4742909663567668,0.15372517456988796,0.13139049527602176,0.09046811951509905,0.15372517456988796,0.05365780153207925,0.9976167956825946,0.15372517456988796,0.22303466435140046,0.9817923510116938,0.15372517456988796,0.06318410540474877,0.8487242298014236,0.15372517456988796,0.028575881786144435,0.496387799769881,0.15372517456988796,0.0745843389790795,0.42104765430066704,0.5,0.15372517456988796,0.09788739864406637,0.10934962021723647,0.0,0.9041831292477422,1.0110275894761975 -182,0.5,0.15372517456988796,0.022041745668257926,0.6225250088843004,0.15372517456988796,0.04763296476950481,1.0157827245492606,0.15372517456988796,0.052922255404394714,0.4165327790358567,0.15372517456988796,0.024470053161975015,0.4129170986505613,0.15372517456988796,0.23542799499975287,0.9522745746896714,0.15372517456988796,0.05909671665625686,0.6592212795716754,0.15372517456988796,0.02608956907670141,0.7485569748454471,0.15372517456988796,0.01771798799661809,0.24653639324637416,0.5,0.15372517456988796,0.062247268606893474,0.2802683628420723,0.15372517456988796,0.17242918632076504,0.028132325120207153,0.5,0.15372517456988796,0.18985619201313478,0.40041337620363177,0.15372517456988796,0.1273513554211911,0.08101089459611727,0.15372517456988796,0.0702146448737556,1.0067729124543847,0.15372517456988796,0.11727226127279472,0.9570588743860522,0.15372517456988796,0.08219151533460851,0.9082448116597512,0.15372517456988796,0.025441584504768272,0.4107850182613086,0.15372517456988796,0.07661065978493642,0.3085068699295779,0.5,0.15372517456988796,0.1012043017314977,0.06237350374683426,0.0,0.9816701927847891,1.010152810689862 -183,0.5,0.15372517456988796,0.02270771682267777,0.6407765836957351,0.15372517456988796,0.004977932928621551,0.9682222599086336,0.15372517456988796,0.024690288886080332,0.3973181355210003,0.15372517456988796,0.008508447212933463,0.2773369669994625,0.15372517456988796,0.1569595275553032,0.8710289509791244,0.15372517456988796,0.041875228269990974,0.6016996726728334,0.15372517456988796,0.018661830724003632,0.7030725472793704,0.15372517456988796,0.014656397744365385,0.17177459449571147,0.5,0.15372517456988796,0.034833237331036146,0.18513323699353845,0.15372517456988796,0.0609793601105008,0.033884689136694804,0.5,0.15372517456988796,0.1543625711644487,0.28037619752757176,0.15372517456988796,0.07067854099520283,0.0522694032037715,0.15372517456988796,0.03785707281035035,0.992718951947918,0.15372517456988796,0.047956161327647455,0.8731431078558749,0.15372517456988796,0.020419373409913906,0.8725116829722792,0.15372517456988796,0.011477656122555899,0.33315728413747153,0.15372517456988796,0.06534809627555233,0.23079354536017993,0.5,0.15372517456988796,0.11305037347471125,0.04014170385326742,0.0,1.0041951184860416,1.007827775693813 -184,0.5,0.15372517456988796,0.00013534724358778413,0.7291649426548623,0.15372517456988796,0.0,0.8481899048616931,0.15372517456988796,0.0055200646676665105,0.3444588647774414,0.15372517456988796,0.0003038631981721252,0.2288902905375918,0.15372517456988796,0.0503763016659368,0.7789486466790867,0.15372517456988796,0.02761150146816319,0.43355745175985366,0.15372517456988796,0.00894088737680742,0.5889058135922965,0.15372517456988796,0.003866763439591452,0.09759045649498124,0.5,0.15372517456988796,0.012462121586492684,0.11412545384893771,0.15372517456988796,0.01380207899405849,0.012537118721256632,0.5,0.15372517456988796,0.07037247756284663,0.13055269502209305,0.15372517456988796,0.023841709187246415,0.027376951386347746,0.15372517456988796,0.0001263445692953444,0.9408869652825939,0.15372517456988796,0.01805274177996076,0.7466799469099233,0.15372517456988796,0.0043514629398834275,0.7626177622198305,0.15372517456988796,0.002196643086886446,0.24156244332131335,0.15372517456988796,0.020959628966915025,0.16250016585012642,0.5,0.15372517456988796,0.03460882265033657,0.04301451508417154,0.0,1.0090410572945288,0.9915595917164807 -185,0.5,0.15372517456988796,0.0,0.7083032208701103,0.15372517456988796,0.0,0.7827036309793763,0.15372517456988796,0.0,0.23755531103369087,0.15372517456988796,0.0,0.2253970714692773,0.15372517456988796,0.0,0.692961008560424,0.15372517456988796,0.0,0.2723954443973404,0.15372517456988796,0.0,0.41439424533262004,0.15372517456988796,1.2130545908679619e-05,0.04916737684935536,0.5,0.15372517456988796,6.553737399328841e-05,0.06101395386270545,0.15372517456988796,4.187791370764533e-06,0.003826501655860433,0.5,0.15372517456988796,0.0,0.06769088193232291,0.15372517456988796,3.0710930093855574e-05,0.02348514484448699,0.15372517456988796,0.0,0.8573839589157832,0.15372517456988796,0.0,0.6056394446428056,0.15372517456988796,0.0,0.6344082000080421,0.15372517456988796,0.0,0.1558973957820387,0.15372517456988796,0.0,0.09965069229023861,0.5,0.15372517456988796,0.0,0.022305696856882898,0.0,1.0067556980837347,0.9731265124778212 -186,0.5,0.15372517456988796,0.0,0.62522241056358,0.15372517456988796,0.0,0.6804936715455211,0.15372517456988796,0.0,0.17371410628273617,0.15372517456988796,0.0,0.2268752243378209,0.15372517456988796,0.0,0.6332467343606286,0.15372517456988796,0.0,0.2157821427674259,0.15372517456988796,0.0,0.28130847229132805,0.15372517456988796,0.0,0.029791024280835465,0.5,0.15372517456988796,0.0,0.03620289303280154,0.15372517456988796,0.0,0.0036738406633110552,0.5,0.15372517456988796,0.0,0.05171806035157586,0.15372517456988796,0.0,0.022366916969621183,0.15372517456988796,0.0,0.7733117794916247,0.15372517456988796,0.0,0.5199515428570473,0.15372517456988796,0.0,0.5468599494129226,0.15372517456988796,0.0,0.1209968701728916,0.15372517456988796,0.0,0.07151490983123457,0.5,0.15372517456988796,0.0,0.006576546284731128,0.0,0.9925804317435877,0.9786334011412787 -187,0.5,0.15372517456988796,0.0,0.5585586086727073,0.15372517456988796,0.0,0.6680997586195511,0.15372517456988796,0.0,0.15186833954720735,0.15372517456988796,0.0,0.2066000686462308,0.15372517456988796,0.0,0.551945088608156,0.15372517456988796,0.0,0.17245360299755585,0.15372517456988796,0.0,0.20438908517081966,0.15372517456988796,0.0,0.02457584584789684,0.5,0.15372517456988796,0.0,0.03302944936641499,0.15372517456988796,0.0,0.005906680355871153,0.5,0.15372517456988796,0.0,0.04792237830832642,0.15372517456988796,0.0,0.021996404455501845,0.15372517456988796,0.0,0.7254026159402341,0.15372517456988796,0.0,0.5154274143238287,0.15372517456988796,0.0,0.5189995535237372,0.15372517456988796,0.0,0.10957849008810497,0.15372517456988796,0.0,0.0678383792860992,0.5,0.15372517456988796,0.0,0.00462321380926452,0.0,0.9602436738149183,0.9338284060767335 -188,0.5,0.15372517456988796,0.0,0.5177191651188632,0.15372517456988796,0.0,0.742209841636506,0.15372517456988796,0.0,0.13669988950284645,0.15372517456988796,0.0,0.17157260045696418,0.15372517456988796,0.0,0.42273268668331915,0.15372517456988796,0.0,0.13933582797165875,0.15372517456988796,0.0,0.1588530604185288,0.15372517456988796,0.0,0.03832203609339968,0.5,0.15372517456988796,0.0,0.025656992714318157,0.15372517456988796,0.0,0.005013773954324013,0.5,0.15372517456988796,0.0,0.057264353969687924,0.15372517456988796,0.0,0.024594489682882744,0.15372517456988796,0.0,0.6609798840103149,0.15372517456988796,0.0,0.5211333464099435,0.15372517456988796,0.0,0.43369512315760295,0.15372517456988796,0.0,0.08632771097171986,0.15372517456988796,0.0,0.07145602412908972,0.5,0.15372517456988796,0.0,0.004335219470594112,0.0,0.907106508959739,0.8854960619616217 -189,0.5,0.15372517456988796,0.0,0.4868902368150726,0.15372517456988796,0.0,0.6756836521284064,0.15372517456988796,0.0,0.11000877927217854,0.15372517456988796,0.0,0.13628204691854118,0.15372517456988796,0.0,0.3048804892929193,0.15372517456988796,0.0,0.13799752056710193,0.15372517456988796,0.0,0.13949291976112313,0.15372517456988796,0.0,0.05567560494545232,0.5,0.15372517456988796,0.0,0.025009975124283816,0.15372517456988796,0.0,0.0037465077947558528,0.5,0.15372517456988796,0.0,0.05242913012563785,0.15372517456988796,0.0,0.034031334218416066,0.15372517456988796,0.0,0.6360654549419041,0.15372517456988796,0.0,0.49322447045917867,0.15372517456988796,0.0,0.31354783280678,0.15372517456988796,0.0,0.08267057386614292,0.15372517456988796,0.0,0.06919713982018402,0.5,0.15372517456988796,0.0,0.008615258942088965,0.0,0.8648622256893075,0.8746827187538317 -190,0.5,0.15372517456988796,0.0,0.4597582704714524,0.15372517456988796,0.0,0.516908254248761,0.15372517456988796,0.0,0.08136474059213314,0.15372517456988796,0.0,0.1042093371210256,0.15372517456988796,0.0,0.23044533326152628,0.15372517456988796,0.0,0.1507828505797184,0.15372517456988796,0.0,0.14202571903871763,0.15372517456988796,0.0,0.0629520393971964,0.5,0.15372517456988796,0.0,0.02654392187845308,0.15372517456988796,0.0,0.00333920934884024,0.5,0.15372517456988796,0.0,0.04974225594680612,0.15372517456988796,0.0,0.040005385882302916,0.15372517456988796,0.0,0.6043396834839416,0.15372517456988796,0.0,0.48717368841605485,0.15372517456988796,0.0,0.23593732410300358,0.15372517456988796,0.0,0.09770171438101853,0.15372517456988796,0.0,0.06362020055392367,0.5,0.15372517456988796,0.0,0.010562342563459264,0.0,0.8410861726008738,0.9107264046951393 -191,0.5,0.15372517456988796,0.0,0.43005101135476476,0.15372517456988796,0.0,0.4848095178857038,0.15372517456988796,0.0,0.07644909935352066,0.15372517456988796,0.0,0.07793602652194981,0.15372517456988796,0.0,0.20114998182735985,0.15372517456988796,0.0,0.14587881054726484,0.15372517456988796,0.0,0.15405589865658725,0.15372517456988796,0.0,0.0702134816753649,0.5,0.15372517456988796,0.0,0.03138625144964209,0.15372517456988796,0.0,0.003545845905111784,0.5,0.15372517456988796,0.0,0.05470876675974515,0.15372517456988796,0.0,0.0456768748505035,0.15372517456988796,0.0,0.5960684914678981,0.15372517456988796,0.0,0.4415418582707513,0.15372517456988796,0.0,0.2019271896478933,0.15372517456988796,0.0,0.10517385604730144,0.15372517456988796,0.0,0.06919395972845466,0.5,0.15372517456988796,0.0,0.007940081299360382,0.0,0.730830442698613,0.8678389246143277 -192,0.5,0.15372517456988796,0.0,0.3863519438018809,0.15372517456988796,0.0,0.3405064348240391,0.15372517456988796,0.0,0.08567334546261844,0.15372517456988796,0.0,0.06769764939793395,0.15372517456988796,0.0,0.18155454256264275,0.15372517456988796,0.0,0.14562379774248668,0.15372517456988796,0.0,0.1568802167977792,0.15372517456988796,0.0,0.10007859019841227,0.5,0.15372517456988796,0.0,0.03993494360126198,0.15372517456988796,0.0,0.006119960759974828,0.5,0.15372517456988796,0.0,0.048828853541489685,0.15372517456988796,0.0,0.055483482549796244,0.15372517456988796,0.0,0.559246693519733,0.15372517456988796,0.0,0.3870415221202591,0.15372517456988796,0.0,0.1760103813798965,0.15372517456988796,0.0,0.10581964717778172,0.15372517456988796,0.0,0.06562560009327195,0.5,0.15372517456988796,0.0,0.006532255593563776,0.0,0.7041940819119552,0.8212478573736623 -193,0.5,0.15372517456988796,0.0,0.30996207288117567,0.15372517456988796,0.0,0.32837933013365245,0.15372517456988796,0.0,0.08287212432987419,0.15372517456988796,0.0,0.06414437701106954,0.15372517456988796,0.0,0.18028094292746485,0.15372517456988796,0.0,0.16737096429528173,0.15372517456988796,0.0,0.1715469474036444,0.15372517456988796,0.0,0.14923065371360095,0.5,0.15372517456988796,0.0,0.055350061484767586,0.15372517456988796,0.0,0.011175000116430597,0.5,0.15372517456988796,0.0,0.051713684179259235,0.15372517456988796,0.0,0.06550813392429658,0.15372517456988796,0.0,0.5674260122859323,0.15372517456988796,0.0,0.3074287571406928,0.15372517456988796,0.0,0.1494903867610048,0.15372517456988796,0.0,0.1085131788804693,0.15372517456988796,0.0,0.05862735256479996,0.5,0.15372517456988796,0.0,0.008549777328957507,0.0,0.8373980680183506,0.7230026736204263 -194,0.5,0.15372517456988796,0.0,0.2523169686427468,0.15372517456988796,0.0,0.2762268870865777,0.15372517456988796,0.0,0.08166757553871178,0.15372517456988796,0.0,0.056959524974362026,0.15372517456988796,0.0,0.18505325051343313,0.15372517456988796,0.0,0.21961818561121643,0.15372517456988796,0.0,0.18123106249187462,0.15372517456988796,0.0,0.21593625144115025,0.5,0.15372517456988796,0.0,0.0911368863021837,0.15372517456988796,0.0,0.014789683997366678,0.5,0.15372517456988796,0.0,0.06650856799424003,0.15372517456988796,0.0,0.07887153626084806,0.15372517456988796,0.0,0.5289339534883727,0.15372517456988796,0.0,0.2490749606095873,0.15372517456988796,0.0,0.13204947658054178,0.15372517456988796,0.0,0.13011980209396173,0.15372517456988796,0.0,0.05872512479246212,0.5,0.15372517456988796,0.0,0.014063177395779421,0.0,0.7866381933371243,0.5605105068327201 -195,0.5,0.15372517456988796,0.0,0.20377470375303447,0.15372517456988796,0.0,0.21213079342254068,0.15372517456988796,0.0,0.09718947714648163,0.15372517456988796,0.0,0.055548942479498584,0.15372517456988796,0.0,0.19468157510454034,0.15372517456988796,0.0,0.33500571460394535,0.15372517456988796,0.0,0.24337406722494678,0.15372517456988796,0.0,0.29678756978477117,0.5,0.15372517456988796,0.0,0.19868936322790864,0.15372517456988796,0.0,0.01519495923171668,0.5,0.15372517456988796,0.0,0.08917902452842236,0.15372517456988796,0.0,0.09619308094267998,0.15372517456988796,0.0,0.4958519998330754,0.15372517456988796,0.0,0.2208522786190773,0.15372517456988796,0.0,0.1314846241209355,0.15372517456988796,0.0,0.1872134474882974,0.15372517456988796,0.0,0.06742039695126224,0.5,0.15372517456988796,0.0,0.025615844909756505,0.0,0.6192801545311993,0.5003940045248212 -196,0.5,0.15372517456988796,0.0,0.15920973019846688,0.15372517456988796,0.0,0.15449493836223355,0.15372517456988796,0.0,0.121088704086333,0.15372517456988796,0.0,0.06171464234031461,0.15372517456988796,0.0,0.26452601199721903,0.15372517456988796,0.0,0.4935299939452643,0.15372517456988796,0.0,0.3930144325247896,0.15372517456988796,0.0,0.36386448826077356,0.5,0.15372517456988796,0.0,0.33334976527077625,0.15372517456988796,0.0,0.019909647795086246,0.5,0.15372517456988796,0.0,0.1459362592525979,0.15372517456988796,0.0,0.12788884651930874,0.15372517456988796,0.0,0.4056573274083034,0.15372517456988796,0.0,0.21771954769671759,0.15372517456988796,0.0,0.14420243382661124,0.15372517456988796,0.0,0.2776362674904259,0.15372517456988796,0.0,0.08666273898789259,0.5,0.15372517456988796,0.0,0.033247119731947314,0.0,0.3947845621839595,0.40290406392857625 -197,0.5,0.15372517456988796,0.0,0.14257497515427917,0.15372517456988796,0.0,0.1272617471030848,0.15372517456988796,0.0,0.1552362245122246,0.15372517456988796,0.0,0.08258613434444409,0.15372517456988796,0.0,0.48110584999094014,0.15372517456988796,0.0,0.6398929550653174,0.15372517456988796,0.0,0.555241614193221,0.15372517456988796,0.0,0.441250212239402,0.5,0.15372517456988796,0.0,0.5043386161286795,0.15372517456988796,0.0,0.02852505841646718,0.5,0.15372517456988796,0.0,0.24124688030205954,0.15372517456988796,0.0,0.14756138250669815,0.15372517456988796,0.0,0.265484636953266,0.15372517456988796,0.0,0.2743799913468141,0.15372517456988796,0.0,0.1815828973589262,0.15372517456988796,0.0,0.3928007489181586,0.15372517456988796,0.0,0.12744959099300623,0.5,0.15372517456988796,0.0,0.038595082714653575,0.0,0.32929341742473783,0.3058937817881233 -198,0.5,0.15372517456988796,0.0,0.13812050624808286,0.15372517456988796,0.0,0.1432774832541648,0.15372517456988796,0.0,0.19161765001988887,0.15372517456988796,0.0,0.11228986925240933,0.15372517456988796,0.0,0.6071506813191906,0.15372517456988796,0.0,0.751308293520143,0.15372517456988796,0.0,0.6900307335462292,0.15372517456988796,0.0,0.5865476869465286,0.5,0.15372517456988796,0.0,0.6270441127504434,0.15372517456988796,0.0,0.041582672767846114,0.5,0.15372517456988796,0.0,0.4019745979723696,0.15372517456988796,0.0,0.17698120600487965,0.15372517456988796,0.0,0.21822925679349398,0.15372517456988796,0.0,0.45275624922399893,0.15372517456988796,0.0,0.24269811962512144,0.15372517456988796,0.0,0.5407019875472099,0.15372517456988796,0.0,0.21735437941536181,0.5,0.15372517456988796,0.0,0.04168025873267992,0.0,0.3288038675373034,0.7602305586163698 -199,0.5,0.15372517456988796,0.0,0.14594299868833494,0.15372517456988796,0.0,0.2528716931727025,0.15372517456988796,0.0,0.2321282181538425,0.15372517456988796,0.0,0.14452434403476908,0.15372517456988796,0.0,0.8511724561840917,0.15372517456988796,0.0,0.8101962368898796,0.15372517456988796,0.0,0.8227531101643915,0.15372517456988796,0.0,0.7051191932414376,0.5,0.15372517456988796,0.0,0.7261621102267047,0.15372517456988796,0.0,0.046761470899276104,0.5,0.15372517456988796,0.0,0.5249430057903028,0.15372517456988796,0.0,0.20147796281441188,0.15372517456988796,0.0,0.3488666416495952,0.15372517456988796,0.0,0.6050141811947058,0.15372517456988796,0.0,0.35275285334280637,0.15372517456988796,0.0,0.7210004148207589,0.15372517456988796,0.0,0.337878631730015,0.5,0.15372517456988796,0.0,0.04821577070622869,0.0,0.2965870755124719,1.0095605502483782 -200,0.5,0.15372517456988796,0.0,0.18556647577711657,0.15372517456988796,0.0,0.464058530540126,0.15372517456988796,0.0,0.31738348866070076,0.15372517456988796,0.0,0.20461790067203608,0.15372517456988796,0.0,0.941023858485639,0.15372517456988796,0.0,0.8939296893715927,0.15372517456988796,0.0,0.8846911969967448,0.15372517456988796,0.0,0.7404629684201793,0.5,0.15372517456988796,0.0,0.7652524182225208,0.15372517456988796,0.0,0.04864655352106953,0.5,0.15372517456988796,0.0,0.6122394169842214,0.15372517456988796,0.0,0.20638822053135047,0.15372517456988796,0.0,0.5329986601530843,0.15372517456988796,0.0,0.762028501085009,0.15372517456988796,0.0,0.5109008088610797,0.15372517456988796,0.0,0.8261706170649548,0.15372517456988796,0.0,0.43648950878280063,0.5,0.15372517456988796,0.0,0.051170891140549374,0.0,0.24910180652325364,1.0102913501678652 -201,0.5,0.15372517456988796,8.134870486053612e-05,0.275423549215882,0.15372517456988796,0.0,0.5057989580412547,0.15372517456988796,2.3423463102099673e-05,0.4737852684705871,0.15372517456988796,0.0010874302089945948,0.2933015857223758,0.15372517456988796,0.0,0.9772455578205246,0.15372517456988796,0.0,0.8882942075878106,0.15372517456988796,0.0,0.912008218447317,0.15372517456988796,0.0,0.8134822895551449,0.5,0.15372517456988796,0.0,0.7872552795421045,0.15372517456988796,0.0023390002792022277,0.04923989596988534,0.5,0.15372517456988796,1.9620012482058778e-05,0.6048710404611274,0.15372517456988796,0.0010099360895289085,0.2268580368013324,0.15372517456988796,0.0,0.6416979965975629,0.15372517456988796,0.0,0.8486901573861183,0.15372517456988796,0.0,0.7309244911949189,0.15372517456988796,0.0,0.8979570289321952,0.15372517456988796,0.0003164568086974278,0.4995434403221615,0.5,0.15372517456988796,0.004487751979800733,0.0508280700151227,0.0,0.3819693698092303,1.010310310942623 -202,0.5,0.15372517456988796,0.016306842586229647,0.4343696154682964,0.15372517456988796,0.0008409579184822544,0.7340125937921664,0.15372517456988796,0.005515557306439507,0.7254518159149225,0.15372517456988796,0.024862745692603244,0.4298376288158219,0.15372517456988796,0.0016031070160751513,0.977120637904869,0.15372517456988796,0.00171402453611592,0.9471611691897965,0.15372517456988796,0.0036131053205709115,0.8885836861665932,0.15372517456988796,0.001035939661405039,0.8965490682592828,0.5,0.15372517456988796,0.01758434718561209,0.854250489948462,0.15372517456988796,0.05734083103154264,0.04318012897834633,0.5,0.15372517456988796,0.020477500470217937,0.6526078212775094,0.15372517456988796,0.050873068888715005,0.25720281486251123,0.15372517456988796,0.0005725957296186776,0.8435096806189821,0.15372517456988796,0.00154198497428197,0.8871410746335304,0.15372517456988796,0.005072488613080794,0.8500028237062905,0.15372517456988796,0.003154150657045029,0.9314455631025312,0.15372517456988796,0.015385279057688418,0.5370820069968696,0.5,0.15372517456988796,0.08586022899883461,0.0514649073010218,0.0,0.5867108485801341,1.0097539116158116 -203,0.5,0.15372517456988796,0.02631605609300422,0.6107329378243322,0.15372517456988796,0.010731560802411888,0.9073699669299776,0.15372517456988796,0.018225284786663146,0.8768338176589092,0.15372517456988796,0.028192845939515335,0.6124035967599847,0.15372517456988796,0.009322655258407565,0.9807005763982198,0.15372517456988796,0.0017876375148140452,0.9883265383651929,0.15372517456988796,0.01130320765458093,0.9311601272641362,0.15372517456988796,0.014779645909705354,0.9115751152021754,0.5,0.15372517456988796,0.06086540062464235,0.9220239275814426,0.15372517456988796,0.12354845973978239,0.04531438813656005,0.5,0.15372517456988796,0.062349536907920826,0.7680226442123131,0.15372517456988796,0.12423443376737056,0.3059580351303749,0.15372517456988796,0.0024653411116527094,0.8540388311140553,0.15372517456988796,0.0062268171631689444,0.8924116240646589,0.15372517456988796,0.0179791465740202,0.8935378035931933,0.15372517456988796,0.011740804816077616,0.9516247426062271,0.15372517456988796,0.05084372826237198,0.6005569392175513,0.5,0.15372517456988796,0.17308807492382122,0.05414134341886861,0.0,0.7561515962022725,1.0105604291240478 -204,0.5,0.15372517456988796,0.018251997787145736,0.7263531267212309,0.15372517456988796,0.0074657336101795905,0.903391910897591,0.15372517456988796,0.0285636973936315,0.9473434891354746,0.15372517456988796,0.01939365672503373,0.724160151443174,0.15372517456988796,0.007987778053863425,1.0173625336099787,0.15372517456988796,0.008116697538033457,0.9993831924164723,0.15372517456988796,0.0027854498155577903,0.9886928299238404,0.15372517456988796,0.021363199308605564,0.9208802580274662,0.5,0.15372517456988796,0.07802299929087204,0.9462117505369017,0.15372517456988796,0.16085406788472428,0.053855320404769286,0.5,0.15372517456988796,0.08302590970673858,0.8341467844525832,0.15372517456988796,0.19389586378857288,0.3875467438881384,0.15372517456988796,0.0053611171704993285,0.8626849300694277,0.15372517456988796,0.0068875366556178765,0.9303715983649181,0.15372517456988796,0.0234275320554913,0.8865024218542632,0.15372517456988796,0.02659028479528711,0.9917695457474054,0.15372517456988796,0.08003751031596207,0.6725850626029082,0.5,0.15372517456988796,0.1981432214451151,0.057512325341251724,0.0,0.8063809386834064,1.0112422247630228 -205,0.5,0.15372517456988796,0.015243448471159608,0.7865642897385623,0.15372517456988796,0.01163215280555461,0.904272261440664,0.15372517456988796,0.04624588042504381,0.9565360123689398,0.15372517456988796,0.02067284130917483,0.8009177573074618,0.15372517456988796,0.014058567952287914,1.0217391304347827,0.15372517456988796,0.010555212935221187,1.0122337373161676,0.15372517456988796,0.012130613987331416,0.9867570710640409,0.15372517456988796,0.014355189141222899,0.95842013609676,0.5,0.15372517456988796,0.08886904848924468,0.9713560050970395,0.15372517456988796,0.1852919848384736,0.06824200054803564,0.5,0.15372517456988796,0.11728404872012815,0.8482564921491768,0.15372517456988796,0.2593342645083944,0.49148862886866884,0.15372517456988796,0.007041971394037845,0.9191446182708795,0.15372517456988796,0.014661679295365108,0.9790604599860759,0.15372517456988796,0.015435999836784852,0.9463656236009821,0.15372517456988796,0.030076850019009813,0.9953684674389741,0.15372517456988796,0.09337330341285813,0.7177840443396203,0.5,0.15372517456988796,0.20732584571318405,0.06253255334997769,0.0,0.8625554556169395,1.0097976542352642 -206,0.5,0.15372517456988796,0.011499452376363066,0.8104950178567609,0.15372517456988796,0.006804558520190945,0.9964224185823836,0.15372517456988796,0.053794419735935725,0.9798776325675719,0.15372517456988796,0.04448627566916926,0.8627218795138246,0.15372517456988796,0.00648819184685414,1.0217391304347827,0.15372517456988796,0.004319402374382024,1.021739130434783,0.15372517456988796,0.01123583210711718,1.0079591146802083,0.15372517456988796,0.018708816946002554,0.962121981387822,0.5,0.15372517456988796,0.058205251957187384,0.9683033150401439,0.15372517456988796,0.23709459064457253,0.08566248796393973,0.5,0.15372517456988796,0.16549094724122834,0.8792461140586404,0.15372517456988796,0.26601671364825896,0.57945340180164,0.15372517456988796,0.006783756142690569,0.961169467913832,0.15372517456988796,0.008588387158154815,0.9999791332042256,0.15372517456988796,0.014073953739485359,0.9847863571346614,0.15372517456988796,0.013966270231614444,0.9897253317598196,0.15372517456988796,0.06829789245885784,0.7402905128436199,0.5,0.15372517456988796,0.18544634444409455,0.08491690818818984,0.0,0.8477534348655561,1.0114391641388607 -207,0.5,0.15372517456988796,0.004310276860493457,0.8664110913592199,0.15372517456988796,0.010083487436080377,1.013112458880713,0.15372517456988796,0.02419674240761918,0.9889971783662224,0.15372517456988796,0.029788256331557773,0.9035365631174476,0.15372517456988796,0.004287472285521237,1.0217391304347827,0.15372517456988796,0.008518855855417519,1.021739130434783,0.15372517456988796,0.003236848432893869,1.0217391304347827,0.15372517456988796,0.0125853685165387,0.9774846303054509,0.5,0.15372517456988796,0.016353183791396726,0.9455752806505253,0.15372517456988796,0.15151104378018165,0.15947121032499512,0.5,0.15372517456988796,0.07729157723350873,1.0010729559344926,0.15372517456988796,0.21707210747736794,0.638391739849126,0.15372517456988796,0.0032578156714438925,0.9807805092556315,0.15372517456988796,0.0026934518014324524,1.009984706453833,0.15372517456988796,0.008432918330070142,1.0049325809627472,0.15372517456988796,0.0066826674040045535,0.9978806762839946,0.15372517456988796,0.05270205479981162,0.7986501887896966,0.5,0.15372517456988796,0.13986038921201188,0.12662522219762704,0.0,0.8015201441903183,1.0114391641388607 -208,0.5,0.15372517456988796,0.0005192264120457982,0.9288382178149491,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.002392145899116689,0.9809691314932887,0.15372517456988796,0.0010704407643201848,0.9218105513426677,0.15372517456988796,0.0019216319365372926,1.0200226106210255,0.15372517456988796,0.0020590446583955775,0.9651946886855995,0.15372517456988796,0.0019586697841783266,1.0213979451349076,0.15372517456988796,0.0048772220680069955,0.9472475531339227,0.5,0.15372517456988796,0.003413069457910689,0.8933121862780243,0.15372517456988796,0.11660295027251802,0.22734089584538375,0.5,0.15372517456988796,0.017229846250204364,1.0148566723039707,0.15372517456988796,0.08964252551543096,0.6468716563067088,0.15372517456988796,0.0001385687063846805,0.9994016572998606,0.15372517456988796,0.0011324018950177705,1.0132799142709272,0.15372517456988796,0.0015821024712577613,1.0215683336997414,0.15372517456988796,0.0017477121010854584,1.0109125637580778,0.15372517456988796,0.017375322148239912,0.8423187470455546,0.5,0.15372517456988796,0.04658667194460084,0.214069774533677,0.0,0.8704242601340627,1.0113758523153453 -209,0.5,0.15372517456988796,0.0,0.9780367369490861,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9996883489877032,0.15372517456988796,0.0,0.9497781029021306,0.15372517456988796,0.0,1.0059794025613729,0.15372517456988796,3.009871413389125e-06,0.8842024800061671,0.15372517456988796,0.0,1.004412856665041,0.15372517456988796,1.7590955141698524e-05,0.8295778405840644,0.5,0.15372517456988796,0.00012228664279831698,0.776814999346402,0.15372517456988796,0.0,0.3526064223572307,0.5,0.15372517456988796,1.5662874090764514e-05,1.0030437738243592,0.15372517456988796,0.0,0.69442455902188,0.15372517456988796,0.0,1.0121448073438306,0.15372517456988796,0.0,1.0055933810449877,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0080180160567578,0.15372517456988796,0.0,0.846861299977415,0.5,0.15372517456988796,0.0,0.3202216507572052,0.0,0.8811182419295351,1.0111308882002985 -210,0.5,0.15372517456988796,0.0,1.0089246125108717,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0097153791706843,0.15372517456988796,0.0,0.9736395488304184,0.15372517456988796,0.0,1.006091220005372,0.15372517456988796,0.0,0.9021020455331212,0.15372517456988796,0.0,0.9724481992951692,0.15372517456988796,0.0,0.6931633720654736,0.5,0.15372517456988796,0.0,0.6378676763793584,0.15372517456988796,0.0,0.600672178265967,0.5,0.15372517456988796,0.0,0.9252157576632181,0.15372517456988796,0.0,0.7807114973754795,0.15372517456988796,0.0,1.0121366530165439,0.15372517456988796,0.0,0.998506433566096,0.15372517456988796,0.0,1.0212550923020993,0.15372517456988796,0.0,0.9619115074054172,0.15372517456988796,0.0,0.8531944714088018,0.5,0.15372517456988796,0.0,0.3372646033143644,0.0,1.010288034989066,1.0110047012843941 -211,0.5,0.15372517456988796,0.0,1.0187723039026406,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0140217209629914,0.15372517456988796,0.0,0.9780084574186084,0.15372517456988796,0.0,1.0194838009159795,0.15372517456988796,0.0,0.8919653083452594,0.15372517456988796,0.0,0.9859415628995114,0.15372517456988796,0.0,0.6179232956707446,0.5,0.15372517456988796,0.0,0.4816065486332132,0.15372517456988796,0.0,0.6855982303918756,0.5,0.15372517456988796,0.0,0.8611251886431545,0.15372517456988796,0.0,0.6560482754524707,0.15372517456988796,0.0,1.0105424526897333,0.15372517456988796,0.0,0.9924432737723969,0.15372517456988796,0.0,1.013853082843969,0.15372517456988796,0.0,0.8655973882719691,0.15372517456988796,0.0,0.861298708966448,0.5,0.15372517456988796,0.0,0.5708476133798437,0.0,0.140318453632846,1.0107387437651463 -212,0.5,0.15372517456988796,0.0,1.0015516026032993,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9823460225749173,0.15372517456988796,0.0,0.9942952207303868,0.15372517456988796,0.0,1.0103106005341265,0.15372517456988796,0.0,0.8206954785290348,0.15372517456988796,0.0,0.9849170102370055,0.15372517456988796,0.0,0.5134477915958366,0.5,0.15372517456988796,0.0,0.370535882504311,0.15372517456988796,0.0,0.6398137956986013,0.5,0.15372517456988796,0.0,0.7212244151692468,0.15372517456988796,0.0,0.5596009898141759,0.15372517456988796,0.0,0.9963135422064923,0.15372517456988796,0.0,0.9811796612182913,0.15372517456988796,0.0,1.0137086902687433,0.15372517456988796,0.0,0.8221678140902893,0.15372517456988796,0.0,0.7921060728736089,0.5,0.15372517456988796,0.0,0.5989617709477483,0.0,0.04971889935969813,1.0103933692228158 -213,0.5,0.15372517456988796,0.0,1.016164200062948,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9211877551444823,0.15372517456988796,0.0,0.9905834138455326,0.15372517456988796,0.0,1.007525530879814,0.15372517456988796,0.0,0.7598154222872581,0.15372517456988796,0.0,0.9500437403698578,0.15372517456988796,0.0,0.4240598728618901,0.5,0.15372517456988796,0.0,0.297017121362506,0.15372517456988796,0.0,0.5741618727030043,0.5,0.15372517456988796,0.0,0.6139129248732881,0.15372517456988796,0.0,0.4176941277667609,0.15372517456988796,0.0,0.9814230040885459,0.15372517456988796,0.0,0.9688305559515692,0.15372517456988796,0.0,1.0174057728240402,0.15372517456988796,0.0,0.8037915817192957,0.15372517456988796,0.0,0.6843533873638777,0.5,0.15372517456988796,0.0,0.5457267454197717,0.0,0.140318453632846,1.0103201842074268 -214,0.5,0.15372517456988796,0.0,1.0142857728995558,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8831093393883391,0.15372517456988796,0.0,0.9513984940426669,0.15372517456988796,0.0,0.9857692998792394,0.15372517456988796,0.0,0.7141814869686607,0.15372517456988796,0.0,0.9381207970443675,0.15372517456988796,0.0,0.4031861383936817,0.5,0.15372517456988796,0.0,0.25868709521306676,0.15372517456988796,0.0,0.45951276165199734,0.5,0.15372517456988796,0.0,0.4180587238534285,0.15372517456988796,0.0,0.2951396619536302,0.15372517456988796,0.0,0.9818081065293256,0.15372517456988796,0.0,0.9680970661507062,0.15372517456988796,0.0,1.0160810382711842,0.15372517456988796,0.0,0.7277637101711435,0.15372517456988796,0.0,0.5504045658598771,0.5,0.15372517456988796,0.0,0.44080435666925627,0.0,1.0102589697514226,1.0102433242050206 -215,0.5,0.15372517456988796,0.0,1.010141336060023,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8884540953376461,0.15372517456988796,0.0,0.8964328197522881,0.15372517456988796,0.0,0.9538727449365321,0.15372517456988796,0.0,0.6154778929164857,0.15372517456988796,0.0,0.9388522270100872,0.15372517456988796,0.0,0.3955082045043662,0.5,0.15372517456988796,0.0,0.29874515894407017,0.15372517456988796,0.0,0.3383760218041467,0.5,0.15372517456988796,0.0,0.3113431085734437,0.15372517456988796,0.0,0.2497506995015452,0.15372517456988796,0.0,0.9982995243899714,0.15372517456988796,0.0,0.9759390675051905,0.15372517456988796,0.0,1.0106380329028588,0.15372517456988796,0.0,0.65299520349561,0.15372517456988796,0.0,0.4374169789155888,0.5,0.15372517456988796,0.0,0.28138719472522433,0.0,1.0102385126596964,1.0104535441863645 -216,0.5,0.15372517456988796,0.0,1.0076604267316756,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8817516783202625,0.15372517456988796,0.0,0.8677186700817423,0.15372517456988796,0.0,0.9047586473271267,0.15372517456988796,0.0,0.5731366668949102,0.15372517456988796,0.0,0.868886128550127,0.15372517456988796,0.0,0.35660677771812466,0.5,0.15372517456988796,0.0,0.40630148469938543,0.15372517456988796,0.0,0.30127360069653714,0.5,0.15372517456988796,0.0,0.2890087903212827,0.15372517456988796,0.0,0.2534626959457499,0.15372517456988796,0.0,1.0093109131175328,0.15372517456988796,0.0,0.9731958412871862,0.15372517456988796,0.0,1.002038953590224,0.15372517456988796,0.0,0.6602737613398058,0.15372517456988796,0.0,0.3766550563885525,0.5,0.15372517456988796,0.0,0.17530069432027504,0.0,1.0102606668578409,1.0102161454742642 -217,0.5,0.15372517456988796,0.0,1.0025500458918797,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8669645062056985,0.15372517456988796,0.0,0.8495330315714581,0.15372517456988796,0.0,0.8826018104485007,0.15372517456988796,0.0,0.5776082754720904,0.15372517456988796,0.0,0.7829423459272696,0.15372517456988796,0.0,0.372906595324607,0.5,0.15372517456988796,0.0,0.4783042059173238,0.15372517456988796,0.0,0.3138610167512904,0.5,0.15372517456988796,0.0,0.1724643506362663,0.15372517456988796,0.0,0.27039494055804375,0.15372517456988796,0.0,1.0003755938820762,0.15372517456988796,0.0,0.9685350705411716,0.15372517456988796,0.0,0.9875662994086047,0.15372517456988796,0.0,0.7461813194701304,0.15372517456988796,0.0,0.3296226221564904,0.5,0.15372517456988796,0.0,0.14862026118668004,0.0,1.0102772443279924,1.0100678300642423 -218,0.5,0.15372517456988796,0.0,0.9979948321007035,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.843237736954422,0.15372517456988796,0.0,0.8216441095674296,0.15372517456988796,0.0,0.8342460064007879,0.15372517456988796,0.0,0.5537575688024686,0.15372517456988796,0.0,0.756539864830502,0.15372517456988796,0.0,0.42014664114772604,0.5,0.15372517456988796,0.0,0.5122035638037212,0.15372517456988796,0.0,0.340291363113573,0.5,0.15372517456988796,0.0,0.1687342144937496,0.15372517456988796,0.0,0.2428798338655003,0.15372517456988796,0.0,0.9821022899728494,0.15372517456988796,0.0,0.9645886657665483,0.15372517456988796,0.0,0.9616856446806648,0.15372517456988796,0.0,0.6511819224437443,0.15372517456988796,0.0,0.37279022971685777,0.5,0.15372517456988796,0.0,0.16956228069162926,0.0,1.010288034989066,1.0101316354444074 -219,0.5,0.15372517456988796,0.0,0.9951529771942856,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.7309058545151326,0.15372517456988796,0.0,0.8029361867870709,0.15372517456988796,0.0,0.7953488556548766,0.15372517456988796,0.0,0.5558061772408376,0.15372517456988796,0.0,0.772779538143841,0.15372517456988796,0.0,0.4137806396281586,0.5,0.15372517456988796,0.0,0.5047157818727144,0.15372517456988796,0.0,0.2819755669507168,0.5,0.15372517456988796,0.0,0.3834990088296376,0.15372517456988796,0.0,0.24463449661328568,0.15372517456988796,0.0,0.9852304292436607,0.15372517456988796,0.0,0.9445765285754311,0.15372517456988796,0.0,0.9601778150853467,0.15372517456988796,0.0,0.6043902699874604,0.15372517456988796,0.0,0.44721901706359246,0.5,0.15372517456988796,0.0,0.2409614322430736,0.0,1.010288034989066,1.0082797794661638 -220,0.5,0.15372517456988796,0.0,0.998503189327873,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.7308262895845491,0.15372517456988796,0.0,0.7956823285171424,0.15372517456988796,0.0,0.8127550324636937,0.15372517456988796,0.0,0.6500807149828594,0.15372517456988796,0.0,0.8113110063961776,0.15372517456988796,0.0,0.4034952031328659,0.5,0.15372517456988796,0.0,0.3835263025314849,0.15372517456988796,0.0,0.2954496292691451,0.5,0.15372517456988796,0.0,0.4721259471573335,0.15372517456988796,0.0,0.276093782209728,0.15372517456988796,0.0,0.9597653796001284,0.15372517456988796,0.0,0.9108357331464265,0.15372517456988796,0.0,0.9854578880895891,0.15372517456988796,0.0,0.6064176437042685,0.15372517456988796,0.0,0.506873943516813,0.5,0.15372517456988796,0.0,0.3135004476463126,0.0,1.010288034989066,0.9991749487247819 -221,0.5,0.15372517456988796,0.0,0.9923689096166983,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.7319776295663308,0.15372517456988796,0.0,0.8505790443178438,0.15372517456988796,0.0,0.8203207217812117,0.15372517456988796,0.0,0.681773105900822,0.15372517456988796,0.0,0.8738403867738485,0.15372517456988796,0.0,0.40422236115011173,0.5,0.15372517456988796,0.0,0.2966720956625137,0.15372517456988796,0.0,0.26216318513805864,0.5,0.15372517456988796,0.0,0.4845250707767284,0.15372517456988796,0.0,0.31694145202325963,0.15372517456988796,0.0,0.918305296554363,0.15372517456988796,0.0,0.8743228651680482,0.15372517456988796,0.0,0.979569423632497,0.15372517456988796,0.0,0.6019754435372292,0.15372517456988796,0.0,0.5684738228023389,0.5,0.15372517456988796,0.0,0.3595277827519466,0.0,1.0102496594025165,0.9585277484031233 -222,0.5,0.15372517456988796,0.0,1.0041622386576279,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8009054999493856,0.15372517456988796,0.0,0.8624891265914619,0.15372517456988796,0.0,0.7919968679919785,0.15372517456988796,0.0,0.689340526423349,0.15372517456988796,0.0,0.896793728998454,0.15372517456988796,0.0,0.4207511086599884,0.5,0.15372517456988796,0.0,0.28087817376528,0.15372517456988796,0.0,0.2235029462698418,0.5,0.15372517456988796,0.0,0.5448673128487868,0.15372517456988796,0.0,0.2806908265934511,0.15372517456988796,0.0,0.8820941691109379,0.15372517456988796,0.0,0.8410896858734133,0.15372517456988796,0.0,0.9651306230126208,0.15372517456988796,0.0,0.5855098003129189,0.15372517456988796,0.0,0.5759551629651025,0.5,0.15372517456988796,0.0,0.36209693527575604,0.0,1.0072072774292165,0.9602746999093192 -223,0.5,0.15372517456988796,0.0,1.006691002603827,0.15372517456988796,0.0,1.0083712290026885,0.15372517456988796,0.0,0.7774367916313453,0.15372517456988796,0.0,0.899173674093392,0.15372517456988796,0.0,0.786456317833099,0.15372517456988796,0.0,0.7250647983744848,0.15372517456988796,0.0,0.8911442890761464,0.15372517456988796,0.0,0.4797852692295783,0.5,0.15372517456988796,0.0,0.2914345551751855,0.15372517456988796,0.0,0.1940863862905258,0.5,0.15372517456988796,0.0,0.5420967408686165,0.15372517456988796,0.0,0.24799137250750322,0.15372517456988796,0.0,0.875463929114308,0.15372517456988796,0.0,0.8132623505492746,0.15372517456988796,0.0,0.9455111937143349,0.15372517456988796,0.0,0.5771031392320346,0.15372517456988796,0.0,0.5937688204131851,0.5,0.15372517456988796,0.0,0.3555985861374745,0.0,1.0041528201656476,1.0013829476972962 -224,0.5,0.15372517456988796,0.0,1.0028589424433736,0.15372517456988796,0.0,0.9839918914288096,0.15372517456988796,0.0,0.8080732440197499,0.15372517456988796,0.0,0.9259107285623446,0.15372517456988796,0.0,0.8475823421852618,0.15372517456988796,0.0,0.7213415668463,0.15372517456988796,0.0,0.8795849930391642,0.15372517456988796,0.0,0.4539376925802966,0.5,0.15372517456988796,0.0,0.2968782980513437,0.15372517456988796,0.0,0.15172744810876737,0.5,0.15372517456988796,0.0,0.5144642795035065,0.15372517456988796,0.0,0.20252073843872764,0.15372517456988796,0.0,0.8610721024134548,0.15372517456988796,0.0,0.815002842660018,0.15372517456988796,0.0,0.9459109973465245,0.15372517456988796,0.0,0.6664735614642605,0.15372517456988796,0.0,0.5619110112102579,0.5,0.15372517456988796,0.0,0.3586256921186186,0.0,1.0036611744360102,1.0079739487099713 -225,0.5,0.15372517456988796,7.827886485996636e-05,0.9903574818258657,0.15372517456988796,0.0,0.9870128546764236,0.15372517456988796,0.0002286542360355922,0.9051914786018028,0.15372517456988796,0.0015302233011036572,0.9405266769609908,0.15372517456988796,0.0,0.8331717050105674,0.15372517456988796,0.0,0.6630515894388271,0.15372517456988796,0.0,0.8691398319142966,0.15372517456988796,0.0,0.4319536598323023,0.5,0.15372517456988796,0.0,0.271046397648224,0.15372517456988796,0.0007527739291220515,0.12062106446556714,0.5,0.15372517456988796,1.3274787887848946e-05,0.4837686914672326,0.15372517456988796,0.00037096855743318685,0.18725278356632635,0.15372517456988796,0.0,0.8326090063796636,0.15372517456988796,0.0,0.8451573800734047,0.15372517456988796,0.0,0.9488025606154156,0.15372517456988796,0.0,0.7071975179981987,0.15372517456988796,0.0005146145068990322,0.5315342219612498,0.5,0.15372517456988796,0.0012153641967476883,0.32384069629512313,0.0,1.003493014617165,1.0060610012885303 -226,0.5,0.15372517456988796,0.00938613608484296,0.9774869712006817,0.15372517456988796,0.005589965901930423,0.9993773258064892,0.15372517456988796,0.022859331331474417,0.89676201112407,0.15372517456988796,0.04829052327665277,0.9629945850883236,0.15372517456988796,0.0017444923700854404,0.8057461503243767,0.15372517456988796,0.0047070674171700005,0.5993925695165726,0.15372517456988796,0.003598876679751325,0.8313581670693672,0.15372517456988796,0.014354986196083181,0.4331480323789373,0.5,0.15372517456988796,0.005676791839059562,0.2535825407685856,0.15372517456988796,0.015061630929815077,0.11005025706867018,0.5,0.15372517456988796,0.007085002542851351,0.4546694582063086,0.15372517456988796,0.01823596099107878,0.16888901833507777,0.15372517456988796,0.003422149938654023,0.879701906385215,0.15372517456988796,0.0034258472290310217,0.8355994340059479,0.15372517456988796,0.004836695664250964,0.9630649022513907,0.15372517456988796,0.008740523049684212,0.6579679196087194,0.15372517456988796,0.011860501112576846,0.5276481327675693,0.5,0.15372517456988796,0.015192173690296067,0.2915579599991845,0.0,1.0044220346394284,1.0000817172831744 -227,0.5,0.15372517456988796,0.02353581339893103,0.9677276502055454,0.15372517456988796,0.015916425077263457,0.9894682719088006,0.15372517456988796,0.029493367247092547,0.8723012511728497,0.15372517456988796,0.055346523073262384,0.9796033216841936,0.15372517456988796,0.008150435220045289,0.8130311300608094,0.15372517456988796,0.020325796423193,0.5622583597884186,0.15372517456988796,0.013785243164878919,0.8247914309415911,0.15372517456988796,0.06311144962921597,0.42753606353664825,0.5,0.15372517456988796,0.02542943529142018,0.25200681752058457,0.15372517456988796,0.054459175067227424,0.10142015563927355,0.5,0.15372517456988796,0.02521156521966185,0.4443259171639725,0.15372517456988796,0.0626338832410134,0.18774502590776232,0.15372517456988796,0.009880377819366053,0.9242701458183408,0.15372517456988796,0.016275763135534332,0.8255083867092359,0.15372517456988796,0.012418008440199036,0.9459749994026909,0.15372517456988796,0.03516041754429063,0.644144228336723,0.15372517456988796,0.024720685762919983,0.5013331369041205,0.5,0.15372517456988796,0.039369909454024646,0.28043139887279733,0.0,1.0045881569494333,0.9889715631860692 -228,0.5,0.15372517456988796,0.021023454283013165,0.9623248388394626,0.15372517456988796,0.009202069257323593,0.9711965953396052,0.15372517456988796,0.0337466285415357,0.817601619733974,0.15372517456988796,0.049008778633816884,0.9482783302314666,0.15372517456988796,0.027355336074116866,0.8211589469695765,0.15372517456988796,0.04185513816065871,0.5138746174271729,0.15372517456988796,0.01846389762060717,0.8068834309206816,0.15372517456988796,0.13579446555608501,0.3896059721015483,0.5,0.15372517456988796,0.060684501118649495,0.26619490908867277,0.15372517456988796,0.12690655823373237,0.11197309783544335,0.5,0.15372517456988796,0.03217536413472819,0.4365460194370057,0.15372517456988796,0.1273392074442545,0.20684700432622213,0.15372517456988796,0.025629185108786787,0.9433083166045265,0.15372517456988796,0.027179536615881465,0.8301439791481093,0.15372517456988796,0.020798491571849233,0.9214234917472738,0.15372517456988796,0.046717439692982816,0.6422447062029369,0.15372517456988796,0.0375720033538149,0.48518836838101687,0.5,0.15372517456988796,0.07516168890038008,0.2814369491586393,0.0,1.004626100454019,0.9939537583204219 -229,0.5,0.15372517456988796,0.018017348684078796,0.9565789762143938,0.15372517456988796,0.01729866580680237,0.9649037648154256,0.15372517456988796,0.041191326890578715,0.7331801872999978,0.15372517456988796,0.038667765491819495,0.9125793182947524,0.15372517456988796,0.0497612059784758,0.7977583503259539,0.15372517456988796,0.05834694342910547,0.5225578082086911,0.15372517456988796,0.029138644905479627,0.7366266381608225,0.15372517456988796,0.17502720044286682,0.34870150995628385,0.5,0.15372517456988796,0.0857640665381976,0.2726529129606756,0.15372517456988796,0.18615607957017866,0.13853870364132656,0.5,0.15372517456988796,0.04444758073617645,0.4060564589196586,0.15372517456988796,0.16814632702805715,0.20199928518533125,0.15372517456988796,0.03582497748685073,0.945358381567446,0.15372517456988796,0.03169085852803124,0.8201722989312819,0.15372517456988796,0.03666176609344299,0.9220611739549025,0.15372517456988796,0.04698167770063237,0.6024785501111753,0.15372517456988796,0.04670264380015482,0.4890937458091866,0.5,0.15372517456988796,0.12761293965026807,0.26336419970749125,0.0,1.0060014358844869,1.0027099416865095 -230,0.5,0.15372517456988796,0.01930450959085446,0.959092482621231,0.15372517456988796,0.02412450368455709,0.9366088627559752,0.15372517456988796,0.041044123126894844,0.7427127865281656,0.15372517456988796,0.037855629375201,0.8637951504256808,0.15372517456988796,0.05095241811672793,0.7047999458468542,0.15372517456988796,0.07651012441678907,0.4909699641843125,0.15372517456988796,0.0330398154626775,0.6767093873830703,0.15372517456988796,0.14461398628095076,0.29687382381897487,0.5,0.15372517456988796,0.0876813259601698,0.25881529854363755,0.15372517456988796,0.14742224293485304,0.13874739208220122,0.5,0.15372517456988796,0.04745047835095673,0.3918912358360289,0.15372517456988796,0.142057337681334,0.1892753882710181,0.15372517456988796,0.021503564893977152,0.9433414406708839,0.15372517456988796,0.039092790085965896,0.7939121249228642,0.15372517456988796,0.03447102853361476,0.9131041444085531,0.15372517456988796,0.03654748606509446,0.5273247769878886,0.15372517456988796,0.03714130647143389,0.43581815191429374,0.5,0.15372517456988796,0.15276517923337696,0.26790925141875144,0.0,1.0080238727518518,1.0049203521918817 -231,0.5,0.15372517456988796,0.013315456088146067,0.941021392894473,0.15372517456988796,0.014292132127276896,0.9094889093892708,0.15372517456988796,0.0307025537668526,0.71267368548416,0.15372517456988796,0.024477598316790663,0.8047768009328717,0.15372517456988796,0.07222396172004414,0.6536014842179492,0.15372517456988796,0.08551573748793836,0.4654595765945121,0.15372517456988796,0.030981753615957706,0.619145756091859,0.15372517456988796,0.08994104911867982,0.2268524520089864,0.5,0.15372517456988796,0.04401039977637422,0.17656916222756985,0.15372517456988796,0.0830414073821705,0.11196403122169026,0.5,0.15372517456988796,0.0384236917889615,0.35464920835919705,0.15372517456988796,0.08848045695716641,0.13462216453342118,0.15372517456988796,0.014589577183893,0.9487557208454694,0.15372517456988796,0.07665535735837123,0.6984687415499128,0.15372517456988796,0.017997166001368355,0.8492183109679678,0.15372517456988796,0.021291422716087128,0.4142394399374356,0.15372517456988796,0.026716420969120615,0.3813366614984117,0.5,0.15372517456988796,0.1066394854826643,0.22141957954397065,0.0,1.0081586160444411,0.9849441781099935 -232,0.5,0.15372517456988796,0.00031342877673259614,0.9009301711876858,0.15372517456988796,0.0011462070712502633,0.906279791614702,0.15372517456988796,0.007502097148826463,0.6227485614478845,0.15372517456988796,0.0010685489398404443,0.7297302023735351,0.15372517456988796,0.06558514521728481,0.5572585687582708,0.15372517456988796,0.03172763171177727,0.3853848670653406,0.15372517456988796,0.015266019371001504,0.5732619623267241,0.15372517456988796,0.040655945500625026,0.15084796590142507,0.5,0.15372517456988796,0.014141984001767017,0.11902489465451595,0.15372517456988796,0.04970725177707517,0.06380922467216855,0.5,0.15372517456988796,0.00678156457683146,0.2584012322641569,0.15372517456988796,0.05313953398175532,0.07787815244361256,0.15372517456988796,6.547701170880298e-05,0.918280045838203,0.15372517456988796,0.0539814739613939,0.5302406579948561,0.15372517456988796,0.007840849571696673,0.734651933576648,0.15372517456988796,0.005566864838332359,0.3109732248310127,0.15372517456988796,0.006710316388283227,0.3159522849264672,0.5,0.15372517456988796,0.030996889938058554,0.13585415154058522,0.0,1.007374760690582,0.9908666685460934 -233,0.5,0.15372517456988796,0.0,0.8526368334091539,0.15372517456988796,0.0,0.879866347057022,0.15372517456988796,0.0,0.4786541832322367,0.15372517456988796,0.0,0.6750574075380167,0.15372517456988796,0.0,0.5328991160363229,0.15372517456988796,0.0,0.39178378849345397,0.15372517456988796,0.0,0.5307530225125339,0.15372517456988796,0.0,0.1135498290046554,0.5,0.15372517456988796,0.0,0.05811027163269579,0.15372517456988796,0.0,0.026585569859120178,0.5,0.15372517456988796,0.0,0.17208162598824664,0.15372517456988796,0.0,0.04124831432807318,0.15372517456988796,0.0,0.8430824283960268,0.15372517456988796,0.0,0.4706455678154118,0.15372517456988796,0.0,0.5747577932038317,0.15372517456988796,0.0,0.2486484592196864,0.15372517456988796,0.0,0.25152447889326507,0.5,0.15372517456988796,0.0,0.07762818526172434,0.0,1.007961874625753,0.9986040704272947 -234,0.5,0.15372517456988796,0.0,0.7944859593313237,0.15372517456988796,0.0,0.6035583001608624,0.15372517456988796,0.0,0.36191970795637496,0.15372517456988796,0.0,0.6200816191358354,0.15372517456988796,0.0,0.6388034863175059,0.15372517456988796,0.0,0.4386286331881745,0.15372517456988796,0.0,0.5727590338989627,0.15372517456988796,0.0,0.08671394786772191,0.5,0.15372517456988796,0.0,0.025252434391689168,0.15372517456988796,0.0,0.01149540127830953,0.5,0.15372517456988796,0.0,0.09893489614101438,0.15372517456988796,0.0,0.020853718389985162,0.15372517456988796,0.0,0.7636984962481141,0.15372517456988796,0.0,0.5262227727431936,0.15372517456988796,0.0,0.48268775716823065,0.15372517456988796,0.0,0.2295149149115996,0.15372517456988796,0.0,0.19570675965483075,0.5,0.15372517456988796,0.0,0.04932060775384591,0.0,1.0026095597389517,0.9934207838150889 -235,0.5,0.15372517456988796,0.0,0.7384379919961979,0.15372517456988796,0.0,0.5767663379932138,0.15372517456988796,0.0,0.2800404238267344,0.15372517456988796,0.0,0.5433307234176257,0.15372517456988796,0.0,0.7848188672063691,0.15372517456988796,0.0,0.39472339856912564,0.15372517456988796,0.0,0.5680310487881801,0.15372517456988796,0.0,0.06489392316827236,0.5,0.15372517456988796,0.0,0.015363931388430509,0.15372517456988796,0.0,0.0035036911699302684,0.5,0.15372517456988796,0.0,0.042506235983052185,0.15372517456988796,0.0,0.009168484384194363,0.15372517456988796,0.0,0.6919793678512433,0.15372517456988796,0.0,0.6153896975412942,0.15372517456988796,0.0,0.5272320964766825,0.15372517456988796,0.0,0.2272405171469624,0.15372517456988796,0.0,0.14996496920323266,0.5,0.15372517456988796,0.0,0.031679504470855165,0.0,1.000960513234892,0.9811379947013041 -236,0.5,0.15372517456988796,0.0,0.689482256038548,0.15372517456988796,0.0,0.7550212879615842,0.15372517456988796,0.0,0.2798715583004049,0.15372517456988796,0.0,0.4253513118731981,0.15372517456988796,0.0,0.7857463988289033,0.15372517456988796,0.0,0.2829760798889415,0.15372517456988796,0.0,0.5323813309724745,0.15372517456988796,0.0,0.057430925523932023,0.5,0.15372517456988796,0.0,0.016485122647916527,0.15372517456988796,0.0,0.0007116787205382791,0.5,0.15372517456988796,0.0,0.025699807831541542,0.15372517456988796,0.0,0.005521303086419542,0.15372517456988796,0.0,0.7120368354391489,0.15372517456988796,0.0,0.7063498374465167,0.15372517456988796,0.0,0.6493628781235734,0.15372517456988796,0.0,0.24419690447457226,0.15372517456988796,0.0,0.10740936852019504,0.5,0.15372517456988796,0.0,0.0159031516134498,0.0,0.9810206973006975,0.9823820325220878 -237,0.5,0.15372517456988796,0.0,0.6615832062026055,0.15372517456988796,0.0,0.9334716767840338,0.15372517456988796,0.0,0.27348534708735917,0.15372517456988796,0.0,0.3654316958449487,0.15372517456988796,0.0,0.7080049443976075,0.15372517456988796,0.0,0.15796649793416084,0.15372517456988796,0.0,0.5086958610275233,0.15372517456988796,0.0,0.047465982453496355,0.5,0.15372517456988796,0.0,0.015196176395363062,0.15372517456988796,0.0,0.0007101308582633462,0.5,0.15372517456988796,0.0,0.02491907618842553,0.15372517456988796,0.0,0.005161059913920677,0.15372517456988796,0.0,0.7628606465989212,0.15372517456988796,0.0,0.7432563547756854,0.15372517456988796,0.0,0.7178893222122942,0.15372517456988796,0.0,0.2086354937136846,0.15372517456988796,0.0,0.07499550559420955,0.5,0.15372517456988796,0.0,0.00766469622851093,0.0,0.993062386556309,0.9985212891022325 -238,0.5,0.15372517456988796,0.0,0.7059648150428682,0.15372517456988796,0.0,0.9738503476400416,0.15372517456988796,0.0,0.26974712065318895,0.15372517456988796,0.0,0.34739970930609565,0.15372517456988796,0.0,0.44494362408688415,0.15372517456988796,0.0,0.14956000301974098,0.15372517456988796,0.0,0.44477461550565867,0.15372517456988796,0.0,0.03332128859678503,0.5,0.15372517456988796,0.0,0.010981782478411152,0.15372517456988796,0.0,0.0017484533511921848,0.5,0.15372517456988796,0.0,0.010984182444032913,0.15372517456988796,0.0,0.005296527271802548,0.15372517456988796,0.0,0.7953816564174214,0.15372517456988796,0.0,0.6867797567672403,0.15372517456988796,0.0,0.725803462549604,0.15372517456988796,0.0,0.20406462590907448,0.15372517456988796,0.0,0.04766680088776213,0.5,0.15372517456988796,0.0,0.0037969423208887897,0.0,0.997648669337898,1.0021893734785212 -239,0.5,0.15372517456988796,0.0,0.7722846772727885,0.15372517456988796,0.0,0.9286655735956624,0.15372517456988796,0.0,0.2506996598013344,0.15372517456988796,0.0,0.3323117933607536,0.15372517456988796,0.0,0.3290712313693784,0.15372517456988796,0.0,0.21605966933044563,0.15372517456988796,0.0,0.4299877080216775,0.15372517456988796,0.0,0.025409737441899782,0.5,0.15372517456988796,0.0,0.011975396358756113,0.15372517456988796,0.0,0.004150911304165105,0.5,0.15372517456988796,0.0,0.0054336361452899965,0.15372517456988796,0.0,0.00705290224416558,0.15372517456988796,0.0,0.8362271005334414,0.15372517456988796,0.0,0.5772642896903251,0.15372517456988796,0.0,0.686008782928618,0.15372517456988796,0.0,0.19140742028560007,0.15372517456988796,0.0,0.043159564861447626,0.5,0.15372517456988796,0.0,0.002413835098332473,0.0,0.9930878028236292,0.9974075548680039 -240,0.5,0.15372517456988796,0.0,0.7944614037218238,0.15372517456988796,0.0,0.8350891955797929,0.15372517456988796,0.0,0.2837317023811392,0.15372517456988796,0.0,0.3105065074269649,0.15372517456988796,0.0,0.39591755060215383,0.15372517456988796,0.0,0.2112651085863746,0.15372517456988796,0.0,0.3278754459794047,0.15372517456988796,0.0,0.027034891579491377,0.5,0.15372517456988796,0.0,0.012380620376826195,0.15372517456988796,0.0,0.00410232557465437,0.5,0.15372517456988796,0.0,0.008422469813532505,0.15372517456988796,0.0,0.009559397874659627,0.15372517456988796,0.0,0.8301189345588309,0.15372517456988796,0.0,0.5018676503509998,0.15372517456988796,0.0,0.6209848824424755,0.15372517456988796,0.0,0.15888574601073405,0.15372517456988796,0.0,0.0385496079115971,0.5,0.15372517456988796,0.0,0.0034329353332310793,0.0,1.0037766815790463,0.9831884871453472 -241,0.5,0.15372517456988796,0.0,0.7712649357528975,0.15372517456988796,0.0,0.7408161531826715,0.15372517456988796,0.0,0.3105252384560089,0.15372517456988796,0.0,0.33610701396075543,0.15372517456988796,0.0,0.470227889030961,0.15372517456988796,0.0,0.19534899328729743,0.15372517456988796,0.0,0.19807518830776252,0.15372517456988796,0.0,0.0317498486618641,0.5,0.15372517456988796,0.0,0.010635903642991008,0.15372517456988796,0.0,0.003079279327562868,0.5,0.15372517456988796,0.0,0.009108500760590995,0.15372517456988796,0.0,0.011284774091746271,0.15372517456988796,0.0,0.8069138112357855,0.15372517456988796,0.0,0.45816327771310295,0.15372517456988796,0.0,0.5626013868903904,0.15372517456988796,0.0,0.07294864249607756,0.15372517456988796,0.0,0.02665129071551772,0.5,0.15372517456988796,0.0,0.0031328470063112313,0.0,1.0080767806744684,0.9395573640690527 -242,0.5,0.15372517456988796,0.0,0.7314452796844564,0.15372517456988796,0.0,0.7602457216341629,0.15372517456988796,0.0,0.23510353170167675,0.15372517456988796,0.0,0.3252741483428229,0.15372517456988796,0.0,0.4879448783982676,0.15372517456988796,0.0,0.19690873164081363,0.15372517456988796,0.0,0.15504757968225086,0.15372517456988796,0.0,0.03307782719342495,0.5,0.15372517456988796,0.0,0.006091122687999091,0.15372517456988796,0.0,0.0038578125423213367,0.5,0.15372517456988796,0.0,0.006348711196115952,0.15372517456988796,0.0,0.011083675818872376,0.15372517456988796,0.0,0.8036348419884354,0.15372517456988796,0.0,0.4869170070740516,0.15372517456988796,0.0,0.5058925157481585,0.15372517456988796,0.0,0.04195770212478967,0.15372517456988796,0.0,0.02387637260876999,0.5,0.15372517456988796,0.0,0.0032635307623449547,0.0,1.0074609035746682,0.8757542358409963 -243,0.5,0.15372517456988796,0.0,0.6878296398224106,0.15372517456988796,0.0,0.6039064486943566,0.15372517456988796,0.0,0.17570784172556972,0.15372517456988796,0.0,0.3491192975732036,0.15372517456988796,0.0,0.5034886360421753,0.15372517456988796,0.0,0.19599357271303536,0.15372517456988796,0.0,0.1526321082935634,0.15372517456988796,0.0,0.03402066566149434,0.5,0.15372517456988796,0.0,0.003966029600639721,0.15372517456988796,0.0,0.0071158971442852464,0.5,0.15372517456988796,0.0,0.003461216839785371,0.15372517456988796,0.0,0.009821764878710528,0.15372517456988796,0.0,0.7963390441944648,0.15372517456988796,0.0,0.5527586304576753,0.15372517456988796,0.0,0.43078745212269354,0.15372517456988796,0.0,0.03930981630830496,0.15372517456988796,0.0,0.017242327947975693,0.5,0.15372517456988796,0.0,0.0032414387509043345,0.0,1.0042053778343247,0.798366832957828 -244,0.5,0.15372517456988796,0.0,0.6317778981070428,0.15372517456988796,0.0,0.6490055701044908,0.15372517456988796,0.0,0.13786793863829308,0.15372517456988796,0.0,0.3325508054023933,0.15372517456988796,0.0,0.531814347635303,0.15372517456988796,0.0,0.18714752508473037,0.15372517456988796,0.0,0.15886027811139355,0.15372517456988796,0.0,0.03912911700050827,0.5,0.15372517456988796,0.0,0.004016352339924095,0.15372517456988796,0.0,0.00656987813771984,0.5,0.15372517456988796,0.0,0.0025979228518218577,0.15372517456988796,0.0,0.008061907467811633,0.15372517456988796,0.0,0.7705826540793079,0.15372517456988796,0.0,0.5981323815358017,0.15372517456988796,0.0,0.41352879913149365,0.15372517456988796,0.0,0.046135665481143374,0.15372517456988796,0.0,0.013745964775347733,0.5,0.15372517456988796,0.0,0.004647968939240781,0.0,0.9976930920022357,0.7302935403475385 -245,0.5,0.15372517456988796,0.0,0.5703751547799021,0.15372517456988796,0.0,0.7302473755889118,0.15372517456988796,0.0,0.09912196536340964,0.15372517456988796,0.0,0.30697813636307864,0.15372517456988796,0.0,0.518622066561659,0.15372517456988796,0.0,0.1773986979819402,0.15372517456988796,0.0,0.15974380490679277,0.15372517456988796,0.0,0.04387521725875383,0.5,0.15372517456988796,0.0,0.004853094690470683,0.15372517456988796,0.0,0.003560657964484538,0.5,0.15372517456988796,0.0,0.002616273395629809,0.15372517456988796,0.0,0.006145299849038123,0.15372517456988796,0.0,0.7479181743930844,0.15372517456988796,0.0,0.6210191160255192,0.15372517456988796,0.0,0.43806935067659153,0.15372517456988796,0.0,0.05569490211680602,0.15372517456988796,0.0,0.011537836799345995,0.5,0.15372517456988796,0.0,0.003583613158348246,0.0,0.991726181340207,0.6752716505909464 -246,0.5,0.15372517456988796,0.0,0.5587461169856568,0.15372517456988796,0.0,0.699991526957459,0.15372517456988796,0.0,0.10463817115122903,0.15372517456988796,0.0,0.2609710543664539,0.15372517456988796,0.0,0.48559773776869536,0.15372517456988796,0.0,0.1748032785043785,0.15372517456988796,0.0,0.14993262575105298,0.15372517456988796,0.0,0.050141768555649675,0.5,0.15372517456988796,0.0,0.004016210556482103,0.15372517456988796,0.0,0.0037500882245278706,0.5,0.15372517456988796,0.0,0.002231835516520877,0.15372517456988796,0.0,0.005259660107253921,0.15372517456988796,0.0,0.7393968404792975,0.15372517456988796,0.0,0.6119806906127778,0.15372517456988796,0.0,0.43150859746845527,0.15372517456988796,0.0,0.0641279139945642,0.15372517456988796,0.0,0.01016434771038018,0.5,0.15372517456988796,0.0,0.0065193873965334916,0.0,0.9901425151968407,0.600669588882051 -247,0.5,0.15372517456988796,0.0,0.5266045437143643,0.15372517456988796,0.0,0.6782291126944034,0.15372517456988796,0.0,0.11619320367814859,0.15372517456988796,0.0,0.1680907612491894,0.15372517456988796,0.0,0.4663237844565,0.15372517456988796,0.0,0.18578348829597183,0.15372517456988796,0.0,0.1433402371036796,0.15372517456988796,0.0,0.04775225695827891,0.5,0.15372517456988796,0.0,0.0031901874436899265,0.15372517456988796,0.0,0.004631925944743999,0.5,0.15372517456988796,0.0,0.001443248044115243,0.15372517456988796,0.0,0.005911624561669643,0.15372517456988796,0.0,0.700261049901528,0.15372517456988796,0.0,0.5883350628649809,0.15372517456988796,0.0,0.4178577318066179,0.15372517456988796,0.0,0.07539959378190735,0.15372517456988796,0.0,0.008450338093161725,0.5,0.15372517456988796,0.0,0.010674570959874946,0.0,1.002320485635515,0.5051013125690921 -248,0.5,0.15372517456988796,0.0,0.4839726845244602,0.15372517456988796,0.0,0.6411221958748361,0.15372517456988796,0.0,0.12822037566029104,0.15372517456988796,0.0,0.13789279664220586,0.15372517456988796,0.0,0.4657996557389554,0.15372517456988796,0.0,0.19827387957176174,0.15372517456988796,0.0,0.1477851093546638,0.15372517456988796,0.0,0.044949859895838565,0.5,0.15372517456988796,0.0,0.003990858701602194,0.15372517456988796,0.0,0.007117035552996711,0.5,0.15372517456988796,0.0,0.0013032694867011975,0.15372517456988796,0.0,0.007558619122665481,0.15372517456988796,0.0,0.6595961959260753,0.15372517456988796,0.0,0.566768169755333,0.15372517456988796,0.0,0.3994851905363593,0.15372517456988796,0.0,0.06954238889686165,0.15372517456988796,0.0,0.007825511907402513,0.5,0.15372517456988796,0.0,0.0062660949500514705,0.0,0.991956668010519,0.3186746470890204 -249,0.5,0.15372517456988796,5.330274823901972e-05,0.5005243689682686,0.15372517456988796,0.0,0.6302779505322219,0.15372517456988796,0.00038633701554340277,0.14773022298062952,0.15372517456988796,0.0011754109710609827,0.14553023165914658,0.15372517456988796,0.0,0.49538003761474336,0.15372517456988796,0.0,0.22676210710733657,0.15372517456988796,0.0,0.1535667963402474,0.15372517456988796,0.0,0.05188229409236029,0.5,0.15372517456988796,0.0,0.006824943901038355,0.15372517456988796,0.0013431729680863046,0.00559788667237128,0.5,0.15372517456988796,0.00025332114317030903,0.0014766104249209569,0.15372517456988796,0.0005283326436948832,0.009618634775234142,0.15372517456988796,0.0,0.6278591444119854,0.15372517456988796,0.0,0.5723859808378742,0.15372517456988796,0.0,0.4082255519018464,0.15372517456988796,0.0,0.05639183706472008,0.15372517456988796,0.0020252370448885387,0.008140268754961178,0.5,0.15372517456988796,0.004434986665241216,0.0015140225859749162,0.0,0.9793071004834963,0.1532540094696631 -250,0.5,0.15372517456988796,0.013593519943270132,0.5437089255154777,0.15372517456988796,0.006645525906391065,0.664496185026755,0.15372517456988796,0.06464680991820197,0.16236356351701856,0.15372517456988796,0.040332248704174685,0.16739418822920885,0.15372517456988796,0.006481014183696802,0.579456099252638,0.15372517456988796,0.009448032502408712,0.29385110067476383,0.15372517456988796,0.02036408722066577,0.18746922122917373,0.15372517456988796,0.04278483710462118,0.05528969324086429,0.5,0.15372517456988796,0.07701147353034316,0.008101049517767226,0.15372517456988796,0.019051632716811803,0.006222356704933799,0.5,0.15372517456988796,0.09758029446548262,0.0024149052190825184,0.15372517456988796,0.022431698797111092,0.009581626541464192,0.15372517456988796,0.0033583487168479644,0.6056636530193702,0.15372517456988796,0.0038460652562356656,0.5994835675082195,0.15372517456988796,0.023736826561630408,0.4076694421410735,0.15372517456988796,0.06808896672642603,0.06295602827150125,0.15372517456988796,0.08800182163238439,0.009028677798803567,0.5,0.15372517456988796,0.04560971811700734,0.002187452278990113,0.0,0.9380530268175439,0.11332646467891903 -251,0.5,0.15372517456988796,0.04633179488226314,0.5967764967261333,0.15372517456988796,0.01976157890042938,0.6840915613516798,0.15372517456988796,0.15195123014218606,0.21693071247356915,0.15372517456988796,0.09976909506092793,0.2207825457745133,0.15372517456988796,0.02551588330269224,0.688853438833929,0.15372517456988796,0.03584897922382758,0.3672555274376639,0.15372517456988796,0.04842987531916485,0.2575840285943637,0.15372517456988796,0.11258980178568884,0.06057928858213285,0.5,0.15372517456988796,0.1706898204709295,0.00946208245729803,0.15372517456988796,0.042060883370005187,0.014000246882863297,0.5,0.15372517456988796,0.23801757767811876,0.002700777974652115,0.15372517456988796,0.07915036602218478,0.008847721904162695,0.15372517456988796,0.013891922099958482,0.5872465014780806,0.15372517456988796,0.01762647274277727,0.6360317174211012,0.15372517456988796,0.07352779075964812,0.43559413005403463,0.15372517456988796,0.1926990420588284,0.10871765695267883,0.15372517456988796,0.21816619383371216,0.00958832723071118,0.5,0.15372517456988796,0.06728737465471407,0.005978561428422272,0.0,0.9187639611046083,0.18707603040749124 -252,0.5,0.15372517456988796,0.07384365814399106,0.5997186327193478,0.15372517456988796,0.028209777729195005,0.7128567464186215,0.15372517456988796,0.24224659863174805,0.29496624158704815,0.15372517456988796,0.14233698558134925,0.2832806883094846,0.15372517456988796,0.03505710112941571,0.7650443054823455,0.15372517456988796,0.05689133449285831,0.45774156223325213,0.15372517456988796,0.08031365218459853,0.30554230825902884,0.15372517456988796,0.1842135596021406,0.07329501127692825,0.5,0.15372517456988796,0.22450001212515436,0.012125093976985793,0.15372517456988796,0.06654669387972191,0.024394307413686978,0.5,0.15372517456988796,0.29257003660424924,0.0025233710000498537,0.15372517456988796,0.13477102811573416,0.007592479420276376,0.15372517456988796,0.020668041373849092,0.5594807414813473,0.15372517456988796,0.027941928151481492,0.6778126055903569,0.15372517456988796,0.0915409405053457,0.4995206644193369,0.15372517456988796,0.23524124065607482,0.15569604452001554,0.15372517456988796,0.3541080439012474,0.01167068997395741,0.5,0.15372517456988796,0.07661669405605606,0.010813133162214791,0.0,0.9249812337980821,0.17242435424746047 -253,0.5,0.15372517456988796,0.08460977246615964,0.5730875276431956,0.15372517456988796,0.030806661933362876,0.7200770297463059,0.15372517456988796,0.26597132330131573,0.2631995491808289,0.15372517456988796,0.15750156556948447,0.3285312082216344,0.15372517456988796,0.036049220488155155,0.8047479079466215,0.15372517456988796,0.06790374209036942,0.546535354505173,0.15372517456988796,0.09302426260693751,0.44012874152497267,0.15372517456988796,0.23927984554784776,0.09297128697977497,0.5,0.15372517456988796,0.25160568961408647,0.020398417931786175,0.15372517456988796,0.0896152943252184,0.027691009900541283,0.5,0.15372517456988796,0.2955539597326535,0.0037805586057791897,0.15372517456988796,0.1455252514926198,0.008106300070968445,0.15372517456988796,0.022776017667370307,0.5008366297687951,0.15372517456988796,0.028310984859201454,0.6894999138659066,0.15372517456988796,0.08021851547753231,0.5483550864265729,0.15372517456988796,0.24467748570100795,0.21050306411410669,0.15372517456988796,0.38206205159427276,0.01573879364577529,0.5,0.15372517456988796,0.08830589641229711,0.016484574859945516,0.0,0.8807784601405275,0.10641302848106036 -254,0.5,0.15372517456988796,0.06784866141652084,0.540292176121681,0.15372517456988796,0.022613112796795794,0.7230394458661468,0.15372517456988796,0.24343663403537652,0.21538243181516356,0.15372517456988796,0.13799245096353746,0.2769371575565567,0.15372517456988796,0.0229935313642231,0.8737560803418696,0.15372517456988796,0.060557125223627196,0.614601069883118,0.15372517456988796,0.09060267246524653,0.5372931517563991,0.15372517456988796,0.28013607224326215,0.1274608197738175,0.5,0.15372517456988796,0.2733134663249107,0.03078776183167242,0.15372517456988796,0.08480834626456261,0.028263720353115744,0.5,0.15372517456988796,0.21934389749403838,0.010700005517112528,0.15372517456988796,0.11015767995016583,0.011287274047055465,0.15372517456988796,0.019757364542262793,0.38998199377987386,0.15372517456988796,0.019817575100008464,0.7051426117353002,0.15372517456988796,0.061974371524852565,0.579931384056225,0.15372517456988796,0.19456090207264778,0.2520740642441686,0.15372517456988796,0.32647451093579477,0.029911682148702674,0.5,0.15372517456988796,0.06479297159186136,0.016613228220870184,0.0,0.8041266275368855,0.1307246583665188 -255,0.5,0.15372517456988796,0.03324004256795399,0.5165594795525923,0.15372517456988796,0.008231071836498828,0.7218421274651083,0.15372517456988796,0.17093436622498936,0.22447576747170095,0.15372517456988796,0.08276829816694371,0.20058398029758925,0.15372517456988796,0.007446831756572332,0.9238871831928276,0.15372517456988796,0.018453246925259528,0.6878878249100902,0.15372517456988796,0.04413617203963794,0.6121590128571421,0.15372517456988796,0.21245628396622582,0.20105886585138252,0.5,0.15372517456988796,0.2982221957049492,0.027071498693476068,0.15372517456988796,0.05640719284133702,0.02661463696974435,0.5,0.15372517456988796,0.12868830698823217,0.023528774270053784,0.15372517456988796,0.04730532491815119,0.010530887883053175,0.15372517456988796,0.01160044499960164,0.24697706458274096,0.15372517456988796,0.006538238188237189,0.7596923878357561,0.15372517456988796,0.029857323658510182,0.6621704200995705,0.15372517456988796,0.16528951415874024,0.2549592667217309,0.15372517456988796,0.20258907744050453,0.031240868220944018,0.5,0.15372517456988796,0.038440327203876676,0.013617893874186719,0.0,0.7197826853952832,0.43349600082579737 -256,0.5,0.15372517456988796,0.0007115048525942639,0.5100853242458898,0.15372517456988796,0.0004607337760957166,0.7850208340981498,0.15372517456988796,0.050860763735490686,0.2525819131939839,0.15372517456988796,0.013789130635003699,0.17456912188499246,0.15372517456988796,0.0025070128738208255,0.9473199829187383,0.15372517456988796,0.006100791914044837,0.8369327513453841,0.15372517456988796,0.01182605835595764,0.7718118671976665,0.15372517456988796,0.05567142692419873,0.29611776138635826,0.5,0.15372517456988796,0.14353840112459174,0.02931427109874266,0.15372517456988796,0.011209266138599521,0.026633801393303833,0.5,0.15372517456988796,0.09267304165407858,0.029760056318483368,0.15372517456988796,0.01647492558165711,0.013713795007762673,0.15372517456988796,0.00037266716184696354,0.22603135275594588,0.15372517456988796,0.0020333375951198636,0.8025081025841354,0.15372517456988796,0.004971833559894995,0.7850235631747149,0.15372517456988796,0.06280493767916563,0.2933749949665868,0.15372517456988796,0.0743177469446784,0.02761341458499376,0.5,0.15372517456988796,0.010989213821277674,0.01367491289582368,0.0,0.6064798961833631,0.8587403787475553 -257,0.5,0.15372517456988796,0.0,0.5574441990944287,0.15372517456988796,0.0,0.8887391360830843,0.15372517456988796,0.0,0.34772880530406614,0.15372517456988796,0.0,0.1965222730424984,0.15372517456988796,0.0,0.881153127203734,0.15372517456988796,0.0,0.7760642295257938,0.15372517456988796,0.0,0.9146268677016319,0.15372517456988796,0.0,0.370285541154439,0.5,0.15372517456988796,0.0,0.04448011476726928,0.15372517456988796,9.900303466700374e-05,0.03255348578101938,0.5,0.15372517456988796,0.0,0.04298238742376548,0.15372517456988796,0.000248404610722315,0.01466476919343358,0.15372517456988796,0.0,0.3322663938440256,0.15372517456988796,0.0,0.7425040625703245,0.15372517456988796,0.0,0.8885221488045361,0.15372517456988796,0.0,0.3839562277711478,0.15372517456988796,0.0,0.03553233672598957,0.5,0.15372517456988796,0.0,0.016214884868514613,0.0,0.4170483394999248,0.9671295525099889 -258,0.5,0.15372517456988796,0.0,0.6484057269159856,0.15372517456988796,0.0,0.9225814486774184,0.15372517456988796,0.0,0.5492214952183765,0.15372517456988796,0.0,0.2595184171053666,0.15372517456988796,0.0,0.784608043790021,0.15372517456988796,0.0,0.5892857400452852,0.15372517456988796,0.0,0.9081824086331008,0.15372517456988796,0.0,0.3690395732800624,0.5,0.15372517456988796,0.0,0.04820165533960605,0.15372517456988796,0.0,0.03909980082021472,0.5,0.15372517456988796,0.0,0.051171771943049914,0.15372517456988796,0.0,0.0143051775470008,0.15372517456988796,0.0,0.3329560706328461,0.15372517456988796,0.0,0.6703399146914065,0.15372517456988796,0.0,0.9818710783861111,0.15372517456988796,0.0,0.4749363915183287,0.15372517456988796,0.0,0.0463579145890978,0.5,0.15372517456988796,0.0,0.018257287187496522,0.0,0.17344057697664758,0.9967753817142436 -259,0.5,0.15372517456988796,0.0,0.7566958178853831,0.15372517456988796,0.0,0.8986197744421649,0.15372517456988796,0.0,0.7670151673289077,0.15372517456988796,0.0,0.3986111639363509,0.15372517456988796,0.0,0.6836889510753472,0.15372517456988796,0.0,0.4355022548420866,0.15372517456988796,0.0,0.8845884824686254,0.15372517456988796,0.0,0.3382598716838531,0.5,0.15372517456988796,0.0,0.05763845207806082,0.15372517456988796,0.0,0.049857323674890264,0.5,0.15372517456988796,0.0,0.06312395505576676,0.15372517456988796,0.0,0.017794166244379468,0.15372517456988796,0.0,0.4293364348723304,0.15372517456988796,0.0,0.5871165660629589,0.15372517456988796,0.0,0.9767328566346667,0.15372517456988796,0.0,0.5200731562240011,0.15372517456988796,0.0,0.06864298680000722,0.5,0.15372517456988796,0.0,0.02300224911083995,0.0,0.2051217542918986,0.9995829311175475 -260,0.5,0.15372517456988796,0.0,0.8605567475579501,0.15372517456988796,0.0,0.5542488554873082,0.15372517456988796,0.0,0.8998930801118176,0.15372517456988796,0.0,0.6296266105457765,0.15372517456988796,0.0,0.5425328818597779,0.15372517456988796,0.0,0.22108695089254582,0.15372517456988796,0.0,0.783717668724992,0.15372517456988796,0.0,0.26835506650980356,0.5,0.15372517456988796,0.0,0.059674986579902604,0.15372517456988796,0.0,0.06535636321043345,0.5,0.15372517456988796,0.0,0.0994868476442876,0.15372517456988796,0.0,0.027375529814394253,0.15372517456988796,0.0,0.5590754242987398,0.15372517456988796,0.0,0.5827488106155891,0.15372517456988796,0.0,0.9169733987089802,0.15372517456988796,0.0,0.5673671001756584,0.15372517456988796,0.0,0.10553416794136439,0.5,0.15372517456988796,0.0,0.03448599885702037,0.0,0.38321211461417326,0.9987976064534311 -261,0.5,0.15372517456988796,0.0,0.8988779779865693,0.15372517456988796,0.0,0.5863717885339012,0.15372517456988796,0.0,0.92725057338034,0.15372517456988796,0.0,0.8252553563323506,0.15372517456988796,0.0,0.4043296648890539,0.15372517456988796,0.0,0.13082825527146733,0.15372517456988796,0.0,0.5600559647510742,0.15372517456988796,0.0,0.20002866400325536,0.5,0.15372517456988796,0.0,0.04744380754395018,0.15372517456988796,0.0,0.07250176622191888,0.5,0.15372517456988796,0.0,0.1121467869470343,0.15372517456988796,0.0,0.04768166221854944,0.15372517456988796,0.0,0.6492215814788435,0.15372517456988796,0.0,0.5493611574541415,0.15372517456988796,0.0,0.8375283633238251,0.15372517456988796,0.0,0.5468418460586248,0.15372517456988796,0.0,0.1609950225267535,0.5,0.15372517456988796,0.0,0.04933510199358639,0.0,0.6019941666854793,1.0048836810509687 -262,0.5,0.15372517456988796,0.0,0.9411775672337607,0.15372517456988796,0.0,0.6197183829706093,0.15372517456988796,0.0,0.9373863117674136,0.15372517456988796,0.0,0.9660466352682268,0.15372517456988796,0.0,0.3942203179214401,0.15372517456988796,0.0,0.15628891552227908,0.15372517456988796,0.0,0.37121580011026517,0.15372517456988796,0.0,0.12939946223104143,0.5,0.15372517456988796,0.0,0.026528279534388296,0.15372517456988796,0.0,0.08401353117969067,0.5,0.15372517456988796,0.0,0.1268721590063875,0.15372517456988796,0.0,0.08103003592995298,0.15372517456988796,0.0,0.6449229455505393,0.15372517456988796,0.0,0.5122649447772519,0.15372517456988796,0.0,0.7365082223139332,0.15372517456988796,0.0,0.4050270356118163,0.15372517456988796,0.0,0.21946244192862122,0.5,0.15372517456988796,0.0,0.07917071594343371,0.0,0.924612447622956,1.0050212609170792 -263,0.5,0.15372517456988796,0.0,0.9278357916233109,0.15372517456988796,0.0,0.541201216031444,0.15372517456988796,0.0,0.8956134604705437,0.15372517456988796,0.0,1.009270349700032,0.15372517456988796,0.0,0.4314235659492123,0.15372517456988796,0.0,0.2029966506149411,0.15372517456988796,0.0,0.335641570234871,0.15372517456988796,0.0,0.09500358515566804,0.5,0.15372517456988796,0.0,0.01319768701949822,0.15372517456988796,0.0,0.08088891208570866,0.5,0.15372517456988796,0.0,0.14233860086845074,0.15372517456988796,0.0,0.03567681920505118,0.15372517456988796,0.0,0.5565751720209959,0.15372517456988796,0.0,0.4707565195920093,0.15372517456988796,0.0,0.6241253742147979,0.15372517456988796,0.0,0.2519847640523073,0.15372517456988796,0.0,0.2604711521722307,0.5,0.15372517456988796,0.0,0.14875879898472946,0.0,0.8757422153282621,1.005022339727051 -264,0.5,0.15372517456988796,0.0,0.8687159523883735,0.15372517456988796,0.0,0.4527054238469931,0.15372517456988796,0.0,0.6716368057635701,0.15372517456988796,0.0,0.9889395492379472,0.15372517456988796,0.0,0.46053464144546874,0.15372517456988796,0.0,0.2359065129322634,0.15372517456988796,0.0,0.38510536038349924,0.15372517456988796,0.0,0.05717315479323037,0.5,0.15372517456988796,0.0,0.012485273428999124,0.15372517456988796,0.0,0.054892665853196625,0.5,0.15372517456988796,0.0,0.1070721932277206,0.15372517456988796,0.0,0.020469247861695364,0.15372517456988796,0.0,0.4798533318353443,0.15372517456988796,0.0,0.4792896094143139,0.15372517456988796,0.0,0.5568141827263655,0.15372517456988796,0.0,0.1924827126521841,0.15372517456988796,0.0,0.2755985086202523,0.5,0.15372517456988796,0.0,0.18966636089532957,0.0,0.8772979547866482,1.0054624380021289 -265,0.5,0.15372517456988796,0.0,0.8124724061942701,0.15372517456988796,0.0,0.4643371861037378,0.15372517456988796,0.0,0.5187931954068142,0.15372517456988796,0.0,0.9301028291697556,0.15372517456988796,0.0,0.5724596543593624,0.15372517456988796,0.0,0.2718913819244084,0.15372517456988796,0.0,0.47172821614583127,0.15372517456988796,0.0,0.04955569470025224,0.5,0.15372517456988796,0.0,0.01176568510812189,0.15372517456988796,0.0,0.03539110251235788,0.5,0.15372517456988796,0.0,0.07594787192421784,0.15372517456988796,0.0,0.013968957144769707,0.15372517456988796,0.0,0.43318334751565474,0.15372517456988796,0.0,0.5554354457272086,0.15372517456988796,0.0,0.5618847772677127,0.15372517456988796,0.0,0.2098821790473646,0.15372517456988796,0.0,0.24651821356382697,0.5,0.15372517456988796,0.0,0.1744565623918695,0.0,0.8592062532905924,1.0056194168497212 -266,0.5,0.15372517456988796,0.0,0.7399112379913502,0.15372517456988796,0.0,0.5486496662822505,0.15372517456988796,0.0,0.49799507128894127,0.15372517456988796,0.0,0.8500370353381301,0.15372517456988796,0.0,0.6160650739542562,0.15372517456988796,0.0,0.29650809239094034,0.15372517456988796,0.0,0.5397682434358002,0.15372517456988796,0.0,0.040741872657545405,0.5,0.15372517456988796,0.0,0.009253099635993736,0.15372517456988796,0.0,0.019706289577555363,0.5,0.15372517456988796,0.0,0.059517310712893935,0.15372517456988796,0.0,0.010554745528047211,0.15372517456988796,0.0,0.3926109697615412,0.15372517456988796,0.0,0.6040392713055466,0.15372517456988796,0.0,0.6393857079516332,0.15372517456988796,0.0,0.2429492314714997,0.15372517456988796,0.0,0.1799288746463838,0.5,0.15372517456988796,0.0,0.1487634592854326,0.0,0.907940710404184,1.003765200298543 -267,0.5,0.15372517456988796,0.0,0.6573646800579448,0.15372517456988796,0.0,0.5711792921147785,0.15372517456988796,0.0,0.5327586834672927,0.15372517456988796,0.0,0.7621280056967809,0.15372517456988796,0.0,0.5369848531580623,0.15372517456988796,0.0,0.24735661320158875,0.15372517456988796,0.0,0.5467904260092513,0.15372517456988796,0.0,0.03981690695585588,0.5,0.15372517456988796,0.0,0.006089642811804836,0.15372517456988796,0.0,0.011444760165982334,0.5,0.15372517456988796,0.0,0.04417836339918677,0.15372517456988796,0.0,0.00810081066249753,0.15372517456988796,0.0,0.411127042645718,0.15372517456988796,0.0,0.5734949345885213,0.15372517456988796,0.0,0.7161406723883255,0.15372517456988796,0.0,0.2331524414214804,0.15372517456988796,0.0,0.15113310238006894,0.5,0.15372517456988796,0.0,0.11207931928816187,0.0,0.8989135642717301,0.9922704474099624 -268,0.5,0.15372517456988796,0.0,0.6004498957436981,0.15372517456988796,0.0,0.5180341809636649,0.15372517456988796,0.0,0.5624227865503392,0.15372517456988796,0.0,0.6759104877416937,0.15372517456988796,0.0,0.4152044640867666,0.15372517456988796,0.0,0.1876213772548097,0.15372517456988796,0.0,0.5037731159879401,0.15372517456988796,0.0,0.037381737169215015,0.5,0.15372517456988796,0.0,0.004630566421198123,0.15372517456988796,0.0,0.007899631645561643,0.5,0.15372517456988796,0.0,0.02810418324809136,0.15372517456988796,0.0,0.007444410346776698,0.15372517456988796,0.0,0.46967966834457553,0.15372517456988796,0.0,0.5372558007463497,0.15372517456988796,0.0,0.7411601789108734,0.15372517456988796,0.0,0.2027338777610833,0.15372517456988796,0.0,0.12974894839872808,0.5,0.15372517456988796,0.0,0.07094114391428219,0.0,0.9083553682599906,0.9300442471159001 -269,0.5,0.15372517456988796,0.0,0.6001052643231577,0.15372517456988796,0.0,0.2985899681631789,0.15372517456988796,0.0,0.600665421877088,0.15372517456988796,0.0,0.6310586319338694,0.15372517456988796,0.0,0.2596416001275814,0.15372517456988796,0.0,0.12269275570673671,0.15372517456988796,0.0,0.3990267335936214,0.15372517456988796,0.0,0.028290649738142153,0.5,0.15372517456988796,0.0,0.002185462669447497,0.15372517456988796,0.0,0.006578081000757702,0.5,0.15372517456988796,0.0,0.014085045829727338,0.15372517456988796,0.0,0.0045682273452483145,0.15372517456988796,0.0,0.48994934684166946,0.15372517456988796,0.0,0.4626972956342666,0.15372517456988796,0.0,0.697873176759461,0.15372517456988796,0.0,0.17549096885208226,0.15372517456988796,0.0,0.10211680150925935,0.5,0.15372517456988796,0.0,0.05206582215302119,0.0,0.9367902619314378,0.8024993509827216 -270,0.5,0.15372517456988796,0.0,0.6209711957328853,0.15372517456988796,0.0,0.19160790431670452,0.15372517456988796,0.0,0.613789479230221,0.15372517456988796,0.0,0.6542152679532512,0.15372517456988796,0.0,0.17153939756948916,0.15372517456988796,0.0,0.09073376713088052,0.15372517456988796,0.0,0.2843824436419105,0.15372517456988796,0.0,0.01485030509714633,0.5,0.15372517456988796,0.0,0.0014063914937514782,0.15372517456988796,0.0,0.003001260216241472,0.5,0.15372517456988796,0.0,0.007714516150457242,0.15372517456988796,0.0,0.003349420234841464,0.15372517456988796,0.0,0.4288676432749229,0.15372517456988796,0.0,0.34187220586450073,0.15372517456988796,0.0,0.5464317607033774,0.15372517456988796,0.0,0.14757673239665214,0.15372517456988796,0.0,0.07435661952547462,0.5,0.15372517456988796,0.0,0.0746031233116772,0.0,0.9635551191338734,0.6772643597854892 -271,0.5,0.15372517456988796,0.0,0.6235002967018431,0.15372517456988796,0.0,0.19912404494654296,0.15372517456988796,0.0,0.6082279855232785,0.15372517456988796,0.0,0.6909042857594003,0.15372517456988796,0.0,0.11675220714812046,0.15372517456988796,0.0,0.05928125528042516,0.15372517456988796,0.0,0.19442419646347314,0.15372517456988796,0.0,0.008742875014355176,0.5,0.15372517456988796,0.0,0.0015554583179335744,0.15372517456988796,0.0,0.0024016906184586243,0.5,0.15372517456988796,0.0,0.005540014397326053,0.15372517456988796,0.0,0.003948010544558093,0.15372517456988796,0.0,0.39898357149150115,0.15372517456988796,0.0,0.2634294440667557,0.15372517456988796,0.0,0.3864942348326369,0.15372517456988796,0.0,0.11647631218358365,0.15372517456988796,0.0,0.053510976557218905,0.5,0.15372517456988796,0.0,0.0676643113326349,0.0,0.9640568868863973,0.5002579113513779 -272,0.5,0.15372517456988796,0.0,0.5945020608344671,0.15372517456988796,0.0,0.14308766611257612,0.15372517456988796,0.0,0.5578393346329139,0.15372517456988796,0.0,0.7293433190669544,0.15372517456988796,0.0,0.0751355369849507,0.15372517456988796,0.0,0.03998953631833789,0.15372517456988796,0.0,0.1158726832716925,0.15372517456988796,0.0,0.004366454255141142,0.5,0.15372517456988796,0.0,0.0018370307430540759,0.15372517456988796,0.0,0.0025359209261360083,0.5,0.15372517456988796,0.0,0.0031749531855526053,0.15372517456988796,0.0,0.004618841960337522,0.15372517456988796,0.0,0.3471256250005932,0.15372517456988796,0.0,0.20315212374017066,0.15372517456988796,0.0,0.259417808896828,0.15372517456988796,0.0,0.07357253980068483,0.15372517456988796,0.0,0.03741541421004548,0.5,0.15372517456988796,0.0,0.04385827336594149,0.0,0.9846582366831916,0.37220956912158026 -273,0.5,0.15372517456988796,0.00012251407395549686,0.5472371166958172,0.15372517456988796,0.0,0.11530039299129025,0.15372517456988796,0.0006755408080843163,0.4307731166113419,0.15372517456988796,0.0021519805547523243,0.7080050147509738,0.15372517456988796,0.0,0.052670547198688994,0.15372517456988796,0.0,0.029281542388441394,0.15372517456988796,0.0,0.07016485497919657,0.15372517456988796,0.0,0.004645809974840016,0.5,0.15372517456988796,0.0,0.0037652877128688342,0.15372517456988796,0.0027582626436054324,0.003850567360269798,0.5,0.15372517456988796,0.0006827506325707341,0.0019934339467788764,0.15372517456988796,0.0018425980185676856,0.005106395621841179,0.15372517456988796,0.0,0.4015226705936114,0.15372517456988796,0.0,0.14643789472414348,0.15372517456988796,0.0,0.1715325899704362,0.15372517456988796,0.0,0.03516157619064937,0.15372517456988796,0.00326887260342118,0.026387447777340485,0.5,0.15372517456988796,0.005549417596382986,0.030872423928812412,0.0,0.9643843031821928,0.2824409799099931 -274,0.5,0.15372517456988796,0.046337737913013946,0.4789389912899211,0.15372517456988796,0.04733842056651045,0.14123834169092642,0.15372517456988796,0.11061843624622356,0.30017201589742276,0.15372517456988796,0.07802133677321652,0.6511206259306012,0.15372517456988796,0.061212217491478094,0.03365287728164098,0.15372517456988796,0.0560159670113983,0.02084312769558159,0.15372517456988796,0.0748694092123167,0.0392818824138941,0.15372517456988796,0.07763650468341178,0.01017589327914914,0.5,0.15372517456988796,0.10300219325022944,0.0039603161309282415,0.15372517456988796,0.0533849590482128,0.009422473258672296,0.5,0.15372517456988796,0.12497453698234148,0.001635745784076542,0.15372517456988796,0.09598942155626965,0.006103419861408435,0.15372517456988796,0.04434077527751907,0.4865985737451663,0.15372517456988796,0.03412619355734042,0.09279205592684364,0.15372517456988796,0.06678950873450189,0.12399786328233456,0.15372517456988796,0.09193390066430468,0.014758748716371985,0.15372517456988796,0.13239285211413648,0.017525033232916227,0.5,0.15372517456988796,0.0768855042217463,0.017612479446389544,0.0,0.9783395279130933,0.22645995715925385 -275,0.5,0.15372517456988796,0.13712676624464687,0.5107227420438235,0.15372517456988796,0.19613064029588995,0.21852923942521554,0.15372517456988796,0.25572369094312847,0.20887176380769373,0.15372517456988796,0.15875443626787572,0.5834951280127453,0.15372517456988796,0.21141684042017403,0.031598046667890844,0.15372517456988796,0.18031441897253206,0.016011752710278666,0.15372517456988796,0.23114394293345086,0.02990096052398189,0.15372517456988796,0.22790352747172415,0.01634758010826799,0.5,0.15372517456988796,0.2620046051446202,0.004807613820289939,0.15372517456988796,0.1154388998383182,0.023717267233782258,0.5,0.15372517456988796,0.28423607031254733,0.00388382573660269,0.15372517456988796,0.21047622129065502,0.008108074796494072,0.15372517456988796,0.17809458134138828,0.5478074420676968,0.15372517456988796,0.16038257336387288,0.06903374942838683,0.15372517456988796,0.18535076013233848,0.09198862787054486,0.15372517456988796,0.24977058916689238,0.007608875118427611,0.15372517456988796,0.28746885301558583,0.014074079310339329,0.5,0.15372517456988796,0.16314657639291452,0.0066528593707473535,0.0,0.9960648957606455,0.19625252914238983 -276,0.5,0.15372517456988796,0.23381953856265747,0.5619054605566229,0.15372517456988796,0.3368895370280193,0.2238369366321397,0.15372517456988796,0.3587218090720503,0.1298340721350652,0.15372517456988796,0.20124882135356748,0.5141255827943374,0.15372517456988796,0.3371446070738505,0.028160278816020894,0.15372517456988796,0.3000491351921093,0.015453708337221473,0.15372517456988796,0.34758255867442245,0.018661873424130806,0.15372517456988796,0.3366641787810888,0.018032984195185165,0.5,0.15372517456988796,0.3835259888067359,0.006103690063032593,0.15372517456988796,0.20600833313869268,0.03580892892279905,0.5,0.15372517456988796,0.40376422543543095,0.0030719822447648018,0.15372517456988796,0.2939223846962711,0.010052507382507703,0.15372517456988796,0.2585390095412116,0.5217342071715136,0.15372517456988796,0.3216014847022412,0.06205365138993332,0.15372517456988796,0.29274851046035427,0.06973111506435285,0.15372517456988796,0.3715400830620562,0.005998526041385186,0.15372517456988796,0.39839723130751475,0.008512072620561499,0.5,0.15372517456988796,0.2652738279524026,0.004434097912730296,0.0,0.9988723759696315,0.1248170300621733 -277,0.5,0.15372517456988796,0.28933923603352385,0.5603690396153017,0.15372517456988796,0.3660236422803264,0.21232245211641365,0.15372517456988796,0.40016314340308995,0.09978328102439328,0.15372517456988796,0.2114507126379966,0.41743701461035604,0.15372517456988796,0.38164457161642834,0.024808495439792546,0.15372517456988796,0.37304140567455235,0.02066916053889807,0.15372517456988796,0.4063314799058576,0.010382609750672182,0.15372517456988796,0.4277775879776413,0.022178225743372776,0.5,0.15372517456988796,0.4415678152468393,0.006872642581612072,0.15372517456988796,0.27430682216824703,0.047688034852245466,0.5,0.15372517456988796,0.45762679521539573,0.003347818104968816,0.15372517456988796,0.3267623795414306,0.02042145241997968,0.15372517456988796,0.2605003357545819,0.4890609680713275,0.15372517456988796,0.37459667736405533,0.07877769313981844,0.15372517456988796,0.3638540912899125,0.08276687836785038,0.15372517456988796,0.4277771731047124,0.004337054193899765,0.15372517456988796,0.44617231623641573,0.006926992060757486,0.5,0.15372517456988796,0.36863637819152817,0.0078812364312737,0.0,0.9867738020308985,0.09742935794205798 -278,0.5,0.15372517456988796,0.29164193895704627,0.48870832720674673,0.15372517456988796,0.33968124717040393,0.21392934182406434,0.15372517456988796,0.3699446730424498,0.07093936133437449,0.15372517456988796,0.18960217359357284,0.3061411387569045,0.15372517456988796,0.3660662861744054,0.023902486895962527,0.15372517456988796,0.40147383308762047,0.025996753290206804,0.15372517456988796,0.3798498553159457,0.006122433206347682,0.15372517456988796,0.4384939944070313,0.03257377615564024,0.5,0.15372517456988796,0.4376859769118834,0.009354315976204489,0.15372517456988796,0.2869774508662532,0.05201614583518431,0.5,0.15372517456988796,0.4440852485912926,0.005304547315477535,0.15372517456988796,0.3112157023215274,0.02634366346747824,0.15372517456988796,0.25158780334715625,0.39874623769097767,0.15372517456988796,0.3410129434432468,0.11162133784773708,0.15372517456988796,0.3584858483061036,0.10669744331615148,0.15372517456988796,0.4154842270687916,0.005488033160403606,0.15372517456988796,0.42843661815490175,0.006858398620243679,0.5,0.15372517456988796,0.38517043125430395,0.011759984037273227,0.0,0.949869641861992,0.15277571039292018 -279,0.5,0.15372517456988796,0.23633952448249756,0.38334459982010166,0.15372517456988796,0.2606029671188994,0.19988487803699745,0.15372517456988796,0.3062447953987899,0.04179025816861566,0.15372517456988796,0.13560515499370204,0.2009071480920624,0.15372517456988796,0.2980390937936504,0.026599934471953926,0.15372517456988796,0.34385319571004697,0.03136567954090682,0.15372517456988796,0.30900495939437317,0.0060045506895855996,0.15372517456988796,0.3684104582198316,0.04389314682559753,0.5,0.15372517456988796,0.3725516731759858,0.011783830392644735,0.15372517456988796,0.2363746685612502,0.04940916207992883,0.5,0.15372517456988796,0.3606468658225865,0.008449224005229941,0.15372517456988796,0.24146173354668435,0.02278167803406392,0.15372517456988796,0.21317755349517176,0.2986344339600502,0.15372517456988796,0.2646454524215646,0.11166226890029465,0.15372517456988796,0.2714366043398089,0.09398334227290778,0.15372517456988796,0.33049949790308414,0.007505666111328302,0.15372517456988796,0.34264154905176514,0.007276005022662517,0.5,0.15372517456988796,0.3124393099309373,0.011409371221228962,0.0,0.9091836986506209,0.176362848001929 -280,0.5,0.15372517456988796,0.005723466832529311,0.301160878354583,0.15372517456988796,0.03368648464868003,0.18129796119098612,0.15372517456988796,0.08295559495025571,0.03025950376827286,0.15372517456988796,0.018423698127898416,0.15851191883264962,0.15372517456988796,0.13190319589932448,0.024568385859514617,0.15372517456988796,0.17100034140050002,0.04429259703049382,0.15372517456988796,0.153868951285941,0.014269340962334403,0.15372517456988796,0.14207442862816916,0.053298253597586095,0.5,0.15372517456988796,0.15158159133390367,0.012123728207116033,0.15372517456988796,0.09505426095767577,0.03732922516738791,0.5,0.15372517456988796,0.13008488295315263,0.015605889103067731,0.15372517456988796,0.115386553337218,0.01780651903975688,0.15372517456988796,0.018231311693900167,0.229662366373165,0.15372517456988796,0.08922958208506038,0.08270468594714757,0.15372517456988796,0.08569988004021269,0.06379825207906806,0.15372517456988796,0.11838521500577284,0.010608190305302615,0.15372517456988796,0.087947146944934,0.00942354228994131,0.5,0.15372517456988796,0.08192523828963191,0.010112683449849932,0.0,0.8882354576029106,0.1372651546446775 -281,0.5,0.15372517456988796,0.0,0.2575634603421411,0.15372517456988796,0.0,0.13335965080993564,0.15372517456988796,0.0,0.021936908635504647,0.15372517456988796,0.0,0.14166023293215824,0.15372517456988796,0.0,0.025946633625012743,0.15372517456988796,0.0,0.06440874842398235,0.15372517456988796,0.0,0.022149903711297544,0.15372517456988796,0.0,0.06705089134258241,0.5,0.15372517456988796,0.0,0.01437689015293693,0.15372517456988796,0.0,0.019316940401956,0.5,0.15372517456988796,0.0,0.02021204179502449,0.15372517456988796,0.0,0.021532150480678226,0.15372517456988796,0.0,0.1699410500999832,0.15372517456988796,0.0,0.053278781964632635,0.15372517456988796,0.0,0.03706499308848062,0.15372517456988796,0.0,0.01566908385775482,0.15372517456988796,0.0,0.010980943528461485,0.5,0.15372517456988796,0.0,0.013855398565830526,0.0,0.8316772718269123,0.06400085734151739 -282,0.5,0.15372517456988796,0.0,0.2153859267720273,0.15372517456988796,0.0,0.08182097168728929,0.15372517456988796,0.0,0.015951050513169484,0.15372517456988796,0.0,0.12427195774378455,0.15372517456988796,0.0,0.039199941186233205,0.15372517456988796,0.0,0.07943352599129978,0.15372517456988796,0.0,0.03287819488719666,0.15372517456988796,0.0,0.08240402098727323,0.5,0.15372517456988796,0.0,0.017208657790108505,0.15372517456988796,0.0,0.01323879386071793,0.5,0.15372517456988796,0.0,0.022962995496343758,0.15372517456988796,0.0,0.023139083713273393,0.15372517456988796,0.0,0.11338019727295048,0.15372517456988796,0.0,0.037248497809520185,0.15372517456988796,0.0,0.02551741589198437,0.15372517456988796,0.0,0.01860424589181324,0.15372517456988796,0.0,0.012613378916494056,0.5,0.15372517456988796,0.0,0.015841295198123717,0.0,0.7666259001582482,0.06310730607546382 -283,0.5,0.15372517456988796,0.0,0.17354944706904388,0.15372517456988796,0.0,0.06072977263205765,0.15372517456988796,0.0,0.017404830013427273,0.15372517456988796,0.0,0.10318421944205623,0.15372517456988796,0.0,0.051527354975282776,0.15372517456988796,0.0,0.11255610784200344,0.15372517456988796,0.0,0.055422583011823845,0.15372517456988796,0.0,0.09767240309079218,0.5,0.15372517456988796,0.0,0.016245749209499713,0.15372517456988796,0.0,0.006487895326251404,0.5,0.15372517456988796,0.0,0.02825366050323612,0.15372517456988796,0.0,0.024601203720372215,0.15372517456988796,0.0,0.08752454643841007,0.15372517456988796,0.0,0.03968109940593116,0.15372517456988796,0.0,0.022046209482985604,0.15372517456988796,0.0,0.023559993549520142,0.15372517456988796,0.0,0.014956629222897882,0.5,0.15372517456988796,0.0,0.015204523823274776,0.0,0.6501836130332979,0.14964742560585748 -284,0.5,0.15372517456988796,0.0,0.12964511257112088,0.15372517456988796,0.0,0.043260959181763016,0.15372517456988796,0.0,0.016738861776460976,0.15372517456988796,0.0,0.08202016432827962,0.15372517456988796,0.0,0.06629626631996252,0.15372517456988796,0.0,0.12789435381849107,0.15372517456988796,0.0,0.08824835298112309,0.15372517456988796,0.0,0.1106978864154749,0.5,0.15372517456988796,0.0,0.01724861407889145,0.15372517456988796,0.0,0.002726195974279077,0.5,0.15372517456988796,0.0,0.02808774955713999,0.15372517456988796,0.0,0.030424725762825695,0.15372517456988796,0.0,0.06684017219436442,0.15372517456988796,0.0,0.050588239553753474,0.15372517456988796,0.0,0.025146909135180504,0.15372517456988796,0.0,0.032063900239314734,0.15372517456988796,0.0,0.017832383891336994,0.5,0.15372517456988796,0.0,0.013176426778057937,0.0,0.5511090085063064,0.30803206110214004 -285,0.5,0.15372517456988796,0.0,0.1048549691662462,0.15372517456988796,0.0,0.037229315656480716,0.15372517456988796,0.0,0.014524945570128987,0.15372517456988796,0.0,0.06753222836865905,0.15372517456988796,0.0,0.06620586230165393,0.15372517456988796,0.0,0.10711888746142068,0.15372517456988796,0.0,0.09569158230859924,0.15372517456988796,0.0,0.10779912015232379,0.5,0.15372517456988796,0.0,0.019606480075720367,0.15372517456988796,0.0,0.0034392885346581983,0.5,0.15372517456988796,0.0,0.02006785610685323,0.15372517456988796,0.0,0.03366043384178075,0.15372517456988796,0.0,0.06236274989222616,0.15372517456988796,0.0,0.05544783244465101,0.15372517456988796,0.0,0.031199764817454838,0.15372517456988796,0.0,0.04456355127451346,0.15372517456988796,0.0,0.01909634319713256,0.5,0.15372517456988796,0.0,0.01668055197920837,0.0,0.4901836493512725,0.4735312159069955 -286,0.5,0.15372517456988796,0.0,0.08204146697291603,0.15372517456988796,0.0,0.0331958790417306,0.15372517456988796,0.0,0.015217035988240552,0.15372517456988796,0.0,0.0501430402974571,0.15372517456988796,0.0,0.07524714120040371,0.15372517456988796,0.0,0.105855527272304,0.15372517456988796,0.0,0.08990351724538473,0.15372517456988796,0.0,0.1108302689047691,0.5,0.15372517456988796,0.0,0.026381539083014514,0.15372517456988796,0.0,0.006054570828507532,0.5,0.15372517456988796,0.0,0.019814740597001973,0.15372517456988796,0.0,0.035324117100420896,0.15372517456988796,0.0,0.06282987231282462,0.15372517456988796,0.0,0.055355312884861174,0.15372517456988796,0.0,0.032169349621879194,0.15372517456988796,0.0,0.04708450075187341,0.15372517456988796,0.0,0.02156450553421912,0.5,0.15372517456988796,0.0,0.018660050955352663,0.0,0.4275590372059295,0.5033467985983917 -287,0.5,0.15372517456988796,0.0,0.06452873716027818,0.15372517456988796,0.0,0.02838335922060068,0.15372517456988796,0.0,0.016601108176524233,0.15372517456988796,0.0,0.03525092414137064,0.15372517456988796,0.0,0.11020779181895418,0.15372517456988796,0.0,0.12822011188073412,0.15372517456988796,0.0,0.10096798803386563,0.15372517456988796,0.0,0.13238513222310305,0.5,0.15372517456988796,0.0,0.03050395854561952,0.15372517456988796,0.0,0.008881728580725312,0.5,0.15372517456988796,0.0,0.023060756745291948,0.15372517456988796,0.0,0.03919640364575972,0.15372517456988796,0.0,0.058868804780893125,0.15372517456988796,0.0,0.07596888233149848,0.15372517456988796,0.0,0.032101513728879955,0.15372517456988796,0.0,0.04598195897743602,0.15372517456988796,0.0,0.02538048145324661,0.5,0.15372517456988796,0.0,0.01341444494521143,0.0,0.3885185626219411,0.5807335454758412 -288,0.5,0.15372517456988796,0.0,0.04712925037118548,0.15372517456988796,0.0,0.029359969205436987,0.15372517456988796,0.0,0.01563900332219367,0.15372517456988796,0.0,0.026150114855590233,0.15372517456988796,0.0,0.1303525459357839,0.15372517456988796,0.0,0.14728037419018072,0.15372517456988796,0.0,0.12984039014726426,0.15372517456988796,0.0,0.15029158048035274,0.5,0.15372517456988796,0.0,0.03483958221212965,0.15372517456988796,0.0,0.010233894907335617,0.5,0.15372517456988796,0.0,0.01527809681779043,0.15372517456988796,0.0,0.046427065280795723,0.15372517456988796,0.0,0.04861877714305257,0.15372517456988796,0.0,0.11516397518873028,0.15372517456988796,0.0,0.04799509065578555,0.15372517456988796,0.0,0.05587358556640438,0.15372517456988796,0.0,0.02808516510136485,0.5,0.15372517456988796,0.0,0.008765968466421548,0.0,0.26811749668782053,0.7200444615997186 -289,0.5,0.15372517456988796,0.0,0.03360038630037225,0.15372517456988796,0.0,0.04121405957944884,0.15372517456988796,0.0,0.018643860057388315,0.15372517456988796,0.0,0.020311600038898682,0.15372517456988796,0.0,0.1333192490940118,0.15372517456988796,0.0,0.15683630990760322,0.15372517456988796,0.0,0.15406531400271323,0.15372517456988796,0.0,0.1592241615213898,0.5,0.15372517456988796,0.0,0.037770780672835944,0.15372517456988796,0.0,0.021384764711454514,0.5,0.15372517456988796,0.0,0.01659293455777739,0.15372517456988796,0.0,0.05605578755830856,0.15372517456988796,0.0,0.05002552459131311,0.15372517456988796,0.0,0.15164601359179075,0.15372517456988796,0.0,0.07070936198094215,0.15372517456988796,0.0,0.06924156594818437,0.15372517456988796,0.0,0.025598964034921994,0.5,0.15372517456988796,0.0,0.00953360304974511,0.0,0.13548683486278007,0.8445891197235049 -290,0.5,0.15372517456988796,0.0,0.02228527705149125,0.15372517456988796,0.0,0.0519470318523759,0.15372517456988796,0.0,0.02910116051533719,0.15372517456988796,0.0,0.018763632720895963,0.15372517456988796,0.0,0.12940772821676141,0.15372517456988796,0.0,0.15861553321712682,0.15372517456988796,0.0,0.15533726314291166,0.15372517456988796,0.0,0.1666571613080856,0.5,0.15372517456988796,0.0,0.05405709823587089,0.15372517456988796,0.0,0.029041755036994257,0.5,0.15372517456988796,0.0,0.021987246709994163,0.15372517456988796,0.0,0.060607114308809044,0.15372517456988796,0.0,0.06208712744532824,0.15372517456988796,0.0,0.17530327167199825,0.15372517456988796,0.0,0.07777383882976813,0.15372517456988796,0.0,0.08003366754107744,0.15372517456988796,0.0,0.027666611639558743,0.5,0.15372517456988796,0.0,0.007786665078998317,0.0,0.050510129308719086,0.9091909242089878 -291,0.5,0.15372517456988796,0.0,0.017008881075530592,0.15372517456988796,0.0,0.06570292179974452,0.15372517456988796,0.0,0.036504204237289714,0.15372517456988796,0.0,0.02157977059649968,0.15372517456988796,0.0,0.12247081110406959,0.15372517456988796,0.0,0.17062511271482994,0.15372517456988796,0.0,0.16371460361856663,0.15372517456988796,0.0,0.18454569618415367,0.5,0.15372517456988796,0.0,0.07152196309300407,0.15372517456988796,0.0,0.03468030404501891,0.5,0.15372517456988796,0.0,0.02614380694598575,0.15372517456988796,0.0,0.0909529536412752,0.15372517456988796,0.0,0.08450804551326896,0.15372517456988796,0.0,0.19019564078617102,0.15372517456988796,0.0,0.08702574809403905,0.15372517456988796,0.0,0.08592743776122334,0.15372517456988796,0.0,0.03528741945847809,0.5,0.15372517456988796,0.0,0.006342611156274303,0.0,0.016657754519615636,0.9268914179233347 -292,0.5,0.15372517456988796,0.0,0.018923518995928326,0.15372517456988796,0.0,0.07992631687333293,0.15372517456988796,0.0,0.039875299064538614,0.15372517456988796,0.0,0.027872086988737197,0.15372517456988796,0.0,0.13277342870706219,0.15372517456988796,0.0,0.184833796255442,0.15372517456988796,0.0,0.18533438293320004,0.15372517456988796,0.0,0.21385176922834867,0.5,0.15372517456988796,0.0,0.08485450494015287,0.15372517456988796,0.0,0.04187104565142819,0.5,0.15372517456988796,0.0,0.027273271551514218,0.15372517456988796,0.0,0.0976096843214568,0.15372517456988796,0.0,0.1113950049553695,0.15372517456988796,0.0,0.20406352411421647,0.15372517456988796,0.0,0.09616047119898465,0.15372517456988796,0.0,0.09117991302343363,0.15372517456988796,0.0,0.04108288286265632,0.5,0.15372517456988796,0.0,0.006795050459578611,0.0,0.0015005582902241322,0.9396789228163454 -293,0.5,0.15372517456988796,0.0,0.027786686506332637,0.15372517456988796,0.0,0.10511861674702246,0.15372517456988796,0.0,0.04653423659230863,0.15372517456988796,0.0,0.04148211622134265,0.15372517456988796,0.0,0.14718799378672545,0.15372517456988796,0.0,0.22810002200246196,0.15372517456988796,0.0,0.2245294406080186,0.15372517456988796,0.0,0.19821961075741987,0.5,0.15372517456988796,0.0,0.09446261558345641,0.15372517456988796,0.0,0.046541168885651296,0.5,0.15372517456988796,0.0,0.025351705439670105,0.15372517456988796,0.0,0.09152489158107949,0.15372517456988796,0.0,0.14635606514247937,0.15372517456988796,0.0,0.22538352827450753,0.15372517456988796,0.0,0.10621824918955616,0.15372517456988796,0.0,0.10370983881669182,0.15372517456988796,0.0,0.039938593173830056,0.5,0.15372517456988796,0.0,0.010525927768882478,0.0,0.0009865958656618701,0.9518095927322432 -294,0.5,0.15372517456988796,0.0,0.04335234952248,0.15372517456988796,0.0,0.14157418141348052,0.15372517456988796,0.0,0.04941173703105426,0.15372517456988796,0.0,0.05770127361884556,0.15372517456988796,0.0,0.1898107827906708,0.15372517456988796,0.0,0.2833966291836875,0.15372517456988796,0.0,0.2736725085092965,0.15372517456988796,0.0,0.19523356296457153,0.5,0.15372517456988796,0.0,0.09617620872524313,0.15372517456988796,0.0,0.06023191817218736,0.5,0.15372517456988796,0.0,0.03387645726910217,0.15372517456988796,0.0,0.09609204150745371,0.15372517456988796,0.0,0.20748347912719406,0.15372517456988796,0.0,0.25002339890913977,0.15372517456988796,0.0,0.1177362717516777,0.15372517456988796,0.0,0.1069719981056439,0.15372517456988796,0.0,0.03663875077708263,0.5,0.15372517456988796,0.0,0.01786977615047154,0.0,0.007395884769014273,0.968340658152368 -295,0.5,0.15372517456988796,0.0,0.06458030065526758,0.15372517456988796,0.0,0.2304035592846932,0.15372517456988796,0.0,0.053882380090679166,0.15372517456988796,0.0,0.06394276724091938,0.15372517456988796,0.0,0.24300840283135122,0.15372517456988796,0.0,0.24540332694397848,0.15372517456988796,0.0,0.355573980839941,0.15372517456988796,0.0,0.19047752936443635,0.5,0.15372517456988796,0.0,0.08908498122911987,0.15372517456988796,0.0,0.04609572693470493,0.5,0.15372517456988796,0.0,0.0549247760816657,0.15372517456988796,0.0,0.10578890491276903,0.15372517456988796,0.0,0.3159649267586477,0.15372517456988796,0.0,0.2754429256087402,0.15372517456988796,0.0,0.12998653677280042,0.15372517456988796,0.0,0.1138980265521366,0.15372517456988796,0.0,0.03684179228789757,0.5,0.15372517456988796,0.0,0.02491193120149174,0.0,0.04064187900943544,0.9764406533377716 -296,0.5,0.15372517456988796,0.0,0.09666578249525443,0.15372517456988796,0.0,0.2652265291682598,0.15372517456988796,0.0,0.06068814674825121,0.15372517456988796,0.0,0.07623212860432685,0.15372517456988796,0.0,0.24210366258903693,0.15372517456988796,0.0,0.26084024895156155,0.15372517456988796,0.0,0.33268767659306453,0.15372517456988796,0.0,0.19228723872091247,0.5,0.15372517456988796,0.0,0.0855352981579913,0.15372517456988796,0.0,0.04340992742229503,0.5,0.15372517456988796,0.0,0.0729423486169985,0.15372517456988796,0.0,0.11454978649011502,0.15372517456988796,0.0,0.40165872484173865,0.15372517456988796,0.0,0.2876538226124995,0.15372517456988796,0.0,0.14827776443122637,0.15372517456988796,0.0,0.14186023956271498,0.15372517456988796,0.0,0.04110715476990358,0.5,0.15372517456988796,0.0,0.027952494771319884,0.0,0.10881637751169163,0.9512624485155021 -297,0.5,0.15372517456988796,0.00041502771919938705,0.12323153394270649,0.15372517456988796,0.0,0.2663313660597687,0.15372517456988796,0.0002513093681148377,0.06335150015711366,0.15372517456988796,0.002463228096736925,0.09269244512051283,0.15372517456988796,0.0,0.26312227360054585,0.15372517456988796,0.0,0.40139396783636727,0.15372517456988796,0.0,0.34474470344661967,0.15372517456988796,0.0,0.2329094487481549,0.5,0.15372517456988796,0.0,0.06175577996252434,0.15372517456988796,0.005296128209454178,0.039342937405824584,0.5,0.15372517456988796,0.00046815120491607606,0.0664204608598321,0.15372517456988796,0.001917304810862553,0.11208718889945604,0.15372517456988796,0.0,0.4998550947881293,0.15372517456988796,0.0,0.27817608523701054,0.15372517456988796,0.0,0.17499450096756547,0.15372517456988796,0.0,0.16167314127510635,0.15372517456988796,0.0026348018574194414,0.04430317281516488,0.5,0.15372517456988796,0.009946863899937918,0.027552424500780992,0.0,0.20141838537182277,0.6591464138468268 -298,0.5,0.15372517456988796,0.04391493072258385,0.1428250894477118,0.15372517456988796,0.004521093677857836,0.2739071801514396,0.15372517456988796,0.01948323142957758,0.06843573112886372,0.15372517456988796,0.053065648377423,0.10408206975998363,0.15372517456988796,0.001144786624945917,0.36906482329235685,0.15372517456988796,0.0012526199245113086,0.42875073524177276,0.15372517456988796,0.002459278435804966,0.3466831706289759,0.15372517456988796,0.0030935308858535053,0.23288274967668748,0.5,0.15372517456988796,0.0037521450008973297,0.049896800539690686,0.15372517456988796,0.1177083089090054,0.03972093718023808,0.5,0.15372517456988796,0.026873287082018527,0.057294960711640024,0.15372517456988796,0.05941411655421243,0.08340174079428178,0.15372517456988796,0.004515778694979619,0.533905641855,0.15372517456988796,0.0014307687558993765,0.2711995319283633,0.15372517456988796,0.005280234654068719,0.19900025753308875,0.15372517456988796,0.005850496480574622,0.1672183983632721,0.15372517456988796,0.06617428371233837,0.04369567319544525,0.5,0.15372517456988796,0.14429649869224842,0.025102159674291583,0.0,0.24092078873159142,0.9291844875045558 -299,0.5,0.15372517456988796,0.07896238142882835,0.17217900821333232,0.15372517456988796,0.013034699098883622,0.2326261533583145,0.15372517456988796,0.04813242916189206,0.08513637887017061,0.15372517456988796,0.09543838167921342,0.11195902848118204,0.15372517456988796,0.005375984316068663,0.3884040576823563,0.15372517456988796,0.01000520919460789,0.3789497575702289,0.15372517456988796,0.006634713152154557,0.3403839298142655,0.15372517456988796,0.013027268580047754,0.17740077480894229,0.5,0.15372517456988796,0.017199247641605474,0.041885305405853085,0.15372517456988796,0.1930002888695311,0.026014408398978135,0.5,0.15372517456988796,0.01578647366534318,0.05682279053897121,0.15372517456988796,0.09408498238509762,0.06090644366919156,0.15372517456988796,0.01695504135328691,0.4825551699491063,0.15372517456988796,0.0052567919485736825,0.24610515798399946,0.15372517456988796,0.012293816344567107,0.21095262510717588,0.15372517456988796,0.013912457229612804,0.15009380360109706,0.15372517456988796,0.08361670562083925,0.04801341239833456,0.5,0.15372517456988796,0.23593279102248513,0.021267056093385413,0.0,0.32394018521962603,0.9746374594994837 -300,0.5,0.15372517456988796,0.0702613754993073,0.19574957212240832,0.15372517456988796,0.011420060149745899,0.17503521764156169,0.15372517456988796,0.060955379712184954,0.12213589076002017,0.15372517456988796,0.10910420874962418,0.1191943932198434,0.15372517456988796,0.013327723567335178,0.3478452438618136,0.15372517456988796,0.021915157033797535,0.2664921275747658,0.15372517456988796,0.01173723693323063,0.40193406156446615,0.15372517456988796,0.025364132961633853,0.11697736424316199,0.5,0.15372517456988796,0.03418495798287894,0.027643750599077976,0.15372517456988796,0.23725406660267168,0.020445568653725727,0.5,0.15372517456988796,0.014533509546508767,0.05792277238659895,0.15372517456988796,0.1043113034755847,0.059244401870101375,0.15372517456988796,0.021438516831913633,0.3973195446316352,0.15372517456988796,0.013743182282629648,0.36094884790152926,0.15372517456988796,0.016954789006843447,0.22493250988041313,0.15372517456988796,0.02627485515384155,0.12560247336128114,0.15372517456988796,0.055245880834273814,0.05228903841124494,0.5,0.15372517456988796,0.23035103963682335,0.014891735695447276,0.0,0.4537078451092635,0.9001607799710258 -301,0.5,0.15372517456988796,0.05317801657823018,0.19290433076280641,0.15372517456988796,0.013393485069017842,0.12487893953370735,0.15372517456988796,0.05015342075759977,0.16361825781048892,0.15372517456988796,0.12364096987015358,0.12121668436137985,0.15372517456988796,0.024205670559692933,0.3072341900656441,0.15372517456988796,0.030170137729218904,0.15917187450561393,0.15372517456988796,0.01572962269572102,0.4227591530290656,0.15372517456988796,0.04645167902044496,0.06641923946010504,0.5,0.15372517456988796,0.053965365961265006,0.01531240001957398,0.15372517456988796,0.24491813779729943,0.017501564151154857,0.5,0.15372517456988796,0.02431711499984166,0.07090170158775827,0.15372517456988796,0.10668898885813709,0.047948342740090494,0.15372517456988796,0.02166927459482646,0.30951938110076604,0.15372517456988796,0.022862630603754208,0.3827901316700111,0.15372517456988796,0.015679653017319266,0.2654842184683525,0.15372517456988796,0.032835050654995056,0.09942336465140487,0.15372517456988796,0.03346281211662594,0.04778451275690407,0.5,0.15372517456988796,0.17233267971835137,0.011435014666077927,0.0,0.5223912309336806,0.793304914290898 -302,0.5,0.15372517456988796,0.03542016755504429,0.18467674887322388,0.15372517456988796,0.00923656787578085,0.1667196597003114,0.15372517456988796,0.031703628943100665,0.23686592952840246,0.15372517456988796,0.08112750719739775,0.1334283040268308,0.15372517456988796,0.024893140733577075,0.2606806977763884,0.15372517456988796,0.032746590202472475,0.08532632224406585,0.15372517456988796,0.017497226213787433,0.32385798903009166,0.15372517456988796,0.06253911704565482,0.03924318361333114,0.5,0.15372517456988796,0.06484116326792515,0.0108294367225208,0.15372517456988796,0.22273456650968546,0.011448045954769592,0.5,0.15372517456988796,0.030982904336230035,0.05681288495349826,0.15372517456988796,0.08599160709911258,0.034898123349289274,0.15372517456988796,0.013123880557346866,0.19481172815247916,0.15372517456988796,0.02346339053730709,0.3453430855187053,0.15372517456988796,0.01466339503201559,0.2655641406491512,0.15372517456988796,0.02673044057854708,0.08508651408952654,0.15372517456988796,0.026883285407739824,0.03907509493932722,0.5,0.15372517456988796,0.10899480336022088,0.010743401472249954,0.0,0.571508894238746,0.7629455194038897 -303,0.5,0.15372517456988796,0.015018623555098408,0.18209621826741543,0.15372517456988796,0.0038646255075712693,0.1958998178261944,0.15372517456988796,0.01837510103623715,0.23633501750824715,0.15372517456988796,0.04370738305771291,0.1381303955612773,0.15372517456988796,0.017926474301116803,0.1633899208902006,0.15372517456988796,0.023952548643821375,0.062473021910503884,0.15372517456988796,0.013279896899899255,0.2117834252024119,0.15372517456988796,0.06205207253634293,0.03148370615484973,0.5,0.15372517456988796,0.05836004267099895,0.00931613543722123,0.15372517456988796,0.13343609240023127,0.006073345050407163,0.5,0.15372517456988796,0.02600964739967202,0.024582636903953604,0.15372517456988796,0.04781836709774348,0.03407469244053873,0.15372517456988796,0.005880393949834219,0.2665560368854939,0.15372517456988796,0.016358373870174456,0.3211430023833225,0.15372517456988796,0.007843511079646962,0.26181134470826467,0.15372517456988796,0.017581091952961918,0.06696210972259238,0.15372517456988796,0.019084826929911904,0.029208966161539725,0.5,0.15372517456988796,0.058494194881681894,0.010758761708284121,0.0,0.6139394738495032,0.7018218182589787 -304,0.5,0.15372517456988796,0.0004169178721979902,0.1756324258158694,0.15372517456988796,0.0016112160533926561,0.19318175632017534,0.15372517456988796,0.005051003832871483,0.20816983270344125,0.15372517456988796,0.0018421704940450646,0.1532807323310949,0.15372517456988796,0.0044647708242252825,0.12343381279327345,0.15372517456988796,0.009267556463392237,0.05320357407841948,0.15372517456988796,0.0055072288817970185,0.1306655518826396,0.15372517456988796,0.03742323608940884,0.029219082231034588,0.5,0.15372517456988796,0.031613852551631905,0.010457766363994177,0.15372517456988796,0.04267872033765722,0.0033806996209188255,0.5,0.15372517456988796,0.011487735163365376,0.0128860297436155,0.15372517456988796,0.016389117652900378,0.020350005230663673,0.15372517456988796,0.0008639787682858936,0.4349632117361768,0.15372517456988796,0.005216297597801656,0.229295075218452,0.15372517456988796,0.002104458344127879,0.23092543992669157,0.15372517456988796,0.009440979702041849,0.04239132364429908,0.15372517456988796,0.006095613580554567,0.019341541190834137,0.5,0.15372517456988796,0.02080230524740434,0.008201581284767705,0.0,0.6265106268447383,0.5771089174794902 -305,0.5,0.15372517456988796,0.0,0.15560934948666594,0.15372517456988796,0.0,0.24386234951858934,0.15372517456988796,0.0,0.1557483903033566,0.15372517456988796,0.0,0.14410484562452527,0.15372517456988796,0.0,0.1027882224513017,0.15372517456988796,3.818844014307062e-05,0.07011194590792262,0.15372517456988796,0.0,0.06902224928548559,0.15372517456988796,0.00010177828292764727,0.036052417741526926,0.5,0.15372517456988796,6.865249402566951e-05,0.014358482238998129,0.15372517456988796,0.0,0.0025291411564830595,0.5,0.15372517456988796,0.00018263115797949043,0.008263256255512828,0.15372517456988796,0.0004903802573449813,0.009612129000479024,0.15372517456988796,0.0,0.38949567862769136,0.15372517456988796,0.0,0.1466121671918258,0.15372517456988796,0.0,0.1775736681316374,0.15372517456988796,2.0761614168279083e-05,0.028965358268131975,0.15372517456988796,1.2535255702482167e-05,0.014663798534823066,0.5,0.15372517456988796,4.9131271404651035e-06,0.005641313429667845,0.0,0.5157384903456144,0.5454512326007682 -306,0.5,0.15372517456988796,0.0,0.13505201788862145,0.15372517456988796,0.0,0.16623295152522322,0.15372517456988796,0.0,0.11911869731056704,0.15372517456988796,0.0,0.12929956522450314,0.15372517456988796,0.0,0.0951696701224437,0.15372517456988796,0.0,0.10577274277965795,0.15372517456988796,0.0,0.04515374513339621,0.15372517456988796,0.0,0.0404705991723676,0.5,0.15372517456988796,0.0,0.01493889699191546,0.15372517456988796,0.0,0.004999876824974112,0.5,0.15372517456988796,0.0,0.0026591642005639174,0.15372517456988796,0.0,0.004795838335063058,0.15372517456988796,0.0,0.251279998292763,0.15372517456988796,0.0,0.13121135245678944,0.15372517456988796,0.0,0.12554368646138184,0.15372517456988796,0.0,0.016907328877187863,0.15372517456988796,0.0,0.007373028623193048,0.5,0.15372517456988796,0.0,0.002874566142198474,0.0,0.46859787002014197,0.5043421237351325 -307,0.5,0.15372517456988796,0.0,0.12425538726200662,0.15372517456988796,0.0,0.11849752399664105,0.15372517456988796,0.0,0.09301899692644015,0.15372517456988796,0.0,0.12790626249868506,0.15372517456988796,0.0,0.11862337838537695,0.15372517456988796,0.0,0.12964409514825026,0.15372517456988796,0.0,0.04339260774073568,0.15372517456988796,0.0,0.05411303419230725,0.5,0.15372517456988796,0.0,0.016188029389701875,0.15372517456988796,0.0,0.00769845133960344,0.5,0.15372517456988796,0.0,0.0004099709780206658,0.15372517456988796,0.0,0.002217419570386298,0.15372517456988796,0.0,0.1785823486751799,0.15372517456988796,0.0,0.1309504820383998,0.15372517456988796,0.0,0.07551730322158758,0.15372517456988796,0.0,0.011046627838727915,0.15372517456988796,0.0,0.003928466801200613,0.5,0.15372517456988796,0.0,0.002993888439238112,0.0,0.2987704617776803,0.416773783671977 -308,0.5,0.15372517456988796,0.0,0.10769966967045438,0.15372517456988796,0.0,0.10514647517565064,0.15372517456988796,0.0,0.05306575804446863,0.15372517456988796,0.0,0.13391430197516072,0.15372517456988796,0.0,0.15558413783667277,0.15372517456988796,0.0,0.14822300461688342,0.15372517456988796,0.0,0.06333591488292686,0.15372517456988796,0.0,0.06994082744923096,0.5,0.15372517456988796,0.0,0.016664459317890012,0.15372517456988796,0.0,0.010427535746616493,0.5,0.15372517456988796,0.0,3.925118468451848e-06,0.15372517456988796,0.0,0.0012174575024498759,0.15372517456988796,0.0,0.14388818306300233,0.15372517456988796,0.0,0.11570683498338875,0.15372517456988796,0.0,0.05202778121808798,0.15372517456988796,0.0,0.015569627886924446,0.15372517456988796,0.0,0.0017749445677942809,0.5,0.15372517456988796,0.0,0.0046245770034375935,0.0,0.17869363209338263,0.25403069833963454 -309,0.5,0.15372517456988796,0.0,0.09225828796575632,0.15372517456988796,0.0,0.08175005178307825,0.15372517456988796,0.0,0.02704838001962713,0.15372517456988796,0.0,0.11372984245235918,0.15372517456988796,0.0,0.18191122070729268,0.15372517456988796,0.0,0.15950321648124666,0.15372517456988796,0.0,0.09527582204663308,0.15372517456988796,0.0,0.06710739328563842,0.5,0.15372517456988796,0.0,0.016403979430237484,0.15372517456988796,0.0,0.007552854879252916,0.5,0.15372517456988796,0.0,8.48187340210602e-05,0.15372517456988796,0.0,0.0008512172191887899,0.15372517456988796,0.0,0.13166691601412134,0.15372517456988796,0.0,0.10100451333880561,0.15372517456988796,0.0,0.04147478797334825,0.15372517456988796,0.0,0.020716281012247185,0.15372517456988796,0.0,0.0007040318483251123,0.5,0.15372517456988796,0.0,0.004997642808749285,0.0,0.15348532903965734,0.15929581362894527 -310,0.5,0.15372517456988796,0.0,0.08447520105415868,0.15372517456988796,0.0,0.061356391126769376,0.15372517456988796,0.0,0.012287937770360313,0.15372517456988796,0.0,0.09190659694352343,0.15372517456988796,0.0,0.19942518766368347,0.15372517456988796,0.0,0.14734280374710723,0.15372517456988796,0.0,0.09514453540388017,0.15372517456988796,0.0,0.06916281102439933,0.5,0.15372517456988796,0.0,0.01808013965891766,0.15372517456988796,0.0,0.005849426890368593,0.5,0.15372517456988796,0.0,0.000280937993410133,0.15372517456988796,0.0,0.0010304522282186205,0.15372517456988796,0.0,0.1289475782853205,0.15372517456988796,0.0,0.11237342203306977,0.15372517456988796,0.0,0.039160620686998736,0.15372517456988796,0.0,0.02399469676539993,0.15372517456988796,0.0,0.00039869116362377605,0.5,0.15372517456988796,0.0,0.0045898933743823995,0.0,0.3479679475663518,0.0888095255075544 -311,0.5,0.15372517456988796,0.0,0.07346563010441709,0.15372517456988796,0.0,0.052238414258372376,0.15372517456988796,0.0,0.007199894849164555,0.15372517456988796,0.0,0.06405461138435974,0.15372517456988796,0.0,0.1723237066354662,0.15372517456988796,0.0,0.13439992114894844,0.15372517456988796,0.0,0.09769677795169934,0.15372517456988796,0.0,0.07712645305249613,0.5,0.15372517456988796,0.0,0.01713278547260875,0.15372517456988796,0.0,0.007882417106404381,0.5,0.15372517456988796,0.0,0.0008858928190925045,0.15372517456988796,0.0,0.0014460814965477483,0.15372517456988796,0.0,0.11369129148900046,0.15372517456988796,0.0,0.14365172427487177,0.15372517456988796,0.0,0.04273911877653636,0.15372517456988796,0.0,0.027271657219844973,0.15372517456988796,0.0,0.0004231287449164213,0.5,0.15372517456988796,0.0,0.005358936454936704,0.0,0.41218380294009815,0.0571881829224762 -312,0.5,0.15372517456988796,0.0,0.059954229535660465,0.15372517456988796,0.0,0.05694333568775231,0.15372517456988796,0.0,0.0063718403230982245,0.15372517456988796,0.0,0.03898132130865487,0.15372517456988796,0.0,0.13394289450242416,0.15372517456988796,0.0,0.12729134813234047,0.15372517456988796,0.0,0.10698570375934592,0.15372517456988796,0.0,0.07721441273305299,0.5,0.15372517456988796,0.0,0.015336564109832312,0.15372517456988796,0.0,0.011411063972270078,0.5,0.15372517456988796,0.0,0.0017937958841317922,0.15372517456988796,0.0,0.0017536242463402636,0.15372517456988796,0.0,0.09946223453368574,0.15372517456988796,0.0,0.16543629822616285,0.15372517456988796,0.0,0.048392539688382204,0.15372517456988796,0.0,0.031798329817931785,0.15372517456988796,0.0,0.0010036816400009285,0.5,0.15372517456988796,0.0,0.008711160805860603,0.0,0.33589850491682355,0.07503868238805966 -313,0.5,0.15372517456988796,0.0,0.04939076207583652,0.15372517456988796,0.0,0.05101146560324833,0.15372517456988796,0.0,0.005209355723339689,0.15372517456988796,0.0,0.019448049862671783,0.15372517456988796,0.0,0.12483726327478488,0.15372517456988796,0.0,0.12849890740407066,0.15372517456988796,0.0,0.12342650650427978,0.15372517456988796,0.0,0.08992103203751148,0.5,0.15372517456988796,0.0,0.01581798832535584,0.15372517456988796,0.0,0.013075682567495394,0.5,0.15372517456988796,0.0,0.005005925273116432,0.15372517456988796,0.0,0.002226178058026488,0.15372517456988796,0.0,0.08308412503608469,0.15372517456988796,0.0,0.158108612163664,0.15372517456988796,0.0,0.05451785624130735,0.15372517456988796,0.0,0.03409748638301628,0.15372517456988796,0.0,0.0018530910027575987,0.5,0.15372517456988796,0.0,0.012431042723685469,0.0,0.21727237980723269,0.14727003781666861 -314,0.5,0.15372517456988796,0.0,0.03904228166395929,0.15372517456988796,0.0,0.053978061145857945,0.15372517456988796,0.0,0.005114117504818671,0.15372517456988796,0.0,0.010217746674396762,0.15372517456988796,0.0,0.12262781443503397,0.15372517456988796,0.0,0.15047841519666605,0.15372517456988796,0.0,0.12438280744871666,0.15372517456988796,0.0,0.10368919264635108,0.5,0.15372517456988796,0.0,0.014987945450067708,0.15372517456988796,0.0,0.013591668916941892,0.5,0.15372517456988796,0.0,0.009678173820292634,0.15372517456988796,0.0,0.004350622245367054,0.15372517456988796,0.0,0.07412229518122017,0.15372517456988796,0.0,0.15130367660081584,0.15372517456988796,0.0,0.06963271825155562,0.15372517456988796,0.0,0.03393974629331166,0.15372517456988796,0.0,0.004228531221130785,0.5,0.15372517456988796,0.0,0.012859199034115407,0.0,0.11007724437620338,0.34329081448288107 -315,0.5,0.15372517456988796,0.0,0.031004544253621383,0.15372517456988796,0.0,0.07327980597088858,0.15372517456988796,0.0,0.004043366136370388,0.15372517456988796,0.0,0.005254334192946255,0.15372517456988796,0.0,0.12011339050820602,0.15372517456988796,0.0,0.16639163250270134,0.15372517456988796,0.0,0.116416156559666,0.15372517456988796,0.0,0.10481942190607758,0.5,0.15372517456988796,0.0,0.01469770331709294,0.15372517456988796,0.0,0.017952781378964555,0.5,0.15372517456988796,0.0,0.012707215310544228,0.15372517456988796,0.0,0.006218418765055332,0.15372517456988796,0.0,0.06753070252886022,0.15372517456988796,0.0,0.14537434884235273,0.15372517456988796,0.0,0.08362855246677996,0.15372517456988796,0.0,0.030562670965511293,0.15372517456988796,0.0,0.00667417912178765,0.5,0.15372517456988796,0.0,0.011103831208134697,0.0,0.05898392972941935,0.49666132545142955 -316,0.5,0.15372517456988796,0.0,0.02730162839867651,0.15372517456988796,0.0,0.08471514339010444,0.15372517456988796,0.0,0.003999391102209792,0.15372517456988796,0.0,0.0017409668959522072,0.15372517456988796,0.0,0.12146352943999052,0.15372517456988796,0.0,0.18533758069662687,0.15372517456988796,0.0,0.1029335591089115,0.15372517456988796,0.0,0.11397885487179613,0.5,0.15372517456988796,0.0,0.0163726550314096,0.15372517456988796,0.0,0.022847327515200116,0.5,0.15372517456988796,0.0,0.018607427016150285,0.15372517456988796,0.0,0.007303815975682869,0.15372517456988796,0.0,0.0772132926937879,0.15372517456988796,0.0,0.13987608314251043,0.15372517456988796,0.0,0.07564994224916216,0.15372517456988796,0.0,0.02614103273782839,0.15372517456988796,0.0,0.009605677512369825,0.5,0.15372517456988796,0.0,0.0199494395717346,0.0,0.049836540845585885,0.5511917303113946 -317,0.5,0.15372517456988796,0.0,0.024172295308272095,0.15372517456988796,0.0,0.08549469137720911,0.15372517456988796,0.0,0.0045467068076892195,0.15372517456988796,0.0,0.0010007412454313867,0.15372517456988796,0.0,0.12146332763855568,0.15372517456988796,0.0,0.2081376201112601,0.15372517456988796,0.0,0.12009290634318316,0.15372517456988796,0.0,0.1267076988298681,0.5,0.15372517456988796,0.0,0.015260215135920187,0.15372517456988796,0.0,0.018880760083670005,0.5,0.15372517456988796,0.0,0.021815149159476604,0.15372517456988796,0.0,0.004452676333679583,0.15372517456988796,0.0,0.09248189205133234,0.15372517456988796,0.0,0.1392426438421864,0.15372517456988796,0.0,0.06536794129080742,0.15372517456988796,0.0,0.023063637690513655,0.15372517456988796,0.0,0.012141288117869449,0.5,0.15372517456988796,0.0,0.021362068833268383,0.0,0.061474620826137194,0.5133050340210352 -318,0.5,0.15372517456988796,0.0,0.022797473721266996,0.15372517456988796,0.0,0.08136382147421399,0.15372517456988796,0.0,0.004899513677456448,0.15372517456988796,0.0,0.0011875018798410653,0.15372517456988796,0.0,0.1308702361685882,0.15372517456988796,0.0,0.22738425341450946,0.15372517456988796,0.0,0.1267507940193231,0.15372517456988796,0.0,0.12564015451274355,0.5,0.15372517456988796,0.0,0.016679735744658017,0.15372517456988796,0.0,0.008270555202775899,0.5,0.15372517456988796,0.0,0.022524501075780155,0.15372517456988796,0.0,0.002914710273376675,0.15372517456988796,0.0,0.10138507000890093,0.15372517456988796,0.0,0.12759261987953657,0.15372517456988796,0.0,0.06338214255964444,0.15372517456988796,0.0,0.01959553283784406,0.15372517456988796,0.0,0.01664396839981567,0.5,0.15372517456988796,0.0,0.01993133070787176,0.0,0.056302057806651915,0.5013208041099104 -319,0.5,0.15372517456988796,0.0,0.020979969085255037,0.15372517456988796,0.0,0.08642502977655538,0.15372517456988796,0.0,0.005542123982882148,0.15372517456988796,0.0,0.0025939687645053612,0.15372517456988796,0.0,0.1573916598121051,0.15372517456988796,0.0,0.21254906487738454,0.15372517456988796,0.0,0.11143035899164543,0.15372517456988796,0.0,0.10745082403021672,0.5,0.15372517456988796,0.0,0.018928028288892,0.15372517456988796,0.0,0.004453410047267305,0.5,0.15372517456988796,0.0,0.017493349174397838,0.15372517456988796,0.0,0.0025198606698412676,0.15372517456988796,0.0,0.09556205544881952,0.15372517456988796,0.0,0.12639823622900997,0.15372517456988796,0.0,0.06263292069249195,0.15372517456988796,0.0,0.016466493370090252,0.15372517456988796,0.0,0.018959589981378304,0.5,0.15372517456988796,0.0,0.017397313109578656,0.0,0.056434281081355286,0.5160615320215958 -320,0.5,0.15372517456988796,0.0,0.017493026834970848,0.15372517456988796,0.0,0.08393897196280654,0.15372517456988796,0.0,0.007303376120093378,0.15372517456988796,0.0,0.006174842718575883,0.15372517456988796,0.0,0.14824632373177032,0.15372517456988796,0.0,0.17261772816523652,0.15372517456988796,0.0,0.09147141350437274,0.15372517456988796,0.0,0.09310110688665237,0.5,0.15372517456988796,0.0,0.020015831151361792,0.15372517456988796,0.0,0.004703520731208968,0.5,0.15372517456988796,0.0,0.011762226006984835,0.15372517456988796,0.0,0.002184088402334066,0.15372517456988796,0.0,0.09394919320148232,0.15372517456988796,0.0,0.1331654735772077,0.15372517456988796,0.0,0.05050917319885457,0.15372517456988796,0.0,0.01281977279473198,0.15372517456988796,0.0,0.01914574302119157,0.5,0.15372517456988796,0.0,0.019004636361198726,0.0,0.06346002189853665,0.5773613810538244 -321,0.5,0.15372517456988796,0.00012115063608616843,0.014392480391853549,0.15372517456988796,0.0,0.06493234378242245,0.15372517456988796,0.0004256436469438506,0.008866454749552888,0.15372517456988796,0.001106080013311154,0.010438506378964402,0.15372517456988796,0.0,0.13401814966688655,0.15372517456988796,0.0,0.14882705156184428,0.15372517456988796,0.0,0.079211582417789,0.15372517456988796,0.0,0.08054729291858792,0.5,0.15372517456988796,0.0,0.019943295501918683,0.15372517456988796,0.0011598654612489942,0.005611003286247486,0.5,0.15372517456988796,0.00030725276705724074,0.007829433508532508,0.15372517456988796,0.0007383260930809973,0.0021965399036698416,0.15372517456988796,0.0,0.0883920647282635,0.15372517456988796,0.0,0.13543384061074826,0.15372517456988796,0.0,0.038501534593186844,0.15372517456988796,0.0,0.008200660727816798,0.15372517456988796,0.0008753052676315874,0.019521307569487972,0.5,0.15372517456988796,0.002669898787728379,0.014464027910912159,0.0,0.06662403940754576,0.7075850939276138 -322,0.5,0.15372517456988796,0.02584204919073686,0.01173098978856613,0.15372517456988796,0.038267703417861045,0.04554035455576662,0.15372517456988796,0.037931994265183774,0.009771518783710902,0.15372517456988796,0.028496020435732065,0.01983656298788703,0.15372517456988796,0.008181637961817883,0.11572574181917332,0.15372517456988796,0.02609666254367863,0.13991183773157811,0.15372517456988796,0.044756200923404516,0.06966319749437498,0.15372517456988796,0.02151528169480972,0.08930872457159805,0.5,0.15372517456988796,0.027839707488189577,0.026373725928467002,0.15372517456988796,0.018573150308497394,0.004704380471435703,0.5,0.15372517456988796,0.021854633894546116,0.007655944151474083,0.15372517456988796,0.020262517407490514,0.0021999641303412855,0.15372517456988796,0.021128404970440544,0.07963970583029106,0.15372517456988796,0.010422921421814833,0.13878010375263874,0.15372517456988796,0.0607293162749437,0.03053448362326329,0.15372517456988796,0.059422982241950945,0.007219433709469413,0.15372517456988796,0.023409855438774156,0.021169552750065806,0.5,0.15372517456988796,0.030555330547400505,0.01144727805060727,0.0,0.061760218437596805,0.7892018541653912 -323,0.5,0.15372517456988796,0.07712222106033095,0.010650012403821255,0.15372517456988796,0.1331084177760956,0.03839228775674565,0.15372517456988796,0.08751403928162055,0.015537389117580144,0.15372517456988796,0.07028352355424426,0.04600933475249162,0.15372517456988796,0.04462227854541663,0.09493411416308428,0.15372517456988796,0.10218666693416138,0.13238486954025624,0.15372517456988796,0.15415158641217147,0.0636897232124518,0.15372517456988796,0.07353908528782345,0.1108706149597704,0.5,0.15372517456988796,0.08173170224641267,0.02975637931116647,0.15372517456988796,0.04429292636949758,0.004684432222559777,0.5,0.15372517456988796,0.05571400515504624,0.009395900271564828,0.15372517456988796,0.052201734190798765,0.00403389590403641,0.15372517456988796,0.11734990532989753,0.07555474582424661,0.15372517456988796,0.04213686574488344,0.14049458493134306,0.15372517456988796,0.1758178316144493,0.03210008946965639,0.15372517456988796,0.16001281488609226,0.007953494524399278,0.15372517456988796,0.05469896172834239,0.024366550064801047,0.5,0.15372517456988796,0.05839529193251185,0.007966544040492605,0.0,0.055223508644293186,0.8091022998532892 -324,0.5,0.15372517456988796,0.11940301318615967,0.013356594680768444,0.15372517456988796,0.24518016837947865,0.05174046758043063,0.15372517456988796,0.1265293450066299,0.035409498356408955,0.15372517456988796,0.10165671948328375,0.07344910000852106,0.15372517456988796,0.08416371050897475,0.10039639910458537,0.15372517456988796,0.19372812872124773,0.15766288428509717,0.15372517456988796,0.2552166481360446,0.05060671000482617,0.15372517456988796,0.1321140576022224,0.11527067871887846,0.5,0.15372517456988796,0.13432732191006125,0.030722502980960013,0.15372517456988796,0.06658848491835745,0.008278460848758521,0.5,0.15372517456988796,0.10741440751545674,0.016857022458997038,0.15372517456988796,0.08392722799736335,0.006567229479173469,0.15372517456988796,0.23439450175883086,0.06870706685082936,0.15372517456988796,0.08772804624771326,0.1423024742783292,0.15372517456988796,0.27663713614331387,0.04549046840835378,0.15372517456988796,0.22523328639950008,0.012062237363572778,0.15372517456988796,0.07656586093532074,0.029674201686862495,0.5,0.15372517456988796,0.07459614424318801,0.007383476985449386,0.0,0.038298359605793114,0.780926868818491 -325,0.5,0.15372517456988796,0.13989539932455858,0.018063213014551726,0.15372517456988796,0.32647571446004425,0.07023500938672311,0.15372517456988796,0.139764308983175,0.05783836487777945,0.15372517456988796,0.09052670242024294,0.08290320909664667,0.15372517456988796,0.129354883820436,0.09319325474559773,0.15372517456988796,0.2401694348763102,0.11780507330136322,0.15372517456988796,0.3105700124217847,0.036128542523730066,0.15372517456988796,0.16048068968982213,0.10076208009144244,0.5,0.15372517456988796,0.16533838831721284,0.03291835481343272,0.15372517456988796,0.07508015620628634,0.013224231392167064,0.5,0.15372517456988796,0.15269842327085217,0.0437109721679335,0.15372517456988796,0.0997326375976249,0.0101262235936638,0.15372517456988796,0.3073368150373296,0.07015533199160955,0.15372517456988796,0.10060504071832856,0.15342885317191696,0.15372517456988796,0.29745668228493505,0.05535984506353295,0.15372517456988796,0.2527011154178082,0.010846602101585721,0.15372517456988796,0.08394478287098328,0.03984488612210131,0.5,0.15372517456988796,0.07623341530751382,0.007151485667564838,0.0,0.018687674028893767,0.7475111969543177 -326,0.5,0.15372517456988796,0.12126071285415449,0.02384102178646472,0.15372517456988796,0.3234903225266319,0.059082837085415486,0.15372517456988796,0.11186800921261525,0.07497935649769563,0.15372517456988796,0.05850067556307249,0.10188380628473932,0.15372517456988796,0.20566305964383325,0.08959410654935085,0.15372517456988796,0.21680565168623211,0.07853238913718605,0.15372517456988796,0.2863490914920921,0.02402301810656078,0.15372517456988796,0.1717252698735917,0.08083025671658897,0.5,0.15372517456988796,0.1512490280754421,0.04118057994860927,0.15372517456988796,0.06618649291932495,0.01158179455149071,0.5,0.15372517456988796,0.1724714382637036,0.06626897883905293,0.15372517456988796,0.09765288327293262,0.010246809022435476,0.15372517456988796,0.29302083636839005,0.07677836009570092,0.15372517456988796,0.08823666316321321,0.15176709953149387,0.15372517456988796,0.2624800839549858,0.05865165690103166,0.15372517456988796,0.2511240990211092,0.007545744404696115,0.15372517456988796,0.07668360918638727,0.050916603030415446,0.5,0.15372517456988796,0.0630992739387583,0.012127176375016993,0.0,0.01391268604579151,0.7134149020021049 -327,0.5,0.15372517456988796,0.08012862829876392,0.02453013972719189,0.15372517456988796,0.24989631965314296,0.043359547316532084,0.15372517456988796,0.06425453308581681,0.0793190665597418,0.15372517456988796,0.03342100637126648,0.12187527405405245,0.15372517456988796,0.1515694760631598,0.06950821607883037,0.15372517456988796,0.17000439237774745,0.043114073768425874,0.15372517456988796,0.1765215511380469,0.018624913979991244,0.15372517456988796,0.15963217851631165,0.05490461858925044,0.5,0.15372517456988796,0.119206146121342,0.03391438094023158,0.15372517456988796,0.04777714127888019,0.009122683618360015,0.5,0.15372517456988796,0.13359052573240576,0.04787616722285959,0.15372517456988796,0.06919784031268988,0.009538967686472841,0.15372517456988796,0.2170119065953347,0.0701621580416868,0.15372517456988796,0.06484809705209527,0.13646463105450451,0.15372517456988796,0.18510906117933845,0.03645452055548289,0.15372517456988796,0.19571710771888715,0.004327122897589113,0.15372517456988796,0.053400791568806935,0.051947062314939965,0.5,0.15372517456988796,0.0394571436599399,0.022357459310824064,0.0,0.009488762858650527,0.6512599014349068 -328,0.5,0.15372517456988796,0.004751815229371558,0.021762710215816276,0.15372517456988796,0.04856820034429097,0.04119127401627984,0.15372517456988796,0.020438679024934264,0.06536113581973957,0.15372517456988796,0.005295856323500088,0.1330331284061951,0.15372517456988796,0.03059781866496885,0.05488936914105837,0.15372517456988796,0.09262428983435682,0.022715968805187895,0.15372517456988796,0.1078941015464985,0.015453548704026227,0.15372517456988796,0.08676648363391634,0.023142189073421596,0.5,0.15372517456988796,0.07084569011986137,0.013798656752161402,0.15372517456988796,0.020544024778983126,0.00797787226509022,0.5,0.15372517456988796,0.06434838495538812,0.02761644398551711,0.15372517456988796,0.03368562297620037,0.013871778214874897,0.15372517456988796,0.05269319510704323,0.0819928093084144,0.15372517456988796,0.022240804569247954,0.12219507116977169,0.15372517456988796,0.06735843273026787,0.022368686095332213,0.15372517456988796,0.09676913461377894,0.00402559224378497,0.15372517456988796,0.021373285253632558,0.051367922978408746,0.5,0.15372517456988796,0.01287331108321831,0.032412969971913626,0.0,0.004106440405415478,0.5729506373063215 -329,0.5,0.15372517456988796,0.0,0.023464962931114657,0.15372517456988796,0.0,0.03076476995255095,0.15372517456988796,0.0,0.045611748928211314,0.15372517456988796,0.0,0.13901004503068418,0.15372517456988796,0.0,0.05589844799171166,0.15372517456988796,0.0,0.02543401348186828,0.15372517456988796,0.0,0.013693108097262686,0.15372517456988796,0.0,0.01444793323813244,0.5,0.15372517456988796,0.00017111559556516915,0.004453885318604668,0.15372517456988796,0.00016377334073414116,0.012284012221459528,0.5,0.15372517456988796,0.0,0.014535599288664932,0.15372517456988796,1.3815463906801515e-05,0.019018382702397498,0.15372517456988796,0.0,0.08075701553351354,0.15372517456988796,0.0,0.11623007162697413,0.15372517456988796,0.0,0.020807718246131156,0.15372517456988796,0.0,0.004097122939308042,0.15372517456988796,1.638348262586777e-05,0.047067330396108734,0.5,0.15372517456988796,4.427004897242539e-05,0.03453172428370814,0.0,0.004624781099701329,0.5217303147129296 -330,0.5,0.15372517456988796,0.0,0.024326578181941175,0.15372517456988796,0.0,0.015020383186824537,0.15372517456988796,0.0,0.042234101691161534,0.15372517456988796,0.0,0.13330142542895493,0.15372517456988796,0.0,0.05991893551885012,0.15372517456988796,0.0,0.02425384615227542,0.15372517456988796,0.0,0.014596476455045023,0.15372517456988796,0.0,0.009774279597808529,0.5,0.15372517456988796,0.0,0.0036699038999523565,0.15372517456988796,0.0,0.0218240796711876,0.5,0.15372517456988796,0.0,0.01655783116256725,0.15372517456988796,0.0,0.021620127725290865,0.15372517456988796,0.0,0.06992142468623722,0.15372517456988796,0.0,0.11469199562646701,0.15372517456988796,0.0,0.0167729189951407,0.15372517456988796,0.0,0.004123635739475893,0.15372517456988796,0.0,0.05127643433939733,0.5,0.15372517456988796,0.0,0.04138897118670283,0.0,0.0018660131301444266,0.488303187231655 -331,0.5,0.15372517456988796,0.0,0.02284309396705172,0.15372517456988796,0.0,0.015339215181018738,0.15372517456988796,0.0,0.03621527394034712,0.15372517456988796,0.0,0.12531070421454504,0.15372517456988796,0.0,0.05560541034161525,0.15372517456988796,0.0,0.019396007385543743,0.15372517456988796,0.0,0.014503768945695352,0.15372517456988796,0.0,0.0063311847203812045,0.5,0.15372517456988796,0.0,0.0030743405417618798,0.15372517456988796,0.0,0.030446710016516207,0.5,0.15372517456988796,0.0,0.01521290975129812,0.15372517456988796,0.0,0.027322734431694418,0.15372517456988796,0.0,0.06878330550104332,0.15372517456988796,0.0,0.10988267074128208,0.15372517456988796,0.0,0.017582438221607342,0.15372517456988796,0.0,0.0034004350716378344,0.15372517456988796,0.0,0.057407283523305076,0.5,0.15372517456988796,0.0,0.0574999634235928,0.0,0.0,0.5098360641568868 -332,0.5,0.15372517456988796,0.0,0.025699632456946366,0.15372517456988796,0.0,0.022311369529085585,0.15372517456988796,0.0,0.03592303578834022,0.15372517456988796,0.0,0.12566450508786606,0.15372517456988796,0.0,0.04900331710846573,0.15372517456988796,0.0,0.01860319894974916,0.15372517456988796,0.0,0.0116667759685842,0.15372517456988796,0.0,0.008281056232199992,0.5,0.15372517456988796,0.0,0.0018571340290515102,0.15372517456988796,0.0,0.03392103558971998,0.5,0.15372517456988796,0.0,0.014976868114320118,0.15372517456988796,0.0,0.030435367867885105,0.15372517456988796,0.0,0.06722583906124163,0.15372517456988796,0.0,0.09847774022632697,0.15372517456988796,0.0,0.021523032742336783,0.15372517456988796,0.0,0.0024804427055032524,0.15372517456988796,0.0,0.06351576962182076,0.5,0.15372517456988796,0.0,0.07430584454875039,0.0,0.0,0.5424253468460628 -333,0.5,0.15372517456988796,0.0,0.02845272699919894,0.15372517456988796,0.0,0.030137659944114912,0.15372517456988796,0.0,0.03672455938660592,0.15372517456988796,0.0,0.11468937984740638,0.15372517456988796,0.0,0.04427536341273138,0.15372517456988796,0.0,0.020843179645596625,0.15372517456988796,0.0,0.012755984543971602,0.15372517456988796,0.0,0.014272382202871255,0.5,0.15372517456988796,0.0,0.000984333476729906,0.15372517456988796,0.0,0.033022001178852296,0.5,0.15372517456988796,0.0,0.010079429931771536,0.15372517456988796,0.0,0.03013939133191933,0.15372517456988796,0.0,0.06652475870841514,0.15372517456988796,0.0,0.09223341581090452,0.15372517456988796,0.0,0.022912398710325944,0.15372517456988796,0.0,0.0023340037822871004,0.15372517456988796,0.0,0.06965666134036808,0.5,0.15372517456988796,0.0,0.08549338098040092,0.0,1.6968844435878052e-05,0.5378002801863393 -334,0.5,0.15372517456988796,0.0,0.02699135967219668,0.15372517456988796,0.0,0.03464801537042506,0.15372517456988796,0.0,0.03249465335883132,0.15372517456988796,0.0,0.09426494386278624,0.15372517456988796,0.0,0.04133720075807292,0.15372517456988796,0.0,0.023909143377082526,0.15372517456988796,0.0,0.015043485739578139,0.15372517456988796,0.0,0.015232601350797409,0.5,0.15372517456988796,0.0,0.0009155435725379644,0.15372517456988796,0.0,0.030075237727319824,0.5,0.15372517456988796,0.0,0.004271618567146662,0.15372517456988796,0.0,0.022585260444962754,0.15372517456988796,0.0,0.07089796056942327,0.15372517456988796,0.0,0.09366017762762974,0.15372517456988796,0.0,0.021408136135706152,0.15372517456988796,0.0,0.0020076672222032288,0.15372517456988796,0.0,0.0653968523522527,0.5,0.15372517456988796,0.0,0.09208092081474216,0.0,0.012263671146046384,0.48634785161625854 -335,0.5,0.15372517456988796,0.0,0.026042618682197947,0.15372517456988796,0.0,0.02808036174247937,0.15372517456988796,0.0,0.02621080739074925,0.15372517456988796,0.0,0.0835682354055788,0.15372517456988796,0.0,0.03966323537140576,0.15372517456988796,0.0,0.021025788246604886,0.15372517456988796,0.0,0.013041447768360779,0.15372517456988796,0.0,0.013401143549163635,0.5,0.15372517456988796,0.0,0.0007952257944419778,0.15372517456988796,0.0,0.02920822635232008,0.5,0.15372517456988796,0.0,0.002597580593838347,0.15372517456988796,0.0,0.017005972949658416,0.15372517456988796,0.0,0.07291542414112737,0.15372517456988796,0.0,0.09885049418619249,0.15372517456988796,0.0,0.015538426673912777,0.15372517456988796,0.0,0.0011338183057549988,0.15372517456988796,0.0,0.06252718783179244,0.5,0.15372517456988796,0.0,0.10273267909825098,0.0,0.0686733443918578,0.464867567404613 -336,0.5,0.15372517456988796,0.0,0.029458552820185543,0.15372517456988796,0.0,0.02049352422709104,0.15372517456988796,0.0,0.01753449068502588,0.15372517456988796,0.0,0.07439164414381577,0.15372517456988796,0.0,0.03780375107358362,0.15372517456988796,0.0,0.022153347402513353,0.15372517456988796,0.0,0.010950970693402666,0.15372517456988796,0.0,0.01325229275967286,0.5,0.15372517456988796,0.0,0.001537386031460626,0.15372517456988796,0.0,0.03233958076916403,0.5,0.15372517456988796,0.0,0.0012615028967327586,0.15372517456988796,0.0,0.012824984689379683,0.15372517456988796,0.0,0.06898964137963982,0.15372517456988796,0.0,0.103480452179638,0.15372517456988796,0.0,0.011239035949695102,0.15372517456988796,0.0,0.0009005856287827494,0.15372517456988796,0.0,0.06047018937468379,0.5,0.15372517456988796,0.0,0.12289819316408024,0.0,0.12016932152291102,0.4815780078630749 -337,0.5,0.15372517456988796,0.0,0.03418682577820404,0.15372517456988796,0.0,0.01579926453626884,0.15372517456988796,0.0,0.011129807761559567,0.15372517456988796,0.0,0.06418593916621061,0.15372517456988796,0.0,0.03664032633173957,0.15372517456988796,0.0,0.027705993249489292,0.15372517456988796,0.0,0.013372668478968753,0.15372517456988796,0.0,0.01733328505096583,0.5,0.15372517456988796,0.0,0.003039844984602646,0.15372517456988796,0.0,0.04171923548637528,0.5,0.15372517456988796,0.0,0.0023305457512075877,0.15372517456988796,0.0,0.011720392791366304,0.15372517456988796,0.0,0.06494359894242263,0.15372517456988796,0.0,0.1053149555091244,0.15372517456988796,0.0,0.009337953286218455,0.15372517456988796,0.0,0.0017358831977537664,0.15372517456988796,0.0,0.05891811116587216,0.5,0.15372517456988796,0.0,0.14444451707122413,0.0,0.14087326901931893,0.5031376792416692 -338,0.5,0.15372517456988796,0.0,0.037944614799398806,0.15372517456988796,0.0,0.018682665382175244,0.15372517456988796,0.0,0.009179764209724536,0.15372517456988796,0.0,0.05597284919309931,0.15372517456988796,0.0,0.036398387538334964,0.15372517456988796,0.0,0.03513549880797772,0.15372517456988796,0.0,0.01840257653864669,0.15372517456988796,0.0,0.022169247789857276,0.5,0.15372517456988796,0.0,0.005039273839648334,0.15372517456988796,0.0,0.04413016318107585,0.5,0.15372517456988796,0.0,0.0034324965581982447,0.15372517456988796,0.0,0.015872895113348964,0.15372517456988796,0.0,0.06246998186562014,0.15372517456988796,0.0,0.10026582715178615,0.15372517456988796,0.0,0.010724260938144875,0.15372517456988796,0.0,0.0033384299822316857,0.15372517456988796,0.0,0.05695366327931217,0.5,0.15372517456988796,0.0,0.15283728581937203,0.0,0.17311602978597587,0.5457050260666408 -339,0.5,0.15372517456988796,0.0,0.03912558456963127,0.15372517456988796,0.0,0.024752465956737583,0.15372517456988796,0.0,0.00804471813249058,0.15372517456988796,0.0,0.05181810174682836,0.15372517456988796,0.0,0.040232110508514725,0.15372517456988796,0.0,0.04306360283682681,0.15372517456988796,0.0,0.023268127134327743,0.15372517456988796,0.0,0.025266940830099498,0.5,0.15372517456988796,0.0,0.006361166387152907,0.15372517456988796,0.0,0.039197707491092734,0.5,0.15372517456988796,0.0,0.0025372246053531576,0.15372517456988796,0.0,0.008046629225423176,0.15372517456988796,0.0,0.06711696771036313,0.15372517456988796,0.0,0.10021836786897402,0.15372517456988796,0.0,0.013306218639037866,0.15372517456988796,0.0,0.004856958258438475,0.15372517456988796,0.0,0.04918411975351772,0.5,0.15372517456988796,0.0,0.1518186846727626,0.0,0.21306624616377204,0.5749130407695242 -340,0.5,0.15372517456988796,0.0,0.04123303658246637,0.15372517456988796,0.0,0.02655560371605728,0.15372517456988796,0.0,0.0063629770678606526,0.15372517456988796,0.0,0.05331417340650669,0.15372517456988796,0.0,0.04247497682364681,0.15372517456988796,0.0,0.04879048202439705,0.15372517456988796,0.0,0.02648331626668804,0.15372517456988796,0.0,0.02501300764932792,0.5,0.15372517456988796,0.0,0.006255455914461809,0.15372517456988796,0.0,0.024318208787740145,0.5,0.15372517456988796,0.0,0.0022305617015093587,0.15372517456988796,0.0,0.003545013598291321,0.15372517456988796,0.0,0.07828160172443385,0.15372517456988796,0.0,0.1020178490136179,0.15372517456988796,0.0,0.014424312697080905,0.15372517456988796,0.0,0.00526150488910608,0.15372517456988796,0.0,0.03991009862405833,0.5,0.15372517456988796,0.0,0.1657850887441671,0.0,0.20835373296395776,0.5689627222371086 -341,0.5,0.15372517456988796,0.0,0.03764733819398458,0.15372517456988796,0.0,0.03180631865521584,0.15372517456988796,0.0,0.003766922460429276,0.15372517456988796,0.0,0.05100989482854619,0.15372517456988796,0.0,0.047262972802619284,0.15372517456988796,0.0,0.05723110352344218,0.15372517456988796,0.0,0.031629417056353575,0.15372517456988796,0.0,0.02803392174880201,0.5,0.15372517456988796,0.0,0.007601423251520616,0.15372517456988796,0.0,0.009297823039703602,0.5,0.15372517456988796,0.0,0.004347815134307035,0.15372517456988796,0.0,0.003399938670359366,0.15372517456988796,0.0,0.09457812162085091,0.15372517456988796,0.0,0.1119414408015278,0.15372517456988796,0.0,0.01650237113564434,0.15372517456988796,0.0,0.007156813854188019,0.15372517456988796,0.0,0.025950039072956007,0.5,0.15372517456988796,0.0,0.14284324076365779,0.0,0.22738943445039983,0.5545898507335258 -342,0.5,0.15372517456988796,0.0,0.03518734707155014,0.15372517456988796,0.0,0.0366445308862837,0.15372517456988796,0.0,0.002016295430278969,0.15372517456988796,0.0,0.04494650048955009,0.15372517456988796,0.0,0.05512016978906162,0.15372517456988796,0.0,0.06735310382831321,0.15372517456988796,0.0,0.03901323631376311,0.15372517456988796,0.0,0.03290290936051949,0.5,0.15372517456988796,0.0,0.01141406045458991,0.15372517456988796,0.0,0.0034973414389148434,0.5,0.15372517456988796,0.0,0.004198245710008505,0.15372517456988796,0.0,0.005038584939318465,0.15372517456988796,0.0,0.10872715255437446,0.15372517456988796,0.0,0.12940011279865776,0.15372517456988796,0.0,0.019071401684892058,0.15372517456988796,0.0,0.01003523435941378,0.15372517456988796,0.0,0.017606229311468526,0.5,0.15372517456988796,0.0,0.10951486370595057,0.0,0.23608137873515303,0.5935115189950819 -343,0.5,0.15372517456988796,0.0,0.03110397306612919,0.15372517456988796,0.0,0.039590509449777454,0.15372517456988796,0.0,0.0020540132093926256,0.15372517456988796,0.0,0.03880756527675058,0.15372517456988796,0.0,0.062246728630689856,0.15372517456988796,0.0,0.07455583153953702,0.15372517456988796,0.0,0.05144633928729932,0.15372517456988796,0.0,0.03599510307593556,0.5,0.15372517456988796,0.0,0.019035213528783068,0.15372517456988796,0.0,0.0012037642556061731,0.5,0.15372517456988796,0.0,0.0031471101787020994,0.15372517456988796,0.0,0.006937475285744159,0.15372517456988796,0.0,0.12843162189447366,0.15372517456988796,0.0,0.15146446720036083,0.15372517456988796,0.0,0.024087568106883193,0.15372517456988796,0.0,0.01245483215238846,0.15372517456988796,0.0,0.011301690207558012,0.5,0.15372517456988796,0.0,0.07653983626418531,0.0,0.21049851120207333,0.6974839483045182 -344,0.5,0.15372517456988796,0.0,0.027196153884723562,0.15372517456988796,0.0,0.049170968737928165,0.15372517456988796,0.0,0.002520350070595961,0.15372517456988796,0.0,0.03599166435009445,0.15372517456988796,0.0,0.06900008432677862,0.15372517456988796,0.0,0.08129153541743173,0.15372517456988796,0.0,0.06248607297746487,0.15372517456988796,0.0,0.0392258126306248,0.5,0.15372517456988796,0.0,0.03345731982041721,0.15372517456988796,0.0,0.0014028205936508977,0.5,0.15372517456988796,0.0,0.0019498860647187719,0.15372517456988796,0.0,0.008754469656154923,0.15372517456988796,0.0,0.15558946101885038,0.15372517456988796,0.0,0.169930031017878,0.15372517456988796,0.0,0.03185084979448782,0.15372517456988796,0.0,0.016105431725623606,0.15372517456988796,0.0,0.006728647996225142,0.5,0.15372517456988796,0.0,0.04493240377349123,0.0,0.2097238046536361,0.7815588646756586 -345,0.5,0.15372517456988796,0.00035169167652450564,0.024748979995204423,0.15372517456988796,0.0,0.06390675130737503,0.15372517456988796,0.0003665118315173543,0.0028230838906075986,0.15372517456988796,0.001003163069471173,0.034453794512104965,0.15372517456988796,0.0,0.07915689751317698,0.15372517456988796,0.0,0.0882045379889227,0.15372517456988796,0.0,0.0686436779502706,0.15372517456988796,0.0,0.04579760621480493,0.5,0.15372517456988796,1.8368083239446225e-06,0.06081600480653083,0.15372517456988796,0.006040871950468174,0.0029875146785770176,0.5,0.15372517456988796,0.0008143191309638589,0.0021092472882481427,0.15372517456988796,0.0022966223170321092,0.00982910873838618,0.15372517456988796,0.0,0.1797890520910021,0.15372517456988796,0.0,0.18235463868408608,0.15372517456988796,0.0,0.03911713390450739,0.15372517456988796,3.0757021545668806e-06,0.020489512697688717,0.15372517456988796,0.0024122680175988976,0.0048529780191958576,0.5,0.15372517456988796,0.002908468632246373,0.027584104676657464,0.0,0.2202112214476392,0.8341284145490188 -346,0.5,0.15372517456988796,0.023733193447116035,0.023146308716045894,0.15372517456988796,0.008666360117400938,0.07509520177273132,0.15372517456988796,0.03663274809321397,0.004602532942552379,0.15372517456988796,0.013998161020029933,0.03265358821674854,0.15372517456988796,0.019685324698068586,0.08850252718668984,0.15372517456988796,0.010535235745171704,0.09370804855054476,0.15372517456988796,0.04339264013299615,0.07208594227886506,0.15372517456988796,0.014730685094837595,0.060871134452007834,0.5,0.15372517456988796,0.012522866972215238,0.12197362906778397,0.15372517456988796,0.13594179603238354,0.004841124251117812,0.5,0.15372517456988796,0.03992272825636818,0.0038861393684827094,0.15372517456988796,0.06646358832560192,0.0131946977207687,0.15372517456988796,0.027649720197287994,0.19346154684567532,0.15372517456988796,0.01960776250896836,0.19896585559559582,0.15372517456988796,0.06864627080998612,0.04113367198543368,0.15372517456988796,0.06194963732853545,0.023603670813453933,0.15372517456988796,0.0758012423818783,0.005714899115798032,0.5,0.15372517456988796,0.048612498373704696,0.024758708909337766,0.0,0.23176909493011705,0.8807488539073427 -347,0.5,0.15372517456988796,0.048813516503055925,0.027891532638569777,0.15372517456988796,0.03742498332978163,0.0860370644874811,0.15372517456988796,0.10667117596831689,0.007387847684149087,0.15372517456988796,0.03502934004393986,0.02916765906447788,0.15372517456988796,0.04666305932221218,0.10748604306909491,0.15372517456988796,0.03492662064442262,0.10912794016851377,0.15372517456988796,0.10691642660141032,0.07720641923954574,0.15372517456988796,0.0551098110892985,0.11918115171302171,0.5,0.15372517456988796,0.03654053931318923,0.21777623117211395,0.15372517456988796,0.2713405792052773,0.004336150918546622,0.5,0.15372517456988796,0.06988130539993563,0.0060758673883986244,0.15372517456988796,0.13262761750180813,0.020305628193788398,0.15372517456988796,0.1149440391801877,0.23160302159552643,0.15372517456988796,0.07657652053147578,0.23436758956404052,0.15372517456988796,0.18545161619614914,0.0444033878603345,0.15372517456988796,0.1321601725962575,0.029231163103855536,0.15372517456988796,0.16844847870405513,0.007555526564797389,0.5,0.15372517456988796,0.12003690005875227,0.024743219576994033,0.0,0.23516636441049188,0.9073490331521367 -348,0.5,0.15372517456988796,0.06702138996063713,0.04349678480568214,0.15372517456988796,0.06420717315756337,0.117387541237798,0.15372517456988796,0.16924979770752066,0.01228100226548483,0.15372517456988796,0.05672354531513915,0.02592569858957841,0.15372517456988796,0.08246711404447825,0.12426659217300186,0.15372517456988796,0.05769143585558256,0.15506845322026552,0.15372517456988796,0.1431318563341699,0.0801264886185473,0.15372517456988796,0.0813316394337025,0.24406314841358745,0.5,0.15372517456988796,0.05021504225027358,0.29089667504517175,0.15372517456988796,0.35296458223552585,0.004793055745895645,0.5,0.15372517456988796,0.07986835998163813,0.009339010444322551,0.15372517456988796,0.15367873373401458,0.033266244890005466,0.15372517456988796,0.18323556900229498,0.2784299877784856,0.15372517456988796,0.11636997858268826,0.2589289881264867,0.15372517456988796,0.26971096303954956,0.05451590576873786,0.15372517456988796,0.1567322600964066,0.03464805249853382,0.15372517456988796,0.22628673951728062,0.009634240440923657,0.5,0.15372517456988796,0.1808931306410593,0.021093273268002765,0.0,0.252717755687073,0.9233568736070836 -349,0.5,0.15372517456988796,0.06451998529321162,0.050937868406154344,0.15372517456988796,0.0987452155120235,0.1887443621561004,0.15372517456988796,0.1930278197200237,0.017458757527767876,0.15372517456988796,0.06905215826445693,0.022705565206211416,0.15372517456988796,0.09355043620182979,0.1487092023723411,0.15372517456988796,0.07364474206388134,0.25230559722882107,0.15372517456988796,0.12345321114529714,0.10025837664009951,0.15372517456988796,0.07014239413608629,0.2888831203122765,0.5,0.15372517456988796,0.05317391658698564,0.3213021559214322,0.15372517456988796,0.34167857135221663,0.007925803149497543,0.5,0.15372517456988796,0.07355395621761525,0.010200577923904773,0.15372517456988796,0.13459391014419358,0.044047420070613436,0.15372517456988796,0.20726078589132563,0.34276677754467044,0.15372517456988796,0.12089515421400149,0.3056512141201953,0.15372517456988796,0.2982516825763367,0.06468552443819085,0.15372517456988796,0.14944260516984845,0.04016722273085463,0.15372517456988796,0.24077873276618997,0.013367098357229398,0.5,0.15372517456988796,0.19160101220944914,0.019650268752897954,0.0,0.2706184118077012,0.9378924439681726 -350,0.5,0.15372517456988796,0.04404807895018131,0.0486887888346477,0.15372517456988796,0.08795963794826309,0.23654975988078955,0.15372517456988796,0.16655343611059203,0.020916210754513637,0.15372517456988796,0.05651270356484619,0.01613804221880843,0.15372517456988796,0.07402925123455185,0.16775027803725504,0.15372517456988796,0.07099797460935847,0.2781804968369,0.15372517456988796,0.1054513229680763,0.13230262634056955,0.15372517456988796,0.05942974019866613,0.2881788332388088,0.5,0.15372517456988796,0.0501455332316264,0.3015881125185346,0.15372517456988796,0.20787271454175563,0.006683303128376415,0.5,0.15372517456988796,0.06079196992227028,0.009523436223529708,0.15372517456988796,0.13350492146660095,0.045554378611524685,0.15372517456988796,0.18847389882069054,0.40361500631228464,0.15372517456988796,0.08781223084963971,0.33606035596825623,0.15372517456988796,0.24470819935941474,0.07775251090778836,0.15372517456988796,0.12527003396646663,0.05876085983377765,0.15372517456988796,0.20141279611894775,0.015370166725348779,0.5,0.15372517456988796,0.16631082506105527,0.01697619055707693,0.0,0.24415312533396966,0.932895123552006 -351,0.5,0.15372517456988796,0.02280072335758154,0.042301221785386076,0.15372517456988796,0.0873346456210299,0.2570067911484383,0.15372517456988796,0.10174205799150639,0.02465727347311878,0.15372517456988796,0.032114689548018396,0.00950731162042653,0.15372517456988796,0.04794160777894878,0.21030721866477822,0.15372517456988796,0.05155982152038437,0.3559230680560669,0.15372517456988796,0.06995144174097662,0.16336079321107547,0.15372517456988796,0.04628744668286299,0.33251913140535105,0.5,0.15372517456988796,0.04936695447059483,0.3232739222804874,0.15372517456988796,0.15505156240963203,0.002672914866379811,0.5,0.15372517456988796,0.037373807288813274,0.009411113045463841,0.15372517456988796,0.11889348974860207,0.04805417839384542,0.15372517456988796,0.12212693886288861,0.4351449939008387,0.15372517456988796,0.06228109772416706,0.37074667611162176,0.15372517456988796,0.15760594450317728,0.0925252934254423,0.15372517456988796,0.09021452652065756,0.08691697606699382,0.15372517456988796,0.10475144477280371,0.01762457008018973,0.5,0.15372517456988796,0.10613283280647279,0.011007282916292657,0.0,0.23504899072646668,0.9326798027798908 -352,0.5,0.15372517456988796,0.0020459419983285907,0.037167316440349825,0.15372517456988796,0.03261302796369377,0.2942987617999661,0.15372517456988796,0.03519350368156482,0.021438514593298097,0.15372517456988796,0.008916317120025292,0.004094645161654293,0.15372517456988796,0.023069845374905962,0.2578835361113328,0.15372517456988796,0.017841155099751652,0.4994238522890857,0.15372517456988796,0.024261263238385004,0.20881463581418885,0.15372517456988796,0.01672009372092452,0.44160939062196813,0.5,0.15372517456988796,0.020953035216068786,0.31726285298870976,0.15372517456988796,0.12743062665884636,0.0017956784528956643,0.5,0.15372517456988796,0.013526664076253265,0.0084657057925826,0.15372517456988796,0.07215249828459397,0.03987501495487866,0.15372517456988796,0.037985781494871355,0.46365713824867805,0.15372517456988796,0.02370959240997657,0.3948010669283367,0.15372517456988796,0.046634863653188294,0.11165620767301801,0.15372517456988796,0.02619930449304524,0.112705648791204,0.15372517456988796,0.031285700580585885,0.019708674339576984,0.5,0.15372517456988796,0.04496853766892417,0.0036281677944044258,0.0,0.24739173189453348,0.963625980195097 -353,0.5,0.15372517456988796,0.0,0.03693422245569389,0.15372517456988796,0.0,0.3373498207496389,0.15372517456988796,0.0,0.029587280831128073,0.15372517456988796,0.0,0.0032480018154024477,0.15372517456988796,0.0,0.3096184994938438,0.15372517456988796,6.363538781563592e-05,0.7090930035280149,0.15372517456988796,5.389720003676979e-05,0.296110777034928,0.15372517456988796,4.96090223368219e-05,0.5370054521559844,0.5,0.15372517456988796,0.00040961045534359245,0.31737171604851927,0.15372517456988796,0.0,0.003224097881370843,0.5,0.15372517456988796,0.0001214920939881796,0.009196291934981752,0.15372517456988796,4.169141684052264e-05,0.031070066964313563,0.15372517456988796,0.0,0.510573866965283,0.15372517456988796,0.0,0.4188675358137368,0.15372517456988796,0.0,0.14123507437701754,0.15372517456988796,4.2419198972288585e-05,0.15767540811401365,0.15372517456988796,5.276741660887336e-05,0.026491496964238144,0.5,0.15372517456988796,0.0,0.003846862016695208,0.0,0.2979294414273836,0.9937210201938022 -354,0.5,0.15372517456988796,0.0,0.04945877801934907,0.15372517456988796,0.0,0.4074229623625222,0.15372517456988796,0.0,0.05009588834981278,0.15372517456988796,0.0,0.006122309875008021,0.15372517456988796,0.0,0.45141129639162314,0.15372517456988796,0.0,0.8055821773077876,0.15372517456988796,0.0,0.41668391408696226,0.15372517456988796,0.0,0.5602207159972165,0.5,0.15372517456988796,0.0,0.3614063660193189,0.15372517456988796,0.0,0.004133588601133711,0.5,0.15372517456988796,0.0,0.013759921508796858,0.15372517456988796,0.0,0.03532050553804546,0.15372517456988796,0.0,0.5728097050770702,0.15372517456988796,0.0,0.4514917223641276,0.15372517456988796,0.0,0.16878865708911758,0.15372517456988796,0.0,0.21362379824777286,0.15372517456988796,0.0,0.03841332615650227,0.5,0.15372517456988796,0.0,0.007269757166851275,0.0,0.36388164159150327,1.0045802648320483 -355,0.5,0.15372517456988796,0.0,0.06466883880801086,0.15372517456988796,0.0,0.4704058537288156,0.15372517456988796,0.0,0.06855939678507396,0.15372517456988796,0.0,0.012169572186319332,0.15372517456988796,0.0,0.626789289992747,0.15372517456988796,0.0,0.7781247652702772,0.15372517456988796,0.0,0.5609348068066214,0.15372517456988796,0.0,0.5972243579637276,0.5,0.15372517456988796,0.0,0.37595159630461145,0.15372517456988796,0.0,0.011979426834164088,0.5,0.15372517456988796,0.0,0.02598337195679743,0.15372517456988796,0.0,0.046303568715107365,0.15372517456988796,0.0,0.6309827176411384,0.15372517456988796,0.0,0.48527704594703674,0.15372517456988796,0.0,0.2002442364082981,0.15372517456988796,0.0,0.2679948358863135,0.15372517456988796,0.0,0.058598231200249644,0.5,0.15372517456988796,0.0,0.01270958878843842,0.0,0.41123159288843214,1.0060118763302268 -356,0.5,0.15372517456988796,0.0,0.08051172634098126,0.15372517456988796,0.0,0.5600311529915897,0.15372517456988796,0.0,0.08342932241042562,0.15372517456988796,0.0,0.018629709882126984,0.15372517456988796,0.0,0.7346384699034635,0.15372517456988796,0.0,0.7176632455245588,0.15372517456988796,0.0,0.655311851333214,0.15372517456988796,0.0,0.626189434142324,0.5,0.15372517456988796,0.0,0.34858012876209793,0.15372517456988796,0.0,0.025398912111804617,0.5,0.15372517456988796,0.0,0.0423927652131545,0.15372517456988796,0.0,0.05602481749928974,0.15372517456988796,0.0,0.6902274060176453,0.15372517456988796,0.0,0.5158392474748592,0.15372517456988796,0.0,0.23402963377012945,0.15372517456988796,0.0,0.30645609804276325,0.15372517456988796,0.0,0.07717355377089005,0.5,0.15372517456988796,0.0,0.027531766183535887,0.0,0.43837157378067887,1.0075876141582967 -357,0.5,0.15372517456988796,0.0,0.10236310046102971,0.15372517456988796,0.0,0.5620573136654826,0.15372517456988796,0.0,0.08548317859471896,0.15372517456988796,0.0,0.02597343010254635,0.15372517456988796,0.0,0.687517173166564,0.15372517456988796,0.0,0.6691161994151531,0.15372517456988796,0.0,0.663239833081622,0.15372517456988796,0.0,0.6271999494508913,0.5,0.15372517456988796,0.0,0.31067482195063306,0.15372517456988796,0.0,0.02866748920965142,0.5,0.15372517456988796,0.0,0.059190946682355514,0.15372517456988796,0.0,0.059584148704049135,0.15372517456988796,0.0,0.7417648418011626,0.15372517456988796,0.0,0.5664178784617933,0.15372517456988796,0.0,0.2505428333580738,0.15372517456988796,0.0,0.3363773591372494,0.15372517456988796,0.0,0.08904204751168779,0.5,0.15372517456988796,0.0,0.04141259864074426,0.0,0.5035923215287618,1.0084359624831642 -358,0.5,0.15372517456988796,0.0,0.12893432190928159,0.15372517456988796,0.0,0.4891619349418458,0.15372517456988796,0.0,0.07673105478624591,0.15372517456988796,0.0,0.03555905574753293,0.15372517456988796,0.0,0.5022775483758878,0.15372517456988796,0.0,0.6088399208629188,0.15372517456988796,0.0,0.689610816799888,0.15372517456988796,0.0,0.5986941562061076,0.5,0.15372517456988796,0.0,0.2874897473320842,0.15372517456988796,0.0,0.02052181965466904,0.5,0.15372517456988796,0.0,0.07253682657314281,0.15372517456988796,0.0,0.059018969966802316,0.15372517456988796,0.0,0.7496407370477101,0.15372517456988796,0.0,0.5685503092730659,0.15372517456988796,0.0,0.26309492625202646,0.15372517456988796,0.0,0.3743830570099925,0.15372517456988796,0.0,0.0932369718829553,0.5,0.15372517456988796,0.0,0.05196614751246229,0.0,0.5432780802342736,1.007394401111776 -359,0.5,0.15372517456988796,0.0,0.16266519795163661,0.15372517456988796,0.0,0.4366615175965381,0.15372517456988796,0.0,0.08163083251001052,0.15372517456988796,0.0,0.04582083310399503,0.15372517456988796,0.0,0.42024876179741116,0.15372517456988796,0.0,0.5778176173555862,0.15372517456988796,0.0,0.6837870676254371,0.15372517456988796,0.0,0.5087018507945038,0.5,0.15372517456988796,0.0,0.25326574201780694,0.15372517456988796,0.0,0.02140175708410281,0.5,0.15372517456988796,0.0,0.08710216066511027,0.15372517456988796,0.0,0.05823806074214465,0.15372517456988796,0.0,0.7508011702283861,0.15372517456988796,0.0,0.4985687754173097,0.15372517456988796,0.0,0.2795020208466254,0.15372517456988796,0.0,0.40418623759746986,0.15372517456988796,0.0,0.10939838783574159,0.5,0.15372517456988796,0.0,0.05724896240791733,0.0,0.5379337091601689,1.0058036822261036 -360,0.5,0.15372517456988796,0.0,0.21310028637965897,0.15372517456988796,0.0,0.42529315895849656,0.15372517456988796,0.0,0.09507368479183272,0.15372517456988796,0.0,0.06489995804598149,0.15372517456988796,0.0,0.3387301461851727,0.15372517456988796,0.0,0.41468636583614077,0.15372517456988796,0.0,0.618431164637955,0.15372517456988796,0.0,0.40534987958140567,0.5,0.15372517456988796,0.0,0.22435431105296869,0.15372517456988796,0.0,0.02125795061066005,0.5,0.15372517456988796,0.0,0.09509236743607223,0.15372517456988796,0.0,0.06315935074934415,0.15372517456988796,0.0,0.760885264296615,0.15372517456988796,0.0,0.45798770613590917,0.15372517456988796,0.0,0.3020933223180644,0.15372517456988796,0.0,0.4117875591941591,0.15372517456988796,0.0,0.13241289766412156,0.5,0.15372517456988796,0.0,0.05110758929429162,0.0,0.5214805787697667,1.003467823230937 -361,0.5,0.15372517456988796,0.0,0.26295089643978875,0.15372517456988796,0.0,0.4429629325481963,0.15372517456988796,0.0,0.11343916782933854,0.15372517456988796,0.0,0.08578225891538671,0.15372517456988796,0.0,0.2528774077544505,0.15372517456988796,0.0,0.33443742487890715,0.15372517456988796,0.0,0.5048822042376374,0.15372517456988796,0.0,0.3339422653101686,0.5,0.15372517456988796,0.0,0.18391727665167104,0.15372517456988796,0.0,0.024232675093402805,0.5,0.15372517456988796,0.0,0.07874715983285363,0.15372517456988796,0.0,0.06136851701134732,0.15372517456988796,0.0,0.7411825983027427,0.15372517456988796,0.0,0.4114151544753906,0.15372517456988796,0.0,0.32192747613299305,0.15372517456988796,0.0,0.3780733369584028,0.15372517456988796,0.0,0.15159344085228024,0.5,0.15372517456988796,0.0,0.050229499226825014,0.0,0.5716808797787684,0.9955379900056466 -362,0.5,0.15372517456988796,0.0,0.3034074266435023,0.15372517456988796,0.0,0.42198610743297704,0.15372517456988796,0.0,0.1416046102309488,0.15372517456988796,0.0,0.0994327387978833,0.15372517456988796,0.0,0.2142841405551907,0.15372517456988796,0.0,0.3335918065526598,0.15372517456988796,0.0,0.4319623411562335,0.15372517456988796,0.0,0.31287258789372896,0.5,0.15372517456988796,0.0,0.16580009490148595,0.15372517456988796,0.0,0.026169208944713113,0.5,0.15372517456988796,0.0,0.05536657443811841,0.15372517456988796,0.0,0.05719103316474489,0.15372517456988796,0.0,0.7187788299813931,0.15372517456988796,0.0,0.37064687770401,0.15372517456988796,0.0,0.323407205693706,0.15372517456988796,0.0,0.3420385991098279,0.15372517456988796,0.0,0.14784151828025027,0.5,0.15372517456988796,0.0,0.05741166879636349,0.0,0.6817627249439907,0.9825078773980792 -363,0.5,0.15372517456988796,0.0,0.3346913331111842,0.15372517456988796,0.0,0.3838490240042413,0.15372517456988796,0.0,0.16265028301729445,0.15372517456988796,0.0,0.10742896279088238,0.15372517456988796,0.0,0.20298505215360674,0.15372517456988796,0.0,0.34478302529447635,0.15372517456988796,0.0,0.3931565711394182,0.15372517456988796,0.0,0.29254860845447117,0.5,0.15372517456988796,0.0,0.15686391520707285,0.15372517456988796,0.0,0.02097890626014688,0.5,0.15372517456988796,0.0,0.04539073136355341,0.15372517456988796,0.0,0.05371966989764091,0.15372517456988796,0.0,0.693553833764611,0.15372517456988796,0.0,0.3369819810726652,0.15372517456988796,0.0,0.3166123869724687,0.15372517456988796,0.0,0.31189976389885216,0.15372517456988796,0.0,0.12982135995544078,0.5,0.15372517456988796,0.0,0.04796138790511262,0.0,0.7538799326679526,0.9677249857512183 -364,0.5,0.15372517456988796,0.0,0.3714847873150709,0.15372517456988796,0.0,0.35318802636352364,0.15372517456988796,0.0,0.18953695653791283,0.15372517456988796,0.0,0.11625739924908847,0.15372517456988796,0.0,0.19997291891127542,0.15372517456988796,0.0,0.3571099578510324,0.15372517456988796,0.0,0.3699098970591282,0.15372517456988796,0.0,0.28125359956401297,0.5,0.15372517456988796,0.0,0.15143125001814617,0.15372517456988796,0.0,0.023133672281618948,0.5,0.15372517456988796,0.0,0.035925985425904694,0.15372517456988796,0.0,0.056233221080489955,0.15372517456988796,0.0,0.6631583275828589,0.15372517456988796,0.0,0.29874087108523273,0.15372517456988796,0.0,0.3078094709482883,0.15372517456988796,0.0,0.29107468876557696,0.15372517456988796,0.0,0.1148062303161576,0.5,0.15372517456988796,0.0,0.04269801618630271,0.0,0.8171824753469604,0.9500786437981018 -365,0.5,0.15372517456988796,0.0,0.41064364736290226,0.15372517456988796,0.0,0.3131182807073455,0.15372517456988796,0.0,0.2147048762388116,0.15372517456988796,0.0,0.12586997743775136,0.15372517456988796,0.0,0.19828141090694307,0.15372517456988796,0.0,0.36109920441843535,0.15372517456988796,0.0,0.363085588582513,0.15372517456988796,0.0,0.2672797404502462,0.5,0.15372517456988796,0.0,0.15430573868987058,0.15372517456988796,0.0,0.018969224693422437,0.5,0.15372517456988796,0.0,0.03633351584606651,0.15372517456988796,0.0,0.06118024067200918,0.15372517456988796,0.0,0.6222480675670005,0.15372517456988796,0.0,0.26587041108421133,0.15372517456988796,0.0,0.2841109078133204,0.15372517456988796,0.0,0.2597515840670712,0.15372517456988796,0.0,0.1043657298932521,0.5,0.15372517456988796,0.0,0.03859243522418255,0.0,0.8774933444640022,0.9286652098673374 -366,0.5,0.15372517456988796,0.0,0.455826860547888,0.15372517456988796,0.0,0.2576870657994582,0.15372517456988796,0.0,0.23205335534667065,0.15372517456988796,0.0,0.13281186440988288,0.15372517456988796,0.0,0.21280664689033765,0.15372517456988796,0.0,0.36902918033459553,0.15372517456988796,0.0,0.353520526359978,0.15372517456988796,0.0,0.26877517780448257,0.5,0.15372517456988796,0.0,0.17414094769327634,0.15372517456988796,0.0,0.018082289681734153,0.5,0.15372517456988796,0.0,0.040176734688509234,0.15372517456988796,0.0,0.06209531097607588,0.15372517456988796,0.0,0.5879656743695807,0.15372517456988796,0.0,0.24610789555111254,0.15372517456988796,0.0,0.24392499048511293,0.15372517456988796,0.0,0.2359161544862416,0.15372517456988796,0.0,0.09491231199181206,0.5,0.15372517456988796,0.0,0.03111068260942771,0.0,0.9131556548744635,0.9195698902015699 -367,0.5,0.15372517456988796,0.0,0.4947893424124077,0.15372517456988796,0.0,0.2291394739222008,0.15372517456988796,0.0,0.22232048766223567,0.15372517456988796,0.0,0.14259592514165034,0.15372517456988796,0.0,0.2412051670373861,0.15372517456988796,0.0,0.376737926751022,0.15372517456988796,0.0,0.3586826974405563,0.15372517456988796,0.0,0.28424526769332253,0.5,0.15372517456988796,0.0,0.22460294501164169,0.15372517456988796,0.0,0.015088685700679305,0.5,0.15372517456988796,0.0,0.048120279814151734,0.15372517456988796,0.0,0.07056704935754077,0.15372517456988796,0.0,0.586927218943772,0.15372517456988796,0.0,0.2405023662816247,0.15372517456988796,0.0,0.2201091610707047,0.15372517456988796,0.0,0.2272346952556649,0.15372517456988796,0.0,0.09186012270014304,0.5,0.15372517456988796,0.0,0.023599254873364207,0.0,0.9430181269179729,0.9188990845896338 -368,0.5,0.15372517456988796,0.0,0.5260007059504637,0.15372517456988796,0.0,0.22192201194359726,0.15372517456988796,0.0,0.20217607994041079,0.15372517456988796,0.0,0.15454343884626706,0.15372517456988796,0.0,0.26402361352894754,0.15372517456988796,0.0,0.40257487626701083,0.15372517456988796,0.0,0.3847621598908541,0.15372517456988796,0.0,0.3260348166588278,0.5,0.15372517456988796,0.0,0.3146859218167565,0.15372517456988796,0.0,0.017384959712447773,0.5,0.15372517456988796,0.0,0.06311613029520168,0.15372517456988796,0.0,0.09201626281508166,0.15372517456988796,0.0,0.5909842968341695,0.15372517456988796,0.0,0.24687350227656446,0.15372517456988796,0.0,0.21279504391546328,0.15372517456988796,0.0,0.2379719535489959,0.15372517456988796,0.0,0.08944938365422804,0.5,0.15372517456988796,0.0,0.01779440203904385,0.0,0.965226206969342,0.9278132295532535 -369,0.5,0.15372517456988796,0.00028438858418212607,0.530198397674119,0.15372517456988796,0.0,0.22132280152286998,0.15372517456988796,0.0002835738096721165,0.17924592763179653,0.15372517456988796,0.0015519245781300095,0.15491622452521314,0.15372517456988796,0.0,0.2795164810514983,0.15372517456988796,0.0,0.4360952953941949,0.15372517456988796,0.0,0.4313352808151748,0.15372517456988796,0.0,0.3669171775640475,0.5,0.15372517456988796,5.394778988910332e-07,0.37208220852149254,0.15372517456988796,0.0034437931663488085,0.0120187375486456,0.5,0.15372517456988796,0.00017865014356666296,0.08244939627467297,0.15372517456988796,0.0012238131765709083,0.13569125852095687,0.15372517456988796,0.0,0.5812263843384378,0.15372517456988796,0.0,0.25975522723341493,0.15372517456988796,0.0,0.21245218586431636,0.15372517456988796,1.3016648470417494e-06,0.26490505952487864,0.15372517456988796,0.0009902414845024258,0.08548835705061247,0.5,0.15372517456988796,0.005896276582001753,0.011602285796430821,0.0,0.9787485153832247,0.9441419762767136 -370,0.5,0.15372517456988796,0.013232908510974993,0.536986256205334,0.15372517456988796,0.0032603526078482633,0.2383633381020245,0.15372517456988796,0.010686614148378439,0.17238022054965865,0.15372517456988796,0.02330938202847245,0.1593717790254177,0.15372517456988796,0.0012968661035343925,0.30190036093230216,0.15372517456988796,0.002769803057099676,0.4454512944165463,0.15372517456988796,0.004228460637414768,0.48385917227121694,0.15372517456988796,0.0063823008494559436,0.4090082482148404,0.5,0.15372517456988796,0.0029217018970431664,0.4104184650435523,0.15372517456988796,0.06289680286513494,0.008464095528883803,0.5,0.15372517456988796,0.007193697914655199,0.11026902668073152,0.15372517456988796,0.026400735084787713,0.1682898342616019,0.15372517456988796,0.0030453127696782032,0.5810874761554509,0.15372517456988796,0.0014621760387690482,0.27665950727433797,0.15372517456988796,0.0035838857181577964,0.22610013998720294,0.15372517456988796,0.006007287677602939,0.2968049930350446,0.15372517456988796,0.014986222412267798,0.08675045093299454,0.5,0.15372517456988796,0.07770125469794481,0.0065465939557330455,0.0,0.9885512776649197,0.9467178772172815 -371,0.5,0.15372517456988796,0.03388284399577229,0.5413669512045404,0.15372517456988796,0.011010502593362368,0.2484302896218821,0.15372517456988796,0.030657899658103928,0.17398785551896886,0.15372517456988796,0.0465153817104114,0.16489717325057762,0.15372517456988796,0.006032807207312983,0.31424042556234977,0.15372517456988796,0.00787512080123821,0.4383174186477728,0.15372517456988796,0.023375225221498666,0.517983120821897,0.15372517456988796,0.01577912158682021,0.3913640270617321,0.5,0.15372517456988796,0.01115169421256723,0.41961207300811354,0.15372517456988796,0.13380074871645828,0.006846282285411929,0.5,0.15372517456988796,0.02182356618393214,0.1491560832847381,0.15372517456988796,0.06487939730606047,0.19599824692700551,0.15372517456988796,0.013292611896202733,0.5771863868131436,0.15372517456988796,0.004706814050073491,0.27724884712670606,0.15372517456988796,0.010648771648884853,0.24189782415783218,0.15372517456988796,0.021618151441476743,0.3175475138161567,0.15372517456988796,0.03159208406202313,0.0928385203529916,0.5,0.15372517456988796,0.1608076932798982,0.0036753763154591806,0.0,0.9942483780134602,0.9006555970716289 -372,0.5,0.15372517456988796,0.047485261572628806,0.535602183780554,0.15372517456988796,0.018165775646102326,0.26849729447725346,0.15372517456988796,0.04948090219066498,0.17602908111600432,0.15372517456988796,0.05830200642440056,0.1748793613165182,0.15372517456988796,0.016017605654396957,0.3418809654050072,0.15372517456988796,0.013271341728993196,0.4189564431333501,0.15372517456988796,0.03402618234784004,0.5438192293818203,0.15372517456988796,0.030679581912306523,0.3306818140774819,0.5,0.15372517456988796,0.01769391973258043,0.4447082273759177,0.15372517456988796,0.17928950706208666,0.005126129649195821,0.5,0.15372517456988796,0.039946894856207185,0.2731959757494563,0.15372517456988796,0.09962456242185351,0.22162461395815936,0.15372517456988796,0.021257087688955546,0.57826035210011,0.15372517456988796,0.0076142732544554415,0.266814745176975,0.15372517456988796,0.02025991897317194,0.25545112823033983,0.15372517456988796,0.03316820039777068,0.3762254762059463,0.15372517456988796,0.044079090521092525,0.10979450442732268,0.5,0.15372517456988796,0.24034461205243215,0.0026576951583294757,0.0,0.9945811553102503,0.8141708368689297 -373,0.5,0.15372517456988796,0.04566197951525078,0.5208962556908991,0.15372517456988796,0.018710670814203884,0.2835468476243556,0.15372517456988796,0.05854537831744269,0.16792434636178338,0.15372517456988796,0.057416563582637456,0.1744991934504284,0.15372517456988796,0.01790079820623342,0.40178389241890844,0.15372517456988796,0.03749076754178673,0.36145040987477733,0.15372517456988796,0.0292634999734855,0.5230484200060654,0.15372517456988796,0.05089766718472608,0.27508891827691767,0.5,0.15372517456988796,0.021011851825355525,0.3754140644069171,0.15372517456988796,0.18750091446491396,0.004723703787269893,0.5,0.15372517456988796,0.04595734028839634,0.35094021881172377,0.15372517456988796,0.10953460199939369,0.23127132403737208,0.15372517456988796,0.024041845453771547,0.561807577705735,0.15372517456988796,0.010341846236513432,0.2615293453255114,0.15372517456988796,0.03205165368912725,0.26283633560772496,0.15372517456988796,0.02998671941967972,0.41630324790165857,0.15372517456988796,0.05298635823399585,0.13493956446937136,0.5,0.15372517456988796,0.27578679516494,0.0030239191270972528,0.0,0.9903828387068045,0.7521949056957502 -374,0.5,0.15372517456988796,0.03358561889358899,0.5038584394878014,0.15372517456988796,0.00987181209947007,0.2791123626426621,0.15372517456988796,0.050871032193741644,0.16125311372976367,0.15372517456988796,0.045446488864614866,0.17088688162931553,0.15372517456988796,0.013901590123002058,0.37780350215661124,0.15372517456988796,0.04220785564014778,0.2719769316449961,0.15372517456988796,0.028305838563828623,0.4291281863933112,0.15372517456988796,0.05794203767821643,0.2212508874076468,0.5,0.15372517456988796,0.027044957810621585,0.32902995234361837,0.15372517456988796,0.15572682902143936,0.005428443948456017,0.5,0.15372517456988796,0.03648801244941641,0.3470350580511471,0.15372517456988796,0.09671315471616376,0.20272663819294184,0.15372517456988796,0.016974390297695555,0.5348104071724691,0.15372517456988796,0.009240890326862145,0.25040694066244634,0.15372517456988796,0.030159874993888586,0.26837719782270775,0.15372517456988796,0.016410571103035287,0.4160890308221008,0.15372517456988796,0.05057831964624078,0.15916509390850983,0.5,0.15372517456988796,0.25521220056588334,0.004438060695185353,0.0,0.9872571522673758,0.6347102757029294 -375,0.5,0.15372517456988796,0.016945793156275382,0.4923159675967605,0.15372517456988796,0.003760683832522727,0.2823693995731108,0.15372517456988796,0.029315766719076916,0.1762679326230813,0.15372517456988796,0.026969110858663013,0.1672494103094041,0.15372517456988796,0.011041534140205976,0.2960041571531043,0.15372517456988796,0.03222197868285003,0.2544402985909704,0.15372517456988796,0.030572119437176894,0.33933237947062755,0.15372517456988796,0.0402062281363652,0.2141544284412586,0.5,0.15372517456988796,0.02555712371494842,0.32500302821309973,0.15372517456988796,0.11854172778183227,0.006198455662884274,0.5,0.15372517456988796,0.027651462292358854,0.3084174473277426,0.15372517456988796,0.06328676844072897,0.19254646794883262,0.15372517456988796,0.006067106562207068,0.5043145569695237,0.15372517456988796,0.006096624001371129,0.2265115244307017,0.15372517456988796,0.016581675263783943,0.25519620186833947,0.15372517456988796,0.011240761835728103,0.3618673032216019,0.15372517456988796,0.03911560565024583,0.1737073771289191,0.5,0.15372517456988796,0.16496458999419292,0.0070365166687337164,0.0,0.9884447536683874,0.4996305176714213 -376,0.5,0.15372517456988796,0.0010236869276473038,0.4864972849573615,0.15372517456988796,0.0012129059965929182,0.2668918998965465,0.15372517456988796,0.008343690320989718,0.18560412389314515,0.15372517456988796,0.005344900489291208,0.16375557838649835,0.15372517456988796,0.006468472802124236,0.27889589492509925,0.15372517456988796,0.011291492462919717,0.2545263334553214,0.15372517456988796,0.013449670777514636,0.22374151040815063,0.15372517456988796,0.019539063338736642,0.18512723050156177,0.5,0.15372517456988796,0.012426734251715517,0.287021309287832,0.15372517456988796,0.04594536463664157,0.007304545553956249,0.5,0.15372517456988796,0.009143402427613976,0.2185862350227202,0.15372517456988796,0.02715022919390906,0.11312348686371948,0.15372517456988796,0.0010970748298312308,0.47066309101439774,0.15372517456988796,0.0022358070877961395,0.1936075457196837,0.15372517456988796,0.004223512554258369,0.2387767932772792,0.15372517456988796,0.004274963588827114,0.2626646140393958,0.15372517456988796,0.014161762055803771,0.17642044791845868,0.5,0.15372517456988796,0.061990797857102,0.011106082362792119,0.0,0.9935478243071127,0.49095457413263827 -377,0.5,0.15372517456988796,0.0,0.4827216292080484,0.15372517456988796,0.0,0.23284040987829,0.15372517456988796,0.0,0.1899009586988426,0.15372517456988796,0.0,0.16663006684666806,0.15372517456988796,3.1723334974510154e-05,0.23551954563631927,0.15372517456988796,1.890174071320512e-05,0.23060763517430724,0.15372517456988796,4.6963557639038973e-05,0.16546430415645463,0.15372517456988796,0.00044287345780558054,0.15763897234501872,0.5,0.15372517456988796,0.0005525222721155617,0.24539722267622735,0.15372517456988796,0.0,0.007259420858059031,0.5,0.15372517456988796,0.0005294102490791755,0.12961716196857526,0.15372517456988796,0.00021843881700004444,0.06374981391488001,0.15372517456988796,0.0,0.4352985628729656,0.15372517456988796,0.0,0.19570779921708867,0.15372517456988796,0.0,0.21036553196641514,0.15372517456988796,0.00015493455575297054,0.17680264006292856,0.15372517456988796,7.867551058886337e-05,0.1485017979467004,0.5,0.15372517456988796,0.0,0.013388450120159875,0.0,0.9972411164944537,0.564011090772554 -378,0.5,0.15372517456988796,0.0,0.4695890341087753,0.15372517456988796,0.0,0.1464598786323652,0.15372517456988796,0.0,0.19042424969799532,0.15372517456988796,0.0,0.17705534499829167,0.15372517456988796,0.0,0.24391602005559365,0.15372517456988796,0.0,0.24539836294285158,0.15372517456988796,0.0,0.14447620634381295,0.15372517456988796,0.0,0.1565801318034422,0.5,0.15372517456988796,0.0,0.2257953603267906,0.15372517456988796,0.0,0.006873679656136447,0.5,0.15372517456988796,0.0,0.07572727419746632,0.15372517456988796,0.0,0.04815524010648109,0.15372517456988796,0.0,0.3926661624794687,0.15372517456988796,0.0,0.17739999621983613,0.15372517456988796,0.0,0.16642833179650074,0.15372517456988796,0.0,0.14550292013204374,0.15372517456988796,0.0,0.115600794067388,0.5,0.15372517456988796,0.0,0.017796087013522123,0.0,0.9970044310099558,0.4324684558708265 -379,0.5,0.15372517456988796,0.0,0.4425657079267739,0.15372517456988796,0.0,0.10897293757617904,0.15372517456988796,0.0,0.16541715837740728,0.15372517456988796,0.0,0.16975124893241186,0.15372517456988796,0.0,0.20869887343001825,0.15372517456988796,0.0,0.30324949624815245,0.15372517456988796,0.0,0.14460294989788577,0.15372517456988796,0.0,0.18351896968817738,0.5,0.15372517456988796,0.0,0.247147302080066,0.15372517456988796,0.0,0.005076143566858643,0.5,0.15372517456988796,0.0,0.04820430594052381,0.15372517456988796,0.0,0.04975508908255066,0.15372517456988796,0.0,0.32561449891328953,0.15372517456988796,0.0,0.2019441685086313,0.15372517456988796,0.0,0.13000132718025625,0.15372517456988796,0.0,0.14888720646603293,0.15372517456988796,0.0,0.08787975693091404,0.5,0.15372517456988796,0.0,0.02177518787411225,0.0,0.9934796277975774,0.3778366858370693 -380,0.5,0.15372517456988796,0.0,0.40472857953004143,0.15372517456988796,0.0,0.09252173230818342,0.15372517456988796,0.0,0.14241368163410065,0.15372517456988796,0.0,0.15625043261665258,0.15372517456988796,0.0,0.2161540732633403,0.15372517456988796,0.0,0.3706782595469012,0.15372517456988796,0.0,0.14534591742058445,0.15372517456988796,0.0,0.24194287994662095,0.5,0.15372517456988796,0.0,0.37015531677748714,0.15372517456988796,0.0,0.004465557638365696,0.5,0.15372517456988796,0.0,0.12633647054036706,0.15372517456988796,0.0,0.057426030844211134,0.15372517456988796,0.0,0.275025636767088,0.15372517456988796,0.0,0.18960526253678567,0.15372517456988796,0.0,0.10186458155208741,0.15372517456988796,0.0,0.14233333046872107,0.15372517456988796,0.0,0.08267266025580793,0.5,0.15372517456988796,0.0,0.020761643165120636,0.0,0.986728546305768,0.5878902132191554 -381,0.5,0.15372517456988796,0.0,0.3549977583356283,0.15372517456988796,0.0,0.0714607287175234,0.15372517456988796,0.0,0.10995730177501531,0.15372517456988796,0.0,0.13635240486896144,0.15372517456988796,0.0,0.23948850284212486,0.15372517456988796,0.0,0.4108230104257466,0.15372517456988796,0.0,0.2075609054153998,0.15372517456988796,0.0,0.3861170870672256,0.5,0.15372517456988796,0.0,0.366273650994554,0.15372517456988796,0.0,0.008617701639117912,0.5,0.15372517456988796,0.0,0.1379968371223833,0.15372517456988796,0.0,0.06690253840496732,0.15372517456988796,0.0,0.212740516102834,0.15372517456988796,0.0,0.18021733129576112,0.15372517456988796,0.0,0.08532034701355372,0.15372517456988796,0.0,0.24603832529355935,0.15372517456988796,0.0,0.0830151851389176,0.5,0.15372517456988796,0.0,0.007293530179912641,0.0,0.9797877519693652,0.7185774800918734 -382,0.5,0.15372517456988796,0.0,0.30494628506485194,0.15372517456988796,0.0,0.06533676342395217,0.15372517456988796,0.0,0.14694580647019667,0.15372517456988796,0.0,0.1401113979358438,0.15372517456988796,0.0,0.23917290166357552,0.15372517456988796,0.0,0.5460514000167265,0.15372517456988796,0.0,0.37622152213825094,0.15372517456988796,0.0,0.4477863382033803,0.5,0.15372517456988796,0.0,0.3925155795372602,0.15372517456988796,0.0,0.009008282933645514,0.5,0.15372517456988796,0.0,0.14099280404570905,0.15372517456988796,0.0,0.10104028739210422,0.15372517456988796,0.0,0.16533334637342065,0.15372517456988796,0.0,0.1685537154409929,0.15372517456988796,0.0,0.1316077143538108,0.15372517456988796,0.0,0.2462423250505664,0.15372517456988796,0.0,0.08371235083970131,0.5,0.15372517456988796,0.0,0.0021618363029245117,0.0,0.9704765087030534,0.7891241712500042 -383,0.5,0.15372517456988796,0.0,0.2602396964248273,0.15372517456988796,0.0,0.09748672141490497,0.15372517456988796,0.0,0.10099153512620011,0.15372517456988796,0.0,0.14199318291987964,0.15372517456988796,0.0,0.3387576454128605,0.15372517456988796,0.0,0.6494195285037443,0.15372517456988796,0.0,0.4303427365133952,0.15372517456988796,0.0,0.5051938124848663,0.5,0.15372517456988796,0.0,0.3949260298695081,0.15372517456988796,0.0,0.004310429196339465,0.5,0.15372517456988796,0.0,0.15318118402256165,0.15372517456988796,0.0,0.11695851393322877,0.15372517456988796,0.0,0.12036656025070855,0.15372517456988796,0.0,0.16837318558879297,0.15372517456988796,0.0,0.133627272503754,0.15372517456988796,0.0,0.2725079664716188,0.15372517456988796,0.0,0.08294139280538272,0.5,0.15372517456988796,0.0,0.002254710042879605,0.0,0.9612826884107022,0.7619442988516186 -384,0.5,0.15372517456988796,0.0,0.19381297440066045,0.15372517456988796,0.0,0.10410145222219863,0.15372517456988796,0.0,0.09197897310649365,0.15372517456988796,0.0,0.1357675901567897,0.15372517456988796,0.0,0.41471273488126603,0.15372517456988796,0.0,0.7183455702767731,0.15372517456988796,0.0,0.4756804100151405,0.15372517456988796,0.0,0.501794175645076,0.5,0.15372517456988796,0.0,0.4302295037215979,0.15372517456988796,0.0,0.0010978236504373055,0.5,0.15372517456988796,0.0,0.17709752061203726,0.15372517456988796,0.0,0.12694642911317053,0.15372517456988796,0.0,0.12795567081098158,0.15372517456988796,0.0,0.18288788181515597,0.15372517456988796,0.0,0.11318001791984673,0.15372517456988796,0.0,0.3387113623460985,0.15372517456988796,0.0,0.07343636669824426,0.5,0.15372517456988796,0.0,0.003662260819534142,0.0,0.9205756868010727,0.6839552780127431 -385,0.5,0.15372517456988796,0.0,0.14126012970763752,0.15372517456988796,0.0,0.05899092182407874,0.15372517456988796,0.0,0.09298076491273227,0.15372517456988796,0.0,0.1327180112814195,0.15372517456988796,0.0,0.45017689638768893,0.15372517456988796,0.0,0.6866957131721176,0.15372517456988796,0.0,0.49376134230816976,0.15372517456988796,0.0,0.47214796313486884,0.5,0.15372517456988796,0.0,0.5424378856103838,0.15372517456988796,0.0,0.0011397064613687963,0.5,0.15372517456988796,0.0,0.17963171397032668,0.15372517456988796,0.0,0.12049636283445954,0.15372517456988796,0.0,0.10334090305816526,0.15372517456988796,0.0,0.19297247359812847,0.15372517456988796,0.0,0.12471223268358761,0.15372517456988796,0.0,0.3909392342177367,0.15372517456988796,0.0,0.07324152221007234,0.5,0.15372517456988796,0.0,0.002952659991061397,0.0,0.8252686393777344,0.7118633377310676 -386,0.5,0.15372517456988796,0.0,0.10922995630597686,0.15372517456988796,0.0,0.05107673859000813,0.15372517456988796,0.0,0.08527358064647222,0.15372517456988796,0.0,0.10236840203363083,0.15372517456988796,0.0,0.47275001973535097,0.15372517456988796,0.0,0.6025610257007193,0.15372517456988796,0.0,0.44538966995717494,0.15372517456988796,0.0,0.5670367956891562,0.5,0.15372517456988796,0.0,0.6019818534326922,0.15372517456988796,0.0,0.004132055000803635,0.5,0.15372517456988796,0.0,0.15722385412711945,0.15372517456988796,0.0,0.12284712421184107,0.15372517456988796,0.0,0.08277273786373562,0.15372517456988796,0.0,0.2377972651241197,0.15372517456988796,0.0,0.15799748023266058,0.15372517456988796,0.0,0.3760499857066093,0.15372517456988796,0.0,0.07802690352348798,0.5,0.15372517456988796,0.0,0.004287818518568619,0.0,0.7480479446692463,0.7387655786074585 -387,0.5,0.15372517456988796,0.0,0.08600271806953956,0.15372517456988796,0.0,0.07105011890398491,0.15372517456988796,0.0,0.08928922600281947,0.15372517456988796,0.0,0.08041336933582229,0.15372517456988796,0.0,0.42857536226817367,0.15372517456988796,0.0,0.5836051050161248,0.15372517456988796,0.0,0.4694542078144232,0.15372517456988796,0.0,0.610958913936589,0.5,0.15372517456988796,0.0,0.5836856888262242,0.15372517456988796,0.0,0.011312107981663919,0.5,0.15372517456988796,0.0,0.15173942456450254,0.15372517456988796,0.0,0.1313490397404135,0.15372517456988796,0.0,0.0917887991391909,0.15372517456988796,0.0,0.2747131018774993,0.15372517456988796,0.0,0.18071488952112139,0.15372517456988796,0.0,0.4019816411340231,0.15372517456988796,0.0,0.07948365602874445,0.5,0.15372517456988796,0.0,0.007094081778946384,0.0,0.6470166685328711,0.8082248262056784 -388,0.5,0.15372517456988796,0.0,0.06247743458378475,0.15372517456988796,0.0,0.10953384244417376,0.15372517456988796,0.0,0.09676334847786834,0.15372517456988796,0.0,0.0773339727243967,0.15372517456988796,0.0,0.3889905983643843,0.15372517456988796,0.0,0.5987478470314213,0.15372517456988796,0.0,0.5528209855521011,0.15372517456988796,0.0,0.5865384099697668,0.5,0.15372517456988796,0.0,0.5297854658171733,0.15372517456988796,0.0,0.029316249587981017,0.5,0.15372517456988796,0.0,0.22036303640583133,0.15372517456988796,0.0,0.13744982235883088,0.15372517456988796,0.0,0.12106270286068122,0.15372517456988796,0.0,0.2776932176615018,0.15372517456988796,0.0,0.19423397067078357,0.15372517456988796,0.0,0.476807781402632,0.15372517456988796,0.0,0.10461855229769196,0.5,0.15372517456988796,0.0,0.010588590211291311,0.0,0.4893884383577552,0.8657934563479557 -389,0.5,0.15372517456988796,0.0,0.050801981538309934,0.15372517456988796,0.0,0.14314698744329904,0.15372517456988796,0.0,0.10929260085434368,0.15372517456988796,0.0,0.08277672049939895,0.15372517456988796,0.0,0.4367583968910077,0.15372517456988796,0.0,0.5990752216232065,0.15372517456988796,0.0,0.5551127581230121,0.15372517456988796,0.0,0.5442650501609736,0.5,0.15372517456988796,0.0,0.5232074376654008,0.15372517456988796,0.0,0.03883858030291984,0.5,0.15372517456988796,0.0,0.20525400430273266,0.15372517456988796,0.0,0.12149113664049298,0.15372517456988796,0.0,0.1497054348455187,0.15372517456988796,0.0,0.2586685357271664,0.15372517456988796,0.0,0.2084717151872078,0.15372517456988796,0.0,0.559772977947448,0.15372517456988796,0.0,0.11661971661062193,0.5,0.15372517456988796,0.0,0.015086832171867334,0.0,0.29390445513378194,0.8113487791579862 -390,0.5,0.15372517456988796,0.0,0.051046478279878106,0.15372517456988796,0.0,0.16320693216054935,0.15372517456988796,0.0,0.14099195245689358,0.15372517456988796,0.0,0.09331387128704012,0.15372517456988796,0.0,0.4735757282785986,0.15372517456988796,0.0,0.6053762296831369,0.15372517456988796,0.0,0.500186575723387,0.15372517456988796,0.0,0.5392682328159052,0.5,0.15372517456988796,0.0,0.5349752344993723,0.15372517456988796,0.0,0.04059638642244443,0.5,0.15372517456988796,0.0,0.13471551046072516,0.15372517456988796,0.0,0.09923303711424215,0.15372517456988796,0.0,0.15915650709306306,0.15372517456988796,0.0,0.2790332477929459,0.15372517456988796,0.0,0.23152074289470642,0.15372517456988796,0.0,0.5322555263977491,0.15372517456988796,0.0,0.10109459406036123,0.5,0.15372517456988796,0.0,0.017210185417703146,0.0,0.15001676466947653,0.8195958320514606 -391,0.5,0.15372517456988796,0.0,0.05873450726497458,0.15372517456988796,0.0,0.16581976249744326,0.15372517456988796,0.0,0.1581736988570181,0.15372517456988796,0.0,0.11069417781154002,0.15372517456988796,0.0,0.4522320043441564,0.15372517456988796,0.0,0.6398684704343506,0.15372517456988796,0.0,0.5551206969822027,0.15372517456988796,0.0,0.5389113597285857,0.5,0.15372517456988796,0.0,0.5333240060822656,0.15372517456988796,0.0,0.03677714572964786,0.5,0.15372517456988796,0.0,0.1195254022347664,0.15372517456988796,0.0,0.08544173737042746,0.15372517456988796,0.0,0.16720732568240482,0.15372517456988796,0.0,0.31178341175917995,0.15372517456988796,0.0,0.2538899507681069,0.15372517456988796,0.0,0.5124258175440403,0.15372517456988796,0.0,0.09165690275123833,0.5,0.15372517456988796,0.0,0.02136546480937021,0.0,0.0931801923898145,0.8816565946705842 -392,0.5,0.15372517456988796,0.0,0.069136098928544,0.15372517456988796,0.0,0.1873849129218295,0.15372517456988796,0.0,0.1742432385549495,0.15372517456988796,0.0,0.11557604990948113,0.15372517456988796,0.0,0.4932848479019173,0.15372517456988796,0.0,0.683011540697849,0.15372517456988796,0.0,0.648895388451777,0.15372517456988796,0.0,0.5099601619966504,0.5,0.15372517456988796,0.0,0.5368878445994419,0.15372517456988796,0.0,0.02888573047269234,0.5,0.15372517456988796,0.0,0.12624981899616433,0.15372517456988796,0.0,0.07835156349803275,0.15372517456988796,0.0,0.17302223231165897,0.15372517456988796,0.0,0.31736017019250684,0.15372517456988796,0.0,0.2655450428144569,0.15372517456988796,0.0,0.5394457960369231,0.15372517456988796,0.0,0.09860451851561114,0.5,0.15372517456988796,0.0,0.024067925264246032,0.0,0.09563783984455251,0.8889924785215937 -393,0.5,0.15372517456988796,0.0004154021122516912,0.0730547473255088,0.15372517456988796,0.0,0.2019733195313293,0.15372517456988796,0.0010227430323204055,0.1798805300224217,0.15372517456988796,0.0018243201026264208,0.1253122555025861,0.15372517456988796,0.0,0.5685378555814452,0.15372517456988796,0.0,0.7074401623451907,0.15372517456988796,0.0,0.7157860075275764,0.15372517456988796,0.0,0.4711504455204479,0.5,0.15372517456988796,2.15620214537312e-05,0.5360076263103435,0.15372517456988796,0.0027952153008076438,0.02325231865690387,0.5,0.15372517456988796,0.001749652009242658,0.10951982520462657,0.15372517456988796,0.0022511513023490844,0.0660929306803012,0.15372517456988796,0.0,0.19006146597274698,0.15372517456988796,0.0,0.34661726691827954,0.15372517456988796,0.0,0.27394078984337267,0.15372517456988796,9.341978369045203e-05,0.5454606850833235,0.15372517456988796,0.0024229434509360874,0.09872539912032903,0.5,0.15372517456988796,0.003508678514546924,0.022685207348453362,0.0,0.10869724037164843,0.9218851600814943 -394,0.5,0.15372517456988796,0.032678355022646294,0.07726787957987127,0.15372517456988796,0.006379066408674255,0.1786334254489948,0.15372517456988796,0.038249517106310624,0.15927327578130449,0.15372517456988796,0.04309513607972471,0.1322802615989713,0.15372517456988796,0.018178993652600495,0.6498340634046789,0.15372517456988796,0.005157406274417204,0.7144094987964269,0.15372517456988796,0.027241021620042036,0.6953552328798027,0.15372517456988796,0.006737430475246747,0.4582362379773664,0.5,0.15372517456988796,0.011449698065061504,0.5135756353878167,0.15372517456988796,0.040098379730070945,0.019986821369303815,0.5,0.15372517456988796,0.08910328552216751,0.07888163343848813,0.15372517456988796,0.06922480804773623,0.04658543608148697,0.15372517456988796,0.0018752899072929357,0.20078885238923758,0.15372517456988796,0.009040657353637585,0.41301479396113705,0.15372517456988796,0.032062312085314335,0.3093425508389316,0.15372517456988796,0.03175693273529034,0.564383417020708,0.15372517456988796,0.06102138325029919,0.08277683788017567,0.5,0.15372517456988796,0.04126698852035289,0.021632258552331616,0.0,0.11307579423681614,0.9612541334101737 -395,0.5,0.15372517456988796,0.07729325650447995,0.09227649264242704,0.15372517456988796,0.010405170738510385,0.17082227059992985,0.15372517456988796,0.09073075813290615,0.16104170482289754,0.15372517456988796,0.12412698793002061,0.13207641216099547,0.15372517456988796,0.05015660999019127,0.6761350320449784,0.15372517456988796,0.02074362808652986,0.7152315590181668,0.15372517456988796,0.08492183546778681,0.6962995889459636,0.15372517456988796,0.024882164095654333,0.4745797236094582,0.5,0.15372517456988796,0.034201314316379725,0.515716234283811,0.15372517456988796,0.07882717655551333,0.019780367135381095,0.5,0.15372517456988796,0.23290478725635017,0.09302270629714524,0.15372517456988796,0.1725203200253996,0.03549920946348226,0.15372517456988796,0.005985065907714399,0.21655411540540723,0.15372517456988796,0.03406094359905436,0.4822245351068226,0.15372517456988796,0.07939269672473755,0.3984876062961461,0.15372517456988796,0.056394735377303246,0.5849148649656174,0.15372517456988796,0.1444247420894883,0.11117688642242889,0.5,0.15372517456988796,0.07997891721465833,0.02709406400558366,0.0,0.10276479681734935,0.9925293980996075 -396,0.5,0.15372517456988796,0.10138817252387367,0.10923172777707935,0.15372517456988796,0.033763982747123604,0.24324271093639815,0.15372517456988796,0.15676536419345444,0.20061981019343,0.15372517456988796,0.19398014007236514,0.12673159590014374,0.15372517456988796,0.07719251270157457,0.7319111633814459,0.15372517456988796,0.04111142940341769,0.7609203006712547,0.15372517456988796,0.11013678496425983,0.698826050129965,0.15372517456988796,0.039281650327659554,0.5218365585891767,0.5,0.15372517456988796,0.05913586066982873,0.5526976265284418,0.15372517456988796,0.10963764347810834,0.02943731006696355,0.5,0.15372517456988796,0.3408399307245608,0.14031265452906455,0.15372517456988796,0.26875909222427624,0.043585217715954076,0.15372517456988796,0.021982136655689172,0.2530236838880016,0.15372517456988796,0.04176148118291164,0.5288565895270869,0.15372517456988796,0.1171815531902204,0.4654075225980546,0.15372517456988796,0.089267495317154,0.6598786158164154,0.15372517456988796,0.22294475218886595,0.17964201405000393,0.5,0.15372517456988796,0.10862917580590914,0.03811565799801117,0.0,0.09188881318907793,1.005571566027036 -397,0.5,0.15372517456988796,0.11917609609781316,0.11526396554495816,0.15372517456988796,0.05593811928977757,0.29526040745018783,0.15372517456988796,0.19126413379605592,0.29506012964379513,0.15372517456988796,0.22318680317923245,0.12768051133320427,0.15372517456988796,0.10465127755226195,0.7742392237307655,0.15372517456988796,0.051278819768483946,0.8378037869790445,0.15372517456988796,0.11808449197612493,0.6651232637576889,0.15372517456988796,0.047927691322192045,0.5167420561192633,0.5,0.15372517456988796,0.05180371385563108,0.4372352388015129,0.15372517456988796,0.13598548559579426,0.04526330984437872,0.5,0.15372517456988796,0.3630866415807446,0.2156708449308743,0.15372517456988796,0.33195055642788013,0.05904503895785412,0.15372517456988796,0.032328615647368934,0.26963841204253425,0.15372517456988796,0.056831810110934355,0.5639248167783688,0.15372517456988796,0.13780180239634904,0.3873494275679347,0.15372517456988796,0.13134646486814594,0.6493370366139846,0.15372517456988796,0.2713779409289837,0.2232885342089283,0.5,0.15372517456988796,0.1135869965713884,0.04722906213106073,0.0,0.07488298009619472,1.0073737813959251 -398,0.5,0.15372517456988796,0.12652014829508862,0.11639767750082744,0.15372517456988796,0.03826849749083518,0.18354346117919035,0.15372517456988796,0.14845041216271238,0.24115763442094384,0.15372517456988796,0.19853292235794145,0.1109874318278774,0.15372517456988796,0.07816358506590355,0.7917611064345083,0.15372517456988796,0.030764233729036243,0.7794011543664442,0.15372517456988796,0.08250975621792181,0.6836703894245131,0.15372517456988796,0.04613012557201954,0.376534176957665,0.5,0.15372517456988796,0.04875016371190053,0.3012671357776612,0.15372517456988796,0.14915451723120232,0.05958580854646288,0.5,0.15372517456988796,0.30698253802950753,0.24262602378243034,0.15372517456988796,0.34874043709119706,0.04600304351322759,0.15372517456988796,0.028255472515142332,0.30138228649676907,0.15372517456988796,0.05974902948769341,0.5142232397842366,0.15372517456988796,0.12614222185157495,0.3104946380863884,0.15372517456988796,0.10526283785412069,0.6190863337436686,0.15372517456988796,0.2422560277348323,0.21518970234054996,0.5,0.15372517456988796,0.09759809005312926,0.05690082619477563,0.0,0.04985157218575848,1.0075073848205471 -399,0.5,0.15372517456988796,0.07953900160964088,0.08902082134747717,0.15372517456988796,0.008512387677397324,0.13870962820738808,0.15372517456988796,0.12001211600248674,0.18150427164574845,0.15372517456988796,0.11980992015343922,0.08546010620866819,0.15372517456988796,0.02437246635610999,0.8210461175283185,0.15372517456988796,0.024590938178657127,0.6268859625410802,0.15372517456988796,0.04422986642242911,0.6334949010497037,0.15372517456988796,0.045948294644675786,0.3525690352283359,0.5,0.15372517456988796,0.05093809495390955,0.2537600807455486,0.15372517456988796,0.11176916976060328,0.06292375425387695,0.5,0.15372517456988796,0.22388199204565168,0.11309659657474465,0.15372517456988796,0.31195002613532297,0.024045979115946418,0.15372517456988796,0.02174648492565614,0.27467620483911037,0.15372517456988796,0.043533396165619895,0.46429276724936586,0.15372517456988796,0.08501201631375985,0.28477247001182404,0.15372517456988796,0.060512719208298336,0.5774951378235574,0.15372517456988796,0.16660747129151493,0.136291866258947,0.5,0.15372517456988796,0.06970240105832748,0.06691551967350796,0.0,0.03452588019302151,1.0057089356184197 -400,0.5,0.15372517456988796,0.01813661976466271,0.06799501378257744,0.15372517456988796,0.0048397292339017245,0.12058460149831715,0.15372517456988796,0.05683752011630169,0.19090323132754164,0.15372517456988796,0.03911743239662423,0.07520117196959553,0.15372517456988796,0.0036010536691896515,0.7025085488281719,0.15372517456988796,0.010651326734416022,0.45387670380906775,0.15372517456988796,0.024288765575695887,0.5199649668449373,0.15372517456988796,0.01700880911479431,0.3275557580998209,0.5,0.15372517456988796,0.05937900908315074,0.21144336787973753,0.15372517456988796,0.05643432115199648,0.044256267902877164,0.5,0.15372517456988796,0.12603365528231303,0.021692123564442,0.15372517456988796,0.19157165516195937,0.01618157835998485,0.15372517456988796,0.00573293073931989,0.21505800398861438,0.15372517456988796,0.012189447538288265,0.47030388504934123,0.15372517456988796,0.025451429318987,0.26736830248601207,0.15372517456988796,0.018347772094826527,0.4617984410590049,0.15372517456988796,0.07011262077704448,0.0667956170715651,0.5,0.15372517456988796,0.025984361939812954,0.052902202046508036,0.0,0.030086835657605362,0.9932211096478938 -401,0.5,0.15372517456988796,0.0,0.06702553033512652,0.15372517456988796,0.0,0.10473828614080492,0.15372517456988796,0.0,0.20226430742422966,0.15372517456988796,0.0,0.09348969972678284,0.15372517456988796,4.00619656572591e-05,0.5818220548210161,0.15372517456988796,0.00023478007186986783,0.29388502120727744,0.15372517456988796,2.477411159765194e-05,0.3508820679811063,0.15372517456988796,0.0003907519359079992,0.26650492520819713,0.5,0.15372517456988796,8.455084316729001e-06,0.1989803991120632,0.15372517456988796,0.0,0.03556493533434283,0.5,0.15372517456988796,0.0,0.0018118621408079948,0.15372517456988796,0.0,0.026300148608668555,0.15372517456988796,0.0,0.14293711724883068,0.15372517456988796,0.0,0.4523376067692475,0.15372517456988796,0.0,0.23818067670784793,0.15372517456988796,5.960251530442407e-05,0.35204890854165954,0.15372517456988796,1.423098318965478e-05,0.03793341127325511,0.5,0.15372517456988796,2.1894718657408272e-05,0.04721794704872245,0.0,0.03583814403805597,0.9674591100062264 -402,0.5,0.15372517456988796,0.0,0.06091087874874448,0.15372517456988796,0.0,0.10939773195621601,0.15372517456988796,0.0,0.21029457361744955,0.15372517456988796,0.0,0.104369822149232,0.15372517456988796,0.0,0.37332950026955175,0.15372517456988796,0.0,0.32341957727694104,0.15372517456988796,0.0,0.30905420064707323,0.15372517456988796,0.0,0.29190813117113856,0.5,0.15372517456988796,0.0,0.17131876293467035,0.15372517456988796,0.0,0.03064672367480099,0.5,0.15372517456988796,0.0,0.0014114328012245394,0.15372517456988796,0.0,0.03026466789603086,0.15372517456988796,0.0,0.13849558485619012,0.15372517456988796,0.0,0.40946366897153935,0.15372517456988796,0.0,0.2206786884099627,0.15372517456988796,0.0,0.3248926686312537,0.15372517456988796,0.0,0.02716832746467887,0.5,0.15372517456988796,0.0,0.03966232254042262,0.0,0.04520238383497254,0.9429334840463276 -403,0.5,0.15372517456988796,0.0,0.055327970007158146,0.15372517456988796,0.0,0.12014420019676862,0.15372517456988796,0.0,0.21400772624425046,0.15372517456988796,0.0,0.1069588895535672,0.15372517456988796,0.0,0.32946582500680477,0.15372517456988796,0.0,0.415161644485723,0.15372517456988796,0.0,0.39976245864656657,0.15372517456988796,0.0,0.30730613428141357,0.5,0.15372517456988796,0.0,0.15221467450740572,0.15372517456988796,0.0,0.024046314847905398,0.5,0.15372517456988796,0.0,0.004174261835128594,0.15372517456988796,0.0,0.03103487219824087,0.15372517456988796,0.0,0.1517130829528666,0.15372517456988796,0.0,0.3361520954797234,0.15372517456988796,0.0,0.21064533660845636,0.15372517456988796,0.0,0.3553100678521734,0.15372517456988796,0.0,0.02190921255442107,0.5,0.15372517456988796,0.0,0.034132069385631396,0.0,0.051212129042327616,0.9552031072948403 -404,0.5,0.15372517456988796,0.0,0.05623137499092024,0.15372517456988796,0.0,0.14307369945181864,0.15372517456988796,0.0,0.2027217472830448,0.15372517456988796,0.0,0.0978881193739623,0.15372517456988796,0.0,0.3971377441220049,0.15372517456988796,0.0,0.483966565089324,0.15372517456988796,0.0,0.5100630191515687,0.15372517456988796,0.0,0.3491100526623082,0.5,0.15372517456988796,0.0,0.13093067941749834,0.15372517456988796,0.0,0.013556971650702118,0.5,0.15372517456988796,0.0,0.014111095320538973,0.15372517456988796,0.0,0.03280554434363222,0.15372517456988796,0.0,0.20066847299177498,0.15372517456988796,0.0,0.2942451437570019,0.15372517456988796,0.0,0.2011765301341022,0.15372517456988796,0.0,0.32860830419323306,0.15372517456988796,0.0,0.02350379160827466,0.5,0.15372517456988796,0.0,0.025716964452916977,0.0,0.05438661346047192,0.9706077378826543 -405,0.5,0.15372517456988796,0.0,0.05894048144474544,0.15372517456988796,0.0,0.14522774459581944,0.15372517456988796,0.0,0.13732450924544332,0.15372517456988796,0.0,0.08043561767020925,0.15372517456988796,0.0,0.4872404148128535,0.15372517456988796,0.0,0.48236817905353546,0.15372517456988796,0.0,0.5067624930872799,0.15372517456988796,0.0,0.37670235308325994,0.5,0.15372517456988796,0.0,0.11063292643309772,0.15372517456988796,0.0,0.00849652195359313,0.5,0.15372517456988796,0.0,0.02592922016853224,0.15372517456988796,0.0,0.03445083206567216,0.15372517456988796,0.0,0.23665078765273212,0.15372517456988796,0.0,0.2822925860572231,0.15372517456988796,0.0,0.18564459087393548,0.15372517456988796,0.0,0.263147058719629,0.15372517456988796,0.0,0.030019742668400486,0.5,0.15372517456988796,0.0,0.01432597387407078,0.0,0.06097305508173282,0.9554263644798862 -406,0.5,0.15372517456988796,0.0,0.05709441760139948,0.15372517456988796,0.0,0.0952090581833875,0.15372517456988796,0.0,0.07436688351583357,0.15372517456988796,0.0,0.05976238232847344,0.15372517456988796,0.0,0.4362117741847349,0.15372517456988796,0.0,0.4713926101729803,0.15372517456988796,0.0,0.4542075858083005,0.15372517456988796,0.0,0.32293271015903435,0.5,0.15372517456988796,0.0,0.09813661753254849,0.15372517456988796,0.0,0.006436315771047841,0.5,0.15372517456988796,0.0,0.03168827257400772,0.15372517456988796,0.0,0.03585457451689265,0.15372517456988796,0.0,0.19476872620893043,0.15372517456988796,0.0,0.3124087740891395,0.15372517456988796,0.0,0.17625197202208823,0.15372517456988796,0.0,0.2137496000601107,0.15372517456988796,0.0,0.03726850242116502,0.5,0.15372517456988796,0.0,0.010960600569464518,0.0,0.06621471837581507,0.924962665841543 -407,0.5,0.15372517456988796,0.0,0.05007815867484178,0.15372517456988796,0.0,0.08649867030538966,0.15372517456988796,0.0,0.057437397419022665,0.15372517456988796,0.0,0.049688346713802616,0.15372517456988796,0.0,0.3353261086594409,0.15372517456988796,0.0,0.4442978375689951,0.15372517456988796,0.0,0.4186778467949861,0.15372517456988796,0.0,0.2515945597890318,0.5,0.15372517456988796,0.0,0.0815671819515125,0.15372517456988796,0.0,0.0037233944170635886,0.5,0.15372517456988796,0.0,0.03098231651010025,0.15372517456988796,0.0,0.03560919247452091,0.15372517456988796,0.0,0.160402714575076,0.15372517456988796,0.0,0.30603211683951603,0.15372517456988796,0.0,0.17055646270736127,0.15372517456988796,0.0,0.1809338128319672,0.15372517456988796,0.0,0.03994244156992517,0.5,0.15372517456988796,0.0,0.011799678944803889,0.0,0.07117042985070154,0.8966527691892145 -408,0.5,0.15372517456988796,0.0,0.04467956662728359,0.15372517456988796,0.0,0.1200522051273494,0.15372517456988796,0.0,0.05309231041074136,0.15372517456988796,0.0,0.04905718311701274,0.15372517456988796,0.0,0.2913817554906736,0.15372517456988796,0.0,0.38971194307249923,0.15372517456988796,0.0,0.3704887173559826,0.15372517456988796,0.0,0.17890578618670955,0.5,0.15372517456988796,0.0,0.06231570033979495,0.15372517456988796,0.0,0.002478987280620382,0.5,0.15372517456988796,0.0,0.034043302756502636,0.15372517456988796,0.0,0.030242084371524123,0.15372517456988796,0.0,0.16597966227856004,0.15372517456988796,0.0,0.2709662975075288,0.15372517456988796,0.0,0.15459516867455272,0.15372517456988796,0.0,0.14990734250284646,0.15372517456988796,0.0,0.040009290106209586,0.5,0.15372517456988796,0.0,0.013283940771577976,0.0,0.06910533378614443,0.868916890780551 -409,0.5,0.15372517456988796,0.0,0.04383445668178447,0.15372517456988796,0.0,0.13310592205036406,0.15372517456988796,0.0,0.05386323332300313,0.15372517456988796,0.0,0.05316620495413083,0.15372517456988796,0.0,0.279898431478574,0.15372517456988796,0.0,0.31790758907223804,0.15372517456988796,0.0,0.29124351428731987,0.15372517456988796,0.0,0.1388641243082387,0.5,0.15372517456988796,0.0,0.053525432209660946,0.15372517456988796,0.0,0.00333073709744619,0.5,0.15372517456988796,0.0,0.03454639213151429,0.15372517456988796,0.0,0.026808944735761134,0.15372517456988796,0.0,0.16748907987774722,0.15372517456988796,0.0,0.22668642671866807,0.15372517456988796,0.0,0.1365391146155287,0.15372517456988796,0.0,0.11584397882483465,0.15372517456988796,0.0,0.03643947520557356,0.5,0.15372517456988796,0.0,0.015862630697492747,0.0,0.060222273492450816,0.824277106197621 -410,0.5,0.15372517456988796,0.0,0.04268304283243468,0.15372517456988796,0.0,0.12200036500470933,0.15372517456988796,0.0,0.050257840903445136,0.15372517456988796,0.0,0.059644658494778985,0.15372517456988796,0.0,0.2473394686578805,0.15372517456988796,0.0,0.24082055200946484,0.15372517456988796,0.0,0.20568116879487186,0.15372517456988796,0.0,0.11553626908745995,0.5,0.15372517456988796,0.0,0.047880933163460856,0.15372517456988796,0.0,0.004435525599821529,0.5,0.15372517456988796,0.0,0.03196348844041512,0.15372517456988796,0.0,0.030711687219764736,0.15372517456988796,0.0,0.16437896759160148,0.15372517456988796,0.0,0.19745042439878133,0.15372517456988796,0.0,0.1247685418261435,0.15372517456988796,0.0,0.09198218543150373,0.15372517456988796,0.0,0.031057600604831793,0.5,0.15372517456988796,0.0,0.01803908418270426,0.0,0.03922815813884304,0.7602786710760527 -411,0.5,0.15372517456988796,0.0,0.0451655853184241,0.15372517456988796,0.0,0.11441941726505506,0.15372517456988796,0.0,0.04766481716097877,0.15372517456988796,0.0,0.059741800456305276,0.15372517456988796,0.0,0.19804469843635675,0.15372517456988796,0.0,0.16735487892517203,0.15372517456988796,0.0,0.15945394870410193,0.15372517456988796,0.0,0.11776798540853617,0.5,0.15372517456988796,0.0,0.05115234644474963,0.15372517456988796,0.0,0.007206951820205592,0.5,0.15372517456988796,0.0,0.02999356994179312,0.15372517456988796,0.0,0.029439913438356752,0.15372517456988796,0.0,0.13575171604328634,0.15372517456988796,0.0,0.17402518923750138,0.15372517456988796,0.0,0.11063894009462713,0.15372517456988796,0.0,0.07570584563908242,0.15372517456988796,0.0,0.027263125647503262,0.5,0.15372517456988796,0.0,0.021641806079103435,0.0,0.024486681047313285,0.7373400877593441 -412,0.5,0.15372517456988796,0.0,0.04412681115018015,0.15372517456988796,0.0,0.10301996595597293,0.15372517456988796,0.0,0.04159221405812477,0.15372517456988796,0.0,0.05550798053118982,0.15372517456988796,0.0,0.14207146397932344,0.15372517456988796,0.0,0.12542216439032938,0.15372517456988796,0.0,0.1430061932814167,0.15372517456988796,0.0,0.12599153941231717,0.5,0.15372517456988796,0.0,0.061274454913762696,0.15372517456988796,0.0,0.011385927254576222,0.5,0.15372517456988796,0.0,0.02208044810628202,0.15372517456988796,0.0,0.02884610339164621,0.15372517456988796,0.0,0.11569101872119056,0.15372517456988796,0.0,0.13429725999408665,0.15372517456988796,0.0,0.09100221916040316,0.15372517456988796,0.0,0.06511387745890926,0.15372517456988796,0.0,0.02780383757271348,0.5,0.15372517456988796,0.0,0.03011991713308903,0.0,0.02325504116171287,0.6970351000742722 -413,0.5,0.15372517456988796,0.0,0.04367147150312255,0.15372517456988796,0.0,0.08333757216453917,0.15372517456988796,0.0,0.037237699241506474,0.15372517456988796,0.0,0.0517020344161097,0.15372517456988796,0.0,0.11115217906863768,0.15372517456988796,0.0,0.11698585408192225,0.15372517456988796,0.0,0.13866856196434915,0.15372517456988796,0.0,0.14243154949033898,0.5,0.15372517456988796,0.0,0.06782674022320082,0.15372517456988796,0.0,0.016381097049492015,0.5,0.15372517456988796,0.0,0.015695219856400038,0.15372517456988796,0.0,0.028726882399451644,0.15372517456988796,0.0,0.09396168542641561,0.15372517456988796,0.0,0.11270567983531052,0.15372517456988796,0.0,0.07520888302682392,0.15372517456988796,0.0,0.05771201133808681,0.15372517456988796,0.0,0.02696247949837504,0.5,0.15372517456988796,0.0,0.037377114183939505,0.0,0.01976374472227697,0.5432327798859988 -414,0.5,0.15372517456988796,0.0,0.045099476193921254,0.15372517456988796,0.0,0.07117508508274059,0.15372517456988796,0.0,0.03540151863097318,0.15372517456988796,0.0,0.0488883573403992,0.15372517456988796,0.0,0.10553360025906795,0.15372517456988796,0.0,0.12308497473773194,0.15372517456988796,0.0,0.13886965681845667,0.15372517456988796,0.0,0.16604802341647468,0.5,0.15372517456988796,0.0,0.08163382439382001,0.15372517456988796,0.0,0.018366664461399184,0.5,0.15372517456988796,0.0,0.017447053400148637,0.15372517456988796,0.0,0.03133813993414683,0.15372517456988796,0.0,0.07665879971832634,0.15372517456988796,0.0,0.10870073649544242,0.15372517456988796,0.0,0.06956759962655491,0.15372517456988796,0.0,0.053243145410088566,0.15372517456988796,0.0,0.027170782980468662,0.5,0.15372517456988796,0.0,0.04076966324643094,0.0,0.02245905751491644,0.444906047073295 -415,0.5,0.15372517456988796,0.0,0.047588768335544415,0.15372517456988796,0.0,0.06997102828646286,0.15372517456988796,0.0,0.030552121571833492,0.15372517456988796,0.0,0.043620785563342666,0.15372517456988796,0.0,0.08779683673720907,0.15372517456988796,0.0,0.14097823231167175,0.15372517456988796,0.0,0.15714211741556985,0.15372517456988796,0.0,0.19616267808047322,0.5,0.15372517456988796,0.0,0.0886239699773556,0.15372517456988796,0.0,0.01882988674607761,0.5,0.15372517456988796,0.0,0.021169192010451247,0.15372517456988796,0.0,0.030431672755480702,0.15372517456988796,0.0,0.08179606948458326,0.15372517456988796,0.0,0.1173084766374069,0.15372517456988796,0.0,0.06426552552675315,0.15372517456988796,0.0,0.05232863269660943,0.15372517456988796,0.0,0.0275845628794768,0.5,0.15372517456988796,0.0,0.04003612166744726,0.0,0.027068975178865334,0.4972794699589843 -416,0.5,0.15372517456988796,0.0,0.0510217436029697,0.15372517456988796,0.0,0.07473227781920973,0.15372517456988796,0.0,0.024888288750877768,0.15372517456988796,0.0,0.04110746844907032,0.15372517456988796,0.0,0.0902006955149278,0.15372517456988796,0.0,0.15954359029489,0.15372517456988796,0.0,0.17247770658009381,0.15372517456988796,0.0,0.19974662051493622,0.5,0.15372517456988796,0.0,0.07160074176346301,0.15372517456988796,0.0,0.020101396303937476,0.5,0.15372517456988796,0.0,0.024931491310145423,0.15372517456988796,0.0,0.030117889965533086,0.15372517456988796,0.0,0.09495164169085424,0.15372517456988796,0.0,0.11028761901955858,0.15372517456988796,0.0,0.06531344278537993,0.15372517456988796,0.0,0.05567777056269938,0.15372517456988796,0.0,0.027367655881956183,0.5,0.15372517456988796,0.0,0.03840891375119726,0.0,0.033066924321974264,0.5527819781772674 -417,0.5,0.15372517456988796,0.0014324777457815322,0.05143275114819356,0.15372517456988796,0.0,0.07684966238593169,0.15372517456988796,0.0027290164757997806,0.021619897273002096,0.15372517456988796,0.00626743321010889,0.04105202260297708,0.15372517456988796,0.0,0.10643173939289066,0.15372517456988796,0.0,0.1849905178857097,0.15372517456988796,0.0,0.16051829263647494,0.15372517456988796,0.0,0.1947854050480869,0.5,0.15372517456988796,0.00015219451743944535,0.05485516378964964,0.15372517456988796,0.007631888335646821,0.019163962758511045,0.5,0.15372517456988796,0.002202498549352579,0.02806849929362094,0.15372517456988796,0.004345236045955913,0.03141194501268808,0.15372517456988796,0.0,0.1063854423891104,0.15372517456988796,0.0,0.11049465816536477,0.15372517456988796,2.4367733914065943e-06,0.07472308498422776,0.15372517456988796,0.00023983987841201727,0.051570681509086384,0.15372517456988796,0.005127887445285198,0.027615651728773012,0.5,0.15372517456988796,0.015057946967841396,0.031841539964746084,0.0,0.04870275103789593,0.5966960636576951 -418,0.5,0.15372517456988796,0.07340998601159925,0.052412092344790835,0.15372517456988796,0.03101030774461369,0.10127387200102632,0.15372517456988796,0.11828106044167178,0.02101886050845286,0.15372517456988796,0.13842536475203968,0.04169492734074184,0.15372517456988796,0.04377407704495033,0.10720821337430357,0.15372517456988796,0.06903310759710284,0.17879374898664308,0.15372517456988796,0.06360218357675235,0.12175042617858643,0.15372517456988796,0.08961902114212669,0.165685846530163,0.5,0.15372517456988796,0.0890644443475093,0.04710382263309292,0.15372517456988796,0.14964655837240393,0.017431133848397822,0.5,0.15372517456988796,0.09216720862442024,0.034947769588461436,0.15372517456988796,0.11829682502624846,0.03030080791902984,0.15372517456988796,0.013462385408296175,0.12326791496166359,0.15372517456988796,0.030675616911888956,0.1249306843270089,0.15372517456988796,0.06752617254356491,0.07340319202907662,0.15372517456988796,0.08624612360487235,0.038619041389077485,0.15372517456988796,0.11717703696635945,0.028671628129565526,0.5,0.15372517456988796,0.15330293673999232,0.02706960065397122,0.0,0.06148215909472714,0.6678160430450286 -419,0.5,0.15372517456988796,0.17983538262168414,0.06029632794028486,0.15372517456988796,0.10265039091650621,0.12096188607063585,0.15372517456988796,0.2449761817752805,0.02173837147780308,0.15372517456988796,0.2725585234167369,0.043967552878141504,0.15372517456988796,0.17677615467731045,0.11348803682761492,0.15372517456988796,0.2282061834772841,0.15663365894864323,0.15372517456988796,0.22150670938299555,0.097993389194514,0.15372517456988796,0.24091850105085375,0.1397714686006431,0.5,0.15372517456988796,0.23155255952382314,0.04471643766246776,0.15372517456988796,0.3121002830543933,0.010956974842039755,0.5,0.15372517456988796,0.22113002786698044,0.0439980862857686,0.15372517456988796,0.2620736730011131,0.02711404345166501,0.15372517456988796,0.0629455722474761,0.16323563974748692,0.15372517456988796,0.12158076634774209,0.15780792960634568,0.15372517456988796,0.18032712102900042,0.07411579350948878,0.15372517456988796,0.22491449749256864,0.033302529472235574,0.15372517456988796,0.2432928011039865,0.030619316089747852,0.5,0.15372517456988796,0.30150764015745724,0.026442128240934323,0.0,0.0646548558864633,0.6575404177176488 -420,0.5,0.15372517456988796,0.2692520352713821,0.07771844155113147,0.15372517456988796,0.19532752947099577,0.14284446199358247,0.15372517456988796,0.30260226787383854,0.020512849210755718,0.15372517456988796,0.33611387339326315,0.052535722224099364,0.15372517456988796,0.31761877392579896,0.12184339419919989,0.15372517456988796,0.3542013211169271,0.175596253166773,0.15372517456988796,0.36074813845823284,0.09623459404080995,0.15372517456988796,0.3617162569963306,0.13588273900258302,0.5,0.15372517456988796,0.35232688508039944,0.025891009590232678,0.15372517456988796,0.42651353736333897,0.007283192291546537,0.5,0.15372517456988796,0.3383899528122593,0.05049728899399601,0.15372517456988796,0.38415070584102823,0.025679988147172726,0.15372517456988796,0.09216279219338033,0.18827662588975322,0.15372517456988796,0.25328990030447873,0.20914523703696186,0.15372517456988796,0.29773400841691816,0.0773215881792538,0.15372517456988796,0.35602596743289366,0.029000228143129136,0.15372517456988796,0.34592461894484966,0.031203465568743448,0.5,0.15372517456988796,0.4197445507531148,0.024832253080402156,0.0,0.06704743176706607,0.6598068117963787 -421,0.5,0.15372517456988796,0.27259988128367496,0.08949222724085101,0.15372517456988796,0.2674989834074938,0.13457863674314105,0.15372517456988796,0.3065693656218984,0.020116457006811767,0.15372517456988796,0.32875423608334453,0.06561460241084968,0.15372517456988796,0.3975172697671201,0.13509712572451493,0.15372517456988796,0.4159984458550615,0.21730316514861103,0.15372517456988796,0.42026543435812813,0.10951623125390261,0.15372517456988796,0.4294892262714769,0.16346226733606606,0.5,0.15372517456988796,0.40828710127226764,0.03266441293933563,0.15372517456988796,0.4771643324175734,0.005691169949640161,0.5,0.15372517456988796,0.40835647388742174,0.09245605029571216,0.15372517456988796,0.452735697240882,0.03170848606349423,0.15372517456988796,0.11885397504883796,0.21562920330190638,0.15372517456988796,0.3328473005182494,0.2308479572032034,0.15372517456988796,0.3795137929017326,0.08658551199551547,0.15372517456988796,0.4160333526620169,0.02960290129811825,0.15372517456988796,0.40224231417396883,0.03785907363553513,0.5,0.15372517456988796,0.469267542283503,0.028405084009623514,0.0,0.07913318288300938,0.7398963211602059 -422,0.5,0.15372517456988796,0.23501071329492335,0.09758605238977874,0.15372517456988796,0.28559670523771735,0.1392842145316632,0.15372517456988796,0.28061652609161153,0.02236829777485281,0.15372517456988796,0.28393213345554713,0.0796793314090584,0.15372517456988796,0.39387933760082694,0.15800328288078153,0.15372517456988796,0.41593933417536477,0.2596644449565074,0.15372517456988796,0.41574431690020064,0.13880857060594637,0.15372517456988796,0.4332898632937593,0.20951258587400348,0.5,0.15372517456988796,0.4081966255615068,0.043484784381307456,0.15372517456988796,0.46170089356896293,0.006444076128902846,0.5,0.15372517456988796,0.41096390519486936,0.11767929749333453,0.15372517456988796,0.4519828321162084,0.03209638368845172,0.15372517456988796,0.12369692592684389,0.22625013077967462,0.15372517456988796,0.35534555605940493,0.24006223658293116,0.15372517456988796,0.38181832431532936,0.09283256087052641,0.15372517456988796,0.4054935318190812,0.033987936099116725,0.15372517456988796,0.3973109044265619,0.0540976319022958,0.5,0.15372517456988796,0.4440444350936881,0.03132713571736937,0.0,0.11182594648787778,0.8323619372972084 -423,0.5,0.15372517456988796,0.16911806997473358,0.09932391336843571,0.15372517456988796,0.23426343174389727,0.15170762602386995,0.15372517456988796,0.2153820728118766,0.027291459650799446,0.15372517456988796,0.19798237895913473,0.07990248730799186,0.15372517456988796,0.3247037787467564,0.18527225416579288,0.15372517456988796,0.35243270453584574,0.28520832889374537,0.15372517456988796,0.34387952498337,0.16305649299522612,0.15372517456988796,0.366094188669493,0.22170354339639792,0.5,0.15372517456988796,0.35203992333978973,0.03238446069426253,0.15372517456988796,0.37996661179345187,0.0057597745792465575,0.5,0.15372517456988796,0.3400465639868824,0.08372780310289203,0.15372517456988796,0.37885724409954014,0.02268408704369966,0.15372517456988796,0.0926659896199474,0.23209136016574933,0.15372517456988796,0.29412595195387814,0.22867150186845925,0.15372517456988796,0.3031433894000384,0.09856286622768504,0.15372517456988796,0.32974844972915296,0.03311758683372163,0.15372517456988796,0.3258009489254445,0.04781180107550999,0.5,0.15372517456988796,0.35033526144707217,0.027115240382300607,0.0,0.14361895692410687,0.8904558644338206 -424,0.5,0.15372517456988796,0.047307324904293985,0.11506668567107103,0.15372517456988796,0.07173541023295758,0.1667815352787606,0.15372517456988796,0.10781042751387934,0.03607683187118538,0.15372517456988796,0.06072330070239407,0.08623455330403228,0.15372517456988796,0.18150270092422272,0.22060671045111854,0.15372517456988796,0.21860554671028654,0.30123739465763105,0.15372517456988796,0.20111286520924587,0.20079872982751334,0.15372517456988796,0.1835785649937483,0.18644325040907284,0.5,0.15372517456988796,0.19219856416924497,0.028777619234001878,0.15372517456988796,0.19615623393667725,0.005304836798518333,0.5,0.15372517456988796,0.17071554084889273,0.05518409802610109,0.15372517456988796,0.2194776771779145,0.019612460643076507,0.15372517456988796,0.05299394841977146,0.24627195278321795,0.15372517456988796,0.1366366810621058,0.2437397695121016,0.15372517456988796,0.12453074810547048,0.11588230843355582,0.15372517456988796,0.16047186455731294,0.040377718552998966,0.15372517456988796,0.12484570226739139,0.038142021265830835,0.5,0.15372517456988796,0.12478882737101454,0.029060886663017562,0.0,0.1935788190137048,0.9033846639869425 -425,0.5,0.15372517456988796,0.0,0.15168392620647617,0.15372517456988796,0.0,0.1841898297018364,0.15372517456988796,0.0,0.054682112360844075,0.15372517456988796,0.0,0.09911434336451228,0.15372517456988796,0.0,0.2857380190965199,0.15372517456988796,0.0,0.28024843872523736,0.15372517456988796,0.0,0.24443086350813026,0.15372517456988796,0.0,0.16643078867417105,0.5,0.15372517456988796,0.0,0.034508078843259654,0.15372517456988796,0.0,0.008008558023957009,0.5,0.15372517456988796,0.0,0.05140600632578768,0.15372517456988796,0.0,0.028629411189133428,0.15372517456988796,0.0,0.2741089280247934,0.15372517456988796,0.0,0.27666341602377675,0.15372517456988796,0.0,0.13518103118986785,0.15372517456988796,0.0,0.05817769082871978,0.15372517456988796,0.0,0.03733200484064215,0.5,0.15372517456988796,0.0,0.027289164975363666,0.0,0.25057956057591446,0.912980853954356 -426,0.5,0.15372517456988796,0.0,0.1737265049352479,0.15372517456988796,0.0,0.20728003178361248,0.15372517456988796,0.0,0.06367370392362502,0.15372517456988796,0.0,0.10359334069837804,0.15372517456988796,0.0,0.3015604197431826,0.15372517456988796,0.0,0.24494678070072218,0.15372517456988796,0.0,0.25627217844226724,0.15372517456988796,0.0,0.14397529106875628,0.5,0.15372517456988796,0.0,0.035374673214252264,0.15372517456988796,0.0,0.010822570844794521,0.5,0.15372517456988796,0.0,0.04147827865389545,0.15372517456988796,0.0,0.029882464961119497,0.15372517456988796,0.0,0.31188586670453805,0.15372517456988796,0.0,0.29926807131267824,0.15372517456988796,0.0,0.15587549225294633,0.15372517456988796,0.0,0.06183539382853909,0.15372517456988796,0.0,0.03635160867078959,0.5,0.15372517456988796,0.0,0.023847087269175136,0.0,0.3212214568090553,0.9237100215650716 -427,0.5,0.15372517456988796,0.0,0.20686873904340566,0.15372517456988796,0.0,0.2537470539159573,0.15372517456988796,0.0,0.07267184481336246,0.15372517456988796,0.0,0.10897792553749673,0.15372517456988796,0.0,0.28358381908144503,0.15372517456988796,0.0,0.20061835408704393,0.15372517456988796,0.0,0.23538080677990622,0.15372517456988796,0.0,0.1198950569216812,0.5,0.15372517456988796,0.0,0.030266572153360233,0.15372517456988796,0.0,0.012789466695826984,0.5,0.15372517456988796,0.0,0.03781399636988242,0.15372517456988796,0.0,0.03176992047758571,0.15372517456988796,0.0,0.3692166576742867,0.15372517456988796,0.0,0.3119119021998642,0.15372517456988796,0.0,0.17612979201458304,0.15372517456988796,0.0,0.06298622833931368,0.15372517456988796,0.0,0.03757317122365532,0.5,0.15372517456988796,0.0,0.023914188083262983,0.0,0.41850905749459033,0.9354842807259006 -428,0.5,0.15372517456988796,0.0,0.23926429388957843,0.15372517456988796,0.0,0.3050904945182925,0.15372517456988796,0.0,0.07948990609663675,0.15372517456988796,0.0,0.11078276539437323,0.15372517456988796,0.0,0.2336193275317905,0.15372517456988796,0.0,0.1603535985796773,0.15372517456988796,0.0,0.20716631883669903,0.15372517456988796,0.0,0.09697973408156624,0.5,0.15372517456988796,0.0,0.02627225524000264,0.15372517456988796,0.0,0.013877881799912176,0.5,0.15372517456988796,0.0,0.04149319231099589,0.15372517456988796,0.0,0.0329909050007128,0.15372517456988796,0.0,0.43177566987202254,0.15372517456988796,0.0,0.31239688344137895,0.15372517456988796,0.0,0.20590859762301417,0.15372517456988796,0.0,0.0594223083783801,0.15372517456988796,0.0,0.04152745619868818,0.5,0.15372517456988796,0.0,0.024375446666705058,0.0,0.5022920791954693,0.9279183970046299 -429,0.5,0.15372517456988796,0.0,0.27008878944079323,0.15372517456988796,0.0,0.3258847467301447,0.15372517456988796,0.0,0.08119180472073256,0.15372517456988796,0.0,0.11207294327354876,0.15372517456988796,0.0,0.19157014215165213,0.15372517456988796,0.0,0.15350432299943811,0.15372517456988796,0.0,0.1812326217284315,0.15372517456988796,0.0,0.0856402558478114,0.5,0.15372517456988796,0.0,0.02155321515386395,0.15372517456988796,0.0,0.017932258231037355,0.5,0.15372517456988796,0.0,0.05052108773087193,0.15372517456988796,0.0,0.03525837722205825,0.15372517456988796,0.0,0.4633181331980098,0.15372517456988796,0.0,0.3423634521884752,0.15372517456988796,0.0,0.22888608037804353,0.15372517456988796,0.0,0.05214934486062547,0.15372517456988796,0.0,0.04254995412375008,0.5,0.15372517456988796,0.0,0.025380655463405753,0.0,0.5798853807703214,0.952193871074087 -430,0.5,0.15372517456988796,0.0,0.2980575410735387,0.15372517456988796,0.0,0.3272765044929681,0.15372517456988796,0.0,0.07218632555900584,0.15372517456988796,0.0,0.11245932678409844,0.15372517456988796,0.0,0.19788440702547858,0.15372517456988796,0.0,0.1426984397145652,0.15372517456988796,0.0,0.15916134269792462,0.15372517456988796,0.0,0.06978668458164346,0.5,0.15372517456988796,0.0,0.014693796631105885,0.15372517456988796,0.0,0.02303116927087654,0.5,0.15372517456988796,0.0,0.05084954845593894,0.15372517456988796,0.0,0.03692883432639827,0.15372517456988796,0.0,0.5183071668433578,0.15372517456988796,0.0,0.4011003564139166,0.15372517456988796,0.0,0.23398774030972147,0.15372517456988796,0.0,0.04310075250428335,0.15372517456988796,0.0,0.04155286832900033,0.5,0.15372517456988796,0.0,0.028952083709638796,0.0,0.6581451579352638,0.970292764192429 -431,0.5,0.15372517456988796,0.0,0.3179043476209691,0.15372517456988796,0.0,0.4143476007516211,0.15372517456988796,0.0,0.06371581249292925,0.15372517456988796,0.0,0.1250958079581382,0.15372517456988796,0.0,0.19734026388723322,0.15372517456988796,0.0,0.1245708709879656,0.15372517456988796,0.0,0.1311690802938366,0.15372517456988796,0.0,0.0631036305747107,0.5,0.15372517456988796,0.0,0.014945093560232521,0.15372517456988796,0.0,0.032276019378206164,0.5,0.15372517456988796,0.0,0.04904105921502441,0.15372517456988796,0.0,0.04411137479422791,0.15372517456988796,0.0,0.6047402575256409,0.15372517456988796,0.0,0.44029430581701745,0.15372517456988796,0.0,0.24289006874220256,0.15372517456988796,0.0,0.03361692134823438,0.15372517456988796,0.0,0.04338479647521981,0.5,0.15372517456988796,0.0,0.03474677414005017,0.0,0.6901478116953429,0.99171065354547 -432,0.5,0.15372517456988796,0.0,0.3640755815769942,0.15372517456988796,0.0,0.4485357619677601,0.15372517456988796,0.0,0.06341472366701875,0.15372517456988796,0.0,0.1437427745656089,0.15372517456988796,0.0,0.16799443067052608,0.15372517456988796,0.0,0.10046455297597764,0.15372517456988796,0.0,0.11485276972141008,0.15372517456988796,0.0,0.0587752365881561,0.5,0.15372517456988796,0.0,0.024572613397460256,0.15372517456988796,0.0,0.02782661351966612,0.5,0.15372517456988796,0.0,0.05255186527939002,0.15372517456988796,0.0,0.0476391188048613,0.15372517456988796,0.0,0.6604345390908565,0.15372517456988796,0.0,0.45015478657583263,0.15372517456988796,0.0,0.2529656435665962,0.15372517456988796,0.0,0.033684550801288016,0.15372517456988796,0.0,0.04720406918086268,0.5,0.15372517456988796,0.0,0.04182432254792844,0.0,0.7417912651746017,0.996316762180085 -433,0.5,0.15372517456988796,0.0,0.432827198638052,0.15372517456988796,0.0,0.4975616150737658,0.15372517456988796,0.0,0.06058650302505118,0.15372517456988796,0.0,0.1539167016307573,0.15372517456988796,0.0,0.1703857097459985,0.15372517456988796,0.0,0.08272436720896702,0.15372517456988796,0.0,0.10259079177349045,0.15372517456988796,0.0,0.03829254879099972,0.5,0.15372517456988796,0.0,0.02105356342226517,0.15372517456988796,0.0,0.045940242094117206,0.5,0.15372517456988796,0.0,0.05676283710675396,0.15372517456988796,0.0,0.042648653761385234,0.15372517456988796,0.0,0.7104630145677944,0.15372517456988796,0.0,0.4439570463404058,0.15372517456988796,0.0,0.25497997134883393,0.15372517456988796,0.0,0.03369630538631894,0.15372517456988796,0.0,0.04726892374801581,0.5,0.15372517456988796,0.0,0.0449691172122168,0.0,0.8059859965541702,0.9952507260403898 -434,0.5,0.15372517456988796,0.0,0.5228387662361962,0.15372517456988796,0.0,0.5091687981882554,0.15372517456988796,0.0,0.058136730339662546,0.15372517456988796,0.0,0.1409601901172961,0.15372517456988796,0.0,0.16402437263697073,0.15372517456988796,0.0,0.05017902262692711,0.15372517456988796,0.0,0.08494780575804622,0.15372517456988796,0.0,0.020124352671251983,0.5,0.15372517456988796,0.0,0.010072214302089284,0.15372517456988796,0.0,0.042649850704695194,0.5,0.15372517456988796,0.0,0.05963635444756376,0.15372517456988796,0.0,0.03316604351110685,0.15372517456988796,0.0,0.7355841743414457,0.15372517456988796,0.0,0.4428305546569424,0.15372517456988796,0.0,0.25075960697069377,0.15372517456988796,0.0,0.03287838849965076,0.15372517456988796,0.0,0.04529335379082844,0.5,0.15372517456988796,0.0,0.05108566573409433,0.0,0.8550450299315095,0.9969675209030623 -435,0.5,0.15372517456988796,0.0,0.5726492632506291,0.15372517456988796,0.0,0.5381344820126114,0.15372517456988796,0.0,0.057881240001593046,0.15372517456988796,0.0,0.14193100888105095,0.15372517456988796,0.0,0.1515819277736578,0.15372517456988796,0.0,0.023702133854989232,0.15372517456988796,0.0,0.07261608369733155,0.15372517456988796,0.0,0.011844671168283725,0.5,0.15372517456988796,0.0,0.01086226572796194,0.15372517456988796,0.0,0.049028410027871165,0.5,0.15372517456988796,0.0,0.05158709458055873,0.15372517456988796,0.0,0.02807928241148864,0.15372517456988796,0.0,0.770139586940611,0.15372517456988796,0.0,0.44603613925754926,0.15372517456988796,0.0,0.2714720651142779,0.15372517456988796,0.0,0.034216849791299804,0.15372517456988796,0.0,0.04379682394341025,0.5,0.15372517456988796,0.0,0.05659162532513237,0.0,0.8876479354809319,0.9999317692769193 -436,0.5,0.15372517456988796,0.0,0.6279871930185665,0.15372517456988796,0.0,0.6987722472860091,0.15372517456988796,0.0,0.05812712203724016,0.15372517456988796,0.0,0.15555068642319206,0.15372517456988796,0.0,0.1290012489955685,0.15372517456988796,0.0,0.018668303276690775,0.15372517456988796,0.0,0.04628058667373644,0.15372517456988796,0.0,0.019371686033651726,0.5,0.15372517456988796,0.0,0.019211102452785053,0.15372517456988796,0.0,0.04429326736455927,0.5,0.15372517456988796,0.0,0.0169638859075376,0.15372517456988796,0.0,0.015090775219490885,0.15372517456988796,0.0,0.7988145747411339,0.15372517456988796,0.0,0.4662308556223703,0.15372517456988796,0.0,0.32716634796895894,0.15372517456988796,0.0,0.025657031296781818,0.15372517456988796,0.0,0.03196089931460079,0.5,0.15372517456988796,0.0,0.056227356209490445,0.0,0.9308539859578909,1.0015745979449844 -437,0.5,0.15372517456988796,0.0,0.6539481891734624,0.15372517456988796,0.0,0.7470811029513358,0.15372517456988796,0.0,0.06244399121251814,0.15372517456988796,0.0,0.16693970569914848,0.15372517456988796,0.0,0.11786896473199976,0.15372517456988796,0.0,0.03061612513147475,0.15372517456988796,0.0,0.03220545399225918,0.15372517456988796,0.0,0.028101140702570783,0.5,0.15372517456988796,0.0,0.015522808603946042,0.15372517456988796,0.0,0.052909979544834104,0.5,0.15372517456988796,0.0,0.006558646268721048,0.15372517456988796,0.0,0.010431125369097675,0.15372517456988796,0.0,0.8524923634078627,0.15372517456988796,0.0,0.5012718449097713,0.15372517456988796,0.0,0.36226779663584463,0.15372517456988796,0.0,0.020578619145294862,0.15372517456988796,0.0,0.01850304074489327,0.5,0.15372517456988796,0.0,0.047810161669443275,0.0,0.9701126274235351,1.0029794657043192 -438,0.5,0.15372517456988796,0.0,0.6829448418219967,0.15372517456988796,0.0,0.6714633702316529,0.15372517456988796,0.0,0.0714626649536954,0.15372517456988796,0.0,0.1658145517510014,0.15372517456988796,0.0,0.1539491123011453,0.15372517456988796,0.0,0.03927001805934749,0.15372517456988796,0.0,0.04997539466068671,0.15372517456988796,0.0,0.02507395152217416,0.5,0.15372517456988796,0.0,0.009701032412321965,0.15372517456988796,0.0,0.01805692676657602,0.5,0.15372517456988796,0.0,0.017800927074740798,0.15372517456988796,0.0,0.010378967725312329,0.15372517456988796,0.0,0.913128826942278,0.15372517456988796,0.0,0.5435869972725731,0.15372517456988796,0.0,0.3197170444255863,0.15372517456988796,0.0,0.02867791215414566,0.15372517456988796,0.0,0.014754190806633096,0.5,0.15372517456988796,0.0,0.03119945112907037,0.0,0.991738918550065,1.003398535895375 -439,0.5,0.15372517456988796,0.0,0.677244064916661,0.15372517456988796,0.0,0.5923260275985407,0.15372517456988796,0.0,0.06718936309526534,0.15372517456988796,0.0,0.16080710211732024,0.15372517456988796,0.0,0.25245314228927285,0.15372517456988796,0.0,0.0457045347329982,0.15372517456988796,0.0,0.06870453566628532,0.15372517456988796,0.0,0.024114248433652702,0.5,0.15372517456988796,0.0,0.006444867724066464,0.15372517456988796,0.0,0.01290786989796672,0.5,0.15372517456988796,0.0,0.019418638292541847,0.15372517456988796,0.0,0.009221718937123556,0.15372517456988796,0.0,0.8906286398480627,0.15372517456988796,0.0,0.6126046745415259,0.15372517456988796,0.0,0.3121780729062858,0.15372517456988796,0.0,0.0388166319732166,0.15372517456988796,0.0,0.016590965915921362,0.5,0.15372517456988796,0.0,0.015014601103668599,0.0,1.0047130167304026,1.003521261567872 -440,0.5,0.15372517456988796,0.0,0.6557271814336635,0.15372517456988796,0.0,0.6254810866898036,0.15372517456988796,0.0,0.06281805070548548,0.15372517456988796,0.0,0.1474372184215339,0.15372517456988796,0.0,0.35705793181968637,0.15372517456988796,0.0,0.0556375172498421,0.15372517456988796,0.0,0.09097744371449418,0.15372517456988796,0.0,0.02380531664047892,0.5,0.15372517456988796,0.0,0.004821540291934377,0.15372517456988796,0.0,0.007480171667127807,0.5,0.15372517456988796,0.0,0.009775372975497515,0.15372517456988796,0.0,0.006231461109706376,0.15372517456988796,0.0,0.8845498644331087,0.15372517456988796,0.0,0.6827644270731347,0.15372517456988796,0.0,0.3593195740871109,0.15372517456988796,0.0,0.041817359889124425,0.15372517456988796,0.0,0.01465390594748415,0.5,0.15372517456988796,0.0,0.0105172991955376,0.0,1.0056721777841282,1.0066844686547851 -441,0.5,0.15372517456988796,0.00012855850317179977,0.6398070575405014,0.15372517456988796,0.0,0.7740650216936266,0.15372517456988796,0.0013226863461240277,0.0735041562869924,0.15372517456988796,0.0014347974850128207,0.12705268123793512,0.15372517456988796,0.0,0.46759031751286345,0.15372517456988796,0.0,0.06024465152337694,0.15372517456988796,0.0,0.11562698202442938,0.15372517456988796,0.0,0.022450512493871085,0.5,0.15372517456988796,0.0002107889036406326,0.0048336184773436035,0.15372517456988796,0.006919407245896506,0.011775411079774357,0.5,0.15372517456988796,0.0026757737082998352,0.004960441505472462,0.15372517456988796,0.0045778964987738795,0.004842772536144441,0.15372517456988796,0.0,0.9299489489601144,0.15372517456988796,0.0,0.7191133032417117,0.15372517456988796,8.488422145030308e-07,0.403914523415239,0.15372517456988796,0.00034505731311521053,0.04505156170864764,0.15372517456988796,0.004833190687051782,0.013383814841530527,0.5,0.15372517456988796,0.015443024165757026,0.008746300099047883,0.0,1.0032395705898332,1.0076641908129795 -442,0.5,0.15372517456988796,0.0036586482785926663,0.6221096871377128,0.15372517456988796,0.0019511950131019004,0.8609784250414548,0.15372517456988796,0.03310294476176412,0.09313965660632124,0.15372517456988796,0.019321974543079858,0.10877460692517876,0.15372517456988796,0.013833736645997938,0.5202410741387188,0.15372517456988796,0.04774995921913724,0.06763360806470348,0.15372517456988796,0.045984194421693936,0.1372340865124909,0.15372517456988796,0.04422714375346072,0.0221836282215802,0.5,0.15372517456988796,0.039741421699795935,0.00508164056262371,0.15372517456988796,0.13238345229631626,0.0026811010876382187,0.5,0.15372517456988796,0.0997995423064224,0.001149621348993067,0.15372517456988796,0.12054650199084799,0.0024529187638307635,0.15372517456988796,0.0027016275429228155,0.9677712279507673,0.15372517456988796,0.004076193561556871,0.7228394596915135,0.15372517456988796,0.008271030935174499,0.45022960546311885,0.15372517456988796,0.06058207976264775,0.04241662131375905,0.15372517456988796,0.11992537175878425,0.012393815290493488,0.5,0.15372517456988796,0.16022045519277373,0.00810355649925419,0.0,1.0037945173577068,1.0078920965022553 -443,0.5,0.15372517456988796,0.01111799993022768,0.5891032931883676,0.15372517456988796,0.008198515054478292,0.8527505480972852,0.15372517456988796,0.07094350806312308,0.10862367865757555,0.15372517456988796,0.043942844693847294,0.11209334986104172,0.15372517456988796,0.05078488750311266,0.6224944642229677,0.15372517456988796,0.1634556610961466,0.09123785572286254,0.15372517456988796,0.12758324562252568,0.15725798404216568,0.15372517456988796,0.11055614800469557,0.02029412362492017,0.5,0.15372517456988796,0.11523955969487586,0.004232337912374923,0.15372517456988796,0.26142385963033427,0.00043362199692677825,0.5,0.15372517456988796,0.22938389965735434,0.000793215183388838,0.15372517456988796,0.2608714683026814,0.0009267143026904801,0.15372517456988796,0.009164645297892068,0.9670550687169017,0.15372517456988796,0.014313885025582491,0.7148025875515097,0.15372517456988796,0.024892103345446868,0.44194153783544265,0.15372517456988796,0.13551954638637362,0.03393226404860433,0.15372517456988796,0.25967879291204476,0.009854544261108357,0.5,0.15372517456988796,0.3076482316285859,0.005599962476396606,0.0,1.0069131702909764,1.008167976950644 -444,0.5,0.15372517456988796,0.018699647066935367,0.5641825907521406,0.15372517456988796,0.018480534723903316,0.7921264785252009,0.15372517456988796,0.10072939975462372,0.09937096203284067,0.15372517456988796,0.06530733095457068,0.12519074556037407,0.15372517456988796,0.08289603637351196,0.6647803101862616,0.15372517456988796,0.2839129349655848,0.1076140137182284,0.15372517456988796,0.17535394469086737,0.17549789569761798,0.15372517456988796,0.14583834781336263,0.01795659931653583,0.5,0.15372517456988796,0.1731878308966206,0.004784586370035963,0.15372517456988796,0.3565527232822187,0.00044245636313712576,0.5,0.15372517456988796,0.3321085627762684,0.0008789987445533044,0.15372517456988796,0.3581007729238394,0.0005979796875897488,0.15372517456988796,0.017053024363874292,0.9513078862399167,0.15372517456988796,0.024749945718831518,0.7368228480692822,0.15372517456988796,0.03954750802447576,0.40154187899604565,0.15372517456988796,0.2006192637537572,0.04847622249502494,0.15372517456988796,0.3602235069522188,0.006998053402184319,0.5,0.15372517456988796,0.4080651004855508,0.0036911544155959815,0.0,1.0075471312029158,1.0090804907773114 -445,0.5,0.15372517456988796,0.022972765043598447,0.5401721528464576,0.15372517456988796,0.02470106923063145,0.6863266435445181,0.15372517456988796,0.12101344647972223,0.10113912981410847,0.15372517456988796,0.07782945013995181,0.13125339788328386,0.15372517456988796,0.09629925511622764,0.6918653856768752,0.15372517456988796,0.34412871392378436,0.11106076804960542,0.15372517456988796,0.18494600703391167,0.16745168287648224,0.15372517456988796,0.21418866117229152,0.02057257391985855,0.5,0.15372517456988796,0.18672675405507452,0.006078112399319425,0.15372517456988796,0.38683503155134624,0.0004788765247479921,0.5,0.15372517456988796,0.3755671737889072,0.0012775521614328054,0.15372517456988796,0.3805570037102495,0.000881612636430097,0.15372517456988796,0.022081209474379023,0.9268051890569474,0.15372517456988796,0.03395443998729256,0.7286811025870228,0.15372517456988796,0.047091400444046694,0.3614689477261362,0.15372517456988796,0.22605699008954805,0.04618957166835736,0.15372517456988796,0.410404665918337,0.004811103981233773,0.5,0.15372517456988796,0.4432011808938632,0.00438377211632918,0.0,1.0077674089690287,1.009297595290821 -446,0.5,0.15372517456988796,0.021632086745255664,0.5058668976964507,0.15372517456988796,0.01974077013269191,0.6030460097843515,0.15372517456988796,0.1137095540827938,0.08375418643998338,0.15372517456988796,0.0737453109081023,0.13123550043482918,0.15372517456988796,0.10875832962060533,0.7055546857618111,0.15372517456988796,0.301411521482183,0.09517404781545885,0.15372517456988796,0.17846171196836652,0.1696170515144415,0.15372517456988796,0.2035837341713718,0.023181137316398967,0.5,0.15372517456988796,0.17916377771573708,0.007330929023805425,0.15372517456988796,0.3345319406583308,0.000656780955897852,0.5,0.15372517456988796,0.36629546430124543,0.0022094682852826482,0.15372517456988796,0.34151244507494416,0.0018510327565170034,0.15372517456988796,0.017426686662157673,0.9110164621902682,0.15372517456988796,0.03555103961704254,0.7312962208329699,0.15372517456988796,0.04351198244802442,0.34490876598085235,0.15372517456988796,0.23151587706659676,0.03763668624775095,0.15372517456988796,0.4045404718759238,0.0038559767517963354,0.5,0.15372517456988796,0.3982437558411728,0.005614172335161341,0.0,1.0076103999928296,1.0091910258631474 -447,0.5,0.15372517456988796,0.013208857655408222,0.4647670595970012,0.15372517456988796,0.010044430755775149,0.5814502016631589,0.15372517456988796,0.08343080244433232,0.07012362193332813,0.15372517456988796,0.044870918977291695,0.11864621083751498,0.15372517456988796,0.0688299528438408,0.6140318396189152,0.15372517456988796,0.19078338767510022,0.06904383807078676,0.15372517456988796,0.11634924244950252,0.12968056303237965,0.15372517456988796,0.1425202263921662,0.020201374300302746,0.5,0.15372517456988796,0.13494816889112854,0.005770142878664147,0.15372517456988796,0.23085231892574862,0.0018609848943531271,0.5,0.15372517456988796,0.2895136081991776,0.0012612724636622838,0.15372517456988796,0.24956297411617134,0.0032580649811466893,0.15372517456988796,0.0075446408870459575,0.8980329360833073,0.15372517456988796,0.026687792369185035,0.7137943577811191,0.15372517456988796,0.029681545603649658,0.32556217180486063,0.15372517456988796,0.2040567965648951,0.04260634207606387,0.15372517456988796,0.3268969378075913,0.0022981831033821723,0.5,0.15372517456988796,0.2809022120872192,0.006997819324116021,0.0,1.0061452693102646,1.008697036248861 -448,0.5,0.15372517456988796,0.002741117752766127,0.42570405462223926,0.15372517456988796,0.0036331069879237923,0.5923749593822684,0.15372517456988796,0.03236536806094895,0.0590993285394502,0.15372517456988796,0.012671594934129778,0.10577205125030163,0.15372517456988796,0.018304887121022108,0.48805031563789353,0.15372517456988796,0.06711584138049656,0.04613345914908763,0.15372517456988796,0.09628053245317214,0.09404049694668401,0.15372517456988796,0.05559142992628306,0.01802785168778459,0.5,0.15372517456988796,0.06283289904582454,0.005696957626885896,0.15372517456988796,0.10257001789941195,0.003432318732844931,0.5,0.15372517456988796,0.13739055226345787,0.002054224416263531,0.15372517456988796,0.12650767559871218,0.004635663035463545,0.15372517456988796,0.0019342358466023042,0.884950282482294,0.15372517456988796,0.008806907142198046,0.6739014612765744,0.15372517456988796,0.010923976703373056,0.3044813088128129,0.15372517456988796,0.10647776088368392,0.035481087105483214,0.15372517456988796,0.13019148619101395,0.003159745794203763,0.5,0.15372517456988796,0.10624654832591268,0.008022273032974451,0.0,1.0040217775276266,1.0080249798984273 -449,0.5,0.15372517456988796,0.0,0.3947882757411761,0.15372517456988796,0.0,0.5817135970916166,0.15372517456988796,0.0,0.05516356766501941,0.15372517456988796,0.0,0.10032668148191777,0.15372517456988796,0.0002658210979990025,0.4005953660535096,0.15372517456988796,0.0,0.046290213326401444,0.15372517456988796,0.0,0.07925057022940528,0.15372517456988796,0.0,0.021623409739590642,0.5,0.15372517456988796,0.0,0.007141954527940927,0.15372517456988796,0.0,0.003324653604832318,0.5,0.15372517456988796,0.0,0.003590126703365842,0.15372517456988796,0.0,0.006028227399304297,0.15372517456988796,0.0,0.8756365420837875,0.15372517456988796,5.5181959538108074e-05,0.6140700688878535,0.15372517456988796,0.0,0.2740856687970567,0.15372517456988796,0.0,0.026547034616435324,0.15372517456988796,0.0,0.0050913855789576044,0.5,0.15372517456988796,0.0,0.007428272248480212,0.0,1.0027946332091406,1.0069639565641582 -450,0.5,0.15372517456988796,0.0,0.3824897974227267,0.15372517456988796,0.0,0.5624017772711905,0.15372517456988796,0.0,0.05737635280724038,0.15372517456988796,0.0,0.10523266742881034,0.15372517456988796,0.0,0.3738231208014826,0.15372517456988796,0.0,0.04875005024926199,0.15372517456988796,0.0,0.07042890725634468,0.15372517456988796,0.0,0.021724422261748845,0.5,0.15372517456988796,0.0,0.00887703684446041,0.15372517456988796,0.0,0.0027514033635679704,0.5,0.15372517456988796,0.0,0.004046470936411456,0.15372517456988796,0.0,0.0059953443496723515,0.15372517456988796,0.0,0.8628944878203343,0.15372517456988796,0.0,0.5620004486071527,0.15372517456988796,0.0,0.24439357628252095,0.15372517456988796,0.0,0.024105761323756383,0.15372517456988796,0.0,0.006115642863305162,0.5,0.15372517456988796,0.0,0.007547831357273744,0.0,1.0016403133252294,1.0063490868530645 -451,0.5,0.15372517456988796,0.0,0.36916710261126356,0.15372517456988796,0.0,0.5278782851370547,0.15372517456988796,0.0,0.062014750158691526,0.15372517456988796,0.0,0.10491658070893436,0.15372517456988796,0.0,0.3265583425733074,0.15372517456988796,0.0,0.04227460170510586,0.15372517456988796,0.0,0.06271414836722876,0.15372517456988796,0.0,0.019601415829861874,0.5,0.15372517456988796,0.0,0.009478191028183484,0.15372517456988796,0.0,0.0024701478060407175,0.5,0.15372517456988796,0.0,0.0035078940436001718,0.15372517456988796,0.0,0.006462815262611668,0.15372517456988796,0.0,0.8336884925472393,0.15372517456988796,0.0,0.5254732693721406,0.15372517456988796,0.0,0.22103675824432548,0.15372517456988796,0.0,0.023649665104664416,0.15372517456988796,0.0,0.008054859462662187,0.5,0.15372517456988796,0.0,0.00883079411491054,0.0,1.000159072118497,1.0051391848116524 -452,0.5,0.15372517456988796,0.0,0.35660112990544296,0.15372517456988796,0.0,0.442116335802996,0.15372517456988796,0.0,0.06346121437702312,0.15372517456988796,0.0,0.09957017536672894,0.15372517456988796,0.0,0.27012496460118324,0.15372517456988796,0.0,0.037267846095635514,0.15372517456988796,0.0,0.05906017783478519,0.15372517456988796,0.0,0.01833523665074476,0.5,0.15372517456988796,0.0,0.00943951057186206,0.15372517456988796,0.0,0.0017254382619043278,0.5,0.15372517456988796,0.0,0.0030158359432412444,0.15372517456988796,0.0,0.006516819530967275,0.15372517456988796,0.0,0.7888785328848358,0.15372517456988796,0.0,0.4867364841079981,0.15372517456988796,0.0,0.2075679802681262,0.15372517456988796,0.0,0.02189273629668638,0.15372517456988796,0.0,0.010006891814678624,0.5,0.15372517456988796,0.0,0.009561193974530176,0.0,0.998163791145915,1.003052526976568 -453,0.5,0.15372517456988796,0.0,0.35084174010390307,0.15372517456988796,0.0,0.40370577228392696,0.15372517456988796,0.0,0.062264595234211684,0.15372517456988796,0.0,0.10063325157650724,0.15372517456988796,0.0,0.2385285347826469,0.15372517456988796,0.0,0.03738079393269121,0.15372517456988796,0.0,0.05584172812816363,0.15372517456988796,0.0,0.014221913301371084,0.5,0.15372517456988796,0.0,0.008652895626904373,0.15372517456988796,0.0,0.0011816294299234781,0.5,0.15372517456988796,0.0,0.004583914623112063,0.15372517456988796,0.0,0.006720424042506169,0.15372517456988796,0.0,0.7495385615188066,0.15372517456988796,0.0,0.4538299926956763,0.15372517456988796,0.0,0.19210993454806788,0.15372517456988796,0.0,0.02027562979772604,0.15372517456988796,0.0,0.009821828169721948,0.5,0.15372517456988796,0.0,0.00875917465630392,0.0,0.9964441724269798,1.000060117584802 -454,0.5,0.15372517456988796,0.0,0.3444808044751992,0.15372517456988796,0.0,0.4041821391202397,0.15372517456988796,0.0,0.05772060936140169,0.15372517456988796,0.0,0.10255103978506214,0.15372517456988796,0.0,0.21855153386886117,0.15372517456988796,0.0,0.0376117254862348,0.15372517456988796,0.0,0.049511105931353286,0.15372517456988796,0.0,0.01055531456849633,0.5,0.15372517456988796,0.0,0.009303939908485742,0.15372517456988796,0.0,0.0008145056418354539,0.5,0.15372517456988796,0.0,0.005547564703927511,0.15372517456988796,0.0,0.005942261290473091,0.15372517456988796,0.0,0.7302376693874386,0.15372517456988796,0.0,0.4258762050808843,0.15372517456988796,0.0,0.1783210632741473,0.15372517456988796,0.0,0.016253989071459862,0.15372517456988796,0.0,0.009174235303560275,0.5,0.15372517456988796,0.0,0.007039236435967723,0.0,0.9952356828828518,0.9954395751730154 -455,0.5,0.15372517456988796,0.0,0.3389381529666851,0.15372517456988796,0.0,0.35310412351684434,0.15372517456988796,0.0,0.05504386644999181,0.15372517456988796,0.0,0.103503176664878,0.15372517456988796,0.0,0.2082190367623612,0.15372517456988796,0.0,0.04109281429133452,0.15372517456988796,0.0,0.04234200921176933,0.15372517456988796,0.0,0.009652196499404077,0.5,0.15372517456988796,0.0,0.009686859405446334,0.15372517456988796,0.0,0.0008235338725909038,0.5,0.15372517456988796,0.0,0.00484050891280994,0.15372517456988796,0.0,0.0051014071114232045,0.15372517456988796,0.0,0.6802599084863252,0.15372517456988796,0.0,0.3992953473726156,0.15372517456988796,0.0,0.16693602360131,0.15372517456988796,0.0,0.011934084703338607,0.15372517456988796,0.0,0.0079819391624957,0.5,0.15372517456988796,0.0,0.004913163150061633,0.0,0.9939572711528716,0.9914169698411339 -456,0.5,0.15372517456988796,0.0,0.3262116357006002,0.15372517456988796,0.0,0.2993533727815144,0.15372517456988796,0.0,0.05492375050944563,0.15372517456988796,0.0,0.10182348698751492,0.15372517456988796,0.0,0.20851959808815101,0.15372517456988796,0.0,0.04822359722393729,0.15372517456988796,0.0,0.03930373731047813,0.15372517456988796,0.0,0.008707345184654259,0.5,0.15372517456988796,0.0,0.009621494962450145,0.15372517456988796,0.0,0.001003971801091252,0.5,0.15372517456988796,0.0,0.005384683852079149,0.15372517456988796,0.0,0.0045006166131804515,0.15372517456988796,0.0,0.6167148876522376,0.15372517456988796,0.0,0.373424351564003,0.15372517456988796,0.0,0.1535702514456731,0.15372517456988796,0.0,0.010437375353463377,0.15372517456988796,0.0,0.006917486099198885,0.5,0.15372517456988796,0.0,0.004375840484220133,0.0,0.993192729052208,0.9869418731928677 -457,0.5,0.15372517456988796,0.0,0.29905982556919664,0.15372517456988796,0.0,0.26342659062882123,0.15372517456988796,0.0,0.05564222157742239,0.15372517456988796,0.0,0.09323685881058956,0.15372517456988796,0.0,0.21016475593194492,0.15372517456988796,0.0,0.04904981110374333,0.15372517456988796,0.0,0.040197515248238135,0.15372517456988796,0.0,0.007979071961102957,0.5,0.15372517456988796,0.0,0.009977479553593514,0.15372517456988796,0.0,0.0009210172916644793,0.5,0.15372517456988796,0.0,0.007559487327469012,0.15372517456988796,0.0,0.0031643742933260845,0.15372517456988796,0.0,0.6139280982102759,0.15372517456988796,0.0,0.35903399386687485,0.15372517456988796,0.0,0.14125413988416827,0.15372517456988796,0.0,0.012009161543617924,0.15372517456988796,0.0,0.007506919556699453,0.5,0.15372517456988796,0.0,0.005291524990026984,0.0,0.9911089150873957,0.9785739896866735 -458,0.5,0.15372517456988796,0.0,0.26979873363026813,0.15372517456988796,0.0,0.2406611333878521,0.15372517456988796,0.0,0.05424969888013862,0.15372517456988796,0.0,0.08130144152199725,0.15372517456988796,0.0,0.1919555803666544,0.15372517456988796,0.0,0.045280222332793885,0.15372517456988796,0.0,0.03837439123729446,0.15372517456988796,0.0,0.007669072881275404,0.5,0.15372517456988796,0.0,0.009776725730526454,0.15372517456988796,0.0,0.0008109220850288773,0.5,0.15372517456988796,0.0,0.009449235779632812,0.15372517456988796,0.0,0.0022209841574029093,0.15372517456988796,0.0,0.6082176845106538,0.15372517456988796,0.0,0.34538755483369066,0.15372517456988796,0.0,0.1355706827762246,0.15372517456988796,0.0,0.014197518121005259,0.15372517456988796,0.0,0.009770339577299086,0.5,0.15372517456988796,0.0,0.006335898521656795,0.0,0.9856557875857286,0.9647660663550515 -459,0.5,0.15372517456988796,0.0,0.23717704055540348,0.15372517456988796,0.0,0.22245136038895405,0.15372517456988796,0.0,0.0491393744428387,0.15372517456988796,0.0,0.06714506089836128,0.15372517456988796,0.0,0.15944890021278152,0.15372517456988796,0.0,0.04270091908720995,0.15372517456988796,0.0,0.03507555615268726,0.15372517456988796,0.0,0.005571162578268486,0.5,0.15372517456988796,0.0,0.007248737063689659,0.15372517456988796,0.0,0.00041644124688996266,0.5,0.15372517456988796,0.0,0.009552176302865556,0.15372517456988796,0.0,0.0019220433985452524,0.15372517456988796,0.0,0.5822952589609434,0.15372517456988796,0.0,0.3151910051206753,0.15372517456988796,0.0,0.13275926445057584,0.15372517456988796,0.0,0.015754615436813703,0.15372517456988796,0.0,0.012104426317945997,0.5,0.15372517456988796,0.0,0.005836341793009033,0.0,0.9732375895073597,0.9339437647468635 -460,0.5,0.15372517456988796,0.0,0.21495975361136557,0.15372517456988796,0.0,0.1984728331608848,0.15372517456988796,0.0,0.04328501402458168,0.15372517456988796,0.0,0.05935960943844655,0.15372517456988796,0.0,0.13230657471076107,0.15372517456988796,0.0,0.041614113074908435,0.15372517456988796,0.0,0.03427217371221498,0.15372517456988796,0.0,0.003581789508218496,0.5,0.15372517456988796,0.0,0.003574415961202825,0.15372517456988796,0.0,0.0004724795034580163,0.5,0.15372517456988796,0.0,0.005689098177367028,0.15372517456988796,0.0,0.003981128580500124,0.15372517456988796,0.0,0.5567316086959277,0.15372517456988796,0.0,0.27497444037171676,0.15372517456988796,0.0,0.12522454773601363,0.15372517456988796,0.0,0.017083653394307317,0.15372517456988796,0.0,0.011198401693318018,0.5,0.15372517456988796,0.0,0.004175369092117554,0.0,0.9569106368305367,0.8952697844014441 -461,0.5,0.15372517456988796,0.0,0.20418986903411826,0.15372517456988796,0.0,0.1811990186007195,0.15372517456988796,0.0,0.04317600540658349,0.15372517456988796,0.0,0.058575875588970275,0.15372517456988796,0.0,0.11869991441572775,0.15372517456988796,0.0,0.035623921466963526,0.15372517456988796,0.0,0.031756487450881665,0.15372517456988796,0.0,0.0019164073333266807,0.5,0.15372517456988796,0.0,0.002786658000092393,0.15372517456988796,0.0,0.000777413767409723,0.5,0.15372517456988796,0.0,0.0016244492879488152,0.15372517456988796,0.0,0.001308656048059341,0.15372517456988796,0.0,0.5147116168047297,0.15372517456988796,0.0,0.23779091411987452,0.15372517456988796,0.0,0.11282014345153019,0.15372517456988796,0.0,0.013374139345563321,0.15372517456988796,0.0,0.006848928215431696,0.5,0.15372517456988796,0.0,0.0015316931234085939,0.0,0.9416946124541536,0.8472245255190199 -462,0.5,0.15372517456988796,0.0,0.20074594601454882,0.15372517456988796,0.0,0.16006113205405967,0.15372517456988796,0.0,0.04639584904043585,0.15372517456988796,0.0,0.061356876954802686,0.15372517456988796,0.0,0.10368772840348064,0.15372517456988796,0.0,0.030139972328247493,0.15372517456988796,0.0,0.02367228993663741,0.15372517456988796,0.0,0.0010167956792485994,0.5,0.15372517456988796,0.0,0.0037784873991308474,0.15372517456988796,0.0,0.0006835385054282685,0.5,0.15372517456988796,0.0,0.002653602899467221,0.15372517456988796,0.0,0.001034605750707179,0.15372517456988796,0.0,0.4596831954734999,0.15372517456988796,0.0,0.2051292072993089,0.15372517456988796,0.0,0.10126323623978827,0.15372517456988796,0.0,0.0075330451250192965,0.15372517456988796,0.0,0.0046404822170422015,0.5,0.15372517456988796,0.0,0.0006297237392821118,0.0,0.9344324947305264,0.7994640478887891 -463,0.5,0.15372517456988796,0.0,0.20344088033090316,0.15372517456988796,0.0,0.13647243233500472,0.15372517456988796,0.0,0.04926692439491508,0.15372517456988796,0.0,0.06488033679099439,0.15372517456988796,0.0,0.08473700366388943,0.15372517456988796,0.0,0.029026414327938666,0.15372517456988796,0.0,0.014693240415078725,0.15372517456988796,0.0,0.0010166045398666734,0.5,0.15372517456988796,0.0,0.003029513250592035,0.15372517456988796,0.0,0.003786384880046528,0.5,0.15372517456988796,0.0,0.0011531478013123908,0.15372517456988796,0.0,0.0012220016925035492,0.15372517456988796,0.0,0.4000761632877556,0.15372517456988796,0.0,0.18293324054394672,0.15372517456988796,0.0,0.09504291705757649,0.15372517456988796,0.0,0.004043360738285161,0.15372517456988796,0.0,0.0026725459184577392,0.5,0.15372517456988796,0.0,0.00035442989038628815,0.0,0.9300597156436577,0.7576928600884619 -464,0.5,0.15372517456988796,0.0,0.20643481039060593,0.15372517456988796,0.0,0.1223113523982774,0.15372517456988796,0.0,0.04704320585689846,0.15372517456988796,0.0,0.0662395788164713,0.15372517456988796,0.0,0.06934594910797291,0.15372517456988796,0.0,0.029564599614247546,0.15372517456988796,0.0,0.010896483202745045,0.15372517456988796,0.0,0.0006267306904287793,0.5,0.15372517456988796,0.0,0.0017981153769550276,0.15372517456988796,0.0,0.0077009720830445594,0.5,0.15372517456988796,0.0,0.0006946596186430371,0.15372517456988796,0.0,0.003019714616217299,0.15372517456988796,0.0,0.35599159837638655,0.15372517456988796,0.0,0.1670000045180518,0.15372517456988796,0.0,0.0870750276254745,0.15372517456988796,0.0,0.0031835675910178675,0.15372517456988796,0.0,0.0020828949516700185,0.5,0.15372517456988796,0.0,0.0013604973732505568,0.0,0.9303680677932358,0.7060037663469337 -465,0.5,0.15372517456988796,9.518149154246593e-05,0.2071659632583796,0.15372517456988796,0.0,0.11475289468476454,0.15372517456988796,0.00030036579160995004,0.0384751262327781,0.15372517456988796,0.0002480637329228382,0.06591245017081923,0.15372517456988796,0.0,0.07106063888817844,0.15372517456988796,0.0,0.029393396425975604,0.15372517456988796,0.0,0.011745379244017357,0.15372517456988796,0.0,0.0023132455310936237,0.5,0.15372517456988796,0.00017086143686545867,0.0012939283462027433,0.15372517456988796,0.0024304071187965237,0.008654334793190928,0.5,0.15372517456988796,0.0015486688877879619,0.00039069299965303363,0.15372517456988796,0.0018719428379032049,0.0026857576504043866,0.15372517456988796,0.0,0.33095812027399624,0.15372517456988796,0.0,0.15051638610062987,0.15372517456988796,1.7578421872291016e-06,0.07377707437992748,0.15372517456988796,0.00010942776345486665,0.0033590810976426425,0.15372517456988796,0.001732455678910554,0.0017634149510678458,0.5,0.15372517456988796,0.010578937943617675,0.0037861016888944858,0.0,0.9361563391939276,0.6455861560049183 -466,0.5,0.15372517456988796,0.0028592935576767942,0.20225067636208774,0.15372517456988796,0.0052670963359437994,0.1091355774887186,0.15372517456988796,0.004463928971897022,0.02977635776827222,0.15372517456988796,0.0018981707580597946,0.05527824761588178,0.15372517456988796,0.0054000628940709065,0.09042891864503935,0.15372517456988796,0.04958603669607188,0.03270638305882885,0.15372517456988796,0.030951387194623176,0.013845343306234983,0.15372517456988796,0.0566261519490881,0.006028255463462406,0.5,0.15372517456988796,0.03284996888258022,0.0018472449980843223,0.15372517456988796,0.03274610459113185,0.011982884516945267,0.5,0.15372517456988796,0.04055151317496965,0.00040544668021860134,0.15372517456988796,0.03931828313688045,0.003209872773529215,0.15372517456988796,0.002436443126310098,0.3141908264223614,0.15372517456988796,0.0027269788616903746,0.1398728297857527,0.15372517456988796,0.004057811512345329,0.061669066360140544,0.15372517456988796,0.011119666420421318,0.00396952839867031,0.15372517456988796,0.023508597006167642,0.001313628445527374,0.5,0.15372517456988796,0.09291086706141534,0.004979072243599737,0.0,0.936854478881076,0.585852135598215 -467,0.5,0.15372517456988796,0.00866338922601909,0.19307084861887874,0.15372517456988796,0.015676300240432685,0.09159119782141747,0.15372517456988796,0.009919869174607543,0.02921448601890099,0.15372517456988796,0.004515445157156628,0.043331288605743666,0.15372517456988796,0.01786795710122141,0.10533134619957062,0.15372517456988796,0.14048010608540293,0.0470289597199976,0.15372517456988796,0.07104885596596244,0.017667698948708264,0.15372517456988796,0.1601536955628892,0.006010837830742428,0.5,0.15372517456988796,0.08076159786641963,0.0020883050844793982,0.15372517456988796,0.09075512789561262,0.023200681867555514,0.5,0.15372517456988796,0.08554109118757501,0.0007215299053982996,0.15372517456988796,0.08989556140041281,0.006012597860376487,0.15372517456988796,0.009443475703591976,0.29408981536969403,0.15372517456988796,0.010674619024974916,0.134111983663262,0.15372517456988796,0.01199385401131853,0.051063252589829494,0.15372517456988796,0.02828517919730089,0.004774502904983735,0.15372517456988796,0.052593201045697764,0.001576296703051936,0.5,0.15372517456988796,0.18143334871510763,0.005685334622903,0.0,0.9305176335211558,0.5533366042395224 -468,0.5,0.15372517456988796,0.011375318821620729,0.18717237303335993,0.15372517456988796,0.02300308216952307,0.09624135753612788,0.15372517456988796,0.013448855214291731,0.03683408424837525,0.15372517456988796,0.00742570364531573,0.03082129045454709,0.15372517456988796,0.026524899388011836,0.10341930014568373,0.15372517456988796,0.19435688428964687,0.06951183483764266,0.15372517456988796,0.08960757838178175,0.031153670212822407,0.15372517456988796,0.262983208226905,0.010516790358995637,0.5,0.15372517456988796,0.1182104129748793,0.0017097742513226945,0.15372517456988796,0.15955196202435035,0.059722107825318796,0.5,0.15372517456988796,0.11622098116467675,0.001075295498256877,0.15372517456988796,0.14103642102190633,0.017856940295583455,0.15372517456988796,0.01695189525157257,0.26925830148347946,0.15372517456988796,0.021906486504411786,0.13159995125756552,0.15372517456988796,0.02079665492276786,0.05004839131367204,0.15372517456988796,0.03947265387358158,0.00666973550086158,0.15372517456988796,0.07663723832629116,0.0032005404406789412,0.5,0.15372517456988796,0.21624717676754035,0.014652269936601596,0.0,0.9257119354011905,0.5437597640944655 -469,0.5,0.15372517456988796,0.00932873530329064,0.1817244389196702,0.15372517456988796,0.03004885038971718,0.10447411283979227,0.15372517456988796,0.014733662935384865,0.04409136893054631,0.15372517456988796,0.009163575993796027,0.026905677818011387,0.15372517456988796,0.030614321620857303,0.08086825126416276,0.15372517456988796,0.20163427032781886,0.07573533981849495,0.15372517456988796,0.10070039138937657,0.033028139161474734,0.15372517456988796,0.32726686905889135,0.021178264720376743,0.5,0.15372517456988796,0.14622743475433395,0.002441639184451791,0.15372517456988796,0.21996523513085042,0.12939773382727468,0.5,0.15372517456988796,0.1465292771111403,0.003471741010731217,0.15372517456988796,0.1407376324111184,0.034942571366931775,0.15372517456988796,0.021204534124370594,0.2529784967331179,0.15372517456988796,0.030742032042089563,0.11194130123554569,0.15372517456988796,0.02894828889537821,0.04733506548091983,0.15372517456988796,0.044424364579831115,0.008837523603998206,0.15372517456988796,0.07983316738715969,0.004341829602230812,0.5,0.15372517456988796,0.17496330394488677,0.018493648302815906,0.0,0.9210983585003195,0.5041321624242939 -470,0.5,0.15372517456988796,0.005570949878114582,0.18640791436731324,0.15372517456988796,0.030944612244034497,0.10348352823730206,0.15372517456988796,0.013257097001915352,0.04363313841182971,0.15372517456988796,0.007676650409360511,0.02558597448713361,0.15372517456988796,0.032449573150608146,0.06639653330330028,0.15372517456988796,0.16037316002883928,0.06711678650183338,0.15372517456988796,0.07961159814997094,0.02907168524195895,0.15372517456988796,0.31228781464459177,0.030694205763918896,0.5,0.15372517456988796,0.17750542730966515,0.004943384011390535,0.15372517456988796,0.185695667728584,0.18137149754092494,0.5,0.15372517456988796,0.15320451472103094,0.007017366452598679,0.15372517456988796,0.10168773308606849,0.05086866515340993,0.15372517456988796,0.020315898439730726,0.2510472862002629,0.15372517456988796,0.03702194595897032,0.09749078483284071,0.15372517456988796,0.03249918002754946,0.046326453506025135,0.15372517456988796,0.04289785132130526,0.009868583881332757,0.15372517456988796,0.06638025633650711,0.005372288537495825,0.5,0.15372517456988796,0.11867690606867869,0.01964003268356026,0.0,0.9149904712827841,0.40803469570061435 -471,0.5,0.15372517456988796,0.002504294113569312,0.19732399695835326,0.15372517456988796,0.023984595180352966,0.1183199062022051,0.15372517456988796,0.0085372758446645,0.03892944120997676,0.15372517456988796,0.004408161149235183,0.02413306842133289,0.15372517456988796,0.027272643451859178,0.057132510500166926,0.15372517456988796,0.09650484809038154,0.05723496051530589,0.15372517456988796,0.049228978237075074,0.02774308604813504,0.15372517456988796,0.2327430543646593,0.03431171545864388,0.5,0.15372517456988796,0.14625018069386425,0.0066357394208561874,0.15372517456988796,0.09642339412321076,0.16261988838151906,0.5,0.15372517456988796,0.10374781894645055,0.008936234821733256,0.15372517456988796,0.04640974692522447,0.04770267257157573,0.15372517456988796,0.013553036657620242,0.2529075368423477,0.15372517456988796,0.03098584897813388,0.08704692162100902,0.15372517456988796,0.026829278871831303,0.04800478103991153,0.15372517456988796,0.030357464416427143,0.0074473369555136905,0.15372517456988796,0.03813296146804772,0.004815521994233496,0.5,0.15372517456988796,0.058023059123203706,0.019281841777949855,0.0,0.9085586064291757,0.31214845876636294 -472,0.5,0.15372517456988796,0.0006424918004902646,0.2116133560267108,0.15372517456988796,0.008413953725999061,0.11786982948584182,0.15372517456988796,0.002743711687598833,0.03399552863718025,0.15372517456988796,0.0012032432884298745,0.02381490223216243,0.15372517456988796,0.011808473330651307,0.052332368930510284,0.15372517456988796,0.02912270994894625,0.04551834820988014,0.15372517456988796,0.0177237456429303,0.02575811628001519,0.15372517456988796,0.09871045321331406,0.03303162205705684,0.5,0.15372517456988796,0.05732075594335295,0.006019041367299169,0.15372517456988796,0.0306350369034199,0.11728931406838912,0.5,0.15372517456988796,0.041599999551730604,0.00981005360178186,0.15372517456988796,0.015731663627888033,0.030278074681001296,0.15372517456988796,0.003965244175513779,0.2503133152074381,0.15372517456988796,0.01282673784768294,0.07822461657348612,0.15372517456988796,0.010881902645920417,0.044789955997473214,0.15372517456988796,0.010798488444098205,0.004902777675593172,0.15372517456988796,0.012520760610667701,0.005498836809139257,0.5,0.15372517456988796,0.023930252317660522,0.020075378482925718,0.0,0.9140940853595703,0.25145207093089 -473,0.5,0.15372517456988796,0.0,0.22585117790797274,0.15372517456988796,0.0,0.08931678450594198,0.15372517456988796,5.688909109310686e-06,0.02648394684004359,0.15372517456988796,0.0,0.02169510279053236,0.15372517456988796,0.00017473804959994193,0.04417692328729212,0.15372517456988796,0.0,0.03245692312231694,0.15372517456988796,0.0,0.015192650917691284,0.15372517456988796,0.0,0.03468128518550966,0.5,0.15372517456988796,0.000260137364656043,0.009507500359351861,0.15372517456988796,0.0,0.06282706836484568,0.5,0.15372517456988796,0.0,0.008306737726938197,0.15372517456988796,0.0004937483156168785,0.023651444573413644,0.15372517456988796,0.0,0.2491207111988077,0.15372517456988796,0.00013450107023025657,0.06882605876449693,0.15372517456988796,0.000129869071667655,0.03247474762879259,0.15372517456988796,0.0,0.00272160485615299,0.15372517456988796,7.563020944132226e-05,0.007789884796365424,0.5,0.15372517456988796,9.565392812553629e-06,0.016473375634822953,0.0,0.9250791838414594,0.22304993449930688 -474,0.5,0.15372517456988796,0.0,0.24117652845153112,0.15372517456988796,0.0,0.07322914840803897,0.15372517456988796,0.0,0.022061262250372204,0.15372517456988796,0.0,0.021005972056636825,0.15372517456988796,0.0,0.030026025510592164,0.15372517456988796,0.0,0.03405971940038455,0.15372517456988796,0.0,0.01225639361622871,0.15372517456988796,0.0,0.04297482687034378,0.5,0.15372517456988796,0.0,0.014881116503781495,0.15372517456988796,0.0,0.051066102625121505,0.5,0.15372517456988796,0.0,0.01229244342924009,0.15372517456988796,0.0,0.02516684376536141,0.15372517456988796,0.0,0.24405165600814344,0.15372517456988796,0.0,0.06567895495157636,0.15372517456988796,0.0,0.030309729135674545,0.15372517456988796,0.0,0.002975366599618975,0.15372517456988796,0.0,0.011607856190119701,0.5,0.15372517456988796,0.0,0.017103293593672728,0.0,0.9273821906856212,0.19607540811347918 -475,0.5,0.15372517456988796,0.0,0.242914326249416,0.15372517456988796,0.0,0.06343163179478509,0.15372517456988796,0.0,0.021418621453750817,0.15372517456988796,0.0,0.023342076397616804,0.15372517456988796,0.0,0.02109407010835015,0.15372517456988796,0.0,0.040757583000333025,0.15372517456988796,0.0,0.018437592831148673,0.15372517456988796,0.0,0.057952386121799676,0.5,0.15372517456988796,0.0,0.022420139781429822,0.15372517456988796,0.0,0.05145134205258112,0.5,0.15372517456988796,0.0,0.017620878749468282,0.15372517456988796,0.0,0.02773542767778349,0.15372517456988796,0.0,0.22800389839595514,0.15372517456988796,0.0,0.05043469386066338,0.15372517456988796,0.0,0.024961006209865286,0.15372517456988796,0.0,0.00612086657603914,0.15372517456988796,0.0,0.013796567132700511,0.5,0.15372517456988796,0.0,0.016743183685850482,0.0,0.9251627599526244,0.16540467957679608 -476,0.5,0.15372517456988796,0.0,0.22389173572349466,0.15372517456988796,0.0,0.053910499979982825,0.15372517456988796,0.0,0.023711437017339496,0.15372517456988796,0.0,0.027026470158576274,0.15372517456988796,0.0,0.022956901810984583,0.15372517456988796,0.0,0.04914865421303586,0.15372517456988796,0.0,0.02873337947907271,0.15372517456988796,0.0,0.06837189393792825,0.5,0.15372517456988796,0.0,0.0318091177581829,0.15372517456988796,0.0,0.06301168320763545,0.5,0.15372517456988796,0.0,0.015452838009959146,0.15372517456988796,0.0,0.027345468100151798,0.15372517456988796,0.0,0.20640410852331553,0.15372517456988796,0.0,0.03500165984797229,0.15372517456988796,0.0,0.022261989474689516,0.15372517456988796,0.0,0.010373502858449693,0.15372517456988796,0.0,0.012837404435200067,0.5,0.15372517456988796,0.0,0.018477949588982308,0.0,0.9188227406449729,0.14022328302183784 -477,0.5,0.15372517456988796,0.0,0.20149949930010577,0.15372517456988796,0.0,0.043583329399873534,0.15372517456988796,0.0,0.02562612462329505,0.15372517456988796,0.0,0.02784319328350739,0.15372517456988796,0.0,0.028862041896821455,0.15372517456988796,0.0,0.046076366592310986,0.15372517456988796,0.0,0.035270570033574394,0.15372517456988796,0.0,0.07363447511382834,0.5,0.15372517456988796,0.0,0.04022738582512581,0.15372517456988796,0.0,0.08317253761841226,0.5,0.15372517456988796,0.0,0.009538052742617048,0.15372517456988796,0.0,0.02513171105561368,0.15372517456988796,0.0,0.1711251294429352,0.15372517456988796,0.0,0.029080423911324087,0.15372517456988796,0.0,0.023372874721846047,0.15372517456988796,0.0,0.01502234404332599,0.15372517456988796,0.0,0.010502019566107494,0.5,0.15372517456988796,0.0,0.021553536582971156,0.0,0.9267792764989247,0.12415511562295733 -478,0.5,0.15372517456988796,0.0,0.18738361199273001,0.15372517456988796,0.0,0.03713087576295263,0.15372517456988796,0.0,0.0240531704715706,0.15372517456988796,0.0,0.025973017646633796,0.15372517456988796,0.0,0.030535632599157002,0.15372517456988796,0.0,0.03711559389600361,0.15372517456988796,0.0,0.029066338985478255,0.15372517456988796,0.0,0.07728281139994683,0.5,0.15372517456988796,0.0,0.045821880185607185,0.15372517456988796,0.0,0.09396065257667578,0.5,0.15372517456988796,0.0,0.007801333927083693,0.15372517456988796,0.0,0.02499622028966186,0.15372517456988796,0.0,0.14491122862093983,0.15372517456988796,0.0,0.031521584517425205,0.15372517456988796,0.0,0.023954705978875532,0.15372517456988796,0.0,0.015377888609376866,0.15372517456988796,0.0,0.007291373358884355,0.5,0.15372517456988796,0.0,0.024185358094221843,0.0,0.9333792126204067,0.12859727075745156 -479,0.5,0.15372517456988796,0.0,0.18898756652706195,0.15372517456988796,0.0,0.038335315736107815,0.15372517456988796,0.0,0.02155818977324002,0.15372517456988796,0.0,0.02507335611597965,0.15372517456988796,0.0,0.023272470192422165,0.15372517456988796,0.0,0.032793658208721,0.15372517456988796,0.0,0.019522976785119675,0.15372517456988796,0.0,0.08162130302627577,0.5,0.15372517456988796,0.0,0.05032907162914299,0.15372517456988796,0.0,0.10211539856504442,0.5,0.15372517456988796,0.0,0.007978838960979302,0.15372517456988796,0.0,0.02721797253567853,0.15372517456988796,0.0,0.1381477646418105,0.15372517456988796,0.0,0.03812341607360829,0.15372517456988796,0.0,0.024752308091531856,0.15372517456988796,0.0,0.012267390397411902,0.15372517456988796,0.0,0.006842234790646877,0.5,0.15372517456988796,0.0,0.028482771503498552,0.0,0.9300965467046705,0.12120044983923317 -480,0.5,0.15372517456988796,0.0,0.19453815066676386,0.15372517456988796,0.0,0.046357552613883024,0.15372517456988796,0.0,0.02000860054352843,0.15372517456988796,0.0,0.02518448021949969,0.15372517456988796,0.0,0.019071641131191475,0.15372517456988796,0.0,0.02864798605353757,0.15372517456988796,0.0,0.014233776058465797,0.15372517456988796,0.0,0.0794910172890465,0.5,0.15372517456988796,0.0,0.05406938547672929,0.15372517456988796,0.0,0.10321843740737992,0.5,0.15372517456988796,0.0,0.00918309200949198,0.15372517456988796,0.0,0.028363864309669324,0.15372517456988796,0.0,0.15160406546256763,0.15372517456988796,0.0,0.04063600638985278,0.15372517456988796,0.0,0.02635773344354097,0.15372517456988796,0.0,0.009124596820689964,0.15372517456988796,0.0,0.008363044709685505,0.5,0.15372517456988796,0.0,0.034087711475081564,0.0,0.9274006977252451,0.09361394625959024 -481,0.5,0.15372517456988796,0.0,0.19499866869154472,0.15372517456988796,0.0,0.05549683767993887,0.15372517456988796,0.0,0.02087128485554272,0.15372517456988796,0.0,0.025440325248092574,0.15372517456988796,0.0,0.022206281430670854,0.15372517456988796,0.0,0.02518610538635873,0.15372517456988796,0.0,0.01962679679791527,0.15372517456988796,0.0,0.0709999753030936,0.5,0.15372517456988796,0.0,0.04922019596073291,0.15372517456988796,0.0,0.10452343887980255,0.5,0.15372517456988796,0.0,0.011527591227435213,0.15372517456988796,0.0,0.029672708162712606,0.15372517456988796,0.0,0.1735522621854445,0.15372517456988796,0.0,0.03967952258619989,0.15372517456988796,0.0,0.02797728065865157,0.15372517456988796,0.0,0.010534468710786548,0.15372517456988796,0.0,0.010508220682156998,0.5,0.15372517456988796,0.0,0.04005650111294731,0.0,0.9284906354877156,0.07120406762196882 -482,0.5,0.15372517456988796,0.0,0.18406357900886625,0.15372517456988796,0.0,0.06314785504334244,0.15372517456988796,0.0,0.02149163515303969,0.15372517456988796,0.0,0.025915852150406697,0.15372517456988796,0.0,0.028650134423956804,0.15372517456988796,0.0,0.026061683154179338,0.15372517456988796,0.0,0.028895239562054066,0.15372517456988796,0.0,0.06073859432022121,0.5,0.15372517456988796,0.0,0.04218323952968549,0.15372517456988796,0.0,0.10616306518179436,0.5,0.15372517456988796,0.0,0.013981966208901594,0.15372517456988796,0.0,0.03111265919069409,0.15372517456988796,0.0,0.19258319843061386,0.15372517456988796,0.0,0.038936679222407886,0.15372517456988796,0.0,0.02698248694769332,0.15372517456988796,0.0,0.014637096314315909,0.15372517456988796,0.0,0.011630199509618256,0.5,0.15372517456988796,0.0,0.04336176984668473,0.0,0.9271265381082939,0.05499274974067446 -483,0.5,0.15372517456988796,0.0,0.16633533970972947,0.15372517456988796,0.0,0.06568886887750683,0.15372517456988796,0.0,0.020830011425445046,0.15372517456988796,0.0,0.026241114163379167,0.15372517456988796,0.0,0.037982103889923645,0.15372517456988796,0.0,0.02964973987562247,0.15372517456988796,0.0,0.04307002891196706,0.15372517456988796,0.0,0.060671910295525426,0.5,0.15372517456988796,0.0,0.03978408826461143,0.15372517456988796,0.0,0.10384457827678359,0.5,0.15372517456988796,0.0,0.01546415499581614,0.15372517456988796,0.0,0.03414173592202975,0.15372517456988796,0.0,0.19983175678590226,0.15372517456988796,0.0,0.038242425425398636,0.15372517456988796,0.0,0.02602988161860239,0.15372517456988796,0.0,0.02210405664559095,0.15372517456988796,0.0,0.011388589861931541,0.5,0.15372517456988796,0.0,0.042625925045960585,0.0,0.9144193270217965,0.05054397442752182 -484,0.5,0.15372517456988796,0.0,0.1515097423865868,0.15372517456988796,0.0,0.06570036305477116,0.15372517456988796,0.0,0.02206729156834543,0.15372517456988796,0.0,0.02522837888959211,0.15372517456988796,0.0,0.05280972649184678,0.15372517456988796,0.0,0.03494340235699867,0.15372517456988796,0.0,0.07013634960189984,0.15372517456988796,0.0,0.07586229655899288,0.5,0.15372517456988796,0.0,0.043887419357983654,0.15372517456988796,0.0,0.10586961918422352,0.5,0.15372517456988796,0.0,0.01891353648023361,0.15372517456988796,0.0,0.03733492333143967,0.15372517456988796,0.0,0.1956894239889288,0.15372517456988796,0.0,0.03856729129569186,0.15372517456988796,0.0,0.030388312114743306,0.15372517456988796,0.0,0.04198259117573135,0.15372517456988796,0.0,0.011607138815112869,0.5,0.15372517456988796,0.0,0.040932922141700946,0.0,0.9015120992649954,0.05623751538033637 -485,0.5,0.15372517456988796,0.0,0.1394807122843638,0.15372517456988796,0.0,0.060896201056225376,0.15372517456988796,0.0,0.023534320850906683,0.15372517456988796,0.0,0.02134362875030753,0.15372517456988796,0.0,0.06212964783469729,0.15372517456988796,0.0,0.032227013351563756,0.15372517456988796,0.0,0.09295659567150877,0.15372517456988796,0.0,0.08443683198938484,0.5,0.15372517456988796,0.0,0.04978520483718811,0.15372517456988796,0.0,0.10829469281628824,0.5,0.15372517456988796,0.0,0.02501877568503922,0.15372517456988796,0.0,0.04007344625299258,0.15372517456988796,0.0,0.19281809098254782,0.15372517456988796,0.0,0.038510065876141926,0.15372517456988796,0.0,0.03676194612248348,0.15372517456988796,0.0,0.07091861633714841,0.15372517456988796,0.0,0.013168651607429947,0.5,0.15372517456988796,0.0,0.04282415652826393,0.0,0.8893079030146738,0.06148882886674491 -486,0.5,0.15372517456988796,0.0,0.12899857028999134,0.15372517456988796,0.0,0.053116878233679325,0.15372517456988796,0.0,0.026057054249814922,0.15372517456988796,0.0,0.018431468979068142,0.15372517456988796,0.0,0.05620769752391214,0.15372517456988796,0.0,0.02253065977314026,0.15372517456988796,0.0,0.09722934605592762,0.15372517456988796,0.0,0.07531296053545924,0.5,0.15372517456988796,0.0,0.05126823169986135,0.15372517456988796,0.0,0.11140789736850772,0.5,0.15372517456988796,0.0,0.0322401813022424,0.15372517456988796,0.0,0.04430027981072642,0.15372517456988796,0.0,0.19469386982014578,0.15372517456988796,0.0,0.03784705694708286,0.15372517456988796,0.0,0.04242289603278684,0.15372517456988796,0.0,0.0920995342087637,0.15372517456988796,0.0,0.015536592577728424,0.5,0.15372517456988796,0.0,0.047760818602187526,0.0,0.8731028800375988,0.062432816599217025 -487,0.5,0.15372517456988796,0.0,0.11933803268464598,0.15372517456988796,0.0,0.04733239103018407,0.15372517456988796,0.0,0.03342159407784152,0.15372517456988796,0.0,0.01851810455482215,0.15372517456988796,0.0,0.03716976132664061,0.15372517456988796,0.0,0.02014186949110594,0.15372517456988796,0.0,0.07773441756505761,0.15372517456988796,0.0,0.05602939546152346,0.5,0.15372517456988796,0.0,0.04487902469355619,0.15372517456988796,0.0,0.1137306655871994,0.5,0.15372517456988796,0.0,0.0367415462593493,0.15372517456988796,0.0,0.05195452200079848,0.15372517456988796,0.0,0.1969023557943816,0.15372517456988796,0.0,0.044793251222530944,0.15372517456988796,0.0,0.04549958479159358,0.15372517456988796,0.0,0.08604844329646298,0.15372517456988796,0.0,0.020405336143238514,0.5,0.15372517456988796,0.0,0.05669119611229549,0.0,0.8530397627072259,0.05537873390384341 -488,0.5,0.15372517456988796,0.0,0.11174836529509624,0.15372517456988796,0.0,0.04669874959261433,0.15372517456988796,0.0,0.04011332646299715,0.15372517456988796,0.0,0.021981580816372377,0.15372517456988796,0.0,0.02841226897345887,0.15372517456988796,0.0,0.02505447264485893,0.15372517456988796,0.0,0.055982952020311394,0.15372517456988796,0.0,0.044553564264985995,0.5,0.15372517456988796,0.0,0.03425477914738578,0.15372517456988796,0.0,0.11576690954896497,0.5,0.15372517456988796,0.0,0.043491374131598065,0.15372517456988796,0.0,0.05491954658275451,0.15372517456988796,0.0,0.19022034342511074,0.15372517456988796,0.0,0.04620682882705977,0.15372517456988796,0.0,0.03749556654034258,0.15372517456988796,0.0,0.06434670267565143,0.15372517456988796,0.0,0.026909017830552655,0.5,0.15372517456988796,0.0,0.06591065966437273,0.0,0.8389749648031875,0.04800716170739108 -489,0.5,0.15372517456988796,0.0001696840611554259,0.10815310471503947,0.15372517456988796,0.0,0.05695697549327989,0.15372517456988796,0.00044603707378561644,0.044986030299463686,0.15372517456988796,0.0005605602825511166,0.02756897234623853,0.15372517456988796,0.0,0.02668615993673072,0.15372517456988796,0.0,0.02986393991347653,0.15372517456988796,0.0,0.04852694417016046,0.15372517456988796,0.0,0.040284772293382336,0.5,0.15372517456988796,9.18594324686138e-05,0.02583532468466057,0.15372517456988796,0.001206442014748665,0.11452771028572958,0.5,0.15372517456988796,0.00017359972304211541,0.043686682077270236,0.15372517456988796,0.0008151997324876329,0.051191450976930175,0.15372517456988796,0.0,0.20105388716384423,0.15372517456988796,0.0,0.04164471229978978,0.15372517456988796,1.221455247473848e-05,0.02877500224378678,0.15372517456988796,6.916796866762994e-05,0.044036566014952656,0.15372517456988796,0.0007385632047952913,0.030428806260126843,0.5,0.15372517456988796,0.0010474693577402835,0.08034338583129963,0.0,0.8190493377141561,0.03727000028224748 -490,0.5,0.15372517456988796,0.003829642158761406,0.11032049969326867,0.15372517456988796,0.0023000899159930765,0.0729620341366914,0.15372517456988796,0.009701947596385646,0.04941329160017784,0.15372517456988796,0.005152130881839462,0.0366599718502583,0.15372517456988796,0.004399642707837432,0.03451346465859481,0.15372517456988796,0.0037881445210256855,0.03935781594466506,0.15372517456988796,0.002766175643852037,0.06509262297371075,0.15372517456988796,0.007396302168788991,0.04701730270187786,0.5,0.15372517456988796,0.01367701119892061,0.03236547473566948,0.15372517456988796,0.015750023378583874,0.11687839059222671,0.5,0.15372517456988796,0.004903969245877729,0.04759072943803954,0.15372517456988796,0.012508000965858152,0.05106382596450879,0.15372517456988796,0.002731924839325151,0.21861525598702092,0.15372517456988796,0.003465649349601144,0.038936923355074475,0.15372517456988796,0.004139080187232811,0.028292478496875932,0.15372517456988796,0.008232608086581597,0.04909362236851286,0.15372517456988796,0.012221338058566553,0.03867039243915084,0.5,0.15372517456988796,0.009066536521756253,0.09757477047635756,0.0,0.8015712749286814,0.023098318892478226 -491,0.5,0.15372517456988796,0.012190801809241297,0.11879577068270825,0.15372517456988796,0.015048471858092886,0.0724617520728988,0.15372517456988796,0.03022487017767342,0.04849885325580581,0.15372517456988796,0.01296195227502825,0.03887875879197072,0.15372517456988796,0.013046230992214655,0.050359302172234284,0.15372517456988796,0.01331072619619629,0.054968297275202575,0.15372517456988796,0.00706931427810091,0.09606675360398234,0.15372517456988796,0.02896728664341624,0.06148987432797799,0.5,0.15372517456988796,0.03983595538048647,0.05454495430522958,0.15372517456988796,0.046238132059384346,0.13345402656370706,0.5,0.15372517456988796,0.016930402534853665,0.0616888145048158,0.15372517456988796,0.0323421633093639,0.055416288372185964,0.15372517456988796,0.012257393520127193,0.23599503607991837,0.15372517456988796,0.01177205409959666,0.03707225095306514,0.15372517456988796,0.011960142660720473,0.03129962010800169,0.15372517456988796,0.02494994923593296,0.0724965382564296,0.15372517456988796,0.03514227789368719,0.05824836813265959,0.5,0.15372517456988796,0.023462709854331895,0.11536694935092429,0.0,0.8157555370580291,0.014345653324778919 -492,0.5,0.15372517456988796,0.022472352524783246,0.12809919854717586,0.15372517456988796,0.03362416693631365,0.07653502477740919,0.15372517456988796,0.04490968071087123,0.04925921687005308,0.15372517456988796,0.02027102625882851,0.035798109302106064,0.15372517456988796,0.018031416899798525,0.06224233784156315,0.15372517456988796,0.028256989938347514,0.05944472790122018,0.15372517456988796,0.010168327202778025,0.1379127137678321,0.15372517456988796,0.05179543168884019,0.07731458399613744,0.5,0.15372517456988796,0.06108090874307193,0.0737427191417678,0.15372517456988796,0.0813084516432482,0.1538496745899158,0.5,0.15372517456988796,0.026381706094396377,0.0777289959187085,0.15372517456988796,0.046918200556166946,0.06442872734816735,0.15372517456988796,0.02026647365460544,0.23040144774810087,0.15372517456988796,0.017075786193700388,0.0382022792457466,0.15372517456988796,0.015636718310675347,0.033529612381129656,0.15372517456988796,0.03865696552966942,0.09801560727894483,0.15372517456988796,0.04753334059577564,0.07093232890239222,0.5,0.15372517456988796,0.04115961800685832,0.13296500782352955,0.0,0.8404110289104885,0.01127481194882327 -493,0.5,0.15372517456988796,0.02814980936784024,0.12658795672293416,0.15372517456988796,0.039450486991090786,0.06706862131304647,0.15372517456988796,0.04624332131050247,0.052268841696920865,0.15372517456988796,0.023775240901966622,0.03084823797902246,0.15372517456988796,0.018048353684746388,0.06477737308621728,0.15372517456988796,0.04503741820804606,0.05952259011287478,0.15372517456988796,0.01317902150856688,0.1588563256844703,0.15372517456988796,0.06873312473198867,0.08944057040648376,0.5,0.15372517456988796,0.07510246429977736,0.0840598095876297,0.15372517456988796,0.10039574354320413,0.16801802688305884,0.5,0.15372517456988796,0.033791556409566936,0.09021422488167807,0.15372517456988796,0.04801388155246687,0.06777361685562103,0.15372517456988796,0.025735404824593168,0.219988333730024,0.15372517456988796,0.01919199287442174,0.03774640364851048,0.15372517456988796,0.01911839315115197,0.03595162302710507,0.15372517456988796,0.04640355307679337,0.11960853081493372,0.15372517456988796,0.04630846946961924,0.08699925103258156,0.5,0.15372517456988796,0.055949012954666276,0.16245390376874552,0.0,0.854222299125357,0.015588279550344662 -494,0.5,0.15372517456988796,0.024301378699452484,0.11693768337694332,0.15372517456988796,0.03692374294581546,0.06920020929867578,0.15372517456988796,0.034561501664442905,0.050815105206978524,0.15372517456988796,0.020394105361879758,0.025413844232518242,0.15372517456988796,0.0162820770523481,0.05474698352465677,0.15372517456988796,0.05039424034266873,0.05385163132264179,0.15372517456988796,0.016227649141120078,0.16745130607395597,0.15372517456988796,0.06884982442356134,0.08552082100891555,0.5,0.15372517456988796,0.06898067260390131,0.0813360653703543,0.15372517456988796,0.08447531057874148,0.15204326102832702,0.5,0.15372517456988796,0.03777626406082975,0.0934551425496661,0.15372517456988796,0.039345684327494496,0.06752369874597224,0.15372517456988796,0.022452914314275808,0.19996047768192207,0.15372517456988796,0.01784801229196079,0.035604728076968864,0.15372517456988796,0.02036041873010064,0.03411126118795918,0.15372517456988796,0.04398121961691377,0.13199870420260193,0.15372517456988796,0.03426990318046719,0.08893034642613061,0.5,0.15372517456988796,0.05860167912623804,0.17594325184231607,0.0,0.8371190694127391,0.03408704582301946 -495,0.5,0.15372517456988796,0.01293670053490717,0.0996624422656246,0.15372517456988796,0.02204094817975518,0.0625793519728908,0.15372517456988796,0.016931379505095934,0.04565565048665591,0.15372517456988796,0.010796521560097836,0.022726152791327253,0.15372517456988796,0.01106529076623635,0.04080618539107359,0.15372517456988796,0.05458230729996578,0.03749520575952721,0.15372517456988796,0.013296533666812325,0.15513287532438322,0.15372517456988796,0.06874462080564718,0.06874045013169483,0.5,0.15372517456988796,0.04549163373311958,0.06309553761456857,0.15372517456988796,0.05235265116558249,0.12847880828714164,0.5,0.15372517456988796,0.029178932051266367,0.09444369117950824,0.15372517456988796,0.027865809988541216,0.06751496244156321,0.15372517456988796,0.015896070437621753,0.18912205888898959,0.15372517456988796,0.013183957876601319,0.033012231805495756,0.15372517456988796,0.01455887841830212,0.030922457832221032,0.15372517456988796,0.03145255722488238,0.1300480779123018,0.15372517456988796,0.02106844811717677,0.08842908214976318,0.5,0.15372517456988796,0.040837558638271515,0.15638254560998732,0.0,0.7840521494405196,0.07424964552236513 -496,0.5,0.15372517456988796,0.0024221020882919738,0.08650187462390407,0.15372517456988796,0.00684654330830332,0.05556694350785419,0.15372517456988796,0.005305391719100468,0.03996039199611791,0.15372517456988796,0.0026755045475253428,0.021079829797934376,0.15372517456988796,0.004607613126497908,0.027743136048628988,0.15372517456988796,0.059213242800290916,0.015655038751230973,0.15372517456988796,0.007359083542710875,0.11921341552646678,0.15372517456988796,0.04963859288853757,0.04354293940453478,0.5,0.15372517456988796,0.02108585104776404,0.038592535126729915,0.15372517456988796,0.022798968133929256,0.10654908749071273,0.5,0.15372517456988796,0.011728592605457685,0.08831140198057838,0.15372517456988796,0.012714135512691016,0.06265694671908341,0.15372517456988796,0.004585038569444938,0.18045838985997265,0.15372517456988796,0.005327064328577451,0.03200162088339288,0.15372517456988796,0.004891446041595376,0.026927297771655437,0.15372517456988796,0.01259306339750397,0.10790997532156553,0.15372517456988796,0.008542696044241477,0.08691060092081404,0.5,0.15372517456988796,0.015175783975401598,0.12105433296252735,0.0,0.7464165242727474,0.10697008320577316 -497,0.5,0.15372517456988796,0.0,0.08201013740541066,0.15372517456988796,0.0,0.05178406483003912,0.15372517456988796,4.736360223428887e-05,0.032005886196424506,0.15372517456988796,0.0,0.018468093866951987,0.15372517456988796,0.000227422697460633,0.01630200069999353,0.15372517456988796,1.637350075473499e-05,0.005841198856447327,0.15372517456988796,0.00019040252190289056,0.0767554517002253,0.15372517456988796,8.851493475170646e-05,0.016613178607880596,0.5,0.15372517456988796,0.0002647277571736276,0.0150291763388655,0.15372517456988796,0.0006700661149030299,0.07556800953853031,0.5,0.15372517456988796,0.00038114420090053306,0.07070117946384334,0.15372517456988796,5.546109784122469e-05,0.04880756055798666,0.15372517456988796,0.0,0.17698726441622525,0.15372517456988796,7.98393434939308e-05,0.03174834558695877,0.15372517456988796,0.0,0.020394009128440735,0.15372517456988796,0.00027831487875982797,0.07253587450243404,0.15372517456988796,0.00030562044941539774,0.07686400177875624,0.5,0.15372517456988796,0.00021218701576780706,0.09265338820583287,0.0,0.7566786610456099,0.12354973740119508 -498,0.5,0.15372517456988796,0.0,0.08833619671496576,0.15372517456988796,0.0,0.06272606061272999,0.15372517456988796,0.0,0.027036716124888265,0.15372517456988796,0.0,0.0172492692402378,0.15372517456988796,0.0,0.009823218428990366,0.15372517456988796,0.0,0.0039056153117454726,0.15372517456988796,0.0,0.04676112067190085,0.15372517456988796,0.0,0.007841114277989579,0.5,0.15372517456988796,0.0,0.006017805806890259,0.15372517456988796,0.0,0.048508257624401335,0.5,0.15372517456988796,0.0,0.05367344157140656,0.15372517456988796,0.0,0.03542089669799696,0.15372517456988796,0.0,0.1930457006350405,0.15372517456988796,0.0,0.037527855529825446,0.15372517456988796,0.0,0.016413106346420462,0.15372517456988796,0.0,0.0465592727141402,0.15372517456988796,0.0,0.06887936616847869,0.5,0.15372517456988796,0.0,0.08279599532650207,0.0,0.7608711039090411,0.12832623904278617 -499,0.5,0.15372517456988796,0.0,0.09862176125419041,0.15372517456988796,0.0,0.06763576164947135,0.15372517456988796,0.0,0.023665161607240283,0.15372517456988796,0.0,0.013573063854267316,0.15372517456988796,0.0,0.006109812627343217,0.15372517456988796,0.0,0.003232673325847258,0.15372517456988796,0.0,0.027944167235768213,0.15372517456988796,0.0,0.005873803986230856,0.5,0.15372517456988796,0.0,0.002935060791696071,0.15372517456988796,0.0,0.02889790598918013,0.5,0.15372517456988796,0.0,0.042661213723901664,0.15372517456988796,0.0,0.022732604985718594,0.15372517456988796,0.0,0.21632233349634464,0.15372517456988796,0.0,0.045049387441790975,0.15372517456988796,0.0,0.014855446961040079,0.15372517456988796,0.0,0.02873040130261853,0.15372517456988796,0.0,0.06056445529849679,0.5,0.15372517456988796,0.0,0.07961892380665944,0.0,0.7687992629288644,0.1398088644593001 -500,0.5,0.15372517456988796,0.0,0.10847112475258423,0.15372517456988796,0.0,0.06740619568543517,0.15372517456988796,0.0,0.01899662217854718,0.15372517456988796,0.0,0.010399233788710159,0.15372517456988796,0.0,0.0035016364195741253,0.15372517456988796,0.0,0.0033874770726179853,0.15372517456988796,0.0,0.01744612402059973,0.15372517456988796,0.0,0.004509588361380602,0.5,0.15372517456988796,0.0,0.002276397553666499,0.15372517456988796,0.0,0.01901273055108041,0.5,0.15372517456988796,0.0,0.0337518034008395,0.15372517456988796,0.0,0.013525497854405549,0.15372517456988796,0.0,0.2421301601737817,0.15372517456988796,0.0,0.04931898278259587,0.15372517456988796,0.0,0.013521267467289922,0.15372517456988796,0.0,0.017644767324329142,0.15372517456988796,0.0,0.04730642531742807,0.5,0.15372517456988796,0.0,0.06554060992313235,0.0,0.7838946686763156,0.1569728947342715 -501,0.5,0.15372517456988796,0.0,0.11132910167448014,0.15372517456988796,0.0,0.06647303503474783,0.15372517456988796,0.0,0.014338922784484072,0.15372517456988796,0.0,0.00878990283979179,0.15372517456988796,0.0,0.0024706338392350906,0.15372517456988796,0.0,0.004021483597948559,0.15372517456988796,0.0,0.014366834083217601,0.15372517456988796,0.0,0.0039291538048836115,0.5,0.15372517456988796,0.0,0.0020921168934288628,0.15372517456988796,0.0,0.012041468774405711,0.5,0.15372517456988796,0.0,0.02784257639548383,0.15372517456988796,0.0,0.008424403163757607,0.15372517456988796,0.0,0.258003101289513,0.15372517456988796,0.0,0.049764290006553795,0.15372517456988796,0.0,0.011134110127101837,0.15372517456988796,0.0,0.01240430666572323,0.15372517456988796,0.0,0.03703674331741569,0.5,0.15372517456988796,0.0,0.059272032692327184,0.0,0.8091414918975441,0.18121663729972048 -502,0.5,0.15372517456988796,0.0,0.11198548550618256,0.15372517456988796,0.0,0.06358528511373572,0.15372517456988796,0.0,0.010520371661464845,0.15372517456988796,0.0,0.007565230136493417,0.15372517456988796,0.0,0.0022978534168430786,0.15372517456988796,0.0,0.005157874419236668,0.15372517456988796,0.0,0.017750059603179463,0.15372517456988796,0.0,0.004334462702649458,0.5,0.15372517456988796,0.0,0.0018947260474197825,0.15372517456988796,0.0,0.008289103495863363,0.5,0.15372517456988796,0.0,0.02604801233038141,0.15372517456988796,0.0,0.00683341141066133,0.15372517456988796,0.0,0.2534023785977599,0.15372517456988796,0.0,0.04168007619160699,0.15372517456988796,0.0,0.008271399104393656,0.15372517456988796,0.0,0.011889557460737008,0.15372517456988796,0.0,0.031280527075523125,0.5,0.15372517456988796,0.0,0.05429702357224506,0.0,0.828987820503508,0.21927087161753506 -503,0.5,0.15372517456988796,0.0,0.1127766889817641,0.15372517456988796,0.0,0.055921832733271976,0.15372517456988796,0.0,0.00759144812796181,0.15372517456988796,0.0,0.006715110036176984,0.15372517456988796,0.0,0.002841963549181696,0.15372517456988796,0.0,0.006267522901192349,0.15372517456988796,0.0,0.024647683266913727,0.15372517456988796,0.0,0.005388791654708236,0.5,0.15372517456988796,0.0,0.0019504613147490204,0.15372517456988796,0.0,0.006271402266285846,0.5,0.15372517456988796,0.0,0.02399417789309784,0.15372517456988796,0.0,0.006271579074857052,0.15372517456988796,0.0,0.22894438251233667,0.15372517456988796,0.0,0.031963828860864026,0.15372517456988796,0.0,0.006525291009502398,0.15372517456988796,0.0,0.01426892005284141,0.15372517456988796,0.0,0.031032274319784572,0.5,0.15372517456988796,0.0,0.05006912324965951,0.0,0.8218575166546205,0.2474837828876519 -504,0.5,0.15372517456988796,0.0,0.11417967538683271,0.15372517456988796,0.0,0.046984895399110486,0.15372517456988796,0.0,0.005862173344742581,0.15372517456988796,0.0,0.006102010165329504,0.15372517456988796,0.0,0.0030558096088826605,0.15372517456988796,0.0,0.005989839851921392,0.15372517456988796,0.0,0.031136044483760453,0.15372517456988796,0.0,0.006297237485960222,0.5,0.15372517456988796,0.0,0.0019886443755702233,0.15372517456988796,0.0,0.005002087804512611,0.5,0.15372517456988796,0.0,0.021493858838463074,0.15372517456988796,0.0,0.005244795913340141,0.15372517456988796,0.0,0.2009468570423044,0.15372517456988796,0.0,0.0252445565094212,0.15372517456988796,0.0,0.005281293178949394,0.15372517456988796,0.0,0.017547032253806626,0.15372517456988796,0.0,0.03092032139830201,0.5,0.15372517456988796,0.0,0.04197752792349396,0.0,0.7839271314273387,0.25870408475117995 -505,0.5,0.15372517456988796,0.0,0.11516495374857673,0.15372517456988796,0.0,0.03854009831299067,0.15372517456988796,0.0,0.005276752776331553,0.15372517456988796,0.0,0.005938278215863757,0.15372517456988796,0.0,0.0025918346100538897,0.15372517456988796,0.0,0.0046754618303830545,0.15372517456988796,0.0,0.03224902737787037,0.15372517456988796,0.0,0.005195140065892137,0.5,0.15372517456988796,0.0,0.001694454551909899,0.15372517456988796,0.0,0.0031159660369064687,0.5,0.15372517456988796,0.0,0.01882504675425302,0.15372517456988796,0.0,0.004127151860118168,0.15372517456988796,0.0,0.18034352863623648,0.15372517456988796,0.0,0.021303856749355133,0.15372517456988796,0.0,0.004492142463365399,0.15372517456988796,0.0,0.017876042167262098,0.15372517456988796,0.0,0.0285794422745168,0.5,0.15372517456988796,0.0,0.03223570000358848,0.0,0.7710871177746652,0.25436062713992713 -506,0.5,0.15372517456988796,0.0,0.11782966344769692,0.15372517456988796,0.0,0.0344361352937653,0.15372517456988796,0.0,0.005434405078956143,0.15372517456988796,0.0,0.006439783378195398,0.15372517456988796,0.0,0.0017394372308992172,0.15372517456988796,0.0,0.0033237578992647175,0.15372517456988796,0.0,0.028877143746819444,0.15372517456988796,0.0,0.0036779695340758917,0.5,0.15372517456988796,0.0,0.0012565751346081528,0.15372517456988796,0.0,0.001737798730313321,0.5,0.15372517456988796,0.0,0.016355676953224776,0.15372517456988796,0.0,0.003122568478942269,0.15372517456988796,0.0,0.17542054761985384,0.15372517456988796,0.0,0.020091254551472523,0.15372517456988796,0.0,0.0042604736386185355,0.15372517456988796,0.0,0.01576796292410011,0.15372517456988796,0.0,0.024581091135224668,0.5,0.15372517456988796,0.0,0.02391938169838275,0.0,0.7914318191504939,0.24490371383077897 -507,0.5,0.15372517456988796,0.0,0.12687745806212472,0.15372517456988796,0.0,0.03481181378409495,0.15372517456988796,0.0,0.00501831867817798,0.15372517456988796,0.0,0.006878361118550967,0.15372517456988796,0.0,0.0010491398689374248,0.15372517456988796,0.0,0.0021280046699473044,0.15372517456988796,0.0,0.02335938457963278,0.15372517456988796,0.0,0.002598248562597095,0.5,0.15372517456988796,0.0,0.0009632042532121981,0.15372517456988796,0.0,0.001052298804397344,0.5,0.15372517456988796,0.0,0.014085274025172324,0.15372517456988796,0.0,0.0023907644295718964,0.15372517456988796,0.0,0.18560403503077866,0.15372517456988796,0.0,0.022063487485317237,0.15372517456988796,0.0,0.004734154463633963,0.15372517456988796,0.0,0.01320640221152586,0.15372517456988796,0.0,0.020460050276635246,0.5,0.15372517456988796,0.0,0.01670915810521574,0.0,0.8313745951253562,0.24152163739135504 -508,0.5,0.15372517456988796,0.0,0.14406718178857225,0.15372517456988796,0.0,0.04453760219306986,0.15372517456988796,0.0,0.0040678639631978155,0.15372517456988796,0.0,0.007709094197799776,0.15372517456988796,0.0,0.0007625567620775729,0.15372517456988796,0.0,0.0012195442585867609,0.15372517456988796,0.0,0.016291582528955514,0.15372517456988796,0.0,0.0014869992573911246,0.5,0.15372517456988796,0.0,0.0004988245892617177,0.15372517456988796,0.0,0.0007545576860492696,0.5,0.15372517456988796,0.0,0.012147080652264056,0.15372517456988796,0.0,0.0022007315252010936,0.15372517456988796,0.0,0.20054985370974157,0.15372517456988796,0.0,0.02635388840556704,0.15372517456988796,0.0,0.0060470624815675755,0.15372517456988796,0.0,0.010406827136128284,0.15372517456988796,0.0,0.01641227589455821,0.5,0.15372517456988796,0.0,0.012396641938525639,0.0,0.8686588071002036,0.2570453119397589 -509,0.5,0.15372517456988796,0.0,0.16515000850645256,0.15372517456988796,0.0,0.05653477909520549,0.15372517456988796,0.0,0.0028335551474111594,0.15372517456988796,0.0,0.008819287969605084,0.15372517456988796,0.0,0.0006104174592619098,0.15372517456988796,0.0,0.0011813644455946682,0.15372517456988796,0.0,0.008931969332087971,0.15372517456988796,0.0,0.0012182056556914813,0.5,0.15372517456988796,0.0,0.00043607669442558,0.15372517456988796,0.0,0.0004839544582610468,0.5,0.15372517456988796,0.0,0.00972398089114888,0.15372517456988796,0.0,0.002032982417075052,0.15372517456988796,0.0,0.2157457778225787,0.15372517456988796,0.0,0.0321267269992323,0.15372517456988796,0.0,0.00806366347171918,0.15372517456988796,0.0,0.0067894231015475145,0.15372517456988796,0.0,0.01230981274034784,0.5,0.15372517456988796,0.0,0.009324161028846084,0.0,0.8863946525396227,0.3010648251302653 -510,0.5,0.15372517456988796,0.0,0.18158132024262583,0.15372517456988796,0.0,0.0659902175836403,0.15372517456988796,0.0,0.002083794604127332,0.15372517456988796,0.0,0.010295688256642649,0.15372517456988796,0.0,0.0005170468085310578,0.15372517456988796,0.0,0.001380788331439483,0.15372517456988796,0.0,0.004206461547767698,0.15372517456988796,0.0,0.0017480522171382032,0.5,0.15372517456988796,0.0,0.0005295557058662691,0.15372517456988796,0.0,0.00042340643887148053,0.5,0.15372517456988796,0.0,0.006217288678485945,0.15372517456988796,0.0,0.0015361723599947353,0.15372517456988796,0.0,0.22907779022189007,0.15372517456988796,0.0,0.03827955165374774,0.15372517456988796,0.0,0.01014841351129775,0.15372517456988796,0.0,0.0035100784237830523,0.15372517456988796,0.0,0.009542774293154093,0.5,0.15372517456988796,0.0,0.007782703110351403,0.0,0.8942863203144057,0.34978277977066663 -511,0.5,0.15372517456988796,0.0,0.19173892686873073,0.15372517456988796,0.0,0.07590595332279157,0.15372517456988796,0.0,0.00163668703644058,0.15372517456988796,0.0,0.013368241079617314,0.15372517456988796,0.0,0.0005098411976259472,0.15372517456988796,0.0,0.0016693462354023041,0.15372517456988796,0.0,0.0015614767250321287,0.15372517456988796,0.0,0.00282640490822925,0.5,0.15372517456988796,0.0,0.0007632587703058562,0.15372517456988796,0.0,0.0005233418367260057,0.5,0.15372517456988796,0.0,0.003784309811167372,0.15372517456988796,0.0,0.0011896280135216379,0.15372517456988796,0.0,0.24527766786478117,0.15372517456988796,0.0,0.045691603789859855,0.15372517456988796,0.0,0.012598336494292268,0.15372517456988796,0.0,0.0013697082327948696,0.15372517456988796,0.0,0.006811072892179632,0.5,0.15372517456988796,0.0,0.00569797049569863,0.0,0.8869286123067865,0.3751439216868452 -512,0.5,0.15372517456988796,0.0,0.19716440441463184,0.15372517456988796,0.0,0.08884893977255609,0.15372517456988796,0.0,0.001453364790717932,0.15372517456988796,0.0,0.01814546296766261,0.15372517456988796,0.0,0.00046563255761661754,0.15372517456988796,0.0,0.0018781415615474716,0.15372517456988796,0.0,0.0005934939142114631,0.15372517456988796,0.0,0.003856143795965057,0.5,0.15372517456988796,0.0,0.0010359078384722786,0.15372517456988796,0.0,0.0006983438892512576,0.5,0.15372517456988796,0.0,0.002650105494418077,0.15372517456988796,0.0,0.0010650540912033543,0.15372517456988796,0.0,0.2642372297135382,0.15372517456988796,0.0,0.05038270607111474,0.15372517456988796,0.0,0.015203885983107323,0.15372517456988796,0.0,0.0007665328047985191,0.15372517456988796,0.0,0.004746227722350967,0.5,0.15372517456988796,0.0,0.004461385304292669,0.0,0.8757964194866965,0.3575742610969088 -513,0.5,0.15372517456988796,0.0006084949971081531,0.20157151029240017,0.15372517456988796,0.0,0.08953093246949137,0.15372517456988796,0.0008060526212764488,0.0017274165088498339,0.15372517456988796,0.0011763085045218287,0.0257219997022617,0.15372517456988796,0.0,0.0004301542865774809,0.15372517456988796,0.0,0.0019445073046064664,0.15372517456988796,0.0,0.00038748360864700665,0.15372517456988796,4.2501841229963905e-06,0.004521315703787301,0.5,0.15372517456988796,0.0003079749695011918,0.0011914876947001097,0.15372517456988796,0.0039013293207355326,0.0009698059044169897,0.5,0.15372517456988796,0.0019995216654047927,0.0020106069919700927,0.15372517456988796,0.002334270674642329,0.0010967026230868885,0.15372517456988796,0.0,0.27691003909706136,0.15372517456988796,0.0,0.05058576735643103,0.15372517456988796,2.9383462198137293e-05,0.018048736607672644,0.15372517456988796,0.00022294826350019342,0.0006193533254102557,0.15372517456988796,0.0017229870452636538,0.003946973944225986,0.5,0.15372517456988796,0.004178353082628176,0.0045694450104253595,0.0,0.8675732857167676,0.32714925269968953 -514,0.5,0.15372517456988796,0.015694609907765635,0.20749979404000518,0.15372517456988796,0.0071729656165020455,0.09211310508367684,0.15372517456988796,0.014557219021026007,0.002372405386461421,0.15372517456988796,0.01415775383011449,0.0321158137773832,0.15372517456988796,0.005739835971562032,0.00037787777871678934,0.15372517456988796,0.015261039643850071,0.0019462962594691123,0.15372517456988796,0.012844460827940059,0.00038868451433973056,0.15372517456988796,0.03960839396323916,0.004428712812807355,0.5,0.15372517456988796,0.023481937953686204,0.001299385092635201,0.15372517456988796,0.05797428965092538,0.0021580412151953644,0.5,0.15372517456988796,0.049812972839144806,0.0029152266638461845,0.15372517456988796,0.0457776422717146,0.0014974920596473433,0.15372517456988796,0.006449312063074092,0.29243206997444626,0.15372517456988796,0.004647913517671731,0.05307386431541099,0.15372517456988796,0.006112579625050855,0.021936290009072636,0.15372517456988796,0.012538857625202987,0.0006739885173271108,0.15372517456988796,0.026147544042331168,0.005784027744034249,0.5,0.15372517456988796,0.03976581484679349,0.00822646367680691,0.0,0.8551601473280788,0.2890494660383609 -515,0.5,0.15372517456988796,0.046202512242387514,0.20379176148488165,0.15372517456988796,0.023581117075912178,0.10996914406430863,0.15372517456988796,0.03699627364396146,0.0030837893250308867,0.15372517456988796,0.038015722086834694,0.036070515845612966,0.15372517456988796,0.024091843720195304,0.0003763802875788824,0.15372517456988796,0.04447145233873023,0.0019608241523159527,0.15372517456988796,0.043686413064912846,0.00073967618628865,0.15372517456988796,0.11085291494576763,0.0037738997100379666,0.5,0.15372517456988796,0.06757680417022607,0.0031267929476121855,0.15372517456988796,0.13783018375758618,0.0025871153061694406,0.5,0.15372517456988796,0.1215836498426702,0.005439482912523305,0.15372517456988796,0.12251197884468168,0.002099282849717466,0.15372517456988796,0.026198558870857588,0.3151431788833314,0.15372517456988796,0.018830013724675118,0.056840610909869485,0.15372517456988796,0.022047349682755134,0.02847880139657754,0.15372517456988796,0.03852201854286567,0.0008781874100564068,0.15372517456988796,0.06004784300460113,0.00875643131634179,0.5,0.15372517456988796,0.08975092737804392,0.008705453444337324,0.0,0.8485510273399735,0.24640844640000317 -516,0.5,0.15372517456988796,0.07920130884947237,0.1950053032898484,0.15372517456988796,0.03835867493762475,0.11889133235418838,0.15372517456988796,0.05733772861889938,0.004020422421055332,0.15372517456988796,0.061860051524802256,0.03861259822800882,0.15372517456988796,0.040894814200594806,0.0005460126590517174,0.15372517456988796,0.05340991478568861,0.0021309348167766035,0.15372517456988796,0.06697449789888053,0.0012454814206749436,0.15372517456988796,0.16357375115476375,0.004224848795281565,0.5,0.15372517456988796,0.11997128601992871,0.004255604526936079,0.15372517456988796,0.20379240185770767,0.002925995503109428,0.5,0.15372517456988796,0.1791309906639404,0.005554138828976827,0.15372517456988796,0.2219914183064426,0.002674937219261248,0.15372517456988796,0.044090649466829925,0.33433050072656506,0.15372517456988796,0.03323590857984776,0.056995168195003054,0.15372517456988796,0.04022441041040238,0.033397591995034046,0.15372517456988796,0.06592356078422258,0.0009115289853604203,0.15372517456988796,0.08918100832692441,0.008409077589878989,0.5,0.15372517456988796,0.13394341011865013,0.008513727843192334,0.0,0.8462073286522379,0.21194501166551744 -517,0.5,0.15372517456988796,0.08832822238117002,0.19469871536371705,0.15372517456988796,0.04636216647602533,0.13063510716576074,0.15372517456988796,0.0663859923340211,0.004382104622666117,0.15372517456988796,0.07304965826755692,0.03673629147024279,0.15372517456988796,0.0469567266328065,0.0008810797896736427,0.15372517456988796,0.05789737589465808,0.002337643205133003,0.15372517456988796,0.07719895901254108,0.0020508735932510715,0.15372517456988796,0.19517450560864685,0.004406266603793539,0.5,0.15372517456988796,0.17691690188231485,0.0031853823224460348,0.15372517456988796,0.23207367897167896,0.0026666599039885394,0.5,0.15372517456988796,0.24118181985899317,0.0038119768413761366,0.15372517456988796,0.2234230402331522,0.0021208218939758015,0.15372517456988796,0.05216290679812795,0.3396167546568374,0.15372517456988796,0.039987992876755536,0.05584963238799705,0.15372517456988796,0.04898872922666787,0.033755465816541555,0.15372517456988796,0.07604274761544907,0.0008310259882818076,0.15372517456988796,0.10091492524565185,0.007455585923526758,0.5,0.15372517456988796,0.15309575008610293,0.00683661133543567,0.0,0.8602454805438013,0.18312454860631083 -518,0.5,0.15372517456988796,0.07621469165702138,0.1965087009698382,0.15372517456988796,0.04575964607258871,0.12353966586728035,0.15372517456988796,0.06121590295925704,0.004102943546586029,0.15372517456988796,0.06339984472147764,0.03537810453050797,0.15372517456988796,0.04059679927447433,0.0005798361557764107,0.15372517456988796,0.05720430245405071,0.0029614835163658793,0.15372517456988796,0.06735987799162087,0.0019057080313479328,0.15372517456988796,0.17302987559597993,0.0035903124022655932,0.5,0.15372517456988796,0.16062224541826675,0.0019000594705967063,0.15372517456988796,0.19865571523003012,0.003938427026358137,0.5,0.15372517456988796,0.2190400677588929,0.00140001377259262,0.15372517456988796,0.19063605392053837,0.0017255985381706114,0.15372517456988796,0.050966190604918325,0.33230825397794417,0.15372517456988796,0.03608435554168439,0.05032308265255617,0.15372517456988796,0.0447517988789715,0.03180276911768256,0.15372517456988796,0.06252211112570234,0.0007107743617484907,0.15372517456988796,0.09096305859909544,0.005775239623997278,0.5,0.15372517456988796,0.13991522630134204,0.005953612620771215,0.0,0.8759866765763278,0.16272917121933014 -519,0.5,0.15372517456988796,0.04494783253507478,0.19573263283563014,0.15372517456988796,0.032902837621316496,0.11365214231130726,0.15372517456988796,0.04597568926564902,0.0039441046015030335,0.15372517456988796,0.04143839075267868,0.03976893692146015,0.15372517456988796,0.027826871075599904,0.00033200903746860165,0.15372517456988796,0.04237174661173919,0.003956832560833236,0.15372517456988796,0.043056214017172564,0.0010852429806308523,0.15372517456988796,0.11423386742280064,0.003251337907746196,0.5,0.15372517456988796,0.1101739947872395,0.001497794350298099,0.15372517456988796,0.12065994574591846,0.006084856781652858,0.5,0.15372517456988796,0.16274786781281203,0.0007090396507673472,0.15372517456988796,0.1312753401714403,0.0012466430243385782,0.15372517456988796,0.03414636427198412,0.3161267260961194,0.15372517456988796,0.02258466602623117,0.044887074168920314,0.15372517456988796,0.031187356488805183,0.030477046109865236,0.15372517456988796,0.04170540444758091,0.0005763310882970121,0.15372517456988796,0.06123516668991255,0.0037029251582587396,0.5,0.15372517456988796,0.08401136938607784,0.004354426839899907,0.0,0.8856860937256303,0.15887893458766356 -520,0.5,0.15372517456988796,0.012719221685284297,0.1874544092051841,0.15372517456988796,0.011999188968797432,0.10837597121771207,0.15372517456988796,0.018771396338409758,0.005456941913389364,0.15372517456988796,0.01331007029575186,0.04856978224191942,0.15372517456988796,0.011282190277315057,0.0001765758640775618,0.15372517456988796,0.020152538460477785,0.0069322641807796365,0.15372517456988796,0.022444924016886796,0.0006624277917954781,0.15372517456988796,0.0757618443602044,0.0035899444677078736,0.5,0.15372517456988796,0.052753088030495894,0.0013560404020321534,0.15372517456988796,0.048519996886709424,0.0074651916101555315,0.5,0.15372517456988796,0.11363350423790697,0.0005017356531266028,0.15372517456988796,0.06212280165989197,0.000906990102326266,0.15372517456988796,0.011661657636451434,0.3026852906215102,0.15372517456988796,0.007849853409254237,0.04216749865517831,0.15372517456988796,0.01142446398557128,0.02995646924423313,0.15372517456988796,0.019187888923430294,0.0005209852084393355,0.15372517456988796,0.027277601349737998,0.0024326278003093736,0.5,0.15372517456988796,0.03436612851862412,0.002693248870706237,0.0,0.8894421941219528,0.17133168242434518 -521,0.5,0.15372517456988796,0.0,0.17688900855642375,0.15372517456988796,0.0,0.09930449914650223,0.15372517456988796,0.00015329951203364074,0.007573037188638642,0.15372517456988796,0.0,0.05085827936305256,0.15372517456988796,0.0002859529695670727,0.0004194378097270681,0.15372517456988796,0.0,0.00989379522297306,0.15372517456988796,0.00044082867574797216,0.0003091153898959003,0.15372517456988796,0.0,0.005281701770993831,0.5,0.15372517456988796,0.0,0.0011994714917665085,0.15372517456988796,0.0,0.004662180270651519,0.5,0.15372517456988796,0.0,7.439188536798898e-05,0.15372517456988796,0.0,0.0008492688553435384,0.15372517456988796,0.0,0.2932216908441591,0.15372517456988796,0.000279639853186669,0.04117480611552676,0.15372517456988796,0.0002683984118827913,0.028947656639986417,0.15372517456988796,0.00040800112889886913,0.00037123982976623287,0.15372517456988796,0.0,0.0006712900311144484,0.5,0.15372517456988796,0.0,0.0007613963766522371,0.0,0.883852742284591,0.1991457204811254 -522,0.5,0.15372517456988796,0.0,0.17854556156692072,0.15372517456988796,0.0,0.1002435595033268,0.15372517456988796,0.0,0.010278740353236119,0.15372517456988796,0.0,0.053187053470473374,0.15372517456988796,0.0,0.0009475164291036225,0.15372517456988796,0.0,0.011672855901337542,0.15372517456988796,0.0,0.00020622492276110906,0.15372517456988796,0.0,0.00586066852348514,0.5,0.15372517456988796,0.0,0.0010697015265394292,0.15372517456988796,0.0,0.0023829910522070057,0.5,0.15372517456988796,0.0,5.8494144786078674e-05,0.15372517456988796,0.0,0.0011540167946061796,0.15372517456988796,0.0,0.30699354506169074,0.15372517456988796,0.0,0.04678660489939541,0.15372517456988796,0.0,0.03406249340746549,0.15372517456988796,0.0,0.00035822498718729657,0.15372517456988796,0.0,0.0004533835926888095,0.5,0.15372517456988796,0.0,0.0004868236933050434,0.0,0.8726882064944101,0.22985825275267913 -523,0.5,0.15372517456988796,0.0,0.18304607798654998,0.15372517456988796,0.0,0.10199026799454726,0.15372517456988796,0.0,0.012204906196081357,0.15372517456988796,0.0,0.05203994428990336,0.15372517456988796,0.0,0.002268419805731854,0.15372517456988796,0.0,0.012189638202480755,0.15372517456988796,0.0,0.00027595365137429245,0.15372517456988796,0.0,0.005794900704499962,0.5,0.15372517456988796,0.0,0.0010564843140991177,0.15372517456988796,0.0,0.0011224654689652456,0.5,0.15372517456988796,0.0,0.00011377350550554881,0.15372517456988796,0.0,0.0011083476252309254,0.15372517456988796,0.0,0.3144408614615355,0.15372517456988796,0.0,0.05386549689892918,0.15372517456988796,0.0,0.03946501644029665,0.15372517456988796,0.0,0.00029174931685097336,0.15372517456988796,0.0,0.00041620262461491774,0.5,0.15372517456988796,0.0,0.0004129825288780773,0.0,0.8702320118148825,0.25473240851567314 -524,0.5,0.15372517456988796,0.0,0.18766812828535473,0.15372517456988796,0.0,0.104234294440812,0.15372517456988796,0.0,0.01253639708501882,0.15372517456988796,0.0,0.05033167293488215,0.15372517456988796,0.0,0.00338567428584842,0.15372517456988796,0.0,0.012159947425711096,0.15372517456988796,0.0,0.0004965428610394315,0.15372517456988796,0.0,0.006000603626300435,0.5,0.15372517456988796,0.0,0.001016683804894563,0.15372517456988796,0.0,0.000732545589798261,0.5,0.15372517456988796,0.0,9.937761568730273e-05,0.15372517456988796,0.0,0.0007711543847029496,0.15372517456988796,0.0,0.3066933844938512,0.15372517456988796,0.0,0.05990930289270568,0.15372517456988796,0.0,0.04089001792345257,0.15372517456988796,0.0,0.00019802092566196744,0.15372517456988796,0.0,0.00045983617024752455,0.5,0.15372517456988796,0.0,0.000441517201318994,0.0,0.8700380704731195,0.2881926689889278 -525,0.5,0.15372517456988796,0.0,0.19192090401366424,0.15372517456988796,0.0,0.1082395132409365,0.15372517456988796,0.0,0.01147844316297827,0.15372517456988796,0.0,0.05078334163479701,0.15372517456988796,0.0,0.004416722582307563,0.15372517456988796,0.0,0.013943528451073963,0.15372517456988796,0.0,0.0008989856977385969,0.15372517456988796,0.0,0.006857537570381381,0.5,0.15372517456988796,0.0,0.001174830665935966,0.15372517456988796,0.0,0.0005131004834500936,0.5,0.15372517456988796,0.0,9.066937976443975e-05,0.15372517456988796,0.0,0.0005988456368866903,0.15372517456988796,0.0,0.29511473573889163,0.15372517456988796,0.0,0.06566457697411938,0.15372517456988796,0.0,0.04179578041004145,0.15372517456988796,0.0,0.00011261367205517586,0.15372517456988796,0.0,0.0004714980920143256,0.5,0.15372517456988796,0.0,0.0005027103601282962,0.0,0.8665536586794643,0.3245004349888865 -526,0.5,0.15372517456988796,0.0,0.19672414575306463,0.15372517456988796,0.0,0.112466259656793,0.15372517456988796,0.0,0.009004374206887376,0.15372517456988796,0.0,0.05189195672058237,0.15372517456988796,0.0,0.005843626395974267,0.15372517456988796,0.0,0.017167277406985305,0.15372517456988796,0.0,0.0018590984354189058,0.15372517456988796,0.0,0.008488940713091774,0.5,0.15372517456988796,0.0,0.001605549084978637,0.15372517456988796,0.0,0.00030644230116073104,0.5,0.15372517456988796,0.0,0.0001229473382606317,0.15372517456988796,0.0,0.0004375800880082128,0.15372517456988796,0.0,0.29073221931956145,0.15372517456988796,0.0,0.07005899386678599,0.15372517456988796,0.0,0.042642413947248006,0.15372517456988796,0.0,8.603253682864701e-05,0.15372517456988796,0.0,0.0005177170299937216,0.5,0.15372517456988796,0.0,0.0005383803997141447,0.0,0.8704535590744821,0.3610819770412047 -527,0.5,0.15372517456988796,0.0,0.2083728938695882,0.15372517456988796,0.0,0.12458681759753765,0.15372517456988796,0.0,0.007749021482979066,0.15372517456988796,0.0,0.05404341995164155,0.15372517456988796,0.0,0.006954220417952507,0.15372517456988796,0.0,0.01941233353453077,0.15372517456988796,0.0,0.002563206698709273,0.15372517456988796,0.0,0.009967281643632052,0.5,0.15372517456988796,0.0,0.0020058872828843423,0.15372517456988796,0.0,0.00018503186178384166,0.5,0.15372517456988796,0.0,0.0002739822991416403,0.15372517456988796,0.0,0.0004166882312710956,0.15372517456988796,0.0,0.29417813172670865,0.15372517456988796,0.0,0.07065424765552145,0.15372517456988796,0.0,0.044492941690977846,0.15372517456988796,0.0,0.00011599320388117522,0.15372517456988796,0.0,0.000629704775494798,0.5,0.15372517456988796,0.0,0.0005441858261286972,0.0,0.8814042279980224,0.3907925165841552 -528,0.5,0.15372517456988796,0.0,0.2258679921780902,0.15372517456988796,0.0,0.13100778736728474,0.15372517456988796,0.0,0.008250354180370801,0.15372517456988796,0.0,0.05815531194366867,0.15372517456988796,0.0,0.007135622335423696,0.15372517456988796,0.0,0.020702580830998473,0.15372517456988796,0.0,0.0025577704864237546,0.15372517456988796,0.0,0.010139008381269403,0.5,0.15372517456988796,0.0,0.0020264785036570566,0.15372517456988796,0.0,0.0001594668903489063,0.5,0.15372517456988796,0.0,0.0004647968456998626,0.15372517456988796,0.0,0.000530459043405566,0.15372517456988796,0.0,0.29406512738507007,0.15372517456988796,0.0,0.067410839938036,0.15372517456988796,0.0,0.046460462072133654,0.15372517456988796,0.0,0.00028952485133156974,0.15372517456988796,0.0,0.0007200835567105748,0.5,0.15372517456988796,0.0,0.0006238892858763551,0.0,0.8899840404915288,0.40152613103853035 -529,0.5,0.15372517456988796,0.0,0.23973576925736695,0.15372517456988796,0.0,0.12411442531594385,0.15372517456988796,0.0,0.00992346155116724,0.15372517456988796,0.0,0.06398379664680676,0.15372517456988796,0.0,0.00681607118180688,0.15372517456988796,0.0,0.02258000709432432,0.15372517456988796,0.0,0.0022009568358148136,0.15372517456988796,0.0,0.01002140819196238,0.5,0.15372517456988796,0.0,0.0019149051350642926,0.15372517456988796,0.0,0.00014090362486224813,0.5,0.15372517456988796,0.0,0.0006683050147850429,0.15372517456988796,0.0,0.001007540193854419,0.15372517456988796,0.0,0.29210777758880796,0.15372517456988796,0.0,0.06273440034257045,0.15372517456988796,0.0,0.04616445031124725,0.15372517456988796,0.0,0.0006012751862256156,0.15372517456988796,0.0,0.000946403860743416,0.5,0.15372517456988796,0.0,0.0007476750097168995,0.0,0.8807376301775522,0.41059376205446335 -530,0.5,0.15372517456988796,0.0,0.24318551118001108,0.15372517456988796,0.0,0.12493646005840267,0.15372517456988796,0.0,0.01159067573507254,0.15372517456988796,0.0,0.07016289305978174,0.15372517456988796,0.0,0.007794934810285535,0.15372517456988796,0.0,0.02604024759035014,0.15372517456988796,0.0,0.0019086960182087037,0.15372517456988796,0.0,0.010396135142961515,0.5,0.15372517456988796,0.0,0.0021066382809062393,0.15372517456988796,0.0,8.560287515703859e-05,0.5,0.15372517456988796,0.0,0.0005383583818955724,0.15372517456988796,0.0,0.0017334769913166085,0.15372517456988796,0.0,0.3038392167353585,0.15372517456988796,0.0,0.06134790992132981,0.15372517456988796,0.0,0.04762166203429174,0.15372517456988796,0.0,0.001063284105499397,0.15372517456988796,0.0,0.00165641850993318,0.5,0.15372517456988796,0.0,0.0008721472968526118,0.0,0.8656998720879902,0.41940714674754387 -531,0.5,0.15372517456988796,0.0,0.24528891430094665,0.15372517456988796,0.0,0.1378356237895441,0.15372517456988796,0.0,0.013294183625099893,0.15372517456988796,0.0,0.07664394822452096,0.15372517456988796,0.0,0.012447681916650499,0.15372517456988796,0.0,0.02975814651511234,0.15372517456988796,0.0,0.0023415327643209775,0.15372517456988796,0.0,0.011606562783382356,0.5,0.15372517456988796,0.0,0.0025639236471860258,0.15372517456988796,0.0,7.376637223124894e-05,0.5,0.15372517456988796,0.0,0.0003529433153631612,0.15372517456988796,0.0,0.0025005530454536647,0.15372517456988796,0.0,0.3270311187966455,0.15372517456988796,0.0,0.06630145465396359,0.15372517456988796,0.0,0.052600953756396396,0.15372517456988796,0.0,0.0015765651257085306,0.15372517456988796,0.0,0.002052924036154552,0.5,0.15372517456988796,0.0,0.0012987217324325335,0.0,0.8509367070098706,0.43501647689451084 -532,0.5,0.15372517456988796,0.0,0.24962170254143698,0.15372517456988796,0.0,0.1571475880910901,0.15372517456988796,0.0,0.017041410437536663,0.15372517456988796,0.0,0.08442547232574685,0.15372517456988796,0.0,0.018611400143386823,0.15372517456988796,0.0,0.030835929228445066,0.15372517456988796,0.0,0.003011170931588039,0.15372517456988796,0.0,0.01282549151769911,0.5,0.15372517456988796,0.0,0.003023315858030704,0.15372517456988796,0.0,7.80836121197768e-05,0.5,0.15372517456988796,0.0,5.7579889657065e-05,0.15372517456988796,0.0,0.001334594748217602,0.15372517456988796,0.0,0.3579076616635863,0.15372517456988796,0.0,0.07607650509255443,0.15372517456988796,0.0,0.05881894391745117,0.15372517456988796,0.0,0.0019893654711394056,0.15372517456988796,0.0,0.001718581994612617,0.5,0.15372517456988796,0.0,0.001263462911323661,0.0,0.8360040819790171,0.47209474149199426 -533,0.5,0.15372517456988796,0.0,0.25013737946197434,0.15372517456988796,0.0,0.17970450932648951,0.15372517456988796,0.0,0.022316661362371672,0.15372517456988796,0.0,0.09066226825035924,0.15372517456988796,0.0,0.025048632029392927,0.15372517456988796,0.0,0.03224406232410242,0.15372517456988796,0.0,0.004261064091373366,0.15372517456988796,0.0,0.014950517889802242,0.5,0.15372517456988796,0.0,0.004223470406093088,0.15372517456988796,0.0,0.0001046363758450335,0.5,0.15372517456988796,0.0,1.7064697534484198e-05,0.15372517456988796,0.0,0.0015686161155982789,0.15372517456988796,0.0,0.39546613117525153,0.15372517456988796,0.0,0.09227510519512336,0.15372517456988796,0.0,0.0664789816718382,0.15372517456988796,0.0,0.0021463727205908115,0.15372517456988796,0.0,0.0015313419530714586,0.5,0.15372517456988796,0.0,0.0010448294253899287,0.0,0.822000391429518,0.5228264925626501 -534,0.5,0.15372517456988796,0.0,0.24932753447773984,0.15372517456988796,0.0,0.1987319147746288,0.15372517456988796,0.0,0.026533564892593835,0.15372517456988796,0.0,0.09414379304205578,0.15372517456988796,0.0,0.03126659424843094,0.15372517456988796,0.0,0.03541636965615711,0.15372517456988796,0.0,0.00681161441824631,0.15372517456988796,0.0,0.01745864775077549,0.5,0.15372517456988796,0.0,0.006880738137906337,0.15372517456988796,0.0,0.00014439224343276507,0.5,0.15372517456988796,0.0,2.676797027936744e-05,0.15372517456988796,0.0,0.0021853013423189026,0.15372517456988796,0.0,0.4282260298326368,0.15372517456988796,0.0,0.10779430326235137,0.15372517456988796,0.0,0.07502785407857188,0.15372517456988796,0.0,0.0025240700089349585,0.15372517456988796,0.0,0.0014650849229468224,0.5,0.15372517456988796,0.0,0.001048856441735574,0.0,0.8107478121605664,0.6000994812377641 -535,0.5,0.15372517456988796,0.0,0.2537237649137644,0.15372517456988796,0.0,0.21682382895353336,0.15372517456988796,0.0,0.029781694454829137,0.15372517456988796,0.0,0.0971160272174526,0.15372517456988796,0.0,0.03623839319810158,0.15372517456988796,0.0,0.041671079350442244,0.15372517456988796,0.0,0.009592960260655098,0.15372517456988796,0.0,0.021430648140019066,0.5,0.15372517456988796,0.0,0.010536768225724929,0.15372517456988796,0.0,0.00023518286837138618,0.5,0.15372517456988796,0.0,4.8594978314694097e-05,0.15372517456988796,0.0,0.00304079576514873,0.15372517456988796,0.0,0.45547795987457607,0.15372517456988796,0.0,0.12100654900743107,0.15372517456988796,0.0,0.08311111847422394,0.15372517456988796,0.0,0.0029495040109406147,0.15372517456988796,0.0,0.0014694568787489426,0.5,0.15372517456988796,0.0,0.001195902226692835,0.0,0.8054067389740113,0.6992026836601444 -536,0.5,0.15372517456988796,0.0,0.27142581959883305,0.15372517456988796,0.0,0.2399535466279228,0.15372517456988796,0.0,0.03385723282656659,0.15372517456988796,0.0,0.10696406026864293,0.15372517456988796,0.0,0.04289878009766007,0.15372517456988796,0.0,0.05006201366009512,0.15372517456988796,0.0,0.011932640282244788,0.15372517456988796,0.0,0.027259243078452004,0.5,0.15372517456988796,0.0,0.017643951056235327,0.15372517456988796,0.0,0.000394887721721379,0.5,0.15372517456988796,0.0,0.0005053391221647693,0.15372517456988796,0.0,0.004618726108279181,0.15372517456988796,0.0,0.4832788898249593,0.15372517456988796,0.0,0.13423969894137394,0.15372517456988796,0.0,0.0917080716642021,0.15372517456988796,0.0,0.0038612198090298365,0.15372517456988796,0.0,0.0019346934022527536,0.5,0.15372517456988796,0.0,0.0014466669281539865,0.0,0.8125608477755664,0.7887871600871661 -537,0.5,0.15372517456988796,0.0039045461583575077,0.3079150625885969,0.15372517456988796,0.0,0.2834456746778196,0.15372517456988796,0.0012335441602970725,0.0393340155958111,0.15372517456988796,0.0037484616583709483,0.13083040084553935,0.15372517456988796,0.0,0.051426205300911985,0.15372517456988796,0.0,0.05680722977376124,0.15372517456988796,0.0,0.014577301282120899,0.15372517456988796,2.0421896642008705e-05,0.03285855157841103,0.5,0.15372517456988796,0.00031627019580205107,0.025832010508337902,0.15372517456988796,0.005407231638815717,0.0010200083234407655,0.5,0.15372517456988796,0.001231039481999908,0.0010319911428105456,0.15372517456988796,0.002994508240522842,0.006808666946269149,0.15372517456988796,0.0,0.5264312570623794,0.15372517456988796,0.0,0.15249610430041996,0.15372517456988796,0.00017725058666337304,0.10598466914891594,0.15372517456988796,0.0006175861914500066,0.005493439201976155,0.15372517456988796,0.0016862203259028097,0.0032330690642557326,0.5,0.15372517456988796,0.0032611986152862407,0.0024153800330039745,0.0,0.837037082763012,0.8623325695548582 -538,0.5,0.15372517456988796,0.1060586191064562,0.3654834391789343,0.15372517456988796,0.015173904306866891,0.3380394937380181,0.15372517456988796,0.023710788761666785,0.04853943137706987,0.15372517456988796,0.052762702408204326,0.1568428474737646,0.15372517456988796,0.026958874773918184,0.06159101065453017,0.15372517456988796,0.02026449477247639,0.06705956646099764,0.15372517456988796,0.021219327466978334,0.019998477516758692,0.15372517456988796,0.020659725407787488,0.04989016425489691,0.5,0.15372517456988796,0.018426882426629803,0.052434928200053355,0.15372517456988796,0.059546267946488686,0.0018374624985882926,0.5,0.15372517456988796,0.025056531965820805,0.0036457390708503306,0.15372517456988796,0.049278159919216996,0.013242472147828721,0.15372517456988796,0.013321608267255647,0.5784019293192254,0.15372517456988796,0.022395238166274867,0.18372066916612123,0.15372517456988796,0.02688103687689865,0.13162623585026623,0.15372517456988796,0.024494619986492886,0.016600793787371185,0.15372517456988796,0.026240008129134233,0.00595900225847439,0.5,0.15372517456988796,0.027921348499194525,0.004229936307174534,0.0,0.8602738987240841,0.9077841264443552 -539,0.5,0.15372517456988796,0.22083877447726735,0.4011645284862938,0.15372517456988796,0.04750852558995178,0.4060573228160192,0.15372517456988796,0.06000019590331873,0.06317199538018645,0.15372517456988796,0.111535375621947,0.16965337669916986,0.15372517456988796,0.07508472457924918,0.08894478687165748,0.15372517456988796,0.05494445422472731,0.09323353713722575,0.15372517456988796,0.06403688389060586,0.045661433507924565,0.15372517456988796,0.05617933512969148,0.10333765190276814,0.5,0.15372517456988796,0.054646840654956876,0.11074597667682083,0.15372517456988796,0.12555254560978052,0.005884934460513549,0.5,0.15372517456988796,0.06529360775748512,0.0219746098754876,0.15372517456988796,0.10520522107521454,0.04223312852918693,0.15372517456988796,0.040693491969306134,0.6354483543022645,0.15372517456988796,0.06414315641465146,0.2476452355870689,0.15372517456988796,0.06754990544665482,0.17993794623657025,0.15372517456988796,0.06610245330495608,0.04817515430790746,0.15372517456988796,0.060462671169330504,0.017956240035636284,0.5,0.15372517456988796,0.06414919385235807,0.011417010176858087,0.0,0.8761487323947408,0.9313983398382228 -540,0.5,0.15372517456988796,0.30502258182058856,0.42235218833280835,0.15372517456988796,0.06451144595910269,0.4720600059310084,0.15372517456988796,0.08525102397494158,0.07635369572814973,0.15372517456988796,0.15387353924394648,0.1745331805845536,0.15372517456988796,0.11412515590957334,0.12718529501658546,0.15372517456988796,0.09316864163710704,0.12470808883512981,0.15372517456988796,0.1057417060805246,0.09504805506421202,0.15372517456988796,0.08428644762609433,0.12867929503465403,0.5,0.15372517456988796,0.08633764698198382,0.16398641037840017,0.15372517456988796,0.19124536560570254,0.016374777983162767,0.5,0.15372517456988796,0.10424482514768411,0.04654153037507026,0.15372517456988796,0.1375399986320461,0.07382128284759454,0.15372517456988796,0.06378996510667843,0.6914322272306268,0.15372517456988796,0.08693273770656983,0.30875983823714526,0.15372517456988796,0.08697849290386703,0.23054495192110375,0.15372517456988796,0.08506836127921155,0.08732248584178325,0.15372517456988796,0.07677431541994117,0.03305854742945516,0.5,0.15372517456988796,0.11377278870517427,0.02185959829933106,0.0,0.8818949536891,0.948654170935042 -541,0.5,0.15372517456988796,0.3393847188110022,0.4505271999153686,0.15372517456988796,0.08537260741007628,0.5266677041016137,0.15372517456988796,0.08872426658169105,0.09527667030036095,0.15372517456988796,0.17383025487664724,0.1838547675139948,0.15372517456988796,0.1402387596361921,0.18322775956517007,0.15372517456988796,0.09988229703781067,0.16198240985377416,0.15372517456988796,0.1273995522830276,0.1376107005724844,0.15372517456988796,0.1135417873052125,0.17393465680818926,0.5,0.15372517456988796,0.10625456779216057,0.22679242842500524,0.15372517456988796,0.21140594933914447,0.0393714712823352,0.5,0.15372517456988796,0.10135307233462452,0.06883177708909291,0.15372517456988796,0.16747954134122864,0.1018690579874791,0.15372517456988796,0.07610484259250597,0.7231306728724691,0.15372517456988796,0.10638135120306637,0.36535624995357624,0.15372517456988796,0.08483453614668955,0.26601651058503617,0.15372517456988796,0.08664751902064774,0.12216361352384032,0.15372517456988796,0.09946678339831254,0.047552945137633744,0.5,0.15372517456988796,0.16731215111885187,0.03470732990078506,0.0,0.891920584165957,0.9707685676340765 -542,0.5,0.15372517456988796,0.31837886537726695,0.4422977689304084,0.15372517456988796,0.07353023662483879,0.5534363553157848,0.15372517456988796,0.07214861778999714,0.10348387859170116,0.15372517456988796,0.16519398692591392,0.19462511618044775,0.15372517456988796,0.12873697500041834,0.23702754128471254,0.15372517456988796,0.11178312256749451,0.1874858944519805,0.15372517456988796,0.10779846457521769,0.16098905183349602,0.15372517456988796,0.14120703550187383,0.2228575469493369,0.5,0.15372517456988796,0.10404790747936934,0.2863020320186859,0.15372517456988796,0.22394722803271244,0.08143642312844745,0.5,0.15372517456988796,0.11296139617114728,0.10457558148342633,0.15372517456988796,0.1516738908475003,0.11702053632522594,0.15372517456988796,0.06558863013959342,0.734699230866444,0.15372517456988796,0.10137437999597601,0.40636650994804224,0.15372517456988796,0.05876137274530434,0.28885082655418354,0.15372517456988796,0.0847682821298396,0.1517024402191901,0.15372517456988796,0.09366911997144692,0.05361184440301062,0.5,0.15372517456988796,0.13332778383784727,0.04269490575033225,0.0,0.8922466254218335,0.9885780191621358 -543,0.5,0.15372517456988796,0.23465212023842175,0.4130465470791958,0.15372517456988796,0.05124777308779044,0.5726644308964921,0.15372517456988796,0.04509211873559994,0.0991959018024592,0.15372517456988796,0.11096075647766211,0.19556942247016235,0.15372517456988796,0.08401764033412515,0.2167662981245664,0.15372517456988796,0.07083564561886513,0.17743395788338068,0.15372517456988796,0.06951760783004748,0.16985399090351597,0.15372517456988796,0.11129941464897825,0.2856868017745061,0.5,0.15372517456988796,0.07961701371586702,0.3434749403362356,0.15372517456988796,0.1469923088897935,0.10492855519062685,0.5,0.15372517456988796,0.08160623923541016,0.14662909271956182,0.15372517456988796,0.10612692139281674,0.12846227094398852,0.15372517456988796,0.04673378957484965,0.743763869868897,0.15372517456988796,0.059837304244663846,0.4355645254496643,0.15372517456988796,0.04338828033116214,0.2960019954090371,0.15372517456988796,0.06756555357831814,0.17020120055994506,0.15372517456988796,0.07377206046786816,0.0601164975870386,0.5,0.15372517456988796,0.10565352702895298,0.04346160710014747,0.0,0.8886219235414512,0.9966408858172152 -544,0.5,0.15372517456988796,0.06112843024339658,0.39053573594800073,0.15372517456988796,0.022526255687312396,0.6000043654087625,0.15372517456988796,0.016299472575886934,0.08459987198085614,0.15372517456988796,0.036270803066361,0.19047611004150575,0.15372517456988796,0.033817163780378585,0.16299381142745495,0.15372517456988796,0.034773583032771824,0.16451762785042545,0.15372517456988796,0.029654404437946626,0.1328388786604824,0.15372517456988796,0.04575532006465888,0.33279998247840786,0.5,0.15372517456988796,0.03127077463055936,0.321613832936199,0.15372517456988796,0.061448522215450996,0.1017800585377949,0.5,0.15372517456988796,0.052843853764064364,0.1590733769080571,0.15372517456988796,0.05114438066868947,0.1176182335016998,0.15372517456988796,0.017396322642597134,0.7532700523397878,0.15372517456988796,0.02740640771822172,0.4377685567142721,0.15372517456988796,0.0171796547759038,0.2957934578481368,0.15372517456988796,0.0381530359381873,0.15798534958350358,0.15372517456988796,0.03329382082861892,0.052798215738004646,0.5,0.15372517456988796,0.052359723167593894,0.029212448616093862,0.0,0.8870839077649991,0.9980791279493166 -545,0.5,0.15372517456988796,2.509152196530319e-07,0.40311262104551904,0.15372517456988796,2.5306055270883913e-05,0.6456792155845713,0.15372517456988796,0.00016828738696607806,0.08076946452946593,0.15372517456988796,0.0,0.19679183701078864,0.15372517456988796,0.0001826389598138758,0.11089976174332969,0.15372517456988796,0.0,0.17857243980057325,0.15372517456988796,0.0,0.09991001369270233,0.15372517456988796,0.0,0.2963924731185501,0.5,0.15372517456988796,0.0001411095787636917,0.33530842678955813,0.15372517456988796,0.0,0.09583121662909522,0.5,0.15372517456988796,0.00011762559442248647,0.12388692688526355,0.15372517456988796,0.0,0.10255854863839611,0.15372517456988796,3.7519716515906814e-06,0.786695514040569,0.15372517456988796,0.00012534503503651564,0.4389590141355655,0.15372517456988796,0.00032550876756520824,0.31467673807383995,0.15372517456988796,0.0,0.13195719393765665,0.15372517456988796,0.0002511868221313954,0.040430732096553845,0.5,0.15372517456988796,0.00013340426646543384,0.02117108064100303,0.0,0.8952872131925714,0.9975649420154294 -546,0.5,0.15372517456988796,0.0,0.4620647018534354,0.15372517456988796,0.0,0.6997862142407701,0.15372517456988796,0.0,0.09887479783009674,0.15372517456988796,0.0,0.2289910260227953,0.15372517456988796,0.0,0.11580275847362821,0.15372517456988796,0.0,0.1548655417399487,0.15372517456988796,0.0,0.11358366767119885,0.15372517456988796,0.0,0.18603490469783934,0.5,0.15372517456988796,0.0,0.4354491723560252,0.15372517456988796,0.0,0.10473198764619229,0.5,0.15372517456988796,0.0,0.11189062596157348,0.15372517456988796,0.0,0.10020725426441426,0.15372517456988796,0.0,0.8208217467104659,0.15372517456988796,0.0,0.47364073774383963,0.15372517456988796,0.0,0.34622917688521115,0.15372517456988796,0.0,0.1501797199744789,0.15372517456988796,0.0,0.044942460985836236,0.5,0.15372517456988796,0.0,0.026996389841937477,0.0,0.9158724087763233,0.9941207993266454 -547,0.5,0.15372517456988796,0.0,0.5115352015802185,0.15372517456988796,0.0,0.722591773618115,0.15372517456988796,0.0,0.1127162094742534,0.15372517456988796,0.0,0.2582121337984972,0.15372517456988796,0.0,0.14054756824038236,0.15372517456988796,0.0,0.11233333602936185,0.15372517456988796,0.0,0.11993254358272577,0.15372517456988796,0.0,0.15734807619961694,0.5,0.15372517456988796,0.0,0.4471667194578615,0.15372517456988796,0.0,0.10453098643124517,0.5,0.15372517456988796,0.0,0.1039739967776829,0.15372517456988796,0.0,0.11439712345254799,0.15372517456988796,0.0,0.8439117375538048,0.15372517456988796,0.0,0.5359592428760604,0.15372517456988796,0.0,0.3602480370925959,0.15372517456988796,0.0,0.20387858802853906,0.15372517456988796,0.0,0.051869477015903095,0.5,0.15372517456988796,0.0,0.03572144696764053,0.0,0.9410622140874437,0.9897347330392231 -548,0.5,0.15372517456988796,0.0,0.5467172182908379,0.15372517456988796,0.0,0.7569664810417517,0.15372517456988796,0.0,0.10901689884587784,0.15372517456988796,0.0,0.28590469850484845,0.15372517456988796,0.0,0.15031661198211083,0.15372517456988796,0.0,0.0696324863561302,0.15372517456988796,0.0,0.10079409043425458,0.15372517456988796,0.0,0.19516204520633662,0.5,0.15372517456988796,0.0,0.3911878876477083,0.15372517456988796,0.0,0.09500061095132882,0.5,0.15372517456988796,0.0,0.10938734559107303,0.15372517456988796,0.0,0.1405890502824592,0.15372517456988796,0.0,0.8614861301970398,0.15372517456988796,0.0,0.5799925997161937,0.15372517456988796,0.0,0.388229008424674,0.15372517456988796,0.0,0.2304919753034049,0.15372517456988796,0.0,0.05688266376402492,0.5,0.15372517456988796,0.0,0.04954112516058579,0.0,0.9594481112572768,0.9854142107445916 -549,0.5,0.15372517456988796,0.0,0.5571793634753821,0.15372517456988796,0.0,0.7691956484133963,0.15372517456988796,0.0,0.09711718968218115,0.15372517456988796,0.0,0.2888272210435311,0.15372517456988796,0.0,0.12458817512856807,0.15372517456988796,0.0,0.049365349845810244,0.15372517456988796,0.0,0.0713986964617028,0.15372517456988796,0.0,0.1690569643306301,0.5,0.15372517456988796,0.0,0.2734150372635756,0.15372517456988796,0.0,0.08261800223759824,0.5,0.15372517456988796,0.0,0.2444725342655079,0.15372517456988796,0.0,0.1882097806075297,0.15372517456988796,0.0,0.8710420741401376,0.15372517456988796,0.0,0.5816865856766482,0.15372517456988796,0.0,0.40972972661462476,0.15372517456988796,0.0,0.18879917496586085,0.15372517456988796,0.0,0.0831955839558281,0.5,0.15372517456988796,0.0,0.057404872451337394,0.0,0.9631255074556726,0.9918599279809349 -550,0.5,0.15372517456988796,0.0,0.5539623142744633,0.15372517456988796,0.0,0.7878183071546385,0.15372517456988796,0.0,0.0942315693737534,0.15372517456988796,0.0,0.2773334479259534,0.15372517456988796,0.0,0.08978764470537273,0.15372517456988796,0.0,0.04177144044835875,0.15372517456988796,0.0,0.06612644912669519,0.15372517456988796,0.0,0.13305490580088186,0.5,0.15372517456988796,0.0,0.19300354879708448,0.15372517456988796,0.0,0.07046683698939861,0.5,0.15372517456988796,0.0,0.2336626833898115,0.15372517456988796,0.0,0.29365197326379516,0.15372517456988796,0.0,0.8809967913155902,0.15372517456988796,0.0,0.5662167864700318,0.15372517456988796,0.0,0.415517456186191,0.15372517456988796,0.0,0.1618455294765202,0.15372517456988796,0.0,0.09884876022789658,0.5,0.15372517456988796,0.0,0.05480675322205086,0.0,0.9581163695243656,0.9966135806069734 -551,0.5,0.15372517456988796,0.0,0.5501731802146499,0.15372517456988796,0.0,0.7813283413692202,0.15372517456988796,0.0,0.0910567174514036,0.15372517456988796,0.0,0.2730196212772714,0.15372517456988796,0.0,0.06325844925642445,0.15372517456988796,0.0,0.02621554303537179,0.15372517456988796,0.0,0.052022673992371635,0.15372517456988796,0.0,0.09103324205201764,0.5,0.15372517456988796,0.0,0.20221125513122995,0.15372517456988796,0.0,0.06538254260950334,0.5,0.15372517456988796,0.0,0.16222701544521326,0.15372517456988796,0.0,0.2457410873298367,0.15372517456988796,0.0,0.8794023624686521,0.15372517456988796,0.0,0.5374691760677003,0.15372517456988796,0.0,0.4031497962510468,0.15372517456988796,0.0,0.11396730408552815,0.15372517456988796,0.0,0.09111626136838091,0.5,0.15372517456988796,0.0,0.050070979356240275,0.0,0.9499991989778965,0.9922317870262161 -552,0.5,0.15372517456988796,0.0,0.5590438492886879,0.15372517456988796,0.0,0.7508543343580361,0.15372517456988796,0.0,0.08949057225100648,0.15372517456988796,0.0,0.27235889934117585,0.15372517456988796,0.0,0.04583547011254183,0.15372517456988796,0.0,0.006095866147733286,0.15372517456988796,0.0,0.028034608728068372,0.15372517456988796,0.0,0.07999188918372138,0.5,0.15372517456988796,0.0,0.23995352672707296,0.15372517456988796,0.0,0.055643818858520114,0.5,0.15372517456988796,0.0,0.12537155839983233,0.15372517456988796,0.0,0.25068908908157045,0.15372517456988796,0.0,0.8736120130763336,0.15372517456988796,0.0,0.50826591088502,0.15372517456988796,0.0,0.38770491007937774,0.15372517456988796,0.0,0.06421114029591952,0.15372517456988796,0.0,0.06888874781412725,0.5,0.15372517456988796,0.0,0.04200534450053471,0.0,0.9452580844583348,0.981185676507817 -553,0.5,0.15372517456988796,0.0,0.5759334299463699,0.15372517456988796,0.0,0.7240797604859336,0.15372517456988796,0.0,0.08478091156234142,0.15372517456988796,0.0,0.2774052817813585,0.15372517456988796,0.0,0.04157468878881294,0.15372517456988796,0.0,0.006128174649350299,0.15372517456988796,0.0,0.009903566117544439,0.15372517456988796,0.0,0.12629771009750623,0.5,0.15372517456988796,0.0,0.3152772900725494,0.15372517456988796,0.0,0.07406760577551183,0.5,0.15372517456988796,0.0,0.11991325815238893,0.15372517456988796,0.0,0.3419693784090693,0.15372517456988796,0.0,0.8740926961407188,0.15372517456988796,0.0,0.4864787750295718,0.15372517456988796,0.0,0.38518795406003425,0.15372517456988796,0.0,0.03449580949568355,0.15372517456988796,0.0,0.044266203042825636,0.5,0.15372517456988796,0.0,0.029669617488405374,0.0,0.9474460634381568,0.9631216105912311 -554,0.5,0.15372517456988796,0.0,0.5873757663453874,0.15372517456988796,0.0,0.7170721250510524,0.15372517456988796,0.0,0.08078652346215848,0.15372517456988796,0.0,0.2755731111028098,0.15372517456988796,0.0,0.043580713378614654,0.15372517456988796,0.0,0.02080192831838213,0.15372517456988796,0.0,0.003590084301577317,0.15372517456988796,0.0,0.15820988084230242,0.5,0.15372517456988796,0.0,0.3168264852683319,0.15372517456988796,0.0,0.05812090390865517,0.5,0.15372517456988796,0.0,0.13186590634921433,0.15372517456988796,0.0,0.31636312950169265,0.15372517456988796,0.0,0.8740639494259873,0.15372517456988796,0.0,0.46360333941708454,0.15372517456988796,0.0,0.37990462202236985,0.15372517456988796,0.0,0.01714827493977239,0.15372517456988796,0.0,0.037375453798747786,0.5,0.15372517456988796,0.0,0.02419272792732386,0.0,0.9512314086956061,0.9466717748742784 -555,0.5,0.15372517456988796,0.0,0.5781977950181476,0.15372517456988796,0.0,0.6868121853472492,0.15372517456988796,0.0,0.0767449015670225,0.15372517456988796,0.0,0.26937528753949325,0.15372517456988796,0.0,0.05553427081333334,0.15372517456988796,0.0,0.031094859221135942,0.15372517456988796,0.0,0.0014670792458956216,0.15372517456988796,0.0,0.17994167897580532,0.5,0.15372517456988796,0.0,0.36063316260090617,0.15372517456988796,0.0,0.07173591944692358,0.5,0.15372517456988796,0.0,0.13834474533659488,0.15372517456988796,0.0,0.2896170979471572,0.15372517456988796,0.0,0.8674221258248831,0.15372517456988796,0.0,0.4485304897770762,0.15372517456988796,0.0,0.35936588791754004,0.15372517456988796,0.0,0.009476093826715238,0.15372517456988796,0.0,0.0366294455101742,0.5,0.15372517456988796,0.0,0.021577706035372547,0.0,0.9512708751082317,0.9461830519786029 -556,0.5,0.15372517456988796,0.0,0.5678739179380986,0.15372517456988796,0.0,0.6387371223411502,0.15372517456988796,0.0,0.07309733002354946,0.15372517456988796,0.0,0.2662536405617493,0.15372517456988796,0.0,0.06945141029830385,0.15372517456988796,0.0,0.03798421602781381,0.15372517456988796,0.0,0.0015742652149752074,0.15372517456988796,0.0,0.2058306117947244,0.5,0.15372517456988796,0.0,0.42299037047446225,0.15372517456988796,0.0,0.15132765743716284,0.5,0.15372517456988796,0.0,0.1274947030092059,0.15372517456988796,0.0,0.3481707059077454,0.15372517456988796,0.0,0.8570850825792335,0.15372517456988796,0.0,0.44803337332756277,0.15372517456988796,0.0,0.3420843653796983,0.15372517456988796,0.0,0.003758997812011039,0.15372517456988796,0.0,0.0329148977368138,0.5,0.15372517456988796,0.0,0.017020534766953734,0.0,0.9528836540444173,0.9554507232287872 -557,0.5,0.15372517456988796,0.0,0.5547963362976068,0.15372517456988796,0.0,0.6180802293900705,0.15372517456988796,0.0,0.0693264216634061,0.15372517456988796,0.0,0.25432914561343106,0.15372517456988796,0.0,0.08576985686951445,0.15372517456988796,0.0,0.04220630664548822,0.15372517456988796,0.0,0.002630074805341018,0.15372517456988796,0.0,0.21998583859881232,0.5,0.15372517456988796,0.0,0.45768641447065905,0.15372517456988796,0.0,0.45623110373852915,0.5,0.15372517456988796,0.0,0.1263768577605604,0.15372517456988796,0.0,0.4146786509547392,0.15372517456988796,0.0,0.8521256850305263,0.15372517456988796,0.0,0.45022364011237964,0.15372517456988796,0.0,0.3299645902854652,0.15372517456988796,0.0,0.0012383399470011086,0.15372517456988796,0.0,0.029115953563220144,0.5,0.15372517456988796,0.0,0.014156897290176041,0.0,0.958494143265288,0.9553703750454684 -558,0.5,0.15372517456988796,0.0,0.5486182512212537,0.15372517456988796,0.0,0.5969316868190119,0.15372517456988796,0.0,0.062096324577815026,0.15372517456988796,0.0,0.2395083968574987,0.15372517456988796,0.0,0.09209785122994069,0.15372517456988796,0.0,0.043061958872186445,0.15372517456988796,0.0,0.00428723286522029,0.15372517456988796,0.0,0.22702176867504215,0.5,0.15372517456988796,0.0,0.46665547501965654,0.15372517456988796,0.0,0.5588193831579582,0.5,0.15372517456988796,0.0,0.11303942877483485,0.15372517456988796,0.0,0.409007765298699,0.15372517456988796,0.0,0.8472514125122823,0.15372517456988796,0.0,0.43090809156422116,0.15372517456988796,0.0,0.3113798280965571,0.15372517456988796,0.0,0.00046330719931201317,0.15372517456988796,0.0,0.02436792588807387,0.5,0.15372517456988796,0.0,0.022143889885015693,0.0,0.9596185539133131,0.9483245781670683 -559,0.5,0.15372517456988796,0.0,0.5577735200668362,0.15372517456988796,0.0,0.559455688555087,0.15372517456988796,0.0,0.05605601271589336,0.15372517456988796,0.0,0.24204092642505076,0.15372517456988796,0.0,0.09462176259177314,0.15372517456988796,0.0,0.03625750648438755,0.15372517456988796,0.0,0.005905456530068343,0.15372517456988796,0.0,0.21481687552406403,0.5,0.15372517456988796,0.0,0.45048543900883425,0.15372517456988796,0.0,0.5270920269419794,0.5,0.15372517456988796,0.0,0.08484262039698226,0.15372517456988796,0.0,0.4107018786068397,0.15372517456988796,0.0,0.8428775550671236,0.15372517456988796,0.0,0.407467423645016,0.15372517456988796,0.0,0.2845520053846461,0.15372517456988796,0.0,0.0005703569272564272,0.15372517456988796,0.0,0.026344070673291583,0.5,0.15372517456988796,0.0,0.07146294781144928,0.0,0.9599562449119096,0.9435103381409414 -560,0.5,0.15372517456988796,0.0,0.5601434226998092,0.15372517456988796,0.0,0.5353511322618882,0.15372517456988796,0.0,0.05922125447967875,0.15372517456988796,0.0,0.2585415221195208,0.15372517456988796,0.0,0.09970613991072515,0.15372517456988796,0.0,0.029163611215256298,0.15372517456988796,0.0,0.004995332817385283,0.15372517456988796,0.0,0.19066639979626154,0.5,0.15372517456988796,0.0,0.4066524288745575,0.15372517456988796,0.0,0.5112005487568236,0.5,0.15372517456988796,0.0,0.07573067019163122,0.15372517456988796,0.0,0.43350136397092653,0.15372517456988796,0.0,0.8450502874255343,0.15372517456988796,0.0,0.40522146851693247,0.15372517456988796,0.0,0.2673545853521348,0.15372517456988796,0.0,0.00235320564784787,0.15372517456988796,0.0,0.02455240628743108,0.5,0.15372517456988796,0.0,0.13162527651489841,0.0,0.9611312430023515,0.9416507037421785 -561,0.5,0.15372517456988796,0.0028846645554655988,0.5630369477391876,0.15372517456988796,0.0,0.5468564144293789,0.15372517456988796,0.0014099083535127719,0.06518565161572856,0.15372517456988796,0.0027872909442304633,0.2763713854884266,0.15372517456988796,0.0,0.1050389818099179,0.15372517456988796,0.0,0.019197105986676538,0.15372517456988796,8.983798110427576e-07,0.004721338217446,0.15372517456988796,5.183764004316739e-05,0.15459732564590634,0.5,0.15372517456988796,0.00035246793932720285,0.34257537611610267,0.15372517456988796,0.003244367033426406,0.48109374472573013,0.5,0.15372517456988796,0.0008516428371683273,0.070596641663037,0.15372517456988796,0.0018110106440059866,0.44039096977973313,0.15372517456988796,0.0,0.849820228094511,0.15372517456988796,2.637942859800925e-06,0.41459846066004585,0.15372517456988796,0.00020036715770277772,0.2662820176625697,0.15372517456988796,0.0005858946954197197,0.00423627335592586,0.15372517456988796,0.0024591956034911234,0.022612568164182487,0.5,0.15372517456988796,0.0039664585893871155,0.1336499444749722,0.0,0.9600639211749419,0.9426861913031808 -562,0.5,0.15372517456988796,0.07557268526973623,0.5713798086076564,0.15372517456988796,0.03670380783191168,0.5811496105925917,0.15372517456988796,0.020730291015561828,0.07038063254558236,0.15372517456988796,0.031707244954703964,0.2865059213946143,0.15372517456988796,0.015613563254269141,0.11320680473667989,0.15372517456988796,0.013357938966760862,0.01570493633185275,0.15372517456988796,0.0077972124884780995,0.005393049435150255,0.15372517456988796,0.013213258377095423,0.1271803419635894,0.5,0.15372517456988796,0.016845317674192808,0.2801905605608322,0.15372517456988796,0.03773952989786056,0.44708278391841416,0.5,0.15372517456988796,0.013791416571482914,0.09053656909228916,0.15372517456988796,0.02912259525886283,0.4323684803690615,0.15372517456988796,0.05399273989792698,0.8713114656539351,0.15372517456988796,0.01977860465606701,0.4228632956031836,0.15372517456988796,0.020017324451217865,0.28450992513236567,0.15372517456988796,0.02089950618597363,0.007168103092928819,0.15372517456988796,0.03277211366655296,0.032872461642374236,0.5,0.15372517456988796,0.03462810809437593,0.16172391034813635,0.0,0.9668784946363553,0.924632499776343 -563,0.5,0.15372517456988796,0.1680236117233813,0.5831355598957735,0.15372517456988796,0.10447285270421215,0.7154321897583451,0.15372517456988796,0.04891318661457924,0.08179694511572504,0.15372517456988796,0.0655042696834733,0.27719888591532177,0.15372517456988796,0.05172850655388443,0.13776834504565555,0.15372517456988796,0.03820644142353456,0.015429530779099181,0.15372517456988796,0.028615969080772505,0.007147996056922136,0.15372517456988796,0.04253454162807402,0.11153244183336453,0.5,0.15372517456988796,0.0478420727288473,0.22686669166130743,0.15372517456988796,0.05312585238730035,0.3852656511514313,0.5,0.15372517456988796,0.03349564716133865,0.0866321342657626,0.15372517456988796,0.07171087752234045,0.3902828946603186,0.15372517456988796,0.16434242119753423,0.8882162553964555,0.15372517456988796,0.06277098535560385,0.43489057946335563,0.15372517456988796,0.057198246637432726,0.322699150589364,0.15372517456988796,0.06057718848675002,0.012868207015917612,0.15372517456988796,0.06487028039484147,0.03657574443849171,0.5,0.15372517456988796,0.06836939815639682,0.20837250486435555,0.0,0.9735232838511839,0.9245326231961638 -564,0.5,0.15372517456988796,0.2538045186952337,0.5811761022549808,0.15372517456988796,0.1692144608163526,0.6836472516367366,0.15372517456988796,0.07168038696079933,0.09930411927606717,0.15372517456988796,0.09199585167671989,0.2901245665732276,0.15372517456988796,0.07500182900013772,0.14084266823539224,0.15372517456988796,0.05077810137625871,0.012773849550240447,0.15372517456988796,0.04991990232913694,0.010164225616390136,0.15372517456988796,0.06706292996964208,0.09945872820596145,0.5,0.15372517456988796,0.07389266416297591,0.1825544037820519,0.15372517456988796,0.06520328392954557,0.3180522541603075,0.5,0.15372517456988796,0.05298434311453877,0.07698520138016994,0.15372517456988796,0.10768863773386869,0.31630940187576645,0.15372517456988796,0.2742880777807938,0.8790386480896235,0.15372517456988796,0.09911165249122622,0.4620099883068078,0.15372517456988796,0.09531677110697032,0.33601878784582767,0.15372517456988796,0.07970806430332394,0.014568763946712547,0.15372517456988796,0.06466193695282962,0.03152039007473435,0.5,0.15372517456988796,0.08630216196053635,0.20970884636992582,0.0,0.9707490469567815,0.9497667412135411 -565,0.5,0.15372517456988796,0.308333074297102,0.6012298539541991,0.15372517456988796,0.19848678702892233,0.6642129610665269,0.15372517456988796,0.08246986843758167,0.11329300188866283,0.15372517456988796,0.10553906588831065,0.3209729666254217,0.15372517456988796,0.0836865599028781,0.17986352509572148,0.15372517456988796,0.058878441816809846,0.011683164870202545,0.15372517456988796,0.055682886133514346,0.015407805961281431,0.15372517456988796,0.08092246386124333,0.0729415882737069,0.5,0.15372517456988796,0.08144699911060796,0.13699478682471128,0.15372517456988796,0.0747888473858394,0.27121034507969594,0.5,0.15372517456988796,0.06000573547611167,0.06785296851239984,0.15372517456988796,0.11836008992913019,0.23710775875772305,0.15372517456988796,0.3652830283984684,0.8736306138969425,0.15372517456988796,0.1162497742420367,0.4762922149239738,0.15372517456988796,0.11040102510342051,0.3481803969912956,0.15372517456988796,0.15557063101923227,0.016803012291874513,0.15372517456988796,0.06471335636379233,0.029724529312925473,0.5,0.15372517456988796,0.07931778181755984,0.20640584561891182,0.0,0.9673437810158154,0.9770025977051956 -566,0.5,0.15372517456988796,0.3120010219130905,0.6070919693083825,0.15372517456988796,0.2115785876126126,0.6445061701363317,0.15372517456988796,0.07320458625003165,0.11675145350980481,0.15372517456988796,0.09573762784178014,0.3218833159197626,0.15372517456988796,0.07784477065197633,0.23320714524548913,0.15372517456988796,0.05540657019812974,0.012102873202026972,0.15372517456988796,0.0499719273253776,0.027767753985393398,0.15372517456988796,0.07840240175788687,0.04624834456002554,0.5,0.15372517456988796,0.07567824870761347,0.0872392411572673,0.15372517456988796,0.07947141959900043,0.24148337984281137,0.5,0.15372517456988796,0.056512554829906574,0.053961342417678165,0.15372517456988796,0.1016568727090369,0.17585355373042472,0.15372517456988796,0.3952383715162317,0.8611694834238707,0.15372517456988796,0.10871033107589125,0.5016526426642527,0.15372517456988796,0.10087860966331277,0.34030313870639134,0.15372517456988796,0.11542636721117547,0.015435442107596956,0.15372517456988796,0.06196796540116115,0.030125962475563896,0.5,0.15372517456988796,0.06065289032451668,0.195678099708826,0.0,0.9644496513276357,0.9691974550921317 -567,0.5,0.15372517456988796,0.2632550936265641,0.5693684488602583,0.15372517456988796,0.25462463261549584,0.6675939488296527,0.15372517456988796,0.05472637222681623,0.12222200631176809,0.15372517456988796,0.06476591272496428,0.3038432505280861,0.15372517456988796,0.058380777263695616,0.25329143845458163,0.15372517456988796,0.03665982726806381,0.012070861823922906,0.15372517456988796,0.031094972698136977,0.04337473079345717,0.15372517456988796,0.06328496544818824,0.022060123050347515,0.5,0.15372517456988796,0.06320664787895432,0.05090003504967865,0.15372517456988796,0.0552920056373762,0.1831213050145543,0.5,0.15372517456988796,0.0406363044588051,0.03782491097750916,0.15372517456988796,0.07325339896414537,0.12113350322548341,0.15372517456988796,0.3517841562303401,0.8662233946954806,0.15372517456988796,0.10298769479977246,0.5220869441647442,0.15372517456988796,0.07340852203736678,0.33362571319560724,0.15372517456988796,0.05624158927346054,0.015211918496517504,0.15372517456988796,0.04667160441436909,0.03147515413495623,0.5,0.15372517456988796,0.041593728482475126,0.17436673228483268,0.0,0.952093183147038,0.955451767306494 -568,0.5,0.15372517456988796,0.0816552239619972,0.4956945122289477,0.15372517456988796,0.1187456531214878,0.6820908955154041,0.15372517456988796,0.023891642477853497,0.13905925932061974,0.15372517456988796,0.025831291411538837,0.3093056318143755,0.15372517456988796,0.035216127417644245,0.2052866813492506,0.15372517456988796,0.01683469213907058,0.011110395655486605,0.15372517456988796,0.01807928330451022,0.05166256674476841,0.15372517456988796,0.033501325969013986,0.005902147047809543,0.5,0.15372517456988796,0.029829237019584093,0.03062099639941737,0.15372517456988796,0.0255775551692832,0.13165489184838466,0.5,0.15372517456988796,0.023503613000200457,0.027346866771786733,0.15372517456988796,0.03636479537061704,0.08230107878299527,0.15372517456988796,0.18097109523387545,0.8481713131391403,0.15372517456988796,0.05912470153991307,0.48078972356108723,0.15372517456988796,0.04428515606204114,0.3621159757720379,0.15372517456988796,0.02124116947573408,0.01846232367074336,0.15372517456988796,0.018555340799080583,0.030483323824254917,0.5,0.15372517456988796,0.015858881195445804,0.13372444478990483,0.0,0.9285360322919878,0.9488598082890896 -569,0.5,0.15372517456988796,0.0,0.44618273030191874,0.15372517456988796,0.0,0.5471519641213576,0.15372517456988796,8.458720493087538e-05,0.14996528885611274,0.15372517456988796,0.0,0.3229816192907712,0.15372517456988796,0.0,0.1756507309047182,0.15372517456988796,0.00017583221635174374,0.017944686388938584,0.15372517456988796,0.0005390534762634479,0.04935315931590283,0.15372517456988796,0.00038134438526065865,0.001751836112330069,0.5,0.15372517456988796,0.00020020838145599353,0.014843432000767627,0.15372517456988796,0.0007220940398943044,0.08658920119932562,0.5,0.15372517456988796,0.0005192381657212126,0.017055241294488162,0.15372517456988796,0.0003387226746898333,0.047928927983674915,0.15372517456988796,0.0,0.7720456311684027,0.15372517456988796,0.0,0.42637787066903454,0.15372517456988796,0.0001581527574389093,0.35874445688454554,0.15372517456988796,0.00018303899822814948,0.01780587063375191,0.15372517456988796,0.00037677188298394,0.02590036938488402,0.5,0.15372517456988796,0.00037612113466055813,0.08865188858820895,0.0,0.9095065816284553,0.9609235577958368 -570,0.5,0.15372517456988796,0.0,0.4397566256572989,0.15372517456988796,0.0,0.4761162126482566,0.15372517456988796,0.0,0.1597701321445023,0.15372517456988796,0.0,0.3493627920795597,0.15372517456988796,0.0,0.17771480814387558,0.15372517456988796,0.0,0.028326159961397913,0.15372517456988796,0.0,0.05242904859018067,0.15372517456988796,0.0,0.0009149423648787669,0.5,0.15372517456988796,0.0,0.007304967690259981,0.15372517456988796,0.0,0.05431292927127994,0.5,0.15372517456988796,0.0,0.0136954741683142,0.15372517456988796,0.0,0.030789789498328113,0.15372517456988796,0.0,0.6905949615080974,0.15372517456988796,0.0,0.43591583362211855,0.15372517456988796,0.0,0.34473677991501245,0.15372517456988796,0.0,0.015576481241024375,0.15372517456988796,0.0,0.02729007756889896,0.5,0.15372517456988796,0.0,0.0642477284137835,0.0,0.8972373197446036,0.9781435237223375 -571,0.5,0.15372517456988796,0.0,0.41522516424517947,0.15372517456988796,0.0,0.4029826427667232,0.15372517456988796,0.0,0.1603612054793665,0.15372517456988796,0.0,0.3602638804597184,0.15372517456988796,0.0,0.21297051745148687,0.15372517456988796,0.0,0.04351331289898591,0.15372517456988796,0.0,0.05507700824506315,0.15372517456988796,0.0,0.0005898701372538165,0.5,0.15372517456988796,0.0,0.003712297976472952,0.15372517456988796,0.0,0.03132775760055369,0.5,0.15372517456988796,0.0,0.009567130529686432,0.15372517456988796,0.0,0.02451660835643901,0.15372517456988796,0.0,0.6394610703967748,0.15372517456988796,0.0,0.4927620472937253,0.15372517456988796,0.0,0.3353704058259353,0.15372517456988796,0.0,0.016733812948258518,0.15372517456988796,0.0,0.03272093304784304,0.5,0.15372517456988796,0.0,0.05156651258167424,0.0,0.9011571950472913,0.9784001347249566 -572,0.5,0.15372517456988796,0.0,0.3953260941870327,0.15372517456988796,0.0,0.4173585357334281,0.15372517456988796,0.0,0.1496297575104044,0.15372517456988796,0.0,0.3394902837234504,0.15372517456988796,0.0,0.24600151065791767,0.15372517456988796,0.0,0.04685578215635147,0.15372517456988796,0.0,0.060785923065572005,0.15372517456988796,0.0,0.00030152742618192374,0.5,0.15372517456988796,0.0,0.001404771556739043,0.15372517456988796,0.0,0.019660142379810615,0.5,0.15372517456988796,0.0,0.005706140873299433,0.15372517456988796,0.0,0.016155148468875877,0.15372517456988796,0.0,0.6563683165168044,0.15372517456988796,0.0,0.5247547732560193,0.15372517456988796,0.0,0.33813386609452534,0.15372517456988796,0.0,0.02035135347859309,0.15372517456988796,0.0,0.03627407403051673,0.5,0.15372517456988796,0.0,0.04227864017075462,0.0,0.9085769754996366,0.9778577853318938 -573,0.5,0.15372517456988796,0.0,0.3708962738617438,0.15372517456988796,0.0,0.477419323457937,0.15372517456988796,0.0,0.14738398829102792,0.15372517456988796,0.0,0.32232648756930393,0.15372517456988796,0.0,0.2295425599262202,0.15372517456988796,0.0,0.03957811908824993,0.15372517456988796,0.0,0.055959487920944295,0.15372517456988796,0.0,0.0007319749197590913,0.5,0.15372517456988796,0.0,0.0007222414720612302,0.15372517456988796,0.0,0.011452872673745527,0.5,0.15372517456988796,0.0,0.003049969671942097,0.15372517456988796,0.0,0.012310190415548879,0.15372517456988796,0.0,0.6837968039249213,0.15372517456988796,0.0,0.4954630704458495,0.15372517456988796,0.0,0.38311831401180674,0.15372517456988796,0.0,0.034292115454846527,0.15372517456988796,0.0,0.039172370035851806,0.5,0.15372517456988796,0.0,0.036780855352168365,0.0,0.9060674869679379,0.9762574596196925 -574,0.5,0.15372517456988796,0.0,0.3267650933710839,0.15372517456988796,0.0,0.4337421103583085,0.15372517456988796,0.0,0.15554606470151125,0.15372517456988796,0.0,0.2966024746399196,0.15372517456988796,0.0,0.2160597068214259,0.15372517456988796,0.0,0.04239305234146744,0.15372517456988796,0.0,0.04201185318004937,0.15372517456988796,0.0,0.0029273287460954635,0.5,0.15372517456988796,0.0,0.0014657689496601139,0.15372517456988796,0.0,0.011357852542104679,0.5,0.15372517456988796,0.0,0.0010098917567016527,0.15372517456988796,0.0,0.010497710969800674,0.15372517456988796,0.0,0.6322924344121861,0.15372517456988796,0.0,0.47096346630788466,0.15372517456988796,0.0,0.3740335263385466,0.15372517456988796,0.0,0.03096123892262506,0.15372517456988796,0.0,0.04483139138964085,0.5,0.15372517456988796,0.0,0.027398104587645182,0.0,0.881182946013129,0.9483933934070766 -575,0.5,0.15372517456988796,0.0,0.2923215452930362,0.15372517456988796,0.0,0.3342290390328053,0.15372517456988796,0.0,0.1560936671457194,0.15372517456988796,0.0,0.2562484755815105,0.15372517456988796,0.0,0.20896514502761887,0.15372517456988796,0.0,0.021751788149414558,0.15372517456988796,0.0,0.04052447775315674,0.15372517456988796,0.0,0.0006754184494220291,0.5,0.15372517456988796,0.0,0.0013012271609840569,0.15372517456988796,0.0,0.016150676033010063,0.5,0.15372517456988796,0.0,0.0008774470812573813,0.15372517456988796,0.0,0.013041683986830269,0.15372517456988796,0.0,0.6331280718628927,0.15372517456988796,0.0,0.46026228969255123,0.15372517456988796,0.0,0.31139515303657206,0.15372517456988796,0.0,0.021082393943689805,0.15372517456988796,0.0,0.059143881934227614,0.5,0.15372517456988796,0.0,0.025439062507049283,0.0,0.8505915269137156,0.943164385118063 -576,0.5,0.15372517456988796,0.0,0.26807491608997014,0.15372517456988796,0.0,0.3638466150459837,0.15372517456988796,0.0,0.14507638834731681,0.15372517456988796,0.0,0.22646423389216264,0.15372517456988796,0.0,0.16971721221322722,0.15372517456988796,0.0,0.015758431533971218,0.15372517456988796,0.0,0.03536163747256944,0.15372517456988796,0.0,0.0005970814609348742,0.5,0.15372517456988796,0.0,0.0012411163030927501,0.15372517456988796,0.0,0.026016438735613875,0.5,0.15372517456988796,0.0,0.00029572385850680304,0.15372517456988796,0.0,0.011901634531412382,0.15372517456988796,0.0,0.6392034115778777,0.15372517456988796,0.0,0.4162893951533173,0.15372517456988796,0.0,0.28645185166385034,0.15372517456988796,0.0,0.02354311804715639,0.15372517456988796,0.0,0.06620398893172319,0.5,0.15372517456988796,0.0,0.026497636372784596,0.0,0.7810161021790212,0.9748208529262188 -577,0.5,0.15372517456988796,0.0,0.23315603175681643,0.15372517456988796,0.0,0.3541266472806547,0.15372517456988796,0.0,0.1291491788267562,0.15372517456988796,0.0,0.2032083609733829,0.15372517456988796,0.0,0.1715624979889763,0.15372517456988796,0.0,0.022848255045405635,0.15372517456988796,0.0,0.026547536007967693,0.15372517456988796,0.0,0.0019887338881563995,0.5,0.15372517456988796,0.0,0.0019346165449631502,0.15372517456988796,0.0,0.028075053178013423,0.5,0.15372517456988796,0.0,0.0027230038352978963,0.15372517456988796,0.0,0.008142690327856628,0.15372517456988796,0.0,0.5530335223045625,0.15372517456988796,0.0,0.3977649765979361,0.15372517456988796,0.0,0.27502934902035797,0.15372517456988796,0.0,0.01966537534688013,0.15372517456988796,0.0,0.06522701761752177,0.5,0.15372517456988796,0.0,0.03164334655521127,0.0,0.7426800401684482,0.9756057784215949 -578,0.5,0.15372517456988796,0.0,0.2011039945854712,0.15372517456988796,0.0,0.25332917520665266,0.15372517456988796,0.0,0.12168200705218789,0.15372517456988796,0.0,0.17820349013467304,0.15372517456988796,0.0,0.17903379232470137,0.15372517456988796,0.0,0.023907345582875623,0.15372517456988796,0.0,0.030814852731483287,0.15372517456988796,0.0,0.0027925651104115474,0.5,0.15372517456988796,0.0,0.0026634085810874437,0.15372517456988796,0.0,0.026844394950952546,0.5,0.15372517456988796,0.0,0.009658739678472241,0.15372517456988796,0.0,0.006451248902412879,0.15372517456988796,0.0,0.5399071314150957,0.15372517456988796,0.0,0.4105828975614867,0.15372517456988796,0.0,0.24571480149465524,0.15372517456988796,0.0,0.012385166208013056,0.15372517456988796,0.0,0.055343306396045705,0.5,0.15372517456988796,0.0,0.03179439619827042,0.0,0.6815173354029652,0.9574575127956971 -579,0.5,0.15372517456988796,0.0,0.19274648169571787,0.15372517456988796,0.0,0.273790163413886,0.15372517456988796,0.0,0.11801519438451362,0.15372517456988796,0.0,0.1687818529344058,0.15372517456988796,0.0,0.13555673005686303,0.15372517456988796,0.0,0.012231219237474802,0.15372517456988796,0.0,0.032201937136606226,0.15372517456988796,0.0,0.001177044058537694,0.5,0.15372517456988796,0.0,0.0032246126581906244,0.15372517456988796,0.0,0.018937532241399366,0.5,0.15372517456988796,0.0,0.010250728990041726,0.15372517456988796,0.0,0.006218843085985775,0.15372517456988796,0.0,0.5426040680260863,0.15372517456988796,0.0,0.37078053589851534,0.15372517456988796,0.0,0.24559502967754826,0.15372517456988796,0.0,0.016104678591271,0.15372517456988796,0.0,0.04987153076698593,0.5,0.15372517456988796,0.0,0.026318529087359155,0.0,0.6557150766763391,0.9586229685018093 -580,0.5,0.15372517456988796,0.0,0.2010887014828629,0.15372517456988796,0.0,0.27714386524606044,0.15372517456988796,0.0,0.12145363162699113,0.15372517456988796,0.0,0.16949517080517293,0.15372517456988796,0.0,0.11739599859180504,0.15372517456988796,0.0,0.011354865511272924,0.15372517456988796,0.0,0.025126694220517345,0.15372517456988796,0.0,0.001129820951231946,0.5,0.15372517456988796,0.0,0.003213181324708008,0.15372517456988796,0.0,0.012166045296220965,0.5,0.15372517456988796,0.0,0.009829792217125023,0.15372517456988796,0.0,0.005822801887417296,0.15372517456988796,0.0,0.5328695296955939,0.15372517456988796,0.0,0.34733743363844743,0.15372517456988796,0.0,0.26537461990146305,0.15372517456988796,0.0,0.019010079514377925,0.15372517456988796,0.0,0.05003436979807552,0.5,0.15372517456988796,0.0,0.026336078759640794,0.0,0.7501924648294594,0.9562724667834226 -581,0.5,0.15372517456988796,0.0,0.20645281059133824,0.15372517456988796,0.0,0.26390671658058923,0.15372517456988796,0.0,0.1224244606411956,0.15372517456988796,0.0,0.1652597177644061,0.15372517456988796,0.0,0.1186731834525467,0.15372517456988796,0.0,0.011653318622771396,0.15372517456988796,0.0,0.023834503655710094,0.15372517456988796,0.0,0.001958236772237145,0.5,0.15372517456988796,0.0,0.0025549374149842234,0.15372517456988796,0.0,0.008956279207486217,0.5,0.15372517456988796,0.0,0.009175866347362907,0.15372517456988796,0.0,0.005120682423647854,0.15372517456988796,0.0,0.5273375197317689,0.15372517456988796,0.0,0.3547884275105564,0.15372517456988796,0.0,0.23963601045918428,0.15372517456988796,0.0,0.01635516900487184,0.15372517456988796,0.0,0.0458604687021949,0.5,0.15372517456988796,0.0,0.029892383592395502,0.0,0.8030304367425372,0.9553997803417197 -582,0.5,0.15372517456988796,0.0,0.19575164308368084,0.15372517456988796,0.0,0.26308549808438464,0.15372517456988796,0.0,0.11359214161825817,0.15372517456988796,0.0,0.14905059597355189,0.15372517456988796,0.0,0.12432052610660663,0.15372517456988796,0.0,0.011213348161506495,0.15372517456988796,0.0,0.024766495475123825,0.15372517456988796,0.0,0.002898806829448977,0.5,0.15372517456988796,0.0,0.0019817436816635444,0.15372517456988796,0.0,0.0041457590015180935,0.5,0.15372517456988796,0.0,0.005724923775495028,0.15372517456988796,0.0,0.0035083174003523745,0.15372517456988796,0.0,0.5450076135093573,0.15372517456988796,0.0,0.37110835046929624,0.15372517456988796,0.0,0.23033829418878102,0.15372517456988796,0.0,0.015208312607077713,0.15372517456988796,0.0,0.03958368460075073,0.5,0.15372517456988796,0.0,0.022721857690379304,0.0,0.7755826996143476,0.9649295565927373 -583,0.5,0.15372517456988796,0.0,0.17909675605431152,0.15372517456988796,0.0,0.26194586734975445,0.15372517456988796,0.0,0.0975904906052373,0.15372517456988796,0.0,0.13384153348445674,0.15372517456988796,0.0,0.1299447761214505,0.15372517456988796,0.0,0.015862912815491757,0.15372517456988796,0.0,0.026472602284687927,0.15372517456988796,0.0,0.00544636870052052,0.5,0.15372517456988796,0.0,0.0019248577188206682,0.15372517456988796,0.0,0.0025817204271423345,0.5,0.15372517456988796,0.0,0.004514686299610161,0.15372517456988796,0.0,0.0025034634433180503,0.15372517456988796,0.0,0.5446299088375565,0.15372517456988796,0.0,0.3828007721801676,0.15372517456988796,0.0,0.24311211890954001,0.15372517456988796,0.0,0.015297868992624338,0.15372517456988796,0.0,0.03852782124489216,0.5,0.15372517456988796,0.0,0.019935402126066277,0.0,0.7403107927613541,0.9771298627231261 -584,0.5,0.15372517456988796,0.0,0.1699980397131986,0.15372517456988796,0.0,0.2398721030572603,0.15372517456988796,0.0,0.0913587948117653,0.15372517456988796,0.0,0.12177062705065728,0.15372517456988796,0.0,0.14236919625863395,0.15372517456988796,0.0,0.02138179392219296,0.15372517456988796,0.0,0.027670559418157895,0.15372517456988796,0.0,0.008561943111241012,0.5,0.15372517456988796,0.0,0.0022849388454099662,0.15372517456988796,0.0,0.0018053694698008664,0.5,0.15372517456988796,0.0,0.004034564958176793,0.15372517456988796,0.0,0.002165114364440802,0.15372517456988796,0.0,0.558565117130124,0.15372517456988796,0.0,0.40827790801786246,0.15372517456988796,0.0,0.23726768646224655,0.15372517456988796,0.0,0.016707611094267355,0.15372517456988796,0.0,0.04324878025619447,0.5,0.15372517456988796,0.0,0.022374546116787127,0.0,0.7087550123758413,0.9848648074085777 -585,0.5,0.15372517456988796,0.008543937422891903,0.17566501989726502,0.15372517456988796,3.7036723325568524e-06,0.2447055602603448,0.15372517456988796,0.005386244051895246,0.09150923101996042,0.15372517456988796,0.019184783987822175,0.12170897097305665,0.15372517456988796,0.0,0.14916651486537758,0.15372517456988796,0.0,0.02598070847379526,0.15372517456988796,4.923085772953579e-05,0.035332959640979544,0.15372517456988796,0.00033138295185363424,0.013471964102680041,0.5,0.15372517456988796,0.0006207680080600521,0.004192012583738717,0.15372517456988796,0.0070306147766345225,0.0017402810943323054,0.5,0.15372517456988796,0.001977780089572883,0.0058689059358969405,0.15372517456988796,0.003856260946424187,0.0019567361029442275,0.15372517456988796,1.2255824509304587e-05,0.5952797719178748,0.15372517456988796,4.9036023135222616e-05,0.44181663222121703,0.15372517456988796,0.0013902106709878436,0.23294580270612136,0.15372517456988796,0.002267817920777941,0.017687921556000862,0.15372517456988796,0.004070474978662869,0.04965372442593076,0.5,0.15372517456988796,0.00626923140663144,0.030580170548381386,0.0,0.7002255603626452,0.9898328028739469 -586,0.5,0.15372517456988796,0.18402903946163965,0.20570484780686552,0.15372517456988796,0.114397212267526,0.4173454915014651,0.15372517456988796,0.11402191112299978,0.08089794752888076,0.15372517456988796,0.1956993704878645,0.13658398754860682,0.15372517456988796,0.03492854734965084,0.15195141760777434,0.15372517456988796,0.03809624699893811,0.026690954900386393,0.15372517456988796,0.023774043124928486,0.0412659122339604,0.15372517456988796,0.058377015338439656,0.01724896341724343,0.5,0.15372517456988796,0.029418712436896657,0.007533040156641072,0.15372517456988796,0.08274716011785942,0.002164106091039523,0.5,0.15372517456988796,0.03770123960548232,0.006238458158343336,0.15372517456988796,0.069662208105026,0.0013886786304827382,0.15372517456988796,0.08724703840967452,0.6613427190121263,0.15372517456988796,0.04230256958428613,0.46996599283264795,0.15372517456988796,0.0968435625196681,0.30120498619178715,0.15372517456988796,0.07892485663620641,0.02440188940279933,0.15372517456988796,0.07085494605585003,0.05069716978345814,0.5,0.15372517456988796,0.05051205478221253,0.058063181252894426,0.0,0.7294548585174794,0.9937230995278493 -587,0.5,0.15372517456988796,0.35718352547410576,0.24402163812845123,0.15372517456988796,0.2677163589823246,0.4328419036388138,0.15372517456988796,0.26999607416617777,0.06963889795022894,0.15372517456988796,0.36859493785319963,0.15554685452379732,0.15372517456988796,0.10531324369244159,0.14827406757284367,0.15372517456988796,0.10573451077937435,0.052993441259579,0.15372517456988796,0.07200621623624387,0.05106165998893265,0.15372517456988796,0.14636718707994123,0.02402350336527654,0.5,0.15372517456988796,0.0880737278240882,0.01470671754276579,0.15372517456988796,0.1755421421237227,0.004948906546271645,0.5,0.15372517456988796,0.08539998521451138,0.0039871328363148455,0.15372517456988796,0.14457095808902412,0.004339164662676616,0.15372517456988796,0.2228681527686298,0.6642466826021676,0.15372517456988796,0.11752701510049521,0.4652646360239353,0.15372517456988796,0.23197700443343103,0.29557513260698476,0.15372517456988796,0.19436466654052123,0.02662234037616873,0.15372517456988796,0.17027001297674632,0.058274664148287095,0.5,0.15372517456988796,0.08494373563113697,0.08843780571388393,0.0,0.7505865487689827,1.0011332756163314 -588,0.5,0.15372517456988796,0.4771571770440244,0.2594166038896088,0.15372517456988796,0.3718197701553552,0.5415069169567925,0.15372517456988796,0.38776969570250364,0.06756040661730701,0.15372517456988796,0.48747898377599796,0.1489900518683203,0.15372517456988796,0.15587340301913424,0.14175511750977152,0.15372517456988796,0.16316235104163845,0.10875796559231064,0.15372517456988796,0.11341505765656698,0.07453686337821051,0.15372517456988796,0.21796995737584265,0.03768853775439257,0.5,0.15372517456988796,0.15512925622348528,0.032111331304312214,0.15372517456988796,0.2552759717024148,0.009354671921914972,0.5,0.15372517456988796,0.14953361532536638,0.0013443368358024412,0.15372517456988796,0.19299228372223173,0.0057401123032720614,0.15372517456988796,0.32521633610510586,0.7228640463991496,0.15372517456988796,0.17738585565183734,0.4718842115613645,0.15372517456988796,0.3416541054293026,0.3304039257973829,0.15372517456988796,0.3009999907441973,0.027032584517032998,0.15372517456988796,0.23300730656881602,0.06860001257595,0.5,0.15372517456988796,0.12555106251325793,0.1403805564504773,0.0,0.7212757291337589,1.0039460485647471 -589,0.5,0.15372517456988796,0.5249077464785605,0.24533253624287046,0.15372517456988796,0.42667595238902223,0.526509918390345,0.15372517456988796,0.4583895306394887,0.06812303298457639,0.15372517456988796,0.5369451190421048,0.16222951084113765,0.15372517456988796,0.1507019274365935,0.17875112604648924,0.15372517456988796,0.20071030696249506,0.19738834297094188,0.15372517456988796,0.1335278739353296,0.09419830897483886,0.15372517456988796,0.24293350636348382,0.07631304054631002,0.5,0.15372517456988796,0.1922296497831702,0.05621424675202137,0.15372517456988796,0.18600800376627305,0.016908675847370467,0.5,0.15372517456988796,0.1369410462234958,0.0014439167157983704,0.15372517456988796,0.20295722201034294,0.007524746969596846,0.15372517456988796,0.36077955708772114,0.7330838682247051,0.15372517456988796,0.2123731038353156,0.5556382743909334,0.15372517456988796,0.3755987342838107,0.3423603184300208,0.15372517456988796,0.3431119209604829,0.036135974913405006,0.15372517456988796,0.25633189669580875,0.07838823322020842,0.5,0.15372517456988796,0.09029936021224251,0.17287347275477624,0.0,0.6925086335306396,1.0045812351896095 -590,0.5,0.15372517456988796,0.4982172764517221,0.22191462227166042,0.15372517456988796,0.4132651457499372,0.5713553257342451,0.15372517456988796,0.44623904856823227,0.06941684012330848,0.15372517456988796,0.509407754581604,0.16514872350259732,0.15372517456988796,0.125076062493281,0.18619682845870922,0.15372517456988796,0.1970734205752086,0.2671533122256979,0.15372517456988796,0.133548938652355,0.12360966095668308,0.15372517456988796,0.2186905435643477,0.1299816383853933,0.5,0.15372517456988796,0.1769346810164457,0.07415535714735569,0.15372517456988796,0.17447927923907092,0.02030767796552022,0.5,0.15372517456988796,0.09883889438623189,0.0040189205570113845,0.15372517456988796,0.17398852863541986,0.017890302230990293,0.15372517456988796,0.3326067697176161,0.7799271048850211,0.15372517456988796,0.19966622315657007,0.5698953168801493,0.15372517456988796,0.34276087048567133,0.34895866426582495,0.15372517456988796,0.30127095999596526,0.04197132844308148,0.15372517456988796,0.23381981449209321,0.07429976742297095,0.5,0.15372517456988796,0.06417892025808569,0.1806184549017456,0.0,0.6621729452662923,1.003636231784917 -591,0.5,0.15372517456988796,0.3913780884889386,0.20066550787205387,0.15372517456988796,0.3141206504911225,0.651105597360939,0.15372517456988796,0.36890796913387686,0.06495108954923036,0.15372517456988796,0.40963542468908865,0.15651730823899274,0.15372517456988796,0.09378343138320938,0.15067795228984238,0.15372517456988796,0.09588186431461684,0.2040118765279046,0.15372517456988796,0.10945676258510639,0.1419680830188961,0.15372517456988796,0.1371620447311882,0.1280314426382424,0.5,0.15372517456988796,0.14788716712240585,0.09363048306346164,0.15372517456988796,0.08602860490823597,0.03515620237334687,0.5,0.15372517456988796,0.07598582084993427,0.017798398876424384,0.15372517456988796,0.12474736115736611,0.03308074717367655,0.15372517456988796,0.2149850568318808,0.7571477850971615,0.15372517456988796,0.12628952091634021,0.5242480427063919,0.15372517456988796,0.2456083144819883,0.3987280235313361,0.15372517456988796,0.2074773507673639,0.0850852200496196,0.15372517456988796,0.14505804761562158,0.0636512811516405,0.5,0.15372517456988796,0.059764684100136266,0.1785748738142281,0.0,0.650894996214607,1.0028881270872716 -592,0.5,0.15372517456988796,0.12182934744354823,0.16509258195657792,0.15372517456988796,0.12873582857120547,0.5482543697597977,0.15372517456988796,0.17109113119362995,0.07482758652155083,0.15372517456988796,0.11425035050630236,0.1173244120963016,0.15372517456988796,0.032308438543131354,0.15690707066127205,0.15372517456988796,0.046179924681851975,0.1676076075859857,0.15372517456988796,0.0442070962907148,0.08588097029636396,0.15372517456988796,0.04566312009397802,0.12287715514763049,0.5,0.15372517456988796,0.06992350565198212,0.09638426930128127,0.15372517456988796,0.034894985256018723,0.055885644879404346,0.5,0.15372517456988796,0.04806255122248014,0.013308082997300815,0.15372517456988796,0.07179471463241621,0.03292382403404633,0.15372517456988796,0.08137366683498953,0.754222015338415,0.15372517456988796,0.0448419354767569,0.5639681596197959,0.15372517456988796,0.10979333449524564,0.3348484495282521,0.15372517456988796,0.0973634807156794,0.06639034201797389,0.15372517456988796,0.07405517739579076,0.04776235005210881,0.5,0.15372517456988796,0.028665249817837912,0.15877767230087841,0.0,0.699180618118395,0.9997885057145801 -593,0.5,0.15372517456988796,0.0,0.15752809889220634,0.15372517456988796,0.0,0.631163636638598,0.15372517456988796,0.0,0.06657528486286776,0.15372517456988796,0.0,0.07555731285998495,0.15372517456988796,0.0003635542382038746,0.16460752425892586,0.15372517456988796,0.0,0.13010927127237087,0.15372517456988796,0.0,0.11245462279451647,0.15372517456988796,0.0,0.11543271425908258,0.5,0.15372517456988796,0.0,0.09390465352031287,0.15372517456988796,0.0,0.034095300420487626,0.5,0.15372517456988796,0.00016942301167892113,0.027831432956725,0.15372517456988796,0.0,0.026847111171745857,0.15372517456988796,0.0,0.8174197888406501,0.15372517456988796,0.00024713285259214305,0.6044294184867504,0.15372517456988796,0.0,0.37256352211203314,0.15372517456988796,0.0,0.08568330596593889,0.15372517456988796,0.0,0.022145438671541035,0.5,0.15372517456988796,9.933615481700946e-05,0.08752383965043795,0.0,0.7665288424801695,0.9963447807273935 -594,0.5,0.15372517456988796,0.0,0.18093668959368175,0.15372517456988796,0.0,0.6823470386605319,0.15372517456988796,0.0,0.05557268828103082,0.15372517456988796,0.0,0.07591805177904516,0.15372517456988796,0.0,0.1865572290022421,0.15372517456988796,0.0,0.14881878756961178,0.15372517456988796,0.0,0.15005813123141057,0.15372517456988796,0.0,0.12857089303129343,0.5,0.15372517456988796,0.0,0.10515079550210323,0.15372517456988796,0.0,0.04196708595763581,0.5,0.15372517456988796,0.0,0.018799811227570056,0.15372517456988796,0.0,0.02617388219748919,0.15372517456988796,0.0,0.8305389518671382,0.15372517456988796,0.0,0.6260063068432156,0.15372517456988796,0.0,0.44350737646641536,0.15372517456988796,0.0,0.1206299839030049,0.15372517456988796,0.0,0.01352696448274054,0.5,0.15372517456988796,0.0,0.05389609237883318,0.0,0.8072232242519585,0.9991114338846203 -595,0.5,0.15372517456988796,0.0,0.20851210800423897,0.15372517456988796,0.0,0.6830117897458917,0.15372517456988796,0.0,0.06880850330466838,0.15372517456988796,0.0,0.07725327920681713,0.15372517456988796,0.0,0.2784286467989586,0.15372517456988796,0.0,0.28012674209598665,0.15372517456988796,0.0,0.21254526644422406,0.15372517456988796,0.0,0.2601634322295685,0.5,0.15372517456988796,0.0,0.14764774655961388,0.15372517456988796,0.0,0.03583095965420391,0.5,0.15372517456988796,0.0,0.02860989428367225,0.15372517456988796,0.0,0.032751260602954003,0.15372517456988796,0.0,0.8713677971624028,0.15372517456988796,0.0,0.6942900283360879,0.15372517456988796,0.0,0.42544653719007886,0.15372517456988796,0.0,0.12722075527695026,0.15372517456988796,0.0,0.007386996974135208,0.5,0.15372517456988796,0.0,0.05618988707755508,0.0,0.8059503171686953,0.9984488577730984 -596,0.5,0.15372517456988796,0.0,0.2351450034945272,0.15372517456988796,0.0,0.8392166638645474,0.15372517456988796,0.0,0.06241727532057035,0.15372517456988796,0.0,0.07265936699994245,0.15372517456988796,0.0,0.39424471298323727,0.15372517456988796,0.0,0.41979879513460305,0.15372517456988796,0.0,0.3015029167004426,0.15372517456988796,0.0,0.37417187231802496,0.5,0.15372517456988796,0.0,0.23667553608842887,0.15372517456988796,0.0,0.04499882815460332,0.5,0.15372517456988796,0.0,0.044349084928773305,0.15372517456988796,0.0,0.04703660708828488,0.15372517456988796,0.0,0.878083732925812,0.15372517456988796,0.0,0.7327803996012996,0.15372517456988796,0.0,0.4595976784305983,0.15372517456988796,0.0,0.1813438672503941,0.15372517456988796,0.0,0.00897225984894339,0.5,0.15372517456988796,0.0,0.0378547700540143,0.0,0.8408748695311818,0.995140533885445 -597,0.5,0.15372517456988796,0.0,0.24429877413668263,0.15372517456988796,0.0,0.8516831654171279,0.15372517456988796,0.0,0.04712553791289208,0.15372517456988796,0.0,0.07863558798921369,0.15372517456988796,0.0,0.4242043389568302,0.15372517456988796,0.0,0.5106898795471156,0.15372517456988796,0.0,0.32816659586560326,0.15372517456988796,0.0,0.42061395510776584,0.5,0.15372517456988796,0.0,0.3207958609542171,0.15372517456988796,0.0,0.057725680675963134,0.5,0.15372517456988796,0.0,0.049962452251710365,0.15372517456988796,0.0,0.05672116003560993,0.15372517456988796,0.0,0.8626261130552608,0.15372517456988796,0.0,0.6895347981516323,0.15372517456988796,0.0,0.4925581801315636,0.15372517456988796,0.0,0.21578340716588068,0.15372517456988796,0.0,0.018832027122910603,0.5,0.15372517456988796,0.0,0.04617914292518416,0.0,0.881210777064612,0.9690442737999841 -598,0.5,0.15372517456988796,0.0,0.2495874465802289,0.15372517456988796,0.0,0.7834194787493273,0.15372517456988796,0.0,0.060498923494832504,0.15372517456988796,0.0,0.08687025950566314,0.15372517456988796,0.0,0.36302682720216867,0.15372517456988796,0.0,0.19277433893368245,0.15372517456988796,0.0,0.31928932007407246,0.15372517456988796,0.0,0.39832252557219894,0.5,0.15372517456988796,0.0,0.4175977795961399,0.15372517456988796,0.0,0.09142689829538583,0.5,0.15372517456988796,0.0,0.06854453457679588,0.15372517456988796,0.0,0.07495900559718935,0.15372517456988796,0.0,0.8321292607357669,0.15372517456988796,0.0,0.6444737781618519,0.15372517456988796,0.0,0.4491604147284949,0.15372517456988796,0.0,0.2547280927705819,0.15372517456988796,0.0,0.03455133947935437,0.5,0.15372517456988796,0.0,0.06156984822346825,0.0,0.8749567775866379,0.8924859300593726 -599,0.5,0.15372517456988796,0.0,0.23670235233639111,0.15372517456988796,0.0,0.7127921032018756,0.15372517456988796,0.0,0.06560105557882857,0.15372517456988796,0.0,0.07775093129534913,0.15372517456988796,0.0,0.1930186147574364,0.15372517456988796,0.0,0.11581142739489045,0.15372517456988796,0.0,0.21050790091876753,0.15372517456988796,0.0,0.3132292001646566,0.5,0.15372517456988796,0.0,0.4358144147261838,0.15372517456988796,0.0,0.14990333981394424,0.5,0.15372517456988796,0.0,0.10878319543469872,0.15372517456988796,0.0,0.10777759380750788,0.15372517456988796,0.0,0.8121348244371647,0.15372517456988796,0.0,0.6331318745895739,0.15372517456988796,0.0,0.41497273383771166,0.15372517456988796,0.0,0.2278866211521611,0.15372517456988796,0.0,0.054114019338957,0.5,0.15372517456988796,0.0,0.10025906387122559,0.0,0.8447556270464901,0.8631564047788345 -600,0.5,0.15372517456988796,0.0,0.20516560868382788,0.15372517456988796,0.0,0.7615568604239134,0.15372517456988796,0.0,0.07566256806268762,0.15372517456988796,0.0,0.07349165014665496,0.15372517456988796,0.0,0.19895404019422452,0.15372517456988796,0.0,0.07749042505373173,0.15372517456988796,0.0,0.1531838356637193,0.15372517456988796,0.0,0.24840923971471573,0.5,0.15372517456988796,0.0,0.3642067528460453,0.15372517456988796,0.0,0.27996637955383036,0.5,0.15372517456988796,0.0,0.16333773067866103,0.15372517456988796,0.0,0.21671469371034882,0.15372517456988796,0.0,0.8354098817941372,0.15372517456988796,0.0,0.6169941072732092,0.15372517456988796,0.0,0.462807114112662,0.15372517456988796,0.0,0.2136956791733693,0.15372517456988796,0.0,0.06915907556366084,0.5,0.15372517456988796,0.0,0.10720383301732353,0.0,0.8065125305607467,0.8343915188387001 -601,0.5,0.15372517456988796,0.0,0.18547468098148615,0.15372517456988796,0.0,0.8127533611952822,0.15372517456988796,0.0,0.10944741811259034,0.15372517456988796,0.0,0.08205530860295085,0.15372517456988796,0.0,0.1504657520779484,0.15372517456988796,0.0,0.07002186135426995,0.15372517456988796,0.0,0.0843273680048224,0.15372517456988796,0.0,0.31239629950421366,0.5,0.15372517456988796,0.0,0.2227436153337112,0.15372517456988796,0.0,0.3919925047787643,0.5,0.15372517456988796,0.0,0.17297099046057673,0.15372517456988796,0.0,0.2847040683228478,0.15372517456988796,0.0,0.8518415430549899,0.15372517456988796,0.0,0.5776490544998845,0.15372517456988796,0.0,0.527436263362413,0.15372517456988796,0.0,0.16191219797008422,0.15372517456988796,0.0,0.06334825462750598,0.5,0.15372517456988796,0.0,0.09020941606312471,0.0,0.7378068726309644,0.777477804813643 -602,0.5,0.15372517456988796,0.0,0.16791706503120277,0.15372517456988796,0.0,0.7984103368113468,0.15372517456988796,0.0,0.12966436340474996,0.15372517456988796,0.0,0.08863895679508353,0.15372517456988796,0.0,0.11993874409880866,0.15372517456988796,0.0,0.23816020198134863,0.15372517456988796,0.0,0.032670779452188464,0.15372517456988796,0.0,0.5065973471958486,0.5,0.15372517456988796,0.0,0.4210945800399445,0.15372517456988796,0.0,0.4532729716055583,0.5,0.15372517456988796,0.0,0.2277599676253172,0.15372517456988796,0.0,0.3410895925779305,0.15372517456988796,0.0,0.8402141239682286,0.15372517456988796,0.0,0.5862370143862858,0.15372517456988796,0.0,0.5705188007635988,0.15372517456988796,0.0,0.10773648202860034,0.15372517456988796,0.0,0.056675595851025426,0.5,0.15372517456988796,0.0,0.14332876734412248,0.0,0.6358976070834841,0.6837508019648706 -603,0.5,0.15372517456988796,0.0,0.13874905872258794,0.15372517456988796,0.0,0.7360704579717628,0.15372517456988796,0.0,0.11829928488106177,0.15372517456988796,0.0,0.08030973291528534,0.15372517456988796,0.0,0.1542048605092211,0.15372517456988796,0.0,0.36662092143114566,0.15372517456988796,0.0,0.019025974242672647,0.15372517456988796,0.0,0.6394322903609665,0.5,0.15372517456988796,0.0,0.6197822325516157,0.15372517456988796,0.0,0.5809461666932036,0.5,0.15372517456988796,0.0,0.314211167721176,0.15372517456988796,0.0,0.4919181463948743,0.15372517456988796,0.0,0.802561537555749,0.15372517456988796,0.0,0.6418542493091646,0.15372517456988796,0.0,0.5598682062981202,0.15372517456988796,0.0,0.06208165240270965,0.15372517456988796,0.0,0.0517245032793252,0.5,0.15372517456988796,0.0,0.13037385357458903,0.0,0.5359094970029463,0.6316307079032046 -604,0.5,0.15372517456988796,0.0,0.11349282792404085,0.15372517456988796,0.0,0.6193015736567629,0.15372517456988796,0.0,0.0914428609067942,0.15372517456988796,0.0,0.06493350787315076,0.15372517456988796,0.0,0.20279414383773348,0.15372517456988796,0.0,0.47366026875477596,0.15372517456988796,0.0,0.02785544159761866,0.15372517456988796,0.0,0.75134191745701,0.5,0.15372517456988796,0.0,0.729783907916522,0.15372517456988796,0.0,0.7827480480962836,0.5,0.15372517456988796,0.0,0.3775325545090741,0.15372517456988796,0.0,0.7261625502873862,0.15372517456988796,0.0,0.7317055571361859,0.15372517456988796,0.0,0.6567883012581368,0.15372517456988796,0.0,0.4924166874534753,0.15372517456988796,0.0,0.06159182519263759,0.15372517456988796,0.0,0.038898621700473424,0.5,0.15372517456988796,0.0,0.06921430617589766,0.0,0.49593734849455356,0.7794740447021181 -605,0.5,0.15372517456988796,0.0,0.09623180293624009,0.15372517456988796,0.0,0.457358029782414,0.15372517456988796,0.0,0.06944861927180611,0.15372517456988796,0.0,0.053274429078733636,0.15372517456988796,0.0,0.21184946372348096,0.15372517456988796,0.0,0.5051475109587978,0.15372517456988796,0.0,0.057220369187283335,0.15372517456988796,0.0,0.8070648569894612,0.5,0.15372517456988796,0.0,0.7915137743184619,0.15372517456988796,0.0,0.8525384534979108,0.5,0.15372517456988796,0.0,0.4954448788872598,0.15372517456988796,0.0,0.9191956909511603,0.15372517456988796,0.0,0.6321895725783682,0.15372517456988796,0.0,0.5782212092267397,0.15372517456988796,0.0,0.387690511914868,0.15372517456988796,0.0,0.06903919001196268,0.15372517456988796,0.0,0.045895487849369795,0.5,0.15372517456988796,0.0,0.1121539229577954,0.0,0.47446004337895253,0.9377108407770195 -606,0.5,0.15372517456988796,0.0,0.08415095072749451,0.15372517456988796,0.0,0.35950385357010056,0.15372517456988796,0.0,0.04641412555397277,0.15372517456988796,0.0,0.05088000230570764,0.15372517456988796,0.0,0.1584150554061939,0.15372517456988796,0.0,0.38031742201011154,0.15372517456988796,0.0,0.08605912239385256,0.15372517456988796,0.0,0.7787486397596699,0.5,0.15372517456988796,0.0,0.791767770418344,0.15372517456988796,0.0,0.9107282896439947,0.5,0.15372517456988796,0.0,0.5314935352037137,0.15372517456988796,0.0,0.9517180588413305,0.15372517456988796,0.0,0.5495051262878458,0.15372517456988796,0.0,0.42278459330438367,0.15372517456988796,0.0,0.27876978928069956,0.15372517456988796,0.0,0.052058302539757184,0.15372517456988796,0.0,0.0574779502390658,0.5,0.15372517456988796,0.0,0.1473627385145326,0.0,0.4680890854856432,0.9616938375985296 -607,0.5,0.15372517456988796,0.0,0.07794512900826901,0.15372517456988796,0.0,0.3311571238401545,0.15372517456988796,0.0,0.03620658592022474,0.15372517456988796,0.0,0.04898274832868479,0.15372517456988796,0.0,0.11485041213558132,0.15372517456988796,0.0,0.2348786263670858,0.15372517456988796,0.0,0.0974667797866379,0.15372517456988796,0.0,0.6577415976052685,0.5,0.15372517456988796,0.0,0.6809839277033423,0.15372517456988796,0.0,0.9108769455516259,0.5,0.15372517456988796,0.0,0.4489678176753758,0.15372517456988796,0.0,0.9016756267506906,0.15372517456988796,0.0,0.4671957744743775,0.15372517456988796,0.0,0.3044977911592299,0.15372517456988796,0.0,0.19927934852500745,0.15372517456988796,0.0,0.02866561775778421,0.15372517456988796,0.0,0.07128633360480631,0.5,0.15372517456988796,0.0,0.19346369440748248,0.0,0.4915724899596581,0.9332151740231192 -608,0.5,0.15372517456988796,0.0,0.07583470654213002,0.15372517456988796,0.0,0.23566079737974774,0.15372517456988796,0.0,0.03135159860653499,0.15372517456988796,0.0,0.04836658219666076,0.15372517456988796,0.0,0.09762783834473582,0.15372517456988796,0.0,0.1822130153026123,0.15372517456988796,0.0,0.05914182294495342,0.15372517456988796,0.0,0.56179854184591,0.5,0.15372517456988796,0.0,0.5396564097666777,0.15372517456988796,0.0,0.8680094042893499,0.5,0.15372517456988796,0.0,0.2861651793145349,0.15372517456988796,0.0,0.816173508282746,0.15372517456988796,0.0,0.3569830343908065,0.15372517456988796,0.0,0.28615957452146046,0.15372517456988796,0.0,0.1439818217475426,0.15372517456988796,0.0,0.015375528339832271,0.15372517456988796,0.0,0.08495883990587666,0.5,0.15372517456988796,0.0,0.2373381107349513,0.0,0.4407067145723074,0.9067101022322714 -609,0.5,0.15372517456988796,0.007618542032555195,0.07245254900634486,0.15372517456988796,0.0003418503305938874,0.1836385786096938,0.15372517456988796,0.007317401057586879,0.025294888404089135,0.15372517456988796,0.02229794616389261,0.04364896232741214,0.15372517456988796,0.0,0.09594795623043582,0.15372517456988796,0.0,0.1652421889765251,0.15372517456988796,5.6265826239464404e-05,0.036868209399789624,0.15372517456988796,0.00016353280249971144,0.45219558548056965,0.5,0.15372517456988796,0.0006102843016370119,0.4313186123845204,0.15372517456988796,0.0025988003640004215,0.7983095069199242,0.5,0.15372517456988796,0.0009988078295166678,0.30438190738864984,0.15372517456988796,0.0022844232794275083,0.747160706917146,0.15372517456988796,9.863478189452237e-05,0.3393244311971587,0.15372517456988796,0.00010344328264097087,0.3327733362940374,0.15372517456988796,0.0015537339367767825,0.17126221349019585,0.15372517456988796,0.0010340464968509532,0.019326642797009932,0.15372517456988796,0.0032146184529521847,0.09883882752483722,0.5,0.15372517456988796,0.006552137831584838,0.33043816545101595,0.0,0.5190214677293444,0.9372004238323545 -610,0.5,0.15372517456988796,0.15675190484947887,0.056963522187648497,0.15372517456988796,0.12905339850856348,0.236043184030866,0.15372517456988796,0.13036454938304634,0.031894052673779906,0.15372517456988796,0.19781536218871504,0.03467264669815825,0.15372517456988796,0.04811376002287528,0.10660624630779644,0.15372517456988796,0.00651369763186344,0.13702632019124691,0.15372517456988796,0.012298503443251441,0.03823818478071262,0.15372517456988796,0.010746523569205718,0.34999816587468474,0.5,0.15372517456988796,0.01984826712822404,0.352632890455554,0.15372517456988796,0.033814436801896226,0.7948659924550174,0.5,0.15372517456988796,0.01934860250310268,0.4433981665966066,0.15372517456988796,0.03671157801390906,0.7395070803961928,0.15372517456988796,0.11049322466925046,0.4012123396399688,0.15372517456988796,0.08682058847512086,0.45269982520369956,0.15372517456988796,0.08059030365349293,0.26097882051307686,0.15372517456988796,0.026378125946981485,0.03228394151566191,0.15372517456988796,0.03830198984867967,0.13395015105292107,0.5,0.15372517456988796,0.03127401165403787,0.37842260921749343,0.0,0.5795152247635014,0.9637477699196142 -611,0.5,0.15372517456988796,0.3091787046977497,0.055743287142156636,0.15372517456988796,0.3089614328865074,0.4603956460543525,0.15372517456988796,0.2545403346006221,0.035947668494495065,0.15372517456988796,0.36025800990154533,0.029392406858978763,0.15372517456988796,0.09888572130464175,0.12180746074255293,0.15372517456988796,0.02036982222095667,0.1728791120837264,0.15372517456988796,0.0275625218492935,0.04089789986800929,0.15372517456988796,0.038774268018144854,0.3442627885355253,0.5,0.15372517456988796,0.07191316651488461,0.3579321622605047,0.15372517456988796,0.06191147298517441,0.8302713189962031,0.5,0.15372517456988796,0.04960953192572728,0.5488665795236719,0.15372517456988796,0.07595782552675252,0.7029181495869655,0.15372517456988796,0.2865464903230352,0.5687580578607663,0.15372517456988796,0.23722789870766656,0.5089217983501315,0.15372517456988796,0.20101629666446116,0.30645127436504727,0.15372517456988796,0.052540853681218795,0.048042323132722435,0.15372517456988796,0.07411037428268383,0.18633456764081877,0.5,0.15372517456988796,0.05463506008323423,0.42499129266931224,0.0,0.4107526741695144,0.9899322084558967 -612,0.5,0.15372517456988796,0.3887066716058796,0.05108439829999522,0.15372517456988796,0.44554611264748073,0.3885449038869167,0.15372517456988796,0.3489959483229027,0.0458828946508175,0.15372517456988796,0.44432262837553127,0.023347235807099492,0.15372517456988796,0.11022697670684117,0.142611224810458,0.15372517456988796,0.031624965800480916,0.3038222993222479,0.15372517456988796,0.034938860704383,0.06135824800078551,0.15372517456988796,0.06778923984416847,0.4069030384439293,0.5,0.15372517456988796,0.1440642738747237,0.4604594262838016,0.15372517456988796,0.07888914382948788,0.8565987948736045,0.5,0.15372517456988796,0.0777379052365886,0.5470390236418763,0.15372517456988796,0.10802260004928341,0.6651146684740515,0.15372517456988796,0.4279468037892458,0.5693038413103682,0.15372517456988796,0.33514040922536026,0.5730712328290148,0.15372517456988796,0.29867219869230377,0.33425127593071136,0.15372517456988796,0.06368494146629489,0.07419916191622362,0.15372517456988796,0.09413953882090567,0.2185305169018488,0.5,0.15372517456988796,0.07588422769613269,0.47928430600956823,0.0,0.21289263897011435,1.0037201150804405 -613,0.5,0.15372517456988796,0.40095569805400283,0.05974760796111467,0.15372517456988796,0.5064645998584938,0.4482168385024797,0.15372517456988796,0.3906891979763839,0.02975495884002768,0.15372517456988796,0.4820359729545691,0.02380470840144417,0.15372517456988796,0.09741902486428358,0.15196696842455315,0.15372517456988796,0.036865633675567555,0.39082422394465466,0.15372517456988796,0.03910680415549379,0.11978197078074306,0.15372517456988796,0.09686301517176428,0.39940967330292243,0.5,0.15372517456988796,0.13699428802121552,0.5248096685492338,0.15372517456988796,0.09571916902988938,0.8437298577670127,0.5,0.15372517456988796,0.09324227674877242,0.5722085691249701,0.15372517456988796,0.12263427618887146,0.6362268193452786,0.15372517456988796,0.4914267317728142,0.5646292906839786,0.15372517456988796,0.3549850631332415,0.5686140388734082,0.15372517456988796,0.34153053860926635,0.2947892114482065,0.15372517456988796,0.09917437641980525,0.11277027832585293,0.15372517456988796,0.10216374929079063,0.2774199984737876,0.5,0.15372517456988796,0.09054248390048392,0.5291875591990276,0.0,0.16252378164859796,1.0058843141189535 -614,0.5,0.15372517456988796,0.35804538843362477,0.07254207481726055,0.15372517456988796,0.4952356171269057,0.3013843341640573,0.15372517456988796,0.37567778301411014,0.027153481684531817,0.15372517456988796,0.4597810051442855,0.02540083166554969,0.15372517456988796,0.06729941581200916,0.14858213800750228,0.15372517456988796,0.059945075914398,0.4542751017445309,0.15372517456988796,0.04276826849459274,0.1710188509529327,0.15372517456988796,0.11251645937716181,0.47319322365086514,0.5,0.15372517456988796,0.0874485095682922,0.5588122557782548,0.15372517456988796,0.10952346227309216,0.8121086079576473,0.5,0.15372517456988796,0.07879604604481148,0.6399367460744971,0.15372517456988796,0.11475554777411288,0.6003247970721067,0.15372517456988796,0.48375721904789315,0.5321456625459019,0.15372517456988796,0.2824895838257589,0.5413642064511155,0.15372517456988796,0.31268765071963733,0.2428688658439127,0.15372517456988796,0.10308138254819509,0.15659996562798426,0.15372517456988796,0.09571050627177702,0.3545080463826282,0.5,0.15372517456988796,0.08892934234822188,0.5840832395275461,0.0,0.23608597265322231,1.0062491827984752 -615,0.5,0.15372517456988796,0.28223102637915465,0.08571035073119895,0.15372517456988796,0.4106178901527572,0.2664629193326705,0.15372517456988796,0.2779830680490954,0.030255943844760172,0.15372517456988796,0.36891588984143664,0.03005837151870713,0.15372517456988796,0.045812172796155445,0.16036064794013644,0.15372517456988796,0.07120434686270427,0.5205164930125887,0.15372517456988796,0.049206771825666365,0.22226397855133298,0.15372517456988796,0.07830773065086778,0.528973493144986,0.5,0.15372517456988796,0.05358726119278191,0.5898223039169329,0.15372517456988796,0.10439616660003687,0.7257730217655869,0.5,0.15372517456988796,0.07052261341338763,0.7192891351706471,0.15372517456988796,0.09064658601112514,0.5168527138736265,0.15372517456988796,0.4000765428787633,0.4885795636636668,0.15372517456988796,0.19591287005396374,0.5398276326970766,0.15372517456988796,0.21343474327617928,0.20892687696935103,0.15372517456988796,0.06590077899280078,0.16962031671627742,0.15372517456988796,0.05346124448885772,0.4027891742191177,0.5,0.15372517456988796,0.0641563788467793,0.612530962767198,0.0,0.22562774973943944,1.0065716913534255 -616,0.5,0.15372517456988796,0.1063839680915666,0.08400754410014785,0.15372517456988796,0.13406745806250603,0.3308288877132854,0.15372517456988796,0.09609509352961988,0.03750064173753008,0.15372517456988796,0.11408294916950984,0.022525162815461384,0.15372517456988796,0.018184513729650065,0.16226468303331443,0.15372517456988796,0.04055786680566573,0.542575671950525,0.15372517456988796,0.022990350631915228,0.20931180348332015,0.15372517456988796,0.05697925937970555,0.5255376036788307,0.5,0.15372517456988796,0.04039976599556125,0.5537772938730395,0.15372517456988796,0.05969365763935737,0.5303216004609931,0.5,0.15372517456988796,0.03746671711908197,0.6302520531423754,0.15372517456988796,0.043388879176286047,0.40645459130713996,0.15372517456988796,0.20180438874928142,0.5199930873658983,0.15372517456988796,0.06671269269978748,0.5667117091099461,0.15372517456988796,0.08264513626988895,0.24318399588574435,0.15372517456988796,0.02692755598332145,0.18281606169887915,0.15372517456988796,0.02215068586945625,0.40468579885076156,0.5,0.15372517456988796,0.03250166038228573,0.593643659129104,0.0,0.23244000545050808,1.0063385738864141 -617,0.5,0.15372517456988796,0.0,0.09763591822141965,0.15372517456988796,0.0,0.4071285206264923,0.15372517456988796,0.0,0.05821002501523759,0.15372517456988796,0.0,0.0403244462847245,0.15372517456988796,2.3258386063830444e-05,0.17571293944126237,0.15372517456988796,0.0,0.5666435984421294,0.15372517456988796,0.000166627628960592,0.2349092268695941,0.15372517456988796,0.0,0.5508876406070567,0.5,0.15372517456988796,7.904368167168817e-05,0.5850837364730077,0.15372517456988796,0.0,0.28653941668136235,0.5,0.15372517456988796,0.0,0.4587401852512809,0.15372517456988796,0.00014593258217821214,0.3210464051645742,0.15372517456988796,0.0,0.5607624157812505,0.15372517456988796,2.3429985713687437e-05,0.5908765077190021,0.15372517456988796,0.0,0.2763612830188986,0.15372517456988796,0.0004325608455921531,0.2281549226343645,0.15372517456988796,1.7195384305339163e-05,0.34867209143118694,0.5,0.15372517456988796,0.0,0.4975908988293427,0.0,0.3121419416189564,1.006012792116867 -618,0.5,0.15372517456988796,0.0,0.15323153695671055,0.15372517456988796,0.0,0.5440211334169215,0.15372517456988796,0.0,0.07799754973955277,0.15372517456988796,0.0,0.07818316356316668,0.15372517456988796,0.0,0.24711967300156662,0.15372517456988796,0.0,0.5782584694273208,0.15372517456988796,0.0,0.28253757355627057,0.15372517456988796,0.0,0.704556242707827,0.5,0.15372517456988796,0.0,0.6760281662008731,0.15372517456988796,0.0,0.14023386069403465,0.5,0.15372517456988796,0.0,0.3455697798699619,0.15372517456988796,0.0,0.29799761320099954,0.15372517456988796,0.0,0.622710653390208,0.15372517456988796,0.0,0.5950409873814837,0.15372517456988796,0.0,0.3179745190038262,0.15372517456988796,0.0,0.3137898637094861,0.15372517456988796,0.0,0.3096966615076567,0.5,0.15372517456988796,0.0,0.31077911260496277,0.0,0.4699384902820721,1.0053751609779482 -619,0.5,0.15372517456988796,0.0,0.21155786701951565,0.15372517456988796,0.0,0.6589956865961321,0.15372517456988796,0.0,0.08456766529922655,0.15372517456988796,0.0,0.10560424445025612,0.15372517456988796,0.0,0.3301751520032272,0.15372517456988796,0.0,0.7720692210902501,0.15372517456988796,0.0,0.3900898413965165,0.15372517456988796,0.0,0.8442137543187016,0.5,0.15372517456988796,0.0,0.7866616692733416,0.15372517456988796,0.0,0.06959276968007634,0.5,0.15372517456988796,0.0,0.28422039866121923,0.15372517456988796,0.0,0.3049553118974065,0.15372517456988796,0.0,0.7180154439378308,0.15372517456988796,0.0,0.6010530625904353,0.15372517456988796,0.0,0.34102647197023234,0.15372517456988796,0.0,0.4091320836456057,0.15372517456988796,0.0,0.28792490993166414,0.5,0.15372517456988796,0.0,0.1828275884273006,0.0,0.6756627804038404,1.0055077799098644 -620,0.5,0.15372517456988796,0.0,0.2573381979247205,0.15372517456988796,0.0,0.6980162040576319,0.15372517456988796,0.0,0.08281954488797708,0.15372517456988796,0.0,0.1247669741856001,0.15372517456988796,0.0,0.4989583604008183,0.15372517456988796,0.0,0.7451279502769921,0.15372517456988796,0.0,0.5816267420551993,0.15372517456988796,0.0,0.8664230868027644,0.5,0.15372517456988796,0.0,0.8123529275713268,0.15372517456988796,0.0,0.055895024593230334,0.5,0.15372517456988796,0.0,0.2875955360009918,0.15372517456988796,0.0,0.3508253890871085,0.15372517456988796,0.0,0.797930241971696,0.15372517456988796,0.0,0.6315113454399082,0.15372517456988796,0.0,0.3977355926626911,0.15372517456988796,0.0,0.5916499715686484,0.15372517456988796,0.0,0.2893018675778166,0.5,0.15372517456988796,0.0,0.07435680031281681,0.0,0.7606883899366121,1.0055375772906356 -621,0.5,0.15372517456988796,0.0,0.3040329219886899,0.15372517456988796,0.0,0.7770094983674039,0.15372517456988796,0.0,0.09011621948933565,0.15372517456988796,0.0,0.14407622337536827,0.15372517456988796,0.0,0.5209473526914329,0.15372517456988796,0.0,0.8891022626936582,0.15372517456988796,0.0,0.6888586801177708,0.15372517456988796,0.0,0.8849044358907904,0.5,0.15372517456988796,0.0,0.7861058331737409,0.15372517456988796,0.0,0.05592902428130978,0.5,0.15372517456988796,0.0,0.4017895834430786,0.15372517456988796,0.0,0.404337818099633,0.15372517456988796,0.0,0.8692255301963293,0.15372517456988796,0.0,0.6254128662614479,0.15372517456988796,0.0,0.44857387541038823,0.15372517456988796,0.0,0.7657916070591874,0.15372517456988796,0.0,0.32200352202898846,0.5,0.15372517456988796,0.0,0.039094934788774884,0.0,0.8313291603028237,1.0060952975645876 -622,0.5,0.15372517456988796,0.0,0.34988215104018033,0.15372517456988796,0.0,0.7807645960286207,0.15372517456988796,0.0,0.11705391750891342,0.15372517456988796,0.0,0.15956896282149255,0.15372517456988796,0.0,0.8523383408847482,0.15372517456988796,0.0,0.9278065503252023,0.15372517456988796,0.0,0.8904498767779813,0.15372517456988796,0.0,0.8686489418780209,0.5,0.15372517456988796,0.0,0.8057201986941049,0.15372517456988796,0.0,0.06656293179474174,0.5,0.15372517456988796,0.0,0.4780725520203762,0.15372517456988796,0.0,0.40868774649715417,0.15372517456988796,0.0,0.8827924299377887,0.15372517456988796,0.0,0.6475826906878724,0.15372517456988796,0.0,0.44255786134258374,0.15372517456988796,0.0,0.8248986666461348,0.15372517456988796,0.0,0.3641095216887326,0.5,0.15372517456988796,0.0,0.05853390153391928,0.0,0.8763472581293735,1.0085859614099315 -623,0.5,0.15372517456988796,0.0,0.3811882477811038,0.15372517456988796,0.0,0.7632042970450692,0.15372517456988796,0.0,0.1378915233470673,0.15372517456988796,0.0,0.16778739624400474,0.15372517456988796,0.0,0.9832751834626081,0.15372517456988796,0.0,0.9007354630999734,0.15372517456988796,0.0,0.9665291558728681,0.15372517456988796,0.0,0.8039058648663195,0.5,0.15372517456988796,0.0,0.7324610742422817,0.15372517456988796,0.0,0.05568761020621682,0.5,0.15372517456988796,0.0,0.6684704316473533,0.15372517456988796,0.0,0.47070715808839264,0.15372517456988796,0.0,0.8863593960142997,0.15372517456988796,0.0,0.7481178204540928,0.15372517456988796,0.0,0.4761446200131814,0.15372517456988796,0.0,0.8958687786624113,0.15372517456988796,0.0,0.42563545414663206,0.5,0.15372517456988796,0.0,0.12128981012551876,0.0,0.9234180747179423,1.0104741097152827 -624,0.5,0.15372517456988796,0.0,0.4103362176900852,0.15372517456988796,0.0,0.7683002496114453,0.15372517456988796,0.0,0.18468476002389278,0.15372517456988796,0.0,0.15912766618101318,0.15372517456988796,0.0,0.9579419868076167,0.15372517456988796,0.0,0.8671112102136634,0.15372517456988796,0.0,0.9378184130350102,0.15372517456988796,0.0,0.7295447208899077,0.5,0.15372517456988796,0.0,0.6872735431375969,0.15372517456988796,0.0,0.05718954521707725,0.5,0.15372517456988796,0.0,0.9049598048899464,0.15372517456988796,0.0,0.541234681503467,0.15372517456988796,0.0,0.8977224764992215,0.15372517456988796,0.0,0.8074241573351049,0.15372517456988796,0.0,0.57379620699467,0.15372517456988796,0.0,0.9209067614521328,0.15372517456988796,0.0,0.560724141638393,0.5,0.15372517456988796,0.0,0.11189328315675962,0.0,0.9582566719948898,1.0105018434179078 -625,0.5,0.15372517456988796,0.0,0.4364204956964965,0.15372517456988796,0.0,0.777609924477372,0.15372517456988796,0.0,0.2731500124371907,0.15372517456988796,0.0,0.16001692452355734,0.15372517456988796,0.0,0.8173667469397935,0.15372517456988796,0.0,0.8425611713218322,0.15372517456988796,0.0,0.906616595446994,0.15372517456988796,0.0,0.7005901135364134,0.5,0.15372517456988796,0.0,0.6494531052968612,0.15372517456988796,0.0,0.07963211412174388,0.5,0.15372517456988796,0.0,0.8875194058275987,0.15372517456988796,0.0,0.5444598638939702,0.15372517456988796,0.0,0.8997749772423306,0.15372517456988796,0.0,0.8299764429183552,0.15372517456988796,0.0,0.6403573396004264,0.15372517456988796,0.0,0.8907919748024592,0.15372517456988796,0.0,0.7111441453377437,0.5,0.15372517456988796,0.0,0.11598274757568891,0.0,0.965129080698836,1.0096800239964443 -626,0.5,0.15372517456988796,0.0,0.46438753617912176,0.15372517456988796,0.0,0.8137551836329001,0.15372517456988796,0.0,0.3865910218778166,0.15372517456988796,0.0,0.1922424095447754,0.15372517456988796,0.0,0.6092921743639736,0.15372517456988796,0.0,0.9037339089402623,0.15372517456988796,0.0,0.8578529629592186,0.15372517456988796,0.0,0.7356948163329912,0.5,0.15372517456988796,0.0,0.5546148591603496,0.15372517456988796,0.0,0.14913762577017264,0.5,0.15372517456988796,0.0,0.8470483986435279,0.15372517456988796,0.0,0.4991815278499795,0.15372517456988796,0.0,0.898648041131067,0.15372517456988796,0.0,0.7665245446711761,0.15372517456988796,0.0,0.6802399507345258,0.15372517456988796,0.0,0.8086237645995829,0.15372517456988796,0.0,0.7874334008258218,0.5,0.15372517456988796,0.0,0.15818121610404412,0.0,0.9759646499552166,1.0009970673899171 -627,0.5,0.15372517456988796,0.0,0.519773277188722,0.15372517456988796,0.0,0.8153057193623896,0.15372517456988796,0.0,0.47612049188025835,0.15372517456988796,0.0,0.2463926915933501,0.15372517456988796,0.0,0.6706946499052109,0.15372517456988796,0.0,0.9386013381666457,0.15372517456988796,0.0,0.8865567881696367,0.15372517456988796,0.0,0.7109135493226055,0.5,0.15372517456988796,0.0,0.5562269955722537,0.15372517456988796,0.0,0.48904506609995196,0.5,0.15372517456988796,0.0,0.8630526805550859,0.15372517456988796,0.0,0.7339685913223852,0.15372517456988796,0.0,0.9019413940872718,0.15372517456988796,0.0,0.5762975414358917,0.15372517456988796,0.0,0.6939561445173015,0.15372517456988796,0.0,0.7481134624861193,0.15372517456988796,0.0,0.7510895753327869,0.5,0.15372517456988796,0.0,0.21450172572358,0.0,0.9898249357163973,0.8928486149241677 -628,0.5,0.15372517456988796,0.0,0.5629833688904764,0.15372517456988796,0.0,0.8040151919501934,0.15372517456988796,0.0,0.5306673631104558,0.15372517456988796,0.0,0.2933953988106318,0.15372517456988796,0.0,0.8410798542568867,0.15372517456988796,0.0,0.8789693150127894,0.15372517456988796,0.0,0.9488781484552464,0.15372517456988796,0.0,0.6874266770983841,0.5,0.15372517456988796,0.0,0.47365126221850773,0.15372517456988796,0.0,0.8022684781343613,0.5,0.15372517456988796,0.0,0.9042448120341314,0.15372517456988796,0.0,0.809003114419684,0.15372517456988796,0.0,0.8919860341970224,0.15372517456988796,0.0,0.3963850731551641,0.15372517456988796,0.0,0.5965431238982631,0.15372517456988796,0.0,0.7410591230313823,0.15372517456988796,0.0,0.7534380431274856,0.5,0.15372517456988796,0.0,0.2482149368239527,0.0,1.0004954390854313,0.26285559132103675 -629,0.5,0.15372517456988796,0.0,0.5844351356466381,0.15372517456988796,0.0,0.6931200118550493,0.15372517456988796,0.0,0.5417345067903105,0.15372517456988796,0.0,0.3217171884863385,0.15372517456988796,0.0,0.9187883971819982,0.15372517456988796,0.0,0.8348865219720717,0.15372517456988796,0.0,0.8787739453346999,0.15372517456988796,0.0,0.6116054839672365,0.5,0.15372517456988796,0.0,0.3919491860221801,0.15372517456988796,0.0,0.6830392435447017,0.5,0.15372517456988796,0.0,0.7928511155675118,0.15372517456988796,0.0,0.7847519265792635,0.15372517456988796,0.0,0.8719946170507085,0.15372517456988796,0.0,0.4108033036088582,0.15372517456988796,0.0,0.5136603148798266,0.15372517456988796,0.0,0.7085859653104557,0.15372517456988796,0.0,0.7453534639071749,0.5,0.15372517456988796,0.0,0.4617839824764767,0.0,1.0004985799193842,0.07774337162522364 -630,0.5,0.15372517456988796,0.0,0.5936253098045993,0.15372517456988796,0.0,0.4315605095411889,0.15372517456988796,0.0,0.5373469926577675,0.15372517456988796,0.0,0.3649485858205783,0.15372517456988796,0.0,0.860071633556793,0.15372517456988796,0.0,0.8012069556592514,0.15372517456988796,0.0,0.821188846598013,0.15372517456988796,0.0,0.46821599075300874,0.5,0.15372517456988796,0.0,0.5353252201454209,0.15372517456988796,0.0,0.6559311655675749,0.5,0.15372517456988796,0.0,0.6022475642948036,0.15372517456988796,0.0,0.7079535259420182,0.15372517456988796,0.0,0.8259420167349518,0.15372517456988796,0.0,0.5057713719358093,0.15372517456988796,0.0,0.5284756099005502,0.15372517456988796,0.0,0.5832142724931885,0.15372517456988796,0.0,0.6394229387914859,0.5,0.15372517456988796,0.0,0.5509567759564604,0.0,1.0019590251424078,0.5158003918650449 -631,0.5,0.15372517456988796,0.0,0.5679579828284239,0.15372517456988796,0.0,0.17090598841183835,0.15372517456988796,0.0,0.5441609647346957,0.15372517456988796,0.0,0.4363023931952961,0.15372517456988796,0.0,0.8612028230814309,0.15372517456988796,0.0,0.6555561174169613,0.15372517456988796,0.0,0.8088078095790626,0.15372517456988796,0.0,0.3989242439988193,0.5,0.15372517456988796,0.0,0.7302718397883179,0.15372517456988796,0.0,0.6199442615118465,0.5,0.15372517456988796,0.0,0.4701108107753867,0.15372517456988796,0.0,0.6709971175763343,0.15372517456988796,0.0,0.7101942128369035,0.15372517456988796,0.0,0.6156166404139233,0.15372517456988796,0.0,0.6220211180871447,0.15372517456988796,0.0,0.5053610620668342,0.15372517456988796,0.0,0.5446537210226926,0.5,0.15372517456988796,0.0,0.34705525577640284,0.0,1.0031234321867026,0.8310591440966857 -632,0.5,0.15372517456988796,0.0,0.505392274990445,0.15372517456988796,0.0,0.17287573762525993,0.15372517456988796,0.0,0.5674386536786633,0.15372517456988796,0.0,0.39250188142526266,0.15372517456988796,0.0,0.8023800602904219,0.15372517456988796,0.0,0.5709084313425222,0.15372517456988796,0.0,0.7353243106193184,0.15372517456988796,0.0,0.4712850636831565,0.5,0.15372517456988796,0.0,0.8215183936262429,0.15372517456988796,0.0,0.5016954349711691,0.5,0.15372517456988796,0.0,0.4296094771472789,0.15372517456988796,0.0,0.5561587402053079,0.15372517456988796,0.0,0.5137524311970084,0.15372517456988796,0.0,0.7171154516034726,0.15372517456988796,0.0,0.671569222362979,0.15372517456988796,0.0,0.4342063882930202,0.15372517456988796,0.0,0.3213170531119453,0.5,0.15372517456988796,0.0,0.2322151387840948,0.0,1.0012546080121538,0.8907491016295965 -633,0.5,0.15372517456988796,0.00198728627745735,0.4413489786603922,0.15372517456988796,0.0001042355874590349,0.7186928070321053,0.15372517456988796,0.003968439587901034,0.5252866396939838,0.15372517456988796,0.00459492196467002,0.3512025699556625,0.15372517456988796,3.196037107829388e-06,0.7286413072796724,0.15372517456988796,6.193420677036837e-06,0.6184096234994456,0.15372517456988796,0.00026145823597081966,0.6547200996929293,0.15372517456988796,0.00030169854644872143,0.49353075586096895,0.5,0.15372517456988796,0.0013042379762529001,0.8587369260845947,0.15372517456988796,0.007253088721097794,0.4183337107541795,0.5,0.15372517456988796,0.0007156332861040635,0.6369980056489867,0.15372517456988796,0.0031686544075564278,0.4922097355969913,0.15372517456988796,2.813720218504805e-05,0.4680061234635486,0.15372517456988796,2.013846130311089e-05,0.7392143538722897,0.15372517456988796,0.0006341368246918736,0.6571494848734242,0.15372517456988796,0.0009835479908251491,0.4141180158783346,0.15372517456988796,0.002785096808122644,0.2818482327677661,0.5,0.15372517456988796,0.009367231575349813,0.2729772271500077,0.0,0.9981240217117829,0.8412692786232282 -634,0.5,0.15372517456988796,0.02718281550638685,0.36534532407893516,0.15372517456988796,0.02183701575923252,0.8064972953793025,0.15372517456988796,0.055898582848613154,0.4100726201582905,0.15372517456988796,0.04936579736246829,0.3197268398419237,0.15372517456988796,0.025448788459379246,0.851039270417749,0.15372517456988796,0.04911614373230734,0.7841027275473115,0.15372517456988796,0.04882142137696538,0.7241856932445738,0.15372517456988796,0.024089568766856556,0.6070380536128801,0.5,0.15372517456988796,0.05368707875882148,0.8478930219287918,0.15372517456988796,0.08119277297133629,0.31072396843865546,0.5,0.15372517456988796,0.01086734269680364,0.6074766457654961,0.15372517456988796,0.038007596607951714,0.3852468449799572,0.15372517456988796,0.014274520237532501,0.654814954760149,0.15372517456988796,0.03378029232274835,0.701152234556577,0.15372517456988796,0.02635573465525339,0.5868395437724507,0.15372517456988796,0.019632253310363043,0.3938593891963632,0.15372517456988796,0.03518824451418445,0.34730288437377416,0.5,0.15372517456988796,0.05961075479197747,0.3164742138019511,0.0,0.9928643549403057,0.793433810826433 -635,0.5,0.15372517456988796,0.049722266204864446,0.3031780287872342,0.15372517456988796,0.12590090147095348,0.7511807391819489,0.15372517456988796,0.15118939288430117,0.30709362178056016,0.15372517456988796,0.10801008486460026,0.2510968105069328,0.15372517456988796,0.0934324461525331,0.8629221578660455,0.15372517456988796,0.06522032935009336,0.8502183247447499,0.15372517456988796,0.14701770498702255,0.766788925126578,0.15372517456988796,0.0683258857725126,0.6826908846492319,0.5,0.15372517456988796,0.1820838013087582,0.8232672620488415,0.15372517456988796,0.1908700186222165,0.2552728202924244,0.5,0.15372517456988796,0.053274265698808686,0.6178458330198894,0.15372517456988796,0.07830377595776206,0.3567465896664608,0.15372517456988796,0.04956846352329481,0.5753590887753027,0.15372517456988796,0.10961005736069104,0.6840662282567861,0.15372517456988796,0.10484254435872045,0.4735008796968511,0.15372517456988796,0.06830859240205249,0.3998050569930683,0.15372517456988796,0.07416246428631398,0.38931671401847534,0.5,0.15372517456988796,0.1078080850904301,0.3649427431746162,0.0,0.9709850702466356,0.7492210096594765 -636,0.5,0.15372517456988796,0.06856929253579999,0.2468115916083834,0.15372517456988796,0.33985603298592937,0.6019248188098607,0.15372517456988796,0.24550445736742604,0.22066840917958325,0.15372517456988796,0.1919689651797479,0.14932293597192506,0.15372517456988796,0.28352192027815604,0.7277746842060878,0.15372517456988796,0.10735865139653983,0.7750808629618493,0.15372517456988796,0.24854164180263655,0.7479763085857328,0.15372517456988796,0.1565370088326487,0.6956041829779448,0.5,0.15372517456988796,0.27781109345795524,0.7486347605340736,0.15372517456988796,0.2283925275851343,0.23081142911515545,0.5,0.15372517456988796,0.18072577471765805,0.6068764900843904,0.15372517456988796,0.14728122838229885,0.3726531963275392,0.15372517456988796,0.09700733521831456,0.5623709591705663,0.15372517456988796,0.20919070047638472,0.590098493384031,0.15372517456988796,0.2536555708565132,0.3352310215249319,0.15372517456988796,0.14385587470072414,0.4868003087956499,0.15372517456988796,0.145214026224564,0.5357314853599383,0.5,0.15372517456988796,0.13183006837949948,0.296077984433401,0.0,0.873712160992731,0.757186082039096 -637,0.5,0.15372517456988796,0.0825531375198331,0.1889782926376569,0.15372517456988796,0.3978409191767453,0.4594645123785548,0.15372517456988796,0.3311999610825722,0.15730879935619363,0.15372517456988796,0.23249730838263644,0.072567606330693,0.15372517456988796,0.3995398454554849,0.644203312706549,0.15372517456988796,0.1401918662471389,0.7022689562243138,0.15372517456988796,0.22693624384711397,0.7624398600888436,0.15372517456988796,0.10677548459405621,0.6176054544515013,0.5,0.15372517456988796,0.3315722399581854,0.6567013940758566,0.15372517456988796,0.12472560474182157,0.12657511043792036,0.5,0.15372517456988796,0.3561199419006647,0.403559794764964,0.15372517456988796,0.24225833521922702,0.2810986608229767,0.15372517456988796,0.1760524823070083,0.6475833253095851,0.15372517456988796,0.31567448040804397,0.45226495693677315,0.15372517456988796,0.41432810163206435,0.2430957118777991,0.15372517456988796,0.19624410631098532,0.5195985470628879,0.15372517456988796,0.14824772429065397,0.5647276567915596,0.5,0.15372517456988796,0.1358727494037522,0.20160769896541023,0.0,0.7278446562992137,0.7289942635485044 -638,0.5,0.15372517456988796,0.1051922753393337,0.128077521220795,0.15372517456988796,0.39776550751150774,0.3239426323757566,0.15372517456988796,0.3300936173781565,0.19697563521227557,0.15372517456988796,0.19481600976300856,0.03556389390065888,0.15372517456988796,0.3888495428794859,0.6143512671585842,0.15372517456988796,0.09632965777301326,0.6751151749977968,0.15372517456988796,0.20121956460511425,0.6199440767047822,0.15372517456988796,0.09009710237375478,0.543160727415953,0.5,0.15372517456988796,0.25517799530385044,0.570718457812049,0.15372517456988796,0.12968087983755597,0.0781181656555532,0.5,0.15372517456988796,0.4400838477350635,0.3531471685111005,0.15372517456988796,0.23630061453588058,0.2435500972687679,0.15372517456988796,0.20530008195797728,0.5810903572732071,0.15372517456988796,0.35034492804688994,0.34261333736355504,0.15372517456988796,0.4498725503948201,0.20493180300267216,0.15372517456988796,0.15872102655745884,0.4990254236975327,0.15372517456988796,0.2031907400190598,0.3961270059010914,0.5,0.15372517456988796,0.16204929827637518,0.11601384217734767,0.0,0.47792825170523023,0.7692625125607799 -639,0.5,0.15372517456988796,0.12369460551158806,0.09874266027408649,0.15372517456988796,0.38385551765647197,0.2325578952634489,0.15372517456988796,0.24268417673810183,0.22794032926614446,0.15372517456988796,0.12439923692832403,0.031587778071594505,0.15372517456988796,0.24240074391261587,0.5809855745175194,0.15372517456988796,0.13863739325043323,0.7015108535137019,0.15372517456988796,0.0992236244958182,0.47800321644400584,0.15372517456988796,0.0722749961783205,0.49457893415772636,0.5,0.15372517456988796,0.12809375345948373,0.486117037732429,0.15372517456988796,0.1275059250186321,0.06257320680776736,0.5,0.15372517456988796,0.30504880176765126,0.3088271471762468,0.15372517456988796,0.1477552959883805,0.19387437745201486,0.15372517456988796,0.19469310181307592,0.43329521638283786,0.15372517456988796,0.28814013672128025,0.30268173886346633,0.15372517456988796,0.33187197142199937,0.18646117309139065,0.15372517456988796,0.09817024851340048,0.4116571458476592,0.15372517456988796,0.21962493436917518,0.24313917053529288,0.5,0.15372517456988796,0.14030668727225032,0.056848889615488445,0.0,0.29698968498907335,0.8450090191384002 -640,0.5,0.15372517456988796,0.07691255392209788,0.096564231975592,0.15372517456988796,0.13873844744961733,0.16140282673428447,0.15372517456988796,0.10660610386441093,0.2524093291228319,0.15372517456988796,0.04611170626779981,0.047057211102238435,0.15372517456988796,0.08015104545463046,0.5227217541699816,0.15372517456988796,0.11303879853929896,0.6942992781982641,0.15372517456988796,0.023402714288500097,0.3186931924932393,0.15372517456988796,0.04956378878673984,0.44409480281600133,0.5,0.15372517456988796,0.090072584287606,0.42093470327918797,0.15372517456988796,0.07621069728784541,0.04041319399612873,0.5,0.15372517456988796,0.1635007881180363,0.2861071385207101,0.15372517456988796,0.08534349559057783,0.14203574877701822,0.15372517456988796,0.11161032698405132,0.3431310509366514,0.15372517456988796,0.12503018414177441,0.3146258323394719,0.15372517456988796,0.1665543521437608,0.19566388555725386,0.15372517456988796,0.054152044609972534,0.3402291696992825,0.15372517456988796,0.13505750715537745,0.1580417269378318,0.5,0.15372517456988796,0.10085081142798832,0.019411077661877177,0.0,0.27718607393426303,0.8733741457176032 -641,0.5,0.15372517456988796,0.0,0.11994782834316638,0.15372517456988796,0.0,0.13698833707275446,0.15372517456988796,0.0,0.2552549175274485,0.15372517456988796,6.467492709707336e-06,0.06363856945492198,0.15372517456988796,0.00012846486877116488,0.4395849949055599,0.15372517456988796,0.0,0.6544487079603547,0.15372517456988796,0.0,0.27464250574151267,0.15372517456988796,0.0,0.38323499708755504,0.5,0.15372517456988796,0.0007789315730519943,0.32370182088125826,0.15372517456988796,0.0,0.03156007480295729,0.5,0.15372517456988796,0.0,0.2627864483269701,0.15372517456988796,0.0019173594677376702,0.11375380695693826,0.15372517456988796,6.79925183989805e-05,0.3094991452796633,0.15372517456988796,0.0,0.34097718807286764,0.15372517456988796,0.0,0.19040746546435225,0.15372517456988796,0.0,0.29866282084457696,0.15372517456988796,0.0,0.11462265924528477,0.5,0.15372517456988796,0.0,0.006320030215846922,0.0,0.21752378197656433,0.9120565507094549 -642,0.5,0.15372517456988796,0.0,0.13921128758229195,0.15372517456988796,0.0,0.13575469682930713,0.15372517456988796,0.0,0.18296684902326377,0.15372517456988796,0.0,0.060364150413326725,0.15372517456988796,0.0,0.42501395506729434,0.15372517456988796,0.0,0.6665716549453615,0.15372517456988796,0.0,0.2837240123468033,0.15372517456988796,0.0,0.36853536958028016,0.5,0.15372517456988796,0.0,0.26022641313156497,0.15372517456988796,0.0,0.025950044627771087,0.5,0.15372517456988796,0.0,0.2652902526425581,0.15372517456988796,0.0,0.10377723088644644,0.15372517456988796,0.0,0.29888501084782915,0.15372517456988796,0.0,0.36693785140300017,0.15372517456988796,0.0,0.17510138168848124,0.15372517456988796,0.0,0.2933593795612838,0.15372517456988796,0.0,0.11299428271189545,0.5,0.15372517456988796,0.0,0.0033919161368341417,0.0,0.1904669460769944,0.8845351384456441 -643,0.5,0.15372517456988796,0.0,0.14518000900649336,0.15372517456988796,0.0,0.1417701015258023,0.15372517456988796,0.0,0.12724781559463014,0.15372517456988796,0.0,0.05237127678172712,0.15372517456988796,0.0,0.5388131735029725,0.15372517456988796,0.0,0.6958231274463971,0.15372517456988796,0.0,0.31730920773438226,0.15372517456988796,0.0,0.36512479597351577,0.5,0.15372517456988796,0.0,0.27188934010900295,0.15372517456988796,0.0,0.018300063225532452,0.5,0.15372517456988796,0.0,0.2318189453194321,0.15372517456988796,0.0,0.10227605713937368,0.15372517456988796,0.0,0.2918269661306811,0.15372517456988796,0.0,0.39661881553933603,0.15372517456988796,0.0,0.15500923888873872,0.15372517456988796,0.0,0.2883309825891669,0.15372517456988796,0.0,0.11178637956687791,0.5,0.15372517456988796,0.0,0.00447010387628275,0.0,0.2206315798963307,0.8584378421098173 -644,0.5,0.15372517456988796,0.0,0.13095125796536963,0.15372517456988796,0.0,0.1703124654871908,0.15372517456988796,0.0,0.09118572298618674,0.15372517456988796,0.0,0.04400306923555058,0.15372517456988796,0.0,0.6267575681229408,0.15372517456988796,0.0,0.7120754286769329,0.15372517456988796,0.0,0.3437214332210405,0.15372517456988796,0.0,0.32838144803548697,0.5,0.15372517456988796,0.0,0.26318122458426385,0.15372517456988796,0.0,0.015282178490301529,0.5,0.15372517456988796,0.0,0.2429664441085791,0.15372517456988796,0.0,0.10925347831275255,0.15372517456988796,0.0,0.2826571181591372,0.15372517456988796,0.0,0.4276043050394448,0.15372517456988796,0.0,0.15197669860562543,0.15372517456988796,0.0,0.3179856433996418,0.15372517456988796,0.0,0.1015654346161564,0.5,0.15372517456988796,0.0,0.0051461209962810756,0.0,0.2639084807389948,0.9336953713589498 -645,0.5,0.15372517456988796,0.0,0.10752117631497084,0.15372517456988796,0.0,0.18813763828676944,0.15372517456988796,0.0,0.08152332695580432,0.15372517456988796,0.0,0.03508740410819061,0.15372517456988796,0.0,0.6109188590772182,0.15372517456988796,0.0,0.6304280567292309,0.15372517456988796,0.0,0.3949041731638414,0.15372517456988796,0.0,0.22283300240360937,0.5,0.15372517456988796,0.0,0.22674249466538238,0.15372517456988796,0.0,0.015750468725174667,0.5,0.15372517456988796,0.0,0.2596326469257061,0.15372517456988796,0.0,0.09648685088809543,0.15372517456988796,0.0,0.3029301748055844,0.15372517456988796,0.0,0.4465309435013395,0.15372517456988796,0.0,0.1696514397872742,0.15372517456988796,0.0,0.3371720648267319,0.15372517456988796,0.0,0.09366372028527793,0.5,0.15372517456988796,0.0,0.0052848380106920775,0.0,0.3035598255073503,0.9415628971753076 -646,0.5,0.15372517456988796,0.0,0.08697800031978578,0.15372517456988796,0.0,0.21079642446927727,0.15372517456988796,0.0,0.08855594844426748,0.15372517456988796,0.0,0.033310968304870105,0.15372517456988796,0.0,0.6335397670749102,0.15372517456988796,0.0,0.47824307529457133,0.15372517456988796,0.0,0.4190115769375948,0.15372517456988796,0.0,0.17178315247520576,0.5,0.15372517456988796,0.0,0.19540132595817095,0.15372517456988796,0.0,0.016342580160713983,0.5,0.15372517456988796,0.0,0.22085479031917055,0.15372517456988796,0.0,0.08136065774656284,0.15372517456988796,0.0,0.3281958913624256,0.15372517456988796,0.0,0.46659623203135636,0.15372517456988796,0.0,0.18840964138745359,0.15372517456988796,0.0,0.32363643653074875,0.15372517456988796,0.0,0.08999972246184337,0.5,0.15372517456988796,0.0,0.005015399467250535,0.0,0.30096445264361765,0.8761115906929673 -647,0.5,0.15372517456988796,0.0,0.07877510112527324,0.15372517456988796,0.0,0.2245924720240467,0.15372517456988796,0.0,0.09609485794457735,0.15372517456988796,0.0,0.03220212112415899,0.15372517456988796,0.0,0.5999604909618599,0.15372517456988796,0.0,0.3220335586906058,0.15372517456988796,0.0,0.3078716124398806,0.15372517456988796,0.0,0.1679508820097605,0.5,0.15372517456988796,0.0,0.1599266910688682,0.15372517456988796,0.0,0.015247614740921003,0.5,0.15372517456988796,0.0,0.1720277033287352,0.15372517456988796,0.0,0.06606666335337293,0.15372517456988796,0.0,0.3694693947939086,0.15372517456988796,0.0,0.5036561090829504,0.15372517456988796,0.0,0.19616617190828117,0.15372517456988796,0.0,0.2637644632853809,0.15372517456988796,0.0,0.08004703749759501,0.5,0.15372517456988796,0.0,0.0043203449790739056,0.0,0.29742309618481144,0.8518227246648148 -648,0.5,0.15372517456988796,0.0,0.0769855314735359,0.15372517456988796,0.0,0.2185380465425497,0.15372517456988796,0.0,0.09545458433797803,0.15372517456988796,0.0,0.028908066824296343,0.15372517456988796,0.0,0.41273692603339046,0.15372517456988796,0.0,0.31841157368484185,0.15372517456988796,0.0,0.24932621196526328,0.15372517456988796,0.0,0.1763390466596853,0.5,0.15372517456988796,0.0,0.16597155905334882,0.15372517456988796,0.0,0.015410361603377193,0.5,0.15372517456988796,0.0,0.13627524334989055,0.15372517456988796,0.0,0.06394398773433276,0.15372517456988796,0.0,0.3837658668614551,0.15372517456988796,0.0,0.48652877337595335,0.15372517456988796,0.0,0.19214515165875448,0.15372517456988796,0.0,0.21095783690192496,0.15372517456988796,0.0,0.06874912866204075,0.5,0.15372517456988796,0.0,0.0034646459231836464,0.0,0.3231057287856087,0.8288550615923731 -649,0.5,0.15372517456988796,0.0,0.07925402168698356,0.15372517456988796,0.0,0.1956253416246504,0.15372517456988796,0.0,0.09677360265909873,0.15372517456988796,0.0,0.027879683415132098,0.15372517456988796,0.0,0.4105495074872231,0.15372517456988796,0.0,0.33767837815518653,0.15372517456988796,0.0,0.26832537343882923,0.15372517456988796,0.0,0.20605966610128013,0.5,0.15372517456988796,0.0,0.1651239166233427,0.15372517456988796,0.0,0.017193018458028574,0.5,0.15372517456988796,0.0,0.11839983969082744,0.15372517456988796,0.0,0.06822119159069615,0.15372517456988796,0.0,0.38379288812306084,0.15372517456988796,0.0,0.4507883260514958,0.15372517456988796,0.0,0.17296287623083037,0.15372517456988796,0.0,0.2033216126700235,0.15372517456988796,0.0,0.05880500756174916,0.5,0.15372517456988796,0.0,0.0026421694506542324,0.0,0.3746706177903893,0.8651918501245448 -650,0.5,0.15372517456988796,0.0,0.08554234926980246,0.15372517456988796,0.0,0.1872352612279612,0.15372517456988796,0.0,0.08318219538958595,0.15372517456988796,0.0,0.02875957665895805,0.15372517456988796,0.0,0.4169490217208878,0.15372517456988796,0.0,0.3366724294455872,0.15372517456988796,0.0,0.28423331620326964,0.15372517456988796,0.0,0.23528275350253436,0.5,0.15372517456988796,0.0,0.16790210884627843,0.15372517456988796,0.0,0.017863656051717018,0.5,0.15372517456988796,0.0,0.1150067526387265,0.15372517456988796,0.0,0.06849702797940489,0.15372517456988796,0.0,0.38014109129301676,0.15372517456988796,0.0,0.41161064391138247,0.15372517456988796,0.0,0.15300402994900797,0.15372517456988796,0.0,0.2070980165938736,0.15372517456988796,0.0,0.05498789239004853,0.5,0.15372517456988796,0.0,0.0026491871838378203,0.0,0.3488326104558495,0.932260506647905 -651,0.5,0.15372517456988796,0.0,0.09081819184103852,0.15372517456988796,0.0,0.1816616899465575,0.15372517456988796,0.0,0.053511426097585926,0.15372517456988796,0.0,0.030297704293257982,0.15372517456988796,0.0,0.3519412397479657,0.15372517456988796,0.0,0.3415016386323782,0.15372517456988796,0.0,0.26696653866026454,0.15372517456988796,0.0,0.23096787219584025,0.5,0.15372517456988796,0.0,0.20019761443284373,0.15372517456988796,0.0,0.019780332841394018,0.5,0.15372517456988796,0.0,0.09467546759841293,0.15372517456988796,0.0,0.06747609902088285,0.15372517456988796,0.0,0.36698487287171033,0.15372517456988796,0.0,0.3575834034563878,0.15372517456988796,0.0,0.13875514608164868,0.15372517456988796,0.0,0.2213931159881796,0.15372517456988796,0.0,0.048305473232615734,0.5,0.15372517456988796,0.0,0.0017664776443879217,0.0,0.2821640470838235,0.9575996710433858 -652,0.5,0.15372517456988796,0.0,0.09156261410549776,0.15372517456988796,0.0,0.1925783045486055,0.15372517456988796,0.0,0.03670025405779434,0.15372517456988796,0.0,0.030934348118467167,0.15372517456988796,0.0,0.2744303198552308,0.15372517456988796,0.0,0.3358628010327597,0.15372517456988796,0.0,0.26852971865191766,0.15372517456988796,0.0,0.2656276997754137,0.5,0.15372517456988796,0.0,0.24357840928570584,0.15372517456988796,0.0,0.023837413885081017,0.5,0.15372517456988796,0.0,0.058126870771736686,0.15372517456988796,0.0,0.0725899519749525,0.15372517456988796,0.0,0.34319147998467,0.15372517456988796,0.0,0.2858423421698889,0.15372517456988796,0.0,0.1273340827163471,0.15372517456988796,0.0,0.2517723875511979,0.15372517456988796,0.0,0.03326127991674818,0.5,0.15372517456988796,0.0,0.0015546684805862157,0.0,0.2363813844927749,0.9726310183054663 -653,0.5,0.15372517456988796,0.0,0.09436794537455447,0.15372517456988796,0.0,0.21410948165739346,0.15372517456988796,0.0,0.042681879672641816,0.15372517456988796,0.0,0.030448338896611474,0.15372517456988796,0.0,0.2679780725895635,0.15372517456988796,0.0,0.3351714291415999,0.15372517456988796,0.0,0.2874594933952354,0.15372517456988796,0.0,0.33541996791671036,0.5,0.15372517456988796,0.0,0.2781808156023882,0.15372517456988796,0.0,0.022089617031687814,0.5,0.15372517456988796,0.0,0.04391664087051765,0.15372517456988796,0.0,0.06996982879941395,0.15372517456988796,0.0,0.33588187548821424,0.15372517456988796,0.0,0.22714198692333992,0.15372517456988796,0.0,0.1311423937442311,0.15372517456988796,0.0,0.2673419597495845,0.15372517456988796,0.0,0.029989941840041785,0.5,0.15372517456988796,0.0,0.005983184389716952,0.0,0.23150550731881098,0.9712736243210737 -654,0.5,0.15372517456988796,0.0,0.09588703519543741,0.15372517456988796,0.0,0.234494447516618,0.15372517456988796,0.0,0.04953312287545464,0.15372517456988796,0.0,0.029428672094355537,0.15372517456988796,0.0,0.26746093668770826,0.15372517456988796,0.0,0.3939615122064499,0.15372517456988796,0.0,0.2854428848264762,0.15372517456988796,0.0,0.3626243400590048,0.5,0.15372517456988796,0.0,0.3192633037384687,0.15372517456988796,0.0,0.020992881508395952,0.5,0.15372517456988796,0.0,0.03966758947313217,0.15372517456988796,0.0,0.058522850476724224,0.15372517456988796,0.0,0.38266092811962493,0.15372517456988796,0.0,0.22500603896395405,0.15372517456988796,0.0,0.14884879115658742,0.15372517456988796,0.0,0.2656518624034207,0.15372517456988796,0.0,0.032321182496173495,0.5,0.15372517456988796,0.0,0.007663100559174457,0.0,0.26788608697078836,0.9584201103644341 -655,0.5,0.15372517456988796,0.0,0.10047969300165147,0.15372517456988796,0.0,0.2844540188713343,0.15372517456988796,0.0,0.05095012805699124,0.15372517456988796,0.0,0.027779995686974524,0.15372517456988796,0.0,0.2613630716046492,0.15372517456988796,0.0,0.4328857674126144,0.15372517456988796,0.0,0.3214582849965636,0.15372517456988796,0.0,0.37128441481240404,0.5,0.15372517456988796,0.0,0.3544940289465836,0.15372517456988796,0.0,0.017391616166334115,0.5,0.15372517456988796,0.0,0.03403356934466177,0.15372517456988796,0.0,0.05293426765904887,0.15372517456988796,0.0,0.4496133973301178,0.15372517456988796,0.0,0.28168318705690043,0.15372517456988796,0.0,0.1737788131323035,0.15372517456988796,0.0,0.27327721009566797,0.15372517456988796,0.0,0.03420013526305313,0.5,0.15372517456988796,0.0,0.005401885571002665,0.0,0.3218914084811895,0.9585639152627841 -656,0.5,0.15372517456988796,0.0,0.11164454241132761,0.15372517456988796,0.0,0.30419384154388945,0.15372517456988796,0.0,0.05438738160053015,0.15372517456988796,0.0,0.023339384089681,0.15372517456988796,0.0,0.34140179110788443,0.15372517456988796,0.0,0.43718860593547515,0.15372517456988796,0.0,0.41728715494759516,0.15372517456988796,0.0,0.3857653305277743,0.5,0.15372517456988796,0.0,0.40064274915094766,0.15372517456988796,0.0,0.012950961592226024,0.5,0.15372517456988796,0.0,0.035490074655788094,0.15372517456988796,0.0,0.055114952526052786,0.15372517456988796,0.0,0.4820199456012079,0.15372517456988796,0.0,0.37361990514325627,0.15372517456988796,0.0,0.2022877574057208,0.15372517456988796,0.0,0.2913802115944069,0.15372517456988796,0.0,0.04403851864967481,0.5,0.15372517456988796,0.0,0.002689957404420486,0.0,0.38448583209455495,0.9761642205293402 -657,0.5,0.15372517456988796,0.003605700602353766,0.1156162783051832,0.15372517456988796,0.000415174050196556,0.3246810757748469,0.15372517456988796,0.005247948937485846,0.05108818146198171,0.15372517456988796,0.023505668701903647,0.01836814462258233,0.15372517456988796,0.00026177694520309854,0.5044954239366042,0.15372517456988796,5.499242582738352e-05,0.46725487776629215,0.15372517456988796,0.0009788960964200928,0.4930716091085606,0.15372517456988796,0.00043214920356545827,0.44304166743683393,0.5,0.15372517456988796,0.0015362917372038268,0.4451573666164079,0.15372517456988796,0.009105226802919334,0.01131883656815458,0.5,0.15372517456988796,0.003669902731802306,0.051409178029775696,0.15372517456988796,0.007267455339091658,0.060113708621398435,0.15372517456988796,5.013514906819481e-05,0.5017613013159743,0.15372517456988796,8.803440805001331e-05,0.4751829313938028,0.15372517456988796,0.0016255648635469385,0.23248352548086418,0.15372517456988796,0.001975487306900111,0.3071960056619341,0.15372517456988796,0.010627598770154394,0.05388843926083739,0.5,0.15372517456988796,0.030199114588637582,0.0017118778102200925,0.0,0.41464838971968754,0.9937398394625688 -658,0.5,0.15372517456988796,0.054460171634665586,0.12419279314310949,0.15372517456988796,0.02427874639840519,0.3450110293099157,0.15372517456988796,0.0946422255623689,0.04684583820390332,0.15372517456988796,0.16070820645871842,0.01591196101235052,0.15372517456988796,0.0784973326567312,0.6114542323186106,0.15372517456988796,0.09653908073027112,0.5338193088377485,0.15372517456988796,0.08171934623427696,0.47622098796973844,0.15372517456988796,0.044858645257070895,0.4935629760242467,0.5,0.15372517456988796,0.038532343610951376,0.4881120061651225,0.15372517456988796,0.08189385769651941,0.011449471917026778,0.5,0.15372517456988796,0.07555299217209505,0.08028097152204024,0.15372517456988796,0.10424314847033286,0.06578949191422459,0.15372517456988796,0.02274739515036901,0.5143457564222734,0.15372517456988796,0.08301729353060508,0.5155368329976939,0.15372517456988796,0.04786878112965753,0.26033138406214884,0.15372517456988796,0.036477777401142324,0.3574443536405062,0.15372517456988796,0.10459073500703069,0.07426065664646947,0.5,0.15372517456988796,0.14775016695780302,0.0013276665510782396,0.0,0.40423256070547464,1.0064979504390026 -659,0.5,0.15372517456988796,0.14014792898494158,0.1341086470078475,0.15372517456988796,0.06385954622837861,0.3245773408978801,0.15372517456988796,0.24849797225128717,0.03641854158941607,0.15372517456988796,0.2844325547434946,0.015897751202650922,0.15372517456988796,0.19620046749359188,0.6404113644937589,0.15372517456988796,0.198075089680735,0.6429152398363495,0.15372517456988796,0.20889762767301584,0.5087997025488015,0.15372517456988796,0.08904383956466075,0.5560519950930122,0.5,0.15372517456988796,0.08499056249344039,0.5040295494366525,0.15372517456988796,0.2398195522846341,0.009385950838262384,0.5,0.15372517456988796,0.1860887467636201,0.08619784955862429,0.15372517456988796,0.23774682484628912,0.08397299850950932,0.15372517456988796,0.08139363067805236,0.5256360543188967,0.15372517456988796,0.2199857703859348,0.5636758592667548,0.15372517456988796,0.12623117456082578,0.2671589359195682,0.15372517456988796,0.08834103843143767,0.3992312610198622,0.15372517456988796,0.2525113355115099,0.07581682790332692,0.5,0.15372517456988796,0.27251999560168666,0.0030019366685380276,0.0,0.395397042659134,1.0078361363852333 -660,0.5,0.15372517456988796,0.21270438856126248,0.1274163654902254,0.15372517456988796,0.1430627348340087,0.3352446892149357,0.15372517456988796,0.4004908771463893,0.03282912195735883,0.15372517456988796,0.35775683763544275,0.018600332919310843,0.15372517456988796,0.3625282153531453,0.6352657010330688,0.15372517456988796,0.18008068695139595,0.816964389492775,0.15372517456988796,0.2971570832017465,0.557735243654825,0.15372517456988796,0.09141190231853034,0.6175730189381223,0.5,0.15372517456988796,0.10856651957826978,0.49676863370170143,0.15372517456988796,0.3949740277927798,0.007484959612252805,0.5,0.15372517456988796,0.2357028117606567,0.07363392722170183,0.15372517456988796,0.37264352559192704,0.0999959511862898,0.15372517456988796,0.14322288549083173,0.5452825958078072,0.15372517456988796,0.35485193206239485,0.60175532801655,0.15372517456988796,0.2030511204950631,0.25306029401165825,0.15372517456988796,0.14216363659555153,0.453535141582579,0.15372517456988796,0.3753336109188941,0.06874412314535676,0.5,0.15372517456988796,0.3692964256216287,0.004265591993509522,0.0,0.3393765768039662,1.0081386472005271 -661,0.5,0.15372517456988796,0.25308359727557983,0.10652413301713219,0.15372517456988796,0.275755078587674,0.35505076165178684,0.15372517456988796,0.47582355072845295,0.03855876288658826,0.15372517456988796,0.3687033830308404,0.019614455977917437,0.15372517456988796,0.4366523016889763,0.7087444250003669,0.15372517456988796,0.14011866115451682,0.882278658417867,0.15372517456988796,0.30838265855467784,0.7080940198381322,0.15372517456988796,0.09593704236180545,0.6333853076864351,0.5,0.15372517456988796,0.1201556739250543,0.45504418653743245,0.15372517456988796,0.4816919516620226,0.005460971762311543,0.5,0.15372517456988796,0.3301477903170239,0.09310548794227308,0.15372517456988796,0.4359298158799526,0.1078835282495042,0.15372517456988796,0.2527135819464578,0.5754531484329516,0.15372517456988796,0.432233345751151,0.6180229497194475,0.15372517456988796,0.27450531662341915,0.25351560198993084,0.15372517456988796,0.1944090604853662,0.4485863386442203,0.15372517456988796,0.4356339622540195,0.06359468661436474,0.5,0.15372517456988796,0.4128742242403737,0.004028382456017004,0.0,0.2882823862489413,1.008145336831957 -662,0.5,0.15372517456988796,0.273957193358894,0.09887429620649785,0.15372517456988796,0.4057044597178823,0.4484326439303498,0.15372517456988796,0.4464394050674224,0.04564857703591297,0.15372517456988796,0.31791214537767476,0.021618064053844883,0.15372517456988796,0.3705854418675257,0.7702635509517901,0.15372517456988796,0.12512190907488366,0.912029326542213,0.15372517456988796,0.19840262584780413,0.7962747094204714,0.15372517456988796,0.08948400473763454,0.5926343795430722,0.5,0.15372517456988796,0.11315721318419347,0.38362438782524755,0.15372517456988796,0.49778472384906897,0.005092330644965382,0.5,0.15372517456988796,0.3683276759238084,0.07590917466275046,0.15372517456988796,0.43013851847881074,0.09531377703740353,0.15372517456988796,0.30268577444845485,0.6216627382895538,0.15372517456988796,0.4317779884132533,0.6026219276017486,0.15372517456988796,0.3655641922537935,0.2513566098841904,0.15372517456988796,0.19641480817434642,0.419799638408231,0.15372517456988796,0.42193543091532426,0.051989581301987935,0.5,0.15372517456988796,0.3859981898172822,0.002263027163590288,0.0,0.293527145936099,1.007743226104814 -663,0.5,0.15372517456988796,0.23346465289462331,0.10619082038351974,0.15372517456988796,0.3284492064867293,0.5035587116851639,0.15372517456988796,0.355527457168046,0.039981419209145955,0.15372517456988796,0.221716876334078,0.028899611031795933,0.15372517456988796,0.23209656972067202,0.7483949494029738,0.15372517456988796,0.08890348036434936,0.8757704480834185,0.15372517456988796,0.15410970393251386,0.7677738844606895,0.15372517456988796,0.08747229459189647,0.5151176968225093,0.5,0.15372517456988796,0.09018046279200069,0.32512990857121693,0.15372517456988796,0.42881870736900574,0.0033738504860091403,0.5,0.15372517456988796,0.3047241892855954,0.05689778022499058,0.15372517456988796,0.3453426178890265,0.06745809673122938,0.15372517456988796,0.2500813196650507,0.6479643973546602,0.15372517456988796,0.3825938932505374,0.5898475935393108,0.15372517456988796,0.3657242555836516,0.25199033449323377,0.15372517456988796,0.1340579782815489,0.3943975697027558,0.15372517456988796,0.36366364545105684,0.043010134062990896,0.5,0.15372517456988796,0.31330255954141223,0.0014608636998555973,0.0,0.3958461949061585,1.0074826035901858 -664,0.5,0.15372517456988796,0.10531694749199014,0.11222246454066508,0.15372517456988796,0.15111835815026733,0.410419330563228,0.15372517456988796,0.18698782390236834,0.03450210297808391,0.15372517456988796,0.09054883882884078,0.04320876950352866,0.15372517456988796,0.11241895628825357,0.6948390112314357,0.15372517456988796,0.03884612629804863,0.7667200776795335,0.15372517456988796,0.09662267422772423,0.6860650338922413,0.15372517456988796,0.06039101611301677,0.39126512425627924,0.5,0.15372517456988796,0.05189739633787699,0.24377523444764843,0.15372517456988796,0.26780965503185516,0.002787025935773485,0.5,0.15372517456988796,0.15823940711388618,0.035751898495159806,0.15372517456988796,0.2037408216577492,0.043331521261765045,0.15372517456988796,0.14912563658480932,0.6289635660234889,0.15372517456988796,0.22711450494882862,0.5868732838447032,0.15372517456988796,0.18368648841053084,0.2523273273685207,0.15372517456988796,0.051930822325106436,0.3397472100187968,0.15372517456988796,0.19329664569426622,0.026297901513546162,0.5,0.15372517456988796,0.17297924482718896,0.001092563457427808,0.0,0.5153131294221248,1.0066346286132037 -665,0.5,0.15372517456988796,0.0,0.1211910206497432,0.15372517456988796,0.0,0.4301397117093734,0.15372517456988796,0.0,0.030166394014002448,0.15372517456988796,0.0,0.06023054645335525,0.15372517456988796,0.0,0.6604405193974108,0.15372517456988796,0.0,0.5859122926669869,0.15372517456988796,0.0,0.5362782571745267,0.15372517456988796,0.0,0.3117737272644228,0.5,0.15372517456988796,0.0063756030768960656,0.1632897390012108,0.15372517456988796,0.0,0.005036284008351825,0.5,0.15372517456988796,0.0,0.03421172623601252,0.15372517456988796,0.006364188729272909,0.030606525197170865,0.15372517456988796,0.0,0.6085524449549655,0.15372517456988796,0.0,0.5970472475213744,0.15372517456988796,0.0,0.2458742080047218,0.15372517456988796,0.0,0.29310486554876525,0.15372517456988796,0.0,0.02335194029031222,0.5,0.15372517456988796,0.0,0.00289287249679847,0.0,0.49064964878632167,1.006538358478255 -666,0.5,0.15372517456988796,0.0,0.15676451496232702,0.15372517456988796,0.0,0.43459402810636616,0.15372517456988796,0.0,0.029320277967993927,0.15372517456988796,0.0,0.08069674244597365,0.15372517456988796,0.0,0.5459273776275937,0.15372517456988796,0.0,0.38934351693301117,0.15372517456988796,0.0,0.45041017050826115,0.15372517456988796,0.0,0.25507172570100173,0.5,0.15372517456988796,0.0,0.13550209325857687,0.15372517456988796,0.0,0.00908112645216785,0.5,0.15372517456988796,0.0,0.03500772069936218,0.15372517456988796,0.0,0.03337537219478873,0.15372517456988796,0.0,0.6185902941123101,0.15372517456988796,0.0,0.5749048028098325,0.15372517456988796,0.0,0.21930688497276724,0.15372517456988796,0.0,0.2410920897888895,0.15372517456988796,0.0,0.020684023296669643,0.5,0.15372517456988796,0.0,0.005999747338281151,0.0,0.41221386543136534,1.0068385782550304 -667,0.5,0.15372517456988796,0.0,0.19336581339209435,0.15372517456988796,0.0,0.3805030826822742,0.15372517456988796,0.0,0.03476404705171556,0.15372517456988796,0.0,0.09660270412947934,0.15372517456988796,0.0,0.4386047398668106,0.15372517456988796,0.0,0.3048046398391085,0.15372517456988796,0.0,0.37596204590853743,0.15372517456988796,0.0,0.22006849967275588,0.5,0.15372517456988796,0.0,0.13213442321426663,0.15372517456988796,0.0,0.016354645624877186,0.5,0.15372517456988796,0.0,0.03167626870389978,0.15372517456988796,0.0,0.0372620292048909,0.15372517456988796,0.0,0.6143980169139045,0.15372517456988796,0.0,0.5372138425800637,0.15372517456988796,0.0,0.18689703237589517,0.15372517456988796,0.0,0.20555849364532208,0.15372517456988796,0.0,0.018265126481962553,0.5,0.15372517456988796,0.0,0.007982204966845633,0.0,0.3796677457559718,1.0067663053608957 -668,0.5,0.15372517456988796,0.0,0.21392584220669258,0.15372517456988796,0.0,0.3414031154803727,0.15372517456988796,0.0,0.04474761550911863,0.15372517456988796,0.0,0.0996443242827696,0.15372517456988796,0.0,0.3429039924122552,0.15372517456988796,0.0,0.2587585463749804,0.15372517456988796,0.0,0.3046794155385001,0.15372517456988796,0.0,0.19283354169547867,0.5,0.15372517456988796,0.0,0.12155631054575647,0.15372517456988796,0.0,0.020104210918068993,0.5,0.15372517456988796,0.0,0.02680756286526038,0.15372517456988796,0.0,0.04140616053967267,0.15372517456988796,0.0,0.5835323555369718,0.15372517456988796,0.0,0.5021981293590809,0.15372517456988796,0.0,0.16987833471362018,0.15372517456988796,0.0,0.16875698609386042,0.15372517456988796,0.0,0.015747844320418126,0.5,0.15372517456988796,0.0,0.00893956565392098,0.0,0.4219061128425925,1.0064748856866845 -669,0.5,0.15372517456988796,0.0,0.2187547561069754,0.15372517456988796,0.0,0.3144603078816517,0.15372517456988796,0.0,0.05180232173840201,0.15372517456988796,0.0,0.09176658729235773,0.15372517456988796,0.0,0.28108848969621525,0.15372517456988796,0.0,0.20596551562193446,0.15372517456988796,0.0,0.232692829646318,0.15372517456988796,0.0,0.1834921840282281,0.5,0.15372517456988796,0.0,0.09678810141423828,0.15372517456988796,0.0,0.02083321061434778,0.5,0.15372517456988796,0.0,0.024318773363311102,0.15372517456988796,0.0,0.04520090059805342,0.15372517456988796,0.0,0.5375447256273884,0.15372517456988796,0.0,0.472062287526438,0.15372517456988796,0.0,0.17709870567809935,0.15372517456988796,0.0,0.124198153128102,0.15372517456988796,0.0,0.016181941063238447,0.5,0.15372517456988796,0.0,0.009750518153173383,0.0,0.48617150659563024,1.0064248168205807 -670,0.5,0.15372517456988796,0.0,0.21203829348538922,0.15372517456988796,0.0,0.2973950071830737,0.15372517456988796,0.0,0.049520365203899616,0.15372517456988796,0.0,0.08273182027584577,0.15372517456988796,0.0,0.23749686317620555,0.15372517456988796,0.0,0.16265388788799381,0.15372517456988796,0.0,0.16958241369231414,0.15372517456988796,0.0,0.16957536126040634,0.5,0.15372517456988796,0.0,0.06877127580990279,0.15372517456988796,0.0,0.02835713412863433,0.5,0.15372517456988796,0.0,0.026654584090405463,0.15372517456988796,0.0,0.04795387914992678,0.15372517456988796,0.0,0.4642326745113693,0.15372517456988796,0.0,0.45517700749589696,0.15372517456988796,0.0,0.19307405998104576,0.15372517456988796,0.0,0.07673428986735366,0.15372517456988796,0.0,0.019694501524006418,0.5,0.15372517456988796,0.0,0.010593814115350559,0.0,0.5110435980891711,1.006114430427239 -671,0.5,0.15372517456988796,0.0,0.1965757957005376,0.15372517456988796,0.0,0.3373428652250005,0.15372517456988796,0.0,0.04394947398845418,0.15372517456988796,0.0,0.07404471866807459,0.15372517456988796,0.0,0.21233823686078157,0.15372517456988796,0.0,0.13777124796498855,0.15372517456988796,0.0,0.12785334217849495,0.15372517456988796,0.0,0.15985517362902968,0.5,0.15372517456988796,0.0,0.05339581962731723,0.15372517456988796,0.0,0.03244681684816859,0.5,0.15372517456988796,0.0,0.03849978254985406,0.15372517456988796,0.0,0.05693106162986194,0.15372517456988796,0.0,0.38626486249070835,0.15372517456988796,0.0,0.43896319848886556,0.15372517456988796,0.0,0.19511458408820054,0.15372517456988796,0.0,0.06004712500895627,0.15372517456988796,0.0,0.02472630859651577,0.5,0.15372517456988796,0.0,0.00951368911429374,0.0,0.5082277672967859,1.0056165389073806 -672,0.5,0.15372517456988796,0.0,0.17508011153315936,0.15372517456988796,0.0,0.3956243933157747,0.15372517456988796,0.0,0.04051939626796367,0.15372517456988796,0.0,0.07081948097237489,0.15372517456988796,0.0,0.1929249446897587,0.15372517456988796,0.0,0.12810244979548865,0.15372517456988796,0.0,0.11206098496770991,0.15372517456988796,0.0,0.1553849294099518,0.5,0.15372517456988796,0.0,0.05089234955811692,0.15372517456988796,0.0,0.03009990226586564,0.5,0.15372517456988796,0.0,0.049524918479476286,0.15372517456988796,0.0,0.06404073268164356,0.15372517456988796,0.0,0.32660441433526777,0.15372517456988796,0.0,0.41503457049586956,0.15372517456988796,0.0,0.19598014649640844,0.15372517456988796,0.0,0.05369407085903969,0.15372517456988796,0.0,0.03005661112411335,0.5,0.15372517456988796,0.0,0.009974770301734754,0.0,0.5059409978999744,1.0049365011541298 -673,0.5,0.15372517456988796,0.0,0.17304690673747494,0.15372517456988796,0.0,0.3708644431445747,0.15372517456988796,0.0,0.04044368038936214,0.15372517456988796,0.0,0.07399292117713384,0.15372517456988796,0.0,0.18485009697558152,0.15372517456988796,0.0,0.14736512234658944,0.15372517456988796,0.0,0.09879000933001014,0.15372517456988796,0.0,0.1812991077612486,0.5,0.15372517456988796,0.0,0.06221652276377483,0.15372517456988796,0.0,0.029303585368978566,0.5,0.15372517456988796,0.0,0.0583307657603835,0.15372517456988796,0.0,0.06523815464999477,0.15372517456988796,0.0,0.287575995860062,0.15372517456988796,0.0,0.38444376906892863,0.15372517456988796,0.0,0.19161360096349336,0.15372517456988796,0.0,0.04590511795382414,0.15372517456988796,0.0,0.03191779835160682,0.5,0.15372517456988796,0.0,0.015516033454773329,0.0,0.5180074585743166,1.0038061052220468 -674,0.5,0.15372517456988796,0.0,0.18986694505267346,0.15372517456988796,0.0,0.317143680084002,0.15372517456988796,0.0,0.04134770346379288,0.15372517456988796,0.0,0.08315211625498363,0.15372517456988796,0.0,0.19120951372639775,0.15372517456988796,0.0,0.19977746418274983,0.15372517456988796,0.0,0.09100495675670875,0.15372517456988796,0.0,0.2128313424952013,0.5,0.15372517456988796,0.0,0.0713735063211457,0.15372517456988796,0.0,0.031155333184426665,0.5,0.15372517456988796,0.0,0.04836470395916319,0.15372517456988796,0.0,0.06507804614881424,0.15372517456988796,0.0,0.2713276895079223,0.15372517456988796,0.0,0.3679990543111591,0.15372517456988796,0.0,0.19027617241179678,0.15372517456988796,0.0,0.040662661811539685,0.15372517456988796,0.0,0.028900467852072058,0.5,0.15372517456988796,0.0,0.020646597645023575,0.0,0.5622622205012051,0.9988040007050306 -675,0.5,0.15372517456988796,0.0,0.2147747801975523,0.15372517456988796,0.0,0.3077108628684065,0.15372517456988796,0.0,0.041940337866198614,0.15372517456988796,0.0,0.10229800334883994,0.15372517456988796,0.0,0.18741822817708634,0.15372517456988796,0.0,0.21345576958042473,0.15372517456988796,0.0,0.08368914636840974,0.15372517456988796,0.0,0.2288296944602068,0.5,0.15372517456988796,0.0,0.08252457422320256,0.15372517456988796,0.0,0.02984113684542929,0.5,0.15372517456988796,0.0,0.04000791562761157,0.15372517456988796,0.0,0.07086090748856343,0.15372517456988796,0.0,0.2794275701899046,0.15372517456988796,0.0,0.36437151036401677,0.15372517456988796,0.0,0.18233229648871552,0.15372517456988796,0.0,0.038676892098587136,0.15372517456988796,0.0,0.025799134242149142,0.5,0.15372517456988796,0.0,0.023743666928116854,0.0,0.6124089481831375,0.9875150657706658 -676,0.5,0.15372517456988796,0.0,0.24591036810969805,0.15372517456988796,0.0,0.2940483316671667,0.15372517456988796,0.0,0.04930262481389789,0.15372517456988796,0.0,0.13031723932321845,0.15372517456988796,0.0,0.17957482352181897,0.15372517456988796,0.0,0.1865480055707984,0.15372517456988796,0.0,0.08948317301691358,0.15372517456988796,0.0,0.23177078456515993,0.5,0.15372517456988796,0.0,0.0899802655144644,0.15372517456988796,0.0,0.02826944783619096,0.5,0.15372517456988796,0.0,0.04471533967206463,0.15372517456988796,0.0,0.07056706883682362,0.15372517456988796,0.0,0.32409988395344314,0.15372517456988796,0.0,0.3740294333698084,0.15372517456988796,0.0,0.18425969821044164,0.15372517456988796,0.0,0.034094590992667644,0.15372517456988796,0.0,0.026187087551519817,0.5,0.15372517456988796,0.0,0.025172996627860968,0.0,0.6601789540551961,0.9720287213070646 -677,0.5,0.15372517456988796,0.0,0.27201748356493094,0.15372517456988796,0.0,0.3166717024451894,0.15372517456988796,0.0,0.07839437644470605,0.15372517456988796,0.0,0.15079631189156698,0.15372517456988796,0.0,0.18896143777383387,0.15372517456988796,0.0,0.1697877618756061,0.15372517456988796,0.0,0.09887964254002221,0.15372517456988796,0.0,0.2176879381827638,0.5,0.15372517456988796,0.0,0.08081021567894935,0.15372517456988796,0.0,0.028145190849135627,0.5,0.15372517456988796,0.0,0.04871891877181274,0.15372517456988796,0.0,0.07061968751758677,0.15372517456988796,0.0,0.38613028128559407,0.15372517456988796,0.0,0.37739572456079085,0.15372517456988796,0.0,0.2074295602107068,0.15372517456988796,0.0,0.031671432516920235,0.15372517456988796,0.0,0.025490182813324175,0.5,0.15372517456988796,0.0,0.025732331597963138,0.0,0.7013327621429595,0.9551469976436783 -678,0.5,0.15372517456988796,0.0,0.29370259210947786,0.15372517456988796,0.0,0.35313818855554263,0.15372517456988796,0.0,0.10554764736201175,0.15372517456988796,0.0,0.15313764443650674,0.15372517456988796,0.0,0.2171390597655376,0.15372517456988796,0.0,0.1864658180743637,0.15372517456988796,0.0,0.09584296286735297,0.15372517456988796,0.0,0.18774343030487195,0.5,0.15372517456988796,0.0,0.07164446425820985,0.15372517456988796,0.0,0.032609285098496366,0.5,0.15372517456988796,0.0,0.04850636677475454,0.15372517456988796,0.0,0.06784830972133013,0.15372517456988796,0.0,0.4443082959760632,0.15372517456988796,0.0,0.39164610919686477,0.15372517456988796,0.0,0.21711871465317134,0.15372517456988796,0.0,0.02956393166532993,0.15372517456988796,0.0,0.02546949762077716,0.5,0.15372517456988796,0.0,0.029710965347677518,0.0,0.7580458059068281,0.9546999874580379 -679,0.5,0.15372517456988796,0.0,0.2985134971772741,0.15372517456988796,0.0,0.3235972191482872,0.15372517456988796,0.0,0.11356254033171326,0.15372517456988796,0.0,0.14461954141833264,0.15372517456988796,0.0,0.28565341218406215,0.15372517456988796,0.0,0.19422103786451356,0.15372517456988796,0.0,0.0954028975684772,0.15372517456988796,0.0,0.15727845626775616,0.5,0.15372517456988796,0.0,0.07877758209755088,0.15372517456988796,0.0,0.03289733366808352,0.5,0.15372517456988796,0.0,0.05101753945691452,0.15372517456988796,0.0,0.07064030660614172,0.15372517456988796,0.0,0.44401178212073655,0.15372517456988796,0.0,0.4398086165991076,0.15372517456988796,0.0,0.2274204878331236,0.15372517456988796,0.0,0.031558241898701,0.15372517456988796,0.0,0.027040140601277886,0.5,0.15372517456988796,0.0,0.03356066615788446,0.0,0.7849524821743945,0.9665523222016235 -680,0.5,0.15372517456988796,0.0,0.29089018697823377,0.15372517456988796,0.0,0.2812403260578834,0.15372517456988796,0.0,0.09470267121000352,0.15372517456988796,0.0,0.13667202693919106,0.15372517456988796,0.0,0.35003302418008275,0.15372517456988796,0.0,0.17558728518557587,0.15372517456988796,0.0,0.10066218413156638,0.15372517456988796,0.0,0.14849348355582878,0.5,0.15372517456988796,0.0,0.08972820391414366,0.15372517456988796,0.0,0.034425630194041434,0.5,0.15372517456988796,0.0,0.062000851827768114,0.15372517456988796,0.0,0.07962780484204193,0.15372517456988796,0.0,0.42085445709352276,0.15372517456988796,0.0,0.48175273465104096,0.15372517456988796,0.0,0.22457999145311375,0.15372517456988796,0.0,0.03464579910125153,0.15372517456988796,0.0,0.029087681555878864,0.5,0.15372517456988796,0.0,0.035291471859071624,0.0,0.7958137590942399,0.978529726693917 -681,0.5,0.15372517456988796,0.004658290072850385,0.2964278388020685,0.15372517456988796,0.001041950133617454,0.27346235785771505,0.15372517456988796,0.00871399766997651,0.09216854809310099,0.15372517456988796,0.01339755677815761,0.14545007903351018,0.15372517456988796,0.0006688426395400859,0.4114245250039752,0.15372517456988796,0.0003034560126054638,0.16884821153451435,0.15372517456988796,0.002725686551395526,0.10403572541615042,0.15372517456988796,0.0027632514835158636,0.16095598340698647,0.5,0.15372517456988796,0.005974683848350912,0.09713672714457539,0.15372517456988796,0.040028206327765395,0.026556859604529394,0.5,0.15372517456988796,0.012170644552519596,0.07902164765262577,0.15372517456988796,0.02281050575238984,0.07257865234978914,0.15372517456988796,0.00031344662905882255,0.41591266666182436,0.15372517456988796,0.00021514980243530333,0.5000771408574001,0.15372517456988796,0.0035048129563808534,0.2287369050345023,0.15372517456988796,0.007463916976894123,0.03647383202695199,0.15372517456988796,0.026264189602766056,0.03011086669609144,0.5,0.15372517456988796,0.050669635602516486,0.03597721851818514,0.0,0.7768615624893285,0.977513456466009 -682,0.5,0.15372517456988796,0.060039416019548354,0.3164523092225843,0.15372517456988796,0.04346338578720924,0.29355071943244426,0.15372517456988796,0.10190058466697208,0.1060396145375759,0.15372517456988796,0.09136881251054722,0.15033325321228327,0.15372517456988796,0.12431132702961836,0.4634584198754102,0.15372517456988796,0.12518923378733554,0.1865421795250647,0.15372517456988796,0.14294921548002154,0.10985607439372583,0.15372517456988796,0.14261878828849456,0.19697772245950704,0.5,0.15372517456988796,0.15895442594988057,0.1273681044762286,0.15372517456988796,0.22094631917973162,0.025096962210616445,0.5,0.15372517456988796,0.18181922545701384,0.1222443044623885,0.15372517456988796,0.20182626902382095,0.05738629780574735,0.15372517456988796,0.039709633498372476,0.4490135234680952,0.15372517456988796,0.0672538060409553,0.5328415852651167,0.15372517456988796,0.1040103925425811,0.2522402439711471,0.15372517456988796,0.16811749519488944,0.03965805063749022,0.15372517456988796,0.19695122529702042,0.03535896508125869,0.5,0.15372517456988796,0.21591321463349197,0.050273352215217657,0.0,0.7648807423395853,0.9731716028405536 -683,0.5,0.15372517456988796,0.12431354053663851,0.3401745015174313,0.15372517456988796,0.1433062062329929,0.3150282367957947,0.15372517456988796,0.19745041192603585,0.11335454246849076,0.15372517456988796,0.18799079534216595,0.1474313374047766,0.15372517456988796,0.28666158925118235,0.5324233942273982,0.15372517456988796,0.29008290457977093,0.2235680364076643,0.15372517456988796,0.3080076637262103,0.15818990383380588,0.15372517456988796,0.3093683918424286,0.26615442249899307,0.5,0.15372517456988796,0.3257324566197862,0.24186533641543703,0.15372517456988796,0.3938465124568099,0.02741487506028872,0.5,0.15372517456988796,0.34784081731446137,0.18602883036323187,0.15372517456988796,0.3723264525033708,0.06606430773678963,0.15372517456988796,0.1086212508189603,0.47541202702006313,0.15372517456988796,0.15588944418621534,0.5422257164402544,0.15372517456988796,0.23337630952509889,0.2769043255327919,0.15372517456988796,0.3362045137245011,0.0689625744012729,0.15372517456988796,0.36058657467099464,0.0670702054623098,0.5,0.15372517456988796,0.3694474200926686,0.09625907227417436,0.0,0.7462080762089154,0.969140297718116 -684,0.5,0.15372517456988796,0.17279661287707268,0.3518091236012835,0.15372517456988796,0.20567586949547523,0.32615337511320824,0.15372517456988796,0.26654245151902856,0.10794686187993188,0.15372517456988796,0.2661045768301937,0.16352244382473122,0.15372517456988796,0.4268413440469345,0.5519377568851724,0.15372517456988796,0.4240118440859467,0.2506468951651364,0.15372517456988796,0.4369634949766378,0.20284303341173016,0.15372517456988796,0.4392546801640719,0.37714422234036227,0.5,0.15372517456988796,0.451483546124653,0.3748231442034159,0.15372517456988796,0.5168560495482347,0.03315896428189917,0.5,0.15372517456988796,0.4714567587037003,0.2139471665838896,0.15372517456988796,0.4887916080452247,0.08533300176861756,0.15372517456988796,0.161781521804221,0.48462347986636267,0.15372517456988796,0.1977795151163529,0.5100845795734386,0.15372517456988796,0.32242185739504964,0.28229443394836345,0.15372517456988796,0.46035604188769136,0.09702194381837899,0.15372517456988796,0.4766179605835172,0.10475624033391981,0.5,0.15372517456988796,0.46257935793578653,0.1492081392783046,0.0,0.7240958473027542,0.9595163603416693 -685,0.5,0.15372517456988796,0.1889108562609519,0.35783573734607194,0.15372517456988796,0.15391599305454406,0.3214644553707875,0.15372517456988796,0.2889545579287977,0.10562491469281823,0.15372517456988796,0.28097178010740254,0.19258365889079399,0.15372517456988796,0.4950295490138559,0.5158703521505282,0.15372517456988796,0.4967559592443108,0.2973691650789264,0.15372517456988796,0.5041326382617783,0.24444103396227393,0.15372517456988796,0.5099077351452506,0.4003682919116009,0.5,0.15372517456988796,0.5088840422250445,0.3031700571684848,0.15372517456988796,0.5720683504106728,0.046303682683416864,0.5,0.15372517456988796,0.5304754113876063,0.31180131068392913,0.15372517456988796,0.537810331853351,0.0837767933769286,0.15372517456988796,0.1682667148361785,0.4766143729749568,0.15372517456988796,0.21024364951688718,0.4691245860083114,0.15372517456988796,0.36944405519288087,0.2740857295832227,0.15372517456988796,0.5234847671486674,0.1210307636478978,0.15372517456988796,0.5229420769536919,0.14999626369528712,0.5,0.15372517456988796,0.4833464196756272,0.19334464841867555,0.0,0.7238468143587655,0.9324245770643258 -686,0.5,0.15372517456988796,0.16969249397219535,0.37178520955313366,0.15372517456988796,0.11745633747322709,0.310528455488925,0.15372517456988796,0.26948380809242073,0.1185320568854919,0.15372517456988796,0.2577349533970617,0.2173646904811444,0.15372517456988796,0.4978916698195746,0.4820508991285498,0.15372517456988796,0.5035476417767203,0.3844151383255132,0.15372517456988796,0.5042645630240568,0.2696603676856635,0.15372517456988796,0.5176548330294439,0.4735838114735195,0.5,0.15372517456988796,0.5034242627641956,0.31594648645192414,0.15372517456988796,0.558090607994764,0.04148579865994215,0.5,0.15372517456988796,0.5242551117223724,0.28815975254097953,0.15372517456988796,0.5210308822503957,0.06862693112063158,0.15372517456988796,0.14375530745582377,0.490366318651,0.15372517456988796,0.20632255304827796,0.4343584704846977,0.15372517456988796,0.37368166027773025,0.2717403536406723,0.15372517456988796,0.5172482017976334,0.1257028271979817,0.15372517456988796,0.5024895763740431,0.18839162142125596,0.5,0.15372517456988796,0.4388053199909552,0.20130499350093228,0.0,0.7404827201679853,0.9018866910742779 -687,0.5,0.15372517456988796,0.11834946619972517,0.38717612849900795,0.15372517456988796,0.08016735708531857,0.3163940331972562,0.15372517456988796,0.20229065303747373,0.13671286015475032,0.15372517456988796,0.16950511478308877,0.21951724106516912,0.15372517456988796,0.42901190643692744,0.46851647686757614,0.15372517456988796,0.4413608791987981,0.3525269752963193,0.15372517456988796,0.435217331415672,0.2604702535062698,0.15372517456988796,0.4528585236996987,0.4361791636647986,0.5,0.15372517456988796,0.4294906590112846,0.28856290147246216,0.15372517456988796,0.4717265169486125,0.029512918543684437,0.5,0.15372517456988796,0.4429640041670009,0.22025176475789174,0.15372517456988796,0.4360811339233627,0.04501137814920781,0.15372517456988796,0.0796635064714501,0.4851948915917229,0.15372517456988796,0.16266245953330627,0.4152119413701059,0.15372517456988796,0.28902038923408124,0.2721654678933564,0.15372517456988796,0.4392125842974787,0.11628034707879815,0.15372517456988796,0.40580816223893046,0.17406531037401782,0.5,0.15372517456988796,0.35001462630988,0.17104430635924683,0.0,0.7568423377821227,0.8769741018018538 -688,0.5,0.15372517456988796,0.047264553551929975,0.3775523450945397,0.15372517456988796,0.03796849933010073,0.3249638878084755,0.15372517456988796,0.10284532880545902,0.14189171573700404,0.15372517456988796,0.07401689661786498,0.20643937706478904,0.15372517456988796,0.28757103476505447,0.44564670322716005,0.15372517456988796,0.31174916237247785,0.314460740552914,0.15372517456988796,0.29816568912577107,0.21924677942559287,0.15372517456988796,0.2720947224086033,0.4027106527198382,0.5,0.15372517456988796,0.26435663685578636,0.23147238617086435,0.15372517456988796,0.2774668052632871,0.02424321049956923,0.5,0.15372517456988796,0.2413186499448238,0.211751332383782,0.15372517456988796,0.25706848759882395,0.03880995540523207,0.15372517456988796,0.034906568721178255,0.4842780983897664,0.15372517456988796,0.09554085776137014,0.42006279525826684,0.15372517456988796,0.15173982229858873,0.29558519282092593,0.15372517456988796,0.2510745383894642,0.0951741365166088,0.15372517456988796,0.1943384135053737,0.13511325852953773,0.5,0.15372517456988796,0.1710072980627406,0.12320782671615554,0.0,0.7608913215868116,0.8728328442953989 -689,0.5,0.15372517456988796,0.0,0.3293646616789656,0.15372517456988796,0.0,0.33537364179800266,0.15372517456988796,0.0,0.14170704635350465,0.15372517456988796,0.0,0.1851340286955281,0.15372517456988796,0.0,0.40128823115932477,0.15372517456988796,0.0,0.3125497052459981,0.15372517456988796,0.0,0.20107398001854276,0.15372517456988796,0.005836211700124836,0.38415567569033954,0.5,0.15372517456988796,0.02082897283490629,0.17993634120042903,0.15372517456988796,0.0,0.01829192271347848,0.5,0.15372517456988796,0.0,0.22134682855935167,0.15372517456988796,0.012981489992563735,0.04658735679947532,0.15372517456988796,0.00015837569434094486,0.456182341136126,0.15372517456988796,0.0,0.4336421377262894,0.15372517456988796,0.0,0.329256582432505,0.15372517456988796,0.0,0.09381537780239714,0.15372517456988796,0.0,0.11767369623286425,0.5,0.15372517456988796,0.0,0.09282260653398434,0.0,0.7550181232024131,0.8825701310598806 -690,0.5,0.15372517456988796,0.0,0.33442087680308247,0.15372517456988796,0.0,0.3973642902949484,0.15372517456988796,0.0,0.1546353877020351,0.15372517456988796,0.0,0.1732319759742807,0.15372517456988796,0.0,0.37760748400503924,0.15372517456988796,0.0,0.325768411452431,0.15372517456988796,0.0,0.21031404190839192,0.15372517456988796,0.0,0.36795705848265353,0.5,0.15372517456988796,0.0,0.15778520811509178,0.15372517456988796,0.0,0.017699930280304456,0.5,0.15372517456988796,0.0,0.1687035220844305,0.15372517456988796,0.0,0.04978692615374102,0.15372517456988796,0.0,0.44494219796568,0.15372517456988796,0.0,0.4698754403007174,0.15372517456988796,0.0,0.3485697373579641,0.15372517456988796,0.0,0.1169280620436901,0.15372517456988796,0.0,0.13167403706101613,0.5,0.15372517456988796,0.0,0.07963122790515781,0.0,0.7359802262933169,0.893173743836741 -691,0.5,0.15372517456988796,0.0,0.3520633581674646,0.15372517456988796,0.0,0.4489772207742334,0.15372517456988796,0.0,0.15866389779352422,0.15372517456988796,0.0,0.16114420042516436,0.15372517456988796,0.0,0.3834267989495142,0.15372517456988796,0.0,0.35435473220867464,0.15372517456988796,0.0,0.22877290168543915,0.15372517456988796,0.0,0.3757974250205407,0.5,0.15372517456988796,0.0,0.12608194309805795,0.15372517456988796,0.0,0.02222131464758254,0.5,0.15372517456988796,0.0,0.12843306263530418,0.15372517456988796,0.0,0.052198785432923805,0.15372517456988796,0.0,0.4551745604827281,0.15372517456988796,0.0,0.4892927516272989,0.15372517456988796,0.0,0.35406533567387716,0.15372517456988796,0.0,0.12822724714987754,0.15372517456988796,0.0,0.1436602253871387,0.5,0.15372517456988796,0.0,0.07078179153820881,0.0,0.7136673282793434,0.8823722442859294 -692,0.5,0.15372517456988796,0.0,0.3448185543373838,0.15372517456988796,0.0,0.4575490745558786,0.15372517456988796,0.0,0.12650345177168107,0.15372517456988796,0.0,0.14794053982861086,0.15372517456988796,0.0,0.37867529720595366,0.15372517456988796,0.0,0.34871063815446246,0.15372517456988796,0.0,0.22864546330031482,0.15372517456988796,0.0,0.3540517776141047,0.5,0.15372517456988796,0.0,0.08133087096541329,0.15372517456988796,0.0,0.026994384539261555,0.5,0.15372517456988796,0.0,0.12111159016718967,0.15372517456988796,0.0,0.053048989758060876,0.15372517456988796,0.0,0.43325146600921427,0.15372517456988796,0.0,0.4659471298998392,0.15372517456988796,0.0,0.33030549942625637,0.15372517456988796,0.0,0.12949215375003167,0.15372517456988796,0.0,0.14215342675663503,0.5,0.15372517456988796,0.0,0.05867335342394177,0.0,0.7425959125386574,0.8387025804446342 -693,0.5,0.15372517456988796,0.0,0.3271877035416702,0.15372517456988796,0.0,0.4313006147167248,0.15372517456988796,0.0,0.11125231101525927,0.15372517456988796,0.0,0.13778766358775582,0.15372517456988796,0.0,0.3501746913476435,0.15372517456988796,0.0,0.3186347985034046,0.15372517456988796,0.0,0.2187224464184538,0.15372517456988796,0.0,0.31097577542037974,0.5,0.15372517456988796,0.0,0.048545160936140565,0.15372517456988796,0.0,0.02766965665385449,0.5,0.15372517456988796,0.0,0.11900902705550115,0.15372517456988796,0.0,0.05039306074719114,0.15372517456988796,0.0,0.3893360818903485,0.15372517456988796,0.0,0.42868984047686237,0.15372517456988796,0.0,0.2974535367914523,0.15372517456988796,0.0,0.14323345251968192,0.15372517456988796,0.0,0.1347936517419284,0.5,0.15372517456988796,0.0,0.042538865087890815,0.0,0.7142309485277791,0.7736927854346336 -694,0.5,0.15372517456988796,0.0,0.31111457864888276,0.15372517456988796,0.0,0.3359693618478236,0.15372517456988796,0.0,0.08909341830735178,0.15372517456988796,0.0,0.1288986658689388,0.15372517456988796,0.0,0.318239162677939,0.15372517456988796,0.0,0.2825427514264625,0.15372517456988796,0.0,0.21829076331573438,0.15372517456988796,0.0,0.25927668385291863,0.5,0.15372517456988796,0.0,0.031208522292730783,0.15372517456988796,0.0,0.029572571893592237,0.5,0.15372517456988796,0.0,0.10401453632213764,0.15372517456988796,0.0,0.041545079532529755,0.15372517456988796,0.0,0.35160205769555025,0.15372517456988796,0.0,0.3958377210852573,0.15372517456988796,0.0,0.25821641922171656,0.15372517456988796,0.0,0.1378775982613114,0.15372517456988796,0.0,0.1058211496650082,0.5,0.15372517456988796,0.0,0.03187158409787604,0.0,0.6652495651070536,0.6946761555292453 -695,0.5,0.15372517456988796,0.0,0.2839863065910178,0.15372517456988796,0.0,0.25333361907812946,0.15372517456988796,0.0,0.06453559909769616,0.15372517456988796,0.0,0.12579687589703406,0.15372517456988796,0.0,0.2934286722084056,0.15372517456988796,0.0,0.2649511679641741,0.15372517456988796,0.0,0.22550590410274318,0.15372517456988796,0.0,0.2064313525303875,0.5,0.15372517456988796,0.0,0.02525283454987511,0.15372517456988796,0.0,0.03125159427046499,0.5,0.15372517456988796,0.0,0.0690201998860044,0.15372517456988796,0.0,0.033316774108900264,0.15372517456988796,0.0,0.3312982038888858,0.15372517456988796,0.0,0.3723953328158328,0.15372517456988796,0.0,0.23239048603195783,0.15372517456988796,0.0,0.11866649038822805,0.15372517456988796,0.0,0.07437764422646062,0.5,0.15372517456988796,0.0,0.027872790145016344,0.0,0.6912248191292891,0.6071825764032954 -696,0.5,0.15372517456988796,0.0,0.2554146618958377,0.15372517456988796,0.0,0.30678079197698804,0.15372517456988796,0.0,0.04534461892643457,0.15372517456988796,0.0,0.1218849888323275,0.15372517456988796,0.0,0.28401858237340544,0.15372517456988796,0.0,0.26772686062263135,0.15372517456988796,0.0,0.2085841931267279,0.15372517456988796,0.0,0.1602551916181636,0.5,0.15372517456988796,0.0,0.021828939650587638,0.15372517456988796,0.0,0.03646436032487627,0.5,0.15372517456988796,0.0,0.05335462679482752,0.15372517456988796,0.0,0.03201424345242454,0.15372517456988796,0.0,0.3273118706421178,0.15372517456988796,0.0,0.3546217853948925,0.15372517456988796,0.0,0.20612147911232748,0.15372517456988796,0.0,0.0785805911587263,0.15372517456988796,0.0,0.05489832510800674,0.5,0.15372517456988796,0.0,0.025936573545577636,0.0,0.6800807854342134,0.5939562423906035 -697,0.5,0.15372517456988796,0.0,0.23121160879332028,0.15372517456988796,0.0,0.3043877665511281,0.15372517456988796,0.0,0.030573277139111968,0.15372517456988796,0.0,0.12103619234219995,0.15372517456988796,0.0,0.27940068461383893,0.15372517456988796,0.0,0.2505460325558858,0.15372517456988796,0.0,0.19651823423723627,0.15372517456988796,0.0,0.11542473507528582,0.5,0.15372517456988796,0.0,0.019825617549096335,0.15372517456988796,0.0,0.03031502243730288,0.5,0.15372517456988796,0.0,0.032542128469343526,0.15372517456988796,0.0,0.035448559107701914,0.15372517456988796,0.0,0.32218115475291165,0.15372517456988796,0.0,0.3281647079086495,0.15372517456988796,0.0,0.1650251027711131,0.15372517456988796,0.0,0.06457887913758274,0.15372517456988796,0.0,0.04127228034056875,0.5,0.15372517456988796,0.0,0.02433328202471844,0.0,0.6178516996032907,0.6484728344975416 -698,0.5,0.15372517456988796,0.0,0.22168277478485152,0.15372517456988796,0.0,0.2065101213323362,0.15372517456988796,0.0,0.020687144974056517,0.15372517456988796,0.0,0.1243761575148623,0.15372517456988796,0.0,0.2784677364542901,0.15372517456988796,0.0,0.2187955685860862,0.15372517456988796,0.0,0.1693937676044798,0.15372517456988796,0.0,0.08745662033161698,0.5,0.15372517456988796,0.0,0.019287700516021817,0.15372517456988796,0.0,0.0264624258864963,0.5,0.15372517456988796,0.0,0.024416533841812908,0.15372517456988796,0.0,0.03592083944228156,0.15372517456988796,0.0,0.3148973069052152,0.15372517456988796,0.0,0.3131978622747422,0.15372517456988796,0.0,0.15248549555326602,0.15372517456988796,0.0,0.048611478796115305,0.15372517456988796,0.0,0.03496847190295223,0.5,0.15372517456988796,0.0,0.022047437652874265,0.0,0.5831643188649006,0.7063577091475381 -699,0.5,0.15372517456988796,0.0,0.21267728556937754,0.15372517456988796,0.0,0.2426769706529686,0.15372517456988796,0.0,0.016734130660486828,0.15372517456988796,0.0,0.1218703440743297,0.15372517456988796,0.0,0.273212920666867,0.15372517456988796,0.0,0.1849746594821975,0.15372517456988796,0.0,0.12639645897048232,0.15372517456988796,0.0,0.07365053450137946,0.5,0.15372517456988796,0.0,0.02292627433536332,0.15372517456988796,0.0,0.01948284307347689,0.5,0.15372517456988796,0.0,0.01949987434925007,0.15372517456988796,0.0,0.03259338143879084,0.15372517456988796,0.0,0.2932659880552667,0.15372517456988796,0.0,0.31159762609291886,0.15372517456988796,0.0,0.15488988806696372,0.15372517456988796,0.0,0.036539234956404834,0.15372517456988796,0.0,0.03208495226433225,0.5,0.15372517456988796,0.0,0.02158962011215396,0.0,0.5202734805520555,0.7459277929030358 -700,0.5,0.15372517456988796,0.0,0.20791194324536735,0.15372517456988796,0.0,0.28513822906265923,0.15372517456988796,0.0,0.015028217268602923,0.15372517456988796,0.0,0.1175222602902107,0.15372517456988796,0.0,0.26041769981635693,0.15372517456988796,0.0,0.14644059104972929,0.15372517456988796,0.0,0.09546491063762451,0.15372517456988796,0.0,0.06714469119396456,0.5,0.15372517456988796,0.0,0.026622736260522573,0.15372517456988796,0.0,0.012029025447785079,0.5,0.15372517456988796,0.0,0.014455302979459963,0.15372517456988796,0.0,0.028980150910006667,0.15372517456988796,0.0,0.3049094765006337,0.15372517456988796,0.0,0.33140276848321115,0.15372517456988796,0.0,0.14941469674902383,0.15372517456988796,0.0,0.025821242408541518,0.15372517456988796,0.0,0.02978601609205862,0.5,0.15372517456988796,0.0,0.022586999940526584,0.0,0.5481771653167876,0.7969129318937848 -701,0.5,0.15372517456988796,0.0,0.20871133355302166,0.15372517456988796,0.0,0.25666788175800703,0.15372517456988796,0.0,0.01373448978819308,0.15372517456988796,0.0,0.11602162113879692,0.15372517456988796,0.0,0.26552375250877075,0.15372517456988796,0.0,0.12638137480932815,0.15372517456988796,0.0,0.08876530863899024,0.15372517456988796,0.0,0.06658501140066068,0.5,0.15372517456988796,0.0,0.027054771501501537,0.15372517456988796,0.0,0.01083733911506317,0.5,0.15372517456988796,0.0,0.012238692070555082,0.15372517456988796,0.0,0.02707615131390379,0.15372517456988796,0.0,0.3587429748336881,0.15372517456988796,0.0,0.37861366755011566,0.15372517456988796,0.0,0.13324624534284793,0.15372517456988796,0.0,0.02172197520726901,0.15372517456988796,0.0,0.027667456684721464,0.5,0.15372517456988796,0.0,0.021299914913045635,0.0,0.568632892452636,0.8318991767310083 -702,0.5,0.15372517456988796,0.0,0.22265222730356435,0.15372517456988796,0.0,0.21724167944477804,0.15372517456988796,0.0,0.013234461978599052,0.15372517456988796,0.0,0.11580328995243715,0.15372517456988796,0.0,0.26922386120264147,0.15372517456988796,0.0,0.11130014776044528,0.15372517456988796,0.0,0.09374237093337669,0.15372517456988796,0.0,0.07285908449632036,0.5,0.15372517456988796,0.0,0.026657489714088753,0.15372517456988796,0.0,0.011204067808178172,0.5,0.15372517456988796,0.0,0.01218899624590455,0.15372517456988796,0.0,0.027728720460905475,0.15372517456988796,0.0,0.36883479060892466,0.15372517456988796,0.0,0.4248458855725231,0.15372517456988796,0.0,0.11876695484926422,0.15372517456988796,0.0,0.02257170972124704,0.15372517456988796,0.0,0.02747382436192064,0.5,0.15372517456988796,0.0,0.020412866744724076,0.0,0.6327595581995452,0.866135936675581 -703,0.5,0.15372517456988796,0.0,0.22714724590414073,0.15372517456988796,0.0,0.19161303648996367,0.15372517456988796,0.0,0.012757890586416796,0.15372517456988796,0.0,0.11627859102209268,0.15372517456988796,0.0,0.24473630878984198,0.15372517456988796,0.0,0.09501855785144456,0.15372517456988796,0.0,0.09626266703272357,0.15372517456988796,0.0,0.09292771385599177,0.5,0.15372517456988796,0.0,0.028037223190605615,0.15372517456988796,0.0,0.012267578794336731,0.5,0.15372517456988796,0.0,0.012695386582730785,0.15372517456988796,0.0,0.025442135902119408,0.15372517456988796,0.0,0.3542516248195474,0.15372517456988796,0.0,0.4348203315482367,0.15372517456988796,0.0,0.10857960024132243,0.15372517456988796,0.0,0.024811945556839663,0.15372517456988796,0.0,0.026664401225043096,0.5,0.15372517456988796,0.0,0.016231344995492933,0.0,0.7210889782571883,0.8982245370233105 -704,0.5,0.15372517456988796,0.0,0.20957775232678963,0.15372517456988796,0.0,0.1914616918828053,0.15372517456988796,0.0,0.011801146555042035,0.15372517456988796,0.0,0.11424761701152887,0.15372517456988796,0.0,0.20165847147075042,0.15372517456988796,0.0,0.08448363012641169,0.15372517456988796,0.0,0.09127535441162563,0.15372517456988796,0.0,0.10632891144420072,0.5,0.15372517456988796,0.0,0.02865469590990547,0.15372517456988796,0.0,0.007707685675162463,0.5,0.15372517456988796,0.0,0.008530671184888771,0.15372517456988796,0.0,0.028816928004673885,0.15372517456988796,0.0,0.35798949781088374,0.15372517456988796,0.0,0.41663525438325255,0.15372517456988796,0.0,0.1090911083406171,0.15372517456988796,0.0,0.024768503856691902,0.15372517456988796,0.0,0.024527542174167454,0.5,0.15372517456988796,0.0,0.012647981442799532,0.0,0.7191132716757335,0.9196367089837643 -705,0.5,0.15372517456988796,0.008683154083631793,0.21104570905333764,0.15372517456988796,0.0026768610475772334,0.19934398793169852,0.15372517456988796,0.017455656780677252,0.011590102560717252,0.15372517456988796,0.01925399895782933,0.1142991001145539,0.15372517456988796,0.0012474078351111693,0.16198209864593313,0.15372517456988796,0.0005767018857184636,0.0807484490149942,0.15372517456988796,0.0030075957139858614,0.08349322843300012,0.15372517456988796,0.002736741729213298,0.10545563921854217,0.5,0.15372517456988796,0.004614547133540435,0.03003206582349662,0.15372517456988796,0.031865846581918954,0.003596949746620676,0.5,0.15372517456988796,0.011518637716952173,0.008566001843333252,0.15372517456988796,0.017677370265502708,0.025050285038522104,0.15372517456988796,0.0007623793204767959,0.3586187523127016,0.15372517456988796,0.0009483118445744419,0.38756210645913236,0.15372517456988796,0.005686778396050241,0.11108807629741074,0.15372517456988796,0.008001944535293543,0.026290403515423867,0.15372517456988796,0.029751585911605167,0.02077828867932924,0.5,0.15372517456988796,0.054656804782258005,0.01015157706626466,0.0,0.6980520347384667,0.9320295445637861 -706,0.5,0.15372517456988796,0.11023587811282212,0.22892764062163168,0.15372517456988796,0.10096755777672471,0.20506228942215105,0.15372517456988796,0.18929782318323374,0.011510348963763654,0.15372517456988796,0.12472601624680196,0.10785283570392892,0.15372517456988796,0.12748488322857926,0.14397195347684996,0.15372517456988796,0.07408383515232625,0.07785689089105885,0.15372517456988796,0.12198676971538285,0.07633218139908153,0.15372517456988796,0.11022766347246438,0.10074433067138126,0.5,0.15372517456988796,0.09799541117166212,0.0366080724449036,0.15372517456988796,0.16262958496842772,0.0008845710099101927,0.5,0.15372517456988796,0.1539074331046575,0.008554208012540289,0.15372517456988796,0.15593827833580107,0.01799918309303244,0.15372517456988796,0.06899612157617901,0.38218691555155193,0.15372517456988796,0.10340319678339635,0.3600947087637474,0.15372517456988796,0.15193145350334633,0.10829187878079541,0.15372517456988796,0.1642270709881084,0.027969141583082682,0.15372517456988796,0.20235778110921715,0.018745563262636752,0.5,0.15372517456988796,0.21396728345728067,0.00587935893578183,0.0,0.7280533953735688,0.9379787122484221 -707,0.5,0.15372517456988796,0.19602095694743515,0.23910997164484973,0.15372517456988796,0.2585084216319597,0.2655682039646787,0.15372517456988796,0.3520075343925568,0.01075942980069431,0.15372517456988796,0.22530364249511955,0.10900660464566354,0.15372517456988796,0.27087269740437014,0.1324443854867095,0.15372517456988796,0.15558078825484026,0.08940283605379858,0.15372517456988796,0.25633191607712646,0.06811463015776209,0.15372517456988796,0.238224366789474,0.11251022578136938,0.5,0.15372517456988796,0.19485496240504038,0.049498288412234095,0.15372517456988796,0.31592053268677606,0.000671795508313484,0.5,0.15372517456988796,0.3001505343908547,0.00829172890292428,0.15372517456988796,0.3197192531649129,0.011946990558439032,0.15372517456988796,0.18669023093179965,0.40697682038953314,0.15372517456988796,0.26234689640265996,0.34473356482671547,0.15372517456988796,0.3073652616874005,0.10324779671919698,0.15372517456988796,0.328496605574844,0.02620924306374605,0.15372517456988796,0.36560535624314455,0.019592347163748806,0.5,0.15372517456988796,0.374282112879496,0.006659417217808448,0.0,0.6949303035478783,0.9479352867141405 -708,0.5,0.15372517456988796,0.23968843844051008,0.22575071887922507,0.15372517456988796,0.3968979295235185,0.2944242031456446,0.15372517456988796,0.469072661860401,0.011797497644764655,0.15372517456988796,0.31609665313370144,0.10724554929278432,0.15372517456988796,0.36223075455048387,0.10794414500684937,0.15372517456988796,0.1886696009579209,0.105035792357838,0.15372517456988796,0.333622845769068,0.06338921877531305,0.15372517456988796,0.33432632836901444,0.11782036466048831,0.5,0.15372517456988796,0.28842756399347586,0.05073949897429261,0.15372517456988796,0.405540992036897,0.001517722191304963,0.5,0.15372517456988796,0.43288917448994924,0.008073898232993452,0.15372517456988796,0.45011265767566266,0.011480266974796694,0.15372517456988796,0.3147216362546206,0.40038417215379707,0.15372517456988796,0.3892071444815757,0.3161448715756241,0.15372517456988796,0.42503983166902504,0.12789878457273204,0.15372517456988796,0.4568387930386586,0.022438106122591447,0.15372517456988796,0.4825604399353114,0.025581565364568834,0.5,0.15372517456988796,0.48448802678877634,0.015637148867065916,0.0,0.5702246204883459,0.941549027421996 -709,0.5,0.15372517456988796,0.2385019605880426,0.24357103106137404,0.15372517456988796,0.41716287959764453,0.2404509561225853,0.15372517456988796,0.5206387303721615,0.014756412085182972,0.15372517456988796,0.4033454244644447,0.10162560517284258,0.15372517456988796,0.40015862359742893,0.08951601975008129,0.15372517456988796,0.23509570701710353,0.12527462674527579,0.15372517456988796,0.294225517255346,0.0618871832766191,0.15372517456988796,0.40711095393469365,0.13041398187818157,0.5,0.15372517456988796,0.3670340695993219,0.04967763242578065,0.15372517456988796,0.4766378164031445,0.0027545826903519048,0.5,0.15372517456988796,0.5062997993801104,0.007627837050879772,0.15372517456988796,0.5102808059528076,0.006808992955699556,0.15372517456988796,0.3914986534571305,0.3979263545953108,0.15372517456988796,0.4623257187276757,0.2790783329640083,0.15372517456988796,0.4847898774607682,0.1406322646136236,0.15372517456988796,0.5173732603683054,0.020064505160433063,0.15372517456988796,0.5327019640931909,0.03472540392537234,0.5,0.15372517456988796,0.5280785223945528,0.02800640044157003,0.0,0.513494289560995,0.9193112000272161 -710,0.5,0.15372517456988796,0.21428651393672224,0.2558554599571402,0.15372517456988796,0.44085671514328506,0.3125243111940216,0.15372517456988796,0.50553525311598,0.011265882017958945,0.15372517456988796,0.41315560116733874,0.10232426383772276,0.15372517456988796,0.3797457709991474,0.07799990054024031,0.15372517456988796,0.2734440473517639,0.14619441908179664,0.15372517456988796,0.2808432341336578,0.06292718645366999,0.15372517456988796,0.41420459914439617,0.12352603124197103,0.5,0.15372517456988796,0.3666732485136356,0.04218678667148731,0.15372517456988796,0.4782971626087793,0.0058513500309428325,0.5,0.15372517456988796,0.4987105396614214,0.008583030318617329,0.15372517456988796,0.5010531700428125,0.006997087307235338,0.15372517456988796,0.3680008296115139,0.3941001251329189,0.15372517456988796,0.45445161413184276,0.24515442027996162,0.15372517456988796,0.4676885106701514,0.11647269869222139,0.15372517456988796,0.5115030784897449,0.018004236647958874,0.15372517456988796,0.5149508184635512,0.03325960497988999,0.5,0.15372517456988796,0.49726429266884375,0.03607883080144676,0.0,0.4882231627595338,0.903238168290994 -711,0.5,0.15372517456988796,0.1550829005027114,0.28493885962865345,0.15372517456988796,0.29862360518469777,0.2995798949057912,0.15372517456988796,0.42028574367715976,0.01279917944793566,0.15372517456988796,0.3475462793302081,0.1019571274835211,0.15372517456988796,0.2954208708055201,0.07895681509033782,0.15372517456988796,0.2716696620253626,0.1349334922146489,0.15372517456988796,0.30991940282671143,0.06594805287626025,0.15372517456988796,0.3328917434464812,0.09385846920954383,0.5,0.15372517456988796,0.3014157819145614,0.027173222275801438,0.15372517456988796,0.3918321071323391,0.00731866529744781,0.5,0.15372517456988796,0.42247052528661233,0.008119967260027222,0.15372517456988796,0.4067041750715946,0.009709381367589094,0.15372517456988796,0.29465330605997364,0.3774157606650649,0.15372517456988796,0.3788541691187104,0.2224415820272888,0.15372517456988796,0.38600821330376944,0.10458819691991879,0.15372517456988796,0.4357526320557856,0.017760860781879634,0.15372517456988796,0.42343929580153383,0.02899939586914626,0.5,0.15372517456988796,0.39780867223836497,0.03449718712739811,0.0,0.4503552393307975,0.8808559432072062 -712,0.5,0.15372517456988796,0.08644089159997129,0.2579191254077713,0.15372517456988796,0.13976721053283434,0.2207949493654925,0.15372517456988796,0.22789834910859377,0.01605112135926268,0.15372517456988796,0.14933553265663985,0.08673222178178489,0.15372517456988796,0.1840395075045685,0.08476648528472361,0.15372517456988796,0.20715542415362992,0.12735275757716416,0.15372517456988796,0.2329159357767263,0.06630008758409749,0.15372517456988796,0.16670045652505708,0.07022009383046018,0.5,0.15372517456988796,0.19292238898534364,0.01846719083952759,0.15372517456988796,0.20990303768308968,0.0071260305207021726,0.5,0.15372517456988796,0.2569519303032812,0.012800512470949285,0.15372517456988796,0.2368103963414227,0.010737487925888837,0.15372517456988796,0.15682129665305788,0.35928479810592256,0.15372517456988796,0.23715456033025273,0.20995366144563682,0.15372517456988796,0.22338698864290746,0.0967258183125839,0.15372517456988796,0.26149753792317276,0.016621278447564305,0.15372517456988796,0.21983188482386556,0.023140710672836705,0.5,0.15372517456988796,0.19349314476023216,0.025715980013950143,0.0,0.47902821215627445,0.8446543572497894 -713,0.5,0.15372517456988796,9.110939445372805e-07,0.2338264310976386,0.15372517456988796,0.0,0.2082291990816804,0.15372517456988796,0.0,0.02008167346791767,0.15372517456988796,8.21508083660284e-07,0.08956747458064661,0.15372517456988796,0.0,0.08879061744270286,0.15372517456988796,0.0031023604773754354,0.12414932067777285,0.15372517456988796,0.0,0.0652663141419162,0.15372517456988796,0.004968139594314193,0.05969936289936658,0.5,0.15372517456988796,0.019409677041625533,0.015440998432813664,0.15372517456988796,0.0,0.006144457841315076,0.5,0.15372517456988796,0.004451228658003289,0.013555870326810784,0.15372517456988796,0.022157107799964933,0.009161519344762585,0.15372517456988796,0.0,0.3421868797821926,0.15372517456988796,0.0,0.2057793578574349,0.15372517456988796,0.0,0.0937617432766429,0.15372517456988796,0.0,0.02123751035630276,0.15372517456988796,0.0,0.022630768753349146,0.5,0.15372517456988796,0.0,0.03715776689472085,0.0,0.5755435919715274,0.8147680115951313 -714,0.5,0.15372517456988796,0.0,0.2295816753995688,0.15372517456988796,0.0,0.18749238532718585,0.15372517456988796,0.0,0.015052623853796031,0.15372517456988796,0.0,0.08792527800805723,0.15372517456988796,0.0,0.08653924642403867,0.15372517456988796,0.0,0.09958516244361473,0.15372517456988796,0.0,0.05493828970591093,0.15372517456988796,0.0,0.04802903276401843,0.5,0.15372517456988796,0.0,0.015299213559492063,0.15372517456988796,0.0,0.007344642008771062,0.5,0.15372517456988796,0.0,0.010221746158468242,0.15372517456988796,0.0,0.010983906180019112,0.15372517456988796,0.0,0.33320078872991155,0.15372517456988796,0.0,0.2001638112447798,0.15372517456988796,0.0,0.09545635574700738,0.15372517456988796,0.0,0.021173837558440413,0.15372517456988796,0.0,0.019407064895319993,0.5,0.15372517456988796,0.0,0.0355758902037758,0.0,0.5814543162932997,0.8325555709909005 -715,0.5,0.15372517456988796,0.0,0.22479695133920627,0.15372517456988796,0.0,0.18456375502670894,0.15372517456988796,0.0,0.012211501457121278,0.15372517456988796,0.0,0.08183217357773599,0.15372517456988796,0.0,0.07590188753663915,0.15372517456988796,0.0,0.07420655072010472,0.15372517456988796,0.0,0.04141147301594003,0.15372517456988796,0.0,0.04613715469531938,0.5,0.15372517456988796,0.0,0.016449192007797993,0.15372517456988796,0.0,0.006381263081842276,0.5,0.15372517456988796,0.0,0.012831414702891585,0.15372517456988796,0.0,0.01532819045039737,0.15372517456988796,0.0,0.32418456839925985,0.15372517456988796,0.0,0.19526016539386293,0.15372517456988796,0.0,0.09120261070931815,0.15372517456988796,0.0,0.020282247746217816,0.15372517456988796,0.0,0.020103669502586137,0.5,0.15372517456988796,0.0,0.031953727653051746,0.0,0.6065950462180206,0.8649468650512432 -716,0.5,0.15372517456988796,0.0,0.20148787542446236,0.15372517456988796,0.0,0.19118512782229255,0.15372517456988796,0.0,0.010580659768327073,0.15372517456988796,0.0,0.08207257795106469,0.15372517456988796,0.0,0.057692175647660326,0.15372517456988796,0.0,0.06424598628383538,0.15372517456988796,0.0,0.03177591373015776,0.15372517456988796,0.0,0.045800228558344244,0.5,0.15372517456988796,0.0,0.014383489637917852,0.15372517456988796,0.0,0.0045559233066631115,0.5,0.15372517456988796,0.0,0.018854011906782358,0.15372517456988796,0.0,0.014282948465700723,0.15372517456988796,0.0,0.32350532306873303,0.15372517456988796,0.0,0.1863844532732417,0.15372517456988796,0.0,0.08910588017966782,0.15372517456988796,0.0,0.014029764940655607,0.15372517456988796,0.0,0.023944422544141076,0.5,0.15372517456988796,0.0,0.030677658216898822,0.0,0.5917401517123145,0.8770287158698044 -717,0.5,0.15372517456988796,0.0,0.18299388994688776,0.15372517456988796,0.0,0.21548762112633044,0.15372517456988796,0.0,0.014238634804296693,0.15372517456988796,0.0,0.09152087735908046,0.15372517456988796,0.0,0.04744884290706437,0.15372517456988796,0.0,0.05337276238204511,0.15372517456988796,0.0,0.020104802825307345,0.15372517456988796,0.0,0.033824713806444265,0.5,0.15372517456988796,0.0,0.012913493501387235,0.15372517456988796,0.0,0.004698789188957393,0.5,0.15372517456988796,0.0,0.011808658804209013,0.15372517456988796,0.0,0.011115308560758633,0.15372517456988796,0.0,0.33493534304780187,0.15372517456988796,0.0,0.17485223672354366,0.15372517456988796,0.0,0.08033685103402224,0.15372517456988796,0.0,0.009441685093587645,0.15372517456988796,0.0,0.02056386400531462,0.5,0.15372517456988796,0.0,0.02936177045876911,0.0,0.5593861647422999,0.8419669607761665 -718,0.5,0.15372517456988796,0.0,0.16287729684672836,0.15372517456988796,0.0,0.21355425025426356,0.15372517456988796,0.0,0.013684603654335182,0.15372517456988796,0.0,0.09100431993492017,0.15372517456988796,0.0,0.030630823458565444,0.15372517456988796,0.0,0.04051002004145306,0.15372517456988796,0.0,0.01678375558212387,0.15372517456988796,0.0,0.025751147913525375,0.5,0.15372517456988796,0.0,0.01149264782080303,0.15372517456988796,0.0,0.0062210327112055324,0.5,0.15372517456988796,0.0,0.011571383979920713,0.15372517456988796,0.0,0.010343542873187284,0.15372517456988796,0.0,0.34267779666442133,0.15372517456988796,0.0,0.1596978725078072,0.15372517456988796,0.0,0.07442829616690513,0.15372517456988796,0.0,0.01057928671193715,0.15372517456988796,0.0,0.01728793110120858,0.5,0.15372517456988796,0.0,0.031598442949821635,0.0,0.4774125698186674,0.8186843510916296 -719,0.5,0.15372517456988796,0.0,0.14317181032488463,0.15372517456988796,0.0,0.1922400984653332,0.15372517456988796,0.0,0.009667420411857324,0.15372517456988796,0.0,0.0912080408741658,0.15372517456988796,0.0,0.02023059652671885,0.15372517456988796,0.0,0.0301922298129392,0.15372517456988796,0.0,0.01594208460103199,0.15372517456988796,0.0,0.024342612518648457,0.5,0.15372517456988796,0.0,0.012595656623063795,0.15372517456988796,0.0,0.006218706488842376,0.5,0.15372517456988796,0.0,0.009238367290543052,0.15372517456988796,0.0,0.007151068972457442,0.15372517456988796,0.0,0.34778846201758623,0.15372517456988796,0.0,0.13751885904994332,0.15372517456988796,0.0,0.08027214311934819,0.15372517456988796,0.0,0.010973825132016054,0.15372517456988796,0.0,0.01870474898133839,0.5,0.15372517456988796,0.0,0.0364116592296554,0.0,0.3788508275981741,0.8269500736120694 -720,0.5,0.15372517456988796,0.0,0.1368222578067802,0.15372517456988796,0.0,0.1812950939127612,0.15372517456988796,0.0,0.013805770611472507,0.15372517456988796,0.0,0.08162021796562642,0.15372517456988796,0.0,0.019943325520855346,0.15372517456988796,0.0,0.025033757736089228,0.15372517456988796,0.0,0.017766617585321425,0.15372517456988796,0.0,0.019823222325618724,0.5,0.15372517456988796,0.0,0.011251883455659407,0.15372517456988796,0.0,0.007998318444516473,0.5,0.15372517456988796,0.0,0.013615946523644559,0.15372517456988796,0.0,0.006839482169445236,0.15372517456988796,0.0,0.3356032966642528,0.15372517456988796,0.0,0.1291733251265157,0.15372517456988796,0.0,0.08222670481692268,0.15372517456988796,0.0,0.010102035534269176,0.15372517456988796,0.0,0.01780208763669422,0.5,0.15372517456988796,0.0,0.03322343980920239,0.0,0.33132825222795836,0.7901566619966905 -721,0.5,0.15372517456988796,0.0,0.14112368035923598,0.15372517456988796,0.0,0.17657075649536336,0.15372517456988796,0.0,0.016151951055563496,0.15372517456988796,0.0,0.08296439153637551,0.15372517456988796,0.0,0.0267879856314429,0.15372517456988796,0.0,0.023529644612838345,0.15372517456988796,0.0,0.01656592471978463,0.15372517456988796,0.0,0.017443124430140542,0.5,0.15372517456988796,0.0,0.009316967062762967,0.15372517456988796,0.0,0.0071201384697478255,0.5,0.15372517456988796,0.0,0.012037319376903105,0.15372517456988796,0.0,0.006129031553274095,0.15372517456988796,0.0,0.34617615936543,0.15372517456988796,0.0,0.13503362491358864,0.15372517456988796,0.0,0.07697667475910708,0.15372517456988796,0.0,0.007657874748832073,0.15372517456988796,0.0,0.017266149294514203,0.5,0.15372517456988796,0.0,0.04153612802729736,0.0,0.3598797585032475,0.6890186297391709 -722,0.5,0.15372517456988796,0.0,0.1509359412390517,0.15372517456988796,0.0,0.13836544303892312,0.15372517456988796,0.0,0.013432297495380495,0.15372517456988796,0.0,0.1089923389772774,0.15372517456988796,0.0,0.027131773523696102,0.15372517456988796,0.0,0.019153229868430613,0.15372517456988796,0.0,0.016827039011274567,0.15372517456988796,0.0,0.01082018728916747,0.5,0.15372517456988796,0.0,0.008048903771064288,0.15372517456988796,0.0,0.007013469511613125,0.5,0.15372517456988796,0.0,0.011037349957721005,0.15372517456988796,0.0,0.004179758661133347,0.15372517456988796,0.0,0.3293706679228475,0.15372517456988796,0.0,0.13558124893982898,0.15372517456988796,0.0,0.07321490959128162,0.15372517456988796,0.0,0.006602516524066456,0.15372517456988796,0.0,0.016495574131682404,0.5,0.15372517456988796,0.0,0.04445333038795231,0.0,0.4464082574202464,0.655834353890377 -723,0.5,0.15372517456988796,0.0,0.1583174084498402,0.15372517456988796,0.0,0.1186462008735089,0.15372517456988796,0.0,0.019526695830699756,0.15372517456988796,0.0,0.13242625383897838,0.15372517456988796,0.0,0.018883897511470123,0.15372517456988796,0.0,0.011814261344032717,0.15372517456988796,0.0,0.014221263279409,0.15372517456988796,0.0,0.00761727821369989,0.5,0.15372517456988796,0.0,0.00598039134427331,0.15372517456988796,0.0,0.0034639024764995417,0.5,0.15372517456988796,0.0,0.009895848220013938,0.15372517456988796,0.0,0.005978635591380145,0.15372517456988796,0.0,0.28844428916805653,0.15372517456988796,0.0,0.12118937842049325,0.15372517456988796,0.0,0.07495020045581353,0.15372517456988796,0.0,0.007891025343217378,0.15372517456988796,0.0,0.013713439788650852,0.5,0.15372517456988796,0.0,0.040511911670336145,0.0,0.49072698451783947,0.5901790511012937 -724,0.5,0.15372517456988796,0.0,0.16910536345115162,0.15372517456988796,0.0,0.11803258847180348,0.15372517456988796,0.0,0.018885605885670103,0.15372517456988796,0.0,0.1579292275393308,0.15372517456988796,0.0,0.015110446587540424,0.15372517456988796,0.0,0.009772247923742733,0.15372517456988796,0.0,0.012105138368247977,0.15372517456988796,0.0,0.006284296129932944,0.5,0.15372517456988796,0.0,0.005262011116811766,0.15372517456988796,0.0,0.005715207199653041,0.5,0.15372517456988796,0.0,0.013252994862596887,0.15372517456988796,0.0,0.004725064879111622,0.15372517456988796,0.0,0.2622810894642251,0.15372517456988796,0.0,0.10324012752348607,0.15372517456988796,0.0,0.07002192183759894,0.15372517456988796,0.0,0.00912299717024154,0.15372517456988796,0.0,0.012451338819256473,0.5,0.15372517456988796,0.0,0.05223628374645124,0.0,0.49465635409680087,0.4984949499648049 -725,0.5,0.15372517456988796,0.0,0.17305864399655851,0.15372517456988796,0.0,0.09333651285761307,0.15372517456988796,0.0,0.009905083164547406,0.15372517456988796,0.0,0.20003142216742992,0.15372517456988796,0.0,0.019159600154599513,0.15372517456988796,0.0,0.014265309378025594,0.15372517456988796,0.0,0.006652699722621921,0.15372517456988796,0.0,0.007055834861411725,0.5,0.15372517456988796,0.0,0.004200914468525862,0.15372517456988796,0.0,0.0035409311418036086,0.5,0.15372517456988796,0.0,0.0116097652014858,0.15372517456988796,0.0,0.002598306667252788,0.15372517456988796,0.0,0.2341847125984839,0.15372517456988796,0.0,0.09528735793017609,0.15372517456988796,0.0,0.06772281232670747,0.15372517456988796,0.0,0.005894468485517585,0.15372517456988796,0.0,0.011850169503061045,0.5,0.15372517456988796,0.0,0.07036678507883434,0.0,0.4693766049652612,0.4172993469720235 -726,0.5,0.15372517456988796,0.0,0.15203237937734468,0.15372517456988796,0.0,0.08305449688759757,0.15372517456988796,0.0,0.00489261599544931,0.15372517456988796,0.0,0.22681344007812035,0.15372517456988796,0.0,0.021701807115296,0.15372517456988796,0.0,0.019396070264090556,0.15372517456988796,0.0,0.007325909615643488,0.15372517456988796,0.0,0.010621902109365304,0.5,0.15372517456988796,0.0,0.009304300935345807,0.15372517456988796,0.0,0.002336877930704907,0.5,0.15372517456988796,0.0,0.007970838190177134,0.15372517456988796,0.0,0.0008969765692821975,0.15372517456988796,0.0,0.22415698204680326,0.15372517456988796,0.0,0.10054596463074109,0.15372517456988796,0.0,0.06300528523629773,0.15372517456988796,0.0,0.003982452457628728,0.15372517456988796,0.0,0.011324366264526209,0.5,0.15372517456988796,0.0,0.07749190336111361,0.0,0.5716309375959964,0.3522943919391 -727,0.5,0.15372517456988796,0.0,0.14542013193214404,0.15372517456988796,0.0,0.06981020119649367,0.15372517456988796,0.0,0.0038973679479015347,0.15372517456988796,0.0,0.25577227724780305,0.15372517456988796,0.0,0.021288617158180496,0.15372517456988796,0.0,0.019300188365360457,0.15372517456988796,0.0,0.00674262151285204,0.15372517456988796,0.0,0.011412310726887047,0.5,0.15372517456988796,0.0,0.0041394842166986206,0.15372517456988796,0.0,0.005888112611396061,0.5,0.15372517456988796,0.0,0.006254501421894691,0.15372517456988796,0.0,0.0008776991614427982,0.15372517456988796,0.0,0.24700092528141873,0.15372517456988796,0.0,0.10096557010278925,0.15372517456988796,0.0,0.04519214516354445,0.15372517456988796,0.0,0.003338113839593923,0.15372517456988796,0.0,0.008131648148419855,0.5,0.15372517456988796,0.0,0.08406366851518608,0.0,0.5542251798846056,0.38708753417773434 -728,0.5,0.15372517456988796,0.0,0.1516239583913194,0.15372517456988796,0.0,0.049796949328365175,0.15372517456988796,0.0,0.002573976804807519,0.15372517456988796,0.0,0.2731861240678311,0.15372517456988796,0.0,0.01303843042663955,0.15372517456988796,0.0,0.01063749173134888,0.15372517456988796,0.0,0.002656772339704227,0.15372517456988796,0.0,0.005609879822752373,0.5,0.15372517456988796,0.0,0.0009553198391296504,0.15372517456988796,0.0,0.005451250212612385,0.5,0.15372517456988796,0.0,0.0037820127598245717,0.15372517456988796,0.0,0.0014550041949070091,0.15372517456988796,0.0,0.2465705595200407,0.15372517456988796,0.0,0.08989021351771674,0.15372517456988796,0.0,0.03237340002125909,0.15372517456988796,0.0,0.0022002067020365766,0.15372517456988796,0.0,0.006164636709371665,0.5,0.15372517456988796,0.0,0.06976762289006712,0.0,0.5614070828955293,0.43027050987519916 -729,0.5,0.15372517456988796,0.0029151428207120364,0.15425619516651673,0.15372517456988796,0.002320094071680367,0.06335615979582739,0.15372517456988796,0.009359585465396452,0.0018748830127275704,0.15372517456988796,0.010678671325931116,0.2832167718100326,0.15372517456988796,0.0018978942293638409,0.004035428657263275,0.15372517456988796,0.0016076045126037616,0.0024697714257280266,0.15372517456988796,0.0034245175381875923,0.0032597588954207915,0.15372517456988796,0.0035308769554401155,0.006003293744235361,0.5,0.15372517456988796,0.005258828910595229,0.0005814431381898385,0.15372517456988796,0.015515289058020605,0.01129895885199446,0.5,0.15372517456988796,0.006124348678120361,0.0006722505893874176,0.15372517456988796,0.007837543903570224,0.0011233756856989,0.15372517456988796,0.0009189353873467021,0.23161638847913904,0.15372517456988796,0.0012755495435230887,0.07046169522321286,0.15372517456988796,0.003221394234150953,0.03285728988988186,0.15372517456988796,0.004972173013094828,0.0008418139423087566,0.15372517456988796,0.008394387150759118,0.003997410892484788,0.5,0.15372517456988796,0.02857990815588416,0.044781781746168633,0.0,0.6080061075679364,0.35458340563366475 -730,0.5,0.15372517456988796,0.02384955972175338,0.15551769579951435,0.15372517456988796,0.05426894284007262,0.07918442493194415,0.15372517456988796,0.08230563419696114,0.0017271240758130611,0.15372517456988796,0.04923065390342826,0.28645113655475785,0.15372517456988796,0.13375456896584947,0.0019711639276488837,0.15372517456988796,0.13420066826984786,0.005033793606241902,0.15372517456988796,0.11368164977618639,0.0033307160624907978,0.15372517456988796,0.1272897188540862,0.008187307568776664,0.5,0.15372517456988796,0.11872984191505795,0.001189013783473546,0.15372517456988796,0.08851423455364871,0.028598258080909024,0.5,0.15372517456988796,0.082929186434433,0.00012329961679145653,0.15372517456988796,0.08040660405593507,0.006292621822401902,0.15372517456988796,0.043679973836060766,0.25800420522901696,0.15372517456988796,0.11106432068031916,0.05366999343441743,0.15372517456988796,0.06060431299549686,0.024150771363586045,0.15372517456988796,0.07613378979748804,0.0005842630096069256,0.15372517456988796,0.05901341255685451,0.0020744438718652493,0.5,0.15372517456988796,0.12860274338657918,0.04068396418857113,0.0,0.6635854515101353,0.28924951001377436 -731,0.5,0.15372517456988796,0.04628449311698706,0.15967768743384386,0.15372517456988796,0.08931528466519109,0.0952953316507868,0.15372517456988796,0.09127823981045731,0.001440047491717423,0.15372517456988796,0.08587724848526769,0.2717624386727454,0.15372517456988796,0.29720977600191884,0.0016009129657040186,0.15372517456988796,0.297490605193028,0.008221443807934882,0.15372517456988796,0.2475253629303936,0.0032369633512840546,0.15372517456988796,0.2875607216090913,0.008856720677769738,0.5,0.15372517456988796,0.26525736170780123,0.001971695594920978,0.15372517456988796,0.17793265635486655,0.049328132693405906,0.5,0.15372517456988796,0.16644013829098325,0.0002544642568172112,0.15372517456988796,0.16178415007288371,0.009596070973611722,0.15372517456988796,0.09803912620375826,0.27462793116874284,0.15372517456988796,0.2547437776108843,0.04367051888007071,0.15372517456988796,0.12614293323119868,0.018470964519563884,0.15372517456988796,0.14840654468793793,0.0007729773243355701,0.15372517456988796,0.11398276982135452,0.0013894661570689848,0.5,0.15372517456988796,0.25756867923759885,0.041694537674492396,0.0,0.5147116062166159,0.2129464126697444 -732,0.5,0.15372517456988796,0.062075442405319224,0.14937215672556803,0.15372517456988796,0.11714149315698102,0.1120567952098009,0.15372517456988796,0.10333826182075703,0.0026015529970955507,0.15372517456988796,0.12219604863857764,0.2653944889117333,0.15372517456988796,0.42703606868449506,0.0014915484151985876,0.15372517456988796,0.42930813756049774,0.011269901505648635,0.15372517456988796,0.3656730477464683,0.0039328968850066886,0.15372517456988796,0.42706638157649734,0.010938446447226618,0.5,0.15372517456988796,0.4014600726118239,0.0031225978659296773,0.15372517456988796,0.22853785029478124,0.07869946259910507,0.5,0.15372517456988796,0.22783516296386794,0.0034185539687970464,0.15372517456988796,0.21529368043401148,0.016535439040515323,0.15372517456988796,0.15088821829030982,0.23825175971243795,0.15372517456988796,0.37951562898950436,0.031829479179242726,0.15372517456988796,0.1913344601995839,0.010911346305586168,0.15372517456988796,0.22689263666269022,0.0013173072383664039,0.15372517456988796,0.17500995850595974,0.0024056388971953994,0.5,0.15372517456988796,0.36404562941645113,0.05142766531295176,0.0,0.31944821499096593,0.1956935735189971 -733,0.5,0.15372517456988796,0.06778370206086007,0.14908447216007217,0.15372517456988796,0.1673930587240509,0.05841147215263767,0.15372517456988796,0.09025599728456572,0.00429558255300798,0.15372517456988796,0.13093898586840236,0.2642482234482316,0.15372517456988796,0.49815885056604264,0.0023445813614155113,0.15372517456988796,0.5000734114690126,0.015275065260101887,0.15372517456988796,0.4680026726989396,0.005714644253316608,0.15372517456988796,0.5027646677910033,0.011563934107636193,0.5,0.15372517456988796,0.4875924218945519,0.004752701772936721,0.15372517456988796,0.23999405807921392,0.08609192673959849,0.5,0.15372517456988796,0.30981196432235847,0.00980241501416642,0.15372517456988796,0.28968175938789964,0.01445575066912091,0.15372517456988796,0.2636078375983718,0.13688904624318463,0.15372517456988796,0.46235701270676355,0.021034517400128565,0.15372517456988796,0.25016794680669013,0.005653913586874885,0.15372517456988796,0.2883688057973392,0.004149981302340855,0.15372517456988796,0.19190915082870003,0.007190011224972345,0.5,0.15372517456988796,0.3675831779678563,0.08541516751938975,0.0,0.22847123061921165,0.2273284656123061 -734,0.5,0.15372517456988796,0.057765280320365445,0.119569035334635,0.15372517456988796,0.18509389452334923,0.02199752495528313,0.15372517456988796,0.08388618476682178,0.007531286855177971,0.15372517456988796,0.10397037600758124,0.21338620731186425,0.15372517456988796,0.5002766084005461,0.0070079214918057405,0.15372517456988796,0.5053752128968192,0.023022785914583503,0.15372517456988796,0.48581941997786005,0.00751035510792143,0.15372517456988796,0.513059474744774,0.012564583574028801,0.5,0.15372517456988796,0.5064520619090879,0.010879810446221064,0.15372517456988796,0.23173388485905433,0.03893702223918244,0.5,0.15372517456988796,0.389691335020431,0.02143149260527813,0.15372517456988796,0.367780910231543,0.012527961063263331,0.15372517456988796,0.267804092946195,0.07097884432850926,0.15372517456988796,0.4686784721777164,0.015273694620194218,0.15372517456988796,0.2835937175872612,0.002878127609930434,0.15372517456988796,0.3219301979368711,0.009248948025517487,0.15372517456988796,0.17566874246531333,0.011590579169299047,0.5,0.15372517456988796,0.32544324971974414,0.060292548976775856,0.0,0.16116135921746738,0.2669886490341989 -735,0.5,0.15372517456988796,0.0416045474764166,0.09955116696382922,0.15372517456988796,0.1392566668279453,0.0078596098680317,0.15372517456988796,0.07993566413936293,0.010258028558866586,0.15372517456988796,0.06218089555732463,0.16866035772662644,0.15372517456988796,0.4325361021503521,0.01690058194858156,0.15372517456988796,0.44361157089859704,0.03508640345782498,0.15372517456988796,0.4337003270552182,0.010960187849171127,0.15372517456988796,0.4526454961616331,0.019338748729855564,0.5,0.15372517456988796,0.45695802466783364,0.015267116079276976,0.15372517456988796,0.2328564535632286,0.015026632824361764,0.5,0.15372517456988796,0.4024079711985973,0.027222984846149045,0.15372517456988796,0.37089239334581225,0.0077554188129631794,0.15372517456988796,0.20693980408480145,0.04683816886836831,0.15372517456988796,0.40628002227984006,0.0173813409032915,0.15372517456988796,0.26587681553398024,0.0034262697278593292,0.15372517456988796,0.33746327840362966,0.016923468040827016,0.15372517456988796,0.18224774432955654,0.01776903060675179,0.5,0.15372517456988796,0.2784927431874697,0.024615287530031015,0.0,0.144799858752395,0.2966571999733951 -736,0.5,0.15372517456988796,0.01926322828696652,0.09586773754679678,0.15372517456988796,0.0878726913204662,0.002897987110903964,0.15372517456988796,0.06535587219225063,0.017385519934378407,0.15372517456988796,0.024956077029419564,0.166571883735392,0.15372517456988796,0.2973705882390353,0.027160540604004246,0.15372517456988796,0.317856071366082,0.04838362913179296,0.15372517456988796,0.3058332151865974,0.0194018005062011,0.15372517456988796,0.28784592162816436,0.034916978867695285,0.5,0.15372517456988796,0.3179155698554867,0.022798214977959464,0.15372517456988796,0.1598252827008283,0.00624412124081239,0.5,0.15372517456988796,0.26600482896579786,0.018314492791510862,0.15372517456988796,0.2777279779326283,0.008781284883204454,0.15372517456988796,0.11317794388878247,0.027078090407067698,0.15372517456988796,0.25924099292224356,0.02249759272624423,0.15372517456988796,0.19762798677270602,0.007005562276975556,0.15372517456988796,0.26132134171967736,0.0276536665812632,0.15372517456988796,0.15113690689641948,0.021865597739234462,0.5,0.15372517456988796,0.1670023437682313,0.013291503849449512,0.0,0.13363885608633713,0.3401400764351086 -737,0.5,0.15372517456988796,0.00017557682041442928,0.09688964221739824,0.15372517456988796,0.0,0.005838715681170344,0.15372517456988796,0.0,0.04023346281938389,0.15372517456988796,0.00010906717986551956,0.20508414937203215,0.15372517456988796,0.0,0.04357864459822137,0.15372517456988796,0.018275689552785836,0.08113084896513112,0.15372517456988796,0.0,0.03735729180546593,0.15372517456988796,0.029657638473276394,0.05959573942417716,0.5,0.15372517456988796,0.034656643398923596,0.02801245817868896,0.15372517456988796,0.0,0.0034812429811933066,0.5,0.15372517456988796,0.008837184773026833,0.026290838942810858,0.15372517456988796,0.030128524962490154,0.01322010509995557,0.15372517456988796,0.0,0.02444739977750521,0.15372517456988796,0.0,0.0320602206119452,0.15372517456988796,0.0,0.01356203706086346,0.15372517456988796,0.0,0.037434983553760126,0.15372517456988796,0.0,0.033196529643880326,0.5,0.15372517456988796,0.0,0.008418133346552637,0.0,0.11312424484047365,0.42953444452537454 -738,0.5,0.15372517456988796,0.0,0.11388486604683203,0.15372517456988796,0.0,0.016484425520421037,0.15372517456988796,0.0,0.05763177945886829,0.15372517456988796,0.0,0.24244009855168625,0.15372517456988796,0.0,0.07342554574553627,0.15372517456988796,0.0,0.12463904309326714,0.15372517456988796,0.0,0.0580991609231172,0.15372517456988796,0.0,0.0855789833796756,0.5,0.15372517456988796,0.0,0.03719637972263313,0.15372517456988796,0.0,0.004404439488385022,0.5,0.15372517456988796,0.0,0.01911648872031409,0.15372517456988796,0.0,0.022498993776809837,0.15372517456988796,0.0,0.030891537189611917,0.15372517456988796,0.0,0.051996542988430886,0.15372517456988796,0.0,0.026645494932087756,0.15372517456988796,0.0,0.046310080617500214,0.15372517456988796,0.0,0.028732723592222217,0.5,0.15372517456988796,0.0,0.0138938094244522,0.0,0.08901186056532172,0.562871327138242 -739,0.5,0.15372517456988796,0.0,0.12138173698655902,0.15372517456988796,0.0,0.027373961243232468,0.15372517456988796,0.0,0.06553443903914141,0.15372517456988796,0.0,0.2693167797937786,0.15372517456988796,0.0,0.12960897594200393,0.15372517456988796,0.0,0.16990881713246891,0.15372517456988796,0.0,0.10149160415103196,0.15372517456988796,0.0,0.1139190114923119,0.5,0.15372517456988796,0.0,0.05094378605937317,0.15372517456988796,0.0,0.003004710581893178,0.5,0.15372517456988796,0.0,0.01947508266252236,0.15372517456988796,0.0,0.02702992309304723,0.15372517456988796,0.0,0.04649183807933406,0.15372517456988796,0.0,0.08712500897222628,0.15372517456988796,0.0,0.04145739852711017,0.15372517456988796,0.0,0.05718294583118647,0.15372517456988796,0.0,0.03476227670940586,0.5,0.15372517456988796,0.0,0.012531358022584503,0.0,0.09794323218615918,0.7037058220523349 -740,0.5,0.15372517456988796,0.0,0.10961489595486165,0.15372517456988796,0.0,0.03747787654530919,0.15372517456988796,0.0,0.07332917733414812,0.15372517456988796,0.0,0.2604668404540517,0.15372517456988796,0.0,0.1739406296564242,0.15372517456988796,0.0,0.22966189402206283,0.15372517456988796,0.0,0.13151101509167898,0.15372517456988796,0.0,0.14951083882367414,0.5,0.15372517456988796,0.0,0.06971542305561695,0.15372517456988796,0.0,0.002167463080527014,0.5,0.15372517456988796,0.0,0.0099528399394629,0.15372517456988796,0.0,0.026090447505475012,0.15372517456988796,0.0,0.06474406330958074,0.15372517456988796,0.0,0.13138631506768988,0.15372517456988796,0.0,0.054041472274161104,0.15372517456988796,0.0,0.07687512822576884,0.15372517456988796,0.0,0.03407290153042584,0.5,0.15372517456988796,0.0,0.00864330631654964,0.0,0.12568197282529642,0.8035738517308892 -741,0.5,0.15372517456988796,0.0,0.10630619788304135,0.15372517456988796,0.0,0.0525993831055985,0.15372517456988796,0.0,0.07230099962571672,0.15372517456988796,0.0,0.2270952656492896,0.15372517456988796,0.0,0.2219541719534118,0.15372517456988796,0.0,0.3068195562683767,0.15372517456988796,0.0,0.17704901632577974,0.15372517456988796,0.0,0.21139842644709478,0.5,0.15372517456988796,0.0,0.08272335988956495,0.15372517456988796,0.0,0.006218429165873526,0.5,0.15372517456988796,0.0,0.008871955530625095,0.15372517456988796,0.0,0.03511665990628758,0.15372517456988796,0.0,0.07923217284223745,0.15372517456988796,0.0,0.1752427420780075,0.15372517456988796,0.0,0.07529614551271814,0.15372517456988796,0.0,0.09453717655294384,0.15372517456988796,0.0,0.030362574061303056,0.5,0.15372517456988796,0.0,0.008854434983501904,0.0,0.1477832356292219,0.9024121094605173 -742,0.5,0.15372517456988796,0.0,0.11361012203080949,0.15372517456988796,0.0,0.07396977598574374,0.15372517456988796,0.0,0.0583488184127472,0.15372517456988796,0.0,0.19390151821935672,0.15372517456988796,0.0,0.3068132658124885,0.15372517456988796,0.0,0.4233707085663402,0.15372517456988796,0.0,0.24153435048202146,0.15372517456988796,0.0,0.2833559699134166,0.5,0.15372517456988796,0.0,0.09045494927430922,0.15372517456988796,0.0,0.012232749483682744,0.5,0.15372517456988796,0.0,0.029617571369709408,0.15372517456988796,0.0,0.03957762505908797,0.15372517456988796,0.0,0.09847909901487524,0.15372517456988796,0.0,0.23630434109304982,0.15372517456988796,0.0,0.1106101892086208,0.15372517456988796,0.0,0.08787917554638107,0.15372517456988796,0.0,0.034568821560448486,0.5,0.15372517456988796,0.0,0.013855581711769302,0.0,0.1457332905149757,0.962839404574653 -743,0.5,0.15372517456988796,0.0,0.11310873944042991,0.15372517456988796,0.0,0.0964122401066958,0.15372517456988796,0.0,0.05121748598213958,0.15372517456988796,0.0,0.16638779292385228,0.15372517456988796,0.0,0.379763181041588,0.15372517456988796,0.0,0.5027389284076451,0.15372517456988796,0.0,0.2857851249226332,0.15372517456988796,0.0,0.3300629838786484,0.5,0.15372517456988796,0.0,0.11405945038041154,0.15372517456988796,0.0,0.006968832077999643,0.5,0.15372517456988796,0.0,0.029109568629760007,0.15372517456988796,0.0,0.040340224895834824,0.15372517456988796,0.0,0.1340181294907937,0.15372517456988796,0.0,0.295508744089439,0.15372517456988796,0.0,0.14002904163474184,0.15372517456988796,0.0,0.0866625603647258,0.15372517456988796,0.0,0.03651066845937271,0.5,0.15372517456988796,0.0,0.022980061353641078,0.0,0.17151328590179127,0.9973896643207665 -744,0.5,0.15372517456988796,0.0,0.10447031609026364,0.15372517456988796,0.0,0.1538770349796201,0.15372517456988796,0.0,0.061067662027919446,0.15372517456988796,0.0,0.15006241760302347,0.15372517456988796,0.0,0.4443789057020301,0.15372517456988796,0.0,0.5801139022745169,0.15372517456988796,0.0,0.3085615531776553,0.15372517456988796,0.0,0.37086931502767073,0.5,0.15372517456988796,0.0,0.14377574636226786,0.15372517456988796,0.0,0.0035035427113358332,0.5,0.15372517456988796,0.0,0.011531723768102893,0.15372517456988796,0.0,0.04000210875657396,0.15372517456988796,0.0,0.1861787370884508,0.15372517456988796,0.0,0.3667598994436308,0.15372517456988796,0.0,0.13549173166230077,0.15372517456988796,0.0,0.11454572054925607,0.15372517456988796,0.0,0.03810666105508366,0.5,0.15372517456988796,0.0,0.02471586037624937,0.0,0.2068151728370139,1.005240824961578 -745,0.5,0.15372517456988796,0.0,0.10414486247863938,0.15372517456988796,0.0,0.12711235437797566,0.15372517456988796,0.0,0.06853002094077558,0.15372517456988796,0.0,0.1369222961399776,0.15372517456988796,0.0,0.5076382700035174,0.15372517456988796,0.0,0.6757653517928511,0.15372517456988796,0.0,0.379197703740004,0.15372517456988796,0.0,0.4454903249079018,0.5,0.15372517456988796,0.0,0.1652692957306588,0.15372517456988796,0.0,0.0038877416272275105,0.5,0.15372517456988796,0.0,0.02807224194700576,0.15372517456988796,0.0,0.04516101582255543,0.15372517456988796,0.0,0.2326248518845582,0.15372517456988796,0.0,0.4308462989417391,0.15372517456988796,0.0,0.13240114839994685,0.15372517456988796,0.0,0.13658674174608526,0.15372517456988796,0.0,0.042275354081944175,0.5,0.15372517456988796,0.0,0.022802783473050894,0.0,0.17019519132482108,1.0072153220920674 -746,0.5,0.15372517456988796,0.0,0.12289218256921429,0.15372517456988796,0.0,0.1360592512955505,0.15372517456988796,0.0,0.06102976927200162,0.15372517456988796,0.0,0.1169562062499815,0.15372517456988796,0.0,0.5683013524570788,0.15372517456988796,0.0,0.750800044678261,0.15372517456988796,0.0,0.522700803104266,0.15372517456988796,0.0,0.5221427973789479,0.5,0.15372517456988796,0.0,0.2076455217335014,0.15372517456988796,0.0,0.0013625095679202124,0.5,0.15372517456988796,0.0,0.046211304258772005,0.15372517456988796,0.0,0.05268493599637252,0.15372517456988796,0.0,0.2673370854140429,0.15372517456988796,0.0,0.4709236470053334,0.15372517456988796,0.0,0.18651673318656511,0.15372517456988796,0.0,0.16416460748075304,0.15372517456988796,0.0,0.04720710237466384,0.5,0.15372517456988796,0.0,0.02227496895919834,0.0,0.12407079105169774,1.0076706271997424 -747,0.5,0.15372517456988796,0.0,0.12334403126974189,0.15372517456988796,0.0,0.21426146664040197,0.15372517456988796,0.0,0.07043769050767457,0.15372517456988796,0.0,0.11358521287160035,0.15372517456988796,0.0,0.654514701826587,0.15372517456988796,0.0,0.8099574568177776,0.15372517456988796,0.0,0.6206251245727046,0.15372517456988796,0.0,0.5478178153525198,0.5,0.15372517456988796,0.0,0.24676319950305342,0.15372517456988796,0.0,0.0060168518583442535,0.5,0.15372517456988796,0.0,0.04811103307951144,0.15372517456988796,0.0,0.06338568348685682,0.15372517456988796,0.0,0.29747031203071816,0.15372517456988796,0.0,0.5228410939230017,0.15372517456988796,0.0,0.2312172744417283,0.15372517456988796,0.0,0.2099611907329468,0.15372517456988796,0.0,0.045618675856377904,0.5,0.15372517456988796,0.0,0.013890657524514608,0.0,0.16026894061651661,1.0078332301781683 -748,0.5,0.15372517456988796,0.0,0.12229002590723455,0.15372517456988796,0.0,0.2931857114311553,0.15372517456988796,0.0,0.07480799315864385,0.15372517456988796,0.0,0.11624314734774735,0.15372517456988796,0.0,0.7270349892018932,0.15372517456988796,0.0,0.8656668321931709,0.15372517456988796,0.0,0.689798953917155,0.15372517456988796,0.0,0.5779869443386365,0.5,0.15372517456988796,0.0,0.2858147915734846,0.15372517456988796,0.0,0.005075411366033808,0.5,0.15372517456988796,0.0,0.06512188950387787,0.15372517456988796,0.0,0.07440739439094689,0.15372517456988796,0.0,0.3738552191075445,0.15372517456988796,0.0,0.6013576431827383,0.15372517456988796,0.0,0.29094311763306385,0.15372517456988796,0.0,0.23296662853763345,0.15372517456988796,0.0,0.0503096115911544,0.5,0.15372517456988796,0.0,0.009297045688754698,0.0,0.2844056565103139,1.0087113926723374 -749,0.5,0.15372517456988796,0.0,0.14169857920612694,0.15372517456988796,0.0,0.31266937283522583,0.15372517456988796,0.0,0.07193798689845925,0.15372517456988796,0.0,0.13523385712836888,0.15372517456988796,0.0,0.7847012764048984,0.15372517456988796,0.0,0.9181224776377757,0.15372517456988796,0.0,0.7514441734068317,0.15372517456988796,0.0,0.612629523016943,0.5,0.15372517456988796,0.0,0.310421432398292,0.15372517456988796,0.0,0.008591543143281212,0.5,0.15372517456988796,0.0,0.06937263465243924,0.15372517456988796,0.0,0.09409639984783408,0.15372517456988796,0.0,0.4823121982504959,0.15372517456988796,0.0,0.6681183249602176,0.15372517456988796,0.0,0.35230397961627535,0.15372517456988796,0.0,0.2872710188420831,0.15372517456988796,0.0,0.05687027542124899,0.5,0.15372517456988796,0.0,0.010337682669197412,0.0,0.2761660743782208,1.0096865962683168 -750,0.5,0.15372517456988796,0.0,0.17781831537592,0.15372517456988796,0.0,0.3731784473992236,0.15372517456988796,0.0,0.07866127079217625,0.15372517456988796,0.0,0.17052434387017015,0.15372517456988796,0.0,0.849772179973107,0.15372517456988796,0.0,0.942912432950869,0.15372517456988796,0.0,0.7878287284568322,0.15372517456988796,0.0,0.6164333112623287,0.5,0.15372517456988796,0.0,0.31893099139539793,0.15372517456988796,0.0,0.008890425635381057,0.5,0.15372517456988796,0.0,0.07289359292653884,0.15372517456988796,0.0,0.11628201191903696,0.15372517456988796,0.0,0.5735668557971053,0.15372517456988796,0.0,0.7352314591696074,0.15372517456988796,0.0,0.3715624109235579,0.15372517456988796,0.0,0.2859228177846107,0.15372517456988796,0.0,0.07088959077577253,0.5,0.15372517456988796,0.0,0.012434892750132287,0.0,0.2846590720495621,1.0103836168130387 -751,0.5,0.15372517456988796,0.0,0.20113850792168195,0.15372517456988796,0.0,0.4062843009335928,0.15372517456988796,0.0,0.09676714739086595,0.15372517456988796,0.0,0.21789908104149305,0.15372517456988796,0.0,0.8937834207681596,0.15372517456988796,0.0,0.9714799120143743,0.15372517456988796,0.0,0.7950967534141051,0.15372517456988796,0.0,0.6304466108134604,0.5,0.15372517456988796,0.0,0.33836401849778036,0.15372517456988796,0.0,0.01766741419875257,0.5,0.15372517456988796,0.0,0.0965374104301012,0.15372517456988796,0.0,0.10542817368429487,0.15372517456988796,0.0,0.6179821497099847,0.15372517456988796,0.0,0.7743185056306678,0.15372517456988796,0.0,0.38125604264549545,0.15372517456988796,0.0,0.2849125409790693,0.15372517456988796,0.0,0.07615174741973563,0.5,0.15372517456988796,0.0,0.01640938674618095,0.0,0.34953389576366745,1.010709155086907 -752,0.5,0.15372517456988796,0.0,0.23175382225992486,0.15372517456988796,0.0,0.447912636322805,0.15372517456988796,0.0,0.1143876529397361,0.15372517456988796,0.0,0.2644050737261287,0.15372517456988796,0.0,0.9246349596168715,0.15372517456988796,0.0,0.9867835151874631,0.15372517456988796,0.0,0.795396082005245,0.15372517456988796,0.0,0.6525383394335924,0.5,0.15372517456988796,0.0,0.37881113402157923,0.15372517456988796,0.0,0.02265936439534951,0.5,0.15372517456988796,0.0,0.103119932854955,0.15372517456988796,0.0,0.10111311381936523,0.15372517456988796,0.0,0.6269923304111238,0.15372517456988796,0.0,0.7964184913511585,0.15372517456988796,0.0,0.3818263111646719,0.15372517456988796,0.0,0.2772899671765269,0.15372517456988796,0.0,0.07924060305772383,0.5,0.15372517456988796,0.0,0.021110901172922178,0.0,0.41918899463057785,1.0107645842681492 -753,0.5,0.15372517456988796,0.007800544487344806,0.24689338572566782,0.15372517456988796,0.00350439742802422,0.464035579131132,0.15372517456988796,0.020763084432890766,0.09035164597749497,0.15372517456988796,0.02499765701592846,0.28844906876066817,0.15372517456988796,0.0006074492935259361,0.9307373589018636,0.15372517456988796,0.00026824802840745126,0.9514331990885678,0.15372517456988796,0.001682914580097148,0.7984016346664045,0.15372517456988796,0.0014983171246128705,0.6561284604781685,0.5,0.15372517456988796,0.004976372027313962,0.4364984629615866,0.15372517456988796,0.04217653701163769,0.017699940617930218,0.5,0.15372517456988796,0.01902644726975252,0.08785923841328681,0.15372517456988796,0.028760407488562494,0.08984970268125295,0.15372517456988796,0.001431521501338807,0.6627215297559752,0.15372517456988796,0.0008866520533460014,0.8056417413609309,0.15372517456988796,0.004600864480760252,0.3844026857954042,0.15372517456988796,0.006861034994211214,0.2615227136667691,0.15372517456988796,0.031804230111783516,0.07078359192246633,0.5,0.15372517456988796,0.05830778415328318,0.02476965040486322,0.0,0.45992090207508723,1.010471066975757 -754,0.5,0.15372517456988796,0.08217290124641671,0.2553881196375874,0.15372517456988796,0.0825408337055469,0.4483466782066275,0.15372517456988796,0.16498728382399383,0.07525378388806099,0.15372517456988796,0.13408463887688712,0.3139342273486049,0.15372517456988796,0.014682723869519423,0.9051291387329972,0.15372517456988796,0.008447793219043025,0.8855284386797041,0.15372517456988796,0.028037081240550737,0.7837344666805313,0.15372517456988796,0.024514172197673056,0.599449173105916,0.5,0.15372517456988796,0.07528197557551582,0.48069321484567873,0.15372517456988796,0.2009399626901753,0.014098114488862343,0.5,0.15372517456988796,0.1782284255364035,0.0675908793875305,0.15372517456988796,0.18779417689094688,0.07179182715757124,0.15372517456988796,0.04227234291081884,0.6741555898296974,0.15372517456988796,0.022715419350193226,0.7907761637006508,0.15372517456988796,0.08441136747370573,0.3704018439338168,0.15372517456988796,0.10048409544314517,0.27735334747276835,0.15372517456988796,0.18072582379836577,0.06214336674809256,0.5,0.15372517456988796,0.2203839932118964,0.027812254257507586,0.0,0.5215921372785478,1.010127284299077 -755,0.5,0.15372517456988796,0.1488322847311787,0.2516805612567524,0.15372517456988796,0.1768030128751069,0.42490154221431214,0.15372517456988796,0.3235372804920101,0.08265714780461068,0.15372517456988796,0.2535988360476308,0.3433388884146444,0.15372517456988796,0.03399850819548623,0.8646221021626141,0.15372517456988796,0.023742652810164584,0.7718972364802512,0.15372517456988796,0.053599670136071684,0.7902020424420333,0.15372517456988796,0.0520714516897268,0.5360357010157342,0.5,0.15372517456988796,0.13891463261357836,0.5079230684684255,0.15372517456988796,0.3587369785176851,0.007546707333755675,0.5,0.15372517456988796,0.3383699550293779,0.05325213305902369,0.15372517456988796,0.3335687131069943,0.053940089793613574,0.15372517456988796,0.08696950304146683,0.6876561546464109,0.15372517456988796,0.05215209956436104,0.7618384241831688,0.15372517456988796,0.17699276039491618,0.40392049028951593,0.15372517456988796,0.21169175776118543,0.3364428951093241,0.15372517456988796,0.31104289193963275,0.05149620036629935,0.5,0.15372517456988796,0.37200737113110505,0.026021886789676686,0.0,0.5550159176630072,1.0094596303442183 -756,0.5,0.15372517456988796,0.20004520482950489,0.2669638334395168,0.15372517456988796,0.25016380297847596,0.4025694249346427,0.15372517456988796,0.44033037655644824,0.10261768117004007,0.15372517456988796,0.3693619245947783,0.3615146986069712,0.15372517456988796,0.0497204112198307,0.6827887446000154,0.15372517456988796,0.040593203167912296,0.6014768065720126,0.15372517456988796,0.07026127336596573,0.7793133280067469,0.15372517456988796,0.06976997070443085,0.47749590541538545,0.5,0.15372517456988796,0.1902507916221884,0.4445324996468071,0.15372517456988796,0.4579071821012559,0.009768297219417589,0.5,0.15372517456988796,0.4576470221460076,0.045229327172344534,0.15372517456988796,0.4155722688667146,0.0471392182479505,0.15372517456988796,0.12223824188687164,0.6879700666525702,0.15372517456988796,0.07458828478148963,0.6797148170186684,0.15372517456988796,0.24990029161558264,0.4396863781940193,0.15372517456988796,0.3249721952266877,0.47584675947091604,0.15372517456988796,0.37670787847971965,0.04066783560974723,0.5,0.15372517456988796,0.4727762037843382,0.02666551757964059,0.0,0.5135608474395934,0.9889225886653752 -757,0.5,0.15372517456988796,0.2454278114148295,0.27154352132824233,0.15372517456988796,0.27789586171896996,0.3799285450532121,0.15372517456988796,0.49742323417643053,0.11619654029649092,0.15372517456988796,0.43394484599721184,0.33761931556918684,0.15372517456988796,0.054032688539664114,0.49593701625710146,0.15372517456988796,0.052666349390254566,0.47362891478632646,0.15372517456988796,0.07097088798715523,0.7150895376341004,0.15372517456988796,0.06983092202441041,0.3734077793443077,0.5,0.15372517456988796,0.13962941454607716,0.3656009310263471,0.15372517456988796,0.453086731851071,0.017319530173280022,0.5,0.15372517456988796,0.5114139720848837,0.06308285645069296,0.15372517456988796,0.3972865288663703,0.1985996759086323,0.15372517456988796,0.11764483413580737,0.6630748106624551,0.15372517456988796,0.08198492940533544,0.5711551486101032,0.15372517456988796,0.24496638711776816,0.515918926377055,0.15372517456988796,0.31791647962259595,0.6400743451067151,0.15372517456988796,0.37453512723743787,0.03710148446073037,0.5,0.15372517456988796,0.5130883728818545,0.02681940760666418,0.0,0.4659432116906506,0.898438177284187 -758,0.5,0.15372517456988796,0.2691268868097313,0.2650612342208475,0.15372517456988796,0.14990553836908155,0.33732363260962844,0.15372517456988796,0.4767836852457902,0.14405092307566952,0.15372517456988796,0.38628625626025836,0.2967417052405219,0.15372517456988796,0.051582774718478504,0.40272450247247693,0.15372517456988796,0.05509188341456084,0.3132307970634395,0.15372517456988796,0.061609654554323066,0.5610848058728576,0.15372517456988796,0.0735841954868537,0.2493481627550837,0.5,0.15372517456988796,0.09142220749480195,0.3090688946970864,0.15372517456988796,0.25795169860874245,0.019135014624774155,0.5,0.15372517456988796,0.4441898742469721,0.07510914067633068,0.15372517456988796,0.2980677972947323,0.25419246561820225,0.15372517456988796,0.08143563459753045,0.607807662717853,0.15372517456988796,0.060675658801691464,0.5031794395580721,0.15372517456988796,0.18492198222698542,0.5012134629911349,0.15372517456988796,0.20264325708440606,0.7304840721022459,0.15372517456988796,0.31868056255661203,0.03995696047481274,0.5,0.15372517456988796,0.4734890207363358,0.030384493302764395,0.0,0.43263159980707894,0.9175293197156502 -759,0.5,0.15372517456988796,0.2384587628613462,0.24138844498029705,0.15372517456988796,0.08247242838580976,0.34401122189206057,0.15372517456988796,0.3728264878648932,0.14614922454939297,0.15372517456988796,0.24163695845093547,0.22649256427667186,0.15372517456988796,0.042045857268737635,0.3061643697762837,0.15372517456988796,0.04568097008301745,0.24566208130771366,0.15372517456988796,0.047170690415763786,0.4051988613996572,0.15372517456988796,0.06997979992076231,0.19146201950230052,0.5,0.15372517456988796,0.07629225398179171,0.2169092476226832,0.15372517456988796,0.10916663629888679,0.030122807118263074,0.5,0.15372517456988796,0.28603928870357287,0.15392404179074254,0.15372517456988796,0.2307791018733697,0.21473904891204001,0.15372517456988796,0.049813711838934974,0.5619926916829314,0.15372517456988796,0.04448060363003258,0.38819126349453864,0.15372517456988796,0.126904756289004,0.47483500137555706,0.15372517456988796,0.12064389052871358,0.5926779087798182,0.15372517456988796,0.2358933306246151,0.0489833231084206,0.5,0.15372517456988796,0.32553335117304844,0.030727013890673317,0.0,0.4304458334201665,0.9604040485888169 -760,0.5,0.15372517456988796,0.12746309512776288,0.20774949220402525,0.15372517456988796,0.0201183758853791,0.2151653331093035,0.15372517456988796,0.207053463142952,0.16526777165890202,0.15372517456988796,0.10211673064393816,0.18564522720122814,0.15372517456988796,0.021510363202156997,0.2606001544101587,0.15372517456988796,0.04142426307999841,0.19597119157228446,0.15372517456988796,0.023236397671724765,0.3198577889368833,0.15372517456988796,0.04845907641037514,0.11519095793134752,0.5,0.15372517456988796,0.04823515064345469,0.13288447441489676,0.15372517456988796,0.054296031400527085,0.03852363086515865,0.5,0.15372517456988796,0.13054971887560068,0.23434659635568575,0.15372517456988796,0.13433927109722293,0.10676155526765743,0.15372517456988796,0.017919150932290427,0.5066745794494381,0.15372517456988796,0.023448358763471906,0.3093213578690577,0.15372517456988796,0.05863573160917299,0.36931735264958454,0.15372517456988796,0.05887067431534759,0.3884373307996001,0.15372517456988796,0.14192273021932628,0.06646871009751276,0.5,0.15372517456988796,0.1186602465516794,0.024727349541465472,0.0,0.4424775365686221,0.942750867466276 -761,0.5,0.15372517456988796,0.0,0.1827108637022627,0.15372517456988796,0.0009786718972959931,0.19809549240990304,0.15372517456988796,0.0,0.16000588249017025,0.15372517456988796,0.0,0.19131181660815974,0.15372517456988796,0.00125269429599995,0.2005699051189041,0.15372517456988796,0.010253798510171922,0.17577206077166163,0.15372517456988796,0.000104978791659917,0.22680807631770286,0.15372517456988796,0.012034519688483899,0.07979023615175258,0.5,0.15372517456988796,0.01211885854604289,0.0625203359691042,0.15372517456988796,0.006442768082904034,0.05314078366176831,0.5,0.15372517456988796,0.004598316747875111,0.1853528386971351,0.15372517456988796,0.01595056792170392,0.04610254622603481,0.15372517456988796,0.0008159868261568188,0.4110664337211588,0.15372517456988796,0.0013934961312947645,0.25728047217935757,0.15372517456988796,0.00025699777101228697,0.2634082654908317,0.15372517456988796,0.0,0.21014137839080888,0.15372517456988796,0.0,0.05823813200577592,0.5,0.15372517456988796,0.0,0.02507506976589026,0.0,0.3913828599445295,0.9443679349327104 -762,0.5,0.15372517456988796,0.0,0.1654129141679612,0.15372517456988796,0.0,0.22400209419847808,0.15372517456988796,0.0,0.14653296412868538,0.15372517456988796,0.0,0.1868652698652012,0.15372517456988796,0.0,0.18443736873903605,0.15372517456988796,0.0,0.1900772974263714,0.15372517456988796,0.0,0.14671427085737862,0.15372517456988796,0.0,0.07939033998907624,0.5,0.15372517456988796,0.0,0.050102201168242225,0.15372517456988796,0.0,0.06069308017685079,0.5,0.15372517456988796,0.0,0.15136472421716166,0.15372517456988796,0.0,0.02897901800709474,0.15372517456988796,0.0,0.31952059464883015,0.15372517456988796,0.0,0.23488971547691917,0.15372517456988796,0.0,0.17993488058187537,0.15372517456988796,0.0,0.1141077930332563,0.15372517456988796,0.0,0.04753138667354204,0.5,0.15372517456988796,0.0,0.026724713624260186,0.0,0.34629475393492737,0.9147740361956472 -763,0.5,0.15372517456988796,0.0,0.13999510731178683,0.15372517456988796,0.0,0.1365202514575352,0.15372517456988796,0.0,0.11500612435960543,0.15372517456988796,0.0,0.17417114276839107,0.15372517456988796,0.0,0.22820277875769945,0.15372517456988796,0.0,0.2161214257656371,0.15372517456988796,0.0,0.12406771647066697,0.15372517456988796,0.0,0.09043718842246576,0.5,0.15372517456988796,0.0,0.04388180570312536,0.15372517456988796,0.0,0.052708006002328445,0.5,0.15372517456988796,0.0,0.0921253817814757,0.15372517456988796,0.0,0.016502955484361807,0.15372517456988796,0.0,0.2327869453805644,0.15372517456988796,0.0,0.22920000836749338,0.15372517456988796,0.0,0.12543385509346525,0.15372517456988796,0.0,0.05784537529933406,0.15372517456988796,0.0,0.03496163521985229,0.5,0.15372517456988796,0.0,0.029087259046773752,0.0,0.3061441187873235,0.919724843840703 -764,0.5,0.15372517456988796,0.0,0.10895323911585354,0.15372517456988796,0.0,0.09061179086311184,0.15372517456988796,0.0,0.07393654822643791,0.15372517456988796,0.0,0.13863085110057988,0.15372517456988796,0.0,0.25100073609205964,0.15372517456988796,0.0,0.2764013486790749,0.15372517456988796,0.0,0.1164220558228615,0.15372517456988796,0.0,0.11466622474278451,0.5,0.15372517456988796,0.0,0.03865710530541161,0.15372517456988796,0.0,0.03741755001655403,0.5,0.15372517456988796,0.0,0.056244156456557615,0.15372517456988796,0.0,0.008304293513339476,0.15372517456988796,0.0,0.19570072672327252,0.15372517456988796,0.0,0.2397646307898188,0.15372517456988796,0.0,0.0914198247187724,0.15372517456988796,0.0,0.03576530549641846,0.15372517456988796,0.0,0.023992508563446348,0.5,0.15372517456988796,0.0,0.027962083434195154,0.0,0.24924614436470383,0.9956682299379875 -765,0.5,0.15372517456988796,0.0,0.07716046685678757,0.15372517456988796,0.0,0.0941935117426618,0.15372517456988796,0.0,0.04107916275348509,0.15372517456988796,0.0,0.10377186329405323,0.15372517456988796,0.0,0.2939679560335286,0.15372517456988796,0.0,0.34275932607214266,0.15372517456988796,0.0,0.14037726551711022,0.15372517456988796,0.0,0.138578021982815,0.5,0.15372517456988796,0.0,0.039804956401150976,0.15372517456988796,0.0,0.031140166582787364,0.5,0.15372517456988796,0.0,0.04154938918901139,0.15372517456988796,0.0,0.0057747997190475174,0.15372517456988796,0.0,0.19561421856182964,0.15372517456988796,0.0,0.2731582800134243,0.15372517456988796,0.0,0.07779634898464546,0.15372517456988796,0.0,0.02764535106831966,0.15372517456988796,0.0,0.015608519746586388,0.5,0.15372517456988796,0.0,0.026314239751482886,0.0,0.1956181375424051,1.005283943419179 -766,0.5,0.15372517456988796,0.0,0.05265303757818877,0.15372517456988796,0.0,0.09541251514113656,0.15372517456988796,0.0,0.028060019355840397,0.15372517456988796,0.0,0.09177520435940674,0.15372517456988796,0.0,0.34772553015291774,0.15372517456988796,0.0,0.37354122437711895,0.15372517456988796,0.0,0.1619081413043503,0.15372517456988796,0.0,0.1568028392730312,0.5,0.15372517456988796,0.0,0.051622347640194736,0.15372517456988796,0.0,0.01999566461580029,0.5,0.15372517456988796,0.0,0.02421847546623001,0.15372517456988796,0.0,0.004003069437206386,0.15372517456988796,0.0,0.20559478256806799,0.15372517456988796,0.0,0.31913301534482896,0.15372517456988796,0.0,0.07879411012886242,0.15372517456988796,0.0,0.026778845373008186,0.15372517456988796,0.0,0.011595060191466883,0.5,0.15372517456988796,0.0,0.026514213879010436,0.0,0.1434517213842741,1.0058486873690944 -767,0.5,0.15372517456988796,0.0,0.04002165295150399,0.15372517456988796,0.0,0.0947733725643384,0.15372517456988796,0.0,0.018194297164618563,0.15372517456988796,0.0,0.06552111246493304,0.15372517456988796,0.0,0.35863660515530826,0.15372517456988796,0.0,0.3553134806543965,0.15372517456988796,0.0,0.17824546351102494,0.15372517456988796,0.0,0.17305756302799805,0.5,0.15372517456988796,0.0,0.06991849622287832,0.15372517456988796,0.0,0.016938184129061996,0.5,0.15372517456988796,0.0,0.022708745717654195,0.15372517456988796,0.0,0.003962678553367146,0.15372517456988796,0.0,0.23813187026430538,0.15372517456988796,0.0,0.354410568389109,0.15372517456988796,0.0,0.07700614923314515,0.15372517456988796,0.0,0.03455141291935162,0.15372517456988796,0.0,0.008595060994523626,0.5,0.15372517456988796,0.0,0.026976738501424354,0.0,0.11539817719990544,1.005947618885809 -768,0.5,0.15372517456988796,0.0,0.032977120978759766,0.15372517456988796,0.0,0.09443853065628086,0.15372517456988796,0.0,0.016288685416813678,0.15372517456988796,0.0,0.04931147841384551,0.15372517456988796,0.0,0.37353011326953844,0.15372517456988796,0.0,0.3560521314178221,0.15372517456988796,0.0,0.20199050184393713,0.15372517456988796,0.0,0.18663534707671708,0.5,0.15372517456988796,0.0,0.09290190426045263,0.15372517456988796,0.0,0.019972343571247855,0.5,0.15372517456988796,0.0,0.02633554653185264,0.15372517456988796,0.0,0.0071032699593490825,0.15372517456988796,0.0,0.2701616461181511,0.15372517456988796,0.0,0.3819064007098334,0.15372517456988796,0.0,0.08814901671486274,0.15372517456988796,0.0,0.041315512609561136,0.15372517456988796,0.0,0.009971126091380783,0.5,0.15372517456988796,0.0,0.02424794037371782,0.0,0.08617944207492795,1.0058502452233749 -769,0.5,0.15372517456988796,0.0,0.027674654337897422,0.15372517456988796,0.0,0.12087013847211593,0.15372517456988796,0.0,0.016651301355955734,0.15372517456988796,0.0,0.05370169202174434,0.15372517456988796,0.0,0.3999657849842686,0.15372517456988796,0.0,0.3642889328053876,0.15372517456988796,0.0,0.23083864904539153,0.15372517456988796,0.0,0.21316599259244717,0.5,0.15372517456988796,0.0,0.10948456059194407,0.15372517456988796,0.0,0.019969057748130885,0.5,0.15372517456988796,0.0,0.030408131130431656,0.15372517456988796,0.0,0.012671897867986396,0.15372517456988796,0.0,0.2898057853012377,0.15372517456988796,0.0,0.42123805798355984,0.15372517456988796,0.0,0.10400759173876128,0.15372517456988796,0.0,0.04688460064095496,0.15372517456988796,0.0,0.011623519112289279,0.5,0.15372517456988796,0.0,0.014185814776688517,0.0,0.0711589532461237,1.0060661608717067 -770,0.5,0.15372517456988796,0.0,0.029337353157286555,0.15372517456988796,0.0,0.15268103929747184,0.15372517456988796,0.0,0.01396912467925004,0.15372517456988796,0.0,0.05047193067956129,0.15372517456988796,0.0,0.44370812465537296,0.15372517456988796,0.0,0.3736661517927477,0.15372517456988796,0.0,0.2578018530080695,0.15372517456988796,0.0,0.21593820824446336,0.5,0.15372517456988796,0.0,0.1029654596703221,0.15372517456988796,0.0,0.009878940440519964,0.5,0.15372517456988796,0.0,0.02422943433925764,0.15372517456988796,0.0,0.015528208342949447,0.15372517456988796,0.0,0.3238899652208194,0.15372517456988796,0.0,0.4625792630961585,0.15372517456988796,0.0,0.12267640277935789,0.15372517456988796,0.0,0.047671000823637136,0.15372517456988796,0.0,0.010437890318607259,0.5,0.15372517456988796,0.0,0.009640778456153992,0.0,0.08666478761623482,1.00681279757526 -771,0.5,0.15372517456988796,0.0,0.032593690732711324,0.15372517456988796,0.0,0.17654599561004086,0.15372517456988796,0.0,0.0108285878487115,0.15372517456988796,0.0,0.04270030752209352,0.15372517456988796,0.0,0.4917613537945484,0.15372517456988796,0.0,0.3974319835208165,0.15372517456988796,0.0,0.24727591617632214,0.15372517456988796,0.0,0.21217245402684998,0.5,0.15372517456988796,0.0,0.0945624838309329,0.15372517456988796,0.0,0.005173372386828277,0.5,0.15372517456988796,0.0,0.010848207961279978,0.15372517456988796,0.0,0.01956997205462558,0.15372517456988796,0.0,0.34336801100422376,0.15372517456988796,0.0,0.5067723872437213,0.15372517456988796,0.0,0.12675824590795548,0.15372517456988796,0.0,0.04800827655121006,0.15372517456988796,0.0,0.010408172082847693,0.5,0.15372517456988796,0.0,0.011921979780784688,0.0,0.10232024076818533,1.0077628421333507 -772,0.5,0.15372517456988796,0.0,0.033605118644764384,0.15372517456988796,0.0,0.16776141614299367,0.15372517456988796,0.0,0.009662010163873302,0.15372517456988796,0.0,0.026264535084079187,0.15372517456988796,0.0,0.5059118467762656,0.15372517456988796,0.0,0.4196317514921358,0.15372517456988796,0.0,0.22943708783045794,0.15372517456988796,0.0,0.20830691785402866,0.5,0.15372517456988796,0.0,0.08515317867715293,0.15372517456988796,0.0,0.004470769667449106,0.5,0.15372517456988796,0.0,0.0035956036507576506,0.15372517456988796,0.0,0.025283434517013082,0.15372517456988796,0.0,0.3577742203251389,0.15372517456988796,0.0,0.515837746754288,0.15372517456988796,0.0,0.12186328823500696,0.15372517456988796,0.0,0.05296198151834577,0.15372517456988796,0.0,0.01355580822926859,0.5,0.15372517456988796,0.0,0.012775266669268115,0.0,0.11195457218927773,1.007777818906958 -773,0.5,0.15372517456988796,0.0,0.03474208013783887,0.15372517456988796,0.0,0.17751959917277452,0.15372517456988796,0.0,0.008706610960846356,0.15372517456988796,0.0,0.020567128427474702,0.15372517456988796,0.0,0.5014631836336987,0.15372517456988796,0.0,0.43023474925478994,0.15372517456988796,0.0,0.22547326423155728,0.15372517456988796,0.0,0.20546678385895872,0.5,0.15372517456988796,0.0,0.08381252066950126,0.15372517456988796,0.0,0.0062487681484180504,0.5,0.15372517456988796,0.0,0.001313455306795817,0.15372517456988796,0.0,0.016010032981138827,0.15372517456988796,0.0,0.3660306010317349,0.15372517456988796,0.0,0.5018586809289634,0.15372517456988796,0.0,0.12877302601578247,0.15372517456988796,0.0,0.050926218349129415,0.15372517456988796,0.0,0.015387607655458959,0.5,0.15372517456988796,0.0,0.016911346098649103,0.0,0.11468586796190657,1.0074590904612788 -774,0.5,0.15372517456988796,0.0,0.03699212662411636,0.15372517456988796,0.0,0.18799121983043893,0.15372517456988796,0.0,0.009177589247072238,0.15372517456988796,0.0,0.0197504217833751,0.15372517456988796,0.0,0.4813962603707686,0.15372517456988796,0.0,0.40553468497838074,0.15372517456988796,0.0,0.2232397368739533,0.15372517456988796,0.0,0.20125147206889632,0.5,0.15372517456988796,0.0,0.0875866020412298,0.15372517456988796,0.0,0.010621706987594204,0.5,0.15372517456988796,0.0,0.0012164525611500078,0.15372517456988796,0.0,0.00837075861299987,0.15372517456988796,0.0,0.379073799230788,0.15372517456988796,0.0,0.4858635988214264,0.15372517456988796,0.0,0.1287257282123509,0.15372517456988796,0.0,0.04887674977858298,0.15372517456988796,0.0,0.020067196713032212,0.5,0.15372517456988796,0.0,0.020266060109123227,0.0,0.11418152737414183,1.007430376413053 -775,0.5,0.15372517456988796,0.0,0.03819864365245188,0.15372517456988796,0.0,0.17716391800355802,0.15372517456988796,0.0,0.012329744964580787,0.15372517456988796,0.0,0.01679630235541017,0.15372517456988796,0.0,0.4461085330893375,0.15372517456988796,0.0,0.36938803117654395,0.15372517456988796,0.0,0.22242134345817857,0.15372517456988796,0.0,0.17194190612162213,0.5,0.15372517456988796,0.0,0.07129500843744735,0.15372517456988796,0.0,0.01643239787205688,0.5,0.15372517456988796,0.0,0.0011552090214683114,0.15372517456988796,0.0,0.006044525943959527,0.15372517456988796,0.0,0.38272510258718156,0.15372517456988796,0.0,0.4671672396813372,0.15372517456988796,0.0,0.12915781591718936,0.15372517456988796,0.0,0.05028148454350058,0.15372517456988796,0.0,0.02373692915071586,0.5,0.15372517456988796,0.0,0.020797107383830102,0.0,0.11950875308839233,1.006894789763189 -776,0.5,0.15372517456988796,0.0,0.03881274283184929,0.15372517456988796,0.0,0.1785180230007685,0.15372517456988796,0.0,0.013529091022950163,0.15372517456988796,0.0,0.012515778896164516,0.15372517456988796,0.0,0.38121193487737476,0.15372517456988796,0.0,0.31000548248129034,0.15372517456988796,0.0,0.21697795611675733,0.15372517456988796,0.0,0.1349941272331589,0.5,0.15372517456988796,0.0,0.05465147127098961,0.15372517456988796,0.0,0.016379254756456647,0.5,0.15372517456988796,0.0,0.0014742987117276327,0.15372517456988796,0.0,0.006076948498907761,0.15372517456988796,0.0,0.39101477365341486,0.15372517456988796,0.0,0.4440719555802736,0.15372517456988796,0.0,0.12590251365648678,0.15372517456988796,0.0,0.04754814060079097,0.15372517456988796,0.0,0.02420704119502296,0.5,0.15372517456988796,0.0,0.019006087889313805,0.0,0.12660502889641698,1.0043179775528517 -777,0.5,0.15372517456988796,0.005135963614021348,0.038576571640603914,0.15372517456988796,0.004893726784097064,0.18874471086878206,0.15372517456988796,0.008284806139262184,0.011595233665975712,0.15372517456988796,0.0037604600802030046,0.00943755105042287,0.15372517456988796,0.0033468043851537384,0.345293222795649,0.15372517456988796,0.002893376477578609,0.26744790840683386,0.15372517456988796,0.0048154446756999755,0.1938029424781963,0.15372517456988796,0.004505924180514781,0.11622645196004126,0.5,0.15372517456988796,0.004339861040632989,0.043415598536385845,0.15372517456988796,0.011133704352882526,0.019314862891263475,0.5,0.15372517456988796,0.008302553618191565,0.001842911233440853,0.15372517456988796,0.01161546101156894,0.004908020060542108,0.15372517456988796,0.0032824430844492986,0.3947914107924352,0.15372517456988796,0.0029765325693881075,0.41391428010183606,0.15372517456988796,0.005418224342720818,0.1225542234299228,0.15372517456988796,0.0067371782180659446,0.04280534711615479,0.15372517456988796,0.008529359133031789,0.022776621475180503,0.5,0.15372517456988796,0.007023989040547061,0.026687693205105893,0.0,0.1379949279906586,0.9935626768906997 -778,0.5,0.15372517456988796,0.05996639598112605,0.039591416327532325,0.15372517456988796,0.12366474299570421,0.18726433267624704,0.15372517456988796,0.07535922002339948,0.010403861450718758,0.15372517456988796,0.031003057042078258,0.009998746803878529,0.15372517456988796,0.12330620147805381,0.3176230494335145,0.15372517456988796,0.11099599887031758,0.2445053231676142,0.15372517456988796,0.1277590750914035,0.17142914668421239,0.15372517456988796,0.1239083344847067,0.10353135558787929,0.5,0.15372517456988796,0.07043553512066911,0.04015539571668304,0.15372517456988796,0.06084119717188438,0.028104763053234543,0.5,0.15372517456988796,0.09003253677231098,0.002132722219086328,0.15372517456988796,0.08106352028794361,0.005494173978933702,0.15372517456988796,0.12233402692216516,0.3827822878142329,0.15372517456988796,0.11447112619710614,0.38963761770685124,0.15372517456988796,0.11080324574994135,0.1189520235608178,0.15372517456988796,0.1126875870582694,0.04040840604624277,0.15372517456988796,0.062385152207467306,0.021759919500801393,0.5,0.15372517456988796,0.037658903446429505,0.03419348501294198,0.0,0.1544259442133298,0.989983878359102 -779,0.5,0.15372517456988796,0.13018941677986506,0.0385115891797948,0.15372517456988796,0.28471276096971543,0.18601107472422496,0.15372517456988796,0.16091183188944042,0.009420801654832419,0.15372517456988796,0.07000136745976065,0.01149053299974964,0.15372517456988796,0.24754109961092258,0.2846828757287412,0.15372517456988796,0.18657373435809507,0.22194935348799766,0.15372517456988796,0.29284242433009555,0.15877258242354503,0.15372517456988796,0.28593809809179566,0.09195437498845219,0.5,0.15372517456988796,0.1526882323401865,0.0444998853404177,0.15372517456988796,0.11380072367914719,0.03576152727074398,0.5,0.15372517456988796,0.19777741532460819,0.00300792513634557,0.15372517456988796,0.16880367011873396,0.004248184152273145,0.15372517456988796,0.2355917836136035,0.3896854572552835,0.15372517456988796,0.21213095025693396,0.37286408628601936,0.15372517456988796,0.2532391505471319,0.10983359107483154,0.15372517456988796,0.25741913358140395,0.03666680820503133,0.15372517456988796,0.13537560262082082,0.01801594943401661,0.5,0.15372517456988796,0.06500480133176095,0.03368974403742785,0.0,0.16237176379290935,0.9877835669568269 -780,0.5,0.15372517456988796,0.19912199164428648,0.03573959715252061,0.15372517456988796,0.41632692424688,0.18529951963524466,0.15372517456988796,0.24715664869752746,0.010491248684239953,0.15372517456988796,0.10950393306532066,0.011157987578761172,0.15372517456988796,0.3511625366745468,0.23257906577015552,0.15372517456988796,0.23080744154852312,0.17817400448553056,0.15372517456988796,0.41686747907442867,0.13334573688004486,0.15372517456988796,0.4147239669188964,0.08605105111014869,0.5,0.15372517456988796,0.22335260257806938,0.05079125878006414,0.15372517456988796,0.1612183132530015,0.043947036544137424,0.5,0.15372517456988796,0.28806312034528936,0.005210070289723775,0.15372517456988796,0.23760691133440245,0.0019834305295916895,0.15372517456988796,0.23195838156310522,0.39739125718954005,0.15372517456988796,0.25737667319145835,0.35223137858026843,0.15372517456988796,0.37715649158046743,0.1133342834730712,0.15372517456988796,0.3910269616037486,0.0367955289806078,0.15372517456988796,0.20289655108862803,0.011657698523276331,0.5,0.15372517456988796,0.08895787253940204,0.04868063754745829,0.0,0.16180988484223924,0.9665951703936817 -781,0.5,0.15372517456988796,0.2598452863784276,0.0376550834781584,0.15372517456988796,0.46615706583772054,0.1990431073427706,0.15372517456988796,0.3198482970243328,0.010779063929936454,0.15372517456988796,0.14068524150116404,0.009437892267595982,0.15372517456988796,0.3636625223611354,0.26319997924646793,0.15372517456988796,0.3012205777639899,0.21341982307098054,0.15372517456988796,0.3926929750878176,0.16291541787903363,0.15372517456988796,0.4882956505720998,0.10841438108454701,0.5,0.15372517456988796,0.2679113097418627,0.051287836829392384,0.15372517456988796,0.19221820028526176,0.0435977161327663,0.5,0.15372517456988796,0.327285827061371,0.020564547298620558,0.15372517456988796,0.2599828526114288,0.001440145324416581,0.15372517456988796,0.1989455130309737,0.3817675789868501,0.15372517456988796,0.3008625153046667,0.31526440839421804,0.15372517456988796,0.43831907259812486,0.13659145765393718,0.15372517456988796,0.46172776478462574,0.038545257486748835,0.15372517456988796,0.24034352473778847,0.014121338440285514,0.5,0.15372517456988796,0.11124672349506513,0.05833546623030534,0.0,0.16468904555429734,0.9592399143168543 -782,0.5,0.15372517456988796,0.2502307099346563,0.03885738281118675,0.15372517456988796,0.3428799527723489,0.17389939786638645,0.15372517456988796,0.3379056439736411,0.010695571670906762,0.15372517456988796,0.11656557122846306,0.006339868966841547,0.15372517456988796,0.3688990814034552,0.21672512792940057,0.15372517456988796,0.40956585184558714,0.20518712054764993,0.15372517456988796,0.3075937054244698,0.14198281335325552,0.15372517456988796,0.5023704241285685,0.11188960905538323,0.5,0.15372517456988796,0.28015221793149875,0.03900168629209366,0.15372517456988796,0.18687438498572334,0.03967685222009207,0.5,0.15372517456988796,0.28015021051627365,0.02735392263207331,0.15372517456988796,0.2573356054304574,0.0016812691243089596,0.15372517456988796,0.14653503396654755,0.32360013956099565,0.15372517456988796,0.29417336218940243,0.2724226037022157,0.15372517456988796,0.4338197367499409,0.11615318094384794,0.15372517456988796,0.4717581905014657,0.03840911397354101,0.15372517456988796,0.24929775718425362,0.015691054173331567,0.5,0.15372517456988796,0.10765811749795651,0.04686850819632252,0.0,0.17222079062494192,0.9560625871912302 -783,0.5,0.15372517456988796,0.17169392251775456,0.036411857409784504,0.15372517456988796,0.12660744069997168,0.11158076358855487,0.15372517456988796,0.27976144334924646,0.00836425638554544,0.15372517456988796,0.09306166756232882,0.003948696454524789,0.15372517456988796,0.34719733871188824,0.16887887021029402,0.15372517456988796,0.43244286232716855,0.1727908513773675,0.15372517456988796,0.2612056641317801,0.08463788736573126,0.15372517456988796,0.44010236923324364,0.10467545300033222,0.5,0.15372517456988796,0.23660777404974098,0.03643652688945473,0.15372517456988796,0.15655333448878644,0.03483645160520539,0.5,0.15372517456988796,0.21417397991025142,0.028346497673772505,0.15372517456988796,0.20558216279394798,0.0024645600675472883,0.15372517456988796,0.10040297250610342,0.265192500135577,0.15372517456988796,0.2649381582548764,0.22910988874004695,0.15372517456988796,0.3647154786093636,0.07162072060228414,0.15372517456988796,0.39976172084408645,0.029198183838498964,0.15372517456988796,0.206797692952093,0.01413625600344395,0.5,0.15372517456988796,0.08348893857006105,0.034808888769551585,0.0,0.17281828248279552,0.9401031633856931 -784,0.5,0.15372517456988796,0.10060939561944204,0.03477600537302012,0.15372517456988796,0.07062721267909905,0.08591237065471274,0.15372517456988796,0.16280345886962116,0.006101182030616584,0.15372517456988796,0.05974117060512782,0.002132824403215627,0.15372517456988796,0.25578966508918943,0.12780880331421623,0.15372517456988796,0.33070596354281495,0.13518362114830196,0.15372517456988796,0.23366897014926014,0.07084203605501954,0.15372517456988796,0.2973795522979676,0.08774186500364978,0.5,0.15372517456988796,0.16068748974935654,0.02589733070503698,0.15372517456988796,0.08438779141062096,0.02557087431396413,0.5,0.15372517456988796,0.15499709667081027,0.005039373318226599,0.15372517456988796,0.14199754603658388,0.003651908330568709,0.15372517456988796,0.059709608622947566,0.24101332373623577,0.15372517456988796,0.17294118405927525,0.2019276430177252,0.15372517456988796,0.21692009246225452,0.05952911545763656,0.15372517456988796,0.2438662083492572,0.01563975902691025,0.15372517456988796,0.13196358653928542,0.005644848626131702,0.5,0.15372517456988796,0.04478115273159181,0.02058409654549405,0.0,0.16290840359329284,0.9356439407307997 -785,0.5,0.15372517456988796,0.0,0.02704671304811024,0.15372517456988796,0.0,0.08061036570309478,0.15372517456988796,0.0,0.0037505668103253093,0.15372517456988796,0.0,0.0009518089568131172,0.15372517456988796,0.0,0.17163732659147588,0.15372517456988796,0.0590913992733621,0.1485296692590169,0.15372517456988796,0.005267996149378071,0.08302654165882302,0.15372517456988796,0.04680254228960745,0.0831322807038484,0.5,0.15372517456988796,0.03311139713774179,0.01763112691719914,0.15372517456988796,0.009920952880282195,0.017693116126367085,0.5,0.15372517456988796,0.033837752909134294,0.00037525863059847833,0.15372517456988796,0.03639038211964295,0.004136602442522069,0.15372517456988796,0.0,0.24224802775622561,0.15372517456988796,0.0,0.20357610689057717,0.15372517456988796,0.0,0.04917671380984146,0.15372517456988796,0.0020360219496885325,0.007941410652845766,0.15372517456988796,0.0,0.0053439011778761225,0.5,0.15372517456988796,0.0,0.007417682830641182,0.0,0.15126968926628787,0.9188074119905568 -786,0.5,0.15372517456988796,0.0,0.018648576202598233,0.15372517456988796,0.0,0.06062371231668864,0.15372517456988796,0.0,0.001276998574360961,0.15372517456988796,0.0,0.0006329038677976622,0.15372517456988796,0.0,0.1772531821594541,0.15372517456988796,0.0,0.14878106510110786,0.15372517456988796,0.0,0.06446677714314022,0.15372517456988796,0.0,0.07862668032698947,0.5,0.15372517456988796,0.0,0.011695800465817804,0.15372517456988796,0.0,0.010914534181724242,0.5,0.15372517456988796,0.0,0.00011118818040977626,0.15372517456988796,0.0,0.0041413785088532575,0.15372517456988796,0.0,0.22770182283858503,0.15372517456988796,0.0,0.21145991817048299,0.15372517456988796,0.0,0.03405173367806061,0.15372517456988796,0.0,0.004075174575610518,0.15372517456988796,0.0,0.003188676237231856,0.5,0.15372517456988796,0.0,0.00767182067494342,0.0,0.1349849796544369,0.8977499953527156 -787,0.5,0.15372517456988796,0.0,0.01299451190953705,0.15372517456988796,0.0,0.04855391487056479,0.15372517456988796,0.0,0.00046989664598835404,0.15372517456988796,0.0,0.0002436753888712926,0.15372517456988796,0.0,0.14472636498960142,0.15372517456988796,0.0,0.12725176199576171,0.15372517456988796,0.0,0.050440046585599446,0.15372517456988796,0.0,0.06495835835146052,0.5,0.15372517456988796,0.0,0.008898411727464124,0.15372517456988796,0.0,0.00992774404252696,0.5,0.15372517456988796,0.0,3.4167964235797774e-05,0.15372517456988796,0.0,0.003776485650051333,0.15372517456988796,0.0,0.19992178525048873,0.15372517456988796,0.0,0.20495479621530752,0.15372517456988796,0.0,0.025816082985351405,0.15372517456988796,0.0,0.003254029928659624,0.15372517456988796,0.0,0.0038667261295926895,0.5,0.15372517456988796,0.0,0.004196339886493368,0.0,0.11670956233222275,0.9392322888934258 -788,0.5,0.15372517456988796,0.0,0.009081269915189673,0.15372517456988796,0.0,0.04680891561842227,0.15372517456988796,0.0,0.00022198016041734874,0.15372517456988796,0.0,0.000256296525399175,0.15372517456988796,0.0,0.13611866495637506,0.15372517456988796,0.0,0.1155291317912536,0.15372517456988796,0.0,0.06026155464154492,0.15372517456988796,0.0,0.05844109335052995,0.5,0.15372517456988796,0.0,0.0061453349735400495,0.15372517456988796,0.0,0.015173038393756161,0.5,0.15372517456988796,0.0,0.00016897425254529738,0.15372517456988796,0.0,0.005259835622955043,0.15372517456988796,0.0,0.19302190596194335,0.15372517456988796,0.0,0.20102770347482682,0.15372517456988796,0.0,0.026458019395105562,0.15372517456988796,0.0,0.003953779220295158,0.15372517456988796,0.0,0.0015057814523677508,0.5,0.15372517456988796,0.0,0.003984929541646878,0.0,0.07215064339709563,0.9756299233579332 -789,0.5,0.15372517456988796,0.0,0.008954776591169868,0.15372517456988796,0.0,0.07033093791888494,0.15372517456988796,0.0,0.0002238277004839675,0.15372517456988796,0.0,0.0006223291685570207,0.15372517456988796,0.0,0.1461066113500889,0.15372517456988796,0.0,0.11567239768349138,0.15372517456988796,0.0,0.05359614234267349,0.15372517456988796,0.0,0.048661153468666514,0.5,0.15372517456988796,0.0,0.0023270193438115,0.15372517456988796,0.0,0.020813959752549623,0.5,0.15372517456988796,0.0,0.000744290940849834,0.15372517456988796,0.0,0.008696979647736806,0.15372517456988796,0.0,0.19943531322420285,0.15372517456988796,0.0,0.21169597611393204,0.15372517456988796,0.0,0.028405886490369774,0.15372517456988796,0.0,0.0018580983233039093,0.15372517456988796,0.0,0.0038981760008847304,0.5,0.15372517456988796,0.0,0.007680290854765416,0.0,0.03780962779305577,0.974495842005064 -790,0.5,0.15372517456988796,0.0,0.006990014131618937,0.15372517456988796,0.0,0.07061607691374608,0.15372517456988796,0.0,8.875126482664051e-05,0.15372517456988796,0.0,0.0006210556426549942,0.15372517456988796,0.0,0.13425739717856844,0.15372517456988796,0.0,0.10190931865919549,0.15372517456988796,0.0,0.04454691320178231,0.15372517456988796,0.0,0.03910192901655953,0.5,0.15372517456988796,0.0,0.002329728186287512,0.15372517456988796,0.0,0.021093798036037014,0.5,0.15372517456988796,0.0,0.001021863375304502,0.15372517456988796,0.0,0.009603489986493104,0.15372517456988796,0.0,0.212903441337211,0.15372517456988796,0.0,0.2116433447034372,0.15372517456988796,0.0,0.026043569553009877,0.15372517456988796,0.0,0.001892722281098661,0.15372517456988796,0.0,0.007224110289551745,0.5,0.15372517456988796,0.0,0.006763095300360058,0.0,0.034091731882889394,0.958820376137111 -791,0.5,0.15372517456988796,0.0,0.00799574949231301,0.15372517456988796,0.0,0.07408455761373016,0.15372517456988796,0.0,0.00041776564880816047,0.15372517456988796,0.0,0.000527107041897486,0.15372517456988796,0.0,0.10733154127462768,0.15372517456988796,0.0,0.07857342449719229,0.15372517456988796,0.0,0.040114019545875845,0.15372517456988796,0.0,0.03619490088948095,0.5,0.15372517456988796,0.0,0.0020278997734208414,0.15372517456988796,0.0,0.027098503483443104,0.5,0.15372517456988796,0.0,0.0009495313745331666,0.15372517456988796,0.0,0.010926384464526965,0.15372517456988796,0.0,0.20705395785503233,0.15372517456988796,0.0,0.19448698586079574,0.15372517456988796,0.0,0.02723270348160139,0.15372517456988796,0.0,0.0014567771761773627,0.15372517456988796,0.0,0.008828948516733038,0.5,0.15372517456988796,0.0,0.007598080477533128,0.0,0.040854654739044524,0.9288181214627139 -792,0.5,0.15372517456988796,0.0,0.0068532324630903585,0.15372517456988796,0.0,0.060588998866245386,0.15372517456988796,0.0,0.0006192622607710726,0.15372517456988796,0.0,0.0007792531587241131,0.15372517456988796,0.0,0.0846584667107299,0.15372517456988796,0.0,0.06433039176544865,0.15372517456988796,0.0,0.03549917549244886,0.15372517456988796,0.0,0.029846191001625173,0.5,0.15372517456988796,0.0,0.0038011603227987543,0.15372517456988796,0.0,0.03057542124293104,0.5,0.15372517456988796,0.0,0.0038650029650829994,0.15372517456988796,0.0,0.013456449391906069,0.15372517456988796,0.0,0.19720275700860432,0.15372517456988796,0.0,0.17334638753447904,0.15372517456988796,0.0,0.023893393112212214,0.15372517456988796,0.0,0.0039006738364490133,0.15372517456988796,0.0,0.013907852254260023,0.5,0.15372517456988796,0.0,0.007661186011972882,0.0,0.05069334721428953,0.9078441023248889 -793,0.5,0.15372517456988796,0.0,0.006773258329036477,0.15372517456988796,0.0,0.050442272338555666,0.15372517456988796,0.0,0.0018972576140182883,0.15372517456988796,0.0,0.002644592875320291,0.15372517456988796,0.0,0.06507957327347685,0.15372517456988796,0.0,0.04238689486823997,0.15372517456988796,0.0,0.03037011589686701,0.15372517456988796,0.0,0.021129192626753543,0.5,0.15372517456988796,0.0,0.005830470001568159,0.15372517456988796,0.0,0.0269649040646128,0.5,0.15372517456988796,0.0,0.008604602761737565,0.15372517456988796,0.0,0.012972569705908758,0.15372517456988796,0.0,0.18173118041933703,0.15372517456988796,0.0,0.1559461266369467,0.15372517456988796,0.0,0.02249735887511859,0.15372517456988796,0.0,0.0063001813611719935,0.15372517456988796,0.0,0.016657127531108266,0.5,0.15372517456988796,0.0,0.010618051716039622,0.0,0.04656161426203023,0.8911113294396465 -794,0.5,0.15372517456988796,0.0,0.0077089467676557345,0.15372517456988796,0.0,0.03468189099744818,0.15372517456988796,0.0,0.001964802929212537,0.15372517456988796,0.0,0.004128679730348421,0.15372517456988796,0.0,0.0470566549118829,0.15372517456988796,0.0,0.029239530837975057,0.15372517456988796,0.0,0.02562618209438878,0.15372517456988796,0.0,0.015184259416142768,0.5,0.15372517456988796,0.0,0.00617355286494024,0.15372517456988796,0.0,0.023938216338649197,0.5,0.15372517456988796,0.0,0.008868459754739594,0.15372517456988796,0.0,0.01477675794254543,0.15372517456988796,0.0,0.16000275598562355,0.15372517456988796,0.0,0.13269700848491978,0.15372517456988796,0.0,0.019162209110370268,0.15372517456988796,0.0,0.007506867779461053,0.15372517456988796,0.0,0.020564238397543216,0.5,0.15372517456988796,0.0,0.013411760406102495,0.0,0.04297510272413945,0.872840543150694 -795,0.5,0.15372517456988796,0.0,0.008454059319366495,0.15372517456988796,0.0,0.028148348097684038,0.15372517456988796,0.0,0.004571122784281644,0.15372517456988796,0.0,0.006513812873247375,0.15372517456988796,0.0,0.04336713317527163,0.15372517456988796,0.0,0.034083426246502,0.15372517456988796,0.0,0.02078666629852556,0.15372517456988796,0.0,0.018079547666098643,0.5,0.15372517456988796,0.0,0.006430606835417309,0.15372517456988796,0.0,0.02689929828328612,0.5,0.15372517456988796,0.0,0.01450526763877941,0.15372517456988796,0.0,0.016458220475619553,0.15372517456988796,0.0,0.13303803598957514,0.15372517456988796,0.0,0.10975561412998458,0.15372517456988796,0.0,0.014387370219656966,0.15372517456988796,0.0,0.008918922927854595,0.15372517456988796,0.0,0.02288512138162365,0.5,0.15372517456988796,0.0,0.013645370745149616,0.0,0.03626684165133711,0.8654950264178087 -796,0.5,0.15372517456988796,0.0,0.009272266617593247,0.15372517456988796,0.0,0.013574530212563224,0.15372517456988796,0.0,0.007740933307874194,0.15372517456988796,0.0,0.010217938584826943,0.15372517456988796,0.0,0.05382830959975302,0.15372517456988796,0.0,0.04874890284913788,0.15372517456988796,0.0,0.01815996263609979,0.15372517456988796,0.0,0.01967997899636976,0.5,0.15372517456988796,0.0,0.007755449741319004,0.15372517456988796,0.0,0.025812247156665157,0.5,0.15372517456988796,0.0,0.01950283608269743,0.15372517456988796,0.0,0.019134724963251935,0.15372517456988796,0.0,0.11199801891000631,0.15372517456988796,0.0,0.09956932321297898,0.15372517456988796,0.0,0.010413062727762957,0.15372517456988796,0.0,0.010128810827645609,0.15372517456988796,0.0,0.03138706869109219,0.5,0.15372517456988796,0.0,0.019319050931825975,0.0,0.01865021784482635,0.8330763979821362 -797,0.5,0.15372517456988796,0.0,0.0092388445560413,0.15372517456988796,0.0,0.020719475674243728,0.15372517456988796,0.0,0.011557689674839345,0.15372517456988796,0.0,0.011331064373619323,0.15372517456988796,0.0,0.05546415368983066,0.15372517456988796,0.0,0.06385290167688631,0.15372517456988796,0.0,0.020772362888161505,0.15372517456988796,0.0,0.03611934738953924,0.5,0.15372517456988796,0.0,0.011310210503069558,0.15372517456988796,0.0,0.01968953351349856,0.5,0.15372517456988796,0.0,0.024848577363224475,0.15372517456988796,0.0,0.02390414266940832,0.15372517456988796,0.0,0.09074802498878139,0.15372517456988796,0.0,0.09052598538127914,0.15372517456988796,0.0,0.011593933160362672,0.15372517456988796,0.0,0.00986758227733028,0.15372517456988796,0.0,0.039445747800308406,0.5,0.15372517456988796,0.0,0.0223311679477606,0.0,0.005413161575453318,0.776135536967476 -798,0.5,0.15372517456988796,0.0,0.007994433965617562,0.15372517456988796,0.0,0.0239723084610697,0.15372517456988796,0.0,0.010643149900052272,0.15372517456988796,0.0,0.018432303160567404,0.15372517456988796,0.0,0.07434160401056325,0.15372517456988796,0.0,0.10178826196766519,0.15372517456988796,0.0,0.03974578750129616,0.15372517456988796,0.0,0.0600552574855162,0.5,0.15372517456988796,0.0,0.016661009502930178,0.15372517456988796,0.0,0.01847140324628059,0.5,0.15372517456988796,0.0,0.029004070076269286,0.15372517456988796,0.0,0.026972159733523106,0.15372517456988796,0.0,0.07639071588192778,0.15372517456988796,0.0,0.07597059511053655,0.15372517456988796,0.0,0.023478394115986845,0.15372517456988796,0.0,0.01533721684127211,0.15372517456988796,0.0,0.04530774332425863,0.5,0.15372517456988796,0.0,0.022061648635172994,0.0,0.0056116365246503775,0.6919199960114377 -799,0.5,0.15372517456988796,0.0,0.01223170354942513,0.15372517456988796,0.0,0.04420438730992614,0.15372517456988796,0.0,0.013663487655737392,0.15372517456988796,0.0,0.027326271084957436,0.15372517456988796,0.0,0.07857910709007165,0.15372517456988796,0.0,0.09009267087239062,0.15372517456988796,0.0,0.0597558757813995,0.15372517456988796,0.0,0.06334598402358158,0.5,0.15372517456988796,0.0,0.02344196508118282,0.15372517456988796,0.0,0.02559756817824293,0.5,0.15372517456988796,0.0,0.039778940360936994,0.15372517456988796,0.0,0.034752070492360766,0.15372517456988796,0.0,0.0782181049296588,0.15372517456988796,0.0,0.08490479359442019,0.15372517456988796,0.0,0.042214458741486764,0.15372517456988796,0.0,0.018281347673615816,0.15372517456988796,0.0,0.048411337907223,0.5,0.15372517456988796,0.0,0.02199878791060769,0.0,0.02365645424880211,0.6147763688358335 -800,0.5,0.15372517456988796,0.0,0.01995867981244652,0.15372517456988796,0.0,0.06390481386444524,0.15372517456988796,0.0,0.022303381427925012,0.15372517456988796,0.0,0.03956177057058705,0.15372517456988796,0.0,0.071543638503868,0.15372517456988796,0.0,0.05426594666922834,0.15372517456988796,0.0,0.07026004579607582,0.15372517456988796,0.0,0.05802736354344327,0.5,0.15372517456988796,0.0,0.026751569386664807,0.15372517456988796,0.0,0.028690227834876167,0.5,0.15372517456988796,0.0,0.048154339602796914,0.15372517456988796,0.0,0.04182032390234641,0.15372517456988796,0.0,0.08471161187961193,0.15372517456988796,0.0,0.09101042690063815,0.15372517456988796,0.0,0.053722589880702,0.15372517456988796,0.0,0.02609036730920201,0.15372517456988796,0.0,0.055749341232918116,0.5,0.15372517456988796,0.0,0.02892143892878312,0.0,0.03201789664979269,0.6279193219716437 -801,0.5,0.15372517456988796,0.013858741618159314,0.035344067858028766,0.15372517456988796,0.007803217772588472,0.0694731577160697,0.15372517456988796,0.015879029534860502,0.03987329732520086,0.15372517456988796,0.012743223598326374,0.06878205076240676,0.15372517456988796,0.0047147920483863355,0.057776829868269625,0.15372517456988796,0.00418823627619248,0.036841611582642715,0.15372517456988796,0.007171757749535517,0.0663184745420517,0.15372517456988796,0.00699471084016844,0.044821922684236556,0.5,0.15372517456988796,0.009317283847268565,0.027879087913053793,0.15372517456988796,0.015424451159827516,0.0402711097839993,0.5,0.15372517456988796,0.01538798146252007,0.03911783735050863,0.15372517456988796,0.012963219972681591,0.060805918857169544,0.15372517456988796,0.004919894011089964,0.0855786486807415,0.15372517456988796,0.004476144381512352,0.09058778788447591,0.15372517456988796,0.009860785455439326,0.06235837334890261,0.15372517456988796,0.013886014579788839,0.029451869794339506,0.15372517456988796,0.019439547415426583,0.07661107596438585,0.5,0.15372517456988796,0.01956949812389164,0.05361502236045545,0.0,0.03171957420904224,0.7765063317013035 -802,0.5,0.15372517456988796,0.11918424768729877,0.05810319893464633,0.15372517456988796,0.164424541090899,0.0698043014896017,0.15372517456988796,0.11009999677524698,0.06983571249099058,0.15372517456988796,0.06426498744508992,0.12147233608934595,0.15372517456988796,0.15302406835087184,0.05888028500080027,0.15372517456988796,0.14929701183718144,0.02764895552802852,0.15372517456988796,0.16252532957008375,0.05295861055274728,0.15372517456988796,0.16025401141923504,0.027434803646740877,0.5,0.15372517456988796,0.13946166180430983,0.03401945962280144,0.15372517456988796,0.07982997660438013,0.059045931406320085,0.5,0.15372517456988796,0.10996968415197873,0.04631422161132138,0.15372517456988796,0.08377103581771841,0.07602181413507392,0.15372517456988796,0.1537634592522622,0.08163875402982686,0.15372517456988796,0.1526667906152895,0.09376492511267118,0.15372517456988796,0.1670091414464789,0.07477009374262263,0.15372517456988796,0.16771674226639896,0.029783389922775155,0.15372517456988796,0.11396920446880673,0.13030954638146083,0.5,0.15372517456988796,0.07934875903268529,0.1407511526129483,0.0,0.04651352001478133,0.7020885027403381 -803,0.5,0.15372517456988796,0.2253354456298342,0.08399515654091438,0.15372517456988796,0.32264245143009285,0.08910999541380829,0.15372517456988796,0.19513641801456405,0.11740862504491309,0.15372517456988796,0.1541151071271455,0.17208178481510938,0.15372517456988796,0.31621252526749266,0.06814273788775863,0.15372517456988796,0.31225937265054926,0.031459524517260945,0.15372517456988796,0.32312082236922446,0.059028123216275305,0.15372517456988796,0.3102231922085636,0.02599857826074383,0.5,0.15372517456988796,0.24327582459646446,0.05116065845356366,0.15372517456988796,0.144203136628356,0.09577269914243088,0.5,0.15372517456988796,0.22142845753608137,0.08420082008570919,0.15372517456988796,0.16568011169689978,0.09559252694218212,0.15372517456988796,0.31500821378673916,0.09734847098143688,0.15372517456988796,0.3163438293676556,0.11761859894653395,0.15372517456988796,0.321056912392929,0.10417692862150875,0.15372517456988796,0.30915607118129895,0.03638580884850276,0.15372517456988796,0.22060292217426375,0.18372997304365635,0.5,0.15372517456988796,0.16667370288694822,0.19856463765951599,0.0,0.07915197122021607,0.5907839730379691 -804,0.5,0.15372517456988796,0.2962145380479039,0.11423117563474197,0.15372517456988796,0.437302715150542,0.12152593876275157,0.15372517456988796,0.21651441540922423,0.1719301421992472,0.15372517456988796,0.28756356204327893,0.2491381529116727,0.15372517456988796,0.44390286827489933,0.09074552055391509,0.15372517456988796,0.44200008722576534,0.047640125888489454,0.15372517456988796,0.44675491375565823,0.06595341553289344,0.15372517456988796,0.40133964091134766,0.031647189850296194,0.5,0.15372517456988796,0.3223073978630068,0.07848729341002295,0.15372517456988796,0.1956434306718146,0.11085742576559626,0.5,0.15372517456988796,0.3151271087732147,0.16861412728370062,0.15372517456988796,0.22344125080047128,0.1176086010625033,0.15372517456988796,0.43683533264830365,0.1216922507268714,0.15372517456988796,0.4432822324517259,0.15019479438246863,0.15372517456988796,0.4346021556637246,0.14525281354546726,0.15372517456988796,0.4125340375354476,0.0664239389171839,0.15372517456988796,0.3075652708275962,0.20575020084304996,0.5,0.15372517456988796,0.273801326365751,0.2555251873308929,0.0,0.12637872076406073,0.6958986100226384 -805,0.5,0.15372517456988796,0.31362687560479735,0.14537115493957883,0.15372517456988796,0.49362436095773043,0.13633508982270887,0.15372517456988796,0.2727189636755471,0.2008149498009406,0.15372517456988796,0.37182103915148323,0.3361305873270918,0.15372517456988796,0.5089850810702623,0.10220628792103052,0.15372517456988796,0.5084164790653978,0.05669546677314151,0.15372517456988796,0.5030267418141519,0.1013119844681033,0.15372517456988796,0.44331314404188726,0.0484712398943698,0.5,0.15372517456988796,0.3506188549048099,0.11092493729754044,0.15372517456988796,0.23426294484608445,0.10795513856009305,0.5,0.15372517456988796,0.3344288998200336,0.3230286814303739,0.15372517456988796,0.2609662264118879,0.11001056504572994,0.15372517456988796,0.4947574033300711,0.15007398712543735,0.15372517456988796,0.5076052629726846,0.18989912087292415,0.15372517456988796,0.4496848326570039,0.16565210482767337,0.15372517456988796,0.4244235903550646,0.09805827876105927,0.15372517456988796,0.3591617416237827,0.28193147529733775,0.5,0.15372517456988796,0.32024623713940126,0.31300756354676457,0.0,0.17866439125846317,0.7718191094118007 -806,0.5,0.15372517456988796,0.29738447279805724,0.17840469582993362,0.15372517456988796,0.4856368145961284,0.13809096143745248,0.15372517456988796,0.3143651516339654,0.21737649634195882,0.15372517456988796,0.3899712604886887,0.4350967592338842,0.15372517456988796,0.5033855658098533,0.13954616104491768,0.15372517456988796,0.49755442295711205,0.09343995763996127,0.15372517456988796,0.46753977727561136,0.1656627353153063,0.15372517456988796,0.4213524055858411,0.09007380531762621,0.5,0.15372517456988796,0.3352585741649289,0.16059327983052837,0.15372517456988796,0.25962032925898715,0.10311416991343422,0.5,0.15372517456988796,0.2631068604629231,0.24391203901898345,0.15372517456988796,0.2812444598847277,0.09589616378041821,0.15372517456988796,0.48725738261602636,0.16567076184851065,0.15372517456988796,0.5043540518432792,0.2073296090440821,0.15372517456988796,0.3781746197072003,0.22657171425581202,0.15372517456988796,0.35777378609785065,0.13388913149349407,0.15372517456988796,0.3113571707023191,0.2639710829281441,0.5,0.15372517456988796,0.30325491708353136,0.3199422476814607,0.0,0.20524508047621282,0.8873153643970457 -807,0.5,0.15372517456988796,0.2546432087933157,0.21834832776274588,0.15372517456988796,0.39691116327188697,0.15926588601675787,0.15372517456988796,0.2578764322822725,0.20149098291458906,0.15372517456988796,0.338070045458759,0.5130947245394184,0.15372517456988796,0.3928381684053643,0.1740244796396203,0.15372517456988796,0.40104838241349205,0.1199076161944562,0.15372517456988796,0.3642971425009036,0.15444831125522845,0.15372517456988796,0.365546249974578,0.09618062375462955,0.5,0.15372517456988796,0.23721519717548048,0.1589332350670516,0.15372517456988796,0.21670573978092944,0.07123521556254964,0.5,0.15372517456988796,0.17607801265701725,0.1417155295836968,0.15372517456988796,0.2586321466035823,0.06806482599464266,0.15372517456988796,0.4103220862518644,0.16778422561004813,0.15372517456988796,0.42399777904506125,0.22322033352010334,0.15372517456988796,0.2523308062693152,0.20971542035808166,0.15372517456988796,0.2733988743240197,0.07401747615330799,0.15372517456988796,0.2078897314427306,0.2001017580177881,0.5,0.15372517456988796,0.2892666776402949,0.2637687936301626,0.0,0.22142852767617702,0.936202166761377 -808,0.5,0.15372517456988796,0.14420639322477014,0.26431313450743193,0.15372517456988796,0.19807237513481243,0.1770336743838223,0.15372517456988796,0.13913137896299815,0.18494697809891922,0.15372517456988796,0.17848594809774707,0.5549973434888924,0.15372517456988796,0.2311203601970675,0.1951311565000003,0.15372517456988796,0.28854573991067034,0.12070765267185575,0.15372517456988796,0.26128975332740123,0.08817371812030446,0.15372517456988796,0.2773674093753691,0.08332376625286358,0.5,0.15372517456988796,0.09902146203033534,0.09566669559646256,0.15372517456988796,0.15450078373908083,0.033931887876516034,0.5,0.15372517456988796,0.09381981288562814,0.0944131051340818,0.15372517456988796,0.19367398101333583,0.03633848262174432,0.15372517456988796,0.26521558928998723,0.19112335253014642,0.15372517456988796,0.25172215829806277,0.2426422357476942,0.15372517456988796,0.11549812021434452,0.24894073662337166,0.15372517456988796,0.12632495462409432,0.046705034844324776,0.15372517456988796,0.10657290373987609,0.1435082114778785,0.5,0.15372517456988796,0.19407449176779643,0.15432239016140903,0.0,0.2623254372944649,0.9428787767476262 -809,0.5,0.15372517456988796,0.0,0.33765622363868575,0.15372517456988796,0.0,0.24079430825315656,0.15372517456988796,0.0,0.16575985497025797,0.15372517456988796,0.0,0.5772918186876508,0.15372517456988796,0.003633824945887959,0.21843285703180723,0.15372517456988796,0.07614373922914386,0.10858184543692348,0.15372517456988796,0.01937438567516598,0.08831437735485959,0.15372517456988796,0.0535488998345037,0.07579578400956277,0.5,0.15372517456988796,0.018883821696418182,0.06457171282907542,0.15372517456988796,0.03522091234604457,0.014327436508387442,0.5,0.15372517456988796,0.017233130148825885,0.09330247675704302,0.15372517456988796,0.05140026986262329,0.01816474208422248,0.15372517456988796,0.0,0.2607407198104965,0.15372517456988796,0.0,0.28593197877578425,0.15372517456988796,0.0,0.2952155493960096,0.15372517456988796,0.00398245752085814,0.06346671110562697,0.15372517456988796,0.0004311820426348673,0.10844235486785277,0.5,0.15372517456988796,0.0024390633686093496,0.08050048508531032,0.0,0.395382378939241,0.9387753560771132 -810,0.5,0.15372517456988796,0.0,0.408555194297888,0.15372517456988796,0.0,0.2958091659515599,0.15372517456988796,0.0,0.13485064008939449,0.15372517456988796,0.0,0.5970813267367577,0.15372517456988796,0.0,0.24756717002072534,0.15372517456988796,0.0,0.10364794010795049,0.15372517456988796,0.0,0.15721216662513585,0.15372517456988796,0.0,0.10504373402875727,0.5,0.15372517456988796,0.0,0.07014717682200172,0.15372517456988796,0.0,0.006603770628094769,0.5,0.15372517456988796,0.0,0.06437066462977706,0.15372517456988796,0.0,0.010146247876334303,0.15372517456988796,0.0,0.3407340231929557,0.15372517456988796,0.0,0.347537759549381,0.15372517456988796,0.0,0.39757577324126664,0.15372517456988796,0.0,0.08744345231702029,0.15372517456988796,0.0,0.08119351604044281,0.5,0.15372517456988796,0.0,0.05415058927461694,0.0,0.538289198304599,0.9088202026693382 -811,0.5,0.15372517456988796,0.0,0.4486634866926737,0.15372517456988796,0.0,0.4352169551348427,0.15372517456988796,0.0,0.10328283648886705,0.15372517456988796,0.0,0.5812725232143949,0.15372517456988796,0.0,0.3122970783254929,0.15372517456988796,0.0,0.12024513064035545,0.15372517456988796,0.0,0.207599638985713,0.15372517456988796,0.0,0.16717289124886953,0.5,0.15372517456988796,0.0,0.06554027333836647,0.15372517456988796,0.0,0.005507985226328206,0.5,0.15372517456988796,0.0,0.028164929751279207,0.15372517456988796,0.0,0.009583431511171064,0.15372517456988796,0.0,0.43960178268794575,0.15372517456988796,0.0,0.40727212703723364,0.15372517456988796,0.0,0.3946576258705366,0.15372517456988796,0.0,0.0740343481145322,0.15372517456988796,0.0,0.04473923605764589,0.5,0.15372517456988796,0.0,0.03249608476479668,0.0,0.6325836362039323,0.9021810088403278 -812,0.5,0.15372517456988796,0.0,0.4637950677951908,0.15372517456988796,0.0,0.5365344785546537,0.15372517456988796,0.0,0.0755788223446114,0.15372517456988796,0.0,0.4925356062586629,0.15372517456988796,0.0,0.3620890233650323,0.15372517456988796,0.0,0.14553043818843425,0.15372517456988796,0.0,0.17882338796501834,0.15372517456988796,0.0,0.1827489462869699,0.5,0.15372517456988796,0.0,0.052955500790317966,0.15372517456988796,0.0,0.008739972307919987,0.5,0.15372517456988796,0.0,0.01256977570758909,0.15372517456988796,0.0,0.010489288554222468,0.15372517456988796,0.0,0.5390285779596149,0.15372517456988796,0.0,0.4462510596700358,0.15372517456988796,0.0,0.3737969473887137,0.15372517456988796,0.0,0.06481737593155211,0.15372517456988796,0.0,0.022901811559420643,0.5,0.15372517456988796,0.0,0.016734200699971245,0.0,0.7482007219854706,0.9585176705365905 -813,0.5,0.15372517456988796,0.0,0.471960602691755,0.15372517456988796,0.0,0.6151890873782929,0.15372517456988796,0.0,0.04753144055766497,0.15372517456988796,0.0,0.3893997263535569,0.15372517456988796,0.0,0.35088384188201543,0.15372517456988796,0.0,0.1494588960609481,0.15372517456988796,0.0,0.1306397002127007,0.15372517456988796,0.0,0.14752054540355122,0.5,0.15372517456988796,0.0,0.043552192999353645,0.15372517456988796,0.0,0.009722422932708313,0.5,0.15372517456988796,0.0,0.006861038760355533,0.15372517456988796,0.0,0.011789382490813339,0.15372517456988796,0.0,0.5827041052265703,0.15372517456988796,0.0,0.47722749175842716,0.15372517456988796,0.0,0.29253769255298634,0.15372517456988796,0.0,0.04707725143517655,0.15372517456988796,0.0,0.012865274094566627,0.5,0.15372517456988796,0.0,0.00890537837845867,0.0,0.7971358426098994,0.9896289500814781 -814,0.5,0.15372517456988796,0.0,0.4747808484215133,0.15372517456988796,0.0,0.6323170488906129,0.15372517456988796,0.0,0.028957440168344062,0.15372517456988796,0.0,0.3206081769423237,0.15372517456988796,0.0,0.20554118480842296,0.15372517456988796,0.0,0.11241406319111762,0.15372517456988796,0.0,0.11062183952803412,0.15372517456988796,0.0,0.11999900702668642,0.5,0.15372517456988796,0.0,0.034976013379011836,0.15372517456988796,0.0,0.008001696541481751,0.5,0.15372517456988796,0.0,0.005417194068350097,0.15372517456988796,0.0,0.013552369184674617,0.15372517456988796,0.0,0.5445319691615143,0.15372517456988796,0.0,0.45382036166272477,0.15372517456988796,0.0,0.19668230353703758,0.15372517456988796,0.0,0.044677843966982864,0.15372517456988796,0.0,0.010976051391808099,0.5,0.15372517456988796,0.0,0.005612500869182862,0.0,0.8369232606314599,0.9789040898569001 -815,0.5,0.15372517456988796,0.0,0.4656184471166587,0.15372517456988796,0.0,0.4752674600985564,0.15372517456988796,0.0,0.01844651803361988,0.15372517456988796,0.0,0.2810633832996429,0.15372517456988796,0.0,0.1269944235622283,0.15372517456988796,0.0,0.09012426749135102,0.15372517456988796,0.0,0.10223393280468582,0.15372517456988796,0.0,0.09932489934427575,0.5,0.15372517456988796,0.0,0.02826632782263882,0.15372517456988796,0.0,0.008246932670573866,0.5,0.15372517456988796,0.0,0.007229126997732373,0.15372517456988796,0.0,0.01415135687060275,0.15372517456988796,0.0,0.5248225134231418,0.15372517456988796,0.0,0.34778552530320317,0.15372517456988796,0.0,0.1073933229195579,0.15372517456988796,0.0,0.055773390036300684,0.15372517456988796,0.0,0.010807075695967696,0.5,0.15372517456988796,0.0,0.004837045862690365,0.0,0.8829193226334887,0.9567458176123931 -816,0.5,0.15372517456988796,0.0,0.41048729817870566,0.15372517456988796,0.0,0.23725375173127514,0.15372517456988796,0.0,0.01604218122987126,0.15372517456988796,0.0,0.24378385393689034,0.15372517456988796,0.0,0.09728892681892909,0.15372517456988796,0.0,0.09409437922496058,0.15372517456988796,0.0,0.09845841772043461,0.15372517456988796,0.0,0.07940356843665546,0.5,0.15372517456988796,0.0,0.027625610777750834,0.15372517456988796,0.0,0.005112610500696683,0.5,0.15372517456988796,0.0,0.008637043897685413,0.15372517456988796,0.0,0.012107381709324435,0.15372517456988796,0.0,0.4103444724117032,0.15372517456988796,0.0,0.23350283371219877,0.15372517456988796,0.0,0.06705116512458101,0.15372517456988796,0.0,0.059923037005310535,0.15372517456988796,0.0,0.010230564859090366,0.5,0.15372517456988796,0.0,0.0029204464721970923,0.0,0.9129621857238158,0.9133138520133234 -817,0.5,0.15372517456988796,0.0,0.35124797048477263,0.15372517456988796,0.0,0.12033954292458662,0.15372517456988796,0.0,0.014656631190841391,0.15372517456988796,0.0,0.22370588132832436,0.15372517456988796,0.0,0.09275204154348138,0.15372517456988796,0.0,0.1040275920644275,0.15372517456988796,0.0,0.09619907780978107,0.15372517456988796,0.0,0.07532847478524493,0.5,0.15372517456988796,0.0,0.04005008727364967,0.15372517456988796,0.0,0.004576996754231582,0.5,0.15372517456988796,0.0,0.009742803514695031,0.15372517456988796,0.0,0.012573193478410336,0.15372517456988796,0.0,0.34354434057383365,0.15372517456988796,0.0,0.1560281301326631,0.15372517456988796,0.0,0.05830857289098337,0.15372517456988796,0.0,0.059896991029589515,0.15372517456988796,0.0,0.011825814241420799,0.5,0.15372517456988796,0.0,0.001970383192687529,0.0,0.8729366896981754,0.8768305291998776 -818,0.5,0.15372517456988796,0.0,0.3019738402437796,0.15372517456988796,0.0,0.09870390733682537,0.15372517456988796,0.0,0.015048992350130368,0.15372517456988796,0.0,0.2116141134034672,0.15372517456988796,0.0,0.0954986127618668,0.15372517456988796,0.0,0.11588182850870905,0.15372517456988796,0.0,0.09050548506853859,0.15372517456988796,0.0,0.08471753087229536,0.5,0.15372517456988796,0.0,0.054705193232897666,0.15372517456988796,0.0,0.00383465028453599,0.5,0.15372517456988796,0.0,0.011763558152673844,0.15372517456988796,0.0,0.015606621348439204,0.15372517456988796,0.0,0.26298814404255216,0.15372517456988796,0.0,0.1330461939758879,0.15372517456988796,0.0,0.058554234753346195,0.15372517456988796,0.0,0.07267067133393533,0.15372517456988796,0.0,0.012871711754685726,0.5,0.15372517456988796,0.0,0.001736214110694184,0.0,0.8081223315760562,0.8467945068307801 -819,0.5,0.15372517456988796,0.0,0.24805349962477513,0.15372517456988796,0.0,0.09318916662429504,0.15372517456988796,0.0,0.01762841173289827,0.15372517456988796,0.0,0.18806059822690674,0.15372517456988796,0.0,0.10390793310726186,0.15372517456988796,0.0,0.14391855434308876,0.15372517456988796,0.0,0.10205684369476173,0.15372517456988796,0.0,0.10420333441936026,0.5,0.15372517456988796,0.0,0.07623038688997685,0.15372517456988796,0.0,0.0022700943258594495,0.5,0.15372517456988796,0.0,0.020113017953073853,0.15372517456988796,0.0,0.018385686925882806,0.15372517456988796,0.0,0.21064059396483412,0.15372517456988796,0.0,0.13630037098948194,0.15372517456988796,0.0,0.060174928711761555,0.15372517456988796,0.0,0.07970505038340651,0.15372517456988796,0.0,0.013871435655822524,0.5,0.15372517456988796,0.0,0.0020071227418161173,0.0,0.6440644814694406,0.818762353138571 -820,0.5,0.15372517456988796,0.0,0.19609596569761462,0.15372517456988796,0.0,0.07206573683119613,0.15372517456988796,0.0,0.02016744106591803,0.15372517456988796,0.0,0.16166462679491886,0.15372517456988796,0.0,0.10697592511413513,0.15372517456988796,0.0,0.17176834648640488,0.15372517456988796,0.0,0.12932283718000992,0.15372517456988796,0.0,0.1136844394278656,0.5,0.15372517456988796,0.0,0.08183729376759866,0.15372517456988796,0.0,0.0009814599358748974,0.5,0.15372517456988796,0.0,0.027601172627954532,0.15372517456988796,0.0,0.02115945926804258,0.15372517456988796,0.0,0.17029112446888003,0.15372517456988796,0.0,0.13184069910233226,0.15372517456988796,0.0,0.05925436811146808,0.15372517456988796,0.0,0.08085917934867215,0.15372517456988796,0.0,0.01476134105451747,0.5,0.15372517456988796,0.0,0.0016300803671203648,0.0,0.5244930867812586,0.80917354155358 -821,0.5,0.15372517456988796,0.0,0.16241434995402562,0.15372517456988796,0.0,0.06401042130310416,0.15372517456988796,0.0,0.024162538793136165,0.15372517456988796,0.0,0.1544201499094505,0.15372517456988796,0.0,0.10519845553938982,0.15372517456988796,0.0,0.19272508458076637,0.15372517456988796,0.0,0.14849112054607538,0.15372517456988796,0.0,0.12191872186542355,0.5,0.15372517456988796,0.0,0.10459117365476629,0.15372517456988796,0.0,0.0005077546012775215,0.5,0.15372517456988796,0.0,0.034918639313493885,0.15372517456988796,0.0,0.03389784963775923,0.15372517456988796,0.0,0.14774377592862287,0.15372517456988796,0.0,0.12180997407481081,0.15372517456988796,0.0,0.05752686056056104,0.15372517456988796,0.0,0.07684896551405047,0.15372517456988796,0.0,0.014509789837281207,0.5,0.15372517456988796,0.0,0.0016937220408430142,0.0,0.43496920230047836,0.8110619045473554 -822,0.5,0.15372517456988796,0.0,0.14438656315072854,0.15372517456988796,0.0,0.06406615853281288,0.15372517456988796,0.0,0.028160488236855817,0.15372517456988796,0.0,0.15479184058000986,0.15372517456988796,0.0,0.10506368628108209,0.15372517456988796,0.0,0.20228340318100035,0.15372517456988796,0.0,0.14865288333236182,0.15372517456988796,0.0,0.1387158296586439,0.5,0.15372517456988796,0.0,0.1388493975366293,0.15372517456988796,0.0,0.0004239727316025574,0.5,0.15372517456988796,0.0,0.06475180947056534,0.15372517456988796,0.0,0.0417930975709021,0.15372517456988796,0.0,0.13076817679873848,0.15372517456988796,0.0,0.10824501860398576,0.15372517456988796,0.0,0.05864511804751239,0.15372517456988796,0.0,0.07567342230454609,0.15372517456988796,0.0,0.018227294701786814,0.5,0.15372517456988796,0.0,0.0024160683058113116,0.0,0.33835770925500175,0.7950962398001641 -823,0.5,0.15372517456988796,0.0,0.12430834573463342,0.15372517456988796,0.0,0.062240697032039285,0.15372517456988796,0.0,0.029977913252867167,0.15372517456988796,0.0,0.1513384473176304,0.15372517456988796,0.0,0.10487966070178717,0.15372517456988796,0.0,0.23642866970291332,0.15372517456988796,0.0,0.18078709993772143,0.15372517456988796,0.0,0.1705943372077643,0.5,0.15372517456988796,0.0,0.13674812390801566,0.15372517456988796,0.0,0.0007338397989843099,0.5,0.15372517456988796,0.0,0.07682414206282907,0.15372517456988796,0.0,0.04095016059303609,0.15372517456988796,0.0,0.12447238910886645,0.15372517456988796,0.0,0.09516315564896942,0.15372517456988796,0.0,0.05972904076970525,0.15372517456988796,0.0,0.08079565936984556,0.15372517456988796,0.0,0.022276464655670174,0.5,0.15372517456988796,0.0,0.002898128392346643,0.0,0.267074803632662,0.7466056582030881 -824,0.5,0.15372517456988796,0.0,0.10211686665841646,0.15372517456988796,0.0,0.05703445879716435,0.15372517456988796,0.0,0.03194967891440752,0.15372517456988796,0.0,0.14209923594185875,0.15372517456988796,0.0,0.1098135944041991,0.15372517456988796,0.0,0.23527369483247562,0.15372517456988796,0.0,0.23782762605427854,0.15372517456988796,0.0,0.16853003991415788,0.5,0.15372517456988796,0.0,0.1130912643712298,0.15372517456988796,0.0,0.003884049733345807,0.5,0.15372517456988796,0.0,0.0772964439814199,0.15372517456988796,0.0,0.04001557906630152,0.15372517456988796,0.0,0.11260069610756496,0.15372517456988796,0.0,0.08895410408042445,0.15372517456988796,0.0,0.060678676662008095,0.15372517456988796,0.0,0.09128946446302096,0.15372517456988796,0.0,0.02255737399104027,0.5,0.15372517456988796,0.0,0.0023907319828895077,0.0,0.2435011515606765,0.6395694246035963 -825,0.5,0.15372517456988796,0.023168358719583067,0.08664382267694493,0.15372517456988796,0.006241476735217759,0.055668944492801055,0.15372517456988796,0.023244048764084275,0.03204815042015445,0.15372517456988796,0.05629952405991941,0.12968488729653166,0.15372517456988796,0.004368598415255077,0.11210673734489723,0.15372517456988796,0.003571491033005492,0.1983846206773554,0.15372517456988796,0.0046893669215742695,0.23602764039024657,0.15372517456988796,0.0035052028511310097,0.1475027117425541,0.5,0.15372517456988796,0.004765185070808291,0.10429053689365361,0.15372517456988796,0.030357163392151793,0.003944451742829686,0.5,0.15372517456988796,0.009926654036035706,0.06215774810713856,0.15372517456988796,0.016903644035265297,0.04031282539621222,0.15372517456988796,0.003212632714595493,0.09570627929818443,0.15372517456988796,0.0036785647925543018,0.08837922964671108,0.15372517456988796,0.006638952317865075,0.0596908973497053,0.15372517456988796,0.00678606294310599,0.10547404983344212,0.15372517456988796,0.025779448018585425,0.01870275166885135,0.5,0.15372517456988796,0.05982332614640807,0.0013730493700976165,0.0,0.20005383086962789,0.5613866151829272 -826,0.5,0.15372517456988796,0.1278158273642439,0.08269938731481272,0.15372517456988796,0.11488609989482906,0.05525301717627824,0.15372517456988796,0.108342920976683,0.030785753476225683,0.15372517456988796,0.21379261645188016,0.1270195356266728,0.15372517456988796,0.13200789065265617,0.10509280765553149,0.15372517456988796,0.10282257926477706,0.19250714472217004,0.15372517456988796,0.10139520131931616,0.192537313557486,0.15372517456988796,0.06087051207166516,0.16815840770851626,0.5,0.15372517456988796,0.06592224998788115,0.11550843283252543,0.15372517456988796,0.10942008327083563,0.005584859603526974,0.5,0.15372517456988796,0.06780498919066542,0.046276519336199765,0.15372517456988796,0.08807931057957595,0.03647025294594492,0.15372517456988796,0.08955332193537274,0.09589764069964149,0.15372517456988796,0.10871518675259594,0.09724288153385244,0.15372517456988796,0.09398279498298906,0.06114016154635126,0.15372517456988796,0.07139216129933278,0.10963065107070297,0.15372517456988796,0.09754037578804652,0.015792675992394953,0.5,0.15372517456988796,0.2039971117386698,0.00102650135254989,0.0,0.1454490727309036,0.692309373500837 -827,0.5,0.15372517456988796,0.23708177968446623,0.07569924982717982,0.15372517456988796,0.2065886364642323,0.0537416176493908,0.15372517456988796,0.1559173546177608,0.027102113381077535,0.15372517456988796,0.3472064145140508,0.12314884605534525,0.15372517456988796,0.285988800905956,0.12129309337260687,0.15372517456988796,0.23490569675566153,0.23697652511427048,0.15372517456988796,0.22905415770708654,0.16571702847165906,0.15372517456988796,0.1491163901252394,0.17970721082533847,0.5,0.15372517456988796,0.13433533237324236,0.12470863340717096,0.15372517456988796,0.18477742514837453,0.007194801366184413,0.5,0.15372517456988796,0.14848741994082232,0.030365116201411475,0.15372517456988796,0.15668698101788672,0.03726801712924269,0.15372517456988796,0.18856017495324612,0.10058507459836705,0.15372517456988796,0.27082698736202965,0.11037450352131033,0.15372517456988796,0.1786129263521816,0.07330627833656257,0.15372517456988796,0.15043535424542437,0.10132956089198107,0.15372517456988796,0.16019248355230126,0.013497627247486684,0.5,0.15372517456988796,0.3390120298619295,0.0009699661466961181,0.0,0.0936139584771352,0.8000148529482666 -828,0.5,0.15372517456988796,0.3087919576860461,0.061620508642518355,0.15372517456988796,0.2881023343407962,0.051379706428634785,0.15372517456988796,0.17246313236362099,0.021359634370053306,0.15372517456988796,0.4065010304540944,0.10391474126458274,0.15372517456988796,0.3998757428454075,0.149023965289591,0.15372517456988796,0.3307797115682351,0.283803444773818,0.15372517456988796,0.34611519134647273,0.17218684120688954,0.15372517456988796,0.2929767247146225,0.26317487617552177,0.5,0.15372517456988796,0.19615426324201612,0.16098004176106767,0.15372517456988796,0.22590737168999017,0.010421270410047591,0.5,0.15372517456988796,0.18665216984666358,0.029580981870084438,0.15372517456988796,0.21760618834492235,0.04105695264692502,0.15372517456988796,0.2853025361590935,0.1029942652455392,0.15372517456988796,0.4051670822111149,0.12075314841260601,0.15372517456988796,0.2702505113148918,0.06470748936948933,0.15372517456988796,0.22546666489748307,0.10935679519606856,0.15372517456988796,0.19625258279534555,0.013067437147452985,0.5,0.15372517456988796,0.42260200399477077,0.0006682374827223295,0.0,0.0668079432126162,0.8490513732701362 -829,0.5,0.15372517456988796,0.33273266479809743,0.05086150430244379,0.15372517456988796,0.34800485192371955,0.05461625047026687,0.15372517456988796,0.18391525492899752,0.017473316150989928,0.15372517456988796,0.3870126012802433,0.09165368696946333,0.15372517456988796,0.4218572174722381,0.17824937613246034,0.15372517456988796,0.28249187535153175,0.3174870931043724,0.15372517456988796,0.4244838220089193,0.21470922277045015,0.15372517456988796,0.3692987077006841,0.3280874067819893,0.5,0.15372517456988796,0.22216226121233956,0.18862144009931708,0.15372517456988796,0.23053474872344293,0.013002264704101566,0.5,0.15372517456988796,0.19659331049516782,0.026938141582514948,0.15372517456988796,0.2461582165417969,0.047166417331245374,0.15372517456988796,0.3866501657866545,0.10744892263297559,0.15372517456988796,0.46511775066452954,0.144264910839435,0.15372517456988796,0.32898008043120563,0.06989703649581737,0.15372517456988796,0.27984083020381323,0.1261293717565811,0.15372517456988796,0.203647268452537,0.01324254474702562,0.5,0.15372517456988796,0.42428961797764964,0.00040075781233805247,0.0,0.05156393302179788,0.8734197046406049 -830,0.5,0.15372517456988796,0.29374516283056934,0.04999592041198343,0.15372517456988796,0.3549339058818026,0.059197877948561475,0.15372517456988796,0.16163186280400296,0.019754389970760407,0.15372517456988796,0.3277580275873804,0.07141530787270951,0.15372517456988796,0.41242749811211976,0.19287686104940235,0.15372517456988796,0.20129670176335906,0.2633181550459625,0.15372517456988796,0.4377152582263447,0.2684254246366056,0.15372517456988796,0.3274338498400265,0.3009975088334711,0.5,0.15372517456988796,0.2195969807992274,0.19144639074893077,0.15372517456988796,0.23088027612997497,0.010400621298900644,0.5,0.15372517456988796,0.18608467941330423,0.033793038595143175,0.15372517456988796,0.22647797714259843,0.04623917268862023,0.15372517456988796,0.4141992973250572,0.1101685117476668,0.15372517456988796,0.446667911246963,0.1627510034593637,0.15372517456988796,0.3246915187336211,0.0712294627309257,0.15372517456988796,0.28748276862490824,0.14331173686906878,0.15372517456988796,0.18335897130048764,0.013140752532675163,0.5,0.15372517456988796,0.3627943438927511,0.00020676496775394985,0.0,0.04731202102350953,0.8524481925778693 -831,0.5,0.15372517456988796,0.21634174281048896,0.05072737459356332,0.15372517456988796,0.32431278884413234,0.06444113883727016,0.15372517456988796,0.11310328795155355,0.02297747452792931,0.15372517456988796,0.23795845945441643,0.058807537330636386,0.15372517456988796,0.329003530070571,0.1801473115726615,0.15372517456988796,0.13323508165827472,0.19850862282458734,0.15372517456988796,0.3633832432919376,0.28061066515003097,0.15372517456988796,0.21834937663075246,0.2668570124006506,0.5,0.15372517456988796,0.16391706740631257,0.1647209998983909,0.15372517456988796,0.19803116835641638,0.0064905965427925726,0.5,0.15372517456988796,0.14204175859816376,0.02911359476398209,0.15372517456988796,0.1560601800766484,0.03167286519308461,0.15372517456988796,0.34699238576764324,0.10941717132199602,0.15372517456988796,0.3433919007620002,0.16744922313154803,0.15372517456988796,0.29224638480253007,0.08408723992970213,0.15372517456988796,0.2911577922364164,0.1703983123887669,0.15372517456988796,0.15711775559611732,0.012406187563980731,0.5,0.15372517456988796,0.28525677221777607,0.00036206666949738475,0.0,0.060995734993505635,0.8373782610938914 -832,0.5,0.15372517456988796,0.12239901143632076,0.052355247370623026,0.15372517456988796,0.2113858331558776,0.06518512474312572,0.15372517456988796,0.05167645598339984,0.021140606258514053,0.15372517456988796,0.11311821111249859,0.049106518947512896,0.15372517456988796,0.1593861989448189,0.14688604006124084,0.15372517456988796,0.07631024150561566,0.15466974153162638,0.15372517456988796,0.17738826954358178,0.25070710859599216,0.15372517456988796,0.1486389514092898,0.22601807566777604,0.5,0.15372517456988796,0.09901818217318613,0.11781350320327648,0.15372517456988796,0.123941155293019,0.002676934399093677,0.5,0.15372517456988796,0.08709653244694703,0.020713799520049984,0.15372517456988796,0.09383306537804256,0.01990603150672006,0.15372517456988796,0.22822125657322875,0.10498565396799088,0.15372517456988796,0.2134828946579848,0.164297979271917,0.15372517456988796,0.21031185305787498,0.08934203068037774,0.15372517456988796,0.1903675463557546,0.1667162371404519,0.15372517456988796,0.09712075580656607,0.009218145710064036,0.5,0.15372517456988796,0.19149773008563875,0.0005138592914935652,0.0,0.08484586095751126,0.794383939325862 -833,0.5,0.15372517456988796,0.0,0.053886127880370914,0.15372517456988796,0.0,0.05793757498129036,0.15372517456988796,0.0,0.01897917693978526,0.15372517456988796,0.0,0.04428927086364133,0.15372517456988796,0.005433010456234576,0.11048578367282708,0.15372517456988796,0.04043966698048551,0.14798914744277683,0.15372517456988796,0.013270639911920994,0.2024604333566768,0.15372517456988796,0.03406547980834929,0.17504315109793167,0.5,0.15372517456988796,0.031032238308018868,0.07975178394258181,0.15372517456988796,0.02874982892129139,0.00062806910630519,0.5,0.15372517456988796,0.02875545618502129,0.023479438954762545,0.15372517456988796,0.029415361073327824,0.012327901131657548,0.15372517456988796,0.0,0.10435944868321888,0.15372517456988796,0.0,0.14748703508226113,0.15372517456988796,0.0,0.09971251741206412,0.15372517456988796,0.007850383742446555,0.12275681450797085,0.15372517456988796,0.004318858702026089,0.009049742391678205,0.5,0.15372517456988796,0.0017994323386296912,0.0008309242314247308,0.0,0.10764746706554963,0.729297773813878 -834,0.5,0.15372517456988796,0.0,0.04808641199767916,0.15372517456988796,0.0,0.05991552346686705,0.15372517456988796,0.0,0.018629109277717642,0.15372517456988796,0.0,0.0398903740523642,0.15372517456988796,0.0,0.09198758546489441,0.15372517456988796,0.0,0.20864514253454666,0.15372517456988796,0.0,0.14434700006930914,0.15372517456988796,0.0,0.17420783258816658,0.5,0.15372517456988796,0.0,0.06264484844765411,0.15372517456988796,0.0,0.00041624948485710655,0.5,0.15372517456988796,0.0,0.02368984863192643,0.15372517456988796,0.0,0.012148329499894648,0.15372517456988796,0.0,0.10896492215158159,0.15372517456988796,0.0,0.11749082727161059,0.15372517456988796,0.0,0.09856181457426363,0.15372517456988796,0.0,0.07842069043756943,0.15372517456988796,0.0,0.008129800060798435,0.5,0.15372517456988796,0.0,0.0008126766474660906,0.0,0.11475786014058123,0.6906540725739754 -835,0.5,0.15372517456988796,0.0,0.04048146574403954,0.15372517456988796,0.0,0.062047727489802425,0.15372517456988796,0.0,0.016791928249016905,0.15372517456988796,0.0,0.04147042620812417,0.15372517456988796,0.0,0.11662602204800643,0.15372517456988796,0.0,0.2685257568602375,0.15372517456988796,0.0,0.13308866428996305,0.15372517456988796,0.0,0.16276369627345427,0.5,0.15372517456988796,0.0,0.06710616595975102,0.15372517456988796,0.0,0.0008055109228543037,0.5,0.15372517456988796,0.0,0.01884504818601449,0.15372517456988796,0.0,0.018174214098798564,0.15372517456988796,0.0,0.11696542310182377,0.15372517456988796,0.0,0.0963299751761291,0.15372517456988796,0.0,0.07834437748051826,0.15372517456988796,0.0,0.05188107097807342,0.15372517456988796,0.0,0.00612963331882176,0.5,0.15372517456988796,0.0,0.0005643546282069695,0.0,0.09223500592948433,0.6499754246081145 -836,0.5,0.15372517456988796,0.0,0.03540226832222272,0.15372517456988796,0.0,0.04876481086330968,0.15372517456988796,0.0,0.013342873902749667,0.15372517456988796,0.0,0.04150273615294945,0.15372517456988796,0.0,0.1591874572090119,0.15372517456988796,0.0,0.2857121321106567,0.15372517456988796,0.0,0.14146298983189737,0.15372517456988796,0.0,0.16732586752168405,0.5,0.15372517456988796,0.0,0.07457086836248422,0.15372517456988796,0.0,0.001879986118173148,0.5,0.15372517456988796,0.0,0.01856102032915761,0.15372517456988796,0.0,0.021520463375233077,0.15372517456988796,0.0,0.08657779324521954,0.15372517456988796,0.0,0.10342785622929283,0.15372517456988796,0.0,0.058951935891614064,0.15372517456988796,0.0,0.053374398333040994,0.15372517456988796,0.0,0.006829984416912467,0.5,0.15372517456988796,0.0,0.0006417110120972862,0.0,0.07886176700420607,0.6344388198494499 -837,0.5,0.15372517456988796,0.0,0.033592996597506024,0.15372517456988796,0.0,0.044715030382391316,0.15372517456988796,0.0,0.011125015316097438,0.15372517456988796,0.0,0.03919922550351575,0.15372517456988796,0.0,0.19258100228815617,0.15372517456988796,0.0,0.3010510045516093,0.15372517456988796,0.0,0.1430385807333941,0.15372517456988796,0.0,0.21205076920517385,0.5,0.15372517456988796,0.0,0.08819301512693101,0.15372517456988796,0.0,0.008178255146509914,0.5,0.15372517456988796,0.0,0.02569017159975569,0.15372517456988796,0.0,0.028575229221301075,0.15372517456988796,0.0,0.07956933330311537,0.15372517456988796,0.0,0.12651270782636292,0.15372517456988796,0.0,0.04884379696440584,0.15372517456988796,0.0,0.05337573389897962,0.15372517456988796,0.0,0.010158955633700882,0.5,0.15372517456988796,0.0,0.0010006881548134112,0.0,0.07665966156456185,0.738754964584224 -838,0.5,0.15372517456988796,0.0,0.03517991944914326,0.15372517456988796,0.0,0.049413374070280194,0.15372517456988796,0.0,0.013350421249594686,0.15372517456988796,0.0,0.037538723340997136,0.15372517456988796,0.0,0.19263701609262077,0.15372517456988796,0.0,0.3576495496096687,0.15372517456988796,0.0,0.14078238261306944,0.15372517456988796,0.0,0.2554409521169808,0.5,0.15372517456988796,0.0,0.10899357233316141,0.15372517456988796,0.0,0.021580159775850778,0.5,0.15372517456988796,0.0,0.009168734415295879,0.15372517456988796,0.0,0.032661352496576534,0.15372517456988796,0.0,0.08607638521157787,0.15372517456988796,0.0,0.14892785592688157,0.15372517456988796,0.0,0.04986075937531385,0.15372517456988796,0.0,0.05261953798506,0.15372517456988796,0.0,0.0115001864252449,0.5,0.15372517456988796,0.0,0.0024282338279328136,0.0,0.07804486950048845,0.8822205653794585 -839,0.5,0.15372517456988796,0.0,0.03651654555194048,0.15372517456988796,0.0,0.05030404465948237,0.15372517456988796,0.0,0.012548629562237222,0.15372517456988796,0.0,0.04136515316288143,0.15372517456988796,0.0,0.19770288632185723,0.15372517456988796,0.0,0.44450769396827183,0.15372517456988796,0.0,0.1535240229504814,0.15372517456988796,0.0,0.33943437770182283,0.5,0.15372517456988796,0.0,0.11595183447223945,0.15372517456988796,0.0,0.020723328588492636,0.5,0.15372517456988796,0.0,0.007536468491286731,0.15372517456988796,0.0,0.022337733096977692,0.15372517456988796,0.0,0.09244057601686662,0.15372517456988796,0.0,0.1678675657054338,0.15372517456988796,0.0,0.052076448866450006,0.15372517456988796,0.0,0.06181071099586095,0.15372517456988796,0.0,0.014241837102216066,0.5,0.15372517456988796,0.0,0.007669764493665569,0.0,0.08199312381007419,0.9286805214375284 -840,0.5,0.15372517456988796,0.0,0.03568370908437473,0.15372517456988796,0.0,0.048168009224570735,0.15372517456988796,0.0,0.010899742469201137,0.15372517456988796,0.0,0.04647396005048302,0.15372517456988796,0.0,0.22157670734598603,0.15372517456988796,0.0,0.4370416065730983,0.15372517456988796,0.0,0.19542344703093378,0.15372517456988796,0.0,0.3724911635060256,0.5,0.15372517456988796,0.0,0.10750937377370988,0.15372517456988796,0.0,0.00941725129179938,0.5,0.15372517456988796,0.0,0.012541489601253994,0.15372517456988796,0.0,0.02375505450297333,0.15372517456988796,0.0,0.10124199843501447,0.15372517456988796,0.0,0.18670710817074493,0.15372517456988796,0.0,0.05756853525774439,0.15372517456988796,0.0,0.07814629107449429,0.15372517456988796,0.0,0.014633549110077446,0.5,0.15372517456988796,0.0,0.01858742915575395,0.0,0.07515788549067771,0.9495349766547335 -841,0.5,0.15372517456988796,0.0,0.03578136911335493,0.15372517456988796,0.0,0.052050886631427935,0.15372517456988796,0.0,0.012736003072459076,0.15372517456988796,0.0,0.05017108599845973,0.15372517456988796,0.0,0.22582056177915094,0.15372517456988796,0.0,0.3686112574000905,0.15372517456988796,0.0,0.26434876702648696,0.15372517456988796,0.0,0.402257736595822,0.5,0.15372517456988796,0.0,0.13506302002438228,0.15372517456988796,0.0,0.006461796803967461,0.5,0.15372517456988796,0.0,0.01906782184501207,0.15372517456988796,0.0,0.029209635349766803,0.15372517456988796,0.0,0.11037777488541081,0.15372517456988796,0.0,0.2028931128324275,0.15372517456988796,0.0,0.06757185463886016,0.15372517456988796,0.0,0.09603297968009808,0.15372517456988796,0.0,0.01251776421392185,0.5,0.15372517456988796,0.0,0.022523647367394203,0.0,0.060673938499633095,0.9700016334063657 -842,0.5,0.15372517456988796,0.0,0.03840250015066528,0.15372517456988796,0.0,0.06887870039173498,0.15372517456988796,0.0,0.015669854093634177,0.15372517456988796,0.0,0.053552625663786886,0.15372517456988796,0.0,0.22116396354738282,0.15372517456988796,0.0,0.42210588888381273,0.15372517456988796,0.0,0.3339620387348338,0.15372517456988796,0.0,0.44713908642431066,0.5,0.15372517456988796,0.0,0.18888941689648714,0.15372517456988796,0.0,0.01276845869815859,0.5,0.15372517456988796,0.0,0.03489307765222581,0.15372517456988796,0.0,0.04179538415003412,0.15372517456988796,0.0,0.12653848122812208,0.15372517456988796,0.0,0.21092075246874825,0.15372517456988796,0.0,0.08336973685381807,0.15372517456988796,0.0,0.11459140275586867,0.15372517456988796,0.0,0.014013958991910602,0.5,0.15372517456988796,0.0,0.013765909817931469,0.0,0.050269571719767474,0.9645275457187747 -843,0.5,0.15372517456988796,0.0,0.0443597392677857,0.15372517456988796,0.0,0.07711842247166897,0.15372517456988796,0.0,0.020715681930428054,0.15372517456988796,0.0,0.06067160482154185,0.15372517456988796,0.0,0.2713598725705762,0.15372517456988796,0.0,0.4603333334461742,0.15372517456988796,0.0,0.39064388180338144,0.15372517456988796,0.0,0.47976926662382946,0.5,0.15372517456988796,0.0,0.2390104460239731,0.15372517456988796,0.0,0.01256949720466209,0.5,0.15372517456988796,0.0,0.054197389877465404,0.15372517456988796,0.0,0.05814232657816864,0.15372517456988796,0.0,0.13257207335585422,0.15372517456988796,0.0,0.22938018732864845,0.15372517456988796,0.0,0.0934589215439097,0.15372517456988796,0.0,0.13028684006733798,0.15372517456988796,0.0,0.025820222889257418,0.5,0.15372517456988796,0.0,0.006718319220905084,0.0,0.04810955529217547,0.9803012349987669 -844,0.5,0.15372517456988796,0.0,0.05257907584592424,0.15372517456988796,0.0,0.08744026013042994,0.15372517456988796,0.0,0.027719064313119393,0.15372517456988796,0.0,0.07316817742231893,0.15372517456988796,0.0,0.30809820911770736,0.15372517456988796,0.0,0.5583731229378124,0.15372517456988796,0.0,0.39579863539741317,0.15372517456988796,0.0,0.5271637865300828,0.5,0.15372517456988796,0.0,0.2534134050691262,0.15372517456988796,0.0,0.018844788966944925,0.5,0.15372517456988796,0.0,0.05777041612398056,0.15372517456988796,0.0,0.06507791485928083,0.15372517456988796,0.0,0.1463148662363564,0.15372517456988796,0.0,0.2702029251230103,0.15372517456988796,0.0,0.10992861468557814,0.15372517456988796,0.0,0.14253149524977327,0.15372517456988796,0.0,0.039432357616751096,0.5,0.15372517456988796,0.0,0.011692652880431774,0.0,0.05258653195582782,0.9839894881991554 -845,0.5,0.15372517456988796,0.0,0.06072098322351714,0.15372517456988796,0.0,0.11954468936889642,0.15372517456988796,0.0,0.03726173667597001,0.15372517456988796,0.0,0.09533621531434296,0.15372517456988796,0.0,0.3850086945271378,0.15372517456988796,0.0,0.7058368507981398,0.15372517456988796,0.0,0.43023167333835555,0.15372517456988796,0.0,0.5660334911095682,0.5,0.15372517456988796,0.0,0.3034701434069967,0.15372517456988796,0.0,0.022615758604070845,0.5,0.15372517456988796,0.0,0.04966833200777464,0.15372517456988796,0.0,0.06940411605140277,0.15372517456988796,0.0,0.173642102488237,0.15372517456988796,0.0,0.33531754386453716,0.15372517456988796,0.0,0.13171837528131414,0.15372517456988796,0.0,0.1457143229815539,0.15372517456988796,0.0,0.04483634820461071,0.5,0.15372517456988796,0.0,0.022954769833173627,0.0,0.05740975408991198,0.9859468507181328 -846,0.5,0.15372517456988796,0.0,0.07054426653227024,0.15372517456988796,0.0,0.12315448704252208,0.15372517456988796,0.0,0.035346543019798865,0.15372517456988796,0.0,0.11167806791769724,0.15372517456988796,0.0,0.4927090441428327,0.15372517456988796,0.0,0.7633562094292659,0.15372517456988796,0.0,0.4908784103399673,0.15372517456988796,0.0,0.5794718200433596,0.5,0.15372517456988796,0.0,0.3727011630656349,0.15372517456988796,0.0,0.025612477353178946,0.5,0.15372517456988796,0.0,0.04183336524436577,0.15372517456988796,0.0,0.07782083360937095,0.15372517456988796,0.0,0.19430904695687096,0.15372517456988796,0.0,0.4184700893470483,0.15372517456988796,0.0,0.16019083837399378,0.15372517456988796,0.0,0.15145694290588593,0.15372517456988796,0.0,0.04044316548027533,0.5,0.15372517456988796,0.0,0.023710809360771443,0.0,0.0631814352519894,1.0045778927506712 -847,0.5,0.15372517456988796,0.0,0.0811805713291391,0.15372517456988796,0.0,0.1406507026220236,0.15372517456988796,0.0,0.03203303606437084,0.15372517456988796,0.0,0.12675189983241514,0.15372517456988796,0.0,0.6157324488157512,0.15372517456988796,0.0,0.7914237507665133,0.15372517456988796,0.0,0.5751839224952396,0.15372517456988796,0.0,0.6310680528906123,0.5,0.15372517456988796,0.0,0.4516285643093651,0.15372517456988796,0.0,0.042702621945759946,0.5,0.15372517456988796,0.0,0.04533716339214135,0.15372517456988796,0.0,0.07474338318537371,0.15372517456988796,0.0,0.2273858699262689,0.15372517456988796,0.0,0.5055995936223516,0.15372517456988796,0.0,0.19737153197233082,0.15372517456988796,0.0,0.17975491389567902,0.15372517456988796,0.0,0.0389378879888701,0.5,0.15372517456988796,0.0,0.016722681070471455,0.0,0.07137607253325454,1.0079775110616611 -848,0.5,0.15372517456988796,0.0,0.08399394097814467,0.15372517456988796,0.0,0.1913801982176736,0.15372517456988796,0.0,0.02843026027989977,0.15372517456988796,0.0,0.1171959014423301,0.15372517456988796,0.0,0.7244745091726764,0.15372517456988796,0.0,0.8530815809617237,0.15372517456988796,0.0,0.6664742635123643,0.15372517456988796,0.0,0.6710614306697948,0.5,0.15372517456988796,0.0,0.47346855427460444,0.15372517456988796,0.0,0.056664704212539135,0.5,0.15372517456988796,0.0,0.03734646380735253,0.15372517456988796,0.0,0.06718213484150881,0.15372517456988796,0.0,0.26760525062056123,0.15372517456988796,0.0,0.5865928940424336,0.15372517456988796,0.0,0.24713168029247395,0.15372517456988796,0.0,0.1804662154617076,0.15372517456988796,0.0,0.03756006846576401,0.5,0.15372517456988796,0.0,0.013631689267038246,0.0,0.08113032145647864,1.0075637076247534 -849,0.5,0.15372517456988796,0.027419919415859702,0.08327082919321024,0.15372517456988796,0.010071138727414644,0.24588080554216998,0.15372517456988796,0.03960653296649034,0.02619234579376975,0.15372517456988796,0.05187862262147708,0.10094836986294524,0.15372517456988796,0.005601225979106876,0.736675986859638,0.15372517456988796,0.0022438761791727874,0.8782186709508781,0.15372517456988796,0.006548079581353282,0.6501585797012935,0.15372517456988796,0.002900834379226636,0.7126224653370665,0.5,0.15372517456988796,0.005545325295134238,0.5132549434851852,0.15372517456988796,0.05958455304280512,0.04580467344797893,0.5,0.15372517456988796,0.024157371099582124,0.02301081812732256,0.15372517456988796,0.03127723984698488,0.06721501948374564,0.15372517456988796,0.006844591737183054,0.33898482514795775,0.15372517456988796,0.006216421112766252,0.5846709098858791,0.15372517456988796,0.015284996674071833,0.25694179023991465,0.15372517456988796,0.019690548615620713,0.15211502006717004,0.15372517456988796,0.05058288429943775,0.028995102663641147,0.5,0.15372517456988796,0.07678212831218399,0.00832548918334402,0.0,0.09675118858664632,1.0069130169934821 -850,0.5,0.15372517456988796,0.15300879007626716,0.08936909591997175,0.15372517456988796,0.16960650370164507,0.26571884675488844,0.15372517456988796,0.1969070041972758,0.027100118965263615,0.15372517456988796,0.19768261028312972,0.09684473627294088,0.15372517456988796,0.11236985326500759,0.7140119867236405,0.15372517456988796,0.026232978313051925,0.8228951705658551,0.15372517456988796,0.0903010748904292,0.6542090655091501,0.15372517456988796,0.03720267525671046,0.7196201031684106,0.5,0.15372517456988796,0.0450903316354921,0.48701693283797465,0.15372517456988796,0.20527686185848298,0.01918420086620801,0.5,0.15372517456988796,0.1109669418214798,0.026363432815887915,0.15372517456988796,0.11814125101791062,0.055041945839590975,0.15372517456988796,0.15572595430156985,0.3706723283444418,0.15372517456988796,0.14808087991469654,0.5732704161877209,0.15372517456988796,0.17646854773890702,0.21291517300939777,0.15372517456988796,0.13442514513206372,0.1755017609358864,0.15372517456988796,0.20443754677511444,0.023137054651731333,0.5,0.15372517456988796,0.24523695822769043,0.005275350964885157,0.0,0.10572497232662625,1.0077775866206087 -851,0.5,0.15372517456988796,0.2785712490727479,0.09900508878970127,0.15372517456988796,0.3272220154493279,0.26947537645024805,0.15372517456988796,0.3405681148092493,0.028838926752437797,0.15372517456988796,0.33514160826189,0.09899072079567052,0.15372517456988796,0.14809817584279716,0.6687383983674742,0.15372517456988796,0.05061515924895312,0.752950942578927,0.15372517456988796,0.13511106835176695,0.7742363418109258,0.15372517456988796,0.08053179528036218,0.6897704992413854,0.5,0.15372517456988796,0.0801086228156376,0.4736209209276034,0.15372517456988796,0.2814384436289515,0.008445719791824858,0.5,0.15372517456988796,0.16647022818221696,0.024085405295163332,0.15372517456988796,0.20063503700641025,0.06683734670772577,0.15372517456988796,0.3133124895046945,0.4122222036941926,0.15372517456988796,0.2797465799857747,0.5465451965979709,0.15372517456988796,0.3199473838927189,0.21009501908771913,0.15372517456988796,0.18655707791731413,0.27791682427748365,0.15372517456988796,0.3169875754405979,0.021506258007013605,0.5,0.15372517456988796,0.4007926532844517,0.0039055574146356392,0.0,0.12213258312525802,1.0073166556216295 -852,0.5,0.15372517456988796,0.3844856021662478,0.11407728536573189,0.15372517456988796,0.4472915868209972,0.22763050478674365,0.15372517456988796,0.4066832407669795,0.03603266578054307,0.15372517456988796,0.4365276307398957,0.1092216440316134,0.15372517456988796,0.122665405310248,0.6404429067022593,0.15372517456988796,0.0760613251070971,0.8161956393305911,0.15372517456988796,0.125148313058156,0.8486074431173466,0.15372517456988796,0.1260350266653781,0.7138322017633497,0.5,0.15372517456988796,0.10129862354478553,0.4889061872845597,0.15372517456988796,0.3343930192601424,0.007253158695492513,0.5,0.15372517456988796,0.17599959959570222,0.02681887407402624,0.15372517456988796,0.25495331386137376,0.09385137810370449,0.15372517456988796,0.4373929948594399,0.42915679799275885,0.15372517456988796,0.2676009958019655,0.5077688165410339,0.15372517456988796,0.3965470836008607,0.24620814744448757,0.15372517456988796,0.22826476088966258,0.4236075161470933,0.15372517456988796,0.3715771587157002,0.02322578398940414,0.5,0.15372517456988796,0.4872076918327529,0.0018063950549482009,0.0,0.180933670739709,1.0067339588499837 -853,0.5,0.15372517456988796,0.4361343026720238,0.13161382888963574,0.15372517456988796,0.49370701500214986,0.2678080749545863,0.15372517456988796,0.4611233788766525,0.05516776927445422,0.15372517456988796,0.48010096800770613,0.11215327203924633,0.15372517456988796,0.10231372558812754,0.6278689699213366,0.15372517456988796,0.1053598806477975,0.8276862574854754,0.15372517456988796,0.11751589484386224,0.9024290642718669,0.15372517456988796,0.1560366415097213,0.7590523643502171,0.5,0.15372517456988796,0.11073147624212656,0.5971995519554558,0.15372517456988796,0.36629752479997474,0.007785018570197445,0.5,0.15372517456988796,0.1759700828538529,0.059094334403699274,0.15372517456988796,0.2681917174088687,0.22729894195402156,0.15372517456988796,0.48610575656443744,0.41351648679687336,0.15372517456988796,0.19211269085492688,0.4643201836131625,0.15372517456988796,0.3515912771304217,0.2888166321071011,0.15372517456988796,0.19341906900844213,0.6561837861868935,0.15372517456988796,0.3379927154620802,0.026699891523160987,0.5,0.15372517456988796,0.49101291298519534,0.0016481362505284748,0.0,0.19822048369231043,1.004821475575286 -854,0.5,0.15372517456988796,0.43344797579825467,0.12594920826054365,0.15372517456988796,0.37771397381192795,0.2404540552081424,0.15372517456988796,0.410736063412586,0.06502579921843164,0.15372517456988796,0.4531514267380915,0.09461791390489308,0.15372517456988796,0.08440165166710535,0.5686329885820658,0.15372517456988796,0.17911571560304276,0.7930966511344125,0.15372517456988796,0.09980311502250123,0.8918891754672097,0.15372517456988796,0.18671433042479607,0.7539856219770238,0.5,0.15372517456988796,0.1208498000781163,0.7076184862403783,0.15372517456988796,0.34673335197267985,0.008763050681105097,0.5,0.15372517456988796,0.16880430103821908,0.1334864016103112,0.15372517456988796,0.24810146990449222,0.272004921352483,0.15372517456988796,0.4283444271175427,0.3839002610436938,0.15372517456988796,0.13427641672350368,0.43758214140631724,0.15372517456988796,0.24388217774917348,0.348817327995946,0.15372517456988796,0.13953990359970678,0.8484090396352187,0.15372517456988796,0.25507617542076666,0.04544491768413986,0.5,0.15372517456988796,0.41225006804281134,0.0028554774582486816,0.0,0.19902946851964173,0.9991780524538885 -855,0.5,0.15372517456988796,0.3597426390589423,0.10374834063668206,0.15372517456988796,0.14473676241832822,0.29091656383095016,0.15372517456988796,0.2514600351382855,0.06952388971298902,0.15372517456988796,0.3624079825058265,0.07529364528347743,0.15372517456988796,0.06390740799570248,0.49515136204477467,0.15372517456988796,0.22486027024761318,0.8332213146015724,0.15372517456988796,0.11941999323146252,0.8702429407086185,0.15372517456988796,0.21960480409016198,0.7809530839961737,0.5,0.15372517456988796,0.10385216278416366,0.6857343372246307,0.15372517456988796,0.27487572427772805,0.03146250995077787,0.5,0.15372517456988796,0.24078089944427644,0.4617050988481746,0.15372517456988796,0.2253778053406762,0.2339609203585937,0.15372517456988796,0.21060819354653257,0.36868166076881903,0.15372517456988796,0.07783595001822224,0.41116557227369227,0.15372517456988796,0.15414375090493546,0.4592372304137865,0.15372517456988796,0.11485598793163977,0.9071263011629876,0.15372517456988796,0.1901777781741829,0.11371997028781311,0.5,0.15372517456988796,0.32540581745329267,0.0058897062722849695,0.0,0.2403347797491846,0.9871342279713996 -856,0.5,0.15372517456988796,0.19830174421496652,0.09602801354682308,0.15372517456988796,0.04640980015980878,0.30389769419334817,0.15372517456988796,0.09691752886055267,0.12804849018707912,0.15372517456988796,0.18580043410852345,0.07142111088635443,0.15372517456988796,0.05473876967767249,0.4821117779833056,0.15372517456988796,0.09406751386285148,0.8522843480925002,0.15372517456988796,0.11549738671781098,0.8570603011092677,0.15372517456988796,0.0842551884455994,0.6695560437272177,0.5,0.15372517456988796,0.07278427932854868,0.5892735038918039,0.15372517456988796,0.18470865999190395,0.04626239824455728,0.5,0.15372517456988796,0.19866213744864133,0.4511927007776214,0.15372517456988796,0.1575056741649536,0.20676259102423156,0.15372517456988796,0.056582893980684154,0.34119395106815326,0.15372517456988796,0.039217672408375516,0.37871954554043297,0.15372517456988796,0.09791580736625405,0.5219140331666469,0.15372517456988796,0.06417239952822916,0.8672885389297874,0.15372517456988796,0.1617272594661946,0.1612155597481759,0.5,0.15372517456988796,0.20107838719413873,0.014489054317674006,0.0,0.25032133032794907,0.9918019187172653 -857,0.5,0.15372517456988796,0.0,0.10368852764531575,0.15372517456988796,0.0,0.2191608915044636,0.15372517456988796,0.0,0.19773855292476458,0.15372517456988796,0.0,0.08168306267857323,0.15372517456988796,0.005455377140780022,0.4580931724042017,0.15372517456988796,0.021193343596997163,0.7610573670695354,0.15372517456988796,0.052902758229798126,0.8003944588866191,0.15372517456988796,0.02757676316353854,0.5881678853204824,0.5,0.15372517456988796,0.050601651116004134,0.5651377893954226,0.15372517456988796,0.04236205223111896,0.06300419369249262,0.5,0.15372517456988796,0.05230321063790633,0.2864247891951813,0.15372517456988796,0.049583658225940366,0.165335477396333,0.15372517456988796,0.0,0.2913442995916308,0.15372517456988796,0.0012987713488534765,0.35827701520296173,0.15372517456988796,0.00021651913113754736,0.4499722842029946,0.15372517456988796,0.004063451370852657,0.6847756360651459,0.15372517456988796,0.015025423352526147,0.1252122113668613,0.5,0.15372517456988796,0.0077614623225986746,0.0349259783512299,0.0,0.23135047417742105,0.997202185960118 -858,0.5,0.15372517456988796,0.0,0.1096213122823,0.15372517456988796,0.0,0.19004718197392514,0.15372517456988796,0.0,0.2420329809629187,0.15372517456988796,0.0,0.08860910630881341,0.15372517456988796,0.0,0.48256935160490644,0.15372517456988796,0.0,0.7229332071183525,0.15372517456988796,0.0,0.8200490388033258,0.15372517456988796,0.0,0.5987772263615265,0.5,0.15372517456988796,0.0,0.6394372984480973,0.15372517456988796,0.0,0.07580721019615866,0.5,0.15372517456988796,0.0,0.2398209304734081,0.15372517456988796,0.0,0.1339455540306161,0.15372517456988796,0.0,0.2726213501216141,0.15372517456988796,0.0,0.3256907116505922,0.15372517456988796,0.0,0.40039874735001024,0.15372517456988796,0.0,0.5690257334682184,0.15372517456988796,0.0,0.10171161155027367,0.5,0.15372517456988796,0.0,0.03674989547000019,0.0,0.2357441360826143,0.9795540840157383 -859,0.5,0.15372517456988796,0.0,0.11160220579380399,0.15372517456988796,0.0,0.16748283357327878,0.15372517456988796,0.0,0.22044231351242538,0.15372517456988796,0.0,0.09725486391337157,0.15372517456988796,0.0,0.5791625583229907,0.15372517456988796,0.0,0.7219039812154531,0.15372517456988796,0.0,0.805436232769813,0.15372517456988796,0.0,0.5829802987875364,0.5,0.15372517456988796,0.0,0.6914097517376694,0.15372517456988796,0.0,0.06494813689787415,0.5,0.15372517456988796,0.0,0.2340906132545915,0.15372517456988796,0.0,0.12463460997468717,0.15372517456988796,0.0,0.2591711836632199,0.15372517456988796,0.0,0.352292535928798,0.15372517456988796,0.0,0.35669247889345757,0.15372517456988796,0.0,0.5469145675283404,0.15372517456988796,0.0,0.10344323158054455,0.5,0.15372517456988796,0.0,0.04000428721257043,0.0,0.2360722105673308,0.9347655834552172 -860,0.5,0.15372517456988796,0.0,0.10246908029286467,0.15372517456988796,0.0,0.20970654077825096,0.15372517456988796,0.0,0.16976420038829237,0.15372517456988796,0.0,0.10938853765955356,0.15372517456988796,0.0,0.6481272414393511,0.15372517456988796,0.0,0.7320527076575898,0.15372517456988796,0.0,0.7553043172476587,0.15372517456988796,0.0,0.5902048546205609,0.5,0.15372517456988796,0.0,0.6872295527862974,0.15372517456988796,0.0,0.05230145617574508,0.5,0.15372517456988796,0.0,0.1914495093719844,0.15372517456988796,0.0,0.1360537631912432,0.15372517456988796,0.0,0.24621028332061975,0.15372517456988796,0.0,0.43795354228935446,0.15372517456988796,0.0,0.3741246018346193,0.15372517456988796,0.0,0.5119436852791056,0.15372517456988796,0.0,0.08891882866344329,0.5,0.15372517456988796,0.0,0.04852390959567236,0.0,0.19473894709872364,0.9819032226423847 -861,0.5,0.15372517456988796,0.0,0.10024485604553969,0.15372517456988796,0.0,0.26735805196131074,0.15372517456988796,0.0,0.1776089066112749,0.15372517456988796,0.0,0.11060519422722034,0.15372517456988796,0.0,0.6600552598011536,0.15372517456988796,0.0,0.7688853689531581,0.15372517456988796,0.0,0.6644765389877096,0.15372517456988796,0.0,0.573253857233187,0.5,0.15372517456988796,0.0,0.6876732796878059,0.15372517456988796,0.0,0.051067200219267646,0.5,0.15372517456988796,0.0,0.18309243317662302,0.15372517456988796,0.0,0.15175323899606238,0.15372517456988796,0.0,0.28711602126327423,0.15372517456988796,0.0,0.5076044134432601,0.15372517456988796,0.0,0.37250057664853475,0.15372517456988796,0.0,0.4519185203481094,0.15372517456988796,0.0,0.07757869143188859,0.5,0.15372517456988796,0.0,0.04066086585655785,0.0,0.146569409998818,1.0066617902282655 -862,0.5,0.15372517456988796,0.0,0.1104800839868151,0.15372517456988796,0.0,0.3322127450178999,0.15372517456988796,0.0,0.19816987998834645,0.15372517456988796,0.0,0.12314693321736425,0.15372517456988796,0.0,0.7037596344874979,0.15372517456988796,0.0,0.7591999941177676,0.15372517456988796,0.0,0.6922298492037638,0.15372517456988796,0.0,0.640924195381824,0.5,0.15372517456988796,0.0,0.6541057662166536,0.15372517456988796,0.0,0.053302576837888666,0.5,0.15372517456988796,0.0,0.2011560628475616,0.15372517456988796,0.0,0.18674993154223776,0.15372517456988796,0.0,0.372404656281707,0.15372517456988796,0.0,0.5304038360889212,0.15372517456988796,0.0,0.35441431065318396,0.15372517456988796,0.0,0.5199901600871434,0.15372517456988796,0.0,0.0817691276459983,0.5,0.15372517456988796,0.0,0.035730981494553754,0.0,0.11972980895952533,1.0081634747594048 -863,0.5,0.15372517456988796,0.0,0.13011631846491667,0.15372517456988796,0.0,0.3752698028775317,0.15372517456988796,0.0,0.2033914854247564,0.15372517456988796,0.0,0.14074019321936013,0.15372517456988796,0.0,0.8043482927221274,0.15372517456988796,0.0,0.7177234149133414,0.15372517456988796,0.0,0.6590395514582624,0.15372517456988796,0.0,0.7112795585818285,0.5,0.15372517456988796,0.0,0.6260831601232237,0.15372517456988796,0.0,0.05039600945692284,0.5,0.15372517456988796,0.0,0.22358908597112567,0.15372517456988796,0.0,0.2514560567825664,0.15372517456988796,0.0,0.38932182825702794,0.15372517456988796,0.0,0.5609304382445859,0.15372517456988796,0.0,0.4015355099179508,0.15372517456988796,0.0,0.5834932959198434,0.15372517456988796,0.0,0.09175980448685789,0.5,0.15372517456988796,0.0,0.03390362109292966,0.0,0.1456854285629484,1.0086752376622101 -864,0.5,0.15372517456988796,0.0,0.13976707512826003,0.15372517456988796,0.0,0.4372806907772171,0.15372517456988796,0.0,0.22305817209892387,0.15372517456988796,0.0,0.14356856273812313,0.15372517456988796,0.0,0.7739384760676402,0.15372517456988796,0.0,0.7895257143025266,0.15372517456988796,0.0,0.6523885354310954,0.15372517456988796,0.0,0.6939258223066562,0.5,0.15372517456988796,0.0,0.618902023109122,0.15372517456988796,0.0,0.04802728024383462,0.5,0.15372517456988796,0.0,0.27512870906701825,0.15372517456988796,0.0,0.277992752063613,0.15372517456988796,0.0,0.4192456194558106,0.15372517456988796,0.0,0.6022183939625094,0.15372517456988796,0.0,0.4565541927393354,0.15372517456988796,0.0,0.6161686709792025,0.15372517456988796,0.0,0.11327437197399733,0.5,0.15372517456988796,0.0,0.029210787612246287,0.0,0.1412272553674281,1.00846821947533 -865,0.5,0.15372517456988796,0.0,0.13157015288297724,0.15372517456988796,0.0,0.36311843340610495,0.15372517456988796,0.0,0.25916668029744827,0.15372517456988796,0.0,0.1494770498689995,0.15372517456988796,0.0,0.8458082886591203,0.15372517456988796,0.0,0.8468779878986565,0.15372517456988796,0.0,0.7276475483583879,0.15372517456988796,0.0,0.6205558064001712,0.5,0.15372517456988796,0.0,0.6332424002565047,0.15372517456988796,0.0,0.05508858950140885,0.5,0.15372517456988796,0.0,0.31306012950452305,0.15372517456988796,0.0,0.2804282076328746,0.15372517456988796,0.0,0.4370379600311022,0.15372517456988796,0.0,0.64227255844549,0.15372517456988796,0.0,0.4765228210939849,0.15372517456988796,0.0,0.6661299123106169,0.15372517456988796,0.0,0.13952088385667705,0.5,0.15372517456988796,0.0,0.025639552217260025,0.0,0.15454060516681736,1.0095780417120663 -866,0.5,0.15372517456988796,0.0,0.13015338545948904,0.15372517456988796,0.0,0.3950283725697614,0.15372517456988796,0.0,0.3072610470139051,0.15372517456988796,0.0,0.17061263442880986,0.15372517456988796,0.0,0.9065569922255101,0.15372517456988796,0.0,0.8444263835786917,0.15372517456988796,0.0,0.765195864605847,0.15372517456988796,0.0,0.504421056872139,0.5,0.15372517456988796,0.0,0.5734412356995081,0.15372517456988796,0.0,0.101150069461955,0.5,0.15372517456988796,0.0,0.34035819681541724,0.15372517456988796,0.0,0.2695821598482313,0.15372517456988796,0.0,0.516724397573018,0.15372517456988796,0.0,0.7269843863997407,0.15372517456988796,0.0,0.5308026960985732,0.15372517456988796,0.0,0.6533397367731308,0.15372517456988796,0.0,0.1474836154858405,0.5,0.15372517456988796,0.0,0.026896921131641868,0.0,0.14271876930244526,1.0106676874010336 -867,0.5,0.15372517456988796,0.0,0.1476695754001612,0.15372517456988796,0.0,0.47324209281373797,0.15372517456988796,0.0,0.3647404203835281,0.15372517456988796,0.0,0.20819908275324867,0.15372517456988796,0.0,0.91843258032555,0.15372517456988796,0.0,0.8295968045258257,0.15372517456988796,0.0,0.7576185129049278,0.15372517456988796,0.0,0.4525266262283039,0.5,0.15372517456988796,0.0,0.5357261208512206,0.15372517456988796,0.0,0.18497140982070723,0.5,0.15372517456988796,0.0,0.3689267948964736,0.15372517456988796,0.0,0.2682129199232284,0.15372517456988796,0.0,0.5945835580177959,0.15372517456988796,0.0,0.7753633150878959,0.15372517456988796,0.0,0.6279145486566763,0.15372517456988796,0.0,0.5968430207398103,0.15372517456988796,0.0,0.1674417104943742,0.5,0.15372517456988796,0.0,0.0391428919552759,0.0,0.14335711572053325,1.0101573552038055 -868,0.5,0.15372517456988796,0.0,0.1716583153106402,0.15372517456988796,0.0,0.6132004003388223,0.15372517456988796,0.0,0.41567450180621046,0.15372517456988796,0.0,0.2241578129283304,0.15372517456988796,0.0,0.9362956796298578,0.15372517456988796,0.0,0.7941163068399474,0.15372517456988796,0.0,0.7158177053120443,0.15372517456988796,0.0,0.3634366181467322,0.5,0.15372517456988796,0.0,0.5272660473083051,0.15372517456988796,0.0,0.15083758775968828,0.5,0.15372517456988796,0.0,0.3842029332985489,0.15372517456988796,0.0,0.3126283507024699,0.15372517456988796,0.0,0.6721200780546954,0.15372517456988796,0.0,0.8020331550036226,0.15372517456988796,0.0,0.6459582267624846,0.15372517456988796,0.0,0.5587085454345458,0.15372517456988796,0.0,0.20056008536952796,0.5,0.15372517456988796,0.0,0.06896947880577015,0.0,0.16583457911201216,1.0099562241617266 -869,0.5,0.15372517456988796,0.0,0.19390648514074102,0.15372517456988796,0.0,0.7456398885558102,0.15372517456988796,0.0,0.40621363102667535,0.15372517456988796,0.0,0.2413710461473414,0.15372517456988796,0.0,0.9368423917695838,0.15372517456988796,0.0,0.7606642077513796,0.15372517456988796,0.0,0.6460312237124508,0.15372517456988796,0.0,0.37080309788070537,0.5,0.15372517456988796,0.0,0.5494835909131933,0.15372517456988796,0.0,0.13104220165781388,0.5,0.15372517456988796,0.0,0.3114914481619189,0.15372517456988796,0.0,0.318267393834017,0.15372517456988796,0.0,0.7481769591956855,0.15372517456988796,0.0,0.8125669748023598,0.15372517456988796,0.0,0.5999027357864815,0.15372517456988796,0.0,0.5901422619632677,0.15372517456988796,0.0,0.22679195504640445,0.5,0.15372517456988796,0.0,0.10672455682391316,0.0,0.1918896020464454,1.0101846000355126 -870,0.5,0.15372517456988796,0.0,0.201065609452201,0.15372517456988796,0.0,0.8056948207031882,0.15372517456988796,0.0,0.4146363640824695,0.15372517456988796,0.0,0.2656957206888203,0.15372517456988796,0.0,0.9137416576151058,0.15372517456988796,0.0,0.7764192222136711,0.15372517456988796,0.0,0.5957380871821712,0.15372517456988796,0.0,0.4325247897301221,0.5,0.15372517456988796,0.0,0.501138094720811,0.15372517456988796,0.0,0.15230663025475882,0.5,0.15372517456988796,0.0,0.3675085720989781,0.15372517456988796,0.0,0.32553466236330436,0.15372517456988796,0.0,0.7501962766680788,0.15372517456988796,0.0,0.8051682267171929,0.15372517456988796,0.0,0.5542594257810873,0.15372517456988796,0.0,0.6226463915674411,0.15372517456988796,0.0,0.2572177430132164,0.5,0.15372517456988796,0.0,0.09751154473239375,0.0,0.19814044361771466,1.0102796182394629 -871,0.5,0.15372517456988796,0.0,0.18613640305214826,0.15372517456988796,0.0,0.7086382233089307,0.15372517456988796,0.0,0.3968770549916131,0.15372517456988796,0.0,0.2839533774625852,0.15372517456988796,0.0,0.9000485140519592,0.15372517456988796,0.0,0.7810110062706491,0.15372517456988796,0.0,0.6187578414117578,0.15372517456988796,0.0,0.4645336501262467,0.5,0.15372517456988796,0.0,0.35707126872645756,0.15372517456988796,0.0,0.171254445794194,0.5,0.15372517456988796,0.0,0.4899777688671247,0.15372517456988796,0.0,0.30260843681281985,0.15372517456988796,0.0,0.7139993848635839,0.15372517456988796,0.0,0.7697929570081989,0.15372517456988796,0.0,0.48898005005573036,0.15372517456988796,0.0,0.6561959209550616,0.15372517456988796,0.0,0.29226878876035006,0.5,0.15372517456988796,0.0,0.07470825808650358,0.0,0.2608736789865997,1.009836133505505 -872,0.5,0.15372517456988796,0.0,0.16795276602512998,0.15372517456988796,0.0,0.5858360919455327,0.15372517456988796,0.0,0.36858387680072746,0.15372517456988796,0.0,0.25646918623048376,0.15372517456988796,0.0,0.8851606615094862,0.15372517456988796,0.0,0.7776585832532584,0.15372517456988796,0.0,0.6343661880094809,0.15372517456988796,0.0,0.4009542888447285,0.5,0.15372517456988796,0.0,0.3097093720373687,0.15372517456988796,0.0,0.14726833729552058,0.5,0.15372517456988796,0.0,0.4459739912510183,0.15372517456988796,0.0,0.24942453298937511,0.15372517456988796,0.0,0.6849138833906294,0.15372517456988796,0.0,0.7397524803368776,0.15372517456988796,0.0,0.4724492918813283,0.15372517456988796,0.0,0.6481186516301249,0.15372517456988796,0.0,0.32769082634225893,0.5,0.15372517456988796,0.0,0.08823632119923729,0.0,0.4034614986623142,1.0093185359471335 -873,0.5,0.15372517456988796,0.017754574208889876,0.1652748631288619,0.15372517456988796,0.0011920310451014587,0.5362542649357376,0.15372517456988796,0.008637756593922406,0.35490922928433555,0.15372517456988796,0.01991643306771341,0.19938401990786336,0.15372517456988796,0.001594859956987534,0.8793256353186293,0.15372517456988796,0.002053444751318673,0.7370952631349481,0.15372517456988796,0.0025164584706278657,0.6319362501462633,0.15372517456988796,0.0038053110289353307,0.3685227274446764,0.5,0.15372517456988796,0.0023740597992573075,0.28338118093101794,0.15372517456988796,0.058377659972520424,0.08652095304344112,0.5,0.15372517456988796,0.02672011532812159,0.2038502536015973,0.15372517456988796,0.04069767912775501,0.19251267631054192,0.15372517456988796,0.0007924409144319901,0.6539011586848413,0.15372517456988796,0.0008383940465030432,0.7337012502002843,0.15372517456988796,0.005123217046020668,0.4574348538731692,0.15372517456988796,0.0035753022596557555,0.5420015811825364,0.15372517456988796,0.01562855454296247,0.29036378256406326,0.5,0.15372517456988796,0.02253158277525321,0.1159825115201281,0.0,0.4219589053838253,1.0097823679051476 -874,0.5,0.15372517456988796,0.06920151583562875,0.17210585765253456,0.15372517456988796,0.014164533450918906,0.5172621445991471,0.15372517456988796,0.044295919285500376,0.3909760839487765,0.15372517456988796,0.0453244711699511,0.16985935357732607,0.15372517456988796,0.04209614621844674,0.8682525135943959,0.15372517456988796,0.0756271125757662,0.7031629694378083,0.15372517456988796,0.06552903481119896,0.6121193611999258,0.15372517456988796,0.09023653235873313,0.35331547766645,0.5,0.15372517456988796,0.016885789988272594,0.2787304591747188,0.15372517456988796,0.2368981264951393,0.04577845930747863,0.5,0.15372517456988796,0.08021009633457839,0.14539834303759305,0.15372517456988796,0.1770330624074316,0.18646184187618586,0.15372517456988796,0.00961009843528227,0.6403520170293016,0.15372517456988796,0.018647659579463315,0.7520991831590786,0.15372517456988796,0.049469265881656926,0.4660840262485226,0.15372517456988796,0.05962689454625929,0.47389219324381204,0.15372517456988796,0.09549365769753253,0.23676285884188367,0.5,0.15372517456988796,0.11569526534055863,0.0865367750745252,0.0,0.4091968509204397,1.0056492338217031 -875,0.5,0.15372517456988796,0.08853406716296253,0.18321614730339003,0.15372517456988796,0.02841341232196788,0.5196481341368965,0.15372517456988796,0.08307708734463011,0.49662985170544266,0.15372517456988796,0.055664384843436,0.18914166594777868,0.15372517456988796,0.14221934039444933,0.8854539817572419,0.15372517456988796,0.13035606006604464,0.6813087904609845,0.15372517456988796,0.27776238294509104,0.6336925945145461,0.15372517456988796,0.20476240944770407,0.394576381404457,0.5,0.15372517456988796,0.04530921380974591,0.33956496373900336,0.15372517456988796,0.4032396797960326,0.03082751134165842,0.5,0.15372517456988796,0.0995479262625993,0.22945499968878716,0.15372517456988796,0.28455008333065385,0.18770517009297027,0.15372517456988796,0.030314043086986764,0.696432325413792,0.15372517456988796,0.06346754365598878,0.7647154448706133,0.15372517456988796,0.10671818563384017,0.5091482192194626,0.15372517456988796,0.1349983646607691,0.5503307712092397,0.15372517456988796,0.19347954100476727,0.21079416215324573,0.5,0.15372517456988796,0.24895535451748046,0.0630999024822188,0.0,0.3966837083962737,1.0107641749540919 -876,0.5,0.15372517456988796,0.09078291191015546,0.20668226320135075,0.15372517456988796,0.037808812361076014,0.4949577962803988,0.15372517456988796,0.1279851057578526,0.5435598843150888,0.15372517456988796,0.07588417010900074,0.22354358702093524,0.15372517456988796,0.21622217095003476,0.8989061528213116,0.15372517456988796,0.24549754241128893,0.6053842922959274,0.15372517456988796,0.3758729384382597,0.6675822428528462,0.15372517456988796,0.29535890481258265,0.42413079125160025,0.5,0.15372517456988796,0.07034117596811322,0.36957404906594926,0.15372517456988796,0.5077644164611702,0.03890068792138745,0.5,0.15372517456988796,0.20406497802817075,0.3595721485202871,0.15372517456988796,0.38995583193669703,0.17114506502856738,0.15372517456988796,0.04559440111024196,0.7367541251181263,0.15372517456988796,0.15332264428160447,0.7875257966281008,0.15372517456988796,0.24618159028868203,0.5603293434517435,0.15372517456988796,0.17103742081157325,0.5627621569386759,0.15372517456988796,0.22929291239283425,0.23341480323590694,0.5,0.15372517456988796,0.41005187731520987,0.07415820322490325,0.0,0.35121707736435887,1.0108073996404603 -877,0.5,0.15372517456988796,0.08678462357471196,0.21622701207537448,0.15372517456988796,0.07923453284301502,0.4765422263239855,0.15372517456988796,0.12404705419836999,0.4524599204761278,0.15372517456988796,0.15733674028368144,0.28291903642442484,0.15372517456988796,0.2080320125355483,0.7713479490297117,0.15372517456988796,0.45927325602875524,0.5258622270077167,0.15372517456988796,0.40906821775063174,0.6058743649945959,0.15372517456988796,0.37800742502169615,0.45293422532903616,0.5,0.15372517456988796,0.06413443975478794,0.29205484524471426,0.15372517456988796,0.5247970658812496,0.03089998226962662,0.5,0.15372517456988796,0.2865368048081054,0.5668525393055198,0.15372517456988796,0.517054932414781,0.12410053480223879,0.15372517456988796,0.08586444130775378,0.759952141794704,0.15372517456988796,0.1834758125793844,0.8014320523771924,0.15372517456988796,0.36076392658045786,0.5867473933244655,0.15372517456988796,0.23118019196768352,0.5900525979173827,0.15372517456988796,0.18601710940668792,0.2368862390660022,0.5,0.15372517456988796,0.536695928527507,0.07449268319125207,0.0,0.37719620940955145,1.0096036738831016 -878,0.5,0.15372517456988796,0.08547020267709837,0.2053758938773725,0.15372517456988796,0.404468124263713,0.5288060313504838,0.15372517456988796,0.10659424422411039,0.32556806845725206,0.15372517456988796,0.14839159093238666,0.2524061323211905,0.15372517456988796,0.3700437882423748,0.6388138431032243,0.15372517456988796,0.521196700768452,0.44975306331776543,0.15372517456988796,0.4839671627564208,0.4616606256276473,0.15372517456988796,0.37766436828979766,0.5759666921859263,0.5,0.15372517456988796,0.0692565830175047,0.2586282186373933,0.15372517456988796,0.5362876612417464,0.027312129071155856,0.5,0.15372517456988796,0.32836592478175286,0.28514370972503483,0.15372517456988796,0.5490434752562984,0.08775811595605616,0.15372517456988796,0.11621988617309545,0.7670023240092612,0.15372517456988796,0.13553414757699378,0.6869931544027755,0.15372517456988796,0.3989697342121514,0.4575504676521837,0.15372517456988796,0.26998528904871955,0.4991026793858293,0.15372517456988796,0.18156194050343624,0.19822232919825855,0.5,0.15372517456988796,0.5248640823623637,0.0761912998337819,0.0,0.3772187198802457,1.005649422519848 -879,0.5,0.15372517456988796,0.08653175579430125,0.1844311479063357,0.15372517456988796,0.22534988299011705,0.5078355857311518,0.15372517456988796,0.11370541488718089,0.22868055813273028,0.15372517456988796,0.12917937832503365,0.16728878994815866,0.15372517456988796,0.4092053636392723,0.40594227137178285,0.15372517456988796,0.43634827999798725,0.4280556191982742,0.15372517456988796,0.44850249422369837,0.36370135976671314,0.15372517456988796,0.20190610915399282,0.5130474737394068,0.5,0.15372517456988796,0.1419005207292963,0.2620630303365499,0.15372517456988796,0.47447825445923075,0.019549209222961474,0.5,0.15372517456988796,0.3311020300509063,0.16531846682598664,0.15372517456988796,0.47949492547366185,0.0764333611572268,0.15372517456988796,0.06454584851968546,0.7012158329973863,0.15372517456988796,0.18384446978620259,0.48180095863888084,0.15372517456988796,0.38463864990998065,0.2895367631577864,0.15372517456988796,0.2524748517610206,0.4605928223643798,0.15372517456988796,0.16835395415838333,0.15798590590408107,0.5,0.15372517456988796,0.42099237988276955,0.06449676238179264,0.0,0.30989024917458474,0.9558301395844035 -880,0.5,0.15372517456988796,0.05991906364362492,0.17450839895103104,0.15372517456988796,0.023821141312711163,0.2384016903471545,0.15372517456988796,0.0964790798454269,0.18940591270602067,0.15372517456988796,0.06662550473774745,0.11902599971000445,0.15372517456988796,0.3178962723995065,0.2678459583206705,0.15372517456988796,0.17669562350955687,0.3249671970557557,0.15372517456988796,0.31015295676917465,0.26442761045559504,0.15372517456988796,0.10322533657485874,0.5024469391246467,0.5,0.15372517456988796,0.18752341295870778,0.25137515376160724,0.15372517456988796,0.3362523080137534,0.014913185405992084,0.5,0.15372517456988796,0.2782332323825804,0.09891815396333878,0.15372517456988796,0.3275333139281348,0.08210530763795974,0.15372517456988796,0.014775204327762557,0.508796644982765,0.15372517456988796,0.2072350262471462,0.3251367775134699,0.15372517456988796,0.2689033209833248,0.19261396853184404,0.15372517456988796,0.1659881224244278,0.4304926308360233,0.15372517456988796,0.13841549846278645,0.11150386905801699,0.5,0.15372517456988796,0.26178802503558324,0.05070538634717997,0.0,0.2770012568545663,0.905041363014254 -881,0.5,0.15372517456988796,0.0,0.1883442611081233,0.15372517456988796,0.0,0.1289095493385447,0.15372517456988796,0.0,0.16953920200241676,0.15372517456988796,0.0,0.09813539408352154,0.15372517456988796,0.07204139453454408,0.25429783835539355,0.15372517456988796,0.029630599625788977,0.36761246482010124,0.15372517456988796,0.06922013946814848,0.25810601474553396,0.15372517456988796,0.030010915847899916,0.5031269570345787,0.5,0.15372517456988796,0.057912261854280264,0.24422920973433315,0.15372517456988796,0.0647544820463544,0.047926550115352545,0.5,0.15372517456988796,0.05530576689079264,0.1463020810247829,0.15372517456988796,0.0749430611556566,0.0998278409263368,0.15372517456988796,0.0,0.3382021389332424,0.15372517456988796,0.02865877334743091,0.2635028028454998,0.15372517456988796,0.0020532936098143872,0.20579828654170887,0.15372517456988796,0.024839346502501303,0.35091497091601004,0.15372517456988796,0.01815556747649361,0.1087542461816363,0.5,0.15372517456988796,0.012814488931889825,0.0864384896065659,0.0,0.2695927417324975,0.8150456374538216 -882,0.5,0.15372517456988796,0.0,0.2065520207250322,0.15372517456988796,0.0,0.13513875942884274,0.15372517456988796,0.0,0.1531764656917204,0.15372517456988796,0.0,0.08824931514251604,0.15372517456988796,0.0,0.26683767547757375,0.15372517456988796,0.0,0.4900780473429167,0.15372517456988796,0.0,0.353847432884703,0.15372517456988796,0.0,0.533690283119866,0.5,0.15372517456988796,0.0,0.36178100692578663,0.15372517456988796,0.0,0.08057377579443753,0.5,0.15372517456988796,0.0,0.2051834163447024,0.15372517456988796,0.0,0.13270640647025375,0.15372517456988796,0.0,0.2890606201897698,0.15372517456988796,0.0,0.27949277851230503,0.15372517456988796,0.0,0.23010181464349042,0.15372517456988796,0.0,0.28584882777128884,0.15372517456988796,0.0,0.13551594989082924,0.5,0.15372517456988796,0.0,0.12249913833111727,0.0,0.24258992799055523,0.8322480272605652 -883,0.5,0.15372517456988796,0.0,0.19968786538429972,0.15372517456988796,0.0,0.17321414318546735,0.15372517456988796,0.0,0.13840315313031587,0.15372517456988796,0.0,0.09514908770403027,0.15372517456988796,0.0,0.38268607852387293,0.15372517456988796,0.0,0.636606837775918,0.15372517456988796,0.0,0.4823851490134294,0.15372517456988796,0.0,0.7156354715006672,0.5,0.15372517456988796,0.0,0.4997613777038077,0.15372517456988796,0.0,0.06577698472680844,0.5,0.15372517456988796,0.0,0.1824722543258284,0.15372517456988796,0.0,0.15194852581203006,0.15372517456988796,0.0,0.2653771735598075,0.15372517456988796,0.0,0.28171166063780473,0.15372517456988796,0.0,0.24322437884836545,0.15372517456988796,0.0,0.31754676314865665,0.15372517456988796,0.0,0.14610864547164315,0.5,0.15372517456988796,0.0,0.1456186619806496,0.0,0.20983642279875978,0.8597737641937386 -884,0.5,0.15372517456988796,0.0,0.1951872764373877,0.15372517456988796,0.0,0.18414087506149213,0.15372517456988796,0.0,0.16126042619745456,0.15372517456988796,0.0,0.1138531970490126,0.15372517456988796,0.0,0.5277649535408233,0.15372517456988796,0.0,0.7560667516290889,0.15372517456988796,0.0,0.6949470512398714,0.15372517456988796,0.0,0.8753095520167524,0.5,0.15372517456988796,0.0,0.571982135719813,0.15372517456988796,0.0,0.05591737872636264,0.5,0.15372517456988796,0.0,0.2252502847970489,0.15372517456988796,0.0,0.15957298506279124,0.15372517456988796,0.0,0.25655647706208945,0.15372517456988796,0.0,0.28840626490776344,0.15372517456988796,0.0,0.29298368267238006,0.15372517456988796,0.0,0.4336737806308447,0.15372517456988796,0.0,0.1637089450572902,0.5,0.15372517456988796,0.0,0.13341156589729872,0.0,0.1728813637434695,0.8400079005581915 -885,0.5,0.15372517456988796,0.0,0.1968937062572135,0.15372517456988796,0.0,0.19793079925820725,0.15372517456988796,0.0,0.18066178704798924,0.15372517456988796,0.0,0.13097070917603731,0.15372517456988796,0.0,0.6121229382496827,0.15372517456988796,0.0,0.8806199198345543,0.15372517456988796,0.0,0.8314650923568125,0.15372517456988796,0.0,0.926359720381682,0.5,0.15372517456988796,0.0,0.619751084998874,0.15372517456988796,0.0,0.07166700522714242,0.5,0.15372517456988796,0.0,0.3019831189639687,0.15372517456988796,0.0,0.17188653975710302,0.15372517456988796,0.0,0.2524883080811226,0.15372517456988796,0.0,0.33912066560631793,0.15372517456988796,0.0,0.3199153937260565,0.15372517456988796,0.0,0.5653152406998301,0.15372517456988796,0.0,0.19886807637170273,0.5,0.15372517456988796,0.0,0.10773713608926533,0.0,0.15542911656342437,0.7996729047808366 -886,0.5,0.15372517456988796,0.0,0.19184507064589096,0.15372517456988796,0.0,0.2318424326352648,0.15372517456988796,0.0,0.19667819745420795,0.15372517456988796,0.0,0.15342153554830032,0.15372517456988796,0.0,0.769305536540346,0.15372517456988796,0.0,0.9804786145539841,0.15372517456988796,0.0,0.9397179011556994,0.15372517456988796,0.0,0.948867164372426,0.5,0.15372517456988796,0.0,0.6197903038421237,0.15372517456988796,0.0,0.08724920095808722,0.5,0.15372517456988796,0.0,0.4160540839703108,0.15372517456988796,0.0,0.17374542572952364,0.15372517456988796,0.0,0.2496360768097497,0.15372517456988796,0.0,0.43785729595817147,0.15372517456988796,0.0,0.36978599741957047,0.15372517456988796,0.0,0.6803500541325468,0.15372517456988796,0.0,0.2727142136606172,0.5,0.15372517456988796,0.0,0.10279230528930206,0.0,0.16842346960871377,0.8378213204958469 -887,0.5,0.15372517456988796,0.0,0.20553033577176674,0.15372517456988796,0.0,0.28975385228607314,0.15372517456988796,0.0,0.2086255206936316,0.15372517456988796,0.0,0.15713699483873006,0.15372517456988796,0.0,0.9276074219049683,0.15372517456988796,0.0,1.0097742240769145,0.15372517456988796,0.0,0.9852523967658084,0.15372517456988796,0.0,0.9591736516194276,0.5,0.15372517456988796,0.0,0.6602308647165234,0.15372517456988796,0.0,0.09924215910830002,0.5,0.15372517456988796,0.0,0.3933967389493922,0.15372517456988796,0.0,0.18677994655395233,0.15372517456988796,0.0,0.291996734701521,0.15372517456988796,0.0,0.5537085119331637,0.15372517456988796,0.0,0.4525038846810401,0.15372517456988796,0.0,0.763929203580098,0.15372517456988796,0.0,0.32691969386658676,0.5,0.15372517456988796,0.0,0.1147094049125503,0.0,0.19075126147176752,0.9622098071965564 -888,0.5,0.15372517456988796,0.0,0.2313302842000027,0.15372517456988796,0.0,0.3562236717551365,0.15372517456988796,0.0,0.24451763523600076,0.15372517456988796,0.0,0.1795554568946944,0.15372517456988796,0.0,0.9846452490874252,0.15372517456988796,0.0,1.0132345596757937,0.15372517456988796,0.0,1.020325085738575,0.15372517456988796,0.0,0.9753121097305506,0.5,0.15372517456988796,0.0,0.7161204140333941,0.15372517456988796,0.0,0.08883435787845567,0.5,0.15372517456988796,0.0,0.2423244839573692,0.15372517456988796,0.0,0.18641421967060168,0.15372517456988796,0.0,0.34495461792230686,0.15372517456988796,0.0,0.7034931920683747,0.15372517456988796,0.0,0.5396772977474713,0.15372517456988796,0.0,0.8371590784581787,0.15372517456988796,0.0,0.30932996424548975,0.5,0.15372517456988796,0.0,0.12104502224231861,0.0,0.25778511839552004,0.9943347423013502 -889,0.5,0.15372517456988796,0.0,0.250286170800632,0.15372517456988796,0.0,0.4177623587923399,0.15372517456988796,0.0,0.2700162678412576,0.15372517456988796,0.0,0.21980311277294853,0.15372517456988796,0.0,0.9932408500148329,0.15372517456988796,0.0,1.0145250094205096,0.15372517456988796,0.0,1.0214302736480918,0.15372517456988796,0.0,0.9622367940516334,0.5,0.15372517456988796,0.0,0.7437782545252266,0.15372517456988796,0.0,0.07357114747855142,0.5,0.15372517456988796,0.0,0.22954178559756525,0.15372517456988796,0.0,0.2110029075870072,0.15372517456988796,0.0,0.41816625120141443,0.15372517456988796,0.0,0.822709523017068,0.15372517456988796,0.0,0.661855515714666,0.15372517456988796,0.0,0.915668477195178,0.15372517456988796,0.0,0.2949043096835536,0.5,0.15372517456988796,0.0,0.07980445382102268,0.0,0.3339586344067756,0.9948565256148293 -890,0.5,0.15372517456988796,0.0,0.2753267194244988,0.15372517456988796,0.0,0.6971940795601094,0.15372517456988796,0.0,0.3409083778413294,0.15372517456988796,0.0,0.23658829857986466,0.15372517456988796,0.0,0.9860356339716067,0.15372517456988796,0.0,0.9941180189264924,0.15372517456988796,0.0,1.0217160679744262,0.15372517456988796,0.0,0.9089017288550457,0.5,0.15372517456988796,0.0,0.7259681882579863,0.15372517456988796,0.0,0.052343149403211275,0.5,0.15372517456988796,0.0,0.3194802600550953,0.15372517456988796,0.0,0.23348933803583133,0.15372517456988796,0.0,0.5953864404946057,0.15372517456988796,0.0,0.8603291709585578,0.15372517456988796,0.0,0.8109960708220084,0.15372517456988796,0.0,0.9514631152745804,0.15372517456988796,0.0,0.29972302357499286,0.5,0.15372517456988796,0.0,0.038307247581749776,0.0,0.4025469600335907,0.9869053788692944 -891,0.5,0.15372517456988796,0.0,0.3295158522984524,0.15372517456988796,0.0,0.8448979595662549,0.15372517456988796,0.0,0.5215857261478356,0.15372517456988796,0.0,0.2474354327066219,0.15372517456988796,0.0,0.9751948774487599,0.15372517456988796,0.0,0.9511508115557968,0.15372517456988796,0.0,1.0215604856934926,0.15372517456988796,0.0,0.8313939125936336,0.5,0.15372517456988796,0.0,0.753393798445972,0.15372517456988796,0.0,0.0872378719087777,0.5,0.15372517456988796,0.0,0.2946630147817699,0.15372517456988796,0.0,0.3163818135965611,0.15372517456988796,0.0,0.738379161493853,0.15372517456988796,0.0,0.8567056884183936,0.15372517456988796,0.0,0.8983725100592697,0.15372517456988796,0.0,0.9308430359998594,0.15372517456988796,0.0,0.306843392624116,0.5,0.15372517456988796,0.0,0.03065394268685847,0.0,0.5274739221618509,0.9471711014776008 -892,0.5,0.15372517456988796,0.0,0.4246341644572502,0.15372517456988796,0.0,0.8490717948564173,0.15372517456988796,0.0,0.7529187519229383,0.15372517456988796,0.0,0.2967584463969674,0.15372517456988796,0.0,0.9315350522923733,0.15372517456988796,0.0,0.9316453181873204,0.15372517456988796,0.0,1.0179078817647431,0.15372517456988796,0.0,0.7592782323690761,0.5,0.15372517456988796,0.0,0.8759437196963693,0.15372517456988796,0.0,0.07244084629168467,0.5,0.15372517456988796,0.0,0.5124011480142465,0.15372517456988796,0.0,0.3572614530953297,0.15372517456988796,0.0,0.8353460101760499,0.15372517456988796,0.0,0.8244131066603713,0.15372517456988796,0.0,0.9208712081650554,0.15372517456988796,0.0,0.950381500014904,0.15372517456988796,0.0,0.28899021216861553,0.5,0.15372517456988796,0.0,0.02467816631136599,0.0,0.6844482837470074,0.9449902057757439 -893,0.5,0.15372517456988796,0.0,0.5554949898688778,0.15372517456988796,0.0,0.8036342217226333,0.15372517456988796,0.0,0.8161165143678639,0.15372517456988796,0.0,0.3962199451574757,0.15372517456988796,0.0,0.9218221895497628,0.15372517456988796,0.0,0.863338842881892,0.15372517456988796,0.0,1.005874174840558,0.15372517456988796,0.0,0.7171510239849568,0.5,0.15372517456988796,0.0,0.9133459439154797,0.15372517456988796,0.0,0.04201788639374825,0.5,0.15372517456988796,0.0,0.7441212953878711,0.15372517456988796,0.0,0.4652354339202465,0.15372517456988796,0.0,0.8372660677049568,0.15372517456988796,0.0,0.7515607485916469,0.15372517456988796,0.0,0.8986026874545204,0.15372517456988796,0.0,0.9783130603475636,0.15372517456988796,0.0,0.35695855856764835,0.5,0.15372517456988796,0.0,0.04821069997687587,0.0,0.8287594318263334,0.9718002031232704 -894,0.5,0.15372517456988796,0.0,0.648427974105986,0.15372517456988796,0.0,0.7109804153343661,0.15372517456988796,0.0,0.8508050257158416,0.15372517456988796,0.0,0.4855221931719889,0.15372517456988796,0.0,0.950646155020344,0.15372517456988796,0.0,0.8752024329661436,0.15372517456988796,0.0,0.9384612177314922,0.15372517456988796,0.0,0.8703438201623712,0.5,0.15372517456988796,0.0,0.9600181943493149,0.15372517456988796,0.0,0.029016499888807078,0.5,0.15372517456988796,0.0,0.8877516300327732,0.15372517456988796,0.0,0.5063529346526072,0.15372517456988796,0.0,0.7927032794602749,0.15372517456988796,0.0,0.7406604434039061,0.15372517456988796,0.0,0.9018757643434829,0.15372517456988796,0.0,0.9119610995930512,0.15372517456988796,0.0,0.41220173456727854,0.5,0.15372517456988796,0.0,0.03150311659123367,0.0,0.9157755841455588,0.9930261353928764 -895,0.5,0.15372517456988796,0.0,0.6934800132913932,0.15372517456988796,0.0,0.6821733318852766,0.15372517456988796,0.0,0.8874934504751549,0.15372517456988796,0.0,0.5747326131485186,0.15372517456988796,0.0,0.9294180251520341,0.15372517456988796,0.0,1.0024232412698537,0.15372517456988796,0.0,0.9029328945321783,0.15372517456988796,0.0,0.9970657674380654,0.5,0.15372517456988796,0.0,1.0001188297580212,0.15372517456988796,0.0,0.043190245363050356,0.5,0.15372517456988796,0.0,0.8455759051779517,0.15372517456988796,0.0,0.6241046702466966,0.15372517456988796,0.0,0.759817886884369,0.15372517456988796,0.0,0.7804107500191082,0.15372517456988796,0.0,0.861403724469455,0.15372517456988796,0.0,0.902145815697886,0.15372517456988796,0.0,0.4564434884654793,0.5,0.15372517456988796,0.0,0.015493423583342575,0.0,0.9495015994424045,1.0018950157417184 -896,0.5,0.15372517456988796,0.0,0.7292837281553614,0.15372517456988796,0.0,0.6772255623121829,0.15372517456988796,0.0,0.8969853729665939,0.15372517456988796,0.0,0.6553462707938926,0.15372517456988796,0.0,0.9884766694288062,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9592498232435486,0.15372517456988796,0.0,1.0212932931139436,0.5,0.15372517456988796,0.0,1.0212643807941748,0.15372517456988796,0.0,0.05565124376205196,0.5,0.15372517456988796,0.0,0.8819515633983678,0.15372517456988796,0.0,0.6566836434225997,0.15372517456988796,0.0,0.7417668238278726,0.15372517456988796,0.0,0.7942161777680916,0.15372517456988796,0.0,0.8202153058206753,0.15372517456988796,0.0,0.9852841025561524,0.15372517456988796,0.0,0.5380361476599541,0.5,0.15372517456988796,0.0,0.035080752576122434,0.0,0.9361190343626599,1.0099206534120584 -897,0.5,0.15372517456988796,0.0025758352132642303,0.7063392443574598,0.15372517456988796,0.0011646414683578418,0.6747315077537748,0.15372517456988796,0.00756209785605612,0.8239259454834289,0.15372517456988796,0.005921658060550995,0.6529482885413905,0.15372517456988796,0.0007373659365543473,1.0217391304347827,0.15372517456988796,0.0006613198515665095,1.021739130434783,0.15372517456988796,0.0016411772211401483,1.0165816845556328,0.15372517456988796,0.0021065484324159665,1.0214795949840376,0.5,0.15372517456988796,0.001630856631790016,1.0217391304347825,0.15372517456988796,0.015016721819141132,0.054157928398170824,0.5,0.15372517456988796,0.002601531453967197,1.0048087636204086,0.15372517456988796,0.00856368672999569,0.7419180461492455,0.15372517456988796,0.00035136828464734217,0.6533267106949245,0.15372517456988796,0.0016548700338754963,0.8829369804030321,0.15372517456988796,0.004739577707171427,0.8752202345840774,0.15372517456988796,0.0014490877747312455,1.0210430942667572,0.15372517456988796,0.005776910905896264,0.6040710476274235,0.5,0.15372517456988796,0.02309012014298985,0.04824061004224005,0.0,0.9298334804544635,1.009148476010661 -898,0.5,0.15372517456988796,0.018251572007915624,0.6306421097024006,0.15372517456988796,0.051681631902479507,0.8576545353880084,0.15372517456988796,0.044290813050683484,0.8514744335512885,0.15372517456988796,0.033178103944558265,0.6595837171177819,0.15372517456988796,0.007185508367661701,1.0217391304347827,0.15372517456988796,0.0071386210391792245,1.021739130434783,0.15372517456988796,0.020021458626026743,1.0217391304347827,0.15372517456988796,0.027534971137505287,1.0217391304347825,0.5,0.15372517456988796,0.021689339185444568,1.0217391304347825,0.15372517456988796,0.05765316377578289,0.27507978635524977,0.5,0.15372517456988796,0.01088326132747221,1.0217100777622368,0.15372517456988796,0.043964381023648566,0.864562571881966,0.15372517456988796,0.009431321114918362,0.7836540333863835,0.15372517456988796,0.015198124422098934,0.96120688868919,0.15372517456988796,0.041932390114232096,0.9656333373366428,0.15372517456988796,0.015461517056590513,1.021739130434783,0.15372517456988796,0.022526411721806187,0.7464757407570026,0.5,0.15372517456988796,0.09020213942347854,0.04585359360029777,0.0,0.8355154174168881,1.010458489015648 -899,0.5,0.15372517456988796,0.06528799241178079,0.588683557269536,0.15372517456988796,0.07229555252061858,1.0134250178348052,0.15372517456988796,0.0570609022157223,0.9692047274226341,0.15372517456988796,0.0867072393624497,0.6838672929697177,0.15372517456988796,0.037524442514841556,1.0217391304347827,0.15372517456988796,0.016741815607346503,1.021739130434783,0.15372517456988796,0.07933023726799379,1.0217391304347827,0.15372517456988796,0.08295227505409833,1.0217391304347825,0.5,0.15372517456988796,0.048846987836681205,1.0217391304347825,0.15372517456988796,0.10665542983464675,0.5478225178232654,0.5,0.15372517456988796,0.03555810380600554,1.0217391304347827,0.15372517456988796,0.09300743717239163,0.937506364092909,0.15372517456988796,0.041043487895212706,0.8787976424071213,0.15372517456988796,0.02515679422432955,1.0051739049267034,0.15372517456988796,0.054851046357328195,1.0180110254237724,0.15372517456988796,0.0333855305284677,1.021739130434783,0.15372517456988796,0.03999914914210834,0.8649411772072307,0.5,0.15372517456988796,0.14388135987298592,0.150656971552039,0.0,0.7282992355007589,1.0107589151036964 -900,0.5,0.15372517456988796,0.14211685644518957,0.7273481883147328,0.15372517456988796,0.047502338792090655,1.021739130434783,0.15372517456988796,0.05389154007398084,1.0217391304347827,0.15372517456988796,0.11690071705648267,0.7879285675856624,0.15372517456988796,0.04216374713842982,1.0217391304347827,0.15372517456988796,0.01733209382477552,1.021739130434783,0.15372517456988796,0.06858196616805912,1.0217391304347827,0.15372517456988796,0.11652886991714209,1.0217391304347825,0.5,0.15372517456988796,0.0926736087318152,1.0217391304347825,0.15372517456988796,0.15591551804508322,0.7205515679737003,0.5,0.15372517456988796,0.0986115995391835,1.0217391304347827,0.15372517456988796,0.12625114046025881,0.9667228271916543,0.15372517456988796,0.039696090313031,0.9577757304152881,0.15372517456988796,0.03522760828023718,1.013429789271494,0.15372517456988796,0.0698510389296745,1.0217391304347827,0.15372517456988796,0.07671153537892333,1.021739130434783,0.15372517456988796,0.06760416180699952,0.9698334796653086,0.5,0.15372517456988796,0.17697961680205848,0.6139351375072144,0.0,0.5895830350851754,1.0103454957297378 -901,0.5,0.15372517456988796,0.16257884369663875,0.9091402887830528,0.15372517456988796,0.07764837793454744,1.021739130434783,0.15372517456988796,0.08779113201506285,1.0217391304347827,0.15372517456988796,0.11965371156788801,0.8835109187314292,0.15372517456988796,0.03310297340160293,1.0217391304347827,0.15372517456988796,0.024247589777210744,1.021739130434783,0.15372517456988796,0.08578610993299512,1.0217391304347827,0.15372517456988796,0.15962883541642234,1.0217391304347825,0.5,0.15372517456988796,0.12372990273435686,1.0217391304347825,0.15372517456988796,0.21649978419973434,0.8434002061160458,0.5,0.15372517456988796,0.06739430546149096,1.021528730649134,0.15372517456988796,0.13931306771158553,0.9400293842413239,0.15372517456988796,0.024044419658682935,0.9923089612264242,0.15372517456988796,0.03721165951743936,1.0132884174183594,0.15372517456988796,0.05495055584311075,1.0217391304347827,0.15372517456988796,0.09970996653632498,1.021739130434783,0.15372517456988796,0.07792019623581566,1.002385972817213,0.5,0.15372517456988796,0.17759418446557426,0.9052925645807943,0.0,0.7758110987989918,0.9990627166310962 -902,0.5,0.15372517456988796,0.07854694004904313,0.9649151618026359,0.15372517456988796,0.03119607878970674,1.021739130434783,0.15372517456988796,0.13781624714119914,1.0217391304347827,0.15372517456988796,0.08653755523036667,0.9554090297170102,0.15372517456988796,0.027872423497294647,1.0217391304347827,0.15372517456988796,0.051598011497670605,1.021739130434783,0.15372517456988796,0.07951990424114896,1.0217391304347827,0.15372517456988796,0.11460129912181116,1.0217391304347825,0.5,0.15372517456988796,0.11880755580486255,1.0216014196710588,0.15372517456988796,0.23075341987393852,0.7863504910962142,0.5,0.15372517456988796,0.06977575701465931,1.0204457329120562,0.15372517456988796,0.13461462865554555,0.8697739973754472,0.15372517456988796,0.019622274647982538,1.003046511141949,0.15372517456988796,0.030272270405809036,1.011428646423336,0.15372517456988796,0.05248401676289665,1.0217391304347827,0.15372517456988796,0.1052453405502796,1.021739130434783,0.15372517456988796,0.0672698477262422,0.9968702667114517,0.5,0.15372517456988796,0.14706177959413777,0.8850820609997367,0.0,0.7665116169778793,1.0016217564005798 -903,0.5,0.15372517456988796,0.032582407141651414,1.0017574817394734,0.15372517456988796,0.011325367978912211,1.021739130434783,0.15372517456988796,0.07894373448814829,1.0217391304347827,0.15372517456988796,0.0577422828408552,0.963400655667962,0.15372517456988796,0.03464674210937503,1.0217391304347827,0.15372517456988796,0.063700256346363,1.021739130434783,0.15372517456988796,0.07649050192919005,1.0217391304347827,0.15372517456988796,0.08146744198828956,1.0196076607980173,0.5,0.15372517456988796,0.06990626786095624,1.0127556952090075,0.15372517456988796,0.21593985028663118,0.6519033344505611,0.5,0.15372517456988796,0.07700393610293645,1.017928695519673,0.15372517456988796,0.10632884174250207,0.775513649435639,0.15372517456988796,0.0174413048494779,1.000478424338317,0.15372517456988796,0.014266125935806824,1.0119406839584704,0.15372517456988796,0.04754621032125042,1.0217391304347827,0.15372517456988796,0.0887128451684617,1.021739130434783,0.15372517456988796,0.0734694019799024,0.9910365583865395,0.5,0.15372517456988796,0.09439679003684173,0.801257669622412,0.0,0.8322849648955731,1.0114391641388607 -904,0.5,0.15372517456988796,0.020162805061837354,1.01459017966316,0.15372517456988796,0.004596759448048598,1.021739130434783,0.15372517456988796,0.04020530212079222,1.0217391304347827,0.15372517456988796,0.03091817494629058,0.9912990383496126,0.15372517456988796,0.023286174488244115,1.0217391304347827,0.15372517456988796,0.05310145627277585,1.013543963266605,0.15372517456988796,0.04206381039767658,1.0217157092437628,0.15372517456988796,0.07985430735800615,0.9622300631522428,0.5,0.15372517456988796,0.036320926390640794,0.9216345471075725,0.15372517456988796,0.10645736355987033,0.465214503729417,0.5,0.15372517456988796,0.04135733122176192,1.0101010449793844,0.15372517456988796,0.06908565976028279,0.637785784307458,0.15372517456988796,0.009054244417106647,0.994777641762331,0.15372517456988796,0.008080589196876294,1.0132930235298707,0.15372517456988796,0.026665311222866354,1.0217391304347827,0.15372517456988796,0.05017559273640023,1.021739130434783,0.15372517456988796,0.038985245273892306,0.9939417798585706,0.5,0.15372517456988796,0.05626386840462215,0.6983264546958174,0.0,0.9096719697976872,1.0114391641388607 -905,0.5,0.15372517456988796,0.00010306582845730646,1.016859714751682,0.15372517456988796,0.0007835951425345185,1.021739130434783,0.15372517456988796,0.00031400924897870904,1.0217341157119928,0.15372517456988796,0.0,1.00217168612361,0.15372517456988796,0.0061828779983271005,1.0217391304347827,0.15372517456988796,0.04553392157820539,0.9401896494218455,0.15372517456988796,0.013006940020814017,1.0188024536076634,0.15372517456988796,0.04143289226670041,0.8208181236452456,0.5,0.15372517456988796,0.012228421099116286,0.7388659557247566,0.15372517456988796,0.02772815773161259,0.2766381825208392,0.5,0.15372517456988796,0.008297200816524467,0.9675566098934266,0.15372517456988796,0.020348976776555117,0.5124461535087672,0.15372517456988796,0.00020936632748464558,0.979057813527348,0.15372517456988796,0.0015541852951887407,1.0142603982506133,0.15372517456988796,0.0024203858210630315,1.0217391304347827,0.15372517456988796,0.012214013986324681,1.0147561853702602,0.15372517456988796,0.005321506729756712,0.961012919202303,0.5,0.15372517456988796,0.0075609038417768296,0.5051363375284312,0.0,0.9625134869251979,1.0114391641388607 -906,0.5,0.15372517456988796,0.0,1.0185534042072906,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0215810076583927,0.15372517456988796,0.0,1.0039705050971932,0.15372517456988796,0.0,1.018668296622855,0.15372517456988796,0.0,0.7574630859878944,0.15372517456988796,0.0,0.9903865815656918,0.15372517456988796,0.0,0.6478674109764153,0.5,0.15372517456988796,0.0,0.5331703181267952,0.15372517456988796,0.0,0.16399806502294653,0.5,0.15372517456988796,0.0,0.8529384615628799,0.15372517456988796,0.0,0.3547248015325829,0.15372517456988796,0.0,0.9993332542941891,0.15372517456988796,0.0,1.013668425807008,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9784390275143268,0.15372517456988796,0.0,0.8936985165714245,0.5,0.15372517456988796,0.0,0.35599738698966354,0.0,0.9825032067988861,1.0114366732775457 -907,0.5,0.15372517456988796,0.0,1.0191035753039173,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0182787120647534,0.15372517456988796,0.0,1.0013124527683304,0.15372517456988796,0.0,0.9646458008237997,0.15372517456988796,0.0,0.6122121514535093,0.15372517456988796,0.0,0.9057731400839337,0.15372517456988796,0.0,0.5150664375641395,0.5,0.15372517456988796,0.0,0.3889613475937783,0.15372517456988796,0.0,0.10495267067809456,0.5,0.15372517456988796,0.0,0.6970345625500688,0.15372517456988796,0.0,0.25916037214821225,0.15372517456988796,0.0,1.0121399801568987,0.15372517456988796,0.0,1.0088895976217669,0.15372517456988796,0.0,1.0200860557137816,0.15372517456988796,0.0,0.884749338372959,0.15372517456988796,0.0,0.7802517018093318,0.5,0.15372517456988796,0.0,0.24431315104398796,0.0,0.998369562300004,1.0113207811377236 -908,0.5,0.15372517456988796,0.0,1.0186966331840488,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0008445061481082,0.15372517456988796,0.0,0.9858087297158394,0.15372517456988796,0.0,0.802585865114978,0.15372517456988796,0.0,0.5972459780814903,0.15372517456988796,0.0,0.7990735896828763,0.15372517456988796,0.0,0.4227222125241955,0.5,0.15372517456988796,0.0,0.2936223658354277,0.15372517456988796,0.0,0.08117643156139155,0.5,0.15372517456988796,0.0,0.37745344654338336,0.15372517456988796,0.0,0.20617015383634824,0.15372517456988796,0.0,1.0119627850219226,0.15372517456988796,0.0,0.9809007835773208,0.15372517456988796,0.0,1.0084447085076698,0.15372517456988796,0.0,0.7642161494202191,0.15372517456988796,0.0,0.615399596974564,0.5,0.15372517456988796,0.0,0.151535944507578,0.0,1.0094695088010341,1.0102271378707564 -909,0.5,0.15372517456988796,0.0,1.0104772084037312,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9279249971389477,0.15372517456988796,0.0,0.9445584731295082,0.15372517456988796,0.0,0.6436297771065951,0.15372517456988796,0.0,0.6123168862032715,0.15372517456988796,0.0,0.7476407173050953,0.15372517456988796,0.0,0.3008414118401518,0.5,0.15372517456988796,0.0,0.28337837196458165,0.15372517456988796,0.0,0.0598767400071988,0.5,0.15372517456988796,0.0,0.2082767212224033,0.15372517456988796,0.0,0.12519366177648594,0.15372517456988796,0.0,1.007561948020967,0.15372517456988796,0.0,0.8637709271984167,0.15372517456988796,0.0,0.9474455200671653,0.15372517456988796,0.0,0.6027913367916236,0.15372517456988796,0.0,0.42403231711234207,0.5,0.15372517456988796,0.0,0.11997696063640471,0.0,1.010281039199311,1.0060007698155449 -910,0.5,0.15372517456988796,0.0,0.988391048073978,0.15372517456988796,0.0,1.0039109581365924,0.15372517456988796,0.0,0.7825275865974687,0.15372517456988796,0.0,0.8693777231898265,0.15372517456988796,0.0,0.725954176114618,0.15372517456988796,0.0,0.512379207834743,0.15372517456988796,0.0,0.7215665753926115,0.15372517456988796,0.0,0.23411993408874165,0.5,0.15372517456988796,0.0,0.2713202133476615,0.15372517456988796,0.0,0.040477192728774744,0.5,0.15372517456988796,0.0,0.17778956464795626,0.15372517456988796,0.0,0.10686147790517943,0.15372517456988796,0.0,0.9870657217681786,0.15372517456988796,0.0,0.6803525544711849,0.15372517456988796,0.0,0.8262333104496922,0.15372517456988796,0.0,0.4708362258294745,0.15372517456988796,0.0,0.2884381926775706,0.5,0.15372517456988796,0.0,0.09015906508209989,0.0,1.0100269962991224,0.9846232392333961 -911,0.5,0.15372517456988796,0.0,0.9293712178012501,0.15372517456988796,0.0,0.8863607925954152,0.15372517456988796,0.0,0.6378931382800407,0.15372517456988796,0.0,0.7476739671189445,0.15372517456988796,0.0,0.8079097854178198,0.15372517456988796,0.0,0.3755869886322526,0.15372517456988796,0.0,0.5675180400417574,0.15372517456988796,0.0,0.22643025959215396,0.5,0.15372517456988796,0.0,0.28624575241622646,0.15372517456988796,0.0,0.035041627016544966,0.5,0.15372517456988796,0.0,0.18363332643778066,0.15372517456988796,0.0,0.13327985761451308,0.15372517456988796,0.0,0.9209961173254197,0.15372517456988796,0.0,0.5984333546394405,0.15372517456988796,0.0,0.7301365901894855,0.15372517456988796,0.0,0.35503213657680344,0.15372517456988796,0.0,0.21317448685077875,0.5,0.15372517456988796,0.0,0.055347141562828134,0.0,1.0091899348833666,0.9497518143439018 -912,0.5,0.15372517456988796,0.0,0.8540593976566001,0.15372517456988796,0.0,0.6875820715621728,0.15372517456988796,0.0,0.49277378704350966,0.15372517456988796,0.0,0.5797276047060963,0.15372517456988796,0.0,0.6864996875057425,0.15372517456988796,0.0,0.29679693693377784,0.15372517456988796,0.0,0.42253430146904447,0.15372517456988796,0.0,0.2996496732320975,0.5,0.15372517456988796,0.0,0.3326664157497655,0.15372517456988796,0.0,0.03792185050805679,0.5,0.15372517456988796,0.0,0.20390373990124755,0.15372517456988796,0.0,0.1587081437639662,0.15372517456988796,0.0,0.817887026182628,0.15372517456988796,0.0,0.6546354920314843,0.15372517456988796,0.0,0.7588678292104961,0.15372517456988796,0.0,0.33084370668519025,0.15372517456988796,0.0,0.2059581128155866,0.5,0.15372517456988796,0.0,0.03896891683790196,0.0,1.0085173234240175,0.9433016485587734 -913,0.5,0.15372517456988796,0.0,0.7708051484729901,0.15372517456988796,0.0,0.6864246819134495,0.15372517456988796,0.0,0.36545656365669077,0.15372517456988796,0.0,0.4430809383282337,0.15372517456988796,0.0,0.4189539147366933,0.15372517456988796,0.0,0.40437723463406483,0.15372517456988796,0.0,0.333894096433211,0.15372517456988796,0.0,0.3955956011547522,0.5,0.15372517456988796,0.0,0.3901914225743117,0.15372517456988796,0.0,0.04474047849481337,0.5,0.15372517456988796,0.0,0.2631997912848509,0.15372517456988796,0.0,0.18255578736272765,0.15372517456988796,0.0,0.7215899363799946,0.15372517456988796,0.0,0.6577077034408262,0.15372517456988796,0.0,0.6685868565283322,0.15372517456988796,0.0,0.3789772154476181,0.15372517456988796,0.0,0.23556355882776647,0.5,0.15372517456988796,0.0,0.03969687901159759,0.0,1.005265588303376,0.9019686571146901 -914,0.5,0.15372517456988796,0.0,0.6403230932864385,0.15372517456988796,0.0,0.8613624582246312,0.15372517456988796,0.0,0.27438743136438437,0.15372517456988796,0.0,0.3511829171598206,0.15372517456988796,0.0,0.39663618959911573,0.15372517456988796,0.0,0.5566633042441104,0.15372517456988796,0.0,0.37425169513635237,0.15372517456988796,0.0,0.45098548095220475,0.5,0.15372517456988796,0.0,0.4330887149818654,0.15372517456988796,0.0,0.04593943567065048,0.5,0.15372517456988796,0.0,0.2634509736566117,0.15372517456988796,0.0,0.19143420254799257,0.15372517456988796,0.0,0.7055066535550265,0.15372517456988796,0.0,0.4954128721585067,0.15372517456988796,0.0,0.47274122471918933,0.15372517456988796,0.0,0.4602870370527402,0.15372517456988796,0.0,0.27393805786079495,0.5,0.15372517456988796,0.0,0.0550010900422359,0.0,0.9870576275281293,0.8374886385256073 -915,0.5,0.15372517456988796,0.0,0.5009393588874419,0.15372517456988796,0.0,0.5884668597577132,0.15372517456988796,0.0,0.23407865966126346,0.15372517456988796,0.0,0.268853254182788,0.15372517456988796,0.0,0.5382146251864375,0.15372517456988796,0.0,0.6438029956240191,0.15372517456988796,0.0,0.5303500239304694,0.15372517456988796,0.0,0.577229110474201,0.5,0.15372517456988796,0.0,0.45015608374866706,0.15372517456988796,0.0,0.03572653685354166,0.5,0.15372517456988796,0.0,0.19900759619793967,0.15372517456988796,0.0,0.18927487911069774,0.15372517456988796,0.0,0.6616299475274536,0.15372517456988796,0.0,0.448481236993933,0.15372517456988796,0.0,0.3149050445507011,0.15372517456988796,0.0,0.5139796684468946,0.15372517456988796,0.0,0.2462643425894394,0.5,0.15372517456988796,0.0,0.05606345881925515,0.0,0.9700668566925424,0.9701119083356396 -916,0.5,0.15372517456988796,0.0,0.36501816160654454,0.15372517456988796,0.0,0.39626809083111775,0.15372517456988796,0.0,0.22772572703276545,0.15372517456988796,0.0,0.20967697746630484,0.15372517456988796,0.0,0.6865234027825053,0.15372517456988796,0.0,0.7412394661057649,0.15372517456988796,0.0,0.6636252147281908,0.15372517456988796,0.0,0.6751587492989453,0.5,0.15372517456988796,0.0,0.512341691038289,0.15372517456988796,0.0,0.031639931492437524,0.5,0.15372517456988796,0.0,0.19825595801526705,0.15372517456988796,0.0,0.15575244248452494,0.15372517456988796,0.0,0.5779755828291315,0.15372517456988796,0.0,0.4612766313683226,0.15372517456988796,0.0,0.24759925565506327,0.15372517456988796,0.0,0.5881728913640053,0.15372517456988796,0.0,0.20333343384070438,0.5,0.15372517456988796,0.0,0.03987366738426876,0.0,0.8980368477950618,1.0003872706126784 -917,0.5,0.15372517456988796,0.0,0.33152016442093,0.15372517456988796,0.0,0.21956225262699566,0.15372517456988796,0.0,0.2450426465982983,0.15372517456988796,0.0,0.17319064909091275,0.15372517456988796,0.0,0.7809053948521841,0.15372517456988796,0.0,0.8561455147616159,0.15372517456988796,0.0,0.776345742756134,0.15372517456988796,0.0,0.7464331406714136,0.5,0.15372517456988796,0.0,0.571232762564336,0.15372517456988796,0.0,0.019010782942506726,0.5,0.15372517456988796,0.0,0.24818183914969155,0.15372517456988796,0.0,0.12846819495304446,0.15372517456988796,0.0,0.4433375243170063,0.15372517456988796,0.0,0.5514400199587135,0.15372517456988796,0.0,0.2962209868428697,0.15372517456988796,0.0,0.6427047730593851,0.15372517456988796,0.0,0.18434737440911955,0.5,0.15372517456988796,0.0,0.027004020491524394,0.0,0.8041930614729194,1.008112199799121 -918,0.5,0.15372517456988796,0.0,0.3120230972292336,0.15372517456988796,0.0,0.2335359085987311,0.15372517456988796,0.0,0.2670120081224647,0.15372517456988796,0.0,0.15004130496280133,0.15372517456988796,0.0,0.8418223954738454,0.15372517456988796,0.0,0.9183214812539279,0.15372517456988796,0.0,0.8449328236774077,0.15372517456988796,0.0,0.7946016698333798,0.5,0.15372517456988796,0.0,0.610615872142181,0.15372517456988796,0.0,0.01741000154976835,0.5,0.15372517456988796,0.0,0.2570755083350069,0.15372517456988796,0.0,0.12976128180855281,0.15372517456988796,0.0,0.4435120146263653,0.15372517456988796,0.0,0.673472600799965,0.15372517456988796,0.0,0.4060086569010592,0.15372517456988796,0.0,0.7105310065200829,0.15372517456988796,0.0,0.18529937489104154,0.5,0.15372517456988796,0.0,0.016889247275483823,0.0,0.8683794928229039,1.0093240367279006 -919,0.5,0.15372517456988796,0.0,0.2794551000270784,0.15372517456988796,0.0,0.3846352842533644,0.15372517456988796,0.0,0.2977592362543512,0.15372517456988796,0.0,0.1444534349385005,0.15372517456988796,0.0,0.9076683611027616,0.15372517456988796,0.0,0.9669034101061991,0.15372517456988796,0.0,0.9344409927352572,0.15372517456988796,0.0,0.8535996877904418,0.5,0.15372517456988796,0.0,0.6493783299497841,0.15372517456988796,0.0,0.03285856324690406,0.5,0.15372517456988796,0.0,0.2306575426278399,0.15372517456988796,0.0,0.1443762256694731,0.15372517456988796,0.0,0.5539336200519692,0.15372517456988796,0.0,0.7718843435654159,0.15372517456988796,0.0,0.46741445425203326,0.15372517456988796,0.0,0.7868679876031069,0.15372517456988796,0.0,0.19181916702011356,0.5,0.15372517456988796,0.0,0.016438280840429188,0.0,0.734312321556962,1.010291957448565 -920,0.5,0.15372517456988796,0.0,0.26699169692563207,0.15372517456988796,0.0,0.5744289536060988,0.15372517456988796,0.0,0.3387709185779165,0.15372517456988796,0.0,0.15895269368433826,0.15372517456988796,0.0,0.9482448021977592,0.15372517456988796,0.0,1.003065003535966,0.15372517456988796,0.0,0.9463277553915297,0.15372517456988796,0.0,0.899017092154371,0.5,0.15372517456988796,0.0,0.6832844753270675,0.15372517456988796,0.0,0.04475890498863807,0.5,0.15372517456988796,0.0,0.2760807728572823,0.15372517456988796,0.0,0.1598266257471376,0.15372517456988796,0.0,0.6958818831124814,0.15372517456988796,0.0,0.838854823254278,0.15372517456988796,0.0,0.55360281122697,0.15372517456988796,0.0,0.7954174630111835,0.15372517456988796,0.0,0.20022916655741607,0.5,0.15372517456988796,0.0,0.02637780509304557,0.0,0.6408103494169307,1.0105201645472406 -921,0.5,0.15372517456988796,0.019667048349108315,0.3062670714919883,0.15372517456988796,0.013800827807668236,0.6719134721368887,0.15372517456988796,0.04726247881064665,0.40433085929889345,0.15372517456988796,0.03293539291250072,0.19091254516327147,0.15372517456988796,0.0049265125682851265,0.9906380862139198,0.15372517456988796,0.0030250696143111133,1.0199867686799933,0.15372517456988796,0.007005727454063707,0.9895069180096254,0.15372517456988796,0.005280556717393197,0.9394426435017245,0.5,0.15372517456988796,0.010619294952514534,0.6958288313809744,0.15372517456988796,0.07310529631206737,0.045052026446835064,0.5,0.15372517456988796,0.03170231958187093,0.31294971666808313,0.15372517456988796,0.04543173716204055,0.1642816729213085,0.15372517456988796,0.008134345820577602,0.7758442963018205,0.15372517456988796,0.00613833929141838,0.891761491861496,0.15372517456988796,0.01988370499146687,0.6690120603840368,0.15372517456988796,0.01948878716289899,0.8284567689295746,0.15372517456988796,0.0575408064093032,0.21927996123876337,0.5,0.15372517456988796,0.08818335052357325,0.03591634285038483,0.0,0.5438802163633037,1.010953659889924 -922,0.5,0.15372517456988796,0.12017043956618204,0.3955696891935968,0.15372517456988796,0.1346740248851152,0.814381380951725,0.15372517456988796,0.2012425922364221,0.4244227203161365,0.15372517456988796,0.1454861045193756,0.2391098535434817,0.15372517456988796,0.06184534809657408,1.0162349714954473,0.15372517456988796,0.03142165555458813,1.021739130434783,0.15372517456988796,0.0693420060602848,1.018289525992792,0.15372517456988796,0.05500690101895435,0.9593354754736971,0.5,0.15372517456988796,0.060704771847917685,0.7405554213401261,0.15372517456988796,0.23585706627067982,0.037467009888355975,0.5,0.15372517456988796,0.11699795041013286,0.4027342552805326,0.15372517456988796,0.15484434696026791,0.17575626439955194,0.15372517456988796,0.1152442640103217,0.8473544879131844,0.15372517456988796,0.08539058323763786,0.9435739982258228,0.15372517456988796,0.12638180671091093,0.778259789085805,0.15372517456988796,0.11413141034762635,0.8668455547642849,0.15372517456988796,0.20951434182790474,0.25872224071268946,0.5,0.15372517456988796,0.2580691592729017,0.048386399219279334,0.0,0.5115345701599214,1.0112634648714636 -923,0.5,0.15372517456988796,0.2785625628555421,0.5764157995675557,0.15372517456988796,0.26480930650370604,0.9130503939577844,0.15372517456988796,0.3264116580971954,0.5313730065504216,0.15372517456988796,0.29256514194568073,0.3143031520851928,0.15372517456988796,0.08285182448885987,1.021679867835403,0.15372517456988796,0.04610974262762039,1.0207030245583653,0.15372517456988796,0.11371576525801183,1.0214094390926163,0.15372517456988796,0.08942157421494716,0.9691568201728085,0.5,0.15372517456988796,0.0941232677460024,0.7886786887135134,0.15372517456988796,0.36648323727681037,0.02548905248603845,0.5,0.15372517456988796,0.1844739549142141,0.6636866225475739,0.15372517456988796,0.22680074483401716,0.18787912688961095,0.15372517456988796,0.24566138958574002,0.8913360443150106,0.15372517456988796,0.12514352501150272,0.974461056859075,0.15372517456988796,0.2280510765777461,0.9074294296016017,0.15372517456988796,0.20329592082693992,0.9261628886097041,0.15372517456988796,0.32420611353671064,0.42829331645762075,0.5,0.15372517456988796,0.4154298095443884,0.08510257559061035,0.0,0.5449734247168329,1.0114391641388607 -924,0.5,0.15372517456988796,0.4185256073298519,0.6999523925052065,0.15372517456988796,0.3402987146208619,0.9643865638842092,0.15372517456988796,0.3898648374443944,0.7246021102928262,0.15372517456988796,0.4386031636913963,0.4465758418729598,0.15372517456988796,0.09000807467962364,1.0217391304347827,0.15372517456988796,0.06296140097160297,1.015445456054267,0.15372517456988796,0.13791420924937786,1.0216341242579001,0.15372517456988796,0.08416452884276218,0.9742694908935531,0.5,0.15372517456988796,0.09881867413416337,0.8236991589868148,0.15372517456988796,0.3987499830688936,0.02631280976519862,0.5,0.15372517456988796,0.2120204544137116,0.7596434014300422,0.15372517456988796,0.25263025772944686,0.26524199882916333,0.15372517456988796,0.26641762788475515,0.9317379760168879,0.15372517456988796,0.10521025968045285,0.9881938540557078,0.15372517456988796,0.23256855834261086,0.9554307981002604,0.15372517456988796,0.23876801498193512,0.9492436148732872,0.15372517456988796,0.37272652119772354,0.6099703870000526,0.5,0.15372517456988796,0.5138002311531308,0.1972208710919245,0.0,0.5894393371085146,1.0114391641388607 -925,0.5,0.15372517456988796,0.48415819617332934,0.7646854866632001,0.15372517456988796,0.2590832039860357,0.9882731923015764,0.15372517456988796,0.37715246147820236,0.8161632929220441,0.15372517456988796,0.5232262741428332,0.5283872717028286,0.15372517456988796,0.0689956899352574,1.0217391304347827,0.15372517456988796,0.0761213367744394,0.9900132624174938,0.15372517456988796,0.1106619797295444,1.020192768842817,0.15372517456988796,0.10858149083297242,0.9609750773090028,0.5,0.15372517456988796,0.09994371692191012,0.8931968544889366,0.15372517456988796,0.3729523833502323,0.029173712635639674,0.5,0.15372517456988796,0.16080099603703887,0.8484477635178852,0.15372517456988796,0.24501815895033863,0.3454835755844594,0.15372517456988796,0.19038983294928016,0.9617760898032159,0.15372517456988796,0.08463934025226685,0.9979765270107757,0.15372517456988796,0.20411847234656977,0.9598032747219152,0.15372517456988796,0.20824257113495076,0.9720341059496808,0.15372517456988796,0.359178578296311,0.6757312500661979,0.5,0.15372517456988796,0.5353418328473485,0.20988497868942851,0.0,0.6714435558149356,1.0114324352624111 -926,0.5,0.15372517456988796,0.43811927698971387,0.7913790427420713,0.15372517456988796,0.11427752377845049,0.9661922389504864,0.15372517456988796,0.29995336660411154,0.8808045763010901,0.15372517456988796,0.48076087344082863,0.6025373076515026,0.15372517456988796,0.05863330235191509,1.0205629212768985,0.15372517456988796,0.07453042407186283,0.9528473459642512,0.15372517456988796,0.08409156602261503,1.002830143082655,0.15372517456988796,0.11002002627163915,0.9360186272056514,0.5,0.15372517456988796,0.08854166353308193,0.9203896423533623,0.15372517456988796,0.30532494107701635,0.02228488583550245,0.5,0.15372517456988796,0.11822313264055459,0.7000909700453367,0.15372517456988796,0.20212058280769274,0.3670797491157464,0.15372517456988796,0.09815139582356698,0.9798914566286283,0.15372517456988796,0.06597993669957627,0.9976834526094271,0.15372517456988796,0.14405255090216362,0.952765390845939,0.15372517456988796,0.1181814890827835,0.9982884369489936,0.15372517456988796,0.30203325061147707,0.6528164019638998,0.5,0.15372517456988796,0.46867311403633327,0.15029421460262982,0.0,0.7100877865383364,1.0111985744540488 -927,0.5,0.15372517456988796,0.3123603951437986,0.7679642218824315,0.15372517456988796,0.07337931558940707,0.9328219364297858,0.15372517456988796,0.18932904223718736,0.8447887315741821,0.15372517456988796,0.3446141838321519,0.5413132889389412,0.15372517456988796,0.055266629426420674,1.0072790406531562,0.15372517456988796,0.0888583375415725,0.962250358177812,0.15372517456988796,0.07352109364272796,0.940548886372435,0.15372517456988796,0.0768433686101347,0.8947532869691127,0.5,0.15372517456988796,0.07026038244461671,0.9027735659714397,0.15372517456988796,0.2540939895740758,0.015249230704891963,0.5,0.15372517456988796,0.08461460753800026,0.7129818773248019,0.15372517456988796,0.14227200343946328,0.3561141290116835,0.15372517456988796,0.05159344181664917,0.9848289079827667,0.15372517456988796,0.0478904428328867,0.9882391284219658,0.15372517456988796,0.0813546170731509,0.962644305932279,0.15372517456988796,0.07501306535130901,1.0050639507438572,0.15372517456988796,0.20634548377710443,0.5770345798210123,0.5,0.15372517456988796,0.30814126614677173,0.08131262888583891,0.0,0.7931824876585182,1.0112940255997906 -928,0.5,0.15372517456988796,0.164783811634668,0.7370003729394012,0.15372517456988796,0.01547093621751856,0.8004154550486887,0.15372517456988796,0.09556931023545649,0.7849330778767584,0.15372517456988796,0.16540987945294444,0.4458113962856116,0.15372517456988796,0.04603600897870894,0.9777457824309786,0.15372517456988796,0.048680752562231755,0.942609980286252,0.15372517456988796,0.0753949486190596,0.9383939909199475,0.15372517456988796,0.057200469100310916,0.8560974555252668,0.5,0.15372517456988796,0.04497338213097929,0.900907386602481,0.15372517456988796,0.1511366630806021,0.00974707174182065,0.5,0.15372517456988796,0.04507729371946142,0.8425511412188464,0.15372517456988796,0.08695137975480245,0.3950378726770047,0.15372517456988796,0.018772438709649966,0.9615434349993841,0.15372517456988796,0.03130276227896506,0.9334675915264852,0.15372517456988796,0.03266806587617474,0.88977655512039,0.15372517456988796,0.034977464600677445,0.9841764493493648,0.15372517456988796,0.09821168001525846,0.5203890454085901,0.5,0.15372517456988796,0.1559642702866808,0.022618548174746705,0.0,0.8680972160855464,1.0109807515572915 -929,0.5,0.15372517456988796,9.396881580198642e-05,0.7057724254854912,0.15372517456988796,0.0,0.5570793371259496,0.15372517456988796,0.0034361462181462517,0.6976755321328976,0.15372517456988796,0.0,0.3808126334661005,0.15372517456988796,0.014318936448470085,0.9069452922180457,0.15372517456988796,0.01525573007831236,0.8824615078143442,0.15372517456988796,0.020998111982410066,0.8422965517706901,0.15372517456988796,0.021444667892358563,0.8226806403093838,0.5,0.15372517456988796,0.014629369267429275,0.8700226642706992,0.15372517456988796,0.05553153690314257,0.011899095168300119,0.5,0.15372517456988796,0.010768493493524031,0.9551954464351908,0.15372517456988796,0.028253045007765668,0.3556235858004725,0.15372517456988796,0.0001320827094196598,0.8606924109039331,0.15372517456988796,0.008460983878281638,0.8596964185028709,0.15372517456988796,0.006591608260911342,0.7313651550995411,0.15372517456988796,0.009556272111029919,0.9181276140876224,0.15372517456988796,0.015346453355120877,0.529177720780562,0.5,0.15372517456988796,0.027877369167991738,0.006307764750208621,0.0,0.886634864871514,1.0099421350201052 -930,0.5,0.15372517456988796,0.0,0.6631722713749656,0.15372517456988796,0.0,0.4840054993404102,0.15372517456988796,0.0,0.604679199853659,0.15372517456988796,0.0,0.3643275036069853,0.15372517456988796,0.0,0.793087757289914,0.15372517456988796,0.0,0.8386709230293298,0.15372517456988796,0.0,0.778509001192001,0.15372517456988796,0.0,0.7410271851647191,0.5,0.15372517456988796,0.0,0.8343131729401527,0.15372517456988796,0.0,0.02125179720190249,0.5,0.15372517456988796,0.0,0.8703134539359343,0.15372517456988796,0.0,0.3468501075699377,0.15372517456988796,0.0,0.7668346981302727,0.15372517456988796,0.0,0.7687781043507447,0.15372517456988796,0.0,0.5940086069936734,0.15372517456988796,0.0,0.8579668985433673,0.15372517456988796,0.0,0.5125171948198382,0.5,0.15372517456988796,0.0,0.005277997624357875,0.0,0.8197703363378837,1.010056241054766 -931,0.5,0.15372517456988796,0.0,0.599855282578731,0.15372517456988796,0.0,0.357428627227545,0.15372517456988796,0.0,0.5460768979175845,0.15372517456988796,0.0,0.3876451005765388,0.15372517456988796,0.0,0.8207985197453023,0.15372517456988796,0.0,0.8384513513753857,0.15372517456988796,0.0,0.8112741218121845,0.15372517456988796,0.0,0.7249595521316106,0.5,0.15372517456988796,0.0,0.8164533848180576,0.15372517456988796,0.0,0.04174030812441601,0.5,0.15372517456988796,0.0,0.7182328174877849,0.15372517456988796,0.0,0.38736085183651287,0.15372517456988796,0.0,0.7184788673528172,0.15372517456988796,0.0,0.6685702327391367,0.15372517456988796,0.0,0.5599119565901884,0.15372517456988796,0.0,0.8249185484207925,0.15372517456988796,0.0,0.4724386682790263,0.5,0.15372517456988796,0.0,0.010540251970341911,0.0,0.7187162659562283,1.0094573721947149 -932,0.5,0.15372517456988796,0.0,0.5262569573199065,0.15372517456988796,0.0,0.33858969166826713,0.15372517456988796,0.0,0.4870436902839977,0.15372517456988796,0.0,0.3981033913538666,0.15372517456988796,0.0,0.8961988812530275,0.15372517456988796,0.0,0.799766641755336,0.15372517456988796,0.0,0.8167910501066499,0.15372517456988796,0.0,0.6911832675723113,0.5,0.15372517456988796,0.0,0.798421122675076,0.15372517456988796,0.0,0.08698461965626031,0.5,0.15372517456988796,0.0,0.5462713949981538,0.15372517456988796,0.0,0.39634044148483893,0.15372517456988796,0.0,0.5706834691804937,0.15372517456988796,0.0,0.6701608721287822,0.15372517456988796,0.0,0.584772704797972,0.15372517456988796,0.0,0.7616532791555142,0.15372517456988796,0.0,0.40021573763577273,0.5,0.15372517456988796,0.0,0.014961955838801584,0.0,0.6029494393406779,1.0102981666762332 -933,0.5,0.15372517456988796,0.0,0.45577728521838656,0.15372517456988796,0.0,0.3644912860200333,0.15372517456988796,0.0,0.3567506456770848,0.15372517456988796,0.0,0.35871346568321355,0.15372517456988796,0.0,0.8987646758173691,0.15372517456988796,0.0,0.7444393109635364,0.15372517456988796,0.0,0.8368252720087368,0.15372517456988796,0.0,0.6701615970081052,0.5,0.15372517456988796,0.0,0.8176129610590236,0.15372517456988796,0.0,0.1368111756681053,0.5,0.15372517456988796,0.0,0.5199636559336185,0.15372517456988796,0.0,0.38462575521579223,0.15372517456988796,0.0,0.5314970962744636,0.15372517456988796,0.0,0.738361974784446,0.15372517456988796,0.0,0.5962948574218516,0.15372517456988796,0.0,0.8459075543008692,0.15372517456988796,0.0,0.3721997388666493,0.5,0.15372517456988796,0.0,0.08672714508440817,0.0,0.5138214249089537,1.0097457315389622 -934,0.5,0.15372517456988796,0.0,0.3939229945786267,0.15372517456988796,0.0,0.4725245948967741,0.15372517456988796,0.0,0.3655584118594747,0.15372517456988796,0.0,0.2934110260678721,0.15372517456988796,0.0,0.8829994963279839,0.15372517456988796,0.0,0.7756934112931962,0.15372517456988796,0.0,0.7968013100040839,0.15372517456988796,0.0,0.7599677336048551,0.5,0.15372517456988796,0.0,0.8441186953028202,0.15372517456988796,0.0,0.12910113019810096,0.5,0.15372517456988796,0.0,0.4658650562794713,0.15372517456988796,0.0,0.4287948779836389,0.15372517456988796,0.0,0.5863600179832311,0.15372517456988796,0.0,0.7666389102186224,0.15372517456988796,0.0,0.6140808581083509,0.15372517456988796,0.0,0.8604141569038232,0.15372517456988796,0.0,0.3281860687484937,0.5,0.15372517456988796,0.0,0.14883251575534373,0.0,0.4206729773856102,1.009464138439473 -935,0.5,0.15372517456988796,0.0,0.3372744952989956,0.15372517456988796,0.0,0.5625741736909133,0.15372517456988796,0.0,0.4287512127697674,0.15372517456988796,0.0,0.2653652768406647,0.15372517456988796,0.0,0.8726793746020969,0.15372517456988796,0.0,0.8953051119888038,0.15372517456988796,0.0,0.7734550676778786,0.15372517456988796,0.0,0.8614093777931352,0.5,0.15372517456988796,0.0,0.8935195455123343,0.15372517456988796,0.0,0.1294603999323347,0.5,0.15372517456988796,0.0,0.4549597149081039,0.15372517456988796,0.0,0.4635923047258834,0.15372517456988796,0.0,0.642642426147022,0.15372517456988796,0.0,0.7630728483201271,0.15372517456988796,0.0,0.6217626792024179,0.15372517456988796,0.0,0.8508372318710509,0.15372517456988796,0.0,0.301843852792072,0.5,0.15372517456988796,0.0,0.12309348142915293,0.0,0.34272060130178084,1.0101987529809864 -936,0.5,0.15372517456988796,0.0,0.2992076255874417,0.15372517456988796,0.0,0.4618731324563501,0.15372517456988796,0.0,0.4870491203903485,0.15372517456988796,0.0,0.2609960737273145,0.15372517456988796,0.0,0.9127456492199931,0.15372517456988796,0.0,0.9388651378327261,0.15372517456988796,0.0,0.7869618800471603,0.15372517456988796,0.0,0.8956996196750417,0.5,0.15372517456988796,0.0,0.9369226282836555,0.15372517456988796,0.0,0.14198731608945564,0.5,0.15372517456988796,0.0,0.5905425409935089,0.15372517456988796,0.0,0.5362280561999309,0.15372517456988796,0.0,0.6236830021014266,0.15372517456988796,0.0,0.7510378783367191,0.15372517456988796,0.0,0.6151863555270501,0.15372517456988796,0.0,0.8588566972655904,0.15372517456988796,0.0,0.33771100160903095,0.5,0.15372517456988796,0.0,0.09318862284047627,0.0,0.2847669618554042,1.010555570041225 -937,0.5,0.15372517456988796,0.0,0.27924028753502744,0.15372517456988796,0.0,0.3993681227862387,0.15372517456988796,0.0,0.5013298306468932,0.15372517456988796,0.0,0.26480587172941417,0.15372517456988796,0.0,0.9631094124181422,0.15372517456988796,0.0,0.9791792107908186,0.15372517456988796,0.0,0.8390709006201904,0.15372517456988796,0.0,0.9382293681189235,0.5,0.15372517456988796,0.0,0.9670072379517585,0.15372517456988796,0.0,0.1972899176312115,0.5,0.15372517456988796,0.0,0.6199974280900442,0.15372517456988796,0.0,0.5023904645714629,0.15372517456988796,0.0,0.5897033671115188,0.15372517456988796,0.0,0.7958612172331585,0.15372517456988796,0.0,0.6317140107304082,0.15372517456988796,0.0,0.9027386879034776,0.15372517456988796,0.0,0.42063097623094653,0.5,0.15372517456988796,0.0,0.09194487981800173,0.0,0.28167392704980837,1.0108350163191298 -938,0.5,0.15372517456988796,0.0,0.28811003854975703,0.15372517456988796,0.0,0.4678872787915711,0.15372517456988796,0.0,0.5458801508306533,0.15372517456988796,0.0,0.2570526444075678,0.15372517456988796,0.0,0.9937865754705277,0.15372517456988796,0.0,1.0069100619937188,0.15372517456988796,0.0,0.9000083696079546,0.15372517456988796,0.0,0.9558143196115138,0.5,0.15372517456988796,0.0,0.9389498791971322,0.15372517456988796,0.0,0.09841128140408037,0.5,0.15372517456988796,0.0,0.6769851214395827,0.15372517456988796,0.0,0.4298829220401605,0.15372517456988796,0.0,0.619399586983639,0.15372517456988796,0.0,0.8591562701200093,0.15372517456988796,0.0,0.7106465794502178,0.15372517456988796,0.0,0.922840957030262,0.15372517456988796,0.0,0.4717096336008497,0.5,0.15372517456988796,0.0,0.10298876046438696,0.0,0.322116578114371,1.0108226615871045 -939,0.5,0.15372517456988796,0.0,0.350963204280524,0.15372517456988796,0.0,0.6151387210267105,0.15372517456988796,0.0,0.6954138751185546,0.15372517456988796,0.0,0.2474662436691185,0.15372517456988796,0.0,1.016701139369491,0.15372517456988796,0.0,1.0006136144033222,0.15372517456988796,0.0,0.9535734992234649,0.15372517456988796,0.0,0.9280326240824593,0.5,0.15372517456988796,0.0,0.8935292659727344,0.15372517456988796,0.0,0.07239746184918412,0.5,0.15372517456988796,0.0,0.7498622986737474,0.15372517456988796,0.0,0.3825463520428216,0.15372517456988796,0.0,0.6925423930250989,0.15372517456988796,0.0,0.900174093686074,0.15372517456988796,0.0,0.7853284328301399,0.15372517456988796,0.0,0.9251850943590784,0.15372517456988796,0.0,0.5273683538482106,0.5,0.15372517456988796,0.0,0.09716177826106323,0.0,0.3824750799706912,1.0110649154264548 -940,0.5,0.15372517456988796,0.0,0.43280227094694035,0.15372517456988796,0.0,0.7492234201060847,0.15372517456988796,0.0,0.7817635231592166,0.15372517456988796,0.0,0.2634610949405994,0.15372517456988796,0.0,1.0216576892567872,0.15372517456988796,0.0,0.9805411862409806,0.15372517456988796,0.0,0.9704587730583576,0.15372517456988796,0.0,0.8503146299116748,0.5,0.15372517456988796,0.0,0.860974159634422,0.15372517456988796,0.0,0.06932997621705979,0.5,0.15372517456988796,0.0,0.4883563030840722,0.15372517456988796,0.0,0.3346109280232166,0.15372517456988796,0.0,0.7630788696351789,0.15372517456988796,0.0,0.9345195197660674,0.15372517456988796,0.0,0.8402787328670117,0.15372517456988796,0.0,0.9112718288648431,0.15372517456988796,0.0,0.45606854501117666,0.5,0.15372517456988796,0.0,0.07205357362475605,0.0,0.5261959020661439,1.0112748950065167 -941,0.5,0.15372517456988796,0.0,0.4690351020158177,0.15372517456988796,0.0,0.8478739232355156,0.15372517456988796,0.0,0.794569000910901,0.15372517456988796,0.0,0.31326950206953885,0.15372517456988796,0.0,1.0217032953064948,0.15372517456988796,0.0,0.9134933821547255,0.15372517456988796,0.0,0.967429681871649,0.15372517456988796,0.0,0.7253601870866285,0.5,0.15372517456988796,0.0,0.8188304370151037,0.15372517456988796,0.0,0.0956367227533162,0.5,0.15372517456988796,0.0,0.4818723459489019,0.15372517456988796,0.0,0.29065014528261574,0.15372517456988796,0.0,0.8110124756391357,0.15372517456988796,0.0,0.9580615438891517,0.15372517456988796,0.0,0.8752052739401922,0.15372517456988796,0.0,0.8675510420098718,0.15372517456988796,0.0,0.4120699141968588,0.5,0.15372517456988796,0.0,0.0729731532627923,0.0,0.6647633224593572,1.0113306069896204 -942,0.5,0.15372517456988796,0.0,0.4632408567230918,0.15372517456988796,0.0,0.9056235766272868,0.15372517456988796,0.0,0.8753330970435124,0.15372517456988796,0.0,0.3674108339921797,0.15372517456988796,0.0,1.0175757001021755,0.15372517456988796,0.0,0.808374427450838,0.15372517456988796,0.0,0.9085530745076646,0.15372517456988796,0.0,0.6506743337432157,0.5,0.15372517456988796,0.0,0.8132591768203505,0.15372517456988796,0.0,0.05970291171895152,0.5,0.15372517456988796,0.0,0.4941095624413309,0.15372517456988796,0.0,0.38366614792355264,0.15372517456988796,0.0,0.879923206814431,0.15372517456988796,0.0,0.9654924874529464,0.15372517456988796,0.0,0.8840424814084499,0.15372517456988796,0.0,0.8247786887222921,0.15372517456988796,0.0,0.37502633550823244,0.5,0.15372517456988796,0.0,0.06415730112059564,0.0,0.6487815149006524,1.0114391641388607 -943,0.5,0.15372517456988796,0.0,0.4770282721456186,0.15372517456988796,0.0,0.9131137876650456,0.15372517456988796,0.0,0.810081125211121,0.15372517456988796,0.0,0.4274209550445191,0.15372517456988796,0.0,0.9916013627035981,0.15372517456988796,0.0,0.7359653085836737,0.15372517456988796,0.0,0.8281583280870299,0.15372517456988796,0.0,0.6939922690595709,0.5,0.15372517456988796,0.0,0.8667307206512624,0.15372517456988796,0.0,0.04924096872519921,0.5,0.15372517456988796,0.0,0.4895880675463695,0.15372517456988796,0.0,0.45515639937768765,0.15372517456988796,0.0,0.9034312284540355,0.15372517456988796,0.0,0.968146471982141,0.15372517456988796,0.0,0.8718987079743683,0.15372517456988796,0.0,0.7990629710817838,0.15372517456988796,0.0,0.33388120714592295,0.5,0.15372517456988796,0.0,0.03199305348803009,0.0,0.6691865187765889,1.0114391641388607 -944,0.5,0.15372517456988796,0.0,0.46556687500658633,0.15372517456988796,0.0,0.9219317028108794,0.15372517456988796,0.0,0.6923435425895498,0.15372517456988796,0.0,0.4044168987455861,0.15372517456988796,0.0,0.9412870474330488,0.15372517456988796,0.0,0.7835663447463806,0.15372517456988796,0.0,0.8141543080810766,0.15372517456988796,0.0,0.7850602050650839,0.5,0.15372517456988796,0.0,0.8690467095928913,0.15372517456988796,0.0,0.12660199480855772,0.5,0.15372517456988796,0.0,0.6200047597576099,0.15372517456988796,0.0,0.5327598131300042,0.15372517456988796,0.0,0.9145756454358076,0.15372517456988796,0.0,0.9565726789929907,0.15372517456988796,0.0,0.8000293817409121,0.15372517456988796,0.0,0.8761408107859371,0.15372517456988796,0.0,0.39385089788480154,0.5,0.15372517456988796,0.0,0.03642830138079411,0.0,0.6571802633227812,1.011429519681561 -945,0.5,0.15372517456988796,0.0065680208672819285,0.46538820949055015,0.15372517456988796,0.0027390938969548977,0.8811018275239345,0.15372517456988796,0.018530686251027634,0.6426261473572837,0.15372517456988796,0.027553348182019044,0.3273038187497098,0.15372517456988796,0.0045647275846781455,0.9073745494888562,0.15372517456988796,0.0024348487157717963,0.8917777356152934,0.15372517456988796,0.007335858929182394,0.861024325838408,0.15372517456988796,0.005153822859275792,0.8495753569024417,0.5,0.15372517456988796,0.00815524394789648,0.8924844991693875,0.15372517456988796,0.04938404634761616,0.3245854314208777,0.5,0.15372517456988796,0.024859835992167817,0.7524551153828531,0.15372517456988796,0.03151191693715645,0.601104222473322,0.15372517456988796,0.0011756016921087731,0.9169376271987585,0.15372517456988796,0.0030747308143735373,0.9158990948481716,0.15372517456988796,0.01028838947570245,0.6934744694264084,0.15372517456988796,0.007712719563897928,0.9278631922498738,0.15372517456988796,0.034064489699998285,0.5252224053375057,0.5,0.15372517456988796,0.030743093867272697,0.05360078913988533,0.0,0.7280935579845115,1.0112990143046594 -946,0.5,0.15372517456988796,0.03997811976289857,0.5008733063176631,0.15372517456988796,0.037665029177532144,0.7600757437548661,0.15372517456988796,0.0798015814469013,0.7893866891883258,0.15372517456988796,0.11460967163473315,0.32672737970534405,0.15372517456988796,0.03221896086408166,0.9446833658696457,0.15372517456988796,0.026099923219745483,0.9713466191637412,0.15372517456988796,0.06119611788069118,0.9446532937757337,0.15372517456988796,0.047480394592932414,0.8832132374251906,0.5,0.15372517456988796,0.03739424925895513,0.9321559849326643,0.15372517456988796,0.16712860296839788,0.6433007941961005,0.5,0.15372517456988796,0.07701071970865431,1.0028712804065172,0.15372517456988796,0.10102088722250585,0.6978461275802064,0.15372517456988796,0.015927111618587272,0.9137853034490715,0.15372517456988796,0.032262377376032075,0.8950264366117158,0.15372517456988796,0.09060544406973273,0.7073140076429122,0.15372517456988796,0.051339270071069504,0.9661074732386844,0.15372517456988796,0.10869918609497486,0.6857992058005633,0.5,0.15372517456988796,0.12267442990156432,0.12484605127058729,0.0,0.793890634489424,0.20155618259187352 -947,0.5,0.15372517456988796,0.09096412675693875,0.5691169472874519,0.15372517456988796,0.08248569254813709,0.8133463946031477,0.15372517456988796,0.15483476119582307,0.9001706417650323,0.15372517456988796,0.25920343494826126,0.4883556928942222,0.15372517456988796,0.047558925052638125,0.9946530117895218,0.15372517456988796,0.052097726192944324,0.9990173235189728,0.15372517456988796,0.09257076689285672,0.9811883071436545,0.15372517456988796,0.10907938091845011,0.9428195927821719,0.5,0.15372517456988796,0.09651659671861251,0.9857102890330238,0.15372517456988796,0.27450144073644844,0.8745999798333889,0.5,0.15372517456988796,0.08414115894993507,1.0063107385368186,0.15372517456988796,0.15475615639368773,0.8955630440267572,0.15372517456988796,0.051056002435957155,0.9006935589181164,0.15372517456988796,0.060648046893581914,0.912754739845517,0.15372517456988796,0.13967137849136646,0.8500558998852376,0.15372517456988796,0.07796209089187617,0.9693006025861692,0.15372517456988796,0.1454230119959366,0.8503315668541215,0.5,0.15372517456988796,0.2060666454029827,0.4778220972145739,0.0,0.6978990329463699,1.0113114337125144 -948,0.5,0.15372517456988796,0.1479802770588526,0.6203125104771733,0.15372517456988796,0.07799133094620109,0.8985062167007584,0.15372517456988796,0.2830744706015199,0.9340833916415062,0.15372517456988796,0.3427403890212674,0.6390711753529477,0.15372517456988796,0.07230136315153297,1.011395079969799,0.15372517456988796,0.08620380181608335,1.0211220157205876,0.15372517456988796,0.07835166851598035,0.9852750962859893,0.15372517456988796,0.12252079344438968,0.9807935466355663,0.5,0.15372517456988796,0.151492230152272,1.0168051959038817,0.15372517456988796,0.311906581258572,0.9488690910568107,0.5,0.15372517456988796,0.12460557048995384,0.9725888399754712,0.15372517456988796,0.18385005074806554,0.9125405255085374,0.15372517456988796,0.05469409700129057,0.8974464808073152,0.15372517456988796,0.07490671254438319,0.9569925241637034,0.15372517456988796,0.17280122189665661,0.9490538367938535,0.15372517456988796,0.08493766009318035,0.966762521697084,0.15372517456988796,0.16096820140030238,0.8890664616974991,0.5,0.15372517456988796,0.17123062166204453,0.637049327616574,0.0,0.757799560936587,1.0113860647732718 -949,0.5,0.15372517456988796,0.1772448473933914,0.6379666452195524,0.15372517456988796,0.12085276932232147,0.8980603058518905,0.15372517456988796,0.2805635047216253,0.9732860530586697,0.15372517456988796,0.39698007770938587,0.6384076041243935,0.15372517456988796,0.08693831273618308,1.0217391304347827,0.15372517456988796,0.11787804112086128,1.021739130434783,0.15372517456988796,0.14372201048270314,1.0024108609289604,0.15372517456988796,0.13094446825878067,1.007730681799135,0.5,0.15372517456988796,0.14272963981992656,1.0161177785569484,0.15372517456988796,0.19876729490117606,0.9066133544416308,0.5,0.15372517456988796,0.31856336337288826,1.016653075858833,0.15372517456988796,0.26393442220439145,0.9443894465999068,0.15372517456988796,0.050425618669105526,0.9090019722413161,0.15372517456988796,0.10733288198461434,0.9686677745058685,0.15372517456988796,0.13899252341824078,0.9159078919328606,0.15372517456988796,0.12308409737857363,0.9986433458674424,0.15372517456988796,0.16842578424477506,0.8865681060438971,0.5,0.15372517456988796,0.17226100862477645,0.6236256120555825,0.0,0.7543296315518626,1.0114391641388607 -950,0.5,0.15372517456988796,0.1656344240100889,0.6654404874230601,0.15372517456988796,0.22029132585297262,0.9348175621600326,0.15372517456988796,0.11840990692905141,0.9758094216416435,0.15372517456988796,0.3847517842902127,0.6419464900824983,0.15372517456988796,0.15539407503696434,1.0217391304347827,0.15372517456988796,0.11892850683176392,1.0217344508670578,0.15372517456988796,0.15488798166132706,1.0204668801432293,0.15372517456988796,0.1199255025446931,1.0139196103413546,0.5,0.15372517456988796,0.1450791624056848,0.9916616844723356,0.15372517456988796,0.16343880755959003,0.8557669342997611,0.5,0.15372517456988796,0.3746730905485337,1.0201719519357175,0.15372517456988796,0.3816686330174908,0.9490199874337785,0.15372517456988796,0.06081336062004672,0.92197642656243,0.15372517456988796,0.17958155144927312,0.98686467547618,0.15372517456988796,0.11521915051769828,0.903860627867281,0.15372517456988796,0.11355260599249009,1.0040491234523723,0.15372517456988796,0.1584730821212282,0.8388335508241416,0.5,0.15372517456988796,0.09914416641849633,0.5398951538466833,0.0,0.804084028628829,1.0114391641388607 -951,0.5,0.15372517456988796,0.13549841784411154,0.6199732395469092,0.15372517456988796,0.03550311502143144,0.8759594173192867,0.15372517456988796,0.1173562113619313,0.9744210815855239,0.15372517456988796,0.25229570722223976,0.6363899581358671,0.15372517456988796,0.08062665174074501,1.0198871574254231,0.15372517456988796,0.13966420386295472,0.9989369658041598,0.15372517456988796,0.08893382396806764,1.0160499528823839,0.15372517456988796,0.11375484143594314,0.9477352759032618,0.5,0.15372517456988796,0.10082347451144454,0.9488359393157813,0.15372517456988796,0.19396671410832894,0.7707919117761796,0.5,0.15372517456988796,0.3678065973458475,0.9981348264474024,0.15372517456988796,0.37797810124606074,0.8780575154307432,0.15372517456988796,0.06607674127106078,0.9290374367557097,0.15372517456988796,0.11068265870007618,0.9889169669427691,0.15372517456988796,0.10588856378667438,0.9407144970664072,0.15372517456988796,0.09054398488418436,0.9903919589718868,0.15372517456988796,0.18431239080044481,0.7850101415865471,0.5,0.15372517456988796,0.07127867983339359,0.4360296364900278,0.0,0.7429396480666265,1.0113426514975754 -952,0.5,0.15372517456988796,0.11073190949021175,0.5509050860569096,0.15372517456988796,0.0435630883718518,0.8856431902479247,0.15372517456988796,0.10691909842696638,1.0014416456306159,0.15372517456988796,0.1322321196565866,0.626762613501436,0.15372517456988796,0.11699784390004975,1.021213320991325,0.15372517456988796,0.0850161047368122,0.9679789106992984,0.15372517456988796,0.08163288846543673,1.0042030873100407,0.15372517456988796,0.15817283245576358,0.9177269365428611,0.5,0.15372517456988796,0.14739417670298774,0.9328300316201348,0.15372517456988796,0.1619171122595662,0.6171220248256815,0.5,0.15372517456988796,0.2519631226867892,0.8589539085715961,0.15372517456988796,0.26258598100724084,0.7273964308454777,0.15372517456988796,0.07826507375973875,0.9440120177005061,0.15372517456988796,0.06020998163883805,0.9578227611154,0.15372517456988796,0.07793724663080111,0.9450723554861445,0.15372517456988796,0.04362156939310165,0.9474068268285024,0.15372517456988796,0.12765220155006468,0.6882697643006093,0.5,0.15372517456988796,0.06116827572133611,0.36057041057562234,0.0,0.520709417209057,1.0113170787707282 -953,0.5,0.15372517456988796,0.0,0.5244223351594526,0.15372517456988796,0.0,0.8736062618029485,0.15372517456988796,0.00877338062892471,0.9066805559889515,0.15372517456988796,0.0,0.6211564527683537,0.15372517456988796,0.03381851804428831,0.9929570826588273,0.15372517456988796,0.07639108393247321,0.906635392229634,0.15372517456988796,0.017746250032572554,0.9575964967105014,0.15372517456988796,0.0798390928446342,0.8074626533206339,0.5,0.15372517456988796,0.060698282378376274,0.8808498356671122,0.15372517456988796,0.06444259304623678,0.3382583859119115,0.5,0.15372517456988796,0.05603729470071413,0.6789263879216305,0.15372517456988796,0.08176085137886038,0.5801195559646888,0.15372517456988796,0.0,0.8583634796358345,0.15372517456988796,0.033703482417827946,0.9274417821763181,0.15372517456988796,0.015579675213227152,0.8472375774446798,0.15372517456988796,0.00786039799540383,0.8964198352560607,0.15372517456988796,0.028093003042280365,0.5078695845878742,0.5,0.15372517456988796,0.01940700662968682,0.2579962737520608,0.0,0.3471623790574417,1.0112977005445791 -954,0.5,0.15372517456988796,0.0,0.4919758103644602,0.15372517456988796,0.0,0.8603586419415343,0.15372517456988796,0.0,0.6708965718552645,0.15372517456988796,0.0,0.5325801934668267,0.15372517456988796,0.0,0.9510122860225315,0.15372517456988796,0.0,0.8670650468343778,0.15372517456988796,0.0,0.8798371167497383,0.15372517456988796,0.0,0.6570059058413533,0.5,0.15372517456988796,0.0,0.6897856316989072,0.15372517456988796,0.0,0.1932544543466027,0.5,0.15372517456988796,0.0,0.4158594953184915,0.15372517456988796,0.0,0.4345714557772193,0.15372517456988796,0.0,0.8194585832680277,0.15372517456988796,0.0,0.9317740072599275,0.15372517456988796,0.0,0.8176051226351815,0.15372517456988796,0.0,0.8245516502706912,0.15372517456988796,0.0,0.35131271431684524,0.5,0.15372517456988796,0.0,0.1820734695827253,0.0,0.3591080040490717,1.0109055187431766 -955,0.5,0.15372517456988796,0.0,0.48568661097199384,0.15372517456988796,0.0,0.9323862058767308,0.15372517456988796,0.0,0.8291264301321469,0.15372517456988796,0.0,0.4595524260439112,0.15372517456988796,0.0,0.9944994586510262,0.15372517456988796,0.0,0.8674387980974669,0.15372517456988796,0.0,0.8439003942580084,0.15372517456988796,0.0,0.6034048992955496,0.5,0.15372517456988796,0.0,0.6539105801092377,0.15372517456988796,0.0,0.13326554114312905,0.5,0.15372517456988796,0.0,0.3650310241211159,0.15372517456988796,0.0,0.43736080314862325,0.15372517456988796,0.0,0.9063691098196279,0.15372517456988796,0.0,0.8852346087980125,0.15372517456988796,0.0,0.8487021957743979,0.15372517456988796,0.0,0.7706942130789102,0.15372517456988796,0.0,0.29714950924379974,0.5,0.15372517456988796,0.0,0.11952137986889005,0.0,0.4730587207664951,1.0027449043387024 -956,0.5,0.15372517456988796,0.0,0.5031088062719112,0.15372517456988796,0.0,0.856007215885534,0.15372517456988796,0.0,0.8268216872718507,0.15372517456988796,0.0,0.5146629470939574,0.15372517456988796,0.0,1.0172285537486445,0.15372517456988796,0.0,0.9163392272797898,0.15372517456988796,0.0,0.8647496344884018,0.15372517456988796,0.0,0.5274310116315981,0.5,0.15372517456988796,0.0,0.654489715329796,0.15372517456988796,0.0,0.14021351476952146,0.5,0.15372517456988796,0.0,0.36638036573446814,0.15372517456988796,0.0,0.3994251341627781,0.15372517456988796,0.0,0.8695128522710063,0.15372517456988796,0.0,0.9151137958031502,0.15372517456988796,0.0,0.7862110511280405,0.15372517456988796,0.0,0.7526197040231601,0.15372517456988796,0.0,0.2970333298885937,0.5,0.15372517456988796,0.0,0.09063971705237933,0.0,0.4190088140392783,0.9819649578343884 -957,0.5,0.15372517456988796,0.0,0.5760156886532378,0.15372517456988796,0.0,0.8363398717006268,0.15372517456988796,0.0,0.684523559183629,0.15372517456988796,0.0,0.5536904420881701,0.15372517456988796,0.0,1.0207530252125414,0.15372517456988796,0.0,0.9119380141542615,0.15372517456988796,0.0,0.890536162375079,0.15372517456988796,0.0,0.44874830698526846,0.5,0.15372517456988796,0.0,0.6962296407993623,0.15372517456988796,0.0,0.11474858775843216,0.5,0.15372517456988796,0.0,0.4100554641827245,0.15372517456988796,0.0,0.2949088109573769,0.15372517456988796,0.0,0.8364402687239096,0.15372517456988796,0.0,0.9519875384342578,0.15372517456988796,0.0,0.7809229537041562,0.15372517456988796,0.0,0.7469684138245467,0.15372517456988796,0.0,0.28937368229320704,0.5,0.15372517456988796,0.0,0.08305819540156599,0.0,0.8150802752796255,0.9983987965888494 -958,0.5,0.15372517456988796,0.0,0.5614532601263293,0.15372517456988796,0.0,0.9228816608927944,0.15372517456988796,0.0,0.5913516366292709,0.15372517456988796,0.0,0.4640881102229842,0.15372517456988796,0.0,1.0216814358304283,0.15372517456988796,0.0,0.8591441265062546,0.15372517456988796,0.0,0.8977843328793627,0.15372517456988796,0.0,0.345426875675801,0.5,0.15372517456988796,0.0,0.5371565322467033,0.15372517456988796,0.0,0.07992362752241398,0.5,0.15372517456988796,0.0,0.4078577261363121,0.15372517456988796,0.0,0.18471597760543434,0.15372517456988796,0.0,0.8644266369856544,0.15372517456988796,0.0,0.9762966678208274,0.15372517456988796,0.0,0.8271395082721721,0.15372517456988796,0.0,0.6372475874682946,0.15372517456988796,0.0,0.2821956179560867,0.5,0.15372517456988796,0.0,0.06807660322019483,0.0,0.7275431699264225,1.0102883296037437 -959,0.5,0.15372517456988796,0.0,0.48935376762782173,0.15372517456988796,0.0,0.9961672196680872,0.15372517456988796,0.0,0.5322683620802144,0.15372517456988796,0.0,0.338644580299185,0.15372517456988796,0.0,1.0177184792679865,0.15372517456988796,0.0,0.7498083995620968,0.15372517456988796,0.0,0.8270209315339953,0.15372517456988796,0.0,0.17440951578541986,0.5,0.15372517456988796,0.0,0.35618710562714706,0.15372517456988796,0.0,0.0751471423549317,0.5,0.15372517456988796,0.0,0.3367623963028549,0.15372517456988796,0.0,0.12195886924063559,0.15372517456988796,0.0,0.9259447683304246,0.15372517456988796,0.0,0.9764318496160138,0.15372517456988796,0.0,0.8451665434104396,0.15372517456988796,0.0,0.4888206617084338,0.15372517456988796,0.0,0.2556867736712771,0.5,0.15372517456988796,0.0,0.05275621218603782,0.0,0.7033247142923517,1.0110828901701974 -960,0.5,0.15372517456988796,0.0,0.44966086747632006,0.15372517456988796,0.0,1.0084004698863878,0.15372517456988796,0.0,0.41860468077844776,0.15372517456988796,0.0,0.2397129738268828,0.15372517456988796,0.0,0.9858393448208747,0.15372517456988796,0.0,0.553929020078975,0.15372517456988796,0.0,0.6171009561692343,0.15372517456988796,0.0,0.09752279803503555,0.5,0.15372517456988796,0.0,0.22601993008467047,0.15372517456988796,0.0,0.07377974930186168,0.5,0.15372517456988796,0.0,0.222499734197022,0.15372517456988796,0.0,0.0794762617765709,0.15372517456988796,0.0,0.9345146375244074,0.15372517456988796,0.0,0.962278982362851,0.15372517456988796,0.0,0.8220713568667937,0.15372517456988796,0.0,0.372276382876556,0.15372517456988796,0.0,0.223428746217759,0.5,0.15372517456988796,0.0,0.0634007896802575,0.0,0.60673012578467,1.010901800383556 -961,0.5,0.15372517456988796,0.0,0.45683673587520823,0.15372517456988796,0.0,0.9625354640051144,0.15372517456988796,0.0,0.3745166394463684,0.15372517456988796,0.0,0.24515681463150454,0.15372517456988796,0.0,0.8453341686906021,0.15372517456988796,0.0,0.4249289743651965,0.15372517456988796,0.0,0.34812662706295844,0.15372517456988796,0.0,0.09964679031942728,0.5,0.15372517456988796,0.0,0.17152638064711181,0.15372517456988796,0.0,0.045748668198761666,0.5,0.15372517456988796,0.0,0.11373999280540105,0.15372517456988796,0.0,0.055933604927250496,0.15372517456988796,0.0,0.9053398832496948,0.15372517456988796,0.0,0.9355829612982768,0.15372517456988796,0.0,0.7552695551260704,0.15372517456988796,0.0,0.2844686994538676,0.15372517456988796,0.0,0.1783419672919316,0.5,0.15372517456988796,0.0,0.05041557699438369,0.0,0.6908675466613501,1.0106060721120291 -962,0.5,0.15372517456988796,0.0,0.46649632758651427,0.15372517456988796,0.0,0.9261836031338366,0.15372517456988796,0.0,0.3258353595605316,0.15372517456988796,0.0,0.22385801921507706,0.15372517456988796,0.0,0.6770898820805027,0.15372517456988796,0.0,0.3787982983318088,0.15372517456988796,0.0,0.2626670783548649,0.15372517456988796,0.0,0.10153033719313237,0.5,0.15372517456988796,0.0,0.14085882042169134,0.15372517456988796,0.0,0.03863120071699982,0.5,0.15372517456988796,0.0,0.034620074983193916,0.15372517456988796,0.0,0.03976115493219192,0.15372517456988796,0.0,0.8604283141109456,0.15372517456988796,0.0,0.8487373046776883,0.15372517456988796,0.0,0.6143224818191508,0.15372517456988796,0.0,0.28385823023543155,0.15372517456988796,0.0,0.12214894277820106,0.5,0.15372517456988796,0.0,0.034570785109989496,0.0,0.767046260309904,1.0097379665689536 -963,0.5,0.15372517456988796,0.0,0.44951518320144546,0.15372517456988796,0.0,0.8385455969549385,0.15372517456988796,0.0,0.2651644790591229,0.15372517456988796,0.0,0.1740011250165741,0.15372517456988796,0.0,0.644425029646508,0.15372517456988796,0.0,0.2719578216223293,0.15372517456988796,0.0,0.21912197769411454,0.15372517456988796,0.0,0.09715906089614254,0.5,0.15372517456988796,0.0,0.10622370552725596,0.15372517456988796,0.0,0.03416944594545948,0.5,0.15372517456988796,0.0,0.028985301777042838,0.15372517456988796,0.0,0.03238414048981097,0.15372517456988796,0.0,0.8533298867880577,0.15372517456988796,0.0,0.740347352207452,0.15372517456988796,0.0,0.4684237979309693,0.15372517456988796,0.0,0.2275198712356568,0.15372517456988796,0.0,0.07393500597100289,0.5,0.15372517456988796,0.0,0.03181602587096086,0.0,0.890353006299337,1.0091193904532314 -964,0.5,0.15372517456988796,0.0,0.4040834019468919,0.15372517456988796,0.0,0.6570019939864907,0.15372517456988796,0.0,0.25036997814843687,0.15372517456988796,0.0,0.1402403538898001,0.15372517456988796,0.0,0.536837377284798,0.15372517456988796,0.0,0.16380346631889042,0.15372517456988796,0.0,0.1862636565831652,0.15372517456988796,0.0,0.11007373602224599,0.5,0.15372517456988796,0.0,0.06149665045178129,0.15372517456988796,0.0,0.034932699522779,0.5,0.15372517456988796,0.0,0.03225431005023633,0.15372517456988796,0.0,0.04294837566464616,0.15372517456988796,0.0,0.8147380279419598,0.15372517456988796,0.0,0.683989938410262,0.15372517456988796,0.0,0.32985622640743817,0.15372517456988796,0.0,0.17796239395114513,0.15372517456988796,0.0,0.05374419962982418,0.5,0.15372517456988796,0.0,0.04649814613593454,0.0,0.8636369958519396,1.0092410599347061 -965,0.5,0.15372517456988796,0.0,0.3323145121423113,0.15372517456988796,0.0,0.4403351382866621,0.15372517456988796,0.0,0.18838251713170814,0.15372517456988796,0.0,0.1145798221306382,0.15372517456988796,0.0,0.32081695488969986,0.15372517456988796,0.0,0.12981208971995464,0.15372517456988796,0.0,0.1763180409061494,0.15372517456988796,0.0,0.09365804309524559,0.5,0.15372517456988796,0.0,0.038277640976414444,0.15372517456988796,0.0,0.04524594343550698,0.5,0.15372517456988796,0.0,0.03334127685414666,0.15372517456988796,0.0,0.059086438631349776,0.15372517456988796,0.0,0.7307700243709703,0.15372517456988796,0.0,0.6063274092736174,0.15372517456988796,0.0,0.23906160362206005,0.15372517456988796,0.0,0.1712627162724879,0.15372517456988796,0.0,0.04482479193796508,0.5,0.15372517456988796,0.0,0.061589996966003084,0.0,0.6794772466654186,1.004772908797322 -966,0.5,0.15372517456988796,0.0,0.2727191345251563,0.15372517456988796,0.0,0.29745594508809065,0.15372517456988796,0.0,0.11479205758893996,0.15372517456988796,0.0,0.08552561573015241,0.15372517456988796,0.0,0.2512477319981985,0.15372517456988796,0.0,0.11017320726097535,0.15372517456988796,0.0,0.1775407840120356,0.15372517456988796,0.0,0.08950542002451992,0.5,0.15372517456988796,0.0,0.030144474550620217,0.15372517456988796,0.0,0.05517708039599284,0.5,0.15372517456988796,0.0,0.06258214800708874,0.15372517456988796,0.0,0.06966224355162969,0.15372517456988796,0.0,0.6606625731394622,0.15372517456988796,0.0,0.4780318868655923,0.15372517456988796,0.0,0.1740953262617575,0.15372517456988796,0.0,0.14574361119557974,0.15372517456988796,0.0,0.0572456629656561,0.5,0.15372517456988796,0.0,0.09354069456179484,0.0,0.6343904147609231,1.000817532481251 -967,0.5,0.15372517456988796,0.0,0.22629392721384387,0.15372517456988796,0.0,0.19907737488674854,0.15372517456988796,0.0,0.06574026272910338,0.15372517456988796,0.0,0.05600919374336792,0.15372517456988796,0.0,0.16952382029218566,0.15372517456988796,0.0,0.09410275296356405,0.15372517456988796,0.0,0.17735218409184145,0.15372517456988796,0.0,0.10516421554822178,0.5,0.15372517456988796,0.0,0.02971269566142687,0.15372517456988796,0.0,0.059003914559381976,0.5,0.15372517456988796,0.0,0.09237868198352972,0.15372517456988796,0.0,0.09640966357159449,0.15372517456988796,0.0,0.5388396165000077,0.15372517456988796,0.0,0.41198464955431185,0.15372517456988796,0.0,0.1461295123447529,0.15372517456988796,0.0,0.10552158396335604,0.15372517456988796,0.0,0.0786924493508824,0.5,0.15372517456988796,0.0,0.13888198451176936,0.0,0.6058281708984972,0.9989323433517651 -968,0.5,0.15372517456988796,0.0,0.17493763326384892,0.15372517456988796,0.0,0.15385105581957628,0.15372517456988796,0.0,0.0678785865589357,0.15372517456988796,0.0,0.05367974060776067,0.15372517456988796,0.0,0.107064411666316,0.15372517456988796,0.0,0.0978216098905336,0.15372517456988796,0.0,0.1617295812049134,0.15372517456988796,0.0,0.11842404144359736,0.5,0.15372517456988796,0.0,0.055660777994390676,0.15372517456988796,0.0,0.06789620513322374,0.5,0.15372517456988796,0.0,0.07876734863860639,0.15372517456988796,0.0,0.1016141308860958,0.15372517456988796,0.0,0.46705680407935113,0.15372517456988796,0.0,0.3375315948973776,0.15372517456988796,0.0,0.12038088004604211,0.15372517456988796,0.0,0.0783987040859861,0.15372517456988796,0.0,0.08532729764161007,0.5,0.15372517456988796,0.0,0.17233077469728705,0.0,0.45949656319204174,0.9935290338660232 -969,0.5,0.15372517456988796,0.054461016797329134,0.13781303538007394,0.15372517456988796,0.03056199095449566,0.11643293276913085,0.15372517456988796,0.056651051965168356,0.07138816341680597,0.15372517456988796,0.07948626936211418,0.05437933464855885,0.15372517456988796,0.014039410650233633,0.0631482667681013,0.15372517456988796,0.007844549483586321,0.10826819315397518,0.15372517456988796,0.018230822924274442,0.16046696428529994,0.15372517456988796,0.010909064972151149,0.12111250868752783,0.5,0.15372517456988796,0.020043143331087806,0.08146636067489986,0.15372517456988796,0.05540267428125406,0.06590159683572033,0.5,0.15372517456988796,0.0355223984520906,0.1465703910632858,0.15372517456988796,0.03721582947414905,0.13540385519727266,0.15372517456988796,0.010557699380029352,0.4135216401527494,0.15372517456988796,0.015330495912444442,0.25611482712647393,0.15372517456988796,0.033894801675676656,0.08271469253853611,0.15372517456988796,0.02942925632934017,0.08462155801427851,0.15372517456988796,0.0532426704806975,0.0917370217455519,0.5,0.15372517456988796,0.07022872340572568,0.1808419265478241,0.0,0.34749197463787046,0.9907156104546353 -970,0.5,0.15372517456988796,0.21733144767425217,0.12693413511914517,0.15372517456988796,0.19114653157707337,0.08483018213870602,0.15372517456988796,0.2025616699110413,0.061479175125971244,0.15372517456988796,0.24275903271818816,0.05808598268161429,0.15372517456988796,0.15711286350508594,0.05770548096457627,0.15372517456988796,0.10498680605518476,0.09661127969225243,0.15372517456988796,0.12870235394863896,0.1800851277046813,0.15372517456988796,0.09628799585037895,0.14692565720613535,0.5,0.15372517456988796,0.10679926243271763,0.0896999942827712,0.15372517456988796,0.20773526633720707,0.06495767373506016,0.5,0.15372517456988796,0.16528852115807086,0.346550033777707,0.15372517456988796,0.13372274822130123,0.15959991217970695,0.15372517456988796,0.14792402873176555,0.37566807562969684,0.15372517456988796,0.16955660884383497,0.17472064576394014,0.15372517456988796,0.17570199697082972,0.07378759473187953,0.15372517456988796,0.14255675594869907,0.13261271639036018,0.15372517456988796,0.17033523872641115,0.1685657930045022,0.5,0.15372517456988796,0.2061642943696313,0.2281825736096137,0.0,0.2580015621380686,0.9775530268453356 -971,0.5,0.15372517456988796,0.36102383892308265,0.13194170781543488,0.15372517456988796,0.3466545260289102,0.0713899252363831,0.15372517456988796,0.31801185334152865,0.06416509965095799,0.15372517456988796,0.3891850241392658,0.08379034182377755,0.15372517456988796,0.2523688058578014,0.05786894074599211,0.15372517456988796,0.20231255700723358,0.09253294197618495,0.15372517456988796,0.24148978277715805,0.19598225528648705,0.15372517456988796,0.17857051637594862,0.13529450848859928,0.5,0.15372517456988796,0.20645807742802474,0.1744161752481021,0.15372517456988796,0.2986023925805042,0.0825928606603635,0.5,0.15372517456988796,0.3109692924531051,0.5201727632811178,0.15372517456988796,0.19981280853139508,0.18585597354412825,0.15372517456988796,0.3209334434695288,0.3520592191686529,0.15372517456988796,0.3011563552004719,0.1342236484914479,0.15372517456988796,0.30239056409956766,0.0859787675772311,0.15372517456988796,0.26120880485703996,0.19173994425997454,0.15372517456988796,0.32045733878543303,0.30573805845253904,0.5,0.15372517456988796,0.3804714328593661,0.2386906146308495,0.0,0.25560116817132544,0.946336052438163 -972,0.5,0.15372517456988796,0.4602891710517769,0.14749082104121472,0.15372517456988796,0.4333111892297479,0.12773853778043304,0.15372517456988796,0.43771446842013806,0.09110825649981456,0.15372517456988796,0.49289647329116504,0.1435546008359068,0.15372517456988796,0.31085268663206767,0.0586841585925864,0.15372517456988796,0.23459104145568158,0.08158026305138759,0.15372517456988796,0.3072710311277128,0.21821846237011805,0.15372517456988796,0.2346259233134901,0.10507963374868493,0.5,0.15372517456988796,0.2684237731511184,0.31740181108077964,0.15372517456988796,0.28967969546925215,0.07901543409918223,0.5,0.15372517456988796,0.358127107690542,0.6717711655693199,0.15372517456988796,0.2396171654726868,0.16904035254395536,0.15372517456988796,0.45107063805331127,0.34567671135513,0.15372517456988796,0.3455430148205604,0.16461731695568066,0.15372517456988796,0.38973043472851154,0.0887650068422821,0.15372517456988796,0.3655309925306688,0.20367885929624,0.15372517456988796,0.4610767955777577,0.533319555273851,0.5,0.15372517456988796,0.46361519659189243,0.29430163429340755,0.0,0.25123353226030865,0.9075918216834934 -973,0.5,0.15372517456988796,0.5209739371500012,0.13993643289775015,0.15372517456988796,0.46701365704348785,0.12945749651409744,0.15372517456988796,0.5003485272400267,0.13508905866562654,0.15372517456988796,0.5329513289902633,0.18034645998475649,0.15372517456988796,0.3055273514039274,0.044081891495705086,0.15372517456988796,0.23883955573624688,0.049733107223067355,0.15372517456988796,0.34278183396688744,0.12812418255401528,0.15372517456988796,0.29097667623627615,0.1096906280798187,0.5,0.15372517456988796,0.2711972825265361,0.2431347353824643,0.15372517456988796,0.2980967956799412,0.05781371976894947,0.5,0.15372517456988796,0.3901646994317322,0.7253949558877762,0.15372517456988796,0.2683699096102762,0.12563050395434527,0.15372517456988796,0.5134440047986006,0.33126215009717164,0.15372517456988796,0.3260395476102786,0.12626725368971647,0.15372517456988796,0.41074827093096666,0.07599745529964522,0.15372517456988796,0.43341300491603507,0.22293938874677666,0.15372517456988796,0.5228292753074076,0.5952612254228115,0.5,0.15372517456988796,0.4747119757235832,0.22885247940006692,0.0,0.19011722562564268,0.8895289871756908 -974,0.5,0.15372517456988796,0.5023903960555218,0.12408129563641636,0.15372517456988796,0.40775714384581185,0.07342040205441458,0.15372517456988796,0.507089520222127,0.14721839326382063,0.15372517456988796,0.5110849825385342,0.1866750910025617,0.15372517456988796,0.28391788625559905,0.027062781032176693,0.15372517456988796,0.2422945256256474,0.015051812566974234,0.15372517456988796,0.37761255677734373,0.05226373578759281,0.15372517456988796,0.27101994915166494,0.12887471201156794,0.5,0.15372517456988796,0.1916129541347155,0.1394394773984143,0.15372517456988796,0.26976918136069006,0.016780128383269942,0.5,0.15372517456988796,0.28059997788013125,0.3696225561985456,0.15372517456988796,0.20684620063140388,0.06941539711410102,0.15372517456988796,0.48224169750584167,0.28191709122335784,0.15372517456988796,0.26869259285642016,0.0795776598433494,0.15372517456988796,0.39934545650451925,0.050560643109757386,0.15372517456988796,0.4244287671043553,0.17829063549555407,0.15372517456988796,0.4802033797528578,0.45550976165071866,0.5,0.15372517456988796,0.4327559687573962,0.16554728763359497,0.0,0.15031136889672148,0.8468082640861557 -975,0.5,0.15372517456988796,0.4142140360905924,0.08793044989848331,0.15372517456988796,0.3338538676741107,0.048400047627392084,0.15372517456988796,0.405151442590374,0.1304146124926326,0.15372517456988796,0.42482033275149755,0.18331246779667504,0.15372517456988796,0.21083350978373705,0.006172609365794447,0.15372517456988796,0.20567307407518826,0.017320500107821955,0.15372517456988796,0.28537924663425873,0.02971208797410979,0.15372517456988796,0.20851958601433984,0.14612330481291524,0.5,0.15372517456988796,0.12784540699830685,0.06247360022323638,0.15372517456988796,0.15122501430133067,0.026463624759827855,0.5,0.15372517456988796,0.14065744027701424,0.16412455582892488,0.15372517456988796,0.13734412718206077,0.07509652645007378,0.15372517456988796,0.36786285116100526,0.1785683939290199,0.15372517456988796,0.21554175309064522,0.05173534224578334,0.15372517456988796,0.34173700668529206,0.035647092446543446,0.15372517456988796,0.29795809224638836,0.13813787197816255,0.15372517456988796,0.3853422417498156,0.2094405110595589,0.5,0.15372517456988796,0.33018996935348194,0.0718864977267239,0.0,0.06626430818925376,0.75578100591561 -976,0.5,0.15372517456988796,0.24996936506397816,0.05852793634218542,0.15372517456988796,0.21241457580696083,0.012241248651068869,0.15372517456988796,0.2329298000997917,0.09262416939684287,0.15372517456988796,0.23928322583370087,0.15037659798336336,0.15372517456988796,0.12828731746513455,0.003313784753854717,0.15372517456988796,0.1371021658309728,0.0637972706702312,0.15372517456988796,0.19762932293501506,0.05592773352063808,0.15372517456988796,0.12110318628666794,0.1142240337861308,0.5,0.15372517456988796,0.07063161822878743,0.02733754686917903,0.15372517456988796,0.09546436905821311,0.03599747114832423,0.5,0.15372517456988796,0.06881170257961769,0.07844950932658701,0.15372517456988796,0.0865951572708838,0.10321421091533878,0.15372517456988796,0.23231338018467543,0.09412616355028174,0.15372517456988796,0.1164044215315301,0.02767951762742013,0.15372517456988796,0.22505236772188514,0.026301206501724156,0.15372517456988796,0.1694659891303372,0.10877744923611248,0.15372517456988796,0.1928314174012708,0.08235136496783746,0.5,0.15372517456988796,0.1605403862648077,0.014742156541304823,0.0,0.046213546468608716,0.6636457346808574 -977,0.5,0.15372517456988796,0.0,0.07210880854619543,0.15372517456988796,0.0,0.02515767892209472,0.15372517456988796,0.02718862296938707,0.09751083317687606,0.15372517456988796,0.0,0.14766622972033008,0.15372517456988796,0.05619516367728622,0.024142813486737243,0.15372517456988796,0.059254461248383475,0.0846224560610878,0.15372517456988796,0.06405589667571354,0.10835390424722238,0.15372517456988796,0.038209009609411836,0.05036737502241691,0.5,0.15372517456988796,0.024898504423963748,0.014498121355970076,0.15372517456988796,0.02857256042039687,0.03439087689336832,0.5,0.15372517456988796,0.01914422697396729,0.029660949548788555,0.15372517456988796,0.03153072701182561,0.10415007020828197,0.15372517456988796,0.01100383409492435,0.058704360401068426,0.15372517456988796,0.03470830798651946,0.015382002868250021,0.15372517456988796,0.05182324295593771,0.048911270570942515,0.15372517456988796,0.04463388034956227,0.08980754306182573,0.15372517456988796,0.03604173133477764,0.05573375361932516,0.5,0.15372517456988796,0.03086287551406519,0.013513428095890206,0.0,0.04656027729900152,0.5877748151672784 -978,0.5,0.15372517456988796,0.0,0.08980472707894688,0.15372517456988796,0.0,0.04578597044118088,0.15372517456988796,0.0,0.10252353538220878,0.15372517456988796,0.0,0.17561868910503567,0.15372517456988796,0.0,0.06024546959091171,0.15372517456988796,0.0,0.08912268940733356,0.15372517456988796,0.0,0.11903254773298631,0.15372517456988796,0.0,0.027617260394050554,0.5,0.15372517456988796,4.780428214141206e-06,0.009560746441993588,0.15372517456988796,0.0,0.03444898201370096,0.5,0.15372517456988796,0.0,0.00777596738380993,0.15372517456988796,5.027276569881941e-06,0.09993741441916848,0.15372517456988796,0.0,0.05726200137195357,0.15372517456988796,0.0,0.021858491271504583,0.15372517456988796,0.0,0.08722198521779564,0.15372517456988796,0.0,0.06880838997085892,0.15372517456988796,0.0,0.04186231976980434,0.5,0.15372517456988796,0.0,0.028574833783910198,0.0,0.05718469602206147,0.4994994846423939 -979,0.5,0.15372517456988796,0.0,0.11788547413886426,0.15372517456988796,0.0,0.06385945371383847,0.15372517456988796,0.0,0.0951186439146779,0.15372517456988796,0.0,0.211557009188056,0.15372517456988796,0.0,0.07832318745509972,0.15372517456988796,0.0,0.06210693315648731,0.15372517456988796,0.0,0.039415093182126194,0.15372517456988796,0.0,0.02879306000512484,0.5,0.15372517456988796,0.0,0.015005032674625048,0.15372517456988796,0.0,0.025137262480350704,0.5,0.15372517456988796,0.0,0.014455190057908516,0.15372517456988796,0.0,0.11259501003918192,0.15372517456988796,0.0,0.05095419660986758,0.15372517456988796,0.0,0.03455248130506609,0.15372517456988796,0.0,0.10660879586924189,0.15372517456988796,0.0,0.031017320533657727,0.15372517456988796,0.0,0.035374494270603976,0.5,0.15372517456988796,0.0,0.021112335262940766,0.0,0.07319791658558256,0.3588543363998501 -980,0.5,0.15372517456988796,0.0,0.1565992943634469,0.15372517456988796,0.0,0.06737216917653865,0.15372517456988796,0.0,0.07012580460871864,0.15372517456988796,0.0,0.22115859809794056,0.15372517456988796,0.0,0.06442080255806963,0.15372517456988796,0.0,0.050793992890699025,0.15372517456988796,0.0,0.02335761577550721,0.15372517456988796,0.0,0.0472468419443136,0.5,0.15372517456988796,0.0,0.027539434545253955,0.15372517456988796,0.0,0.01696700948221133,0.5,0.15372517456988796,0.0,0.037380589267949633,0.15372517456988796,0.0,0.10756459309171786,0.15372517456988796,0.0,0.051213621014415144,0.15372517456988796,0.0,0.03616319526371828,0.15372517456988796,0.0,0.10361101385754361,0.15372517456988796,0.0,0.01968006994894429,0.15372517456988796,0.0,0.046654409333623685,0.5,0.15372517456988796,0.0,0.023221204463683844,0.0,0.07925363834854997,0.21678008874421828 -981,0.5,0.15372517456988796,0.0,0.1904074357394976,0.15372517456988796,0.0,0.06198095407549549,0.15372517456988796,0.0,0.036542318787289155,0.15372517456988796,0.0,0.1764995300229729,0.15372517456988796,0.0,0.04163134959374919,0.15372517456988796,0.0,0.057457471182139896,0.15372517456988796,0.0,0.015462677183288531,0.15372517456988796,0.0,0.0846359122265587,0.5,0.15372517456988796,0.0,0.04264574910779289,0.15372517456988796,0.0,0.016808472061876325,0.5,0.15372517456988796,0.0,0.08454972077181534,0.15372517456988796,0.0,0.13093637064691893,0.15372517456988796,0.0,0.051139142382661804,0.15372517456988796,0.0,0.02869119940976198,0.15372517456988796,0.0,0.08097356367935776,0.15372517456988796,0.0,0.022483793622971114,0.15372517456988796,0.0,0.0650110008717584,0.5,0.15372517456988796,0.0,0.01486423929890928,0.0,0.1064996682132032,0.15091097312061158 -982,0.5,0.15372517456988796,0.0,0.20414368600714866,0.15372517456988796,0.0,0.05790806467214071,0.15372517456988796,0.0,0.021389952895323663,0.15372517456988796,0.0,0.1450048375288184,0.15372517456988796,0.0,0.025362087555275848,0.15372517456988796,0.0,0.09072777057859446,0.15372517456988796,0.0,0.0133857465881698,0.15372517456988796,0.0,0.14634285868152758,0.5,0.15372517456988796,0.0,0.08245960198446232,0.15372517456988796,0.0,0.029919125030478024,0.5,0.15372517456988796,0.0,0.3576401606176684,0.15372517456988796,0.0,0.20221556844544103,0.15372517456988796,0.0,0.04085223772458689,0.15372517456988796,0.0,0.017462605951239857,0.15372517456988796,0.0,0.052088695522239346,0.15372517456988796,0.0,0.03841890702785726,0.15372517456988796,0.0,0.1157517810239553,0.5,0.15372517456988796,0.0,0.023999846895770074,0.0,0.1326095120943769,0.20003399555553075 -983,0.5,0.15372517456988796,0.0,0.18007898725084043,0.15372517456988796,0.0,0.03478617366169584,0.15372517456988796,0.0,0.03048106900790008,0.15372517456988796,0.0,0.13039048744042994,0.15372517456988796,0.0,0.02561907961067145,0.15372517456988796,0.0,0.11143528635991046,0.15372517456988796,0.0,0.021327250862859307,0.15372517456988796,0.0,0.1986323806247994,0.5,0.15372517456988796,0.0,0.12953647300225582,0.15372517456988796,0.0,0.05318304269443479,0.5,0.15372517456988796,0.0,0.5129528909824033,0.15372517456988796,0.0,0.2640999157104945,0.15372517456988796,0.0,0.033188573446625354,0.15372517456988796,0.0,0.01007083681522249,0.15372517456988796,0.0,0.029223080466150513,0.15372517456988796,0.0,0.05145191295540511,0.15372517456988796,0.0,0.17739763213844068,0.5,0.15372517456988796,0.0,0.04309445028929129,0.0,0.15321471733752076,0.3860952659819316 -984,0.5,0.15372517456988796,0.0,0.13725897898538972,0.15372517456988796,0.0,0.01398153745403032,0.15372517456988796,0.0,0.049167257173753864,0.15372517456988796,0.0,0.11317237758606033,0.15372517456988796,0.0,0.03129000243263688,0.15372517456988796,0.0,0.10893632918280077,0.15372517456988796,0.0,0.03661586558932124,0.15372517456988796,0.0,0.23497114177089568,0.5,0.15372517456988796,0.0,0.19094098710057725,0.15372517456988796,0.0,0.17007478689298114,0.5,0.15372517456988796,0.0,0.4666393135210348,0.15372517456988796,0.0,0.32889356030951605,0.15372517456988796,0.0,0.027599000631353853,0.15372517456988796,0.0,0.006651593878038212,0.15372517456988796,0.0,0.019708968801355743,0.15372517456988796,0.0,0.0629966399186348,0.15372517456988796,0.0,0.21297858066404476,0.5,0.15372517456988796,0.0,0.06186555003527541,0.0,0.13845111686052758,0.5386620729171554 -985,0.5,0.15372517456988796,0.0,0.10442378603295638,0.15372517456988796,0.0,0.01637614180801332,0.15372517456988796,0.0,0.09097932101541956,0.15372517456988796,0.0,0.10708726486644472,0.15372517456988796,0.0,0.032104038753906036,0.15372517456988796,0.0,0.11548667479235872,0.15372517456988796,0.0,0.04977830569041207,0.15372517456988796,0.0,0.27911394138741974,0.5,0.15372517456988796,0.0,0.29128316403595594,0.15372517456988796,0.0,0.43303744578379966,0.5,0.15372517456988796,0.0,0.4567675964581618,0.15372517456988796,0.0,0.42223186491798226,0.15372517456988796,0.0,0.019642105484070305,0.15372517456988796,0.0,0.005867532115692966,0.15372517456988796,0.0,0.015458553036565377,0.15372517456988796,0.0,0.0799880980865635,0.15372517456988796,0.0,0.2351132507579493,0.5,0.15372517456988796,0.0,0.0883549491205172,0.0,0.0902242500432597,0.5701807225107957 -986,0.5,0.15372517456988796,0.0,0.08840805574052743,0.15372517456988796,0.0,0.026461963628499775,0.15372517456988796,0.0,0.124311410577968,0.15372517456988796,0.0,0.11083973827415183,0.15372517456988796,0.0,0.037250317035554564,0.15372517456988796,0.0,0.11784508610767645,0.15372517456988796,0.0,0.08371511856729366,0.15372517456988796,0.0,0.32163403902806,0.5,0.15372517456988796,0.0,0.39111588897754773,0.15372517456988796,0.0,0.6890739519512129,0.5,0.15372517456988796,0.0,0.5980460230920396,0.15372517456988796,0.0,0.5240730762382012,0.15372517456988796,0.0,0.011759894622007801,0.15372517456988796,0.0,0.006952288342536228,0.15372517456988796,0.0,0.013525172728671351,0.15372517456988796,0.0,0.10610419412895107,0.15372517456988796,0.0,0.2830181247068496,0.5,0.15372517456988796,0.0,0.14412033932924562,0.0,0.07825763915401798,0.5318233678827572 -987,0.5,0.15372517456988796,0.0,0.06670954428273163,0.15372517456988796,0.0,0.020602909217413604,0.15372517456988796,0.0,0.15524605397723082,0.15372517456988796,0.0,0.1488325865568398,0.15372517456988796,0.0,0.04679276100546497,0.15372517456988796,0.0,0.1122171109848367,0.15372517456988796,0.0,0.14562256558824846,0.15372517456988796,0.0,0.34321916690952914,0.5,0.15372517456988796,0.0,0.42239611940113564,0.15372517456988796,0.0,0.7922913135273109,0.5,0.15372517456988796,0.0,0.6931746354462853,0.15372517456988796,0.0,0.5573976038187943,0.15372517456988796,0.0,0.007887101663946048,0.15372517456988796,0.0,0.014718539503579684,0.15372517456988796,0.0,0.01391141361902245,0.15372517456988796,0.0,0.1901882794331755,0.15372517456988796,0.0,0.37424985183245885,0.5,0.15372517456988796,0.0,0.3381768193384653,0.0,0.09935848400150367,0.402546358458855 -988,0.5,0.15372517456988796,0.0,0.04425877022646564,0.15372517456988796,0.0,0.007807857825316739,0.15372517456988796,0.0,0.21398140538021657,0.15372517456988796,0.0,0.1866452475251996,0.15372517456988796,0.0,0.065752262666242,0.15372517456988796,0.0,0.1404604573495649,0.15372517456988796,0.0,0.20777233143928883,0.15372517456988796,0.0,0.3338741159679226,0.5,0.15372517456988796,0.0,0.402725480160563,0.15372517456988796,0.0,0.8157254125715808,0.5,0.15372517456988796,0.0,0.7783319505230405,0.15372517456988796,0.0,0.5494074842763833,0.15372517456988796,0.0,0.009736449715462302,0.15372517456988796,0.0,0.037399377623530905,0.15372517456988796,0.0,0.026567810624534314,0.15372517456988796,0.0,0.3563893431594905,0.15372517456988796,0.0,0.5043743457069153,0.5,0.15372517456988796,0.0,0.5584994643930637,0.0,0.09129584239403249,0.2513073749919075 -989,0.5,0.15372517456988796,0.0,0.03176112097119084,0.15372517456988796,0.0,0.00777964911721032,0.15372517456988796,0.0,0.3211513676728949,0.15372517456988796,0.0,0.2495785335327017,0.15372517456988796,0.0,0.09748440355856113,0.15372517456988796,0.0,0.1952226717190871,0.15372517456988796,0.0,0.2934158442703717,0.15372517456988796,0.0,0.3260440427341457,0.5,0.15372517456988796,0.0,0.3864850004369996,0.15372517456988796,0.0,0.7851371509094799,0.5,0.15372517456988796,0.0,0.8399253575132762,0.15372517456988796,0.0,0.5295398505987877,0.15372517456988796,0.0,0.012374961831567157,0.15372517456988796,0.0,0.061089697468040646,0.15372517456988796,0.0,0.05523969465625382,0.15372517456988796,0.0,0.545581545230918,0.15372517456988796,0.0,0.6199596886243423,0.5,0.15372517456988796,0.0,0.6627996146786809,0.0,0.044329528315164075,0.18113760741104046 -990,0.5,0.15372517456988796,0.0,0.0338632505711322,0.15372517456988796,0.0,0.022699212322407673,0.15372517456988796,0.0,0.4474687508107422,0.15372517456988796,0.0,0.3219440624516031,0.15372517456988796,0.0,0.14067377672169998,0.15372517456988796,0.0,0.23289856991419527,0.15372517456988796,0.0,0.4033686143785262,0.15372517456988796,0.0,0.3160397658444064,0.5,0.15372517456988796,0.0,0.38857723927175186,0.15372517456988796,0.0,0.6712228084983136,0.5,0.15372517456988796,0.0,0.8314386339108477,0.15372517456988796,0.0,0.48389735637130077,0.15372517456988796,0.0,0.008086100781164826,0.15372517456988796,0.0,0.10192204266895127,0.15372517456988796,0.0,0.11094337677208108,0.15372517456988796,0.0,0.565930066813322,0.15372517456988796,0.0,0.7026500944972193,0.5,0.15372517456988796,0.0,0.7247992707608091,0.0,0.016163068175724986,0.24087591255030072 -991,0.5,0.15372517456988796,0.0,0.061556663665474465,0.15372517456988796,0.0,0.04060234828542392,0.15372517456988796,0.0,0.6084495479265402,0.15372517456988796,0.0,0.3859776195061087,0.15372517456988796,0.0,0.15640549488125172,0.15372517456988796,0.0,0.2520324380807901,0.15372517456988796,0.0,0.45163713042038256,0.15372517456988796,0.0,0.3008229664607235,0.5,0.15372517456988796,0.0,0.3787743284251871,0.15372517456988796,0.0,0.5224886860340618,0.5,0.15372517456988796,0.0,0.7466872045431879,0.15372517456988796,0.0,0.4324406008886096,0.15372517456988796,0.0,0.007647309788714033,0.15372517456988796,0.0,0.1144447807450602,0.15372517456988796,0.0,0.1834166851522726,0.15372517456988796,0.0,0.5278553859658417,0.15372517456988796,0.0,0.6961055376459463,0.5,0.15372517456988796,0.0,0.7154602175099796,0.0,0.005657445208421505,0.2167590363881828 -992,0.5,0.15372517456988796,0.0,0.10515548713786481,0.15372517456988796,0.0,0.053427128657289207,0.15372517456988796,0.0,0.7278487531769311,0.15372517456988796,0.0,0.449470093230918,0.15372517456988796,0.0,0.19808002708586395,0.15372517456988796,0.0,0.3018063197681264,0.15372517456988796,0.0,0.47305294120977964,0.15372517456988796,0.0,0.30599415652284345,0.5,0.15372517456988796,0.0,0.36064296949656255,0.15372517456988796,0.0,0.3765599571042578,0.5,0.15372517456988796,0.0,0.6729001871610871,0.15372517456988796,0.0,0.37006554039795503,0.15372517456988796,0.0,0.013570844206893655,0.15372517456988796,0.0,0.10948012856011677,0.15372517456988796,0.0,0.21688370192673417,0.15372517456988796,0.0,0.4971131553945336,0.15372517456988796,0.0,0.6481822309797941,0.5,0.15372517456988796,0.0,0.6248653538416883,0.0,0.0028424686078544785,0.15517251791710496 -993,0.5,0.15372517456988796,0.01147978735961418,0.1558755636326234,0.15372517456988796,0.015344788029034957,0.05484655342070793,0.15372517456988796,0.010580291737714836,0.6637036650955218,0.15372517456988796,0.011321695740105763,0.5791512318674854,0.15372517456988796,0.013305945506558663,0.2396472813771568,0.15372517456988796,0.005301053461468665,0.30647394641581793,0.15372517456988796,0.009130580969531852,0.5897457587863415,0.15372517456988796,0.013554327675898438,0.31949803995732995,0.5,0.15372517456988796,0.009562883697139618,0.37994520012547506,0.15372517456988796,0.02915492050095085,0.2945789277640258,0.5,0.15372517456988796,0.006605895165607767,0.6517521175502582,0.15372517456988796,0.00878947540959241,0.32298656840433804,0.15372517456988796,0.007239618722423292,0.019320903682629776,0.15372517456988796,0.012893256715004724,0.13242572452758405,0.15372517456988796,0.015228354754620968,0.19839347477148725,0.15372517456988796,0.013563148873553437,0.4655443002978744,0.15372517456988796,0.008025940786060693,0.5905879535902289,0.5,0.15372517456988796,0.03399986649133171,0.5570605336646106,0.0,0.00042865817007536357,0.1862089135627983 -994,0.5,0.15372517456988796,0.04669329133314688,0.22772287183383616,0.15372517456988796,0.09041116067745161,0.05106062064415562,0.15372517456988796,0.04864321985548965,0.6489975752176091,0.15372517456988796,0.030144211692565166,0.6727572314522765,0.15372517456988796,0.05632406104315067,0.29188714772802216,0.15372517456988796,0.06136107814620671,0.31313777066726545,0.15372517456988796,0.040677296863347256,0.6235592168597429,0.15372517456988796,0.10975988875397762,0.3370938247095824,0.5,0.15372517456988796,0.04726306698814452,0.41987577537832377,0.15372517456988796,0.07390366052192096,0.32170643151769196,0.5,0.15372517456988796,0.032319293988319245,0.7231120698733821,0.15372517456988796,0.03859296541057785,0.2874413817730929,0.15372517456988796,0.07919037650536266,0.03197424333793834,0.15372517456988796,0.12032574797336168,0.16019114921757605,0.15372517456988796,0.09284848180438772,0.2613298040303061,0.15372517456988796,0.0682192375638302,0.5984553116312201,0.15372517456988796,0.0317559250440489,0.550195788604626,0.5,0.15372517456988796,0.10355901434027266,0.5717118018390539,0.0,0.0020970513262672723,0.1633433708585853 -995,0.5,0.15372517456988796,0.10383717168493409,0.2985969494830607,0.15372517456988796,0.21489512115134063,0.10246241884918872,0.15372517456988796,0.10359360214942816,0.5781566925522913,0.15372517456988796,0.05102541490055841,0.718920807733243,0.15372517456988796,0.04899586871165261,0.2956933455648225,0.15372517456988796,0.18224345881287748,0.3668837982638269,0.15372517456988796,0.059053192556633854,0.5413005671299805,0.15372517456988796,0.20564913974338514,0.40290892751069873,0.5,0.15372517456988796,0.09680555589961079,0.480247279889896,0.15372517456988796,0.07985997077165514,0.24166561972025336,0.5,0.15372517456988796,0.05682324764836709,0.7042117589472177,0.15372517456988796,0.07705569831648423,0.2989138838571229,0.15372517456988796,0.23274478978404933,0.08878531628538454,0.15372517456988796,0.12746285523390105,0.22926770717391795,0.15372517456988796,0.15811180046309026,0.45432881363533245,0.15372517456988796,0.08845152103799298,0.6054890773094765,0.15372517456988796,0.06069349405802917,0.5628776753046584,0.5,0.15372517456988796,0.15428864919010296,0.5335808012308364,0.0,0.03161604991581518,0.21399441993499776 -996,0.5,0.15372517456988796,0.1656197247674721,0.4009910978915682,0.15372517456988796,0.3770279382485041,0.3204376383609574,0.15372517456988796,0.1825844573084462,0.6032715645448471,0.15372517456988796,0.07728942677334469,0.7181469644892294,0.15372517456988796,0.10246580643067958,0.31833360989108994,0.15372517456988796,0.36729248145330773,0.44729067176118525,0.15372517456988796,0.12152658315738861,0.5447287390405611,0.15372517456988796,0.2694091524779602,0.49865680143966284,0.5,0.15372517456988796,0.18134800366503032,0.5203878231303057,0.15372517456988796,0.08852955445090549,0.18000954192746332,0.5,0.15372517456988796,0.10825335656278734,0.6025851264801293,0.15372517456988796,0.12809188191175214,0.2959521991739971,0.15372517456988796,0.33019043735837866,0.21229139516895446,0.15372517456988796,0.11172081255532501,0.26343639446002687,0.15372517456988796,0.1540877275668388,0.598524605454768,0.15372517456988796,0.0826387648396271,0.5437718179517899,0.15372517456988796,0.08025063449641846,0.5589850946865411,0.5,0.15372517456988796,0.11742028720921344,0.38681771466484494,0.0,0.08111849146025016,0.3758869714607434 -997,0.5,0.15372517456988796,0.23996582137314576,0.5096912816861806,0.15372517456988796,0.4428991643327268,0.6595758289299999,0.15372517456988796,0.1689322035870092,0.6941826183266209,0.15372517456988796,0.13295388456142057,0.7024419600859362,0.15372517456988796,0.30389554472159946,0.5116514945000321,0.15372517456988796,0.4668704853291616,0.5714406402478223,0.15372517456988796,0.20164886183156933,0.5306105336817752,0.15372517456988796,0.2775236831899145,0.5822069532565071,0.5,0.15372517456988796,0.2916648708299204,0.5734610670224253,0.15372517456988796,0.11164934343939786,0.1399223473331551,0.5,0.15372517456988796,0.15540969900640766,0.5155847051320225,0.15372517456988796,0.16347191672917424,0.2510842048302878,0.15372517456988796,0.2605811205195916,0.29470518048688665,0.15372517456988796,0.10807939913625522,0.3068576594589826,0.15372517456988796,0.1035119294647873,0.5686585868950569,0.15372517456988796,0.08692107265290727,0.4643906315256034,0.15372517456988796,0.08402834063194997,0.523962942978757,0.5,0.15372517456988796,0.10011764069213758,0.2702873139004543,0.0,0.14441015883763914,0.5628172065951038 -998,0.5,0.15372517456988796,0.2737365607399316,0.6082322081933469,0.15372517456988796,0.12560990552216997,0.6124998842505035,0.15372517456988796,0.09323366221260013,0.6312999758108955,0.15372517456988796,0.15775730843296668,0.676385846213811,0.15372517456988796,0.41372194024287645,0.6531172679729541,0.15372517456988796,0.5177638314504043,0.647815743044506,0.15372517456988796,0.3118354757541899,0.6355814793528396,0.15372517456988796,0.2516297042520792,0.6657060758925388,0.5,0.15372517456988796,0.2875776034743332,0.6598558821116176,0.15372517456988796,0.12007831806677322,0.10603650817118265,0.5,0.15372517456988796,0.2553021868508688,0.43630626207237455,0.15372517456988796,0.23192661019965258,0.21532540854162716,0.15372517456988796,0.12569750691228587,0.2986582214604246,0.15372517456988796,0.17241759702655982,0.41208111228177247,0.15372517456988796,0.08289952890789037,0.4538874021217431,0.15372517456988796,0.09985623152374037,0.5343600167051437,0.15372517456988796,0.0857370507656411,0.44686589459911524,0.5,0.15372517456988796,0.09507381455288315,0.1957274830329841,0.0,0.17819236844885805,0.8075752578485025 -999,0.5,0.15372517456988796,0.21342711285813126,0.5988167757577185,0.15372517456988796,0.06908181470663557,0.5028957119552762,0.15372517456988796,0.05824960524342801,0.45017732699170676,0.15372517456988796,0.1276168905665835,0.6453522690281136,0.15372517456988796,0.3711605834186848,0.6237358080095454,0.15372517456988796,0.4046139315351881,0.7090250499475204,0.15372517456988796,0.18675806536941286,0.658374877405132,0.15372517456988796,0.2054824189710216,0.6897498980251486,0.5,0.15372517456988796,0.1415073817764689,0.6118682128090736,0.15372517456988796,0.1601301129081349,0.03613313274331964,0.5,0.15372517456988796,0.13462476324630768,0.3750693648060734,0.15372517456988796,0.3018403265390481,0.2109416320418236,0.15372517456988796,0.06176307388958999,0.3159368337567258,0.15372517456988796,0.2599479420100533,0.4810027771376715,0.15372517456988796,0.10539128437804107,0.4414729463002564,0.15372517456988796,0.08374909254467458,0.5874659001957316,0.15372517456988796,0.0714663587561522,0.3398586807219014,0.5,0.15372517456988796,0.09871917532501046,0.13095651616334933,0.0,0.20689406131622934,0.9164064356498378 -1000,0.5,0.15372517456988796,0.11571958880291008,0.5500251842748745,0.15372517456988796,0.04284895284592115,0.4851716451705865,0.15372517456988796,0.03633098560644174,0.4275923038347576,0.15372517456988796,0.06265660582621274,0.4910565752583532,0.15372517456988796,0.2256358480696346,0.5524079848506525,0.15372517456988796,0.22725022241033077,0.7606307895002462,0.15372517456988796,0.10290740970193486,0.6597691266568029,0.15372517456988796,0.13796633726861002,0.6860311590283701,0.5,0.15372517456988796,0.0925235965480748,0.552386148281968,0.15372517456988796,0.2041715228090239,0.018545665186155885,0.5,0.15372517456988796,0.07649347001156864,0.3024295065172388,0.15372517456988796,0.23077069438628123,0.15886590479291293,0.15372517456988796,0.033591591522138094,0.35930809924497326,0.15372517456988796,0.2395455512113222,0.4080230449838588,0.15372517456988796,0.09166351081588323,0.39913085345624016,0.15372517456988796,0.04326847678428731,0.5119941644583785,0.15372517456988796,0.05299324060794258,0.24994027709122837,0.5,0.15372517456988796,0.050698560013647115,0.05356975292245091,0.0,0.28426142871195176,0.941239953207262 -1001,0.5,0.15372517456988796,3.829179106523481e-05,0.4961079903883491,0.15372517456988796,0.002140544404153042,0.2254787360286165,0.15372517456988796,0.005916020812149967,0.43214394251728316,0.15372517456988796,0.00028507287158588765,0.3193462012373313,0.15372517456988796,0.070575932588022,0.6357834388128616,0.15372517456988796,0.12133465422440792,0.8344123221525465,0.15372517456988796,0.06680582566442382,0.6556369017485288,0.15372517456988796,0.07183718899384739,0.6298971698132277,0.5,0.15372517456988796,0.0645930549905398,0.47732543545254874,0.15372517456988796,0.08449477572297381,0.003009999703097512,0.5,0.15372517456988796,0.04545222037153141,0.19946806448710336,0.15372517456988796,0.08922705046533211,0.06127082583569448,0.15372517456988796,0.002391328917691994,0.2830029658829766,0.15372517456988796,0.0817144917133518,0.36118672868455426,0.15372517456988796,0.027243238818727034,0.2612801936942748,0.15372517456988796,0.024434008027143593,0.4673518337870527,0.15372517456988796,0.017815539404376374,0.1973935029697768,0.5,0.15372517456988796,0.02455224438461881,0.023069610033893354,0.0,0.23861511648290007,0.9825673880149813 -1002,0.5,0.15372517456988796,0.0,0.43598911285262343,0.15372517456988796,0.0,0.11248752473396052,0.15372517456988796,0.0,0.36042004310600356,0.15372517456988796,0.0,0.2857839579373497,0.15372517456988796,0.0,0.7933467951518782,0.15372517456988796,0.0,0.8963652716913506,0.15372517456988796,0.0,0.6311643194688801,0.15372517456988796,0.0,0.6259476408255304,0.5,0.15372517456988796,0.0,0.43557128115534327,0.15372517456988796,0.0,0.001550601966101088,0.5,0.15372517456988796,0.0,0.12050921341334067,0.15372517456988796,0.0,0.030954334598564604,0.15372517456988796,0.0,0.19046622114534764,0.15372517456988796,0.0,0.46665913758092115,0.15372517456988796,0.0,0.2437121176643841,0.15372517456988796,0.0,0.4479282562052174,0.15372517456988796,0.0,0.14643865337689224,0.5,0.15372517456988796,0.0,0.01004894022743828,0.0,0.29628554627707043,1.0079563781764393 -1003,0.5,0.15372517456988796,0.0,0.3602731892088414,0.15372517456988796,0.0,0.19140047514946304,0.15372517456988796,0.0,0.34363803840647394,0.15372517456988796,0.0,0.2696700145126787,0.15372517456988796,0.0,0.8765228785506711,0.15372517456988796,0.0,0.9392686988944505,0.15372517456988796,0.0,0.7533897739410883,0.15372517456988796,0.0,0.6885753696464185,0.5,0.15372517456988796,0.0,0.49025222609537344,0.15372517456988796,0.0,0.001071003715357315,0.5,0.15372517456988796,0.0,0.08249455556049318,0.15372517456988796,0.0,0.03872573991004485,0.15372517456988796,0.0,0.25179855188965566,0.15372517456988796,0.0,0.6347890546196747,0.15372517456988796,0.0,0.2989139213518028,0.15372517456988796,0.0,0.5023751086694971,0.15372517456988796,0.0,0.1169642340113363,0.5,0.15372517456988796,0.0,0.003050688561152668,0.0,0.5932064105493952,1.0104919110676165 -1004,0.5,0.15372517456988796,0.0,0.2888657855834023,0.15372517456988796,0.0,0.2410702501772818,0.15372517456988796,0.0,0.42330019136413993,0.15372517456988796,0.0,0.2314676698546646,0.15372517456988796,0.0,0.9415911756063328,0.15372517456988796,0.0,0.9495328199705446,0.15372517456988796,0.0,0.8836639382381618,0.15372517456988796,0.0,0.7395829041669231,0.5,0.15372517456988796,0.0,0.5294648654740549,0.15372517456988796,0.0,0.009066112710796386,0.5,0.15372517456988796,0.0,0.07135870837543835,0.15372517456988796,0.0,0.061990522115782834,0.15372517456988796,0.0,0.3770233389266685,0.15372517456988796,0.0,0.7587981175281386,0.15372517456988796,0.0,0.41341588211980385,0.15372517456988796,0.0,0.6315308075685017,0.15372517456988796,0.0,0.11187463326891078,0.5,0.15372517456988796,0.0,0.004651430435135176,0.0,0.6756270496849861,1.011147875360162 -1005,0.5,0.15372517456988796,0.0,0.22903609486238463,0.15372517456988796,0.0,0.4136411887081476,0.15372517456988796,0.0,0.43263164899966317,0.15372517456988796,0.0,0.1992188371452598,0.15372517456988796,0.0,0.9795094618368037,0.15372517456988796,0.0,0.9763538074098295,0.15372517456988796,0.0,0.9554086640285926,0.15372517456988796,0.0,0.7474008944223827,0.5,0.15372517456988796,0.0,0.4831696398679756,0.15372517456988796,0.0,0.015758491165340463,0.5,0.15372517456988796,0.0,0.08897019835615592,0.15372517456988796,0.0,0.07922647693392182,0.15372517456988796,0.0,0.5242895842226666,0.15372517456988796,0.0,0.8535259204304417,0.15372517456988796,0.0,0.5872238937669174,0.15372517456988796,0.0,0.7335055423437901,0.15372517456988796,0.0,0.10777990006667801,0.5,0.15372517456988796,0.0,0.007227278363745929,0.0,0.44665472833472813,1.0113069325062396 -1006,0.5,0.15372517456988796,0.0,0.22613999517130373,0.15372517456988796,0.0,0.5999042636736412,0.15372517456988796,0.0,0.4172217257887283,0.15372517456988796,0.0,0.17977704967285935,0.15372517456988796,0.0,1.0032153488239772,0.15372517456988796,0.0,0.8759921542906262,0.15372517456988796,0.0,0.9444146876647481,0.15372517456988796,0.0,0.5459195394124425,0.5,0.15372517456988796,0.0,0.36424596175798774,0.15372517456988796,0.0,0.02019176549490032,0.5,0.15372517456988796,0.0,0.1278377027169626,0.15372517456988796,0.0,0.08520733362817626,0.15372517456988796,0.0,0.6764161430882081,0.15372517456988796,0.0,0.9100339380165592,0.15372517456988796,0.0,0.7406405335499551,0.15372517456988796,0.0,0.7584599134497793,0.15372517456988796,0.0,0.11610603964391854,0.5,0.15372517456988796,0.0,0.007091367311239785,0.0,0.30581034920682315,1.0112769601106673 -1007,0.5,0.15372517456988796,0.0,0.27999754816929895,0.15372517456988796,0.0,0.7631955706388278,0.15372517456988796,0.0,0.4309229949137644,0.15372517456988796,0.0,0.1542835555185103,0.15372517456988796,0.0,0.9754511153909948,0.15372517456988796,0.0,0.6735906991211235,0.15372517456988796,0.0,0.8629937475819632,0.15372517456988796,0.0,0.3238609038498165,0.5,0.15372517456988796,0.0,0.26412508393396744,0.15372517456988796,0.0,0.02498926067187132,0.5,0.15372517456988796,0.0,0.1235442875764167,0.15372517456988796,0.0,0.0826571275951801,0.15372517456988796,0.0,0.8114005129729867,0.15372517456988796,0.0,0.9359122493386706,0.15372517456988796,0.0,0.8569237945387783,0.15372517456988796,0.0,0.7322124272424702,0.15372517456988796,0.0,0.10963608795741334,0.5,0.15372517456988796,0.0,0.007213991846884643,0.0,0.2568227441909822,1.0108037764055513 -1008,0.5,0.15372517456988796,0.0,0.34222351590822947,0.15372517456988796,0.0,0.88775383885029,0.15372517456988796,0.0,0.4033705235244451,0.15372517456988796,0.0,0.14540091550251874,0.15372517456988796,0.0,0.8723218261208971,0.15372517456988796,0.0,0.40341718190127007,0.15372517456988796,0.0,0.6636105554086893,0.15372517456988796,0.0,0.18070379490434457,0.5,0.15372517456988796,0.0,0.18510322219370495,0.15372517456988796,0.0,0.0313831948946741,0.5,0.15372517456988796,0.0,0.10300616942536478,0.15372517456988796,0.0,0.09198267326956969,0.15372517456988796,0.0,0.8916315760110294,0.15372517456988796,0.0,0.8918528291311255,0.15372517456988796,0.0,0.8753022637118213,0.15372517456988796,0.0,0.6319438723360359,0.15372517456988796,0.0,0.09642920187047217,0.5,0.15372517456988796,0.0,0.008324600174043215,0.0,0.33223105059039465,1.0090054936380422 -1009,0.5,0.15372517456988796,0.0,0.3900323410713936,0.15372517456988796,0.0,0.8422644400589707,0.15372517456988796,0.0,0.33973626399057566,0.15372517456988796,0.0,0.15080836706863948,0.15372517456988796,0.0,0.6000507211061229,0.15372517456988796,0.0,0.20516032322640196,0.15372517456988796,0.0,0.43611784984462937,0.15372517456988796,0.0,0.11293244988578918,0.5,0.15372517456988796,0.0,0.12534853970534582,0.15372517456988796,0.0,0.03564551500713082,0.5,0.15372517456988796,0.0,0.0928769251169345,0.15372517456988796,0.0,0.0736720959307807,0.15372517456988796,0.0,0.9000328862927569,0.15372517456988796,0.0,0.7629361501087963,0.15372517456988796,0.0,0.804070701180377,0.15372517456988796,0.0,0.4498085993423645,0.15372517456988796,0.0,0.0910872422985612,0.5,0.15372517456988796,0.0,0.011516964405694476,0.0,0.44324442604437103,1.0073224094592212 -1010,0.5,0.15372517456988796,0.0,0.4339175612283756,0.15372517456988796,0.0,0.7598927055662059,0.15372517456988796,0.0,0.32275989845083203,0.15372517456988796,0.0,0.14652628663042774,0.15372517456988796,0.0,0.3867598284286565,0.15372517456988796,0.0,0.18799238426082535,0.15372517456988796,0.0,0.26815345731816864,0.15372517456988796,0.0,0.10206497391629986,0.5,0.15372517456988796,0.0,0.09461015408400242,0.15372517456988796,0.0,0.03594715538615196,0.5,0.15372517456988796,0.0,0.10862602161306442,0.15372517456988796,0.0,0.05526310061065983,0.15372517456988796,0.0,0.8142716290637105,0.15372517456988796,0.0,0.6141686223221146,0.15372517456988796,0.0,0.5837647059648392,0.15372517456988796,0.0,0.21280965074012084,0.15372517456988796,0.0,0.08159113803280679,0.5,0.15372517456988796,0.0,0.017548226481213555,0.0,0.6804118756938797,1.0006555954292553 -1011,0.5,0.15372517456988796,0.0,0.4396211751905926,0.15372517456988796,0.0,0.5149659083811854,0.15372517456988796,0.0,0.2684927124787727,0.15372517456988796,0.0,0.13599039046790162,0.15372517456988796,0.0,0.32508632752626604,0.15372517456988796,0.0,0.23245164925371287,0.15372517456988796,0.0,0.20505743224389836,0.15372517456988796,0.0,0.1379502786585131,0.5,0.15372517456988796,0.0,0.06950929870821793,0.15372517456988796,0.0,0.035190645974792316,0.5,0.15372517456988796,0.0,0.1807474783655555,0.15372517456988796,0.0,0.049320244919532234,0.15372517456988796,0.0,0.785505303474519,0.15372517456988796,0.0,0.5202711717252537,0.15372517456988796,0.0,0.37058228841809165,0.15372517456988796,0.0,0.10294781063153947,0.15372517456988796,0.0,0.09021130015540724,0.5,0.15372517456988796,0.0,0.02096420121489858,0.0,0.7676608829960906,0.9989770684657273 -1012,0.5,0.15372517456988796,0.0,0.38154315509502534,0.15372517456988796,0.0,0.376428465418308,0.15372517456988796,0.0,0.1981826444081199,0.15372517456988796,0.0,0.13509192329087125,0.15372517456988796,0.0,0.3494740983641329,0.15372517456988796,0.0,0.26772949426862636,0.15372517456988796,0.0,0.18335046451103007,0.15372517456988796,0.0,0.1886891238525178,0.5,0.15372517456988796,0.0,0.06985798954821158,0.15372517456988796,0.0,0.03468146813134421,0.5,0.15372517456988796,0.0,0.16410088080571686,0.15372517456988796,0.0,0.041041122771998395,0.15372517456988796,0.0,0.7080426700988162,0.15372517456988796,0.0,0.4797466074245375,0.15372517456988796,0.0,0.28345186454117216,0.15372517456988796,0.0,0.057411930036447026,0.15372517456988796,0.0,0.08729926093357807,0.5,0.15372517456988796,0.0,0.01885124372636716,0.0,0.8076697388339851,1.0049319594986068 -1013,0.5,0.15372517456988796,0.0,0.2948075007824779,0.15372517456988796,0.0,0.3027844121775775,0.15372517456988796,0.0,0.1339843254098974,0.15372517456988796,0.0,0.1500626649065753,0.15372517456988796,0.0,0.3702642834009888,0.15372517456988796,0.0,0.23934553641402406,0.15372517456988796,0.0,0.2539415442949164,0.15372517456988796,0.0,0.15614182131225546,0.5,0.15372517456988796,0.0,0.0997317751364114,0.15372517456988796,0.0,0.04063245505370017,0.5,0.15372517456988796,0.0,0.12832226809377165,0.15372517456988796,0.0,0.038119567645000706,0.15372517456988796,0.0,0.6113230268708678,0.15372517456988796,0.0,0.4720383455977859,0.15372517456988796,0.0,0.2654594824612938,0.15372517456988796,0.0,0.043632964225600784,0.15372517456988796,0.0,0.06637966887049744,0.5,0.15372517456988796,0.0,0.02654583014089355,0.0,0.8011238186403226,1.0061195499161448 -1014,0.5,0.15372517456988796,0.0,0.2254946301937347,0.15372517456988796,0.0,0.3136218008351433,0.15372517456988796,0.0,0.09705903946197217,0.15372517456988796,0.0,0.11881692176151484,0.15372517456988796,0.0,0.36289624172911733,0.15372517456988796,0.0,0.23727965002718818,0.15372517456988796,0.0,0.3193300741597983,0.15372517456988796,0.0,0.1342985149106332,0.5,0.15372517456988796,0.0,0.0836210210848681,0.15372517456988796,0.0,0.0596431188322996,0.5,0.15372517456988796,0.0,0.13226926308348005,0.15372517456988796,0.0,0.05516999462907163,0.15372517456988796,0.0,0.5813939530593408,0.15372517456988796,0.0,0.4690333550270993,0.15372517456988796,0.0,0.26106195327054016,0.15372517456988796,0.0,0.06069579881589896,0.15372517456988796,0.0,0.056697162193457676,0.5,0.15372517456988796,0.0,0.040462576187974185,0.0,0.6449550296808195,1.0052983130161202 -1015,0.5,0.15372517456988796,0.0,0.17511733762875478,0.15372517456988796,0.0,0.3737431318378028,0.15372517456988796,0.0,0.06751089412040387,0.15372517456988796,0.0,0.08211419484564729,0.15372517456988796,0.0,0.3916174868746577,0.15372517456988796,0.0,0.3033029188069343,0.15372517456988796,0.0,0.33433456526141225,0.15372517456988796,0.0,0.13893503069061755,0.5,0.15372517456988796,0.0,0.060724963007015055,0.15372517456988796,0.0,0.08015802516643741,0.5,0.15372517456988796,0.0,0.17759928879632395,0.15372517456988796,0.0,0.09902905576238544,0.15372517456988796,0.0,0.555169004243322,0.15372517456988796,0.0,0.46494380834340787,0.15372517456988796,0.0,0.28797368279786467,0.15372517456988796,0.0,0.1084692184543556,0.15372517456988796,0.0,0.06276299050917553,0.5,0.15372517456988796,0.0,0.046587319194144036,0.0,0.49747027516457565,0.9989986613345904 -1016,0.5,0.15372517456988796,0.0,0.14937309447394395,0.15372517456988796,0.0,0.35777965497014674,0.15372517456988796,0.0,0.04843173839218381,0.15372517456988796,0.0,0.0637720684340359,0.15372517456988796,0.0,0.5298438138929654,0.15372517456988796,0.0,0.3333961306567502,0.15372517456988796,0.0,0.373620054256709,0.15372517456988796,0.0,0.13626823785190148,0.5,0.15372517456988796,0.0,0.0591680957376331,0.15372517456988796,0.0,0.11252047000237873,0.5,0.15372517456988796,0.0,0.17686653762945773,0.15372517456988796,0.0,0.1530896764822247,0.15372517456988796,0.0,0.5251395401760122,0.15372517456988796,0.0,0.4901606936880051,0.15372517456988796,0.0,0.2643212461692838,0.15372517456988796,0.0,0.15035990663377855,0.15372517456988796,0.0,0.08397250285164752,0.5,0.15372517456988796,0.0,0.06300670388606025,0.0,0.4494889049296127,1.002741317092895 -1017,0.5,0.15372517456988796,0.03971959437980193,0.1338005524309284,0.15372517456988796,0.04573464970003398,0.29472586499263426,0.15372517456988796,0.055934287166913635,0.03950148211669536,0.15372517456988796,0.033312758638951605,0.057914846899982136,0.15372517456988796,0.02813905559927295,0.5164732702557563,0.15372517456988796,0.024813226835492842,0.3010438613641928,0.15372517456988796,0.03965620934091163,0.3547055715760605,0.15372517456988796,0.03717334001287582,0.1390526450606122,0.5,0.15372517456988796,0.047107511623932355,0.0601552265032157,0.15372517456988796,0.018495838577978242,0.1280867600084481,0.5,0.15372517456988796,0.023560706863406576,0.10720398938468467,0.15372517456988796,0.011247692250023894,0.17523999126315293,0.15372517456988796,0.031136746388591936,0.5139116531495455,0.15372517456988796,0.02886211830240868,0.5305081183232812,0.15372517456988796,0.04038891186335452,0.2617225419431438,0.15372517456988796,0.049748119076498,0.14717264599971416,0.15372517456988796,0.02256653778523033,0.10891278912464786,0.5,0.15372517456988796,0.048861018324773756,0.08110621568790721,0.0,0.45484656190618156,0.9955577226166394 -1018,0.5,0.15372517456988796,0.15370710717266967,0.1318955682743441,0.15372517456988796,0.21942205279209454,0.3391002657653988,0.15372517456988796,0.20825387417086422,0.049823149204300754,0.15372517456988796,0.10998238394715097,0.05122483194999505,0.15372517456988796,0.1901421674137689,0.46993386078915406,0.15372517456988796,0.18564623937458263,0.32980408145440454,0.15372517456988796,0.21418952898585802,0.30887070497377456,0.15372517456988796,0.20083583305673403,0.1451607823407024,0.5,0.15372517456988796,0.19476286821298608,0.07790707371933114,0.15372517456988796,0.06789670860906076,0.16732509081966573,0.5,0.15372517456988796,0.13381069942021515,0.08420855291678198,0.15372517456988796,0.058484182231259035,0.11157009729614052,0.15372517456988796,0.18512367302219246,0.561131910893059,0.15372517456988796,0.2014313866620463,0.5311043148606569,0.15372517456988796,0.20763668637500915,0.31806141042404823,0.15372517456988796,0.2120349730537736,0.14021622953235138,0.15372517456988796,0.08482082712024754,0.14869477092684102,0.5,0.15372517456988796,0.07765150307168926,0.12387578262589417,0.0,0.45718053398714253,0.9988553119120507 -1019,0.5,0.15372517456988796,0.28154026110015384,0.16299615537565082,0.15372517456988796,0.380604810992758,0.4466840787014485,0.15372517456988796,0.3750485325408238,0.11833688013471581,0.15372517456988796,0.21673253576322482,0.05758541608615564,0.15372517456988796,0.3446502030126405,0.5065930815881364,0.15372517456988796,0.3626507545752535,0.3368668654546408,0.15372517456988796,0.3691346959029632,0.31619332781582565,0.15372517456988796,0.36635629438209216,0.14981705508785187,0.5,0.15372517456988796,0.3066522943019081,0.10578853757451925,0.15372517456988796,0.1137883402812811,0.143181323060965,0.5,0.15372517456988796,0.29177111984738446,0.1536508834530203,0.15372517456988796,0.15776500634660132,0.07950630127008618,0.15372517456988796,0.31009360195933344,0.6112215293874755,0.15372517456988796,0.3587242261666702,0.527472391881933,0.15372517456988796,0.38266684987464106,0.4259675435830801,0.15372517456988796,0.3494004934599383,0.12449939522709524,0.15372517456988796,0.15662975441623905,0.1606838443792539,0.5,0.15372517456988796,0.12283380344448477,0.20271305886366955,0.0,0.4733914882347032,0.9978940014140076 -1020,0.5,0.15372517456988796,0.39985198129439914,0.23953795045501516,0.15372517456988796,0.49781584876985663,0.5268575159490461,0.15372517456988796,0.48095373727025803,0.33231344410123304,0.15372517456988796,0.3415907945370044,0.1044136315128644,0.15372517456988796,0.48872828593828066,0.6484555761424394,0.15372517456988796,0.49384667161680146,0.38007006411778455,0.15372517456988796,0.5007248804298541,0.4539281473526423,0.15372517456988796,0.49875753077713,0.281772920970913,0.5,0.15372517456988796,0.3963415561748692,0.14720455155927903,0.15372517456988796,0.15161590158426552,0.09925998760387637,0.5,0.15372517456988796,0.41593984507337306,0.1658743301270988,0.15372517456988796,0.21163968486061313,0.07014920344309311,0.15372517456988796,0.38999273695380765,0.6735851103137903,0.15372517456988796,0.4826423964499601,0.6143330336888828,0.15372517456988796,0.49811490440443645,0.47447989255869216,0.15372517456988796,0.4717571465038628,0.1454760533983677,0.15372517456988796,0.19755838547021587,0.15779717247820155,0.5,0.15372517456988796,0.16626901520013534,0.2909003259583408,0.0,0.5244061795981259,0.9905778679781508 -1021,0.5,0.15372517456988796,0.49605743285410764,0.32182561145087296,0.15372517456988796,0.5523898193333904,0.5171262652746327,0.15372517456988796,0.5083002639722681,0.329433216167284,0.15372517456988796,0.4398687124697957,0.17457460198052102,0.15372517456988796,0.5582631308518579,0.4888033816388427,0.15372517456988796,0.5657255352330297,0.3676364049450376,0.15372517456988796,0.5663019257855277,0.4445286560235864,0.15372517456988796,0.5737791290573908,0.3259727136901148,0.5,0.15372517456988796,0.4581500360876303,0.15515898495979435,0.15372517456988796,0.2017879070912307,0.0667534491315184,0.5,0.15372517456988796,0.48429279912786694,0.129147499314076,0.15372517456988796,0.27247014843323636,0.046820776483621686,0.15372517456988796,0.4831011929422101,0.7453579035921956,0.15372517456988796,0.5501391426108312,0.6109013369076322,0.15372517456988796,0.5550634515141646,0.4848325389266617,0.15372517456988796,0.5396346485210671,0.22642424121511234,0.15372517456988796,0.20858913827128295,0.15622896560399768,0.5,0.15372517456988796,0.17664363854414072,0.3345169122458133,0.0,0.5764854827147737,0.8653462023504688 -1022,0.5,0.15372517456988796,0.504914386357792,0.3063344439548703,0.15372517456988796,0.5460406482523151,0.5624716218556801,0.15372517456988796,0.4989715320423236,0.24781067159022063,0.15372517456988796,0.4594526389591552,0.16022264038524833,0.15372517456988796,0.5641191783969192,0.4392278749502231,0.15372517456988796,0.5657784555086831,0.44259212123903574,0.15372517456988796,0.561248971251728,0.3770820214715109,0.15372517456988796,0.5694703072146764,0.31773382101889736,0.5,0.15372517456988796,0.47424083754495483,0.18476215898049764,0.15372517456988796,0.18562911792778203,0.037656079447135365,0.5,0.15372517456988796,0.43392682824274886,0.10383372049350166,0.15372517456988796,0.28821415228517194,0.031163162607336866,0.15372517456988796,0.4703090415225467,0.7215954677687572,0.15372517456988796,0.5559392666156043,0.4938913705292578,0.15372517456988796,0.5444558909428548,0.39131687354665484,0.15372517456988796,0.5435435041447262,0.2317795738312749,0.15372517456988796,0.21336164830220908,0.12211893826115885,0.5,0.15372517456988796,0.15666320852756585,0.2649814403016316,0.0,0.5271504265350925,0.8797096752562883 -1023,0.5,0.15372517456988796,0.4191728528662526,0.1862574926816817,0.15372517456988796,0.4738838254105708,0.3405814399975049,0.15372517456988796,0.43051783596174986,0.15412177935161026,0.15372517456988796,0.37347841220535943,0.08513222868864617,0.15372517456988796,0.4934052795656152,0.45390367981249835,0.15372517456988796,0.4777262336458148,0.443833244717574,0.15372517456988796,0.49100844597825966,0.3230425017430771,0.15372517456988796,0.4997885860653375,0.3275104229021454,0.5,0.15372517456988796,0.41583282842153535,0.24502129819837476,0.15372517456988796,0.1394107672524756,0.011101305344798465,0.5,0.15372517456988796,0.3414357884060018,0.09029270202879892,0.15372517456988796,0.2811218911729258,0.040191081550046595,0.15372517456988796,0.38636023346497783,0.5302023183430116,0.15372517456988796,0.4875532594274641,0.3608310996876678,0.15372517456988796,0.4688934003372708,0.24483157489019802,0.15372517456988796,0.4734182721285809,0.2095677735999232,0.15372517456988796,0.17310742566706314,0.08392194178698119,0.5,0.15372517456988796,0.10135972417788114,0.14424287750999437,0.0,0.4169789180254242,0.849674550995152 -1024,0.5,0.15372517456988796,0.2683330368295508,0.08978095655240798,0.15372517456988796,0.2632900279162603,0.16908031990388742,0.15372517456988796,0.30943535030075253,0.060862279613419425,0.15372517456988796,0.2110013328635037,0.015783905057108177,0.15372517456988796,0.34989847845626737,0.3416116843186586,0.15372517456988796,0.348825510392592,0.3653395968073164,0.15372517456988796,0.35938433772393846,0.1980988973570953,0.15372517456988796,0.3706436760824079,0.346623283710265,0.5,0.15372517456988796,0.29801897591645965,0.2465257726686809,0.15372517456988796,0.09573452595548591,0.002082442780436874,0.5,0.15372517456988796,0.22846935475064983,0.08188147424144783,0.15372517456988796,0.23926039628951107,0.06558490716993891,0.15372517456988796,0.2678333276618188,0.28479315816335193,0.15372517456988796,0.3473188893391277,0.2713405277254518,0.15372517456988796,0.34229728676090004,0.11153757526555964,0.15372517456988796,0.36005563824731135,0.1505448372138703,0.15372517456988796,0.1137186719412131,0.0577549174872244,0.5,0.15372517456988796,0.05200506601236272,0.04788852825646403,0.0,0.29387640893863726,0.8987369697058764 -1025,0.5,0.15372517456988796,0.0025708542056562945,0.082313371261163,0.15372517456988796,0.037058564489299145,0.12443272921134098,0.15372517456988796,0.060938911685392866,0.06324109976863622,0.15372517456988796,0.008053268106375197,0.00961815479975266,0.15372517456988796,0.13841484897416234,0.2813149213566201,0.15372517456988796,0.17663659848950589,0.4231978272968264,0.15372517456988796,0.1394844646118245,0.18145304863722483,0.15372517456988796,0.1193192865693223,0.40036176172272764,0.5,0.15372517456988796,0.11070828637319818,0.21300468844833395,0.15372517456988796,0.04189547616193346,0.006707528380985784,0.5,0.15372517456988796,0.0806774927783267,0.09123308492317153,0.15372517456988796,0.09476845204796092,0.07603064325151089,0.15372517456988796,0.06669991000237571,0.19395791193440048,0.15372517456988796,0.09379003338720898,0.290748773169039,0.15372517456988796,0.07471430521259617,0.09424533160607354,0.15372517456988796,0.09171099298450182,0.13566480903877856,0.15372517456988796,0.03238064855459475,0.04940362515014184,0.5,0.15372517456988796,0.013069160674058602,0.006921680097625758,0.0,0.19979024449602095,0.9898897125592206 -1026,0.5,0.15372517456988796,0.0,0.07995600068607935,0.15372517456988796,0.0,0.14237383609125667,0.15372517456988796,0.0,0.1099170453539017,0.15372517456988796,0.0,0.019632253400274274,0.15372517456988796,0.0,0.3769419320873709,0.15372517456988796,0.0,0.5534890018799181,0.15372517456988796,0.0,0.31807253023205984,0.15372517456988796,0.0,0.47086342923133245,0.5,0.15372517456988796,0.0,0.261160446530014,0.15372517456988796,0.0,0.027011652856358898,0.5,0.15372517456988796,0.0,0.09296275845560052,0.15372517456988796,0.0,0.09856027990914301,0.15372517456988796,0.0,0.2521032506072204,0.15372517456988796,0.0,0.374058034302288,0.15372517456988796,0.0,0.12553773111406122,0.15372517456988796,0.0,0.19130131232474126,0.15372517456988796,0.0,0.06219450387947874,0.5,0.15372517456988796,0.0,0.004265637653901738,0.0,0.13476970562777954,1.00529484096637 -1027,0.5,0.15372517456988796,0.0,0.08079673946629622,0.15372517456988796,0.0,0.15079708760862806,0.15372517456988796,0.0,0.1578459736732949,0.15372517456988796,0.0,0.03863194131457055,0.15372517456988796,0.0,0.4904415486318581,0.15372517456988796,0.0,0.6870597032766934,0.15372517456988796,0.0,0.42786570224861936,0.15372517456988796,0.0,0.569851598219139,0.5,0.15372517456988796,0.0,0.39453266748234905,0.15372517456988796,0.0,0.04574141466644743,0.5,0.15372517456988796,0.0,0.1307979706225665,0.15372517456988796,0.0,0.10799321226928839,0.15372517456988796,0.0,0.2993961312489095,0.15372517456988796,0.0,0.4355672314106286,0.15372517456988796,0.0,0.1829801793887836,0.15372517456988796,0.0,0.2986600184867766,0.15372517456988796,0.0,0.09499157176884487,0.5,0.15372517456988796,0.0,0.020078258561598228,0.0,0.11513325924472374,1.0068025024031861 -1028,0.5,0.15372517456988796,0.0,0.11378327686248794,0.15372517456988796,0.0,0.18386732540030454,0.15372517456988796,0.0,0.19454014806464506,0.15372517456988796,0.0,0.05789296009281868,0.15372517456988796,0.0,0.6657063323888347,0.15372517456988796,0.0,0.8409717206985753,0.15372517456988796,0.0,0.5770817833494399,0.15372517456988796,0.0,0.757215582631815,0.5,0.15372517456988796,0.0,0.4935900431488303,0.15372517456988796,0.0,0.05650745575485763,0.5,0.15372517456988796,0.0,0.20291844915531754,0.15372517456988796,0.0,0.13693896237613432,0.15372517456988796,0.0,0.3511680489656763,0.15372517456988796,0.0,0.5427623715452092,0.15372517456988796,0.0,0.24790389601006474,0.15372517456988796,0.0,0.44696070868917975,0.15372517456988796,0.0,0.15708882941009525,0.5,0.15372517456988796,0.0,0.05646688678852897,0.0,0.10032319945929302,1.0084886953088914 -1029,0.5,0.15372517456988796,0.0,0.1496442507351901,0.15372517456988796,0.0,0.2886925478501521,0.15372517456988796,0.0,0.19999250513579034,0.15372517456988796,0.0,0.06672216441869536,0.15372517456988796,0.0,0.7819635536760606,0.15372517456988796,0.0,0.964948269869906,0.15372517456988796,0.0,0.8315726811371301,0.15372517456988796,0.0,0.9135338379441763,0.5,0.15372517456988796,0.0,0.5218138784044066,0.15372517456988796,0.0,0.06158828485523454,0.5,0.15372517456988796,0.0,0.3237885528667963,0.15372517456988796,0.0,0.17616961297296824,0.15372517456988796,0.0,0.4563654922836184,0.15372517456988796,0.0,0.6432744747951586,0.15372517456988796,0.0,0.37285553903792085,0.15372517456988796,0.0,0.6285344978284724,0.15372517456988796,0.0,0.25399926666828826,0.5,0.15372517456988796,0.0,0.09623187912459734,0.0,0.13479296682614084,1.009405212428862 -1030,0.5,0.15372517456988796,0.0,0.17366409568419963,0.15372517456988796,0.0,0.3925935266379931,0.15372517456988796,0.0,0.20411003697523322,0.15372517456988796,0.0,0.07299771674905378,0.15372517456988796,0.0,0.9027275603924919,0.15372517456988796,0.0,1.0137305372337468,0.15372517456988796,0.0,0.9653203169557976,0.15372517456988796,0.0,0.9560047727076681,0.5,0.15372517456988796,0.0,0.5535996721601063,0.15372517456988796,0.0,0.10226722734145036,0.5,0.15372517456988796,0.0,0.29910334080581524,0.15372517456988796,0.0,0.18626459787038085,0.15372517456988796,0.0,0.5085084450866574,0.15372517456988796,0.0,0.7179807516211898,0.15372517456988796,0.0,0.5156048212674924,0.15372517456988796,0.0,0.7441306615190959,0.15372517456988796,0.0,0.33617068725336635,0.5,0.15372517456988796,0.0,0.1513393829366298,0.0,0.17681877935042065,1.0102107487805223 -1031,0.5,0.15372517456988796,0.0,0.19788677195785623,0.15372517456988796,0.0,0.5077263517479579,0.15372517456988796,0.0,0.24322673506116735,0.15372517456988796,0.0,0.08845259510434607,0.15372517456988796,0.0,0.9720611310083083,0.15372517456988796,0.0,1.0185546625504969,0.15372517456988796,0.0,1.0105122937429112,0.15372517456988796,0.0,0.9599685582513946,0.5,0.15372517456988796,0.0,0.5713538277369277,0.15372517456988796,0.0,0.07064351346451492,0.5,0.15372517456988796,0.0,0.3257524147007178,0.15372517456988796,0.0,0.21181727420973745,0.15372517456988796,0.0,0.6156552368350819,0.15372517456988796,0.0,0.834482234860022,0.15372517456988796,0.0,0.6333437744886015,0.15372517456988796,0.0,0.8273226856184981,0.15372517456988796,0.0,0.3840778664584594,0.5,0.15372517456988796,0.0,0.20399879399594092,0.0,0.25248323940568107,1.010746373310365 -1032,0.5,0.15372517456988796,0.0,0.21051638419980112,0.15372517456988796,0.0,0.7084607812039326,0.15372517456988796,0.0,0.3347174099822493,0.15372517456988796,0.0,0.11581895735601434,0.15372517456988796,0.0,0.989503822066295,0.15372517456988796,0.0,1.0197189568255067,0.15372517456988796,0.0,1.01087946063632,0.15372517456988796,0.0,0.932962331440979,0.5,0.15372517456988796,0.0,0.5525916015674415,0.15372517456988796,0.0,0.06848219508084813,0.5,0.15372517456988796,0.0,0.4069949524563095,0.15372517456988796,0.0,0.23170915341577114,0.15372517456988796,0.0,0.7315805083699658,0.15372517456988796,0.0,0.9205830062432885,0.15372517456988796,0.0,0.7108153093229838,0.15372517456988796,0.0,0.9072480016242812,0.15372517456988796,0.0,0.4447149732515689,0.5,0.15372517456988796,0.0,0.16183703841355102,0.0,0.36312340733176274,0.018817017222061257 -1033,0.5,0.15372517456988796,0.0,0.25134321504693324,0.15372517456988796,0.0,0.8025035565238605,0.15372517456988796,0.0,0.42026001223496134,0.15372517456988796,0.0,0.16783910393707788,0.15372517456988796,0.0,1.0039024756480186,0.15372517456988796,0.0,1.020441601574389,0.15372517456988796,0.0,1.0158341999147436,0.15372517456988796,0.0,0.9240463638874545,0.5,0.15372517456988796,0.0,0.5428707665669503,0.15372517456988796,0.0,0.06933200706749043,0.5,0.15372517456988796,0.0,0.5499969910548954,0.15372517456988796,0.0,0.23153978013515286,0.15372517456988796,0.0,0.8414875900435582,0.15372517456988796,0.0,0.9427022272728347,0.15372517456988796,0.0,0.7458012858669256,0.15372517456988796,0.0,0.882075842319206,0.15372517456988796,0.0,0.5210627048343113,0.5,0.15372517456988796,0.0,0.14437235204462534,0.0,0.47691999204432706,0.14036225468865957 -1034,0.5,0.15372517456988796,0.0,0.3458104019930467,0.15372517456988796,0.0,0.8619411132874591,0.15372517456988796,0.0,0.45787241439231297,0.15372517456988796,0.0,0.239115950638483,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9837749149484382,0.15372517456988796,0.0,1.0161210378393921,0.15372517456988796,0.0,0.8346753798296661,0.5,0.15372517456988796,0.0,0.5700017677057857,0.15372517456988796,0.0,0.0706626879782469,0.5,0.15372517456988796,0.0,0.4959501822690623,0.15372517456988796,0.0,0.38463220589838837,0.15372517456988796,0.0,0.9017581345473131,0.15372517456988796,0.0,0.9785027868717746,0.15372517456988796,0.0,0.8051696768057132,0.15372517456988796,0.0,0.8657110864664359,0.15372517456988796,0.0,0.5423492923623698,0.5,0.15372517456988796,0.0,0.15217467441071286,0.0,0.500392900594639,0.009798657133745689 -1035,0.5,0.15372517456988796,0.0,0.4545953945645448,0.15372517456988796,0.0,0.9816343689504374,0.15372517456988796,0.0,0.43502289355231194,0.15372517456988796,0.0,0.3153372712478189,0.15372517456988796,0.0,1.0184428300231718,0.15372517456988796,0.0,0.8945947354000658,0.15372517456988796,0.0,1.0095421481032898,0.15372517456988796,0.0,0.7399678086945098,0.5,0.15372517456988796,0.0,0.5629759971069632,0.15372517456988796,0.0,0.05858759672992727,0.5,0.15372517456988796,0.0,0.3938627487866181,0.15372517456988796,0.0,0.4052717118813246,0.15372517456988796,0.0,0.9697977778068286,0.15372517456988796,0.0,1.0002173259890943,0.15372517456988796,0.0,0.8470424308639848,0.15372517456988796,0.0,0.8453315147440845,0.15372517456988796,0.0,0.5253998252459892,0.5,0.15372517456988796,0.0,0.15011541555372923,0.0,0.6763430387648979,0.8899982549341644 -1036,0.5,0.15372517456988796,0.0,0.5400618384905531,0.15372517456988796,0.0,1.0149596942276298,0.15372517456988796,0.0,0.44108078232020265,0.15372517456988796,0.0,0.3689027184536088,0.15372517456988796,0.0,0.9442249012120629,0.15372517456988796,0.0,0.7674958346320442,0.15372517456988796,0.0,0.950991103415663,0.15372517456988796,0.0,0.5741383870272208,0.5,0.15372517456988796,0.0,0.5207126038558966,0.15372517456988796,0.0,0.04831083757810003,0.5,0.15372517456988796,0.0,0.4879066008977009,0.15372517456988796,0.0,0.528172909510007,0.15372517456988796,0.0,0.996130438214246,0.15372517456988796,0.0,0.9839172098231915,0.15372517456988796,0.0,0.910921237502178,0.15372517456988796,0.0,0.7488636141950211,0.15372517456988796,0.0,0.43483634045855896,0.5,0.15372517456988796,0.0,0.09236230818035819,0.0,0.8482733189765124,1.002626776793222 -1037,0.5,0.15372517456988796,0.0,0.6077999276398868,0.15372517456988796,0.0,0.9874455808404458,0.15372517456988796,0.0,0.512444432690779,0.15372517456988796,0.0,0.3833259782049502,0.15372517456988796,0.0,0.818022383756625,0.15372517456988796,0.0,0.6611198595190793,0.15372517456988796,0.0,0.8423668406606208,0.15372517456988796,0.0,0.41979306431523283,0.5,0.15372517456988796,0.0,0.4561369347296427,0.15372517456988796,0.0,0.05127985862354845,0.5,0.15372517456988796,0.0,0.6016484009992131,0.15372517456988796,0.0,0.6502828139675618,0.15372517456988796,0.0,1.0003862170674964,0.15372517456988796,0.0,0.8851103275592547,0.15372517456988796,0.0,0.8960741106512488,0.15372517456988796,0.0,0.761972167707767,0.15372517456988796,0.0,0.41120396514032204,0.5,0.15372517456988796,0.0,0.041363955858640736,0.0,0.9233108960927661,0.9829504597511219 -1038,0.5,0.15372517456988796,0.0,0.702049362438005,0.15372517456988796,0.0,0.8812810776218304,0.15372517456988796,0.0,0.5819540279016977,0.15372517456988796,0.0,0.3876013525609969,0.15372517456988796,0.0,0.7216717098839746,0.15372517456988796,0.0,0.6827675919068936,0.15372517456988796,0.0,0.7068269211083152,0.15372517456988796,0.0,0.37354906634910123,0.5,0.15372517456988796,0.0,0.414136222558781,0.15372517456988796,0.0,0.12977480755907433,0.5,0.15372517456988796,0.0,0.5908262014049694,0.15372517456988796,0.0,0.6111286192378886,0.15372517456988796,0.0,0.9676493666409625,0.15372517456988796,0.0,0.7531530379333815,0.15372517456988796,0.0,0.7767627471992632,0.15372517456988796,0.0,0.6889546032088308,0.15372517456988796,0.0,0.43423936116350637,0.5,0.15372517456988796,0.0,0.035674267971148414,0.0,0.9497727771569648,0.9599412090685657 -1039,0.5,0.15372517456988796,0.0,0.7622258848934715,0.15372517456988796,0.0,0.7152861762174441,0.15372517456988796,0.0,0.5818997841236859,0.15372517456988796,0.0,0.4334072609914599,0.15372517456988796,0.0,0.7618350283114679,0.15372517456988796,0.0,0.7179646418565306,0.15372517456988796,0.0,0.6312986831962297,0.15372517456988796,0.0,0.29627808746114703,0.5,0.15372517456988796,0.0,0.25228512894931104,0.15372517456988796,0.0,0.2062257269132168,0.5,0.15372517456988796,0.0,0.5980896749304647,0.15372517456988796,0.0,0.5430509712606632,0.15372517456988796,0.0,0.8528841805728526,0.15372517456988796,0.0,0.653837030123729,0.15372517456988796,0.0,0.6305221813059682,0.15372517456988796,0.0,0.5620695413618161,0.15372517456988796,0.0,0.40964648288304983,0.5,0.15372517456988796,0.0,0.0448094736586739,0.0,0.9358272634477461,0.9358396408263108 -1040,0.5,0.15372517456988796,0.0,0.7344641612825213,0.15372517456988796,0.0,0.4821771868618558,0.15372517456988796,0.0,0.552292045190468,0.15372517456988796,0.0,0.4703028203547224,0.15372517456988796,0.0,0.8456376004616258,0.15372517456988796,0.0,0.6998475039282046,0.15372517456988796,0.0,0.5750712404835969,0.15372517456988796,0.0,0.2558226445619384,0.5,0.15372517456988796,0.0,0.21697555243135005,0.15372517456988796,0.0,0.15013050558852845,0.5,0.15372517456988796,0.0,0.4735811711370084,0.15372517456988796,0.0,0.40237309046810477,0.15372517456988796,0.0,0.6644453470133472,0.15372517456988796,0.0,0.6337401753416352,0.15372517456988796,0.0,0.5214528829674274,0.15372517456988796,0.0,0.4162396421727474,0.15372517456988796,0.0,0.34601283242550235,0.5,0.15372517456988796,2.0867997975229824e-05,0.10727094161020245,0.0,0.9567387960977021,0.9858824659267812 -1041,0.5,0.15372517456988796,0.02230299951292603,0.6524653299281532,0.15372517456988796,0.002842886799812034,0.31166102644790816,0.15372517456988796,0.0242948886725622,0.45737364281371073,0.15372517456988796,0.036825039024293724,0.4599463431873347,0.15372517456988796,0.0014628135134853034,0.8670665753374704,0.15372517456988796,0.005668508869102501,0.6544067316079029,0.15372517456988796,0.005053560929812356,0.4894857501281665,0.15372517456988796,0.008451710543392848,0.3125418515208314,0.5,0.15372517456988796,0.004482185767421849,0.1524062301443112,0.15372517456988796,0.02937456114914945,0.16208336238500012,0.5,0.15372517456988796,0.01006523568160712,0.2808265719027597,0.15372517456988796,0.016617303897143443,0.25724512099644115,0.15372517456988796,0.004732252914706758,0.4893838895831458,0.15372517456988796,0.0016173888968570868,0.6836559325556342,0.15372517456988796,0.006539252870846248,0.4515373393384676,0.15372517456988796,0.013720728439527149,0.2710792670520544,0.15372517456988796,0.012050881306695922,0.2729269342789207,0.5,0.15372517456988796,0.06030948532304897,0.07603738981216829,0.0,0.8963885979530597,1.0029674812437122 -1042,0.5,0.15372517456988796,0.04847235228292855,0.5159794426320093,0.15372517456988796,0.024469760137465425,0.3258094810206179,0.15372517456988796,0.0754969166064176,0.2508947715693585,0.15372517456988796,0.07820466254509403,0.3962604381115348,0.15372517456988796,0.015723779778651734,0.8438900838721054,0.15372517456988796,0.14989326657503727,0.6721539786375668,0.15372517456988796,0.04935052976078514,0.48764874902225536,0.15372517456988796,0.07262742439162644,0.2674326824962678,0.5,0.15372517456988796,0.019968124974698798,0.0766397643106031,0.15372517456988796,0.11828398521405059,0.07519334504196318,0.5,0.15372517456988796,0.013688861945571961,0.13866432374180784,0.15372517456988796,0.0606761816500804,0.14398596986635406,0.15372517456988796,0.0270799372345542,0.46938357842825906,0.15372517456988796,0.013467863548871426,0.7496858904162186,0.15372517456988796,0.03956633790952552,0.4136008279989414,0.15372517456988796,0.06723783376174361,0.23233125686997685,0.15372517456988796,0.04686900239676585,0.21821838961488438,0.5,0.15372517456988796,0.1493619416272861,0.06169727470423369,0.0,0.7358011991884164,1.0058123721357934 -1043,0.5,0.15372517456988796,0.07411460609594112,0.3736473515534216,0.15372517456988796,0.046986059271896814,0.4858719783423122,0.15372517456988796,0.19192707395382763,0.25868069098987806,0.15372517456988796,0.13369303611317526,0.2847990539565535,0.15372517456988796,0.07686986382531508,0.7992771146016159,0.15372517456988796,0.32930982169632206,0.6910988918568617,0.15372517456988796,0.2149186849966198,0.5537038214905065,0.15372517456988796,0.18673467969646707,0.24550448380495069,0.5,0.15372517456988796,0.06209470413204847,0.08479521073979887,0.15372517456988796,0.229986395071825,0.020481230960523886,0.5,0.15372517456988796,0.03643492187414398,0.06449928990690447,0.15372517456988796,0.15312833642324408,0.1271098228830842,0.15372517456988796,0.04411487177056234,0.5778802662293991,0.15372517456988796,0.04139641228013491,0.7614904216104719,0.15372517456988796,0.09458053619585452,0.4296147225903753,0.15372517456988796,0.09559600230839665,0.14002791700759398,0.15372517456988796,0.04525069097287678,0.14911541912611892,0.5,0.15372517456988796,0.2293790542560997,0.03845114998556249,0.0,0.5963986366636325,1.0096852350125056 -1044,0.5,0.15372517456988796,0.1449627943881266,0.2684422436023828,0.15372517456988796,0.0741104180171046,0.6505113632473619,0.15372517456988796,0.19227835478670402,0.24494378984619694,0.15372517456988796,0.23341084540517895,0.2926485440505114,0.15372517456988796,0.31518467699947905,0.8852997674326459,0.15372517456988796,0.4032964439070455,0.7168672290585504,0.15372517456988796,0.3876546840959819,0.48083617465127193,0.15372517456988796,0.257083961400991,0.3303318510229538,0.5,0.15372517456988796,0.0790567110746896,0.12773304245549932,0.15372517456988796,0.34787171805597633,0.012561037223644211,0.5,0.15372517456988796,0.07328895341414904,0.03732072460541057,0.15372517456988796,0.19650813836954625,0.18996683709472292,0.15372517456988796,0.057855570102646525,0.5965593455854669,0.15372517456988796,0.14385884752911393,0.6726449966512145,0.15372517456988796,0.130425955516347,0.37102522286832,0.15372517456988796,0.14002610675873667,0.09293209897426606,0.15372517456988796,0.07455794522137764,0.06376931369545209,0.5,0.15372517456988796,0.28463670631704896,0.032015738720441764,0.0,0.374807822361821,1.0074367461935274 -1045,0.5,0.15372517456988796,0.20155579592737205,0.2069030535125157,0.15372517456988796,0.07378377875536109,0.42076511356895774,0.15372517456988796,0.2821562297851419,0.117756608219248,0.15372517456988796,0.14699944257422642,0.179201837916558,0.15372517456988796,0.48868328083112134,0.8881473981482131,0.15372517456988796,0.45042706735935956,0.7705903803241152,0.15372517456988796,0.4366926002762399,0.42683867494085304,0.15372517456988796,0.21624308314915208,0.37927673190483807,0.5,0.15372517456988796,0.09450905358446557,0.20829138380979098,0.15372517456988796,0.4401065454297718,0.012133079723041701,0.5,0.15372517456988796,0.10268035363175254,0.05355180703919468,0.15372517456988796,0.18599163840831806,0.21476084232604079,0.15372517456988796,0.07838793256806134,0.5420250550274014,0.15372517456988796,0.3186519061636424,0.6427470899205463,0.15372517456988796,0.21275183505893752,0.29329589004293743,0.15372517456988796,0.17573151807794937,0.113645390631849,0.15372517456988796,0.10544334711609757,0.041948330759252764,0.5,0.15372517456988796,0.3859724282698729,0.04292111714062378,0.0,0.298978014725549,1.0053958012016826 -1046,0.5,0.15372517456988796,0.1657409726990342,0.1929826311315724,0.15372517456988796,0.23157150064653326,0.4251130006062555,0.15372517456988796,0.23660524758753093,0.08406448865488893,0.15372517456988796,0.14619255477674928,0.1089619397600374,0.15372517456988796,0.47399846075281027,0.7607601986740649,0.15372517456988796,0.4342813604253475,0.5764279484948531,0.15372517456988796,0.3851921149446286,0.4468139676755139,0.15372517456988796,0.18954779900041066,0.301079687206827,0.5,0.15372517456988796,0.10934986000916269,0.23488378269322097,0.15372517456988796,0.25090886319322414,0.012405863233768922,0.5,0.15372517456988796,0.09620171582557455,0.05505801756903747,0.15372517456988796,0.137425909526013,0.30492946405591065,0.15372517456988796,0.10370685195958942,0.44620003248135565,0.15372517456988796,0.4142461820720238,0.626020598751456,0.15372517456988796,0.321779138432352,0.2586831414051117,0.15372517456988796,0.18897734437827424,0.18411619751689728,0.15372517456988796,0.1089261705833531,0.03533617756406955,0.5,0.15372517456988796,0.4799693508369327,0.06325748693120987,0.0,0.2625167407457365,1.0086081417500297 -1047,0.5,0.15372517456988796,0.1624878672903423,0.14487228833211369,0.15372517456988796,0.38748063453926973,0.2758789527532343,0.15372517456988796,0.1302236383715156,0.069586607883369,0.15372517456988796,0.16289398418844986,0.06659770393244116,0.15372517456988796,0.4034472846198117,0.5001494319543924,0.15372517456988796,0.30319378855109075,0.40903955292654753,0.15372517456988796,0.24108504642065298,0.2811535376808715,0.15372517456988796,0.14671574154972283,0.27042762786677577,0.5,0.15372517456988796,0.09643489204209063,0.25332705531298405,0.15372517456988796,0.1721056542021687,0.19798819486128633,0.5,0.15372517456988796,0.07427946079244412,0.1154691604129882,0.15372517456988796,0.08893216598360462,0.5847380010614123,0.15372517456988796,0.13138235454676572,0.3449675170163385,0.15372517456988796,0.3766106495860083,0.5307127381084888,0.15372517456988796,0.27243381686026263,0.26567494025518246,0.15372517456988796,0.1284924032511084,0.16812784588349425,0.15372517456988796,0.08308275305326168,0.049316222745074426,0.5,0.15372517456988796,0.3610239408863316,0.05203681271685531,0.0,0.2861871667194197,1.0036272926712155 -1048,0.5,0.15372517456988796,0.09931657601397766,0.1015553621232336,0.15372517456988796,0.26350017633384926,0.16765656816989746,0.15372517456988796,0.06495946539289839,0.0640419323514013,0.15372517456988796,0.11012879636060652,0.030247893263429183,0.15372517456988796,0.2755921961784048,0.2834174955645217,0.15372517456988796,0.13561230127404103,0.3327551125034133,0.15372517456988796,0.09286314180430995,0.22605252721551516,0.15372517456988796,0.11327171903627803,0.2778591643870354,0.5,0.15372517456988796,0.059682406342384156,0.2963272393403767,0.15372517456988796,0.07911618610123977,0.17644740855851263,0.5,0.15372517456988796,0.05809381049811195,0.15868378661619795,0.15372517456988796,0.04880629044887792,0.4516979245126934,0.15372517456988796,0.1496547959404684,0.29864176857551006,0.15372517456988796,0.29223750338156346,0.4158758984648411,0.15372517456988796,0.15511079721309365,0.21072120936150807,0.15372517456988796,0.06941234457803167,0.15294014624384922,0.15372517456988796,0.04648402885662236,0.11780898417323153,0.5,0.15372517456988796,0.1514154339097961,0.025968506202318355,0.0,0.214638028275102,0.9943341540970038 -1049,0.5,0.15372517456988796,0.0036223996613806157,0.09765897533230165,0.15372517456988796,0.046524678687049494,0.1577011930856584,0.15372517456988796,0.015628245187722403,0.05026100649657196,0.15372517456988796,0.0034566237150981923,0.03742294248130296,0.15372517456988796,0.11384477719371766,0.2579160215185003,0.15372517456988796,0.0899872382085497,0.245819920055308,0.15372517456988796,0.027137791672081985,0.19294008911484328,0.15372517456988796,0.033621808682343546,0.2112898025860141,0.5,0.15372517456988796,0.025959902344748143,0.34482665304012394,0.15372517456988796,0.020347772516816243,0.2886837271527339,0.5,0.15372517456988796,0.034677237395423464,0.11188264656813908,0.15372517456988796,0.0208353088857266,0.2571252313521304,0.15372517456988796,0.08431210373887206,0.2908274451603379,0.15372517456988796,0.10539888672681301,0.3058587323339036,0.15372517456988796,0.04923211769844896,0.1597472266047916,0.15372517456988796,0.021327158447963578,0.17872583970405312,0.15372517456988796,0.013699690042732686,0.11219356080984796,0.5,0.15372517456988796,0.02723553007718927,0.1397302621491961,0.0,0.213603394744864,0.968107037491991 -1050,0.5,0.15372517456988796,0.0,0.08470228448504322,0.15372517456988796,0.0,0.1433601191994701,0.15372517456988796,0.0,0.03887042129684105,0.15372517456988796,0.0,0.05376199064098375,0.15372517456988796,0.0,0.25328247213003896,0.15372517456988796,1.891430312847576e-05,0.20738655281292817,0.15372517456988796,0.0,0.1763547371115377,0.15372517456988796,6.89704327603639e-05,0.15714068490347666,0.5,0.15372517456988796,0.00010582462792341713,0.34775242718381827,0.15372517456988796,0.0,0.6636131275041208,0.5,0.15372517456988796,0.0,0.1261231286603126,0.15372517456988796,7.573803849384177e-05,0.08110704584332304,0.15372517456988796,0.0,0.28251939443426977,0.15372517456988796,0.0,0.26819645320231156,0.15372517456988796,0.0,0.16810165586172987,0.15372517456988796,0.0,0.15713248665282026,0.15372517456988796,0.0,0.0808965224963526,0.5,0.15372517456988796,0.0,0.3423662435703444,0.0,0.19376255834903494,0.9257940213180451 -1051,0.5,0.15372517456988796,0.0,0.07541212248464052,0.15372517456988796,0.0,0.13245289068993446,0.15372517456988796,0.0,0.027769130956807966,0.15372517456988796,0.0,0.040916811552931136,0.15372517456988796,0.0,0.20252791907845624,0.15372517456988796,0.0,0.23930046083147435,0.15372517456988796,0.0,0.2203306141443136,0.15372517456988796,0.0,0.1725782202296702,0.5,0.15372517456988796,0.0,0.2877232125881782,0.15372517456988796,0.0,0.2112385197482739,0.5,0.15372517456988796,0.0,0.20166923654370966,0.15372517456988796,0.0,0.04621189863930364,0.15372517456988796,0.0,0.2517091396127801,0.15372517456988796,0.0,0.23329078964022404,0.15372517456988796,0.0,0.17249221673645362,0.15372517456988796,0.0,0.14595853801703373,0.15372517456988796,0.0,0.06372186280095224,0.5,0.15372517456988796,0.0,0.34802140972228435,0.0,0.09991668908135272,0.8927081094087154 -1052,0.5,0.15372517456988796,0.0,0.07296655528042256,0.15372517456988796,0.0,0.12892023325174345,0.15372517456988796,0.0,0.03533593883264821,0.15372517456988796,0.0,0.013591418948497757,0.15372517456988796,0.0,0.2005454937894358,0.15372517456988796,0.0,0.28589625084384723,0.15372517456988796,0.0,0.21341342236150407,0.15372517456988796,0.0,0.24729223324697297,0.5,0.15372517456988796,0.0,0.33775529298445567,0.15372517456988796,0.0,0.03393935516724198,0.5,0.15372517456988796,0.0,0.20037269773280908,0.15372517456988796,0.0,0.0329050473732212,0.15372517456988796,0.0,0.24715981852360772,0.15372517456988796,0.0,0.1992207804982017,0.15372517456988796,0.0,0.1677339847961288,0.15372517456988796,0.0,0.12294367439371293,0.15372517456988796,0.0,0.09258208810867642,0.5,0.15372517456988796,0.0,0.12090550318630094,0.0,0.07761925474890628,0.8680490433934717 -1053,0.5,0.15372517456988796,0.0,0.06426407226950459,0.15372517456988796,0.0,0.1266293329280503,0.15372517456988796,0.0,0.056962909697367795,0.15372517456988796,0.0,0.016418278891891704,0.15372517456988796,0.0,0.21059109252720273,0.15372517456988796,0.0,0.37555884010041607,0.15372517456988796,0.0,0.2190852362396935,0.15372517456988796,0.0,0.334989063101049,0.5,0.15372517456988796,0.0,0.4527630593113652,0.15372517456988796,0.0,0.025959874336911805,0.5,0.15372517456988796,0.0,0.15838925058448686,0.15372517456988796,0.0,0.06132390216611613,0.15372517456988796,0.0,0.2369172614671303,0.15372517456988796,0.0,0.16433523255524657,0.15372517456988796,0.0,0.17218333488843607,0.15372517456988796,0.0,0.1381994174357951,0.15372517456988796,0.0,0.09927996513946323,0.5,0.15372517456988796,0.0,0.05433626066485511,0.0,0.10912931694948583,0.8024457051814559 -1054,0.5,0.15372517456988796,0.0,0.06202974661144034,0.15372517456988796,0.0,0.10689006447195454,0.15372517456988796,0.0,0.0757084359965805,0.15372517456988796,0.0,0.02543607834118001,0.15372517456988796,0.0,0.2119269215174493,0.15372517456988796,0.0,0.49438473448045367,0.15372517456988796,0.0,0.30872548130448946,0.15372517456988796,0.0,0.43620876082770293,0.5,0.15372517456988796,0.0,0.5802099798867077,0.15372517456988796,0.0,0.06877301865527935,0.5,0.15372517456988796,0.0,0.16293275916429098,0.15372517456988796,0.0,0.1442888370980065,0.15372517456988796,0.0,0.2179170072769,0.15372517456988796,0.0,0.1418898426236584,0.15372517456988796,0.0,0.1643370181171729,0.15372517456988796,0.0,0.2399398876069749,0.15372517456988796,0.0,0.10231590970282656,0.5,0.15372517456988796,0.0,0.04369266177719282,0.0,0.1116001019439156,0.7535259270033499 -1055,0.5,0.15372517456988796,0.0,0.05951157807115971,0.15372517456988796,0.0,0.10251794667789292,0.15372517456988796,0.0,0.09755381631369883,0.15372517456988796,0.0,0.03498577899819811,0.15372517456988796,0.0,0.24070473757053232,0.15372517456988796,0.0,0.6037342664258687,0.15372517456988796,0.0,0.4604202559770709,0.15372517456988796,0.0,0.4950231334348577,0.5,0.15372517456988796,0.0,0.6633101086991305,0.15372517456988796,0.0,0.09254958033093905,0.5,0.15372517456988796,0.0,0.1985474703501892,0.15372517456988796,0.0,0.22920394024289792,0.15372517456988796,0.0,0.2053242022074744,0.15372517456988796,0.0,0.13716871114944357,0.15372517456988796,0.0,0.15061500934988453,0.15372517456988796,0.0,0.3470770420275455,0.15372517456988796,0.0,0.14277086622679283,0.5,0.15372517456988796,0.0,0.07241256903602741,0.0,0.09844165539214969,0.7264004642407427 -1056,0.5,0.15372517456988796,0.0,0.05554085471250351,0.15372517456988796,0.0,0.08641580720852225,0.15372517456988796,0.0,0.11834277342864284,0.15372517456988796,0.0,0.04675529602461831,0.15372517456988796,0.0,0.3183785201101118,0.15372517456988796,0.0,0.5989057467686536,0.15372517456988796,0.0,0.6047911876195128,0.15372517456988796,0.0,0.5290544730172512,0.5,0.15372517456988796,0.0,0.615618758298081,0.15372517456988796,0.0,0.12333327953093119,0.5,0.15372517456988796,0.0,0.3790126566260557,0.15372517456988796,0.0,0.33185098895877735,0.15372517456988796,0.0,0.1917087130909123,0.15372517456988796,0.0,0.15416112030756085,0.15372517456988796,0.0,0.15266310250890505,0.15372517456988796,0.0,0.5079928422312356,0.15372517456988796,0.0,0.19120514022724283,0.5,0.15372517456988796,0.0,0.07008494029713275,0.0,0.07308715984649947,0.7059843883811612 -1057,0.5,0.15372517456988796,0.0,0.05508400858336907,0.15372517456988796,0.0,0.07157617727512232,0.15372517456988796,0.0,0.1269910550105445,0.15372517456988796,0.0,0.061721984731709034,0.15372517456988796,0.0,0.3757110450543378,0.15372517456988796,0.0,0.6895159705912846,0.15372517456988796,0.0,0.6720044721836482,0.15372517456988796,0.0,0.5115707580843613,0.5,0.15372517456988796,0.0,0.46012648545511825,0.15372517456988796,0.0,0.22920734514214414,0.5,0.15372517456988796,0.0,0.7911021773219344,0.15372517456988796,0.0,0.39189536513341955,0.15372517456988796,0.0,0.17413679377251975,0.15372517456988796,0.0,0.18227812161031198,0.15372517456988796,0.0,0.1929268231483275,0.15372517456988796,0.0,0.5929460701900132,0.15372517456988796,0.0,0.3338846367966481,0.5,0.15372517456988796,0.0,0.06084302409267497,0.0,0.0621643484611317,0.6416805890658032 -1058,0.5,0.15372517456988796,0.0,0.05377564410516736,0.15372517456988796,0.0,0.08976367496955731,0.15372517456988796,0.0,0.1640942896212,0.15372517456988796,0.0,0.06012962557452627,0.15372517456988796,0.0,0.518882541556517,0.15372517456988796,0.0,0.7430176259028032,0.15372517456988796,0.0,0.6830749950934869,0.15372517456988796,0.0,0.5239683502131955,0.5,0.15372517456988796,0.0,0.29872795083890963,0.15372517456988796,0.0,0.43325692419038925,0.5,0.15372517456988796,0.0,0.7429497081994719,0.15372517456988796,0.0,0.41868785220147875,0.15372517456988796,0.0,0.16988721866130224,0.15372517456988796,0.0,0.20365967471814794,0.15372517456988796,0.0,0.267292119621918,0.15372517456988796,0.0,0.5323616067978117,0.15372517456988796,0.0,0.46874256322130914,0.5,0.15372517456988796,0.0,0.1210528804806435,0.0,0.06618467696978882,0.4927140671579412 -1059,0.5,0.15372517456988796,0.0,0.061566145721736965,0.15372517456988796,0.0,0.12123118732332235,0.15372517456988796,0.0,0.2625243054072754,0.15372517456988796,0.0,0.068006560661321,0.15372517456988796,0.0,0.6320436056644022,0.15372517456988796,0.0,0.7053969373738671,0.15372517456988796,0.0,0.8462918569508444,0.15372517456988796,0.0,0.446368072832032,0.5,0.15372517456988796,0.0,0.23629835202961486,0.15372517456988796,0.0,0.5262624059040257,0.5,0.15372517456988796,0.0,0.6094142291173621,0.15372517456988796,0.0,0.3559483113013985,0.15372517456988796,0.0,0.17340382457594278,0.15372517456988796,0.0,0.2746899702113895,0.15372517456988796,0.0,0.31750078536920767,0.15372517456988796,0.0,0.4323900560938115,0.15372517456988796,0.0,0.5222408427052916,0.5,0.15372517456988796,0.0,0.2865116185338412,0.0,0.06587246267882,0.4808047033236136 -1060,0.5,0.15372517456988796,0.0,0.07535130467575467,0.15372517456988796,0.0,0.10229661229510563,0.15372517456988796,0.0,0.2875475444251338,0.15372517456988796,0.0,0.08706269314737697,0.15372517456988796,0.0,0.6874143701594323,0.15372517456988796,0.0,0.5263682948187005,0.15372517456988796,0.0,0.8580558958436888,0.15372517456988796,0.0,0.37376300180096744,0.5,0.15372517456988796,0.0,0.22591632606193165,0.15372517456988796,0.0,0.4057580473712857,0.5,0.15372517456988796,0.0,0.3687291441952867,0.15372517456988796,0.0,0.26815995040763724,0.15372517456988796,0.0,0.1783709316214936,0.15372517456988796,0.0,0.3416433258426536,0.15372517456988796,0.0,0.34532428291226636,0.15372517456988796,0.0,0.4387621848933521,0.15372517456988796,0.0,0.5142360064002051,0.5,0.15372517456988796,0.0,0.32029014077619417,0.0,0.059109632124645,0.4619212788478134 -1061,0.5,0.15372517456988796,0.0,0.08402698009827025,0.15372517456988796,0.0,0.08295259899197076,0.15372517456988796,0.0,0.3218992126671162,0.15372517456988796,0.0,0.1348034861360468,0.15372517456988796,0.0,0.6367032319897074,0.15372517456988796,0.0,0.4620711965819184,0.15372517456988796,0.0,0.6308689051994055,0.15372517456988796,0.0,0.3769649515532726,0.5,0.15372517456988796,0.0,0.21686554835594563,0.15372517456988796,0.0,0.4063651124895194,0.5,0.15372517456988796,0.0,0.2597622892322379,0.15372517456988796,0.0,0.20583283004539463,0.15372517456988796,0.0,0.2058879080089186,0.15372517456988796,0.0,0.4842033998214656,0.15372517456988796,0.0,0.4595523527136435,0.15372517456988796,0.0,0.40683125471051823,0.15372517456988796,0.0,0.362358344786091,0.5,0.15372517456988796,0.0,0.27208895673396927,0.0,0.07154460167782692,0.6972352985649758 -1062,0.5,0.15372517456988796,0.0,0.0858243956671245,0.15372517456988796,0.0,0.14653380946450645,0.15372517456988796,0.0,0.32883652728289464,0.15372517456988796,0.0,0.20456909001827545,0.15372517456988796,0.0,0.5904512983528073,0.15372517456988796,0.0,0.45293126760151325,0.15372517456988796,0.0,0.5832265103755273,0.15372517456988796,0.0,0.2956030922999956,0.5,0.15372517456988796,0.0,0.15535101429743717,0.15372517456988796,0.0,0.3240298558450591,0.5,0.15372517456988796,0.0,0.2550991192090385,0.15372517456988796,0.0,0.15938807218313808,0.15372517456988796,0.0,0.1823716015159378,0.15372517456988796,0.0,0.5524722720814615,0.15372517456988796,0.0,0.49730699399759193,0.15372517456988796,0.0,0.4700967069745827,0.15372517456988796,0.0,0.2729176219347958,0.5,0.15372517456988796,0.0,0.2456905803287097,0.0,0.07570827789483499,0.8119512372999601 -1063,0.5,0.15372517456988796,0.0,0.09254131713253488,0.15372517456988796,0.0,0.4172081327214291,0.15372517456988796,0.0,0.36787792458174473,0.15372517456988796,0.0,0.26482625100792306,0.15372517456988796,0.0,0.6242569830413958,0.15372517456988796,0.0,0.4088851845596875,0.15372517456988796,0.0,0.46306862657664166,0.15372517456988796,0.0,0.2575861821381694,0.5,0.15372517456988796,0.0,0.1410201758188573,0.15372517456988796,0.0,0.16838230545785543,0.5,0.15372517456988796,0.0,0.22344102768145796,0.15372517456988796,0.0,0.1347709957333053,0.15372517456988796,0.0,0.3060968866220706,0.15372517456988796,0.0,0.5823123554570117,0.15372517456988796,0.0,0.4500281955813152,0.15372517456988796,0.0,0.4295208383209133,0.15372517456988796,0.0,0.23070727035326166,0.5,0.15372517456988796,0.0,0.167551280537992,0.0,0.06152880070812876,0.7196168975429225 -1064,0.5,0.15372517456988796,0.0,0.10504463927760554,0.15372517456988796,0.0,0.3994519089316235,0.15372517456988796,0.0,0.3550406245880773,0.15372517456988796,4.79994181719316e-06,0.3427589587231065,0.15372517456988796,0.0,0.6048519824944438,0.15372517456988796,0.0,0.3884210204254237,0.15372517456988796,0.0,0.3482667511503481,0.15372517456988796,0.0,0.2738089024587305,0.5,0.15372517456988796,0.0,0.1596460432479816,0.15372517456988796,0.0,0.06706880224283425,0.5,0.15372517456988796,0.0,0.1896518178451656,0.15372517456988796,0.0,0.12997608144988582,0.15372517456988796,0.0,0.3793865255956278,0.15372517456988796,0.0,0.5820161804889241,0.15372517456988796,0.0,0.3628309297428824,0.15372517456988796,0.0,0.35038569855916485,0.15372517456988796,0.0,0.21082147271439605,0.5,0.15372517456988796,2.9587626482313126e-05,0.10403104184177397,0.0,0.07357088027187791,0.8807772966692612 -1065,0.5,0.15372517456988796,0.029019285944668686,0.11316441024591209,0.15372517456988796,0.0031814234749732873,0.3376325802609759,0.15372517456988796,0.014924234523453272,0.23093980981449477,0.15372517456988796,0.025011560807468126,0.4271656150231894,0.15372517456988796,0.014310424804424167,0.5165350804006323,0.15372517456988796,0.015799195579210952,0.4199475229323324,0.15372517456988796,0.043090660443437394,0.2899722900425527,0.15372517456988796,0.03435150512001512,0.3289093228371157,0.5,0.15372517456988796,0.010334774529272861,0.25788665327119364,0.15372517456988796,0.09681130626882509,0.035116181565848455,0.5,0.15372517456988796,0.03146520612022362,0.14166987188723712,0.15372517456988796,0.044925234576451,0.1274556040030364,0.15372517456988796,0.006376276824446861,0.3885902799855515,0.15372517456988796,0.010819124737051615,0.5007038335246334,0.15372517456988796,0.03278938849517839,0.24601210433997842,0.15372517456988796,0.03095710265823181,0.2790097874972789,0.15372517456988796,0.05006842485662664,0.16935129447829306,0.5,0.15372517456988796,0.04753027694925668,0.06752688546109742,0.0,0.05547721551565693,0.7812795191838788 -1066,0.5,0.15372517456988796,0.06912215979292682,0.1267683900396888,0.15372517456988796,0.04250430461361601,0.2952290158192602,0.15372517456988796,0.05320285441875473,0.1922313151860071,0.15372517456988796,0.081639206052692,0.4543275326340856,0.15372517456988796,0.07232630341184916,0.5060258305819394,0.15372517456988796,0.06180930106784886,0.549807247310627,0.15372517456988796,0.16568033657408032,0.40367718002303116,0.15372517456988796,0.14095638426701557,0.44161165020012216,0.5,0.15372517456988796,0.06971740667565436,0.3737960737925038,0.15372517456988796,0.2538789164096946,0.024427184353635806,0.5,0.15372517456988796,0.06299528794772866,0.11006384499798053,0.15372517456988796,0.11512672294970731,0.12753054522633456,0.15372517456988796,0.04302692725517021,0.3984192446432927,0.15372517456988796,0.07642870457073105,0.42172186560165736,0.15372517456988796,0.17238645295353064,0.23054123028455606,0.15372517456988796,0.14988210767233873,0.3360711114668354,0.15372517456988796,0.15466251351464866,0.1411827097320943,0.5,0.15372517456988796,0.22303116961923763,0.05316533297653055,0.0,0.09769277669892087,0.7905369886050347 -1067,0.5,0.15372517456988796,0.1095741688350732,0.1343787740487726,0.15372517456988796,0.17482249749986017,0.3999543745704912,0.15372517456988796,0.17551442639201564,0.26620584249823065,0.15372517456988796,0.13031102829331226,0.4294205556869399,0.15372517456988796,0.1231635950186104,0.568730262022522,0.15372517456988796,0.07477992873959527,0.6452084631734929,0.15372517456988796,0.2321792208096468,0.625826930928472,0.15372517456988796,0.23909321926626534,0.5373405799003228,0.5,0.15372517456988796,0.19310833764629107,0.4937483352231729,0.15372517456988796,0.32646654094533345,0.024885061897535345,0.5,0.15372517456988796,0.13040959202639887,0.16081589143381098,0.15372517456988796,0.20448303453893577,0.12732601002811547,0.15372517456988796,0.08931172996548711,0.4200302201881014,0.15372517456988796,0.1768038813336562,0.4016543595328075,0.15372517456988796,0.32025034846596045,0.3194866422413289,0.15372517456988796,0.27712174838235965,0.4621423014166913,0.15372517456988796,0.22652164807930092,0.18458088891974136,0.5,0.15372517456988796,0.41029986042303723,0.08107351637490927,0.0,0.1529919897448237,0.7012956394406124 -1068,0.5,0.15372517456988796,0.2027073667906965,0.15704265935143377,0.15372517456988796,0.18766178269273856,0.3452593853118991,0.15372517456988796,0.3148029608905681,0.37694623218327133,0.15372517456988796,0.1829902168300051,0.4224861454245015,0.15372517456988796,0.1378945515461068,0.7158009316305776,0.15372517456988796,0.08908888667698597,0.5574919529097773,0.15372517456988796,0.22596356175826796,0.6199884691228584,0.15372517456988796,0.2269589084918403,0.45157257985971355,0.5,0.15372517456988796,0.28939728983092505,0.42328898444426855,0.15372517456988796,0.3447738243174672,0.029183295001176005,0.5,0.15372517456988796,0.27155347480576414,0.17993369062022255,0.15372517456988796,0.3187383551117882,0.14544595709696626,0.15372517456988796,0.14976450604643007,0.37458712664730154,0.15372517456988796,0.2575382431091783,0.47044450494273893,0.15372517456988796,0.4302254002649273,0.397516352656317,0.15372517456988796,0.3658708444381388,0.4627813487941327,0.15372517456988796,0.23145424043391116,0.19312212938847273,0.5,0.15372517456988796,0.5057613718559429,0.09976853352979759,0.0,0.2636389728573095,0.6098087362153641 -1069,0.5,0.15372517456988796,0.3091124381286068,0.21141720419096866,0.15372517456988796,0.17470358035041797,0.4587728570483347,0.15372517456988796,0.40295121506023945,0.4332540861083063,0.15372517456988796,0.23753000308953198,0.4025896066257895,0.15372517456988796,0.110795566954144,0.7753017460271653,0.15372517456988796,0.1024032201618312,0.36291849763708844,0.15372517456988796,0.18468341188046206,0.5081160708268122,0.15372517456988796,0.21792464193286754,0.26828200482779774,0.5,0.15372517456988796,0.25670915652454807,0.3352124888398578,0.15372517456988796,0.511250662283832,0.026169908285891424,0.5,0.15372517456988796,0.2451854474490221,0.2067946383711994,0.15372517456988796,0.42676422265130837,0.12982222379977626,0.15372517456988796,0.2354997341527395,0.4744430380305153,0.15372517456988796,0.25851650247347807,0.5612562933812544,0.15372517456988796,0.4751204272385754,0.4480318442603941,0.15372517456988796,0.35353886793017786,0.4122448090981398,0.15372517456988796,0.23573345814032248,0.17616185780303834,0.5,0.15372517456988796,0.4991168310758668,0.12150885461248914,0.0,0.22592135442993125,0.7439579595512904 -1070,0.5,0.15372517456988796,0.335572745243724,0.1823586180904013,0.15372517456988796,0.15396465968480083,0.3764082852354552,0.15372517456988796,0.4356916861408575,0.40540830694565194,0.15372517456988796,0.2283158482006551,0.31101596727769665,0.15372517456988796,0.07825427802421962,0.5789793073477589,0.15372517456988796,0.1404225456010164,0.26227649424637745,0.15372517456988796,0.16257706785425993,0.3368388559551166,0.15372517456988796,0.2918908790802635,0.2790522218683983,0.5,0.15372517456988796,0.2599253329660704,0.36151136443114523,0.15372517456988796,0.5479471329226773,0.01983931950114869,0.5,0.15372517456988796,0.19032116606584445,0.20064869938735444,0.15372517456988796,0.435690002869246,0.11274367097722696,0.15372517456988796,0.20156302353191735,0.4846170988388263,0.15372517456988796,0.20731450736499846,0.6456184095548068,0.15372517456988796,0.4024164203625248,0.4268304867932448,0.15372517456988796,0.24066410351135512,0.32002354311639725,0.15372517456988796,0.2836836754944087,0.1285543322281266,0.5,0.15372517456988796,0.4059483708118117,0.06091800182647677,0.0,0.29618933538439257,0.9058776105166091 -1071,0.5,0.15372517456988796,0.27614693613705316,0.12155833292013923,0.15372517456988796,0.12855890513130286,0.37488645368060103,0.15372517456988796,0.35810736146849526,0.2618053710742489,0.15372517456988796,0.22760807259770102,0.19070873864765864,0.15372517456988796,0.08781739913478956,0.3953837607295013,0.15372517456988796,0.17383572668003502,0.3771484911259726,0.15372517456988796,0.15272449486201667,0.27866733315845993,0.15372517456988796,0.26794375295404316,0.4564416955790668,0.5,0.15372517456988796,0.2424830212928008,0.4157760620121019,0.15372517456988796,0.46474211481029626,0.036983156772394166,0.5,0.15372517456988796,0.1983453732695356,0.18481888482333086,0.15372517456988796,0.38409453886837575,0.10873551775501332,0.15372517456988796,0.1622370539604326,0.4712045930662443,0.15372517456988796,0.11490659183794158,0.556161547873887,0.15372517456988796,0.2766342025957832,0.32815779481567087,0.15372517456988796,0.15759560595213798,0.28786256949828604,0.15372517456988796,0.26619015844108046,0.10382579051870264,0.5,0.15372517456988796,0.4103637199658711,0.03365140863608794,0.0,0.2333999738471872,0.9066547588875128 -1072,0.5,0.15372517456988796,0.17505614060335012,0.058822420594499276,0.15372517456988796,0.07965583974597655,0.3429530424017945,0.15372517456988796,0.2601873192114763,0.10916488056171751,0.15372517456988796,0.19708733426067213,0.07701969496969441,0.15372517456988796,0.07556565016836037,0.4224637971830162,0.15372517456988796,0.2013073634952388,0.5406218164867219,0.15372517456988796,0.121010530068108,0.43589192722778625,0.15372517456988796,0.20116686314525978,0.5669805932694955,0.5,0.15372517456988796,0.1417626288751613,0.42302851585639356,0.15372517456988796,0.3369968092046182,0.03545539318831628,0.5,0.15372517456988796,0.21093177197556984,0.1117311399369426,0.15372517456988796,0.2505037205395127,0.08814369205586656,0.15372517456988796,0.08574720652830808,0.43191063577639105,0.15372517456988796,0.056966413954097433,0.3741422802681448,0.15372517456988796,0.1723221442013632,0.14712847937137152,0.15372517456988796,0.08971891164074458,0.37355310673223946,0.15372517456988796,0.19247294414344207,0.08381544424019499,0.5,0.15372517456988796,0.321066320205622,0.03393098857560625,0.0,0.10151632807684556,0.8261130325011014 -1073,0.5,0.15372517456988796,0.01440125863692558,0.05112185751439627,0.15372517456988796,0.012426539803191887,0.14672388336144135,0.15372517456988796,0.05813038838944594,0.10746997867729116,0.15372517456988796,0.018674929891407198,0.05406007598265509,0.15372517456988796,0.032451864323614035,0.5003688579994618,0.15372517456988796,0.11823590977217299,0.66932258447692,0.15372517456988796,0.06343880440864916,0.5902753695523694,0.15372517456988796,0.08783255764302719,0.6653692260725619,0.5,0.15372517456988796,0.05579443996689955,0.47884918330724535,0.15372517456988796,0.11308709866543254,0.03511769532795709,0.5,0.15372517456988796,0.10102785759108109,0.07110396851762574,0.15372517456988796,0.08289954764371932,0.08985713574044453,0.15372517456988796,0.02735430546341295,0.2686025602048036,0.15372517456988796,0.021107719803665364,0.3763635428564551,0.15372517456988796,0.04744672202169829,0.1210979885426875,0.15372517456988796,0.033596047358346995,0.4527319952051833,0.15372517456988796,0.049020189796169684,0.07322833572307222,0.5,0.15372517456988796,0.06565424957794977,0.08362324835856631,0.0,0.0188770786946893,0.9062842013230628 -1074,0.5,0.15372517456988796,0.0,0.06790090328671594,0.15372517456988796,0.0,0.13326803318220484,0.15372517456988796,0.0,0.15334066338794963,0.15372517456988796,0.0,0.0699374274720227,0.15372517456988796,0.0,0.6829006753850432,0.15372517456988796,0.0,0.7352344260734996,0.15372517456988796,0.0,0.6634583314178927,0.15372517456988796,0.0,0.7946779846881923,0.5,0.15372517456988796,0.00010801293145192599,0.6147025817772463,0.15372517456988796,0.0,0.05067020202899781,0.5,0.15372517456988796,2.6140495346051537e-05,0.1807040816873627,0.15372517456988796,0.0,0.14971401520239044,0.15372517456988796,0.0,0.27994767681214516,0.15372517456988796,0.0,0.501408068450172,0.15372517456988796,0.0,0.19141207867010546,0.15372517456988796,0.0,0.5476337230869972,0.15372517456988796,0.0,0.11373142907296542,0.5,0.15372517456988796,0.0,0.1390385688355983,0.0,0.039826322836754566,0.990386490583517 -1075,0.5,0.15372517456988796,0.0,0.09460708475390883,0.15372517456988796,0.0,0.19710709021563655,0.15372517456988796,0.0,0.16602109460411094,0.15372517456988796,0.0,0.09217997491621796,0.15372517456988796,0.0,0.7399547436143697,0.15372517456988796,0.0,0.9041066376583622,0.15372517456988796,0.0,0.7908350817845091,0.15372517456988796,0.0,0.9593632806712926,0.5,0.15372517456988796,0.0,0.6648426663200716,0.15372517456988796,0.0,0.05841570904433782,0.5,0.15372517456988796,0.0,0.264163486201802,0.15372517456988796,0.0,0.21546333528058612,0.15372517456988796,0.0,0.4362522823240548,0.15372517456988796,0.0,0.6816669765860799,0.15372517456988796,0.0,0.30900645127642423,0.15372517456988796,0.0,0.5691997351996377,0.15372517456988796,0.0,0.1902421572425887,0.5,0.15372517456988796,0.0,0.18111638508453815,0.0,0.03583276357605494,1.0095453159990906 -1076,0.5,0.15372517456988796,0.0,0.13389083552610373,0.15372517456988796,0.0,0.2335529446677611,0.15372517456988796,0.0,0.16468020631640987,0.15372517456988796,0.0,0.1055543480894703,0.15372517456988796,0.0,0.8780519417822746,0.15372517456988796,0.0,0.9985946435622179,0.15372517456988796,0.0,0.9422749625910051,0.15372517456988796,0.0,0.9686335953524298,0.5,0.15372517456988796,0.0,0.6798518840217859,0.15372517456988796,0.0,0.05561220068201775,0.5,0.15372517456988796,0.0,0.3630387164461004,0.15372517456988796,0.0,0.26913515777820124,0.15372517456988796,0.0,0.5632113392226795,0.15372517456988796,0.0,0.7642767273820806,0.15372517456988796,0.0,0.4372809787648447,0.15372517456988796,0.0,0.6332594675512623,0.15372517456988796,0.0,0.27707619046245024,0.5,0.15372517456988796,0.0,0.20429985497345704,0.0,0.08714819757158679,1.0103139820489249 -1077,0.5,0.15372517456988796,0.0,0.1826773343919002,0.15372517456988796,0.0,0.4275565766840097,0.15372517456988796,0.0,0.18509191433329147,0.15372517456988796,0.0,0.14163562187938558,0.15372517456988796,0.0,0.9884971346378728,0.15372517456988796,0.0,1.0216259670037298,0.15372517456988796,0.0,1.0166671195800299,0.15372517456988796,0.0,0.9888348655045527,0.5,0.15372517456988796,0.0,0.696650683678915,0.15372517456988796,0.0,0.04953946553265119,0.5,0.15372517456988796,0.0,0.5802693238573349,0.15372517456988796,0.0,0.2630662323139854,0.15372517456988796,0.0,0.6311805145334183,0.15372517456988796,0.0,0.8526994246377466,0.15372517456988796,0.0,0.5801391355410452,0.15372517456988796,0.0,0.8258522325659862,0.15372517456988796,0.0,0.3823280144330916,0.5,0.15372517456988796,0.0,0.1742345042479903,0.0,0.18103414313286773,1.0109662747106323 -1078,0.5,0.15372517456988796,0.0,0.23460761470397343,0.15372517456988796,0.0,0.6802213310346874,0.15372517456988796,0.0,0.25567034153384305,0.15372517456988796,0.0,0.1978929358401174,0.15372517456988796,0.0,1.0162604911904105,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9957931344684061,0.5,0.15372517456988796,0.0,0.6790387764659798,0.15372517456988796,0.0,0.04797471087070525,0.5,0.15372517456988796,0.0,0.720306138137562,0.15372517456988796,0.0,0.25845670797166925,0.15372517456988796,0.0,0.7283088926258003,0.15372517456988796,0.0,0.9331960821621659,0.15372517456988796,0.0,0.744948148552544,0.15372517456988796,0.0,0.9217614747461229,0.15372517456988796,0.0,0.4885960238575047,0.5,0.15372517456988796,0.0,0.14433780652258382,0.0,0.2571471698924361,1.0114188574199672 -1079,0.5,0.15372517456988796,0.0,0.3453820843825427,0.15372517456988796,0.0,0.8069715165814898,0.15372517456988796,0.0,0.360946016107262,0.15372517456988796,0.0,0.2873296833665707,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0216250292392857,0.15372517456988796,0.0,0.9541223688469193,0.5,0.15372517456988796,0.0,0.6680442511761588,0.15372517456988796,0.0,0.037185618027028036,0.5,0.15372517456988796,0.0,0.7131934999855083,0.15372517456988796,0.0,0.3567724637277045,0.15372517456988796,0.0,0.8474628471213581,0.15372517456988796,0.0,0.9675877183652539,0.15372517456988796,0.0,0.8604795059331543,0.15372517456988796,0.0,0.9775957038567102,0.15372517456988796,0.0,0.5369592051620841,0.5,0.15372517456988796,0.0,0.11768775065982662,0.0,0.41965897045315204,0.019006509712325353 -1080,0.5,0.15372517456988796,0.0,0.44445422867415824,0.15372517456988796,0.0,0.923256179816106,0.15372517456988796,0.0,0.4297260771837056,0.15372517456988796,0.0,0.3864257644742634,0.15372517456988796,0.0,1.0216345024819162,0.15372517456988796,0.0,1.0162330593961815,0.15372517456988796,0.0,1.0214208529397732,0.15372517456988796,0.0,0.882408585802348,0.5,0.15372517456988796,0.0,0.6224459940039612,0.15372517456988796,0.0,0.03694864835320316,0.5,0.15372517456988796,0.0,0.6295085592278307,0.15372517456988796,0.0,0.3586598648168138,0.15372517456988796,0.0,0.9185597382126571,0.15372517456988796,0.0,0.9903605869528078,0.15372517456988796,0.0,0.9266538472284014,0.15372517456988796,0.0,0.9632260276821698,0.15372517456988796,0.0,0.5248360994612169,0.5,0.15372517456988796,0.0,0.06965539630786886,0.0,0.6098527857303608,0.019006509712325353 -1081,0.5,0.15372517456988796,0.0,0.5167728585012549,0.15372517456988796,0.0,0.9570279263581192,0.15372517456988796,0.0,0.5136237891217968,0.15372517456988796,0.0,0.4446195855596048,0.15372517456988796,0.0,1.0003311942421873,0.15372517456988796,0.0,0.9807328164021158,0.15372517456988796,0.0,1.0118593880603453,0.15372517456988796,0.0,0.7636235142735401,0.5,0.15372517456988796,0.0,0.5909832675950693,0.15372517456988796,0.0,0.044694154301628125,0.5,0.15372517456988796,0.0,0.542219703862935,0.15372517456988796,0.0,0.29862914966312315,0.15372517456988796,0.0,0.9720614351235838,0.15372517456988796,0.0,0.9909906701679683,0.15372517456988796,0.0,0.965726799467273,0.15372517456988796,0.0,0.9216415391763751,0.15372517456988796,0.0,0.5228412785423846,0.5,0.15372517456988796,0.0,0.048047716394178645,0.0,0.756368912369292,0.20165877236255902 -1082,0.5,0.15372517456988796,0.0,0.6130693970967209,0.15372517456988796,0.0,0.999956519578128,0.15372517456988796,0.0,0.6558196272944472,0.15372517456988796,0.0,0.4856295003375419,0.15372517456988796,0.0,0.9747457029437031,0.15372517456988796,0.0,0.9210661437531589,0.15372517456988796,0.0,0.9882474307838977,0.15372517456988796,0.0,0.6365360596787786,0.5,0.15372517456988796,0.0,0.6224899118287363,0.15372517456988796,0.0,0.08746658385568769,0.5,0.15372517456988796,0.0,0.3871364796776546,0.15372517456988796,0.0,0.23220160990016794,0.15372517456988796,0.0,0.9924072345964046,0.15372517456988796,0.0,0.9591841374847677,0.15372517456988796,0.0,0.9821498710426589,0.15372517456988796,0.0,0.8444120551701924,0.15372517456988796,0.0,0.46421865266043916,0.5,0.15372517456988796,0.0,0.05105417287816678,0.0,0.8434819595432403,1.0102600681684004 -1083,0.5,0.15372517456988796,0.0,0.7314344158529655,0.15372517456988796,0.0,0.9901521173407096,0.15372517456988796,0.0,0.7601790221588,0.15372517456988796,0.0,0.551141029579239,0.15372517456988796,0.0,0.9572070463012003,0.15372517456988796,0.0,0.8898492961136208,0.15372517456988796,0.0,0.9421408985867337,0.15372517456988796,0.0,0.6433020108706339,0.5,0.15372517456988796,0.0,0.7992399482881303,0.15372517456988796,0.0,0.1134262574262119,0.5,0.15372517456988796,0.0,0.3257011682184139,0.15372517456988796,0.0,0.2399112537736551,0.15372517456988796,0.0,0.9983882971270069,0.15372517456988796,0.0,0.8698000733922492,0.15372517456988796,0.0,0.9269586824345011,0.15372517456988796,0.0,0.7368413113063198,0.15372517456988796,0.0,0.3457297661474184,0.5,0.15372517456988796,0.0,0.07410106624235983,0.0,0.9346603836334879,1.0091347619378013 -1084,0.5,0.15372517456988796,0.0,0.8093228024945054,0.15372517456988796,0.0,0.8634551439736655,0.15372517456988796,0.0,0.7610400109863364,0.15372517456988796,0.0,0.5776538253152297,0.15372517456988796,0.0,0.9590436444891204,0.15372517456988796,0.0,0.9398976678101232,0.15372517456988796,0.0,0.8296121072505791,0.15372517456988796,0.0,0.7290831380543255,0.5,0.15372517456988796,0.0,0.8706711240878391,0.15372517456988796,0.0,0.09051277768925431,0.5,0.15372517456988796,0.0,0.44481379925631903,0.15372517456988796,0.0,0.28652553104123374,0.15372517456988796,0.0,0.9671043662232023,0.15372517456988796,0.0,0.850890269702173,0.15372517456988796,0.0,0.8324286680202676,0.15372517456988796,0.0,0.8026509223819548,0.15372517456988796,0.0,0.30457605045201447,0.5,0.15372517456988796,0.0,0.09334010465956974,0.0,0.9681500339107373,1.0111783088315154 -1085,0.5,0.15372517456988796,0.0,0.8368263508760797,0.15372517456988796,0.0,0.5801770366367223,0.15372517456988796,0.0,0.6407669912933251,0.15372517456988796,0.0,0.6128699670205222,0.15372517456988796,0.0,0.9703775799937389,0.15372517456988796,0.0,0.9847435434450167,0.15372517456988796,0.0,0.7046539828162091,0.15372517456988796,0.0,0.8129481940380652,0.5,0.15372517456988796,0.0,0.8879085365395815,0.15372517456988796,0.0,0.09906795027865054,0.5,0.15372517456988796,0.0,0.6544838865325794,0.15372517456988796,0.0,0.3881087995740718,0.15372517456988796,0.0,0.7907827058132164,0.15372517456988796,0.0,0.8339693511194931,0.15372517456988796,0.0,0.7152620881320333,0.15372517456988796,0.0,0.8024021316601204,0.15372517456988796,0.0,0.34673730380485596,0.5,0.15372517456988796,0.0,0.09958477394174436,0.0,0.9935467459736397,0.14034344408970822 -1086,0.5,0.15372517456988796,0.0,0.7935156077473052,0.15372517456988796,0.0,0.2647566775190001,0.15372517456988796,0.0,0.4970046137227322,0.15372517456988796,0.0,0.6041499376983732,0.15372517456988796,0.0,0.9989397567747232,0.15372517456988796,0.0,0.9776668334772681,0.15372517456988796,0.0,0.6936540453957106,0.15372517456988796,0.0,0.8430168808386003,0.5,0.15372517456988796,0.0,0.8216247540934934,0.15372517456988796,0.0,0.07478776424589628,0.5,0.15372517456988796,0.0,0.7826628226571789,0.15372517456988796,0.0,0.378520583435324,0.15372517456988796,0.0,0.7260124826440968,0.15372517456988796,0.0,0.8620895278297709,0.15372517456988796,0.0,0.5985745607033834,0.15372517456988796,0.0,0.7893810988861188,0.15372517456988796,0.0,0.4689652887050511,0.5,0.15372517456988796,0.0,0.10424065842932118,0.0,0.9784107856872492,0.019006509712325353 -1087,0.5,0.15372517456988796,0.0,0.6810997400439704,0.15372517456988796,0.0,0.658733995880606,0.15372517456988796,0.0,0.5009005620581246,0.15372517456988796,0.0,0.5325468025907225,0.15372517456988796,0.0,1.0135616494780526,0.15372517456988796,0.0,0.9923271337369542,0.15372517456988796,0.0,0.7487541564465616,0.15372517456988796,0.0,0.8500756788928752,0.5,0.15372517456988796,0.0,0.778380950669227,0.15372517456988796,0.0,0.08534333480808326,0.5,0.15372517456988796,0.0,0.6649921747110532,0.15372517456988796,0.0,0.2211891905119935,0.15372517456988796,0.0,0.8064140677310753,0.15372517456988796,0.0,0.9080385012398328,0.15372517456988796,0.0,0.5282747269947398,0.15372517456988796,0.0,0.7218028080949059,0.15372517456988796,0.0,0.466387769601329,0.5,0.15372517456988796,0.0,0.08568889353262477,0.0,0.9331077522252433,0.009798657133745689 -1088,0.5,0.15372517456988796,0.0,0.5257768334891887,0.15372517456988796,0.0,0.6667108974078751,0.15372517456988796,0.0,0.5453631168268682,0.15372517456988796,4.648458724167307e-06,0.49160232883724897,0.15372517456988796,0.0,1.0163244390373425,0.15372517456988796,0.0,0.9977215835482696,0.15372517456988796,0.0,0.8602276649494995,0.15372517456988796,0.0,0.8384154827928865,0.5,0.15372517456988796,0.0,0.755927488994711,0.15372517456988796,0.0,0.1085038916828794,0.5,0.15372517456988796,0.0,0.5850072336794432,0.15372517456988796,0.0,0.14452872508149808,0.15372517456988796,0.0,0.851375876393311,0.15372517456988796,0.0,0.9515525731775649,0.15372517456988796,0.0,0.52663620264446,0.15372517456988796,0.0,0.7396776719026316,0.15372517456988796,0.0,0.4033536942654979,0.5,0.15372517456988796,0.00022958845277718475,0.0673170199897973,0.0,0.8301878802155158,0.009789071622763627 -1089,0.5,0.15372517456988796,0.004822787948879496,0.38866184148132166,0.15372517456988796,0.019402669998882172,0.8293647119972057,0.15372517456988796,0.006231398469267919,0.5068221969900834,0.15372517456988796,0.004713656753971185,0.5527590647079811,0.15372517456988796,0.0035564031493237067,1.0217391304347827,0.15372517456988796,0.0018110464607998557,0.9993210760656721,0.15372517456988796,0.0072773718916231194,0.939444930554167,0.15372517456988796,0.004470302662340275,0.8444596117772116,0.5,0.15372517456988796,0.011213825088088662,0.7385634191316162,0.15372517456988796,0.021517722448066563,0.06560843140391204,0.5,0.15372517456988796,0.0018413861546708653,0.4002588727367245,0.15372517456988796,0.011517709269069983,0.11880059682993153,0.15372517456988796,0.007103508586731108,0.8809730462624061,0.15372517456988796,0.0042761181617921185,0.9710313030837074,0.15372517456988796,0.010143879096976336,0.6221906507159569,0.15372517456988796,0.009516906980974274,0.814518671184192,0.15372517456988796,0.003661584921847786,0.332173238728796,0.5,0.15372517456988796,0.03742288263478675,0.07191198161888238,0.0,0.5704977453998391,0.009798657133745689 -1090,0.5,0.15372517456988796,0.036651460318056606,0.29072982647560586,0.15372517456988796,0.043944698916815225,0.9730437317284132,0.15372517456988796,0.04349415896108592,0.5184975429361853,0.15372517456988796,0.02201574397651465,0.521467689016049,0.15372517456988796,0.02367102198468131,1.0216771985438402,0.15372517456988796,0.01547852037923104,1.0034292332008308,0.15372517456988796,0.025040911387206714,0.9380153461378609,0.15372517456988796,0.031655227367760955,0.8617779432204291,0.5,0.15372517456988796,0.0518008466341536,0.7810043061308654,0.15372517456988796,0.07837065976585844,0.03135746391323441,0.5,0.15372517456988796,0.01625329845541574,0.2995775753476626,0.15372517456988796,0.04691891431064974,0.08372183539305512,0.15372517456988796,0.051747728983764646,0.9115854051043984,0.15372517456988796,0.023570255097704985,0.9896809076489093,0.15372517456988796,0.04578042318179555,0.8140017603342924,0.15372517456988796,0.045355976538881744,0.8716363534474965,0.15372517456988796,0.017220172100707195,0.2676853530730506,0.5,0.15372517456988796,0.1069610752072176,0.0584841588166525,0.0,0.3830177003018821,0.009798657133745689 -1091,0.5,0.15372517456988796,0.09040648190863461,0.27636412449812425,0.15372517456988796,0.04515688416338736,1.0095019486258114,0.15372517456988796,0.10500431140750772,0.5906845787688862,0.15372517456988796,0.053850542703758525,0.5325351064311886,0.15372517456988796,0.04567229420815674,1.0217391304347827,0.15372517456988796,0.06120212407491821,1.0069443400695053,0.15372517456988796,0.07085180179536943,0.9465420979609285,0.15372517456988796,0.10829054012248152,0.9146047121569643,0.5,0.15372517456988796,0.08609370067847626,0.8304535416849375,0.15372517456988796,0.14292090259308585,0.01624537807910749,0.5,0.15372517456988796,0.05282512039624612,0.3412447666640341,0.15372517456988796,0.08733206058885731,0.08093697608689612,0.15372517456988796,0.07866587794410418,0.9698240752696395,0.15372517456988796,0.054914852729153744,1.0021114585991064,0.15372517456988796,0.07203003627965074,0.9285308737388553,0.15372517456988796,0.0666830463687509,0.8502559376812616,0.15372517456988796,0.03648480274416768,0.25759131754024206,0.5,0.15372517456988796,0.15784462308463035,0.03164107567573425,0.0,0.35401282957967634,0.009798657133745689 -1092,0.5,0.15372517456988796,0.12418487627184008,0.32799652018264447,0.15372517456988796,0.19257781835521454,1.021739130434783,0.15372517456988796,0.1402999206375514,0.6465057116602796,0.15372517456988796,0.08793080884360673,0.5066094021542326,0.15372517456988796,0.06724057945183651,1.0216730585244755,0.15372517456988796,0.13317409700424232,1.0188584636446998,0.15372517456988796,0.12441949671610575,0.9960205526565166,0.15372517456988796,0.15218638028778136,0.9603342459825921,0.5,0.15372517456988796,0.07996553650050042,0.8339556245496678,0.15372517456988796,0.16396848205296333,0.01439994647912889,0.5,0.15372517456988796,0.09908199464842952,0.518462659912941,0.15372517456988796,0.11691712250857864,0.11309082319481852,0.15372517456988796,0.06132668093447003,0.98716807854901,0.15372517456988796,0.07739947526763198,1.007928683701031,0.15372517456988796,0.13089952151095255,0.9270869537264762,0.15372517456988796,0.08771431622242887,0.8903457279233478,0.15372517456988796,0.060132824770495245,0.30641428439316354,0.5,0.15372517456988796,0.19527202810704541,0.013713301662624671,0.0,0.4174719610910712,0.009798657133745689 -1093,0.5,0.15372517456988796,0.12969312490311108,0.4165354661529663,0.15372517456988796,0.23037049389540376,1.021739130434783,0.15372517456988796,0.12482306491975215,0.6960696373752172,0.15372517456988796,0.12877695306206532,0.4720866912119997,0.15372517456988796,0.14104684806725376,1.0217391304347827,0.15372517456988796,0.07974643166732238,1.0198188021012204,0.15372517456988796,0.11776096567544195,0.9948366581854843,0.15372517456988796,0.10171417828442918,0.9706441753638186,0.5,0.15372517456988796,0.07516897355046814,0.8560275005850303,0.15372517456988796,0.15363720611869386,0.028423904750962854,0.5,0.15372517456988796,0.12121886963400734,0.6722940914228481,0.15372517456988796,0.15231233691127766,0.22158594413249919,0.15372517456988796,0.10100804307936637,0.9157377096036775,0.15372517456988796,0.08975188603987252,1.0087868747651345,0.15372517456988796,0.15605299014735155,0.9659148059459353,0.15372517456988796,0.08202952408950648,0.9153623721819228,0.15372517456988796,0.07827578637633871,0.35404778184251673,0.5,0.15372517456988796,0.24122016107176533,0.0050988803639290415,0.0,0.5767069128811071,0.009798657133745689 -1094,0.5,0.15372517456988796,0.14046797222322693,0.4979005308260111,0.15372517456988796,0.12020492557917392,1.0205745016679504,0.15372517456988796,0.09059151867914134,0.7643645181670639,0.15372517456988796,0.14520019301128106,0.4675598736343225,0.15372517456988796,0.15576888947963968,1.0217391304347827,0.15372517456988796,0.0921373623854503,1.0180603920292446,0.15372517456988796,0.08751146704941253,1.003684243500526,0.15372517456988796,0.11072719577293236,0.9861574171300924,0.5,0.15372517456988796,0.07175436954851608,0.8634390237306339,0.15372517456988796,0.15011586114563275,0.10115574306772838,0.5,0.15372517456988796,0.11679912398611925,0.6917872259050311,0.15372517456988796,0.1498468838561184,0.29321963517427757,0.15372517456988796,0.0721164868558686,1.0018581902182822,0.15372517456988796,0.12097055273290835,1.0078020323750296,0.15372517456988796,0.15266107071966875,0.9776624747595848,0.15372517456988796,0.07652716749265116,0.946610694933164,0.15372517456988796,0.08571091801806202,0.3828062913165744,0.5,0.15372517456988796,0.22877690934563572,0.0049511579627971375,0.0,0.7777018523219618,0.009798657133745689 -1095,0.5,0.15372517456988796,0.11310041433282364,0.5636599567397791,0.15372517456988796,0.08906979790398488,1.021739130434783,0.15372517456988796,0.0798352128618411,0.8150294420468298,0.15372517456988796,0.10172202729330748,0.4434967901330247,0.15372517456988796,0.1680250649371177,1.0217391304347827,0.15372517456988796,0.16035306271938438,1.0204354992854672,0.15372517456988796,0.07031421387695794,1.006703511383634,0.15372517456988796,0.12039713757141125,0.9836794472493005,0.5,0.15372517456988796,0.05574696729844805,0.8297659505132311,0.15372517456988796,0.17736125275410325,0.16959312224700557,0.5,0.15372517456988796,0.09770183925513054,0.6866151297406947,0.15372517456988796,0.10820389182525861,0.2757201307490576,0.15372517456988796,0.06677956440883996,0.9972710384239697,0.15372517456988796,0.19108493501742754,1.0109377619404605,0.15372517456988796,0.08654485923682813,0.9789993704965271,0.15372517456988796,0.059056565184521286,0.9524165705441524,0.15372517456988796,0.0706648821467432,0.3943616061278508,0.5,0.15372517456988796,0.22586713100393757,0.04069208629574522,0.0,0.8039573360191834,0.009798657133745689 -1096,0.5,0.15372517456988796,0.05885565473811913,0.6210937140508502,0.15372517456988796,0.021930931960907486,1.018398893551878,0.15372517456988796,0.061162781229998256,0.8348996607733715,0.15372517456988796,0.04461711366845605,0.4166886219938604,0.15372517456988796,0.14136643447763672,1.0217391304347827,0.15372517456988796,0.16446717537737868,1.0196562346646423,0.15372517456988796,0.05287498527515249,1.0069902889385036,0.15372517456988796,0.06145368075727712,0.9738559314767162,0.5,0.15372517456988796,0.033975120470178026,0.8359365581908716,0.15372517456988796,0.09724988421890939,0.10053057114637946,0.5,0.15372517456988796,0.06496089989983297,0.6108162466788923,0.15372517456988796,0.05557105518697959,0.23224472296250215,0.15372517456988796,0.04805662512800847,1.000180664489424,0.15372517456988796,0.12051618546518944,1.0097340257259797,0.15372517456988796,0.0560436457396619,0.9827729591574546,0.15372517456988796,0.037568106085560445,0.9445735094524922,0.15372517456988796,0.04160827217977914,0.3659432786880026,0.5,0.15372517456988796,0.19246273448749832,0.11266729201772983,0.0,0.662127741121207,0.14044741891702156 -1097,0.5,0.15372517456988796,0.008530562659313245,0.6143411205748263,0.15372517456988796,0.03710676043290666,1.0173998398166992,0.15372517456988796,0.021613567072922953,0.8015164173413036,0.15372517456988796,0.006160273029990787,0.3909746927635772,0.15372517456988796,0.0878824460197677,1.0217391304347827,0.15372517456988796,0.1172010426829217,1.0146239971486868,0.15372517456988796,0.02054885049049291,1.0026945153502305,0.15372517456988796,0.018908038701537844,0.9645401724054261,0.5,0.15372517456988796,0.013691847452273169,0.8537940196180734,0.15372517456988796,0.01047572694963523,0.0704448170731559,0.5,0.15372517456988796,0.027376914101423892,0.5320784598753028,0.15372517456988796,0.018401524891694835,0.18484341430441537,0.15372517456988796,0.02580258883951675,0.9861911855834078,0.15372517456988796,0.056294867274038596,1.0086362854950646,0.15372517456988796,0.01633164958106543,0.9800642060224821,0.15372517456988796,0.009819842632368507,0.9448455012183709,0.15372517456988796,0.012604385794376644,0.33940167327849297,0.5,0.15372517456988796,0.05407398312080086,0.09535098260380859,0.0,0.5481796011117139,0.0803921935695231 -1098,0.5,0.15372517456988796,0.0,0.5840062884370009,0.15372517456988796,0.0,1.0191212989908238,0.15372517456988796,0.0,0.7659377264518087,0.15372517456988796,0.0,0.4092936832989572,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0078019785166055,0.15372517456988796,0.0,0.9914954991116606,0.15372517456988796,9.087963898571621e-06,0.9360107935051776,0.5,0.15372517456988796,1.2705354012433049e-05,0.8383237895904498,0.15372517456988796,0.0,0.06661014839867677,0.5,0.15372517456988796,5.390409743021225e-06,0.4490974935133227,0.15372517456988796,7.90153550888477e-05,0.16045530939365127,0.15372517456988796,0.0,0.991554818310187,0.15372517456988796,0.0,1.0056711559221554,0.15372517456988796,0.0,0.9885920332962369,0.15372517456988796,7.750748798514815e-07,0.9356510498993884,0.15372517456988796,0.0,0.31922668420255323,0.5,0.15372517456988796,0.0,0.06281604040935147,0.0,0.6343475746976055,0.8899982549341644 -1099,0.5,0.15372517456988796,0.0,0.6383051936630623,0.15372517456988796,0.0,1.0193201655621338,0.15372517456988796,0.0,0.7631003567002302,0.15372517456988796,0.0,0.43035977403527664,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0011516919554153,0.15372517456988796,0.0,0.9812992445978723,0.15372517456988796,0.0,0.9139348726271374,0.5,0.15372517456988796,0.0,0.7974001943550453,0.15372517456988796,0.0,0.0824635302766046,0.5,0.15372517456988796,0.0,0.4375856746329183,0.15372517456988796,0.0,0.19910377406383475,0.15372517456988796,0.0,0.9978286004417174,0.15372517456988796,0.0,1.0092339007854663,0.15372517456988796,0.0,0.9841491917743852,0.15372517456988796,0.0,0.912833210821818,0.15372517456988796,0.0,0.3091351459209465,0.5,0.15372517456988796,0.0,0.032133564341853604,0.0,0.7913218189907817,1.0114391641388607 -1100,0.5,0.15372517456988796,0.0,0.7164454677207345,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.7943572223515087,0.15372517456988796,0.0,0.4073211959175918,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0034826445834732,0.15372517456988796,0.0,0.963603337516098,0.15372517456988796,0.0,0.8839255155982704,0.5,0.15372517456988796,0.0,0.7585927363040351,0.15372517456988796,0.0,0.11982233553309775,0.5,0.15372517456988796,0.0,0.5040927086797606,0.15372517456988796,0.0,0.22694241603282506,0.15372517456988796,0.0,0.8930506122156832,0.15372517456988796,0.0,1.0106033180481806,0.15372517456988796,0.0,0.9865314314413186,0.15372517456988796,0.0,0.8967075542642209,0.15372517456988796,0.0,0.3327209957908862,0.5,0.15372517456988796,0.0,0.03795564046266756,0.0,0.9398162052951027,0.2018331027742193 -1101,0.5,0.15372517456988796,0.0,0.7573484858201416,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8402578388836206,0.15372517456988796,0.0,0.38417997468321613,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0035483564861964,0.15372517456988796,0.0,0.9793827540744185,0.15372517456988796,0.0,0.8773470040268518,0.5,0.15372517456988796,0.0,0.7541862698296168,0.15372517456988796,0.0,0.12049355891249311,0.5,0.15372517456988796,0.0,0.4881764818282956,0.15372517456988796,0.0,0.24035470377410806,0.15372517456988796,0.0,0.9066879534597473,0.15372517456988796,0.0,1.0099453626258192,0.15372517456988796,0.0,0.979868479133793,0.15372517456988796,0.0,0.8640317291233742,0.15372517456988796,0.0,0.37318516348922776,0.5,0.15372517456988796,0.0,0.06443204411424235,0.0,0.925494139334933,1.0114391641388607 -1102,0.5,0.15372517456988796,0.0,0.755797699343517,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.858229783352304,0.15372517456988796,0.0,0.3864086208403372,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0007725261423197,0.15372517456988796,0.0,0.9949155757996683,0.15372517456988796,0.0,0.8604040794036456,0.5,0.15372517456988796,0.0,0.7326813539663698,0.15372517456988796,0.0,0.10001650718567673,0.5,0.15372517456988796,0.0,0.4292972686097791,0.15372517456988796,0.0,0.23264169034653814,0.15372517456988796,0.0,1.0082713569745394,0.15372517456988796,0.0,1.0102634583799297,0.15372517456988796,0.0,0.9819216967270796,0.15372517456988796,0.0,0.8521141487115638,0.15372517456988796,0.0,0.37970708237735373,0.5,0.15372517456988796,0.0,0.08647839429317852,0.0,0.9665272423822611,1.0114322679942165 -1103,0.5,0.15372517456988796,0.0,0.7582260304482753,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8650361680955316,0.15372517456988796,0.0,0.3872960782590809,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9977662255432398,0.15372517456988796,0.0,0.9899032952518989,0.15372517456988796,0.0,0.7908185297572137,0.5,0.15372517456988796,0.0,0.7192593043099906,0.15372517456988796,0.0,0.10317332077437372,0.5,0.15372517456988796,0.0,0.3846746365968463,0.15372517456988796,0.0,0.24587490189903466,0.15372517456988796,0.0,1.007137716300698,0.15372517456988796,0.0,1.008534875679043,0.15372517456988796,0.0,0.992485736619436,0.15372517456988796,0.0,0.8405715063383391,0.15372517456988796,0.0,0.3684747071968339,0.5,0.15372517456988796,0.0,0.10723986359685703,0.0,0.9951944021794097,1.0114058164972282 -1104,0.5,0.15372517456988796,0.0,0.7594040465154567,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8913302259674143,0.15372517456988796,0.0,0.4179668203464726,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9959193540163519,0.15372517456988796,0.0,0.9928955400386104,0.15372517456988796,0.0,0.7492170052624612,0.5,0.15372517456988796,0.0,0.7076837812407843,0.15372517456988796,0.0,0.10077990556516621,0.5,0.15372517456988796,0.0,0.428220467671554,0.15372517456988796,0.0,0.2585963648008388,0.15372517456988796,0.0,1.0090149419682222,0.15372517456988796,0.0,1.0081764702122267,0.15372517456988796,0.0,0.9824614483224138,0.15372517456988796,0.0,0.8107544818381027,0.15372517456988796,0.0,0.3724073404262679,0.5,0.15372517456988796,0.0,0.12670538194609493,0.0,0.981067730286537,1.0114171705316117 -1105,0.5,0.15372517456988796,0.0,0.7767939661733158,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8899473879310299,0.15372517456988796,0.0,0.5091349633288637,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9815644141736346,0.15372517456988796,0.0,0.9986273413853577,0.15372517456988796,0.0,0.6859979291738139,0.5,0.15372517456988796,0.0,0.6431193836829858,0.15372517456988796,0.0,0.09738898356421102,0.5,0.15372517456988796,0.0,0.4149095906221649,0.15372517456988796,0.0,0.2829506369611219,0.15372517456988796,0.0,1.007947135058493,0.15372517456988796,0.0,1.007665351625036,0.15372517456988796,0.0,0.9842990898756478,0.15372517456988796,0.0,0.7945370693017874,0.15372517456988796,0.0,0.3663027860498957,0.5,0.15372517456988796,0.0,0.1371105888992504,0.0,0.9967443316660939,1.0114203819628835 -1106,0.5,0.15372517456988796,0.0,0.8029832870835555,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8159182322809077,0.15372517456988796,0.0,0.5467631879703054,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9539934071603087,0.15372517456988796,0.0,0.983543642558242,0.15372517456988796,0.0,0.6167922593289386,0.5,0.15372517456988796,0.0,0.6018538769405378,0.15372517456988796,0.0,0.08786304319266389,0.5,0.15372517456988796,0.0,0.34961976251280563,0.15372517456988796,0.0,0.27033956099321377,0.15372517456988796,0.0,1.008528032364436,0.15372517456988796,0.0,1.0028525132638122,0.15372517456988796,0.0,0.9953126837724221,0.15372517456988796,0.0,0.7630873286447373,0.15372517456988796,0.0,0.33328067522896443,0.5,0.15372517456988796,0.0,0.11409951085581498,0.0,0.9954895865733078,1.0113453879501688 -1107,0.5,0.15372517456988796,0.0,0.810173632476969,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.7469451033765939,0.15372517456988796,0.0,0.4448854297853252,0.15372517456988796,0.0,1.021736162586242,0.15372517456988796,0.0,0.9539408615573763,0.15372517456988796,0.0,0.9622440025587307,0.15372517456988796,0.0,0.6162757864641539,0.5,0.15372517456988796,0.0,0.6554653297336072,0.15372517456988796,0.0,0.07136550770090075,0.5,0.15372517456988796,0.0,0.3461236392727881,0.15372517456988796,0.0,0.24118082636071222,0.15372517456988796,0.0,1.007021709907984,0.15372517456988796,0.0,0.9967292429833235,0.15372517456988796,0.0,0.9941310831343826,0.15372517456988796,0.0,0.7385205653867625,0.15372517456988796,0.0,0.34020089180587537,0.5,0.15372517456988796,0.0,0.09027285712956247,0.0,0.9934692406175729,1.011297146596599 -1108,0.5,0.15372517456988796,0.0,0.7926660649694777,0.15372517456988796,0.0,1.0170658345000871,0.15372517456988796,0.0,0.7453258357380165,0.15372517456988796,0.0,0.3745392095872084,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9553178752595086,0.15372517456988796,0.0,0.9642175352055249,0.15372517456988796,0.0,0.59668984622799,0.5,0.15372517456988796,0.0,0.5963313637233579,0.15372517456988796,0.0,0.05330094736704627,0.5,0.15372517456988796,0.0,0.32456150172622983,0.15372517456988796,0.0,0.19066136391562918,0.15372517456988796,0.0,1.005513091012772,0.15372517456988796,0.0,0.98908574367902,0.15372517456988796,0.0,0.9874087388016288,0.15372517456988796,0.0,0.7445313388593803,0.15372517456988796,0.0,0.35425026946399496,0.5,0.15372517456988796,0.0,0.07181832609833225,0.0,0.9956502040420241,1.0111354004228028 -1109,0.5,0.15372517456988796,0.0,0.7927236615304745,0.15372517456988796,0.0,1.013371718957141,0.15372517456988796,0.0,0.7656902671950452,0.15372517456988796,0.0,0.4027253872796817,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.940438138596289,0.15372517456988796,0.0,0.9546415567526316,0.15372517456988796,0.0,0.5724558405719249,0.5,0.15372517456988796,0.0,0.624632286178308,0.15372517456988796,0.0,0.04613909345584421,0.5,0.15372517456988796,0.0,0.3097844281816213,0.15372517456988796,0.0,0.17007941698672038,0.15372517456988796,0.0,1.002850832716182,0.15372517456988796,0.0,0.9854997635385367,0.15372517456988796,0.0,0.982774459549232,0.15372517456988796,0.0,0.6868066356696675,0.15372517456988796,0.0,0.33987220846836197,0.5,0.15372517456988796,0.0,0.06133175565633607,0.0,1.0031777339413286,1.0088191822447907 -1110,0.5,0.15372517456988796,0.0,0.8029732069149956,0.15372517456988796,0.0,0.9912442841015888,0.15372517456988796,0.0,0.7529610184989156,0.15372517456988796,0.0,0.4490018486949139,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9478447518145848,0.15372517456988796,0.0,0.9346034331242081,0.15372517456988796,0.0,0.607810120061204,0.5,0.15372517456988796,0.0,0.6539370205494731,0.15372517456988796,0.0,0.0716117749656589,0.5,0.15372517456988796,0.0,0.2950869333728773,0.15372517456988796,0.0,0.18517632542399365,0.15372517456988796,0.0,0.993766478529519,0.15372517456988796,0.0,0.9837489735826224,0.15372517456988796,0.0,0.9705610230638055,0.15372517456988796,0.0,0.6466436685897385,0.15372517456988796,0.0,0.32694885386296085,0.5,0.15372517456988796,0.0,0.059659706825202545,0.0,1.0066213806254962,0.9986904553846285 -1111,0.5,0.15372517456988796,0.0,0.8110566450955177,0.15372517456988796,0.0,0.9845943187107984,0.15372517456988796,0.0,0.7024916115163422,0.15372517456988796,0.0,0.5213670763820594,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9454211887165387,0.15372517456988796,0.0,0.9385407376789198,0.15372517456988796,0.0,0.6754550594433609,0.5,0.15372517456988796,0.0,0.6740708115449168,0.15372517456988796,0.0,0.10292850920968945,0.5,0.15372517456988796,0.0,0.31995947403476044,0.15372517456988796,0.0,0.23799468067084192,0.15372517456988796,0.0,0.9770201496247563,0.15372517456988796,0.0,0.9888683571735428,0.15372517456988796,0.0,0.9682104563413672,0.15372517456988796,0.0,0.6636775460301884,0.15372517456988796,0.0,0.32326221760200047,0.5,0.15372517456988796,0.0,0.12597441060338005,0.0,1.0067410534349706,0.991353695272378 -1112,0.5,0.15372517456988796,0.0,0.801350705428044,0.15372517456988796,0.0,1.0123634207807548,0.15372517456988796,0.0,0.6147270357029833,0.15372517456988796,7.232535448213628e-05,0.4009843169018175,0.15372517456988796,0.0,1.0212443465123295,0.15372517456988796,0.0,0.9380008890259116,0.15372517456988796,0.0,0.9532314084764982,0.15372517456988796,0.0,0.7154051395031865,0.5,0.15372517456988796,0.0,0.6622446199694692,0.15372517456988796,0.0,0.1157199751984983,0.5,0.15372517456988796,0.0,0.3719274407050791,0.15372517456988796,0.0,0.29155258738852086,0.15372517456988796,0.0,0.9724639568746798,0.15372517456988796,0.0,0.9905527667171847,0.15372517456988796,0.0,0.9628300169122653,0.15372517456988796,0.0,0.7203545770006019,0.15372517456988796,0.0,0.37802455058241835,0.5,0.15372517456988796,0.00023538034327116,0.18579524354801502,0.0,0.9937438992673333,0.9658795460405774 -1113,0.5,0.15372517456988796,0.011370941163795504,0.780822637566939,0.15372517456988796,0.00177222149350588,1.013654964995496,0.15372517456988796,0.019728415425677527,0.6654283355944632,0.15372517456988796,0.008812222368932142,0.3810189783179112,0.15372517456988796,0.0030464936820638923,1.0212734172849882,0.15372517456988796,0.003997973386023003,0.9516259880480789,0.15372517456988796,0.02347596490539574,0.9782794599477621,0.15372517456988796,0.007065101567055953,0.7211556793762859,0.5,0.15372517456988796,0.003362246062581093,0.6455134813012973,0.15372517456988796,0.03200784087655846,0.13427179074766982,0.5,0.15372517456988796,0.023228807088531474,0.438987644056646,0.15372517456988796,0.02820316974356462,0.3636520001284994,0.15372517456988796,0.0018369012900264603,0.9743885515700016,0.15372517456988796,0.001684115271557983,0.9889528818769665,0.15372517456988796,0.02484904405068235,0.9751730798992513,0.15372517456988796,0.009985274800858054,0.827725488731678,0.15372517456988796,0.018439015117291305,0.4688544981538797,0.5,0.15372517456988796,0.028371760619245002,0.20903759120030005,0.0,0.9766591834293981,0.9094852495117413 -1114,0.5,0.15372517456988796,0.050704633219337256,0.8048641262651212,0.15372517456988796,0.015157267373000705,1.0170650708587274,0.15372517456988796,0.068274375438662,0.7819271301351045,0.15372517456988796,0.02682011721808747,0.42008477305125175,0.15372517456988796,0.033238834558607655,1.0217391304347827,0.15372517456988796,0.032669352184539466,0.9546184737506263,0.15372517456988796,0.09422129098333344,0.9916635157874171,0.15372517456988796,0.05627730825693152,0.7418888663673984,0.5,0.15372517456988796,0.02570337984836493,0.677214419672027,0.15372517456988796,0.10072555431201313,0.14925604664650954,0.5,0.15372517456988796,0.05280608902087697,0.6661993892299645,0.15372517456988796,0.08628936081116072,0.47599677471810803,0.15372517456988796,0.013304200761759765,0.9730933455265267,0.15372517456988796,0.011917937076536543,0.9880648614113643,0.15372517456988796,0.08443756027565696,1.0053296943471557,0.15372517456988796,0.0505284862593028,0.8966255013365994,0.15372517456988796,0.048483129676413585,0.5911501925498283,0.5,0.15372517456988796,0.07460648129319378,0.20937745024763754,0.0,0.9627874633822963,0.9402655316125302 -1115,0.5,0.15372517456988796,0.0954236969668789,0.8733190916410631,0.15372517456988796,0.030359919863233584,1.0190494654540552,0.15372517456988796,0.10138644421083011,0.8966219881025055,0.15372517456988796,0.05563049993950139,0.4757815522270437,0.15372517456988796,0.05972230426838533,1.0217391304347827,0.15372517456988796,0.06678671537508318,0.9344007143170432,0.15372517456988796,0.16098247065909896,1.0044874082921733,0.15372517456988796,0.13417015281878336,0.7400789896831956,0.5,0.15372517456988796,0.07709793891759995,0.7625553761715758,0.15372517456988796,0.1672780024604608,0.21044473763063598,0.5,0.15372517456988796,0.051205606638690074,0.6648646333578788,0.15372517456988796,0.12586171425252263,0.5678752259560758,0.15372517456988796,0.020625034447581056,0.9593570112581783,0.15372517456988796,0.03206931168988639,0.9763924161903841,0.15372517456988796,0.166242617869932,1.015096876091324,0.15372517456988796,0.1233050786364758,0.9096553713130664,0.15372517456988796,0.07136839215358164,0.623715893056735,0.5,0.15372517456988796,0.12270799877579004,0.27340864311269414,0.0,0.9827721220543185,0.957802390981395 -1116,0.5,0.15372517456988796,0.12962103381615667,0.9027071990464101,0.15372517456988796,0.057543208130844126,1.0201791419069703,0.15372517456988796,0.12033039877982488,0.9223279972484889,0.15372517456988796,0.0816715891266511,0.5540753157610171,0.15372517456988796,0.09493521909858456,1.0217391304347827,0.15372517456988796,0.11937228998824853,0.9254148656857524,0.15372517456988796,0.20728046952607124,1.005650327471019,0.15372517456988796,0.2138107466894882,0.7696015722236937,0.5,0.15372517456988796,0.17175098954297682,0.8169636615325274,0.15372517456988796,0.19520204434083624,0.33777757077055026,0.5,0.15372517456988796,0.045480723167099474,0.5716014684945219,0.15372517456988796,0.12996513567691717,0.5853932053142937,0.15372517456988796,0.02559509270488501,0.9483931388449465,0.15372517456988796,0.04852290205061677,0.9432224845255499,0.15372517456988796,0.22617390020459993,1.020000288384772,0.15372517456988796,0.14095009248825902,0.9046681904031963,0.15372517456988796,0.08115021521424756,0.6072342339927813,0.5,0.15372517456988796,0.15562654176951415,0.3198042982378469,0.0,0.9909894117696159,0.9411029541995581 -1117,0.5,0.15372517456988796,0.15337906255278563,0.9169202567061469,0.15372517456988796,0.08251397300789243,1.0201910743111176,0.15372517456988796,0.18701237820354633,0.9537469870374183,0.15372517456988796,0.09383983715989354,0.5992659906728468,0.15372517456988796,0.10788484015119548,1.00586699785838,0.15372517456988796,0.18242812844088413,0.9941237337998805,0.15372517456988796,0.26099346514476573,1.0113170822794653,0.15372517456988796,0.23704968198852766,0.9138858654303116,0.5,0.15372517456988796,0.2562698056993982,0.8937401781233045,0.15372517456988796,0.164091686359406,0.33827890025215074,0.5,0.15372517456988796,0.07406168677035237,0.6274590493342939,0.15372517456988796,0.13161760463235495,0.5455069008410524,0.15372517456988796,0.02752744978325949,0.9425374704004468,0.15372517456988796,0.059661005566035624,0.8840568190367941,0.15372517456988796,0.19456710055506865,1.0199495171159276,0.15372517456988796,0.14572231903190522,0.8695856285347846,0.15372517456988796,0.07476829403354454,0.6117263379103878,0.5,0.15372517456988796,0.17139154165847675,0.402889180584859,0.0,0.9897378089155129,0.9303360340734849 -1118,0.5,0.15372517456988796,0.13172966484428228,0.9105493465917873,0.15372517456988796,0.07829316532957954,1.015271524324726,0.15372517456988796,0.14043239144487318,0.9508811492843164,0.15372517456988796,0.08831550143616976,0.7118588295666024,0.15372517456988796,0.06533335919531769,0.9397155020856466,0.15372517456988796,0.18533672458164385,0.9683384838628655,0.15372517456988796,0.26268373500439895,1.0187003209876666,0.15372517456988796,0.25431059283000096,0.9145914614471924,0.5,0.15372517456988796,0.1875910510581797,0.9022779508237675,0.15372517456988796,0.1916193863186847,0.3114569974045934,0.5,0.15372517456988796,0.06773497745926522,0.7308689030622078,0.15372517456988796,0.11434134114019609,0.44615378479655804,0.15372517456988796,0.036046478279082916,0.8804942553095846,0.15372517456988796,0.05510942229981699,0.8268679888023187,0.15372517456988796,0.18272976020687826,1.0166204258912255,0.15372517456988796,0.14638011163692355,0.8701861218506375,0.15372517456988796,0.07671340472764113,0.6264223207152303,0.5,0.15372517456988796,0.15105884457447308,0.39242561733163595,0.0,0.9985088350026919,0.9251592464377637 -1119,0.5,0.15372517456988796,0.11812954101905276,0.9114994907424775,0.15372517456988796,0.05234037029601188,0.9656430759843618,0.15372517456988796,0.14354128698416774,0.9032979434769408,0.15372517456988796,0.04727770417169888,0.7134607067963379,0.15372517456988796,0.04737336361040813,0.8131251073444722,0.15372517456988796,0.10202061146277211,0.8835798339679086,0.15372517456988796,0.17893057291941983,0.9909187101435841,0.15372517456988796,0.21075405271481634,0.8758765911755408,0.5,0.15372517456988796,0.14957847266440033,0.9098732247832695,0.15372517456988796,0.1405255519771604,0.24975867199886997,0.5,0.15372517456988796,0.061182540825735654,0.7519686482175215,0.15372517456988796,0.07487130560014428,0.3384501554456075,0.15372517456988796,0.036704476091080275,0.8242409411394946,0.15372517456988796,0.0346975974222439,0.7447434472742919,0.15372517456988796,0.14155965555234806,0.9993302347856126,0.15372517456988796,0.18339471913646185,0.8664783837222307,0.15372517456988796,0.055014475545850865,0.6166572477277267,0.5,0.15372517456988796,0.11461808295515102,0.3158199701969071,0.0,1.0049466060822838,0.9270092258385336 -1120,0.5,0.15372517456988796,0.0731926235309798,0.8835927717644745,0.15372517456988796,0.011924070197926934,0.8407909886993201,0.15372517456988796,0.15707822335548535,0.8462841713506458,0.15372517456988796,0.029262170384487637,0.6733605000608855,0.15372517456988796,0.014844652073808213,0.6580576066434489,0.15372517456988796,0.10459156702964344,0.7682016816277373,0.15372517456988796,0.1555304452222373,0.9350595855497131,0.15372517456988796,0.11667233542799929,0.7070722408194193,0.5,0.15372517456988796,0.1445784139612328,0.8681870381328667,0.15372517456988796,0.044802187382359304,0.12784236672419413,0.5,0.15372517456988796,0.0703467617964679,0.7578028327051713,0.15372517456988796,0.04724553430340688,0.2781001956413078,0.15372517456988796,0.026878985099748842,0.7849393290375747,0.15372517456988796,0.015168301794709613,0.6656385133343828,0.15372517456988796,0.0690664282546736,0.9571726535162217,0.15372517456988796,0.10044543769196958,0.7431107717371473,0.15372517456988796,0.027591478331590626,0.5278422584954396,0.5,0.15372517456988796,0.05663360806815784,0.1660471392106859,0.0,0.9778266801728221,0.9194655993081132 -1121,0.5,0.15372517456988796,0.007174364962874328,0.8176662805505347,0.15372517456988796,0.0006881131179509776,0.6751467122812722,0.15372517456988796,0.04356880941173145,0.7201268440623324,0.15372517456988796,0.012668646549980839,0.5646454264971534,0.15372517456988796,0.006157757078958459,0.5031308149698547,0.15372517456988796,0.06558067199018036,0.46902649199048124,0.15372517456988796,0.05058343087973011,0.8723765602148745,0.15372517456988796,0.07582416827435173,0.45649965743907644,0.5,0.15372517456988796,0.07628486740213171,0.7393140577380011,0.15372517456988796,0.010646115569577529,0.05166687828955984,0.5,0.15372517456988796,0.07638692226544809,0.4570658497580937,0.15372517456988796,0.02892325274611626,0.21398393760021947,0.15372517456988796,0.011089035812656937,0.7300053453815156,0.15372517456988796,0.007657781898651031,0.5701388264375618,0.15372517456988796,0.017575050070526482,0.822682490080826,0.15372517456988796,0.06127769280075368,0.5958149019294778,0.15372517456988796,0.00890653883805143,0.3985277559867706,0.5,0.15372517456988796,0.013572094377849628,0.081529773489964,0.0,0.862127189572692,0.9145977936920683 -1122,0.5,0.15372517456988796,0.0,0.7205278507179664,0.15372517456988796,0.0,0.5938397225268183,0.15372517456988796,0.0,0.4214649609853197,0.15372517456988796,0.0,0.4577198470135071,0.15372517456988796,1.8358361681055005e-05,0.36061325904988845,0.15372517456988796,9.436380598812154e-05,0.20204615849511026,0.15372517456988796,0.0,0.5187481627107258,0.15372517456988796,0.00022891864019008643,0.25418366975373197,0.5,0.15372517456988796,7.779377018014091e-05,0.5540598957033853,0.15372517456988796,3.057997369041995e-07,0.026014300510910728,0.5,0.15372517456988796,0.0,0.2668666302833514,0.15372517456988796,1.2597735053175218e-05,0.14318962753815662,0.15372517456988796,0.0,0.6673209573439817,0.15372517456988796,0.0,0.48702906427201687,0.15372517456988796,0.0,0.6030826911670345,0.15372517456988796,0.0,0.3986571252434356,0.15372517456988796,0.0,0.2841411106218459,0.5,0.15372517456988796,0.0,0.049152529619303845,0.0,0.8686302248037794,0.8958827603561718 -1123,0.5,0.15372517456988796,0.0,0.5922298894096604,0.15372517456988796,0.0,0.5285437141814792,0.15372517456988796,0.0,0.3481422929731107,0.15372517456988796,0.0,0.3638655132060827,0.15372517456988796,0.0,0.3048490301222575,0.15372517456988796,0.0,0.15070654475892314,0.15372517456988796,0.0,0.25675280160492137,0.15372517456988796,0.0,0.15318593838772526,0.5,0.15372517456988796,0.0,0.42161562104395583,0.15372517456988796,0.0,0.017465915857407782,0.5,0.15372517456988796,0.0,0.2770009186233616,0.15372517456988796,0.0,0.11117038763036674,0.15372517456988796,0.0,0.5939306239192839,0.15372517456988796,0.0,0.44876030479635,0.15372517456988796,0.0,0.42071933823074936,0.15372517456988796,0.0,0.29793222306356704,0.15372517456988796,0.0,0.244591053812999,0.5,0.15372517456988796,0.0,0.04005674788874698,0.0,0.9275055668566033,0.9037908020988422 -1124,0.5,0.15372517456988796,0.0,0.4509193438923686,0.15372517456988796,0.0,0.4661414183539114,0.15372517456988796,0.0,0.3810481185633419,0.15372517456988796,0.0,0.30634435989595554,0.15372517456988796,0.0,0.3090675952633813,0.15372517456988796,0.0,0.13620391868844697,0.15372517456988796,0.0,0.19716450205086794,0.15372517456988796,0.0,0.10838925010584882,0.5,0.15372517456988796,0.0,0.2694780816846988,0.15372517456988796,0.0,0.015118304854636434,0.5,0.15372517456988796,0.0,0.3355977933121664,0.15372517456988796,0.0,0.09047196497572664,0.15372517456988796,0.0,0.5408392279143215,0.15372517456988796,0.0,0.43924576831929574,0.15372517456988796,0.0,0.35823987338626717,0.15372517456988796,0.0,0.2555502489538474,0.15372517456988796,0.0,0.26720291040092486,0.5,0.15372517456988796,0.0,0.03202123123549476,0.0,0.9300519662998508,0.9380718026180039 -1125,0.5,0.15372517456988796,0.0,0.3943580437402246,0.15372517456988796,0.0,0.3703497538294431,0.15372517456988796,0.0,0.3589780215676996,0.15372517456988796,0.0,0.3065400170358983,0.15372517456988796,0.0,0.3284293091878689,0.15372517456988796,0.0,0.09050709065963848,0.15372517456988796,0.0,0.1784020675617855,0.15372517456988796,0.0,0.10178986105612377,0.5,0.15372517456988796,0.0,0.22645775939357768,0.15372517456988796,0.0,0.01312122002524403,0.5,0.15372517456988796,0.0,0.3404298888588802,0.15372517456988796,0.0,0.07638348252321894,0.15372517456988796,0.0,0.4746536437926768,0.15372517456988796,0.0,0.42674026238203755,0.15372517456988796,0.0,0.2869671440176144,0.15372517456988796,0.0,0.21455382964112008,0.15372517456988796,0.0,0.26133842567993504,0.5,0.15372517456988796,0.0,0.022542845960670584,0.0,0.8895765052673319,0.9273549877789968 -1126,0.5,0.15372517456988796,0.0,0.3638516775155816,0.15372517456988796,0.0,0.36815519622145415,0.15372517456988796,0.0,0.27762016793412186,0.15372517456988796,0.0,0.3375624986528714,0.15372517456988796,0.0,0.2710525395352363,0.15372517456988796,0.0,0.07084737318830198,0.15372517456988796,0.0,0.19068462825866006,0.15372517456988796,0.0,0.11789220768411199,0.5,0.15372517456988796,0.0,0.18602607821441403,0.15372517456988796,0.0,0.010999300892364798,0.5,0.15372517456988796,0.0,0.30876330738357244,0.15372517456988796,0.0,0.05815446070562733,0.15372517456988796,0.0,0.44608359662532276,0.15372517456988796,0.0,0.4141474686999382,0.15372517456988796,0.0,0.24501215178773927,0.15372517456988796,0.0,0.16949344919941334,0.15372517456988796,0.0,0.23555341291918913,0.5,0.15372517456988796,0.0,0.016190848810867433,0.0,0.8178228782735375,0.86428856995603 -1127,0.5,0.15372517456988796,0.0,0.32200638325286796,0.15372517456988796,0.0,0.3891925771806281,0.15372517456988796,0.0,0.17731568612988974,0.15372517456988796,0.0,0.3138444164618535,0.15372517456988796,0.0,0.2125266965753941,0.15372517456988796,0.0,0.059525774986718585,0.15372517456988796,0.0,0.14721478692302437,0.15372517456988796,0.0,0.10419688455297549,0.5,0.15372517456988796,0.0,0.11059431219256838,0.15372517456988796,0.0,0.00902324518290567,0.5,0.15372517456988796,0.0,0.2536254680445101,0.15372517456988796,0.0,0.03971871102697656,0.15372517456988796,0.0,0.4377153054848313,0.15372517456988796,0.0,0.38647600052895376,0.15372517456988796,0.0,0.2020535628957073,0.15372517456988796,0.0,0.14382200721737162,0.15372517456988796,0.0,0.2143826745674485,0.5,0.15372517456988796,0.0,0.011004877220367552,0.0,0.7373506765633573,0.7704381512350643 -1128,0.5,0.15372517456988796,0.0,0.26816476372784886,0.15372517456988796,0.0,0.35573170131427506,0.15372517456988796,0.0,0.12721729711706553,0.15372517456988796,0.0,0.23975374767206006,0.15372517456988796,0.0,0.18506305003062815,0.15372517456988796,0.0,0.06298308300565435,0.15372517456988796,0.0,0.11987898944406103,0.15372517456988796,0.0,0.08172056943350775,0.5,0.15372517456988796,0.0,0.0691156961376726,0.15372517456988796,0.0,0.007060861974867307,0.5,0.15372517456988796,0.0,0.174435643009792,0.15372517456988796,0.0,0.04362536585264839,0.15372517456988796,0.0,0.4865290088809406,0.15372517456988796,0.0,0.365915494852847,0.15372517456988796,0.0,0.16930169250006433,0.15372517456988796,0.0,0.1241453332376602,0.15372517456988796,0.0,0.177308386601366,0.5,0.15372517456988796,0.0,0.012666852652744821,0.0,0.833964882989164,0.8072922319729856 -1129,0.5,0.15372517456988796,0.0,0.2206904945972894,0.15372517456988796,0.0,0.31006424950318445,0.15372517456988796,0.0,0.09889238614074675,0.15372517456988796,0.0,0.17156020016813506,0.15372517456988796,0.0,0.18404180125042977,0.15372517456988796,0.0,0.0781043916364344,0.15372517456988796,0.0,0.11667805060528491,0.15372517456988796,0.0,0.05999781295926408,0.5,0.15372517456988796,0.0,0.039476889383577254,0.15372517456988796,0.0,0.0077639264898174375,0.5,0.15372517456988796,0.0,0.14858564807119934,0.15372517456988796,0.0,0.054819441571221976,0.15372517456988796,0.0,0.5522042607226169,0.15372517456988796,0.0,0.3440562330888977,0.15372517456988796,0.0,0.151083185386049,0.15372517456988796,0.0,0.1114783078721452,0.15372517456988796,0.0,0.14626859639460593,0.5,0.15372517456988796,0.0,0.015275209197917257,0.0,0.6425286142694627,0.8441865763047126 -1130,0.5,0.15372517456988796,0.0,0.20332562879068025,0.15372517456988796,0.0,0.3170606339410284,0.15372517456988796,0.0,0.07393188273144906,0.15372517456988796,0.0,0.1199868499974624,0.15372517456988796,0.0,0.17095845204261367,0.15372517456988796,0.0,0.09958172526395265,0.15372517456988796,0.0,0.11332637464160213,0.15372517456988796,0.0,0.05458314026750588,0.5,0.15372517456988796,0.0,0.03082935774602289,0.15372517456988796,0.0,0.005214181969854358,0.5,0.15372517456988796,0.0,0.13186732859656142,0.15372517456988796,0.0,0.05480723644515287,0.15372517456988796,0.0,0.570043659058948,0.15372517456988796,0.0,0.3225246687156795,0.15372517456988796,0.0,0.14351965680519696,0.15372517456988796,0.0,0.10157067099247508,0.15372517456988796,0.0,0.14121651767486296,0.5,0.15372517456988796,0.0,0.021030378190369223,0.0,0.5693905377363185,0.8383413794323249 -1131,0.5,0.15372517456988796,0.0,0.21674217768576873,0.15372517456988796,0.0,0.3518431219844838,0.15372517456988796,0.0,0.062084918301626685,0.15372517456988796,0.0,0.08536654313422554,0.15372517456988796,0.0,0.15775977070201974,0.15372517456988796,0.0,0.09398961264267305,0.15372517456988796,0.0,0.1211697743224467,0.15372517456988796,0.0,0.05759421326645779,0.5,0.15372517456988796,0.0,0.043644278218277696,0.15372517456988796,0.0,0.0034676675870712855,0.5,0.15372517456988796,0.0,0.09335419388897122,0.15372517456988796,0.0,0.05288721931867744,0.15372517456988796,0.0,0.5612315925683662,0.15372517456988796,0.0,0.30224259458012503,0.15372517456988796,0.0,0.14100432455812376,0.15372517456988796,0.0,0.09496348767088723,0.15372517456988796,0.0,0.12619464218621607,0.5,0.15372517456988796,0.0,0.01641699524308919,0.0,0.662991282511483,0.641710408843107 -1132,0.5,0.15372517456988796,0.0,0.23875322141982652,0.15372517456988796,0.0,0.3704952549632282,0.15372517456988796,0.0,0.06710077580105168,0.15372517456988796,0.0,0.07531947941071984,0.15372517456988796,0.0,0.14610534670357433,0.15372517456988796,0.0,0.0801565075966175,0.15372517456988796,0.0,0.11012664764491031,0.15372517456988796,0.0,0.05908770891282386,0.5,0.15372517456988796,0.0,0.04899691862838185,0.15372517456988796,0.0,0.005573864854288952,0.5,0.15372517456988796,0.0,0.06876125270474527,0.15372517456988796,0.0,0.046151025218525606,0.15372517456988796,0.0,0.5435325201722945,0.15372517456988796,0.0,0.26780655538104847,0.15372517456988796,0.0,0.13765028499658002,0.15372517456988796,0.0,0.09017851075759198,0.15372517456988796,0.0,0.0891223168733271,0.5,0.15372517456988796,0.0,0.012781359010056195,0.0,0.8285171690527542,0.28191705165951403 -1133,0.5,0.15372517456988796,0.0,0.24077613644021295,0.15372517456988796,0.0,0.3358095210163615,0.15372517456988796,0.0,0.07928248168389637,0.15372517456988796,0.0,0.07637729916072775,0.15372517456988796,0.0,0.131199543780041,0.15372517456988796,0.0,0.07201457094758623,0.15372517456988796,0.0,0.07889541811307452,0.15372517456988796,0.0,0.06604172688512037,0.5,0.15372517456988796,0.0,0.046181899679873614,0.15372517456988796,0.0,0.007871840990033113,0.5,0.15372517456988796,0.0,0.04717412470646424,0.15372517456988796,0.0,0.03435032952912434,0.15372517456988796,0.0,0.47020184261452247,0.15372517456988796,0.0,0.23130923127952036,0.15372517456988796,0.0,0.12034329235866738,0.15372517456988796,0.0,0.07961946111080308,0.15372517456988796,0.0,0.06202343111483612,0.5,0.15372517456988796,0.0,0.01084227975465081,0.0,0.8745467791777748,0.25738690154999605 -1134,0.5,0.15372517456988796,0.0,0.23804082837719379,0.15372517456988796,0.0,0.24295830895246864,0.15372517456988796,0.0,0.09418348363148432,0.15372517456988796,0.0,0.07030236110812506,0.15372517456988796,0.0,0.11039195517702946,0.15372517456988796,0.0,0.07731718986472805,0.15372517456988796,0.0,0.06797080819005016,0.15372517456988796,0.0,0.07724370317282055,0.5,0.15372517456988796,0.0,0.04119056931640458,0.15372517456988796,0.0,0.009873643622339142,0.5,0.15372517456988796,0.0,0.03658725737777322,0.15372517456988796,0.0,0.02602727571930687,0.15372517456988796,0.0,0.3817088304656306,0.15372517456988796,0.0,0.20705046794614387,0.15372517456988796,0.0,0.09788872236008958,0.15372517456988796,0.0,0.07035703619253936,0.15372517456988796,0.0,0.04320468616482183,0.5,0.15372517456988796,0.0,0.010680229247617377,0.0,0.8051968060952774,0.33487022659253585 -1135,0.5,0.15372517456988796,0.0,0.22358567292745718,0.15372517456988796,0.0,0.15635085628825068,0.15372517456988796,0.0,0.10591768814505197,0.15372517456988796,0.0,0.06359761144607717,0.15372517456988796,0.0,0.10646333350442319,0.15372517456988796,0.0,0.09231951997760005,0.15372517456988796,0.0,0.07451844562230914,0.15372517456988796,0.0,0.07912454588646428,0.5,0.15372517456988796,0.0,0.03628092154575021,0.15372517456988796,0.0,0.009761350885932817,0.5,0.15372517456988796,0.0,0.028467481326779932,0.15372517456988796,0.0,0.017474079014927944,0.15372517456988796,0.0,0.30985685717622125,0.15372517456988796,0.0,0.17060623862126267,0.15372517456988796,0.0,0.08227006546510143,0.15372517456988796,0.0,0.07736616641237072,0.15372517456988796,0.0,0.029877583296218424,0.5,0.15372517456988796,0.0,0.008023778430102744,0.0,0.797842745470733,0.3340719907822402 -1136,0.5,0.15372517456988796,5.294880553522558e-05,0.1964832328537964,0.15372517456988796,0.0,0.13066430255127132,0.15372517456988796,0.0,0.110904336495912,0.15372517456988796,0.00023068364454545165,0.06065432181673424,0.15372517456988796,0.0,0.12001258463622452,0.15372517456988796,0.0,0.10781279597873314,0.15372517456988796,0.0,0.08912934857145194,0.15372517456988796,0.0,0.0719156403919655,0.5,0.15372517456988796,0.0,0.033527323176083465,0.15372517456988796,0.0,0.00556304928171622,0.5,0.15372517456988796,0.0,0.02271276898289109,0.15372517456988796,0.0,0.011439819011984027,0.15372517456988796,0.0,0.2772249997330697,0.15372517456988796,0.0,0.15079040031676139,0.15372517456988796,0.0,0.0788917422616627,0.15372517456988796,0.0,0.07341372582194894,0.15372517456988796,2.340674041343661e-05,0.02578136536086344,0.5,0.15372517456988796,0.0014290839276342167,0.005404000405422097,0.0,0.7477564708931835,0.2833990652465699 -1137,0.5,0.15372517456988796,0.062375810095228114,0.18074398830644955,0.15372517456988796,0.043094472630556775,0.13267989836079755,0.15372517456988796,0.0255469336240294,0.10871023024196655,0.15372517456988796,0.02905192796146846,0.07051458993189864,0.15372517456988796,0.022302308879637564,0.14894082750460896,0.15372517456988796,0.019718373395458642,0.11779321918800001,0.15372517456988796,0.033962160668082275,0.09578237270925903,0.15372517456988796,0.020505201269822672,0.052053456302285354,0.5,0.15372517456988796,0.011553312398207461,0.03888263274147145,0.15372517456988796,0.11538538473800011,0.0016010315067296027,0.5,0.15372517456988796,0.016949808249372155,0.027835722894555246,0.15372517456988796,0.07826746579123411,0.006270427925279702,0.15372517456988796,0.013189107414878129,0.24682871983632756,0.15372517456988796,0.027128781835090585,0.15342027844137496,0.15372517456988796,0.06294896048375345,0.08440904430595408,0.15372517456988796,0.02424945648082762,0.08300070721653789,0.15372517456988796,0.029243531869852114,0.02214427966541345,0.5,0.15372517456988796,0.1064494829618416,0.002350893297880406,0.0,0.6842073806182143,0.33481588371500354 -1138,0.5,0.15372517456988796,0.16386785000517656,0.18711485749119755,0.15372517456988796,0.1423022805088085,0.15352671439060991,0.15372517456988796,0.10726892801205326,0.13414523204238576,0.15372517456988796,0.09363195950661904,0.11747865641649212,0.15372517456988796,0.08524604221950952,0.18865478176188683,0.15372517456988796,0.07367172204976667,0.15801583098516253,0.15372517456988796,0.11941793880952992,0.1369988416030468,0.15372517456988796,0.06370869313849316,0.0698326896006953,0.5,0.15372517456988796,0.05960392924179404,0.06975250710385844,0.15372517456988796,0.28952052339376727,0.000389670184331015,0.5,0.15372517456988796,0.0790234618686522,0.037399926675988036,0.15372517456988796,0.23051102830235354,0.003862435600584789,0.15372517456988796,0.0783908497536666,0.2238351035683,0.15372517456988796,0.1319260825150012,0.18724159846043395,0.15372517456988796,0.19453752634496652,0.09896810498332478,0.15372517456988796,0.10389961565008946,0.11452144212553915,0.15372517456988796,0.08680300547244077,0.030499607171276828,0.5,0.15372517456988796,0.2517216849797183,0.0008107340765472022,0.0,0.6369979603463731,0.40775680139934234 -1139,0.5,0.15372517456988796,0.2642827090280184,0.22283673625911735,0.15372517456988796,0.2182505675925229,0.26894456858562593,0.15372517456988796,0.21464184940133346,0.16418836554392283,0.15372517456988796,0.2067007376552693,0.1957186348095145,0.15372517456988796,0.15290844886047658,0.2576335212244669,0.15372517456988796,0.1040764022021225,0.19797805548195302,0.15372517456988796,0.15810434975947413,0.217405607238499,0.15372517456988796,0.108234374690879,0.10179720323307287,0.5,0.15372517456988796,0.13856057325835028,0.12100801671518732,0.15372517456988796,0.450669220519179,0.0003072760211979029,0.5,0.15372517456988796,0.19100670847507328,0.03797740225268055,0.15372517456988796,0.38576101388255335,0.006671847763511327,0.15372517456988796,0.14638229577263367,0.25635543463665494,0.15372517456988796,0.2244605674942161,0.2676572320605263,0.15372517456988796,0.3186912779733603,0.20674548556532257,0.15372517456988796,0.20944596649929842,0.1568985611097135,0.15372517456988796,0.14520517682349587,0.03546270971997046,0.5,0.15372517456988796,0.3804004140041334,0.0006139607414951187,0.0,0.6038680439495198,0.46462098490317977 -1140,0.5,0.15372517456988796,0.3186867220736075,0.23852551481896886,0.15372517456988796,0.2920487932410702,0.4131599003311937,0.15372517456988796,0.3901839620729304,0.22563091503205351,0.15372517456988796,0.28669300797930786,0.23011300344900334,0.15372517456988796,0.22824185492590865,0.31010471512417137,0.15372517456988796,0.12093497780830395,0.23421368599879905,0.15372517456988796,0.20355068150701267,0.26536349795444253,0.15372517456988796,0.16534820983680906,0.10822175028955214,0.5,0.15372517456988796,0.22841012284382767,0.14171257408296978,0.15372517456988796,0.5571181867177276,0.0007240408779671672,0.5,0.15372517456988796,0.29565246219675795,0.03716317104461619,0.15372517456988796,0.4908551158177037,0.010528310832336166,0.15372517456988796,0.16302830134402546,0.36274100181258306,0.15372517456988796,0.25711524197103125,0.35156579691277723,0.15372517456988796,0.3922156891742392,0.3307933213847083,0.15372517456988796,0.32714525362486807,0.21181605953003568,0.15372517456988796,0.21311326703070443,0.03823987285319902,0.5,0.15372517456988796,0.45306112731653325,0.0010063556353045564,0.0,0.5708592309941036,0.4720251766803967 -1141,0.5,0.15372517456988796,0.32976101063726687,0.24903948457224603,0.15372517456988796,0.2693602546387833,0.5660573137135934,0.15372517456988796,0.41023367247980314,0.221542377995443,0.15372517456988796,0.22188003051818483,0.18692601109140605,0.15372517456988796,0.26755605324366727,0.4269656155519934,0.15372517456988796,0.10046572412590443,0.19994903575460474,0.15372517456988796,0.3087742764602792,0.32922964609142313,0.15372517456988796,0.2619490670849253,0.1331625272371473,0.5,0.15372517456988796,0.20590704655865782,0.12748077595289045,0.15372517456988796,0.598102307583226,0.0008406057242526241,0.5,0.15372517456988796,0.3912487054135528,0.021890174114947786,0.15372517456988796,0.5302008712534861,0.004941389071474713,0.15372517456988796,0.12291703771141277,0.39721779761511267,0.15372517456988796,0.23411331150426032,0.34025958550807767,0.15372517456988796,0.37330215768506486,0.3611985650352199,0.15372517456988796,0.21767059796619925,0.1887092236525047,0.15372517456988796,0.18372451534945197,0.03751541056266361,0.5,0.15372517456988796,0.4512993787238737,0.0012552421020663536,0.0,0.48969368477875236,0.5028606017308442 -1142,0.5,0.15372517456988796,0.30962290874381193,0.25480969849994023,0.15372517456988796,0.17970668950699542,0.6271096678503235,0.15372517456988796,0.33307461741897987,0.1997488257015406,0.15372517456988796,0.20526239027146226,0.1381630412549414,0.15372517456988796,0.19095799809880182,0.44812565362581736,0.15372517456988796,0.23438232445492702,0.1900965837478542,0.15372517456988796,0.26184012867043344,0.3007448444522489,0.15372517456988796,0.2268429825511631,0.16221872741967733,0.5,0.15372517456988796,0.1517443088415431,0.1033495476595698,0.15372517456988796,0.5581483808911681,0.0029722891682116273,0.5,0.15372517456988796,0.3448658181894246,0.02289757458675789,0.15372517456988796,0.5379157238621316,0.0031830759196945016,0.15372517456988796,0.0920139091896946,0.4468580011289151,0.15372517456988796,0.216313188109926,0.39054684556507396,0.15372517456988796,0.28841849828206534,0.33797214049445157,0.15372517456988796,0.1300314711899163,0.1681338259022277,0.15372517456988796,0.1843734889589949,0.037138643328144316,0.5,0.15372517456988796,0.41009572859661503,0.001819088679791287,0.0,0.44645789903043187,0.48847497357390957 -1143,0.5,0.15372517456988796,0.26033034344839057,0.2614877894316351,0.15372517456988796,0.0523454960540041,0.28934301165285164,0.15372517456988796,0.21788263568783334,0.1586198988007235,0.15372517456988796,0.16549812674190456,0.10326634921212652,0.15372517456988796,0.22524933532889282,0.3719633573535238,0.15372517456988796,0.3661002306266419,0.20623072876103732,0.15372517456988796,0.20665300812317522,0.20447585994799594,0.15372517456988796,0.13057264355716028,0.14179869810957568,0.5,0.15372517456988796,0.12629971571692972,0.10014695771136121,0.15372517456988796,0.5019467353132752,0.005564523742767027,0.5,0.15372517456988796,0.24596872325066943,0.014597165935112106,0.15372517456988796,0.4728813263507194,0.007538525415714454,0.15372517456988796,0.05834811690711586,0.44695302228958067,0.15372517456988796,0.1943688081564491,0.3879594166295227,0.15372517456988796,0.18304634971757905,0.2533033016787522,0.15372517456988796,0.0652621386390055,0.11685718321742768,0.15372517456988796,0.1814587713805507,0.02774208963228105,0.5,0.15372517456988796,0.3290100280125916,0.004093160654564583,0.0,0.37545999884269077,0.5226028290988098 -1144,0.5,0.15372517456988796,0.17355149999577724,0.23543377187582415,0.15372517456988796,0.035891624408215916,0.1834695669551798,0.15372517456988796,0.067883358409937,0.10647537679368249,0.15372517456988796,0.11254596137683825,0.049535838938513335,0.15372517456988796,0.2687821772799157,0.22976493466647513,0.15372517456988796,0.24121347482239347,0.155439945423702,0.15372517456988796,0.18218279883876512,0.11748072930710513,0.15372517456988796,0.07300375739704634,0.10994750165967233,0.5,0.15372517456988796,0.11886004710817415,0.07954168131535491,0.15372517456988796,0.3725744617781538,0.009561668492339064,0.5,0.15372517456988796,0.17428816198917058,0.008292945872471027,0.15372517456988796,0.3553484454929085,0.01346126919326658,0.15372517456988796,0.029320882656630833,0.38847364617494595,0.15372517456988796,0.2188886435157037,0.28037267119389847,0.15372517456988796,0.10773296903056162,0.1428033234082765,0.15372517456988796,0.09633589703544085,0.09590118238472127,0.15372517456988796,0.11156141782135226,0.014409738721357352,0.5,0.15372517456988796,0.26445608074293553,0.005095160825784193,0.0,0.2959717541425254,0.5682240260490602 -1145,0.5,0.15372517456988796,0.029770630626772064,0.20270375763569506,0.15372517456988796,0.036575690797013824,0.15950882024745378,0.15372517456988796,0.022370860840905477,0.061042505822398,0.15372517456988796,0.023839595352155126,0.0412110072234673,0.15372517456988796,0.17089536138203804,0.11928491140616222,0.15372517456988796,0.08714606481434287,0.09931119146577243,0.15372517456988796,0.10441489733783717,0.05957636747134868,0.15372517456988796,0.03200616777108555,0.07889533817083233,0.5,0.15372517456988796,0.06734381018569019,0.044152507379497864,0.15372517456988796,0.12937537865773585,0.0037295169227755175,0.5,0.15372517456988796,0.07234413826929116,0.004346129670902448,0.15372517456988796,0.12970672046645149,0.006348821783272912,0.15372517456988796,0.00606880146802353,0.2930877944402581,0.15372517456988796,0.13203048783948554,0.1943532581315075,0.15372517456988796,0.045585394173638785,0.08456570769524228,0.15372517456988796,0.06528440653751232,0.04367610507111793,0.15372517456988796,0.02506095646288577,0.004219236451246609,0.5,0.15372517456988796,0.07457158977831609,0.003137101413192029,0.0,0.23361458165043736,0.5700902744574328 -1146,0.5,0.15372517456988796,0.0,0.1652608190919313,0.15372517456988796,0.0,0.16428338374408702,0.15372517456988796,0.0,0.03855669333746785,0.15372517456988796,0.0,0.051366080975238766,0.15372517456988796,0.0,0.12611645929474036,0.15372517456988796,0.0,0.08512847827201167,0.15372517456988796,0.0,0.07187956051167238,0.15372517456988796,0.0,0.059877439891755,0.5,0.15372517456988796,0.0,0.032735139463779546,0.15372517456988796,0.0,0.005378938003970955,0.5,0.15372517456988796,0.0,0.004049051865998685,0.15372517456988796,0.0,0.011482304391796904,0.15372517456988796,0.0,0.22274825569909634,0.15372517456988796,0.0,0.18435675644149724,0.15372517456988796,0.0,0.07894904024738489,0.15372517456988796,0.0,0.03354529225349149,0.15372517456988796,0.0,0.0032983979692594997,0.5,0.15372517456988796,0.0,0.004732005807371058,0.0,0.23460465750507448,0.5248519470352222 -1147,0.5,0.15372517456988796,0.0,0.1451490314749598,0.15372517456988796,0.0,0.1542568580387602,0.15372517456988796,0.0,0.027241339528623634,0.15372517456988796,0.0,0.059547932977305124,0.15372517456988796,0.0,0.13634152912390232,0.15372517456988796,0.0,0.07957519090203534,0.15372517456988796,0.0,0.07557673578387279,0.15372517456988796,0.0,0.056513535181535166,0.5,0.15372517456988796,0.0,0.02989008732272553,0.15372517456988796,0.0,0.005656572314358957,0.5,0.15372517456988796,0.0,0.004157736606889535,0.15372517456988796,0.0,0.01620100116425171,0.15372517456988796,0.0,0.2154633509912438,0.15372517456988796,0.0,0.17504793587159398,0.15372517456988796,0.0,0.07740428166603909,0.15372517456988796,0.0,0.03134720523106549,0.15372517456988796,0.0,0.003353073960252123,0.5,0.15372517456988796,0.0,0.006403939766183052,0.0,0.23803653718740425,0.512925781212719 -1148,0.5,0.15372517456988796,0.0,0.14746744234234568,0.15372517456988796,0.0,0.12940539237069934,0.15372517456988796,0.0,0.02839781044332331,0.15372517456988796,0.0,0.05992219144909925,0.15372517456988796,0.0,0.14197145644600512,0.15372517456988796,0.0,0.08643142931889417,0.15372517456988796,0.0,0.0773740738263175,0.15372517456988796,0.0,0.06088900935901055,0.5,0.15372517456988796,0.0,0.029790571339810126,0.15372517456988796,0.0,0.00691943747444097,0.5,0.15372517456988796,0.0,0.003361254310856335,0.15372517456988796,0.0,0.019717392445847547,0.15372517456988796,0.0,0.21406534442667283,0.15372517456988796,0.0,0.18624585712679895,0.15372517456988796,0.0,0.08653794233715831,0.15372517456988796,0.0,0.032011008493448394,0.15372517456988796,0.0,0.0035608599605160525,0.5,0.15372517456988796,0.0,0.008750752953504326,0.0,0.25422380950611667,0.6524600088423888 -1149,0.5,0.15372517456988796,0.0,0.15150338443468467,0.15372517456988796,0.0,0.12157981324326002,0.15372517456988796,0.0,0.033119790153449714,0.15372517456988796,0.0,0.0565968121429301,0.15372517456988796,0.0,0.14622998202406812,0.15372517456988796,0.0,0.09897105771835593,0.15372517456988796,0.0,0.08706415351500765,0.15372517456988796,0.0,0.06870854211603192,0.5,0.15372517456988796,0.0,0.02787833030238321,0.15372517456988796,0.0,0.009090041329074034,0.5,0.15372517456988796,0.0,0.005516210694028516,0.15372517456988796,0.0,0.021362348984231665,0.15372517456988796,0.0,0.20614788513935906,0.15372517456988796,0.0,0.19993674051673904,0.15372517456988796,0.0,0.09322956251870035,0.15372517456988796,0.0,0.033668763973005576,0.15372517456988796,0.0,0.00465000081131726,0.5,0.15372517456988796,0.0,0.012473261391571112,0.0,0.30638350417900595,0.7813557835978117 -1150,0.5,0.15372517456988796,0.0,0.149293457940939,0.15372517456988796,0.0,0.12272558439135738,0.15372517456988796,0.0,0.0349350800675838,0.15372517456988796,0.0,0.04982289513377414,0.15372517456988796,0.0,0.148299436440869,0.15372517456988796,0.0,0.11237422024759297,0.15372517456988796,0.0,0.09700524210814407,0.15372517456988796,0.0,0.07887785237663651,0.5,0.15372517456988796,0.0,0.029696885045099333,0.15372517456988796,0.0,0.00958754761280984,0.5,0.15372517456988796,0.0,0.009377876799780574,0.15372517456988796,0.0,0.023976696418127483,0.15372517456988796,0.0,0.20233901363458653,0.15372517456988796,0.0,0.20369692072590745,0.15372517456988796,0.0,0.09736207676137845,0.15372517456988796,0.0,0.03609734998097178,0.15372517456988796,0.0,0.00771449182800288,0.5,0.15372517456988796,0.0,0.014715421077691032,0.0,0.3473508786183928,0.8593835212416774 -1151,0.5,0.15372517456988796,0.0,0.14460283565899135,0.15372517456988796,0.0,0.11551761221829705,0.15372517456988796,0.0,0.033833820573803644,0.15372517456988796,0.0,0.043332193102857526,0.15372517456988796,0.0,0.1522563032736366,0.15372517456988796,0.0,0.12635786994169068,0.15372517456988796,0.0,0.10265068596560029,0.15372517456988796,0.0,0.08625605194662422,0.5,0.15372517456988796,0.0,0.024971739316283284,0.15372517456988796,0.0,0.009702466277601298,0.5,0.15372517456988796,0.0,0.017262228968409864,0.15372517456988796,0.0,0.027748193918858757,0.15372517456988796,0.0,0.21371635722430457,0.15372517456988796,0.0,0.20162419523270314,0.15372517456988796,0.0,0.09731607401725569,0.15372517456988796,0.0,0.04192458226749485,0.15372517456988796,0.0,0.0123785334754293,0.5,0.15372517456988796,0.0,0.01804967338189397,0.0,0.40390547555646233,0.878001127481448 -1152,0.5,0.15372517456988796,0.0,0.13622977982517806,0.15372517456988796,0.0,0.10915114949235166,0.15372517456988796,0.0,0.031708283560713695,0.15372517456988796,0.0,0.041549955880912384,0.15372517456988796,0.0,0.16771262764213357,0.15372517456988796,0.0,0.1342266529123269,0.15372517456988796,0.0,0.1088389451851109,0.15372517456988796,0.0,0.08420049161959528,0.5,0.15372517456988796,0.0,0.019877496978718517,0.15372517456988796,0.0,0.010583026667922449,0.5,0.15372517456988796,0.0,0.028517488553882524,0.15372517456988796,0.0,0.03163460586322898,0.15372517456988796,0.0,0.2168580490668839,0.15372517456988796,0.0,0.20505399739317104,0.15372517456988796,0.0,0.09514841655394339,0.15372517456988796,0.0,0.04942524695491917,0.15372517456988796,0.0,0.02012242321176838,0.5,0.15372517456988796,0.0,0.023043524618595854,0.0,0.4246045678816142,0.8892117448656113 -1153,0.5,0.15372517456988796,0.0,0.12005386938088068,0.15372517456988796,0.0,0.10296216261829157,0.15372517456988796,0.0,0.03129777179486653,0.15372517456988796,0.0,0.04276947033147682,0.15372517456988796,0.0,0.1844480535169226,0.15372517456988796,0.0,0.13754270947125763,0.15372517456988796,0.0,0.1021511260085996,0.15372517456988796,0.0,0.08980119057986333,0.5,0.15372517456988796,0.0,0.01976238161240485,0.15372517456988796,0.0,0.010068130290293022,0.5,0.15372517456988796,0.0,0.032678066306346634,0.15372517456988796,0.0,0.03124825155638773,0.15372517456988796,0.0,0.21018380403540646,0.15372517456988796,0.0,0.21638109213998347,0.15372517456988796,0.0,0.09749443489214511,0.15372517456988796,0.0,0.03995703141237431,0.15372517456988796,0.0,0.028198583116182247,0.5,0.15372517456988796,0.0,0.026356903307003552,0.0,0.37741181214311015,0.909001884471286 -1154,0.5,0.15372517456988796,0.0,0.10563432899340419,0.15372517456988796,0.0,0.11018426763726648,0.15372517456988796,0.0,0.026984190727519196,0.15372517456988796,0.0,0.04716922349900247,0.15372517456988796,0.0,0.16534747990756615,0.15372517456988796,0.0,0.15586844969630712,0.15372517456988796,0.0,0.10329861134675294,0.15372517456988796,0.0,0.10470793449172235,0.5,0.15372517456988796,0.0,0.019666589000274116,0.15372517456988796,0.0,0.009692982833961588,0.5,0.15372517456988796,0.0,0.031789805483825005,0.15372517456988796,0.0,0.030784045660315174,0.15372517456988796,0.0,0.2083830328643009,0.15372517456988796,0.0,0.22401962846914109,0.15372517456988796,0.0,0.0964613419909678,0.15372517456988796,0.0,0.03567995577079545,0.15372517456988796,0.0,0.03148168266967301,0.5,0.15372517456988796,0.0,0.025655141531820382,0.0,0.33188347001624824,0.9229285976931497 -1155,0.5,0.15372517456988796,0.0,0.09923413804885794,0.15372517456988796,0.0,0.1131762486687206,0.15372517456988796,0.0,0.021986212555850683,0.15372517456988796,0.0,0.047822023924590895,0.15372517456988796,0.0,0.15714123753662154,0.15372517456988796,0.0,0.18211487292512996,0.15372517456988796,0.0,0.14327183772791513,0.15372517456988796,0.0,0.11283767103200092,0.5,0.15372517456988796,0.0,0.019954465584529638,0.15372517456988796,0.0,0.008556920601884335,0.5,0.15372517456988796,0.0,0.033069345867098296,0.15372517456988796,0.0,0.03285097816501312,0.15372517456988796,0.0,0.21529657012211972,0.15372517456988796,0.0,0.19442654181781077,0.15372517456988796,0.0,0.08588290447152469,0.15372517456988796,0.0,0.046490055964544384,0.15372517456988796,0.0,0.033910942843628104,0.5,0.15372517456988796,0.0,0.024622227131958416,0.0,0.29954502963208884,0.8851845448581954 -1156,0.5,0.15372517456988796,0.0,0.08772104672389736,0.15372517456988796,0.0,0.12176194354709252,0.15372517456988796,0.0,0.02049123435572092,0.15372517456988796,0.0,0.04339604017073767,0.15372517456988796,0.0,0.194630386160755,0.15372517456988796,0.0,0.18727048518997083,0.15372517456988796,0.0,0.16635568833704997,0.15372517456988796,0.0,0.10700862123789182,0.5,0.15372517456988796,0.0,0.019910463188495122,0.15372517456988796,0.0,0.010005360562708121,0.5,0.15372517456988796,0.0,0.030959761605728324,0.15372517456988796,0.0,0.03609687126569505,0.15372517456988796,0.0,0.23585678978984168,0.15372517456988796,0.0,0.1839369263841928,0.15372517456988796,0.0,0.07638359978735124,0.15372517456988796,0.0,0.05835476310518525,0.15372517456988796,0.0,0.03500007697818184,0.5,0.15372517456988796,0.0,0.025129882246164918,0.0,0.2982113582613706,0.8619598936812213 -1157,0.5,0.15372517456988796,0.0,0.08162464836170363,0.15372517456988796,0.0,0.09091158106847966,0.15372517456988796,0.0,0.027890153744857593,0.15372517456988796,0.0,0.04272385972564231,0.15372517456988796,0.0,0.18502888310017165,0.15372517456988796,0.0,0.17661651840728662,0.15372517456988796,0.0,0.1613122955905975,0.15372517456988796,0.0,0.09976412667931464,0.5,0.15372517456988796,0.0,0.021678382051569096,0.15372517456988796,0.0,0.008767686498339422,0.5,0.15372517456988796,0.0,0.033101560055725,0.15372517456988796,0.0,0.0404851856156932,0.15372517456988796,0.0,0.19574735835298857,0.15372517456988796,0.0,0.23263252382617677,0.15372517456988796,0.0,0.10253642518487215,0.15372517456988796,0.0,0.056492394037397475,0.15372517456988796,0.0,0.03590945231377259,0.5,0.15372517456988796,0.0,0.024764402356546464,0.0,0.2895170894072625,0.9219431279032068 -1158,0.5,0.15372517456988796,0.0,0.08080828706359805,0.15372517456988796,0.0,0.174343229584645,0.15372517456988796,0.0,0.035529097727410794,0.15372517456988796,0.0,0.049334996056987664,0.15372517456988796,0.0,0.13136705053991063,0.15372517456988796,0.0,0.15626184211783817,0.15372517456988796,0.0,0.1530212188234373,0.15372517456988796,0.0,0.11348484256630381,0.5,0.15372517456988796,0.0,0.02288116671986924,0.15372517456988796,0.0,0.011974008558348487,0.5,0.15372517456988796,0.0,0.03197148838720141,0.15372517456988796,0.0,0.03973139635624197,0.15372517456988796,0.0,0.2393485114585333,0.15372517456988796,0.0,0.23355856641325884,0.15372517456988796,0.0,0.11037823981536117,0.15372517456988796,0.0,0.058675052844817034,0.15372517456988796,0.0,0.036822455022197435,0.5,0.15372517456988796,0.0,0.02231706691874092,0.0,0.25100191480449646,0.9304618178948549 -1159,0.5,0.15372517456988796,0.0,0.09112759010494878,0.15372517456988796,0.0,0.17466959982437355,0.15372517456988796,0.0,0.04090149235000132,0.15372517456988796,0.0,0.06237390714992784,0.15372517456988796,0.0,0.1290940039637822,0.15372517456988796,0.0,0.17025417930360104,0.15372517456988796,0.0,0.167131509294549,0.15372517456988796,0.0,0.10942984823675941,0.5,0.15372517456988796,0.0,0.02605526508290948,0.15372517456988796,0.0,0.01278221144719842,0.5,0.15372517456988796,0.0,0.0285112999832482,0.15372517456988796,0.0,0.043430627605753065,0.15372517456988796,0.0,0.3158244725138266,0.15372517456988796,0.0,0.18481805476147406,0.15372517456988796,0.0,0.10065978645445971,0.15372517456988796,0.0,0.06509063762311627,0.15372517456988796,0.0,0.03600838336201018,0.5,0.15372517456988796,0.0,0.02082858461097606,0.0,0.20673923777732434,0.8721398596402015 -1160,0.5,0.15372517456988796,0.00024936997361593466,0.11380756180884366,0.15372517456988796,0.0,0.10463374834223553,0.15372517456988796,1.5645707029636241e-06,0.05246032070889933,0.15372517456988796,0.0016450571141716508,0.06665445590444853,0.15372517456988796,0.0,0.14354757581281283,0.15372517456988796,0.0,0.16719468705944207,0.15372517456988796,0.0,0.1808896785394535,0.15372517456988796,0.0,0.11433493186905394,0.5,0.15372517456988796,0.0,0.028591519828838778,0.15372517456988796,3.237730021172186e-05,0.010780221792516406,0.5,0.15372517456988796,0.0,0.02743222167498058,0.15372517456988796,0.0,0.04321372009424129,0.15372517456988796,0.0,0.26798329503186125,0.15372517456988796,0.0,0.17742129542113944,0.15372517456988796,0.0,0.0956185413086351,0.15372517456988796,0.0,0.06500451997007345,0.15372517456988796,0.00022335636065150299,0.036480041198082847,0.5,0.15372517456988796,0.0027627674606624337,0.015978876588198753,0.0,0.22389260256194266,0.8212073584218498 -1161,0.5,0.15372517456988796,0.10112365762416728,0.10600827628728776,0.15372517456988796,0.05725874146400463,0.10817926289777274,0.15372517456988796,0.09846995573485899,0.05214107136952647,0.15372517456988796,0.12993445115638397,0.06232725178371412,0.15372517456988796,0.05095663047700144,0.14663221315632965,0.15372517456988796,0.032936946665236284,0.14204369191026203,0.15372517456988796,0.052343803461164976,0.1586138546378672,0.15372517456988796,0.04780142629275058,0.11408830535924483,0.5,0.15372517456988796,0.06910026703466875,0.026260307569737573,0.15372517456988796,0.11275777016609081,0.010216021748208522,0.5,0.15372517456988796,0.09468886762043373,0.023061125691912245,0.15372517456988796,0.09197457509217645,0.038615705732692136,0.15372517456988796,0.03672958853422367,0.21273767975254712,0.15372517456988796,0.04619174313066578,0.18836584138797757,0.15372517456988796,0.07587132914713647,0.09933251322767303,0.15372517456988796,0.06781207461745105,0.06028185722713076,0.15372517456988796,0.11111471625276992,0.03447790848949056,0.5,0.15372517456988796,0.139200804095223,0.013486693589873363,0.0,0.40490347725807596,0.8211206706154538 -1162,0.5,0.15372517456988796,0.25956926068046693,0.10206691052575596,0.15372517456988796,0.19867701753520262,0.11970550063559028,0.15372517456988796,0.2591625613365001,0.04785111860544133,0.15372517456988796,0.2951093310823319,0.07602049964868714,0.15372517456988796,0.18363957875940434,0.12701764084916295,0.15372517456988796,0.1199681180430757,0.16241116257820642,0.15372517456988796,0.18397084329671573,0.15215295709178203,0.15372517456988796,0.18927587583311906,0.11549823855051838,0.5,0.15372517456988796,0.22132132560188783,0.03182224469395752,0.15372517456988796,0.26454601055904436,0.0075835811010791145,0.5,0.15372517456988796,0.259234106411924,0.01681490977417856,0.15372517456988796,0.23583378881948625,0.039278319942384066,0.15372517456988796,0.1256711375511873,0.2418708519290414,0.15372517456988796,0.19312948268012192,0.18697117683399772,0.15372517456988796,0.23588558293907108,0.10635334613666453,0.15372517456988796,0.22656841410713652,0.06844126939030966,0.15372517456988796,0.2848708786592893,0.03130650612358967,0.5,0.15372517456988796,0.30822949728634363,0.012597077282280437,0.0,0.34618510962308074,0.793777031954425 -1163,0.5,0.15372517456988796,0.38894384593776204,0.13042160131384253,0.15372517456988796,0.36546046804377,0.16270651721342894,0.15372517456988796,0.41440768760468605,0.04804505230799021,0.15372517456988796,0.44050920209232736,0.10282877868096543,0.15372517456988796,0.30007848130238557,0.18057818837906972,0.15372517456988796,0.2034235755012446,0.20812376814638422,0.15372517456988796,0.2680045747844135,0.18929973358652,0.15372517456988796,0.31532673582990733,0.15588883505301437,0.5,0.15372517456988796,0.3551146444417047,0.03309836288736699,0.15372517456988796,0.42043944616901907,0.0039636867489557005,0.5,0.15372517456988796,0.4085202156344945,0.014897831880272019,0.15372517456988796,0.3744771363015285,0.0314984886731795,0.15372517456988796,0.2701899697419369,0.30542724699765933,0.15372517456988796,0.3140184008488199,0.2313028228932308,0.15372517456988796,0.37846945263220894,0.11674259932081374,0.15372517456988796,0.38467667799642347,0.0832482854559478,0.15372517456988796,0.44064614035565264,0.03271004226889626,0.5,0.15372517456988796,0.44787310203765274,0.010408955438040412,0.0,0.2605521054671139,0.7872228779243164 -1164,0.5,0.15372517456988796,0.48628008524170446,0.20562524597721493,0.15372517456988796,0.47350726401087606,0.19199187596748254,0.15372517456988796,0.5204278964470215,0.07843939086047556,0.15372517456988796,0.5337642136689303,0.14347536967142138,0.15372517456988796,0.3618310461658524,0.25278485727223454,0.15372517456988796,0.2498176548382936,0.2178849914816364,0.15372517456988796,0.3118031054051001,0.2722612646677874,0.15372517456988796,0.4045155734991246,0.1997794353939013,0.5,0.15372517456988796,0.45065321269902503,0.08115946227212209,0.15372517456988796,0.5541685393649206,0.0024172804236322156,0.5,0.15372517456988796,0.4919239562295907,0.03128891740728818,0.15372517456988796,0.4804389012799726,0.02415070209698403,0.15372517456988796,0.4010220270064482,0.34511590322701824,0.15372517456988796,0.37566641129130535,0.2645750135470083,0.15372517456988796,0.46483235147693047,0.18379234811609466,0.15372517456988796,0.4845167445414726,0.18297556237268814,0.15372517456988796,0.5363857017937725,0.07245682018771389,0.5,0.15372517456988796,0.5369134600744861,0.016646299663263645,0.0,0.29915780380986456,0.8003479133816549 -1165,0.5,0.15372517456988796,0.5287119128809208,0.20996988794358468,0.15372517456988796,0.4567448986527398,0.1443832316029431,0.15372517456988796,0.5558364869556439,0.11556777312111205,0.15372517456988796,0.5656532345736907,0.15631598192703572,0.15372517456988796,0.27692645746294076,0.2386722598339346,0.15372517456988796,0.2890224818979463,0.21768724842473686,0.15372517456988796,0.31821921634238914,0.2802423696108309,0.15372517456988796,0.44869908967030714,0.2160767209317903,0.5,0.15372517456988796,0.47661827001602375,0.1503252835655095,0.15372517456988796,0.5867636304469933,0.0017955564813045915,0.5,0.15372517456988796,0.5181441873625784,0.03830255306859101,0.15372517456988796,0.49256583283804944,0.028317158438630034,0.15372517456988796,0.4626632716929243,0.3125175234249338,0.15372517456988796,0.38625655397680414,0.26189499501714264,0.15372517456988796,0.46134040020179395,0.19766752382704703,0.15372517456988796,0.49553290224747515,0.2267748104889183,0.15372517456988796,0.5601985166452458,0.09482896944864269,0.5,0.15372517456988796,0.5730454082598553,0.013842531680448744,0.0,0.25278681755764276,0.7893794241645268 -1166,0.5,0.15372517456988796,0.493477524695774,0.19286570430549305,0.15372517456988796,0.33772951756186664,0.16881509435686876,0.15372517456988796,0.5037559159599845,0.14887061940792778,0.15372517456988796,0.5376945860514826,0.14855813032737816,0.15372517456988796,0.19685364653387716,0.2117827192004785,0.15372517456988796,0.33332447905411133,0.20457230553500932,0.15372517456988796,0.3005872996227316,0.2578516185325674,0.15372517456988796,0.4329699811595366,0.22518546306857712,0.5,0.15372517456988796,0.43728396076058407,0.17167674515634457,0.15372517456988796,0.5420669430361613,0.0017650634309392843,0.5,0.15372517456988796,0.4809158712413615,0.024936453271714468,0.15372517456988796,0.39220446321387775,0.028790914823205938,0.15372517456988796,0.38143216243589456,0.28841672134109897,0.15372517456988796,0.2936623918381759,0.23698679029027894,0.15372517456988796,0.3884550913735054,0.1767869881412293,0.15372517456988796,0.4424053424261193,0.21784149373709846,0.15372517456988796,0.5192429794932261,0.0896060928198579,0.5,0.15372517456988796,0.5536302726928645,0.013181445762605984,0.0,0.19508301676284417,0.7235324982276365 -1167,0.5,0.15372517456988796,0.37076923338919016,0.15552705424817798,0.15372517456988796,0.3170429557932337,0.1561669129561253,0.15372517456988796,0.36764440818606847,0.15807722040966904,0.15372517456988796,0.420006815318688,0.14071485471889064,0.15372517456988796,0.1624558888339648,0.2100057227381258,0.15372517456988796,0.31498864052277814,0.189264182696741,0.15372517456988796,0.2576794226006869,0.24031266904872364,0.15372517456988796,0.3534639232822546,0.22281243769194595,0.5,0.15372517456988796,0.36598384100535775,0.17193819224292112,0.15372517456988796,0.3754170703215375,0.0023976785833675724,0.5,0.15372517456988796,0.3800827904911924,0.019302810906417577,0.15372517456988796,0.2552424663465106,0.019357274625215595,0.15372517456988796,0.22945460488733505,0.2287449473005551,0.15372517456988796,0.17095694532358002,0.20373485117286308,0.15372517456988796,0.2948065666641224,0.16434760544283142,0.15372517456988796,0.3540490621882848,0.25667980027946713,0.15372517456988796,0.4052971445507052,0.0691705833775228,0.5,0.15372517456988796,0.45902963111221295,0.014167691130703293,0.0,0.1015130323583452,0.6027242096407751 -1168,0.5,0.15372517456988796,0.2153958872447525,0.1238082610129811,0.15372517456988796,0.1360788594397603,0.11468511489999242,0.15372517456988796,0.2101812987699299,0.09932730282701262,0.15372517456988796,0.24551896211013835,0.09146982398812528,0.15372517456988796,0.09926046972279912,0.16746421804498582,0.15372517456988796,0.23506236481225948,0.16539114631089363,0.15372517456988796,0.20607913062546268,0.20633397344473392,0.15372517456988796,0.254383693810187,0.1636080506005141,0.5,0.15372517456988796,0.2544235998264555,0.13282480641870723,0.15372517456988796,0.1797034108070526,0.0008082710063081895,0.5,0.15372517456988796,0.18031714611879407,0.01648885485113341,0.15372517456988796,0.16888043546217452,0.010643266158275435,0.15372517456988796,0.13967528643239036,0.16801623353314976,0.15372517456988796,0.09148986991792725,0.17983485881090974,0.15372517456988796,0.16490608577039595,0.13263381891223602,0.15372517456988796,0.211341676444397,0.20704980873896173,0.15372517456988796,0.24923443715306393,0.04355730419641466,0.5,0.15372517456988796,0.302002445770799,0.014943399576552644,0.0,0.07356276103809499,0.6154863245440962 -1169,0.5,0.15372517456988796,0.05231248019497839,0.12428499576679373,0.15372517456988796,0.02439657863256104,0.09598310328094437,0.15372517456988796,0.07973087131360553,0.06967100663821917,0.15372517456988796,0.05824662231486035,0.09404162999777416,0.15372517456988796,0.04033970754740967,0.1606700752510891,0.15372517456988796,0.0880733913100133,0.15224054118863994,0.15372517456988796,0.10200664146441735,0.1701725350686557,0.15372517456988796,0.11749507700612588,0.09855260285660533,0.5,0.15372517456988796,0.09768895938901309,0.07140607623440769,0.15372517456988796,0.10162922371363202,0.0007565759995690337,0.5,0.15372517456988796,0.05094816075383336,0.007449526940889677,0.15372517456988796,0.08021191767525816,0.012628557132836832,0.15372517456988796,0.03186757238766486,0.13679946070193388,0.15372517456988796,0.03426139922473512,0.16957665351758053,0.15372517456988796,0.06356264092273259,0.12418864765815536,0.15372517456988796,0.10036853978096882,0.13562170398518886,0.15372517456988796,0.0749084700272855,0.022687190959129667,0.5,0.15372517456988796,0.08796618072670452,0.00612727463696251,0.0,0.09490910384773829,0.6809017258574613 -1170,0.5,0.15372517456988796,0.0,0.130649191625267,0.15372517456988796,0.0,0.10681625414193688,0.15372517456988796,0.0,0.06813953299846744,0.15372517456988796,0.0,0.10717720404300013,0.15372517456988796,0.0,0.19156609815658465,0.15372517456988796,0.0,0.1608063916730127,0.15372517456988796,0.0,0.17827855818837732,0.15372517456988796,0.0,0.09215433975347657,0.5,0.15372517456988796,0.00023716949938592407,0.05730546521664435,0.15372517456988796,0.0,0.0015834501137500473,0.5,0.15372517456988796,9.286042561226994e-05,0.011705872956149485,0.15372517456988796,0.0,0.017947355925881807,0.15372517456988796,0.0,0.13131624352586105,0.15372517456988796,0.0,0.17964923710501093,0.15372517456988796,0.0,0.12973947698027277,0.15372517456988796,0.0,0.1214335835401229,0.15372517456988796,0.0,0.029503296720990377,0.5,0.15372517456988796,0.0,0.006496631553692056,0.0,0.11355618535372375,0.7930955156987867 -1171,0.5,0.15372517456988796,0.0,0.11237944575242034,0.15372517456988796,0.0,0.09891808217573754,0.15372517456988796,0.0,0.06376113066503312,0.15372517456988796,0.0,0.10977052840532743,0.15372517456988796,0.0,0.22069451382256705,0.15372517456988796,0.0,0.1660964782206189,0.15372517456988796,0.0,0.18358651362151468,0.15372517456988796,0.0,0.09068818354663707,0.5,0.15372517456988796,0.0,0.05098759390287835,0.15372517456988796,0.0,0.001260099794712705,0.5,0.15372517456988796,0.0,0.017090084270340068,0.15372517456988796,0.0,0.017698729462531922,0.15372517456988796,0.0,0.13246702019641027,0.15372517456988796,0.0,0.18735963601976768,0.15372517456988796,0.0,0.12136412708500582,0.15372517456988796,0.0,0.11276631851547265,0.15372517456988796,0.0,0.02986414857513705,0.5,0.15372517456988796,0.0,0.007073050540513308,0.0,0.09351438232380566,0.7973967524322364 -1172,0.5,0.15372517456988796,0.0,0.09583657078570415,0.15372517456988796,0.0,0.0911203650340119,0.15372517456988796,0.0,0.06755011617560325,0.15372517456988796,0.0,0.12132278912977372,0.15372517456988796,0.0,0.24230446833280714,0.15372517456988796,0.0,0.1668717980601176,0.15372517456988796,0.0,0.1885878196638564,0.15372517456988796,0.0,0.08340646937202989,0.5,0.15372517456988796,0.0,0.05043776187307574,0.15372517456988796,0.0,0.0018947857248301338,0.5,0.15372517456988796,0.0,0.014075811499504404,0.15372517456988796,0.0,0.014592365799754346,0.15372517456988796,0.0,0.1417664941247606,0.15372517456988796,0.0,0.2007252923339679,0.15372517456988796,0.0,0.11911786238104866,0.15372517456988796,0.0,0.10099437422948826,0.15372517456988796,0.0,0.02659787776067901,0.5,0.15372517456988796,0.0,0.005817377307799518,0.0,0.0893643917983025,0.7273824159094455 -1173,0.5,0.15372517456988796,0.0,0.08620466629829984,0.15372517456988796,0.0,0.09758427720329572,0.15372517456988796,0.0,0.07165511037918595,0.15372517456988796,0.0,0.11626483484193274,0.15372517456988796,0.0,0.24307747551826764,0.15372517456988796,0.0,0.1565788390114391,0.15372517456988796,0.0,0.2024806953136508,0.15372517456988796,0.0,0.07982989992684467,0.5,0.15372517456988796,0.0,0.05411659828844393,0.15372517456988796,0.0,0.003602573079998059,0.5,0.15372517456988796,0.0,0.014950241901911476,0.15372517456988796,0.0,0.011527005871040528,0.15372517456988796,0.0,0.16956307052365313,0.15372517456988796,0.0,0.22040770762001016,0.15372517456988796,0.0,0.11824859979926297,0.15372517456988796,0.0,0.0871371882128163,0.15372517456988796,0.0,0.021624012268740143,0.5,0.15372517456988796,0.0,0.004452986878129717,0.0,0.0809803338132236,0.7219401426349771 -1174,0.5,0.15372517456988796,0.0,0.08585288717007274,0.15372517456988796,0.0,0.11687669846953246,0.15372517456988796,0.0,0.07586995297602457,0.15372517456988796,0.0,0.1133875056167288,0.15372517456988796,0.0,0.2495988500203849,0.15372517456988796,0.0,0.15861807765957184,0.15372517456988796,0.0,0.20351383857170458,0.15372517456988796,0.0,0.08688381045683305,0.5,0.15372517456988796,0.0,0.05943814144121788,0.15372517456988796,0.0,0.006310886212828736,0.5,0.15372517456988796,0.0,0.016769284724324176,0.15372517456988796,0.0,0.009041063113009201,0.15372517456988796,0.0,0.1970607550742574,0.15372517456988796,0.0,0.23878539205795485,0.15372517456988796,0.0,0.1290004166301978,0.15372517456988796,0.0,0.08211703635222824,0.15372517456988796,0.0,0.020031424285946627,0.5,0.15372517456988796,0.0,0.002459667049159216,0.0,0.07323736745966203,0.7805845648791876 -1175,0.5,0.15372517456988796,0.0,0.08488035034125045,0.15372517456988796,0.0,0.13197523016379947,0.15372517456988796,0.0,0.08085696444156909,0.15372517456988796,0.0,0.1033525925425146,0.15372517456988796,0.0,0.2557327281473898,0.15372517456988796,0.0,0.18669948369842132,0.15372517456988796,0.0,0.19543769363371982,0.15372517456988796,0.0,0.09820201573280413,0.5,0.15372517456988796,0.0,0.06270259553134644,0.15372517456988796,0.0,0.00776157660606618,0.5,0.15372517456988796,0.0,0.019741667172573318,0.15372517456988796,0.0,0.008317918662078889,0.15372517456988796,0.0,0.21140975001470053,0.15372517456988796,0.0,0.26124605691194047,0.15372517456988796,0.0,0.14053799396020028,0.15372517456988796,0.0,0.08188334672526128,0.15372517456988796,0.0,0.017516344585468836,0.5,0.15372517456988796,0.0,0.0016302083425486806,0.0,0.0673461029648666,0.8313984834407067 -1176,0.5,0.15372517456988796,0.0,0.08257512355708967,0.15372517456988796,0.0,0.1544255199371275,0.15372517456988796,0.0,0.08687831415407876,0.15372517456988796,0.0,0.09376628313436773,0.15372517456988796,0.0,0.2805678502283867,0.15372517456988796,0.0,0.2271241486336682,0.15372517456988796,0.0,0.1861281041278835,0.15372517456988796,0.0,0.1043271937713872,0.5,0.15372517456988796,0.0,0.063791012562167,0.15372517456988796,0.0,0.008096144648748133,0.5,0.15372517456988796,0.0,0.02595400555467638,0.15372517456988796,0.0,0.009564787544622862,0.15372517456988796,0.0,0.23922319949502097,0.15372517456988796,0.0,0.28348375359866795,0.15372517456988796,0.0,0.15023729927734567,0.15372517456988796,0.0,0.07569073010125245,0.15372517456988796,0.0,0.017566234813552527,0.5,0.15372517456988796,0.0,0.002705261301165027,0.0,0.06455528632987265,0.7378201205076688 -1177,0.5,0.15372517456988796,0.0,0.08156528539167822,0.15372517456988796,0.0,0.1716962126269651,0.15372517456988796,0.0,0.08074161891105741,0.15372517456988796,0.0,0.0911380972603562,0.15372517456988796,0.0,0.3151977710735021,0.15372517456988796,0.0,0.27505335742428727,0.15372517456988796,0.0,0.18860390433538443,0.15372517456988796,0.0,0.09959443767322396,0.5,0.15372517456988796,0.0,0.06354054263514579,0.15372517456988796,0.0,0.007682908635754522,0.5,0.15372517456988796,0.0,0.0321115887080049,0.15372517456988796,0.0,0.007202133649384123,0.15372517456988796,0.0,0.2441246459618326,0.15372517456988796,0.0,0.3059155720166697,0.15372517456988796,0.0,0.15553309866233253,0.15372517456988796,0.0,0.06946880022067359,0.15372517456988796,0.0,0.023300833490097466,0.5,0.15372517456988796,0.0,0.0028068032237965395,0.0,0.0630228755818993,0.6617829292208126 -1178,0.5,0.15372517456988796,0.0,0.0770349957203892,0.15372517456988796,0.0,0.17385087025714555,0.15372517456988796,0.0,0.08667318254093467,0.15372517456988796,0.0,0.10172366252338218,0.15372517456988796,0.0,0.3732951579969236,0.15372517456988796,0.0,0.30629328047833015,0.15372517456988796,0.0,0.20317667525972744,0.15372517456988796,0.0,0.09152077362971608,0.5,0.15372517456988796,0.0,0.06484039955281823,0.15372517456988796,0.0,0.006467071710240004,0.5,0.15372517456988796,0.0,0.028688837276205782,0.15372517456988796,0.0,0.005519609681756369,0.15372517456988796,0.0,0.2450503636199222,0.15372517456988796,0.0,0.34098389104170646,0.15372517456988796,0.0,0.1538173303360282,0.15372517456988796,0.0,0.06590640442853432,0.15372517456988796,0.0,0.024471377855305985,0.5,0.15372517456988796,0.0,0.004616771188118207,0.0,0.05707618607120863,0.6223829223015686 -1179,0.5,0.15372517456988796,0.0,0.07470696071938068,0.15372517456988796,0.0,0.17337225101438875,0.15372517456988796,0.0,0.09572520827197253,0.15372517456988796,0.0,0.11608683400554255,0.15372517456988796,0.0,0.4083240265976874,0.15372517456988796,0.0,0.3032711629264415,0.15372517456988796,0.0,0.2266209032763537,0.15372517456988796,0.0,0.08247440914761717,0.5,0.15372517456988796,0.0,0.06300952808296732,0.15372517456988796,0.0,0.005315876351740998,0.5,0.15372517456988796,0.0,0.024526888576294745,0.15372517456988796,0.0,0.005603090489329893,0.15372517456988796,0.0,0.28275259683048665,0.15372517456988796,0.0,0.37373529093214974,0.15372517456988796,0.0,0.15591250517995933,0.15372517456988796,0.0,0.0693272408342281,0.15372517456988796,0.0,0.019566363769234638,0.5,0.15372517456988796,0.0,0.005003320088795311,0.0,0.0576793122354642,0.6709056977247722 -1180,0.5,0.15372517456988796,0.0,0.07641850010148094,0.15372517456988796,0.0,0.22418701884552464,0.15372517456988796,0.0,0.08430656077327577,0.15372517456988796,0.0,0.10287701058048528,0.15372517456988796,0.0,0.45484427735301924,0.15372517456988796,0.0,0.2761068046371033,0.15372517456988796,0.0,0.23992587791022946,0.15372517456988796,0.0,0.06722995424754874,0.5,0.15372517456988796,0.0,0.054277894566476234,0.15372517456988796,0.0,0.0036731388132236233,0.5,0.15372517456988796,0.0,0.027115788230023783,0.15372517456988796,0.0,0.006356819749728588,0.15372517456988796,0.0,0.40472764685628415,0.15372517456988796,0.0,0.40148948134107343,0.15372517456988796,0.0,0.17171278500408044,0.15372517456988796,0.0,0.06711525912701892,0.15372517456988796,0.0,0.020665523807029955,0.5,0.15372517456988796,0.0,0.0050703077746879635,0.0,0.07626256707584597,0.6903218167230517 -1181,0.5,0.15372517456988796,0.0,0.07986681226101731,0.15372517456988796,0.0,0.27201441685354344,0.15372517456988796,0.0,0.07445132425324429,0.15372517456988796,0.0,0.0892609824299619,0.15372517456988796,0.0,0.4741017015109755,0.15372517456988796,0.0,0.2616298998920917,0.15372517456988796,0.0,0.24123505511877497,0.15372517456988796,0.0,0.06162629726173667,0.5,0.15372517456988796,0.0,0.04498368625097328,0.15372517456988796,0.0,0.001507272622860423,0.5,0.15372517456988796,0.0,0.026788698261148068,0.15372517456988796,0.0,0.007837913210415883,0.15372517456988796,0.0,0.4921167101212316,0.15372517456988796,0.0,0.4084737164608101,0.15372517456988796,0.0,0.1994178036228927,0.15372517456988796,0.0,0.06146414702100695,0.15372517456988796,0.0,0.01993138610811975,0.5,0.15372517456988796,0.0,0.004590109871187392,0.0,0.1068906620262282,0.6464338724606706 -1182,0.5,0.15372517456988796,0.0,0.08709963769950367,0.15372517456988796,0.0,0.3252087967647032,0.15372517456988796,0.0,0.07340630079713321,0.15372517456988796,0.0,0.08758244896530053,0.15372517456988796,0.0,0.4498595566744133,0.15372517456988796,0.0,0.247260775187245,0.15372517456988796,0.0,0.24236866802458035,0.15372517456988796,0.0,0.07207200038085049,0.5,0.15372517456988796,0.0,0.03905208003778508,0.15372517456988796,0.0,0.0010776675033231375,0.5,0.15372517456988796,0.0,0.034056864054639376,0.15372517456988796,0.0,0.007180676440075972,0.15372517456988796,0.0,0.5212551636895361,0.15372517456988796,0.0,0.38991250519184206,0.15372517456988796,0.0,0.24648176763065774,0.15372517456988796,0.0,0.057563175694795014,0.15372517456988796,0.0,0.02152631585882121,0.5,0.15372517456988796,0.0,0.003941327420429437,0.0,0.1215641494004095,0.47424562184575514 -1183,0.5,0.15372517456988796,0.0,0.09844752017470054,0.15372517456988796,0.0,0.39049644751996776,0.15372517456988796,0.0,0.08473842705502904,0.15372517456988796,0.0,0.08728872178790012,0.15372517456988796,0.0,0.44368236921858667,0.15372517456988796,0.0,0.25959700252108603,0.15372517456988796,0.0,0.25310567604362905,0.15372517456988796,0.0,0.07934900779424486,0.5,0.15372517456988796,0.0,0.033166290733160256,0.15372517456988796,0.0,0.0008153737055434252,0.5,0.15372517456988796,0.0,0.033435529181853475,0.15372517456988796,0.0,0.007101995057690338,0.15372517456988796,0.0,0.538228750528623,0.15372517456988796,0.0,0.357428847826735,0.15372517456988796,0.0,0.31521073021469054,0.15372517456988796,0.0,0.05456137061780092,0.15372517456988796,0.0,0.022097666432833486,0.5,0.15372517456988796,0.0,0.00300790634273494,0.0,0.1236452563708611,0.3125964648808901 -1184,0.5,0.15372517456988796,0.0001220095451971279,0.11924121428263494,0.15372517456988796,0.0,0.4402171722697961,0.15372517456988796,4.065040572152745e-06,0.09441944891112662,0.15372517456988796,0.000888166628714509,0.09341646751886966,0.15372517456988796,0.0,0.4776598162697965,0.15372517456988796,0.0,0.2999035216712391,0.15372517456988796,0.0,0.30014975168762625,0.15372517456988796,0.0,0.08204390953844196,0.5,0.15372517456988796,0.0,0.02944806065598339,0.15372517456988796,8.894979464682461e-05,0.0009871764193250545,0.5,0.15372517456988796,0.0,0.033062273363786775,0.15372517456988796,8.327290363295024e-08,0.0068705796964145735,0.15372517456988796,0.0,0.5075725279450826,0.15372517456988796,0.0,0.320850454386438,0.15372517456988796,0.0,0.37383930240222246,0.15372517456988796,0.0,0.062083098741208376,0.15372517456988796,0.00014950090630542679,0.019792263417852417,0.5,0.15372517456988796,0.0011805203191417061,0.0016113431917045928,0.0,0.14831577238042146,0.2107263090433178 -1185,0.5,0.15372517456988796,0.012407310929035858,0.14741784695784693,0.15372517456988796,0.0030712419345717045,0.4290981108526764,0.15372517456988796,0.0180424745281169,0.09440395611471761,0.15372517456988796,0.026272215291479186,0.0940437054296697,0.15372517456988796,0.013676233769651183,0.571295334159151,0.15372517456988796,0.01813893290333079,0.38524155269071414,0.15372517456988796,0.00897209681518989,0.35260408105162744,0.15372517456988796,0.010300326962069214,0.09121781488329148,0.5,0.15372517456988796,0.0060519418830862984,0.02688205583462881,0.15372517456988796,0.030558147241438675,0.0013705345503975416,0.5,0.15372517456988796,0.005738489699801711,0.03754531780666034,0.15372517456988796,0.01860390374868718,0.005778694150710168,0.15372517456988796,0.002811941224054298,0.4859364747173244,0.15372517456988796,0.005398568820548925,0.3192764233477363,0.15372517456988796,0.01371682631448563,0.43154795489622627,0.15372517456988796,0.013188989334132328,0.0701432250557341,0.15372517456988796,0.017714993876645217,0.02075518235202117,0.5,0.15372517456988796,0.036897539427005785,0.0012148980980253373,0.0,0.2170478895213911,0.1363413918964156 -1186,0.5,0.15372517456988796,0.03846963589382192,0.19581531654504433,0.15372517456988796,0.019335958137341857,0.41382171847083793,0.15372517456988796,0.09504146259494041,0.15380623515289746,0.15372517456988796,0.05276601307069456,0.10781717777278127,0.15372517456988796,0.04052925668919081,0.6412382809633668,0.15372517456988796,0.06433486353032936,0.49806579642263477,0.15372517456988796,0.09456210644876815,0.5042234155971256,0.15372517456988796,0.0599492344764133,0.13500253733882286,0.5,0.15372517456988796,0.038932335222230226,0.044135682206376425,0.15372517456988796,0.07999206770829934,0.002754082010260311,0.5,0.15372517456988796,0.01950591823732495,0.04909185892197748,0.15372517456988796,0.054598791936097735,0.006218625059953476,0.15372517456988796,0.01635245417845024,0.4776525500097926,0.15372517456988796,0.022731438124726302,0.3179502330377164,0.15372517456988796,0.06280606304667422,0.49228421085833385,0.15372517456988796,0.04341568978454498,0.11798341569850455,0.15372517456988796,0.04494703907977274,0.026337854488897316,0.5,0.15372517456988796,0.0886681835212323,0.001951288615765436,0.0,0.33666972528274947,0.09074876624836649 -1187,0.5,0.15372517456988796,0.07325939230494759,0.2739199988306358,0.15372517456988796,0.02162734923805518,0.4220623091227344,0.15372517456988796,0.2113347588454398,0.2873996770097744,0.15372517456988796,0.08825890827461336,0.13695365575273885,0.15372517456988796,0.04789269576693868,0.6237267011227882,0.15372517456988796,0.06461523000427903,0.566361888271317,0.15372517456988796,0.2119375435655037,0.7128978067148445,0.15372517456988796,0.10964268548139733,0.25058276953578335,0.5,0.15372517456988796,0.1079152800367727,0.10106738055978494,0.15372517456988796,0.1247866378054647,0.010208533374038663,0.5,0.15372517456988796,0.03389999629065594,0.06490028104991521,0.15372517456988796,0.0849969388855342,0.019742612522185763,0.15372517456988796,0.03150848508568614,0.47575203651571585,0.15372517456988796,0.04920164841970005,0.3078798674204458,0.15372517456988796,0.15706698787447032,0.539148957186743,0.15372517456988796,0.08947975596346447,0.2306603799855049,0.15372517456988796,0.07181499749667916,0.03964088306761524,0.5,0.15372517456988796,0.13791982725062238,0.0064759979875389645,0.0,0.36970306666037045,0.06887466690904159 -1188,0.5,0.15372517456988796,0.10310218731906065,0.3935488784251423,0.15372517456988796,0.032345663670545324,0.4557571144567466,0.15372517456988796,0.2449456505811068,0.4084573905757047,0.15372517456988796,0.16127989152472438,0.2122287237626712,0.15372517456988796,0.035571822371386085,0.5749256321893981,0.15372517456988796,0.06850087748629266,0.5490841363398389,0.15372517456988796,0.19186285822313168,0.816341623491018,0.15372517456988796,0.09849298905730702,0.27877545295587436,0.5,0.15372517456988796,0.1465363455306387,0.1255867894971973,0.15372517456988796,0.15536913854967782,0.031160033610523996,0.5,0.15372517456988796,0.04907215634327586,0.08666649174649943,0.15372517456988796,0.09988805492978588,0.05915331689907464,0.15372517456988796,0.04826886659579868,0.46998161552655804,0.15372517456988796,0.08703591824387467,0.30040132359762256,0.15372517456988796,0.21704972090225735,0.6326110103687964,0.15372517456988796,0.12287367969931132,0.3395789894887369,0.15372517456988796,0.0897455829138659,0.07729271417881589,0.5,0.15372517456988796,0.1699242093959081,0.01783191855157552,0.0,0.34089210605912984,0.05594588735872069 -1189,0.5,0.15372517456988796,0.13851092768898254,0.46119592175197355,0.15372517456988796,0.04512171488952435,0.4661432842164949,0.15372517456988796,0.15208021762217414,0.3944694306884499,0.15372517456988796,0.23177025333010187,0.30257270356700816,0.15372517456988796,0.04542022043119762,0.507473738771862,0.15372517456988796,0.11140263543573951,0.46891523747951425,0.15372517456988796,0.08051461176323393,0.8175088951918451,0.15372517456988796,0.11676229282004094,0.26867950374935534,0.5,0.15372517456988796,0.1129908972461155,0.11472839097835685,0.15372517456988796,0.16747802136533885,0.07345028828687829,0.5,0.15372517456988796,0.08146490106629849,0.08140129413066613,0.15372517456988796,0.10111392320524193,0.0794817421043697,0.15372517456988796,0.06407777267529492,0.45076903520660555,0.15372517456988796,0.1397634913127323,0.26656098356854185,0.15372517456988796,0.1310501991148831,0.608220091721173,0.15372517456988796,0.11287026099385478,0.4498687558868621,0.15372517456988796,0.08709843283563402,0.08785508271474941,0.5,0.15372517456988796,0.17730161102409606,0.04661995608999661,0.0,0.4235612300347319,0.03286267887159632 -1190,0.5,0.15372517456988796,0.13959221698479282,0.4849727400443181,0.15372517456988796,0.05205080170885576,0.3879036960348666,0.15372517456988796,0.0728957385711445,0.30280505559769666,0.15372517456988796,0.25268046384654996,0.3048020987325048,0.15372517456988796,0.04982248294964398,0.427462611492769,0.15372517456988796,0.19316854089201213,0.42687137989788515,0.15372517456988796,0.08186410663124119,0.7706483949101639,0.15372517456988796,0.15342168019939745,0.22711437340291246,0.5,0.15372517456988796,0.07534455371659299,0.08186070409006616,0.15372517456988796,0.12853323000065967,0.09998337267120548,0.5,0.15372517456988796,0.08417989714916647,0.08208766157643738,0.15372517456988796,0.08991633014931372,0.08935109885428012,0.15372517456988796,0.09023351639612419,0.45497671723773114,0.15372517456988796,0.13770251340319467,0.2580507735866087,0.15372517456988796,0.0639809038054024,0.5392001676601798,0.15372517456988796,0.09277033875866142,0.4487980911463432,0.15372517456988796,0.07307007618845142,0.08876039334827358,0.5,0.15372517456988796,0.14707072675480934,0.06258262525947335,0.0,0.5271356484490668,0.020550413114777268 -1191,0.5,0.15372517456988796,0.05938254435738252,0.4030523734033964,0.15372517456988796,0.08367765886013892,0.4022488667234374,0.15372517456988796,0.0629896420439421,0.25034842601137136,0.15372517456988796,0.16417666720939403,0.2628796076030053,0.15372517456988796,0.04689218135035325,0.3822483496062569,0.15372517456988796,0.2226285116535962,0.345462322493585,0.15372517456988796,0.13832733098167094,0.5795113463734224,0.15372517456988796,0.18289337534305833,0.18266433350465427,0.5,0.15372517456988796,0.06399162659589241,0.0603444912356086,0.15372517456988796,0.0880439896268525,0.09550493966149648,0.5,0.15372517456988796,0.0614184562347954,0.06565695929093861,0.15372517456988796,0.07452716652887496,0.09417917740851485,0.15372517456988796,0.0735527363157929,0.3863720485402917,0.15372517456988796,0.09588491118873489,0.25231754095549647,0.15372517456988796,0.04839875481014756,0.4792567027811607,0.15372517456988796,0.09766835404495351,0.3967089300756603,0.15372517456988796,0.05319378623772591,0.0797358371346546,0.5,0.15372517456988796,0.09728157970751472,0.0574071121572752,0.0,0.5054920294166617,0.011840007658169848 -1192,0.5,0.15372517456988796,0.03228893146735451,0.34045674283576066,0.15372517456988796,0.0882558659607596,0.22325084914445933,0.15372517456988796,0.062174695880437295,0.27452115690285367,0.15372517456988796,0.05500826895944725,0.19047598064838347,0.15372517456988796,0.03570272750137738,0.33824808758006314,0.15372517456988796,0.19300804753197676,0.23464711025117493,0.15372517456988796,0.08887643766907082,0.33809588359147,0.15372517456988796,0.15114610860688096,0.11931638366247369,0.5,0.15372517456988796,0.04039467907899244,0.04592036523433031,0.15372517456988796,0.042724365147158695,0.07057683960068435,0.5,0.15372517456988796,0.041603173008538184,0.05766431628574481,0.15372517456988796,0.0498844814761627,0.06676694838327386,0.15372517456988796,0.05676104131833804,0.3130104992480081,0.15372517456988796,0.06106365270301932,0.24923327579270194,0.15372517456988796,0.02883370793829316,0.33194923813145527,0.15372517456988796,0.07902151460344449,0.2631212744269713,0.15372517456988796,0.03155829488339394,0.07024491754826208,0.5,0.15372517456988796,0.045066975868124734,0.03384538490371279,0.0,0.4830091583573766,0.006920399876686197 -1193,0.5,0.15372517456988796,0.008005797889869638,0.2930483113549898,0.15372517456988796,0.07890988023897598,0.0870622777241049,0.15372517456988796,0.025420761654368497,0.2638989010104395,0.15372517456988796,0.01783963605347308,0.14584088839975692,0.15372517456988796,0.011537338349076333,0.259871206456557,0.15372517456988796,0.0507417490216932,0.14719668450131995,0.15372517456988796,0.0606874591820384,0.2165117381518981,0.15372517456988796,0.06724333392671539,0.06163103725571988,0.5,0.15372517456988796,0.013822779929831759,0.03728462922473639,0.15372517456988796,0.011034474921506809,0.05168268294029809,0.5,0.15372517456988796,0.011515373906982252,0.0393380770965526,0.15372517456988796,0.02332631286296326,0.038164479134698955,0.15372517456988796,0.055471243504282106,0.21551683647392922,0.15372517456988796,0.020791158173102633,0.2719719299883227,0.15372517456988796,0.009879510927123403,0.21596239826862262,0.15372517456988796,0.056511184075440105,0.14729455004981068,0.15372517456988796,0.017400563606808597,0.0527393902723549,0.5,0.15372517456988796,0.012943050413410404,0.02226526693757633,0.0,0.4326302551739115,0.006678929793415422 -1194,0.5,0.15372517456988796,0.0,0.2210874250756472,0.15372517456988796,0.0,0.131848990675417,0.15372517456988796,0.0,0.21514602172291197,0.15372517456988796,0.0,0.135421254886161,0.15372517456988796,0.0,0.16169859069742948,0.15372517456988796,0.00021127225140701105,0.09435334650559912,0.15372517456988796,3.4450353841545715e-05,0.14709383810295162,0.15372517456988796,0.0,0.04372286778244347,0.5,0.15372517456988796,5.850568944113274e-05,0.02859075719878045,0.15372517456988796,0.0001942916961927636,0.02889389812199844,0.5,0.15372517456988796,0.0003215686156312485,0.02291202645022614,0.15372517456988796,0.00016238032652333428,0.023970642550366673,0.15372517456988796,0.0,0.16090681512846705,0.15372517456988796,1.8465259862322903e-07,0.2682271695662921,0.15372517456988796,5.058815893490914e-06,0.19504035905343017,0.15372517456988796,1.772817531527491e-05,0.09295800871083074,0.15372517456988796,3.440533508512745e-05,0.04139595501924615,0.5,0.15372517456988796,7.80952454182635e-06,0.018971874620913924,0.0,0.37525594978413146,0.005099284615846529 -1195,0.5,0.15372517456988796,0.0,0.2038894177059325,0.15372517456988796,0.0,0.16027587738997606,0.15372517456988796,0.0,0.17370496829529586,0.15372517456988796,0.0,0.14046157372753576,0.15372517456988796,0.0,0.10424315796332638,0.15372517456988796,0.0,0.07566138673164825,0.15372517456988796,0.0,0.11077116253809968,0.15372517456988796,0.0,0.05217418781124973,0.5,0.15372517456988796,0.0,0.014439642192188053,0.15372517456988796,0.0,0.017079767344574292,0.5,0.15372517456988796,0.0,0.014904121335299956,0.15372517456988796,0.0,0.024691678915029287,0.15372517456988796,0.0,0.14158058818816194,0.15372517456988796,0.0,0.21618212213511367,0.15372517456988796,0.0,0.23130664177892524,0.15372517456988796,0.0,0.06748387701776566,0.15372517456988796,0.0,0.038665617559630806,0.5,0.15372517456988796,0.0,0.018029093405827982,0.0,0.38819402484176446,0.002750027885882946 -1196,0.5,0.15372517456988796,0.0,0.19734309472387296,0.15372517456988796,0.0,0.2269311006721131,0.15372517456988796,0.0,0.1289246936881935,0.15372517456988796,0.0,0.15131669403040146,0.15372517456988796,0.0,0.09019476995596673,0.15372517456988796,0.0,0.07655051191927664,0.15372517456988796,0.0,0.10261442401213695,0.15372517456988796,0.0,0.07489102905034459,0.5,0.15372517456988796,0.0,0.012651682856974036,0.15372517456988796,0.0,0.01149356864993235,0.5,0.15372517456988796,0.0,0.012035657469983816,0.15372517456988796,0.0,0.022093357985530936,0.15372517456988796,0.0,0.11327822445019456,0.15372517456988796,0.0,0.1708479027397493,0.15372517456988796,0.0,0.2507966178860077,0.15372517456988796,0.0,0.06255274195219629,0.15372517456988796,0.0,0.02856000387867454,0.5,0.15372517456988796,0.0,0.013957116052394771,0.0,0.5166040890749776,0.0008633461069483131 -1197,0.5,0.15372517456988796,0.0,0.16625541289859389,0.15372517456988796,0.0,0.3641496381555904,0.15372517456988796,0.0,0.11884780912642275,0.15372517456988796,0.0,0.14800660296807666,0.15372517456988796,0.0,0.09666517215202337,0.15372517456988796,0.0,0.09219318058617651,0.15372517456988796,0.0,0.11214599820462867,0.15372517456988796,0.0,0.10454711005024095,0.5,0.15372517456988796,0.0,0.02114520977886012,0.15372517456988796,0.0,0.010139361145325383,0.5,0.15372517456988796,0.0,0.008643867602538656,0.15372517456988796,0.0,0.014068128828042033,0.15372517456988796,0.0,0.08323879724287553,0.15372517456988796,0.0,0.1292609284021164,0.15372517456988796,0.0,0.2304051321429439,0.15372517456988796,0.0,0.062474017572606975,0.15372517456988796,0.0,0.019757145128198914,0.5,0.15372517456988796,0.0,0.011792506160919536,0.0,0.47523584071889496,0.0007732911085732555 -1198,0.5,0.15372517456988796,0.0,0.13737356531312261,0.15372517456988796,0.0,0.28120919256149457,0.15372517456988796,0.0,0.10795097992471338,0.15372517456988796,0.0,0.13366622941452613,0.15372517456988796,0.0,0.10278996765482312,0.15372517456988796,0.0,0.09689753224870201,0.15372517456988796,0.0,0.11908682912891577,0.15372517456988796,0.0,0.11614395078263093,0.5,0.15372517456988796,0.0,0.03247274960768672,0.15372517456988796,0.0,0.006586377083181086,0.5,0.15372517456988796,0.0,0.0041298282925072965,0.15372517456988796,0.0,0.008030358886421753,0.15372517456988796,0.0,0.044596479823483026,0.15372517456988796,0.0,0.1084543378931731,0.15372517456988796,0.0,0.16361010500303302,0.15372517456988796,0.0,0.05921606336020645,0.15372517456988796,0.0,0.012245288366987447,0.5,0.15372517456988796,0.0,0.013529095028021135,0.0,0.4159982782711272,0.0010307597217835281 -1199,0.5,0.15372517456988796,0.0,0.13249778373824306,0.15372517456988796,0.0,0.15282469225690812,0.15372517456988796,0.0,0.08735493005599904,0.15372517456988796,0.0,0.10605851552438277,0.15372517456988796,0.0,0.08848184364780749,0.15372517456988796,0.0,0.09043614916096568,0.15372517456988796,0.0,0.13657125355699481,0.15372517456988796,0.0,0.1189432196954229,0.5,0.15372517456988796,0.0,0.048360473266471644,0.15372517456988796,0.0,0.004411936167147216,0.5,0.15372517456988796,0.0,0.0032945806375671714,0.15372517456988796,0.0,0.00585201013541074,0.15372517456988796,0.0,0.02094269837472116,0.15372517456988796,0.0,0.10549582382211474,0.15372517456988796,0.0,0.10898764988684337,0.15372517456988796,0.0,0.060558773261912766,0.15372517456988796,0.0,0.007286139307860915,0.5,0.15372517456988796,0.0,0.015109497399841344,0.0,0.3428829409992935,0.0007794826191743084 -1200,0.5,0.15372517456988796,0.0,0.1233003565558001,0.15372517456988796,0.0,0.13980251490491066,0.15372517456988796,0.0,0.06902343745476365,0.15372517456988796,0.0,0.07779460805634633,0.15372517456988796,0.0,0.06965149863492118,0.15372517456988796,0.0,0.08295920368010758,0.15372517456988796,0.0,0.17028518788037464,0.15372517456988796,0.0,0.11678585722839899,0.5,0.15372517456988796,0.0,0.0657140504769373,0.15372517456988796,0.0,0.0024348260851395982,0.5,0.15372517456988796,0.0,0.007936907413099322,0.15372517456988796,0.0,0.005974911619060042,0.15372517456988796,0.0,0.019620311227719456,0.15372517456988796,0.0,0.09354361787323937,0.15372517456988796,0.0,0.08823137760184638,0.15372517456988796,0.0,0.06613185294239986,0.15372517456988796,0.0,0.005487011118039976,0.5,0.15372517456988796,0.0,0.010950403116815177,0.0,0.24710677153048802,0.001019470953730747 -1201,0.5,0.15372517456988796,0.0,0.12689291936048017,0.15372517456988796,0.0,0.13527386368787214,0.15372517456988796,0.0,0.059293180233448664,0.15372517456988796,0.0,0.06523187271528252,0.15372517456988796,0.0,0.06159655333078345,0.15372517456988796,0.0,0.0759016543354721,0.15372517456988796,0.0,0.1865078679671725,0.15372517456988796,0.0,0.1130949267057363,0.5,0.15372517456988796,0.0,0.0884827090967327,0.15372517456988796,0.0,0.0015466982710197507,0.5,0.15372517456988796,0.0,0.01041606609567235,0.15372517456988796,0.0,0.006450036358917291,0.15372517456988796,0.0,0.012005293804951071,0.15372517456988796,0.0,0.08388673137371433,0.15372517456988796,0.0,0.0780949391686634,0.15372517456988796,0.0,0.08155586086073534,0.15372517456988796,0.0,0.00666068829674115,0.5,0.15372517456988796,0.0,0.00678800934395759,0.0,0.14764662377096174,0.007490436899895963 -1202,0.5,0.15372517456988796,0.0,0.14339895239853578,0.15372517456988796,0.0,0.1003600005467149,0.15372517456988796,0.0,0.05820618927368747,0.15372517456988796,0.0,0.07396461502527428,0.15372517456988796,0.0,0.0548501993319502,0.15372517456988796,0.0,0.06830509890143102,0.15372517456988796,0.0,0.18226536965383974,0.15372517456988796,0.0,0.10060675433895408,0.5,0.15372517456988796,0.0,0.11003137126268826,0.15372517456988796,0.0,0.0017722891990832542,0.5,0.15372517456988796,0.0,0.011031421230513887,0.15372517456988796,0.0,0.00568540107206569,0.15372517456988796,0.0,0.005874179125893783,0.15372517456988796,0.0,0.0822425805019198,0.15372517456988796,0.0,0.07645412708889922,0.15372517456988796,0.0,0.09819554490700687,0.15372517456988796,0.0,0.007261885711774023,0.5,0.15372517456988796,0.0,0.005632087177960893,0.0,0.17874003430745505,0.02166489449913971 -1203,0.5,0.15372517456988796,0.0,0.14158697597373854,0.15372517456988796,0.0,0.0824312663825293,0.15372517456988796,0.0,0.062428584905821344,0.15372517456988796,0.0,0.08660829690385427,0.15372517456988796,0.0,0.044421577144320594,0.15372517456988796,0.0,0.06752525355784388,0.15372517456988796,0.0,0.19084069777953933,0.15372517456988796,0.0,0.09983832993852643,0.5,0.15372517456988796,0.0,0.13589894667922825,0.15372517456988796,0.0,0.0022545628734551197,0.5,0.15372517456988796,0.0,0.013882664057472896,0.15372517456988796,0.0,0.004960286121559688,0.15372517456988796,0.0,0.0035461580229473664,0.15372517456988796,0.0,0.07974349731878735,0.15372517456988796,0.0,0.08940260157812653,0.15372517456988796,0.0,0.12097919041234766,0.15372517456988796,0.0,0.008340057736258068,0.5,0.15372517456988796,0.0,0.00660178260387448,0.0,0.18118068263333142,0.03626798369055962 -1204,0.5,0.15372517456988796,0.0,0.12196114227930213,0.15372517456988796,0.0,0.08688271050949031,0.15372517456988796,0.0,0.07763181668592879,0.15372517456988796,0.0,0.07876387872779557,0.15372517456988796,0.0,0.03983107950451159,0.15372517456988796,0.0,0.08141042125102838,0.15372517456988796,0.0,0.1751614603732854,0.15372517456988796,0.0,0.10857189081885037,0.5,0.15372517456988796,0.0,0.15848576740757217,0.15372517456988796,0.0,0.0023448771847246882,0.5,0.15372517456988796,0.0,0.015449056400614844,0.15372517456988796,0.0,0.004744496941613321,0.15372517456988796,0.0,0.005213097044423638,0.15372517456988796,0.0,0.0745394500787562,0.15372517456988796,0.0,0.09136513908463414,0.15372517456988796,0.0,0.14191883817620715,0.15372517456988796,0.0,0.009535121441174353,0.5,0.15372517456988796,0.0,0.008141305486659596,0.0,0.1449645804978508,0.09672501734559218 -1205,0.5,0.15372517456988796,0.0,0.09860226596367636,0.15372517456988796,0.0,0.09136596374488304,0.15372517456988796,0.0,0.09879231483716873,0.15372517456988796,0.0,0.06508666692772869,0.15372517456988796,0.0,0.04914636726733137,0.15372517456988796,0.0,0.10498975724974396,0.15372517456988796,0.0,0.15260934707758866,0.15372517456988796,0.0,0.1273319439839969,0.5,0.15372517456988796,0.0,0.17422649196710124,0.15372517456988796,0.0,0.0022859359357391014,0.5,0.15372517456988796,0.0,0.014443517140064331,0.15372517456988796,0.0,0.006882931023263087,0.15372517456988796,0.0,0.011655035776179823,0.15372517456988796,0.0,0.08090248912016737,0.15372517456988796,0.0,0.0794952429017683,0.15372517456988796,0.0,0.16531164507363774,0.15372517456988796,0.0,0.011762142393349056,0.5,0.15372517456988796,0.0,0.009892365198624138,0.0,0.1234137423369793,0.2842552362848027 -1206,0.5,0.15372517456988796,0.0,0.08070191631940091,0.15372517456988796,0.0,0.0756430800905883,0.15372517456988796,0.0,0.11791927353722606,0.15372517456988796,0.0,0.0652384881414005,0.15372517456988796,0.0,0.08525461370092005,0.15372517456988796,0.0,0.13312122252927827,0.15372517456988796,0.0,0.12870705055259002,0.15372517456988796,0.0,0.14794969097818406,0.5,0.15372517456988796,0.0,0.1731626802547245,0.15372517456988796,0.0,0.0023728774952996266,0.5,0.15372517456988796,0.0,0.01721344766471744,0.15372517456988796,0.0,0.013354292088245859,0.15372517456988796,0.0,0.022141460929059442,0.15372517456988796,0.0,0.08957863033600041,0.15372517456988796,0.0,0.07773891329379155,0.15372517456988796,0.0,0.16675280137068807,0.15372517456988796,0.0,0.013245304217875013,0.5,0.15372517456988796,0.0,0.012101681304302404,0.0,0.09525557701782049,0.5760820771024043 -1207,0.5,0.15372517456988796,0.0,0.06444643487961742,0.15372517456988796,0.0,0.0619106608303332,0.15372517456988796,0.0,0.13256569504685795,0.15372517456988796,0.0,0.08524402620491249,0.15372517456988796,0.0,0.1211612011279434,0.15372517456988796,0.0,0.18007722585262725,0.15372517456988796,0.0,0.13171223245151562,0.15372517456988796,0.0,0.16246168572285566,0.5,0.15372517456988796,0.0,0.17785540662186955,0.15372517456988796,0.0,0.002462659952687044,0.5,0.15372517456988796,0.0,0.027921233687524683,0.15372517456988796,0.0,0.022376684237921416,0.15372517456988796,0.0,0.03899886113636983,0.15372517456988796,0.0,0.09398921554952144,0.15372517456988796,0.0,0.082460866512096,0.15372517456988796,0.0,0.16842896400472973,0.15372517456988796,0.0,0.014868476635332587,0.5,0.15372517456988796,0.0,0.012125447744318691,0.0,0.05099271548889265,0.7745838087395275 -1208,0.5,0.15372517456988796,0.0001160860744208688,0.05533995233249238,0.15372517456988796,0.0,0.06631042495287487,0.15372517456988796,0.00022145538771462743,0.13777227850678006,0.15372517456988796,0.0012682965647707,0.10215812698928088,0.15372517456988796,0.0,0.17073670298778046,0.15372517456988796,0.0,0.2574514837243853,0.15372517456988796,0.0,0.1553294047732179,0.15372517456988796,0.0,0.19635941788363026,0.5,0.15372517456988796,0.0,0.19554592007925325,0.15372517456988796,0.0005211990443027934,0.0027073029219873857,0.5,0.15372517456988796,0.0,0.040592526763210825,0.15372517456988796,1.0683242129399422e-05,0.028516664412030737,0.15372517456988796,0.0,0.06274591366434192,0.15372517456988796,0.0,0.10964246988236347,0.15372517456988796,0.0,0.08305501242784055,0.15372517456988796,0.0,0.17076685354388427,0.15372517456988796,0.0001991820064171921,0.018927525959041312,0.5,0.15372517456988796,0.002131508132227028,0.010235167679369089,0.0,0.007669449206148298,0.8537641464371859 -1209,0.5,0.15372517456988796,0.017254681432977072,0.06090107204124326,0.15372517456988796,0.06533627484701332,0.05866129261144714,0.15372517456988796,0.06847449387369317,0.14066671933603994,0.15372517456988796,0.06285903299021803,0.11566019351726665,0.15372517456988796,0.0067812036153824225,0.22775527441180088,0.15372517456988796,0.012018346913072016,0.35026838397923377,0.15372517456988796,0.012199622761267123,0.1989112012871184,0.15372517456988796,0.017470011595812542,0.31663191575340544,0.5,0.15372517456988796,0.03838405297062992,0.241394389557196,0.15372517456988796,0.06354474092483742,0.0038441955444611445,0.5,0.15372517456988796,0.09486591464998347,0.0322377245384364,0.15372517456988796,0.0655186842605594,0.03345750095456263,0.15372517456988796,0.028846416618493874,0.08822444930115281,0.15372517456988796,0.009866013241757373,0.14547844329349677,0.15372517456988796,0.005811066632281117,0.09181682083978181,0.15372517456988796,0.017923922735899604,0.20191270387789434,0.15372517456988796,0.05338886851589739,0.022396823153043557,0.5,0.15372517456988796,0.07317137587983098,0.0072620200018063165,0.0,0.0028456223287933297,0.9331250353796199 -1210,0.5,0.15372517456988796,0.05701345001386406,0.08241839227643127,0.15372517456988796,0.13036947762185988,0.08804052748679267,0.15372517456988796,0.1643136917173294,0.19800487693609195,0.15372517456988796,0.17598627511502954,0.16507817725629162,0.15372517456988796,0.05265188372001274,0.3611504496302563,0.15372517456988796,0.10137013480404684,0.49663938314247624,0.15372517456988796,0.06290448476584706,0.29559863918311147,0.15372517456988796,0.11128258811331421,0.5187067709028993,0.5,0.15372517456988796,0.16774080087770413,0.34322151001377776,0.15372517456988796,0.24617656816367478,0.013453529032999213,0.5,0.15372517456988796,0.25124151340524165,0.04580263423434459,0.15372517456988796,0.21738269931307863,0.05838775683592184,0.15372517456988796,0.09285895558361411,0.11930549848202418,0.15372517456988796,0.031347776604975876,0.2412431419696615,0.15372517456988796,0.02682186099133824,0.1169095944755009,0.15372517456988796,0.05483920499956241,0.2953900526373483,0.15372517456988796,0.15602448249660922,0.03447489337953797,0.5,0.15372517456988796,0.19679494459953142,0.01360010647495049,0.0,0.0007822954277633306,0.9590712063918215 -1211,0.5,0.15372517456988796,0.084299631537082,0.11511202686416,0.15372517456988796,0.07934675729975016,0.2391530642176785,0.15372517456988796,0.23071457611040502,0.2758082208002327,0.15372517456988796,0.3114128268418886,0.24524686616817004,0.15372517456988796,0.13253907216657215,0.5331575134569678,0.15372517456988796,0.2616495485487082,0.781818207414686,0.15372517456988796,0.1710093629036069,0.41527407402839184,0.15372517456988796,0.2578871527167844,0.69594979265552,0.5,0.15372517456988796,0.34248009664835743,0.4330751156921334,0.15372517456988796,0.43137926092113044,0.01782452975363073,0.5,0.15372517456988796,0.4128078026992251,0.13718276141060012,0.15372517456988796,0.36792484104275297,0.13117394269113078,0.15372517456988796,0.133460599290256,0.2335876030407117,0.15372517456988796,0.10594057710000912,0.4956265834877397,0.15372517456988796,0.05364666690023609,0.17433748431350607,0.15372517456988796,0.1091677344121629,0.4856867945071443,0.15372517456988796,0.26106290331311893,0.08053566613762099,0.5,0.15372517456988796,0.32429444080837966,0.019347306735119345,0.0,0.004667428090149274,0.9917808648285119 -1212,0.5,0.15372517456988796,0.08027598458058006,0.125851686364566,0.15372517456988796,0.04696995257529852,0.2627518612773401,0.15372517456988796,0.27782434799905636,0.3123817275282384,0.15372517456988796,0.3984713338633916,0.2915993337325397,0.15372517456988796,0.24406752729483297,0.6943431947898717,0.15372517456988796,0.3680419523136741,0.9197507781074463,0.15372517456988796,0.3790452575746636,0.6261881954668892,0.15372517456988796,0.3437481624481333,0.7807497516510038,0.5,0.15372517456988796,0.47279909553421184,0.5268414215363108,0.15372517456988796,0.5256495367033124,0.011308577540661287,0.5,0.15372517456988796,0.5270418248828675,0.2757901329511075,0.15372517456988796,0.4706239331730726,0.13552660330100247,0.15372517456988796,0.15514487587805903,0.3898044037009199,0.15372517456988796,0.19288013734310788,0.5743099007315444,0.15372517456988796,0.08683295723632721,0.22771124829688788,0.15372517456988796,0.22900746564633528,0.6229397502551871,0.15372517456988796,0.32354670030857735,0.16632611485619314,0.5,0.15372517456988796,0.42852140374091297,0.029187620256226784,0.0,0.016814412862219012,0.9970074025661736 -1213,0.5,0.15372517456988796,0.07141931590231099,0.1281048326894677,0.15372517456988796,0.0574268409195403,0.2667502850784413,0.15372517456988796,0.3258056978912183,0.43143557312774417,0.15372517456988796,0.4132191977839993,0.2909242412474582,0.15372517456988796,0.3982619360531262,0.878951791977275,0.15372517456988796,0.28287908710434506,0.9578798619854489,0.15372517456988796,0.5088681724915328,0.7933321554921383,0.15372517456988796,0.34520702993569413,0.801213335043001,0.5,0.15372517456988796,0.5196447429883772,0.5625373900822233,0.15372517456988796,0.5534496866215978,0.010536770904836248,0.5,0.15372517456988796,0.5410637313177056,0.2607108618690277,0.15372517456988796,0.5161318114739277,0.12927211605169825,0.15372517456988796,0.13859432138706565,0.45705038473282766,0.15372517456988796,0.25189921807268567,0.6831277571027522,0.15372517456988796,0.16215143863865233,0.3214880705872556,0.15372517456988796,0.3854297796893059,0.7383423494048293,0.15372517456988796,0.31372369002441153,0.208282095066828,0.5,0.15372517456988796,0.4004338885185448,0.04131645187417164,0.0,0.026324664136493717,1.0074771294323313 -1214,0.5,0.15372517456988796,0.07108563762340964,0.15028482314112215,0.15372517456988796,0.06084776602228456,0.29326615810669465,0.15372517456988796,0.3616052934054982,0.4713367483948406,0.15372517456988796,0.38964990176601216,0.25819699630029663,0.15372517456988796,0.31849797322279105,0.9443956157697763,0.15372517456988796,0.16594900669564513,0.9587012911076731,0.15372517456988796,0.4734137736439682,0.8986524348550539,0.15372517456988796,0.28045739334875064,0.815505721425977,0.5,0.15372517456988796,0.47637084864490903,0.6111224106963363,0.15372517456988796,0.5063826048115116,0.012556270699430471,0.5,0.15372517456988796,0.5377497811645786,0.2577190603105459,0.15372517456988796,0.5350230061288812,0.12738168680782,0.15372517456988796,0.13574321676448847,0.5246601682555336,0.15372517456988796,0.2874227134322079,0.7615600593398719,0.15372517456988796,0.28536541706077184,0.4667562447720981,0.15372517456988796,0.49035779525719725,0.7803205993003995,0.15372517456988796,0.29522867599730884,0.22396601948968872,0.5,0.15372517456988796,0.3318029289035117,0.04361453438369431,0.0,0.041854155341210626,1.0097394393412296 -1215,0.5,0.15372517456988796,0.07586028413934691,0.18446225056571558,0.15372517456988796,0.05172106679208246,0.3595136621192448,0.15372517456988796,0.40237459335320297,0.4531397181756926,0.15372517456988796,0.2938251730152627,0.17785506865509665,0.15372517456988796,0.18662280850232138,0.9616907484933955,0.15372517456988796,0.07814925081371919,0.9349590823856526,0.15372517456988796,0.31036108605864504,0.9445884334521395,0.15372517456988796,0.18126840484323314,0.810294140102327,0.5,0.15372517456988796,0.3650292432844283,0.6725532043050269,0.15372517456988796,0.44715128531812653,0.016144660394010395,0.5,0.15372517456988796,0.4854722976696219,0.2637797523404008,0.15372517456988796,0.5016874238845835,0.13423478522422175,0.15372517456988796,0.09445686430780911,0.4849474478663341,0.15372517456988796,0.15747234030844337,0.799307876227791,0.15372517456988796,0.35462843383871495,0.5978841014696697,0.15372517456988796,0.4332136221170563,0.7877804975845338,0.15372517456988796,0.23511798947699375,0.23123519750518542,0.5,0.15372517456988796,0.24008960323044615,0.04314463200463367,0.0,0.04654285048684129,1.0106151931367027 -1216,0.5,0.15372517456988796,0.06091797311270768,0.19787267680030818,0.15372517456988796,0.041980660920298486,0.5012131348641764,0.15372517456988796,0.3417093424406165,0.31261185213338294,0.15372517456988796,0.2053469413873632,0.10645624367444367,0.15372517456988796,0.06699635517808275,0.962072833536929,0.15372517456988796,0.024218056084415455,0.8712868621925723,0.15372517456988796,0.14188725614941128,0.937490672362979,0.15372517456988796,0.08145051572673881,0.7703677809457328,0.5,0.15372517456988796,0.20524264170938136,0.6922281082410248,0.15372517456988796,0.36067331156249494,0.015752663611105125,0.5,0.15372517456988796,0.3683959309762553,0.2112289715999019,0.15372517456988796,0.3906084813408712,0.1056298152749331,0.15372517456988796,0.08082848970102381,0.5809159888789521,0.15372517456988796,0.05995797647413603,0.8247414702162248,0.15372517456988796,0.28340550017958227,0.6451349169306286,0.15372517456988796,0.31590732839516145,0.7381749797583796,0.15372517456988796,0.17571986142509619,0.19193960101971208,0.5,0.15372517456988796,0.1475615314338816,0.034668818385405906,0.0,0.047588048127157626,1.0102986342321707 -1217,0.5,0.15372517456988796,0.023262236395803965,0.19091877922414185,0.15372517456988796,0.06586345603108663,0.5801405435695303,0.15372517456988796,0.11355651272264541,0.24639169518505877,0.15372517456988796,0.05399573369548404,0.09460405161165387,0.15372517456988796,0.0083596009319526,0.9140947451853866,0.15372517456988796,0.002158653709924536,0.7830453266207025,0.15372517456988796,0.0404959041541455,0.9095745002308016,0.15372517456988796,0.01393615793293352,0.6671219512752105,0.5,0.15372517456988796,0.05143023241750755,0.597561725305858,0.15372517456988796,0.14914990990103685,0.004684950021398445,0.5,0.15372517456988796,0.13820896185674977,0.10300696695845372,0.15372517456988796,0.15749826940391903,0.04347485240778653,0.15372517456988796,0.03393918039389723,0.7019055039088868,0.15372517456988796,0.012904003863823336,0.7982209898036385,0.15372517456988796,0.1040959113434008,0.6599513420388426,0.15372517456988796,0.12287170526820719,0.6598232267260864,0.15372517456988796,0.0744155701131361,0.11554584474738379,0.5,0.15372517456988796,0.0507681538034836,0.02505254494958035,0.0,0.06668806500327445,1.0098588056640414 -1218,0.5,0.15372517456988796,0.0,0.22760249218324127,0.15372517456988796,0.0,0.6556543453476009,0.15372517456988796,0.0,0.28824851114173383,0.15372517456988796,0.0,0.13301798202092668,0.15372517456988796,7.939754238524541e-05,0.8928036769950495,0.15372517456988796,0.0,0.7055756024287029,0.15372517456988796,9.121468295398893e-05,0.9124768498182401,0.15372517456988796,0.0001551435445299859,0.5414113848533935,0.5,0.15372517456988796,7.190355380980717e-05,0.4841441837019815,0.15372517456988796,0.0,0.005321655212555892,0.5,0.15372517456988796,0.0,0.10940403297683117,0.15372517456988796,0.0,0.05658937093702831,0.15372517456988796,0.0,0.7398882665085853,0.15372517456988796,1.6276564719566074e-05,0.801317158157743,0.15372517456988796,7.83871021445909e-06,0.7108488303718864,0.15372517456988796,2.3196431127876444e-05,0.6261254722844211,0.15372517456988796,0.0,0.09837087424868865,0.5,0.15372517456988796,0.0,0.034437351523894225,0.0,0.12090724789715943,1.008280516166308 -1219,0.5,0.15372517456988796,0.0,0.3256312779174606,0.15372517456988796,0.0,0.7646840996112946,0.15372517456988796,0.0,0.33889178590485575,0.15372517456988796,0.0,0.1597453327333786,0.15372517456988796,0.0,0.8755717010647299,0.15372517456988796,0.0,0.596114150903929,0.15372517456988796,0.0,0.8974834244586005,0.15372517456988796,0.0,0.41315492449693114,0.5,0.15372517456988796,0.0,0.41844436107131405,0.15372517456988796,0.0,0.007897018756725155,0.5,0.15372517456988796,0.0,0.13184765117457106,0.15372517456988796,0.0,0.06866739659638367,0.15372517456988796,0.0,0.7932406657438885,0.15372517456988796,0.0,0.8332552380489111,0.15372517456988796,0.0,0.7612151409167814,0.15372517456988796,0.0,0.6323388565540166,0.15372517456988796,0.0,0.10541009363054489,0.5,0.15372517456988796,0.0,0.03070418387333378,0.0,0.2108278565391716,0.8712816201858592 -1220,0.5,0.15372517456988796,0.0,0.43907130506347036,0.15372517456988796,0.0,0.812968387117731,0.15372517456988796,0.0,0.3652155113917579,0.15372517456988796,0.0,0.18343445179757395,0.15372517456988796,0.0,0.8216439879146973,0.15372517456988796,0.0,0.48079072840060744,0.15372517456988796,0.0,0.8067135774003399,0.15372517456988796,0.0,0.3118876545263466,0.5,0.15372517456988796,0.0,0.36144171986200146,0.15372517456988796,0.0,0.015331300547224114,0.5,0.15372517456988796,0.0,0.1069686023322576,0.15372517456988796,0.0,0.07681935048661495,0.15372517456988796,0.0,0.8701903574010578,0.15372517456988796,0.0,0.8144808243376032,0.15372517456988796,0.0,0.7972646325936412,0.15372517456988796,0.0,0.6406282131375287,0.15372517456988796,0.0,0.10623654121002693,0.5,0.15372517456988796,0.0,0.025660595687517572,0.0,0.3912917178505631,0.8538302337548325 -1221,0.5,0.15372517456988796,0.0,0.5121335570231939,0.15372517456988796,0.0,0.8130224139441442,0.15372517456988796,0.0,0.3407045374969859,0.15372517456988796,0.0,0.19390474733545826,0.15372517456988796,0.0,0.6349598299451417,0.15372517456988796,0.0,0.3797753674207267,0.15372517456988796,0.0,0.6148269059390694,0.15372517456988796,0.0,0.23963279094677337,0.5,0.15372517456988796,0.0,0.29757645945630173,0.15372517456988796,0.0,0.02867698811426818,0.5,0.15372517456988796,0.0,0.08508163259117114,0.15372517456988796,0.0,0.0753741774243614,0.15372517456988796,0.0,0.8688565649938929,0.15372517456988796,0.0,0.6799974273140883,0.15372517456988796,0.0,0.8419508132005771,0.15372517456988796,0.0,0.5901511256847931,0.15372517456988796,0.0,0.10045615094644343,0.5,0.15372517456988796,0.0,0.025601775071849985,0.0,0.5681966714087451,0.8898601654168233 -1222,0.5,0.15372517456988796,0.0,0.5376921574412705,0.15372517456988796,0.0,0.7779237598902242,0.15372517456988796,0.0,0.2772609313245166,0.15372517456988796,0.0,0.1995095630369602,0.15372517456988796,0.0,0.45462654666417596,0.15372517456988796,0.0,0.3590432631075301,0.15372517456988796,0.0,0.4047374627136518,0.15372517456988796,0.0,0.21841766145493746,0.5,0.15372517456988796,0.0,0.22941226644539767,0.15372517456988796,0.0,0.03737908882712858,0.5,0.15372517456988796,0.0,0.09646222821734056,0.15372517456988796,0.0,0.07933000169071176,0.15372517456988796,0.0,0.7984195083395476,0.15372517456988796,0.0,0.49016104083507994,0.15372517456988796,0.0,0.8214340798870098,0.15372517456988796,0.0,0.4562552985279084,0.15372517456988796,0.0,0.10388514426165167,0.5,0.15372517456988796,0.0,0.028229224048899704,0.0,0.6302893140032404,0.7748283096653312 -1223,0.5,0.15372517456988796,0.0,0.5215501572250436,0.15372517456988796,0.0,0.5762018679512164,0.15372517456988796,0.0,0.21619058576506053,0.15372517456988796,0.0,0.1979215931515596,0.15372517456988796,0.0,0.3683058555750621,0.15372517456988796,0.0,0.3848750146847001,0.15372517456988796,0.0,0.305632980113147,0.15372517456988796,0.0,0.1795536398267904,0.5,0.15372517456988796,0.0,0.17302617772098572,0.15372517456988796,0.0,0.044224314939405485,0.5,0.15372517456988796,0.0,0.10876459237434508,0.15372517456988796,0.0,0.08847137977000823,0.15372517456988796,0.0,0.625256700475148,0.15372517456988796,0.0,0.3630947990470518,0.15372517456988796,0.0,0.6293017126623004,0.15372517456988796,0.0,0.332215183630776,0.15372517456988796,0.0,0.10384414448274588,0.5,0.15372517456988796,0.0,0.026397454472299943,0.0,0.6819340337236863,0.7734982938257161 -1224,0.5,0.15372517456988796,0.0,0.48541752974296076,0.15372517456988796,0.0,0.385983867214536,0.15372517456988796,0.0,0.1900613588249779,0.15372517456988796,0.0,0.1935314964421188,0.15372517456988796,0.0,0.3755289598459493,0.15372517456988796,0.0,0.38075374893882163,0.15372517456988796,0.0,0.2924492193791377,0.15372517456988796,0.0,0.137255134122548,0.5,0.15372517456988796,0.0,0.14300184478241307,0.15372517456988796,0.0,0.05231512786711348,0.5,0.15372517456988796,0.0,0.11582574812648355,0.15372517456988796,0.0,0.0960478386215484,0.15372517456988796,0.0,0.42441655485305135,0.15372517456988796,0.0,0.30958872372044743,0.15372517456988796,0.0,0.3850027060235314,0.15372517456988796,0.0,0.2170578194804238,0.15372517456988796,0.0,0.1053590893070738,0.5,0.15372517456988796,0.0,0.025045279366152178,0.0,0.6769702611163949,0.7510727986274756 -1225,0.5,0.15372517456988796,0.0,0.4151046973665363,0.15372517456988796,0.0,0.2510437860713512,0.15372517456988796,0.0,0.17889005548251646,0.15372517456988796,0.0,0.1926774726944036,0.15372517456988796,0.0,0.388778748879432,0.15372517456988796,0.0,0.27862040850433567,0.15372517456988796,0.0,0.3765387049681234,0.15372517456988796,0.0,0.09995212807410603,0.5,0.15372517456988796,0.0,0.13523846922223576,0.15372517456988796,0.0,0.07216744139560319,0.5,0.15372517456988796,0.0,0.12268828621284315,0.15372517456988796,0.0,0.10070812146552685,0.15372517456988796,0.0,0.2741260790811657,0.15372517456988796,0.0,0.3156858034347103,0.15372517456988796,0.0,0.2708897897054348,0.15372517456988796,0.0,0.14288279935782572,0.15372517456988796,0.0,0.10352624132615683,0.5,0.15372517456988796,0.0,0.02615837502623751,0.0,0.6159370745066303,0.7700871192210432 -1226,0.5,0.15372517456988796,0.0,0.34632956556568684,0.15372517456988796,0.0,0.19999594620632646,0.15372517456988796,0.0,0.16859418969953585,0.15372517456988796,0.0,0.199467880259022,0.15372517456988796,0.0,0.32680447873702545,0.15372517456988796,0.0,0.1701666621385936,0.15372517456988796,0.0,0.4317932026627218,0.15372517456988796,0.0,0.10905385998456534,0.5,0.15372517456988796,0.0,0.12992954317809144,0.15372517456988796,0.0,0.08709370713551107,0.5,0.15372517456988796,0.0,0.12787080865756895,0.15372517456988796,0.0,0.10160256360813869,0.15372517456988796,0.0,0.1923845935336566,0.15372517456988796,0.0,0.3261133380858229,0.15372517456988796,0.0,0.22110783150202357,0.15372517456988796,0.0,0.10528720034887136,0.15372517456988796,0.0,0.10269665736247126,0.5,0.15372517456988796,0.0,0.03548423425559692,0.0,0.5199509674742936,0.5687224150765827 -1227,0.5,0.15372517456988796,0.0,0.28713147603504435,0.15372517456988796,0.0,0.2330651738713032,0.15372517456988796,0.0,0.15976396911432036,0.15372517456988796,0.0,0.20664707623238976,0.15372517456988796,0.0,0.24540714118667661,0.15372517456988796,0.0,0.15632363343762007,0.15372517456988796,0.0,0.3735686987575069,0.15372517456988796,0.0,0.08778033604570071,0.5,0.15372517456988796,0.0,0.1179063840388852,0.15372517456988796,0.0,0.11564485467781546,0.5,0.15372517456988796,0.0,0.16450819027784574,0.15372517456988796,0.0,0.09429180169134725,0.15372517456988796,0.0,0.20377968922959774,0.15372517456988796,0.0,0.24632755577576124,0.15372517456988796,0.0,0.21144133118564118,0.15372517456988796,0.0,0.12028486595298266,0.15372517456988796,0.0,0.10277435498551317,0.5,0.15372517456988796,0.0,0.0473693423249798,0.0,0.3682036349952877,0.461338070804388 -1228,0.5,0.15372517456988796,0.0,0.22573678062913213,0.15372517456988796,0.0,0.28378253280976123,0.15372517456988796,0.0,0.13660894366356546,0.15372517456988796,0.0,0.2008203149077738,0.15372517456988796,0.0,0.2453166885437963,0.15372517456988796,0.0,0.1823644988683689,0.15372517456988796,0.0,0.23138517793313068,0.15372517456988796,0.0,0.08572809220801003,0.5,0.15372517456988796,0.0,0.13042962600555824,0.15372517456988796,0.0,0.10592998794290157,0.5,0.15372517456988796,0.0,0.2282993146273055,0.15372517456988796,0.0,0.08430105052904835,0.15372517456988796,0.0,0.2672842746403552,0.15372517456988796,0.0,0.25253849198859213,0.15372517456988796,0.0,0.23830569314664646,0.15372517456988796,0.0,0.17353286392917613,0.15372517456988796,0.0,0.10551629107453461,0.5,0.15372517456988796,0.0,0.06066450217379843,0.0,0.22801631665160085,0.8599190535345561 -1229,0.5,0.15372517456988796,0.0,0.1764939041452071,0.15372517456988796,0.0,0.3050985606856304,0.15372517456988796,0.0,0.11473185797599803,0.15372517456988796,0.0,0.1817171914889114,0.15372517456988796,0.0,0.25554064301136425,0.15372517456988796,0.0,0.19892568702991975,0.15372517456988796,0.0,0.13295526319317658,0.15372517456988796,0.0,0.10734628838912104,0.5,0.15372517456988796,0.0,0.18844770682273665,0.15372517456988796,0.0,0.09526612157370559,0.5,0.15372517456988796,0.0,0.24744145436373924,0.15372517456988796,0.0,0.10614257117452966,0.15372517456988796,0.0,0.2123927406345893,0.15372517456988796,0.0,0.2881323828141513,0.15372517456988796,0.0,0.24646928379386873,0.15372517456988796,0.0,0.1385138232897278,0.15372517456988796,0.0,0.106369345781934,0.5,0.15372517456988796,0.0,0.06798887291726423,0.0,0.12758253111685652,0.9427335844563383 -1230,0.5,0.15372517456988796,0.0,0.13489673460382728,0.15372517456988796,0.0,0.21309398083318826,0.15372517456988796,0.0,0.10535951003703342,0.15372517456988796,0.0,0.15250621639777848,0.15372517456988796,0.0,0.24127448788991424,0.15372517456988796,0.0,0.2369676857160644,0.15372517456988796,0.0,0.12672972826223178,0.15372517456988796,0.0,0.15351179851424532,0.5,0.15372517456988796,0.0,0.32075152245755456,0.15372517456988796,0.0,0.12055155584934317,0.5,0.15372517456988796,0.0,0.258886221106978,0.15372517456988796,0.0,0.1351019818657066,0.15372517456988796,0.0,0.19665498076875362,0.15372517456988796,0.0,0.35083181468502866,0.15372517456988796,0.0,0.22973857826622845,0.15372517456988796,0.0,0.07856812079757755,0.15372517456988796,0.0,0.1168094478954395,0.5,0.15372517456988796,0.0,0.07232897517394554,0.0,0.06526910245644538,0.9788007314672954 -1231,0.5,0.15372517456988796,0.0,0.10815281039359848,0.15372517456988796,0.0,0.14119656591785565,0.15372517456988796,0.0,0.10997516902562006,0.15372517456988796,0.0,0.13168054182897465,0.15372517456988796,0.0,0.2699313049243203,0.15372517456988796,0.0,0.3000553570306901,0.15372517456988796,0.0,0.17347570147130514,0.15372517456988796,0.0,0.21180066463836916,0.5,0.15372517456988796,0.0,0.3606547968094509,0.15372517456988796,0.0,0.1382491780955765,0.5,0.15372517456988796,0.0,0.2455155397320309,0.15372517456988796,0.0,0.13556374300113774,0.15372517456988796,0.0,0.2735159764684464,0.15372517456988796,0.0,0.3170762057655877,0.15372517456988796,0.0,0.16802766045689638,0.15372517456988796,0.0,0.07954436773037919,0.15372517456988796,0.0,0.12647317619484072,0.5,0.15372517456988796,0.0,0.07213859331161529,0.0,0.044167635499799615,0.9895127642450575 -1232,0.5,0.15372517456988796,0.00012161416501732678,0.0985669794668996,0.15372517456988796,0.0,0.15244622465782154,0.15372517456988796,7.067300107524214e-05,0.1167886529488303,0.15372517456988796,0.0009742318051707386,0.1167799880413934,0.15372517456988796,0.0,0.33453410161295305,0.15372517456988796,0.0,0.34143644621260877,0.15372517456988796,0.0,0.27994263817524007,0.15372517456988796,0.0,0.2684143824001567,0.5,0.15372517456988796,0.0,0.44521087046704366,0.15372517456988796,0.00027334407401005423,0.14885804064669877,0.5,0.15372517456988796,0.0,0.13429211561966728,0.15372517456988796,2.262237745080888e-05,0.11764315094681811,0.15372517456988796,0.0,0.3833802868916262,0.15372517456988796,0.0,0.3138714486372419,0.15372517456988796,0.0,0.12370035051090858,0.15372517456988796,0.0,0.13090480935023385,0.15372517456988796,0.00013102414580103104,0.11497143799196832,0.5,0.15372517456988796,0.0010012179742896205,0.07814615145045282,0.0,0.03309414869283443,0.898669258199705 -1233,0.5,0.15372517456988796,0.011089122258136078,0.10486202102208989,0.15372517456988796,0.0049226822039452,0.16404742886853324,0.15372517456988796,0.023368243735090364,0.12880711239948422,0.15372517456988796,0.016925505266246026,0.11084916477440812,0.15372517456988796,0.05708462209553314,0.4067249671845116,0.15372517456988796,0.029657577430946547,0.401322861748168,0.15372517456988796,0.03320341668414534,0.3701038677933407,0.15372517456988796,0.023917834884751986,0.43087982582212137,0.5,0.15372517456988796,0.02991756327952961,0.5999068093861829,0.15372517456988796,0.017231102621197605,0.23305207207111736,0.5,0.15372517456988796,0.0177452211859138,0.09277558577075712,0.15372517456988796,0.01705140143438086,0.14053681583815428,0.15372517456988796,0.005994315008287635,0.3654931646801489,0.15372517456988796,0.04553698558410872,0.36230378720328077,0.15372517456988796,0.03514136824291006,0.14617592358903003,0.15372517456988796,0.035054525580790925,0.23579405429249164,0.15372517456988796,0.017073281552416927,0.10403539880058293,0.5,0.15372517456988796,0.01736885958504133,0.06655469649488753,0.0,0.03599231391559518,0.75567199551383 -1234,0.5,0.15372517456988796,0.056220983707014255,0.13082805762861902,0.15372517456988796,0.02809256281946424,0.15555245491520345,0.15372517456988796,0.11314079123776424,0.190177071724335,0.15372517456988796,0.033228965969715196,0.12158876804846168,0.15372517456988796,0.14161695077215386,0.6929172954794001,0.15372517456988796,0.038532154804249104,0.6463361406105941,0.15372517456988796,0.12425860041602937,0.5681729358686155,0.15372517456988796,0.06456200475210352,0.6286381216765631,0.5,0.15372517456988796,0.07472404303354402,0.7740288895929979,0.15372517456988796,0.05234334994313799,0.3147162269035578,0.5,0.15372517456988796,0.08362451478029234,0.20516752192933632,0.15372517456988796,0.06375922791525665,0.20813467819464312,0.15372517456988796,0.02866798232202955,0.33769779989755766,0.15372517456988796,0.15702691107886896,0.559262246981375,0.15372517456988796,0.13549716761253497,0.24057189420083114,0.15372517456988796,0.09767658140642754,0.5316239055431662,0.15372517456988796,0.062431992792795585,0.17424103109524655,0.5,0.15372517456988796,0.043732479009575206,0.06645047022258288,0.0,0.04752465714980269,0.7819016599539123 -1235,0.5,0.15372517456988796,0.13065423901409473,0.1852614189766784,0.15372517456988796,0.08759384712988008,0.2469121160133989,0.15372517456988796,0.2723107496256286,0.321941692161232,0.15372517456988796,0.053921759365691005,0.1401097190744409,0.15372517456988796,0.12955835493068665,0.8644858238206392,0.15372517456988796,0.027234376037853954,0.7319928182096203,0.15372517456988796,0.1843286246709927,0.7718782084912188,0.15372517456988796,0.09707483528281441,0.7708748733002511,0.5,0.15372517456988796,0.07165455627583299,0.7831727702818958,0.15372517456988796,0.08994621151500046,0.3437335325123374,0.5,0.15372517456988796,0.1890303400306281,0.3675531225782233,0.15372517456988796,0.1011547368624855,0.36199492112311693,0.15372517456988796,0.08250786332362114,0.48992346566245415,0.15372517456988796,0.17707010239215787,0.7799862317893199,0.15372517456988796,0.2002460234068042,0.4477970417389107,0.15372517456988796,0.16714864979913466,0.7888346913627693,0.15372517456988796,0.1291286763930067,0.31942524897517766,0.5,0.15372517456988796,0.07064673478826035,0.09234928213298532,0.0,0.05735439729867335,0.8311430683972023 -1236,0.5,0.15372517456988796,0.20196150208492356,0.21544681299634563,0.15372517456988796,0.3012608837802515,0.7178117853363902,0.15372517456988796,0.36237458388173427,0.4874189637063995,0.15372517456988796,0.11891046214008173,0.15215908224045913,0.15372517456988796,0.08307611862540784,0.8201173502883209,0.15372517456988796,0.04183741618782507,0.7778596782002176,0.15372517456988796,0.0838036791707557,0.7796832735795403,0.15372517456988796,0.09297037648847872,0.8013788210150095,0.5,0.15372517456988796,0.09747309097711584,0.8292227126820912,0.15372517456988796,0.11885977828381258,0.2916086976693332,0.5,0.15372517456988796,0.13407180977186148,0.6861895019273943,0.15372517456988796,0.12184886187240748,0.40296627581063627,0.15372517456988796,0.20029193672030393,0.715515044833248,0.15372517456988796,0.08888164310480125,0.7331161016093499,0.15372517456988796,0.2499640281785636,0.7560635961951512,0.15372517456988796,0.1317595162833885,0.7398858465103391,0.15372517456988796,0.17698526489724845,0.44041599083769106,0.5,0.15372517456988796,0.09492296048270471,0.10120038999899143,0.0,0.06554314462336114,0.8483763159246098 -1237,0.5,0.15372517456988796,0.19561707715492713,0.2134301582585777,0.15372517456988796,0.3141233505182658,0.8382984295459733,0.15372517456988796,0.34449378317195445,0.5832976956468375,0.15372517456988796,0.1435033255208833,0.18515088379860856,0.15372517456988796,0.04186684980214696,0.7639125512202575,0.15372517456988796,0.02542226486193706,0.7436697532192547,0.15372517456988796,0.06879471916692695,0.7648374202298731,0.15372517456988796,0.17372170095377204,0.8217805614597067,0.5,0.15372517456988796,0.20014153207954488,0.8677867408073019,0.15372517456988796,0.14725749300334146,0.21497539729114246,0.5,0.15372517456988796,0.09046681405251564,0.7601021616351581,0.15372517456988796,0.16701089284321494,0.39042542697250565,0.15372517456988796,0.23790215452989855,0.7977567448042057,0.15372517456988796,0.10062666015102278,0.7201227791308289,0.15372517456988796,0.1988474249736634,0.7719722096282071,0.15372517456988796,0.18892773890941827,0.7901128441045681,0.15372517456988796,0.1608072147438956,0.5140503996341328,0.5,0.15372517456988796,0.10054505397287165,0.0995368678956585,0.0,0.06492988170237067,0.888466297632701 -1238,0.5,0.15372517456988796,0.14448616910948323,0.1798307363437739,0.15372517456988796,0.20379409443202373,0.7999530365205538,0.15372517456988796,0.3166736860079324,0.5979929199628503,0.15372517456988796,0.15513812093436255,0.22445946531023436,0.15372517456988796,0.03793307917631002,0.7418208225585919,0.15372517456988796,0.06776340967258297,0.718174767825674,0.15372517456988796,0.061528631124893776,0.7666196327283117,0.15372517456988796,0.1573838215187819,0.7967343015027142,0.5,0.15372517456988796,0.26421213492085505,0.819765757532328,0.15372517456988796,0.19172307939595154,0.16772935624105376,0.5,0.15372517456988796,0.10561556796722923,0.7547261696785711,0.15372517456988796,0.17377833592441452,0.4338186086148328,0.15372517456988796,0.14730387764210745,0.7436602968160793,0.15372517456988796,0.08398002511418923,0.7202532902407521,0.15372517456988796,0.1981379997684103,0.8144630207190418,0.15372517456988796,0.20066097923874138,0.793456543093921,0.15372517456988796,0.1506266863683496,0.497432379054931,0.5,0.15372517456988796,0.09152950576845323,0.09323582763277662,0.0,0.046536547487214065,0.9134034071104199 -1239,0.5,0.15372517456988796,0.17180432865963613,0.19725603782941542,0.15372517456988796,0.12841460240557018,0.7782266215586031,0.15372517456988796,0.324880913128165,0.5894581917050065,0.15372517456988796,0.16562871911237692,0.1968305758893678,0.15372517456988796,0.03278975359097512,0.6895990312746546,0.15372517456988796,0.10549614594410522,0.5200420826882803,0.15372517456988796,0.057623647949210974,0.7324027037476114,0.15372517456988796,0.17397124971584801,0.6631617073943837,0.5,0.15372517456988796,0.31929161660394917,0.7458854126323006,0.15372517456988796,0.15353479283819693,0.14850765189393347,0.5,0.15372517456988796,0.09697753100381276,0.7689342102365062,0.15372517456988796,0.11282725714403366,0.337303526027583,0.15372517456988796,0.14066067386147113,0.6335449077976633,0.15372517456988796,0.05047933926733571,0.6115014948954092,0.15372517456988796,0.15490139930743346,0.7927702846583377,0.15372517456988796,0.09868648350085456,0.6092000573633989,0.15372517456988796,0.15791720790050806,0.5187038300070751,0.5,0.15372517456988796,0.07024269337370158,0.09469768441672435,0.0,0.06345308789714718,0.9689416044217681 -1240,0.5,0.15372517456988796,0.12543191625478017,0.2089890804957524,0.15372517456988796,0.08115869531254213,0.6336075499903343,0.15372517456988796,0.18812877215985882,0.5324273430177169,0.15372517456988796,0.1248592635312812,0.15594622031868705,0.15372517456988796,0.03964279622016998,0.4813656935298216,0.15372517456988796,0.10107238897920107,0.46243215742243915,0.15372517456988796,0.040653549717315454,0.6137875033483311,0.15372517456988796,0.13594883989831086,0.5464728331258342,0.5,0.15372517456988796,0.25747097376857375,0.6194324090294603,0.15372517456988796,0.06997261517105072,0.1446030921270374,0.5,0.15372517456988796,0.07841349969555189,0.5670916386944548,0.15372517456988796,0.07646934544675721,0.32806250743309257,0.15372517456988796,0.07220219402340952,0.5657216603061077,0.15372517456988796,0.062027897856479705,0.5400153090140902,0.15372517456988796,0.0512662192928207,0.696935111924052,0.15372517456988796,0.1075989465347852,0.4972841065744105,0.15372517456988796,0.09617393910873342,0.49629101256640357,0.5,0.15372517456988796,0.04930017463934419,0.09047355723597147,0.0,0.10846828728496595,0.9865765787009524 -1241,0.5,0.15372517456988796,0.042328349471117674,0.19474458118597868,0.15372517456988796,0.013271006905567331,0.4901609264822279,0.15372517456988796,0.058308819041101474,0.4970316548965136,0.15372517456988796,0.038649128794176375,0.1514861730933345,0.15372517456988796,0.08174275284787194,0.3853823369712149,0.15372517456988796,0.06264430800274995,0.5398531739543758,0.15372517456988796,0.018923768846073732,0.48846166397942226,0.15372517456988796,0.035099988260011275,0.4131244586073477,0.5,0.15372517456988796,0.12171383041874079,0.42094850349466495,0.15372517456988796,0.018964980219955747,0.13896879178868873,0.5,0.15372517456988796,0.04465552868898065,0.3316288172056336,0.15372517456988796,0.0425293841171185,0.21820178329718948,0.15372517456988796,0.0288374289394569,0.4303611587585048,0.15372517456988796,0.051504326757708815,0.43934784339547905,0.15372517456988796,0.010569021639747997,0.5254660497732618,0.15372517456988796,0.0443143944304161,0.31763995455686644,0.15372517456988796,0.03293377203122973,0.44896489912702453,0.5,0.15372517456988796,0.022008514488673886,0.08099153932912538,0.0,0.1709971923514405,0.9706739104237182 -1242,0.5,0.15372517456988796,0.0,0.1998247815330456,0.15372517456988796,0.0,0.3693573446986574,0.15372517456988796,8.956776644473891e-06,0.4647722080294195,0.15372517456988796,0.0,0.17571246196918247,0.15372517456988796,0.0,0.38138702443609485,0.15372517456988796,0.0,0.4275096394000269,0.15372517456988796,0.0,0.43126184150802654,0.15372517456988796,0.0,0.36177475801892445,0.5,0.15372517456988796,0.0,0.29532753253627375,0.15372517456988796,0.000307142280067734,0.14182195339934797,0.5,0.15372517456988796,0.0,0.24746081975815098,0.15372517456988796,0.00013514735299200795,0.1147189725587674,0.15372517456988796,0.0,0.3309706386154452,0.15372517456988796,0.0,0.3431989750650871,0.15372517456988796,8.78051058500273e-06,0.45529704410668964,0.15372517456988796,4.065342551216477e-05,0.23709872555173606,0.15372517456988796,8.663924576280691e-05,0.3506269793756276,0.5,0.15372517456988796,2.226545955479707e-05,0.0564477370118754,0.0,0.18001779687045757,0.9633461931367093 -1243,0.5,0.15372517456988796,0.0,0.22905988631477953,0.15372517456988796,0.0,0.3576870870647271,0.15372517456988796,0.0,0.329364443971321,0.15372517456988796,0.0,0.23355851504583866,0.15372517456988796,0.0,0.45891340340011466,0.15372517456988796,0.0,0.35806202409059185,0.15372517456988796,0.0,0.4706253933495329,0.15372517456988796,0.0,0.35445290137648705,0.5,0.15372517456988796,0.0,0.23474401689836333,0.15372517456988796,0.0,0.1222724495383527,0.5,0.15372517456988796,0.0,0.24374543796730885,0.15372517456988796,0.0,0.0914793094196294,0.15372517456988796,0.0,0.3681785651521069,0.15372517456988796,0.0,0.3043521662764893,0.15372517456988796,0.0,0.42128604605520314,0.15372517456988796,0.0,0.20881177653701166,0.15372517456988796,0.0,0.31064723196664284,0.5,0.15372517456988796,0.0,0.052408471746668725,0.0,0.1496993119102539,0.9598628775657808 -1244,0.5,0.15372517456988796,0.0,0.27615164125759856,0.15372517456988796,0.0,0.2318707639939025,0.15372517456988796,0.0,0.2605865666064438,0.15372517456988796,0.0,0.25574515276921506,0.15372517456988796,0.0,0.46153728771616215,0.15372517456988796,0.0,0.3458356922773639,0.15372517456988796,0.0,0.5154444701176981,0.15372517456988796,0.0,0.2607782436554157,0.5,0.15372517456988796,0.0,0.1640108501651904,0.15372517456988796,0.0,0.09810087758078528,0.5,0.15372517456988796,0.0,0.22297948155952493,0.15372517456988796,0.0,0.08958758789235584,0.15372517456988796,0.0,0.4332524738305303,0.15372517456988796,0.0,0.3314940217672002,0.15372517456988796,0.0,0.4101479655054543,0.15372517456988796,0.0,0.24259538438917755,0.15372517456988796,0.0,0.21453853110464632,0.5,0.15372517456988796,0.0,0.06530503569451239,0.0,0.27431349926549414,0.9334545511828193 -1245,0.5,0.15372517456988796,0.0,0.3072263562681514,0.15372517456988796,0.0,0.23569963879632996,0.15372517456988796,0.0,0.21377022658546377,0.15372517456988796,0.0,0.21769474148668053,0.15372517456988796,0.0,0.42143282001248383,0.15372517456988796,0.0,0.3773783836068789,0.15372517456988796,0.0,0.388480150472637,0.15372517456988796,0.0,0.21170169259080657,0.5,0.15372517456988796,0.0,0.10426400786462175,0.15372517456988796,0.0,0.0699257821676381,0.5,0.15372517456988796,0.0,0.18245338702144287,0.15372517456988796,0.0,0.09343385320235717,0.15372517456988796,0.0,0.446771199104107,0.15372517456988796,0.0,0.3702032198655567,0.15372517456988796,0.0,0.38528325089267257,0.15372517456988796,0.0,0.2295720943030677,0.15372517456988796,0.0,0.14603486854603603,0.5,0.15372517456988796,0.0,0.0683413916319096,0.0,0.5276272983779997,0.9199952698109248 -1246,0.5,0.15372517456988796,0.0,0.2968165321726458,0.15372517456988796,0.0,0.4251236431517986,0.15372517456988796,0.0,0.17290085435611924,0.15372517456988796,0.0,0.1827478700802742,0.15372517456988796,0.0,0.4298491377831424,0.15372517456988796,0.0,0.4726621988310393,0.15372517456988796,0.0,0.35435458718482316,0.15372517456988796,0.0,0.18906457739793248,0.5,0.15372517456988796,0.0,0.09933808523896727,0.15372517456988796,0.0,0.04701317939501061,0.5,0.15372517456988796,0.0,0.14657699147930242,0.15372517456988796,0.0,0.09703684380125838,0.15372517456988796,0.0,0.4261766474919681,0.15372517456988796,0.0,0.39898699507109003,0.15372517456988796,0.0,0.3836218023332523,0.15372517456988796,0.0,0.16916976477050574,0.15372517456988796,0.0,0.1228828988344738,0.5,0.15372517456988796,0.0,0.05976119602293218,0.0,0.3624523418942693,0.8730703943743794 -1247,0.5,0.15372517456988796,0.0,0.26955344567087164,0.15372517456988796,0.0,0.4688332378515085,0.15372517456988796,0.0,0.12774465683529282,0.15372517456988796,0.0,0.15306894032198146,0.15372517456988796,0.0,0.5481565009393942,0.15372517456988796,0.0,0.5022223209407737,0.15372517456988796,0.0,0.46620186598432517,0.15372517456988796,0.0,0.16150551703771496,0.5,0.15372517456988796,0.0,0.10758723476362714,0.15372517456988796,0.0,0.03337559558290577,0.5,0.15372517456988796,0.0,0.13339489061575427,0.15372517456988796,0.0,0.10141071926943013,0.15372517456988796,0.0,0.4379287691302454,0.15372517456988796,0.0,0.44502208254071496,0.15372517456988796,0.0,0.35883037845609345,0.15372517456988796,0.0,0.16634155902641787,0.15372517456988796,0.0,0.10396480249828802,0.5,0.15372517456988796,0.0,0.0513269286774235,0.0,0.27011104975303846,0.9752527502254498 -1248,0.5,0.15372517456988796,0.0,0.24784031170481338,0.15372517456988796,0.0,0.4461086830462351,0.15372517456988796,0.0,0.0913395469338402,0.15372517456988796,0.0,0.12446310100566148,0.15372517456988796,0.0,0.6712568568015,0.15372517456988796,0.0,0.396816313965483,0.15372517456988796,0.0,0.43532934497216286,0.15372517456988796,0.0,0.15091151315122836,0.5,0.15372517456988796,0.0,0.08367638312253385,0.15372517456988796,0.0,0.028347303421744807,0.5,0.15372517456988796,0.0,0.1303776149742925,0.15372517456988796,0.0,0.09503202721527505,0.15372517456988796,0.0,0.4717393719319669,0.15372517456988796,0.0,0.5002840704316415,0.15372517456988796,0.0,0.34322616784952203,0.15372517456988796,0.0,0.1715886139544192,0.15372517456988796,0.0,0.07949620086767013,0.5,0.15372517456988796,0.0,0.05065637406953613,0.0,0.3046935652686257,0.9859689401078049 -1249,0.5,0.15372517456988796,0.0,0.2369716650790055,0.15372517456988796,0.0,0.4569591227471951,0.15372517456988796,0.0,0.08296324633874821,0.15372517456988796,0.0,0.09484885118406616,0.15372517456988796,0.0,0.5159723597907963,0.15372517456988796,0.0,0.43183538698067625,0.15372517456988796,0.0,0.3176746760981921,0.15372517456988796,0.0,0.14764566792581102,0.5,0.15372517456988796,0.0,0.09228788292651145,0.15372517456988796,0.0,0.025623884833206757,0.5,0.15372517456988796,0.0,0.11317077533979646,0.15372517456988796,0.0,0.08196043887216045,0.15372517456988796,0.0,0.5302397543596808,0.15372517456988796,0.0,0.5492821484020036,0.15372517456988796,0.0,0.3749644182495509,0.15372517456988796,0.0,0.18000531781906162,0.15372517456988796,0.0,0.06637453253607827,0.5,0.15372517456988796,0.0,0.04323737608734791,0.0,0.3616838313799068,0.9623449648540464 -1250,0.5,0.15372517456988796,0.0,0.24617188022236308,0.15372517456988796,0.0,0.5997143370232266,0.15372517456988796,0.0,0.10294100869806773,0.15372517456988796,0.0,0.0695300203807635,0.15372517456988796,0.0,0.6060340894341363,0.15372517456988796,0.0,0.5007885297515292,0.15372517456988796,0.0,0.31411813241474246,0.15372517456988796,0.0,0.1617582537403504,0.5,0.15372517456988796,0.0,0.15091940550328298,0.15372517456988796,0.0,0.025085986673110357,0.5,0.15372517456988796,0.0,0.08594705803000115,0.15372517456988796,0.0,0.06541178235912305,0.15372517456988796,0.0,0.6149812529472586,0.15372517456988796,0.0,0.5331999640387466,0.15372517456988796,0.0,0.3644240512003056,0.15372517456988796,0.0,0.19644748844614374,0.15372517456988796,0.0,0.057296446051570984,0.5,0.15372517456988796,0.0,0.030337682127012225,0.0,0.499229905006869,0.9759937505410655 -1251,0.5,0.15372517456988796,0.0,0.2485803665207027,0.15372517456988796,0.0,0.558761571291947,0.15372517456988796,0.0,0.14264555122593667,0.15372517456988796,0.0,0.0577924400800723,0.15372517456988796,0.0,0.7525607330314426,0.15372517456988796,0.0,0.5130871061958256,0.15372517456988796,0.0,0.34329636729621243,0.15372517456988796,0.0,0.19768348937209249,0.5,0.15372517456988796,0.0,0.25667927944825203,0.15372517456988796,0.0,0.025798293492109048,0.5,0.15372517456988796,0.0,0.06853558179572344,0.15372517456988796,0.0,0.05288326032066147,0.15372517456988796,0.0,0.6384894615773453,0.15372517456988796,0.0,0.5973379457345462,0.15372517456988796,0.0,0.3378331420633024,0.15372517456988796,0.0,0.2187640363861017,0.15372517456988796,0.0,0.04920771164437436,0.5,0.15372517456988796,0.0,0.022585703427138216,0.0,0.5000788131046717,0.9483980531808941 -1252,0.5,0.15372517456988796,0.0,0.23275441156884655,0.15372517456988796,0.0,0.4312613953830262,0.15372517456988796,0.0,0.16396693878176943,0.15372517456988796,0.0,0.056855411409295425,0.15372517456988796,0.0,0.7652089804372133,0.15372517456988796,0.0,0.4673492100629759,0.15372517456988796,0.0,0.33240347799290587,0.15372517456988796,0.0,0.24557482588142643,0.5,0.15372517456988796,0.0,0.3403744204773058,0.15372517456988796,0.0,0.023793038167407323,0.5,0.15372517456988796,0.0,0.06588656352780545,0.15372517456988796,0.0,0.042651326053592786,0.15372517456988796,0.0,0.5788376909194756,0.15372517456988796,0.0,0.6833682585984631,0.15372517456988796,0.0,0.3242904299009968,0.15372517456988796,0.0,0.22484267039863332,0.15372517456988796,0.0,0.042567137859769906,0.5,0.15372517456988796,0.0,0.018911661200369703,0.0,0.5072746511353758,0.9198673908000907 -1253,0.5,0.15372517456988796,0.0,0.2248353489715454,0.15372517456988796,0.0,0.4911444907502064,0.15372517456988796,0.0,0.14987695418485844,0.15372517456988796,0.0,0.057520271322495924,0.15372517456988796,0.0,0.7231163418482587,0.15372517456988796,0.0,0.41960717011235427,0.15372517456988796,0.0,0.3060722392325094,0.15372517456988796,0.0,0.28788273933498537,0.5,0.15372517456988796,0.0,0.42689630331709305,0.15372517456988796,0.0,0.019767042460708126,0.5,0.15372517456988796,0.0,0.07657340788542022,0.15372517456988796,0.0,0.037690772548804055,0.15372517456988796,0.0,0.6369455259125899,0.15372517456988796,0.0,0.7583043689951188,0.15372517456988796,0.0,0.35567245824952637,0.15372517456988796,0.0,0.2227200062752316,0.15372517456988796,0.0,0.04231274690203379,0.5,0.15372517456988796,0.0,0.017323893423380823,0.0,0.5197419796699404,0.9352227247933154 -1254,0.5,0.15372517456988796,0.0,0.23178383816748543,0.15372517456988796,0.0,0.6591533612975954,0.15372517456988796,0.0,0.12900229704098518,0.15372517456988796,0.0,0.05418556528558803,0.15372517456988796,0.0,0.6933193893514867,0.15372517456988796,0.0,0.3935254383191791,0.15372517456988796,0.0,0.3033154787338599,0.15372517456988796,0.0,0.3587879540892065,0.5,0.15372517456988796,0.0,0.4349247422153422,0.15372517456988796,0.0,0.012877997604413868,0.5,0.15372517456988796,0.0,0.08943823946801159,0.15372517456988796,0.0,0.0493390941363192,0.15372517456988796,0.0,0.7926301528932307,0.15372517456988796,0.0,0.7931068678991298,0.15372517456988796,0.0,0.35498708113373717,0.15372517456988796,0.0,0.3046964694405266,0.15372517456988796,0.0,0.06614604157588984,0.5,0.15372517456988796,0.0,0.015197566031471507,0.0,0.6065285129642569,0.9559568506850833 -1255,0.5,0.15372517456988796,0.0,0.2243968690763524,0.15372517456988796,0.0,0.7161673283902191,0.15372517456988796,0.0,0.11498972063471966,0.15372517456988796,0.0,0.05428450004771343,0.15372517456988796,0.0,0.664609509716469,0.15372517456988796,0.0,0.34866674683747,0.15372517456988796,0.0,0.27254191217184554,0.15372517456988796,0.0,0.38231977345005375,0.5,0.15372517456988796,0.0,0.34396632616111794,0.15372517456988796,0.0,0.011794529384317434,0.5,0.15372517456988796,0.0,0.07022985319327349,0.15372517456988796,0.0,0.08503109559185765,0.15372517456988796,0.0,0.8083231276903098,0.15372517456988796,0.0,0.7900523410908016,0.15372517456988796,0.0,0.3226143235988652,0.15372517456988796,0.0,0.3809074608194852,0.15372517456988796,0.0,0.06927729960087127,0.5,0.15372517456988796,0.0,0.010480174723860773,0.0,0.5702855995662939,0.9705208339010803 -1256,0.5,0.15372517456988796,0.0003052580824111427,0.22212894089998228,0.15372517456988796,0.0,0.7056712344362308,0.15372517456988796,0.0007665519920724666,0.09733967378635665,0.15372517456988796,0.0011953230855849884,0.05737444823587545,0.15372517456988796,0.0,0.5930287408439001,0.15372517456988796,0.0,0.30456996419003857,0.15372517456988796,0.0,0.2987972876338556,0.15372517456988796,0.0,0.36978832218951624,0.5,0.15372517456988796,0.0,0.2978577653796993,0.15372517456988796,0.00234490427449126,0.010875057861997276,0.5,0.15372517456988796,2.3796625569755492e-05,0.0571374269490721,0.15372517456988796,0.00041790450249044945,0.10428812245314906,0.15372517456988796,0.0,0.8585747445740533,0.15372517456988796,0.0,0.7720758532085636,0.15372517456988796,0.0,0.3175088823790022,0.15372517456988796,0.0,0.3966914279659887,0.15372517456988796,0.0016586574674671822,0.05077161514667519,0.5,0.15372517456988796,0.004301993917066126,0.00875533646545882,0.0,0.4368346836647251,0.990187509723419 -1257,0.5,0.15372517456988796,0.01597206510564437,0.23602813498309866,0.15372517456988796,0.04897409164723099,0.7848163902251243,0.15372517456988796,0.0595314211849093,0.0969676564193951,0.15372517456988796,0.02920538644002676,0.06220912430197939,0.15372517456988796,0.041292378775282024,0.5331874196542876,0.15372517456988796,0.04373275778011396,0.2712016381934468,0.15372517456988796,0.04231307225752602,0.34791968101565507,0.15372517456988796,0.03964815227524313,0.3816998214028481,0.5,0.15372517456988796,0.07179010060996079,0.33378480775980235,0.15372517456988796,0.09769143019997986,0.00779220037759473,0.5,0.15372517456988796,0.0626859740141992,0.06381632549552074,0.15372517456988796,0.058635148927339745,0.11926880232975233,0.15372517456988796,0.01429726563348396,0.883369034763378,0.15372517456988796,0.024182806257124583,0.7529291548980263,0.15372517456988796,0.0539359503293899,0.3552924105667726,0.15372517456988796,0.030547670946622973,0.4377029001751287,0.15372517456988796,0.08361280680061402,0.05197642244249323,0.5,0.15372517456988796,0.09289323202874375,0.006810056867154379,0.0,0.48490810065452067,0.991555769719632 -1258,0.5,0.15372517456988796,0.07033092434834937,0.2830991059966201,0.15372517456988796,0.13055718677661488,0.8156941683300353,0.15372517456988796,0.15450680299607664,0.17584456080146016,0.15372517456988796,0.08526133806396222,0.07985527779209264,0.15372517456988796,0.15886539406490263,0.5192233746159127,0.15372517456988796,0.11317448487784432,0.38253777700959246,0.15372517456988796,0.15874439361793916,0.49060729151552424,0.15372517456988796,0.11790504805047343,0.5803568006194675,0.5,0.15372517456988796,0.1831867443881049,0.5340213572531401,0.15372517456988796,0.21930940599090337,0.006378956085366411,0.5,0.15372517456988796,0.12834248986129335,0.2839296516895999,0.15372517456988796,0.16417560602207237,0.12911651980763142,0.15372517456988796,0.061928467563863346,0.878361941378854,0.15372517456988796,0.10152811224783871,0.7659320246117635,0.15372517456988796,0.13854585457213217,0.5148547829204141,0.15372517456988796,0.14047254858405986,0.596385248876975,0.15372517456988796,0.1874979011392569,0.13045469363447673,0.5,0.15372517456988796,0.19088810983387583,0.003825098586267191,0.0,0.591537747337784,0.982411452975478 -1259,0.5,0.15372517456988796,0.20378441910088013,0.39470241901670955,0.15372517456988796,0.20875896227529242,0.7722107240632007,0.15372517456988796,0.23681656996015477,0.2904460438166868,0.15372517456988796,0.16222218209942982,0.12515815619056084,0.15372517456988796,0.25847174298051995,0.5600875744240663,0.15372517456988796,0.13854364853460657,0.561033083796558,0.15372517456988796,0.23884608703184415,0.557215496798344,0.15372517456988796,0.1829267874205246,0.7172432008297069,0.5,0.15372517456988796,0.2423060317957127,0.6890550853168271,0.15372517456988796,0.35519979909054356,0.024762399507558496,0.5,0.15372517456988796,0.22539464177966156,0.4099817822118795,0.15372517456988796,0.30689077124594166,0.26078634996435357,0.15372517456988796,0.11457966697701547,0.8454392021847233,0.15372517456988796,0.22166104388866265,0.7472079391549868,0.15372517456988796,0.25142867267057906,0.6351427236804453,0.15372517456988796,0.18819190806849823,0.6503156056021352,0.15372517456988796,0.19305494897898426,0.2705864294825311,0.5,0.15372517456988796,0.3161583406996471,0.009295286656602977,0.0,0.6851208848935172,0.9829878670340667 -1260,0.5,0.15372517456988796,0.3177362898390893,0.489222353605777,0.15372517456988796,0.2862150388548139,0.777402097061582,0.15372517456988796,0.28240474620360895,0.36752149798844447,0.15372517456988796,0.1983490522496152,0.17982026173942514,0.15372517456988796,0.28078563888857516,0.5384871704925334,0.15372517456988796,0.11836584271499484,0.7014427464050732,0.15372517456988796,0.2859660581933081,0.602120128112929,0.15372517456988796,0.18352023825096297,0.8764517656576818,0.5,0.15372517456988796,0.2459868402253882,0.7125154273101753,0.15372517456988796,0.4682284822258409,0.09141541346400335,0.5,0.15372517456988796,0.3779486008900245,0.3226911623420321,0.15372517456988796,0.4016300170067878,0.3182364589033521,0.15372517456988796,0.17326240413715494,0.8314309987216313,0.15372517456988796,0.3427295683399367,0.6688562180856452,0.15372517456988796,0.3220098782560629,0.6353342302309664,0.15372517456988796,0.25941357867401615,0.6693361570795722,0.15372517456988796,0.1662661625321577,0.27484422038936346,0.5,0.15372517456988796,0.349679303440073,0.05313731128666864,0.0,0.8089352510508467,0.9831375137001729 -1261,0.5,0.15372517456988796,0.39977467606782835,0.533612099773488,0.15372517456988796,0.40813793220629513,0.7003579672213524,0.15372517456988796,0.3155499272896353,0.43974849840077535,0.15372517456988796,0.2546140987694281,0.1872519750119268,0.15372517456988796,0.24323206473248998,0.4370732254513391,0.15372517456988796,0.07952395132238538,0.6680526945786287,0.15372517456988796,0.2303491064092961,0.7040146937923097,0.15372517456988796,0.11310497141390007,0.773087969532833,0.5,0.15372517456988796,0.18308223765963738,0.7790536169368554,0.15372517456988796,0.5619320053368598,0.09070322071857995,0.5,0.15372517456988796,0.4535936404501838,0.3315810296387812,0.15372517456988796,0.4557209057533671,0.43033227395355167,0.15372517456988796,0.19182486073493227,0.7923535719329629,0.15372517456988796,0.3841910436392656,0.5944995210389035,0.15372517456988796,0.30488035136705555,0.5868057618815838,0.15372517456988796,0.34697738568842207,0.7441401337300713,0.15372517456988796,0.23547790214702322,0.30335451888156256,0.5,0.15372517456988796,0.3351731904186759,0.06119145981078858,0.0,0.7225116073335149,0.9677232113138245 -1262,0.5,0.15372517456988796,0.4036890866892494,0.48243757634532436,0.15372517456988796,0.3999767630162963,0.5890671129242401,0.15372517456988796,0.21534691676451168,0.49769258776491415,0.15372517456988796,0.2743203356747871,0.18030188654544,0.15372517456988796,0.1683279361991765,0.3268258320862826,0.15372517456988796,0.07332737217071642,0.5014640617675175,0.15372517456988796,0.13546993265672552,0.7765593344287052,0.15372517456988796,0.10260019352500901,0.6674432081798014,0.5,0.15372517456988796,0.13253300751188504,0.7961490910924077,0.15372517456988796,0.5717008182696689,0.10753089007538627,0.5,0.15372517456988796,0.3521320058849278,0.3226749780631281,0.15372517456988796,0.43173953515685326,0.4895326864071754,0.15372517456988796,0.17803307356400436,0.6976718469291239,0.15372517456988796,0.30734825863277965,0.4693098506562044,0.15372517456988796,0.2601939313383107,0.47808237962247657,0.15372517456988796,0.30410338100285883,0.8169710252682287,0.15372517456988796,0.29166507074282866,0.2811725345993956,0.5,0.15372517456988796,0.3773873071515076,0.05912682821447171,0.0,0.5763875448508933,0.9283995353764134 -1263,0.5,0.15372517456988796,0.33467919547942376,0.3504454421480599,0.15372517456988796,0.2969589376372025,0.4498471350973635,0.15372517456988796,0.14588987600169068,0.43683077101389317,0.15372517456988796,0.22771377874590654,0.17913431773277946,0.15372517456988796,0.10249610208741913,0.251687149921753,0.15372517456988796,0.0839379762466915,0.3156771538205335,0.15372517456988796,0.07781266592116279,0.7216115873578431,0.15372517456988796,0.08276435922557736,0.4960365371883778,0.5,0.15372517456988796,0.07780683226093553,0.5824863110919172,0.15372517456988796,0.5147338117598896,0.1209023569246429,0.5,0.15372517456988796,0.22074803973733592,0.3039172935737733,0.15372517456988796,0.33470738954128176,0.46632924139434495,0.15372517456988796,0.168020226484627,0.5640947867766439,0.15372517456988796,0.22603537740200708,0.3768749706013791,0.15372517456988796,0.20754594758116762,0.34747223129276716,0.15372517456988796,0.22525868778398495,0.8674524847699974,0.15372517456988796,0.267532268245094,0.24952044819782007,0.5,0.15372517456988796,0.36918106019833186,0.0634761196459948,0.0,0.4515231101068627,0.9013448034884483 -1264,0.5,0.15372517456988796,0.229482628326948,0.1850977233068122,0.15372517456988796,0.11523754364212593,0.2696202201950168,0.15372517456988796,0.1643692495979784,0.3205882825841936,0.15372517456988796,0.15299678053001042,0.12084536972381582,0.15372517456988796,0.05462321999470626,0.1632356560722724,0.15372517456988796,0.06046560402814327,0.19031292250856385,0.15372517456988796,0.06278053282741565,0.6199631488701401,0.15372517456988796,0.06263426819062662,0.32001828550027006,0.5,0.15372517456988796,0.045015240334082364,0.3590139451816787,0.15372517456988796,0.39197110303734267,0.07183836444540083,0.5,0.15372517456988796,0.11272960753041694,0.2190658856435576,0.15372517456988796,0.1990662441272632,0.4096285386329379,0.15372517456988796,0.10722056781749059,0.4113023253962552,0.15372517456988796,0.09059130255728083,0.3099136815758542,0.15372517456988796,0.10857334611446133,0.24514363533762124,0.15372517456988796,0.10347939143142963,0.8088522977785795,0.15372517456988796,0.19158646665026752,0.18037947190367587,0.5,0.15372517456988796,0.29820856388222516,0.040592118558701304,0.0,0.29471526798883735,0.9240705266803108 -1265,0.5,0.15372517456988796,0.07839940640903262,0.10592746378337546,0.15372517456988796,0.046398634677604134,0.21209895072253826,0.15372517456988796,0.10426869327782162,0.16597902176923127,0.15372517456988796,0.037282389582120976,0.07798091850226059,0.15372517456988796,0.045416616634390325,0.13850723633901313,0.15372517456988796,0.04705507916218292,0.2071165611941359,0.15372517456988796,0.028293059977090203,0.4565569583411687,0.15372517456988796,0.03035395258849298,0.24424206912016824,0.5,0.15372517456988796,0.024008678609550617,0.2115277272026665,0.15372517456988796,0.16250040384052694,0.03293435071734509,0.5,0.15372517456988796,0.05122157689055726,0.12075201419849747,0.15372517456988796,0.06858293842657405,0.40493960458026274,0.15372517456988796,0.055871900597039496,0.33377802308121757,0.15372517456988796,0.04274327396228407,0.2512548845137197,0.15372517456988796,0.03233631493481394,0.14610005241023702,0.15372517456988796,0.03003994188458585,0.6427326564730033,0.15372517456988796,0.07436763994398594,0.11042877220437053,0.5,0.15372517456988796,0.105376523056273,0.006604576215284057,0.0,0.17612069059565771,0.8641883891463695 -1266,0.5,0.15372517456988796,0.0,0.1085595356056163,0.15372517456988796,0.0,0.1428033919239428,0.15372517456988796,0.0,0.12482485535015204,0.15372517456988796,0.0,0.06833056052774529,0.15372517456988796,0.00015705923173303017,0.11269071910496485,0.15372517456988796,0.00023461874549190534,0.15481397792885276,0.15372517456988796,0.00019640592701849566,0.36814894313773927,0.15372517456988796,0.0,0.1971590702786351,0.5,0.15372517456988796,0.0001700268509622629,0.12242474288758595,0.15372517456988796,0.0,0.06791063045385706,0.5,0.15372517456988796,0.0,0.06815271477245323,0.15372517456988796,5.12473241874123e-05,0.3502171311542582,0.15372517456988796,0.0,0.31288992239450947,0.15372517456988796,0.0001732462017562942,0.1462287638739967,0.15372517456988796,2.7969444052626076e-05,0.11947985092165275,0.15372517456988796,0.0,0.3879256961435324,0.15372517456988796,0.0,0.07316211627926071,0.5,0.15372517456988796,0.0,0.005056069842784301,0.0,0.11919596672469054,0.8356662378504544 -1267,0.5,0.15372517456988796,0.0,0.11351545746946755,0.15372517456988796,0.0,0.06453440367623861,0.15372517456988796,0.0,0.10991684869970904,0.15372517456988796,0.0,0.06770839845216232,0.15372517456988796,0.0,0.0872740585933922,0.15372517456988796,0.0,0.15774447574404826,0.15372517456988796,0.0,0.3044757999214214,0.15372517456988796,0.0,0.15353401585268805,0.5,0.15372517456988796,0.0,0.11031251940250061,0.15372517456988796,0.0,0.07469833962161536,0.5,0.15372517456988796,0.0,0.053687811423039605,0.15372517456988796,0.0,0.2521576721882963,0.15372517456988796,0.0,0.2966280708661597,0.15372517456988796,0.0,0.09780852576010034,0.15372517456988796,0.0,0.1163615477589994,0.15372517456988796,0.0,0.21042175230441504,0.15372517456988796,0.0,0.06495853023005174,0.5,0.15372517456988796,0.0,0.008576446918545609,0.0,0.12249197651116524,0.8510600331245659 -1268,0.5,0.15372517456988796,0.0,0.10306176249448419,0.15372517456988796,0.0,0.03506002323740555,0.15372517456988796,0.0,0.10329101291582234,0.15372517456988796,0.0,0.07447078491015209,0.15372517456988796,0.0,0.0893606215644273,0.15372517456988796,0.0,0.10280442351427328,0.15372517456988796,0.0,0.2831730946978575,0.15372517456988796,0.0,0.12730640972091703,0.5,0.15372517456988796,0.0,0.1394350407609247,0.15372517456988796,0.0,0.09860299053918894,0.5,0.15372517456988796,0.0,0.05238929958480687,0.15372517456988796,0.0,0.253881531904816,0.15372517456988796,0.0,0.24158824658629624,0.15372517456988796,0.0,0.09753044446123041,0.15372517456988796,0.0,0.10194636034726996,0.15372517456988796,0.0,0.113128760672884,0.15372517456988796,0.0,0.058124319033802135,0.5,0.15372517456988796,0.0,0.019673590345162504,0.0,0.1302712469093212,0.7839276633745895 -1269,0.5,0.15372517456988796,0.0,0.07819565314210382,0.15372517456988796,0.0,0.032203284888348324,0.15372517456988796,0.0,0.08405085943259556,0.15372517456988796,0.0,0.07650924478900137,0.15372517456988796,0.0,0.07855617609901908,0.15372517456988796,0.0,0.08018533713048506,0.15372517456988796,0.0,0.3165687031427899,0.15372517456988796,0.0,0.11958376100887684,0.5,0.15372517456988796,0.0,0.1525707505889744,0.15372517456988796,0.0,0.23597973573487363,0.5,0.15372517456988796,0.0,0.07334926606722868,0.15372517456988796,0.0,0.27575204449551954,0.15372517456988796,0.0,0.1833427506369753,0.15372517456988796,0.0,0.09327903532928142,0.15372517456988796,0.0,0.11749249630573451,0.15372517456988796,0.0,0.10009052863037443,0.15372517456988796,0.0,0.05227313058683747,0.5,0.15372517456988796,0.0,0.029106365576768562,0.0,0.10149714517915873,0.732641122867375 -1270,0.5,0.15372517456988796,0.0,0.06975355744848734,0.15372517456988796,0.0,0.03873063532808061,0.15372517456988796,0.0,0.0737423141346929,0.15372517456988796,0.0,0.06655361873588916,0.15372517456988796,0.0,0.07366656756140458,0.15372517456988796,0.0,0.11880216179267711,0.15372517456988796,0.0,0.21740264284525537,0.15372517456988796,0.0,0.08575237205935163,0.5,0.15372517456988796,0.0,0.12096469653872205,0.15372517456988796,0.0,0.30511168701708574,0.5,0.15372517456988796,0.0,0.12311357751216358,0.15372517456988796,0.0,0.3124257606204204,0.15372517456988796,0.0,0.15197979377947204,0.15372517456988796,0.0,0.08401931632309273,0.15372517456988796,0.0,0.13458947454525239,0.15372517456988796,0.0,0.09052238333004503,0.15372517456988796,0.0,0.04768253784582394,0.5,0.15372517456988796,0.0,0.04241372125010015,0.0,0.07219900038647685,0.7524726057640259 -1271,0.5,0.15372517456988796,0.0,0.07599820257671099,0.15372517456988796,0.0,0.057584109005907824,0.15372517456988796,0.0,0.07269957496362785,0.15372517456988796,0.0,0.05782990459775834,0.15372517456988796,0.0,0.09942571976868271,0.15372517456988796,0.0,0.1515744383645536,0.15372517456988796,0.0,0.17309673096223183,0.15372517456988796,0.0,0.07491899232249467,0.5,0.15372517456988796,0.0,0.08412248271010271,0.15372517456988796,0.0,0.3691163901901577,0.5,0.15372517456988796,0.0,0.10496198949331123,0.15372517456988796,0.0,0.29568506462873145,0.15372517456988796,0.0,0.16542768656507573,0.15372517456988796,0.0,0.09597259924407181,0.15372517456988796,0.0,0.13018010041899794,0.15372517456988796,0.0,0.07259891161658903,0.15372517456988796,0.0,0.04235890108651854,0.5,0.15372517456988796,0.0,0.05879157650882221,0.0,0.05918369569230664,0.734339949753004 -1272,0.5,0.15372517456988796,0.0,0.08627768905381246,0.15372517456988796,0.0,0.09902884688402404,0.15372517456988796,0.0,0.07444790343687073,0.15372517456988796,0.0,0.05749596040206826,0.15372517456988796,0.0,0.1378181009797115,0.15372517456988796,0.0,0.17548993346393127,0.15372517456988796,0.0,0.1763637306829426,0.15372517456988796,0.0,0.09043676619141357,0.5,0.15372517456988796,0.0,0.07090462254192852,0.15372517456988796,0.0,0.4953191892837364,0.5,0.15372517456988796,0.0,0.10700398515599134,0.15372517456988796,0.0,0.2439029119083286,0.15372517456988796,0.0,0.18989824071000375,0.15372517456988796,0.0,0.1304059364068335,0.15372517456988796,0.0,0.12443476667200284,0.15372517456988796,0.0,0.08684530702279568,0.15372517456988796,0.0,0.044042263276473786,0.5,0.15372517456988796,0.0,0.1492797280750395,0.0,0.05895122378248804,0.6036699240393126 -1273,0.5,0.15372517456988796,0.0,0.08480797710209682,0.15372517456988796,0.0,0.19593604678743215,0.15372517456988796,0.0,0.06944977624976297,0.15372517456988796,0.0,0.06003548308942407,0.15372517456988796,0.0,0.15877763314639387,0.15372517456988796,0.0,0.19773135488952265,0.15372517456988796,0.0,0.15595672003607242,0.15372517456988796,0.0,0.11323852259512678,0.5,0.15372517456988796,0.0,0.0621160898954467,0.15372517456988796,0.0,0.412542029012927,0.5,0.15372517456988796,0.0,0.17861289566254734,0.15372517456988796,0.0,0.2305628302596006,0.15372517456988796,0.0,0.18086426937593741,0.15372517456988796,0.0,0.15982537666241575,0.15372517456988796,0.0,0.1479381624680332,0.15372517456988796,0.0,0.12057379044473501,0.15372517456988796,0.0,0.05793890006981938,0.5,0.15372517456988796,0.0,0.2784794629238265,0.0,0.07196151407085806,0.8146729164566068 -1274,0.5,0.15372517456988796,0.0,0.07545824545242338,0.15372517456988796,0.0,0.23083366165122424,0.15372517456988796,0.0,0.0672584580112711,0.15372517456988796,0.0,0.062292726395704025,0.15372517456988796,0.0,0.1746889620927072,0.15372517456988796,0.0,0.21029373588053618,0.15372517456988796,0.0,0.1474513726539676,0.15372517456988796,0.0,0.11971500068235018,0.5,0.15372517456988796,0.0,0.05531685886278869,0.15372517456988796,0.0,0.28179512655544914,0.5,0.15372517456988796,0.0,0.34277944429482865,0.15372517456988796,0.0,0.25395570675868145,0.15372517456988796,0.0,0.17907572044525794,0.15372517456988796,0.0,0.1802412335702522,0.15372517456988796,0.0,0.14620290433205121,0.15372517456988796,0.0,0.08495882433841212,0.15372517456988796,0.0,0.09757440572943497,0.5,0.15372517456988796,0.0,0.2271152001944349,0.0,0.07660065572767037,0.8570383192333761 -1275,0.5,0.15372517456988796,0.0,0.06835930740942539,0.15372517456988796,0.0,0.15183860391829646,0.15372517456988796,0.0,0.06319967189943279,0.15372517456988796,0.0,0.05394896857533637,0.15372517456988796,0.0,0.1815195458099623,0.15372517456988796,0.0,0.2138482379402406,0.15372517456988796,0.0,0.1585164646769941,0.15372517456988796,0.0,0.12173184678257137,0.5,0.15372517456988796,0.0,0.04947023046857561,0.15372517456988796,0.0,0.19364251801571278,0.5,0.15372517456988796,0.0,0.32638858643247576,0.15372517456988796,0.0,0.21719294046831863,0.15372517456988796,0.0,0.18189720749505245,0.15372517456988796,0.0,0.20486889439998124,0.15372517456988796,0.0,0.10029345020339782,0.15372517456988796,0.0,0.04986541378346472,0.15372517456988796,0.0,0.12895280007400517,0.5,0.15372517456988796,0.0,0.19087760145330088,0.0,0.08804906587537903,0.9106399913104918 -1276,0.5,0.15372517456988796,0.0,0.06662783545444981,0.15372517456988796,0.0,0.09679222111693468,0.15372517456988796,0.0,0.049022868776553374,0.15372517456988796,0.0,0.04263011678542974,0.15372517456988796,0.0,0.20438479063871098,0.15372517456988796,0.0,0.22345870466093584,0.15372517456988796,0.0,0.16341738524954438,0.15372517456988796,0.0,0.12849337706106012,0.5,0.15372517456988796,0.0,0.04982909907332723,0.15372517456988796,0.0,0.13886307584341565,0.5,0.15372517456988796,0.0,0.13619056219066386,0.15372517456988796,0.0,0.12044223411311426,0.15372517456988796,0.0,0.24840878930579682,0.15372517456988796,0.0,0.233962357210384,0.15372517456988796,0.0,0.07087755905864762,0.15372517456988796,0.0,0.03855824901492574,0.15372517456988796,0.0,0.10539408677415099,0.5,0.15372517456988796,0.0,0.187338070090848,0.0,0.08433589242508524,0.9521440688702586 -1277,0.5,0.15372517456988796,0.0,0.06462867175419718,0.15372517456988796,0.0,0.0905992355211308,0.15372517456988796,0.0,0.04345468056340936,0.15372517456988796,0.0,0.033775866209043284,0.15372517456988796,0.0,0.2518177078018752,0.15372517456988796,0.0,0.2551886095838607,0.15372517456988796,0.0,0.1751664612778963,0.15372517456988796,0.0,0.14612003458797573,0.5,0.15372517456988796,0.0,0.05755774019504788,0.15372517456988796,0.0,0.08035479913546355,0.5,0.15372517456988796,0.0,0.03813598412760191,0.15372517456988796,0.0,0.05379331226019995,0.15372517456988796,0.0,0.30188959245973485,0.15372517456988796,0.0,0.266091250632681,0.15372517456988796,0.0,0.07566421617430481,0.15372517456988796,0.0,0.041894245184999374,0.15372517456988796,0.0,0.0720328954245593,0.5,0.15372517456988796,0.0,0.19715444921024627,0.0,0.0895100161316876,0.9765449394739419 -1278,0.5,0.15372517456988796,0.0,0.05553955716581378,0.15372517456988796,0.0,0.14595879122648014,0.15372517456988796,0.0,0.028034913419198667,0.15372517456988796,0.0,0.029626812574813026,0.15372517456988796,0.0,0.3074108057307231,0.15372517456988796,0.0,0.29877087824380166,0.15372517456988796,0.0,0.1989231235049924,0.15372517456988796,0.0,0.1767667146057389,0.5,0.15372517456988796,0.0,0.06649805907277272,0.15372517456988796,0.0,0.04043247354514522,0.5,0.15372517456988796,0.0,0.013802768657359302,0.15372517456988796,0.0,0.028218907836995332,0.15372517456988796,0.0,0.35144180285812554,0.15372517456988796,0.0,0.30203726684932447,0.15372517456988796,0.0,0.10223383483018747,0.15372517456988796,0.0,0.052721630566752005,0.15372517456988796,0.0,0.04828619407068143,0.5,0.15372517456988796,0.0,0.18098283460735548,0.0,0.11583444836085485,0.9844359493153244 -1279,0.5,0.15372517456988796,0.0,0.05524510499350741,0.15372517456988796,0.0,0.18819065283782546,0.15372517456988796,0.0,0.021648375409047564,0.15372517456988796,0.0,0.02563277079137466,0.15372517456988796,0.0,0.3643264248472501,0.15372517456988796,0.0,0.3294101621964197,0.15372517456988796,0.0,0.2293117909353487,0.15372517456988796,0.0,0.2020652217676026,0.5,0.15372517456988796,0.0,0.08040739425826085,0.15372517456988796,0.0,0.02540101773691277,0.5,0.15372517456988796,0.0,0.014291456028129666,0.15372517456988796,0.0,0.014071693417804364,0.15372517456988796,0.0,0.3672181614409009,0.15372517456988796,0.0,0.3484966435213326,0.15372517456988796,0.0,0.1273129756658114,0.15372517456988796,0.0,0.06724841842419538,0.15372517456988796,0.0,0.041106373539088636,0.5,0.15372517456988796,0.0,0.14511804249391286,0.0,0.1890316292199246,0.9893790646200394 -1280,0.5,0.15372517456988796,0.0007437751353177084,0.0649697571397515,0.15372517456988796,0.0,0.1818259334795115,0.15372517456988796,0.0004556486583923964,0.028697763279247248,0.15372517456988796,0.0018192030615618313,0.019217952015887264,0.15372517456988796,0.0,0.40174011174984164,0.15372517456988796,0.0,0.35122290187526867,0.15372517456988796,0.0,0.26574536967509466,0.15372517456988796,0.0,0.20659001735266855,0.5,0.15372517456988796,0.0,0.08399658024738216,0.15372517456988796,0.0012302100145443978,0.010352868856615134,0.5,0.15372517456988796,2.5871914209097232e-05,0.02186620339905807,0.15372517456988796,0.0003158822233703251,0.007749256989460087,0.15372517456988796,0.0,0.37278630573049476,0.15372517456988796,0.0,0.40612421751841077,0.15372517456988796,5.2110926384484825e-06,0.14765529706017505,0.15372517456988796,4.4423303273604854e-07,0.08742927710441395,0.15372517456988796,0.0007114223714180611,0.03834830653195913,0.5,0.15372517456988796,0.0017949798083224575,0.11855954719307474,0.0,0.20529540291032167,0.9986032852094247 -1281,0.5,0.15372517456988796,0.03718153220962672,0.07999934655454372,0.15372517456988796,0.09665931237386124,0.1846500065465888,0.15372517456988796,0.020676865294621243,0.04088856797326861,0.15372517456988796,0.030457592234174477,0.01590666788034526,0.15372517456988796,0.04920049025777429,0.4442611578428783,0.15372517456988796,0.013956105821026098,0.39985083956191214,0.15372517456988796,0.09455614498312719,0.26490802826403625,0.15372517456988796,0.07691173549224382,0.20614696385418957,0.5,0.15372517456988796,0.040407064311058116,0.09148928759117977,0.15372517456988796,0.027606336942964646,0.010643269074857777,0.5,0.15372517456988796,0.010926813994432207,0.037593609190350735,0.15372517456988796,0.04270255287035979,0.00932629149662933,0.15372517456988796,0.062431813091149424,0.4108029217844535,0.15372517456988796,0.04868680401489769,0.44443140601713943,0.15372517456988796,0.09972839083600211,0.1444256663189071,0.15372517456988796,0.07831280771114298,0.09145749031691892,0.15372517456988796,0.025688914503070804,0.04520977166546034,0.5,0.15372517456988796,0.03540134134902931,0.11611702802405456,0.0,0.1428565990708827,1.0044456393464218 -1282,0.5,0.15372517456988796,0.1217895306326883,0.1288535274387014,0.15372517456988796,0.26216033652956394,0.24555601487450954,0.15372517456988796,0.06229452062540306,0.06881997146275626,0.15372517456988796,0.07887904439038886,0.032045066558291466,0.15372517456988796,0.14098409217965294,0.5322072430919207,0.15372517456988796,0.05961101967921062,0.4280738146070846,0.15372517456988796,0.22923592108277246,0.33254198633686954,0.15372517456988796,0.21812688666334384,0.22161059546453082,0.5,0.15372517456988796,0.1406265079728663,0.1478186901725808,0.15372517456988796,0.059701435819161035,0.006455392562626623,0.5,0.15372517456988796,0.044950294833200094,0.0593434773202455,0.15372517456988796,0.1297005089089723,0.011009077219668663,0.15372517456988796,0.15444403778173427,0.5001042461864157,0.15372517456988796,0.11733426019412985,0.518252146715344,0.15372517456988796,0.2758476087209099,0.21262544214503912,0.15372517456988796,0.2271639292339151,0.18535050856482915,0.15372517456988796,0.07478287185777377,0.06036516585811682,0.5,0.15372517456988796,0.08037337996201228,0.09077184095722389,0.0,0.18668570701388515,1.0040827579843747 -1283,0.5,0.15372517456988796,0.2104022868216111,0.20886511735177818,0.15372517456988796,0.42555881619106223,0.3708262149372245,0.15372517456988796,0.1394966555679993,0.1168063566558785,0.15372517456988796,0.10547996151845564,0.06299184266242118,0.15372517456988796,0.22075810590152856,0.5851028059263955,0.15372517456988796,0.14707734635483705,0.4342815854794864,0.15372517456988796,0.33551675337793674,0.4698150302782243,0.15372517456988796,0.3714624705529075,0.29319293110685013,0.5,0.15372517456988796,0.26416539090741725,0.2877255379356256,0.15372517456988796,0.09312707267000171,0.002770866566075631,0.5,0.15372517456988796,0.11994652828627014,0.0615805127462769,0.15372517456988796,0.23026808178081976,0.011083891291771694,0.15372517456988796,0.20550741881003243,0.5711588594879823,0.15372517456988796,0.18447259192496793,0.5954669334595435,0.15372517456988796,0.431306745690898,0.338839539969661,0.15372517456988796,0.40592133803669217,0.35265862255872304,0.15372517456988796,0.1164902876719162,0.06175889600830199,0.5,0.15372517456988796,0.11504168230516346,0.05151890387122527,0.0,0.24949489895461624,1.00628799576815 -1284,0.5,0.15372517456988796,0.31963084379365414,0.27023365247970704,0.15372517456988796,0.5238836248107822,0.4963903587010172,0.15372517456988796,0.2636791365183613,0.1736221064685898,0.15372517456988796,0.10446654610458965,0.06975194855385639,0.15372517456988796,0.37424198888594534,0.7197155405693872,0.15372517456988796,0.3191291003575243,0.5273979665473506,0.15372517456988796,0.44460995199015496,0.5298737737076138,0.15372517456988796,0.4914008940163734,0.4295559840987375,0.5,0.15372517456988796,0.390450185599342,0.3348520467305184,0.15372517456988796,0.1244570343173805,0.004478866470368522,0.5,0.15372517456988796,0.2813763961598577,0.033449745961490744,0.15372517456988796,0.28379830400878936,0.01961293635992488,0.15372517456988796,0.21842729658920246,0.6271941785742736,0.15372517456988796,0.30631997249779574,0.6673149926033182,0.15372517456988796,0.5196786153274224,0.4239261177765095,0.15372517456988796,0.5287748416304154,0.4451180905785232,0.15372517456988796,0.15292732231957604,0.04872287165356665,0.5,0.15372517456988796,0.13612103854603685,0.024119381260569922,0.0,0.28712078928320794,1.0085181203781786 -1285,0.5,0.15372517456988796,0.382312718519207,0.3012714961176554,0.15372517456988796,0.4917001629944602,0.6165212431201622,0.15372517456988796,0.3440443874013273,0.18659654866113473,0.15372517456988796,0.12065715513758477,0.06858431637764129,0.15372517456988796,0.46504122137171106,0.6774639228994207,0.15372517456988796,0.3819763462075824,0.5102911508694316,0.15372517456988796,0.5454574780316395,0.5581303910667694,0.15372517456988796,0.5445731734511053,0.4858439745635423,0.5,0.15372517456988796,0.49887276662890234,0.2949119706726502,0.15372517456988796,0.13829521801738393,0.013665874467760172,0.5,0.15372517456988796,0.28286628711566875,0.027602371895065057,0.15372517456988796,0.3273520592228426,0.0400001043621844,0.15372517456988796,0.27712123109975156,0.6801441664691489,0.15372517456988796,0.41642379939519336,0.6848302140079898,0.15372517456988796,0.5536317615614543,0.44447029426354656,0.15372517456988796,0.5257347019701002,0.4513013293834056,0.15372517456988796,0.17108453108327254,0.03593428567366612,0.5,0.15372517456988796,0.12395684977052768,0.009348707835209136,0.0,0.2745903343845845,1.007559710240534 -1286,0.5,0.15372517456988796,0.4056257121868221,0.32461351092772883,0.15372517456988796,0.358018887782582,0.5220900971069374,0.15372517456988796,0.36536217735482124,0.1851875501136451,0.15372517456988796,0.1472102945888844,0.0650185975542207,0.15372517456988796,0.4257455645514159,0.7072688145055992,0.15372517456988796,0.3554432517544427,0.5589216538935526,0.15372517456988796,0.5806337418530421,0.5317116906559873,0.15372517456988796,0.5238501916980589,0.45289043320930533,0.5,0.15372517456988796,0.49512004089987227,0.2428985113311818,0.15372517456988796,0.15634911740988192,0.030096736110087754,0.5,0.15372517456988796,0.2798467027444154,0.04300807763673721,0.15372517456988796,0.3517524265576889,0.0656316896709575,0.15372517456988796,0.35204717492020193,0.6779172809175982,0.15372517456988796,0.44127064817752276,0.7171392894973843,0.15372517456988796,0.5606709226158579,0.4205968822488678,0.15372517456988796,0.4858313489802003,0.4253903661968471,0.15372517456988796,0.1695310012420352,0.033166915692201086,0.5,0.15372517456988796,0.10904574647160512,0.0026542225390457745,0.0,0.26641666233997396,1.008398894407545 -1287,0.5,0.15372517456988796,0.3836960120264753,0.3154912635557756,0.15372517456988796,0.240757478356035,0.5080422265545556,0.15372517456988796,0.33487223217231116,0.18071353345623536,0.15372517456988796,0.11083657285188443,0.05930769089933,0.15372517456988796,0.3225720847645224,0.5950848419718382,0.15372517456988796,0.310080652582973,0.5669244101742881,0.15372517456988796,0.5144356276383926,0.5035813151978836,0.15372517456988796,0.4688644080200822,0.4156682376244235,0.5,0.15372517456988796,0.43917129396418375,0.2085597065318795,0.15372517456988796,0.1541285723644765,0.047009411034609296,0.5,0.15372517456988796,0.2602701526659883,0.0609675753769995,0.15372517456988796,0.3613066483867144,0.08327077787795492,0.15372517456988796,0.35296536862983446,0.6809298777201762,0.15372517456988796,0.3544715896764229,0.6992097087296393,0.15372517456988796,0.499240807904291,0.38578363519811626,0.15372517456988796,0.4060344890137111,0.4008509593679464,0.15372517456988796,0.10981203937126323,0.03809480872469619,0.5,0.15372517456988796,0.10876717197340668,0.0009142128809197765,0.0,0.2561381010416795,1.008992868175876 -1288,0.5,0.15372517456988796,0.30401724999357926,0.23310950580200507,0.15372517456988796,0.22215402118972796,0.4764207947917318,0.15372517456988796,0.23412007264311313,0.13511863372451974,0.15372517456988796,0.10830823983989958,0.044570444089205616,0.15372517456988796,0.2514078960278048,0.5769123849465918,0.15372517456988796,0.2886675123767046,0.5623732661616898,0.15372517456988796,0.39665378683311103,0.42139900701029337,0.15372517456988796,0.37677241018823876,0.31615739836628665,0.5,0.15372517456988796,0.3416993439547204,0.16691983240746627,0.15372517456988796,0.14457828272906925,0.058789114870887726,0.5,0.15372517456988796,0.19931613303229814,0.06131671151974555,0.15372517456988796,0.3228120352504745,0.08362927195289949,0.15372517456988796,0.25299789068338324,0.6565375516327734,0.15372517456988796,0.2471062214541887,0.6610232168158052,0.15372517456988796,0.3794382455503646,0.2776466516480344,0.15372517456988796,0.2795403172033967,0.3369041017557419,0.15372517456988796,0.08384853446791507,0.04075545668110739,0.5,0.15372517456988796,0.0861969178630608,0.0042405802137603305,0.0,0.2457541687066067,1.0086596428523982 -1289,0.5,0.15372517456988796,0.08199444165459438,0.19616704146760156,0.15372517456988796,0.11122944877639948,0.4027142388050519,0.15372517456988796,0.08956273723977112,0.09690303033469579,0.15372517456988796,0.04385796906444227,0.02457261062899283,0.15372517456988796,0.18992753052767095,0.5724157926240511,0.15372517456988796,0.1912763252621678,0.44517249945605475,0.15372517456988796,0.20325742644615363,0.3187611701126052,0.15372517456988796,0.18446455731304648,0.17792761935295237,0.5,0.15372517456988796,0.17359125111668997,0.0832147901988575,0.15372517456988796,0.07855657397260028,0.06398756139941769,0.5,0.15372517456988796,0.13980966227506644,0.03744585903622308,0.15372517456988796,0.1664362462678618,0.061605861466213795,0.15372517456988796,0.1286688484813373,0.6454424753551807,0.15372517456988796,0.13342156280249354,0.6188965669691097,0.15372517456988796,0.14581164899193633,0.22573303292534708,0.15372517456988796,0.11840338498929563,0.22309420195513088,0.15372517456988796,0.03931802610667376,0.03242467614553998,0.5,0.15372517456988796,0.03423049410761453,0.012911990516304555,0.0,0.2623457691012883,1.0080603177005478 -1290,0.5,0.15372517456988796,0.0,0.2118136451598508,0.15372517456988796,0.0,0.3902944152750061,0.15372517456988796,0.0,0.09041375668526337,0.15372517456988796,0.0,0.02984264203247944,0.15372517456988796,0.0,0.5658913151905516,0.15372517456988796,0.0,0.3821732297521674,0.15372517456988796,0.0,0.2985262235498195,0.15372517456988796,0.0,0.1569817709564078,0.5,0.15372517456988796,0.0,0.06707609579925719,0.15372517456988796,0.0,0.04672201449790461,0.5,0.15372517456988796,0.0,0.033750280356126136,0.15372517456988796,0.0,0.04122114558822318,0.15372517456988796,0.0,0.6604742517318241,0.15372517456988796,0.0,0.6226264919084797,0.15372517456988796,0.0,0.2554152558685289,0.15372517456988796,0.0,0.1728509864103743,0.15372517456988796,0.0,0.02045179176804077,0.5,0.15372517456988796,0.0,0.014871106728464405,0.0,0.31410021262370863,1.0088791294535033 -1291,0.5,0.15372517456988796,0.0,0.21254900953663114,0.15372517456988796,0.0,0.3838334109579784,0.15372517456988796,0.0,0.07793069106305267,0.15372517456988796,0.0,0.030135683090216112,0.15372517456988796,0.0,0.5483600006957562,0.15372517456988796,0.0,0.38458776570919495,0.15372517456988796,0.0,0.3019591130398625,0.15372517456988796,0.0,0.1713710400868092,0.5,0.15372517456988796,0.0,0.06067038915321262,0.15372517456988796,0.0,0.03672102933346509,0.5,0.15372517456988796,0.0,0.0508520010402761,0.15372517456988796,0.0,0.04574737952402074,0.15372517456988796,0.0,0.6716450720987491,0.15372517456988796,0.0,0.6360517410690965,0.15372517456988796,0.0,0.27052936583721315,0.15372517456988796,0.0,0.17323927778216222,0.15372517456988796,0.0,0.026306017638035393,0.5,0.15372517456988796,0.0,0.0189828132441142,0.0,0.4010002604966995,1.0079221163047996 -1292,0.5,0.15372517456988796,0.0,0.20766514422864274,0.15372517456988796,0.0,0.3727755770126425,0.15372517456988796,0.0,0.06908655232791278,0.15372517456988796,0.0,0.0306700862868362,0.15372517456988796,0.0,0.5286615446112212,0.15372517456988796,0.0,0.39262640271415816,0.15372517456988796,0.0,0.3081512567222598,0.15372517456988796,0.0,0.17688366320872012,0.5,0.15372517456988796,0.0,0.05140300313719078,0.15372517456988796,0.0,0.031077651486934706,0.5,0.15372517456988796,0.0,0.0584360890382442,0.15372517456988796,0.0,0.052004186098290515,0.15372517456988796,0.0,0.6773052962020787,0.15372517456988796,0.0,0.6320308339382401,0.15372517456988796,0.0,0.2612306257213691,0.15372517456988796,0.0,0.15985816864972735,0.15372517456988796,0.0,0.03258283525106176,0.5,0.15372517456988796,0.0,0.02521380504732385,0.0,0.44592277089140564,1.0066184063171175 -1293,0.5,0.15372517456988796,0.0,0.18583846722857705,0.15372517456988796,0.0,0.3737890263444976,0.15372517456988796,0.0,0.06325784041655175,0.15372517456988796,0.0,0.02931627281220623,0.15372517456988796,0.0,0.49209858620374464,0.15372517456988796,0.0,0.38590169715486866,0.15372517456988796,0.0,0.31527973805463533,0.15372517456988796,0.0,0.16719438541074477,0.5,0.15372517456988796,0.0,0.04416162165906617,0.15372517456988796,0.0,0.032356680388575046,0.5,0.15372517456988796,0.0,0.05623614078361016,0.15372517456988796,0.0,0.054174019900202895,0.15372517456988796,0.0,0.6749238848800343,0.15372517456988796,0.0,0.6113475681142522,0.15372517456988796,0.0,0.24503752295631412,0.15372517456988796,0.0,0.12896425669269776,0.15372517456988796,0.0,0.03714090738961578,0.5,0.15372517456988796,0.0,0.03367145289748824,0.0,0.44854083676516854,1.0080313845450202 -1294,0.5,0.15372517456988796,0.0,0.157980534365234,0.15372517456988796,0.0,0.3667723478759283,0.15372517456988796,0.0,0.0557044499662996,0.15372517456988796,0.0,0.025742662136855648,0.15372517456988796,0.0,0.4465289606524649,0.15372517456988796,0.0,0.36661137071590727,0.15372517456988796,0.0,0.29858394733276394,0.15372517456988796,0.0,0.16461422226364497,0.5,0.15372517456988796,0.0,0.03327699910885013,0.15372517456988796,0.0,0.03571141930029752,0.5,0.15372517456988796,0.0,0.057752952885533775,0.15372517456988796,0.0,0.05789449165719973,0.15372517456988796,0.0,0.6554810883278138,0.15372517456988796,0.0,0.5685261820230605,0.15372517456988796,0.0,0.2284963470520423,0.15372517456988796,0.0,0.10720371773910896,0.15372517456988796,0.0,0.04059730085616873,0.5,0.15372517456988796,0.0,0.04678891787812739,0.0,0.45137716918194426,1.0076005146880773 -1295,0.5,0.15372517456988796,0.0,0.13722857299772012,0.15372517456988796,0.0,0.33651895962503153,0.15372517456988796,0.0,0.04391555923998806,0.15372517456988796,0.0,0.022934696042717556,0.15372517456988796,0.0,0.38631454596624576,0.15372517456988796,0.0,0.33150676951658004,0.15372517456988796,0.0,0.2814633018933578,0.15372517456988796,0.0,0.1673468577375844,0.5,0.15372517456988796,0.0,0.028968820926824974,0.15372517456988796,0.0,0.03438924865131171,0.5,0.15372517456988796,0.0,0.060314055848915235,0.15372517456988796,0.0,0.06356064567072148,0.15372517456988796,0.0,0.6157140852815011,0.15372517456988796,0.0,0.5170508395528237,0.15372517456988796,0.0,0.21069743544484706,0.15372517456988796,0.0,0.10555414640792304,0.15372517456988796,0.0,0.04631367150574445,0.5,0.15372517456988796,0.0,0.06647196848555051,0.0,0.46687085088124103,1.006909018383369 -1296,0.5,0.15372517456988796,0.0,0.12473731074220137,0.15372517456988796,0.0,0.2952584108221967,0.15372517456988796,0.0,0.03568791672427,0.15372517456988796,0.0,0.02138577937908045,0.15372517456988796,0.0,0.33048897744766925,0.15372517456988796,0.0,0.30030421661713325,0.15372517456988796,0.0,0.26347735325084404,0.15372517456988796,0.0,0.1612983778162022,0.5,0.15372517456988796,0.0,0.029393594835257823,0.15372517456988796,0.0,0.0314280995961474,0.5,0.15372517456988796,0.0,0.06577085814688788,0.15372517456988796,0.0,0.06664673947968656,0.15372517456988796,0.0,0.5711367289885568,0.15372517456988796,0.0,0.46917890187365147,0.15372517456988796,0.0,0.18818822365546767,0.15372517456988796,0.0,0.1131999176511376,0.15372517456988796,0.0,0.051612946832130545,0.5,0.15372517456988796,0.0,0.07448436562789747,0.0,0.4448590658063816,1.0063084567402694 -1297,0.5,0.15372517456988796,0.0,0.11706246885385112,0.15372517456988796,0.0,0.2450954537641336,0.15372517456988796,0.0,0.03484595295019246,0.15372517456988796,0.0,0.021245728227030698,0.15372517456988796,0.0,0.28647118687283507,0.15372517456988796,0.0,0.27430230260707206,0.15372517456988796,0.0,0.2530971914304979,0.15372517456988796,0.0,0.15844464282635692,0.5,0.15372517456988796,0.0,0.03386394354256195,0.15372517456988796,0.0,0.027274477200333398,0.5,0.15372517456988796,0.0,0.06423612797760248,0.15372517456988796,0.0,0.06537435574621495,0.15372517456988796,0.0,0.5136067494657025,0.15372517456988796,0.0,0.4213706015317737,0.15372517456988796,0.0,0.16811035736404623,0.15372517456988796,0.0,0.12032440556729973,0.15372517456988796,0.0,0.05349159711401949,0.5,0.15372517456988796,0.0,0.06265383541849412,0.0,0.40524545988842997,1.0056275692549133 -1298,0.5,0.15372517456988796,0.0,0.11781980895735845,0.15372517456988796,0.0,0.2053993388037553,0.15372517456988796,0.0,0.0390425406191249,0.15372517456988796,0.0,0.026050715118248483,0.15372517456988796,0.0,0.23720282568026413,0.15372517456988796,0.0,0.23995314606328538,0.15372517456988796,0.0,0.25169745728848675,0.15372517456988796,0.0,0.15792555754942844,0.5,0.15372517456988796,0.0,0.03700774623609923,0.15372517456988796,0.0,0.02459364219322533,0.5,0.15372517456988796,0.0,0.0639274012069466,0.15372517456988796,0.0,0.061030216707413036,0.15372517456988796,0.0,0.4553471212604575,0.15372517456988796,0.0,0.37017252375684373,0.15372517456988796,0.0,0.14978004036969852,0.15372517456988796,0.0,0.1262658532146834,0.15372517456988796,0.0,0.05232389639886057,0.5,0.15372517456988796,0.0,0.05624286802300307,0.0,0.3813087631630951,1.0048234162096144 -1299,0.5,0.15372517456988796,0.0,0.1257662651320268,0.15372517456988796,0.0,0.18767290354434168,0.15372517456988796,0.0,0.04714958040517528,0.15372517456988796,0.0,0.0321926892516855,0.15372517456988796,0.0,0.20451381511383238,0.15372517456988796,0.0,0.22227328311037817,0.15372517456988796,0.0,0.2598171723253345,0.15372517456988796,0.0,0.16243915557969432,0.5,0.15372517456988796,0.0,0.03633232019484266,0.15372517456988796,0.0,0.019759473229281448,0.5,0.15372517456988796,0.0,0.07105751178586991,0.15372517456988796,0.0,0.0561900812083666,0.15372517456988796,0.0,0.40516372621362573,0.15372517456988796,0.0,0.32542994748234333,0.15372517456988796,0.0,0.1452640593575412,0.15372517456988796,0.0,0.13940776636604438,0.15372517456988796,0.0,0.05076993966707653,0.5,0.15372517456988796,0.0,0.0678495711415287,0.0,0.3525466416643464,1.0040642709323977 -1300,0.5,0.15372517456988796,0.0,0.13195877478443116,0.15372517456988796,0.0,0.16449080682862496,0.15372517456988796,0.0,0.05600768165441197,0.15372517456988796,0.0,0.04117089045596877,0.15372517456988796,0.0,0.1884192143231357,0.15372517456988796,0.0,0.22070113960371868,0.15372517456988796,0.0,0.26830932698008864,0.15372517456988796,0.0,0.1641901007966849,0.5,0.15372517456988796,0.0,0.035034660495169234,0.15372517456988796,0.0,0.01728198355814513,0.5,0.15372517456988796,0.0,0.07957164153619625,0.15372517456988796,0.0,0.055963282426242496,0.15372517456988796,0.0,0.35681379022597826,0.15372517456988796,0.0,0.28162379692336303,0.15372517456988796,0.0,0.1445572809138854,0.15372517456988796,0.0,0.15222879268678502,0.15372517456988796,0.0,0.05640698778760097,0.5,0.15372517456988796,0.0,0.08024568715666044,0.0,0.31426262513619957,1.00195268528868 -1301,0.5,0.15372517456988796,0.0,0.12876155711791726,0.15372517456988796,0.0,0.14723796328928224,0.15372517456988796,0.0,0.06228300175853797,0.15372517456988796,0.0,0.046836762954945016,0.15372517456988796,0.0,0.18035137009312932,0.15372517456988796,0.0,0.23221345017061581,0.15372517456988796,0.0,0.2654545592748853,0.15372517456988796,0.0,0.17074732499951709,0.5,0.15372517456988796,0.0,0.03659533743165106,0.15372517456988796,0.0,0.015313062512127124,0.5,0.15372517456988796,0.0,0.08247269515945717,0.15372517456988796,0.0,0.05588010265267099,0.15372517456988796,0.0,0.3117337435471567,0.15372517456988796,0.0,0.2593664351735975,0.15372517456988796,0.0,0.1414882328147968,0.15372517456988796,0.0,0.16055605485694113,0.15372517456988796,0.0,0.06251987574581262,0.5,0.15372517456988796,0.0,0.062063872975579484,0.0,0.26766256484971196,0.9910912069157611 -1302,0.5,0.15372517456988796,0.0,0.12409390407463225,0.15372517456988796,0.0,0.1452219023466384,0.15372517456988796,0.0,0.060795448822793925,0.15372517456988796,0.0,0.05184157762274247,0.15372517456988796,0.0,0.1825226966624078,0.15372517456988796,0.0,0.23365524969883356,0.15372517456988796,0.0,0.26750669698023016,0.15372517456988796,0.0,0.17771255994639923,0.5,0.15372517456988796,0.0,0.03889006481294523,0.15372517456988796,0.0,0.013128222528962829,0.5,0.15372517456988796,0.0,0.08718235563589731,0.15372517456988796,0.0,0.0510210533089492,0.15372517456988796,0.0,0.28982768745790477,0.15372517456988796,0.0,0.2488830293519424,0.15372517456988796,0.0,0.14146461404039032,0.15372517456988796,0.0,0.1617619070444789,0.15372517456988796,0.0,0.06353998191905508,0.5,0.15372517456988796,0.0,0.049271729983187726,0.0,0.24378508075574618,0.9765071685514207 -1303,0.5,0.15372517456988796,0.0,0.1248984168309241,0.15372517456988796,0.0,0.171137575924892,0.15372517456988796,0.0,0.059211140539411435,0.15372517456988796,0.0,0.05684731801047752,0.15372517456988796,0.0,0.18561892761584545,0.15372517456988796,0.0,0.22141894633392062,0.15372517456988796,0.0,0.2897961113423652,0.15372517456988796,0.0,0.17127349071683323,0.5,0.15372517456988796,0.0,0.04374119967205856,0.15372517456988796,0.0,0.012395690938253713,0.5,0.15372517456988796,0.0,0.07686968368677885,0.15372517456988796,0.0,0.03854554140220252,0.15372517456988796,0.0,0.27988222035432014,0.15372517456988796,0.0,0.2476106517422707,0.15372517456988796,0.0,0.14858582339002532,0.15372517456988796,0.0,0.16103410019291248,0.15372517456988796,0.0,0.0586960565295913,0.5,0.15372517456988796,0.0,0.046330768992956343,0.0,0.25412477887170165,0.9620615948443437 -1304,0.5,0.15372517456988796,0.004675986886977761,0.12767063615614646,0.15372517456988796,0.0,0.2077779862208413,0.15372517456988796,0.003662583962361998,0.057418080298237494,0.15372517456988796,0.008816218029420954,0.05483557502144264,0.15372517456988796,0.0,0.19093184905373567,0.15372517456988796,0.0,0.22140169034084614,0.15372517456988796,0.0,0.3019255081665572,0.15372517456988796,0.0,0.17701764154944005,0.5,0.15372517456988796,8.660615811962936e-06,0.049573259052788886,0.15372517456988796,0.005042361620873355,0.009614992928359897,0.5,0.15372517456988796,0.0010645134819296004,0.06419782392861498,0.15372517456988796,0.0021740195197323176,0.030912630685550273,0.15372517456988796,2.18287722019888e-06,0.2928486282027792,0.15372517456988796,3.65448342042727e-06,0.2584715798046243,0.15372517456988796,0.00027709845617853536,0.15903990610136684,0.15372517456988796,0.0002799250511442229,0.15649750562012546,0.15372517456988796,0.004483643432463452,0.047534386725420034,0.5,0.15372517456988796,0.009931935745481405,0.045150877405263856,0.0,0.2922746546614978,0.955392273870101 -1305,0.5,0.15372517456988796,0.14894604419012047,0.13241231430447253,0.15372517456988796,0.11627593394640294,0.21883530767343148,0.15372517456988796,0.14688137658920786,0.047699688166242454,0.15372517456988796,0.16967100838790955,0.0489482156697458,0.15372517456988796,0.09655313466530115,0.1734751746206481,0.15372517456988796,0.09017822108050157,0.21645367624841694,0.15372517456988796,0.1071805668775426,0.28737346295764543,0.15372517456988796,0.10195421038524242,0.1791577405245657,0.5,0.15372517456988796,0.1128931297368094,0.04545183794012862,0.15372517456988796,0.15448015896109565,0.006637075415038129,0.5,0.15372517456988796,0.13216130650857968,0.04991450855376008,0.15372517456988796,0.13954435389568046,0.02609310702489872,0.15372517456988796,0.10540778462173271,0.3174854316512582,0.15372517456988796,0.09757367513228107,0.26513527488831207,0.15372517456988796,0.12087457101484753,0.1605756400136041,0.15372517456988796,0.1259990307725765,0.1574695278021272,0.15372517456988796,0.1517780290208584,0.03394141921709009,0.5,0.15372517456988796,0.1706214987009587,0.04372547340491176,0.0,0.3441649357712781,0.9512542182865583 -1306,0.5,0.15372517456988796,0.3168323195560554,0.15056533918155146,0.15372517456988796,0.28582538514247946,0.2615695805425209,0.15372517456988796,0.32054041444047676,0.042200379238298474,0.15372517456988796,0.34192282203137414,0.04610877561123691,0.15372517456988796,0.267978833245232,0.18321023964495298,0.15372517456988796,0.26160377243700256,0.21763914072892682,0.15372517456988796,0.28241566336209956,0.28294933693576163,0.15372517456988796,0.27661403093545833,0.17244258633676585,0.5,0.15372517456988796,0.28900435913470085,0.05171191727767762,0.15372517456988796,0.3319111776248319,0.005120562265966284,0.5,0.15372517456988796,0.30875254000501545,0.03911697171924523,0.15372517456988796,0.31814785900511444,0.024971216088448236,0.15372517456988796,0.2731577376214105,0.3656062285462712,0.15372517456988796,0.2670619148420778,0.290512564895938,0.15372517456988796,0.2933087171877752,0.20268964490540897,0.15372517456988796,0.30184047227212446,0.19092183091940654,0.15372517456988796,0.32789104219974297,0.028410585276820978,0.5,0.15372517456988796,0.34532356872167846,0.03147160170565956,0.0,0.395259030829781,0.9548883689832685 -1307,0.5,0.15372517456988796,0.4685666821203104,0.21223197936941626,0.15372517456988796,0.44151196151246835,0.34703606088558336,0.15372517456988796,0.47939043821377125,0.04893837476316967,0.15372517456988796,0.4936872473192143,0.060997958173496236,0.15372517456988796,0.42987177807118204,0.2750133102707685,0.15372517456988796,0.42176124952353433,0.3062957659002807,0.15372517456988796,0.4457806163395006,0.2949184767293824,0.15372517456988796,0.4414363976009056,0.20236690875264485,0.5,0.15372517456988796,0.45517792939082563,0.07402359998288416,0.15372517456988796,0.49372523878212005,0.006650037153508217,0.5,0.15372517456988796,0.4727429732276486,0.03171720496299808,0.15372517456988796,0.4840287160372506,0.020689941066364854,0.15372517456988796,0.4283501147207918,0.5108507219280568,0.15372517456988796,0.42608287834980835,0.42199493377481195,0.15372517456988796,0.4537131532757953,0.27180029923398086,0.15372517456988796,0.46661784721374056,0.22143764129220345,0.15372517456988796,0.4879830977664921,0.04234661274414675,0.5,0.15372517456988796,0.49976529638503453,0.041718864035727415,0.0,0.4402331894015823,0.9585908566203961 -1308,0.5,0.15372517456988796,0.5694368273097684,0.3186779229195904,0.15372517456988796,0.5526689392073733,0.4669967982972923,0.15372517456988796,0.5871425611201955,0.09022365695762818,0.15372517456988796,0.5906327843186043,0.07656839459338936,0.15372517456988796,0.5481328132929231,0.4519344752755502,0.15372517456988796,0.5421981413974558,0.5049715110586714,0.15372517456988796,0.5636611698029443,0.43582533759572184,0.15372517456988796,0.5626403931664009,0.3112214944604139,0.5,0.15372517456988796,0.5769303568277845,0.13410627461713087,0.15372517456988796,0.6031148323169851,0.009574763818145446,0.5,0.15372517456988796,0.5876481169044232,0.04925972385210317,0.15372517456988796,0.5987703980045218,0.018087657833738505,0.15372517456988796,0.541305546558455,0.6312335007690622,0.15372517456988796,0.5439696569559515,0.564382144562239,0.15372517456988796,0.5673953356194101,0.351098367892587,0.15372517456988796,0.5837093199644633,0.2779099782522844,0.15372517456988796,0.5961197104762211,0.07126653611713216,0.5,0.15372517456988796,0.6008646512088285,0.03393792023945642,0.0,0.4495149686841793,0.9668470544088124 -1309,0.5,0.15372517456988796,0.6092922275372123,0.3995919329844459,0.15372517456988796,0.6031324811056573,0.5934143881077983,0.15372517456988796,0.6311948907876639,0.12232848622529076,0.15372517456988796,0.6251246224471736,0.08030560440038098,0.15372517456988796,0.6042848302357596,0.5448416981650787,0.15372517456988796,0.6030164984054298,0.5835928138067266,0.15372517456988796,0.6182469153695354,0.5193647096986561,0.15372517456988796,0.6215493165938972,0.3682173695200539,0.5,0.15372517456988796,0.6335114693004621,0.20853080949358002,0.15372517456988796,0.6498981853893262,0.008755139268341313,0.5,0.15372517456988796,0.6373264699073514,0.06551653259602991,0.15372517456988796,0.6498238826373741,0.020107667419814,0.15372517456988796,0.5936611209092738,0.7361426211647772,0.15372517456988796,0.6002745426506906,0.6395507242876433,0.15372517456988796,0.618537555624776,0.44751671947901295,0.15372517456988796,0.6365071784757346,0.2711485671570241,0.15372517456988796,0.6396780700485944,0.07339402190548641,0.5,0.15372517456988796,0.6400461764670642,0.03043953813799052,0.0,0.4334806474389391,0.9615620868157535 -1310,0.5,0.15372517456988796,0.5913936613275194,0.32530922397768863,0.15372517456988796,0.5973971797676598,0.5936847764262093,0.15372517456988796,0.6172121650094184,0.11442895026182966,0.15372517456988796,0.6010586355165575,0.08997322653240948,0.15372517456988796,0.6030079250473459,0.5854667348473481,0.15372517456988796,0.6065829473120347,0.5822130952804379,0.15372517456988796,0.6155084454775623,0.6387310470268283,0.15372517456988796,0.622615326161269,0.3387663594326853,0.5,0.15372517456988796,0.6331941864697945,0.2346289196428512,0.15372517456988796,0.6371810999216351,0.025728365902294388,0.5,0.15372517456988796,0.6305729265589766,0.04987995326629464,0.15372517456988796,0.64213995410108,0.019797833426047334,0.15372517456988796,0.5880652267262749,0.6772929801619911,0.15372517456988796,0.5980843068072024,0.5971798943586661,0.15372517456988796,0.6113432854182784,0.4662782047102223,0.15372517456988796,0.6300752139585146,0.3456671861228155,0.15372517456988796,0.6255088931356176,0.06692848439448859,0.5,0.15372517456988796,0.6220193192351422,0.015236126451511149,0.0,0.365178539110161,0.9300760732376447 -1311,0.5,0.15372517456988796,0.5080507402009364,0.29731368294829985,0.15372517456988796,0.5278483522446543,0.6386465507105469,0.15372517456988796,0.5387063341999285,0.08069184912054216,0.15372517456988796,0.5117287537750338,0.09565933919458534,0.15372517456988796,0.5397689061685526,0.5171283079048947,0.15372517456988796,0.5482262837382009,0.49582068839566906,0.15372517456988796,0.5504565922001377,0.5337186698458211,0.15372517456988796,0.5618538118947062,0.28000889333576806,0.5,0.15372517456988796,0.5714298693443198,0.2031542912003841,0.15372517456988796,0.5620132133317786,0.033575346615490755,0.5,0.15372517456988796,0.5618358921522637,0.03436310745266151,0.15372517456988796,0.5730022873631855,0.021359784131416266,0.15372517456988796,0.5200800579647137,0.6770193082445105,0.15372517456988796,0.5327178416080163,0.554452720131426,0.15372517456988796,0.5396782231657835,0.4348325766343587,0.15372517456988796,0.5599888151378462,0.27115216328513186,0.15372517456988796,0.5479948677859945,0.04416708537426848,0.5,0.15372517456988796,0.5399261313691679,0.00914548117774776,0.0,0.4168325965907589,0.9120495259064462 -1312,0.5,0.15372517456988796,0.3745680216304722,0.25096228468849147,0.15372517456988796,0.40018550422527116,0.4640653261524622,0.15372517456988796,0.40355894748705534,0.042587053678660454,0.15372517456988796,0.37174652226405364,0.06191640294629939,0.15372517456988796,0.4170192868107985,0.37258478957949326,0.15372517456988796,0.42779992689158197,0.3877607008672666,0.15372517456988796,0.4256770662334638,0.3802046467501893,0.15372517456988796,0.4389862150860717,0.2270805307646362,0.5,0.15372517456988796,0.44683023885805107,0.13764567180818882,0.15372517456988796,0.4262388599901644,0.015508216718984436,0.5,0.15372517456988796,0.43254613835863476,0.016723907975946785,0.15372517456988796,0.44236840228126184,0.015184535628536675,0.15372517456988796,0.3955447776248538,0.5651189067315437,0.15372517456988796,0.40870713889127624,0.4514320770085494,0.15372517456988796,0.4103202559835296,0.30444014435879474,0.15372517456988796,0.42931568355264527,0.19261813954327286,0.15372517456988796,0.41212998516354227,0.02366035985334159,0.5,0.15372517456988796,0.3999216619063063,0.005653668584524335,0.0,0.4512422723436017,0.8974750520637486 -1313,0.5,0.15372517456988796,0.09383029721674388,0.26744976434333323,0.15372517456988796,0.11507040981876515,0.3612713464014013,0.15372517456988796,0.1400113001707994,0.06710054958455655,0.15372517456988796,0.08228699081429335,0.06316457164362656,0.15372517456988796,0.21014268248185047,0.2622780168515271,0.15372517456988796,0.2373611680835097,0.2834212205390023,0.15372517456988796,0.21020507051847498,0.2783361439522351,0.15372517456988796,0.18981018750811993,0.16787551783139978,0.5,0.15372517456988796,0.18495257067231677,0.0701824123574143,0.15372517456988796,0.17464223601480908,0.004482328229963289,0.5,0.15372517456988796,0.16040435727981267,0.00827335320541431,0.15372517456988796,0.18142735492303405,0.015014176940586673,0.15372517456988796,0.1921689216556978,0.4615949746118199,0.15372517456988796,0.18078716592460245,0.3394711079992578,0.15372517456988796,0.15381332049334961,0.23188339978996123,0.15372517456988796,0.16759603897576897,0.13085323330387336,0.15372517456988796,0.127260303237114,0.00985586142026892,0.5,0.15372517456988796,0.1220423620281312,0.000999257711395852,0.0,0.492077816035002,0.8611286477787274 -1314,0.5,0.15372517456988796,0.0,0.3114581690423369,0.15372517456988796,0.0,0.30154231284453475,0.15372517456988796,0.0,0.09179676436862064,0.15372517456988796,0.0,0.08808526945997745,0.15372517456988796,0.0,0.24504354420277488,0.15372517456988796,0.0,0.2653662967886252,0.15372517456988796,0.0,0.23353066766818945,0.15372517456988796,0.0,0.1598591155266212,0.5,0.15372517456988796,0.0,0.06778141746851504,0.15372517456988796,0.0,0.006384298510819871,0.5,0.15372517456988796,0.0,0.014198224267235129,0.15372517456988796,0.0,0.025791968716747205,0.15372517456988796,0.0,0.38554896851371995,0.15372517456988796,0.0,0.28285404665883235,0.15372517456988796,0.0,0.22077488678472773,0.15372517456988796,0.0,0.1334117660080957,0.15372517456988796,0.0,0.014952733707001863,0.5,0.15372517456988796,0.0,0.001412269325854172,0.0,0.5597355570370137,0.8382430270998079 -1315,0.5,0.15372517456988796,0.0,0.29553667045018056,0.15372517456988796,0.0,0.2203894418814994,0.15372517456988796,0.0,0.07854868160498403,0.15372517456988796,0.0,0.10260692400842576,0.15372517456988796,0.0,0.2152620205369007,0.15372517456988796,0.0,0.27068531633333637,0.15372517456988796,0.0,0.19553589211408784,0.15372517456988796,0.0,0.146939743742706,0.5,0.15372517456988796,0.0,0.06446738802575842,0.15372517456988796,0.0,0.00733930809708999,0.5,0.15372517456988796,0.0,0.01922392893269201,0.15372517456988796,0.0,0.03495038384103784,0.15372517456988796,0.0,0.32973691860763715,0.15372517456988796,0.0,0.23696364422305688,0.15372517456988796,0.0,0.18845161998605978,0.15372517456988796,0.0,0.1159888956306346,0.15372517456988796,0.0,0.02039408945426768,0.5,0.15372517456988796,0.0,0.0024161196288442132,0.0,0.5541285707787822,0.8273440622133641 -1316,0.5,0.15372517456988796,0.0,0.2652705802984921,0.15372517456988796,0.0,0.1786351436038098,0.15372517456988796,0.0,0.05498897504064266,0.15372517456988796,0.0,0.11109501528273766,0.15372517456988796,0.0,0.18781286652061413,0.15372517456988796,0.0,0.2589559995413686,0.15372517456988796,0.0,0.1891053637212833,0.15372517456988796,0.0,0.1359499185229449,0.5,0.15372517456988796,0.0,0.05552047970433932,0.15372517456988796,0.0,0.007048157887108801,0.5,0.15372517456988796,0.0,0.02531600373547142,0.15372517456988796,0.0,0.043526660240860826,0.15372517456988796,0.0,0.2841774367334762,0.15372517456988796,0.0,0.19746832853009566,0.15372517456988796,0.0,0.154407559367583,0.15372517456988796,0.0,0.09291280271481983,0.15372517456988796,0.0,0.022493127290148192,0.5,0.15372517456988796,0.0,0.004246412744991659,0.0,0.5103339314600853,0.7992065359231202 -1317,0.5,0.15372517456988796,0.0,0.2184379689067884,0.15372517456988796,0.0,0.1713209113054518,0.15372517456988796,0.0,0.04641080144322789,0.15372517456988796,0.0,0.1028659345479766,0.15372517456988796,0.0,0.1691562251594468,0.15372517456988796,0.0,0.22628512629334202,0.15372517456988796,0.0,0.20749126867472334,0.15372517456988796,0.0,0.11922944463059992,0.5,0.15372517456988796,0.0,0.04820917445882197,0.15372517456988796,0.0,0.009413413525607886,0.5,0.15372517456988796,0.0,0.026313338307093155,0.15372517456988796,0.0,0.043540142972195654,0.15372517456988796,0.0,0.24688731603572392,0.15372517456988796,0.0,0.1765274910253683,0.15372517456988796,0.0,0.1346828505604077,0.15372517456988796,0.0,0.06809671326222383,0.15372517456988796,0.0,0.020548123502828572,0.5,0.15372517456988796,0.0,0.0042923243107193445,0.0,0.5124748086416645,0.7658725204913728 -1318,0.5,0.15372517456988796,0.0,0.16597469943216983,0.15372517456988796,0.0,0.16655937425600087,0.15372517456988796,0.0,0.03495926215124775,0.15372517456988796,0.0,0.08165610690639577,0.15372517456988796,0.0,0.15465574994063125,0.15372517456988796,0.0,0.2075549601083394,0.15372517456988796,0.0,0.20831371426065567,0.15372517456988796,0.0,0.10994203723801331,0.5,0.15372517456988796,0.0,0.044706678073530196,0.15372517456988796,0.0,0.0140866557550286,0.5,0.15372517456988796,0.0,0.026329212761293214,0.15372517456988796,0.0,0.03695476935287301,0.15372517456988796,0.0,0.22284790194814788,0.15372517456988796,0.0,0.16996767608359475,0.15372517456988796,0.0,0.12372690507998453,0.15372517456988796,0.0,0.06315276272286402,0.15372517456988796,0.0,0.017964864209162216,0.5,0.15372517456988796,0.0,0.00612636926135326,0.0,0.5136431962598467,0.7283008580817458 -1319,0.5,0.15372517456988796,0.0,0.13162716455701162,0.15372517456988796,0.0,0.13086174186741573,0.15372517456988796,0.0,0.028920055817556318,0.15372517456988796,0.0,0.05833444351141715,0.15372517456988796,0.0,0.1722868592625923,0.15372517456988796,0.0,0.20127717173266668,0.15372517456988796,0.0,0.1921917431982011,0.15372517456988796,0.0,0.10052260275664951,0.5,0.15372517456988796,0.0,0.04306762509022381,0.15372517456988796,0.0,0.019028545929425298,0.5,0.15372517456988796,0.0,0.02732345096798255,0.15372517456988796,0.0,0.03768135265197658,0.15372517456988796,0.0,0.20136001401476783,0.15372517456988796,0.0,0.16318742347199117,0.15372517456988796,0.0,0.10910708074043755,0.15372517456988796,0.0,0.0653042782583638,0.15372517456988796,0.0,0.016445403093244607,0.5,0.15372517456988796,0.0,0.007819100504922238,0.0,0.456984458052618,0.6854689422874022 -1320,0.5,0.15372517456988796,0.0,0.12532763668502386,0.15372517456988796,0.0,0.11272110597344655,0.15372517456988796,0.0,0.02769112286142497,0.15372517456988796,0.0,0.046170459735083526,0.15372517456988796,0.0,0.17321221289736105,0.15372517456988796,0.0,0.18347003671556383,0.15372517456988796,0.0,0.17285922502812967,0.15372517456988796,0.0,0.09181423074996803,0.5,0.15372517456988796,0.0,0.043781034993939504,0.15372517456988796,0.0,0.01760715789407948,0.5,0.15372517456988796,0.0,0.029486565329837688,0.15372517456988796,0.0,0.05054829688639634,0.15372517456988796,0.0,0.1749310684816201,0.15372517456988796,0.0,0.15960978296149173,0.15372517456988796,0.0,0.099597757267148,0.15372517456988796,0.0,0.06424460595786337,0.15372517456988796,0.0,0.01612771389559455,0.5,0.15372517456988796,0.0,0.007398814495076513,0.0,0.40324530769016975,0.5841021613726385 -1321,0.5,0.15372517456988796,0.0,0.12640516559032897,0.15372517456988796,0.0,0.08786113315918752,0.15372517456988796,0.0,0.025967397306941014,0.15372517456988796,0.0,0.04240931169154489,0.15372517456988796,0.0,0.16507015620409124,0.15372517456988796,0.0,0.17416940153838595,0.15372517456988796,0.0,0.15979888385077518,0.15372517456988796,0.0,0.09599453283107381,0.5,0.15372517456988796,0.0,0.04434186173405885,0.15372517456988796,0.0,0.014920476185309412,0.5,0.15372517456988796,0.0,0.031725986537346866,0.15372517456988796,0.0,0.05977223152639486,0.15372517456988796,0.0,0.14788652012113843,0.15372517456988796,0.0,0.15423049969990157,0.15372517456988796,0.0,0.0886271160422591,0.15372517456988796,0.0,0.06027735345934709,0.15372517456988796,0.0,0.015390906550021332,0.5,0.15372517456988796,0.0,0.004812962697894219,0.0,0.35396735413232283,0.4591776573267469 -1322,0.5,0.15372517456988796,0.0,0.133139679999477,0.15372517456988796,0.0,0.07077104165789669,0.15372517456988796,0.0,0.02672254464060035,0.15372517456988796,0.0,0.04792451346499918,0.15372517456988796,0.0,0.14287945411909217,0.15372517456988796,0.0,0.18741729988343592,0.15372517456988796,0.0,0.13521425220627437,0.15372517456988796,0.0,0.10343467337765673,0.5,0.15372517456988796,0.0,0.04328877445969023,0.15372517456988796,0.0,0.012318256312077083,0.5,0.15372517456988796,0.0,0.030248015154812163,0.15372517456988796,0.0,0.05158454400291153,0.15372517456988796,0.0,0.12894759557469732,0.15372517456988796,0.0,0.1507373093805105,0.15372517456988796,0.0,0.07665352785868738,0.15372517456988796,0.0,0.05691132609112778,0.15372517456988796,0.0,0.01458421756240685,0.5,0.15372517456988796,0.0,0.0027313097705899455,0.0,0.3375732009066613,0.42398043934763735 -1323,0.5,0.15372517456988796,0.0,0.14999156374580655,0.15372517456988796,0.0,0.07492536105334813,0.15372517456988796,0.0,0.028686591819709225,0.15372517456988796,0.0,0.05409553491485612,0.15372517456988796,0.0,0.13568174851224798,0.15372517456988796,0.0,0.2246609756375585,0.15372517456988796,0.0,0.12597685203111336,0.15372517456988796,0.0,0.1120241209518904,0.5,0.15372517456988796,0.0,0.04229214796474249,0.15372517456988796,0.0,0.010726380489066127,0.5,0.15372517456988796,0.0,0.030420374258759174,0.15372517456988796,0.0,0.05408657827543232,0.15372517456988796,0.0,0.12352469162826772,0.15372517456988796,0.0,0.1451267428117032,0.15372517456988796,0.0,0.07550062270917489,0.15372517456988796,0.0,0.05503845890897237,0.15372517456988796,0.0,0.016176851230345873,0.5,0.15372517456988796,0.0,0.0021576482219916966,0.0,0.32165478981371226,0.5076250613014287 -1324,0.5,0.15372517456988796,0.0,0.1534898900137663,0.15372517456988796,0.0,0.0709843572194984,0.15372517456988796,0.0,0.03015447777057047,0.15372517456988796,0.0,0.05823076048104914,0.15372517456988796,0.0,0.12764467334140936,0.15372517456988796,0.0,0.24689788432351364,0.15372517456988796,0.0,0.11942301269679731,0.15372517456988796,0.0,0.11985637704798643,0.5,0.15372517456988796,0.0,0.04345963253643172,0.15372517456988796,0.0,0.012767094227603096,0.5,0.15372517456988796,0.0,0.027942550739676605,0.15372517456988796,0.0,0.06377873693026818,0.15372517456988796,0.0,0.1246630183087726,0.15372517456988796,0.0,0.14005577726003132,0.15372517456988796,0.0,0.07087736863395598,0.15372517456988796,0.0,0.051551663919497816,0.15372517456988796,0.0,0.017439419531935386,0.5,0.15372517456988796,0.0,0.002639326135866081,0.0,0.30386543631677054,0.6062982137643735 -1325,0.5,0.15372517456988796,0.0,0.14433540320297128,0.15372517456988796,0.0,0.07023506951095186,0.15372517456988796,0.0,0.03282025215234192,0.15372517456988796,0.0,0.0583734963413013,0.15372517456988796,0.0,0.140614842327579,0.15372517456988796,0.0,0.24849686683250216,0.15372517456988796,0.0,0.13286798513341921,0.15372517456988796,0.0,0.1251252524381013,0.5,0.15372517456988796,0.0,0.05231682226119157,0.15372517456988796,0.0,0.015837002397308196,0.5,0.15372517456988796,0.0,0.025890520659575818,0.15372517456988796,0.0,0.06756890644082711,0.15372517456988796,0.0,0.13017462265202365,0.15372517456988796,0.0,0.14081539482133004,0.15372517456988796,0.0,0.06463362918395855,0.15372517456988796,0.0,0.05239664066297347,0.15372517456988796,0.0,0.018987055069664267,0.5,0.15372517456988796,0.0,0.0037494330340099432,0.0,0.292765314722069,0.6536751370546675 -1326,0.5,0.15372517456988796,0.0,0.13763553370852566,0.15372517456988796,0.0,0.058704934914536586,0.15372517456988796,0.0,0.03270438771706198,0.15372517456988796,0.0,0.05777040903491544,0.15372517456988796,0.0,0.16411521385665767,0.15372517456988796,0.0,0.2393906897175742,0.15372517456988796,0.0,0.13661085415510504,0.15372517456988796,0.0,0.1263877672089096,0.5,0.15372517456988796,0.0,0.05939026471719683,0.15372517456988796,0.0,0.0204894283803845,0.5,0.15372517456988796,0.0,0.023728184862495047,0.15372517456988796,0.0,0.062225127514168074,0.15372517456988796,0.0,0.12965630119367305,0.15372517456988796,0.0,0.1400680491579589,0.15372517456988796,0.0,0.05806099825397608,0.15372517456988796,0.0,0.051677839647113706,0.15372517456988796,0.0,0.021189791093354473,0.5,0.15372517456988796,0.0,0.0057345464849284135,0.0,0.31754225625009846,0.7465314001267676 -1327,0.5,0.15372517456988796,0.0,0.13095965085798006,0.15372517456988796,0.0,0.05087578626127687,0.15372517456988796,0.0,0.031895028156112955,0.15372517456988796,0.0,0.05909799291124479,0.15372517456988796,0.0,0.20055528019317906,0.15372517456988796,0.0,0.24068917271456036,0.15372517456988796,0.0,0.14268498449868774,0.15372517456988796,0.0,0.12271464376108951,0.5,0.15372517456988796,0.0,0.0753260450570176,0.15372517456988796,0.0,0.02304443631795284,0.5,0.15372517456988796,0.0,0.022213080865746044,0.15372517456988796,0.0,0.06024050748047242,0.15372517456988796,0.0,0.12554902193921125,0.15372517456988796,0.0,0.16115169217661374,0.15372517456988796,0.0,0.053144624320950504,0.15372517456988796,0.0,0.05045323183329091,0.15372517456988796,0.0,0.02251344821014782,0.5,0.15372517456988796,0.0,0.008378749493860145,0.0,0.2833759710452096,0.8256166975657471 -1328,0.5,0.15372517456988796,0.004052631748449314,0.12690635365142994,0.15372517456988796,5.093798989505656e-05,0.050054916661736636,0.15372517456988796,0.004583155939400124,0.03163526704338496,0.15372517456988796,0.009989491014830978,0.06362009939893443,0.15372517456988796,0.0,0.21162419186202547,0.15372517456988796,0.0,0.2456482433222887,0.15372517456988796,0.0,0.16198347480101105,0.15372517456988796,0.0,0.12001453900610337,0.5,0.15372517456988796,1.1273146224099874e-05,0.07682424803793361,0.15372517456988796,0.005964290345077799,0.020791957248210678,0.5,0.15372517456988796,0.00115124042749551,0.018366802959327237,0.15372517456988796,0.0028868322819909707,0.05128256511178037,0.15372517456988796,0.00010225217171460675,0.12728658187367248,0.15372517456988796,3.698967597888334e-05,0.20285953069383883,0.15372517456988796,0.0007564659212202006,0.05265311038187363,0.15372517456988796,0.0005140417026402383,0.05075099018201877,0.15372517456988796,0.005023228182240794,0.020651943086684416,0.5,0.15372517456988796,0.012965223565772796,0.01036360873035212,0.0,0.27608231541530087,0.9116454807272502 -1329,0.5,0.15372517456988796,0.1088650216543815,0.13023420521150486,0.15372517456988796,0.030573668986696043,0.06244660946521829,0.15372517456988796,0.14609013137588578,0.028714068566814722,0.15372517456988796,0.15923028542619755,0.06993771850572564,0.15372517456988796,0.019999151708448983,0.22761368125570502,0.15372517456988796,0.005918371437002028,0.27438855308496457,0.15372517456988796,0.02334573939891808,0.16764356601288924,0.15372517456988796,0.02911392532170452,0.12198678515329578,0.5,0.15372517456988796,0.01945132397513744,0.08030340905479577,0.15372517456988796,0.16035234488564548,0.00985129604742636,0.5,0.15372517456988796,0.05257740984324285,0.01356558909920073,0.15372517456988796,0.13185267627512032,0.034052241314567626,0.15372517456988796,0.02988199684469202,0.13417672082991605,0.15372517456988796,0.01781182252883037,0.23060325497621992,0.15372517456988796,0.08454355462386749,0.0588406860945355,0.15372517456988796,0.0504666458002971,0.05401199266105052,0.15372517456988796,0.13064513624432647,0.016311176797609475,0.5,0.15372517456988796,0.17672771060884326,0.008125768288743368,0.0,0.23861100178715666,0.8874159932053882 -1330,0.5,0.15372517456988796,0.2455763201366652,0.12546219521384985,0.15372517456988796,0.07071135367011303,0.06995782676815206,0.15372517456988796,0.29746920922930303,0.031150715131403085,0.15372517456988796,0.31507803026462466,0.07699918395100229,0.15372517456988796,0.03980486760743511,0.23699508769367056,0.15372517456988796,0.0341527255717841,0.27247604180408647,0.15372517456988796,0.05278853763999643,0.19342088785446424,0.15372517456988796,0.07477576689887504,0.16172040256483858,0.5,0.15372517456988796,0.07801133565207308,0.10962866950531891,0.15372517456988796,0.3380131155945876,0.0033057171351811502,0.5,0.15372517456988796,0.10349765835174933,0.01411091950274524,0.15372517456988796,0.2971404741876253,0.031133433068671373,0.15372517456988796,0.05880813217777682,0.15145569336753076,0.15372517456988796,0.050614169326084965,0.25557393897927316,0.15372517456988796,0.20400552210411876,0.07158595975121541,0.15372517456988796,0.08028011355012675,0.059520803437552734,0.15372517456988796,0.25986119375835615,0.013759242860978283,0.5,0.15372517456988796,0.35294406086474595,0.005762843342579791,0.0,0.21854146356868634,0.8352716738295172 -1331,0.5,0.15372517456988796,0.4032291471680186,0.12642073977595436,0.15372517456988796,0.14630225259889695,0.08540946224997595,0.15372517456988796,0.4111489003376016,0.038382208462515444,0.15372517456988796,0.4617005502481477,0.09096711923921978,0.15372517456988796,0.05541376833912101,0.24454193061260823,0.15372517456988796,0.08632414267801206,0.30705810621577434,0.15372517456988796,0.0763988423867015,0.2367881862208853,0.15372517456988796,0.173364886236301,0.29096765904950844,0.5,0.15372517456988796,0.14950201590607182,0.17810716591598713,0.15372517456988796,0.4980763237026514,0.00197678474925124,0.5,0.15372517456988796,0.2425541649941281,0.017060990207580642,0.15372517456988796,0.4522285105074779,0.03328118007830925,0.15372517456988796,0.08893626171860158,0.18816886861845344,0.15372517456988796,0.07246571123310318,0.2742072571353547,0.15372517456988796,0.28393772113559596,0.09533016806390303,0.15372517456988796,0.10256208638530256,0.07011959564737091,0.15372517456988796,0.3620570441473556,0.015079533529320215,0.5,0.15372517456988796,0.508124466744768,0.003307086175541019,0.0,0.20650555119139988,0.8352278499499298 -1332,0.5,0.15372517456988796,0.5251324367820493,0.12357272756617657,0.15372517456988796,0.2984836812150037,0.13978765106219726,0.15372517456988796,0.4899148415359341,0.07422597524256429,0.15372517456988796,0.5682562562701519,0.10445113591916813,0.15372517456988796,0.13127844714236056,0.30937433865681657,0.15372517456988796,0.18709803218012075,0.3880389428088096,0.15372517456988796,0.14254259204020306,0.3067634107647196,0.15372517456988796,0.29057094120191274,0.4003665275514767,0.5,0.15372517456988796,0.27674798041454984,0.3028182651838627,0.15372517456988796,0.6050492937265801,0.0032063614626531237,0.5,0.15372517456988796,0.44913304002292653,0.030773786005125543,0.15372517456988796,0.5646028994944359,0.05523812086829792,0.15372517456988796,0.12485987756704092,0.21340900349599468,0.15372517456988796,0.13754424161923046,0.30450859325054547,0.15372517456988796,0.26184832513244055,0.11939823433316442,0.15372517456988796,0.117070451554886,0.09537679263885283,0.15372517456988796,0.426119291588519,0.021119727118589095,0.5,0.15372517456988796,0.610258701244742,0.0024547322593445157,0.0,0.16535711256944888,0.8147074652522319 -1333,0.5,0.15372517456988796,0.5731527888112988,0.12183107279378216,0.15372517456988796,0.39821299452407266,0.186375737476134,0.15372517456988796,0.5391622619508284,0.1069667004220043,0.15372517456988796,0.6112129462206264,0.09168479008844643,0.15372517456988796,0.2454724893766277,0.3963427592719316,0.15372517456988796,0.332602635914222,0.48664165163300177,0.15372517456988796,0.2726808709270193,0.41436743076415583,0.15372517456988796,0.38465292211903945,0.5009713060902611,0.5,0.15372517456988796,0.4250867481295618,0.5155452471715447,0.15372517456988796,0.6463421706935835,0.0047702055040894495,0.5,0.15372517456988796,0.5335929980012704,0.06322612832057757,0.15372517456988796,0.6193092641120035,0.12257909281074537,0.15372517456988796,0.14569564976175287,0.2297390217652483,0.15372517456988796,0.23304635876567242,0.3477543024143739,0.15372517456988796,0.22075051834777557,0.14254143084321322,0.15372517456988796,0.1305246529438004,0.15927779845917414,0.15372517456988796,0.4775560725377347,0.03452461975952863,0.5,0.15372517456988796,0.6472821398891305,0.0026501349485425815,0.0,0.1357404870887556,0.7616187189552679 -1334,0.5,0.15372517456988796,0.5616299946981942,0.1273890817713858,0.15372517456988796,0.3576750055006606,0.18882519671732545,0.15372517456988796,0.5037699432556623,0.12089134264805779,0.15372517456988796,0.5922821240710384,0.08872034128201689,0.15372517456988796,0.32184584801748806,0.3886976472659751,0.15372517456988796,0.38607975303646225,0.5928580445581336,0.15372517456988796,0.37328502640983463,0.47694559545626863,0.15372517456988796,0.4670725227498306,0.5828156444486357,0.5,0.15372517456988796,0.43824686610523905,0.654999728119995,0.15372517456988796,0.6324767722083007,0.003067399251654668,0.5,0.15372517456988796,0.5024943284272053,0.1075744831651321,0.15372517456988796,0.6014382789351276,0.2027204005824043,0.15372517456988796,0.1485812697165108,0.2490327920076026,0.15372517456988796,0.3375572137786361,0.36489063117106346,0.15372517456988796,0.1836038783460387,0.18253491268202515,0.15372517456988796,0.20597969685729867,0.2747163868374198,0.15372517456988796,0.5056872440567475,0.051493673374962155,0.5,0.15372517456988796,0.6281372541862617,0.0034716670042060733,0.0,0.1056793801489366,0.6959841334144624 -1335,0.5,0.15372517456988796,0.47755756579955544,0.13023343515737182,0.15372517456988796,0.21622500256214758,0.1719920782367348,0.15372517456988796,0.4085407500245919,0.12985288770302175,0.15372517456988796,0.506132767024251,0.08267500052341976,0.15372517456988796,0.2775649339167283,0.4312673657685544,0.15372517456988796,0.2974270370697371,0.5962809588771227,0.15372517456988796,0.36671771455820185,0.5280466401016681,0.15372517456988796,0.3920275719740032,0.6153694184003957,0.5,0.15372517456988796,0.24862796241149465,0.6559875381757206,0.15372517456988796,0.5513664966784825,0.0035665421830676776,0.5,0.15372517456988796,0.38144155205133645,0.15565808938985254,0.15372517456988796,0.5076248844400667,0.22292824121736854,0.15372517456988796,0.1249684142990097,0.2504298058123083,0.15372517456988796,0.30241724980827284,0.3767402558868459,0.15372517456988796,0.15448307768726444,0.21162480201693024,0.15372517456988796,0.3230948087915187,0.3384182368715794,0.15372517456988796,0.49061805208517906,0.07541122734845562,0.5,0.15372517456988796,0.5449886524188239,0.0035456515406534547,0.0,0.08328283349736525,0.6107697023192404 -1336,0.5,0.15372517456988796,0.3498717462705412,0.09060067046659884,0.15372517456988796,0.12870114732604454,0.16506324830700694,0.15372517456988796,0.2780411589657195,0.07957310481372382,0.15372517456988796,0.3653881511779734,0.0428989154645426,0.15372517456988796,0.18186240361300351,0.4320718167732902,0.15372517456988796,0.11731675570712054,0.4544224373245431,0.15372517456988796,0.2758432344207503,0.5076059224153316,0.15372517456988796,0.15968281684073085,0.5286961001577135,0.5,0.15372517456988796,0.132723882634707,0.6356407054030112,0.15372517456988796,0.41601303030273895,0.004360178655249597,0.5,0.15372517456988796,0.20169542115944933,0.13248041766872687,0.15372517456988796,0.3579696262925338,0.17588855771699566,0.15372517456988796,0.08098861491966397,0.22683548033063838,0.15372517456988796,0.18292767558141954,0.3303807335528235,0.15372517456988796,0.13186915066654886,0.1939867855404593,0.15372517456988796,0.33038884587311323,0.3229760890863244,0.15372517456988796,0.3815147270932392,0.06138124221499777,0.5,0.15372517456988796,0.4039989850543607,0.002072083973346647,0.0,0.08338926068757356,0.5817703783185748 -1337,0.5,0.15372517456988796,0.09786593596652646,0.07152195780286077,0.15372517456988796,0.05379620188685049,0.11766637779527238,0.15372517456988796,0.11160013677056993,0.05331307972535251,0.15372517456988796,0.08739369502073158,0.03961648332357545,0.15372517456988796,0.08150777161366048,0.36857420669792657,0.15372517456988796,0.02559033001116081,0.31685122688496997,0.15372517456988796,0.13255327711150838,0.45642713473423785,0.15372517456988796,0.033262611785750795,0.3534869706695436,0.5,0.15372517456988796,0.05498990122764773,0.528387178038227,0.15372517456988796,0.1810088678190851,0.004046536401599144,0.5,0.15372517456988796,0.08267072408632661,0.10902752396521932,0.15372517456988796,0.15438893042644983,0.08429587465802856,0.15372517456988796,0.02804266857966737,0.1973319645003746,0.15372517456988796,0.09411921235668944,0.2823483905848849,0.15372517456988796,0.07847304290315654,0.16039139448982365,0.15372517456988796,0.16859640288980285,0.2526982179677516,0.15372517456988796,0.12757013935632477,0.041828611365687475,0.5,0.15372517456988796,0.12788281211504032,0.0015796382033715151,0.0,0.09908268031940452,0.6313804852327424 -1338,0.5,0.15372517456988796,0.0,0.08528259512974883,0.15372517456988796,0.0,0.11888253852147705,0.15372517456988796,0.0,0.056637395933164546,0.15372517456988796,0.0,0.05579264825584205,0.15372517456988796,0.0,0.3532252982674578,0.15372517456988796,0.0,0.2221862399892678,0.15372517456988796,0.0,0.41552343497468713,0.15372517456988796,0.00010003687468913306,0.2534798133226166,0.5,0.15372517456988796,0.0,0.35940636375628504,0.15372517456988796,0.0,0.01205630194385915,0.5,0.15372517456988796,0.0,0.09059063051352964,0.15372517456988796,0.0,0.07154205909513915,0.15372517456988796,2.3902304703792602e-05,0.19929143437933058,0.15372517456988796,0.0,0.2675877656990081,0.15372517456988796,0.0,0.1625627792154533,0.15372517456988796,0.0,0.2008707679437036,0.15372517456988796,0.0,0.05240172539603878,0.5,0.15372517456988796,0.0,0.0055641501488373855,0.0,0.1001143490519148,0.5981899613491052 -1339,0.5,0.15372517456988796,0.0,0.07528366899922981,0.15372517456988796,0.0,0.1356891039799904,0.15372517456988796,0.0,0.054842434035107704,0.15372517456988796,0.0,0.05609127779150171,0.15372517456988796,0.0,0.36078751099242684,0.15372517456988796,0.0,0.17796619002468167,0.15372517456988796,0.0,0.28389379976983004,0.15372517456988796,0.0,0.1654136848954981,0.5,0.15372517456988796,0.0,0.1881177474115516,0.15372517456988796,0.0,0.018838266590781607,0.5,0.15372517456988796,0.0,0.10151032000240634,0.15372517456988796,0.0,0.0692338407580123,0.15372517456988796,0.0,0.22102762525416025,0.15372517456988796,0.0,0.24432985655235256,0.15372517456988796,0.0,0.173652231025797,0.15372517456988796,0.0,0.1634658847166785,0.15372517456988796,0.0,0.05429854942051741,0.5,0.15372517456988796,0.0,0.009825015661880394,0.0,0.0757078775293016,0.4454920245143982 -1340,0.5,0.15372517456988796,0.0,0.0676327644431941,0.15372517456988796,0.0,0.1433890005960979,0.15372517456988796,0.0,0.05657648035449377,0.15372517456988796,0.0,0.054248483664996114,0.15372517456988796,0.0,0.2884832413510386,0.15372517456988796,0.0,0.14978359149401604,0.15372517456988796,0.0,0.18395805287977482,0.15372517456988796,0.0,0.09583489387281549,0.5,0.15372517456988796,0.0,0.10832238643451841,0.15372517456988796,0.0,0.020944258298642358,0.5,0.15372517456988796,0.0,0.11964202609755373,0.15372517456988796,0.0,0.06779409495607507,0.15372517456988796,0.0,0.23709341707311554,0.15372517456988796,0.0,0.2553860484324261,0.15372517456988796,0.0,0.16477695584585966,0.15372517456988796,0.0,0.1328169821323531,0.15372517456988796,0.0,0.05779843640755463,0.5,0.15372517456988796,0.0,0.012831352129831648,0.0,0.06250239666251757,0.41698005726806053 -1341,0.5,0.15372517456988796,0.0,0.06213601246921942,0.15372517456988796,0.0,0.152099119678725,0.15372517456988796,0.0,0.06304406308586777,0.15372517456988796,0.0,0.05512523688398748,0.15372517456988796,0.0,0.19873512480726505,0.15372517456988796,0.0,0.126353452629302,0.15372517456988796,0.0,0.14838289253665018,0.15372517456988796,0.0,0.059065800664687,0.5,0.15372517456988796,0.0,0.07755730319636855,0.15372517456988796,0.0,0.02336110987737717,0.5,0.15372517456988796,0.0,0.10080306537544638,0.15372517456988796,0.0,0.06545445302882637,0.15372517456988796,0.0,0.23502066365940744,0.15372517456988796,0.0,0.23398683508750284,0.15372517456988796,0.0,0.12900156857115527,0.15372517456988796,0.0,0.12073456895132645,0.15372517456988796,0.0,0.05534687928026611,0.5,0.15372517456988796,0.0,0.013579373082905345,0.0,0.05812198231885062,0.49630990141573805 -1342,0.5,0.15372517456988796,0.0,0.057922695316554376,0.15372517456988796,0.0,0.16915251937862485,0.15372517456988796,0.0,0.06595865309900592,0.15372517456988796,0.0,0.05733242503072512,0.15372517456988796,0.0,0.17118054586957038,0.15372517456988796,0.0,0.09296733210336455,0.15372517456988796,0.0,0.13337915971880937,0.15372517456988796,0.0,0.04683294887400886,0.5,0.15372517456988796,0.0,0.05136548889630294,0.15372517456988796,0.0,0.024300594262538867,0.5,0.15372517456988796,0.0,0.07563710804958954,0.15372517456988796,0.0,0.05647353624423462,0.15372517456988796,0.0,0.23458295829292797,0.15372517456988796,0.0,0.18236981373730407,0.15372517456988796,0.0,0.10426121739513483,0.15372517456988796,0.0,0.1130748038585822,0.15372517456988796,0.0,0.05023242478560791,0.5,0.15372517456988796,0.0,0.01428163470544835,0.0,0.051465201099392205,0.650970297390446 -1343,0.5,0.15372517456988796,0.0,0.0554788548322816,0.15372517456988796,0.0,0.1440738182319984,0.15372517456988796,0.0,0.06373011329650191,0.15372517456988796,0.0,0.060373355597997426,0.15372517456988796,0.0,0.1435802954534136,0.15372517456988796,0.0,0.05910523893216017,0.15372517456988796,0.0,0.09405597014817721,0.15372517456988796,0.0,0.03965042680889892,0.5,0.15372517456988796,0.0,0.03228531856620924,0.15372517456988796,0.0,0.01931940224489144,0.5,0.15372517456988796,0.0,0.055890266125585515,0.15372517456988796,0.0,0.04869743898933843,0.15372517456988796,0.0,0.21063284683875036,0.15372517456988796,0.0,0.14485282181083886,0.15372517456988796,0.0,0.0930485286239008,0.15372517456988796,0.0,0.08493674857028062,0.15372517456988796,0.0,0.042652578273024815,0.5,0.15372517456988796,0.0,0.012511759652377125,0.0,0.046433683749724126,0.7181077731141812 -1344,0.5,0.15372517456988796,0.0,0.0550741351870193,0.15372517456988796,0.0,0.116930556650277,0.15372517456988796,0.0,0.06204525820832756,0.15372517456988796,0.0,0.05875184482266092,0.15372517456988796,0.0,0.08944500184508478,0.15372517456988796,0.0,0.04578806542508638,0.15372517456988796,0.0,0.054205070955283055,0.15372517456988796,0.0,0.040940051683647984,0.5,0.15372517456988796,0.0,0.02948592148461995,0.15372517456988796,0.0,0.01463863711659309,0.5,0.15372517456988796,0.0,0.043535155900456535,0.15372517456988796,0.0,0.042161805090524515,0.15372517456988796,0.0,0.17223508253717576,0.15372517456988796,0.0,0.10762637353573826,0.15372517456988796,0.0,0.07892834834221911,0.15372517456988796,0.0,0.05098353942708303,0.15372517456988796,0.0,0.037405527933684166,0.5,0.15372517456988796,0.0,0.011130998448391754,0.0,0.043254491808810365,0.6647994954003816 -1345,0.5,0.15372517456988796,0.0,0.05582357570415343,0.15372517456988796,0.0,0.09381971465506078,0.15372517456988796,0.0,0.058742236230460876,0.15372517456988796,0.0,0.0547990486896055,0.15372517456988796,0.0,0.05010513518845795,0.15372517456988796,0.0,0.05430472354772034,0.15372517456988796,0.0,0.028414695784573292,0.15372517456988796,0.0,0.03736808830954842,0.5,0.15372517456988796,0.0,0.02316330204909397,0.15372517456988796,0.0,0.00843351810446324,0.5,0.15372517456988796,0.0,0.03585969628286785,0.15372517456988796,0.0,0.0381860553786728,0.15372517456988796,0.0,0.12776187085279558,0.15372517456988796,0.0,0.06452639717972034,0.15372517456988796,0.0,0.06384836635504416,0.15372517456988796,0.0,0.027286886484343145,0.15372517456988796,0.0,0.03302527299046554,0.5,0.15372517456988796,0.0,0.00886273171361535,0.0,0.04595250868930104,0.6089672383175115 -1346,0.5,0.15372517456988796,0.0,0.059006473441781004,0.15372517456988796,0.0,0.06803298737899542,0.15372517456988796,0.0,0.05575295785499313,0.15372517456988796,0.0,0.05197144014927575,0.15372517456988796,0.0,0.04599652887903294,0.15372517456988796,0.0,0.051872144375170265,0.15372517456988796,0.0,0.01407385902700207,0.15372517456988796,0.0,0.038664074902065575,0.5,0.15372517456988796,0.0,0.02314355106495989,0.15372517456988796,0.0,0.008136106525661786,0.5,0.15372517456988796,0.0,0.030627748526726076,0.15372517456988796,0.0,0.036152069738918415,0.15372517456988796,0.0,0.09050088306570381,0.15372517456988796,0.0,0.04599645272936485,0.15372517456988796,0.0,0.047790904190742146,0.15372517456988796,0.0,0.017233908740340476,0.15372517456988796,0.0,0.028596716872311696,0.5,0.15372517456988796,0.0,0.006631293424380691,0.0,0.048256822180437475,0.5654656666971105 -1347,0.5,0.15372517456988796,0.0,0.059654092978653386,0.15372517456988796,0.0,0.04493257199385434,0.15372517456988796,0.0,0.04883134971644584,0.15372517456988796,0.0,0.046699639513688634,0.15372517456988796,0.0,0.03865518460776648,0.15372517456988796,0.0,0.04517500594589342,0.15372517456988796,0.0,0.013951182040018512,0.15372517456988796,0.0,0.05052134649872433,0.5,0.15372517456988796,0.0,0.027550651769348282,0.15372517456988796,0.0,0.0057552860529868355,0.5,0.15372517456988796,0.0,0.024276335031250363,0.15372517456988796,0.0,0.03407681580375163,0.15372517456988796,0.0,0.06474899702296945,0.15372517456988796,0.0,0.04732706754783669,0.15372517456988796,0.0,0.03175776459788615,0.15372517456988796,0.0,0.015436230677456853,0.15372517456988796,0.0,0.024862160443061953,0.5,0.15372517456988796,0.0,0.005023265637527082,0.0,0.0539165602055851,0.47356442355547634 -1348,0.5,0.15372517456988796,0.0,0.05526577334623562,0.15372517456988796,0.0,0.02943080827656096,0.15372517456988796,0.0,0.03748217546125969,0.15372517456988796,0.0,0.039433982925976864,0.15372517456988796,0.0,0.03437678866872619,0.15372517456988796,0.0,0.057745239414681154,0.15372517456988796,0.0,0.025084193979059775,0.15372517456988796,0.0,0.05459234368076683,0.5,0.15372517456988796,0.0,0.03714288663504679,0.15372517456988796,0.0,0.0033462423114770778,0.5,0.15372517456988796,0.0,0.018111797615285752,0.15372517456988796,0.0,0.026140396730198908,0.15372517456988796,0.0,0.05095466609498732,0.15372517456988796,0.0,0.04517817240394219,0.15372517456988796,0.0,0.017881528075357138,0.15372517456988796,0.0,0.016736698220579434,0.15372517456988796,0.0,0.020508300860028056,0.5,0.15372517456988796,0.0,0.0036763070390352652,0.0,0.05626285407222699,0.33424288642383415 -1349,0.5,0.15372517456988796,0.0,0.045808297590571874,0.15372517456988796,0.0,0.02099113352755105,0.15372517456988796,0.0,0.02888735797215857,0.15372517456988796,0.0,0.031152880275092276,0.15372517456988796,0.0,0.05289288451268082,0.15372517456988796,0.0,0.07329026540592926,0.15372517456988796,0.0,0.03798175749896603,0.15372517456988796,0.0,0.05455729962821171,0.5,0.15372517456988796,0.0,0.04103619076928111,0.15372517456988796,0.0,0.003216749039722524,0.5,0.15372517456988796,0.0,0.0177115059445274,0.15372517456988796,0.0,0.019525542642230515,0.15372517456988796,0.0,0.0425296143794186,0.15372517456988796,0.0,0.04135970498644524,0.15372517456988796,0.0,0.011385370986400203,0.15372517456988796,0.0,0.016731990845957268,0.15372517456988796,0.0,0.017079817179453973,0.5,0.15372517456988796,0.0,0.003235025148004467,0.0,0.05259932709032856,0.2730059464498649 -1350,0.5,0.15372517456988796,0.0,0.038015819408893266,0.15372517456988796,0.0,0.01511330530293892,0.15372517456988796,0.0,0.02328603175640988,0.15372517456988796,0.0,0.026725896014021616,0.15372517456988796,0.0,0.0708786722327034,0.15372517456988796,0.0,0.08825427982853946,0.15372517456988796,0.0,0.05252963992789249,0.15372517456988796,0.0,0.04297324880677855,0.5,0.15372517456988796,0.0,0.03216131555519805,0.15372517456988796,0.0,0.00307169924459761,0.5,0.15372517456988796,0.0,0.021342411627362667,0.15372517456988796,0.0,0.01542329336357628,0.15372517456988796,0.0,0.0325118680740164,0.15372517456988796,0.0,0.05387560855978299,0.15372517456988796,0.0,0.010608891536878788,0.15372517456988796,0.0,0.01431043220596787,0.15372517456988796,0.0,0.014366102608564007,0.5,0.15372517456988796,0.0,0.002650048445770641,0.0,0.04782166792481226,0.18914279816655175 -1351,0.5,0.15372517456988796,0.0,0.03223127693840355,0.15372517456988796,0.0,0.015249357447650259,0.15372517456988796,0.0,0.01657781751630572,0.15372517456988796,0.0,0.024633083206601958,0.15372517456988796,0.0,0.08371750482734107,0.15372517456988796,0.0,0.08600217713080206,0.15372517456988796,0.0,0.05769691439458749,0.15372517456988796,0.0,0.0291075024493505,0.5,0.15372517456988796,0.0,0.022582135906092177,0.15372517456988796,0.0,0.002667569269143808,0.5,0.15372517456988796,0.0,0.01939261193630421,0.15372517456988796,0.0,0.012145361347491801,0.15372517456988796,0.0,0.02667860467631473,0.15372517456988796,0.0,0.07231175369533188,0.15372517456988796,0.0,0.011064513760096949,0.15372517456988796,0.0,0.012506804777979878,0.15372517456988796,0.0,0.011060497372605584,0.5,0.15372517456988796,0.0,0.002645671856043484,0.0,0.04341975788268872,0.2475711604090268 -1352,0.5,0.15372517456988796,0.00370440107710009,0.02829365149685176,0.15372517456988796,9.726067473097479e-05,0.015475205048961809,0.15372517456988796,0.002148218626701854,0.008667528614642568,0.15372517456988796,0.009767708934771573,0.0213288358519766,0.15372517456988796,0.0,0.08061148353115563,0.15372517456988796,0.0,0.07728426941514681,0.15372517456988796,1.118810022758693e-05,0.059712171135835046,0.15372517456988796,1.5071270226882827e-08,0.019795679138796464,0.5,0.15372517456988796,6.884943774495522e-05,0.013567841204820632,0.15372517456988796,0.0035824784841609527,0.0019136030917218368,0.5,0.15372517456988796,0.0003019935232289209,0.013752096266624058,0.15372517456988796,0.0014414927750525648,0.008099905782270827,0.15372517456988796,1.4219889080110361e-05,0.03267133204764335,0.15372517456988796,1.4500691697796818e-05,0.08826412111676939,0.15372517456988796,0.00033666161842673976,0.009819743491466783,0.15372517456988796,0.0004172953918569623,0.013374607171532849,0.15372517456988796,0.0032876089268273926,0.007542214990187706,0.5,0.15372517456988796,0.016024643109635788,0.002198858439854128,0.0,0.03379840425867451,0.32720374064637825 -1353,0.5,0.15372517456988796,0.06710723296798499,0.024389435923483662,0.15372517456988796,0.008626229806460668,0.009840551274639548,0.15372517456988796,0.05632958923906012,0.003712246550342584,0.15372517456988796,0.1074069760506536,0.01879719439844364,0.15372517456988796,0.013710859464308913,0.07956106160255426,0.15372517456988796,0.006688922623205774,0.05989530979662269,0.15372517456988796,0.03373904043906567,0.05754362799037286,0.15372517456988796,0.019734182230740215,0.014312961561397646,0.5,0.15372517456988796,0.031224691174249614,0.01252012480512147,0.15372517456988796,0.07609726505338321,0.001216183234113971,0.5,0.15372517456988796,0.015251533377175806,0.008350870522726402,0.15372517456988796,0.04231346571958172,0.004111083070045147,0.15372517456988796,0.012441660339803191,0.0404201705334321,0.15372517456988796,0.013995876637341552,0.08731430229794247,0.15372517456988796,0.024306121973871546,0.009600451177102263,0.15372517456988796,0.031247651845960102,0.014827255840729548,0.15372517456988796,0.06401043231174366,0.005166883361009386,0.5,0.15372517456988796,0.17115173516272936,0.001925965116459368,0.0,0.028261511052177456,0.41760472006728194 -1354,0.5,0.15372517456988796,0.11458614218836674,0.023515927975600117,0.15372517456988796,0.0371293775711161,0.00642071886766785,0.15372517456988796,0.13964215028866497,0.0023604798201929127,0.15372517456988796,0.20484120653479695,0.019605015594554118,0.15372517456988796,0.04213479146029129,0.09994432860735979,0.15372517456988796,0.06668726731741237,0.0622725585943764,0.15372517456988796,0.06221022679928612,0.08806345622962486,0.15372517456988796,0.08614196326135243,0.022249083817467014,0.5,0.15372517456988796,0.0937042864439741,0.024461467227000037,0.15372517456988796,0.1733530504175605,0.0007627412979406458,0.5,0.15372517456988796,0.04465267424045674,0.004982581149375726,0.15372517456988796,0.11590938512620892,0.0033752057145426465,0.15372517456988796,0.044239857957960205,0.049130409938392246,0.15372517456988796,0.0618767977825669,0.09268808984858809,0.15372517456988796,0.09422836983441663,0.014802896937508334,0.15372517456988796,0.08775190100618471,0.041812899891578256,0.15372517456988796,0.1404002074850834,0.004411262152016746,0.5,0.15372517456988796,0.3367076932228551,0.0012690214832778953,0.0,0.024100434007446617,0.4406307711256961 -1355,0.5,0.15372517456988796,0.12915191855203761,0.028444218576791244,0.15372517456988796,0.10083345257751783,0.011033717160997674,0.15372517456988796,0.22477791398472902,0.0021483976521329087,0.15372517456988796,0.28802290543744624,0.02577697342410241,0.15372517456988796,0.05348672865062342,0.1196146617282389,0.15372517456988796,0.20258647660180568,0.08017019876367691,0.15372517456988796,0.14430479103234384,0.13156707974433193,0.15372517456988796,0.22647493137383026,0.05086486209993994,0.5,0.15372517456988796,0.18203413218211859,0.047545388235061,0.15372517456988796,0.2798348123236091,0.0003970510206032169,0.5,0.15372517456988796,0.07523661162741133,0.003406173456967036,0.15372517456988796,0.19915192612085791,0.0031125898868578582,0.15372517456988796,0.08947881934031131,0.06500893106539357,0.15372517456988796,0.09812756047245602,0.14061254379599256,0.15372517456988796,0.18695553814967236,0.03348718915998596,0.15372517456988796,0.13574439154291162,0.06509096518020703,0.15372517456988796,0.19869940401978856,0.004847198530239389,0.5,0.15372517456988796,0.4771730398015025,0.0015995999755759453,0.0,0.02090094889916073,0.3963029386426187 -1356,0.5,0.15372517456988796,0.1378173676714776,0.02421378527277825,0.15372517456988796,0.16484809836588704,0.02227501186305908,0.15372517456988796,0.2771250226724872,0.0030252105230774828,0.15372517456988796,0.3450894910055748,0.025765517060302227,0.15372517456988796,0.13630778047721062,0.1492386469125994,0.15372517456988796,0.3008887834913644,0.05219594690589016,0.15372517456988796,0.18324919445606358,0.10508357505794085,0.15372517456988796,0.2734414363101345,0.06136471155181541,0.5,0.15372517456988796,0.24300992049706838,0.06691556466728941,0.15372517456988796,0.37815651002477296,0.0003887561204763026,0.5,0.15372517456988796,0.10671247191773084,0.004175134669705729,0.15372517456988796,0.2550258450910484,0.002051170432735588,0.15372517456988796,0.15059423389096166,0.09985622829569667,0.15372517456988796,0.0853210206176675,0.16206654835657064,0.15372517456988796,0.2651774555103304,0.06076418130789693,0.15372517456988796,0.16116767035734392,0.06284078608574031,0.15372517456988796,0.22161008683936223,0.00741684416087684,0.5,0.15372517456988796,0.5631353488248476,0.003000093044596403,0.0,0.012609751885647934,0.3460318650675164 -1357,0.5,0.15372517456988796,0.1567828357118489,0.017320723556696536,0.15372517456988796,0.2972681829576736,0.031157530158518694,0.15372517456988796,0.279488841199626,0.004698078110037803,0.15372517456988796,0.38429288657062816,0.025046559359510508,0.15372517456988796,0.30872540765592565,0.1288192836423763,0.15372517456988796,0.37087128933591124,0.06573353297124997,0.15372517456988796,0.29567912707263583,0.0689395818699518,0.15372517456988796,0.2514619520105881,0.05460468353883724,0.5,0.15372517456988796,0.21588362791406618,0.052250453574807995,0.15372517456988796,0.4208093999220688,0.0019811168610719713,0.5,0.15372517456988796,0.1171447453940754,0.0019374818222216668,0.15372517456988796,0.2784057805270841,0.001862677494752957,0.15372517456988796,0.20570653040525383,0.11900579396340583,0.15372517456988796,0.1026451729250059,0.13856490752428807,0.15372517456988796,0.2801383208297365,0.08614695495060619,0.15372517456988796,0.16098198097812252,0.03935145860454197,0.15372517456988796,0.2300663015848229,0.008856340204110238,0.5,0.15372517456988796,0.5938252824594699,0.004532618090089994,0.0,0.00676860072820722,0.27163042750737676 -1358,0.5,0.15372517456988796,0.15313666640425513,0.011405973260287033,0.15372517456988796,0.24140246582282793,0.036973319349677854,0.15372517456988796,0.2354606796782583,0.005839500985987549,0.15372517456988796,0.39097866994474606,0.02200306346242751,0.15372517456988796,0.4055370084861941,0.14261636318705742,0.15372517456988796,0.2876608185262806,0.08860384898047238,0.15372517456988796,0.2816804755476419,0.07735473164208481,0.15372517456988796,0.21678749754901538,0.04514996375282288,0.5,0.15372517456988796,0.13981970092589344,0.03269075398284524,0.15372517456988796,0.4697549933915539,0.00912849303898178,0.5,0.15372517456988796,0.10295546719985266,0.00047907688962026476,0.15372517456988796,0.24364660133896443,0.004211889014340734,0.15372517456988796,0.2806248845772103,0.10233933646729099,0.15372517456988796,0.15002419945164783,0.11001657397165016,0.15372517456988796,0.18629640260844801,0.05073527612683707,0.15372517456988796,0.20933093774052114,0.030856136990611818,0.15372517456988796,0.21335014290347046,0.008894120266068516,0.5,0.15372517456988796,0.578383738883449,0.007963303939745526,0.0,0.003490228074786201,0.19734810764022395 -1359,0.5,0.15372517456988796,0.11907976369503098,0.00866647180748541,0.15372517456988796,0.09672393310255764,0.017860573523035078,0.15372517456988796,0.13992364513455438,0.004510381201041174,0.15372517456988796,0.3433792979403407,0.016206585339117768,0.15372517456988796,0.236531969772046,0.1312217376373702,0.15372517456988796,0.17197382046956222,0.07883468588164835,0.15372517456988796,0.17637524734703874,0.06815702338802507,0.15372517456988796,0.08693844839435062,0.032734671760970245,0.5,0.15372517456988796,0.10056037666931394,0.020033436103248987,0.15372517456988796,0.46820256124471393,0.019690520792965894,0.5,0.15372517456988796,0.09887058274682203,0.0003786777933471953,0.15372517456988796,0.21366623567236764,0.010220734532957318,0.15372517456988796,0.2201303255734385,0.08630818439856303,0.15372517456988796,0.23981923554924314,0.09783454771979017,0.15372517456988796,0.2072918995833909,0.028159609250294756,0.15372517456988796,0.23308502041805634,0.026188856412750608,0.15372517456988796,0.20853634125815243,0.007423869878959943,0.5,0.15372517456988796,0.5117978685740524,0.014713907197169522,0.0,0.001904644494827598,0.172564169061029 -1360,0.5,0.15372517456988796,0.06458870517241858,0.0039426925364846885,0.15372517456988796,0.08860293315379955,0.01320305627758976,0.15372517456988796,0.07832461463059898,0.0026349887693164105,0.15372517456988796,0.23397725540942244,0.008567213703212822,0.15372517456988796,0.11056928571003857,0.06534427858645478,0.15372517456988796,0.06782152388018702,0.046953103402837836,0.15372517456988796,0.04653720143586165,0.030484411822259996,0.15372517456988796,0.04485348354996948,0.02707682461983706,0.5,0.15372517456988796,0.06430434520635114,0.010469338655466332,0.15372517456988796,0.380665498019529,0.024473611843224424,0.5,0.15372517456988796,0.0638135311237719,0.0005737464062745652,0.15372517456988796,0.16704341400867923,0.01568712539053373,0.15372517456988796,0.10873532863408607,0.05315106969180319,0.15372517456988796,0.13106716082418038,0.06680463875533965,0.15372517456988796,0.17491456814602385,0.01567231945825259,0.15372517456988796,0.11218710013478353,0.015560101759783044,0.15372517456988796,0.15589542543439133,0.002884742999762402,0.5,0.15372517456988796,0.383438961879045,0.019922173454449466,0.0,0.0011820272214859667,0.19549057549081927 -1361,0.5,0.15372517456988796,0.026199445935686128,0.0019069665195536462,0.15372517456988796,0.0716236631398918,0.017823766832468318,0.15372517456988796,0.02864123023278908,0.0007832850854141703,0.15372517456988796,0.07034835356515824,0.004975998882920781,0.15372517456988796,0.01873774767418606,0.020602120885684284,0.15372517456988796,0.016810256688547024,0.022661770702156803,0.15372517456988796,0.010032513156308044,0.011582608421429065,0.15372517456988796,0.013146854288644766,0.0138543380442807,0.5,0.15372517456988796,0.022520192056978038,0.00377183862853285,0.15372517456988796,0.18052922756537249,0.010295240390523985,0.5,0.15372517456988796,0.029430322101873733,0.0013055000980527985,0.15372517456988796,0.0925814666974388,0.014923364129010063,0.15372517456988796,0.030873980486397973,0.03228884345423214,0.15372517456988796,0.0495848719505075,0.036867486498897165,0.15372517456988796,0.08765932073179078,0.010219722760907931,0.15372517456988796,0.032243455537101486,0.006944503780090855,0.15372517456988796,0.07707567302021136,0.0005552886258192288,0.5,0.15372517456988796,0.13563037647164508,0.007869820796913478,0.0,0.0,0.2243709314348967 -1362,0.5,0.15372517456988796,4.716514321148531e-06,0.0016365912786725934,0.15372517456988796,0.0,0.02282866061019285,0.15372517456988796,4.633502786153009e-05,0.0004928201497030179,0.15372517456988796,0.0,0.008038538866510231,0.15372517456988796,0.0,0.012742745576698845,0.15372517456988796,0.00021996867078282088,0.01623095574369632,0.15372517456988796,0.000502180038389841,0.006552980838996583,0.15372517456988796,0.0002305411447900939,0.009399135495312932,0.5,0.15372517456988796,0.0006172322806082198,0.001861120526494151,0.15372517456988796,0.0,0.00874315473967696,0.5,0.15372517456988796,0.000721419730026214,0.0023686109575581896,0.15372517456988796,0.00011162229845861272,0.0135782777628399,0.15372517456988796,0.0002601244135589873,0.023066644581221832,0.15372517456988796,0.0,0.021481272348441556,0.15372517456988796,2.0956920824749564e-05,0.010582494545941864,0.15372517456988796,6.184609617361596e-05,0.004385664991135989,0.15372517456988796,2.329707015584512e-05,0.0008132803536882648,0.5,0.15372517456988796,0.0,0.006587329020774836,0.0,0.0,0.25746101201741367 -1363,0.5,0.15372517456988796,0.0,0.0022518893177059266,0.15372517456988796,0.0,0.015413205359861066,0.15372517456988796,0.0,0.00027909340072531546,0.15372517456988796,0.0,0.010455225961978534,0.15372517456988796,0.0,0.016033370947425143,0.15372517456988796,0.0,0.018667578617359445,0.15372517456988796,0.0,0.0020185998094596437,0.15372517456988796,0.0,0.009910221499393513,0.5,0.15372517456988796,0.0,0.0016786120075100222,0.15372517456988796,0.0,0.003611600652304618,0.5,0.15372517456988796,0.0,0.002604146779672147,0.15372517456988796,0.0,0.013812940456635048,0.15372517456988796,0.0,0.025740312295708428,0.15372517456988796,0.0,0.019350823369213836,0.15372517456988796,0.0,0.007524706148495411,0.15372517456988796,0.0,0.002380222320953975,0.15372517456988796,0.0,0.0008695955505148838,0.5,0.15372517456988796,0.0,0.003619538659449978,0.0,0.0,0.3091483608795845 -1364,0.5,0.15372517456988796,0.0,0.003941599363005209,0.15372517456988796,0.0,0.016212725173837133,0.15372517456988796,0.0,0.00024974545246395574,0.15372517456988796,0.0,0.012896644041440064,0.15372517456988796,0.0,0.014543926108384612,0.15372517456988796,0.0,0.016643177349982045,0.15372517456988796,0.0,0.0008339873782751047,0.15372517456988796,0.0,0.007608704245458836,0.5,0.15372517456988796,0.0,0.0014623584648446417,0.15372517456988796,0.0,0.0012939068831884744,0.5,0.15372517456988796,0.0,0.002256210675013918,0.15372517456988796,0.0,0.010532919072975057,0.15372517456988796,0.0,0.031430703572245665,0.15372517456988796,0.0,0.029316783070721646,0.15372517456988796,0.0,0.005650009305856655,0.15372517456988796,0.0,0.001283193800751904,0.15372517456988796,0.0,0.0007439125043498863,0.5,0.15372517456988796,0.0,0.0025023436509448364,0.0,0.0,0.3940579031496922 -1365,0.5,0.15372517456988796,0.0,0.0064870937522947805,0.15372517456988796,0.0,0.018309127381703885,0.15372517456988796,0.0,0.00023058126195900055,0.15372517456988796,0.0,0.013201453916582458,0.15372517456988796,0.0,0.014765390859854493,0.15372517456988796,0.0,0.015632604724897102,0.15372517456988796,0.0,0.0006255487228601145,0.15372517456988796,0.0,0.0046996784056071265,0.5,0.15372517456988796,0.0,0.0008010057376266256,0.15372517456988796,0.0,0.0004926131086731124,0.5,0.15372517456988796,0.0,0.0014196859221028385,0.15372517456988796,0.0,0.008023692785321316,0.15372517456988796,0.0,0.03812870469676602,0.15372517456988796,0.0,0.035281793143670234,0.15372517456988796,0.0,0.004189506899344407,0.15372517456988796,0.0,0.0007300699069480206,0.15372517456988796,0.0,0.0005782304648111127,0.5,0.15372517456988796,0.0,0.0017411920036393444,0.0,0.00026414997257546383,0.47097088361243933 -1366,0.5,0.15372517456988796,0.0,0.008734507015161968,0.15372517456988796,0.0,0.015663292438056576,0.15372517456988796,0.0,0.00025533167566168754,0.15372517456988796,0.0,0.013066783348788764,0.15372517456988796,0.0,0.018258840867104675,0.15372517456988796,0.0,0.01707447265944503,0.15372517456988796,0.0,0.0006389823401464118,0.15372517456988796,0.0,0.0038003615726764986,0.5,0.15372517456988796,0.0,0.0007554915381030763,0.15372517456988796,0.0,0.0002819183451977491,0.5,0.15372517456988796,0.0,0.0012474837437539848,0.15372517456988796,0.0,0.0038511464625967493,0.15372517456988796,0.0,0.04258568484600662,0.15372517456988796,0.0,0.04013917796746094,0.15372517456988796,0.0,0.003307581617546563,0.15372517456988796,0.0,0.00043091683900705366,0.15372517456988796,0.0,0.00044147117988839143,0.5,0.15372517456988796,0.0,0.0010128184878360088,0.0,0.0006065374493724593,0.46557734064016076 -1367,0.5,0.15372517456988796,0.0,0.009733492332659075,0.15372517456988796,0.0,0.009993240747862491,0.15372517456988796,0.0,0.000406546300941952,0.15372517456988796,0.0,0.013679663439190049,0.15372517456988796,0.0,0.02355365711986882,0.15372517456988796,0.0,0.022528497533119165,0.15372517456988796,0.0,0.0007507104955714997,0.15372517456988796,0.0,0.005004233923765551,0.5,0.15372517456988796,0.0,0.000697757249088154,0.15372517456988796,0.0,0.00023704897189350904,0.5,0.15372517456988796,0.0,0.0010870286184737126,0.15372517456988796,0.0,0.003053806873512499,0.15372517456988796,0.0,0.048070246419539144,0.15372517456988796,0.0,0.049960012214966036,0.15372517456988796,0.0,0.003720105944309155,0.15372517456988796,0.0,0.0004051067910886115,0.15372517456988796,0.0,0.00048256336639241465,0.5,0.15372517456988796,0.0,0.0006436372389100905,0.0,0.0006928916110255944,0.5489461081449896 -1368,0.5,0.15372517456988796,0.0,0.008031506714139427,0.15372517456988796,0.0,0.008308058363485357,0.15372517456988796,0.0,0.00048429655923647305,0.15372517456988796,0.0,0.014032297503524048,0.15372517456988796,0.0,0.029034053584923305,0.15372517456988796,0.0,0.0313211773678589,0.15372517456988796,0.0,0.0015346465370928955,0.15372517456988796,0.0,0.00803806724697501,0.5,0.15372517456988796,0.0,0.0009578088415757218,0.15372517456988796,0.0,0.000271089094977772,0.5,0.15372517456988796,0.0,0.0009910479178984377,0.15372517456988796,0.0,0.002168004192553191,0.15372517456988796,0.0,0.06028993307447265,0.15372517456988796,0.0,0.06141325695968007,0.15372517456988796,0.0,0.004911491701099356,0.15372517456988796,0.0,0.0004874433625690133,0.15372517456988796,0.0,0.0005958609427348002,0.5,0.15372517456988796,0.0,0.0004971551719489228,0.0,0.002578705677856742,0.6560574354706495 -1369,0.5,0.15372517456988796,0.0,0.006410994642571652,0.15372517456988796,0.0,0.008938650272970233,0.15372517456988796,0.0,0.0006541466759658601,0.15372517456988796,0.0,0.015020520046545978,0.15372517456988796,0.0,0.04038296498139047,0.15372517456988796,0.0,0.043352599520986065,0.15372517456988796,0.0,0.003137164315999537,0.15372517456988796,0.0,0.012768942893835481,0.5,0.15372517456988796,0.0,0.002049810209221611,0.15372517456988796,0.0,0.00036324236360286917,0.5,0.15372517456988796,0.0,0.0010407791983254792,0.15372517456988796,0.0,0.0014143623494397182,0.15372517456988796,0.0,0.0766996271865715,0.15372517456988796,0.0,0.07572728255408372,0.15372517456988796,0.0,0.005665051546076983,0.15372517456988796,0.0,0.0005396182857976826,0.15372517456988796,0.0,0.0009057535399540333,0.5,0.15372517456988796,0.0,0.00041846561996155787,0.0,0.006816232271704289,0.7237391724390492 -1370,0.5,0.15372517456988796,0.0,0.005964049651505151,0.15372517456988796,0.0,0.018002478066278443,0.15372517456988796,0.0,0.0007153623233862164,0.15372517456988796,0.0,0.01595106103335813,0.15372517456988796,0.0,0.05533454552553592,0.15372517456988796,0.0,0.057818419027456616,0.15372517456988796,0.0,0.005804019963648977,0.15372517456988796,0.0,0.01740908798319701,0.5,0.15372517456988796,0.0,0.003326141029123244,0.15372517456988796,0.0,0.0005063788452605506,0.5,0.15372517456988796,0.0,0.0009854298600125873,0.15372517456988796,0.0,0.0006125231701349758,0.15372517456988796,0.0,0.08169507308747131,0.15372517456988796,0.0,0.09400704778202315,0.15372517456988796,0.0,0.006175918728141153,0.15372517456988796,0.0,0.0006191814327649475,0.15372517456988796,0.0,0.0013833434473875732,0.5,0.15372517456988796,0.0,0.0005731145562634683,0.0,0.01457866878867894,0.7793669196858581 -1371,0.5,0.15372517456988796,0.0,0.005431335071658668,0.15372517456988796,0.0,0.025861335075398367,0.15372517456988796,0.0,0.0007521174269395757,0.15372517456988796,0.0,0.014745912637659831,0.15372517456988796,0.0,0.07202343625936372,0.15372517456988796,0.0,0.07072991810993785,0.15372517456988796,0.0,0.008573735083824805,0.15372517456988796,0.0,0.023688909300746082,0.5,0.15372517456988796,0.0,0.002751789802705687,0.15372517456988796,0.0,0.001622130424839297,0.5,0.15372517456988796,0.0,0.0009396419808870069,0.15372517456988796,0.0,0.0008593699224007981,0.15372517456988796,0.0,0.08023518897412571,0.15372517456988796,0.0,0.11479745337889763,0.15372517456988796,0.0,0.007066970647877806,0.15372517456988796,0.0,0.0013222593934969482,0.15372517456988796,0.0,0.0015302282524483758,0.5,0.15372517456988796,0.0,0.001106552376788842,0.0,0.01913231000533557,0.8020480083636601 -1372,0.5,0.15372517456988796,0.0,0.004637465696516188,0.15372517456988796,0.0,0.030161441109414457,0.15372517456988796,0.0,0.0009181691505130677,0.15372517456988796,0.0,0.011756003678581322,0.15372517456988796,0.0,0.08162566806482599,0.15372517456988796,0.0,0.08220679781771187,0.15372517456988796,0.0,0.011600571047172784,0.15372517456988796,0.0,0.028954631410211613,0.5,0.15372517456988796,0.0,0.0017800622233655472,0.15372517456988796,0.0,0.003100567189658239,0.5,0.15372517456988796,0.0,0.0011395260941513374,0.15372517456988796,0.0,0.0009609253635584777,0.15372517456988796,0.0,0.0857732345669216,0.15372517456988796,0.0,0.12481150730310756,0.15372517456988796,0.0,0.007520921917706666,0.15372517456988796,0.0,0.0017018179443350873,0.15372517456988796,0.0,0.0016970498246606123,0.5,0.15372517456988796,0.0,0.0005145232212126825,0.0,0.019278010965346554,0.7567798084955936 -1373,0.5,0.15372517456988796,0.0,0.004074330063999024,0.15372517456988796,0.0,0.033613857991211936,0.15372517456988796,0.0,0.0019336215151961797,0.15372517456988796,0.0,0.009893851606882985,0.15372517456988796,0.0,0.08362350822984589,0.15372517456988796,0.0,0.08344040068870459,0.15372517456988796,0.0,0.018324782530595128,0.15372517456988796,0.0,0.035188057271188275,0.5,0.15372517456988796,0.0,0.0019260366000862041,0.15372517456988796,0.0,0.004471403369465672,0.5,0.15372517456988796,0.0,0.002750956589072105,0.15372517456988796,0.0,0.0009742755405346994,0.15372517456988796,0.0,0.09819261567676224,0.15372517456988796,0.0,0.12256905777581523,0.15372517456988796,0.0,0.008000760037898114,0.15372517456988796,0.0,0.0017459136011446187,0.15372517456988796,0.0,0.0024299243842557904,0.5,0.15372517456988796,0.0,0.000745545237104778,0.0,0.017229764662694103,0.6994246645343835 -1374,0.5,0.15372517456988796,0.0,0.0038491135020516432,0.15372517456988796,0.0,0.034429511291143355,0.15372517456988796,0.0,0.0032171961507744856,0.15372517456988796,0.0,0.009196151636606635,0.15372517456988796,0.0,0.08734000588228549,0.15372517456988796,0.0,0.09659618973384798,0.15372517456988796,0.0,0.019902205827444893,0.15372517456988796,0.0,0.0449260449344598,0.5,0.15372517456988796,0.0,0.00201270602844056,0.15372517456988796,0.0,0.00503302239043127,0.5,0.15372517456988796,0.0,0.004579581187655466,0.15372517456988796,0.0,0.0012774519071405714,0.15372517456988796,0.0,0.09718851363457309,0.15372517456988796,0.0,0.123479155825239,0.15372517456988796,0.0,0.008364007779465351,0.15372517456988796,0.0,0.001715613887797859,0.15372517456988796,0.0,0.003206256552638353,0.5,0.15372517456988796,0.0,0.0008630416416811177,0.0,0.013416793221607493,0.735504057528305 -1375,0.5,0.15372517456988796,0.0,0.0033793468766839564,0.15372517456988796,0.0,0.04323272884310895,0.15372517456988796,0.0,0.004587776240569427,0.15372517456988796,0.0,0.008763135870473365,0.15372517456988796,0.0,0.09766208689146519,0.15372517456988796,0.0,0.10643699166209676,0.15372517456988796,0.0,0.0290165821384172,0.15372517456988796,0.0,0.05150383398633286,0.5,0.15372517456988796,0.0,0.004958803752667678,0.15372517456988796,0.0,0.004902542626983434,0.5,0.15372517456988796,0.0,0.005623559488785837,0.15372517456988796,0.0,0.001623395324932128,0.15372517456988796,0.0,0.10410023826767487,0.15372517456988796,0.0,0.12701378280094833,0.15372517456988796,0.0,0.009697669651879636,0.15372517456988796,0.0,0.0016156614713542564,0.15372517456988796,0.0,0.0035120684652970853,0.5,0.15372517456988796,0.0,0.0012614536073890558,0.0,0.008688039741512582,0.777535108551487 -1376,0.5,0.15372517456988796,0.0019106327941803825,0.0031027237472769273,0.15372517456988796,0.0019622954055342205,0.04125338378624235,0.15372517456988796,0.0009181272873550392,0.005660425551877,0.15372517456988796,0.00660705869097138,0.008214555408219878,0.15372517456988796,6.959547349363453e-06,0.10638599073428569,0.15372517456988796,0.0,0.11641791645332927,0.15372517456988796,0.00021663498639700731,0.036970971785828824,0.15372517456988796,3.671150490318302e-05,0.06612154978032767,0.5,0.15372517456988796,0.0003384077254077742,0.010257877924693272,0.15372517456988796,0.004014685964166873,0.004385729874671502,0.5,0.15372517456988796,0.0013903854800020401,0.0028036221731491235,0.15372517456988796,0.0008955263263160229,0.0019920938039631134,0.15372517456988796,0.0006076920890430926,0.11443828077665563,0.15372517456988796,0.00019857722568575962,0.13516874354334146,0.15372517456988796,0.0012167142546402616,0.011548808286891733,0.15372517456988796,0.0010610809812760566,0.0017450586456552095,0.15372517456988796,0.0032985379943498193,0.0027583697974477264,0.5,0.15372517456988796,0.011304429169623913,0.0023351818758482173,0.0,0.004639340983862236,0.823994547196229 -1377,0.5,0.15372517456988796,0.03388273365104218,0.0036626049502945165,0.15372517456988796,0.13113529488993805,0.028095245606985,0.15372517456988796,0.02358778519442584,0.0038798660593145945,0.15372517456988796,0.0622581602114681,0.008870398788268086,0.15372517456988796,0.11408084029504098,0.08713285961468298,0.15372517456988796,0.10758495045479882,0.09557556832596767,0.15372517456988796,0.11595055528065173,0.03222510642933546,0.15372517456988796,0.10423726875685997,0.06274764094377144,0.5,0.15372517456988796,0.0847326607503601,0.014980640094733438,0.15372517456988796,0.07145552702250037,0.003194405919719187,0.5,0.15372517456988796,0.06676203121741849,0.00048562597687372677,0.15372517456988796,0.022715834462804018,0.0027663609449087544,0.15372517456988796,0.12241121477517761,0.10232035393373137,0.15372517456988796,0.11517127371394249,0.12593485777563435,0.15372517456988796,0.08226399810952383,0.012676926029413714,0.15372517456988796,0.05425736363808284,0.003114168495509593,0.15372517456988796,0.05626245829422937,0.0019767658673007778,0.5,0.15372517456988796,0.1105984422371008,0.0026712849791342462,0.0,0.0019590663975538945,0.8792029230412642 -1378,0.5,0.15372517456988796,0.08820676148372288,0.00699358212385951,0.15372517456988796,0.29477645044921724,0.028540445488151142,0.15372517456988796,0.0750205892928685,0.0027851995262967374,0.15372517456988796,0.12617090679452347,0.011597348735495158,0.15372517456988796,0.2824624676456507,0.1156403855944825,0.15372517456988796,0.27387754290076133,0.12494790711141947,0.15372517456988796,0.2857786383207516,0.04233547182143533,0.15372517456988796,0.26357899043290955,0.08414699951975779,0.5,0.15372517456988796,0.2361662185660096,0.04279631510194284,0.15372517456988796,0.16100554764600172,0.006785248380645923,0.5,0.15372517456988796,0.18207762081959727,0.0014347975162622983,0.15372517456988796,0.06234853287991607,0.004691029713275903,0.15372517456988796,0.28972483442645536,0.1135983048627297,0.15372517456988796,0.2823436919800669,0.1466580007997799,0.15372517456988796,0.205342567926161,0.027720075529546147,0.15372517456988796,0.19657063667882027,0.021244902314719084,0.15372517456988796,0.12135719819999743,0.002785446348098417,0.5,0.15372517456988796,0.24214414440093182,0.0028077210447754273,0.0,0.0033265011991216805,0.9238365078130192 -1379,0.5,0.15372517456988796,0.14243161485238412,0.017173369516948034,0.15372517456988796,0.44629157650814116,0.07480114463146946,0.15372517456988796,0.16120026067095172,0.004510102962941295,0.15372517456988796,0.19351983819105378,0.01403988243026658,0.15372517456988796,0.4411163875412413,0.24188069221585606,0.15372517456988796,0.4091788838091288,0.2730145329462915,0.15372517456988796,0.44207977565954715,0.13816124850007885,0.15372517456988796,0.41144294704956724,0.23307085320977208,0.5,0.15372517456988796,0.38299480562109056,0.18945082518115552,0.15372517456988796,0.2715560087014405,0.00812480653049592,0.5,0.15372517456988796,0.25648431176506425,0.0023526269115777773,0.15372517456988796,0.10696879705502495,0.005953431064846946,0.15372517456988796,0.44293742473772507,0.1823122374363719,0.15372517456988796,0.438528781999802,0.2538160276581912,0.15372517456988796,0.30174676017187124,0.07324736041552325,0.15372517456988796,0.3477923709986149,0.09200883074622704,0.15372517456988796,0.23027525259041662,0.00611736741589507,0.5,0.15372517456988796,0.3747716109364061,0.006844908434907371,0.0,0.008356626055635651,0.9601075313579347 -1380,0.5,0.15372517456988796,0.19633788689214665,0.03204011555958832,0.15372517456988796,0.5425274257118337,0.16771928620699447,0.15372517456988796,0.2377205169964799,0.005769327094919591,0.15372517456988796,0.2877138989787403,0.018495178973623738,0.15372517456988796,0.5557055813621228,0.3240327273025797,0.15372517456988796,0.5035505182460142,0.38428385173670254,0.15372517456988796,0.5418830622729096,0.2978353570166196,0.15372517456988796,0.4977285127544314,0.40156508680350556,0.5,0.15372517456988796,0.4569104430276384,0.36355822482406364,0.15372517456988796,0.3015570567692727,0.004862508897958915,0.5,0.15372517456988796,0.27830183750621884,0.008791350617505848,0.15372517456988796,0.16007738032596197,0.011923464788771317,0.15372517456988796,0.551713235841659,0.2502806080585657,0.15372517456988796,0.5508429292052278,0.3386693197595867,0.15372517456988796,0.3334689906802275,0.11643189381753608,0.15372517456988796,0.3985958552640061,0.1956986696894333,0.15372517456988796,0.2800304825722958,0.01641016078129269,0.5,0.15372517456988796,0.4531063721577107,0.008250589112746738,0.0,0.012690682069501592,0.9734842718772484 -1381,0.5,0.15372517456988796,0.2477956829044141,0.047103833471766214,0.15372517456988796,0.5638342488868301,0.200355250201881,0.15372517456988796,0.2696714975335885,0.008596302529315727,0.15372517456988796,0.35355272033052887,0.02245767220541087,0.15372517456988796,0.5974070223913122,0.46605746073615745,0.15372517456988796,0.5368510723055007,0.5560507948243333,0.15372517456988796,0.5522792873546658,0.4147579012175254,0.15372517456988796,0.4818754918585025,0.5292733946142334,0.5,0.15372517456988796,0.4275530730198009,0.4651967227577309,0.15372517456988796,0.31609309654352186,0.0028503138816007153,0.5,0.15372517456988796,0.26541485416163235,0.03618338540420085,0.15372517456988796,0.1754828944894421,0.017422190395397285,0.15372517456988796,0.5967845605432104,0.3136099009847514,0.15372517456988796,0.5965004425235796,0.42465000488912497,0.15372517456988796,0.3485722923301533,0.14815293662955722,0.15372517456988796,0.36296722119177727,0.2984742387744361,0.15372517456988796,0.26570601410844624,0.036034429392902155,0.5,0.15372517456988796,0.5312336653141682,0.005506996109688423,0.0,0.011120183875001613,0.972931649559537 -1382,0.5,0.15372517456988796,0.24076058707960818,0.058759415947209986,0.15372517456988796,0.422100162768727,0.19069940635338145,0.15372517456988796,0.21323782436303165,0.017974868398292074,0.15372517456988796,0.3659077081905694,0.02972071416488712,0.15372517456988796,0.5857018473718004,0.5873066030951524,0.15372517456988796,0.5038338442419086,0.6680136366129121,0.15372517456988796,0.48929536043074384,0.4586206540713279,0.15372517456988796,0.4401025590042529,0.6182828186483722,0.5,0.15372517456988796,0.3269640671218931,0.5045551709318428,0.15372517456988796,0.31203936080375144,0.002356451687859776,0.5,0.15372517456988796,0.18277814733353676,0.06955374997285999,0.15372517456988796,0.1808803183067897,0.023680954973593214,0.15372517456988796,0.5672450853974178,0.3268290098870791,0.15372517456988796,0.5747676202889476,0.4925286830915678,0.15372517456988796,0.28697025067517246,0.1764523335808887,0.15372517456988796,0.16195239002128972,0.2836028857023429,0.15372517456988796,0.27689314243467844,0.05898528220546796,0.5,0.15372517456988796,0.5431218283255206,0.004277579680385389,0.0,0.010089145335121385,0.9818202682210145 -1383,0.5,0.15372517456988796,0.18378039097404386,0.06407219366048518,0.15372517456988796,0.34620093474388064,0.21136231764435176,0.15372517456988796,0.11058187819455123,0.031907513596899174,0.15372517456988796,0.32881782963325334,0.03788507698674213,0.15372517456988796,0.5017732235523947,0.5817252171983266,0.15372517456988796,0.41676953283188,0.7730009744982997,0.15372517456988796,0.37160399611466527,0.47367093208785743,0.15372517456988796,0.36597333989259434,0.6597632110936097,0.5,0.15372517456988796,0.2726986964210914,0.5148471054358248,0.15372517456988796,0.3290088951463618,0.003611088945758669,0.5,0.15372517456988796,0.10993444615096358,0.09321670389471502,0.15372517456988796,0.1307304046663993,0.0293837921730711,0.15372517456988796,0.4938285954057075,0.28777337917500656,0.15372517456988796,0.4992149803655682,0.5028907296565744,0.15372517456988796,0.23373008728705336,0.1883508041596297,0.15372517456988796,0.10579195690370242,0.2372413389255559,0.15372517456988796,0.2409875401811573,0.07203143665591973,0.5,0.15372517456988796,0.4856210731823474,0.0049596704976464295,0.0,0.010682777375702864,0.9860778427374172 -1384,0.5,0.15372517456988796,0.1238836538440459,0.05827914334513241,0.15372517456988796,0.2193519984088651,0.16568089673816105,0.15372517456988796,0.051035590723377496,0.0279378848024902,0.15372517456988796,0.21928177394453893,0.02598508774056779,0.15372517456988796,0.34904892252706804,0.5253020080026132,0.15372517456988796,0.27453539779529806,0.7782405532898837,0.15372517456988796,0.2153444452431636,0.40694515287344923,0.15372517456988796,0.2367722429555318,0.644324800413258,0.5,0.15372517456988796,0.1741948702376044,0.4828674690624746,0.15372517456988796,0.15944243758436066,0.005722076076989278,0.5,0.15372517456988796,0.05534742239423979,0.1037407892307373,0.15372517456988796,0.08070666841715131,0.03338166250240863,0.15372517456988796,0.36328795785432555,0.1781545614000894,0.15372517456988796,0.37421639862956396,0.4047945875132908,0.15372517456988796,0.14897668639112757,0.1441473729389789,0.15372517456988796,0.1517608404225203,0.2542141203255163,0.15372517456988796,0.15589725036796592,0.06722326231175285,0.5,0.15372517456988796,0.3601642433501324,0.005108963171703401,0.0,0.008294525931790671,0.9886087496605745 -1385,0.5,0.15372517456988796,0.04596117308408922,0.04167733966176696,0.15372517456988796,0.08336017631125511,0.13146049183541195,0.15372517456988796,0.023558857769057192,0.014572789998268032,0.15372517456988796,0.06015197444589836,0.0143316726437455,0.15372517456988796,0.14916582798410977,0.4808132384279749,0.15372517456988796,0.08330998739562924,0.7399593965660679,0.15372517456988796,0.11818976795498562,0.3624348878104587,0.15372517456988796,0.09818697248278209,0.565189721259188,0.5,0.15372517456988796,0.07768936789930973,0.41295740930836067,0.15372517456988796,0.08955465120844014,0.008321761032016024,0.5,0.15372517456988796,0.02153714404310961,0.07344677015733819,0.15372517456988796,0.03552801973552604,0.027728786729554804,0.15372517456988796,0.2035594397055089,0.12857245281438606,0.15372517456988796,0.1653297340811835,0.337411813072677,0.15372517456988796,0.10463889851977284,0.10510637940412447,0.15372517456988796,0.14340540330733814,0.21984859445176413,0.15372517456988796,0.05697609581390406,0.044292486889476845,0.5,0.15372517456988796,0.1357696973117413,0.0015405948189227913,0.0,0.0073274015910539825,1.0024259756231342 -1386,0.5,0.15372517456988796,0.0,0.04863966821316097,0.15372517456988796,0.0,0.14575169421684586,0.15372517456988796,0.00032944421976058904,0.013190118141870405,0.15372517456988796,1.1563319584894708e-06,0.022482306306162228,0.15372517456988796,0.0,0.4818360938479363,0.15372517456988796,0.0,0.7062589110419284,0.15372517456988796,0.0,0.3145705353502709,0.15372517456988796,0.0,0.4675238592981198,0.5,0.15372517456988796,0.0,0.39139932300686936,0.15372517456988796,0.0,0.00512797638241299,0.5,0.15372517456988796,0.0,0.054445107930516386,0.15372517456988796,0.0,0.021927890125122574,0.15372517456988796,0.0,0.17880857667938285,0.15372517456988796,0.0,0.32918919988069334,0.15372517456988796,0.0,0.10514139244601242,0.15372517456988796,0.0,0.19918867606298346,0.15372517456988796,0.00014658428254984526,0.02958096238646983,0.5,0.15372517456988796,8.42085424145847e-06,0.0020902950247897152,0.0,0.017696599295809183,1.0054654232112472 -1387,0.5,0.15372517456988796,0.0,0.05741586111862728,0.15372517456988796,0.0,0.1691711502141325,0.15372517456988796,0.0,0.0229287746488095,0.15372517456988796,0.0,0.028351783938286124,0.15372517456988796,0.0,0.5638860363783,0.15372517456988796,0.0,0.6879954576758193,0.15372517456988796,0.0,0.2913746645381934,0.15372517456988796,0.0,0.4151804512869815,0.5,0.15372517456988796,0.0,0.4297517603974105,0.15372517456988796,0.0,0.008118043065301445,0.5,0.15372517456988796,0.0,0.049099694860335684,0.15372517456988796,0.0,0.023677616118739676,0.15372517456988796,0.0,0.2251225952471767,0.15372517456988796,0.0,0.3402176102190969,0.15372517456988796,0.0,0.11672244894135855,0.15372517456988796,0.0,0.1976327088294036,0.15372517456988796,0.0,0.030649145983949612,0.5,0.15372517456988796,0.0,0.001998996498651492,0.0,0.0470509431803068,1.0042406450013839 -1388,0.5,0.15372517456988796,0.0,0.07009598266696425,0.15372517456988796,0.0,0.15985573762668126,0.15372517456988796,0.0,0.03215540497489826,0.15372517456988796,0.0,0.031099051099561164,0.15372517456988796,0.0,0.5717337645704297,0.15372517456988796,0.0,0.6522004575816358,0.15372517456988796,0.0,0.3662631984416116,0.15372517456988796,0.0,0.371982368706832,0.5,0.15372517456988796,0.0,0.4163236020640502,0.15372517456988796,0.0,0.017277994979504052,0.5,0.15372517456988796,0.0,0.04178921993488095,0.15372517456988796,0.0,0.0263366001544029,0.15372517456988796,0.0,0.2403822125594307,0.15372517456988796,0.0,0.375891854491895,0.15372517456988796,0.0,0.12118981638247228,0.15372517456988796,0.0,0.21122401763508647,0.15372517456988796,0.0,0.026457925416370223,0.5,0.15372517456988796,0.0,0.0013795823694810975,0.0,0.07714829543387758,0.9958801474597707 -1389,0.5,0.15372517456988796,0.0,0.07971931932114629,0.15372517456988796,0.0,0.1457100890505,0.15372517456988796,0.0,0.037773899709145325,0.15372517456988796,0.0,0.03280969484396014,0.15372517456988796,0.0,0.6243105341510996,0.15372517456988796,0.0,0.538430624051145,0.15372517456988796,0.0,0.41502410688932867,0.15372517456988796,0.0,0.3033156047322005,0.5,0.15372517456988796,0.0,0.3332060549228455,0.15372517456988796,0.0,0.03327634573916054,0.5,0.15372517456988796,0.0,0.048091054462310434,0.15372517456988796,0.0,0.05546929904858186,0.15372517456988796,0.0,0.2502224736315424,0.15372517456988796,0.0,0.40762121907510557,0.15372517456988796,0.0,0.12779255356041377,0.15372517456988796,0.0,0.22389130545847535,0.15372517456988796,0.0,0.02460811690922205,0.5,0.15372517456988796,0.0,0.0011738547581359167,0.0,0.10509761132533177,0.9110521114260555 -1390,0.5,0.15372517456988796,0.0,0.08360250674435332,0.15372517456988796,0.0,0.13707094639958622,0.15372517456988796,0.0,0.041639890697784336,0.15372517456988796,0.0,0.034623016820570084,0.15372517456988796,0.0,0.5603512401581972,0.15372517456988796,0.0,0.4079940698508334,0.15372517456988796,0.0,0.44680072782227703,0.15372517456988796,0.0,0.2508261861891865,0.5,0.15372517456988796,0.0,0.2838537445709511,0.15372517456988796,0.0,0.05014738153903396,0.5,0.15372517456988796,0.0,0.06630084729661738,0.15372517456988796,0.0,0.13117517941315793,0.15372517456988796,0.0,0.2657642272847623,0.15372517456988796,0.0,0.44370448568073917,0.15372517456988796,0.0,0.1430490729588024,0.15372517456988796,0.0,0.2620275569210796,0.15372517456988796,0.0,0.03050067983635382,0.5,0.15372517456988796,0.0,0.0024667435443919868,0.0,0.11645904018228008,0.578353574660809 -1391,0.5,0.15372517456988796,0.0,0.0826211304964514,0.15372517456988796,0.0,0.16430159079903264,0.15372517456988796,0.0,0.04616883802792092,0.15372517456988796,0.0,0.03657571667927873,0.15372517456988796,0.0,0.4719698992095506,0.15372517456988796,0.0,0.30393668156174924,0.15372517456988796,0.0,0.4082360646626511,0.15372517456988796,0.0,0.20753552787705212,0.5,0.15372517456988796,0.0,0.25481608444741843,0.15372517456988796,0.0,0.07212792806943145,0.5,0.15372517456988796,0.0,0.0943237368170842,0.15372517456988796,0.0,0.17883991867771162,0.15372517456988796,0.0,0.26993906969074677,0.15372517456988796,0.0,0.41364019987797385,0.15372517456988796,0.0,0.1713348176759668,0.15372517456988796,0.0,0.34366422535178026,0.15372517456988796,0.0,0.036897708675906145,0.5,0.15372517456988796,0.0,0.004873387290696862,0.0,0.12557446532278022,0.2624658890692843 -1392,0.5,0.15372517456988796,0.0,0.08061666023008658,0.15372517456988796,0.0,0.17032992874150912,0.15372517456988796,0.0,0.04169250828383054,0.15372517456988796,0.0,0.03878552450036276,0.15372517456988796,0.0,0.37836160286231857,0.15372517456988796,0.0,0.2468043423063383,0.15372517456988796,0.0,0.3170137705932358,0.15372517456988796,0.0,0.1959226063937342,0.5,0.15372517456988796,0.0,0.24638367572018707,0.15372517456988796,0.0,0.06960140687229624,0.5,0.15372517456988796,0.0,0.22411899302471386,0.15372517456988796,0.0,0.2294384591035289,0.15372517456988796,0.0,0.2552160097522419,0.15372517456988796,0.0,0.34375887560099794,0.15372517456988796,0.0,0.18669335754895688,0.15372517456988796,0.0,0.4086483229375339,0.15372517456988796,0.0,0.05781708148724002,0.5,0.15372517456988796,0.0,0.01153847086557885,0.0,0.13345833608761223,0.17189582475781864 -1393,0.5,0.15372517456988796,0.0,0.08407310353791227,0.15372517456988796,0.0,0.1407358991906766,0.15372517456988796,0.0,0.03339515462073062,0.15372517456988796,0.0,0.04002439742770514,0.15372517456988796,0.0,0.26525482711032905,0.15372517456988796,0.0,0.2140651001753665,0.15372517456988796,0.0,0.2535862744692753,0.15372517456988796,0.0,0.194133170479529,0.5,0.15372517456988796,0.0,0.2545711194272581,0.15372517456988796,0.0,0.10713799524082161,0.5,0.15372517456988796,0.0,0.38575434832100336,0.15372517456988796,0.0,0.30756673439338233,0.15372517456988796,0.0,0.23003483205056238,0.15372517456988796,0.0,0.2814617419222778,0.15372517456988796,0.0,0.1897560232192688,0.15372517456988796,0.0,0.3745663512636431,0.15372517456988796,0.0,0.10932983880192369,0.5,0.15372517456988796,0.0,0.02516309660067048,0.0,0.135185384170143,0.16937049496550374 -1394,0.5,0.15372517456988796,0.0,0.08922488066516254,0.15372517456988796,0.0,0.13162686427986833,0.15372517456988796,0.0,0.03393667449922048,0.15372517456988796,0.0,0.04036571021756069,0.15372517456988796,0.0,0.19903818468850903,0.15372517456988796,0.0,0.19264410753664743,0.15372517456988796,0.0,0.19627079386196036,0.15372517456988796,0.0,0.1817771017126249,0.5,0.15372517456988796,0.0,0.20889494027270913,0.15372517456988796,0.0,0.1799349687785959,0.5,0.15372517456988796,0.0,0.4239401325021646,0.15372517456988796,0.0,0.3753330005075636,0.15372517456988796,0.0,0.22826068667768173,0.15372517456988796,0.0,0.2078222631473336,0.15372517456988796,0.0,0.17483858463023522,0.15372517456988796,0.0,0.2924883978005913,0.15372517456988796,0.0,0.14848479680053842,0.5,0.15372517456988796,0.0,0.05651771041438198,0.0,0.13098639858132433,0.21131799614938396 -1395,0.5,0.15372517456988796,0.0,0.09390072175218642,0.15372517456988796,0.0,0.13091074137340733,0.15372517456988796,0.0,0.042482191577005654,0.15372517456988796,0.0,0.0392280465813392,0.15372517456988796,0.0,0.1639940907197564,0.15372517456988796,0.0,0.158860160228383,0.15372517456988796,0.0,0.14779810128614926,0.15372517456988796,0.0,0.11607012508898427,0.5,0.15372517456988796,0.0,0.180194354417553,0.15372517456988796,0.0,0.25205786826551935,0.5,0.15372517456988796,0.0,0.4368720874525976,0.15372517456988796,0.0,0.3551210927849517,0.15372517456988796,0.0,0.21602853175247316,0.15372517456988796,0.0,0.16607700901594463,0.15372517456988796,0.0,0.1442920369980355,0.15372517456988796,0.0,0.20996364247346175,0.15372517456988796,0.0,0.17829482668878116,0.5,0.15372517456988796,0.0,0.10731843435774938,0.0,0.13338130510799392,0.2668159056801933 -1396,0.5,0.15372517456988796,0.0,0.09168940659357061,0.15372517456988796,0.0,0.12504859207295552,0.15372517456988796,0.0,0.054858051433694544,0.15372517456988796,0.0,0.0373413070862029,0.15372517456988796,0.0,0.12672748890866237,0.15372517456988796,0.0,0.11836807634563311,0.15372517456988796,0.0,0.11728083379434687,0.15372517456988796,0.0,0.0662558156039196,0.5,0.15372517456988796,0.0,0.17879870379051643,0.15372517456988796,0.0,0.29998744801454175,0.5,0.15372517456988796,0.0,0.4161626204145617,0.15372517456988796,0.0,0.280930316929907,0.15372517456988796,0.0,0.18737321270861906,0.15372517456988796,0.0,0.1374983026898441,0.15372517456988796,0.0,0.1192897565169913,0.15372517456988796,0.0,0.14920439016973192,0.15372517456988796,0.0,0.2124179621168505,0.5,0.15372517456988796,0.0,0.1454947942042354,0.0,0.1541755253963483,0.29397214868690724 -1397,0.5,0.15372517456988796,0.0,0.0874223338114103,0.15372517456988796,0.0,0.11809696651225543,0.15372517456988796,0.0,0.06849775246151935,0.15372517456988796,0.0,0.038323389175296166,0.15372517456988796,0.0,0.09377317583558636,0.15372517456988796,0.0,0.0707548020713202,0.15372517456988796,0.0,0.10543838415474524,0.15372517456988796,0.0,0.06584098056875665,0.5,0.15372517456988796,0.0,0.2285717115087038,0.15372517456988796,0.0,0.2848030844313846,0.5,0.15372517456988796,0.0,0.35887668860900074,0.15372517456988796,0.0,0.22249220195543207,0.15372517456988796,0.0,0.1566064538265514,0.15372517456988796,0.0,0.11511296572957844,0.15372517456988796,0.0,0.09271566417714766,0.15372517456988796,0.0,0.12981049425030838,0.15372517456988796,0.0,0.23506639851473812,0.5,0.15372517456988796,0.0,0.21470892468747213,0.0,0.16851036734365218,0.3611169494245657 -1398,0.5,0.15372517456988796,0.0,0.08016222456071866,0.15372517456988796,0.0,0.09864964875107758,0.15372517456988796,0.0,0.0747910566721233,0.15372517456988796,0.0,0.039402571721815764,0.15372517456988796,0.0,0.07145430877043628,0.15372517456988796,0.0,0.043478898934689855,0.15372517456988796,0.0,0.09814358449293117,0.15372517456988796,0.0,0.0921936137147179,0.5,0.15372517456988796,0.0,0.29302943048069485,0.15372517456988796,0.0,0.22819703540954323,0.5,0.15372517456988796,0.0,0.2805198758826993,0.15372517456988796,0.0,0.20397665117913136,0.15372517456988796,0.0,0.11550671344121871,0.15372517456988796,0.0,0.09637141101638487,0.15372517456988796,0.0,0.06585323765808987,0.15372517456988796,0.0,0.1434132465452569,0.15372517456988796,0.0,0.23942490941115607,0.5,0.15372517456988796,0.0,0.23708182177883078,0.0,0.15245327687854132,0.45128701828220774 -1399,0.5,0.15372517456988796,0.0,0.0754806868404969,0.15372517456988796,0.0,0.07156488284423401,0.15372517456988796,0.0,0.07315588361280209,0.15372517456988796,0.0,0.04120196933598196,0.15372517456988796,0.0,0.059342140336653734,0.15372517456988796,0.0,0.04504997335205695,0.15372517456988796,0.0,0.07933060015620212,0.15372517456988796,0.0,0.15200920694744505,0.5,0.15372517456988796,0.0,0.33802452865281263,0.15372517456988796,0.0,0.15334549271939385,0.5,0.15372517456988796,0.0,0.19533088738917814,0.15372517456988796,0.0,0.18515331117291234,0.15372517456988796,0.0,0.08641780060670588,0.15372517456988796,0.0,0.07347038340663122,0.15372517456988796,0.0,0.048044450411416965,0.15372517456988796,0.0,0.1492907483229049,0.15372517456988796,0.0,0.21608184224401447,0.5,0.15372517456988796,0.0,0.18932198944457357,0.0,0.13926250831210216,0.36604519659338136 -1400,0.5,0.15372517456988796,0.002644358538498913,0.0674990418838989,0.15372517456988796,0.0003914603148772014,0.04762230081857885,0.15372517456988796,0.002683900649039552,0.07382995588642705,0.15372517456988796,0.009605574522794837,0.0406374547547744,0.15372517456988796,2.793687425628101e-05,0.04069652124088575,0.15372517456988796,1.6781878550019418e-09,0.07189525515088076,0.15372517456988796,0.0003124457751153712,0.06768542603067526,0.15372517456988796,8.794416626168394e-05,0.1684414901612017,0.5,0.15372517456988796,0.00023545295091252026,0.338963951310433,0.15372517456988796,0.006855953408442733,0.06720299668723227,0.5,0.15372517456988796,0.001695442817283208,0.13975686133069326,0.15372517456988796,0.002506544669152134,0.2063899767275022,0.15372517456988796,0.0002904061167041584,0.06750412713670537,0.15372517456988796,8.270952400117673e-05,0.050227854049917225,0.15372517456988796,0.0009164182264714215,0.042471481451262394,0.15372517456988796,0.0014475120181159436,0.13892161020895927,0.15372517456988796,0.0019674462043087633,0.15682120886063786,0.5,0.15372517456988796,0.0052963872244737795,0.13759936442512588,0.0,0.13359532953243822,0.23234281136023882 -1401,0.5,0.15372517456988796,0.041462420932567794,0.06453222431828885,0.15372517456988796,0.0105639270288025,0.03239969531692191,0.15372517456988796,0.04600359780425896,0.11628510993511897,0.15372517456988796,0.07938206860217434,0.052124985643689684,0.15372517456988796,0.022906665695648885,0.02823484082505662,0.15372517456988796,0.022852998367087634,0.09710575044307677,0.15372517456988796,0.061604279089113125,0.05821058174833101,0.15372517456988796,0.019555076909079667,0.13849431002442522,0.5,0.15372517456988796,0.011023980426155516,0.303869859435976,0.15372517456988796,0.13249184714860546,0.04729155320529914,0.5,0.15372517456988796,0.03991247343325078,0.35214228289060495,0.15372517456988796,0.05002980391414165,0.2717736000702357,0.15372517456988796,0.012698285274896474,0.056664445249442634,0.15372517456988796,0.017286891701256524,0.037006576431787334,0.15372517456988796,0.027349119803959855,0.05119442948443269,0.15372517456988796,0.06059840155216857,0.21591860115884354,0.15372517456988796,0.04354693916913329,0.17800293627544253,0.5,0.15372517456988796,0.05060547274142112,0.10522739098301694,0.0,0.10828034773664906,0.14245384378291684 -1402,0.5,0.15372517456988796,0.0939064128745042,0.07944958600761894,0.15372517456988796,0.05036200317507379,0.03223843245007504,0.15372517456988796,0.12070540363792726,0.18022867001822745,0.15372517456988796,0.13986531186666923,0.10791768489006287,0.15372517456988796,0.09677247366810533,0.024665232827823826,0.15372517456988796,0.0588561411006924,0.1348759392589477,0.15372517456988796,0.15952573245698898,0.1118422079550956,0.15372517456988796,0.07875687859401594,0.16828390316890438,0.5,0.15372517456988796,0.04894312855240631,0.2896598585329042,0.15372517456988796,0.25559497034784107,0.08127115329464375,0.5,0.15372517456988796,0.07725967171430802,0.5379773213464619,0.15372517456988796,0.1038940329612311,0.2757020067332273,0.15372517456988796,0.04518632543905325,0.05971715888715818,0.15372517456988796,0.06222037389487261,0.03058043856482154,0.15372517456988796,0.06945966826156233,0.07257889128149417,0.15372517456988796,0.14583628189588094,0.31330254633333576,0.15372517456988796,0.11792759405026712,0.26926641251230804,0.5,0.15372517456988796,0.12329453354871323,0.10866808820809774,0.0,0.08109124188336718,0.08134885920780245 -1403,0.5,0.15372517456988796,0.13751507580405067,0.07417649109678497,0.15372517456988796,0.11632551579824259,0.032378418328837026,0.15372517456988796,0.16797399174050234,0.18214624518082614,0.15372517456988796,0.19724266338698382,0.12070869973302488,0.15372517456988796,0.2229705060849063,0.0365845716688837,0.15372517456988796,0.1014059472910674,0.15114670448098458,0.15372517456988796,0.2281116500534457,0.19494926547618446,0.15372517456988796,0.11761898902995904,0.19939619907787604,0.5,0.15372517456988796,0.13871249820716064,0.27077470700728173,0.15372517456988796,0.3733022200281879,0.12658976719170736,0.5,0.15372517456988796,0.10063337527570511,0.6196171012634536,0.15372517456988796,0.22006040800082344,0.3112249704922063,0.15372517456988796,0.08867875433946529,0.06584863671509218,0.15372517456988796,0.14028705362962623,0.019547353260258873,0.15372517456988796,0.1261417468253428,0.0759321696530317,0.15372517456988796,0.21367852301983503,0.3620709994424967,0.15372517456988796,0.13377961356203802,0.351266420110231,0.5,0.15372517456988796,0.19847910071361227,0.10631561043526243,0.0,0.0510468831027512,0.029782496142254783 -1404,0.5,0.15372517456988796,0.14793156862913215,0.07495202334383644,0.15372517456988796,0.13957163332214428,0.018417128269171974,0.15372517456988796,0.15952420248977933,0.16848152507502903,0.15372517456988796,0.1884498351280331,0.12115417721307012,0.15372517456988796,0.31275550859325923,0.0678833322859206,0.15372517456988796,0.1698748288955264,0.12606257479802788,0.15372517456988796,0.17375116927144352,0.21586868693570513,0.15372517456988796,0.10944544985967597,0.169006029044318,0.5,0.15372517456988796,0.25641519912877603,0.2646934921417742,0.15372517456988796,0.4247469197106193,0.12341574084283921,0.5,0.15372517456988796,0.1519035019155875,0.5944286388793277,0.15372517456988796,0.3427160311575249,0.31980046671230045,0.15372517456988796,0.10237815072908897,0.05006279986023637,0.15372517456988796,0.24752910206049872,0.010514184208419925,0.15372517456988796,0.23149209264420695,0.06274379020925977,0.15372517456988796,0.1602499922309665,0.36888905689691626,0.15372517456988796,0.13079703547957833,0.30594836357159155,0.5,0.15372517456988796,0.2606757407306236,0.09089269354214827,0.0,0.031848091476977605,0.010979120164661252 -1405,0.5,0.15372517456988796,0.09298543969134333,0.06541266586607909,0.15372517456988796,0.3402658190312037,0.02306056024384579,0.15372517456988796,0.14141523371744083,0.16958465123364375,0.15372517456988796,0.17404590097604364,0.12267298528735834,0.15372517456988796,0.15733358260659963,0.07262474007001356,0.15372517456988796,0.178451608498844,0.09536921218501238,0.15372517456988796,0.1537639689898009,0.1668815253423945,0.15372517456988796,0.23085919231294516,0.1774763681548212,0.5,0.15372517456988796,0.26351183670468603,0.26668432520150365,0.15372517456988796,0.3811089144006625,0.057294132476236916,0.5,0.15372517456988796,0.20650027811403793,0.4018820790223632,0.15372517456988796,0.3094114278969767,0.17741193952662437,0.15372517456988796,0.1342476963653201,0.03215595073826484,0.15372517456988796,0.3206396184493381,0.00887734072566761,0.15372517456988796,0.3262231200638138,0.05964774966576123,0.15372517456988796,0.10292314665548027,0.3202722698721553,0.15372517456988796,0.1774446597143399,0.2549470342841953,0.5,0.15372517456988796,0.2630772273653833,0.06040497392488064,0.0,0.019543830434197117,0.004589614540651669 -1406,0.5,0.15372517456988796,0.06941727169505699,0.05681876719798934,0.15372517456988796,0.15693374714554004,0.022214055926529096,0.15372517456988796,0.14965229018538112,0.15317951539035,0.15372517456988796,0.16517529548787674,0.11169024909940757,0.15372517456988796,0.12912032920078276,0.06021828474822529,0.15372517456988796,0.1682979195449319,0.09930166214342984,0.15372517456988796,0.20677970458699513,0.11704266207230792,0.15372517456988796,0.30845172121157766,0.1922270863430859,0.5,0.15372517456988796,0.2807079479644915,0.319696071705136,0.15372517456988796,0.3477955504656943,0.01895086083546276,0.5,0.15372517456988796,0.27987509988784365,0.20514650144001376,0.15372517456988796,0.3796254069175572,0.09556018541938273,0.15372517456988796,0.11820574372986867,0.014659244736305454,0.15372517456988796,0.19248511574867677,0.01347211066695081,0.15372517456988796,0.24450815919391639,0.0564875679810057,0.15372517456988796,0.10169432872141002,0.2660868844413896,0.15372517456988796,0.1296855536473423,0.1719956962601508,0.5,0.15372517456988796,0.29321024027314396,0.027276975460812557,0.0,0.013933018105301743,0.0016059781179033653 -1407,0.5,0.15372517456988796,0.05808544499534175,0.051795709277189704,0.15372517456988796,0.06442943229172646,0.012734473828355852,0.15372517456988796,0.11327366003076099,0.11841242566422616,0.15372517456988796,0.1197382802898827,0.09082755756138654,0.15372517456988796,0.1418588386840574,0.04766364204470958,0.15372517456988796,0.12179540571097386,0.11277580217794941,0.15372517456988796,0.18440155543635703,0.11969767486053903,0.15372517456988796,0.23196959837761358,0.19018700769872798,0.5,0.15372517456988796,0.2583742688349443,0.37222925868812257,0.15372517456988796,0.33304726568627263,0.023310330140498516,0.5,0.15372517456988796,0.32248170047983743,0.08179689439262937,0.15372517456988796,0.41152405272836085,0.06699816335572897,0.15372517456988796,0.1314202232546738,0.006127916541583876,0.15372517456988796,0.09439835794860155,0.020099068653504956,0.15372517456988796,0.13766610776804764,0.05575307323680035,0.15372517456988796,0.0931860978521401,0.22061416031582493,0.15372517456988796,0.08327303840750651,0.10525276682099131,0.5,0.15372517456988796,0.28186738711414316,0.013428611717892946,0.0,0.008836105053990115,0.0007659334064085313 -1408,0.5,0.15372517456988796,0.03253001402905812,0.03614006383115112,0.15372517456988796,0.03295936842259047,0.0076195728906745626,0.15372517456988796,0.09597912849853465,0.09785500628409259,0.15372517456988796,0.057154472697473965,0.055157994525349995,0.15372517456988796,0.0890995247318554,0.03261408948379615,0.15372517456988796,0.06500319628284541,0.10701814893038655,0.15372517456988796,0.0658606774451165,0.09980636983668095,0.15372517456988796,0.15653353480438648,0.1479445710561021,0.5,0.15372517456988796,0.19669413730890506,0.3798736562719287,0.15372517456988796,0.3289796009062101,0.06535011524882303,0.5,0.15372517456988796,0.25494854694991115,0.06311837426843614,0.15372517456988796,0.33217430320360947,0.03925486509636298,0.15372517456988796,0.10866311692557115,0.0036965831957093214,0.15372517456988796,0.055584402480426114,0.020570501189626587,0.15372517456988796,0.06697271712459554,0.04118800757343566,0.15372517456988796,0.08976613281815954,0.14615927296809042,0.15372517456988796,0.08761003175464287,0.06833170216166205,0.5,0.15372517456988796,0.21883645146825387,0.015594256350887254,0.0,0.00951863893956756,0.0007898073009333547 -1409,0.5,0.15372517456988796,0.013648742106603861,0.020876641692038404,0.15372517456988796,0.0075123935892669295,0.0013078413596096232,0.15372517456988796,0.04300194385889303,0.06386811494052404,0.15372517456988796,0.01826239977986264,0.025219110367734502,0.15372517456988796,0.07066517377142666,0.01881513510831613,0.15372517456988796,0.04979400226228153,0.08454219308055338,0.15372517456988796,0.02759575914385083,0.05439285330716471,0.15372517456988796,0.09993107752079625,0.11824557733425144,0.5,0.15372517456988796,0.09947346255685857,0.25683972808842354,0.15372517456988796,0.17822381683200028,0.060283149362689796,0.5,0.15372517456988796,0.12737551110162856,0.05277862747041963,0.15372517456988796,0.18802500349702073,0.022428961580264008,0.15372517456988796,0.06479068166428187,0.001653641790244817,0.15372517456988796,0.04904757294133292,0.017899414349866326,0.15372517456988796,0.03756926386639174,0.019799201776823264,0.15372517456988796,0.05062755079725923,0.07415382762811511,0.15372517456988796,0.08803990720864578,0.03777749295329127,0.5,0.15372517456988796,0.10596545645008117,0.018494497270949838,0.0,0.012498893442208347,0.0005511566759586825 -1410,0.5,0.15372517456988796,2.0786730358081438e-05,0.01725584217675959,0.15372517456988796,0.0003048353506650485,0.000874347493872147,0.15372517456988796,0.0,0.04161888331505705,0.15372517456988796,0.0,0.010046447067194859,0.15372517456988796,0.0,0.012539022779382037,0.15372517456988796,0.0,0.06952906066298965,0.15372517456988796,0.0,0.023669027556692833,0.15372517456988796,0.0,0.09626352489177854,0.5,0.15372517456988796,0.0,0.1329466552838452,0.15372517456988796,0.0,0.0727514318726987,0.5,0.15372517456988796,0.0,0.03347669092984193,0.15372517456988796,0.0,0.033042326335976445,0.15372517456988796,8.475770315587215e-05,0.0013332112295657585,0.15372517456988796,1.4708606746166478e-05,0.012250606894420698,0.15372517456988796,0.00012751623253541152,0.013012180277519441,0.15372517456988796,0.0,0.04191425382348445,0.15372517456988796,4.526128555814842e-05,0.02579723665442897,0.5,0.15372517456988796,0.0,0.03657402951999357,0.0,0.014651852125160843,0.0006133531957817138 -1411,0.5,0.15372517456988796,0.0,0.01749953452160631,0.15372517456988796,0.0,0.0008554383190115157,0.15372517456988796,0.0,0.0287714453185684,0.15372517456988796,0.0,0.006949959662545622,0.15372517456988796,0.0,0.011109064611129461,0.15372517456988796,0.0,0.08145239925818155,0.15372517456988796,0.0,0.018838526988054966,0.15372517456988796,0.0,0.08312403088284982,0.5,0.15372517456988796,0.0,0.07233370676864215,0.15372517456988796,0.0,0.05989815332140347,0.5,0.15372517456988796,0.0,0.03009500031491114,0.15372517456988796,0.0,0.04181748400299843,0.15372517456988796,0.0,0.001218051353462459,0.15372517456988796,0.0,0.014234790650573953,0.15372517456988796,0.0,0.013204868122075445,0.15372517456988796,0.0,0.027331785124845562,0.15372517456988796,0.0,0.026437476573816232,0.5,0.15372517456988796,0.0,0.06982643842513385,0.0,0.01294224972453809,0.0027456703758558863 -1412,0.5,0.15372517456988796,0.0,0.016602295065020523,0.15372517456988796,0.0,0.0009414088314768207,0.15372517456988796,0.0,0.02040499323403575,0.15372517456988796,0.0,0.007040300636046263,0.15372517456988796,0.0,0.0075576194972238175,0.15372517456988796,0.0,0.08702655794247006,0.15372517456988796,0.0,0.02588557533517956,0.15372517456988796,0.0,0.06964351737154081,0.5,0.15372517456988796,0.0,0.05586906897349335,0.15372517456988796,0.0,0.045315753214941204,0.5,0.15372517456988796,0.0,0.03257619951293922,0.15372517456988796,0.0,0.046024552240691734,0.15372517456988796,0.0,0.0008106817853254661,0.15372517456988796,0.0,0.014045450989413136,0.15372517456988796,0.0,0.01420476426857632,0.15372517456988796,0.0,0.024089638300534018,0.15372517456988796,0.0,0.02417202476467795,0.5,0.15372517456988796,0.0,0.08034842812477042,0.0,0.007518496748953711,0.006934177463136002 -1413,0.5,0.15372517456988796,0.0,0.014718786557461734,0.15372517456988796,0.0,0.0010196654726395988,0.15372517456988796,0.0,0.013183276047469038,0.15372517456988796,0.0,0.007651856066181045,0.15372517456988796,0.0,0.003616184755118555,0.15372517456988796,0.0,0.09072341005046006,0.15372517456988796,0.0,0.041779870279442,0.15372517456988796,0.0,0.06310948987532203,0.5,0.15372517456988796,0.0,0.04798073078421854,0.15372517456988796,0.0,0.04067696593214426,0.5,0.15372517456988796,0.0,0.0362141490115181,0.15372517456988796,0.0,0.04694448905765974,0.15372517456988796,0.0,0.0005042728009418973,0.15372517456988796,0.0,0.014152610343182093,0.15372517456988796,0.0,0.015157714558919167,0.15372517456988796,0.0,0.026509516123686842,0.15372517456988796,0.0,0.026530489140053053,0.5,0.15372517456988796,0.0,0.06543294441157947,0.0,0.003497310109869516,0.007547897360937557 -1414,0.5,0.15372517456988796,0.0,0.01244249496995714,0.15372517456988796,0.0,0.0017771756905023226,0.15372517456988796,0.0,0.0073946889777088895,0.15372517456988796,0.0,0.008367291412095778,0.15372517456988796,0.0,0.0030003689499735016,0.15372517456988796,0.0,0.0831737542043294,0.15372517456988796,0.0,0.05040643342095592,0.15372517456988796,0.0,0.06126493946197881,0.5,0.15372517456988796,0.0,0.04344987807850347,0.15372517456988796,0.0,0.028170109636420294,0.5,0.15372517456988796,0.0,0.024845734606664487,0.15372517456988796,0.0,0.03365481995059307,0.15372517456988796,0.0,0.000702849162877891,0.15372517456988796,0.0,0.01353798362229006,0.15372517456988796,0.0,0.013987763325538414,0.15372517456988796,0.0,0.023851920993564875,0.15372517456988796,0.0,0.02557136526203095,0.5,0.15372517456988796,0.0,0.05554959649193124,0.0,0.0022299048557925896,0.0072039240552075196 -1415,0.5,0.15372517456988796,0.0,0.011003757243095793,0.15372517456988796,0.0,0.007381149730134977,0.15372517456988796,0.0,0.004273990114195804,0.15372517456988796,0.0,0.008651955572785657,0.15372517456988796,0.0,0.005265958119442549,0.15372517456988796,0.0,0.07052824765135222,0.15372517456988796,0.0,0.04999385244858378,0.15372517456988796,0.0,0.05386020468427137,0.5,0.15372517456988796,0.0,0.04122609658183175,0.15372517456988796,0.0,0.014706765042287037,0.5,0.15372517456988796,0.0,0.011465045767129764,0.15372517456988796,0.0,0.020331674018284174,0.15372517456988796,0.0,0.0013338936789748248,0.15372517456988796,0.0,0.012837311703019764,0.15372517456988796,0.0,0.012732990825380621,0.15372517456988796,0.0,0.01807578515593206,0.15372517456988796,0.0,0.016921905048678014,0.5,0.15372517456988796,0.0,0.043957690642765564,0.0,0.002547270682696223,0.008651559856465053 -1416,0.5,0.15372517456988796,0.0,0.009935860451926262,0.15372517456988796,0.0,0.009900590987096591,0.15372517456988796,0.0,0.0026984672350514826,0.15372517456988796,0.0,0.008255181887055197,0.15372517456988796,0.0,0.009895584928685384,0.15372517456988796,0.0,0.06189632424907547,0.15372517456988796,0.0,0.04695710676562281,0.15372517456988796,0.0,0.04791713859005547,0.5,0.15372517456988796,0.0,0.03581806681885688,0.15372517456988796,0.0,0.010549455956740362,0.5,0.15372517456988796,0.0,0.008655625362253538,0.15372517456988796,0.0,0.015304788032232007,0.15372517456988796,0.0,0.001892678202095909,0.15372517456988796,0.0,0.012158911261441162,0.15372517456988796,0.0,0.012185077774643182,0.15372517456988796,0.0,0.014720433865969863,0.15372517456988796,0.0,0.010367678943568754,0.5,0.15372517456988796,0.0,0.03699638361136544,0.0,0.0033983827992690005,0.009121787878457795 -1417,0.5,0.15372517456988796,0.0,0.009017372338785383,0.15372517456988796,0.0,0.010966461414766487,0.15372517456988796,0.0,0.002760242047906835,0.15372517456988796,0.0,0.00773667444707478,0.15372517456988796,0.0,0.015818983949078613,0.15372517456988796,0.0,0.05777360807897338,0.15372517456988796,0.0,0.042735578244139726,0.15372517456988796,0.0,0.04468453148589816,0.5,0.15372517456988796,0.0,0.036952516379040595,0.15372517456988796,0.0,0.008876660677459658,0.5,0.15372517456988796,0.0,0.008470104455475583,0.15372517456988796,0.0,0.010306396198309366,0.15372517456988796,0.0,0.002011837911541895,0.15372517456988796,0.0,0.010957351249371517,0.15372517456988796,0.0,0.0108838977433123,0.15372517456988796,0.0,0.015069379989330441,0.15372517456988796,0.0,0.009004145522506222,0.5,0.15372517456988796,0.0,0.03337726503907426,0.0,0.004713238636477552,0.006578732746373195 -1418,0.5,0.15372517456988796,0.0,0.007485172797535308,0.15372517456988796,0.0,0.012591828169674005,0.15372517456988796,0.0,0.0027143685284038684,0.15372517456988796,0.0,0.005710009353357151,0.15372517456988796,0.0,0.020425056794450013,0.15372517456988796,0.0,0.056825126989691443,0.15372517456988796,0.0,0.040856790562239065,0.15372517456988796,0.0,0.03891180417827719,0.5,0.15372517456988796,0.0,0.050553060380130486,0.15372517456988796,0.0,0.008733000877488335,0.5,0.15372517456988796,0.0,0.008097348694276807,0.15372517456988796,0.0,0.007890413403187756,0.15372517456988796,0.0,0.002438501897311092,0.15372517456988796,0.0,0.010821053492828787,0.15372517456988796,0.0,0.008605841345895458,0.15372517456988796,0.0,0.015723744281607076,0.15372517456988796,0.0,0.009704256262006779,0.5,0.15372517456988796,0.0,0.02837022349017799,0.0,0.0060560768487924735,0.005155303040008162 -1419,0.5,0.15372517456988796,0.0,0.006310319649933976,0.15372517456988796,0.0,0.010565127118082177,0.15372517456988796,0.0,0.001862240830504095,0.15372517456988796,0.0,0.0031803725846686268,0.15372517456988796,0.0,0.02856491027189994,0.15372517456988796,0.0,0.05272158362457484,0.15372517456988796,0.0,0.03981780088004081,0.15372517456988796,0.0,0.030539361519150213,0.5,0.15372517456988796,0.0,0.04498790053301069,0.15372517456988796,0.0,0.01147238777254871,0.5,0.15372517456988796,0.0,0.009822533989810207,0.15372517456988796,0.0,0.0059490458115450465,0.15372517456988796,0.0,0.006400583689971826,0.15372517456988796,0.0,0.012626057314966112,0.15372517456988796,0.0,0.007095432266119934,0.15372517456988796,0.0,0.0148484709043953,0.15372517456988796,0.0,0.011580626017325783,0.5,0.15372517456988796,0.0,0.023885854372690248,0.0,0.006546955647344405,0.007757787395187313 -1420,0.5,0.15372517456988796,0.0,0.005285356867143373,0.15372517456988796,0.0,0.009936357669325423,0.15372517456988796,0.0,0.0016974980905154168,0.15372517456988796,0.0,0.0019214212865871,0.15372517456988796,0.0,0.03734162412828996,0.15372517456988796,0.0,0.048528807370170755,0.15372517456988796,0.0,0.036094098639001516,0.15372517456988796,0.0,0.024919728976361154,0.5,0.15372517456988796,0.0,0.024748734973038762,0.15372517456988796,0.0,0.01103681693193349,0.5,0.15372517456988796,0.0,0.008813206777285984,0.15372517456988796,0.0,0.0040308457438358175,0.15372517456988796,0.0,0.012458636573258092,0.15372517456988796,0.0,0.014847337551601551,0.15372517456988796,0.0,0.007024363681074689,0.15372517456988796,0.0,0.01109891837566931,0.15372517456988796,0.0,0.013051254781506951,0.5,0.15372517456988796,0.0,0.02215237947931411,0.0,0.006923247671824599,0.013768478739207652 -1421,0.5,0.15372517456988796,0.0,0.004465512415280166,0.15372517456988796,0.0,0.011105707563222874,0.15372517456988796,0.0,0.0021979769779131414,0.15372517456988796,0.0,0.00136789337052957,0.15372517456988796,0.0,0.0465470438676643,0.15372517456988796,0.0,0.04754866468726356,0.15372517456988796,0.0,0.034996302343501956,0.15372517456988796,0.0,0.025687279579829102,0.5,0.15372517456988796,0.0,0.012892900701968635,0.15372517456988796,0.0,0.007597882049831257,0.5,0.15372517456988796,0.0,0.004508044618284194,0.15372517456988796,0.0,0.0034386518207968884,0.15372517456988796,0.0,0.01687249176599713,0.15372517456988796,0.0,0.01907808572736179,0.15372517456988796,0.0,0.008396225496731882,0.15372517456988796,0.0,0.007160385371686319,0.15372517456988796,0.0,0.01205761751965003,0.5,0.15372517456988796,0.0,0.018664651791327033,0.0,0.00642554488139867,0.02092025602353817 -1422,0.5,0.15372517456988796,0.0,0.003938750572235162,0.15372517456988796,0.0,0.015139678304781232,0.15372517456988796,0.0,0.0028876419614028287,0.15372517456988796,0.0,0.0018714093822383207,0.15372517456988796,0.0,0.0505519283429752,0.15372517456988796,0.0,0.04658747600737795,0.15372517456988796,0.0,0.03564140040188961,0.15372517456988796,0.0,0.02844583700439251,0.5,0.15372517456988796,0.0,0.011134035317230834,0.15372517456988796,0.0,0.006301781970732428,0.5,0.15372517456988796,0.0,0.0037939166458313893,0.15372517456988796,0.0,0.004350437767607068,0.15372517456988796,0.0,0.019827126779950254,0.15372517456988796,0.0,0.026211337669802222,0.15372517456988796,0.0,0.01161172645428565,0.15372517456988796,0.0,0.007698292826247182,0.15372517456988796,0.0,0.009819286424380753,0.5,0.15372517456988796,0.0,0.014442863246965995,0.0,0.005469969324484781,0.02123582922609602 -1423,0.5,0.15372517456988796,0.0,0.004065088345750493,0.15372517456988796,0.0,0.020387083463910143,0.15372517456988796,0.0,0.004329244571568694,0.15372517456988796,0.0,0.004599300908212772,0.15372517456988796,0.0,0.05235054583528004,0.15372517456988796,0.0,0.04571978384902417,0.15372517456988796,0.0,0.03696677432176223,0.15372517456988796,0.0,0.02912200284637237,0.5,0.15372517456988796,0.0,0.01392546283269478,0.15372517456988796,0.0,0.00620276687911083,0.5,0.15372517456988796,0.0,0.006967791266770087,0.15372517456988796,0.0,0.005466713162360437,0.15372517456988796,0.0,0.02108804665996985,0.15372517456988796,0.0,0.03387913807876399,0.15372517456988796,0.0,0.014585160073551045,0.15372517456988796,0.0,0.010495780044451505,0.15372517456988796,0.0,0.008724769420279898,0.5,0.15372517456988796,0.0,0.01182715752824037,0.0,0.003979784559318883,0.020820713315561616 -1424,0.5,0.15372517456988796,0.0036109724675414292,0.00485466996340986,0.15372517456988796,0.002132373183549564,0.025733738278934548,0.15372517456988796,0.010592199166526425,0.004226511414709435,0.15372517456988796,0.018067157164628558,0.007517932173111603,0.15372517456988796,0.0004358924616842049,0.054037084069380785,0.15372517456988796,6.0833121481850456e-05,0.04460712445815992,0.15372517456988796,0.0013101880906254194,0.034961862153323066,0.15372517456988796,0.0005921901290862853,0.029974352965590284,0.5,0.15372517456988796,0.001706360592838121,0.015334004094459524,0.15372517456988796,0.012647587732962366,0.006804307237117944,0.5,0.15372517456988796,0.005067717200300573,0.008547374215328855,0.15372517456988796,0.0049030430000132135,0.005334968248682179,0.15372517456988796,0.0012558712191028405,0.02346810373937544,0.15372517456988796,0.0010914286261494268,0.03915678388991013,0.15372517456988796,0.004176986621137407,0.017270523590617284,0.15372517456988796,0.0043886863531170635,0.01117258511190815,0.15372517456988796,0.013848039426275986,0.00867816735988731,0.5,0.15372517456988796,0.030827259940547212,0.011769929302563311,0.0,0.002724832951944796,0.04108781516576991 -1425,0.5,0.15372517456988796,0.057105826834390694,0.007063762261406965,0.15372517456988796,0.09302524751132601,0.02742057550807693,0.15372517456988796,0.1721539410561948,0.003904676217822455,0.15372517456988796,0.15440737592319434,0.008731643740631418,0.15372517456988796,0.04760050284751456,0.04954290351194145,0.15372517456988796,0.08108606000543819,0.043125445327986615,0.15372517456988796,0.0945157974541308,0.025035952284527378,0.15372517456988796,0.05325473184337971,0.024429530976996253,0.5,0.15372517456988796,0.08575261022565292,0.016436035780467307,0.15372517456988796,0.15087669152152233,0.004382254269584647,0.5,0.15372517456988796,0.1272283239865744,0.005655900958932109,0.15372517456988796,0.10267295080649007,0.003337861715418777,0.15372517456988796,0.07583823669294598,0.03199949822761313,0.15372517456988796,0.10858022756367106,0.03694790734767614,0.15372517456988796,0.13875137507481747,0.01673893375660808,0.15372517456988796,0.14246586039595355,0.009087293114427731,0.15372517456988796,0.17595203187374164,0.008803762329688958,0.5,0.15372517456988796,0.19722437179167607,0.012361521398870498,0.0,0.002092645020797702,0.08311419088842749 -1426,0.5,0.15372517456988796,0.12976138100435208,0.01777398417648736,0.15372517456988796,0.25978420250347206,0.058448737699177786,0.15372517456988796,0.34142866808363515,0.007401683186316045,0.15372517456988796,0.3205997321608721,0.02104958481874654,0.15372517456988796,0.16117699853643558,0.05858123917054507,0.15372517456988796,0.21699635898993558,0.05166907644729703,0.15372517456988796,0.24163947729394214,0.022578235734923638,0.15372517456988796,0.1386960313960406,0.05503946444016867,0.5,0.15372517456988796,0.2008412945449825,0.06061690369651419,0.15372517456988796,0.2857566959170583,0.0015893410806761775,0.5,0.15372517456988796,0.2679215480746725,0.002431709277974256,0.15372517456988796,0.216713566028199,0.006742131682915775,0.15372517456988796,0.21226507393518987,0.05402606771090113,0.15372517456988796,0.2420977128489497,0.05316706681070252,0.15372517456988796,0.31277149092131,0.021281138530103154,0.15372517456988796,0.3118764846612773,0.007122720102668678,0.15372517456988796,0.35073874552010087,0.0088154692209778,0.5,0.15372517456988796,0.37372705037545234,0.010611676866364604,0.0,0.0018282954859767555,0.10665967101007369 -1427,0.5,0.15372517456988796,0.22672862903565427,0.03552246225837521,0.15372517456988796,0.33952290329416196,0.0824007179670915,0.15372517456988796,0.49466821394785787,0.030231357675611845,0.15372517456988796,0.45848859024000416,0.04892981458733009,0.15372517456988796,0.30425220020822685,0.07402772313307737,0.15372517456988796,0.3790858916173283,0.09411959120618918,0.15372517456988796,0.39201922259754496,0.03473358253652451,0.15372517456988796,0.22130131588060623,0.13962907603472202,0.5,0.15372517456988796,0.311556812252771,0.16133010570957226,0.15372517456988796,0.40163385356704195,0.008380149497937774,0.5,0.15372517456988796,0.41840909883602473,0.006301802977262711,0.15372517456988796,0.3349776485997274,0.017807361573044238,0.15372517456988796,0.3219048533957021,0.11107471743824199,0.15372517456988796,0.3740059233560789,0.08885103502953606,0.15372517456988796,0.46622871022619783,0.043105819800246664,0.15372517456988796,0.4668608733250696,0.013141660387976102,0.15372517456988796,0.5076798699960363,0.020993053847539515,0.5,0.15372517456988796,0.5274875920364948,0.025692195420758346,0.0,0.002335108960056757,0.11271737696939688 -1428,0.5,0.15372517456988796,0.2704207472773878,0.04552449640300253,0.15372517456988796,0.35456658858877277,0.07629038250172382,0.15372517456988796,0.5967766430042646,0.07505293668460816,0.15372517456988796,0.5366451164837718,0.07953313790187677,0.15372517456988796,0.39169489828505283,0.07070673622182418,0.15372517456988796,0.48107416016589044,0.1360647816969426,0.15372517456988796,0.5233020511668678,0.05779365369054691,0.15372517456988796,0.30832779798241294,0.15692999405240315,0.5,0.15372517456988796,0.3242919864095908,0.1388625121288628,0.15372517456988796,0.48590746012787667,0.010587201502732005,0.5,0.15372517456988796,0.5116252722108625,0.040737498216459764,0.15372517456988796,0.38073627867114895,0.024926630979178317,0.15372517456988796,0.2200258076958912,0.10798828191671443,0.15372517456988796,0.461830068807497,0.10205501112450636,0.15372517456988796,0.5677238833985176,0.0740445198284879,0.15372517456988796,0.5751754026539164,0.036470249070438984,0.15372517456988796,0.6114452114305289,0.060421197974414684,0.5,0.15372517456988796,0.6264135651093927,0.03850951645029072,0.0,0.001343587901047862,0.14711171048228736 -1429,0.5,0.15372517456988796,0.31107204185641546,0.053045934491883606,0.15372517456988796,0.4217455147802307,0.12375467251336048,0.15372517456988796,0.6317884433503898,0.10975865154405111,0.15372517456988796,0.5563498002468119,0.10540360070201514,0.15372517456988796,0.454673984382205,0.06362545835975589,0.15372517456988796,0.476929821231151,0.13822740567563047,0.15372517456988796,0.5887933831412357,0.08579758308151803,0.15372517456988796,0.2774254830029149,0.1609039112643842,0.5,0.15372517456988796,0.2833490855549913,0.13320769028190058,0.15372517456988796,0.5140857412823929,0.005683378266709545,0.5,0.15372517456988796,0.5246973089259999,0.06817918929167657,0.15372517456988796,0.41134827411767166,0.027538867284141268,0.15372517456988796,0.2347090084458866,0.1007505653087716,0.15372517456988796,0.45144116601182827,0.11239001862694803,0.15372517456988796,0.6201457212362791,0.11091906438342433,0.15372517456988796,0.6213602583075959,0.06905976728895193,0.15372517456988796,0.6509018962348989,0.11551128957556721,0.5,0.15372517456988796,0.6634008957591256,0.07325583970062516,0.0,0.0009371486084546783,0.17703029256006883 -1430,0.5,0.15372517456988796,0.3166741340793092,0.05137892754189433,0.15372517456988796,0.4455320237163114,0.20749215255707806,0.15372517456988796,0.6173316910443797,0.11768003048545186,0.15372517456988796,0.5204692523472173,0.10834495382482978,0.15372517456988796,0.49340914914130396,0.0794122678686724,0.15372517456988796,0.3902162632138982,0.14309952674626567,0.15372517456988796,0.5585521713341318,0.13624550832242358,0.15372517456988796,0.22401733561831713,0.16938950157388394,0.5,0.15372517456988796,0.21058859506555844,0.1425800525697752,0.15372517456988796,0.5245527977859145,0.0051244968360839764,0.5,0.15372517456988796,0.4376490414057688,0.06606485973909061,0.15372517456988796,0.3944830763241775,0.023953873754366126,0.15372517456988796,0.32987389790760907,0.12559239374182948,0.15372517456988796,0.4176220616378309,0.12342871841279518,0.15372517456988796,0.6083219425298771,0.1310734109943883,0.15372517456988796,0.598367240888947,0.09837622345866837,0.15372517456988796,0.6341828856289269,0.1298922413260486,0.5,0.15372517456988796,0.6453823089416822,0.08987900766026966,0.0,0.00044080043191763174,0.192947276282695 -1431,0.5,0.15372517456988796,0.2298906943290691,0.047707007275762645,0.15372517456988796,0.2901214256489666,0.20913610015009795,0.15372517456988796,0.5467035783888005,0.1131971208609992,0.15372517456988796,0.4471511759035305,0.09340201556513178,0.15372517456988796,0.40052043143780613,0.09792653727692945,0.15372517456988796,0.2527287091278868,0.13238136495346017,0.15372517456988796,0.4100886603666845,0.15648790293023282,0.15372517456988796,0.17126907438495492,0.17615184446168947,0.5,0.15372517456988796,0.1437589835668848,0.14684022342065417,0.15372517456988796,0.44492606000926077,0.007814360705346171,0.5,0.15372517456988796,0.30952793846065574,0.04827689776810362,0.15372517456988796,0.29182809241939733,0.02402079374484659,0.15372517456988796,0.2759155884042985,0.1393370156292703,0.15372517456988796,0.38254909620381866,0.14600525881542248,0.15372517456988796,0.5121551738562801,0.1205972877219045,0.15372517456988796,0.49495026954720045,0.10890617532950077,0.15372517456988796,0.554926601131557,0.09813185360963754,0.5,0.15372517456988796,0.5589144656236369,0.08097772931290398,0.0,0.0002629626367863923,0.2097038254700485 -1432,0.5,0.15372517456988796,0.1632143788246021,0.04016291352949526,0.15372517456988796,0.07542300830068235,0.13513479524580602,0.15372517456988796,0.4143008477475367,0.09146907876600194,0.15372517456988796,0.2982444666350537,0.0564203685463358,0.15372517456988796,0.2507299137595164,0.1036710033765668,0.15372517456988796,0.14137255137766144,0.08795877173146763,0.15372517456988796,0.23491029723917356,0.1289014945053802,0.15372517456988796,0.10428959651749846,0.1449905479949649,0.5,0.15372517456988796,0.093407878078698,0.12724280316886635,0.15372517456988796,0.26356845579866256,0.00850663456695254,0.5,0.15372517456988796,0.205217843598959,0.02067160329509064,0.15372517456988796,0.18475125828851577,0.021395891999054922,0.15372517456988796,0.1687678946232566,0.1337824065489443,0.15372517456988796,0.28389172908762084,0.14489390380657907,0.15372517456988796,0.3642260983869938,0.08430552389228423,0.15372517456988796,0.34161483731592934,0.09870537710246508,0.15372517456988796,0.4135441875327194,0.06499880423924592,0.5,0.15372517456988796,0.40875907078631246,0.06931076226110736,0.0,0.0039968264724188395,0.22443272132034253 -1433,0.5,0.15372517456988796,0.07672925574703744,0.024442674783649275,0.15372517456988796,0.030591445115617934,0.08952281583502307,0.15372517456988796,0.16583435688720705,0.048899620786427817,0.15372517456988796,0.09574622901979297,0.04029470453527313,0.15372517456988796,0.09895587545598732,0.07384198923664846,0.15372517456988796,0.06052784464031445,0.03357490142376731,0.15372517456988796,0.11162123610033414,0.061947665153019874,0.15372517456988796,0.03990089961284528,0.07679090066275751,0.5,0.15372517456988796,0.05071028560334476,0.09661241626617124,0.15372517456988796,0.08818058297019626,0.013968306897725172,0.5,0.15372517456988796,0.1090239111719898,0.002740544636554837,0.15372517456988796,0.08692517283720853,0.018446572540358613,0.15372517456988796,0.07106596826873714,0.10602735401692556,0.15372517456988796,0.18276683632669152,0.09199565502944276,0.15372517456988796,0.17855599387544835,0.048882795195011444,0.15372517456988796,0.16516799675442392,0.04086132596459794,0.15372517456988796,0.15241364661300155,0.022136648973084816,0.5,0.15372517456988796,0.15214701903073719,0.018874242690555616,0.0,0.01466307699951408,0.22510463625898072 -1434,0.5,0.15372517456988796,0.0,0.037932095701472685,0.15372517456988796,0.0,0.08141050672630645,0.15372517456988796,0.0,0.0647384612449426,0.15372517456988796,0.0,0.06308947293800578,0.15372517456988796,0.0,0.11272058427760419,0.15372517456988796,0.0,0.01712602278230862,0.15372517456988796,0.0,0.06258463967424477,0.15372517456988796,5.612327320006289e-05,0.04325402609721336,0.5,0.15372517456988796,0.0,0.0708837631673468,0.15372517456988796,0.0,0.008553258861425437,0.5,0.15372517456988796,0.0,0.0014085767532422712,0.15372517456988796,0.0,0.009397199422062722,0.15372517456988796,0.0,0.09304236971031314,0.15372517456988796,0.0,0.10572359184169247,0.15372517456988796,0.0,0.07126699804829506,0.15372517456988796,0.0,0.030592800472803345,0.15372517456988796,0.0,0.016318796164614506,0.5,0.15372517456988796,0.0,0.007499436254590354,0.0,0.01947240410053957,0.20248527124864862 -1435,0.5,0.15372517456988796,0.0,0.05533223502978943,0.15372517456988796,0.0,0.08874963740314187,0.15372517456988796,0.0,0.06510388623959053,0.15372517456988796,0.0,0.07400229410655691,0.15372517456988796,0.0,0.14638718612666177,0.15372517456988796,0.0,0.01583842761803128,0.15372517456988796,0.0,0.0608552893742471,0.15372517456988796,0.0,0.0377664348815242,0.5,0.15372517456988796,0.0,0.04982035742573901,0.15372517456988796,0.0,0.00274697778200039,0.5,0.15372517456988796,0.0,0.0016766215104049393,0.15372517456988796,0.0,0.007939619870486463,0.15372517456988796,0.0,0.08857743943581856,0.15372517456988796,0.0,0.12418006527046171,0.15372517456988796,0.0,0.08568051668818459,0.15372517456988796,0.0,0.029972381260268088,0.15372517456988796,0.0,0.015479421405063415,0.5,0.15372517456988796,0.0,0.005027078469002253,0.0,0.02908808194594801,0.18495588131786167 -1436,0.5,0.15372517456988796,0.0,0.06722288858150965,0.15372517456988796,0.0,0.094203822798841,0.15372517456988796,0.0,0.06260536236717747,0.15372517456988796,0.0,0.07582537055137949,0.15372517456988796,0.0,0.12805808113987102,0.15372517456988796,0.0,0.011870041858666067,0.15372517456988796,0.0,0.04575774419606417,0.15372517456988796,0.0,0.039078083589917406,0.5,0.15372517456988796,0.0,0.0405814065024848,0.15372517456988796,0.0,0.001717698048648542,0.5,0.15372517456988796,0.0,0.0020491747647863835,0.15372517456988796,0.0,0.009739007341615088,0.15372517456988796,0.0,0.07506069063140602,0.15372517456988796,0.0,0.12589645287325543,0.15372517456988796,0.0,0.09433694707545111,0.15372517456988796,0.0,0.02161217538139469,0.15372517456988796,0.0,0.014786201812903459,0.5,0.15372517456988796,0.0,0.004624416271626968,0.0,0.0527336750681871,0.18796399299306976 -1437,0.5,0.15372517456988796,0.0,0.06937754660210665,0.15372517456988796,0.0,0.1227660940973202,0.15372517456988796,0.0,0.060587650535397726,0.15372517456988796,0.0,0.07713223823637197,0.15372517456988796,0.0,0.10434470732104686,0.15372517456988796,0.0,0.014095828367457375,0.15372517456988796,0.0,0.0318816267448174,0.15372517456988796,0.0,0.04227680037560972,0.5,0.15372517456988796,0.0,0.03741957584804171,0.15372517456988796,0.0,0.001010464612138091,0.5,0.15372517456988796,0.0,0.002493089013408293,0.15372517456988796,0.0,0.010001529612664392,0.15372517456988796,0.0,0.08472504839723012,0.15372517456988796,0.0,0.13069151714605215,0.15372517456988796,0.0,0.10084694425513216,0.15372517456988796,0.0,0.013773346479636487,0.15372517456988796,0.0,0.012855337569769754,0.5,0.15372517456988796,0.0,0.0038367105788037065,0.0,0.053443538578156265,0.2320392484999066 -1438,0.5,0.15372517456988796,0.0,0.07017553583410578,0.15372517456988796,0.0,0.16289042801771694,0.15372517456988796,0.0,0.05715386342076903,0.15372517456988796,0.0,0.0761513903019406,0.15372517456988796,0.0,0.08212063930858211,0.15372517456988796,0.0,0.01976470551844893,0.15372517456988796,0.0,0.02350994642900261,0.15372517456988796,0.0,0.04408146890027348,0.5,0.15372517456988796,0.0,0.031210243992176617,0.15372517456988796,0.0,0.0004869212418661566,0.5,0.15372517456988796,0.0,0.003191297174889566,0.15372517456988796,0.0,0.008140179031369715,0.15372517456988796,0.0,0.09242075274276317,0.15372517456988796,0.0,0.13706891731006285,0.15372517456988796,0.0,0.10070140057400123,0.15372517456988796,0.0,0.010330957881270938,0.15372517456988796,0.0,0.00846807522201085,0.5,0.15372517456988796,0.0,0.004439658400936169,0.0,0.04363005565291286,0.33002209295011187 -1439,0.5,0.15372517456988796,0.0,0.073766784089651,0.15372517456988796,0.0,0.17911440525577615,0.15372517456988796,0.0,0.048973092370585135,0.15372517456988796,0.0,0.06937698055373455,0.15372517456988796,0.0,0.059731655059627055,0.15372517456988796,0.0,0.024584328514470438,0.15372517456988796,0.0,0.02170890705740814,0.15372517456988796,0.0,0.0375220798277425,0.5,0.15372517456988796,0.0,0.025319091447977816,0.15372517456988796,0.0,0.00034127148451746145,0.5,0.15372517456988796,0.0,0.008640407527936808,0.15372517456988796,0.0,0.007592638344620065,0.15372517456988796,0.0,0.10896350928115968,0.15372517456988796,0.0,0.1429640396712973,0.15372517456988796,0.0,0.09455567994006296,0.15372517456988796,0.0,0.008884007195963467,0.15372517456988796,0.0,0.0049123935102598805,0.5,0.15372517456988796,0.0,0.003791195601425715,0.0,0.0367955807799563,0.45392547476822015 -1440,0.5,0.15372517456988796,0.0,0.07576580809433195,0.15372517456988796,0.0,0.15036187496023842,0.15372517456988796,0.0,0.037066389617130775,0.15372517456988796,0.0,0.06323814567912064,0.15372517456988796,0.0,0.043358081960487,0.15372517456988796,0.0,0.028329436059412724,0.15372517456988796,0.0,0.019875971746163203,0.15372517456988796,0.0,0.027877556174188897,0.5,0.15372517456988796,0.0,0.02546397861555498,0.15372517456988796,0.0,0.0002739395874839057,0.5,0.15372517456988796,0.0,0.020620839135488418,0.15372517456988796,0.0,0.011419406761208391,0.15372517456988796,0.0,0.1348701180157011,0.15372517456988796,0.0,0.14280991577530538,0.15372517456988796,0.0,0.08584564778358203,0.15372517456988796,0.0,0.009199326770397118,0.15372517456988796,0.0,0.004237843814238868,0.5,0.15372517456988796,0.0,0.003547383597356778,0.0,0.037390050955478274,0.5073650058841603 -1441,0.5,0.15372517456988796,0.0,0.08000948242830222,0.15372517456988796,0.0,0.13645989814033546,0.15372517456988796,0.0,0.026441332390780108,0.15372517456988796,0.0,0.06471425763994894,0.15372517456988796,0.0,0.02946554533111876,0.15372517456988796,0.0,0.03722044628385271,0.15372517456988796,0.0,0.02383323272010711,0.15372517456988796,0.0,0.02849019838183425,0.5,0.15372517456988796,0.0,0.029730778972764306,0.15372517456988796,0.0,0.0004453322845976219,0.5,0.15372517456988796,0.0,0.041052675114517705,0.15372517456988796,0.0,0.02593944875627096,0.15372517456988796,0.0,0.15229496162510273,0.15372517456988796,0.0,0.1382941217909226,0.15372517456988796,0.0,0.08114290654971751,0.15372517456988796,0.0,0.011073385226518665,0.15372517456988796,0.0,0.006723886691434232,0.5,0.15372517456988796,0.0,0.003998354655591796,0.0,0.0432305813323332,0.4792729658113391 -1442,0.5,0.15372517456988796,0.0,0.0829124917662293,0.15372517456988796,0.0,0.1348536400339873,0.15372517456988796,0.0,0.02147776280829848,0.15372517456988796,0.0,0.07390561306673794,0.15372517456988796,0.0,0.02378009700558839,0.15372517456988796,0.0,0.05789788254646599,0.15372517456988796,0.0,0.03802341668785842,0.15372517456988796,0.0,0.03519765537187769,0.5,0.15372517456988796,0.0,0.03534911751054692,0.15372517456988796,0.0,0.00168787149219575,0.5,0.15372517456988796,0.0,0.04896202356103289,0.15372517456988796,0.0,0.03205971833289182,0.15372517456988796,0.0,0.1703313353852013,0.15372517456988796,0.0,0.1262470433073948,0.15372517456988796,0.0,0.07176022498072868,0.15372517456988796,0.0,0.014193006904264891,0.15372517456988796,0.0,0.011818248614277044,0.5,0.15372517456988796,0.0,0.0030725467402922414,0.0,0.053269449605148594,0.3893859989383151 -1443,0.5,0.15372517456988796,0.0,0.08929691770424324,0.15372517456988796,0.0,0.13175520642931424,0.15372517456988796,0.0,0.017248584525882727,0.15372517456988796,0.0,0.08039662479250674,0.15372517456988796,0.0,0.031235277835543585,0.15372517456988796,0.0,0.08682989018272215,0.15372517456988796,0.0,0.056975384631971715,0.15372517456988796,0.0,0.0332880235565198,0.5,0.15372517456988796,0.0,0.03297384886732891,0.15372517456988796,0.0,0.0029229096930834873,0.5,0.15372517456988796,0.0,0.04082517230690815,0.15372517456988796,0.0,0.027963516635163315,0.15372517456988796,0.0,0.18755942236268844,0.15372517456988796,0.0,0.1061843071269927,0.15372517456988796,0.0,0.058464501653576376,0.15372517456988796,0.0,0.01823890612908147,0.15372517456988796,0.0,0.01649040294833494,0.5,0.15372517456988796,0.0,0.001128992510130509,0.0,0.07547519915996849,0.3201160231062563 -1444,0.5,0.15372517456988796,0.0,0.09241406503685919,0.15372517456988796,0.0,0.11287757008862236,0.15372517456988796,0.0,0.011264684967600788,0.15372517456988796,0.0,0.08706038851974265,0.15372517456988796,0.0,0.05642391622667994,0.15372517456988796,0.0,0.09092454308591143,0.15372517456988796,0.0,0.07190423095977987,0.15372517456988796,0.0,0.03024374949282764,0.5,0.15372517456988796,0.0,0.02626991757959036,0.15372517456988796,0.0,0.003466980334995399,0.5,0.15372517456988796,0.0,0.034991978351250716,0.15372517456988796,0.0,0.026315063495763368,0.15372517456988796,0.0,0.1920382426265756,0.15372517456988796,0.0,0.08591557974528818,0.15372517456988796,0.0,0.046686425370204516,0.15372517456988796,0.0,0.015976151727137098,0.15372517456988796,0.0,0.01876061814216866,0.5,0.15372517456988796,0.0,0.000991245877164414,0.0,0.10882724232889665,0.2623171567429269 -1445,0.5,0.15372517456988796,0.0,0.08617751198937097,0.15372517456988796,0.0,0.11552116709234347,0.15372517456988796,0.0,0.00872365323510455,0.15372517456988796,0.0,0.08310129993076512,0.15372517456988796,0.0,0.08118426169801166,0.15372517456988796,0.0,0.08820211062293974,0.15372517456988796,0.0,0.073527915286105,0.15372517456988796,0.0,0.03616861274005461,0.5,0.15372517456988796,0.0,0.021087253696811227,0.15372517456988796,0.0,0.006465425668690169,0.5,0.15372517456988796,0.0,0.03405793812358185,0.15372517456988796,0.0,0.027565162729277472,0.15372517456988796,0.0,0.19421520387835453,0.15372517456988796,0.0,0.06641700771969537,0.15372517456988796,0.0,0.045530808328735024,0.15372517456988796,0.0,0.016415775203863028,0.15372517456988796,0.0,0.019675871611696715,0.5,0.15372517456988796,0.0,0.0021561954394573933,0.0,0.12363777323705186,0.20848142588224752 -1446,0.5,0.15372517456988796,0.0,0.08441507322775622,0.15372517456988796,0.0,0.12388335264141255,0.15372517456988796,0.0,0.009005352553747844,0.15372517456988796,0.0,0.06795648682694712,0.15372517456988796,0.0,0.11411659498724931,0.15372517456988796,0.0,0.08357979039313217,0.15372517456988796,0.0,0.08205157306236854,0.15372517456988796,0.0,0.040347059693330356,0.5,0.15372517456988796,0.0,0.019585610423883525,0.15372517456988796,0.0,0.012132238543834557,0.5,0.15372517456988796,0.0,0.02181080725873489,0.15372517456988796,0.0,0.024123978498494174,0.15372517456988796,0.0,0.18140951758420712,0.15372517456988796,0.0,0.055824670706753406,0.15372517456988796,0.0,0.04561608488598439,0.15372517456988796,0.0,0.021858734714704925,0.15372517456988796,0.0,0.015251179797950029,0.5,0.15372517456988796,0.0,0.006585742930804899,0.0,0.13524643007687703,0.16716599105200972 -1447,0.5,0.15372517456988796,0.0,0.0818181660378177,0.15372517456988796,0.0,0.1281650666849318,0.15372517456988796,0.0,0.013769783973189816,0.15372517456988796,0.0,0.055680736088077616,0.15372517456988796,0.0,0.14589112105000088,0.15372517456988796,0.0,0.08373000388972458,0.15372517456988796,0.0,0.08222394452759131,0.15372517456988796,0.0,0.04384121750463117,0.5,0.15372517456988796,0.0,0.014101957379060014,0.15372517456988796,0.0,0.014941242625676027,0.5,0.15372517456988796,0.0,0.012887994784643869,0.15372517456988796,0.0,0.01977257042084068,0.15372517456988796,0.0,0.1774239333728403,0.15372517456988796,0.0,0.06490984965193845,0.15372517456988796,0.0,0.04773365392342576,0.15372517456988796,0.0,0.035170601449496366,0.15372517456988796,0.0,0.014590028038827516,0.5,0.15372517456988796,0.0,0.008969353632008112,0.0,0.14248007916535008,0.1599136600227268 -1448,0.5,0.15372517456988796,0.004797446945188432,0.08042799334911808,0.15372517456988796,0.0030708403526915292,0.09934349047059536,0.15372517456988796,0.00291202729180711,0.017958511428254487,0.15372517456988796,0.0038693123807725218,0.05133204716458031,0.15372517456988796,0.0009814039983304817,0.14131459174717348,0.15372517456988796,8.197707267187002e-05,0.09013148902508158,0.15372517456988796,0.0011296113688958054,0.0958621443093104,0.15372517456988796,0.00047349926224509993,0.048101879966335,0.5,0.15372517456988796,0.001365563685048428,0.011638451374272548,0.15372517456988796,0.003227487102765906,0.01549929485210573,0.5,0.15372517456988796,0.003319718257243545,0.012873157932718829,0.15372517456988796,0.003699856793265903,0.02170371415015005,0.15372517456988796,0.00226176023729708,0.1768278736352629,0.15372517456988796,0.0007896795212240139,0.09617963091256704,0.15372517456988796,0.001960210930621048,0.061200847345157544,0.15372517456988796,0.002139332923663653,0.053146849025596674,0.15372517456988796,0.005186162787426706,0.017697577908095993,0.5,0.15372517456988796,0.007766716173492976,0.009538414126726208,0.0,0.1728501523375056,0.16301047034393432 -1449,0.5,0.15372517456988796,0.03736308437221352,0.08850798969077694,0.15372517456988796,0.05194490850372463,0.103484719835319,0.15372517456988796,0.04081472873757932,0.02390585233435875,0.15372517456988796,0.031474776442864665,0.04827506287028868,0.15372517456988796,0.04298901857637632,0.14851015136531712,0.15372517456988796,0.015088171529275236,0.13029093545382217,0.15372517456988796,0.03948292590465372,0.15604630121311489,0.15372517456988796,0.03800829448297711,0.0565950489921124,0.5,0.15372517456988796,0.05906803186917845,0.013093466852955437,0.15372517456988796,0.04239635155035219,0.024453186638021054,0.5,0.15372517456988796,0.06244204934020868,0.02373092590107187,0.15372517456988796,0.08319819926134295,0.03229529657645394,0.15372517456988796,0.05808381686222644,0.19139096550791418,0.15372517456988796,0.041508027702899464,0.16185527604275057,0.15372517456988796,0.04788433996347924,0.0983443268543263,0.15372517456988796,0.056844297521564585,0.1156264596172428,0.15372517456988796,0.07378029369087104,0.03265762242731636,0.5,0.15372517456988796,0.04902928901957569,0.039482005655289955,0.0,0.22739066502210095,0.2174132188826083 -1450,0.5,0.15372517456988796,0.05659648381535325,0.11194043904063572,0.15372517456988796,0.06216043034394614,0.09922195571809757,0.15372517456988796,0.12570162080805258,0.04620984674456547,0.15372517456988796,0.06780125797548972,0.061126990021403135,0.15372517456988796,0.07485409426309546,0.21784157479591051,0.15372517456988796,0.045006264369410014,0.2071763482153959,0.15372517456988796,0.1139905826460858,0.25270102478371226,0.15372517456988796,0.11690628250963778,0.13178800468332488,0.5,0.15372517456988796,0.15746599287034727,0.03031033677698441,0.15372517456988796,0.09290126971862923,0.03886089570466139,0.5,0.15372517456988796,0.1506176694959638,0.07696837077480008,0.15372517456988796,0.18782276789386895,0.031826948804781485,0.15372517456988796,0.11042283290576341,0.2511169041836176,0.15372517456988796,0.10782677515050768,0.26223658713261827,0.15372517456988796,0.13720481276978136,0.2093856060677676,0.15372517456988796,0.14931571494821783,0.1758967602805405,0.15372517456988796,0.16582018856593714,0.06310139185158725,0.5,0.15372517456988796,0.1093218775149688,0.06373716964934298,0.0,0.2402558989179435,0.3563352424603798 -1451,0.5,0.15372517456988796,0.06984225917995628,0.14883102485231828,0.15372517456988796,0.07112348742939353,0.14604958546335536,0.15372517456988796,0.2084815850878725,0.11091944679644855,0.15372517456988796,0.09973545553342539,0.0740542955270876,0.15372517456988796,0.1612329095088506,0.3476706791961567,0.15372517456988796,0.0847008213704763,0.2564426187941365,0.15372517456988796,0.234117225275636,0.3783931195041545,0.15372517456988796,0.20022556368315014,0.13555382378053343,0.5,0.15372517456988796,0.25827005093986694,0.05486310146117201,0.15372517456988796,0.15366977336201088,0.04632665591155669,0.5,0.15372517456988796,0.22422324142975725,0.065698757431191,0.15372517456988796,0.2671808484495873,0.02166333895417489,0.15372517456988796,0.12438587758895414,0.24653120622249847,0.15372517456988796,0.1674417531379248,0.3730981297324195,0.15372517456988796,0.23202362397853699,0.3436274016106883,0.15372517456988796,0.18439087479814695,0.18853124446024055,0.15372517456988796,0.24434333270786657,0.062010357296112296,0.5,0.15372517456988796,0.17653993012643007,0.05624899236361928,0.0,0.25951196654209374,0.5757739517695772 -1452,0.5,0.15372517456988796,0.08664713169002564,0.19362125062717989,0.15372517456988796,0.16185473289016167,0.3206624730080129,0.15372517456988796,0.24593731359787935,0.14295806670365477,0.15372517456988796,0.12862218955415666,0.08957930314370081,0.15372517456988796,0.23082271677520114,0.35516037813323686,0.15372517456988796,0.14781720846322383,0.2772411588928646,0.15372517456988796,0.2651803439820885,0.3614678273307792,0.15372517456988796,0.2955628083754006,0.1311011504745675,0.5,0.15372517456988796,0.2608696202820908,0.046397228415657334,0.15372517456988796,0.24933342870762315,0.0447357268133208,0.5,0.15372517456988796,0.3921238132913849,0.05177790689419688,0.15372517456988796,0.31291843250025286,0.012281509144724163,0.15372517456988796,0.10768641279820867,0.23388686266459252,0.15372517456988796,0.22041069648744183,0.3808297473030724,0.15372517456988796,0.2538697993640572,0.3814204252947175,0.15372517456988796,0.143550306378178,0.15407678167733868,0.15372517456988796,0.23139273896592744,0.04923987106724627,0.5,0.15372517456988796,0.20177908079598583,0.04133387630541693,0.0,0.2595260639992957,0.49187580354478544 -1453,0.5,0.15372517456988796,0.09675692263954669,0.21337743114396124,0.15372517456988796,0.2792073784029089,0.4709806516791216,0.15372517456988796,0.16280905482295147,0.14569188132508643,0.15372517456988796,0.16096735543259458,0.09828456451689284,0.15372517456988796,0.35073552806384656,0.3224155335838891,0.15372517456988796,0.2884578088921451,0.3139602871979952,0.15372517456988796,0.302390964433159,0.29765213774861865,0.15372517456988796,0.3227284953313111,0.10276205911969342,0.5,0.15372517456988796,0.2200133765469734,0.04566147080941752,0.15372517456988796,0.2241001919475474,0.03442893083327883,0.5,0.15372517456988796,0.31256692116124035,0.04550900016738643,0.15372517456988796,0.2674842230519775,0.003232932393734499,0.15372517456988796,0.10856002020196182,0.2279153857141828,0.15372517456988796,0.18198419488282583,0.3072955357706072,0.15372517456988796,0.22469608856410572,0.3212481347887558,0.15372517456988796,0.1520486723824037,0.12101374106389752,0.15372517456988796,0.1836894406502309,0.037839984538818795,0.5,0.15372517456988796,0.19203890611319485,0.029893103494253878,0.0,0.31378023414893036,0.34138714101933093 -1454,0.5,0.15372517456988796,0.08811629910117083,0.21566330722935723,0.15372517456988796,0.10214965275626173,0.34723714636126624,0.15372517456988796,0.13633907179579097,0.12984493257250063,0.15372517456988796,0.14816530852763102,0.09143427241328812,0.15372517456988796,0.39141686123799047,0.31117172167224444,0.15372517456988796,0.25016272869986955,0.29582697392381696,0.15372517456988796,0.36286880583772585,0.2393034107035776,0.15372517456988796,0.2204477482592111,0.10359082950384851,0.5,0.15372517456988796,0.18598310763707976,0.05445507947619895,0.15372517456988796,0.2000071318342881,0.029914658247532987,0.5,0.15372517456988796,0.18076359566771122,0.032678174206272996,0.15372517456988796,0.20245981846967387,0.0019983381434192206,0.15372517456988796,0.10421356731882635,0.27268245252612366,0.15372517456988796,0.16642511989298825,0.2351870592217718,0.15372517456988796,0.21225818052856546,0.2580186447497351,0.15372517456988796,0.13982068238216272,0.10695608892489604,0.15372517456988796,0.15487307004263898,0.028795915355985007,0.5,0.15372517456988796,0.18745899834572746,0.023046185646922745,0.0,0.23823342676422748,0.40448179491167746 -1455,0.5,0.15372517456988796,0.09582985733344207,0.18401054091714764,0.15372517456988796,0.06140827559092028,0.21133220448751064,0.15372517456988796,0.14507721286435477,0.113141314048157,0.15372517456988796,0.0805113665367959,0.06314885986084967,0.15372517456988796,0.41466425386419614,0.3120300717479958,0.15372517456988796,0.15731898865382055,0.25259140533017793,0.15372517456988796,0.3259146746697139,0.19300798452981333,0.15372517456988796,0.11483147913649908,0.1193673414365771,0.5,0.15372517456988796,0.13056465711137757,0.07041036241086275,0.15372517456988796,0.15239568971297382,0.030194096649472847,0.5,0.15372517456988796,0.12687075214595828,0.02377394481318144,0.15372517456988796,0.15744624669439125,0.004113894240312575,0.15372517456988796,0.07252244399222528,0.3254155346753993,0.15372517456988796,0.20114023769294825,0.17462866062649746,0.15372517456988796,0.24654556953235365,0.20568756858316278,0.15372517456988796,0.11319704845024342,0.10224812581406063,0.15372517456988796,0.11848026984753743,0.018852227353981486,0.5,0.15372517456988796,0.20022327421654135,0.015623350579399124,0.0,0.18603092872098642,0.5109634009582114 -1456,0.5,0.15372517456988796,0.055674898340398564,0.15026659146784674,0.15372517456988796,0.06103294619914174,0.09968598075291617,0.15372517456988796,0.11282356187090767,0.08446119477938101,0.15372517456988796,0.0376917782915306,0.033287585687310814,0.15372517456988796,0.2685145683385051,0.27532386780785645,0.15372517456988796,0.06133217083628265,0.18789676721306053,0.15372517456988796,0.19981113220158989,0.1656572840783283,0.15372517456988796,0.08212017365473032,0.14396038923541604,0.5,0.15372517456988796,0.08093376944533762,0.09069093131191897,0.15372517456988796,0.09755921288997581,0.038878056525077954,0.5,0.15372517456988796,0.09964080624620153,0.015518284506193625,0.15372517456988796,0.10291665743187121,0.009200062391008543,0.15372517456988796,0.06529013932720716,0.3470188784795977,0.15372517456988796,0.189179985772543,0.13338914771412014,0.15372517456988796,0.18470907172725418,0.15164821430363257,0.15372517456988796,0.08484148648610546,0.10807280461271536,0.15372517456988796,0.07755866119290498,0.011949264786464466,0.5,0.15372517456988796,0.12254687403223555,0.010234861973180024,0.0,0.16507517218350756,0.6074966978649905 -1457,0.5,0.15372517456988796,0.02178384835626144,0.09524042200000701,0.15372517456988796,0.10715335840716692,0.02537356010584565,0.15372517456988796,0.05104595844140598,0.040960805519554874,0.15372517456988796,0.012736232270553658,0.012712527333268216,0.15372517456988796,0.1408105173654726,0.2017040229855591,0.15372517456988796,0.03706003252598585,0.15620889787052714,0.15372517456988796,0.06176534017264089,0.1368644714727925,0.15372517456988796,0.06091489532540509,0.16583866833325267,0.5,0.15372517456988796,0.04575222056985811,0.11851413742199769,0.15372517456988796,0.03948494945229062,0.04325866065374682,0.5,0.15372517456988796,0.06756462429665487,0.011945780151919777,0.15372517456988796,0.04416803496703003,0.019245151599706224,0.15372517456988796,0.02881972823990713,0.2631195103097464,0.15372517456988796,0.11809196109249501,0.0746685664020631,0.15372517456988796,0.10838360743973488,0.09515698343504189,0.15372517456988796,0.05542901143422063,0.11715265717209493,0.15372517456988796,0.03269049101252289,0.008454919145032432,0.5,0.15372517456988796,0.056688973492355584,0.008706216799005278,0.0,0.12203184209726675,0.6569815693121911 -1458,0.5,0.15372517456988796,4.063446321715895e-05,0.05805028115254724,0.15372517456988796,0.0,0.010850657340626764,0.15372517456988796,0.0,0.014895572413721553,0.15372517456988796,3.857798115575123e-05,0.0061682821957631155,0.15372517456988796,0.0,0.1736517301392843,0.15372517456988796,0.0,0.1466603179068775,0.15372517456988796,0.0,0.15452111558909423,0.15372517456988796,0.0003949419656929449,0.19393403091017292,0.5,0.15372517456988796,0.0,0.12964646492777934,0.15372517456988796,0.0,0.031168386844544375,0.5,0.15372517456988796,0.0,0.010287904934512824,0.15372517456988796,0.0,0.027770503866274762,0.15372517456988796,0.0,0.1470265854753587,0.15372517456988796,0.0,0.0661311200342904,0.15372517456988796,0.0,0.08888640004557802,0.15372517456988796,0.0,0.10957573850561377,0.15372517456988796,0.0,0.005903676694855754,0.5,0.15372517456988796,1.324390245120608e-05,0.0038195710399328182,0.0,0.10716811626367122,0.7197658780472698 -1459,0.5,0.15372517456988796,0.0,0.04107051818002945,0.15372517456988796,0.0,0.039609448050567694,0.15372517456988796,0.0,0.009816635531557559,0.15372517456988796,0.0,0.003125527922316765,0.15372517456988796,0.0,0.14975981754275353,0.15372517456988796,0.0,0.18323649686984958,0.15372517456988796,0.0,0.20925732898335725,0.15372517456988796,0.0,0.22370427998377962,0.5,0.15372517456988796,0.0,0.13560211181801743,0.15372517456988796,0.0,0.03061350166867157,0.5,0.15372517456988796,0.0,0.013911949587937927,0.15372517456988796,0.0,0.04293096423997578,0.15372517456988796,0.0,0.09966532555282057,0.15372517456988796,0.0,0.10666882450626894,0.15372517456988796,0.0,0.12087806533798177,0.15372517456988796,0.0,0.1176541618334297,0.15372517456988796,0.0,0.0075727818500832735,0.5,0.15372517456988796,0.0,0.0047161948761295,0.0,0.14317763885647447,0.8334852216855962 -1460,0.5,0.15372517456988796,0.0,0.03475758763393846,0.15372517456988796,0.0,0.07482029278597813,0.15372517456988796,0.0,0.00984270625850825,0.15372517456988796,0.0,0.002165496407831844,0.15372517456988796,0.0,0.13630598079170905,0.15372517456988796,0.0,0.24417503117052575,0.15372517456988796,0.0,0.25581002497856736,0.15372517456988796,0.0,0.23131793255574304,0.5,0.15372517456988796,0.0,0.13049171696003087,0.15372517456988796,0.0,0.039001200127548645,0.5,0.15372517456988796,0.0,0.024670514091104982,0.15372517456988796,0.0,0.07106935392957131,0.15372517456988796,0.0,0.10074237808616741,0.15372517456988796,0.0,0.14540374732917202,0.15372517456988796,0.0,0.13556169103855012,0.15372517456988796,0.0,0.1367671457340715,0.15372517456988796,0.0,0.013864490033340941,0.5,0.15372517456988796,0.0,0.009428264023011036,0.0,0.1353458774025762,0.9476495330045664 -1461,0.5,0.15372517456988796,0.0,0.033674815062189986,0.15372517456988796,0.0,0.11934592636887648,0.15372517456988796,0.0,0.011742804169609324,0.15372517456988796,0.0,0.002508387750541195,0.15372517456988796,0.0,0.18119981166728272,0.15372517456988796,0.0,0.2886211400758531,0.15372517456988796,0.0,0.2177318845659112,0.15372517456988796,0.0,0.21009964216640933,0.5,0.15372517456988796,0.0,0.0957989902934123,0.15372517456988796,0.0,0.04619761704328688,0.5,0.15372517456988796,0.0,0.04633403748317209,0.15372517456988796,0.0,0.10602742723524812,0.15372517456988796,0.0,0.10772171771291492,0.15372517456988796,0.0,0.17633550702350778,0.15372517456988796,0.0,0.12288629176712114,0.15372517456988796,0.0,0.14069809222295745,0.15372517456988796,0.0,0.025514739888447862,0.5,0.15372517456988796,0.0,0.019134041016749904,0.0,0.07866575060599537,0.9852507682629794 -1462,0.5,0.15372517456988796,0.0,0.031854693969351755,0.15372517456988796,0.0,0.14804452531395454,0.15372517456988796,0.0,0.014330490846818712,0.15372517456988796,0.0,0.009564394463447569,0.15372517456988796,0.0,0.28569446931365094,0.15372517456988796,0.0,0.3856557858934041,0.15372517456988796,0.0,0.16546745418837072,0.15372517456988796,0.0,0.2675337831483232,0.5,0.15372517456988796,0.0,0.09745798216759892,0.15372517456988796,0.0,0.06242973676843778,0.5,0.15372517456988796,0.0,0.07715205189718354,0.15372517456988796,0.0,0.14613815794259663,0.15372517456988796,0.0,0.11110566821105758,0.15372517456988796,0.0,0.16168311601370472,0.15372517456988796,0.0,0.09102184287212862,0.15372517456988796,0.0,0.12432410677265585,0.15372517456988796,0.0,0.03973399689139504,0.5,0.15372517456988796,0.0,0.03256503999986576,0.0,0.0570064442742361,0.9868335962533916 -1463,0.5,0.15372517456988796,0.0,0.029450711066942564,0.15372517456988796,0.0,0.13001700641699976,0.15372517456988796,0.0,0.018069260532586954,0.15372517456988796,0.0,0.025543749603000085,0.15372517456988796,0.0,0.40098053321390686,0.15372517456988796,0.0,0.44774546290548756,0.15372517456988796,0.0,0.20185417799559646,0.15372517456988796,0.0,0.3769558505928789,0.5,0.15372517456988796,0.0,0.14093250348633463,0.15372517456988796,0.0,0.0540316599468061,0.5,0.15372517456988796,0.0,0.09012584558237982,0.15372517456988796,0.0,0.1453568690921663,0.15372517456988796,0.0,0.11640617706331502,0.15372517456988796,0.0,0.2326165759520436,0.15372517456988796,0.0,0.07352034169472056,0.15372517456988796,0.0,0.12623447271493202,0.15372517456988796,0.0,0.04456738345556001,0.5,0.15372517456988796,0.0,0.04036251216339772,0.0,0.05875756354024744,0.9910602524946112 -1464,0.5,0.15372517456988796,0.0,0.029951464953009547,0.15372517456988796,0.0,0.10372930268429456,0.15372517456988796,0.0,0.01947507883372246,0.15372517456988796,0.0,0.04171663033826707,0.15372517456988796,0.0,0.41607959388414556,0.15372517456988796,0.0,0.39162090141431594,0.15372517456988796,0.0,0.3154729036175404,0.15372517456988796,0.0,0.4311108106631127,0.5,0.15372517456988796,0.0,0.1736833513620045,0.15372517456988796,0.0,0.029357059853988985,0.5,0.15372517456988796,0.0,0.08686793371769434,0.15372517456988796,0.0,0.1061060744802741,0.15372517456988796,0.0,0.1317484684873279,0.15372517456988796,0.0,0.31973745078417504,0.15372517456988796,0.0,0.07663599262279822,0.15372517456988796,0.0,0.16375091096867594,0.15372517456988796,0.0,0.04597223631568981,0.5,0.15372517456988796,0.0,0.04415039160385317,0.0,0.057405809703310995,0.9763412771042439 -1465,0.5,0.15372517456988796,0.0,0.0383023945027959,0.15372517456988796,0.0,0.10828902502337874,0.15372517456988796,0.0,0.02540518092434697,0.15372517456988796,0.0,0.05116043687939079,0.15372517456988796,0.0,0.35729362286989513,0.15372517456988796,0.0,0.3613489955699055,0.15372517456988796,0.0,0.40602975482970394,0.15372517456988796,0.0,0.44361224326928533,0.5,0.15372517456988796,0.0,0.1830216537699985,0.15372517456988796,0.0,0.021178140183376427,0.5,0.15372517456988796,0.0,0.09967494969782496,0.15372517456988796,0.0,0.10464949649113314,0.15372517456988796,0.0,0.16761175058180466,0.15372517456988796,0.0,0.32610105142962176,0.15372517456988796,0.0,0.10060328915842434,0.15372517456988796,0.0,0.22206537350435865,0.15372517456988796,0.0,0.061980082201778,0.5,0.15372517456988796,0.0,0.0405552172581939,0.0,0.05223844520915621,0.9920027610505631 -1466,0.5,0.15372517456988796,0.0,0.05218654071722653,0.15372517456988796,0.0,0.1494868669715852,0.15372517456988796,0.0,0.03653380211597729,0.15372517456988796,0.0,0.05304841994564897,0.15372517456988796,0.0,0.3697357035890683,0.15372517456988796,0.0,0.4198177626529052,0.15372517456988796,0.0,0.4181810682373345,0.15372517456988796,0.0,0.4775690145874982,0.5,0.15372517456988796,0.0,0.19493897560137852,0.15372517456988796,0.0,0.02179329933533788,0.5,0.15372517456988796,0.0,0.16398404136390404,0.15372517456988796,0.0,0.10235016924164748,0.15372517456988796,0.0,0.1945192634217178,0.15372517456988796,0.0,0.31565087235460215,0.15372517456988796,0.0,0.1322807882238563,0.15372517456988796,0.0,0.2580043702841641,0.15372517456988796,0.0,0.09529034083878721,0.5,0.15372517456988796,0.0,0.04134718341967259,0.0,0.04613337113631267,1.0033654884037264 -1467,0.5,0.15372517456988796,0.0,0.06878283155421651,0.15372517456988796,0.0,0.18729712596073192,0.15372517456988796,0.0,0.05421396265354901,0.15372517456988796,0.0,0.053076154960995325,0.15372517456988796,0.0,0.44433246596187354,0.15372517456988796,0.0,0.4905120368183568,0.15372517456988796,0.0,0.43791619535724596,0.15372517456988796,0.0,0.5251906165060843,0.5,0.15372517456988796,0.0,0.19305041537238232,0.15372517456988796,0.0,0.02515189575793247,0.5,0.15372517456988796,0.0,0.2000728770850509,0.15372517456988796,0.0,0.10765159788489256,0.15372517456988796,0.0,0.21085512971670428,0.15372517456988796,0.0,0.35896920680443895,0.15372517456988796,0.0,0.1631146190306402,0.15372517456988796,0.0,0.266182430170376,0.15372517456988796,0.0,0.1348383425391319,0.5,0.15372517456988796,0.0,0.04533465445990321,0.0,0.0607225861604348,1.004399751043427 -1468,0.5,0.15372517456988796,0.0,0.09398964639456098,0.15372517456988796,0.0,0.19683830380950573,0.15372517456988796,0.0,0.0806495812234049,0.15372517456988796,0.0,0.05419276932911622,0.15372517456988796,0.0,0.48537030574422085,0.15372517456988796,0.0,0.48453074666968865,0.15372517456988796,0.0,0.5257572892706444,0.15372517456988796,0.0,0.5302677378566496,0.5,0.15372517456988796,0.0,0.15234279016260563,0.15372517456988796,0.0,0.023726352947821844,0.5,0.15372517456988796,0.0,0.20188501867601305,0.15372517456988796,0.0,0.11673428877299134,0.15372517456988796,0.0,0.2505241533612156,0.15372517456988796,0.0,0.4418215280125281,0.15372517456988796,0.0,0.18480778110667084,0.15372517456988796,0.0,0.2884541506466141,0.15372517456988796,0.0,0.15054664318955618,0.5,0.15372517456988796,0.0,0.03516865406447037,0.0,0.11934898904722162,1.005583377074313 -1469,0.5,0.15372517456988796,0.0,0.13164536435726812,0.15372517456988796,0.0,0.18794606203174616,0.15372517456988796,0.0,0.1266725824235084,0.15372517456988796,0.0,0.06591075189469388,0.15372517456988796,0.0,0.4915646824404396,0.15372517456988796,0.0,0.4613193496071476,0.15372517456988796,0.0,0.549777033389263,0.15372517456988796,0.0,0.5049737127064873,0.5,0.15372517456988796,0.0,0.14312895060125935,0.15372517456988796,0.0,0.03770176676902215,0.5,0.15372517456988796,0.0,0.2116168241970189,0.15372517456988796,0.0,0.12892128998141203,0.15372517456988796,0.0,0.31801507220839564,0.15372517456988796,0.0,0.49453123929346654,0.15372517456988796,0.0,0.22682013737814705,0.15372517456988796,0.0,0.3396988744402015,0.15372517456988796,0.0,0.17163845190048777,0.5,0.15372517456988796,0.0,0.024427827101827344,0.0,0.2004441174158781,1.0057156280052388 -1470,0.5,0.15372517456988796,0.0,0.17878114510912707,0.15372517456988796,0.0,0.20446580417842955,0.15372517456988796,0.0,0.16459210354078782,0.15372517456988796,0.0,0.09488588785162587,0.15372517456988796,0.0,0.501943869510429,0.15372517456988796,0.0,0.428904480268355,0.15372517456988796,0.0,0.5098444354342082,0.15372517456988796,0.0,0.46117562127471884,0.5,0.15372517456988796,0.0,0.33093856995860693,0.15372517456988796,0.0,0.042469671171438614,0.5,0.15372517456988796,0.0,0.1692197782882207,0.15372517456988796,0.0,0.308965103378183,0.15372517456988796,0.0,0.3754934111940714,0.15372517456988796,0.0,0.5053317986549642,0.15372517456988796,0.0,0.2622739861294204,0.15372517456988796,0.0,0.3434426467833226,0.15372517456988796,0.0,0.15848337206575058,0.5,0.15372517456988796,0.0,0.02647906756478225,0.0,0.2673065410819141,1.0062913158875366 -1471,0.5,0.15372517456988796,0.0,0.2545498574847593,0.15372517456988796,0.0,0.2311774431155761,0.15372517456988796,0.0,0.1752495456029951,0.15372517456988796,0.0,0.12682943741828767,0.15372517456988796,0.0,0.5133513452404688,0.15372517456988796,0.0,0.3730233379586616,0.15372517456988796,0.0,0.558144234904263,0.15372517456988796,0.0,0.3941859811064755,0.5,0.15372517456988796,0.0,0.4791154069727105,0.15372517456988796,0.0,0.03486160963010595,0.5,0.15372517456988796,0.0,0.19768899620661304,0.15372517456988796,0.0,0.3180241718894665,0.15372517456988796,0.0,0.3795979287046557,0.15372517456988796,0.0,0.5103844202874053,0.15372517456988796,0.0,0.28471902177475394,0.15372517456988796,0.0,0.3713704027224975,0.15372517456988796,0.0,0.12130669652498031,0.5,0.15372517456988796,0.0,0.02403432406431655,0.0,0.2944463573934797,1.0075563536735135 -1472,0.5,0.15372517456988796,0.0161960487522647,0.38619406797394046,0.15372517456988796,0.0005565736577979769,0.2411664866355449,0.15372517456988796,0.017659436984527033,0.13527033938159466,0.15372517456988796,0.031632186308399285,0.15132843989660882,0.15372517456988796,0.002590069794782791,0.5410654149357852,0.15372517456988796,0.0012190512028258803,0.32878519227974795,0.15372517456988796,0.0035363069273475368,0.6116192939007714,0.15372517456988796,0.001329333382041754,0.3737431716958497,0.5,0.15372517456988796,0.0017815660360196103,0.6128825147152874,0.15372517456988796,0.02092761977245826,0.030612036411405003,0.5,0.15372517456988796,0.005199033065621925,0.24080754392425485,0.15372517456988796,0.007096340667718525,0.2670161039410795,0.15372517456988796,0.0009969669043706688,0.37368046467346466,0.15372517456988796,0.0015309640744375524,0.5394986781937323,0.15372517456988796,0.004178025104504725,0.33188816067627763,0.15372517456988796,0.005221172057778232,0.40553821583926203,0.15372517456988796,0.020165493040359368,0.1008717397729024,0.5,0.15372517456988796,0.038876160134275264,0.005747715566877427,0.0,0.27932542396891563,1.007858276857773 -1473,0.5,0.15372517456988796,0.12977405997378347,0.5064661924241132,0.15372517456988796,0.0064538080518863365,0.27612955249553656,0.15372517456988796,0.16964508850772364,0.11367430007839283,0.15372517456988796,0.16453401088434746,0.18425118920399614,0.15372517456988796,0.12082119952187986,0.5532567646196905,0.15372517456988796,0.08172745012114471,0.3589777938210027,0.15372517456988796,0.11712571621918433,0.6031164342426238,0.15372517456988796,0.034648335616485816,0.4602575171259734,0.5,0.15372517456988796,0.0347131659311059,0.6177014225193138,0.15372517456988796,0.13214897427309066,0.014518408659717395,0.5,0.15372517456988796,0.06052611640915098,0.4733501746233605,0.15372517456988796,0.08188247211510324,0.22796429036903273,0.15372517456988796,0.008839382429943301,0.39430523670676987,0.15372517456988796,0.0769560265201488,0.5760810434185586,0.15372517456988796,0.1158457182943813,0.40472024943665924,0.15372517456988796,0.10211689489736711,0.5307836276277049,0.15372517456988796,0.15527353572642788,0.10227488967352794,0.5,0.15372517456988796,0.2020556383192716,0.004862967293174934,0.0,0.25910762920088687,1.0074490074847093 -1474,0.5,0.15372517456988796,0.28262605699624,0.6613635317009308,0.15372517456988796,0.03325381210095031,0.3649491130283628,0.15372517456988796,0.3297378535415434,0.164003886030639,0.15372517456988796,0.28990877431438633,0.25018608533426834,0.15372517456988796,0.28620952710960945,0.5036233490077399,0.15372517456988796,0.13518425967858835,0.5054829387916361,0.15372517456988796,0.2369730179775607,0.6596703083760203,0.15372517456988796,0.09658619965843869,0.6046954756700897,0.5,0.15372517456988796,0.09111522382578574,0.6053378421578439,0.15372517456988796,0.19248141733229157,0.011565998128791508,0.5,0.15372517456988796,0.11171521460171631,0.4310325342906731,0.15372517456988796,0.17541623350613886,0.19453573247778908,0.15372517456988796,0.027577214547397897,0.4877355823348052,0.15372517456988796,0.2203905172605497,0.6210574297436893,0.15372517456988796,0.2805480709080134,0.5942961899939208,0.15372517456988796,0.20069026830397607,0.8333293430830611,0.15372517456988796,0.25962620294318284,0.14704030725967085,0.5,0.15372517456988796,0.3578225377071749,0.005191969453369057,0.0,0.4320023045318793,1.0071878651177566 -1475,0.5,0.15372517456988796,0.42326687154276094,0.758422080198548,0.15372517456988796,0.1610026213853296,0.9624206559884928,0.15372517456988796,0.48429038512447464,0.2358870806029948,0.15372517456988796,0.39499958533502566,0.2860189261634485,0.15372517456988796,0.42686702508560126,0.7749995691390625,0.15372517456988796,0.1262992671352145,0.7473750743367323,0.15372517456988796,0.2879702891414704,0.8575482613568911,0.15372517456988796,0.19516003394854275,0.6793969471626582,0.5,0.15372517456988796,0.15401936143270176,0.47621295113932866,0.15372517456988796,0.2972851979884063,0.02715644748463222,0.5,0.15372517456988796,0.22392187302775673,0.6531900810452309,0.15372517456988796,0.26608669398999724,0.4067676265374225,0.15372517456988796,0.08465005868812153,0.6498597760110327,0.15372517456988796,0.4072553910476579,0.7687266336516608,0.15372517456988796,0.45673936583309493,0.6942120232797279,0.15372517456988796,0.27738755950224353,0.9131882283413272,0.15372517456988796,0.3724919841622868,0.32380788411406847,0.5,0.15372517456988796,0.4513961207456387,0.022601453300807102,0.0,0.6457793727172217,1.0071191191840665 -1476,0.5,0.15372517456988796,0.5103810260333173,0.7732660781971759,0.15372517456988796,0.45988856048225846,0.9727040540240632,0.15372517456988796,0.5679465180301972,0.2846777291698054,0.15372517456988796,0.49926624870397096,0.28267693102832325,0.15372517456988796,0.3755260094078449,0.8620431755060075,0.15372517456988796,0.187336814385111,0.7137678411228465,0.15372517456988796,0.2328481498797365,0.867167777746057,0.15372517456988796,0.35661338954431887,0.6312738830984435,0.5,0.15372517456988796,0.20804534494032728,0.35532528689087717,0.15372517456988796,0.38962137993724116,0.16773818319000708,0.5,0.15372517456988796,0.32172370094906294,0.3845500962364965,0.15372517456988796,0.3098012779448388,0.2423144515131848,0.15372517456988796,0.2178077516416667,0.7905665591577845,0.15372517456988796,0.5337823902906225,0.819416798339613,0.15372517456988796,0.5642190121795109,0.6871537052051601,0.15372517456988796,0.27296819740332584,0.8173453638939643,0.15372517456988796,0.4321636949344868,0.3205961126807148,0.5,0.15372517456988796,0.5282869031761771,0.07902817434831422,0.0,0.7338612501411604,1.002584486184798 -1477,0.5,0.15372517456988796,0.5215223927183741,0.7857264288801414,0.15372517456988796,0.5139138141266294,0.8585120944698411,0.15372517456988796,0.5733566390511636,0.3154617288774272,0.15372517456988796,0.5309224848972759,0.26321564418173954,0.15372517456988796,0.1679470542912127,0.820157758075099,0.15372517456988796,0.3709332612420313,0.6688903141020298,0.15372517456988796,0.2463926143298179,0.7723372631319747,0.15372517456988796,0.45825412511589236,0.6037655125594339,0.5,0.15372517456988796,0.26685002075938624,0.2919362566132648,0.15372517456988796,0.418365738511276,0.22067875152274868,0.5,0.15372517456988796,0.33577452286190995,0.21722226424377086,0.15372517456988796,0.32224183619488184,0.11706010031097136,0.15372517456988796,0.394463279112856,0.8949839511723268,0.15372517456988796,0.4736654268745912,0.7650904375041899,0.15372517456988796,0.5351657135059795,0.6985273823382809,0.15372517456988796,0.3178911973927332,0.6236921097496134,0.15372517456988796,0.46665393487086326,0.23372872505296824,0.5,0.15372517456988796,0.5588047433269618,0.1955635043054108,0.0,0.7733843939765177,0.8840491049481618 -1478,0.5,0.15372517456988796,0.4587907288302564,0.7807262437490015,0.15372517456988796,0.5347660317995783,0.7432791182349334,0.15372517456988796,0.5533701811593148,0.2927855575766818,0.15372517456988796,0.4663956880654031,0.2678032806805745,0.15372517456988796,0.23816679063485058,0.7386992066786855,0.15372517456988796,0.49547934610596445,0.6191009135225625,0.15372517456988796,0.28437829951856297,0.5393973334957486,0.15372517456988796,0.3221250524150806,0.43017235205340787,0.5,0.15372517456988796,0.2289342502621392,0.24472249264117601,0.15372517456988796,0.34299495526171464,0.08015892505250377,0.5,0.15372517456988796,0.24108377628941133,0.10667342938073056,0.15372517456988796,0.3149204924270535,0.06778186415645895,0.15372517456988796,0.3262327800036103,0.7527417913962159,0.15372517456988796,0.24421051638864974,0.7089916726407806,0.15372517456988796,0.40270706098324194,0.6290138571810668,0.15372517456988796,0.3128067421332424,0.4060059591418551,0.15372517456988796,0.49495126650076315,0.13328884051484982,0.5,0.15372517456988796,0.5201186927155554,0.13314354900667555,0.0,0.8359951698067524,0.8090478868085185 -1479,0.5,0.15372517456988796,0.33527669564722656,0.7514599149862434,0.15372517456988796,0.4297932550694702,0.6513962584409603,0.15372517456988796,0.47467324825106416,0.1810108344159616,0.15372517456988796,0.33827695002009045,0.263986732672159,0.15372517456988796,0.3114043701834087,0.4928196013885712,0.15372517456988796,0.3922766421499067,0.45929917274150783,0.15372517456988796,0.2768428980231738,0.3209551456450707,0.15372517456988796,0.3665133382329513,0.3197642320998494,0.5,0.15372517456988796,0.16465201550997885,0.18942961881099998,0.15372517456988796,0.2571328144159141,0.022464741146357513,0.5,0.15372517456988796,0.16266407321653664,0.04919065600777575,0.15372517456988796,0.21830361880480942,0.03166038664822685,0.15372517456988796,0.34329705050929465,0.6994343403987668,0.15372517456988796,0.19801010906298472,0.6231006706180064,0.15372517456988796,0.2533420005593003,0.3975851113225961,0.15372517456988796,0.2339742153965017,0.21839655532723887,0.15372517456988796,0.42524423556545377,0.058165065555194705,0.5,0.15372517456988796,0.4107621794149833,0.05843580353255609,0.0,0.8700927897250306,0.7038623386160615 -1480,0.5,0.15372517456988796,0.20863049487777632,0.6751333188398946,0.15372517456988796,0.0720252464013361,0.30166902356681874,0.15372517456988796,0.31764029582671993,0.07993745218654631,0.15372517456988796,0.21351538237285944,0.20149244427866855,0.15372517456988796,0.3729984046262405,0.21050382013649677,0.15372517456988796,0.3225404726345223,0.2951428443070986,0.15372517456988796,0.15657372518794005,0.20267731476004985,0.15372517456988796,0.29390425508954493,0.22662330376700113,0.5,0.15372517456988796,0.1185996111041149,0.13420682300494535,0.15372517456988796,0.17039681164535883,0.005730015341391323,0.5,0.15372517456988796,0.1186642872826858,0.024004707146821416,0.15372517456988796,0.14235989516370898,0.013935770998660005,0.15372517456988796,0.15983513337247957,0.539297923425393,0.15372517456988796,0.1397660040940627,0.4523160141865101,0.15372517456988796,0.13935659986352872,0.20354069004506578,0.15372517456988796,0.12819091173732244,0.12675457625206085,0.15372517456988796,0.2947751196592481,0.025339382215314798,0.5,0.15372517456988796,0.25795103455998236,0.022076533360977677,0.0,0.8487874738309318,0.7544318532814898 -1481,0.5,0.15372517456988796,0.08601638819841989,0.5533773062095316,0.15372517456988796,0.023229172170836435,0.19274726984452867,0.15372517456988796,0.15514388544544383,0.014716287605881659,0.15372517456988796,0.09308660123944504,0.11566618737099255,0.15372517456988796,0.246279452519719,0.08968152157541881,0.15372517456988796,0.24634476850103942,0.14562284184071028,0.15372517456988796,0.051127551631688424,0.11846715793860411,0.15372517456988796,0.15598472394100957,0.14202822653732608,0.5,0.15372517456988796,0.08625285877107755,0.11357640078158009,0.15372517456988796,0.08194407578824968,0.0019254492521908993,0.5,0.15372517456988796,0.06278424191838089,0.008718782542277485,0.15372517456988796,0.07016748324211394,0.006086678477075121,0.15372517456988796,0.043556923522825496,0.40777518837665183,0.15372517456988796,0.15928072215135386,0.17842100016749973,0.15372517456988796,0.06058513599230389,0.07453815181729294,0.15372517456988796,0.053214949272823775,0.07425318470546713,0.15372517456988796,0.13372385464579495,0.007949722544646097,0.5,0.15372517456988796,0.11434117073751304,0.004610940510002257,0.0,0.7388189832869132,0.5274593952499732 -1482,0.5,0.15372517456988796,1.2279396959192719e-05,0.36513943505336127,0.15372517456988796,0.0,0.10114018331198928,0.15372517456988796,0.0,0.008615048394860906,0.15372517456988796,6.840298123350089e-06,0.07469265426283575,0.15372517456988796,0.0,0.1172539134824076,0.15372517456988796,0.0,0.1598742860948376,0.15372517456988796,0.0,0.06219505695044156,0.15372517456988796,0.007085713102382101,0.14122488880211415,0.5,0.15372517456988796,0.007150139482471509,0.07657472466464443,0.15372517456988796,0.0,0.0012732565603243357,0.5,0.15372517456988796,0.0,0.0008760068594257371,0.15372517456988796,0.0,0.0017235566892067132,0.15372517456988796,0.0,0.27494070518164276,0.15372517456988796,0.0,0.08079397840819796,0.15372517456988796,0.0,0.021429177397310435,0.15372517456988796,0.0,0.028681273426811007,0.15372517456988796,0.0,0.0030804746520923534,0.5,0.15372517456988796,5.832380721000755e-05,0.005204888932383251,0.0,0.6116534781249642,0.3690040387223327 -1483,0.5,0.15372517456988796,0.0,0.20466192039643316,0.15372517456988796,0.0,0.035373855722260886,0.15372517456988796,0.0,0.00820666146147724,0.15372517456988796,0.0,0.05149927946666896,0.15372517456988796,0.0,0.1259269309204127,0.15372517456988796,0.0,0.19087593453984436,0.15372517456988796,0.0,0.036354094236414405,0.15372517456988796,0.0,0.14336519736952885,0.5,0.15372517456988796,0.0,0.05931029058110686,0.15372517456988796,0.0,0.0012425541656851064,0.5,0.15372517456988796,0.0,0.0001248639536230995,0.15372517456988796,0.0,0.001480599928491032,0.15372517456988796,0.0,0.1497087372334765,0.15372517456988796,0.0,0.08704332594944275,0.15372517456988796,0.0,0.01435468232992327,0.15372517456988796,0.0,0.01515927041342759,0.15372517456988796,0.0,0.003187530901367625,0.5,0.15372517456988796,0.0,0.005857373932279515,0.0,0.4201944978442406,0.4013186568210457 -1484,0.5,0.15372517456988796,0.0,0.10916782985221442,0.15372517456988796,0.0,0.02176780046964624,0.15372517456988796,0.0,0.006908968601647886,0.15372517456988796,0.0,0.03312102203142892,0.15372517456988796,0.0,0.08567635340683558,0.15372517456988796,0.0,0.1588306863587302,0.15372517456988796,0.0,0.030994001194092013,0.15372517456988796,0.0,0.13204681120434028,0.5,0.15372517456988796,0.0,0.042525182691283844,0.15372517456988796,0.0,0.0012870098998400035,0.5,0.15372517456988796,0.0,0.0005881183723526912,0.15372517456988796,0.0,0.0011290743584209668,0.15372517456988796,0.0,0.0932619858345004,0.15372517456988796,0.0,0.0854135236047876,0.15372517456988796,0.0,0.011843554871365894,0.15372517456988796,0.0,0.008399798930032941,0.15372517456988796,0.0,0.004987542141059233,0.5,0.15372517456988796,0.0,0.005699475640837745,0.0,0.2258665826388388,0.42472175250981753 -1485,0.5,0.15372517456988796,0.0,0.06331988682402433,0.15372517456988796,0.0,0.009102955036142295,0.15372517456988796,0.0,0.006288385316263129,0.15372517456988796,0.0,0.023576712795771757,0.15372517456988796,0.0,0.051362590614247944,0.15372517456988796,0.0,0.11805439952521701,0.15372517456988796,0.0,0.032917296496331974,0.15372517456988796,0.0,0.11283786890017507,0.5,0.15372517456988796,0.0,0.028587930821085614,0.15372517456988796,0.0,0.0018689069130047784,0.5,0.15372517456988796,0.0,0.002753456862803272,0.15372517456988796,0.0,0.002310743162144128,0.15372517456988796,0.0,0.060442147283822426,0.15372517456988796,0.0,0.06467692464558603,0.15372517456988796,0.0,0.007634476223532514,0.15372517456988796,0.0,0.003787782334422111,0.15372517456988796,0.0,0.007761958569787294,0.5,0.15372517456988796,0.0,0.0071669922802001535,0.0,0.1079573229578464,0.584356669605673 -1486,0.5,0.15372517456988796,0.0,0.0523284676093628,0.15372517456988796,0.0,0.0030038412787087142,0.15372517456988796,0.0,0.007683769253348103,0.15372517456988796,0.0,0.019135267035358585,0.15372517456988796,0.0,0.04740358075505541,0.15372517456988796,0.0,0.10272672450248872,0.15372517456988796,0.0,0.02897707800795576,0.15372517456988796,0.0,0.09174065060528433,0.5,0.15372517456988796,0.0,0.01581549617016619,0.15372517456988796,0.0,0.0015357657592411022,0.5,0.15372517456988796,0.0,0.006683751704668564,0.15372517456988796,0.0,0.0038547875932481855,0.15372517456988796,0.0,0.03088815810152294,0.15372517456988796,0.0,0.04324476479396242,0.15372517456988796,0.0,0.0036559402068739376,0.15372517456988796,0.0,0.0012291966893039651,0.15372517456988796,0.0,0.010087375206432277,0.5,0.15372517456988796,0.0,0.009064825316009287,0.0,0.10435918835463863,0.6446380021080634 -1487,0.5,0.15372517456988796,0.0,0.054984643014078835,0.15372517456988796,0.0,0.0005066365398585832,0.15372517456988796,0.0,0.010302737550679102,0.15372517456988796,0.0,0.015370937540858531,0.15372517456988796,0.0,0.04610036934561283,0.15372517456988796,0.0,0.09159371519286649,0.15372517456988796,0.0,0.021815309390074658,0.15372517456988796,0.0,0.07072984622924211,0.5,0.15372517456988796,0.0,0.011439544708360732,0.15372517456988796,0.0,0.00143415864914697,0.5,0.15372517456988796,0.0,0.007007056807184309,0.15372517456988796,0.0,0.005422062224027553,0.15372517456988796,0.0,0.015146243355043849,0.15372517456988796,0.0,0.030102398111245075,0.15372517456988796,0.0,0.0020464046389697095,0.15372517456988796,0.0,0.0012148576775556353,0.15372517456988796,0.0,0.011731877363558367,0.5,0.15372517456988796,0.0,0.007189366805304653,0.0,0.15634130967713356,0.47755190173439854 -1488,0.5,0.15372517456988796,0.0,0.05610928953247579,0.15372517456988796,0.0,0.0001406675408601736,0.15372517456988796,0.0,0.014405254420176114,0.15372517456988796,0.0,0.014200288638982306,0.15372517456988796,0.0,0.034421962527621544,0.15372517456988796,0.0,0.0662789809729036,0.15372517456988796,0.0,0.015614655882724001,0.15372517456988796,0.0,0.05297617925484893,0.5,0.15372517456988796,0.0,0.012034553967307517,0.15372517456988796,0.0,0.0028016720159165075,0.5,0.15372517456988796,0.0,0.006987418054676612,0.15372517456988796,0.0,0.007366636920658716,0.15372517456988796,0.0,0.007041597505599679,0.15372517456988796,0.0,0.021026767460612,0.15372517456988796,0.0,0.0029028010090186287,0.15372517456988796,0.0,0.0016321803209932253,0.15372517456988796,0.0,0.014259535539459137,0.5,0.15372517456988796,0.0,0.00435464911412841,0.0,0.22398326667219098,0.28604810530644986 -1489,0.5,0.15372517456988796,0.0,0.05261962506991629,0.15372517456988796,0.0,0.0012733870751149856,0.15372517456988796,0.0,0.021764171026689517,0.15372517456988796,0.0,0.01681442714616439,0.15372517456988796,0.0,0.023041611642623888,0.15372517456988796,0.0,0.04397663222888769,0.15372517456988796,0.0,0.010424364504945802,0.15372517456988796,0.0,0.04067953635931473,0.5,0.15372517456988796,0.0,0.013402428701583452,0.15372517456988796,0.0,0.004107222390007164,0.5,0.15372517456988796,0.0,0.0069576379450599106,0.15372517456988796,0.0,0.009386701970740412,0.15372517456988796,0.0,0.0041598308362718935,0.15372517456988796,0.0,0.014121652002977221,0.15372517456988796,0.0,0.004904198421417446,0.15372517456988796,0.0,0.0022741811948245967,0.15372517456988796,0.0,0.01684258332003257,0.5,0.15372517456988796,0.0,0.004096414186867543,0.0,0.21811300694554614,0.18084324635908086 -1490,0.5,0.15372517456988796,0.0,0.05140627223437872,0.15372517456988796,0.0,0.004504154220458135,0.15372517456988796,0.0,0.027735271205062504,0.15372517456988796,0.0,0.02025032214403219,0.15372517456988796,0.0,0.018479010428438206,0.15372517456988796,0.0,0.030773483285811552,0.15372517456988796,0.0,0.0085287542876985,0.15372517456988796,0.0,0.030175123523618272,0.5,0.15372517456988796,0.0,0.010710099076270374,0.15372517456988796,0.0,0.005277806694839772,0.5,0.15372517456988796,0.0,0.006029191112162516,0.15372517456988796,0.0,0.011962463647630395,0.15372517456988796,0.0,0.0039975040425098375,0.15372517456988796,0.0,0.009644149429600348,0.15372517456988796,0.0,0.005974044513497621,0.15372517456988796,0.0,0.002560029866082339,0.15372517456988796,0.0,0.018862226063981923,0.5,0.15372517456988796,0.0,0.005484429004554077,0.0,0.16193064872822613,0.1366301518125515 -1491,0.5,0.15372517456988796,0.0,0.05228845628594549,0.15372517456988796,0.0,0.003527523110861961,0.15372517456988796,0.0,0.02948417504954058,0.15372517456988796,0.0,0.02386180497480097,0.15372517456988796,0.0,0.018149835223800797,0.15372517456988796,0.0,0.023825888334206447,0.15372517456988796,0.0,0.006988220449797705,0.15372517456988796,0.0,0.022206118044377783,0.5,0.15372517456988796,0.0,0.006772819075878208,0.15372517456988796,0.0,0.0073390600325945075,0.5,0.15372517456988796,0.0,0.005548912556525583,0.15372517456988796,0.0,0.01414126025463325,0.15372517456988796,0.0,0.004717265228959187,0.15372517456988796,0.0,0.00985001656845121,0.15372517456988796,0.0,0.005332694861538821,0.15372517456988796,0.0,0.002810144212983632,0.15372517456988796,0.0,0.021999123929164994,0.5,0.15372517456988796,0.0,0.00805993645216257,0.0,0.10711528935980794,0.12493629348340292 -1492,0.5,0.15372517456988796,0.0,0.060844184286107966,0.15372517456988796,0.0,0.005530952994425492,0.15372517456988796,0.0,0.029455463493977554,0.15372517456988796,0.0,0.027984956775817773,0.15372517456988796,0.0,0.01697688579503821,0.15372517456988796,0.0,0.018413966888353263,0.15372517456988796,0.0,0.005520929717026886,0.15372517456988796,0.0,0.016579518716889233,0.5,0.15372517456988796,0.0,0.003432230174006767,0.15372517456988796,0.0,0.008651142738439878,0.5,0.15372517456988796,0.0,0.006624376507449375,0.15372517456988796,0.0,0.013742410633406713,0.15372517456988796,0.0,0.004874162642158584,0.15372517456988796,0.0,0.011406869535379338,0.15372517456988796,0.0,0.004616887575004688,0.15372517456988796,0.0,0.003499221330696059,0.15372517456988796,0.0,0.026514541753415558,0.5,0.15372517456988796,0.0,0.009920965629342225,0.0,0.07320167836709048,0.10830567784898221 -1493,0.5,0.15372517456988796,0.0,0.07021863589019488,0.15372517456988796,0.0,0.008190755832525353,0.15372517456988796,0.0,0.028657370036073066,0.15372517456988796,0.0,0.031617683204806395,0.15372517456988796,0.0,0.012713519914940711,0.15372517456988796,0.0,0.014816941241948097,0.15372517456988796,0.0,0.003708256793696192,0.15372517456988796,0.0,0.014983384317252654,0.5,0.15372517456988796,0.0,0.0028450539544734076,0.15372517456988796,0.0,0.009667971722911773,0.5,0.15372517456988796,0.0,0.0077901268472407,0.15372517456988796,0.0,0.01114824270449056,0.15372517456988796,0.0,0.00612730503339203,0.15372517456988796,0.0,0.01131648079974199,0.15372517456988796,0.0,0.004362235883050245,0.15372517456988796,0.0,0.0039849075346826725,0.15372517456988796,0.0,0.02956473201232146,0.5,0.15372517456988796,0.0,0.010574951091538465,0.0,0.05635380517212941,0.09342893720401653 -1494,0.5,0.15372517456988796,0.0,0.07439358939613598,0.15372517456988796,0.0,0.008825632095624125,0.15372517456988796,0.0,0.02441779773395982,0.15372517456988796,0.0,0.031881167221525675,0.15372517456988796,0.0,0.00789205272286167,0.15372517456988796,0.0,0.012141440228444994,0.15372517456988796,0.0,0.0012128952377533195,0.15372517456988796,0.0,0.012721106129814735,0.5,0.15372517456988796,0.0,0.003930594383660402,0.15372517456988796,0.0,0.011276623492107958,0.5,0.15372517456988796,0.0,0.008006322590762359,0.15372517456988796,0.0,0.00943809405915193,0.15372517456988796,0.0,0.008015171445399984,0.15372517456988796,0.0,0.010541929280975523,0.15372517456988796,0.0,0.004338453192099995,0.15372517456988796,0.0,0.004160152659033266,0.15372517456988796,0.0,0.029811321334673523,0.5,0.15372517456988796,0.0,0.011540753936235182,0.0,0.05042012090849887,0.09780520812455275 -1495,0.5,0.15372517456988796,0.0,0.07798019783951537,0.15372517456988796,0.0,0.00752473764071989,0.15372517456988796,0.0,0.020041939344137692,0.15372517456988796,0.0,0.03093777385626522,0.15372517456988796,0.0,0.005911770434463961,0.15372517456988796,0.0,0.00988809472222687,0.15372517456988796,0.0,0.0006121648485802784,0.15372517456988796,0.0,0.009054989371729055,0.5,0.15372517456988796,0.0,0.004080020522977994,0.15372517456988796,0.0,0.013388739707983098,0.5,0.15372517456988796,0.0,0.005857627340256576,0.15372517456988796,0.0,0.007653461555499424,0.15372517456988796,0.0,0.010245022024302452,0.15372517456988796,0.0,0.009805027736554086,0.15372517456988796,0.0,0.004244021338436427,0.15372517456988796,0.0,0.004567849065447866,0.15372517456988796,0.0,0.028517774453913073,0.5,0.15372517456988796,0.0,0.010885413010994056,0.0,0.05842309588880719,0.11747629474585078 -1496,0.5,0.15372517456988796,0.002395630750054046,0.08302989520643121,0.15372517456988796,0.004276034704723612,0.005860366686220142,0.15372517456988796,0.004686197170306853,0.020084549629860178,0.15372517456988796,0.006685788941255665,0.031341680590699764,0.15372517456988796,0.002724199388568305,0.005697987543245894,0.15372517456988796,0.0024882917100792087,0.00846575535622085,0.15372517456988796,0.0038065899154838424,0.0006263876680410659,0.15372517456988796,0.0036028376148808617,0.007173974731050256,0.5,0.15372517456988796,0.004611255177697858,0.002821049122427475,0.15372517456988796,0.003379168289303018,0.013503353825210531,0.5,0.15372517456988796,0.005266069545188968,0.003017122191666769,0.15372517456988796,0.00463937614649584,0.006148528038855233,0.15372517456988796,0.0037052718125996894,0.011503694115798607,0.15372517456988796,0.002693315853055622,0.009043535082542447,0.15372517456988796,0.003778388929447277,0.0035379307595158555,0.15372517456988796,0.004542677813393121,0.004981742591619543,0.15372517456988796,0.004972583547603335,0.027836930260856735,0.5,0.15372517456988796,0.014234429781854494,0.009330092587702017,0.0,0.07344866632244071,0.13686780110703917 -1497,0.5,0.15372517456988796,0.023442762302718058,0.09911952469894517,0.15372517456988796,0.07565343323192023,0.004650009059418156,0.15372517456988796,0.05082946640521022,0.03718709249728514,0.15372517456988796,0.03906000638965237,0.040151236367966615,0.15372517456988796,0.09074012475937804,0.006171251489058518,0.15372517456988796,0.12265145177880907,0.007462176024256606,0.15372517456988796,0.10331034652811547,0.001229369055100401,0.15372517456988796,0.12994127763179322,0.005645770686369778,0.5,0.15372517456988796,0.13034545861430036,0.0013395736142257314,0.15372517456988796,0.035457480248222484,0.01615801638056521,0.5,0.15372517456988796,0.08544365367871865,0.004660814225926291,0.15372517456988796,0.06437776671297327,0.008310402322738414,0.15372517456988796,0.08133649771313753,0.015393876620679314,0.15372517456988796,0.08147365977369384,0.007900666698863279,0.15372517456988796,0.06903033596042402,0.0032045437049045733,0.15372517456988796,0.08912642563291719,0.004390563509676392,0.15372517456988796,0.053752868565965756,0.04106334897953132,0.5,0.15372517456988796,0.06663441883337512,0.017811339999694576,0.0,0.10414135688167447,0.12927514195742387 -1498,0.5,0.15372517456988796,0.055029227210303226,0.1260226116047907,0.15372517456988796,0.17396806960443378,0.011228867056100959,0.15372517456988796,0.12756153768640632,0.049933833548581795,0.15372517456988796,0.08167461630183709,0.04928540910496895,0.15372517456988796,0.223737686343868,0.006870331554164928,0.15372517456988796,0.2828820014777783,0.006200808990505435,0.15372517456988796,0.24480692990760128,0.001509437089692946,0.15372517456988796,0.2934209694180226,0.004219937358767009,0.5,0.15372517456988796,0.29495851762494435,0.0008088154548527118,0.15372517456988796,0.08179978603182733,0.0219363345003047,0.5,0.15372517456988796,0.18334619617987577,0.012838078342752114,0.15372517456988796,0.1486920890915265,0.027518559230722186,0.15372517456988796,0.18855011163935206,0.0245428815584404,0.15372517456988796,0.20317777958786218,0.007869851799226984,0.15372517456988796,0.16677768998113512,0.00815943093575697,0.15372517456988796,0.21748206249071195,0.005407472577950968,0.15372517456988796,0.11881115124219954,0.05559074150392342,0.5,0.15372517456988796,0.13263670848274156,0.017185501630908734,0.0,0.16610698401783558,0.09900577867388055 -1499,0.5,0.15372517456988796,0.08355827426147935,0.1471225430443135,0.15372517456988796,0.25991552500139714,0.024993697306294287,0.15372517456988796,0.1938937245110114,0.05564748888115373,0.15372517456988796,0.11580806569272134,0.0515450309469382,0.15372517456988796,0.3747869849352252,0.010805755952221297,0.15372517456988796,0.44553184476422547,0.008225990337529916,0.15372517456988796,0.3988894489997945,0.0013166089834321967,0.15372517456988796,0.4530503297488033,0.003956227678574671,0.5,0.15372517456988796,0.45269976056614347,0.0008049719447473339,0.15372517456988796,0.11712467940028462,0.017307526125897144,0.5,0.15372517456988796,0.2894241499086244,0.017542721689894025,0.15372517456988796,0.2434649482019361,0.047292143097143705,0.15372517456988796,0.28538484165142014,0.038307578115182456,0.15372517456988796,0.32958517418855776,0.0071615853944338404,0.15372517456988796,0.28406163840031085,0.008919458087421103,0.15372517456988796,0.3656034801252013,0.003831027941911232,0.15372517456988796,0.1662654701727913,0.04847152307983918,0.5,0.15372517456988796,0.19169383231023646,0.013200657017143642,0.0,0.2160430164658092,0.06966777629771238 -1500,0.5,0.15372517456988796,0.09596332236395677,0.15989616888193897,0.15372517456988796,0.25292307886213933,0.022519101778846827,0.15372517456988796,0.22290759316352868,0.058777532366811075,0.15372517456988796,0.1215399567830841,0.04857291858324056,0.15372517456988796,0.5064134429883219,0.007955617757715751,0.15372517456988796,0.5740198216661868,0.008842727417283175,0.15372517456988796,0.5251367686305586,0.000348722405057599,0.15372517456988796,0.5730973613839574,0.005674609397529579,0.5,0.15372517456988796,0.5706875424606324,0.0028927563847927756,0.15372517456988796,0.1460360969962774,0.029333139450351178,0.5,0.15372517456988796,0.3368774896996882,0.025380054280716748,0.15372517456988796,0.2976494740613369,0.07428436280221896,0.15372517456988796,0.29872735269477385,0.032860477041566014,0.15372517456988796,0.4157136351480194,0.004108896400441674,0.15372517456988796,0.3597756634277678,0.008855815535964111,0.15372517456988796,0.48409892661138526,0.0017616675898574148,0.15372517456988796,0.1746766634465957,0.04496202808063641,0.5,0.15372517456988796,0.22684433586306266,0.015859039705470136,0.0,0.2587516981271138,0.05084082819376899 -1501,0.5,0.15372517456988796,0.09023471065342165,0.1673655061475488,0.15372517456988796,0.2324020418303122,0.012250743099440391,0.15372517456988796,0.20612148328527846,0.05200545861956203,0.15372517456988796,0.11560805397088003,0.038085876134678766,0.15372517456988796,0.5847846706172058,0.003876151533141859,0.15372517456988796,0.6366981269586004,0.0070159661518432725,0.15372517456988796,0.5947586023681705,0.0002263526549517557,0.15372517456988796,0.6331762468861091,0.009149999759322586,0.5,0.15372517456988796,0.6238115947203278,0.01365093474294274,0.15372517456988796,0.13671682499686025,0.049039346018086835,0.5,0.15372517456988796,0.39356577407497817,0.03888994490926741,0.15372517456988796,0.2850661160739548,0.09784979759337951,0.15372517456988796,0.256095927642997,0.02164457658392041,0.15372517456988796,0.4491063046689465,0.0018688112057606242,0.15372517456988796,0.3714410606857375,0.009001421855522333,0.15372517456988796,0.5292657883150305,0.0016098350135180573,0.15372517456988796,0.17292953261279573,0.054547763545700165,0.5,0.15372517456988796,0.1965908796666247,0.028210758736355247,0.0,0.2758331616140349,0.04601305836092746 -1502,0.5,0.15372517456988796,0.07652692386321405,0.15139013435573212,0.15372517456988796,0.18312541918780975,0.007275667459967769,0.15372517456988796,0.1636547004778194,0.040331051826085255,0.15372517456988796,0.0967870759438631,0.02835219594592898,0.15372517456988796,0.6006291094653482,0.0011244007566325966,0.15372517456988796,0.6417632656335814,0.006026485298276712,0.15372517456988796,0.6083205406962992,0.0014238129326113356,0.15372517456988796,0.6238997281118269,0.01617447827201593,0.5,0.15372517456988796,0.6122026558615152,0.027950588133519756,0.15372517456988796,0.10918367127952402,0.06427196624389543,0.5,0.15372517456988796,0.42732524651155185,0.054098063844598435,0.15372517456988796,0.29722483420725815,0.12174404641149726,0.15372517456988796,0.17680187096192201,0.016656395370645852,0.15372517456988796,0.42027314081915645,0.0015809865378290059,0.15372517456988796,0.34167154587783743,0.008811603458930338,0.15372517456988796,0.5037097255106858,0.002440703055141783,0.15372517456988796,0.16726810059705807,0.07115533336483494,0.5,0.15372517456988796,0.23212428457560066,0.056636754848402346,0.0,0.2837141841097837,0.04243480798658006 -1503,0.5,0.15372517456988796,0.054201126639543296,0.12077452387902976,0.15372517456988796,0.11632118060620107,0.003013607172139561,0.15372517456988796,0.10789905324927386,0.028953016306078078,0.15372517456988796,0.07189933365664346,0.0188406057979957,0.15372517456988796,0.5315833498299871,0.0006373403204028706,0.15372517456988796,0.5865416147086704,0.005371038639422915,0.15372517456988796,0.5485085903046095,0.0030964251264443366,0.15372517456988796,0.5546992812920545,0.025793283446456428,0.5,0.15372517456988796,0.543093964667448,0.04096152802941392,0.15372517456988796,0.06935659661711507,0.060325203260549035,0.5,0.15372517456988796,0.3523347042647344,0.0616942061779704,0.15372517456988796,0.2660435041266516,0.12296990270603365,0.15372517456988796,0.13389183743530805,0.018653718751854297,0.15372517456988796,0.34284215516126604,0.0038167162053493716,0.15372517456988796,0.2633458767445705,0.008163451085385742,0.15372517456988796,0.42675870600657284,0.005045953800204591,0.15372517456988796,0.1294651764596013,0.07526238266886925,0.5,0.15372517456988796,0.15846287871448586,0.0810985892206148,0.0,0.2748868573233589,0.03655248020417859 -1504,0.5,0.15372517456988796,0.030408280352902814,0.08599857042889242,0.15372517456988796,0.07402470604003644,0.0012368584794163055,0.15372517456988796,0.0656093831869443,0.023074325045586073,0.15372517456988796,0.04644693693896825,0.011145656402770031,0.15372517456988796,0.41443894768364786,0.0006890925403123733,0.15372517456988796,0.4661495729848675,0.006266549707048107,0.15372517456988796,0.42470434944426,0.004424417507828194,0.15372517456988796,0.41944910482571407,0.030083970824043474,0.5,0.15372517456988796,0.40112503762859264,0.04633687441439101,0.15372517456988796,0.05680663798980576,0.05879040447206787,0.5,0.15372517456988796,0.2877438805737497,0.06035101480800214,0.15372517456988796,0.2038022355022572,0.1151997031721742,0.15372517456988796,0.10943143174184133,0.02058510253983549,0.15372517456988796,0.25456700431366364,0.0067659482830430715,0.15372517456988796,0.18222526003554249,0.008599103174812519,0.15372517456988796,0.3153499802078256,0.008474693844104882,0.15372517456988796,0.09736734233358534,0.07497924603832647,0.5,0.15372517456988796,0.09690990008202523,0.09217016554902568,0.0,0.2089543403101008,0.02907506503100963 -1505,0.5,0.15372517456988796,0.009932133145883128,0.05522703723244646,0.15372517456988796,0.04077214266999181,0.0011561611908054161,0.15372517456988796,0.026149113122112603,0.012218416451654354,0.15372517456988796,0.02114399014698022,0.0057552536422561884,0.15372517456988796,0.2644094493974096,0.00044522271951914354,0.15372517456988796,0.31491571221740045,0.0011127550255975412,0.15372517456988796,0.2798533010889492,0.003395769152929066,0.15372517456988796,0.26915595870840886,0.010414196014033227,0.5,0.15372517456988796,0.25095257049250047,0.023547158614532025,0.15372517456988796,0.030417753113395365,0.04700507062393634,0.5,0.15372517456988796,0.1793591267237329,0.0346633395691325,0.15372517456988796,0.11734822274701953,0.0709147329578699,0.15372517456988796,0.05724453062547129,0.018097519278602897,0.15372517456988796,0.2017974797345432,0.004525156167035018,0.15372517456988796,0.099552994810482,0.00514257437074178,0.15372517456988796,0.17706871247974876,0.005497404078222458,0.15372517456988796,0.04550137311268303,0.05084531649387744,0.5,0.15372517456988796,0.0432451398382555,0.0851231150604747,0.0,0.14737184076518536,0.025078690781059322 -1506,0.5,0.15372517456988796,0.0002693148782153435,0.038282673060911564,0.15372517456988796,0.0,0.004401245155246901,0.15372517456988796,0.00015953686541142628,0.006015074762960295,0.15372517456988796,5.2079733680485784e-05,0.003221848048952582,0.15372517456988796,0.0,7.127706955167392e-05,0.15372517456988796,0.01195793227423737,0.00030154328237385025,0.15372517456988796,0.0,0.002889264635985494,0.15372517456988796,0.009508131245680583,0.007141176608612602,0.5,0.15372517456988796,0.0119169192146211,0.016367004568228802,0.15372517456988796,0.0006483040071190932,0.026589898129621366,0.5,0.15372517456988796,0.0,0.01524050530743816,0.15372517456988796,0.0010811571051234186,0.023557823030278393,0.15372517456988796,8.71127069772085e-05,0.018041694501051496,0.15372517456988796,0.0,0.0008522098996829081,0.15372517456988796,0.0,0.0030033224027108977,0.15372517456988796,0.0,0.004637400935096026,0.15372517456988796,0.0002648497315868066,0.028770728689810184,0.5,0.15372517456988796,0.0002300774572401434,0.057119810571342376,0.0,0.11921585498331841,0.022725602689536335 -1507,0.5,0.15372517456988796,0.0,0.03205310339175686,0.15372517456988796,0.0,0.008648350975319094,0.15372517456988796,0.0,0.003915060936965411,0.15372517456988796,0.0,0.0021100806214580303,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.00020048151589635132,0.15372517456988796,0.0,0.002092226877871094,0.15372517456988796,0.0,0.01090110777000584,0.5,0.15372517456988796,0.0,0.017541703096842373,0.15372517456988796,0.0,0.013816606955560442,0.5,0.15372517456988796,0.0,0.011270743192833046,0.15372517456988796,0.0,0.013004891224620778,0.15372517456988796,0.0,0.021254573540793992,0.15372517456988796,0.0,0.0006421151604809813,0.15372517456988796,0.0,0.002619785435840621,0.15372517456988796,0.0,0.005345511146969561,0.15372517456988796,0.0,0.01779878637674764,0.5,0.15372517456988796,0.0,0.04515222853297724,0.0,0.09909043771926097,0.01945453790705265 -1508,0.5,0.15372517456988796,0.0,0.03043355815814239,0.15372517456988796,0.0,0.006505612416650154,0.15372517456988796,0.0,0.001467660859551728,0.15372517456988796,0.0,0.0014058802684899369,0.15372517456988796,0.0,0.00018000188680200352,0.15372517456988796,0.0,0.0009494857973103411,0.15372517456988796,0.0,0.0014758234942811163,0.15372517456988796,0.0,0.014862927394528713,0.5,0.15372517456988796,0.0,0.015387216883600823,0.15372517456988796,0.0,0.010181696023017071,0.5,0.15372517456988796,0.0,0.00921514012642377,0.15372517456988796,0.0,0.00975706550339566,0.15372517456988796,0.0,0.01694722067446913,0.15372517456988796,0.0,0.000603845916294728,0.15372517456988796,0.0,0.001840201745564125,0.15372517456988796,0.0,0.005366676259696578,0.15372517456988796,0.0,0.013180855796658186,0.5,0.15372517456988796,0.0,0.028648347613959048,0.0,0.08821607618020388,0.014436273511195101 -1509,0.5,0.15372517456988796,0.0,0.029274822989792986,0.15372517456988796,0.0,0.0015744458055669687,0.15372517456988796,0.0,0.0008835927944378017,0.15372517456988796,0.0,0.0009156108321884006,0.15372517456988796,0.0,0.0006384160769136244,0.15372517456988796,0.0,0.003202437004568304,0.15372517456988796,0.0,0.0015714537853205072,0.15372517456988796,0.0,0.016148181990142802,0.5,0.15372517456988796,0.0,0.012333689495654505,0.15372517456988796,0.0,0.011330626510965634,0.5,0.15372517456988796,0.0,0.007339401896318732,0.15372517456988796,0.0,0.008806728368963469,0.15372517456988796,0.0,0.008819326860792053,0.15372517456988796,0.0,0.0010265590520793437,0.15372517456988796,0.0,0.0015467438751680118,0.15372517456988796,0.0,0.004980836035855376,0.15372517456988796,0.0,0.009621274052302155,0.5,0.15372517456988796,0.0,0.02089946082362878,0.0,0.08796357281013295,0.00843745975272656 -1510,0.5,0.15372517456988796,0.0,0.025008375980993376,0.15372517456988796,0.0,0.00014413834320177243,0.15372517456988796,0.0,0.0013144446232741139,0.15372517456988796,0.0,0.0007038468776862476,0.15372517456988796,0.0,0.0008306759493806235,0.15372517456988796,0.0,0.0042943004239842835,0.15372517456988796,0.0,0.001591206173247506,0.15372517456988796,0.0,0.013883286354880774,0.5,0.15372517456988796,0.0,0.009644023950710186,0.15372517456988796,0.0,0.012912735873614805,0.5,0.15372517456988796,0.0,0.004722048216697898,0.15372517456988796,0.0,0.007875108230921085,0.15372517456988796,0.0,0.0036404410602047903,0.15372517456988796,0.0,0.0014147808692547353,0.15372517456988796,0.0,0.002432947442838021,0.15372517456988796,0.0,0.004400438077369432,0.15372517456988796,0.0,0.006226701996105262,0.5,0.15372517456988796,0.0,0.01848091709847608,0.0,0.08415590078134016,0.003920825838700113 -1511,0.5,0.15372517456988796,0.0,0.016642726776305215,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.003339578780567093,0.15372517456988796,0.0,0.001022015243794952,0.15372517456988796,0.0,0.00036394766675953256,0.15372517456988796,0.0,0.003529503327439484,0.15372517456988796,0.0,0.0014598692517218043,0.15372517456988796,0.0,0.011647023781698074,0.5,0.15372517456988796,0.0,0.007293518238319471,0.15372517456988796,0.0,0.00934561402304667,0.5,0.15372517456988796,0.0,0.0032906896348457145,0.15372517456988796,0.0,0.006479255835658857,0.15372517456988796,0.0,0.001564805964499405,0.15372517456988796,0.0,0.0010216092969203524,0.15372517456988796,0.0,0.0027269893564590567,0.15372517456988796,0.0,0.0033458744365433717,0.15372517456988796,0.0,0.004481806814278041,0.5,0.15372517456988796,0.0,0.015471963502970493,0.0,0.05501035462737603,0.0018227893204436597 -1512,0.5,0.15372517456988796,0.0,0.00897945618832847,0.15372517456988796,0.0,8.439777838647229e-05,0.15372517456988796,0.0,0.005576671162319586,0.15372517456988796,0.0,0.002634413529231409,0.15372517456988796,0.0,0.0002033042191270569,0.15372517456988796,0.0,0.0024686413502719193,0.15372517456988796,0.0,0.0015222140678806738,0.15372517456988796,0.0,0.010272806368052398,0.5,0.15372517456988796,0.0,0.0058309430833084555,0.15372517456988796,0.0,0.0068671624973363175,0.5,0.15372517456988796,0.0,0.003016816834849052,0.15372517456988796,0.0,0.00527921079722228,0.15372517456988796,0.0,0.0005624853393557663,0.15372517456988796,0.0,0.0003187612684435864,0.15372517456988796,0.0,0.003084935729464049,0.15372517456988796,0.0,0.0026882877274487698,0.15372517456988796,0.0,0.003946429933632105,0.5,0.15372517456988796,0.0,0.0122117966735937,0.0,0.027692526621049204,0.0017152734520804683 -1513,0.5,0.15372517456988796,0.0,0.005620721357309038,0.15372517456988796,0.0,0.00026272340482240696,0.15372517456988796,0.0,0.007188788946105417,0.15372517456988796,0.0,0.004832402954672737,0.15372517456988796,0.0,0.00015789851177560967,0.15372517456988796,0.0,0.0024022572111477287,0.15372517456988796,0.0,0.001793325726866603,0.15372517456988796,0.0,0.010335026495283128,0.5,0.15372517456988796,0.0,0.005346094625258593,0.15372517456988796,0.0,0.0023052597666700756,0.5,0.15372517456988796,0.0,0.0036961482493130357,0.15372517456988796,0.0,0.005639857693707374,0.15372517456988796,0.0,0.00017821519807674157,0.15372517456988796,0.0,0.00011066224452736758,0.15372517456988796,0.0,0.004158006352214254,0.15372517456988796,0.0,0.002451444048674521,0.15372517456988796,0.0,0.004232300896798104,0.5,0.15372517456988796,0.0,0.010038629326522022,0.0,0.015797600656997847,0.0019371029758408333 -1514,0.5,0.15372517456988796,0.0,0.0043581572483653375,0.15372517456988796,0.0,0.000722368625998416,0.15372517456988796,0.0,0.00892798536700116,0.15372517456988796,0.0,0.007109713427410886,0.15372517456988796,0.0,0.0005403386714658798,0.15372517456988796,0.0,0.004496995892683367,0.15372517456988796,0.0,0.003443356296611635,0.15372517456988796,0.0,0.010337551329461282,0.5,0.15372517456988796,0.0,0.005380834146969031,0.15372517456988796,0.0,0.0014560748265700612,0.5,0.15372517456988796,0.0,0.004963692631420537,0.15372517456988796,0.0,0.006386802809394113,0.15372517456988796,0.0,8.536015711768668e-05,0.15372517456988796,0.0,8.870896656871312e-05,0.15372517456988796,0.0,0.006717563936472961,0.15372517456988796,0.0,0.0032612666711167213,0.15372517456988796,0.0,0.0047000791385313385,0.5,0.15372517456988796,0.0,0.008621384630289379,0.0,0.011659823230222442,0.0018086771993310986 -1515,0.5,0.15372517456988796,0.0,0.0038095945884022366,0.15372517456988796,0.0,0.004246092811778306,0.15372517456988796,0.0,0.012040748320725422,0.15372517456988796,0.0,0.00820047644837816,0.15372517456988796,0.0,0.0017626884356773684,0.15372517456988796,0.0,0.007275900153610108,0.15372517456988796,0.0,0.005671279128291323,0.15372517456988796,0.0,0.008945474827452705,0.5,0.15372517456988796,0.0,0.005364362650537105,0.15372517456988796,0.0,0.0012727165147275233,0.5,0.15372517456988796,0.0,0.006439050669603421,0.15372517456988796,0.0,0.007949881208903498,0.15372517456988796,0.0,0.00013300393684584653,0.15372517456988796,0.0,0.000382174048124059,0.15372517456988796,0.0,0.012254496738436007,0.15372517456988796,0.0,0.004592230986569889,0.15372517456988796,0.0,0.00556085168111585,0.5,0.15372517456988796,0.0,0.007396871015185961,0.0,0.010506725880156834,0.0015238734464935622 -1516,0.5,0.15372517456988796,0.0,0.00450808871320202,0.15372517456988796,0.0,0.008436498859300288,0.15372517456988796,0.0,0.016990749875831452,0.15372517456988796,0.0,0.008833002206445123,0.15372517456988796,0.0,0.00447943115419173,0.15372517456988796,0.0,0.008593291887579912,0.15372517456988796,0.0,0.007967277804136735,0.15372517456988796,0.0,0.00684877258152382,0.5,0.15372517456988796,0.0,0.004464716594862586,0.15372517456988796,0.0,0.0014927668545991848,0.5,0.15372517456988796,0.0,0.007124014841695337,0.15372517456988796,0.0,0.010467091278340161,0.15372517456988796,0.0,0.0006421856338676303,0.15372517456988796,0.0,0.001610914016885694,0.15372517456988796,0.0,0.015218834714587206,0.15372517456988796,0.0,0.004967046908921865,0.15372517456988796,0.0,0.006323484984820514,0.5,0.15372517456988796,0.0,0.006870615538021773,0.0,0.009429060375084532,0.0013119215310884655 -1517,0.5,0.15372517456988796,0.0,0.006529978642954114,0.15372517456988796,0.0,0.010191007214488894,0.15372517456988796,0.0,0.022232899214134006,0.15372517456988796,0.0,0.010232607133185408,0.15372517456988796,0.0,0.006741784384397192,0.15372517456988796,0.0,0.007928490813865648,0.15372517456988796,0.0,0.009185698064639926,0.15372517456988796,0.0,0.0056114932051136756,0.5,0.15372517456988796,0.0,0.0039917254760794075,0.15372517456988796,0.0,0.0018533404132029274,0.5,0.15372517456988796,0.0,0.007204255005628245,0.15372517456988796,0.0,0.010365165560335173,0.15372517456988796,0.0,0.0013016518115667075,0.15372517456988796,0.0,0.004440102924004101,0.15372517456988796,0.0,0.016144073469625674,0.15372517456988796,0.0,0.0058057971394782715,0.15372517456988796,0.0,0.0068450920077174696,0.5,0.15372517456988796,0.0,0.007651686927592781,0.0,0.008968251569718843,0.0007361337887608918 -1518,0.5,0.15372517456988796,0.0,0.008513795215590474,0.15372517456988796,0.0,0.011372090195566613,0.15372517456988796,0.0,0.02463438191586788,0.15372517456988796,0.0,0.012102008240634713,0.15372517456988796,0.0,0.0059034992864295515,0.15372517456988796,0.0,0.004551538820647702,0.15372517456988796,0.0,0.009277846689247485,0.15372517456988796,0.0,0.005169284552601375,0.5,0.15372517456988796,0.0,0.003951826148791581,0.15372517456988796,0.0,0.0027762079119277405,0.5,0.15372517456988796,0.0,0.006940354332572524,0.15372517456988796,0.0,0.010420927068113657,0.15372517456988796,0.0,0.0020666193255423422,0.15372517456988796,0.0,0.005452238842206918,0.15372517456988796,0.0,0.01652114839513238,0.15372517456988796,0.0,0.0075446459322420015,0.15372517456988796,0.0,0.007663000876915218,0.5,0.15372517456988796,0.0,0.008006889799335538,0.0,0.007113346171678326,0.00010249372682284977 -1519,0.5,0.15372517456988796,0.0,0.00984243017491207,0.15372517456988796,0.0,0.012123820344678463,0.15372517456988796,0.0,0.025209543236833484,0.15372517456988796,0.0,0.013156447493752502,0.15372517456988796,0.0,0.005490033620651969,0.15372517456988796,0.0,0.003103739757000357,0.15372517456988796,0.0,0.007855935090645244,0.15372517456988796,0.0,0.005333700861189335,0.5,0.15372517456988796,0.0,0.0031733137484409465,0.15372517456988796,0.0,0.0031069468520594796,0.5,0.15372517456988796,0.0,0.007052268272597322,0.15372517456988796,0.0,0.011859660743799412,0.15372517456988796,0.0,0.002833896603983045,0.15372517456988796,0.0,0.005402615666579027,0.15372517456988796,0.0,0.01773385017086643,0.15372517456988796,0.0,0.007736502327028287,0.15372517456988796,0.0,0.008562239625121423,0.5,0.15372517456988796,0.0,0.007454142343669352,0.0,0.00654213089734164,0.00010642379846292942 -1520,0.5,0.15372517456988796,0.002044164310643097,0.012084731270883067,0.15372517456988796,0.0030252024208879454,0.011536094712010624,0.15372517456988796,0.015479033196478016,0.027136819960652744,0.15372517456988796,0.0029318316240860317,0.015006475554997853,0.15372517456988796,0.0046708262471504055,0.005884673204565717,0.15372517456988796,0.0012611535910232537,0.0029614879069170584,0.15372517456988796,0.004946185970774982,0.006750182484657625,0.15372517456988796,0.001931224221842754,0.006530239116120696,0.5,0.15372517456988796,0.003117374541773668,0.0028868135950164842,0.15372517456988796,0.007796962501788371,0.004894182429412745,0.5,0.15372517456988796,0.012651223614023422,0.0073590680761070094,0.15372517456988796,0.01029823868666556,0.013746027591323456,0.15372517456988796,0.003839950195863561,0.0037201496111290296,0.15372517456988796,0.005159661886427955,0.00549880672435761,0.15372517456988796,0.009138339327117908,0.017892175070665775,0.15372517456988796,0.010505815783909021,0.0057829935378228385,0.15372517456988796,0.017223696385404406,0.009450927159212563,0.5,0.15372517456988796,0.0049228350637049185,0.0074259509886834465,0.0,0.010707986158185022,0.00011390568922722019 -1521,0.5,0.15372517456988796,0.017295265504641985,0.018925246065153358,0.15372517456988796,0.04317885989277435,0.011339828388901244,0.15372517456988796,0.10994709241313243,0.047242739183240026,0.15372517456988796,0.020476314381238894,0.025830408522045687,0.15372517456988796,0.13037791650296493,0.004548903099724583,0.15372517456988796,0.0344368673015036,0.0019416450884643457,0.15372517456988796,0.10560083672186599,0.005010696381847921,0.15372517456988796,0.051570419436523254,0.005319753784962021,0.5,0.15372517456988796,0.05955288016414689,0.002367890883207737,0.15372517456988796,0.05871509027377213,0.02219585739591273,0.5,0.15372517456988796,0.14305234607265768,0.007661117310162563,0.15372517456988796,0.10651810948624191,0.01925635635504791,0.15372517456988796,0.07919266031983363,0.004544555244243031,0.15372517456988796,0.14016855592465344,0.004393080988952624,0.15372517456988796,0.141306911273516,0.019339119245182904,0.15372517456988796,0.1600494953080875,0.0036776827367457935,0.15372517456988796,0.12378248973136598,0.019244670511247466,0.5,0.15372517456988796,0.039910088567144966,0.023297502626311778,0.0,0.013490373939617203,0.000739324013436865 -1522,0.5,0.15372517456988796,0.04030538623234864,0.028760607490968725,0.15372517456988796,0.08899222167834493,0.022840718734939498,0.15372517456988796,0.1987203412581089,0.0891578861565502,0.15372517456988796,0.043677901731901045,0.04433025745464949,0.15372517456988796,0.2785473294801794,0.0037963627360761525,0.15372517456988796,0.0787366321359882,0.003127717509442138,0.15372517456988796,0.19223651981722856,0.0035354411595844536,0.15372517456988796,0.1334975973011731,0.008667500268139026,0.5,0.15372517456988796,0.12134602857862603,0.0019201279269338125,0.15372517456988796,0.11641403723447324,0.05943167288014174,0.5,0.15372517456988796,0.2821429169676656,0.011883318825624043,0.15372517456988796,0.22367804768782304,0.04778299317120827,0.15372517456988796,0.15511982990944567,0.00833830734012268,0.15372517456988796,0.29570592257230766,0.004559259858683129,0.15372517456988796,0.2794730513836189,0.027720361938623643,0.15372517456988796,0.32369721354737435,0.00461162270986715,0.15372517456988796,0.23505328314066484,0.04982809326517397,0.5,0.15372517456988796,0.09003756943015902,0.05786166310637052,0.0,0.011935018693342426,0.0025876230327201506 -1523,0.5,0.15372517456988796,0.059252431166252104,0.03728312789585985,0.15372517456988796,0.17967582636020324,0.051382986243212185,0.15372517456988796,0.28705903014793954,0.14810922185418873,0.15372517456988796,0.06273872116320309,0.060251583593742275,0.15372517456988796,0.420701939846645,0.00643145582759726,0.15372517456988796,0.11650641270138953,0.00429674311804073,0.15372517456988796,0.26394267346590466,0.012390925675931402,0.15372517456988796,0.21431117295707044,0.02356155537783902,0.5,0.15372517456988796,0.2042442171837689,0.00566212830591384,0.15372517456988796,0.19117927578035443,0.09260981186025537,0.5,0.15372517456988796,0.417428442146685,0.0522075081554515,0.15372517456988796,0.34756850133468675,0.10710488675891783,0.15372517456988796,0.20677507308435206,0.02158987550123496,0.15372517456988796,0.4434039520820131,0.008484614026501672,0.15372517456988796,0.4069593483472911,0.046825399675571,0.15372517456988796,0.4694458185712651,0.024915182125395462,0.15372517456988796,0.32263702707508857,0.08358788761856187,0.5,0.15372517456988796,0.08330114893100188,0.06501697368788732,0.0,0.01073433842695902,0.004740266830780735 -1524,0.5,0.15372517456988796,0.07509164275163424,0.04783228286525992,0.15372517456988796,0.2785729606649297,0.07840439175883701,0.15372517456988796,0.33083597748838783,0.16017510764794718,0.15372517456988796,0.07154187956138558,0.07632939992355847,0.15372517456988796,0.5179235527606245,0.009165390534596628,0.15372517456988796,0.14352486209427012,0.005548666545493402,0.15372517456988796,0.3314942817306873,0.05030838812500243,0.15372517456988796,0.22058056639885315,0.04471191713262582,0.5,0.15372517456988796,0.28839872518727555,0.019022145583848467,0.15372517456988796,0.25964991365641993,0.10327837070156809,0.5,0.15372517456988796,0.4895062136382098,0.11087992678303067,0.15372517456988796,0.4373175897092021,0.15754705966531365,0.15372517456988796,0.23833664082657632,0.025311435562861806,0.15372517456988796,0.5435700051866068,0.010302849943837157,0.15372517456988796,0.4982017160676772,0.07177718411463276,0.15372517456988796,0.5526142443339337,0.15533862958535166,0.15372517456988796,0.40045616946588125,0.12337899803949506,0.5,0.15372517456988796,0.15168894550193496,0.07044761467869817,0.0,0.01225953150322287,0.006458369122631643 -1525,0.5,0.15372517456988796,0.09174729830010928,0.07031082802105168,0.15372517456988796,0.4297771070141509,0.06655726171227902,0.15372517456988796,0.38212870803755106,0.22468705971785508,0.15372517456988796,0.0772697678155822,0.09973035933668864,0.15372517456988796,0.5573146572941444,0.015635174928022813,0.15372517456988796,0.16138670981879316,0.007930598357951641,0.15372517456988796,0.41420325587076123,0.0880696698600949,0.15372517456988796,0.22236651751502873,0.053640707380265794,0.5,0.15372517456988796,0.29948687290178416,0.033506919150981605,0.15372517456988796,0.18075983084546526,0.0887471951035138,0.5,0.15372517456988796,0.4985963978120662,0.20494053863822012,0.15372517456988796,0.38678166269059056,0.19386055712434772,0.15372517456988796,0.22039477444190958,0.01582025881213967,0.15372517456988796,0.5837012052021904,0.009134459286868199,0.15372517456988796,0.5432261865957662,0.0835381315095363,0.15372517456988796,0.511233755837077,0.2189869074738799,0.15372517456988796,0.39949297378520615,0.15651204161709195,0.5,0.15372517456988796,0.1760977906140763,0.08356404714747741,0.0,0.015038795240574849,0.011948981461966386 -1526,0.5,0.15372517456988796,0.09507944288699291,0.08843128842626914,0.15372517456988796,0.2116056112897432,0.05766449053122906,0.15372517456988796,0.27786555398726115,0.22249686113814526,0.15372517456988796,0.08536030069388423,0.11701371392121153,0.15372517456988796,0.5505313655372397,0.03702977722739275,0.15372517456988796,0.12440514622132401,0.009951346810370826,0.15372517456988796,0.42968195806312504,0.12449920013775058,0.15372517456988796,0.20109458381309733,0.059522791633420946,0.5,0.15372517456988796,0.3196196017731861,0.03894091588071763,0.15372517456988796,0.17052264706163375,0.10256295122716182,0.5,0.15372517456988796,0.4225524652704853,0.20460743874682408,0.15372517456988796,0.3348063390773966,0.21992127140110204,0.15372517456988796,0.21886490031243272,0.011030552024905313,0.15372517456988796,0.5597403155985643,0.01018761506725193,0.15372517456988796,0.524867109524828,0.07140680263326288,0.15372517456988796,0.4753191011241464,0.1711372065414114,0.15372517456988796,0.3334928460737153,0.1671321512657853,0.5,0.15372517456988796,0.1460923962992111,0.10089951447943873,0.0,0.018991879099664166,0.019776431933618634 -1527,0.5,0.15372517456988796,0.07709441214324761,0.08568140580879442,0.15372517456988796,0.11427626073373992,0.055647668105684236,0.15372517456988796,0.16011637418679484,0.14648090011264364,0.15372517456988796,0.06621738367491828,0.1084220044486976,0.15372517456988796,0.45242546198781514,0.05372388337423067,0.15372517456988796,0.10798869303570924,0.012114781745781712,0.15372517456988796,0.33049791452737937,0.12983766736111002,0.15372517456988796,0.17267158484498424,0.0643821764133386,0.5,0.15372517456988796,0.29900029581270293,0.04367503269970179,0.15372517456988796,0.17352627586021008,0.10039937064616741,0.5,0.15372517456988796,0.34494359258185386,0.17440206966896898,0.15372517456988796,0.2659779143897718,0.2295467139878375,0.15372517456988796,0.18827803272620736,0.01103559378208357,0.15372517456988796,0.46824281528868705,0.014332014943588635,0.15372517456988796,0.41223532991672773,0.07357592586578975,0.15372517456988796,0.4201589888165569,0.1471072653790915,0.15372517456988796,0.25373472238915395,0.16801711994719912,0.5,0.15372517456988796,0.08955092370476828,0.10459216701588227,0.0,0.023348599653800078,0.019061170565230757 -1528,0.5,0.15372517456988796,0.0627788964621866,0.07716002151998186,0.15372517456988796,0.04795588144707665,0.03571079151199855,0.15372517456988796,0.09348859800717474,0.10551649131381043,0.15372517456988796,0.03567555953056444,0.08195852971137861,0.15372517456988796,0.36652556198608377,0.05515205903884855,0.15372517456988796,0.07848318088022518,0.014156957843734472,0.15372517456988796,0.22076259185752972,0.11280501850955742,0.15372517456988796,0.12576452578651431,0.06300295636788013,0.5,0.15372517456988796,0.21112237321477195,0.05022378188984041,0.15372517456988796,0.13014724636689434,0.09253854773607749,0.5,0.15372517456988796,0.25412795975771696,0.14809838808071896,0.15372517456988796,0.2582412113128358,0.22523268590173343,0.15372517456988796,0.1450165194472406,0.010810272966514944,0.15372517456988796,0.34415410930989876,0.017077860372116102,0.15372517456988796,0.2451302611945777,0.0624926680661237,0.15372517456988796,0.264250922989399,0.13575005079081884,0.15372517456988796,0.16767506073020544,0.14705930454918667,0.5,0.15372517456988796,0.05739648020896056,0.09753347962859273,0.0,0.020120917957418074,0.01348956650851826 -1529,0.5,0.15372517456988796,0.03062832855581668,0.05833302139460507,0.15372517456988796,0.02270006198387235,0.019931385239495714,0.15372517456988796,0.0380779368612721,0.07661888873948981,0.15372517456988796,0.014341672033458853,0.06069206575035106,0.15372517456988796,0.18772272265643197,0.015687442111615147,0.15372517456988796,0.042534169331682525,0.009561134493157902,0.15372517456988796,0.09297259781101037,0.06369993040069614,0.15372517456988796,0.07140091194162644,0.05067525280722936,0.5,0.15372517456988796,0.1405673525255435,0.05301338976363043,0.15372517456988796,0.06655798164336506,0.06613755356716385,0.5,0.15372517456988796,0.15604742319643494,0.0811257458789093,0.15372517456988796,0.150175598313647,0.14916683472892994,0.15372517456988796,0.08160239856660527,0.00688731187555789,0.15372517456988796,0.18442714843865146,0.007366508178028833,0.15372517456988796,0.09835946649975473,0.03181617547542553,0.15372517456988796,0.1060945119574975,0.09020669752123557,0.15372517456988796,0.08138443198468272,0.09338794142132872,0.5,0.15372517456988796,0.02323411017116126,0.08332850570297759,0.0,0.012099885810776626,0.009124252001185678 -1530,0.5,0.15372517456988796,0.00032030998905146655,0.04124411454922182,0.15372517456988796,0.0,0.009742250562298408,0.15372517456988796,0.0,0.06112077874963823,0.15372517456988796,0.00036274863413171554,0.0527720338419073,0.15372517456988796,0.0,0.01033006911190347,0.15372517456988796,0.008068161043804253,0.00825156786348683,0.15372517456988796,0.0,0.02996630117922889,0.15372517456988796,0.015008371943866231,0.027440317365775985,0.5,0.15372517456988796,0.011808261385408894,0.041130822756087454,0.15372517456988796,0.00012716895273484128,0.04224145928821411,0.5,0.15372517456988796,0.0,0.055024122952632835,0.15372517456988796,0.0031187508152128187,0.08605144564317843,0.15372517456988796,0.0,0.0022495714179510285,0.15372517456988796,0.0,0.0025493147150064933,0.15372517456988796,0.0,0.01484841643456835,0.15372517456988796,0.0,0.06371037415191685,0.15372517456988796,0.0,0.06593067829972635,0.5,0.15372517456988796,0.0004170198590399351,0.06571462892714075,0.0,0.006532408172109746,0.005510052691222736 -1531,0.5,0.15372517456988796,0.0,0.043820519477476595,0.15372517456988796,0.0,0.006544509675344831,0.15372517456988796,0.0,0.05541112748527837,0.15372517456988796,0.0,0.05447951058627478,0.15372517456988796,0.0,0.012168172888521938,0.15372517456988796,0.0,0.01361979618160285,0.15372517456988796,0.0,0.020844993233289675,0.15372517456988796,0.0,0.015566483785408461,0.5,0.15372517456988796,0.0,0.04036937716014697,0.15372517456988796,0.0,0.03223796633543247,0.5,0.15372517456988796,0.0,0.045137489798900816,0.15372517456988796,0.0,0.06798346652815371,0.15372517456988796,0.0,0.0014747849758031905,0.15372517456988796,0.0,0.002018957338118551,0.15372517456988796,0.0,0.011980608582639708,0.15372517456988796,0.0,0.04999457126816095,0.15372517456988796,0.0,0.06835037278991617,0.5,0.15372517456988796,0.0,0.06635438354787074,0.0,0.004223356315852186,0.005142298976041426 -1532,0.5,0.15372517456988796,0.0,0.05175850650919453,0.15372517456988796,0.0,0.0027708579931156373,0.15372517456988796,0.0,0.05311089651488571,0.15372517456988796,0.0,0.05637592409295725,0.15372517456988796,0.0,0.010766485389971017,0.15372517456988796,0.0,0.01324978526009651,0.15372517456988796,0.0,0.014764556848842826,0.15372517456988796,0.0,0.006638814939529315,0.5,0.15372517456988796,0.0,0.038865913063645466,0.15372517456988796,0.0,0.04355679700242631,0.5,0.15372517456988796,0.0,0.04189174131670344,0.15372517456988796,0.0,0.04880218672399873,0.15372517456988796,0.0,0.0017784417154916618,0.15372517456988796,0.0,0.0013570802473237096,0.15372517456988796,0.0,0.009881511029066953,0.15372517456988796,0.0,0.03348626732974378,0.15372517456988796,0.0,0.07604981024942212,0.5,0.15372517456988796,0.0,0.08099319482968548,0.0,0.0019865895547842363,0.005118418111332698 -1533,0.5,0.15372517456988796,0.0,0.05114923905128054,0.15372517456988796,0.0,0.0017796683579614286,0.15372517456988796,0.0,0.0522324445231282,0.15372517456988796,0.0,0.05031160020431866,0.15372517456988796,0.0,0.008359414343262738,0.15372517456988796,0.0,0.010150420269115033,0.15372517456988796,0.0,0.011986712775548459,0.15372517456988796,0.0,0.0031899468111095414,0.5,0.15372517456988796,0.0,0.039593572267308044,0.15372517456988796,0.0,0.08322970108678295,0.5,0.15372517456988796,0.0,0.04673547846095578,0.15372517456988796,0.0,0.035640653587181104,0.15372517456988796,0.0,0.0024083424370725174,0.15372517456988796,0.0,0.0008625020591844237,0.15372517456988796,0.0,0.007541735384640012,0.15372517456988796,0.0,0.02051673853415548,0.15372517456988796,0.0,0.0732920058723295,0.5,0.15372517456988796,0.0,0.09998071755993886,0.0,0.00031208730678255174,0.005841000315459908 -1534,0.5,0.15372517456988796,0.0,0.04146131449777468,0.15372517456988796,0.0,0.0008159051851138872,0.15372517456988796,0.0,0.055051861213463386,0.15372517456988796,0.0,0.04406945427813379,0.15372517456988796,0.0,0.00584446590200584,0.15372517456988796,0.0,0.006329003603271177,0.15372517456988796,0.0,0.008049070428850662,0.15372517456988796,0.0,0.0015136887615644183,0.5,0.15372517456988796,0.0,0.03475950751319532,0.15372517456988796,0.0,0.11601621494915508,0.5,0.15372517456988796,0.0,0.04083597751683336,0.15372517456988796,0.0,0.03153253495967565,0.15372517456988796,0.0,0.0037460378189439775,0.15372517456988796,0.0,0.0004905822957352736,0.15372517456988796,0.0,0.004556009941472764,0.15372517456988796,0.0,0.012385696244958038,0.15372517456988796,0.0,0.056307287215536156,0.5,0.15372517456988796,0.0,0.10923332968421168,0.0,0.00021534487365639594,0.010173116776772972 -1535,0.5,0.15372517456988796,0.0,0.03048843749016317,0.15372517456988796,0.0,7.550387085087653e-05,0.15372517456988796,0.0,0.056737006417656374,0.15372517456988796,0.0,0.0374556507327911,0.15372517456988796,0.0,0.0046919211549140164,0.15372517456988796,0.0,0.005599960539213849,0.15372517456988796,0.0,0.004608374722741014,0.15372517456988796,0.0,0.00100926725451048,0.5,0.15372517456988796,0.0,0.025018503396138984,0.15372517456988796,0.0,0.1309483486170358,0.5,0.15372517456988796,0.0,0.031153915658856886,0.15372517456988796,0.0,0.032554997031699534,0.15372517456988796,0.0,0.005427148942972374,0.15372517456988796,0.0,0.0006433929588371297,0.15372517456988796,0.0,0.0025787335076035613,0.15372517456988796,0.0,0.0077105099741464535,0.15372517456988796,0.0,0.04827265596028833,0.5,0.15372517456988796,0.0,0.10662553064224828,0.0,4.680836382523581e-05,0.01921659766854535 -1536,0.5,0.15372517456988796,0.0,0.02196673292313082,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.05119444100015969,0.15372517456988796,0.0,0.03614870703927185,0.15372517456988796,0.0,0.002140969656963245,0.15372517456988796,0.0,0.0033011811626274057,0.15372517456988796,0.0,0.003115025531221733,0.15372517456988796,0.0,0.0006181028993066211,0.5,0.15372517456988796,0.0,0.018905679025787665,0.15372517456988796,0.0,0.13587270784703706,0.5,0.15372517456988796,0.0,0.022748728680711098,0.15372517456988796,0.0,0.0328028553987801,0.15372517456988796,0.0,0.007919453272898721,0.15372517456988796,0.0,0.0015272682736519965,0.15372517456988796,0.0,0.0016955458299536793,0.15372517456988796,0.0,0.005244752288412971,0.15372517456988796,0.0,0.04185659372249708,0.5,0.15372517456988796,0.0,0.1011302420527127,0.0,0.0,0.03310578751910937 -1537,0.5,0.15372517456988796,0.0,0.014664015069994521,0.15372517456988796,0.0,5.493542438007717e-05,0.15372517456988796,0.0,0.0425680283614785,0.15372517456988796,0.0,0.03824651799068915,0.15372517456988796,0.0,0.0010456353813169574,0.15372517456988796,0.0,0.0024781521705028705,0.15372517456988796,0.0,0.001504957191253712,0.15372517456988796,0.0,0.00033985731814360087,0.5,0.15372517456988796,0.0,0.01613864537046005,0.15372517456988796,0.0,0.11973617335930134,0.5,0.15372517456988796,0.0,0.017096067159034552,0.15372517456988796,0.0,0.029213057164451987,0.15372517456988796,0.0,0.013017971768338106,0.15372517456988796,0.0,0.003998641405948415,0.15372517456988796,0.0,0.0014440573176707546,0.15372517456988796,0.0,0.004034382952180501,0.15372517456988796,0.0,0.037223183569060216,0.5,0.15372517456988796,0.0,0.08499008617436579,0.0,0.0,0.05383597296275828 -1538,0.5,0.15372517456988796,0.0,0.012718629146724862,0.15372517456988796,0.0,0.0010753767724243667,0.15372517456988796,0.0,0.03926891659227969,0.15372517456988796,0.0,0.038694435703405465,0.15372517456988796,0.0,0.0017624855793030758,0.15372517456988796,0.0,0.0027255212115649173,0.15372517456988796,0.0,0.0007472467256663328,0.15372517456988796,0.0,0.00024314628513317778,0.5,0.15372517456988796,0.0,0.01411350016877901,0.15372517456988796,0.0,0.08887360755079596,0.5,0.15372517456988796,0.0,0.011219501720017346,0.15372517456988796,0.0,0.023073109449926577,0.15372517456988796,0.0,0.01975391495040154,0.15372517456988796,0.0,0.007728065154168097,0.15372517456988796,0.0,0.0016722391360831429,0.15372517456988796,0.0,0.0034824410358578442,0.15372517456988796,0.0,0.03590884632025565,0.5,0.15372517456988796,0.0,0.07181766428887276,0.0,0.0,0.09001429050203896 -1539,0.5,0.15372517456988796,0.0,0.017211084722197633,0.15372517456988796,0.0,0.003972404722388592,0.15372517456988796,0.0,0.04497433614941091,0.15372517456988796,0.0,0.03332238413127078,0.15372517456988796,0.0,0.00202693380159748,0.15372517456988796,0.0,0.0012654709880641057,0.15372517456988796,0.0,0.0008717323883581777,0.15372517456988796,0.0,0.0001496678666076261,0.5,0.15372517456988796,0.0,0.01244697300735906,0.15372517456988796,0.0,0.06868198142601173,0.5,0.15372517456988796,0.0,0.008978858736169444,0.15372517456988796,0.0,0.01853464683131605,0.15372517456988796,0.0,0.024429440522808425,0.15372517456988796,0.0,0.011120782396821117,0.15372517456988796,0.0,0.002224212412140614,0.15372517456988796,0.0,0.0032365659178363307,0.15372517456988796,0.0,0.03401005903803929,0.5,0.15372517456988796,0.0,0.06336124872118025,0.0,0.0,0.14183417183872246 -1540,0.5,0.15372517456988796,0.0,0.024535248691584296,0.15372517456988796,0.0,0.003690624120918461,0.15372517456988796,0.0,0.053207961289318144,0.15372517456988796,0.0,0.03207996863248565,0.15372517456988796,0.0,0.0020914682254292174,0.15372517456988796,0.0,0.0004998904495057597,0.15372517456988796,0.0,0.0012646795703980692,0.15372517456988796,0.0,0.0002401129196423176,0.5,0.15372517456988796,0.0,0.011446911971295043,0.15372517456988796,0.0,0.05923476605402729,0.5,0.15372517456988796,0.0,0.008890723730570578,0.15372517456988796,0.0,0.020136390675132947,0.15372517456988796,0.0,0.029660529252787525,0.15372517456988796,0.0,0.013175485196355455,0.15372517456988796,0.0,0.0019576189310291595,0.15372517456988796,0.0,0.003552752530372375,0.15372517456988796,0.0,0.03471271768489528,0.5,0.15372517456988796,0.0,0.05920121957047681,0.0,0.0,0.19103596787438926 -1541,0.5,0.15372517456988796,0.0,0.028341271285499316,0.15372517456988796,0.0,0.0041855970455249416,0.15372517456988796,0.0,0.04794120301566863,0.15372517456988796,0.0,0.03746590700002173,0.15372517456988796,0.0,0.002238030902267637,0.15372517456988796,0.0,0.0008183974391233633,0.15372517456988796,0.0,0.0011118492804573958,0.15372517456988796,0.0,0.0006623730802082417,0.5,0.15372517456988796,0.0,0.0117418088891513,0.15372517456988796,0.0,0.05511800436917007,0.5,0.15372517456988796,0.0,0.008108624072120138,0.15372517456988796,0.0,0.025005085807380662,0.15372517456988796,0.0,0.032029113631843575,0.15372517456988796,0.0,0.015794736890838827,0.15372517456988796,0.0,0.0015126604130627438,0.15372517456988796,0.0,0.004032072245913856,0.15372517456988796,0.0,0.03508161383985607,0.5,0.15372517456988796,0.0,0.060657755445203874,0.0,0.0,0.23936662672404035 -1542,0.5,0.15372517456988796,0.0,0.022181425799333198,0.15372517456988796,0.0,0.004140512289194295,0.15372517456988796,0.0,0.03692602920250215,0.15372517456988796,0.0,0.05466632400935738,0.15372517456988796,0.0,0.002862884665346139,0.15372517456988796,0.0,0.0011919811634608104,0.15372517456988796,0.0,0.0006419642047324143,0.15372517456988796,0.0,0.0006430794518729375,0.5,0.15372517456988796,0.0,0.013069254004870053,0.15372517456988796,0.0,0.07206811522113343,0.5,0.15372517456988796,0.0,0.00827776550020399,0.15372517456988796,0.0,0.034008356567829925,0.15372517456988796,0.0,0.035183870949040935,0.15372517456988796,0.0,0.01926945238613014,0.15372517456988796,0.0,0.0012493768211116077,0.15372517456988796,0.0,0.004301057389288083,0.15372517456988796,0.0,0.03577328961696643,0.5,0.15372517456988796,0.0,0.06626074888167738,0.0,0.0,0.3079396834426877 -1543,0.5,0.15372517456988796,0.0,0.013114387221375732,0.15372517456988796,0.0,0.005139700908787411,0.15372517456988796,0.0,0.03104871023250539,0.15372517456988796,0.0,0.07078181233109647,0.15372517456988796,0.0,0.0033993994441907796,0.15372517456988796,0.0,0.0015969341125917013,0.15372517456988796,0.0,0.0003582531535629262,0.15372517456988796,0.0,0.000657074753919607,0.5,0.15372517456988796,0.0,0.01495385123832253,0.15372517456988796,0.0,0.10364735831039004,0.5,0.15372517456988796,0.0,0.009790002247439176,0.15372517456988796,0.0,0.041826536653569966,0.15372517456988796,0.0,0.03885370095130087,0.15372517456988796,0.0,0.024882399583230345,0.15372517456988796,0.0,0.0012198110872074757,0.15372517456988796,0.0,0.0050028854286973574,0.15372517456988796,0.0,0.03544013477959369,0.5,0.15372517456988796,0.0,0.07365851839639048,0.0,0.0,0.42186024169400427 -1544,0.5,0.15372517456988796,0.014293656694536057,0.009496416964270362,0.15372517456988796,0.014079020656423925,0.007351119473662376,0.15372517456988796,0.007075609992364554,0.03152452837685172,0.15372517456988796,0.0048622431420782455,0.07892077740181806,0.15372517456988796,0.004486633605546987,0.0033364618537428583,0.15372517456988796,0.002294530491516541,0.002577164192461141,0.15372517456988796,0.00526226932069708,0.0002743445755905324,0.15372517456988796,0.002771021215521831,0.0006903526381192343,0.5,0.15372517456988796,0.004693261988718046,0.016756026718906483,0.15372517456988796,0.005139473858158628,0.1555069303771482,0.5,0.15372517456988796,0.005918492558384052,0.012351803139602043,0.15372517456988796,0.006888578265522275,0.06298455297612879,0.15372517456988796,0.008421225526697123,0.04270354875662166,0.15372517456988796,0.007101866515561475,0.03069140130920534,0.15372517456988796,0.015105282061551779,0.0020047257489819,0.15372517456988796,0.008144441971037518,0.005001158943421879,0.15372517456988796,0.007465414538895893,0.036991204456362316,0.5,0.15372517456988796,0.008515952049234405,0.08657307095316889,0.0,0.0,0.534412771217712 -1545,0.5,0.15372517456988796,0.08225281860798858,0.010974380063156548,0.15372517456988796,0.17451035812104065,0.01143154293929982,0.15372517456988796,0.057671078577861176,0.0388428000109882,0.15372517456988796,0.030610934231885663,0.0821650268862212,0.15372517456988796,0.11094191092526795,0.0038147382258457378,0.15372517456988796,0.08114217322402849,0.005315493283074004,0.15372517456988796,0.10445704029259359,0.0003238686385663873,0.15372517456988796,0.07352492866341337,0.0010775228151722375,0.5,0.15372517456988796,0.104460476728092,0.023079791148580543,0.15372517456988796,0.040243365488204355,0.18883045922754657,0.5,0.15372517456988796,0.06091888358099504,0.02249431483901613,0.15372517456988796,0.06008154123387472,0.14186959342965474,0.15372517456988796,0.15330809006279542,0.044053849679738036,0.15372517456988796,0.1514790271772327,0.03387263297211651,0.15372517456988796,0.16541409991890255,0.00289741000765185,0.15372517456988796,0.10573786919205969,0.00485032945524336,0.15372517456988796,0.05664391506695246,0.05101963281116619,0.5,0.15372517456988796,0.04694995657198856,0.09062208003284347,0.0,0.0001761895744738749,0.6326729151733289 -1546,0.5,0.15372517456988796,0.1547542476590497,0.015181169402465909,0.15372517456988796,0.33563693733608513,0.013325816842929964,0.15372517456988796,0.12768750974350912,0.05130286490869989,0.15372517456988796,0.07394958395522137,0.0761331861836351,0.15372517456988796,0.25891263561770694,0.007134266901429581,0.15372517456988796,0.18134391682958328,0.012925347227406826,0.15372517456988796,0.22262457745990133,0.0009078256471952774,0.15372517456988796,0.18274444349662033,0.016302540375764927,0.5,0.15372517456988796,0.22384561812979545,0.06682079116936783,0.15372517456988796,0.09178140303019544,0.22135568683579948,0.5,0.15372517456988796,0.15338421840857405,0.061478911045444236,0.15372517456988796,0.14757278104552513,0.23528986019161494,0.15372517456988796,0.30811796336508057,0.062222043086052066,0.15372517456988796,0.30633557140961315,0.03796932471690247,0.15372517456988796,0.3214950155645011,0.00490406288352042,0.15372517456988796,0.24507252928615392,0.018260152318419213,0.15372517456988796,0.11894822000451241,0.06603552359188888,0.5,0.15372517456988796,0.09179602583682203,0.11263810649547683,0.0,0.003471378376042217,0.6842294345368155 -1547,0.5,0.15372517456988796,0.19846887427431512,0.016377227580390147,0.15372517456988796,0.48347172835180685,0.038636124035410606,0.15372517456988796,0.1788541873321174,0.04363292551139211,0.15372517456988796,0.1461325990474627,0.05977954295043655,0.15372517456988796,0.42769278165493196,0.026692361938097375,0.15372517456988796,0.3141108194190236,0.03874962346430617,0.15372517456988796,0.3544427612288284,0.007688676202476931,0.15372517456988796,0.3226294673405998,0.061795978853720165,0.5,0.15372517456988796,0.3251774098090926,0.14160409597128923,0.15372517456988796,0.1516756822590707,0.290498237099696,0.5,0.15372517456988796,0.22982806827249797,0.1710760238364311,0.15372517456988796,0.26101927021719096,0.2967297614530103,0.15372517456988796,0.45118392001369645,0.11541921312436103,0.15372517456988796,0.44860345271173696,0.05376915158634131,0.15372517456988796,0.4654801855233647,0.016407328545071407,0.15372517456988796,0.3790834514468928,0.02280422377011815,0.15372517456988796,0.22046841268060224,0.07974470592189002,0.5,0.15372517456988796,0.1223890828607676,0.13963466837212316,0.0,0.007799144032265023,0.7054842567502568 -1548,0.5,0.15372517456988796,0.21713428002948562,0.011193451548663835,0.15372517456988796,0.5856565231089058,0.05729566677746916,0.15372517456988796,0.22392973345686684,0.02777030946858165,0.15372517456988796,0.26468466532141427,0.04582919272031746,0.15372517456988796,0.5439614327506449,0.07371462641406043,0.15372517456988796,0.46005532520868053,0.08893058013911168,0.15372517456988796,0.48527571892191573,0.021284954540971984,0.15372517456988796,0.3966012538168674,0.10648642229352653,0.5,0.15372517456988796,0.3891127767879147,0.1414314022331165,0.15372517456988796,0.27047248640379096,0.3627189633966319,0.5,0.15372517456988796,0.29181022916708393,0.20302972031736505,0.15372517456988796,0.3150589597737967,0.32750039969828265,0.15372517456988796,0.5471406438207863,0.15283601068581093,0.15372517456988796,0.5463026068241131,0.08155114047638831,0.15372517456988796,0.5541595631546574,0.02479601169207755,0.15372517456988796,0.5009287626992814,0.030775790085548614,0.15372517456988796,0.27338197600798037,0.09415362818791045,0.5,0.15372517456988796,0.16037193288972812,0.17175514881777107,0.0,0.007730539908588287,0.7149384703281734 -1549,0.5,0.15372517456988796,0.23658843466684681,0.009799039720601477,0.15372517456988796,0.6288147923582992,0.0838414350085124,0.15372517456988796,0.19166535865826856,0.019389929910562625,0.15372517456988796,0.3239957584628309,0.045302117782036334,0.15372517456988796,0.5592528358028457,0.1341004925286998,0.15372517456988796,0.5837290039227098,0.11059156370799761,0.15372517456988796,0.5250297219425734,0.03726233091995592,0.15372517456988796,0.39792217910241107,0.12520247046247096,0.5,0.15372517456988796,0.3971532561210332,0.1245079805759742,0.15372517456988796,0.31284503361278104,0.40107555871784323,0.5,0.15372517456988796,0.4442585644893594,0.1881638905173413,0.15372517456988796,0.37417031648994414,0.3401917834870621,0.15372517456988796,0.5782740719613018,0.17909891004419842,0.15372517456988796,0.5931834343882622,0.1213964634592935,0.15372517456988796,0.5822520839305299,0.027754767587451993,0.15372517456988796,0.5459632186119829,0.03674269095179897,0.15372517456988796,0.2696454963744937,0.09538364381029311,0.5,0.15372517456988796,0.20859564982116766,0.17447495968147092,0.0,0.008597634822126091,0.7236540191779081 -1550,0.5,0.15372517456988796,0.21695057165006668,0.009816058563979331,0.15372517456988796,0.56847206670579,0.08929194798913306,0.15372517456988796,0.18542226910668197,0.01814344740100902,0.15372517456988796,0.31409126450820785,0.045149517218502515,0.15372517456988796,0.4456642500948337,0.15932593253832983,0.15372517456988796,0.5534810514548542,0.13052761775373856,0.15372517456988796,0.4764155479964511,0.05332533416676824,0.15372517456988796,0.43698052734464676,0.13333723837584188,0.5,0.15372517456988796,0.40225353968199296,0.10370618180836672,0.15372517456988796,0.20970015208432,0.36784130623291944,0.5,0.15372517456988796,0.3781351313419007,0.13750793294893798,0.15372517456988796,0.40320120185345154,0.3404797112711273,0.15372517456988796,0.5427875046542194,0.18639375508558179,0.15372517456988796,0.5781500940917127,0.17337831015772556,0.15372517456988796,0.525163818321425,0.02846954433416521,0.15372517456988796,0.5598053214418649,0.03607223042414866,0.15372517456988796,0.25771791512462794,0.080430311319332,0.5,0.15372517456988796,0.1913389446542444,0.15822089442714204,0.0,0.012929068860456165,0.7579043282457046 -1551,0.5,0.15372517456988796,0.13266883008304337,0.009173009954460269,0.15372517456988796,0.437824673182015,0.07549860168862191,0.15372517456988796,0.1773512716399019,0.014473907428816645,0.15372517456988796,0.24287799819837724,0.03364072344154609,0.15372517456988796,0.34724983132597914,0.15223134879787048,0.15372517456988796,0.494083544449347,0.14051236477022028,0.15372517456988796,0.4299861929494556,0.0582734460443855,0.15372517456988796,0.448341599655206,0.12472781023950968,0.5,0.15372517456988796,0.3842465997876391,0.08389279696517521,0.15372517456988796,0.11756322915605057,0.3044700923326622,0.5,0.15372517456988796,0.33483715381748624,0.1170243319586405,0.15372517456988796,0.3204218971406052,0.2862954671960314,0.15372517456988796,0.46195925751283645,0.18445552370204849,0.15372517456988796,0.4541978298477609,0.19117406954176336,0.15372517456988796,0.3961636308894655,0.025818277888572605,0.15372517456988796,0.5093059100474361,0.03425767868663225,0.15372517456988796,0.1919120562877042,0.0665512662643221,0.5,0.15372517456988796,0.1153065853618056,0.10851465441193052,0.0,0.020979757929065552,0.7705174642103616 -1552,0.5,0.15372517456988796,0.07988765403610444,0.008434003787925434,0.15372517456988796,0.309829883735662,0.05248901387876788,0.15372517456988796,0.0956255659244628,0.010899083107792435,0.15372517456988796,0.14199064089467653,0.02437063130418793,0.15372517456988796,0.24332278436662858,0.12099894116785363,0.15372517456988796,0.36694853486470963,0.1428574600942846,0.15372517456988796,0.3308828547864249,0.0478950105998697,0.15372517456988796,0.4276153125017177,0.09466893883580155,0.5,0.15372517456988796,0.33417479798036137,0.05522735356639929,0.15372517456988796,0.06932595400660993,0.22419661789349654,0.5,0.15372517456988796,0.27026804743971505,0.11122628950768787,0.15372517456988796,0.21702629236562532,0.20663369930757783,0.15372517456988796,0.34518653651414083,0.1451102631457714,0.15372517456988796,0.28370434376478315,0.16522233303412198,0.15372517456988796,0.28631583115920733,0.01972004512630973,0.15372517456988796,0.40123159440980005,0.021025078055235912,0.15372517456988796,0.10149838511286594,0.05422571847092165,0.5,0.15372517456988796,0.0627764578213031,0.08728281657705408,0.0,0.027777080379235215,0.734208028622406 -1553,0.5,0.15372517456988796,0.038759436689551195,0.005550142025626939,0.15372517456988796,0.17866452893864565,0.012643780338630194,0.15372517456988796,0.036043478231782264,0.008585795958391334,0.15372517456988796,0.04565862735651979,0.017213397562191132,0.15372517456988796,0.13324812837017186,0.06131459548823506,0.15372517456988796,0.23542050143277599,0.09184368185886374,0.15372517456988796,0.21268041426005474,0.020629299487334732,0.15372517456988796,0.320714375658597,0.04319353248893784,0.5,0.15372517456988796,0.22053161326176232,0.02150855127383161,0.15372517456988796,0.03578384176640974,0.15202920696333133,0.5,0.15372517456988796,0.14185021138665643,0.08787056221923244,0.15372517456988796,0.12980205871458345,0.1524394106125649,0.15372517456988796,0.21702028572347046,0.06714388406795029,0.15372517456988796,0.15409510952415412,0.10327410789185482,0.15372517456988796,0.1594060657988775,0.006819352775466646,0.15372517456988796,0.24888999252284955,0.004291325326755964,0.15372517456988796,0.043051511160359386,0.03781234922172446,0.5,0.15372517456988796,0.030152560612343948,0.05597445512831454,0.0,0.020060926507121716,0.6535883720058596 -1554,0.5,0.15372517456988796,0.0,0.003925509845681144,0.15372517456988796,0.0,0.02402672701138856,0.15372517456988796,0.0,0.007231024056822393,0.15372517456988796,0.0,0.011200659030470456,0.15372517456988796,0.001684947217152429,0.04880871422637949,0.15372517456988796,0.03826187312794717,0.07741686267121708,0.15372517456988796,0.002354404370643832,0.007761874928455353,0.15372517456988796,0.02938672391693404,0.029643000575428544,0.5,0.15372517456988796,0.027458635596351182,0.006816149804835363,0.15372517456988796,0.0,0.1095155543593002,0.5,0.15372517456988796,0.0011913791109378993,0.05554119379178472,0.15372517456988796,0.00815539832591919,0.11023397683512998,0.15372517456988796,0.0,0.059881541256645215,0.15372517456988796,0.0,0.09034631531700327,0.15372517456988796,0.0,0.008581793598747212,0.15372517456988796,0.0,0.0060984663408200045,0.15372517456988796,0.0,0.027615474696585394,0.5,0.15372517456988796,0.0,0.03970818301956898,0.0,0.01846468482898339,0.5779971320532924 -1555,0.5,0.15372517456988796,0.0,0.007270819295990114,0.15372517456988796,0.0,0.03295818571822523,0.15372517456988796,0.0,0.00802401786754824,0.15372517456988796,0.0,0.009206543937028949,0.15372517456988796,0.0,0.06052469585479633,0.15372517456988796,0.0,0.09148638989585263,0.15372517456988796,0.0,0.011635339480302893,0.15372517456988796,0.0,0.04019667452142525,0.5,0.15372517456988796,0.0,0.008668795823609873,0.15372517456988796,0.0,0.09035868273964134,0.5,0.15372517456988796,0.0,0.04455166490614956,0.15372517456988796,0.0,0.08625164964251274,0.15372517456988796,0.0,0.06908464083502577,0.15372517456988796,0.0,0.07930509949062214,0.15372517456988796,0.0,0.024402051753749918,0.15372517456988796,0.0,0.012482777184802596,0.15372517456988796,0.0,0.02737550296883534,0.5,0.15372517456988796,0.0,0.028145446836330336,0.0,0.02138437749935844,0.5184946686940934 -1556,0.5,0.15372517456988796,0.0,0.015249860899684187,0.15372517456988796,0.0,0.03688020807103153,0.15372517456988796,0.0,0.010055780191714438,0.15372517456988796,0.0,0.010301952555808704,0.15372517456988796,0.0,0.061973691854351205,0.15372517456988796,0.0,0.08956531424787705,0.15372517456988796,0.0,0.01880900106070504,0.15372517456988796,0.0,0.03712618287427623,0.5,0.15372517456988796,0.0,0.009576488206111634,0.15372517456988796,0.0,0.07348108875557767,0.5,0.15372517456988796,0.0,0.0344253631262911,0.15372517456988796,0.0,0.06437728235846445,0.15372517456988796,0.0,0.08158186736353143,0.15372517456988796,0.0,0.067352861177281,0.15372517456988796,0.0,0.04457481741647576,0.15372517456988796,0.0,0.020555976412531856,0.15372517456988796,0.0,0.024881135239027095,0.5,0.15372517456988796,0.0,0.029233455023555864,0.0,0.02746762913248884,0.5887952134245248 -1557,0.5,0.15372517456988796,0.0,0.0244880002409803,0.15372517456988796,0.0,0.042213669726257314,0.15372517456988796,0.0,0.011159508040599236,0.15372517456988796,0.0,0.01172029118851577,0.15372517456988796,0.0,0.06099951510884613,0.15372517456988796,0.0,0.09066680180338214,0.15372517456988796,0.0,0.026735178758358492,0.15372517456988796,0.0,0.0348928166878974,0.5,0.15372517456988796,0.0,0.01026637314439827,0.15372517456988796,0.0,0.06638899695949148,0.5,0.15372517456988796,0.0,0.02857881963990308,0.15372517456988796,0.0,0.057849718527879256,0.15372517456988796,0.0,0.11041789737264152,0.15372517456988796,0.0,0.0798200252608497,0.15372517456988796,0.0,0.06268281372776945,0.15372517456988796,0.0,0.030635823066061236,0.15372517456988796,0.0,0.022313163827016123,0.5,0.15372517456988796,0.0,0.033642927119344634,0.0,0.03703371108041317,0.7334021226143669 -1558,0.5,0.15372517456988796,0.0,0.032861003995439564,0.15372517456988796,0.0,0.06605250527048845,0.15372517456988796,0.0,0.012369694949769187,0.15372517456988796,0.0,0.01197793966598693,0.15372517456988796,0.0,0.0662309281153133,0.15372517456988796,0.0,0.09219480375838365,0.15372517456988796,0.0,0.038020259379128445,0.15372517456988796,0.0,0.03250122671145671,0.5,0.15372517456988796,0.0,0.00932278824063742,0.15372517456988796,0.0,0.058948366010712405,0.5,0.15372517456988796,0.0,0.026778067653659268,0.15372517456988796,0.0,0.058803683586131854,0.15372517456988796,0.0,0.15129872185505638,0.15372517456988796,0.0,0.11271812337164425,0.15372517456988796,0.0,0.0716455844321594,0.15372517456988796,0.0,0.033205325438056134,0.15372517456988796,0.0,0.02108008358463495,0.5,0.15372517456988796,0.0,0.03983375986095353,0.0,0.06126136106219949,0.8086740393746222 -1559,0.5,0.15372517456988796,0.0,0.039061070808044676,0.15372517456988796,0.0,0.09854681750675848,0.15372517456988796,0.0,0.015291781038671765,0.15372517456988796,0.0,0.012134185044832858,0.15372517456988796,0.0,0.07705324857831204,0.15372517456988796,0.0,0.08937503277913758,0.15372517456988796,0.0,0.044431426953646665,0.15372517456988796,0.0,0.03662336027911,0.5,0.15372517456988796,0.0,0.008286421779970873,0.15372517456988796,0.0,0.04807470694947295,0.5,0.15372517456988796,0.0,0.028914288151147605,0.15372517456988796,0.0,0.056811003750001615,0.15372517456988796,0.0,0.18755906782284204,0.15372517456988796,0.0,0.14281921516047935,0.15372517456988796,0.0,0.07755398098254784,0.15372517456988796,0.0,0.028388553354562158,0.15372517456988796,0.0,0.023180045710797254,0.5,0.15372517456988796,0.0,0.046983076189507984,0.0,0.09677890628895998,0.8610901550958142 -1560,0.5,0.15372517456988796,0.0,0.04362795468509098,0.15372517456988796,0.0,0.12172515021328785,0.15372517456988796,0.0,0.01868375921716098,0.15372517456988796,0.0,0.01149467781909807,0.15372517456988796,0.0,0.08993338094776718,0.15372517456988796,0.0,0.07851247717930193,0.15372517456988796,0.0,0.051267350950810676,0.15372517456988796,0.0,0.04046662669044784,0.5,0.15372517456988796,0.0,0.007311469721820107,0.15372517456988796,0.0,0.03877252501687767,0.5,0.15372517456988796,0.0,0.040539458558317115,0.15372517456988796,0.0,0.04979486516762562,0.15372517456988796,0.0,0.2056886128595269,0.15372517456988796,0.0,0.15387799023493942,0.15372517456988796,0.0,0.08150528530828825,0.15372517456988796,0.0,0.02190503470262008,0.15372517456988796,0.0,0.02771295985575433,0.5,0.15372517456988796,0.0,0.053993877625280004,0.0,0.1407148081757123,0.9152996716848911 -1561,0.5,0.15372517456988796,0.0,0.047718025207064974,0.15372517456988796,0.0,0.13306010389996098,0.15372517456988796,0.0,0.01965347327443814,0.15372517456988796,0.0,0.0091206696157181,0.15372517456988796,0.0,0.09837099437264274,0.15372517456988796,0.0,0.07567394648873851,0.15372517456988796,0.0,0.05868805606118772,0.15372517456988796,0.0,0.04184079372449746,0.5,0.15372517456988796,0.0,0.007109931681441504,0.15372517456988796,0.0,0.03321508175095512,0.5,0.15372517456988796,0.0,0.04061927607007956,0.15372517456988796,0.0,0.04808373311987482,0.15372517456988796,0.0,0.21580394480250387,0.15372517456988796,0.0,0.1635119341220383,0.15372517456988796,0.0,0.08553656270268044,0.15372517456988796,0.0,0.018297862454959686,0.15372517456988796,0.0,0.030998586278691002,0.5,0.15372517456988796,0.0,0.05705399829735244,0.0,0.15872088621625424,0.957665902548158 -1562,0.5,0.15372517456988796,0.0,0.049355840888576655,0.15372517456988796,0.0,0.12530884195637906,0.15372517456988796,0.0,0.019002572235411856,0.15372517456988796,0.0,0.0069855931447155885,0.15372517456988796,0.0,0.10777981394305079,0.15372517456988796,0.0,0.07312046671571903,0.15372517456988796,0.0,0.06902508415919631,0.15372517456988796,0.0,0.041253868330143745,0.5,0.15372517456988796,0.0,0.007354938889983871,0.15372517456988796,0.0,0.03633842073609711,0.5,0.15372517456988796,0.0,0.038438140424550134,0.15372517456988796,0.0,0.046224807180907296,0.15372517456988796,0.0,0.22377574790364801,0.15372517456988796,0.0,0.18622625409794605,0.15372517456988796,0.0,0.08753699435722566,0.15372517456988796,0.0,0.016599321035817013,0.15372517456988796,0.0,0.03210298549440755,0.5,0.15372517456988796,0.0,0.05784237051805186,0.0,0.15674014574267991,0.9730038253507409 -1563,0.5,0.15372517456988796,0.0,0.04865375213562419,0.15372517456988796,0.0,0.10665858780855453,0.15372517456988796,0.0,0.017508432097842416,0.15372517456988796,0.0,0.006553908647799321,0.15372517456988796,0.0,0.12343965288397458,0.15372517456988796,0.0,0.07930991471047687,0.15372517456988796,0.0,0.06676313550512998,0.15372517456988796,0.0,0.04381721838784455,0.5,0.15372517456988796,0.0,0.007486480101206344,0.15372517456988796,0.0,0.035554795169799175,0.5,0.15372517456988796,0.0,0.038456373954641035,0.15372517456988796,0.0,0.04387691508694415,0.15372517456988796,0.0,0.2371807483897358,0.15372517456988796,0.0,0.20451740680980254,0.15372517456988796,0.0,0.08439444008677618,0.15372517456988796,0.0,0.017310402412420118,0.15372517456988796,0.0,0.02913137458480229,0.5,0.15372517456988796,0.0,0.05076959398130766,0.0,0.1444659240338791,0.9770440885045305 -1564,0.5,0.15372517456988796,0.0,0.04733635856012653,0.15372517456988796,0.0,0.10220761788616756,0.15372517456988796,0.0,0.019945325389570633,0.15372517456988796,0.0,0.007359987040732999,0.15372517456988796,0.0,0.14265401484810059,0.15372517456988796,0.0,0.09799011356840784,0.15372517456988796,0.0,0.06874359886366925,0.15372517456988796,0.0,0.0511720915523772,0.5,0.15372517456988796,0.0,0.006611535191536609,0.15372517456988796,0.0,0.02761748535584739,0.5,0.15372517456988796,0.0,0.026641560562138268,0.15372517456988796,0.0,0.03729309142339468,0.15372517456988796,0.0,0.254264179361785,0.15372517456988796,0.0,0.2228789468383125,0.15372517456988796,0.0,0.07378130094680789,0.15372517456988796,0.0,0.017465411290136026,0.15372517456988796,0.0,0.025770538883740885,0.5,0.15372517456988796,0.0,0.049983969854282224,0.0,0.1311650754625803,0.9786459362696586 -1565,0.5,0.15372517456988796,0.0,0.04939509749883908,0.15372517456988796,0.0,0.11827070131476795,0.15372517456988796,0.0,0.02803818471582768,0.15372517456988796,0.0,0.010358575173254251,0.15372517456988796,0.0,0.14047949338367546,0.15372517456988796,0.0,0.11020412422660877,0.15372517456988796,0.0,0.08102624876743628,0.15372517456988796,0.0,0.06390502851847144,0.5,0.15372517456988796,0.0,0.005653048102974187,0.15372517456988796,0.0,0.020689263641429693,0.5,0.15372517456988796,0.0,0.022716442245991054,0.15372517456988796,0.0,0.03332861928591037,0.15372517456988796,0.0,0.2631111114441398,0.15372517456988796,0.0,0.23274525633010162,0.15372517456988796,0.0,0.0736107218584235,0.15372517456988796,0.0,0.01684209318297133,0.15372517456988796,0.0,0.02285145354953761,0.5,0.15372517456988796,0.0,0.04510866681683659,0.0,0.13819857718476458,0.98266637040411 -1566,0.5,0.15372517456988796,0.0,0.05865813227611251,0.15372517456988796,0.0,0.14630699212110793,0.15372517456988796,0.0,0.033488366333246755,0.15372517456988796,0.0,0.014748059934273559,0.15372517456988796,0.0,0.16021502606639143,0.15372517456988796,0.0,0.11974808357798378,0.15372517456988796,0.0,0.09095718103794044,0.15372517456988796,0.0,0.07186791793266252,0.5,0.15372517456988796,0.0,0.005907620084825829,0.15372517456988796,0.0,0.01336129130262616,0.5,0.15372517456988796,0.0,0.02529990980008276,0.15372517456988796,0.0,0.02350906519740445,0.15372517456988796,0.0,0.2721287590666295,0.15372517456988796,0.0,0.24514979373920992,0.15372517456988796,0.0,0.07745848330272063,0.15372517456988796,0.0,0.01877133405591634,0.15372517456988796,0.0,0.021745542943248115,0.5,0.15372517456988796,0.0,0.040950019555378664,0.0,0.18563968025411878,0.9906472010966548 -1567,0.5,0.15372517456988796,0.0,0.07833797149367404,0.15372517456988796,0.0,0.14316867091506622,0.15372517456988796,0.0,0.03679549190572046,0.15372517456988796,0.0,0.016319564782085617,0.15372517456988796,0.0,0.1814677933641397,0.15372517456988796,0.0,0.14211310940088542,0.15372517456988796,0.0,0.10864655307014505,0.15372517456988796,0.0,0.07667374890870929,0.5,0.15372517456988796,0.0,0.006735686648336151,0.15372517456988796,0.0,0.006789834541631022,0.5,0.15372517456988796,0.0,0.0286850010518629,0.15372517456988796,0.0,0.020040311153910594,0.15372517456988796,0.0,0.2857753370156041,0.15372517456988796,0.0,0.2588230288241387,0.15372517456988796,0.0,0.09246450981078184,0.15372517456988796,0.0,0.02257349067049913,0.15372517456988796,0.0,0.02543335817525997,0.5,0.15372517456988796,0.0,0.036700439353280385,0.0,0.2453930811548607,0.998863525997435 -1568,0.5,0.15372517456988796,0.02872962127825094,0.09713542506837405,0.15372517456988796,0.019990996430368516,0.1425964629928805,0.15372517456988796,0.02729608253543563,0.038144034112930054,0.15372517456988796,0.018074078617769503,0.016646463541120367,0.15372517456988796,0.007555298658369531,0.20321706474814027,0.15372517456988796,0.005859023668727864,0.15589478798730064,0.15372517456988796,0.009655411505476065,0.10672957675897171,0.15372517456988796,0.0074529157609396005,0.07295926829174504,0.5,0.15372517456988796,0.00436277068311221,0.0059069197764403045,0.15372517456988796,0.018163061486022494,0.006403575465864348,0.5,0.15372517456988796,0.004097616077025531,0.02514549387056393,0.15372517456988796,0.009860155697436944,0.02389948170409208,0.15372517456988796,0.012318888415678252,0.29925131719991144,0.15372517456988796,0.008872890635212655,0.2818644574290304,0.15372517456988796,0.020945964996434037,0.0972120865069809,0.15372517456988796,0.018689942960484776,0.02332219382871551,0.15372517456988796,0.010177258455632264,0.03373992565736215,0.5,0.15372517456988796,0.02930257250433954,0.052544550096039894,0.0,0.29559855115405326,1.002723887256375 -1569,0.5,0.15372517456988796,0.13445322039999655,0.11929780032287311,0.15372517456988796,0.17972436452876345,0.14972538281985,0.15372517456988796,0.1576698318348137,0.04541261548212007,0.15372517456988796,0.08701175673174356,0.028323898305918218,0.15372517456988796,0.15819072089656958,0.2092546817775205,0.15372517456988796,0.1521638030780241,0.1711041331671895,0.15372517456988796,0.1666625040013624,0.09803723888553703,0.15372517456988796,0.15688185358089893,0.06656188598831633,0.5,0.15372517456988796,0.08474344875687957,0.003672945276408598,0.15372517456988796,0.11271976915819268,0.013764639340481652,0.5,0.15372517456988796,0.04945887622769095,0.030475359006471477,0.15372517456988796,0.09238711516162862,0.033953966114235165,0.15372517456988796,0.14726010315667107,0.3370351275692818,0.15372517456988796,0.150082173289699,0.30988968093618574,0.15372517456988796,0.1811489863802386,0.09528563220366332,0.15372517456988796,0.15534503586007026,0.02118242810600416,0.15372517456988796,0.07199725110013379,0.059066770746038735,0.5,0.15372517456988796,0.10453302355554209,0.1001493815938842,0.0,0.33937001819828905,1.0040133729224259 -1570,0.5,0.15372517456988796,0.25847488316055384,0.21705303308774543,0.15372517456988796,0.33055979776765626,0.21761636500145395,0.15372517456988796,0.3087889393412039,0.07900334660635958,0.15372517456988796,0.17400931498347205,0.06478284482031202,0.15372517456988796,0.31295627265755194,0.25984564557162015,0.15372517456988796,0.31764953577795263,0.16892008580674295,0.15372517456988796,0.3325552902205964,0.10883014804016557,0.15372517456988796,0.31827199285685515,0.05434046857066589,0.5,0.15372517456988796,0.18298157027594764,0.003896035724123481,0.15372517456988796,0.22416422314208131,0.020253076515862764,0.5,0.15372517456988796,0.12731416939792728,0.04380682060836917,0.15372517456988796,0.21478666707712488,0.039747520050043866,0.15372517456988796,0.2649261150680258,0.4843555713207116,0.15372517456988796,0.28444497014845954,0.3957289888562095,0.15372517456988796,0.3438392395088557,0.11087671027876422,0.15372517456988796,0.28330314628335745,0.024078842297564875,0.15372517456988796,0.15974176369963325,0.07481064157825494,0.5,0.15372517456988796,0.16411958997828563,0.1345430040565255,0.0,0.3635648067049812,1.005348392433299 -1571,0.5,0.15372517456988796,0.3918229242780263,0.39810131609522315,0.15372517456988796,0.4657059733053929,0.3084404363230139,0.15372517456988796,0.4400980859547923,0.09672549821708228,0.15372517456988796,0.2639893942082958,0.0804564677274519,0.15372517456988796,0.4452749011840277,0.4464775820445235,0.15372517456988796,0.46868265999342185,0.31381976319767535,0.15372517456988796,0.48862236689402233,0.22137016722691102,0.15372517456988796,0.46511677199716195,0.08925184791547625,0.5,0.15372517456988796,0.29128432454770536,0.009070884767938717,0.15372517456988796,0.3228121967074953,0.01612001143672943,0.5,0.15372517456988796,0.24259065939305824,0.07189408101943401,0.15372517456988796,0.35641362384896147,0.04235399550546318,0.15372517456988796,0.35503609276679315,0.5794873093983643,0.15372517456988796,0.3958683095342805,0.5320200634621587,0.15372517456988796,0.49331849963154145,0.19575322904289616,0.15372517456988796,0.38531869576034267,0.06984621990268361,0.15372517456988796,0.2219691980365543,0.0660161659201488,0.5,0.15372517456988796,0.22216041193162542,0.11287127217500817,0.0,0.41238695050282687,1.007425931172371 -1572,0.5,0.15372517456988796,0.502077168627485,0.4590563459734821,0.15372517456988796,0.5426400525466051,0.3512681453961471,0.15372517456988796,0.5057156211883843,0.09420230200465889,0.15372517456988796,0.3708246316318725,0.08403542286244076,0.15372517456988796,0.5245060284753962,0.564828701497013,0.15372517456988796,0.5553953623200945,0.38482481438602645,0.15372517456988796,0.5978277892496233,0.4002275696942887,0.15372517456988796,0.5700043979254719,0.1848412743572637,0.5,0.15372517456988796,0.3915478470863607,0.049689009209696024,0.15372517456988796,0.39348858456869906,0.008445182069580608,0.5,0.15372517456988796,0.30535732326399645,0.06176569935272554,0.15372517456988796,0.4729691355017969,0.0235575161168938,0.15372517456988796,0.4146978539115911,0.6751680470868412,0.15372517456988796,0.46951227090267267,0.6332253941976156,0.15372517456988796,0.5922739880903967,0.2512161711478403,0.15372517456988796,0.4578445339821078,0.22348744813150867,0.15372517456988796,0.23071850968408517,0.05217059130741681,0.5,0.15372517456988796,0.2579400596552007,0.06781789397054995,0.0,0.37938547035850917,1.0088962133494412 -1573,0.5,0.15372517456988796,0.5373219397426358,0.4295258916486418,0.15372517456988796,0.5644769090599253,0.4296863501361707,0.15372517456988796,0.5319235103444333,0.09035073841099758,0.15372517456988796,0.43482159587611735,0.07849400809152256,0.15372517456988796,0.5390947757551099,0.6770306238725857,0.15372517456988796,0.5606829187652109,0.4281694516782869,0.15372517456988796,0.6407449913185075,0.4893007512361934,0.15372517456988796,0.5894947852139049,0.18799147551693024,0.5,0.15372517456988796,0.4426431154339145,0.04291511313915833,0.15372517456988796,0.42678332733890106,0.007163457807328976,0.5,0.15372517456988796,0.25957151045734067,0.03506083355760193,0.15372517456988796,0.5489024430600624,0.013266486340932979,0.15372517456988796,0.43001629855209755,0.7486695335188449,0.15372517456988796,0.49665073458751197,0.7226384276851481,0.15372517456988796,0.6287163242885507,0.30738390889602535,0.15372517456988796,0.47645858131603025,0.31982503473789536,0.15372517456988796,0.2334326731584161,0.03383129993890213,0.5,0.15372517456988796,0.20917169036413139,0.03223484749355078,0.0,0.38395956264442677,1.0100175202770887 -1574,0.5,0.15372517456988796,0.5273398087541747,0.38506582955684215,0.15372517456988796,0.5413071257320241,0.5102157986425556,0.15372517456988796,0.5090316406480547,0.08012701439997923,0.15372517456988796,0.3806802865888673,0.0808452668424153,0.15372517456988796,0.501297629006038,0.7016322899032674,0.15372517456988796,0.5232255378239532,0.40329663717519415,0.15372517456988796,0.6143628085536132,0.42871672952458284,0.15372517456988796,0.6008559966236877,0.13472299908223842,0.5,0.15372517456988796,0.4523680040644428,0.029731211924887233,0.15372517456988796,0.4219074711924179,0.0068832394610091425,0.5,0.15372517456988796,0.23392301296928447,0.02735111949867956,0.15372517456988796,0.5474049232087963,0.008462050308572572,0.15372517456988796,0.4007491082305754,0.7387523919932317,0.15372517456988796,0.4504522721355077,0.7412215878098336,0.15372517456988796,0.6093490168108168,0.34041993840463103,0.15372517456988796,0.514079304473172,0.2507082975598229,0.15372517456988796,0.2011996165027789,0.024996332402771118,0.5,0.15372517456988796,0.16240295890798334,0.016840696654449684,0.0,0.34000952437695114,1.009205868157019 -1575,0.5,0.15372517456988796,0.4540185168822535,0.33215252136649404,0.15372517456988796,0.4515776534966015,0.4702808642750414,0.15372517456988796,0.44238728297280105,0.06324923060669488,0.15372517456988796,0.26563122356268715,0.08280916333139274,0.15372517456988796,0.43558074525539064,0.6734617318803635,0.15372517456988796,0.45764455600812515,0.39881102228471765,0.15372517456988796,0.5231330303867241,0.3467090419249434,0.15372517456988796,0.5393095193566775,0.09778528939082877,0.5,0.15372517456988796,0.36899330723969426,0.020274327227424706,0.15372517456988796,0.35865057997876415,0.006888828595513466,0.5,0.15372517456988796,0.2059450991478798,0.02519294333277884,0.15372517456988796,0.48684452289525615,0.005242573143148719,0.15372517456988796,0.3197958662905859,0.7520333663552201,0.15372517456988796,0.35229122409265506,0.7044480161519515,0.15372517456988796,0.5218643256708515,0.32188100250038626,0.15372517456988796,0.4452278882963837,0.18420111837662265,0.15372517456988796,0.1385625221712653,0.022644959851258254,0.5,0.15372517456988796,0.11651998314212263,0.009752639943084448,0.0,0.29216727138123044,1.008757601931805 -1576,0.5,0.15372517456988796,0.32577793610684436,0.23348115593460952,0.15372517456988796,0.3030670533424368,0.41686920110095055,0.15372517456988796,0.32487406239660116,0.04258978794395455,0.15372517456988796,0.16448220518451395,0.07118187745792418,0.15372517456988796,0.27307014934905505,0.5271532293292508,0.15372517456988796,0.34566015809891526,0.32978213121931665,0.15372517456988796,0.3803263120181515,0.24543062616259556,0.15372517456988796,0.411562141791456,0.08152837132250132,0.5,0.15372517456988796,0.28904653216416343,0.014021918942406229,0.15372517456988796,0.25078491296625294,0.006354885282845365,0.5,0.15372517456988796,0.15290925097106678,0.010269467670229324,0.15372517456988796,0.3669557102719674,0.00684013626488791,0.15372517456988796,0.21967806407023688,0.705311681002894,0.15372517456988796,0.21880715548741925,0.608112471581732,0.15372517456988796,0.3748061452498765,0.22301864077873418,0.15372517456988796,0.3192795199106302,0.11861696281163975,0.15372517456988796,0.07872439496257774,0.014192067339271565,0.5,0.15372517456988796,0.07610315596930782,0.007952145342832758,0.0,0.27597158414776385,1.0070532150751943 -1577,0.5,0.15372517456988796,0.14576285368039288,0.15721327386510225,0.15372517456988796,0.1728930459976819,0.304913662576174,0.15372517456988796,0.16808459180331825,0.01425235706041088,0.15372517456988796,0.06347079426795318,0.043809744843372814,0.15372517456988796,0.1128523312086121,0.3535458744110214,0.15372517456988796,0.1323537704568184,0.18159301674123177,0.15372517456988796,0.2418687409924788,0.13638023732300716,0.15372517456988796,0.26929524210132894,0.05162518152852792,0.5,0.15372517456988796,0.20204193249683794,0.015151508259081082,0.15372517456988796,0.143922599918376,0.0031330437932221835,0.5,0.15372517456988796,0.07257821229220902,0.0020055722516468468,0.15372517456988796,0.22010970781290767,0.009332727000565985,0.15372517456988796,0.06755736895834882,0.6449409783061724,0.15372517456988796,0.06846534644450322,0.5123989489367716,0.15372517456988796,0.212122895030911,0.12101882790278859,0.15372517456988796,0.1819445033153273,0.0582705751088547,0.15372517456988796,0.025773411090673513,0.005623948495286615,0.5,0.15372517456988796,0.03372992048993939,0.008782912394659646,0.0,0.30916375014039454,0.9919568248896113 -1578,0.5,0.15372517456988796,0.0,0.18847218794003595,0.15372517456988796,0.0,0.2646003210040971,0.15372517456988796,0.0,0.028089755950635936,0.15372517456988796,0.0,0.03607366500100457,0.15372517456988796,0.0007012469089544696,0.3039088155561791,0.15372517456988796,0.01051782513366573,0.13401713711043692,0.15372517456988796,0.015436885832563804,0.09606249705042885,0.15372517456988796,0.037523156375969556,0.03686986106595175,0.5,0.15372517456988796,0.029068136189274275,0.01722003635713951,0.15372517456988796,0.0,0.0021193702189310406,0.5,0.15372517456988796,0.004948683844583267,0.0004564929779491625,0.15372517456988796,0.013606366291716588,0.004670761377847793,0.15372517456988796,4.851598430538905e-06,0.6660433998778316,0.15372517456988796,9.111928516336949e-05,0.5106469069402779,0.15372517456988796,0.0,0.11187759144886658,0.15372517456988796,0.0,0.06883622643211418,0.15372517456988796,0.0,0.0026439244663238183,0.5,0.15372517456988796,0.0,0.009647903990545442,0.0,0.421511216283054,0.9269799429087915 -1579,0.5,0.15372517456988796,0.0,0.23214763346541123,0.15372517456988796,0.0,0.28724414438304635,0.15372517456988796,0.0,0.0572243900152722,0.15372517456988796,0.0,0.03904116735594212,0.15372517456988796,0.0,0.30001179918791543,0.15372517456988796,0.0,0.12382185896865172,0.15372517456988796,0.0,0.0960418949112087,0.15372517456988796,0.0,0.029401431664835595,0.5,0.15372517456988796,0.0,0.01183759796077076,0.15372517456988796,0.0,0.0029022602727835634,0.5,0.15372517456988796,0.0,0.0003212646170386937,0.15372517456988796,0.0,0.003355741460038498,0.15372517456988796,0.0,0.7171604518867678,0.15372517456988796,0.0,0.4787951314487948,0.15372517456988796,0.0,0.11113857107701977,0.15372517456988796,0.0,0.05095554828328138,0.15372517456988796,0.0,0.003996448174272162,0.5,0.15372517456988796,0.0,0.008092145711821722,0.0,0.5771456642906339,0.9342282519379851 -1580,0.5,0.15372517456988796,0.0,0.24623963345656402,0.15372517456988796,0.0,0.3714833096648173,0.15372517456988796,0.0,0.04136754595141498,0.15372517456988796,0.0,0.03994569949253719,0.15372517456988796,0.0,0.24686782651639663,0.15372517456988796,0.0,0.11734695562541105,0.15372517456988796,0.0,0.09428787106974679,0.15372517456988796,0.0,0.028660676281564587,0.5,0.15372517456988796,0.0,0.003679076244620233,0.15372517456988796,0.0,0.0021995201087712003,0.5,0.15372517456988796,0.0,0.000544481832738245,0.15372517456988796,0.0,0.0006491147751611952,0.15372517456988796,0.0,0.7273518298720624,0.15372517456988796,0.0,0.3614607424126257,0.15372517456988796,0.0,0.12253880200806033,0.15372517456988796,0.0,0.03938619898808392,0.15372517456988796,0.0,0.005933061607725173,0.5,0.15372517456988796,0.0,0.0044141631782096775,0.0,0.6363983439673863,0.9629828771081825 -1581,0.5,0.15372517456988796,0.0,0.23363921006291455,0.15372517456988796,0.0,0.3684769199692053,0.15372517456988796,0.0,0.03875684667323065,0.15372517456988796,0.0,0.03419447620563204,0.15372517456988796,0.0,0.1973082237644492,0.15372517456988796,0.0,0.10172873086860834,0.15372517456988796,0.0,0.12118051612687843,0.15372517456988796,0.0,0.02868508337990542,0.5,0.15372517456988796,0.0,0.002537836613644103,0.15372517456988796,0.0,0.0006235012396456271,0.5,0.15372517456988796,0.0,0.0035266352833479625,0.15372517456988796,0.0,0.006598385445588694,0.15372517456988796,0.0,0.5243978518551329,0.15372517456988796,0.0,0.2984066340146857,0.15372517456988796,0.0,0.15953530316138986,0.15372517456988796,0.0,0.036402704141273515,0.15372517456988796,0.0,0.003338627205591597,0.5,0.15372517456988796,0.0,0.0019185446085002726,0.0,0.7158002608364906,0.8739269034981239 -1582,0.5,0.15372517456988796,0.0,0.19975194277737626,0.15372517456988796,0.0,0.3839812664148321,0.15372517456988796,0.0,0.04098221254888506,0.15372517456988796,0.0,0.035804563398494464,0.15372517456988796,0.0,0.10739565709781684,0.15372517456988796,0.0,0.05597332702769979,0.15372517456988796,0.0,0.0897347224142414,0.15372517456988796,0.0,0.024292298669250496,0.5,0.15372517456988796,0.0,0.0026317201396626744,0.15372517456988796,0.0,0.000720932335428068,0.5,0.15372517456988796,0.0,0.005062835636880618,0.15372517456988796,0.0,0.03128699861411271,0.15372517456988796,0.0,0.4275392795319245,0.15372517456988796,0.0,0.2969074529111251,0.15372517456988796,0.0,0.16337683802264658,0.15372517456988796,0.0,0.045684337083987316,0.15372517456988796,0.0,0.002863812439087983,0.5,0.15372517456988796,0.0,0.00041846785422989987,0.0,0.6741981477439456,0.7896536545776683 -1583,0.5,0.15372517456988796,0.0,0.16772027471578793,0.15372517456988796,0.0,0.21117124390100267,0.15372517456988796,0.0,0.04678306758986293,0.15372517456988796,0.0,0.03733833438066416,0.15372517456988796,0.0,0.08894830803239921,0.15372517456988796,0.0,0.029741491043996683,0.15372517456988796,0.0,0.056504112030350266,0.15372517456988796,0.0,0.016537161898346694,0.5,0.15372517456988796,0.0,0.002260546497727364,0.15372517456988796,0.0,0.0030079908342772726,0.5,0.15372517456988796,0.0,0.0009641749141418037,0.15372517456988796,0.0,0.015092160449925507,0.15372517456988796,0.0,0.4429322399008092,0.15372517456988796,0.0,0.28316096619224906,0.15372517456988796,0.0,0.1359260465424956,0.15372517456988796,0.0,0.02665490503138741,0.15372517456988796,0.0,0.0025613272868038775,0.5,0.15372517456988796,0.0,0.0007618196012897026,0.0,0.5887889814923198,0.756135982424801 -1584,0.5,0.15372517456988796,0.0,0.13370796404944948,0.15372517456988796,0.0,0.22350497784232667,0.15372517456988796,0.0,0.05676214747873788,0.15372517456988796,0.0,0.0380197508422825,0.15372517456988796,0.0,0.1463226150221264,0.15372517456988796,0.0,0.03376566853837271,0.15372517456988796,0.0,0.04095415268764174,0.15372517456988796,0.0,0.00978701176375062,0.5,0.15372517456988796,0.0,0.0011921961734582258,0.15372517456988796,0.0,0.0038526625729097897,0.5,0.15372517456988796,0.0,0.0006443708559027008,0.15372517456988796,0.0,0.006359724422522679,0.15372517456988796,0.0,0.3016742847810062,0.15372517456988796,0.0,0.2686235218692427,0.15372517456988796,0.0,0.12046307258767582,0.15372517456988796,0.0,0.017712105822145482,0.15372517456988796,0.0,0.0013550850600614994,0.5,0.15372517456988796,0.0,0.0017714464981091228,0.0,0.41353801917041755,0.6728616645237648 -1585,0.5,0.15372517456988796,0.0,0.11119684189300465,0.15372517456988796,0.0,0.2551202971130305,0.15372517456988796,0.0,0.0524903193960113,0.15372517456988796,0.0,0.037911393334437785,0.15372517456988796,0.0,0.15785438621853493,0.15372517456988796,0.0,0.08019800416554301,0.15372517456988796,0.0,0.03519393503050205,0.15372517456988796,0.0,0.004208409875533533,0.5,0.15372517456988796,0.0,0.0005556406892932182,0.15372517456988796,0.0,0.00016361225745420787,0.5,0.15372517456988796,0.0,0.0011910649878931461,0.15372517456988796,0.0,0.002024093229790862,0.15372517456988796,0.0,0.19041521355830476,0.15372517456988796,0.0,0.2054463327792938,0.15372517456988796,0.0,0.1407259948382813,0.15372517456988796,0.0,0.0128504311394432,0.15372517456988796,0.0,0.0013598422144507295,0.5,0.15372517456988796,0.0,0.0005343229095646244,0.0,0.3168931486664715,0.41516090947735196 -1586,0.5,0.15372517456988796,0.0,0.1229122739038887,0.15372517456988796,0.0,0.121608976503753,0.15372517456988796,0.0,0.049613242143560735,0.15372517456988796,0.0,0.034408521467216464,0.15372517456988796,0.0,0.08635820107252908,0.15372517456988796,0.0,0.0793204403106654,0.15372517456988796,0.0,0.04599088070854438,0.15372517456988796,0.0,0.0033550315320267426,0.5,0.15372517456988796,0.0,0.0004020775248389799,0.15372517456988796,0.0,0.0017837630463158104,0.5,0.15372517456988796,0.0,0.0009591212884335994,0.15372517456988796,0.0,0.0024522258859495443,0.15372517456988796,0.0,0.07125591677898539,0.15372517456988796,0.0,0.0885760877238265,0.15372517456988796,0.0,0.1597582171654718,0.15372517456988796,0.0,0.00946670637368795,0.15372517456988796,0.0,0.0015426094617536448,0.5,0.15372517456988796,0.0,8.803035862943014e-05,0.0,0.31018958450483247,0.20722600115811066 -1587,0.5,0.15372517456988796,0.0,0.10903101126115405,0.15372517456988796,0.0,0.04275954605116696,0.15372517456988796,0.0,0.05203170101918831,0.15372517456988796,0.0,0.028772399553177386,0.15372517456988796,0.0,0.03401461692270467,0.15372517456988796,0.0,0.042807162075973806,0.15372517456988796,0.0,0.04524096391419813,0.15372517456988796,0.0,0.003433655783223529,0.5,0.15372517456988796,0.0,0.0007235795355441188,0.15372517456988796,0.0,0.00020914204539002176,0.5,0.15372517456988796,0.0,0.0005444079470917709,0.15372517456988796,0.0,0.0016847853960549612,0.15372517456988796,0.0,0.0292996976276306,0.15372517456988796,0.0,0.03096958693562924,0.15372517456988796,0.0,0.11483490391839606,0.15372517456988796,0.0,0.007318704341117526,0.15372517456988796,0.0,0.0013375710345155357,0.5,0.15372517456988796,0.0,0.0003904707555125729,0.0,0.13336712970392228,0.08959543165606586 -1588,0.5,0.15372517456988796,0.0,0.09960897786290793,0.15372517456988796,0.0,0.0250583621523812,0.15372517456988796,0.0,0.04618050866803584,0.15372517456988796,0.0,0.021748853936394964,0.15372517456988796,0.0,0.028770902882307957,0.15372517456988796,0.0,0.03296578466907801,0.15372517456988796,0.0,0.04230142842634239,0.15372517456988796,0.0,0.0029499455772718586,0.5,0.15372517456988796,0.0,0.0012277899166441633,0.15372517456988796,0.0,9.243654249298121e-05,0.5,0.15372517456988796,0.0,4.9635176937236545e-05,0.15372517456988796,0.0,0.0016824522693898699,0.15372517456988796,0.0,0.01911162546291296,0.15372517456988796,0.0,0.015085582382119558,0.15372517456988796,0.0,0.07048486614894095,0.15372517456988796,0.0,0.004446875020913775,0.15372517456988796,0.0,0.0005148621424170986,0.5,0.15372517456988796,0.0,0.0003122673088738785,0.0,0.0858215889160865,0.014566692324331316 -1589,0.5,0.15372517456988796,0.0,0.09759126085573444,0.15372517456988796,0.0,0.014989131776594382,0.15372517456988796,0.0,0.028777757861199772,0.15372517456988796,0.0,0.01735406207656659,0.15372517456988796,0.0,0.027234675277593188,0.15372517456988796,0.0,0.0357689487416627,0.15372517456988796,0.0,0.04798761632079956,0.15372517456988796,0.0,0.0024288479850060832,0.5,0.15372517456988796,0.0,0.0008211918269703212,0.15372517456988796,0.0,0.0019642050746528665,0.5,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.0037914984016899655,0.15372517456988796,0.0,0.009789173102669881,0.15372517456988796,0.0,0.005306537567512095,0.15372517456988796,0.0,0.05313042975608542,0.15372517456988796,0.0,0.00805940044152127,0.15372517456988796,0.0,0.00015454779985139244,0.5,0.15372517456988796,0.0,0.00029905097374858527,0.0,0.09426183145315996,5.199493530662968e-05 -1590,0.5,0.15372517456988796,0.0,0.07950692822323148,0.15372517456988796,0.0,0.012103776427152279,0.15372517456988796,0.0,0.03540296749503059,0.15372517456988796,0.0,0.013317442420567172,0.15372517456988796,0.0,0.017315096218480867,0.15372517456988796,0.0,0.03965259870304115,0.15372517456988796,0.0,0.04990367837958983,0.15372517456988796,0.0,0.003029815954225743,0.5,0.15372517456988796,0.0,0.001193038219959731,0.15372517456988796,0.0,0.005297976299128048,0.5,0.15372517456988796,0.0,0.0005703601595758413,0.15372517456988796,0.0,0.009778594362753086,0.15372517456988796,0.0,0.006989185496601873,0.15372517456988796,0.0,0.0021337496349685373,0.15372517456988796,0.0,0.030132985319365,0.15372517456988796,0.0,0.02150769079049712,0.15372517456988796,0.0,0.0003445285053524276,0.5,0.15372517456988796,0.0,0.001033921528821964,0.0,0.09135912004570024,0.0 -1591,0.5,0.15372517456988796,0.0,0.05924165732692871,0.15372517456988796,0.0,0.005976414496258436,0.15372517456988796,0.0,0.04083944486810532,0.15372517456988796,0.0,0.012099017975350464,0.15372517456988796,0.0,0.014312702084711386,0.15372517456988796,0.0,0.04520818989374223,0.15372517456988796,0.0,0.033979948032897916,0.15372517456988796,0.0,0.005878323849708293,0.5,0.15372517456988796,0.0,0.0024683795269032933,0.15372517456988796,0.0,0.007232627097431399,0.5,0.15372517456988796,0.0,0.0007328664198975557,0.15372517456988796,0.0,0.011344332802849971,0.15372517456988796,0.0,0.0037804985377118488,0.15372517456988796,0.0,0.0010010388515170315,0.15372517456988796,0.0,0.014378018372538093,0.15372517456988796,0.0,0.02281900580043806,0.15372517456988796,0.0,0.0012015765613465328,0.5,0.15372517456988796,0.0,0.0010837069634252361,0.0,0.07608582564538166,0.0036322477878509077 -1592,0.5,0.15372517456988796,0.033212043442190683,0.039830728528668986,0.15372517456988796,0.026301081214598118,0.00034195652549390645,0.15372517456988796,0.001282224119921247,0.030546284349084463,0.15372517456988796,0.009461703443715675,0.014388790847949775,0.15372517456988796,0.010036671121866693,0.01728906470099552,0.15372517456988796,0.0022025088305200687,0.05521042518755982,0.15372517456988796,0.0020785543061032294,0.02198357887141056,0.15372517456988796,0.002253467724327194,0.00879151735829606,0.5,0.15372517456988796,0.0055075768767928485,0.005183236084324886,0.15372517456988796,0.01257402881599954,0.013337461574505782,0.5,0.15372517456988796,0.014203368238873996,0.0006962131254646001,0.15372517456988796,0.0276042879137674,0.0129314717384213,0.15372517456988796,0.01754845987049542,0.0013259020644968897,0.15372517456988796,0.011779941255658132,0.002103176324004992,0.15372517456988796,0.020440148541544405,0.005599471513672155,0.15372517456988796,0.002125459082151892,0.011530712494115058,0.15372517456988796,0.021602525652243926,0.001380042760900864,0.5,0.15372517456988796,0.022564573853159662,0.0022204507924495085,0.0,0.05579996192329356,0.01106219792623362 -1593,0.5,0.15372517456988796,0.16342000298263695,0.0360034136048948,0.15372517456988796,0.18911943716518714,0.0,0.15372517456988796,0.013675100478140686,0.03345122658493574,0.15372517456988796,0.030030557604561355,0.01813723793970044,0.15372517456988796,0.16645299055608778,0.022368056732376497,0.15372517456988796,0.052636571760022295,0.06257379486757096,0.15372517456988796,0.06819302602400996,0.028707074706060064,0.15372517456988796,0.03235921498513352,0.01699710351439563,0.5,0.15372517456988796,0.07770538609416285,0.006686133737492261,0.15372517456988796,0.11085073523697256,0.03688374750272252,0.5,0.15372517456988796,0.08268007973265724,0.0015023182208403036,0.15372517456988796,0.17447909875838552,0.012393080983502301,0.15372517456988796,0.1621097902994026,0.0014362063708584527,0.15372517456988796,0.16198186365226142,0.004492367824859914,0.15372517456988796,0.1720354838643668,0.0020249028840518654,0.15372517456988796,0.027475946765257317,0.006281470645261638,0.15372517456988796,0.0954278208868554,0.0011449746404935057,0.5,0.15372517456988796,0.10175965325796883,0.009161396547618526,0.0,0.03132254274006369,0.02211669537187731 -1594,0.5,0.15372517456988796,0.31163531892811924,0.046396977204313385,0.15372517456988796,0.3453170448697031,0.0,0.15372517456988796,0.04434581824872945,0.023589932468951986,0.15372517456988796,0.043882003827352696,0.02342173685613364,0.15372517456988796,0.32691386501240033,0.03465401857952115,0.15372517456988796,0.1450173181782682,0.09155663336905592,0.15372517456988796,0.24312265518691778,0.05355283353063293,0.15372517456988796,0.07864402499063797,0.06168874660242697,0.5,0.15372517456988796,0.1593201036784272,0.03057537191403376,0.15372517456988796,0.2900986086391495,0.08863550823208982,0.5,0.15372517456988796,0.13738694591138953,0.00523134845402095,0.15372517456988796,0.3386247765825643,0.041785596263605826,0.15372517456988796,0.3190521655540518,0.0025578118420057166,0.15372517456988796,0.32373941124197003,0.010609094075638627,0.15372517456988796,0.336340793019522,0.005649715609777355,0.15372517456988796,0.07901755691875198,0.0076732690192320395,0.15372517456988796,0.16528616690940368,0.005068243428945907,0.5,0.15372517456988796,0.23593918430020877,0.028937694734453456,0.0,0.0202552065889297,0.0723232426676495 -1595,0.5,0.15372517456988796,0.46715025824393736,0.056562606148629485,0.15372517456988796,0.4894884618527588,0.0006361366282182451,0.15372517456988796,0.08745617152385558,0.012116098444272765,0.15372517456988796,0.06924485717585624,0.03604235161891836,0.15372517456988796,0.488710002854436,0.07514351314934647,0.15372517456988796,0.31739843508014054,0.12710579722200835,0.15372517456988796,0.4268533658023079,0.09842895320380747,0.15372517456988796,0.1417059018137908,0.173015766671684,0.5,0.15372517456988796,0.2551117669682265,0.1363952703437926,0.15372517456988796,0.4820512436974367,0.12963851307569607,0.5,0.15372517456988796,0.2779729690916103,0.012004218896737941,0.15372517456988796,0.49779227506283374,0.09132931294995399,0.15372517456988796,0.46587431210803487,0.0045785919941231795,0.15372517456988796,0.4804241529297675,0.03174891053671968,0.15372517456988796,0.48028612423757244,0.023352206635173352,0.15372517456988796,0.1360855747485964,0.02823486639368892,0.15372517456988796,0.26207208378889457,0.006663431173781989,0.5,0.15372517456988796,0.40341702006047797,0.03373221869612729,0.0,0.011118705493271252,0.1528227089649379 -1596,0.5,0.15372517456988796,0.5811709664714384,0.05314967362323695,0.15372517456988796,0.5957785811426487,0.015215871920760609,0.15372517456988796,0.13354808808334998,0.00818335380201121,0.15372517456988796,0.10360188607397036,0.023278835739427097,0.15372517456988796,0.6020265785646133,0.11171185629079054,0.15372517456988796,0.49621188825913,0.1928116689666559,0.15372517456988796,0.5363718047795796,0.10460207585884203,0.15372517456988796,0.19123605888551376,0.2653253244081518,0.5,0.15372517456988796,0.3731292608743044,0.19984244992730624,0.15372517456988796,0.4479775808351216,0.17121137539017683,0.5,0.15372517456988796,0.5383190794432487,0.014861482261925704,0.15372517456988796,0.6067434480626088,0.12062463859756155,0.15372517456988796,0.5693073619380695,0.0109313255379374,0.15372517456988796,0.595483220516366,0.07063794809358293,0.15372517456988796,0.5552002691319039,0.049860414511087074,0.15372517456988796,0.20627364999246794,0.048483082481717815,0.15372517456988796,0.37732385062904844,0.008167017851138741,0.5,0.15372517456988796,0.4107828346357272,0.03658573201223948,0.0,0.003302045987524582,0.2219527307651978 -1597,0.5,0.15372517456988796,0.6176842982407466,0.038583814196114626,0.15372517456988796,0.6386258025948439,0.046640855895730034,0.15372517456988796,0.14638867438151698,0.0065888057560707005,0.15372517456988796,0.15966597811613853,0.01619427407732803,0.15372517456988796,0.652859394900529,0.1267189022832962,0.15372517456988796,0.519049864927535,0.1967247589469518,0.15372517456988796,0.5468185383775701,0.10131384752653229,0.15372517456988796,0.24809267739840923,0.28469160422012774,0.5,0.15372517456988796,0.530802793944049,0.18058783434595777,0.15372517456988796,0.48094915395719706,0.200990173310427,0.5,0.15372517456988796,0.6485066882721789,0.034967139339826564,0.15372517456988796,0.6571839527395105,0.17711370062001539,0.15372517456988796,0.6217238308181163,0.03558845219694118,0.15372517456988796,0.6493505780766275,0.11995964435947687,0.15372517456988796,0.5789693610916122,0.06567223999563375,0.15372517456988796,0.29067657816431,0.05311094698419154,0.15372517456988796,0.4068813134959947,0.016527153596120156,0.5,0.15372517456988796,0.46229808113245413,0.032486206290787606,0.0,8.453623011179876e-05,0.2938712634210239 -1598,0.5,0.15372517456988796,0.5738232512731675,0.027861295193242368,0.15372517456988796,0.6273368524962128,0.0881054543456669,0.15372517456988796,0.14378274791226714,0.007269073136510435,0.15372517456988796,0.1932100385472552,0.01657139086221679,0.15372517456988796,0.6497311158722355,0.1261389205237555,0.15372517456988796,0.43677048541914587,0.1841288657037501,0.15372517456988796,0.47686325728718654,0.09680238206036243,0.15372517456988796,0.29887375702870267,0.2427626524540144,0.5,0.15372517456988796,0.5812107786916803,0.17169634647462545,0.15372517456988796,0.49394822472198363,0.21512076030900512,0.5,0.15372517456988796,0.6492402402975543,0.0787808601019022,0.15372517456988796,0.6514086462482367,0.21831187736057633,0.15372517456988796,0.6150590036705853,0.08064898346051319,0.15372517456988796,0.6486222418573467,0.15551922700087217,0.15372517456988796,0.552870317788008,0.07322583945170305,0.15372517456988796,0.26991203596151214,0.047503616546005656,0.15372517456988796,0.3634879021896459,0.04028004594636937,0.5,0.15372517456988796,0.48769781127787254,0.037163961482796354,0.0,0.0,0.35688385421123064 -1599,0.5,0.15372517456988796,0.47313515837516473,0.022255522332594917,0.15372517456988796,0.5593994958754198,0.12228754889980813,0.15372517456988796,0.14237997745966416,0.012553003161286016,0.15372517456988796,0.1431614210769963,0.017296092171540326,0.15372517456988796,0.5820694227470858,0.1351174618930155,0.15372517456988796,0.2898623510741826,0.17724836928113474,0.15372517456988796,0.3736323295504282,0.0955476217215568,0.15372517456988796,0.3604618482609376,0.2007544187983169,0.5,0.15372517456988796,0.5530604406092229,0.17542293645800738,0.15372517456988796,0.4771686323834819,0.2559400846835892,0.5,0.15372517456988796,0.5744545869486832,0.14350249987131794,0.15372517456988796,0.5890730228456911,0.2602411713471713,0.15372517456988796,0.5516920325826817,0.1305801918005259,0.15372517456988796,0.5856439086703461,0.19003393988620726,0.15372517456988796,0.4609829607896845,0.08902098073557328,0.15372517456988796,0.2865497212669308,0.05102180275557484,0.15372517456988796,0.28208240098953896,0.08044251628247484,0.5,0.15372517456988796,0.4324041403530431,0.05348685245375467,0.0,3.516403000068837e-05,0.3621903807862541 -1600,0.5,0.15372517456988796,0.3611506609653965,0.020526748257733592,0.15372517456988796,0.44058194783571614,0.11391777054784274,0.15372517456988796,0.10793730330600063,0.02158167109204682,0.15372517456988796,0.08936858987341569,0.012181066850947504,0.15372517456988796,0.45977986491002243,0.11972430374224062,0.15372517456988796,0.2040565365186924,0.14929912090019554,0.15372517456988796,0.27745289188840705,0.11370024320915492,0.15372517456988796,0.31932574761421884,0.18125010477393258,0.5,0.15372517456988796,0.4628680605218667,0.20019670369634118,0.15372517456988796,0.4104359366532245,0.3434607342403231,0.5,0.15372517456988796,0.444902252522802,0.2034352095698768,0.15372517456988796,0.4662456488938663,0.2777689149584825,0.15372517456988796,0.43375866259879436,0.13953787691929617,0.15372517456988796,0.46144868395290317,0.18685716806278677,0.15372517456988796,0.32409661846708376,0.1057874532822133,0.15372517456988796,0.22483918225643662,0.07644071363527473,0.15372517456988796,0.20975059010623676,0.10948386116870279,0.5,0.15372517456988796,0.3047638992467865,0.065178395645872,0.0,0.0007440576809005877,0.36614663808454334 -1601,0.5,0.15372517456988796,0.1577826386900132,0.011431431107192424,0.15372517456988796,0.19465595173590525,0.057986233258774375,0.15372517456988796,0.05696438012657582,0.03183504578633289,0.15372517456988796,0.032052377500107976,0.007204925336241092,0.15372517456988796,0.31492466499691085,0.061932901071316965,0.15372517456988796,0.13332867075967192,0.09586100152608618,0.15372517456988796,0.1548448468124863,0.11252517217688947,0.15372517456988796,0.20523578419664293,0.1292591353379326,0.5,0.15372517456988796,0.3198966795070112,0.17621325959985884,0.15372517456988796,0.280014961235431,0.2892961609506121,0.5,0.15372517456988796,0.28997102471215536,0.13084323563287684,0.15372517456988796,0.31401287156320634,0.20809977801953947,0.15372517456988796,0.2627884976890997,0.07217246849282552,0.15372517456988796,0.30313227731508086,0.1056489974776184,0.15372517456988796,0.1627201423057465,0.0715149545561049,0.15372517456988796,0.1271046913548624,0.09201882912830596,0.15372517456988796,0.13571918669527488,0.08250880381283074,0.5,0.15372517456988796,0.15596916753982956,0.0476218079547783,0.0,0.0027427157084732564,0.4284562839725649 -1602,0.5,0.15372517456988796,0.0,0.018127473744996236,0.15372517456988796,0.0,0.0891551859160629,0.15372517456988796,0.0,0.030861083458230684,0.15372517456988796,0.0,0.006775331198601551,0.15372517456988796,0.024139279979377946,0.08939444169413596,0.15372517456988796,0.03057384607991636,0.05806223938874986,0.15372517456988796,0.02260240519848513,0.08066723588699223,0.15372517456988796,0.037587324702222646,0.10267109885810016,0.5,0.15372517456988796,0.035865082052275996,0.16507913412647482,0.15372517456988796,0.0,0.20016034578613637,0.5,0.15372517456988796,0.013638720310353267,0.13142386035437764,0.15372517456988796,0.017742145265039606,0.16910217717965575,0.15372517456988796,0.0,0.10048671339320354,0.15372517456988796,0.012968588464581524,0.13407608236850654,0.15372517456988796,0.0,0.07899793760328813,0.15372517456988796,0.0030777524148082364,0.0886400830590786,0.15372517456988796,0.0,0.07283012442494692,0.5,0.15372517456988796,0.0,0.03443305359112972,0.0,0.003935502138995533,0.5164051237194436 -1603,0.5,0.15372517456988796,0.0,0.02463513021528544,0.15372517456988796,0.0,0.11193484054459442,0.15372517456988796,0.0,0.03152343771762645,0.15372517456988796,0.0,0.008875585406113912,0.15372517456988796,0.0,0.1119845747290378,0.15372517456988796,0.0,0.06266108392451851,0.15372517456988796,0.0,0.09969429310057093,0.15372517456988796,0.0,0.12500933411466425,0.5,0.15372517456988796,0.0,0.1833702096999839,0.15372517456988796,0.0,0.18836543251172616,0.5,0.15372517456988796,0.0,0.17653619674043405,0.15372517456988796,0.0,0.18570311035980833,0.15372517456988796,0.0,0.14908379623719642,0.15372517456988796,0.0,0.19352000638961878,0.15372517456988796,0.0,0.09419827090779984,0.15372517456988796,0.0,0.1116443149925154,0.15372517456988796,0.0,0.08394529987266332,0.5,0.15372517456988796,0.0,0.04502786937333741,0.0,0.01637813500983203,0.6444470837369891 -1604,0.5,0.15372517456988796,0.0,0.03656535866331291,0.15372517456988796,0.0,0.11305419754058064,0.15372517456988796,0.0,0.03423273029578345,0.15372517456988796,0.0,0.011822722188969341,0.15372517456988796,0.0,0.13282027013954373,0.15372517456988796,0.0,0.10030173123611229,0.15372517456988796,0.0,0.12273842876769622,0.15372517456988796,0.0,0.14576206850274037,0.5,0.15372517456988796,0.0,0.18574010125830165,0.15372517456988796,0.0,0.1608759114789243,0.5,0.15372517456988796,0.0,0.1534338178577617,0.15372517456988796,0.0,0.17505559936064452,0.15372517456988796,0.0,0.2057513360558084,0.15372517456988796,0.0,0.23512565463225438,0.15372517456988796,0.0,0.10483619636172675,0.15372517456988796,0.0,0.1218565620271917,0.15372517456988796,0.0,0.07838987055709012,0.5,0.15372517456988796,0.0,0.05107655139179502,0.0,0.04231427748057516,0.7833035597811381 -1605,0.5,0.15372517456988796,0.0,0.048630470920143394,0.15372517456988796,0.0,0.12399606167902873,0.15372517456988796,0.0,0.0429356747094492,0.15372517456988796,0.0,0.01814181159356179,0.15372517456988796,0.0,0.18110757793471938,0.15372517456988796,0.0,0.15106376339863578,0.15372517456988796,0.0,0.15789730287903078,0.15372517456988796,0.0,0.16461699788882933,0.5,0.15372517456988796,0.0,0.208340614945425,0.15372517456988796,0.0,0.11239857121488143,0.5,0.15372517456988796,0.0,0.12130765329316978,0.15372517456988796,0.0,0.15489030318311625,0.15372517456988796,0.0,0.2306620645055147,0.15372517456988796,0.0,0.23725005380221525,0.15372517456988796,0.0,0.11303091053899506,0.15372517456988796,0.0,0.12812512645008342,0.15372517456988796,0.0,0.06892389948446632,0.5,0.15372517456988796,0.0,0.05391223232883446,0.0,0.06316021423546718,0.8495376067383239 -1606,0.5,0.15372517456988796,0.0,0.06105187313626763,0.15372517456988796,0.0,0.1389266245731408,0.15372517456988796,0.0,0.056119139359763315,0.15372517456988796,0.0,0.025940218150244342,0.15372517456988796,0.0,0.21549502810140664,0.15372517456988796,0.0,0.1715175852909454,0.15372517456988796,0.0,0.16954271467964743,0.15372517456988796,0.0,0.18762909939421768,0.5,0.15372517456988796,0.0,0.22917348199141085,0.15372517456988796,0.0,0.08371577940686081,0.5,0.15372517456988796,0.0,0.10731123181772287,0.15372517456988796,0.0,0.1338702875020272,0.15372517456988796,0.0,0.2233648634112247,0.15372517456988796,0.0,0.21955091450018677,0.15372517456988796,0.0,0.11809774621952561,0.15372517456988796,0.0,0.1123446980978016,0.15372517456988796,0.0,0.06672615226419285,0.5,0.15372517456988796,0.0,0.05519749761789355,0.0,0.08346981992502951,0.8553791899440454 -1607,0.5,0.15372517456988796,0.0,0.06594586158954763,0.15372517456988796,0.0,0.14823949745717907,0.15372517456988796,0.0,0.06447396320454728,0.15372517456988796,0.0,0.03556592188862487,0.15372517456988796,0.0,0.20516169846496507,0.15372517456988796,0.0,0.1648841947307983,0.15372517456988796,0.0,0.16520889308703043,0.15372517456988796,0.0,0.216713472035013,0.5,0.15372517456988796,0.0,0.2077343475132942,0.15372517456988796,0.0,0.06571667884381684,0.5,0.15372517456988796,0.0,0.10409266729136893,0.15372517456988796,0.0,0.11627006041374047,0.15372517456988796,0.0,0.20932717906458342,0.15372517456988796,0.0,0.20682841547116038,0.15372517456988796,0.0,0.11771235637959586,0.15372517456988796,0.0,0.09013625814502554,0.15372517456988796,0.0,0.07348852633537502,0.5,0.15372517456988796,0.0,0.057488786499415315,0.0,0.09963118048163129,0.8297558454382741 -1608,0.5,0.15372517456988796,0.0,0.06730061168223586,0.15372517456988796,0.0,0.14789254416870284,0.15372517456988796,0.0,0.0651624229017999,0.15372517456988796,0.0,0.04386645718175637,0.15372517456988796,0.0,0.1585705165550383,0.15372517456988796,0.0,0.13417263943002927,0.15372517456988796,0.0,0.14824159839847645,0.15372517456988796,0.0,0.21193858515531402,0.5,0.15372517456988796,0.0,0.1594153687509061,0.15372517456988796,0.0,0.052353849006684355,0.5,0.15372517456988796,0.0,0.10617678338697027,0.15372517456988796,0.0,0.09436172434300787,0.15372517456988796,0.0,0.21477859028628773,0.15372517456988796,0.0,0.19370326207099686,0.15372517456988796,0.0,0.11431955214962747,0.15372517456988796,0.0,0.07793110458759017,0.15372517456988796,0.0,0.0911139484170738,0.5,0.15372517456988796,0.0,0.06094714093023439,0.0,0.12755939826772633,0.7859396638153 -1609,0.5,0.15372517456988796,0.0,0.0682354293126751,0.15372517456988796,0.0,0.13966450439476893,0.15372517456988796,0.0,0.05574232118465439,0.15372517456988796,0.0,0.04894335698620054,0.15372517456988796,0.0,0.12235772973965342,0.15372517456988796,0.0,0.1136223000930838,0.15372517456988796,0.0,0.12331296286159257,0.15372517456988796,0.0,0.19780306413309012,0.5,0.15372517456988796,0.0,0.12627730522636843,0.15372517456988796,0.0,0.044425544870991554,0.5,0.15372517456988796,0.0,0.1095640166723065,0.15372517456988796,0.0,0.09756792437766751,0.15372517456988796,0.0,0.2171349707343448,0.15372517456988796,0.0,0.19098318718366547,0.15372517456988796,0.0,0.10819032576107515,0.15372517456988796,0.0,0.07413842993270747,0.15372517456988796,0.0,0.1047487744131758,0.5,0.15372517456988796,0.0,0.06783669813522461,0.0,0.1357258851467388,0.7529900744190734 -1610,0.5,0.15372517456988796,0.0,0.07064649514305509,0.15372517456988796,0.0,0.12365136367569887,0.15372517456988796,0.0,0.04432659502869388,0.15372517456988796,0.0,0.04940574963119915,0.15372517456988796,0.0,0.11699489280044062,0.15372517456988796,0.0,0.10247670312518951,0.15372517456988796,0.0,0.10831856602490894,0.15372517456988796,0.0,0.18362897553753274,0.5,0.15372517456988796,0.0,0.09981326413962849,0.15372517456988796,0.0,0.03726322770589589,0.5,0.15372517456988796,0.0,0.0930715605291728,0.15372517456988796,0.0,0.10442383958390422,0.15372517456988796,0.0,0.22016419594376907,0.15372517456988796,0.0,0.18020923086061558,0.15372517456988796,0.0,0.10242069537424617,0.15372517456988796,0.0,0.07110868506774855,0.15372517456988796,0.0,0.11467138195799162,0.5,0.15372517456988796,0.0,0.074160113525582,0.0,0.1301771100344554,0.7552102707282046 -1611,0.5,0.15372517456988796,0.0,0.07132652619088407,0.15372517456988796,0.0,0.12047871826607062,0.15372517456988796,0.0,0.036244306154595576,0.15372517456988796,0.0,0.0498231339141161,0.15372517456988796,0.0,0.12245825230221494,0.15372517456988796,0.0,0.10822866205300838,0.15372517456988796,0.0,0.0980187186795694,0.15372517456988796,0.0,0.17441211084310854,0.5,0.15372517456988796,0.0,0.0740450479987689,0.15372517456988796,0.0,0.029663053667323053,0.5,0.15372517456988796,0.0,0.0816707726534084,0.15372517456988796,0.0,0.089852044944858,0.15372517456988796,0.0,0.21008677117751653,0.15372517456988796,0.0,0.18532495576469635,0.15372517456988796,0.0,0.09394370382143104,0.15372517456988796,0.0,0.06339017352320267,0.15372517456988796,0.0,0.11524601754970104,0.5,0.15372517456988796,0.0,0.07782902331290341,0.0,0.14227547283739855,0.7685601772733415 -1612,0.5,0.15372517456988796,0.0,0.06805431988736288,0.15372517456988796,0.0,0.122935045255724,0.15372517456988796,0.0,0.030458564792619793,0.15372517456988796,0.0,0.049802237721964925,0.15372517456988796,0.0,0.14266647873424523,0.15372517456988796,0.0,0.12785901372309996,0.15372517456988796,0.0,0.09654845208054348,0.15372517456988796,0.0,0.17001251028489564,0.5,0.15372517456988796,0.0,0.05425932414523722,0.15372517456988796,0.0,0.02282040152542394,0.5,0.15372517456988796,0.0,0.053702580060114934,0.15372517456988796,0.0,0.06640929651464737,0.15372517456988796,0.0,0.2029924449497538,0.15372517456988796,0.0,0.19063029577285928,0.15372517456988796,0.0,0.09129068449876533,0.15372517456988796,0.0,0.06045269966363868,0.15372517456988796,0.0,0.10681101854514925,0.5,0.15372517456988796,0.0,0.08659484115829832,0.0,0.162655297813336,0.7756458749652686 -1613,0.5,0.15372517456988796,0.0,0.07498991304101142,0.15372517456988796,0.0,0.13097131014026347,0.15372517456988796,0.0,0.02703929246157038,0.15372517456988796,0.0,0.04692205888070828,0.15372517456988796,0.0,0.16440563732888547,0.15372517456988796,0.0,0.16477133287851292,0.15372517456988796,0.0,0.10545666142540765,0.15372517456988796,0.0,0.15969747394148254,0.5,0.15372517456988796,0.0,0.03583441132804797,0.15372517456988796,0.0,0.018433776252856283,0.5,0.15372517456988796,0.0,0.032953452774965614,0.15372517456988796,0.0,0.05037347466258019,0.15372517456988796,0.0,0.19220190969611153,0.15372517456988796,0.0,0.18706687979534592,0.15372517456988796,0.0,0.0927095379683011,0.15372517456988796,0.0,0.06040193061258081,0.15372517456988796,0.0,0.08388988680797481,0.5,0.15372517456988796,0.0,0.08115381881435695,0.0,0.16129747721162502,0.7686118910365178 -1614,0.5,0.15372517456988796,0.0,0.08906123073897641,0.15372517456988796,0.0,0.11921927818601133,0.15372517456988796,0.0,0.023858274203958432,0.15372517456988796,0.0,0.041317774103321166,0.15372517456988796,0.0,0.1795488390285161,0.15372517456988796,0.0,0.19108491367696712,0.15372517456988796,0.0,0.12859464570161466,0.15372517456988796,0.0,0.1371156947708027,0.5,0.15372517456988796,0.0,0.03117215190031167,0.15372517456988796,0.0,0.01599071154100752,0.5,0.15372517456988796,0.0,0.01922858513084072,0.15372517456988796,0.0,0.04293454017489039,0.15372517456988796,0.0,0.18354991259111234,0.15372517456988796,0.0,0.1887118984422242,0.15372517456988796,0.0,0.09353980690426979,0.15372517456988796,0.0,0.07182863709381987,0.15372517456988796,0.0,0.05760970804385844,0.5,0.15372517456988796,0.0,0.06685973439670519,0.0,0.15810528411485095,0.7404038417216037 -1615,0.5,0.15372517456988796,0.0,0.09763225130984604,0.15372517456988796,0.0,0.1179564030835186,0.15372517456988796,0.0,0.024963792991434634,0.15372517456988796,0.0,0.036650024164421584,0.15372517456988796,0.0,0.1925033825388205,0.15372517456988796,0.0,0.19486763944635657,0.15372517456988796,0.0,0.15260292145837479,0.15372517456988796,0.0,0.12913673091513686,0.5,0.15372517456988796,0.0,0.029966222391941,0.15372517456988796,0.0,0.013436245909857165,0.5,0.15372517456988796,0.0,0.020396330014661537,0.15372517456988796,0.0,0.03266820789880392,0.15372517456988796,0.0,0.176339298928597,0.15372517456988796,0.0,0.19152259613429867,0.15372517456988796,0.0,0.09703340840616498,0.15372517456988796,0.0,0.07258256769632784,0.15372517456988796,0.0,0.031040364891952884,0.5,0.15372517456988796,0.0,0.05649762382698276,0.0,0.1643334814149442,0.7080129364871839 -1616,0.5,0.15372517456988796,0.059013078015099335,0.09990998156257595,0.15372517456988796,0.03108865159008488,0.11207701711969152,0.15372517456988796,0.04035490308180258,0.0285527426418885,0.15372517456988796,0.06782073085326398,0.03895817524052305,0.15372517456988796,0.013328588660688326,0.20795158868686753,0.15372517456988796,0.008533716731636116,0.19678266270039696,0.15372517456988796,0.01825457364945044,0.15344648814229106,0.15372517456988796,0.013469120251292136,0.10136997636686312,0.5,0.15372517456988796,0.01962923679860156,0.023733520338351636,0.15372517456988796,0.05038902049433484,0.00952659253459004,0.5,0.15372517456988796,0.03444048524520131,0.02863833865535248,0.15372517456988796,0.037558669471765935,0.024468570510946575,0.15372517456988796,0.023876537225788457,0.17828252268805966,0.15372517456988796,0.016087562576152258,0.19459233450416286,0.15372517456988796,0.031864931594392146,0.08170879403111564,0.15372517456988796,0.031429286426581396,0.06566257576063657,0.15372517456988796,0.03498532234143526,0.031227946069479668,0.5,0.15372517456988796,0.06679081545047263,0.04412315929059572,0.0,0.17790227736793848,0.6830523542689008 -1617,0.5,0.15372517456988796,0.22430394903634865,0.10630551325828792,0.15372517456988796,0.19168195042289085,0.10795585985821557,0.15372517456988796,0.18507620014695056,0.03090596521237961,0.15372517456988796,0.22848413883340635,0.04779817149242322,0.15372517456988796,0.1711799064108634,0.19451445492325087,0.15372517456988796,0.16389523794495306,0.1759172948017675,0.15372517456988796,0.1795571630666561,0.12831533202153644,0.15372517456988796,0.17365049235784116,0.08180584424145082,0.5,0.15372517456988796,0.18204886228851622,0.016409158951606734,0.15372517456988796,0.21795404973994487,0.007907111974704534,0.5,0.15372517456988796,0.19879634502384058,0.04416921500029715,0.15372517456988796,0.20261404695641153,0.022597330311548983,0.15372517456988796,0.18362598736034472,0.1962572412193764,0.15372517456988796,0.17408500036771213,0.20774740383517482,0.15372517456988796,0.19376904882148718,0.07688473404292406,0.15372517456988796,0.19396132113707668,0.05803945697259458,0.15372517456988796,0.16213107072257527,0.05017690132858094,0.5,0.15372517456988796,0.23632828046587903,0.033795394924700725,0.0,0.22254838049809086,0.6853140801224498 -1618,0.5,0.15372517456988796,0.38330273337849197,0.19078423957914545,0.15372517456988796,0.35162749945870486,0.13532861884829026,0.15372517456988796,0.3536114799832006,0.04542279967783641,0.15372517456988796,0.387337766072216,0.08071459844733148,0.15372517456988796,0.33575618326157797,0.3297606922048389,0.15372517456988796,0.33032855594333865,0.2346747097661221,0.15372517456988796,0.3458499231666252,0.2032805714355681,0.15372517456988796,0.3421219068155738,0.08938253328504828,0.5,0.15372517456988796,0.351181348931713,0.01199366532825463,0.15372517456988796,0.39173827153313845,0.014896709294380589,0.5,0.15372517456988796,0.3685162219770754,0.1781180485487161,0.15372517456988796,0.37505042984624876,0.03573818210288594,0.15372517456988796,0.3445841881009234,0.24930376037635674,0.15372517456988796,0.3360725301533607,0.3053554716739242,0.15372517456988796,0.35675699037026565,0.11240383282769653,0.15372517456988796,0.3615587402385881,0.09622942960854212,0.15372517456988796,0.3225026535542514,0.1180159527966897,0.5,0.15372517456988796,0.4079361431968046,0.05939474659248553,0.0,0.29540893375171307,0.7198102685749804 -1619,0.5,0.15372517456988796,0.5261605166913546,0.26013131896686387,0.15372517456988796,0.5004819640676973,0.1933997915014232,0.15372517456988796,0.5254806244305089,0.07028571611551197,0.15372517456988796,0.5325159367667294,0.10797596942820534,0.15372517456988796,0.4918543437005316,0.4753742411871577,0.15372517456988796,0.48845930370557616,0.2891685248026269,0.15372517456988796,0.5020798342647077,0.3365231081887884,0.15372517456988796,0.5010589018725241,0.12258874125999869,0.5,0.15372517456988796,0.5091988415522898,0.019317753279415716,0.15372517456988796,0.5451744394775051,0.017298097959594264,0.5,0.15372517456988796,0.5238870368974549,0.22335471144634547,0.15372517456988796,0.5307928060402379,0.049265866714189845,0.15372517456988796,0.4954989774090937,0.3103768507323337,0.15372517456988796,0.48912049870600216,0.4283051241968304,0.15372517456988796,0.5086584208511189,0.20799832865537798,0.15372517456988796,0.5184970223951737,0.17707061751384628,0.15372517456988796,0.49642043990667384,0.13336836424404375,0.5,0.15372517456988796,0.5563844785660563,0.10446262881773002,0.0,0.3115006912720984,0.7104744544768502 -1620,0.5,0.15372517456988796,0.6151443255993726,0.33800439250649106,0.15372517456988796,0.6011913513540224,0.29984273943201994,0.15372517456988796,0.6269921394925826,0.0793272804571802,0.15372517456988796,0.6278207876616622,0.11023098013342801,0.15372517456988796,0.6021722787377105,0.5305209623747706,0.15372517456988796,0.6018245685844806,0.31311540908549695,0.15372517456988796,0.6105252865701034,0.4965947340018726,0.15372517456988796,0.6126438560117757,0.14502363265851578,0.5,0.15372517456988796,0.6184492612255782,0.031838973842279523,0.15372517456988796,0.6429736658525671,0.019939878363914462,0.5,0.15372517456988796,0.6268456985800979,0.17887107656443013,0.15372517456988796,0.6330039296350767,0.042241694991695514,0.15372517456988796,0.5982542767091081,0.39156429009773597,0.15372517456988796,0.5972372179889525,0.5193773780682202,0.15372517456988796,0.6109428652845197,0.32624676985493684,0.15372517456988796,0.6229073616418712,0.2946747038839242,0.15372517456988796,0.6270169795693818,0.1478284785362842,0.5,0.15372517456988796,0.6475398027257973,0.09490846787549191,0.0,0.28914470736159886,0.5810899957597231 -1621,0.5,0.15372517456988796,0.6472727766770408,0.4026377925930085,0.15372517456988796,0.6441275670334563,0.4823766985216372,0.15372517456988796,0.6632771591250961,0.09728430578637541,0.15372517456988796,0.6574228194935844,0.11372076237333364,0.15372517456988796,0.6516655587927731,0.4450415971994984,0.15372517456988796,0.6545836545190727,0.26193158821750706,0.15372517456988796,0.6582435764326895,0.46412820096418594,0.15372517456988796,0.6634024019764109,0.17437726140588816,0.5,0.15372517456988796,0.6676114339362513,0.040723154401765015,0.15372517456988796,0.6820841172910534,0.013479802806276718,0.5,0.15372517456988796,0.6704781326226039,0.15657164018907865,0.15372517456988796,0.6764153478136309,0.036533465057186305,0.15372517456988796,0.6414387699507519,0.5094319591962123,0.15372517456988796,0.6457086556851991,0.5563521696717036,0.15372517456988796,0.6536684277653703,0.42861924959347386,0.15372517456988796,0.6668479324504486,0.31080753771394776,0.15372517456988796,0.6729702286753227,0.12983371148363562,0.5,0.15372517456988796,0.6806946208583871,0.05883961958950389,0.0,0.21665732238832236,0.3918177335076225 -1622,0.5,0.15372517456988796,0.6285233268467646,0.41535882575275207,0.15372517456988796,0.6366669987203689,0.4761537026676436,0.15372517456988796,0.6488710116749473,0.11291124111984405,0.15372517456988796,0.635692227162739,0.13859345715754812,0.15372517456988796,0.6496199252292291,0.471422189715521,0.15372517456988796,0.6560609881220674,0.2694498399225994,0.15372517456988796,0.655373170082343,0.5210501941458197,0.15372517456988796,0.6629735221846474,0.17358683588499962,0.5,0.15372517456988796,0.6657485947226669,0.03413537370744459,0.15372517456988796,0.6695601910606953,0.011749721372100765,0.5,0.15372517456988796,0.6632517694628141,0.11268627842596045,0.15372517456988796,0.6687816376997715,0.021326895540064533,0.15372517456988796,0.6345831357461134,0.4937842095003091,0.15372517456988796,0.6426773301581676,0.5388656023784064,0.15372517456988796,0.6457316632350381,0.47466052628464483,0.15372517456988796,0.659846819375182,0.3098663575330231,0.15372517456988796,0.6596222116845886,0.10850063606032602,0.5,0.15372517456988796,0.6620511947532436,0.07724239784904038,0.0,0.23118349457413628,0.25267634952583506 -1623,0.5,0.15372517456988796,0.5473298983551278,0.4181322347021703,0.15372517456988796,0.5681479768477266,0.40856415288362813,0.15372517456988796,0.5729379237536423,0.15655706171172212,0.15372517456988796,0.5509714832507433,0.16492861459654973,0.15372517456988796,0.5888311195153181,0.4165151515386311,0.15372517456988796,0.6001359579948901,0.2348216414769169,0.15372517456988796,0.593926326560102,0.4020323697836799,0.15372517456988796,0.6054846201942041,0.14310733205868026,0.5,0.15372517456988796,0.6067926772961628,0.028733683290274967,0.15372517456988796,0.5963915393331827,0.018015178045287166,0.5,0.15372517456988796,0.5965197049600144,0.09562491798851876,0.15372517456988796,0.6019917981134624,0.018975680739376805,0.15372517456988796,0.5672308448948196,0.5413442822397272,0.15372517456988796,0.5801012525429999,0.48220957584059265,0.15372517456988796,0.5776316205547236,0.40964159353738416,0.15372517456988796,0.5932124739312825,0.2514348890736741,0.15372517456988796,0.585057111340557,0.1112908154562687,0.5,0.15372517456988796,0.5808651271627762,0.08247943682414066,0.0,0.22322641674784027,0.25772667955920125 -1624,0.5,0.15372517456988796,0.4150076984424293,0.3426803301789899,0.15372517456988796,0.4426273004785536,0.3376808617436786,0.15372517456988796,0.44010737590470617,0.17181041245050058,0.15372517456988796,0.4139538458366434,0.14750422707020347,0.15372517456988796,0.467861648324153,0.25263399416376764,0.15372517456988796,0.482243975593025,0.14227894250024625,0.15372517456988796,0.4719702367798804,0.22314056720270609,0.15372517456988796,0.48641499319722303,0.09960543669440423,0.5,0.15372517456988796,0.4856535992487096,0.023596920652956013,0.15372517456988796,0.46245886929339,0.018913178061893892,0.5,0.15372517456988796,0.46907823215195543,0.1050068351590016,0.15372517456988796,0.4743725660288678,0.03492391757079432,0.15372517456988796,0.44336426950601454,0.4307241009158312,0.15372517456988796,0.45833525356335386,0.33872656644027416,0.15372517456988796,0.45137348162060487,0.2752045437313013,0.15372517456988796,0.4661843713523879,0.16225138320347726,0.15372517456988796,0.45113388362413265,0.10453688505403737,0.5,0.15372517456988796,0.44141013228961967,0.06568121310731405,0.0,0.1836074207049881,0.2608561884489986 -1625,0.5,0.15372517456988796,0.1652656742994049,0.26276244810892935,0.15372517456988796,0.19796817581700552,0.2665894788013221,0.15372517456988796,0.22166637541681788,0.09129569493851904,0.15372517456988796,0.14967878956418523,0.08970972480608193,0.15372517456988796,0.32637503088069086,0.13818248673647981,0.15372517456988796,0.3385829658354772,0.07212007288469532,0.15372517456988796,0.327314927093948,0.10782944844688162,0.15372517456988796,0.3390635588658473,0.03694269365115854,0.5,0.15372517456988796,0.3343446076767916,0.008715289957685406,0.15372517456988796,0.3036185085477044,0.009483689320396232,0.5,0.15372517456988796,0.31535305167128397,0.05001452888716632,0.15372517456988796,0.3176498271596919,0.016776110007886882,0.15372517456988796,0.2637447280603607,0.359708149146719,0.15372517456988796,0.3093727235168259,0.21682138820723595,0.15372517456988796,0.2745030174436314,0.18691513274762683,0.15372517456988796,0.31732650853352967,0.07172243991562262,0.15372517456988796,0.2671341708550451,0.03998834140866584,0.5,0.15372517456988796,0.21529723433622572,0.02349703987337734,0.0,0.1950391301293354,0.26675949172267116 -1626,0.5,0.15372517456988796,0.0,0.2713001828514228,0.15372517456988796,0.0,0.2083434890127772,0.15372517456988796,0.0,0.09320728836507006,0.15372517456988796,0.0,0.1158291404000023,0.15372517456988796,0.036265738406336796,0.14023611893644963,0.15372517456988796,0.0487431684007412,0.07844208308195977,0.15372517456988796,0.03513767440027567,0.10553655689908183,0.15372517456988796,0.0401767944138563,0.04013555877079034,0.5,0.15372517456988796,0.03981430464206661,0.00594121817483401,0.15372517456988796,0.0,0.013741653879954789,0.5,0.15372517456988796,0.02218007790697307,0.0424487421542841,0.15372517456988796,0.022804620257554233,0.01959641392130877,0.15372517456988796,0.0,0.3919143179073874,0.15372517456988796,0.02260514316424762,0.21598771436776437,0.15372517456988796,0.0003727606015656947,0.17874496152261812,0.15372517456988796,0.010465577513634371,0.06276266964790682,0.15372517456988796,0.0009643940619102362,0.04138946035285358,0.5,0.15372517456988796,0.0,0.026898024081407353,0.0,0.24295149792396953,0.2802682495795156 -1627,0.5,0.15372517456988796,0.0,0.2723173534281814,0.15372517456988796,0.0,0.21352920947291948,0.15372517456988796,0.0,0.07055432107947468,0.15372517456988796,0.0,0.11641562951834104,0.15372517456988796,0.0,0.12817735421117243,0.15372517456988796,0.0,0.08153004122627075,0.15372517456988796,0.0,0.10345008235045641,0.15372517456988796,0.0,0.0416446062839287,0.5,0.15372517456988796,0.0,0.005119593576188056,0.15372517456988796,0.0,0.015050004382265449,0.5,0.15372517456988796,0.0,0.02964401830083105,0.15372517456988796,0.0,0.019446560158672636,0.15372517456988796,0.0,0.3874130786291299,0.15372517456988796,0.0,0.2137751607253128,0.15372517456988796,0.0,0.152176422422524,0.15372517456988796,0.0,0.04948959382937618,0.15372517456988796,0.0,0.04020280632263048,0.5,0.15372517456988796,0.0,0.028684158177142552,0.0,0.2502901614774023,0.2751410970339897 -1628,0.5,0.15372517456988796,0.0,0.2550361693308151,0.15372517456988796,0.0,0.2161470729066522,0.15372517456988796,0.0,0.05425171724244776,0.15372517456988796,0.0,0.10371937533884654,0.15372517456988796,0.0,0.1055268853967982,0.15372517456988796,0.0,0.07263752313506538,0.15372517456988796,0.0,0.0938367451740884,0.15372517456988796,0.0,0.0417863278583392,0.5,0.15372517456988796,0.0,0.0039207637456114405,0.15372517456988796,0.0,0.010158939901479279,0.5,0.15372517456988796,0.0,0.022037612911248054,0.15372517456988796,0.0,0.01779012052625141,0.15372517456988796,0.0,0.33844217218613415,0.15372517456988796,0.0,0.17798644429058064,0.15372517456988796,0.0,0.1137259276999443,0.15372517456988796,0.0,0.03543064790505753,0.15372517456988796,0.0,0.03556401550807543,0.5,0.15372517456988796,0.0,0.02524499658020789,0.0,0.2871180916621726,0.24895936024080267 -1629,0.5,0.15372517456988796,0.0,0.2393646921131301,0.15372517456988796,0.0,0.21328016313560014,0.15372517456988796,0.0,0.055367209115204694,0.15372517456988796,0.0,0.09050671997367774,0.15372517456988796,0.0,0.08446408968038965,0.15372517456988796,0.0,0.06304140956572576,0.15372517456988796,0.0,0.08858226473107941,0.15372517456988796,0.0,0.038500538092230384,0.5,0.15372517456988796,0.0,0.0037321608660669243,0.15372517456988796,0.0,0.008692659196493138,0.5,0.15372517456988796,0.0,0.02285401642280216,0.15372517456988796,0.0,0.015126025606614949,0.15372517456988796,0.0,0.27288605906421426,0.15372517456988796,0.0,0.13051097895202857,0.15372517456988796,0.0,0.09132529073519338,0.15372517456988796,0.0,0.03013482464948045,0.15372517456988796,0.0,0.03168454149309045,0.5,0.15372517456988796,0.0,0.017266740791813406,0.0,0.33313094770357776,0.20948693024620857 -1630,0.5,0.15372517456988796,0.0,0.22794724954010487,0.15372517456988796,0.0,0.1696388178262835,0.15372517456988796,0.0,0.05180017014776766,0.15372517456988796,0.0,0.0764907192937432,0.15372517456988796,0.0,0.06922927707922717,0.15372517456988796,0.0,0.04599579389054191,0.15372517456988796,0.0,0.08291634292662906,0.15372517456988796,0.0,0.025884716913648482,0.5,0.15372517456988796,0.0,0.004329087882818614,0.15372517456988796,0.0,0.004160405259578842,0.5,0.15372517456988796,0.0,0.010763595977878732,0.15372517456988796,0.0,0.011200561608650022,0.15372517456988796,0.0,0.19855840919065887,0.15372517456988796,0.0,0.09517691771738457,0.15372517456988796,0.0,0.07747130033088633,0.15372517456988796,0.0,0.030301980575580763,0.15372517456988796,0.0,0.024152929461296435,0.5,0.15372517456988796,0.0,0.01449679689481712,0.0,0.3520061081236727,0.15614912566401384 -1631,0.5,0.15372517456988796,0.0,0.19872584619113706,0.15372517456988796,0.0,0.10859004780388012,0.15372517456988796,0.0,0.037633672715016546,0.15372517456988796,0.0,0.06843315283759073,0.15372517456988796,0.0,0.0473603996906831,0.15372517456988796,0.0,0.029788725919848852,0.15372517456988796,0.0,0.056111372351579196,0.15372517456988796,0.0,0.01773685163766748,0.5,0.15372517456988796,0.0,0.0033549634882080247,0.15372517456988796,0.0,0.003358383612529534,0.5,0.15372517456988796,0.0,0.00689217329278226,0.15372517456988796,0.0,0.008434069754281428,0.15372517456988796,0.0,0.15203311174692158,0.15372517456988796,0.0,0.06998790791306034,0.15372517456988796,0.0,0.0659095508816957,0.15372517456988796,0.0,0.025039046427708853,0.15372517456988796,0.0,0.018030733153865903,0.5,0.15372517456988796,0.0,0.015850074580069713,0.0,0.3746126658127358,0.12164706175734397 -1632,0.5,0.15372517456988796,0.0,0.1519464565895188,0.15372517456988796,0.0,0.0748290169804907,0.15372517456988796,0.0,0.027358040947593795,0.15372517456988796,0.0,0.06638553126266053,0.15372517456988796,0.0,0.03308356582129014,0.15372517456988796,0.0,0.02044943737060957,0.15372517456988796,0.0,0.04499174544467295,0.15372517456988796,0.0,0.011042983233011665,0.5,0.15372517456988796,0.0,0.002609145779328857,0.15372517456988796,0.0,0.003796226843706627,0.5,0.15372517456988796,0.0,0.008196573609468733,0.15372517456988796,0.0,0.007574605619289608,0.15372517456988796,0.0,0.10825591291507591,0.15372517456988796,0.0,0.05422811546162366,0.15372517456988796,0.0,0.04678299608340677,0.15372517456988796,0.0,0.01411611899331109,0.15372517456988796,0.0,0.017519893145522356,0.5,0.15372517456988796,0.0,0.014839963598839587,0.0,0.38346519761399633,0.10228783145141804 -1633,0.5,0.15372517456988796,0.0,0.11078535505412482,0.15372517456988796,0.0,0.04913107338328242,0.15372517456988796,0.0,0.02202360507778211,0.15372517456988796,0.0,0.06869486395637438,0.15372517456988796,0.0,0.023558845808465127,0.15372517456988796,0.0,0.016808929568364838,0.15372517456988796,0.0,0.03247277329102881,0.15372517456988796,0.0,0.007189211298841251,0.5,0.15372517456988796,0.0,0.0028594799586552375,0.15372517456988796,0.0,0.002626547857943728,0.5,0.15372517456988796,0.0,0.009558598699961498,0.15372517456988796,0.0,0.007147918401441703,0.15372517456988796,0.0,0.0776543069723804,0.15372517456988796,0.0,0.038754764230650586,0.15372517456988796,0.0,0.03593011519498714,0.15372517456988796,0.0,0.0071762506520069375,0.15372517456988796,0.0,0.013821221041223805,0.5,0.15372517456988796,0.0,0.011362089637855972,0.0,0.3018976135089612,0.09550422721683217 -1634,0.5,0.15372517456988796,0.0,0.08619212849221618,0.15372517456988796,0.0,0.036747971074935895,0.15372517456988796,0.0,0.017697135832176546,0.15372517456988796,0.0,0.058333367308031424,0.15372517456988796,0.0,0.025234237169869105,0.15372517456988796,0.0,0.01369935132468256,0.15372517456988796,0.0,0.02062714933757539,0.15372517456988796,0.0,0.005305468974044331,0.5,0.15372517456988796,0.0,0.0034360705201580697,0.15372517456988796,0.0,0.0010832044583832562,0.5,0.15372517456988796,0.0,0.007633806434180755,0.15372517456988796,0.0,0.004926613747703969,0.15372517456988796,0.0,0.05960761883994114,0.15372517456988796,0.0,0.028589726565570177,0.15372517456988796,0.0,0.024394172062093655,0.15372517456988796,0.0,0.00548939662461269,0.15372517456988796,0.0,0.011204547491635772,0.5,0.15372517456988796,0.0,0.010402548232678242,0.0,0.21238478298838254,0.08318196232536083 -1635,0.5,0.15372517456988796,0.0,0.07430248647637039,0.15372517456988796,0.0,0.03030730897049941,0.15372517456988796,0.0,0.012804041659326656,0.15372517456988796,0.0,0.04806522759781908,0.15372517456988796,0.0,0.02196036461375229,0.15372517456988796,0.0,0.010914516743657083,0.15372517456988796,0.0,0.012816838072320473,0.15372517456988796,0.0,0.0035444927563537433,0.5,0.15372517456988796,0.0,0.0034785165256321924,0.15372517456988796,0.0,0.0012825637607254026,0.5,0.15372517456988796,0.0,0.004349870096588697,0.15372517456988796,0.0,0.0025003424074252645,0.15372517456988796,0.0,0.04696288279787965,0.15372517456988796,0.0,0.030775596601267913,0.15372517456988796,0.0,0.016728194858183706,0.15372517456988796,0.0,0.0046525968925395,0.15372517456988796,0.0,0.008497976307878184,0.5,0.15372517456988796,0.0,0.01014229893945208,0.0,0.15896099663552235,0.06645752368821208 -1636,0.5,0.15372517456988796,0.0,0.06789683494631339,0.15372517456988796,0.0,0.02459670890136971,0.15372517456988796,0.0,0.008090298739748168,0.15372517456988796,0.0,0.04445584503883971,0.15372517456988796,0.0,0.015472974909607152,0.15372517456988796,0.0,0.007777434906275122,0.15372517456988796,0.0,0.010597932372659435,0.15372517456988796,0.0,0.002413541000148258,0.5,0.15372517456988796,0.0,0.003615196216454305,0.15372517456988796,0.0,0.0013010650609545206,0.5,0.15372517456988796,0.0,0.0048499803898709535,0.15372517456988796,0.0,0.00426104053400361,0.15372517456988796,0.0,0.047121752832102404,0.15372517456988796,0.0,0.03132346942232039,0.15372517456988796,0.0,0.01182496957987557,0.15372517456988796,0.0,0.004188746555542577,0.15372517456988796,0.0,0.008280814308580818,0.5,0.15372517456988796,0.0,0.009673811999912347,0.0,0.13565056054566504,0.05725233570255732 -1637,0.5,0.15372517456988796,0.0,0.0672775655346705,0.15372517456988796,0.0,0.015378414204606563,0.15372517456988796,0.0,0.00707121400177234,0.15372517456988796,0.0,0.04320499229466157,0.15372517456988796,0.0,0.010548865951278229,0.15372517456988796,0.0,0.004784647611324766,0.15372517456988796,0.0,0.009050264601457738,0.15372517456988796,0.0,0.0020189556588875784,0.5,0.15372517456988796,0.0,0.0038660123753031413,0.15372517456988796,0.0,0.001802222227315181,0.5,0.15372517456988796,0.0,0.006137423886986746,0.15372517456988796,0.0,0.006351161391842898,0.15372517456988796,0.0,0.04877444451431091,0.15372517456988796,0.0,0.025515184640621254,0.15372517456988796,0.0,0.009515386932330613,0.15372517456988796,0.0,0.0032924659557926807,0.15372517456988796,0.0,0.008276374102400667,0.5,0.15372517456988796,0.0,0.012195880869363858,0.0,0.10628732665447847,0.048938300133324994 -1638,0.5,0.15372517456988796,0.0,0.0708213321499241,0.15372517456988796,0.0,0.010365066994169694,0.15372517456988796,0.0,0.00741061337476206,0.15372517456988796,0.0,0.046051777578764864,0.15372517456988796,0.0,0.006978470363227042,0.15372517456988796,0.0,0.0018742228645509487,0.15372517456988796,0.0,0.0070601893952289725,0.15372517456988796,0.0,0.0011542455941524691,0.5,0.15372517456988796,0.0,0.003585503438568516,0.15372517456988796,0.0,0.004236387820983622,0.5,0.15372517456988796,0.0,0.005170572991907128,0.15372517456988796,0.0,0.013201496473330193,0.15372517456988796,0.0,0.03872682279086277,0.15372517456988796,0.0,0.019755492413095953,0.15372517456988796,0.0,0.007963997411066757,0.15372517456988796,0.0,0.002731055070757898,0.15372517456988796,0.0,0.010094111523745057,0.5,0.15372517456988796,0.0,0.011358531284168192,0.0,0.08984063164762296,0.036911948764640205 -1639,0.5,0.15372517456988796,0.0,0.07127615733515777,0.15372517456988796,0.0,0.00851890058834417,0.15372517456988796,0.0,0.009415960921140887,0.15372517456988796,0.0,0.059494836797076,0.15372517456988796,0.0,0.004346724344420525,0.15372517456988796,0.0,0.0006938202611363559,0.15372517456988796,0.0,0.0038985654786464065,0.15372517456988796,0.0,0.0011024683587396392,0.5,0.15372517456988796,0.0,0.003901337661227685,0.15372517456988796,0.0,0.004202547481487022,0.5,0.15372517456988796,0.0,0.007711705740496413,0.15372517456988796,0.0,0.01772251544581959,0.15372517456988796,0.0,0.026928917519821974,0.15372517456988796,0.0,0.015715292521377645,0.15372517456988796,0.0,0.0063387846825793265,0.15372517456988796,0.0,0.002358150775841867,0.15372517456988796,0.0,0.012159675359888867,0.5,0.15372517456988796,0.0,0.01126523414300514,0.0,0.08250674997172854,0.023573037308742616 -1640,0.5,0.15372517456988796,0.06407252064812173,0.06982092889478457,0.15372517456988796,0.03697070607572049,0.004015819861964947,0.15372517456988796,0.05477241785756047,0.014856756149109439,0.15372517456988796,0.0742221122652586,0.054189832051679265,0.15372517456988796,0.01822096493743555,0.00280544421068053,0.15372517456988796,0.011369472016134969,0.0009306099561834258,0.15372517456988796,0.02340832912913291,0.0024889256951687116,0.15372517456988796,0.017363547155234648,0.0034520836093970293,0.5,0.15372517456988796,0.023809256021859782,0.003706886277243515,0.15372517456988796,0.0304701184079211,0.0014418436492356905,0.5,0.15372517456988796,0.03839547495204318,0.00914834979146207,0.15372517456988796,0.04102392124735878,0.011707364661743892,0.15372517456988796,0.030256465577108003,0.015595409436441745,0.15372517456988796,0.021348851425478443,0.01165659910635834,0.15372517456988796,0.03685240876410058,0.002941894733444641,0.15372517456988796,0.03647985530521266,0.002367174813370748,0.15372517456988796,0.0506094133059892,0.010249507490768247,0.5,0.15372517456988796,0.05675935564882725,0.012288324399877596,0.0,0.0582455056083455,0.015844198982255066 -1641,0.5,0.15372517456988796,0.22836763949285904,0.0653891890200497,0.15372517456988796,0.19799665051035628,0.0009923992904758597,0.15372517456988796,0.22053757470528568,0.013314604626867387,0.15372517456988796,0.23841991539447305,0.04313202142590382,0.15372517456988796,0.1763174119718903,0.001793962346866109,0.15372517456988796,0.16682812916977174,0.0016926537221529279,0.15372517456988796,0.18244408261036424,0.0008103654834308943,0.15372517456988796,0.17561562145046825,0.004062629642247708,0.5,0.15372517456988796,0.1829798058433065,0.004030270342556708,0.15372517456988796,0.12140229002666067,0.002204835524260348,0.5,0.15372517456988796,0.2009325879533853,0.005017515766592672,0.15372517456988796,0.19784685328586735,0.006113240372164356,0.15372517456988796,0.19100611850582233,0.006733383841589829,0.15372517456988796,0.1804597622378487,0.007327607432268619,0.15372517456988796,0.19802433049929466,0.0011663239115719311,0.15372517456988796,0.1998743984160219,0.002136156901595857,0.15372517456988796,0.20501168763585012,0.008569094989739722,0.5,0.15372517456988796,0.19241325483273597,0.019176480969722284,0.0,0.035284788254913255,0.017225475137399946 -1642,0.5,0.15372517456988796,0.3871274891733062,0.07338804136333668,0.15372517456988796,0.35668332452313706,0.0005234022543513901,0.15372517456988796,0.3852013738314723,0.014734116081686644,0.15372517456988796,0.40115291351604354,0.07431786349728244,0.15372517456988796,0.3394724197487411,0.0011878976226246405,0.15372517456988796,0.3317581439441182,0.0022543183410802404,0.15372517456988796,0.34691968849111726,0.001913112044315644,0.15372517456988796,0.3426322313639592,0.0026882707864951836,0.5,0.15372517456988796,0.35127402397720675,0.0046864752854636335,0.15372517456988796,0.21883960173265962,0.012011398893135052,0.5,0.15372517456988796,0.3700846966654638,0.0044462204173626365,0.15372517456988796,0.3556025452589014,0.014067733767294149,0.15372517456988796,0.3498248823593145,0.003972828182485772,0.15372517456988796,0.3420376940196102,0.004584336829256089,0.15372517456988796,0.36001358653258486,0.0005141459169322077,0.15372517456988796,0.3658273858682865,0.0008763221562070318,0.15372517456988796,0.36461356800640377,0.018382184145919633,0.5,0.15372517456988796,0.3386242184138206,0.0732675099901759,0.0,0.01949566067126096,0.021256749185370453 -1643,0.5,0.15372517456988796,0.5290971303118783,0.05463296830803424,0.15372517456988796,0.5044136179045229,0.0009276994521458994,0.15372517456988796,0.5337757673639996,0.018510657134080337,0.15372517456988796,0.5446335709334863,0.11959697577692785,0.15372517456988796,0.49434668438042556,0.004297839635734927,0.15372517456988796,0.4888811202018202,0.007673983162813758,0.15372517456988796,0.5016605730245726,0.004995688229089573,0.15372517456988796,0.4998004042332541,0.008936819965935656,0.5,0.15372517456988796,0.5090707999453704,0.011362079890145893,0.15372517456988796,0.3167717193809995,0.04729571784620757,0.5,0.15372517456988796,0.5260653484909981,0.029986582857272355,0.15372517456988796,0.5046893285056765,0.03577412560456398,0.15372517456988796,0.49791376314374053,0.0057978893755783216,0.15372517456988796,0.49427891933663204,0.0061724438176366464,0.15372517456988796,0.5106765577482072,0.0009781595021903875,0.15372517456988796,0.5189263424419073,0.0007357349314599617,0.15372517456988796,0.524525896768206,0.051269501129489116,0.5,0.15372517456988796,0.48439004824107584,0.06699599224150882,0.0,0.013227498387030372,0.02434932014214812 -1644,0.5,0.15372517456988796,0.6169427972412977,0.03874543653257827,0.15372517456988796,0.6031616509628025,0.0008002022547810107,0.15372517456988796,0.6283836956512636,0.017103364716548858,0.15372517456988796,0.630156895577957,0.12582830255409955,0.15372517456988796,0.6041054105160701,0.014270584513845545,0.15372517456988796,0.6021767249562574,0.02062925469900118,0.15372517456988796,0.6093346213467079,0.015194801518394066,0.15372517456988796,0.6106273057427777,0.021732095629935718,0.5,0.15372517456988796,0.6189473230537615,0.04716378366255135,0.15372517456988796,0.3906840901545844,0.023465832365512786,0.5,0.15372517456988796,0.6306822905468596,0.09743169710556113,0.15372517456988796,0.616771796240287,0.07206456889379981,0.15372517456988796,0.5959981870067789,0.013835953839585212,0.15372517456988796,0.6006889987816522,0.008518034838282756,0.15372517456988796,0.6117459378784817,0.0035947901861423555,0.15372517456988796,0.6214675070307488,0.004688332900353325,0.15372517456988796,0.6342196654686719,0.07408929521304691,0.5,0.15372517456988796,0.5932634560967331,0.034987599865930155,0.0,0.007263375481006991,0.04454060475064489 -1645,0.5,0.15372517456988796,0.6482343575169511,0.02523037856848427,0.15372517456988796,0.6445564160202804,0.004859307761707734,0.15372517456988796,0.6647150309947477,0.007649295926929626,0.15372517456988796,0.6595907626819016,0.0749989277262543,0.15372517456988796,0.6539400410205729,0.028655815056099508,0.15372517456988796,0.6562931486382886,0.04763767285184936,0.15372517456988796,0.6577848357342738,0.028974270521341612,0.15372517456988796,0.6620703253354262,0.03919386602428536,0.5,0.15372517456988796,0.6697496140211792,0.092593008417778,0.15372517456988796,0.4602199284308678,0.010743269820944427,0.5,0.15372517456988796,0.675560100599077,0.08065343975575791,0.15372517456988796,0.6628196775821794,0.03997565342526004,0.15372517456988796,0.6226049759625817,0.02486392364389224,0.15372517456988796,0.6470266170507344,0.014949357708057167,0.15372517456988796,0.6542003590506393,0.009299554215853194,0.15372517456988796,0.6652251955967381,0.016322778310895632,0.15372517456988796,0.6781909251996354,0.03388972671873933,0.5,0.15372517456988796,0.6495432258823435,0.0447242221782966,0.0,0.0034736990262824187,0.14771020701592413 -1646,0.5,0.15372517456988796,0.6290276500662126,0.010574696111931757,0.15372517456988796,0.6363613609351682,0.004159402462953779,0.15372517456988796,0.6503715585811743,0.0008062365563170004,0.15372517456988796,0.6385960987402391,0.024002324498856392,0.15372517456988796,0.6528432316643613,0.04005392713790932,0.15372517456988796,0.6595415889471723,0.06829130481744894,0.15372517456988796,0.656398428078046,0.048519792050600474,0.15372517456988796,0.6632646808163414,0.05772798049983123,0.5,0.15372517456988796,0.6694419146655307,0.1196630647212005,0.15372517456988796,0.5161294594563749,0.039971543012539135,0.5,0.15372517456988796,0.6685997101754868,0.023060296440507742,0.15372517456988796,0.6778452986447059,0.02569549693043671,0.15372517456988796,0.5819949504068875,0.056250804868744904,0.15372517456988796,0.6398890213159318,0.0460371007622189,0.15372517456988796,0.646651095930231,0.018738553574761604,0.15372517456988796,0.6589631232170597,0.030616443647649805,0.15372517456988796,0.6656509147805243,0.03120331178659157,0.5,0.15372517456988796,0.6287532858957461,0.08241410954544397,0.0,0.00025315000025623156,0.5035129660128802 -1647,0.5,0.15372517456988796,0.5473356518602635,0.007341720655055893,0.15372517456988796,0.5684147760438517,0.018211203885207188,0.15372517456988796,0.5751308405701856,0.003574601599930363,0.15372517456988796,0.5555256839435072,0.020488582542538256,0.15372517456988796,0.5925140336849818,0.06252290650655051,0.15372517456988796,0.6046084865305126,0.06661809139023736,0.15372517456988796,0.5960554701649705,0.05253600320750425,0.15372517456988796,0.607227081213347,0.06566042541189249,0.5,0.15372517456988796,0.6107301523438419,0.12258168967434678,0.15372517456988796,0.4906912820217576,0.05383076066454964,0.5,0.15372517456988796,0.6004901790707179,0.09476524578878756,0.15372517456988796,0.6102351452804547,0.10842764157279662,0.15372517456988796,0.4430127778069962,0.10907579257180018,0.15372517456988796,0.5687007171293519,0.10699280120078494,0.15372517456988796,0.5787983319929975,0.026414177103802026,0.15372517456988796,0.5932224277603588,0.03909087482328967,0.15372517456988796,0.5917096284170108,0.06589847086542719,0.5,0.15372517456988796,0.5565263761128507,0.09462612621993526,0.0,0.002622955424689431,0.7510995367166499 -1648,0.5,0.15372517456988796,0.4146598652931047,0.013759647183648919,0.15372517456988796,0.44268379875740826,0.07600160948015529,0.15372517456988796,0.44336184750017393,0.023602100148391626,0.15372517456988796,0.4194521554541614,0.04095349978352426,0.15372517456988796,0.4700956472330122,0.1213194615710423,0.15372517456988796,0.48681530725458577,0.10326908995240075,0.15372517456988796,0.4741453827588066,0.05854498572355451,0.15372517456988796,0.48883021985466213,0.07163339833609306,0.5,0.15372517456988796,0.49033133523077366,0.1374943732707485,0.15372517456988796,0.4203251746916836,0.10125783736010885,0.5,0.15372517456988796,0.4719935062495543,0.12808042411248136,0.15372517456988796,0.4703759391839076,0.10790192593836628,0.15372517456988796,0.29107979708123344,0.18740713789081692,0.15372517456988796,0.44439951393762167,0.19819586129285605,0.15372517456988796,0.4523313893714293,0.04248608422638407,0.15372517456988796,0.4676849653917746,0.07427251271662444,0.15372517456988796,0.45372675365232995,0.07949000058521993,0.5,0.15372517456988796,0.42577814641938116,0.11771701861443026,0.0,0.024844438837167266,0.7629440523533514 -1649,0.5,0.15372517456988796,0.16922607941908843,0.024633209048976163,0.15372517456988796,0.2034872557932459,0.06342286840763324,0.15372517456988796,0.23526425758133357,0.017955318400074312,0.15372517456988796,0.15411019805407908,0.03610217182572864,0.15372517456988796,0.32428741226724883,0.09632935902117021,0.15372517456988796,0.34133911533841854,0.07886240711898387,0.15372517456988796,0.3287660466773801,0.05431883677722929,0.15372517456988796,0.3415177152213104,0.07337903493908232,0.5,0.15372517456988796,0.339489609925133,0.07651773960460054,0.15372517456988796,0.28816543269116107,0.11436929750316874,0.5,0.15372517456988796,0.30353125490847493,0.0739248222525469,0.15372517456988796,0.2925814428937522,0.09733160375676338,0.15372517456988796,0.11338534878974858,0.2673916561563753,0.15372517456988796,0.3008617390828118,0.26437589172052933,0.15372517456988796,0.2970452948972628,0.037614229308725065,0.15372517456988796,0.31973653268372504,0.0444088520922586,0.15372517456988796,0.2812361044266451,0.03673162361910992,0.5,0.15372517456988796,0.2247984677248323,0.054914883380156376,0.0,0.0627825024920755,0.7520942105272479 -1650,0.5,0.15372517456988796,0.0,0.04388281521957181,0.15372517456988796,0.0,0.1720893885865759,0.15372517456988796,0.0,0.013354812033760554,0.15372517456988796,0.0,0.036405156796248346,0.15372517456988796,0.03906901875483999,0.14944451208070203,0.15372517456988796,0.05213176856800371,0.08891217565176264,0.15372517456988796,0.038380091152072034,0.07659476232366012,0.15372517456988796,0.04231537141675508,0.07595010213214404,0.5,0.15372517456988796,0.04197405761528479,0.06320494991642257,0.15372517456988796,0.0,0.05034260042604569,0.5,0.15372517456988796,0.029707369073504672,0.04578658072061235,0.15372517456988796,0.0353684919314035,0.04936111982373229,0.15372517456988796,0.0,0.35318575413223197,0.15372517456988796,0.030321465791227756,0.2996986694751631,0.15372517456988796,0.005280278928496221,0.07226065801508362,0.15372517456988796,0.019352782479915242,0.05083220503018698,0.15372517456988796,0.0016984101199366696,0.02739327968112111,0.5,0.15372517456988796,0.0,0.015493572984049773,0.0,0.10937570698135524,0.7919898130369476 -1651,0.5,0.15372517456988796,0.0,0.05502172819395096,0.15372517456988796,0.0,0.33696146432296364,0.15372517456988796,0.0,0.00373757236770337,0.15372517456988796,0.0,0.023040838044538717,0.15372517456988796,0.0,0.23636964426050275,0.15372517456988796,0.0,0.12810207915508717,0.15372517456988796,0.0,0.08523594045330837,0.15372517456988796,0.0,0.06927516962983221,0.5,0.15372517456988796,0.0,0.05907800598939924,0.15372517456988796,0.0,0.022377887232706773,0.5,0.15372517456988796,0.0,0.0238945605859771,0.15372517456988796,0.0,0.034915761514419615,0.15372517456988796,0.0,0.3235915922516319,0.15372517456988796,0.0,0.38542098567948063,0.15372517456988796,0.0,0.0945051898168278,0.15372517456988796,0.0,0.043647498436157436,0.15372517456988796,0.0,0.01958856932719211,0.5,0.15372517456988796,0.0,0.00918775291299267,0.0,0.08502759869080209,0.7848411950131197 -1652,0.5,0.15372517456988796,0.0,0.06259416193283063,0.15372517456988796,0.0,0.3155915123319961,0.15372517456988796,0.0,0.01603967578782591,0.15372517456988796,0.0,0.011469959029037715,0.15372517456988796,0.0,0.2454898183410966,0.15372517456988796,0.0,0.16169246104087598,0.15372517456988796,0.0,0.07802775381029922,0.15372517456988796,0.0,0.05064220447473526,0.5,0.15372517456988796,0.0,0.057452919919491134,0.15372517456988796,0.0,0.011083805677394998,0.5,0.15372517456988796,0.0,0.006855916194469579,0.15372517456988796,0.0,0.020636628136711046,0.15372517456988796,0.0,0.18242815584548752,0.15372517456988796,0.0,0.43513187787208163,0.15372517456988796,0.0,0.11837522044020712,0.15372517456988796,0.0,0.0582180159042061,0.15372517456988796,0.0,0.016229794662404873,0.5,0.15372517456988796,0.0,0.009741531234598777,0.0,0.03974388872406316,0.7267474190752697 -1653,0.5,0.15372517456988796,0.0,0.08100009970018035,0.15372517456988796,0.0,0.2910890230780134,0.15372517456988796,0.0,0.03233352658678688,0.15372517456988796,0.0,0.009752530649246952,0.15372517456988796,0.0,0.2130420550532392,0.15372517456988796,0.0,0.1673150156617342,0.15372517456988796,0.0,0.07362012307107069,0.15372517456988796,0.0,0.049992476714914774,0.5,0.15372517456988796,0.0,0.06535017989711334,0.15372517456988796,0.0,0.007810999902293097,0.5,0.15372517456988796,0.0,0.004925235360512629,0.15372517456988796,0.0,0.014809477019527078,0.15372517456988796,0.0,0.12938815219364402,0.15372517456988796,0.0,0.37552391996689827,0.15372517456988796,0.0,0.14495270202054475,0.15372517456988796,0.0,0.07729974857216101,0.15372517456988796,0.0,0.015211632302800173,0.5,0.15372517456988796,0.0,0.013627123511163335,0.0,0.02143861798715084,0.6782801175144634 -1654,0.5,0.15372517456988796,0.0,0.09099914072094058,0.15372517456988796,0.0,0.3925386461809528,0.15372517456988796,0.0,0.0362659235651433,0.15372517456988796,0.0,0.008507019417282203,0.15372517456988796,0.0,0.27748068704259493,0.15372517456988796,0.0,0.16701821125023908,0.15372517456988796,0.0,0.07517684229882855,0.15372517456988796,0.0,0.05042878120393442,0.5,0.15372517456988796,0.0,0.07004211637607598,0.15372517456988796,0.0,0.010235262480075684,0.5,0.15372517456988796,0.0,0.0064612804968647635,0.15372517456988796,0.0,0.014026823133775628,0.15372517456988796,0.0,0.10486291450778845,0.15372517456988796,0.0,0.2593854791796081,0.15372517456988796,0.0,0.17345929988439707,0.15372517456988796,0.0,0.07888681572700207,0.15372517456988796,0.0,0.015338672675920772,0.5,0.15372517456988796,0.0,0.016988170331859023,0.0,0.021778606971742158,0.6083462602673496 -1655,0.5,0.15372517456988796,0.0,0.08460551714370754,0.15372517456988796,0.0,0.38151815429818026,0.15372517456988796,0.0,0.023092074293089196,0.15372517456988796,0.0,0.003781295030906829,0.15372517456988796,0.0,0.30632603095832767,0.15372517456988796,0.0,0.21634075163937394,0.15372517456988796,0.0,0.08143446740213406,0.15372517456988796,0.0,0.04923342475048646,0.5,0.15372517456988796,0.0,0.07021382341393904,0.15372517456988796,0.0,0.007028199042748798,0.5,0.15372517456988796,0.0,0.00904150662348891,0.15372517456988796,0.0,0.013667440560647155,0.15372517456988796,0.0,0.0921807364832128,0.15372517456988796,0.0,0.23455742834308035,0.15372517456988796,0.0,0.20196539132073674,0.15372517456988796,0.0,0.07406821432326925,0.15372517456988796,0.0,0.017927112307228144,0.5,0.15372517456988796,0.0,0.013455848013112913,0.0,0.03223949242538389,0.47676441737788056 -1656,0.5,0.15372517456988796,0.0,0.09049781914300557,0.15372517456988796,0.0,0.31291441181488505,0.15372517456988796,0.0,0.01971242574734496,0.15372517456988796,0.0,0.003236752871108125,0.15372517456988796,0.0,0.41003089746314453,0.15372517456988796,0.0,0.31642263883220506,0.15372517456988796,0.0,0.09228519562357827,0.15372517456988796,0.0,0.043191916647785385,0.5,0.15372517456988796,0.0,0.06657278439255906,0.15372517456988796,0.0,0.005550385175753059,0.5,0.15372517456988796,0.0,0.017215278970174375,0.15372517456988796,0.0,0.013028358860688155,0.15372517456988796,0.0,0.0961176879643178,0.15372517456988796,0.0,0.26642159610493854,0.15372517456988796,0.0,0.25362456154212387,0.15372517456988796,0.0,0.06231326859346765,0.15372517456988796,0.0,0.022550737960576165,0.5,0.15372517456988796,0.0,0.011814005649673325,0.0,0.060161806595692674,0.37940717376753985 -1657,0.5,0.15372517456988796,0.0,0.10650853109826161,0.15372517456988796,0.0,0.20027426389069328,0.15372517456988796,0.0,0.022455314105368242,0.15372517456988796,0.0,0.004670957330080606,0.15372517456988796,0.0,0.5603499379789378,0.15372517456988796,0.0,0.4198552373083163,0.15372517456988796,0.0,0.20776624310140876,0.15372517456988796,0.0,0.04108042648777015,0.5,0.15372517456988796,0.0,0.08187886131952671,0.15372517456988796,0.0,0.0027471806612142068,0.5,0.15372517456988796,0.0,0.02017446092067844,0.15372517456988796,0.0,0.011605699030130704,0.15372517456988796,0.0,0.1018271313695232,0.15372517456988796,0.0,0.24527599758484764,0.15372517456988796,0.0,0.29697040574068023,0.15372517456988796,0.0,0.05889554806323285,0.15372517456988796,0.0,0.023987853789099026,0.5,0.15372517456988796,0.0,0.007991021205308996,0.0,0.09189045758934597,0.39048007360456133 -1658,0.5,0.15372517456988796,0.0,0.12063351175502124,0.15372517456988796,0.0,0.12896954501463245,0.15372517456988796,0.0,0.03119984032344225,0.15372517456988796,0.0,0.007535933766990281,0.15372517456988796,0.0,0.5819116348714524,0.15372517456988796,0.0,0.5172366195729498,0.15372517456988796,0.0,0.3372768739574375,0.15372517456988796,0.0,0.06072230798209488,0.5,0.15372517456988796,0.0,0.0818924365745955,0.15372517456988796,0.0,0.0029586846636899555,0.5,0.15372517456988796,0.0,0.015420417264955109,0.15372517456988796,0.0,0.01036457493892073,0.15372517456988796,0.0,0.10631840432174477,0.15372517456988796,0.0,0.2304461595825577,0.15372517456988796,0.0,0.3064856124267084,0.15372517456988796,0.0,0.07517283345474966,0.15372517456988796,0.0,0.026493081191397264,0.5,0.15372517456988796,0.0,0.0046955706155346645,0.0,0.08844842397258769,0.4780355484576976 -1659,0.5,0.15372517456988796,0.0,0.1325951514490729,0.15372517456988796,0.0,0.10389300584265414,0.15372517456988796,0.0,0.048891520461163,0.15372517456988796,0.0,0.015704164015647917,0.15372517456988796,0.0,0.5106666862814008,0.15372517456988796,0.0,0.5694095889867541,0.15372517456988796,0.0,0.40155256783993754,0.15372517456988796,0.0,0.09104067855926931,0.5,0.15372517456988796,0.0,0.07130998147775323,0.15372517456988796,0.0,0.004398425437263386,0.5,0.15372517456988796,0.0,0.016045798576945974,0.15372517456988796,0.0,0.01082123630292071,0.15372517456988796,0.0,0.10334272750265447,0.15372517456988796,0.0,0.2348074622709141,0.15372517456988796,0.0,0.26456532198374194,0.15372517456988796,0.0,0.11956033705248315,0.15372517456988796,0.0,0.02727382335466186,0.5,0.15372517456988796,0.0,0.0038732907727945273,0.0,0.10367614333369675,0.5548628514467386 -1660,0.5,0.15372517456988796,0.0,0.13266832623974756,0.15372517456988796,0.0,0.08937515031498629,0.15372517456988796,0.0,0.07816479351794035,0.15372517456988796,0.0,0.028228516022258118,0.15372517456988796,0.0,0.5423292338985586,0.15372517456988796,0.0,0.5678276893230639,0.15372517456988796,0.0,0.4359550385438065,0.15372517456988796,0.0,0.1296469198451526,0.5,0.15372517456988796,0.0,0.05905165765424097,0.15372517456988796,0.0,0.007856133129376431,0.5,0.15372517456988796,0.0,0.012541581187091594,0.15372517456988796,0.0,0.013241111485379091,0.15372517456988796,0.0,0.09411996023954597,0.15372517456988796,0.0,0.20728878434729742,0.15372517456988796,0.0,0.23569306068010848,0.15372517456988796,0.0,0.17974162121820314,0.15372517456988796,0.0,0.023284474171499484,0.5,0.15372517456988796,0.0,0.006529170388271942,0.0,0.1190959622246491,0.5548951463458928 -1661,0.5,0.15372517456988796,0.0,0.1260724231842435,0.15372517456988796,0.0,0.07107138711063611,0.15372517456988796,0.0,0.10570641909631373,0.15372517456988796,0.0,0.0366410696093878,0.15372517456988796,0.0,0.46798534585918167,0.15372517456988796,0.0,0.5667581850942421,0.15372517456988796,0.0,0.41559426746550876,0.15372517456988796,0.0,0.1692693789209423,0.5,0.15372517456988796,0.0,0.06850345698154224,0.15372517456988796,0.0,0.014498572711429415,0.5,0.15372517456988796,0.0,0.012401330304276472,0.15372517456988796,0.0,0.014021224501790023,0.15372517456988796,0.0,0.08252383025232964,0.15372517456988796,0.0,0.16059621450273012,0.15372517456988796,0.0,0.22220722832505665,0.15372517456988796,0.0,0.2382475066437563,0.15372517456988796,0.0,0.022226311415602128,0.5,0.15372517456988796,0.0,0.00802904593590783,0.0,0.12111679976076593,0.4648807022913392 -1662,0.5,0.15372517456988796,0.0,0.12091876528629333,0.15372517456988796,0.0,0.06028966404319016,0.15372517456988796,0.0,0.1215857495678772,0.15372517456988796,0.0,0.040373497846884925,0.15372517456988796,0.0,0.33445789293059264,0.15372517456988796,0.0,0.5713367178653695,0.15372517456988796,0.0,0.4369957160855161,0.15372517456988796,0.0,0.17659279758813257,0.5,0.15372517456988796,0.0,0.08839306821563092,0.15372517456988796,0.0,0.019458005401100615,0.5,0.15372517456988796,0.0,0.01847328063420068,0.15372517456988796,0.0,0.013133019983530456,0.15372517456988796,0.0,0.0746548920474804,0.15372517456988796,0.0,0.12375507723264006,0.15372517456988796,0.0,0.1850663612664446,0.15372517456988796,0.0,0.2879093489696236,0.15372517456988796,0.0,0.025446112292824195,0.5,0.15372517456988796,0.0,0.008741929874939434,0.0,0.09128837754796314,0.36609129945340013 -1663,0.5,0.15372517456988796,0.0,0.12790035423446736,0.15372517456988796,0.0,0.05226460423473004,0.15372517456988796,0.0,0.1322846903942628,0.15372517456988796,0.0,0.045140844613481,0.15372517456988796,0.0,0.21080942313316708,0.15372517456988796,0.0,0.5546593904084578,0.15372517456988796,0.0,0.42048018818377353,0.15372517456988796,0.0,0.18837409467852492,0.5,0.15372517456988796,0.0,0.12295495445402592,0.15372517456988796,0.0,0.03143480698097314,0.5,0.15372517456988796,0.0,0.020802148076141537,0.15372517456988796,0.0,0.013625796263266047,0.15372517456988796,0.0,0.07132661006575024,0.15372517456988796,0.0,0.10479169831787705,0.15372517456988796,0.0,0.16502329131697013,0.15372517456988796,0.0,0.3379544796288451,0.15372517456988796,0.0,0.03556850060605903,0.5,0.15372517456988796,0.0,0.008383242533748489,0.0,0.06516682508347957,0.31089234771037183 -1664,0.5,0.15372517456988796,0.023556941394879287,0.1534130814004933,0.15372517456988796,0.04390008170331682,0.0489392781583984,0.15372517456988796,0.014840661526967907,0.14237909784883246,0.15372517456988796,0.06006872767331696,0.07011431557662312,0.15372517456988796,0.01365335315966925,0.13156772220722618,0.15372517456988796,0.0018022257024971535,0.47807314126578204,0.15372517456988796,0.0028280661559483915,0.3723648625789243,0.15372517456988796,0.003556444041062363,0.20520737170264625,0.5,0.15372517456988796,0.02057572719641914,0.1586475220706348,0.15372517456988796,0.04394285379357894,0.05272101838138797,0.5,0.15372517456988796,0.04404073113274407,0.026995302991154685,0.15372517456988796,0.03535199406379423,0.015127108558261349,0.15372517456988796,0.03716575648844377,0.06670549835063537,0.15372517456988796,0.027051957015220323,0.09568208492457295,0.15372517456988796,0.01033634618439196,0.14782689606437477,0.15372517456988796,0.006191109561933091,0.37309895071524657,0.15372517456988796,0.0612105313796807,0.03969714954743691,0.5,0.15372517456988796,0.07246748542798781,0.007935468846877793,0.0,0.0578396415658717,0.2690098534551531 -1665,0.5,0.15372517456988796,0.09041887720895767,0.19270451317631515,0.15372517456988796,0.21097774943861397,0.0416513553691246,0.15372517456988796,0.05228603062622439,0.1679453195649866,0.15372517456988796,0.15339799662828027,0.12389792808839573,0.15372517456988796,0.14986027419306713,0.16513785329046018,0.15372517456988796,0.030691926988894593,0.40535609745037526,0.15372517456988796,0.03838280153007631,0.37799203588041597,0.15372517456988796,0.03578388751724651,0.1925437531074132,0.5,0.15372517456988796,0.1225247303113933,0.22949243536803235,0.15372517456988796,0.17706131155337876,0.1042607134750437,0.5,0.15372517456988796,0.210173256622799,0.04185520977204773,0.15372517456988796,0.16753943048430117,0.02084524351888498,0.15372517456988796,0.2031261823647402,0.058300385760835544,0.15372517456988796,0.18937942445430608,0.09156873566472634,0.15372517456988796,0.05623564862954955,0.1557287065890536,0.15372517456988796,0.041329949485939335,0.38115658354887,0.15372517456988796,0.22781233911282456,0.04342886073833157,0.5,0.15372517456988796,0.2354479900257021,0.009287979243027551,0.0,0.055906588999330306,0.24553772592731216 -1666,0.5,0.15372517456988796,0.17275114778375963,0.21603485622356863,0.15372517456988796,0.37429223397768463,0.07254149938456972,0.15372517456988796,0.09448481977955939,0.1966874303623065,0.15372517456988796,0.208283652873015,0.16550819024649074,0.15372517456988796,0.29045857445110596,0.3082915206759851,0.15372517456988796,0.10991604620666376,0.40729016656865147,0.15372517456988796,0.10032428503104072,0.4287136117874579,0.15372517456988796,0.09446992727477556,0.19165308091102792,0.5,0.15372517456988796,0.22954078420648955,0.28701636952470483,0.15372517456988796,0.32869476005849596,0.19823052243353725,0.5,0.15372517456988796,0.3821348922144042,0.12675408267949978,0.15372517456988796,0.3196763618920395,0.050514535133315205,0.15372517456988796,0.3648406282287099,0.06820956917339943,0.15372517456988796,0.35376410186068774,0.15409013767539037,0.15372517456988796,0.10991739068298886,0.19570845826079644,0.15372517456988796,0.1054080625744869,0.3749881961534552,0.15372517456988796,0.3987834228585201,0.08284694893857109,0.5,0.15372517456988796,0.4038518499378453,0.020066907109044827,0.0,0.05239722120587348,0.22854192849352867 -1667,0.5,0.15372517456988796,0.27117562771124915,0.20455189375026403,0.15372517456988796,0.5260960286841103,0.0918408449387772,0.15372517456988796,0.13840165739406834,0.2122778290001814,0.15372517456988796,0.21860950435978915,0.181229080111715,0.15372517456988796,0.41722172574261207,0.4066900047653328,0.15372517456988796,0.27758524344576285,0.5182742549592674,0.15372517456988796,0.16160358136964473,0.43781069831437985,0.15372517456988796,0.19374796753482312,0.20421593886558287,0.5,0.15372517456988796,0.3542814921007093,0.3048510659063741,0.15372517456988796,0.46569764700505595,0.2524632220298823,0.5,0.15372517456988796,0.5396805573301502,0.3044034372192672,0.15372517456988796,0.47661178994527054,0.13047934328035785,0.15372517456988796,0.5165257805442267,0.09476804076108003,0.15372517456988796,0.5097267171530145,0.1988813790173528,0.15372517456988796,0.16641883908790261,0.2166587753054096,0.15372517456988796,0.2025526396207943,0.36391967400914377,0.15372517456988796,0.5559828129985466,0.13396122919210054,0.5,0.15372517456988796,0.5482914398036881,0.0705686560646486,0.0,0.04810576084586135,0.19757607669694185 -1668,0.5,0.15372517456988796,0.3346251531835228,0.20095140267978584,0.15372517456988796,0.627087781372483,0.13214147210266924,0.15372517456988796,0.16477581509288386,0.21000795149750712,0.15372517456988796,0.2110566289895231,0.18643732812862734,0.15372517456988796,0.4889270845087801,0.46525935039338023,0.15372517456988796,0.3397892505301225,0.5241250874353105,0.15372517456988796,0.21999706485497245,0.42566241798283144,0.15372517456988796,0.2994293850360588,0.19017526061551335,0.5,0.15372517456988796,0.476255044063024,0.29355807349752777,0.15372517456988796,0.5827972863795043,0.3422578419886053,0.5,0.15372517456988796,0.6441928910455651,0.3534794629680321,0.15372517456988796,0.6016492312927306,0.23236174828099476,0.15372517456988796,0.619922585207263,0.12227775226533154,0.15372517456988796,0.6181951866918657,0.20153147318895004,0.15372517456988796,0.21653056812071914,0.22084398636754013,0.15372517456988796,0.3077314308304051,0.3459123832376011,0.15372517456988796,0.6529762532257982,0.19604934627944237,0.5,0.15372517456988796,0.6366197666185933,0.11356472976577506,0.0,0.03505552662896117,0.1567280614539583 -1669,0.5,0.15372517456988796,0.36871181915332935,0.19726650405736768,0.15372517456988796,0.6685393897085882,0.18618545926567592,0.15372517456988796,0.17013730975402275,0.19802522340441686,0.15372517456988796,0.19184020708432764,0.18678044630775648,0.15372517456988796,0.5184215225797024,0.4665602906870094,0.15372517456988796,0.31777981728749416,0.5235458650913642,0.15372517456988796,0.23285231606909718,0.40122281226594486,0.15372517456988796,0.423329847781284,0.1799389466533925,0.5,0.15372517456988796,0.6018914805633799,0.31277239388640843,0.15372517456988796,0.6271743418115299,0.3998801834224818,0.5,0.15372517456988796,0.6881937921918908,0.3062627284293213,0.15372517456988796,0.6581425168575625,0.29884580973300023,0.15372517456988796,0.6638227287014428,0.12691559867004798,0.15372517456988796,0.6681504842858411,0.22024351123335598,0.15372517456988796,0.25323531476438643,0.22656435705736713,0.15372517456988796,0.3956577822345515,0.32750027419123706,0.15372517456988796,0.6897234342457466,0.2517653822162021,0.5,0.15372517456988796,0.6701245530665333,0.14126482811813382,0.0,0.03340976816793234,0.12214491067375154 -1670,0.5,0.15372517456988796,0.3761669788019098,0.22137636478894573,0.15372517456988796,0.6598117768407559,0.2261424691510273,0.15372517456988796,0.15661424871383767,0.19121233819999234,0.15372517456988796,0.16484449340283888,0.1895213517542364,0.15372517456988796,0.5481251694746304,0.4741691560398248,0.15372517456988796,0.2707688247270821,0.5115726192871612,0.15372517456988796,0.22611934487364746,0.3769173311032675,0.15372517456988796,0.5083556670700737,0.1710267953881496,0.5,0.15372517456988796,0.67504740245027,0.3392536870791802,0.15372517456988796,0.6261440209908136,0.3812678313508081,0.5,0.15372517456988796,0.6809055543760095,0.3520586782236256,0.15372517456988796,0.6591119501409494,0.31427903806496243,0.15372517456988796,0.6575111894560065,0.13392929670842224,0.15372517456988796,0.6640201565500031,0.2604172337716265,0.15372517456988796,0.27630356738757045,0.24361246859709113,0.15372517456988796,0.4306763077997147,0.3283787295976653,0.15372517456988796,0.6753141938865699,0.27136656815741683,0.5,0.15372517456988796,0.6540669206602678,0.1486190210970063,0.0,0.04252967562790493,0.09879271596305524 -1671,0.5,0.15372517456988796,0.32982513342232334,0.24282823405734458,0.15372517456988796,0.5895414959287346,0.2532102428772733,0.15372517456988796,0.12447244797740072,0.20019541804264906,0.15372517456988796,0.12287084878895047,0.2072418342019578,0.15372517456988796,0.5103311840996598,0.45455709844112246,0.15372517456988796,0.22491248451563128,0.5201978084781499,0.15372517456988796,0.19605855578977632,0.37947516857550784,0.15372517456988796,0.5304897229474639,0.18755875168188296,0.5,0.15372517456988796,0.623556308877582,0.37449393765102024,0.15372517456988796,0.5830134682663259,0.3584868432880147,0.5,0.15372517456988796,0.6140816905175209,0.3980559118476354,0.15372517456988796,0.6045046509746153,0.34908990528910944,0.15372517456988796,0.5895990546323434,0.13737685328717725,0.15372517456988796,0.6019762037591325,0.2953404906676105,0.15372517456988796,0.2612463610536503,0.2576407242881701,0.15372517456988796,0.37364904452442393,0.3815373597584311,0.15372517456988796,0.5981371218409302,0.3318373332599348,0.5,0.15372517456988796,0.58004193775332,0.15583966590137371,0.0,0.0522270022666763,0.08172840467191508 -1672,0.5,0.15372517456988796,0.24589967953385122,0.23285944039845438,0.15372517456988796,0.46113366743510287,0.254043491734998,0.15372517456988796,0.08053402139867526,0.2171764934909992,0.15372517456988796,0.07074977949856384,0.21563250516578955,0.15372517456988796,0.3965233412818403,0.40006257547726987,0.15372517456988796,0.16254049465187737,0.5337334892253734,0.15372517456988796,0.1444376953822995,0.4032273743077661,0.15372517456988796,0.42284086080094363,0.2113998288180818,0.5,0.15372517456988796,0.5029827324445922,0.4198162088445154,0.15372517456988796,0.46633377681432475,0.31872030999786904,0.5,0.15372517456988796,0.48536645422177527,0.44235696633052707,0.15372517456988796,0.48683567176880177,0.31339396850062545,0.15372517456988796,0.4634691572009626,0.12905989008501417,0.15372517456988796,0.47893097716329824,0.28967465227835476,0.15372517456988796,0.19181956327349473,0.2605134482201104,0.15372517456988796,0.28405568835299266,0.4451704763382109,0.15372517456988796,0.45854370348698736,0.38168901678083267,0.5,0.15372517456988796,0.44756263799584817,0.15012127098271977,0.0,0.05013757716097086,0.07755437633321698 -1673,0.5,0.15372517456988796,0.11806262246906304,0.15264854363188862,0.15372517456988796,0.3069400551756152,0.12813093469470788,0.15372517456988796,0.039450085295719646,0.22461628459712052,0.15372517456988796,0.026932823956595894,0.2042760501482875,0.15372517456988796,0.2596948176351379,0.26714292205413204,0.15372517456988796,0.09337758186883072,0.5099490997621864,0.15372517456988796,0.083431048984757,0.3938656202327495,0.15372517456988796,0.2851399235291593,0.19241699768924675,0.5,0.15372517456988796,0.34878895229854096,0.3369114363796356,0.15372517456988796,0.3129177545038739,0.20873583977826204,0.5,0.15372517456988796,0.32971842084386727,0.3601566390639013,0.15372517456988796,0.33031932988763374,0.18551206676792364,0.15372517456988796,0.3070701413150063,0.08252301421951644,0.15372517456988796,0.3342468584350936,0.17740597765588084,0.15372517456988796,0.09138338194086522,0.221711453232173,0.15372517456988796,0.16783710085422818,0.4273475829101559,0.15372517456988796,0.2911398908728476,0.3518259515765592,0.5,0.15372517456988796,0.2643965136641966,0.07336197552860399,0.0,0.05012675856595489,0.10056932651390033 -1674,0.5,0.15372517456988796,0.0,0.1035888864079909,0.15372517456988796,0.0,0.1103373877730498,0.15372517456988796,0.0,0.2152599225298801,0.15372517456988796,0.0,0.1897412792818373,0.15372517456988796,0.04328370681066954,0.18498081255599003,0.15372517456988796,0.025899309896673845,0.4436659965936107,0.15372517456988796,0.016303879205720597,0.32749786079936083,0.15372517456988796,0.04011910012695582,0.15987928475521898,0.5,0.15372517456988796,0.04545956873891399,0.24894707481734196,0.15372517456988796,0.015202575974552011,0.15290744390555758,0.5,0.15372517456988796,0.03442288830083126,0.39231266974611795,0.15372517456988796,0.03891810749601346,0.16535921560816091,0.15372517456988796,0.012229068399701878,0.09432741685550677,0.15372517456988796,0.036285371695425006,0.15284554066801623,0.15372517456988796,0.006185274735745925,0.18954455913787668,0.15372517456988796,0.018546740151704134,0.3405844135251508,0.15372517456988796,0.005545940228090149,0.31764362460406675,0.5,0.15372517456988796,0.0,0.08685678731677457,0.0,0.05842152246234942,0.14358589662984977 -1675,0.5,0.15372517456988796,0.0,0.09810186117133281,0.15372517456988796,0.0,0.10078305054205408,0.15372517456988796,0.0,0.21027273055818158,0.15372517456988796,0.0,0.19223253786475653,0.15372517456988796,0.0,0.16932389861370092,0.15372517456988796,0.0,0.38157051476310566,0.15372517456988796,0.0,0.2893144633411341,0.15372517456988796,0.0,0.13441469694567107,0.5,0.15372517456988796,0.0,0.24649081044245355,0.15372517456988796,0.0,0.154549448643056,0.5,0.15372517456988796,0.0,0.4669131389926694,0.15372517456988796,0.0,0.16024442576529632,0.15372517456988796,0.0,0.10841617916205297,0.15372517456988796,0.0,0.1634008849197363,0.15372517456988796,0.0,0.18430488870594136,0.15372517456988796,0.0,0.2935662926368903,0.15372517456988796,0.0,0.28049678917541476,0.5,0.15372517456988796,0.0,0.08325980524049008,0.0,0.05573838214636142,0.18870749918802485 -1676,0.5,0.15372517456988796,0.0,0.08361140756410534,0.15372517456988796,0.0,0.07514900761333976,0.15372517456988796,0.0,0.233261514200481,0.15372517456988796,0.0,0.19598919123705166,0.15372517456988796,0.0,0.1839992385180359,0.15372517456988796,0.0,0.3309108585843548,0.15372517456988796,0.0,0.29579427975177475,0.15372517456988796,0.0,0.1161353324146221,0.5,0.15372517456988796,0.0,0.2233111563788282,0.15372517456988796,0.0,0.13151799992025215,0.5,0.15372517456988796,0.0,0.5138399807584647,0.15372517456988796,0.0,0.13623126629457474,0.15372517456988796,0.0,0.09892525723399175,0.15372517456988796,0.0,0.15270884836782156,0.15372517456988796,0.0,0.19046115461888194,0.15372517456988796,0.0,0.2910157701224287,0.15372517456988796,0.0,0.2537265279119487,0.5,0.15372517456988796,0.0,0.08377691854905762,0.0,0.039917413624989684,0.22383189441410553 -1677,0.5,0.15372517456988796,0.0,0.06629977024048886,0.15372517456988796,0.0,0.062382247429451185,0.15372517456988796,0.0,0.26223030795755586,0.15372517456988796,0.0,0.18608510182569796,0.15372517456988796,0.0,0.19383096034430514,0.15372517456988796,0.0,0.26110092698210996,0.15372517456988796,0.0,0.3043258713608707,0.15372517456988796,0.0,0.08591831167729908,0.5,0.15372517456988796,0.0,0.21006760684922568,0.15372517456988796,0.0,0.10029087342213813,0.5,0.15372517456988796,0.0,0.5501279063532116,0.15372517456988796,0.0,0.1142985280867467,0.15372517456988796,0.0,0.07941892482663948,0.15372517456988796,0.0,0.1365314995944258,0.15372517456988796,0.0,0.18332749442046437,0.15372517456988796,0.0,0.27386768794498195,0.15372517456988796,0.0,0.2283998569955976,0.5,0.15372517456988796,0.0,0.09439942065796406,0.0,0.026787990877892083,0.2236146200574439 -1678,0.5,0.15372517456988796,0.0,0.05106716272463836,0.15372517456988796,0.0,0.05307252112861039,0.15372517456988796,0.0,0.2482883265483506,0.15372517456988796,0.0,0.17194448159913592,0.15372517456988796,0.0,0.18986514882371242,0.15372517456988796,0.0,0.23921763064997975,0.15372517456988796,0.0,0.30195884640554804,0.15372517456988796,0.0,0.0627640613344512,0.5,0.15372517456988796,0.0,0.18481195704361073,0.15372517456988796,0.0,0.07290044786221071,0.5,0.15372517456988796,0.0,0.4773078134649196,0.15372517456988796,0.0,0.09590105452018792,0.15372517456988796,0.0,0.06118400299916852,0.15372517456988796,0.0,0.11154584950166288,0.15372517456988796,0.0,0.16628732687880765,0.15372517456988796,0.0,0.2736328670564247,0.15372517456988796,0.0,0.21803379753321303,0.5,0.15372517456988796,0.0,0.10679502688615067,0.0,0.01986037646169903,0.2090458547598901 -1679,0.5,0.15372517456988796,0.0,0.03973768470218631,0.15372517456988796,0.0,0.043492877108510734,0.15372517456988796,0.0,0.2163815885093437,0.15372517456988796,0.0,0.15327550906799792,0.15372517456988796,0.0,0.17512496743429398,0.15372517456988796,0.0,0.20471392611159617,0.15372517456988796,0.0,0.27820332273667964,0.15372517456988796,0.0,0.055016359409714236,0.5,0.15372517456988796,0.0,0.17185022881050613,0.15372517456988796,0.0,0.05422532356081946,0.5,0.15372517456988796,0.0,0.4043373967967726,0.15372517456988796,0.0,0.08663508210099896,0.15372517456988796,0.0,0.046624158943864236,0.15372517456988796,0.0,0.08981332231391871,0.15372517456988796,0.0,0.14471250077546954,0.15372517456988796,0.0,0.26913964428192066,0.15372517456988796,0.0,0.23204934768503385,0.5,0.15372517456988796,0.0,0.11902199359509495,0.0,0.016528499575107942,0.1971128466219664 -1680,0.5,0.15372517456988796,0.0,0.030554954717795582,0.15372517456988796,0.0,0.0329036000237879,0.15372517456988796,0.0,0.1745587072992746,0.15372517456988796,0.0,0.11969071709997064,0.15372517456988796,0.0,0.17179476881403344,0.15372517456988796,0.0,0.15565350565719738,0.15372517456988796,0.0,0.23717288818109816,0.15372517456988796,0.0,0.05155015311264982,0.5,0.15372517456988796,0.0,0.15911531318010877,0.15372517456988796,0.0,0.050513929113609995,0.5,0.15372517456988796,0.0,0.3313588604313941,0.15372517456988796,0.0,0.08034262862029175,0.15372517456988796,0.0,0.03566552201397126,0.15372517456988796,0.0,0.07498895673201944,0.15372517456988796,0.0,0.11726460468768195,0.15372517456988796,0.0,0.2488245169623365,0.15372517456988796,0.0,0.2527063786164429,0.5,0.15372517456988796,0.0,0.13619977833284808,0.0,0.012041312745269865,0.19042096601114028 -1681,0.5,0.15372517456988796,0.0,0.023605161943546872,0.15372517456988796,0.0,0.027971740451014075,0.15372517456988796,0.0,0.13322127077438203,0.15372517456988796,0.0,0.09072496046356893,0.15372517456988796,0.0,0.1705402255970451,0.15372517456988796,0.0,0.12541696951271858,0.15372517456988796,0.0,0.205104213519052,0.15372517456988796,0.0,0.0490501158139927,0.5,0.15372517456988796,0.0,0.15171212775960924,0.15372517456988796,0.0,0.050529400894598286,0.5,0.15372517456988796,0.0,0.30623093396853474,0.15372517456988796,0.0,0.07785039201735784,0.15372517456988796,0.0,0.03018628198797846,0.15372517456988796,0.0,0.060100378071566415,0.15372517456988796,0.0,0.09147895949960398,0.15372517456988796,0.0,0.18930271352917305,0.15372517456988796,0.0,0.25542482542729456,0.5,0.15372517456988796,0.0,0.1317346477660105,0.0,0.009950699802397725,0.1580098611365843 -1682,0.5,0.15372517456988796,0.0,0.01932961407057405,0.15372517456988796,0.0,0.028566645773766136,0.15372517456988796,0.0,0.11841264594766654,0.15372517456988796,0.0,0.06541020583109275,0.15372517456988796,0.0,0.15717697387717938,0.15372517456988796,0.0,0.10738168196665827,0.15372517456988796,0.0,0.15457691807853047,0.15372517456988796,0.0,0.04486852398695583,0.5,0.15372517456988796,0.0,0.1438355783432882,0.15372517456988796,0.0,0.05224708044028418,0.5,0.15372517456988796,0.0,0.3348173583810187,0.15372517456988796,0.0,0.0796321933054944,0.15372517456988796,0.0,0.026770297727342577,0.15372517456988796,0.0,0.04500031369784488,0.15372517456988796,0.0,0.07633229277989588,0.15372517456988796,0.0,0.14764419976353113,0.15372517456988796,0.0,0.23028568110178593,0.5,0.15372517456988796,0.0,0.12565585516331737,0.0,0.008122858647245752,0.11941273548127829 -1683,0.5,0.15372517456988796,0.0,0.01749432997965315,0.15372517456988796,0.0,0.029236628927372037,0.15372517456988796,0.0,0.12230394972865004,0.15372517456988796,0.0,0.04485442698096991,0.15372517456988796,0.0,0.12168015977740695,0.15372517456988796,0.0,0.09402980733577156,0.15372517456988796,0.0,0.11081806032631851,0.15372517456988796,0.0,0.03907240619175713,0.5,0.15372517456988796,0.0,0.12868331170038663,0.15372517456988796,0.0,0.04834922008676661,0.5,0.15372517456988796,0.0,0.3366947182865597,0.15372517456988796,0.0,0.0901243589412291,0.15372517456988796,0.0,0.025598013778620844,0.15372517456988796,0.0,0.040940853895701,0.15372517456988796,0.0,0.07736675573317664,0.15372517456988796,0.0,0.14533468256072274,0.15372517456988796,0.0,0.16510451196509246,0.5,0.15372517456988796,0.0,0.0893715422210065,0.0,0.005950109680665035,0.09447162047101676 -1684,0.5,0.15372517456988796,0.0,0.017134696450241453,0.15372517456988796,0.0,0.03244846213443725,0.15372517456988796,0.0,0.1250837196538534,0.15372517456988796,0.0,0.036358035721537715,0.15372517456988796,0.0,0.09607552664153264,0.15372517456988796,0.0,0.0849517098228879,0.15372517456988796,0.0,0.10550361930975222,0.15372517456988796,0.0,0.030207496020963856,0.5,0.15372517456988796,0.0,0.09742269645463476,0.15372517456988796,0.0,0.04308514026972669,0.5,0.15372517456988796,0.0,0.3079263315273731,0.15372517456988796,0.0,0.09356189675280839,0.15372517456988796,0.0,0.024198159801135585,0.15372517456988796,0.0,0.04273349082942528,0.15372517456988796,0.0,0.08538637416973205,0.15372517456988796,0.0,0.14138256261215254,0.15372517456988796,0.0,0.12281993678395597,0.5,0.15372517456988796,0.0,0.05882522151536103,0.0,0.005870939838196613,0.08344663914794778 -1685,0.5,0.15372517456988796,0.0,0.015683909855419478,0.15372517456988796,0.0,0.03215058010101046,0.15372517456988796,0.0,0.11839098754726601,0.15372517456988796,0.0,0.037736660633455515,0.15372517456988796,0.0,0.0866544361151938,0.15372517456988796,0.0,0.08686119708989386,0.15372517456988796,0.0,0.13111926200789323,0.15372517456988796,0.0,0.03116156209696492,0.5,0.15372517456988796,0.0,0.07620026126664906,0.15372517456988796,0.0,0.03642862093643727,0.5,0.15372517456988796,0.0,0.3038974058146092,0.15372517456988796,0.0,0.0812402792105372,0.15372517456988796,0.0,0.021995278059761567,0.15372517456988796,0.0,0.047194949854807704,0.15372517456988796,0.0,0.09110951724682329,0.15372517456988796,0.0,0.1402083659324944,0.15372517456988796,0.0,0.10329014746997904,0.5,0.15372517456988796,0.0,0.05121564412653669,0.0,0.00620360385956915,0.08209034549716973 -1686,0.5,0.15372517456988796,0.0,0.014473089304796493,0.15372517456988796,0.0,0.024252320706822688,0.15372517456988796,0.0,0.10574219633231821,0.15372517456988796,0.0,0.037360133910384834,0.15372517456988796,0.0,0.09666754037240229,0.15372517456988796,0.0,0.09190234596835219,0.15372517456988796,0.0,0.15076990904717597,0.15372517456988796,0.0,0.035387818275699146,0.5,0.15372517456988796,0.0,0.08343021498158676,0.15372517456988796,0.0,0.03354835634338423,0.5,0.15372517456988796,0.0,0.2668012570893352,0.15372517456988796,0.0,0.05776461778568553,0.15372517456988796,0.0,0.017102844132771675,0.15372517456988796,0.0,0.05069488298933046,0.15372517456988796,0.0,0.09160236285219252,0.15372517456988796,0.0,0.13480204257028522,0.15372517456988796,0.0,0.07854398593033245,0.5,0.15372517456988796,0.0,0.04936175701026087,0.0,0.006465691720214951,0.08944307158363576 -1687,0.5,0.15372517456988796,0.0,0.014564960468514148,0.15372517456988796,0.0,0.020114693247656704,0.15372517456988796,0.0,0.09618826175780633,0.15372517456988796,0.0,0.03696047084762909,0.15372517456988796,0.0,0.10463906189549008,0.15372517456988796,0.0,0.0888091441849462,0.15372517456988796,0.0,0.16413939623634305,0.15372517456988796,0.0,0.03657686376263092,0.5,0.15372517456988796,0.0,0.10593337910430145,0.15372517456988796,0.0,0.03648932928178874,0.5,0.15372517456988796,0.0,0.16608076078285886,0.15372517456988796,0.0,0.053513324013136764,0.15372517456988796,0.0,0.013187759605576718,0.15372517456988796,0.0,0.04856029445422987,0.15372517456988796,0.0,0.07682659629558383,0.15372517456988796,0.0,0.13027786912560751,0.15372517456988796,0.0,0.05486985996410039,0.5,0.15372517456988796,0.0,0.0450003106075791,0.0,0.005660928968264939,0.09829242721879285 -1688,0.5,0.15372517456988796,0.07586517806133954,0.013719139708329756,0.15372517456988796,0.04943765724368991,0.018786513426473042,0.15372517456988796,0.03654569089066378,0.09510126563843715,0.15372517456988796,0.07167260363737868,0.04218559441596579,0.15372517456988796,0.028928784650276058,0.0922572489616978,0.15372517456988796,0.02198345898865599,0.08016459353110775,0.15372517456988796,0.02734180969314154,0.1728330678535054,0.15372517456988796,0.019253415123485062,0.03427722481536208,0.5,0.15372517456988796,0.012875282633639422,0.11452066259321533,0.15372517456988796,0.030495211797589503,0.035120575992519665,0.5,0.15372517456988796,0.01804662685161201,0.10361126172023796,0.15372517456988796,0.02545626997236526,0.05648748673194552,0.15372517456988796,0.04271840818199639,0.012012690850020743,0.15372517456988796,0.0329553553934314,0.044927268356123276,0.15372517456988796,0.030965575255578734,0.06867904063378522,0.15372517456988796,0.03418166045932458,0.12003989592979107,0.15372517456988796,0.0635464092065986,0.04654298505267982,0.5,0.15372517456988796,0.08186237426136488,0.040924726344098834,0.0,0.005229363995324991,0.0993001271211555 -1689,0.5,0.15372517456988796,0.24347335872575354,0.01541114022186808,0.15372517456988796,0.21718747649509898,0.017781951898250072,0.15372517456988796,0.17986076811463564,0.12000168544694095,0.15372517456988796,0.21619854745831407,0.06592876168984795,0.15372517456988796,0.1900332745000099,0.09474717909656888,0.15372517456988796,0.18270361051954975,0.06663436803792301,0.15372517456988796,0.17827790894961273,0.18605530486261584,0.15372517456988796,0.14755310241328337,0.03318642278810717,0.5,0.15372517456988796,0.0883543094212876,0.12122060965469064,0.15372517456988796,0.13552140407689214,0.03868402774812448,0.5,0.15372517456988796,0.11231274706923625,0.104975357296378,0.15372517456988796,0.12224828382068609,0.05987562170880564,0.15372517456988796,0.20880864018528333,0.012646115870459461,0.15372517456988796,0.19666461910515826,0.04677201233357041,0.15372517456988796,0.15914742589568417,0.11398344633586653,0.15372517456988796,0.18550454790066495,0.12546940425035208,0.15372517456988796,0.23497326759248957,0.042958412933949454,0.5,0.15372517456988796,0.25440794454178595,0.03549751710517754,0.0,0.005162674742258109,0.09119499096055907 -1690,0.5,0.15372517456988796,0.4043794012769667,0.02531119815396424,0.15372517456988796,0.3814010119967421,0.022388045992987368,0.15372517456988796,0.35962608005049873,0.16252394199743128,0.15372517456988796,0.37953131242147653,0.09952270448107343,0.15372517456988796,0.3584118710867934,0.2064888392926756,0.15372517456988796,0.3514985211216263,0.09729124222114621,0.15372517456988796,0.35288358523752283,0.239161268680963,0.15372517456988796,0.31905271775018307,0.04435350437182846,0.5,0.15372517456988796,0.1973447911442695,0.11252648845698007,0.15372517456988796,0.2836735250921253,0.04308648606089596,0.5,0.15372517456988796,0.255068991568168,0.16384770022325987,0.15372517456988796,0.2456885828915073,0.06605458226609433,0.15372517456988796,0.3728313350583267,0.01200713794450636,0.15372517456988796,0.3634600115813672,0.06879679575422387,0.15372517456988796,0.3092470217541872,0.1776613399132367,0.15372517456988796,0.3649706229909682,0.16680110736862808,0.15372517456988796,0.40875036020538497,0.09113462765656527,0.5,0.15372517456988796,0.4297497212740378,0.08268579203356892,0.0,0.005323453711982035,0.08254984757296441 -1691,0.5,0.15372517456988796,0.5480661963325063,0.03934939617589058,0.15372517456988796,0.5321211366467756,0.058282026700863014,0.15372517456988796,0.5227231133862977,0.15855920951642483,0.15372517456988796,0.5437478722481222,0.12530173717044912,0.15372517456988796,0.5076165253876119,0.22050252470680726,0.15372517456988796,0.5115999472436589,0.093923371147312,0.15372517456988796,0.5226547555569897,0.24313668108294442,0.15372517456988796,0.503393579591962,0.05403800148128101,0.5,0.15372517456988796,0.36255018033294645,0.10099003067112185,0.15372517456988796,0.4793026710309559,0.04307051672860805,0.5,0.15372517456988796,0.4286612975999782,0.2771355693590249,0.15372517456988796,0.3819371212289247,0.06387612523685858,0.15372517456988796,0.5247118821055142,0.018405010262300903,0.15372517456988796,0.516462448635806,0.12262619746010081,0.15372517456988796,0.47931535583827134,0.20319269097045897,0.15372517456988796,0.5345393706822428,0.15462280540542842,0.15372517456988796,0.5607656210096549,0.1424516747982803,0.5,0.15372517456988796,0.5780469781944275,0.1332755430542405,0.0,0.0038510588130566048,0.06981196601840885 -1692,0.5,0.15372517456988796,0.63688568326766,0.0500996708380701,0.15372517456988796,0.6321788929748715,0.10812859681567244,0.15372517456988796,0.6493928815587942,0.18897438224179575,0.15372517456988796,0.648083564007039,0.14816288860511045,0.15372517456988796,0.6235673873929914,0.19730713601694946,0.15372517456988796,0.6252611128155042,0.08826383813112719,0.15372517456988796,0.6320278269328132,0.1944481316914105,0.15372517456988796,0.632084567331934,0.06977294015456312,0.5,0.15372517456988796,0.5551329035009943,0.11541752868233413,0.15372517456988796,0.6234651024748822,0.0683508795412498,0.5,0.15372517456988796,0.5639822324649083,0.2563220879329631,0.15372517456988796,0.5322988128819044,0.08647273587417911,0.15372517456988796,0.6271643574833462,0.022996091264037795,0.15372517456988796,0.6241263867283113,0.14674220165433804,0.15372517456988796,0.6032933873626772,0.21903175806775307,0.15372517456988796,0.6458502389756223,0.12406609804718688,0.15372517456988796,0.6562345402753805,0.15262364961808164,0.5,0.15372517456988796,0.6668476242512703,0.17349741763093607,0.0,0.00043745983748985564,0.05615433114498562 -1693,0.5,0.15372517456988796,0.6681684637661907,0.04698098049197775,0.15372517456988796,0.6726779052289165,0.09773458154772352,0.15372517456988796,0.6853350992082294,0.23636461808736695,0.15372517456988796,0.6756797498035533,0.16259330933712235,0.15372517456988796,0.6554221782427838,0.20525554713728336,0.15372517456988796,0.6779049137203983,0.09803046049532038,0.15372517456988796,0.6807885056255034,0.17406846101690268,0.15372517456988796,0.6839623240895568,0.09845839801331607,0.5,0.15372517456988796,0.6610019765697758,0.16885954799245648,0.15372517456988796,0.6954374874661792,0.10797737674194237,0.5,0.15372517456988796,0.6401662064809119,0.2233193856417079,0.15372517456988796,0.6414579766839361,0.10555385989631652,0.15372517456988796,0.6697968724066984,0.02241062323061526,0.15372517456988796,0.6733784195852737,0.1747221556322861,0.15372517456988796,0.6610120426108861,0.2393752617224233,0.15372517456988796,0.6885858042575325,0.10728738176900277,0.15372517456988796,0.6929283033104681,0.17003677897886554,0.5,0.15372517456988796,0.6980267780886407,0.16187956459422087,0.0,0.0001634673716790417,0.050332298963156046 -1694,0.5,0.15372517456988796,0.6486640522833698,0.0460236496067649,0.15372517456988796,0.6637192515850656,0.11999837759400545,0.15372517456988796,0.6705860479044758,0.25215652274704436,0.15372517456988796,0.653607836177703,0.16600379447190522,0.15372517456988796,0.6433947088631028,0.2157628629632169,0.15372517456988796,0.6797765109461559,0.10945623456622605,0.15372517456988796,0.6783523001741041,0.1777632403070317,0.15372517456988796,0.6838851007144794,0.1041114522738526,0.5,0.15372517456988796,0.6827070337106821,0.14592209371977818,0.15372517456988796,0.6900027084793406,0.11125567539132555,0.5,0.15372517456988796,0.6583308252478475,0.17358113948482576,0.15372517456988796,0.6724114334113669,0.10513176186912426,0.15372517456988796,0.6623602499369989,0.034686211946285544,0.15372517456988796,0.6622421260628094,0.20513915507840688,0.15372517456988796,0.6672929374281104,0.23441229516181955,0.15372517456988796,0.6811134268083774,0.12304486263346295,0.15372517456988796,0.6788711456422769,0.15097583033003184,0.5,0.15372517456988796,0.6779982201748587,0.18727530525308206,0.0,0.0,0.0556072113990556 -1695,0.5,0.15372517456988796,0.5657491418338502,0.0421564912640481,0.15372517456988796,0.5930404183657988,0.15558673149977648,0.15372517456988796,0.593149548099775,0.24415013203755814,0.15372517456988796,0.5676822957153967,0.16956308080373844,0.15372517456988796,0.5940480318208109,0.21443042108286828,0.15372517456988796,0.623808162117833,0.11366171148701905,0.15372517456988796,0.6161770145111305,0.18919260000646948,0.15372517456988796,0.6266711969217704,0.10809736959407018,0.5,0.15372517456988796,0.6267353257890442,0.13120339726535174,0.15372517456988796,0.6158335668261514,0.10285491948021053,0.5,0.15372517456988796,0.6051777784957475,0.18137729615476567,0.15372517456988796,0.609025430203078,0.09330802219019073,0.15372517456988796,0.5935874813831368,0.0646383652441221,0.15372517456988796,0.6013022268258967,0.21626529145657458,0.15372517456988796,0.6005604524262886,0.24219380484564698,0.15372517456988796,0.613506552264541,0.1270991976401248,0.15372517456988796,0.6034242672803011,0.16852432853372631,0.5,0.15372517456988796,0.5959137622107957,0.16554416163380353,0.0,0.0,0.08068401490301974 -1696,0.5,0.15372517456988796,0.43079666759408575,0.039029132411209574,0.15372517456988796,0.46408531361004013,0.17802069015331798,0.15372517456988796,0.45739729447486377,0.22362647720089784,0.15372517456988796,0.42907701086810623,0.1554670805186083,0.15372517456988796,0.4783949980282285,0.1789935092317915,0.15372517456988796,0.5042246278664545,0.10424335831048248,0.15372517456988796,0.4917336828329175,0.16513780676321627,0.15372517456988796,0.5063158839842468,0.09276210604135607,0.5,0.15372517456988796,0.5014603234345194,0.12227296751360209,0.15372517456988796,0.4800830013237186,0.08397209966500777,0.5,0.15372517456988796,0.482877935050656,0.1848520217859398,0.15372517456988796,0.4824468056612887,0.07842487185306096,0.15372517456988796,0.4664893139068361,0.07797290354621722,0.15372517456988796,0.4794480237527827,0.1955297973029876,0.15372517456988796,0.4710581740179297,0.22984117812124333,0.15372517456988796,0.48441394145777794,0.1203017296823823,0.15372517456988796,0.46797358371978,0.16193077116740784,0.5,0.15372517456988796,0.4551653755278171,0.15666254230734716,0.0,0.002106525379771973,0.09822758442233542 -1697,0.5,0.15372517456988796,0.18093770668436066,0.019573986662929706,0.15372517456988796,0.3202764661499475,0.08540929639430388,0.15372517456988796,0.3054829262558348,0.11847505488813395,0.15372517456988796,0.16554130014181784,0.05983210277495433,0.15372517456988796,0.3366568509550498,0.08436994329383876,0.15372517456988796,0.3570780518717356,0.0536370017546904,0.15372517456988796,0.34398899727202703,0.06090201789497332,0.15372517456988796,0.35669974784445535,0.04066992207311573,0.5,0.15372517456988796,0.3482516166832294,0.06387037272283781,0.15372517456988796,0.3186636101635843,0.05214821930096813,0.5,0.15372517456988796,0.3285233165753094,0.0982413618754246,0.15372517456988796,0.32393360691332485,0.03680704461474588,0.15372517456988796,0.31984999685719684,0.0390080577081889,0.15372517456988796,0.33641923703305854,0.10304427580091154,0.15372517456988796,0.3241396477358992,0.10970461703726367,0.15372517456988796,0.33321174847751983,0.05304553789478385,0.15372517456988796,0.31172036588067054,0.076530840631242,0.5,0.15372517456988796,0.28302023594485143,0.0640323820031442,0.0,0.0013244541951009286,0.10038257331403078 -1698,0.5,0.15372517456988796,0.0,0.028544233300069718,0.15372517456988796,0.0,0.08725727324259726,0.15372517456988796,0.0015341297032071739,0.07603399796141633,0.15372517456988796,0.0,0.06313564870778003,0.15372517456988796,0.047456729531995326,0.046638544686857804,0.15372517456988796,0.06059158862953272,0.04179514910706175,0.15372517456988796,0.0458146646025764,0.049455019033006926,0.15372517456988796,0.049509551032477346,0.023738579185725577,0.5,0.15372517456988796,0.04910848372762881,0.026042482003549108,0.15372517456988796,0.027372889844461585,0.031734895184705125,0.5,0.15372517456988796,0.03736236298051036,0.08006617861980499,0.15372517456988796,0.04338285997681948,0.02620464678034768,0.15372517456988796,0.025558344064275502,0.046003034965399356,0.15372517456988796,0.040550396220937125,0.07350346340484762,0.15372517456988796,0.02101791429031298,0.09295365069096037,0.15372517456988796,0.0340459413265425,0.0369304818587311,0.15372517456988796,0.011955614368243422,0.07278391644496375,0.5,0.15372517456988796,0.0,0.05994430225740926,0.0,0.0010752272928576262,0.10301475278904959 -1699,0.5,0.15372517456988796,0.0,0.03315297726694322,0.15372517456988796,0.0,0.09197381936282953,0.15372517456988796,0.0,0.061766565803581516,0.15372517456988796,0.0,0.06191295703700112,0.15372517456988796,0.0,0.051999381905243384,0.15372517456988796,0.0,0.04562831847463483,0.15372517456988796,0.0,0.047040428451824746,0.15372517456988796,0.0,0.019651422724150172,0.5,0.15372517456988796,0.0,0.02100486142893807,0.15372517456988796,0.0,0.02278067701474368,0.5,0.15372517456988796,0.0,0.06254541116297832,0.15372517456988796,0.0,0.02458776916237309,0.15372517456988796,0.0,0.052840783727371145,0.15372517456988796,0.0,0.07508426603202555,0.15372517456988796,0.0,0.09395475155347513,0.15372517456988796,0.0,0.03060904258195742,0.15372517456988796,0.0,0.058347798296308206,0.5,0.15372517456988796,0.0,0.04629445652310896,0.0,0.0023767220049797345,0.08983182601381465 -1700,0.5,0.15372517456988796,0.0,0.03413765603682246,0.15372517456988796,0.0,0.0809557751114278,0.15372517456988796,0.0,0.049103015756079504,0.15372517456988796,0.0,0.05506702491748102,0.15372517456988796,0.0,0.0536627516878276,0.15372517456988796,0.0,0.038858447855665716,0.15372517456988796,0.0,0.04509424010185293,0.15372517456988796,0.0,0.015763744300354373,0.5,0.15372517456988796,0.0,0.016609986930191542,0.15372517456988796,0.0,0.013505932152353923,0.5,0.15372517456988796,0.0,0.0368689608798309,0.15372517456988796,0.0,0.01899114949612332,0.15372517456988796,0.0,0.046643523169626486,0.15372517456988796,0.0,0.0683332325302092,0.15372517456988796,0.0,0.08598142899599734,0.15372517456988796,0.0,0.02184607354275781,0.15372517456988796,0.0,0.04020678869904036,0.5,0.15372517456988796,0.0,0.03426134598113091,0.0,0.003965288734057341,0.05586858861700763 -1701,0.5,0.15372517456988796,0.0,0.03197135637235096,0.15372517456988796,0.0,0.07581485746133851,0.15372517456988796,0.0,0.03980501207965645,0.15372517456988796,0.0,0.05055103744181304,0.15372517456988796,0.0,0.05262577741494591,0.15372517456988796,0.0,0.03598259904201585,0.15372517456988796,0.0,0.04536821607614532,0.15372517456988796,0.0,0.015665126601564487,0.5,0.15372517456988796,0.0,0.017074815892860654,0.15372517456988796,0.0,0.005498633939030578,0.5,0.15372517456988796,0.0,0.029554192088950142,0.15372517456988796,0.0,0.011295591641461565,0.15372517456988796,0.0,0.03745868846735151,0.15372517456988796,0.0,0.060586764435346566,0.15372517456988796,0.0,0.07808289262760544,0.15372517456988796,0.0,0.01583939219182181,0.15372517456988796,0.0,0.02884965388132801,0.5,0.15372517456988796,0.0,0.023349037053954455,0.0,0.004761776692755411,0.0415206494571715 -1702,0.5,0.15372517456988796,0.0,0.028641840776399686,0.15372517456988796,0.0,0.06168204108584977,0.15372517456988796,0.0,0.0280688413548701,0.15372517456988796,0.0,0.0434660893245165,0.15372517456988796,0.0,0.043149304542488394,0.15372517456988796,0.0,0.025739490775012218,0.15372517456988796,0.0,0.042955901667837755,0.15372517456988796,0.0,0.01773630303111194,0.5,0.15372517456988796,0.0,0.016418645960133017,0.15372517456988796,0.0,0.002607808056422735,0.5,0.15372517456988796,0.0,0.025641272639921817,0.15372517456988796,0.0,0.00890703668691161,0.15372517456988796,0.0,0.030115819009047105,0.15372517456988796,0.0,0.05270055663858575,0.15372517456988796,0.0,0.07281974988519625,0.15372517456988796,0.0,0.015826138930868906,0.15372517456988796,0.0,0.023048661819942775,0.5,0.15372517456988796,0.0,0.01890423676414238,0.0,0.006391458722298725,0.0268467103495581 -1703,0.5,0.15372517456988796,0.0,0.0273709864927126,0.15372517456988796,0.0,0.034758642676502284,0.15372517456988796,0.0,0.01557592417989766,0.15372517456988796,0.0,0.04008417468853732,0.15372517456988796,0.0,0.03745233656933371,0.15372517456988796,0.0,0.01884076282953704,0.15372517456988796,0.0,0.041273305844328936,0.15372517456988796,0.0,0.019105682306767242,0.5,0.15372517456988796,0.0,0.013557979260120742,0.15372517456988796,0.0,0.0022145138860382337,0.5,0.15372517456988796,0.0,0.01699801063738534,0.15372517456988796,0.0,0.008036602420002172,0.15372517456988796,0.0,0.02910363963848401,0.15372517456988796,0.0,0.050759114695728136,0.15372517456988796,0.0,0.056299194910176445,0.15372517456988796,0.0,0.015137116773108188,0.15372517456988796,0.0,0.020916304640092337,0.5,0.15372517456988796,0.0,0.016631997005252017,0.0,0.007097318064238975,0.014430253900066746 -1704,0.5,0.15372517456988796,0.0,0.025444729715786152,0.15372517456988796,0.0,0.032637065603511144,0.15372517456988796,0.0,0.009805531667908913,0.15372517456988796,0.0,0.03955655628499535,0.15372517456988796,0.0,0.027166400016183166,0.15372517456988796,0.0,0.013452228253473392,0.15372517456988796,0.0,0.03784179774390466,0.15372517456988796,0.0,0.01777422144365063,0.5,0.15372517456988796,0.0,0.009869081105880253,0.15372517456988796,0.0,0.0021205216329933806,0.5,0.15372517456988796,0.0,0.0138039253721095,0.15372517456988796,0.0,0.007126793805838266,0.15372517456988796,0.0,0.03215081095635593,0.15372517456988796,0.0,0.04327141712531154,0.15372517456988796,0.0,0.039055851334540884,0.15372517456988796,0.0,0.012120050012423791,0.15372517456988796,0.0,0.01928145334347771,0.5,0.15372517456988796,0.0,0.01732153679919083,0.0,0.007563762324870023,0.009736990957291636 -1705,0.5,0.15372517456988796,0.0,0.02071172534930508,0.15372517456988796,0.0,0.04270178418849531,0.15372517456988796,0.0,0.006832903423065707,0.15372517456988796,0.0,0.037704370529638334,0.15372517456988796,0.0,0.014843422731703889,0.15372517456988796,0.0,0.00980470752817612,0.15372517456988796,0.0,0.03301059235306503,0.15372517456988796,0.0,0.015823574898012303,0.5,0.15372517456988796,0.0,0.007573583002335266,0.15372517456988796,0.0,0.0021318336354800554,0.5,0.15372517456988796,0.0,0.010130174510378356,0.15372517456988796,0.0,0.0059099168020847045,0.15372517456988796,0.0,0.028108339577766286,0.15372517456988796,0.0,0.03018610697412199,0.15372517456988796,0.0,0.0330163852480511,0.15372517456988796,0.0,0.00913007595754923,0.15372517456988796,0.0,0.01599499430618797,0.5,0.15372517456988796,0.0,0.01757759466665862,0.0,0.015449971226082323,0.0075092752915284335 -1706,0.5,0.15372517456988796,0.0,0.01905717990807471,0.15372517456988796,0.0,0.04565589265597034,0.15372517456988796,0.0,0.0035188409703546166,0.15372517456988796,0.0,0.03158951959805725,0.15372517456988796,0.0,0.007591962248781464,0.15372517456988796,0.0,0.007591605968005801,0.15372517456988796,0.0,0.02568999571959597,0.15372517456988796,0.0,0.015609742370106344,0.5,0.15372517456988796,0.0,0.005703212830431702,0.15372517456988796,0.0,0.0020165901948240614,0.5,0.15372517456988796,0.0,0.0072469372363736795,0.15372517456988796,0.0,0.006054389570616588,0.15372517456988796,0.0,0.019925703046181856,0.15372517456988796,0.0,0.019396096950722787,0.15372517456988796,0.0,0.033513824376749615,0.15372517456988796,0.0,0.00774609010658618,0.15372517456988796,0.0,0.013016727102652538,0.5,0.15372517456988796,0.0,0.015557901701809453,0.0,0.02276578363762623,0.0044351111730373165 -1707,0.5,0.15372517456988796,0.0,0.02363784936734266,0.15372517456988796,0.0,0.030605298340866574,0.15372517456988796,0.0,0.0021691512652727315,0.15372517456988796,0.0,0.024688304151938983,0.15372517456988796,0.0,0.003481338401468345,0.15372517456988796,0.0,0.006743183484952095,0.15372517456988796,0.0,0.021417939433087438,0.15372517456988796,0.0,0.013605282652713194,0.5,0.15372517456988796,0.0,0.0032760409619283564,0.15372517456988796,0.0,0.0012570594625968786,0.5,0.15372517456988796,0.0,0.0031240233279828675,0.15372517456988796,0.0,0.007286759823537169,0.15372517456988796,0.0,0.017364856656388962,0.15372517456988796,0.0,0.012552510091008436,0.15372517456988796,0.0,0.02568056257040313,0.15372517456988796,0.0,0.00690916356700728,0.15372517456988796,0.0,0.011739174410995205,0.5,0.15372517456988796,0.0,0.00945829996457519,0.0,0.02634657795805311,0.00236065399856379 -1708,0.5,0.15372517456988796,0.0,0.024780327295701045,0.15372517456988796,0.0,0.017700151094642368,0.15372517456988796,0.0,0.002142857025167504,0.15372517456988796,0.0,0.017334411560588972,0.15372517456988796,0.0,0.002015564532790869,0.15372517456988796,0.0,0.005242443650553494,0.15372517456988796,0.0,0.016406489022525256,0.15372517456988796,0.0,0.009887827607812009,0.5,0.15372517456988796,0.0,0.0014144123145537271,0.15372517456988796,0.0,0.0005606041598226446,0.5,0.15372517456988796,0.0,0.0012234522259807767,0.15372517456988796,0.0,0.008139356373097229,0.15372517456988796,0.0,0.01933495726104228,0.15372517456988796,0.0,0.00945118739990292,0.15372517456988796,0.0,0.01580794321409787,0.15372517456988796,0.0,0.006341316819024015,0.15372517456988796,0.0,0.010197180937508174,0.5,0.15372517456988796,0.0,0.0070561978650072405,0.0,0.029676302680548602,0.0020371953689748753 -1709,0.5,0.15372517456988796,0.0,0.019309931802372074,0.15372517456988796,0.0,0.016622691772018125,0.15372517456988796,0.0,0.0027323576644724817,0.15372517456988796,0.0,0.013679223783861336,0.15372517456988796,0.0,0.0012091010470567571,0.15372517456988796,0.0,0.003342659401407753,0.15372517456988796,0.0,0.011988149419250327,0.15372517456988796,0.0,0.006710559284945712,0.5,0.15372517456988796,0.0,0.0008157114257250866,0.15372517456988796,0.0,0.0004144147985006392,0.5,0.15372517456988796,0.0,0.0016555372013352704,0.15372517456988796,0.0,0.006918366337784435,0.15372517456988796,0.0,0.021412763735824583,0.15372517456988796,0.0,0.008783068715742078,0.15372517456988796,0.0,0.010908955052436775,0.15372517456988796,0.0,0.005312815154846996,0.15372517456988796,0.0,0.006034933996744083,0.5,0.15372517456988796,0.0,0.006159207504430348,0.0,0.025897734580642436,0.0008991236364396028 -1710,0.5,0.15372517456988796,0.0,0.01432575899416773,0.15372517456988796,0.0,0.02345795315032934,0.15372517456988796,0.0,0.0024057855909921707,0.15372517456988796,0.0,0.013494767860509538,0.15372517456988796,0.0,0.0015192736743625493,0.15372517456988796,0.0,0.002784214656799581,0.15372517456988796,0.0,0.007318832433027592,0.15372517456988796,0.0,0.004871320321414889,0.5,0.15372517456988796,0.0,0.0007119019545825222,0.15372517456988796,0.0,0.002069139654982076,0.5,0.15372517456988796,0.0,0.002631861160805876,0.15372517456988796,0.0,0.005198477936371333,0.15372517456988796,0.0,0.020106597204669473,0.15372517456988796,0.0,0.008327852762732128,0.15372517456988796,0.0,0.010330560186499622,0.15372517456988796,0.0,0.003088092032437904,0.15372517456988796,0.0,0.0028854350175959564,0.5,0.15372517456988796,0.0,0.004772925561469314,0.0,0.024282373737190034,0.0003154437736179358 -1711,0.5,0.15372517456988796,0.0,0.013683668589522371,0.15372517456988796,0.0,0.02461645029696929,0.15372517456988796,0.0,0.00236247825039402,0.15372517456988796,0.0,0.014318084159139837,0.15372517456988796,0.0,0.0023566721326716143,0.15372517456988796,0.0,0.0034939029263528635,0.15372517456988796,0.0,0.005747401007997059,0.15372517456988796,0.0,0.0038209805742836192,0.5,0.15372517456988796,0.0,0.0007016976785434062,0.15372517456988796,0.0,0.005173448358712015,0.5,0.15372517456988796,0.0,0.004355718670250226,0.15372517456988796,0.0,0.0035952938719589706,0.15372517456988796,0.0,0.017799412760906175,0.15372517456988796,0.0,0.00793284006056788,0.15372517456988796,0.0,0.01071837991340736,0.15372517456988796,0.0,0.002486865068553093,0.15372517456988796,0.0,0.0022668387168748422,0.5,0.15372517456988796,0.0,0.0028395762834520343,0.0,0.028696061632300172,0.00020395582091416252 -1712,0.5,0.15372517456988796,0.08215260614650224,0.015699733532994926,0.15372517456988796,0.05567533083933863,0.019692054583388456,0.15372517456988796,0.07049444299553324,0.001953714159499311,0.15372517456988796,0.09148744109301721,0.014301871628168518,0.15372517456988796,0.03552365042679051,0.0026581669791523295,0.15372517456988796,0.027456822682591024,0.0029586345756740205,0.15372517456988796,0.040186978206161524,0.006175997056304205,0.15372517456988796,0.03306610793192408,0.003462494937880716,0.5,0.15372517456988796,0.038247031945678474,0.0005831669109058524,0.15372517456988796,0.06792833008836881,0.005733885417916423,0.5,0.15372517456988796,0.05205000198985743,0.0031432487452052555,0.15372517456988796,0.054956280166646304,0.003035141576085951,0.15372517456988796,0.04920170961608805,0.016081559861899356,0.15372517456988796,0.03910252310856901,0.006341407427074409,0.15372517456988796,0.054595409485538454,0.010870568981204302,0.15372517456988796,0.05251284737688364,0.002082564102643997,0.15372517456988796,0.06996963817485148,0.0027232685814545347,0.5,0.15372517456988796,0.086014484448205,0.0014863319947096456,0.0,0.032526343427011294,0.0013885932826624787 -1713,0.5,0.15372517456988796,0.2514753395771759,0.01993857730678687,0.15372517456988796,0.22557694950458754,0.011281237395751513,0.15372517456988796,0.239618854310374,0.001607828844919687,0.15372517456988796,0.26095045783457005,0.011997654824031456,0.15372517456988796,0.20082972161127138,0.0025709895613257204,0.15372517456988796,0.19024707468402155,0.002524371858755442,0.15372517456988796,0.20667057031763444,0.005926801282793364,0.15372517456988796,0.19736292741190287,0.0024599537572311857,0.5,0.15372517456988796,0.2017648408694112,0.00042280875435770125,0.15372517456988796,0.2362581425061069,0.003941608582355748,0.5,0.15372517456988796,0.21749672943931203,0.0007084157772630629,0.15372517456988796,0.22142918443307702,0.002350536612148067,0.15372517456988796,0.21766448235359762,0.012407991067938176,0.15372517456988796,0.2050439676491054,0.004199687416346069,0.15372517456988796,0.22375609606171565,0.009830011341296139,0.15372517456988796,0.22130980487533747,0.0016495166631448905,0.15372517456988796,0.23949628385587046,0.0032594397256806144,0.5,0.15372517456988796,0.2563926004069564,0.001148399143556979,0.0,0.03443272183057592,0.0017795854210098008 -1714,0.5,0.15372517456988796,0.41414601977442367,0.025315506261295768,0.15372517456988796,0.39032650346837583,0.007805939618015931,0.15372517456988796,0.4069626816834965,0.002332196380615782,0.15372517456988796,0.42592879866387523,0.011526486274493071,0.15372517456988796,0.3687227165001415,0.0029375778288915646,0.15372517456988796,0.3573539209070966,0.0032397189143381997,0.15372517456988796,0.3741175552464292,0.0037432621335789823,0.15372517456988796,0.36608709961421226,0.00141091370034633,0.5,0.15372517456988796,0.3721358798932613,0.00021395998470712002,0.15372517456988796,0.40905652455249264,0.0011691031519145637,0.5,0.15372517456988796,0.3876255536632462,0.00010358013478836868,0.15372517456988796,0.3934345780313159,0.0007300286722250594,0.15372517456988796,0.3820272462781932,0.010078329159064257,0.15372517456988796,0.3713300448983276,0.0032601920990646726,0.15372517456988796,0.39085309686015457,0.00764433436213339,0.15372517456988796,0.39106239280308247,0.0013416233264216394,0.15372517456988796,0.41024596769919675,0.002650732476791324,0.5,0.15372517456988796,0.4288728136208393,0.0018136960245424757,0.0,0.03667415143187225,0.00024391708973416516 -1715,0.5,0.15372517456988796,0.5587031263807535,0.03809504256276224,0.15372517456988796,0.5425600512839952,0.009794179964117774,0.15372517456988796,0.5567384598861409,0.007585014627080915,0.15372517456988796,0.5669486402161125,0.022355474025952882,0.15372517456988796,0.5248050109088871,0.007083059312625471,0.15372517456988796,0.5155655404769062,0.006455344018497223,0.15372517456988796,0.529099870968751,0.005023557974738042,0.15372517456988796,0.5234079471932496,0.0013099761320687674,0.5,0.15372517456988796,0.5294824364740062,0.00014777544081742938,0.15372517456988796,0.5600417954206194,0.001213758516956964,0.5,0.15372517456988796,0.5414281963291045,0.0001856739558019797,0.15372517456988796,0.5468152361892017,0.0005568353235886422,0.15372517456988796,0.5346458121946319,0.01624418842766323,0.15372517456988796,0.5271997823736367,0.006880063527824647,0.15372517456988796,0.5439218810520399,0.010685726401094928,0.15372517456988796,0.54638978669912,0.0022154411884101654,0.15372517456988796,0.5609096744271821,0.003442147030783093,0.5,0.15372517456988796,0.574982598411384,0.0038050111554384564,0.0,0.04393580748216681,0.0012288882487967558 -1716,0.5,0.15372517456988796,0.6449164921447132,0.06099275306975771,0.15372517456988796,0.640025805522775,0.02871763787542032,0.15372517456988796,0.6489713037922991,0.016095148725970447,0.15372517456988796,0.6485986437465625,0.03357041699278337,0.15372517456988796,0.6325558609453789,0.01916011682331041,0.15372517456988796,0.6271501033315665,0.0073169731221440475,0.15372517456988796,0.6349301018261403,0.0072901707355750665,0.15372517456988796,0.6319597997675886,0.0009534934352091154,0.5,0.15372517456988796,0.6364142504910641,0.00017205067679061995,0.15372517456988796,0.6538939558993011,0.003365992803093227,0.5,0.15372517456988796,0.6427573481983933,0.0003405446388116507,0.15372517456988796,0.6462021383286862,0.0008137126660248106,0.15372517456988796,0.6355372966938192,0.029165356601738898,0.15372517456988796,0.6319744813024339,0.015965793111326163,0.15372517456988796,0.6434089309958422,0.022579977564674364,0.15372517456988796,0.6470425814613366,0.004516869700546522,0.15372517456988796,0.6537601626085171,0.004979489996282055,0.5,0.15372517456988796,0.6613528135473721,0.003890748880630724,0.0,0.047242086653980386,0.0067002065720006936 -1717,0.5,0.15372517456988796,0.6746103057024626,0.05317011463964901,0.15372517456988796,0.6790064159137644,0.040911228456919586,0.15372517456988796,0.6842404495979275,0.022074204417866235,0.15372517456988796,0.6750336790388718,0.03590657912201065,0.15372517456988796,0.680031543992043,0.03050368046983805,0.15372517456988796,0.6781442670238187,0.010001450859909888,0.15372517456988796,0.6810308741971951,0.014571459950873875,0.15372517456988796,0.6807420871915735,0.001160063976927905,0.5,0.15372517456988796,0.6839990590170713,0.0001809536794144449,0.15372517456988796,0.6908448995315026,0.010692868796802243,0.5,0.15372517456988796,0.6851541256293531,0.0001778611994105127,0.15372517456988796,0.6878990069676341,0.0018036008919801664,0.15372517456988796,0.6766465461290159,0.0401159568595337,0.15372517456988796,0.6774454946457222,0.026315004771464735,0.15372517456988796,0.6834177349518326,0.03507613044619097,0.15372517456988796,0.6888983092973129,0.006710464137860452,0.15372517456988796,0.689641704316275,0.003952300124723471,0.5,0.15372517456988796,0.6918479853388015,0.0014385492594663112,0.0,0.036870514286555495,0.019277289772293177 -1718,0.5,0.15372517456988796,0.6545603343984583,0.03514358352154539,0.15372517456988796,0.6687759176534332,0.04218750912885215,0.15372517456988796,0.6703249190013154,0.029447714404879737,0.15372517456988796,0.6522034936946335,0.03499146165881451,0.15372517456988796,0.6779624057488538,0.043836317815960056,0.15372517456988796,0.6795315531642636,0.014989807971234614,0.15372517456988796,0.6782670638828747,0.027866823921626607,0.15372517456988796,0.6806409435997638,0.00241863017289514,0.5,0.15372517456988796,0.682359681524493,0.00015850357876052542,0.15372517456988796,0.6782517959756137,0.012809672564421346,0.5,0.15372517456988796,0.6778005545687917,2.812916017916177e-05,0.15372517456988796,0.6804080268220094,0.004344567811296734,0.15372517456988796,0.6683501563158938,0.060596564266467895,0.15372517456988796,0.6732447378847088,0.04228090440617705,0.15372517456988796,0.6741273507945317,0.04812606538863961,0.15372517456988796,0.6815654055130937,0.009980081315387121,0.15372517456988796,0.6761253193093343,0.0038709235850903903,0.5,0.15372517456988796,0.6724040448179159,0.0004036574638207505,0.0,0.0275731725054301,0.0338141491191086 -1719,0.5,0.15372517456988796,0.5717998347942358,0.03727484386346084,0.15372517456988796,0.5977933714125224,0.0684189696674006,0.15372517456988796,0.5949487581312215,0.02853009215875902,0.15372517456988796,0.567429251866269,0.025087016031887985,0.15372517456988796,0.6170029223780803,0.05413409702010066,0.15372517456988796,0.6239704634154849,0.018436760685865486,0.15372517456988796,0.6171736508024863,0.03646788179123152,0.15372517456988796,0.6237959939475817,0.0030796338408914893,0.5,0.15372517456988796,0.6221649325812083,0.0002193730396577148,0.15372517456988796,0.6056928110874655,0.0076179511593601635,0.5,0.15372517456988796,0.6115778838908484,0.00014353328303649043,0.15372517456988796,0.6147713039607113,0.004801298566414618,0.15372517456988796,0.5987752403134698,0.08591183128877328,0.15372517456988796,0.60948303314745,0.05928554758284371,0.15372517456988796,0.6044469081379759,0.06222515175965167,0.15372517456988796,0.6145551308649797,0.011541398398754291,0.15372517456988796,0.6019855495478516,0.004165102566120013,0.5,0.15372517456988796,0.5915192154142833,0.0004685675117598727,0.0,0.023217196578402072,0.046443110473248374 -1720,0.5,0.15372517456988796,0.4369554252681829,0.024811045792630267,0.15372517456988796,0.4680656271880781,0.06656000812551914,0.15372517456988796,0.46144423420160163,0.030236735839884954,0.15372517456988796,0.4302469811861312,0.013560470000916577,0.15372517456988796,0.49358154829019396,0.06032257166006008,0.15372517456988796,0.5051191291074109,0.022614639048568017,0.15372517456988796,0.49402027190334497,0.04331742142791788,0.15372517456988796,0.5047491022415405,0.004833389296384431,0.5,0.15372517456988796,0.5010198900904187,0.0003066311429826903,0.15372517456988796,0.4725530942527518,0.005164233965792697,0.5,0.15372517456988796,0.48492270733231524,0.0006152183930057865,0.15372517456988796,0.4875787709974005,0.0052245792115610335,0.15372517456988796,0.4707904018364307,0.09168294983519415,0.15372517456988796,0.48482889313191846,0.06404541627832042,0.15372517456988796,0.475228391926687,0.061420937202849364,0.15372517456988796,0.48644618734695205,0.011114580226183156,0.15372517456988796,0.4683307515387082,0.003272680609189986,0.5,0.15372517456988796,0.4526942748195211,0.00033036766662619124,0.0,0.02042144298487658,0.05234651090569144 -1721,0.5,0.15372517456988796,0.19845408007175322,0.007394760400346845,0.15372517456988796,0.32408804098107613,0.020822099494446026,0.15372517456988796,0.31127237817380493,0.0069378903705569804,0.15372517456988796,0.19054945344886287,0.0021959731131762326,0.15372517456988796,0.3482812653506298,0.027117510489596645,0.15372517456988796,0.35839709828955957,0.0164831428048609,0.15372517456988796,0.3467104444946991,0.025189549807557082,0.15372517456988796,0.3562108272760284,0.005853533645074592,0.5,0.15372517456988796,0.34973147035087343,0.00037535662304507953,0.15372517456988796,0.31409838451055283,0.002660517352342745,0.5,0.15372517456988796,0.33090469796584043,0.0011771361263515333,0.15372517456988796,0.33012628383626297,0.005799996933357054,0.15372517456988796,0.3285300171870522,0.05445535172654575,0.15372517456988796,0.34145215696373016,0.03362833452185808,0.15372517456988796,0.32839966872136195,0.019976967213440094,0.15372517456988796,0.33585364195063405,0.004131790059362164,0.15372517456988796,0.3133369065493711,0.0008013403304816483,0.5,0.15372517456988796,0.2937822957916873,0.000153410206433685,0.0,0.018637489327270683,0.060035032316398174 -1722,0.5,0.15372517456988796,0.0,0.011962987337098562,0.15372517456988796,0.013949124474924236,0.025182443793525203,0.15372517456988796,0.006100431968401563,0.008480038899206612,0.15372517456988796,0.0,0.0025042010239631103,0.15372517456988796,0.05034960786891706,0.015138692416836137,0.15372517456988796,0.0639009547220789,0.007277558515160763,0.15372517456988796,0.048978018940223605,0.014375760679989486,0.15372517456988796,0.05214423472161685,0.00383590467372021,0.5,0.15372517456988796,0.05160995855762458,0.00022670363129164884,0.15372517456988796,0.03663294992154308,0.0017868711995878707,0.5,0.15372517456988796,0.03958844059554798,0.0006876006753462937,0.15372517456988796,0.045072559188803554,0.005051285439933327,0.15372517456988796,0.03607887102165464,0.041219787524730184,0.15372517456988796,0.04493108590753946,0.01993798162672087,0.15372517456988796,0.02728262408966667,0.01865884098676514,0.15372517456988796,0.03640691176946146,0.00523896668900402,0.15372517456988796,0.016097745528540444,0.0005993484027554281,0.5,0.15372517456988796,0.0022179989828015065,0.00033744519029740166,0.0,0.024032109004002482,0.06637597479831736 -1723,0.5,0.15372517456988796,0.0,0.015548562493246527,0.15372517456988796,0.0,0.026906293435330127,0.15372517456988796,0.0,0.009433069730546136,0.15372517456988796,0.0,0.0034651573792481194,0.15372517456988796,0.0,0.012532865924560996,0.15372517456988796,0.0,0.004276910977510558,0.15372517456988796,0.0,0.005362310164621205,0.15372517456988796,0.0,0.002611188051437274,0.5,0.15372517456988796,0.0,0.0004735069397934916,0.15372517456988796,0.0,0.0011277976869243222,0.5,0.15372517456988796,0.0,0.0005461815382221383,0.15372517456988796,0.0,0.005443591449368554,0.15372517456988796,0.0,0.04482725625913163,0.15372517456988796,0.0,0.021456464515107652,0.15372517456988796,0.0,0.01281177434466561,0.15372517456988796,0.0,0.003839075177896655,0.15372517456988796,0.0,0.0006103951616275735,0.5,0.15372517456988796,0.0,0.0005122016369855759,0.0,0.035562822405195704,0.07436226264371745 -1724,0.5,0.15372517456988796,0.0,0.020379208865377516,0.15372517456988796,0.0,0.02557406271841633,0.15372517456988796,0.0,0.010277319355161988,0.15372517456988796,0.0,0.00655542850160622,0.15372517456988796,0.0,0.01206593399448131,0.15372517456988796,0.0,0.002097015838604879,0.15372517456988796,0.0,0.0015311997659902066,0.15372517456988796,0.0,0.0015585898397989153,0.5,0.15372517456988796,0.0,0.0011002383135673604,0.15372517456988796,0.0,0.0006067559059549091,0.5,0.15372517456988796,0.0,0.0006771776953829222,0.15372517456988796,0.0,0.003873440029435816,0.15372517456988796,0.0,0.044536508676042655,0.15372517456988796,0.0,0.02229385762732738,0.15372517456988796,0.0,0.011431070198885297,0.15372517456988796,0.0,0.002260621939084975,0.15372517456988796,0.0,0.0009781298922136377,0.5,0.15372517456988796,0.0,0.0005197882359921264,0.0,0.04537970806991061,0.09721251666830935 -1725,0.5,0.15372517456988796,0.0,0.027944455667519793,0.15372517456988796,0.0,0.023586098092591202,0.15372517456988796,0.0,0.012407432280832778,0.15372517456988796,0.0,0.011269981318232552,0.15372517456988796,0.0,0.01040795905072791,0.15372517456988796,0.0,0.0021911536194183096,0.15372517456988796,0.0,0.0015967100308490914,0.15372517456988796,0.0,0.0013408640668833918,0.5,0.15372517456988796,0.0,0.0015509193021004414,0.15372517456988796,0.0,0.00035543872147429667,0.5,0.15372517456988796,0.0,0.000803763454276533,0.15372517456988796,0.0,0.002644715128843469,0.15372517456988796,0.0,0.050022758156087185,0.15372517456988796,0.0,0.023409217200951547,0.15372517456988796,0.0,0.01195014204365342,0.15372517456988796,0.0,0.0016678810571668554,0.15372517456988796,0.0,0.0016922362069676906,0.5,0.15372517456988796,0.0,0.0006419320029174878,0.0,0.05332679928931522,0.07552284087035742 -1726,0.5,0.15372517456988796,0.0,0.03536437608600765,0.15372517456988796,0.0,0.027824165503719123,0.15372517456988796,0.0,0.015909245491257152,0.15372517456988796,0.0,0.02038369580079236,0.15372517456988796,0.0,0.007861774124154414,0.15372517456988796,0.0,0.0028124036038256646,0.15372517456988796,0.0,0.004294620510129246,0.15372517456988796,0.0,0.002186662186984782,0.5,0.15372517456988796,0.0,0.0025901366708054674,0.15372517456988796,0.0,0.00044876102383880695,0.5,0.15372517456988796,0.0,0.0006531340476083026,0.15372517456988796,0.0,0.0019191059639315014,0.15372517456988796,0.0,0.05389087765679866,0.15372517456988796,0.0,0.022485780283874116,0.15372517456988796,0.0,0.013717339747949916,0.15372517456988796,0.0,0.0025567796163902218,0.15372517456988796,0.0,0.0023435063824330314,0.5,0.15372517456988796,0.0,0.0013020374607001976,0.0,0.07349149047016908,0.07448032758947612 -1727,0.5,0.15372517456988796,0.0,0.042717244414750416,0.15372517456988796,0.0,0.024066686920467536,0.15372517456988796,0.0,0.019944474698901055,0.15372517456988796,0.0,0.027251210495501613,0.15372517456988796,0.0,0.006013811420285347,0.15372517456988796,0.0,0.0021846471808697797,0.15372517456988796,0.0,0.005339221127579421,0.15372517456988796,0.0,0.003029878867499708,0.5,0.15372517456988796,0.0,0.004834722219132762,0.15372517456988796,0.0,0.0005235242845385001,0.5,0.15372517456988796,0.0,0.00038906617277393923,0.15372517456988796,0.0,0.001564845693181793,0.15372517456988796,0.0,0.05345976905108446,0.15372517456988796,0.0,0.018660619719413046,0.15372517456988796,0.0,0.016172481942059926,0.15372517456988796,0.0,0.0035036477662715297,0.15372517456988796,0.0,0.0019343634650876252,0.5,0.15372517456988796,0.0,0.0029955748741981557,0.0,0.1054819168675687,0.12280846198029721 -1728,0.5,0.15372517456988796,0.0,0.0468134326765409,0.15372517456988796,0.0,0.029293134499104995,0.15372517456988796,0.0,0.021129332929196252,0.15372517456988796,0.0,0.03102806098730878,0.15372517456988796,0.0,0.007740918145669332,0.15372517456988796,0.0,0.0016098868868067982,0.15372517456988796,0.0,0.004458934330917822,0.15372517456988796,0.0,0.0025614288880686795,0.5,0.15372517456988796,0.0,0.005673010034079043,0.15372517456988796,0.0,0.0004811048686728517,0.5,0.15372517456988796,0.0,0.0002983424443497291,0.15372517456988796,0.0,0.001362756391181947,0.15372517456988796,0.0,0.07047498605195762,0.15372517456988796,0.0,0.03281111218489166,0.15372517456988796,0.0,0.018474892361163987,0.15372517456988796,0.0,0.003677102331012225,0.15372517456988796,0.0,0.001190096744964922,0.5,0.15372517456988796,0.0,0.004130649374483234,0.0,0.12490055599507276,0.10569557856630446 -1729,0.5,0.15372517456988796,0.0,0.05301019530994935,0.15372517456988796,0.0,0.04328076078046583,0.15372517456988796,0.0,0.02140280466832753,0.15372517456988796,0.0,0.032196328443535815,0.15372517456988796,0.0,0.012411069284015273,0.15372517456988796,0.0,0.0010132194898285426,0.15372517456988796,0.0,0.0036833264061548266,0.15372517456988796,0.0,0.002551859690525374,0.5,0.15372517456988796,0.0,0.006309044579776779,0.15372517456988796,0.0,0.00038933523040298525,0.5,0.15372517456988796,0.0,0.00046820270597525647,0.15372517456988796,0.0,0.0013549769984685359,0.15372517456988796,0.0,0.08280334960662941,0.15372517456988796,0.0,0.04469082532520962,0.15372517456988796,0.0,0.026158022488624026,0.15372517456988796,0.0,0.004257170638651903,0.15372517456988796,0.0,0.0011837672952249134,0.5,0.15372517456988796,0.0,0.0048887036249540975,0.0,0.1637138033092937,0.11711390779266113 -1730,0.5,0.15372517456988796,0.0,0.06216734557031496,0.15372517456988796,0.0,0.05760580863435547,0.15372517456988796,0.0,0.018751600663336247,0.15372517456988796,0.0,0.030557881026515736,0.15372517456988796,0.0,0.012931284134843386,0.15372517456988796,0.0,0.0006342281657669454,0.15372517456988796,0.0,0.004028049928306008,0.15372517456988796,0.0,0.001865376612153275,0.5,0.15372517456988796,0.0,0.007165057983812995,0.15372517456988796,0.0,0.00035227111397505897,0.5,0.15372517456988796,0.0,0.000583368321396855,0.15372517456988796,0.0,0.0013896815764209798,0.15372517456988796,0.0,0.09900883830548397,0.15372517456988796,0.0,0.05722000057417542,0.15372517456988796,0.0,0.029062250173367554,0.15372517456988796,0.0,0.003631915017679159,0.15372517456988796,0.0,0.0016717358328945664,0.5,0.15372517456988796,0.0,0.004697400971037647,0.0,0.167488820135304,0.1272999099304878 -1731,0.5,0.15372517456988796,0.0,0.06789225899787892,0.15372517456988796,0.0,0.06302569325317409,0.15372517456988796,0.0,0.01883048339197424,0.15372517456988796,0.0,0.03253295395227528,0.15372517456988796,0.0,0.013991032077215457,0.15372517456988796,0.0,0.0008277950966319174,0.15372517456988796,0.0,0.0038221112584663247,0.15372517456988796,0.0,0.0007911684908954346,0.5,0.15372517456988796,0.0,0.005856216133100676,0.15372517456988796,0.0,0.000348861098518273,0.5,0.15372517456988796,0.0,0.0003532204301067842,0.15372517456988796,0.0,0.0012045166024285498,0.15372517456988796,0.0,0.12155944802066984,0.15372517456988796,0.0,0.06749751681040068,0.15372517456988796,0.0,0.02934449590583141,0.15372517456988796,0.0,0.0021260065160404193,0.15372517456988796,0.0,0.0014243249334826265,0.5,0.15372517456988796,0.0,0.004672041097917119,0.0,0.22844592838170177,0.1367123483245605 -1732,0.5,0.15372517456988796,0.0,0.07366877900233626,0.15372517456988796,0.0,0.0812395595383979,0.15372517456988796,0.0,0.017203447592651862,0.15372517456988796,0.0,0.03639168873204428,0.15372517456988796,0.0,0.014805859368815111,0.15372517456988796,0.0,0.001098768970180362,0.15372517456988796,0.0,0.004468140967052692,0.15372517456988796,0.0,0.000782296354233012,0.5,0.15372517456988796,0.0,0.0036498930781796272,0.15372517456988796,0.0,0.00022262300967920077,0.5,0.15372517456988796,0.0,0.00010056650043923516,0.15372517456988796,0.0,0.0010080924540837547,0.15372517456988796,0.0,0.13909355746067575,0.15372517456988796,0.0,0.07620673885773974,0.15372517456988796,0.0,0.03194460687169127,0.15372517456988796,0.0,0.0014805220014549212,0.15372517456988796,0.0,0.0006293030150160137,0.5,0.15372517456988796,0.0,0.003122203357274073,0.0,0.2972377376296648,0.12549618410791172 -1733,0.5,0.15372517456988796,0.0,0.07691161202076646,0.15372517456988796,0.0,0.08956395601207379,0.15372517456988796,0.0,0.015587190989908364,0.15372517456988796,0.0,0.033358529742169324,0.15372517456988796,0.0,0.015380801559785306,0.15372517456988796,0.0,0.0016214287653391582,0.15372517456988796,0.0,0.005155895342071297,0.15372517456988796,0.0,0.0009755020865452925,0.5,0.15372517456988796,0.0,0.0021389564883695688,0.15372517456988796,0.0,0.00015848123177197688,0.5,0.15372517456988796,0.0,0.0005343621814304139,0.15372517456988796,0.0,0.0009480999911201148,0.15372517456988796,0.0,0.13483856520540557,0.15372517456988796,0.0,0.07620720597513361,0.15372517456988796,0.0,0.036309542721260406,0.15372517456988796,0.0,0.0014941792460444903,0.15372517456988796,0.0,0.0006851049006662605,0.5,0.15372517456988796,0.0,0.0018519396420840248,0.0,0.343655084379987,0.10562158688096743 -1734,0.5,0.15372517456988796,0.0,0.07673711073039413,0.15372517456988796,0.0,0.07254802637132021,0.15372517456988796,0.0,0.015304624853988438,0.15372517456988796,0.0,0.030769638919182624,0.15372517456988796,0.0,0.022851484964144343,0.15372517456988796,0.0,0.00178117320494264,0.15372517456988796,0.0,0.0040509951097151276,0.15372517456988796,0.0,0.0009317306444047387,0.5,0.15372517456988796,0.0,0.0013707714045852785,0.15372517456988796,0.0,9.402009710405815e-05,0.5,0.15372517456988796,0.0,0.0008319323140166204,0.15372517456988796,0.0,0.0006940730542505782,0.15372517456988796,0.0,0.1246203740510603,0.15372517456988796,0.0,0.07630625082130107,0.15372517456988796,0.0,0.03866351986743269,0.15372517456988796,0.0,0.0018503432381597297,0.15372517456988796,0.0,0.0012533642609005992,0.5,0.15372517456988796,0.0,0.0010994284121654129,0.0,0.32658284205102384,0.0838305207498836 -1735,0.5,0.15372517456988796,0.0,0.07701267457195199,0.15372517456988796,0.0,0.07090649907822659,0.15372517456988796,0.0,0.013702189940270944,0.15372517456988796,5.612132854739074e-06,0.02929417656872414,0.15372517456988796,0.0,0.026011342269070536,0.15372517456988796,0.0,0.0027302442647163987,0.15372517456988796,0.0,0.005640243098312115,0.15372517456988796,0.0,0.001487299065925656,0.5,0.15372517456988796,0.0,0.0011740125505892976,0.15372517456988796,0.0,0.0001282722849488496,0.5,0.15372517456988796,0.0,0.0006687560551088272,0.15372517456988796,0.0,0.0008319278744667098,0.15372517456988796,0.0,0.11021861213565035,0.15372517456988796,0.0,0.07335559742800099,0.15372517456988796,0.0,0.03740766041671249,0.15372517456988796,0.0,0.0018090639787549769,0.15372517456988796,0.0,0.001130903506430536,0.5,0.15372517456988796,0.0,0.0009062884603864399,0.0,0.33866789790108603,0.04847093855932159 -1736,0.5,0.15372517456988796,0.07639659240123645,0.07731554481191003,0.15372517456988796,0.0536955889039218,0.07392890753399914,0.15372517456988796,0.0758910225917299,0.012487470505051302,0.15372517456988796,0.09722309745233523,0.0281876564251198,0.15372517456988796,0.039355037915619354,0.023148297346863286,0.15372517456988796,0.03166727423866268,0.0034102493154963996,0.15372517456988796,0.04386113290462429,0.007098548981512195,0.15372517456988796,0.03740667849655874,0.0011573411712300073,0.5,0.15372517456988796,0.0427296549255567,0.0014950174575651047,0.15372517456988796,0.07210649169292714,0.00025810452040940334,0.5,0.15372517456988796,0.056406164662781824,0.00037923872348244193,0.15372517456988796,0.059406269792152536,0.0013387335783419788,0.15372517456988796,0.014492617743116389,0.08979460555065988,0.15372517456988796,0.04009283791154538,0.07040891639118177,0.15372517456988796,0.058026601961714296,0.035294439513511716,0.15372517456988796,0.05621078384311781,0.0015293166574749369,0.15372517456988796,0.07550539853096264,0.0009790650451704497,0.5,0.15372517456988796,0.09040491209851154,0.0006306259882821894,0.0,0.3377577600036068,0.030296356711411083 -1737,0.5,0.15372517456988796,0.22054378948537623,0.0784622232215149,0.15372517456988796,0.20221204772126555,0.07657660532130392,0.15372517456988796,0.2455893462223362,0.013035126205759464,0.15372517456988796,0.2669818233118518,0.029451099303639344,0.15372517456988796,0.20161293738590508,0.02594281172913814,0.15372517456988796,0.19283681933761965,0.0036844869833130276,0.15372517456988796,0.20855406122675446,0.005744108900621696,0.15372517456988796,0.2010338586055169,0.0008310931043346973,0.5,0.15372517456988796,0.20704723056062757,0.0019715795918832987,0.15372517456988796,0.24051821671070817,9.928088152514675e-05,0.5,0.15372517456988796,0.22203607879466677,0.00046242854946641933,0.15372517456988796,0.2263761723690627,0.0006762345974803798,0.15372517456988796,0.042373626957236656,0.07775963925206698,0.15372517456988796,0.18394694237434356,0.0783495112746557,0.15372517456988796,0.2240772808730975,0.03933435334601548,0.15372517456988796,0.22347139737291755,0.0012973335582281158,0.15372517456988796,0.24588618649274366,0.0008555234953497039,0.5,0.15372517456988796,0.26082364751843184,0.00033973070482373345,0.0,0.2738214526061988,0.007758119859234124 -1738,0.5,0.15372517456988796,0.34613418459288636,0.10530972625050665,0.15372517456988796,0.3273836389552398,0.11732593689472773,0.15372517456988796,0.410544984544035,0.018004488524959856,0.15372517456988796,0.42979136578486354,0.05877378250723895,0.15372517456988796,0.364636965595876,0.03331451894951981,0.15372517456988796,0.3588401421798701,0.005287171818917408,0.15372517456988796,0.3741520562338285,0.006798494271248799,0.15372517456988796,0.3691202110879716,0.001155815888576906,0.5,0.15372517456988796,0.37674560806789303,0.0010526761367324411,0.15372517456988796,0.4141795716324678,2.60997758535025e-05,0.5,0.15372517456988796,0.3930782095663964,0.0004377931679174754,0.15372517456988796,0.3996102166322014,0.0012124335011690426,0.15372517456988796,0.052927629166958166,0.07276627941366487,0.15372517456988796,0.2978810575470461,0.10048670373700447,0.15372517456988796,0.386204473426837,0.05921418500426753,0.15372517456988796,0.39094061160962623,0.0009671314370542027,0.15372517456988796,0.4165243277629521,0.0006117424308469796,0.5,0.15372517456988796,0.43218589652254935,0.00014365933655283928,0.0,0.18105172634127908,0.005969937367265897 -1739,0.5,0.15372517456988796,0.4436578079640049,0.14002047104174922,0.15372517456988796,0.3273533399910821,0.2348410944488485,0.15372517456988796,0.5571071400411702,0.029312092817295955,0.15372517456988796,0.5693927739169097,0.08502407109853476,0.15372517456988796,0.5158808031736346,0.08537653911445879,0.15372517456988796,0.5152327991242125,0.021574398853903318,0.15372517456988796,0.5280959258510511,0.019934025025250834,0.15372517456988796,0.5253934517541632,0.0022796536639059384,0.5,0.15372517456988796,0.5328646900268665,0.0004591556297638602,0.15372517456988796,0.5648888805011201,0.00012615327614518704,0.5,0.15372517456988796,0.547118157997858,0.0005450113968546916,0.15372517456988796,0.5541208750590794,0.0007919430104604495,0.15372517456988796,0.08318599207121499,0.07963577900433301,0.15372517456988796,0.3231010047819378,0.1390170024061198,0.15372517456988796,0.5353823278117543,0.12671540446738144,0.15372517456988796,0.543333574790262,0.0019069641463511809,0.15372517456988796,0.5657865391962649,0.0011545022535590832,0.5,0.15372517456988796,0.577283271397667,0.0006147554169575605,0.0,0.1242812218209558,0.016050373428212805 -1740,0.5,0.15372517456988796,0.4856747978449374,0.1606886010329913,0.15372517456988796,0.11852901025788543,0.18468135620415468,0.15372517456988796,0.6478109832568778,0.037630897995480916,0.15372517456988796,0.6510988434892242,0.09960311868690301,0.15372517456988796,0.6190094496279384,0.13873992474376695,0.15372517456988796,0.6249435801089633,0.037987761237149614,0.15372517456988796,0.632877582490856,0.05246550145818299,0.15372517456988796,0.6328563212827567,0.006386391824624801,0.5,0.15372517456988796,0.6385269960007781,0.0003006065859152559,0.15372517456988796,0.6590839904363969,0.0006996440194933498,0.5,0.15372517456988796,0.6469469317298759,0.001855459098466209,0.15372517456988796,0.6533627076477129,0.002346190421429961,0.15372517456988796,0.176840638446024,0.12187944984706792,0.15372517456988796,0.323166184424465,0.16812504759718552,0.15372517456988796,0.6312755782211811,0.17015271650018757,0.15372517456988796,0.6419819985602389,0.007542399361552246,0.15372517456988796,0.6573910560950089,0.0028954549474892433,0.5,0.15372517456988796,0.6636040508103661,0.0010660592181029015,0.0,0.09986454980427212,0.057013392553481375 -1741,0.5,0.15372517456988796,0.46263588435159764,0.17520629954409989,0.15372517456988796,0.07299778530280557,0.17339634013225275,0.15372517456988796,0.6813755061037268,0.053571262669416975,0.15372517456988796,0.6778219692457508,0.112492395083399,0.15372517456988796,0.6506174089985512,0.19050886890003982,0.15372517456988796,0.6750831163075858,0.06937577396497094,0.15372517456988796,0.6783656058982102,0.10041193059389135,0.15372517456988796,0.6809000512219648,0.017668681181665147,0.5,0.15372517456988796,0.6854690131484229,0.000922379940402394,0.15372517456988796,0.6961938426639838,0.001876365650018857,0.5,0.15372517456988796,0.6892172130038853,0.006408272830371957,0.15372517456988796,0.6946558439758235,0.0038844426875752802,0.15372517456988796,0.25841161582114097,0.21763168722457962,0.15372517456988796,0.2670100855286607,0.19173313930058478,0.15372517456988796,0.6589035900458291,0.2125641380016466,0.15372517456988796,0.6827948702784953,0.022028739757440487,0.15372517456988796,0.6924300654836193,0.008190234281867818,0.5,0.15372517456988796,0.692026128494107,0.0022268186319616026,0.0,0.1377034936957396,0.1649259545221331 -1742,0.5,0.15372517456988796,0.43414815332397916,0.20391532759360925,0.15372517456988796,0.0747979995593802,0.18640444268326034,0.15372517456988796,0.6662743465106372,0.06829866935672843,0.15372517456988796,0.6550240098438798,0.11877143870356205,0.15372517456988796,0.6308302637867574,0.22703868670132674,0.15372517456988796,0.676065585411323,0.09528257128708482,0.15372517456988796,0.6749970154282195,0.1472997170950617,0.15372517456988796,0.6807040786916942,0.02907190692512935,0.5,0.15372517456988796,0.6834544883026811,0.0034295441180082465,0.15372517456988796,0.6793093220634142,0.002112217581292753,0.5,0.15372517456988796,0.6823420131720983,0.012868985165644765,0.15372517456988796,0.6861829518765453,0.0034647223876966273,0.15372517456988796,0.29499880699101394,0.35283800237878693,0.15372517456988796,0.20984526468679326,0.209590990421299,0.15372517456988796,0.6197374761886993,0.23610260615140027,0.15372517456988796,0.6753798963017169,0.04022361515934686,0.15372517456988796,0.6785441935126408,0.018785812182832977,0.5,0.15372517456988796,0.672982998542362,0.0037855876483211402,0.0,0.2161644993194509,0.3851679345186638 -1743,0.5,0.15372517456988796,0.3337538015377135,0.25344296433540164,0.15372517456988796,0.06453055556247188,0.1897660403629436,0.15372517456988796,0.5900392866407402,0.09407460761611501,0.15372517456988796,0.5695426841447462,0.13215794772880532,0.15372517456988796,0.5691748067772716,0.2706318318955661,0.15372517456988796,0.6201104382555657,0.109539312925752,0.15372517456988796,0.6130091492443989,0.17753397442810417,0.15372517456988796,0.6244246551836983,0.035706852541098386,0.5,0.15372517456988796,0.6250118383968649,0.00847396796675415,0.15372517456988796,0.6083988633577125,0.0023111808148109122,0.5,0.15372517456988796,0.6167769633033009,0.02386798382470133,0.15372517456988796,0.6192140510294056,0.0043562207251269395,0.15372517456988796,0.21913212430597417,0.51867078653879,0.15372517456988796,0.15465912478140767,0.25531392425493005,0.15372517456988796,0.5138712420280382,0.23660757049905745,0.15372517456988796,0.6090484806081381,0.058527041661975004,0.15372517456988796,0.6042106810949255,0.030769242546440846,0.5,0.15372517456988796,0.5926471424878337,0.007226997140178011,0.0,0.3107963947352663,0.668287787655698 -1744,0.5,0.15372517456988796,0.242187142382364,0.28183649256412663,0.15372517456988796,0.11689132766369974,0.2874144995091526,0.15372517456988796,0.45630352337144037,0.10705016999612559,0.15372517456988796,0.4311872566664332,0.12727588123552114,0.15372517456988796,0.42910344826243585,0.3136308482519307,0.15372517456988796,0.501533893080343,0.13678022548417296,0.15372517456988796,0.48945618554695025,0.18803292294764634,0.15372517456988796,0.5056681277576892,0.04336782176586382,0.5,0.15372517456988796,0.5039449682958141,0.011109361294580145,0.15372517456988796,0.4760246089454132,0.0043387086522433255,0.5,0.15372517456988796,0.4892653189027383,0.033802087234982334,0.15372517456988796,0.4924797502987114,0.010390748737647164,0.15372517456988796,0.12039021148969502,0.6391785253972851,0.15372517456988796,0.09790203960863791,0.3509703466622782,0.15372517456988796,0.38445920927068455,0.21941662833851655,0.15372517456988796,0.4816190094255902,0.07144110635706889,0.15372517456988796,0.47001074931968945,0.03628393704946044,0.5,0.15372517456988796,0.45510196845717754,0.012850039971441615,0.0,0.4553170458599455,0.9231340956073879 -1745,0.5,0.15372517456988796,0.11726254671669376,0.25116438454564016,0.15372517456988796,0.04207229249289574,0.28022125498681666,0.15372517456988796,0.30622854083002016,0.04844884744423601,0.15372517456988796,0.21190546149494027,0.047329931628645336,0.15372517456988796,0.2626444445032944,0.23393661331323112,0.15372517456988796,0.3553811237828961,0.08577662278662909,0.15372517456988796,0.3426100637263817,0.1195040818991219,0.15372517456988796,0.3570110033950805,0.04150764643444142,0.5,0.15372517456988796,0.3512585543672296,0.005971320729431346,0.15372517456988796,0.31875434893680016,0.0057866919499019115,0.5,0.15372517456988796,0.3338720665888204,0.02641030795549058,0.15372517456988796,0.33505635312931936,0.00973530507191962,0.15372517456988796,0.046680204097093524,0.7683765069512564,0.15372517456988796,0.041111349549748336,0.42000356562119334,0.15372517456988796,0.2563047916078208,0.159340046094782,0.15372517456988796,0.331613411303146,0.03267166069334716,0.15372517456988796,0.3142583122709414,0.01650659348212682,0.5,0.15372517456988796,0.2963235221726789,0.0058981644182623996,0.0,0.5721821215445985,0.9880609376520191 -1746,0.5,0.15372517456988796,0.00013146409557493558,0.2581659383892096,0.15372517456988796,0.007671379724850951,0.3456365755019257,0.15372517456988796,0.011531525580822936,0.05737530307256151,0.15372517456988796,0.0,0.05788913457363265,0.15372517456988796,0.03862984030592451,0.19043724614688012,0.15372517456988796,0.06833356287800205,0.06512375338863094,0.15372517456988796,0.052560120581240016,0.10144226083606828,0.15372517456988796,0.05582956063667781,0.029483139143139894,0.5,0.15372517456988796,0.055245815799301046,0.007219242561760162,0.15372517456988796,0.0406770858675912,0.0028769984608752377,0.5,0.15372517456988796,0.04307836229356459,0.0126596559319411,0.15372517456988796,0.04937575771882826,0.007096263074737304,0.15372517456988796,0.006902461069380112,0.7971848448162194,0.15372517456988796,0.008403739463248938,0.4392812265137015,0.15372517456988796,0.02878044709225708,0.15996119303554993,0.15372517456988796,0.0390111777448953,0.03568684494593299,0.15372517456988796,0.021594736590064757,0.013238936377620653,0.5,0.15372517456988796,0.005697044240719197,0.004583584579180482,0.0,0.6394597770734443,1.0029854102289342 -1747,0.5,0.15372517456988796,0.0,0.3024533473612473,0.15372517456988796,0.0,0.4486231935468148,0.15372517456988796,0.0,0.07406441677555954,0.15372517456988796,0.0,0.07116350871411495,0.15372517456988796,0.0,0.20985871071102624,0.15372517456988796,0.0,0.08995832757203037,0.15372517456988796,0.0,0.11633435726818885,0.15372517456988796,0.0,0.026553209076484247,0.5,0.15372517456988796,0.0,0.012950332112634869,0.15372517456988796,0.0,0.0017010969507529469,0.5,0.15372517456988796,0.0,0.016278112316052033,0.15372517456988796,0.0,0.00614764297866195,0.15372517456988796,0.0,0.8370693154487083,0.15372517456988796,0.0,0.5462268245907737,0.15372517456988796,0.0,0.20503423133954513,0.15372517456988796,0.0,0.039045945139097614,0.15372517456988796,0.0,0.015414166883072674,0.5,0.15372517456988796,0.0,0.003997959563110297,0.0,0.7460758592704614,1.0062903922458832 -1748,0.5,0.15372517456988796,0.0,0.3870295337404569,0.15372517456988796,0.0,0.6517703651923616,0.15372517456988796,0.0,0.08440431822883328,0.15372517456988796,0.0,0.0879400317039115,0.15372517456988796,0.0,0.29572006494491543,0.15372517456988796,0.0,0.12066840728985981,0.15372517456988796,0.0,0.1379339165998245,0.15372517456988796,0.0,0.0328335635345124,0.5,0.15372517456988796,0.0,0.011245637597313177,0.15372517456988796,0.0,0.0020049608413403404,0.5,0.15372517456988796,0.0,0.02629896426114794,0.15372517456988796,0.0,0.005321934620160397,0.15372517456988796,0.0,0.9257464654480614,0.15372517456988796,0.0,0.6805988209984106,0.15372517456988796,0.0,0.2784880092749573,0.15372517456988796,0.0,0.03920774023153035,0.15372517456988796,0.0,0.02129773816840885,0.5,0.15372517456988796,0.0,0.005213754713732973,0.0,0.8957918528780509,1.00806217046784 -1749,0.5,0.15372517456988796,0.0,0.4952689615983627,0.15372517456988796,0.0,0.8214753985358477,0.15372517456988796,0.0,0.10711800682511531,0.15372517456988796,0.0,0.1166689093684574,0.15372517456988796,0.0,0.45335837780566746,0.15372517456988796,0.0,0.15584548115749536,0.15372517456988796,0.0,0.17937963309538513,0.15372517456988796,0.0,0.04938630529553042,0.5,0.15372517456988796,0.0,0.01714399062422522,0.15372517456988796,0.0,0.005938838226025789,0.5,0.15372517456988796,0.0,0.028169950504394106,0.15372517456988796,0.0,0.008375221309339168,0.15372517456988796,0.0,0.9734751466435656,0.15372517456988796,0.0,0.7877569379395879,0.15372517456988796,0.0,0.40068647424306436,0.15372517456988796,0.0,0.05383337634845605,0.15372517456988796,0.0,0.02393041992217586,0.5,0.15372517456988796,0.0,0.011845151300003305,0.0,0.9955123465346041,1.0091351768616519 -1750,0.5,0.15372517456988796,0.0,0.61229345097348,0.15372517456988796,0.0,0.9442133247578308,0.15372517456988796,0.0,0.15190265219788038,0.15372517456988796,0.0,0.16385446828665118,0.15372517456988796,0.0,0.618197496335808,0.15372517456988796,0.0,0.22506354050489324,0.15372517456988796,0.0,0.24983066151806907,0.15372517456988796,0.0,0.07043141396041094,0.5,0.15372517456988796,0.0,0.024399482212352587,0.15372517456988796,0.0,0.018967389729844717,0.5,0.15372517456988796,0.0,0.03829423959629506,0.15372517456988796,0.0,0.012307296932762612,0.15372517456988796,0.0,0.9983599112201857,0.15372517456988796,0.0,0.865753672452135,0.15372517456988796,0.0,0.547916352681313,0.15372517456988796,0.0,0.07165879222591554,0.15372517456988796,0.0,0.035827642407110616,0.5,0.15372517456988796,0.0,0.02543793507281443,0.0,1.0092447484318288,1.01001971527618 -1751,0.5,0.15372517456988796,0.0,0.7046584822014601,0.15372517456988796,0.0,1.013505458622637,0.15372517456988796,0.0,0.22364957274386318,0.15372517456988796,0.0,0.2174911365326312,0.15372517456988796,0.0,0.7702415756099141,0.15372517456988796,0.0,0.3381997240297079,0.15372517456988796,0.0,0.36249252570767554,0.15372517456988796,0.0,0.1009702886378638,0.5,0.15372517456988796,0.0,0.026478211543080537,0.15372517456988796,0.0,0.03083573882646923,0.5,0.15372517456988796,0.0,0.06134733654625003,0.15372517456988796,0.0,0.023230631851805014,0.15372517456988796,0.0,1.0075476595559067,0.15372517456988796,0.0,0.9193522278263608,0.15372517456988796,0.0,0.6926535831784717,0.15372517456988796,0.0,0.10091557258988504,0.15372517456988796,0.0,0.048108668411093014,0.5,0.15372517456988796,0.0,0.034465996265452374,0.0,1.010212404187062,1.0100946493204694 -1752,0.5,0.15372517456988796,0.0,0.7855828053579633,0.15372517456988796,0.0,1.0190128595731016,0.15372517456988796,0.0,0.3286472374534552,0.15372517456988796,0.0,0.3129103517204468,0.15372517456988796,0.0,0.8285105626758857,0.15372517456988796,0.0,0.4508002597338163,0.15372517456988796,0.0,0.5601048195648662,0.15372517456988796,0.0,0.14264168079405223,0.5,0.15372517456988796,0.0,0.03529528741016924,0.15372517456988796,0.0,0.03817143181138659,0.5,0.15372517456988796,0.0,0.07353904970170763,0.15372517456988796,0.0,0.030115339548484155,0.15372517456988796,0.0,1.0071109570540646,0.15372517456988796,0.0,0.929835288529673,0.15372517456988796,0.0,0.812115779706933,0.15372517456988796,0.0,0.15094984033881206,0.15372517456988796,0.0,0.06425824572997421,0.5,0.15372517456988796,0.0,0.04626855938609032,0.0,1.010262149908757,1.0097116899614538 -1753,0.5,0.15372517456988796,0.0,0.862508424666216,0.15372517456988796,0.0,1.0130000080666954,0.15372517456988796,0.0,0.47748952183627397,0.15372517456988796,0.0,0.4353013516426784,0.15372517456988796,0.0,0.841490968923915,0.15372517456988796,0.0,0.5423017852537556,0.15372517456988796,0.0,0.7285036326018057,0.15372517456988796,0.0,0.19385729478560595,0.5,0.15372517456988796,0.0,0.04345119739583364,0.15372517456988796,0.0,0.06354164564233823,0.5,0.15372517456988796,0.0,0.09420557451471487,0.15372517456988796,0.0,0.03645290090743198,0.15372517456988796,0.0,0.9882898230624642,0.15372517456988796,0.0,0.9144837269182814,0.15372517456988796,0.0,0.9149737450075974,0.15372517456988796,0.0,0.2226628461489968,0.15372517456988796,0.0,0.07961032154499834,0.5,0.15372517456988796,0.0,0.06689627160566586,0.0,1.010244663267386,1.0099504886941137 -1754,0.5,0.15372517456988796,0.0,0.9178617081899714,0.15372517456988796,0.0,0.9697552846791171,0.15372517456988796,0.0,0.6303249911099833,0.15372517456988796,0.0,0.5806715779059358,0.15372517456988796,0.0,0.7678111677995849,0.15372517456988796,0.0,0.5959051642548642,0.15372517456988796,0.0,0.8514891306247826,0.15372517456988796,0.0,0.2709581727397131,0.5,0.15372517456988796,0.0,0.05234154382002576,0.15372517456988796,0.0,0.09092158301767218,0.5,0.15372517456988796,0.0,0.11313128816735578,0.15372517456988796,0.0,0.05617526798326761,0.15372517456988796,0.0,0.9480708292114964,0.15372517456988796,0.0,0.9078449748790267,0.15372517456988796,0.0,0.9378650537378004,0.15372517456988796,0.0,0.33609247079403565,0.15372517456988796,0.0,0.09361608252637077,0.5,0.15372517456988796,0.0,0.08955044970128476,0.0,1.0095697785144457,1.010562315847491 -1755,0.5,0.15372517456988796,0.0,0.9498167366552478,0.15372517456988796,0.0,0.9644895958739588,0.15372517456988796,0.0,0.7637222986356967,0.15372517456988796,0.0,0.733184602358556,0.15372517456988796,0.0,0.7416859745418843,0.15372517456988796,0.0,0.526639497555157,0.15372517456988796,0.0,0.8780702011681513,0.15372517456988796,0.0,0.33642241799196815,0.5,0.15372517456988796,0.0,0.06436558778093317,0.15372517456988796,0.0,0.1414577371377118,0.5,0.15372517456988796,0.0,0.14644434336131773,0.15372517456988796,0.0,0.07041806062106155,0.15372517456988796,0.0,0.9053126363782433,0.15372517456988796,0.0,0.9153065871922811,0.15372517456988796,0.0,0.9214918300153294,0.15372517456988796,0.0,0.43914835465539176,0.15372517456988796,0.0,0.1272684267468075,0.5,0.15372517456988796,0.0,0.11876287017103708,0.0,1.0096582004811319,1.0100772694983595 -1756,0.5,0.15372517456988796,0.0,0.9291898506287377,0.15372517456988796,0.0,0.9856665187905036,0.15372517456988796,0.0,0.8419375999590576,0.15372517456988796,0.0,0.8307684772537305,0.15372517456988796,0.0,0.8386278431584815,0.15372517456988796,0.0,0.4728314955580484,0.15372517456988796,0.0,0.7888207066821218,0.15372517456988796,0.0,0.41850033116023194,0.5,0.15372517456988796,0.0,0.09392574707910009,0.15372517456988796,0.0,0.14723930690774184,0.5,0.15372517456988796,0.0,0.19489158164842296,0.15372517456988796,0.0,0.0839731694928345,0.15372517456988796,0.0,0.9348569666187972,0.15372517456988796,0.0,0.9402288212698507,0.15372517456988796,0.0,0.9167268916386587,0.15372517456988796,0.0,0.4746799247397635,0.15372517456988796,0.0,0.18894280592367158,0.5,0.15372517456988796,0.0,0.1387544242272596,0.0,1.0070461357777283,1.0104326351576995 -1757,0.5,0.15372517456988796,0.0,0.8820440013468906,0.15372517456988796,0.0,1.0130744019847917,0.15372517456988796,0.0,0.865196632033088,0.15372517456988796,0.0,0.9004159016698656,0.15372517456988796,0.0,0.9086090271761796,0.15372517456988796,0.0,0.5589837548362137,0.15372517456988796,0.0,0.8637180720108341,0.15372517456988796,0.0,0.4581152664712792,0.5,0.15372517456988796,0.0,0.12451296721374386,0.15372517456988796,0.0,0.17194120557612266,0.5,0.15372517456988796,0.0,0.27707978767433544,0.15372517456988796,0.0,0.10636781734903086,0.15372517456988796,0.0,0.9746479299211784,0.15372517456988796,0.0,0.9712829743285891,0.15372517456988796,0.0,0.9521127503724196,0.15372517456988796,0.0,0.5248663566677232,0.15372517456988796,0.0,0.26186613609015796,0.5,0.15372517456988796,0.0,0.19521863927255773,0.0,1.0057724580681613,1.0109903677481955 -1758,0.5,0.15372517456988796,0.0,0.8568544683883706,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8447891549514903,0.15372517456988796,0.0,0.8971142521859463,0.15372517456988796,0.0,0.9748485449652048,0.15372517456988796,0.0,0.5783088796184287,0.15372517456988796,0.0,0.8483470555174156,0.15372517456988796,0.0,0.5163771804188194,0.5,0.15372517456988796,0.0,0.14508860992252495,0.15372517456988796,0.0,0.225936727523365,0.5,0.15372517456988796,0.0,0.3772824213397116,0.15372517456988796,0.0,0.1324383137821556,0.15372517456988796,0.0,1.0040765910750484,0.15372517456988796,0.0,0.9892026821195252,0.15372517456988796,0.0,0.991934390186889,0.15372517456988796,0.0,0.5980641538602548,0.15372517456988796,0.0,0.36886823041516964,0.5,0.15372517456988796,0.0,0.25005871050061185,0.0,0.981565722989224,1.0110746825478332 -1759,0.5,0.15372517456988796,0.0,0.8817650698110773,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8685831917462724,0.15372517456988796,8.328870985201262e-06,0.9183695911279628,0.15372517456988796,0.0,0.9089014204741276,0.15372517456988796,0.0,0.6397674356932487,0.15372517456988796,0.0,0.8864001048010057,0.15372517456988796,0.0,0.5583282477259432,0.5,0.15372517456988796,0.0,0.17789069700315674,0.15372517456988796,0.0,0.2582662362204017,0.5,0.15372517456988796,0.0,0.5174447700684551,0.15372517456988796,0.0,0.18132402635998218,0.15372517456988796,0.0,1.001762230669967,0.15372517456988796,0.0,0.9687610210117743,0.15372517456988796,0.0,1.010970696573578,0.15372517456988796,0.0,0.6288520680830696,0.15372517456988796,0.0,0.518685641876214,0.5,0.15372517456988796,0.0,0.3193204842959307,0.0,0.9688077858451087,1.0103991948395388 -1760,0.5,0.15372517456988796,0.005087161543898948,0.9388124933539218,0.15372517456988796,0.005622610687227601,1.0053077083012751,0.15372517456988796,0.00592260535016978,0.90093950771015,0.15372517456988796,0.009616546740443668,0.9747120027997906,0.15372517456988796,0.0019087831320531204,0.8961117445381575,0.15372517456988796,0.0018715905016983394,0.6391286324561669,0.15372517456988796,0.0017548183371116789,0.9326377097949283,0.15372517456988796,0.0006900810874017743,0.5309733270791521,0.5,0.15372517456988796,0.016652841592951984,0.22749199709272222,0.15372517456988796,0.060429568718694246,0.27872006586773074,0.5,0.15372517456988796,0.04175623657854386,0.6612102215921702,0.15372517456988796,0.051537566882575214,0.23692796225007084,0.15372517456988796,0.01906822246740544,0.9872202191715456,0.15372517456988796,0.007305199690896456,0.9385186233183271,0.15372517456988796,0.0021083944134028336,1.0090600665906675,0.15372517456988796,0.0017734336661175047,0.6588121242024394,0.15372517456988796,0.029090837667771072,0.7045563806472815,0.5,0.15372517456988796,0.0673413459306001,0.44322250587547696,0.0,1.010288034989066,1.0098910882870797 -1761,0.5,0.15372517456988796,0.018944045536967172,1.0089148678435274,0.15372517456988796,0.04963257820966022,1.003684831083025,0.15372517456988796,0.034599228860834205,0.9316968410539237,0.15372517456988796,0.03319822936160941,1.002968641761643,0.15372517456988796,0.03918189173595508,0.8171732217123838,0.15372517456988796,0.015488570717764036,0.6062158692071209,0.15372517456988796,0.008566415889651397,0.9341513275917877,0.15372517456988796,0.009946062379662762,0.5695669615060952,0.5,0.15372517456988796,0.0232675986044288,0.2889787099922178,0.15372517456988796,0.19010228018255354,0.46467830101273205,0.5,0.15372517456988796,0.08546373881123942,0.7940783491038393,0.15372517456988796,0.18122936172047693,0.35790862391212147,0.15372517456988796,0.13615161391018824,1.0014556364092244,0.15372517456988796,0.0957984287307544,0.981311950132471,0.15372517456988796,0.02736251963299437,1.0008508452942613,0.15372517456988796,0.019042081361323706,0.6912435607215492,0.15372517456988796,0.05661945861249132,0.8094705143670993,0.5,0.15372517456988796,0.18452787841603155,0.7213420343009471,0.0,1.010275263675721,1.0112618327357452 -1762,0.5,0.15372517456988796,0.060565774774550676,1.0117169812613427,0.15372517456988796,0.21278710423257627,1.021739130434783,0.15372517456988796,0.052436895709481846,0.9635025195552179,0.15372517456988796,0.060666067104089325,1.0185184529104587,0.15372517456988796,0.24080808962128258,0.9366523033393085,0.15372517456988796,0.04625581390370211,0.564218322882054,0.15372517456988796,0.034776364149087725,0.8959352698715781,0.15372517456988796,0.027192857404533383,0.6226439073055012,0.5,0.15372517456988796,0.03736103817820564,0.31866997267202724,0.15372517456988796,0.3275952609486925,0.822498127793672,0.5,0.15372517456988796,0.03823244809879909,0.7702656949140335,0.15372517456988796,0.2749618229175654,0.554728670375533,0.15372517456988796,0.28937524886158017,1.0120243389322576,0.15372517456988796,0.2067181037365371,1.0052911391373756,0.15372517456988796,0.10051762392970365,0.9965319292735246,0.15372517456988796,0.04630281313339521,0.7219548308525154,0.15372517456988796,0.057488811108180944,0.8157340742741119,0.5,0.15372517456988796,0.2902381942825826,0.9258871077323303,0.0,1.010250348189969,1.0112833263955017 -1763,0.5,0.15372517456988796,0.1351443377426944,1.0179495505815812,0.15372517456988796,0.35394463435471196,1.021739130434783,0.15372517456988796,0.09117800264642494,0.9709023386763366,0.15372517456988796,0.04506126492076654,1.0200767171975291,0.15372517456988796,0.3616514872048642,0.9833633126891177,0.15372517456988796,0.13616811638271673,0.6237311565018508,0.15372517456988796,0.1554641497608656,0.8803163237277712,0.15372517456988796,0.051961031931518784,0.6121940994291024,0.5,0.15372517456988796,0.08330320186080313,0.3724280189116925,0.15372517456988796,0.3812744055210989,0.952190903876249,0.5,0.15372517456988796,0.027222297529789018,0.7101682388100132,0.15372517456988796,0.26362520727576777,0.6705751271946049,0.15372517456988796,0.3718147733288379,1.0115311393494077,0.15372517456988796,0.3539237265934849,1.0079835238594808,0.15372517456988796,0.22306125870728738,1.0099748840165756,0.15372517456988796,0.06839410613029946,0.7391833500256891,0.15372517456988796,0.07666490733896114,0.8199948394659228,0.5,0.15372517456988796,0.275951488406504,0.9998152834124852,0.0,1.010288034989066,1.0113501141508208 -1764,0.5,0.15372517456988796,0.2368735755707995,1.0200897207111492,0.15372517456988796,0.5174611100244583,1.021739130434783,0.15372517456988796,0.13323298012704618,0.9840709743701509,0.15372517456988796,0.08854309390683497,1.0091908702424937,0.15372517456988796,0.4279097518110734,0.980442895140047,0.15372517456988796,0.1593399097091532,0.6141314130138043,0.15372517456988796,0.28510254680771485,0.890110638066303,0.15372517456988796,0.08036234441446002,0.580012097243878,0.5,0.15372517456988796,0.13453378994279822,0.3968054524646305,0.15372517456988796,0.28789734809283357,0.953108465512415,0.5,0.15372517456988796,0.054550093429463334,0.6879669386399547,0.15372517456988796,0.192996268702335,0.6974953746337679,0.15372517456988796,0.2624057435378799,1.00846574527616,0.15372517456988796,0.44107041876737946,1.0073830928850094,0.15372517456988796,0.28410983978547466,1.009201916540047,0.15372517456988796,0.10276124544348109,0.7019726300900994,0.15372517456988796,0.09796336105275247,0.8464259486547866,0.5,0.15372517456988796,0.16660244090524984,0.9770305580752705,0.0,1.009929203233265,1.0025273706581657 -1765,0.5,0.15372517456988796,0.33145237809564443,1.0198861969329271,0.15372517456988796,0.25329805497347363,1.021739130434783,0.15372517456988796,0.15474318782392965,0.9959602832697146,0.15372517456988796,0.1764034254043347,1.012767522477455,0.15372517456988796,0.4640934563638654,0.9576047767028094,0.15372517456988796,0.15376908168078482,0.593893682103575,0.15372517456988796,0.2423825161024401,0.7951807510209594,0.15372517456988796,0.07459701327497434,0.4951124429028714,0.5,0.15372517456988796,0.15069501877282326,0.3862187750668169,0.15372517456988796,0.12577663829697247,0.9188017205423173,0.5,0.15372517456988796,0.08775754287651749,0.7015257081165039,0.15372517456988796,0.08844989991015384,0.5696594989940961,0.15372517456988796,0.18965817656520928,1.0012925679187772,0.15372517456988796,0.4733602795240619,0.9996312430465469,0.15372517456988796,0.4051820109339582,1.0107732354413135,0.15372517456988796,0.11458004617837587,0.6324488725201023,0.15372517456988796,0.10679347901854586,0.87081007507752,0.5,0.15372517456988796,0.13283409867446072,0.9648802519852799,0.0,1.010288034989066,0.9701983215273136 -1766,0.5,0.15372517456988796,0.388596759427591,1.0181246201104746,0.15372517456988796,0.2350223882375515,1.021739130434783,0.15372517456988796,0.1822409613225085,0.9793651195158845,0.15372517456988796,0.2061478273749374,1.015978203224777,0.15372517456988796,0.4906894458869113,0.9314061561830369,0.15372517456988796,0.12042662120930425,0.523145869882756,0.15372517456988796,0.23836624328919348,0.7706685499219164,0.15372517456988796,0.07214659498182936,0.4107567357512595,0.5,0.15372517456988796,0.13972114887750076,0.3630436705052176,0.15372517456988796,0.0622394219420711,0.8598016038709918,0.5,0.15372517456988796,0.10239354366741979,0.7044467559084011,0.15372517456988796,0.04126612564893855,0.44656940711146625,0.15372517456988796,0.20597537566665988,0.988925770988168,0.15372517456988796,0.4495555977627339,0.9743629916995361,0.15372517456988796,0.398796649467706,1.0109663584163355,0.15372517456988796,0.11819275784910896,0.6197412181755532,0.15372517456988796,0.09520844156274708,0.8381405945911453,0.5,0.15372517456988796,0.11956648462844388,0.93892393574376,0.0,1.010288034989066,0.8981264894929372 -1767,0.5,0.15372517456988796,0.30007273467344997,1.0162610748325092,0.15372517456988796,0.14057293501519552,0.9977759219039652,0.15372517456988796,0.24381108268173457,0.9706036091158512,0.15372517456988796,0.2386318366256434,1.017006711873616,0.15372517456988796,0.387679983863795,0.8620582196872011,0.15372517456988796,0.14533795812279818,0.46311998126768195,0.15372517456988796,0.11999346861812298,0.7405405719605563,0.15372517456988796,0.05407811458946729,0.3140040066442092,0.5,0.15372517456988796,0.09063127271616363,0.2968074809354713,0.15372517456988796,0.0777723963386846,0.8305764696000887,0.5,0.15372517456988796,0.10157952160815875,0.6908681041842863,0.15372517456988796,0.04281239101924164,0.44740636787419924,0.15372517456988796,0.19333351140106844,0.9443581621739288,0.15372517456988796,0.39044873661159873,0.9094040897657023,0.15372517456988796,0.325704067047777,0.996253779462116,0.15372517456988796,0.10350345959634216,0.6292914052600279,0.15372517456988796,0.07419863479167138,0.7793671239649146,0.5,0.15372517456988796,0.09510479221931156,0.8944554621327632,0.0,1.010288034989066,0.7378450210093298 -1768,0.5,0.15372517456988796,0.1472989144687819,1.0070799878694627,0.15372517456988796,0.08788579465939975,0.9076427094408578,0.15372517456988796,0.13675783469097758,0.9550512699268461,0.15372517456988796,0.11244752979958644,1.0147651476303052,0.15372517456988796,0.21148995432928408,0.6984774989897202,0.15372517456988796,0.15664198283564665,0.4915704753577267,0.15372517456988796,0.10672262549897535,0.7070063460937827,0.15372517456988796,0.04123378338767987,0.24506583729497378,0.5,0.15372517456988796,0.05115170082263106,0.265557414846944,0.15372517456988796,0.06213310476445421,0.7497159430011371,0.5,0.15372517456988796,0.06672007385215667,0.6236597952501719,0.15372517456988796,0.038594984242659974,0.436069624101257,0.15372517456988796,0.16786855449553195,0.8592418584400414,0.15372517456988796,0.2572296883535174,0.7760032628861475,0.15372517456988796,0.18873720834649751,0.9310783289345562,0.15372517456988796,0.0833689762292265,0.6035773251561722,0.15372517456988796,0.04343119536142969,0.6768771745426994,0.5,0.15372517456988796,0.0590639138408597,0.8350773567729622,0.0,1.0085924608868886,0.5189805368281529 -1769,0.5,0.15372517456988796,0.043670130154689214,0.9735454181165952,0.15372517456988796,0.05734743194005806,0.7480789680785763,0.15372517456988796,0.03256038119940004,0.8513362269581223,0.15372517456988796,0.0388474499264522,0.9836407101168514,0.15372517456988796,0.12316068635061206,0.4447769110332428,0.15372517456988796,0.05492733856504907,0.43078622571432723,0.15372517456988796,0.10195499566784745,0.6638818024597518,0.15372517456988796,0.023998747697311723,0.22456960396838102,0.5,0.15372517456988796,0.027596331392351584,0.24743829440249115,0.15372517456988796,0.025982107606738303,0.616231833326655,0.5,0.15372517456988796,0.02858165809776922,0.5094562600973876,0.15372517456988796,0.023238419596274956,0.3754781601798835,0.15372517456988796,0.13013484771037392,0.6760982204336565,0.15372517456988796,0.14065889681568905,0.559824635047738,0.15372517456988796,0.09462294308772998,0.795212863936478,0.15372517456988796,0.06220282634823922,0.5664327487455862,0.15372517456988796,0.01809156753083348,0.5634444843111505,0.5,0.15372517456988796,0.025838174118582854,0.7631520983975146,0.0,0.9942111829858105,0.4154728159333574 -1770,0.5,0.15372517456988796,0.00024686634699200565,0.9018737203912439,0.15372517456988796,0.03142140043346663,0.5367717671563841,0.15372517456988796,0.002396407039682292,0.7619752226088685,0.15372517456988796,0.0,0.9069364016829984,0.15372517456988796,0.028910909813589607,0.3227432643336992,0.15372517456988796,0.005666523732047933,0.6049685207573567,0.15372517456988796,0.022700027045961593,0.6271832824480978,0.15372517456988796,0.0062752028090556616,0.2467962098670986,0.5,0.15372517456988796,0.010923456329985627,0.23191392161073407,0.15372517456988796,0.004685060029455992,0.4770827662002181,0.5,0.15372517456988796,0.009219625088452017,0.4479576697034376,0.15372517456988796,0.006334784728180999,0.34083570782143324,0.15372517456988796,0.03079461713547367,0.5402757329630644,0.15372517456988796,0.0306639252505671,0.3914356040114584,0.15372517456988796,0.019355888630016613,0.6366025444193225,0.15372517456988796,0.026050475158272232,0.4871769323089771,0.15372517456988796,0.0024365225324103315,0.48028294087363543,0.5,0.15372517456988796,0.0021790386248114225,0.7027444177653178,0.0,0.969353454115304,0.6965948109968527 -1771,0.5,0.15372517456988796,0.0,0.7490704985594034,0.15372517456988796,0.0,0.5111005643251078,0.15372517456988796,0.0,0.6768714718797643,0.15372517456988796,0.0,0.8729340694009909,0.15372517456988796,0.0,0.2844152809146482,0.15372517456988796,0.0,0.6227797513397302,0.15372517456988796,0.0,0.5710760633168114,0.15372517456988796,0.0,0.2994523712816246,0.5,0.15372517456988796,0.0,0.24402539744859042,0.15372517456988796,0.0,0.4091238847342943,0.5,0.15372517456988796,0.0,0.4231235465701448,0.15372517456988796,0.0,0.32723131923894755,0.15372517456988796,0.0,0.5070075130086779,0.15372517456988796,0.0,0.2830308632586197,0.15372517456988796,0.0,0.4708159922308518,0.15372517456988796,0.0,0.4331603945246105,0.15372517456988796,0.0,0.44156629970678174,0.5,0.15372517456988796,0.0,0.6649420128927538,0.0,0.8845401209752433,0.7275022567341424 -1772,0.5,0.15372517456988796,0.0,0.5704192997834288,0.15372517456988796,0.0,0.4424075973059784,0.15372517456988796,0.0,0.6179112633015905,0.15372517456988796,0.0,0.7308519079463759,0.15372517456988796,0.0,0.4860603271712364,0.15372517456988796,0.0,0.6949346534818623,0.15372517456988796,0.0,0.6861295946278982,0.15372517456988796,0.0,0.366781692947026,0.5,0.15372517456988796,0.0,0.3134855894537929,0.15372517456988796,0.0,0.4176198810527263,0.5,0.15372517456988796,0.0,0.4754938431130712,0.15372517456988796,0.0,0.34189003620864866,0.15372517456988796,0.0,0.4642706931337884,0.15372517456988796,0.0,0.2972915377501296,0.15372517456988796,0.0,0.3759328184507849,0.15372517456988796,0.0,0.4691145848341146,0.15372517456988796,0.0,0.43154805000693236,0.5,0.15372517456988796,0.0,0.6457996487859444,0.0,0.8616384618809367,0.9915756965297251 -1773,0.5,0.15372517456988796,0.0,0.4715172746114408,0.15372517456988796,0.0,0.3642930509943651,0.15372517456988796,0.0,0.6093660983055453,0.15372517456988796,0.0,0.5639166377023369,0.15372517456988796,0.0,0.722395759304094,0.15372517456988796,0.0,0.7064415942572079,0.15372517456988796,0.0,0.773608396248151,0.15372517456988796,0.0,0.4544200268270784,0.5,0.15372517456988796,0.0,0.3857561740164339,0.15372517456988796,0.0,0.4691366202314643,0.5,0.15372517456988796,0.0,0.6094657194799167,0.15372517456988796,0.0,0.37383788864777523,0.15372517456988796,0.0,0.4172911681793158,0.15372517456988796,0.0,0.4860797052204425,0.15372517456988796,0.0,0.42826647238713234,0.15372517456988796,0.0,0.5303939029765713,0.15372517456988796,0.0,0.4830493486127901,0.5,0.15372517456988796,0.0,0.6732503924578186,0.0,0.8835103104799098,0.9928486376163477 -1774,0.5,0.15372517456988796,0.0,0.4556194027038297,0.15372517456988796,0.0,0.4527247832261892,0.15372517456988796,0.0,0.5646397837165248,0.15372517456988796,0.0,0.5415469385134147,0.15372517456988796,0.0,0.8501173338026546,0.15372517456988796,0.0,0.756440854384792,0.15372517456988796,0.0,0.774720374170218,0.15372517456988796,0.0,0.556156886557516,0.5,0.15372517456988796,0.0,0.45508465099386797,0.15372517456988796,0.0,0.5323129721407873,0.5,0.15372517456988796,0.0,0.7373849533537145,0.15372517456988796,0.0,0.42003170297460285,0.15372517456988796,0.0,0.46226703006666037,0.15372517456988796,0.0,0.7046548427457532,0.15372517456988796,0.0,0.5886653315864984,0.15372517456988796,0.0,0.4827574295903294,0.15372517456988796,0.0,0.6128246354085602,0.5,0.15372517456988796,0.0,0.7196711869943885,0.0,0.8228172558226864,1.0011951891853437 -1775,0.5,0.15372517456988796,0.0,0.5083283521204638,0.15372517456988796,0.0,0.5416341681452993,0.15372517456988796,0.0,0.578084418504393,0.15372517456988796,0.0,0.5602137263741775,0.15372517456988796,0.0,0.9385676075496066,0.15372517456988796,0.0,0.8168798719666135,0.15372517456988796,0.0,0.9632372271773337,0.15372517456988796,0.0,0.6777587905919528,0.5,0.15372517456988796,0.0,0.5606270173252107,0.15372517456988796,0.0,0.6101329264395612,0.5,0.15372517456988796,0.0,0.7915703988427317,0.15372517456988796,0.0,0.46227340391152955,0.15372517456988796,0.0,0.6283824330386574,0.15372517456988796,0.0,0.8902554429699241,0.15372517456988796,0.0,0.8148238470074556,0.15372517456988796,0.0,0.6397432625433903,0.15372517456988796,0.0,0.6761328807267448,0.5,0.15372517456988796,0.0,0.7977278524094009,0.0,0.8503867188938672,1.007637067715004 -1776,0.5,0.15372517456988796,0.0,0.5546108933425634,0.15372517456988796,0.0,0.913979739788754,0.15372517456988796,0.0,0.7080586101167188,0.15372517456988796,0.0,0.6143055819359097,0.15372517456988796,0.0,0.9710319347645349,0.15372517456988796,0.0,0.8425580068685733,0.15372517456988796,0.0,0.997065929398119,0.15372517456988796,0.0,0.7824097984555215,0.5,0.15372517456988796,0.0,0.6715035064791622,0.15372517456988796,0.0,0.6697414238833846,0.5,0.15372517456988796,0.0,0.8542200163737252,0.15372517456988796,0.0,0.5148041625143852,0.15372517456988796,0.0,0.7819027694671634,0.15372517456988796,0.0,0.9643493530308633,0.15372517456988796,0.0,0.9382256653209393,0.15372517456988796,0.0,0.8441927158888399,0.15372517456988796,0.0,0.7392024640731212,0.5,0.15372517456988796,0.0,0.8576537731147142,0.0,0.8670300443269482,1.011020832520064 -1777,0.5,0.15372517456988796,0.0,0.5294112471497204,0.15372517456988796,0.0,1.0122555795021264,0.15372517456988796,0.0,0.9499172806808676,0.15372517456988796,0.0,0.7077360479878289,0.15372517456988796,0.0,1.000239921282455,0.15372517456988796,0.0,0.8475081789120447,0.15372517456988796,0.0,0.9975224054968819,0.15372517456988796,0.0,0.8260054011710302,0.5,0.15372517456988796,0.0,0.7163089152705876,0.15372517456988796,0.0,0.7260342974902552,0.5,0.15372517456988796,0.0,0.9359202098350085,0.15372517456988796,0.0,0.5651778825874283,0.15372517456988796,0.0,0.8792890655886193,0.15372517456988796,0.0,0.9821800074335381,0.15372517456988796,0.0,1.0072879477299639,0.15372517456988796,0.0,0.9536549779081384,0.15372517456988796,0.0,0.8815491175742999,0.5,0.15372517456988796,0.0,0.8903539580070565,0.0,0.8360399658177127,1.011289912037179 -1778,0.5,0.15372517456988796,0.0,0.6014274453991839,0.15372517456988796,0.0,1.0144135786917243,0.15372517456988796,0.0,0.9895853965692326,0.15372517456988796,0.0,0.8543197776939956,0.15372517456988796,0.0,1.0158985700422203,0.15372517456988796,0.0,0.8936219906598767,0.15372517456988796,0.0,1.0010706960093487,0.15372517456988796,0.0,0.8510248956348572,0.5,0.15372517456988796,0.0,0.6914299465345446,0.15372517456988796,0.0,0.8112279497268061,0.5,0.15372517456988796,0.0,0.9924352243110114,0.15372517456988796,0.0,0.6181128894396956,0.15372517456988796,0.0,0.9391623172354706,0.15372517456988796,0.0,0.9940787185631353,0.15372517456988796,0.0,1.009081937028062,0.15372517456988796,0.0,0.96099005023354,0.15372517456988796,0.0,0.9752427738921879,0.5,0.15372517456988796,0.0,0.9398151926487217,0.0,0.894533640665534,1.011376390988501 -1779,0.5,0.15372517456988796,0.0,0.6761549089222808,0.15372517456988796,0.0,1.0086100295761922,0.15372517456988796,0.0,0.9846906572893639,0.15372517456988796,0.0,0.9084250532866772,0.15372517456988796,0.0,1.0153687162300644,0.15372517456988796,0.0,0.9097591207081701,0.15372517456988796,0.0,1.0075072388057023,0.15372517456988796,0.0,0.8623109516040515,0.5,0.15372517456988796,0.0,0.6427461760256499,0.15372517456988796,0.0,0.8687566176177796,0.5,0.15372517456988796,0.0,0.9972137428587332,0.15372517456988796,0.0,0.6514083526394933,0.15372517456988796,0.0,0.95497045388467,0.15372517456988796,0.0,1.0004111333739119,0.15372517456988796,0.0,1.0073409092042103,0.15372517456988796,0.0,0.9648651450576898,0.15372517456988796,0.0,1.0040050606152617,0.5,0.15372517456988796,0.0,0.9911126932645751,0.0,0.7680224887132712,1.011411720563795 -1780,0.5,0.15372517456988796,0.0,0.7917498102955323,0.15372517456988796,0.0,1.0161469507062395,0.15372517456988796,0.0,0.9750945896724641,0.15372517456988796,0.0,0.9690729670638936,0.15372517456988796,0.0,1.0094730979571243,0.15372517456988796,0.0,0.8952598082408184,0.15372517456988796,0.0,1.0070910431217508,0.15372517456988796,0.0,0.8478572843348269,0.5,0.15372517456988796,0.0,0.5520963924966565,0.15372517456988796,0.0,0.8882289028590598,0.5,0.15372517456988796,0.0,0.9836212902709746,0.15372517456988796,0.0,0.6597971789431518,0.15372517456988796,0.0,0.9592542746475904,0.15372517456988796,0.0,1.0054270814326254,0.15372517456988796,0.0,1.0131194879261556,0.15372517456988796,0.0,0.9772347883685402,0.15372517456988796,0.0,1.0124133692327617,0.5,0.15372517456988796,0.0,1.0055419472304767,0.0,0.7739712337219515,1.0114345532650975 -1781,0.5,0.15372517456988796,0.0,0.8450866136387618,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9723413291091001,0.15372517456988796,0.0,0.9745324940626672,0.15372517456988796,0.0,0.9970684075767964,0.15372517456988796,0.0,0.8661540438924342,0.15372517456988796,0.0,1.0031608914938595,0.15372517456988796,0.0,0.8133823723352784,0.5,0.15372517456988796,0.0,0.4913815508246017,0.15372517456988796,0.0,0.907181394929838,0.5,0.15372517456988796,0.0,0.9669805314198484,0.15372517456988796,0.0,0.6519883162656719,0.15372517456988796,0.0,0.9726001412609603,0.15372517456988796,0.0,1.0087717609460038,0.15372517456988796,0.0,1.01917428830106,0.15372517456988796,0.0,0.9738491604643876,0.15372517456988796,0.0,1.0092493828725955,0.5,0.15372517456988796,0.0,1.0158339343174152,0.0,0.7008818055593875,1.0114301873307436 -1782,0.5,0.15372517456988796,0.0,0.7696599488376782,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9996923367462314,0.15372517456988796,0.0,0.94647024904634,0.15372517456988796,0.0,0.9902748548942123,0.15372517456988796,0.0,0.8461693438751656,0.15372517456988796,0.0,0.9932706817866304,0.15372517456988796,0.0,0.765890158271728,0.5,0.15372517456988796,0.0,0.4902309883992127,0.15372517456988796,0.0,0.8954716028292197,0.5,0.15372517456988796,0.0,0.9536329338219324,0.15372517456988796,0.0,0.6214571896501683,0.15372517456988796,0.0,0.9891717741295278,0.15372517456988796,0.0,1.0093575146823563,0.15372517456988796,0.0,1.0217172258918126,0.15372517456988796,0.0,0.9641700366761456,0.15372517456988796,0.0,1.0049964673035117,0.5,0.15372517456988796,0.0,1.016277138450575,0.0,0.5391138575957555,1.011435204293837 -1783,0.5,0.15372517456988796,0.0,0.7010118133995413,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0155780962653316,0.15372517456988796,2.2789827303707433e-06,0.9218691348346264,0.15372517456988796,0.0,0.9902846695797113,0.15372517456988796,0.0,0.8502808221635181,0.15372517456988796,0.0,0.9874962365141529,0.15372517456988796,0.0,0.7576827408015715,0.5,0.15372517456988796,0.0,0.5472004531837139,0.15372517456988796,0.0,0.8838163194664918,0.5,0.15372517456988796,0.0,0.955018693712132,0.15372517456988796,0.0,0.596046270347365,0.15372517456988796,0.0,1.0068185356883381,0.15372517456988796,0.0,1.0084996543283449,0.15372517456988796,0.0,1.0215481981762262,0.15372517456988796,0.0,0.9460959425838532,0.15372517456988796,0.0,0.9996208657944549,0.5,0.15372517456988796,0.0,1.017021283236575,0.0,0.4205739288966516,1.0113554138357053 -1784,0.5,0.15372517456988796,0.0014557741236751586,0.7338302693519906,0.15372517456988796,0.0001448517320251074,1.021739130434783,0.15372517456988796,0.000483440489466371,1.0208613727882256,0.15372517456988796,0.0014907670481307577,0.9434241337107326,0.15372517456988796,0.0003932674516148573,0.9875630504660001,0.15372517456988796,0.00026453075822720933,0.8398973677462593,0.15372517456988796,0.00021343846116106803,0.9819224994827489,0.15372517456988796,0.00023576891602465085,0.7201306284717819,0.5,0.15372517456988796,0.0015038558247667572,0.5994872835935238,0.15372517456988796,0.0005080559536232734,0.8701650549540362,0.5,0.15372517456988796,0.0009858277511222522,0.9730622960157028,0.15372517456988796,0.0010744673654350034,0.5647720765917988,0.15372517456988796,0.00019747043395692998,1.0110578235874497,0.15372517456988796,0.0004542061703151723,1.0030732148059447,0.15372517456988796,0.00021639347345898786,1.0215141611351128,0.15372517456988796,0.0005133088392793553,0.9345975273585754,0.15372517456988796,0.0005364596662550653,0.9996541083129008,0.5,0.15372517456988796,0.0011327326759290619,1.0188573840683561,0.0,0.4770364400878597,1.0109233830308633 -1785,0.5,0.15372517456988796,0.005182593584313623,0.820980988732345,0.15372517456988796,0.000882157030739298,1.021739130434783,0.15372517456988796,0.002625451911555503,1.0211198504741765,0.15372517456988796,0.006081295360851982,0.9875049928273394,0.15372517456988796,0.0017613596281129081,0.9702282590494111,0.15372517456988796,0.0015358756157044782,0.8007990308902462,0.15372517456988796,0.0011591676909422225,0.974790726309417,0.15372517456988796,0.001400132306170709,0.6815402495551635,0.5,0.15372517456988796,0.005739207810755503,0.6173439708317277,0.15372517456988796,0.002157438118319476,0.853251229520251,0.5,0.15372517456988796,0.0038404631454102963,0.9873286375994312,0.15372517456988796,0.007497000156317181,0.5764880181990814,0.15372517456988796,0.0018006273940695005,1.011858036734647,0.15372517456988796,0.0020048493504122777,0.9940386841784703,0.15372517456988796,0.0011181665450587192,1.0216046818006301,0.15372517456988796,0.0028811875157781666,0.9288492740410664,0.15372517456988796,0.002485084458908879,1.006006598650306,0.5,0.15372517456988796,0.0033719833804071774,1.0181049413250136,0.0,0.6478141123429421,1.0109249218353984 -1786,0.5,0.15372517456988796,0.008236432159173796,0.9157543617890882,0.15372517456988796,0.0048657559985392125,1.021739130434783,0.15372517456988796,0.006031920179798559,1.0209770870859174,0.15372517456988796,0.010265956129894862,1.0160922665031915,0.15372517456988796,0.0037407025915250827,0.9518728354510332,0.15372517456988796,0.0033097704709512178,0.7549866414449782,0.15372517456988796,0.0025498566152719606,0.9666234605364993,0.15372517456988796,0.004846368826852358,0.6804603094290697,0.5,0.15372517456988796,0.010502680912394475,0.6287238622812683,0.15372517456988796,0.005256156947134299,0.8263438643904127,0.5,0.15372517456988796,0.00869863980264984,0.9849877276452376,0.15372517456988796,0.01798373220920279,0.5950457346113932,0.15372517456988796,0.005432821576766601,1.0118880802577908,0.15372517456988796,0.0038656125714274974,0.9899029543731622,0.15372517456988796,0.002956149914278769,1.0213883597940463,0.15372517456988796,0.006139152268103914,0.9157817723796065,0.15372517456988796,0.008226701788664689,1.0063909244197704,0.5,0.15372517456988796,0.005546294786708462,1.0178414110523017,0.0,0.870116436677332,1.0052912503363205 -1787,0.5,0.15372517456988796,0.009548618543856323,0.993112837330213,0.15372517456988796,0.010848629346369144,1.021739130434783,0.15372517456988796,0.009793066580418452,1.0208640532692588,0.15372517456988796,0.010313914202066265,1.021739130434783,0.15372517456988796,0.005774599587295602,0.9284354936378052,0.15372517456988796,0.004733075555803302,0.681456422623071,0.15372517456988796,0.003808841214448899,0.9386321756683919,0.15372517456988796,0.008975411023856229,0.6767943625398847,0.5,0.15372517456988796,0.016685638355720612,0.6718750353990138,0.15372517456988796,0.014059321398783312,0.8038613038182286,0.5,0.15372517456988796,0.01742167716730438,0.9784577674107642,0.15372517456988796,0.032568942194158464,0.5966287634238816,0.15372517456988796,0.033417234771300625,1.0110483339737302,0.15372517456988796,0.0073737048067366116,0.9808157680585786,0.15372517456988796,0.005098368820067783,1.0192060045872535,0.15372517456988796,0.010975884810830736,0.914451865125032,0.15372517456988796,0.01675337167861712,1.0061441786548464,0.5,0.15372517456988796,0.010786335465447671,1.0159272378709958,0.0,1.0045751014310462,1.0105282261079211 -1788,0.5,0.15372517456988796,0.013685102509626436,1.0186748470608427,0.15372517456988796,0.026098904755013308,1.021739130434783,0.15372517456988796,0.013638761533368429,1.0207169263913058,0.15372517456988796,0.00878106374142335,1.021739130434783,0.15372517456988796,0.009774820975238855,0.9243358620594821,0.15372517456988796,0.006919330106820989,0.6799457222124662,0.15372517456988796,0.005769452343653992,0.9279850229075739,0.15372517456988796,0.01071652090718599,0.6757409309898401,0.5,0.15372517456988796,0.019907297829361337,0.6757422641102863,0.15372517456988796,0.025131955741112814,0.7647636614996614,0.5,0.15372517456988796,0.024596599080458137,0.9820946623782608,0.15372517456988796,0.05733745087114775,0.6144320204225491,0.15372517456988796,0.0560357766304608,1.0106426565727782,0.15372517456988796,0.017305566982074114,0.9770764858269603,0.15372517456988796,0.013220920500974103,1.0156942905744266,0.15372517456988796,0.01605371063712028,0.8944412821091751,0.15372517456988796,0.023871418878363863,1.005187453347563,0.5,0.15372517456988796,0.02430275519686928,1.012784973682431,0.0,1.010288034989066,1.0107748662125187 -1789,0.5,0.15372517456988796,0.024484964421376286,1.019241890133236,0.15372517456988796,0.026684542157314674,1.021739130434783,0.15372517456988796,0.018696591963724404,1.013462400760999,0.15372517456988796,0.008779720807492208,1.021739130434783,0.15372517456988796,0.015663207024846776,0.9039663396480451,0.15372517456988796,0.007674838820550292,0.6666523996764215,0.15372517456988796,0.006578436133790622,0.923535443714137,0.15372517456988796,0.01030580500919307,0.6712909898673023,0.5,0.15372517456988796,0.02350965746194197,0.6481898813613258,0.15372517456988796,0.028574642584738495,0.7276431494421051,0.5,0.15372517456988796,0.02947962900812435,0.9727744468127874,0.15372517456988796,0.06313180366856391,0.599247653227955,0.15372517456988796,0.04581920068274302,1.0104121575926535,0.15372517456988796,0.032784745667241426,0.9767522099606745,0.15372517456988796,0.01670583573430231,1.0122144429016184,0.15372517456988796,0.015089272030490222,0.8870062632597318,0.15372517456988796,0.025097997723682822,1.0009057024256083,0.5,0.15372517456988796,0.03278931229448618,1.0089042930059506,0.0,1.010288034989066,1.0109869452798401 -1790,0.5,0.15372517456988796,0.02847430448802491,1.018484675079139,0.15372517456988796,0.026477666608647227,1.021739130434783,0.15372517456988796,0.021350646198782894,1.0058752775779678,0.15372517456988796,0.010783409102672666,1.0215566054103904,0.15372517456988796,0.027184717524412153,0.9237387762752518,0.15372517456988796,0.011640632694522415,0.6213879811122159,0.15372517456988796,0.006555386597362361,0.9123363177773443,0.15372517456988796,0.008534388942247343,0.617568268595355,0.5,0.15372517456988796,0.023094309461763298,0.5692169075469594,0.15372517456988796,0.025958368350822922,0.6876299268552786,0.5,0.15372517456988796,0.03190796181626313,0.957115003650495,0.15372517456988796,0.0605648166830276,0.5875053528823543,0.15372517456988796,0.016412988634095897,1.008543117263514,0.15372517456988796,0.06164499957060943,0.989517055435271,0.15372517456988796,0.016702597201859612,1.007493308620888,0.15372517456988796,0.009882942698620438,0.8651840387213509,0.15372517456988796,0.023760513398413285,0.9974153903391264,0.5,0.15372517456988796,0.027464142274883516,1.0010066562904403,0.0,1.010288034989066,1.011283592257963 -1791,0.5,0.15372517456988796,0.022507835416480295,1.0152558261442604,0.15372517456988796,0.010477012882890668,1.021739130434783,0.15372517456988796,0.016277510106307878,0.9866776715452424,0.15372517456988796,0.013819643311541991,1.0201904342633237,0.15372517456988796,0.03379974748124123,0.9356171262828379,0.15372517456988796,0.021086271326329856,0.6480831577038698,0.15372517456988796,0.008687436759454704,0.9037653025578576,0.15372517456988796,0.0141905244261634,0.6150934877568155,0.5,0.15372517456988796,0.02010791427221909,0.5019215583522622,0.15372517456988796,0.02533758848653116,0.649712612456018,0.5,0.15372517456988796,0.02464094107432658,0.9202792241363512,0.15372517456988796,0.05543499559298706,0.5511992652998338,0.15372517456988796,0.013010577711142881,1.0106854838446235,0.15372517456988796,0.054581238443589544,0.9983407599700954,0.15372517456988796,0.017604681063340514,1.0075280948142917,0.15372517456988796,0.006895379209796994,0.819826376729388,0.15372517456988796,0.016291983810291625,0.9827739208828518,0.5,0.15372517456988796,0.02286692248609704,0.9911434145450155,0.0,1.006823548662024,1.0112373160601722 -1792,0.5,0.15372517456988796,0.012878766737933237,1.0008627515460824,0.15372517456988796,0.007965653622703638,1.021739130434783,0.15372517456988796,0.008986033336931633,0.9463338735833531,0.15372517456988796,0.008055164742936551,1.0117141254649735,0.15372517456988796,0.024886985999498047,0.9033846963526307,0.15372517456988796,0.018367865841990266,0.6403627421873181,0.15372517456988796,0.008645135453116265,0.9047760762472101,0.15372517456988796,0.01202971349619412,0.5972185212494127,0.5,0.15372517456988796,0.015691237826709087,0.45048930922440555,0.15372517456988796,0.01589395707728213,0.5573348188626996,0.5,0.15372517456988796,0.015609558665784309,0.8609576298983539,0.15372517456988796,0.03976625850374852,0.47774616609095766,0.15372517456988796,0.01110449942437932,1.009991221859059,0.15372517456988796,0.01707089738001419,0.9906876779152193,0.15372517456988796,0.012511708143389755,1.0100898734246129,0.15372517456988796,0.007513559300162865,0.746348216509075,0.15372517456988796,0.008920025148923736,0.9556204001677016,0.5,0.15372517456988796,0.014830314201969175,0.9766252077120858,0.0,0.9759106509754619,1.011038633053593 -1793,0.5,0.15372517456988796,0.002340738955042681,0.9950675603160877,0.15372517456988796,0.0030957971720534656,1.021739130434783,0.15372517456988796,0.0033679024027214815,0.8938046641102596,0.15372517456988796,0.0023776674630142706,0.9808670692153159,0.15372517456988796,0.010247413218378985,0.8447526360726244,0.15372517456988796,0.009489520470914385,0.6168455747320535,0.15372517456988796,0.004318961057831338,0.8913825709144042,0.15372517456988796,0.00503719225538203,0.5729095435951242,0.5,0.15372517456988796,0.007914226894252849,0.39632214411610284,0.15372517456988796,0.007376475946729953,0.4466228531569003,0.5,0.15372517456988796,0.007044583185071144,0.8450328177112398,0.15372517456988796,0.01937325749826989,0.42413626496719964,0.15372517456988796,0.007432631758305588,1.0075400218675405,0.15372517456988796,0.005348688935837733,0.9697265348149038,0.15372517456988796,0.003643637937669223,1.006301476387915,0.15372517456988796,0.004416111213087926,0.7121884548513943,0.15372517456988796,0.00392208838791357,0.9192215656871492,0.5,0.15372517456988796,0.006642850979394725,0.9468040762611972,0.0,1.00566888669744,1.0104235645886264 -1794,0.5,0.15372517456988796,0.0001386343274128005,0.9924762608062075,0.15372517456988796,0.0012235518871182517,1.0196054638916519,0.15372517456988796,0.0006329605531432196,0.8971523452120855,0.15372517456988796,1.7089436928405984e-05,0.9712037086588976,0.15372517456988796,0.0020827192727399264,0.7688207499014066,0.15372517456988796,0.0027980911756984622,0.5625537113917097,0.15372517456988796,0.0010454718097680888,0.8629281271310099,0.15372517456988796,0.0013612957555553722,0.49190567642710675,0.5,0.15372517456988796,0.0024746409658097704,0.35419567109923245,0.15372517456988796,0.0013682920867903402,0.39733177438246114,0.5,0.15372517456988796,0.0016470875675396002,0.8061651627353509,0.15372517456988796,0.004631863479253012,0.37585834931147166,0.15372517456988796,0.002018892752655317,1.0002272775618533,0.15372517456988796,0.0016031329044592154,0.9104983843028391,0.15372517456988796,0.0005989330685621227,0.9855756781149883,0.15372517456988796,0.0008542206900990956,0.6819828605070668,0.15372517456988796,0.0007989247739881935,0.8840178336488725,0.5,0.15372517456988796,0.0009512038786127181,0.9090978948806687,0.0,1.0063095107644353,1.007142537216845 -1795,0.5,0.15372517456988796,0.0,0.977205687518824,0.15372517456988796,0.0,1.0158300939711684,0.15372517456988796,0.0,0.9020485064008511,0.15372517456988796,0.0,0.9858563451201792,0.15372517456988796,0.0,0.7957523659804946,0.15372517456988796,0.0,0.5717049733579025,0.15372517456988796,0.0,0.8491589761468075,0.15372517456988796,0.0,0.42561081585382626,0.5,0.15372517456988796,0.0,0.31452495058764857,0.15372517456988796,0.0,0.36373362433468864,0.5,0.15372517456988796,0.0,0.7144680312323087,0.15372517456988796,0.0,0.33615376326914675,0.15372517456988796,0.0,0.99749122547539,0.15372517456988796,0.0,0.8650099540818497,0.15372517456988796,0.0,0.9428104558800521,0.15372517456988796,0.0,0.6537672235463589,0.15372517456988796,0.0,0.8360434209007679,0.5,0.15372517456988796,0.0,0.8454216226927709,0.0,0.9906643115560722,1.0070267062301619 -1796,0.5,0.15372517456988796,0.0,0.9668955184693904,0.15372517456988796,0.0,0.9776681438275684,0.15372517456988796,0.0,0.8837485293644733,0.15372517456988796,0.0,0.9845653831263188,0.15372517456988796,0.0,0.8191685493184011,0.15372517456988796,0.0,0.7090859937826626,0.15372517456988796,0.0,0.8672967131429217,0.15372517456988796,0.0,0.4801094676287675,0.5,0.15372517456988796,0.0,0.2730911055257603,0.15372517456988796,0.0,0.3169972847360496,0.5,0.15372517456988796,0.0,0.6545899859521522,0.15372517456988796,0.0,0.30390808846109424,0.15372517456988796,0.0,0.9928978847327639,0.15372517456988796,0.0,0.8944930480077291,0.15372517456988796,0.0,0.9052414028728176,0.15372517456988796,0.0,0.6368747304175549,0.15372517456988796,0.0,0.8029641440481409,0.5,0.15372517456988796,0.0,0.7958146839161132,0.0,1.0028436904324995,0.9940091413192091 -1797,0.5,0.15372517456988796,0.0,0.978782091096655,0.15372517456988796,0.0,1.011700303719541,0.15372517456988796,0.0,0.85980650134605,0.15372517456988796,0.0,0.9875252169762592,0.15372517456988796,0.0,0.8441725124490225,0.15372517456988796,0.0,0.6100725726868721,0.15372517456988796,0.0,0.9242459310464447,0.15372517456988796,0.0,0.500677338731216,0.5,0.15372517456988796,0.0,0.2540246677124363,0.15372517456988796,0.0,0.2947962291129329,0.5,0.15372517456988796,0.0,0.6460284278694145,0.15372517456988796,0.0,0.28269176818159736,0.15372517456988796,0.0,0.999921118312301,0.15372517456988796,0.0,0.9279059606851731,0.15372517456988796,0.0,0.9494074712096385,0.15372517456988796,0.0,0.6769727295136712,0.15372517456988796,0.0,0.7940339397757614,0.5,0.15372517456988796,0.0,0.7557591973466492,0.0,1.010135309407763,0.926172395865607 -1798,0.5,0.15372517456988796,0.0,1.0003552290289353,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8658056739035436,0.15372517456988796,0.0,0.9939527491508447,0.15372517456988796,0.0,0.8156559678493519,0.15372517456988796,0.0,0.38190953148120943,0.15372517456988796,0.0,0.9232069442267596,0.15372517456988796,0.0,0.3690795217045647,0.5,0.15372517456988796,0.0,0.2620634401549446,0.15372517456988796,0.0,0.28500102082445017,0.5,0.15372517456988796,0.0,0.6354586077403751,0.15372517456988796,0.0,0.2841285505507105,0.15372517456988796,0.0,0.9934797507197167,0.15372517456988796,0.0,0.9120195398234364,0.15372517456988796,0.0,0.9972339930072418,0.15372517456988796,0.0,0.7071815053094407,0.15372517456988796,0.0,0.795980494058553,0.5,0.15372517456988796,0.0,0.7233798864907781,0.0,1.0102657438030596,0.9574433820945429 -1799,0.5,0.15372517456988796,0.0,1.0116536685743667,0.15372517456988796,0.0,0.9877545043981956,0.15372517456988796,0.0,0.9070154770106413,0.15372517456988796,0.0,0.9901221708337999,0.15372517456988796,0.0,0.7829994338586171,0.15372517456988796,0.0,0.396745736882573,0.15372517456988796,0.0,0.8265812149512456,0.15372517456988796,0.0,0.33768571776929857,0.5,0.15372517456988796,0.0,0.2886720425847353,0.15372517456988796,0.0,0.2824700016634013,0.5,0.15372517456988796,0.0,0.6457595709379741,0.15372517456988796,0.0,0.3088596394579244,0.15372517456988796,0.0,0.9720580845265928,0.15372517456988796,0.0,0.8547549547801794,0.15372517456988796,0.0,0.9941364851872938,0.15372517456988796,0.0,0.7547559554055397,0.15372517456988796,0.0,0.7920451160607609,0.5,0.15372517456988796,0.0,0.6832208667954727,0.0,1.010288034989066,0.9937649267871552 -1800,0.5,0.15372517456988796,0.0,1.015196547092754,0.15372517456988796,0.0,0.9606167839534312,0.15372517456988796,0.0,0.9422886199850193,0.15372517456988796,0.0,1.003162407902632,0.15372517456988796,0.0,0.709316156910403,0.15372517456988796,0.0,0.4748261836118079,0.15372517456988796,0.0,0.7884058317019407,0.15372517456988796,0.0,0.3773169046940213,0.5,0.15372517456988796,0.0,0.2768654702769461,0.15372517456988796,0.0,0.30840517977591153,0.5,0.15372517456988796,0.0,0.6553396067019177,0.15372517456988796,0.0,0.3274004151810153,0.15372517456988796,0.0,0.9753927088194578,0.15372517456988796,0.0,0.8208275067916104,0.15372517456988796,0.0,0.9779203364108926,0.15372517456988796,0.0,0.7143793150405214,0.15372517456988796,0.0,0.7748566499160315,0.5,0.15372517456988796,0.0,0.6537803046673857,0.0,1.0102651920708716,1.0058362140182984 -1801,0.5,0.15372517456988796,0.0,1.0119421868922254,0.15372517456988796,0.0,0.9398333600597879,0.15372517456988796,0.0,0.9394867402749815,0.15372517456988796,0.0,1.014110405090181,0.15372517456988796,0.0,0.7666716846363449,0.15372517456988796,0.0,0.39640443420196675,0.15372517456988796,0.0,0.7668895484471159,0.15372517456988796,0.0,0.3953605852722031,0.5,0.15372517456988796,0.0,0.23923766536032848,0.15372517456988796,0.0,0.325424623470593,0.5,0.15372517456988796,0.0,0.6579119439815044,0.15372517456988796,0.0,0.35101548878247435,0.15372517456988796,0.0,0.9724210140619302,0.15372517456988796,0.0,0.8474510284610104,0.15372517456988796,0.0,0.9452616142486616,0.15372517456988796,0.0,0.6391980987028546,0.15372517456988796,0.0,0.7930673939963702,0.5,0.15372517456988796,0.0,0.6326421779774386,0.0,1.0101330095336416,1.0029443291442572 -1802,0.5,0.15372517456988796,0.0,1.0027917017254386,0.15372517456988796,0.0,0.959031507630122,0.15372517456988796,0.0,0.9319727980925726,0.15372517456988796,0.0,1.0113952792951286,0.15372517456988796,0.0,0.8842803524547656,0.15372517456988796,0.0,0.49289360224450707,0.15372517456988796,0.0,0.7670288986999796,0.15372517456988796,0.0,0.3968227898639891,0.5,0.15372517456988796,0.0,0.26021768512827953,0.15372517456988796,0.0,0.3502042590216475,0.5,0.15372517456988796,0.0,0.7140072420692694,0.15372517456988796,0.0,0.36983398438791865,0.15372517456988796,0.0,0.9877716287536477,0.15372517456988796,0.0,0.8914397696432325,0.15372517456988796,0.0,0.9221941211916833,0.15372517456988796,0.0,0.6221619218982801,0.15372517456988796,0.0,0.8245947944330352,0.5,0.15372517456988796,0.0,0.6482729840830929,0.0,1.0101073505254825,1.0041970909249642 -1803,0.5,0.15372517456988796,0.0,0.9942382507334797,0.15372517456988796,0.0,1.0042231266336423,0.15372517456988796,0.0,0.8711381751320924,0.15372517456988796,0.0,1.003611613530036,0.15372517456988796,0.0,0.8659744618821946,0.15372517456988796,0.0,0.5985451662185609,0.15372517456988796,0.0,0.7532321029643927,0.15372517456988796,0.0,0.3523456337904751,0.5,0.15372517456988796,0.0,0.300622270091908,0.15372517456988796,0.0,0.35530251479171276,0.5,0.15372517456988796,0.0,0.7621858013433375,0.15372517456988796,0.0,0.3792732890265482,0.15372517456988796,0.0,0.9918000715134808,0.15372517456988796,0.0,0.8668530702259065,0.15372517456988796,0.0,0.9464301692407218,0.15372517456988796,0.0,0.5799058981807571,0.15372517456988796,0.0,0.8152252882216405,0.5,0.15372517456988796,0.0,0.7392411161625249,0.0,1.0100553713731477,1.0012083950134638 -1804,0.5,0.15372517456988796,0.0,0.9936267497088507,0.15372517456988796,0.0,0.9754520215427872,0.15372517456988796,0.0,0.793119604170417,0.15372517456988796,0.0,0.9747997218322512,0.15372517456988796,0.0,0.7820360939723485,0.15372517456988796,0.0,0.6515642406264589,0.15372517456988796,0.0,0.8061749582435388,0.15372517456988796,0.0,0.33151661186394366,0.5,0.15372517456988796,0.0,0.26132361964967005,0.15372517456988796,0.0,0.35581678218563056,0.5,0.15372517456988796,0.0,0.6994743493676984,0.15372517456988796,0.0,0.3726617887248437,0.15372517456988796,0.0,0.9737657988043547,0.15372517456988796,0.0,0.8127689932826447,0.15372517456988796,0.0,0.9465463152055675,0.15372517456988796,0.0,0.4857449723889682,0.15372517456988796,0.0,0.7617286732905034,0.5,0.15372517456988796,0.0,0.7294697638241242,0.0,1.0101175724898646,0.9946321639748038 -1805,0.5,0.15372517456988796,0.0,0.9925225435498339,0.15372517456988796,0.0,0.9224215645984338,0.15372517456988796,0.0,0.8119987078509472,0.15372517456988796,0.0,0.9511041752618712,0.15372517456988796,0.0,0.7201429986670467,0.15372517456988796,0.0,0.6097520302958088,0.15372517456988796,0.0,0.8699899886150749,0.15372517456988796,0.0,0.3294593380507316,0.5,0.15372517456988796,0.0,0.2223969474006013,0.15372517456988796,0.0,0.34323822379336805,0.5,0.15372517456988796,0.0,0.6224332897225866,0.15372517456988796,0.0,0.33662494940453747,0.15372517456988796,0.0,0.9696061019260702,0.15372517456988796,0.0,0.7999576106354505,0.15372517456988796,0.0,0.9055820910727189,0.15372517456988796,0.0,0.5054542696782905,0.15372517456988796,0.0,0.7547329823558373,0.5,0.15372517456988796,0.0,0.6869006712710648,0.0,1.0098019823221938,0.9911538260730162 -1806,0.5,0.15372517456988796,0.0,0.985251024760203,0.15372517456988796,0.0,0.92109890304725,0.15372517456988796,0.0,0.7992369509163096,0.15372517456988796,0.0,0.9802828195953568,0.15372517456988796,0.0,0.6666604695634909,0.15372517456988796,0.0,0.5284381231958027,0.15372517456988796,0.0,0.8281843795413792,0.15372517456988796,0.0,0.35520613061462064,0.5,0.15372517456988796,0.0,0.18310154106445323,0.15372517456988796,0.0,0.28664734329805,0.5,0.15372517456988796,0.0,0.6559807615479764,0.15372517456988796,0.0,0.3063036584429459,0.15372517456988796,0.0,0.9735915001254624,0.15372517456988796,0.0,0.7925509689511059,0.15372517456988796,0.0,0.8797369874068514,0.15372517456988796,0.0,0.5100909080027362,0.15372517456988796,0.0,0.7471830821207911,0.5,0.15372517456988796,0.0,0.6600422869310456,0.0,1.0101300069032826,0.9917063257870109 -1807,0.5,0.15372517456988796,2.7625822953656314e-06,0.9781955779384015,0.15372517456988796,0.0,0.9405489680824792,0.15372517456988796,0.0,0.8325771443534697,0.15372517456988796,4.73578188132474e-05,0.9836060371923347,0.15372517456988796,0.0,0.6388416042920791,0.15372517456988796,0.0,0.4429015942717971,0.15372517456988796,0.0,0.7802289202316651,0.15372517456988796,0.0,0.35469830619157794,0.5,0.15372517456988796,0.0,0.16734831121356017,0.15372517456988796,0.0,0.22539013372561936,0.5,0.15372517456988796,0.0,0.6318355372879362,0.15372517456988796,0.0,0.26794804446165016,0.15372517456988796,0.0,0.9754283905155352,0.15372517456988796,0.0,0.7820549752723738,0.15372517456988796,0.0,0.8459057558913667,0.15372517456988796,0.0,0.5319757801537733,0.15372517456988796,0.0,0.7077312520235938,0.5,0.15372517456988796,1.7852802035426802e-05,0.6338657280516404,0.0,1.0102496684771876,0.9938818362859085 -1808,0.5,0.15372517456988796,0.0028854503769178605,0.9793276232315881,0.15372517456988796,0.004679895639410457,0.9611980115881712,0.15372517456988796,0.010180831441562831,0.8771838308042331,0.15372517456988796,0.0059227774915591915,0.9942322234424332,0.15372517456988796,0.0023276249966489486,0.6105488745064249,0.15372517456988796,0.0013415993009825529,0.35986719363313635,0.15372517456988796,0.0007351422589191537,0.7388293443083139,0.15372517456988796,0.0015188619910148293,0.33636043083052686,0.5,0.15372517456988796,0.006827656683137376,0.17400295396854695,0.15372517456988796,0.02726714854558509,0.22439872590607376,0.5,0.15372517456988796,0.003762517050569855,0.5461954390444009,0.15372517456988796,0.02359719663407222,0.29171086377855976,0.15372517456988796,0.0019372109161244306,0.9696521385879149,0.15372517456988796,0.005050709743642055,0.7812671675709182,0.15372517456988796,0.0018385843525174509,0.8238501666447229,0.15372517456988796,0.0018986526694987696,0.5559303885771021,0.15372517456988796,0.006700535250283069,0.6937455078515782,0.5,0.15372517456988796,0.010660532219615312,0.6515876880401476,0.0,1.0102627106321511,0.9950068043306881 -1809,0.5,0.15372517456988796,0.01412640976200732,0.9810116427919083,0.15372517456988796,0.010595968910286694,0.963246470186072,0.15372517456988796,0.03317294308394047,0.8893144748340323,0.15372517456988796,0.027562415058407286,0.9981988541584246,0.15372517456988796,0.03151484459392696,0.6318316724794127,0.15372517456988796,0.012636156229265415,0.35043578653335683,0.15372517456988796,0.007328055397567982,0.6939857335074993,0.15372517456988796,0.011599942670206332,0.3228272661275243,0.5,0.15372517456988796,0.0425839046478363,0.18937016292299919,0.15372517456988796,0.0989809547877877,0.3200165448913946,0.5,0.15372517456988796,0.031885436435500944,0.5438380210326282,0.15372517456988796,0.08740687340740938,0.3117723546861129,0.15372517456988796,0.013452629713176489,0.9430747827833269,0.15372517456988796,0.038350704509008474,0.8018491583299362,0.15372517456988796,0.015443162116868596,0.8273729385251647,0.15372517456988796,0.00979738997651543,0.5535703977207147,0.15372517456988796,0.03527361422045529,0.7153757092362815,0.5,0.15372517456988796,0.04458610197241735,0.6722215918001084,0.0,1.010274198710417,0.9496319267201732 -1810,0.5,0.15372517456988796,0.03501556072299821,0.9796494291859146,0.15372517456988796,0.014423683554043616,0.970336839411388,0.15372517456988796,0.050909148098670254,0.8657833897141878,0.15372517456988796,0.058809907501424015,0.9960411169546568,0.15372517456988796,0.0991602308953461,0.701434432684446,0.15372517456988796,0.022674761316188376,0.43428174851357165,0.15372517456988796,0.027538821467811406,0.6595123599032592,0.15372517456988796,0.029614174847043106,0.32797865761988976,0.5,0.15372517456988796,0.07729212106200926,0.2219674177320817,0.15372517456988796,0.2204049190025143,0.3471754109341847,0.5,0.15372517456988796,0.10494263208687506,0.6189511571301074,0.15372517456988796,0.15912808491000296,0.2848259028845718,0.15372517456988796,0.03981235880971357,0.9164438000693793,0.15372517456988796,0.0744533321106594,0.8252146741598618,0.15372517456988796,0.046275600814286035,0.8734493650974774,0.15372517456988796,0.02703345209535441,0.555717279417771,0.15372517456988796,0.06848207046397564,0.7139633189690737,0.5,0.15372517456988796,0.097597831930342,0.7098216033538357,0.0,1.0102693114574814,0.7257510979810403 -1811,0.5,0.15372517456988796,0.0648912322419779,0.9772486717834923,0.15372517456988796,0.017072884188980307,0.9134102092869252,0.15372517456988796,0.07601421000156959,0.8420006361596482,0.15372517456988796,0.08750332912557945,0.996671729742156,0.15372517456988796,0.10356787156286523,0.7109911221716669,0.15372517456988796,0.025403056638005052,0.4885134062053695,0.15372517456988796,0.05944480231197855,0.6415328241583641,0.15372517456988796,0.054808185358788404,0.3420160766325244,0.5,0.15372517456988796,0.0941334331700634,0.2647950607835287,0.15372517456988796,0.25663233255806717,0.287715258408151,0.5,0.15372517456988796,0.2191036287003726,0.6352321447283797,0.15372517456988796,0.2261187808815388,0.30646560099131104,0.15372517456988796,0.08402563311658105,0.9068939329090446,0.15372517456988796,0.10143009243640166,0.7846934620485704,0.15372517456988796,0.08466630603658298,0.8969072138858118,0.15372517456988796,0.04406039720770467,0.5043684055408311,0.15372517456988796,0.10870630410851412,0.7039868052048712,0.5,0.15372517456988796,0.16935414793703182,0.7096608741159953,0.0,1.0102776370838136,0.4285095705384546 -1812,0.5,0.15372517456988796,0.06238040383524697,0.9548231815705657,0.15372517456988796,0.019791247399758065,0.8276351971915361,0.15372517456988796,0.11942098176476448,0.8279858881816942,0.15372517456988796,0.10161021982975664,0.9826868259338012,0.15372517456988796,0.09655398349830188,0.7130242061127927,0.15372517456988796,0.049777547570885684,0.4482593714526406,0.15372517456988796,0.06338627736480873,0.7052908684360645,0.15372517456988796,0.09113436511708559,0.334477988920254,0.5,0.15372517456988796,0.11013329210780673,0.2437420728935053,0.15372517456988796,0.23974149806563655,0.28465044882071117,0.5,0.15372517456988796,0.2485605546064547,0.6175853727787259,0.15372517456988796,0.23486751289347524,0.2973670426728288,0.15372517456988796,0.1426249933305498,0.9369854587102284,0.15372517456988796,0.12544551419491984,0.7144674736296519,0.15372517456988796,0.10995107758263178,0.8850372230108717,0.15372517456988796,0.09995764625529426,0.5185213790852191,0.15372517456988796,0.1509171008555143,0.6959461772662022,0.5,0.15372517456988796,0.2330734971027809,0.7082229528777318,0.0,1.0101420539065462,0.24062921464789916 -1813,0.5,0.15372517456988796,0.07108658515924372,0.9343305785355576,0.15372517456988796,0.041646453878618435,0.7575532454451412,0.15372517456988796,0.19496962439008558,0.8575957068646911,0.15372517456988796,0.14337436529830588,0.979188385587462,0.15372517456988796,0.12417477403917226,0.7479517670372302,0.15372517456988796,0.09269546878567493,0.495087659549009,0.15372517456988796,0.0605615477917215,0.6967696552540386,0.15372517456988796,0.13107910411167634,0.34502114979539694,0.5,0.15372517456988796,0.16972791022269154,0.221296122654077,0.15372517456988796,0.1865912932460703,0.2615198251300432,0.5,0.15372517456988796,0.19473969187374862,0.531758766753172,0.15372517456988796,0.21860309521273397,0.2474761505103411,0.15372517456988796,0.15284217176859413,0.9256877462380693,0.15372517456988796,0.08565771371770066,0.6173706298747617,0.15372517456988796,0.11464501848556305,0.8288618175194803,0.15372517456988796,0.15538286683081928,0.5016112069780742,0.15372517456988796,0.15633545043602565,0.6495622076591183,0.5,0.15372517456988796,0.2478829690476243,0.616117128627914,0.0,1.0093039295373814,0.13112591035961232 -1814,0.5,0.15372517456988796,0.08567183353223717,0.8933261410092912,0.15372517456988796,0.07002681810413214,0.6864084109375174,0.15372517456988796,0.22458404422402897,0.8902410810099038,0.15372517456988796,0.20678346463332833,0.9545392465773364,0.15372517456988796,0.09913516628404226,0.7130882606706082,0.15372517456988796,0.1159821138368754,0.4964985369239996,0.15372517456988796,0.0936054165128349,0.6803704873496215,0.15372517456988796,0.09602737890804905,0.27897489255196894,0.5,0.15372517456988796,0.24377845770879802,0.209352438086617,0.15372517456988796,0.1737568496090397,0.2289105101915232,0.5,0.15372517456988796,0.17970393888600406,0.4733038909966407,0.15372517456988796,0.18013438126329345,0.18736569171702153,0.15372517456988796,0.14890351421333045,0.8927482828084076,0.15372517456988796,0.06209637798810648,0.4975512317667221,0.15372517456988796,0.08130905402868813,0.7418345029848772,0.15372517456988796,0.11650904208214599,0.47540734234712495,0.15372517456988796,0.14247508459261307,0.5820259323498977,0.5,0.15372517456988796,0.1830455303664863,0.4938160132193059,0.0,1.008795757479687,0.07991449632959166 -1815,0.5,0.15372517456988796,0.07996822359357626,0.846828574096554,0.15372517456988796,0.10346853597081378,0.6149869254062016,0.15372517456988796,0.1594615941918322,0.8505103580927711,0.15372517456988796,0.11540222690086564,0.8916750046445916,0.15372517456988796,0.0796537519863999,0.6484666112646389,0.15372517456988796,0.11595330511227794,0.47087749980403265,0.15372517456988796,0.1097149260433887,0.7044848853804875,0.15372517456988796,0.08945563171464757,0.22847926503854596,0.5,0.15372517456988796,0.2540534121430974,0.18587699981051287,0.15372517456988796,0.1124329834182658,0.16310166858440941,0.5,0.15372517456988796,0.16888206276667692,0.3581544221981758,0.15372517456988796,0.12975185165744957,0.13355016344967904,0.15372517456988796,0.1383423955220687,0.8574018997321233,0.15372517456988796,0.05883700970701089,0.3824406416519027,0.15372517456988796,0.05657071369263786,0.615958350614883,0.15372517456988796,0.08937524988203215,0.4653039650932603,0.15372517456988796,0.10870468494764474,0.4586314470898272,0.5,0.15372517456988796,0.09678218614588466,0.3924099930207223,0.0,1.0067451491858963,0.12003389513007708 -1816,0.5,0.15372517456988796,0.074865292289256,0.7713416620092459,0.15372517456988796,0.0798336355066005,0.5369742790236178,0.15372517456988796,0.08298672424304547,0.7665212138948776,0.15372517456988796,0.04975301068914127,0.8116663885368676,0.15372517456988796,0.05614831405536193,0.5480879656290569,0.15372517456988796,0.07421048746932694,0.40070622193661326,0.15372517456988796,0.06957288443074602,0.6032277064197152,0.15372517456988796,0.0758705086421608,0.18707450177254364,0.5,0.15372517456988796,0.18760296164954593,0.1460797667621021,0.15372517456988796,0.06526852332553514,0.11292859095394855,0.5,0.15372517456988796,0.14919084288761758,0.2700990234445212,0.15372517456988796,0.08629187217192619,0.09497974506869677,0.15372517456988796,0.16649312280733022,0.7853947577790912,0.15372517456988796,0.051348408176647285,0.3125223228226123,0.15372517456988796,0.029916450013794907,0.47554397822558875,0.15372517456988796,0.07923086630644575,0.4176618854625076,0.15372517456988796,0.07515642062671415,0.3778079994883231,0.5,0.15372517456988796,0.08026781668565518,0.2801148245765045,0.0,1.0072273063605468,0.2704229529442944 -1817,0.5,0.15372517456988796,0.04631088554343256,0.704798936491489,0.15372517456988796,0.04528289407554513,0.3757937603693762,0.15372517456988796,0.030518969351402005,0.6297346321667293,0.15372517456988796,0.012503997602271015,0.7167466528014518,0.15372517456988796,0.03073476021386371,0.4600228727379231,0.15372517456988796,0.0433055248853349,0.30384748659810634,0.15372517456988796,0.03260815967500302,0.51010218785137,0.15372517456988796,0.03881381111242602,0.13435923074076575,0.5,0.15372517456988796,0.09781797443193802,0.08573854569549683,0.15372517456988796,0.04143422079982209,0.07935867318017667,0.5,0.15372517456988796,0.08127876188523449,0.1850324569829667,0.15372517456988796,0.04964176469366868,0.05773052515793165,0.15372517456988796,0.21433202858145334,0.7314613004664928,0.15372517456988796,0.02830142866834074,0.2816820417174397,0.15372517456988796,0.010806149233974527,0.3571682025714548,0.15372517456988796,0.05827111564750796,0.3533413830806841,0.15372517456988796,0.03815007012018118,0.3144481987480733,0.5,0.15372517456988796,0.036572934893885564,0.18760381045639088,0.0,1.007282975700464,0.32176617481354386 -1818,0.5,0.15372517456988796,0.0009312911067427849,0.6675772460935904,0.15372517456988796,0.030603730146160642,0.28813195825069915,0.15372517456988796,0.007997353280930115,0.49715266836064254,0.15372517456988796,0.0004761034881639807,0.6248606930290636,0.15372517456988796,0.006274272003015988,0.3772656079121779,0.15372517456988796,0.015352376093904076,0.21024540569885136,0.15372517456988796,0.006393771189219936,0.41814577311113266,0.15372517456988796,0.009616074181371495,0.07784114636172956,0.5,0.15372517456988796,0.02934391954209903,0.03302387927785712,0.15372517456988796,0.010113195217921915,0.04511154339303409,0.5,0.15372517456988796,0.029517028174966466,0.10936741205085206,0.15372517456988796,0.019198306905233484,0.03231407446378703,0.15372517456988796,0.03986397721265702,0.46919783644876867,0.15372517456988796,0.005073010906845272,0.23122297446979811,0.15372517456988796,0.0023740310722123923,0.27359455084710216,0.15372517456988796,0.014729495779726098,0.2502232381827194,0.15372517456988796,0.00909149770386814,0.27143295991054617,0.5,0.15372517456988796,0.004478722443663295,0.12932140452890034,0.0,1.0047632877416055,0.3231167504053415 -1819,0.5,0.15372517456988796,0.0,0.5837590157735172,0.15372517456988796,0.0,0.11019718573833888,0.15372517456988796,0.0,0.32675060226735136,0.15372517456988796,0.0,0.5078694404654798,0.15372517456988796,0.0,0.26604148548411394,0.15372517456988796,0.0,0.12765722956969633,0.15372517456988796,0.0,0.3211444478292031,0.15372517456988796,1.2250788237648056e-06,0.04516723897232969,0.5,0.15372517456988796,4.729460556857308e-08,0.014049774357967029,0.15372517456988796,0.0,0.027661779900530543,0.5,0.15372517456988796,0.0,0.09005401170792304,0.15372517456988796,0.0,0.018879211567138218,0.15372517456988796,0.0,0.23323019125295283,0.15372517456988796,0.0,0.17797993187858363,0.15372517456988796,0.0,0.22038577205830073,0.15372517456988796,0.0,0.18896467407830603,0.15372517456988796,0.0,0.2181637146606584,0.5,0.15372517456988796,0.0,0.10608375367253924,0.0,0.9915411837711293,0.2692788511350539 -1820,0.5,0.15372517456988796,0.0,0.47735709149843186,0.15372517456988796,0.0,0.03743903547978399,0.15372517456988796,0.0,0.2527279971756021,0.15372517456988796,0.0,0.4741689494229766,0.15372517456988796,0.0,0.19098669236344504,0.15372517456988796,0.0,0.08990229963660742,0.15372517456988796,0.0,0.27319177250242394,0.15372517456988796,0.0,0.03376871169058768,0.5,0.15372517456988796,0.0,0.00643450520506495,0.15372517456988796,0.0,0.0199984163768713,0.5,0.15372517456988796,0.0,0.07537845430684327,0.15372517456988796,0.0,0.013256275646205897,0.15372517456988796,0.0,0.10534806605693613,0.15372517456988796,0.0,0.17959561612026811,0.15372517456988796,0.0,0.19427091223822104,0.15372517456988796,0.0,0.14001334651727554,0.15372517456988796,0.0,0.13849032417304302,0.5,0.15372517456988796,0.0,0.09304946852819196,0.0,0.9665964889066043,0.24760716089274973 -1821,0.5,0.15372517456988796,0.0,0.3472690126799788,0.15372517456988796,0.0,0.027740906972542303,0.15372517456988796,0.0,0.22312701145663963,0.15372517456988796,0.0,0.4227537509633764,0.15372517456988796,0.0,0.1652401288690365,0.15372517456988796,0.0,0.08165667030173795,0.15372517456988796,0.0,0.2318535763036452,0.15372517456988796,0.0,0.027979552564281703,0.5,0.15372517456988796,0.0,0.0035133288761117327,0.15372517456988796,0.0,0.00945966839651186,0.5,0.15372517456988796,0.0,0.07147265383773475,0.15372517456988796,0.0,0.011065991913954987,0.15372517456988796,0.0,0.05351704514928074,0.15372517456988796,0.0,0.22162017715656263,0.15372517456988796,0.0,0.2073995100006477,0.15372517456988796,0.0,0.11954619617466412,0.15372517456988796,0.0,0.10290080440721595,0.5,0.15372517456988796,0.0,0.07784379180499505,0.0,0.9552453731314627,0.39381023029647616 -1822,0.5,0.15372517456988796,0.0,0.2747225888049497,0.15372517456988796,0.0,0.04700643536501375,0.15372517456988796,0.0,0.23920756580166275,0.15372517456988796,0.0,0.30829859971542145,0.15372517456988796,0.0,0.176832923244991,0.15372517456988796,0.0,0.08789837655106747,0.15372517456988796,0.0,0.18810984524356672,0.15372517456988796,0.0,0.020458519436558548,0.5,0.15372517456988796,0.0,0.0017090621463455974,0.15372517456988796,0.0,0.004464304829357835,0.5,0.15372517456988796,0.0,0.06695169257581411,0.15372517456988796,0.0,0.012021315458501727,0.15372517456988796,0.0,0.07333976185269139,0.15372517456988796,0.0,0.27980499950744964,0.15372517456988796,0.0,0.25510650047909056,0.15372517456988796,0.0,0.11132489988023787,0.15372517456988796,0.0,0.08534200510603279,0.5,0.15372517456988796,0.0,0.06285913304063846,0.0,0.8945161111419441,0.6860426580740089 -1823,0.5,0.15372517456988796,0.0,0.21339513466252633,0.15372517456988796,0.0,0.14313728595866845,0.15372517456988796,0.0,0.2669410346555916,0.15372517456988796,0.0,0.2006755306032448,0.15372517456988796,0.0,0.22630864772802955,0.15372517456988796,0.0,0.09512632857259348,0.15372517456988796,0.0,0.15658474599792138,0.15372517456988796,0.0,0.018119624509627667,0.5,0.15372517456988796,0.0,0.0015905864551990468,0.15372517456988796,0.0,0.002578722624068678,0.5,0.15372517456988796,0.0,0.045324522110755834,0.15372517456988796,0.0,0.012029419695778776,0.15372517456988796,0.0,0.19725446750343575,0.15372517456988796,0.0,0.36301059036864436,0.15372517456988796,0.0,0.32035731536946965,0.15372517456988796,0.0,0.08470519083087559,0.15372517456988796,0.0,0.068058433787565,0.5,0.15372517456988796,0.0,0.053574487582537716,0.0,0.7386669435138757,0.8146022663778698 -1824,0.5,0.15372517456988796,0.0,0.16373688846876888,0.15372517456988796,0.0,0.3926107488102386,0.15372517456988796,0.0,0.2737832755943791,0.15372517456988796,0.0,0.16623248552637576,0.15372517456988796,0.0,0.26633438372750534,0.15372517456988796,0.0,0.08763251141548903,0.15372517456988796,0.0,0.1547956095377886,0.15372517456988796,0.0,0.01996354806335398,0.5,0.15372517456988796,0.0,0.001779921276143412,0.15372517456988796,0.0,0.0017023710847411731,0.5,0.15372517456988796,0.0,0.02626515618933434,0.15372517456988796,0.0,0.012237349906214837,0.15372517456988796,0.0,0.5046006890212655,0.15372517456988796,0.0,0.43469781072985314,0.15372517456988796,0.0,0.3624768022373592,0.15372517456988796,0.0,0.055921797382894364,0.15372517456988796,0.0,0.05101027710455745,0.5,0.15372517456988796,0.0,0.0403701015376246,0.0,0.47535421182948207,0.8162008903614129 -1825,0.5,0.15372517456988796,0.0,0.1545807948164055,0.15372517456988796,0.0,0.5680463897451646,0.15372517456988796,0.0,0.2590566319171701,0.15372517456988796,0.0,0.16342932665367346,0.15372517456988796,0.0,0.2706198164286916,0.15372517456988796,0.0,0.08967038725365789,0.15372517456988796,0.0,0.181452268604224,0.15372517456988796,0.0,0.026953189452627188,0.5,0.15372517456988796,0.0,0.00146964474802789,0.15372517456988796,0.0,0.0015220495309355854,0.5,0.15372517456988796,0.0,0.01987828968664525,0.15372517456988796,0.0,0.011061950105214987,0.15372517456988796,0.0,0.7380000564693346,0.15372517456988796,0.0,0.4968274879189517,0.15372517456988796,0.0,0.3536757891253466,0.15372517456988796,0.0,0.04494345936195298,0.15372517456988796,0.0,0.036186510994055794,0.5,0.15372517456988796,0.0,0.028377374636218564,0.0,0.3103505760639996,0.8660284009310049 -1826,0.5,0.15372517456988796,0.0,0.18681494070314933,0.15372517456988796,0.0,0.67461824425752,0.15372517456988796,0.0,0.2271726738295796,0.15372517456988796,0.0,0.17829411153235575,0.15372517456988796,0.0,0.2704441644769551,0.15372517456988796,0.0,0.10409282803386913,0.15372517456988796,0.0,0.18261212262889825,0.15372517456988796,0.0,0.03601510315326502,0.5,0.15372517456988796,0.0,0.0010787503662319563,0.15372517456988796,0.0,0.001714566516589727,0.5,0.15372517456988796,0.0,0.013273818803241196,0.15372517456988796,0.0,0.0115750791066784,0.15372517456988796,0.0,0.8379096312748198,0.15372517456988796,0.0,0.507861760007408,0.15372517456988796,0.0,0.3707316815712294,0.15372517456988796,0.0,0.05006832886898919,0.15372517456988796,0.0,0.027652340103097976,0.5,0.15372517456988796,0.0,0.019745335112432594,0.0,0.1772125261637534,0.897047796068022 -1827,0.5,0.15372517456988796,0.0,0.27093704428050414,0.15372517456988796,0.0,0.7307574731337727,0.15372517456988796,0.0,0.1941298656850032,0.15372517456988796,0.0,0.20629766646968373,0.15372517456988796,0.0,0.28723402764111705,0.15372517456988796,0.0,0.1392002167561346,0.15372517456988796,0.0,0.17471091313966033,0.15372517456988796,0.0,0.04207119148438626,0.5,0.15372517456988796,0.0,0.0008127297042946905,0.15372517456988796,0.0,0.001691123400008969,0.5,0.15372517456988796,0.0,0.0079240553035273,0.15372517456988796,0.0,0.013850812702030063,0.15372517456988796,0.0,0.8754809458593389,0.15372517456988796,0.0,0.4820342940200756,0.15372517456988796,0.0,0.4102656232221845,0.15372517456988796,0.0,0.05841745161682255,0.15372517456988796,0.0,0.021716688750262468,0.5,0.15372517456988796,0.0,0.012252828608708768,0.0,0.11165965152308387,0.8656019395140092 -1828,0.5,0.15372517456988796,0.0,0.4075964460250071,0.15372517456988796,0.0,0.6822795875558231,0.15372517456988796,0.0,0.18268503007935025,0.15372517456988796,0.0,0.2536690255431343,0.15372517456988796,0.0,0.29926650316670145,0.15372517456988796,0.0,0.18273855577008205,0.15372517456988796,0.0,0.22414850190197824,0.15372517456988796,0.0,0.04208593361769919,0.5,0.15372517456988796,0.0,0.0010888646859057078,0.15372517456988796,0.0,0.001998125743027196,0.5,0.15372517456988796,0.0,0.004694013957233206,0.15372517456988796,0.0,0.010015915890299366,0.15372517456988796,0.0,0.8764967619804158,0.15372517456988796,0.0,0.4324880111486785,0.15372517456988796,0.0,0.4740286547080161,0.15372517456988796,0.0,0.06426124846882726,0.15372517456988796,0.0,0.014375698311590895,0.5,0.15372517456988796,0.0,0.0073690272506094084,0.0,0.7502392079013654,0.8646695783068833 -1829,0.5,0.15372517456988796,0.0,0.5487162667932288,0.15372517456988796,0.0,0.6369968493354052,0.15372517456988796,0.0,0.18450463746435414,0.15372517456988796,0.0,0.2930184120863408,0.15372517456988796,0.0,0.3279451248935197,0.15372517456988796,0.0,0.2070021544865466,0.15372517456988796,0.0,0.25256688121452947,0.15372517456988796,0.0,0.04555189642901734,0.5,0.15372517456988796,0.0,0.0021944566421508572,0.15372517456988796,0.0,0.0021424743505767166,0.5,0.15372517456988796,0.0,0.003233507730436293,0.15372517456988796,0.0,0.007215323840653924,0.15372517456988796,0.0,0.8588138135760511,0.15372517456988796,0.0,0.37540169835977677,0.15372517456988796,0.0,0.5039365857119649,0.15372517456988796,0.0,0.06855029431978446,0.15372517456988796,0.0,0.012660391678575364,0.5,0.15372517456988796,0.0,0.006238751509731034,0.0,1.004989937051095,0.8995159921236695 -1830,0.5,0.15372517456988796,0.0,0.6522939527598797,0.15372517456988796,0.0,0.6394978501345694,0.15372517456988796,0.0,0.18266898753845465,0.15372517456988796,0.0,0.3081251417329229,0.15372517456988796,0.0,0.36529230857362227,0.15372517456988796,0.0,0.2505754582648341,0.15372517456988796,0.0,0.2754004118759055,0.15372517456988796,0.0,0.050896534294001525,0.5,0.15372517456988796,0.0,0.0037173342724014127,0.15372517456988796,0.0,0.001499247231960077,0.5,0.15372517456988796,0.0,0.0030394835872911558,0.15372517456988796,0.0,0.005570186435049506,0.15372517456988796,0.0,0.8017333955453536,0.15372517456988796,0.0,0.3700428659669224,0.15372517456988796,0.0,0.4336461435030574,0.15372517456988796,0.0,0.06941970902074733,0.15372517456988796,0.0,0.013490527671863364,0.5,0.15372517456988796,0.0,0.00593706106819877,0.0,0.9945431478162083,0.8454591707811798 -1831,0.5,0.15372517456988796,0.00010778104874694007,0.6837445668402583,0.15372517456988796,0.0,0.5871825438427248,0.15372517456988796,0.0,0.1765768545948732,0.15372517456988796,0.00024292707714549736,0.30935220576875266,0.15372517456988796,0.0,0.4088485993785338,0.15372517456988796,0.0,0.27719142220651927,0.15372517456988796,0.0,0.2824140017390655,0.15372517456988796,0.0,0.05548549127423778,0.5,0.15372517456988796,0.0,0.005632401121303506,0.15372517456988796,0.0,0.00046979518123420495,0.5,0.15372517456988796,0.0,0.004556926025921682,0.15372517456988796,0.0,0.0044604727339830124,0.15372517456988796,0.0,0.7612592128626295,0.15372517456988796,0.0,0.4002967868961873,0.15372517456988796,0.0,0.3994149015836042,0.15372517456988796,0.0,0.06876154032963652,0.15372517456988796,0.0,0.015720339718104867,0.5,0.15372517456988796,0.0003636987250418311,0.004835659609163676,0.0,0.9801234502627143,0.7042457600569112 -1832,0.5,0.15372517456988796,0.01052270563177451,0.6802113298262479,0.15372517456988796,0.0071855086310354055,0.6116100577157147,0.15372517456988796,0.015660023040819843,0.21735133235471138,0.15372517456988796,0.0136765934242242,0.3463106872117672,0.15372517456988796,0.009961618484582074,0.49694193008493304,0.15372517456988796,0.02301334525340353,0.2927128151410842,0.15372517456988796,0.02421455673244842,0.35389757558261686,0.15372517456988796,0.04043754096135093,0.049404117530253804,0.5,0.15372517456988796,0.020152733031205836,0.006377397725043246,0.15372517456988796,0.08811618243312268,0.0002604651045180301,0.5,0.15372517456988796,0.03572158912066858,0.008457011327761442,0.15372517456988796,0.07252713411437336,0.003436269423609555,0.15372517456988796,0.006665820850625589,0.7783258555194437,0.15372517456988796,0.004069070144612959,0.4476941399160551,0.15372517456988796,0.0054711394212858,0.4200377521518165,0.15372517456988796,0.029809091596088494,0.0903123119822895,0.15372517456988796,0.01834052750451855,0.023748448270886104,0.5,0.15372517456988796,0.0864110422881447,0.0034117120185895027,0.0,0.9690609766311964,0.8341203476513465 -1833,0.5,0.15372517456988796,0.03714193462177454,0.6682388505528634,0.15372517456988796,0.03432910893491839,0.7018229730509271,0.15372517456988796,0.05080254472481535,0.2496583451720169,0.15372517456988796,0.04131882737768838,0.4362404767570097,0.15372517456988796,0.02755897681403792,0.5824961050803443,0.15372517456988796,0.11088618141783557,0.3445944362344522,0.15372517456988796,0.1334696153372811,0.45893004322549685,0.15372517456988796,0.16917009074094913,0.053562333188221914,0.5,0.15372517456988796,0.10710696139638781,0.016675174029823724,0.15372517456988796,0.2549277674620337,0.00015093646121820713,0.5,0.15372517456988796,0.12918146826194965,0.030694348023609194,0.15372517456988796,0.2332863138343248,0.0027467237756641856,0.15372517456988796,0.03892055275419702,0.8083516841898087,0.15372517456988796,0.021038753874787014,0.5162061795484891,0.15372517456988796,0.03766017199397713,0.5171418417788138,0.15372517456988796,0.12802372994574115,0.16862117593308285,0.15372517456988796,0.07474432428289304,0.046063631713421635,0.5,0.15372517456988796,0.23430618960621075,0.0046455957114643915,0.0,0.9374997929350434,0.89235147262131 -1834,0.5,0.15372517456988796,0.07349206313159987,0.6934987285952176,0.15372517456988796,0.06410830603196538,0.727900221214726,0.15372517456988796,0.09720565317823172,0.2928861646840464,0.15372517456988796,0.0743437396225975,0.5138930920429823,0.15372517456988796,0.06448858848892296,0.6646201659428188,0.15372517456988796,0.23014045073492792,0.48259146149541,0.15372517456988796,0.2782909661011933,0.5609363931745475,0.15372517456988796,0.31377566265942763,0.1379513617420911,0.5,0.15372517456988796,0.2378690109019752,0.09283075564456514,0.15372517456988796,0.4232250794934878,0.00019418445496315024,0.5,0.15372517456988796,0.25355354663267893,0.05691827227834901,0.15372517456988796,0.39629107469407393,0.002840300261876411,0.15372517456988796,0.09698388784856254,0.8119427139662835,0.15372517456988796,0.03739807991706446,0.572427539120425,0.15372517456988796,0.0981864816383801,0.6370389373998798,0.15372517456988796,0.27557137232087403,0.31895580528124445,0.15372517456988796,0.1465657902157958,0.07025256171739733,0.5,0.15372517456988796,0.4016198823662739,0.00836137367083932,0.0,0.8977843249813758,0.8415619939570019 -1835,0.5,0.15372517456988796,0.10620523203079815,0.7374124918809398,0.15372517456988796,0.09180402707154262,0.755058348438187,0.15372517456988796,0.17361238581041463,0.39483490383312736,0.15372517456988796,0.13012650679591875,0.5577553857218208,0.15372517456988796,0.1317802058567637,0.8149679907404327,0.15372517456988796,0.3278604088651743,0.5334582788381482,0.15372517456988796,0.42437550660484713,0.6793614690926786,0.15372517456988796,0.44673726977213857,0.2673366427720074,0.5,0.15372517456988796,0.35658929304064213,0.20147664787158437,0.15372517456988796,0.5686150922437592,0.0005621358929747734,0.5,0.15372517456988796,0.38129540129360334,0.09570104700299516,0.15372517456988796,0.5375108796275754,0.004860272696844322,0.15372517456988796,0.17199233181736698,0.8814550204110599,0.15372517456988796,0.08821599937976343,0.6878817451021859,0.15372517456988796,0.1953284911232527,0.7567048865860884,0.15372517456988796,0.4199787053584768,0.42981263918536605,0.15372517456988796,0.22368462963112673,0.09064503676216873,0.5,0.15372517456988796,0.5395261345452395,0.011252667304200187,0.0,0.874545096198502,0.8319086648406027 -1836,0.5,0.15372517456988796,0.1409405589422411,0.7772705890437925,0.15372517456988796,0.10657511323048172,0.7530576433499768,0.15372517456988796,0.2729820734538609,0.5110558760893728,0.15372517456988796,0.19821702149128706,0.5762723319067915,0.15372517456988796,0.15165959970853313,0.8225252329217414,0.15372517456988796,0.4778110414994915,0.6664883398238483,0.15372517456988796,0.5236920020919329,0.7781104040015494,0.15372517456988796,0.5522391742628797,0.44193339464517223,0.5,0.15372517456988796,0.3687454589509204,0.2900982601229314,0.15372517456988796,0.6557861213369628,0.0009337768020373063,0.5,0.15372517456988796,0.4659202833870635,0.12170222754565088,0.15372517456988796,0.6148435921609374,0.010055360846401209,0.15372517456988796,0.16185539734135163,0.8985687153226632,0.15372517456988796,0.1920970564686928,0.8084964061994775,0.15372517456988796,0.2777487132496715,0.7986409433894056,0.15372517456988796,0.5158058204245632,0.4933566107444815,0.15372517456988796,0.2819502863400147,0.11328817151997565,0.5,0.15372517456988796,0.5996869205810261,0.013795624680584675,0.0,0.8573978863024635,0.9092376888887195 -1837,0.5,0.15372517456988796,0.13228197902790093,0.7803512942483908,0.15372517456988796,0.10116317402559359,0.7389409184963284,0.15372517456988796,0.3933186046177265,0.5798456311540119,0.15372517456988796,0.23682845007648798,0.5918672023892315,0.15372517456988796,0.2048063672162809,0.7988556213589454,0.15372517456988796,0.557370144166897,0.9024152497255247,0.15372517456988796,0.55408059060992,0.8498253804037161,0.15372517456988796,0.591516578899805,0.6284857226422589,0.5,0.15372517456988796,0.3290234797495556,0.376769523815744,0.15372517456988796,0.6690170911854033,0.002076439457534975,0.5,0.15372517456988796,0.5094282666051988,0.19239765452241414,0.15372517456988796,0.6319292933337373,0.020997601019097555,0.15372517456988796,0.1619231502407606,0.8766290634269398,0.15372517456988796,0.16874011643025233,0.8084972378213064,0.15372517456988796,0.3250417945528183,0.8473021887061172,0.15372517456988796,0.5265986615208802,0.5652838565654008,0.15372517456988796,0.291961439660105,0.16283923025760666,0.5,0.15372517456988796,0.6031098998225168,0.01750766884359225,0.0,0.8923678099942087,0.9443341667561302 -1838,0.5,0.15372517456988796,0.12094643727533477,0.7594655545170172,0.15372517456988796,0.12339964509559978,0.7668010760586472,0.15372517456988796,0.4514189473430412,0.5907993236456298,0.15372517456988796,0.2752428155046384,0.5936895265269145,0.15372517456988796,0.3327566740991674,0.9448670626390948,0.15372517456988796,0.2187268731542037,0.9888990567623839,0.15372517456988796,0.502074303167246,0.8780424244173801,0.15372517456988796,0.4804257236104442,0.7773529548799025,0.5,0.15372517456988796,0.3189460360941109,0.47564770681476204,0.15372517456988796,0.6407326296882063,0.005933177294415076,0.5,0.15372517456988796,0.48295078413054837,0.2636433735420866,0.15372517456988796,0.6083443582104542,0.04352499486144555,0.15372517456988796,0.09110710959429541,0.8128040602622644,0.15372517456988796,0.1766346065366748,0.7788280691206303,0.15372517456988796,0.2557280002472506,0.785123107955296,0.15372517456988796,0.48860059841485604,0.651883013711147,0.15372517456988796,0.26290187639760926,0.21055760901781245,0.5,0.15372517456988796,0.5653311976924495,0.022345279603855656,0.0,0.9347284774884991,0.9327135309933735 -1839,0.5,0.15372517456988796,0.09475710012171948,0.7220256455665943,0.15372517456988796,0.04186610866674138,0.6655925801606741,0.15372517456988796,0.4321913839462076,0.604259730889535,0.15372517456988796,0.22856313377041612,0.5503896996510377,0.15372517456988796,0.16601605063546856,0.9859261741281833,0.15372517456988796,0.16911924103881448,1.0012625126058357,0.15372517456988796,0.2745872691531849,0.9228810306590427,0.15372517456988796,0.35806047264135404,0.8476304897113269,0.5,0.15372517456988796,0.27089101403452587,0.5519173942862601,0.15372517456988796,0.551173967689938,0.01987392011313089,0.5,0.15372517456988796,0.35698754931349475,0.2869793759480915,0.15372517456988796,0.5309236872851353,0.07683354701296591,0.15372517456988796,0.03632785320370896,0.7398748777690676,0.15372517456988796,0.18516120410719739,0.8546125784130378,0.15372517456988796,0.27775415471727327,0.724290233056785,0.15372517456988796,0.3975766667805615,0.6838701190026361,0.15372517456988796,0.223263842367699,0.23501960675884842,0.5,0.15372517456988796,0.4732466946972813,0.0293439082664072,0.0,0.8890743616321971,0.9728151082993244 -1840,0.5,0.15372517456988796,0.06841270783023232,0.6321942875055392,0.15372517456988796,0.11062373741816624,0.7712026558433548,0.15372517456988796,0.33705051270228675,0.5660287338021205,0.15372517456988796,0.1917271439818911,0.4540525227556075,0.15372517456988796,0.07644176407210442,0.9849785258420323,0.15372517456988796,0.18393469628714412,0.9461010687722158,0.15372517456988796,0.12796164179597902,1.005245498342594,0.15372517456988796,0.2422363069222492,0.8211007291046013,0.5,0.15372517456988796,0.18584123545293482,0.5414127312348651,0.15372517456988796,0.4040508656165878,0.04233745324548472,0.5,0.15372517456988796,0.27446934076412227,0.32837112113851874,0.15372517456988796,0.4061338027533188,0.10748015145713667,0.15372517456988796,0.0226891510291286,0.7668948310171404,0.15372517456988796,0.053454134417574864,0.8869350545606851,0.15372517456988796,0.2076317147917543,0.7022581652187576,0.15372517456988796,0.22965615938096984,0.647653530026855,0.15372517456988796,0.15274462464796007,0.25618120159490393,0.5,0.15372517456988796,0.3504124332511354,0.035209963766903773,0.0,0.8170428107971577,0.9965413867249793 -1841,0.5,0.15372517456988796,0.03898116994293739,0.5068654496078575,0.15372517456988796,0.08380649480081032,0.9231146669740152,0.15372517456988796,0.18678749087948904,0.4462594868696368,0.15372517456988796,0.1561668892006699,0.3081862622445469,0.15372517456988796,0.023610106566298344,0.9605712086291288,0.15372517456988796,0.12090726289859402,0.9416678722624356,0.15372517456988796,0.07300486808555225,0.9816216904061408,0.15372517456988796,0.17836922182816956,0.8106738824942111,0.5,0.15372517456988796,0.10577779960216288,0.48622186809391477,0.15372517456988796,0.22962207811760874,0.05063601053009222,0.5,0.15372517456988796,0.18008329738221018,0.27696918200602233,0.15372517456988796,0.2604329563281657,0.09931276360922439,0.15372517456988796,0.009348628486847812,0.8428352391194331,0.15372517456988796,0.019066332326180442,0.9065902263528234,0.15372517456988796,0.06679639347231253,0.7826456137894767,0.15372517456988796,0.08777870430547287,0.6568300785783135,0.15372517456988796,0.08736806833314098,0.23901275196083538,0.5,0.15372517456988796,0.20154972550857028,0.02421210058769193,0.0,0.7160655425760404,1.0074439193082396 -1842,0.5,0.15372517456988796,0.006836874074558158,0.42848621521760183,0.15372517456988796,0.0012037035901794999,0.9224592032579032,0.15372517456988796,0.030707027184637366,0.5132290677132819,0.15372517456988796,0.00965468683880491,0.22133237176999287,0.15372517456988796,0.007874575077767088,0.9877091421677702,0.15372517456988796,0.018590439578555,0.9881317673825949,0.15372517456988796,0.03140670295521572,0.913394715487978,0.15372517456988796,0.050641846251673034,0.7446313421204899,0.5,0.15372517456988796,0.046599639837329725,0.47252599691479247,0.15372517456988796,0.06357033530723281,0.035868000818909174,0.5,0.15372517456988796,0.05881105935221084,0.26686493223316604,0.15372517456988796,0.07238688891713531,0.06581521452707581,0.15372517456988796,0.0012862120519007874,0.8853437944012899,0.15372517456988796,0.0038120513817414396,0.8911535317399002,0.15372517456988796,0.010401031453631469,0.9159655341156658,0.15372517456988796,0.014990105227850877,0.5963981450212079,0.15372517456988796,0.019851085987726353,0.23181682020359,0.5,0.15372517456988796,0.03386477511492659,0.013853906671342005,0.0,0.5257370191275672,1.0103669124692032 -1843,0.5,0.15372517456988796,0.0,0.44637203104327633,0.15372517456988796,0.0,0.928326695029922,0.15372517456988796,0.0,0.6151673665637514,0.15372517456988796,0.0,0.24695951213480555,0.15372517456988796,0.0,0.9795670811701813,0.15372517456988796,7.481256138953694e-06,0.9679568714446252,0.15372517456988796,0.0,0.9429477070935818,0.15372517456988796,7.750579765087474e-07,0.649422895180523,0.5,0.15372517456988796,0.0,0.454285673681881,0.15372517456988796,0.0,0.05301497890930928,0.5,0.15372517456988796,0.0,0.2550535417000061,0.15372517456988796,0.0,0.07270617803835296,0.15372517456988796,0.0,0.8707072304748997,0.15372517456988796,0.0,0.9015206403274421,0.15372517456988796,0.0,0.8767278954277844,0.15372517456988796,0.0,0.42175087521399707,0.15372517456988796,0.0,0.23940327148047721,0.5,0.15372517456988796,0.0,0.023190070894218956,0.0,0.48040030394076755,1.010568065732936 -1844,0.5,0.15372517456988796,0.0,0.5519906239763747,0.15372517456988796,0.0,0.7962790662988624,0.15372517456988796,0.0,0.5279865638368028,0.15372517456988796,0.0,0.345439208602034,0.15372517456988796,0.0,1.013796064979636,0.15372517456988796,0.0,0.9780025045425249,0.15372517456988796,0.0,0.9910038235010109,0.15372517456988796,0.0,0.6684351139642046,0.5,0.15372517456988796,0.0,0.4346776761996968,0.15372517456988796,0.0,0.06800874383488904,0.5,0.15372517456988796,0.0,0.22579076465926745,0.15372517456988796,0.0,0.0857324486370029,0.15372517456988796,0.0,0.7673600456288561,0.15372517456988796,0.0,0.9060270706976516,0.15372517456988796,0.0,0.8374507856787156,0.15372517456988796,0.0,0.5006490052484454,0.15372517456988796,0.0,0.2608697030567233,0.5,0.15372517456988796,0.0,0.0320821809454406,0.0,0.6322390020778047,1.0111002412964156 -1845,0.5,0.15372517456988796,0.0,0.6380434014732356,0.15372517456988796,0.0,0.8272067131626906,0.15372517456988796,0.0,0.4892682865877635,0.15372517456988796,0.0,0.4337555041713099,0.15372517456988796,0.0,1.0009755743011495,0.15372517456988796,0.0,0.9987376542590989,0.15372517456988796,0.0,0.9687418137121478,0.15372517456988796,0.0,0.7681636525338182,0.5,0.15372517456988796,0.0,0.4778584054783805,0.15372517456988796,0.0,0.09487680621725075,0.5,0.15372517456988796,0.0,0.22978679193391605,0.15372517456988796,0.0,0.09785201199622877,0.15372517456988796,0.0,0.7684362440948436,0.15372517456988796,0.0,0.9213454193534254,0.15372517456988796,0.0,0.8691842299386947,0.15372517456988796,0.0,0.6460030579508372,0.15372517456988796,0.0,0.2540912455934988,0.5,0.15372517456988796,0.0,0.05715803185336028,0.0,0.7450601332800885,1.0108007644050168 -1846,0.5,0.15372517456988796,0.0,0.6727098493222465,0.15372517456988796,0.0,0.9175401494624864,0.15372517456988796,0.0,0.5691618956436308,0.15372517456988796,0.0,0.4972538916834965,0.15372517456988796,0.0,0.9964940357581185,0.15372517456988796,0.0,0.9969558359678556,0.15372517456988796,0.0,1.000968740280708,0.15372517456988796,0.0,0.878530021558147,0.5,0.15372517456988796,0.0,0.5716266699981394,0.15372517456988796,0.0,0.1310728548386918,0.5,0.15372517456988796,0.0,0.33845981445015433,0.15372517456988796,0.0,0.14931543262063088,0.15372517456988796,0.0,0.7753604470922171,0.15372517456988796,0.0,0.9257230749690578,0.15372517456988796,0.0,0.924817815513084,0.15372517456988796,0.0,0.7362767778786626,0.15372517456988796,0.0,0.3429360964484329,0.5,0.15372517456988796,0.0,0.10100651506675354,0.0,0.6846419639749299,1.0106154100644738 -1847,0.5,0.15372517456988796,0.0,0.643946676727482,0.15372517456988796,0.0,0.9470358943814,0.15372517456988796,0.0,0.691233353727711,0.15372517456988796,0.0,0.565639300084819,0.15372517456988796,0.0,1.0173199610932304,0.15372517456988796,0.0,0.9949697951002809,0.15372517456988796,0.0,1.0128156433420574,0.15372517456988796,0.0,0.8944447381745102,0.5,0.15372517456988796,0.0,0.6931280468910146,0.15372517456988796,0.0,0.19247945448436582,0.5,0.15372517456988796,0.0,0.4742066020039089,0.15372517456988796,0.0,0.24961065053675272,0.15372517456988796,0.0,0.8051720785949024,0.15372517456988796,0.0,0.9301254484090946,0.15372517456988796,0.0,0.9872297974829103,0.15372517456988796,0.0,0.8329106396080127,0.15372517456988796,0.0,0.4365392291855349,0.5,0.15372517456988796,0.0,0.14974006690545544,0.0,0.4480619625970194,1.0085463561712527 -1848,0.5,0.15372517456988796,0.0,0.6338573174489263,0.15372517456988796,0.0,0.9003328488989684,0.15372517456988796,0.0,0.868312664799839,0.15372517456988796,0.0,0.6283405613086253,0.15372517456988796,0.0,1.0192146720945428,0.15372517456988796,0.0,1.003612728746158,0.15372517456988796,0.0,1.0100817528075343,0.15372517456988796,0.0,0.9154764940869264,0.5,0.15372517456988796,0.0,0.7126314500241767,0.15372517456988796,0.0,0.2713364559172638,0.5,0.15372517456988796,0.0,0.7183820303819579,0.15372517456988796,0.0,0.35638463244012225,0.15372517456988796,0.0,0.7760028000951429,0.15372517456988796,0.0,0.9408651247781326,0.15372517456988796,0.0,0.9924107734357275,0.15372517456988796,0.0,0.9005797481922835,0.15372517456988796,0.0,0.6078188949715957,0.5,0.15372517456988796,0.0,0.23270853944670666,0.0,0.3135203941863612,1.00934481482214 -1849,0.5,0.15372517456988796,0.0,0.7333463175532223,0.15372517456988796,0.0,0.8721343477419338,0.15372517456988796,0.0,0.9306639069621461,0.15372517456988796,0.0,0.7489400551081676,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.007884931612942,0.15372517456988796,0.0,1.019539062337612,0.15372517456988796,0.0,0.9029326317288122,0.5,0.15372517456988796,0.0,0.7088443697043224,0.15372517456988796,0.0,0.37199036736183755,0.5,0.15372517456988796,0.0,0.8202600546420672,0.15372517456988796,0.0,0.41683815528277296,0.15372517456988796,0.0,0.7525209067180738,0.15372517456988796,0.0,0.977462978501642,0.15372517456988796,0.0,0.9843527503306579,0.15372517456988796,0.0,0.9107522949929022,0.15372517456988796,0.0,0.7685609832320583,0.5,0.15372517456988796,0.0,0.4104147096069271,0.0,0.2831340163482787,1.0114223131833824 -1850,0.5,0.15372517456988796,0.0,0.81624445588962,0.15372517456988796,0.0,0.936215130379369,0.15372517456988796,0.0,0.9772247513629704,0.15372517456988796,0.0,0.8542487635486387,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.004001440649026,0.15372517456988796,0.0,1.0212224387351063,0.15372517456988796,0.0,0.8650661967525946,0.5,0.15372517456988796,0.0,0.7302239799432725,0.15372517456988796,0.0,0.48832435816361486,0.5,0.15372517456988796,0.0,0.8906759762654599,0.15372517456988796,0.0,0.5152187186682627,0.15372517456988796,0.0,0.7410327474032349,0.15372517456988796,0.0,0.9866409341236325,0.15372517456988796,0.0,0.9935550240020476,0.15372517456988796,0.0,0.936619251834748,0.15372517456988796,0.0,0.8786390698708522,0.5,0.15372517456988796,0.0,0.5782198435346925,0.0,0.6978039525007866,1.0113423218868176 -1851,0.5,0.15372517456988796,0.0,0.8144502055743694,0.15372517456988796,0.0,0.9705185867668912,0.15372517456988796,0.0,0.9767330585424414,0.15372517456988796,0.0,0.9231935932581224,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0021913030209137,0.15372517456988796,0.0,1.020890666160732,0.15372517456988796,0.0,0.8918067348977216,0.5,0.15372517456988796,0.0,0.6597310803331673,0.15372517456988796,0.0,0.5709484257203612,0.5,0.15372517456988796,0.0,0.9189363986625412,0.15372517456988796,0.0,0.5602986884828707,0.15372517456988796,0.0,0.7436209318962734,0.15372517456988796,0.0,0.9829330676644208,0.15372517456988796,0.0,1.0035736822251826,0.15372517456988796,0.0,0.9314841609330649,0.15372517456988796,0.0,0.910455568550531,0.5,0.15372517456988796,0.0,0.7280155565579229,0.0,0.7559671695639816,1.011415140738662 -1852,0.5,0.15372517456988796,0.0,0.7557077970841862,0.15372517456988796,0.0,0.965159949898832,0.15372517456988796,0.0,0.9656107829704008,0.15372517456988796,0.0,0.936965924703442,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.977229538077877,0.15372517456988796,0.0,1.0197450166608022,0.15372517456988796,0.0,0.858017120506906,0.5,0.15372517456988796,0.0,0.5380055738882327,0.15372517456988796,0.0,0.6584300589150388,0.5,0.15372517456988796,0.0,0.9434980480688312,0.15372517456988796,0.0,0.5861754096180966,0.15372517456988796,0.0,0.7916817360064283,0.15372517456988796,0.0,0.9863706777274601,0.15372517456988796,0.0,1.0058750322711263,0.15372517456988796,0.0,0.915720018909003,0.15372517456988796,0.0,0.9273203518234099,0.5,0.15372517456988796,0.0,0.8256173332462452,0.0,0.5970166487116328,1.0114391641388607 -1853,0.5,0.15372517456988796,0.0,0.747995540937191,0.15372517456988796,0.0,0.9496293224908856,0.15372517456988796,0.0,0.9687343832870156,0.15372517456988796,0.0,0.9548840560319212,0.15372517456988796,0.0,1.0192882028351753,0.15372517456988796,0.0,0.9120810257360328,0.15372517456988796,0.0,1.01396432634846,0.15372517456988796,0.0,0.8136694568748835,0.5,0.15372517456988796,0.0,0.45982855743251855,0.15372517456988796,0.0,0.6415512397263442,0.5,0.15372517456988796,0.0,0.9075528955777981,0.15372517456988796,0.0,0.5639327122375528,0.15372517456988796,0.0,0.8639323541299464,0.15372517456988796,0.0,0.9893335528466142,0.15372517456988796,0.0,1.0056156135429795,0.15372517456988796,0.0,0.9153203568092564,0.15372517456988796,0.0,0.9322230873477613,0.5,0.15372517456988796,0.0,0.8276418583793541,0.0,0.683974207363662,1.0112666061367699 -1854,0.5,0.15372517456988796,0.0,0.8032655802923456,0.15372517456988796,0.0,0.968946664669538,0.15372517456988796,0.0,0.9750367386102206,0.15372517456988796,0.0,0.985655140939618,0.15372517456988796,0.0,0.9745489288124326,0.15372517456988796,0.0,0.8335563803167672,0.15372517456988796,0.0,1.0023947107415527,0.15372517456988796,0.0,0.7489898956284278,0.5,0.15372517456988796,0.0,0.40989797969579517,0.15372517456988796,0.0,0.6182346391425623,0.5,0.15372517456988796,0.0,0.8462288589097934,0.15372517456988796,0.0,0.571816987525844,0.15372517456988796,0.0,0.9142446071999382,0.15372517456988796,0.0,0.9657399859974733,0.15372517456988796,0.0,1.0005898098952564,0.15372517456988796,0.0,0.9000163283545544,0.15372517456988796,0.0,0.9355086762940065,0.5,0.15372517456988796,0.0,0.8121639810487704,0.0,0.6909481139753577,0.9903506103906607 -1855,0.5,0.15372517456988796,2.3866727194131065e-05,0.8398622447351988,0.15372517456988796,0.0,1.0002528553443075,0.15372517456988796,4.327938657984367e-09,0.9845898373223417,0.15372517456988796,0.00011530021210430876,0.9912736393646451,0.15372517456988796,0.0,0.8822930515620401,0.15372517456988796,0.0,0.7503548410174141,0.15372517456988796,0.0,0.9770807170888655,0.15372517456988796,0.0,0.6719218202131642,0.5,0.15372517456988796,0.0,0.38184214386093873,0.15372517456988796,0.0,0.6232195549443325,0.5,0.15372517456988796,0.0,0.8125055769781454,0.15372517456988796,0.0,0.561146176064061,0.15372517456988796,0.0,0.9432061146230311,0.15372517456988796,0.0,0.9241772437489513,0.15372517456988796,0.0,1.0056248056300834,0.15372517456988796,0.0,0.8835738268722668,0.15372517456988796,1.3426900403302432e-07,0.9127786993093939,0.5,0.15372517456988796,0.00010853242433443167,0.8525381600638045,0.0,0.8211245888309445,0.9872637153666058 -1856,0.5,0.15372517456988796,0.0021798726849597367,0.8609223666182472,0.15372517456988796,0.002348806038784272,1.0091753024421202,0.15372517456988796,0.004743342161634133,0.9904830537704001,0.15372517456988796,0.0017279215629273272,0.9790260461098884,0.15372517456988796,0.008589879942210358,0.8406706005568557,0.15372517456988796,0.007498810185998951,0.7144187260131271,0.15372517456988796,0.0016700605813786563,0.9563695874900375,0.15372517456988796,0.00646917432599433,0.6286255457047576,0.5,0.15372517456988796,0.00390678536162735,0.3688523019058039,0.15372517456988796,0.012495726826736936,0.6589461821816068,0.5,0.15372517456988796,0.00382842968865796,0.8182540809751316,0.15372517456988796,0.006693648846426004,0.5423442328735625,0.15372517456988796,0.005722934138541483,0.9460439450524467,0.15372517456988796,0.004732377791645392,0.8931664775904664,0.15372517456988796,0.0008208895087878251,1.0052337919772794,0.15372517456988796,0.004614233591585406,0.8818228555613683,0.15372517456988796,0.004137600869735901,0.911206841853271,0.5,0.15372517456988796,0.012302375351251019,0.8845697249181774,0.0,0.9067461938415177,0.9892870335539996 -1857,0.5,0.15372517456988796,0.010447815388680143,0.887837821906686,0.15372517456988796,0.00916032286480041,1.0186850197386053,0.15372517456988796,0.016493835728834286,0.9866778052383769,0.15372517456988796,0.006833695266255837,0.9596093998541844,0.15372517456988796,0.08721239497908162,0.8855785541789652,0.15372517456988796,0.11365679655339948,0.7197267615290723,0.15372517456988796,0.027206430640450887,0.9476428795556939,0.15372517456988796,0.049035408821255524,0.648545165623259,0.5,0.15372517456988796,0.032839128308157134,0.3927332047576752,0.15372517456988796,0.03862218795046985,0.6053522282784621,0.5,0.15372517456988796,0.018243264754320455,0.7707460174125838,0.15372517456988796,0.03512903037843996,0.511059758149861,0.15372517456988796,0.06718538644084687,0.9742877683044177,0.15372517456988796,0.04988950217407021,0.8781607294340792,0.15372517456988796,0.006290105737039222,0.9964058261011645,0.15372517456988796,0.021370123085262354,0.8631914946370765,0.15372517456988796,0.02171255379604272,0.907984084252339,0.5,0.15372517456988796,0.0275950485135628,0.8904804557883862,0.0,0.9423693311036017,0.9514010054126731 -1858,0.5,0.15372517456988796,0.02488463851697969,0.9153451247485607,0.15372517456988796,0.05971187761831126,0.9997294756809753,0.15372517456988796,0.029133837518683176,0.9738612908692206,0.15372517456988796,0.017487924294071665,0.9642492390529238,0.15372517456988796,0.16126871029632994,0.89931711613432,0.15372517456988796,0.2925308434036623,0.7911716533929789,0.15372517456988796,0.1101654469748795,0.952032334941806,0.15372517456988796,0.1054937352397283,0.6141696125207856,0.5,0.15372517456988796,0.08320043802676322,0.4064389742339354,0.15372517456988796,0.08874399348359045,0.5980968935234248,0.5,0.15372517456988796,0.04954493626980057,0.7312319694347299,0.15372517456988796,0.0714873307479994,0.46520047030329853,0.15372517456988796,0.19648656338580772,0.9692184677153889,0.15372517456988796,0.18671514119178306,0.874326753882617,0.15372517456988796,0.03416733237943783,0.978509477919047,0.15372517456988796,0.06689978163364901,0.858744657714034,0.15372517456988796,0.053165548293515795,0.899147429679023,0.5,0.15372517456988796,0.05038954510476173,0.8748589115420791,0.0,0.9965537145896982,0.9913733962512175 -1859,0.5,0.15372517456988796,0.03202067954280163,0.9629733825264681,0.15372517456988796,0.19678050018493298,0.9922544228013468,0.15372517456988796,0.04766814003602656,0.9522806649231423,0.15372517456988796,0.022310343452596144,0.9868887083154724,0.15372517456988796,0.27323175586895,0.8548365616292193,0.15372517456988796,0.415974441578404,0.7868095272640724,0.15372517456988796,0.15128715988722488,0.9345894857045242,0.15372517456988796,0.19753292929166757,0.6242205001652946,0.5,0.15372517456988796,0.12517929696921545,0.3914051221954638,0.15372517456988796,0.12413815940531828,0.5535663442165196,0.5,0.15372517456988796,0.08329572524654942,0.6913026858132574,0.15372517456988796,0.12234735068143762,0.4401753339370733,0.15372517456988796,0.30905429436388004,0.9181422573173307,0.15372517456988796,0.36519059411722166,0.9257840862164379,0.15372517456988796,0.08685045539088129,0.9520081598307804,0.15372517456988796,0.10746353628459307,0.8469159788753641,0.15372517456988796,0.0893790606926724,0.871564347035022,0.5,0.15372517456988796,0.0766572737526939,0.8388661502094239,0.0,1.0086452564448118,1.0082904815157439 -1860,0.5,0.15372517456988796,0.05881093576097947,0.9916431214223538,0.15372517456988796,0.3974457333592512,0.988745139399031,0.15372517456988796,0.09029899989424414,0.935285707414041,0.15372517456988796,0.030359033023142263,0.999667675598214,0.15372517456988796,0.34989398003052113,0.9060995840369439,0.15372517456988796,0.4798207673646373,0.7948156448439601,0.15372517456988796,0.19507316457497145,0.9272266304180485,0.15372517456988796,0.31194925671062573,0.5814228227516172,0.5,0.15372517456988796,0.21418693328092278,0.39668953291538833,0.15372517456988796,0.14858614509401458,0.4742699451195531,0.5,0.15372517456988796,0.10490510984472923,0.6599605850003437,0.15372517456988796,0.1360445960399262,0.3799347751006375,0.15372517456988796,0.3749553631062986,0.9874828923689194,0.15372517456988796,0.3064008218270187,0.9658926058700972,0.15372517456988796,0.1694189140059427,0.9423062960438154,0.15372517456988796,0.14734130748503868,0.8333555225491228,0.15372517456988796,0.11275246819107496,0.815987002041174,0.5,0.15372517456988796,0.10559336052755933,0.796350374454539,0.0,1.0097504437308746,0.9882779332985191 -1861,0.5,0.15372517456988796,0.11236451232329986,0.9814628586269647,0.15372517456988796,0.4306985352803311,1.0171956435654954,0.15372517456988796,0.10375155688775825,0.9125932374841903,0.15372517456988796,0.03951216739782144,0.9972703389845304,0.15372517456988796,0.24927589887947846,0.9911177936448846,0.15372517456988796,0.45463188267452637,0.8270535982182727,0.15372517456988796,0.23388266469467284,0.906458163695027,0.15372517456988796,0.420430914449586,0.49237597963198865,0.5,0.15372517456988796,0.29135900849836355,0.35340832106379744,0.15372517456988796,0.1593068146549544,0.399824169165906,0.5,0.15372517456988796,0.12127209496330643,0.6557237229203196,0.15372517456988796,0.14733169970707585,0.34133404917057314,0.15372517456988796,0.24052938484784908,0.9964817960119093,0.15372517456988796,0.16718704435749995,0.9678788368652049,0.15372517456988796,0.17771372550565384,0.9451729118024164,0.15372517456988796,0.16230822515832377,0.7860784606221595,0.15372517456988796,0.13347027757783636,0.7648023876864942,0.5,0.15372517456988796,0.10850401677984318,0.7577803451513048,0.0,0.9909599963614192,0.9958022525293065 -1862,0.5,0.15372517456988796,0.1391388666659653,0.9409993067706901,0.15372517456988796,0.2216552987683983,1.0094921582922924,0.15372517456988796,0.11582140278242144,0.9140331194164452,0.15372517456988796,0.04934118085088906,0.9673391581634789,0.15372517456988796,0.08443660152530635,0.971975140281226,0.15372517456988796,0.303366111658492,0.8989204954322301,0.15372517456988796,0.18540564289747516,0.8920423925929217,0.15372517456988796,0.5173249203642287,0.5167364464039047,0.5,0.15372517456988796,0.3462000685214517,0.29312913064934554,0.15372517456988796,0.1428761933455689,0.4019395689201165,0.5,0.15372517456988796,0.11555126390547732,0.6209071242483216,0.15372517456988796,0.14615491139016448,0.3102213975739585,0.15372517456988796,0.13751692482858136,1.0070227426007379,0.15372517456988796,0.09308214904401177,0.9781960378441072,0.15372517456988796,0.1294693753140555,0.9538510100084568,0.15372517456988796,0.22411319184538314,0.7226409987494642,0.15372517456988796,0.12631518702773809,0.7181870463274211,0.5,0.15372517456988796,0.09696592616772218,0.6973115037972737,0.0,0.9502506061278325,1.0077721872867462 -1863,0.5,0.15372517456988796,0.12024046294461307,0.9260985025481364,0.15372517456988796,0.15043656364960004,1.021739130434783,0.15372517456988796,0.1383376153047506,0.8972814849421284,0.15372517456988796,0.054767840784497354,0.9130863343557738,0.15372517456988796,0.06495243388381369,0.9965759752351891,0.15372517456988796,0.10824530006732427,0.7677603996022235,0.15372517456988796,0.09182798168366627,0.7915525514188619,0.15372517456988796,0.4228046374666978,0.5345067585597608,0.5,0.15372517456988796,0.3653768759048709,0.27798597613477916,0.15372517456988796,0.12077665014315721,0.336480290396441,0.5,0.15372517456988796,0.08584817648360861,0.4948947996864256,0.15372517456988796,0.12808129689453426,0.2702282354439851,0.15372517456988796,0.06349083713049258,1.0070158226470225,0.15372517456988796,0.11468008815350407,0.9842437312110726,0.15372517456988796,0.07788792675986606,0.9197857446768649,0.15372517456988796,0.288813359797991,0.7053487610164283,0.15372517456988796,0.1063749346651291,0.6136204426930693,0.5,0.15372517456988796,0.07683456119664377,0.5767421333303856,0.0,0.9048822886527852,1.010820441862293 -1864,0.5,0.15372517456988796,0.09185367379885503,0.8300811877065059,0.15372517456988796,0.022681058471367515,1.0151723360212448,0.15372517456988796,0.156795238740481,0.8681405265829908,0.15372517456988796,0.044685385329310705,0.8421895179157954,0.15372517456988796,0.09747116408037905,0.9362745871312325,0.15372517456988796,0.15716220617554272,0.7242171450862067,0.15372517456988796,0.08355970288698172,0.7084770391210211,0.15372517456988796,0.25173234632040514,0.42134766268174595,0.5,0.15372517456988796,0.32298027617305564,0.26999310405740196,0.15372517456988796,0.0810523302804936,0.23779125080180236,0.5,0.15372517456988796,0.0976120678857344,0.47167594509324,0.15372517456988796,0.09020198409376477,0.18800176835374494,0.15372517456988796,0.04316215218108736,0.9997181012077901,0.15372517456988796,0.10883258955352548,0.986042093506071,0.15372517456988796,0.05125340821149304,0.9318810331868788,0.15372517456988796,0.24998248117083008,0.6981938945398863,0.15372517456988796,0.12110292243195936,0.51326063596008,0.5,0.15372517456988796,0.047908354626701594,0.4169072324513857,0.0,0.9623435770375066,1.0111978955111696 -1865,0.5,0.15372517456988796,0.035219292108051026,0.7943875119080165,0.15372517456988796,0.005187243542871385,0.9127166307488044,0.15372517456988796,0.07708145268079336,0.8716820387126701,0.15372517456988796,0.030732973403619763,0.7304462230387685,0.15372517456988796,0.13634971812184649,0.9498888475630732,0.15372517456988796,0.17473491990904128,0.6731774213327923,0.15372517456988796,0.09176056659510456,0.6256964219066125,0.15372517456988796,0.13414024979457778,0.2349529229399042,0.5,0.15372517456988796,0.19298254077578117,0.21118367710353836,0.15372517456988796,0.05794582803532176,0.15679613647561352,0.5,0.15372517456988796,0.112591735187896,0.4131518064901829,0.15372517456988796,0.065243872126016,0.11210880558606916,0.15372517456988796,0.03986161582620944,1.0010120496277441,0.15372517456988796,0.10457854702660588,0.9636475848053581,0.15372517456988796,0.03759541008875006,0.8777090388073265,0.15372517456988796,0.148544378563652,0.4625990446257701,0.15372517456988796,0.0735434894247688,0.36183372627048027,0.5,0.15372517456988796,0.020507912106479533,0.33034398879269705,0.0,1.0022557337623148,1.0111106406355415 -1866,0.5,0.15372517456988796,0.0012297983002974354,0.8464676409040126,0.15372517456988796,0.005660601720270139,0.9131337178975304,0.15372517456988796,0.011470029809815584,0.8723615860807094,0.15372517456988796,0.0028029168204455534,0.5911517981203046,0.15372517456988796,0.05525924961742423,0.9708901919263134,0.15372517456988796,0.08545735983328892,0.5353088478860109,0.15372517456988796,0.061400231573232766,0.5292372436775172,0.15372517456988796,0.06681479638500135,0.14232832857186695,0.5,0.15372517456988796,0.054705202672244366,0.16719426445463087,0.15372517456988796,0.018677748144683086,0.04907351906727044,0.5,0.15372517456988796,0.028836476577537486,0.2908782636797023,0.15372517456988796,0.045267528604476116,0.05678020777626618,0.15372517456988796,0.010507228580060955,0.9938724247893027,0.15372517456988796,0.057814370924528444,0.9676785283735693,0.15372517456988796,0.020063110904903862,0.8268296343510328,0.15372517456988796,0.039818730417838524,0.22704218813038074,0.15372517456988796,0.02617445624681737,0.2634276259329773,0.5,0.15372517456988796,0.006016723263692094,0.18963311873427027,0.0,1.0075245450086068,1.0110941397802184 -1867,0.5,0.15372517456988796,0.0,0.8650038010309828,0.15372517456988796,0.0,0.8872870165834658,0.15372517456988796,0.0,0.6520736093143532,0.15372517456988796,0.0,0.4941890692838926,0.15372517456988796,0.0,0.8688456090064997,0.15372517456988796,0.0,0.423939643941796,0.15372517456988796,0.0,0.48038254111161527,0.15372517456988796,0.0,0.141473356853214,0.5,0.15372517456988796,0.0,0.16819648739839013,0.15372517456988796,0.0,0.011453838472838308,0.5,0.15372517456988796,0.0,0.24047904079583224,0.15372517456988796,0.0,0.01932231678410345,0.15372517456988796,0.0,0.9912582831081629,0.15372517456988796,0.0,0.9139796668799769,0.15372517456988796,0.0,0.7910535268690347,0.15372517456988796,0.0,0.1855763510819664,0.15372517456988796,0.0,0.21725559628713242,0.5,0.15372517456988796,0.0,0.10438211217099619,0.0,1.0096029642751694,1.01085152585832 -1868,0.5,0.15372517456988796,0.0,0.8428713673071159,0.15372517456988796,0.0,0.8670654158635509,0.15372517456988796,0.0,0.45702647148798187,0.15372517456988796,0.0,0.5134779511558548,0.15372517456988796,0.0,0.8134051186115974,0.15372517456988796,0.0,0.385778847546292,0.15372517456988796,0.0,0.4830300538808807,0.15372517456988796,0.0,0.17363006346283533,0.5,0.15372517456988796,0.0,0.1474023776065917,0.15372517456988796,0.0,0.007337086492550897,0.5,0.15372517456988796,0.0,0.20120296661537534,0.15372517456988796,0.0,0.011152846178592787,0.15372517456988796,0.0,0.9948933354665596,0.15372517456988796,0.0,0.9115046421778559,0.15372517456988796,0.0,0.7932800542920443,0.15372517456988796,0.0,0.2066524128992528,0.15372517456988796,0.0,0.20054032497889512,0.5,0.15372517456988796,0.0,0.05554818118492762,0.0,1.0091741617703016,1.010272662108496 -1869,0.5,0.15372517456988796,0.0,0.8507460900620494,0.15372517456988796,0.0,0.9162853734409322,0.15372517456988796,0.0,0.5364256656290549,0.15372517456988796,0.0,0.6067347217516564,0.15372517456988796,0.0,0.8010344527093435,0.15372517456988796,0.0,0.3743816947842985,0.15372517456988796,0.0,0.48074281568534794,0.15372517456988796,0.0,0.2058433760512757,0.5,0.15372517456988796,0.0,0.08725565652119788,0.15372517456988796,0.0,0.0034064317183337424,0.5,0.15372517456988796,0.0,0.13819518061354927,0.15372517456988796,0.0,0.008816434841053421,0.15372517456988796,0.0,0.9907143227182303,0.15372517456988796,0.0,0.9030377324417291,0.15372517456988796,0.0,0.7890366894138412,0.15372517456988796,0.0,0.2486707164752658,0.15372517456988796,0.0,0.1988895028726694,0.5,0.15372517456988796,0.0,0.03250478861713089,0.0,1.009740688451435,1.0103011067966325 -1870,0.5,0.15372517456988796,0.0,0.878536527984515,0.15372517456988796,0.0,0.9272576591858408,0.15372517456988796,0.0,0.6232442564651165,0.15372517456988796,0.0,0.7346142212938331,0.15372517456988796,0.0,0.7937230455505115,0.15372517456988796,0.0,0.40817049383202997,0.15372517456988796,0.0,0.4917831359992522,0.15372517456988796,0.0,0.20367179419027576,0.5,0.15372517456988796,0.0,0.04390567883330133,0.15372517456988796,0.0,0.004009196815448254,0.5,0.15372517456988796,0.0,0.07736526302932185,0.15372517456988796,0.0,0.009884255812723335,0.15372517456988796,0.0,0.9768399888078312,0.15372517456988796,0.0,0.8817263986516917,0.15372517456988796,0.0,0.8040472722407181,0.15372517456988796,0.0,0.2905604550453027,0.15372517456988796,0.0,0.182307004858894,0.5,0.15372517456988796,0.0,0.017723911834248544,0.0,1.0087007225295657,1.008610424053475 -1871,0.5,0.15372517456988796,0.0,0.8799881078730645,0.15372517456988796,0.0,0.9077896325216016,0.15372517456988796,0.0,0.6676890170021501,0.15372517456988796,0.0,0.8196265672999618,0.15372517456988796,0.0,0.8176380695698608,0.15372517456988796,0.0,0.45046265376414607,0.15372517456988796,0.0,0.5331967679110147,0.15372517456988796,0.0,0.1581747625154442,0.5,0.15372517456988796,0.0,0.02749085743991635,0.15372517456988796,0.0,0.0010403323186569857,0.5,0.15372517456988796,0.0,0.04310933686575963,0.15372517456988796,0.0,0.007386543724737326,0.15372517456988796,0.0,0.9624278813489202,0.15372517456988796,0.0,0.876033553129169,0.15372517456988796,0.0,0.7934773255801159,0.15372517456988796,0.0,0.2763029596913681,0.15372517456988796,0.0,0.14963317957056996,0.5,0.15372517456988796,0.0,0.006883145437542268,0.0,1.0080008559057845,1.009272068040369 -1872,0.5,0.15372517456988796,0.0,0.8747605805006696,0.15372517456988796,0.0,0.9119341634541444,0.15372517456988796,0.0,0.6489614544738745,0.15372517456988796,0.0,0.8308465908305361,0.15372517456988796,0.0,0.8235211438242087,0.15372517456988796,0.0,0.43594845568077417,0.15372517456988796,0.0,0.5979630566580663,0.15372517456988796,0.0,0.1070689131174758,0.5,0.15372517456988796,0.0,0.019067025756352607,0.15372517456988796,0.0,0.0038251820189239695,0.5,0.15372517456988796,0.0,0.030995767454594775,0.15372517456988796,0.0,0.009329859686374453,0.15372517456988796,0.0,0.9752841547171497,0.15372517456988796,0.0,0.8844060140950698,0.15372517456988796,0.0,0.8094564625614071,0.15372517456988796,0.0,0.24747652668827616,0.15372517456988796,0.0,0.11192110456360284,0.5,0.15372517456988796,0.0,0.0030413135916168977,0.0,1.0072276383107823,1.0071677867180895 -1873,0.5,0.15372517456988796,0.0,0.8828157397289329,0.15372517456988796,0.0,0.935554275560298,0.15372517456988796,0.0,0.6014004848572458,0.15372517456988796,0.0,0.8132673117178558,0.15372517456988796,0.0,0.7868562274359505,0.15372517456988796,0.0,0.39446773439550487,0.15372517456988796,0.0,0.5829182861735299,0.15372517456988796,0.0,0.10062614674326889,0.5,0.15372517456988796,0.0,0.013579051862604198,0.15372517456988796,0.0,0.009085346682367705,0.5,0.15372517456988796,0.0,0.028734488496528505,0.15372517456988796,0.0,0.01673627869341008,0.15372517456988796,0.0,0.9785123667097169,0.15372517456988796,0.0,0.8438822857006472,0.15372517456988796,0.0,0.819200276159949,0.15372517456988796,0.0,0.2209118438646324,0.15372517456988796,0.0,0.08475762678181596,0.5,0.15372517456988796,0.0,0.001924664719500883,0.0,1.0069424707762682,1.0010624804936303 -1874,0.5,0.15372517456988796,0.0,0.9108346779740629,0.15372517456988796,0.0,0.9532541013619316,0.15372517456988796,0.0,0.5430520256119307,0.15372517456988796,0.0,0.7696708405934712,0.15372517456988796,0.0,0.7476639396838254,0.15372517456988796,0.0,0.3563774879985375,0.15372517456988796,0.0,0.4818311745104059,0.15372517456988796,0.0,0.11265345400533788,0.5,0.15372517456988796,0.0,0.013709795029625084,0.15372517456988796,0.0,0.006836799946158973,0.5,0.15372517456988796,0.0,0.022218680851301808,0.15372517456988796,0.0,0.029181888738894442,0.15372517456988796,0.0,0.9624680970533327,0.15372517456988796,0.0,0.798253944665323,0.15372517456988796,0.0,0.7724162048723754,0.15372517456988796,0.0,0.16802459653026494,0.15372517456988796,0.0,0.05295462070724238,0.5,0.15372517456988796,0.0,0.005085587073432118,0.0,1.0089532946796598,0.9976046385925792 -1875,0.5,0.15372517456988796,0.0,0.8812717008525238,0.15372517456988796,0.0,0.9542693671204674,0.15372517456988796,0.0,0.44516942607872256,0.15372517456988796,0.0,0.7170622387936998,0.15372517456988796,0.0,0.685526236104861,0.15372517456988796,0.0,0.3006299408912464,0.15372517456988796,0.0,0.37067531469572573,0.15372517456988796,0.0,0.11159198335762602,0.5,0.15372517456988796,0.0,0.01876568816984264,0.15372517456988796,0.0,0.01039577707572955,0.5,0.15372517456988796,0.0,0.029453133843585468,0.15372517456988796,0.0,0.04206360677750832,0.15372517456988796,0.0,0.9459895253082702,0.15372517456988796,0.0,0.7954115847117613,0.15372517456988796,0.0,0.7134447143659663,0.15372517456988796,0.0,0.11204843596377778,0.15372517456988796,0.0,0.0365105477734779,0.5,0.15372517456988796,0.0,0.007881986520065597,0.0,1.001673989252177,1.004980316475436 -1876,0.5,0.15372517456988796,0.0,0.7868994026898677,0.15372517456988796,0.0,0.8580817911517651,0.15372517456988796,0.0,0.3074434979355921,0.15372517456988796,0.0,0.6340830227069862,0.15372517456988796,0.0,0.6238093898767486,0.15372517456988796,0.0,0.2350287041356353,0.15372517456988796,0.0,0.2552404586682218,0.15372517456988796,0.0,0.10657535571827915,0.5,0.15372517456988796,0.0,0.02131473877574377,0.15372517456988796,0.0,0.015923418115095327,0.5,0.15372517456988796,0.0,0.03980826003546056,0.15372517456988796,0.0,0.04937096895613858,0.15372517456988796,0.0,0.9209795177488915,0.15372517456988796,0.0,0.792211978220245,0.15372517456988796,0.0,0.642069993191455,0.15372517456988796,0.0,0.08707630825944186,0.15372517456988796,0.0,0.036149900530621365,0.5,0.15372517456988796,0.0,0.012623297352975463,0.0,0.9673922886115478,1.0035478649217362 -1877,0.5,0.15372517456988796,0.0,0.6507672087948281,0.15372517456988796,0.0,0.8888094835812688,0.15372517456988796,0.0,0.2059156916935509,0.15372517456988796,0.0,0.5039223066459788,0.15372517456988796,0.0,0.5207341345229849,0.15372517456988796,0.0,0.21117906616020615,0.15372517456988796,0.0,0.1954334694159307,0.15372517456988796,0.0,0.11354975951973817,0.5,0.15372517456988796,0.0,0.021972222528517556,0.15372517456988796,0.0,0.032945689586908376,0.5,0.15372517456988796,0.0,0.023998707933889897,0.15372517456988796,0.0,0.049222020008035064,0.15372517456988796,0.0,0.8940552490791784,0.15372517456988796,0.0,0.7876445853049094,0.15372517456988796,0.0,0.5881986136664796,0.15372517456988796,0.0,0.07882619351645401,0.15372517456988796,0.0,0.034289446330094224,0.5,0.15372517456988796,0.0,0.01982539343888029,0.0,0.8662849242914507,1.0055881993540876 -1878,0.5,0.15372517456988796,0.0,0.5092206329155531,0.15372517456988796,0.0,0.9152398097317928,0.15372517456988796,0.0,0.15943178758240756,0.15372517456988796,0.0,0.3526301093622081,0.15372517456988796,0.0,0.4190226313173697,0.15372517456988796,0.0,0.1831796353573022,0.15372517456988796,0.0,0.17574855385855653,0.15372517456988796,0.0,0.0964889698238999,0.5,0.15372517456988796,0.0,0.019780310815989303,0.15372517456988796,0.0,0.04943863630022022,0.5,0.15372517456988796,0.0,0.011070607809771435,0.15372517456988796,0.0,0.03866526295715654,0.15372517456988796,0.0,0.9040867570255563,0.15372517456988796,0.0,0.7341138536131673,0.15372517456988796,0.0,0.5091947036565854,0.15372517456988796,0.0,0.08139103163553803,0.15372517456988796,0.0,0.02877100744860014,0.5,0.15372517456988796,0.0,0.026524318042629096,0.0,0.7127417378487578,1.005067013371529 -1879,0.5,0.15372517456988796,0.00048816164135559844,0.48527870633135695,0.15372517456988796,0.0,0.8359762601201517,0.15372517456988796,0.0003983934995784992,0.14020455273807989,0.15372517456988796,0.0021018618247201117,0.25931450834360004,0.15372517456988796,0.0,0.36466523966436437,0.15372517456988796,0.0,0.17561828736957694,0.15372517456988796,0.0,0.1704762558512943,0.15372517456988796,0.0,0.10542652577627151,0.5,0.15372517456988796,0.0,0.022242421844670908,0.15372517456988796,5.259957599499165e-06,0.0459362298665278,0.5,0.15372517456988796,0.0,0.01316510291762466,0.15372517456988796,0.0,0.021474687380166443,0.15372517456988796,0.0,0.8707179283257519,0.15372517456988796,0.0,0.6801747341886233,0.15372517456988796,0.0,0.44360211103015457,0.15372517456988796,0.0,0.08119802270046474,0.15372517456988796,0.0003941388573336,0.02522483983477739,0.5,0.15372517456988796,0.0020574879049518385,0.028669751825760325,0.0,0.6849698509313459,1.003545457140611 -1880,0.5,0.15372517456988796,0.031729837833880246,0.5308941024628463,0.15372517456988796,0.03182254489933164,0.7894036580368946,0.15372517456988796,0.10027356509447774,0.12154699951782474,0.15372517456988796,0.08864672172329556,0.2280434019780183,0.15372517456988796,0.059451751226759136,0.3558390886214105,0.15372517456988796,0.05762618767603092,0.14286108095469027,0.15372517456988796,0.06928952005845293,0.11981626715361544,0.15372517456988796,0.062258617929953255,0.08564079607077163,0.5,0.15372517456988796,0.06720270924129626,0.020313568075788244,0.15372517456988796,0.09880377864372955,0.04106019543161415,0.5,0.15372517456988796,0.08119851541267778,0.015650515624581304,0.15372517456988796,0.08506357843160646,0.01444586146345107,0.15372517456988796,0.028044288326624745,0.8244389345718167,0.15372517456988796,0.04304267052301853,0.6397279460268497,0.15372517456988796,0.07289294800651896,0.38524921959523517,0.15372517456988796,0.08101272292211954,0.07570989358926593,0.15372517456988796,0.09809908163284675,0.02426158808584264,0.5,0.15372517456988796,0.11205883997551269,0.026068980967296016,0.0,0.7004318374503605,0.9997184079227548 -1881,0.5,0.15372517456988796,0.10192193422821103,0.5438448053564593,0.15372517456988796,0.12993130143151932,0.7397461841434316,0.15372517456988796,0.26240004975950554,0.16792664742110414,0.15372517456988796,0.24754951960955096,0.2546758490737088,0.15372517456988796,0.22277156272892895,0.4193887045412453,0.15372517456988796,0.214308887998722,0.17280468459660364,0.15372517456988796,0.2283543143844754,0.1260429531174287,0.15372517456988796,0.22053558648124807,0.08195153850017205,0.5,0.15372517456988796,0.2268491128668406,0.02484943259650834,0.15372517456988796,0.26444890035596946,0.01502559513591182,0.5,0.15372517456988796,0.24317303067602386,0.013226248440659812,0.15372517456988796,0.24934553859046016,0.010788013656814458,0.15372517456988796,0.14067695685964726,0.8109392908949504,0.15372517456988796,0.19185106584704703,0.6169849925979236,0.15372517456988796,0.2239184893909096,0.3823092662956006,0.15372517456988796,0.2418477023205849,0.10165863731185727,0.15372517456988796,0.26248884984365867,0.03453265897095468,0.5,0.15372517456988796,0.2803749665775141,0.02252798475706728,0.0,0.8937934552096378,0.9910594086160256 -1882,0.5,0.15372517456988796,0.22395927814492522,0.5604774064283133,0.15372517456988796,0.21666727547386977,0.6516740867842853,0.15372517456988796,0.42182172830325015,0.2654718018050141,0.15372517456988796,0.43223576408164066,0.30632501000801304,0.15372517456988796,0.37979078901801133,0.5599008660939356,0.15372517456988796,0.3728547851647931,0.2471907642589486,0.15372517456988796,0.3865411551031728,0.22200501749902762,0.15372517456988796,0.3808928144673257,0.11726160785647938,0.5,0.15372517456988796,0.3902993519126588,0.05516879302477431,0.15372517456988796,0.43251483275208646,0.005004320778733207,0.5,0.15372517456988796,0.40781259177463536,0.02346458222008372,0.15372517456988796,0.416609199214503,0.0173884406110899,0.15372517456988796,0.3445984817490093,0.7863327854096689,0.15372517456988796,0.3683989276437012,0.5753287854470026,0.15372517456988796,0.3953213651608451,0.4221927216037088,0.15372517456988796,0.40394506143118053,0.2156198234112132,0.15372517456988796,0.4281180528057813,0.049612736840107245,0.5,0.15372517456988796,0.44817573183502385,0.019452206236321688,0.0,0.8845855830842748,0.9856164115736424 -1883,0.5,0.15372517456988796,0.34542848115080516,0.5871504920485336,0.15372517456988796,0.4739123352291761,0.5924463991030295,0.15372517456988796,0.5612779742171596,0.29292948811886055,0.15372517456988796,0.5704898615105649,0.3101939295528032,0.15372517456988796,0.5276561913702382,0.6540431268114147,0.15372517456988796,0.5229877628509358,0.2836871074636193,0.15372517456988796,0.5338298965364685,0.3127923199834981,0.15372517456988796,0.530542590887945,0.22829765432135915,0.5,0.15372517456988796,0.5410715258082693,0.15984735424560764,0.15372517456988796,0.5742059730185645,0.0126692433259379,0.5,0.15372517456988796,0.5533608709958271,0.04711363956344804,0.15372517456988796,0.5620375495118035,0.028496056334078406,0.15372517456988796,0.5233382090314239,0.7820351260636771,0.15372517456988796,0.5245132949828142,0.6133138855749523,0.15372517456988796,0.5437425629369187,0.4260796060640212,0.15372517456988796,0.5510220205624661,0.3225893007191545,0.15372517456988796,0.5708457810210642,0.07560057076512158,0.5,0.15372517456988796,0.586593784190457,0.026772219538492608,0.0,0.8102497174069998,0.9993348129234907 -1884,0.5,0.15372517456988796,0.48775890845512027,0.5508822041411383,0.15372517456988796,0.6282149053804718,0.4840549011236178,0.15372517456988796,0.6455142274483547,0.2824526999441342,0.15372517456988796,0.6456160531880505,0.2636512597084269,0.15372517456988796,0.6268408492851063,0.6507676947202934,0.15372517456988796,0.6252436964970555,0.3676006744731426,0.15372517456988796,0.6313641964103921,0.3985252208193003,0.15372517456988796,0.63110516241477,0.4704519647545551,0.5,0.15372517456988796,0.6407742111853746,0.3316662645070194,0.15372517456988796,0.6562443830707192,0.019697889141343246,0.5,0.15372517456988796,0.6458426710546065,0.05202494317370295,0.15372517456988796,0.6527876469334164,0.04495745101495336,0.15372517456988796,0.625045899514896,0.7802840498319874,0.15372517456988796,0.6235344271058738,0.6806939429679053,0.15372517456988796,0.6350357564883926,0.37680891561663593,0.15372517456988796,0.6442525654201108,0.4490363114582349,0.15372517456988796,0.6558725978266579,0.10238112081530376,0.5,0.15372517456988796,0.6670274431015946,0.04109762763416155,0.0,0.7045906348949775,1.0068096081821694 -1885,0.5,0.15372517456988796,0.6054154263335532,0.48456542249081674,0.15372517456988796,0.6622401536558403,0.5714715645931201,0.15372517456988796,0.6757474001975676,0.3019186211631263,0.15372517456988796,0.6682141142752673,0.1958089681937112,0.15372517456988796,0.6685441199308757,0.6958987012273131,0.15372517456988796,0.6693368195634597,0.4174099776065161,0.15372517456988796,0.6715450277738512,0.5375786088325254,0.15372517456988796,0.6750563294836586,0.6105965048861347,0.5,0.15372517456988796,0.682819589877689,0.4117941710222077,0.15372517456988796,0.6881518184030129,0.024340472856145153,0.5,0.15372517456988796,0.6830741125745408,0.06798891262038415,0.15372517456988796,0.6894189680758154,0.07045270927095391,0.15372517456988796,0.6623544386285695,0.8172273499397852,0.15372517456988796,0.6638993181202003,0.7319620449422346,0.15372517456988796,0.6696270987045484,0.38381272362424235,0.15372517456988796,0.6810861694108701,0.5583391399370947,0.15372517456988796,0.6853357477260696,0.13651682360763978,0.5,0.15372517456988796,0.6920703112706298,0.04117393841351069,0.0,0.7187611525890459,1.0083543256048104 -1886,0.5,0.15372517456988796,0.6266344464638546,0.44068260268668874,0.15372517456988796,0.6525335533453352,0.5482641716857359,0.15372517456988796,0.6592982461111082,0.40456798134264954,0.15372517456988796,0.6451075793196916,0.15843856872888434,0.15372517456988796,0.6643491846819327,0.7081490882609074,0.15372517456988796,0.6678259134801035,0.5470506649783123,0.15372517456988796,0.6663944096041589,0.4980795912878715,0.15372517456988796,0.6735502275938117,0.7113858602428306,0.5,0.15372517456988796,0.6774479591153242,0.5440417198429648,0.15372517456988796,0.6753281155777842,0.039617161777461,0.5,0.15372517456988796,0.6732206344892453,0.12065939926401115,0.15372517456988796,0.6812202733843838,0.10314990333001545,0.15372517456988796,0.65409011067106,0.8130216327912652,0.15372517456988796,0.6591363665097566,0.7384355927656501,0.15372517456988796,0.6586130806999786,0.41718360289846224,0.15372517456988796,0.672291685216835,0.6051881486428717,0.15372517456988796,0.6691686211567874,0.1625853890400709,0.5,0.15372517456988796,0.6690528724116381,0.043855872773907054,0.0,0.5948584195331746,1.0069710514805985 -1887,0.5,0.15372517456988796,0.5614623036565424,0.4733731268732977,0.15372517456988796,0.5844166612023591,0.593961595085859,0.15372517456988796,0.5845855081190529,0.4336331070191461,0.15372517456988796,0.5611359784718933,0.22416398063858214,0.15372517456988796,0.6041938263257114,0.7038697839648964,0.15372517456988796,0.6123698102514669,0.6948730344858726,0.15372517456988796,0.60636271527406,0.6178978127293421,0.15372517456988796,0.6176047154914839,0.7888244531887849,0.5,0.15372517456988796,0.6147446778140502,0.6165087010367319,0.15372517456988796,0.6064115816675187,0.05376968862346328,0.5,0.15372517456988796,0.6031681417857185,0.19195775948723934,0.15372517456988796,0.6166533091961053,0.13978376447094729,0.15372517456988796,0.5869783980143428,0.787925696308857,0.15372517456988796,0.5974140952953214,0.7370660433117344,0.15372517456988796,0.5900445826124758,0.48531640490031436,0.15372517456988796,0.6058327805238116,0.6620862627143008,0.15372517456988796,0.5971639184178635,0.19387054215724256,0.5,0.15372517456988796,0.5869264230893948,0.03872380325617041,0.0,0.45796185106159726,1.002126895544279 -1888,0.5,0.15372517456988796,0.43042617015042606,0.45603152249579426,0.15372517456988796,0.4589791207081417,0.5239959792760991,0.15372517456988796,0.45335291015888307,0.32488168694160996,0.15372517456988796,0.4258459082167821,0.16571353543142003,0.15372517456988796,0.482643762434041,0.6803505173779872,0.15372517456988796,0.49693675857359243,0.7174623672524636,0.15372517456988796,0.4870818273109887,0.7007572325569462,0.15372517456988796,0.5008341320634813,0.7625095438146212,0.5,0.15372517456988796,0.4975125698495867,0.6106324286046532,0.15372517456988796,0.4762790166081231,0.05463276917847615,0.5,0.15372517456988796,0.47920938606413455,0.19903070671442727,0.15372517456988796,0.49082104773608165,0.10297415408833728,0.15372517456988796,0.46291832642978803,0.7654213955052652,0.15372517456988796,0.475682977661533,0.6919236696364204,0.15372517456988796,0.46509923574284484,0.44322488478588984,0.15372517456988796,0.4765796154785902,0.6476130175854127,0.15372517456988796,0.46396638535836854,0.20672260223225683,0.5,0.15372517456988796,0.4516275558198093,0.04202483265041789,0.0,0.41051731430483945,0.9964111364615311 -1889,0.5,0.15372517456988796,0.2874729199502313,0.384622984223442,0.15372517456988796,0.31872721722056196,0.4303494432473874,0.15372517456988796,0.3005219443985802,0.19525478117414258,0.15372517456988796,0.27516171961098645,0.11961639354530786,0.15372517456988796,0.3403471859020037,0.6765217450643332,0.15372517456988796,0.35461818724896105,0.686616759123208,0.15372517456988796,0.34370802369964004,0.7437271707587413,0.15372517456988796,0.35456123569291886,0.6562375050950349,0.5,0.15372517456988796,0.35041232214949114,0.40685132928911144,0.15372517456988796,0.3192397665364718,0.016046306583341982,0.5,0.15372517456988796,0.33060687637536756,0.10640088828029784,0.15372517456988796,0.3349833781933523,0.03876706396370149,0.15372517456988796,0.322556552395014,0.7282206102603268,0.15372517456988796,0.3332228311952362,0.6354038876352639,0.15372517456988796,0.32303141521386364,0.42967267614080684,0.15372517456988796,0.33180749209940147,0.5400003980087192,0.15372517456988796,0.30785598833260774,0.10982087267785345,0.5,0.15372517456988796,0.2966956935658313,0.021299378780206397,0.0,0.4470079329418516,0.9966111367602015 -1890,0.5,0.15372517456988796,0.023823103833444666,0.40880733468760677,0.15372517456988796,0.05038181352533174,0.4924817169709586,0.15372517456988796,0.04688735943569272,0.23705068584531863,0.15372517456988796,0.017837249690079878,0.18172994418933108,0.15372517456988796,0.08169785455158465,0.7689400946984578,0.15372517456988796,0.09544486685961429,0.7228010652112923,0.15372517456988796,0.07930681984804513,0.7987332854759218,0.15372517456988796,0.07801513070140398,0.5150887185515083,0.5,0.15372517456988796,0.07767712556694042,0.34953440010540054,0.15372517456988796,0.05854483141016923,0.01417538674954991,0.5,0.15372517456988796,0.061509262983975244,0.1207694521431589,0.15372517456988796,0.06953297516337942,0.0545067651778629,0.15372517456988796,0.07808346319627002,0.695477001340446,0.15372517456988796,0.07790210675659177,0.6530084092690833,0.15372517456988796,0.056085085501768286,0.5663677759050949,0.15372517456988796,0.060051778941266065,0.6000103721123394,0.15372517456988796,0.04551523458339879,0.13730616521895994,0.5,0.15372517456988796,0.03802342786117194,0.03646830338964058,0.0,0.4848050021287125,0.9967905304355844 -1891,0.5,0.15372517456988796,0.0,0.47729688368526196,0.15372517456988796,0.0,0.6162618282475052,0.15372517456988796,0.0,0.30768612591076683,0.15372517456988796,0.0,0.22239561908357694,0.15372517456988796,0.0,0.8547231742069293,0.15372517456988796,0.0,0.7816476039740472,0.15372517456988796,0.0,0.8189145087064282,0.15372517456988796,0.0,0.48238509318502465,0.5,0.15372517456988796,0.0,0.4361505760303745,0.15372517456988796,0.0,0.013993046906032442,0.5,0.15372517456988796,0.0,0.12812566133688374,0.15372517456988796,0.0,0.08323911342236276,0.15372517456988796,0.0,0.7246907788150327,0.15372517456988796,0.0,0.7617779545750123,0.15372517456988796,0.0,0.7121729875612762,0.15372517456988796,0.0,0.6133465041496731,0.15372517456988796,0.0,0.1439452341775952,0.5,0.15372517456988796,0.0,0.03883586168591813,0.0,0.48856058995754803,0.9955720673792169 -1892,0.5,0.15372517456988796,0.0,0.5473690663909864,0.15372517456988796,0.0,0.7602904345857934,0.15372517456988796,0.0,0.3949135937475803,0.15372517456988796,0.0,0.2401906141699661,0.15372517456988796,0.0,0.8944395606223868,0.15372517456988796,0.0,0.7899981032216279,0.15372517456988796,0.0,0.8347636544433445,0.15372517456988796,0.0,0.5285385079258023,0.5,0.15372517456988796,0.0,0.501611575221734,0.15372517456988796,0.0,0.023577463685314545,0.5,0.15372517456988796,0.0,0.14640099706692972,0.15372517456988796,0.0,0.09885557623492301,0.15372517456988796,0.0,0.800000733956467,0.15372517456988796,0.0,0.832563459510876,0.15372517456988796,0.0,0.8013397416594685,0.15372517456988796,0.0,0.5970635269909869,0.15372517456988796,0.0,0.1309426469066679,0.5,0.15372517456988796,0.0,0.03731288866258659,0.0,0.5989124393538218,1.0041278849838007 -1893,0.5,0.15372517456988796,0.0,0.6211093088841497,0.15372517456988796,0.0,0.8750682705091816,0.15372517456988796,0.0,0.4455916936813572,0.15372517456988796,0.0,0.2881399847214599,0.15372517456988796,0.0,0.8938124909771559,0.15372517456988796,0.0,0.8021727157456044,0.15372517456988796,0.0,0.8477816193662238,0.15372517456988796,0.0,0.5910923931026107,0.5,0.15372517456988796,0.0,0.5182519674158155,0.15372517456988796,0.0,0.03645192648033959,0.5,0.15372517456988796,0.0,0.18153634393214285,0.15372517456988796,0.0,0.10185164416517126,0.15372517456988796,0.0,0.8813759957045264,0.15372517456988796,0.0,0.8493474218753376,0.15372517456988796,0.0,0.8130676406707872,0.15372517456988796,0.0,0.6697864955133666,0.15372517456988796,0.0,0.12735009508859976,0.5,0.15372517456988796,0.0,0.03343682887776527,0.0,0.713905319453811,1.0081727340235613 -1894,0.5,0.15372517456988796,0.0,0.672390627345499,0.15372517456988796,0.0,0.8760815342563458,0.15372517456988796,0.0,0.4603844278084857,0.15372517456988796,0.0,0.38372583997278825,0.15372517456988796,0.0,0.8836865398901105,0.15372517456988796,0.0,0.7953538831956843,0.15372517456988796,0.0,0.8740287599895137,0.15372517456988796,0.0,0.5974593614605034,0.5,0.15372517456988796,0.0,0.5363826539107589,0.15372517456988796,0.0,0.04816142928210536,0.5,0.15372517456988796,0.0,0.18455287397768366,0.15372517456988796,0.0,0.13976659193400073,0.15372517456988796,0.0,0.9094955558171507,0.15372517456988796,0.0,0.8283727692846021,0.15372517456988796,0.0,0.8241230668148378,0.15372517456988796,0.0,0.7414403090008265,0.15372517456988796,0.0,0.12099878790274372,0.5,0.15372517456988796,0.0,0.026661447276465106,0.0,0.7572215099248563,1.0093335702989377 -1895,0.5,0.15372517456988796,0.0,0.6998139529333292,0.15372517456988796,0.0,0.8300106749344534,0.15372517456988796,0.0,0.5153989083470406,0.15372517456988796,0.0,0.4337567828797757,0.15372517456988796,0.0,0.8808804341662338,0.15372517456988796,0.0,0.7580454198860667,0.15372517456988796,0.0,0.8746124534965768,0.15372517456988796,0.0,0.6298927742925358,0.5,0.15372517456988796,0.0,0.6288329228108124,0.15372517456988796,0.0,0.05821438575783085,0.5,0.15372517456988796,0.0,0.2589575690881432,0.15372517456988796,0.0,0.21818963508658581,0.15372517456988796,0.0,0.9019693132569009,0.15372517456988796,0.0,0.8170441898315135,0.15372517456988796,0.0,0.8443285281747193,0.15372517456988796,0.0,0.7425751349326414,0.15372517456988796,0.0,0.13556640555892513,0.5,0.15372517456988796,0.0,0.03128905541389663,0.0,0.8225835941185361,1.0089724944310792 -1896,0.5,0.15372517456988796,0.0,0.7060532036230899,0.15372517456988796,0.0,0.8004368035803144,0.15372517456988796,0.0,0.6448930976961712,0.15372517456988796,0.0,0.4477049545057764,0.15372517456988796,0.0,0.8646420961527309,0.15372517456988796,0.0,0.7794154265709065,0.15372517456988796,0.0,0.8481792600821235,0.15372517456988796,0.0,0.7070755818233796,0.5,0.15372517456988796,0.0,0.6630776351362148,0.15372517456988796,0.0,0.07287373561162058,0.5,0.15372517456988796,0.0,0.3761082902903624,0.15372517456988796,0.0,0.24789855634274188,0.15372517456988796,0.0,0.8867595774913338,0.15372517456988796,0.0,0.8259126861016658,0.15372517456988796,0.0,0.8243369441662047,0.15372517456988796,0.0,0.7430909121946375,0.15372517456988796,0.0,0.19031311458373035,0.5,0.15372517456988796,0.0,0.04174856591826653,0.0,0.8504528598589592,1.0085348082577796 -1897,0.5,0.15372517456988796,0.0,0.6878059678113027,0.15372517456988796,0.0,0.8018746612711692,0.15372517456988796,0.0,0.6290796534587273,0.15372517456988796,0.0,0.4291458257984957,0.15372517456988796,0.0,0.8844658260217954,0.15372517456988796,0.0,0.8219532081694049,0.15372517456988796,0.0,0.8762744094910984,0.15372517456988796,0.0,0.702624289968625,0.5,0.15372517456988796,0.0,0.6708640454387893,0.15372517456988796,0.0,0.08387569709100472,0.5,0.15372517456988796,0.0,0.5695181176660682,0.15372517456988796,0.0,0.29440803180596703,0.15372517456988796,0.0,0.8801483234792901,0.15372517456988796,0.0,0.8347219257790979,0.15372517456988796,0.0,0.7836409355152961,0.15372517456988796,0.0,0.7911009688164817,0.15372517456988796,0.0,0.2725822848449487,0.5,0.15372517456988796,0.0,0.04442461146975604,0.0,0.8591324677660369,1.0080316293779534 -1898,0.5,0.15372517456988796,0.0,0.6599429984448857,0.15372517456988796,0.0,0.7959309677212959,0.15372517456988796,0.0,0.6500878165518149,0.15372517456988796,0.0,0.4264439130195027,0.15372517456988796,0.0,0.9138067039302735,0.15372517456988796,0.0,0.8423776602447122,0.15372517456988796,0.0,0.8949587279685126,0.15372517456988796,0.0,0.7247112504659319,0.5,0.15372517456988796,0.0,0.701178897090504,0.15372517456988796,0.0,0.07667266584305982,0.5,0.15372517456988796,0.0,0.6667294816358847,0.15372517456988796,0.0,0.3227969034761568,0.15372517456988796,0.0,0.8788356031921049,0.15372517456988796,0.0,0.8528645943188005,0.15372517456988796,0.0,0.7882632921432948,0.15372517456988796,0.0,0.7865788829229717,0.15372517456988796,0.0,0.3520172615110681,0.5,0.15372517456988796,0.0,0.050942146084758576,0.0,0.8415802288500404,0.9953595883462638 -1899,0.5,0.15372517456988796,0.0,0.6461985767755455,0.15372517456988796,0.0,0.8237674413361313,0.15372517456988796,0.0,0.7128562748860288,0.15372517456988796,0.0,0.4603698815230894,0.15372517456988796,0.0,0.9270024905618258,0.15372517456988796,0.0,0.8390370202301611,0.15372517456988796,0.0,0.8815935121289593,0.15372517456988796,0.0,0.7521119251423294,0.5,0.15372517456988796,0.0,0.7273649430717136,0.15372517456988796,0.0,0.10609979886601521,0.5,0.15372517456988796,0.0,0.6784439625625996,0.15372517456988796,0.0,0.3281385366013979,0.15372517456988796,0.0,0.8883434155124459,0.15372517456988796,0.0,0.8644545446051882,0.15372517456988796,0.0,0.8021032277218665,0.15372517456988796,0.0,0.7714657415107471,0.15372517456988796,0.0,0.3959841230944813,0.5,0.15372517456988796,0.0,0.061048166643494495,0.0,0.8389634127977795,0.7076744223481988 -1900,0.5,0.15372517456988796,0.0,0.6379479126445564,0.15372517456988796,0.0,0.8515023158493962,0.15372517456988796,0.0,0.7548306616741053,0.15372517456988796,0.0,0.532453913007669,0.15372517456988796,0.0,0.9233787830714274,0.15372517456988796,0.0,0.8414943481293375,0.15372517456988796,0.0,0.8677899704107983,0.15372517456988796,0.0,0.8026572872208517,0.5,0.15372517456988796,0.0,0.7522505022322601,0.15372517456988796,0.0,0.09635431285889626,0.5,0.15372517456988796,0.0,0.6732363874561343,0.15372517456988796,0.0,0.2993304123673413,0.15372517456988796,0.0,0.9001460345459926,0.15372517456988796,0.0,0.8253133117666072,0.15372517456988796,0.0,0.79193262271151,0.15372517456988796,0.0,0.8320291928994592,0.15372517456988796,0.0,0.40129415091211124,0.5,0.15372517456988796,0.0,0.06448357296488182,0.0,0.8299859175370192,0.7376125279433394 -1901,0.5,0.15372517456988796,0.0,0.6507142141997705,0.15372517456988796,0.0,0.8639410102115765,0.15372517456988796,0.0,0.7706916086168311,0.15372517456988796,0.0,0.5946257418810531,0.15372517456988796,0.0,0.8369397557480889,0.15372517456988796,0.0,0.8029713279046764,0.15372517456988796,0.0,0.8506308697380894,0.15372517456988796,0.0,0.7828864183393873,0.5,0.15372517456988796,0.0,0.7827442390437103,0.15372517456988796,0.0,0.09036670845481569,0.5,0.15372517456988796,0.0,0.6512024686786011,0.15372517456988796,0.0,0.2762423396000353,0.15372517456988796,0.0,0.8264270833621048,0.15372517456988796,0.0,0.6735948595164911,0.15372517456988796,0.0,0.7849350414118182,0.15372517456988796,0.0,0.89151210273861,0.15372517456988796,0.0,0.40404068918646796,0.5,0.15372517456988796,0.0,0.055235707205015,0.0,0.8490936761116269,0.860910939606809 -1902,0.5,0.15372517456988796,0.0,0.6493331740353632,0.15372517456988796,0.0,0.8445941634456755,0.15372517456988796,0.0,0.8162227891123652,0.15372517456988796,0.0,0.6414601455951994,0.15372517456988796,0.0,0.6195395856732013,0.15372517456988796,0.0,0.6977991172024778,0.15372517456988796,0.0,0.8523558635808332,0.15372517456988796,0.0,0.7312752412235403,0.5,0.15372517456988796,0.0,0.7870511214937348,0.15372517456988796,0.0,0.07859892581151262,0.5,0.15372517456988796,0.0,0.6239601385768097,0.15372517456988796,0.0,0.28123999211224465,0.15372517456988796,0.0,0.584168081096537,0.15372517456988796,0.0,0.4630009409594641,0.15372517456988796,0.0,0.7954730470857193,0.15372517456988796,0.0,0.9361868647641972,0.15372517456988796,0.0,0.39610535250167084,0.5,0.15372517456988796,0.0,0.04961636724935689,0.0,0.8773854470746247,0.836092962571884 -1903,0.5,0.15372517456988796,0.0026080967364113788,0.6442246144097952,0.15372517456988796,0.0,0.7078177563447011,0.15372517456988796,0.000840004589664056,0.8712754236615426,0.15372517456988796,0.004350424737610918,0.6578245811398281,0.15372517456988796,0.0,0.41466568226822503,0.15372517456988796,0.0,0.4380620100486797,0.15372517456988796,0.0,0.7799853578561854,0.15372517456988796,0.0,0.6490573308832586,0.5,0.15372517456988796,0.0,0.7640063214242979,0.15372517456988796,0.00019587529951384074,0.06529691674335904,0.5,0.15372517456988796,0.0,0.5814786461428595,0.15372517456988796,0.0,0.30514987673780186,0.15372517456988796,0.0,0.3504094310539536,0.15372517456988796,0.0,0.29995116930609766,0.15372517456988796,2.1056989143746495e-09,0.7936991592822462,0.15372517456988796,0.0,0.9323628727599744,0.15372517456988796,0.0007975623654238742,0.379757564898659,0.5,0.15372517456988796,0.0029275417631658297,0.048639331571258805,0.0,0.8614340885146259,0.7971716786692242 -1904,0.5,0.15372517456988796,0.06820679158104764,0.6842192163549167,0.15372517456988796,0.001320573765133481,0.4357110797479701,0.15372517456988796,0.05790867657552755,0.9078733687461791,0.15372517456988796,0.12403371544622434,0.665876424458991,0.15372517456988796,0.002332137215986583,0.2264019700907296,0.15372517456988796,0.0016486402658816865,0.246864708218148,0.15372517456988796,0.0025726463152994693,0.657143637621631,0.15372517456988796,0.004332379532602551,0.551118910165701,0.5,0.15372517456988796,0.044013597943712575,0.7475464307283687,0.15372517456988796,0.10103934480360352,0.05102797708008728,0.5,0.15372517456988796,0.08268480852370098,0.5165712639581087,0.15372517456988796,0.08688912729313152,0.26930179522929687,0.15372517456988796,0.03414491035056944,0.27667025583446253,0.15372517456988796,0.012344626789550062,0.20872442511312353,0.15372517456988796,0.005871732882460097,0.6911841579407875,0.15372517456988796,0.010660192022051256,0.8903579922705727,0.15372517456988796,0.09724564266436392,0.35562586219157727,0.5,0.15372517456988796,0.11762667710179235,0.036418496469951545,0.0,0.784858424570496,0.6827055156644211 -1905,0.5,0.15372517456988796,0.1112744050698159,0.7839203719598402,0.15372517456988796,0.013567614944225113,0.2980693861158911,0.15372517456988796,0.12364781285971116,0.9374537133901677,0.15372517456988796,0.28035713956012404,0.774082511948162,0.15372517456988796,0.023635902498628163,0.18718968932245633,0.15372517456988796,0.008038645123644664,0.184351759097818,0.15372517456988796,0.016447253240381376,0.5061060913039185,0.15372517456988796,0.017710716260538342,0.4441963423063349,0.5,0.15372517456988796,0.1419113806232437,0.7512193139469774,0.15372517456988796,0.2639427526842595,0.04208398105831325,0.5,0.15372517456988796,0.2416623078308534,0.5772589941403146,0.15372517456988796,0.2486717428327195,0.28219056143508486,0.15372517456988796,0.14865381650021336,0.321352913826651,0.15372517456988796,0.07518177513369718,0.23536425871256517,0.15372517456988796,0.013931997308857694,0.5274953549403608,0.15372517456988796,0.03882268378387605,0.8412995531456836,0.15372517456988796,0.25226664535495597,0.4249912834236744,0.5,0.15372517456988796,0.27989283950259986,0.05514522724009033,0.0,0.6784052521741254,0.6301420912709845 -1906,0.5,0.15372517456988796,0.11573991156438448,0.7031683974042022,0.15372517456988796,0.09046755369024914,0.20123892110642053,0.15372517456988796,0.1938342059667418,0.9266742630433351,0.15372517456988796,0.4264334432208624,0.8510753027062212,0.15372517456988796,0.08590761965263614,0.16979056383598135,0.15372517456988796,0.03480570734479017,0.16717351017871512,0.15372517456988796,0.03315249253855952,0.4020528490884042,0.15372517456988796,0.03844866018652693,0.3688816510715818,0.5,0.15372517456988796,0.2068293270813077,0.7807749026893085,0.15372517456988796,0.43064652461041447,0.050271262112386896,0.5,0.15372517456988796,0.404773751441108,0.7378239722616912,0.15372517456988796,0.41566352437070075,0.4391314151439664,0.15372517456988796,0.2904190770575843,0.3901974268244135,0.15372517456988796,0.19898874522805088,0.24968734702282488,0.15372517456988796,0.032314428388556915,0.393426996272796,0.15372517456988796,0.07200038142344559,0.792951255318592,0.15372517456988796,0.41165862928902314,0.5637052936157071,0.5,0.15372517456988796,0.4451772270622629,0.10193813485619188,0.0,0.42807611687227837,0.6626156673683213 -1907,0.5,0.15372517456988796,0.10255021168947745,0.5884832892053864,0.15372517456988796,0.20957885838703902,0.166899181222215,0.15372517456988796,0.2777483831556995,0.8935011897240979,0.15372517456988796,0.5416848688227788,0.8415489099379467,0.15372517456988796,0.18238755193708214,0.13039106368309736,0.15372517456988796,0.07365905542648525,0.1457094750213157,0.15372517456988796,0.04478616947558305,0.31999343705075356,0.15372517456988796,0.06210167012255231,0.3440891843191414,0.5,0.15372517456988796,0.22364144484949428,0.8014716689427446,0.15372517456988796,0.5711523171924564,0.06946255735899196,0.5,0.15372517456988796,0.5481291910239282,0.8161470790603688,0.15372517456988796,0.561899082086774,0.5640530285842466,0.15372517456988796,0.3664789601026484,0.37866428209648695,0.15372517456988796,0.3068526573396746,0.22550793269197889,0.15372517456988796,0.049644952230237877,0.2834951165143046,0.15372517456988796,0.10401397050574941,0.7465208775723525,0.15372517456988796,0.5514810292244048,0.6638803876930837,0.5,0.15372517456988796,0.5809949229548803,0.12665446829708674,0.0,0.20825775814651482,0.744295523458155 -1908,0.5,0.15372517456988796,0.11159271286211539,0.4541337302137397,0.15372517456988796,0.26376622351742274,0.15241044328184608,0.15372517456988796,0.36324221459819633,0.88182232003772,0.15372517456988796,0.6104668137410499,0.8107827317215571,0.15372517456988796,0.27088411425871456,0.12102470650937353,0.15372517456988796,0.11265034750773456,0.09334195574735366,0.15372517456988796,0.05894726842478689,0.258284615088344,0.15372517456988796,0.08751474699284169,0.36263008310551526,0.5,0.15372517456988796,0.14544178045939302,0.842097332222835,0.15372517456988796,0.6556516002507692,0.08612787878157994,0.5,0.15372517456988796,0.6211798545992561,0.8873134950941783,0.15372517456988796,0.6527073773034603,0.6079823613585489,0.15372517456988796,0.4811438591989057,0.3841297226291267,0.15372517456988796,0.37034008406109664,0.22141706587750432,0.15372517456988796,0.07258381815731269,0.20714385741178373,0.15372517456988796,0.11975161262881798,0.7403620289573623,0.15372517456988796,0.6286908557403624,0.7402066132870788,0.5,0.15372517456988796,0.6595713609509798,0.1337494930974671,0.0,0.08745804269676576,0.8288237178333604 -1909,0.5,0.15372517456988796,0.10574388250240292,0.3217152136988609,0.15372517456988796,0.1643099546007531,0.13375734296756686,0.15372517456988796,0.3362900532174374,0.8481770226098226,0.15372517456988796,0.6130913144326545,0.7665259212034347,0.15372517456988796,0.31789790730076284,0.1436146136994169,0.15372517456988796,0.1913473715054708,0.08405895494205268,0.15372517456988796,0.05270712115737426,0.1852613472073712,0.15372517456988796,0.0974930920779195,0.30978943459577357,0.5,0.15372517456988796,0.1105201741581393,0.7715533680991127,0.15372517456988796,0.688168489643337,0.12873267448377926,0.5,0.15372517456988796,0.4918925447678726,1.0088018808816348,0.15372517456988796,0.6814396091190636,0.626654299124895,0.15372517456988796,0.5374764975660189,0.42276098941366547,0.15372517456988796,0.4672960291289092,0.2611980160897138,0.15372517456988796,0.09058430430880593,0.1708053420615572,0.15372517456988796,0.1065669166413376,0.7462629359534605,0.15372517456988796,0.6085964604358911,0.8289609457648609,0.5,0.15372517456988796,0.6852636074127669,0.14184547356246216,0.0,0.048879456197992284,0.8798034570185728 -1910,0.5,0.15372517456988796,0.0950012147325475,0.22564248517532867,0.15372517456988796,0.16781168283932357,0.1530115414415541,0.15372517456988796,0.23069950197564631,0.8310841483507385,0.15372517456988796,0.5729841889879581,0.7452358743865646,0.15372517456988796,0.3488817050134863,0.1965654744068872,0.15372517456988796,0.30499352323003226,0.14847970036568356,0.15372517456988796,0.06483376682287262,0.15214177376216348,0.15372517456988796,0.09190879218809306,0.2106780023292728,0.5,0.15372517456988796,0.12630103149010843,0.6093607015969253,0.15372517456988796,0.6739331380691232,0.19761421424394687,0.5,0.15372517456988796,0.19348861863485542,1.0076943833068917,0.15372517456988796,0.6503344067943981,0.5889091129159698,0.15372517456988796,0.5497015096839722,0.4706435984713492,0.15372517456988796,0.4871004240191308,0.31155634306012425,0.15372517456988796,0.08582714091564006,0.15233983933770542,0.15372517456988796,0.11345951366235676,0.6596782899989303,0.15372517456988796,0.49007933864969655,0.8847558041906556,0.5,0.15372517456988796,0.6646966598748414,0.19894395270098647,0.0,0.04596542516391517,0.8689162389357953 -1911,0.5,0.15372517456988796,0.07187813395151355,0.1872187321400822,0.15372517456988796,0.1714993776837973,0.17558670497119527,0.15372517456988796,0.10894171140929423,0.7688905429996131,0.15372517456988796,0.43027458787948136,0.7584057188063112,0.15372517456988796,0.3415846012341958,0.24433012692783407,0.15372517456988796,0.2919557074531578,0.18221860628197625,0.15372517456988796,0.11038498751361071,0.12727712434705243,0.15372517456988796,0.07512605055858762,0.13108605728975653,0.5,0.15372517456988796,0.15685074644026276,0.4841140317922368,0.15372517456988796,0.6038040929344676,0.193977151794215,0.5,0.15372517456988796,0.21845112030908959,0.8329918934059493,0.15372517456988796,0.5781168266310676,0.5205658056982154,0.15372517456988796,0.5094742578557647,0.49510088649939205,0.15372517456988796,0.47213395422242066,0.34217984574089555,0.15372517456988796,0.08380979518076911,0.13070644922858027,0.15372517456988796,0.07798130597135944,0.4685686150778386,0.15372517456988796,0.35593869992482474,0.8752121943743962,0.5,0.15372517456988796,0.5856122807122898,0.22764749835465992,0.0,0.061971235483027826,0.7806350003580471 -1912,0.5,0.15372517456988796,0.046552289259088414,0.15893573475924325,0.15372517456988796,0.08338505387922086,0.1280626269867825,0.15372517456988796,0.054762142053727855,0.6210612832037151,0.15372517456988796,0.24248611398022368,0.7362026913862973,0.15372517456988796,0.2573259264351176,0.24466795695736415,0.15372517456988796,0.1481216003031234,0.16954224686202946,0.15372517456988796,0.156888810129208,0.13525830714353798,0.15372517456988796,0.0446489115201846,0.09541582451743062,0.5,0.15372517456988796,0.09617098344099614,0.35889625136879305,0.15372517456988796,0.47490299756665916,0.09711916873864608,0.5,0.15372517456988796,0.3306312579474509,0.3680275158778003,0.15372517456988796,0.456258625018912,0.3355329307572107,0.15372517456988796,0.3802850038760756,0.4286619926955539,0.15372517456988796,0.33842348624401275,0.30758985971079245,0.15372517456988796,0.07594582861440996,0.12264668576068108,0.15372517456988796,0.04000514525505041,0.30860221892655965,0.15372517456988796,0.2592562926381456,0.5968836467055929,0.5,0.15372517456988796,0.4505655845781935,0.1509516946607321,0.0,0.0792295180488256,0.7284793292570413 -1913,0.5,0.15372517456988796,0.017220030427527934,0.11743230605768197,0.15372517456988796,0.06730343950067857,0.08274609330252054,0.15372517456988796,0.03381377571689714,0.5053016983873898,0.15372517456988796,0.06413281066271406,0.5532130783070868,0.15372517456988796,0.1545001330499982,0.1747835242622383,0.15372517456988796,0.0874700645209955,0.12933055482143702,0.15372517456988796,0.07770537833762024,0.14412396329491506,0.15372517456988796,0.022618565212995132,0.06944117323636897,0.5,0.15372517456988796,0.02204563506279996,0.20337915529144363,0.15372517456988796,0.31986257416679764,0.021144646175070198,0.5,0.15372517456988796,0.20880047779297262,0.13613716447404853,0.15372517456988796,0.2975073642832753,0.18403990015132807,0.15372517456988796,0.2705804634019483,0.27614309006839355,0.15372517456988796,0.2301124873983435,0.19880253158275674,0.15372517456988796,0.0670696730298936,0.11126498911957591,0.15372517456988796,0.017365874778301503,0.2225095177199974,0.15372517456988796,0.19364025199702173,0.3576088556130676,0.5,0.15372517456988796,0.29366546487938944,0.033454928477541945,0.0,0.07307028737551068,0.7477971590979298 -1914,0.5,0.15372517456988796,0.0040851980016529035,0.07647755618736422,0.15372517456988796,0.03521085594252178,0.024403673244677702,0.15372517456988796,0.008853655185137449,0.3026353192214746,0.15372517456988796,0.003356926813247377,0.2664160965158164,0.15372517456988796,0.053935216233247096,0.0728628046704683,0.15372517456988796,0.03865578606616978,0.07473298758157358,0.15372517456988796,0.022726596566822233,0.0883621749652333,0.15372517456988796,0.011514266687166624,0.042155523353502866,0.5,0.15372517456988796,0.0038839389426694234,0.10494152358547598,0.15372517456988796,0.06125009043068337,0.03644793857086561,0.5,0.15372517456988796,0.04536655287290995,0.0367794500634115,0.15372517456988796,0.06903610260566868,0.1644738536500363,0.15372517456988796,0.08173917948633792,0.15425316422576438,0.15372517456988796,0.07238806602662022,0.08184655326063542,0.15372517456988796,0.02376469773947229,0.0763337618947304,0.15372517456988796,0.003240030173762255,0.1707535632539296,0.15372517456988796,0.039544060391003236,0.15703686060412497,0.5,0.15372517456988796,0.04008953207531497,0.02249865916031057,0.0,0.06691870877542885,0.7169524752617883 -1915,0.5,0.15372517456988796,0.0,0.06209017275945428,0.15372517456988796,0.0,0.02196397711930334,0.15372517456988796,0.0,0.18866889457822378,0.15372517456988796,0.0,0.15370089708282178,0.15372517456988796,0.0,0.05390420134699716,0.15372517456988796,0.0,0.0503953075402272,0.15372517456988796,1.697953598771345e-07,0.0410524903983597,0.15372517456988796,2.8263057370028033e-05,0.014694753910224677,0.5,0.15372517456988796,4.9435652316733714e-05,0.056552111259973115,0.15372517456988796,0.0,0.07286732051245942,0.5,0.15372517456988796,0.0,0.03132645245187378,0.15372517456988796,0.0,0.16114751068384284,0.15372517456988796,0.0,0.12188377910957249,0.15372517456988796,0.0,0.0549069123742334,0.15372517456988796,0.0,0.05163486945158689,0.15372517456988796,0.0,0.07876804181296028,0.15372517456988796,0.0,0.08365426657551164,0.5,0.15372517456988796,0.0,0.04165079863842954,0.0,0.08095394014174956,0.5762925272890408 -1916,0.5,0.15372517456988796,0.0,0.06058090720183923,0.15372517456988796,0.0,0.021396870296312057,0.15372517456988796,0.0,0.11140669685110988,0.15372517456988796,0.0,0.13075888418405626,0.15372517456988796,0.0,0.048157310378356515,0.15372517456988796,0.0,0.050914088317817824,0.15372517456988796,0.0,0.018761863247821555,0.15372517456988796,0.0,0.010387408581289623,0.5,0.15372517456988796,0.0,0.03660566612523077,0.15372517456988796,0.0,0.10090565350225889,0.5,0.15372517456988796,0.0,0.059868049530218265,0.15372517456988796,0.0,0.20148427611049688,0.15372517456988796,0.0,0.09156146343345858,0.15372517456988796,0.0,0.04956878044458762,0.15372517456988796,0.0,0.034151966970087815,0.15372517456988796,0.0,0.025807410001992787,0.15372517456988796,0.0,0.04302272039694959,0.5,0.15372517456988796,0.0,0.07176447460387406,0.0,0.08452494855168123,0.34496985179929746 -1917,0.5,0.15372517456988796,0.0,0.055974961062425374,0.15372517456988796,0.0,0.02361132970087759,0.15372517456988796,0.0,0.06225538020504418,0.15372517456988796,0.0,0.1118238192433038,0.15372517456988796,0.0,0.050459316959826625,0.15372517456988796,0.0,0.0635679888102544,0.15372517456988796,0.0,0.012685825047582335,0.15372517456988796,0.0,0.012802159141744807,0.5,0.15372517456988796,0.0,0.026860760888202457,0.15372517456988796,0.0,0.13073756306185444,0.5,0.15372517456988796,0.0,0.06372415164487992,0.15372517456988796,0.0,0.10859141130099487,0.15372517456988796,0.0,0.07244321578457383,0.15372517456988796,0.0,0.058816810209984395,0.15372517456988796,0.0,0.020993799259991126,0.15372517456988796,0.0,0.004687903363745884,0.15372517456988796,0.0,0.03508532954617815,0.5,0.15372517456988796,0.0,0.08117138237938085,0.0,0.08377136518005929,0.21503992594316634 -1918,0.5,0.15372517456988796,0.0,0.04693559391015791,0.15372517456988796,0.0,0.028538337515835493,0.15372517456988796,0.0,0.032240631407420346,0.15372517456988796,0.0,0.08465870793379289,0.15372517456988796,0.0,0.0686715966994088,0.15372517456988796,0.0,0.09020655568656999,0.15372517456988796,0.0,0.0199902850336805,0.15372517456988796,0.0,0.0252517993097933,0.5,0.15372517456988796,0.0,0.024676196185817213,0.15372517456988796,0.0,0.13012651387523558,0.5,0.15372517456988796,0.0,0.07980602295501217,0.15372517456988796,0.0,0.05710627334674615,0.15372517456988796,0.0,0.0689685036757595,0.15372517456988796,0.0,0.08042719807598389,0.15372517456988796,0.0,0.016814330202310337,0.15372517456988796,0.0,0.0011241860432862057,0.15372517456988796,0.0,0.03441933258796951,0.5,0.15372517456988796,0.0,0.08970642552757462,0.0,0.08084455982277378,0.288377281185308 -1919,0.5,0.15372517456988796,0.0,0.028678098347354197,0.15372517456988796,0.0,0.04187557160372631,0.15372517456988796,0.0,0.012753238684353067,0.15372517456988796,0.0,0.04852967725347211,0.15372517456988796,0.0,0.11057905624573083,0.15372517456988796,0.0,0.12454765481873913,0.15372517456988796,0.0,0.03492459398759754,0.15372517456988796,0.0,0.037823908712154346,0.5,0.15372517456988796,0.0,0.03304494243751737,0.15372517456988796,0.0,0.08258186462946498,0.5,0.15372517456988796,0.0,0.07467608938123298,0.15372517456988796,0.0,0.04350016313990137,0.15372517456988796,0.0,0.08447642959571003,0.15372517456988796,0.0,0.11043600520194985,0.15372517456988796,0.0,0.017682685828870618,0.15372517456988796,0.0,0.0018457227217777235,0.15372517456988796,0.0,0.038098479977023245,0.5,0.15372517456988796,0.0,0.07300320455199075,0.0,0.06869116786555937,0.5863864690521392 -1920,0.5,0.15372517456988796,0.0,0.016043380974309702,0.15372517456988796,0.0,0.06611182419799568,0.15372517456988796,0.0,0.003342356089128744,0.15372517456988796,0.0,0.021316543448807547,0.15372517456988796,0.0,0.15832413921762362,0.15372517456988796,0.0,0.1463271265713063,0.15372517456988796,0.0,0.05460258375171129,0.15372517456988796,0.0,0.05006532572369338,0.5,0.15372517456988796,0.0,0.03883957795118266,0.15372517456988796,0.0,0.05803851970807589,0.5,0.15372517456988796,0.0,0.05225652389694267,0.15372517456988796,0.0,0.03257628928748215,0.15372517456988796,0.0,0.10794599742960048,0.15372517456988796,0.0,0.1525576013899341,0.15372517456988796,0.0,0.02719213444145652,0.15372517456988796,0.0,0.002763992191386484,0.15372517456988796,0.0,0.03777265608412242,0.5,0.15372517456988796,0.0,0.056461572901152224,0.0,0.04992790814106195,0.8427957027388635 -1921,0.5,0.15372517456988796,0.0,0.013322223433075268,0.15372517456988796,0.0,0.08157792219090129,0.15372517456988796,0.0,0.0018212135050190593,0.15372517456988796,0.0,0.01045255409579727,0.15372517456988796,0.0,0.19166955748043385,0.15372517456988796,0.0,0.14625931510549234,0.15372517456988796,0.0,0.06004734420719734,0.15372517456988796,0.0,0.06378594048744843,0.5,0.15372517456988796,0.0,0.03453950702391207,0.15372517456988796,0.0,0.05906121582423017,0.5,0.15372517456988796,0.0,0.07184131361060915,0.15372517456988796,0.0,0.028339141722135232,0.15372517456988796,0.0,0.13959946240210597,0.15372517456988796,0.0,0.21227936561882366,0.15372517456988796,0.0,0.044475972640645144,0.15372517456988796,0.0,0.006921406086870346,0.15372517456988796,0.0,0.045183809877284584,0.5,0.15372517456988796,0.0,0.03862884176690318,0.0,0.04021478332941286,0.9175472098427181 -1922,0.5,0.15372517456988796,0.0,0.016766651355006046,0.15372517456988796,0.0,0.10840952447408493,0.15372517456988796,0.0,0.0032334392248188123,0.15372517456988796,0.0,0.004679123315145926,0.15372517456988796,0.0,0.18096766789525523,0.15372517456988796,0.0,0.16268248804147004,0.15372517456988796,0.0,0.07295117432264511,0.15372517456988796,0.0,0.07881040968934033,0.5,0.15372517456988796,0.0,0.04799196206233824,0.15372517456988796,0.0,0.06144750512851385,0.5,0.15372517456988796,0.0,0.09148464346697943,0.15372517456988796,0.0,0.02818221758858047,0.15372517456988796,0.0,0.19008197633386728,0.15372517456988796,0.0,0.2536932477428572,0.15372517456988796,0.0,0.058207361053097734,0.15372517456988796,0.0,0.01707402128291964,0.15372517456988796,0.0,0.060144444301117095,0.5,0.15372517456988796,0.0,0.03154814433863863,0.0,0.037952509423042444,0.942884443494523 -1923,0.5,0.15372517456988796,0.0,0.023024773449122998,0.15372517456988796,0.0,0.12414404319009355,0.15372517456988796,0.0,0.005576500716758865,0.15372517456988796,0.0,0.00556895529122064,0.15372517456988796,0.0,0.20647810552661677,0.15372517456988796,0.0,0.19925539267251888,0.15372517456988796,0.0,0.09398573394760225,0.15372517456988796,0.0,0.09833543348242302,0.5,0.15372517456988796,0.0,0.08054703912504618,0.15372517456988796,0.0,0.054000949296833634,0.5,0.15372517456988796,0.0,0.06803968855260221,0.15372517456988796,0.0,0.031012526649997936,0.15372517456988796,0.0,0.2504053260254875,0.15372517456988796,0.0,0.2711301633135076,0.15372517456988796,0.0,0.062010737897493715,0.15372517456988796,0.0,0.04596871788791301,0.15372517456988796,0.0,0.08062641669240404,0.5,0.15372517456988796,0.0,0.02571908041541863,0.0,0.045327236612658924,0.944676354116669 -1924,0.5,0.15372517456988796,0.0,0.029251109392628642,0.15372517456988796,0.0,0.1283163388703575,0.15372517456988796,0.0,0.012925879934803425,0.15372517456988796,0.0,0.00887962068573135,0.15372517456988796,0.0,0.2578683446159566,0.15372517456988796,0.0,0.2090057187194827,0.15372517456988796,0.0,0.0988238436521847,0.15372517456988796,0.0,0.12339852937413609,0.5,0.15372517456988796,0.0,0.12220100772510145,0.15372517456988796,0.0,0.05004498454863811,0.5,0.15372517456988796,0.0,0.03503436585272058,0.15372517456988796,0.0,0.042874218217367865,0.15372517456988796,0.0,0.2907912577321729,0.15372517456988796,0.0,0.28851686046381253,0.15372517456988796,0.0,0.06320015750944431,0.15372517456988796,0.0,0.07114101200986482,0.15372517456988796,0.0,0.08065548836596455,0.5,0.15372517456988796,0.0,0.021416496724878043,0.0,0.06288741555784313,0.9556646186109049 -1925,0.5,0.15372517456988796,0.0,0.027795441816906904,0.15372517456988796,0.0,0.1420592637339103,0.15372517456988796,0.0,0.031791457135250036,0.15372517456988796,0.0,0.014379357929787522,0.15372517456988796,0.0,0.24003813821623013,0.15372517456988796,0.0,0.24540217187418317,0.15372517456988796,0.0,0.11392685883598101,0.15372517456988796,0.0,0.14624099564262574,0.5,0.15372517456988796,0.0,0.17327322273747198,0.15372517456988796,0.0,0.04443485076258259,0.5,0.15372517456988796,0.0,0.0469685056154175,0.15372517456988796,0.0,0.051763455361481324,0.15372517456988796,0.0,0.326692920471367,0.15372517456988796,0.0,0.3403610446084543,0.15372517456988796,0.0,0.06618077724767202,0.15372517456988796,0.0,0.06535548104447736,0.15372517456988796,0.0,0.07246744089036748,0.5,0.15372517456988796,0.0,0.01941887479093823,0.0,0.08575794133130446,0.9459920253737991 -1926,0.5,0.15372517456988796,0.0,0.028215972663767037,0.15372517456988796,0.0,0.1435148642171905,0.15372517456988796,0.0,0.036739942652799853,0.15372517456988796,0.0,0.02473225336182076,0.15372517456988796,0.0,0.2840633642057958,0.15372517456988796,0.0,0.2995133824852336,0.15372517456988796,0.0,0.12460134336912047,0.15372517456988796,0.0,0.18052897191549458,0.5,0.15372517456988796,0.0,0.22841515530603992,0.15372517456988796,0.0,0.03531464925561044,0.5,0.15372517456988796,0.0,0.16897942061204926,0.15372517456988796,0.0,0.059539843686528114,0.15372517456988796,0.0,0.4101499255494511,0.15372517456988796,0.0,0.3576010492483305,0.15372517456988796,0.0,0.06938043184718579,0.15372517456988796,0.0,0.06647726308321923,0.15372517456988796,0.0,0.07699426354369296,0.5,0.15372517456988796,0.0,0.017908378945830153,0.0,0.11082732435332714,0.98571296555978 -1927,0.5,0.15372517456988796,0.002791018592764805,0.028991035158581577,0.15372517456988796,2.7064721847168987e-05,0.1299140629298595,0.15372517456988796,0.00031191407364534004,0.0468160979811191,0.15372517456988796,0.001292851991351699,0.04181014270654096,0.15372517456988796,0.0,0.34822762344615177,0.15372517456988796,0.0,0.34905699594095996,0.15372517456988796,0.0,0.15353681214529552,0.15372517456988796,0.0,0.24433961471181959,0.5,0.15372517456988796,0.0,0.27507300640129023,0.15372517456988796,0.00037947176325491856,0.03667029115660791,0.5,0.15372517456988796,0.0,0.2597524596616388,0.15372517456988796,8.409452641898753e-07,0.06000129433593121,0.15372517456988796,0.0001078668810645404,0.4322871486132407,0.15372517456988796,1.4770982103005858e-05,0.3733200992570791,0.15372517456988796,0.0001095932416610976,0.07460530807397422,0.15372517456988796,0.0,0.11214605946967322,0.15372517456988796,0.00015150531230440962,0.14140030763622416,0.5,0.15372517456988796,0.0030425121725658646,0.015029882285295976,0.0,0.13910351423136402,1.0032165845200005 -1928,0.5,0.15372517456988796,0.07419231967649101,0.026721926305127413,0.15372517456988796,0.05290054839776751,0.1234664638836775,0.15372517456988796,0.02760708431086712,0.08912926626059672,0.15372517456988796,0.035607403833411426,0.0728012340273017,0.15372517456988796,0.027077853346152564,0.41529806852668777,0.15372517456988796,0.02220584353716637,0.4673935441763081,0.15372517456988796,0.04100268083013169,0.20849157265649765,0.15372517456988796,0.04741298251760051,0.3405925890171452,0.5,0.15372517456988796,0.035288151631910486,0.32408774303786725,0.15372517456988796,0.04503233900100722,0.023094491285396743,0.5,0.15372517456988796,0.021171447088078825,0.3529841304987217,0.15372517456988796,0.016237294572915867,0.0649134926918686,0.15372517456988796,0.051464883544068744,0.4118775931173499,0.15372517456988796,0.029321968999891278,0.4324509689797986,0.15372517456988796,0.0555910982684938,0.07792041756525354,0.15372517456988796,0.03884657035074278,0.23664628297143986,0.15372517456988796,0.012896863030011828,0.24489616580370438,0.5,0.15372517456988796,0.0886400858462178,0.012399940963467852,0.0,0.1416211022093812,1.0038416851560448 -1929,0.5,0.15372517456988796,0.15883682093657678,0.04470331175373792,0.15372517456988796,0.10149292708045947,0.17786684059297986,0.15372517456988796,0.10593252976007149,0.20441772787488416,0.15372517456988796,0.10554080214597189,0.1889620250079092,0.15372517456988796,0.10180376007368175,0.5512592745807893,0.15372517456988796,0.15143616300113438,0.6645957510473517,0.15372517456988796,0.1119691336989873,0.37745244832648167,0.15372517456988796,0.17083646063446212,0.5166121263248371,0.5,0.15372517456988796,0.1366075310846379,0.4907994549433055,0.15372517456988796,0.10373751331912702,0.014708839115389146,0.5,0.15372517456988796,0.08981276124949576,0.514803401889785,0.15372517456988796,0.059346379922822386,0.09280639826501012,0.15372517456988796,0.1342116856608928,0.5103038535577431,0.15372517456988796,0.11774051571239381,0.5311543231708717,0.15372517456988796,0.15682186513227386,0.14856856718805703,0.15372517456988796,0.12644699536027265,0.4457234931940404,0.15372517456988796,0.04498957995084762,0.3166292212409999,0.5,0.15372517456988796,0.1964292242042699,0.013135758359422238,0.0,0.14012406334775804,1.0074540500114333 -1930,0.5,0.15372517456988796,0.21873821336961294,0.10210849204638839,0.15372517456988796,0.1583001173345776,0.2319066260408447,0.15372517456988796,0.19185582155240608,0.4036400852714553,0.15372517456988796,0.18560558795319182,0.3926740846592761,0.15372517456988796,0.22367765841501944,0.7490415511229246,0.15372517456988796,0.3097205496432593,0.8666717876623439,0.15372517456988796,0.263246117124903,0.6143166443073507,0.15372517456988796,0.3097673568331572,0.719914914989178,0.5,0.15372517456988796,0.25143659850781647,0.7043083801338166,0.15372517456988796,0.1550657725974229,0.01446827011488152,0.5,0.15372517456988796,0.203595381785032,0.4801756473066778,0.15372517456988796,0.12875530453766112,0.10209534769640187,0.15372517456988796,0.22089221497992356,0.6314682219562366,0.15372517456988796,0.2558372290217915,0.6468920621979733,0.15372517456988796,0.27628237365203534,0.29289129935035557,0.15372517456988796,0.2168196739845399,0.5758603400373361,0.15372517456988796,0.08342160883776699,0.3303009416975271,0.5,0.15372517456988796,0.2820624000885541,0.01500289750144469,0.0,0.13726569576906317,1.0090722883252292 -1931,0.5,0.15372517456988796,0.2875112886918344,0.207109915836608,0.15372517456988796,0.29477370008158715,0.4315296712229379,0.15372517456988796,0.16571642044524462,0.46955218620793776,0.15372517456988796,0.19332767291008693,0.42682816321386097,0.15372517456988796,0.4251922331595089,0.9266473448873646,0.15372517456988796,0.32664206923810535,0.9646565960233322,0.15372517456988796,0.5006163020203482,0.829633228757839,0.15372517456988796,0.39347771225994477,0.8151591500955776,0.5,0.15372517456988796,0.31907680293112706,0.6940074084441652,0.15372517456988796,0.2519436429800766,0.034839298561775416,0.5,0.15372517456988796,0.3068605265240064,0.4577640018854167,0.15372517456988796,0.19431975701644177,0.08960634275957699,0.15372517456988796,0.4044137807869294,0.7239118111915049,0.15372517456988796,0.4007422919324918,0.7850169566147476,0.15372517456988796,0.4227569706287865,0.4920653766123926,0.15372517456988796,0.34709734826240757,0.6790030899634742,0.15372517456988796,0.1467359142260331,0.31709678020922877,0.5,0.15372517456988796,0.33673516375682655,0.015140937107893212,0.0,0.14067427422025022,1.0110020327304643 -1932,0.5,0.15372517456988796,0.31706707186314165,0.2668815838841263,0.15372517456988796,0.4483220390046605,0.6097115265433654,0.15372517456988796,0.18739792524030352,0.5038048286847245,0.15372517456988796,0.15670768971401713,0.4077122234209802,0.15372517456988796,0.5200338352600014,1.0046322947501445,0.15372517456988796,0.18572318396386256,0.9762981105673161,0.15372517456988796,0.5839955277478919,0.9183028652263729,0.15372517456988796,0.4628260772862392,0.8505418586978382,0.5,0.15372517456988796,0.35251804470576964,0.6783554884109082,0.15372517456988796,0.2833270052838703,0.017553028572214083,0.5,0.15372517456988796,0.3132113092096246,0.3426975199843603,0.15372517456988796,0.2231412915309553,0.08269562404514566,0.15372517456988796,0.5147712204290271,0.7816433768654112,0.15372517456988796,0.4971967583392999,0.8928310765125693,0.15372517456988796,0.49681387936272076,0.5541255953020993,0.15372517456988796,0.44833379458138556,0.765123661134514,0.15372517456988796,0.19388556293423542,0.2725786626259159,0.5,0.15372517456988796,0.3787077917789165,0.019843350759306568,0.0,0.16879618144895617,0.9588360900761908 -1933,0.5,0.15372517456988796,0.33284354332868704,0.2970763052901261,0.15372517456988796,0.40548726439491495,0.6832984903245864,0.15372517456988796,0.24330223288598285,0.6005109224270802,0.15372517456988796,0.15494977331340176,0.3341906684332172,0.15372517456988796,0.2935245283608162,1.0076487380105539,0.15372517456988796,0.16172245152353543,0.9160777223279073,0.15372517456988796,0.419216314076376,0.9439479415623369,0.15372517456988796,0.420859601653927,0.8210394573895838,0.5,0.15372517456988796,0.3709958450797371,0.7468749003197004,0.15372517456988796,0.28481853636274507,0.005268614984019667,0.5,0.15372517456988796,0.28966885583448065,0.2794035063279224,0.15372517456988796,0.21756574723482114,0.06751719756906083,0.15372517456988796,0.5552421713979512,0.8247079727604166,0.15372517456988796,0.31962418412216076,0.9357994724876134,0.15372517456988796,0.5413908248435522,0.6540470112599821,0.15372517456988796,0.539271680203147,0.7978827574338225,0.15372517456988796,0.2241643295511538,0.2362280418144023,0.5,0.15372517456988796,0.38979960363314853,0.012883119197912116,0.0,0.15148004333849463,0.8134172494064167 -1934,0.5,0.15372517456988796,0.34855714796884046,0.35736362775185904,0.15372517456988796,0.5990326663988382,0.7916734872881209,0.15372517456988796,0.3113831703958379,0.5946190750854317,0.15372517456988796,0.1601249177252371,0.3547531417149287,0.15372517456988796,0.2802543700193498,0.9702471604417056,0.15372517456988796,0.300129384847338,0.9047398929239636,0.15372517456988796,0.4904775035642166,0.9358776925432066,0.15372517456988796,0.3818558075709822,0.8442028568424742,0.5,0.15372517456988796,0.34879494167018166,0.7956087043784404,0.15372517456988796,0.2558491359793883,0.005023978992390314,0.5,0.15372517456988796,0.2568291167535566,0.29601148958724816,0.15372517456988796,0.1867832739883815,0.07338242447314704,0.15372517456988796,0.32779337560654465,0.836940139021217,0.15372517456988796,0.28197899458145576,0.9160774463665542,0.15372517456988796,0.5551899728378858,0.7532114871728184,0.15372517456988796,0.5343374359715212,0.7950664486599895,0.15372517456988796,0.22978710926496637,0.21610939856757932,0.5,0.15372517456988796,0.3865365518305777,0.008900531020145278,0.0,0.1133944989023225,0.7330252683225627 -1935,0.5,0.15372517456988796,0.29584568966774455,0.3665486572169562,0.15372517456988796,0.4824274934791791,0.8564894778972088,0.15372517456988796,0.3418737160846826,0.5720719824578813,0.15372517456988796,0.1978186224287751,0.3864490133731877,0.15372517456988796,0.21067062850014456,0.8345967848225238,0.15372517456988796,0.20897884253508603,0.7571445934681141,0.15372517456988796,0.27706520418555713,0.8750371338654727,0.15372517456988796,0.211664669926861,0.8012582353460189,0.5,0.15372517456988796,0.22083719704877836,0.8408983564972987,0.15372517456988796,0.16770399016852736,0.006293244413682071,0.5,0.15372517456988796,0.21062460533168498,0.3466252293776632,0.15372517456988796,0.15076495668248804,0.09469979876520238,0.15372517456988796,0.22317153029995238,0.8777001131837645,0.15372517456988796,0.19471985662597405,0.846033673055913,0.15372517456988796,0.4107112639857903,0.7697730139006072,0.15372517456988796,0.4794118914756203,0.8390044554877988,0.15372517456988796,0.19535669315046528,0.23417343722240794,0.5,0.15372517456988796,0.3723463326865304,0.00936856992271625,0.0,0.11957600279224645,0.5909337052536003 -1936,0.5,0.15372517456988796,0.26528619798544995,0.33468560959926946,0.15372517456988796,0.11909893644057844,0.7076261549968049,0.15372517456988796,0.3240730048340653,0.5359390455460173,0.15372517456988796,0.17516735034064013,0.2562304446367242,0.15372517456988796,0.12975575839117576,0.5672926267498186,0.15372517456988796,0.3080513891295576,0.860257477001402,0.15372517456988796,0.15600475757306484,0.7680885324468104,0.15372517456988796,0.1763317219377824,0.7940149122330296,0.5,0.15372517456988796,0.12009833884838042,0.8613617167359061,0.15372517456988796,0.1095599682067046,0.01563558704894088,0.5,0.15372517456988796,0.1762288565611847,0.4017478396650739,0.15372517456988796,0.11406237487716703,0.10921320977478219,0.15372517456988796,0.0837844514092575,0.7286639873993075,0.15372517456988796,0.10899677549604342,0.626312409413474,0.15372517456988796,0.2893149635228164,0.6548930603738261,0.15372517456988796,0.25409892736781364,0.7580143869334955,0.15372517456988796,0.13509134446142967,0.24970575969461217,0.5,0.15372517456988796,0.29033204497375936,0.014349720432103199,0.0,0.1459143713015498,0.6521994495165284 -1937,0.5,0.15372517456988796,0.19969219632469026,0.2176008227666378,0.15372517456988796,0.054146346009788036,0.5381134564855572,0.15372517456988796,0.19615773411274295,0.4253124111491296,0.15372517456988796,0.0983948229406023,0.13993335369748894,0.15372517456988796,0.057564065913633,0.35979429058390056,0.15372517456988796,0.046159833125118545,0.7616392967611703,0.15372517456988796,0.10325600151081511,0.636687564872525,0.15372517456988796,0.0678303495017579,0.6899693281834222,0.5,0.15372517456988796,0.06652432925414878,0.8252669816599184,0.15372517456988796,0.044839328468856916,0.03879693933114024,0.5,0.15372517456988796,0.08616848220901112,0.3711755087524685,0.15372517456988796,0.06364869080982771,0.10230238447227341,0.15372517456988796,0.06215451455965906,0.49627673591835764,0.15372517456988796,0.046001756417267614,0.3239789400634169,0.15372517456988796,0.11418874226537942,0.4238199865014406,0.15372517456988796,0.09611337611828005,0.7221000986215869,0.15372517456988796,0.07518879500368277,0.23227178924821715,0.5,0.15372517456988796,0.1568787654740731,0.015141409769188882,0.0,0.14457319357767803,0.6585905579340116 -1938,0.5,0.15372517456988796,0.03584475997229383,0.16245091548233048,0.15372517456988796,0.010257452916182169,0.24016353162211074,0.15372517456988796,0.05384591747502924,0.2519122448410484,0.15372517456988796,0.02322062336834124,0.07211911987000086,0.15372517456988796,0.007085728445706055,0.35508032501997483,0.15372517456988796,0.004496375824526566,0.7983511383470873,0.15372517456988796,0.015162694487090688,0.5488658466592781,0.15372517456988796,0.031113582602667514,0.7281030610796332,0.5,0.15372517456988796,0.024767088191041897,0.7075236671295995,0.15372517456988796,0.005971991532474767,0.08242959232483872,0.5,0.15372517456988796,0.026519060922637058,0.27412867522822304,0.15372517456988796,0.019279617784623247,0.08528783450740068,0.15372517456988796,0.008660074285432038,0.2839817729820698,0.15372517456988796,0.012373657979666584,0.16788209614439714,0.15372517456988796,0.03298873627145623,0.24614575589677523,0.15372517456988796,0.03299166963647679,0.6900199204861766,0.15372517456988796,0.018628835517221977,0.17685350122837354,0.5,0.15372517456988796,0.03486088940437002,0.023349745227452263,0.0,0.15475196731577273,0.5417176006443291 -1939,0.5,0.15372517456988796,0.0,0.162842286110876,0.15372517456988796,0.0,0.1100827120058634,0.15372517456988796,0.0,0.2279784523496921,0.15372517456988796,0.0,0.05636467747863905,0.15372517456988796,1.5856188410140532e-05,0.5327612668929216,0.15372517456988796,0.00022394484625430587,0.7017864832870413,0.15372517456988796,2.8852237003639056e-05,0.5992570614094779,0.15372517456988796,0.0,0.5365943630551306,0.5,0.15372517456988796,7.846747806157556e-05,0.5316498399175177,0.15372517456988796,0.0,0.13148658014716538,0.5,0.15372517456988796,0.0,0.20692103838453926,0.15372517456988796,6.576602504277129e-06,0.07439217402899338,0.15372517456988796,0.0,0.17006880538271824,0.15372517456988796,3.947908607599023e-05,0.08416070408077843,0.15372517456988796,0.0,0.1798079766741793,0.15372517456988796,0.0,0.4378933066402376,0.15372517456988796,0.0,0.12578874836431247,0.5,0.15372517456988796,0.0,0.06191515394551789,0.0,0.17882645351762674,0.43049893455387955 -1940,0.5,0.15372517456988796,0.0,0.14882564770186835,0.15372517456988796,0.0,0.0497342316903829,0.15372517456988796,0.0,0.2078282981420327,0.15372517456988796,0.0,0.047384924533210304,0.15372517456988796,0.0,0.5863008300525951,0.15372517456988796,0.0,0.5593269629491816,0.15372517456988796,0.0,0.6575402043428584,0.15372517456988796,0.0,0.39645612078364806,0.5,0.15372517456988796,0.0,0.464766391245501,0.15372517456988796,0.0,0.16750398509791886,0.5,0.15372517456988796,0.0,0.17225773651743048,0.15372517456988796,0.0,0.0815011704014301,0.15372517456988796,0.0,0.10033983189884677,0.15372517456988796,0.0,0.07703285645957461,0.15372517456988796,0.0,0.18354043562473238,0.15372517456988796,0.0,0.31621871801103874,0.15372517456988796,0.0,0.11974556245932204,0.5,0.15372517456988796,0.0,0.16196828382345896,0.0,0.17620486994286005,0.47296159183788744 -1941,0.5,0.15372517456988796,0.0,0.1391811006715382,0.15372517456988796,0.0,0.024130197901086982,0.15372517456988796,0.0,0.17553240891887,0.15372517456988796,0.0,0.05160779196527649,0.15372517456988796,0.0,0.6786081755478531,0.15372517456988796,0.0,0.3267167370645099,0.15372517456988796,0.0,0.7331006474314724,0.15372517456988796,0.0,0.2999978157234865,0.5,0.15372517456988796,0.0,0.4597446882608882,0.15372517456988796,0.0,0.17460288419880618,0.5,0.15372517456988796,0.0,0.1848259447762961,0.15372517456988796,0.0,0.10079704962079834,0.15372517456988796,0.0,0.06814666311028622,0.15372517456988796,0.0,0.14715494375280752,0.15372517456988796,0.0,0.27280730320907715,0.15372517456988796,0.0,0.3762429645325691,0.15372517456988796,0.0,0.1278167884612917,0.5,0.15372517456988796,0.0,0.2670133453981567,0.0,0.1621489477705043,0.5856522418824424 -1942,0.5,0.15372517456988796,0.0,0.13292876225633643,0.15372517456988796,0.0,0.03991127438370689,0.15372517456988796,0.0,0.1593651830800004,0.15372517456988796,0.0,0.06344713494131232,0.15372517456988796,0.0,0.4974825283868744,0.15372517456988796,0.0,0.22475672104827604,0.15372517456988796,0.0,0.577715415564406,0.15372517456988796,0.0,0.22569948536056417,0.5,0.15372517456988796,0.0,0.3790076808535954,0.15372517456988796,0.0,0.17241326820721714,0.5,0.15372517456988796,0.0,0.22016015570443465,0.15372517456988796,0.0,0.13367819080327853,0.15372517456988796,0.0,0.04287007347881478,0.15372517456988796,0.0,0.253605237600976,0.15372517456988796,0.0,0.45102015078090296,0.15372517456988796,0.0,0.4138046422700493,0.15372517456988796,0.0,0.16894790136372248,0.5,0.15372517456988796,0.0,0.28818459027441945,0.0,0.10272436964967308,0.7423357397381013 -1943,0.5,0.15372517456988796,0.0,0.13693208153799602,0.15372517456988796,0.0,0.2052014561354524,0.15372517456988796,0.0,0.17203036991631576,0.15372517456988796,0.0,0.07524751700440835,0.15372517456988796,0.0,0.27617599647786706,0.15372517456988796,0.0,0.22916304795913997,0.15372517456988796,0.0,0.4301517988395742,0.15372517456988796,0.0,0.16632042466901598,0.5,0.15372517456988796,0.0,0.29841060365785976,0.15372517456988796,0.0,0.15804256187770854,0.5,0.15372517456988796,0.0,0.3638477772941016,0.15372517456988796,0.0,0.17452015142657945,0.15372517456988796,0.0,0.049704598692093066,0.15372517456988796,0.0,0.2925268269862814,0.15372517456988796,0.0,0.6273122251040567,0.15372517456988796,0.0,0.29286375262455033,0.15372517456988796,0.0,0.20498394291452326,0.5,0.15372517456988796,0.0,0.32199305516743354,0.0,0.05230767323252107,0.8201201138278268 -1944,0.5,0.15372517456988796,0.0,0.153870711701954,0.15372517456988796,0.0,0.3662044694890324,0.15372517456988796,0.0,0.1830175907081472,0.15372517456988796,0.0,0.08012808330561386,0.15372517456988796,0.0,0.2567360974453916,0.15372517456988796,0.0,0.23991675995002396,0.15372517456988796,0.0,0.31658461314094444,0.15372517456988796,0.0,0.20988386240471163,0.5,0.15372517456988796,0.0,0.27629129679436865,0.15372517456988796,0.0,0.13396765963981525,0.5,0.15372517456988796,0.0,0.3868051081532757,0.15372517456988796,0.0,0.18727147219816348,0.15372517456988796,0.0,0.07891185033073611,0.15372517456988796,0.0,0.24141492309356655,0.15372517456988796,0.0,0.6174439312844091,0.15372517456988796,0.0,0.19481444760881012,0.15372517456988796,0.0,0.2340087647948199,0.5,0.15372517456988796,0.0,0.32897824385551266,0.0,0.018952936009249174,0.8526239096388715 -1945,0.5,0.15372517456988796,0.0,0.1821707087218876,0.15372517456988796,0.0,0.4645845241700966,0.15372517456988796,0.0,0.16851449713892966,0.15372517456988796,0.0,0.09020399053228782,0.15372517456988796,0.0,0.286852866428149,0.15372517456988796,0.0,0.38698153292845666,0.15372517456988796,0.0,0.1840051697352752,0.15372517456988796,0.0,0.18311273913322426,0.5,0.15372517456988796,0.0,0.18366773648684226,0.15372517456988796,0.0,0.10377242695240652,0.5,0.15372517456988796,0.0,0.33724816267562713,0.15372517456988796,0.0,0.2024445322708671,0.15372517456988796,0.0,0.13233663781609775,0.15372517456988796,0.0,0.2502824272454372,0.15372517456988796,0.0,0.403089896564776,0.15372517456988796,0.0,0.15018352234190235,0.15372517456988796,0.0,0.25007084260156687,0.5,0.15372517456988796,0.0,0.25961256244976716,0.0,0.006521758856472189,0.882730609732083 -1946,0.5,0.15372517456988796,0.0,0.20898905871827847,0.15372517456988796,0.0,0.33811923933378146,0.15372517456988796,0.0,0.14246123567943755,0.15372517456988796,0.0,0.10871357143634937,0.15372517456988796,0.0,0.28522859007551954,0.15372517456988796,0.0,0.4999366138933119,0.15372517456988796,0.0,0.14463208673859884,0.15372517456988796,0.0,0.1597979387964144,0.5,0.15372517456988796,0.0,0.16508287162708427,0.15372517456988796,0.0,0.07842958811770098,0.5,0.15372517456988796,0.0,0.24795542497143105,0.15372517456988796,0.0,0.21611125794632813,0.15372517456988796,0.0,0.15834202191423152,0.15372517456988796,0.0,0.27980985550714793,0.15372517456988796,0.0,0.20686604180580004,0.15372517456988796,0.0,0.1322159271955483,0.15372517456988796,0.0,0.256331019949968,0.5,0.15372517456988796,0.0,0.20095856536268103,0.0,0.003926906997379674,0.7494693005844775 -1947,0.5,0.15372517456988796,0.0,0.2328641144470103,0.15372517456988796,0.0,0.11062236705614607,0.15372517456988796,0.0,0.11489649818245354,0.15372517456988796,0.0,0.13226261655350185,0.15372517456988796,0.0,0.3182284587393015,0.15372517456988796,0.0,0.43553445649514333,0.15372517456988796,0.0,0.21629028934494557,0.15372517456988796,0.0,0.1899683950645518,0.5,0.15372517456988796,0.0,0.2207328872499706,0.15372517456988796,0.0,0.07375655383190696,0.5,0.15372517456988796,0.0,0.17969624923893035,0.15372517456988796,0.0,0.17107755199209937,0.15372517456988796,0.0,0.15901134467593903,0.15372517456988796,0.0,0.2758808137743153,0.15372517456988796,0.0,0.11860236193044901,0.15372517456988796,0.0,0.14172300139120095,0.15372517456988796,0.0,0.23804613472874644,0.5,0.15372517456988796,0.0,0.15587076376020623,0.0,0.008818892529084547,0.6569751961471956 -1948,0.5,0.15372517456988796,0.0,0.2100098361921255,0.15372517456988796,0.0,0.10193964169783708,0.15372517456988796,0.0,0.0651347465408193,0.15372517456988796,0.0,0.13367853948414615,0.15372517456988796,0.0,0.31575653182111885,0.15372517456988796,0.0,0.3878027224733753,0.15372517456988796,0.0,0.28331618226340904,0.15372517456988796,0.0,0.17399541414759107,0.5,0.15372517456988796,0.0,0.187941207921262,0.15372517456988796,0.0,0.07944986028586236,0.5,0.15372517456988796,0.0,0.10479870452495883,0.15372517456988796,0.0,0.13343169913299727,0.15372517456988796,0.0,0.23951814868421883,0.15372517456988796,0.0,0.28565787345140115,0.15372517456988796,0.0,0.09546078828530469,0.15372517456988796,0.0,0.18903119017170472,0.15372517456988796,0.0,0.19536246679577451,0.5,0.15372517456988796,0.0,0.13349197574587757,0.0,0.0223493118444927,0.6738317593718208 -1949,0.5,0.15372517456988796,0.0,0.1585808256551495,0.15372517456988796,0.0,0.14213777334212566,0.15372517456988796,0.0,0.04576342295277249,0.15372517456988796,0.0,0.10974029975176268,0.15372517456988796,0.0,0.33400829076976746,0.15372517456988796,0.0,0.380579274190059,0.15372517456988796,0.0,0.3077407895484148,0.15372517456988796,0.0,0.1505086448423326,0.5,0.15372517456988796,0.0,0.11947582013455642,0.15372517456988796,0.0,0.09323091460243384,0.5,0.15372517456988796,0.0,0.06126720042953356,0.15372517456988796,0.0,0.08911702070198203,0.15372517456988796,0.0,0.26790922555536095,0.15372517456988796,0.0,0.28817019651366393,0.15372517456988796,0.0,0.11202710117131127,0.15372517456988796,0.0,0.2344846984472071,0.15372517456988796,0.0,0.15628506330994382,0.5,0.15372517456988796,0.0,0.12567232508766105,0.0,0.03945093900279871,0.6694091320848156 -1950,0.5,0.15372517456988796,0.0,0.11632205712342748,0.15372517456988796,0.0,0.1567233737415938,0.15372517456988796,0.0,0.04589059264162681,0.15372517456988796,0.0,0.07978849317819076,0.15372517456988796,0.0,0.3757866734323834,0.15372517456988796,0.0,0.34249237639195806,0.15372517456988796,0.0,0.2774481033243925,0.15372517456988796,0.0,0.1385220756991102,0.5,0.15372517456988796,0.0,0.07290376704264225,0.15372517456988796,0.0,0.1031062769480589,0.5,0.15372517456988796,0.0,0.04981114579154549,0.15372517456988796,0.0,0.05660472680447762,0.15372517456988796,0.0,0.25870896903473795,0.15372517456988796,0.0,0.3198847023147805,0.15372517456988796,0.0,0.14314474734238283,0.15372517456988796,0.0,0.22107613049364228,0.15372517456988796,0.0,0.13227472367919915,0.5,0.15372517456988796,0.0,0.1523243891663606,0.0,0.03857381365244554,0.6664918234928303 -1951,0.5,0.15372517456988796,0.003068922874229031,0.09080239110088949,0.15372517456988796,0.0007448816855950289,0.15874244961897227,0.15372517456988796,0.0017414659276075819,0.04952538338312384,0.15372517456988796,0.0022638771076841447,0.07023188492175014,0.15372517456988796,0.0,0.35375989918832274,0.15372517456988796,0.0,0.28745627634579807,0.15372517456988796,0.0,0.25270564058965284,0.15372517456988796,0.0,0.13371500897693278,0.5,0.15372517456988796,0.0,0.07531385320387371,0.15372517456988796,0.0005739789606112982,0.08804447925120275,0.5,0.15372517456988796,2.4346914626426703e-05,0.046057878172475364,0.15372517456988796,8.514966199136111e-05,0.03599642138131439,0.15372517456988796,0.0003268682471292168,0.2873239975608689,0.15372517456988796,7.688974983403132e-05,0.33764800492561065,0.15372517456988796,0.0003187928867867015,0.1501659498576503,0.15372517456988796,3.6034616701566876e-05,0.1782894000866252,0.15372517456988796,0.0009352515406294755,0.0984939816088748,0.5,0.15372517456988796,0.0012227891306459424,0.20730813167517098,0.0,0.05928106503657929,0.5970124103272187 -1952,0.5,0.15372517456988796,0.07051729382131755,0.09469807728122442,0.15372517456988796,0.09982902879158237,0.17203487878450746,0.15372517456988796,0.06460782735512047,0.08384781338060038,0.15372517456988796,0.03658342771162186,0.08986077640890833,0.15372517456988796,0.031161915808906808,0.3786012943600705,0.15372517456988796,0.02019840652625621,0.28663373624904964,0.15372517456988796,0.021002322561202276,0.2658957326771016,0.15372517456988796,0.03259051660211735,0.17918396799083036,0.5,0.15372517456988796,0.05266240282488761,0.14979154430602676,0.15372517456988796,0.038351048468039425,0.062333336582076224,0.5,0.15372517456988796,0.0477721493959493,0.07996231921801708,0.15372517456988796,0.046202404745610076,0.0497927117632591,0.15372517456988796,0.07244517855725359,0.33747860727781803,0.15372517456988796,0.03870298038528934,0.40923380992577335,0.15372517456988796,0.045718225412379236,0.1934321652044502,0.15372517456988796,0.04624193356465394,0.20537340320003933,0.15372517456988796,0.05582400079410174,0.10062628070884315,0.5,0.15372517456988796,0.03326526728547771,0.24506288421920136,0.0,0.06004565173164248,0.5508035070664696 -1953,0.5,0.15372517456988796,0.18070254729466115,0.12121885262482393,0.15372517456988796,0.20131567757099017,0.34525292988293577,0.15372517456988796,0.17239933140816255,0.20792431474726816,0.15372517456988796,0.0955298919107544,0.12741733553481382,0.15372517456988796,0.06992449422597499,0.4123656827568642,0.15372517456988796,0.15080400399146202,0.4835615510923814,0.15372517456988796,0.06049221744350544,0.32857774157675074,0.15372517456988796,0.15403649448210605,0.3549079065634265,0.5,0.15372517456988796,0.1697767590957042,0.27496662412937467,0.15372517456988796,0.11066065055075605,0.07585190573988111,0.5,0.15372517456988796,0.14244837178286487,0.2418417180727668,0.15372517456988796,0.12775749144318987,0.14451393806307408,0.15372517456988796,0.18075053224434787,0.5745675741075107,0.15372517456988796,0.09323751286572773,0.49489923856697193,0.15372517456988796,0.11633136852543802,0.32325469148383446,0.15372517456988796,0.1357630714027397,0.317758038166763,0.15372517456988796,0.14913890451919945,0.17763987056783306,0.5,0.15372517456988796,0.08703702671515084,0.24238786832228276,0.0,0.0502380665071747,0.6764019781749054 -1954,0.5,0.15372517456988796,0.2946430566317708,0.1859963217074822,0.15372517456988796,0.16897690366553564,0.5036059941223482,0.15372517456988796,0.28476135213193815,0.2724247297660631,0.15372517456988796,0.17354840304649427,0.1638231051184018,0.15372517456988796,0.13080604193172535,0.48221400448889024,0.15372517456988796,0.28400344363865804,0.6303522741246534,0.15372517456988796,0.15404734998351202,0.4456139103274601,0.15372517456988796,0.3090039337048085,0.46765735634549455,0.5,0.15372517456988796,0.30317196523853485,0.3815247503406852,0.15372517456988796,0.16911201418840668,0.08538911881174246,0.5,0.15372517456988796,0.2779115737235978,0.3081034598878246,0.15372517456988796,0.21323639595885752,0.21053684986238896,0.15372517456988796,0.26632926653943206,0.6390387901018779,0.15372517456988796,0.1515281848242075,0.529034165468077,0.15372517456988796,0.1860642006198946,0.4127557164718592,0.15372517456988796,0.24425235674781837,0.4086248296137665,0.15372517456988796,0.23098734510801777,0.2274283592296379,0.5,0.15372517456988796,0.15426509105433006,0.22033574752218138,0.0,0.08902245985233764,0.7034804981133074 -1955,0.5,0.15372517456988796,0.3720329120478868,0.2321212015314612,0.15372517456988796,0.1661083264021182,0.4374666754774063,0.15372517456988796,0.30697075887664627,0.2659958369913239,0.15372517456988796,0.21124311386377262,0.1496380823555958,0.15372517456988796,0.12188064283642408,0.469976665631504,0.15372517456988796,0.32413488173098964,0.501848791757397,0.15372517456988796,0.29243558967644145,0.5835387112494068,0.15372517456988796,0.37390479896594647,0.4769518648188401,0.5,0.15372517456988796,0.38532278583544366,0.42600832722284965,0.15372517456988796,0.21260600156500703,0.08549653721863634,0.5,0.15372517456988796,0.3839584596707696,0.32613554701350617,0.15372517456988796,0.24849460893394085,0.26011672087104093,0.15372517456988796,0.3916961857576302,0.6286038259296967,0.15372517456988796,0.18438444462290776,0.5459668642058981,0.15372517456988796,0.2731696253580223,0.43239305401262257,0.15372517456988796,0.1914702313561302,0.32615078268229514,0.15372517456988796,0.2587293584374671,0.21913210749846035,0.5,0.15372517456988796,0.22278848968289985,0.19934489411196402,0.0,0.11609726639206712,0.6294036717367038 -1956,0.5,0.15372517456988796,0.37294771777740454,0.213740134363952,0.15372517456988796,0.45865797987049206,0.5409796490297957,0.15372517456988796,0.2186113060378967,0.2551692429520432,0.15372517456988796,0.24780108891384095,0.13269938243131646,0.15372517456988796,0.21066404664130228,0.41903059100421747,0.15372517456988796,0.3863796736431813,0.422943381108149,0.15372517456988796,0.4266775048455785,0.5159222832558655,0.15372517456988796,0.46744827170192416,0.4747170466354498,0.5,0.15372517456988796,0.4295138735821428,0.43998758437168284,0.15372517456988796,0.2339291370447583,0.07566557082450584,0.5,0.15372517456988796,0.27110550112815146,0.3244777470211161,0.15372517456988796,0.25527114406300455,0.29518915067289037,0.15372517456988796,0.4036813207650552,0.6294926133306863,0.15372517456988796,0.17806419998712253,0.5022047398452016,0.15372517456988796,0.2956682021479004,0.41051264239303825,0.15372517456988796,0.19853124401804945,0.2432244742755013,0.15372517456988796,0.2853403355294621,0.20466478858329215,0.5,0.15372517456988796,0.2551982998666819,0.16366660166271393,0.0,0.10550488619518038,0.6311405568244632 -1957,0.5,0.15372517456988796,0.3429159430758628,0.20627896823087677,0.15372517456988796,0.15937859614168176,0.3760102243473605,0.15372517456988796,0.25160728726479475,0.23154209512482044,0.15372517456988796,0.26150672184987933,0.1324432130597569,0.15372517456988796,0.23218614977027333,0.4164849364575937,0.15372517456988796,0.30142959225914784,0.46558842734031447,0.15372517456988796,0.543115967144642,0.3989626893454687,0.15372517456988796,0.4951708938304302,0.47551582811553217,0.5,0.15372517456988796,0.3324371143452903,0.3923889398540515,0.15372517456988796,0.18812077243396041,0.066495279297818,0.5,0.15372517456988796,0.2080636421441263,0.2770413941356658,0.15372517456988796,0.1946791083119668,0.2767857474781403,0.15372517456988796,0.3192894729993547,0.5722713299260814,0.15372517456988796,0.1588471373849884,0.43957931555741525,0.15372517456988796,0.21907987027819065,0.3134928108398617,0.15372517456988796,0.22890340388258085,0.16527174538861872,0.15372517456988796,0.23164710700683067,0.18023703627593451,0.5,0.15372517456988796,0.25935592645549216,0.1319287857333653,0.0,0.06757637500567441,0.6975049461073224 -1958,0.5,0.15372517456988796,0.3594274507891532,0.19292883050961807,0.15372517456988796,0.08130400152453578,0.2486783505048309,0.15372517456988796,0.318105513851887,0.1796320336693564,0.15372517456988796,0.21813668773246142,0.12255339702676245,0.15372517456988796,0.2292586713410648,0.430340693850482,0.15372517456988796,0.15028960220375942,0.4787870284279181,0.15372517456988796,0.48205450050506016,0.376074217201367,0.15372517456988796,0.3569788659990166,0.4306461389020375,0.5,0.15372517456988796,0.28340528628396294,0.34660802800381896,0.15372517456988796,0.15254193366973828,0.0706996555618469,0.5,0.15372517456988796,0.2165071305491021,0.2372655476504145,0.15372517456988796,0.18662587056126761,0.2745242870237203,0.15372517456988796,0.1380646342933314,0.40693835404124895,0.15372517456988796,0.33035307573062955,0.43177588073165474,0.15372517456988796,0.19479553166654248,0.20734644201702845,0.15372517456988796,0.25125005932440597,0.10104086709359596,0.15372517456988796,0.18459106216066423,0.16816065097666488,0.5,0.15372517456988796,0.22275549724232008,0.09769443893483129,0.0,0.05947852095485451,0.6336564298798244 -1959,0.5,0.15372517456988796,0.360209454652277,0.18578237665228928,0.15372517456988796,0.13681009737896593,0.23776475374433176,0.15372517456988796,0.30157899930647286,0.15607229751594157,0.15372517456988796,0.169937327826614,0.09536442022707646,0.15372517456988796,0.20967616332856226,0.3696044660627662,0.15372517456988796,0.10504412853980528,0.4780434245304316,0.15372517456988796,0.32671801502181186,0.35014186742953135,0.15372517456988796,0.21793470306578175,0.44212524953184273,0.5,0.15372517456988796,0.23100660180505012,0.3130160346196612,0.15372517456988796,0.10698657226951706,0.10210587332759095,0.5,0.15372517456988796,0.18458612984365005,0.18466944860279166,0.15372517456988796,0.17073684585339066,0.2888773809393595,0.15372517456988796,0.1354101464559354,0.3393734753883452,0.15372517456988796,0.232696045204269,0.40779356752184126,0.15372517456988796,0.24699913677068042,0.17530708106729648,0.15372517456988796,0.2883156249311012,0.07713777688102548,0.15372517456988796,0.14452007884403847,0.15984982279899532,0.5,0.15372517456988796,0.1837539940906051,0.08227391621506579,0.0,0.0753461753306922,0.5297175184947718 -1960,0.5,0.15372517456988796,0.2970671914909635,0.1606145624406885,0.15372517456988796,0.3163013287637656,0.2437592003279717,0.15372517456988796,0.19217577091379173,0.14369737436403188,0.15372517456988796,0.11730170562002026,0.0677959400898779,0.15372517456988796,0.09578801377855875,0.3492857471939217,0.15372517456988796,0.0887462676806889,0.4324094160046903,0.15372517456988796,0.16770193333176742,0.4167482757988608,0.15372517456988796,0.1566279805066536,0.4558763484437098,0.5,0.15372517456988796,0.18628705803067103,0.29126213270303347,0.15372517456988796,0.06993061479438302,0.14243734352620002,0.5,0.15372517456988796,0.1796883142552446,0.14568922478250795,0.15372517456988796,0.11770717175672557,0.31228355845634176,0.15372517456988796,0.21331452294603137,0.33077944355862027,0.15372517456988796,0.16174572556090466,0.39432896018813673,0.15372517456988796,0.21351683787110232,0.1420321702641476,0.15372517456988796,0.24282705252325065,0.08306416832612543,0.15372517456988796,0.11204835501433832,0.1557671616643145,0.5,0.15372517456988796,0.12495622506333688,0.08033298649117368,0.0,0.10075917396848955,0.5841011359948878 -1961,0.5,0.15372517456988796,0.20852253106915697,0.10193715842041971,0.15372517456988796,0.20155601010573737,0.1441346279005397,0.15372517456988796,0.09379107785222777,0.12232314609604904,0.15372517456988796,0.07139491634322867,0.046371895655805496,0.15372517456988796,0.07035000659473584,0.3156394274755189,0.15372517456988796,0.08169594614124523,0.3513572860808084,0.15372517456988796,0.09416647260570714,0.4395576062791329,0.15372517456988796,0.08007662439889628,0.4383422791713499,0.5,0.15372517456988796,0.1138619151518735,0.28420395466844534,0.15372517456988796,0.04033571892708017,0.17907747413801073,0.5,0.15372517456988796,0.1610099587226802,0.11112391649702676,0.15372517456988796,0.11032449773938977,0.28113640558741654,0.15372517456988796,0.12751917323914147,0.2273601693091733,0.15372517456988796,0.1432050290944788,0.336940331292835,0.15372517456988796,0.1207460752095577,0.1135081636383506,0.15372517456988796,0.1835569272567098,0.111246289347986,0.15372517456988796,0.08626336548128702,0.14329824424108284,0.5,0.15372517456988796,0.06233813219350049,0.10826855299174214,0.0,0.1104635406366148,0.5158484892205288 -1962,0.5,0.15372517456988796,0.03930502327949614,0.034639595549742934,0.15372517456988796,0.02259480520331665,0.1360157536684248,0.15372517456988796,0.030209269507035487,0.083347066190388,0.15372517456988796,0.0192796156556053,0.021580814955980264,0.15372517456988796,0.031672313467297646,0.2085756962351277,0.15372517456988796,0.03225178978100565,0.2340057040648264,0.15372517456988796,0.030892551697594715,0.4225898948842706,0.15372517456988796,0.046519827943020696,0.4363631584851785,0.5,0.15372517456988796,0.05160294767160256,0.26257104046909224,0.15372517456988796,0.018267368743021,0.18054972322291699,0.5,0.15372517456988796,0.06278373058015274,0.062208507913592434,0.15372517456988796,0.06269464701892682,0.1832007423635885,0.15372517456988796,0.058242450261955396,0.1345474850621209,0.15372517456988796,0.06530667378263352,0.18538782680051524,0.15372517456988796,0.03317354208950869,0.10465044316051672,0.15372517456988796,0.05441883045676693,0.1364569394357493,0.15372517456988796,0.03357159544282456,0.10041238136776412,0.5,0.15372517456988796,0.01255906436611856,0.13590742978988465,0.0,0.07507639181763667,0.46526142160880274 -1963,0.5,0.15372517456988796,0.0,0.028064077373551776,0.15372517456988796,0.0,0.08211327203859843,0.15372517456988796,0.0,0.053208497245398056,0.15372517456988796,0.0,0.016629628523530032,0.15372517456988796,0.0,0.1272353429716489,0.15372517456988796,0.0,0.14575767199486347,0.15372517456988796,3.9436024789792404e-05,0.28343442075226455,0.15372517456988796,0.0004806158361254964,0.30316960750618493,0.5,0.15372517456988796,8.507204480256966e-05,0.25670749062106685,0.15372517456988796,0.0,0.12037076326582517,0.5,0.15372517456988796,0.0,0.06662750702954133,0.15372517456988796,0.0,0.1087395271825769,0.15372517456988796,0.0,0.1315445143240389,0.15372517456988796,0.0,0.1385411260872727,0.15372517456988796,0.0,0.09732336498789969,0.15372517456988796,0.0,0.23872672622142116,0.15372517456988796,0.0,0.0638205704169338,0.5,0.15372517456988796,0.0,0.1733367984893393,0.0,0.04501495662316668,0.636702901441313 -1964,0.5,0.15372517456988796,0.0,0.02250410671724555,0.15372517456988796,0.0,0.03971644055297597,0.15372517456988796,0.0,0.03299160445129381,0.15372517456988796,0.0,0.02356103483716756,0.15372517456988796,0.0,0.11888855193585444,0.15372517456988796,0.0,0.11270776315554876,0.15372517456988796,0.0,0.19330777315714293,0.15372517456988796,0.0,0.21557336746145606,0.5,0.15372517456988796,0.0,0.25733054755617285,0.15372517456988796,0.0,0.07292199391001117,0.5,0.15372517456988796,0.0,0.11138540849846942,0.15372517456988796,0.0,0.16445002416869833,0.15372517456988796,0.0,0.12621663614992404,0.15372517456988796,0.0,0.13656577614254406,0.15372517456988796,0.0,0.08580858887112855,0.15372517456988796,0.0,0.34495570531202363,0.15372517456988796,0.0,0.05343675294854662,0.5,0.15372517456988796,0.0,0.1687758645388957,0.0,0.03869255865283535,0.7481550575188105 -1965,0.5,0.15372517456988796,0.0,0.019400027791666104,0.15372517456988796,0.0,0.033501461430149565,0.15372517456988796,0.0,0.018740223181592904,0.15372517456988796,0.0,0.032878553614055415,0.15372517456988796,0.0,0.13038944721313242,0.15372517456988796,0.0,0.11027110414747521,0.15372517456988796,0.0,0.13904635488880582,0.15372517456988796,0.0,0.16171290435547447,0.5,0.15372517456988796,0.0,0.20945043069275596,0.15372517456988796,0.0,0.05906540662445807,0.5,0.15372517456988796,0.0,0.12902457217253602,0.15372517456988796,0.0,0.22292442066558002,0.15372517456988796,0.0,0.10292856812589646,0.15372517456988796,0.0,0.13990490992646365,0.15372517456988796,0.0,0.08812359970677858,0.15372517456988796,0.0,0.2685750941458652,0.15372517456988796,0.0,0.04522006882800889,0.5,0.15372517456988796,0.0,0.14978366784154684,0.0,0.028899580221425854,0.8629277485545358 -1966,0.5,0.15372517456988796,0.0,0.01876355205907335,0.15372517456988796,0.0,0.04877785768001417,0.15372517456988796,0.0,0.013570834543602374,0.15372517456988796,0.0,0.040571876171949586,0.15372517456988796,0.0,0.1291040569408976,0.15372517456988796,0.0,0.11441838477454963,0.15372517456988796,0.0,0.0994555876864521,0.15372517456988796,0.0,0.11383088212649922,0.5,0.15372517456988796,0.0,0.15816184174083614,0.15372517456988796,0.0,0.0912756116723023,0.5,0.15372517456988796,0.0,0.1148264221627403,0.15372517456988796,0.0,0.1714160584484145,0.15372517456988796,0.0,0.07619446718881388,0.15372517456988796,0.0,0.12870904016087872,0.15372517456988796,0.0,0.06746589628267467,0.15372517456988796,0.0,0.2136795434780361,0.15372517456988796,0.0,0.039356090028844534,0.5,0.15372517456988796,0.0,0.1188075925276103,0.0,0.018680824999704346,0.8491840732602489 -1967,0.5,0.15372517456988796,0.0,0.01983355544404376,0.15372517456988796,0.0,0.06505883359693593,0.15372517456988796,0.0,0.02576915147703277,0.15372517456988796,0.0,0.042278560230135216,0.15372517456988796,0.0,0.10509504638055905,0.15372517456988796,0.0,0.09920353744466182,0.15372517456988796,0.0,0.07901351469400561,0.15372517456988796,0.0,0.07019265785944899,0.5,0.15372517456988796,0.0,0.12534702744238627,0.15372517456988796,0.0,0.1222187187625897,0.5,0.15372517456988796,0.0,0.08688171159954804,0.15372517456988796,0.0,0.07540222270647386,0.15372517456988796,0.0,0.05137961226505947,0.15372517456988796,0.0,0.11469292035064231,0.15372517456988796,0.0,0.05673416958952873,0.15372517456988796,0.0,0.13561300019129768,0.15372517456988796,0.0,0.03790325173546082,0.5,0.15372517456988796,0.0,0.10036100556946767,0.0,0.014804847685059182,0.8004093832373923 -1968,0.5,0.15372517456988796,0.0,0.022324991296956625,0.15372517456988796,0.0,0.07494701071926894,0.15372517456988796,0.0,0.03591825034911857,0.15372517456988796,0.0,0.04013945775970944,0.15372517456988796,0.0,0.07618783839493373,0.15372517456988796,0.0,0.07493531880042051,0.15372517456988796,0.0,0.07854295096247496,0.15372517456988796,0.0,0.0512797406480853,0.5,0.15372517456988796,0.0,0.08299083818369041,0.15372517456988796,0.0,0.09661701333181144,0.5,0.15372517456988796,0.0,0.0830689821776236,0.15372517456988796,0.0,0.03531252397763214,0.15372517456988796,0.0,0.03947129373776827,0.15372517456988796,0.0,0.11059105148741835,0.15372517456988796,0.0,0.05860433822842624,0.15372517456988796,0.0,0.08467405120719611,0.15372517456988796,0.0,0.04248296885176564,0.5,0.15372517456988796,0.0,0.08782490101469587,0.0,0.013722834301136522,0.7976261599880111 -1969,0.5,0.15372517456988796,0.0,0.025341558166740975,0.15372517456988796,0.0,0.06750895947562696,0.15372517456988796,0.0,0.043164086148720464,0.15372517456988796,0.0,0.0412185925826986,0.15372517456988796,0.0,0.06755344481555962,0.15372517456988796,0.0,0.06347208138994441,0.15372517456988796,0.0,0.08707937812155572,0.15372517456988796,0.0,0.04682722986657058,0.5,0.15372517456988796,0.0,0.04816796613565005,0.15372517456988796,0.0,0.05833173941223827,0.5,0.15372517456988796,0.0,0.12680925248656616,0.15372517456988796,0.0,0.03680954056492368,0.15372517456988796,0.0,0.038533162756104765,0.15372517456988796,0.0,0.0981550195966979,0.15372517456988796,0.0,0.06159526187073668,0.15372517456988796,0.0,0.07040751030990225,0.15372517456988796,0.0,0.05175831661529221,0.5,0.15372517456988796,0.0,0.07225484188365709,0.0,0.007237359717641915,0.7860577753376092 -1970,0.5,0.15372517456988796,0.0,0.026218205927663222,0.15372517456988796,0.0,0.06919900331113908,0.15372517456988796,0.0,0.04506352769137658,0.15372517456988796,0.0,0.042786317874982494,0.15372517456988796,0.0,0.06353064055266452,0.15372517456988796,0.0,0.05222121222611228,0.15372517456988796,0.0,0.0875533063185571,0.15372517456988796,0.0,0.046425551519232555,0.5,0.15372517456988796,0.0,0.0397892292794491,0.15372517456988796,0.0,0.0391197573266557,0.5,0.15372517456988796,0.0,0.18848112152396385,0.15372517456988796,0.0,0.047529000320292634,0.15372517456988796,0.0,0.03801904552072915,0.15372517456988796,0.0,0.10660134592012818,0.15372517456988796,0.0,0.06431850037782794,0.15372517456988796,0.0,0.06488351035451673,0.15372517456988796,0.0,0.07023954375685776,0.5,0.15372517456988796,0.0,0.05688553568675578,0.0,0.00523116878378864,0.7807364582265669 -1971,0.5,0.15372517456988796,0.0,0.026211254301696043,0.15372517456988796,0.0,0.06975463261948064,0.15372517456988796,0.0,0.05129184987461689,0.15372517456988796,0.0,0.04800643725662518,0.15372517456988796,0.0,0.060630282335173646,0.15372517456988796,0.0,0.04044258945361113,0.15372517456988796,0.0,0.08398195632883348,0.15372517456988796,0.0,0.04096506224865519,0.5,0.15372517456988796,0.0,0.042855690065392166,0.15372517456988796,0.0,0.03617781765931415,0.5,0.15372517456988796,0.0,0.26020115151317025,0.15372517456988796,0.0,0.06337990678321291,0.15372517456988796,0.0,0.05006719099843635,0.15372517456988796,0.0,0.1252542838982715,0.15372517456988796,0.0,0.07008876110658846,0.15372517456988796,0.0,0.06137813692621955,0.15372517456988796,0.0,0.09431915865891725,0.5,0.15372517456988796,0.0,0.05041307260454667,0.0,0.012287238558557373,0.7393305870402243 -1972,0.5,0.15372517456988796,0.0,0.028669893026359406,0.15372517456988796,0.0,0.07002381110997992,0.15372517456988796,0.0,0.0658901580743125,0.15372517456988796,0.0,0.05555373367870325,0.15372517456988796,0.0,0.060633208623871844,0.15372517456988796,0.0,0.030621380344605542,0.15372517456988796,0.0,0.08674861792165287,0.15372517456988796,0.0,0.03270252052116737,0.5,0.15372517456988796,0.0,0.04077217213017605,0.15372517456988796,0.0,0.04816128788227288,0.5,0.15372517456988796,0.0,0.2718890823048887,0.15372517456988796,0.0,0.11164862975704899,0.15372517456988796,0.0,0.0735732219526878,0.15372517456988796,0.0,0.14334396697384855,0.15372517456988796,0.0,0.07000039380835273,0.15372517456988796,0.0,0.05346116712448927,0.15372517456988796,0.0,0.10765121858612736,0.5,0.15372517456988796,0.0,0.051859351268754225,0.0,0.023623195397143627,0.733190979427141 -1973,0.5,0.15372517456988796,0.0,0.03181330690794802,0.15372517456988796,0.0,0.0692402371607476,0.15372517456988796,0.0,0.07064689817984736,0.15372517456988796,0.0,0.06494794847864703,0.15372517456988796,0.0,0.059494081996847185,0.15372517456988796,0.0,0.02164722404899612,0.15372517456988796,0.0,0.07457958335242221,0.15372517456988796,0.0,0.02633877933980941,0.5,0.15372517456988796,0.0,0.027558356440881667,0.15372517456988796,0.0,0.04859877164343546,0.5,0.15372517456988796,0.0,0.1958303292741639,0.15372517456988796,0.0,0.12469118304688323,0.15372517456988796,0.0,0.11881532554622456,0.15372517456988796,0.0,0.15227637392191634,0.15372517456988796,0.0,0.06305399922623833,0.15372517456988796,0.0,0.039585499050686083,0.15372517456988796,0.0,0.09589656655431171,0.5,0.15372517456988796,0.0,0.05030704175887557,0.0,0.024325818216577987,0.7180150634761207 -1974,0.5,0.15372517456988796,0.0,0.03460758064846761,0.15372517456988796,0.0,0.060615324724683735,0.15372517456988796,0.0,0.06540637037512198,0.15372517456988796,0.0,0.06925523824653827,0.15372517456988796,0.0,0.05837391476243382,0.15372517456988796,0.0,0.014462325216434329,0.15372517456988796,0.0,0.05293125788559979,0.15372517456988796,0.0,0.02285986612450383,0.5,0.15372517456988796,0.0,0.014893305421314585,0.15372517456988796,0.0,0.033773031483499624,0.5,0.15372517456988796,0.0,0.14616950057399966,0.15372517456988796,0.0,0.14609577269503218,0.15372517456988796,0.0,0.15185226930061402,0.15372517456988796,0.0,0.16143755184311703,0.15372517456988796,0.0,0.055888988660169336,0.15372517456988796,0.0,0.033459652201040496,0.15372517456988796,0.0,0.08136638364202647,0.5,0.15372517456988796,0.0,0.03699294162740791,0.0,0.022736680748728828,0.7080340578885596 -1975,0.5,0.15372517456988796,0.004643436853992886,0.03498479259577566,0.15372517456988796,0.001799470985798964,0.05399313237877039,0.15372517456988796,0.003114922351623369,0.05170296911195256,0.15372517456988796,0.00389496987451598,0.0722905918766517,0.15372517456988796,0.0,0.05443459374247612,0.15372517456988796,0.0,0.013101115833708377,0.15372517456988796,0.0,0.03266565754115036,0.15372517456988796,0.0,0.022909321865541725,0.5,0.15372517456988796,0.0,0.008764175040159871,0.15372517456988796,0.0008122901825638229,0.028930916004260135,0.5,0.15372517456988796,0.0001825840799245013,0.10597409941231006,0.15372517456988796,0.0001519917955401466,0.17402782618915114,0.15372517456988796,0.0010289548816545774,0.15776795820327963,0.15372517456988796,0.00017407778010831957,0.16081385017374245,0.15372517456988796,0.001139668148992891,0.05179682197289327,0.15372517456988796,0.0004017309012846989,0.03821117935186634,0.15372517456988796,0.001729416595255883,0.07553717554115358,0.5,0.15372517456988796,0.002756750145572341,0.026386293130443647,0.0,0.020665763675906237,0.7178334774766854 -1976,0.5,0.15372517456988796,0.10135520022741962,0.03944933732323061,0.15372517456988796,0.10178530919150883,0.05088897918845317,0.15372517456988796,0.0948618041970022,0.06189421386086563,0.15372517456988796,0.061171831044255304,0.10358712202582944,0.15372517456988796,0.02980538341013268,0.05230281050904704,0.15372517456988796,0.015245477928430761,0.012823962978820455,0.15372517456988796,0.022633844330744512,0.022620815377596852,0.15372517456988796,0.06253567771803921,0.022164949337664434,0.5,0.15372517456988796,0.08619592087626711,0.005862736749476168,0.15372517456988796,0.022438464644121046,0.0433591841849295,0.5,0.15372517456988796,0.07217816898019624,0.12370806179682728,0.15372517456988796,0.03816302601766852,0.2040705462678478,0.15372517456988796,0.09979321567933311,0.13139989552881162,0.15372517456988796,0.04476444339834578,0.15255761194723372,0.15372517456988796,0.06720946650610166,0.05503382197397119,0.15372517456988796,0.07439582228745384,0.05836478539846534,0.15372517456988796,0.060518589771338546,0.10680867333242972,0.5,0.15372517456988796,0.059780480036488184,0.03421477220961,0.0,0.01941612133748843,0.7277015647443618 -1977,0.5,0.15372517456988796,0.24049383320863799,0.0671456965874983,0.15372517456988796,0.15290400188583217,0.055878631176448715,0.15372517456988796,0.23308161165468672,0.13170322112298388,0.15372517456988796,0.1534308932681976,0.1613837218069072,0.15372517456988796,0.05813679036063581,0.054346450011106585,0.15372517456988796,0.055138937521880343,0.015274463664835473,0.15372517456988796,0.07039286194738098,0.018715388173787196,0.15372517456988796,0.1597015715893078,0.02460979811193759,0.5,0.15372517456988796,0.2489877986178951,0.009943926867698839,0.15372517456988796,0.02866204563377355,0.060657134550027005,0.5,0.15372517456988796,0.21171359294871056,0.1574185406729891,0.15372517456988796,0.11958511368379471,0.2332010820603553,0.15372517456988796,0.251972305992178,0.09508039021060916,0.15372517456988796,0.17408355148900928,0.17515875461249558,0.15372517456988796,0.13625099230038118,0.06279212516963656,0.15372517456988796,0.17967972164776172,0.08807743414959031,0.15372517456988796,0.15805286293880288,0.15599062969180996,0.5,0.15372517456988796,0.13515276873709858,0.04824103944348792,0.0,0.024352253341910147,0.7329514556915845 -1978,0.5,0.15372517456988796,0.38460500265068887,0.09887096618730777,0.15372517456988796,0.1558007476048242,0.0556507999934448,0.15372517456988796,0.3779824224043719,0.2027365178146513,0.15372517456988796,0.25110896881760525,0.20071105618973034,0.15372517456988796,0.14573676907915262,0.10341527431250531,0.15372517456988796,0.10365061957170847,0.015260148080645113,0.15372517456988796,0.13868833212649936,0.051340762807287506,0.15372517456988796,0.22847289829999667,0.03320281951182191,0.5,0.15372517456988796,0.40168182139975517,0.04295567471541267,0.15372517456988796,0.07991426455557585,0.09776446571209363,0.5,0.15372517456988796,0.3744552812765235,0.1301021131399228,0.15372517456988796,0.21058764253007914,0.23157032645421982,0.15372517456988796,0.40711645516245143,0.18738967272699703,0.15372517456988796,0.34712317622395633,0.31023218681717296,0.15372517456988796,0.18481898036560304,0.14137547105654252,0.15372517456988796,0.2620399257231486,0.161412938446435,0.15372517456988796,0.2403543804798956,0.1568133071027977,0.5,0.15372517456988796,0.15616138937974622,0.04348732205605505,0.0,0.035937498879546156,0.7099820477343959 -1979,0.5,0.15372517456988796,0.5190984648486956,0.1391598172703911,0.15372517456988796,0.3137144849017051,0.12043489199784392,0.15372517456988796,0.47987125622653676,0.26061013518746284,0.15372517456988796,0.3593912938431776,0.21150271911036533,0.15372517456988796,0.2481076121906814,0.12287973464615605,0.15372517456988796,0.14415267794283518,0.015686159644729636,0.15372517456988796,0.21507226655930564,0.08896092922781039,0.15372517456988796,0.3120306705444827,0.021177932827518484,0.5,0.15372517456988796,0.514194155501495,0.04918802277149784,0.15372517456988796,0.08098308634061899,0.12778587545330708,0.5,0.15372517456988796,0.4861364378575665,0.1058135942058298,0.15372517456988796,0.2895359038683549,0.2333240938603181,0.15372517456988796,0.549395966080212,0.25439690966414147,0.15372517456988796,0.5074179538836002,0.3564529322070777,0.15372517456988796,0.21372099171452716,0.17229327124124177,0.15372517456988796,0.30372161611325,0.14743820962807616,0.15372517456988796,0.30817030052644634,0.14708507559864142,0.5,0.15372517456988796,0.25602435088721,0.05287882194447405,0.0,0.040227135296700835,0.6739845710971528 -1980,0.5,0.15372517456988796,0.5752818417003882,0.1816610503946219,0.15372517456988796,0.5914241735612801,0.17938084693990886,0.15372517456988796,0.4977399086579658,0.2884263280764179,0.15372517456988796,0.3797424688724876,0.21108868620866925,0.15372517456988796,0.34762484914519803,0.12918070272544216,0.15372517456988796,0.14759071270592788,0.011058692917899429,0.15372517456988796,0.28481309796217075,0.08423463808103185,0.15372517456988796,0.3602434804778031,0.008812018054246562,0.5,0.15372517456988796,0.5654675835361597,0.03089645848304824,0.15372517456988796,0.0989469658890626,0.15528615658853986,0.5,0.15372517456988796,0.5319623246157982,0.1035600520431974,0.15372517456988796,0.34642826306097707,0.24209894660177433,0.15372517456988796,0.6337697854199863,0.2943941919617456,0.15372517456988796,0.6267769451371148,0.3443006093436777,0.15372517456988796,0.3020425569211618,0.19151996806469987,0.15372517456988796,0.24126649084887797,0.09323249462624528,0.15372517456988796,0.36668489130408355,0.1502868611299031,0.5,0.15372517456988796,0.2583177958839602,0.08261468627707935,0.0,0.036625887484167605,0.6327865063439437 -1981,0.5,0.15372517456988796,0.5606294184930782,0.187490095085905,0.15372517456988796,0.6677090389089503,0.18675831441871624,0.15372517456988796,0.4334435138458029,0.31763935932309184,0.15372517456988796,0.3526231165294907,0.218892868939926,0.15372517456988796,0.3009677039707523,0.1352007895315702,0.15372517456988796,0.14123179194032445,0.01348186319705019,0.15372517456988796,0.22162263257715567,0.06303913222213835,0.15372517456988796,0.2601651851860015,0.007423120340554536,0.5,0.15372517456988796,0.5678809097394377,0.02545284905578548,0.15372517456988796,0.1251386867748907,0.16844999174115635,0.5,0.15372517456988796,0.5001886417880667,0.0985631682135882,0.15372517456988796,0.36075396387222997,0.2251736130159005,0.15372517456988796,0.6516756408289854,0.30671177602202415,0.15372517456988796,0.6680858249212769,0.3222171119015022,0.15372517456988796,0.34037480605135917,0.16455680559945593,0.15372517456988796,0.21242726304970294,0.06398289485294087,0.15372517456988796,0.3401652153555001,0.15782348236303584,0.5,0.15372517456988796,0.20117228710388413,0.11911596391527246,0.0,0.028303220309342087,0.6284788412283873 -1982,0.5,0.15372517456988796,0.4980938886982219,0.19059221775486718,0.15372517456988796,0.6429306829319705,0.1861459811375108,0.15372517456988796,0.3607964308277078,0.34675726299125237,0.15372517456988796,0.3441843564531326,0.21377638161802,0.15372517456988796,0.26831611697999813,0.13278375751684068,0.15372517456988796,0.1719645340246624,0.01872600371077321,0.15372517456988796,0.13534965537700339,0.06234170846211949,0.15372517456988796,0.21569227298190977,0.010513809600340925,0.5,0.15372517456988796,0.5152766759793774,0.025028542796463576,0.15372517456988796,0.1262780918890028,0.1609620289496532,0.5,0.15372517456988796,0.49402581556002034,0.09472120365980934,0.15372517456988796,0.32714131355485987,0.19442116926967307,0.15372517456988796,0.5601348076331727,0.29853294955257714,0.15372517456988796,0.6159550709699638,0.2908208920864621,0.15372517456988796,0.21758666790242576,0.13650337568331378,0.15372517456988796,0.17958714933187755,0.05404205192602702,0.15372517456988796,0.2655393922768273,0.16106490549633448,0.5,0.15372517456988796,0.15066565624696954,0.1518217713020796,0.0,0.023451443689513247,0.6807401882217353 -1983,0.5,0.15372517456988796,0.39684155852359376,0.18835905671930073,0.15372517456988796,0.5443193001042947,0.174187909976719,0.15372517456988796,0.25536950270345715,0.36726582418283343,0.15372517456988796,0.3047332498716213,0.18942744798749067,0.15372517456988796,0.23722751638208683,0.11830695193736074,0.15372517456988796,0.19975209988854037,0.017466005534629424,0.15372517456988796,0.12170872202999716,0.06439053352280068,0.15372517456988796,0.1818321860468221,0.010978466192704974,0.5,0.15372517456988796,0.45434799189230585,0.02621645801466677,0.15372517456988796,0.11306251828561956,0.1579210453815594,0.5,0.15372517456988796,0.3831304675476408,0.08137681068106596,0.15372517456988796,0.2448017276708277,0.14816729618682653,0.15372517456988796,0.480594191787985,0.2629662761283622,0.15372517456988796,0.48913712461137143,0.24609473833078244,0.15372517456988796,0.20346604300128568,0.1327558423934994,0.15372517456988796,0.1460870725503116,0.05075697257607703,0.15372517456988796,0.18551187379594136,0.14196260413250078,0.5,0.15372517456988796,0.16048719612159118,0.19583170755211537,0.0,0.017415308954534622,0.7389915382719413 -1984,0.5,0.15372517456988796,0.28783242237827095,0.16961968806618619,0.15372517456988796,0.41179856365285983,0.15043859611593915,0.15372517456988796,0.1736359675296844,0.3687738758509723,0.15372517456988796,0.253814715427478,0.16854338381259867,0.15372517456988796,0.19601448870889937,0.10856224430602103,0.15372517456988796,0.14971155620333193,0.01685570763948173,0.15372517456988796,0.13064740317965212,0.06548760324997031,0.15372517456988796,0.18158802737019297,0.008335122824517836,0.5,0.15372517456988796,0.33169462260890437,0.025409090163448927,0.15372517456988796,0.07876558741017678,0.1247500012859503,0.5,0.15372517456988796,0.33543087406239225,0.06425087713307384,0.15372517456988796,0.19484066110525758,0.11192130692085052,0.15372517456988796,0.35168619038721416,0.20964866204310173,0.15372517456988796,0.34192256911769997,0.2000332521000171,0.15372517456988796,0.16552626661581327,0.13291176811995611,0.15372517456988796,0.10395873443730036,0.045474983589771686,0.15372517456988796,0.11724435625778665,0.12902782356354353,0.5,0.15372517456988796,0.09897723316842051,0.18558206171113817,0.0,0.010108056136704605,0.7704907263360172 -1985,0.5,0.15372517456988796,0.15852261773927032,0.11273986087378056,0.15372517456988796,0.3191879037162533,0.06474621255106756,0.15372517456988796,0.09438608115007142,0.32141178054671,0.15372517456988796,0.15213470851145783,0.1357761271265157,0.15372517456988796,0.14272301801343695,0.10564034508240294,0.15372517456988796,0.09499294431005069,0.014166169136646823,0.15372517456988796,0.0776985504107816,0.05175227667313731,0.15372517456988796,0.1206284923160714,0.005604640452659022,0.5,0.15372517456988796,0.17578448677015618,0.021779045862765176,0.15372517456988796,0.046481956539685565,0.10056073165637736,0.5,0.15372517456988796,0.20820192778995888,0.056334453627050675,0.15372517456988796,0.1136104532063319,0.07744810023512225,0.15372517456988796,0.23505757384384576,0.12979413227737235,0.15372517456988796,0.22510858662723857,0.13927021319178523,0.15372517456988796,0.11661209104445396,0.1186212635883142,0.15372517456988796,0.07233253260107561,0.03829215762427778,0.15372517456988796,0.06416714458314146,0.10650098042268674,0.5,0.15372517456988796,0.03786356530993423,0.15398505295321413,0.0,0.004094065750222536,0.7690802625105981 -1986,0.5,0.15372517456988796,0.03680452758771775,0.05781862465763983,0.15372517456988796,0.06428202906176503,0.027123725042255,0.15372517456988796,0.024597678004036404,0.23284544473444013,0.15372517456988796,0.029958704329493012,0.11288208360252568,0.15372517456988796,0.07468443304250552,0.06865459081568877,0.15372517456988796,0.04197445616034369,0.008909420211947147,0.15372517456988796,0.029141748396510413,0.03531476834152132,0.15372517456988796,0.025416103276167643,0.002735229241298317,0.5,0.15372517456988796,0.05448446351730306,0.013919830476836174,0.15372517456988796,0.013562340732623709,0.07616320468358406,0.5,0.15372517456988796,0.05868409312838475,0.042614469919188526,0.15372517456988796,0.037815957398038474,0.0402513274639229,0.15372517456988796,0.07135514774405988,0.07461932672815691,0.15372517456988796,0.08824723366036416,0.08066611697772115,0.15372517456988796,0.0552512283225496,0.08250396393548193,0.15372517456988796,0.03375533974439935,0.0269572407943924,0.15372517456988796,0.022765848897586156,0.07846690548587312,0.5,0.15372517456988796,0.009978137172901278,0.11366311376470016,0.0,0.00019136883846321108,0.7434935168363245 -1987,0.5,0.15372517456988796,0.0,0.034873455533888084,0.15372517456988796,0.0,0.032769944107043765,0.15372517456988796,0.0,0.1509439422110757,0.15372517456988796,0.0,0.12439148552077756,0.15372517456988796,0.0,0.076910360196708,0.15372517456988796,0.0,0.004593615438576115,0.15372517456988796,0.0,0.020825380351283226,0.15372517456988796,5.778439021828849e-05,0.0012944333455569734,0.5,0.15372517456988796,2.10412102939184e-05,0.008682595139377388,0.15372517456988796,0.0,0.05759905212091944,0.5,0.15372517456988796,0.0,0.021497621522802626,0.15372517456988796,9.427461419702842e-06,0.015256630206952808,0.15372517456988796,0.0,0.0710977799597465,0.15372517456988796,0.0,0.09438661399179338,0.15372517456988796,0.0,0.07384817191217755,0.15372517456988796,0.0,0.013806647644462523,0.15372517456988796,0.0,0.053936208698181304,0.5,0.15372517456988796,0.0,0.08728580239491021,0.0,0.0,0.7199029702358076 -1988,0.5,0.15372517456988796,0.0,0.025010387202880728,0.15372517456988796,0.0,0.035337595021570224,0.15372517456988796,0.0,0.10839749560830937,0.15372517456988796,0.0,0.15337278265069815,0.15372517456988796,0.0,0.08110943239607891,0.15372517456988796,0.0,0.006029640177402169,0.15372517456988796,0.0,0.014711063297404778,0.15372517456988796,0.0,0.000726029683964558,0.5,0.15372517456988796,0.0,0.006187162679452661,0.15372517456988796,0.0,0.050524810987422494,0.5,0.15372517456988796,0.0,0.013169056703275228,0.15372517456988796,0.0,0.009661045686678301,0.15372517456988796,0.0,0.07402790029699881,0.15372517456988796,0.0,0.1111326656774796,0.15372517456988796,0.0,0.0788359076798908,0.15372517456988796,0.0,0.014148615859506913,0.15372517456988796,0.0,0.051082423969706275,0.5,0.15372517456988796,0.0,0.06956187106327602,0.0,0.0,0.7135413123083301 -1989,0.5,0.15372517456988796,0.0,0.0279126125153593,0.15372517456988796,0.0,0.043568946913332116,0.15372517456988796,0.0,0.07796002764957492,0.15372517456988796,0.0,0.1831373698339097,0.15372517456988796,0.0,0.07231381200253242,0.15372517456988796,0.0,0.0062387234527359475,0.15372517456988796,0.0,0.010344315069157912,0.15372517456988796,0.0,0.0008605948548260005,0.5,0.15372517456988796,0.0,0.0047586856394304135,0.15372517456988796,0.0,0.040108030077949934,0.5,0.15372517456988796,0.0,0.01227159154559108,0.15372517456988796,0.0,0.00545922126749683,0.15372517456988796,0.0,0.07742873042700303,0.15372517456988796,0.0,0.11847669071998099,0.15372517456988796,0.0,0.07623973380882343,0.15372517456988796,0.0,0.014136173971381403,0.15372517456988796,0.0,0.04450655934645885,0.5,0.15372517456988796,0.0,0.04943772885259088,0.0,0.0,0.7492653335859597 -1990,0.5,0.15372517456988796,0.0,0.03181949951601706,0.15372517456988796,0.0,0.04750480420640247,0.15372517456988796,0.0,0.06036683672265991,0.15372517456988796,0.0,0.16884959138662314,0.15372517456988796,0.0,0.05774612447244746,0.15372517456988796,0.0,0.004664559201482951,0.15372517456988796,0.0,0.005529266207773784,0.15372517456988796,0.0,0.0019604580684363954,0.5,0.15372517456988796,0.0,0.002962248700005119,0.15372517456988796,0.0,0.022771229892433274,0.5,0.15372517456988796,0.0,0.00911148244525831,0.15372517456988796,0.0,0.002861446758611886,0.15372517456988796,0.0,0.0741624320501301,0.15372517456988796,0.0,0.1223882946208926,0.15372517456988796,0.0,0.06515218688592,0.15372517456988796,0.0,0.006990948478527032,0.15372517456988796,0.0,0.040228224874548746,0.5,0.15372517456988796,0.0,0.030876888538110575,0.0,0.0,0.7673387157139775 -1991,0.5,0.15372517456988796,0.0,0.033467806550601616,0.15372517456988796,0.0,0.0475932935446691,0.15372517456988796,0.0,0.052382264772124425,0.15372517456988796,0.0,0.14197265120180866,0.15372517456988796,0.0,0.04100818885688867,0.15372517456988796,0.0,0.003039695154172171,0.15372517456988796,0.0,0.0033946513059086316,0.15372517456988796,0.0,0.004090891752959082,0.5,0.15372517456988796,0.0,0.0021383868229727233,0.15372517456988796,0.0,0.010682288693039934,0.5,0.15372517456988796,0.0,0.006512315995622017,0.15372517456988796,0.0,0.0016433896659104972,0.15372517456988796,0.0,0.06722053924443012,0.15372517456988796,0.0,0.11574732895222102,0.15372517456988796,0.0,0.053937911892056156,0.15372517456988796,0.0,0.003429155045739316,0.15372517456988796,0.0,0.032480554194511735,0.5,0.15372517456988796,0.0,0.02006770383303068,0.0,6.686779946262106e-05,0.7021207810239742 -1992,0.5,0.15372517456988796,0.0,0.03554088961069294,0.15372517456988796,0.0,0.04704949106132093,0.15372517456988796,0.0,0.052454268850676625,0.15372517456988796,0.0,0.1340521036256652,0.15372517456988796,0.0,0.025795958299124535,0.15372517456988796,0.0,0.002498077988728472,0.15372517456988796,0.0,0.002086794292342396,0.15372517456988796,0.0,0.006485583640894509,0.5,0.15372517456988796,0.0,0.0023595942954395144,0.15372517456988796,0.0,0.005877269596654169,0.5,0.15372517456988796,0.0,0.003398880813433468,0.15372517456988796,0.0,0.0008616730176188178,0.15372517456988796,0.0,0.0685617036275652,0.15372517456988796,0.0,0.10232333829971496,0.15372517456988796,0.0,0.04642992975952089,0.15372517456988796,0.0,0.0018752361897986188,0.15372517456988796,0.0,0.024486946330908952,0.5,0.15372517456988796,0.0,0.014309137621340305,0.0,3.503851932231741e-05,0.5692249324611562 -1993,0.5,0.15372517456988796,0.0,0.03873752876339103,0.15372517456988796,0.0,0.0424833633638742,0.15372517456988796,0.0,0.05382962796220821,0.15372517456988796,0.0,0.13386797615651638,0.15372517456988796,0.0,0.014808413181074719,0.15372517456988796,0.0,0.004673492067797968,0.15372517456988796,0.0,0.0012102375708196434,0.15372517456988796,0.0,0.010474356363382703,0.5,0.15372517456988796,0.0,0.0028320529080006155,0.15372517456988796,0.0,0.003030927881909467,0.5,0.15372517456988796,0.0,0.0014894397365614435,0.15372517456988796,0.0,0.0005641360708730026,0.15372517456988796,0.0,0.06749203242432356,0.15372517456988796,0.0,0.08511379452504303,0.15372517456988796,0.0,0.04056043210787351,0.15372517456988796,0.0,0.0015610843132920806,0.15372517456988796,0.0,0.01839611863317154,0.5,0.15372517456988796,0.0,0.010897350066438025,0.0,0.0003160520461494754,0.37678254155018587 -1994,0.5,0.15372517456988796,0.0,0.03848422911772009,0.15372517456988796,0.0,0.03703102783818308,0.15372517456988796,0.0,0.05132915976031861,0.15372517456988796,0.0,0.13485988781382613,0.15372517456988796,0.0,0.010551400349021672,0.15372517456988796,0.0,0.011138631486640946,0.15372517456988796,0.0,0.0013282058408518066,0.15372517456988796,0.0,0.015360501583361254,0.5,0.15372517456988796,0.0,0.003165051641682559,0.15372517456988796,0.0,0.0020200357271246564,0.5,0.15372517456988796,0.0,0.0016647916802664956,0.15372517456988796,0.0,0.0005768205064847435,0.15372517456988796,0.0,0.06094328388870137,0.15372517456988796,0.0,0.06858819017341304,0.15372517456988796,0.0,0.035986775225848616,0.15372517456988796,0.0,0.0006078466598573764,0.15372517456988796,0.0,0.015104114100710291,0.5,0.15372517456988796,0.0,0.0079009873228014,0.0,0.0017941582936461839,0.21938048933413337 -1995,0.5,0.15372517456988796,0.0,0.03513992796505284,0.15372517456988796,0.0,0.03594669593236684,0.15372517456988796,0.0,0.047781432682135826,0.15372517456988796,0.0,0.12711871558142054,0.15372517456988796,0.0,0.010305249520658153,0.15372517456988796,0.0,0.019588311374149223,0.15372517456988796,0.0,0.0035538968742476486,0.15372517456988796,0.0,0.019431482391598198,0.5,0.15372517456988796,0.0,0.0033500897161849847,0.15372517456988796,0.0,0.0018027717287650829,0.5,0.15372517456988796,0.0,0.0017135934728328085,0.15372517456988796,0.0,0.0006757677431801063,0.15372517456988796,0.0,0.0578103519129056,0.15372517456988796,0.0,0.058946742090336755,0.15372517456988796,0.0,0.03235608383653304,0.15372517456988796,0.0,0.0005823361119399836,0.15372517456988796,0.0,0.011454634921500506,0.5,0.15372517456988796,0.0,0.005669264216131219,0.0,0.0012234269403322146,0.12483168293860125 -1996,0.5,0.15372517456988796,0.0,0.029904302372342508,0.15372517456988796,0.0,0.0368798830735983,0.15372517456988796,0.0,0.043877262774756905,0.15372517456988796,0.0,0.11867630400012755,0.15372517456988796,0.0,0.011466777878906058,0.15372517456988796,0.0,0.025394235837320773,0.15372517456988796,0.0,0.00490936490511507,0.15372517456988796,0.0,0.021868714555117606,0.5,0.15372517456988796,0.0,0.0034456311962457725,0.15372517456988796,0.0,0.0017583111929496559,0.5,0.15372517456988796,0.0,0.0014511545885871726,0.15372517456988796,0.0,0.0007180954878987241,0.15372517456988796,0.0,0.05636593403321657,0.15372517456988796,0.0,0.058015009804993536,0.15372517456988796,0.0,0.028264085884684192,0.15372517456988796,0.0,0.0007020801866252175,0.15372517456988796,0.0,0.00937783549145793,0.5,0.15372517456988796,0.0,0.004162706102446852,0.0,0.0014596521899643362,0.08869176633971443 -1997,0.5,0.15372517456988796,0.0,0.025618763222105306,0.15372517456988796,0.0,0.03845947055424514,0.15372517456988796,0.0,0.03730901819616868,0.15372517456988796,0.0,0.10791157772907904,0.15372517456988796,0.0,0.011133920812448662,0.15372517456988796,0.0,0.028705255857234012,0.15372517456988796,0.0,0.005147936928111765,0.15372517456988796,0.0,0.025184835575901163,0.5,0.15372517456988796,0.0,0.004040809416091346,0.15372517456988796,0.0,0.0015148652384333037,0.5,0.15372517456988796,0.0,0.0012133151361880068,0.15372517456988796,0.0,0.0016248049735089083,0.15372517456988796,0.0,0.05651911225931945,0.15372517456988796,0.0,0.06185074269131867,0.15372517456988796,0.0,0.024633463235524265,0.15372517456988796,0.0,0.0008464741889366508,0.15372517456988796,0.0,0.008388664430847832,0.5,0.15372517456988796,0.0,0.002783856656649773,0.0,0.003424205986637479,0.0801154585504442 -1998,0.5,0.15372517456988796,0.0,0.02114703253573625,0.15372517456988796,0.0,0.04417905295829997,0.15372517456988796,0.0,0.033000677977840155,0.15372517456988796,0.0,0.0927725845043731,0.15372517456988796,0.0,0.00985428626592015,0.15372517456988796,0.0,0.031110689456026602,0.15372517456988796,0.0,0.005532005245933474,0.15372517456988796,0.0,0.02778159164719913,0.5,0.15372517456988796,0.0,0.00513357644157297,0.15372517456988796,0.0,0.0013894507513109629,0.5,0.15372517456988796,0.0,0.0011635109281292694,0.15372517456988796,0.0,0.001347248873340211,0.15372517456988796,0.0,0.06167873135728291,0.15372517456988796,0.0,0.06401332151567612,0.15372517456988796,0.0,0.02191675086705305,0.15372517456988796,0.0,0.0010131093733737103,0.15372517456988796,0.0,0.007016994424588946,0.5,0.15372517456988796,0.0,0.001921930543321046,0.0,0.005061616405196513,0.08164340379954184 -1999,0.5,0.15372517456988796,0.0033074265085190004,0.01940064955859298,0.15372517456988796,0.002817791444495944,0.046065316168000005,0.15372517456988796,0.002168942446174365,0.03473517861963774,0.15372517456988796,0.005217776172934198,0.09175782192870563,0.15372517456988796,1.7066554120077665e-05,0.007837827777335604,0.15372517456988796,0.0,0.03266139316331147,0.15372517456988796,8.09401780579782e-05,0.006316154391876031,0.15372517456988796,0.0,0.029940254426647807,0.5,0.15372517456988796,1.006730277808909e-05,0.006815321706411396,0.15372517456988796,0.0021661783178895176,0.0016061348646220232,0.5,0.15372517456988796,0.0007451488398879224,0.0012973746341382905,0.15372517456988796,0.001098656880043401,0.0018137878600162467,0.15372517456988796,0.0010753159057599207,0.06550669557808983,0.15372517456988796,0.00048730590646324957,0.06039633263158649,0.15372517456988796,0.0012878386054062613,0.01975773231191337,0.15372517456988796,0.0005622817198486207,0.0012120288794469276,0.15372517456988796,0.00301073499987667,0.006342106045386647,0.5,0.15372517456988796,0.0033184777389337976,0.0018637246857689813,0.0,0.006259135903429201,0.06848708644305754 -2000,0.5,0.15372517456988796,0.04665165698260634,0.026625318786653737,0.15372517456988796,0.11536789896100752,0.046030015459131546,0.15372517456988796,0.04932901530441855,0.049127408609786864,0.15372517456988796,0.05865161594884914,0.11995758148379718,0.15372517456988796,0.0899352279519698,0.005203953222874165,0.15372517456988796,0.0809288836547655,0.03037499665932973,0.15372517456988796,0.08264319598564535,0.0062682827707932175,0.15372517456988796,0.07454213079066,0.027164005241378263,0.5,0.15372517456988796,0.05629305528889188,0.007404227708444868,0.15372517456988796,0.07229928334869923,0.0042218977308411875,0.5,0.15372517456988796,0.07243286201259534,0.001770160399999668,0.15372517456988796,0.08816882461960927,0.002503973950949631,0.15372517456988796,0.03915219712502251,0.07260042839881223,0.15372517456988796,0.0979222537229422,0.05371106874042205,0.15372517456988796,0.06603558708728662,0.018072130159087867,0.15372517456988796,0.04731121993818946,0.0019790757061251647,0.15372517456988796,0.0827922950426985,0.0063111671527432646,0.5,0.15372517456988796,0.06433433808141442,0.0022095888817139754,0.0,0.010645722933929748,0.04998970938841717 -2001,0.5,0.15372517456988796,0.11714272151274266,0.058015744426818706,0.15372517456988796,0.2788482042042431,0.04735540446761745,0.15372517456988796,0.13383949028736175,0.06018662597333796,0.15372517456988796,0.12364457769431575,0.14815956940164768,0.15372517456988796,0.25022843551755836,0.0036693462115035876,0.15372517456988796,0.24692506279803333,0.028621848700664355,0.15372517456988796,0.2279993459628294,0.005624359126349714,0.15372517456988796,0.22655040724808745,0.02788446508086637,0.5,0.15372517456988796,0.197342767670084,0.01671306972771378,0.15372517456988796,0.1665691810271573,0.014387945765305459,0.5,0.15372517456988796,0.1987866693960775,0.007609462251222672,0.15372517456988796,0.24369506760170306,0.007471291638934135,0.15372517456988796,0.0595905607337089,0.0855443470103712,0.15372517456988796,0.25860692423901205,0.05175915539108292,0.15372517456988796,0.17782172301976948,0.02600980905227682,0.15372517456988796,0.13226938547755254,0.002675066953756985,0.15372517456988796,0.20296934628029825,0.00983340397456603,0.5,0.15372517456988796,0.1613513909885063,0.013143026385727202,0.0,0.013819481717265518,0.03722934923758717 -2002,0.5,0.15372517456988796,0.20573772806407242,0.10066428358854929,0.15372517456988796,0.4184911593667159,0.14960617812434882,0.15372517456988796,0.21738122869530874,0.05901901369169874,0.15372517456988796,0.1527449800135218,0.1547875665760534,0.15372517456988796,0.4080630465419814,0.00764284146687991,0.15372517456988796,0.41022012454869716,0.05154484040829226,0.15372517456988796,0.3707366454813136,0.014223076293148226,0.15372517456988796,0.38752563443968735,0.05128312352306551,0.5,0.15372517456988796,0.3482268284496685,0.03798709856265198,0.15372517456988796,0.21781453492516756,0.03644423783789712,0.5,0.15372517456988796,0.34512188602164384,0.02625418907093505,0.15372517456988796,0.3961152829254988,0.02888014883278734,0.15372517456988796,0.09283425181907173,0.10999934354303943,0.15372517456988796,0.4121075273368755,0.0825544368872447,0.15372517456988796,0.2915977467893057,0.05562492004573927,0.15372517456988796,0.20266912439815482,0.0026069523318562227,0.15372517456988796,0.3280092058739585,0.01570150994291742,0.5,0.15372517456988796,0.2361336877721378,0.024648997582827244,0.0,0.014459349245813258,0.028804692162465263 -2003,0.5,0.15372517456988796,0.3131964016934443,0.1424000547607532,0.15372517456988796,0.5111289135890181,0.23949283680345498,0.15372517456988796,0.25932817226897376,0.053204461320474225,0.15372517456988796,0.19347986919101967,0.16882574071372378,0.15372517456988796,0.55544326645873,0.012043135752415295,0.15372517456988796,0.5617986389603647,0.055788809429151195,0.15372517456988796,0.4583262092163829,0.01616942377502734,0.15372517456988796,0.5390207210675015,0.04718760388913103,0.5,0.15372517456988796,0.5144131450675912,0.05393972703398238,0.15372517456988796,0.3077979076910693,0.055585463532147515,0.5,0.15372517456988796,0.46707313796532024,0.014348540495697063,0.15372517456988796,0.43986223065010877,0.04947425739649322,0.15372517456988796,0.10250023938116891,0.1588383612873642,0.15372517456988796,0.552698310812588,0.09702791513741935,0.15372517456988796,0.3842818764421143,0.08953135938673104,0.15372517456988796,0.22961637548418679,0.001108979513570482,0.15372517456988796,0.3958403007863406,0.010769251939273061,0.5,0.15372517456988796,0.279657619695832,0.02157103283840234,0.0,0.04342999072220949,0.02415580669086621 -2004,0.5,0.15372517456988796,0.27643713665213343,0.16963985699153422,0.15372517456988796,0.5439564716102835,0.3414752393171609,0.15372517456988796,0.2755158243117478,0.04314359943013525,0.15372517456988796,0.2944141545800459,0.18239299643738216,0.15372517456988796,0.6259219565635342,0.01376513793070298,0.15372517456988796,0.6448898154706195,0.02023776165720822,0.15372517456988796,0.54082487770225,0.012027451008142934,0.15372517456988796,0.6307453652786346,0.027848709305720955,0.5,0.15372517456988796,0.6165061741618612,0.061232205940666994,0.15372517456988796,0.3480930554089804,0.06273471292663356,0.5,0.15372517456988796,0.49930852361516276,0.021403918617376727,0.15372517456988796,0.4519582346805797,0.05098619010235532,0.15372517456988796,0.13995706392413393,0.20196020747668525,0.15372517456988796,0.6403427473430596,0.10086917982942564,0.15372517456988796,0.4288850340025716,0.1196579979582878,0.15372517456988796,0.2738135018306233,0.0014159449637121358,0.15372517456988796,0.3752055550290867,0.008437361260019665,0.5,0.15372517456988796,0.28183566512303937,0.020985214231753764,0.0,0.09064750510289865,0.017377171581480784 -2005,0.5,0.15372517456988796,0.2641347853717953,0.19183757540152846,0.15372517456988796,0.48712892701431804,0.3983282367606393,0.15372517456988796,0.35818527263047845,0.03954982932311862,0.15372517456988796,0.29716386695097,0.16704148806432062,0.15372517456988796,0.6337548082817722,0.006851194524312078,0.15372517456988796,0.685451444524005,0.010981642352455509,0.15372517456988796,0.5402723575127752,0.012356728509568624,0.15372517456988796,0.6431181678126757,0.03811425714045857,0.5,0.15372517456988796,0.6350338978580783,0.07174611174537618,0.15372517456988796,0.3063879682374011,0.0906681668927025,0.5,0.15372517456988796,0.5045437097372781,0.038076195448976106,0.15372517456988796,0.3850165467983605,0.055901495804531284,0.15372517456988796,0.15256412450329077,0.24826540442794215,0.15372517456988796,0.6394755106750014,0.09682195929561332,0.15372517456988796,0.45626205446925294,0.13897387848731985,0.15372517456988796,0.34152793931381487,0.003255749902132771,0.15372517456988796,0.2825723534481457,0.009219580111499008,0.5,0.15372517456988796,0.2664474626499885,0.01840064653291961,0.0,0.10686751540779928,0.02069036986706063 -2006,0.5,0.15372517456988796,0.256608393545891,0.22739812044558477,0.15372517456988796,0.33866286465515616,0.41141685746869705,0.15372517456988796,0.3303237117817355,0.04091456815669699,0.15372517456988796,0.24775773658810962,0.14734420534977447,0.15372517456988796,0.6125496881080105,0.0035577373115036567,0.15372517456988796,0.6883846094689016,0.020626497194886496,0.15372517456988796,0.528312163926269,0.016067034717817164,0.15372517456988796,0.6331118186318989,0.06061816246250369,0.5,0.15372517456988796,0.5917086283678733,0.07799883067580735,0.15372517456988796,0.23139464843045882,0.07847337655245218,0.5,0.15372517456988796,0.452600254362432,0.04624724008666084,0.15372517456988796,0.2994700536091271,0.06046581431663608,0.15372517456988796,0.14436540457943442,0.2514236606355438,0.15372517456988796,0.6135864445632735,0.08665169581996515,0.15372517456988796,0.4461828115067326,0.15472610349532726,0.15372517456988796,0.24412931448964084,0.008265898359586209,0.15372517456988796,0.255505570783531,0.01136216690755647,0.5,0.15372517456988796,0.31972299810280086,0.016246206974467107,0.0,0.12452910429901545,0.034905856522858936 -2007,0.5,0.15372517456988796,0.21162752684910272,0.2428186978265184,0.15372517456988796,0.2569509227944473,0.4161592576094797,0.15372517456988796,0.16598510383031176,0.04848259426352189,0.15372517456988796,0.16300481520693758,0.11847683103596104,0.15372517456988796,0.5538570903598555,0.004817822809008404,0.15372517456988796,0.6332704196903933,0.0387237914421332,0.15372517456988796,0.4747250215115847,0.02538052737107759,0.15372517456988796,0.5710421329211226,0.07121725574376564,0.5,0.15372517456988796,0.5005566404788946,0.09633125128262576,0.15372517456988796,0.19380051097964357,0.06675888501488438,0.5,0.15372517456988796,0.2715634953213706,0.06736168536445697,0.15372517456988796,0.2119483546604208,0.06707667316855893,0.15372517456988796,0.12001009428093777,0.23555587431417546,0.15372517456988796,0.5435429660404051,0.07730008847651006,0.15372517456988796,0.41617469616522274,0.1536060566641129,0.15372517456988796,0.2154816908612367,0.017523248923802043,0.15372517456988796,0.18877565583038003,0.018082689852725264,0.5,0.15372517456988796,0.2919076019822748,0.028507537473566547,0.0,0.1451872349431008,0.0531783875402186 -2008,0.5,0.15372517456988796,0.10323308873481155,0.21534440244175765,0.15372517456988796,0.1604935930813639,0.38631019064465294,0.15372517456988796,0.09490238915005257,0.05630028360375407,0.15372517456988796,0.12061139407025825,0.08485795215363197,0.15372517456988796,0.43932737186880566,0.010185787775517244,0.15372517456988796,0.5145669392979932,0.05958826802575511,0.15372517456988796,0.36698656582399836,0.03984097306566231,0.15372517456988796,0.45345820001200954,0.0747624742479632,0.5,0.15372517456988796,0.39121184256841407,0.12428949101267818,0.15372517456988796,0.1432816351676929,0.06026833435563407,0.5,0.15372517456988796,0.19783704651791498,0.09085964713816208,0.15372517456988796,0.13674583693454773,0.07744415131330899,0.15372517456988796,0.0776812944095873,0.2315769720641924,0.15372517456988796,0.44030540749762276,0.07813322263111804,0.15372517456988796,0.32658563505220267,0.1302307498437103,0.15372517456988796,0.16416841470842491,0.02639089392655328,0.15372517456988796,0.14558256090034494,0.02873775137035889,0.5,0.15372517456988796,0.17816351501153344,0.048260959971248775,0.0,0.2136018425132518,0.06554527887538533 -2009,0.5,0.15372517456988796,0.0520280419934933,0.18519942978159046,0.15372517456988796,0.07535200620828192,0.2875749256530067,0.15372517456988796,0.04970812869776885,0.05882432014157811,0.15372517456988796,0.059717019960969245,0.0576817912936751,0.15372517456988796,0.3230633131054396,0.013693929758314329,0.15372517456988796,0.3649140675765954,0.06281941172888181,0.15372517456988796,0.2413365333210447,0.043401340081882046,0.15372517456988796,0.29921833097015,0.0819870074112346,0.5,0.15372517456988796,0.24090212413395612,0.14205446007854514,0.15372517456988796,0.07559674224786285,0.061099723281314355,0.5,0.15372517456988796,0.11135049042340336,0.09318560598096824,0.15372517456988796,0.08791304520997117,0.08112942310990591,0.15372517456988796,0.06602503146184668,0.18778280390718635,0.15372517456988796,0.32516098694790757,0.08248763537977577,0.15372517456988796,0.2186261120327667,0.09599643632137217,0.15372517456988796,0.07916713239068696,0.02683582316439986,0.15372517456988796,0.09503946759337509,0.034257184617297064,0.5,0.15372517456988796,0.08652308171463041,0.05508375146899678,0.0,0.25147061695905254,0.050600709515214226 -2010,0.5,0.15372517456988796,0.013542216088823967,0.16311366111950334,0.15372517456988796,0.06371740349038855,0.16449785771283393,0.15372517456988796,0.015911410273909427,0.04551603079498894,0.15372517456988796,0.014963700149765185,0.041848600879918166,0.15372517456988796,0.11194400397237242,0.0045100906978173755,0.15372517456988796,0.12542546322744655,0.022717989393801735,0.15372517456988796,0.08492118025405573,0.021545719917642266,0.15372517456988796,0.09522837242398946,0.05274497388110144,0.5,0.15372517456988796,0.08463790508536284,0.11173125813096267,0.15372517456988796,0.022630700859778217,0.047851452216410795,0.5,0.15372517456988796,0.03833738552980073,0.07272967221928738,0.15372517456988796,0.03484428858771511,0.07431053788233692,0.15372517456988796,0.030296911712306182,0.13210768695684194,0.15372517456988796,0.10548913327288312,0.054564208022280125,0.15372517456988796,0.058967295639563086,0.04817477336867549,0.15372517456988796,0.02807238640752891,0.01573562727316935,0.15372517456988796,0.034962869039967884,0.02409362605811603,0.5,0.15372517456988796,0.027259214422989536,0.037592557407673866,0.0,0.4425964334510635,0.033275122042839264 -2011,0.5,0.15372517456988796,0.0,0.17316922321435074,0.15372517456988796,0.0,0.12452950310756887,0.15372517456988796,0.0,0.03156690976605111,0.15372517456988796,0.0,0.03840340767858698,0.15372517456988796,0.0,0.005514829543098684,0.15372517456988796,0.0,0.0248619736901989,0.15372517456988796,0.0,0.009120618420998365,0.15372517456988796,0.0,0.05414135141126514,0.5,0.15372517456988796,0.0,0.09001493481376763,0.15372517456988796,0.0,0.036308757184205245,0.5,0.15372517456988796,0.0,0.043133727587653437,0.15372517456988796,1.8579892879803652e-05,0.06696182551701206,0.15372517456988796,4.787293402828203e-05,0.13497518368419523,0.15372517456988796,0.0,0.048158520699620885,0.15372517456988796,0.0,0.037190162847909713,0.15372517456988796,0.0,0.003509007799860395,0.15372517456988796,0.0,0.008945836375881627,0.5,0.15372517456988796,0.0,0.024035158314272664,0.0,0.7032655527379328,0.11304245740730624 -2012,0.5,0.15372517456988796,0.0,0.2162005332773294,0.15372517456988796,0.0,0.07190564351188508,0.15372517456988796,0.0,0.0226492238584713,0.15372517456988796,0.0,0.041057291579646035,0.15372517456988796,0.0,0.010935585712190736,0.15372517456988796,0.0,0.019000918293701406,0.15372517456988796,0.0,0.005052922581816704,0.15372517456988796,0.0,0.04275452225418175,0.5,0.15372517456988796,0.0,0.07045489084472797,0.15372517456988796,0.0,0.032440800220930696,0.5,0.15372517456988796,0.0,0.0251391404152478,0.15372517456988796,0.0,0.06167645752986723,0.15372517456988796,0.0,0.13500202431381875,0.15372517456988796,0.0,0.03779602257247816,0.15372517456988796,0.0,0.031907916443823486,0.15372517456988796,0.0,0.001149245697637107,0.15372517456988796,0.0,0.0036604444970998982,0.5,0.15372517456988796,0.0,0.019978331957544965,0.0,0.9141993617909168,0.5704753433960089 -2013,0.5,0.15372517456988796,0.0,0.262796982630053,0.15372517456988796,0.0,0.04712569638596223,0.15372517456988796,0.0,0.01769561992499362,0.15372517456988796,0.0,0.04848568688189607,0.15372517456988796,0.0,0.013475246416903721,0.15372517456988796,0.0,0.011852659572690286,0.15372517456988796,0.0,0.0028604942431330925,0.15372517456988796,0.0,0.020839956784974252,0.5,0.15372517456988796,0.0,0.04159878267453618,0.15372517456988796,0.0,0.03305375504732205,0.5,0.15372517456988796,0.0,0.01047739083445777,0.15372517456988796,0.0,0.05546810555608603,0.15372517456988796,0.0,0.1515896114151782,0.15372517456988796,0.0,0.03539179000198411,0.15372517456988796,0.0,0.03044174877036769,0.15372517456988796,0.0,0.001102395552605168,0.15372517456988796,0.0,0.002688233259540347,0.5,0.15372517456988796,0.0,0.01705913831836511,0.0,0.8705817112135502,0.8660729087223262 -2014,0.5,0.15372517456988796,0.0,0.2672694364711647,0.15372517456988796,0.0,0.04598487747373439,0.15372517456988796,0.0,0.023359482707923502,0.15372517456988796,0.0,0.060795880331817626,0.15372517456988796,0.0,0.013494701382720927,0.15372517456988796,0.0,0.004778031684739804,0.15372517456988796,0.0,0.0028492270511603895,0.15372517456988796,0.0,0.010354731032511097,0.5,0.15372517456988796,0.0,0.02279555112985224,0.15372517456988796,0.0,0.027282643902272627,0.5,0.15372517456988796,0.0,0.007765813856546918,0.15372517456988796,0.0,0.04471630168255354,0.15372517456988796,0.0,0.2949175456867716,0.15372517456988796,0.0,0.05832642781601469,0.15372517456988796,0.0,0.03425687158568148,0.15372517456988796,0.0,0.0018071762469675727,0.15372517456988796,0.0,0.0024026015777908333,0.5,0.15372517456988796,0.0,0.014670290698310372,0.0,0.9177475845536782,0.8430254173941257 -2015,0.5,0.15372517456988796,0.0,0.2229005714738371,0.15372517456988796,0.0,0.07003825331163771,0.15372517456988796,0.0,0.03473443474265756,0.15372517456988796,0.0,0.0685599438512362,0.15372517456988796,0.0,0.012087907698951707,0.15372517456988796,0.0,0.0014800708869908493,0.15372517456988796,0.0,0.00415962959480233,0.15372517456988796,0.0,0.0045294857012068025,0.5,0.15372517456988796,0.0,0.0167807426508952,0.15372517456988796,0.0,0.020487929931119447,0.5,0.15372517456988796,0.0,0.012667328823628308,0.15372517456988796,0.0,0.036291908272647874,0.15372517456988796,0.0,0.33028064014216374,0.15372517456988796,0.0,0.08338340987559685,0.15372517456988796,0.0,0.04408723782328747,0.15372517456988796,0.0,0.0016706278541656384,0.15372517456988796,0.0,0.0035759464237049418,0.5,0.15372517456988796,0.0,0.015112745671374932,0.0,0.9667188514852592,0.7026704448660088 -2016,0.5,0.15372517456988796,0.0,0.2577479952868077,0.15372517456988796,0.0,0.11415982568623108,0.15372517456988796,0.0,0.04365250256421779,0.15372517456988796,0.0,0.07601819993185416,0.15372517456988796,0.0,0.016755741692582184,0.15372517456988796,0.0,0.000613205293034738,0.15372517456988796,0.0,0.006964910776380265,0.15372517456988796,0.0,0.0014556426003948172,0.5,0.15372517456988796,0.0,0.018880015902118234,0.15372517456988796,0.0,0.017732463044419333,0.5,0.15372517456988796,0.0,0.02073122597683512,0.15372517456988796,0.0,0.031963904182658646,0.15372517456988796,0.0,0.32564283740030303,0.15372517456988796,0.0,0.0784048949357021,0.15372517456988796,0.0,0.05464010487220587,0.15372517456988796,0.0,0.0011376230454028266,0.15372517456988796,0.0,0.004505031314310054,0.5,0.15372517456988796,0.0,0.017074293074403942,0.0,0.9459159758123022,0.5861177079508135 -2017,0.5,0.15372517456988796,0.0,0.2875945584908207,0.15372517456988796,0.0,0.19979489301607145,0.15372517456988796,0.0,0.0516774056736221,0.15372517456988796,0.0,0.08677461287496772,0.15372517456988796,0.0,0.02489073424379566,0.15372517456988796,0.0,0.000586877260490816,0.15372517456988796,0.0,0.014773231759775258,0.15372517456988796,0.0,0.0005068194606033112,0.5,0.15372517456988796,0.0,0.019526158504951513,0.15372517456988796,0.0,0.01796890306896998,0.5,0.15372517456988796,0.0,0.01822815844039449,0.15372517456988796,0.0,0.03185683874362143,0.15372517456988796,0.0,0.39417494342455883,0.15372517456988796,0.0,0.08229968762479706,0.15372517456988796,0.0,0.07071665442821232,0.15372517456988796,0.0,0.0018299152866231925,0.15372517456988796,0.0,0.0040065602491134765,0.5,0.15372517456988796,0.0,0.021267854556241333,0.0,0.7076539964356315,0.6214950629827277 -2018,0.5,0.15372517456988796,0.0,0.2856994773674134,0.15372517456988796,0.0,0.1599024294292745,0.15372517456988796,0.0,0.055979177074264676,0.15372517456988796,0.0,0.08761722193714673,0.15372517456988796,0.0,0.03699240254013196,0.15372517456988796,0.0,0.002172928620543798,0.15372517456988796,0.0,0.02466631798920753,0.15372517456988796,0.0,0.0002712517970024894,0.5,0.15372517456988796,0.0,0.016691751405829805,0.15372517456988796,0.0,0.021097400836565788,0.5,0.15372517456988796,0.0,0.012287207707479495,0.15372517456988796,0.0,0.035318093773252075,0.15372517456988796,0.0,0.46697840451654926,0.15372517456988796,0.0,0.10680663538597042,0.15372517456988796,0.0,0.09030029058383798,0.15372517456988796,0.0,0.003731384150380008,0.15372517456988796,0.0,0.0036912898814515562,0.5,0.15372517456988796,0.0,0.026863100244084906,0.0,0.3390010664583703,0.6862772362745058 -2019,0.5,0.15372517456988796,0.0,0.26765419606584684,0.15372517456988796,0.0,0.07966390903850001,0.15372517456988796,0.0,0.051288227516941676,0.15372517456988796,0.0,0.06713052401587452,0.15372517456988796,0.0,0.04279452582025409,0.15372517456988796,0.0,0.006326264414060036,0.15372517456988796,0.0,0.032952111742413005,0.15372517456988796,0.0,0.0006746135756576675,0.5,0.15372517456988796,0.0,0.01414368985543192,0.15372517456988796,0.0,0.028091425380082632,0.5,0.15372517456988796,0.0,0.008255286537500472,0.15372517456988796,0.0,0.043879483031334404,0.15372517456988796,0.0,0.5111793563365369,0.15372517456988796,0.0,0.1731280250604743,0.15372517456988796,0.0,0.09884162905644289,0.15372517456988796,0.0,0.0039567280380182965,0.15372517456988796,0.0,0.004412027094382798,0.5,0.15372517456988796,0.0,0.03325811310042041,0.0,0.21928683808373944,0.7611875627797747 -2020,0.5,0.15372517456988796,0.0,0.23336940780268936,0.15372517456988796,0.0,0.09898993536866467,0.15372517456988796,0.0,0.03987116623906552,0.15372517456988796,0.0,0.04605946989761772,0.15372517456988796,0.0,0.04208327051242149,0.15372517456988796,0.0,0.010140048967146608,0.15372517456988796,0.0,0.035913804716264215,0.15372517456988796,0.0,0.0005107782046578625,0.5,0.15372517456988796,0.0,0.014096860510080744,0.15372517456988796,0.0,0.03571220657531828,0.5,0.15372517456988796,0.0,0.00608157980232465,0.15372517456988796,0.0,0.048813720656732645,0.15372517456988796,0.0,0.47539029711449887,0.15372517456988796,0.0,0.25546835332533746,0.15372517456988796,0.0,0.09974977696256829,0.15372517456988796,0.0,0.0035856452925258743,0.15372517456988796,0.0,0.005804868203132781,0.5,0.15372517456988796,0.0,0.03390671171242708,0.0,0.32914584080811604,0.8501558473274012 -2021,0.5,0.15372517456988796,0.0,0.18994455906705293,0.15372517456988796,0.0,0.11656866200122125,0.15372517456988796,0.0,0.030587481394729315,0.15372517456988796,0.0,0.03232921360084795,0.15372517456988796,0.0,0.04232231179813416,0.15372517456988796,0.0,0.011015885352082075,0.15372517456988796,0.0,0.03152135583514489,0.15372517456988796,0.0,0.00018217190753655845,0.5,0.15372517456988796,0.0,0.0144392750061476,0.15372517456988796,0.0,0.04145467476151425,0.5,0.15372517456988796,0.0,0.00725753697326803,0.15372517456988796,0.0,0.04173969140472592,0.15372517456988796,0.0,0.2994665174111967,0.15372517456988796,0.0,0.3049417698240313,0.15372517456988796,0.0,0.09341714508556621,0.15372517456988796,0.0,0.003686454298979053,0.15372517456988796,0.0,0.008051837070127021,0.5,0.15372517456988796,0.0,0.03190821722115268,0.0,0.5201347825768463,0.9701758825934043 -2022,0.5,0.15372517456988796,0.0,0.1601537342507129,0.15372517456988796,0.0,0.10835861857735207,0.15372517456988796,0.0,0.02599256697707357,0.15372517456988796,0.0,0.025514255572973252,0.15372517456988796,0.0,0.04508547391391143,0.15372517456988796,0.0,0.012727140331911939,0.15372517456988796,0.0,0.03268359952396851,0.15372517456988796,0.0,0.0002612499891855681,0.5,0.15372517456988796,0.0,0.013857992540029689,0.15372517456988796,0.0,0.05136972496209993,0.5,0.15372517456988796,0.0,0.013075933020555505,0.15372517456988796,0.0,0.03782214358726735,0.15372517456988796,0.0,0.12343092340964709,0.15372517456988796,0.0,0.24565013296271826,0.15372517456988796,0.0,0.07962192108811932,0.15372517456988796,0.0,0.0038709027900343546,0.15372517456988796,0.0,0.012314667884637753,0.5,0.15372517456988796,0.0,0.030890544488715442,0.0,0.630216083640869,0.9845483533887093 -2023,0.5,0.15372517456988796,0.0063901866137963765,0.15671626084199491,0.15372517456988796,0.0013230910857489483,0.10918640973847668,0.15372517456988796,0.0038184029683876234,0.01979273840319693,0.15372517456988796,0.009911257884312082,0.019354356904961827,0.15372517456988796,0.00010268075125592752,0.04766365488091984,0.15372517456988796,0.0,0.013593075504981816,0.15372517456988796,0.00042365986397595757,0.03632528452331391,0.15372517456988796,2.936523301980596e-05,0.0007702961215773115,0.5,0.15372517456988796,0.0001270529304723578,0.0115905446983224,0.15372517456988796,0.0018931376309155382,0.04540815368423512,0.5,0.15372517456988796,0.0007541111250776086,0.023667839934440497,0.15372517456988796,0.0010655941769952032,0.03974617678389975,0.15372517456988796,0.0013967112494556013,0.06591308748233651,0.15372517456988796,0.0002947139676330512,0.17834468283371918,0.15372517456988796,0.0018892263437701126,0.07513615541484052,0.15372517456988796,0.0013247878051921007,0.005220146262964335,0.15372517456988796,0.0023913247217445615,0.019386327826662882,0.5,0.15372517456988796,0.004954752222446878,0.03416874801116529,0.0,0.6101881064642042,0.9852017901122775 -2024,0.5,0.15372517456988796,0.0824793255827348,0.19915684113869805,0.15372517456988796,0.04015972042967181,0.1493278703061324,0.15372517456988796,0.0956577513680264,0.013297041474208527,0.15372517456988796,0.10119637067230701,0.017696142087369745,0.15372517456988796,0.02396631828213496,0.032477937418674954,0.15372517456988796,0.07003890351096348,0.01238685849478902,0.15372517456988796,0.08277312691463821,0.036991414080328626,0.15372517456988796,0.08998481695621692,0.001359432246963632,0.5,0.15372517456988796,0.08774199908493034,0.00836935950359671,0.15372517456988796,0.054848719119238304,0.06504508560778942,0.5,0.15372517456988796,0.051002937725166494,0.032609750217946085,0.15372517456988796,0.054452900634610876,0.06000673819377447,0.15372517456988796,0.046631340124308626,0.07222152473205941,0.15372517456988796,0.0264486486814668,0.17143843190077118,0.15372517456988796,0.06352049061536297,0.0859270182986711,0.15372517456988796,0.0627569335726687,0.006951304516644001,0.15372517456988796,0.05744083265598522,0.04549193675440978,0.5,0.15372517456988796,0.08896744420058454,0.06478431410228669,0.0,0.5686868962104057,0.9802058045632697 -2025,0.5,0.15372517456988796,0.19559341311938105,0.26608658394329987,0.15372517456988796,0.1381431051632895,0.2648991934687274,0.15372517456988796,0.22702172468031626,0.04012422920238243,0.15372517456988796,0.21815393887716678,0.03993941488539805,0.15372517456988796,0.06714253753152616,0.026652941949023245,0.15372517456988796,0.17466384075147492,0.01040035553310718,0.15372517456988796,0.20610712229496098,0.046886770053034384,0.15372517456988796,0.25483917160569364,0.0020376800750822473,0.5,0.15372517456988796,0.2410858500283243,0.008357505213303031,0.15372517456988796,0.1394358331626929,0.07334965412843561,0.5,0.15372517456988796,0.14825094464244826,0.10294658521637176,0.15372517456988796,0.13970175743233232,0.10956205080524843,0.15372517456988796,0.12686284491098707,0.16614098248913878,0.15372517456988796,0.08762963446483678,0.18013870929400283,0.15372517456988796,0.16471641974184312,0.14223369754900914,0.15372517456988796,0.163104256511923,0.01872589459268657,0.15372517456988796,0.1665536409252772,0.13670790717290204,0.5,0.15372517456988796,0.2142157417785232,0.08739333519857219,0.0,0.5707039704172107,0.8448666337581235 -2026,0.5,0.15372517456988796,0.3141448031946628,0.3010426704979657,0.15372517456988796,0.22576624089234598,0.34697523550594844,0.15372517456988796,0.3419338311620292,0.1303808409242717,0.15372517456988796,0.34356929644834444,0.10635088549516364,0.15372517456988796,0.13313533785566442,0.04450612658917498,0.15372517456988796,0.26226546663638517,0.016165377956735807,0.15372517456988796,0.3293002665334914,0.09632577624336629,0.15372517456988796,0.4207773031138646,0.006072854235164555,0.5,0.15372517456988796,0.40088435295314295,0.02709801667399755,0.15372517456988796,0.28143500607827066,0.07510515871497295,0.5,0.15372517456988796,0.2929812095770902,0.10410593042172624,0.15372517456988796,0.24539438325636842,0.14607228975563014,0.15372517456988796,0.19533742431175846,0.4027927860817544,0.15372517456988796,0.16387940583303542,0.19272154630602734,0.15372517456988796,0.29871251121872283,0.20935350482729764,0.15372517456988796,0.2717737618638124,0.06208051030276135,0.15372517456988796,0.27157361634151245,0.17322979112137366,0.5,0.15372517456988796,0.3482779862872851,0.09721704915932866,0.0,0.5086199767315085,0.42559099645861953 -2027,0.5,0.15372517456988796,0.3570632166395656,0.30462759036125625,0.15372517456988796,0.26232938194135635,0.3750520271493309,0.15372517456988796,0.4181948738941909,0.17727877731722982,0.15372517456988796,0.42754326317946234,0.19070149707172296,0.15372517456988796,0.21485051022580093,0.05684205397589111,0.15372517456988796,0.34019033982061825,0.026657480303151515,0.15372517456988796,0.4569202323020059,0.13424263158136412,0.15372517456988796,0.5749522334050566,0.01955906310568467,0.5,0.15372517456988796,0.5467716373407246,0.05894707658833853,0.15372517456988796,0.4391895791031256,0.08852352730449706,0.5,0.15372517456988796,0.4086703030295824,0.07444625666107747,0.15372517456988796,0.34573744748947827,0.12064033653386216,0.15372517456988796,0.2415528788128105,0.5575518957303136,0.15372517456988796,0.22050890909600784,0.22564252720195546,0.15372517456988796,0.4128540169260559,0.2543831573836458,0.15372517456988796,0.3808737308698761,0.07231960281311989,0.15372517456988796,0.37742546777849806,0.18025658720249854,0.5,0.15372517456988796,0.45679313247486275,0.12787978116462476,0.0,0.42666415206344976,0.11052162996033843 -2028,0.5,0.15372517456988796,0.43839559257228616,0.307910675808159,0.15372517456988796,0.25468567895135413,0.4121643219872376,0.15372517456988796,0.45413181965921534,0.1978619048253934,0.15372517456988796,0.4367826355489593,0.2452538420120849,0.15372517456988796,0.2855105291985782,0.09303598673044643,0.15372517456988796,0.4239709791129579,0.03943571139740071,0.15372517456988796,0.5473239016117653,0.13255190494047675,0.15372517456988796,0.6612608853175982,0.030256046653457887,0.5,0.15372517456988796,0.6165482214095224,0.061094014899816085,0.15372517456988796,0.4468029019862192,0.0998814988617025,0.5,0.15372517456988796,0.4683681078178231,0.04733528603924962,0.15372517456988796,0.43440940802945704,0.11186124382960999,0.15372517456988796,0.22332455116388994,0.6010294467931282,0.15372517456988796,0.23506477855714514,0.2643351589466799,0.15372517456988796,0.4517244942896189,0.2765762832162153,0.15372517456988796,0.38574365490875906,0.08722418501664214,0.15372517456988796,0.42648834243694533,0.1955127353029082,0.5,0.15372517456988796,0.5289129824835938,0.15597202435273574,0.0,0.3681128855986224,0.00916149265396769 -2029,0.5,0.15372517456988796,0.36645503440842503,0.27196512807139717,0.15372517456988796,0.1910224285176165,0.3954210222282581,0.15372517456988796,0.47178952152339665,0.2666742426203779,0.15372517456988796,0.4155885372168397,0.298730255882983,0.15372517456988796,0.3177689046358385,0.1259692929985888,0.15372517456988796,0.4928631289409778,0.05683616828697159,0.15372517456988796,0.5441280426477868,0.13726995279092088,0.15372517456988796,0.6489530540572738,0.034764193965174606,0.5,0.15372517456988796,0.646039849260869,0.05685109988407458,0.15372517456988796,0.40122236676595197,0.11003876617835937,0.5,0.15372517456988796,0.5777558693168238,0.049876824019506674,0.15372517456988796,0.43933274943795264,0.09810670482075252,0.15372517456988796,0.15527109086748883,0.5745309727741634,0.15372517456988796,0.2407797582804958,0.2994758333085388,0.15372517456988796,0.4843844647923403,0.30347156822842397,0.15372517456988796,0.40799759901735544,0.09798482022467338,0.15372517456988796,0.5078435889190915,0.20253104246876566,0.5,0.15372517456988796,0.55677478759409,0.19216565091548518,0.0,0.26763846959053406,0.011641632936609749 -2030,0.5,0.15372517456988796,0.30404390694782335,0.2195204911628612,0.15372517456988796,0.17613363800905513,0.3288433506717418,0.15372517456988796,0.41614778616084935,0.37990677744258555,0.15372517456988796,0.40616348636013017,0.3574818330559559,0.15372517456988796,0.312155285642832,0.14189216799827525,0.15372517456988796,0.44235897869367424,0.056804635468923885,0.15372517456988796,0.4501518668243186,0.1614786357682711,0.15372517456988796,0.608602620283481,0.038851841750299564,0.5,0.15372517456988796,0.6639373703069278,0.052494414562453046,0.15372517456988796,0.3576587864240516,0.1140780164167872,0.5,0.15372517456988796,0.6426438219458844,0.06539163444999098,0.15372517456988796,0.40111334934130105,0.09245936827927773,0.15372517456988796,0.15316282709957071,0.5131647851665083,0.15372517456988796,0.1932546501907657,0.30311616006203945,0.15372517456988796,0.44124245960914865,0.2620966036023855,0.15372517456988796,0.5117821181186893,0.056620931592253974,0.15372517456988796,0.493008364951137,0.23275168051261416,0.5,0.15372517456988796,0.4995656973175643,0.22779194945035466,0.0,0.17075650847626497,0.08332650474310149 -2031,0.5,0.15372517456988796,0.2575317197168586,0.21769989581918206,0.15372517456988796,0.133531903874668,0.2297444878950367,0.15372517456988796,0.3295050352767826,0.4770740282962383,0.15372517456988796,0.40176659471642945,0.4111363226245872,0.15372517456988796,0.2734440156381806,0.14329683885655586,0.15372517456988796,0.3771667401107499,0.04772551805901535,0.15372517456988796,0.3690463638224647,0.13176646073973067,0.15372517456988796,0.5559722771526884,0.041828190177631376,0.5,0.15372517456988796,0.6268916224425971,0.04801982886780644,0.15372517456988796,0.30095761312662156,0.11434595811556754,0.5,0.15372517456988796,0.5915112590759298,0.0678045392897024,0.15372517456988796,0.3200954709209899,0.08975995759684043,0.15372517456988796,0.12512678817958692,0.42870255433151483,0.15372517456988796,0.1416227875320835,0.27679889940562363,0.15372517456988796,0.3344424163898208,0.18652898530693618,0.15372517456988796,0.5569528319697159,0.03812840940766543,0.15372517456988796,0.4313457059148389,0.25082311851699574,0.5,0.15372517456988796,0.43205992748866306,0.27552777327943345,0.0,0.11004874817214923,0.35008006534690617 -2032,0.5,0.15372517456988796,0.18717716535466125,0.22380272371596585,0.15372517456988796,0.12023085080024196,0.15881559089514374,0.15372517456988796,0.24461139633361065,0.5311553039760464,0.15372517456988796,0.33350523335325977,0.4467988380324536,0.15372517456988796,0.1812494272401948,0.1406777925365745,0.15372517456988796,0.3493128697372916,0.04444547943055459,0.15372517456988796,0.29384304535016975,0.10575972970979476,0.15372517456988796,0.4482642278443406,0.04141516707882794,0.5,0.15372517456988796,0.5212087573310589,0.048274388791052676,0.15372517456988796,0.23035045856788813,0.11922517727827717,0.5,0.15372517456988796,0.46136457410092685,0.06662450656150581,0.15372517456988796,0.24674989573656858,0.08647880933696596,0.15372517456988796,0.10464999690706976,0.37540645610245477,0.15372517456988796,0.11071576960733945,0.23870534945209854,0.15372517456988796,0.3051190436716875,0.16133063121512128,0.15372517456988796,0.4389272682416656,0.06823832047230179,0.15372517456988796,0.30712082979294786,0.24996600656849965,0.5,0.15372517456988796,0.3447757476042222,0.2880553986346359,0.0,0.053850087367275465,0.7223424151464536 -2033,0.5,0.15372517456988796,0.12245862777680527,0.21003396711614727,0.15372517456988796,0.19728696369180915,0.14192395922465909,0.15372517456988796,0.15744255332160026,0.5123925783094511,0.15372517456988796,0.26022137737931383,0.37109172265699575,0.15372517456988796,0.09739251902606069,0.09975283829053383,0.15372517456988796,0.2688999426756712,0.05600532431646345,0.15372517456988796,0.23620082133641035,0.07833331261218554,0.15372517456988796,0.3447177555744535,0.04693717020817595,0.5,0.15372517456988796,0.3711543504502694,0.04874947804110186,0.15372517456988796,0.13127530145204644,0.10240478819721995,0.5,0.15372517456988796,0.32653164216626973,0.05536095753506353,0.15372517456988796,0.16860653353503444,0.06807241871847566,0.15372517456988796,0.09104582592728903,0.2826709830413716,0.15372517456988796,0.07471121797703739,0.18072824507185303,0.15372517456988796,0.24845753109355,0.11998941943261429,0.15372517456988796,0.2640248875266189,0.07482254171726384,0.15372517456988796,0.2025314193079925,0.18048864220021202,0.5,0.15372517456988796,0.22859811142121,0.18834052793232692,0.0,0.052267000740765346,0.8542126885782539 -2034,0.5,0.15372517456988796,0.031211063840072453,0.19920009574162686,0.15372517456988796,0.08463918308734875,0.13344909770397242,0.15372517456988796,0.04998976902971153,0.4173064845171261,0.15372517456988796,0.04390380045953206,0.27563162944637865,0.15372517456988796,0.07190703447680487,0.05743575772759949,0.15372517456988796,0.130912636550421,0.03816109837866358,0.15372517456988796,0.11844899597354702,0.02693840936199326,0.15372517456988796,0.10864630598043407,0.02964308668055691,0.5,0.15372517456988796,0.10581771731313,0.022816631618027532,0.15372517456988796,0.034295501932805984,0.060372194252722375,0.5,0.15372517456988796,0.08816617809880478,0.04159560986733751,0.15372517456988796,0.06331862761073365,0.03514123205159123,0.15372517456988796,0.028068380960027485,0.1924887389662291,0.15372517456988796,0.043273077467597565,0.14117076638336812,0.15372517456988796,0.06759704471498668,0.1138841362520462,0.15372517456988796,0.05990623805902183,0.06559673087461844,0.15372517456988796,0.05627842405122309,0.10551398344415791,0.5,0.15372517456988796,0.05419073489693485,0.09740768980787416,0.0,0.06637544653134554,0.8665410908824951 -2035,0.5,0.15372517456988796,0.0,0.2047708978661249,0.15372517456988796,0.0,0.2414778949079416,0.15372517456988796,0.0,0.3576797403584721,0.15372517456988796,0.0,0.2843547814534217,0.15372517456988796,0.0,0.06959878422252949,0.15372517456988796,0.0,0.07125365448079281,0.15372517456988796,0.0,0.04250624019667868,0.15372517456988796,0.0,0.04965674012085862,0.5,0.15372517456988796,0.0,0.03654549134830519,0.15372517456988796,0.0,0.026955257204075572,0.5,0.15372517456988796,0.0,0.09560884902443008,0.15372517456988796,0.0,0.028532633175164687,0.15372517456988796,7.858856247400292e-07,0.20753878181798763,0.15372517456988796,0.0,0.1525036863631814,0.15372517456988796,9.384780074479892e-06,0.1764614109483026,0.15372517456988796,8.457089967965837e-05,0.08023200644237133,0.15372517456988796,0.0,0.09318469478611147,0.5,0.15372517456988796,0.0,0.09588189588340575,0.0,0.07159579167962778,0.7818816370478975 -2036,0.5,0.15372517456988796,0.0,0.20381804179057322,0.15372517456988796,0.0,0.3402849079034709,0.15372517456988796,0.0,0.373935963857978,0.15372517456988796,0.0,0.2891452777179653,0.15372517456988796,0.0,0.10163852974633235,0.15372517456988796,0.0,0.09987696252283662,0.15372517456988796,0.0,0.05491054899273802,0.15372517456988796,0.0,0.05374976617133061,0.5,0.15372517456988796,0.0,0.03920549691123893,0.15372517456988796,0.0,0.015918575430926694,0.5,0.15372517456988796,0.0,0.10912488693919106,0.15372517456988796,0.0,0.02018790310212453,0.15372517456988796,0.0,0.2674336837454133,0.15372517456988796,0.0,0.20227676038587106,0.15372517456988796,0.0,0.26279100526237037,0.15372517456988796,0.0,0.0757027942659966,0.15372517456988796,0.0,0.0845465575800536,0.5,0.15372517456988796,0.0,0.10097455548292798,0.0,0.11217256789489112,0.8677132751268032 -2037,0.5,0.15372517456988796,0.0,0.1690377217465165,0.15372517456988796,0.0,0.3619282005295273,0.15372517456988796,0.0,0.35830161378113257,0.15372517456988796,0.0,0.2623973274584926,0.15372517456988796,0.0,0.09944351866197865,0.15372517456988796,0.0,0.07651695478069945,0.15372517456988796,0.0,0.08490952203213581,0.15372517456988796,0.0,0.03750735775826744,0.5,0.15372517456988796,0.0,0.03242432413634927,0.15372517456988796,0.0,0.013803793904890605,0.5,0.15372517456988796,0.0,0.10563976606197743,0.15372517456988796,0.0,0.009959694628118349,0.15372517456988796,0.0,0.3116823592783426,0.15372517456988796,0.0,0.26383441695526555,0.15372517456988796,0.0,0.33267314990489766,0.15372517456988796,0.0,0.09152469518892956,0.15372517456988796,0.0,0.0908946240692529,0.5,0.15372517456988796,0.0,0.10537726190462669,0.0,0.1396864087382638,0.9727404553499359 -2038,0.5,0.15372517456988796,0.0,0.14084085719924597,0.15372517456988796,0.0,0.2952126077875403,0.15372517456988796,0.0,0.2843689434880431,0.15372517456988796,0.0,0.21379819575414866,0.15372517456988796,0.0,0.13252206282311257,0.15372517456988796,0.0,0.05178906852028359,0.15372517456988796,0.0,0.1482554813522001,0.15372517456988796,0.0,0.020014706519755864,0.5,0.15372517456988796,0.0,0.026331248804545813,0.15372517456988796,0.0,0.012394031892246438,0.5,0.15372517456988796,0.0,0.06279837470436075,0.15372517456988796,0.0,0.005592901126266553,0.15372517456988796,0.0,0.31602913196465543,0.15372517456988796,0.0,0.3312819306925265,0.15372517456988796,0.0,0.3872928232544516,0.15372517456988796,0.0,0.16513224225490022,0.15372517456988796,0.0,0.09289016515721928,0.5,0.15372517456988796,0.0,0.09728365530802749,0.0,0.1217509044866868,0.9723897530285772 -2039,0.5,0.15372517456988796,0.0,0.12856491662548042,0.15372517456988796,0.0,0.2281100601921076,0.15372517456988796,0.0,0.19972361627599666,0.15372517456988796,0.0,0.1815765142982399,0.15372517456988796,0.0,0.1911024587066175,0.15372517456988796,0.0,0.058887625763706736,0.15372517456988796,0.0,0.21752051177021017,0.15372517456988796,0.0,0.011195514671671312,0.5,0.15372517456988796,0.0,0.02172304114107629,0.15372517456988796,0.0,0.008805539958014535,0.5,0.15372517456988796,0.0,0.02761535032313437,0.15372517456988796,0.0,0.006455347242554187,0.15372517456988796,0.0,0.2724691050620453,0.15372517456988796,0.0,0.38484207105375956,0.15372517456988796,0.0,0.3852034589817145,0.15372517456988796,0.0,0.21561828935346472,0.15372517456988796,0.0,0.09017740435115329,0.5,0.15372517456988796,0.0,0.08526498479753791,0.0,0.1766381038950743,0.9337048979696931 -2040,0.5,0.15372517456988796,0.0,0.12186111512734119,0.15372517456988796,0.0,0.1731956159764278,0.15372517456988796,0.0,0.13430380562832725,0.15372517456988796,0.0,0.1495938974855796,0.15372517456988796,0.0,0.30411730905741857,0.15372517456988796,0.0,0.05411514450215629,0.15372517456988796,0.0,0.2315606601752179,0.15372517456988796,0.0,0.008177031460204353,0.5,0.15372517456988796,0.0,0.019121134663808104,0.15372517456988796,0.0,0.007024397213579767,0.5,0.15372517456988796,0.0,0.024297897221322043,0.15372517456988796,0.0,0.008492205500447582,0.15372517456988796,0.0,0.23824292291276977,0.15372517456988796,0.0,0.40148131856103253,0.15372517456988796,0.0,0.33338634456414584,0.15372517456988796,0.0,0.1496252030736176,0.15372517456988796,0.0,0.08447607916917134,0.5,0.15372517456988796,0.0,0.07011181764609506,0.0,0.24846071756497767,0.9579536424896384 -2041,0.5,0.15372517456988796,0.0,0.11075013011097896,0.15372517456988796,0.0,0.18277784530555852,0.15372517456988796,0.0,0.10716976004876648,0.15372517456988796,0.0,0.11838415639132242,0.15372517456988796,0.0,0.41641465994770455,0.15372517456988796,0.0,0.054466195000068385,0.15372517456988796,0.0,0.1691964853106476,0.15372517456988796,0.0,0.0069177195160049386,0.5,0.15372517456988796,0.0,0.017738239579166253,0.15372517456988796,0.0,0.0069475253098028236,0.5,0.15372517456988796,0.0,0.028319788737364987,0.15372517456988796,0.0,0.008551088272788152,0.15372517456988796,0.0,0.23147445620571566,0.15372517456988796,0.0,0.35797155231566224,0.15372517456988796,0.0,0.2774652035546399,0.15372517456988796,0.0,0.07845683638820093,0.15372517456988796,0.0,0.07927140194539034,0.5,0.15372517456988796,0.0,0.04936730049868647,0.0,0.25752241450386926,0.9900245041246156 -2042,0.5,0.15372517456988796,0.0,0.09763472007518069,0.15372517456988796,0.0,0.2416534928744737,0.15372517456988796,0.0,0.08206444331383418,0.15372517456988796,0.0,0.09454242316998368,0.15372517456988796,0.0,0.45070223561178757,0.15372517456988796,0.0,0.06962568688340051,0.15372517456988796,0.0,0.10977428000310888,0.15372517456988796,0.0,0.006460402860247083,0.5,0.15372517456988796,0.0,0.014605051802427223,0.15372517456988796,0.0,0.006377156015767077,0.5,0.15372517456988796,0.0,0.031067500685218706,0.15372517456988796,0.0,0.007427975004948405,0.15372517456988796,0.0,0.2545351286236031,0.15372517456988796,0.0,0.3697992356892448,0.15372517456988796,0.0,0.2586214124621288,0.15372517456988796,0.0,0.051260838643408274,0.15372517456988796,0.0,0.07666004003352989,0.5,0.15372517456988796,0.0,0.03358785741381452,0.0,0.26475230471168854,0.979675364426229 -2043,0.5,0.15372517456988796,0.0,0.09231349124747959,0.15372517456988796,0.0,0.26100003772463604,0.15372517456988796,0.0,0.07105006604095332,0.15372517456988796,0.0,0.0885477552150524,0.15372517456988796,0.0,0.3757062866964216,0.15372517456988796,0.0,0.04922080371133836,0.15372517456988796,0.0,0.08286729491795812,0.15372517456988796,0.0,0.0060980279913773194,0.5,0.15372517456988796,0.0,0.011696247910668766,0.15372517456988796,0.0,0.009094758560112324,0.5,0.15372517456988796,0.0,0.031036312495730543,0.15372517456988796,0.0,0.0065509518754188955,0.15372517456988796,0.0,0.28066268608547423,0.15372517456988796,0.0,0.45719257613595154,0.15372517456988796,0.0,0.24695190804825518,0.15372517456988796,0.0,0.04221785934134206,0.15372517456988796,0.0,0.07162170060292253,0.5,0.15372517456988796,0.0,0.028159658491822122,0.0,0.33044717060269374,0.9428216200298706 -2044,0.5,0.15372517456988796,0.0,0.09431210270652202,0.15372517456988796,0.0,0.27158548376077657,0.15372517456988796,0.0,0.07306900113936195,0.15372517456988796,0.0,0.09073175569986146,0.15372517456988796,0.0,0.3529551237761575,0.15372517456988796,0.0,0.04525884753075181,0.15372517456988796,0.0,0.07615283105519698,0.15372517456988796,0.0,0.006664339764518124,0.5,0.15372517456988796,0.0,0.01180043841378759,0.15372517456988796,0.0,0.007299320080936884,0.5,0.15372517456988796,0.0,0.0299363473928588,0.15372517456988796,0.0,0.005820680716535088,0.15372517456988796,0.0,0.3024486282269925,0.15372517456988796,0.0,0.5215104741575969,0.15372517456988796,0.0,0.235517808159599,0.15372517456988796,0.0,0.040098620117346384,0.15372517456988796,0.0,0.07023947471191559,0.5,0.15372517456988796,0.0,0.030018483315490195,0.0,0.4001810253397687,0.974855763795588 -2045,0.5,0.15372517456988796,0.0,0.09397384847382283,0.15372517456988796,0.0,0.2813792202451367,0.15372517456988796,0.0,0.08109430286757958,0.15372517456988796,0.0,0.09253237559926668,0.15372517456988796,0.0,0.34688323996454457,0.15372517456988796,0.0,0.05931255397776544,0.15372517456988796,0.0,0.07960397795896808,0.15372517456988796,0.0,0.007409623876729282,0.5,0.15372517456988796,0.0,0.012087624152381382,0.15372517456988796,0.0,0.00826038452956112,0.5,0.15372517456988796,0.0,0.027101200892684675,0.15372517456988796,0.0,0.005287051668516279,0.15372517456988796,0.0,0.3145552040905636,0.15372517456988796,0.0,0.5394288008859216,0.15372517456988796,0.0,0.23361454775822357,0.15372517456988796,0.0,0.040301740646969085,0.15372517456988796,0.0,0.06264405040490868,0.5,0.15372517456988796,0.0,0.03335320758492333,0.0,0.4090879667148579,1.0062206821049833 -2046,0.5,0.15372517456988796,0.0,0.08989296808502976,0.15372517456988796,0.0,0.2754853003149897,0.15372517456988796,0.0,0.08354041843486353,0.15372517456988796,0.0,0.09334653181069057,0.15372517456988796,0.0,0.3399555701215272,0.15372517456988796,0.0,0.0674607975517725,0.15372517456988796,0.0,0.08320607187038209,0.15372517456988796,0.0,0.008789333562206026,0.5,0.15372517456988796,0.0,0.01200749986604934,0.15372517456988796,0.0,0.006816415137648984,0.5,0.15372517456988796,0.0,0.02545684654518036,0.15372517456988796,0.0,0.0051188909371441375,0.15372517456988796,0.0,0.30995075481345713,0.15372517456988796,0.0,0.5330620288190437,0.15372517456988796,0.0,0.25138839297517723,0.15372517456988796,0.0,0.03982565714177514,0.15372517456988796,0.0,0.05444267455499475,0.5,0.15372517456988796,0.0,0.030058514603922518,0.0,0.3637032776119487,1.0069202172280294 -2047,0.5,0.15372517456988796,0.014184416689466439,0.08106426463806338,0.15372517456988796,0.004899840369126361,0.2324430370362627,0.15372517456988796,0.005891555803448146,0.08238905551586177,0.15372517456988796,0.017229294791293013,0.09240353827269863,0.15372517456988796,0.0007139757012153731,0.33890728841732115,0.15372517456988796,7.7720954647753e-06,0.06692161822781403,0.15372517456988796,0.0012699613747143158,0.08255135219617123,0.15372517456988796,0.0002447722447061799,0.009834149598160306,0.5,0.15372517456988796,0.0006483352840456533,0.010469114864609158,0.15372517456988796,0.005363312309275305,0.005601549172525144,0.5,0.15372517456988796,0.0027132669183057706,0.02371850918939588,0.15372517456988796,0.0029257727899921963,0.005374047175037649,0.15372517456988796,0.0033373466331563617,0.30977663581282455,0.15372517456988796,0.0017526873770261698,0.5173946144276369,0.15372517456988796,0.0029442864343556534,0.25299063341894806,0.15372517456988796,0.0027133320140491166,0.04002300938599287,0.15372517456988796,0.006570914150962926,0.045560756849348426,0.5,0.15372517456988796,0.01275361535192107,0.025325278558024536,0.0,0.30132945263119504,1.006490622030218 -2048,0.5,0.15372517456988796,0.13960408373501626,0.07929006545514604,0.15372517456988796,0.12513500259830315,0.1973023017233151,0.15372517456988796,0.1075929001859385,0.105351258290198,0.15372517456988796,0.13857623176511566,0.10148039626110357,0.15372517456988796,0.07556294328823693,0.4061458589470588,0.15372517456988796,0.0770708865922323,0.07473096151493192,0.15372517456988796,0.10109360500148741,0.08361354895864188,0.15372517456988796,0.07932189093219422,0.00886305142679544,0.5,0.15372517456988796,0.09233236790385659,0.008419706453612015,0.15372517456988796,0.13069328639421093,0.0031841196968238317,0.5,0.15372517456988796,0.11355073247890776,0.02221408539736733,0.15372517456988796,0.1164614675905,0.00500138699099998,0.15372517456988796,0.08720156845306737,0.3320503134695284,0.15372517456988796,0.09360941860192425,0.5180675508681654,0.15372517456988796,0.07417693983635208,0.2886944053283096,0.15372517456988796,0.09299837715291892,0.046880245536756834,0.15372517456988796,0.13390700959836965,0.04162751654114895,0.5,0.15372517456988796,0.14997290389535603,0.022030949817138334,0.0,0.24818671630683237,1.006533154586371 -2049,0.5,0.15372517456988796,0.30041813086907126,0.12706771224777663,0.15372517456988796,0.288530207140212,0.2619058666895097,0.15372517456988796,0.2422944142492875,0.23184509028646128,0.15372517456988796,0.29317296368727913,0.1818746671343703,0.15372517456988796,0.19944695979770163,0.5107880489962086,0.15372517456988796,0.21659771711541803,0.12230822876192476,0.15372517456988796,0.26145449341279775,0.1386050359892863,0.15372517456988796,0.22613282637057286,0.0077511116990572945,0.5,0.15372517456988796,0.2492741233150549,0.010007160072403137,0.15372517456988796,0.2982929652176007,0.002326665989774437,0.5,0.15372517456988796,0.2769512030323521,0.027383328058004367,0.15372517456988796,0.28280775289450466,0.004772185670126474,0.15372517456988796,0.21283015474980455,0.44511898464499167,0.15372517456988796,0.23781313375752572,0.6030811999598804,0.15372517456988796,0.17876472039521166,0.3537256368854012,0.15372517456988796,0.2214906014866469,0.0693931165027678,0.15372517456988796,0.29860113894204354,0.059077560165244805,0.5,0.15372517456988796,0.31741000625356214,0.026497697757056373,0.0,0.22809573405228661,1.008002715759163 -2050,0.5,0.15372517456988796,0.46779767633270486,0.20008499797690885,0.15372517456988796,0.44516291657970086,0.4831322372095194,0.15372517456988796,0.4013851482477443,0.2581971555676495,0.15372517456988796,0.4637647995141612,0.2710955894144087,0.15372517456988796,0.3609960530508618,0.6162138240189774,0.15372517456988796,0.38481841481924417,0.1950097020859068,0.15372517456988796,0.4227144612522127,0.2782350630329392,0.15372517456988796,0.3932747827139619,0.027288561030700667,0.5,0.15372517456988796,0.4173305254439701,0.021960870334916165,0.15372517456988796,0.4687339063714064,0.014116475114399061,0.5,0.15372517456988796,0.4428291297776469,0.09940793554298737,0.15372517456988796,0.451937225356182,0.011668820669826194,0.15372517456988796,0.33799605422474377,0.5969189913199588,0.15372517456988796,0.4019543805675728,0.6995751461848214,0.15372517456988796,0.31815060712022364,0.40467352223204106,0.15372517456988796,0.3627658087407412,0.13073771599225262,0.15372517456988796,0.4608640641061401,0.1888416842183185,0.5,0.15372517456988796,0.4856708562619118,0.1030862971233527,0.0,0.1749786643907165,1.008464335253451 -2051,0.5,0.15372517456988796,0.5995731976211042,0.24841236709953304,0.15372517456988796,0.5848792875733878,0.6773009541677606,0.15372517456988796,0.5752584601657384,0.36772163998960095,0.15372517456988796,0.5761756518858039,0.3927554622064043,0.15372517456988796,0.545826005783921,0.6924354670732096,0.15372517456988796,0.5513267436857917,0.2541941938720829,0.15372517456988796,0.5751592070959924,0.49498836488741227,0.15372517456988796,0.5568123105874482,0.0720408027328514,0.5,0.15372517456988796,0.5684408056088491,0.029615385862780588,0.15372517456988796,0.6108792143584627,0.020883727323556985,0.5,0.15372517456988796,0.5873002638286174,0.1143242556655506,0.15372517456988796,0.596441645740254,0.015114241225303334,0.15372517456988796,0.42077034923054757,0.5925878617635284,0.15372517456988796,0.5736250698501453,0.7480619574554137,0.15372517456988796,0.5025561313644811,0.5294840481349388,0.15372517456988796,0.5356772713940183,0.27563220528072924,0.15372517456988796,0.5970977826095647,0.23074892410451198,0.5,0.15372517456988796,0.6214513178507377,0.1699748329549472,0.0,0.15093114982831285,1.0077184907496188 -2052,0.5,0.15372517456988796,0.651991598892859,0.27305618941651055,0.15372517456988796,0.6539936560258786,0.6529436883197416,0.15372517456988796,0.6889654678219204,0.46739829649170134,0.15372517456988796,0.6417958652517423,0.385429750956908,0.15372517456988796,0.6691118487588544,0.773990217431873,0.15372517456988796,0.6592403888723537,0.31509589443112884,0.15372517456988796,0.6708813181035503,0.5920372256268288,0.15372517456988796,0.6615429689466641,0.10115603522929542,0.5,0.15372517456988796,0.6655856753487531,0.03577135365414642,0.15372517456988796,0.69632009294882,0.03536246782045104,0.5,0.15372517456988796,0.6765254896742154,0.13607667010036398,0.15372517456988796,0.6858251226362294,0.023823419016291394,0.15372517456988796,0.47960206549710094,0.5227155262164442,0.15372517456988796,0.6670951711917976,0.7742631461070295,0.15372517456988796,0.6636494514813392,0.6107997082998412,0.15372517456988796,0.672963888897312,0.38021321951052733,0.15372517456988796,0.678508967432553,0.25788867556502326,0.5,0.15372517456988796,0.695413378341448,0.20493181929711735,0.0,0.14220441850303997,1.0012925004262019 -2053,0.5,0.15372517456988796,0.6623350077203292,0.27450547010429505,0.15372517456988796,0.6749393875117349,0.6079234888472494,0.15372517456988796,0.7154503049911707,0.5380897328949968,0.15372517456988796,0.6543158337414704,0.34291169546308176,0.15372517456988796,0.7089269440261415,0.808394046606682,0.15372517456988796,0.702295087226737,0.37857893636003753,0.15372517456988796,0.7088378445858327,0.631636290855381,0.15372517456988796,0.7017939209977679,0.10480571734180633,0.5,0.15372517456988796,0.69733830426342,0.04207635133597466,0.15372517456988796,0.7270986730696064,0.04109122292861455,0.5,0.15372517456988796,0.7106164641843941,0.16515102656342406,0.15372517456988796,0.7197863802628834,0.034169625854882216,0.15372517456988796,0.5474435729853943,0.48341527894575864,0.15372517456988796,0.7021791347674181,0.7555051670562325,0.15372517456988796,0.7094580940247809,0.6443564851336264,0.15372517456988796,0.710639629314224,0.4316087196234653,0.15372517456988796,0.7040619255435613,0.27924733705609306,0.5,0.15372517456988796,0.712766299100471,0.22611141986577582,0.0,0.12847450466725768,0.9924620782843065 -2054,0.5,0.15372517456988796,0.646540653694465,0.27586416655305934,0.15372517456988796,0.6462342654107738,0.5778814976617842,0.15372517456988796,0.69401788700016,0.5624617184406824,0.15372517456988796,0.6324447070851845,0.32017757243169664,0.15372517456988796,0.7044349338147312,0.8332587973168424,0.15372517456988796,0.6938213710570211,0.44039284025566194,0.15372517456988796,0.6942796752512895,0.615837674904574,0.15372517456988796,0.6900864089475143,0.10346159084243867,0.5,0.15372517456988796,0.6864602232003989,0.04485175453841239,0.15372517456988796,0.7100458054013545,0.04540985434215438,0.5,0.15372517456988796,0.7005739013129708,0.18448109107061686,0.15372517456988796,0.7018777752963431,0.046481637252925506,0.15372517456988796,0.5534083710971704,0.49014161340429263,0.15372517456988796,0.6893673033109917,0.7224939121675862,0.15372517456988796,0.6943991716223313,0.660952615636299,0.15372517456988796,0.6913616462890649,0.4252746249252261,0.15372517456988796,0.6837797195885362,0.28455367923081437,0.5,0.15372517456988796,0.6609244689155213,0.24837862118737436,0.0,0.11570347572396454,0.9773143147170632 -2055,0.5,0.15372517456988796,0.5613796773467652,0.278951872229575,0.15372517456988796,0.5739920187602172,0.5007392512947038,0.15372517456988796,0.6175678882478944,0.5355871476989911,0.15372517456988796,0.5537711764529963,0.3133166671408794,0.15372517456988796,0.6433169624177941,0.8363499084722852,0.15372517456988796,0.6189823090155968,0.42287719677293145,0.15372517456988796,0.6308689319864579,0.6053911881519793,0.15372517456988796,0.6093437258746025,0.09710317867898845,0.5,0.15372517456988796,0.6230401101492057,0.04911401682281304,0.15372517456988796,0.6253690858243511,0.060458495957145295,0.5,0.15372517456988796,0.6332495297058103,0.19413593383442546,0.15372517456988796,0.6236919872205067,0.06597682632878592,0.15372517456988796,0.5051516001210204,0.4956861830172326,0.15372517456988796,0.6252972021834338,0.7014832953975257,0.15372517456988796,0.6260391531854932,0.6484082232161426,0.15372517456988796,0.6247232718339162,0.4034427863207164,0.15372517456988796,0.6113909774387739,0.2827310868118248,0.5,0.15372517456988796,0.5405555330522432,0.2662440390412456,0.0,0.11795509597637245,0.969795956595882 -2056,0.5,0.15372517456988796,0.43299216937663354,0.2729543291407007,0.15372517456988796,0.42382426969027376,0.3775907248652444,0.15372517456988796,0.482755860368683,0.5037914380599313,0.15372517456988796,0.42429433832375896,0.30073766705832433,0.15372517456988796,0.5205101298604842,0.824988691585812,0.15372517456988796,0.4823171450974814,0.3690671928696451,0.15372517456988796,0.503865305814213,0.5621765649497146,0.15372517456988796,0.48566715174255437,0.08854176583333165,0.5,0.15372517456988796,0.4989411938197891,0.05809344368989866,0.15372517456988796,0.48435958716759164,0.08198300215468854,0.5,0.15372517456988796,0.5023232259166137,0.18955602358978849,0.15372517456988796,0.4936711681294923,0.09437272204683096,0.15372517456988796,0.3795422305431381,0.4649723929182377,0.15372517456988796,0.49831152411999313,0.6487077156293899,0.15372517456988796,0.49740052580708916,0.5748871469528982,0.15372517456988796,0.49758929720225453,0.3766364115152203,0.15372517456988796,0.4645150573089918,0.26161062247050093,0.5,0.15372517456988796,0.39107568146464133,0.2513728811038357,0.0,0.10931455498873908,0.982875686365965 -2057,0.5,0.15372517456988796,0.2894622843699672,0.20412117608358993,0.15372517456988796,0.2956203014923047,0.22567603238567754,0.15372517456988796,0.3303618764960227,0.41043106998050893,0.15372517456988796,0.28022722105971426,0.1995425352370075,0.15372517456988796,0.37399878923190266,0.682314751555519,0.15372517456988796,0.3336324800542822,0.2764994871622565,0.15372517456988796,0.3544994754872638,0.384786828410025,0.15372517456988796,0.33938525951157783,0.06768536261300556,0.5,0.15372517456988796,0.3480804930939714,0.06755102028871454,0.15372517456988796,0.3118830775615603,0.09176441094683067,0.5,0.15372517456988796,0.34689266310290656,0.18426404074026484,0.15372517456988796,0.33284718466876895,0.09806635643234819,0.15372517456988796,0.2622186268993514,0.4109018064210209,0.15372517456988796,0.358872787593216,0.48685596763338057,0.15372517456988796,0.3520326068168581,0.37399469001455876,0.15372517456988796,0.35036454828187946,0.2675174787952844,0.15372517456988796,0.30763605306772335,0.19579405662993388,0.5,0.15372517456988796,0.23206721075246428,0.16319447158267741,0.0,0.10315425834378042,0.990359420307805 -2058,0.5,0.15372517456988796,0.056581602936484066,0.12114889349644851,0.15372517456988796,0.08363346129296748,0.17453829277142371,0.15372517456988796,0.07556849089075489,0.17447492054825084,0.15372517456988796,0.0471221318591772,0.08445498498547098,0.15372517456988796,0.1200202914430335,0.42522741736435676,0.15372517456988796,0.13245979582716172,0.20254892055015894,0.15372517456988796,0.11824245816410035,0.2338251533377185,0.15372517456988796,0.10806948929990152,0.03396641435847625,0.5,0.15372517456988796,0.10924882456087077,0.02504425808447533,0.15372517456988796,0.08454523658670932,0.05190717664714655,0.5,0.15372517456988796,0.08838658369526543,0.1278954914780687,0.15372517456988796,0.0971150476979832,0.05289144864254452,0.15372517456988796,0.10358592158346745,0.3124673784801298,0.15372517456988796,0.11423622309500535,0.32008777773692515,0.15372517456988796,0.09015555480608095,0.19033450994909118,0.15372517456988796,0.09083509345202,0.16446328465048615,0.15372517456988796,0.06963574763846876,0.10686050660071408,0.5,0.15372517456988796,0.057790046988654274,0.09989343564699017,0.0,0.05703241652706918,0.9891276120682033 -2059,0.5,0.15372517456988796,0.0,0.10813655097644805,0.15372517456988796,0.0,0.18529916683749512,0.15372517456988796,0.0,0.11904938877973446,0.15372517456988796,0.0,0.06249481726206917,0.15372517456988796,0.0,0.34724068689886567,0.15372517456988796,0.0,0.22337637102459335,0.15372517456988796,0.0,0.23505177073990613,0.15372517456988796,0.0,0.0376848577386117,0.5,0.15372517456988796,0.0,0.021864536965440225,0.15372517456988796,0.0,0.05146127831012159,0.5,0.15372517456988796,0.0,0.17706955825946202,0.15372517456988796,0.0,0.051176182669761545,0.15372517456988796,0.0,0.2381616336136342,0.15372517456988796,0.0,0.31963831859363423,0.15372517456988796,0.0,0.17191574228812262,0.15372517456988796,0.0,0.17882688618389436,0.15372517456988796,0.0,0.12121915987919224,0.5,0.15372517456988796,0.0,0.11333018572572034,0.0,0.023213297688163388,0.9850695169327632 -2060,0.5,0.15372517456988796,0.0,0.08238052054051452,0.15372517456988796,0.0,0.17350409864478114,0.15372517456988796,0.0,0.09048039873010105,0.15372517456988796,0.0,0.03862899565643274,0.15372517456988796,0.0,0.324626703287481,0.15372517456988796,0.0,0.2398930467139715,0.15372517456988796,0.0,0.2285252187084568,0.15372517456988796,0.0,0.0392820985700178,0.5,0.15372517456988796,0.0,0.020750865690656234,0.15372517456988796,0.0,0.03771472744161319,0.5,0.15372517456988796,0.0,0.17754725104848085,0.15372517456988796,0.0,0.040794563550252745,0.15372517456988796,0.0,0.17817227175836575,0.15372517456988796,0.0,0.3392492813001742,0.15372517456988796,0.0,0.1570607836507935,0.15372517456988796,0.0,0.17314439871948448,0.15372517456988796,0.0,0.11597694716684,0.5,0.15372517456988796,0.0,0.10762812742255089,0.0,0.011905416794281365,0.9758499497545097 -2061,0.5,0.15372517456988796,0.0,0.06122417974028344,0.15372517456988796,0.0,0.13987975440412145,0.15372517456988796,0.0,0.07098634847422061,0.15372517456988796,0.0,0.01887122697050937,0.15372517456988796,0.0,0.28298848467964066,0.15372517456988796,0.0,0.23110960570634914,0.15372517456988796,0.0,0.19389124539699187,0.15372517456988796,0.0,0.048389565436049914,0.5,0.15372517456988796,0.0,0.027751998986893126,0.15372517456988796,0.0,0.03158804085539651,0.5,0.15372517456988796,0.0,0.12499763606925912,0.15372517456988796,0.0,0.036546283020345675,0.15372517456988796,0.0,0.13455904456313733,0.15372517456988796,0.0,0.3225022183836613,0.15372517456988796,0.0,0.13005930592976794,0.15372517456988796,0.0,0.13809707128780752,0.15372517456988796,0.0,0.09168672129679922,0.5,0.15372517456988796,0.0,0.08110096553398913,0.0,0.01306339842731605,0.9546075594568026 -2062,0.5,0.15372517456988796,0.0,0.05635083852177269,0.15372517456988796,0.0,0.09921042324682984,0.15372517456988796,0.0,0.04657185015251653,0.15372517456988796,0.0,0.010185007585863446,0.15372517456988796,0.0,0.23179791770001432,0.15372517456988796,0.0,0.217341118329822,0.15372517456988796,0.0,0.15281468348541583,0.15372517456988796,0.0,0.0544490240623227,0.5,0.15372517456988796,0.0,0.033490808759944014,0.15372517456988796,0.0,0.022871395945516407,0.5,0.15372517456988796,0.0,0.09189000739575907,0.15372517456988796,0.0,0.03375512135926879,0.15372517456988796,0.0,0.10785649230978996,0.15372517456988796,0.0,0.2761608031250399,0.15372517456988796,0.0,0.09748985912462796,0.15372517456988796,0.0,0.08706602136798766,0.15372517456988796,0.0,0.07245924794284689,0.5,0.15372517456988796,0.0,0.061149790324042025,0.0,0.01917029786461244,0.9097611633038543 -2063,0.5,0.15372517456988796,0.0,0.05200982714406316,0.15372517456988796,0.0,0.07186371740050296,0.15372517456988796,0.0,0.02844461470289897,0.15372517456988796,0.0,0.009198554439172951,0.15372517456988796,0.0,0.19569389018834038,0.15372517456988796,0.0,0.1953319941284401,0.15372517456988796,0.0,0.11066190864348181,0.15372517456988796,0.0,0.049866257807279935,0.5,0.15372517456988796,0.0,0.037319821137862176,0.15372517456988796,0.0,0.01513081283665288,0.5,0.15372517456988796,0.0,0.07237582251916197,0.15372517456988796,0.0,0.029346828561910326,0.15372517456988796,0.0,0.09019287099472828,0.15372517456988796,0.0,0.22952468286118638,0.15372517456988796,0.0,0.07258183927098019,0.15372517456988796,0.0,0.05008970164407938,0.15372517456988796,0.0,0.05696107303572278,0.5,0.15372517456988796,0.0,0.051901008911533986,0.0,0.01823012206227825,0.8763587274224176 -2064,0.5,0.15372517456988796,0.0,0.0443009718605893,0.15372517456988796,0.0,0.07002376272449054,0.15372517456988796,0.0,0.021308804683461722,0.15372517456988796,0.0,0.010488654473023514,0.15372517456988796,0.0,0.17262772519138053,0.15372517456988796,0.0,0.1633198422046847,0.15372517456988796,0.0,0.09111218317847383,0.15372517456988796,0.0,0.04029892406999489,0.5,0.15372517456988796,0.0,0.03836105447529162,0.15372517456988796,0.0,0.0110759314762316,0.5,0.15372517456988796,0.0,0.04885941190798675,0.15372517456988796,0.0,0.025296964244344754,0.15372517456988796,0.0,0.07635946104157863,0.15372517456988796,0.0,0.2018858611744928,0.15372517456988796,0.0,0.06665093956540606,0.15372517456988796,0.0,0.0354621170689142,0.15372517456988796,0.0,0.04899341498805735,0.5,0.15372517456988796,0.0,0.03877906679124432,0.0,0.017797288748076408,0.8545971635258055 -2065,0.5,0.15372517456988796,0.0,0.03721794140625987,0.15372517456988796,0.0,0.06448733172103781,0.15372517456988796,0.0,0.021702990398688057,0.15372517456988796,0.0,0.01175562040269465,0.15372517456988796,0.0,0.16106796706814683,0.15372517456988796,0.0,0.12868267016899992,0.15372517456988796,0.0,0.0849957379462111,0.15372517456988796,0.0,0.035435828642642796,0.5,0.15372517456988796,0.0,0.03559182595329273,0.15372517456988796,0.0,0.008813524169875863,0.5,0.15372517456988796,0.0,0.04051124695756887,0.15372517456988796,0.0,0.021428055400618002,0.15372517456988796,0.0,0.06584588992989013,0.15372517456988796,0.0,0.18006620104658994,0.15372517456988796,0.0,0.06446090273780829,0.15372517456988796,0.0,0.030565212729820563,0.15372517456988796,0.0,0.044904109619619215,0.5,0.15372517456988796,0.0,0.03473982874947053,0.0,0.03147839294828819,0.8094835784124572 -2066,0.5,0.15372517456988796,0.0,0.035690456463715735,0.15372517456988796,0.0,0.05985656132633914,0.15372517456988796,0.0,0.020858691090125562,0.15372517456988796,0.0,0.013741038358273066,0.15372517456988796,0.0,0.15082781103277684,0.15372517456988796,0.0,0.1180593798758233,0.15372517456988796,0.0,0.0706050720525075,0.15372517456988796,0.0,0.033992968549973857,0.5,0.15372517456988796,0.0,0.03379613007647188,0.15372517456988796,0.0,0.010240913051129428,0.5,0.15372517456988796,0.0,0.04660040653097618,0.15372517456988796,0.0,0.01904407475795749,0.15372517456988796,0.0,0.060763572032682046,0.15372517456988796,0.0,0.16452705380035956,0.15372517456988796,0.0,0.05700260226212637,0.15372517456988796,0.0,0.026981870500616185,0.15372517456988796,0.0,0.041517862958613004,0.5,0.15372517456988796,0.0,0.039445188426135924,0.0,0.059186519488438984,0.7607487633086213 -2067,0.5,0.15372517456988796,0.0,0.041300162928413583,0.15372517456988796,0.0,0.05040227032465838,0.15372517456988796,0.0,0.017810120958275666,0.15372517456988796,0.0,0.017512617151186516,0.15372517456988796,0.0,0.14769705451881426,0.15372517456988796,0.0,0.10779049167750068,0.15372517456988796,0.0,0.06446010341825531,0.15372517456988796,0.0,0.0323925141351644,0.5,0.15372517456988796,0.0,0.033356116380283574,0.15372517456988796,0.0,0.012431670455663141,0.5,0.15372517456988796,0.0,0.04535501107661349,0.15372517456988796,0.0,0.017517996970804077,0.15372517456988796,0.0,0.06268845528750613,0.15372517456988796,0.0,0.15819502772831862,0.15372517456988796,0.0,0.050099276083862186,0.15372517456988796,0.0,0.02698709367619779,0.15372517456988796,0.0,0.03974001762253673,0.5,0.15372517456988796,0.0,0.03907246148031332,0.0,0.13704055285532293,0.7181139510000911 -2068,0.5,0.15372517456988796,0.0,0.04455248051792168,0.15372517456988796,0.0,0.04833511822289797,0.15372517456988796,0.0,0.01709803986106043,0.15372517456988796,0.0,0.02108319555537357,0.15372517456988796,0.0,0.16218523529158582,0.15372517456988796,0.0,0.09898739052663967,0.15372517456988796,0.0,0.06634000809744696,0.15372517456988796,0.0,0.030147948533662334,0.5,0.15372517456988796,0.0,0.03187384849143671,0.15372517456988796,0.0,0.009980426285746425,0.5,0.15372517456988796,0.0,0.04064856058010605,0.15372517456988796,0.0,0.014306311477711307,0.15372517456988796,0.0,0.06853616306338611,0.15372517456988796,0.0,0.14593752744416177,0.15372517456988796,0.0,0.04556676837267513,0.15372517456988796,0.0,0.032235828020204464,0.15372517456988796,0.0,0.039220282667160065,0.5,0.15372517456988796,0.0,0.036720403916941216,0.0,0.18345036146661964,0.6632047903312527 -2069,0.5,0.15372517456988796,0.0,0.04563208853306892,0.15372517456988796,0.0,0.0616652829541175,0.15372517456988796,0.0,0.021386359996020902,0.15372517456988796,0.0,0.02167182559396101,0.15372517456988796,0.0,0.1617042728885321,0.15372517456988796,0.0,0.12001952166172325,0.15372517456988796,0.0,0.07889809079985352,0.15372517456988796,0.0,0.028817676760055914,0.5,0.15372517456988796,0.0,0.030559638016487523,0.15372517456988796,0.0,0.007504076507414431,0.5,0.15372517456988796,0.0,0.034825326809818334,0.15372517456988796,0.0,0.013692722429136979,0.15372517456988796,0.0,0.06798017956844016,0.15372517456988796,0.0,0.14149782314557957,0.15372517456988796,0.0,0.04711915713466764,0.15372517456988796,0.0,0.035708611834634175,0.15372517456988796,0.0,0.03564656180564261,0.5,0.15372517456988796,0.0,0.033068955830886905,0.0,0.1717425306124115,0.6280069155088777 -2070,0.5,0.15372517456988796,0.0,0.04908645181262587,0.15372517456988796,0.0,0.051257538376142484,0.15372517456988796,0.0,0.02034878202320239,0.15372517456988796,0.0,0.02074557162299157,0.15372517456988796,0.0,0.15570998445362833,0.15372517456988796,0.0,0.14144332612499322,0.15372517456988796,0.0,0.08510038518007264,0.15372517456988796,0.0,0.031238938492000577,0.5,0.15372517456988796,0.0,0.032802697333902064,0.15372517456988796,0.0,0.005896590432232988,0.5,0.15372517456988796,0.0,0.0292257544459871,0.15372517456988796,0.0,0.012661245662444687,0.15372517456988796,0.0,0.063289000768492,0.15372517456988796,0.0,0.1368869584425358,0.15372517456988796,0.0,0.04938043285127195,0.15372517456988796,0.0,0.03179960232159928,0.15372517456988796,0.0,0.02801178514449046,0.5,0.15372517456988796,0.0,0.024808321437247035,0.0,0.28355118969963394,0.6739508838802569 -2071,0.5,0.15372517456988796,0.002579484482430093,0.056739631461877875,0.15372517456988796,0.0056674899453929475,0.03090095058466727,0.15372517456988796,0.007329845936162103,0.01249817343302361,0.15372517456988796,0.003056096879524472,0.02285073169485421,0.15372517456988796,0.001902087226372098,0.15058679758101542,0.15372517456988796,0.0002364710874335376,0.14239778408619122,0.15372517456988796,0.0022819525144741285,0.07988689016053489,0.15372517456988796,0.0007218875987884824,0.03175679047388,0.5,0.15372517456988796,0.0011741073546836778,0.03460379336897525,0.15372517456988796,0.004779423497438658,0.004267664098686228,0.5,0.15372517456988796,0.003380528813867729,0.02582775097971197,0.15372517456988796,0.0034406280549879906,0.011028830321151609,0.15372517456988796,0.003168450105434361,0.05559708006934783,0.15372517456988796,0.0028722851551915406,0.1352594327576494,0.15372517456988796,0.005059245077839182,0.0402100273958796,0.15372517456988796,0.004204957503849869,0.032273113199417135,0.15372517456988796,0.00741037563945754,0.024210385286434485,0.5,0.15372517456988796,0.015158198525271742,0.019612295978368253,0.0,0.32957339949653586,0.7018256169451692 -2072,0.5,0.15372517456988796,0.02343545140645255,0.07991106459804487,0.15372517456988796,0.11732073901945084,0.01951916716579201,0.15372517456988796,0.1021802674663285,0.008785466486094184,0.15372517456988796,0.023424360528364302,0.02666109522262945,0.15372517456988796,0.1080309128376612,0.1661964811114969,0.15372517456988796,0.09639765549319343,0.1346134548755339,0.15372517456988796,0.11118757998598003,0.08362148572532258,0.15372517456988796,0.09978514188935042,0.02724640839333382,0.5,0.15372517456988796,0.10144831054458625,0.030445154522475794,0.15372517456988796,0.09904085569778234,0.005237046646345146,0.5,0.15372517456988796,0.11151475368226674,0.024518153808307342,0.15372517456988796,0.10499316357638355,0.008732775503909794,0.15372517456988796,0.06261163425594385,0.05380291652897147,0.15372517456988796,0.11124103933499993,0.12779795171256708,0.15372517456988796,0.11916398486290376,0.029806062879797295,0.15372517456988796,0.12274217983013747,0.03397681248753273,0.15372517456988796,0.12952633345042722,0.02441541391746542,0.5,0.15372517456988796,0.1424661122536951,0.022465222787589872,0.0,0.44570623690562355,0.6914515677186821 -2073,0.5,0.15372517456988796,0.045935316016116466,0.12911648906132045,0.15372517456988796,0.23581262890639937,0.01993062752435882,0.15372517456988796,0.19043646771023834,0.013386973325440874,0.15372517456988796,0.04346091206102655,0.03193773136485762,0.15372517456988796,0.2720460803633836,0.1981600307781047,0.15372517456988796,0.2586261386777394,0.16747415788160291,0.15372517456988796,0.2763461240129003,0.09554346116077599,0.15372517456988796,0.2616160028320365,0.031146970842175704,0.5,0.15372517456988796,0.2623756993214803,0.04154014649450189,0.15372517456988796,0.23877378448401937,0.01565460303366064,0.5,0.15372517456988796,0.272959296195274,0.08275731229621566,0.15372517456988796,0.24148576704794358,0.019206632550405275,0.15372517456988796,0.1317612830800292,0.06345588122813774,0.15372517456988796,0.26855318062730965,0.12813872197368426,0.15372517456988796,0.2610307451837059,0.029485487815350632,0.15372517456988796,0.2876441276561679,0.04171686471501483,0.15372517456988796,0.2842546877099301,0.0473551000513691,0.5,0.15372517456988796,0.2908263145381262,0.06448418183137464,0.0,0.5145336626537069,0.671964940119428 -2074,0.5,0.15372517456988796,0.08161341929121535,0.17316850017647895,0.15372517456988796,0.23726040976464607,0.05019874623487541,0.15372517456988796,0.2401007658169106,0.03671284480822207,0.15372517456988796,0.06398600966753865,0.03718029659723278,0.15372517456988796,0.4299624620254302,0.3526809638906814,0.15372517456988796,0.4191582378683826,0.2870338671439267,0.15372517456988796,0.4370624883618731,0.22414414296779533,0.15372517456988796,0.4230830028010516,0.11327699090473256,0.5,0.15372517456988796,0.426182754286015,0.12123128489830097,0.15372517456988796,0.4070185919626619,0.027258000186073293,0.5,0.15372517456988796,0.44208084211844473,0.20383222340364002,0.15372517456988796,0.38489585161473516,0.04900593978831257,0.15372517456988796,0.13336906349143135,0.1019980432953714,0.15372517456988796,0.4122964154599351,0.18775073931764347,0.15372517456988796,0.3841606395571092,0.05469267372230537,0.15372517456988796,0.44683683443303357,0.1521939977638271,0.15372517456988796,0.4461193208853207,0.1035921530370377,0.5,0.15372517456988796,0.4261679126674387,0.08741013546831772,0.0,0.5637305443264561,0.6142987960413864 -2075,0.5,0.15372517456988796,0.1276321085835093,0.2358318729131997,0.15372517456988796,0.1774817111493605,0.17629000426873356,0.15372517456988796,0.2664323590284479,0.08077258016161368,0.15372517456988796,0.09126623781666339,0.045084795805976186,0.15372517456988796,0.5763578488863598,0.33248575447996886,0.15372517456988796,0.5692677061398794,0.32575429888775276,0.15372517456988796,0.5845585583509122,0.3964771828898642,0.15372517456988796,0.5710760155620356,0.20092878673474118,0.5,0.15372517456988796,0.5738242823879403,0.19531759168090954,0.15372517456988796,0.5477240824464529,0.03556647571347426,0.5,0.15372517456988796,0.586066645964519,0.23038278433304765,0.15372517456988796,0.5224903577613494,0.0827423778339347,0.15372517456988796,0.0989306475667614,0.15155695161099325,0.15372517456988796,0.5391325995401755,0.20447425686060744,0.15372517456988796,0.49242405416642465,0.09651143405417872,0.15372517456988796,0.5860723867508041,0.27493788786056056,0.15372517456988796,0.5806140268568852,0.14316081300693176,0.5,0.15372517456988796,0.5207421412322438,0.08741768903160034,0.0,0.5900243198085144,0.49654232204998344 -2076,0.5,0.15372517456988796,0.15757093267625633,0.2775222406675721,0.15372517456988796,0.17826141146368102,0.1750206243217196,0.15372517456988796,0.24667136090411357,0.08337812277672618,0.15372517456988796,0.0902058246887023,0.06216979251828605,0.15372517456988796,0.6696391506692366,0.37183032809425925,0.15372517456988796,0.6681693385905492,0.37027982339450516,0.15372517456988796,0.67763012848216,0.4556706854160207,0.15372517456988796,0.6668496522309679,0.26323603348513896,0.5,0.15372517456988796,0.6681362732826779,0.2429657942948688,0.15372517456988796,0.621626508504604,0.03898326592747829,0.5,0.15372517456988796,0.674079965860996,0.21314499105996704,0.15372517456988796,0.6204132179627,0.0977049378665707,0.15372517456988796,0.09515553206394964,0.21547325765414535,0.15372517456988796,0.598779388674751,0.28768241182219856,0.15372517456988796,0.5049530473217114,0.16433058141528661,0.15372517456988796,0.6706693401946838,0.29168593131167225,0.15372517456988796,0.6321739889915161,0.14371470762569538,0.5,0.15372517456988796,0.5141956842524905,0.08096242405701554,0.0,0.6287867789040821,0.4623732447927799 -2077,0.5,0.15372517456988796,0.1344439573681798,0.2726675490630942,0.15372517456988796,0.08000874725425537,0.12090090088933304,0.15372517456988796,0.21032477125804144,0.07101271664856215,0.15372517456988796,0.07779147694798204,0.07467300242738642,0.15372517456988796,0.7046978261078575,0.5078510458919894,0.15372517456988796,0.7092483195739766,0.3797340916645026,0.15372517456988796,0.7108623647053214,0.49207233103895437,0.15372517456988796,0.7062345059015723,0.2657108599988362,0.5,0.15372517456988796,0.7032935024822786,0.24743719398605982,0.15372517456988796,0.6579655362816959,0.041833760464683005,0.5,0.15372517456988796,0.6988843619846486,0.20883498859078065,0.15372517456988796,0.6677171440236921,0.09915535316268242,0.15372517456988796,0.08781665328888784,0.2500748445560408,0.15372517456988796,0.5806269821974588,0.32712165011109573,0.15372517456988796,0.41910242000653675,0.19895721398281488,0.15372517456988796,0.7041716269049155,0.2971918595175884,0.15372517456988796,0.5699957029415816,0.1278832803742413,0.5,0.15372517456988796,0.4523756903098324,0.07534319433325298,0.0,0.6889797581763922,0.5575107148086772 -2078,0.5,0.15372517456988796,0.12605772022488002,0.2702132738830451,0.15372517456988796,0.04604233568917785,0.10697071236617407,0.15372517456988796,0.14123306930310686,0.06126508378192278,0.15372517456988796,0.07324501122613186,0.0793242207745028,0.15372517456988796,0.6841294247922368,0.6147833210277354,0.15372517456988796,0.7064275054385726,0.43046491159530514,0.15372517456988796,0.6982321996576195,0.5159767233025381,0.15372517456988796,0.7022898010297552,0.238580099949544,0.5,0.15372517456988796,0.6927956074492614,0.21175530197579492,0.15372517456988796,0.640480567099519,0.05258523355808137,0.5,0.15372517456988796,0.69031834110558,0.2264165718502076,0.15372517456988796,0.668417012037237,0.0933561494623972,0.15372517456988796,0.08368072922597498,0.2824740562703966,0.15372517456988796,0.5224957774072998,0.3493178652557443,0.15372517456988796,0.2755257363450827,0.17138241911148633,0.15372517456988796,0.6887281335247099,0.3170645444110149,0.15372517456988796,0.5086426751431281,0.13393504439595671,0.5,0.15372517456988796,0.4048509651958609,0.07254416554896193,0.0,0.7200164530777039,0.5620350915010364 -2079,0.5,0.15372517456988796,0.09625147157010756,0.2523393329369654,0.15372517456988796,0.044663587875887416,0.09205357644114796,0.15372517456988796,0.08283370874600574,0.05240590213855723,0.15372517456988796,0.07189923656377001,0.0753830817941009,0.15372517456988796,0.5974377490731401,0.6473277728380705,0.15372517456988796,0.6487718943654656,0.4543728565433914,0.15372517456988796,0.6357439299490947,0.5467036394244994,0.15372517456988796,0.6444959427490986,0.21582478876910305,0.5,0.15372517456988796,0.6355407573707095,0.1714480567954029,0.15372517456988796,0.5885167959611085,0.062307752403522786,0.5,0.15372517456988796,0.6238229422952801,0.2681747724652981,0.15372517456988796,0.6161607473311028,0.09374462027760927,0.15372517456988796,0.09099717868627179,0.31736905560393486,0.15372517456988796,0.4163045047145672,0.3614537072335299,0.15372517456988796,0.14613628869285356,0.13774898421803564,0.15372517456988796,0.6110362428799431,0.3561892070961301,0.15372517456988796,0.42524706109088034,0.15386405124765853,0.5,0.15372517456988796,0.32863490220072467,0.08296103825220677,0.0,0.7322841338569694,0.55267235266717 -2080,0.5,0.15372517456988796,0.06526255736172235,0.2269500309654489,0.15372517456988796,0.03824312740580774,0.08216024345065315,0.15372517456988796,0.0449559263696755,0.04330732188191007,0.15372517456988796,0.060489478168522084,0.07443804981467234,0.15372517456988796,0.4411912008609894,0.5508786894637547,0.15372517456988796,0.5217930645453084,0.4286934320262508,0.15372517456988796,0.5112476062609786,0.5085315888571927,0.15372517456988796,0.5251959318299804,0.18565725064589977,0.5,0.15372517456988796,0.5132674888853583,0.13639656594044539,0.15372517456988796,0.4487127374570566,0.09091569898542842,0.5,0.15372517456988796,0.4913909151398217,0.28138912472738026,0.15372517456988796,0.49736664006185793,0.10493105780799972,0.15372517456988796,0.08369551330934577,0.36052264058458205,0.15372517456988796,0.23443972748813358,0.3180405059705106,0.15372517456988796,0.09469873273121222,0.11973548895171447,0.15372517456988796,0.46473091415802087,0.3658833170486403,0.15372517456988796,0.3221344830963774,0.16988296443828368,0.5,0.15372517456988796,0.2529581515259259,0.09248638335005475,0.0,0.7414736007119762,0.5946867685835822 -2081,0.5,0.15372517456988796,0.0314950812751043,0.1854236344585035,0.15372517456988796,0.020331492161092656,0.078078389146705,0.15372517456988796,0.021450106830307025,0.038132452358526726,0.15372517456988796,0.025972723519291942,0.05865342512630625,0.15372517456988796,0.2887557522570109,0.3144664369427935,0.15372517456988796,0.37319975600340516,0.25194563634907646,0.15372517456988796,0.35809103241938117,0.2951517001750008,0.15372517456988796,0.3751347846886459,0.13935736069607624,0.5,0.15372517456988796,0.35962581252946535,0.10237149579828916,0.15372517456988796,0.28802094007156637,0.09962257609651953,0.5,0.15372517456988796,0.33306500685286045,0.21981162897816905,0.15372517456988796,0.34111389771526246,0.08576461414322264,0.15372517456988796,0.051345439735073536,0.42798046852837685,0.15372517456988796,0.07371779675827111,0.2924744317613498,0.15372517456988796,0.052877222510901656,0.11366367290329951,0.15372517456988796,0.3021429714154592,0.2446037835009565,0.15372517456988796,0.21481829725619178,0.1421060805502497,0.5,0.15372517456988796,0.15643700193183124,0.08691962634984016,0.0,0.7169071205447393,0.6895563623894098 -2082,0.5,0.15372517456988796,0.008417019464875233,0.14838344620772326,0.15372517456988796,0.0046605311899093355,0.10174849556211156,0.15372517456988796,0.006141852565703701,0.04517827936445951,0.15372517456988796,0.005806232605853299,0.04457222348250145,0.15372517456988796,0.09904020109048825,0.19660215352846344,0.15372517456988796,0.1372544407105656,0.12121654188596624,0.15372517456988796,0.12432450952306248,0.15090450529711463,0.15372517456988796,0.11309708439428859,0.054670166458001254,0.5,0.15372517456988796,0.11429881408100101,0.03748874901489885,0.15372517456988796,0.0818441236839074,0.0535644539661536,0.5,0.15372517456988796,0.09512242601847049,0.0646290012411674,0.15372517456988796,0.1030268991948419,0.028408118149071314,0.15372517456988796,0.015170283565045982,0.4363651241701845,0.15372517456988796,0.0125245759460639,0.3198392962601784,0.15372517456988796,0.015792837170701617,0.13456629874450232,0.15372517456988796,0.08096921900862404,0.13622955480207105,0.15372517456988796,0.053794846922159814,0.08308409249454372,0.5,0.15372517456988796,0.04586638226099181,0.059425276422224615,0.0,0.7264497442629956,0.6765386566035593 -2083,0.5,0.15372517456988796,2.182439596993612e-06,0.12032944167448034,0.15372517456988796,0.0,0.1609337408374226,0.15372517456988796,0.0,0.03816721679763086,0.15372517456988796,0.0,0.040634833494608565,0.15372517456988796,0.0,0.17063272434321072,0.15372517456988796,0.0,0.13487636371618555,0.15372517456988796,0.0,0.12221811555432137,0.15372517456988796,0.0,0.057339667827467015,0.5,0.15372517456988796,0.0,0.03714415791588192,0.15372517456988796,0.0,0.035364167567457694,0.5,0.15372517456988796,0.0,0.03815240515860663,0.15372517456988796,0.0,0.02621139746851431,0.15372517456988796,0.0003676523019518888,0.4035288167628103,0.15372517456988796,0.00021125226127109316,0.3416718196404719,0.15372517456988796,7.995003420506926e-05,0.12459587909130453,0.15372517456988796,0.0,0.1073064935925793,0.15372517456988796,0.0,0.06590883692755439,0.5,0.15372517456988796,0.0,0.07274671319437573,0.0,0.6764738038266589,0.6663742118855572 -2084,0.5,0.15372517456988796,0.0,0.10900887159307851,0.15372517456988796,0.0,0.1921176064918,0.15372517456988796,0.0,0.032000571696841625,0.15372517456988796,0.0,0.045229841062090735,0.15372517456988796,0.0,0.14989482282543942,0.15372517456988796,0.0,0.14659828320680737,0.15372517456988796,0.0,0.09666213383507924,0.15372517456988796,0.0,0.053247678435379364,0.5,0.15372517456988796,0.0,0.030537529444366326,0.15372517456988796,0.0,0.024496340289318595,0.5,0.15372517456988796,0.0,0.03151475992148009,0.15372517456988796,0.0,0.026813294822151557,0.15372517456988796,0.0,0.37455203130304693,0.15372517456988796,0.0,0.2894216633384269,0.15372517456988796,0.0,0.10589984908974841,0.15372517456988796,0.0,0.07778965108261457,0.15372517456988796,0.0,0.03853050211500195,0.5,0.15372517456988796,0.0,0.04598318912437931,0.0,0.5832929402264416,0.6991975236227338 -2085,0.5,0.15372517456988796,0.0,0.10128929475669458,0.15372517456988796,0.0,0.20666985968870988,0.15372517456988796,0.0,0.030754794667412984,0.15372517456988796,0.0,0.05252858955628115,0.15372517456988796,0.0,0.14450689685898185,0.15372517456988796,0.0,0.13923261215072302,0.15372517456988796,0.0,0.10376158333358149,0.15372517456988796,0.0,0.04672640437878814,0.5,0.15372517456988796,0.0,0.026755029783832148,0.15372517456988796,0.0,0.016595790228310755,0.5,0.15372517456988796,0.0,0.03507111444797832,0.15372517456988796,0.0,0.029934914655214674,0.15372517456988796,0.0,0.36372649466269047,0.15372517456988796,0.0,0.22942804189164845,0.15372517456988796,0.0,0.08120830816411989,0.15372517456988796,0.0,0.06627051103114129,0.15372517456988796,0.0,0.02340431675010289,0.5,0.15372517456988796,0.0,0.025087752262539714,0.0,0.46948527449693256,0.7226204480734111 -2086,0.5,0.15372517456988796,0.0,0.09094784672129674,0.15372517456988796,0.0,0.1819028333209736,0.15372517456988796,0.0,0.029214182624972038,0.15372517456988796,0.0,0.05835182831795775,0.15372517456988796,0.0,0.15791658135149753,0.15372517456988796,0.0,0.12335418791072572,0.15372517456988796,0.0,0.11673469953971637,0.15372517456988796,0.0,0.04295877083559707,0.5,0.15372517456988796,0.0,0.02119362896561866,0.15372517456988796,0.0,0.01491454057938813,0.5,0.15372517456988796,0.0,0.04020721395562158,0.15372517456988796,0.0,0.03255873407543654,0.15372517456988796,0.0,0.3361012349751664,0.15372517456988796,0.0,0.17167646712939977,0.15372517456988796,0.0,0.0647143135361129,0.15372517456988796,0.0,0.06139346185412356,0.15372517456988796,0.0,0.02105228001295803,0.5,0.15372517456988796,0.0,0.01979395836258059,0.0,0.34316884202881653,0.7204321059295102 -2087,0.5,0.15372517456988796,0.0,0.07953455042710592,0.15372517456988796,0.0,0.14528229038044194,0.15372517456988796,0.0,0.019693282920162165,0.15372517456988796,0.0,0.06237575475102442,0.15372517456988796,0.0,0.15579969932833884,0.15372517456988796,0.0,0.10816922025183448,0.15372517456988796,0.0,0.11877454335293769,0.15372517456988796,0.0,0.044050769008275606,0.5,0.15372517456988796,0.0,0.019914058039398008,0.15372517456988796,0.0,0.01578107740066187,0.5,0.15372517456988796,0.0,0.045113913590332934,0.15372517456988796,0.0,0.03639461453257004,0.15372517456988796,0.0,0.2903522747630779,0.15372517456988796,0.0,0.144330385228905,0.15372517456988796,0.0,0.06770104895446134,0.15372517456988796,0.0,0.06046850733219425,0.15372517456988796,0.0,0.02210031908809376,0.5,0.15372517456988796,0.0,0.01823112977575693,0.0,0.2690978131247527,0.6832832379515834 -2088,0.5,0.15372517456988796,0.0,0.07044037977541358,0.15372517456988796,0.0,0.11434803186766734,0.15372517456988796,0.0,0.011350671556528044,0.15372517456988796,0.0,0.05995542159598807,0.15372517456988796,0.0,0.12288943018929555,0.15372517456988796,0.0,0.1053992674774631,0.15372517456988796,0.0,0.1049687437838302,0.15372517456988796,0.0,0.04765825295592058,0.5,0.15372517456988796,0.0,0.018804641654934534,0.15372517456988796,0.0,0.015721302899446888,0.5,0.15372517456988796,0.0,0.046104136397572715,0.15372517456988796,0.0,0.03892807739433542,0.15372517456988796,0.0,0.2394289235293728,0.15372517456988796,0.0,0.1444442476790137,0.15372517456988796,0.0,0.07169142645994273,0.15372517456988796,0.0,0.050411215835203714,0.15372517456988796,0.0,0.023536244528974567,0.5,0.15372517456988796,0.0,0.01484716974027422,0.0,0.2069732054502911,0.6398421666323971 -2089,0.5,0.15372517456988796,0.0,0.06816274687944485,0.15372517456988796,0.0,0.09681148028033136,0.15372517456988796,0.0,0.009822509266201429,0.15372517456988796,0.0,0.05303056119200767,0.15372517456988796,0.0,0.10139567700976439,0.15372517456988796,0.0,0.10081517136177756,0.15372517456988796,0.0,0.07804144354093295,0.15372517456988796,0.0,0.04525144103315634,0.5,0.15372517456988796,0.0,0.016478485078625853,0.15372517456988796,0.0,0.01444454422117829,0.5,0.15372517456988796,0.0,0.037696964017791386,0.15372517456988796,0.0,0.037763749528426774,0.15372517456988796,0.0,0.19353399479161182,0.15372517456988796,0.0,0.14704769117939254,0.15372517456988796,0.0,0.07543359242102787,0.15372517456988796,0.0,0.03429945744536795,0.15372517456988796,0.0,0.02507948733408882,0.5,0.15372517456988796,0.0,0.013156941682061747,0.0,0.14060196806848693,0.6369484530196718 -2090,0.5,0.15372517456988796,0.0,0.06992799697075357,0.15372517456988796,0.0,0.09111047729583563,0.15372517456988796,0.0,0.011596129975115532,0.15372517456988796,0.0,0.04614351422528625,0.15372517456988796,0.0,0.09048847768040533,0.15372517456988796,0.0,0.09158922442968714,0.15372517456988796,0.0,0.06769031857032223,0.15372517456988796,0.0,0.043052894633806536,0.5,0.15372517456988796,0.0,0.015703578451705523,0.15372517456988796,0.0,0.015386692688536605,0.5,0.15372517456988796,0.0,0.030272186625372413,0.15372517456988796,0.0,0.03383609060995082,0.15372517456988796,0.0,0.157699391607683,0.15372517456988796,0.0,0.1389770662448731,0.15372517456988796,0.0,0.07471393711763095,0.15372517456988796,0.0,0.026014773326145033,0.15372517456988796,0.0,0.02484078644155243,0.5,0.15372517456988796,0.0,0.020009839421943655,0.0,0.09881597325985418,0.5768745545570121 -2091,0.5,0.15372517456988796,0.0,0.07208886340696298,0.15372517456988796,0.0,0.07966518407450532,0.15372517456988796,0.0,0.013891639889740279,0.15372517456988796,0.0,0.04209661615009922,0.15372517456988796,0.0,0.08747922999763001,0.15372517456988796,0.0,0.08103596034309485,0.15372517456988796,0.0,0.060972827651923606,0.15372517456988796,0.0,0.04042195128288628,0.5,0.15372517456988796,0.0,0.01451298369039993,0.15372517456988796,0.0,0.011382335003295361,0.5,0.15372517456988796,0.0,0.02774537392089137,0.15372517456988796,0.0,0.03195448144460877,0.15372517456988796,0.0,0.12791974879761317,0.15372517456988796,0.0,0.13994177080340958,0.15372517456988796,0.0,0.0696680807699824,0.15372517456988796,0.0,0.020090783440006997,0.15372517456988796,0.0,0.022229229801967832,0.5,0.15372517456988796,0.0,0.027838444623581066,0.0,0.07585320434772844,0.4905417002069783 -2092,0.5,0.15372517456988796,0.0,0.07428357290103035,0.15372517456988796,0.0,0.06974207749656422,0.15372517456988796,0.0,0.018544869880625717,0.15372517456988796,0.0,0.038861966982634506,0.15372517456988796,0.0,0.08211558625120616,0.15372517456988796,0.0,0.0766521439878303,0.15372517456988796,0.0,0.0581628327296936,0.15372517456988796,0.0,0.040668841549862514,0.5,0.15372517456988796,0.0,0.013798190492323392,0.15372517456988796,0.0,0.009395146609893884,0.5,0.15372517456988796,0.0,0.026996937777499008,0.15372517456988796,0.0,0.03262964293127847,0.15372517456988796,0.0,0.10677685330990455,0.15372517456988796,0.0,0.1391782150751369,0.15372517456988796,0.0,0.06646529321043025,0.15372517456988796,0.0,0.01887422181276931,0.15372517456988796,0.0,0.0236626359056989,0.5,0.15372517456988796,0.0,0.03379783944597167,0.0,0.06498373217684537,0.4552768660321909 -2093,0.5,0.15372517456988796,0.0,0.08079491548112044,0.15372517456988796,0.0,0.07426172338455382,0.15372517456988796,0.0,0.021649705991380393,0.15372517456988796,0.0,0.03566780453357528,0.15372517456988796,0.0,0.08378584939136291,0.15372517456988796,0.0,0.0743236809083778,0.15372517456988796,0.0,0.06113294703735054,0.15372517456988796,0.0,0.03898122189837134,0.5,0.15372517456988796,0.0,0.014594784693687472,0.15372517456988796,0.0,0.011031640016663626,0.5,0.15372517456988796,0.0,0.031838770496211366,0.15372517456988796,0.0,0.03280112218216092,0.15372517456988796,0.0,0.09640817697049162,0.15372517456988796,0.0,0.1315120399988099,0.15372517456988796,0.0,0.06557050925556208,0.15372517456988796,0.0,0.019637994953899705,0.15372517456988796,0.0,0.026834149178141364,0.5,0.15372517456988796,0.0,0.036132404521213246,0.0,0.06512713658345072,0.4321696975220871 -2094,0.5,0.15372517456988796,0.0,0.08657426810746445,0.15372517456988796,0.0,0.08277956842432392,0.15372517456988796,0.0,0.01748392226117519,0.15372517456988796,0.0,0.037095603025421565,0.15372517456988796,0.0,0.09160096339081822,0.15372517456988796,0.0,0.0764430434036647,0.15372517456988796,0.0,0.06316400251559781,0.15372517456988796,0.0,0.044331100682236765,0.5,0.15372517456988796,0.0,0.016399116682543576,0.15372517456988796,0.0,0.0121558064160617,0.5,0.15372517456988796,0.0,0.037606937125290715,0.15372517456988796,0.0,0.034545981908493666,0.15372517456988796,0.0,0.09230646395780916,0.15372517456988796,0.0,0.1261020234779871,0.15372517456988796,0.0,0.06516976115703858,0.15372517456988796,0.0,0.022639127814047325,0.15372517456988796,0.0,0.028509656854044496,0.5,0.15372517456988796,0.0,0.03991306695163291,0.0,0.07171748723577111,0.36752125330591 -2095,0.5,0.15372517456988796,0.0025856756180980336,0.09377236491577594,0.15372517456988796,0.0009273995980588427,0.09233247198451204,0.15372517456988796,0.007963771798031325,0.013495160699878498,0.15372517456988796,0.007673004949288858,0.04141730057219516,0.15372517456988796,0.0019093209607680085,0.09801480133564378,0.15372517456988796,0.0009342586983359201,0.07820702482188915,0.15372517456988796,0.003038030328711839,0.06767785829913953,0.15372517456988796,0.0014242267391231468,0.049697724363309354,0.5,0.15372517456988796,0.0019622467867008862,0.018015986766755247,0.15372517456988796,0.007697514571296406,0.012967229149215782,0.5,0.15372517456988796,0.004401311659827819,0.049086377694826114,0.15372517456988796,0.004664108900344157,0.03547498061825352,0.15372517456988796,0.000923912824123303,0.09447503010237342,0.15372517456988796,0.0005189898064759168,0.1344827130359267,0.15372517456988796,0.002301277259253902,0.06790709410755248,0.15372517456988796,0.004406710667106281,0.024730219478163,0.15372517456988796,0.009509465952347647,0.028386977817593313,0.5,0.15372517456988796,0.017506144415570468,0.03972373577915589,0.0,0.07279962333396393,0.3308909768541022 -2096,0.5,0.15372517456988796,0.027649074232080673,0.11359702288531699,0.15372517456988796,0.01116663943025466,0.1034293771230789,0.15372517456988796,0.11047163690743916,0.013641633934984371,0.15372517456988796,0.06933256096006167,0.050763725269881564,0.15372517456988796,0.0851187497279214,0.10486792647665338,0.15372517456988796,0.09796869398531619,0.06713189993133181,0.15372517456988796,0.11170186913954988,0.05996047021591281,0.15372517456988796,0.10275434842402885,0.04189567570702466,0.5,0.15372517456988796,0.10702157955077368,0.01830948712095698,0.15372517456988796,0.13865286958755618,0.013823553405787113,0.5,0.15372517456988796,0.12216012642867419,0.0469812702962057,0.15372517456988796,0.125270367321778,0.03445006563363701,0.15372517456988796,0.014382031896263341,0.11589876706486937,0.15372517456988796,0.01485323880111724,0.15219605174273734,0.15372517456988796,0.05558419003224464,0.0829000195658292,0.15372517456988796,0.10801498524262608,0.027700530776465712,0.15372517456988796,0.13405041558169883,0.02680632857304557,0.5,0.15372517456988796,0.1422397990042361,0.042544472762317986,0.0,0.07942079714501914,0.32096771543432706 -2097,0.5,0.15372517456988796,0.06703707431648062,0.13292920697829233,0.15372517456988796,0.04316074332602277,0.12249238240463285,0.15372517456988796,0.2599439536767525,0.02622798404732088,0.15372517456988796,0.14955822579371048,0.08211522118458671,0.15372517456988796,0.2385529017327755,0.17442590274269656,0.15372517456988796,0.2571480956767752,0.07317598512102469,0.15372517456988796,0.27214912422824067,0.08864204283496945,0.15372517456988796,0.2636969299922971,0.052850021275092064,0.5,0.15372517456988796,0.268653018099103,0.02438760579726697,0.15372517456988796,0.29904272214583283,0.07219779727866689,0.5,0.15372517456988796,0.2849620609328035,0.12290999169085652,0.15372517456988796,0.28937261995265384,0.07255809521592728,0.15372517456988796,0.04358999601099944,0.15869499282849778,0.15372517456988796,0.08235983478949739,0.1969324703711086,0.15372517456988796,0.16596741269143417,0.11593116943571695,0.15372517456988796,0.2443817474229592,0.056504775139326,0.15372517456988796,0.29450993342544424,0.0625281778980252,0.5,0.15372517456988796,0.29834463650124876,0.13129553697923513,0.0,0.09536790197523075,0.36999049939652184 -2098,0.5,0.15372517456988796,0.11599397959040697,0.15988460855870035,0.15372517456988796,0.09599678668874596,0.14593198001459365,0.15372517456988796,0.4339276184779801,0.04095373110382424,0.15372517456988796,0.2335670810738842,0.0930328713810779,0.15372517456988796,0.40357250697339336,0.24377546570981,0.15372517456988796,0.4150390789556503,0.12492903670608943,0.15372517456988796,0.4302547961740354,0.1550863940688742,0.15372517456988796,0.42412603381702163,0.15348759532072553,0.5,0.15372517456988796,0.43182435840594147,0.07612164835925223,0.15372517456988796,0.47348768664054364,0.03979424112279875,0.5,0.15372517456988796,0.45058928401948667,0.2623867703394148,0.15372517456988796,0.4591052683052737,0.12109921991307293,0.15372517456988796,0.07041600303529288,0.23172698244046983,0.15372517456988796,0.21899251826705146,0.2414135329433352,0.15372517456988796,0.3282051242825491,0.13260017200548566,0.15372517456988796,0.3979027862311846,0.0949758206579532,0.15372517456988796,0.4641453451254419,0.16301517543156188,0.5,0.15372517456988796,0.44524809362545403,0.22194544594529775,0.0,0.08882884203167855,0.43975637708785953 -2099,0.5,0.15372517456988796,0.1702851661805353,0.1574059993042894,0.15372517456988796,0.13429578957475236,0.1253558876020021,0.15372517456988796,0.5693492949713623,0.06016948429489869,0.15372517456988796,0.3368769763890786,0.0920525991908315,0.15372517456988796,0.5574823840368184,0.23966266204233108,0.15372517456988796,0.561991171891392,0.17707279432908002,0.15372517456988796,0.5747523786242312,0.22124002596423245,0.15372517456988796,0.5703051632636332,0.26727482303395567,0.5,0.15372517456988796,0.5775708902413399,0.1430203790346969,0.15372517456988796,0.6176462678460752,0.04664324254469737,0.5,0.15372517456988796,0.5924761835039811,0.2548756728839185,0.15372517456988796,0.602492273524939,0.12012755173814173,0.15372517456988796,0.08688767992611594,0.22005230607111145,0.15372517456988796,0.38439723680624577,0.24029757046514394,0.15372517456988796,0.4897908566737885,0.14262959778564654,0.15372517456988796,0.5642686220804933,0.1521203839386869,0.15372517456988796,0.593000792711967,0.22241359753645898,0.5,0.15372517456988796,0.5600003216388689,0.2832919928865849,0.0,0.06784578204561019,0.4644572602072904 -2100,0.5,0.15372517456988796,0.1797567157685627,0.1306267135547157,0.15372517456988796,0.1756606371858791,0.13124502462947776,0.15372517456988796,0.6446289038348909,0.08866357277976022,0.15372517456988796,0.37070636473916546,0.0896103807504088,0.15372517456988796,0.6454306911961102,0.21946682639120613,0.15372517456988796,0.6580201043260168,0.1984758669749342,0.15372517456988796,0.6662093467410763,0.23616305761736361,0.15372517456988796,0.6641781897545893,0.33038101871138503,0.5,0.15372517456988796,0.6696030096055411,0.1895154296619119,0.15372517456988796,0.7000041834477274,0.05352697119552556,0.5,0.15372517456988796,0.6786487438587314,0.2326894108800981,0.15372517456988796,0.6894047223302116,0.1056742548829692,0.15372517456988796,0.09748825296812517,0.2126755203784415,0.15372517456988796,0.46642181528567983,0.20327196186013896,0.15372517456988796,0.5701657393658188,0.13321735574577917,0.15372517456988796,0.6745750517082347,0.17932387054721913,0.15372517456988796,0.6472595246062433,0.22356434855500146,0.5,0.15372517456988796,0.6250991760784681,0.3272320207758604,0.0,0.04302239406953545,0.4702162797822691 -2101,0.5,0.15372517456988796,0.19926050142218846,0.10651458084221091,0.15372517456988796,0.26751672961064216,0.15943030082003531,0.15372517456988796,0.6747479169646085,0.11042183478527384,0.15372517456988796,0.3370642942795553,0.08022360862765167,0.15372517456988796,0.6811861496241116,0.19534927831877433,0.15372517456988796,0.6975545112856415,0.20317244043320062,0.15372517456988796,0.7019588754370651,0.22128218097443708,0.15372517456988796,0.702220023636908,0.31501016709780505,0.5,0.15372517456988796,0.705888911531197,0.17179682117492034,0.15372517456988796,0.7288204774837137,0.08847379710813696,0.5,0.15372517456988796,0.710933185879959,0.2675176799749551,0.15372517456988796,0.7218097244558093,0.12472903457605757,0.15372517456988796,0.13888020554941669,0.207047716578645,0.15372517456988796,0.5095576561638315,0.18207810982709813,0.15372517456988796,0.5844560795171553,0.12642493544233852,0.15372517456988796,0.7075426550333026,0.15953567581016798,0.15372517456988796,0.6657050809935461,0.21768740791311905,0.5,0.15372517456988796,0.6629265975641747,0.3307897973706345,0.0,0.02582513134757643,0.47867565695558906 -2102,0.5,0.15372517456988796,0.21841609151015406,0.09728554084593156,0.15372517456988796,0.285134007986858,0.1842757151113347,0.15372517456988796,0.6434114514620805,0.13060871743910726,0.15372517456988796,0.2654482462580531,0.07480112542814886,0.15372517456988796,0.6769254382513045,0.17889152806784245,0.15372517456988796,0.694397410000293,0.1867972606863771,0.15372517456988796,0.6951389252743058,0.18244302763606346,0.15372517456988796,0.6972825770333608,0.26002224056111833,0.5,0.15372517456988796,0.6979630625268525,0.18462276582208487,0.15372517456988796,0.7128926205419439,0.1480382799168442,0.5,0.15372517456988796,0.7002290528416564,0.33481090589165713,0.15372517456988796,0.7109385589974577,0.16549948771580983,0.15372517456988796,0.15836235056346834,0.20739168315496884,0.15372517456988796,0.5374934849229059,0.16672899987151896,0.15372517456988796,0.5804299740397527,0.13653441629165683,0.15372517456988796,0.6973693339275185,0.16057439819286504,0.15372517456988796,0.6576678467979418,0.24037245690356185,0.5,0.15372517456988796,0.6690648194125004,0.29755185575975507,0.0,0.024962170424888287,0.4040204572550973 -2103,0.5,0.15372517456988796,0.2181453232352028,0.09938608411450507,0.15372517456988796,0.17872336889315715,0.1902122202862664,0.15372517456988796,0.5739814056735619,0.1616556563350721,0.15372517456988796,0.20134176719918254,0.0786138625425261,0.15372517456988796,0.630713116042996,0.17910794684570489,0.15372517456988796,0.6379872910978565,0.15784794952144834,0.15372517456988796,0.6337880222930996,0.15564852549763472,0.15372517456988796,0.6394715844762126,0.2094642783063615,0.5,0.15372517456988796,0.6294440908010489,0.17980710284476903,0.15372517456988796,0.6392273632802964,0.18299490763932102,0.5,0.15372517456988796,0.6342955931806926,0.35611359351952104,0.15372517456988796,0.6443664874946127,0.18465701916294602,0.15372517456988796,0.1842967434288243,0.19889241261215776,0.15372517456988796,0.4891749957207959,0.15910840387833525,0.15372517456988796,0.5185232444193951,0.15344318303352136,0.15372517456988796,0.6314421610439691,0.15952966041617664,0.15372517456988796,0.5957556294732689,0.2718349582395485,0.5,0.15372517456988796,0.6070277048314145,0.30818609289978005,0.0,0.021987327250196184,0.3274045832180392 -2104,0.5,0.15372517456988796,0.17797619275793228,0.10345866362933777,0.15372517456988796,0.1280548070946228,0.15202953803789568,0.15372517456988796,0.4568369814198284,0.19982727564626696,0.15372517456988796,0.18241356213375484,0.09334123436532868,0.15372517456988796,0.5105875731068585,0.16269073474581874,0.15372517456988796,0.5203328857483474,0.14232741283905184,0.15372517456988796,0.5123306194326075,0.1298837799688888,0.15372517456988796,0.5214532271050412,0.1686587284325063,0.5,0.15372517456988796,0.49343377830250956,0.17349291930548888,0.15372517456988796,0.5059462160235758,0.2164673006119795,0.5,0.15372517456988796,0.5089987246460391,0.3828938505139831,0.15372517456988796,0.516632200973698,0.20945999128766424,0.15372517456988796,0.12816682732821366,0.16365387267043932,0.15372517456988796,0.40270575901253536,0.1647766555605251,0.15372517456988796,0.42227739353993443,0.16659498122701424,0.15372517456988796,0.5061938517859178,0.1495774740890619,0.15372517456988796,0.4771620207975153,0.29565685917126727,0.5,0.15372517456988796,0.4805816931977099,0.3460980113300468,0.0,0.02081882926449397,0.32227472573051724 -2105,0.5,0.15372517456988796,0.11877791011920727,0.09723658509327626,0.15372517456988796,0.10763371346041005,0.11393484609635035,0.15372517456988796,0.3131666073798659,0.2237924265135911,0.15372517456988796,0.1312925268010588,0.0938467708569891,0.15372517456988796,0.36432580202690834,0.11329693371531431,0.15372517456988796,0.37330990214467,0.08512184100507832,0.15372517456988796,0.3656522235229804,0.07476719473290094,0.15372517456988796,0.3682511232420318,0.11167818136166074,0.5,0.15372517456988796,0.3361794818764844,0.1301047753729827,0.15372517456988796,0.34467100122967886,0.19099796006568973,0.5,0.15372517456988796,0.35399769200520637,0.3404606946768353,0.15372517456988796,0.35577851185155673,0.1511079114753666,0.15372517456988796,0.0731863687872299,0.12300840800877548,0.15372517456988796,0.3035607458194263,0.15303766722062184,0.15372517456988796,0.29543193051640687,0.1326536484032129,0.15372517456988796,0.35711300217371,0.1096937293867995,0.15372517456988796,0.33536152740849157,0.2427805781423429,0.5,0.15372517456988796,0.32222048794511354,0.2520253869670802,0.0,0.027105569408580894,0.30043075058360375 -2106,0.5,0.15372517456988796,0.03579042220610204,0.06011205925160981,0.15372517456988796,0.0346218323508472,0.04871876813255012,0.15372517456988796,0.08184411719164797,0.13483706692074787,0.15372517456988796,0.03665937182542096,0.05672103913880629,0.15372517456988796,0.1250642608816681,0.09359983257724118,0.15372517456988796,0.14123679664419536,0.068325205199511,0.15372517456988796,0.12552584391872967,0.06232704634939145,0.15372517456988796,0.12190494516050482,0.05769914512760667,0.5,0.15372517456988796,0.12559556810114936,0.0677770346109625,0.15372517456988796,0.08853989632828586,0.10046839798021576,0.5,0.15372517456988796,0.0946941209212341,0.17557063297631506,0.15372517456988796,0.10503201070005348,0.09773294822479299,0.15372517456988796,0.024905734989060912,0.08004499518410843,0.15372517456988796,0.10981909772925166,0.12709221698502188,0.15372517456988796,0.09114263175932229,0.08044402227497162,0.15372517456988796,0.09601950337988116,0.058177604149872324,0.15372517456988796,0.07172390545696125,0.13599799151169376,0.5,0.15372517456988796,0.06386291865054089,0.12756919495067365,0.0,0.03889421052477629,0.2966504381747546 -2107,0.5,0.15372517456988796,1.56051335583713e-06,0.05454084075184761,0.15372517456988796,0.0,0.04395836876559691,0.15372517456988796,0.0,0.09830608072037952,0.15372517456988796,0.0,0.0611981328861722,0.15372517456988796,0.0,0.1322940035396773,0.15372517456988796,0.0,0.09738088184796523,0.15372517456988796,0.0,0.07066193750566062,0.15372517456988796,0.0,0.07211478588441735,0.5,0.15372517456988796,0.0,0.07385967759794373,0.15372517456988796,0.0,0.06774530690626424,0.5,0.15372517456988796,0.0,0.1468378038616551,0.15372517456988796,0.0,0.08715121913613709,0.15372517456988796,0.00019505703631544723,0.0593358796164594,0.15372517456988796,0.0,0.1619114111538155,0.15372517456988796,0.0,0.11019207945445937,0.15372517456988796,0.0,0.04251487502150522,0.15372517456988796,0.0,0.12173281841691007,0.5,0.15372517456988796,0.0,0.11307211594704147,0.0,0.0464497877991347,0.3340067825652478 -2108,0.5,0.15372517456988796,0.0,0.047564782118972214,0.15372517456988796,0.0,0.06415081520180102,0.15372517456988796,0.0,0.07003085271180293,0.15372517456988796,0.0,0.05818838587892833,0.15372517456988796,0.0,0.14241022480020507,0.15372517456988796,0.0,0.11320574062837088,0.15372517456988796,0.0,0.0705212990242098,0.15372517456988796,0.0,0.07992954294087976,0.5,0.15372517456988796,0.0,0.06489811064371105,0.15372517456988796,0.0,0.03274217555917692,0.5,0.15372517456988796,0.0,0.09603819046446302,0.15372517456988796,0.0,0.06400425110711644,0.15372517456988796,0.0,0.04455860536319178,0.15372517456988796,0.0,0.16012115745404365,0.15372517456988796,0.0,0.11674498650887545,0.15372517456988796,0.0,0.02996656150010084,0.15372517456988796,0.0,0.07926412800730116,0.5,0.15372517456988796,0.0,0.08112734033594635,0.0,0.05220320979930976,0.3741951725818283 -2109,0.5,0.15372517456988796,0.0,0.04310068849880822,0.15372517456988796,0.0,0.06314097955258469,0.15372517456988796,0.0,0.04800171238489317,0.15372517456988796,0.0,0.04636607265807575,0.15372517456988796,0.0,0.13684610626296823,0.15372517456988796,0.0,0.1105239897616151,0.15372517456988796,0.0,0.07342821143638831,0.15372517456988796,0.0,0.07985275546784751,0.5,0.15372517456988796,0.0,0.05627337535789608,0.15372517456988796,0.0,0.016687849226965343,0.5,0.15372517456988796,0.0,0.05998708089592214,0.15372517456988796,0.0,0.042647146163389445,0.15372517456988796,0.0,0.04379930046209334,0.15372517456988796,0.0,0.14613148787905575,0.15372517456988796,0.0,0.09515689539993487,0.15372517456988796,0.0,0.02665247927431453,0.15372517456988796,0.0,0.05121677560069956,0.5,0.15372517456988796,0.0,0.04866313536189838,0.0,0.05202190741493645,0.40138986944903154 -2110,0.5,0.15372517456988796,0.0,0.035698783420152404,0.15372517456988796,0.0,0.054594811662282534,0.15372517456988796,0.0,0.026903065010410503,0.15372517456988796,0.0,0.0309437355758575,0.15372517456988796,0.0,0.11898234908907923,0.15372517456988796,0.0,0.08813153373174379,0.15372517456988796,0.0,0.06836051718992958,0.15372517456988796,0.0,0.07733261907567492,0.5,0.15372517456988796,0.0,0.04558659485215247,0.15372517456988796,0.0,0.012375126595082032,0.5,0.15372517456988796,0.0,0.045509331192475966,0.15372517456988796,0.0,0.029893997985930208,0.15372517456988796,0.0,0.044597941519574934,0.15372517456988796,0.0,0.1385425215376075,0.15372517456988796,0.0,0.07860631119666578,0.15372517456988796,0.0,0.021527421474527908,0.15372517456988796,0.0,0.03273068328860067,0.5,0.15372517456988796,0.0,0.029034590592300805,0.0,0.04538749378706737,0.3658253727122198 -2111,0.5,0.15372517456988796,0.0,0.026773204949832284,0.15372517456988796,0.0,0.0579767612170796,0.15372517456988796,0.0,0.015368806027012983,0.15372517456988796,0.0,0.019488202356616,0.15372517456988796,0.0,0.09607219888526973,0.15372517456988796,0.0,0.06233457715075243,0.15372517456988796,0.0,0.06423076971270891,0.15372517456988796,0.0,0.06639944619692052,0.5,0.15372517456988796,0.0,0.034581159301316965,0.15372517456988796,0.0,0.019205711091365544,0.5,0.15372517456988796,0.0,0.0416774389242456,0.15372517456988796,0.0,0.028573758982408992,0.15372517456988796,0.0,0.04495022788765788,0.15372517456988796,0.0,0.1272005089533099,0.15372517456988796,0.0,0.07226188732650389,0.15372517456988796,0.0,0.0199701399981148,0.15372517456988796,0.0,0.025538314976200214,0.5,0.15372517456988796,0.0,0.018424962109001006,0.0,0.040607745111171094,0.3521556795729775 -2112,0.5,0.15372517456988796,0.0,0.021456245150678423,0.15372517456988796,0.0,0.06247195539851156,0.15372517456988796,0.0,0.012246349276254644,0.15372517456988796,0.0,0.012348579458218118,0.15372517456988796,0.0,0.07819746928438237,0.15372517456988796,0.0,0.05006982296423301,0.15372517456988796,0.0,0.052140102774558154,0.15372517456988796,0.0,0.060608738289834374,0.5,0.15372517456988796,0.0,0.03345825047070993,0.15372517456988796,0.0,0.020985846800947568,0.5,0.15372517456988796,0.0,0.033930093217079495,0.15372517456988796,0.0,0.024375158365654258,0.15372517456988796,0.0,0.04000840658466156,0.15372517456988796,0.0,0.11363050265489676,0.15372517456988796,0.0,0.06556896592488522,0.15372517456988796,0.0,0.02068621837766938,0.15372517456988796,0.0,0.02319814209549176,0.5,0.15372517456988796,0.0,0.01624555324662997,0.0,0.033987060265699864,0.3920477374364208 -2113,0.5,0.15372517456988796,0.0,0.01882604981266177,0.15372517456988796,0.0,0.06067056150064179,0.15372517456988796,0.0,0.011875314049625949,0.15372517456988796,0.0,0.011213309220486727,0.15372517456988796,0.0,0.06521370112595849,0.15372517456988796,0.0,0.05021588116110793,0.15372517456988796,0.0,0.039329938897691694,0.15372517456988796,0.0,0.05365195521723938,0.5,0.15372517456988796,0.0,0.024633798202513893,0.15372517456988796,0.0,0.017346063144580363,0.5,0.15372517456988796,0.0,0.022555025257380068,0.15372517456988796,0.0,0.02306703504231238,0.15372517456988796,0.0,0.03691405019504146,0.15372517456988796,0.0,0.10953368305771957,0.15372517456988796,0.0,0.055924839801413044,0.15372517456988796,0.0,0.016692464428340992,0.15372517456988796,0.0,0.01888097596532784,0.5,0.15372517456988796,0.0,0.015296583337661061,0.0,0.027952574943665327,0.33051656639002813 -2114,0.5,0.15372517456988796,0.0,0.017728567145715947,0.15372517456988796,0.0,0.05444117369508586,0.15372517456988796,0.0,0.011075415864571671,0.15372517456988796,0.0,0.01274808871765117,0.15372517456988796,0.0,0.057879180289331325,0.15372517456988796,0.0,0.04471378505288666,0.15372517456988796,0.0,0.03083674091298997,0.15372517456988796,0.0,0.04729340841272118,0.5,0.15372517456988796,0.0,0.016420224603248833,0.15372517456988796,0.0,0.01296590154916599,0.5,0.15372517456988796,0.0,0.014363451956220668,0.15372517456988796,0.0,0.02080395567759622,0.15372517456988796,0.0,0.042379355648665504,0.15372517456988796,0.0,0.10328331200140581,0.15372517456988796,0.0,0.05039999955803422,0.15372517456988796,0.0,0.011579991634859631,0.15372517456988796,0.0,0.012264425087605772,0.5,0.15372517456988796,0.0,0.00971979462496991,0.0,0.02035319117223561,0.27014577469234136 -2115,0.5,0.15372517456988796,0.0,0.018881033256136652,0.15372517456988796,0.0,0.0689676157265843,0.15372517456988796,0.0,0.011042884058561613,0.15372517456988796,0.0,0.014419059816593327,0.15372517456988796,0.0,0.051965795596339126,0.15372517456988796,0.0,0.0345855537282624,0.15372517456988796,0.0,0.03248371651900311,0.15372517456988796,0.0,0.03287960535797536,0.5,0.15372517456988796,0.0,0.012368345932184568,0.15372517456988796,0.0,0.01477682885786885,0.5,0.15372517456988796,0.0,0.01770805403000486,0.15372517456988796,0.0,0.018594286271922698,0.15372517456988796,0.0,0.041147080042513655,0.15372517456988796,0.0,0.09313970250253797,0.15372517456988796,0.0,0.05026413713629368,0.15372517456988796,0.0,0.01105062494015718,0.15372517456988796,0.0,0.009926239609853067,0.5,0.15372517456988796,0.0,0.0063858305682794134,0.0,0.01665059770066347,0.27436758774801784 -2116,0.5,0.15372517456988796,0.0,0.024204823894495044,0.15372517456988796,0.0,0.07434634929338481,0.15372517456988796,0.0,0.009389776166540333,0.15372517456988796,0.0,0.016683574898610845,0.15372517456988796,0.0,0.04470114186760218,0.15372517456988796,0.0,0.03316800852815563,0.15372517456988796,0.0,0.03033434215424307,0.15372517456988796,0.0,0.02731578752917585,0.5,0.15372517456988796,0.0,0.011368454526189061,0.15372517456988796,0.0,0.011538472253314502,0.5,0.15372517456988796,0.0,0.0186798198207294,0.15372517456988796,0.0,0.01448295935749349,0.15372517456988796,0.0,0.030333617567459375,0.15372517456988796,0.0,0.07842470729067268,0.15372517456988796,0.0,0.04941003702845939,0.15372517456988796,0.0,0.011952812743026123,0.15372517456988796,0.0,0.009535791371612241,0.5,0.15372517456988796,0.0,0.005963405622003234,0.0,0.022096792210191184,0.32873429128099446 -2117,0.5,0.15372517456988796,0.0,0.028010764299414768,0.15372517456988796,0.0,0.049739116834484925,0.15372517456988796,0.0,0.006151970748573709,0.15372517456988796,0.0,0.015997357103124003,0.15372517456988796,0.0,0.0413447447228082,0.15372517456988796,0.0,0.03875496463550447,0.15372517456988796,0.0,0.025892663511175546,0.15372517456988796,0.0,0.027222594936343596,0.5,0.15372517456988796,0.0,0.010671962403650296,0.15372517456988796,0.0,0.009085612583047787,0.5,0.15372517456988796,0.0,0.013539974274890045,0.15372517456988796,0.0,0.012875030513013093,0.15372517456988796,0.0,0.027339417261881827,0.15372517456988796,0.0,0.07282537474610878,0.15372517456988796,0.0,0.048681769295205936,0.15372517456988796,0.0,0.007618639742517031,0.15372517456988796,0.0,0.008212539869681314,0.5,0.15372517456988796,0.0,0.005229789334330834,0.0,0.020612547178722816,0.33651617753204754 -2118,0.5,0.15372517456988796,0.0,0.02429112160922374,0.15372517456988796,0.0,0.04189768730665997,0.15372517456988796,0.0,0.005335792454481235,0.15372517456988796,0.0,0.011091108274872042,0.15372517456988796,0.0,0.04057992875226091,0.15372517456988796,0.0,0.03976575081652962,0.15372517456988796,0.0,0.026785898436947193,0.15372517456988796,0.0,0.02463597654849426,0.5,0.15372517456988796,0.0,0.008460680312521025,0.15372517456988796,0.0,0.009535887621141253,0.5,0.15372517456988796,0.0,0.00927422688794498,0.15372517456988796,0.0,0.010251866616368304,0.15372517456988796,0.0,0.030355694981225034,0.15372517456988796,0.0,0.07113641281379707,0.15372517456988796,0.0,0.04758652501513021,0.15372517456988796,0.0,0.0063776692004706755,0.15372517456988796,0.0,0.005888352649807355,0.5,0.15372517456988796,0.0,0.003683759334183123,0.0,0.008526431091376463,0.3286657821391391 -2119,0.5,0.15372517456988796,0.018047259188115113,0.015319229266938898,0.15372517456988796,0.0070088191601347756,0.04582183849888332,0.15372517456988796,0.015110337667186726,0.004699863852610894,0.15372517456988796,0.030989694629764523,0.006319175745837461,0.15372517456988796,0.0035196541590127124,0.03946746927428067,0.15372517456988796,0.0017945098429426795,0.0346690879271275,0.15372517456988796,0.003874715842580094,0.02929032152967476,0.15372517456988796,0.0022333986876733477,0.023302253727353166,0.5,0.15372517456988796,0.0027674439812256156,0.006561410325191015,0.15372517456988796,0.009597645247157904,0.008281739918243597,0.5,0.15372517456988796,0.005160558435570917,0.00858480271437353,0.15372517456988796,0.004912265331932227,0.008555279688833238,0.15372517456988796,0.0038515621048147556,0.028256374999781324,0.15372517456988796,0.004590701614219891,0.0662517699676694,0.15372517456988796,0.007323280850116774,0.04150184960971219,0.15372517456988796,0.0058900514975544155,0.008373543760920117,0.15372517456988796,0.013463755021608188,0.005196684871360058,0.5,0.15372517456988796,0.023386402566759307,0.002749808426664601,0.0,0.0034559220824678556,0.3365666318425384 -2120,0.5,0.15372517456988796,0.10999086780332773,0.013897610121940438,0.15372517456988796,0.11321016397460526,0.03380980229309878,0.15372517456988796,0.13577725429806548,0.0028193118084611675,0.15372517456988796,0.1604835830768038,0.004020456037195522,0.15372517456988796,0.11138687459069602,0.03449974256412566,0.15372517456988796,0.10211853443697992,0.02682528374107926,0.15372517456988796,0.11566155124337466,0.023854674860530892,0.15372517456988796,0.10608403651281448,0.017386815012827208,0.5,0.15372517456988796,0.10961736996671921,0.004550939936702376,0.15372517456988796,0.13942205520665701,0.002734852228312405,0.5,0.15372517456988796,0.12465333248494984,0.008062236346739641,0.15372517456988796,0.11852152181326842,0.006371477285833012,0.15372517456988796,0.06168230903159112,0.023271474750741712,0.15372517456988796,0.11626860564746175,0.06776877539544882,0.15372517456988796,0.12844196397266344,0.037408377879160334,0.15372517456988796,0.12810748222848897,0.007629361798391322,0.15372517456988796,0.1432125722949404,0.0042345618411164365,0.5,0.15372517456988796,0.1576586054160668,0.0019650759199559427,0.0,0.0005044521218249957,0.3408874985210001 -2121,0.5,0.15372517456988796,0.2292749563957719,0.031555026679986935,0.15372517456988796,0.254668769724259,0.06041363538801167,0.15372517456988796,0.29499788846926994,0.008268906661057118,0.15372517456988796,0.3124844270846315,0.008816452094041569,0.15372517456988796,0.2696545863309162,0.04566261663959459,0.15372517456988796,0.2606578346758054,0.02539052667186545,0.15372517456988796,0.2758800843270629,0.019757188895801213,0.15372517456988796,0.265978736820705,0.014962332032671765,0.5,0.15372517456988796,0.26974299849241934,0.004001589892029095,0.15372517456988796,0.304414039197893,0.0005996124603281389,0.5,0.15372517456988796,0.28569016441025497,0.012919110047454763,0.15372517456988796,0.27831229516974065,0.005281228634853205,0.15372517456988796,0.1374956039011576,0.034330342692510174,0.15372517456988796,0.27351636396329726,0.0971007673398672,0.15372517456988796,0.2880114169205347,0.06509281097419795,0.15372517456988796,0.29064799288281135,0.0069302403890100115,0.15372517456988796,0.30757544868586534,0.004635901878187895,0.5,0.15372517456988796,0.3220369295852988,0.002669915340905432,0.0,0.00043373811557727765,0.31702745620794504 -2122,0.5,0.15372517456988796,0.3580021351652867,0.04609274441607935,0.15372517456988796,0.40961507612929376,0.14619414350465745,0.15372517456988796,0.46190921764979986,0.012527585672350534,0.15372517456988796,0.4734879045346882,0.009850496091159486,0.15372517456988796,0.42409476672755847,0.09033941582911298,0.15372517456988796,0.416437434478634,0.03390022504009306,0.15372517456988796,0.43256436810621646,0.02951355907096379,0.15372517456988796,0.42458075893094804,0.018840669725745315,0.5,0.15372517456988796,0.4308656753281588,0.005763062259070757,0.15372517456988796,0.4725566695057756,0.0014972226559697005,0.5,0.15372517456988796,0.4495143831674657,0.030987762758663363,0.15372517456988796,0.45098020428606234,0.005402156342288024,0.15372517456988796,0.21961056501090032,0.05715679658550939,0.15372517456988796,0.4255541600404631,0.14560541431526514,0.15372517456988796,0.4447647022646204,0.12030508770243772,0.15372517456988796,0.4511958622196076,0.013127443782558292,0.15372517456988796,0.4738105491348828,0.009621065379738078,0.5,0.15372517456988796,0.48951320462779524,0.004705539098875982,0.0,0.0003688412025854375,0.2786641531366734 -2123,0.5,0.15372517456988796,0.4621668923487323,0.04018710114935836,0.15372517456988796,0.5284175260403003,0.1874041876627652,0.15372517456988796,0.5998671320274703,0.019271291506596417,0.15372517456988796,0.6037733431827458,0.011769273270798259,0.15372517456988796,0.5666348361089346,0.108221146341129,0.15372517456988796,0.5603993766054344,0.036168357300817175,0.15372517456988796,0.5741520214901086,0.030409710240149487,0.15372517456988796,0.5672544290989657,0.0207582924420735,0.5,0.15372517456988796,0.5732590129471609,0.008363135149007819,0.15372517456988796,0.6095921204156689,0.001493929202425848,0.5,0.15372517456988796,0.5890147901984953,0.04138729418590554,0.15372517456988796,0.5942643451047336,0.0054034404504459165,0.15372517456988796,0.28792637149055555,0.07544618109563339,0.15372517456988796,0.5648328850696798,0.17452363660228506,0.15372517456988796,0.5811301287087903,0.1565818373893614,0.15372517456988796,0.5906650056678922,0.017627709809236045,0.15372517456988796,0.6106901857075707,0.012593651789823225,0.5,0.15372517456988796,0.6213701410158526,0.0034463148428842856,0.0,0.00018261435337376718,0.23586963405919717 -2124,0.5,0.15372517456988796,0.5306903000502592,0.03776800447371513,0.15372517456988796,0.597226225591718,0.1318001965704021,0.15372517456988796,0.6802908740297245,0.027971021861043523,0.15372517456988796,0.6731342447683993,0.015177566411289782,0.15372517456988796,0.6571727669131868,0.0965207348268084,0.15372517456988796,0.6537764214503274,0.02878717930482612,0.15372517456988796,0.6623439209214128,0.02890479262734727,0.15372517456988796,0.6562773382637617,0.02305562587694459,0.5,0.15372517456988796,0.6636291084381802,0.011307711496942038,0.15372517456988796,0.6896633924536095,0.0011110902194999188,0.5,0.15372517456988796,0.6731560408630182,0.03645143052129755,0.15372517456988796,0.6787753868127191,0.003077506623358642,0.15372517456988796,0.3274903265126512,0.04934527955419727,0.15372517456988796,0.6516562542171501,0.1669129815404106,0.15372517456988796,0.6624317496918535,0.14959611436328862,0.15372517456988796,0.6742055388963054,0.01674903391494969,0.15372517456988796,0.6895550921001773,0.009562346087784841,0.5,0.15372517456988796,0.6949382523097776,0.0019276937045098821,0.0,0.0015056081005457762,0.1810876956229187 -2125,0.5,0.15372517456988796,0.5489369436672946,0.04130249788899703,0.15372517456988796,0.5918907082605224,0.11362571485354565,0.15372517456988796,0.7060255048337436,0.041209988120764256,0.15372517456988796,0.6934446754049841,0.022017765611343137,0.15372517456988796,0.6927218420590686,0.0805992343344632,0.15372517456988796,0.6917078330307255,0.03386251414010937,0.15372517456988796,0.6956069109302809,0.021904004590568654,0.15372517456988796,0.6914320013508843,0.02384662014969382,0.5,0.15372517456988796,0.6992317890301448,0.014419893255792876,0.15372517456988796,0.7174845697074009,0.0010692726043137067,0.5,0.15372517456988796,0.7043146143590746,0.03468562465966893,0.15372517456988796,0.7101103787666755,0.0030176623301231146,0.15372517456988796,0.29430891880972765,0.040967408117085824,0.15372517456988796,0.6836880195168494,0.1345055223884124,0.15372517456988796,0.6928632965968983,0.12669976213729495,0.15372517456988796,0.7041675227921601,0.010984402066133755,0.15372517456988796,0.7159208400385315,0.006840459848122689,0.5,0.15372517456988796,0.7178046809091029,0.000887946318282033,0.0,0.006084339582381879,0.16491577144982694 -2126,0.5,0.15372517456988796,0.48468839740104974,0.05464974964197485,0.15372517456988796,0.5877518627267332,0.09446076985483584,0.15372517456988796,0.6885258360277537,0.048848372748592994,0.15372517456988796,0.6682988460147717,0.031905980355505244,0.15372517456988796,0.686512632358824,0.10248005093012821,0.15372517456988796,0.6878222877559862,0.04816468463348947,0.15372517456988796,0.6870499902146502,0.021349019710631127,0.15372517456988796,0.687744511483478,0.020396412252115255,0.5,0.15372517456988796,0.6932293371282535,0.017012394145465726,0.15372517456988796,0.70152035209746,0.003432233053867049,0.5,0.15372517456988796,0.6931412649220915,0.034202793170679716,0.15372517456988796,0.6985017121687419,0.006841290367251639,0.15372517456988796,0.24180175097532958,0.03165981507535566,0.15372517456988796,0.674566535789132,0.13348195752890715,0.15372517456988796,0.6793771646202534,0.09532773129950659,0.15372517456988796,0.6920616736969379,0.006272828574429748,0.15372517456988796,0.6987640011850693,0.007114046135596295,0.5,0.15372517456988796,0.6958541418340363,0.0015006755117956895,0.0,0.010240546169035768,0.19606828708278545 -2127,0.5,0.15372517456988796,0.3701784704353159,0.06603846050145203,0.15372517456988796,0.5054479259711359,0.08804972349751708,0.15372517456988796,0.612544400559928,0.04859008442197563,0.15372517456988796,0.5837965572557262,0.0382849083373784,0.15372517456988796,0.6261088794119561,0.13403892123891953,0.15372517456988796,0.6318001085538113,0.04813848416959034,0.15372517456988796,0.6255264260229693,0.042903405558399256,0.15372517456988796,0.6326649208810544,0.015844396192563902,0.5,0.15372517456988796,0.6354354433831445,0.017842096892237688,0.15372517456988796,0.6294168807129165,0.009547914140417446,0.5,0.15372517456988796,0.628040064697266,0.03975013768570021,0.15372517456988796,0.6331228492947933,0.012593388853200538,0.15372517456988796,0.19493854881773942,0.02970285744684422,0.15372517456988796,0.6107740762898998,0.17270587016938954,0.15372517456988796,0.6067197065909419,0.08946882505575732,0.15372517456988796,0.6250196525341762,0.009182650371148512,0.15372517456988796,0.6248538985456685,0.011147047885307957,0.5,0.15372517456988796,0.6159106684271143,0.004245733456081133,0.0,0.01209937930568713,0.20830816229953883 -2128,0.5,0.15372517456988796,0.2566279949779785,0.06911841028337246,0.15372517456988796,0.3815501794981213,0.14811821786236448,0.15372517456988796,0.48061141250374345,0.05308926466634529,0.15372517456988796,0.4468740162797333,0.043108653341467434,0.15372517456988796,0.5060810220771008,0.118801039093418,0.15372517456988796,0.5151352618226732,0.034299121706043094,0.15372517456988796,0.5061551073706554,0.05059897218203121,0.15372517456988796,0.5171449942618954,0.010536958079831793,0.5,0.15372517456988796,0.5183435663138303,0.014464256252179786,0.15372517456988796,0.4986255691900387,0.01979190858961117,0.5,0.15372517456988796,0.5043720677012057,0.04859784697746921,0.15372517456988796,0.5086904108889929,0.01932547128777633,0.15372517456988796,0.15599150269964707,0.06370909612501163,0.15372517456988796,0.4878378340369157,0.19237448444535848,0.15372517456988796,0.4833221437360771,0.13325812827232852,0.15372517456988796,0.5013591308408711,0.021856840029584504,0.15372517456988796,0.49359735750934536,0.019036251487594226,0.5,0.15372517456988796,0.4792597853709899,0.00818631367983903,0.0,0.008921006913769057,0.2259196395292789 -2129,0.5,0.15372517456988796,0.14558864097418317,0.06849466090758075,0.15372517456988796,0.30237808232537494,0.18881704404489447,0.15372517456988796,0.33169071244784465,0.06608621653996835,0.15372517456988796,0.29734428715107275,0.04755906863243686,0.15372517456988796,0.3627960110751839,0.07200791082513923,0.15372517456988796,0.36921713370300996,0.02236943262046975,0.15372517456988796,0.3607123589778283,0.028744942399285184,0.15372517456988796,0.37059823577010087,0.011938839640456115,0.5,0.15372517456988796,0.3681680814577709,0.013094317702321346,0.15372517456988796,0.3386279693441819,0.023340495552193627,0.5,0.15372517456988796,0.35052651578109545,0.05162230900717122,0.15372517456988796,0.35075852247566525,0.020974449693251455,0.15372517456988796,0.14572704532403477,0.09904823399628515,0.15372517456988796,0.3496433469207871,0.17019648723872938,0.15372517456988796,0.3411327794135297,0.14885359943718485,0.15372517456988796,0.35371930147557157,0.021673109110429474,0.15372517456988796,0.33893339844891296,0.01921862557673549,0.5,0.15372517456988796,0.3200162408581906,0.009886581506332516,0.0,0.005136790294049861,0.20361659018164455 -2130,0.5,0.15372517456988796,0.04073573484414886,0.05958416422193466,0.15372517456988796,0.09712084200753279,0.06942645032310815,0.15372517456988796,0.08483968608077946,0.03957154153087804,0.15372517456988796,0.05372729208738291,0.031202769286211636,0.15372517456988796,0.13138350266344248,0.047614135722995186,0.15372517456988796,0.14420058535050947,0.018872651645057918,0.15372517456988796,0.1311257260947973,0.017855212581454578,0.15372517456988796,0.11800387594977815,0.008876660762099985,0.5,0.15372517456988796,0.11651471023351681,0.006622299539502204,0.15372517456988796,0.09200785177564615,0.011565416436127306,0.5,0.15372517456988796,0.0977620936896341,0.021741067198345062,0.15372517456988796,0.10637425636134923,0.012479014900401214,0.15372517456988796,0.07735285742182818,0.06307896192485755,0.15372517456988796,0.12593163026756218,0.1063811698443537,0.15372517456988796,0.1008922791478058,0.06443719176521066,0.15372517456988796,0.10120998613541528,0.007198508684511422,0.15372517456988796,0.07513011590693097,0.010149209705924306,0.5,0.15372517456988796,0.06592573242055953,0.006060961483112877,0.0,0.0035110179079163957,0.1775325030892348 -2131,0.5,0.15372517456988796,0.0,0.042517662004378946,0.15372517456988796,0.0,0.07188990996739372,0.15372517456988796,0.0,0.03450906094155898,0.15372517456988796,0.0,0.04091950366617937,0.15372517456988796,0.0,0.08758455695278297,0.15372517456988796,0.0,0.0257597093341808,0.15372517456988796,0.0,0.03253156254577668,0.15372517456988796,0.0,0.008656107234015413,0.5,0.15372517456988796,0.0,0.006849047215137211,0.15372517456988796,0.0,0.009032783907971876,0.5,0.15372517456988796,0.0,0.013197043799246232,0.15372517456988796,0.0,0.010160332897854549,0.15372517456988796,0.0,0.043813486891439234,0.15372517456988796,0.0,0.12457667862969926,0.15372517456988796,0.0,0.07382397451519375,0.15372517456988796,0.0,0.007833389406484495,0.15372517456988796,0.0,0.00918988138689712,0.5,0.15372517456988796,0.0,0.005214250841410727,0.0,0.0029664750377742565,0.1964028657981376 -2132,0.5,0.15372517456988796,0.0,0.023813291841858174,0.15372517456988796,0.0,0.06845074192443873,0.15372517456988796,0.0,0.02060656534660776,0.15372517456988796,0.0,0.03719854610671716,0.15372517456988796,0.0,0.11552623939770541,0.15372517456988796,0.0,0.03667372112444851,0.15372517456988796,0.0,0.031328273500467706,0.15372517456988796,0.0,0.007841805336589723,0.5,0.15372517456988796,0.0,0.006238138636585075,0.15372517456988796,0.0,0.004243547348929087,0.5,0.15372517456988796,0.0,0.009321476945200934,0.15372517456988796,0.0,0.0065636311562138495,0.15372517456988796,0.0,0.046831539627898155,0.15372517456988796,0.0,0.132859594155756,0.15372517456988796,0.0,0.07137038516920231,0.15372517456988796,0.0,0.009195333747961968,0.15372517456988796,0.0,0.006375441676989635,0.5,0.15372517456988796,0.0,0.0031947913388315845,0.0,0.00044514835791106794,0.2194358523912594 -2133,0.5,0.15372517456988796,0.0,0.017124330523847944,0.15372517456988796,0.0,0.05189908357455472,0.15372517456988796,0.0,0.01588779403360089,0.15372517456988796,0.0,0.03281089466503577,0.15372517456988796,0.0,0.11975220160667295,0.15372517456988796,0.0,0.04038828854738287,0.15372517456988796,0.0,0.029849135990002763,0.15372517456988796,0.0,0.006568427528893658,0.5,0.15372517456988796,0.0,0.004035317127957536,0.15372517456988796,0.0,0.0021209170807631106,0.5,0.15372517456988796,0.0,0.007627610140737269,0.15372517456988796,0.0,0.005909208907493592,0.15372517456988796,0.0,0.04324135822254618,0.15372517456988796,0.0,0.1164935869814244,0.15372517456988796,0.0,0.05413828093398631,0.15372517456988796,0.0,0.007050004844850144,0.15372517456988796,0.0,0.004902442074366221,0.5,0.15372517456988796,0.0,0.001249483397936774,0.0,0.0003283465060188927,0.20972149101064497 -2134,0.5,0.15372517456988796,0.0,0.012429226140668033,0.15372517456988796,0.0,0.039912659045792616,0.15372517456988796,0.0,0.011008060237871653,0.15372517456988796,0.0,0.028825836134687997,0.15372517456988796,0.0,0.09061739256336634,0.15372517456988796,0.0,0.030595099302677276,0.15372517456988796,0.0,0.03143232273370135,0.15372517456988796,0.0,0.006529351835933894,0.5,0.15372517456988796,0.0,0.003494144400246477,0.15372517456988796,0.0,0.0009191173327878972,0.5,0.15372517456988796,0.0,0.003366979793157884,0.15372517456988796,0.0,0.0054753559679727535,0.15372517456988796,0.0,0.0317430823891162,0.15372517456988796,0.0,0.0917165791151319,0.15372517456988796,0.0,0.042178197559191014,0.15372517456988796,0.0,0.0067761967826592134,0.15372517456988796,0.0,0.0038318338528170047,0.5,0.15372517456988796,0.0,0.0007885290012616658,0.0,0.000319641340957892,0.2107921353016115 -2135,0.5,0.15372517456988796,0.0,0.007156273265951698,0.15372517456988796,0.0,0.02671239633499356,0.15372517456988796,0.0,0.004549713969473892,0.15372517456988796,0.0,0.020931696073465816,0.15372517456988796,0.0,0.0688565379102283,0.15372517456988796,0.0,0.027259842617742506,0.15372517456988796,0.0,0.02371761289540874,0.15372517456988796,0.0,0.007030864822736628,0.5,0.15372517456988796,0.0,0.005049060539936113,0.15372517456988796,0.0,0.000455159992611241,0.5,0.15372517456988796,0.0,0.0024056083999826087,0.15372517456988796,0.0,0.0043863599953011465,0.15372517456988796,0.0,0.018205526511237993,0.15372517456988796,0.0,0.08068464860979488,0.15372517456988796,0.0,0.03509747059209563,0.15372517456988796,0.0,0.006569337983135937,0.15372517456988796,0.0,0.0033149378718184425,0.5,0.15372517456988796,0.0,0.0009546944410913659,0.0,0.001859443073661845,0.19370242815201508 -2136,0.5,0.15372517456988796,0.0,0.005275121980888579,0.15372517456988796,0.0,0.02375415286832918,0.15372517456988796,0.0,0.0032733825080375235,0.15372517456988796,0.0,0.013293019596664641,0.15372517456988796,0.0,0.05700996440218083,0.15372517456988796,0.0,0.017948158723482883,0.15372517456988796,0.0,0.02130896969503491,0.15372517456988796,0.0,0.008907510929410042,0.5,0.15372517456988796,0.0,0.005924312348640006,0.15372517456988796,0.0,0.0003257211565219561,0.5,0.15372517456988796,0.0,0.0013191797969928278,0.15372517456988796,0.0,0.004366519416543279,0.15372517456988796,0.0,0.01563824037564925,0.15372517456988796,0.0,0.07916319184883451,0.15372517456988796,0.0,0.029204285243382838,0.15372517456988796,0.0,0.004021102481182345,0.15372517456988796,0.0,0.0024782317864874095,0.5,0.15372517456988796,0.0,0.0013115283096190966,0.0,0.006786247052838081,0.16446585821012535 -2137,0.5,0.15372517456988796,0.0,0.004454965668990759,0.15372517456988796,0.0,0.02319875169800581,0.15372517456988796,0.0,0.003388780389968955,0.15372517456988796,0.0,0.009374898694671523,0.15372517456988796,0.0,0.03615262033047217,0.15372517456988796,0.0,0.007512989467554995,0.15372517456988796,0.0,0.02226639598618691,0.15372517456988796,0.0,0.0088133650543222,0.5,0.15372517456988796,0.0,0.0053750480352250845,0.15372517456988796,0.0,0.0002030123030403183,0.5,0.15372517456988796,0.0,0.0008202908234482092,0.15372517456988796,0.0,0.004314336979789303,0.15372517456988796,0.0,0.013862894546323041,0.15372517456988796,0.0,0.0729091695043333,0.15372517456988796,0.0,0.030721520155204466,0.15372517456988796,0.0,0.002965266386376557,0.15372517456988796,0.0,0.0014880123548113011,0.5,0.15372517456988796,0.0,0.0012748128338080675,0.0,0.01493112528036509,0.15731633025108543 -2138,0.5,0.15372517456988796,0.0,0.006268981738172623,0.15372517456988796,0.0,0.02155777968462522,0.15372517456988796,0.0,0.003933791716377391,0.15372517456988796,0.0,0.008345978273088047,0.15372517456988796,0.0,0.024420612879889052,0.15372517456988796,0.0,0.005133357994798079,0.15372517456988796,0.0,0.018568855393342198,0.15372517456988796,0.0,0.009862971659058258,0.5,0.15372517456988796,0.0,0.00394328654886648,0.15372517456988796,0.0,0.0008079692787069648,0.5,0.15372517456988796,0.0,0.0006045505577879232,0.15372517456988796,0.0,0.005287082069306904,0.15372517456988796,0.0,0.014699318137599901,0.15372517456988796,0.0,0.06591798176747861,0.15372517456988796,0.0,0.030369467074581564,0.15372517456988796,0.0,0.003677568041539122,0.15372517456988796,0.0,0.000984879640885923,0.5,0.15372517456988796,0.0,0.0008090758281733288,0.0,0.01909385102124153,0.14570724753152703 -2139,0.5,0.15372517456988796,0.0,0.007706112204084008,0.15372517456988796,0.0,0.017234846485952582,0.15372517456988796,0.0,0.0048204989180350676,0.15372517456988796,0.0,0.00789377693424423,0.15372517456988796,0.0,0.030008560717499643,0.15372517456988796,0.0,0.006750417210175158,0.15372517456988796,0.0,0.009676839224992644,0.15372517456988796,0.0,0.0137016197113672,0.5,0.15372517456988796,0.0,0.0026839445108670715,0.15372517456988796,0.0,0.002161082974282805,0.5,0.15372517456988796,0.0,0.0006244918776871875,0.15372517456988796,0.0,0.006237223994938182,0.15372517456988796,0.0,0.01632783835562451,0.15372517456988796,0.0,0.06253144396429193,0.15372517456988796,0.0,0.027951897184834824,0.15372517456988796,0.0,0.0023004773518976594,0.15372517456988796,0.0,0.0008608077964454112,0.5,0.15372517456988796,0.0,0.0004891586541587793,0.0,0.01483733814747406,0.136977780824171 -2140,0.5,0.15372517456988796,0.0,0.007212011637629653,0.15372517456988796,0.0,0.016686138972637755,0.15372517456988796,0.0,0.004246507377418021,0.15372517456988796,0.0,0.007292562344834988,0.15372517456988796,0.0,0.03622304347893031,0.15372517456988796,0.0,0.0087436821384417,0.15372517456988796,0.0,0.005522219256817596,0.15372517456988796,0.0,0.013345545079682898,0.5,0.15372517456988796,0.0,0.0014657137323211753,0.15372517456988796,0.0,0.003913809038843447,0.5,0.15372517456988796,0.0,0.0007263016101255144,0.15372517456988796,0.0,0.008093896762607872,0.15372517456988796,0.0,0.014870681062584431,0.15372517456988796,0.0,0.060401822226223756,0.15372517456988796,0.0,0.027331951867017045,0.15372517456988796,0.0,0.0013889257544891314,0.15372517456988796,0.0,0.0014490689191011216,0.5,0.15372517456988796,0.0,0.0007032489337069158,0.0,0.009935652429685346,0.13838566319687948 -2141,0.5,0.15372517456988796,0.0,0.004917853306206594,0.15372517456988796,0.0,0.013087226227112595,0.15372517456988796,0.0,0.003466988842801205,0.15372517456988796,0.0,0.005608608045943725,0.15372517456988796,0.0,0.038872749093719974,0.15372517456988796,0.0,0.01147808685757767,0.15372517456988796,0.0,0.00712766674151686,0.15372517456988796,0.0,0.012095607303176568,0.5,0.15372517456988796,0.0,0.0012248371755446714,0.15372517456988796,0.0,0.0054380525788420364,0.5,0.15372517456988796,0.0,0.000646059760931991,0.15372517456988796,0.0,0.00878714057803349,0.15372517456988796,0.0,0.010261771719141376,0.15372517456988796,0.0,0.06007129203173417,0.15372517456988796,0.0,0.027476560157984595,0.15372517456988796,0.0,0.001610344469268066,0.15372517456988796,0.0,0.002292558656069336,0.5,0.15372517456988796,0.0,0.0011381218285505803,0.0,0.0057964538323950566,0.11906169544664948 -2142,0.5,0.15372517456988796,0.0,0.00359336079330243,0.15372517456988796,0.0,0.010658082596183609,0.15372517456988796,0.0,0.0024303422455875675,0.15372517456988796,0.0,0.003229321632532825,0.15372517456988796,0.0,0.042365376529267085,0.15372517456988796,0.0,0.010280211888225524,0.15372517456988796,0.0,0.008886313208113,0.15372517456988796,0.0,0.010862311138897126,0.5,0.15372517456988796,0.0,0.0017531748726870287,0.15372517456988796,0.0,0.005335124721132091,0.5,0.15372517456988796,0.0,0.000342621630440575,0.15372517456988796,0.0,0.009799937466299726,0.15372517456988796,0.0,0.009715284663166603,0.15372517456988796,0.0,0.05593310457856519,0.15372517456988796,0.0,0.02661154655167721,0.15372517456988796,0.0,0.002965495727634281,0.15372517456988796,0.0,0.001757474608395797,0.5,0.15372517456988796,0.0,0.0015746113960295675,0.0,0.0015031165097313746,0.09796951012976307 -2143,0.5,0.15372517456988796,0.02195201407625036,0.0036586342941972213,0.15372517456988796,0.011825610252323301,0.010846438652517087,0.15372517456988796,0.017521167585971553,0.001659692496930263,0.15372517456988796,0.028060838935567215,0.0017511335725051275,0.15372517456988796,0.004498764478949584,0.03474392750473732,0.15372517456988796,0.0025366875634259653,0.0037450188472595456,0.15372517456988796,0.0047988426850199915,0.008959529454962837,0.15372517456988796,0.003053950555419133,0.008674961751785693,0.5,0.15372517456988796,0.0035660603660253973,0.0015886184047705495,0.15372517456988796,0.013156510938038114,0.006463491636495927,0.5,0.15372517456988796,0.006136165170656083,7.408245054090676e-05,0.15372517456988796,0.006756926628769452,0.012032927733213756,0.15372517456988796,0.009648712512365177,0.009165102049975213,0.15372517456988796,0.005958359322820989,0.04965923372704511,0.15372517456988796,0.009857837201020432,0.025093012647269496,0.15372517456988796,0.007122126845842645,0.0028431068275599864,0.15372517456988796,0.016304606058300208,0.0011249091136623641,0.5,0.15372517456988796,0.026292479438608792,0.0009984177487460729,0.0,0.0,0.10228684346682303 -2144,0.5,0.15372517456988796,0.1170534512549616,0.005855366025041084,0.15372517456988796,0.1382536942669177,0.008799046302839739,0.15372517456988796,0.13068209861070879,0.0018732726092248976,0.15372517456988796,0.1390958424707852,0.0019592146845610926,0.15372517456988796,0.11328576534813523,0.01752900233735976,0.15372517456988796,0.09316807285743911,0.0014306085797771663,0.15372517456988796,0.11641561683840626,0.006410509565389873,0.15372517456988796,0.10412353413624281,0.005412277417427094,0.5,0.15372517456988796,0.10852810977928412,0.001077339551375132,0.15372517456988796,0.14290399403560908,0.0067717772327541385,0.5,0.15372517456988796,0.12479171613312053,4.490238404022669e-05,0.15372517456988796,0.12778804630584928,0.008707691111340756,0.15372517456988796,0.13365308287692906,0.006814109319258543,0.15372517456988796,0.11998558747380866,0.04469055331709142,0.15372517456988796,0.1341000905433198,0.02228672854666884,0.15372517456988796,0.12935581947697153,0.003267207679361892,0.15372517456988796,0.14645789188299382,0.0004414911571801545,0.5,0.15372517456988796,0.1617619556249027,0.0012346871113647644,0.0,0.0,0.10519928632429547 -2145,0.5,0.15372517456988796,0.2248358062273908,0.013758177712487675,0.15372517456988796,0.2948147690719453,0.015126299780027375,0.15372517456988796,0.26009004292771254,0.0051862777452006065,0.15372517456988796,0.26484475004782954,0.0052559335095488605,0.15372517456988796,0.26376671233713067,0.01427227607127584,0.15372517456988796,0.23007600667817973,0.002248831133528492,0.15372517456988796,0.26763842620643924,0.003164954626433841,0.15372517456988796,0.2513478011415213,0.0013362123694869556,0.5,0.15372517456988796,0.2592943732052284,0.0006946776426843626,0.15372517456988796,0.3033315112380649,0.00663082068902872,0.5,0.15372517456988796,0.2808958351815547,2.0833030629234146e-05,0.15372517456988796,0.28484237732735407,0.004749505525019873,0.15372517456988796,0.2912777224778843,0.009481702055340706,0.15372517456988796,0.2735177800531942,0.05080866263065348,0.15372517456988796,0.29127881213044216,0.030846799673696815,0.15372517456988796,0.2868746700144662,0.0021289924992922804,0.15372517456988796,0.3048440450821327,0.00012569615566592843,0.5,0.15372517456988796,0.3225623440442992,0.002591253837325941,0.0,0.0,0.08566292905092257 -2146,0.5,0.15372517456988796,0.3282906258263305,0.01924343708095336,0.15372517456988796,0.44622677139902334,0.031589390787062244,0.15372517456988796,0.3936801849214866,0.006393482694179265,0.15372517456988796,0.39231040676783646,0.010016567690722322,0.15372517456988796,0.4120682890494205,0.02223307641278004,0.15372517456988796,0.37073211617721513,0.00695448015119896,0.15372517456988796,0.41289158498886913,0.0008548106769285542,0.15372517456988796,0.3968367488368239,0.0013637774052034303,0.5,0.15372517456988796,0.4124402631016376,0.0006553236641005191,0.15372517456988796,0.46776057718755104,0.01187617979507882,0.5,0.15372517456988796,0.4406950623158949,4.521840858079586e-07,0.15372517456988796,0.4472021076562337,0.0041506039206389575,0.15372517456988796,0.44223830073071324,0.014644789854180995,0.15372517456988796,0.4212001071447821,0.05083473747158085,0.15372517456988796,0.4452971413304293,0.04391780146800965,0.15372517456988796,0.44224352745554085,0.0017822589554008297,0.15372517456988796,0.4650456412898909,0.00011339546273312792,0.5,0.15372517456988796,0.4846268916803058,0.005045848026944857,0.0,0.00029547387247595496,0.06758431441502787 -2147,0.5,0.15372517456988796,0.381421030953654,0.01747862117724206,0.15372517456988796,0.5734908339091528,0.032588474728685014,0.15372517456988796,0.536387488016665,0.006568339613851066,0.15372517456988796,0.517455289150907,0.01744068776136349,0.15372517456988796,0.5494160385395321,0.034774625867844564,0.15372517456988796,0.4969974173708391,0.015165485525192833,0.15372517456988796,0.5434079543150554,0.0005733306956306843,0.15372517456988796,0.5288734964708712,0.003974643821123317,0.5,0.15372517456988796,0.5460440480102429,0.0010331098786752018,0.15372517456988796,0.6021383550868538,0.023813024645915257,0.5,0.15372517456988796,0.575599436220182,0.0,0.15372517456988796,0.5839638145866798,0.0051985363123046024,0.15372517456988796,0.5754795136785505,0.011017171321627252,0.15372517456988796,0.5582579468577353,0.049882706065339254,0.15372517456988796,0.5775403953913562,0.042213025810428115,0.15372517456988796,0.5756677318914822,0.00044759842145922815,0.15372517456988796,0.5967291460593661,0.0003727626506021537,0.5,0.15372517456988796,0.6127078687293452,0.015748397180246572,0.0,0.0002544777979251938,0.06220048892097517 -2148,0.5,0.15372517456988796,0.44179082969002476,0.011997209808120541,0.15372517456988796,0.6403815086905097,0.012252057237318243,0.15372517456988796,0.6540558371251038,0.005423207858778182,0.15372517456988796,0.59825806574434,0.021224736660618845,0.15372517456988796,0.6360708657026284,0.0439201687980229,0.15372517456988796,0.5838287065195502,0.01739991256068713,0.15372517456988796,0.6220034542437056,0.001884438956391555,0.15372517456988796,0.6138898818372265,0.009484600945640173,0.5,0.15372517456988796,0.627179359828229,0.0021096895733922257,0.15372517456988796,0.6800546701521413,0.029793925102249208,0.5,0.15372517456988796,0.6550997299341856,0.0,0.15372517456988796,0.665425506924883,0.005451197422787399,0.15372517456988796,0.6595601038409652,0.003360547062053215,0.15372517456988796,0.6457741753086661,0.04789466092552817,0.15372517456988796,0.6570708559203399,0.031055928378732445,0.15372517456988796,0.6539054786277689,6.954028376421493e-05,0.15372517456988796,0.6720840007875148,0.0016711431872458448,0.5,0.15372517456988796,0.6836051800318992,0.02534337290564529,0.0,0.00010630132732490486,0.06288255350034144 -2149,0.5,0.15372517456988796,0.45347534671837264,0.00774550211762621,0.15372517456988796,0.6557773887529338,0.005530161965106398,0.15372517456988796,0.6985743564578005,0.0038292101204834205,0.15372517456988796,0.6344288199043376,0.02246777136179337,0.15372517456988796,0.6667248909976083,0.03976873926538645,0.15372517456988796,0.6293827728685712,0.01711161407609176,0.15372517456988796,0.6459659536555068,0.002290463848092474,0.15372517456988796,0.6446031948516489,0.01665252469022229,0.5,0.15372517456988796,0.6581022844378085,0.0031532892918184736,0.15372517456988796,0.7054336736077238,0.02946202098159306,0.5,0.15372517456988796,0.6829990867190561,0.0,0.15372517456988796,0.6922261417942202,0.004821983136337535,0.15372517456988796,0.6794727618000331,0.0005286173283076962,0.15372517456988796,0.681036262492098,0.045318533711485635,0.15372517456988796,0.6846337904036526,0.023369717668591028,0.15372517456988796,0.6805232669029516,5.243891315153764e-05,0.15372517456988796,0.6969727825883543,0.0034662045710370957,0.5,0.15372517456988796,0.7054079725229117,0.027497824985126252,0.0,5.7496243764288194e-05,0.05737479712901258 -2150,0.5,0.15372517456988796,0.455568859658933,0.0051590648240440766,0.15372517456988796,0.6471056894802357,0.004930556039315739,0.15372517456988796,0.6833361909992302,0.0025406347829302917,0.15372517456988796,0.6250349208971733,0.02292173873375657,0.15372517456988796,0.6563137488600332,0.028046424155001855,0.15372517456988796,0.6284438806837411,0.01743877831913874,0.15372517456988796,0.6382439313991453,0.002180282557515262,0.15372517456988796,0.6285891334801115,0.023621441824760243,0.5,0.15372517456988796,0.6456909361370547,0.005728155344680951,0.15372517456988796,0.6865087778318086,0.02395674039876812,0.5,0.15372517456988796,0.6707130759888352,4.6315311889626e-05,0.15372517456988796,0.6741649645454331,0.00438111424491881,0.15372517456988796,0.6661704686286398,0.0001974751231599781,0.15372517456988796,0.6758775854524427,0.037686384532647145,0.15372517456988796,0.6766307977149589,0.018831014951119555,0.15372517456988796,0.6681930821553702,1.612964003235813e-05,0.15372517456988796,0.6800456868134709,0.006631234065389735,0.5,0.15372517456988796,0.683775029262994,0.025974778387296338,0.0,6.24288616024193e-05,0.0512016500351497 -2151,0.5,0.15372517456988796,0.4369006466273557,0.0038486856397990923,0.15372517456988796,0.5832441729569726,0.002443559333823237,0.15372517456988796,0.6082245608373357,0.0025222981067621855,0.15372517456988796,0.5558475240997911,0.022868753666999062,0.15372517456988796,0.5990068515663153,0.023432397239373716,0.15372517456988796,0.5691215697737919,0.01800458265754182,0.15372517456988796,0.58552934699891,0.0019979494213397055,0.15372517456988796,0.5639746465143728,0.02623388117852761,0.5,0.15372517456988796,0.5837581339833948,0.00886668188579294,0.15372517456988796,0.6134593748487583,0.017507840560114292,0.5,0.15372517456988796,0.6066932270237264,0.000201628549928999,0.15372517456988796,0.6062106621755486,0.0033873674452406612,0.15372517456988796,0.5950936109227432,4.6744313404479464e-05,0.15372517456988796,0.6139677854201022,0.03565305061271341,0.15372517456988796,0.6049168956551805,0.017370637574395782,0.15372517456988796,0.6042505970398923,3.125552790755628e-06,0.15372517456988796,0.6081812198640921,0.008649710896777303,0.5,0.15372517456988796,0.6042260964522428,0.02258703166512287,0.0,5.8980496217035263e-05,0.05249036743475539 -2152,0.5,0.15372517456988796,0.36125766518779623,0.00338741722266878,0.15372517456988796,0.4605403741428683,0.0005626440046565778,0.15372517456988796,0.47746526611425366,0.00455572225319477,0.15372517456988796,0.4233822848851774,0.021667615644548426,0.15372517456988796,0.4861541453683861,0.01847045483509453,0.15372517456988796,0.45178771505645055,0.017041180866586993,0.15372517456988796,0.4755458646335766,0.002043568939964341,0.15372517456988796,0.44731617849163463,0.02331867838487378,0.5,0.15372517456988796,0.47190893616336227,0.009755258799462818,0.15372517456988796,0.483799023123971,0.009920384085106522,0.5,0.15372517456988796,0.48519713022750444,0.000201706117435713,0.15372517456988796,0.48368143865394064,0.002798156312232711,0.15372517456988796,0.4703157045682277,0.0007460130397846508,0.15372517456988796,0.4935782268351112,0.03351679509112538,0.15372517456988796,0.4827599940909614,0.01696398263188946,0.15372517456988796,0.48391726656875966,1.5213984240475119e-05,0.15372517456988796,0.48033680244533744,0.008550920340890906,0.5,0.15372517456988796,0.4693491889394952,0.017920907782948702,0.0,0.0002067469234115821,0.039247068456757725 -2153,0.5,0.15372517456988796,0.2495688876385707,0.0037734564365092624,0.15372517456988796,0.3257651723837439,0.0002045279524831963,0.15372517456988796,0.32961321865294085,0.0073177027961551025,0.15372517456988796,0.27685337648824576,0.017806233824689946,0.15372517456988796,0.34658518619829415,0.01467835321361732,0.15372517456988796,0.30901517599978917,0.013037813574169938,0.15372517456988796,0.32938991577454413,0.0036948702896342943,0.15372517456988796,0.3056614849978853,0.014217717113309165,0.5,0.15372517456988796,0.3240874841780077,0.007273628915273143,0.15372517456988796,0.3263186296859871,0.004379206672147637,0.5,0.15372517456988796,0.3338352358302897,7.481407163100177e-06,0.15372517456988796,0.33157449122057475,0.0019807105279816563,0.15372517456988796,0.3290437138793666,0.000848635163899724,0.15372517456988796,0.353554859962733,0.030531358141836183,0.15372517456988796,0.34171716465959057,0.018586402875540472,0.15372517456988796,0.33684337036231266,7.937300306562238e-05,0.15372517456988796,0.32903005386202694,0.004843173630909453,0.5,0.15372517456988796,0.3122813181112516,0.005695624635309739,0.0,0.0004885937925954311,0.02286939279207024 -2154,0.5,0.15372517456988796,0.07345555537001283,0.003629366644448275,0.15372517456988796,0.10067263723959825,0.000758957790602456,0.15372517456988796,0.08821721808749901,0.008013000398199535,0.15372517456988796,0.05937351873748607,0.008694214775540773,0.15372517456988796,0.13998978445641194,0.011531934514758745,0.15372517456988796,0.16066912223398538,0.007530986002150313,0.15372517456988796,0.14646106896913838,0.0071509741498199195,0.15372517456988796,0.13771502840909636,0.004013696946287436,0.5,0.15372517456988796,0.13493119495421013,0.0017549014218515824,0.15372517456988796,0.09664893170645045,0.0006201347008589996,0.5,0.15372517456988796,0.10485173878403818,2.89215933473428e-05,0.15372517456988796,0.11183841089188182,0.0011203740503050838,0.15372517456988796,0.1304383050003144,0.0020877432703679585,0.15372517456988796,0.1303045508834581,0.019965598579268592,0.15372517456988796,0.10428259743517121,0.013880529522638393,0.15372517456988796,0.10950500953605818,0.00048113640838286464,0.15372517456988796,0.07780194478687738,0.002646371522100577,0.5,0.15372517456988796,0.06925996604884166,0.0012045725209497103,0.0,0.0005866483047865642,0.019209692387474765 -2155,0.5,0.15372517456988796,0.0,0.0044377133879718415,0.15372517456988796,0.0,0.005797932145309132,0.15372517456988796,0.0,0.012865078741418158,0.15372517456988796,0.0,0.011570923886548136,0.15372517456988796,0.0,0.02705255363531033,0.15372517456988796,0.0,0.014381948566215375,0.15372517456988796,0.0,0.013528191016779142,0.15372517456988796,0.0,0.00499835557766379,0.5,0.15372517456988796,0.0,0.0013439331988581258,0.15372517456988796,0.0,0.00021377293887115623,0.5,0.15372517456988796,0.0,4.634144063081641e-05,0.15372517456988796,0.0,0.0015587275148398368,0.15372517456988796,0.0,0.004850262765275447,0.15372517456988796,0.0,0.02969220884989054,0.15372517456988796,0.0,0.022090343813957154,0.15372517456988796,0.0,0.0014702261893684214,0.15372517456988796,0.0,0.0027814950773488363,0.5,0.15372517456988796,0.0,0.0009073779574193155,0.0,0.0002998402322612772,0.017758578128104406 -2156,0.5,0.15372517456988796,0.0,0.004514767601953103,0.15372517456988796,0.0,0.009303977289987029,0.15372517456988796,0.0,0.01352764334024267,0.15372517456988796,0.0,0.01435443070461671,0.15372517456988796,0.0,0.032231476331388405,0.15372517456988796,0.0,0.021364591898338673,0.15372517456988796,0.0,0.01284474695569599,0.15372517456988796,0.0,0.005315423757539841,0.5,0.15372517456988796,0.0,0.0009470680935296785,0.15372517456988796,0.0,0.00014485459777669848,0.5,0.15372517456988796,0.0,0.00040026694143939045,0.15372517456988796,0.0,0.00142817653191369,0.15372517456988796,0.0,0.007978277774317113,0.15372517456988796,0.0,0.03648128630095813,0.15372517456988796,0.0,0.021938340549007264,0.15372517456988796,0.0,0.0014342836801220767,0.15372517456988796,0.0,0.0023556629458156234,0.5,0.15372517456988796,0.0,0.0008130915523887837,0.0,0.0,0.021208951475361837 -2157,0.5,0.15372517456988796,0.0,0.0044224018323125724,0.15372517456988796,0.0,0.008602316216627659,0.15372517456988796,0.0,0.01216742718952169,0.15372517456988796,0.0,0.014714780213716873,0.15372517456988796,0.0,0.03503488212181936,0.15372517456988796,0.0,0.024985920889302016,0.15372517456988796,0.0,0.013566311954775423,0.15372517456988796,0.0,0.005555660653819194,0.5,0.15372517456988796,0.0,0.0009048376583458264,0.15372517456988796,0.0,0.00021312204443086423,0.5,0.15372517456988796,0.0,0.0004854527992722666,0.15372517456988796,0.0,0.0012122601733217287,0.15372517456988796,0.0,0.0058930295033409194,0.15372517456988796,0.0,0.040398079905815384,0.15372517456988796,0.0,0.0197156711056429,0.15372517456988796,0.0,0.0011094599532413324,0.15372517456988796,0.0,0.0018440723327381014,0.5,0.15372517456988796,0.0,0.0010330630771667561,0.0,0.0,0.02583486260976847 -2158,0.5,0.15372517456988796,0.0,0.0034932657922151465,0.15372517456988796,0.0,0.008302999606185912,0.15372517456988796,0.0,0.008453581622606716,0.15372517456988796,0.0,0.010764916917510905,0.15372517456988796,0.0,0.038400193749051154,0.15372517456988796,0.0,0.027909167901665675,0.15372517456988796,0.0,0.015302838731158324,0.15372517456988796,0.0,0.006005382049660415,0.5,0.15372517456988796,0.0,0.001634759080505322,0.15372517456988796,0.0,0.0008017112534498771,0.5,0.15372517456988796,0.0,0.0004748102392735086,0.15372517456988796,0.0,0.0007764768264224684,0.15372517456988796,0.0,0.004065811228363583,0.15372517456988796,0.0,0.038378558224585274,0.15372517456988796,0.0,0.0197717890659796,0.15372517456988796,0.0,0.0012078687139031668,0.15372517456988796,0.0,0.0014607932910695517,0.5,0.15372517456988796,0.0,0.0011551974884305555,0.0,0.0017981318589333772,0.035299164493426294 -2159,0.5,0.15372517456988796,0.0,0.0031219518144835227,0.15372517456988796,0.0,0.00987004425448504,0.15372517456988796,0.0,0.005151490020640279,0.15372517456988796,0.0,0.006797471290701167,0.15372517456988796,0.0,0.037998126665795676,0.15372517456988796,0.0,0.027988713044222322,0.15372517456988796,0.0,0.015250750754937027,0.15372517456988796,0.0,0.007116460426266794,0.5,0.15372517456988796,0.0,0.0024270581025085686,0.15372517456988796,0.0,0.0027018374373668783,0.5,0.15372517456988796,0.0,0.0008497164734862933,0.15372517456988796,0.0,0.0012558469807798479,0.15372517456988796,0.0,0.003640229603216275,0.15372517456988796,0.0,0.03502651860831538,0.15372517456988796,0.0,0.02199597419170458,0.15372517456988796,0.0,0.0022413582860902523,0.15372517456988796,0.0,0.001374355707158301,0.5,0.15372517456988796,0.0,0.0009960255263429055,0.0,0.0038859996898759253,0.051675741024431544 -2160,0.5,0.15372517456988796,0.0,0.0028481188007619665,0.15372517456988796,0.0,0.011224879404636406,0.15372517456988796,0.0,0.0050445383784571305,0.15372517456988796,0.0,0.004160913994397914,0.15372517456988796,0.0,0.035081614535762064,0.15372517456988796,0.0,0.02718182577545327,0.15372517456988796,0.0,0.013603940836595772,0.15372517456988796,0.0,0.008487539655362074,0.5,0.15372517456988796,0.0,0.0029280638193607085,0.15372517456988796,0.0,0.00402293258691876,0.5,0.15372517456988796,0.0,0.0014491910788938347,0.15372517456988796,0.0,0.002710716624521609,0.15372517456988796,0.0,0.004386739266595567,0.15372517456988796,0.0,0.03365916258315971,0.15372517456988796,0.0,0.022279651337312214,0.15372517456988796,0.0,0.003471922736298959,0.15372517456988796,0.0,0.0018854575719775488,0.5,0.15372517456988796,0.0,0.001167134665032478,0.0,0.001548916879422683,0.05380822367106216 -2161,0.5,0.15372517456988796,0.0,0.0028046201141209153,0.15372517456988796,0.0,0.010197790524913977,0.15372517456988796,0.0,0.0047997208768060795,0.15372517456988796,0.0,0.0030915831200380426,0.15372517456988796,0.0,0.030001901844431567,0.15372517456988796,0.0,0.02527832124323455,0.15372517456988796,0.0,0.011328638413922908,0.15372517456988796,0.0,0.008330851193619097,0.5,0.15372517456988796,0.0,0.00334267855793307,0.15372517456988796,0.0,0.006096032750770541,0.5,0.15372517456988796,0.0,0.003102106663116464,0.15372517456988796,0.0,0.004997393835634206,0.15372517456988796,0.0,0.005890736280055913,0.15372517456988796,0.0,0.027912756814414116,0.15372517456988796,0.0,0.02068162845892431,0.15372517456988796,0.0,0.003914194477985858,0.15372517456988796,0.0,0.0027051629930068457,0.5,0.15372517456988796,0.0,0.0013370190646147056,0.0,0.0,0.04983250388544307 -2162,0.5,0.15372517456988796,0.0,0.002820304308894259,0.15372517456988796,0.0,0.009378448554942154,0.15372517456988796,0.0,0.003647792019588466,0.15372517456988796,0.0,0.0033149679660789072,0.15372517456988796,0.0,0.03179091388725014,0.15372517456988796,0.0,0.02341253609937201,0.15372517456988796,0.0,0.01109133738068343,0.15372517456988796,0.0,0.008395122484582176,0.5,0.15372517456988796,0.0,0.003324609064912814,0.15372517456988796,0.0,0.00772620817334549,0.5,0.15372517456988796,0.0,0.003794992156949211,0.15372517456988796,0.0,0.008740016618989118,0.15372517456988796,0.0,0.004663244126471825,0.15372517456988796,0.0,0.022551213148802096,0.15372517456988796,0.0,0.018717689173231706,0.15372517456988796,0.0,0.004146645116585979,0.15372517456988796,0.0,0.0035113587877478912,0.5,0.15372517456988796,0.0,0.0013966316907229972,0.0,0.0,0.050737737412422865 -2163,0.5,0.15372517456988796,0.0,0.0024562154751425307,0.15372517456988796,0.0,0.005915226104982104,0.15372517456988796,0.0,0.0030687460620263942,0.15372517456988796,0.0,0.002715884946567493,0.15372517456988796,0.0,0.03808893690799688,0.15372517456988796,0.0,0.021532732399171195,0.15372517456988796,0.0,0.013239594403582418,0.15372517456988796,0.0,0.009108964350940739,0.5,0.15372517456988796,0.0,0.0035350060958758076,0.15372517456988796,0.0,0.009017478375100604,0.5,0.15372517456988796,0.0,0.0031138664163248017,0.15372517456988796,0.0,0.013970466170781484,0.15372517456988796,0.0,0.003373147070276537,0.15372517456988796,0.0,0.022948344933113297,0.15372517456988796,0.0,0.014184680492171569,0.15372517456988796,0.0,0.0051980946288231545,0.15372517456988796,0.0,0.003910280415031086,0.5,0.15372517456988796,0.0,0.0012382246102819678,0.0,0.0,0.04851043322010024 -2164,0.5,0.15372517456988796,0.0,0.0018438597298116091,0.15372517456988796,0.0,0.005978498815779357,0.15372517456988796,0.0,0.0023613805968349224,0.15372517456988796,0.0,0.002115755596224387,0.15372517456988796,0.0,0.04525413161569233,0.15372517456988796,0.0,0.023971114031259205,0.15372517456988796,0.0,0.015420136156207236,0.15372517456988796,0.0,0.011984016835646838,0.5,0.15372517456988796,0.0,0.0034427617254952263,0.15372517456988796,0.0,0.009371993500590191,0.5,0.15372517456988796,0.0,0.0021645848296425454,0.15372517456988796,0.0,0.017559252843742542,0.15372517456988796,0.0,0.0038298748479808657,0.15372517456988796,0.0,0.027143816337310393,0.15372517456988796,0.0,0.011412485799397406,0.15372517456988796,0.0,0.0057486235405618535,0.15372517456988796,0.0,0.0032180425387884045,0.5,0.15372517456988796,0.0,0.0022584606003548963,0.0,0.0,0.03474512285545161 -2165,0.5,0.15372517456988796,0.0,0.001361983402245787,0.15372517456988796,0.0,0.007469825631875406,0.15372517456988796,0.0,0.0014976553898456055,0.15372517456988796,0.0,0.0017310397622375632,0.15372517456988796,0.0,0.04801657370629928,0.15372517456988796,0.0,0.026291924548661548,0.15372517456988796,0.0,0.019262423494198617,0.15372517456988796,0.0,0.016104648210880295,0.5,0.15372517456988796,0.0,0.003170734965303188,0.15372517456988796,0.0,0.008756002754106519,0.5,0.15372517456988796,0.0,0.0024857776972500665,0.15372517456988796,0.0,0.021598861291556016,0.15372517456988796,0.0,0.005090173730820898,0.15372517456988796,0.0,0.02952399719518518,0.15372517456988796,0.0,0.01230637092063037,0.15372517456988796,0.0,0.005892694960873582,0.15372517456988796,0.0,0.002562879163868369,0.5,0.15372517456988796,0.0,0.0019828807800163816,0.0,0.0,0.025206486307973258 -2166,0.5,0.15372517456988796,0.0,0.0014646849239101233,0.15372517456988796,0.0,0.010725384374978018,0.15372517456988796,0.0,0.0012927124771800766,0.15372517456988796,0.0,0.0016096611129377415,0.15372517456988796,0.0,0.039248549648651807,0.15372517456988796,0.0,0.01923728369979931,0.15372517456988796,0.0,0.023824471498970833,0.15372517456988796,0.0,0.01656201694072974,0.5,0.15372517456988796,0.0,0.004309085760670519,0.15372517456988796,0.0,0.00762381108698639,0.5,0.15372517456988796,0.0,0.0021112719327159,0.15372517456988796,0.0,0.023569721862196455,0.15372517456988796,0.0,0.008653263848477482,0.15372517456988796,0.0,0.02930025649399312,0.15372517456988796,0.0,0.01726831622082843,0.15372517456988796,0.0,0.006550359010995772,0.15372517456988796,0.0,0.002696936555811568,0.5,0.15372517456988796,0.0,0.002122458581049098,0.0,0.0,0.020599903961216307 -2167,0.5,0.15372517456988796,0.03242476768757838,0.0015415321412365003,0.15372517456988796,0.01161686714655201,0.01906907711735824,0.15372517456988796,0.01977956326501588,0.0016125412729961583,0.15372517456988796,0.03603894971500539,0.0017163693965902027,0.15372517456988796,0.003649259412953165,0.028687842273183706,0.15372517456988796,0.0024485001246056935,0.007879091449693417,0.15372517456988796,0.003675739338982718,0.025938047701965113,0.15372517456988796,0.002765128308250828,0.017266884263649963,0.5,0.15372517456988796,0.0036139072297743024,0.0049315741792073774,0.15372517456988796,0.016250724762884066,0.007721071675463428,0.5,0.15372517456988796,0.0066580377901943035,0.001503438267661556,0.15372517456988796,0.00818148044186198,0.02803878138720526,0.15372517456988796,0.007970929458588032,0.011032287300959828,0.15372517456988796,0.005090957132711976,0.029762028406337314,0.15372517456988796,0.009583793737258216,0.023004115158289727,0.15372517456988796,0.006380588562551505,0.006563409689188535,0.15372517456988796,0.018778016154045618,0.0030700844664233655,0.5,0.15372517456988796,0.028458347272135066,0.00252804002878624,0.0,0.0,0.01733714900174526 -2168,0.5,0.15372517456988796,0.1510537488723886,0.0020820784658876893,0.15372517456988796,0.09937451987960907,0.019136462792636883,0.15372517456988796,0.12202116924893511,0.0032090284507227404,0.15372517456988796,0.15715078119070938,0.0019162307959712356,0.15372517456988796,0.07330135348491652,0.02034467560701316,0.15372517456988796,0.07715902438559441,0.005182741341015297,0.15372517456988796,0.07439205397160292,0.020456960074602983,0.15372517456988796,0.07004875417051362,0.014247618889620632,0.5,0.15372517456988796,0.085963993130757,0.003415414319250586,0.15372517456988796,0.1372946991867081,0.005364557598440613,0.5,0.15372517456988796,0.10996252070921775,0.001236067185462603,0.15372517456988796,0.12007864048569444,0.016607309382319576,0.15372517456988796,0.07236814392792254,0.009085091721367044,0.15372517456988796,0.07663384286427093,0.029424397948298348,0.15372517456988796,0.0953884698425267,0.0238075971363606,0.15372517456988796,0.08914455868723486,0.005060360246444086,0.15372517456988796,0.13378304640396713,0.001621044252368362,0.5,0.15372517456988796,0.15850960669292224,0.0015423066504121302,0.0,0.0,0.019553901193917433 -2169,0.5,0.15372517456988796,0.28187570077449164,0.0058903909484510205,0.15372517456988796,0.21143759871272605,0.02280261045747386,0.15372517456988796,0.23285953888467714,0.00951008008023525,0.15372517456988796,0.29722301299469056,0.005223405430585196,0.15372517456988796,0.17828274106391337,0.027578320407794947,0.15372517456988796,0.20774964160001058,0.007915035109932501,0.15372517456988796,0.16701751972279272,0.013564751389023733,0.15372517456988796,0.17059807393490728,0.010107490629416483,0.5,0.15372517456988796,0.20130413825012233,0.001442311515214474,0.15372517456988796,0.2887349299217082,0.0025910620928725407,0.5,0.15372517456988796,0.2461349444223317,0.000774533530277466,0.15372517456988796,0.26651628915813075,0.003553379516346439,0.15372517456988796,0.15761012701235833,0.014250303638021983,0.15372517456988796,0.19356659265411158,0.043371257088391485,0.15372517456988796,0.19388858374990497,0.03401654040981331,0.15372517456988796,0.20154028786652234,0.0037644167145020986,0.15372517456988796,0.2632240765302243,0.0007592788264795092,0.5,0.15372517456988796,0.3104972635819999,0.0006237464875870766,0.0,0.0,0.02479634534554019 -2170,0.5,0.15372517456988796,0.3992156766315281,0.009012903473520578,0.15372517456988796,0.3404533724670368,0.051878256653000714,0.15372517456988796,0.34738149592636997,0.013850078302790482,0.15372517456988796,0.4296869904569894,0.007314123246038771,0.15372517456988796,0.30382916062821913,0.05304815505134525,0.15372517456988796,0.3487119873397204,0.01560751562720958,0.15372517456988796,0.26705961837683384,0.011924001715226944,0.15372517456988796,0.2769900414527285,0.017706931170002237,0.5,0.15372517456988796,0.3062899720436734,0.0015292256527948754,0.15372517456988796,0.4457341887650508,0.004448143396383237,0.5,0.15372517456988796,0.3922754455423559,0.0005782104790032821,0.15372517456988796,0.42329237327109487,0.0032859404565269462,0.15372517456988796,0.22812494496388047,0.027248652802832302,0.15372517456988796,0.31400330743009613,0.05828366011627198,0.15372517456988796,0.28239207756835094,0.05100009033742098,0.15372517456988796,0.3319537411113066,0.006486725090879052,0.15372517456988796,0.39472921698523217,0.0007078764325602191,0.5,0.15372517456988796,0.4611523133782772,0.0005824230261368206,0.0,0.00032107689038404443,0.034375002316741225 -2171,0.5,0.15372517456988796,0.46927834991249395,0.014424495477663023,0.15372517456988796,0.3665199410806501,0.08391057256177828,0.15372517456988796,0.42745770378966585,0.015284528931712754,0.15372517456988796,0.5255539407434447,0.00805180695672909,0.15372517456988796,0.412985714680258,0.08275654176940561,0.15372517456988796,0.47511153776674153,0.0170184283802531,0.15372517456988796,0.3597226175284662,0.007236820848054192,0.15372517456988796,0.36128489511641554,0.024665978190666495,0.5,0.15372517456988796,0.38953848839499894,0.004787632215918018,0.15372517456988796,0.5736356912768347,0.014386312227278385,0.5,0.15372517456988796,0.526541393304632,0.0004325240559634442,0.15372517456988796,0.5572345537720371,0.006578516639233238,0.15372517456988796,0.30313848059624354,0.036976316429668525,0.15372517456988796,0.4314567543075562,0.07037716084787643,0.15372517456988796,0.370726329466636,0.06492319809883494,0.15372517456988796,0.4614705695006233,0.006429575249767353,0.15372517456988796,0.5062837487035105,0.00039245892251348356,0.5,0.15372517456988796,0.5789832603887112,0.0005992293868698546,0.0,0.0025158163848286097,0.05520593056502747 -2172,0.5,0.15372517456988796,0.48710463904751683,0.02828785012597807,0.15372517456988796,0.33475291994836975,0.11089177876542508,0.15372517456988796,0.48296589258569866,0.01642964388238341,0.15372517456988796,0.5734454070304844,0.009350110015155049,0.15372517456988796,0.5070168973904392,0.1165768595741621,0.15372517456988796,0.5705206861351195,0.016078615154123448,0.15372517456988796,0.4492922922903523,0.004829140355307515,0.15372517456988796,0.40732447813661177,0.017057387232656936,0.5,0.15372517456988796,0.44834996107766956,0.009634622107581828,0.15372517456988796,0.6455196672922715,0.02653255017241059,0.5,0.15372517456988796,0.6108829137776078,0.0010062394171462831,0.15372517456988796,0.6334332941308682,0.014814511365876377,0.15372517456988796,0.38277775098025274,0.043480199811297346,0.15372517456988796,0.525627937839236,0.09570510672583081,0.15372517456988796,0.4488145483364008,0.08042942901500905,0.15372517456988796,0.5518973793883373,0.005745375228393288,0.15372517456988796,0.5781074439851525,0.00017543155397519306,0.5,0.15372517456988796,0.6391276281877598,0.0006005024397539409,0.0,0.00890985648480876,0.08208770652964412 -2173,0.5,0.15372517456988796,0.48084952769986705,0.04665762712912011,0.15372517456988796,0.29262817225619475,0.11763328188416272,0.15372517456988796,0.5098614139900213,0.020933347275151868,0.15372517456988796,0.5798645799060514,0.013973229928578378,0.15372517456988796,0.5472847706489484,0.1444292833502043,0.15372517456988796,0.6254738872421364,0.016532270269908243,0.15372517456988796,0.4595856542354315,0.0042299216072817615,0.15372517456988796,0.44766544946094833,0.010998806136857012,0.5,0.15372517456988796,0.4701964920471341,0.017043847402194105,0.15372517456988796,0.6574623296237333,0.029753835647907144,0.5,0.15372517456988796,0.6472204900728102,0.0014557230352835134,0.15372517456988796,0.6512030840950258,0.024186343443853724,0.15372517456988796,0.45402236184309386,0.051724792994642964,0.15372517456988796,0.5862329274270306,0.1435699166595501,0.15372517456988796,0.45626281453522566,0.09852330349196699,0.15372517456988796,0.5873070758843683,0.003319248856793748,0.15372517456988796,0.5896468001155135,0.000104318607399838,0.5,0.15372517456988796,0.6440454729051464,0.0009833828694847302,0.0,0.022349981573032862,0.08156184777057877 -2174,0.5,0.15372517456988796,0.43643130132812813,0.062568008778388,0.15372517456988796,0.4365603839256424,0.13351202746672092,0.15372517456988796,0.4831795402040841,0.035206171491487755,0.15372517456988796,0.5420012527593728,0.02875260002663181,0.15372517456988796,0.5956142781845069,0.1600533999327113,0.15372517456988796,0.6425614055367821,0.015800886986781195,0.15372517456988796,0.4833809944088323,0.002877081541614111,0.15372517456988796,0.44726999530553146,0.00987144832308283,0.5,0.15372517456988796,0.38043928650925796,0.019951440241551592,0.15372517456988796,0.636059949250172,0.027492863376067826,0.5,0.15372517456988796,0.627328310428671,0.002228932233754799,0.15372517456988796,0.6383833064463982,0.027967669055690838,0.15372517456988796,0.4821124900731878,0.0766499049891081,0.15372517456988796,0.6012143720540887,0.19581563020990553,0.15372517456988796,0.4483923487803183,0.11934973263552145,0.15372517456988796,0.549766594809176,0.0019867018553342487,0.15372517456988796,0.5701023077722251,0.00010218165538092797,0.5,0.15372517456988796,0.6118697799932649,0.001254348684701717,0.0,0.04214669225040311,0.06786678410640454 -2175,0.5,0.15372517456988796,0.37330259082284767,0.06798891090487164,0.15372517456988796,0.5313471843243585,0.17824704295032026,0.15372517456988796,0.41547723047029783,0.045051906339953776,0.15372517456988796,0.4369605930685693,0.040959064665510116,0.15372517456988796,0.5725015778986293,0.16133222590338472,0.15372517456988796,0.5925827022599329,0.012912375680015905,0.15372517456988796,0.463958255075949,0.004201268920504138,0.15372517456988796,0.4250095286907697,0.012175669211150042,0.5,0.15372517456988796,0.27510571312797094,0.02117952357850294,0.15372517456988796,0.5717024752233874,0.02610017652342954,0.5,0.15372517456988796,0.5189990980127148,0.0038459688904197054,0.15372517456988796,0.5736672507135345,0.02904163495049634,0.15372517456988796,0.3994756633802685,0.12675930443553976,0.15372517456988796,0.5614604558830207,0.2421309835160735,0.15372517456988796,0.4017062542701827,0.15235072772828456,0.15372517456988796,0.4290276421826926,0.0018287438322606574,0.15372517456988796,0.5056098114260645,8.545353864955874e-05,0.5,0.15372517456988796,0.5339770081290595,0.0008877362362131325,0.0,0.0571916293592275,0.07231738816829904 -2176,0.5,0.15372517456988796,0.28753662246329476,0.0681087233468712,0.15372517456988796,0.4491043834786743,0.2130846841269816,0.15372517456988796,0.31085504265029135,0.061515708798150756,0.15372517456988796,0.2644844236417606,0.044493858007550825,0.15372517456988796,0.4794182777193836,0.15072212754377265,0.15372517456988796,0.45994335026863076,0.0086080534682153,0.15372517456988796,0.3831144766497555,0.006895363034820385,0.15372517456988796,0.32387803838425266,0.009828108412052255,0.5,0.15372517456988796,0.16059799369498068,0.00924858794269569,0.15372517456988796,0.4447283458443657,0.022834604333650903,0.5,0.15372517456988796,0.3728213144804056,0.0051630286785501606,0.15372517456988796,0.4514737750889647,0.03218711646741476,0.15372517456988796,0.303658604351437,0.1740450020236989,0.15372517456988796,0.46631831448041716,0.25457429679174504,0.15372517456988796,0.31630603609465524,0.1817914928713463,0.15372517456988796,0.296454893570462,0.0029213782873719995,0.15372517456988796,0.393567270175881,0.00023659209747014812,0.5,0.15372517456988796,0.4125555055249833,0.00036458058310428766,0.0,0.07241334625491393,0.09252720045542616 -2177,0.5,0.15372517456988796,0.1892344876836818,0.06297049436963036,0.15372517456988796,0.31632178147427403,0.20923885967894013,0.15372517456988796,0.19025083630554582,0.07454711765635122,0.15372517456988796,0.14192524656240302,0.04026133588294961,0.15372517456988796,0.3481707530337596,0.11697688745639162,0.15372517456988796,0.2974055442130983,0.0037746217554328115,0.15372517456988796,0.2825941951824066,0.012873728676799265,0.15372517456988796,0.22603252372692773,0.0067102232710611704,0.5,0.15372517456988796,0.12149348645668528,0.003185948447096626,0.15372517456988796,0.30374464776488214,0.00931829448404516,0.5,0.15372517456988796,0.2334522056634625,0.0072721009120164624,0.15372517456988796,0.3084659780172861,0.023182290937773412,0.15372517456988796,0.24425139342828878,0.18314644997449625,0.15372517456988796,0.3377632507849968,0.2236264376926359,0.15372517456988796,0.21784871860835964,0.17417582538436877,0.15372517456988796,0.15740238999202696,0.006345828694746618,0.15372517456988796,0.25486611469281084,0.0007327170198129004,0.5,0.15372517456988796,0.2704957151120213,9.20434132640676e-05,0.0,0.09487968306682983,0.11745839469477569 -2178,0.5,0.15372517456988796,0.0705987158237027,0.03859968955328396,0.15372517456988796,0.10634948468540946,0.11257248303321717,0.15372517456988796,0.06996851687955018,0.05122590937279722,0.15372517456988796,0.046696688117452805,0.021588419605719337,0.15372517456988796,0.14057236504761464,0.0680744218487922,0.15372517456988796,0.14313332756129887,0.0017714461465014222,0.15372517456988796,0.1331715215965042,0.009743692718184453,0.15372517456988796,0.11411244866325526,0.002590515574840089,0.5,0.15372517456988796,0.06273788821984518,0.0005442884841342157,0.15372517456988796,0.09490032565348752,0.0014235660238614118,0.5,0.15372517456988796,0.0876648905162661,0.0062873404145691505,0.15372517456988796,0.11003881862714696,0.006353665047322349,0.15372517456988796,0.1121750471712632,0.1174570237453804,0.15372517456988796,0.13738113524308251,0.11774659523377057,0.15372517456988796,0.0962757539073947,0.10338766338342673,0.15372517456988796,0.059231473129789866,0.006346277901276016,0.15372517456988796,0.08779606496367767,0.0006579825404327146,0.5,0.15372517456988796,0.07797308149612947,0.0003652060208640953,0.0,0.12068059403401915,0.11841165102290666 -2179,0.5,0.15372517456988796,0.0,0.045204978982850225,0.15372517456988796,0.0,0.1064250162500146,0.15372517456988796,0.0,0.040511349998930024,0.15372517456988796,0.0,0.02843737714877613,0.15372517456988796,0.0,0.09122419011849138,0.15372517456988796,0.0,0.004786547662657174,0.15372517456988796,0.0,0.014634489939742772,0.15372517456988796,0.0,0.003041387938231685,0.5,0.15372517456988796,0.0,0.0008106531325364796,0.15372517456988796,0.0,0.0013691218359166818,0.5,0.15372517456988796,0.0,0.003417733038167718,0.15372517456988796,0.0,0.006095914034952117,0.15372517456988796,0.0,0.10214789730801693,0.15372517456988796,0.0,0.11718089235606771,0.15372517456988796,0.0,0.10768149967336678,0.15372517456988796,0.0,0.006819225540364867,0.15372517456988796,0.0,0.0012946885399219442,0.5,0.15372517456988796,0.0,0.0012657872324290374,0.0,0.16914914637318604,0.10562945922414116 -2180,0.5,0.15372517456988796,0.0,0.051983458240929085,0.15372517456988796,0.0,0.09484730879248453,0.15372517456988796,0.0,0.03611387406606664,0.15372517456988796,0.0,0.03382191744717169,0.15372517456988796,0.0,0.09746029108242067,0.15372517456988796,0.0,0.0077053981475915315,0.15372517456988796,0.0,0.014146764874584607,0.15372517456988796,0.0,0.003440948864106536,0.5,0.15372517456988796,0.0,0.0015070867189240702,0.15372517456988796,0.0,0.0033631767448203146,0.5,0.15372517456988796,0.0,0.0016251358285668109,0.15372517456988796,0.0,0.003345112621586556,0.15372517456988796,0.0,0.11934444233445235,0.15372517456988796,0.0,0.12195163814466442,0.15372517456988796,0.0,0.10943087415553032,0.15372517456988796,0.0,0.005006605439436632,0.15372517456988796,0.0,0.0011744983788912397,0.5,0.15372517456988796,0.0,0.0016239911848697965,0.0,0.23565846125439,0.10519152404902887 -2181,0.5,0.15372517456988796,0.0,0.05551621095684416,0.15372517456988796,0.0,0.08919864425519787,0.15372517456988796,0.0,0.031101041631020343,0.15372517456988796,0.0,0.03987881488926952,0.15372517456988796,0.0,0.08306451035253552,0.15372517456988796,0.0,0.008494025626628338,0.15372517456988796,0.0,0.013944929705307387,0.15372517456988796,0.0,0.004152268309542466,0.5,0.15372517456988796,0.0,0.0019007899591573906,0.15372517456988796,0.0,0.0050208147580532774,0.5,0.15372517456988796,0.0,0.000605484151001264,0.15372517456988796,0.0,0.0013296045865133887,0.15372517456988796,0.0,0.1260837169461613,0.15372517456988796,0.0,0.11520204315678041,0.15372517456988796,0.0,0.09904193875289928,0.15372517456988796,0.0,0.0030308521667480773,0.15372517456988796,0.0,0.0012061429095695986,0.5,0.15372517456988796,0.0,0.0019373358031308434,0.0,0.2684046000845634,0.11026874632048123 -2182,0.5,0.15372517456988796,0.0,0.05417825613923338,0.15372517456988796,0.0,0.08866475520441143,0.15372517456988796,0.0,0.02876866216397869,0.15372517456988796,0.0,0.041746712081236786,0.15372517456988796,0.0,0.06686015906860865,0.15372517456988796,0.0,0.006821863155131051,0.15372517456988796,0.0,0.013820060642071572,0.15372517456988796,0.0,0.005234410669651117,0.5,0.15372517456988796,0.0,0.0024190905514987295,0.15372517456988796,0.0,0.008692622920777361,0.5,0.15372517456988796,0.0,0.0006217694383496766,0.15372517456988796,0.0,0.000983736656025212,0.15372517456988796,0.0,0.13421529385197148,0.15372517456988796,0.0,0.1067811332942111,0.15372517456988796,0.0,0.08987949880875695,0.15372517456988796,0.0,0.0026109407661437977,0.15372517456988796,0.0,0.0011867880878321925,0.5,0.15372517456988796,0.0,0.0030333215130778665,0.0,0.28137130523927717,0.11348218874954859 -2183,0.5,0.15372517456988796,0.0,0.05010056503663529,0.15372517456988796,0.0,0.09305065395551228,0.15372517456988796,0.0,0.027232909747036176,0.15372517456988796,0.0,0.043147605520680116,0.15372517456988796,0.0,0.053603894752391565,0.15372517456988796,0.0,0.0056677590042398945,0.15372517456988796,0.0,0.01400695447228488,0.15372517456988796,0.0,0.005327697360041919,0.5,0.15372517456988796,0.0,0.0018564242021858184,0.15372517456988796,0.0,0.012828608289093768,0.5,0.15372517456988796,0.0,0.0011725661466654247,0.15372517456988796,0.0,0.0014100246997784814,0.15372517456988796,0.0,0.13657810817419969,0.15372517456988796,0.0,0.1060152574002186,0.15372517456988796,0.0,0.0842094003337365,0.15372517456988796,0.0,0.0025470722159460085,0.15372517456988796,0.0,0.0014108012897365311,0.5,0.15372517456988796,0.0,0.0066232451738426484,0.0,0.2734075121337735,0.13013613184050674 -2184,0.5,0.15372517456988796,0.0,0.04481631335228751,0.15372517456988796,0.0,0.09150871061391948,0.15372517456988796,0.0,0.023436317081706265,0.15372517456988796,0.0,0.041523639935785256,0.15372517456988796,0.0,0.04362898043146654,0.15372517456988796,0.0,0.004047287788566796,0.15372517456988796,0.0,0.016831105852256535,0.15372517456988796,0.0,0.004554926785562533,0.5,0.15372517456988796,0.0,0.0009105916589832869,0.15372517456988796,0.0,0.014648864593705763,0.5,0.15372517456988796,0.0,0.001321977861547924,0.15372517456988796,0.0,0.002207072118042811,0.15372517456988796,0.0,0.14101915999899575,0.15372517456988796,0.0,0.11389829595484893,0.15372517456988796,0.0,0.08188583544785694,0.15372517456988796,0.0,0.002091675550626836,0.15372517456988796,0.0,0.0018688023172624838,0.5,0.15372517456988796,0.0,0.008517990345634455,0.0,0.22082922496254742,0.13683620406466857 -2185,0.5,0.15372517456988796,0.0,0.03949533650979568,0.15372517456988796,0.0,0.09314888686786348,0.15372517456988796,0.0,0.018469452181851392,0.15372517456988796,0.0,0.03726732609081845,0.15372517456988796,0.0,0.03081228671665573,0.15372517456988796,0.0,0.002768417861932458,0.15372517456988796,0.0,0.019512761584681588,0.15372517456988796,0.0,0.0041983672467215925,0.5,0.15372517456988796,0.0,0.0011198792287614755,0.15372517456988796,0.0,0.016135824432327327,0.5,0.15372517456988796,0.0,0.0009402508828048043,0.15372517456988796,0.0,0.005528579677488679,0.15372517456988796,0.0,0.14491888059607763,0.15372517456988796,0.0,0.1214897222862803,0.15372517456988796,0.0,0.08126914356146239,0.15372517456988796,0.0,0.0018240299797962637,0.15372517456988796,0.0,0.001718526955714238,0.5,0.15372517456988796,0.0,0.008320385461642212,0.0,0.17091062259300363,0.1454560908602985 -2186,0.5,0.15372517456988796,0.0,0.03574739472984457,0.15372517456988796,0.0,0.09871168503041408,0.15372517456988796,0.0,0.013315341598870847,0.15372517456988796,0.0,0.034886941332194346,0.15372517456988796,0.0,0.0246441881042505,0.15372517456988796,0.0,0.0032927174258875302,0.15372517456988796,0.0,0.019890324303827096,0.15372517456988796,0.0,0.004200239708742088,0.5,0.15372517456988796,0.0,0.0020923754838950395,0.15372517456988796,0.0,0.016457623139980417,0.5,0.15372517456988796,0.0,0.0003887850031812448,0.15372517456988796,0.0,0.012358108948061573,0.15372517456988796,0.0,0.15332331934748172,0.15372517456988796,0.0,0.126536399148699,0.15372517456988796,0.0,0.08358016369779721,0.15372517456988796,0.0,0.0023974236931383237,0.15372517456988796,0.0,0.0015368988916659868,0.5,0.15372517456988796,0.0,0.006797458386037622,0.0,0.14096782239598357,0.1674979020131475 -2187,0.5,0.15372517456988796,0.0,0.03506158629626272,0.15372517456988796,0.0,0.09495441327187926,0.15372517456988796,0.0,0.01001903857263908,0.15372517456988796,0.0,0.03361406775125053,0.15372517456988796,0.0,0.022746915636480503,0.15372517456988796,0.0,0.00459314088281321,0.15372517456988796,0.0,0.019367434630186826,0.15372517456988796,0.0,0.005072527361504605,0.5,0.15372517456988796,0.0,0.0030223221725683507,0.15372517456988796,0.0,0.015973885763481552,0.5,0.15372517456988796,0.0,0.000382221696836943,0.15372517456988796,0.0,0.02722678098630483,0.15372517456988796,0.0,0.15472989806678547,0.15372517456988796,0.0,0.12771753473002628,0.15372517456988796,0.0,0.07906816405217777,0.15372517456988796,0.0,0.0032288710332559613,0.15372517456988796,0.0,0.0018025969334615238,0.5,0.15372517456988796,0.0,0.006876032021513139,0.0,0.11673839174321947,0.1917228881068347 -2188,0.5,0.15372517456988796,0.0,0.037339439486155354,0.15372517456988796,0.0,0.09469674814633217,0.15372517456988796,0.0,0.007731421507479483,0.15372517456988796,0.0,0.03431552617968989,0.15372517456988796,0.0,0.022200354909397372,0.15372517456988796,0.0,0.00668022937518486,0.15372517456988796,0.0,0.018205354735449743,0.15372517456988796,0.0,0.006833887666478912,0.5,0.15372517456988796,0.0,0.004430987721940288,0.15372517456988796,0.0,0.014861953629792847,0.5,0.15372517456988796,0.0,0.0006361992088334197,0.15372517456988796,0.0,0.009751141273793833,0.15372517456988796,0.0,0.15969833823679733,0.15372517456988796,0.0,0.1320842682475541,0.15372517456988796,0.0,0.07550937175308249,0.15372517456988796,0.0,0.004906810750574084,0.15372517456988796,0.0,0.0022412674244015863,0.5,0.15372517456988796,0.0,0.005600519806888222,0.0,0.09979124875300391,0.21092615683911015 -2189,0.5,0.15372517456988796,0.0,0.03968237344424748,0.15372517456988796,0.0,0.10497915044451482,0.15372517456988796,0.0,0.007218438065480642,0.15372517456988796,0.0,0.03744198541218547,0.15372517456988796,0.0,0.02038350126733807,0.15372517456988796,0.0,0.007398282437388886,0.15372517456988796,0.0,0.018454869061800206,0.15372517456988796,0.0,0.007749228658375698,0.5,0.15372517456988796,0.0,0.0035112238377336697,0.15372517456988796,0.0,0.013257012962935374,0.5,0.15372517456988796,0.0,0.0009225348560891061,0.15372517456988796,0.0,0.014029177924574981,0.15372517456988796,0.0,0.15919363863031818,0.15372517456988796,0.0,0.13557594110088733,0.15372517456988796,0.0,0.07734386152679165,0.15372517456988796,0.0,0.0065390011244367855,0.15372517456988796,0.0,0.003971245794054612,0.5,0.15372517456988796,0.0,0.0032339608555599897,0.0,0.09295031363250926,0.22935459934318914 -2190,0.5,0.15372517456988796,0.0,0.04218599189313539,0.15372517456988796,0.0,0.11415079579707092,0.15372517456988796,0.0,0.009850216359921251,0.15372517456988796,0.0,0.04066704949537252,0.15372517456988796,0.0,0.016766100680933534,0.15372517456988796,0.0,0.00647064382233032,0.15372517456988796,0.0,0.01872896274515478,0.15372517456988796,0.0,0.008883978496196808,0.5,0.15372517456988796,0.0,0.0030339082974446254,0.15372517456988796,0.0,0.011078664796136218,0.5,0.15372517456988796,0.0,0.0007811528883427361,0.15372517456988796,0.0,0.017634769500618094,0.15372517456988796,0.0,0.15748654600527648,0.15372517456988796,0.0,0.13315970059161175,0.15372517456988796,0.0,0.07561719343219242,0.15372517456988796,0.0,0.007661386868631387,0.15372517456988796,0.0,0.003867679704945374,0.5,0.15372517456988796,0.0,0.0019613725682233927,0.0,0.0767981022924564,0.20980317805678184 -2191,0.5,0.15372517456988796,0.03698310076232713,0.044074916978562736,0.15372517456988796,0.01605640173470096,0.11745571678956232,0.15372517456988796,0.021286625582742313,0.0109125206560693,0.15372517456988796,0.037244174732940595,0.04293926599295542,0.15372517456988796,0.006416073597628354,0.014047413146727628,0.15372517456988796,0.004213669431155457,0.0056344903934130814,0.15372517456988796,0.006848432203523751,0.01558820713616883,0.15372517456988796,0.004634086273791052,0.010146438618893798,0.5,0.15372517456988796,0.005167821085018454,0.003878661284101248,0.15372517456988796,0.0148801590675811,0.00980596187102774,0.5,0.15372517456988796,0.009324975025187806,0.0004949681805687113,0.15372517456988796,0.010286063140961667,0.0209641128278478,0.15372517456988796,0.0116702754675916,0.1553248531514378,0.15372517456988796,0.008592176706653258,0.1270955193321217,0.15372517456988796,0.01505962066159862,0.07001109348355194,0.15372517456988796,0.010948715169477558,0.006892755485355792,0.15372517456988796,0.012506165885914609,0.0026998053258615994,0.5,0.15372517456988796,0.02252912815242096,0.0023637742155910605,0.0,0.06108832310720221,0.19971965191216168 -2192,0.5,0.15372517456988796,0.1653489678860059,0.05736759636658743,0.15372517456988796,0.11735689390316381,0.12990359693443096,0.15372517456988796,0.14326629321449502,0.010595419929336459,0.15372517456988796,0.16070618254859098,0.05517762231396145,0.15372517456988796,0.11854233457717767,0.013075930220890524,0.15372517456988796,0.10812100269443425,0.004291542870917618,0.15372517456988796,0.12187878539715269,0.008828486562178576,0.15372517456988796,0.1122111838506012,0.008644861396360561,0.5,0.15372517456988796,0.11555893270030648,0.0024849273965988207,0.15372517456988796,0.13177557806476872,0.005301337831999222,0.5,0.15372517456988796,0.12787130411268377,0.00042558692712120114,0.15372517456988796,0.13070680924056025,0.011582671612065153,0.15372517456988796,0.10778499081535696,0.15649100994295584,0.15372517456988796,0.12126727384454031,0.13004768781988424,0.15372517456988796,0.13272582195038604,0.07540832422674024,0.15372517456988796,0.12669307931020463,0.004410138524888939,0.15372517456988796,0.10605075512231053,0.0016107270179986962,0.5,0.15372517456988796,0.11468291281207715,0.0019256607265372189,0.0,0.048494918097519546,0.19954791521925294 -2193,0.5,0.15372517456988796,0.30901876202081796,0.11138689372083523,0.15372517456988796,0.2410136341658028,0.1562098972401459,0.15372517456988796,0.2911127908324039,0.021496811614206687,0.15372517456988796,0.31179474250137207,0.08672766509498088,0.15372517456988796,0.2643287641356802,0.01506539975222612,0.15372517456988796,0.25876470698408693,0.003354028097860627,0.15372517456988796,0.2729870355422122,0.0060585121960355405,0.15372517456988796,0.2642443765334502,0.005375092239454059,0.5,0.15372517456988796,0.26843087617603845,0.001062523303539147,0.15372517456988796,0.2885023919447705,0.0010061456030247254,0.5,0.15372517456988796,0.2805755552280806,0.0006705145935798117,0.15372517456988796,0.285858037253342,0.00578811156107037,0.15372517456988796,0.23847820285555116,0.1950132436837946,0.15372517456988796,0.26404645597212656,0.17856492184068495,0.15372517456988796,0.28020380012373114,0.10705177171131697,0.15372517456988796,0.2737800936993726,0.004233489552283886,0.15372517456988796,0.24195640437761945,0.002013355645450189,0.5,0.15372517456988796,0.22809570817543584,0.001168496395918706,0.0,0.03922533803296825,0.23789529218607827 -2194,0.5,0.15372517456988796,0.4532510474153867,0.15007403460517088,0.15372517456988796,0.36478939035813956,0.183666071685955,0.15372517456988796,0.44177425173738794,0.02819228094325437,0.15372517456988796,0.46180892725221245,0.09389918055467346,0.15372517456988796,0.41087703334035636,0.02078533676740338,0.15372517456988796,0.4071061446835109,0.007764787229317826,0.15372517456988796,0.4193386593092142,0.008882334270432012,0.15372517456988796,0.40954742370030156,0.009630989335181847,0.5,0.15372517456988796,0.420544895459022,0.003784802316185102,0.15372517456988796,0.4528536048159491,0.000302411782048254,0.5,0.15372517456988796,0.4375838463704786,0.0023921907387339228,0.15372517456988796,0.44655702086394444,0.00698191060199537,0.15372517456988796,0.3747126944635443,0.24082368640041846,0.15372517456988796,0.39352129123806817,0.20019865029185974,0.15372517456988796,0.42665537071831117,0.1473542055037835,0.15372517456988796,0.4255399325989121,0.009921744491488577,0.15372517456988796,0.3947621188520416,0.007459437425825671,0.5,0.15372517456988796,0.3434762591241145,0.0029715484447974294,0.0,0.02108597574924786,0.33651893516026266 -2195,0.5,0.15372517456988796,0.5695422628348465,0.1648464704066417,0.15372517456988796,0.48279796130009134,0.21245689198592835,0.15372517456988796,0.5728046047768743,0.0414626846638028,0.15372517456988796,0.5852262667001297,0.09965126517267996,0.15372517456988796,0.5490923247333981,0.023013231758587993,0.15372517456988796,0.5034838006455007,0.013740976507285469,0.15372517456988796,0.5520752073433725,0.01135103731605482,0.15372517456988796,0.5198673576109569,0.02280983811514635,0.5,0.15372517456988796,0.546324462056123,0.015917468554455916,0.15372517456988796,0.5876034263885462,0.0016413005266321832,0.5,0.15372517456988796,0.5694423644589353,0.005106444440995773,0.15372517456988796,0.5804078197845132,0.010272889870606658,0.15372517456988796,0.4859601365692043,0.24726831955947307,0.15372517456988796,0.5108711693021475,0.22091210289449517,0.15372517456988796,0.556281887030625,0.15880184417287446,0.15372517456988796,0.5555391817124248,0.022813137810785717,0.15372517456988796,0.5436309134853938,0.018778506086039603,0.5,0.15372517456988796,0.4838923160339265,0.009156065202976451,0.0,0.014292261556785594,0.33365191148213774 -2196,0.5,0.15372517456988796,0.6352591592943349,0.16345459011405514,0.15372517456988796,0.5530234686245569,0.2681325901237803,0.15372517456988796,0.6495325231881994,0.05283967203362146,0.15372517456988796,0.6575528764975586,0.11227487166428232,0.15372517456988796,0.6216738254934853,0.024638565789575424,0.15372517456988796,0.5441703647789894,0.014243644852498898,0.15372517456988796,0.6158092718310118,0.016061734744531028,0.15372517456988796,0.5913533626536958,0.04361420210779175,0.5,0.15372517456988796,0.6254171872302957,0.039074209567999604,0.15372517456988796,0.6653345398869476,0.00464342839844806,0.5,0.15372517456988796,0.6376228395425707,0.007128865134900395,0.15372517456988796,0.658480648800862,0.010621704026840767,0.15372517456988796,0.5600557075843654,0.2816239657367712,0.15372517456988796,0.5774247359841536,0.2433164821347838,0.15372517456988796,0.6285726528636464,0.16557300734016622,0.15372517456988796,0.6243160937076708,0.033762861141019486,0.15372517456988796,0.6291659393726018,0.02369571708169218,0.5,0.15372517456988796,0.5752299805761842,0.01747450280037227,0.0,0.013800506951039774,0.22204212872048282 -2197,0.5,0.15372517456988796,0.640839644577195,0.16081228622365937,0.15372517456988796,0.5629120519360173,0.3595567984595969,0.15372517456988796,0.6689716119609908,0.04706251400401419,0.15372517456988796,0.6776143106142547,0.11839568539976787,0.15372517456988796,0.6276801352448993,0.030199088222414083,0.15372517456988796,0.6261995052472065,0.014842697566076753,0.15372517456988796,0.5726679447330774,0.027895895951421935,0.15372517456988796,0.6183650274458108,0.05534613378810525,0.5,0.15372517456988796,0.6384830290635539,0.05119009837699008,0.15372517456988796,0.6871974954436315,0.005348873910512229,0.5,0.15372517456988796,0.6552251892114297,0.00851922815599718,0.15372517456988796,0.6704043069487526,0.009837766414606276,0.15372517456988796,0.5999016760614143,0.33638452941479746,0.15372517456988796,0.6187701249928157,0.23051843461778587,0.15372517456988796,0.6457564203416075,0.18693249352334873,0.15372517456988796,0.5945917970227453,0.04522925060376408,0.15372517456988796,0.6285471620718521,0.023406125381203628,0.5,0.15372517456988796,0.6233471055347926,0.01886444870130456,0.0,0.011143012370377453,0.11470476464260608 -2198,0.5,0.15372517456988796,0.6092475993022785,0.17473875072029854,0.15372517456988796,0.5925701323181028,0.3502650050752888,0.15372517456988796,0.6421065498718495,0.049108369998546945,0.15372517456988796,0.6512657224488061,0.11543223315931148,0.15372517456988796,0.5816364748470231,0.03230761563461949,0.15372517456988796,0.6393332300852559,0.01494205055732623,0.15372517456988796,0.5508456978824438,0.02955302545445415,0.15372517456988796,0.6286752781156768,0.0575707430739531,0.5,0.15372517456988796,0.6406137302449615,0.056856912777308095,0.15372517456988796,0.6538494741166665,0.007536099120687139,0.5,0.15372517456988796,0.649016445204791,0.007144021826903758,0.15372517456988796,0.662356578013438,0.008192969294159651,0.15372517456988796,0.611876333109041,0.2991668545038752,0.15372517456988796,0.6316606965129288,0.18349396071458493,0.15372517456988796,0.6116648696151827,0.19099989363815256,0.15372517456988796,0.5396207592470427,0.05737586633784999,0.15372517456988796,0.5917167608603447,0.022982488305021427,0.5,0.15372517456988796,0.5658445348427715,0.018737371174355224,0.0,0.015121758164832471,0.09143262546485101 -2199,0.5,0.15372517456988796,0.5228958910933539,0.2078288554806667,0.15372517456988796,0.5238773689550449,0.30418118341204525,0.15372517456988796,0.5563261360361124,0.09316564735945035,0.15372517456988796,0.567446072014559,0.1206639437352406,0.15372517456988796,0.4919095143681665,0.020895885571758272,0.15372517456988796,0.5850469896850551,0.016324781715683332,0.15372517456988796,0.5242490471904977,0.025854507549970682,0.15372517456988796,0.584741437972808,0.057600388953663664,0.5,0.15372517456988796,0.5946764630565423,0.06450530018082597,0.15372517456988796,0.6021875038168184,0.01843833592256907,0.5,0.15372517456988796,0.590118657260508,0.005353636288938391,0.15372517456988796,0.6019946982837286,0.008189112404588484,0.15372517456988796,0.529843141017747,0.2860857314984,0.15372517456988796,0.5785433577691412,0.14672144621729843,0.15372517456988796,0.5151872372799859,0.1646529028642203,0.15372517456988796,0.47457282646093224,0.05624248957776938,0.15372517456988796,0.5165918252143834,0.019381944434444926,0.5,0.15372517456988796,0.4788794462044522,0.027038818076057052,0.0,0.02739426150311436,0.07481186891395859 -2200,0.5,0.15372517456988796,0.40211547729220265,0.21826343136161502,0.15372517456988796,0.4032100658224363,0.3055723936971851,0.15372517456988796,0.42280089104658475,0.11494450534755529,0.15372517456988796,0.43031894929453807,0.16445496813497018,0.15372517456988796,0.42909947940046034,0.008480439530948033,0.15372517456988796,0.4772570455240238,0.016203755859852856,0.15372517456988796,0.43470121326161254,0.016696829979545833,0.15372517456988796,0.4685769173547567,0.05931169774107897,0.5,0.15372517456988796,0.49079940005333633,0.06877092613972893,0.15372517456988796,0.48158924856825597,0.025766423758620094,0.5,0.15372517456988796,0.4751593514076317,0.009526515559988869,0.15372517456988796,0.485782763442388,0.013830650796221262,0.15372517456988796,0.37446235701922626,0.31078135655464606,0.15372517456988796,0.4241550058248437,0.12373571747612033,0.15372517456988796,0.3896730956157954,0.12416131496109067,0.15372517456988796,0.4213996952642057,0.04569778606040389,0.15372517456988796,0.4111754733060602,0.022282548229344876,0.5,0.15372517456988796,0.4128206683350223,0.045756552287738304,0.0,0.04139446780355173,0.060201679557570414 -2201,0.5,0.15372517456988796,0.2553548383663879,0.16325309627636703,0.15372517456988796,0.3052939238926996,0.16319331167408682,0.15372517456988796,0.25576676173645285,0.08153840704004993,0.15372517456988796,0.2861317517221974,0.1640381865659238,0.15372517456988796,0.32917653208051845,0.0033525699640679723,0.15372517456988796,0.34661234898285953,0.016921865519876934,0.15372517456988796,0.3206397756258229,0.006067817334067233,0.15372517456988796,0.31437099106034355,0.052744873468094616,0.5,0.15372517456988796,0.3368572192185604,0.05756486075566285,0.15372517456988796,0.32518980034881806,0.01924754490298132,0.5,0.15372517456988796,0.33325853042648873,0.019417796452466676,0.15372517456988796,0.32944667880027545,0.016389458173869793,0.15372517456988796,0.24807933421170963,0.2815957074293102,0.15372517456988796,0.3176173349779404,0.10262833778723224,0.15372517456988796,0.28818255837395546,0.08414710637152419,0.15372517456988796,0.3088714237605289,0.027500520363585676,0.15372517456988796,0.28541015352099197,0.025403427585157155,0.5,0.15372517456988796,0.30228818075719677,0.05773184375410781,0.0,0.077291321455589,0.061389518648160994 -2202,0.5,0.15372517456988796,0.08300548216049784,0.0949298781605035,0.15372517456988796,0.10937562451920871,0.10957363706281578,0.15372517456988796,0.10131402387921351,0.03579301723641438,0.15372517456988796,0.06866719556744048,0.10793457411659807,0.15372517456988796,0.143704922039206,0.0022875416090347117,0.15372517456988796,0.1601652806695824,0.012576451577905833,0.15372517456988796,0.14092775586319056,0.0021177269577524254,0.15372517456988796,0.1355002069260849,0.016183993388691476,0.5,0.15372517456988796,0.13742137850014835,0.022376983521454112,0.15372517456988796,0.09838460085982427,0.015547222090578117,0.5,0.15372517456988796,0.1052365390711403,0.008646416092084306,0.15372517456988796,0.11662494688906391,0.01547016251204126,0.15372517456988796,0.10131624981289875,0.21648710120575312,0.15372517456988796,0.13427435655187983,0.0756773753440877,0.15372517456988796,0.11601191130942212,0.0736096092728093,0.15372517456988796,0.1141238170180533,0.005067810532105651,0.15372517456988796,0.08818338300535167,0.014844928056213593,0.5,0.15372517456988796,0.07293447885199189,0.04573788355504822,0.0,0.12132284212734934,0.06748745036003855 -2203,0.5,0.15372517456988796,0.0,0.10744077841655353,0.15372517456988796,0.0,0.12702005760482327,0.15372517456988796,0.0,0.04339258570234986,0.15372517456988796,0.0,0.10853844002365974,0.15372517456988796,0.0,0.015178436226704688,0.15372517456988796,0.0,0.03486420006267883,0.15372517456988796,0.0,0.006975230524395353,0.15372517456988796,0.0,0.022230115054743017,0.5,0.15372517456988796,0.0,0.025011842787997896,0.15372517456988796,0.0,0.018344621377302438,0.5,0.15372517456988796,0.0,0.013039327294867358,0.15372517456988796,0.0,0.02853441777042755,0.15372517456988796,0.0,0.17481393117846306,0.15372517456988796,0.0,0.10913980655889721,0.15372517456988796,0.0,0.10917825255907057,0.15372517456988796,0.0,0.004524561845655724,0.15372517456988796,0.0,0.023133600060924624,0.5,0.15372517456988796,0.0,0.0525153697487182,0.0,0.16056197351840934,0.07253568499323583 -2204,0.5,0.15372517456988796,0.0,0.11751706292406094,0.15372517456988796,0.0,0.13267628505628432,0.15372517456988796,0.0,0.04684340714686762,0.15372517456988796,0.0,0.09717776309721997,0.15372517456988796,0.0,0.02394930854617991,0.15372517456988796,0.0,0.05149079758795083,0.15372517456988796,0.0,0.013861833815040484,0.15372517456988796,0.0,0.026252076412062973,0.5,0.15372517456988796,0.0,0.018722753777536672,0.15372517456988796,0.0,0.020753682200857895,0.5,0.15372517456988796,0.0,0.011374341587709176,0.15372517456988796,0.0,0.03810812879764499,0.15372517456988796,0.0,0.14258432962011086,0.15372517456988796,0.0,0.1262824335688138,0.15372517456988796,0.0,0.11472038345475977,0.15372517456988796,0.0,0.00438899060187404,0.15372517456988796,0.0,0.026873061669428305,0.5,0.15372517456988796,0.0,0.051769201275909955,0.0,0.1550658767825293,0.08427181313432787 -2205,0.5,0.15372517456988796,0.0,0.10267642804648885,0.15372517456988796,0.0,0.12317570258068156,0.15372517456988796,0.0,0.03291766881495704,0.15372517456988796,0.0,0.08167200407497133,0.15372517456988796,0.0,0.02731765200218957,0.15372517456988796,0.0,0.05744401113419963,0.15372517456988796,0.0,0.01859145232472901,0.15372517456988796,0.0,0.024939844828632943,0.5,0.15372517456988796,0.0,0.012009475684596808,0.15372517456988796,0.0,0.03235470486497535,0.5,0.15372517456988796,0.0,0.012628876672265879,0.15372517456988796,0.0,0.04079970586407032,0.15372517456988796,0.0,0.12617162099718232,0.15372517456988796,0.0,0.11453473218030336,0.15372517456988796,0.0,0.10013246443123278,0.15372517456988796,0.0,0.005144815799566372,0.15372517456988796,0.0,0.025395451174565396,0.5,0.15372517456988796,0.0,0.03604159441956788,0.0,0.1292518910962392,0.09146467864065705 -2206,0.5,0.15372517456988796,0.0,0.08014311991455692,0.15372517456988796,0.0,0.0993814640370461,0.15372517456988796,0.0,0.017861694405092075,0.15372517456988796,0.0,0.06949289076967058,0.15372517456988796,0.0,0.025831602374673836,0.15372517456988796,0.0,0.0528353681085043,0.15372517456988796,0.0,0.023650089135323165,0.15372517456988796,0.0,0.023100934359314353,0.5,0.15372517456988796,0.0,0.00996969267065926,0.15372517456988796,0.0,0.050288745145433675,0.5,0.15372517456988796,0.0,0.017035014064757933,0.15372517456988796,0.0,0.03924136772931827,0.15372517456988796,0.0,0.11774430259436874,0.15372517456988796,0.0,0.09626692480098309,0.15372517456988796,0.0,0.08231190392804488,0.15372517456988796,0.0,0.006824084514894189,0.15372517456988796,0.0,0.022971835134511176,0.5,0.15372517456988796,0.0,0.02507378330714559,0.0,0.08523471575654475,0.09668097560651218 -2207,0.5,0.15372517456988796,0.0,0.06245791156236536,0.15372517456988796,0.0,0.08094483876740897,0.15372517456988796,0.0,0.00945725801097911,0.15372517456988796,0.0,0.06332126387747916,0.15372517456988796,0.0,0.020549219462207356,0.15372517456988796,0.0,0.04280995430088197,0.15372517456988796,0.0,0.026414073854643984,0.15372517456988796,0.0,0.020247420372380125,0.5,0.15372517456988796,0.0,0.00988986251077252,0.15372517456988796,0.0,0.055105077839418336,0.5,0.15372517456988796,0.0,0.015769968617841617,0.15372517456988796,0.0,0.03311766501792339,0.15372517456988796,0.0,0.10425888844047095,0.15372517456988796,0.0,0.08138324181266604,0.15372517456988796,0.0,0.06598692033393647,0.15372517456988796,0.0,0.008338172925302208,0.15372517456988796,0.0,0.02031317575635288,0.5,0.15372517456988796,0.0,0.0206567314369056,0.0,0.060440363534442314,0.09948880376574558 -2208,0.5,0.15372517456988796,0.0,0.05266064071333995,0.15372517456988796,0.0,0.07683572975714442,0.15372517456988796,0.0,0.007796800569299333,0.15372517456988796,0.0,0.05724739724471557,0.15372517456988796,0.0,0.016862437478655012,0.15372517456988796,0.0,0.03504872191109226,0.15372517456988796,0.0,0.027734638609481995,0.15372517456988796,0.0,0.021918718974062803,0.5,0.15372517456988796,0.0,0.00930682613877424,0.15372517456988796,0.0,0.04829998994198645,0.5,0.15372517456988796,0.0,0.01162152957590584,0.15372517456988796,0.0,0.02717190044749115,0.15372517456988796,0.0,0.08982398963611782,0.15372517456988796,0.0,0.06500834851594905,0.15372517456988796,0.0,0.050264757855494044,0.15372517456988796,0.0,0.008388369569168122,0.15372517456988796,0.0,0.017456743003208784,0.5,0.15372517456988796,0.0,0.018003629342240576,0.0,0.04909146944293277,0.09613945243654437 -2209,0.5,0.15372517456988796,0.0,0.05043213751446913,0.15372517456988796,0.0,0.06649734375590284,0.15372517456988796,0.0,0.008559398764182964,0.15372517456988796,0.0,0.050562337648813495,0.15372517456988796,0.0,0.012371623949093176,0.15372517456988796,0.0,0.03387578603892723,0.15372517456988796,0.0,0.026435813724715998,0.15372517456988796,0.0,0.02861304409925114,0.5,0.15372517456988796,0.0,0.008102201152423608,0.15372517456988796,0.0,0.03930765354083662,0.5,0.15372517456988796,0.0,0.008925543870333844,0.15372517456988796,0.0,0.025374494511956197,0.15372517456988796,0.0,0.0761391069364557,0.15372517456988796,0.0,0.05169509401494455,0.15372517456988796,0.0,0.03642632504562776,0.15372517456988796,0.0,0.00848021944438372,0.15372517456988796,0.0,0.015263734454803023,0.5,0.15372517456988796,0.0,0.013121091416556468,0.0,0.047975184180564956,0.08051955464113382 -2210,0.5,0.15372517456988796,0.0,0.0483464454180853,0.15372517456988796,0.0,0.06718214451173939,0.15372517456988796,0.0,0.007809866329460105,0.15372517456988796,0.0,0.03716298555991058,0.15372517456988796,0.0,0.01109191712364533,0.15372517456988796,0.0,0.0341063242855561,0.15372517456988796,0.0,0.024987818034078037,0.15372517456988796,0.0,0.03670368318994581,0.5,0.15372517456988796,0.0,0.006893335203530203,0.15372517456988796,0.0,0.024377257521412156,0.5,0.15372517456988796,0.0,0.008088847286187436,0.15372517456988796,0.0,0.028388886095868152,0.15372517456988796,0.0,0.07308660456146837,0.15372517456988796,0.0,0.043134210120352734,0.15372517456988796,0.0,0.028698604276232036,0.15372517456988796,0.0,0.008104656985920741,0.15372517456988796,0.0,0.01397902034312043,0.5,0.15372517456988796,0.0,0.011779589829389765,0.0,0.051442974313979324,0.05575741620730574 -2211,0.5,0.15372517456988796,0.0,0.048571539288367195,0.15372517456988796,0.0,0.06617118098378047,0.15372517456988796,0.0,0.006628107049865534,0.15372517456988796,0.0,0.02745318820180021,0.15372517456988796,0.0,0.013598333079800145,0.15372517456988796,0.0,0.03708795101987881,0.15372517456988796,0.0,0.028013296847648035,0.15372517456988796,0.0,0.04673407483617502,0.5,0.15372517456988796,0.0,0.0072047473911099206,0.15372517456988796,0.0,0.01729739121875394,0.5,0.15372517456988796,0.0,0.007506259364983193,0.15372517456988796,0.0,0.03341746685566164,0.15372517456988796,0.0,0.08023281028640177,0.15372517456988796,0.0,0.0427976506853114,0.15372517456988796,0.0,0.025917014130915007,0.15372517456988796,0.0,0.00849921705528298,0.15372517456988796,0.0,0.015171972250580305,0.5,0.15372517456988796,0.0,0.011731079431905246,0.0,0.056006215572673615,0.04497366044849287 -2212,0.5,0.15372517456988796,0.0,0.05169659713258564,0.15372517456988796,0.0,0.06828119085879568,0.15372517456988796,0.0,0.0056262378030907285,0.15372517456988796,0.0,0.021929150464270488,0.15372517456988796,0.0,0.0175261151086316,0.15372517456988796,0.0,0.044278732083711955,0.15372517456988796,0.0,0.030171842485829173,0.15372517456988796,0.0,0.05352691261206363,0.5,0.15372517456988796,0.0,0.007168901079222633,0.15372517456988796,0.0,0.007478909267074487,0.5,0.15372517456988796,0.0,0.006610156518503532,0.15372517456988796,0.0,0.022228118370501388,0.15372517456988796,0.0,0.08615411661776537,0.15372517456988796,0.0,0.04624009066337787,0.15372517456988796,0.0,0.026532448509737298,0.15372517456988796,0.0,0.008340517820920327,0.15372517456988796,0.0,0.014911388740769733,0.5,0.15372517456988796,0.0,0.012016904611779913,0.0,0.06414032131147446,0.04582220700987942 -2213,0.5,0.15372517456988796,0.0,0.055162995598354005,0.15372517456988796,0.0,0.06920085950829792,0.15372517456988796,0.0,0.003976568614392051,0.15372517456988796,0.0,0.019996042081459355,0.15372517456988796,0.0,0.02541180581465071,0.15372517456988796,0.0,0.05237023672519639,0.15372517456988796,0.0,0.03473204761540878,0.15372517456988796,0.0,0.06050095930088489,0.5,0.15372517456988796,0.0,0.007788439835644571,0.15372517456988796,0.0,0.006883769764476039,0.5,0.15372517456988796,0.0,0.007284208035749471,0.15372517456988796,0.0,0.020593622974721084,0.15372517456988796,0.0,0.09664211098281064,0.15372517456988796,0.0,0.05310182958105707,0.15372517456988796,0.0,0.02916771185979978,0.15372517456988796,0.0,0.0068759719650333204,0.15372517456988796,0.0,0.013646263787301166,0.5,0.15372517456988796,0.0,0.008597463235333091,0.0,0.06723310329752004,0.060979013503637915 -2214,0.5,0.15372517456988796,0.0,0.057378770777239484,0.15372517456988796,0.0,0.06756252525817744,0.15372517456988796,0.0,0.003771915006860737,0.15372517456988796,0.0,0.017968463809929194,0.15372517456988796,0.0,0.038745914247561845,0.15372517456988796,0.0,0.0589537830939755,0.15372517456988796,0.0,0.039845122092731916,0.15372517456988796,0.0,0.06360492680000389,0.5,0.15372517456988796,0.0,0.011410494124259176,0.15372517456988796,0.0,0.006695933072440403,0.5,0.15372517456988796,0.0,0.006786419314943667,0.15372517456988796,0.0,0.01576080897489539,0.15372517456988796,0.0,0.1117019929898615,0.15372517456988796,0.0,0.06317640632113636,0.15372517456988796,0.0,0.03282323718481299,0.15372517456988796,0.0,0.007470768216478181,0.15372517456988796,0.0,0.011793633440057362,0.5,0.15372517456988796,0.0,0.0061206488052498,0.0,0.06443322910551885,0.09384399466385467 -2215,0.5,0.15372517456988796,0.037366770348364484,0.05635523775460537,0.15372517456988796,0.021638098199547096,0.06955530208083742,0.15372517456988796,0.027383981157903935,0.004761009173721787,0.15372517456988796,0.04111218054196616,0.013955666399259329,0.15372517456988796,0.007496480377070195,0.040878046649666995,0.15372517456988796,0.004391044148659224,0.059637925952867564,0.15372517456988796,0.007063779963709235,0.036184033085830056,0.15372517456988796,0.004202065075222962,0.06280712615597432,0.5,0.15372517456988796,0.0037129484003568395,0.008349875412354449,0.15372517456988796,0.008940061597221428,0.011939355694790703,0.5,0.15372517456988796,0.00669267811869689,0.0031368743916483795,0.15372517456988796,0.006074157755994595,0.014942916670542443,0.15372517456988796,0.019813610695119426,0.11597352695873954,0.15372517456988796,0.011318520502343239,0.07862425387122315,0.15372517456988796,0.019100139460059406,0.037839294306439786,0.15372517456988796,0.01280402238957979,0.008477759909212606,0.15372517456988796,0.023627188862331817,0.010110764151327256,0.5,0.15372517456988796,0.03194507118744866,0.005545920418391876,0.0,0.07603734379032598,0.14293902492851904 -2216,0.5,0.15372517456988796,0.16168917943863323,0.06430093950080934,0.15372517456988796,0.13744852162984927,0.07667474597709177,0.15372517456988796,0.14049331262672293,0.003336787292352503,0.15372517456988796,0.16944684212954078,0.010720255093582294,0.15372517456988796,0.10666500023748197,0.04019678392086763,0.15372517456988796,0.09092158946621007,0.05971105156214039,0.15372517456988796,0.10152317412184494,0.029408047420220636,0.15372517456988796,0.079800375769407,0.045710178168389196,0.5,0.15372517456988796,0.06767424188016738,0.0052485603268170415,0.15372517456988796,0.06767667545031134,0.015240922740558462,0.5,0.15372517456988796,0.07820940027342216,0.001053393836392807,0.15372517456988796,0.07393357986645732,0.020128893373043088,0.15372517456988796,0.1394108091739373,0.11991572620633328,0.15372517456988796,0.12658365574401562,0.09362110387406004,0.15372517456988796,0.13537505573746358,0.044453581306965244,0.15372517456988796,0.11264720199918157,0.007410803518561942,0.15372517456988796,0.13154695965521285,0.008667914473258846,0.5,0.15372517456988796,0.14098736164772893,0.005902238267900592,0.0,0.08162717733303487,0.1995436657569383 -2217,0.5,0.15372517456988796,0.31209888441865535,0.11425698158733288,0.15372517456988796,0.2869171481833931,0.12880640303736254,0.15372517456988796,0.279363294190432,0.002606399571634204,0.15372517456988796,0.3173311147675259,0.011409828193325757,0.15372517456988796,0.2351909753298584,0.05518025941031565,0.15372517456988796,0.18089808869138813,0.06085301679475662,0.15372517456988796,0.22367874872681226,0.024381706943788304,0.15372517456988796,0.1526825542035248,0.03244477179676503,0.5,0.15372517456988796,0.1580028540923617,0.0038303219717114637,0.15372517456988796,0.16452273584068286,0.007502325988130076,0.5,0.15372517456988796,0.1696103732520133,0.001156018487399354,0.15372517456988796,0.17393051991062547,0.0165633149328597,0.15372517456988796,0.2917457367851174,0.17758860600617793,0.15372517456988796,0.2759806721420857,0.13488201191879656,0.15372517456988796,0.27644621080429926,0.06792259092517891,0.15372517456988796,0.24193178240279736,0.0071667416654916435,0.15372517456988796,0.26656772771848714,0.012538905525545506,0.5,0.15372517456988796,0.2688434383039877,0.009808498378373828,0.0,0.08906782374012856,0.24811351972934725 -2218,0.5,0.15372517456988796,0.4654771238359947,0.14824769092538215,0.15372517456988796,0.4424312808022715,0.21185797801923228,0.15372517456988796,0.42539911750702974,0.002850799936646901,0.15372517456988796,0.4665013632268351,0.013181887178353842,0.15372517456988796,0.37248288213540187,0.08980936484606085,0.15372517456988796,0.236147173127112,0.06354785577326176,0.15372517456988796,0.3345883150592748,0.03140049685745502,0.15372517456988796,0.19800404100167063,0.030773699266881248,0.5,0.15372517456988796,0.2606222737940498,0.006780126397156664,0.15372517456988796,0.27693997307925644,0.003332036650725212,0.5,0.15372517456988796,0.2955851983620298,0.001439550816871128,0.15372517456988796,0.3151304015121895,0.014134014830800653,0.15372517456988796,0.44108215520928373,0.2596478411306258,0.15372517456988796,0.4216684511117727,0.16940201240529923,0.15372517456988796,0.4180270679793264,0.08139619489167452,0.15372517456988796,0.3773534581690308,0.009114262181631716,0.15372517456988796,0.4022702023038125,0.021926572849711702,0.5,0.15372517456988796,0.3925240535384084,0.020697381338669628,0.0,0.0859701865061907,0.3108362554903981 -2219,0.5,0.15372517456988796,0.5925048296748539,0.1841410564786466,0.15372517456988796,0.5769101707173815,0.2284012783700984,0.15372517456988796,0.542126251748288,0.003540605978238987,0.15372517456988796,0.5813949619949612,0.010123917717296522,0.15372517456988796,0.49451347462701156,0.1228150160564227,0.15372517456988796,0.2897268470333763,0.07366163541779527,0.15372517456988796,0.4061897032490207,0.02957362858627207,0.15372517456988796,0.25457010657050855,0.03432646246659353,0.5,0.15372517456988796,0.381691891690285,0.019304997968051504,0.15372517456988796,0.4264340462253936,0.002304230902184111,0.5,0.15372517456988796,0.4016666756415949,0.004098789758300192,0.15372517456988796,0.44250540241822955,0.015568652700402991,0.15372517456988796,0.5770927455704755,0.31079467345847983,0.15372517456988796,0.5506646373594111,0.19783987293608002,0.15372517456988796,0.542240108193079,0.09715176835634287,0.15372517456988796,0.454753422256832,0.011192442776161484,0.15372517456988796,0.503311881974646,0.021871314078175278,0.5,0.15372517456988796,0.5022746660485704,0.030036201997334443,0.0,0.09133510877627882,0.3653263629142108 -2220,0.5,0.15372517456988796,0.6636228138681297,0.21447090957657217,0.15372517456988796,0.6529567122642932,0.2139740287969793,0.15372517456988796,0.602217318310062,0.004815390045150721,0.15372517456988796,0.6397873219270587,0.007123229247251634,0.15372517456988796,0.5636357287932955,0.13091794288106168,0.15372517456988796,0.33317659103208414,0.0592467885134829,0.15372517456988796,0.41698301311617736,0.02219819200224795,0.15372517456988796,0.35340589765586305,0.04229512813525216,0.5,0.15372517456988796,0.4945228513547722,0.03857990871713126,0.15372517456988796,0.5442864636983334,0.0021139450448001288,0.5,0.15372517456988796,0.502199242554227,0.0071782037444062426,0.15372517456988796,0.5261872173773814,0.01450499282316406,0.15372517456988796,0.6578973588477418,0.31318743909461316,0.15372517456988796,0.6253742928489456,0.23242228664630646,0.15372517456988796,0.6125097967172823,0.11712639824088011,0.15372517456988796,0.48953914808600196,0.010367032265988115,0.15372517456988796,0.5493213624896726,0.017057720823093394,0.5,0.15372517456988796,0.5739910274428623,0.02323998823237435,0.0,0.11397723704704293,0.3589985400537487 -2221,0.5,0.15372517456988796,0.6836660680566835,0.25451104914994094,0.15372517456988796,0.6800823932721136,0.2685320838208406,0.15372517456988796,0.6197356617924493,0.007721358181784122,0.15372517456988796,0.6500817776761716,0.008654202806246555,0.15372517456988796,0.5813886915429182,0.12191231069499585,0.15372517456988796,0.38919161237381106,0.052865615395306556,0.15372517456988796,0.4529921604064577,0.008606004755775883,0.15372517456988796,0.5090765317824184,0.08730737577590142,0.5,0.15372517456988796,0.5108903571003632,0.04728630021960943,0.15372517456988796,0.579221307073547,0.0127241944470056,0.5,0.15372517456988796,0.5672061163318464,0.008430790486731315,0.15372517456988796,0.548983557653393,0.016678719798161244,0.15372517456988796,0.688440800277149,0.35333138695585253,0.15372517456988796,0.6438937716588017,0.26880351215828735,0.15372517456988796,0.6276167516438795,0.13744809773346103,0.15372517456988796,0.4998716944311907,0.005077139030182034,0.15372517456988796,0.5882907374076101,0.01005100491077928,0.5,0.15372517456988796,0.5925428692501536,0.013314883289345386,0.0,0.16770601535823565,0.32519477832185467 -2222,0.5,0.15372517456988796,0.6623597890273175,0.29947456691078084,0.15372517456988796,0.6674470814466134,0.29965920897032994,0.15372517456988796,0.5891641007534553,0.013257622584159315,0.15372517456988796,0.6211522631418014,0.020411633865959424,0.15372517456988796,0.5155398182789357,0.10250603572584176,0.15372517456988796,0.3936102315508738,0.04686964739842035,0.15372517456988796,0.4111989336603955,0.0032707065519541464,0.15372517456988796,0.5549397909322421,0.15009884174883986,0.5,0.15372517456988796,0.4738554707395395,0.0410365208511288,0.15372517456988796,0.5488442007489234,0.03662177174512536,0.5,0.15372517456988796,0.585039404365962,0.009197498010494931,0.15372517456988796,0.5281343945318053,0.02859554094424854,0.15372517456988796,0.678606262971027,0.41334208688783036,0.15372517456988796,0.6266818338968858,0.2842092727779685,0.15372517456988796,0.6017983208787052,0.15382285768211135,0.15372517456988796,0.4494531885867052,0.0012894902224732964,0.15372517456988796,0.5882367628506184,0.003994867630247978,0.5,0.15372517456988796,0.576024383797753,0.014022098586617121,0.0,0.2255602595175008,0.3527789059211755 -2223,0.5,0.15372517456988796,0.5835359543364901,0.3540307061662988,0.15372517456988796,0.5991317036462123,0.3378962817046499,0.15372517456988796,0.46201441209997585,0.026192848483123966,0.15372517456988796,0.5299882140658159,0.03743902910693025,0.15372517456988796,0.37337260750698453,0.07909696360444701,0.15372517456988796,0.3504105986143509,0.07948222584272285,0.15372517456988796,0.3546506346570664,0.0019111328000074356,0.15372517456988796,0.4535884548776756,0.1982807258735828,0.5,0.15372517456988796,0.4163467381233732,0.04569603833782595,0.15372517456988796,0.4686388772191501,0.07122037858344696,0.5,0.15372517456988796,0.5289087175462356,0.015895772852481192,0.15372517456988796,0.44572788782461825,0.04968311839795778,0.15372517456988796,0.6113909204841517,0.5012458746307499,0.15372517456988796,0.5670690678691936,0.3167067176575157,0.15372517456988796,0.5187960015224198,0.16980874667138493,0.15372517456988796,0.3306520133027438,0.00032715204493546034,0.15372517456988796,0.5343058916229835,0.0019627119488194273,0.5,0.15372517456988796,0.5076238915478833,0.020974860749838176,0.0,0.23333660794020464,0.46916604795558037 -2224,0.5,0.15372517456988796,0.45408552882018205,0.40865159727860845,0.15372517456988796,0.4758753883644867,0.3780968806435949,0.15372517456988796,0.3195660211509007,0.041790881936598495,0.15372517456988796,0.3763574677174052,0.06378661923536467,0.15372517456988796,0.22807128595327547,0.06731242314298104,0.15372517456988796,0.318310632506488,0.12325494214749363,0.15372517456988796,0.2159168899103337,0.005456349654297967,0.15372517456988796,0.32983847707629343,0.17333754884975924,0.5,0.15372517456988796,0.342603165747981,0.056741606033036476,0.15372517456988796,0.3545426344013211,0.08760159107325403,0.5,0.15372517456988796,0.4074880722062601,0.04191457110387575,0.15372517456988796,0.3340818313913495,0.07797841536752509,0.15372517456988796,0.48798024684387775,0.5566046873034045,0.15372517456988796,0.4414059655603054,0.3551643634832394,0.15372517456988796,0.3788366795911031,0.18362997688114396,0.15372517456988796,0.29303752939173305,0.004127915532014149,0.15372517456988796,0.4246784673008617,0.005508230454553472,0.5,0.15372517456988796,0.3823665859244917,0.028568787639232388,0.0,0.22735171360797493,0.6065975823770029 -2225,0.5,0.15372517456988796,0.3133432265424392,0.387118184977424,0.15372517456988796,0.33807583978338623,0.2865715519158473,0.15372517456988796,0.2288141889536963,0.051148313347548324,0.15372517456988796,0.25452281701196455,0.08691085353803722,0.15372517456988796,0.11350938392442017,0.05990713980078763,0.15372517456988796,0.22796101952672165,0.1149975152521734,0.15372517456988796,0.14849222981837787,0.018508615685655684,0.15372517456988796,0.20396504051539854,0.121266327105325,0.5,0.15372517456988796,0.22420425972138303,0.05437315073793653,0.15372517456988796,0.23260887245197331,0.051948311343491496,0.5,0.15372517456988796,0.2668659906768457,0.07008600435021706,0.15372517456988796,0.2364419328160009,0.06532355212321705,0.15372517456988796,0.3505634318429781,0.5293738538317756,0.15372517456988796,0.28828185435581477,0.3530479716626036,0.15372517456988796,0.21478834090246957,0.16541498112383907,0.15372517456988796,0.20567375518612938,0.010507548759960428,0.15372517456988796,0.28734012104723683,0.0159977577052446,0.5,0.15372517456988796,0.23665564383337567,0.024730133969171002,0.0,0.251122586129801,0.7026623525325287 -2226,0.5,0.15372517456988796,0.08070180842481353,0.26419063117612096,0.15372517456988796,0.1094644122358048,0.20876728457795504,0.15372517456988796,0.09763883713732022,0.047211348311548385,0.15372517456988796,0.06563633973803089,0.06251115598865484,0.15372517456988796,0.06383969791760291,0.08241647473510783,0.15372517456988796,0.10787010714078299,0.09837276338624337,0.15372517456988796,0.08799797292811337,0.025845952145384758,0.15372517456988796,0.08602628959310342,0.047218374644228914,0.5,0.15372517456988796,0.10142609337489786,0.027682378028653077,0.15372517456988796,0.09460917866429837,0.036042073922682376,0.5,0.15372517456988796,0.11476807976073294,0.04099269850973456,0.15372517456988796,0.11619133294767092,0.0388485187616652,0.15372517456988796,0.14859947766591886,0.459078364630827,0.15372517456988796,0.12265796565916759,0.2621026505508315,0.15372517456988796,0.08215770081781648,0.12121410115175324,0.15372517456988796,0.0939984587174313,0.006358916057317813,0.15372517456988796,0.0938299436854038,0.012798556897889732,0.5,0.15372517456988796,0.08317722368615729,0.02359690221868316,0.0,0.28230852225364816,0.7776092018176676 -2227,0.5,0.15372517456988796,0.0,0.23906469687632123,0.15372517456988796,0.0,0.2658146576488976,0.15372517456988796,0.0,0.07093070649825568,0.15372517456988796,0.0,0.09310925080305787,0.15372517456988796,0.0,0.13966169262788491,0.15372517456988796,0.0,0.13368406205478878,0.15372517456988796,0.0,0.03488665151578821,0.15372517456988796,0.0,0.04388191048111445,0.5,0.15372517456988796,0.0,0.02921213222010729,0.15372517456988796,0.0,0.033171032739394736,0.5,0.15372517456988796,0.0,0.04888494934262028,0.15372517456988796,0.0,0.043711536003765684,0.15372517456988796,0.0,0.4433913580379437,0.15372517456988796,0.0,0.29971284498999823,0.15372517456988796,0.0,0.14497076846065407,0.15372517456988796,0.0,0.009836976141139108,0.15372517456988796,0.0,0.018134841262886503,0.5,0.15372517456988796,0.0,0.028983212982502574,0.0,0.3276857151352756,0.8564592853784794 -2228,0.5,0.15372517456988796,0.0,0.2227063778460273,0.15372517456988796,0.0,0.3807936703580153,0.15372517456988796,0.0,0.07820766749989519,0.15372517456988796,0.0,0.10914757757397303,0.15372517456988796,0.0,0.1840334129924284,0.15372517456988796,0.0,0.13439334680959253,0.15372517456988796,0.0,0.04124347432561569,0.15372517456988796,0.0,0.03873210680356355,0.5,0.15372517456988796,0.0,0.02838184496984826,0.15372517456988796,0.0,0.02533413114069506,0.5,0.15372517456988796,0.0,0.03655534328516367,0.15372517456988796,0.0,0.039078747130718836,0.15372517456988796,0.0,0.47638037574643505,0.15372517456988796,0.0,0.3612098167604838,0.15372517456988796,0.0,0.19175102329342875,0.15372517456988796,0.0,0.009705534163003505,0.15372517456988796,0.0,0.017954789739007736,0.5,0.15372517456988796,0.0,0.02708009457832331,0.0,0.3537736584953228,0.9079091039815673 -2229,0.5,0.15372517456988796,0.0,0.20399781749238188,0.15372517456988796,0.0,0.4330320137219457,0.15372517456988796,0.0,0.07764528029304427,0.15372517456988796,0.0,0.12079091798055472,0.15372517456988796,0.0,0.1837897490394843,0.15372517456988796,0.0,0.11168319279014396,0.15372517456988796,0.0,0.03997992635592723,0.15372517456988796,0.0,0.03038437472266303,0.5,0.15372517456988796,0.0,0.023271210913650853,0.15372517456988796,0.0,0.01761102837070537,0.5,0.15372517456988796,0.0,0.03174422757308592,0.15372517456988796,0.0,0.033314259514912334,0.15372517456988796,0.0,0.49236792246816297,0.15372517456988796,0.0,0.38615521648183526,0.15372517456988796,0.0,0.22017070624495408,0.15372517456988796,0.0,0.011479767367874243,0.15372517456988796,0.0,0.016682260417443355,0.5,0.15372517456988796,0.0,0.01695332122049861,0.0,0.32822518818934004,0.9233191772554957 -2230,0.5,0.15372517456988796,0.0,0.195417669400665,0.15372517456988796,0.0,0.38622558728392,0.15372517456988796,0.0,0.08084312883601752,0.15372517456988796,0.0,0.13273460330187628,0.15372517456988796,0.0,0.16575414766359323,0.15372517456988796,0.0,0.09211434979480607,0.15372517456988796,0.0,0.03617749895066167,0.15372517456988796,0.0,0.021501276580029254,0.5,0.15372517456988796,0.0,0.018192288313338682,0.15372517456988796,0.0,0.017027178452005708,0.5,0.15372517456988796,0.0,0.02646689201056757,0.15372517456988796,0.0,0.030422450783546412,0.15372517456988796,0.0,0.48606790424881924,0.15372517456988796,0.0,0.4076760555826968,0.15372517456988796,0.0,0.22645727150470976,0.15372517456988796,0.0,0.014682732717204175,0.15372517456988796,0.0,0.017636370225843117,0.5,0.15372517456988796,0.0,0.011680706176687344,0.0,0.3047044244071007,0.9199161929575751 -2231,0.5,0.15372517456988796,0.0,0.18792752412279642,0.15372517456988796,0.0,0.3755097550253188,0.15372517456988796,0.0,0.07716318811122971,0.15372517456988796,0.0,0.1454085140270431,0.15372517456988796,0.0,0.17124198258238518,0.15372517456988796,0.0,0.07860134514455822,0.15372517456988796,0.0,0.034691424273583404,0.15372517456988796,0.0,0.014186764295442253,0.5,0.15372517456988796,0.0,0.016068946429790006,0.15372517456988796,0.0,0.014987286956228009,0.5,0.15372517456988796,0.0,0.019347456420504342,0.15372517456988796,0.0,0.025818820773466148,0.15372517456988796,0.0,0.475927273689616,0.15372517456988796,0.0,0.43427460753457664,0.15372517456988796,0.0,0.23723925810191585,0.15372517456988796,0.0,0.01870949839776564,0.15372517456988796,0.0,0.01748327281025632,0.5,0.15372517456988796,0.0,0.009497796042854958,0.0,0.30911280667878493,0.9226984538957463 -2232,0.5,0.15372517456988796,0.0,0.18275908158631282,0.15372517456988796,0.0,0.3730768734546978,0.15372517456988796,0.0,0.06527722540895695,0.15372517456988796,0.0,0.1498621951132197,0.15372517456988796,0.0,0.15174128338419002,0.15372517456988796,0.0,0.0589779482258814,0.15372517456988796,0.0,0.03642754273487728,0.15372517456988796,0.0,0.00967253773163879,0.5,0.15372517456988796,0.0,0.01647200272409032,0.15372517456988796,0.0,0.013424676770227786,0.5,0.15372517456988796,0.0,0.012362882906796435,0.15372517456988796,0.0,0.01968156977697746,0.15372517456988796,0.0,0.46367356789514413,0.15372517456988796,0.0,0.4209173149009694,0.15372517456988796,0.0,0.24192068766349148,0.15372517456988796,0.0,0.01993290126204946,0.15372517456988796,0.0,0.01831914905829891,0.5,0.15372517456988796,0.0,0.008652016689587726,0.0,0.3259872448675989,0.9151614113430011 -2233,0.5,0.15372517456988796,0.0,0.17732449144639648,0.15372517456988796,0.0,0.3688415291224847,0.15372517456988796,0.0,0.05895693808140082,0.15372517456988796,0.0,0.1563876278162905,0.15372517456988796,0.0,0.11061553347321142,0.15372517456988796,0.0,0.038297471246216026,0.15372517456988796,0.0,0.041008923780196,0.15372517456988796,0.0,0.007940990080793199,0.5,0.15372517456988796,0.0,0.01863717149309484,0.15372517456988796,0.0,0.011765034533713532,0.5,0.15372517456988796,0.0,0.01105916726646542,0.15372517456988796,0.0,0.01823036746755021,0.15372517456988796,0.0,0.4598696642170202,0.15372517456988796,0.0,0.3838789208420374,0.15372517456988796,0.0,0.23252620668113239,0.15372517456988796,0.0,0.01938630323134504,0.15372517456988796,0.0,0.018784337450802612,0.5,0.15372517456988796,0.0,0.008611562872176567,0.0,0.3284392209630398,0.8662793852393484 -2234,0.5,0.15372517456988796,0.0,0.17654409013029435,0.15372517456988796,0.0,0.3265824129419189,0.15372517456988796,0.0,0.07655616145633676,0.15372517456988796,0.0,0.17556630521281802,0.15372517456988796,0.0,0.08742393304089593,0.15372517456988796,0.0,0.023089906317790447,0.15372517456988796,0.0,0.045322771414321755,0.15372517456988796,0.0,0.00639709425607868,0.5,0.15372517456988796,0.0,0.02018211740326785,0.15372517456988796,0.0,0.012104843311635319,0.5,0.15372517456988796,0.0,0.013711891239931905,0.15372517456988796,0.0,0.014416838699281684,0.15372517456988796,0.0,0.4599819419753448,0.15372517456988796,0.0,0.33156213117415945,0.15372517456988796,0.0,0.21533370395320528,0.15372517456988796,0.0,0.01905355615119913,0.15372517456988796,0.0,0.019582371576817803,0.5,0.15372517456988796,0.0,0.01164798461277861,0.0,0.32724516153120703,0.8698335413827012 -2235,0.5,0.15372517456988796,0.0,0.19007340081624557,0.15372517456988796,0.0,0.3115896353658501,0.15372517456988796,0.0,0.08556652808156119,0.15372517456988796,0.0,0.2009097457339971,0.15372517456988796,0.0,0.08608077752255017,0.15372517456988796,0.0,0.012473191082311045,0.15372517456988796,0.0,0.046242940145606024,0.15372517456988796,0.0,0.00535320489240106,0.5,0.15372517456988796,0.0,0.02093087489789152,0.15372517456988796,0.0,0.007516324705471682,0.5,0.15372517456988796,0.0,0.0211996765020513,0.15372517456988796,0.0,0.011430368336984041,0.15372517456988796,0.0,0.42153670979774643,0.15372517456988796,0.0,0.30829697181472526,0.15372517456988796,0.0,0.20450349014559077,0.15372517456988796,0.0,0.018806460990421374,0.15372517456988796,0.0,0.022655399088934897,0.5,0.15372517456988796,0.0,0.013754856758719488,0.0,0.37213232766469384,0.923185958559473 -2236,0.5,0.15372517456988796,0.0,0.22382398062810901,0.15372517456988796,0.0,0.2591505899238969,0.15372517456988796,0.0,0.09552979406331757,0.15372517456988796,0.0,0.2312053032527599,0.15372517456988796,0.0,0.09835680685396894,0.15372517456988796,0.0,0.004511214576122866,0.15372517456988796,0.0,0.042354477907012605,0.15372517456988796,0.0,0.00548217925131725,0.5,0.15372517456988796,0.0,0.019444450034421773,0.15372517456988796,0.0,0.006259336912583259,0.5,0.15372517456988796,0.0,0.020980569414622573,0.15372517456988796,0.0,0.009996327617933117,0.15372517456988796,0.0,0.37241534030286183,0.15372517456988796,0.0,0.3444768301783584,0.15372517456988796,0.0,0.20452869644566302,0.15372517456988796,0.0,0.02124129735842401,0.15372517456988796,0.0,0.02493254702972696,0.5,0.15372517456988796,0.0,0.0130762528350684,0.0,0.4789580767602946,0.9640286998705836 -2237,0.5,0.15372517456988796,0.0,0.252769799400164,0.15372517456988796,0.0,0.27448355867732394,0.15372517456988796,0.0,0.10640268283439133,0.15372517456988796,0.0,0.2413490113155043,0.15372517456988796,0.0,0.11767101649120368,0.15372517456988796,0.0,0.0022642134145817727,0.15372517456988796,0.0,0.03564728746969506,0.15372517456988796,0.0,0.008212822652326904,0.5,0.15372517456988796,0.0,0.01568267087236984,0.15372517456988796,0.0,0.005325488736710129,0.5,0.15372517456988796,0.0,0.018250102526734573,0.15372517456988796,0.0,0.01085266736860356,0.15372517456988796,0.0,0.4131536709788615,0.15372517456988796,0.0,0.40688387427053874,0.15372517456988796,0.0,0.22049788534281195,0.15372517456988796,0.0,0.022071420347608443,0.15372517456988796,0.0,0.022779354940586992,0.5,0.15372517456988796,0.0,0.013321018989004941,0.0,0.5391270574071291,0.9588470351665368 -2238,0.5,0.15372517456988796,0.0,0.2688282973884458,0.15372517456988796,0.0,0.4076736819368361,0.15372517456988796,0.0,0.13531883646056836,0.15372517456988796,0.0,0.2513009845279381,0.15372517456988796,0.0,0.13832951670370236,0.15372517456988796,0.0,0.005556298104569599,0.15372517456988796,0.0,0.033800495698055946,0.15372517456988796,0.0,0.01275304365135975,0.5,0.15372517456988796,0.0,0.01443636198166372,0.15372517456988796,0.0,0.0035562283099625216,0.5,0.15372517456988796,0.0,0.017767890419540827,0.15372517456988796,0.0,0.012571491923909002,0.15372517456988796,0.0,0.4835305311766809,0.15372517456988796,0.0,0.4598526839694058,0.15372517456988796,0.0,0.25261675304310327,0.15372517456988796,0.0,0.02038693804517649,0.15372517456988796,0.0,0.019603799970387338,0.5,0.15372517456988796,0.0,0.01304258036554715,0.0,0.5144646998064457,0.9295051701439421 -2239,0.5,0.15372517456988796,0.04210528676874685,0.2980710351883081,0.15372517456988796,0.012462922931231359,0.472898368771886,0.15372517456988796,0.012706274842118741,0.17852775037744303,0.15372517456988796,0.025209731695128614,0.2591316597322023,0.15372517456988796,0.0033347525594162953,0.17572393811204323,0.15372517456988796,0.0022426886942302666,0.011762012221689093,0.15372517456988796,0.0059740318039405845,0.035029463256131994,0.15372517456988796,0.004849517400633397,0.012740853474597908,0.5,0.15372517456988796,0.006758454243367769,0.017091751544973315,0.15372517456988796,0.025351023133848072,0.00272144343651141,0.5,0.15372517456988796,0.014938705246432675,0.016766876602749687,0.15372517456988796,0.01610440197884206,0.011134784010092144,0.15372517456988796,0.01315729893633366,0.5943316708184269,0.15372517456988796,0.002537576781675228,0.4885293664106055,0.15372517456988796,0.0072981240198484905,0.3305596918996224,0.15372517456988796,0.013170659867123432,0.017464182911036834,0.15372517456988796,0.028299711455337544,0.017981193678674286,0.5,0.15372517456988796,0.03744049655419747,0.010519143675943652,0.0,0.5340429125077716,0.901555333966315 -2240,0.5,0.15372517456988796,0.1618441458640264,0.40281778141081465,0.15372517456988796,0.06305142686926271,0.5079301995835028,0.15372517456988796,0.06737028157640948,0.21147740716817184,0.15372517456988796,0.10616291015932003,0.2893679463131856,0.15372517456988796,0.0516967315514744,0.22492178174764502,0.15372517456988796,0.0496100827367355,0.015216558015341945,0.15372517456988796,0.08948027601486784,0.03760682853934482,0.15372517456988796,0.08652803287522881,0.013945141995710522,0.5,0.15372517456988796,0.10490293082340393,0.019748823749235853,0.15372517456988796,0.15008106845654354,0.002721285277176767,0.5,0.15372517456988796,0.130614441615382,0.015828766852956255,0.15372517456988796,0.13490437496425295,0.0075199843228709986,0.15372517456988796,0.06423464215776163,0.6738431685661342,0.15372517456988796,0.022942205148018882,0.5527321565447795,0.15372517456988796,0.06446190007298302,0.4140929126892792,0.15372517456988796,0.1161755968164149,0.01953464443770617,0.15372517456988796,0.15403014567466394,0.01757878154136656,0.5,0.15372517456988796,0.16897281238806733,0.011571720848856461,0.0,0.6655465276554121,0.8725224617788625 -2241,0.5,0.15372517456988796,0.30127649750060126,0.5449372274320906,0.15372517456988796,0.1334167729830208,0.6821647889116494,0.15372517456988796,0.13109767385288792,0.25863549747038606,0.15372517456988796,0.21373549513546047,0.3473648431532041,0.15372517456988796,0.11734321331941541,0.2769855048145301,0.15372517456988796,0.13218127268146235,0.02247352934401953,0.15372517456988796,0.21262487345723569,0.07262584433736624,0.15372517456988796,0.2063076531185012,0.03488468927880245,0.5,0.15372517456988796,0.24252852345375717,0.03301042252682884,0.15372517456988796,0.30592612768797334,0.013307361118806206,0.5,0.15372517456988796,0.281367357053726,0.0428742279383547,0.15372517456988796,0.2867446300004888,0.017487427360760244,0.15372517456988796,0.11612786207503548,0.7699598367734388,0.15372517456988796,0.06447005009334505,0.5921749797971008,0.15372517456988796,0.1597369795740231,0.5492113945630773,0.15372517456988796,0.25355393746955707,0.0659760923225727,0.15372517456988796,0.30612508753967416,0.04076975897146679,0.5,0.15372517456988796,0.323939640408135,0.039600048327660606,0.0,0.7887091559084144,0.8731527440129594 -2242,0.5,0.15372517456988796,0.44505082575382693,0.6492546785368013,0.15372517456988796,0.1849996892059694,0.6854256384476102,0.15372517456988796,0.20549357327049578,0.264572378284053,0.15372517456988796,0.3437994676703408,0.4370080802590463,0.15372517456988796,0.20228217934452294,0.2935459638364624,0.15372517456988796,0.24586568008045517,0.03890016701699012,0.15372517456988796,0.34339115179603963,0.1748053127276469,0.15372517456988796,0.3471336050273341,0.050814553822283844,0.5,0.15372517456988796,0.3933794711976314,0.06375952726248363,0.15372517456988796,0.46659434664554644,0.02733974349223667,0.5,0.15372517456988796,0.43818143782948277,0.1165556472458002,0.15372517456988796,0.44516482500181964,0.04792604092530482,0.15372517456988796,0.1403101144284345,0.7756732932603712,0.15372517456988796,0.10917173350299883,0.6045467520700204,0.15372517456988796,0.2610065629923241,0.5720358327370187,0.15372517456988796,0.39680403007021897,0.13136959146693095,0.15372517456988796,0.4609266724082174,0.12270869747593734,0.5,0.15372517456988796,0.4807876821985012,0.09191809426348166,0.0,0.8656709929435341,0.8970315275698506 -2243,0.5,0.15372517456988796,0.5551536543848825,0.7007286132722034,0.15372517456988796,0.23147037051444447,0.724596665267955,0.15372517456988796,0.3080947702112938,0.25426014602084485,0.15372517456988796,0.4872608246117855,0.4775384683127392,0.15372517456988796,0.2860745209182245,0.2898769204722322,0.15372517456988796,0.36811352772874645,0.048566458622733365,0.15372517456988796,0.4727882390745664,0.23641165990379853,0.15372517456988796,0.47763335594628925,0.05919294921740871,0.5,0.15372517456988796,0.5270908837457033,0.09251118293478697,0.15372517456988796,0.5955442753806548,0.047532731834331404,0.5,0.15372517456988796,0.5692055133490714,0.17858447332207172,0.15372517456988796,0.5762248754438203,0.08621653471875011,0.15372517456988796,0.1544318964104662,0.7884768684041009,0.15372517456988796,0.12168005118736613,0.5506327682994427,0.15372517456988796,0.36806673281267993,0.5690159440397016,0.15372517456988796,0.524539360438254,0.2046749470260574,0.15372517456988796,0.5867197412783004,0.20702128267477798,0.5,0.15372517456988796,0.6029131894893767,0.1653202036176742,0.0,0.8760091277189472,0.9190005977095804 -2244,0.5,0.15372517456988796,0.6049706021369596,0.7240649298084434,0.15372517456988796,0.25532905665036765,0.7169350884808274,0.15372517456988796,0.4649018869777381,0.2547186651168872,0.15372517456988796,0.6091466058632575,0.5402028030792057,0.15372517456988796,0.2887748047185733,0.31961727143707375,0.15372517456988796,0.4767402303788359,0.05654949496403895,0.15372517456988796,0.55336586889732,0.18601800172323665,0.15372517456988796,0.5625239795137487,0.05866644618298281,0.5,0.15372517456988796,0.6123470852224684,0.09884876669270491,0.15372517456988796,0.6698487142734891,0.07033014341709394,0.5,0.15372517456988796,0.6476606888818812,0.21241694158844432,0.15372517456988796,0.6521640497258413,0.10660427742882395,0.15372517456988796,0.14380741873555583,0.7769265889010477,0.15372517456988796,0.15613068606586036,0.5714348710866759,0.15372517456988796,0.41108253185170296,0.5489196338647309,0.15372517456988796,0.6098661505347758,0.2101985978000328,0.15372517456988796,0.6587483995272697,0.24217994000149207,0.5,0.15372517456988796,0.6702982369553073,0.23256116903747637,0.0,0.8730549976130774,0.9199690670723791 -2245,0.5,0.15372517456988796,0.5766691168333509,0.7554118017981506,0.15372517456988796,0.237007034135579,0.7642654774219707,0.15372517456988796,0.5915164469987985,0.32610427711746676,0.15372517456988796,0.6499818844938656,0.6128345366203042,0.15372517456988796,0.22496726829146893,0.32976039522018014,0.15372517456988796,0.5377997563269921,0.06174025629723259,0.15372517456988796,0.5786853298746985,0.15888225705633796,0.15372517456988796,0.5856561644966425,0.07144204476358412,0.5,0.15372517456988796,0.6509893437267412,0.10675010015694723,0.15372517456988796,0.6946504674209468,0.09786732054031937,0.5,0.15372517456988796,0.6766484387022222,0.2447957132334776,0.15372517456988796,0.6763932090975346,0.14903745956546235,0.15372517456988796,0.15893533549366082,0.7944089111341875,0.15372517456988796,0.1597441902769315,0.5989940098132724,0.15372517456988796,0.38160309459195557,0.5232136660197738,0.15372517456988796,0.6438291162309888,0.1895947408080106,0.15372517456988796,0.6831518553572211,0.2684807030739522,0.5,0.15372517456988796,0.6903245412740424,0.30970722169615283,0.0,0.8894832402881305,0.9377343590929192 -2246,0.5,0.15372517456988796,0.5018557936882311,0.7720928571853992,0.15372517456988796,0.2396927967115507,0.802508032889134,0.15372517456988796,0.6127058583688922,0.4209823261223561,0.15372517456988796,0.6232546873615616,0.6848169282872559,0.15372517456988796,0.1887587280765557,0.36724829287042604,0.15372517456988796,0.5298962478384175,0.0687142650925099,0.15372517456988796,0.5495667626037813,0.12570489586665887,0.15372517456988796,0.5823446181744939,0.08448136612158436,0.5,0.15372517456988796,0.6504972362029786,0.11113568529029544,0.15372517456988796,0.6768084644533818,0.12229377558096581,0.5,0.15372517456988796,0.6653422168343641,0.29448937742394665,0.15372517456988796,0.6574699809868471,0.19618553026338711,0.15372517456988796,0.15564040161946435,0.8131156843156957,0.15372517456988796,0.14447549615848482,0.6390777291669183,0.15372517456988796,0.3711905834799912,0.5868658692977082,0.15372517456988796,0.6296544550181795,0.16807210631481925,0.15372517456988796,0.6665736048135353,0.30841260518526015,0.5,0.15372517456988796,0.6641500459468143,0.36867814120887343,0.0,0.9214752086277087,0.9619785322367326 -2247,0.5,0.15372517456988796,0.4114551476359905,0.7662603559356376,0.15372517456988796,0.13742583234872283,0.7899385083921235,0.15372517456988796,0.5385527377570982,0.49319211546221287,0.15372517456988796,0.5399552525437912,0.7308358876371913,0.15372517456988796,0.22334568734885402,0.3855313246697575,0.15372517456988796,0.4756340142224009,0.08562585964658673,0.15372517456988796,0.4404301913627899,0.12622232970530903,0.15372517456988796,0.5309362304766858,0.11529363169151133,0.5,0.15372517456988796,0.5961928524182165,0.11040644965738447,0.15372517456988796,0.6028366546586656,0.12383230310350773,0.5,0.15372517456988796,0.6025089424702631,0.3313293825142259,0.15372517456988796,0.5829996851854459,0.20923178805064035,0.15372517456988796,0.12490955851184743,0.8318093957023228,0.15372517456988796,0.0886132133982198,0.6511151273103485,0.15372517456988796,0.2916891473268914,0.6350827220035091,0.15372517456988796,0.5682619270933924,0.17169008169386768,0.15372517456988796,0.5952035628175785,0.3383395384824316,0.5,0.15372517456988796,0.5870298425315522,0.3989643786610412,0.0,0.9538054826367883,0.9677598251202715 -2248,0.5,0.15372517456988796,0.28872323700842384,0.7455728588646529,0.15372517456988796,0.043570188983926394,0.7420318719824996,0.15372517456988796,0.4146698491725118,0.5620178898719611,0.15372517456988796,0.4104936868549415,0.7628076619346685,0.15372517456988796,0.18523704251651524,0.3864663450319194,0.15372517456988796,0.35018725987034816,0.09968626055995022,0.15372517456988796,0.3610802881906199,0.14093335799104287,0.15372517456988796,0.4373589657395311,0.12109868544868038,0.5,0.15372517456988796,0.48295372492946004,0.1115227931940723,0.15372517456988796,0.474147322058549,0.1270849181109683,0.5,0.15372517456988796,0.48382196712469916,0.3453873598400778,0.15372517456988796,0.45431973282104865,0.2184474103564072,0.15372517456988796,0.09240773807754558,0.8365222728680528,0.15372517456988796,0.07713976573317773,0.6412086309012892,0.15372517456988796,0.24539902874441524,0.6748195031071262,0.15372517456988796,0.4572763241285075,0.20233376026616112,0.15372517456988796,0.47087440650721235,0.3463222145734442,0.5,0.15372517456988796,0.45356930367525006,0.389743141758376,0.0,0.9735009589638728,0.9654336374896194 -2249,0.5,0.15372517456988796,0.15826786603717138,0.6812308591354329,0.15372517456988796,0.02498967471549539,0.701016482539369,0.15372517456988796,0.2831556442073343,0.5819475324007939,0.15372517456988796,0.2691523727517927,0.7445456291562137,0.15372517456988796,0.12692600850822464,0.358719045378535,0.15372517456988796,0.235567931497951,0.10050164523281122,0.15372517456988796,0.21639117428237714,0.16084864134537669,0.15372517456988796,0.28683370715600437,0.12376500381462585,0.5,0.15372517456988796,0.32571541505421875,0.10739594460284838,0.15372517456988796,0.31798787371961956,0.08176038469187503,0.5,0.15372517456988796,0.3364276965642119,0.2946549548165114,0.15372517456988796,0.30427442364399476,0.15624573612441492,0.15372517456988796,0.05400347553800493,0.8140170190860434,0.15372517456988796,0.05795628160229174,0.5935740098470466,0.15372517456988796,0.1676043982908704,0.6191819817346644,0.15372517456988796,0.3195861915294179,0.2385930995742205,0.15372517456988796,0.32345056397110183,0.26558022364212597,0.5,0.15372517456988796,0.3012740645818565,0.23312584937934022,0.0,0.9806992901201174,0.9649058534830246 -2250,0.5,0.15372517456988796,0.06521493840997214,0.5990697573102386,0.15372517456988796,0.01901124594359779,0.6737776821273266,0.15372517456988796,0.10723261665353781,0.4789421201856461,0.15372517456988796,0.07817479419240735,0.6268517801206029,0.15372517456988796,0.053359601988562835,0.2987440492531584,0.15372517456988796,0.12591380586643358,0.09394901904722228,0.15372517456988796,0.0757930830968228,0.14118077438821422,0.15372517456988796,0.12046176690323569,0.11280404305044342,0.5,0.15372517456988796,0.13638006203513012,0.06474916983176449,0.15372517456988796,0.10448251403087291,0.02325391563868105,0.5,0.15372517456988796,0.11012372704551665,0.13907361325295778,0.15372517456988796,0.11663288553949683,0.051514025612604056,0.15372517456988796,0.020489880902988356,0.807022163091474,0.15372517456988796,0.04309613342130201,0.5405148492526652,0.15372517456988796,0.07165942538874992,0.5183997927948795,0.15372517456988796,0.11703889860492456,0.18593988736855727,0.15372517456988796,0.08750263365118996,0.1428991321905911,0.5,0.15372517456988796,0.0782995274527306,0.11088799461025312,0.0,0.983671425775135,0.9595602255708008 -2251,0.5,0.15372517456988796,1.1572280317585596e-05,0.5418523417436829,0.15372517456988796,0.0,0.6408878663447041,0.15372517456988796,0.0,0.37343889266234864,0.15372517456988796,0.0,0.5030178285070893,0.15372517456988796,0.0007784367634173364,0.2251117437016522,0.15372517456988796,0.0,0.07921520820832784,0.15372517456988796,0.0,0.11327390997509637,0.15372517456988796,0.0,0.11000805480703145,0.5,0.15372517456988796,0.0,0.09785952855264718,0.15372517456988796,0.0,0.014060307655706457,0.5,0.15372517456988796,0.0,0.15062432740306472,0.15372517456988796,8.331083833817858e-06,0.03597879106341107,0.15372517456988796,4.645925287770546e-05,0.8027624745587518,0.15372517456988796,4.4019257108872536e-05,0.47516247583104954,0.15372517456988796,4.6001534023773324e-05,0.4504495917198994,0.15372517456988796,0.0,0.15390446065718105,0.15372517456988796,0.0,0.1399003677968565,0.5,0.15372517456988796,0.0,0.10309376430283151,0.0,0.981946194635354,0.9422221280205948 -2252,0.5,0.15372517456988796,0.0,0.524268251415678,0.15372517456988796,0.0,0.5949772898077477,0.15372517456988796,0.0,0.3435891465868929,0.15372517456988796,0.0,0.4519881673724849,0.15372517456988796,0.0,0.17013956332342875,0.15372517456988796,0.0,0.09815566596863914,0.15372517456988796,0.0,0.10522040499781408,0.15372517456988796,0.0,0.1389231017871837,0.5,0.15372517456988796,0.0,0.12229337482099531,0.15372517456988796,0.0,0.009721337883557342,0.5,0.15372517456988796,0.0,0.13059240408387618,0.15372517456988796,0.0,0.027163117738836378,0.15372517456988796,0.0,0.7951680515836522,0.15372517456988796,0.0,0.44397294056345205,0.15372517456988796,0.0,0.4443318917055581,0.15372517456988796,0.0,0.13451260327404746,0.15372517456988796,0.0,0.12548951437694367,0.5,0.15372517456988796,0.0,0.09901388794899867,0.0,0.9730986935924182,0.9141187505945021 -2253,0.5,0.15372517456988796,0.0,0.5103953383862994,0.15372517456988796,0.0,0.6212155653688314,0.15372517456988796,0.0,0.31676133562801284,0.15372517456988796,0.0,0.3998699863626578,0.15372517456988796,0.0,0.15303492175444705,0.15372517456988796,0.0,0.12823691234625234,0.15372517456988796,0.0,0.10440693123958011,0.15372517456988796,0.0,0.17601054324302423,0.5,0.15372517456988796,0.0,0.14326545696188683,0.15372517456988796,0.0,0.008124698870284403,0.5,0.15372517456988796,0.0,0.11550658239475653,0.15372517456988796,0.0,0.022192034529485313,0.15372517456988796,0.0,0.7747083330884275,0.15372517456988796,0.0,0.40684899290381465,0.15372517456988796,0.0,0.4437608536151689,0.15372517456988796,0.0,0.10346729484360498,0.15372517456988796,0.0,0.11750371058782244,0.5,0.15372517456988796,0.0,0.08881771099497429,0.0,0.9678441763164709,0.880761599662739 -2254,0.5,0.15372517456988796,0.0,0.47527258486797247,0.15372517456988796,0.0,0.5623364520879826,0.15372517456988796,0.0,0.24140261589742695,0.15372517456988796,0.0,0.3351381669007089,0.15372517456988796,0.0,0.1415695034660341,0.15372517456988796,0.0,0.14096780311262902,0.15372517456988796,0.0,0.09650462299582814,0.15372517456988796,0.0,0.1816770185279013,0.5,0.15372517456988796,0.0,0.15496346593448096,0.15372517456988796,0.0,0.007700345866468426,0.5,0.15372517456988796,0.0,0.10006894386974374,0.15372517456988796,0.0,0.0153834459102899,0.15372517456988796,0.0,0.7082672431927176,0.15372517456988796,0.0,0.3576536564826467,0.15372517456988796,0.0,0.40752914546991675,0.15372517456988796,0.0,0.0780670165211097,0.15372517456988796,0.0,0.10378607574971503,0.5,0.15372517456988796,0.0,0.06958986639346372,0.0,0.9471537581903895,0.8393004846710668 -2255,0.5,0.15372517456988796,0.0,0.44127274561172675,0.15372517456988796,0.0,0.498004581016877,0.15372517456988796,0.0,0.15588058364425172,0.15372517456988796,0.0,0.2875127432240681,0.15372517456988796,0.0,0.11906757742982592,0.15372517456988796,0.0,0.13513350877454733,0.15372517456988796,0.0,0.06765865891715693,0.15372517456988796,0.0,0.1689961981030521,0.5,0.15372517456988796,0.0,0.15815383880063016,0.15372517456988796,0.0,0.007849588442382274,0.5,0.15372517456988796,0.0,0.08355787309294417,0.15372517456988796,0.0,0.012318902689909764,0.15372517456988796,0.0,0.6271310538918324,0.15372517456988796,0.0,0.31997931466063334,0.15372517456988796,0.0,0.3429116957623241,0.15372517456988796,0.0,0.05090986037992377,0.15372517456988796,0.0,0.08654467895526426,0.5,0.15372517456988796,0.0,0.05498522083101572,0.0,0.8842658480477121,0.7790539992010503 -2256,0.5,0.15372517456988796,0.0,0.396135328838624,0.15372517456988796,0.0,0.4562819112533702,0.15372517456988796,0.0,0.09632162793256055,0.15372517456988796,0.0,0.23505225013327466,0.15372517456988796,0.0,0.09316058279704306,0.15372517456988796,0.0,0.11985392131852246,0.15372517456988796,0.0,0.0363476901319881,0.15372517456988796,0.0,0.16196905773499598,0.5,0.15372517456988796,0.0,0.17072178256544712,0.15372517456988796,0.0,0.005684062292149368,0.5,0.15372517456988796,0.0,0.06659451639150156,0.15372517456988796,0.0,0.012188107215973742,0.15372517456988796,0.0,0.5579740775998268,0.15372517456988796,0.0,0.2876288189184422,0.15372517456988796,0.0,0.28676797145988037,0.15372517456988796,0.0,0.027144881113014944,0.15372517456988796,0.0,0.07459164871442663,0.5,0.15372517456988796,0.0,0.03987711678415755,0.0,0.782135562985203,0.6986508178534222 -2257,0.5,0.15372517456988796,0.0,0.335284353429312,0.15372517456988796,0.0,0.4093779655750938,0.15372517456988796,0.0,0.06653459815561208,0.15372517456988796,0.0,0.19022304042787747,0.15372517456988796,0.0,0.07268361472368587,0.15372517456988796,0.0,0.09761944586249569,0.15372517456988796,0.0,0.01707782520145614,0.15372517456988796,0.0,0.15437119761388104,0.5,0.15372517456988796,0.0,0.1790616056820057,0.15372517456988796,0.0,0.0027985480843968897,0.5,0.15372517456988796,0.0,0.038377793771927314,0.15372517456988796,0.0,0.0075348701335804825,0.15372517456988796,0.0,0.4918571569399265,0.15372517456988796,0.0,0.25729131548645134,0.15372517456988796,0.0,0.24874384278144968,0.15372517456988796,0.0,0.01435296357248484,0.15372517456988796,0.0,0.0591861126541293,0.5,0.15372517456988796,0.0,0.028424741179148918,0.0,0.7210382277193752,0.5202854370865887 -2258,0.5,0.15372517456988796,0.0,0.28218312986820676,0.15372517456988796,0.0,0.3364540038180536,0.15372517456988796,0.0,0.052116258130638166,0.15372517456988796,0.0,0.15487110974645432,0.15372517456988796,0.0,0.05586444316279438,0.15372517456988796,0.0,0.09022318833260873,0.15372517456988796,0.0,0.015560857373250128,0.15372517456988796,0.0,0.1377869553327811,0.5,0.15372517456988796,0.0,0.1717145080616046,0.15372517456988796,0.0,0.0022961120677126644,0.5,0.15372517456988796,0.0,0.02749794432506973,0.15372517456988796,0.0,0.005446444462394159,0.15372517456988796,0.0,0.4301346763986178,0.15372517456988796,0.0,0.22574765775882993,0.15372517456988796,0.0,0.20844734535742857,0.15372517456988796,0.0,0.01096237126443488,0.15372517456988796,0.0,0.0383026637034584,0.5,0.15372517456988796,0.0,0.021894338416779676,0.0,0.7050410195046521,0.2767932642987841 -2259,0.5,0.15372517456988796,0.0,0.25195918809263707,0.15372517456988796,0.0,0.2766599398041979,0.15372517456988796,0.0,0.03501775864841221,0.15372517456988796,0.0,0.1314234051520651,0.15372517456988796,0.0,0.04219268469867333,0.15372517456988796,0.0,0.10506523446067642,0.15372517456988796,0.0,0.017302133075159487,0.15372517456988796,0.0,0.13161910955934894,0.5,0.15372517456988796,0.0,0.16962676890414394,0.15372517456988796,0.0,0.0014821369631298324,0.5,0.15372517456988796,0.0,0.020125669991027387,0.15372517456988796,0.0,0.003775927247386524,0.15372517456988796,0.0,0.3957933866720662,0.15372517456988796,0.0,0.18486444192430962,0.15372517456988796,0.0,0.16783487451451187,0.15372517456988796,0.0,0.00852143081666225,0.15372517456988796,0.0,0.025241843675662234,0.5,0.15372517456988796,0.0,0.014902264271271691,0.0,0.6600216862628694,0.12497716174170698 -2260,0.5,0.15372517456988796,0.0,0.22808080274410553,0.15372517456988796,0.0,0.2564772544262066,0.15372517456988796,0.0,0.024089549038383153,0.15372517456988796,0.0,0.11608284468558334,0.15372517456988796,0.0,0.03235568413627959,0.15372517456988796,0.0,0.12137647393047576,0.15372517456988796,0.0,0.027423205272085818,0.15372517456988796,0.0,0.1399767566464876,0.5,0.15372517456988796,0.0,0.16520944824996908,0.15372517456988796,0.0,0.0007917230747636408,0.5,0.15372517456988796,0.0,0.010981191202878144,0.15372517456988796,0.0,0.0046177682599219195,0.15372517456988796,0.0,0.37869117544161096,0.15372517456988796,0.0,0.13364742378920436,0.15372517456988796,0.0,0.14309355445796745,0.15372517456988796,0.0,0.006995973901530851,0.15372517456988796,0.0,0.020626227290436644,0.5,0.15372517456988796,0.0,0.008192734310486935,0.0,0.6128817264927955,0.054860635945648537 -2261,0.5,0.15372517456988796,0.0,0.20816360418689966,0.15372517456988796,0.0,0.2541901027445609,0.15372517456988796,0.0,0.017829190488287176,0.15372517456988796,0.0,0.10662410341805416,0.15372517456988796,0.0,0.02414070418228926,0.15372517456988796,0.0,0.11338130949898936,0.15372517456988796,0.0,0.052039104733329844,0.15372517456988796,0.0,0.13713275449388745,0.5,0.15372517456988796,0.0,0.16814184577457875,0.15372517456988796,0.0,0.0017787343684447874,0.5,0.15372517456988796,0.0,0.009880714504677944,0.15372517456988796,0.0,0.005471471695979938,0.15372517456988796,0.0,0.3301882107771514,0.15372517456988796,0.0,0.0899467395138594,0.15372517456988796,0.0,0.1269946650547866,0.15372517456988796,0.0,0.0069334383207647204,0.15372517456988796,0.0,0.01742656175952304,0.5,0.15372517456988796,0.0,0.0055582744591502736,0.0,0.5508973173665369,0.024277721986086808 -2262,0.5,0.15372517456988796,0.0,0.19651353553515055,0.15372517456988796,0.0,0.19154022347434216,0.15372517456988796,0.0,0.012585485806464458,0.15372517456988796,0.0,0.10536539863059327,0.15372517456988796,0.0,0.017242159984173222,0.15372517456988796,0.0,0.08271717157006597,0.15372517456988796,0.0,0.07471955450420363,0.15372517456988796,0.0,0.13964537731785728,0.5,0.15372517456988796,0.0,0.17999865101932314,0.15372517456988796,0.0,0.0025536032625994355,0.5,0.15372517456988796,0.0,0.008815460655208477,0.15372517456988796,0.0,0.007459754163201815,0.15372517456988796,0.0,0.26009594939102615,0.15372517456988796,0.0,0.06226917682925358,0.15372517456988796,0.0,0.0982612307637769,0.15372517456988796,0.0,0.008148244381993946,0.15372517456988796,0.0,0.015634318806087125,0.5,0.15372517456988796,0.0,0.0036972129013485592,0.0,0.4872480377541872,0.013024235903793998 -2263,0.5,0.15372517456988796,0.03219014969854146,0.1971580794850142,0.15372517456988796,0.003493231905432879,0.1363849789938301,0.15372517456988796,0.026982417448610775,0.010196154266491514,0.15372517456988796,0.03857499062105693,0.11980790685035946,0.15372517456988796,0.00444436911848517,0.017162084661359493,0.15372517456988796,0.002046849731810074,0.06832622076095424,0.15372517456988796,0.0035519274779226154,0.07835119713300218,0.15372517456988796,0.0015471111328639272,0.14084989449908886,0.5,0.15372517456988796,0.005799673719467246,0.18022212965715886,0.15372517456988796,0.02490939038055839,0.0022377769695713676,0.5,0.15372517456988796,0.018733686473462165,0.00843540592204586,0.15372517456988796,0.017665866114852536,0.011366199001802283,0.15372517456988796,0.004372543557064675,0.21424310484823642,0.15372517456988796,0.0015534314644648256,0.049870770398203194,0.15372517456988796,0.009962192968702396,0.06986881194121318,0.15372517456988796,0.017581531090054246,0.008318016847672612,0.15372517456988796,0.028540394966064732,0.01423249270094254,0.5,0.15372517456988796,0.03414515106241338,0.002214334952193968,0.0,0.4696724904937478,0.009644455115759818 -2264,0.5,0.15372517456988796,0.12469963281474875,0.21674271962738514,0.15372517456988796,0.014550046450629316,0.1267412064999455,0.15372517456988796,0.11865508546475792,0.010513805408651728,0.15372517456988796,0.1415992536478185,0.13898697056799386,0.15372517456988796,0.035827421425783886,0.026253476609642206,0.15372517456988796,0.029321059388145526,0.07947182346277962,0.15372517456988796,0.028832717288446656,0.08754322160374067,0.15372517456988796,0.024604262367399085,0.13951127229879676,0.5,0.15372517456988796,0.054647726600482324,0.18462828261228237,0.15372517456988796,0.12575903786512166,0.002053349484850225,0.5,0.15372517456988796,0.1362080937649277,0.009307585923561212,0.15372517456988796,0.12089399829985474,0.01623821525525013,0.15372517456988796,0.023949289591295837,0.18256863957119743,0.15372517456988796,0.012210478978329258,0.04151657534267468,0.15372517456988796,0.06535904244463542,0.06309598650679904,0.15372517456988796,0.10368480240704084,0.011219396793458942,0.15372517456988796,0.14377044991640134,0.013339587756752242,0.5,0.15372517456988796,0.139072429521109,0.0017592777545856844,0.0,0.47679690087926463,0.007092210709513341 -2265,0.5,0.15372517456988796,0.22470442818771827,0.23563309226714368,0.15372517456988796,0.04141616678307699,0.13057739737141594,0.15372517456988796,0.21944736091572442,0.006970356784624556,0.15372517456988796,0.2665015784870846,0.108885177900922,0.15372517456988796,0.04309505059799983,0.046274592540832674,0.15372517456988796,0.07558605462835453,0.09391485646826497,0.15372517456988796,0.06507256919303456,0.11356908295871108,0.15372517456988796,0.07632365551519708,0.14427314550072085,0.5,0.15372517456988796,0.10185406097024252,0.18802054941484814,0.15372517456988796,0.24000228048721184,0.004649562695451976,0.5,0.15372517456988796,0.2806512672288895,0.02984292332459384,0.15372517456988796,0.23685701033433906,0.033327954570282696,0.15372517456988796,0.04391305128749413,0.14671949931522468,0.15372517456988796,0.024485215671477226,0.029085490356664807,0.15372517456988796,0.12684971826029928,0.0639450709339676,0.15372517456988796,0.18190281767109856,0.01439451528216833,0.15372517456988796,0.2826704740330376,0.02033597507965374,0.5,0.15372517456988796,0.25435295583339623,0.0019597824870026277,0.0,0.39778217292938106,0.005054645836011522 -2266,0.5,0.15372517456988796,0.3080075860233595,0.2295912209826454,0.15372517456988796,0.07943537655210078,0.11912066072216465,0.15372517456988796,0.31259009185584224,0.003997062650584246,0.15372517456988796,0.3906081290983122,0.1058760540526173,0.15372517456988796,0.07049796953774051,0.07387869588968121,0.15372517456988796,0.1433854771999169,0.12444642300977274,0.15372517456988796,0.09921363324083854,0.14206054792919381,0.15372517456988796,0.1403987331163626,0.14134857844806129,0.5,0.15372517456988796,0.1453951276984075,0.17152455915660342,0.15372517456988796,0.37124469270594845,0.017942442381911797,0.5,0.15372517456988796,0.43096197147305015,0.05273684989310369,0.15372517456988796,0.35329251257615624,0.060902072182506324,0.15372517456988796,0.07315406311804809,0.1187945999104988,0.15372517456988796,0.03840105972227724,0.017127884195762732,0.15372517456988796,0.1893209068961071,0.05858089492594841,0.15372517456988796,0.24830870448524273,0.03263644731336539,0.15372517456988796,0.4286005420021335,0.0246569065512736,0.5,0.15372517456988796,0.37068494561677506,0.0024695083270869227,0.0,0.3651101189119756,0.0050306685676163735 -2267,0.5,0.15372517456988796,0.3878108828536026,0.22531085012542576,0.15372517456988796,0.09555255574794222,0.06622976221419663,0.15372517456988796,0.3508341149159898,0.004623807736636818,0.15372517456988796,0.4559200591569068,0.07472855748822455,0.15372517456988796,0.13158371777545166,0.09771078696064064,0.15372517456988796,0.2016866458507121,0.1425024990378595,0.15372517456988796,0.11669490440806446,0.1650851817732629,0.15372517456988796,0.22602564952578225,0.1579165523938017,0.5,0.15372517456988796,0.19225919100238723,0.15244388737444747,0.15372517456988796,0.4531839496852592,0.018928938246428953,0.5,0.15372517456988796,0.5509266774642737,0.06251336534166645,0.15372517456988796,0.44947624245031537,0.09117254327773727,0.15372517456988796,0.08842213053086152,0.08569706157137072,0.15372517456988796,0.05980703559132544,0.01057836990985922,0.15372517456988796,0.2553746616014228,0.04047058492005527,0.15372517456988796,0.32375677537479064,0.07775842351205194,0.15372517456988796,0.5707332977978874,0.02995275070516625,0.5,0.15372517456988796,0.4610725676841161,0.003126245155989359,0.0,0.3237486370016205,0.008783277788123064 -2268,0.5,0.15372517456988796,0.4251411633928687,0.23209002410293267,0.15372517456988796,0.07302279764893525,0.04418675257914844,0.15372517456988796,0.4018260567740788,0.006798158224628689,0.15372517456988796,0.4813994155348875,0.07148221035192663,0.15372517456988796,0.15348349798425542,0.13437372142149348,0.15372517456988796,0.2062636986478633,0.14385434150454784,0.15372517456988796,0.12266632173841407,0.19783816037007168,0.15372517456988796,0.2529789573205169,0.15771288857512328,0.5,0.15372517456988796,0.24033480787382733,0.15305954303335076,0.15372517456988796,0.49366639337737095,0.017631520706229274,0.5,0.15372517456988796,0.6124660630057378,0.06906372387322958,0.15372517456988796,0.4864671667026258,0.11717201362604486,0.15372517456988796,0.10814372089402056,0.07327424947717225,0.15372517456988796,0.09849414886127486,0.012196391336634884,0.15372517456988796,0.3309359751188707,0.03407521470522843,0.15372517456988796,0.3399384639103593,0.1079217336660674,0.15372517456988796,0.6544140361209929,0.032724071532775775,0.5,0.15372517456988796,0.5032734817728512,0.002684841457503859,0.0,0.2202179670912615,0.015778781168550533 -2269,0.5,0.15372517456988796,0.43197153977117403,0.22516986827897845,0.15372517456988796,0.15864054541016095,0.037010374306216495,0.15372517456988796,0.40393851240282186,0.00845419321789977,0.15372517456988796,0.4697131118446318,0.0792766749667368,0.15372517456988796,0.1546306467898863,0.18119323755454322,0.15372517456988796,0.18744343413395947,0.14655465696282194,0.15372517456988796,0.11671303266600438,0.2259647935844177,0.15372517456988796,0.23263212371571257,0.1499412282765536,0.5,0.15372517456988796,0.2653160105933444,0.15618099728797563,0.15372517456988796,0.5012732915787995,0.01592271194491454,0.5,0.15372517456988796,0.6195392584035738,0.08467074722832693,0.15372517456988796,0.48013725190541956,0.13407230683231805,0.15372517456988796,0.11271800261266196,0.04812201539280675,0.15372517456988796,0.14029351945496343,0.02850911289197237,0.15372517456988796,0.32307727195819,0.03265354924745287,0.15372517456988796,0.34300568097565204,0.149755525927354,0.15372517456988796,0.674646271767429,0.0390327499278121,0.5,0.15372517456988796,0.5171257739860866,0.002536130493162621,0.0,0.16070655882776122,0.01919669298665123 -2270,0.5,0.15372517456988796,0.38788185893474325,0.19867451852651596,0.15372517456988796,0.1332347480870609,0.030464301796914683,0.15372517456988796,0.36275262558921517,0.009684749173562228,0.15372517456988796,0.46287235607257227,0.08835602817224902,0.15372517456988796,0.1281857654352921,0.19199529115705186,0.15372517456988796,0.15519648303914343,0.13571568989787502,0.15372517456988796,0.11633082687495266,0.2283184968814664,0.15372517456988796,0.23776967135238872,0.15064555190886164,0.5,0.15372517456988796,0.30756747422827585,0.1607792061407594,0.15372517456988796,0.470071510010394,0.013677036387922522,0.5,0.15372517456988796,0.6002472078359814,0.08262770495201036,0.15372517456988796,0.4448707249987389,0.14872279427877796,0.15372517456988796,0.15452593499909553,0.03215554288113201,0.15372517456988796,0.1540514576454246,0.05380516965587878,0.15372517456988796,0.28808312749488885,0.043230085223781,0.15372517456988796,0.32290626077129375,0.2002391357156114,0.15372517456988796,0.6535517779259519,0.04154508468930206,0.5,0.15372517456988796,0.491121166468413,0.0032359682553558863,0.0,0.11806909732658209,0.022462458531698752 -2271,0.5,0.15372517456988796,0.3207339589916076,0.16420223779247417,0.15372517456988796,0.11746552121531048,0.009778594347718541,0.15372517456988796,0.26432993204896715,0.008629348267726853,0.15372517456988796,0.3610827309148362,0.08870869436387364,0.15372517456988796,0.09120798794056213,0.1686959329286385,0.15372517456988796,0.12426789714521169,0.11175668956411737,0.15372517456988796,0.12212560042842291,0.21228186201591848,0.15372517456988796,0.24479284664183765,0.14271699625706322,0.5,0.15372517456988796,0.28968271865119366,0.14669009543409234,0.15372517456988796,0.41782832400374414,0.013678312945051571,0.5,0.15372517456988796,0.5232224781679502,0.07306365251730755,0.15372517456988796,0.3769589820606778,0.14569156525957447,0.15372517456988796,0.15030024328351851,0.02156882587429477,0.15372517456988796,0.14574082772881575,0.07320669389586165,0.15372517456988796,0.19428727581618,0.057765099946187656,0.15372517456988796,0.25752547431883693,0.23680393529652424,0.15372517456988796,0.576055742900903,0.04068493984642933,0.5,0.15372517456988796,0.4319366584019121,0.004645381043695173,0.0,0.0981017651490523,0.03362744435153426 -2272,0.5,0.15372517456988796,0.22734106874119153,0.11793476053030744,0.15372517456988796,0.13051353087452408,0.002684442188868539,0.15372517456988796,0.23385849216451468,0.007703056456760624,0.15372517456988796,0.23514822718806505,0.07856942594098623,0.15372517456988796,0.06138542919270374,0.13213289947275186,0.15372517456988796,0.08893117100272675,0.08799464188135075,0.15372517456988796,0.08878303841992956,0.18519547365072225,0.15372517456988796,0.22775456988052295,0.13211223591131424,0.5,0.15372517456988796,0.24328720083568645,0.13007089660076604,0.15372517456988796,0.28985290963572924,0.010368006865643929,0.5,0.15372517456988796,0.3848295445249873,0.07475635998069423,0.15372517456988796,0.27154795673113263,0.1340287887161004,0.15372517456988796,0.1093861114891488,0.014697469047160478,0.15372517456988796,0.11370549261614568,0.07827751536952038,0.15372517456988796,0.12573863327839205,0.07039950445674882,0.15372517456988796,0.16927896435011552,0.23919450618076216,0.15372517456988796,0.44842796965776827,0.045254856101704516,0.5,0.15372517456988796,0.3124188275371036,0.006446123801213469,0.0,0.07835605374838191,0.05002840990814858 -2273,0.5,0.15372517456988796,0.12643787117719654,0.06067365269472984,0.15372517456988796,0.08779563686854444,0.0042927841177526575,0.15372517456988796,0.1940459980589252,0.009872371710487708,0.15372517456988796,0.13548850494082,0.053183726030522974,0.15372517456988796,0.03692223534911709,0.09606842593180409,0.15372517456988796,0.05486157157439714,0.06752025827340782,0.15372517456988796,0.050473083218447554,0.1627792705081386,0.15372517456988796,0.16756421874027055,0.11520152975242232,0.5,0.15372517456988796,0.17066614551704748,0.10632608569124347,0.15372517456988796,0.16085733659115156,0.005302168330488083,0.5,0.15372517456988796,0.23275663032529825,0.08857724102418983,0.15372517456988796,0.17752819471213263,0.10665314626884963,0.15372517456988796,0.06693086280961531,0.010221606541485545,0.15372517456988796,0.0718309641233209,0.05990923918497583,0.15372517456988796,0.061045895951729254,0.08208443481911191,0.15372517456988796,0.10003259516881352,0.22482709681476346,0.15372517456988796,0.3047715881338378,0.048953107807129595,0.5,0.15372517456988796,0.2051325608120488,0.007522991466870318,0.0,0.049376222349285306,0.06264205232444797 -2274,0.5,0.15372517456988796,0.0386305268929511,0.02296567617191705,0.15372517456988796,0.03438890298380941,0.011083928539095206,0.15372517456988796,0.0958494376483715,0.009945927034925656,0.15372517456988796,0.04597044876172994,0.02495256146022744,0.15372517456988796,0.013311619781154157,0.05752708902291902,0.15372517456988796,0.02822507768783995,0.0386586883331895,0.15372517456988796,0.018497684382195425,0.12216346330055504,0.15372517456988796,0.08631244442157597,0.0826924684910961,0.5,0.15372517456988796,0.08599295628530282,0.06853642063179635,0.15372517456988796,0.05308812441823663,0.0022577737296371344,0.5,0.15372517456988796,0.08570832734450434,0.07403008103856358,0.15372517456988796,0.06777807460318905,0.05373385521910938,0.15372517456988796,0.01921684854994237,0.007719355669573521,0.15372517456988796,0.024222277089255728,0.026770777911700426,0.15372517456988796,0.02298326148064047,0.0736935044570444,0.15372517456988796,0.04495655457257793,0.18610021356513667,0.15372517456988796,0.09306487245889757,0.03649435084000655,0.5,0.15372517456988796,0.06390001604619527,0.0064655162382274605,0.0,0.029204290621474838,0.06308049249602668 -2275,0.5,0.15372517456988796,8.774148713688819e-05,0.017923316441394874,0.15372517456988796,0.0,0.023455253303826463,0.15372517456988796,0.0,0.012880050478968195,0.15372517456988796,3.362155264364602e-05,0.02094360508367085,0.15372517456988796,0.0,0.029512478655226448,0.15372517456988796,0.0,0.01092455648800866,0.15372517456988796,8.919541276307136e-05,0.08738900163380593,0.15372517456988796,0.0,0.032710583074183494,0.5,0.15372517456988796,0.0,0.02401876029599958,0.15372517456988796,9.196777430116684e-05,0.0018493916560069082,0.5,0.15372517456988796,0.0,0.1688142909735342,0.15372517456988796,4.3246936373835456e-05,0.04857590085199192,0.15372517456988796,0.0004814083182616038,0.011384078377806365,0.15372517456988796,5.616983832768351e-05,0.014581275217685399,0.15372517456988796,0.0001576000423187317,0.06131941553851257,0.15372517456988796,6.245359159771718e-05,0.14427914641285036,0.15372517456988796,0.0,0.06620983105408851,0.5,0.15372517456988796,1.0357969604681178e-05,0.011502063037025181,0.0,0.0181691285898106,0.07147269055800684 -2276,0.5,0.15372517456988796,0.0,0.011832601737933515,0.15372517456988796,0.0,0.033006034925402064,0.15372517456988796,0.0,0.019655263485742275,0.15372517456988796,0.0,0.014352240734006318,0.15372517456988796,0.0,0.019275095303875285,0.15372517456988796,0.0,0.002683536108650894,0.15372517456988796,0.0,0.0582259256005688,0.15372517456988796,0.0,0.020171564371218288,0.5,0.15372517456988796,0.0,0.01910922986484137,0.15372517456988796,0.0,0.002785421202608193,0.5,0.15372517456988796,0.0,0.2636226692723501,0.15372517456988796,0.0,0.08351542781451657,0.15372517456988796,0.0,0.017536533085896103,0.15372517456988796,0.0,0.01470218016678048,0.15372517456988796,0.0,0.05761836853550158,0.15372517456988796,0.0,0.12582434164862674,0.15372517456988796,0.0,0.08637212961679591,0.5,0.15372517456988796,0.0,0.015609413602347038,0.0,0.010619318023223995,0.08320858464621166 -2277,0.5,0.15372517456988796,0.0,0.008393211436977846,0.15372517456988796,0.0,0.046540787941266905,0.15372517456988796,0.0,0.03649760841795155,0.15372517456988796,0.0,0.008147966932007275,0.15372517456988796,0.0,0.016820540580634424,0.15372517456988796,0.0,0.004917156374728004,0.15372517456988796,0.0,0.039469499889273944,0.15372517456988796,0.0,0.016891069234771294,0.5,0.15372517456988796,0.0,0.01776799930559997,0.15372517456988796,0.0,0.011536825420910151,0.5,0.15372517456988796,0.0,0.2394319477327338,0.15372517456988796,0.0,0.16696298005519755,0.15372517456988796,0.0,0.023633501376356947,0.15372517456988796,0.0,0.017108851551962706,0.15372517456988796,0.0,0.06055112572326993,0.15372517456988796,0.0,0.12181792417005195,0.15372517456988796,0.0,0.0929367801462523,0.5,0.15372517456988796,0.0,0.017570799398344966,0.0,0.00523839836344741,0.08707946912821096 -2278,0.5,0.15372517456988796,0.0,0.009056167338301143,0.15372517456988796,0.0,0.05096798588455066,0.15372517456988796,0.0,0.048236378485521036,0.15372517456988796,0.0,0.005449511401491317,0.15372517456988796,0.0,0.015558967143492116,0.15372517456988796,0.0,0.012771155027282724,0.15372517456988796,0.0,0.024358619811518246,0.15372517456988796,0.0,0.016377923135185418,0.5,0.15372517456988796,0.0,0.014845118241752425,0.15372517456988796,0.0,0.04795833093453453,0.5,0.15372517456988796,0.0,0.18656971528662664,0.15372517456988796,0.0,0.2776528769511059,0.15372517456988796,0.0,0.027601277836118356,0.15372517456988796,0.0,0.02051042956266294,0.15372517456988796,0.0,0.057072461459803235,0.15372517456988796,0.0,0.10583324353561296,0.15372517456988796,0.0,0.09214003471660025,0.5,0.15372517456988796,0.0,0.020426627785009508,0.0,0.0021861063651814412,0.10365416888921489 -2279,0.5,0.15372517456988796,0.0,0.012892026404308836,0.15372517456988796,0.0,0.046550656990357146,0.15372517456988796,0.0,0.05802678100694461,0.15372517456988796,0.0,0.007229274298605365,0.15372517456988796,0.0,0.01954084746178787,0.15372517456988796,0.0,0.024827593632581565,0.15372517456988796,0.0,0.016009930990019496,0.15372517456988796,0.0,0.0205308199123416,0.5,0.15372517456988796,0.0,0.011457765972046206,0.15372517456988796,0.0,0.16614763662542897,0.5,0.15372517456988796,0.0,0.13812045440994095,0.15372517456988796,0.0,0.22077748920760853,0.15372517456988796,0.0,0.03143617135674951,0.15372517456988796,0.0,0.028116416426719183,0.15372517456988796,0.0,0.047396932154919746,0.15372517456988796,0.0,0.07685661485331098,0.15372517456988796,0.0,0.0898778993351804,0.5,0.15372517456988796,0.0,0.023177901219529222,0.0,0.0026994450552477282,0.14992396526454344 -2280,0.5,0.15372517456988796,0.0,0.01855229584941846,0.15372517456988796,0.0,0.0436721747832637,0.15372517456988796,0.0,0.06671705097576913,0.15372517456988796,0.0,0.0145520360714491,0.15372517456988796,0.0,0.02973492858037081,0.15372517456988796,0.0,0.039507648093465984,0.15372517456988796,0.0,0.012125480983090983,0.15372517456988796,0.0,0.027866178795870555,0.5,0.15372517456988796,0.0,0.006623005059399809,0.15372517456988796,0.0,0.2547178529538395,0.5,0.15372517456988796,0.0,0.1022696853861514,0.15372517456988796,0.0,0.12425306411603362,0.15372517456988796,0.0,0.03699242006540813,0.15372517456988796,0.0,0.04057329440019087,0.15372517456988796,0.0,0.03863279728561179,0.15372517456988796,0.0,0.05414747330467919,0.15372517456988796,0.0,0.0894190474377151,0.5,0.15372517456988796,0.0,0.04137513501507422,0.0,0.005892809559908403,0.2002699753250212 -2281,0.5,0.15372517456988796,0.0,0.026422526519587125,0.15372517456988796,0.0,0.035403991445407235,0.15372517456988796,0.0,0.06647792614586714,0.15372517456988796,0.0,0.024505210591611003,0.15372517456988796,0.0,0.0436238954793133,0.15372517456988796,0.0,0.05757261500653803,0.15372517456988796,0.0,0.013355381091545777,0.15372517456988796,0.0,0.0352863095522187,0.5,0.15372517456988796,0.0,0.003950793571368152,0.15372517456988796,0.0,0.17141735238869624,0.5,0.15372517456988796,0.0,0.09886435283001786,0.15372517456988796,0.0,0.08697976594822192,0.15372517456988796,0.0,0.04681322161483293,0.15372517456988796,0.0,0.054770148494178834,0.15372517456988796,0.0,0.03258127084939224,0.15372517456988796,0.0,0.036026453918537066,0.15372517456988796,0.0,0.09106611735262787,0.5,0.15372517456988796,0.0,0.07466983400034888,0.0,0.013671982223315086,0.23032744930973686 -2282,0.5,0.15372517456988796,0.0,0.03400790229777875,0.15372517456988796,0.0,0.045061102360535565,0.15372517456988796,0.0,0.06418708726810667,0.15372517456988796,0.0,0.034025402510986937,0.15372517456988796,0.0,0.05460282889157999,0.15372517456988796,0.0,0.0683514231025545,0.15372517456988796,0.0,0.022797315014071052,0.15372517456988796,0.0,0.04533605138027662,0.5,0.15372517456988796,0.0,0.0030078288449231832,0.15372517456988796,0.0,0.11164006167528988,0.5,0.15372517456988796,0.0,0.10504404879487404,0.15372517456988796,0.0,0.06049505479678431,0.15372517456988796,0.0,0.05764607931736719,0.15372517456988796,0.0,0.0671630650399038,0.15372517456988796,0.0,0.029450526778297282,0.15372517456988796,0.0,0.01762588693523931,0.15372517456988796,0.0,0.094258574238658,0.5,0.15372517456988796,0.0,0.09835191285216544,0.0,0.020127286476291736,0.28242485087633046 -2283,0.5,0.15372517456988796,0.0,0.038897920151862664,0.15372517456988796,0.0,0.051229004114358115,0.15372517456988796,0.0,0.058988217031440415,0.15372517456988796,0.0,0.042287186721193186,0.15372517456988796,0.0,0.07306049320339632,0.15372517456988796,0.0,0.07332034339139407,0.15372517456988796,0.0,0.03764059330157856,0.15372517456988796,0.0,0.051668425469960935,0.5,0.15372517456988796,0.0,0.004590940979821584,0.15372517456988796,0.0,0.08779527083703446,0.5,0.15372517456988796,0.0,0.0903620166096191,0.15372517456988796,0.0,0.04437496858094549,0.15372517456988796,0.0,0.06931561820898349,0.15372517456988796,0.0,0.08305708190018181,0.15372517456988796,0.0,0.025963234493042754,0.15372517456988796,0.0,0.009711883207121172,0.15372517456988796,0.0,0.09001432166110873,0.5,0.15372517456988796,0.0,0.09739312643081667,0.0,0.025925515955937586,0.33352939805332116 -2284,0.5,0.15372517456988796,0.0,0.041648566981893155,0.15372517456988796,0.0,0.04593866939558448,0.15372517456988796,0.0,0.049509035397332195,0.15372517456988796,0.0,0.04184377813793663,0.15372517456988796,0.0,0.08904549584225126,0.15372517456988796,0.0,0.08071847097064808,0.15372517456988796,0.0,0.04533269557268483,0.15372517456988796,0.0,0.04778454964826302,0.5,0.15372517456988796,0.0,0.004841260536664653,0.15372517456988796,0.0,0.06587144915678927,0.5,0.15372517456988796,0.0,0.05295635145780972,0.15372517456988796,0.0,0.03145832067014453,0.15372517456988796,0.0,0.09020385210167439,0.15372517456988796,0.0,0.09856587847564732,0.15372517456988796,0.0,0.029003449619511183,0.15372517456988796,0.0,0.005899195637512043,0.15372517456988796,0.0,0.0778039735312588,0.5,0.15372517456988796,0.0,0.09401599864651813,0.0,0.0377378090271388,0.33089302315495056 -2285,0.5,0.15372517456988796,0.0,0.04291495467624138,0.15372517456988796,0.0,0.05639890776907916,0.15372517456988796,0.0,0.02662749053317431,0.15372517456988796,0.0,0.03909984752214971,0.15372517456988796,0.0,0.0976655510002149,0.15372517456988796,0.0,0.09246508197094047,0.15372517456988796,0.0,0.05155479397118902,0.15372517456988796,0.0,0.03999686657881897,0.5,0.15372517456988796,0.0,0.004956393393699472,0.15372517456988796,0.0,0.04529850189143753,0.5,0.15372517456988796,0.0,0.03425275181165768,0.15372517456988796,0.0,0.022782207046892686,0.15372517456988796,0.0,0.1138951038307755,0.15372517456988796,0.0,0.10968037394840846,0.15372517456988796,0.0,0.03263862985304452,0.15372517456988796,0.0,0.006906311775860277,0.15372517456988796,0.0,0.06516409377910365,0.5,0.15372517456988796,0.0,0.0924452829985951,0.0,0.04329050510490706,0.32078221358642034 -2286,0.5,0.15372517456988796,0.0,0.04244613341734395,0.15372517456988796,0.0,0.06789924843242671,0.15372517456988796,0.0,0.011884078538900557,0.15372517456988796,0.0,0.03764147203457613,0.15372517456988796,0.0,0.10864728827602964,0.15372517456988796,0.0,0.09495928619946933,0.15372517456988796,0.0,0.057857434010760586,0.15372517456988796,0.0,0.03815087116734625,0.5,0.15372517456988796,0.0,0.005067153951922933,0.15372517456988796,0.0,0.02637197972910382,0.5,0.15372517456988796,0.0,0.01931617873122154,0.15372517456988796,0.0,0.021609146445570195,0.15372517456988796,0.0,0.12182214909222398,0.15372517456988796,0.0,0.11763367901910972,0.15372517456988796,0.0,0.03805188362151247,0.15372517456988796,0.0,0.008367619080120603,0.15372517456988796,0.0,0.05100817411273735,0.5,0.15372517456988796,0.0,0.09490638295794376,0.0,0.040378380916396395,0.3180503264790492 -2287,0.5,0.15372517456988796,0.027557002375569142,0.04223839775401529,0.15372517456988796,0.017955579084346418,0.05692733351857725,0.15372517456988796,0.020706988341051037,0.010600488300219106,0.15372517456988796,0.0038857378456263053,0.04336543025897864,0.15372517456988796,0.005282480762239501,0.1148500418668662,0.15372517456988796,0.0037438612685784935,0.09076259915729795,0.15372517456988796,0.0053527659885186036,0.06472560575585586,0.15372517456988796,0.005037167718808663,0.03784951032930538,0.5,0.15372517456988796,0.011987470199111143,0.006636111569906964,0.15372517456988796,0.0034174229775172805,0.020188168247895894,0.5,0.15372517456988796,0.019497775137527797,0.011949666712160014,0.15372517456988796,0.0035722589335444002,0.02250875379232389,0.15372517456988796,0.012751327298291142,0.11118688396544951,0.15372517456988796,0.007410480522545067,0.1177120925012998,0.15372517456988796,0.02073233880935429,0.03797490836320514,0.15372517456988796,0.023995615142332186,0.007734377513647994,0.15372517456988796,0.009480187073771672,0.04380258555986636,0.5,0.15372517456988796,0.0031351196294325217,0.09065280890542325,0.0,0.04617955570071925,0.34174982818813965 -2288,0.5,0.15372517456988796,0.12631564000367643,0.06266786552067367,0.15372517456988796,0.07435609132313405,0.06153173094338545,0.15372517456988796,0.12192784106095117,0.02110385107871306,0.15372517456988796,0.02262197436613578,0.05758712628866304,0.15372517456988796,0.07146575214750982,0.12289010725706553,0.15372517456988796,0.059583261631800985,0.09275792940708441,0.15372517456988796,0.05363669605156422,0.0743253356713941,0.15372517456988796,0.05081553047570205,0.034547679824688184,0.5,0.15372517456988796,0.11096909443358052,0.006885060435601336,0.15372517456988796,0.0365602398414223,0.024553537409254037,0.5,0.15372517456988796,0.1393659085452255,0.017089575463145542,0.15372517456988796,0.0541919160570566,0.0310255510644134,0.15372517456988796,0.0642461722462695,0.11071868675767577,0.15372517456988796,0.07248777416737616,0.12409802409269692,0.15372517456988796,0.0805164433891518,0.0408636992401658,0.15372517456988796,0.1212820006916266,0.008083929881835965,0.15372517456988796,0.062493586339171854,0.049819370011049365,0.5,0.15372517456988796,0.02014243903710254,0.08897537421021767,0.0,0.0662041289946573,0.38153994684534687 -2289,0.5,0.15372517456988796,0.2452574783759524,0.12277254912191522,0.15372517456988796,0.13498048695624112,0.10041836380144782,0.15372517456988796,0.2655239749639045,0.07378513548183814,0.15372517456988796,0.07670308384161764,0.09169464079285032,0.15372517456988796,0.16110714394177233,0.17054304618231403,0.15372517456988796,0.14667242989978363,0.11992877992802728,0.15372517456988796,0.14277712607557064,0.09767052142865186,0.15372517456988796,0.10741328604752723,0.04019747270670031,0.5,0.15372517456988796,0.23600113460563776,0.008973103543778187,0.15372517456988796,0.10277750494115465,0.0315205232322872,0.5,0.15372517456988796,0.2939147613645595,0.04642660408202861,0.15372517456988796,0.16800590488899897,0.04868352091820317,0.15372517456988796,0.136013962846739,0.14497339502379772,0.15372517456988796,0.15257799798560295,0.1594692590717139,0.15372517456988796,0.1255346664680258,0.0623106515891178,0.15372517456988796,0.19434706115759975,0.014241231029233144,0.15372517456988796,0.1498991830378025,0.06929485511074361,0.5,0.15372517456988796,0.04745408700252297,0.09020678615269101,0.0,0.07654746009375926,0.37418949340816526 -2290,0.5,0.15372517456988796,0.333764210743818,0.17897483322645102,0.15372517456988796,0.17291656208328607,0.1414693866472978,0.15372517456988796,0.4082504295525844,0.10426651042847315,0.15372517456988796,0.20057968883551383,0.1708872463369188,0.15372517456988796,0.20391104382330089,0.18727122269156904,0.15372517456988796,0.23814399872932013,0.17529510208129934,0.15372517456988796,0.2571844598371281,0.15703017941563005,0.15372517456988796,0.18374988204586545,0.0788103091745892,0.5,0.15372517456988796,0.37016292463011874,0.02030253029228548,0.15372517456988796,0.23224796321573937,0.03392121028204505,0.5,0.15372517456988796,0.44982580055647514,0.09067515926418272,0.15372517456988796,0.3047408291047482,0.07815450974875593,0.15372517456988796,0.21054993978110337,0.1852508189072739,0.15372517456988796,0.21582853701317573,0.17860608207148013,0.15372517456988796,0.18933021574969472,0.09587227712215993,0.15372517456988796,0.25556024878946526,0.032190149740139264,0.15372517456988796,0.2656396876560818,0.09720162885657826,0.5,0.15372517456988796,0.07576525737854212,0.07561690135241485,0.0,0.08035298914070364,0.3623027715148147 -2291,0.5,0.15372517456988796,0.384290680562897,0.21405614273445994,0.15372517456988796,0.27383582970955833,0.1860416765573063,0.15372517456988796,0.4752760553864994,0.08885463386280582,0.15372517456988796,0.3725343564352893,0.23502630392237397,0.15372517456988796,0.23712574505200748,0.20363020362576525,0.15372517456988796,0.3639193774124335,0.24180686101199406,0.15372517456988796,0.37727316379615555,0.24015567030911325,0.15372517456988796,0.2538493108425644,0.12464639519369958,0.5,0.15372517456988796,0.49606358439880416,0.04191901504460894,0.15372517456988796,0.3831635172482677,0.037586734437992604,0.5,0.15372517456988796,0.5788366877042153,0.11209423853423624,0.15372517456988796,0.4026498236721248,0.10024448728704362,0.15372517456988796,0.3170890707685327,0.2241472892834602,0.15372517456988796,0.18263336354649282,0.17631664953697512,0.15372517456988796,0.29354084009361026,0.13476995154003218,0.15372517456988796,0.34686884267498974,0.06447500654671838,0.15372517456988796,0.3820286901744277,0.11806060868175866,0.5,0.15372517456988796,0.11645922756939583,0.07953135923654987,0.0,0.09224860198319847,0.3564567895118947 -2292,0.5,0.15372517456988796,0.3983467497153884,0.22566118914950148,0.15372517456988796,0.40085648146858666,0.20975898879459529,0.15372517456988796,0.468735369335338,0.07555292648791562,0.15372517456988796,0.46504234965280555,0.2464220252716833,0.15372517456988796,0.22695071093640673,0.27525771009643646,0.15372517456988796,0.3731563991209214,0.3032230036381399,0.15372517456988796,0.46908853739208234,0.2840873956079873,0.15372517456988796,0.32707777405642935,0.1479433175159669,0.5,0.15372517456988796,0.5883555225790532,0.07354847876381056,0.15372517456988796,0.4721102138821797,0.05069565997607401,0.5,0.15372517456988796,0.6500713470072386,0.10235953645805164,0.15372517456988796,0.44682747254068533,0.10149449899979279,0.15372517456988796,0.3906167230026104,0.27983156224839467,0.15372517456988796,0.15873832728319107,0.19541803863058402,0.15372517456988796,0.39564784824302923,0.1651357568277452,0.15372517456988796,0.45745319861625117,0.10164236214822336,0.15372517456988796,0.4465746445738316,0.11868341768840802,0.5,0.15372517456988796,0.1933887510820475,0.09844346678976483,0.0,0.10333102637477867,0.3358379206541872 -2293,0.5,0.15372517456988796,0.4452918329677509,0.23525128012828347,0.15372517456988796,0.4436255596408497,0.2805468400140176,0.15372517456988796,0.5015992084356545,0.08048721495925089,0.15372517456988796,0.43226918664918024,0.18594080165818952,0.15372517456988796,0.27897715750564755,0.43780848849250387,0.15372517456988796,0.35393431556156807,0.37442727828051037,0.15372517456988796,0.4978364687463218,0.32787924093577314,0.15372517456988796,0.3612613368538587,0.16808179800263895,0.5,0.15372517456988796,0.5966548023302436,0.08438689508434291,0.15372517456988796,0.5109247212933948,0.0579164032864992,0.5,0.15372517456988796,0.6564801824255113,0.0815903776350734,0.15372517456988796,0.4936964308970243,0.08397051027911542,0.15372517456988796,0.3465282279639988,0.37684025825863265,0.15372517456988796,0.18909411728415407,0.2731893615863844,0.15372517456988796,0.4139756986172802,0.1835788911401392,0.15372517456988796,0.5429892695404421,0.13088397192393764,0.15372517456988796,0.5102018480793744,0.10115287749319184,0.5,0.15372517456988796,0.22524043439326702,0.11983178607812978,0.0,0.10555627802439219,0.3325728540808053 -2294,0.5,0.15372517456988796,0.4482464890844485,0.23188882819550996,0.15372517456988796,0.3251143672649034,0.4936019530310073,0.15372517456988796,0.5008016372662278,0.08642234845401336,0.15372517456988796,0.4624038415447175,0.13756600635899913,0.15372517456988796,0.24139218441808913,0.37431202924088564,0.15372517456988796,0.2640130004502912,0.3663533396606662,0.15372517456988796,0.3791722208370265,0.33840885887888345,0.15372517456988796,0.37002959910317246,0.20136323866584238,0.5,0.15372517456988796,0.5758142412833436,0.08418447905452676,0.15372517456988796,0.44977941704814933,0.04602137561539148,0.5,0.15372517456988796,0.6196890381425255,0.04795882182541527,0.15372517456988796,0.47046551903016315,0.05503689139704857,0.15372517456988796,0.18827208296365194,0.34423181499336897,0.15372517456988796,0.2218125158294409,0.3227405315171364,0.15372517456988796,0.3624563160836497,0.17652371600664207,0.15372517456988796,0.4948774317418654,0.14560376669717526,0.15372517456988796,0.533219642764639,0.06914698723961883,0.5,0.15372517456988796,0.26208656124131907,0.1141837758680032,0.0,0.0845338004101222,0.33570014450815266 -2295,0.5,0.15372517456988796,0.435218740258484,0.20647099227446541,0.15372517456988796,0.07258293204710196,0.21137899435053625,0.15372517456988796,0.43450457626061917,0.07895166186177299,0.15372517456988796,0.4695810812155138,0.09913345212934888,0.15372517456988796,0.27326833687989593,0.48318853046663574,0.15372517456988796,0.2614885255371159,0.3952626818251279,0.15372517456988796,0.3201159419357964,0.3345627273939633,0.15372517456988796,0.33295533897903745,0.2295831534034023,0.5,0.15372517456988796,0.5341868310281624,0.08918363000663385,0.15372517456988796,0.3516897157927082,0.025632814635384107,0.5,0.15372517456988796,0.5455716764548777,0.023662972730349386,0.15372517456988796,0.4001800419431914,0.03218958661054231,0.15372517456988796,0.09216279846528018,0.2888192154764694,0.15372517456988796,0.151078645461574,0.2956104067103962,0.15372517456988796,0.3345313026112188,0.19770365424890946,0.15372517456988796,0.41119354430811234,0.15095209260497527,0.15372517456988796,0.48135930755622336,0.045352665145039786,0.5,0.15372517456988796,0.20319565452080168,0.0797526564669226,0.0,0.07527498001187491,0.334624617514036 -2296,0.5,0.15372517456988796,0.31480480154227475,0.16078923609451734,0.15372517456988796,0.06650878110183994,0.18208451655792987,0.15372517456988796,0.3223300311647007,0.05289762395703768,0.15372517456988796,0.36659674102445877,0.07574681393841158,0.15372517456988796,0.20033692211802556,0.3386972909790905,0.15372517456988796,0.22452893529680104,0.2500121131436475,0.15372517456988796,0.2442105752382024,0.3147364987163403,0.15372517456988796,0.2734416397165449,0.20528547680011444,0.5,0.15372517456988796,0.4255688232673953,0.08849479479285376,0.15372517456988796,0.26631104922799337,0.01410145328607092,0.5,0.15372517456988796,0.4444338612459817,0.013379157182597436,0.15372517456988796,0.3297179708365361,0.018190699586596668,0.15372517456988796,0.06694944893830503,0.19764368433852894,0.15372517456988796,0.17062742933841019,0.24793751974638134,0.15372517456988796,0.2348230613884845,0.19412209649928286,0.15372517456988796,0.31562048151259775,0.13546012840638827,0.15372517456988796,0.4029713083634956,0.030542841563170248,0.5,0.15372517456988796,0.1796223063980509,0.054999262844290506,0.0,0.0753302000154587,0.3383297248795128 -2297,0.5,0.15372517456988796,0.17895830364454404,0.09281123800371854,0.15372517456988796,0.06817552605599947,0.0596061860060657,0.15372517456988796,0.21879862099563813,0.03746305500333828,0.15372517456988796,0.23825548048265463,0.044125973153437116,0.15372517456988796,0.18087165313207104,0.22816143665781138,0.15372517456988796,0.2177065873385413,0.1550123688328802,0.15372517456988796,0.16622703278483442,0.19513924311353245,0.15372517456988796,0.19739019718532536,0.14525253755345027,0.5,0.15372517456988796,0.29862730565521534,0.0772020686900669,0.15372517456988796,0.18162774581760713,0.0066002947155150305,0.5,0.15372517456988796,0.31633578719098066,0.006784910428956603,0.15372517456988796,0.2194093430349241,0.008085142507135493,0.15372517456988796,0.06254527546838258,0.12835585071297123,0.15372517456988796,0.1471290630021305,0.1541565016543334,0.15372517456988796,0.17057519988141295,0.14648798563579746,0.15372517456988796,0.1878125830226159,0.07761572909855742,0.15372517456988796,0.2746078623704874,0.01474262830868408,0.5,0.15372517456988796,0.11599021706849627,0.03203442077306908,0.0,0.03521957122799694,0.3513946937255105 -2298,0.5,0.15372517456988796,0.0553182325798253,0.03939302278957845,0.15372517456988796,0.02244497697469767,0.02628678451268011,0.15372517456988796,0.09126540321291161,0.007660982585597038,0.15372517456988796,0.07598039324699044,0.0045938975098692245,0.15372517456988796,0.12693837770281885,0.09399526379315683,0.15372517456988796,0.16087814253036067,0.07473017112373762,0.15372517456988796,0.11343981950323097,0.05931816557704369,0.15372517456988796,0.12965790301793578,0.061236261698679184,0.5,0.15372517456988796,0.15839554416354606,0.026974000922324284,0.15372517456988796,0.0674622914808689,0.001353646239705064,0.5,0.15372517456988796,0.11895514634672424,0.0014100107504003735,0.15372517456988796,0.09160276012070762,0.0018419231485225767,0.15372517456988796,0.04235308614524957,0.0771032720632204,0.15372517456988796,0.09440717747119404,0.07431998867737348,0.15372517456988796,0.07047155502191711,0.056207819827600654,0.15372517456988796,0.0857535146072588,0.028986065536582343,0.15372517456988796,0.09508687109046338,0.002519119001000216,0.5,0.15372517456988796,0.04940738307730924,0.008117016805447155,0.0,0.019425799773217407,0.38639558665312557 -2299,0.5,0.15372517456988796,3.0569584801261966e-05,0.034426493128126706,0.15372517456988796,9.865536528984603e-05,0.037074686099840735,0.15372517456988796,0.0,0.00692949897927409,0.15372517456988796,0.0,0.003120354033411488,0.15372517456988796,0.0,0.07201874406971762,0.15372517456988796,0.0,0.07077462923915068,0.15372517456988796,0.0,0.03754576085375759,0.15372517456988796,0.0,0.046029031033292214,0.5,0.15372517456988796,0.0,0.025131884792294473,0.15372517456988796,0.0,0.0008215530084589757,0.5,0.15372517456988796,0.0,0.000696526605361488,0.15372517456988796,0.0,0.002761953853239188,0.15372517456988796,5.409784172901876e-05,0.05116178692268926,0.15372517456988796,0.0,0.06877788920853159,0.15372517456988796,0.0,0.028255734182942607,0.15372517456988796,0.0,0.021139965436637667,0.15372517456988796,0.0,0.003083671767980336,0.5,0.15372517456988796,0.0,0.006355564750544489,0.0,0.033911194626812344,0.39200170231742715 -2300,0.5,0.15372517456988796,0.0,0.034166329319811346,0.15372517456988796,0.0,0.04431303100113547,0.15372517456988796,0.0,0.008633102231145644,0.15372517456988796,0.0,0.008140286911601874,0.15372517456988796,0.0,0.08208449276132343,0.15372517456988796,0.0,0.08953362157603492,0.15372517456988796,0.0,0.04980721052246012,0.15372517456988796,0.0,0.05848346503590239,0.5,0.15372517456988796,0.0,0.02506572725007404,0.15372517456988796,0.0,0.0007666039349921075,0.5,0.15372517456988796,0.0,0.0006428539834721956,0.15372517456988796,0.0,0.004978758722818744,0.15372517456988796,0.0,0.05254487070645034,0.15372517456988796,0.0,0.08674989197530053,0.15372517456988796,0.0,0.025980874817939953,0.15372517456988796,0.0,0.02075729573146199,0.15372517456988796,0.0,0.004524783924416244,0.5,0.15372517456988796,0.0,0.005185639040206921,0.0,0.05592621890128095,0.45008087708887407 -2301,0.5,0.15372517456988796,0.0,0.03726477468773192,0.15372517456988796,0.0,0.056059079699408106,0.15372517456988796,0.0,0.012000946832322956,0.15372517456988796,0.0,0.015742380145566802,0.15372517456988796,0.0,0.09162803348173035,0.15372517456988796,0.0,0.1082777742150079,0.15372517456988796,0.0,0.0653546363253631,0.15372517456988796,0.0,0.06772498765033486,0.5,0.15372517456988796,0.0,0.021321223668212135,0.15372517456988796,0.0,0.0006150837126487756,0.5,0.15372517456988796,0.0,0.0008456586715208835,0.15372517456988796,0.0,0.007772898294134133,0.15372517456988796,0.0,0.06718482629332388,0.15372517456988796,0.0,0.10744653063956083,0.15372517456988796,0.0,0.031820382383177415,0.15372517456988796,0.0,0.02486030882868937,0.15372517456988796,0.0,0.005044349598586723,0.5,0.15372517456988796,0.0,0.003721961449787051,0.0,0.05453342343387025,0.4432702106597952 -2302,0.5,0.15372517456988796,0.0,0.04201230917971131,0.15372517456988796,0.0,0.06871408390430601,0.15372517456988796,0.0,0.018110058766418802,0.15372517456988796,0.0,0.02726956949233982,0.15372517456988796,0.0,0.10719699741371447,0.15372517456988796,0.0,0.144478648882796,0.15372517456988796,0.0,0.08572309656837036,0.15372517456988796,0.0,0.07631353752575762,0.5,0.15372517456988796,0.0,0.01831872093774997,0.15372517456988796,0.0,0.00043737776911429804,0.5,0.15372517456988796,0.0,0.0011943678698003626,0.15372517456988796,0.0,0.01073930248723293,0.15372517456988796,0.0,0.09331346629605511,0.15372517456988796,0.0,0.12453120315851507,0.15372517456988796,0.0,0.0427712442676936,0.15372517456988796,0.0,0.029866790895195533,0.15372517456988796,0.0,0.006271790428718637,0.5,0.15372517456988796,0.0,0.0029972905807209137,0.0,0.06033352562746712,0.4967781785429476 -2303,0.5,0.15372517456988796,0.0,0.048900695725638765,0.15372517456988796,0.0,0.07620695257908662,0.15372517456988796,0.0,0.02808227998616719,0.15372517456988796,0.0,0.0391088197373264,0.15372517456988796,0.0,0.1385722994743531,0.15372517456988796,0.0,0.18249254339806986,0.15372517456988796,0.0,0.11607859721316133,0.15372517456988796,0.0,0.08685334056247326,0.5,0.15372517456988796,0.0,0.016079306538521205,0.15372517456988796,0.0,0.0007299581322264403,0.5,0.15372517456988796,0.0,0.0014382853897946693,0.15372517456988796,0.0,0.011636753615248454,0.15372517456988796,0.0,0.12240857667584247,0.15372517456988796,0.0,0.16001420910131128,0.15372517456988796,0.0,0.056485815310886936,0.15372517456988796,0.0,0.0378089763190074,0.15372517456988796,0.0,0.00710200571537333,0.5,0.15372517456988796,0.0,0.002567088910495983,0.0,0.07573271858107798,0.6377775792137927 -2304,0.5,0.15372517456988796,0.0,0.05362755725001583,0.15372517456988796,0.0,0.08470304191735224,0.15372517456988796,0.0,0.04201521793364642,0.15372517456988796,0.0,0.05028801838622463,0.15372517456988796,0.0,0.1770098900570664,0.15372517456988796,0.0,0.19397726013824568,0.15372517456988796,0.0,0.14854918289734698,0.15372517456988796,0.0,0.09069945012970256,0.5,0.15372517456988796,0.0,0.016264164363451968,0.15372517456988796,0.0,0.001226008943837129,0.5,0.15372517456988796,0.0,0.0016070582072453055,0.15372517456988796,0.0,0.010632063223789769,0.15372517456988796,0.0,0.15992491178564708,0.15372517456988796,0.0,0.20691529149567256,0.15372517456988796,0.0,0.07261866411186885,0.15372517456988796,0.0,0.044762969032970654,0.15372517456988796,0.0,0.0069829082250227005,0.5,0.15372517456988796,0.0,0.0019170323938125958,0.0,0.08584754556430034,0.6965186977558646 -2305,0.5,0.15372517456988796,0.0,0.05910294856606899,0.15372517456988796,0.0,0.09944905051997048,0.15372517456988796,0.0,0.05272559488801689,0.15372517456988796,0.0,0.061113889970408064,0.15372517456988796,0.0,0.2348523541903831,0.15372517456988796,0.0,0.18921580826457274,0.15372517456988796,0.0,0.16575225655171347,0.15372517456988796,0.0,0.08266719485374768,0.5,0.15372517456988796,0.0,0.01828116135820243,0.15372517456988796,0.0,0.002465398776763192,0.5,0.15372517456988796,0.0,0.0019632108083490712,0.15372517456988796,0.0,0.010426674688219431,0.15372517456988796,0.0,0.21832761199816586,0.15372517456988796,0.0,0.258675865982415,0.15372517456988796,0.0,0.08755530334602009,0.15372517456988796,0.0,0.04983145876311887,0.15372517456988796,0.0,0.007271668919632866,0.5,0.15372517456988796,0.0,0.0013753931982326039,0.0,0.08547432503349514,0.7105355231605706 -2306,0.5,0.15372517456988796,0.0,0.06398632573830607,0.15372517456988796,0.0,0.1259615438693953,0.15372517456988796,0.0,0.0663664921543571,0.15372517456988796,0.0,0.06800547312732637,0.15372517456988796,0.0,0.28309909893234647,0.15372517456988796,0.0,0.1900775670981391,0.15372517456988796,0.0,0.17433851820780027,0.15372517456988796,0.0,0.07512819079584154,0.5,0.15372517456988796,0.0,0.021404098954062735,0.15372517456988796,0.0,0.0034051244865966504,0.5,0.15372517456988796,0.0,0.00306419528533127,0.15372517456988796,0.0,0.009467761874976445,0.15372517456988796,0.0,0.32107719167247134,0.15372517456988796,0.0,0.30199954114951477,0.15372517456988796,0.0,0.11429525274299857,0.15372517456988796,0.0,0.05518213387141528,0.15372517456988796,0.0,0.008619971366297864,0.5,0.15372517456988796,0.0,0.0010961503519528251,0.0,0.07935700926853687,0.7312649954147987 -2307,0.5,0.15372517456988796,0.0,0.06600827736360594,0.15372517456988796,0.0,0.18909687828334648,0.15372517456988796,0.0,0.0827223589385257,0.15372517456988796,0.0,0.07350751467330936,0.15372517456988796,0.0,0.31778760779434106,0.15372517456988796,0.0,0.20384724423624775,0.15372517456988796,0.0,0.18509583862240805,0.15372517456988796,0.0,0.07070721166352772,0.5,0.15372517456988796,0.0,0.023281035148568326,0.15372517456988796,0.0,0.004857348532705709,0.5,0.15372517456988796,0.0,0.007743137735341036,0.15372517456988796,0.0,0.00982139227311407,0.15372517456988796,0.0,0.43616990038357106,0.15372517456988796,0.0,0.3211782658513299,0.15372517456988796,0.0,0.15279783669350477,0.15372517456988796,0.0,0.05650032211264808,0.15372517456988796,0.0,0.011433732559527654,0.5,0.15372517456988796,0.0,0.0012570481770641845,0.0,0.07415655929936185,0.5387147049434656 -2308,0.5,0.15372517456988796,0.0,0.06867614572508363,0.15372517456988796,0.0,0.2758727025401135,0.15372517456988796,0.0,0.09660298083790421,0.15372517456988796,0.0,0.07598204908062403,0.15372517456988796,0.0,0.3177657446994988,0.15372517456988796,0.0,0.2161962023859849,0.15372517456988796,0.0,0.18662538076805132,0.15372517456988796,0.0,0.06709034565945818,0.5,0.15372517456988796,0.0,0.023061538805371488,0.15372517456988796,0.0,0.007543948404211999,0.5,0.15372517456988796,0.0,0.011827336401960604,0.15372517456988796,0.0,0.011631729869037674,0.15372517456988796,0.0,0.44077464388802085,0.15372517456988796,0.0,0.3251843786223645,0.15372517456988796,0.0,0.1797686327251396,0.15372517456988796,0.0,0.056933937066110836,0.15372517456988796,0.0,0.014273680089624357,0.5,0.15372517456988796,0.0,0.001698776496758095,0.0,0.08217249308154259,0.4287488032271985 -2309,0.5,0.15372517456988796,0.0,0.07641419023585475,0.15372517456988796,0.0,0.268250291594172,0.15372517456988796,0.0,0.10285143210767538,0.15372517456988796,0.0,0.08459745897698374,0.15372517456988796,0.0,0.3062683705535019,0.15372517456988796,0.0,0.22039786621298707,0.15372517456988796,0.0,0.1796645570340328,0.15372517456988796,0.0,0.06629055445452423,0.5,0.15372517456988796,0.0,0.024906779861565552,0.15372517456988796,0.0,0.010102340047203043,0.5,0.15372517456988796,0.0,0.013311534326446257,0.15372517456988796,0.0,0.013827799440795452,0.15372517456988796,0.0,0.3716944474460304,0.15372517456988796,0.0,0.301960627966442,0.15372517456988796,0.0,0.18662168247494226,0.15372517456988796,0.0,0.05652785041461856,0.15372517456988796,0.0,0.015459910386679246,0.5,0.15372517456988796,0.0,0.0029274388215083796,0.0,0.1078459276486482,0.3116669812840051 -2310,0.5,0.15372517456988796,0.0,0.09004545213874851,0.15372517456988796,0.0,0.25672045289540146,0.15372517456988796,0.0,0.10052031120327887,0.15372517456988796,0.0,0.09158586181895324,0.15372517456988796,0.0,0.3161402284678426,0.15372517456988796,0.0,0.22111363724243183,0.15372517456988796,0.0,0.17872211775350555,0.15372517456988796,0.0,0.06836556721195404,0.5,0.15372517456988796,0.0,0.024005211082611486,0.15372517456988796,0.0,0.011922406857975108,0.5,0.15372517456988796,0.0,0.016156097760855147,0.15372517456988796,0.0,0.01489819501162714,0.15372517456988796,0.0,0.3177256901357184,0.15372517456988796,0.0,0.27549476618367674,0.15372517456988796,0.0,0.1882363248668697,0.15372517456988796,0.0,0.0593667216990765,0.15372517456988796,0.0,0.017222379273433796,0.5,0.15372517456988796,0.0,0.005432683478324917,0.0,0.15478090870230746,0.24560837845666164 -2311,0.5,0.15372517456988796,0.022447629019697733,0.09445264290263469,0.15372517456988796,0.0008054823886259055,0.2774891831355913,0.15372517456988796,0.032001597234628344,0.07565991530196926,0.15372517456988796,0.03410702071033564,0.07693485593180842,0.15372517456988796,0.0005627038517526183,0.3390966122422061,0.15372517456988796,0.0005218747343034714,0.21692037003206074,0.15372517456988796,0.005018948179444125,0.16739748707336904,0.15372517456988796,0.005767749279009671,0.0635385621932544,0.5,0.15372517456988796,0.012062796773405377,0.0221723736823311,0.15372517456988796,0.034717066227260875,0.014631653011132869,0.5,0.15372517456988796,0.024948655839074622,0.013473062681289612,0.15372517456988796,0.025978443532671213,0.014731172630127413,0.15372517456988796,0.0007028862458827197,0.2613369436590847,0.15372517456988796,0.0005190600028363366,0.2619642421518289,0.15372517456988796,0.007424018441029612,0.18283839106620406,0.15372517456988796,0.017361957663532213,0.059890940473359126,0.15372517456988796,0.03726478606927026,0.015045259291911344,0.5,0.15372517456988796,0.04681000335603823,0.005000502040557556,0.0,0.22081149591532,0.1614121717692076 -2312,0.5,0.15372517456988796,0.06109097709035513,0.11801360882934264,0.15372517456988796,0.0042471485750409585,0.2516008585517698,0.15372517456988796,0.1133990357428301,0.085087815558478,0.15372517456988796,0.13525131201956025,0.09029664395503953,0.15372517456988796,0.003808498259005931,0.36646106014137975,0.15372517456988796,0.005529509377951006,0.2114791078282499,0.15372517456988796,0.028387272822620116,0.16220265803937145,0.15372517456988796,0.056022290123673664,0.06268024493232896,0.5,0.15372517456988796,0.09522716373328974,0.02240519442615701,0.15372517456988796,0.16290773749522752,0.008905988116432523,0.5,0.15372517456988796,0.1383743871637788,0.007872762249823955,0.15372517456988796,0.1472602069965829,0.00778145332828754,0.15372517456988796,0.004205008489160108,0.23003166499824432,0.15372517456988796,0.004689135451601326,0.27601306846903834,0.15372517456988796,0.03918780634526735,0.18717026477921472,0.15372517456988796,0.08996688888057813,0.06758354111801332,0.15372517456988796,0.15893965380258518,0.012583228558851772,0.5,0.15372517456988796,0.18021052437270255,0.003901916487156756,0.0,0.24319057607003555,0.09446294028809825 -2313,0.5,0.15372517456988796,0.09553634201771478,0.15736720649435626,0.15372517456988796,0.03086018191207763,0.2502218568002672,0.15372517456988796,0.20361795619238823,0.16334190655717543,0.15372517456988796,0.2621030116936342,0.1657108809419538,0.15372517456988796,0.016416029876768094,0.3961716844274747,0.15372517456988796,0.017077069858976123,0.2061180842687198,0.15372517456988796,0.03659221688802497,0.15311388228147704,0.15372517456988796,0.1543659535989069,0.08065517046479106,0.5,0.15372517456988796,0.2099640302722474,0.03390220033647664,0.15372517456988796,0.31743331493755816,0.004570798335437825,0.5,0.15372517456988796,0.28102736707354936,0.011339986614907266,0.15372517456988796,0.29813459391422986,0.0077659671607183504,0.15372517456988796,0.014228771437359341,0.22845663049600134,0.15372517456988796,0.019520981221981145,0.2987362818095836,0.15372517456988796,0.055427990662972625,0.20718973411767405,0.15372517456988796,0.16182186713654123,0.10302722578081916,0.15372517456988796,0.30048185792116744,0.01922637470483831,0.5,0.15372517456988796,0.3342680783823456,0.006233338369379663,0.0,0.21299890624781298,0.11954151518453399 -2314,0.5,0.15372517456988796,0.13456093098605004,0.19589591349091423,0.15372517456988796,0.06532966612433927,0.3000651916980493,0.15372517456988796,0.28521017748392763,0.24356796337405057,0.15372517456988796,0.3781577219354666,0.23247765044446844,0.15372517456988796,0.04586262259795497,0.42904463116064623,0.15372517456988796,0.039830563350218534,0.19779528980712208,0.15372517456988796,0.08458405473239908,0.14073280618713488,0.15372517456988796,0.2715370242911464,0.15761379052298183,0.5,0.15372517456988796,0.32680157288250855,0.07538475956184976,0.15372517456988796,0.47569711872466913,0.007152359057212825,0.5,0.15372517456988796,0.42845617730861874,0.03109928084567626,0.15372517456988796,0.455384274627339,0.02411026906413309,0.15372517456988796,0.0275201987175002,0.2500477396870601,0.15372517456988796,0.04996121893021993,0.34061188546649246,0.15372517456988796,0.08094988479035481,0.25871813141153677,0.15372517456988796,0.18542729684153197,0.1387115517909995,0.15372517456988796,0.44279923277703326,0.04344237333585519,0.5,0.15372517456988796,0.48976704674298455,0.015043926049674505,0.0,0.2573729928647776,0.13404134137342233 -2315,0.5,0.15372517456988796,0.14945629732120597,0.24413096601830678,0.15372517456988796,0.13485624712813038,0.4233360997674092,0.15372517456988796,0.3320895596987263,0.30219368418456444,0.15372517456988796,0.46737754103457296,0.2737792667556696,0.15372517456988796,0.11301251318165173,0.4647409894991874,0.15372517456988796,0.10701302382766355,0.1810355652603547,0.15372517456988796,0.1405639128204377,0.13663666232628213,0.15372517456988796,0.4142507828530071,0.2443874397610285,0.5,0.15372517456988796,0.4641989740251261,0.12300877079536789,0.15372517456988796,0.6011172625896463,0.028846938275713205,0.5,0.15372517456988796,0.5462782906222956,0.05803708434815679,0.15372517456988796,0.5842726030211287,0.054085294770131395,0.15372517456988796,0.03768134606475797,0.27177870306301843,0.15372517456988796,0.09620237080922847,0.39399112033144124,0.15372517456988796,0.0901927846633297,0.3007189396136815,0.15372517456988796,0.2695363480612488,0.19024693394128825,0.15372517456988796,0.544027343201887,0.07576233681737166,0.5,0.15372517456988796,0.6100072891774123,0.029813198966123812,0.0,0.1880351245606969,0.15539636009981678 -2316,0.5,0.15372517456988796,0.17287392164492899,0.2792598022956769,0.15372517456988796,0.19315729774501933,0.5697143301163463,0.15372517456988796,0.38715107620013034,0.32898876658136317,0.15372517456988796,0.5167568805249385,0.2752345668733343,0.15372517456988796,0.19902307662568175,0.4713625340351918,0.15372517456988796,0.27454344474457915,0.18709676302189476,0.15372517456988796,0.22077351066144374,0.15399016871087576,0.15372517456988796,0.5219940222428028,0.3101022797291831,0.5,0.15372517456988796,0.5886958833224938,0.1887369736432456,0.15372517456988796,0.6716324881888025,0.047269717429898925,0.5,0.15372517456988796,0.6190092020371389,0.09290799460165153,0.15372517456988796,0.6605373658569986,0.10409501178216865,0.15372517456988796,0.04293211863665951,0.2851456863160093,0.15372517456988796,0.14927002134137196,0.41704707630724125,0.15372517456988796,0.136836145182232,0.3672186576694749,0.15372517456988796,0.39859147708554554,0.2608711614422773,0.15372517456988796,0.6010474849399783,0.09585490105272831,0.5,0.15372517456988796,0.6761768781085377,0.05739474308891345,0.0,0.15810853646768178,0.21044291111397884 -2317,0.5,0.15372517456988796,0.1752372834174283,0.3013782850619699,0.15372517456988796,0.23479691401190034,0.6271997605971572,0.15372517456988796,0.4356120676760611,0.3399549312002507,0.15372517456988796,0.5352640226797302,0.25822113549259745,0.15372517456988796,0.21312798230886879,0.39693770521621485,0.15372517456988796,0.42534391108439606,0.22404675864160079,0.15372517456988796,0.37369531046318444,0.20473672129016468,0.15372517456988796,0.5809116198117656,0.3601796796571538,0.5,0.15372517456988796,0.6318424416713126,0.22192710917348377,0.15372517456988796,0.6962732670842039,0.06403357375832243,0.5,0.15372517456988796,0.6557793313940679,0.11054496127254244,0.15372517456988796,0.6891552860596032,0.136713626778615,0.15372517456988796,0.048424588572241176,0.2390969256629874,0.15372517456988796,0.20713642251485467,0.37833102468517255,0.15372517456988796,0.16700599812990408,0.3297613803406529,0.15372517456988796,0.5431606246461802,0.3238390351756133,0.15372517456988796,0.638497892084876,0.12725405101345494,0.5,0.15372517456988796,0.6959126259834836,0.10246235678984905,0.0,0.1820618056589355,0.266048396178306 -2318,0.5,0.15372517456988796,0.19065417212491167,0.3327710395957316,0.15372517456988796,0.16372808344003958,0.42784535551617614,0.15372517456988796,0.46701779954476663,0.3054547501812026,0.15372517456988796,0.5228123280447126,0.2309802119759072,0.15372517456988796,0.19372848432697526,0.2858036567136726,0.15372517456988796,0.47171414150120117,0.2583321413567168,0.15372517456988796,0.5104553028031099,0.23828053611078398,0.15372517456988796,0.5715673166846561,0.38843109563693545,0.5,0.15372517456988796,0.6129587324102646,0.2232503084660833,0.15372517456988796,0.6825696883446377,0.07348767052004333,0.5,0.15372517456988796,0.6546634539342635,0.14209229690610786,0.15372517456988796,0.6771597956152453,0.14590318745116312,0.15372517456988796,0.05360822671864893,0.20308325033672672,0.15372517456988796,0.2133434091255504,0.3186496947006895,0.15372517456988796,0.20020663220398455,0.2306549980531691,0.15372517456988796,0.5818876569628799,0.3686945593227807,0.15372517456988796,0.6423467681134467,0.16557599259977163,0.5,0.15372517456988796,0.6706372692674598,0.179246605988863,0.0,0.21295497968620122,0.29726693117063435 -2319,0.5,0.15372517456988796,0.1801588989648665,0.3175905557807191,0.15372517456988796,0.2836272438421226,0.3459942789222553,0.15372517456988796,0.4563335743094006,0.2447695827057672,0.15372517456988796,0.4737460896614257,0.19140582741031006,0.15372517456988796,0.2633912365624691,0.2358832260072614,0.15372517456988796,0.4220126702264843,0.25250370174726305,0.15372517456988796,0.46741087298457407,0.264518706295051,0.15372517456988796,0.49628896387673754,0.4044674944658675,0.5,0.15372517456988796,0.5342633065214049,0.2268737222220523,0.15372517456988796,0.6144959934317626,0.0700620866557136,0.5,0.15372517456988796,0.5934537809667424,0.17216394631253468,0.15372517456988796,0.6122900390221915,0.12906707548315885,0.15372517456988796,0.05270454436046727,0.16632973557091352,0.15372517456988796,0.1839437074737471,0.2665000312842216,0.15372517456988796,0.27261027166448265,0.1602620288713521,0.15372517456988796,0.5348959721231693,0.3739444243692939,0.15372517456988796,0.5865097351041364,0.2023519891050005,0.5,0.15372517456988796,0.5948402926768576,0.25275159184135015,0.0,0.21700660499136035,0.33806655003695785 -2320,0.5,0.15372517456988796,0.15536572002609572,0.24730022608097682,0.15372517456988796,0.14548408882152675,0.1571998581329838,0.15372517456988796,0.3838539599796161,0.19147524967500928,0.15372517456988796,0.3832887085912049,0.14680979735778268,0.15372517456988796,0.2897172253498863,0.22201919419961627,0.15372517456988796,0.3038619539171032,0.1993127665445245,0.15372517456988796,0.34822266895509973,0.26962861764293083,0.15372517456988796,0.34369248422528687,0.3835368629218334,0.5,0.15372517456988796,0.4017650649200977,0.20678391109662425,0.15372517456988796,0.4879076009100027,0.05374993509487144,0.5,0.15372517456988796,0.4726858990477823,0.1756641917082506,0.15372517456988796,0.4888323864870272,0.11339849704503129,0.15372517456988796,0.05071100512169528,0.11350739201383835,0.15372517456988796,0.16521614152122371,0.1902913235151329,0.15372517456988796,0.2672763213972251,0.11944920630287553,0.15372517456988796,0.41108149939580335,0.3574522043194592,0.15372517456988796,0.4673140360187916,0.2041749529087883,0.5,0.15372517456988796,0.4662780374535296,0.269361939095944,0.0,0.18598420175767383,0.365993834454985 -2321,0.5,0.15372517456988796,0.11835608388424271,0.14628624750240285,0.15372517456988796,0.11349166906444186,0.11649906105816993,0.15372517456988796,0.27654373741387184,0.13102912221585528,0.15372517456988796,0.26573381125581386,0.06455109705481332,0.15372517456988796,0.1842938393792793,0.10099545564186291,0.15372517456988796,0.1825118771905398,0.14916928849960837,0.15372517456988796,0.20961301799372264,0.21543017381321264,0.15372517456988796,0.17823180735210664,0.2843400199090126,0.5,0.15372517456988796,0.24582757917520356,0.15130538341429178,0.15372517456988796,0.33207613911402206,0.03592161172067103,0.5,0.15372517456988796,0.3189443594960615,0.16055135778034876,0.15372517456988796,0.3308438824083773,0.09111408991454731,0.15372517456988796,0.06511318799012279,0.08744036011354282,0.15372517456988796,0.1396266962878853,0.17092000788000383,0.15372517456988796,0.19507775863916632,0.07298781342058447,0.15372517456988796,0.2580419249434911,0.2703183864828399,0.15372517456988796,0.31908793388830675,0.1643253002868858,0.5,0.15372517456988796,0.3144432187096227,0.1872455046779089,0.0,0.1445844635387318,0.34624216495004334 -2322,0.5,0.15372517456988796,0.057537000216059765,0.07376402529455146,0.15372517456988796,0.045556006670762275,0.0951228441724151,0.15372517456988796,0.11135664893428748,0.042393578206494066,0.15372517456988796,0.07812051749792091,0.016384382325755825,0.15372517456988796,0.07939029247743126,0.05249657020373264,0.15372517456988796,0.06614054138038813,0.15274316185675396,0.15372517456988796,0.09472274084139763,0.15566996303648892,0.15372517456988796,0.07202736598447725,0.14107475046353313,0.5,0.15372517456988796,0.10066643261638447,0.06102700214811825,0.15372517456988796,0.11377369241553281,0.012357054977261053,0.5,0.15372517456988796,0.13384468408324524,0.06656367599972576,0.15372517456988796,0.13965192078922956,0.03218154455923381,0.15372517456988796,0.0325065846249512,0.06594440196840089,0.15372517456988796,0.06408346940961655,0.14278676602820045,0.15372517456988796,0.08098163527724923,0.04327607250706504,0.15372517456988796,0.09845152340351217,0.12487353132992213,0.15372517456988796,0.10359152254591766,0.07049572863629812,0.5,0.15372517456988796,0.08781364591298232,0.06714725156628111,0.0,0.11493138334047327,0.3473530865326241 -2323,0.5,0.15372517456988796,1.8260248391007806e-05,0.05455469965120518,0.15372517456988796,0.0,0.0785286350369719,0.15372517456988796,0.0,0.05113478893169745,0.15372517456988796,0.0,0.01749738365452334,0.15372517456988796,0.0,0.07899439739607281,0.15372517456988796,0.0,0.18030474073225494,0.15372517456988796,0.0,0.1748781011840703,0.15372517456988796,0.0,0.0918193383990967,0.5,0.15372517456988796,0.0,0.05144201959220558,0.15372517456988796,0.0,0.01102602794106116,0.5,0.15372517456988796,0.0,0.08132927268709275,0.15372517456988796,0.0,0.04494962325333312,0.15372517456988796,0.0,0.08624607028131728,0.15372517456988796,0.0,0.11993125724004151,0.15372517456988796,2.7268748431248055e-05,0.064071578716967,0.15372517456988796,0.0,0.10365920340904863,0.15372517456988796,0.0,0.08266514513979517,0.5,0.15372517456988796,0.0,0.06273215747182431,0.0,0.07794659328504262,0.4029313059551224 -2324,0.5,0.15372517456988796,0.0,0.04364969118890936,0.15372517456988796,0.0,0.06908404772483638,0.15372517456988796,0.0,0.06531344849222667,0.15372517456988796,0.0,0.031165851938665137,0.15372517456988796,0.0,0.14760421336662305,0.15372517456988796,0.0,0.10707053889981566,0.15372517456988796,0.0,0.2026737124141429,0.15372517456988796,0.0,0.08972183681069798,0.5,0.15372517456988796,0.0,0.05541116716147049,0.15372517456988796,0.0,0.013220589741999635,0.5,0.15372517456988796,0.0,0.1007750395350522,0.15372517456988796,0.0,0.06070024791195596,0.15372517456988796,0.0,0.11722083364653701,0.15372517456988796,0.0,0.12256227907865103,0.15372517456988796,0.0,0.09924140335358106,0.15372517456988796,0.0,0.09419080370004557,0.15372517456988796,0.0,0.09476754068108882,0.5,0.15372517456988796,0.0,0.04987879159960179,0.0,0.054004261684805065,0.49362242474709966 -2325,0.5,0.15372517456988796,0.0,0.03828658634515794,0.15372517456988796,0.0,0.06897167217416912,0.15372517456988796,0.0,0.07816441013526698,0.15372517456988796,0.0,0.05062927441315525,0.15372517456988796,0.0,0.1632553586776272,0.15372517456988796,0.0,0.06435245154077464,0.15372517456988796,0.0,0.1955241895609355,0.15372517456988796,0.0,0.08574874843689229,0.5,0.15372517456988796,0.0,0.07171203409252665,0.15372517456988796,0.0,0.03683271822371338,0.5,0.15372517456988796,0.0,0.10529971929149112,0.15372517456988796,0.0,0.07154328749062323,0.15372517456988796,0.0,0.12434799273098301,0.15372517456988796,0.0,0.18217282666558096,0.15372517456988796,0.0,0.1301192302628174,0.15372517456988796,0.0,0.08091346697865556,0.15372517456988796,0.0,0.09741926145042788,0.5,0.15372517456988796,0.0,0.040034111042750634,0.0,0.04136945151813693,0.5451823148257691 -2326,0.5,0.15372517456988796,0.0,0.04076406554631269,0.15372517456988796,0.0,0.0935063825784484,0.15372517456988796,0.0,0.09244842930401884,0.15372517456988796,0.0,0.07087683696408129,0.15372517456988796,0.0,0.1443608522017821,0.15372517456988796,0.0,0.06573530358410318,0.15372517456988796,0.0,0.18793516328995302,0.15372517456988796,0.0,0.0992715043017515,0.5,0.15372517456988796,0.0,0.0965826419584639,0.15372517456988796,0.0,0.06758588534733836,0.5,0.15372517456988796,0.0,0.09654175889640386,0.15372517456988796,0.0,0.08294749928104647,0.15372517456988796,0.0,0.14559984814156388,0.15372517456988796,0.0,0.27876088736957755,0.15372517456988796,0.0,0.14929698358626042,0.15372517456988796,0.0,0.07596828102430253,0.15372517456988796,0.0,0.08976973371847304,0.5,0.15372517456988796,0.0,0.03452264490515766,0.0,0.03232521597725693,0.6269582614294504 -2327,0.5,0.15372517456988796,0.0,0.05020190395625805,0.15372517456988796,0.0,0.1689801470620737,0.15372517456988796,0.0,0.10674211891782605,0.15372517456988796,0.0,0.08468105746760543,0.15372517456988796,0.0,0.1452163401340603,0.15372517456988796,0.0,0.09660052727514523,0.15372517456988796,0.0,0.17535094960145628,0.15372517456988796,0.0,0.10623217686990072,0.5,0.15372517456988796,0.0,0.12755096940701757,0.15372517456988796,0.0,0.07480063174315082,0.5,0.15372517456988796,0.0,0.10429023008563663,0.15372517456988796,0.0,0.10905951609592003,0.15372517456988796,0.0,0.20938734441522366,0.15372517456988796,0.0,0.2820871754544846,0.15372517456988796,0.0,0.16228666663453176,0.15372517456988796,0.0,0.08383412309453629,0.15372517456988796,0.0,0.08992080006536582,0.5,0.15372517456988796,0.0,0.03332759520919616,0.0,0.029523295411938003,0.741157327981499 -2328,0.5,0.15372517456988796,0.0,0.061536868606664144,0.15372517456988796,0.0,0.21333631497182293,0.15372517456988796,0.0,0.12662345626001098,0.15372517456988796,0.0,0.09972720230710794,0.15372517456988796,0.0,0.19122142182256352,0.15372517456988796,0.0,0.16542607058131165,0.15372517456988796,0.0,0.16250121021508115,0.15372517456988796,0.0,0.14513898156954175,0.5,0.15372517456988796,0.0,0.15433874989539648,0.15372517456988796,0.0,0.11045838679231736,0.5,0.15372517456988796,0.0,0.11219932501022713,0.15372517456988796,0.0,0.12366578061306488,0.15372517456988796,0.0,0.3190022311926272,0.15372517456988796,0.0,0.26386806628972015,0.15372517456988796,0.0,0.13408786871557787,0.15372517456988796,0.0,0.08860100492343709,0.15372517456988796,0.0,0.09069524131270963,0.5,0.15372517456988796,0.0,0.03973097043147486,0.0,0.03744194842944759,0.7990300477744473 -2329,0.5,0.15372517456988796,0.0,0.07368449472610424,0.15372517456988796,0.0,0.13623484759206064,0.15372517456988796,0.0,0.1291321303541293,0.15372517456988796,0.0,0.11226518138196988,0.15372517456988796,0.0,0.28305773123560524,0.15372517456988796,0.0,0.29436755662525904,0.15372517456988796,0.0,0.17682946627351642,0.15372517456988796,0.0,0.23628765512159178,0.5,0.15372517456988796,0.0,0.17084630547771248,0.15372517456988796,0.0,0.09652915088444285,0.5,0.15372517456988796,0.0,0.16199220917868215,0.15372517456988796,0.0,0.13730107072162656,0.15372517456988796,0.0,0.39831340457910364,0.15372517456988796,0.0,0.28523407803540846,0.15372517456988796,0.0,0.11620626682626603,0.15372517456988796,0.0,0.11032323677886624,0.15372517456988796,0.0,0.10100234182473283,0.5,0.15372517456988796,0.0,0.04846192217681958,0.0,0.051608416732614903,0.8539909018179582 -2330,0.5,0.15372517456988796,0.0,0.07764501171381533,0.15372517456988796,0.0,0.11810570362094923,0.15372517456988796,0.0,0.11995300940363485,0.15372517456988796,0.0,0.12283020238853895,0.15372517456988796,0.0,0.3829653539239791,0.15372517456988796,0.0,0.5034063271553246,0.15372517456988796,0.0,0.24404430234098645,0.15372517456988796,0.0,0.3677407814354494,0.5,0.15372517456988796,0.0,0.218871331209306,0.15372517456988796,0.0,0.0896352130883784,0.5,0.15372517456988796,0.0,0.2390802268255545,0.15372517456988796,0.0,0.16091159655984177,0.15372517456988796,0.0,0.319777768368557,0.15372517456988796,0.0,0.35232077062752226,0.15372517456988796,0.0,0.13076233600541082,0.15372517456988796,0.0,0.1686928473699645,0.15372517456988796,0.0,0.1216481275120958,0.5,0.15372517456988796,0.0,0.06242581785049977,0.0,0.06662302754792059,0.8019917604707234 -2331,0.5,0.15372517456988796,0.0,0.07959002430336538,0.15372517456988796,0.0,0.15829890109949615,0.15372517456988796,0.0,0.13834456920532862,0.15372517456988796,0.0,0.13190510320874546,0.15372517456988796,0.0,0.5511424799571683,0.15372517456988796,0.0,0.7564864478629033,0.15372517456988796,0.0,0.3784815247513664,0.15372517456988796,0.0,0.4318148353065052,0.5,0.15372517456988796,0.0,0.3444490073565747,0.15372517456988796,0.0,0.11172521458045254,0.5,0.15372517456988796,0.0,0.2816465237668887,0.15372517456988796,0.0,0.16050452050034664,0.15372517456988796,0.0,0.2848443555583227,0.15372517456988796,0.0,0.3905657771614255,0.15372517456988796,0.0,0.16285953692016034,0.15372517456988796,0.0,0.20905322448711985,0.15372517456988796,0.0,0.13781577990200036,0.5,0.15372517456988796,0.0,0.07419761390330142,0.0,0.09513888686599027,0.929127858600357 -2332,0.5,0.15372517456988796,0.0,0.08667048154718592,0.15372517456988796,0.0,0.1867918964085741,0.15372517456988796,0.0,0.17054144666869545,0.15372517456988796,0.0,0.14709848264916373,0.15372517456988796,0.0,0.8344471465564322,0.15372517456988796,0.0,0.9253168265596611,0.15372517456988796,0.0,0.5333781213108485,0.15372517456988796,0.0,0.6130774345804053,0.5,0.15372517456988796,0.0,0.5297698051700311,0.15372517456988796,0.0,0.1265623521634543,0.5,0.15372517456988796,0.0,0.2687925217614305,0.15372517456988796,0.0,0.153050992856448,0.15372517456988796,0.0,0.3338977453589848,0.15372517456988796,0.0,0.5262034362391302,0.15372517456988796,0.0,0.22053022002644718,0.15372517456988796,0.0,0.25236413563276555,0.15372517456988796,0.0,0.13333816616428407,0.5,0.15372517456988796,0.0,0.07274260867129075,0.0,0.11455383610773111,0.9634818744490112 -2333,0.5,0.15372517456988796,0.0,0.10330818672146572,0.15372517456988796,0.0,0.2713267528132069,0.15372517456988796,0.0,0.1861851935023995,0.15372517456988796,0.0,0.16720025055943846,0.15372517456988796,0.0,0.9694353676888591,0.15372517456988796,0.0,0.9426416267524954,0.15372517456988796,0.0,0.6864859148286909,0.15372517456988796,0.0,0.6909811016158078,0.5,0.15372517456988796,0.0,0.6022434793049499,0.15372517456988796,0.0,0.1538404401055766,0.5,0.15372517456988796,0.0,0.31662451851352424,0.15372517456988796,0.0,0.17903557075881021,0.15372517456988796,0.0,0.3692026229718739,0.15372517456988796,0.0,0.7658207770160348,0.15372517456988796,0.0,0.34125972868895066,0.15372517456988796,0.0,0.3575552757674972,0.15372517456988796,0.0,0.15262232456926883,0.5,0.15372517456988796,0.0,0.07907784434149404,0.0,0.14263560059683233,0.9861588327666736 -2334,0.5,0.15372517456988796,0.0,0.129834439662377,0.15372517456988796,0.0,0.4272099292360429,0.15372517456988796,0.0,0.22106560798842695,0.15372517456988796,0.0,0.18479617995981307,0.15372517456988796,0.0,0.9560224730009989,0.15372517456988796,0.0,0.8313151682329899,0.15372517456988796,0.0,0.85783082134206,0.15372517456988796,0.0,0.7819236612293856,0.5,0.15372517456988796,0.0,0.6107813106050042,0.15372517456988796,0.0,0.1441059114101031,0.5,0.15372517456988796,0.0,0.4855747217766188,0.15372517456988796,0.0,0.2260241005369694,0.15372517456988796,0.0,0.5048717655058815,0.15372517456988796,0.0,0.9093177383914112,0.15372517456988796,0.0,0.5121453745009327,0.15372517456988796,0.0,0.4532412360648493,0.15372517456988796,0.0,0.2064631117156097,0.5,0.15372517456988796,0.0,0.09438375259828272,0.0,0.19878897024258718,0.980209291544596 -2335,0.5,0.15372517456988796,0.015356664233550978,0.15264534101634777,0.15372517456988796,0.0011371331330748556,0.9346091109143606,0.15372517456988796,0.02227143559298144,0.2938137706800059,0.15372517456988796,0.019837018196423493,0.19307189201803054,0.15372517456988796,0.004448924582526102,0.9396511349996353,0.15372517456988796,0.0019077053653559874,0.7797230334548372,0.15372517456988796,0.0004776716904859719,0.9780906364411757,0.15372517456988796,0.00045836994906495247,0.755585740942055,0.5,0.15372517456988796,0.0014948418550556526,0.6203089060877365,0.15372517456988796,0.0015408428032339374,0.14715365592204366,0.5,0.15372517456988796,0.00438667736494408,0.6534615803518108,0.15372517456988796,0.0047244853244168845,0.28542477378079456,0.15372517456988796,0.0003341660437175599,0.8267278470694923,0.15372517456988796,0.0033010761430869017,0.9525270728074169,0.15372517456988796,0.005871023329285846,0.6802856061561839,0.15372517456988796,0.009388818943306903,0.6509697512496685,0.15372517456988796,0.011100352635988438,0.3400036233120725,0.5,0.15372517456988796,0.024253718322973288,0.08064002682472869,0.0,0.2278994929623947,0.9824587286325587 -2336,0.5,0.15372517456988796,0.045931620937190776,0.2287277663344288,0.15372517456988796,0.002221895161400149,1.021739130434783,0.15372517456988796,0.11334443095734437,0.5444244035397311,0.15372517456988796,0.07095233146635646,0.25378520818386857,0.15372517456988796,0.02587120076173,0.8779717551307461,0.15372517456988796,0.02227554668116546,0.8175186593286514,0.15372517456988796,0.005842356855292764,0.9303878015088795,0.15372517456988796,0.00908015459943986,0.7589236929994397,0.5,0.15372517456988796,0.009089302765421076,0.699955645825346,0.15372517456988796,0.014062831559647736,0.16050048157226443,0.5,0.15372517456988796,0.01226201236837017,0.6947383018664056,0.15372517456988796,0.028679684923855385,0.359632272735735,0.15372517456988796,0.009778806495955122,0.9110614784028874,0.15372517456988796,0.02165698544940481,0.9367120175116052,0.15372517456988796,0.01552282397364527,0.9292291543144151,0.15372517456988796,0.010820192547828927,0.9319521437176066,0.15372517456988796,0.042887279058851535,0.4799411294423667,0.5,0.15372517456988796,0.05267512872014947,0.11336663922095983,0.0,0.2535269771967805,0.9766163320594952 -2337,0.5,0.15372517456988796,0.061158809550606166,0.3701156139271615,0.15372517456988796,0.03358652514537949,1.0167653199760145,0.15372517456988796,0.17594915088894267,0.8546377962745125,0.15372517456988796,0.1311040414033574,0.3858833428745321,0.15372517456988796,0.03500907214978702,0.8269949671749149,0.15372517456988796,0.04315083302433679,0.7897439330494881,0.15372517456988796,0.027703191726657587,0.9267261247672599,0.15372517456988796,0.029629917447530428,0.7430809135649505,0.5,0.15372517456988796,0.053143200859189,0.7686624651306607,0.15372517456988796,0.06388382822785701,0.20181474344005806,0.5,0.15372517456988796,0.008263815427368934,0.7232297840367484,0.15372517456988796,0.043007226776318457,0.4394276948719167,0.15372517456988796,0.03721566024732451,0.9852733478639073,0.15372517456988796,0.035602107786321294,0.8931012970334544,0.15372517456988796,0.024190626235939275,1.0088252429211402,0.15372517456988796,0.014008721828419696,0.9146590027567398,0.15372517456988796,0.057400629485975505,0.6294053959510036,0.5,0.15372517456988796,0.059802335008319926,0.14122036320206516,0.0,0.35529843072328354,0.8923864815322986 -2338,0.5,0.15372517456988796,0.041345878209118184,0.5610698852185121,0.15372517456988796,0.052602679818017875,0.9865128538108332,0.15372517456988796,0.1055594125424236,0.9908295553067845,0.15372517456988796,0.18698069564018666,0.5482804464273563,0.15372517456988796,0.06662631997126445,0.7565874328875067,0.15372517456988796,0.08905310946498621,0.6302519507899267,0.15372517456988796,0.0628579146050388,0.9366657469066687,0.15372517456988796,0.07361701689294627,0.7094641017951215,0.5,0.15372517456988796,0.16870980793038814,0.8443335497652236,0.15372517456988796,0.14006576542584404,0.29241455634335356,0.5,0.15372517456988796,0.015752104042294206,0.7361266415554997,0.15372517456988796,0.038532005758687246,0.48200349399689096,0.15372517456988796,0.04399335100671828,0.9515728023438361,0.15372517456988796,0.06590406323914738,0.8286313219945921,0.15372517456988796,0.054179217856507755,0.9797158942833115,0.15372517456988796,0.05225082480245019,0.9049134530113356,0.15372517456988796,0.06332991625380423,0.7116265645533711,0.5,0.15372517456988796,0.08043765470454559,0.3431159477077344,0.0,0.7669344706811779,0.6621389651074248 -2339,0.5,0.15372517456988796,0.042681583679559314,0.817747166376528,0.15372517456988796,0.08917712918271077,0.9679097545943454,0.15372517456988796,0.028565240600547027,0.9944988978569617,0.15372517456988796,0.17355752905094934,0.6773889454192114,0.15372517456988796,0.16758208619916076,0.7920829957624659,0.15372517456988796,0.19349551647390487,0.7678798887233566,0.15372517456988796,0.10885733490936716,0.8917020551226913,0.15372517456988796,0.17796192048148907,0.7575182690363055,0.5,0.15372517456988796,0.2511007783015304,0.8385647011934492,0.15372517456988796,0.15214409237088897,0.38523460762534184,0.5,0.15372517456988796,0.11972301070465509,0.7243194712077056,0.15372517456988796,0.037761530245825556,0.5142507755172535,0.15372517456988796,0.07079415181589285,0.9273595883523387,0.15372517456988796,0.10015854998751017,0.7246705898003989,0.15372517456988796,0.08797937932490643,0.9431420096171523,0.15372517456988796,0.10205431254035195,0.9224176433790932,0.15372517456988796,0.05910288274113099,0.7173212718067079,0.5,0.15372517456988796,0.15396659190492545,0.4287917800486553,0.0,1.0095718334985744,0.8177868528278862 -2340,0.5,0.15372517456988796,0.05972850104267956,0.9536452053302904,0.15372517456988796,0.15052337950617412,0.9638766768896124,0.15372517456988796,0.1034758307819694,0.9830088199049698,0.15372517456988796,0.07512011542728056,0.7989232366014303,0.15372517456988796,0.2326286937292879,0.8857496218903327,0.15372517456988796,0.2957949947988693,0.9703932847227688,0.15372517456988796,0.1914092719580327,0.8432614856198858,0.15372517456988796,0.35456062699006546,0.830238671525157,0.5,0.15372517456988796,0.33255549599798867,0.7806351310854045,0.15372517456988796,0.1380667883243759,0.5573611203139467,0.5,0.15372517456988796,0.27378332531574734,0.8455218597363204,0.15372517456988796,0.061380937788652674,0.6517358679136188,0.15372517456988796,0.12752678081046684,0.9126774506846427,0.15372517456988796,0.17139644860730746,0.789676675712923,0.15372517456988796,0.10465040951311265,0.8953532769428474,0.15372517456988796,0.1471369005254507,0.9192515199282868,0.15372517456988796,0.06281723669948633,0.7263548558305909,0.5,0.15372517456988796,0.19120455749025173,0.42449299338199853,0.0,1.0048793888160736,1.0095574775176557 -2341,0.5,0.15372517456988796,0.0850212274559378,0.9712789162932649,0.15372517456988796,0.16055120450736746,0.8632782280367386,0.15372517456988796,0.14321733986102958,0.9541580944521167,0.15372517456988796,0.07569562886931705,0.9425826266735976,0.15372517456988796,0.17562501560332167,0.9608020663717531,0.15372517456988796,0.257449088070548,1.0134395523457707,0.15372517456988796,0.24962522976900575,0.9150116856399424,0.15372517456988796,0.30979950226812114,0.9103906204770832,0.5,0.15372517456988796,0.3906055254001459,0.8043104532998261,0.15372517456988796,0.08990754028723863,0.6824102469142916,0.5,0.15372517456988796,0.42127331253389544,0.8311931857445403,0.15372517456988796,0.16040053101010288,0.6454106258991836,0.15372517456988796,0.20304294369583814,0.8532412216469849,0.15372517456988796,0.22538651146964905,0.8618756623537793,0.15372517456988796,0.15100114861163216,0.8288122863123831,0.15372517456988796,0.19820655273289264,0.8200464643124725,0.15372517456988796,0.06706804980632851,0.7792830454643646,0.5,0.15372517456988796,0.17919423748480473,0.47287133839046275,0.0,0.9949326957665867,1.0098834255872025 -2342,0.5,0.15372517456988796,0.10015964361478413,0.9224177736292684,0.15372517456988796,0.14591563373431696,0.6586191155971057,0.15372517456988796,0.1141142694886157,0.8880109906229844,0.15372517456988796,0.07645880802349878,0.9526969455958249,0.15372517456988796,0.14600079042785374,1.0157416379096973,0.15372517456988796,0.09430918397049724,1.0041394959079437,0.15372517456988796,0.2795559800583025,1.012750449468542,0.15372517456988796,0.18660938217570908,0.9569575312688353,0.5,0.15372517456988796,0.422850446276697,0.8826295946063074,0.15372517456988796,0.06284736711223124,0.581570135910981,0.5,0.15372517456988796,0.39774064564459344,0.7632416021916577,0.15372517456988796,0.33378040791598523,0.7353205748408533,0.15372517456988796,0.28305900183941574,0.857734184060827,0.15372517456988796,0.22083124698731676,0.950733790625227,0.15372517456988796,0.18013091010424065,0.8008472894024028,0.15372517456988796,0.2872929197627209,0.7680357078042818,0.15372517456988796,0.0914262148022926,0.7455425095472942,0.5,0.15372517456988796,0.07586221460282241,0.6068518354093154,0.0,0.9681353543102793,1.0113204541660847 -2343,0.5,0.15372517456988796,0.09625614069206637,0.8485287405723497,0.15372517456988796,0.32383625562108187,0.9294930575717932,0.15372517456988796,0.12235971984689299,0.8263474216253067,0.15372517456988796,0.1170687254260153,0.9293683031859996,0.15372517456988796,0.11211920180406537,1.0189044181471627,0.15372517456988796,0.10621700110747054,0.9796342712990342,0.15372517456988796,0.1136661427111462,1.0144821916641116,0.15372517456988796,0.11492495675192485,0.9609715923441243,0.5,0.15372517456988796,0.32036173042118543,0.9440656001075439,0.15372517456988796,0.11735602617499431,0.5598268157431139,0.5,0.15372517456988796,0.37904221275907113,0.5038000769223457,0.15372517456988796,0.4118606225134506,0.8009941890331769,0.15372517456988796,0.22269761219100026,0.9117764898491976,0.15372517456988796,0.14865269455045035,0.9844331749133531,0.15372517456988796,0.17204846373131316,0.8845719031721513,0.15372517456988796,0.30671963760098825,0.8830973033880977,0.15372517456988796,0.15195281590702264,0.6810552212536474,0.5,0.15372517456988796,0.04142240649610452,0.5990882773343683,0.0,0.923198952517414,1.0113012393685545 -2344,0.5,0.15372517456988796,0.08060578334756155,0.7109224809203287,0.15372517456988796,0.08273826454225156,1.0175978101180414,0.15372517456988796,0.10600395968038748,0.6940342707571425,0.15372517456988796,0.09833938098782055,0.8701012939375359,0.15372517456988796,0.09532229328848704,0.9848965035198967,0.15372517456988796,0.10158399957772209,0.8355269781779133,0.15372517456988796,0.07802892288172764,1.0043707327128053,0.15372517456988796,0.07910620866690386,0.9030603682340582,0.5,0.15372517456988796,0.15636938711801388,0.9333359835806558,0.15372517456988796,0.2118841854019734,0.49830904358865463,0.5,0.15372517456988796,0.29700332672240415,0.5925196314913934,0.15372517456988796,0.34524603930510084,0.756196932377118,0.15372517456988796,0.1450386111914188,0.9439650919455809,0.15372517456988796,0.09606304860409576,0.9848969798329859,0.15372517456988796,0.13443495891078172,1.00328947259746,0.15372517456988796,0.1371888196033348,0.9321998853716106,0.15372517456988796,0.1897417214187832,0.6367067258869166,0.5,0.15372517456988796,0.0495500666818224,0.5592940357380918,0.0,0.8581213590437576,1.0110148179977887 -2345,0.5,0.15372517456988796,0.08591070548087462,0.6327207932472337,0.15372517456988796,0.07271110762918954,1.009030226354817,0.15372517456988796,0.08485134829177254,0.7546266772209452,0.15372517456988796,0.051241664128809865,0.7046162680107465,0.15372517456988796,0.11362640055955364,0.9428469175478573,0.15372517456988796,0.14573735419835304,0.7679667523855623,0.15372517456988796,0.047945322894925986,0.9379356443021134,0.15372517456988796,0.07321138729538741,0.8488389459463397,0.5,0.15372517456988796,0.12259633438848275,0.8925964961289476,0.15372517456988796,0.19955098003233557,0.5169871567521183,0.5,0.15372517456988796,0.14291674849882982,0.6713317852872216,0.15372517456988796,0.18954978938988937,0.6336625543514797,0.15372517456988796,0.08918822801173981,0.982627607425424,0.15372517456988796,0.09108287033048734,0.9538432291952195,0.15372517456988796,0.05668413954362994,1.010042719164148,0.15372517456988796,0.052975542561941674,0.9702331416850078,0.15372517456988796,0.17670429985847036,0.5527907952631295,0.5,0.15372517456988796,0.05403209270986874,0.48818582516558096,0.0,0.6273228138926994,1.008796042747397 -2346,0.5,0.15372517456988796,0.041307895713194924,0.6178447474819019,0.15372517456988796,0.016545050787586058,0.9953200522416291,0.15372517456988796,0.035866634193787814,0.9116842894809387,0.15372517456988796,0.02003297503658441,0.5308315192555906,0.15372517456988796,0.14451501070816003,0.8788263697969766,0.15372517456988796,0.05597553295957686,0.7573113287160103,0.15372517456988796,0.06304814972898237,0.808392850239632,0.15372517456988796,0.049275758950975836,0.7657358948921886,0.5,0.15372517456988796,0.06630563007996974,0.789321036770928,0.15372517456988796,0.0627901965081819,0.3006443342076831,0.5,0.15372517456988796,0.07338707347622454,0.7482514384538875,0.15372517456988796,0.05301393300142872,0.5403470540872694,0.15372517456988796,0.02453267872424303,0.9700279980745345,0.15372517456988796,0.06211583307399435,0.9049186879080773,0.15372517456988796,0.02718425100695126,0.9877942077167121,0.15372517456988796,0.02835850024873388,0.955529750513952,0.15372517456988796,0.06891962994468115,0.46792326410305607,0.5,0.15372517456988796,0.025652830088531933,0.27854376733786274,0.0,0.49201359889507695,1.0015766866441034 -2347,0.5,0.15372517456988796,7.035111501085051e-06,0.6986574036690737,0.15372517456988796,0.0,0.9555142118130262,0.15372517456988796,4.700488762226903e-05,0.9403859899819709,0.15372517456988796,4.76041206926899e-05,0.5365203198631895,0.15372517456988796,0.0,0.8718436322930517,0.15372517456988796,0.0031477597396132482,0.734040515424182,0.15372517456988796,0.0,0.669892006886418,0.15372517456988796,0.002062460846473983,0.6215252100046091,0.5,0.15372517456988796,0.0,0.6362418353075555,0.15372517456988796,0.0,0.20281741434219686,0.5,0.15372517456988796,0.0,0.9339010160685348,0.15372517456988796,0.00018300418342065403,0.5976433003573723,0.15372517456988796,0.00013931019630546968,0.938559909234939,0.15372517456988796,0.0,0.8859608889687529,0.15372517456988796,1.484316073228052e-05,0.8842833598274826,0.15372517456988796,0.0,0.8221263589746529,0.15372517456988796,6.202388538428089e-05,0.48141377407166547,0.5,0.15372517456988796,0.0001355268843717943,0.141798133182077,0.0,0.9028031551793861,1.0090196779772749 -2348,0.5,0.15372517456988796,0.0,0.7898585360771847,0.15372517456988796,0.0,0.8370689556154958,0.15372517456988796,0.0,0.9586459108299371,0.15372517456988796,0.0,0.6977493454436762,0.15372517456988796,0.0,0.6074867801301438,0.15372517456988796,0.0,0.487286377560471,0.15372517456988796,0.0,0.545447565002006,0.15372517456988796,0.0,0.48383298760043897,0.5,0.15372517456988796,0.0,0.4498091797052103,0.15372517456988796,0.0,0.15562867320672263,0.5,0.15372517456988796,0.0,0.8868176794365741,0.15372517456988796,0.0,0.7898076257769393,0.15372517456988796,0.0,0.8563648015713566,0.15372517456988796,0.0,0.864646480985497,0.15372517456988796,0.0,0.707022146749524,0.15372517456988796,0.0,0.6641883632111247,0.15372517456988796,0.0,0.5770943494345152,0.5,0.15372517456988796,0.0,0.097032726331516,0.0,0.9928393490807857,1.008832048058543 -2349,0.5,0.15372517456988796,0.0,0.8617576826032218,0.15372517456988796,0.0,0.777782104544327,0.15372517456988796,0.0,0.8256782293569369,0.15372517456988796,0.0,0.8205076141025456,0.15372517456988796,0.0,0.5664781865244254,0.15372517456988796,0.0,0.3700658653613841,0.15372517456988796,0.0,0.4470397188511887,0.15372517456988796,0.0,0.3088708944101076,0.5,0.15372517456988796,0.0,0.26500723972614826,0.15372517456988796,0.0,0.14720554245733247,0.5,0.15372517456988796,0.0,0.7446247061504772,0.15372517456988796,0.0,0.7908935253617089,0.15372517456988796,0.0,0.7864130890086365,0.15372517456988796,0.0,0.8259466150326658,0.15372517456988796,0.0,0.5752062495830723,0.15372517456988796,0.0,0.496458800244047,0.15372517456988796,0.0,0.6438997021658871,0.5,0.15372517456988796,0.0,0.12396676732552213,0.0,1.0012197923015977,1.0092679934730084 -2350,0.5,0.15372517456988796,0.0,0.8072777547798812,0.15372517456988796,0.0,0.8940052515143779,0.15372517456988796,0.0,0.571135721308703,0.15372517456988796,0.0,0.793133060176677,0.15372517456988796,0.0,0.7202648985655148,0.15372517456988796,0.0,0.3751011056772704,0.15372517456988796,0.0,0.46015449235739225,0.15372517456988796,0.0,0.24541766894903616,0.5,0.15372517456988796,0.0,0.12032680104521656,0.15372517456988796,0.0,0.23793741412509345,0.5,0.15372517456988796,0.0,0.5482438270719208,0.15372517456988796,0.0,0.6379114786423736,0.15372517456988796,0.0,0.6965283957483339,0.15372517456988796,0.0,0.8356006722179491,0.15372517456988796,0.0,0.6589487274500907,0.15372517456988796,0.0,0.4374808967256095,0.15372517456988796,0.0,0.6596854417043696,0.5,0.15372517456988796,0.0,0.21410404101100936,0.0,0.9959562820492993,1.0095524756421685 -2351,0.5,0.15372517456988796,0.0,0.7271669382968516,0.15372517456988796,0.0,0.8700874659921967,0.15372517456988796,0.0,0.45510561659558824,0.15372517456988796,0.0,0.6826643732786809,0.15372517456988796,0.0,0.6784714583783514,0.15372517456988796,0.0,0.34351378572174307,0.15372517456988796,0.0,0.517510120897879,0.15372517456988796,0.0,0.23090663733290745,0.5,0.15372517456988796,0.0,0.06561334085134826,0.15372517456988796,0.0,0.4105693868709499,0.5,0.15372517456988796,0.0,0.4575347594648495,0.15372517456988796,0.0,0.4990148219464655,0.15372517456988796,0.0,0.6263039643570012,0.15372517456988796,0.0,0.8102124317415216,0.15372517456988796,0.0,0.7956391567776147,0.15372517456988796,0.0,0.4105552583729255,0.15372517456988796,0.0,0.5419766583660603,0.5,0.15372517456988796,0.0,0.42496851812749753,0.0,0.9538578648504399,1.0080991567981725 -2352,0.5,0.15372517456988796,0.0,0.6409817972247611,0.15372517456988796,0.0,0.8111010225077222,0.15372517456988796,0.0,0.5399829610053721,0.15372517456988796,0.0,0.4977717228029564,0.15372517456988796,0.0,0.5593246960745821,0.15372517456988796,0.0,0.18459132645396137,0.15372517456988796,0.0,0.6525609834992033,0.15372517456988796,0.0,0.19534935673689607,0.5,0.15372517456988796,0.0,0.06599301794828022,0.15372517456988796,0.0,0.4897975320347901,0.5,0.15372517456988796,0.0,0.31033366022941045,0.15372517456988796,0.0,0.3406634245685363,0.15372517456988796,0.0,0.7106754848834876,0.15372517456988796,0.0,0.8030207420108642,0.15372517456988796,0.0,0.8755226335919312,0.15372517456988796,0.0,0.4419831547465107,0.15372517456988796,0.0,0.4358020732448329,0.5,0.15372517456988796,0.0,0.5387065818884135,0.0,0.8765480687768937,0.9918713449332942 -2353,0.5,0.15372517456988796,0.0,0.636442818564254,0.15372517456988796,0.0,0.9380818190494352,0.15372517456988796,0.0,0.5989697696893024,0.15372517456988796,0.0,0.4235033881872818,0.15372517456988796,0.0,0.44580051148883654,0.15372517456988796,0.0,0.15694565471990357,0.15372517456988796,0.0,0.5686156434023792,0.15372517456988796,0.0,0.14584496386317297,0.5,0.15372517456988796,0.0,0.07221313615241273,0.15372517456988796,0.0,0.3616020896425598,0.5,0.15372517456988796,0.0,0.17284075690981282,0.15372517456988796,0.0,0.20635237485585337,0.15372517456988796,0.0,0.7408177508916254,0.15372517456988796,0.0,0.7910681716754985,0.15372517456988796,0.0,0.8760852365613134,0.15372517456988796,0.0,0.49527013472273995,0.15372517456988796,0.0,0.35342019760345084,0.5,0.15372517456988796,0.0,0.5883897641879605,0.0,0.8314388544420837,0.9509551317778083 -2354,0.5,0.15372517456988796,0.0,0.7034622467470576,0.15372517456988796,0.0,0.921236916528203,0.15372517456988796,0.0,0.6044796924777756,0.15372517456988796,0.0,0.4873556686795434,0.15372517456988796,0.0,0.40925048723836754,0.15372517456988796,0.0,0.24559511912882043,0.15372517456988796,0.0,0.42720913122905213,0.15372517456988796,0.0,0.11042971795953532,0.5,0.15372517456988796,0.0,0.07158525933574097,0.15372517456988796,0.0,0.22396089897039806,0.5,0.15372517456988796,0.0,0.15492296146605353,0.15372517456988796,0.0,0.11543936301031295,0.15372517456988796,0.0,0.7229351892977534,0.15372517456988796,0.0,0.712987565077963,0.15372517456988796,0.0,0.8749576496700868,0.15372517456988796,0.0,0.4659095404765887,0.15372517456988796,0.0,0.3318769734396169,0.5,0.15372517456988796,0.0,0.5310485085215458,0.0,0.9167023163935542,0.8812168774710636 -2355,0.5,0.15372517456988796,0.0,0.8003636646929693,0.15372517456988796,0.0,0.8660234739178534,0.15372517456988796,0.0,0.6212194775030696,0.15372517456988796,0.0,0.5656560568847788,0.15372517456988796,0.0,0.4112556408812545,0.15372517456988796,0.0,0.2487632600855512,0.15372517456988796,0.0,0.4123076836722304,0.15372517456988796,0.0,0.09576703611846168,0.5,0.15372517456988796,0.0,0.06449740216277398,0.15372517456988796,0.0,0.1478305781663669,0.5,0.15372517456988796,0.0,0.2172699635712933,0.15372517456988796,0.0,0.06674391466254634,0.15372517456988796,0.0,0.7393890632545019,0.15372517456988796,0.0,0.608464693378141,0.15372517456988796,0.0,0.8456928532969668,0.15372517456988796,0.0,0.3450967833730886,0.15372517456988796,0.0,0.371092531878722,0.5,0.15372517456988796,0.0,0.4250179805944037,0.0,0.8684001235062574,0.8059805760991687 -2356,0.5,0.15372517456988796,0.0,0.8463818666354362,0.15372517456988796,0.0,0.7158104012851929,0.15372517456988796,0.0,0.7378855130420744,0.15372517456988796,0.0,0.6517679712914238,0.15372517456988796,0.0,0.3998175870735042,0.15372517456988796,0.0,0.1893394896768687,0.15372517456988796,0.0,0.45437966094452686,0.15372517456988796,0.0,0.12654149907686998,0.5,0.15372517456988796,0.0,0.0538096288187755,0.15372517456988796,0.0,0.09596341308396066,0.5,0.15372517456988796,0.0,0.2762009483129959,0.15372517456988796,0.0,0.0545993913789887,0.15372517456988796,0.0,0.7576035963854593,0.15372517456988796,0.0,0.48314041777281164,0.15372517456988796,0.0,0.7681529228560721,0.15372517456988796,0.0,0.2404557266227144,0.15372517456988796,0.0,0.394162095084001,0.5,0.15372517456988796,0.0,0.3601288902455671,0.0,0.8074353534481128,0.7299228592727746 -2357,0.5,0.15372517456988796,0.0,0.8539089195122314,0.15372517456988796,0.0,0.6776292870372813,0.15372517456988796,0.0,0.7551839088946675,0.15372517456988796,0.0,0.7340205696505927,0.15372517456988796,0.0,0.35657798144773706,0.15372517456988796,0.0,0.20830550960586056,0.15372517456988796,0.0,0.4630307617820058,0.15372517456988796,0.0,0.19349625692058264,0.5,0.15372517456988796,0.0,0.04900094117399145,0.15372517456988796,0.0,0.06808242992813425,0.5,0.15372517456988796,0.0,0.23713392314791026,0.15372517456988796,0.0,0.056177558357103065,0.15372517456988796,0.0,0.7518923157161292,0.15372517456988796,0.0,0.3967719533481201,0.15372517456988796,0.0,0.6888594601509765,0.15372517456988796,0.0,0.2402312891669925,0.15372517456988796,0.0,0.37643172725438817,0.5,0.15372517456988796,0.0,0.2993680660145652,0.0,0.8482031364424439,0.5494068453908842 -2358,0.5,0.15372517456988796,0.0,0.8084228605541466,0.15372517456988796,0.0,0.6528254742525935,0.15372517456988796,0.0,0.6483865283052102,0.15372517456988796,0.0,0.7787296690809875,0.15372517456988796,0.0,0.30686689859367744,0.15372517456988796,0.0,0.29063165192987916,0.15372517456988796,0.0,0.42533700029155497,0.15372517456988796,0.0,0.26180996761693903,0.5,0.15372517456988796,0.0,0.05667296016414364,0.15372517456988796,0.0,0.06977413573199559,0.5,0.15372517456988796,0.0,0.1695311086387969,0.15372517456988796,0.0,0.05919128199386917,0.15372517456988796,0.0,0.7407757156086019,0.15372517456988796,0.0,0.3434449531612054,0.15372517456988796,0.0,0.619531083114603,0.15372517456988796,0.0,0.28408204765913514,0.15372517456988796,0.0,0.32120358731771725,0.5,0.15372517456988796,0.0,0.27861357980513785,0.0,0.9697025241420134,0.3596068996464303 -2359,0.5,0.15372517456988796,0.017345088949551002,0.8038309261447776,0.15372517456988796,0.040512398918751594,0.6366152584256891,0.15372517456988796,0.029639012963372076,0.5945590624723904,0.15372517456988796,0.019153114246169237,0.8539812926392768,0.15372517456988796,0.014135487657547588,0.293398029954865,0.15372517456988796,0.0013295507081852091,0.32613151291543885,0.15372517456988796,0.010485366867580318,0.4066314232808859,0.15372517456988796,0.005617195919662339,0.3083010779765184,0.5,0.15372517456988796,0.02052632100653394,0.05733736249532729,0.15372517456988796,0.04366404905743779,0.07800680888981121,0.5,0.15372517456988796,0.03169342422911342,0.15753423730878244,0.15372517456988796,0.03436213989697455,0.05847516569145917,0.15372517456988796,0.038315126738516024,0.7213864437731463,0.15372517456988796,0.02968730423758064,0.30881653774982687,0.15372517456988796,0.040885649634692114,0.5771818743235656,0.15372517456988796,0.0199704607420716,0.338478651741563,0.15372517456988796,0.027533338649050852,0.3235768116568183,0.5,0.15372517456988796,0.033223317629245956,0.3743098475036906,0.0,1.004301183408831,0.22332933015179174 -2360,0.5,0.15372517456988796,0.07775826612032335,0.8597114676881287,0.15372517456988796,0.17537992340106312,0.6586698349893447,0.15372517456988796,0.14788684306930827,0.7534525210440599,0.15372517456988796,0.07811718344400406,0.8809152003878685,0.15372517456988796,0.03759742095953722,0.3472340615761196,0.15372517456988796,0.018138125585826392,0.39682721849463864,0.15372517456988796,0.03464073358498608,0.5206749123032512,0.15372517456988796,0.05922019379850569,0.36629104112182853,0.5,0.15372517456988796,0.12243761503124848,0.09527194650326559,0.15372517456988796,0.1788660745262562,0.13608705758684617,0.5,0.15372517456988796,0.14096887158405927,0.23976590173499726,0.15372517456988796,0.1638389651888264,0.0873873671715613,0.15372517456988796,0.1616396735872603,0.741813226109029,0.15372517456988796,0.09695059247731481,0.34560711064821803,0.15372517456988796,0.1591670319121901,0.7293183211869374,0.15372517456988796,0.08892234494196483,0.4435381301693898,0.15372517456988796,0.1059298945463644,0.35873546476147816,0.5,0.15372517456988796,0.13202759069036146,0.5645190815497297,0.0,1.0094664309622814,0.1536728795544757 -2361,0.5,0.15372517456988796,0.1748281296766405,0.8927960710615503,0.15372517456988796,0.3335312551249523,0.7294525545376629,0.15372517456988796,0.30428601442604736,0.8894848434776649,0.15372517456988796,0.16835015813840915,0.8784947284757775,0.15372517456988796,0.04857900725173969,0.3736156771159838,0.15372517456988796,0.06101694796079378,0.49305241765942576,0.15372517456988796,0.036958209250018026,0.6095232982768513,0.15372517456988796,0.15003020650098722,0.44545153647387703,0.5,0.15372517456988796,0.24516340943329368,0.2473308035884681,0.15372517456988796,0.3365153690674895,0.2395821616563561,0.5,0.15372517456988796,0.2635941650759984,0.3622403285988684,0.15372517456988796,0.31569433726229784,0.17561272998440133,0.15372517456988796,0.3156462988872058,0.8395993107654709,0.15372517456988796,0.142056332004051,0.45210006596580743,0.15372517456988796,0.2548895946254425,0.8490655415423876,0.15372517456988796,0.11877445479439885,0.5023140297369627,0.15372517456988796,0.18072715962967656,0.4027388846300933,0.5,0.15372517456988796,0.22206119161355392,0.688768008918101,0.0,1.0095861165680686,0.11287202190358737 -2362,0.5,0.15372517456988796,0.31445925725184737,0.9163161457744505,0.15372517456988796,0.4858564977004885,0.8804747910454636,0.15372517456988796,0.4455798165950384,0.8974412722133884,0.15372517456988796,0.3058532057293427,0.8833863007045807,0.15372517456988796,0.050387924699869885,0.3953017054882823,0.15372517456988796,0.08572473003869893,0.6292487274076588,0.15372517456988796,0.04013259419625927,0.6667046500637731,0.15372517456988796,0.2136770912848504,0.6515774351177651,0.5,0.15372517456988796,0.3697306132784649,0.49792758568308426,0.15372517456988796,0.4748752355380636,0.2690375662864736,0.5,0.15372517456988796,0.367568577219003,0.5641536785485253,0.15372517456988796,0.4703586971022747,0.2617935737749644,0.15372517456988796,0.46371499574762925,0.8917561369227963,0.15372517456988796,0.17845658937357672,0.5051158340817897,0.15372517456988796,0.27476621227143894,0.8632800201124866,0.15372517456988796,0.12185748629618472,0.6436992962794518,0.15372517456988796,0.28916891181831034,0.5448402040435173,0.5,0.15372517456988796,0.2973431193168038,0.6804206515291191,0.0,1.0096575992012489,0.11501726346710432 -2363,0.5,0.15372517456988796,0.39034782746962293,0.934027901802056,0.15372517456988796,0.5955686978133545,0.9437690692903584,0.15372517456988796,0.49401483195527196,0.9019913296616884,0.15372517456988796,0.4462179749376609,0.9023502786215126,0.15372517456988796,0.04614764158997736,0.48115199141105947,0.15372517456988796,0.08972970482508856,0.7742052464836056,0.15372517456988796,0.05750691691501788,0.7407475032720883,0.15372517456988796,0.22628309113093326,0.8392183675086251,0.5,0.15372517456988796,0.4332708919799003,0.7059297249392349,0.15372517456988796,0.571894666014239,0.27327589945824343,0.5,0.15372517456988796,0.47054954128892745,0.7842526698738302,0.15372517456988796,0.5837182872595724,0.32039125960795634,0.15372517456988796,0.5951633294982648,0.9064187869164985,0.15372517456988796,0.1661093905232997,0.4511224052131657,0.15372517456988796,0.22594283796173703,0.8292685955058402,0.15372517456988796,0.14069552575034736,0.7430974462387792,0.15372517456988796,0.3131018966212588,0.7250514580550023,0.5,0.15372517456988796,0.405292997915392,0.6673895484597101,0.0,1.0098043429813983,0.11980438815172546 -2364,0.5,0.15372517456988796,0.4278836571288672,0.9432166924469214,0.15372517456988796,0.6289112402551732,0.942775944260676,0.15372517456988796,0.34138249844289587,0.9254317838055155,0.15372517456988796,0.5979728824799954,0.9161105485520948,0.15372517456988796,0.04603953396690899,0.5310686281131244,0.15372517456988796,0.06076185629797343,0.7774607789631784,0.15372517456988796,0.07197001498932451,0.7935777992948141,0.15372517456988796,0.14238223282389012,0.8590779377328897,0.5,0.15372517456988796,0.4310700927038172,0.8240116474473845,0.15372517456988796,0.5461413632249348,0.2766588843444444,0.5,0.15372517456988796,0.5412778200452024,0.8392126599076274,0.15372517456988796,0.6243982464786703,0.321977221708364,0.15372517456988796,0.6645272052734648,0.9110365590127631,0.15372517456988796,0.11872807192547702,0.38609733750768194,0.15372517456988796,0.18798939062174674,0.8067286357880924,0.15372517456988796,0.1405282063852119,0.8270540080644491,0.15372517456988796,0.3023607110255592,0.8019818777160049,0.5,0.15372517456988796,0.42093357837898426,0.6875738804885435,0.0,1.0073454047015558,0.10436498205141408 -2365,0.5,0.15372517456988796,0.4917447954824472,0.953656672327408,0.15372517456988796,0.6447252534769274,0.9596163794077696,0.15372517456988796,0.26084590968607735,0.913832564045747,0.15372517456988796,0.4589737323873603,0.8968465357216105,0.15372517456988796,0.04003357938856059,0.5301037745886682,0.15372517456988796,0.029255298336740503,0.7370014061546944,0.15372517456988796,0.06416255248347558,0.7700427415024677,0.15372517456988796,0.09336527414296455,0.864133186535038,0.5,0.15372517456988796,0.3186135067370883,0.8052652267852325,0.15372517456988796,0.5593744359428783,0.27737618306096856,0.5,0.15372517456988796,0.5197121816639384,0.8683745242652327,0.15372517456988796,0.6092948358020368,0.3399014010916151,0.15372517456988796,0.6905405679980101,0.9091286968831794,0.15372517456988796,0.09643482910438488,0.33927793266215056,0.15372517456988796,0.13893237970978578,0.7702882231105789,0.15372517456988796,0.13793716421668611,0.813251662756928,0.15372517456988796,0.36515698038961686,0.8964033024464649,0.5,0.15372517456988796,0.38650627328450654,0.7118844582344138,0.0,0.9928193762700505,0.09460816401828806 -2366,0.5,0.15372517456988796,0.49752282723477526,0.9454659520699416,0.15372517456988796,0.6086121980169005,0.9498484276987428,0.15372517456988796,0.20534171750617575,0.9180073511090675,0.15372517456988796,0.3917876134321121,0.8628510510752547,0.15372517456988796,0.0289402672008947,0.5156972675522269,0.15372517456988796,0.01864932868131984,0.6994964924442678,0.15372517456988796,0.04370276869924811,0.8259059087937564,0.15372517456988796,0.05187424599744928,0.8102331501934196,0.5,0.15372517456988796,0.19674629024517684,0.7848209275234259,0.15372517456988796,0.5354416592155257,0.30214285784970474,0.5,0.15372517456988796,0.4203643449861919,0.903885818008667,0.15372517456988796,0.5298255350665841,0.4089290951765487,0.15372517456988796,0.6848942159253018,0.9037634761993206,0.15372517456988796,0.08871256717637821,0.2781379329880348,0.15372517456988796,0.0903621060697379,0.7326321318196136,0.15372517456988796,0.13728436984582335,0.8138473651826149,0.15372517456988796,0.31049110977969235,0.9164552029728493,0.5,0.15372517456988796,0.46081991088614194,0.7525750497825879,0.0,0.9597371830866288,0.11633113320616606 -2367,0.5,0.15372517456988796,0.45618290789316573,0.9247770256093388,0.15372517456988796,0.5410308547162413,0.9117437958593608,0.15372517456988796,0.14249275641119033,0.9233322477036259,0.15372517456988796,0.3836437558745822,0.8661719667181753,0.15372517456988796,0.01600238343614605,0.4614999491351437,0.15372517456988796,0.024352283298991195,0.6159912632986881,0.15372517456988796,0.02569246203941215,0.8381212254535545,0.15372517456988796,0.03099417982813138,0.7684671830532508,0.5,0.15372517456988796,0.12623088005403146,0.7639040932061888,0.15372517456988796,0.4382270092862163,0.34443275531819123,0.5,0.15372517456988796,0.3343228327571235,0.9296022671267752,0.15372517456988796,0.4291142741382007,0.5109120729578642,0.15372517456988796,0.6264572200935927,0.8956495592938426,0.15372517456988796,0.09295628794038913,0.2611726820622743,0.15372517456988796,0.06815724087215069,0.6986091305165556,0.15372517456988796,0.10716102364227462,0.8042695231709914,0.15372517456988796,0.24565225441823907,0.9245377291450917,0.5,0.15372517456988796,0.3795625624187952,0.7502084484819287,0.0,0.9294680589919596,0.11711334107639895 -2368,0.5,0.15372517456988796,0.3804976867021378,0.8909409909224202,0.15372517456988796,0.4564563442467253,0.8437969035698686,0.15372517456988796,0.07674876266230024,0.9047459911768151,0.15372517456988796,0.24367836654250796,0.8406720052122455,0.15372517456988796,0.009445812329211113,0.3828234622640909,0.15372517456988796,0.031147919786440874,0.5217722301541798,0.15372517456988796,0.013292852420524826,0.7854231378960085,0.15372517456988796,0.021789406121303548,0.6597980791799869,0.5,0.15372517456988796,0.06301110647990492,0.6987919414407693,0.15372517456988796,0.289652451874032,0.400667560595297,0.5,0.15372517456988796,0.23745895464365835,0.9426300586195112,0.15372517456988796,0.3013281870504496,0.5887728757511466,0.15372517456988796,0.5132625877577506,0.8766970930941741,0.15372517456988796,0.13169245516819272,0.3175352447003995,0.15372517456988796,0.048624940065153964,0.6183386671356215,0.15372517456988796,0.05518208576845165,0.7726053345001431,0.15372517456988796,0.1601030639476525,0.8981593932600896,0.5,0.15372517456988796,0.27924161284089444,0.714880691903433,0.0,0.9157690958892422,0.11400545131871184 -2369,0.5,0.15372517456988796,0.2597438490296083,0.7887074407278438,0.15372517456988796,0.3455387401021745,0.7569290945122673,0.15372517456988796,0.037453207187189384,0.823639294187971,0.15372517456988796,0.13794881160457997,0.7553419455198019,0.15372517456988796,0.007595399929638081,0.2943917561593353,0.15372517456988796,0.028367098940200324,0.44984365678348465,0.15372517456988796,0.004969757390349289,0.7077998431054822,0.15372517456988796,0.014916266388778063,0.4984768054029498,0.5,0.15372517456988796,0.02035950382999571,0.5777255425110783,0.15372517456988796,0.16568163539100839,0.403594426023326,0.5,0.15372517456988796,0.10372506244404658,0.8723310286511924,0.15372517456988796,0.18098343143267717,0.6132899600560151,0.15372517456988796,0.37550096535047806,0.8005011721539224,0.15372517456988796,0.1506595202127637,0.34845550802731473,0.15372517456988796,0.051514067732414424,0.5087271512967904,0.15372517456988796,0.014382952777953276,0.7232234854884845,0.15372517456988796,0.08866146377392688,0.8454542187365257,0.5,0.15372517456988796,0.1440457415746887,0.6674346542850376,0.0,0.8925513269780593,0.12292352014121324 -2370,0.5,0.15372517456988796,0.09930716016601636,0.6201618271099494,0.15372517456988796,0.1379960786695694,0.5450814904173844,0.15372517456988796,0.013127483691957929,0.7494094648986718,0.15372517456988796,0.038634264603908945,0.6108518120581283,0.15372517456988796,0.004277365048392855,0.21712586816218202,0.15372517456988796,0.014948514448445867,0.29852986883021215,0.15372517456988796,0.0024815399333341457,0.6449500444347489,0.15372517456988796,0.006138524925341468,0.3471409582986259,0.5,0.15372517456988796,0.005445056190026615,0.49744729620707195,0.15372517456988796,0.06839607773667326,0.32501603606704116,0.5,0.15372517456988796,0.022787170900359754,0.8864647522489277,0.15372517456988796,0.07394392371435464,0.5723877869089133,0.15372517456988796,0.17474444541242093,0.6363344437960444,0.15372517456988796,0.09709869439454573,0.28042127240696085,0.15372517456988796,0.03216656263645043,0.3898243961009602,0.15372517456988796,0.0017861776584219378,0.5849472015583826,0.15372517456988796,0.026656606548393802,0.7938652061765334,0.5,0.15372517456988796,0.054678935951794246,0.5004922668038578,0.0,0.8884628160422285,0.15177767250272356 -2371,0.5,0.15372517456988796,0.0,0.47836393637372865,0.15372517456988796,0.0,0.4012966590314553,0.15372517456988796,7.593017939362466e-05,0.636214927483178,0.15372517456988796,0.00016010712092989285,0.5017878702392506,0.15372517456988796,0.0004650086437695235,0.18288133066420864,0.15372517456988796,0.004138719588739595,0.21667350546315528,0.15372517456988796,0.00016650367354992387,0.5690723822851035,0.15372517456988796,0.0001935446270704442,0.2680050880188026,0.5,0.15372517456988796,0.0007993481190803247,0.34952475912951,0.15372517456988796,0.0,0.28100649453912624,0.5,0.15372517456988796,6.237305739536824e-05,0.8396540809166627,0.15372517456988796,0.0,0.5012284096178404,0.15372517456988796,0.0,0.4982027050909139,0.15372517456988796,0.0026974881483360063,0.22634484800089077,0.15372517456988796,7.602840845236138e-05,0.3262897397818907,0.15372517456988796,0.00011976734308230606,0.4787646942968202,0.15372517456988796,0.0001909226201279045,0.7662347075631626,0.5,0.15372517456988796,0.00014157398656176588,0.27026894212483504,0.0,0.8475892156321783,0.19804776684434602 -2372,0.5,0.15372517456988796,0.0,0.3924750505824345,0.15372517456988796,0.0,0.380209220624992,0.15372517456988796,0.0,0.5398794221749368,0.15372517456988796,0.0,0.44519131646267707,0.15372517456988796,0.0,0.17082213004320584,0.15372517456988796,0.0,0.1784663981950595,0.15372517456988796,0.0,0.4868883824393227,0.15372517456988796,0.0,0.22563412299409824,0.5,0.15372517456988796,0.0,0.24319390712141756,0.15372517456988796,0.0,0.2712167974866043,0.5,0.15372517456988796,0.0,0.7929921621251682,0.15372517456988796,0.0,0.44523884420318993,0.15372517456988796,0.0,0.45188530709410446,0.15372517456988796,0.0,0.22153243686604976,0.15372517456988796,0.0,0.3123688519313506,0.15372517456988796,0.0,0.4387171921823551,0.15372517456988796,0.0,0.7529172596489196,0.5,0.15372517456988796,0.0,0.20636118486340854,0.0,0.7145333309074196,0.2456588978442085 -2373,0.5,0.15372517456988796,0.0,0.3893570594935313,0.15372517456988796,0.0,0.36400329213646093,0.15372517456988796,0.0,0.4597227999973666,0.15372517456988796,0.0,0.42578053277980266,0.15372517456988796,0.0,0.1862298262996233,0.15372517456988796,0.0,0.1585292730379287,0.15372517456988796,0.0,0.43418353473879107,0.15372517456988796,0.0,0.19366891563942906,0.5,0.15372517456988796,0.0,0.21694953958750482,0.15372517456988796,0.0,0.2977206948242769,0.5,0.15372517456988796,0.0,0.7253475039890029,0.15372517456988796,0.0,0.5152946329605224,0.15372517456988796,0.0,0.41301966243947186,0.15372517456988796,0.0,0.2234319112030031,0.15372517456988796,0.0,0.32161982036417014,0.15372517456988796,0.0,0.3854489601732613,0.15372517456988796,0.0,0.7034992785869241,0.5,0.15372517456988796,0.0,0.2536906352398265,0.0,0.604111597188095,0.21240978144389902 -2374,0.5,0.15372517456988796,0.0,0.44239484473159724,0.15372517456988796,0.0,0.3225099100490932,0.15372517456988796,0.0,0.4833296397012924,0.15372517456988796,0.0,0.4206797422834969,0.15372517456988796,0.0,0.21398336631366893,0.15372517456988796,0.0,0.1340428033407004,0.15372517456988796,0.0,0.4026911140614809,0.15372517456988796,0.0,0.1576562198882726,0.5,0.15372517456988796,0.0,0.14836789578550508,0.15372517456988796,0.0,0.34391682097107523,0.5,0.15372517456988796,0.0,0.6015368932914319,0.15372517456988796,0.0,0.46213917333190996,0.15372517456988796,0.0,0.361715115151764,0.15372517456988796,0.0,0.21301232287050745,0.15372517456988796,0.0,0.32803817443782096,0.15372517456988796,0.0,0.3065210637174994,0.15372517456988796,0.0,0.6298012396443743,0.5,0.15372517456988796,0.0,0.4268622921972932,0.0,0.5696583777104,0.13780556964950472 -2375,0.5,0.15372517456988796,0.0,0.4980869848927764,0.15372517456988796,0.0,0.2871997924752093,0.15372517456988796,0.0,0.4533877194167461,0.15372517456988796,0.0,0.4552199665915041,0.15372517456988796,0.0,0.19032670193708504,0.15372517456988796,0.0,0.09751265450264567,0.15372517456988796,0.0,0.3842677290353632,0.15372517456988796,0.0,0.12945014168139785,0.5,0.15372517456988796,0.0,0.0911335095943343,0.15372517456988796,0.0,0.3657415223106238,0.5,0.15372517456988796,0.0,0.4704593620563204,0.15372517456988796,0.0,0.3897212579303609,0.15372517456988796,0.0,0.3157969005597416,0.15372517456988796,0.0,0.20090764258228597,0.15372517456988796,0.0,0.3049644191432246,0.15372517456988796,0.0,0.2533231849207353,0.15372517456988796,0.0,0.570756238170832,0.5,0.15372517456988796,0.0,0.6778318863226909,0.0,0.5845595147907531,0.09524830660326476 -2376,0.5,0.15372517456988796,0.0,0.5040814549612719,0.15372517456988796,0.0,0.2500365338367729,0.15372517456988796,0.0,0.4388919239501472,0.15372517456988796,0.0,0.4867989574146233,0.15372517456988796,0.0,0.16063395581065867,0.15372517456988796,0.0,0.06266770553939724,0.15372517456988796,0.0,0.3743548655545625,0.15372517456988796,0.0,0.10417955336918922,0.5,0.15372517456988796,0.0,0.05239366324792204,0.15372517456988796,0.0,0.37538018110163385,0.5,0.15372517456988796,0.0,0.335553171280581,0.15372517456988796,0.0,0.31600242623941743,0.15372517456988796,0.0,0.2678250107848638,0.15372517456988796,0.0,0.18605090238938243,0.15372517456988796,0.0,0.3218148668070317,0.15372517456988796,0.0,0.2391090844029465,0.15372517456988796,0.0,0.45479755346783857,0.5,0.15372517456988796,0.0,0.6346126581415711,0.0,0.5687404140913284,0.07800313725906279 -2377,0.5,0.15372517456988796,0.0,0.47446471893549885,0.15372517456988796,0.0,0.19864180138675736,0.15372517456988796,0.0,0.4142478383520802,0.15372517456988796,0.0,0.4702975829266918,0.15372517456988796,0.0,0.1457345795358947,0.15372517456988796,0.0,0.048718573508068366,0.15372517456988796,0.0,0.36086225599663635,0.15372517456988796,0.0,0.08552289422328957,0.5,0.15372517456988796,0.0,0.03373562267480163,0.15372517456988796,0.0,0.31454922498093946,0.5,0.15372517456988796,0.0,0.3266976050119134,0.15372517456988796,0.0,0.17616611048340733,0.15372517456988796,0.0,0.20744519751674853,0.15372517456988796,0.0,0.16867347318327408,0.15372517456988796,0.0,0.3741483274586113,0.15372517456988796,0.0,0.2440945752709406,0.15372517456988796,0.0,0.3900311200305409,0.5,0.15372517456988796,0.0,0.5652278772831696,0.0,0.5424187313495731,0.07533637355243467 -2378,0.5,0.15372517456988796,0.0,0.42566763696604926,0.15372517456988796,0.0,0.13049356526262634,0.15372517456988796,0.0,0.3743435403738469,0.15372517456988796,0.0,0.418081158158846,0.15372517456988796,0.0,0.11249425631098947,0.15372517456988796,0.0,0.056194805597281905,0.15372517456988796,0.0,0.312770580692931,0.15372517456988796,0.0,0.07041386508160803,0.5,0.15372517456988796,0.0,0.02625733645771594,0.15372517456988796,0.0,0.23956475438945288,0.5,0.15372517456988796,0.0,0.3486056414021915,0.15372517456988796,0.0,0.1659803684646876,0.15372517456988796,0.0,0.14474521294736922,0.15372517456988796,0.0,0.1429665281284226,0.15372517456988796,0.0,0.42077719262325775,0.15372517456988796,0.0,0.2778930340478748,0.15372517456988796,0.0,0.36681465414166814,0.5,0.15372517456988796,0.0,0.391297991279996,0.0,0.46641778529351324,0.0859573573656585 -2379,0.5,0.15372517456988796,0.0,0.37303312669136646,0.15372517456988796,0.0,0.08264807870691139,0.15372517456988796,0.0,0.310915852707952,0.15372517456988796,0.0,0.4214430554830073,0.15372517456988796,0.0,0.09268504314953363,0.15372517456988796,0.0,0.0668118061856842,0.15372517456988796,0.0,0.2216679794712202,0.15372517456988796,0.0,0.05516294738669565,0.5,0.15372517456988796,0.0,0.022774575764329428,0.15372517456988796,0.0,0.21213129080122456,0.5,0.15372517456988796,0.0,0.2798856382765317,0.15372517456988796,0.0,0.17649245525082424,0.15372517456988796,0.0,0.09896710546946788,0.15372517456988796,0.0,0.11662088222491554,0.15372517456988796,0.0,0.3497572209922553,0.15372517456988796,0.0,0.28659631142040937,0.15372517456988796,0.0,0.35855401817023075,0.5,0.15372517456988796,0.0,0.3273523174359192,0.0,0.35292631393695223,0.1000900521898229 -2380,0.5,0.15372517456988796,0.0,0.3249509462616624,0.15372517456988796,0.0,0.06317554062843572,0.15372517456988796,0.0,0.25977549210681006,0.15372517456988796,0.0,0.4691921845829807,0.15372517456988796,0.0,0.0915651308732893,0.15372517456988796,0.0,0.06786780954386243,0.15372517456988796,0.0,0.14454749013635762,0.15372517456988796,0.0,0.04280670399770259,0.5,0.15372517456988796,0.0,0.01721872936304135,0.15372517456988796,0.0,0.18956931534533739,0.5,0.15372517456988796,0.0,0.24348473969015,0.15372517456988796,0.0,0.17646032734834155,0.15372517456988796,0.0,0.06883943002419539,0.15372517456988796,0.0,0.09488912411105224,0.15372517456988796,0.0,0.27656687990098383,0.15372517456988796,0.0,0.2298100138340749,0.15372517456988796,0.0,0.3459423888890493,0.5,0.15372517456988796,0.0,0.33536562577410034,0.0,0.27373474903537837,0.12037088203362976 -2381,0.5,0.15372517456988796,0.0,0.2761356208696308,0.15372517456988796,0.0,0.04850363944565449,0.15372517456988796,0.0,0.28097327886077544,0.15372517456988796,0.0,0.4805117727874151,0.15372517456988796,0.0,0.09051340674442747,0.15372517456988796,0.0,0.06250524680240341,0.15372517456988796,0.0,0.12380519669343118,0.15372517456988796,0.0,0.03874684957753009,0.5,0.15372517456988796,0.0,0.012986296828333358,0.15372517456988796,0.0,0.16027635206349114,0.5,0.15372517456988796,0.0,0.2470999900068021,0.15372517456988796,0.0,0.13210083314277926,0.15372517456988796,0.0,0.04359326430402989,0.15372517456988796,0.0,0.0755832626097425,0.15372517456988796,0.0,0.20853379017996437,0.15372517456988796,0.0,0.14146203416664468,0.15372517456988796,0.0,0.3119005866266642,0.5,0.15372517456988796,0.0,0.3791059177882035,0.0,0.23974183990739034,0.13863979805963372 -2382,0.5,0.15372517456988796,2.010746216858448e-11,0.22576071934619457,0.15372517456988796,0.0,0.033522121811758336,0.15372517456988796,0.0,0.2866422258599037,0.15372517456988796,2.645438700420909e-06,0.4679822763132914,0.15372517456988796,0.0,0.08663797407862747,0.15372517456988796,0.0,0.05394585953954062,0.15372517456988796,0.0,0.13856036486843068,0.15372517456988796,0.0,0.04007969699498801,0.5,0.15372517456988796,0.0,0.011596617368538667,0.15372517456988796,0.0,0.1304429869932836,0.5,0.15372517456988796,0.0,0.2197983133020256,0.15372517456988796,0.0,0.09649819968961139,0.15372517456988796,0.0,0.02478569133752488,0.15372517456988796,0.0,0.06356710132996835,0.15372517456988796,0.0,0.12844313961619472,0.15372517456988796,0.0,0.08476664021942226,0.15372517456988796,0.0,0.2852617188685486,0.5,0.15372517456988796,0.0,0.3934618811884482,0.0,0.22110650877467192,0.13241072816024024 -2383,0.5,0.15372517456988796,0.025084823400841096,0.20338413066918362,0.15372517456988796,0.03655821773188856,0.024670258136495243,0.15372517456988796,0.011532963903465528,0.2775901032650017,0.15372517456988796,0.015633393872263826,0.4745579259262475,0.15372517456988796,0.004466107262256389,0.07616000221397254,0.15372517456988796,0.002307700328454755,0.04232234272837118,0.15372517456988796,0.0007880459633600145,0.1608971067901213,0.15372517456988796,0.0014717469612316528,0.04219767201771764,0.5,0.15372517456988796,0.003876148624195082,0.012023205286547354,0.15372517456988796,0.00409724072464508,0.11108601342198912,0.5,0.15372517456988796,0.004186258750144951,0.16801714828173264,0.15372517456988796,0.006337003893319451,0.0989749168614554,0.15372517456988796,0.04238803697948444,0.011629134701077468,0.15372517456988796,0.004626819216554822,0.055741468762488366,0.15372517456988796,0.00495532369350451,0.09253638650946136,0.15372517456988796,0.0010708536058973402,0.0656506204175916,0.15372517456988796,0.004989017312586957,0.28623910488510945,0.5,0.15372517456988796,0.0024935243546750823,0.4119492769007879,0.0,0.20993353282961186,0.10178937330860297 -2384,0.5,0.15372517456988796,0.09014721283762729,0.21186570224981247,0.15372517456988796,0.14394052158503007,0.0327071192784933,0.15372517456988796,0.048789053169953196,0.29810084061441783,0.15372517456988796,0.062403456697540695,0.474431773336985,0.15372517456988796,0.05902650769144596,0.07995278213456632,0.15372517456988796,0.023194332682557252,0.0381138278224683,0.15372517456988796,0.009518948971847874,0.17729140196008364,0.15372517456988796,0.015871541202857036,0.04781368359749725,0.5,0.15372517456988796,0.025695432719638336,0.018482328436350098,0.15372517456988796,0.030206805594834366,0.11702034113917571,0.5,0.15372517456988796,0.025639260591635786,0.13202527629235278,0.15372517456988796,0.04017976586899727,0.11109786342924356,0.15372517456988796,0.13064379281517124,0.008559842832095073,0.15372517456988796,0.02697392300622513,0.055980487514050326,0.15372517456988796,0.02294030315146143,0.09152993046974205,0.15372517456988796,0.004568580284629169,0.07597411255676885,0.15372517456988796,0.02457072262904144,0.3207182135544542,0.5,0.15372517456988796,0.01599794681622541,0.4311972176185387,0.0,0.1949820858997444,0.08281847611489915 -2385,0.5,0.15372517456988796,0.17643073584195088,0.21791315596084815,0.15372517456988796,0.2875594890688434,0.0482146126719032,0.15372517456988796,0.09110251754016069,0.29914428728117454,0.15372517456988796,0.12304008204081335,0.4358827196520689,0.15372517456988796,0.1821967645989603,0.14298729616494202,0.15372517456988796,0.06382282500646966,0.051648667353868014,0.15372517456988796,0.06866155391423212,0.18417995493296513,0.15372517456988796,0.04168082201140812,0.06063075420943147,0.5,0.15372517456988796,0.06114082707839098,0.03282066072910046,0.15372517456988796,0.06422266248552591,0.13525903357946786,0.5,0.15372517456988796,0.04831375877180294,0.14492323860303505,0.15372517456988796,0.09656634966299149,0.1201099853190234,0.15372517456988796,0.19120272943585176,0.009606316836666365,0.15372517456988796,0.10892804289486563,0.08449079884304048,0.15372517456988796,0.047615781181584785,0.10008797137098698,0.15372517456988796,0.010717015595540638,0.1148467738939943,0.15372517456988796,0.047680936396985375,0.3151484118197107,0.5,0.15372517456988796,0.040785755387044334,0.4337154695238557,0.0,0.1793289540919686,0.07783759970328444 -2386,0.5,0.15372517456988796,0.2634528981789078,0.19791162942980048,0.15372517456988796,0.3677740306239746,0.0917940035189732,0.15372517456988796,0.125731899611221,0.300639828665078,0.15372517456988796,0.1940764719624619,0.3845439314732058,0.15372517456988796,0.3543147466405392,0.231799743765582,0.15372517456988796,0.11910261295586291,0.07121249145433475,0.15372517456988796,0.1549079154820833,0.16932848445935966,0.15372517456988796,0.07570073608172477,0.0784364995698366,0.5,0.15372517456988796,0.1061775099304385,0.047685256570140985,0.15372517456988796,0.0756349024572328,0.13302105293579078,0.5,0.15372517456988796,0.06271673738403713,0.12207933475554647,0.15372517456988796,0.1405260347386877,0.10914116864379181,0.15372517456988796,0.19370004042561892,0.010921716687060226,0.15372517456988796,0.21609438591171332,0.14268741963103604,0.15372517456988796,0.08220756578467876,0.11233706381510192,0.15372517456988796,0.03226541266449597,0.15550872553389844,0.15372517456988796,0.06726800930848334,0.28224025354003385,0.5,0.15372517456988796,0.06711270483299371,0.4239172971630466,0.0,0.13939464618048328,0.06616414004733683 -2387,0.5,0.15372517456988796,0.30672842613592877,0.16674298807901022,0.15372517456988796,0.3175358532472961,0.12481334110918832,0.15372517456988796,0.140776115473195,0.24787239270663047,0.15372517456988796,0.21224052578921088,0.30227546749263395,0.15372517456988796,0.4439944928795304,0.33913329082615784,0.15372517456988796,0.19720400472376048,0.11687358313223783,0.15372517456988796,0.21224891022173126,0.23795922180006726,0.15372517456988796,0.09099024183333719,0.07118117809082651,0.5,0.15372517456988796,0.1537292673544601,0.048137343987879264,0.15372517456988796,0.10397187388744072,0.1235900838803535,0.5,0.15372517456988796,0.10915223483979841,0.1377642905529159,0.15372517456988796,0.1756337581078313,0.10126911801466916,0.15372517456988796,0.17739762999224104,0.012772824510268527,0.15372517456988796,0.2953993083509852,0.16946001736208238,0.15372517456988796,0.1348790740352635,0.13278031136618493,0.15372517456988796,0.10740611034951114,0.2381091300773037,0.15372517456988796,0.0781378878980228,0.24335404400323804,0.5,0.15372517456988796,0.08689668838662576,0.40334564621181945,0.0,0.09428502412678369,0.04663418030657285 -2388,0.5,0.15372517456988796,0.32848761909831015,0.15424594016254317,0.15372517456988796,0.20907607820269325,0.1533928337684368,0.15372517456988796,0.1704940917083927,0.21831664218742802,0.15372517456988796,0.26362889736084283,0.23527397556494425,0.15372517456988796,0.2092313192742057,0.23836958933308297,0.15372517456988796,0.2722163311736945,0.1499350679379862,0.15372517456988796,0.2527797476188386,0.3240917120801515,0.15372517456988796,0.0938620585136074,0.06308038093320947,0.5,0.15372517456988796,0.21562737581834238,0.04664652580932834,0.15372517456988796,0.12253365549405013,0.10344461527271154,0.5,0.15372517456988796,0.22556545856375007,0.13050246570207624,0.15372517456988796,0.19594710825592765,0.08226100929881489,0.15372517456988796,0.15748473360810145,0.01565317121497832,0.15372517456988796,0.2123633708061175,0.15678118749740472,0.15372517456988796,0.14819392700392076,0.15424278564288252,0.15372517456988796,0.20623025069460552,0.36549316389596015,0.15372517456988796,0.08657906389888398,0.21037740045418019,0.5,0.15372517456988796,0.09080859138548583,0.3414913154582533,0.0,0.06034655918450013,0.03872561185230392 -2389,0.5,0.15372517456988796,0.31400825386097997,0.1475909206355543,0.15372517456988796,0.07323349609913517,0.12639386634900754,0.15372517456988796,0.17964473182169216,0.2098927964664532,0.15372517456988796,0.3195840286332036,0.20135475361824595,0.15372517456988796,0.2261015285835939,0.1936939910784173,0.15372517456988796,0.2230971533702079,0.13534885642815703,0.15372517456988796,0.1762212535371691,0.27444384580234205,0.15372517456988796,0.10802334705757077,0.05827183782304002,0.5,0.15372517456988796,0.24347449615950334,0.04164768070384782,0.15372517456988796,0.11390748063996227,0.07236392207294907,0.5,0.15372517456988796,0.25520279862110334,0.12154047148426278,0.15372517456988796,0.19431517964011563,0.06663453245946759,0.15372517456988796,0.12379794054195623,0.021681809933829142,0.15372517456988796,0.2103604417580031,0.14315990899447695,0.15372517456988796,0.15128228048550016,0.17598220036745893,0.15372517456988796,0.18658660998843624,0.31918859428206875,0.15372517456988796,0.1037304385764258,0.19184872039050116,0.5,0.15372517456988796,0.11310075485364465,0.2783418035300674,0.0,0.03173572549236257,0.04547577261985866 -2390,0.5,0.15372517456988796,0.2947296039663741,0.1484312079287533,0.15372517456988796,0.0318828321970071,0.10631636906460816,0.15372517456988796,0.16785233099160413,0.21569269718159956,0.15372517456988796,0.28507224692242666,0.1822763147069491,0.15372517456988796,0.18893541802929595,0.12747117079304884,0.15372517456988796,0.14687363623196836,0.10183428476276535,0.15372517456988796,0.1453308616666062,0.2206804548730059,0.15372517456988796,0.12605125275812945,0.0515947024843092,0.5,0.15372517456988796,0.16761195892448938,0.026432933375424635,0.15372517456988796,0.09297175261090504,0.04791969573772455,0.5,0.15372517456988796,0.1926441644986513,0.1271532764458035,0.15372517456988796,0.15584121302529558,0.058178133656045086,0.15372517456988796,0.10062813134667135,0.037587288553181525,0.15372517456988796,0.20210111841949857,0.12805985581528265,0.15372517456988796,0.10250295362717887,0.1443061114657414,0.15372517456988796,0.15896187408718576,0.239125335182016,0.15372517456988796,0.14730596827190487,0.20887973568128904,0.5,0.15372517456988796,0.12108608002071561,0.2064212662087459,0.0,0.015146253935889547,0.058413471913339496 -2391,0.5,0.15372517456988796,0.2421326225119242,0.12308197623750657,0.15372517456988796,0.022876172565506947,0.08206869863440483,0.15372517456988796,0.09937490688020488,0.2007466191071327,0.15372517456988796,0.2006038726444111,0.14679812281880594,0.15372517456988796,0.15722135225963435,0.09219415969995959,0.15372517456988796,0.09736769752399581,0.06837746719032521,0.15372517456988796,0.10285910022121446,0.1514225642354355,0.15372517456988796,0.16995343883283054,0.04238860301400452,0.5,0.15372517456988796,0.14951848713995206,0.019279603206916508,0.15372517456988796,0.06578753865940476,0.04402202886381862,0.5,0.15372517456988796,0.15332785037810798,0.1249882314303576,0.15372517456988796,0.10438945333794812,0.04484235274310456,0.15372517456988796,0.09415266463113617,0.049921259746682226,0.15372517456988796,0.17715780981189988,0.10751917198450953,0.15372517456988796,0.07244134826112905,0.1018418859259679,0.15372517456988796,0.13651519058855632,0.1771597545909342,0.15372517456988796,0.1502046495238875,0.20593276252906176,0.5,0.15372517456988796,0.12947627246964197,0.17148757340152893,0.0,0.007849972409292364,0.06859298116183161 -2392,0.5,0.15372517456988796,0.18528655521630732,0.09858884917928805,0.15372517456988796,0.022355636993817835,0.05663065761125299,0.15372517456988796,0.09793565923972067,0.22140541563287555,0.15372517456988796,0.1268091701433716,0.09999882927544873,0.15372517456988796,0.06297929989917417,0.04150133002138022,0.15372517456988796,0.08930383323275384,0.052787949624791816,0.15372517456988796,0.06875043534756908,0.09105044351950384,0.15372517456988796,0.16373762870265535,0.031574116304074286,0.5,0.15372517456988796,0.1364950163911604,0.018339565481638113,0.15372517456988796,0.052228587224540615,0.04730743495011022,0.5,0.15372517456988796,0.11863905577761699,0.0509247632898345,0.15372517456988796,0.07531240496781888,0.03004311393236732,0.15372517456988796,0.09202119200238205,0.05937928144611542,0.15372517456988796,0.1442573575733881,0.08449327058678197,0.15372517456988796,0.04428345623163802,0.07065344054955573,0.15372517456988796,0.09158240789539268,0.11370807869044873,0.15372517456988796,0.13092140051952933,0.18108931472817733,0.5,0.15372517456988796,0.11191924541609563,0.14353683946351542,0.0,0.003303828909369167,0.0695883259311836 -2393,0.5,0.15372517456988796,0.10617817451632217,0.0778373733176124,0.15372517456988796,0.02385992838868117,0.03015835247634833,0.15372517456988796,0.07944019604637943,0.22819886202880832,0.15372517456988796,0.08148815122926324,0.060352336527501924,0.15372517456988796,0.03228928757690476,0.015363028588308457,0.15372517456988796,0.0610176625484074,0.03284312714994315,0.15372517456988796,0.05360361683039078,0.06616282967908005,0.15372517456988796,0.10467723330927516,0.016440343099906385,0.5,0.15372517456988796,0.09534140884496915,0.01738071458927014,0.15372517456988796,0.03606178280963912,0.036344781983153204,0.5,0.15372517456988796,0.09658289533037911,0.02240746541788708,0.15372517456988796,0.06313339044973434,0.019490353184964105,0.15372517456988796,0.07943454879068448,0.05695972239011775,0.15372517456988796,0.08725326458183869,0.05811711653102951,0.15372517456988796,0.021890077909004216,0.04388079414902984,0.15372517456988796,0.05455627079823437,0.06713391596009759,0.15372517456988796,0.08421092247605566,0.13178556191260518,0.5,0.15372517456988796,0.07571138413446263,0.10065688620129559,0.0,0.0007517550690208319,0.08308359916686808 -2394,0.5,0.15372517456988796,0.03633775941881939,0.04479780201192834,0.15372517456988796,0.018831590841225973,0.0110749185389041,0.15372517456988796,0.035755369762225986,0.21323544140847103,0.15372517456988796,0.036244000453617205,0.031607880233987584,0.15372517456988796,0.01488111910462808,0.006695629088105978,0.15372517456988796,0.030835981757540216,0.01673033621160539,0.15372517456988796,0.025652389491809792,0.03199307884314896,0.15372517456988796,0.04043652715790249,0.004135675634358227,0.5,0.15372517456988796,0.04781843592537417,0.010484459809658177,0.15372517456988796,0.016428321299361948,0.01940820286589004,0.5,0.15372517456988796,0.07363259332307384,0.0074201166806015855,0.15372517456988796,0.03942073537370712,0.010011222338479939,0.15372517456988796,0.029708900902628746,0.03812412619694356,0.15372517456988796,0.038700640327387084,0.028649868641176635,0.15372517456988796,0.0070649778811057076,0.026694375607934487,0.15372517456988796,0.025645728904129687,0.0368278420817653,0.15372517456988796,0.034917443075034096,0.0873940398757174,0.5,0.15372517456988796,0.023315840325682166,0.06454380745387572,0.0,0.00022517461349777225,0.09829734317874377 -2395,0.5,0.15372517456988796,7.685750171309903e-05,0.02408024524905437,0.15372517456988796,0.00023421676820458334,0.008815182315878823,0.15372517456988796,0.0002954386857776256,0.15075315011358228,0.15372517456988796,7.100947055484167e-05,0.021671035881921458,0.15372517456988796,0.002013265613413855,0.0051068439495485785,0.15372517456988796,0.005127252840358427,0.012082017704401947,0.15372517456988796,0.0006345348545715266,0.009726543949648673,0.15372517456988796,0.0018432213733082091,0.001098427830745342,0.5,0.15372517456988796,0.0010338887435174813,0.002261713892862702,0.15372517456988796,0.000288168496410446,0.010216958383648682,0.5,0.15372517456988796,0.0,0.005216224046645796,0.15372517456988796,0.0003599595827747843,0.005596409525290053,0.15372517456988796,5.1960989082699705e-05,0.02644153324788345,0.15372517456988796,0.0032403261417836143,0.015544681477736072,0.15372517456988796,7.348296959476641e-05,0.01340802132313038,0.15372517456988796,0.00046021557749627767,0.012591586118280916,0.15372517456988796,9.926740357098243e-05,0.06087840706916293,0.5,0.15372517456988796,3.050994523710447e-05,0.04674035047504159,0.0,0.0,0.10397983445464555 -2396,0.5,0.15372517456988796,0.0,0.01623005322615328,0.15372517456988796,0.0,0.015427401220499869,0.15372517456988796,0.0,0.12533433740059563,0.15372517456988796,0.0,0.014909430843917094,0.15372517456988796,0.0,0.0035774088848670466,0.15372517456988796,0.0,0.008650813997330689,0.15372517456988796,0.0,0.00617983249159082,0.15372517456988796,0.0,0.000569284902992376,0.5,0.15372517456988796,0.0,0.0010825224803546949,0.15372517456988796,0.0,0.005199471586609279,0.5,0.15372517456988796,0.0,0.0040065847249282265,0.15372517456988796,0.0,0.004565512503043126,0.15372517456988796,0.0,0.02257900899105104,0.15372517456988796,0.0,0.00925198434258123,0.15372517456988796,0.0,0.007270345473583916,0.15372517456988796,0.0,0.00422255685447452,0.15372517456988796,0.0,0.04930721599564136,0.5,0.15372517456988796,0.0,0.03742711305496003,0.0,0.0,0.09129139121567996 -2397,0.5,0.15372517456988796,0.0,0.00926598869802607,0.15372517456988796,0.0,0.01880182433276124,0.15372517456988796,0.0,0.08477004549284835,0.15372517456988796,0.0,0.009128078549453144,0.15372517456988796,0.0,0.003306287358295256,0.15372517456988796,0.0,0.007758160491479748,0.15372517456988796,0.0,0.005650954763512037,0.15372517456988796,0.0,0.000509808580432842,0.5,0.15372517456988796,0.0,0.0008789954045231126,0.15372517456988796,0.0,0.002487236137616453,0.5,0.15372517456988796,0.0,0.0032485807015182142,0.15372517456988796,0.0,0.0041906976146417405,0.15372517456988796,0.0,0.01970604764151878,0.15372517456988796,0.0,0.003481984522013211,0.15372517456988796,0.0,0.0038951682906158062,0.15372517456988796,0.0,0.001379908442177525,0.15372517456988796,0.0,0.0386829938844119,0.5,0.15372517456988796,0.0,0.02685742679145048,0.0,7.813421686393407e-05,0.08405796064191298 -2398,0.5,0.15372517456988796,0.0,0.004206506031712531,0.15372517456988796,0.0,0.0076791592446601425,0.15372517456988796,0.0,0.04161915268601797,0.15372517456988796,0.0,0.00583003368530781,0.15372517456988796,0.0,0.0023424125182492468,0.15372517456988796,0.0,0.011596718180518412,0.15372517456988796,0.0,0.006075815179151477,0.15372517456988796,0.0,0.0024695059435810036,0.5,0.15372517456988796,0.0,0.0007168512315286434,0.15372517456988796,0.0,0.0012689606558422004,0.5,0.15372517456988796,0.0,0.0009924928646117236,0.15372517456988796,0.0,0.0042736077646205505,0.15372517456988796,0.0,0.019094738451798453,0.15372517456988796,0.0,0.001007111381053397,0.15372517456988796,0.0,0.0019604868320430837,0.15372517456988796,0.0,0.0005838187155910651,0.15372517456988796,0.0,0.020146739334762014,0.5,0.15372517456988796,0.0,0.01590426155658554,0.0,0.00029445151803441413,0.08590556916440971 -2399,0.5,0.15372517456988796,0.0,0.0030134900351580993,0.15372517456988796,0.0,0.001596414917186215,0.15372517456988796,0.0,0.01935275561256247,0.15372517456988796,0.0,0.002577644846700704,0.15372517456988796,0.0,0.0019806200936864048,0.15372517456988796,0.0,0.01727655648189341,0.15372517456988796,0.0,0.009523344638655663,0.15372517456988796,0.0,0.007653663188707461,0.5,0.15372517456988796,0.0,0.00038216872010838693,0.15372517456988796,0.0,0.0006276114289504466,0.5,0.15372517456988796,0.0,0.00018119190513799213,0.15372517456988796,0.0,0.004341621172509682,0.15372517456988796,0.0,0.02066382179929919,0.15372517456988796,0.0,0.0006068278797947325,0.15372517456988796,0.0,0.0012151186634520457,0.15372517456988796,0.0,0.0006696407120737643,0.15372517456988796,0.0,0.014097586519486692,0.5,0.15372517456988796,0.0,0.008709661596442491,0.0,0.003946241030579651,0.09748555158948155 -2400,0.5,0.15372517456988796,0.0,0.004831513179242507,0.15372517456988796,0.0,0.0007295048982846699,0.15372517456988796,0.0,0.00949021353130249,0.15372517456988796,0.0,0.0010174121538402373,0.15372517456988796,0.0,0.0031374310212660865,0.15372517456988796,0.0,0.02174523221097329,0.15372517456988796,0.0,0.011783760738108013,0.15372517456988796,0.0,0.010828216381621817,0.5,0.15372517456988796,0.0,0.00030607817515715575,0.15372517456988796,0.0,0.00047017471417385695,0.5,0.15372517456988796,0.0,1.837281333032741e-05,0.15372517456988796,0.0,0.004625262147840822,0.15372517456988796,0.0,0.024660845756913276,0.15372517456988796,0.0,0.0014598094376714094,0.15372517456988796,0.0,0.001409376802084031,0.15372517456988796,0.0,0.0017401402031981148,0.15372517456988796,0.0,0.015085592571104905,0.5,0.15372517456988796,0.0,0.006523147198179088,0.0,0.010159683185106336,0.1224081295432326 -2401,0.5,0.15372517456988796,0.0,0.00841029482367979,0.15372517456988796,0.0,0.0015267992134487738,0.15372517456988796,0.0,0.003526654174743366,0.15372517456988796,0.0,0.0009136314221910509,0.15372517456988796,0.0,0.006620610984220413,0.15372517456988796,0.0,0.023960433003906115,0.15372517456988796,0.0,0.014386805529548092,0.15372517456988796,0.0,0.011978945599163458,0.5,0.15372517456988796,0.0,0.0003379134764605974,0.15372517456988796,0.0,0.0007622739092193674,0.5,0.15372517456988796,0.0,1.7246784431788545e-05,0.15372517456988796,0.0,0.005614758256757199,0.15372517456988796,0.0,0.031279447995463616,0.15372517456988796,0.0,0.003375523562800674,0.15372517456988796,0.0,0.0021644469426061745,0.15372517456988796,0.0,0.0027559435853548447,0.15372517456988796,0.0,0.013463599104302448,0.5,0.15372517456988796,0.0,0.005612434819379382,0.0,0.01974002432823391,0.1399459966773884 -2402,0.5,0.15372517456988796,0.0,0.012134139436548352,0.15372517456988796,0.0,0.005462368305090832,0.15372517456988796,0.0,0.0012668365163391536,0.15372517456988796,0.0,0.0011954841198525547,0.15372517456988796,0.0,0.008129799026028972,0.15372517456988796,0.0,0.020387520589673032,0.15372517456988796,0.0,0.01711872250992522,0.15372517456988796,0.0,0.010356502162956822,0.5,0.15372517456988796,0.0,0.00023007541570093943,0.15372517456988796,0.0,0.0022343504099283846,0.5,0.15372517456988796,0.0,0.00032194728934822864,0.15372517456988796,0.0,0.006590739763236217,0.15372517456988796,0.0,0.04476659126574565,0.15372517456988796,0.0,0.00564925856729911,0.15372517456988796,0.0,0.002759497159018881,0.15372517456988796,0.0,0.003425344012178052,0.15372517456988796,0.0,0.009443277273425565,0.5,0.15372517456988796,0.0,0.005681215514562395,0.0,0.037556822467634046,0.15493674949663036 -2403,0.5,0.15372517456988796,0.0,0.015829200195776483,0.15372517456988796,0.0,0.009519260770925013,0.15372517456988796,0.0,0.0010269189022534882,0.15372517456988796,0.0,0.0013123397495100747,0.15372517456988796,0.0,0.009158374318636295,0.15372517456988796,0.0,0.01439041180434394,0.15372517456988796,0.0,0.018691645201002964,0.15372517456988796,0.0,0.007038356920167483,0.5,0.15372517456988796,0.0,0.0001404737296759861,0.15372517456988796,0.0,0.00365261042191696,0.5,0.15372517456988796,0.0,0.0007734287315377411,0.15372517456988796,0.0,0.008000443382278368,0.15372517456988796,0.0,0.05979020362405427,0.15372517456988796,0.0,0.007947785898148348,0.15372517456988796,0.0,0.0032423277856201567,0.15372517456988796,0.0,0.004227109076110015,0.15372517456988796,0.0,0.004759726801501046,0.5,0.15372517456988796,0.0,0.005340007737750551,0.0,0.047230624329107726,0.15152231813525652 -2404,0.5,0.15372517456988796,0.0,0.020514372506456758,0.15372517456988796,0.0,0.010613560507017441,0.15372517456988796,0.0,0.0011432025640300818,0.15372517456988796,0.0,0.0013281794065101672,0.15372517456988796,0.0,0.015341786552533584,0.15372517456988796,0.0,0.017999321251862065,0.15372517456988796,0.0,0.019303481454542262,0.15372517456988796,0.0,0.004532881764296486,0.5,0.15372517456988796,0.0,0.00021083532805667027,0.15372517456988796,0.0,0.005190627361509733,0.5,0.15372517456988796,0.0,0.0007207398993250495,0.15372517456988796,0.0,0.007662140462510139,0.15372517456988796,0.0,0.07746163233201642,0.15372517456988796,0.0,0.010069216300337802,0.15372517456988796,0.0,0.004332041655804516,0.15372517456988796,0.0,0.00443396560453034,0.15372517456988796,0.0,0.0023120296239570724,0.5,0.15372517456988796,0.0,0.004112485372761457,0.0,0.03867940524469403,0.1285837427072005 -2405,0.5,0.15372517456988796,0.0,0.023765731433388587,0.15372517456988796,0.0,0.009262965988610405,0.15372517456988796,0.0,0.001638808572954472,0.15372517456988796,0.0,0.0015494033797795515,0.15372517456988796,0.0,0.017606813092854848,0.15372517456988796,0.0,0.026401943674338138,0.15372517456988796,0.0,0.018460389383879967,0.15372517456988796,0.0,0.003988357177980916,0.5,0.15372517456988796,0.0,0.00033967434086515277,0.15372517456988796,0.0,0.005784064971263858,0.5,0.15372517456988796,0.0,0.0004911027373739146,0.15372517456988796,0.0,0.008556221069649194,0.15372517456988796,0.0,0.08744602947183253,0.15372517456988796,0.0,0.012427654041422192,0.15372517456988796,0.0,0.004893545221263381,0.15372517456988796,0.0,0.004294512030180759,0.15372517456988796,0.0,0.0014322837635255207,0.5,0.15372517456988796,0.0,0.003916695868635664,0.0,0.031619233591276115,0.10150743710778583 -2406,0.5,0.15372517456988796,8.003847928132249e-06,0.025450184114702956,0.15372517456988796,0.0,0.007317018242042172,0.15372517456988796,0.0,0.002970298082600634,0.15372517456988796,3.9520169066017555e-05,0.0021408608356114247,0.15372517456988796,0.0,0.01788484348594778,0.15372517456988796,0.0,0.02631404311745025,0.15372517456988796,0.0,0.019775143875244837,0.15372517456988796,0.0,0.005284091766203276,0.5,0.15372517456988796,0.0,0.000415191879136358,0.15372517456988796,0.0,0.006792100577376612,0.5,0.15372517456988796,0.0,0.00020437647120487805,0.15372517456988796,0.0,0.00899420073797725,0.15372517456988796,0.0,0.09241742968144506,0.15372517456988796,0.0,0.01696037735201931,0.15372517456988796,0.0,0.0058530902925268006,0.15372517456988796,0.0,0.004586370179580438,0.15372517456988796,0.0,0.0008408703483525767,0.5,0.15372517456988796,0.0,0.0036230376404716965,0.0,0.031037310024342964,0.1400392962183688 -2407,0.5,0.15372517456988796,0.011079161924500352,0.026123364864774595,0.15372517456988796,0.005801820206716058,0.005511235770616693,0.15372517456988796,0.01049160422529868,0.00545098163988091,0.15372517456988796,0.011073396057178306,0.00286996066268035,0.15372517456988796,0.014534336583439311,0.018018128491386315,0.15372517456988796,0.021803295364428266,0.02291258263941675,0.15372517456988796,0.0047616015265191545,0.02343854137024082,0.15372517456988796,0.004124296419771716,0.008716215484467755,0.5,0.15372517456988796,0.0035915570338928573,0.0004948894630283408,0.15372517456988796,0.025427608289835812,0.008752942603305652,0.5,0.15372517456988796,0.011417395367979097,7.336734892826166e-06,0.15372517456988796,0.02858366183785234,0.0062958117821889535,0.15372517456988796,0.022081236052168943,0.08882889757261099,0.15372517456988796,0.01571618389821306,0.022462317495025586,0.15372517456988796,0.005331892732232949,0.008510811884933127,0.15372517456988796,0.012515556672272598,0.00476923935746812,0.15372517456988796,0.018263153516285546,0.0004525870161630435,0.5,0.15372517456988796,0.022689885276717957,0.0029173390300702073,0.0,0.038041247714577724,0.21260315718538275 -2408,0.5,0.15372517456988796,0.04524973162802805,0.031026897846821264,0.15372517456988796,0.06018908694982208,0.007758295022198039,0.15372517456988796,0.044773095461073206,0.009256905801300343,0.15372517456988796,0.046253675710812306,0.0046343292534841325,0.15372517456988796,0.08399836183960871,0.02774649132081575,0.15372517456988796,0.12037275764906503,0.028838438260201084,0.15372517456988796,0.04093126773989415,0.04380089140322975,0.15372517456988796,0.04078576575531611,0.018637535288850857,0.5,0.15372517456988796,0.025259753246109864,0.0006696596460503581,0.15372517456988796,0.09837813730505894,0.01842293388849231,0.5,0.15372517456988796,0.05970670546724248,2.9294413992974956e-05,0.15372517456988796,0.12879785723929416,0.0027571022936137804,0.15372517456988796,0.06864286287718534,0.11255235044337722,0.15372517456988796,0.08170061519171297,0.03478663874907074,0.15372517456988796,0.02079172904724995,0.015832989661772684,0.15372517456988796,0.05647443761450592,0.006519709722686151,0.15372517456988796,0.06743748083805733,0.0006874913501461054,0.5,0.15372517456988796,0.0945871404557961,0.005818466993991659,0.0,0.052036180092017124,0.22494670896999966 -2409,0.5,0.15372517456988796,0.10022685317561125,0.04625518954785544,0.15372517456988796,0.21922686674254113,0.039703073975019536,0.15372517456988796,0.10933887890625428,0.021754731637691378,0.15372517456988796,0.11434991500838461,0.008972923380090961,0.15372517456988796,0.17746940496074792,0.051173386590482,0.15372517456988796,0.2551041950140517,0.034367732215809244,0.15372517456988796,0.12270596029890635,0.08253511903847707,0.15372517456988796,0.10650201708124638,0.025083899544831936,0.5,0.15372517456988796,0.06756844232652416,0.0015982580929625868,0.15372517456988796,0.19155551993923578,0.05945686581868386,0.5,0.15372517456988796,0.12809641267647912,0.0003586965366496555,0.15372517456988796,0.2568618285152191,0.011560533075253796,0.15372517456988796,0.10159277973567807,0.185278493165545,0.15372517456988796,0.15468686562534725,0.07391418791994847,0.15372517456988796,0.05272696418898855,0.03408611423207338,0.15372517456988796,0.11114461392440203,0.01959882827125594,0.15372517456988796,0.14045237792554421,0.0012914733567215915,0.5,0.15372517456988796,0.18316160919630037,0.013965915250352448,0.0,0.07259322783086243,0.21954403616975296 -2410,0.5,0.15372517456988796,0.15207747197808036,0.06210525576263404,0.15372517456988796,0.29526496460601165,0.10721348542621184,0.15372517456988796,0.1438288205181799,0.030543978866853647,0.15372517456988796,0.190493538286262,0.011749166256425265,0.15372517456988796,0.2761000390380429,0.07519109123889803,0.15372517456988796,0.3893342742981269,0.03570045800892742,0.15372517456988796,0.18364974165856773,0.11653263957364472,0.15372517456988796,0.19476539509922705,0.03800564919531292,0.5,0.15372517456988796,0.13198991054294426,0.003976689325641288,0.15372517456988796,0.24102438538401677,0.08342484710808157,0.5,0.15372517456988796,0.1940539175721932,0.0014075470170932336,0.15372517456988796,0.35891491240252466,0.04603672037801251,0.15372517456988796,0.11086982840876805,0.2104797130549455,0.15372517456988796,0.18250023512906277,0.14660264527535877,0.15372517456988796,0.0993837159938031,0.06138194811432172,0.15372517456988796,0.09169381645093637,0.03546638010689433,0.15372517456988796,0.23257044051613984,0.001683235637524266,0.5,0.15372517456988796,0.22108856870934618,0.02965803767350295,0.0,0.09665794327161056,0.2118065227065684 -2411,0.5,0.15372517456988796,0.20088791176037968,0.06483459470692142,0.15372517456988796,0.3364687032605854,0.20012200272986924,0.15372517456988796,0.18469327150905604,0.03439336081363145,0.15372517456988796,0.24904236248399098,0.012672618014988916,0.15372517456988796,0.2811509783891912,0.11679739471977796,0.15372517456988796,0.4824905793419152,0.05900728028678835,0.15372517456988796,0.21709937406849897,0.12947114354213454,0.15372517456988796,0.29783829597911693,0.06538286573701911,0.5,0.15372517456988796,0.17455292143872994,0.01174798370984136,0.15372517456988796,0.3167330687637868,0.10301984457959029,0.5,0.15372517456988796,0.2863507185528654,0.0022604598192839296,0.15372517456988796,0.4632276038733618,0.07965248257806888,0.15372517456988796,0.11548199171191159,0.2288865224439908,0.15372517456988796,0.18834248063805425,0.19175718677736966,0.15372517456988796,0.15429066440988448,0.08879734420718667,0.15372517456988796,0.1110591088442283,0.06790673507656833,0.15372517456988796,0.3197629467875379,0.0021884268081847564,0.5,0.15372517456988796,0.22529484225148305,0.015732968015205583,0.0,0.10308252159085479,0.22484207291380326 -2412,0.5,0.15372517456988796,0.21777779623007076,0.07066579778880262,0.15372517456988796,0.16467593636942857,0.2127088764709492,0.15372517456988796,0.18360274825433134,0.036089677217311565,0.15372517456988796,0.29594118813579146,0.010399977250912431,0.15372517456988796,0.3102420664691743,0.12688417692912557,0.15372517456988796,0.46703010342849655,0.08024499837555019,0.15372517456988796,0.2560561972982434,0.12363225559394618,0.15372517456988796,0.3510312273897662,0.10368906480197276,0.5,0.15372517456988796,0.2419939852866289,0.023840854650691953,0.15372517456988796,0.39480380615454636,0.12273365688105402,0.5,0.15372517456988796,0.3680971805827878,0.0033488569169095096,0.15372517456988796,0.5030716379771261,0.0780913960756653,0.15372517456988796,0.15457203069078868,0.23952566817792503,0.15372517456988796,0.14563470220355101,0.22497664018314945,0.15372517456988796,0.22149335933514586,0.09932326838678236,0.15372517456988796,0.1509847797567044,0.08788465647821687,0.15372517456988796,0.3342290512218681,0.004132345176455705,0.5,0.15372517456988796,0.21807907933436915,0.003406485678538956,0.0,0.10731162762211505,0.24713635894633681 -2413,0.5,0.15372517456988796,0.24571668005793254,0.07313166970525357,0.15372517456988796,0.11564839950074407,0.2850346371147902,0.15372517456988796,0.1470954227493605,0.035556091551260466,0.15372517456988796,0.31835993056213935,0.008489698834554173,0.15372517456988796,0.3545369538465719,0.14635168469202325,0.15372517456988796,0.4601179128327457,0.06518307634649562,0.15372517456988796,0.2873454157593798,0.09391960549455494,0.15372517456988796,0.3694574849333515,0.1223644169665585,0.5,0.15372517456988796,0.2658438167843252,0.032907675880005656,0.15372517456988796,0.463823864566185,0.11678620096635015,0.5,0.15372517456988796,0.30899671419608454,0.003714933383068571,0.15372517456988796,0.43303812183397306,0.06697389580279545,0.15372517456988796,0.24149716490804202,0.2581838246290554,0.15372517456988796,0.17115036951130141,0.27366893895726513,0.15372517456988796,0.2260701749140617,0.09977922408867834,0.15372517456988796,0.15819411866414257,0.0982679582291001,0.15372517456988796,0.3050033222894073,0.005062674949320554,0.5,0.15372517456988796,0.2710882556008782,0.0008078092986147733,0.0,0.1245404094874144,0.3321146469974308 -2414,0.5,0.15372517456988796,0.2136440639428844,0.08067124712055679,0.15372517456988796,0.03929050833509974,0.2295507145019464,0.15372517456988796,0.12337667006840664,0.0448581722957263,0.15372517456988796,0.29525286568130155,0.008774365640602728,0.15372517456988796,0.24188666080545637,0.20596784678745667,0.15372517456988796,0.4682626725921716,0.08417334151988454,0.15372517456988796,0.3114729835584794,0.05584051726943985,0.15372517456988796,0.42218312245380796,0.10935931922347876,0.5,0.15372517456988796,0.27371034127277905,0.03734965650120832,0.15372517456988796,0.44955148159510494,0.09166771693526903,0.5,0.15372517456988796,0.2749518292946115,0.003840312335059617,0.15372517456988796,0.36832011360851014,0.06565335152656702,0.15372517456988796,0.27249795005419414,0.29682623909571687,0.15372517456988796,0.23660875747646695,0.3050897723491577,0.15372517456988796,0.22029379334596647,0.11366602027697892,0.15372517456988796,0.1270910645198883,0.09145629516526932,0.15372517456988796,0.27464543146389264,0.00625625572375829,0.5,0.15372517456988796,0.2180871129029308,0.0006666412039217256,0.0,0.125164497179872,0.30586037636931757 -2415,0.5,0.15372517456988796,0.12444687220772521,0.07852577649631894,0.15372517456988796,0.05273579292548154,0.1418647860345968,0.15372517456988796,0.11687551030198473,0.06270280095962741,0.15372517456988796,0.18908166286427122,0.008358639729176059,0.15372517456988796,0.2210159243960575,0.23324370278731119,0.15372517456988796,0.35808026932178666,0.10838570770898248,0.15372517456988796,0.2894732702473983,0.045727798597523656,0.15372517456988796,0.36519510552429063,0.09936309450993258,0.5,0.15372517456988796,0.24070645826779336,0.04203057566037558,0.15372517456988796,0.3282393555415884,0.07451651874598614,0.5,0.15372517456988796,0.25359350003071357,0.003943928653455893,0.15372517456988796,0.3123031598420917,0.06790737839309174,0.15372517456988796,0.2696214941257088,0.32016314244856636,0.15372517456988796,0.21902484716173448,0.3215560865634224,0.15372517456988796,0.18952517117089304,0.11897093695664718,0.15372517456988796,0.136134658131211,0.08604294798303386,0.15372517456988796,0.22713598150091258,0.00838389155556086,0.5,0.15372517456988796,0.1542584410342026,0.001038818963536226,0.0,0.09495607765468486,0.21160375097851886 -2416,0.5,0.15372517456988796,0.10997603874274717,0.08182182809591099,0.15372517456988796,0.14332317565253233,0.2025106170308101,0.15372517456988796,0.10045605810463512,0.07860990413132506,0.15372517456988796,0.12935676652747136,0.007774377002656135,0.15372517456988796,0.13527574506460413,0.25026777301931125,0.15372517456988796,0.2948744638236907,0.13595593192590494,0.15372517456988796,0.21005245030381864,0.05389327084441586,0.15372517456988796,0.2871301505064473,0.0889927249406871,0.5,0.15372517456988796,0.2011719413732337,0.057006500037971586,0.15372517456988796,0.25545358919052047,0.07360293329894671,0.5,0.15372517456988796,0.19553330760970683,0.0029669436630496296,0.15372517456988796,0.2684451171064281,0.0729954280576893,0.15372517456988796,0.22117475503718348,0.30469147573408806,0.15372517456988796,0.17285999459724902,0.31195133793545926,0.15372517456988796,0.1411288923358392,0.12393780033648945,0.15372517456988796,0.11374484567766252,0.08435637074037591,0.15372517456988796,0.18209263015407315,0.010606276488750701,0.5,0.15372517456988796,0.1010560554451687,0.001895080103795464,0.0,0.06679325221438788,0.15181918403613862 -2417,0.5,0.15372517456988796,0.07656782104254875,0.06631918876173298,0.15372517456988796,0.11312875257893545,0.18942029206831973,0.15372517456988796,0.08270363629386969,0.09128152555168308,0.15372517456988796,0.1031555268375316,0.007210002178660499,0.15372517456988796,0.08272647104300906,0.2326993849402173,0.15372517456988796,0.17200193656429058,0.1505393250691449,0.15372517456988796,0.09101816055762621,0.05483414542611966,0.15372517456988796,0.20752550311004142,0.07077712122277016,0.5,0.15372517456988796,0.1284701203295067,0.06918670417340178,0.15372517456988796,0.16790623084770712,0.07015689636893255,0.5,0.15372517456988796,0.1517151848898021,0.003037870346232961,0.15372517456988796,0.20845473891088523,0.0750745931329458,0.15372517456988796,0.15561719873474164,0.27996928121905157,0.15372517456988796,0.16465956070528145,0.29400139006692627,0.15372517456988796,0.09200712078509131,0.11104392114602332,0.15372517456988796,0.09155855226763589,0.07597166426896662,0.15372517456988796,0.1265122263045002,0.014753784226387975,0.5,0.15372517456988796,0.05644725135830933,0.0034559203128256824,0.0,0.02618137559637743,0.1292083488853171 -2418,0.5,0.15372517456988796,0.03150095032263958,0.04575240002804232,0.15372517456988796,0.02868236728001479,0.1284242333301504,0.15372517456988796,0.034445329843777926,0.06844426560021391,0.15372517456988796,0.03843916881453886,0.006133209636574832,0.15372517456988796,0.04655999888145389,0.20874835264084604,0.15372517456988796,0.0838758164205641,0.13392087934975722,0.15372517456988796,0.04702872982961763,0.04087700873945348,0.15372517456988796,0.1327905920080933,0.044291766745777894,0.5,0.15372517456988796,0.058466070857365035,0.0670105766145991,0.15372517456988796,0.0821349010333559,0.05581162038697493,0.5,0.15372517456988796,0.09795537967501834,0.005211157047202458,0.15372517456988796,0.11680928576849536,0.05088109643226961,0.15372517456988796,0.08719605295246977,0.21044273988192091,0.15372517456988796,0.10465816499475954,0.24061376602757029,0.15372517456988796,0.0374007397861826,0.08080857601255557,0.15372517456988796,0.05364843052760773,0.048652486284802864,0.15372517456988796,0.05138917956926901,0.015866541232216185,0.5,0.15372517456988796,0.02178592258298904,0.0024063629371586285,0.0,0.02520709905445752,0.13594060891030801 -2419,0.5,0.15372517456988796,2.551744342341843e-05,0.038141655005978825,0.15372517456988796,0.0,0.06413657459226563,0.15372517456988796,9.208817462693179e-05,0.050057662395268245,0.15372517456988796,0.0,0.005556389017548825,0.15372517456988796,0.008252092849167794,0.1782874679385693,0.15372517456988796,0.016375047255715723,0.12508602045146183,0.15372517456988796,0.0034598589802468434,0.03752771617100177,0.15372517456988796,0.017736874995365075,0.020556686775989257,0.5,0.15372517456988796,0.002750086233685122,0.05787876730073147,0.15372517456988796,0.0,0.02645528964532595,0.5,0.15372517456988796,0.0,0.006177451730666782,0.15372517456988796,0.0,0.02326972628166282,0.15372517456988796,0.0005049386886131291,0.12343863022471371,0.15372517456988796,0.0175818346883771,0.12750625405172375,0.15372517456988796,0.00011136746714448089,0.0627823531782055,0.15372517456988796,0.0,0.023666768915632744,0.15372517456988796,0.0,0.015027083418197824,0.5,0.15372517456988796,0.0002673868015533425,0.0025854952056722034,0.0,0.03725330051509702,0.12911678139494664 -2420,0.5,0.15372517456988796,0.0,0.03536383923908013,0.15372517456988796,0.0,0.044387552963067234,0.15372517456988796,0.0,0.04465607612799813,0.15372517456988796,0.0,0.00870673801997561,0.15372517456988796,0.0,0.1255733295261613,0.15372517456988796,0.0,0.13566955737663322,0.15372517456988796,0.0,0.0507621844427811,0.15372517456988796,0.0,0.02682550905951054,0.5,0.15372517456988796,0.0,0.05379308516724121,0.15372517456988796,0.0,0.01545356736862978,0.5,0.15372517456988796,0.0,0.022070030734653204,0.15372517456988796,0.0,0.013673143270653805,0.15372517456988796,0.0,0.09559110115939247,0.15372517456988796,0.0,0.07996548693938077,0.15372517456988796,0.0,0.06021856393632591,0.15372517456988796,0.0,0.01921046581768071,0.15372517456988796,0.0,0.02158861638853136,0.5,0.15372517456988796,0.0,0.0031412022013090966,0.0,0.03677710625483565,0.0830831426748259 -2421,0.5,0.15372517456988796,0.0,0.03781475104334397,0.15372517456988796,0.0,0.060209168483411776,0.15372517456988796,0.0,0.03711720014690661,0.15372517456988796,0.0,0.013979265736850554,0.15372517456988796,0.0,0.104502244993125,0.15372517456988796,0.0,0.14755500286791118,0.15372517456988796,0.0,0.0685922053748791,0.15372517456988796,0.0,0.045780191963262454,0.5,0.15372517456988796,0.0,0.04347634811930704,0.15372517456988796,0.0,0.009883956856387755,0.5,0.15372517456988796,0.0,0.055914491861418975,0.15372517456988796,0.0,0.008920140953709323,0.15372517456988796,0.0,0.0703239357064557,0.15372517456988796,0.0,0.0647289471630424,0.15372517456988796,0.0,0.06120428517313459,0.15372517456988796,0.0,0.018376049534003125,0.15372517456988796,0.0,0.03224602732833961,0.5,0.15372517456988796,0.0,0.0015794064942952477,0.0,0.02392354639064577,0.0248279544278324 -2422,0.5,0.15372517456988796,0.0,0.04001112478460153,0.15372517456988796,0.0,0.054676402594873004,0.15372517456988796,0.0,0.025881358409075857,0.15372517456988796,0.0,0.018816194561619263,0.15372517456988796,0.0,0.0765023986556058,0.15372517456988796,0.0,0.12904172118945254,0.15372517456988796,0.0,0.08821051147876835,0.15372517456988796,0.0,0.04588130512845587,0.5,0.15372517456988796,0.0,0.03627877070827994,0.15372517456988796,0.0,0.0061866899193187335,0.5,0.15372517456988796,0.0,0.07869488144744602,0.15372517456988796,0.0,0.007720417623329554,0.15372517456988796,0.0,0.05749941015071526,0.15372517456988796,0.0,0.046699694333140376,0.15372517456988796,0.0,0.06317529558429259,0.15372517456988796,0.0,0.015664058459709664,0.15372517456988796,0.0,0.031301196441568445,0.5,0.15372517456988796,0.0,0.0007022974062114034,0.0,0.01002687387373073,0.007791877218923324 -2423,0.5,0.15372517456988796,0.0,0.04338248513583538,0.15372517456988796,0.0,0.0339321062616523,0.15372517456988796,0.0,0.018674829997869707,0.15372517456988796,0.0,0.01933074243369881,0.15372517456988796,0.0,0.0488127890676232,0.15372517456988796,0.0,0.09485011865191036,0.15372517456988796,0.0,0.07488169438373184,0.15372517456988796,0.0,0.03324230678539327,0.5,0.15372517456988796,0.0,0.02510903272415197,0.15372517456988796,0.0,0.004216062239496317,0.5,0.15372517456988796,0.0,0.0688697557710886,0.15372517456988796,0.0,0.006875426337388625,0.15372517456988796,0.0,0.0364333395872381,0.15372517456988796,0.0,0.02335925241223285,0.15372517456988796,0.0,0.05163148643040029,0.15372517456988796,0.0,0.014760717469417772,0.15372517456988796,0.0,0.025638933275423603,0.5,0.15372517456988796,0.0,0.0005116449313757242,0.0,0.004593525652471796,0.009113142545920005 -2424,0.5,0.15372517456988796,0.0,0.043809164411882096,0.15372517456988796,0.0,0.023387031179446845,0.15372517456988796,0.0,0.012240088333901134,0.15372517456988796,0.0,0.01902890391250778,0.15372517456988796,0.0,0.014956833557091702,0.15372517456988796,0.0,0.06813288930480521,0.15372517456988796,0.0,0.05759052090617507,0.15372517456988796,0.0,0.020178090910479465,0.5,0.15372517456988796,0.0,0.024685904601446353,0.15372517456988796,0.0,0.002262561372956896,0.5,0.15372517456988796,0.0,0.06446513307282771,0.15372517456988796,0.0,0.005281871337505693,0.15372517456988796,0.0,0.029027237738220066,0.15372517456988796,0.0,0.014463625194169445,0.15372517456988796,0.0,0.04164762174032422,0.15372517456988796,0.0,0.010494137337050664,0.15372517456988796,0.0,0.025112568462471313,0.5,0.15372517456988796,0.0,0.0006345337285533103,0.0,0.0073972320081554755,0.019580345760857064 -2425,0.5,0.15372517456988796,0.0,0.03736229394628724,0.15372517456988796,0.0,0.02758919432330053,0.15372517456988796,0.0,0.008254971950305952,0.15372517456988796,0.0,0.0229162913699333,0.15372517456988796,0.0,0.008766098740538946,0.15372517456988796,0.0,0.02994183874672917,0.15372517456988796,0.0,0.02918213546223415,0.15372517456988796,0.0,0.00921713575578124,0.5,0.15372517456988796,0.0,0.019703304785913183,0.15372517456988796,0.0,0.0011977988346779595,0.5,0.15372517456988796,0.0,0.06098121380479413,0.15372517456988796,0.0,0.0043324845323588915,0.15372517456988796,0.0,0.021792764161093034,0.15372517456988796,0.0,0.009489596377109536,0.15372517456988796,0.0,0.03080556935763356,0.15372517456988796,0.0,0.006478284672399357,0.15372517456988796,0.0,0.022997910878055375,0.5,0.15372517456988796,0.0,0.0007033449083873968,0.0,0.034499152957819114,0.0354263553562341 -2426,0.5,0.15372517456988796,0.0,0.03686764595014961,0.15372517456988796,0.0,0.011371522492370669,0.15372517456988796,0.0,0.0031205277556814394,0.15372517456988796,0.0,0.024179390007716937,0.15372517456988796,0.0,0.008088107425467783,0.15372517456988796,0.0,0.018899468726457612,0.15372517456988796,0.0,0.01682907872307478,0.15372517456988796,0.0,0.0017243778091151178,0.5,0.15372517456988796,0.0,0.011968739070314278,0.15372517456988796,0.0,0.000483615015325715,0.5,0.15372517456988796,0.0,0.048744077144788366,0.15372517456988796,0.0,0.004347052330606147,0.15372517456988796,0.0,0.02050023885617033,0.15372517456988796,0.0,0.003935207619696384,0.15372517456988796,0.0,0.027502156257861045,0.15372517456988796,0.0,0.0014288076558283,0.15372517456988796,0.0,0.019830342305163576,0.5,0.15372517456988796,0.0,0.0005227212618206072,0.0,0.07785811596034772,0.061152006194785176 -2427,0.5,0.15372517456988796,0.0,0.039538305245008835,0.15372517456988796,0.0,0.0017070042758104758,0.15372517456988796,0.0,0.0008285710971802187,0.15372517456988796,0.0,0.020528877700695315,0.15372517456988796,0.0,0.00555925618065647,0.15372517456988796,0.0,0.020823548409073092,0.15372517456988796,0.0,0.021395762415887275,0.15372517456988796,0.0,0.002420071047733712,0.5,0.15372517456988796,0.0,0.008454775678070145,0.15372517456988796,0.0,0.0006148664047348026,0.5,0.15372517456988796,0.0,0.03245946393382886,0.15372517456988796,0.0,0.0053232887615604334,0.15372517456988796,0.0,0.016780409003240612,0.15372517456988796,0.0,0.002160794879175806,0.15372517456988796,0.0,0.030290504019388622,0.15372517456988796,0.0,0.00040577230309895136,0.15372517456988796,0.0,0.014785420866063322,0.5,0.15372517456988796,0.0,0.0003284801207183684,0.0,0.09966842039897028,0.13225439911377232 -2428,0.5,0.15372517456988796,0.0,0.03278736982911039,0.15372517456988796,0.0,0.0009162424435103963,0.15372517456988796,0.0,0.0007282873547970938,0.15372517456988796,0.0,0.017879299602307896,0.15372517456988796,0.0,0.002289602857189306,0.15372517456988796,0.0,0.02704714104147191,0.15372517456988796,0.0,0.029032583273182536,0.15372517456988796,0.0,0.0056048123050153305,0.5,0.15372517456988796,0.0,0.0069014938403611364,0.15372517456988796,0.0,0.001990984528518945,0.5,0.15372517456988796,0.0,0.019464557699522496,0.15372517456988796,0.0,0.006153809235615154,0.15372517456988796,0.0,0.019476964247430048,0.15372517456988796,0.0,0.006355610189342147,0.15372517456988796,0.0,0.022816292431381936,0.15372517456988796,0.0,0.002836702114604227,0.15372517456988796,0.0,0.006515746912105643,0.5,0.15372517456988796,0.0,0.0002824163650979888,0.0,0.04656390539525228,0.22440333001982796 -2429,0.5,0.15372517456988796,0.0,0.023984900038169485,0.15372517456988796,0.0,0.00256432877096853,0.15372517456988796,0.0,0.0018330227247517477,0.15372517456988796,0.0,0.01836116917549858,0.15372517456988796,0.0,0.001397173529129132,0.15372517456988796,0.0,0.023040655249389155,0.15372517456988796,0.0,0.013802488781370395,0.15372517456988796,0.0,0.003729150790906983,0.5,0.15372517456988796,0.0,0.0049294153240895386,0.15372517456988796,0.0,0.0015757498660825997,0.5,0.15372517456988796,0.0,0.007593991228706885,0.15372517456988796,0.0,0.004870222290252993,0.15372517456988796,0.0,0.027331768854618084,0.15372517456988796,0.0,0.011732884479711742,0.15372517456988796,0.0,0.00937506083873136,0.15372517456988796,0.0,0.0025422053165216787,0.15372517456988796,0.0,0.0038551035023953167,0.5,0.15372517456988796,0.0,0.00022039776769203348,0.0,0.03908570755012423,0.3022568138943656 -2430,0.5,0.15372517456988796,7.804121240312698e-05,0.01682405436586754,0.15372517456988796,0.0,0.004373429993586952,0.15372517456988796,0.0,0.0024524045147760114,0.15372517456988796,0.00010144797050158421,0.02123877781466989,0.15372517456988796,0.0,0.0012249081457289823,0.15372517456988796,0.0,0.01666338409052224,0.15372517456988796,0.0,0.01219091922130403,0.15372517456988796,0.0,0.002723339501834128,0.5,0.15372517456988796,0.0,0.00580698827161349,0.15372517456988796,0.0,0.0020011436083853785,0.5,0.15372517456988796,0.0,0.005991009500870774,0.15372517456988796,0.0,0.0045393523469766895,0.15372517456988796,0.0,0.028066631694876144,0.15372517456988796,0.0,0.02283810344795007,0.15372517456988796,0.0,0.004529813084553691,0.15372517456988796,0.0,0.0006950275833381849,0.15372517456988796,0.0,0.003879473102449851,0.5,0.15372517456988796,0.0,0.00011639029256914002,0.0,0.03458222613602774,0.36685683368999955 -2431,0.5,0.15372517456988796,0.020193926230912762,0.020773127769573446,0.15372517456988796,0.04741959201763444,0.00386331233389449,0.15372517456988796,0.010279785113431864,0.0016339618692225155,0.15372517456988796,0.02348940011088337,0.03057942176804579,0.15372517456988796,0.025191910352733403,0.0014352021844759187,0.15372517456988796,0.00661654704833789,0.012810421855060112,0.15372517456988796,0.006954640585256312,0.0076002534329713866,0.15372517456988796,0.02656376744316503,0.002583777908385575,0.5,0.15372517456988796,0.03280653053003328,0.009216480611819575,0.15372517456988796,0.0473345621188725,0.0012835014663562627,0.5,0.15372517456988796,0.030556004087763017,0.010016732958500751,0.15372517456988796,0.03917768051245424,0.0026533902538853835,0.15372517456988796,0.044709374890913214,0.029758042820764368,0.15372517456988796,0.04029663124142214,0.033407743144610036,0.15372517456988796,0.02030783969616144,0.0024911506304518805,0.15372517456988796,0.02096976650670657,0.0004061489808691322,0.15372517456988796,0.035132172329760035,0.006265394621065911,0.5,0.15372517456988796,0.048921421320624166,7.388889784785415e-05,0.0,0.0355139893827451,0.41176437415366124 -2432,0.5,0.15372517456988796,0.07797413860600347,0.02869945962861752,0.15372517456988796,0.15857796637782695,0.007525384207951101,0.15372517456988796,0.03564065388498773,0.0021206623584858687,0.15372517456988796,0.07245075147423165,0.049490711019788684,0.15372517456988796,0.11547656492786389,0.003201118938188782,0.15372517456988796,0.044142676400034414,0.008737915135386506,0.15372517456988796,0.03639903134710035,0.003325846194287808,0.15372517456988796,0.1169350951698783,0.0010344938131761521,0.5,0.15372517456988796,0.15036019160909628,0.0041574343983651575,0.15372517456988796,0.1728129742435865,0.0006388364076512288,0.5,0.15372517456988796,0.12120548750976978,0.023952455539448515,0.15372517456988796,0.15828878814965175,0.0014503815647983294,0.15372517456988796,0.15285918852567865,0.0626726871510432,0.15372517456988796,0.14952865905027604,0.048628528721461964,0.15372517456988796,0.07668528536016268,0.0018289116111453092,0.15372517456988796,0.07989981948101342,0.00022878183509765263,0.15372517456988796,0.12171467264732294,0.008820597036966806,0.5,0.15372517456988796,0.1586048028717356,0.00010559389997053721,0.0,0.039555864340370374,0.4463006310623423 -2433,0.5,0.15372517456988796,0.16348084773755214,0.02778823859972559,0.15372517456988796,0.3010169483558039,0.020689353670789327,0.15372517456988796,0.08779209744193547,0.003398604712432285,0.15372517456988796,0.13089147500978393,0.05829072819951831,0.15372517456988796,0.2458804234212096,0.0138928047728619,0.15372517456988796,0.120425071989497,0.003844989512188684,0.15372517456988796,0.07058337019295459,0.001450023250920642,0.15372517456988796,0.21186455837910173,0.0006661712958190384,0.5,0.15372517456988796,0.3007498276248793,0.0056209986116050785,0.15372517456988796,0.31409968329847254,0.0008736193318654232,0.5,0.15372517456988796,0.21820174859628388,0.01744032274185411,0.15372517456988796,0.29219670477366333,0.003061748813537422,0.15372517456988796,0.26918056453489886,0.14826769959985747,0.15372517456988796,0.28638670550763895,0.08215384582821678,0.15372517456988796,0.15385361448818818,0.0008846222898342053,0.15372517456988796,0.1584332129160945,0.0010091627699635212,0.15372517456988796,0.2086675202929944,0.010607742964917212,0.5,0.15372517456988796,0.2631496354921269,0.00048066343669690454,0.0,0.04606369893252146,0.5024931793999885 -2434,0.5,0.15372517456988796,0.2655014147982684,0.029089909634943855,0.15372517456988796,0.4271540243887011,0.04548995705208414,0.15372517456988796,0.1592244261181755,0.005313111962289376,0.15372517456988796,0.18738151308179377,0.044600948834718254,0.15372517456988796,0.3905177225368177,0.03108555139467542,0.15372517456988796,0.25249850619891817,0.0014940575815261957,0.15372517456988796,0.0797515591215876,0.0038296415290704927,0.15372517456988796,0.30453331289401975,0.0012791992887525552,0.5,0.15372517456988796,0.4606137598939136,0.006460313568458356,0.15372517456988796,0.43908365666488824,0.0054819611420435545,0.5,0.15372517456988796,0.355318192370068,0.017327483896351643,0.15372517456988796,0.4315220953432493,0.005168916940259045,0.15372517456988796,0.3669611945406433,0.2670570821557443,0.15372517456988796,0.41885454731053856,0.11915134608669581,0.15372517456988796,0.23211843957275125,0.002909126100624788,0.15372517456988796,0.22554291394873377,0.0036641050001505276,0.15372517456988796,0.30142822967910377,0.008367616430831714,0.5,0.15372517456988796,0.34001290341048135,0.002919449400692703,0.0,0.05285520053576413,0.5804379218659932 -2435,0.5,0.15372517456988796,0.3490575699489571,0.04934349203578904,0.15372517456988796,0.5421806051996597,0.07693209285873108,0.15372517456988796,0.21678630120973685,0.0061388055352269415,0.15372517456988796,0.20019671855736723,0.028278421206682475,0.15372517456988796,0.4803355589963822,0.07363516004644191,0.15372517456988796,0.392429938980629,0.02067042177026054,0.15372517456988796,0.11164822457630666,0.013187762659249648,0.15372517456988796,0.3828176188547546,0.0031500807965462317,0.5,0.15372517456988796,0.5950498590005946,0.0028698125895796774,0.15372517456988796,0.5190623849258955,0.013304490045981457,0.5,0.15372517456988796,0.4881074367645041,0.007849365893509997,0.15372517456988796,0.5396390784834931,0.003304677500071088,0.15372517456988796,0.42937411369604794,0.36137039096426077,0.15372517456988796,0.5008751986213844,0.1485213176134129,0.15372517456988796,0.30016230253802795,0.02307108866494573,0.15372517456988796,0.2958301732686388,0.01020110988101564,0.15372517456988796,0.4048890294497459,0.0036917776307551758,0.5,0.15372517456988796,0.36381263614806436,0.006585056581670062,0.0,0.048251116807527306,0.6746502450539348 -2436,0.5,0.15372517456988796,0.37467592742618877,0.07239606487090382,0.15372517456988796,0.5872722992196201,0.11937273176508086,0.15372517456988796,0.24956519527595028,0.009215575843101164,0.15372517456988796,0.23696745419980372,0.017699182076340834,0.15372517456988796,0.5520323167222749,0.1317557373160989,0.15372517456988796,0.4558076534375103,0.06289249681947273,0.15372517456988796,0.17728628702097438,0.05340261631799592,0.15372517456988796,0.509550489612547,0.01858342282115842,0.5,0.15372517456988796,0.6642439380375496,0.0008433289268800215,0.15372517456988796,0.5480478233616161,0.006831195762012316,0.5,0.15372517456988796,0.5778980685259575,0.0005273017129524877,0.15372517456988796,0.5937604432176313,0.00105728521302679,0.15372517456988796,0.4550049676239629,0.4080418577873105,0.15372517456988796,0.5539188009738844,0.17065523461373716,0.15372517456988796,0.3575868086595843,0.07200281126312719,0.15372517456988796,0.2705442574882792,0.01938844322479129,0.15372517456988796,0.4679298248778528,0.0023325452688852787,0.5,0.15372517456988796,0.3730242980060359,0.007083995558970269,0.0,0.051470836987062986,0.7484658533630889 -2437,0.5,0.15372517456988796,0.39990319559966353,0.10199652682373048,0.15372517456988796,0.5853882704003073,0.14555180796589326,0.15372517456988796,0.1710049983519507,0.020436924138448612,0.15372517456988796,0.26592733253297257,0.015540384934165338,0.15372517456988796,0.5725960099172809,0.18683454061073226,0.15372517456988796,0.44668655492887166,0.12013332152901246,0.15372517456988796,0.29066106106200806,0.10251518485430808,0.15372517456988796,0.49375289542268863,0.05184728142545156,0.5,0.15372517456988796,0.6855767317488397,0.005337651900179364,0.15372517456988796,0.5846759352112174,0.002622531927226448,0.5,0.15372517456988796,0.6348444692334387,0.00022605586135001005,0.15372517456988796,0.6214171836456791,0.0005446940534286919,0.15372517456988796,0.43753041047929003,0.4353767116836886,0.15372517456988796,0.5548050511312961,0.19040549933399328,0.15372517456988796,0.3604037014575924,0.13098228961283076,0.15372517456988796,0.2067532590490766,0.031084593406750263,0.15372517456988796,0.41590394669307246,0.0015030076775142515,0.5,0.15372517456988796,0.4681196308094654,0.005260455779964335,0.0,0.058532576811030156,0.7468840915588013 -2438,0.5,0.15372517456988796,0.4140725922647738,0.1315118229105537,0.15372517456988796,0.5426893258112735,0.1636166100873976,0.15372517456988796,0.1764943518421746,0.04395707016568042,0.15372517456988796,0.21133900624707458,0.02871228656208157,0.15372517456988796,0.5340886766616367,0.24114130977501652,0.15372517456988796,0.3473720115190795,0.164375833630516,0.15372517456988796,0.3941703047986059,0.22145746071145486,0.15372517456988796,0.4943574213846743,0.09631756408003152,0.5,0.15372517456988796,0.6688179859064937,0.01337229014945641,0.15372517456988796,0.5832255699635928,0.0014809663882670728,0.5,0.15372517456988796,0.5268285680706978,0.0021779051482267667,0.15372517456988796,0.5793152345631166,0.00751985240870053,0.15372517456988796,0.42052383610897703,0.442189791206743,0.15372517456988796,0.5024353306541778,0.20718589685413985,0.15372517456988796,0.4013319485646605,0.15988034495572964,0.15372517456988796,0.20110044016253253,0.05072484887986409,0.15372517456988796,0.36332036214593916,0.0021335374684025975,0.5,0.15372517456988796,0.4240839427410406,0.004992751537176287,0.0,0.042365730806104195,0.7113519510471998 -2439,0.5,0.15372517456988796,0.30640360104771747,0.12560604268045986,0.15372517456988796,0.4364331621530684,0.17245471236291393,0.15372517456988796,0.18349848096115906,0.04083779471053141,0.15372517456988796,0.12356402362712327,0.03703185446049157,0.15372517456988796,0.46052977614605567,0.26867311578856384,0.15372517456988796,0.2909557997473923,0.18137489185547984,0.15372517456988796,0.18877021252691162,0.2029422274496137,0.15372517456988796,0.4707915785587333,0.1454424307310655,0.5,0.15372517456988796,0.6070088334702671,0.021536474214780898,0.15372517456988796,0.5120410878593387,0.012514697632647388,0.5,0.15372517456988796,0.4591863695555791,0.003842712003851123,0.15372517456988796,0.49126423598934665,0.03225222620932539,0.15372517456988796,0.3553158400817264,0.41549218276000033,0.15372517456988796,0.4166754455272108,0.2414810165097086,0.15372517456988796,0.3880722456645284,0.19190644006669505,0.15372517456988796,0.21408727785400414,0.07081506055693043,0.15372517456988796,0.2519699205364078,0.0044625710315017355,0.5,0.15372517456988796,0.38407326934903396,0.009726992797547875,0.0,0.02679768197229846,0.6893310622377877 -2440,0.5,0.15372517456988796,0.1863045699645566,0.102963901683981,0.15372517456988796,0.3299125095463262,0.1604218429199449,0.15372517456988796,0.205191667872689,0.037263966932759914,0.15372517456988796,0.08542233201463165,0.03744185759983737,0.15372517456988796,0.33719559461073795,0.2650462827143445,0.15372517456988796,0.21484448364392178,0.18482016648458677,0.15372517456988796,0.1081170074935773,0.16094623132816552,0.15372517456988796,0.36904542003889945,0.19903963671124383,0.5,0.15372517456988796,0.48296416673971754,0.03929145026260483,0.15372517456988796,0.36656100015828,0.03846257136463308,0.5,0.15372517456988796,0.3072529478973476,0.003072511357352305,0.15372517456988796,0.3965828742434928,0.04274622328447167,0.15372517456988796,0.2568342095771366,0.37565242692164846,0.15372517456988796,0.3112233411124875,0.27588835594064104,0.15372517456988796,0.2517353390651116,0.19459245361835054,0.15372517456988796,0.23419141265026933,0.06716761945967313,0.15372517456988796,0.17567093204421566,0.004935171774191813,0.5,0.15372517456988796,0.2690645405931116,0.025008069035128366,0.0,0.02224431955811131,0.7214305536990769 -2441,0.5,0.15372517456988796,0.11700108589843825,0.07292089544817484,0.15372517456988796,0.19121760997431936,0.1102638998350643,0.15372517456988796,0.11603481162503397,0.025500705699342457,0.15372517456988796,0.06393588928149484,0.03564987746305651,0.15372517456988796,0.20223108835457607,0.18958777128315207,0.15372517456988796,0.12963815404568252,0.14020990575502446,0.15372517456988796,0.07307376038161302,0.135791906701746,0.15372517456988796,0.22573341550611806,0.22729899189290836,0.5,0.15372517456988796,0.3211762298651006,0.05772443949600227,0.15372517456988796,0.24955022090940787,0.02708870281288941,0.5,0.15372517456988796,0.21230633519967992,0.004723113412508189,0.15372517456988796,0.26497754586637545,0.042455724826328894,0.15372517456988796,0.16301321159368767,0.3152552015759167,0.15372517456988796,0.18349962369256856,0.23195893449533717,0.15372517456988796,0.1443385107074423,0.15479547442376185,0.15372517456988796,0.17192110512669656,0.06701110791965316,0.15372517456988796,0.10234315382573825,0.005959051294773355,0.5,0.15372517456988796,0.14409757420937197,0.03250658675341505,0.0,0.026907719122717142,0.8185265572409912 -2442,0.5,0.15372517456988796,0.05527193545008296,0.03914764700784543,0.15372517456988796,0.0885933049880245,0.031882616506967616,0.15372517456988796,0.04383112000955522,0.01421154237897453,0.15372517456988796,0.03259848604448872,0.02358438582620723,0.15372517456988796,0.08906723279222789,0.08567454232499912,0.15372517456988796,0.08045020349812929,0.07047275933886835,0.15372517456988796,0.042163131159620997,0.07659363434822632,0.15372517456988796,0.12103862751722455,0.19387376996967892,0.5,0.15372517456988796,0.1593178779619342,0.049288517488013224,0.15372517456988796,0.12476833040394111,0.009359950089305357,0.5,0.15372517456988796,0.11517568777343777,0.007284822742954681,0.15372517456988796,0.1386546874123166,0.032935824231371966,0.15372517456988796,0.06502200617223626,0.21352647956383766,0.15372517456988796,0.07660990897241693,0.20360842747232982,0.15372517456988796,0.06362266396255753,0.08934765344383347,0.15372517456988796,0.08265495344270161,0.04755250845426092,0.15372517456988796,0.04660722803601669,0.0073628217636420605,0.5,0.15372517456988796,0.06116672848624906,0.027404579929338722,0.0,0.028552219947565124,0.9017671792944008 -2443,0.5,0.15372517456988796,0.0,0.02457866358051647,0.15372517456988796,0.0,0.01901592326375371,0.15372517456988796,0.0,0.00914159828910605,0.15372517456988796,0.00020851144942905637,0.009697026185094696,0.15372517456988796,0.016727808505944658,0.08415438915520734,0.15372517456988796,0.023895681372688646,0.03481509243888335,0.15372517456988796,0.007995807991353193,0.034715727621496655,0.15372517456988796,0.026060243926214498,0.08534103087674072,0.5,0.15372517456988796,0.015532225735045002,0.025353526862487933,0.15372517456988796,0.0,0.009451611579010352,0.5,0.15372517456988796,0.0,0.005152608940486937,0.15372517456988796,0.0,0.026356219051769304,0.15372517456988796,0.0005812294113686623,0.1892567269587122,0.15372517456988796,0.008206103860766473,0.21100318230092185,0.15372517456988796,0.0,0.049532893165361774,0.15372517456988796,0.0,0.015691711669151887,0.15372517456988796,0.0,0.006358638840572419,0.5,0.15372517456988796,0.0,0.02948400043320419,0.0,0.03151172260893863,0.976585505429865 -2444,0.5,0.15372517456988796,0.0,0.026892392170219936,0.15372517456988796,0.0,0.029223033337000024,0.15372517456988796,0.0,0.010479230936670601,0.15372517456988796,0.0,0.0065687350136710955,0.15372517456988796,0.0,0.0953328703333646,0.15372517456988796,0.0,0.032341642329656355,0.15372517456988796,0.0,0.032857276720511905,0.15372517456988796,0.0,0.028110644881396998,0.5,0.15372517456988796,0.0,0.021312111753090508,0.15372517456988796,0.0,0.009374281672140536,0.5,0.15372517456988796,0.0,0.0039675121892012895,0.15372517456988796,0.0,0.019632683142870554,0.15372517456988796,0.0,0.2514485046474979,0.15372517456988796,0.0,0.23711612042916766,0.15372517456988796,0.0,0.044812597650346606,0.15372517456988796,0.0,0.007339201199953081,0.15372517456988796,0.0,0.005841104013469042,0.5,0.15372517456988796,0.0,0.026471591415342194,0.0,0.040926467790315266,0.9101359015500098 -2445,0.5,0.15372517456988796,0.0,0.03218193180125064,0.15372517456988796,0.0,0.06188491307993275,0.15372517456988796,0.0,0.011888930750796948,0.15372517456988796,0.0,0.009017969613270518,0.15372517456988796,0.0,0.1166742297433277,0.15372517456988796,0.0,0.05229721613490471,0.15372517456988796,0.0,0.03646404747275552,0.15372517456988796,0.0,0.009512330831041416,0.5,0.15372517456988796,0.0,0.01755474149811231,0.15372517456988796,0.0,0.006807507072715509,0.5,0.15372517456988796,0.0,0.0031043293696608183,0.15372517456988796,0.0,0.008359874517574167,0.15372517456988796,0.0,0.33946759217558786,0.15372517456988796,0.0,0.2499125015209025,0.15372517456988796,0.0,0.0487039014014622,0.15372517456988796,0.0,0.006038348646755293,0.15372517456988796,0.0,0.0034462548387752573,0.5,0.15372517456988796,0.0,0.014406867412533917,0.0,0.05497729487359289,0.8459555982881511 -2446,0.5,0.15372517456988796,0.0,0.041040247375394606,0.15372517456988796,0.0,0.11039038607113844,0.15372517456988796,0.0,0.0138083674181943,0.15372517456988796,0.0,0.01387824389901234,0.15372517456988796,0.0,0.1348312720835436,0.15372517456988796,0.0,0.07137191619581665,0.15372517456988796,0.0,0.04090446017602073,0.15372517456988796,0.0,0.0038348496390352613,0.5,0.15372517456988796,0.0,0.017654134925787348,0.15372517456988796,0.0,0.0047877252143668225,0.5,0.15372517456988796,0.0,0.0008142690705792853,0.15372517456988796,0.0,0.003471000793220526,0.15372517456988796,0.0,0.4079690862636532,0.15372517456988796,0.0,0.3034816660037462,0.15372517456988796,0.0,0.05945627486391211,0.15372517456988796,0.0,0.0079862947663203,0.15372517456988796,0.0,0.0018630844763208951,0.5,0.15372517456988796,0.0,0.006162754543048253,0.0,0.08057798992500916,0.9373151610915089 -2447,0.5,0.15372517456988796,0.0,0.05142546469327867,0.15372517456988796,0.0,0.1282797398593335,0.15372517456988796,0.0,0.01470190325522995,0.15372517456988796,0.0,0.02075088757032484,0.15372517456988796,0.0,0.10541943731974593,0.15372517456988796,0.0,0.05298057041233894,0.15372517456988796,0.0,0.04923414005489088,0.15372517456988796,0.0,0.002015111484322665,0.5,0.15372517456988796,0.0,0.015786816083340777,0.15372517456988796,0.0,0.0025289958844523755,0.5,0.15372517456988796,0.0,0.00016790676997964976,0.15372517456988796,0.0,0.0023504427851001376,0.15372517456988796,0.0,0.48839959859365945,0.15372517456988796,0.0,0.25904885843528724,0.15372517456988796,0.0,0.08123285747448519,0.15372517456988796,0.0,0.01264435100118938,0.15372517456988796,0.0,0.001585784922019398,0.5,0.15372517456988796,0.0,0.002434712391657352,0.0,0.13648689806710643,0.810766874761148 -2448,0.5,0.15372517456988796,0.0,0.06675146908120196,0.15372517456988796,0.0,0.1315766341826277,0.15372517456988796,0.0,0.018673453977534647,0.15372517456988796,0.0,0.025019361883326333,0.15372517456988796,0.0,0.09172698431506632,0.15372517456988796,0.0,0.04138761163843141,0.15372517456988796,0.0,0.058211061944297475,0.15372517456988796,0.0,0.00319992686675705,0.5,0.15372517456988796,0.0,0.012507232475991474,0.15372517456988796,0.0,0.0012771995456934396,0.5,0.15372517456988796,0.0,0.00033254450157676075,0.15372517456988796,0.0,0.005820998933450527,0.15372517456988796,0.0,0.5796967238388661,0.15372517456988796,0.0,0.26279714959926614,0.15372517456988796,0.0,0.08233209413987212,0.15372517456988796,0.0,0.015798076956245015,0.15372517456988796,0.0,0.0038107040759379307,0.5,0.15372517456988796,0.0,0.0008902867174531163,0.0,0.25382087352350113,0.8524148580633759 -2449,0.5,0.15372517456988796,0.0,0.08670783881226471,0.15372517456988796,0.0,0.18254209709778665,0.15372517456988796,0.0,0.02758125954319041,0.15372517456988796,0.0,0.02847955087025515,0.15372517456988796,0.0,0.1245030128454712,0.15372517456988796,0.0,0.049827329823684985,0.15372517456988796,0.0,0.062109500967434304,0.15372517456988796,0.0,0.004334325324062595,0.5,0.15372517456988796,0.0,0.006312169380610807,0.15372517456988796,0.0,0.0008260740032983279,0.5,0.15372517456988796,0.0,0.003627963326520848,0.15372517456988796,0.0,0.005195455786673807,0.15372517456988796,0.0,0.553482281110028,0.15372517456988796,0.0,0.2493688309124762,0.15372517456988796,0.0,0.07811529428715525,0.15372517456988796,0.0,0.01754344215674844,0.15372517456988796,0.0,0.006325243148252598,0.5,0.15372517456988796,0.0,0.0016621375870282471,0.0,0.41226792266618184,0.8256392945918347 -2450,0.5,0.15372517456988796,0.0,0.11211354131690944,0.15372517456988796,0.0,0.3062787004402745,0.15372517456988796,0.0,0.03739436573617315,0.15372517456988796,0.0,0.036110664487157634,0.15372517456988796,0.0,0.18372541222478006,0.15372517456988796,0.0,0.0689386703114322,0.15372517456988796,0.0,0.07692332674776009,0.15372517456988796,0.0,0.007076883408825237,0.5,0.15372517456988796,0.0,0.0023642296680001706,0.15372517456988796,0.0,0.00023204779498295895,0.5,0.15372517456988796,0.0,0.009940588947889168,0.15372517456988796,0.0,0.004096922797748324,0.15372517456988796,0.0,0.4751187044488101,0.15372517456988796,0.0,0.2863321502525725,0.15372517456988796,0.0,0.09571645128988701,0.15372517456988796,0.0,0.020423756804017715,0.15372517456988796,0.0,0.007730993795570554,0.5,0.15372517456988796,0.0,0.0016920378351630155,0.0,0.5778708009407416,0.6761267100279049 -2451,0.5,0.15372517456988796,0.0,0.15313540529176917,0.15372517456988796,0.0,0.5113022915929235,0.15372517456988796,0.0,0.04258112998171259,0.15372517456988796,0.0,0.048224929214785384,0.15372517456988796,0.0,0.22922276666855565,0.15372517456988796,0.0,0.08688229860796984,0.15372517456988796,0.0,0.10541762453187692,0.15372517456988796,0.0,0.01161155737460362,0.5,0.15372517456988796,0.0,0.0011709055408323573,0.15372517456988796,0.0,0.0008678994475392279,0.5,0.15372517456988796,0.0,0.012606757439360268,0.15372517456988796,0.0,0.004914122968284299,0.15372517456988796,0.0,0.4537148212219321,0.15372517456988796,0.0,0.3679093329675093,0.15372517456988796,0.0,0.1505032004953395,0.15372517456988796,0.0,0.025869679444618696,0.15372517456988796,0.0,0.008454880831394136,0.5,0.15372517456988796,0.0,0.002027840539359636,0.0,0.7758808275032115,0.6808488131735844 -2452,0.5,0.15372517456988796,0.0,0.19876010284277165,0.15372517456988796,0.0,0.4158827691674193,0.15372517456988796,0.0,0.04363538472290457,0.15372517456988796,0.0,0.060441803329749126,0.15372517456988796,0.0,0.3192975349924679,0.15372517456988796,0.0,0.09890703804744891,0.15372517456988796,0.0,0.12948864549686093,0.15372517456988796,0.0,0.017669513640686585,0.5,0.15372517456988796,0.0,0.001071152500679479,0.15372517456988796,0.0,0.002139261618492769,0.5,0.15372517456988796,0.0,0.008614642352396566,0.15372517456988796,0.0,0.004851395972434982,0.15372517456988796,0.0,0.4382158217691996,0.15372517456988796,0.0,0.3565977474570756,0.15372517456988796,0.0,0.24710125898878357,0.15372517456988796,0.0,0.03599299989670017,0.15372517456988796,0.0,0.008242959344899388,0.5,0.15372517456988796,0.0,0.0026679963551264835,0.0,0.7269641372744813,0.767111630466666 -2453,0.5,0.15372517456988796,0.0,0.2606964225931907,0.15372517456988796,0.0,0.3230739623862554,0.15372517456988796,0.0,0.050811464624502305,0.15372517456988796,0.0,0.06324447738012136,0.15372517456988796,0.0,0.262575769629106,0.15372517456988796,0.0,0.11381718506609206,0.15372517456988796,0.0,0.14953367537335857,0.15372517456988796,0.0,0.024311342696465205,0.5,0.15372517456988796,0.0,0.0018228243215174793,0.15372517456988796,0.0,0.003006675046878171,0.5,0.15372517456988796,0.0,0.006554785147934321,0.15372517456988796,0.0,0.0036266496131873577,0.15372517456988796,0.0,0.32159894830105507,0.15372517456988796,0.0,0.3022836984116709,0.15372517456988796,0.0,0.3247358704506632,0.15372517456988796,0.0,0.04591531459955829,0.15372517456988796,0.0,0.008362350665602132,0.5,0.15372517456988796,0.0,0.004124802584136334,0.0,0.6777169510539316,0.8665916254772631 -2454,0.5,0.15372517456988796,0.00018769799375883855,0.33045266503516424,0.15372517456988796,0.0,0.34446178475050404,0.15372517456988796,0.0,0.06844563987405716,0.15372517456988796,0.0005028251836416707,0.06331250348866913,0.15372517456988796,0.0,0.2294424519259055,0.15372517456988796,0.0,0.13125843171023593,0.15372517456988796,0.0,0.2841122076247349,0.15372517456988796,0.0,0.032719132399570375,0.5,0.15372517456988796,0.0,0.004104306615942446,0.15372517456988796,0.0,0.0038688063627035168,0.5,0.15372517456988796,0.0,0.004975862872556893,0.15372517456988796,0.0,0.0022910742947787268,0.15372517456988796,0.0,0.335458511191837,0.15372517456988796,0.0,0.23740606068953365,0.15372517456988796,0.0,0.33803180835150315,0.15372517456988796,0.0,0.069257168112998,0.15372517456988796,0.0,0.008924988495320625,0.5,0.15372517456988796,0.0,0.006932422229768957,0.0,0.6129918713519107,0.899454179223178 -2455,0.5,0.15372517456988796,0.01156940664153832,0.4404516407907142,0.15372517456988796,0.044737969935561936,0.18980842329164693,0.15372517456988796,0.01917101548881169,0.11483242774438086,0.15372517456988796,0.027177209088085526,0.08646021694721137,0.15372517456988796,0.003579033012095386,0.252615234427064,0.15372517456988796,0.001847288450155412,0.13280649308927914,0.15372517456988796,0.001669507473251041,0.26324861456024196,0.15372517456988796,0.00984303912677686,0.04870072460888407,0.5,0.15372517456988796,0.02551132809486644,0.0062199033137549835,0.15372517456988796,0.029734763099697758,0.004339024114307463,0.5,0.15372517456988796,0.019779210388702426,0.003962968886710564,0.15372517456988796,0.020474032194930186,0.0014963089466808104,0.15372517456988796,0.04540396134973624,0.3332975996654814,0.15372517456988796,0.022389627157108835,0.22189886526657748,0.15372517456988796,0.0031447407844845056,0.34508555561723203,0.15372517456988796,0.024761599180851832,0.11183361241663367,0.15372517456988796,0.023036116982531264,0.011029955264654454,0.5,0.15372517456988796,0.042085448491967735,0.01000636909236414,0.0,0.748741212167348,0.9101329659317806 -2456,0.5,0.15372517456988796,0.039673513096074836,0.4517066145322859,0.15372517456988796,0.18532858084420525,0.23980484049042164,0.15372517456988796,0.07510252211920083,0.2548706647328903,0.15372517456988796,0.07657268706073032,0.17747730038077808,0.15372517456988796,0.053477303974656186,0.20725485283550887,0.15372517456988796,0.014991193333072915,0.162751005071896,0.15372517456988796,0.0077199866027278735,0.19911743407404064,0.15372517456988796,0.050458325964727074,0.13601930876200502,0.5,0.15372517456988796,0.12497923510235266,0.014245696489519875,0.15372517456988796,0.12096429860387381,0.005118886185608261,0.5,0.15372517456988796,0.09041729909412785,0.0116028379225781,0.15372517456988796,0.09568859743260236,0.0017747273166609082,0.15372517456988796,0.13583057324270664,0.40693773246718656,0.15372517456988796,0.12361285033748395,0.29627808145096357,0.15372517456988796,0.024308384279462816,0.3084597175480539,0.15372517456988796,0.07868497981336738,0.1483501635727608,0.15372517456988796,0.08599478390709944,0.04601762822072164,0.5,0.15372517456988796,0.12412953379937817,0.024560727159097323,0.0,0.5756698298581712,0.9300054102731534 -2457,0.5,0.15372517456988796,0.11586254382959792,0.5086369956859125,0.15372517456988796,0.2869996515346115,0.5747600857409119,0.15372517456988796,0.11742351264295922,0.32959886405089034,0.15372517456988796,0.08534659995909889,0.2762060551195157,0.15372517456988796,0.2532780348379602,0.4025614929434205,0.15372517456988796,0.04385848941794313,0.2172613064699343,0.15372517456988796,0.02690979260626507,0.26657005800789657,0.15372517456988796,0.10251053549089746,0.23786927641345512,0.5,0.15372517456988796,0.23218373961101169,0.06383487984397208,0.15372517456988796,0.23087685777217204,0.017147676913588532,0.5,0.15372517456988796,0.21296374857486963,0.0665683028193622,0.15372517456988796,0.21257254826448554,0.008489039807754591,0.15372517456988796,0.18741721240745401,0.6198064180945091,0.15372517456988796,0.27323786072053646,0.566650411071806,0.15372517456988796,0.09130185026380948,0.41580499577725727,0.15372517456988796,0.11131607648185408,0.1953747859370725,0.15372517456988796,0.17637572862405737,0.16791392456001245,0.5,0.15372517456988796,0.214637806419324,0.06652475759294388,0.0,0.6973494710323399,0.9408715086386646 -2458,0.5,0.15372517456988796,0.200845887483316,0.5937344913454894,0.15372517456988796,0.2857569512157469,0.8150871837623794,0.15372517456988796,0.1341636942641079,0.3312269138485486,0.15372517456988796,0.09704596968061774,0.3125776625481741,0.15372517456988796,0.4394742434148938,0.577253901108508,0.15372517456988796,0.09494076966909072,0.29922845042522866,0.15372517456988796,0.10414634945938542,0.3378437518698566,0.15372517456988796,0.19108834367619776,0.2746400170707201,0.5,0.15372517456988796,0.29226516023269383,0.09684596442842429,0.15372517456988796,0.2747225029263888,0.02805634581669942,0.5,0.15372517456988796,0.39017777059120173,0.2227706621882354,0.15372517456988796,0.35004600230783983,0.02331886849372404,0.15372517456988796,0.21803953046587998,0.8132497494632892,0.15372517456988796,0.3305771252050272,0.747440252483073,0.15372517456988796,0.22669199573409038,0.5191032411028169,0.15372517456988796,0.11907453955392966,0.20453996032380706,0.15372517456988796,0.2860156981231583,0.27629300435641824,0.5,0.15372517456988796,0.28310008818843396,0.1499130501625933,0.0,0.8403968308266584,0.9402456336345473 -2459,0.5,0.15372517456988796,0.3161487242494701,0.6696635513319836,0.15372517456988796,0.3163690386457678,0.9097826901816828,0.15372517456988796,0.18833891734296776,0.37132471003925605,0.15372517456988796,0.1595621273587472,0.3959542065408388,0.15372517456988796,0.5456525771374392,0.6245427109770724,0.15372517456988796,0.1173186686599235,0.2871002111701182,0.15372517456988796,0.18555404316779867,0.39117832632947347,0.15372517456988796,0.28663243608626254,0.3074509646854181,0.5,0.15372517456988796,0.35884706299699715,0.11882872146401043,0.15372517456988796,0.41740263250091203,0.03646980557245026,0.5,0.15372517456988796,0.44835261507880464,0.3251325915820004,0.15372517456988796,0.4441532157016721,0.0623298531710906,0.15372517456988796,0.29062344565213843,0.9025089939146695,0.15372517456988796,0.3821654766855364,0.8221506764000872,0.15372517456988796,0.37795145821103254,0.6335578722207512,0.15372517456988796,0.219623438815127,0.2601999422437251,0.15372517456988796,0.33102264864570236,0.343684194541472,0.5,0.15372517456988796,0.3295008358223127,0.16863919924657586,0.0,0.8402321877567097,0.9289312138426948 -2460,0.5,0.15372517456988796,0.3478360596245021,0.7420725795914305,0.15372517456988796,0.4264080676463423,0.987473894096864,0.15372517456988796,0.23676076378631078,0.4064626226472728,0.15372517456988796,0.22279689868403135,0.4624991065577413,0.15372517456988796,0.5247082086713367,0.6720621402673798,0.15372517456988796,0.17679332638730766,0.2697122851699004,0.15372517456988796,0.23782580050577118,0.5134019603130188,0.15372517456988796,0.25232238655018724,0.3111422440395712,0.5,0.15372517456988796,0.44360783510899615,0.13534450246590854,0.15372517456988796,0.38222734345731785,0.06244823819017783,0.5,0.15372517456988796,0.39891977815414603,0.31011963632988004,0.15372517456988796,0.47814804306642517,0.11352030582297094,0.15372517456988796,0.3443805433235332,0.9370870852882036,0.15372517456988796,0.39247727691613327,0.8624543426973115,0.15372517456988796,0.43529308212089124,0.6845296985126378,0.15372517456988796,0.2407223107675605,0.2878072631282285,0.15372517456988796,0.33736189044021925,0.3522163609093933,0.5,0.15372517456988796,0.3683442263072888,0.2228371021690713,0.0,0.8132041447731666,0.9114443219859298 -2461,0.5,0.15372517456988796,0.38571774232136996,0.787167517374985,0.15372517456988796,0.3779158639324075,1.0044547580391159,0.15372517456988796,0.25316735262468154,0.4930005385314353,0.15372517456988796,0.161092115386031,0.5126168034746427,0.15372517456988796,0.5012014279811958,0.7320195486684339,0.15372517456988796,0.20610459484367785,0.2600937096664318,0.15372517456988796,0.19685027398782068,0.5181724308636331,0.15372517456988796,0.22083618731697643,0.3378022624385365,0.5,0.15372517456988796,0.43556975681777554,0.14915902980093929,0.15372517456988796,0.31770610512163994,0.0805321216490126,0.5,0.15372517456988796,0.3987877119235174,0.28702410872828804,0.15372517456988796,0.43737913831540753,0.14595297625550177,0.15372517456988796,0.3926763399639831,0.9521639548672303,0.15372517456988796,0.4181774223577044,0.8873767903096204,0.15372517456988796,0.417319244066541,0.703461851950728,0.15372517456988796,0.23814459361125528,0.361302106096666,0.15372517456988796,0.342760373060272,0.335867358223396,0.5,0.15372517456988796,0.3660551600788118,0.28426119990317955,0.0,0.8437539687598099,0.8980317174373657 -2462,0.5,0.15372517456988796,0.34256791190110114,0.8024021063013667,0.15372517456988796,0.3708725635155675,1.0046798745659484,0.15372517456988796,0.18664755340753347,0.5546168211861148,0.15372517456988796,0.1313190915067447,0.5349978193998925,0.15372517456988796,0.4488716862066752,0.7664607194683666,0.15372517456988796,0.2206351002530342,0.23442550185858319,0.15372517456988796,0.17213980365736808,0.4856938538074481,0.15372517456988796,0.18042584663731281,0.3184605691203805,0.5,0.15372517456988796,0.4014972790646516,0.15472203723422176,0.15372517456988796,0.37278561033339536,0.07417745307453605,0.5,0.15372517456988796,0.46226114490260656,0.2131861258726106,0.15372517456988796,0.45187580553315165,0.1696577130139071,0.15372517456988796,0.42008745156446625,0.9566254365596782,0.15372517456988796,0.4423783126528186,0.8943877041392576,0.15372517456988796,0.39873071278854655,0.7601341808585685,0.15372517456988796,0.19121141431783178,0.3890592544385541,0.15372517456988796,0.4371026531571349,0.3257753314472886,0.5,0.15372517456988796,0.27715712428797185,0.2644022701363212,0.0,0.8854645933360767,0.8976834365447861 -2463,0.5,0.15372517456988796,0.32243474678961614,0.8202999150574648,0.15372517456988796,0.3508121460045362,0.9852870473913397,0.15372517456988796,0.18023090008285825,0.5729583796059968,0.15372517456988796,0.11821217648100005,0.5227684881340797,0.15372517456988796,0.40784085638805284,0.7685745764121683,0.15372517456988796,0.24602375064193766,0.2213000729769135,0.15372517456988796,0.1651684884747899,0.44097064770983563,0.15372517456988796,0.16920756661483152,0.26819718174936646,0.5,0.15372517456988796,0.3128524308267993,0.16442099878829286,0.15372517456988796,0.334420103327894,0.07172218030373251,0.5,0.15372517456988796,0.48946635547339057,0.19162765346599825,0.15372517456988796,0.38814504882421813,0.14375405375249437,0.15372517456988796,0.42276615741628176,0.9437266753086229,0.15372517456988796,0.3995077257887838,0.8789078255177885,0.15372517456988796,0.30501465965728386,0.7493259612359878,0.15372517456988796,0.1422190533211743,0.3652399686377381,0.15372517456988796,0.38735121075407,0.2972957908467929,0.5,0.15372517456988796,0.26269462396861887,0.2150779450739173,0.0,0.8808248147708333,0.9192510361040536 -2464,0.5,0.15372517456988796,0.2253429143199057,0.8079851632501606,0.15372517456988796,0.37028176482629804,0.9284561847751084,0.15372517456988796,0.17397493648238835,0.505224056517418,0.15372517456988796,0.10898160907303209,0.4832788591464823,0.15372517456988796,0.3297767017148888,0.742644488118952,0.15372517456988796,0.2524422279135648,0.21848420897351772,0.15372517456988796,0.14632669062200662,0.38390617223336226,0.15372517456988796,0.14525915630236438,0.21503292452428072,0.5,0.15372517456988796,0.24225117916157451,0.17474442169371648,0.15372517456988796,0.26471316064042494,0.05633681237245643,0.5,0.15372517456988796,0.4150097084285892,0.2028410714214044,0.15372517456988796,0.3379669238472782,0.1246875392502797,0.15372517456988796,0.28509073804112417,0.9230473654889627,0.15372517456988796,0.30808311265357513,0.848638787707988,0.15372517456988796,0.2123981437577975,0.6950131633189096,0.15372517456988796,0.09513711825118473,0.3252057622658864,0.15372517456988796,0.3084811321209996,0.2671526198374084,0.5,0.15372517456988796,0.2412200240977126,0.17087931265170772,0.0,0.8169170511713311,0.9657726294666115 -2465,0.5,0.15372517456988796,0.15696347916372508,0.7267936831364932,0.15372517456988796,0.28672224603109997,0.8300498865137003,0.15372517456988796,0.11818810992710638,0.41912974524323143,0.15372517456988796,0.10068864891878002,0.4098533418080165,0.15372517456988796,0.26050014295712837,0.6708562500582826,0.15372517456988796,0.1970001773700032,0.19589383752405226,0.15372517456988796,0.09703088895421062,0.30235685349502456,0.15372517456988796,0.11763611595964171,0.18075762989398003,0.5,0.15372517456988796,0.1612383642932191,0.17407948030497014,0.15372517456988796,0.16631061343361284,0.029810974336012656,0.5,0.15372517456988796,0.2810841246378159,0.17977222303141796,0.15372517456988796,0.25733528111959114,0.10865296848710021,0.15372517456988796,0.1512455534331381,0.8834188869399902,0.15372517456988796,0.24769830797324743,0.8153809703825692,0.15372517456988796,0.14601543077325269,0.5800024217774059,0.15372517456988796,0.05700479106025834,0.25594376727170753,0.15372517456988796,0.21645830534269533,0.23065599823251776,0.5,0.15372517456988796,0.15215669892256428,0.10252333225078432,0.0,0.7964219262466665,0.9908941181468109 -2466,0.5,0.15372517456988796,0.06475662016629494,0.5409952926634432,0.15372517456988796,0.14307777961393642,0.643685947398587,0.15372517456988796,0.04391762955361385,0.28751551130191516,0.15372517456988796,0.053733768778577905,0.2706543086360864,0.15372517456988796,0.1573243290661625,0.4690202364633255,0.15372517456988796,0.12022032804363657,0.11410291109314702,0.15372517456988796,0.050951602922943706,0.20847681268714452,0.15372517456988796,0.0751231514418066,0.13017987784760507,0.5,0.15372517456988796,0.0750358944347672,0.1555725601418071,0.15372517456988796,0.07816753834115797,0.005548504692384498,0.5,0.15372517456988796,0.1459420773137233,0.1506050553382604,0.15372517456988796,0.14685648001961654,0.05917768979470314,0.15372517456988796,0.08720615737445124,0.8475700705313446,0.15372517456988796,0.1447478615194504,0.708885748495474,0.15372517456988796,0.08345998282867566,0.4301768588007149,0.15372517456988796,0.03345025583814191,0.18745556612474548,0.15372517456988796,0.0967387130872298,0.17681833974081504,0.5,0.15372517456988796,0.06709000863139604,0.0231200340902876,0.0,0.7579278980998754,0.9952957321468937 -2467,0.5,0.15372517456988796,0.0,0.3514096219004403,0.15372517456988796,0.0,0.3708020708117118,0.15372517456988796,0.0,0.20314717673724575,0.15372517456988796,0.0,0.16154161718409282,0.15372517456988796,0.02836833567516689,0.2884916517757386,0.15372517456988796,0.028399131940225177,0.07439488568911025,0.15372517456988796,0.00872145269288288,0.13432253115934012,0.15372517456988796,0.024068941887171336,0.05269225607883023,0.5,0.15372517456988796,0.010779015617655827,0.09969802192067087,0.15372517456988796,0.0,0.0026116486238674835,0.5,0.15372517456988796,0.0,0.09517360826760796,0.15372517456988796,0.0,0.039626093207740735,0.15372517456988796,0.007876161131565288,0.7680887922458093,0.15372517456988796,0.023944101310047546,0.5389580591516103,0.15372517456988796,0.0011400237414898881,0.3012528654581015,0.15372517456988796,0.00011891223574457774,0.124224050712228,0.15372517456988796,0.0,0.13545677421078922,0.5,0.15372517456988796,0.0,0.006653508247832544,0.0,0.7920591325219082,0.975601604014384 -2468,0.5,0.15372517456988796,0.0,0.26089066322892257,0.15372517456988796,0.0,0.2518717012103313,0.15372517456988796,0.0,0.20718993049591283,0.15372517456988796,0.0,0.11006237985914906,0.15372517456988796,0.0,0.2222319420325117,0.15372517456988796,0.0,0.0827545949472013,0.15372517456988796,0.0,0.11131023051130187,0.15372517456988796,0.0,0.022204740134184955,0.5,0.15372517456988796,0.0,0.05306868682667685,0.15372517456988796,0.0,0.0030162154037676066,0.5,0.15372517456988796,0.0,0.11029700487637588,0.15372517456988796,0.0,0.030138302911909505,0.15372517456988796,0.0,0.6817806117537362,0.15372517456988796,0.0,0.4238249400355042,0.15372517456988796,0.0,0.2336833781833584,0.15372517456988796,0.0,0.09349822214575884,0.15372517456988796,0.0,0.09747533838081776,0.5,0.15372517456988796,0.0,0.0034045783557711358,0.0,0.8586879490267748,0.9793041413506479 -2469,0.5,0.15372517456988796,0.0,0.2315081913871928,0.15372517456988796,0.0,0.2216276104459408,0.15372517456988796,0.0,0.2193309683147632,0.15372517456988796,0.0,0.11526078294439494,0.15372517456988796,0.0,0.20667664744457898,0.15372517456988796,0.0,0.07716665084377539,0.15372517456988796,0.0,0.11293743002634628,0.15372517456988796,0.0,0.0182354497125661,0.5,0.15372517456988796,0.0,0.03373988885804245,0.15372517456988796,0.0,0.003652227021943408,0.5,0.15372517456988796,0.0,0.11156172749801352,0.15372517456988796,0.0,0.019174706086782293,0.15372517456988796,0.0,0.671565730569671,0.15372517456988796,0.0,0.3823447338645403,0.15372517456988796,0.0,0.22721280550397868,0.15372517456988796,0.0,0.07261247957985675,0.15372517456988796,0.0,0.05635594401958672,0.5,0.15372517456988796,0.0,0.0027391340853079892,0.0,0.8772818035069958,0.9929417234398261 -2470,0.5,0.15372517456988796,0.0,0.23680366143792136,0.15372517456988796,0.0,0.2758239269796216,0.15372517456988796,0.0,0.23154234798273704,0.15372517456988796,0.0,0.1540500464633257,0.15372517456988796,0.0,0.22827106511873435,0.15372517456988796,0.0,0.07516368856640313,0.15372517456988796,0.0,0.12066836492716873,0.15372517456988796,0.0,0.019668591065547365,0.5,0.15372517456988796,0.0,0.02438095495295939,0.15372517456988796,0.0,0.00532554422485961,0.5,0.15372517456988796,0.0,0.09005988547856382,0.15372517456988796,0.0,0.020687802072480724,0.15372517456988796,0.0,0.6921050408789116,0.15372517456988796,0.0,0.4340900065118382,0.15372517456988796,0.0,0.2609796641299228,0.15372517456988796,0.0,0.060788472773558665,0.15372517456988796,0.0,0.0368252998149603,0.5,0.15372517456988796,0.0,0.005100610478295939,0.0,0.9121131820537903,0.9926569862928663 -2471,0.5,0.15372517456988796,0.0,0.25773192036310566,0.15372517456988796,0.0,0.4154440833025261,0.15372517456988796,0.0,0.21532502514106894,0.15372517456988796,0.0,0.2115166193155121,0.15372517456988796,0.0,0.29132219509471863,0.15372517456988796,0.0,0.10719134318028717,0.15372517456988796,0.0,0.14073155058143472,0.15372517456988796,0.0,0.026038461100760975,0.5,0.15372517456988796,0.0,0.009099138121408147,0.15372517456988796,0.0,0.006021734298719474,0.5,0.15372517456988796,0.0,0.11155146579714864,0.15372517456988796,0.0,0.03962750221351739,0.15372517456988796,0.0,0.7473809080947229,0.15372517456988796,0.0,0.5550134582980446,0.15372517456988796,0.0,0.31650741973378066,0.15372517456988796,0.0,0.04713124272199655,0.15372517456988796,0.0,0.037573442171973226,0.5,0.15372517456988796,0.0,0.00722957175224903,0.0,0.8993541705657673,0.9946703170049207 -2472,0.5,0.15372517456988796,0.0,0.29598756496461465,0.15372517456988796,0.0,0.595577011434526,0.15372517456988796,0.0,0.19209060168539813,0.15372517456988796,0.0,0.2306160615471525,0.15372517456988796,0.0,0.3981972731348506,0.15372517456988796,0.0,0.18168456532236132,0.15372517456988796,0.0,0.1785686939443115,0.15372517456988796,0.0,0.050889778767288,0.5,0.15372517456988796,0.0,0.006660640843644883,0.15372517456988796,0.0,0.014071171820667104,0.5,0.15372517456988796,0.0,0.04890523745696052,0.15372517456988796,0.0,0.04727573733273356,0.15372517456988796,0.0,0.818506958069887,0.15372517456988796,0.0,0.7043541883086899,0.15372517456988796,0.0,0.3682247972754898,0.15372517456988796,0.0,0.05353173652521436,0.15372517456988796,0.0,0.028062080021560652,0.5,0.15372517456988796,0.0,0.013946608065866522,0.0,0.9223290294660199,0.9989082568535119 -2473,0.5,0.15372517456988796,0.0,0.3818794899789342,0.15372517456988796,0.0,0.9471762728633846,0.15372517456988796,0.0,0.17640792624422869,0.15372517456988796,0.0,0.20928346078212384,0.15372517456988796,0.0,0.5394241067918112,0.15372517456988796,0.0,0.29759989778261675,0.15372517456988796,0.0,0.2561894908905438,0.15372517456988796,0.0,0.09489356390680564,0.5,0.15372517456988796,0.0,0.015204604934772572,0.15372517456988796,0.0,0.016375561830161867,0.5,0.15372517456988796,0.0,0.006588884269489784,0.15372517456988796,0.0,0.02272308034607723,0.15372517456988796,0.0,0.7906701452574401,0.15372517456988796,0.0,0.7752156336778537,0.15372517456988796,0.0,0.4532750188401849,0.15372517456988796,0.0,0.07930726312857432,0.15372517456988796,0.0,0.0279798293266736,0.5,0.15372517456988796,0.0,0.00959034578276196,0.0,0.9697356103161983,1.007392015961694 -2474,0.5,0.15372517456988796,0.0,0.49457891750370264,0.15372517456988796,0.0,0.9326818621199,0.15372517456988796,0.0,0.19173814322636681,0.15372517456988796,0.0,0.20041099104963905,0.15372517456988796,0.0,0.7057506696800239,0.15372517456988796,0.0,0.5136067124885165,0.15372517456988796,0.0,0.41096676377315894,0.15372517456988796,0.0,0.1579077727977527,0.5,0.15372517456988796,0.0,0.03286380469182457,0.15372517456988796,0.0,0.015058355114409363,0.5,0.15372517456988796,0.0,0.0014408664493638119,0.15372517456988796,0.0,0.008942641434038192,0.15372517456988796,0.0,0.7657585750731598,0.15372517456988796,0.0,0.7805012141701118,0.15372517456988796,0.0,0.5937474996729015,0.15372517456988796,0.0,0.12341032484176777,0.15372517456988796,0.0,0.04520964027532507,0.5,0.15372517456988796,0.0,0.014482411007736489,0.0,0.9614445773219977,1.0067884525940465 -2475,0.5,0.15372517456988796,0.0,0.6018667481046751,0.15372517456988796,0.0,0.8058536862719855,0.15372517456988796,0.0,0.2608402156601988,0.15372517456988796,0.0,0.2287457686968405,0.15372517456988796,0.0,0.7510593196425204,0.15372517456988796,0.0,0.6498479615405864,0.15372517456988796,0.0,0.6822341231278576,0.15372517456988796,0.0,0.27148340737208476,0.5,0.15372517456988796,0.0,0.048155748577804434,0.15372517456988796,0.0,0.011206215111742817,0.5,0.15372517456988796,0.0,0.009464334382368362,0.15372517456988796,0.0,0.010683200905627369,0.15372517456988796,0.0,0.7374163635596671,0.15372517456988796,0.0,0.776216188923911,0.15372517456988796,0.0,0.756735840976037,0.15372517456988796,0.0,0.20459236227248556,0.15372517456988796,0.0,0.07571192658839879,0.5,0.15372517456988796,0.0,0.008912660776946175,0.0,0.925197716058374,1.0083453650973284 -2476,0.5,0.15372517456988796,0.0,0.6666412384497238,0.15372517456988796,0.0,0.7854906968648443,0.15372517456988796,0.0,0.3476988473457897,0.15372517456988796,0.0,0.27224274480377664,0.15372517456988796,0.0,0.7899276436810726,0.15372517456988796,0.0,0.6370298970799119,0.15372517456988796,0.0,0.8643745222104854,0.15372517456988796,0.0,0.4269688753237355,0.5,0.15372517456988796,0.0,0.07022304775479961,0.15372517456988796,0.0,0.01752258172242315,0.5,0.15372517456988796,0.0,0.023708639342061428,0.15372517456988796,0.0,0.020212551706314152,0.15372517456988796,0.0,0.6783057853217624,0.15372517456988796,0.0,0.7961924577361047,0.15372517456988796,0.0,0.7791600295994192,0.15372517456988796,0.0,0.3115073149868303,0.15372517456988796,0.0,0.0999891651261275,0.5,0.15372517456988796,0.0,0.027834866520031046,0.0,0.9116371210878096,1.010021075130144 -2477,0.5,0.15372517456988796,0.0,0.6234997624109394,0.15372517456988796,0.0,0.7780625736876792,0.15372517456988796,0.0,0.46541784265561204,0.15372517456988796,0.0,0.3319752811453733,0.15372517456988796,0.0,0.9099268837201134,0.15372517456988796,0.0,0.750041667773007,0.15372517456988796,0.0,0.8686912382395384,0.15372517456988796,0.0,0.5181423737541966,0.5,0.15372517456988796,0.0,0.10826562693994815,0.15372517456988796,0.0,0.035716831571828256,0.5,0.15372517456988796,0.0,0.07160478126574983,0.15372517456988796,0.0,0.03486104548165396,0.15372517456988796,0.0,0.6420537400812378,0.15372517456988796,0.0,0.8218842031598212,0.15372517456988796,0.0,0.7801702892121892,0.15372517456988796,0.0,0.5617720262731131,0.15372517456988796,0.0,0.132077444661977,0.5,0.15372517456988796,0.0,0.04403421214047365,0.0,0.8501496287733556,1.0063014321873736 -2478,0.5,0.15372517456988796,0.00028836418162470805,0.5653513945091037,0.15372517456988796,0.0,0.6759019297980153,0.15372517456988796,0.0,0.5819370120191582,0.15372517456988796,0.0004969668042273198,0.4223869866675022,0.15372517456988796,0.0,0.9736942025511264,0.15372517456988796,0.0,0.9443601767521583,0.15372517456988796,0.0,0.9522753823104944,0.15372517456988796,0.0,0.6715395687574975,0.5,0.15372517456988796,0.0,0.2075234725832673,0.15372517456988796,0.0,0.07154795517588897,0.5,0.15372517456988796,0.0,0.2048791165802077,0.15372517456988796,0.0,0.05783917402023131,0.15372517456988796,0.0,0.6819980146210755,0.15372517456988796,0.0,0.8779937612999651,0.15372517456988796,0.0,0.7424590522749815,0.15372517456988796,0.0,0.6591661204599366,0.15372517456988796,0.0,0.21116231262037535,0.5,0.15372517456988796,0.0,0.06727492503928753,0.0,0.7726956001941987,1.0104957188090573 -2479,0.5,0.15372517456988796,0.009961375574639145,0.5582004720972834,0.15372517456988796,0.0005898225002340188,0.7829875825013728,0.15372517456988796,0.015741389465616103,0.7834872762095547,0.15372517456988796,0.023469132744091577,0.5898865839433051,0.15372517456988796,0.0022494488819619018,0.9288345685310746,0.15372517456988796,0.005483527380427393,0.8470485149486912,0.15372517456988796,0.0010950384275245982,1.0183638736893015,0.15372517456988796,0.0038476483442559423,0.8381362218010215,0.5,0.15372517456988796,0.01749506208519805,0.34991143949594067,0.15372517456988796,0.046827005371647724,0.14975089891812088,0.5,0.15372517456988796,0.04658763161389063,0.4742666490501671,0.15372517456988796,0.04593084180742358,0.1273783021111052,0.15372517456988796,0.00538569264906874,0.6813123177367351,0.15372517456988796,0.0017817456637392382,0.8931540230429402,0.15372517456988796,0.003045793093893309,0.835584402093656,0.15372517456988796,0.0076292212055125205,0.8285806394021636,0.15372517456988796,0.03736789831642455,0.4660341906696455,0.5,0.15372517456988796,0.029423460741193296,0.12911714164564536,0.0,0.7106275343705964,1.0102829670577627 -2480,0.5,0.15372517456988796,0.02622316513615124,0.5956300676884744,0.15372517456988796,0.003313926190702137,0.8323216115857927,0.15372517456988796,0.05084668888147392,0.8325574138753765,0.15372517456988796,0.05548580809585403,0.718752219726623,0.15372517456988796,0.03393366712717271,0.9738540566200976,0.15372517456988796,0.09183256323998498,0.8763678329388425,0.15372517456988796,0.014658213035865026,0.9638239971228622,0.15372517456988796,0.017742625165137943,0.8777985465233922,0.5,0.15372517456988796,0.03428181908931382,0.5315187277882865,0.15372517456988796,0.15823984290264126,0.5165634000370083,0.5,0.15372517456988796,0.14279708894231932,0.8873178232257622,0.15372517456988796,0.17217885387801168,0.4357324322958913,0.15372517456988796,0.04443048082681275,0.7149990936417281,0.15372517456988796,0.026411053544464012,0.8878000308367947,0.15372517456988796,0.010487502458577436,0.9228477016015686,0.15372517456988796,0.03758108411082078,0.9189461761925369,0.15372517456988796,0.09661948098698968,0.90030349422526,0.5,0.15372517456988796,0.11250734457752648,0.43379539561163827,0.0,0.7645418834583462,1.0113887686026046 -2481,0.5,0.15372517456988796,0.036909312987066005,0.5872182903398692,0.15372517456988796,0.07055890873730193,0.6641903153658321,0.15372517456988796,0.08957976487949551,0.9261067270694773,0.15372517456988796,0.09231529651201516,0.8042940609036282,0.15372517456988796,0.11960189197712842,1.0217391304347827,0.15372517456988796,0.19519597517657938,1.0126764938038275,0.15372517456988796,0.0811525831990468,1.0158158540722109,0.15372517456988796,0.0922191262740766,0.9225538172315957,0.5,0.15372517456988796,0.10795207849686037,0.7167924740860526,0.15372517456988796,0.28730066816447564,0.9271352416565947,0.5,0.15372517456988796,0.09159810572858218,0.9011688737917374,0.15372517456988796,0.30979220462188856,0.8084336983475757,0.15372517456988796,0.1449115246923851,0.8562671431771935,0.15372517456988796,0.09341639094230512,0.958111539753099,0.15372517456988796,0.01815449662775627,0.9368597203715378,0.15372517456988796,0.053984296700058304,0.9853029670865628,0.15372517456988796,0.12163596018521576,0.9717834933557845,0.5,0.15372517456988796,0.17236167846625788,0.9209828393395701,0.0,0.7967451570295271,1.011392902790239 -2482,0.5,0.15372517456988796,0.059167482455991405,0.6292635167283825,0.15372517456988796,0.1885506804615846,0.9199350032900347,0.15372517456988796,0.08069297296165817,0.976006877995373,0.15372517456988796,0.12351498519562094,0.8545548694749026,0.15372517456988796,0.1832425754018134,1.0217391304347827,0.15372517456988796,0.31451099176174113,1.0208530890139405,0.15372517456988796,0.20188446024421342,1.0215158283099273,0.15372517456988796,0.17588975836284398,0.9274441280576886,0.5,0.15372517456988796,0.20259570925665227,0.7921419949236724,0.15372517456988796,0.38104090802713714,0.9719673167263349,0.5,0.15372517456988796,0.16742471579967838,0.9742659054162908,0.15372517456988796,0.3402566248409544,0.9089843920436991,0.15372517456988796,0.19871198036408977,0.946459009447642,0.15372517456988796,0.09715313261096867,0.9929185017124047,0.15372517456988796,0.07072233547276532,0.9229673632485004,0.15372517456988796,0.1708319857607622,0.9717487867395992,0.15372517456988796,0.1624798773950191,1.0011428945556615,0.5,0.15372517456988796,0.1657517791970074,1.0024289767992425,0.0,0.6937988348426639,1.0045866268079982 -2483,0.5,0.15372517456988796,0.07993688270069242,0.6774461844497708,0.15372517456988796,0.16576039099653975,1.0135297098517522,0.15372517456988796,0.09909571899776065,1.0009858807838776,0.15372517456988796,0.10923510628447988,0.8759347597365083,0.15372517456988796,0.10853642166562086,1.0061220911479787,0.15372517456988796,0.3751327247639741,1.021683716954274,0.15372517456988796,0.4164493815109752,1.0217243314992634,0.15372517456988796,0.30068728674228096,0.9687407962376771,0.5,0.15372517456988796,0.17359179663739316,0.7503914520364543,0.15372517456988796,0.3019766730702938,0.9533872753243512,0.5,0.15372517456988796,0.3426641181452007,1.0028422053663073,0.15372517456988796,0.2594186463740444,0.8453327927610225,0.15372517456988796,0.29320447855622456,0.977365568785927,0.15372517456988796,0.08785414952390704,0.9761120336162608,0.15372517456988796,0.15683991362510355,0.9743095745932098,0.15372517456988796,0.27391380710044877,0.9638736168530616,0.15372517456988796,0.1309199805095677,0.9987400390032388,0.5,0.15372517456988796,0.2062461301054278,1.0181730004150151,0.0,0.5108590646233309,1.0099125726830354 -2484,0.5,0.15372517456988796,0.13308054493317412,0.7317344159241154,0.15372517456988796,0.1143195325973336,1.0171389915248747,0.15372517456988796,0.1958518997882489,0.9892923544025072,0.15372517456988796,0.0960864588102771,0.9333884138365149,0.15372517456988796,0.13389799721575057,0.9790043943671463,0.15372517456988796,0.21630715127232358,0.9933324595237066,0.15372517456988796,0.23100237114497957,1.0210225713338894,0.15372517456988796,0.43833156751384217,1.004241327973878,0.5,0.15372517456988796,0.2508986563257851,0.7355081187172289,0.15372517456988796,0.19385617197575522,0.9098486628501024,0.5,0.15372517456988796,0.1531318206120172,0.9220489335786016,0.15372517456988796,0.24943464692982975,0.8195882534580655,0.15372517456988796,0.48878032648223824,0.992125803562047,0.15372517456988796,0.10328535724395309,0.9418645571745302,0.15372517456988796,0.10192589598100658,1.018341776443616,0.15372517456988796,0.37757713623183237,1.0017357316976916,0.15372517456988796,0.17198350075269,0.9766748700115425,0.5,0.15372517456988796,0.17999323852646748,1.0048010257563225,0.0,0.7397144965644693,1.009904400916205 -2485,0.5,0.15372517456988796,0.11931904126702417,0.7863347660092785,0.15372517456988796,0.3606681199726822,1.021739130434783,0.15372517456988796,0.22055826561327058,1.014136192547182,0.15372517456988796,0.0966345343792745,0.9100435595157876,0.15372517456988796,0.1545680076671247,0.9381091146518612,0.15372517456988796,0.15731045644744462,0.9345844792912485,0.15372517456988796,0.14001867044023514,1.0012702090370416,0.15372517456988796,0.24375310493991584,0.9797571174146129,0.5,0.15372517456988796,0.3920489054407304,0.8355957260650685,0.15372517456988796,0.20441904746044187,0.8731086205840811,0.5,0.15372517456988796,0.21927218603840043,0.8377065040484807,0.15372517456988796,0.20294587481410317,0.8019995941507266,0.15372517456988796,0.4420379539351305,0.9874063224661117,0.15372517456988796,0.12080678108068181,0.9399104951101922,0.15372517456988796,0.0786326125308358,1.0105213880295776,0.15372517456988796,0.29209240611554604,1.0151795405079989,0.15372517456988796,0.29010053575600764,0.9772137569943098,0.5,0.15372517456988796,0.18892905314294517,1.0045614381342627,0.0,0.8640826371156342,1.010336746132607 -2486,0.5,0.15372517456988796,0.12354717959444764,0.846018555329062,0.15372517456988796,0.19197284043003024,1.021739130434783,0.15372517456988796,0.08879019748998511,1.0149149490004958,0.15372517456988796,0.06894603646497793,0.8574681754671291,0.15372517456988796,0.08726416797573659,0.8854893530552506,0.15372517456988796,0.24632894203636574,0.9224228410626338,0.15372517456988796,0.17185878261655851,0.9600497995099251,0.15372517456988796,0.12850354749822301,0.9227212610526436,0.5,0.15372517456988796,0.34916755158282153,0.8469064315628008,0.15372517456988796,0.16621438465475144,0.8042793603404759,0.5,0.15372517456988796,0.4572813224796073,0.9679793237390332,0.15372517456988796,0.2172347266750955,0.7659431954683193,0.15372517456988796,0.3172267200939461,0.9940804358258466,0.15372517456988796,0.13007614159143266,0.9650328369489466,0.15372517456988796,0.09787384321478537,0.9882836121934941,0.15372517456988796,0.1734037523679935,1.0006969188456338,0.15372517456988796,0.3904963351973533,0.9830674606444516,0.5,0.15372517456988796,0.15348698095186353,0.9651158251748568,0.0,0.6903136682455384,1.0111107586056909 -2487,0.5,0.15372517456988796,0.17197645950252943,0.8830269289244119,0.15372517456988796,0.13777915594222945,1.0206823264151959,0.15372517456988796,0.08729425818007919,1.0076600191877843,0.15372517456988796,0.04156646070496792,0.8619995806469992,0.15372517456988796,0.05918675327315638,0.9128888786992243,0.15372517456988796,0.30316823349012856,0.9245113598939144,0.15372517456988796,0.11928525919080239,0.8963156644711758,0.15372517456988796,0.112301716643922,0.8363281083093156,0.5,0.15372517456988796,0.2415012799923582,0.8303035964130381,0.15372517456988796,0.21139765960108658,0.8168082621974428,0.5,0.15372517456988796,0.3711171216509841,0.9950839042966522,0.15372517456988796,0.20937642391195502,0.7414006378879479,0.15372517456988796,0.18554482320452897,0.9851804857373794,0.15372517456988796,0.11983837115984353,0.9791414637424218,0.15372517456988796,0.0885060160337863,0.9607705049129698,0.15372517456988796,0.15416284749745757,0.9661829465041286,0.15372517456988796,0.28689894341289424,0.9949885023924618,0.5,0.15372517456988796,0.16590124214730337,0.9345449382340197,0.0,0.6797400698937736,1.0110797345202147 -2488,0.5,0.15372517456988796,0.15782267161791672,0.8828875167048501,0.15372517456988796,0.10271710822662816,1.0172502120074305,0.15372517456988796,0.11859476092633194,0.9947951976429157,0.15372517456988796,0.057535307171986814,0.9282990937202784,0.15372517456988796,0.09060162058060665,0.9849181696071919,0.15372517456988796,0.19760035759544575,0.9416152893753769,0.15372517456988796,0.05582753707146357,0.9056042945870553,0.15372517456988796,0.16091052788948737,0.832739673687295,0.5,0.15372517456988796,0.15861175998824956,0.7766002495191169,0.15372517456988796,0.24639755580975584,0.800070225502329,0.5,0.15372517456988796,0.14518758325785236,0.960998535988706,0.15372517456988796,0.18043987084395605,0.7138912728160537,0.15372517456988796,0.23244876832756176,0.9923700454794995,0.15372517456988796,0.11633383874787846,0.9747980454604449,0.15372517456988796,0.06967636616631828,0.9540954875237312,0.15372517456988796,0.11939557957697364,0.8885149777037624,0.15372517456988796,0.15379981446815624,0.9773408827483507,0.5,0.15372517456988796,0.26527588403783864,0.9491486452887418,0.0,0.8460428801746522,1.0109220477108167 -2489,0.5,0.15372517456988796,0.1284377633319948,0.8587050076231542,0.15372517456988796,0.09526781289942578,0.992356873398353,0.15372517456988796,0.05103038521444356,0.9318089176151158,0.15372517456988796,0.023434563274258215,0.9529486038160084,0.15372517456988796,0.05616354566475168,0.932193922594136,0.15372517456988796,0.09660638618753209,0.9420072701666773,0.15372517456988796,0.04637646326750356,0.9611339923590491,0.15372517456988796,0.10145003643609327,0.8331523398361578,0.5,0.15372517456988796,0.12632269704158516,0.749665260442235,0.15372517456988796,0.14709923867219327,0.7745294991211293,0.5,0.15372517456988796,0.08999030629748758,0.8794094703870328,0.15372517456988796,0.12043545113724996,0.6765676064170915,0.15372517456988796,0.22530233236343128,0.9826063977949102,0.15372517456988796,0.12070521580350602,0.9666860301934268,0.15372517456988796,0.058133900817463474,0.9577531064183842,0.15372517456988796,0.07523290602947487,0.8415056816225823,0.15372517456988796,0.07466309773017277,0.9113635540944218,0.5,0.15372517456988796,0.1881115768832461,0.9340483073826937,0.0,0.6913638508749411,1.0108194188747104 -2490,0.5,0.15372517456988796,0.05761226354962789,0.8006040707069868,0.15372517456988796,0.06183137910310277,1.0140514739731783,0.15372517456988796,0.019065613886517507,0.8346346902394388,0.15372517456988796,0.007662162927714451,0.9218663778106204,0.15372517456988796,0.028472169458568793,0.8985538922671326,0.15372517456988796,0.05777306772132522,0.8974084032445357,0.15372517456988796,0.023358957614340415,0.9395468469867462,0.15372517456988796,0.05078646936114092,0.854753101872434,0.5,0.15372517456988796,0.06636843901550739,0.6812358860426285,0.15372517456988796,0.036371057198807975,0.6023406031578779,0.5,0.15372517456988796,0.0696494703277625,0.7832358626155069,0.15372517456988796,0.05919679979379349,0.6368810905822401,0.15372517456988796,0.10912336020939006,0.922761017626101,0.15372517456988796,0.06700703968676242,0.9671131068478449,0.15372517456988796,0.02306480919955163,0.9318117936883221,0.15372517456988796,0.04611412700916721,0.8902104936574753,0.15372517456988796,0.03272293817645598,0.7822476426524303,0.5,0.15372517456988796,0.03320767159589729,0.8925523684704797,0.0,0.45840348109066575,1.0110973982571119 -2491,0.5,0.15372517456988796,0.0,0.662415060743982,0.15372517456988796,0.0,0.9252724478984174,0.15372517456988796,0.0004691143583659846,0.7842579916263109,0.15372517456988796,0.0002646494260834683,0.8523949767818196,0.15372517456988796,0.007763711611653725,0.8618348013259751,0.15372517456988796,0.005505605722781656,0.7969888735166054,0.15372517456988796,0.004446449002706188,0.853876034138596,0.15372517456988796,0.014357203562006747,0.9179327242680081,0.5,0.15372517456988796,0.008226332789526654,0.6548976992654114,0.15372517456988796,0.00017310815405537734,0.4490721727801061,0.5,0.15372517456988796,0.0,0.5922308459423777,0.15372517456988796,0.0010924846962950185,0.5302463574556219,0.15372517456988796,0.026239053775983685,0.8276207392450832,0.15372517456988796,0.01038463972416671,0.9683163030618991,0.15372517456988796,0.0010814127956523944,0.9263613094728157,0.15372517456988796,0.0019122348359943285,0.8724909276132823,0.15372517456988796,0.00018758603674201105,0.6102415920786319,0.5,0.15372517456988796,0.0001996466427991758,0.7672663803908937,0.0,0.37114020995471964,1.0108408324151068 -2492,0.5,0.15372517456988796,0.0,0.4801649861736981,0.15372517456988796,0.0,0.816686379221146,0.15372517456988796,0.0,0.8149738356456147,0.15372517456988796,0.0,0.7934360356021416,0.15372517456988796,0.0,0.8590526926183807,0.15372517456988796,0.0,0.6545170799857083,0.15372517456988796,0.0,0.7633391769495039,0.15372517456988796,0.0,0.7945352912626262,0.5,0.15372517456988796,0.0,0.7023187300039377,0.15372517456988796,0.0,0.3095522598857481,0.5,0.15372517456988796,0.0,0.4518015734865558,0.15372517456988796,0.0,0.3829651482909452,0.15372517456988796,0.0,0.7981267122569101,0.15372517456988796,0.0,0.9152523745670373,0.15372517456988796,0.0,0.8622904255426053,0.15372517456988796,0.0,0.8442682088237481,0.15372517456988796,0.0,0.5269669919698811,0.5,0.15372517456988796,0.0,0.5259671839112614,0.0,0.3824909487005105,1.0105438820662476 -2493,0.5,0.15372517456988796,0.0,0.41613096594824833,0.15372517456988796,0.0,0.8063320380601179,0.15372517456988796,0.0,0.7735279610241195,0.15372517456988796,0.0,0.7619272528707963,0.15372517456988796,0.0,0.8018445955678127,0.15372517456988796,0.0,0.5696949026488314,0.15372517456988796,0.0,0.7669932599355089,0.15372517456988796,0.0,0.658348602359338,0.5,0.15372517456988796,0.0,0.7276799602677556,0.15372517456988796,0.0,0.28821386538309146,0.5,0.15372517456988796,0.0,0.495711935383538,0.15372517456988796,0.0,0.39834530324989886,0.15372517456988796,0.0,0.8133833771117897,0.15372517456988796,0.0,0.8999383622441446,0.15372517456988796,0.0,0.8915477362664084,0.15372517456988796,0.0,0.7927349434424079,0.15372517456988796,0.0,0.6020397012988951,0.5,0.15372517456988796,0.0,0.3991826635029181,0.0,0.43864510162188575,1.0104812797077984 -2494,0.5,0.15372517456988796,0.0,0.4611687189604073,0.15372517456988796,0.0,0.7948344555131678,0.15372517456988796,0.0,0.8181432212218417,0.15372517456988796,0.0,0.7059591830314947,0.15372517456988796,0.0,0.7107443098382432,0.15372517456988796,0.0,0.4957237617255989,0.15372517456988796,0.0,0.8449214658024806,0.15372517456988796,0.0,0.570434814852264,0.5,0.15372517456988796,0.0,0.6617369823932657,0.15372517456988796,0.0,0.42504430381706265,0.5,0.15372517456988796,0.0,0.6648527410535012,0.15372517456988796,0.0,0.4743560374280481,0.15372517456988796,0.0,0.8294737467687079,0.15372517456988796,0.0,0.9190395188150253,0.15372517456988796,0.0,0.9252874342646276,0.15372517456988796,0.0,0.7424149463000473,0.15372517456988796,0.0,0.7918851340391573,0.5,0.15372517456988796,0.0,0.4151969848562298,0.0,0.42129727003195555,1.0106389410826782 -2495,0.5,0.15372517456988796,0.0,0.4737123089382852,0.15372517456988796,0.0,0.7862024670990286,0.15372517456988796,0.0,0.910186448492505,0.15372517456988796,0.0,0.6900474433397784,0.15372517456988796,0.0,0.6490285055942385,0.15372517456988796,0.0,0.42719903214555177,0.15372517456988796,0.0,0.8462697374309351,0.15372517456988796,0.0,0.4673645210750007,0.5,0.15372517456988796,0.0,0.587659723252117,0.15372517456988796,0.0,0.4758481994897348,0.5,0.15372517456988796,0.0,0.7631560117474003,0.15372517456988796,0.0,0.43125815981954907,0.15372517456988796,0.0,0.8186792332891447,0.15372517456988796,0.0,0.9417895887037526,0.15372517456988796,0.0,0.9238588329040688,0.15372517456988796,0.0,0.7226500895181208,0.15372517456988796,0.0,0.7489193408206686,0.5,0.15372517456988796,0.0,0.5624261179100214,0.0,0.5868603831165666,1.0109449116936349 -2496,0.5,0.15372517456988796,0.0,0.42261201687146244,0.15372517456988796,0.0,0.7164418113650736,0.15372517456988796,0.0,0.9784762672453976,0.15372517456988796,0.0,0.7679902807025937,0.15372517456988796,0.0,0.690981617893585,0.15372517456988796,0.0,0.4707857759690218,0.15372517456988796,0.0,0.8160455657868859,0.15372517456988796,0.0,0.39114369846454056,0.5,0.15372517456988796,0.0,0.4889252459143703,0.15372517456988796,0.0,0.4368284526886937,0.5,0.15372517456988796,0.0,0.6718996526466007,0.15372517456988796,0.0,0.45489892211089566,0.15372517456988796,0.0,0.7729133592659373,0.15372517456988796,0.0,0.9177356095371056,0.15372517456988796,0.0,0.891052459829626,0.15372517456988796,0.0,0.7812601713827428,0.15372517456988796,0.0,0.618096676471121,0.5,0.15372517456988796,0.0,0.6344702567945179,0.0,0.7579366648230351,1.0107968596183732 -2497,0.5,0.15372517456988796,0.0,0.4204843629541449,0.15372517456988796,0.0,0.6401114765904808,0.15372517456988796,0.0,0.9864603141904792,0.15372517456988796,0.0,0.7901820072658586,0.15372517456988796,0.0,0.7635240960509637,0.15372517456988796,0.0,0.49727836006716297,0.15372517456988796,0.0,0.8115673760441952,0.15372517456988796,0.0,0.35369267611629235,0.5,0.15372517456988796,0.0,0.38610852443940397,0.15372517456988796,0.0,0.4159721079888976,0.5,0.15372517456988796,0.0,0.38324862975038,0.15372517456988796,0.0,0.5570901896294352,0.15372517456988796,0.0,0.695762742269223,0.15372517456988796,0.0,0.8541194228524434,0.15372517456988796,0.0,0.8618675641360514,0.15372517456988796,0.0,0.8276002274011021,0.15372517456988796,0.0,0.6459839688309678,0.5,0.15372517456988796,0.0,0.722659403530404,0.0,0.8085829310730788,1.0099837213285892 -2498,0.5,0.15372517456988796,0.0,0.43562205687613675,0.15372517456988796,0.0,0.5729307684767733,0.15372517456988796,0.0,0.93366607272043,0.15372517456988796,0.0,0.6990295487367487,0.15372517456988796,0.0,0.7177526374826873,0.15372517456988796,0.0,0.5276406049154504,0.15372517456988796,0.0,0.7848020948267334,0.15372517456988796,0.0,0.41943324194024345,0.5,0.15372517456988796,0.0,0.3291510330306551,0.15372517456988796,0.0,0.41651722043620604,0.5,0.15372517456988796,0.0,0.3122006390950036,0.15372517456988796,0.0,0.5625692101267927,0.15372517456988796,0.0,0.6204646593742906,0.15372517456988796,0.0,0.7998780915982958,0.15372517456988796,0.0,0.8350728443703591,0.15372517456988796,0.0,0.837685163128768,0.15372517456988796,0.0,0.7302024376185934,0.5,0.15372517456988796,0.0,0.7353312756569342,0.0,0.7574325575125695,1.0091339752656199 -2499,0.5,0.15372517456988796,0.0,0.4936488295298822,0.15372517456988796,0.0,0.4983423540430442,0.15372517456988796,0.0,0.9035125973461652,0.15372517456988796,0.0,0.6544689229821955,0.15372517456988796,0.0,0.5557221702911264,0.15372517456988796,0.0,0.455551490182703,0.15372517456988796,0.0,0.7222928459356611,0.15372517456988796,0.0,0.5087248528394703,0.5,0.15372517456988796,0.0,0.28255219553938193,0.15372517456988796,0.0,0.38788720132469434,0.5,0.15372517456988796,0.0,0.4811313416488341,0.15372517456988796,0.0,0.4406877231735816,0.15372517456988796,0.0,0.5478658635541568,0.15372517456988796,0.0,0.7332560539983435,0.15372517456988796,0.0,0.7961093183468917,0.15372517456988796,0.0,0.7874114271004125,0.15372517456988796,0.0,0.825550130769571,0.5,0.15372517456988796,0.0,0.6646223490455433,0.0,0.6898369480582681,1.0082992055987046 -2500,0.5,0.15372517456988796,0.0,0.5217727152597866,0.15372517456988796,0.0,0.4077877324920333,0.15372517456988796,0.0,0.8802328111979424,0.15372517456988796,0.0,0.5919768927496044,0.15372517456988796,0.0,0.46406306899084426,0.15372517456988796,0.0,0.3284380326153833,0.15372517456988796,0.0,0.6096580448779432,0.15372517456988796,0.0,0.4426522588453973,0.5,0.15372517456988796,0.0,0.26499761337020555,0.15372517456988796,0.0,0.4494035994821535,0.5,0.15372517456988796,0.0,0.5170822690378684,0.15372517456988796,0.0,0.3751452614043631,0.15372517456988796,0.0,0.4640758170189949,0.15372517456988796,0.0,0.6479035824002295,0.15372517456988796,0.0,0.7217852661720159,0.15372517456988796,0.0,0.6887315660930096,0.15372517456988796,0.0,0.8355711289986288,0.5,0.15372517456988796,0.0,0.6328536940575012,0.0,0.6977010620197757,1.0072851528384108 -2501,0.5,0.15372517456988796,0.0,0.5489378178338943,0.15372517456988796,0.0,0.3224835685603651,0.15372517456988796,0.0,0.8851207773110447,0.15372517456988796,0.0,0.6540433874530145,0.15372517456988796,0.0,0.4146683372072982,0.15372517456988796,0.0,0.26266666639790204,0.15372517456988796,0.0,0.52366807053609,0.15372517456988796,0.0,0.3529744348117784,0.5,0.15372517456988796,0.0,0.2429852933560817,0.15372517456988796,0.0,0.33358312956598246,0.5,0.15372517456988796,0.0,0.5784252586928337,0.15372517456988796,0.0,0.3563049576877489,0.15372517456988796,0.0,0.405097116312502,0.15372517456988796,0.0,0.5816020468791946,0.15372517456988796,0.0,0.6279928109037515,0.15372517456988796,0.0,0.6295205570171443,0.15372517456988796,0.0,0.7834989808887667,0.5,0.15372517456988796,0.0,0.686339618644619,0.0,0.7341583978029519,1.006246172180575 -2502,0.5,0.15372517456988796,0.0012423123050558287,0.5732202494185449,0.15372517456988796,0.0,0.2918519849804776,0.15372517456988796,3.283521434704688e-06,0.867636374941854,0.15372517456988796,0.0005110491674457065,0.6981383598281502,0.15372517456988796,0.0,0.36814702170802244,0.15372517456988796,0.0,0.2343127192097723,0.15372517456988796,0.0,0.47781942546976897,0.15372517456988796,0.0,0.30792784445227117,0.5,0.15372517456988796,0.0,0.18359792411503617,0.15372517456988796,0.0,0.19326187661281513,0.5,0.15372517456988796,0.0,0.4923160106418592,0.15372517456988796,0.0,0.31179844514127697,0.15372517456988796,2.6042680415841995e-05,0.36901214091911105,0.15372517456988796,0.0,0.5324580899415668,0.15372517456988796,0.0,0.5762914875583559,0.15372517456988796,0.0,0.6229770521138756,0.15372517456988796,0.0,0.6887687187322337,0.5,0.15372517456988796,7.565441999460292e-05,0.7347020077558928,0.0,0.7549996236879163,1.0023152920026297 -2503,0.5,0.15372517456988796,0.044147458937537555,0.6441024119652291,0.15372517456988796,0.0381164697808842,0.3262449605483073,0.15372517456988796,0.021580861877676716,0.8529804127613961,0.15372517456988796,0.009439833985267678,0.7334117244375531,0.15372517456988796,0.006615033885272456,0.34370537611241214,0.15372517456988796,0.004659912944873379,0.2163277712841331,0.15372517456988796,0.011255568820577133,0.4986737574263783,0.15372517456988796,0.011729403591721383,0.32930852557207924,0.5,0.15372517456988796,0.035226765534945075,0.20734244795729737,0.15372517456988796,0.04261399078641701,0.18414376002555788,0.5,0.15372517456988796,0.028120617081487546,0.4250410491076052,0.15372517456988796,0.029901886273384113,0.3294511046315923,0.15372517456988796,0.047635301354345364,0.35316069304463826,0.15372517456988796,0.010813797874606837,0.47825813761710806,0.15372517456988796,0.017641588966086398,0.5939708177388919,0.15372517456988796,0.02200925192827301,0.6514530274903526,0.15372517456988796,0.02929128117965523,0.6617307171656163,0.5,0.15372517456988796,0.04679566061034893,0.7533556932869148,0.0,0.7900549097764957,0.9976098972911762 -2504,0.5,0.15372517456988796,0.13373976663618545,0.7658537293590849,0.15372517456988796,0.15099679913179379,0.4165718063159965,0.15372517456988796,0.06450428039227762,0.8567471563218697,0.15372517456988796,0.03169760300171396,0.7629336864009014,0.15372517456988796,0.03774606131058877,0.372835192724448,0.15372517456988796,0.03150657822017242,0.2595233676829437,0.15372517456988796,0.04946758692942774,0.5710199304536577,0.15372517456988796,0.05631944629114213,0.37819008055242787,0.5,0.15372517456988796,0.1318757419166475,0.41469109076227,0.15372517456988796,0.11940470883639703,0.1932510098797297,0.5,0.15372517456988796,0.10336534431416297,0.5022561209954167,0.15372517456988796,0.12555813639345278,0.39695985665124134,0.15372517456988796,0.16947405946983488,0.4707716935176317,0.15372517456988796,0.054259713704567156,0.49500213248035263,0.15372517456988796,0.06436324855324742,0.6238399809258856,0.15372517456988796,0.07804414919667382,0.7088760112894928,0.15372517456988796,0.08609138154168834,0.6924905197947905,0.5,0.15372517456988796,0.12609974378909908,0.7837588876884196,0.0,0.8427187372797881,0.9938876832598934 -2505,0.5,0.15372517456988796,0.2381658471105707,0.8641336240681965,0.15372517456988796,0.3466559568940317,0.7571431099601701,0.15372517456988796,0.1253147742529701,0.8692599301695274,0.15372517456988796,0.09459710216799039,0.8192649349818485,0.15372517456988796,0.0885790928388906,0.4425843213184755,0.15372517456988796,0.06364411487827837,0.30637306587716817,0.15372517456988796,0.09951228480661525,0.6605310562892958,0.15372517456988796,0.10254103838667722,0.4237348382914735,0.5,0.15372517456988796,0.1923875886404894,0.5027508437326031,0.15372517456988796,0.2026612014937358,0.2040319570422569,0.5,0.15372517456988796,0.21599557458650895,0.4982155156886378,0.15372517456988796,0.231254684383901,0.36598683765105416,0.15372517456988796,0.3422788053539713,0.6868584929247252,0.15372517456988796,0.11213531091649137,0.5800273984595962,0.15372517456988796,0.1329443292245705,0.7128294418407358,0.15372517456988796,0.13144360455366183,0.7581008372787835,0.15372517456988796,0.12467017589953591,0.7036296886642597,0.5,0.15372517456988796,0.19747795193005918,0.8361624454577065,0.0,0.8599840251391458,0.9929587581364859 -2506,0.5,0.15372517456988796,0.306852691360437,0.896046800511934,0.15372517456988796,0.49239798319886574,0.8764118311270676,0.15372517456988796,0.18256629144095426,0.8690344477600117,0.15372517456988796,0.14785171329770994,0.8134409200165897,0.15372517456988796,0.16838876044058534,0.5952920700938008,0.15372517456988796,0.10376282389013593,0.33312480624685337,0.15372517456988796,0.14510406888091998,0.6491609931639322,0.15372517456988796,0.14367021511027067,0.41660202568316895,0.5,0.15372517456988796,0.2135244712594274,0.47966516058055,0.15372517456988796,0.24900008757767356,0.22425283650296984,0.5,0.15372517456988796,0.24303046172290785,0.4424595973879783,0.15372517456988796,0.30877691327888057,0.3398359255557537,0.15372517456988796,0.491907297852074,0.7942662194105442,0.15372517456988796,0.20827198422780197,0.6528263875295468,0.15372517456988796,0.2476095451381521,0.7668736164172822,0.15372517456988796,0.16434274399979348,0.7536980416312972,0.15372517456988796,0.19556916570422334,0.710522297722728,0.5,0.15372517456988796,0.25757772588428146,0.8401563157367902,0.0,0.8144432115839763,0.9935366248687859 -2507,0.5,0.15372517456988796,0.3724124304529287,0.8857842361915939,0.15372517456988796,0.6263171513859418,0.9119952139538166,0.15372517456988796,0.2252267805013275,0.8300344868887772,0.15372517456988796,0.16372645860184698,0.8094744745494177,0.15372517456988796,0.22580996368772138,0.6597650891921707,0.15372517456988796,0.14087446572094353,0.40902960988594206,0.15372517456988796,0.2056053908991991,0.6543470106560104,0.15372517456988796,0.1945283929300876,0.44110528788928693,0.5,0.15372517456988796,0.23680328359074865,0.44763951462569707,0.15372517456988796,0.24694197900228967,0.203300140737764,0.5,0.15372517456988796,0.1883068802447183,0.4512373385847179,0.15372517456988796,0.38354291402431206,0.31538314736717177,0.15372517456988796,0.6334504964903875,0.8087558657966432,0.15372517456988796,0.2738814439270331,0.7153220415145447,0.15372517456988796,0.36897209633134864,0.8207613722042734,0.15372517456988796,0.20222362321997006,0.6839053738083429,0.15372517456988796,0.24697922075878306,0.697475224116409,0.5,0.15372517456988796,0.26548401517774384,0.796361193675829,0.0,0.7739140357117622,0.9798335543208622 -2508,0.5,0.15372517456988796,0.37446666845987703,0.8443188942472267,0.15372517456988796,0.6991979927889356,0.9372877528133656,0.15372517456988796,0.27207031007628457,0.799121237137251,0.15372517456988796,0.20071712575752623,0.7825840782109694,0.15372517456988796,0.17076518722321654,0.6010968770393702,0.15372517456988796,0.16913658774264542,0.3923067567074625,0.15372517456988796,0.2633350073289508,0.6858894095333591,0.15372517456988796,0.227954054421862,0.4762075264311864,0.5,0.15372517456988796,0.2920193833789221,0.4583660955665603,0.15372517456988796,0.22313762898926914,0.18151972456905177,0.5,0.15372517456988796,0.19268579745584064,0.3910848618281633,0.15372517456988796,0.3702516771855191,0.31700830539258606,0.15372517456988796,0.7108532739050378,0.8414440152990177,0.15372517456988796,0.3400776527627592,0.6967164791352591,0.15372517456988796,0.3072413038255154,0.825626289139918,0.15372517456988796,0.2506350664321116,0.6685624213824686,0.15372517456988796,0.27430618371762394,0.6636256263850727,0.5,0.15372517456988796,0.2865640723674215,0.7377881358587591,0.0,0.7507216150767986,0.9408194901701926 -2509,0.5,0.15372517456988796,0.3716347487968623,0.8143605266003976,0.15372517456988796,0.7237962255304186,0.9298560166631896,0.15372517456988796,0.1910281938586391,0.7772858483235967,0.15372517456988796,0.20522383854531223,0.7177140176160796,0.15372517456988796,0.24661844398062058,0.5783868305719301,0.15372517456988796,0.1968626539505675,0.357295446104421,0.15372517456988796,0.1961923744039184,0.6195540999288818,0.15372517456988796,0.24482588395369226,0.446316450851999,0.5,0.15372517456988796,0.32052180408363345,0.4990793502693501,0.15372517456988796,0.23255582849154352,0.15159316220432426,0.5,0.15372517456988796,0.22396369695843277,0.433458651676504,0.15372517456988796,0.3415522395566707,0.31974817630324415,0.15372517456988796,0.7306191846498526,0.8461611870860496,0.15372517456988796,0.5102525564982033,0.6931659878963696,0.15372517456988796,0.33724332714243177,0.8212991771729201,0.15372517456988796,0.23135362849936414,0.6546457172640546,0.15372517456988796,0.2456644906413211,0.6265909758613282,0.5,0.15372517456988796,0.3006207240977841,0.6663193711073081,0.0,0.7153824615351934,0.8944313792101108 -2510,0.5,0.15372517456988796,0.340297145632897,0.7833647872942304,0.15372517456988796,0.7035939452550617,0.886304432336595,0.15372517456988796,0.2000492930433069,0.8099315195955207,0.15372517456988796,0.1785541508840369,0.6750061110185239,0.15372517456988796,0.21866151967283087,0.5134567647727426,0.15372517456988796,0.1780161600919722,0.3194418089213831,0.15372517456988796,0.1995604826612289,0.5274438993593169,0.15372517456988796,0.21953497173529424,0.4071727296857785,0.5,0.15372517456988796,0.31788982848725267,0.5039706572400399,0.15372517456988796,0.22206980067653415,0.1613110957982577,0.5,0.15372517456988796,0.2263664104474317,0.4652256306670517,0.15372517456988796,0.30662463359145137,0.37308563220595914,0.15372517456988796,0.7154755843389019,0.8326087135194303,0.15372517456988796,0.5140320040256808,0.6864979822873526,0.15372517456988796,0.3853852940135465,0.7966522392539581,0.15372517456988796,0.1708322978095143,0.6143076169820716,0.15372517456988796,0.22435624665659354,0.6299707631524609,0.5,0.15372517456988796,0.27601552622834713,0.6483242812866088,0.0,0.6826392291114711,0.8337161413879172 -2511,0.5,0.15372517456988796,0.27630807335258345,0.7467068229207626,0.15372517456988796,0.6270426282158212,0.8514136205829719,0.15372517456988796,0.2078676303108632,0.755575210824635,0.15372517456988796,0.1678356470977171,0.6674719624362788,0.15372517456988796,0.22064277824053524,0.4693603470540875,0.15372517456988796,0.15893523921689828,0.2864266973957459,0.15372517456988796,0.1562252099987127,0.4228571419896634,0.15372517456988796,0.17959978870751608,0.3696052538246639,0.5,0.15372517456988796,0.30362150080634526,0.47739691240943805,0.15372517456988796,0.1751525880248802,0.19512014351297402,0.5,0.15372517456988796,0.21436153094270516,0.4160276676480829,0.15372517456988796,0.24192638844222975,0.3645132272800289,0.15372517456988796,0.6466092767155317,0.8118337651634697,0.15372517456988796,0.535077359213887,0.6846895764808847,0.15372517456988796,0.34813206627634613,0.7481710547893509,0.15372517456988796,0.219253387185655,0.6258594367131942,0.15372517456988796,0.1990290201005671,0.5727390260701971,0.5,0.15372517456988796,0.20467424748503438,0.6390178593320975,0.0,0.6807294407722645,0.7869785025076568 -2512,0.5,0.15372517456988796,0.21886832915912935,0.7085918112063488,0.15372517456988796,0.49790313533774566,0.7911043290761252,0.15372517456988796,0.17578070720647232,0.6663527953478356,0.15372517456988796,0.1653302786869746,0.6165204696755391,0.15372517456988796,0.20898892633335098,0.40308636861362596,0.15372517456988796,0.14191775799872075,0.2409238653748048,0.15372517456988796,0.146591283049667,0.3847652840724033,0.15372517456988796,0.11964724227625997,0.3080147411206557,0.5,0.15372517456988796,0.23810168789358455,0.4857855022264286,0.15372517456988796,0.13643798401050627,0.21917112314341008,0.5,0.15372517456988796,0.1723146131112011,0.25381199164118745,0.15372517456988796,0.22438892516723982,0.3000441631950732,0.15372517456988796,0.5215189614572758,0.7414020128947212,0.15372517456988796,0.49345662222375336,0.6513790588867033,0.15372517456988796,0.2931339744684034,0.6899847346365335,0.15372517456988796,0.15719133098719082,0.5947524388795116,0.15372517456988796,0.18954912480598052,0.4902236487403239,0.5,0.15372517456988796,0.12671011182000494,0.584835573393331,0.0,0.7518466057456901,0.6886559535212339 -2513,0.5,0.15372517456988796,0.15720372725192483,0.6397880899365146,0.15372517456988796,0.3680841112471633,0.6464168301651129,0.15372517456988796,0.10821045682433397,0.4911532319089335,0.15372517456988796,0.10413659353754454,0.4826534165537023,0.15372517456988796,0.183051530546989,0.3546130382138,0.15372517456988796,0.10207856555645384,0.18109689188674438,0.15372517456988796,0.09878433752543812,0.27127649053107455,0.15372517456988796,0.08907109306139653,0.2293689802383922,0.5,0.15372517456988796,0.13194428912740125,0.4574213487707293,0.15372517456988796,0.0981922789292846,0.21050615635258818,0.5,0.15372517456988796,0.1108431183508096,0.22600036124450334,0.15372517456988796,0.1469302254759529,0.25399751214516403,0.15372517456988796,0.38032947189021726,0.6126448647390205,0.15372517456988796,0.3825204557807916,0.5765039311354596,0.15372517456988796,0.21632061956914994,0.5703660565935599,0.15372517456988796,0.10330520506012741,0.5077812345448044,0.15372517456988796,0.14486545022393033,0.4647600469924043,0.5,0.15372517456988796,0.06209493730057529,0.49679464972662923,0.0,0.7965032426056848,0.5700729473699592 -2514,0.5,0.15372517456988796,0.07332419224066018,0.48612149166129237,0.15372517456988796,0.21225604685284283,0.2877485666901175,0.15372517456988796,0.05454851769233576,0.3732572095610384,0.15372517456988796,0.050270071790228375,0.34936662175806216,0.15372517456988796,0.12586907077524728,0.24708341205606468,0.15372517456988796,0.06795099381814505,0.10744885422573239,0.15372517456988796,0.06337302998996927,0.15177936750065155,0.15372517456988796,0.04873260129342771,0.15401376736249475,0.5,0.15372517456988796,0.059075923815530354,0.3826273443372153,0.15372517456988796,0.04205740094602415,0.19416141357008138,0.5,0.15372517456988796,0.05636657694802752,0.2715871764068547,0.15372517456988796,0.06906577841057158,0.20825525672706702,0.15372517456988796,0.21955604977192061,0.33779171101306404,0.15372517456988796,0.23398751069056437,0.34742575384009,0.15372517456988796,0.12739218811754,0.32973453906914624,0.15372517456988796,0.06100185607478656,0.37490021403774704,0.15372517456988796,0.0671526960289569,0.4294268909698561,0.5,0.15372517456988796,0.02901303976347392,0.37842666011184534,0.0,0.7988292610745406,0.46076716419294306 -2515,0.5,0.15372517456988796,0.00011260321602888406,0.33222616554921447,0.15372517456988796,0.014675625632209763,0.11649932278498222,0.15372517456988796,0.0,0.286598431823434,0.15372517456988796,3.859901424072971e-05,0.2677885561520713,0.15372517456988796,0.036611014634907735,0.10355900257295698,0.15372517456988796,0.019799546740901057,0.04116402328420957,0.15372517456988796,0.015114065109585665,0.06962351230836693,0.15372517456988796,0.011493528064198594,0.08912909515232992,0.5,0.15372517456988796,0.011686738029222054,0.26517624970689146,0.15372517456988796,0.0,0.17467069407877878,0.5,0.15372517456988796,0.0006443118624265368,0.2965725673426998,0.15372517456988796,0.004402656102882043,0.14250388136479133,0.15372517456988796,0.030177828862956724,0.2078008081834244,0.15372517456988796,0.03338193581567519,0.1762037661487751,0.15372517456988796,0.01135828968997805,0.1617161225240786,0.15372517456988796,0.005337735197310047,0.20091818334194475,0.15372517456988796,0.00012102183612856304,0.34753298776966407,0.5,0.15372517456988796,0.00025210376984112015,0.24212606382897567,0.0,0.705461445386034,0.3567787183927725 -2516,0.5,0.15372517456988796,0.0,0.2435944942809497,0.15372517456988796,0.0,0.08163537608240748,0.15372517456988796,0.0,0.21528870883951803,0.15372517456988796,0.0,0.2075875226285753,0.15372517456988796,0.0,0.08505617007494042,0.15372517456988796,0.0,0.02037912159857055,0.15372517456988796,0.0,0.04047166788834839,0.15372517456988796,0.0,0.04805004900026737,0.5,0.15372517456988796,0.0,0.18699344594277512,0.15372517456988796,0.0,0.13633956710210784,0.5,0.15372517456988796,0.0,0.36412352770297335,0.15372517456988796,0.0,0.10374310934708554,0.15372517456988796,0.0,0.17171043722826568,0.15372517456988796,0.0,0.15259757550764214,0.15372517456988796,0.0,0.10503309275483813,0.15372517456988796,0.0,0.10427798399125524,0.15372517456988796,0.0,0.28347042778687953,0.5,0.15372517456988796,0.0,0.17549800564316337,0.0,0.5865339466785109,0.26702875378012086 -2517,0.5,0.15372517456988796,0.0,0.1848911559927761,0.15372517456988796,0.0,0.07660292005034533,0.15372517456988796,0.0,0.1844238886831586,0.15372517456988796,0.0,0.2085403169969609,0.15372517456988796,0.0,0.0735694935587561,0.15372517456988796,0.0,0.017719106854432596,0.15372517456988796,0.0,0.04061986364152328,0.15372517456988796,0.0,0.026232079648363552,0.5,0.15372517456988796,0.0,0.12441845515437966,0.15372517456988796,0.0,0.0800880027999564,0.5,0.15372517456988796,0.0,0.29708525673698033,0.15372517456988796,0.0,0.07759601094364299,0.15372517456988796,0.0,0.13229635781182847,0.15372517456988796,0.0,0.1259370344873253,0.15372517456988796,0.0,0.0781909840458327,0.15372517456988796,0.0,0.07064338764478706,0.15372517456988796,0.0,0.1918699390279635,0.5,0.15372517456988796,0.0,0.1555906506820631,0.0,0.6130605888845797,0.17051122373337496 -2518,0.5,0.15372517456988796,0.0,0.15789821896286627,0.15372517456988796,0.0,0.06036014213196121,0.15372517456988796,0.0,0.15882640614488988,0.15372517456988796,0.0,0.2007227496410139,0.15372517456988796,0.0,0.05539105182862682,0.15372517456988796,0.0,0.019237022375716346,0.15372517456988796,0.0,0.04161816825866818,0.15372517456988796,0.0,0.017208753786759713,0.5,0.15372517456988796,0.0,0.08017852527465266,0.15372517456988796,0.0,0.025900297342122174,0.5,0.15372517456988796,0.0,0.11534478886836652,0.15372517456988796,0.0,0.056867731719896994,0.15372517456988796,0.0,0.08670838157086003,0.15372517456988796,0.0,0.08995179121703502,0.15372517456988796,0.0,0.0623468837301626,0.15372517456988796,0.0,0.06504770148685506,0.15372517456988796,0.0,0.13315692188220957,0.5,0.15372517456988796,0.0,0.12985738086759518,0.0,0.5998892116493802,0.09376880433125911 -2519,0.5,0.15372517456988796,0.0,0.14629177372332278,0.15372517456988796,0.0,0.046441220318450736,0.15372517456988796,0.0,0.13003687471514663,0.15372517456988796,0.0,0.17396519884089873,0.15372517456988796,0.0,0.041292321204659206,0.15372517456988796,0.0,0.017494919258971335,0.15372517456988796,0.0,0.03089123376190181,0.15372517456988796,0.0,0.011895198418611416,0.5,0.15372517456988796,0.0,0.042886290541422005,0.15372517456988796,0.0,0.012882355946786661,0.5,0.15372517456988796,0.0,0.05125641168765162,0.15372517456988796,0.0,0.03665207164259005,0.15372517456988796,0.0,0.06425968763676923,0.15372517456988796,0.0,0.06019285543388099,0.15372517456988796,0.0,0.0417564957070824,0.15372517456988796,0.0,0.05186067939290682,0.15372517456988796,0.0,0.10809191366436156,0.5,0.15372517456988796,0.0,0.09770493494710866,0.0,0.482052324412157,0.04593135624253836 -2520,0.5,0.15372517456988796,0.0,0.13553672360998112,0.15372517456988796,0.0,0.043669308173711716,0.15372517456988796,0.0,0.10608173070769639,0.15372517456988796,0.0,0.15819121587174045,0.15372517456988796,0.0,0.03197312727402515,0.15372517456988796,0.0,0.015289523961557624,0.15372517456988796,0.0,0.021063022821159922,0.15372517456988796,0.0,0.007900793679195559,0.5,0.15372517456988796,0.0,0.03131230119112165,0.15372517456988796,0.0,0.00986738350180124,0.5,0.15372517456988796,0.0,0.028305976285436157,0.15372517456988796,0.0,0.03488384983333255,0.15372517456988796,0.0,0.04857351072410974,0.15372517456988796,0.0,0.040786261936880897,0.15372517456988796,0.0,0.03055778731091546,0.15372517456988796,0.0,0.04118014871744032,0.15372517456988796,0.0,0.09874405148358793,0.5,0.15372517456988796,0.0,0.09015306496941532,0.0,0.3305183050119481,0.02277961819319267 -2521,0.5,0.15372517456988796,0.0,0.11787476388914508,0.15372517456988796,0.0,0.03177173528849455,0.15372517456988796,0.0,0.09229742552572036,0.15372517456988796,0.0,0.15734985498905849,0.15372517456988796,0.0,0.021365572723323324,0.15372517456988796,0.0,0.014136768267311682,0.15372517456988796,0.0,0.013639992639151638,0.15372517456988796,0.0,0.00462502840671632,0.5,0.15372517456988796,0.0,0.02579395000455712,0.15372517456988796,0.0,0.008658620494423981,0.5,0.15372517456988796,0.0,0.017545599663533376,0.15372517456988796,0.0,0.030717180931728996,0.15372517456988796,0.0,0.033518037252621986,0.15372517456988796,0.0,0.024776842912632345,0.15372517456988796,0.0,0.024097768916399576,0.15372517456988796,0.0,0.037511039369381084,0.15372517456988796,0.0,0.07669328457915052,0.5,0.15372517456988796,0.0,0.0905843623126526,0.0,0.20302992882198306,0.012020487485648781 -2522,0.5,0.15372517456988796,0.0,0.09473147989522818,0.15372517456988796,0.0,0.02963031812179177,0.15372517456988796,0.0,0.06844159750073722,0.15372517456988796,0.0,0.1463891737908885,0.15372517456988796,0.0,0.012223014733894233,0.15372517456988796,0.0,0.011175254746375055,0.15372517456988796,0.0,0.007068356133683371,0.15372517456988796,0.0,0.003381081589157447,0.5,0.15372517456988796,0.0,0.02203284683351162,0.15372517456988796,0.0,0.008610496142704637,0.5,0.15372517456988796,0.0,0.01424847490053388,0.15372517456988796,0.0,0.031137746324616133,0.15372517456988796,0.0,0.024213524363059277,0.15372517456988796,0.0,0.01514112707745498,0.15372517456988796,0.0,0.022704105839377035,0.15372517456988796,0.0,0.030671550325382744,0.15372517456988796,0.0,0.06282364529340724,0.5,0.15372517456988796,0.0,0.09994904530783458,0.0,0.1266753760873743,0.006531598806702673 -2523,0.5,0.15372517456988796,0.0,0.08054929809001012,0.15372517456988796,0.0,0.027518859489283225,0.15372517456988796,0.0,0.054155944855759613,0.15372517456988796,0.0,0.1264924508081066,0.15372517456988796,0.0,0.007572930232907044,0.15372517456988796,0.0,0.008471746350869266,0.15372517456988796,0.0,0.0032045644700150924,0.15372517456988796,0.0,0.002943417464033643,0.5,0.15372517456988796,0.0,0.021816569522617187,0.15372517456988796,0.0,0.012188962204544745,0.5,0.15372517456988796,0.0,0.009002748455169705,0.15372517456988796,0.0,0.024041789004275102,0.15372517456988796,0.0,0.015483573169955534,0.15372517456988796,0.0,0.008156847475179984,0.15372517456988796,0.0,0.018189277884518275,0.15372517456988796,0.0,0.022761162676873368,0.15372517456988796,0.0,0.05910769933635673,0.5,0.15372517456988796,0.0,0.09493211845337998,0.0,0.08882402660130143,0.003201106628603676 -2524,0.5,0.15372517456988796,0.0,0.0724097456383069,0.15372517456988796,0.0,0.02023670268844569,0.15372517456988796,0.0,0.049689859493557226,0.15372517456988796,0.0,0.11488117913500767,0.15372517456988796,0.0,0.004686495650789892,0.15372517456988796,0.0,0.007424508331146879,0.15372517456988796,0.0,0.0016518688684099897,0.15372517456988796,0.0,0.0030826582955897704,0.5,0.15372517456988796,0.0,0.021004264014993022,0.15372517456988796,0.0,0.010300081035736828,0.5,0.15372517456988796,0.0,0.00806227803603162,0.15372517456988796,0.0,0.01543034521989243,0.15372517456988796,0.0,0.012036184696344088,0.15372517456988796,0.0,0.005137856020152442,0.15372517456988796,0.0,0.013682062367271472,0.15372517456988796,0.0,0.01709567514923215,0.15372517456988796,0.0,0.049546491956415244,0.5,0.15372517456988796,0.0,0.08134444758941062,0.0,0.040073249087090944,0.0016934833172038836 -2525,0.5,0.15372517456988796,0.0,0.06401911333348828,0.15372517456988796,0.0,0.015539384403548356,0.15372517456988796,0.0,0.04108455672429844,0.15372517456988796,0.0,0.11004494401381006,0.15372517456988796,0.0,0.003523891693284366,0.15372517456988796,0.0,0.005890002716313939,0.15372517456988796,0.0,0.0010547625657089037,0.15372517456988796,0.0,0.004211839404920032,0.5,0.15372517456988796,0.0,0.021118884133846754,0.15372517456988796,0.0,0.013197865308203728,0.5,0.15372517456988796,0.0,0.00656776023903256,0.15372517456988796,0.0,0.015205830019906526,0.15372517456988796,0.0,0.010438808935765133,0.15372517456988796,0.0,0.004581704522594807,0.15372517456988796,0.0,0.010492853749194167,0.15372517456988796,0.0,0.015053203008368796,0.15372517456988796,0.0,0.04239152618431486,0.5,0.15372517456988796,0.0,0.06336323021112206,0.0,0.010564602462997464,0.00046338841401491406 -2526,0.5,0.15372517456988796,0.0018110306238556225,0.05562067104898442,0.15372517456988796,1.0601044958955972e-07,0.011732045763641542,0.15372517456988796,8.390756556314034e-05,0.03325384390539358,0.15372517456988796,0.0008441712789205685,0.11253354256566614,0.15372517456988796,0.0,0.0031944840979930087,0.15372517456988796,0.0,0.004658994636129763,0.15372517456988796,0.0,0.0010306457036870964,0.15372517456988796,0.0,0.0036781454346687713,0.5,0.15372517456988796,0.0,0.02210331735907934,0.15372517456988796,0.0,0.014817105073988602,0.5,0.15372517456988796,0.0,0.004777816386673265,0.15372517456988796,0.0,0.019151815377689414,0.15372517456988796,0.00012828603050611735,0.008407935554122184,0.15372517456988796,3.4766487891375532e-06,0.004337945952915381,0.15372517456988796,2.3459530987231205e-05,0.00876197235104895,0.15372517456988796,0.0,0.013441474872835106,0.15372517456988796,1.7369520052498165e-05,0.0424807218489488,0.5,0.15372517456988796,0.00024168639609611708,0.05071724954352215,0.0,0.018393887395087242,2.541720430794685e-05 -2527,0.5,0.15372517456988796,0.051816886221876565,0.06367048091545424,0.15372517456988796,0.07181368152368098,0.007431276844324599,0.15372517456988796,0.0444753284478295,0.03663731504745185,0.15372517456988796,0.024627730056319345,0.13906717169640184,0.15372517456988796,0.05444665075449581,0.002130924225638771,0.15372517456988796,0.045747968478071624,0.003291212642302601,0.15372517456988796,0.055355915893190846,0.0012896771196434069,0.15372517456988796,0.04711216914678617,0.0027274390869067725,0.5,0.15372517456988796,0.04833770934600628,0.020316386009705006,0.15372517456988796,0.04009867146471778,0.023048825663913915,0.5,0.15372517456988796,0.056473335007348635,0.0043593950898167845,0.15372517456988796,0.04208858473381456,0.03042680434573513,0.15372517456988796,0.06887251237995999,0.005145163314456604,0.15372517456988796,0.058866931094276445,0.002968179635571259,0.15372517456988796,0.06669653224078052,0.008154972971252762,0.15372517456988796,0.06315615429559067,0.01071049260505347,0.15372517456988796,0.062296700916882046,0.04991096398240292,0.5,0.15372517456988796,0.04957996374370241,0.0684695133401739,0.0,0.0418648530906654,6.594976595010891e-06 -2528,0.5,0.15372517456988796,0.1386555945595891,0.11665069650488924,0.15372517456988796,0.2106557304801325,0.004579418388778921,0.15372517456988796,0.12385845299917281,0.056239469375102144,0.15372517456988796,0.07470900635635722,0.1637872439429469,0.15372517456988796,0.18607072335464336,0.0019145074468580197,0.15372517456988796,0.17238900572862412,0.0023345700067391585,0.15372517456988796,0.1890975545482457,0.0014180599544925928,0.15372517456988796,0.17657206663419506,0.0025914984849741913,0.5,0.15372517456988796,0.1790523023548722,0.023519360213189528,0.15372517456988796,0.14293148796948396,0.058816128699574116,0.5,0.15372517456988796,0.19203136738625382,0.0050319260315676035,0.15372517456988796,0.1538012685436222,0.06243896368166217,0.15372517456988796,0.2036095777131868,0.004089365711367335,0.15372517456988796,0.19102510453500177,0.002470986439474446,0.15372517456988796,0.19705420854029945,0.006828008940265374,0.15372517456988796,0.20227459370187556,0.01208682363540562,0.15372517456988796,0.1748946167760802,0.07503584155801774,0.5,0.15372517456988796,0.12687680382322425,0.13263857217554662,0.0,0.05518446900963075,2.1293992955668214e-05 -2529,0.5,0.15372517456988796,0.23460042625948166,0.1608147817104288,0.15372517456988796,0.36150665669635784,0.010817896403997442,0.15372517456988796,0.21258284973661723,0.1072408679571786,0.15372517456988796,0.13003025206019642,0.1816872573452865,0.15372517456988796,0.34162868347215136,0.004286178218775281,0.15372517456988796,0.3266274944371752,0.006568787851096932,0.15372517456988796,0.34562499862541457,0.009224991003750533,0.15372517456988796,0.33296755549236956,0.0075691461318354095,0.5,0.15372517456988796,0.33689753257480715,0.07007513235544868,0.15372517456988796,0.24179849290133576,0.08638739373741931,0.5,0.15372517456988796,0.351522907607528,0.034450459406154536,0.15372517456988796,0.2891916055710336,0.14858558642059017,0.15372517456988796,0.3519285320716936,0.0057161864221808925,0.15372517456988796,0.3451729605145982,0.006233357271276911,0.15372517456988796,0.33488302331008,0.029865972464948175,0.15372517456988796,0.36125434948960095,0.053453191806362564,0.15372517456988796,0.28365133318354563,0.11208140273446239,0.5,0.15372517456988796,0.19636822259274414,0.11451694308631329,0.0,0.05054303432470361,6.714210075401861e-05 -2530,0.5,0.15372517456988796,0.2795298499241643,0.1566858132353994,0.15372517456988796,0.5143830397474176,0.04586610399971647,0.15372517456988796,0.30705063967591173,0.1496186965693877,0.15372517456988796,0.1719833043778246,0.18666616666266844,0.15372517456988796,0.49779592997990096,0.012888112940246296,0.15372517456988796,0.48399385059470895,0.018725521563004607,0.15372517456988796,0.5058466919400992,0.042090493609798295,0.15372517456988796,0.49379532324898695,0.03857733761322753,0.5,0.15372517456988796,0.5005831098919494,0.17030288026334586,0.15372517456988796,0.30688690867071755,0.09586301643139894,0.5,0.15372517456988796,0.5124056875044558,0.1100679614239072,0.15372517456988796,0.3993944866446283,0.18064217037450084,0.15372517456988796,0.4969617929132327,0.0068454866609889585,0.15372517456988796,0.49788609306573606,0.010332177508980614,0.15372517456988796,0.46469577049907473,0.06393821945892098,0.15372517456988796,0.5230113400013708,0.1273932340009704,0.15372517456988796,0.35376726300523353,0.1321437411296967,0.5,0.15372517456988796,0.21937873713096284,0.10438601697501212,0.0,0.032092990610538094,0.0005245925757075149 -2531,0.5,0.15372517456988796,0.37797562132275875,0.14294647765459237,0.15372517456988796,0.6210430690341248,0.0532433679651092,0.15372517456988796,0.2741900693044882,0.12535199828337337,0.15372517456988796,0.19034774901856402,0.18244453709855585,0.15372517456988796,0.6344026528583262,0.017758564820133355,0.15372517456988796,0.6221900510605387,0.040950561866236725,0.15372517456988796,0.6428979735569422,0.07612257227410738,0.15372517456988796,0.6304377481851862,0.0896029462356075,0.5,0.15372517456988796,0.6294812237788009,0.23752610583523484,0.15372517456988796,0.35027924813065636,0.10267302295618418,0.5,0.15372517456988796,0.6279079558981324,0.11870448613295025,0.15372517456988796,0.5221852535869279,0.21127856370939488,0.15372517456988796,0.6232369837335912,0.006806162930227462,0.15372517456988796,0.6289184161920778,0.010399524879188448,0.15372517456988796,0.519125443133663,0.06508644375778433,0.15372517456988796,0.6403118422189932,0.1452795349106819,0.15372517456988796,0.4104047266619375,0.1254390613485253,0.5,0.15372517456988796,0.2029140850166659,0.1098977746348857,0.0,0.015191934263160595,0.004356050791626238 -2532,0.5,0.15372517456988796,0.4630270452848444,0.12732349291927536,0.15372517456988796,0.6825482569319737,0.040430582985765885,0.15372517456988796,0.27736724195766355,0.11394497462753096,0.15372517456988796,0.2265092812161204,0.17688837590816098,0.15372517456988796,0.7166579083969334,0.03404468485199524,0.15372517456988796,0.6947282568128552,0.07815426444718143,0.15372517456988796,0.7211428580497401,0.09664043245856943,0.15372517456988796,0.7134627912039871,0.11538764670697638,0.5,0.15372517456988796,0.7207924968162417,0.23725348634636106,0.15372517456988796,0.36916532137164404,0.10641193157908024,0.5,0.15372517456988796,0.688261857118361,0.12177170957861652,0.15372517456988796,0.5968670711630777,0.23122945092410724,0.15372517456988796,0.6936292100814677,0.006706127052208697,0.15372517456988796,0.6949681103109668,0.011996982139653063,0.15372517456988796,0.4803076698741682,0.05669308879071722,0.15372517456988796,0.6797411790915169,0.1370768344443218,0.15372517456988796,0.39651888152227266,0.13019885818941077,0.5,0.15372517456988796,0.17945443827330582,0.12594090106856498,0.0,0.004511830461087002,0.012913557287725232 -2533,0.5,0.15372517456988796,0.5227448449938034,0.11467602849174656,0.15372517456988796,0.6893411853173533,0.034705658015559485,0.15372517456988796,0.3089079692194934,0.12161044064278656,0.15372517456988796,0.22999838514467658,0.17149571841125705,0.15372517456988796,0.7492348444694208,0.055580711190671137,0.15372517456988796,0.7474541054967515,0.10744618743525855,0.15372517456988796,0.7552896965797908,0.11438624992612886,0.15372517456988796,0.7513956660788824,0.11702701792566944,0.5,0.15372517456988796,0.7565115974010974,0.2134554962471672,0.15372517456988796,0.3473257545983845,0.12325871396868779,0.5,0.15372517456988796,0.718912319394662,0.14135962285993098,0.15372517456988796,0.6362574373105553,0.2530671238339174,0.15372517456988796,0.7198933339030633,0.008919865090386538,0.15372517456988796,0.724278941760448,0.019819877287600873,0.15372517456988796,0.42834820954435654,0.05227820311269185,0.15372517456988796,0.6865873277312468,0.1524555532135488,0.15372517456988796,0.36274177251593837,0.13930491632681316,0.5,0.15372517456988796,0.17881061755794192,0.14219281692063043,0.0,0.0007321036400159448,0.019736321416174242 -2534,0.5,0.15372517456988796,0.5704794239876373,0.10546197382048172,0.15372517456988796,0.6676905072846282,0.03721887004449271,0.15372517456988796,0.2625059081402162,0.12668195616609776,0.15372517456988796,0.216291322941842,0.15625843721371954,0.15372517456988796,0.7349701390476098,0.06764746767463387,0.15372517456988796,0.7392846639600468,0.1155970415164561,0.15372517456988796,0.7358325707225923,0.13383582554472673,0.15372517456988796,0.740958749377333,0.11920545863954676,0.5,0.15372517456988796,0.7455605086513959,0.2092732691624955,0.15372517456988796,0.30352539983296734,0.13982182238863897,0.5,0.15372517456988796,0.6996733914722896,0.1917793677479964,0.15372517456988796,0.6072445409414272,0.270839385960275,0.15372517456988796,0.699073468724014,0.012434649898614482,0.15372517456988796,0.7121896334360898,0.0286260454184012,0.15372517456988796,0.4407841231721841,0.05895869873143283,0.15372517456988796,0.6408020151827519,0.17908624794533518,0.15372517456988796,0.317790635484734,0.16174984704751513,0.5,0.15372517456988796,0.24647960271213676,0.13798000034410807,0.0,0.0005587641296839757,0.0203402035658147 -2535,0.5,0.15372517456988796,0.5491834342213171,0.09990104052001296,0.15372517456988796,0.6296106020180815,0.045145147969892496,0.15372517456988796,0.2624764909987846,0.12438855499124468,0.15372517456988796,0.2134598299503867,0.12680057526040786,0.15372517456988796,0.6705067263635499,0.06677405392551729,0.15372517456988796,0.6802485286957575,0.11279034796247217,0.15372517456988796,0.6688329355704892,0.13459609807613704,0.15372517456988796,0.6806074494034939,0.11408138444356178,0.5,0.15372517456988796,0.6835171279889563,0.19530743811090587,0.15372517456988796,0.2310585562565432,0.1437386390875995,0.5,0.15372517456988796,0.6358784088012267,0.2466676361189652,0.15372517456988796,0.5206749694660503,0.27207684531730303,0.15372517456988796,0.6250807182448297,0.013947647980177558,0.15372517456988796,0.6510992140782362,0.031064102542119044,0.15372517456988796,0.4222692164078491,0.06881746471519912,0.15372517456988796,0.5690804526081903,0.19741152982177002,0.15372517456988796,0.2783330380258122,0.179174878333742,0.5,0.15372517456988796,0.18241956879935015,0.13005989629165482,0.0,0.00035599907207342564,0.020594900073413948 -2536,0.5,0.15372517456988796,0.4491295426954871,0.0906428517756535,0.15372517456988796,0.5137623608764632,0.040436652193457566,0.15372517456988796,0.2377662971552172,0.12005432759980422,0.15372517456988796,0.1975096232461232,0.0973749921306708,0.15372517456988796,0.5456715047096405,0.05868365217770888,0.15372517456988796,0.5613319839564778,0.10743136735400488,0.15372517456988796,0.5437516678751679,0.12436027405030255,0.15372517456988796,0.5607798513760254,0.10720658194686539,0.5,0.15372517456988796,0.5617847214345045,0.18449105255343,0.15372517456988796,0.14122264191698217,0.15509862671177327,0.5,0.15372517456988796,0.5140843959613653,0.2926904900829859,0.15372517456988796,0.40952667770448536,0.2737721492241843,0.15372517456988796,0.49953866043795947,0.012632109396085266,0.15372517456988796,0.5307733636461014,0.029034512811545628,0.15372517456988796,0.401119725382062,0.071045850328447,0.15372517456988796,0.4653157153223021,0.1885942754824446,0.15372517456988796,0.22310993140984797,0.18813159846135236,0.5,0.15372517456988796,0.1321574088876339,0.13235182586732605,0.0,0.0002165036267519813,0.022805053163900354 -2537,0.5,0.15372517456988796,0.330734434836199,0.0752291782946512,0.15372517456988796,0.37453028784944187,0.027222725466494083,0.15372517456988796,0.15292484943023057,0.11583751182812416,0.15372517456988796,0.14599952584853698,0.06476795015626237,0.15372517456988796,0.39461427969712337,0.05706350430062314,0.15372517456988796,0.40919670439463585,0.10919118940176338,0.15372517456988796,0.3874396544959454,0.10985223850993955,0.15372517456988796,0.40631970515085863,0.1024909056112886,0.5,0.15372517456988796,0.4033291533771447,0.17057857590155887,0.15372517456988796,0.10865106370423597,0.16723534932201153,0.5,0.15372517456988796,0.3593241216237382,0.2952044484587403,0.15372517456988796,0.25843307006061356,0.2540374925939046,0.15372517456988796,0.35750144940147766,0.009614834235503522,0.15372517456988796,0.3860197278182836,0.029714878343836876,0.15372517456988796,0.30849276545550075,0.0624400091873831,0.15372517456988796,0.32648592381922287,0.15883681378947132,0.15372517456988796,0.1606628361768942,0.17660230801456023,0.5,0.15372517456988796,0.09345619861373852,0.13723762350348903,0.0,0.00017704245499134235,0.019493749196999546 -2538,0.5,0.15372517456988796,0.14561747369925682,0.03523753623713595,0.15372517456988796,0.2126343938393288,0.014915405581927225,0.15372517456988796,0.07774640650480169,0.1020687038453449,0.15372517456988796,0.08452848017004964,0.030914947836567282,0.15372517456988796,0.23354248899264288,0.05941114843389593,0.15372517456988796,0.24877271366212983,0.0837913554489278,0.15372517456988796,0.22923535515863133,0.09378360535509292,0.15372517456988796,0.2450361113040327,0.08570696853863381,0.5,0.15372517456988796,0.2391306300516434,0.12668681979354315,0.15372517456988796,0.056890757747910886,0.14630601009314062,0.5,0.15372517456988796,0.1945385696670426,0.2612584030965104,0.15372517456988796,0.13215508332203374,0.19518130977140538,0.15372517456988796,0.1975781108509266,0.008379976150201016,0.15372517456988796,0.22410508473454926,0.040718825259474484,0.15372517456988796,0.18537187026639798,0.04271971357983988,0.15372517456988796,0.17266666091629992,0.12488189923272836,0.15372517456988796,0.07569349335161066,0.14116961734468836,0.5,0.15372517456988796,0.0472353739618368,0.112935875653237,0.0,0.00016071406506103754,0.02120491296785837 -2539,0.5,0.15372517456988796,0.0,0.018835263657467835,0.15372517456988796,0.026329783826045398,0.010275939411593016,0.15372517456988796,0.0,0.06216896708629844,0.15372517456988796,0.0,0.013571886413478031,0.15372517456988796,0.03975429993145143,0.049849984962036964,0.15372517456988796,0.04535336201498865,0.0482976716066411,0.15372517456988796,0.03741606405488622,0.07107945985991795,0.15372517456988796,0.035783133975885874,0.04285353035992559,0.5,0.15372517456988796,0.033152127192161505,0.05959022196696146,0.15372517456988796,0.0,0.09878166091650148,0.5,0.15372517456988796,0.010952832606070642,0.19905634120158452,0.15372517456988796,0.006878018674195064,0.10538381638069846,0.15372517456988796,0.037573713715842214,0.006704770503517999,0.15372517456988796,0.03719396709349278,0.037053164823728016,0.15372517456988796,0.01821220857225627,0.017293782006039437,0.15372517456988796,0.021595914788478297,0.06885962276686547,0.15372517456988796,0.0,0.08798756020761156,0.5,0.15372517456988796,4.959882693651677e-05,0.07039029352919376,0.0,0.00012936559700294086,0.0455793535301558 -2540,0.5,0.15372517456988796,0.0,0.015972799711991798,0.15372517456988796,0.0,0.020603146087184,0.15372517456988796,0.0,0.0323817967022182,0.15372517456988796,0.0,0.010713214181327212,0.15372517456988796,0.0,0.07365568170701906,0.15372517456988796,0.0,0.055997781902025895,0.15372517456988796,0.0,0.1130027640020842,0.15372517456988796,0.0,0.04907427440201724,0.5,0.15372517456988796,0.0,0.06830138788479583,0.15372517456988796,0.0,0.07711642345984421,0.5,0.15372517456988796,0.0,0.14318013650574601,0.15372517456988796,0.0,0.08881433233565476,0.15372517456988796,0.0,0.010867042900198711,0.15372517456988796,0.0,0.05894199532833436,0.15372517456988796,0.0,0.02433463303406399,0.15372517456988796,0.0,0.06596071181071445,0.15372517456988796,0.0,0.054560776138931594,0.5,0.15372517456988796,0.0,0.04683394046494582,0.0,0.00010041628803759082,0.0779065053600127 -2541,0.5,0.15372517456988796,0.0,0.013755213443415246,0.15372517456988796,0.0,0.024140570060429627,0.15372517456988796,0.0,0.018052923804227374,0.15372517456988796,0.0,0.009513640522013492,0.15372517456988796,0.0,0.08022951604953135,0.15372517456988796,0.0,0.05645472275665646,0.15372517456988796,0.0,0.11540316773315845,0.15372517456988796,0.0,0.048385105062745695,0.5,0.15372517456988796,0.0,0.08137310697942339,0.15372517456988796,0.0,0.08832795521222858,0.5,0.15372517456988796,0.0,0.10230789152232332,0.15372517456988796,0.0,0.09580082450042368,0.15372517456988796,0.0,0.020120886956388653,0.15372517456988796,0.0,0.07482783601357743,0.15372517456988796,0.0,0.02955735948192238,0.15372517456988796,0.0,0.06896525565253603,0.15372517456988796,0.0,0.04124783382188494,0.5,0.15372517456988796,0.0,0.034191505851982246,0.0,0.00016500063012924316,0.12337593159862792 -2542,0.5,0.15372517456988796,0.0,0.01224472520208779,0.15372517456988796,0.0,0.028990608150395936,0.15372517456988796,0.0,0.01430729359994196,0.15372517456988796,0.0,0.009014750945092813,0.15372517456988796,0.0,0.09557658279207938,0.15372517456988796,0.0,0.07121609287712898,0.15372517456988796,0.0,0.09337159232165856,0.15372517456988796,0.0,0.04788380043228882,0.5,0.15372517456988796,0.0,0.09272153924102079,0.15372517456988796,0.0,0.11551712589066285,0.5,0.15372517456988796,0.0,0.07976551048855461,0.15372517456988796,0.0,0.10020456959703498,0.15372517456988796,0.0,0.029628316176893096,0.15372517456988796,0.0,0.08597992696059326,0.15372517456988796,0.0,0.031350094512471394,0.15372517456988796,0.0,0.06498282419046028,0.15372517456988796,0.0,0.03731767903101521,0.5,0.15372517456988796,0.0,0.02409049473712331,0.0,0.005363913752278773,0.21099778699452576 -2543,0.5,0.15372517456988796,0.0,0.012949354820883401,0.15372517456988796,0.0,0.027336393152522245,0.15372517456988796,0.0,0.01265287141186245,0.15372517456988796,0.0,0.007287718207208545,0.15372517456988796,0.0,0.08550574597266945,0.15372517456988796,0.0,0.0783903027755771,0.15372517456988796,0.0,0.07556800228002944,0.15372517456988796,0.0,0.04601723769469307,0.5,0.15372517456988796,0.0,0.07189211197374736,0.15372517456988796,0.0,0.11904839618073719,0.5,0.15372517456988796,0.0,0.08109882242959775,0.15372517456988796,0.0,0.09469120790164016,0.15372517456988796,0.0,0.04590917197151008,0.15372517456988796,0.0,0.09394373630359193,0.15372517456988796,0.0,0.032634243529626177,0.15372517456988796,0.0,0.04129415548266793,0.15372517456988796,0.0,0.03526183332851669,0.5,0.15372517456988796,0.0,0.021202415372425266,0.0,0.02558596670249484,0.29948855079187325 -2544,0.5,0.15372517456988796,0.0,0.014350903408272025,0.15372517456988796,0.0,0.025955845169696724,0.15372517456988796,0.0,0.008698785140238856,0.15372517456988796,0.0,0.005588763654461427,0.15372517456988796,0.0,0.07465307792994387,0.15372517456988796,0.0,0.07371368883482918,0.15372517456988796,0.0,0.07534486335239576,0.15372517456988796,0.0,0.05588727439569323,0.5,0.15372517456988796,0.0,0.04135022803495611,0.15372517456988796,0.0,0.08650118709965318,0.5,0.15372517456988796,0.0,0.0734037350088368,0.15372517456988796,0.0,0.09424561789189485,0.15372517456988796,0.0,0.07763336141125275,0.15372517456988796,0.0,0.11515925205672953,0.15372517456988796,0.0,0.03068525348813262,0.15372517456988796,0.0,0.0218399990816326,0.15372517456988796,0.0,0.03474074030821333,0.5,0.15372517456988796,0.0,0.02443807241370264,0.0,0.0609282026619886,0.4071535078059025 -2545,0.5,0.15372517456988796,0.0,0.01594221664899547,0.15372517456988796,0.0,0.046805765504414544,0.15372517456988796,0.0,0.005851588241617617,0.15372517456988796,0.0,0.003015317531854427,0.15372517456988796,0.0,0.08962959582021594,0.15372517456988796,0.0,0.08571216654764649,0.15372517456988796,0.0,0.07246843760463545,0.15372517456988796,0.0,0.05700768610955511,0.5,0.15372517456988796,0.0,0.02733966017076066,0.15372517456988796,0.0,0.07804499100530204,0.5,0.15372517456988796,0.0,0.06641448980439234,0.15372517456988796,0.0,0.09016508364695622,0.15372517456988796,0.0,0.10794208978953476,0.15372517456988796,0.0,0.12180231799548236,0.15372517456988796,0.0,0.02894377886761747,0.15372517456988796,0.0,0.019895375734537018,0.15372517456988796,0.0,0.0388506691874514,0.5,0.15372517456988796,0.0,0.0295876399193236,0.0,0.09943016565295483,0.5439103023992852 -2546,0.5,0.15372517456988796,0.0,0.017926650374926065,0.15372517456988796,0.0,0.05412851166856658,0.15372517456988796,0.0,0.0035062699074706397,0.15372517456988796,0.0,0.0018215117635207187,0.15372517456988796,0.0,0.09277821451978524,0.15372517456988796,0.0,0.09864867291101756,0.15372517456988796,0.0,0.08072298131108754,0.15372517456988796,0.0,0.05678664863748205,0.5,0.15372517456988796,0.0,0.017740171235563217,0.15372517456988796,0.0,0.09624102036201754,0.5,0.15372517456988796,0.0,0.04692528105000927,0.15372517456988796,0.0,0.08204615453443254,0.15372517456988796,0.0,0.1284671413478336,0.15372517456988796,0.0,0.11599070165390327,0.15372517456988796,0.0,0.03965551604100601,0.15372517456988796,0.0,0.01924169622970653,0.15372517456988796,0.0,0.03701580397980562,0.5,0.15372517456988796,0.0,0.029502439068786742,0.0,0.1321621995405012,0.6487253544673491 -2547,0.5,0.15372517456988796,0.0,0.019044259964827105,0.15372517456988796,0.0,0.03971394346676582,0.15372517456988796,0.0,0.0017627195432545462,0.15372517456988796,0.0,0.001193017439583667,0.15372517456988796,0.0,0.0870507921444111,0.15372517456988796,0.0,0.09755048450987433,0.15372517456988796,0.0,0.08179663695431717,0.15372517456988796,0.0,0.05976674308115938,0.5,0.15372517456988796,0.0,0.013591952291069697,0.15372517456988796,0.0,0.09603238693110272,0.5,0.15372517456988796,0.0,0.02521197892594947,0.15372517456988796,0.0,0.0725044766387762,0.15372517456988796,0.0,0.13955596742669493,0.15372517456988796,0.0,0.10923033174151126,0.15372517456988796,0.0,0.046462140748589585,0.15372517456988796,0.0,0.023934286908750612,0.15372517456988796,0.0,0.030888428462458404,0.5,0.15372517456988796,0.0,0.03004230874758731,0.0,0.13802187457810408,0.7311888386887173 -2548,0.5,0.15372517456988796,0.0,0.018514728680785245,0.15372517456988796,0.0,0.0436730925884639,0.15372517456988796,0.0,0.003069908964939973,0.15372517456988796,0.0,0.0009967049493474786,0.15372517456988796,0.0,0.08435654897014412,0.15372517456988796,0.0,0.09453515492057461,0.15372517456988796,0.0,0.06397850064452036,0.15372517456988796,0.0,0.05703885370297257,0.5,0.15372517456988796,0.0,0.014782155949617223,0.15372517456988796,0.0,0.08919294199596968,0.5,0.15372517456988796,0.0,0.02031726408751234,0.15372517456988796,0.0,0.05604413610126335,0.15372517456988796,0.0,0.1468110392911305,0.15372517456988796,0.0,0.10756614313515794,0.15372517456988796,0.0,0.038878389818778294,0.15372517456988796,0.0,0.025150616807106015,0.15372517456988796,0.0,0.022692030872876443,0.5,0.15372517456988796,0.0,0.032087154827275984,0.0,0.13809520438449335,0.7606574670833668 -2549,0.5,0.15372517456988796,0.0,0.01818810262098293,0.15372517456988796,0.0,0.05610754952533365,0.15372517456988796,0.0,0.010268557644494391,0.15372517456988796,0.0,0.001362942408966523,0.15372517456988796,0.0,0.08281265656186054,0.15372517456988796,0.0,0.09211900152209812,0.15372517456988796,0.0,0.0596502333101063,0.15372517456988796,0.0,0.05203321360422548,0.5,0.15372517456988796,0.0,0.014827202330624518,0.15372517456988796,0.0,0.07734641673167009,0.5,0.15372517456988796,0.0,0.024043318054484543,0.15372517456988796,0.0,0.0448222937870788,0.15372517456988796,0.0,0.15686139013640166,0.15372517456988796,0.0,0.11846690248930491,0.15372517456988796,0.0,0.036310374223577385,0.15372517456988796,0.0,0.02170980322866325,0.15372517456988796,0.0,0.016540335031292337,0.5,0.15372517456988796,0.0,0.03331022572985135,0.0,0.14014997928674294,0.7404338651966845 -2550,0.5,0.15372517456988796,0.004077246078551074,0.020585547547782287,0.15372517456988796,0.0003255149835388973,0.06485040135007195,0.15372517456988796,0.0008950373920686323,0.010533528977562595,0.15372517456988796,0.004357574177309965,0.002595770861993598,0.15372517456988796,0.0,0.08256149249017385,0.15372517456988796,0.0,0.08258735182190272,0.15372517456988796,0.0,0.0574924336637895,0.15372517456988796,0.0,0.04584275874699382,0.5,0.15372517456988796,0.0,0.012799861534785968,0.15372517456988796,0.0,0.05472640632327081,0.5,0.15372517456988796,0.0,0.02776867802233644,0.15372517456988796,0.0,0.038434472125405024,0.15372517456988796,0.0003772323363042306,0.16931225988383478,0.15372517456988796,3.400859837004049e-05,0.12931712982995003,0.15372517456988796,0.00010302991279986684,0.04380963154533508,0.15372517456988796,0.0,0.01940955678945472,0.15372517456988796,0.00021899231705560065,0.017329662424743257,0.5,0.15372517456988796,0.0007994753967703439,0.02814110147109149,0.0,0.13939349965791129,0.7262938408083233 -2551,0.5,0.15372517456988796,0.08770580945110663,0.026672549001279595,0.15372517456988796,0.07333737508019203,0.07652333890822531,0.15372517456988796,0.0794567097701975,0.0060787847656299425,0.15372517456988796,0.0979644609893404,0.0025039494825289227,0.15372517456988796,0.05591279963262333,0.07964842084996702,0.15372517456988796,0.04770340741549113,0.07397986747094115,0.15372517456988796,0.057141022200077066,0.04952370736621524,0.15372517456988796,0.049256894698655615,0.03366216554381974,0.5,0.15372517456988796,0.050683694196439526,0.010682382068160972,0.15372517456988796,0.07137392346656132,0.05050009518108063,0.5,0.15372517456988796,0.060964477845375224,0.027930679786236142,0.15372517456988796,0.06122614145023965,0.03551658525749234,0.15372517456988796,0.06991070000525754,0.19991171097171598,0.15372517456988796,0.05984267802166788,0.14385200241622367,0.15372517456988796,0.06880195489928641,0.05081127418346208,0.15372517456988796,0.06423605328042545,0.020294134699105883,0.15372517456988796,0.07610972507044653,0.016162697383473847,0.5,0.15372517456988796,0.0823769332479017,0.02971850621703081,0.0,0.1442780576314783,0.7299819946968297 -2552,0.5,0.15372517456988796,0.211546314398468,0.04934381797485217,0.15372517456988796,0.20231655406332447,0.1621856314791621,0.15372517456988796,0.2114129549711855,0.008380548671421077,0.15372517456988796,0.24558113169346485,0.0016162578827284778,0.15372517456988796,0.17213765017745034,0.1179555481222023,0.15372517456988796,0.1599445846709503,0.08973232210656396,0.15372517456988796,0.18395234081588635,0.051417756540393766,0.15372517456988796,0.1742405249941839,0.029130773168326487,0.5,0.15372517456988796,0.18101636956105527,0.010902862484911504,0.15372517456988796,0.21499922042706998,0.05646771265498135,0.5,0.15372517456988796,0.1957650298408346,0.029935037510957774,0.15372517456988796,0.19907243035605696,0.06004759879504115,0.15372517456988796,0.19234143995656755,0.34624768714017246,0.15372517456988796,0.17654653294689143,0.21974687740196452,0.15372517456988796,0.1989917329912788,0.06696636604409506,0.15372517456988796,0.19936948142964012,0.023087490589000986,0.15372517456988796,0.2170367862828284,0.022188692932577633,0.5,0.15372517456988796,0.23195479031944738,0.048412099602354694,0.0,0.16422233860374652,0.7726086265502792 -2553,0.5,0.15372517456988796,0.3468642839000774,0.11890042104146292,0.15372517456988796,0.3398671445178592,0.3195701393658084,0.15372517456988796,0.3545965782056886,0.03599308149786678,0.15372517456988796,0.3987479599842975,0.005586666712814121,0.15372517456988796,0.3117095751337332,0.2334812993755067,0.15372517456988796,0.2965383644790465,0.17974203659277987,0.15372517456988796,0.3221601347326546,0.13361238354773755,0.15372517456988796,0.32112797979276175,0.05440615806298925,0.5,0.15372517456988796,0.33581105327024263,0.040944493737331875,0.15372517456988796,0.3806426869960943,0.12576506935363863,0.5,0.15372517456988796,0.3559014964390933,0.07939677803399535,0.15372517456988796,0.36036697283813546,0.12533103508956916,0.15372517456988796,0.3291700718373599,0.5398938099696512,0.15372517456988796,0.3201134343857466,0.3142028863592508,0.15372517456988796,0.3425006528041759,0.15346237405852126,0.15372517456988796,0.3521588898658064,0.07856951162356213,0.15372517456988796,0.37488349106451524,0.057380386051602526,0.5,0.15372517456988796,0.39796981127888253,0.14365800424613714,0.0,0.21132872961271898,0.8017727604338937 -2554,0.5,0.15372517456988796,0.4864888636565108,0.20992779244268772,0.15372517456988796,0.46961165893973955,0.4283276828482789,0.15372517456988796,0.5008540856255249,0.07794115901829902,0.15372517456988796,0.5469966174658432,0.01336988890540808,0.15372517456988796,0.4726951123994958,0.3491894970238554,0.15372517456988796,0.45622063786965283,0.22007707557700307,0.15372517456988796,0.4609922797534347,0.25561373139042665,0.15372517456988796,0.4667365687382176,0.08484060964844889,0.5,0.15372517456988796,0.4940153758323095,0.0880304653741085,0.15372517456988796,0.5474282471721468,0.18823974019282474,0.5,0.15372517456988796,0.5191660029927947,0.10457429847867217,0.15372517456988796,0.5263120248844535,0.1551514930033917,0.15372517456988796,0.46739662879381605,0.6276725260619637,0.15372517456988796,0.47438395849200043,0.4554676503914802,0.15372517456988796,0.4830603703008691,0.25680105354931904,0.15372517456988796,0.504547505579951,0.1684540057515901,0.15372517456988796,0.5314719479355047,0.06726443303577394,0.5,0.15372517456988796,0.5552359616797364,0.2004261402653462,0.0,0.28249538525812107,0.8012085497124495 -2555,0.5,0.15372517456988796,0.5963245785486906,0.3238178204020826,0.15372517456988796,0.6017341091163535,0.505627865978063,0.15372517456988796,0.6199625157421867,0.10749740557748196,0.15372517456988796,0.6509307582441526,0.025000527883042384,0.15372517456988796,0.6132929993744531,0.46437312041214923,0.15372517456988796,0.6110133008746779,0.27072906549507775,0.15372517456988796,0.6012194538737656,0.2891284454292559,0.15372517456988796,0.5976976451111923,0.08631885899687286,0.5,0.15372517456988796,0.6216241320517364,0.09961023945376725,0.15372517456988796,0.6760255033602617,0.20865043102161662,0.5,0.15372517456988796,0.6501416092059036,0.11671026707269434,0.15372517456988796,0.6562599615120925,0.14381132256463894,0.15372517456988796,0.5784229020190447,0.6963507958154103,0.15372517456988796,0.600273852025766,0.534672122552322,0.15372517456988796,0.6067783208215488,0.3140920600406878,0.15372517456988796,0.6233606799344623,0.1883553536325315,0.15372517456988796,0.6513399360719659,0.06098360758527266,0.5,0.15372517456988796,0.6801800147044861,0.17651279763827343,0.0,0.3426665247144806,0.8401746070455747 -2556,0.5,0.15372517456988796,0.654525349384266,0.42667556332079615,0.15372517456988796,0.6796627976755931,0.5957066162209278,0.15372517456988796,0.6832642281973491,0.12281294591210655,0.15372517456988796,0.6906536459444259,0.03763406719846119,0.15372517456988796,0.6907405490915355,0.5407520902131869,0.15372517456988796,0.7007412724269093,0.2748913886338218,0.15372517456988796,0.6976363994115762,0.2864686430460936,0.15372517456988796,0.6878436869068228,0.07334328339606344,0.5,0.15372517456988796,0.6955374313423288,0.07141146166728132,0.15372517456988796,0.7462010885114072,0.2421673627001724,0.5,0.15372517456988796,0.725767319235152,0.11861539965034835,0.15372517456988796,0.7308188569407137,0.15421016932815373,0.15372517456988796,0.6353974167034757,0.7292144509006644,0.15372517456988796,0.672196318182935,0.5985211324895785,0.15372517456988796,0.6881021717183032,0.3603163201832087,0.15372517456988796,0.6897845204599231,0.18621364139014232,0.15372517456988796,0.7149567270076919,0.06179325182283733,0.5,0.15372517456988796,0.747489045918138,0.14543721784405977,0.0,0.39335841194079113,0.9024267417975718 -2557,0.5,0.15372517456988796,0.6682222718358426,0.5194211420020532,0.15372517456988796,0.7084076382342523,0.6880476568453985,0.15372517456988796,0.6990294119976146,0.13632069020530163,0.15372517456988796,0.6816811834047876,0.055990737435693064,0.15372517456988796,0.7167804827487951,0.603469991932638,0.15372517456988796,0.7325639754032027,0.2831550003998654,0.15372517456988796,0.7366249336628168,0.27901622212002164,0.15372517456988796,0.7325470392834489,0.06100597453410571,0.5,0.15372517456988796,0.7270382701096425,0.05529200639307163,0.15372517456988796,0.767988408590019,0.2695763068971424,0.5,0.15372517456988796,0.7516439535230788,0.09575751631039546,0.15372517456988796,0.7588901768212419,0.15799031475849232,0.15372517456988796,0.6591598501741549,0.770058425668811,0.15372517456988796,0.6962839347437492,0.6683253338481896,0.15372517456988796,0.7194092785007821,0.39998974144663874,0.15372517456988796,0.715304058959318,0.19425626462353512,0.15372517456988796,0.7361132706744945,0.06270715570747686,0.5,0.15372517456988796,0.7672919766928924,0.13760174497901173,0.0,0.4254358423894335,0.960070925226748 -2558,0.5,0.15372517456988796,0.6407616565133866,0.5700709079642012,0.15372517456988796,0.6864145754612883,0.7492807361903759,0.15372517456988796,0.6761892883822713,0.16652249710280997,0.15372517456988796,0.6407551401435134,0.08322289947510195,0.15372517456988796,0.6980481036588215,0.6933555533514347,0.15372517456988796,0.7182917730612182,0.3168237277831752,0.15372517456988796,0.7219344471957991,0.29261786887094965,0.15372517456988796,0.7272516628032455,0.05516418391917074,0.5,0.15372517456988796,0.7179277631316245,0.03255238171580863,0.15372517456988796,0.7403471040439985,0.26384785709386405,0.5,0.15372517456988796,0.727281544371944,0.08409443862453941,0.15372517456988796,0.7382359666293555,0.1510742653130992,0.15372517456988796,0.6305499217746476,0.80702800569247,0.15372517456988796,0.6593408768153012,0.7475262897163841,0.15372517456988796,0.7027417742486564,0.44662073912258815,0.15372517456988796,0.7100828276098547,0.20627328554628307,0.15372517456988796,0.7108136831306507,0.06194955717390394,0.5,0.15372517456988796,0.7410471113288901,0.1196068054782996,0.0,0.4308445183475342,0.9807015053256148 -2559,0.5,0.15372517456988796,0.5643596142711156,0.6166431981576044,0.15372517456988796,0.5995217398322225,0.8003286724313029,0.15372517456988796,0.6020013538434762,0.1852464080626961,0.15372517456988796,0.549002573214044,0.10945100825476403,0.15372517456988796,0.6083553192987795,0.7538138755527002,0.15372517456988796,0.6513770378080095,0.35938319235229044,0.15372517456988796,0.6518062236508873,0.331812947166204,0.15372517456988796,0.6689637747252901,0.07290136982427495,0.5,0.15372517456988796,0.662544520083941,0.017147157658260147,0.15372517456988796,0.649562087983955,0.2251616436631442,0.5,0.15372517456988796,0.6480202937461574,0.06638605839064264,0.15372517456988796,0.6615302009617738,0.11076719661437204,0.15372517456988796,0.5210513614540808,0.8057690135428293,0.15372517456988796,0.5486668789860601,0.8037390467209231,0.15372517456988796,0.6318462218883186,0.48402199653396977,0.15372517456988796,0.6534657267657047,0.22271497543253108,0.15372517456988796,0.6249892566075723,0.054488477678026455,0.5,0.15372517456988796,0.656184392711071,0.09484357494856069,0.0,0.43533779560298047,1.0023403745040718 -2560,0.5,0.15372517456988796,0.44029911344311745,0.6370160399432662,0.15372517456988796,0.4504544247911769,0.7718783153642902,0.15372517456988796,0.48092630268108477,0.20192496707672578,0.15372517456988796,0.418088400871524,0.119488680591381,0.15372517456988796,0.4627280361385452,0.7608463705710217,0.15372517456988796,0.5331025882967858,0.3645221572073969,0.15372517456988796,0.5281764075939519,0.3608606064156409,0.15372517456988796,0.5511257293436947,0.09959554023042713,0.5,0.15372517456988796,0.5501709116308908,0.01857712884799642,0.15372517456988796,0.49269590417894266,0.16014841477503822,0.5,0.15372517456988796,0.5179380725471107,0.0473124788069925,0.15372517456988796,0.5257827082900711,0.07981830116540266,0.15372517456988796,0.35509561750663327,0.731304239507035,0.15372517456988796,0.3740584065750514,0.7996389212879893,0.15372517456988796,0.49868249637609374,0.5137668684733332,0.15372517456988796,0.5333630968676626,0.2545881612184466,0.15372517456988796,0.48725415007946293,0.045826283058505723,0.5,0.15372517456988796,0.5157410273589921,0.06389273622580213,0.0,0.4351614261840063,1.0047109394120632 -2561,0.5,0.15372517456988796,0.30204509839620997,0.5728197759987322,0.15372517456988796,0.30278043229287466,0.5478179625770692,0.15372517456988796,0.33738969100023014,0.2135263517452225,0.15372517456988796,0.27914247694982186,0.11905772216813425,0.15372517456988796,0.3057972028020752,0.5743529140399988,0.15372517456988796,0.3842125212813646,0.2571809641970733,0.15372517456988796,0.37894419189036765,0.32105074283004364,0.15372517456988796,0.3990778436803494,0.10624383377282534,0.5,0.15372517456988796,0.3976669266844826,0.025874331521286924,0.15372517456988796,0.3203414135171275,0.10871417945587242,0.5,0.15372517456988796,0.3663116478195492,0.03174245057908651,0.15372517456988796,0.3592217430472291,0.05895838302631363,0.15372517456988796,0.18576304991091303,0.5691809805463822,0.15372517456988796,0.21289485059675584,0.7495328358864806,0.15372517456988796,0.3437798639368195,0.431355806588244,0.15372517456988796,0.38134388264871877,0.24745805585436004,0.15372517456988796,0.33418787363909885,0.04021728703955268,0.5,0.15372517456988796,0.3491718837459049,0.04776961799675802,0.0,0.40883172322077826,1.0063181575881759 -2562,0.5,0.15372517456988796,0.14286403049782012,0.34520199767419824,0.15372517456988796,0.1352607848529496,0.29516459962060937,0.15372517456988796,0.18251115516284036,0.0999437302092368,0.15372517456988796,0.13200673376452074,0.06042142895390916,0.15372517456988796,0.13104388719146515,0.34546397006499546,0.15372517456988796,0.19606360854514804,0.15026139573106181,0.15372517456988796,0.21725757754369043,0.14098335772877063,0.15372517456988796,0.24133839966053416,0.056115337870751666,0.5,0.15372517456988796,0.23739973177442403,0.013070595875607206,0.15372517456988796,0.16918077132414203,0.05203125143625546,0.5,0.15372517456988796,0.2143048933873863,0.02894421867782655,0.15372517456988796,0.19859529060399406,0.021734062893542423,0.15372517456988796,0.09848788249481186,0.550911175175556,0.15372517456988796,0.0920290962926553,0.6577102414223832,0.15372517456988796,0.18268011719163116,0.24910221266909421,0.15372517456988796,0.21870121797402592,0.10597397391147287,0.15372517456988796,0.17349130914349203,0.02352289839816208,0.5,0.15372517456988796,0.13367862045586149,0.020371482576462138,0.0,0.33833044563693176,0.9039062340632169 -2563,0.5,0.15372517456988796,0.0005348916646772655,0.23851953198885026,0.15372517456988796,0.02851902560242034,0.24173386502616004,0.15372517456988796,0.0,0.09178126708676965,0.15372517456988796,0.0,0.06538201884651873,0.15372517456988796,0.027944495359615677,0.2827428221752477,0.15372517456988796,0.043259801553279506,0.12777256452253796,0.15372517456988796,0.04394228599648587,0.13453796722910297,0.15372517456988796,0.038364786275239385,0.03857978481091879,0.5,0.15372517456988796,0.03360247292601449,0.008574538544734263,0.15372517456988796,0.0,0.026516215878026977,0.5,0.15372517456988796,0.017016139134637183,0.017602480578881197,0.15372517456988796,0.009940736201957985,0.01588512143832517,0.15372517456988796,0.024210121515712193,0.6583483586030233,0.15372517456988796,0.02391878967216652,0.5674816472298253,0.15372517456988796,0.026189667744533428,0.19368232691669818,0.15372517456988796,0.026281062616108665,0.08657170601358627,0.15372517456988796,0.0015066481131152279,0.02037245169698133,0.5,0.15372517456988796,0.0,0.017059649874625524,0.0,0.26287512528676515,0.9161524353187397 -2564,0.5,0.15372517456988796,0.0,0.24773275731870872,0.15372517456988796,0.0,0.28766649323097104,0.15372517456988796,0.0,0.10378187124184153,0.15372517456988796,0.0,0.07440801564707107,0.15372517456988796,0.0,0.35891932875626187,0.15372517456988796,0.0,0.1443481555060542,0.15372517456988796,0.0,0.14654538094534716,0.15372517456988796,0.0,0.0467390602834144,0.5,0.15372517456988796,0.0,0.011508830948302408,0.15372517456988796,0.0,0.016759466522011365,0.5,0.15372517456988796,0.0,0.014021589689394223,0.15372517456988796,0.0,0.021212231013709032,0.15372517456988796,0.0,0.652667535384934,0.15372517456988796,0.0,0.5472712576857612,0.15372517456988796,0.0,0.19920215552587425,0.15372517456988796,0.0,0.0912632849614856,0.15372517456988796,0.0,0.022840363941179286,0.5,0.15372517456988796,0.0,0.014036880094297918,0.0,0.25924449315033005,1.0009602861265805 -2565,0.5,0.15372517456988796,0.0,0.2662169352199244,0.15372517456988796,0.0,0.2327868840920827,0.15372517456988796,0.0,0.12067979940000677,0.15372517456988796,0.0,0.08928613538393221,0.15372517456988796,0.0,0.2882069656574087,0.15372517456988796,0.0,0.16494381358103463,0.15372517456988796,0.0,0.141830727194313,0.15372517456988796,0.0,0.04782233479884822,0.5,0.15372517456988796,0.0,0.013455728055144082,0.15372517456988796,0.0,0.017595686682212314,0.5,0.15372517456988796,0.0,0.014822563989176087,0.15372517456988796,0.0,0.014522723389923364,0.15372517456988796,0.0,0.6155291753810359,0.15372517456988796,0.0,0.5383218255195399,0.15372517456988796,0.0,0.20675954674196073,0.15372517456988796,0.0,0.08226937748540379,0.15372517456988796,0.0,0.022716082090047805,0.5,0.15372517456988796,0.0,0.018851735327652108,0.0,0.3690508382076558,0.9893539475077006 -2566,0.5,0.15372517456988796,0.0,0.2577307651302452,0.15372517456988796,0.0,0.5204209527915742,0.15372517456988796,0.0,0.1251918580384369,0.15372517456988796,0.0,0.11647140957307968,0.15372517456988796,0.0,0.24111821771145575,0.15372517456988796,0.0,0.16336795488042039,0.15372517456988796,0.0,0.14444256909466385,0.15372517456988796,0.0,0.04814367840253258,0.5,0.15372517456988796,0.0,0.013669879693555258,0.15372517456988796,0.0,0.008813325349852687,0.5,0.15372517456988796,0.0,0.03253946659649738,0.15372517456988796,0.0,0.016191483337932352,0.15372517456988796,0.0,0.5506769989368947,0.15372517456988796,0.0,0.5403837974466166,0.15372517456988796,0.0,0.2581645156643888,0.15372517456988796,0.0,0.07165085009940064,0.15372517456988796,0.0,0.02861932662724252,0.5,0.15372517456988796,0.0,0.014348401283699023,0.0,0.48820851788972186,0.9966904680051566 -2567,0.5,0.15372517456988796,0.0,0.23974222411362656,0.15372517456988796,0.0,0.4534693806657542,0.15372517456988796,0.0,0.1269582410435909,0.15372517456988796,0.0,0.13408999203573588,0.15372517456988796,0.0,0.28553815065633037,0.15372517456988796,0.0,0.10343506199427692,0.15372517456988796,0.0,0.16427400092664657,0.15372517456988796,0.0,0.0469326674774021,0.5,0.15372517456988796,0.0,0.014674443468569276,0.15372517456988796,0.0,0.005949526263930948,0.5,0.15372517456988796,0.0,0.022464685789421016,0.15372517456988796,0.0,0.022276400727673132,0.15372517456988796,0.0,0.664532824640869,0.15372517456988796,0.0,0.5968055664845372,0.15372517456988796,0.0,0.251978602439359,0.15372517456988796,0.0,0.06934971650404846,0.15372517456988796,0.0,0.03528109143398216,0.5,0.15372517456988796,0.0,0.0071208923952314745,0.0,0.4365131777392251,1.0080633858805526 -2568,0.5,0.15372517456988796,0.0,0.2338468476582096,0.15372517456988796,0.0,0.5884555610571677,0.15372517456988796,0.0,0.13155936481191002,0.15372517456988796,0.0,0.13800502620676913,0.15372517456988796,0.0,0.5363138857706866,0.15372517456988796,0.0,0.15277146317471585,0.15372517456988796,0.0,0.14891851187423683,0.15372517456988796,0.0,0.03928890770074463,0.5,0.15372517456988796,0.0,0.016827040282458173,0.15372517456988796,0.0,0.019611791307164988,0.5,0.15372517456988796,0.0,0.01895470946766424,0.15372517456988796,0.0,0.01919708424418047,0.15372517456988796,0.0,0.6596069415450382,0.15372517456988796,0.0,0.6461980769262394,0.15372517456988796,0.0,0.31763443925554335,0.15372517456988796,0.0,0.06187792691083999,0.15372517456988796,0.0,0.029047751087090425,0.5,0.15372517456988796,0.0,0.01435222595467782,0.0,0.3410427784431145,0.993084803244702 -2569,0.5,0.15372517456988796,0.0,0.20993490014754332,0.15372517456988796,0.0,0.7323140697674945,0.15372517456988796,0.0,0.12717677521377999,0.15372517456988796,0.0,0.15533629124569198,0.15372517456988796,0.0,0.49218947647253586,0.15372517456988796,0.0,0.3565030718397343,0.15372517456988796,0.0,0.14750893091091027,0.15372517456988796,0.0,0.035811264238970235,0.5,0.15372517456988796,0.0,0.01801093781303249,0.15372517456988796,0.0,0.023838610030886543,0.5,0.15372517456988796,0.0,0.022013705632037944,0.15372517456988796,0.0,0.021264761055547598,0.15372517456988796,0.0,0.5855651682674425,0.15372517456988796,0.0,0.6137988627105635,0.15372517456988796,0.0,0.3721894961331096,0.15372517456988796,0.0,0.0524504396141291,0.15372517456988796,0.0,0.0280499111902991,0.5,0.15372517456988796,0.0,0.010629934508835325,0.0,0.31028426782837193,1.001759512397797 -2570,0.5,0.15372517456988796,0.0,0.20010200523413696,0.15372517456988796,0.0,0.43934057983424457,0.15372517456988796,0.0,0.13422411494664693,0.15372517456988796,0.0,0.1682536531418176,0.15372517456988796,0.0,0.4630431442925076,0.15372517456988796,0.0,0.28051613417116866,0.15372517456988796,0.0,0.3071847413348899,0.15372517456988796,0.0,0.04870448079060631,0.5,0.15372517456988796,0.0,0.01965948728516214,0.15372517456988796,0.0,0.028662110332817764,0.5,0.15372517456988796,0.0,0.024460110887657344,0.15372517456988796,0.0,0.02100226807387968,0.15372517456988796,0.0,0.4750416426921463,0.15372517456988796,0.0,0.5260188863742199,0.15372517456988796,0.0,0.4712770740930166,0.15372517456988796,0.0,0.04282854255406697,0.15372517456988796,0.0,0.03038340526374145,0.5,0.15372517456988796,0.0,0.010068646981055713,0.0,0.3896889420457731,1.0039809824948573 -2571,0.5,0.15372517456988796,0.0,0.19082306270228028,0.15372517456988796,0.0,0.27001033640743344,0.15372517456988796,0.0,0.13310143661703858,0.15372517456988796,0.0,0.16440793725414254,0.15372517456988796,0.0,0.33766587739597564,0.15372517456988796,0.0,0.2771293141899734,0.15372517456988796,0.0,0.5393681688458479,0.15372517456988796,0.0,0.13187272891319238,0.5,0.15372517456988796,0.0,0.02186823011326366,0.15372517456988796,0.0,0.03856611271701441,0.5,0.15372517456988796,0.0,0.026810911242569128,0.15372517456988796,0.0,0.020454038652418068,0.15372517456988796,0.0,0.35949727202826165,0.15372517456988796,0.0,0.3917235841010002,0.15372517456988796,0.0,0.51179144585793,0.15372517456988796,0.0,0.08131251752332128,0.15372517456988796,0.0,0.029721493472383523,0.5,0.15372517456988796,0.0,0.011463480398488242,0.0,0.5196752492172854,1.0044010712379712 -2572,0.5,0.15372517456988796,0.0,0.14524062176114658,0.15372517456988796,0.0,0.25850047164632384,0.15372517456988796,0.0,0.11860749596184167,0.15372517456988796,0.0,0.13970219866343686,0.15372517456988796,0.0,0.24608798724763312,0.15372517456988796,0.0,0.24687001443770223,0.15372517456988796,0.0,0.5637625758478815,0.15372517456988796,0.0,0.19106497786143142,0.5,0.15372517456988796,0.0,0.024518846448857694,0.15372517456988796,0.0,0.04304904121738438,0.5,0.15372517456988796,0.0,0.023902261179846625,0.15372517456988796,0.0,0.01903349865312142,0.15372517456988796,0.0,0.2823670205133123,0.15372517456988796,0.0,0.40436877518528125,0.15372517456988796,0.0,0.4260704425098702,0.15372517456988796,0.0,0.2628811883133673,0.15372517456988796,0.0,0.025783625672845648,0.5,0.15372517456988796,0.0,0.012508120396117678,0.0,0.4306312812316225,0.9965535832885191 -2573,0.5,0.15372517456988796,0.0,0.13591830859059384,0.15372517456988796,0.0,0.29695242315391,0.15372517456988796,0.0,0.11878013059380885,0.15372517456988796,0.0,0.10498232487598967,0.15372517456988796,0.0,0.35158667882240074,0.15372517456988796,0.0,0.16316817483138674,0.15372517456988796,0.0,0.36864059879911415,0.15372517456988796,0.0,0.28935425424721717,0.5,0.15372517456988796,0.0,0.041203222190427505,0.15372517456988796,0.0,0.03904939365169434,0.5,0.15372517456988796,0.0,0.023838120494074504,0.15372517456988796,0.0,0.021506913906559236,0.15372517456988796,0.0,0.2376635092444365,0.15372517456988796,0.0,0.4979618667154356,0.15372517456988796,0.0,0.2623223546558634,0.15372517456988796,0.0,0.3487049448297468,0.15372517456988796,0.0,0.022956391421944583,0.5,0.15372517456988796,0.0,0.01487281495143186,0.0,0.26840099049235033,0.993573430635245 -2574,0.5,0.15372517456988796,0.0022459580004057247,0.11484020912616288,0.15372517456988796,0.0007842810534317403,0.5019245267017928,0.15372517456988796,0.000401374862978515,0.21378063350148188,0.15372517456988796,0.0032584214830286328,0.07989477867277556,0.15372517456988796,0.0,0.4590001457991097,0.15372517456988796,0.0,0.1689889299817187,0.15372517456988796,0.0,0.18343766883488805,0.15372517456988796,0.0,0.33916804620808183,0.5,0.15372517456988796,0.0,0.09392457380419608,0.15372517456988796,0.0,0.04525251912134631,0.5,0.15372517456988796,0.0,0.026370891890650443,0.15372517456988796,0.0,0.025969799108915604,0.15372517456988796,0.000734504856998328,0.2497590976307168,0.15372517456988796,8.157349384705351e-05,0.4644261540343483,0.15372517456988796,0.0003254534547918579,0.24428328046401737,0.15372517456988796,0.0,0.3224652959017061,0.15372517456988796,0.00034543249423815096,0.021865470703535905,0.5,0.15372517456988796,0.0014930759198503597,0.021861042412529924,0.0,0.11513363522312256,1.0006129289317618 -2575,0.5,0.15372517456988796,0.056595053754104466,0.09241708811572108,0.15372517456988796,0.026850741178582757,0.5762198101482162,0.15372517456988796,0.02334890011680839,0.27797231090046964,0.15372517456988796,0.054662003609879974,0.08289272447613416,0.15372517456988796,0.05065416010312111,0.4762243545549092,0.15372517456988796,0.048801050948142674,0.21965282875461484,0.15372517456988796,0.05506017839098284,0.2399523238748248,0.15372517456988796,0.026352146045851312,0.30289534886450786,0.5,0.15372517456988796,0.01894993189837788,0.2098258238117413,0.15372517456988796,0.05967171181932816,0.052102836273440076,0.5,0.15372517456988796,0.04431665594512285,0.029629228316008883,0.15372517456988796,0.037508250360701656,0.01802929357442743,0.15372517456988796,0.05770816415750707,0.18471129647908655,0.15372517456988796,0.04590709604570135,0.38152429574241087,0.15372517456988796,0.05864321757980125,0.3695937297498213,0.15372517456988796,0.026438403253893256,0.3436818824328852,0.15372517456988796,0.05181964279661834,0.020501636186870214,0.5,0.15372517456988796,0.08556573972762437,0.02752317510736707,0.0,0.02275566781693246,1.003379859170742 -2576,0.5,0.15372517456988796,0.1469456315176113,0.1297293032981694,0.15372517456988796,0.04599485730197752,0.32614315761300355,0.15372517456988796,0.07643525427467626,0.34736455409942757,0.15372517456988796,0.105845433376065,0.13704902858291634,0.15372517456988796,0.17983721886419154,0.47061876200306907,0.15372517456988796,0.15993119754017474,0.3875081607762172,0.15372517456988796,0.1429448704092681,0.5309217683917545,0.15372517456988796,0.14301627425342847,0.2973461432586265,0.5,0.15372517456988796,0.058839380543774404,0.42147695771697513,0.15372517456988796,0.14352709853278262,0.05347279472128792,0.5,0.15372517456988796,0.15159316045675775,0.14418296807498826,0.15372517456988796,0.11801080253038307,0.015617593731821429,0.15372517456988796,0.178732977777345,0.15704177860786245,0.15372517456988796,0.1417319372062364,0.3896132631795509,0.15372517456988796,0.1424199093766015,0.5431791764308395,0.15372517456988796,0.14796899618933165,0.4161583782945725,0.15372517456988796,0.13033544136371103,0.07067704076305212,0.5,0.15372517456988796,0.21640089793537906,0.031586288308391997,0.0,0.0033425231456251842,1.003363149359173 -2577,0.5,0.15372517456988796,0.24788413418391864,0.13646434997893464,0.15372517456988796,0.160735824288986,0.1667502027419247,0.15372517456988796,0.2027485011791135,0.37189888113079683,0.15372517456988796,0.15167296071920638,0.19449914067372265,0.15372517456988796,0.3129737881683135,0.5491580224389969,0.15372517456988796,0.27371391161916914,0.57552192507877,0.15372517456988796,0.2760310448316621,0.745872858827237,0.15372517456988796,0.326064977941957,0.44157756084787037,0.5,0.15372517456988796,0.12928582139676237,0.5825978558582846,0.15372517456988796,0.22746591552728673,0.08889672602642283,0.5,0.15372517456988796,0.23480447364788626,0.6007778248973259,0.15372517456988796,0.22527876901709556,0.11228784049657968,0.15372517456988796,0.31574375585266895,0.2529729451053795,0.15372517456988796,0.19971808723868106,0.5404811022161439,0.15372517456988796,0.21633424170981563,0.5556533444674442,0.15372517456988796,0.3178588883772675,0.5414338303497905,0.15372517456988796,0.2119118220382183,0.2995490694908409,0.5,0.15372517456988796,0.3392947758287283,0.06460783789288574,0.0,0.0015294646504245197,1.007300041193699 -2578,0.5,0.15372517456988796,0.30595668043004665,0.0828461475845037,0.15372517456988796,0.4432692053078474,0.3747861060077629,0.15372517456988796,0.3484127659814077,0.4585584688569736,0.15372517456988796,0.18715298244654408,0.17674036075072422,0.15372517456988796,0.30047654609128505,0.6781247716319256,0.15372517456988796,0.33830780753583906,0.7473378882071301,0.15372517456988796,0.43590619281658055,0.8224664415089262,0.15372517456988796,0.4553714324618907,0.6612170172190375,0.5,0.15372517456988796,0.29144546013759814,0.5797704028834831,0.15372517456988796,0.30907899340152606,0.18455017272172897,0.5,0.15372517456988796,0.15803325757357742,0.3834740377883768,0.15372517456988796,0.3639977630799895,0.27403019015526464,0.15372517456988796,0.43347333205231914,0.3548776671076181,0.15372517456988796,0.20666882394837555,0.7087689301377844,0.15372517456988796,0.30281101760905643,0.5237773117523921,0.15372517456988796,0.49329959036126975,0.6893959170470049,0.15372517456988796,0.3018554629162854,0.37906219900900767,0.5,0.15372517456988796,0.4176536479404521,0.14114451565275027,0.0,0.0,1.0112783590441732 -2579,0.5,0.15372517456988796,0.3295193040514325,0.05156441269004137,0.15372517456988796,0.4555319306563381,0.4269297266850621,0.15372517456988796,0.4296335746163559,0.41527368668826947,0.15372517456988796,0.24482415693591686,0.13797387929902502,0.15372517456988796,0.2249088369831896,0.9007294650834424,0.15372517456988796,0.2818836144794079,0.8504422532405078,0.15372517456988796,0.40421603816672647,0.8777110174675475,0.15372517456988796,0.4972787047430605,0.8080375943163829,0.5,0.15372517456988796,0.5386883429696115,0.553774883021626,0.15372517456988796,0.39992575920004453,0.21065310136101334,0.5,0.15372517456988796,0.23268249034845395,0.318834246749531,0.15372517456988796,0.43249769984338704,0.35317548568874335,0.15372517456988796,0.54208501712246,0.4567010038372971,0.15372517456988796,0.3049568136515113,0.8233307315853544,0.15372517456988796,0.26027978118458955,0.46397282756701674,0.15372517456988796,0.5864400399161207,0.7855014186421413,0.15372517456988796,0.38711842568317834,0.36323178288720503,0.5,0.15372517456988796,0.45475722945587194,0.2173408997808372,0.0,3.376826885771114e-05,1.0114391641388607 -2580,0.5,0.15372517456988796,0.350592799743197,0.030403828200104663,0.15372517456988796,0.21371421369677296,0.4579056450075977,0.15372517456988796,0.4740175847225341,0.2439245229020794,0.15372517456988796,0.3152279373116288,0.10157252323603967,0.15372517456988796,0.2836796230090323,1.0172070762322043,0.15372517456988796,0.28718011928273085,0.9422764580273177,0.15372517456988796,0.3644767618475956,0.9638324352342341,0.15372517456988796,0.49117494527263983,0.8414728098277595,0.5,0.15372517456988796,0.6751533428507943,0.6337163491187072,0.15372517456988796,0.48228857599902103,0.20103105876107613,0.5,0.15372517456988796,0.45961097709244164,0.2924150832499482,0.15372517456988796,0.4405854397866997,0.4679964836045821,0.15372517456988796,0.5614247209679885,0.5241585015391342,0.15372517456988796,0.3094870248351377,0.8831844538456979,0.15372517456988796,0.3173732889865242,0.598309379249556,0.15372517456988796,0.5433627359087158,0.7817918435139208,0.15372517456988796,0.4463338478056238,0.36731917680070386,0.5,0.15372517456988796,0.4581971023463426,0.18244563669244918,0.0,0.003578910806555662,1.0112433846217899 -2581,0.5,0.15372517456988796,0.4280846881885328,0.037202708625213216,0.15372517456988796,0.15189006235331437,0.4571381961572925,0.15372517456988796,0.6275468724277808,0.15200640115252795,0.15372517456988796,0.33172664961496723,0.056714700841802225,0.15372517456988796,0.2770387308824146,1.0069929050984667,0.15372517456988796,0.3963613189529323,0.9965087267340031,0.15372517456988796,0.3906290441088823,0.9981504251195812,0.15372517456988796,0.42853421549122195,0.8789346634293718,0.5,0.15372517456988796,0.6618638710874791,0.5973240591619255,0.15372517456988796,0.4667522646169052,0.21695089330838133,0.5,0.15372517456988796,0.6552809404524578,0.2566493378727271,0.15372517456988796,0.45417862069913384,0.46962443998048653,0.15372517456988796,0.4277313951676146,0.5313766618154195,0.15372517456988796,0.3428622357846385,0.8585191454418717,0.15372517456988796,0.3729665876156253,0.6168838428726184,0.15372517456988796,0.49236187763743067,0.7693501536742069,0.15372517456988796,0.46585682930011507,0.2665793167890034,0.5,0.15372517456988796,0.48056117813047405,0.24518913269040274,0.0,0.009451358611347487,1.0049968906412818 -2582,0.5,0.15372517456988796,0.4033169761960787,0.07417814748885646,0.15372517456988796,0.10229113548667637,0.3733149855462629,0.15372517456988796,0.5881532072015484,0.1369200787821468,0.15372517456988796,0.4239002194667391,0.03228444471507275,0.15372517456988796,0.3790591833431648,0.9891809613880862,0.15372517456988796,0.2642334880604118,0.9912899487304514,0.15372517456988796,0.16222107888985055,0.9527196328080407,0.15372517456988796,0.43031224034081705,0.9406054207602531,0.5,0.15372517456988796,0.563503259580056,0.5810843415524074,0.15372517456988796,0.3625040707977336,0.21294087628462915,0.5,0.15372517456988796,0.6799039649768698,0.12923753278767633,0.15372517456988796,0.44335768297367395,0.4220634708663181,0.15372517456988796,0.3099862279591721,0.5332755940771529,0.15372517456988796,0.3592047654586199,0.8296153495010621,0.15372517456988796,0.20694913078827745,0.526097038675139,0.15372517456988796,0.3991691739834512,0.8354502021332579,0.15372517456988796,0.5066338687407737,0.17895749181702472,0.5,0.15372517456988796,0.36662059907496225,0.2915647107001377,0.0,0.015549771793628604,0.9991240498766158 -2583,0.5,0.15372517456988796,0.3618184216943659,0.12130163253593776,0.15372517456988796,0.17127507859727503,0.4782301176377896,0.15372517456988796,0.43301830142696496,0.10501349549398313,0.15372517456988796,0.46600761718648265,0.023876125764342896,0.15372517456988796,0.31396954044499875,0.9337119997448224,0.15372517456988796,0.28626261302917283,0.9895554491099934,0.15372517456988796,0.22734749532194634,0.8837374728106638,0.15372517456988796,0.32935250812477534,0.975840724638662,0.5,0.15372517456988796,0.4243855739826706,0.6572544894856409,0.15372517456988796,0.328355380537779,0.21200166620252547,0.5,0.15372517456988796,0.6317061631926859,0.046878757123075605,0.15372517456988796,0.4261067969508813,0.3753717590834315,0.15372517456988796,0.22127611417033505,0.5194839047091289,0.15372517456988796,0.30827326117565873,0.7854913728658798,0.15372517456988796,0.14738205493770767,0.36536633162406734,0.15372517456988796,0.2501177057839634,0.8117672380741316,0.15372517456988796,0.5213176618054337,0.11766387159527483,0.5,0.15372517456988796,0.28969464505165005,0.2629186199160839,0.0,0.020179476923357125,0.9893795414287001 -2584,0.5,0.15372517456988796,0.2727519920018181,0.15870173188312142,0.15372517456988796,0.10085146883136882,0.4445619409398362,0.15372517456988796,0.24447731140263546,0.06054371155919418,0.15372517456988796,0.4014451671427792,0.02626919597809824,0.15372517456988796,0.20461587593092936,0.8338868498063121,0.15372517456988796,0.3000741804893425,0.9525809447450806,0.15372517456988796,0.1789317644998484,0.7779651314687546,0.15372517456988796,0.24403099783203658,0.9359301810827437,0.5,0.15372517456988796,0.24969419425310405,0.7441259634054955,0.15372517456988796,0.252757252962585,0.1815871692863627,0.5,0.15372517456988796,0.5146039433743542,0.07563460054220797,0.15372517456988796,0.37668192673311574,0.2592654041936954,0.15372517456988796,0.19706824302985315,0.4719290080329291,0.15372517456988796,0.24720408236677377,0.7241502626603931,0.15372517456988796,0.08304905453306688,0.2626787585524659,0.15372517456988796,0.1752112382141835,0.7060175655774166,0.15372517456988796,0.44051271414790627,0.10253910701156212,0.5,0.15372517456988796,0.20894562151369955,0.16826788538562482,0.0,0.031450245163610155,0.9848882890074918 -2585,0.5,0.15372517456988796,0.21596553735713275,0.18498547649345978,0.15372517456988796,0.03865526408498799,0.3137479654725467,0.15372517456988796,0.13608797304798345,0.02219744436333509,0.15372517456988796,0.27523375712751613,0.04238170219765613,0.15372517456988796,0.12168381285913951,0.7078939732671639,0.15372517456988796,0.2007924694835244,0.8922067835897551,0.15372517456988796,0.1100622789421821,0.5600843078225919,0.15372517456988796,0.17836900587892657,0.8236939493370399,0.5,0.15372517456988796,0.15963746583012273,0.7841564760937126,0.15372517456988796,0.1629024713557118,0.10566977124742183,0.5,0.15372517456988796,0.32130320580789945,0.1400660330581939,0.15372517456988796,0.28288783790533994,0.15314823442816133,0.15372517456988796,0.15276597976150955,0.3633562718298934,0.15372517456988796,0.13698894601605294,0.6649400021295697,0.15372517456988796,0.06724390096452203,0.2427290729964687,0.15372517456988796,0.10258608242397695,0.4324233403047381,0.15372517456988796,0.29183996802995976,0.10915020351848251,0.5,0.15372517456988796,0.1331064702382621,0.0669528590404361,0.0,0.05642109392802432,0.9747877473325143 -2586,0.5,0.15372517456988796,0.12092724614180987,0.1378261419630574,0.15372517456988796,0.033902050415185944,0.2568110944895484,0.15372517456988796,0.07961410210323921,0.013864237981273045,0.15372517456988796,0.10800398004309253,0.04490326886122405,0.15372517456988796,0.06110676138022808,0.6025280833671818,0.15372517456988796,0.09302487990260644,0.7781116961048085,0.15372517456988796,0.042409375813610366,0.3720133363539938,0.15372517456988796,0.06086554487410028,0.6709113291735339,0.5,0.15372517456988796,0.08819869558556695,0.6975193682245167,0.15372517456988796,0.09276055580286321,0.06222446159547105,0.5,0.15372517456988796,0.1121220269792697,0.19560407886861916,0.15372517456988796,0.16019653154752378,0.08079428346690386,0.15372517456988796,0.09104800136120125,0.1832914772754419,0.15372517456988796,0.06005759282962793,0.5883059150379479,0.15372517456988796,0.03681608231977763,0.20125195688976794,0.15372517456988796,0.037326218849749286,0.18262805791158102,0.15372517456988796,0.13589601060459233,0.10592462680603354,0.5,0.15372517456988796,0.06800513320020725,0.019206937347861715,0.0,0.09490133306754168,0.9391602875211926 -2587,0.5,0.15372517456988796,0.0008636890596300463,0.07992725758186899,0.15372517456988796,0.013427580995698369,0.19687110495290708,0.15372517456988796,0.0002890681788915044,0.010518946045359516,0.15372517456988796,0.0,0.06784979504371673,0.15372517456988796,0.010497589211196647,0.6069103442214817,0.15372517456988796,0.029744156818179053,0.5518080139469956,0.15372517456988796,0.00752302222681351,0.2502927975255389,0.15372517456988796,0.009814933513567353,0.5593447764324496,0.5,0.15372517456988796,0.01939038303560209,0.46752644079962696,0.15372517456988796,0.0,0.04571110550516087,0.5,0.15372517456988796,0.014815740970369293,0.29229836844922275,0.15372517456988796,0.013157222102407154,0.03130045305762855,0.15372517456988796,0.025882905153089587,0.07530273533058658,0.15372517456988796,0.010403335520691377,0.4280873756203835,0.15372517456988796,0.00718675742187794,0.17278351594031494,0.15372517456988796,0.010041027963774768,0.06860171299176675,0.15372517456988796,0.0012846374887910744,0.06401392251678883,0.5,0.15372517456988796,0.0,0.006275686736511491,0.0,0.09775405726524904,0.8396738115296236 -2588,0.5,0.15372517456988796,0.0,0.07289206258729124,0.15372517456988796,0.0,0.1766631414232864,0.15372517456988796,0.0,0.026769535553046363,0.15372517456988796,0.0,0.09153825587957408,0.15372517456988796,0.0,0.4940120235369052,0.15372517456988796,0.0,0.3552574251732904,0.15372517456988796,0.0,0.21768084294421824,0.15372517456988796,0.0,0.4739489014675865,0.5,0.15372517456988796,0.0,0.3088005593366676,0.15372517456988796,0.0,0.04118671086022662,0.5,0.15372517456988796,0.0,0.1371167612568449,0.15372517456988796,0.0,0.04662298849936629,0.15372517456988796,0.0,0.05460099894067226,0.15372517456988796,0.0,0.2571422420230745,0.15372517456988796,0.0,0.16694601306669754,0.15372517456988796,0.0,0.02897339091694317,0.15372517456988796,0.0,0.025641584806329172,0.5,0.15372517456988796,0.0,0.007918139371103632,0.0,0.08735861340059939,0.6479287105752338 -2589,0.5,0.15372517456988796,0.0,0.0679256500339381,0.15372517456988796,0.0,0.16796260946901875,0.15372517456988796,0.0,0.06358747581738373,0.15372517456988796,0.0,0.08342975233569715,0.15372517456988796,0.0,0.35546570160326546,0.15372517456988796,0.0,0.30888090101649235,0.15372517456988796,0.0,0.18222751654374808,0.15372517456988796,0.0,0.29672283303845715,0.5,0.15372517456988796,0.0,0.2435515127880648,0.15372517456988796,0.0,0.039854129382933534,0.5,0.15372517456988796,0.0,0.037550100404322224,0.15372517456988796,0.0,0.03361513418217752,0.15372517456988796,0.0,0.06916877592001197,0.15372517456988796,0.0,0.18099817342447613,0.15372517456988796,0.0,0.16748888350463687,0.15372517456988796,0.0,0.02142114641289537,0.15372517456988796,0.0,0.018669997219056277,0.5,0.15372517456988796,0.0,0.011447203136113714,0.0,0.11850447019298521,0.37254195233942455 -2590,0.5,0.15372517456988796,0.0,0.06824730459165526,0.15372517456988796,0.0,0.15370872000388308,0.15372517456988796,0.0,0.09754568675593453,0.15372517456988796,0.0,0.05620212795838835,0.15372517456988796,0.0,0.2678006472174408,0.15372517456988796,0.0,0.2649926360028352,0.15372517456988796,0.0,0.16273995275533262,0.15372517456988796,0.0,0.23337999095743608,0.5,0.15372517456988796,0.0,0.1632556806295448,0.15372517456988796,0.0,0.038596051458204654,0.5,0.15372517456988796,0.0,0.007708302671489641,0.15372517456988796,0.0,0.020839665031066035,0.15372517456988796,0.0,0.08994418712328975,0.15372517456988796,0.0,0.173346692331604,0.15372517456988796,0.0,0.16492886112638122,0.15372517456988796,0.0,0.02689181863925,0.15372517456988796,0.0,0.01704304789124044,0.5,0.15372517456988796,0.0,0.0154867242174331,0.0,0.2421349371476188,0.23788001597519473 -2591,0.5,0.15372517456988796,0.0,0.07162279245443401,0.15372517456988796,0.0,0.1674171178569275,0.15372517456988796,0.0,0.09215504709087594,0.15372517456988796,0.0,0.03884012430963667,0.15372517456988796,0.0,0.2559316273529535,0.15372517456988796,0.0,0.22037021508660187,0.15372517456988796,0.0,0.1503217858213603,0.15372517456988796,0.0,0.1856999243359708,0.5,0.15372517456988796,0.0,0.11060250747665692,0.15372517456988796,0.0,0.048232589010829774,0.5,0.15372517456988796,0.0,0.007127469804573875,0.15372517456988796,0.0,0.01572237137974569,0.15372517456988796,0.0,0.11654992911798162,0.15372517456988796,0.0,0.18262895426376563,0.15372517456988796,0.0,0.17501118281581068,0.15372517456988796,0.0,0.036738864202087086,0.15372517456988796,0.0,0.020551179584788908,0.5,0.15372517456988796,0.0,0.020063913183168462,0.0,0.3285165713140732,0.22173877625751354 -2592,0.5,0.15372517456988796,0.0,0.08149493130862547,0.15372517456988796,0.0,0.15551023918556448,0.15372517456988796,0.0,0.067380356755987,0.15372517456988796,0.0,0.03545873613966338,0.15372517456988796,0.0,0.2484058324072922,0.15372517456988796,0.0,0.23314763006827477,0.15372517456988796,0.0,0.11559360399975702,0.15372517456988796,0.0,0.17098768857433186,0.5,0.15372517456988796,0.0,0.07815675125821918,0.15372517456988796,0.0,0.06813546921166877,0.5,0.15372517456988796,0.0,0.01312328821709565,0.15372517456988796,0.0,0.015044214048783804,0.15372517456988796,0.0,0.1514121988954337,0.15372517456988796,0.0,0.20947010515323938,0.15372517456988796,0.0,0.1977716705767864,0.15372517456988796,0.0,0.034150154174380686,0.15372517456988796,0.0,0.024758632314717328,0.5,0.15372517456988796,0.0,0.028005183847375287,0.0,0.2714274978353948,0.22152360165596596 -2593,0.5,0.15372517456988796,0.0,0.08681171928589702,0.15372517456988796,0.0,0.14262970279576614,0.15372517456988796,0.0,0.05002958919480378,0.15372517456988796,0.0,0.04765639288756973,0.15372517456988796,0.0,0.27443036815734984,0.15372517456988796,0.0,0.2509583584103594,0.15372517456988796,0.0,0.08578217036912124,0.15372517456988796,0.0,0.1543735009022137,0.5,0.15372517456988796,0.0,0.09016097132017287,0.15372517456988796,0.0,0.08991925733095796,0.5,0.15372517456988796,0.0,0.026314742701771573,0.15372517456988796,0.0,0.018060942523249548,0.15372517456988796,0.0,0.16462651560117947,0.15372517456988796,0.0,0.2472306346580227,0.15372517456988796,0.0,0.19421133625590686,0.15372517456988796,0.0,0.028488672611408507,0.15372517456988796,0.0,0.03367843173342297,0.5,0.15372517456988796,0.0,0.03816055660729206,0.0,0.18674590434698843,0.22081048996312025 -2594,0.5,0.15372517456988796,0.0,0.0832152493560355,0.15372517456988796,0.0,0.13310487738837845,0.15372517456988796,0.0,0.04689243019888685,0.15372517456988796,0.0,0.0630188189438172,0.15372517456988796,0.0,0.289799858393746,0.15372517456988796,0.0,0.21294200184802084,0.15372517456988796,0.0,0.09502570498132748,0.15372517456988796,0.0,0.12034869161281882,0.5,0.15372517456988796,0.0,0.10663085161868786,0.15372517456988796,0.0,0.12194331236388894,0.5,0.15372517456988796,0.0,0.032828589438022554,0.15372517456988796,0.0,0.021456854479804357,0.15372517456988796,0.0,0.14509229301493062,0.15372517456988796,0.0,0.26280850864485117,0.15372517456988796,0.0,0.16472620857525044,0.15372517456988796,0.0,0.033139422337275466,0.15372517456988796,0.0,0.0430705043718709,0.5,0.15372517456988796,0.0,0.04252723149605832,0.0,0.11254649184014007,0.28941144818529463 -2595,0.5,0.15372517456988796,0.0,0.07654717635345845,0.15372517456988796,0.0,0.11091314909809652,0.15372517456988796,0.0,0.06061422063228461,0.15372517456988796,0.0,0.06896017335368161,0.15372517456988796,0.0,0.24946956694929415,0.15372517456988796,0.0,0.17153459915644442,0.15372517456988796,0.0,0.08372759298263618,0.15372517456988796,0.0,0.09822117056749186,0.5,0.15372517456988796,0.0,0.09959629205351951,0.15372517456988796,0.0,0.1389272656599982,0.5,0.15372517456988796,0.0,0.037535892965770035,0.15372517456988796,0.0,0.02652608246148462,0.15372517456988796,0.0,0.10371445159864964,0.15372517456988796,0.0,0.24157250316430595,0.15372517456988796,0.0,0.13093231732969787,0.15372517456988796,0.0,0.04910215816052498,0.15372517456988796,0.0,0.04604871673397655,0.5,0.15372517456988796,0.0,0.04409270605450243,0.0,0.07128297562384571,0.36290327876671596 -2596,0.5,0.15372517456988796,0.0,0.07635048716282485,0.15372517456988796,0.0,0.07982852803079962,0.15372517456988796,0.0,0.06837039203715224,0.15372517456988796,0.0,0.06900436566121207,0.15372517456988796,0.0,0.23854822415224994,0.15372517456988796,0.0,0.11465200205483986,0.15372517456988796,0.0,0.0899233740615524,0.15372517456988796,0.0,0.08768225486629388,0.5,0.15372517456988796,0.0,0.10616329220275687,0.15372517456988796,0.0,0.13922086769567943,0.5,0.15372517456988796,0.0,0.06903922266421346,0.15372517456988796,0.0,0.042430965008333904,0.15372517456988796,0.0,0.06439302489654126,0.15372517456988796,0.0,0.17995404649461094,0.15372517456988796,0.0,0.10415010110349872,0.15372517456988796,0.0,0.06813835110947368,0.15372517456988796,0.0,0.05549883978607728,0.5,0.15372517456988796,0.0,0.04206829503649936,0.0,0.0653291566213808,0.3490047365718079 -2597,0.5,0.15372517456988796,0.0,0.0846543265913042,0.15372517456988796,0.0,0.05843865599231143,0.15372517456988796,0.0,0.07201804483453264,0.15372517456988796,0.0,0.08226076679183078,0.15372517456988796,0.0,0.23511986883291974,0.15372517456988796,0.0,0.12352879394581506,0.15372517456988796,0.0,0.12162234288021115,0.15372517456988796,0.0,0.07420523158899629,0.5,0.15372517456988796,0.0,0.11922300706349384,0.15372517456988796,0.0,0.09882540839130262,0.5,0.15372517456988796,0.0,0.0852534186731796,0.15372517456988796,0.0,0.06303169107904984,0.15372517456988796,0.0,0.049359130187745216,0.15372517456988796,0.0,0.12165008625534365,0.15372517456988796,0.0,0.08270585917189871,0.15372517456988796,0.0,0.0883872325166225,0.15372517456988796,0.0,0.07243876592088844,0.5,0.15372517456988796,0.0,0.045542602478733936,0.0,0.08203850887313786,0.2813358532791501 -2598,0.5,0.15372517456988796,0.0044271431038602534,0.09049632465175772,0.15372517456988796,0.002013781946218143,0.03863884499900738,0.15372517456988796,0.0015393872805287028,0.08040665772681457,0.15372517456988796,0.0013163341909839068,0.11727375290584628,0.15372517456988796,0.0,0.2104041080293589,0.15372517456988796,0.0,0.15953349191368915,0.15372517456988796,0.0,0.14278172017831753,0.15372517456988796,0.0,0.08381746901537612,0.5,0.15372517456988796,0.0,0.13589896449039057,0.15372517456988796,5.770664996215413e-06,0.1103620430828264,0.5,0.15372517456988796,0.0,0.10897204502096904,0.15372517456988796,0.0,0.07901440687266113,0.15372517456988796,0.0018286078192023879,0.06092632998294548,0.15372517456988796,0.00022825369732779063,0.08835637667697882,0.15372517456988796,0.0007485456585334288,0.06611441516040742,0.15372517456988796,2.606010029634796e-06,0.14784833964138236,0.15372517456988796,0.0007754585956319479,0.10765111820085348,0.5,0.15372517456988796,0.0013810470615242792,0.05605832899880407,0.0,0.09629227861568887,0.22120076686240867 -2599,0.5,0.15372517456988796,0.07180478561881774,0.09950389815631033,0.15372517456988796,0.07821310399465824,0.035621055216442044,0.15372517456988796,0.050121737972003845,0.12390898126993975,0.15372517456988796,0.01617255112918086,0.18452677102938192,0.15372517456988796,0.061666447450803547,0.1495812851267368,0.15372517456988796,0.05046072696089564,0.17368499301596677,0.15372517456988796,0.06040869720415245,0.10837853198052433,0.15372517456988796,0.04945074490801371,0.10766438229548664,0.5,0.15372517456988796,0.042502412870970945,0.2513034538691439,0.15372517456988796,0.04088439465480835,0.16859556334529816,0.5,0.15372517456988796,0.042852813414034345,0.27995626469749685,0.15372517456988796,0.02897869024553848,0.14193488895042172,0.15372517456988796,0.07618516836733734,0.08250269082992208,0.15372517456988796,0.06651802280784283,0.07538735540971661,0.15372517456988796,0.07354459267512509,0.048166360997408446,0.15372517456988796,0.0667204277895894,0.19451375084600092,0.15372517456988796,0.06996580665540317,0.1612040953359773,0.5,0.15372517456988796,0.05659090415675807,0.09683677980703088,0.0,0.09300766341045857,0.2223057421758219 -2600,0.5,0.15372517456988796,0.15467893518356052,0.17006665884222133,0.15372517456988796,0.21107279718086017,0.06772568409547669,0.15372517456988796,0.10142347920431674,0.22277073561529934,0.15372517456988796,0.02871953136956356,0.2338283815075529,0.15372517456988796,0.19116912721799662,0.18239823950181594,0.15372517456988796,0.1745535612504794,0.21345890550143942,0.15372517456988796,0.19197195694467645,0.17068040347873828,0.15372517456988796,0.171827654961543,0.16716292209713488,0.5,0.15372517456988796,0.13600194691399287,0.4608946290302173,0.15372517456988796,0.12689402815139234,0.23117931505934688,0.5,0.15372517456988796,0.12852674527772104,0.5010196661097804,0.15372517456988796,0.09338375480528975,0.2889519720984879,0.15372517456988796,0.20782234606944175,0.1362655779141003,0.15372517456988796,0.19641467878604194,0.12080924165731195,0.15372517456988796,0.20460052879972995,0.08096551973702788,0.15372517456988796,0.1768228812138818,0.38403730558652704,0.15372517456988796,0.17509618745764566,0.3489923034385866,0.5,0.15372517456988796,0.11846594398857918,0.21211829035959925,0.0,0.11228476054292853,0.30538877123175784 -2601,0.5,0.15372517456988796,0.21431708910297892,0.3048967692256751,0.15372517456988796,0.3563408059137024,0.1787675596696187,0.15372517456988796,0.12881649878985668,0.3362248515478623,0.15372517456988796,0.07712859467360045,0.2651722811069286,0.15372517456988796,0.34235221548810374,0.26693930781699415,0.15372517456988796,0.3290145245074201,0.325331260520816,0.15372517456988796,0.34295859901407155,0.24572933629366592,0.15372517456988796,0.32471584566296785,0.32481607056600914,0.5,0.15372517456988796,0.2524118699061951,0.6594615469178318,0.15372517456988796,0.24980587554431355,0.34898540323079813,0.5,0.15372517456988796,0.26424024235132243,0.6022121290418677,0.15372517456988796,0.18396373344255396,0.48129670150142223,0.15372517456988796,0.3530151259877482,0.2533558847644032,0.15372517456988796,0.3450341904880828,0.26228997747488947,0.15372517456988796,0.34760467853286725,0.1937282903286154,0.15372517456988796,0.29973626366074785,0.5706669640692259,0.15372517456988796,0.27465917088069236,0.49207173659097925,0.5,0.15372517456988796,0.14585621905214677,0.3148653240133535,0.0,0.19998330277931803,0.427320425062509 -2602,0.5,0.15372517456988796,0.29495688180635793,0.4423961780593009,0.15372517456988796,0.5042018426480237,0.34296417718362743,0.15372517456988796,0.12377855769841467,0.46992991010574847,0.15372517456988796,0.1906109900281679,0.3378623914667464,0.15372517456988796,0.4938834079737074,0.4189801802784911,0.15372517456988796,0.48470834836763044,0.3889533363120888,0.15372517456988796,0.49428827591662716,0.3858837569689705,0.15372517456988796,0.4795480937388483,0.39553781533764076,0.5,0.15372517456988796,0.3827243042524122,0.7083812786181529,0.15372517456988796,0.3399154919862824,0.43537370567906036,0.5,0.15372517456988796,0.44557239256402426,0.8306333431716959,0.15372517456988796,0.3073453278071597,0.6419270638222252,0.15372517456988796,0.49985172400249256,0.3717698254722561,0.15372517456988796,0.49362687389138205,0.4315224629355901,0.15372517456988796,0.4629771007400652,0.3428574362384575,0.15372517456988796,0.4491244452840365,0.6119368058098649,0.15372517456988796,0.3180983933756055,0.6035791831218883,0.5,0.15372517456988796,0.13834610942196007,0.24545307062817764,0.0,0.33004578312783633,0.5256491948157531 -2603,0.5,0.15372517456988796,0.3674128486212132,0.5717967259211877,0.15372517456988796,0.6241903091162939,0.6193171474097573,0.15372517456988796,0.08890591661245745,0.5026729874733233,0.15372517456988796,0.3578862332787188,0.464718564298933,0.15372517456988796,0.621528655789755,0.5641084912056297,0.15372517456988796,0.6171227057979631,0.46374926193927635,0.15372517456988796,0.6131248397000678,0.5267544693078953,0.15372517456988796,0.6116902730613122,0.4491144576563016,0.5,0.15372517456988796,0.5407261044447327,0.7791422190690125,0.15372517456988796,0.3065993355059207,0.49541729302147763,0.5,0.15372517456988796,0.575974117070206,0.8581887447233026,0.15372517456988796,0.413905828881532,0.7573593747105642,0.15372517456988796,0.6249474678890121,0.47286521291126454,0.15372517456988796,0.6185220381344493,0.5574997315076731,0.15372517456988796,0.4990732406077871,0.520730940851798,0.15372517456988796,0.4931679706562263,0.8017958786310712,0.15372517456988796,0.2728556449953783,0.593202686894285,0.5,0.15372517456988796,0.15174714492981436,0.17290488185328806,0.0,0.41408459950116405,0.5284187820318872 -2604,0.5,0.15372517456988796,0.4707043162237372,0.710591894739321,0.15372517456988796,0.6419663582063102,0.7473836093879991,0.15372517456988796,0.16421774824079052,0.5826475058019213,0.15372517456988796,0.488064668671955,0.6552434622310329,0.15372517456988796,0.6892091152004605,0.7407682183152282,0.15372517456988796,0.6951021410234065,0.6502041320946259,0.15372517456988796,0.648987145136001,0.7641118745649571,0.15372517456988796,0.6897573421505289,0.5287921569145987,0.5,0.15372517456988796,0.6467611254467528,0.8900589046905688,0.15372517456988796,0.23993591355572247,0.4557090790713226,0.5,0.15372517456988796,0.5937949375522918,0.8143635215062565,0.15372517456988796,0.43547888198224205,0.8141993538470796,0.15372517456988796,0.6770310649640066,0.5700699911730076,0.15372517456988796,0.6797880689643053,0.6521572645395997,0.15372517456988796,0.4217435028789699,0.6429860857569865,0.15372517456988796,0.38954912652050794,0.8956077532671362,0.15372517456988796,0.22060264616120548,0.6145057774944015,0.5,0.15372517456988796,0.19507232980292796,0.16126753213643116,0.0,0.4234467456897475,0.4449484885683501 -2605,0.5,0.15372517456988796,0.5657220401071099,0.7957578734484192,0.15372517456988796,0.5949625505441153,0.7963996906818698,0.15372517456988796,0.3334497512170049,0.6353307570900437,0.15372517456988796,0.5093885888376105,0.791017298352043,0.15372517456988796,0.6730643583591613,0.8403766261404848,0.15372517456988796,0.7235258044368705,0.8379776714936777,0.15372517456988796,0.590126029963274,0.8954731660672953,0.15372517456988796,0.6922683447519541,0.7319377375890033,0.5,0.15372517456988796,0.6295836509042949,0.9521633994041643,0.15372517456988796,0.22168419738593753,0.4516408065642863,0.5,0.15372517456988796,0.43709782397099695,0.7895155840343778,0.15372517456988796,0.3932204017315804,0.7872754237699714,0.15372517456988796,0.6921319712924187,0.6774082662185179,0.15372517456988796,0.6758750421952799,0.7227694041934134,0.15372517456988796,0.2688874504997729,0.6234788208943863,0.15372517456988796,0.1972599686273524,0.8777799414140441,0.15372517456988796,0.2008287413170585,0.5807649224308005,0.5,0.15372517456988796,0.25270938331459736,0.17887887492261864,0.0,0.45698282737200974,0.3792993782034929 -2606,0.5,0.15372517456988796,0.5823458305446266,0.853088440517992,0.15372517456988796,0.49978378870337825,0.8264763406180912,0.15372517456988796,0.4131526642622082,0.7158285061138686,0.15372517456988796,0.5191739341789096,0.8490569744255775,0.15372517456988796,0.5758302701426617,0.914146179879461,0.15372517456988796,0.6828721421728753,0.9498057404775027,0.15372517456988796,0.39646143180134236,0.918196598390781,0.15372517456988796,0.5739709549957964,0.9043796753993268,0.5,0.15372517456988796,0.4845914917472606,0.9950840673355184,0.15372517456988796,0.2169476011950893,0.473861734204169,0.5,0.15372517456988796,0.19648427293984944,0.5934087991411834,0.15372517456988796,0.34352894446199334,0.6945561674479241,0.15372517456988796,0.6673652053529147,0.750046567004811,0.15372517456988796,0.5804434765095234,0.7766936707315106,0.15372517456988796,0.24204294084248879,0.6498960534222069,0.15372517456988796,0.09354970776871525,0.8139889381640225,0.15372517456988796,0.25898669944987907,0.6374016413466197,0.5,0.15372517456988796,0.24960201511063249,0.23999036875380098,0.0,0.49682681249743,0.35681684753793996 -2607,0.5,0.15372517456988796,0.5401143338857526,0.8560747030852618,0.15372517456988796,0.2637598712851545,0.8124312752518931,0.15372517456988796,0.3770022080201391,0.8181397022087772,0.15372517456988796,0.4921923032732954,0.8392813536390786,0.15372517456988796,0.34986425354335077,0.9199033212821993,0.15372517456988796,0.5341800895925092,0.9827521133027877,0.15372517456988796,0.16005654286269058,0.9082613325150769,0.15372517456988796,0.3272311853574158,0.9379771672039686,0.5,0.15372517456988796,0.2861655983262723,0.971804446098935,0.15372517456988796,0.15330644676146288,0.4861058080109023,0.5,0.15372517456988796,0.08884049605497708,0.6937061410384924,0.15372517456988796,0.2720334758497435,0.6499346843354736,0.15372517456988796,0.5923890682305573,0.782596962877255,0.15372517456988796,0.42867104971349296,0.7857628772140184,0.15372517456988796,0.2978103485431177,0.68759752361545,0.15372517456988796,0.19401724495085257,0.9414331855637976,0.15372517456988796,0.2570081541156383,0.677073692957962,0.5,0.15372517456988796,0.16409287185928687,0.3117393988590028,0.0,0.5279623250837507,0.325096516368505 -2608,0.5,0.15372517456988796,0.4437403820061717,0.8231471373428721,0.15372517456988796,0.21494784470670264,0.8336592248163746,0.15372517456988796,0.2762137672328308,0.782475775578396,0.15372517456988796,0.3991676209774624,0.8004167537323065,0.15372517456988796,0.19606951547369877,0.8415851831726958,0.15372517456988796,0.21699627442880293,0.9289176688833041,0.15372517456988796,0.1114215706145065,0.8888252373788414,0.15372517456988796,0.10600880147207709,0.8233499145793486,0.5,0.15372517456988796,0.10259811388559727,0.9339961319073146,0.15372517456988796,0.08275159024504736,0.4975197882204671,0.5,0.15372517456988796,0.09470280511963004,0.6912378018721158,0.15372517456988796,0.1781853497605518,0.596724606298169,0.15372517456988796,0.4729710111623657,0.7761536193054341,0.15372517456988796,0.24360996062450035,0.779715321728518,0.15372517456988796,0.3736241325832784,0.7864745696924376,0.15372517456988796,0.2165426067193741,0.9018116306422554,0.15372517456988796,0.17856454139526584,0.6864174290740167,0.5,0.15372517456988796,0.09180211425523072,0.25015999971943886,0.0,0.5855366413876373,0.32323370114482963 -2609,0.5,0.15372517456988796,0.31991900828889724,0.7306437790439845,0.15372517456988796,0.3359587357438176,0.8505417980322183,0.15372517456988796,0.23564737258461144,0.770951026040691,0.15372517456988796,0.2809157504452605,0.669319221528305,0.15372517456988796,0.2107381327019408,0.7909841466244293,0.15372517456988796,0.04524455580085162,0.8245182889186022,0.15372517456988796,0.13219741548310562,0.8938382717990393,0.15372517456988796,0.06876516627391117,0.8794860292298341,0.5,0.15372517456988796,0.051880425905743634,0.8793011675334402,0.15372517456988796,0.035879393280591476,0.41564883876392894,0.5,0.15372517456988796,0.06634027331109471,0.7152474252192209,0.15372517456988796,0.09720750006800657,0.5316070257538744,0.15372517456988796,0.348760269084092,0.738545598326459,0.15372517456988796,0.21170410225663117,0.7859704525596578,0.15372517456988796,0.30460599048617265,0.7378922677150722,0.15372517456988796,0.13876037260350968,0.8782038583474998,0.15372517456988796,0.09642548023356126,0.5818514726992868,0.5,0.15372517456988796,0.04276658277066113,0.14871405559774825,0.0,0.6504909133638435,0.3430963654073443 -2610,0.5,0.15372517456988796,0.15785094628973811,0.5565396970209051,0.15372517456988796,0.2081058482596783,0.7389397702953372,0.15372517456988796,0.13927337781567894,0.6350028977469276,0.15372517456988796,0.12534711716499553,0.4743254860814061,0.15372517456988796,0.20728141102329206,0.692022964548383,0.15372517456988796,0.0691717294614566,0.7509012123533005,0.15372517456988796,0.07523141222840485,0.7647816881951923,0.15372517456988796,0.03802492691834768,0.9106883852377494,0.5,0.15372517456988796,0.019367920722257667,0.843794466171237,0.15372517456988796,0.012175932443227327,0.26761032615674324,0.5,0.15372517456988796,0.025202950620383406,0.5687475178279405,0.15372517456988796,0.0354868961287558,0.41344017367596464,0.15372517456988796,0.21099694102082311,0.6284932967315449,0.15372517456988796,0.1872114775541597,0.7424724038155618,0.15372517456988796,0.1587080169049228,0.5571571848503842,0.15372517456988796,0.05876796540973177,0.5386759829641453,0.15372517456988796,0.04763776957982106,0.44384206548451216,0.5,0.15372517456988796,0.017726623212559557,0.06322384980396865,0.0,0.6983868461295906,0.37593252829860957 -2611,0.5,0.15372517456988796,0.003952404656786653,0.42764613351377634,0.15372517456988796,0.0295968807646982,0.6169687425916068,0.15372517456988796,0.007106276131051183,0.47005292259002457,0.15372517456988796,0.0,0.3904794655014139,0.15372517456988796,0.04465750538155831,0.5401069850011416,0.15372517456988796,0.02865887974634529,0.6073719786292991,0.15372517456988796,0.015449378660732658,0.4926310891057816,0.15372517456988796,0.005069563810197594,0.7737072977207619,0.5,0.15372517456988796,0.0020752895548240362,0.7727260804113735,0.15372517456988796,0.0,0.15612227244130233,0.5,0.15372517456988796,0.0021277387879810477,0.4093352199065432,0.15372517456988796,0.004125615518551694,0.24254058019621905,0.15372517456988796,0.04149961765194578,0.5391117679386682,0.15372517456988796,0.041849449567497435,0.6456193997153069,0.15372517456988796,0.02794702493786113,0.45089708362817926,0.15372517456988796,0.02063088536061933,0.2949900942059105,0.15372517456988796,0.0015683057123051323,0.35084535483693347,0.5,0.15372517456988796,2.36720147322159e-05,0.03755816580422116,0.0,0.7331857371447911,0.42318524229059157 -2612,0.5,0.15372517456988796,0.0,0.3830975498323691,0.15372517456988796,0.0,0.5273925413157753,0.15372517456988796,0.0,0.3934148819721327,0.15372517456988796,0.0,0.36993648800829504,0.15372517456988796,0.0,0.4703763849606735,0.15372517456988796,0.0,0.42460628486934165,0.15372517456988796,0.0,0.34511463375284285,0.15372517456988796,0.0,0.47654483804233916,0.5,0.15372517456988796,0.0,0.6644049725763226,0.15372517456988796,0.0,0.10286422677068523,0.5,0.15372517456988796,0.0,0.35106318797824976,0.15372517456988796,0.0,0.1421717281276901,0.15372517456988796,0.0,0.5165822233150787,0.15372517456988796,0.0,0.6290113265208516,0.15372517456988796,0.0,0.43274683055905727,0.15372517456988796,0.0,0.2839134201360218,0.15372517456988796,0.0,0.4120491278712496,0.5,0.15372517456988796,0.0,0.060044350262266566,0.0,0.7475980876923888,0.49962680541294124 -2613,0.5,0.15372517456988796,0.0,0.377173918777674,0.15372517456988796,0.0,0.41508476538514655,0.15372517456988796,0.0,0.336452152996506,0.15372517456988796,0.0,0.3511610049557882,0.15372517456988796,0.0,0.4575139415822426,0.15372517456988796,0.0,0.28257806010103464,0.15372517456988796,0.0,0.3978025476198961,0.15372517456988796,0.0,0.19651792242023597,0.5,0.15372517456988796,0.0,0.4819721359511661,0.15372517456988796,0.0,0.0503093229033033,0.5,0.15372517456988796,0.0,0.5938540169466591,0.15372517456988796,0.0,0.0909319730201287,0.15372517456988796,0.0,0.5007546010063968,0.15372517456988796,0.0,0.6063246842748409,0.15372517456988796,0.0,0.4080105664152656,0.15372517456988796,0.0,0.3049761769034513,0.15372517456988796,0.0,0.5023164585746338,0.5,0.15372517456988796,0.0,0.14243854356682084,0.0,0.7405044456180198,0.562190426190728 -2614,0.5,0.15372517456988796,0.0,0.38536637869222773,0.15372517456988796,0.0,0.33589418194673065,0.15372517456988796,0.0,0.29745853690321766,0.15372517456988796,0.0,0.3333028360630473,0.15372517456988796,0.0,0.46418299817342407,0.15372517456988796,0.0,0.3688447823763398,0.15372517456988796,0.0,0.3931457776936357,0.15372517456988796,0.0,0.21385486326399766,0.5,0.15372517456988796,0.0,0.34682447552676887,0.15372517456988796,0.0,0.03245462056007752,0.5,0.15372517456988796,0.0,0.670743457575411,0.15372517456988796,0.0,0.07009445253615218,0.15372517456988796,0.0,0.4527352847327039,0.15372517456988796,0.0,0.5447462625698405,0.15372517456988796,0.0,0.3370331748181673,0.15372517456988796,0.0,0.3164951100403439,0.15372517456988796,0.0,0.46668319569758476,0.5,0.15372517456988796,0.0,0.178840638316458,0.0,0.7221784764151744,0.6228648339068039 -2615,0.5,0.15372517456988796,0.0,0.3897754485684732,0.15372517456988796,0.0,0.2530133365765832,0.15372517456988796,0.0,0.2802893357219063,0.15372517456988796,0.0,0.3251170649734661,0.15372517456988796,0.0,0.4196789715504132,0.15372517456988796,0.0,0.43345184223308253,0.15372517456988796,0.0,0.3447905150102412,0.15372517456988796,0.0,0.27459677132603244,0.5,0.15372517456988796,0.0,0.3757359624473605,0.15372517456988796,0.0,0.04397383862130874,0.5,0.15372517456988796,0.0,0.5349706588963794,0.15372517456988796,0.0,0.08171219373524757,0.15372517456988796,0.0,0.3949673569196246,0.15372517456988796,0.0,0.4661258559069741,0.15372517456988796,0.0,0.2627589216816368,0.15372517456988796,0.0,0.2872827726711636,0.15372517456988796,0.0,0.3489709654898158,0.5,0.15372517456988796,0.0,0.14175679105211864,0.0,0.6914669668287818,0.7358305538173214 -2616,0.5,0.15372517456988796,0.0,0.37679999349068627,0.15372517456988796,0.0,0.19099775926208548,0.15372517456988796,0.0,0.2885993536380639,0.15372517456988796,0.0,0.3181791288898612,0.15372517456988796,0.0,0.36215327156238625,0.15372517456988796,0.0,0.4221607178996609,0.15372517456988796,0.0,0.333155672732777,0.15372517456988796,0.0,0.2829261716255275,0.5,0.15372517456988796,0.0,0.4791013643030117,0.15372517456988796,0.0,0.03741011071798703,0.5,0.15372517456988796,0.0,0.3285016308603992,0.15372517456988796,0.0,0.08873120080012276,0.15372517456988796,0.0,0.35481760511113164,0.15372517456988796,0.0,0.3912279755995836,0.15372517456988796,0.0,0.25924891601439104,0.15372517456988796,0.0,0.23224047327725725,0.15372517456988796,0.0,0.24864948920921734,0.5,0.15372517456988796,0.0,0.11208122262401078,0.0,0.6440853139596707,0.8358311608788852 -2617,0.5,0.15372517456988796,0.0,0.34038831920842605,0.15372517456988796,0.0,0.18138213033160688,0.15372517456988796,0.0,0.3144920127517589,0.15372517456988796,0.0,0.2952209550202077,0.15372517456988796,0.0,0.31070141493283315,0.15372517456988796,0.0,0.41259429462315556,0.15372517456988796,0.0,0.3861367078308646,0.15372517456988796,0.0,0.2511810852722003,0.5,0.15372517456988796,0.0,0.45043619458843676,0.15372517456988796,0.0,0.03073068220592093,0.5,0.15372517456988796,0.0,0.19334451905815506,0.15372517456988796,0.0,0.08333180132812576,0.15372517456988796,0.0,0.34107492099291425,0.15372517456988796,0.0,0.3347204289437401,0.15372517456988796,0.0,0.2667653704724903,0.15372517456988796,0.0,0.21859726830287105,0.15372517456988796,0.0,0.2397452271113339,0.5,0.15372517456988796,0.0,0.10274108377213084,0.0,0.6040300190213681,0.859233761157491 -2618,0.5,0.15372517456988796,0.0,0.2891885109686254,0.15372517456988796,0.0,0.19133678732152776,0.15372517456988796,0.0,0.3572659936210975,0.15372517456988796,0.0,0.2598888993406581,0.15372517456988796,0.0,0.28104991044521205,0.15372517456988796,0.0,0.41829399173577764,0.15372517456988796,0.0,0.3646176308627848,0.15372517456988796,0.0,0.2167577238649641,0.5,0.15372517456988796,0.0,0.33481169615468054,0.15372517456988796,0.0,0.028509971238175315,0.5,0.15372517456988796,0.0,0.17407106170444614,0.15372517456988796,0.0,0.08195797756834923,0.15372517456988796,0.0,0.3317699112921977,0.15372517456988796,0.0,0.30373962701194973,0.15372517456988796,0.0,0.2620887644716311,0.15372517456988796,0.0,0.2490354503918218,0.15372517456988796,0.0,0.25530403063370816,0.5,0.15372517456988796,0.0,0.11029663207866239,0.0,0.5752555372611686,0.8551798522436864 -2619,0.5,0.15372517456988796,0.0,0.2464253249033705,0.15372517456988796,0.0,0.1949091196287198,0.15372517456988796,0.0,0.39086636024366284,0.15372517456988796,0.0,0.21313730700205527,0.15372517456988796,0.0,0.25406836749712536,0.15372517456988796,0.0,0.37375497426653587,0.15372517456988796,0.0,0.3036078328317286,0.15372517456988796,0.0,0.18399985991627188,0.5,0.15372517456988796,0.0,0.22433405985970842,0.15372517456988796,0.0,0.03734365692255325,0.5,0.15372517456988796,0.0,0.22357161060232555,0.15372517456988796,0.0,0.09817575642782006,0.15372517456988796,0.0,0.32100672095576854,0.15372517456988796,0.0,0.2723068938021209,0.15372517456988796,0.0,0.2299112826910062,0.15372517456988796,0.0,0.3251704672594733,0.15372517456988796,0.0,0.2590429288458394,0.5,0.15372517456988796,0.0,0.11009913092880722,0.0,0.5702863791712081,0.8510838590877953 -2620,0.5,0.15372517456988796,0.0,0.2142181713079333,0.15372517456988796,0.0,0.20482298673363747,0.15372517456988796,0.0,0.33626709728341037,0.15372517456988796,0.0,0.17421014490287692,0.15372517456988796,0.0,0.2414519391195377,0.15372517456988796,0.0,0.3302076188350366,0.15372517456988796,0.0,0.27374412872756176,0.15372517456988796,0.0,0.18495692673226716,0.5,0.15372517456988796,0.0,0.20170682654846614,0.15372517456988796,0.0,0.032759572001555555,0.5,0.15372517456988796,0.0,0.3038163047317128,0.15372517456988796,0.0,0.08888664266780161,0.15372517456988796,0.0,0.3179360865154998,0.15372517456988796,0.0,0.260569313812394,0.15372517456988796,0.0,0.23289423311096596,0.15372517456988796,0.0,0.4013622682734625,0.15372517456988796,0.0,0.2678450313693025,0.5,0.15372517456988796,0.0,0.12646620569108533,0.0,0.6224525997746,0.8472311289571705 -2621,0.5,0.15372517456988796,0.0,0.18496924115302016,0.15372517456988796,0.0,0.2201386619234445,0.15372517456988796,0.0,0.2800249170652416,0.15372517456988796,0.0,0.16086690485024616,0.15372517456988796,0.0,0.26863108195872476,0.15372517456988796,0.0,0.3365485456909093,0.15372517456988796,0.0,0.31854130503761396,0.15372517456988796,0.0,0.2340503228186489,0.5,0.15372517456988796,0.0,0.2331026841378583,0.15372517456988796,0.0,0.02308378670885674,0.5,0.15372517456988796,0.0,0.3401762555061891,0.15372517456988796,0.0,0.06313536406515025,0.15372517456988796,0.0,0.3333564492251252,0.15372517456988796,0.0,0.27630753531185415,0.15372517456988796,0.0,0.23421554373777356,0.15372517456988796,0.0,0.3925709717346434,0.15372517456988796,0.0,0.2892522474117415,0.5,0.15372517456988796,0.0,0.17624822579579671,0.0,0.6831376843741621,0.8363754551974818 -2622,0.5,0.15372517456988796,0.00397777492357666,0.1634112270417496,0.15372517456988796,0.0026367948650389376,0.2258582855910842,0.15372517456988796,0.00026587085081877825,0.24776614580405068,0.15372517456988796,0.0024973697435033454,0.15501579047943995,0.15372517456988796,0.0,0.33183538333276275,0.15372517456988796,0.0,0.3812279211235752,0.15372517456988796,0.0,0.31839084463600015,0.15372517456988796,0.0,0.26415729149468964,0.5,0.15372517456988796,0.0,0.22255560560640156,0.15372517456988796,0.0,0.024143296428311214,0.5,0.15372517456988796,0.0,0.3175615668125879,0.15372517456988796,0.0,0.052041744381613554,0.15372517456988796,0.0024918014658507413,0.36591368397978774,0.15372517456988796,0.00043938990129002,0.3153807024262544,0.15372517456988796,0.0006487114508788154,0.22600760018659122,0.15372517456988796,1.2877993472298693e-06,0.2950961215529757,0.15372517456988796,0.00029777157237908055,0.3187069174791917,0.5,0.15372517456988796,0.0005118532737785348,0.2182956578465317,0.0,0.7061447809795067,0.8112514003882146 -2623,0.5,0.15372517456988796,0.04993905654353249,0.16441738667568537,0.15372517456988796,0.07747227869600679,0.2331805703887395,0.15372517456988796,0.007871467027194512,0.23773863803920156,0.15372517456988796,0.04887935524659912,0.17926268085975408,0.15372517456988796,0.0274954127744343,0.38798861090127806,0.15372517456988796,0.018819180872001615,0.4580504710716736,0.15372517456988796,0.010093053042175127,0.33228295134447927,0.15372517456988796,0.013384131723551941,0.3095772711732941,0.5,0.15372517456988796,0.007949178710109375,0.22150414432194487,0.15372517456988796,0.0019511025883904227,0.03065447320575126,0.5,0.15372517456988796,0.011845915334531274,0.3120030023646713,0.15372517456988796,0.003753635483209231,0.05281305652607103,0.15372517456988796,0.07551954358683498,0.38424965486793844,0.15372517456988796,0.06256598279010692,0.35047096713612524,0.15372517456988796,0.027359875971653666,0.2564501997966476,0.15372517456988796,0.0064671260615128245,0.2883766802408694,0.15372517456988796,0.016567187683796128,0.34636428191262725,0.5,0.15372517456988796,0.023856608835915095,0.21676561261138438,0.0,0.7092170029263751,0.8252910955428957 -2624,0.5,0.15372517456988796,0.10685769503764059,0.20786703755713865,0.15372517456988796,0.20713695722875303,0.3790586733278579,0.15372517456988796,0.037585605006770995,0.24570964706382406,0.15372517456988796,0.13627185206880002,0.2944246879146641,0.15372517456988796,0.08700558603297644,0.5105357821261057,0.15372517456988796,0.06463376777008972,0.5188646776866853,0.15372517456988796,0.0397913252649885,0.3358259109931335,0.15372517456988796,0.04403502600354688,0.33710340562677926,0.5,0.15372517456988796,0.019330035655773282,0.243356918464486,0.15372517456988796,0.007773703468537442,0.031509507769672006,0.5,0.15372517456988796,0.028585988978450976,0.3850748295975421,0.15372517456988796,0.012638590212722402,0.061499743803469495,0.15372517456988796,0.20386317181050695,0.5260707455665172,0.15372517456988796,0.18424187187074756,0.46123699377224986,0.15372517456988796,0.06757158964862568,0.29071669750737333,0.15372517456988796,0.020466255232849374,0.3258587043812943,0.15372517456988796,0.05773666354105991,0.38798438669962143,0.5,0.15372517456988796,0.09219319328610384,0.21806985126150913,0.0,0.6937282428520409,0.8837783932997254 -2625,0.5,0.15372517456988796,0.15842453351999955,0.27113855665809317,0.15372517456988796,0.3451600894052723,0.5125340016430504,0.15372517456988796,0.112824780114072,0.2968140336953973,0.15372517456988796,0.2265665093441876,0.4253681622418968,0.15372517456988796,0.15457827934385915,0.5351078901332744,0.15372517456988796,0.1159624344547737,0.5633055107308409,0.15372517456988796,0.08732473296452259,0.414047277681853,0.15372517456988796,0.06439528860411704,0.3435351238620794,0.5,0.15372517456988796,0.019998078888976485,0.2607620664719167,0.15372517456988796,0.0198444673177622,0.033597638909232716,0.5,0.15372517456988796,0.04602872704214173,0.3926507031434294,0.15372517456988796,0.021505534123978733,0.0633978080331469,0.15372517456988796,0.3451762927995251,0.6854973834391843,0.15372517456988796,0.3183665153872378,0.6821811144335742,0.15372517456988796,0.09309834147158702,0.3156974128241526,0.15372517456988796,0.052088852338057864,0.4062191806617965,0.15372517456988796,0.12539409526714798,0.47825283686119224,0.5,0.15372517456988796,0.17419884328211116,0.2915276587838986,0.0,0.6057197763549502,0.9425081435853486 -2626,0.5,0.15372517456988796,0.21925219970668644,0.35323552638488787,0.15372517456988796,0.4174250675787293,0.5780586328618124,0.15372517456988796,0.1893220906515798,0.3513142657756737,0.15372517456988796,0.32086670897248654,0.4609735873654614,0.15372517456988796,0.22106996570901982,0.5942673482715802,0.15372517456988796,0.17540148583282814,0.5906985242303489,0.15372517456988796,0.11254866489898475,0.5146493285247852,0.15372517456988796,0.07175200698391332,0.3818065428393381,0.5,0.15372517456988796,0.030018062614406267,0.27966095514422407,0.15372517456988796,0.03437415635849004,0.038405900137170844,0.5,0.15372517456988796,0.07833521501434393,0.3599001974693704,0.15372517456988796,0.04441657435872418,0.07346836406201887,0.15372517456988796,0.48315302716069075,0.7507103510006159,0.15372517456988796,0.42236496101502274,0.7106893459007395,0.15372517456988796,0.1256044076648631,0.3579171199088419,0.15372517456988796,0.1134277152991694,0.4973616807580644,0.15372517456988796,0.21479352176599903,0.5553101323561133,0.5,0.15372517456988796,0.23763827369216234,0.34585834497379175,0.0,0.49748137661612407,0.9620652255763504 -2627,0.5,0.15372517456988796,0.2382607315402584,0.44417792562336905,0.15372517456988796,0.28960937207636495,0.5245834387086499,0.15372517456988796,0.26593388949662816,0.41195008968117897,0.15372517456988796,0.3372441976105689,0.476443209140521,0.15372517456988796,0.21553314485486405,0.7326468315502352,0.15372517456988796,0.16129760742247268,0.6319676955418958,0.15372517456988796,0.12502129718983018,0.5584728776655223,0.15372517456988796,0.08958897649514207,0.4656766743606883,0.5,0.15372517456988796,0.05568598229999702,0.31120334101307723,0.15372517456988796,0.04654605468838855,0.03129561784649085,0.5,0.15372517456988796,0.16102836121364875,0.5045569325756206,0.15372517456988796,0.09484963242410076,0.10068533001745124,0.15372517456988796,0.590208972918052,0.7804406753323746,0.15372517456988796,0.45212347563762634,0.7372283354818758,0.15372517456988796,0.19235538185529213,0.47774713527096035,0.15372517456988796,0.15830638711798026,0.51876776678601,0.15372517456988796,0.29862708330118254,0.6196890079714731,0.5,0.15372517456988796,0.2874520003462458,0.341326382638494,0.0,0.43833147024972197,0.9613831874996578 -2628,0.5,0.15372517456988796,0.22735466936011828,0.48440723394410357,0.15372517456988796,0.10785020258955028,0.5673937072554273,0.15372517456988796,0.1878148384569077,0.3829886553696664,0.15372517456988796,0.3036949657399175,0.5046703579973072,0.15372517456988796,0.2133252703692165,0.7570711338499462,0.15372517456988796,0.1369433602452684,0.6397933823347413,0.15372517456988796,0.1639432586789391,0.5738894834305737,0.15372517456988796,0.14939408701715823,0.5356648947226798,0.5,0.15372517456988796,0.08976250241984943,0.3053023577665811,0.15372517456988796,0.060891143265549064,0.022115222243004638,0.5,0.15372517456988796,0.25272932015031024,0.6056864106739923,0.15372517456988796,0.14094365522344157,0.08400141490689872,0.15372517456988796,0.6115318533834153,0.7703228569411747,0.15372517456988796,0.3595277410409224,0.7960850146000074,0.15372517456988796,0.30928743115660645,0.577858426332075,0.15372517456988796,0.1708188260763293,0.4902893320343701,0.15372517456988796,0.3719098755152945,0.6633534180105946,0.5,0.15372517456988796,0.30959869187717015,0.32002959436148704,0.0,0.390791188226197,0.9533361307103182 -2629,0.5,0.15372517456988796,0.25533074084401874,0.530413111882461,0.15372517456988796,0.15164685510802492,0.4968461402987983,0.15372517456988796,0.19130776214577538,0.3647623123762973,0.15372517456988796,0.2593066324111929,0.533131483597104,0.15372517456988796,0.34634039037807085,0.8226789499797326,0.15372517456988796,0.2422392079108857,0.7408465427027007,0.15372517456988796,0.17125260824635305,0.52207178259316,0.15372517456988796,0.20437191191239823,0.5469935495114828,0.5,0.15372517456988796,0.1512308600931332,0.2778806501845953,0.15372517456988796,0.10266520818863624,0.01859587151815815,0.5,0.15372517456988796,0.22909848647649572,0.4903253908048568,0.15372517456988796,0.15384091652276052,0.06393562903867016,0.15372517456988796,0.5480510490015167,0.7641651656109281,0.15372517456988796,0.28111366825916456,0.7705713989513614,0.15372517456988796,0.30420897980704925,0.6838758853161209,0.15372517456988796,0.20334712787695602,0.5072253615353387,0.15372517456988796,0.32778635387406174,0.6272053596604543,0.5,0.15372517456988796,0.26433710240715586,0.2729162122373603,0.0,0.38430889774062776,0.9320940599133316 -2630,0.5,0.15372517456988796,0.24349579878496957,0.5482757134813044,0.15372517456988796,0.5029104060074432,0.7866657313250066,0.15372517456988796,0.17493554278333773,0.3775313414429138,0.15372517456988796,0.1800825708796177,0.5084172907939398,0.15372517456988796,0.25111726589925243,0.8474112603863204,0.15372517456988796,0.27510066236264374,0.6665754334644645,0.15372517456988796,0.21855528289042972,0.5237053395048414,0.15372517456988796,0.2916706128436003,0.5405292267955257,0.5,0.15372517456988796,0.18632179030049995,0.24273143963444313,0.15372517456988796,0.15414300779360257,0.023123548380660098,0.5,0.15372517456988796,0.21001476771839173,0.3666035876986732,0.15372517456988796,0.19154701344446973,0.0606564595248775,0.15372517456988796,0.5028071076739923,0.76932953686621,0.15372517456988796,0.35428047361030923,0.758930177218794,0.15372517456988796,0.19772128711211817,0.5407219216012911,0.15372517456988796,0.2203177172196068,0.477836237355932,0.15372517456988796,0.2705205425953601,0.49097677999162276,0.5,0.15372517456988796,0.21893106833079184,0.29045985370074334,0.0,0.4272618584603988,0.8931978898122644 -2631,0.5,0.15372517456988796,0.18309166041355093,0.5226556871356238,0.15372517456988796,0.2605508025512903,0.7232551007549026,0.15372517456988796,0.17695396178264672,0.43006257386934005,0.15372517456988796,0.15005888443327775,0.5018147674673507,0.15372517456988796,0.12719593805785595,0.6771715695015624,0.15372517456988796,0.3129471340159089,0.6250746589601516,0.15372517456988796,0.18668773909099698,0.4621232338434845,0.15372517456988796,0.29081458017125766,0.46424822556662015,0.5,0.15372517456988796,0.2116968532152011,0.26057357443980383,0.15372517456988796,0.1888553607677539,0.04141091858256831,0.5,0.15372517456988796,0.21616789188822552,0.19111837834837345,0.15372517456988796,0.24114662540767706,0.06031319428347268,0.15372517456988796,0.46763647716187917,0.7732648779097282,0.15372517456988796,0.3080280414948116,0.738599459671982,0.15372517456988796,0.14667205307583575,0.4008766901951547,0.15372517456988796,0.18235859529873807,0.3929740562206953,0.15372517456988796,0.2165593399638649,0.3806542828512904,0.5,0.15372517456988796,0.1697020320000176,0.21272393728384073,0.0,0.4512083826812034,0.8115057564782389 -2632,0.5,0.15372517456988796,0.13625495728651393,0.44464901897517894,0.15372517456988796,0.10555302713837032,0.4531806943947296,0.15372517456988796,0.14663646875698352,0.49708033009615304,0.15372517456988796,0.1472662657637486,0.4521064030808512,0.15372517456988796,0.11542160338833059,0.5673742920728694,0.15372517456988796,0.33657790982001595,0.6817038297969924,0.15372517456988796,0.10768161739475873,0.3281556361752628,0.15372517456988796,0.2460054081053312,0.5097908950651058,0.5,0.15372517456988796,0.16865609845899981,0.2881281185511199,0.15372517456988796,0.114537992979197,0.037937316873978846,0.5,0.15372517456988796,0.14194660164749173,0.07906672564964971,0.15372517456988796,0.2408753635088257,0.06677813431570402,0.15372517456988796,0.3837986155928733,0.7362747756244957,0.15372517456988796,0.13484027147098923,0.6216234888536429,0.15372517456988796,0.14287672444299718,0.3329356582503095,0.15372517456988796,0.14202939414112606,0.3202773850256451,0.15372517456988796,0.13343292448546984,0.2264440676772113,0.5,0.15372517456988796,0.12074764722565298,0.14285533526638763,0.0,0.48180521989111874,0.7121131281976187 -2633,0.5,0.15372517456988796,0.11152214652934583,0.3421462530030382,0.15372517456988796,0.10229521687543892,0.4191923117283946,0.15372517456988796,0.12787307082384153,0.555921343746174,0.15372517456988796,0.11077092965003038,0.4053256930731869,0.15372517456988796,0.08275905542262338,0.41850491354191055,0.15372517456988796,0.23014158090198134,0.6559650107591228,0.15372517456988796,0.1322855286955421,0.31780911136194107,0.15372517456988796,0.1503976900273261,0.5086583057103495,0.5,0.15372517456988796,0.08781861480849336,0.25455107711517505,0.15372517456988796,0.07351549202267249,0.03131815391443484,0.5,0.15372517456988796,0.0941482342579007,0.08537971071795891,0.15372517456988796,0.16569315020928482,0.06598128845630796,0.15372517456988796,0.24059348138344988,0.6841693361713659,0.15372517456988796,0.0745522498139776,0.4606057713440154,0.15372517456988796,0.0767230660131373,0.2721792654236499,0.15372517456988796,0.09284663648087124,0.23083883632411245,0.15372517456988796,0.06966641633264045,0.15830797865890783,0.5,0.15372517456988796,0.07688481933702278,0.10016210847053808,0.0,0.3911631859873514,0.6514842286384024 -2634,0.5,0.15372517456988796,0.07080166629420494,0.23469808841679984,0.15372517456988796,0.05507920573053557,0.3938191244775491,0.15372517456988796,0.08403345349131758,0.5571535108577524,0.15372517456988796,0.04490558561743081,0.2650221705123588,0.15372517456988796,0.04608502971322502,0.27399552550552697,0.15372517456988796,0.11229378217690467,0.5252090869256313,0.15372517456988796,0.09119400409566467,0.2151689994771463,0.15372517456988796,0.07996313292669496,0.486756006602237,0.5,0.15372517456988796,0.04239086968445195,0.1783936868472129,0.15372517456988796,0.032162883313032624,0.023742951002048752,0.5,0.15372517456988796,0.04971924359263892,0.10380254944160708,0.15372517456988796,0.0729912071659698,0.04595161177632575,0.15372517456988796,0.11353332696856755,0.5348499142495785,0.15372517456988796,0.02208062091916573,0.27177309751805945,0.15372517456988796,0.033452640406213006,0.27193193910864427,0.15372517456988796,0.04856529655168475,0.13760862278974334,0.15372517456988796,0.043555466993171976,0.10331068659687828,0.5,0.15372517456988796,0.029111467405143726,0.07136732074622666,0.0,0.37283798166871684,0.5946638522860618 -2635,0.5,0.15372517456988796,0.0037260249876689597,0.17216258598452014,0.15372517456988796,0.005451659365452307,0.3022866727061913,0.15372517456988796,0.008743739441599127,0.40241950903600626,0.15372517456988796,1.363480806861798e-05,0.1480768589586103,0.15372517456988796,0.010584879864136948,0.208988089848196,0.15372517456988796,0.05233700130134638,0.4045967085743749,0.15372517456988796,0.01683875970971409,0.15958722087832639,0.15372517456988796,0.01999202544787521,0.36360899134386526,0.5,0.15372517456988796,0.011377604906880103,0.12990185650498076,0.15372517456988796,0.0001982168264590066,0.010320931810044414,0.5,0.15372517456988796,0.008152873663512807,0.07311412087209357,0.15372517456988796,0.011003253470471867,0.025785062165874152,0.15372517456988796,0.027335586474397267,0.36228064956640016,0.15372517456988796,0.00470608378976562,0.1818728886671056,0.15372517456988796,0.009715197120141805,0.2311252808277658,0.15372517456988796,0.018871228269755156,0.12415260091132672,0.15372517456988796,0.0013998900624483752,0.06902990663916003,0.5,0.15372517456988796,5.7205465948596986e-05,0.06051175329648546,0.0,0.38797417004418516,0.5817444179564113 -2636,0.5,0.15372517456988796,0.0,0.16585033091556217,0.15372517456988796,0.0,0.16530005228718492,0.15372517456988796,0.0,0.2871041011912074,0.15372517456988796,0.0,0.09825407967932784,0.15372517456988796,0.0,0.20078872505474102,0.15372517456988796,0.0,0.3422153990790108,0.15372517456988796,0.0,0.17387756832724277,0.15372517456988796,0.0,0.24462289781614255,0.5,0.15372517456988796,0.0,0.11257765611977753,0.15372517456988796,0.0,0.008895335856929311,0.5,0.15372517456988796,0.0,0.05306026153901712,0.15372517456988796,0.0,0.021605738955574827,0.15372517456988796,0.0,0.2759267510171334,0.15372517456988796,0.0,0.13623693498231407,0.15372517456988796,0.0,0.19071951003693802,0.15372517456988796,0.0,0.15024521025101134,0.15372517456988796,0.0,0.054776002198175716,0.5,0.15372517456988796,0.0,0.057344291528753435,0.0,0.4012662767035604,0.5461384303212966 -2637,0.5,0.15372517456988796,0.0,0.1635747422481293,0.15372517456988796,0.0,0.0675841802440517,0.15372517456988796,0.0,0.19501092545059587,0.15372517456988796,0.0,0.06974671644842058,0.15372517456988796,0.0,0.19705651425975274,0.15372517456988796,0.0,0.273551241830168,0.15372517456988796,0.0,0.20721741049652895,0.15372517456988796,0.0,0.17488136956412587,0.5,0.15372517456988796,0.0,0.09011411542517131,0.15372517456988796,0.0,0.008292672060186437,0.5,0.15372517456988796,0.0,0.03882994372370944,0.15372517456988796,0.0,0.019963875820333175,0.15372517456988796,0.0,0.2009428486336088,0.15372517456988796,0.0,0.1229870940521173,0.15372517456988796,0.0,0.15002121056471124,0.15372517456988796,0.0,0.1784871380401937,0.15372517456988796,0.0,0.04767273545374832,0.5,0.15372517456988796,0.0,0.047930158789290245,0.0,0.4174983362535777,0.4666470625063227 -2638,0.5,0.15372517456988796,0.0,0.14311514795419408,0.15372517456988796,0.0,0.07708345715720223,0.15372517456988796,0.0,0.14181890260159888,0.15372517456988796,0.0,0.053317816159467415,0.15372517456988796,0.0,0.19873272229323485,0.15372517456988796,0.0,0.23404486719982248,0.15372517456988796,0.0,0.2407046874404438,0.15372517456988796,0.0,0.11910614292288796,0.5,0.15372517456988796,0.0,0.0643202886820403,0.15372517456988796,0.0,0.008415717438257236,0.5,0.15372517456988796,0.0,0.0288207679242372,0.15372517456988796,0.0,0.01851994757519991,0.15372517456988796,0.0,0.1786042480346049,0.15372517456988796,0.0,0.13294341240071644,0.15372517456988796,0.0,0.13130809849084515,0.15372517456988796,0.0,0.2146414470491712,0.15372517456988796,0.0,0.03400314155874618,0.5,0.15372517456988796,0.0,0.03596753827655747,0.0,0.41907752276428784,0.41504747385617347 -2639,0.5,0.15372517456988796,0.0,0.12290383441069123,0.15372517456988796,0.0,0.12684871209626053,0.15372517456988796,0.0,0.11792534226935608,0.15372517456988796,0.0,0.03856568571659353,0.15372517456988796,0.0,0.2325108637152152,0.15372517456988796,0.0,0.27228644861083784,0.15372517456988796,0.0,0.25400254344906437,0.15372517456988796,0.0,0.10083594225219508,0.5,0.15372517456988796,0.0,0.04466739340504682,0.15372517456988796,0.0,0.007893369591441319,0.5,0.15372517456988796,0.0,0.02417721475355336,0.15372517456988796,0.0,0.018872854007975635,0.15372517456988796,0.0,0.19887571042392915,0.15372517456988796,0.0,0.15305703932905568,0.15372517456988796,0.0,0.11052140359253083,0.15372517456988796,0.0,0.2071140611146987,0.15372517456988796,0.0,0.031053369691478313,0.5,0.15372517456988796,0.0,0.026507278205253185,0.0,0.39940774718265903,0.4032717933656574 -2640,0.5,0.15372517456988796,0.0,0.10480968585859136,0.15372517456988796,0.0,0.19708969342085575,0.15372517456988796,0.0,0.09734941367861796,0.15372517456988796,0.0,0.03627054172884903,0.15372517456988796,0.0,0.2270717605974799,0.15372517456988796,0.0,0.3081071867460137,0.15372517456988796,0.0,0.22605103553747594,0.15372517456988796,0.0,0.10211149111927072,0.5,0.15372517456988796,0.0,0.03270887561177193,0.15372517456988796,0.0,0.005516893053136507,0.5,0.15372517456988796,0.0,0.026330216681026128,0.15372517456988796,0.0,0.016086845261794148,0.15372517456988796,0.0,0.22464610566409782,0.15372517456988796,0.0,0.16267510324688522,0.15372517456988796,0.0,0.0955119013798122,0.15372517456988796,0.0,0.16243768325105207,0.15372517456988796,0.0,0.02896227933214183,0.5,0.15372517456988796,0.0,0.01972766490427852,0.0,0.39653269589232254,0.4493983660019779 -2641,0.5,0.15372517456988796,0.0,0.08795556017701782,0.15372517456988796,0.0,0.2236393258578735,0.15372517456988796,0.0,0.0689670550427466,0.15372517456988796,0.0,0.03908448443497186,0.15372517456988796,0.0,0.1935461080252669,0.15372517456988796,0.0,0.27377813524092776,0.15372517456988796,0.0,0.18307041852551764,0.15372517456988796,0.0,0.09611139782502703,0.5,0.15372517456988796,0.0,0.028630409035597496,0.15372517456988796,0.0,0.0033283666269983358,0.5,0.15372517456988796,0.0,0.022798352646096868,0.15372517456988796,0.0,0.012016635344829604,0.15372517456988796,0.0,0.24901834880695006,0.15372517456988796,0.0,0.17798584947458307,0.15372517456988796,0.0,0.09265408789567316,0.15372517456988796,0.0,0.11872890460486127,0.15372517456988796,0.0,0.028154301037580702,0.5,0.15372517456988796,0.0,0.012965463579305357,0.0,0.3688361746237416,0.511239909781788 -2642,0.5,0.15372517456988796,0.0,0.08160897584134254,0.15372517456988796,0.0,0.1994195307261207,0.15372517456988796,0.0,0.04612409968615642,0.15372517456988796,0.0,0.03951037169553459,0.15372517456988796,0.0,0.16197518363173793,0.15372517456988796,0.0,0.22092114025149562,0.15372517456988796,0.0,0.13032752615289964,0.15372517456988796,0.0,0.07582575047528507,0.5,0.15372517456988796,0.0,0.02594843904959245,0.15372517456988796,0.0,0.0020672491946621195,0.5,0.15372517456988796,0.0,0.0229929235007614,0.15372517456988796,0.0,0.009068165045137747,0.15372517456988796,0.0,0.26163012996608037,0.15372517456988796,0.0,0.22248942125703036,0.15372517456988796,0.0,0.08845429519470538,0.15372517456988796,0.0,0.08213719985599646,0.15372517456988796,0.0,0.02847008199508535,0.5,0.15372517456988796,0.0,0.008482485948801844,0.0,0.3747427331052161,0.536649512092122 -2643,0.5,0.15372517456988796,0.0,0.08143286479365636,0.15372517456988796,0.0,0.14637512471199932,0.15372517456988796,0.0,0.036523067491038334,0.15372517456988796,0.0,0.03715606941702101,0.15372517456988796,0.0,0.13720491270333626,0.15372517456988796,0.0,0.18833296930631965,0.15372517456988796,0.0,0.09334692941085579,0.15372517456988796,0.0,0.0529614638813576,0.5,0.15372517456988796,0.0,0.02003811243577039,0.15372517456988796,0.0,0.001583486192546755,0.5,0.15372517456988796,0.0,0.026992202197084075,0.15372517456988796,0.0,0.008184054270846659,0.15372517456988796,0.0,0.25377981802131233,0.15372517456988796,0.0,0.2643134743386427,0.15372517456988796,0.0,0.07565279434636428,0.15372517456988796,0.0,0.06378929019280252,0.15372517456988796,0.0,0.028692070935635684,0.5,0.15372517456988796,0.0,0.005431320042123773,0.0,0.3636640898279279,0.5604078262655983 -2644,0.5,0.15372517456988796,0.0,0.09064192077135179,0.15372517456988796,0.0,0.11762805998021547,0.15372517456988796,0.0,0.032523214766602915,0.15372517456988796,0.0,0.038294809430362745,0.15372517456988796,0.0,0.1337869453830498,0.15372517456988796,0.0,0.17550650437303023,0.15372517456988796,0.0,0.08222365424919773,0.15372517456988796,0.0,0.039976584823755795,0.5,0.15372517456988796,0.0,0.014856861529678083,0.15372517456988796,0.0,0.0016345463392353791,0.5,0.15372517456988796,0.0,0.02730538964862133,0.15372517456988796,0.0,0.008006406186976024,0.15372517456988796,0.0,0.24828708832131766,0.15372517456988796,0.0,0.25395516887245145,0.15372517456988796,0.0,0.066364969924481,0.15372517456988796,0.0,0.05310595133602496,0.15372517456988796,0.0,0.030331345240951005,0.5,0.15372517456988796,0.0,0.0032512289375583496,0.0,0.3843000483737258,0.5380950489767844 -2645,0.5,0.15372517456988796,0.0,0.11195420082921366,0.15372517456988796,0.0,0.10893533340311444,0.15372517456988796,0.0,0.02757034399474771,0.15372517456988796,0.0,0.04295592392459794,0.15372517456988796,0.0,0.1226311095277697,0.15372517456988796,0.0,0.16153815523383958,0.15372517456988796,0.0,0.07125444530062158,0.15372517456988796,0.0,0.028532511702860468,0.5,0.15372517456988796,0.0,0.013850527596807194,0.15372517456988796,0.0,0.0013279781676681299,0.5,0.15372517456988796,0.0,0.025374842843385474,0.15372517456988796,0.0,0.007045366119598963,0.15372517456988796,0.0,0.25494715127233814,0.15372517456988796,0.0,0.21563093066081862,0.15372517456988796,0.0,0.05383258372900137,0.15372517456988796,0.0,0.04278629900749367,0.15372517456988796,0.0,0.03014336537112543,0.5,0.15372517456988796,0.0,0.0022216786531667728,0.0,0.42963766399995157,0.48399831408095606 -2646,0.5,0.15372517456988796,0.002706623898205716,0.1303483759987716,0.15372517456988796,0.0017651654755329324,0.1197907841589045,0.15372517456988796,0.000847444931043698,0.02472164567608571,0.15372517456988796,0.0011362988134120814,0.03944755689872394,0.15372517456988796,1.5031825040181802e-05,0.10841913201129608,0.15372517456988796,0.0,0.15438998352002792,0.15372517456988796,1.0208917470552906e-06,0.06840514741912723,0.15372517456988796,0.0,0.02325144430268303,0.5,0.15372517456988796,0.0,0.014293024885382711,0.15372517456988796,0.0001282795543187135,0.0007899404035459698,0.5,0.15372517456988796,1.1489938975097224e-08,0.02155667853939891,0.15372517456988796,1.5877465673153664e-05,0.005455253113660287,0.15372517456988796,0.0017241137775615009,0.25306570362146064,0.15372517456988796,0.00033391745936302454,0.19588422265797023,0.15372517456988796,0.0009323196841534337,0.051825952012228754,0.15372517456988796,0.00011593228514378657,0.032714499813480014,0.15372517456988796,0.0003434600091818079,0.023185180421686626,0.5,0.15372517456988796,0.0005561361297207281,0.0018279868776758283,0.0,0.36722463335857713,0.4877583053434685 -2647,0.5,0.15372517456988796,0.032895228171470434,0.16544694754896158,0.15372517456988796,0.03965158095782007,0.16084614635452335,0.15372517456988796,0.014259712605395235,0.024104020129976422,0.15372517456988796,0.013867167818230768,0.033943806444082604,0.15372517456988796,0.013305227775425832,0.11070704555259067,0.15372517456988796,0.01966971565643837,0.16000760732928154,0.15372517456988796,0.022249670682010114,0.07650249873786286,0.15372517456988796,0.019546248359059985,0.022674627556420086,0.5,0.15372517456988796,0.027178165429823122,0.012276304733831643,0.15372517456988796,0.01845282348387509,0.0005548043839599056,0.5,0.15372517456988796,0.027058789237208513,0.01746226787378971,0.15372517456988796,0.030530528513392226,0.002864741677389049,0.15372517456988796,0.04740945945449575,0.27092195112390044,0.15372517456988796,0.019635046518738954,0.216447876420026,0.15372517456988796,0.034843034341697984,0.0665318042534076,0.15372517456988796,0.019025135544572302,0.03027004841102595,0.15372517456988796,0.016698384894671937,0.02316420641745898,0.5,0.15372517456988796,0.01925503270488109,0.0012466444181397308,0.0,0.28837364995541626,0.5563824920033096 -2648,0.5,0.15372517456988796,0.06882037084597951,0.24746615549498355,0.15372517456988796,0.09494710814371532,0.1994137223145728,0.15372517456988796,0.031179956448852048,0.026024627991347256,0.15372517456988796,0.04600318404939717,0.030632836574365517,0.15372517456988796,0.06118961417338242,0.13937520683117302,0.15372517456988796,0.07233737608659341,0.197667597372104,0.15372517456988796,0.09750295441330592,0.1254366741763137,0.15372517456988796,0.07524719806563496,0.04062409571840979,0.5,0.15372517456988796,0.09712581521605666,0.019963452711070633,0.15372517456988796,0.062144221135875755,0.000678453608622257,0.5,0.15372517456988796,0.1032934522604963,0.028393860130094924,0.15372517456988796,0.09499794725888343,0.003784948974624998,0.15372517456988796,0.13602143533069497,0.31482356176960236,0.15372517456988796,0.05849008568685167,0.252182352272021,0.15372517456988796,0.07722632564993431,0.08905331017045517,0.15372517456988796,0.05734930083691643,0.05623653890205162,0.15372517456988796,0.05790864316201734,0.03901485191992929,0.5,0.15372517456988796,0.06933971450016159,0.0024185504522136435,0.0,0.33002388871857763,0.6027389285099103 -2649,0.5,0.15372517456988796,0.09719576721730587,0.32368225755884117,0.15372517456988796,0.1483859925128812,0.16825702269730086,0.15372517456988796,0.06694922052127901,0.023805864596851634,0.15372517456988796,0.08681388793236511,0.025426611651730453,0.15372517456988796,0.14517728650760775,0.20919748363290078,0.15372517456988796,0.1464500699145378,0.25438548288507634,0.15372517456988796,0.19174258156144736,0.21245000705355283,0.15372517456988796,0.14155049608803513,0.06899841827755597,0.5,0.15372517456988796,0.21323774422638,0.04919024302298254,0.15372517456988796,0.12947019900132545,0.0005047588530688093,0.5,0.15372517456988796,0.20895321276486,0.05188532895628184,0.15372517456988796,0.15936196542716372,0.006950768567064571,0.15372517456988796,0.2296215498671458,0.4475995107586648,0.15372517456988796,0.10137969409152058,0.24752521410066464,0.15372517456988796,0.10727527755943805,0.11973203457561248,0.15372517456988796,0.07710031349307282,0.08860034396852323,0.15372517456988796,0.1050747084467077,0.04947978747276747,0.5,0.15372517456988796,0.1603584900771074,0.0032000061207640472,0.0,0.43643467105038686,0.6188810702873072 -2650,0.5,0.15372517456988796,0.10667699732537372,0.3582006666809724,0.15372517456988796,0.22221899128039665,0.3712563687274263,0.15372517456988796,0.14263949870579234,0.025059285029980855,0.15372517456988796,0.15639630568311083,0.02360127476407356,0.15372517456988796,0.27894003292677316,0.2843301445024623,0.15372517456988796,0.19992550300568585,0.3078642032129656,0.15372517456988796,0.22814068752711275,0.22514482661399754,0.15372517456988796,0.2271612758881054,0.08982091372991728,0.5,0.15372517456988796,0.29910065124198026,0.07848953525514205,0.15372517456988796,0.1827978499892968,0.0002475644570955957,0.5,0.15372517456988796,0.2669818020789525,0.0477497111421788,0.15372517456988796,0.22537974286109191,0.006768995557829495,0.15372517456988796,0.257024565045223,0.5148798130043701,0.15372517456988796,0.15574019728096222,0.2898987130255042,0.15372517456988796,0.1402052700412819,0.18243605311889866,0.15372517456988796,0.13595719927668232,0.08514904307726842,0.15372517456988796,0.14889778974505238,0.042835248746384176,0.5,0.15372517456988796,0.25604566258371875,0.0017518680378883493,0.0,0.4696863722365947,0.6079112721758189 -2651,0.5,0.15372517456988796,0.10061423046431277,0.35846517139071926,0.15372517456988796,0.2700384641612034,0.5172826738239081,0.15372517456988796,0.2627563116568957,0.025516655907423726,0.15372517456988796,0.3065117137854564,0.028335332020914983,0.15372517456988796,0.33968199508439834,0.32641714867554705,0.15372517456988796,0.22166153735339567,0.26139747693796933,0.15372517456988796,0.30757751282769125,0.15426138255920813,0.15372517456988796,0.28680966128334917,0.11931984994027303,0.5,0.15372517456988796,0.36085244060452615,0.10386129421476101,0.15372517456988796,0.23610047787116378,9.697524037287595e-05,0.5,0.15372517456988796,0.42276142000638206,0.030412632307360164,0.15372517456988796,0.2898976993056321,0.003293352026214654,0.15372517456988796,0.21940907694561312,0.5298949617295425,0.15372517456988796,0.22799236449647842,0.36466799744098455,0.15372517456988796,0.16179242785377082,0.23653581336065455,0.15372517456988796,0.28435974252286556,0.06105852133481146,0.15372517456988796,0.2708932387383928,0.03286248600544263,0.5,0.15372517456988796,0.312652685814921,0.0013431298835578367,0.0,0.46487200351013364,0.5952863748403173 -2652,0.5,0.15372517456988796,0.10176262883546533,0.31832996380264317,0.15372517456988796,0.3443851951259171,0.6183094257615805,0.15372517456988796,0.38079670604505095,0.026349794432297076,0.15372517456988796,0.4658897248351759,0.0410474781759111,0.15372517456988796,0.2647920716319795,0.34427092838642814,0.15372517456988796,0.29414960726116,0.22943159487161996,0.15372517456988796,0.4136989459364964,0.12849599556522187,0.15372517456988796,0.26949234944421546,0.1385451349017655,0.5,0.15372517456988796,0.35173730627792726,0.08116051998964084,0.15372517456988796,0.33266794949761896,0.00017064712746986963,0.5,0.15372517456988796,0.3482049027876336,0.008526856198147645,0.15372517456988796,0.33051639084616125,0.0003016207965320217,0.15372517456988796,0.199439533148884,0.5661506520291656,0.15372517456988796,0.29687754506086894,0.47263750048525777,0.15372517456988796,0.15201114246799374,0.2780001555048681,0.15372517456988796,0.4139494581102889,0.05175121608005498,0.15372517456988796,0.33318209850779534,0.02031002908166968,0.5,0.15372517456988796,0.40003990972306613,0.0011872913429373428,0.0,0.46080573645064443,0.6474365396598762 -2653,0.5,0.15372517456988796,0.12082751987122878,0.297050079351643,0.15372517456988796,0.3598785807501092,0.7029312043822422,0.15372517456988796,0.3714393774894738,0.02373817039242323,0.15372517456988796,0.4535980844216877,0.05300002663711373,0.15372517456988796,0.18616709706025536,0.3236185684410192,0.15372517456988796,0.5199339563800136,0.21066794030132835,0.15372517456988796,0.3861354421678931,0.12626408815101212,0.15372517456988796,0.2971870730960054,0.15039084366021188,0.5,0.15372517456988796,0.22669943622861155,0.04131755210277068,0.15372517456988796,0.39487570730962557,0.002269042285858537,0.5,0.15372517456988796,0.2984448910134201,0.0005546515411561237,0.15372517456988796,0.3403285225641926,0.000909821655006163,0.15372517456988796,0.19718928218713294,0.605906859342171,0.15372517456988796,0.2746597774887334,0.5352780760319402,0.15372517456988796,0.12258567290296471,0.2683031308695995,0.15372517456988796,0.46863321220392506,0.03371856161173452,0.15372517456988796,0.35029548831905555,0.012297310436664922,0.5,0.15372517456988796,0.35307591093623614,0.0018854886298604462,0.0,0.4294029152333165,0.5963465751753548 -2654,0.5,0.15372517456988796,0.13474373965060715,0.3017022025450829,0.15372517456988796,0.17366338282216676,0.5999065823248882,0.15372517456988796,0.25616162770298856,0.022808070008321028,0.15372517456988796,0.36238745589174126,0.07174303867772926,0.15372517456988796,0.2063458447219958,0.3320761690899478,0.15372517456988796,0.5877329746966045,0.19037739187281566,0.15372517456988796,0.42047239666090536,0.11799870238817851,0.15372517456988796,0.33614381456968917,0.10838260700672499,0.5,0.15372517456988796,0.179687504584346,0.01963134785801758,0.15372517456988796,0.3782093336597597,0.0044113435604919825,0.5,0.15372517456988796,0.31490711642594205,3.770754927110844e-05,0.15372517456988796,0.38116770095386476,0.006219021021380624,0.15372517456988796,0.16500815541921543,0.6198554970937595,0.15372517456988796,0.3304230689089405,0.6039536546820936,0.15372517456988796,0.11483893777721169,0.22164879944248028,0.15372517456988796,0.24289572792898825,0.020880583412247883,0.15372517456988796,0.27141023612007653,0.010302656648356341,0.5,0.15372517456988796,0.35340053183807696,0.004113305405371395,0.0,0.43140655702205255,0.6269659941989026 -2655,0.5,0.15372517456988796,0.1354082863368099,0.3046352846672796,0.15372517456988796,0.08761716290357129,0.4506686124269658,0.15372517456988796,0.21919650087480855,0.025390150807049167,0.15372517456988796,0.24822442054564278,0.09076182840414494,0.15372517456988796,0.08634710282614502,0.2036204075723061,0.15372517456988796,0.4924658947107534,0.1604730773963942,0.15372517456988796,0.29818987873902736,0.11296521234982583,0.15372517456988796,0.3826961703460948,0.0700784261376608,0.5,0.15372517456988796,0.19159300850234076,0.009721873378657849,0.15372517456988796,0.3829560151312116,0.0075474192429066415,0.5,0.15372517456988796,0.37271258136245566,6.506679985439472e-05,0.15372517456988796,0.35878832265593313,0.010892569908415282,0.15372517456988796,0.16002204584862628,0.644466291703932,0.15372517456988796,0.24423077339884786,0.5792582369502384,0.15372517456988796,0.07514374157224275,0.1707529091662918,0.15372517456988796,0.1733266649316972,0.016572272613056382,0.15372517456988796,0.25764250929419297,0.009451123814765403,0.5,0.15372517456988796,0.2759610259265077,0.008131363840201767,0.0,0.48880699114406234,0.7706783767120678 -2656,0.5,0.15372517456988796,0.09235796840488664,0.2737169949202299,0.15372517456988796,0.08250247194040675,0.4085655621443275,0.15372517456988796,0.14995072426749248,0.031661848492356065,0.15372517456988796,0.15108054649687666,0.0868975180185212,0.15372517456988796,0.12276917299424643,0.1832635847616273,0.15372517456988796,0.31648808467882267,0.14026911247621934,0.15372517456988796,0.1888611136815599,0.1059753576013403,0.15372517456988796,0.2729208380716852,0.047832305866866126,0.5,0.15372517456988796,0.18748547243246655,0.008763268870440209,0.15372517456988796,0.26912413719609696,0.012772052589899916,0.5,0.15372517456988796,0.31988347444355497,0.001218530013991359,0.15372517456988796,0.26200164102720125,0.009150150781331598,0.15372517456988796,0.13687282957626504,0.6903567633424594,0.15372517456988796,0.1147556023448979,0.4973280597901437,0.15372517456988796,0.0997379922723371,0.1805495192635278,0.15372517456988796,0.11551657177665628,0.010526563707575454,0.15372517456988796,0.21010523774146497,0.0072458626526834225,0.5,0.15372517456988796,0.20830781359089137,0.013121581128638558,0.0,0.5451244393545681,0.8114581168129537 -2657,0.5,0.15372517456988796,0.057758777052175816,0.21769108593624834,0.15372517456988796,0.052136283661161624,0.3988797093236535,0.15372517456988796,0.10425634263465257,0.035756915879540024,0.15372517456988796,0.12891721287977947,0.07260565049106288,0.15372517456988796,0.05829748600853539,0.14813805822469014,0.15372517456988796,0.20649407481577614,0.11396269154186695,0.15372517456988796,0.2153829155442759,0.06471707152050954,0.15372517456988796,0.18146123453461668,0.027795470485131032,0.5,0.15372517456988796,0.18886442678606977,0.009844186267563086,0.15372517456988796,0.15273794077373884,0.007990189113274329,0.5,0.15372517456988796,0.21389851053382472,0.006747744717052354,0.15372517456988796,0.16628722703750656,0.005158377493024319,0.15372517456988796,0.08592429830554645,0.6930789243954787,0.15372517456988796,0.060062593986805635,0.43987566523192667,0.15372517456988796,0.08373768008150459,0.18105904135665207,0.15372517456988796,0.10287378857269304,0.006283476942408716,0.15372517456988796,0.14742745788493766,0.005607230657286786,0.5,0.15372517456988796,0.10346644611491963,0.0082255754557855,0.0,0.6024756646809578,0.802870349288938 -2658,0.5,0.15372517456988796,0.026582583277791685,0.15814759243470686,0.15372517456988796,0.020345364277665586,0.3816002062350364,0.15372517456988796,0.05152334266493225,0.0268817330057436,0.15372517456988796,0.07196280411493002,0.05140307851553516,0.15372517456988796,0.057074408906427336,0.11982110819010763,0.15372517456988796,0.11764747730648634,0.06325217944074721,0.15372517456988796,0.12059333097197607,0.028318530643003985,0.15372517456988796,0.10714787677793514,0.011188011013652837,0.5,0.15372517456988796,0.1142324199879739,0.007483946450012619,0.15372517456988796,0.05888276809508521,0.0058248950776881095,0.5,0.15372517456988796,0.1124670746356187,0.011748000629432577,0.15372517456988796,0.07802354939622663,0.0016589942470753897,0.15372517456988796,0.03942186475045173,0.6250562297795914,0.15372517456988796,0.023789959358707938,0.4238623929088693,0.15372517456988796,0.052689452255000276,0.1418533338425912,0.15372517456988796,0.0743595148578575,0.006494600533093319,0.15372517456988796,0.08608204787520392,0.00559835604643528,0.5,0.15372517456988796,0.07235365265872028,0.003244653266730192,0.0,0.6537772006466653,0.8398788940769055 -2659,0.5,0.15372517456988796,0.0012567061888324558,0.11284498737106186,0.15372517456988796,0.002075615166056546,0.29669701746920635,0.15372517456988796,0.0036645057628823725,0.0168665591150904,0.15372517456988796,0.0,0.040396450099439485,0.15372517456988796,0.01020009752856303,0.11760173588763337,0.15372517456988796,0.027042423331986833,0.03268410440806638,0.15372517456988796,0.03545046998827696,0.013132469566536924,0.15372517456988796,0.03674315846944126,0.0035777050521899998,0.5,0.15372517456988796,0.025986260123051906,0.0031100813596861222,0.15372517456988796,0.001708914663995447,0.004731990299335366,0.5,0.15372517456988796,0.025041190037231948,0.011079369768383196,0.15372517456988796,0.016383737369591003,0.0007972483457739656,0.15372517456988796,0.007966526494687329,0.5196936712554641,0.15372517456988796,0.0053429543996536474,0.4351863862642924,0.15372517456988796,0.009802313968803437,0.10469212361763464,0.15372517456988796,0.019522394430066908,0.0034270653595258565,0.15372517456988796,0.009498848989502475,0.004019441271175296,0.5,0.15372517456988796,0.0,0.0014344454605719542,0.0,0.669243693146312,0.8385967059454398 -2660,0.5,0.15372517456988796,0.0,0.08980331301115457,0.15372517456988796,0.0,0.2230326634162558,0.15372517456988796,0.0,0.012887408881459783,0.15372517456988796,0.0,0.040735204016612916,0.15372517456988796,0.0,0.12667096314414608,0.15372517456988796,0.0,0.04148404522992087,0.15372517456988796,0.0,0.01708030363498331,0.15372517456988796,0.0,0.005192666441587871,0.5,0.15372517456988796,0.0,0.004553680429870287,0.15372517456988796,0.0,0.002023985565247048,0.5,0.15372517456988796,0.0,0.020022689761797892,0.15372517456988796,0.0,0.001431604442037034,0.15372517456988796,0.0,0.4327377017496799,0.15372517456988796,0.0,0.4115865341638425,0.15372517456988796,0.0,0.060326342874777214,0.15372517456988796,0.0,0.004551106914602059,0.15372517456988796,0.0,0.004876751766326994,0.5,0.15372517456988796,0.0,0.0010557727166297598,0.0,0.6576859003920843,0.8368541325700425 -2661,0.5,0.15372517456988796,0.0,0.07865875013852615,0.15372517456988796,0.0,0.16117498179102094,0.15372517456988796,0.0,0.009391092002680058,0.15372517456988796,0.0,0.0321434507434132,0.15372517456988796,0.0,0.13641309984104336,0.15372517456988796,0.0,0.04226400355525678,0.15372517456988796,0.0,0.017312854551695178,0.15372517456988796,0.0,0.005613859860257387,0.5,0.15372517456988796,0.0,0.00473997866749079,0.15372517456988796,0.0,0.0009432293442665274,0.5,0.15372517456988796,0.0,0.017732680331840632,0.15372517456988796,0.0,0.0018873237543865305,0.15372517456988796,0.0,0.3953648840984597,0.15372517456988796,0.0,0.34163725266294165,0.15372517456988796,0.0,0.04180216810189496,0.15372517456988796,0.0,0.0044414196935518456,0.15372517456988796,0.0,0.005002049249177986,0.5,0.15372517456988796,0.0,0.0007028607624832714,0.0,0.6108971934402381,0.8711079576636441 -2662,0.5,0.15372517456988796,0.0,0.07062092463417943,0.15372517456988796,0.0,0.11868883386913827,0.15372517456988796,0.0,0.007960496523828032,0.15372517456988796,0.0,0.02786471069474902,0.15372517456988796,0.0,0.11574718327640839,0.15372517456988796,0.0,0.040320813513799944,0.15372517456988796,0.0,0.015979072155662973,0.15372517456988796,0.0,0.0064904069657916764,0.5,0.15372517456988796,0.0,0.004467197724351559,0.15372517456988796,0.0,0.0005231231400570826,0.5,0.15372517456988796,0.0,0.011102974863945738,0.15372517456988796,0.0,0.002534002113660236,0.15372517456988796,0.0,0.3701350258350345,0.15372517456988796,0.0,0.2669944507586182,0.15372517456988796,0.0,0.03423389473387533,0.15372517456988796,0.0,0.004660247626712475,0.15372517456988796,0.0,0.004075352705323608,0.5,0.15372517456988796,0.0,0.000654336955371419,0.0,0.5243327455320652,0.8222626045953716 -2663,0.5,0.15372517456988796,0.0,0.06431631198984074,0.15372517456988796,0.0,0.09754402777833812,0.15372517456988796,0.0,0.005651390418874148,0.15372517456988796,0.0,0.022677645729543592,0.15372517456988796,0.0,0.08120018944301256,0.15372517456988796,0.0,0.03301049417482911,0.15372517456988796,0.0,0.01705691931412422,0.15372517456988796,0.0,0.006638290804684784,0.5,0.15372517456988796,0.0,0.0030157483028707376,0.15372517456988796,0.0,0.0007893433567053109,0.5,0.15372517456988796,0.0,0.007231871863306956,0.15372517456988796,0.0,0.003735482035750296,0.15372517456988796,0.0,0.3704132713499513,0.15372517456988796,0.0,0.21471309143317346,0.15372517456988796,0.0,0.03046279717478894,0.15372517456988796,0.0,0.0041581499593185646,0.15372517456988796,0.0,0.0033745314795619948,0.5,0.15372517456988796,0.0,0.0009446699198573801,0.0,0.41224332977642775,0.7648933455557436 -2664,0.5,0.15372517456988796,0.0,0.06141085388513323,0.15372517456988796,0.0,0.07681579824721928,0.15372517456988796,0.0,0.003779702304819833,0.15372517456988796,0.0,0.018426426846052186,0.15372517456988796,0.0,0.06410183801239483,0.15372517456988796,0.0,0.025351673450979346,0.15372517456988796,0.0,0.01887047830404567,0.15372517456988796,0.0,0.006759965561519755,0.5,0.15372517456988796,0.0,0.0024608623067645533,0.15372517456988796,0.0,0.002718959671729915,0.5,0.15372517456988796,0.0,0.006323892228002882,0.15372517456988796,0.0,0.005116341545197576,0.15372517456988796,0.0,0.32694924656238766,0.15372517456988796,0.0,0.1793528189764697,0.15372517456988796,0.0,0.029994381214914354,0.15372517456988796,0.0,0.003757712308569581,0.15372517456988796,0.0,0.0032903435307229814,0.5,0.15372517456988796,0.0,0.0014540262016490527,0.0,0.30661732596571223,0.7007766907883753 -2665,0.5,0.15372517456988796,0.0,0.061090416043740256,0.15372517456988796,0.0,0.06402541083336083,0.15372517456988796,0.0,0.0030514694558183703,0.15372517456988796,0.0,0.01674916326797677,0.15372517456988796,0.0,0.050660214607484676,0.15372517456988796,0.0,0.0206412615365463,0.15372517456988796,0.0,0.01891421240506243,0.15372517456988796,0.0,0.00690784090654931,0.5,0.15372517456988796,0.0,0.0025593584003667726,0.15372517456988796,0.0,0.0032353475498252734,0.5,0.15372517456988796,0.0,0.005922708752514247,0.15372517456988796,0.0,0.005911403289360398,0.15372517456988796,0.0,0.24584841932745002,0.15372517456988796,0.0,0.14381167234241626,0.15372517456988796,0.0,0.03050315099502227,0.15372517456988796,0.0,0.003524354340101265,0.15372517456988796,0.0,0.003518473091737655,0.5,0.15372517456988796,0.0,0.0013817317827253632,0.0,0.2156806576666753,0.6930734937321223 -2666,0.5,0.15372517456988796,0.0,0.0651462918526571,0.15372517456988796,0.0,0.06028355050998406,0.15372517456988796,0.0,0.002730400972704285,0.15372517456988796,0.0,0.017986576801697667,0.15372517456988796,0.0,0.04041042663091279,0.15372517456988796,0.0,0.017069473647278524,0.15372517456988796,0.0,0.013998451094539944,0.15372517456988796,0.0,0.007903640192436525,0.5,0.15372517456988796,0.0,0.001721757574406339,0.15372517456988796,0.0,0.0017828788746918765,0.5,0.15372517456988796,0.0,0.004405081219791593,0.15372517456988796,0.0,0.006015898934459191,0.15372517456988796,0.0,0.1814640233387796,0.15372517456988796,0.0,0.11395621004521804,0.15372517456988796,0.0,0.03205141084006176,0.15372517456988796,0.0,0.003520217174863196,0.15372517456988796,0.0,0.0029769908369975673,0.5,0.15372517456988796,0.0,0.0011254771794561367,0.0,0.18789554413584886,0.6367691837856568 -2667,0.5,0.15372517456988796,0.0,0.06982198134035636,0.15372517456988796,0.0,0.05182146671375956,0.15372517456988796,0.0,0.002023409830527964,0.15372517456988796,0.0,0.020087836930700025,0.15372517456988796,0.0,0.034160162955242705,0.15372517456988796,0.0,0.014869881495387607,0.15372517456988796,0.0,0.011060751684923611,0.15372517456988796,0.0,0.009531594126937054,0.5,0.15372517456988796,0.0,0.0017261630101977152,0.15372517456988796,0.0,0.0008147573989946203,0.5,0.15372517456988796,0.0,0.0039910609859274745,0.15372517456988796,0.0,0.005750156293563682,0.15372517456988796,0.0,0.14434266931953346,0.15372517456988796,0.0,0.0878517239611746,0.15372517456988796,0.0,0.03235700776478069,0.15372517456988796,0.0,0.004119052795536989,0.15372517456988796,0.0,0.002857360385012539,0.5,0.15372517456988796,0.0,0.0011107019150807403,0.0,0.22340039801656794,0.5632431018223379 -2668,0.5,0.15372517456988796,0.0,0.06780438308148737,0.15372517456988796,0.0,0.04573936757733352,0.15372517456988796,0.0,0.0021523213029012297,0.15372517456988796,0.0,0.02231074639574218,0.15372517456988796,0.0,0.034119315459245604,0.15372517456988796,0.0,0.01485843685036328,0.15372517456988796,0.0,0.012178020320840272,0.15372517456988796,0.0,0.01120691313275379,0.5,0.15372517456988796,0.0,0.0016563696530575067,0.15372517456988796,0.0,0.0005618184970778972,0.5,0.15372517456988796,0.0,0.00583640770234447,0.15372517456988796,0.0,0.006541215319050154,0.15372517456988796,0.0,0.1253008817951231,0.15372517456988796,0.0,0.08461544157299808,0.15372517456988796,0.0,0.030493908122251546,0.15372517456988796,0.0,0.005235545796084038,0.15372517456988796,0.0,0.003383748129263106,0.5,0.15372517456988796,0.0,0.0012529407593197465,0.0,0.27463462095230945,0.4757431554146044 -2669,0.5,0.15372517456988796,0.0,0.059832723020711846,0.15372517456988796,0.0,0.04539747727796363,0.15372517456988796,0.0,0.00212130012268166,0.15372517456988796,0.0,0.02006544382495748,0.15372517456988796,0.0,0.037807807158290734,0.15372517456988796,0.0,0.02079865178475711,0.15372517456988796,0.0,0.021431109910156478,0.15372517456988796,0.0,0.01177773871162819,0.5,0.15372517456988796,0.0,0.001770499746127689,0.15372517456988796,0.0,0.0005541850893977958,0.5,0.15372517456988796,0.0,0.00747743491882571,0.15372517456988796,0.0,0.008117572546296477,0.15372517456988796,0.0,0.1157878871838199,0.15372517456988796,0.0,0.088644994420651,0.15372517456988796,0.0,0.025055820692338027,0.15372517456988796,0.0,0.007240151116990261,0.15372517456988796,0.0,0.003989908394774208,0.5,0.15372517456988796,0.0,0.0019816260469591954,0.0,0.2761779251170911,0.37949190330675775 -2670,0.5,0.15372517456988796,0.0012938362138879154,0.050377592727855615,0.15372517456988796,0.00021957140654425272,0.039970314825744334,0.15372517456988796,0.0034115941637800472,0.001681381245455452,0.15372517456988796,0.0059101013565642235,0.015881573316739218,0.15372517456988796,8.089541127327526e-05,0.048700880114867166,0.15372517456988796,0.0,0.029043768348004373,0.15372517456988796,0.00010713972267528241,0.03245054006795592,0.15372517456988796,0.0,0.013805616212235704,0.5,0.15372517456988796,0.0,0.0023879699243633252,0.15372517456988796,0.0002986560665913875,0.0006991768514977937,0.5,0.15372517456988796,8.11724894612966e-05,0.007671179533043139,0.15372517456988796,6.983105839425443e-05,0.009338592974085767,0.15372517456988796,0.0005322106994922173,0.10661443327210796,0.15372517456988796,0.0002441724749996259,0.09199128799101225,0.15372517456988796,0.0006384014176387539,0.018923172917445205,0.15372517456988796,0.00101036533910943,0.007766599456449203,0.15372517456988796,0.0022053217475280088,0.004032647815009067,0.5,0.15372517456988796,0.0021779572849407866,0.0015592998776503386,0.0,0.23744482315190452,0.3715415233587977 -2671,0.5,0.15372517456988796,0.019110170897168696,0.042971189464500445,0.15372517456988796,0.004038692300764286,0.03178920733324927,0.15372517456988796,0.07423099232158857,0.0015134266700453573,0.15372517456988796,0.06845158322583718,0.0126316368498705,0.15372517456988796,0.03392962339055032,0.056767089728225285,0.15372517456988796,0.03470106918467707,0.034840495270006815,0.15372517456988796,0.046025975585443586,0.03451832417188548,0.15372517456988796,0.02489791026481127,0.01602128854241783,0.5,0.15372517456988796,0.010194923469905927,0.003122241397762914,0.15372517456988796,0.016440009722940865,0.0007082016876192351,0.5,0.15372517456988796,0.033746887959337266,0.006152165823543786,0.15372517456988796,0.04754995197007468,0.007200114239183156,0.15372517456988796,0.007630516868510706,0.1026802880024308,0.15372517456988796,0.0182864989743324,0.09965740810305235,0.15372517456988796,0.025188232885259655,0.012984463661720777,0.15372517456988796,0.06420532449899682,0.00511218325558071,0.15372517456988796,0.06649415711858371,0.0029032039609548418,0.5,0.15372517456988796,0.04622171668760234,0.0008254264226571828,0.0,0.19827344063994254,0.4153004125798112 -2672,0.5,0.15372517456988796,0.05978170850265209,0.040385940862709094,0.15372517456988796,0.035956478587599844,0.030628256783757836,0.15372517456988796,0.18694092410735116,0.0037751032444189904,0.15372517456988796,0.16205295411226212,0.01750689506230404,0.15372517456988796,0.10640597102727736,0.06790442394465389,0.15372517456988796,0.10219789196510358,0.047606292470238544,0.15372517456988796,0.1547258128654752,0.039244200693105497,0.15372517456988796,0.058335766006082986,0.018690001704585832,0.5,0.15372517456988796,0.053386887128447726,0.0038528799178019135,0.15372517456988796,0.07773796801959447,0.0008381912100284684,0.5,0.15372517456988796,0.11283966404874221,0.004201301945111046,0.15372517456988796,0.15904817310200753,0.005107743510888677,0.15372517456988796,0.022449344361575738,0.09894793373237806,0.15372517456988796,0.062442039297249174,0.11318632233166401,0.15372517456988796,0.10274101313506717,0.011916994215938566,0.15372517456988796,0.16867864890505876,0.004584537900789414,0.15372517456988796,0.16158190986949597,0.002387551787250256,0.5,0.15372517456988796,0.14279800734101047,0.0005505111933713922,0.0,0.17235567346604186,0.4297754494395353 -2673,0.5,0.15372517456988796,0.09110519433918196,0.045687605964703185,0.15372517456988796,0.08774942119500856,0.07814689223824726,0.15372517456988796,0.3348090229760113,0.019147634051970286,0.15372517456988796,0.2707529702720579,0.037513463727939816,0.15372517456988796,0.24260607651211213,0.10608529962109037,0.15372517456988796,0.15281631452548983,0.08854097192288596,0.15372517456988796,0.27028051198502334,0.07655186828822913,0.15372517456988796,0.07814014245985301,0.02846726724001456,0.5,0.15372517456988796,0.15233702859231765,0.010775430134775941,0.15372517456988796,0.18327829690594422,0.0016594602367838978,0.5,0.15372517456988796,0.25315629196933465,0.0062106907644591276,0.15372517456988796,0.296799321518995,0.012502462433118047,0.15372517456988796,0.05022487271846701,0.10320811107744374,0.15372517456988796,0.12946123667365778,0.11499692527179459,0.15372517456988796,0.23516963687137163,0.022499296298048622,0.15372517456988796,0.28347234192175685,0.01498269813139918,0.15372517456988796,0.26830751016064314,0.004666631047496778,0.5,0.15372517456988796,0.26433246844138486,0.0012875935071057123,0.0,0.1538012755033617,0.4136121358067692 -2674,0.5,0.15372517456988796,0.13366307177548,0.05547508107796171,0.15372517456988796,0.13066379519938287,0.06731494336985679,0.15372517456988796,0.4897670083441812,0.03512462200191698,0.15372517456988796,0.3701166299202204,0.06684659335763163,0.15372517456988796,0.37306267668839854,0.15316803163215634,0.15372517456988796,0.20586300851118536,0.12484296424502853,0.15372517456988796,0.3962762543680037,0.14343427208395557,0.15372517456988796,0.10970576481667316,0.050437175994028624,0.5,0.15372517456988796,0.28884760302358475,0.017932094035714698,0.15372517456988796,0.21145690348658497,0.0016641580043877681,0.5,0.15372517456988796,0.4140550701766205,0.01522394092406427,0.15372517456988796,0.41098860096280393,0.01885907379947886,0.15372517456988796,0.0820637527321536,0.12569826628330447,0.15372517456988796,0.26606585920916664,0.10894705271565722,0.15372517456988796,0.37404614767657884,0.03437848235043589,0.15372517456988796,0.38393383719214635,0.049105135719826734,0.15372517456988796,0.389931652994534,0.009741115673219496,0.5,0.15372517456988796,0.3696233046261314,0.0008242561892177916,0.0,0.14129362272858498,0.37510180700886686 -2675,0.5,0.15372517456988796,0.17750736156471775,0.0630263528760683,0.15372517456988796,0.20100698586689864,0.08708775613513821,0.15372517456988796,0.5816868710081285,0.045839710077145046,0.15372517456988796,0.4160457004538301,0.08731467090071927,0.15372517456988796,0.44506553537810806,0.13556228759826464,0.15372517456988796,0.32051654959105885,0.17386350061261513,0.15372517456988796,0.4888474927237313,0.15195495908146447,0.15372517456988796,0.1793446288468519,0.07460401266071667,0.5,0.15372517456988796,0.423355800177877,0.023190038942650114,0.15372517456988796,0.29674889327608195,0.0006861817933207103,0.5,0.15372517456988796,0.4884551135041525,0.009876579032736308,0.15372517456988796,0.3794039847716433,0.010118173792430468,0.15372517456988796,0.13033326570364812,0.13240671227828543,0.15372517456988796,0.3673202365173968,0.09615187131642755,0.15372517456988796,0.45667800700615024,0.042894535251716666,0.15372517456988796,0.42855480823004893,0.06292149037544233,0.15372517456988796,0.4476790826845433,0.009285314676860234,0.5,0.15372517456988796,0.46039259372373204,0.0009323629317543001,0.0,0.13619327357541894,0.3583760351170681 -2676,0.5,0.15372517456988796,0.21701352776266164,0.0700904933313719,0.15372517456988796,0.2652497894379057,0.10588299143749916,0.15372517456988796,0.6162290807143208,0.039789543685625796,0.15372517456988796,0.45913893559012364,0.09194758955586324,0.15372517456988796,0.49842248723195026,0.09732807900700355,0.15372517456988796,0.38991838648643096,0.16938781468589065,0.15372517456988796,0.4444763884738395,0.11852309008306045,0.15372517456988796,0.28716444515364126,0.08237980108759288,0.5,0.15372517456988796,0.5089554767712277,0.02590800554002894,0.15372517456988796,0.513003615297761,0.0006757595252368259,0.5,0.15372517456988796,0.4359481120417138,0.009272405498822594,0.15372517456988796,0.45717133649216674,0.003839784539669503,0.15372517456988796,0.20029679919882884,0.17402819978770534,0.15372517456988796,0.4420612806272681,0.0813183013565523,0.15372517456988796,0.464060874199715,0.04071449852843194,0.15372517456988796,0.43080000043429956,0.05447123108413828,0.15372517456988796,0.465745017976973,0.004567985363212895,0.5,0.15372517456988796,0.3961380562418143,0.0008569219465269534,0.0,0.12430074902429117,0.3427064671367163 -2677,0.5,0.15372517456988796,0.24238122844483811,0.07370760787709923,0.15372517456988796,0.25320171734699576,0.10138582161677016,0.15372517456988796,0.6053751507824896,0.024482562068354877,0.15372517456988796,0.48102881447832857,0.09006928270851926,0.15372517456988796,0.47597896545198426,0.07914756007816542,0.15372517456988796,0.39728113255431036,0.1461553739600721,0.15372517456988796,0.38017211589976274,0.09907103713011944,0.15372517456988796,0.4486883854813438,0.06783677448744871,0.5,0.15372517456988796,0.5476864696097922,0.021350088014856897,0.15372517456988796,0.5517311797248367,0.003601497256918712,0.5,0.15372517456988796,0.41099203294913556,0.00818679956835918,0.15372517456988796,0.44995840623956146,0.0013532181677417562,0.15372517456988796,0.23105264066543546,0.19419566221516893,0.15372517456988796,0.4162051092534742,0.08986380921855924,0.15372517456988796,0.47232160817521673,0.03968971675389899,0.15372517456988796,0.4557022473632584,0.04362713725927893,0.15372517456988796,0.4980897358874781,0.005038859745762507,0.5,0.15372517456988796,0.461559910673788,0.001756290576624873,0.0,0.11467764536373379,0.3340169595632907 -2678,0.5,0.15372517456988796,0.26058710156096404,0.07586558906781654,0.15372517456988796,0.41323886916190034,0.10419317152614402,0.15372517456988796,0.5390660342273178,0.016582649317143046,0.15372517456988796,0.3810248580371955,0.0924717189187503,0.15372517456988796,0.43044958481762563,0.061818488548168085,0.15372517456988796,0.3598947982973671,0.11083832497767951,0.15372517456988796,0.30044966410305446,0.0810543998467615,0.15372517456988796,0.536430001187376,0.04547314266026696,0.5,0.15372517456988796,0.5447896015513022,0.010651502617658078,0.15372517456988796,0.5303446080726406,0.0070475657396977184,0.5,0.15372517456988796,0.5408010178710192,0.000290332020106702,0.15372517456988796,0.48202662793266793,0.00045225862492436896,0.15372517456988796,0.3056187745838288,0.22171038148126587,0.15372517456988796,0.2977961028822814,0.08595083476217555,0.15372517456988796,0.42580824491944724,0.029768039749524987,0.15372517456988796,0.4519211653633361,0.033858180410992963,0.15372517456988796,0.3657578896121787,0.006202477637602511,0.5,0.15372517456988796,0.32922624592981037,0.005841162368777123,0.0,0.10967372554824154,0.34117050392656534 -2679,0.5,0.15372517456988796,0.2756168721701996,0.09010082351316848,0.15372517456988796,0.14597456314171622,0.04916874537398997,0.15372517456988796,0.48104138410566816,0.02100251460809487,0.15372517456988796,0.3534176289377192,0.09489329268939699,0.15372517456988796,0.4257290515324833,0.05632341153314739,0.15372517456988796,0.37621008353895663,0.07882168672958276,0.15372517456988796,0.23229267186880742,0.04906900236128019,0.15372517456988796,0.48793509984574424,0.026799469435872622,0.5,0.15372517456988796,0.46877947576886514,0.0036651148911190905,0.15372517456988796,0.4716926337599966,0.007313974733509535,0.5,0.15372517456988796,0.4001973836213572,0.0005169881987072499,0.15372517456988796,0.4174320299717505,0.0009917448914642218,0.15372517456988796,0.31617484626585735,0.22855156763534618,0.15372517456988796,0.22818729135601415,0.0630991963731503,0.15372517456988796,0.3833516933521557,0.029838661283160116,0.15372517456988796,0.4098628598667098,0.03675558221646151,0.15372517456988796,0.4231562430435599,0.003315165266846563,0.5,0.15372517456988796,0.2948613098999257,0.007101389558527418,0.0,0.10998208006439562,0.33297133035582854 -2680,0.5,0.15372517456988796,0.26781367275759727,0.1242650014878259,0.15372517456988796,0.06786973820861783,0.016207762966094427,0.15372517456988796,0.36944153966193205,0.030698302615712717,0.15372517456988796,0.23058627416057698,0.08206010338111125,0.15372517456988796,0.3201932929572153,0.048811648152631566,0.15372517456988796,0.30483697407586574,0.04944957094946704,0.15372517456988796,0.2304551697340244,0.015485198529631799,0.15372517456988796,0.39232504871913676,0.01669764026930356,0.5,0.15372517456988796,0.3977587896639405,0.002167408338473127,0.15372517456988796,0.31809890864249607,0.009626053835915697,0.5,0.15372517456988796,0.4022510622523845,0.0005613495488437301,0.15372517456988796,0.37774543001911576,0.0018581902333909244,0.15372517456988796,0.14533790928831894,0.17538276111143247,0.15372517456988796,0.26232716702971004,0.05740530737269862,0.15372517456988796,0.33281909173529745,0.04774455578615828,0.15372517456988796,0.40803423598208644,0.02981229180295042,0.15372517456988796,0.38625677590404983,0.005888230422232599,0.5,0.15372517456988796,0.22873276237818257,0.008409472507965416,0.0,0.14997460950583502,0.2710337896763163 -2681,0.5,0.15372517456988796,0.20659809206843827,0.14728874030564915,0.15372517456988796,0.12952946816645425,0.07215066928346668,0.15372517456988796,0.23552030917364963,0.05711692964688344,0.15372517456988796,0.1491465254835691,0.0652514339171735,0.15372517456988796,0.13225079854186866,0.023267367988214993,0.15372517456988796,0.28453608491240767,0.0422742533305729,0.15372517456988796,0.24416399343868528,0.008207474448512251,0.15372517456988796,0.2806961442690338,0.00964779089817468,0.5,0.15372517456988796,0.29501305414861834,0.0014745616957126447,0.15372517456988796,0.21705845066852786,0.00543026819334994,0.5,0.15372517456988796,0.3211642878109191,0.0008723908662726743,0.15372517456988796,0.26077983039593416,0.003496519013715589,0.15372517456988796,0.09689055427228961,0.14792243671078958,0.15372517456988796,0.26937738748708123,0.08500372236498867,0.15372517456988796,0.23854299496440273,0.05812125739991878,0.15372517456988796,0.3117696264118105,0.018633247074667302,0.15372517456988796,0.2819239827102089,0.010493427113829234,0.5,0.15372517456988796,0.2099364022273537,0.004407582349601504,0.0,0.20537013003614046,0.1968634440197622 -2682,0.5,0.15372517456988796,0.111594774570993,0.117942816788358,0.15372517456988796,0.11424694489227832,0.10631600481564024,0.15372517456988796,0.13392150620355062,0.1127430116622373,0.15372517456988796,0.050303326953079805,0.0500870855941829,0.15372517456988796,0.10121580287661412,0.012610849347680335,0.15372517456988796,0.19327150372585736,0.024321866405100253,0.15372517456988796,0.15313973667858619,0.005670766731487432,0.15372517456988796,0.1631803168568181,0.0036792002529407158,0.5,0.15372517456988796,0.1814142915882081,0.0004988896102522321,0.15372517456988796,0.13349640685943842,0.0026867497815271377,0.5,0.15372517456988796,0.17735211703731213,0.0028587649479399537,0.15372517456988796,0.16288312995516066,0.002177976127287484,0.15372517456988796,0.0660470491751899,0.16863320827815265,0.15372517456988796,0.15764139021963935,0.07793813611204065,0.15372517456988796,0.14214537108721886,0.054621367960306685,0.15372517456988796,0.18363491015566544,0.002247406451339818,0.15372517456988796,0.15369317910854366,0.00647744536007242,0.5,0.15372517456988796,0.12140882425963065,0.001295516519604113,0.0,0.2320711903855539,0.14986143166812346 -2683,0.5,0.15372517456988796,0.013004779081864287,0.11317075307034948,0.15372517456988796,0.035636118124029184,0.11671155359604085,0.15372517456988796,0.02039364826217143,0.1736847607310744,0.15372517456988796,0.0008058794936289512,0.040167134405840334,0.15372517456988796,0.04099251325327248,0.02539849678650252,0.15372517456988796,0.05441050496286072,0.022627552268038576,0.15372517456988796,0.04427602958257948,0.008827077124238325,0.15372517456988796,0.036132454309598806,0.001707436111565715,0.5,0.15372517456988796,0.041845563297227995,0.0003136956014144046,0.15372517456988796,0.010387470415246444,0.0012161077647787546,0.5,0.15372517456988796,0.028593553185430325,0.0052322856120596145,0.15372517456988796,0.02647746629572728,0.0017961575152660434,0.15372517456988796,0.03034329098306819,0.19391030722739874,0.15372517456988796,0.04615160020916842,0.10033139356868151,0.15372517456988796,0.03390361781243648,0.10390554516854064,0.15372517456988796,0.030000709966309387,0.0012018396060466448,0.15372517456988796,0.01244521044538452,0.006003417363870171,0.5,0.15372517456988796,0.0,0.0008052552694371798,0.0,0.26011668128959753,0.1482730790752982 -2684,0.5,0.15372517456988796,0.0,0.11436624342849416,0.15372517456988796,0.0,0.11256953789679698,0.15372517456988796,0.0,0.10558248489501486,0.15372517456988796,0.0,0.03365217501123898,0.15372517456988796,0.0,0.04839358526270889,0.15372517456988796,0.0,0.031808022892790444,0.15372517456988796,0.0,0.012407406699342087,0.15372517456988796,0.0,0.0031666340292730638,0.5,0.15372517456988796,0.0,0.0010618164316710127,0.15372517456988796,0.0,0.0018752779275744234,0.5,0.15372517456988796,0.0,0.004714067156354227,0.15372517456988796,0.0,0.0027713136709333996,0.15372517456988796,0.0,0.17676023426164078,0.15372517456988796,0.0,0.1679999411931384,0.15372517456988796,0.0,0.14508909473468515,0.15372517456988796,0.0,0.0008963163069325955,0.15372517456988796,0.0,0.0051010983423462955,0.5,0.15372517456988796,0.0,0.0007590016003044071,0.0,0.34059862150250825,0.16790682961465392 -2685,0.5,0.15372517456988796,0.0,0.10971595676500613,0.15372517456988796,0.0,0.09679860591993072,0.15372517456988796,0.0,0.052791522746864876,0.15372517456988796,0.0,0.02445484333936699,0.15372517456988796,0.0,0.06817510976629118,0.15372517456988796,0.0,0.03390739924924094,0.15372517456988796,0.0,0.012825476227737284,0.15372517456988796,0.0,0.004964657510228339,0.5,0.15372517456988796,0.0,0.0017755238365877938,0.15372517456988796,0.0,0.0010873500097551578,0.5,0.15372517456988796,0.0,0.001724211984288624,0.15372517456988796,0.0,0.002222309890274811,0.15372517456988796,0.0,0.14754406114820906,0.15372517456988796,0.0,0.18576525578558198,0.15372517456988796,0.0,0.13917840975379883,0.15372517456988796,0.0,0.0013642665559201314,0.15372517456988796,0.0,0.002902921280318904,0.5,0.15372517456988796,0.0,0.0007958010388820253,0.0,0.4910767237790991,0.1829412172295712 -2686,0.5,0.15372517456988796,0.0,0.10613578619660766,0.15372517456988796,0.0,0.09979870578508064,0.15372517456988796,0.0,0.026751332733079846,0.15372517456988796,0.0,0.02014966455410086,0.15372517456988796,0.0,0.07688132013188789,0.15372517456988796,0.0,0.030662581521628294,0.15372517456988796,0.0,0.00765965358092414,0.15372517456988796,0.0,0.006773520464004526,0.5,0.15372517456988796,0.0,0.0028140814979432526,0.15372517456988796,0.0,0.0006423347582092992,0.5,0.15372517456988796,0.0,0.0010991397323240233,0.15372517456988796,0.0,0.0017695570328864635,0.15372517456988796,0.0,0.1386613550624002,0.15372517456988796,0.0,0.16539405734199114,0.15372517456988796,0.0,0.12110816255357962,0.15372517456988796,0.0,0.0014030353884546599,0.15372517456988796,0.0,0.001814544145739687,0.5,0.15372517456988796,0.0,0.0007391493917277002,0.0,0.6099409542407932,0.21243481453956134 -2687,0.5,0.15372517456988796,0.0,0.10513146859219659,0.15372517456988796,0.0,0.10617857958310042,0.15372517456988796,0.0,0.015541426626661591,0.15372517456988796,0.0,0.017330946809066904,0.15372517456988796,0.0,0.07622312741474743,0.15372517456988796,0.0,0.028165674225605744,0.15372517456988796,0.0,0.005213136180238684,0.15372517456988796,0.0,0.009119619405282909,0.5,0.15372517456988796,0.0,0.0034514200879443716,0.15372517456988796,0.0,0.0005251370186318544,0.5,0.15372517456988796,0.0,0.0010405612593410727,0.15372517456988796,0.0,0.002194461489325944,0.15372517456988796,0.0,0.14156499529957606,0.15372517456988796,0.0,0.13486288546534447,0.15372517456988796,0.0,0.09750794607167622,0.15372517456988796,0.0,0.0022931944726135114,0.15372517456988796,0.0,0.0013814125334673702,0.5,0.15372517456988796,0.0,0.000771485770006244,0.0,0.6951847030182732,0.2666781832727212 -2688,0.5,0.15372517456988796,0.0,0.10368819156216821,0.15372517456988796,0.0,0.08383984348370192,0.15372517456988796,0.0,0.009450155600631473,0.15372517456988796,0.0,0.014700566770878838,0.15372517456988796,0.0,0.0586233689850162,0.15372517456988796,0.0,0.022901401278122558,0.15372517456988796,0.0,0.004568775386576156,0.15372517456988796,0.0,0.011595490478351088,0.5,0.15372517456988796,0.0,0.003301299902634835,0.15372517456988796,0.0,0.0004377326913322158,0.5,0.15372517456988796,0.0,0.0009751230451607024,0.15372517456988796,0.0,0.0029981890338556917,0.15372517456988796,0.0,0.1509358532243098,0.15372517456988796,0.0,0.10507478528994747,0.15372517456988796,0.0,0.07628834744498594,0.15372517456988796,0.0,0.0035711164045492275,0.15372517456988796,0.0,0.0018854810656307253,0.5,0.15372517456988796,0.0,0.0012254459523745212,0.0,0.7460209454737494,0.3142101196754253 -2689,0.5,0.15372517456988796,0.0,0.10153953618021547,0.15372517456988796,0.0,0.06542913234895259,0.15372517456988796,0.0,0.006095686609195135,0.15372517456988796,0.0,0.012402305532417193,0.15372517456988796,0.0,0.047696173968423884,0.15372517456988796,0.0,0.016435287494922297,0.15372517456988796,0.0,0.004670076206502461,0.15372517456988796,0.0,0.013168281011136523,0.5,0.15372517456988796,0.0,0.0038513866458892015,0.15372517456988796,0.0,0.0009094121211307839,0.5,0.15372517456988796,0.0,0.0009266463720009443,0.15372517456988796,0.0,0.0030169977584911163,0.15372517456988796,0.0,0.15582087481248394,0.15372517456988796,0.0,0.09114354365498231,0.15372517456988796,0.0,0.06403705615641817,0.15372517456988796,0.0,0.003848075887876888,0.15372517456988796,0.0,0.002958408624167456,0.5,0.15372517456988796,0.0,0.0031282208929976833,0.0,0.7510216542401073,0.27601587849435993 -2690,0.5,0.15372517456988796,0.0,0.09884053813201465,0.15372517456988796,0.0,0.05674231345762645,0.15372517456988796,0.0,0.0042551944407393395,0.15372517456988796,0.0,0.009591890037177944,0.15372517456988796,0.0,0.03498888015940043,0.15372517456988796,0.0,0.011266195964885217,0.15372517456988796,0.0,0.004767164346453631,0.15372517456988796,0.0,0.011685378695622067,0.5,0.15372517456988796,0.0,0.004067857441392163,0.15372517456988796,0.0,0.0007437644086141818,0.5,0.15372517456988796,0.0,0.0008037887848966224,0.15372517456988796,0.0,0.002283146608501088,0.15372517456988796,0.0,0.1576356086228884,0.15372517456988796,0.0,0.09481093456386422,0.15372517456988796,0.0,0.05045491665873618,0.15372517456988796,0.0,0.004855487780630267,0.15372517456988796,0.0,0.003535574090784463,0.5,0.15372517456988796,0.0,0.0035340592227301,0.0,0.7474093001919198,0.22426905792238816 -2691,0.5,0.15372517456988796,0.0,0.09727831930015163,0.15372517456988796,0.0,0.054832226980997066,0.15372517456988796,0.0,0.002723643224548148,0.15372517456988796,0.0,0.006672393411943122,0.15372517456988796,0.0,0.02619717981500445,0.15372517456988796,0.0,0.007409202219395238,0.15372517456988796,0.0,0.00468144370947239,0.15372517456988796,0.0,0.010122524707160924,0.5,0.15372517456988796,0.0,0.003252496691478689,0.15372517456988796,0.0,0.00037562414283361274,0.5,0.15372517456988796,0.0,0.0007835617056411133,0.15372517456988796,0.0,0.00256862858369807,0.15372517456988796,0.0,0.16259155161752914,0.15372517456988796,0.0,0.09687665215176033,0.15372517456988796,0.0,0.03946765180542909,0.15372517456988796,0.0,0.004649169545341065,0.15372517456988796,0.0,0.0039017201058161384,0.5,0.15372517456988796,0.0,0.003310084964205091,0.0,0.7296170940292047,0.20807926776434013 -2692,0.5,0.15372517456988796,0.0,0.09583872268973312,0.15372517456988796,0.0,0.057251785606123484,0.15372517456988796,0.0,0.00180373052932616,0.15372517456988796,0.0,0.0049330743701884285,0.15372517456988796,0.0,0.018978146117101746,0.15372517456988796,0.0,0.0044412076887514786,0.15372517456988796,0.0,0.004861494559468512,0.15372517456988796,0.0,0.00865167018469238,0.5,0.15372517456988796,0.0,0.002807592147140239,0.15372517456988796,0.0,0.0007714796524346372,0.5,0.15372517456988796,0.0,0.001086594952863724,0.15372517456988796,0.0,0.0029150445635126336,0.15372517456988796,0.0,0.17244754213743047,0.15372517456988796,0.0,0.09834303987009121,0.15372517456988796,0.0,0.03126867994070407,0.15372517456988796,0.0,0.00534855743088732,0.15372517456988796,0.0,0.0036686906178173837,0.5,0.15372517456988796,0.0,0.002478313109319696,0.0,0.7151416455623293,0.22491032937753352 -2693,0.5,0.15372517456988796,0.0,0.09419822064953151,0.15372517456988796,0.0,0.0639058081598965,0.15372517456988796,0.0,0.00125749956696111,0.15372517456988796,0.0,0.00480713569825273,0.15372517456988796,0.0,0.010514634655111639,0.15372517456988796,0.0,0.003100767736820496,0.15372517456988796,0.0,0.004673646846298069,0.15372517456988796,0.0,0.007952582195795043,0.5,0.15372517456988796,0.0,0.002030428029975023,0.15372517456988796,0.0,0.001181344943834114,0.5,0.15372517456988796,0.0,0.0011874208322394286,0.15372517456988796,0.0,0.0028795713725362796,0.15372517456988796,0.0,0.18603213380902617,0.15372517456988796,0.0,0.09520649614095701,0.15372517456988796,0.0,0.027756160020935308,0.15372517456988796,0.0,0.004672727591586783,0.15372517456988796,0.0,0.0027365781763994687,0.5,0.15372517456988796,0.0,0.004762150171943442,0.0,0.7121211237340171,0.23792990807353726 -2694,0.5,0.15372517456988796,0.004464481552502355,0.0970931949748482,0.15372517456988796,0.0034877773576990102,0.0708542389616982,0.15372517456988796,0.0035339625612484387,0.0009154602536311974,0.15372517456988796,0.0040746246757795285,0.006187839918551565,0.15372517456988796,0.0006816004352465949,0.0034261011111807954,0.15372517456988796,0.0,0.002663875344362192,0.15372517456988796,0.0006221855683006846,0.0032648433025825726,0.15372517456988796,1.727436132677138e-06,0.007232815452836586,0.5,0.15372517456988796,2.1990522875393876e-05,0.0014131272335468177,0.15372517456988796,0.001750521935204457,0.0007039315445301135,0.5,0.15372517456988796,0.00041530813507089254,0.0009694276687002686,0.15372517456988796,0.0004050104008790979,0.0029472696927871187,0.15372517456988796,0.003677695379771452,0.20106614088689553,0.15372517456988796,0.0011311738051981947,0.09283084938045243,0.15372517456988796,0.0025772803424735334,0.028983548868028352,0.15372517456988796,0.0016677202094978803,0.0027665960064237444,0.15372517456988796,0.00314848088641999,0.002115744775233415,0.5,0.15372517456988796,0.002775390230851388,0.003091167514877236,0.0,0.7025659390110341,0.24619950803118143 -2695,0.5,0.15372517456988796,0.04769538803655288,0.1080922811888523,0.15372517456988796,0.06662231834343682,0.07373446533089043,0.15372517456988796,0.06806409294777127,0.0006145523727192576,0.15372517456988796,0.04665541150536385,0.007433812994293431,0.15372517456988796,0.06352978566531364,0.0010984101019616585,0.15372517456988796,0.05742228995079331,0.0016897988944551785,0.15372517456988796,0.06617200956952224,0.0018667761659842087,0.15372517456988796,0.05379831609755754,0.004741163097223243,0.5,0.15372517456988796,0.052091855687254836,0.0005864930479278985,0.15372517456988796,0.07570593295667431,0.00014914010635581383,0.5,0.15372517456988796,0.06751861182216745,0.0007561948331267848,0.15372517456988796,0.06570887112910066,0.0010988763429266334,0.15372517456988796,0.06764569684343416,0.23111278983181804,0.15372517456988796,0.05100425719942439,0.09389040497187176,0.15372517456988796,0.07050419657580737,0.029006790556910453,0.15372517456988796,0.07274191896290874,0.0015182987185543065,0.15372517456988796,0.08134088557731038,0.0012030912344761645,0.5,0.15372517456988796,0.06012316138589477,0.0012702889062803948,0.0,0.7072135043640394,0.24433322029581173 -2696,0.5,0.15372517456988796,0.09780678108099208,0.13338890333209044,0.15372517456988796,0.16463520850984092,0.11429383059537572,0.15372517456988796,0.16195079346130734,0.0018538909847603555,0.15372517456988796,0.09542224860938349,0.008100252898768426,0.15372517456988796,0.17936251091212768,0.0023999938210917905,0.15372517456988796,0.16475472963165108,0.0008707884015570018,0.15372517456988796,0.18391532196688243,0.0011287925912115621,0.15372517456988796,0.14821011852935534,0.0026010126830213996,0.5,0.15372517456988796,0.14081297536000226,0.00027331544470035396,0.15372517456988796,0.19632709085806338,0.00017702597393229457,0.5,0.15372517456988796,0.18542095600190034,0.000617639754935503,0.15372517456988796,0.18104837779732924,0.00022092744806613337,0.15372517456988796,0.16136595254338926,0.28943134166508244,0.15372517456988796,0.1556543996140867,0.1247280225022584,0.15372517456988796,0.18358895832079095,0.0424288330694717,0.15372517456988796,0.19656670027141107,0.001083140528816765,0.15372517456988796,0.2055967231044188,0.0007149388534928711,0.5,0.15372517456988796,0.13607680070448003,0.0019144068914230866,0.0,0.7226222134946318,0.24692140332001702 -2697,0.5,0.15372517456988796,0.14267381605411505,0.16230454755964427,0.15372517456988796,0.2672627864419671,0.13534967725413932,0.15372517456988796,0.23401059158234944,0.004229750547738843,0.15372517456988796,0.145871835746433,0.012061332808574014,0.15372517456988796,0.3144625431797873,0.012596543086032903,0.15372517456988796,0.29347281456181035,0.0008653100151346377,0.15372517456988796,0.3169095702055529,0.0006014522623276738,0.15372517456988796,0.24748961388662838,0.0009797951419712504,0.5,0.15372517456988796,0.2281745665222531,0.0004679562736114853,0.15372517456988796,0.3278269409822349,0.0011283496008227018,0.5,0.15372517456988796,0.3231950579339231,0.0008535261627008702,0.15372517456988796,0.3178797120845897,0.00019099057562033852,0.15372517456988796,0.24714014885554575,0.34885293832914543,0.15372517456988796,0.27231147503286923,0.16843793857381323,0.15372517456988796,0.30463037717818164,0.06109185447122082,0.15372517456988796,0.3364078372274034,0.0010134713767704464,0.15372517456988796,0.3435456332233873,0.0011605027489039498,0.5,0.15372517456988796,0.1959182267660884,0.006418643624836516,0.0,0.7220488509933551,0.2622562456188196 -2698,0.5,0.15372517456988796,0.18171424832844071,0.1737578660541977,0.15372517456988796,0.37274527701631816,0.17398542470838513,0.15372517456988796,0.30879168928499323,0.012665376647080973,0.15372517456988796,0.18698180408184273,0.013104261147146074,0.15372517456988796,0.4538665532520411,0.02950451957017541,0.15372517456988796,0.41765407680820377,0.0009921567100451263,0.15372517456988796,0.45142344702440435,0.0024966345739792207,0.15372517456988796,0.3645282905820054,0.0007014080963310259,0.5,0.15372517456988796,0.3209931311434071,0.0013477054725924366,0.15372517456988796,0.440545947836984,0.003587250737258466,0.5,0.15372517456988796,0.4637034327405314,0.0022330068613599574,0.15372517456988796,0.453147336113669,0.0013629023601150789,0.15372517456988796,0.32746474710121054,0.4232714406494556,0.15372517456988796,0.36955236558441096,0.19282168537874528,0.15372517456988796,0.40951887606809145,0.09106916764317181,0.15372517456988796,0.4799134726877037,0.0021408509737025645,0.15372517456988796,0.4775747131283136,0.0021383428619742247,0.5,0.15372517456988796,0.21514785731986596,0.006187155386798668,0.0,0.6984616854795455,0.2758704673252471 -2699,0.5,0.15372517456988796,0.23496369540359396,0.1991753448545526,0.15372517456988796,0.45289079798902143,0.2365044112136623,0.15372517456988796,0.3154498651499993,0.020310648032989254,0.15372517456988796,0.24337598633947258,0.016982937630828247,0.15372517456988796,0.5669837922900972,0.04864236099179546,0.15372517456988796,0.49102181566394276,0.002175497529715335,0.15372517456988796,0.5599696968745392,0.005729403036668522,0.15372517456988796,0.41912663545988155,0.000648192693895621,0.5,0.15372517456988796,0.3943382209074694,0.002416513030235612,0.15372517456988796,0.42384677083106037,0.007815513035377775,0.5,0.15372517456988796,0.5689308911975544,0.005668187860704227,0.15372517456988796,0.4452758846574333,0.007333397308721287,0.15372517456988796,0.3849542052080437,0.5023463842945941,0.15372517456988796,0.46190770907837064,0.21409629161621718,0.15372517456988796,0.4728578565327912,0.10949955425458224,0.15372517456988796,0.5916743379186011,0.0041685497320622005,0.15372517456988796,0.562107905899468,0.0017264122967606487,0.5,0.15372517456988796,0.21626580522248895,0.006791146288001275,0.0,0.7311870184321565,0.2538679299850692 -2700,0.5,0.15372517456988796,0.2644643904700411,0.23621225491757475,0.15372517456988796,0.5519064954980281,0.382658812914764,0.15372517456988796,0.33159863683014645,0.02430589732732099,0.15372517456988796,0.27333639309855273,0.02066123136774994,0.15372517456988796,0.5578254733754747,0.05063871022253961,0.15372517456988796,0.5419032916261909,0.004339041824855007,0.15372517456988796,0.4789534543069005,0.005853956376404319,0.15372517456988796,0.3577108401472513,0.0018799984568342643,0.5,0.15372517456988796,0.3700818148163291,0.004245105286170471,0.15372517456988796,0.37087273756820516,0.016762378952562152,0.5,0.15372517456988796,0.4466854144951264,0.0074981160804568295,0.15372517456988796,0.3614855985840742,0.009258591762944319,0.15372517456988796,0.44807898975590316,0.6002549805925489,0.15372517456988796,0.5153090171372292,0.23704827868475914,0.15372517456988796,0.4595957965602124,0.14684419375339072,0.15372517456988796,0.5631076763174259,0.00286136329442897,0.15372517456988796,0.5347511752088017,0.003594611880315769,0.5,0.15372517456988796,0.19064667954042927,0.01158085263032812,0.0,0.7319910425319276,0.23965977015227413 -2701,0.5,0.15372517456988796,0.28643569858457213,0.2966693770124825,0.15372517456988796,0.5661263377764295,0.5518688827283307,0.15372517456988796,0.28179435097638306,0.028383796930950292,0.15372517456988796,0.2586164905682296,0.023856329784580105,0.15372517456988796,0.430885154228996,0.06135369721032959,0.15372517456988796,0.5494062744814887,0.0019919982825810866,0.15372517456988796,0.4941192018371422,0.008329448003701272,0.15372517456988796,0.42925081641264173,0.0015101767553034142,0.5,0.15372517456988796,0.38796355208883815,0.004001696917124675,0.15372517456988796,0.28694244008553776,0.0249707148151474,0.5,0.15372517456988796,0.3840319090755713,0.005688393912139144,0.15372517456988796,0.33833961339788277,0.012962788962101198,0.15372517456988796,0.4855635182766982,0.6954245829380018,0.15372517456988796,0.41874084581001947,0.272045900182182,0.15372517456988796,0.34591620766364095,0.16763438952570303,0.15372517456988796,0.46944381518193445,0.005500558183799443,0.15372517456988796,0.4371262450302915,0.004932202801657948,0.5,0.15372517456988796,0.18979188881833947,0.015953865162902037,0.0,0.7694908009571846,0.2559623041176061 -2702,0.5,0.15372517456988796,0.3273377061012897,0.35394666365042665,0.15372517456988796,0.577936358228665,0.5783647932150637,0.15372517456988796,0.2690061022034006,0.025350002243214827,0.15372517456988796,0.2386680190526754,0.02336357335442369,0.15372517456988796,0.4328923117338115,0.07600042274774985,0.15372517456988796,0.5540727717868102,0.006275348234680801,0.15372517456988796,0.41726807686538153,0.007150808209036078,0.15372517456988796,0.3487255152294221,0.0032843086602601947,0.5,0.15372517456988796,0.3101820710508258,0.001481273406593905,0.15372517456988796,0.27490386041581577,0.03679844503455945,0.5,0.15372517456988796,0.36172468858831885,0.0010142330243133916,0.15372517456988796,0.3059007967462818,0.012869583920346404,0.15372517456988796,0.5117513342199724,0.754773464647275,0.15372517456988796,0.42656878017323263,0.32638264615443147,0.15372517456988796,0.3949240584223628,0.1928747523720709,0.15372517456988796,0.3862242544349957,0.0070735278054432985,0.15372517456988796,0.3959455244785617,0.0032877412161820686,0.5,0.15372517456988796,0.20839890813636136,0.014739983265052423,0.0,0.821503751054047,0.2925451604263612 -2703,0.5,0.15372517456988796,0.27121290217468175,0.37318922322245884,0.15372517456988796,0.53563243871403,0.5544591482837617,0.15372517456988796,0.2252806600068229,0.03645620068238217,0.15372517456988796,0.19557627201807118,0.02135739452867855,0.15372517456988796,0.3343648332458573,0.07182033570038303,0.15372517456988796,0.413583043267269,0.004895818039721376,0.15372517456988796,0.3715622866045928,0.008363542696469594,0.15372517456988796,0.30024513374392053,0.00496745079928829,0.5,0.15372517456988796,0.3400604730094307,0.0024059669794789977,0.15372517456988796,0.287561477614292,0.03236158214885629,0.5,0.15372517456988796,0.31407753696751634,5.18395171394786e-05,0.15372517456988796,0.2903855075635118,0.011025724102961475,0.15372517456988796,0.4714608684165634,0.7644744223254117,0.15372517456988796,0.4493675167630228,0.3565660373028851,0.15372517456988796,0.33909840989601125,0.1729187465149764,0.15372517456988796,0.2995970503723956,0.004046977214453835,0.15372517456988796,0.31785322941018024,0.0021899373634680194,0.5,0.15372517456988796,0.20633701637782242,0.011150124529029477,0.0,0.8995544918982363,0.34256432187719715 -2704,0.5,0.15372517456988796,0.19768023319789205,0.3468084169079566,0.15372517456988796,0.4418370416414499,0.5467238166831389,0.15372517456988796,0.1685193795218043,0.04491015592790687,0.15372517456988796,0.20739243531862472,0.021115667175393375,0.15372517456988796,0.19094617128694696,0.04333055121822507,0.15372517456988796,0.33618347157334605,0.005954317976951482,0.15372517456988796,0.19555053978057857,0.011989688931543117,0.15372517456988796,0.28559251047863204,0.004271361188688645,0.5,0.15372517456988796,0.22381543604701679,0.004223094623398897,0.15372517456988796,0.15180486816661054,0.017821924113515818,0.5,0.15372517456988796,0.18761333766863544,6.563069378453822e-05,0.15372517456988796,0.2251198863529661,0.011547721166185347,0.15372517456988796,0.37115467764774174,0.7585278566536705,0.15372517456988796,0.28306142591286804,0.32146398050818353,0.15372517456988796,0.3008471136209722,0.16603177427284507,0.15372517456988796,0.26015204585145235,0.0033757371716793545,0.15372517456988796,0.2548313975713207,0.001994039289750717,0.5,0.15372517456988796,0.15106030165973103,0.007589295802842662,0.0,0.9639418700070805,0.40303214601976084 -2705,0.5,0.15372517456988796,0.14291582949073114,0.3189258734576255,0.15372517456988796,0.31689979913905586,0.5462851856022477,0.15372517456988796,0.08385936382747841,0.04348093729622786,0.15372517456988796,0.0893295397021069,0.01770893007110633,0.15372517456988796,0.21898711813227445,0.04411579923009016,0.15372517456988796,0.24344290058776397,0.004142732159838692,0.15372517456988796,0.2005138756024001,0.004879596540279181,0.15372517456988796,0.1676980864493165,0.005285071317911082,0.5,0.15372517456988796,0.16889250416350005,0.007758014386382988,0.15372517456988796,0.0906840284404068,0.018419802323943163,0.5,0.15372517456988796,0.2335349705431893,0.00232081325708155,0.15372517456988796,0.14474474325706263,0.00986240535177441,0.15372517456988796,0.25391232499256083,0.7467798656558661,0.15372517456988796,0.27332036105664026,0.3143402195631247,0.15372517456988796,0.17369416500335516,0.16683288002732924,0.15372517456988796,0.14996777058300545,0.0035678027116130616,0.15372517456988796,0.15644943326957717,0.006435133856102305,0.5,0.15372517456988796,0.08779796121887438,0.005539775103263485,0.0,0.9926727337209846,0.4418442423179365 -2706,0.5,0.15372517456988796,0.0810583507192671,0.30680564375458536,0.15372517456988796,0.1770023128240533,0.4143629246649169,0.15372517456988796,0.031387917432926,0.025384156619005224,0.15372517456988796,0.05914740285851702,0.020340755820147757,0.15372517456988796,0.07119779367778106,0.020880699328991916,0.15372517456988796,0.14116876132517764,0.007561595447418204,0.15372517456988796,0.10687224206607956,0.002247889183720378,0.15372517456988796,0.13129054967477413,0.0048823130676975334,0.5,0.15372517456988796,0.12518370575488766,0.010093556157404695,0.15372517456988796,0.03391828479534818,0.015631598669875464,0.5,0.15372517456988796,0.1253519472459414,0.01143886499146882,0.15372517456988796,0.07737994165441697,0.008087852881311147,0.15372517456988796,0.13079689601133238,0.719983495957762,0.15372517456988796,0.15456192061815976,0.28226250263322583,0.15372517456988796,0.0945192422776838,0.12142878066194877,0.15372517456988796,0.06727164204107997,0.0021910391265421254,0.15372517456988796,0.08118551803563266,0.015573570159259456,0.5,0.15372517456988796,0.032528746430752764,0.0041771367879506055,0.0,1.003505751527583,0.5129791762163595 -2707,0.5,0.15372517456988796,0.01299925985294307,0.30909555762091456,0.15372517456988796,0.03331984139504801,0.2224702921271824,0.15372517456988796,0.006561474966394185,0.014448346038732974,0.15372517456988796,0.0016179222125672298,0.02782234789155409,0.15372517456988796,0.03880313147259633,0.028713218353484542,0.15372517456988796,0.054659815564696485,0.003297279173045096,0.15372517456988796,0.03794920233608225,0.004496110716097808,0.15372517456988796,0.029093343306254404,0.004970102594731121,0.5,0.15372517456988796,0.03147129769582718,0.010843886294564632,0.15372517456988796,0.0030534573718972247,0.01911614159089956,0.5,0.15372517456988796,0.03593154684736613,0.010463627577907836,0.15372517456988796,0.014285679577035078,0.00602977241192983,0.15372517456988796,0.03119725063654014,0.6815984757580971,0.15372517456988796,0.05111146503096618,0.2202523523982002,0.15372517456988796,0.023119418310975914,0.08841810041690748,0.15372517456988796,0.028361331117783006,0.0047598407867411145,0.15372517456988796,0.013704806331376416,0.018714047197661367,0.5,0.15372517456988796,0.00019456776282504866,0.0035188144718795887,0.0,1.004861941922997,0.6419285486520784 -2708,0.5,0.15372517456988796,0.0,0.3109864495622334,0.15372517456988796,0.0,0.14976860244308915,0.15372517456988796,0.0,0.007679084961017088,0.15372517456988796,0.0,0.031792842659074734,0.15372517456988796,0.0,0.05464488732600524,0.15372517456988796,0.0,0.003534177382467341,0.15372517456988796,0.0,0.008979178593334955,0.15372517456988796,0.0,0.006897648863277992,0.5,0.15372517456988796,0.0,0.01622028478851773,0.15372517456988796,0.0,0.021730870140301818,0.5,0.15372517456988796,0.0,0.014022904201460202,0.15372517456988796,0.0,0.006830796705631417,0.15372517456988796,0.0,0.6693986308608971,0.15372517456988796,0.0,0.2071709258896444,0.15372517456988796,0.0,0.06601793175240495,0.15372517456988796,0.0,0.008596010855065209,0.15372517456988796,0.0,0.02035307141373805,0.5,0.15372517456988796,0.0,0.0023608698816861002,0.0,1.0036398958420998,0.721048580808968 -2709,0.5,0.15372517456988796,0.0,0.3179954156099583,0.15372517456988796,0.0,0.18988043509092414,0.15372517456988796,0.0,0.004268794975246007,0.15372517456988796,0.0,0.03857370751067799,0.15372517456988796,0.0,0.07198747426587235,0.15372517456988796,0.0,0.004255982007929046,0.15372517456988796,0.0,0.008369476695472763,0.15372517456988796,0.0,0.009667208900214046,0.5,0.15372517456988796,0.0,0.014570314441477366,0.15372517456988796,0.0,0.024656328353554777,0.5,0.15372517456988796,0.0,0.010468617568856038,0.15372517456988796,0.0,0.008797912421911393,0.15372517456988796,0.0,0.7095640353449836,0.15372517456988796,0.0,0.20769265828545813,0.15372517456988796,0.0,0.055356409957097646,0.15372517456988796,0.0,0.007068666412530428,0.15372517456988796,0.0,0.013272359486723635,0.5,0.15372517456988796,0.0,0.0011006799039475841,0.0,1.0003593700254954,0.7873644711483777 -2710,0.5,0.15372517456988796,0.0,0.31972622669486334,0.15372517456988796,0.0,0.2722628749339071,0.15372517456988796,0.0,0.004300365615124388,0.15372517456988796,0.0,0.04947787503919579,0.15372517456988796,0.0,0.06154610221788352,0.15372517456988796,0.0,0.004225818204300597,0.15372517456988796,0.0,0.0036377762378073854,0.15372517456988796,0.0,0.011971974527507461,0.5,0.15372517456988796,0.0,0.0121313719239371,0.15372517456988796,0.0,0.02359750761494106,0.5,0.15372517456988796,0.0,0.0035366880692316023,0.15372517456988796,0.0,0.007246022387562944,0.15372517456988796,0.0,0.7493342577502607,0.15372517456988796,0.0,0.20639239539327703,0.15372517456988796,0.0,0.06378596570681382,0.15372517456988796,0.0,0.0029573786718126967,0.15372517456988796,0.0,0.008663498187689037,0.5,0.15372517456988796,0.0,0.0013824626434836079,0.0,0.999966525831459,0.8124701059441859 -2711,0.5,0.15372517456988796,0.0,0.32312618826798445,0.15372517456988796,0.0,0.3187829138873692,0.15372517456988796,0.0,0.004164954582686944,0.15372517456988796,0.0,0.052285254061908815,0.15372517456988796,0.0,0.049174026696346185,0.15372517456988796,0.0,0.004632571410896982,0.15372517456988796,0.0,0.0013219005445201152,0.15372517456988796,0.0,0.014395220899627956,0.5,0.15372517456988796,0.0,0.012452922819930138,0.15372517456988796,0.0,0.01832766221068253,0.5,0.15372517456988796,0.0,0.0009483474365753953,0.15372517456988796,0.0,0.006422474963739937,0.15372517456988796,0.0,0.784325682426773,0.15372517456988796,0.0,0.21975899586111228,0.15372517456988796,0.0,0.07447745427408382,0.15372517456988796,0.0,0.002118520118972009,0.15372517456988796,0.0,0.005651948014985772,0.5,0.15372517456988796,0.0,0.00125145178359907,0.0,0.9969065768154958,0.818259456331508 -2712,0.5,0.15372517456988796,0.0,0.3132599747910624,0.15372517456988796,0.0,0.2559108368435371,0.15372517456988796,0.0,0.0032715367218288044,0.15372517456988796,0.0,0.04672500488351805,0.15372517456988796,0.0,0.055344058115472834,0.15372517456988796,0.0,0.0053272557792161486,0.15372517456988796,0.0,0.0018534161777588047,0.15372517456988796,0.0,0.015323052455010627,0.5,0.15372517456988796,0.0,0.011934603770842543,0.15372517456988796,0.0,0.012379185516282384,0.5,0.15372517456988796,0.0,0.0004465216347170837,0.15372517456988796,0.0,0.006535601452041077,0.15372517456988796,0.0,0.7514357529592701,0.15372517456988796,0.0,0.22568807422408152,0.15372517456988796,0.0,0.06368680797042485,0.15372517456988796,0.0,0.002545632580286811,0.15372517456988796,0.0,0.004704218271921325,0.5,0.15372517456988796,0.0,0.0006523643250936106,0.0,0.9838036887807385,0.834586080995702 -2713,0.5,0.15372517456988796,0.0,0.29383153852665567,0.15372517456988796,0.0,0.21589229188811648,0.15372517456988796,0.0,0.002001314428557438,0.15372517456988796,0.0,0.045994963981326464,0.15372517456988796,0.0,0.0603138225681854,0.15372517456988796,0.0,0.006182663499882087,0.15372517456988796,0.0,0.005249862202645006,0.15372517456988796,0.0,0.014113731979659625,0.5,0.15372517456988796,0.0,0.010643353376386677,0.15372517456988796,0.0,0.006693299987643197,0.5,0.15372517456988796,0.0,0.00062536556039583,0.15372517456988796,0.0,0.007897441414566914,0.15372517456988796,0.0,0.6833569953078847,0.15372517456988796,0.0,0.19195682111634896,0.15372517456988796,0.0,0.04866418284422409,0.15372517456988796,0.0,0.004778586559135342,0.15372517456988796,0.0,0.004251069166585625,0.5,0.15372517456988796,0.0,0.0008998095924662593,0.0,0.9739475278581836,0.8715817579343599 -2714,0.5,0.15372517456988796,0.0,0.267367889461591,0.15372517456988796,0.0,0.1742327815014462,0.15372517456988796,0.0,0.0010036077046120255,0.15372517456988796,0.0,0.05713314642845134,0.15372517456988796,0.0,0.048498481545682336,0.15372517456988796,0.0,0.006283693079196372,0.15372517456988796,0.0,0.006837688036363128,0.15372517456988796,0.0,0.013178250125571578,0.5,0.15372517456988796,0.0,0.009178268985338387,0.15372517456988796,0.0,0.0036979372846814343,0.5,0.15372517456988796,0.0,0.0008063731523735302,0.15372517456988796,0.0,0.0072900701078718036,0.15372517456988796,0.0,0.625240325900273,0.15372517456988796,0.0,0.15714007371033445,0.15372517456988796,0.0,0.04083048685970766,0.15372517456988796,0.0,0.0056183023791305155,0.15372517456988796,0.0,0.0038045297787014246,0.5,0.15372517456988796,0.0,0.0017491269994529973,0.0,0.9592653376783535,0.855050514570382 -2715,0.5,0.15372517456988796,0.0,0.25161434352770184,0.15372517456988796,0.0,0.128823947625128,0.15372517456988796,0.0,0.0006107251168309267,0.15372517456988796,0.0,0.06272732113801376,0.15372517456988796,0.0,0.034106429109674874,0.15372517456988796,0.0,0.005904751100725494,0.15372517456988796,0.0,0.006164691981800916,0.15372517456988796,0.0,0.013283684541952407,0.5,0.15372517456988796,0.0,0.008676371950161993,0.15372517456988796,0.0,0.0023944019881515844,0.5,0.15372517456988796,0.0,0.0007303556887943474,0.15372517456988796,0.0,0.006381313481184524,0.15372517456988796,0.0,0.5649164720375766,0.15372517456988796,0.0,0.14622300454382786,0.15372517456988796,0.0,0.03563189535624289,0.15372517456988796,0.0,0.004908526474796211,0.15372517456988796,0.0,0.003371707541069493,0.5,0.15372517456988796,0.0,0.0027484111268069556,0.0,0.9494292007995224,0.7711102135242687 -2716,0.5,0.15372517456988796,0.0,0.2410725003755127,0.15372517456988796,0.0,0.13061708134828853,0.15372517456988796,0.0,0.0008009180600612511,0.15372517456988796,0.0,0.06428116443083122,0.15372517456988796,0.0,0.02049410419987078,0.15372517456988796,0.0,0.006070015598180718,0.15372517456988796,0.0,0.0064765654529133874,0.15372517456988796,0.0,0.015699432087118586,0.5,0.15372517456988796,0.0,0.008826169291104772,0.15372517456988796,0.0,0.0022401745472105075,0.5,0.15372517456988796,0.0,0.0006140244056661504,0.15372517456988796,0.0,0.005123466698711973,0.15372517456988796,0.0,0.5200676858990657,0.15372517456988796,0.0,0.12427643821968974,0.15372517456988796,0.0,0.03423379865257916,0.15372517456988796,0.0,0.003965279435175534,0.15372517456988796,0.0,0.002968723551830731,0.5,0.15372517456988796,0.0,0.004189024573987655,0.0,0.9437289990675749,0.7003693971128903 -2717,0.5,0.15372517456988796,0.0,0.22616672009149089,0.15372517456988796,0.0,0.12696559403386598,0.15372517456988796,0.0,0.001392857098835964,0.15372517456988796,0.0,0.06314581112035507,0.15372517456988796,0.0,0.013888312025292771,0.15372517456988796,0.0,0.008425744428975316,0.15372517456988796,0.0,0.007750965803074283,0.15372517456988796,0.0,0.019121600338622754,0.5,0.15372517456988796,0.0,0.00883794340961911,0.15372517456988796,0.0,0.002308449423438864,0.5,0.15372517456988796,0.0,0.0004516074877009414,0.15372517456988796,0.0,0.004628640439167692,0.15372517456988796,0.0,0.48795343344421516,0.15372517456988796,0.0,0.10033724340268899,0.15372517456988796,0.0,0.03400108510026683,0.15372517456988796,0.0,0.003551442817651396,0.15372517456988796,0.0,0.0028675381537121504,0.5,0.15372517456988796,0.0,0.004617858018420042,0.0,0.928556307643864,0.6989594019825707 -2718,0.5,0.15372517456988796,0.005822971575765737,0.22087373420081394,0.15372517456988796,6.34555826535757e-05,0.12711149223980894,0.15372517456988796,0.0014977993014496564,0.0022261724212405466,0.15372517456988796,0.0015651414826326178,0.06247408464282565,0.15372517456988796,0.00040015734101922615,0.013438822887050983,0.15372517456988796,1.9701826455856872e-05,0.01342424350608926,0.15372517456988796,0.0004357244012786324,0.007315323722266063,0.15372517456988796,5.553787327956313e-05,0.023951150528452307,0.5,0.15372517456988796,6.817199918578028e-05,0.009981579735687203,0.15372517456988796,0.0016951713429545134,0.002147440830208426,0.5,0.15372517456988796,0.00026032623619875594,0.0003797190772969248,0.15372517456988796,0.0001348596864925881,0.004727370317138627,0.15372517456988796,0.00037858047510898785,0.4469563976841904,0.15372517456988796,0.0007525431076815411,0.08651986232382775,0.15372517456988796,0.0009063412445697607,0.03205975096733903,0.15372517456988796,0.0009027534506899871,0.003744481844544337,0.15372517456988796,0.0013766953366868577,0.002402414657531836,0.5,0.15372517456988796,0.002454240349646456,0.003621900948962431,0.0,0.8970934589386083,0.6770869458769393 -2719,0.5,0.15372517456988796,0.0511779459308779,0.22804026754351656,0.15372517456988796,0.0022368593538176166,0.11720536187974838,0.15372517456988796,0.03134603674007534,0.0037501132355124817,0.15372517456988796,0.02015508418902266,0.062416728078741136,0.15372517456988796,0.013360189768910308,0.011890828334991178,0.15372517456988796,0.022453755502782845,0.01620664646839906,0.15372517456988796,0.03320443340071891,0.006332913676066016,0.15372517456988796,0.019485469473223847,0.027930758899507344,0.5,0.15372517456988796,0.02634903189097283,0.013149479864618249,0.15372517456988796,0.062218152184086745,0.0008470721918568949,0.5,0.15372517456988796,0.028956165802610102,0.0003917554830020913,0.15372517456988796,0.017149660314030143,0.006018308536253083,0.15372517456988796,0.011182372180662438,0.414747271889214,0.15372517456988796,0.0197529585270273,0.07703553420782841,0.15372517456988796,0.020219414207931108,0.032315795686046825,0.15372517456988796,0.03034255993592213,0.0029483708430930906,0.15372517456988796,0.03187823305190758,0.0016425998377436544,0.5,0.15372517456988796,0.04843457876734715,0.002398262253181386,0.0,0.8444501794481383,0.5843250038543512 -2720,0.5,0.15372517456988796,0.13140704685566762,0.24674834056215755,0.15372517456988796,0.05114644986517949,0.11076245850221038,0.15372517456988796,0.08915643061807535,0.006746759744806511,0.15372517456988796,0.06090565915579385,0.06426695209044746,0.15372517456988796,0.026457341602299386,0.008549427193475163,0.15372517456988796,0.06289341833765216,0.025945160627817883,0.15372517456988796,0.07004418606156985,0.005533888901059221,0.15372517456988796,0.046584718579164214,0.029997984121157815,0.5,0.15372517456988796,0.06699590978371436,0.027061746118942437,0.15372517456988796,0.1767398738435574,0.0009658878699466198,0.5,0.15372517456988796,0.0676954990447575,0.0010306152907980327,0.15372517456988796,0.04586822107466253,0.011368795309079265,0.15372517456988796,0.033925807537514376,0.39394150111938436,0.15372517456988796,0.043018073396363384,0.06913539790192542,0.15372517456988796,0.05623193984057491,0.036208570730635097,0.15372517456988796,0.07618010399084457,0.003685690276474753,0.15372517456988796,0.08298004434830754,0.0029088773200026275,0.5,0.15372517456988796,0.10237031688194995,0.003968627945251172,0.0,0.789236894434034,0.4410192650114956 -2721,0.5,0.15372517456988796,0.235317402590205,0.2701520531678128,0.15372517456988796,0.1024552551890785,0.11281383527194876,0.15372517456988796,0.15279589288510928,0.012287632346687146,0.15372517456988796,0.13058637120267874,0.08208078544211518,0.15372517456988796,0.06267704361244995,0.006702988381771675,0.15372517456988796,0.10554296337637192,0.03134750168422546,0.15372517456988796,0.09958891335908178,0.007221324933597251,0.15372517456988796,0.07477508660521438,0.036033027479086675,0.5,0.15372517456988796,0.10697635125135649,0.04720577137412715,0.15372517456988796,0.31025552973696613,0.018089717848571597,0.5,0.15372517456988796,0.112182294803435,0.003786726952522487,0.15372517456988796,0.08473858276788614,0.018437055041139284,0.15372517456988796,0.10011879297818299,0.38438939411559,0.15372517456988796,0.08049548773553819,0.06584091334728676,0.15372517456988796,0.10036752972969153,0.04010956522994506,0.15372517456988796,0.13496242810348724,0.005168280786344847,0.15372517456988796,0.1416379297083498,0.009308997793852256,0.5,0.15372517456988796,0.15849212026474221,0.012114981962786757,0.0,0.8074637490196828,0.3273602234673923 -2722,0.5,0.15372517456988796,0.35694111912413334,0.299854842542927,0.15372517456988796,0.16896934667369373,0.10096442866929613,0.15372517456988796,0.2068167464853819,0.02087882001763155,0.15372517456988796,0.20865308208430242,0.11928745203412963,0.15372517456988796,0.10433112894688082,0.008457247126152315,0.15372517456988796,0.13497199736829937,0.020023514148474954,0.15372517456988796,0.11359994947248878,0.0035540650679950427,0.15372517456988796,0.10787532042760783,0.03212567802169722,0.5,0.15372517456988796,0.13128222772616688,0.05480518108029256,0.15372517456988796,0.3885607589966709,0.0681258620927673,0.5,0.15372517456988796,0.1175252619846732,0.016716254567735025,0.15372517456988796,0.11955540703292696,0.02325180352688206,0.15372517456988796,0.1838195603272367,0.3988176735423529,0.15372517456988796,0.10826357661362399,0.06105476457931649,0.15372517456988796,0.14703770264129745,0.04044609329921768,0.15372517456988796,0.21244094661732577,0.004776092947584787,0.15372517456988796,0.19013334875480267,0.015420935041888387,0.5,0.15372517456988796,0.23471744212898366,0.026397567410387693,0.0,0.8201621044882678,0.26025915128678084 -2723,0.5,0.15372517456988796,0.44250983492302653,0.3383611893288548,0.15372517456988796,0.26249211662994865,0.12152458394431435,0.15372517456988796,0.24618327664610015,0.033376223539779766,0.15372517456988796,0.26870532942179903,0.19504642952896772,0.15372517456988796,0.15163760646282576,0.007096185632531928,0.15372517456988796,0.1642828160401907,0.01343421964850823,0.15372517456988796,0.14426941307568908,0.0012035870493705097,0.15372517456988796,0.12562476239756148,0.02708139207388826,0.5,0.15372517456988796,0.1871597652068771,0.06177017574355177,0.15372517456988796,0.4429413443994784,0.09191531426743958,0.5,0.15372517456988796,0.13680487513478337,0.03339966284849638,0.15372517456988796,0.13971669111144602,0.02351193819016827,0.15372517456988796,0.2687402949011979,0.36008405086850337,0.15372517456988796,0.13453165523260346,0.0555682766625809,0.15372517456988796,0.18602599942195377,0.050718704592542525,0.15372517456988796,0.2659654590551003,0.0037364347504082467,0.15372517456988796,0.2517849026104668,0.02267355412596086,0.5,0.15372517456988796,0.2806550322783683,0.031761072550937644,0.0,0.8401177095565353,0.21575203732092962 -2724,0.5,0.15372517456988796,0.4777606806209388,0.3855936364923134,0.15372517456988796,0.3240942295735126,0.15213549645939844,0.15372517456988796,0.24934192995247956,0.060606862500007186,0.15372517456988796,0.2480530520813649,0.2209109727074016,0.15372517456988796,0.21405376143076188,0.01735988615967255,0.15372517456988796,0.18869481402562727,0.016459240324580852,0.15372517456988796,0.15263042746214572,0.0005040122369323734,0.15372517456988796,0.1354831038901833,0.025068591161885423,0.5,0.15372517456988796,0.16318403060698763,0.06610018810027718,0.15372517456988796,0.4586485408248978,0.10114825072637021,0.5,0.15372517456988796,0.19715649729162693,0.060606004556411325,0.15372517456988796,0.19507044588156036,0.02591016820892873,0.15372517456988796,0.3240964576383872,0.39138668573386537,0.15372517456988796,0.14496761996908109,0.06404376516358544,0.15372517456988796,0.21609706471655965,0.07190609473703614,0.15372517456988796,0.31621834758096795,0.002906084254366693,0.15372517456988796,0.31546071603115355,0.02954046195734766,0.5,0.15372517456988796,0.32747774801668883,0.024069130382903668,0.0,0.8503724670023114,0.14605742056408794 -2725,0.5,0.15372517456988796,0.4675175334537487,0.4269084640480175,0.15372517456988796,0.32423491142328853,0.226443962333477,0.15372517456988796,0.22505474618685758,0.12118278879365332,0.15372517456988796,0.2784330295371009,0.22091628395015173,0.15372517456988796,0.20577491660125719,0.01381758851084992,0.15372517456988796,0.18386794363665757,0.025161743776243622,0.15372517456988796,0.261151342054434,0.0007733662454911057,0.15372517456988796,0.1700775663004177,0.023817450457968264,0.5,0.15372517456988796,0.17447350086799773,0.07604854766651062,0.15372517456988796,0.4625490459522995,0.10958119316940564,0.5,0.15372517456988796,0.16702454458431795,0.08173767354498311,0.15372517456988796,0.2713993668073484,0.037603035554977716,0.15372517456988796,0.3338924856933003,0.44626964633431754,0.15372517456988796,0.18283095632344526,0.08881968217309971,0.15372517456988796,0.23892515431401323,0.11743465547697159,0.15372517456988796,0.23650088714989728,0.0029868826083940744,0.15372517456988796,0.32419474018652117,0.03993267952182422,0.5,0.15372517456988796,0.36476401998371905,0.02414564213699827,0.0,0.8623426626290576,0.09280147557242094 -2726,0.5,0.15372517456988796,0.43507269821319416,0.4338079341318266,0.15372517456988796,0.2683475362494954,0.3080140389800415,0.15372517456988796,0.26140902542950306,0.19629307647047756,0.15372517456988796,0.24644707347433942,0.2091579889755531,0.15372517456988796,0.26486820889067464,0.012054299253003527,0.15372517456988796,0.2584609786779636,0.03195113876191739,0.15372517456988796,0.28793951787705513,0.0032045404275486524,0.15372517456988796,0.24511695467062303,0.02286783427004835,0.5,0.15372517456988796,0.24383574936633412,0.08430796017641075,0.15372517456988796,0.4917974850293838,0.10521031557729027,0.5,0.15372517456988796,0.16747700878560756,0.08160895603601763,0.15372517456988796,0.3149904147092595,0.045292262677402294,0.15372517456988796,0.317725467640545,0.5081547436911675,0.15372517456988796,0.1532372496972793,0.11186724542989776,0.15372517456988796,0.24233706960310294,0.1832314808881055,0.15372517456988796,0.17440538210731482,0.005045880372815165,0.15372517456988796,0.40272534621536205,0.05017422652569912,0.5,0.15372517456988796,0.406582353317099,0.033835151198654774,0.0,0.876960456412038,0.06028537717803746 -2727,0.5,0.15372517456988796,0.3102762155918123,0.4221692419992079,0.15372517456988796,0.13904316761462177,0.2339290022210414,0.15372517456988796,0.26791632467255316,0.21610130630311639,0.15372517456988796,0.23671938646617813,0.21153085436321373,0.15372517456988796,0.16934018899434838,0.005258255666473841,0.15372517456988796,0.27881153914261964,0.027775957176794427,0.15372517456988796,0.21640452724252815,0.006786245538916882,0.15372517456988796,0.21159097756030068,0.020472142208987045,0.5,0.15372517456988796,0.2661820109789209,0.0931123868564357,0.15372517456988796,0.48081122982159413,0.10149151512286606,0.5,0.15372517456988796,0.18970831512229977,0.05423371128140026,0.15372517456988796,0.293119228834919,0.04603136692680677,0.15372517456988796,0.298896713400446,0.5544678860247998,0.15372517456988796,0.1615973566090794,0.10129074666888732,0.15372517456988796,0.17295387868509673,0.20791785750082264,0.15372517456988796,0.13343028631569032,0.005119448732355932,0.15372517456988796,0.4077846507638464,0.06542387077845185,0.5,0.15372517456988796,0.2906451082074207,0.053193745136637584,0.0,0.9016976377370888,0.04864755580490692 -2728,0.5,0.15372517456988796,0.2063594995379645,0.39037168817119955,0.15372517456988796,0.0971530563504423,0.17848704382934935,0.15372517456988796,0.20378123097384868,0.23101619514914007,0.15372517456988796,0.18321977934695588,0.2058169343545868,0.15372517456988796,0.13846457072636742,0.004687504326866955,0.15372517456988796,0.29053884706414107,0.028990800786410597,0.15372517456988796,0.1029683101245224,0.005774881120349364,0.15372517456988796,0.1918583689415751,0.023801195023456144,0.5,0.15372517456988796,0.21620968069582402,0.10351962965197697,0.15372517456988796,0.39993207166586364,0.10475725439706134,0.5,0.15372517456988796,0.233866534540356,0.05542090663337497,0.15372517456988796,0.23165915294432243,0.04609868676806035,0.15372517456988796,0.2289426582195878,0.5263508761931689,0.15372517456988796,0.0982441852745537,0.08181612081389017,0.15372517456988796,0.16456872555121843,0.19252895069970027,0.15372517456988796,0.10088618330398708,0.0034029021626273497,0.15372517456988796,0.35874623568055913,0.08965990687956726,0.5,0.15372517456988796,0.22895607431130016,0.08663116338800159,0.0,0.9247601658431258,0.04092574445210694 -2729,0.5,0.15372517456988796,0.14483589993395413,0.3563033485587628,0.15372517456988796,0.0579119793572733,0.08380018140832489,0.15372517456988796,0.14024285791500168,0.2310170448129624,0.15372517456988796,0.08530350331803857,0.16347183194099082,0.15372517456988796,0.06664331657358079,0.005961105380352716,0.15372517456988796,0.2450404615987294,0.030379511490924445,0.15372517456988796,0.05455283744987724,0.002790832682119857,0.15372517456988796,0.1865824836324244,0.02929995811418109,0.5,0.15372517456988796,0.12066472344689227,0.10190525126324239,0.15372517456988796,0.24625186967178345,0.09998532942720934,0.5,0.15372517456988796,0.21382147264658713,0.06764601097077984,0.15372517456988796,0.1690528760616805,0.04075701250237824,0.15372517456988796,0.1365998123642505,0.4862117287360362,0.15372517456988796,0.061438551301486094,0.07813124206928904,0.15372517456988796,0.08668842957359733,0.1215027660142286,0.15372517456988796,0.07382454540212047,0.0029868211595943817,0.15372517456988796,0.23729077097787127,0.09955152314061659,0.5,0.15372517456988796,0.15187174067278858,0.16019735831165488,0.0,0.9314726387820212,0.03544395816179557 -2730,0.5,0.15372517456988796,0.07356875444133194,0.29473361521300573,0.15372517456988796,0.023880918801012244,0.058914754872399534,0.15372517456988796,0.07541257819980272,0.21312027082701593,0.15372517456988796,0.0376736164436077,0.10863784139505694,0.15372517456988796,0.04083771777461847,0.011930906988488211,0.15372517456988796,0.16229496098924073,0.026213514051977846,0.15372517456988796,0.06248034098458693,0.001090442227566046,0.15372517456988796,0.12122255782359911,0.033382975042104544,0.5,0.15372517456988796,0.0587784959373346,0.08800479337823754,0.15372517456988796,0.12967638547281843,0.05823649568657057,0.5,0.15372517456988796,0.12485503237428983,0.0711604741484719,0.15372517456988796,0.09839903152168297,0.02479514297324598,0.15372517456988796,0.04618916374275109,0.49210669923784545,0.15372517456988796,0.04321004166300766,0.08736648034409886,0.15372517456988796,0.04029437991925683,0.0893656713013597,0.15372517456988796,0.04039822523418213,0.009147382522825482,0.15372517456988796,0.11769816167730432,0.12893707505293578,0.5,0.15372517456988796,0.07198317314070256,0.18949419976317927,0.0,0.9326788616325616,0.025943678913691117 -2731,0.5,0.15372517456988796,0.010188208255948482,0.23378601160230242,0.15372517456988796,0.004629386965307689,0.07218534304559532,0.15372517456988796,0.00972341931455656,0.19541642309410331,0.15372517456988796,0.0013861563945856787,0.08416115397125068,0.15372517456988796,0.024603083931430042,0.02356519288604964,0.15372517456988796,0.05353932711926259,0.013062280117378372,0.15372517456988796,0.013087055982350031,0.0015921787171390147,0.15372517456988796,0.033547546494619065,0.015542821834555888,0.5,0.15372517456988796,0.014809234386033628,0.05750822104648594,0.15372517456988796,0.018520565667217475,0.050087106122027235,0.5,0.15372517456988796,0.034615429202510394,0.046954988873584326,0.15372517456988796,0.022836830529134426,0.02110819303952728,0.15372517456988796,0.008746277950244987,0.5139029996962557,0.15372517456988796,0.006594615028967393,0.08804490271996654,0.15372517456988796,0.010683033857771296,0.08427962204027198,0.15372517456988796,0.009184287025810488,0.0160679832974999,0.15372517456988796,0.017271018757489882,0.14211870888530967,0.5,0.15372517456988796,0.0008091995398575058,0.1282363662835126,0.0,0.914869027625087,0.022425295077311704 -2732,0.5,0.15372517456988796,0.0,0.17780718386839267,0.15372517456988796,0.0,0.13510181096770313,0.15372517456988796,0.0,0.1622307980064771,0.15372517456988796,0.0,0.07789526397920417,0.15372517456988796,0.0,0.02988711520135963,0.15372517456988796,0.0,0.013291699221649163,0.15372517456988796,0.0,0.0021773512738341456,0.15372517456988796,0.0,0.015085464629851067,0.5,0.15372517456988796,0.0,0.050126615935938715,0.15372517456988796,0.0,0.05582198364094939,0.5,0.15372517456988796,0.0,0.047943359295560616,0.15372517456988796,0.0,0.02859091701181286,0.15372517456988796,9.452432541612716e-06,0.5717095234042026,0.15372517456988796,5.267755588684546e-07,0.08999097760718203,0.15372517456988796,0.0,0.12571886765430504,0.15372517456988796,0.0,0.023326362039107332,0.15372517456988796,0.0,0.15820437424872913,0.5,0.15372517456988796,0.0,0.09888778541622281,0.0,0.8736698139405399,0.02443096981442161 -2733,0.5,0.15372517456988796,0.0,0.14299914042043285,0.15372517456988796,0.0,0.20541982198566835,0.15372517456988796,0.0,0.14047870480693667,0.15372517456988796,0.0,0.0767956790301525,0.15372517456988796,0.0,0.028681536383373018,0.15372517456988796,0.0,0.009129522615231346,0.15372517456988796,0.0,0.0031317334395831566,0.15372517456988796,0.0,0.011816816374868474,0.5,0.15372517456988796,0.0,0.0478227661275243,0.15372517456988796,0.0,0.04800104455721473,0.5,0.15372517456988796,0.0,0.048043054792337725,0.15372517456988796,0.0,0.03817136862641431,0.15372517456988796,0.0,0.6063490552924605,0.15372517456988796,0.0,0.0902596100609386,0.15372517456988796,0.0,0.17750307427068304,0.15372517456988796,0.0,0.02446806683389609,0.15372517456988796,0.0,0.15466406703714916,0.5,0.15372517456988796,0.0,0.08354968014943746,0.0,0.8255377026052759,0.04680761080760734 -2734,0.5,0.15372517456988796,0.0,0.1280950331485189,0.15372517456988796,0.0,0.2502799231596985,0.15372517456988796,0.0,0.11281714148391168,0.15372517456988796,0.0,0.08046507103601849,0.15372517456988796,0.0,0.0277468005885554,0.15372517456988796,0.0,0.005839384963899939,0.15372517456988796,0.0,0.005747859658072722,0.15372517456988796,0.0,0.010089251468901477,0.5,0.15372517456988796,0.0,0.038600873915420456,0.15372517456988796,0.0,0.040188651644361945,0.5,0.15372517456988796,0.0,0.1004606001139656,0.15372517456988796,0.0,0.05648086338995272,0.15372517456988796,0.0,0.5768185023763398,0.15372517456988796,0.0,0.09593214002187506,0.15372517456988796,0.0,0.2049458424095881,0.15372517456988796,0.0,0.029598750470312855,0.15372517456988796,0.0,0.151643236098386,0.5,0.15372517456988796,0.0,0.0855544602650511,0.0,0.7729003365606734,0.09058319651347166 -2735,0.5,0.15372517456988796,0.0,0.12358649405722323,0.15372517456988796,0.0,0.2407927123335889,0.15372517456988796,0.0,0.09519855477657913,0.15372517456988796,0.0,0.08570921672006329,0.15372517456988796,0.0,0.030251124713568514,0.15372517456988796,0.0,0.0039571923629365315,0.15372517456988796,0.0,0.012730319493848435,0.15372517456988796,0.0,0.008240167908954998,0.5,0.15372517456988796,0.0,0.030662369292323684,0.15372517456988796,0.0,0.05698695498638033,0.5,0.15372517456988796,0.0,0.18104433227767214,0.15372517456988796,0.0,0.07699657091190329,0.15372517456988796,0.0,0.4959875434989707,0.15372517456988796,0.0,0.11937219782660219,0.15372517456988796,0.0,0.19254981100807447,0.15372517456988796,0.0,0.04212873696611481,0.15372517456988796,0.0,0.13553310774079297,0.5,0.15372517456988796,0.0,0.0969709218556082,0.0,0.6922799788629405,0.16032538702022772 -2736,0.5,0.15372517456988796,0.0,0.12303414811503514,0.15372517456988796,0.0,0.20892437619652365,0.15372517456988796,0.0,0.09441350869480442,0.15372517456988796,0.0,0.09165190098913042,0.15372517456988796,0.0,0.03603010226256684,0.15372517456988796,0.0,0.004059998438039744,0.15372517456988796,0.0,0.025562040419321842,0.15372517456988796,0.0,0.007260473949604506,0.5,0.15372517456988796,0.0,0.026625199801559023,0.15372517456988796,0.0,0.07331124706949922,0.5,0.15372517456988796,0.0,0.18042106155064144,0.15372517456988796,0.0,0.09070376724971912,0.15372517456988796,0.0,0.3765117330761547,0.15372517456988796,0.0,0.13513957918599528,0.15372517456988796,0.0,0.17686265683641847,0.15372517456988796,0.0,0.07427244985587315,0.15372517456988796,0.0,0.10566059789901881,0.5,0.15372517456988796,0.0,0.09477594205997962,0.0,0.5702396661877339,0.2303016988478492 -2737,0.5,0.15372517456988796,0.0,0.12073184937423972,0.15372517456988796,0.0,0.19423846629189595,0.15372517456988796,0.0,0.0802240707523853,0.15372517456988796,0.0,0.09611564442508873,0.15372517456988796,0.0,0.040758941901296565,0.15372517456988796,0.0,0.006531215703155364,0.15372517456988796,0.0,0.0444954007496084,0.15372517456988796,0.0,0.00716749280396955,0.5,0.15372517456988796,0.0,0.03138592521169014,0.15372517456988796,0.0,0.06667419779972202,0.5,0.15372517456988796,0.0,0.14304346774681184,0.15372517456988796,0.0,0.08840599769930409,0.15372517456988796,0.0,0.2922996608673354,0.15372517456988796,0.0,0.1481236024802009,0.15372517456988796,0.0,0.16790042070300806,0.15372517456988796,0.0,0.07942700779482258,0.15372517456988796,0.0,0.08715968814677891,0.5,0.15372517456988796,0.0,0.08301023948445968,0.0,0.44094637597658515,0.2439926227959752 -2738,0.5,0.15372517456988796,0.0,0.12183483567302394,0.15372517456988796,0.0,0.20983412765967396,0.15372517456988796,0.0,0.07301040500382948,0.15372517456988796,0.0,0.0998453863018992,0.15372517456988796,0.0,0.04729545546607448,0.15372517456988796,0.0,0.010162382801898458,0.15372517456988796,0.0,0.05097960375713822,0.15372517456988796,0.0,0.010800545268590967,0.5,0.15372517456988796,0.0,0.03764146999358049,0.15372517456988796,0.0,0.04683911405250062,0.5,0.15372517456988796,0.0,0.11523831915846013,0.15372517456988796,0.0,0.0784498473062946,0.15372517456988796,0.0,0.2432839816828381,0.15372517456988796,0.0,0.16469945255458504,0.15372517456988796,0.0,0.16550467980238187,0.15372517456988796,0.0,0.06949805112027835,0.15372517456988796,0.0,0.07618551374156496,0.5,0.15372517456988796,0.0,0.07422858243128401,0.0,0.31649625542293036,0.20804275192057095 -2739,0.5,0.15372517456988796,0.0,0.12261116010333267,0.15372517456988796,0.0,0.2331150486555494,0.15372517456988796,0.0,0.07509708747349929,0.15372517456988796,0.0,0.10280600540770383,0.15372517456988796,0.0,0.05778635765156318,0.15372517456988796,0.0,0.017529752017646474,0.15372517456988796,0.0,0.056592178217829664,0.15372517456988796,0.0,0.017619555523780472,0.5,0.15372517456988796,0.0,0.036642447572827766,0.15372517456988796,0.0,0.04104425166581567,0.5,0.15372517456988796,0.0,0.09167854906479213,0.15372517456988796,0.0,0.07637019756543795,0.15372517456988796,0.0,0.21394129995910588,0.15372517456988796,0.0,0.18834096027209263,0.15372517456988796,0.0,0.15545813047572385,0.15372517456988796,0.0,0.06549284887237179,0.15372517456988796,0.0,0.0673459743266715,0.5,0.15372517456988796,0.0,0.06733826581140319,0.0,0.22577871288527096,0.17417420833171166 -2740,0.5,0.15372517456988796,0.0,0.12407702294454488,0.15372517456988796,0.0,0.23283429811739026,0.15372517456988796,0.0,0.08447562472481611,0.15372517456988796,0.0,0.10085079088875223,0.15372517456988796,0.0,0.07235104397799218,0.15372517456988796,0.0,0.031038866676318173,0.15372517456988796,0.0,0.06912366365103707,0.15372517456988796,0.0,0.02205719348120272,0.5,0.15372517456988796,0.0,0.041800873320364335,0.15372517456988796,0.0,0.04493701518928695,0.5,0.15372517456988796,0.0,0.09868610463090736,0.15372517456988796,0.0,0.07737500856395874,0.15372517456988796,0.0,0.19979197035103646,0.15372517456988796,0.0,0.20702234766427957,0.15372517456988796,0.0,0.1417673228312586,0.15372517456988796,0.0,0.06841523215715789,0.15372517456988796,0.0,0.06871905284689127,0.5,0.15372517456988796,0.0,0.07251962347148183,0.0,0.16234510781505798,0.17942592644826025 -2741,0.5,0.15372517456988796,0.0,0.1174175416010049,0.15372517456988796,0.0,0.19857896581936268,0.15372517456988796,0.0,0.08371922339931161,0.15372517456988796,0.0,0.0978539218546015,0.15372517456988796,0.0,0.09745668201575845,0.15372517456988796,0.0,0.04153584571573993,0.15372517456988796,0.0,0.08948515415927585,0.15372517456988796,0.0,0.025719174669305397,0.5,0.15372517456988796,0.0,0.052301279445233356,0.15372517456988796,0.0,0.05855344123456983,0.5,0.15372517456988796,0.0,0.1053470486299135,0.15372517456988796,0.0,0.07080678206328243,0.15372517456988796,0.0,0.18702757090464128,0.15372517456988796,0.0,0.20903441070738155,0.15372517456988796,0.0,0.12533736672174972,0.15372517456988796,0.0,0.07398881921084442,0.15372517456988796,0.0,0.07854765353455215,0.5,0.15372517456988796,0.0,0.09414809269899238,0.0,0.10905332300976493,0.216445513124398 -2742,0.5,0.15372517456988796,0.012571563598023845,0.10974205811401126,0.15372517456988796,0.0003238707251649557,0.16304485160890198,0.15372517456988796,0.004682263627319028,0.10171971569044902,0.15372517456988796,0.013486891921230407,0.10795641547834964,0.15372517456988796,0.00020330797956608345,0.1229333278805785,0.15372517456988796,6.071043954066643e-06,0.04771057471037019,0.15372517456988796,0.00012456971969281881,0.10360108617624383,0.15372517456988796,0.00012751417279963141,0.03439201819485598,0.5,0.15372517456988796,0.00028566002152541174,0.06362728154527106,0.15372517456988796,0.0016200257766047928,0.0811056823625876,0.5,0.15372517456988796,0.0014567961722474847,0.10271097761044112,0.15372517456988796,0.0009861209119189252,0.07498937211737183,0.15372517456988796,0.005089569189872111,0.1762810602537669,0.15372517456988796,0.000975340896015592,0.20863098549658177,0.15372517456988796,0.002725697659781845,0.11751767257158882,0.15372517456988796,0.0020227371350470336,0.06917390995036443,0.15372517456988796,0.0036621043865046866,0.08829972180754056,0.5,0.15372517456988796,0.002146734822896259,0.11904938191398164,0.0,0.08556679176721664,0.24273713559070223 -2743,0.5,0.15372517456988796,0.08428533854600599,0.12725876441013825,0.15372517456988796,0.0023679353414541426,0.14615170706684855,0.15372517456988796,0.06955342651833755,0.14821763330874155,0.15372517456988796,0.09170698323017022,0.1344724391700697,0.15372517456988796,0.00992139821960073,0.14909322839730504,0.15372517456988796,0.002800165432445271,0.04693527199564557,0.15372517456988796,0.008461956861857807,0.11597528238609973,0.15372517456988796,0.023357437637223914,0.052059458190081995,0.5,0.15372517456988796,0.05569389927361457,0.0878216270708776,0.15372517456988796,0.043536765397775665,0.1037155782432429,0.5,0.15372517456988796,0.06962423101764155,0.14661174537002786,0.15372517456988796,0.05277361199647603,0.08799283440413865,0.15372517456988796,0.06718726726906374,0.16166360532485557,0.15372517456988796,0.023965566648142714,0.2192257226687784,0.15372517456988796,0.05907456963169151,0.14815884689757788,0.15372517456988796,0.062210954383309675,0.07189942318494512,0.15372517456988796,0.07455550674056116,0.12471032775955927,0.5,0.15372517456988796,0.039855714471524695,0.14099816309497093,0.0,0.07583742926493242,0.2585834396621404 -2744,0.5,0.15372517456988796,0.19650020993098344,0.18612796349465907,0.15372517456988796,0.011539498242251207,0.14704347413436222,0.15372517456988796,0.15843363401028965,0.15846082641019718,0.15372517456988796,0.20548749917615056,0.1957327444634296,0.15372517456988796,0.04746970328532314,0.18622361223002812,0.15372517456988796,0.010765313829801693,0.05058416294964588,0.15372517456988796,0.06331304309028712,0.13941985245419017,0.15372517456988796,0.07966272637678379,0.11242071040833773,0.5,0.15372517456988796,0.1628337800256219,0.24269989938823786,0.15372517456988796,0.10302259408351269,0.13206638775772275,0.5,0.15372517456988796,0.19380703046673253,0.2619625704507593,0.15372517456988796,0.1384826666306506,0.1713772635979726,0.15372517456988796,0.14596709372082672,0.1938118385875118,0.15372517456988796,0.09289777444657592,0.2635056845656921,0.15372517456988796,0.1645056599324437,0.24004034540720914,0.15372517456988796,0.18116957727928715,0.1400862677633902,0.15372517456988796,0.18584039625902338,0.27916847949640794,0.5,0.15372517456988796,0.11812902813509407,0.19641828036663098,0.0,0.08209294793482531,0.2710460445897496 -2745,0.5,0.15372517456988796,0.3426554651418331,0.24030945044208235,0.15372517456988796,0.07970950302703023,0.20244460460104213,0.15372517456988796,0.2721412084100662,0.20053471057134384,0.15372517456988796,0.3335985040550522,0.260901873307723,0.15372517456988796,0.11514032766540534,0.24887051779509686,0.15372517456988796,0.03204367624261965,0.05204247665622691,0.15372517456988796,0.20727243565481998,0.22540758086100932,0.15372517456988796,0.1854373729159574,0.18089174758803256,0.5,0.15372517456988796,0.31270837086422687,0.3434382589393795,0.15372517456988796,0.17180379119346106,0.17420587436045062,0.5,0.15372517456988796,0.3363657679735834,0.39007965325905336,0.15372517456988796,0.23373454966912188,0.25784257537422517,0.15372517456988796,0.22038349205075064,0.26173664874935804,0.15372517456988796,0.2035182067685723,0.36140798846263167,0.15372517456988796,0.29434266007327176,0.34693295190405915,0.15372517456988796,0.3305978411610686,0.22190472820717685,0.15372517456988796,0.3100292479130328,0.38610625448082614,0.5,0.15372517456988796,0.22259549496104142,0.2751088309026619,0.0,0.10886960218873425,0.2919269077794223 -2746,0.5,0.15372517456988796,0.4961009448455087,0.3283303012705914,0.15372517456988796,0.37183580595280646,0.42398765679720346,0.15372517456988796,0.4107271888387426,0.3043789610928367,0.15372517456988796,0.4456752487839143,0.3712074883077271,0.15372517456988796,0.2348819355672217,0.32329282090887534,0.15372517456988796,0.09800546474415812,0.06560387228085142,0.15372517456988796,0.41590085807447585,0.3186870530334777,0.15372517456988796,0.38679515599797415,0.2513764435632126,0.5,0.15372517456988796,0.467037919885104,0.37911142170085466,0.15372517456988796,0.2948620682004878,0.2147332868859721,0.5,0.15372517456988796,0.4763848341011434,0.4597491041415248,0.15372517456988796,0.3268353116121037,0.2928434506404472,0.15372517456988796,0.2106774141855735,0.2758069909723939,0.15372517456988796,0.3372332252457768,0.46446106649484364,0.15372517456988796,0.42911747387564536,0.43083990152521434,0.15372517456988796,0.4790208320366034,0.3774156484483817,0.15372517456988796,0.39900240705250756,0.40530916691564367,0.5,0.15372517456988796,0.33796209027121915,0.31908177226468154,0.0,0.16193088205423403,0.32433414317583836 -2747,0.5,0.15372517456988796,0.6163502772316183,0.4949383538361852,0.15372517456988796,0.5564927241223245,0.5628091820021802,0.15372517456988796,0.5272893354927457,0.4677917504038256,0.15372517456988796,0.4982457360650337,0.5049627814683203,0.15372517456988796,0.3574052269666492,0.39302033989264556,0.15372517456988796,0.2746107379090648,0.11813200246835384,0.15372517456988796,0.4957911839272295,0.39539127078136066,0.15372517456988796,0.5569306813637549,0.33156140171157833,0.5,0.15372517456988796,0.573978114164315,0.43659328130178443,0.15372517456988796,0.3684488837638119,0.20766397519396804,0.5,0.15372517456988796,0.5407493265678828,0.4453713165256271,0.15372517456988796,0.39242973050136926,0.24115479702289783,0.15372517456988796,0.27718318174863693,0.2797192368021374,0.15372517456988796,0.4038130406436603,0.5342694085062534,0.15372517456988796,0.5215234562461816,0.49549901527514756,0.15372517456988796,0.5721297218720961,0.4713767541810634,0.15372517456988796,0.4499695696434868,0.40807490589365986,0.5,0.15372517456988796,0.4196099263787866,0.3214989204313867,0.0,0.23844484138362762,0.36524636029430946 -2748,0.5,0.15372517456988796,0.6760517713145893,0.5516293009807555,0.15372517456988796,0.543085015164414,0.6308205915917761,0.15372517456988796,0.5911864864562334,0.6314017070479155,0.15372517456988796,0.46900035718102806,0.5961127609325163,0.15372517456988796,0.43819835646731947,0.43544422127775334,0.15372517456988796,0.5265193680409241,0.22541988330862292,0.15372517456988796,0.5057009154057233,0.4350017016472668,0.15372517456988796,0.6295615887442123,0.36767934228761495,0.5,0.15372517456988796,0.6141077086523721,0.4378333078566529,0.15372517456988796,0.4326072164762861,0.2103379376287798,0.5,0.15372517456988796,0.5811171485098889,0.4183453454452831,0.15372517456988796,0.40101530772574434,0.17873363802235628,0.15372517456988796,0.4135253003514649,0.3553161532645723,0.15372517456988796,0.37720368900175916,0.5257124270510215,0.15372517456988796,0.5442932453282918,0.5414801424979292,0.15372517456988796,0.6283367685006737,0.5081228071596958,0.15372517456988796,0.5039824325336726,0.3950872400166492,0.5,0.15372517456988796,0.3984466691231869,0.3416912270148503,0.0,0.30802434068912526,0.41149167936031844 -2749,0.5,0.15372517456988796,0.6641997912741251,0.5424677714263558,0.15372517456988796,0.5197875805223353,0.5737852918258559,0.15372517456988796,0.6022906952659461,0.672973144645242,0.15372517456988796,0.40900871121398275,0.5573233878528071,0.15372517456988796,0.3920417774632696,0.42038761838437166,0.15372517456988796,0.5683981221124679,0.33825345137444274,0.15372517456988796,0.49884158381873156,0.459930768791061,0.15372517456988796,0.6456278881702523,0.3516289374131832,0.5,0.15372517456988796,0.6194288697815192,0.38973057138402556,0.15372517456988796,0.4250348841467156,0.19281151712986663,0.5,0.15372517456988796,0.49790795088569806,0.3836814282557074,0.15372517456988796,0.4114164121598747,0.1451451646143529,0.15372517456988796,0.6021218793245278,0.5020506374830711,0.15372517456988796,0.39469629941309736,0.4792718585231008,0.15372517456988796,0.6056505367255266,0.5737481773239663,0.15372517456988796,0.6544532211149675,0.514961155388288,0.15372517456988796,0.516380178504882,0.3843807652143215,0.5,0.15372517456988796,0.37025865526304774,0.34746874059378996,0.0,0.36015375116957726,0.46826051830264104 -2750,0.5,0.15372517456988796,0.6189620336262058,0.5104849217756169,0.15372517456988796,0.5117814571228837,0.4721294905303155,0.15372517456988796,0.5401021127136639,0.6550485202801465,0.15372517456988796,0.3749218216396133,0.514697583862069,0.15372517456988796,0.4473990916557946,0.43473716782038624,0.15372517456988796,0.5359485566199274,0.38585727146361826,0.15372517456988796,0.5111834819534586,0.49514951427808224,0.15372517456988796,0.6137001331358446,0.2964717273328426,0.5,0.15372517456988796,0.6080126717555219,0.3467632971438149,0.15372517456988796,0.4199178159696596,0.18333952378969554,0.5,0.15372517456988796,0.3885196888129458,0.3763347864012114,0.15372517456988796,0.4129185532204377,0.14216706696205134,0.15372517456988796,0.580551604648073,0.5437524003698992,0.15372517456988796,0.4435003293040992,0.42140256690540234,0.15372517456988796,0.5751374157341459,0.5459855415283944,0.15372517456988796,0.6461425737296371,0.5206534236715037,0.15372517456988796,0.47491833117770205,0.3746847253373643,0.5,0.15372517456988796,0.3664364892181951,0.31839225772773194,0.0,0.44264486599602715,0.539413567062107 -2751,0.5,0.15372517456988796,0.5217799095145843,0.4912125607777874,0.15372517456988796,0.32243281812231456,0.3836728289307907,0.15372517456988796,0.4576792731638609,0.6213049817983831,0.15372517456988796,0.30762305107910515,0.4871804073586023,0.15372517456988796,0.4639989014063218,0.4605966940943249,0.15372517456988796,0.4530558588468751,0.39766178001276425,0.15372517456988796,0.45071700017885546,0.5058540217230887,0.15372517456988796,0.5600905399832247,0.25991033783877626,0.5,0.15372517456988796,0.5180747594487648,0.28794212512874506,0.15372517456988796,0.356889575343612,0.18163146035776276,0.5,0.15372517456988796,0.32878546599965003,0.3956125641453838,0.15372517456988796,0.36687425978043353,0.14884545129775711,0.15372517456988796,0.5286930210275728,0.5825263541001648,0.15372517456988796,0.33721648710774754,0.3288121562718936,0.15372517456988796,0.5008135615462561,0.48096964172253426,0.15372517456988796,0.5744476115084853,0.5340753712759038,0.15372517456988796,0.3994706432380506,0.37111389465010036,0.5,0.15372517456988796,0.3330630418986614,0.31373898836017144,0.0,0.5351803390149275,0.5480123929057356 -2752,0.5,0.15372517456988796,0.3998431693949852,0.4876527269743866,0.15372517456988796,0.11821320245579003,0.19380296989357199,0.15372517456988796,0.3492986830129518,0.5732647937479218,0.15372517456988796,0.23297324046082726,0.4829176382746512,0.15372517456988796,0.35638999674545296,0.4371264403743108,0.15372517456988796,0.3420766415293919,0.36648555919856585,0.15372517456988796,0.4033651825126923,0.5156422249632021,0.15372517456988796,0.4497435296560077,0.22495173842187532,0.5,0.15372517456988796,0.40449206184971687,0.23709604561472486,0.15372517456988796,0.3147372205728933,0.18854060071534812,0.5,0.15372517456988796,0.2663344484896001,0.4077445256500759,0.15372517456988796,0.30026373577757687,0.1361431750405346,0.15372517456988796,0.4314592222539937,0.6038694124579046,0.15372517456988796,0.27472432150895126,0.29513247712313895,0.15372517456988796,0.4099335515529793,0.41239779433384977,0.15372517456988796,0.45660339950779755,0.5328330828826577,0.15372517456988796,0.304190227423494,0.3631247789164136,0.5,0.15372517456988796,0.252029776335972,0.3135656329029655,0.0,0.6038681817657742,0.4879967833701033 -2753,0.5,0.15372517456988796,0.26396789331961595,0.4654256085235144,0.15372517456988796,0.0880049153349017,0.1184724052595768,0.15372517456988796,0.2375528053420945,0.5050301461257346,0.15372517456988796,0.14618385053979144,0.4541019228925325,0.15372517456988796,0.27426674403024415,0.35171979567787875,0.15372517456988796,0.25316209752581925,0.32240463046936935,0.15372517456988796,0.3023054233188135,0.46788757103854817,0.15372517456988796,0.3053401722954384,0.18183175897278173,0.5,0.15372517456988796,0.262516996650748,0.17327395881323154,0.15372517456988796,0.24005970802521345,0.17077479608865198,0.5,0.15372517456988796,0.17223378274109483,0.3700734328556966,0.15372517456988796,0.2071798223278437,0.10099904889376388,0.15372517456988796,0.3280579261617642,0.578805276890561,0.15372517456988796,0.16351172889691912,0.2824512386217271,0.15372517456988796,0.2933094643960116,0.30204908573661804,0.15372517456988796,0.3111130751609682,0.4945740191042978,0.15372517456988796,0.19775275393173028,0.3350920609256698,0.5,0.15372517456988796,0.1325031349983259,0.30493882656314375,0.0,0.6550110328345153,0.4349173327766251 -2754,0.5,0.15372517456988796,0.1404584133995707,0.38130369174092227,0.15372517456988796,0.05460602702649012,0.1259020759616999,0.15372517456988796,0.11293354653774185,0.4044866646091741,0.15372517456988796,0.06636520679273179,0.3716154151525425,0.15372517456988796,0.16585203251288938,0.2512313423278524,0.15372517456988796,0.1449918304430959,0.253525595632683,0.15372517456988796,0.19382971136686222,0.2973916664666796,0.15372517456988796,0.16513647083695582,0.10837123227257034,0.5,0.15372517456988796,0.1449151312349572,0.0899506787053288,0.15372517456988796,0.13357461070742557,0.08045315310679738,0.5,0.15372517456988796,0.08748585496871722,0.2818330079443351,0.15372517456988796,0.10607601184975976,0.04548741503502472,0.15372517456988796,0.20339346477840076,0.47075733837980516,0.15372517456988796,0.12030242908607164,0.2494130917082359,0.15372517456988796,0.18553268073991885,0.14297491590870337,0.15372517456988796,0.1753402290846568,0.3441172322870508,0.15372517456988796,0.1050852369695471,0.2683572337808036,0.5,0.15372517456988796,0.05469026770918578,0.27297666536842036,0.0,0.6830989219126432,0.4380497189546908 -2755,0.5,0.15372517456988796,0.02381752217924699,0.2748382071757339,0.15372517456988796,0.0186398896202782,0.19557750459199785,0.15372517456988796,0.023414015143905294,0.2926602647544967,0.15372517456988796,0.006114569803047285,0.23712524418373135,0.15372517456988796,0.05572938961358231,0.20322427605625168,0.15372517456988796,0.06147641244426187,0.23418192302305213,0.15372517456988796,0.05401418511794255,0.18115015229708784,0.15372517456988796,0.04990411823327778,0.07376237304713215,0.5,0.15372517456988796,0.03992317949983986,0.04941789458667092,0.15372517456988796,0.02489798768116229,0.02483641851305088,0.5,0.15372517456988796,0.02069795313133621,0.13003052743760915,0.15372517456988796,0.025681380590425417,0.0215768747929425,0.15372517456988796,0.056866991740373254,0.372308973581432,0.15372517456988796,0.04387981777577034,0.26928931457576905,0.15372517456988796,0.040927298126837125,0.10585481957556617,0.15372517456988796,0.038175562659086226,0.18187787325240976,0.15372517456988796,0.019441851336140285,0.17089471889715463,0.5,0.15372517456988796,0.002972879038108214,0.29228949001819815,0.0,0.710353220161738,0.5242625873543965 -2756,0.5,0.15372517456988796,0.0,0.19987912948195571,0.15372517456988796,0.0,0.2458876760066335,0.15372517456988796,0.0,0.2158466583183798,0.15372517456988796,0.0,0.14469088005612926,0.15372517456988796,0.0,0.22176690563106735,0.15372517456988796,0.0,0.24570854385597288,0.15372517456988796,0.0,0.15402167415513104,0.15372517456988796,0.0,0.08733363935496376,0.5,0.15372517456988796,0.0,0.05622177151178691,0.15372517456988796,0.0,0.023248119067166235,0.5,0.15372517456988796,0.0,0.0940553752188288,0.15372517456988796,0.0,0.02305443359722568,0.15372517456988796,0.0,0.3316212483167905,0.15372517456988796,0.0,0.33224770303506684,0.15372517456988796,0.0,0.12380464698730106,0.15372517456988796,0.0,0.08696249199952302,0.15372517456988796,0.0,0.1391186691991635,0.5,0.15372517456988796,0.0,0.28294689293305325,0.0,0.7088564462593488,0.7304497119782506 -2757,0.5,0.15372517456988796,0.0,0.14213946626047053,0.15372517456988796,0.0,0.2442873419735389,0.15372517456988796,0.0,0.16750159580720048,0.15372517456988796,0.0,0.0954175193546844,0.15372517456988796,0.0,0.19706091817195315,0.15372517456988796,0.0,0.21579062349604863,0.15372517456988796,0.0,0.11415451738541041,0.15372517456988796,0.0,0.09735824136355017,0.5,0.15372517456988796,0.0,0.06576482455563991,0.15372517456988796,0.0,0.026587468478472345,0.5,0.15372517456988796,0.0,0.05888393271014044,0.15372517456988796,0.0,0.023536817000674268,0.15372517456988796,0.0,0.3055379517610548,0.15372517456988796,0.0,0.3277378867442606,0.15372517456988796,0.0,0.13733124523764245,0.15372517456988796,0.0,0.035967612458140716,0.15372517456988796,0.0,0.11779380169623982,0.5,0.15372517456988796,0.0,0.2153466316990858,0.0,0.6540990041022752,0.8138986614183368 -2758,0.5,0.15372517456988796,0.0,0.10511891696775325,0.15372517456988796,0.0,0.19952305044859894,0.15372517456988796,0.0,0.09677505599067124,0.15372517456988796,0.0,0.07015328295166384,0.15372517456988796,0.0,0.17149220897048384,0.15372517456988796,0.0,0.17018351390445052,0.15372517456988796,0.0,0.08124540847947918,0.15372517456988796,0.0,0.09261275295675678,0.5,0.15372517456988796,0.0,0.05644085588523042,0.15372517456988796,0.0,0.029583955131482365,0.5,0.15372517456988796,0.0,0.040820046902353684,0.15372517456988796,0.0,0.021338588576847086,0.15372517456988796,0.0,0.2757015914865479,0.15372517456988796,0.0,0.28458288004734755,0.15372517456988796,0.0,0.14342928877553035,0.15372517456988796,0.0,0.02492209102045717,0.15372517456988796,0.0,0.09223908034948546,0.5,0.15372517456988796,0.0,0.12754674807547914,0.0,0.5753888490826503,0.8178946881731906 -2759,0.5,0.15372517456988796,0.0,0.08812727586384202,0.15372517456988796,0.0,0.13980545470375613,0.15372517456988796,0.0,0.056764391811528196,0.15372517456988796,0.0,0.05830462211986751,0.15372517456988796,0.0,0.1472000692791098,0.15372517456988796,0.0,0.12043216885365379,0.15372517456988796,0.0,0.06893418576534727,0.15372517456988796,0.0,0.06932720482662279,0.5,0.15372517456988796,0.0,0.028714027277479036,0.15372517456988796,0.0,0.025298885029724577,0.5,0.15372517456988796,0.0,0.0454746778958578,0.15372517456988796,0.0,0.01684396811179191,0.15372517456988796,0.0,0.24251589542752724,0.15372517456988796,0.0,0.2414041891693358,0.15372517456988796,0.0,0.13051312803056217,0.15372517456988796,0.0,0.024765807629761424,0.15372517456988796,0.0,0.07163925819120683,0.5,0.15372517456988796,0.0,0.06752179132207085,0.0,0.44255758392229916,0.7729460945953925 -2760,0.5,0.15372517456988796,0.0,0.07835935951388437,0.15372517456988796,0.0,0.10623789843279896,0.15372517456988796,0.0,0.03996039224764653,0.15372517456988796,0.0,0.05026073608765823,0.15372517456988796,0.0,0.1391464281480155,0.15372517456988796,0.0,0.09678753764425513,0.15372517456988796,0.0,0.06122962624811262,0.15372517456988796,0.0,0.05700086669044389,0.5,0.15372517456988796,0.0,0.013357605747610383,0.15372517456988796,0.0,0.015868476744738534,0.5,0.15372517456988796,0.0,0.05375403184528495,0.15372517456988796,0.0,0.015014500825509413,0.15372517456988796,0.0,0.209174644220887,0.15372517456988796,0.0,0.21531913098535688,0.15372517456988796,0.0,0.0994601083711838,0.15372517456988796,0.0,0.02282591751365965,0.15372517456988796,0.0,0.055202478578143,0.5,0.15372517456988796,0.0,0.03565435887804785,0.0,0.30449377467808286,0.7118192200543534 -2761,0.5,0.15372517456988796,0.0,0.07151162446116373,0.15372517456988796,0.0,0.11572879645075584,0.15372517456988796,0.0,0.033878633027519894,0.15372517456988796,0.0,0.04362798649741614,0.15372517456988796,0.0,0.11953721208268543,0.15372517456988796,0.0,0.08374801420526015,0.15372517456988796,0.0,0.04837883266453264,0.15372517456988796,0.0,0.04704630010898121,0.5,0.15372517456988796,0.0,0.00752587796002436,0.15372517456988796,0.0,0.00696263061542144,0.5,0.15372517456988796,0.0,0.05404997341984183,0.15372517456988796,0.0,0.010071030037894465,0.15372517456988796,0.0,0.1805303313857195,0.15372517456988796,0.0,0.18108345011276356,0.15372517456988796,0.0,0.07605257382756583,0.15372517456988796,0.0,0.015429009919604253,0.15372517456988796,0.0,0.04169655159115342,0.5,0.15372517456988796,0.0,0.017638205721012948,0.0,0.19683568535115592,0.6521081362928435 -2762,0.5,0.15372517456988796,0.0,0.06854762831127478,0.15372517456988796,0.0,0.07363861447599207,0.15372517456988796,0.0,0.02997814981452328,0.15372517456988796,0.0,0.03829794713573365,0.15372517456988796,0.0,0.10410976112078066,0.15372517456988796,0.0,0.08113603056894811,0.15372517456988796,0.0,0.039722346675076604,0.15372517456988796,0.0,0.03925311216355991,0.5,0.15372517456988796,0.0,0.005305115229245825,0.15372517456988796,0.0,0.0021835095780715114,0.5,0.15372517456988796,0.0,0.05524057672139992,0.15372517456988796,0.0,0.00752340849103507,0.15372517456988796,0.0,0.1475067407896725,0.15372517456988796,0.0,0.15048674193140932,0.15372517456988796,0.0,0.06584795463197857,0.15372517456988796,0.0,0.010988911399063049,0.15372517456988796,0.0,0.03246185996239803,0.5,0.15372517456988796,0.0,0.007448307485173373,0.0,0.13021086327916953,0.6219133518610794 -2763,0.5,0.15372517456988796,0.0,0.0669155531416911,0.15372517456988796,0.0,0.07332835206645978,0.15372517456988796,0.0,0.028108463933915313,0.15372517456988796,0.0,0.03573798892666023,0.15372517456988796,0.0,0.11210138978847993,0.15372517456988796,0.0,0.08447520476752494,0.15372517456988796,0.0,0.03955021304887967,0.15372517456988796,0.0,0.03485848399750479,0.5,0.15372517456988796,0.0,0.004657884199948409,0.15372517456988796,0.0,0.0008891778650388853,0.5,0.15372517456988796,0.0,0.058853430478114525,0.15372517456988796,0.0,0.010915265161827677,0.15372517456988796,0.0,0.12267554520342255,0.15372517456988796,0.0,0.13983405469593585,0.15372517456988796,0.0,0.06116301378534759,0.15372517456988796,0.0,0.00937199927819986,0.15372517456988796,0.0,0.026697039326999728,0.5,0.15372517456988796,0.0,0.003159621586248379,0.0,0.10181452994612551,0.6619177595127682 -2764,0.5,0.15372517456988796,0.0,0.07139163177114431,0.15372517456988796,0.0,0.07680014125073183,0.15372517456988796,0.0,0.024123819822673236,0.15372517456988796,0.0,0.035980309739711704,0.15372517456988796,0.0,0.12603240380166988,0.15372517456988796,0.0,0.0802120932536844,0.15372517456988796,0.0,0.045168522545664384,0.15372517456988796,0.0,0.03185800864901115,0.5,0.15372517456988796,0.0,0.004441897313941917,0.15372517456988796,0.0,0.0006772443020541564,0.5,0.15372517456988796,0.0,0.058511685468900336,0.15372517456988796,0.0,0.009704264463798712,0.15372517456988796,0.0,0.11558872538357458,0.15372517456988796,0.0,0.15096714612111412,0.15372517456988796,0.0,0.059678076638838416,0.15372517456988796,0.0,0.00966164145668972,0.15372517456988796,0.0,0.0232199640203526,0.5,0.15372517456988796,0.0,0.0016274702536650852,0.0,0.10090115540342134,0.6729187593650555 -2765,0.5,0.15372517456988796,0.0,0.07071243087712376,0.15372517456988796,0.0,0.08465365429081034,0.15372517456988796,0.0,0.019386584125100123,0.15372517456988796,0.0,0.0343091662777369,0.15372517456988796,0.0,0.12845837482494588,0.15372517456988796,0.0,0.07556857601642303,0.15372517456988796,0.0,0.0486941284333917,0.15372517456988796,0.0,0.029645917566200795,0.5,0.15372517456988796,0.0,0.003447989218036976,0.15372517456988796,0.0,0.00036388518971981136,0.5,0.15372517456988796,0.0,0.05359718764906335,0.15372517456988796,0.0,0.007058736639578742,0.15372517456988796,0.0,0.11839263671425747,0.15372517456988796,0.0,0.17299845003434328,0.15372517456988796,0.0,0.0630266142608936,0.15372517456988796,0.0,0.011016035233317229,0.15372517456988796,0.0,0.018430408696914927,0.5,0.15372517456988796,0.0,0.0010968096283053713,0.0,0.10810016636040387,0.6016348540236747 -2766,0.5,0.15372517456988796,0.010011909883666063,0.06820525085071656,0.15372517456988796,0.007092024206647762,0.07801924329684475,0.15372517456988796,0.0010519510908896842,0.01642555120149722,0.15372517456988796,0.003693393825008907,0.033624191650908734,0.15372517456988796,0.0029015694737090595,0.1302787779909988,0.15372517456988796,0.000774687146473415,0.07881482282466193,0.15372517456988796,0.002585253999267817,0.050816808451436386,0.15372517456988796,0.0006406053672863824,0.029312468583132172,0.5,0.15372517456988796,0.0003749665124923094,0.0029746482390159137,0.15372517456988796,0.0015019889577434626,6.943816590591667e-05,0.5,0.15372517456988796,0.00010706392234976514,0.04721209875504393,0.15372517456988796,0.00027090363576628805,0.006243450622392071,0.15372517456988796,0.007931812608805574,0.12536390926350469,0.15372517456988796,0.004207198744512936,0.17710675204227128,0.15372517456988796,0.004317984385282956,0.061875934649240426,0.15372517456988796,0.0010723646639519526,0.012819942445284171,0.15372517456988796,0.0006419530082328271,0.015687259964942454,0.5,0.15372517456988796,0.0010459428296178863,0.000649664174833009,0.0,0.10864630064225936,0.5531488343733892 -2767,0.5,0.15372517456988796,0.06268574032480996,0.07913774448477574,0.15372517456988796,0.08710513674830297,0.08593613575607705,0.15372517456988796,0.013558620900007997,0.02246601644965959,0.15372517456988796,0.03320478082424163,0.035973754263124484,0.15372517456988796,0.07454616187358151,0.14036598089781774,0.15372517456988796,0.06517949296331926,0.07340861274587873,0.15372517456988796,0.07285539174404032,0.04757574820711972,0.15372517456988796,0.06447954179928689,0.026338871966259926,0.5,0.15372517456988796,0.04964961079596482,0.0025966245814974635,0.15372517456988796,0.028381608073278945,5.489624666584899e-05,0.5,0.15372517456988796,0.003545945188822365,0.04297045457365368,0.15372517456988796,0.009921469953030698,0.004751736871660992,0.15372517456988796,0.09107330515455475,0.13904134430242787,0.15372517456988796,0.07945603340458338,0.182710036373109,0.15372517456988796,0.06369797950424186,0.06617828297829502,0.15372517456988796,0.020674616763584664,0.012456021591248078,0.15372517456988796,0.008836632343563074,0.012406664159593999,0.5,0.15372517456988796,0.018690218195912735,0.0003678457116241862,0.0,0.11204573235803206,0.5955442397719426 -2768,0.5,0.15372517456988796,0.13164158408754906,0.12086620279096705,0.15372517456988796,0.20396349880615636,0.16069605408098867,0.15372517456988796,0.04482121580185752,0.03561473739988126,0.15372517456988796,0.08720327192156568,0.043404148357532334,0.15372517456988796,0.1928626862402342,0.21155903436033954,0.15372517456988796,0.18264657006885784,0.09642090129186583,0.15372517456988796,0.1880429264571602,0.05993999389847229,0.15372517456988796,0.17373825644179644,0.03421398572604684,0.5,0.15372517456988796,0.12097279886622903,0.004200602370485419,0.15372517456988796,0.0737901484971977,9.54216824123836e-05,0.5,0.15372517456988796,0.01287928300025099,0.03140936113028461,0.15372517456988796,0.03109440470664169,0.002484850440129143,0.15372517456988796,0.21518288294653204,0.18516784949096574,0.15372517456988796,0.19937455681484179,0.25710023023407824,0.15372517456988796,0.13743769163882058,0.1037793912241312,0.15372517456988796,0.05909945064464861,0.01950825317079026,0.15372517456988796,0.02979162683032173,0.01022443416596157,0.5,0.15372517456988796,0.05278276626831053,0.0004215484036417617,0.0,0.1285403551374582,0.6898576230551976 -2769,0.5,0.15372517456988796,0.20137175575574878,0.16530102996526666,0.15372517456988796,0.3200823577033841,0.2806537719847276,0.15372517456988796,0.10511274201688606,0.05665513502407272,0.15372517456988796,0.16099330952456725,0.059108699603580166,0.15372517456988796,0.32821852216151776,0.293997650487244,0.15372517456988796,0.3188281230211555,0.16166274751388876,0.15372517456988796,0.32068925278054405,0.12558769626175528,0.15372517456988796,0.2943413641050179,0.0707239038323359,0.5,0.15372517456988796,0.1919437423178112,0.009666956405213771,0.15372517456988796,0.12342939600681975,6.446084214007828e-05,0.5,0.15372517456988796,0.036473281732619774,0.03946649220478679,0.15372517456988796,0.07349657212689716,0.003113452888586917,0.15372517456988796,0.3457662425370819,0.2778882577184549,0.15372517456988796,0.33028557998390545,0.3900190776672642,0.15372517456988796,0.20583077431481475,0.17346782075682698,0.15372517456988796,0.10748523226689075,0.051091047245945036,0.15372517456988796,0.0871697854028261,0.02276677243945872,0.5,0.15372517456988796,0.09840009515344464,0.0006049707765312395,0.0,0.13083640313671513,0.7350823449291787 -2770,0.5,0.15372517456988796,0.29564341569234553,0.19870256396787056,0.15372517456988796,0.43084631766465664,0.34234529878468595,0.15372517456988796,0.18647550905543492,0.06869700688998295,0.15372517456988796,0.23789214334520653,0.07578767133936183,0.15372517456988796,0.4598569104640704,0.3426401816983563,0.15372517456988796,0.45501870817166545,0.18975507654004065,0.15372517456988796,0.45149933001657405,0.2642730082739776,0.15372517456988796,0.4088577391128918,0.11030147478847802,0.5,0.15372517456988796,0.2726381897316291,0.030937047684668987,0.15372517456988796,0.12632379188014287,0.0004675369856552387,0.5,0.15372517456988796,0.0718539402043429,0.06259111224024592,0.15372517456988796,0.13896403585693598,0.005959887656589875,0.15372517456988796,0.478923158200131,0.36173595921580926,0.15372517456988796,0.4493508414495594,0.45752029511723713,0.15372517456988796,0.2549381035384461,0.20840028657943563,0.15372517456988796,0.14144233670272796,0.08069298776135503,0.15372517456988796,0.14729044360578017,0.035662473450641205,0.5,0.15372517456988796,0.13968542797359484,0.0007090822713301147,0.0,0.13518544063728913,0.7691610531406347 -2771,0.5,0.15372517456988796,0.38468369998251906,0.2424572735350166,0.15372517456988796,0.5248293808275423,0.4525888393319412,0.15372517456988796,0.24920662071153699,0.07558447101865069,0.15372517456988796,0.3018352309961091,0.09929600852354158,0.15372517456988796,0.5614280454726511,0.4084034287465625,0.15372517456988796,0.558314287252776,0.18366003633098585,0.15372517456988796,0.5219985735669106,0.3046900962965384,0.15372517456988796,0.48239920930163105,0.13035926787176738,0.5,0.15372517456988796,0.34653525001350444,0.07541497637506844,0.15372517456988796,0.16351831533347905,0.000772112106193269,0.5,0.15372517456988796,0.14189392506417842,0.049314912163179486,0.15372517456988796,0.21992815888200823,0.010479254290370573,0.15372517456988796,0.5935310245265099,0.45411075181884597,0.15372517456988796,0.5444893890958428,0.5349202240569398,0.15372517456988796,0.27502776053982547,0.2560898492764494,0.15372517456988796,0.17699048806297546,0.08960166033008629,0.15372517456988796,0.20571887417670937,0.03917942344144093,0.5,0.15372517456988796,0.18287265504474068,0.0010487455452632788,0.0,0.1588159069359739,0.791778102515939 -2772,0.5,0.15372517456988796,0.45312958612061044,0.2688372425882116,0.15372517456988796,0.593708286436304,0.5358399677489186,0.15372517456988796,0.2780559544329021,0.09035619179878529,0.15372517456988796,0.35321886463702545,0.11187366149546264,0.15372517456988796,0.5825669037618878,0.4615151930554309,0.15372517456988796,0.6061465469437195,0.13606227814539212,0.15372517456988796,0.5510821059056641,0.3077076203922358,0.15372517456988796,0.5246797006305649,0.1315098024309359,0.5,0.15372517456988796,0.39896518721337965,0.09517999931203158,0.15372517456988796,0.209911484163245,0.0007887617353336608,0.5,0.15372517456988796,0.18591331830371238,0.01961620101452198,0.15372517456988796,0.26808932187597795,0.013652386397149009,0.15372517456988796,0.6572524786907342,0.5128508968780734,0.15372517456988796,0.5878994951922482,0.59487710171505,0.15372517456988796,0.2919859120725841,0.2951075177251411,0.15372517456988796,0.28451828508743066,0.09875531371556258,0.15372517456988796,0.24510404156368823,0.0381531130906868,0.5,0.15372517456988796,0.21677641946287204,0.0016254391048900999,0.0,0.19848691487892953,0.799207990148029 -2773,0.5,0.15372517456988796,0.4793645351424781,0.2654415538879122,0.15372517456988796,0.6080742513804088,0.4847991993790416,0.15372517456988796,0.25296574171867015,0.12717473371518365,0.15372517456988796,0.35394733057230937,0.10801466852191798,0.15372517456988796,0.6307613166233492,0.49118488282570066,0.15372517456988796,0.6041544353994597,0.10338743453428345,0.15372517456988796,0.5995829548085918,0.2914742974767496,0.15372517456988796,0.5134297186773306,0.1276673171690529,0.5,0.15372517456988796,0.40794045831218567,0.10447495244037894,0.15372517456988796,0.24094898772781814,0.0021174540467771403,0.5,0.15372517456988796,0.23118795062008332,0.00897840520824106,0.15372517456988796,0.3023530500304347,0.021298609605255127,0.15372517456988796,0.6853293758648398,0.5398652246456216,0.15372517456988796,0.5603874407292523,0.5978911439021236,0.15372517456988796,0.2975767146567729,0.3139489030591776,0.15372517456988796,0.361840217428826,0.10249869631904507,0.15372517456988796,0.2160131322629376,0.0439475485209539,0.5,0.15372517456988796,0.2369044949722199,0.002571517505463951,0.0,0.23849676389388616,0.8050311858811422 -2774,0.5,0.15372517456988796,0.4570910979117707,0.24677991338710675,0.15372517456988796,0.5227087152199692,0.42357425558118655,0.15372517456988796,0.2417499374572785,0.16946638090947996,0.15372517456988796,0.29944628448790783,0.09311534565315016,0.15372517456988796,0.5812353545200709,0.49522114514968607,0.15372517456988796,0.5514287263957993,0.10332698864110451,0.15372517456988796,0.541784122401307,0.2746925258971077,0.15372517456988796,0.4480227986721248,0.1271719812438787,0.5,0.15372517456988796,0.39486743221854304,0.12077538371828266,0.15372517456988796,0.2859228213656141,0.003994825385816128,0.5,0.15372517456988796,0.22799329841866822,0.007082059013962164,0.15372517456988796,0.3121726247998397,0.020679700077485888,0.15372517456988796,0.6631548673553923,0.5431802798831087,0.15372517456988796,0.534137330113171,0.5959446948772162,0.15372517456988796,0.2913431519894498,0.28712607382457783,0.15372517456988796,0.3784424972613191,0.11250580890171158,0.15372517456988796,0.1512105676948632,0.04770344009615031,0.5,0.15372517456988796,0.2407451369676355,0.0028170816373958565,0.0,0.2754718544985797,0.8054964053351793 -2775,0.5,0.15372517456988796,0.39164398062843886,0.24565120510485713,0.15372517456988796,0.4169776603973214,0.4524179958150329,0.15372517456988796,0.1759311258073457,0.18567509567768611,0.15372517456988796,0.23395449810323882,0.0871974577234842,0.15372517456988796,0.49077065699790645,0.5120938110550198,0.15372517456988796,0.4194332774959544,0.10367681982098062,0.15372517456988796,0.4551740369519585,0.2949926692341458,0.15372517456988796,0.3357516850641582,0.1188716583038702,0.5,0.15372517456988796,0.3333369472006902,0.13656983637803777,0.15372517456988796,0.2868591278847144,0.003685877171761683,0.5,0.15372517456988796,0.29978964120903623,0.011232327602724705,0.15372517456988796,0.2822548470067996,0.017271604754929417,0.15372517456988796,0.5948210437952457,0.5425871816968572,0.15372517456988796,0.4046071187187087,0.595651011201022,0.15372517456988796,0.27107637195205964,0.2805801517155261,0.15372517456988796,0.3376568505965135,0.14539733542899524,0.15372517456988796,0.14505753918765366,0.057557386621892546,0.5,0.15372517456988796,0.2061885473511218,0.004774662310704387,0.0,0.33526013307274843,0.8057323861632177 -2776,0.5,0.15372517456988796,0.30396412157705327,0.2466941237010223,0.15372517456988796,0.22934721665062138,0.4489254909381655,0.15372517456988796,0.13402153896572871,0.1778864959890291,0.15372517456988796,0.2061507684077396,0.09163141463369713,0.15372517456988796,0.42152440813888314,0.5348072311215946,0.15372517456988796,0.30025927455389023,0.05792707300767746,0.15372517456988796,0.33373855931848406,0.3035458870117768,0.15372517456988796,0.24810972995264474,0.09328569802960197,0.5,0.15372517456988796,0.24600608983512812,0.11546879849234563,0.15372517456988796,0.3040177605906993,0.008925384233124164,0.5,0.15372517456988796,0.31573174025717293,0.03196415989013905,0.15372517456988796,0.23895045186556685,0.02321729320721195,0.15372517456988796,0.4515297595928701,0.5214042482290246,0.15372517456988796,0.2976663973188489,0.5954079545934483,0.15372517456988796,0.20962452350617303,0.26489680594559495,0.15372517456988796,0.2907109800373985,0.17531636259477118,0.15372517456988796,0.12318103301489143,0.07297803314246806,0.5,0.15372517456988796,0.166231508281616,0.011702711200372942,0.0,0.40092760584110254,0.8158065392835355 -2777,0.5,0.15372517456988796,0.20666464189926517,0.2320021280542931,0.15372517456988796,0.15368580917502583,0.32301954338309624,0.15372517456988796,0.0882975057636272,0.16525541791399825,0.15372517456988796,0.16556897341447646,0.0932389856543483,0.15372517456988796,0.3129716005770122,0.5474369938874211,0.15372517456988796,0.19806920046856805,0.019063451746135596,0.15372517456988796,0.23616744731312944,0.28005259175489167,0.15372517456988796,0.13965678123797737,0.05787714790966308,0.5,0.15372517456988796,0.1631578416923204,0.05400739582965991,0.15372517456988796,0.26028211369532417,0.02419888822915094,0.5,0.15372517456988796,0.24684647540951377,0.091617386331322,0.15372517456988796,0.18123957385761935,0.030729187037574116,0.15372517456988796,0.31538450261620277,0.4608055077825488,0.15372517456988796,0.21517729176107686,0.5459412816763105,0.15372517456988796,0.1667383196240051,0.25215269615028735,0.15372517456988796,0.22018241793945714,0.19009050304540712,0.15372517456988796,0.09317043421389637,0.08909080218699836,0.5,0.15372517456988796,0.1375202002867762,0.03180747955322112,0.0,0.4538518142739195,0.8284694641895047 -2778,0.5,0.15372517456988796,0.11642890959645427,0.1827219422220211,0.15372517456988796,0.16547829524140176,0.2075887554086803,0.15372517456988796,0.06571730138011728,0.13387921135132727,0.15372517456988796,0.08766777354489694,0.07282389748889695,0.15372517456988796,0.18929769478519498,0.5022130855402042,0.15372517456988796,0.06520662950368913,0.018618780482084908,0.15372517456988796,0.1312015599631461,0.15480132350459294,0.15372517456988796,0.053501440199764425,0.022772084226675066,0.5,0.15372517456988796,0.07197575249893273,0.01817230095040178,0.15372517456988796,0.15155300905894542,0.0275698914303531,0.5,0.15372517456988796,0.13620196913033367,0.11198768683680976,0.15372517456988796,0.10749307178774074,0.024348202553942364,0.15372517456988796,0.18077083339862263,0.3840451791355458,0.15372517456988796,0.1446260241333852,0.4250168068735053,0.15372517456988796,0.11926869254282069,0.19524575660042712,0.15372517456988796,0.12924037320745546,0.14225975854523884,0.15372517456988796,0.0765143636334416,0.08843424727130872,0.5,0.15372517456988796,0.09955116974100947,0.041762734630326384,0.0,0.48264704532622976,0.8426749450947296 -2779,0.5,0.15372517456988796,0.02304115822492143,0.13670318438878587,0.15372517456988796,0.04276455967161664,0.08761830711119481,0.15372517456988796,0.017895636090126565,0.08279953174497738,0.15372517456988796,0.008298140296195786,0.0688552715256961,0.15372517456988796,0.06444784340054167,0.39702267323258666,0.15372517456988796,0.010959590365622173,0.01231796140905837,0.15372517456988796,0.042567199561426655,0.09228492473195868,0.15372517456988796,0.01487841608684234,0.0067240229333186295,0.5,0.15372517456988796,0.017991288184613843,0.003379918410727691,0.15372517456988796,0.03424297078000567,0.01169302476929718,0.5,0.15372517456988796,0.02678250564575657,0.06892270479456544,0.15372517456988796,0.023915148094180407,0.011594339969388155,0.15372517456988796,0.06039789351056117,0.374473534230034,0.15372517456988796,0.059926302028192505,0.2621185385889455,0.15372517456988796,0.03941657559386891,0.13608876525320318,0.15372517456988796,0.03875095724551719,0.0761787486984233,0.15372517456988796,0.022903002560903614,0.04744370551317617,0.5,0.15372517456988796,0.010300183216905056,0.027351259281226253,0.0,0.4978494800716771,0.851938126602177 -2780,0.5,0.15372517456988796,0.0,0.1228346905855419,0.15372517456988796,0.0,0.07086505284586928,0.15372517456988796,0.0,0.054574241726036435,0.15372517456988796,0.0,0.08023773908672012,0.15372517456988796,0.0,0.35442463395936225,0.15372517456988796,0.0,0.01862092932831656,0.15372517456988796,0.0,0.11944826842855115,0.15372517456988796,0.0,0.004689480040732073,0.5,0.15372517456988796,0.0,0.002938209745739763,0.15372517456988796,0.0,0.008152750482822225,0.5,0.15372517456988796,0.0,0.050414375734799705,0.15372517456988796,0.0,0.015539668618479583,0.15372517456988796,0.0,0.36973820303935695,0.15372517456988796,0.0,0.2221112636660234,0.15372517456988796,0.0,0.12098434821906676,0.15372517456988796,0.0,0.07780114641699043,0.15372517456988796,0.0,0.026712521117698444,0.5,0.15372517456988796,0.0,0.020794962705667386,0.0,0.4943248551339133,0.8613763670631023 -2781,0.5,0.15372517456988796,0.0,0.11850716517050794,0.15372517456988796,0.0,0.0688094550782035,0.15372517456988796,0.0,0.04098729579931519,0.15372517456988796,0.0,0.07730211601557238,0.15372517456988796,0.0,0.33877987613466853,0.15372517456988796,0.0,0.029459533228652066,0.15372517456988796,0.0,0.15036120045066292,0.15372517456988796,0.0,0.002966689893213044,0.5,0.15372517456988796,0.0,0.01277450519627762,0.15372517456988796,0.0,0.0050634934159855816,0.5,0.15372517456988796,0.0,0.03713453152824831,0.15372517456988796,0.0,0.01562772818218487,0.15372517456988796,0.0,0.35667359170668356,0.15372517456988796,0.0,0.21851324355715582,0.15372517456988796,0.0,0.1100535630730912,0.15372517456988796,0.0,0.08168458186615242,0.15372517456988796,0.0,0.019779943172333975,0.5,0.15372517456988796,0.0,0.012724592718590281,0.0,0.47781460393850206,0.8787605977518945 -2782,0.5,0.15372517456988796,0.0,0.10900298997710377,0.15372517456988796,0.0,0.0930073264005786,0.15372517456988796,0.0,0.04003383414666374,0.15372517456988796,0.0,0.06395063779242335,0.15372517456988796,0.0,0.3256424846250211,0.15372517456988796,0.0,0.038666565684446916,0.15372517456988796,0.0,0.16883718771630982,0.15372517456988796,0.0,0.0013898726094082315,0.5,0.15372517456988796,0.0,0.10594891550507038,0.15372517456988796,0.0,0.00252104124518978,0.5,0.15372517456988796,0.0,0.03228690289255947,0.15372517456988796,0.0,0.019796808881421005,0.15372517456988796,0.0,0.3328703385353061,0.15372517456988796,0.0,0.22434506338713733,0.15372517456988796,0.0,0.09737531247860692,0.15372517456988796,0.0,0.07559925308382741,0.15372517456988796,0.0,0.017916660673929666,0.5,0.15372517456988796,0.0,0.008077218891262367,0.0,0.4339263466651669,0.8879727423529485 -2783,0.5,0.15372517456988796,0.0,0.0984071185215065,0.15372517456988796,0.0,0.11955006852491674,0.15372517456988796,0.0,0.04742099722304951,0.15372517456988796,0.0,0.05452165486971297,0.15372517456988796,0.0,0.3009439998249688,0.15372517456988796,0.0,0.03448403317641083,0.15372517456988796,0.0,0.14222999827618285,0.15372517456988796,0.0,0.014690850974106249,0.5,0.15372517456988796,0.0,0.2022676301848203,0.15372517456988796,0.0,0.0013726571841239724,0.5,0.15372517456988796,0.0,0.033724553537460226,0.15372517456988796,0.0,0.04846418815762127,0.15372517456988796,0.0,0.2953615639288543,0.15372517456988796,0.0,0.23962632127110275,0.15372517456988796,0.0,0.08790213281136613,0.15372517456988796,0.0,0.051331321394434574,0.15372517456988796,0.0,0.017196963847573205,0.5,0.15372517456988796,0.0,0.007405468714604052,0.0,0.36939157044989945,0.8885954130951408 -2784,0.5,0.15372517456988796,0.0,0.08755158628053157,0.15372517456988796,0.0,0.11684152132403215,0.15372517456988796,0.0,0.05008369958310917,0.15372517456988796,0.0,0.0532579784370789,0.15372517456988796,0.0,0.26430375938214423,0.15372517456988796,0.0,0.024992206129077335,0.15372517456988796,0.0,0.10263934770590662,0.15372517456988796,0.0,0.11867507878368276,0.5,0.15372517456988796,0.0,0.21189218430810275,0.15372517456988796,0.0,0.0008538251525867797,0.5,0.15372517456988796,0.0,0.036694764703375404,0.15372517456988796,0.0,0.08390025841503282,0.15372517456988796,0.0,0.2649898241397128,0.15372517456988796,0.0,0.24915051746419287,0.15372517456988796,0.0,0.0885034089202205,0.15372517456988796,0.0,0.03524304745596195,0.15372517456988796,0.0,0.014082788984266514,0.5,0.15372517456988796,0.0,0.006730943509107079,0.0,0.2985667231026981,0.8738754849448838 -2785,0.5,0.15372517456988796,0.0,0.08156880140088497,0.15372517456988796,0.0,0.10288402954277856,0.15372517456988796,0.0,0.045638057326818714,0.15372517456988796,0.0,0.05473909173136485,0.15372517456988796,0.0,0.23217168269220326,0.15372517456988796,0.0,0.08038829172071715,0.15372517456988796,0.0,0.07058599593613715,0.15372517456988796,0.0,0.22806143779609828,0.5,0.15372517456988796,0.0,0.19689307298985637,0.15372517456988796,0.0,0.0008762693909060668,0.5,0.15372517456988796,0.0,0.036080821166682285,0.15372517456988796,0.0,0.1156914830471207,0.15372517456988796,0.0,0.23896541596132495,0.15372517456988796,0.0,0.25134147885411195,0.15372517456988796,0.0,0.0890654479987908,0.15372517456988796,0.0,0.025444799822580858,0.15372517456988796,0.0,0.010267692223498683,0.5,0.15372517456988796,0.0,0.006347904276553016,0.0,0.2371720853170327,0.835225783000827 -2786,0.5,0.15372517456988796,0.0,0.08051615698590511,0.15372517456988796,0.0,0.09810894364213878,0.15372517456988796,0.0,0.04394812719274925,0.15372517456988796,0.0,0.055464608013284435,0.15372517456988796,0.0,0.23634416288889812,0.15372517456988796,0.0,0.17818721814874938,0.15372517456988796,0.0,0.0571977536409504,0.15372517456988796,0.0,0.22723136304083374,0.5,0.15372517456988796,0.0,0.14160718286904558,0.15372517456988796,0.0,0.0026821963596917265,0.5,0.15372517456988796,0.0,0.02503985095775003,0.15372517456988796,0.0,0.10020808441716872,0.15372517456988796,0.0,0.22369068726350258,0.15372517456988796,0.0,0.2477802280207856,0.15372517456988796,0.0,0.08635717192248625,0.15372517456988796,0.0,0.019068515331995124,0.15372517456988796,0.0,0.007112332524842365,0.5,0.15372517456988796,0.0,0.007005056658723422,0.0,0.19684413214492763,0.7886159705231369 -2787,0.5,0.15372517456988796,0.0,0.08015642481438504,0.15372517456988796,0.0,0.11101529273510742,0.15372517456988796,0.0,0.043760884617459556,0.15372517456988796,0.0,0.05503535374062807,0.15372517456988796,0.0,0.22429657105430936,0.15372517456988796,0.0,0.1694821946775029,0.15372517456988796,0.0,0.048680454037604265,0.15372517456988796,0.0,0.1409963277361227,0.5,0.15372517456988796,0.0,0.10444562584076968,0.15372517456988796,0.0,0.024267253940378215,0.5,0.15372517456988796,0.0,0.02461785117428141,0.15372517456988796,0.0,0.10506442995448755,0.15372517456988796,0.0,0.2166490911387062,0.15372517456988796,0.0,0.21386258470948705,0.15372517456988796,0.0,0.08962559774710854,0.15372517456988796,0.0,0.014270351369278287,0.15372517456988796,0.0,0.005223609516659562,0.5,0.15372517456988796,0.0,0.00722169596937062,0.0,0.16552348000261063,0.7929798571224205 -2788,0.5,0.15372517456988796,0.0,0.085885441706607,0.15372517456988796,0.0,0.12668732199432112,0.15372517456988796,0.0,0.04511064391741914,0.15372517456988796,0.0,0.05737008154491425,0.15372517456988796,0.0,0.1824936629712717,0.15372517456988796,0.0,0.10967335167758918,0.15372517456988796,0.0,0.042159933562731323,0.15372517456988796,0.0,0.07270158946834111,0.5,0.15372517456988796,0.0,0.09184107866064437,0.15372517456988796,0.0,0.25527666996698206,0.5,0.15372517456988796,0.0,0.057048595634133836,0.15372517456988796,0.0,0.19010475702636156,0.15372517456988796,0.0,0.21053868858770908,0.15372517456988796,0.0,0.205901165195025,0.15372517456988796,0.0,0.10449187218105212,0.15372517456988796,0.0,0.009854073501239121,0.15372517456988796,0.0,0.0051026793147654825,0.5,0.15372517456988796,0.0,0.005871292255475135,0.0,0.1587910355710338,0.7603143836800418 -2789,0.5,0.15372517456988796,0.0,0.09873541497137003,0.15372517456988796,0.0,0.1571293416237904,0.15372517456988796,0.0,0.04703361915556223,0.15372517456988796,0.0,0.06569121616909852,0.15372517456988796,0.0,0.16170503004187248,0.15372517456988796,0.0,0.07502946792000155,0.15372517456988796,0.0,0.035396151991208935,0.15372517456988796,0.0,0.0511751803005773,0.5,0.15372517456988796,0.0,0.09584190810916433,0.15372517456988796,0.0,0.5752995342509872,0.5,0.15372517456988796,0.0,0.16301958683519946,0.15372517456988796,0.0,0.3044156489353628,0.15372517456988796,0.0,0.2112446331541614,0.15372517456988796,0.0,0.20705667895639307,0.15372517456988796,0.0,0.12343710081325206,0.15372517456988796,0.0,0.008298971979435316,0.15372517456988796,0.0,0.007130093004120218,0.5,0.15372517456988796,0.0,0.003929966070948722,0.0,0.17272183711636152,0.7664281294793589 -2790,0.5,0.15372517456988796,0.009531080374215692,0.11184898460907385,0.15372517456988796,0.008569881103125522,0.16845942599142566,0.15372517456988796,0.003493225781508923,0.044706801966580126,0.15372517456988796,0.003514280773277753,0.07792160366328699,0.15372517456988796,0.0005696672243113898,0.1697073327934625,0.15372517456988796,9.919058746803829e-05,0.07227333792530652,0.15372517456988796,0.0005264076502794272,0.0339264398780015,0.15372517456988796,8.675851306462616e-05,0.04748693476979331,0.5,0.15372517456988796,0.00021623450444047633,0.10983628228133416,0.15372517456988796,0.0005035853686415739,0.4259638540260779,0.5,0.15372517456988796,0.0002978310671656287,0.337032414535726,0.15372517456988796,0.00020166728938124988,0.2703850077547659,0.15372517456988796,0.009568924290408806,0.21468383340458325,0.15372517456988796,0.001782644925707716,0.23172910899154137,0.15372517456988796,0.0018915749838075181,0.1312979017294029,0.15372517456988796,0.0011297371532659661,0.009386127355543141,0.15372517456988796,0.0035382347905684275,0.015614740040013246,0.5,0.15372517456988796,0.005587360908752068,0.005070569404929337,0.0,0.20242593446974627,0.7589372295572712 -2791,0.5,0.15372517456988796,0.06522543035507039,0.14902186191637415,0.15372517456988796,0.09148244589727918,0.18518654268250695,0.15372517456988796,0.03554161585092939,0.05135149265387498,0.15372517456988796,0.03869160917618714,0.10514564345939277,0.15372517456988796,0.011983182606353102,0.2037028945631476,0.15372517456988796,0.006002419532988935,0.08787326129016387,0.15372517456988796,0.011590097567046919,0.03835749651397847,0.15372517456988796,0.012947279406155685,0.06197675032985425,0.5,0.15372517456988796,0.02670227867029915,0.1421354707445353,0.15372517456988796,0.007190246180874932,0.2776368163824985,0.5,0.15372517456988796,0.011963197741098391,0.4832784800973339,0.15372517456988796,0.007001982312170474,0.22146040977195688,0.15372517456988796,0.09306386221035516,0.22033579797695435,0.15372517456988796,0.02409672443865895,0.27915439883259807,0.15372517456988796,0.030387925328270678,0.15121423298314426,0.15372517456988796,0.01578897427322122,0.015139054765539454,0.15372517456988796,0.04802536855983821,0.05010567485783332,0.5,0.15372517456988796,0.04669216771856936,0.032314240817463744,0.0,0.25349843608055767,0.7634257694021428 -2792,0.5,0.15372517456988796,0.14656571274309832,0.23854479704728973,0.15372517456988796,0.2086358802337722,0.27682346211998954,0.15372517456988796,0.08019388533667551,0.0691702444257096,0.15372517456988796,0.11650748984375987,0.156213592540811,0.15372517456988796,0.0516915742841334,0.2981938266963159,0.15372517456988796,0.01939709371809733,0.10425748963007428,0.15372517456988796,0.021835807749140103,0.052266514051442566,0.15372517456988796,0.04571014250390634,0.09038424476870206,0.5,0.15372517456988796,0.07784230169341827,0.18041868409876965,0.15372517456988796,0.03238538549678455,0.24493608262768318,0.5,0.15372517456988796,0.03221928632129585,0.513439152403993,0.15372517456988796,0.02276007974723682,0.21689111957133153,0.15372517456988796,0.21992595974379603,0.29505316264487663,0.15372517456988796,0.06634705704785768,0.3461799328964207,0.15372517456988796,0.08932144657386941,0.2016692523087658,0.15372517456988796,0.03589920656296552,0.033003951342180086,0.15372517456988796,0.08157333868325733,0.13700293392264418,0.5,0.15372517456988796,0.08020709232278214,0.16594627936028616,0.0,0.3164270988348533,0.7880340373915311 -2793,0.5,0.15372517456988796,0.23122025730946272,0.32499666856867865,0.15372517456988796,0.320292235336084,0.3596519869574465,0.15372517456988796,0.11150693720809432,0.07203641637415223,0.15372517456988796,0.21152122880447294,0.23336047341266214,0.15372517456988796,0.06895674535051839,0.27472621874942366,0.15372517456988796,0.03705626691151302,0.10995717295268925,0.15372517456988796,0.03359570242130909,0.05748870175816164,0.15372517456988796,0.09188457964453742,0.09986352540345585,0.5,0.15372517456988796,0.11608651544562032,0.15568772436117204,0.15372517456988796,0.06586403981480163,0.1989110490324303,0.5,0.15372517456988796,0.05893732764073685,0.4700994393661263,0.15372517456988796,0.04187567703107457,0.24647429506847332,0.15372517456988796,0.3527925618055836,0.4457222412641706,0.15372517456988796,0.14632814394415586,0.406529401108912,0.15372517456988796,0.18945957674118552,0.2967693211542497,0.15372517456988796,0.07595093663467857,0.07041139269269245,0.15372517456988796,0.0921583869785113,0.2210415950711981,0.5,0.15372517456988796,0.1308491750750051,0.32247298699833415,0.0,0.3293013746254042,0.8207838648683061 -2794,0.5,0.15372517456988796,0.2916449220749897,0.391612592659378,0.15372517456988796,0.43892060989876447,0.5096346188108516,0.15372517456988796,0.16761582542197773,0.08968740212844128,0.15372517456988796,0.31124890465481087,0.28696781910939595,0.15372517456988796,0.07598035682530635,0.19065947716405793,0.15372517456988796,0.06414069629162415,0.09997721144851689,0.15372517456988796,0.029313333823650048,0.06473966239157782,0.15372517456988796,0.1363172433640148,0.07118936979492407,0.5,0.15372517456988796,0.15694647875557663,0.14194929707424578,0.15372517456988796,0.08486723562636603,0.1620869287746094,0.5,0.15372517456988796,0.09530615975914439,0.4448736266456685,0.15372517456988796,0.067432190377086,0.2823333285886681,0.15372517456988796,0.4824218555783615,0.5748219188128301,0.15372517456988796,0.24206152423056998,0.45335452902414364,0.15372517456988796,0.2931868455278853,0.38085251812971826,0.15372517456988796,0.09983123562644658,0.1067696036855948,0.15372517456988796,0.09419697226659415,0.270744592769801,0.5,0.15372517456988796,0.1763889477544684,0.3425220187448344,0.0,0.3195934458385804,0.8071528198178151 -2795,0.5,0.15372517456988796,0.34412630626005314,0.45194976817640387,0.15372517456988796,0.5256335451078453,0.6159212278278652,0.15372517456988796,0.28869995458735775,0.13573995422474358,0.15372517456988796,0.4087416298687964,0.33083941579467285,0.15372517456988796,0.1313820337824768,0.13660459493670762,0.15372517456988796,0.08715118477484136,0.08221791457347968,0.15372517456988796,0.029713676705057986,0.06276225821182077,0.15372517456988796,0.15430951306129173,0.05497420963893025,0.5,0.15372517456988796,0.19272257879409044,0.15800028735206847,0.15372517456988796,0.08905792534708562,0.1287848278262597,0.5,0.15372517456988796,0.11701466694497442,0.436545414841325,0.15372517456988796,0.09191835165382804,0.3011888866210058,0.15372517456988796,0.5797958272386668,0.6723998935854485,0.15372517456988796,0.32624954415045876,0.4638414887123401,0.15372517456988796,0.3598569403092561,0.4262271768200814,0.15372517456988796,0.10073945749459362,0.1283247234465456,0.15372517456988796,0.12330682398223784,0.29979889746911,0.5,0.15372517456988796,0.1804635391267287,0.30331816476548734,0.0,0.3286412459189832,0.7713923020227028 -2796,0.5,0.15372517456988796,0.39201393400883794,0.5104588403780466,0.15372517456988796,0.533576404559932,0.6979630059272809,0.15372517456988796,0.39235741287306125,0.21163067104940786,0.15372517456988796,0.48419995390785586,0.3901424333542741,0.15372517456988796,0.2263103301653016,0.11856189466197169,0.15372517456988796,0.09680390495081176,0.07069446153150422,0.15372517456988796,0.02361553768207481,0.06653339732953831,0.15372517456988796,0.16566170477740536,0.060996891784273755,0.5,0.15372517456988796,0.19667846580501752,0.1553544164042247,0.15372517456988796,0.08723683007166998,0.10140153731249629,0.5,0.15372517456988796,0.1308570627141437,0.4662707938172858,0.15372517456988796,0.1096723069652054,0.29887889471594703,0.15372517456988796,0.6332777447854427,0.7263315490785212,0.15372517456988796,0.4351135860345583,0.487990024798056,0.15372517456988796,0.3848003145540819,0.4148430030531064,0.15372517456988796,0.09337645743115791,0.1305708323632906,0.15372517456988796,0.12482295744246408,0.3237835280788615,0.5,0.15372517456988796,0.13271682684931793,0.2738242459132834,0.0,0.3921138031231791,0.7389554640849252 -2797,0.5,0.15372517456988796,0.40826383382238945,0.5341404106155837,0.15372517456988796,0.47379230852325205,0.7463242912236959,0.15372517456988796,0.3882887323372187,0.24654329736079905,0.15372517456988796,0.5176410986488255,0.4575736434460959,0.15372517456988796,0.26916054113081755,0.10567074691635739,0.15372517456988796,0.08741443348156833,0.062271505998909,0.15372517456988796,0.026203605562682565,0.09480079085824636,0.15372517456988796,0.18822623492318638,0.05496732307523991,0.5,0.15372517456988796,0.22043500374031877,0.15325600401001271,0.15372517456988796,0.08568609623859207,0.08564658595477095,0.5,0.15372517456988796,0.12736165584869794,0.5018505420388557,0.15372517456988796,0.11754549749207063,0.2819662251860901,0.15372517456988796,0.6598474980856848,0.7927057133801431,0.15372517456988796,0.533449278908623,0.5129555792212768,0.15372517456988796,0.3583936307456473,0.42788389890169465,0.15372517456988796,0.07979989906532217,0.1301728279699183,0.15372517456988796,0.10163085066719676,0.3378896290620234,0.5,0.15372517456988796,0.09384942087366552,0.2454374096682838,0.0,0.508593782186992,0.7171238500668103 -2798,0.5,0.15372517456988796,0.3823966655662534,0.5392134997520623,0.15372517456988796,0.3945605279800832,0.7757992376567155,0.15372517456988796,0.2920884891564386,0.24816655996651962,0.15372517456988796,0.4730645548687884,0.5095703930979384,0.15372517456988796,0.23923857798749626,0.08192983260798029,0.15372517456988796,0.09293260879795744,0.05074003671425023,0.15372517456988796,0.04091565008198221,0.13520399177555992,0.15372517456988796,0.19008856693559412,0.04533933199296557,0.5,0.15372517456988796,0.20807197504717068,0.09459109433963869,0.15372517456988796,0.08707826062908826,0.07434819660426413,0.5,0.15372517456988796,0.1368210126077677,0.4652622168919938,0.15372517456988796,0.12353866348365039,0.23927310683276484,0.15372517456988796,0.6455308204516814,0.8446200186180017,0.15372517456988796,0.4424161980338839,0.5023119668798991,0.15372517456988796,0.35767278446247674,0.4974174953020162,0.15372517456988796,0.0623965767862366,0.12514465419289567,0.15372517456988796,0.07905103905678118,0.3381894226392989,0.5,0.15372517456988796,0.08360037225326726,0.2125543746419885,0.0,0.5950844562884132,0.6719279404439372 -2799,0.5,0.15372517456988796,0.35473971388642167,0.5521707141609979,0.15372517456988796,0.31477338892871737,0.75410818015874,0.15372517456988796,0.18995711787045919,0.23413434623069046,0.15372517456988796,0.392881313628867,0.5366625927124673,0.15372517456988796,0.15861234200654856,0.05463212642519024,0.15372517456988796,0.09141601947884313,0.03895380431807309,0.15372517456988796,0.02737048057530852,0.15148836908247498,0.15372517456988796,0.17130473370123978,0.031979701451346314,0.5,0.15372517456988796,0.28393525108640216,0.06587860702573226,0.15372517456988796,0.08195760979918247,0.06216985724580631,0.5,0.15372517456988796,0.1313468602293391,0.39714300274184666,0.15372517456988796,0.12784436893023593,0.1832618668725534,0.15372517456988796,0.5820521639889368,0.866687655836684,0.15372517456988796,0.4268977890232021,0.49925751876182495,0.15372517456988796,0.2541979940217901,0.4640594060787918,0.15372517456988796,0.039971728626642174,0.130170947599575,0.15372517456988796,0.06068930409651489,0.30570567229093054,0.5,0.15372517456988796,0.07743577080672141,0.18129841437490982,0.0,0.6214889265116302,0.6377916680825905 -2800,0.5,0.15372517456988796,0.29836946576098916,0.5481205326039083,0.15372517456988796,0.2558767392918161,0.7302470456382532,0.15372517456988796,0.12746736138821618,0.19533746521776316,0.15372517456988796,0.2648651524356699,0.5277429480978951,0.15372517456988796,0.1405102880285923,0.04893187125781186,0.15372517456988796,0.062171190487043684,0.030011964397869184,0.15372517456988796,0.015498691115387707,0.1481113367992885,0.15372517456988796,0.1499652639628016,0.02077822602194271,0.5,0.15372517456988796,0.24250083965621322,0.042420652525815256,0.15372517456988796,0.0634593851868936,0.05702208424559581,0.5,0.15372517456988796,0.11723260144552228,0.27868897426219474,0.15372517456988796,0.12078940300452343,0.1391474663242052,0.15372517456988796,0.4613572637201674,0.8562617168643976,0.15372517456988796,0.28398696047067323,0.4724665386717144,0.15372517456988796,0.19078496834657627,0.4339942515077627,0.15372517456988796,0.020136480943817012,0.13905822945434498,0.15372517456988796,0.038432286958589884,0.25979225590467253,0.5,0.15372517456988796,0.04889859526410454,0.16250827317648725,0.0,0.6673883295110088,0.6348870935314523 -2801,0.5,0.15372517456988796,0.21735253303535584,0.48346924116690676,0.15372517456988796,0.19544905695117398,0.6584545363948363,0.15372517456988796,0.06524177816164439,0.12653747193713155,0.15372517456988796,0.14773950251696102,0.4461875227928275,0.15372517456988796,0.0740469519459876,0.04805576574270934,0.15372517456988796,0.04793283020265023,0.023481430613310476,0.15372517456988796,0.005735474263679888,0.1410369799098759,0.15372517456988796,0.11312769505169226,0.013629938807913477,0.5,0.15372517456988796,0.18976960212490115,0.019669034616049356,0.15372517456988796,0.04048199621270483,0.05408742303360898,0.5,0.15372517456988796,0.09274331901407447,0.17957216009730528,0.15372517456988796,0.0932659705975788,0.10421901354460769,0.15372517456988796,0.3263094161348439,0.8047025607192066,0.15372517456988796,0.1572070991848717,0.3927338266226371,0.15372517456988796,0.12016940860699321,0.33571653427176834,0.15372517456988796,0.010982865360863951,0.14381187218972136,0.15372517456988796,0.020499592767616884,0.21571243670612844,0.5,0.15372517456988796,0.02646548906055114,0.14258718338754464,0.0,0.7093893544350025,0.6565089968285789 -2802,0.5,0.15372517456988796,0.11563771446705087,0.3766010353623017,0.15372517456988796,0.1032347588780993,0.4429409458739327,0.15372517456988796,0.020229743910441574,0.08289004117463056,0.15372517456988796,0.07537025061733524,0.3685874093325266,0.15372517456988796,0.018286351052278483,0.04626183668869582,0.15372517456988796,0.029131256276626154,0.02111767659225258,0.15372517456988796,0.002068979010601245,0.13069516474796544,0.15372517456988796,0.07727604085604987,0.009257675535481071,0.5,0.15372517456988796,0.11776335460001389,0.005211698990545851,0.15372517456988796,0.018473617670896655,0.04638209305586268,0.5,0.15372517456988796,0.05607482129472232,0.15621775626059814,0.15372517456988796,0.053111667060521194,0.07661320373357383,0.15372517456988796,0.18927165914425026,0.7134058971771768,0.15372517456988796,0.08376132578317941,0.3382766245516623,0.15372517456988796,0.04632692134163914,0.17851798951092776,0.15372517456988796,0.004841183265177773,0.14025926299705446,0.15372517456988796,0.009047915860541196,0.18333003920128713,0.5,0.15372517456988796,0.006747476449328157,0.11214966218144674,0.0,0.7333021637168398,0.665209474294254 -2803,0.5,0.15372517456988796,0.024346195631733018,0.2839734140108867,0.15372517456988796,0.032087523721880444,0.27598527556866503,0.15372517456988796,0.004141281075343346,0.09608256131992991,0.15372517456988796,0.013735570277344017,0.2758217109616907,0.15372517456988796,0.004084774462312966,0.0403024965424155,0.15372517456988796,0.009591293433874331,0.02236794826291492,0.15372517456988796,0.0008235521519617874,0.12035041051075845,0.15372517456988796,0.03342242197256086,0.009126524099597131,0.5,0.15372517456988796,0.04184025343928711,0.00036807516823227586,0.15372517456988796,0.003320704491951492,0.03708804690951491,0.5,0.15372517456988796,0.01936105823606046,0.1483775227504263,0.15372517456988796,0.015357217966856192,0.05578243330079655,0.15372517456988796,0.05991893396934085,0.6432557422483002,0.15372517456988796,0.023819501170296298,0.30507713494420674,0.15372517456988796,0.011488205586246095,0.11831889463122083,0.15372517456988796,0.0012365798415688231,0.13066942801333942,0.15372517456988796,0.0017113365644030952,0.1642201001746498,0.5,0.15372517456988796,0.00038869174522038544,0.08984090262926067,0.0,0.7518470307969167,0.6828455822093318 -2804,0.5,0.15372517456988796,0.0,0.2258547155469625,0.15372517456988796,0.0,0.2250716292045934,0.15372517456988796,0.0,0.10112821703996139,0.15372517456988796,0.0,0.20364513509846796,0.15372517456988796,3.564302289633032e-05,0.030873537169078865,0.15372517456988796,0.0,0.01776170621494238,0.15372517456988796,0.0,0.11122790432198783,0.15372517456988796,0.0,0.006712903070464639,0.5,0.15372517456988796,0.0,0.0008156147064482149,0.15372517456988796,0.0,0.03135701019779088,0.5,0.15372517456988796,0.0,0.11938857996147192,0.15372517456988796,0.0,0.03829415042842497,0.15372517456988796,0.0,0.5866168557247864,0.15372517456988796,2.9162856348631447e-05,0.2824247607572442,0.15372517456988796,0.0,0.11219719968175017,0.15372517456988796,0.0,0.11562187135770195,0.15372517456988796,0.0,0.14200242361138576,0.5,0.15372517456988796,0.0,0.07644641503519135,0.0,0.7196649786729582,0.7161650658788894 -2805,0.5,0.15372517456988796,0.0,0.18278547029231546,0.15372517456988796,0.0,0.2505605809531962,0.15372517456988796,0.0,0.11043514791770877,0.15372517456988796,0.0,0.15075017103861618,0.15372517456988796,0.0,0.02681704511304631,0.15372517456988796,0.0,0.015160974898245007,0.15372517456988796,0.0,0.09806671606037991,0.15372517456988796,0.0,0.0058589638453239055,0.5,0.15372517456988796,0.0,0.0010230359773686904,0.15372517456988796,0.0,0.03350914492268473,0.5,0.15372517456988796,0.0,0.10075235669613616,0.15372517456988796,0.0,0.02894950924402866,0.15372517456988796,0.0,0.52577583040971,0.15372517456988796,0.0,0.2627382093290943,0.15372517456988796,0.0,0.12016306819588116,0.15372517456988796,0.0,0.0982460119716279,0.15372517456988796,0.0,0.12726831258749458,0.5,0.15372517456988796,0.0,0.07107983220365104,0.0,0.669756099006977,0.7836541558345093 -2806,0.5,0.15372517456988796,0.0,0.15506688464801788,0.15372517456988796,0.0,0.2693064844781983,0.15372517456988796,0.0,0.1136197966946688,0.15372517456988796,0.0,0.11640705283247887,0.15372517456988796,0.0,0.022699377435340024,0.15372517456988796,0.0,0.01472521941679935,0.15372517456988796,0.0,0.07346544445836616,0.15372517456988796,0.0,0.003858621612108818,0.5,0.15372517456988796,0.0,0.001177294112176652,0.15372517456988796,0.0,0.03113754406460792,0.5,0.15372517456988796,0.0,0.09036219881856104,0.15372517456988796,0.0,0.022948226637441425,0.15372517456988796,0.0,0.46804256395019667,0.15372517456988796,0.0,0.26195767884867804,0.15372517456988796,0.0,0.11515346964377252,0.15372517456988796,0.0,0.08065487729963512,0.15372517456988796,0.0,0.12256209121226602,0.5,0.15372517456988796,0.0,0.07130961746455722,0.0,0.615057880039269,0.7686778448399371 -2807,0.5,0.15372517456988796,0.0,0.13724753351099617,0.15372517456988796,0.0,0.23155726104248014,0.15372517456988796,0.0,0.09937374433016612,0.15372517456988796,0.0,0.09652600220989983,0.15372517456988796,0.0,0.019655390648778318,0.15372517456988796,0.0,0.018092142528188335,0.15372517456988796,0.0,0.05957809591099836,0.15372517456988796,0.0,0.002950638103622485,0.5,0.15372517456988796,0.0,0.0012378088456279162,0.15372517456988796,0.0,0.027212372088824714,0.5,0.15372517456988796,0.0,0.08382774629639105,0.15372517456988796,0.0,0.019749542548093132,0.15372517456988796,0.0,0.4120129923624801,0.15372517456988796,0.0,0.26227857967247703,0.15372517456988796,0.0,0.10303341507968763,0.15372517456988796,0.0,0.06369772934058583,0.15372517456988796,0.0,0.12160394416733687,0.5,0.15372517456988796,0.0,0.07277880483323959,0.0,0.5930263451847259,0.750595813864269 -2808,0.5,0.15372517456988796,0.0,0.12416577226229693,0.15372517456988796,0.0,0.18738076086080108,0.15372517456988796,0.0,0.06845581701595962,0.15372517456988796,0.0,0.07746519543470846,0.15372517456988796,0.0,0.024658209668613606,0.15372517456988796,0.0,0.023258725304643152,0.15372517456988796,0.0,0.054165736298584954,0.15372517456988796,0.0,0.002644812255986853,0.5,0.15372517456988796,0.0,0.0013632848439949926,0.15372517456988796,0.0,0.01995747866792376,0.5,0.15372517456988796,0.0,0.07746733054352778,0.15372517456988796,0.0,0.018181592449071565,0.15372517456988796,0.0,0.3584304884783223,0.15372517456988796,0.0,0.2597698022474326,0.15372517456988796,0.0,0.09778746255723154,0.15372517456988796,0.0,0.04774914710542815,0.15372517456988796,0.0,0.11671892286935305,0.5,0.15372517456988796,0.0,0.0709520684726412,0.0,0.5910970399854689,0.71969656777594 -2809,0.5,0.15372517456988796,0.0,0.11025267675046159,0.15372517456988796,0.0,0.15564992338854852,0.15372517456988796,0.0,0.04722447920478511,0.15372517456988796,0.0,0.06179031968882578,0.15372517456988796,0.0,0.03014964950084253,0.15372517456988796,0.0,0.02582557886409217,0.15372517456988796,0.0,0.051980380102963054,0.15372517456988796,0.0,0.002313350299610996,0.5,0.15372517456988796,0.0,0.0028624385293015983,0.15372517456988796,0.0,0.014881021138252907,0.5,0.15372517456988796,0.0,0.06870802256974895,0.15372517456988796,0.0,0.017294634509324863,0.15372517456988796,0.0,0.3121893686349189,0.15372517456988796,0.0,0.24482635434092803,0.15372517456988796,0.0,0.08490881147850907,0.15372517456988796,0.0,0.040697568548128366,0.15372517456988796,0.0,0.10887983388821096,0.5,0.15372517456988796,0.0,0.06275080747061051,0.0,0.5659410531601605,0.6921759995660335 -2810,0.5,0.15372517456988796,0.0,0.09334983940049282,0.15372517456988796,0.0,0.12608061496098869,0.15372517456988796,0.0,0.03439998891222348,0.15372517456988796,0.0,0.04885665352411316,0.15372517456988796,0.0,0.03255941200880059,0.15372517456988796,0.0,0.023821257886989106,0.15372517456988796,0.0,0.04697071922992014,0.15372517456988796,0.0,0.002397433277896158,0.5,0.15372517456988796,0.0,0.0064718770423528756,0.15372517456988796,0.0,0.012844690613247115,0.5,0.15372517456988796,0.0,0.06210945360593196,0.15372517456988796,0.0,0.015100477805470981,0.15372517456988796,0.0,0.2878708592891558,0.15372517456988796,0.0,0.2069597623926021,0.15372517456988796,0.0,0.07519241255431174,0.15372517456988796,0.0,0.03960446482820221,0.15372517456988796,0.0,0.09707848887245688,0.5,0.15372517456988796,0.0,0.052981963139115906,0.0,0.4986570579278902,0.648554949634159 -2811,0.5,0.15372517456988796,0.0,0.07925234654400164,0.15372517456988796,0.0,0.11583690178963382,0.15372517456988796,0.0,0.027255332918887976,0.15372517456988796,0.0,0.04255029385517042,0.15372517456988796,0.0,0.027967128373844474,0.15372517456988796,0.0,0.01778125630925391,0.15372517456988796,0.0,0.04363087014329477,0.15372517456988796,0.0,0.0027732108560140295,0.5,0.15372517456988796,0.0,0.00850079728550512,0.15372517456988796,0.0,0.010810632461809237,0.5,0.15372517456988796,0.0,0.055303415730511306,0.15372517456988796,0.0,0.013224501740857632,0.15372517456988796,0.0,0.2744077816618784,0.15372517456988796,0.0,0.16391897812827644,0.15372517456988796,0.0,0.06540226142605877,0.15372517456988796,0.0,0.04016468407623583,0.15372517456988796,0.0,0.08268308837356812,0.5,0.15372517456988796,0.0,0.04427978490908991,0.0,0.3994937992654719,0.6058780795037407 -2812,0.5,0.15372517456988796,0.0,0.07115419239891792,0.15372517456988796,0.0,0.11355515403660475,0.15372517456988796,0.0,0.023869876828001554,0.15372517456988796,0.0,0.03833843522010722,0.15372517456988796,0.0,0.020905309922449815,0.15372517456988796,0.0,0.012303476097705412,0.15372517456988796,0.0,0.04135649029116237,0.15372517456988796,0.0,0.0026408460992497747,0.5,0.15372517456988796,0.0,0.008011380739141268,0.15372517456988796,0.0,0.007635060465966967,0.5,0.15372517456988796,0.0,0.04713657159266015,0.15372517456988796,0.0,0.012231627524039864,0.15372517456988796,0.0,0.2611684108988576,0.15372517456988796,0.0,0.1365845881791672,0.15372517456988796,0.0,0.05863074743792124,0.15372517456988796,0.0,0.03843761991910225,0.15372517456988796,0.0,0.0670619335165081,0.5,0.15372517456988796,0.0,0.03411837600326613,0.0,0.30629947251653616,0.5853205088579947 -2813,0.5,0.15372517456988796,0.0,0.06795735500743168,0.15372517456988796,0.0,0.10998341593891264,0.15372517456988796,0.0,0.02116049342813756,0.15372517456988796,0.0,0.0337118122781287,0.15372517456988796,0.0,0.011852583128022596,0.15372517456988796,0.0,0.010309709844144348,0.15372517456988796,0.0,0.03983556507478217,0.15372517456988796,0.0,0.0016917328279423016,0.5,0.15372517456988796,0.0,0.007142816461874,0.15372517456988796,0.0,0.0045431636252314805,0.5,0.15372517456988796,0.0,0.03976783051285323,0.15372517456988796,0.0,0.014091725226839888,0.15372517456988796,0.0,0.23988302207380705,0.15372517456988796,0.0,0.12160786862506304,0.15372517456988796,0.0,0.05464596912079485,0.15372517456988796,0.0,0.034997045407786115,0.15372517456988796,0.0,0.0516924491724261,0.5,0.15372517456988796,0.0,0.024989627897754562,0.0,0.23827867129743477,0.5919072201398811 -2814,0.5,0.15372517456988796,0.02264765533483729,0.06511631710560944,0.15372517456988796,0.01158534187309097,0.0954880690525891,0.15372517456988796,0.008191010880402121,0.020014213830866066,0.15372517456988796,0.021801745906935274,0.027590222324436343,0.15372517456988796,0.0006044912544565254,0.007275941524947339,0.15372517456988796,0.00010525404340502163,0.011340083431491772,0.15372517456988796,0.00010516055400962725,0.03584403184399325,0.15372517456988796,0.00034682994996271195,0.00166004609798347,0.5,0.15372517456988796,0.0005378448381786637,0.0069570121672700765,0.15372517456988796,0.0012365373889855133,0.003709499739416665,0.5,0.15372517456988796,0.0009013011637408765,0.03971852045538903,0.15372517456988796,0.0007555613372192667,0.021303771665565064,0.15372517456988796,0.01190346381400015,0.21156666300145935,0.15372517456988796,0.003306492633122161,0.11353521381007442,0.15372517456988796,0.0045400466278285555,0.05106500765955428,0.15372517456988796,0.00021290780377867204,0.03107854546440318,0.15372517456988796,0.0002114052749060032,0.04242452728148958,0.5,0.15372517456988796,0.0004889769020922747,0.02074099327358727,0.0,0.2060898935910912,0.5683327170552149 -2815,0.5,0.15372517456988796,0.1092305108108822,0.07006784377505265,0.15372517456988796,0.0938343009376369,0.09160631576797758,0.15372517456988796,0.06960002403244535,0.022074432819350422,0.15372517456988796,0.10766559849987631,0.024331982619265103,0.15372517456988796,0.011972551280547,0.009433392208369976,0.15372517456988796,0.005074550259762174,0.012186190414414235,0.15372517456988796,0.0021059821210084395,0.03987327425331489,0.15372517456988796,0.018718199942132842,0.0019425445059692008,0.5,0.15372517456988796,0.03136502088184361,0.008960955180903793,0.15372517456988796,0.02510742026677109,0.005817020050778028,0.5,0.15372517456988796,0.027771350574415432,0.05614047458325838,0.15372517456988796,0.021463052386023723,0.041092864022167164,0.15372517456988796,0.09501014802617233,0.19545571269232342,0.15372517456988796,0.05156107684370197,0.11841978150261998,0.15372517456988796,0.05510339699269959,0.0559708450598129,0.15372517456988796,0.002992189613982575,0.033785770497684206,0.15372517456988796,0.0027712374742674176,0.0387339551608982,0.5,0.15372517456988796,0.007113894094763658,0.022428418275188447,0.0,0.21424142724309736,0.5215643964764051 -2816,0.5,0.15372517456988796,0.23871875016618913,0.12433315087611037,0.15372517456988796,0.21818164769528495,0.14961762908040405,0.15372517456988796,0.15729530337209194,0.05238939640740349,0.15372517456988796,0.23053372646693648,0.043551605995786384,0.15372517456988796,0.043422864433884024,0.019610470032020665,0.15372517456988796,0.02021137165182112,0.018530540820514585,0.15372517456988796,0.01087245185666908,0.04967223201751893,0.15372517456988796,0.05680186136807702,0.0031533179283953316,0.5,0.15372517456988796,0.08905167085687876,0.019520615224865395,0.15372517456988796,0.06326511174187628,0.011847804995397573,0.5,0.15372517456988796,0.07550764032074561,0.08335646546737284,0.15372517456988796,0.05332502974580889,0.05913397125593053,0.15372517456988796,0.2229198444417108,0.2424574863375508,0.15372517456988796,0.1500986448442534,0.1545454761881827,0.15372517456988796,0.14751620404872828,0.0908156043737944,0.15372517456988796,0.011347528230493047,0.03858358637148706,0.15372517456988796,0.01072263360009237,0.04006828217181103,0.5,0.15372517456988796,0.025398067160682974,0.028294787138342117,0.0,0.235920402803425,0.47241313269544943 -2817,0.5,0.15372517456988796,0.3772047882987206,0.17124337574730547,0.15372517456988796,0.3530001314710389,0.2085562292837144,0.15372517456988796,0.26427157701907084,0.08554938941451706,0.15372517456988796,0.36444673428349017,0.06057596479611114,0.15372517456988796,0.09470479387112343,0.0293814884303782,0.15372517456988796,0.04468974251093323,0.03067857794776252,0.15372517456988796,0.025968981280384176,0.06114859547275464,0.15372517456988796,0.11749302144147733,0.00808848302754405,0.5,0.15372517456988796,0.16239101738825892,0.03809012343762585,0.15372517456988796,0.0951641858829199,0.015861998659884958,0.5,0.15372517456988796,0.11834984822486892,0.0975951316153872,0.15372517456988796,0.09177992966443807,0.07961345729119301,0.15372517456988796,0.36085479993291336,0.307224887064611,0.15372517456988796,0.27063620169050423,0.19502785485915808,0.15372517456988796,0.2677687227590359,0.13068862466985948,0.15372517456988796,0.025293138942088587,0.04072993567250829,0.15372517456988796,0.025421872332999366,0.043920569808176595,0.5,0.15372517456988796,0.046186052647539846,0.028600330664099328,0.0,0.23118623621009327,0.4302487254858469 -2818,0.5,0.15372517456988796,0.5188304186918897,0.20643340345224878,0.15372517456988796,0.4920656628160268,0.2929444904715716,0.15372517456988796,0.3587491300386897,0.11426358068917691,0.15372517456988796,0.49549374995351353,0.07214183825491735,0.15372517456988796,0.1703117107710247,0.03738674692867482,0.15372517456988796,0.07761872379969381,0.04311321316512473,0.15372517456988796,0.037133837932324804,0.07035625059381916,0.15372517456988796,0.17541486653986105,0.012983020474694837,0.5,0.15372517456988796,0.25071771527989695,0.0472850706244425,0.15372517456988796,0.11738643281976616,0.017593525414910393,0.5,0.15372517456988796,0.13988652453468572,0.09483059574231023,0.15372517456988796,0.12385134400710018,0.08364769532411283,0.15372517456988796,0.5034433796780139,0.34600161901279214,0.15372517456988796,0.4255353953790951,0.221123235856802,0.15372517456988796,0.4095510808690068,0.19153401473178847,0.15372517456988796,0.04155379740978582,0.04164268068304122,0.15372517456988796,0.04913189123148866,0.047159968038392217,0.5,0.15372517456988796,0.0743910817844555,0.0282141728575014,0.0,0.20445815893256372,0.3973343883539061 -2819,0.5,0.15372517456988796,0.6264030379426353,0.23126214920357144,0.15372517456988796,0.6047590599046704,0.3173621314217828,0.15372517456988796,0.4197896748730424,0.15787678020259233,0.15372517456988796,0.5869743862432119,0.099449881551782,0.15372517456988796,0.22731800581633516,0.04045017749935279,0.15372517456988796,0.08647060787023252,0.04848817824455776,0.15372517456988796,0.04890494770126535,0.07155789351317367,0.15372517456988796,0.2175782722881741,0.016134594094034598,0.5,0.15372517456988796,0.2992790880174979,0.04730397325995925,0.15372517456988796,0.13094664755135188,0.018900607075674855,0.5,0.15372517456988796,0.18034131304640524,0.09667515221482594,0.15372517456988796,0.1385658383880875,0.0753486456105569,0.15372517456988796,0.6225329180859888,0.37289850196890717,0.15372517456988796,0.560491294451042,0.24077091415372265,0.15372517456988796,0.5323729737459345,0.25602924559190465,0.15372517456988796,0.052631812476432144,0.03680528323284465,0.15372517456988796,0.08978777627264078,0.054497879562810825,0.5,0.15372517456988796,0.11034944967649138,0.02156971073106849,0.0,0.18754233291571715,0.333041011939907 -2820,0.5,0.15372517456988796,0.6595070525740687,0.2309413207498419,0.15372517456988796,0.6664740242126861,0.3928605845270276,0.15372517456988796,0.4211018544402726,0.18269022550683667,0.15372517456988796,0.5559077247224659,0.10781480787051093,0.15372517456988796,0.3030082379580292,0.04298667391653623,0.15372517456988796,0.08522688838483286,0.04960458548083159,0.15372517456988796,0.05747896631412318,0.07817226450557352,0.15372517456988796,0.21327427829722415,0.01414876239302704,0.5,0.15372517456988796,0.3172013772124237,0.04442815461315777,0.15372517456988796,0.14697560605431548,0.020515038472083014,0.5,0.15372517456988796,0.20825493091743236,0.08741007453176193,0.15372517456988796,0.15108617040914699,0.0651961189040875,0.15372517456988796,0.6896706134986343,0.3992202169891349,0.15372517456988796,0.6377136994084451,0.285415407186731,0.15372517456988796,0.5775237235946157,0.3270614103593661,0.15372517456988796,0.06195237255231113,0.032983303280147806,0.15372517456988796,0.125959861465543,0.05561917054380653,0.5,0.15372517456988796,0.1512277313331468,0.018675875529088976,0.0,0.17819874434381636,0.2497826251382683 -2821,0.5,0.15372517456988796,0.677208969860126,0.21638760350889452,0.15372517456988796,0.6901941651865158,0.4018678163180073,0.15372517456988796,0.41264810416457465,0.1712104519936315,0.15372517456988796,0.5579512248037469,0.09826439892309104,0.15372517456988796,0.30748821023437606,0.04116131558220291,0.15372517456988796,0.08647888925657363,0.05270506907973238,0.15372517456988796,0.060778027068358886,0.0904953226041001,0.15372517456988796,0.2350451050881267,0.012955829145850528,0.5,0.15372517456988796,0.33703150844099616,0.03870862831812227,0.15372517456988796,0.14903482263298004,0.023642290839098364,0.5,0.15372517456988796,0.20363533083704027,0.07640620956377403,0.15372517456988796,0.15279514703168096,0.04958521514449048,0.15372517456988796,0.7164581633425531,0.38603342799614687,0.15372517456988796,0.5640135219063006,0.2807534851127703,0.15372517456988796,0.548690901335123,0.3081710667415671,0.15372517456988796,0.06943927792024518,0.03794515779199768,0.15372517456988796,0.1389814098954516,0.05138680960847932,0.5,0.15372517456988796,0.1917050886294423,0.018819109674234027,0.0,0.1811971624368445,0.1760656639424322 -2822,0.5,0.15372517456988796,0.6608952866182598,0.20914951821591388,0.15372517456988796,0.6760089218727986,0.3400048681673585,0.15372517456988796,0.3734559022617544,0.1426864395210712,0.15372517456988796,0.549129490537377,0.08817364081043856,0.15372517456988796,0.282067172551844,0.028539870553605386,0.15372517456988796,0.0853072265613556,0.04627262773736186,0.15372517456988796,0.055315520380580525,0.10702857557746172,0.15372517456988796,0.21248858422134081,0.01193979297542811,0.5,0.15372517456988796,0.28692205362655565,0.03435703678792984,0.15372517456988796,0.12463797971455236,0.02534027661308906,0.5,0.15372517456988796,0.17175140120322765,0.06589375418533931,0.15372517456988796,0.13143317524301998,0.04011246403166086,0.15372517456988796,0.6973204228025887,0.375194523671012,0.15372517456988796,0.5501395320027204,0.22620819999859887,0.15372517456988796,0.4627794837001602,0.2547590609616937,0.15372517456988796,0.07512681748726452,0.04513494684925421,0.15372517456988796,0.15448570520872276,0.05040722671141501,0.5,0.15372517456988796,0.1952704932529299,0.0207076336739765,0.0,0.20095875757997897,0.13822884838904848 -2823,0.5,0.15372517456988796,0.5763105933646367,0.21594321017724358,0.15372517456988796,0.6094376670944833,0.2807799060363458,0.15372517456988796,0.3294433560366081,0.11100734406205283,0.15372517456988796,0.4780954779216573,0.08489829004386287,0.15372517456988796,0.2562858296833712,0.03497825923501417,0.15372517456988796,0.08061936866411576,0.04015538218800105,0.15372517456988796,0.056034668842852964,0.1188784042549946,0.15372517456988796,0.19086758523205755,0.013361458885763516,0.5,0.15372517456988796,0.23442392538147086,0.0310392808115643,0.15372517456988796,0.13029211262841964,0.03143607061152969,0.5,0.15372517456988796,0.15171905925899537,0.052393503094241935,0.15372517456988796,0.11277837161519871,0.03711494431959166,0.15372517456988796,0.6298768640661101,0.37937436460157026,0.15372517456988796,0.46195535118731723,0.1733257634528036,0.15372517456988796,0.40264596602117914,0.2002524953718826,0.15372517456988796,0.09001913732107923,0.0534118466727212,0.15372517456988796,0.14152120193999054,0.044173908217083946,0.5,0.15372517456988796,0.1846559362423551,0.02106365269283613,0.0,0.21143949711362695,0.12226982331017844 -2824,0.5,0.15372517456988796,0.4532084161465907,0.2310618104758343,0.15372517456988796,0.4918049091759329,0.27703245057579645,0.15372517456988796,0.26910428581093565,0.0937833095425691,0.15372517456988796,0.3753986107769842,0.08454477386509232,0.15372517456988796,0.2554678454914304,0.05077193011232705,0.15372517456988796,0.06791419863683017,0.03394646292034907,0.15372517456988796,0.05529665996762945,0.12560032917431901,0.15372517456988796,0.14755753093494015,0.01736293313037488,0.5,0.15372517456988796,0.17886351777664578,0.02406750791085584,0.15372517456988796,0.09911247081405508,0.03607683574112634,0.5,0.15372517456988796,0.11352076348807624,0.045741946117312235,0.15372517456988796,0.09327130290761601,0.04184387949973181,0.15372517456988796,0.5101739825254769,0.41318718070833665,0.15372517456988796,0.3289275619870525,0.14314121801102128,0.15372517456988796,0.3381300885406916,0.14548304923570046,0.15372517456988796,0.07192746709328422,0.05568097028969935,0.15372517456988796,0.11518481554253208,0.04207143995504112,0.5,0.15372517456988796,0.1449553792322531,0.023199470359770415,0.0,0.2098028472489539,0.1142545323522218 -2825,0.5,0.15372517456988796,0.32221043424743634,0.23115832208858333,0.15372517456988796,0.35815887949102837,0.2888248539041271,0.15372517456988796,0.22463405277965456,0.06261397118832261,0.15372517456988796,0.2395288626161265,0.05704450224844462,0.15372517456988796,0.2304821405116935,0.06609255119254975,0.15372517456988796,0.04926629385368134,0.03040422894234073,0.15372517456988796,0.04577172084286933,0.11931772895306422,0.15372517456988796,0.10279473602467643,0.020815374410861457,0.5,0.15372517456988796,0.13734821466660646,0.015217057230067638,0.15372517456988796,0.05601555483501669,0.0317860565475959,0.5,0.15372517456988796,0.08433871783423719,0.042067445126903205,0.15372517456988796,0.06905079008440962,0.04078702022533458,0.15372517456988796,0.37524971462824197,0.4370828458052073,0.15372517456988796,0.22010274182004347,0.1317851849503273,0.15372517456988796,0.24295096750636297,0.07472149963754925,0.15372517456988796,0.05235062819315262,0.05581624759388243,0.15372517456988796,0.07625296467486418,0.04069897590169051,0.5,0.15372517456988796,0.09327458631971859,0.026512167933181674,0.0,0.19811800205066132,0.10723892495036132 -2826,0.5,0.15372517456988796,0.18175360600457674,0.16630470719351761,0.15372517456988796,0.21345669056641975,0.2267193418887666,0.15372517456988796,0.13710131433429984,0.022354067616814695,0.15372517456988796,0.12774516804920483,0.01917546729197696,0.15372517456988796,0.16028088148774444,0.07523593057250554,0.15372517456988796,0.029056382558156256,0.027936712388074915,0.15372517456988796,0.028644534161129616,0.094978426215612,0.15372517456988796,0.07243525488740166,0.020307663197258262,0.5,0.15372517456988796,0.08623226949318791,0.0075497363482122225,0.15372517456988796,0.02822850323481861,0.028203174551296308,0.5,0.15372517456988796,0.03883354351705162,0.031260969403443334,0.15372517456988796,0.034941142287766874,0.036185992885354706,0.15372517456988796,0.22799474795000335,0.32618784569166,0.15372517456988796,0.1162350338920784,0.12381983973228193,0.15372517456988796,0.12982085770007928,0.023280318944436752,0.15372517456988796,0.028675847333572996,0.0485088669817846,0.15372517456988796,0.04434299637615699,0.03231860380462321,0.5,0.15372517456988796,0.0470848621957581,0.024397471229499926,0.0,0.16209791882002142,0.09890560587991917 -2827,0.5,0.15372517456988796,0.030752614435467285,0.11636716667846955,0.15372517456988796,0.04546420164784643,0.1878006599883313,0.15372517456988796,0.028715681984609116,0.008654310744401832,0.15372517456988796,0.017796889697501143,0.007064669896194191,0.15372517456988796,0.05888096826598192,0.0590679629953254,0.15372517456988796,0.010554140940353611,0.02226454159584232,0.15372517456988796,0.009187945081329606,0.054645059828678934,0.15372517456988796,0.028933020488475573,0.013424928744235063,0.5,0.15372517456988796,0.028098753949450658,0.0014999453881993031,0.15372517456988796,0.0026058005952495204,0.020893383492374303,0.5,0.15372517456988796,0.008898444668851578,0.010645472428345959,0.15372517456988796,0.0047227330916727595,0.021504668116209158,0.15372517456988796,0.06434540453371966,0.18256735619679326,0.15372517456988796,0.032475311963095284,0.11990531401985138,0.15372517456988796,0.038123844128472875,0.01743156734119901,0.15372517456988796,0.007657887651124424,0.031052998698982176,0.15372517456988796,0.011563432969164754,0.018418261908188505,0.5,0.15372517456988796,0.008659477154016227,0.017530488930759647,0.0,0.11703507027282253,0.0932765022636328 -2828,0.5,0.15372517456988796,0.0,0.10109814274219371,0.15372517456988796,0.0,0.16155286413001316,0.15372517456988796,0.0,0.0090136404326244,0.15372517456988796,0.0,0.0036946653302383603,0.15372517456988796,0.0,0.053725353189301016,0.15372517456988796,9.312936207446848e-05,0.013722431939886523,0.15372517456988796,7.06229830385731e-08,0.027274525520186933,0.15372517456988796,0.0,0.005933811810128267,0.5,0.15372517456988796,0.0,0.000990770524043681,0.15372517456988796,0.0,0.018657391548119007,0.5,0.15372517456988796,0.0,0.00838442500560558,0.15372517456988796,0.0,0.017960338624242025,0.15372517456988796,0.0,0.13739496324810888,0.15372517456988796,8.667510927373419e-05,0.1413122118979391,0.15372517456988796,0.0,0.02281617849209335,0.15372517456988796,0.0,0.01909666452988481,0.15372517456988796,0.0,0.012787895890842378,0.5,0.15372517456988796,0.0,0.019316511003402863,0.0,0.08723311876112508,0.0956417170327817 -2829,0.5,0.15372517456988796,0.0,0.07733482038403913,0.15372517456988796,0.0,0.12270397085476642,0.15372517456988796,0.0,0.007420365772436223,0.15372517456988796,0.0,0.0022480265683669167,0.15372517456988796,0.0,0.04534289678923426,0.15372517456988796,0.0,0.008276302291472352,0.15372517456988796,0.0,0.016919860327293562,0.15372517456988796,0.0,0.0033415652339301195,0.5,0.15372517456988796,0.0,0.0007617450100042226,0.15372517456988796,0.0,0.022057103441897694,0.5,0.15372517456988796,0.0,0.009269653218679886,0.15372517456988796,0.0,0.01885114956910674,0.15372517456988796,0.0,0.11304786669715815,0.15372517456988796,0.0,0.13498919497110334,0.15372517456988796,0.0,0.03152109623387417,0.15372517456988796,0.0,0.010119912847503538,0.15372517456988796,0.0,0.010846315097217868,0.5,0.15372517456988796,0.0,0.01647651291327425,0.0,0.06738837086657577,0.1012824701670312 -2830,0.5,0.15372517456988796,0.0,0.0602166706784789,0.15372517456988796,0.0,0.11793751028360805,0.15372517456988796,0.0,0.0057223644369689165,0.15372517456988796,0.0,0.002679722070809691,0.15372517456988796,0.0,0.034550623611858684,0.15372517456988796,0.0,0.00453289050726176,0.15372517456988796,0.0,0.01108767114933229,0.15372517456988796,0.0,0.0017520380853507979,0.5,0.15372517456988796,0.0,0.0006786718228192091,0.15372517456988796,0.0,0.02450649629105359,0.5,0.15372517456988796,0.0,0.007834359114310817,0.15372517456988796,0.0,0.018609538381585775,0.15372517456988796,0.0,0.10652352594624136,0.15372517456988796,0.0,0.11370690704084796,0.15372517456988796,0.0,0.03573345044203585,0.15372517456988796,0.0,0.004004929063233287,0.15372517456988796,0.0,0.00834844378600671,0.5,0.15372517456988796,0.0,0.01247065628701195,0.0,0.05505376803931732,0.1015498566339125 -2831,0.5,0.15372517456988796,0.0,0.04870173296631908,0.15372517456988796,0.0,0.07689293559632203,0.15372517456988796,0.0,0.004022271364121294,0.15372517456988796,0.0,0.0037036939076859946,0.15372517456988796,0.0,0.02619372397972066,0.15372517456988796,0.0,0.004480860571701574,0.15372517456988796,0.0,0.008284480109167965,0.15372517456988796,0.0,0.0014214939279767551,0.5,0.15372517456988796,0.0,0.000706504295335271,0.15372517456988796,0.0,0.02490861187453662,0.5,0.15372517456988796,0.0,0.005437326088338015,0.15372517456988796,0.0,0.01883978767847908,0.15372517456988796,0.0,0.08917900553009353,0.15372517456988796,0.0,0.09131549440041317,0.15372517456988796,0.0,0.031617787696795525,0.15372517456988796,0.0,0.0024268440309808373,0.15372517456988796,0.0,0.006637378425824744,0.5,0.15372517456988796,0.0,0.009884347005397233,0.0,0.0472905576366812,0.09021248012496164 -2832,0.5,0.15372517456988796,0.0,0.035915284296787905,0.15372517456988796,0.0,0.06260863412918027,0.15372517456988796,0.0,0.0032318550395056163,0.15372517456988796,0.0,0.003297797106153859,0.15372517456988796,0.0,0.02493817933786755,0.15372517456988796,0.0,0.006898384651422734,0.15372517456988796,0.0,0.007251751694367904,0.15372517456988796,0.0,0.0010724065539610417,0.5,0.15372517456988796,0.0,0.0013051341742983315,0.15372517456988796,0.0,0.025078324179765715,0.5,0.15372517456988796,0.0,0.0038974397864865256,0.15372517456988796,0.0,0.0175517385885116,0.15372517456988796,0.0,0.07685710448395969,0.15372517456988796,0.0,0.0689991591592081,0.15372517456988796,0.0,0.023981167253422944,0.15372517456988796,0.0,0.0016927173749550458,0.15372517456988796,0.0,0.005276562787435214,0.5,0.15372517456988796,0.0,0.008339710307458404,0.0,0.03982615583018951,0.07264721177733827 -2833,0.5,0.15372517456988796,0.0,0.025210867174128532,0.15372517456988796,0.0,0.04697314434782642,0.15372517456988796,0.0,0.0032939685457628516,0.15372517456988796,0.0,0.003094746733265372,0.15372517456988796,0.0,0.028901522217912774,0.15372517456988796,0.0,0.00975083661575744,0.15372517456988796,0.0,0.006766588534939584,0.15372517456988796,0.0,0.0009032599012222646,0.5,0.15372517456988796,0.0,0.002450909788125787,0.15372517456988796,0.0,0.022523221917320563,0.5,0.15372517456988796,0.0,0.0033829994030875102,0.15372517456988796,0.0,0.013340865983631555,0.15372517456988796,0.0,0.0627895620030555,0.15372517456988796,0.0,0.04836420475803503,0.15372517456988796,0.0,0.01752894368382252,0.15372517456988796,0.0,0.0009980517275972336,0.15372517456988796,0.0,0.004499915167330136,0.5,0.15372517456988796,0.0,0.007565438041952387,0.0,0.030563640622341424,0.05505019189315962 -2834,0.5,0.15372517456988796,0.0,0.014738645488391133,0.15372517456988796,0.0,0.02931762793990667,0.15372517456988796,0.0,0.004212199819339569,0.15372517456988796,0.0,0.002962274773020512,0.15372517456988796,0.0,0.03582790606664079,0.15372517456988796,0.0,0.00967234077951593,0.15372517456988796,0.0,0.0066818773481511105,0.15372517456988796,0.0,0.0013536609690206775,0.5,0.15372517456988796,0.0,0.00390631224857577,0.15372517456988796,0.0,0.01837212982121797,0.5,0.15372517456988796,0.0,0.003932935696807385,0.15372517456988796,0.0,0.009246160255357832,0.15372517456988796,0.0,0.04533191429947629,0.15372517456988796,0.0,0.030850270644265744,0.15372517456988796,0.0,0.012334323544186255,0.15372517456988796,0.0,0.0007918022244751518,0.15372517456988796,0.0,0.004514269422490581,0.5,0.15372517456988796,0.0,0.007120124954541742,0.0,0.021897598692557252,0.038660465323074385 -2835,0.5,0.15372517456988796,0.0,0.009923968558219419,0.15372517456988796,0.0,0.021885178466757062,0.15372517456988796,0.0,0.005091484644023171,0.15372517456988796,0.0,0.0024935371860842345,0.15372517456988796,0.0,0.041677992228016526,0.15372517456988796,0.0,0.007694358445105671,0.15372517456988796,0.0,0.005961870377879927,0.15372517456988796,0.0,0.0031487969832587484,0.5,0.15372517456988796,0.0,0.004609157103469572,0.15372517456988796,0.0,0.017123525272345737,0.5,0.15372517456988796,0.0,0.0038026790087359492,0.15372517456988796,0.0,0.007734352076737289,0.15372517456988796,0.0,0.027702419249119117,0.15372517456988796,0.0,0.019840889015135647,0.15372517456988796,0.0,0.011173864715446648,0.15372517456988796,0.0,0.0006456426160996092,0.15372517456988796,0.0,0.004507125384986053,0.5,0.15372517456988796,0.0,0.007057365652659259,0.0,0.019541055073669777,0.024187435792378184 -2836,0.5,0.15372517456988796,0.0,0.006752231684115136,0.15372517456988796,0.0,0.013551211696381371,0.15372517456988796,0.0,0.005374817741899486,0.15372517456988796,0.0,0.002187388935683325,0.15372517456988796,0.0,0.04252337649326902,0.15372517456988796,0.0,0.00644235274838462,0.15372517456988796,0.0,0.0051209611533006025,0.15372517456988796,0.0,0.007207077028232768,0.5,0.15372517456988796,0.0,0.004313504336203037,0.15372517456988796,0.0,0.01878172744242014,0.5,0.15372517456988796,0.0,0.001714366371812924,0.15372517456988796,0.0,0.00717965386089171,0.15372517456988796,0.0,0.016509080707306577,0.15372517456988796,0.0,0.014351120417963093,0.15372517456988796,0.0,0.012226662738372125,0.15372517456988796,0.0,0.0005178375147798013,0.15372517456988796,0.0,0.004723629111649069,0.5,0.15372517456988796,0.0,0.008013789841261972,0.0,0.016002040609904813,0.018455133134678496 -2837,0.5,0.15372517456988796,0.0,0.0038028102161065305,0.15372517456988796,0.0,0.007587046049913842,0.15372517456988796,0.0,0.006001355567203278,0.15372517456988796,0.0,0.0018734348837900398,0.15372517456988796,0.0,0.03864759862863298,0.15372517456988796,0.0,0.0058562270013972515,0.15372517456988796,0.0,0.003995907329975779,0.15372517456988796,0.0,0.009913577065145509,0.5,0.15372517456988796,0.0,0.0038815257441188835,0.15372517456988796,0.0,0.018379157165463487,0.5,0.15372517456988796,0.0,0.001434423403308153,0.15372517456988796,0.0,0.006572121872424988,0.15372517456988796,0.0,0.012010876210136539,0.15372517456988796,0.0,0.012537932661734688,0.15372517456988796,0.0,0.014328457354416726,0.15372517456988796,0.0,0.00043614036269117777,0.15372517456988796,0.0,0.005029354415186047,0.5,0.15372517456988796,0.0,0.009491737545133673,0.0,0.010889483281668366,0.019788214219199286 -2838,0.5,0.15372517456988796,0.026791107701807985,0.001695198004828451,0.15372517456988796,0.015066988231807868,0.002291355386984909,0.15372517456988796,0.011687496325023214,0.007114409889506893,0.15372517456988796,0.026187764282313033,0.0012172342300019346,0.15372517456988796,0.0022596696655837523,0.033353280280685134,0.15372517456988796,0.0006500246791300036,0.004832746393237854,0.15372517456988796,0.0012149293204189854,0.0034403776166103905,0.15372517456988796,0.0007488346681922938,0.00925771544535588,0.5,0.15372517456988796,0.0006539080160179919,0.0029026000140274055,0.15372517456988796,0.0015659120188286815,0.015822399106431614,0.5,0.15372517456988796,0.0016066332536704847,0.0014421704782540776,0.15372517456988796,0.0008922800883489461,0.006766587583654583,0.15372517456988796,0.015565991662268986,0.009483014890981266,0.15372517456988796,0.0037811149074773605,0.012208461198597656,0.15372517456988796,0.005047435773288797,0.01949649199798975,0.15372517456988796,0.0014202233334857023,0.00047788066528856943,0.15372517456988796,0.002661703047627891,0.004929573756482502,0.5,0.15372517456988796,0.0034649220613246047,0.010717467312101341,0.0,0.007877467823505676,0.021164574326008895 -2839,0.5,0.15372517456988796,0.1124141774982482,0.0012461786861482883,0.15372517456988796,0.09783082933435303,0.0006538354474939709,0.15372517456988796,0.07741346001639608,0.008863106399610955,0.15372517456988796,0.11649586433002967,0.001233247415017815,0.15372517456988796,0.03494241876218697,0.02930325887580585,0.15372517456988796,0.022722414510939513,0.0036795865161111337,0.15372517456988796,0.02054088928244668,0.0031820459798647016,0.15372517456988796,0.02642943200139938,0.006640275614720763,0.5,0.15372517456988796,0.02884438900548548,0.0018299134005484575,0.15372517456988796,0.029825919513832184,0.01872853426753896,0.5,0.15372517456988796,0.033666541608248474,0.0030478924617920924,0.15372517456988796,0.019979549391414365,0.012390207742461964,0.15372517456988796,0.0998152901764195,0.008983090441629772,0.15372517456988796,0.041228614786998255,0.012749156869007912,0.15372517456988796,0.04990375668300081,0.030818065830094735,0.15372517456988796,0.026701302259360155,0.000497676179389044,0.15372517456988796,0.037243442417426366,0.007719893418961718,0.5,0.15372517456988796,0.036367197326668314,0.01718917429064184,0.0,0.006843724923808778,0.021393394878633815 -2840,0.5,0.15372517456988796,0.23324968306623411,0.002403404563216554,0.15372517456988796,0.21436636872265527,2.036452742574855e-05,0.15372517456988796,0.1734389174318129,0.017584305852779595,0.15372517456988796,0.2443037336296786,0.0032134963044831784,0.15372517456988796,0.08188119079226351,0.034794018367941555,0.15372517456988796,0.0672414041212287,0.004752939328516958,0.15372517456988796,0.06370267630922558,0.007095958015636776,0.15372517456988796,0.07402925566659234,0.008157337016814717,0.5,0.15372517456988796,0.08294297208403496,0.0020778735998097818,0.15372517456988796,0.07071698240546107,0.02016709155531579,0.5,0.15372517456988796,0.08943677768268372,0.009709418217046859,0.15372517456988796,0.05359877639892756,0.021621963764596755,0.15372517456988796,0.2278260170384594,0.009451437091282927,0.15372517456988796,0.07594062879409995,0.012839307143896327,0.15372517456988796,0.10563425036544402,0.04741228211840691,0.15372517456988796,0.07616934866195016,0.0008659056398929866,0.15372517456988796,0.09223942863611509,0.015770243247813297,0.5,0.15372517456988796,0.08310061233594374,0.024975513974354123,0.0,0.005730397268182046,0.02034148867110112 -2841,0.5,0.15372517456988796,0.3598725412614748,0.004891266927543165,0.15372517456988796,0.32247873346242434,0.0,0.15372517456988796,0.2791552793820316,0.025549989338877383,0.15372517456988796,0.3789737668313652,0.006956967432314291,0.15372517456988796,0.13399130833435396,0.03382691029632974,0.15372517456988796,0.13576824818276842,0.006208835354416185,0.15372517456988796,0.13353076837786254,0.008998550677398978,0.15372517456988796,0.13024645478190416,0.008160857908282984,0.5,0.15372517456988796,0.1620742102257573,0.003602722732433785,0.15372517456988796,0.09448985206105236,0.017617170776690127,0.5,0.15372517456988796,0.1665897298238399,0.0094103384081455,0.15372517456988796,0.09383421123659995,0.02314641236515697,0.15372517456988796,0.36169915429412913,0.01057126714187892,0.15372517456988796,0.09970162208953781,0.012710423109961691,0.15372517456988796,0.15487957841297834,0.04904410652686421,0.15372517456988796,0.1335030626172114,0.0009794757701945512,0.15372517456988796,0.14703763573066297,0.015440675251661748,0.5,0.15372517456988796,0.12364384769333539,0.023950851758314576,0.0,0.004445232627572246,0.017405765841853594 -2842,0.5,0.15372517456988796,0.4881162507440854,0.0070686325752356395,0.15372517456988796,0.4136464688479507,0.0005174735351289109,0.15372517456988796,0.38296594288997965,0.027912191133652436,0.15372517456988796,0.5126448526300348,0.011211959987431368,0.15372517456988796,0.20601839419058332,0.021704765172399196,0.15372517456988796,0.24897066073878732,0.005481566823779186,0.15372517456988796,0.22306346434123042,0.005527426932600343,0.15372517456988796,0.19853510090383925,0.007013868803999675,0.5,0.15372517456988796,0.25601035964818974,0.004585668978915589,0.15372517456988796,0.094732010090175,0.015113542394143864,0.5,0.15372517456988796,0.23762460637699032,0.005188105218729452,0.15372517456988796,0.12699241497344882,0.019395976214976643,0.15372517456988796,0.4935560740669787,0.004120746179034904,0.15372517456988796,0.12235453910199183,0.010775786039700863,0.15372517456988796,0.19071923882620678,0.04756217689304454,0.15372517456988796,0.17355027559992645,0.0007617174233381969,0.15372517456988796,0.20707177924307282,0.011892138463870801,0.5,0.15372517456988796,0.19311188946512817,0.017141622305439533,0.0,0.003974164531134645,0.013216128035440583 -2843,0.5,0.15372517456988796,0.584568757983909,0.01096817480497544,0.15372517456988796,0.45897098264208036,0.002762879865402037,0.15372517456988796,0.4615071750438118,0.028774875220550947,0.15372517456988796,0.6119030703349557,0.01636622296980047,0.15372517456988796,0.2907250843860486,0.008876077683773593,0.15372517456988796,0.3586139679607394,0.003325629132391498,0.15372517456988796,0.30967748864873074,0.002443383950941861,0.15372517456988796,0.26900529586383615,0.003611663580648976,0.5,0.15372517456988796,0.33528638229055596,0.0040872493644487674,0.15372517456988796,0.11313553428936868,0.013603468002012035,0.5,0.15372517456988796,0.23693128090436297,0.0025494011371225106,0.15372517456988796,0.15194206893993015,0.015995644441564167,0.15372517456988796,0.5966478333906171,0.00038400713454435993,0.15372517456988796,0.1597638267214695,0.009196375242201444,0.15372517456988796,0.21458467698660763,0.047205069124989806,0.15372517456988796,0.20264731260919483,0.0008199122009688055,0.15372517456988796,0.2632910904589661,0.008746639193429537,0.5,0.15372517456988796,0.2841405792008817,0.00961306454147754,0.0,0.0038593743687976995,0.009583232772080043 -2844,0.5,0.15372517456988796,0.629894468842549,0.014860173560689829,0.15372517456988796,0.5014859574517552,0.01128021729965443,0.15372517456988796,0.3962377955117752,0.027447985696858492,0.15372517456988796,0.6425645945579089,0.01959862393218944,0.15372517456988796,0.35729119944206156,0.0024195024990388662,0.15372517456988796,0.41761544397449096,0.0012951376254344354,0.15372517456988796,0.3205607109565225,0.0007519383885970899,0.15372517456988796,0.2578856777775574,0.0008322980067389872,0.5,0.15372517456988796,0.3630826735408398,0.0016467003732792756,0.15372517456988796,0.10616805146313353,0.008624628547407306,0.5,0.15372517456988796,0.2354955399680158,0.001415735369989107,0.15372517456988796,0.16379806110113249,0.011564261265382179,0.15372517456988796,0.6479017373732134,0.0001522692184801138,0.15372517456988796,0.23085852856001432,0.010006748975270766,0.15372517456988796,0.2351427045090294,0.0463733482309874,0.15372517456988796,0.20324435453013495,0.0016950766433051414,0.15372517456988796,0.33200780187042644,0.0033225904676058423,0.5,0.15372517456988796,0.43043915408831357,0.005464544349451856,0.0,0.003238444145719087,0.010132738220465115 -2845,0.5,0.15372517456988796,0.6014532735079782,0.01579309537166816,0.15372517456988796,0.5337807317875728,0.04033812933463141,0.15372517456988796,0.44803924283812385,0.027836300650341775,0.15372517456988796,0.6130324677395264,0.015402333420517585,0.15372517456988796,0.3245203382216928,0.0021903466976206038,0.15372517456988796,0.3411915148981805,0.003138798423021319,0.15372517456988796,0.3046394363581406,0.00316778304313504,0.15372517456988796,0.18923843840936797,0.0006449039950978763,0.5,0.15372517456988796,0.28786874129098067,0.0015217050581852974,0.15372517456988796,0.08262886098149788,0.0045030116474532225,0.5,0.15372517456988796,0.253274342749258,0.0008298117586891577,0.15372517456988796,0.16183044135683838,0.005138951519673255,0.15372517456988796,0.6615451924264046,0.0015676930016017775,0.15372517456988796,0.30139588226055936,0.014242317659049025,0.15372517456988796,0.2187708340941607,0.03928042147164588,0.15372517456988796,0.23519800574558836,0.005458496275482285,0.15372517456988796,0.37995145357620785,0.0021303875682554966,0.5,0.15372517456988796,0.4145729782826789,0.005340442021093075,0.0,0.002138872042066322,0.013083592455854337 -2846,0.5,0.15372517456988796,0.6041441916584952,0.019280818171836602,0.15372517456988796,0.49890379771799465,0.06358368065033658,0.15372517456988796,0.43803010505384976,0.023857783965101687,0.15372517456988796,0.586108435061747,0.012281583984960846,0.15372517456988796,0.319772291774028,0.004236853183343349,0.15372517456988796,0.2535225015668032,0.006662822443993565,0.15372517456988796,0.3676612343585414,0.004711260337130403,0.15372517456988796,0.19536302057460986,0.002642648039699421,0.5,0.15372517456988796,0.3323937039226079,0.0008321036799913307,0.15372517456988796,0.08648026959979865,0.002447753778628686,0.5,0.15372517456988796,0.2591597131938062,0.00030608613303854216,0.15372517456988796,0.14763601296517306,0.001888938555072988,0.15372517456988796,0.6255432663005234,0.010707153276422854,0.15372517456988796,0.36355211622159805,0.014765258000790576,0.15372517456988796,0.273298643380019,0.032133358260006295,0.15372517456988796,0.33709232080266116,0.00488114321689257,0.15372517456988796,0.28865322784418646,0.002727211811182194,0.5,0.15372517456988796,0.31775822385949826,0.00655696153762041,0.0,0.0032917767465911476,0.015531070171776667 -2847,0.5,0.15372517456988796,0.533925755062612,0.031514095514295515,0.15372517456988796,0.48842752685067825,0.07121787708092048,0.15372517456988796,0.2500285350751341,0.028628110366202827,0.15372517456988796,0.43920096886228627,0.011512000801726936,0.15372517456988796,0.25673270696379813,0.004872238850261443,0.15372517456988796,0.34160427136319077,0.006010847685071147,0.15372517456988796,0.30092034392815936,0.002720723419536655,0.15372517456988796,0.2610664497350469,0.0032062250203058916,0.5,0.15372517456988796,0.2678309016232095,0.0007815173523905997,0.15372517456988796,0.15479438063255338,0.0026015865966481024,0.5,0.15372517456988796,0.24571343700190373,5.700139426029886e-06,0.15372517456988796,0.17038477071238523,0.001216381873601869,0.15372517456988796,0.5619709778220063,0.026051812827900613,0.15372517456988796,0.39550215881509354,0.015099538802633993,0.15372517456988796,0.2947473394594274,0.020720198460315326,0.15372517456988796,0.3098290947432736,0.001275466309312249,0.15372517456988796,0.2883594358447335,0.004455613295463202,0.5,0.15372517456988796,0.1930178597611242,0.005292917021219139,0.0,0.009253098754698104,0.017551790936524658 -2848,0.5,0.15372517456988796,0.41900611685241507,0.046933239270178694,0.15372517456988796,0.45779147955570476,0.07164127577983025,0.15372517456988796,0.1497522278134938,0.033144785703056186,0.15372517456988796,0.34451312936681444,0.012148143128413036,0.15372517456988796,0.27395327096481265,0.004046151947244566,0.15372517456988796,0.33003551680935156,0.007977051348314557,0.15372517456988796,0.2436211667849052,0.0006589325987679124,0.15372517456988796,0.27549929247076005,0.005519241946174128,0.5,0.15372517456988796,0.21210421312627975,0.0023249440957694434,0.15372517456988796,0.22613322485533155,0.0020446567424933925,0.5,0.15372517456988796,0.28685691844682376,8.607418357014037e-06,0.15372517456988796,0.19660977472150393,0.0006256712593076038,0.15372517456988796,0.46557420974856645,0.04354139654343232,0.15372517456988796,0.2969158709166517,0.01696418616109701,0.15372517456988796,0.3035312405740036,0.014627670499034249,0.15372517456988796,0.207943231724473,0.00039878907249600056,0.15372517456988796,0.26715786994730834,0.006436244315491725,0.5,0.15372517456988796,0.15148855050232757,0.003003812850693063,0.0,0.014820126088487904,0.022626705898167038 -2849,0.5,0.15372517456988796,0.30536657522667904,0.05920153947010326,0.15372517456988796,0.28025566842134875,0.059211093611470075,0.15372517456988796,0.1515560698730337,0.036068484147962675,0.15372517456988796,0.2643363333362478,0.01629759699513565,0.15372517456988796,0.16425075057109467,0.0010997600361682637,0.15372517456988796,0.24320618323856313,0.017586561722198808,0.15372517456988796,0.1769640115653759,0.0002961825619599409,0.15372517456988796,0.19223448714869595,0.012229181292485885,0.5,0.15372517456988796,0.1632345300990672,0.004481465592124253,0.15372517456988796,0.20629966769328661,0.0004899245474514388,0.5,0.15372517456988796,0.1637440131392278,3.731633133261811e-05,0.15372517456988796,0.14178151484865198,0.0003457948972599327,0.15372517456988796,0.34459425802948895,0.05906175862108544,0.15372517456988796,0.21358020599909253,0.022016275179702754,0.15372517456988796,0.20140381704095814,0.011820376809747905,0.15372517456988796,0.12330873618108534,8.584809701413518e-05,0.15372517456988796,0.19274854337885805,0.003704384551015246,0.5,0.15372517456988796,0.1143844052676409,0.002112530612901111,0.0,0.013583256933696199,0.031349099263028646 -2850,0.5,0.15372517456988796,0.16662552784491297,0.057369781586750934,0.15372517456988796,0.0936792061256248,0.037526299378892826,0.15372517456988796,0.10292726683504076,0.04017115758375156,0.15372517456988796,0.15800196468218383,0.02795788694779441,0.15372517456988796,0.10012042428669068,0.00039131537273770007,0.15372517456988796,0.1423471113385039,0.011404845097568232,0.15372517456988796,0.10686017898676392,0.0004680992196208931,0.15372517456988796,0.09663655357210992,0.012851173407944094,0.5,0.15372517456988796,0.07922468215853767,0.004087962501127542,0.15372517456988796,0.1251174336462667,0.0002835559294894443,0.5,0.15372517456988796,0.10155343349922025,8.513642529531792e-05,0.15372517456988796,0.07414865078553563,0.00026341420824210716,0.15372517456988796,0.2079716433997294,0.06133771424278494,0.15372517456988796,0.10760180437205125,0.028518035669348754,0.15372517456988796,0.09821516578221669,0.011629435985346395,0.15372517456988796,0.07476924801112018,0.00011490495718407536,0.15372517456988796,0.10582628674277736,0.0018759405178853184,0.5,0.15372517456988796,0.07720733961881036,0.0022895606674772683,0.0,0.007091700110689583,0.04030813162504317 -2851,0.5,0.15372517456988796,0.03099334906870517,0.04569050688142126,0.15372517456988796,0.00858765499814475,0.00933129008140229,0.15372517456988796,0.029417289562284787,0.020550574826900782,0.15372517456988796,0.023774182637353106,0.032576451993230116,0.15372517456988796,0.047296105165969854,0.00035036516092890816,0.15372517456988796,0.043268241982992894,0.006186621408782662,0.15372517456988796,0.04316449575391138,0.00041997082136731507,0.15372517456988796,0.03453062448440482,0.005064319131763637,0.5,0.15372517456988796,0.023961530127188664,0.003726305160299254,0.15372517456988796,0.02158994363676323,0.0004918860971747561,0.5,0.15372517456988796,0.020679331060415022,0.0005736231482544367,0.15372517456988796,0.016325458561786875,0.0002290660698883552,0.15372517456988796,0.07033557109245636,0.04454012579540883,0.15372517456988796,0.044235541780326806,0.026285133271142617,0.15372517456988796,0.029996803517338265,0.010671789881323186,0.15372517456988796,0.025256417846322616,0.00046106826322498665,0.15372517456988796,0.02665813090936864,0.0023233651609673527,0.5,0.15372517456988796,0.011025749400197151,0.0029302039471771637,0.0,0.0015010087492190196,0.04574842703909435 -2852,0.5,0.15372517456988796,0.0,0.048589215758659314,0.15372517456988796,0.0,0.005709986714052119,0.15372517456988796,0.0,0.019794907446009154,0.15372517456988796,0.0,0.039955741729202784,0.15372517456988796,0.0,0.0009022381884027144,0.15372517456988796,0.0,0.006083917223387927,0.15372517456988796,0.0,0.0010208472214100134,0.15372517456988796,0.0,0.004485660952040847,0.5,0.15372517456988796,0.0,0.004381882540691879,0.15372517456988796,0.0,0.004081398842536103,0.5,0.15372517456988796,0.0,0.0005638462990558812,0.15372517456988796,0.0,0.0012142241879967547,0.15372517456988796,0.0,0.03833156364374489,0.15372517456988796,0.0,0.021635837038878274,0.15372517456988796,0.0,0.010970627294262205,0.15372517456988796,0.0,0.0006021633617506097,0.15372517456988796,0.0,0.0025873439384064465,0.5,0.15372517456988796,0.0,0.0038801521343781787,0.0,0.0005756021360968699,0.0455669043552689 -2853,0.5,0.15372517456988796,0.0,0.039621665853708354,0.15372517456988796,0.0,0.004205876472982636,0.15372517456988796,0.0,0.018676222586939482,0.15372517456988796,0.0,0.0388226587330476,0.15372517456988796,0.0,0.0008954771789026399,0.15372517456988796,0.0,0.004488167305220543,0.15372517456988796,0.0,0.0012755567195755625,0.15372517456988796,0.0,0.004455733475009756,0.5,0.15372517456988796,0.0,0.005632965468319535,0.15372517456988796,0.0,0.007235579891709528,0.5,0.15372517456988796,0.0,0.0007371780768896238,0.15372517456988796,0.0,0.003025280349485987,0.15372517456988796,0.0,0.033747853279601614,0.15372517456988796,0.0,0.020157634772173742,0.15372517456988796,0.0,0.008519550971548157,0.15372517456988796,0.0,0.0004725527396672133,0.15372517456988796,0.0,0.0029304793037655263,0.5,0.15372517456988796,0.0,0.0037052730618951607,0.0,0.00014611840712364368,0.0427971194550289 -2854,0.5,0.15372517456988796,0.0,0.03162307769553838,0.15372517456988796,0.0,0.004523883489167161,0.15372517456988796,0.0,0.01775292212565036,0.15372517456988796,0.0,0.039145799179988214,0.15372517456988796,0.0,0.0008272898927764604,0.15372517456988796,0.0,0.0039509092779088555,0.15372517456988796,0.0,0.0012742463621387289,0.15372517456988796,0.0,0.005206284981328983,0.5,0.15372517456988796,0.0,0.007067423406298632,0.15372517456988796,0.0,0.008178436451611563,0.5,0.15372517456988796,0.0,0.0011040195155089985,0.15372517456988796,0.0,0.004371278137681336,0.15372517456988796,0.0,0.0307645035352805,0.15372517456988796,0.0,0.01856466636578529,0.15372517456988796,0.0,0.005287626035174171,0.15372517456988796,0.0,0.0006241940424496403,0.15372517456988796,0.0,0.0035770413876170144,0.5,0.15372517456988796,0.0,0.0023738628208298846,0.0,0.0,0.0376208257476474 -2855,0.5,0.15372517456988796,0.0,0.023821014182747315,0.15372517456988796,0.0,0.005565238128275526,0.15372517456988796,0.0,0.015615584949963878,0.15372517456988796,0.0,0.029323152139025862,0.15372517456988796,0.0,0.0010508258851064935,0.15372517456988796,0.0,0.00320877538526433,0.15372517456988796,0.0,0.001048553433929845,0.15372517456988796,0.0,0.006613383427367822,0.5,0.15372517456988796,0.0,0.009126053537338448,0.15372517456988796,0.0,0.008587659480717364,0.5,0.15372517456988796,0.0,0.0010694623456574707,0.15372517456988796,0.0,0.0054651874903870416,0.15372517456988796,0.0,0.027337955704831052,0.15372517456988796,0.0,0.01824264331161313,0.15372517456988796,0.0,0.0036811820857429005,0.15372517456988796,0.0,0.0010690226487368804,0.15372517456988796,0.0,0.004809393352875488,0.5,0.15372517456988796,0.0,0.0022709945259945814,0.0,0.0,0.03449662056911818 -2856,0.5,0.15372517456988796,0.0,0.019060899190426292,0.15372517456988796,0.0,0.00793239890072965,0.15372517456988796,0.0,0.014969867590204966,0.15372517456988796,0.0,0.02442605575374223,0.15372517456988796,0.0,0.0018441290493949325,0.15372517456988796,0.0,0.003296134515046098,0.15372517456988796,0.0,0.0009704166587587942,0.15372517456988796,0.0,0.008369337885636489,0.5,0.15372517456988796,0.0,0.0131635601617122,0.15372517456988796,0.0,0.009477396615379087,0.5,0.15372517456988796,0.0,0.000762362369513239,0.15372517456988796,0.0,0.007302948199035024,0.15372517456988796,0.0,0.025287903683207616,0.15372517456988796,0.0,0.01914145499939946,0.15372517456988796,0.0,0.0033222940320235643,0.15372517456988796,0.0,0.0015565398551071676,0.15372517456988796,0.0,0.005309362249059278,0.5,0.15372517456988796,0.0,0.002225780131274744,0.0,0.0,0.03846068112931259 -2857,0.5,0.15372517456988796,0.0,0.016792611466648667,0.15372517456988796,0.0,0.01194546172884558,0.15372517456988796,0.0,0.01652768041309821,0.15372517456988796,0.0,0.020463648644477108,0.15372517456988796,0.0,0.0025910421646857984,0.15372517456988796,0.0,0.004177920912427732,0.15372517456988796,0.0,0.0008751018398482032,0.15372517456988796,0.0,0.009740492372465036,0.5,0.15372517456988796,0.0,0.01640984807745908,0.15372517456988796,0.0,0.009708719165065941,0.5,0.15372517456988796,0.0,0.0006838301223707372,0.15372517456988796,0.0,0.008103879410748374,0.15372517456988796,0.0,0.02275233256022267,0.15372517456988796,0.0,0.02128049590783751,0.15372517456988796,0.0,0.0035759857496698256,0.15372517456988796,0.0,0.0032765287792446487,0.15372517456988796,0.0,0.0068541168731302395,0.5,0.15372517456988796,0.0,0.0022836617730768896,0.0,0.0,0.042444081171355855 -2858,0.5,0.15372517456988796,0.0,0.014905704434071125,0.15372517456988796,0.0,0.013675719793531564,0.15372517456988796,0.0,0.01704494958411415,0.15372517456988796,0.0,0.01942455847123261,0.15372517456988796,0.0,0.0035142226984002226,0.15372517456988796,0.0,0.0063439389139486775,0.15372517456988796,0.0,0.0007393466599729628,0.15372517456988796,0.0,0.010289892149576933,0.5,0.15372517456988796,0.0,0.016077048442341615,0.15372517456988796,0.0,0.00955297387483117,0.5,0.15372517456988796,0.0,0.0008783650377881401,0.15372517456988796,0.0,0.010526003103498703,0.15372517456988796,0.0,0.01817222336442817,0.15372517456988796,0.0,0.022067519407405048,0.15372517456988796,0.0,0.003792284375252684,0.15372517456988796,0.0,0.005008962236501144,0.15372517456988796,0.0,0.00994335599843777,0.5,0.15372517456988796,0.0,0.0038369021656901718,0.0,0.0,0.03878226463831006 -2859,0.5,0.15372517456988796,0.0,0.013456739540666682,0.15372517456988796,0.0,0.010823209951227696,0.15372517456988796,0.0,0.016163345916378913,0.15372517456988796,0.0,0.020964952773269995,0.15372517456988796,0.0,0.005665942100656321,0.15372517456988796,0.0,0.007822920141692278,0.15372517456988796,0.0,0.0007927306624265784,0.15372517456988796,0.0,0.009418443929765423,0.5,0.15372517456988796,0.0,0.01585986897454431,0.15372517456988796,0.0,0.009990326414152933,0.5,0.15372517456988796,0.0,0.0013315045409353493,0.15372517456988796,0.0,0.014868871163413414,0.15372517456988796,0.0,0.0151856038601075,0.15372517456988796,0.0,0.017538934383296213,0.15372517456988796,0.0,0.004552154808188648,0.15372517456988796,0.0,0.007051381915968877,0.15372517456988796,0.0,0.013287643834765678,0.5,0.15372517456988796,0.0,0.004728531317874098,0.0,0.0,0.02873982109883951 -2860,0.5,0.15372517456988796,0.0,0.011698366283773525,0.15372517456988796,0.0,0.008960450552502273,0.15372517456988796,0.0,0.01394012090188632,0.15372517456988796,0.0,0.02235087630879781,0.15372517456988796,0.0,0.006975283242669858,0.15372517456988796,0.0,0.007639644029805594,0.15372517456988796,0.0,0.0009159861058664843,0.15372517456988796,0.0,0.00880270601839231,0.5,0.15372517456988796,0.0,0.015440736733165098,0.15372517456988796,0.0,0.011769113714544555,0.5,0.15372517456988796,0.0,0.002612351493697487,0.15372517456988796,0.0,0.017293215343723238,0.15372517456988796,0.0,0.013784622188062238,0.15372517456988796,0.0,0.010368341769593862,0.15372517456988796,0.0,0.004593607208326497,0.15372517456988796,0.0,0.008632211263628736,0.15372517456988796,0.0,0.01584200189817705,0.5,0.15372517456988796,0.0,0.005120603090042487,0.0,0.0,0.02328321680259625 -2861,0.5,0.15372517456988796,0.0,0.010514050274759133,0.15372517456988796,0.0,0.008328709318846376,0.15372517456988796,0.0,0.012026490426647963,0.15372517456988796,0.0,0.022913077312686884,0.15372517456988796,0.0,0.006875505190187712,0.15372517456988796,0.0,0.005705073963643276,0.15372517456988796,0.0,0.0008584141165448638,0.15372517456988796,0.0,0.009268365724435386,0.5,0.15372517456988796,0.0,0.01408664396892461,0.15372517456988796,0.0,0.010885952910338262,0.5,0.15372517456988796,0.0,0.0046906775547263,0.15372517456988796,0.0,0.017996367923710038,0.15372517456988796,0.0,0.013844812015217105,0.15372517456988796,0.0,0.0059575808585338366,0.15372517456988796,0.0,0.004376681572552883,0.15372517456988796,0.0,0.009345889401767223,0.15372517456988796,0.0,0.019448443796281165,0.5,0.15372517456988796,0.0,0.0060075886633880835,0.0,0.0,0.01935780357566995 -2862,0.5,0.15372517456988796,0.02360011381848133,0.0090306500975806,0.15372517456988796,0.008123525339452917,0.009360149713318826,0.15372517456988796,0.009323028486940131,0.010437332405853181,0.15372517456988796,0.021165700088599238,0.02026514957287661,0.15372517456988796,0.0014968747497225302,0.004025286434981163,0.15372517456988796,0.0018209688293845962,0.004798524716063348,0.15372517456988796,0.0009606917439123425,0.0007148918049987448,0.15372517456988796,0.0006406144747867059,0.009368717955020147,0.5,0.15372517456988796,0.001015522302103367,0.01286180558504645,0.15372517456988796,0.0056610774687276015,0.00946904739130805,0.5,0.15372517456988796,0.004036070653263144,0.004987898573546522,0.15372517456988796,0.0028166367009899995,0.017397129269141304,0.15372517456988796,0.011980053953565377,0.01523267113005904,0.15372517456988796,0.004910917080577949,0.004006884835799661,0.15372517456988796,0.0018466686717041828,0.003917967125294404,0.15372517456988796,0.0031681230142570167,0.007522819525292002,0.15372517456988796,0.009316986593162423,0.021125795860046717,0.5,0.15372517456988796,0.015678053484746105,0.006425456129943552,0.0,0.0,0.014503023189518622 -2863,0.5,0.15372517456988796,0.09693378817304994,0.009626003635346223,0.15372517456988796,0.06855576645515002,0.01372514484547577,0.15372517456988796,0.054401025232325824,0.009265689904670988,0.15372517456988796,0.0903655179135557,0.01890980752298249,0.15372517456988796,0.029105941242223148,0.0008119110507841443,0.15372517456988796,0.04565215999876156,0.005643312732346589,0.15372517456988796,0.019026493871302116,0.00046957219791154064,0.15372517456988796,0.01619199235841696,0.01115799923113623,0.5,0.15372517456988796,0.030999467487930005,0.013772860127127806,0.15372517456988796,0.08898464031745998,0.007566322148093318,0.5,0.15372517456988796,0.07897141865134154,0.003237875719520857,0.15372517456988796,0.055661151265149686,0.021517325669813528,0.15372517456988796,0.08685617297394306,0.01897858991630262,0.15372517456988796,0.06692540199062581,0.004694210891340599,0.15372517456988796,0.029755373124543488,0.004762607841117437,0.15372517456988796,0.06127964437304477,0.0047249404649834965,0.15372517456988796,0.09630024215560559,0.01925624239921913,0.5,0.15372517456988796,0.10833370829589889,0.004966575885668511,0.0,0.00013175216822913568,0.013870561893955555 -2864,0.5,0.15372517456988796,0.2074879678939555,0.01837537829831877,0.15372517456988796,0.16042609091844864,0.037636778262992776,0.15372517456988796,0.11123398431117437,0.01237383783062439,0.15372517456988796,0.1818871982441736,0.034477059583791714,0.15372517456988796,0.07419378728135959,0.0006127852369149026,0.15372517456988796,0.1192901843537465,0.012949981163285735,0.15372517456988796,0.0696605988560281,0.0005579229138212247,0.15372517456988796,0.03812153929961658,0.02069532035481312,0.5,0.15372517456988796,0.093410044359695,0.026941385487912185,0.15372517456988796,0.20094306043176763,0.013627896631084605,0.5,0.15372517456988796,0.18629233928915,0.0056929763925766975,0.15372517456988796,0.12998464362235485,0.03328806037075047,0.15372517456988796,0.20407644977883183,0.040280299762995964,0.15372517456988796,0.15984190451392272,0.01161982086269305,0.15372517456988796,0.08973532033701413,0.01312181755970337,0.15372517456988796,0.14122485803687065,0.005210997213028692,0.15372517456988796,0.22449747204690054,0.0388007122423886,0.5,0.15372517456988796,0.24112887713708087,0.007575845484868895,0.0,0.0004896098697245134,0.016792386070768068 -2865,0.5,0.15372517456988796,0.34164994056250686,0.04316392542879699,0.15372517456988796,0.2925629455456809,0.06915918454276511,0.15372517456988796,0.22290322699960294,0.02875438953153945,0.15372517456988796,0.3133262928232024,0.06138103976643754,0.15372517456988796,0.1717568766288634,0.001417423491945844,0.15372517456988796,0.19007367519592733,0.012336286074727209,0.15372517456988796,0.1459098166726062,0.0011036169288135898,0.15372517456988796,0.05905206316211874,0.029141476949061572,0.5,0.15372517456988796,0.17360798968662583,0.04403604821878783,0.15372517456988796,0.32434450674764814,0.0263531630820121,0.5,0.15372517456988796,0.307199281013584,0.03011252800713715,0.15372517456988796,0.21825862887695158,0.055435780448593236,0.15372517456988796,0.34270153111126656,0.056854765414885766,0.15372517456988796,0.23835560509382256,0.02403411188532975,0.15372517456988796,0.17256893991190808,0.033441622195881676,0.15372517456988796,0.22036527304666215,0.012739929148564042,0.15372517456988796,0.3641674021889138,0.10444190469975652,0.5,0.15372517456988796,0.3894662393428974,0.024757610033046287,0.0,0.0015667658166241868,0.020643321797224442 -2866,0.5,0.15372517456988796,0.4839936953103068,0.07648916853352575,0.15372517456988796,0.4230733695755421,0.10183972614772836,0.15372517456988796,0.39282645301833796,0.05812343749513234,0.15372517456988796,0.4448386622715267,0.09573598316484233,0.15372517456988796,0.2766300272097357,0.005412293290757315,0.15372517456988796,0.20875604138952847,0.010930646857369055,0.15372517456988796,0.20616957512721518,0.00544306576344401,0.15372517456988796,0.07558599527841783,0.03269870192535693,0.5,0.15372517456988796,0.26131997005331664,0.04766126039115791,0.15372517456988796,0.4534996178226203,0.04232943246121861,0.5,0.15372517456988796,0.42750287507933704,0.07346237574905061,0.15372517456988796,0.30859553239742726,0.07959177100900224,0.15372517456988796,0.488524612354633,0.07245318628371912,0.15372517456988796,0.3117102751807398,0.04488837253080909,0.15372517456988796,0.2552619263000419,0.05544081133253872,0.15372517456988796,0.28600964228109643,0.034180000917731226,0.15372517456988796,0.493902973287374,0.18115981418329594,0.5,0.15372517456988796,0.5328965251440388,0.06089470895470845,0.0,0.004185620653827821,0.02263533475342919 -2867,0.5,0.15372517456988796,0.5817391003497847,0.11178941316917768,0.15372517456988796,0.5650478031774051,0.1541677595093454,0.15372517456988796,0.5196745039906285,0.05337647447472633,0.15372517456988796,0.5765163775084489,0.14303487314404598,0.15372517456988796,0.40850457807146623,0.014756146705509073,0.15372517456988796,0.25515867657937047,0.011152797572871227,0.15372517456988796,0.24010474850664887,0.009142595931111447,0.15372517456988796,0.10626129390278552,0.03675116345401364,0.5,0.15372517456988796,0.27001991166480294,0.05224905962975115,0.15372517456988796,0.5588411036364828,0.05475065774405215,0.5,0.15372517456988796,0.4948897386830957,0.2353508444934237,0.15372517456988796,0.3416456300453094,0.10482410460799291,0.15372517456988796,0.6112668403099806,0.08656568916333314,0.15372517456988796,0.3602679743658403,0.07096420793159842,0.15372517456988796,0.34909970010495645,0.08163037475307297,0.15372517456988796,0.3506720896001184,0.03913276987511916,0.15372517456988796,0.517729398126387,0.19245935200189832,0.5,0.15372517456988796,0.623306049659376,0.1242848737183046,0.0,0.007814674482371532,0.02195126183457421 -2868,0.5,0.15372517456988796,0.6351451933133452,0.1275347738658767,0.15372517456988796,0.6535387242498181,0.21000141971863487,0.15372517456988796,0.5997926284973721,0.029900876403531836,0.15372517456988796,0.6006650959136601,0.1246683337774065,0.15372517456988796,0.42151684455262683,0.027624469584446042,0.15372517456988796,0.3134346783797468,0.01140464788764884,0.15372517456988796,0.3059900502808059,0.009402474064231588,0.15372517456988796,0.17324152291615175,0.040497493632582135,0.5,0.15372517456988796,0.3167190076150249,0.06295069180697857,0.15372517456988796,0.5572627867413456,0.05816763000943967,0.5,0.15372517456988796,0.4025378786200303,0.211726426841592,0.15372517456988796,0.31259717959453476,0.0996806210772374,0.15372517456988796,0.6839987024601285,0.09992828344779568,0.15372517456988796,0.3653635360396799,0.09706434283092226,0.15372517456988796,0.43430067737468225,0.09882724492043062,0.15372517456988796,0.49487008268072497,0.033380182001829184,0.15372517456988796,0.5631964907986242,0.19204971014825156,0.5,0.15372517456988796,0.6306261067476551,0.17497216810618257,0.0,0.011556458141745886,0.01817155462693838 -2869,0.5,0.15372517456988796,0.6285334356383769,0.12586516180396065,0.15372517456988796,0.6893106341496877,0.2361513108507796,0.15372517456988796,0.6073823301603096,0.02330033275280036,0.15372517456988796,0.582588054758197,0.10017926365839144,0.15372517456988796,0.43807948749676884,0.030170010057101654,0.15372517456988796,0.2814624209063844,0.009441811354257205,0.15372517456988796,0.4241828394680416,0.0077483803179253284,0.15372517456988796,0.23787221414651677,0.037456182243936126,0.5,0.15372517456988796,0.34751255624148714,0.06762236674077263,0.15372517456988796,0.561132444105454,0.05552876628633661,0.5,0.15372517456988796,0.46802540158870265,0.2341575323226703,0.15372517456988796,0.2673476749670935,0.08325841653077404,0.15372517456988796,0.7146786067020858,0.11122416160394456,0.15372517456988796,0.39841316794079545,0.12080966344147462,0.15372517456988796,0.47644840320391724,0.10001503159767111,0.15372517456988796,0.5465969954048062,0.029526876540543482,0.15372517456988796,0.6007714223516452,0.16700001336365197,0.5,0.15372517456988796,0.6337874812978809,0.20026451113846674,0.0,0.014106033922343343,0.012861855778696774 -2870,0.5,0.15372517456988796,0.5815298222046723,0.11559674815150638,0.15372517456988796,0.6698208573377646,0.2453598323764517,0.15372517456988796,0.5253192652213182,0.028154969889067547,0.15372517456988796,0.5559139102804097,0.07864844155337995,0.15372517456988796,0.3124735267670676,0.03361288239937041,0.15372517456988796,0.2633418382563629,0.008170764572568979,0.15372517456988796,0.37471000996861403,0.009148453791181765,0.15372517456988796,0.21635594967848995,0.02881366445658996,0.5,0.15372517456988796,0.3391241727553775,0.07339795066306122,0.15372517456988796,0.5119280829608617,0.04859615379972365,0.5,0.15372517456988796,0.3899924957077776,0.18711997549808654,0.15372517456988796,0.24120331967038489,0.06787295806653289,0.15372517456988796,0.6954353853898012,0.12881932834274812,0.15372517456988796,0.3978734216027369,0.1390531648072382,0.15372517456988796,0.44057767110105805,0.09771484529368622,0.15372517456988796,0.5160267833229513,0.031515968451842034,0.15372517456988796,0.5629711748523427,0.13468860070053235,0.5,0.15372517456988796,0.5928170876922815,0.18628977054347612,0.0,0.014584268156476949,0.011714340370422929 -2871,0.5,0.15372517456988796,0.492548062658301,0.10011368253648487,0.15372517456988796,0.6027710274095616,0.2375722346664131,0.15372517456988796,0.3331000422887538,0.035857780706963174,0.15372517456988796,0.4707029721485394,0.061439702632177975,0.15372517456988796,0.21999408119026748,0.03498003165963039,0.15372517456988796,0.27587928205682744,0.00394642420539258,0.15372517456988796,0.22184156978752861,0.009516304379097503,0.15372517456988796,0.2395878777227919,0.016303212182100176,0.5,0.15372517456988796,0.3586306294572704,0.0770002833011702,0.15372517456988796,0.3605288010636959,0.041217951989432663,0.5,0.15372517456988796,0.33913693627337516,0.1715343388600083,0.15372517456988796,0.18707751522870902,0.054415006591342525,0.15372517456988796,0.6267445096323621,0.15799728351892944,0.15372517456988796,0.3431146462933752,0.14775130613652818,0.15372517456988796,0.3954203465287969,0.09887227511955882,0.15372517456988796,0.4071099941322975,0.035687903127187094,0.15372517456988796,0.47403575883030424,0.10610831700208842,0.5,0.15372517456988796,0.48337723621882145,0.15271651914438253,0.0,0.013357494493596411,0.009267534882381724 -2872,0.5,0.15372517456988796,0.38644688001744654,0.08802782342386857,0.15372517456988796,0.48584331567516753,0.2328513911984923,0.15372517456988796,0.1641872687524915,0.03636492359024078,0.15372517456988796,0.3536762150984043,0.047857006565063566,0.15372517456988796,0.25465578071362704,0.049756485841387886,0.15372517456988796,0.16629257118843813,0.0025031361947946097,0.15372517456988796,0.09467156606986264,0.007833832327151445,0.15372517456988796,0.24010240246686954,0.010183502166029541,0.5,0.15372517456988796,0.31539293870195845,0.06081676760195551,0.15372517456988796,0.3008828229244407,0.05883371091571101,0.5,0.15372517456988796,0.28714326790424965,0.13055660467914712,0.15372517456988796,0.1458769883679416,0.039091132693658236,0.15372517456988796,0.5055393961796171,0.18027750137878457,0.15372517456988796,0.262817449527887,0.14829524753509193,0.15372517456988796,0.33469458822973086,0.10298245829282336,0.15372517456988796,0.2657416814128897,0.0364959390625481,0.15372517456988796,0.30596187714597967,0.08250315770297321,0.5,0.15372517456988796,0.3651959331290401,0.12177314378070009,0.0,0.010370569900125744,0.007180604534908802 -2873,0.5,0.15372517456988796,0.27858890587389507,0.0841244578227116,0.15372517456988796,0.35196943955970617,0.23372427458246994,0.15372517456988796,0.09444931323299725,0.028414569095139786,0.15372517456988796,0.2094373148845372,0.04209091625108155,0.15372517456988796,0.2370116409994229,0.05912389770793747,0.15372517456988796,0.12858888768757748,0.002380838409348421,0.15372517456988796,0.07123191762259687,0.006514021319170034,0.15372517456988796,0.20357648156331723,0.00799739130878939,0.5,0.15372517456988796,0.2332009430086237,0.041014095822322634,0.15372517456988796,0.21267157994503955,0.08209612510704661,0.5,0.15372517456988796,0.24749932142510683,0.11039549609289376,0.15372517456988796,0.11641090434897228,0.032911816632292375,0.15372517456988796,0.36713058516779296,0.181569670533877,0.15372517456988796,0.19357707531255702,0.1396744465642465,0.15372517456988796,0.2509320123222714,0.10511542316592586,0.15372517456988796,0.15641180620880185,0.03015981286236847,0.15372517456988796,0.19112097225970334,0.06817760268277781,0.5,0.15372517456988796,0.2684453540012257,0.06445688125226436,0.0,0.00853072317794492,0.006270864136294601 -2874,0.5,0.15372517456988796,0.1567247458546218,0.06930548197183921,0.15372517456988796,0.20826779370581916,0.19804687613739808,0.15372517456988796,0.08004952907630566,0.017727670273981165,0.15372517456988796,0.10120003094813823,0.02387563659905208,0.15372517456988796,0.1572521481991857,0.04978231667503115,0.15372517456988796,0.06629842947152607,0.0021161294485298556,0.15372517456988796,0.0656356260050898,0.004935821515536024,0.15372517456988796,0.12983324735155127,0.007991362900177266,0.5,0.15372517456988796,0.14372499574687755,0.02978003227702189,0.15372517456988796,0.09526080156043101,0.12708852398623888,0.5,0.15372517456988796,0.12815608131169812,0.041710793212970665,0.15372517456988796,0.05573619996491879,0.02364674032121653,0.15372517456988796,0.21906329859642448,0.16318028198783507,0.15372517456988796,0.10878611340248867,0.10535737452669927,0.15372517456988796,0.1489875539396034,0.08326614507629672,0.15372517456988796,0.08251688623603824,0.018272020840441387,0.15372517456988796,0.1175113886089609,0.0558494605209909,0.5,0.15372517456988796,0.15707006060951686,0.014242314194551301,0.0,0.005744023569250465,0.006123161561457452 -2875,0.5,0.15372517456988796,0.034329449578818526,0.03910583184034552,0.15372517456988796,0.0562808979249856,0.11101352261418394,0.15372517456988796,0.03041503111986678,0.009777868327476185,0.15372517456988796,0.017298843527230778,0.01559042098976964,0.15372517456988796,0.06088675568122821,0.0207354574042417,0.15372517456988796,0.023408237779730636,0.0008258595688104581,0.15372517456988796,0.037261671450410386,0.0020622706429559196,0.15372517456988796,0.042937662340651314,0.003497302712302839,0.5,0.15372517456988796,0.048735951280952594,0.0125951258258699,0.15372517456988796,0.018080600300843307,0.16577224140518862,0.5,0.15372517456988796,0.025796351662991924,0.05281267373781618,0.15372517456988796,0.019204983916313114,0.021374293467678246,0.15372517456988796,0.07382236592207282,0.11103544063427061,0.15372517456988796,0.04232994590637032,0.057913210375176244,0.15372517456988796,0.04531040414575538,0.04347352267545185,0.15372517456988796,0.031967698137689966,0.010034524012786105,0.15372517456988796,0.027806693121567076,0.06425444936778865,0.5,0.15372517456988796,0.025716245971306402,0.014901374804142832,0.0,0.0017925902935096254,0.007041720436017565 -2876,0.5,0.15372517456988796,0.0,0.042192969909613014,0.15372517456988796,0.0,0.07441516836847759,0.15372517456988796,0.0,0.016092842133948026,0.15372517456988796,0.0,0.017927869873116908,0.15372517456988796,0.0,0.01721400571127366,0.15372517456988796,9.037905133593149e-05,0.0004258794969004996,0.15372517456988796,0.0,0.000490903409356527,0.15372517456988796,0.0,0.0016582044844767824,0.5,0.15372517456988796,0.0,0.0135551828943098,0.15372517456988796,0.0,0.14763959586927036,0.5,0.15372517456988796,0.0,0.06717578216367072,0.15372517456988796,0.0,0.02081688656900935,0.15372517456988796,0.0,0.07384183474735284,0.15372517456988796,8.043292489800574e-05,0.030341084089357758,0.15372517456988796,0.0,0.033723306341088215,0.15372517456988796,0.0,0.01087280116723595,0.15372517456988796,0.0,0.06586904239143918,0.5,0.15372517456988796,0.0,0.020616066065474295,0.0,0.003664692824598705,0.00706730755259811 -2877,0.5,0.15372517456988796,0.0,0.034990973466199476,0.15372517456988796,0.0,0.05042183194373081,0.15372517456988796,0.0,0.018843483120589047,0.15372517456988796,0.0,0.017724275134360982,0.15372517456988796,0.0,0.015578747304302433,0.15372517456988796,0.0,0.00048595445434046535,0.15372517456988796,0.0,0.0002481240566811263,0.15372517456988796,0.0,0.0012089099967828349,0.5,0.15372517456988796,0.0,0.011693351892267176,0.15372517456988796,0.0,0.1341913643835148,0.5,0.15372517456988796,0.0,0.04372131592167407,0.15372517456988796,0.0,0.02033873157305668,0.15372517456988796,0.0,0.061942648627020924,0.15372517456988796,0.0,0.02358435720280022,0.15372517456988796,0.0,0.025262281807837825,0.15372517456988796,0.0,0.006303248445549614,0.15372517456988796,0.0,0.04793843468383212,0.5,0.15372517456988796,0.0,0.03662065526403692,0.0,0.005943346475746541,0.00772870535163061 -2878,0.5,0.15372517456988796,0.0,0.026418162988551642,0.15372517456988796,0.0,0.039018681739529985,0.15372517456988796,0.0,0.017488837038292057,0.15372517456988796,0.0,0.016082140207692018,0.15372517456988796,0.0,0.012111112525438663,0.15372517456988796,0.0,0.0007600658158904727,0.15372517456988796,0.0,0.00023481448995045764,0.15372517456988796,0.0,0.001427075515045467,0.5,0.15372517456988796,0.0,0.008891434723804265,0.15372517456988796,0.0,0.11859759282428654,0.5,0.15372517456988796,0.0,0.02427400206888461,0.15372517456988796,0.0,0.023153036313609043,0.15372517456988796,0.0,0.051441456784338875,0.15372517456988796,0.0,0.01870538050070337,0.15372517456988796,0.0,0.019706518390335326,0.15372517456988796,0.0,0.0025093169616701343,0.15372517456988796,0.0,0.029369261480231144,0.5,0.15372517456988796,0.0,0.045519733410782796,0.0,0.007057638726642706,0.010596312831396625 -2879,0.5,0.15372517456988796,0.0,0.01900586130688572,0.15372517456988796,0.0,0.029140062214589618,0.15372517456988796,0.0,0.014274555460702103,0.15372517456988796,0.0,0.012712854366518492,0.15372517456988796,0.0,0.009187683345368907,0.15372517456988796,0.0,0.0018208284209650777,0.15372517456988796,0.0,0.00029626978101130635,0.15372517456988796,0.0,0.002560655230696568,0.5,0.15372517456988796,0.0,0.006027199175276282,0.15372517456988796,0.0,0.1006225809635271,0.5,0.15372517456988796,0.0,0.008180060425456659,0.15372517456988796,0.0,0.022112031244006614,0.15372517456988796,0.0,0.04309583768399518,0.15372517456988796,0.0,0.014760919902030468,0.15372517456988796,0.0,0.013618545877537105,0.15372517456988796,0.0,0.000969778675964858,0.15372517456988796,0.0,0.01509951064414734,0.5,0.15372517456988796,0.0,0.03681229856770453,0.0,0.006703289402212274,0.013863784527780856 -2880,0.5,0.15372517456988796,0.0,0.01312557248053257,0.15372517456988796,0.0,0.023766880022134392,0.15372517456988796,0.0,0.01277519982636955,0.15372517456988796,0.0,0.010326332974405841,0.15372517456988796,0.0,0.008003625336107014,0.15372517456988796,0.0,0.0028872775634850066,0.15372517456988796,0.0,0.0004282368456283267,0.15372517456988796,0.0,0.0032167236411183324,0.5,0.15372517456988796,0.0,0.0038955932086583403,0.15372517456988796,0.0,0.07761885631024797,0.5,0.15372517456988796,0.0,0.0010435004083124034,0.15372517456988796,0.0,0.017506647754303037,0.15372517456988796,0.0,0.042150391306537284,0.15372517456988796,0.0,0.01525030661372425,0.15372517456988796,0.0,0.00944124199761039,0.15372517456988796,0.0,0.0007213431771193303,0.15372517456988796,0.0,0.007310855782778622,0.5,0.15372517456988796,0.0,0.022801506764473983,0.0,0.004927954371507608,0.01877336948645247 -2881,0.5,0.15372517456988796,0.0,0.008543919005095803,0.15372517456988796,0.0,0.022762394587548727,0.15372517456988796,0.0,0.012458395334861778,0.15372517456988796,0.0,0.009322958012539307,0.15372517456988796,0.0,0.008006339143829325,0.15372517456988796,0.0,0.003526890380576011,0.15372517456988796,0.0,0.0010134783384430645,0.15372517456988796,0.0,0.004419793446901308,0.5,0.15372517456988796,0.0,0.00277302278288881,0.15372517456988796,0.0,0.06139063050459326,0.5,0.15372517456988796,0.0,0.00038309010194418887,0.15372517456988796,0.0,0.014979744125156434,0.15372517456988796,0.0,0.04338033701873817,0.15372517456988796,0.0,0.01633181932203779,0.15372517456988796,0.0,0.008138618575982044,0.15372517456988796,0.0,0.00055735544150618,0.15372517456988796,0.0,0.004341086959168273,0.5,0.15372517456988796,0.0,0.018706847801501156,0.0,0.002290974523128645,0.024488033609401074 -2882,0.5,0.15372517456988796,0.0,0.007337257684410749,0.15372517456988796,0.0,0.021963694230855303,0.15372517456988796,0.0,0.012403267226344558,0.15372517456988796,0.0,0.010201140071487116,0.15372517456988796,0.0,0.007865395005258603,0.15372517456988796,0.0,0.0038288902120227064,0.15372517456988796,0.0,0.0013758906614489128,0.15372517456988796,0.0,0.005101630419436904,0.5,0.15372517456988796,0.0,0.0017733972247973174,0.15372517456988796,0.0,0.042375770548462546,0.5,0.15372517456988796,0.0,0.0011505238136419866,0.15372517456988796,0.0,0.013646232603048333,0.15372517456988796,0.0,0.041461182663457,0.15372517456988796,0.0,0.015324073870702334,0.15372517456988796,0.0,0.008576305605335345,0.15372517456988796,0.0,0.0005872139544574232,0.15372517456988796,0.0,0.003244466948245652,0.5,0.15372517456988796,0.0,0.01972622001531274,0.0,0.0009694709788285192,0.030936343666437445 -2883,0.5,0.15372517456988796,0.0,0.007941096287935032,0.15372517456988796,0.0,0.016989135566060663,0.15372517456988796,0.0,0.011758606151766049,0.15372517456988796,0.0,0.011957023057535527,0.15372517456988796,0.0,0.00853089880531339,0.15372517456988796,0.0,0.003921726169450385,0.15372517456988796,0.0,0.001385053257982105,0.15372517456988796,0.0,0.004070516800581933,0.5,0.15372517456988796,0.0,0.001293336986467041,0.15372517456988796,0.0,0.03329087799487715,0.5,0.15372517456988796,0.0,0.0026887282425158672,0.15372517456988796,0.0,0.012049728858833998,0.15372517456988796,0.0,0.0367657354894322,0.15372517456988796,0.0,0.011079050461104313,0.15372517456988796,0.0,0.007656296542598982,0.15372517456988796,0.0,0.00036689392178053913,0.15372517456988796,0.0,0.0028934029556310623,0.5,0.15372517456988796,0.0,0.0206434803221563,0.0,0.0009343386610257444,0.03537780804152518 -2884,0.5,0.15372517456988796,0.0,0.009450461656877273,0.15372517456988796,0.0,0.014021966373384615,0.15372517456988796,0.0,0.01094281121938685,0.15372517456988796,0.0,0.014463243629096666,0.15372517456988796,0.0,0.010061615897303783,0.15372517456988796,0.0,0.003989914529592359,0.15372517456988796,0.0,0.0020477764398235576,0.15372517456988796,0.0,0.003560047189929338,0.5,0.15372517456988796,0.0,0.001206576852007793,0.15372517456988796,0.0,0.02938372232316625,0.5,0.15372517456988796,0.0,0.002278770121408595,0.15372517456988796,0.0,0.009669579967238226,0.15372517456988796,0.0,0.031629074713405814,0.15372517456988796,0.0,0.006516700785598326,0.15372517456988796,0.0,0.0058653336459214235,0.15372517456988796,0.0,0.00028257642245105183,0.15372517456988796,0.0,0.002639541867358255,0.5,0.15372517456988796,0.0,0.016964084730060138,0.0,0.0015610200514893408,0.0405195266404323 -2885,0.5,0.15372517456988796,0.0,0.009956742420355312,0.15372517456988796,0.0,0.014050365251544234,0.15372517456988796,0.0,0.01020142795541762,0.15372517456988796,0.0,0.014992861263738378,0.15372517456988796,0.0,0.009787321145316547,0.15372517456988796,0.0,0.004528732338516477,0.15372517456988796,0.0,0.0028328182521813856,0.15372517456988796,0.0,0.004076554900457368,0.5,0.15372517456988796,0.0,0.0014305869436241731,0.15372517456988796,0.0,0.028274814466951584,0.5,0.15372517456988796,0.0,0.0009361660957234117,0.15372517456988796,0.0,0.007115473714057263,0.15372517456988796,0.0,0.024342359014500548,0.15372517456988796,0.0,0.004301079014280534,0.15372517456988796,0.0,0.004536646933727826,0.15372517456988796,0.0,0.0003940970579126669,0.15372517456988796,0.0,0.0018820224975253446,0.5,0.15372517456988796,0.0,0.013847683482992717,0.0,0.002095898076397129,0.04940051993412158 -2886,0.5,0.15372517456988796,0.026609563783595393,0.008732412433577485,0.15372517456988796,0.002838835507971449,0.0133278104240291,0.15372517456988796,0.014020830836795459,0.0070240997069577725,0.15372517456988796,0.029405393186313328,0.013741358976535415,0.15372517456988796,0.0027333784470962687,0.0073833731717023185,0.15372517456988796,0.0006776871334646159,0.00697977957783579,0.15372517456988796,0.0007922411587945516,0.003311039959886022,0.15372517456988796,0.0016435543719394768,0.005757893120199442,0.5,0.15372517456988796,0.001952517147567272,0.0013568425185614256,0.15372517456988796,0.005485630674506741,0.031474512363162364,0.5,0.15372517456988796,0.0031146981793673794,0.0012945382397822338,0.15372517456988796,0.0014110175078769526,0.007920488383206852,0.15372517456988796,0.014304229475646895,0.018297820036054693,0.15372517456988796,0.004227116886223425,0.004058145757031663,0.15372517456988796,0.008542102829266342,0.0032100380064240897,0.15372517456988796,0.0036494185179602647,0.0005918561557628842,0.15372517456988796,0.00996038290136513,0.0015398514335528933,0.5,0.15372517456988796,0.016053830328855243,0.010671182580677683,0.0,0.0015324996884494698,0.06726827675648606 -2887,0.5,0.15372517456988796,0.09921059450236573,0.008581209930743057,0.15372517456988796,0.039243909681484695,0.014668654847885515,0.15372517456988796,0.07349082778697759,0.004168364247459467,0.15372517456988796,0.11432047989974758,0.015234293315641632,0.15372517456988796,0.04748512771832043,0.006378691429006747,0.15372517456988796,0.011180272700076963,0.009913148207374338,0.15372517456988796,0.012170170629021343,0.004119020372829949,0.15372517456988796,0.030817372268429115,0.0047245771619415676,0.5,0.15372517456988796,0.03752544575876238,0.0010982006867845506,0.15372517456988796,0.07725631509545558,0.0422072467903593,0.5,0.15372517456988796,0.04502344480000236,0.0012077592061833164,0.15372517456988796,0.023316685773130952,0.009239227717878171,0.15372517456988796,0.08693260146213111,0.028042533160163946,0.15372517456988796,0.050931004159406185,0.004983811330810066,0.15372517456988796,0.06755396610874723,0.002557273963632829,0.15372517456988796,0.05550906771696798,0.0007456286529611396,0.15372517456988796,0.08143794168607932,0.0009935208056909136,0.5,0.15372517456988796,0.10569098118102645,0.008952929751785993,0.0,0.0003450079798084464,0.09503345151888269 -2888,0.5,0.15372517456988796,0.1996873612285,0.017464607469394246,0.15372517456988796,0.16590189551355974,0.03352441942340465,0.15372517456988796,0.12940131022524048,0.003919732002155058,0.15372517456988796,0.20615216103474368,0.031120383013601108,0.15372517456988796,0.10506136704387463,0.012614235959515442,0.15372517456988796,0.04036882558765187,0.015901788688822527,0.15372517456988796,0.02969794681187058,0.007723280144135914,0.15372517456988796,0.06791215132688175,0.007679146889291738,0.5,0.15372517456988796,0.07997586474551119,0.0018101423456962436,0.15372517456988796,0.17868434666071373,0.09401504313474351,0.5,0.15372517456988796,0.07802997736507336,0.0011659981408335151,0.15372517456988796,0.059264716097318315,0.0118424624760237,0.15372517456988796,0.1911688022876063,0.07593413438738177,0.15372517456988796,0.13025048204909556,0.01275172390146925,0.15372517456988796,0.1386409820279943,0.005597182992614572,0.15372517456988796,0.1281314154557292,0.001451396617714192,0.15372517456988796,0.1775156589679936,0.0006660798567997711,0.5,0.15372517456988796,0.23421522079314266,0.046319743954947125,0.0,0.0027709600219198716,0.11978510472946693 -2889,0.5,0.15372517456988796,0.30195944997244945,0.026282858183915753,0.15372517456988796,0.27769930186102315,0.06746535538708537,0.15372517456988796,0.1793633965937358,0.0011032164363932427,0.15372517456988796,0.27760685619956554,0.03832576131195981,0.15372517456988796,0.19305821778693086,0.02428240994838477,0.15372517456988796,0.07255853200120042,0.021406394104356477,0.15372517456988796,0.034266349909920876,0.006526143571728241,0.15372517456988796,0.12711844996299512,0.01748675682918258,0.5,0.15372517456988796,0.1225017189983366,0.005662362235142785,0.15372517456988796,0.2779342306170413,0.09714384375564909,0.5,0.15372517456988796,0.09255884745741844,0.003097731245858244,0.15372517456988796,0.11043989166018511,0.01462137118517183,0.15372517456988796,0.3092597476411032,0.11398750711442937,0.15372517456988796,0.21287455993666934,0.025599406736342756,0.15372517456988796,0.1985316505221565,0.011932103846968313,0.15372517456988796,0.19750820482055867,0.0021353196767816426,0.15372517456988796,0.2768954656070445,0.002328898374431393,0.5,0.15372517456988796,0.3723242264965172,0.049974659987341796,0.0,0.008947629308513179,0.1647920008901103 -2890,0.5,0.15372517456988796,0.39053478538543474,0.035501693939909,0.15372517456988796,0.29853543674884103,0.10082451455340223,0.15372517456988796,0.2829537205711497,0.0013101303206413686,0.15372517456988796,0.3360892999778644,0.04350038454292382,0.15372517456988796,0.3061206283358162,0.02533566566655955,0.15372517456988796,0.10825220308955855,0.01818208529815512,0.15372517456988796,0.04230482284958766,0.008728130340333115,0.15372517456988796,0.12975232961311148,0.018861690942816922,0.5,0.15372517456988796,0.10988894460144868,0.0063356489659014865,0.15372517456988796,0.3828765739560137,0.08611949080893837,0.5,0.15372517456988796,0.10331877437268193,0.002999958048071142,0.15372517456988796,0.12709692822610397,0.017870919277086467,0.15372517456988796,0.4253812991287465,0.13627398215917727,0.15372517456988796,0.2952551402417419,0.051914930386543795,0.15372517456988796,0.2334749732171595,0.020945320415813463,0.15372517456988796,0.2512560972961857,0.0026182851491375453,0.15372517456988796,0.36787878604235613,0.004365426172677091,0.5,0.15372517456988796,0.49514468034779174,0.033223098873454156,0.0,0.018864551794904448,0.2365575342088991 -2891,0.5,0.15372517456988796,0.46836495016084756,0.04822115452741195,0.15372517456988796,0.32481124612166623,0.11409797214541136,0.15372517456988796,0.3431233813512572,0.002767336260463964,0.15372517456988796,0.39151623815638,0.04857830483183095,0.15372517456988796,0.3920118043832139,0.023141695762692954,0.15372517456988796,0.12404242795319242,0.011580436499686255,0.15372517456988796,0.038116259903837046,0.008698884099994707,0.15372517456988796,0.15930637777247858,0.022657787418417473,0.5,0.15372517456988796,0.1318172097624912,0.010878263500403497,0.15372517456988796,0.4562598538115441,0.11732946486084175,0.5,0.15372517456988796,0.14152255716448053,0.002265569246144099,0.15372517456988796,0.10815473011631596,0.023182288378948722,0.15372517456988796,0.5397012487200326,0.13779689217461918,0.15372517456988796,0.384707033098233,0.10521222143403203,0.15372517456988796,0.31256517251346805,0.03598395144783636,0.15372517456988796,0.2671431265802924,0.005439037852622548,0.15372517456988796,0.38072536121803435,0.006406612306262698,0.5,0.15372517456988796,0.593168871343915,0.011923032414626137,0.0,0.028711493340411256,0.26218854739490705 -2892,0.5,0.15372517456988796,0.49993193788517476,0.06704880015687587,0.15372517456988796,0.3972067637805159,0.10942656788898864,0.15372517456988796,0.44506774813601635,0.0021112111576586387,0.15372517456988796,0.44397137712635315,0.05515084500694522,0.15372517456988796,0.40940117412535926,0.029318571706240956,0.15372517456988796,0.057770907592169254,0.0038444563892437644,0.15372517456988796,0.03771428463822056,0.010782523784743654,0.15372517456988796,0.2254745600588578,0.02417974228748869,0.5,0.15372517456988796,0.1671915220357625,0.018982298568716523,0.15372517456988796,0.4038376462054678,0.17334569589796406,0.5,0.15372517456988796,0.19250518466174388,0.010454297169271171,0.15372517456988796,0.09032291003245173,0.020489626245113114,0.15372517456988796,0.6120270684801828,0.12839715527574186,0.15372517456988796,0.4248864234669042,0.1567544781049977,0.15372517456988796,0.3353738219629008,0.05314513155755659,0.15372517456988796,0.23138550906276917,0.011620407580919688,0.15372517456988796,0.4545407675939081,0.004864039077520182,0.5,0.15372517456988796,0.6309989998624808,0.002085366395977741,0.0,0.038744115538765285,0.244396049835827 -2893,0.5,0.15372517456988796,0.5295059314876538,0.08963944875607954,0.15372517456988796,0.49098599765459994,0.09688065945875668,0.15372517456988796,0.45140397660274834,0.001282473089070376,0.15372517456988796,0.5324818067993756,0.04866505251205693,0.15372517456988796,0.39569208351103546,0.042358536125862885,0.15372517456988796,0.18533459795130908,0.004637021065568936,0.15372517456988796,0.05586760599676634,0.013424996182386283,0.15372517456988796,0.22963890654430769,0.025669093557150198,0.5,0.15372517456988796,0.18964815921940276,0.022944011000164057,0.15372517456988796,0.2700505596609052,0.20574837957423855,0.5,0.15372517456988796,0.16724980293447453,0.044271707489869014,0.15372517456988796,0.12116212150501132,0.024639116503793346,0.15372517456988796,0.6550123356403967,0.13165591829491888,0.15372517456988796,0.4805501079407378,0.19003557591334977,0.15372517456988796,0.3620276121751271,0.06029280477045696,0.15372517456988796,0.2702450684033879,0.028635666360099007,0.15372517456988796,0.41882910995694894,0.007937932155105363,0.5,0.15372517456988796,0.6261127023517751,0.0021979708992008675,0.0,0.04690869121050187,0.22647054851409038 -2894,0.5,0.15372517456988796,0.5567346704931968,0.10403094983679731,0.15372517456988796,0.5068892059921577,0.09031071176767193,0.15372517456988796,0.43131171052156736,0.0026889499700120455,0.15372517456988796,0.4453634821768365,0.026964134612212087,0.15372517456988796,0.3269858263972105,0.044079964448469525,0.15372517456988796,0.22259596493244826,0.011147991771486641,0.15372517456988796,0.06432167171792792,0.018979608309269598,0.15372517456988796,0.2800568000207927,0.020864447049614022,0.5,0.15372517456988796,0.2231977625712283,0.024189117588276868,0.15372517456988796,0.2598918259611915,0.18063601365279838,0.5,0.15372517456988796,0.1352874934808414,0.08268974065047288,0.15372517456988796,0.1344759265596216,0.04590828049795354,0.15372517456988796,0.6522235870426474,0.161751019221316,0.15372517456988796,0.4950321932301637,0.20395829260391893,0.15372517456988796,0.3505471210192653,0.05374484790943907,0.15372517456988796,0.15289582147239855,0.040396180945342613,0.15372517456988796,0.2953147194923329,0.012719559156136567,0.5,0.15372517456988796,0.4287244959608087,0.0055581137227819575,0.0,0.04886559291588428,0.2695702651105933 -2895,0.5,0.15372517456988796,0.5195978694745909,0.11280887007086753,0.15372517456988796,0.503143608718581,0.0807113708125074,0.15372517456988796,0.31826538196420506,0.003630888405034477,0.15372517456988796,0.39175638068904156,0.012376374367895114,0.15372517456988796,0.285345908488182,0.04790325455114172,0.15372517456988796,0.1921132218545787,0.02874949455470337,0.15372517456988796,0.07299944098193584,0.024361622118997405,0.15372517456988796,0.22461443610240858,0.01157770898181202,0.5,0.15372517456988796,0.1098577638950033,0.012654305297537131,0.15372517456988796,0.22271903212224814,0.15576827152675557,0.5,0.15372517456988796,0.1195766539418395,0.11126082275115147,0.15372517456988796,0.16663023031454388,0.08977910862695508,0.15372517456988796,0.6054907393240716,0.2077418134919935,0.15372517456988796,0.45154384565041716,0.21885479998364046,0.15372517456988796,0.3328888297652518,0.04658193878085605,0.15372517456988796,0.1439432358815056,0.039640315291881466,0.15372517456988796,0.24305457493042443,0.027887930118132967,0.5,0.15372517456988796,0.3903524541052037,0.011097648661572321,0.0,0.05418932510430833,0.4009459510094219 -2896,0.5,0.15372517456988796,0.41777304114901215,0.11924252830597626,0.15372517456988796,0.42591700147680733,0.08551626269106437,0.15372517456988796,0.18582363433816879,0.0036377340652052567,0.15372517456988796,0.349724682722772,0.005708343673817836,0.15372517456988796,0.2098460498696071,0.059803924726092764,0.15372517456988796,0.1396613456218882,0.0491929364103825,0.15372517456988796,0.06508004265548001,0.03401453953066126,0.15372517456988796,0.12874011515901138,0.0058759416098189444,0.5,0.15372517456988796,0.09142861850213779,0.007642270922607705,0.15372517456988796,0.17404593597589146,0.14201428222096993,0.5,0.15372517456988796,0.13201503684630364,0.07797157893135713,0.15372517456988796,0.14645926748965676,0.09388802906879372,0.15372517456988796,0.4942017197209954,0.27297901269621244,0.15372517456988796,0.36851883656933004,0.24725913647112718,0.15372517456988796,0.253267294793286,0.04608856175142177,0.15372517456988796,0.06839107608935993,0.03060167328619085,0.15372517456988796,0.13065604514282145,0.03023028769658814,0.5,0.15372517456988796,0.2430929171158246,0.01584845809039965,0.0,0.06799637478442953,0.5542081193118191 -2897,0.5,0.15372517456988796,0.28671565294003376,0.13159044241979545,0.15372517456988796,0.3146002551403606,0.15509931244647396,0.15372517456988796,0.1328493975256745,0.003873986523531904,0.15372517456988796,0.25505994482446703,0.003013259852844264,0.15372517456988796,0.14175798457859648,0.0727938546951102,0.15372517456988796,0.11626929235701075,0.05950565456012277,0.15372517456988796,0.051198803945708395,0.036740315054331736,0.15372517456988796,0.07306975324403232,0.002657789929107358,0.5,0.15372517456988796,0.0771940258203338,0.004560218678960172,0.15372517456988796,0.1202111209083278,0.08709059448033651,0.5,0.15372517456988796,0.07911142519386863,0.04304282362818434,0.15372517456988796,0.08071689179665242,0.07709121026726212,0.15372517456988796,0.3587222791421276,0.4103133849530655,0.15372517456988796,0.27478379158543215,0.27393481391936475,0.15372517456988796,0.1700034078556679,0.05158214161800518,0.15372517456988796,0.038118563819720314,0.029204741728693136,0.15372517456988796,0.06279792721709235,0.028363161964612672,0.5,0.15372517456988796,0.12988489158320088,0.012965391183783963,0.0,0.1024764036690945,0.6168774949084763 -2898,0.5,0.15372517456988796,0.14822466602146506,0.1580782102720591,0.15372517456988796,0.19244092833952967,0.4025986567513232,0.15372517456988796,0.07528405580872818,0.003626897400127769,0.15372517456988796,0.12929109940473416,0.0027497637400565253,0.15372517456988796,0.07579713117198293,0.07558373477802081,0.15372517456988796,0.07991216472343318,0.05288249023716489,0.15372517456988796,0.03362297172513728,0.02996429963634853,0.15372517456988796,0.027746709779257087,0.0015513357945794509,0.5,0.15372517456988796,0.043697272656503965,0.001929148149676182,0.15372517456988796,0.0532247076990511,0.05698865876367671,0.5,0.15372517456988796,0.031528693116621966,0.026558250491967673,0.15372517456988796,0.05428012008577498,0.06130486436219768,0.15372517456988796,0.21773585945061075,0.6253642548266103,0.15372517456988796,0.165738647890544,0.2863358187551641,0.15372517456988796,0.08348502260560353,0.05855115378446041,0.15372517456988796,0.022412962293123014,0.02697653490560494,0.15372517456988796,0.04579707213966136,0.02722771032868348,0.5,0.15372517456988796,0.05991201396492018,0.023268650789394052,0.0,0.11940643373449134,0.6432121588684022 -2899,0.5,0.15372517456988796,0.038808547516197625,0.1633226667960274,0.15372517456988796,0.06419994228626505,0.705674158505564,0.15372517456988796,0.024569899296024277,0.002268147674008728,0.15372517456988796,0.025784579557217586,0.002958655761911241,0.15372517456988796,0.0251386768552845,0.08167358245867211,0.15372517456988796,0.03211709338464819,0.0276741230621469,0.15372517456988796,0.009869163756252427,0.023732030498136998,0.15372517456988796,0.0063456089595781365,0.0036224456814161416,0.5,0.15372517456988796,0.008705862789914646,0.0012766207486234434,0.15372517456988796,0.008238165317445237,0.03391593525609207,0.5,0.15372517456988796,0.004997931794736171,0.008176122572206897,0.15372517456988796,0.011257735150613414,0.03270405351566095,0.15372517456988796,0.08232293516370476,0.6906221548534047,0.15372517456988796,0.06281937876176762,0.2848924647076584,0.15372517456988796,0.02585777326284442,0.06902733537526516,0.15372517456988796,0.005627391311456061,0.02011635413833644,0.15372517456988796,0.01830224301258494,0.016836898906417003,0.5,0.15372517456988796,0.017926571656114644,0.02274780141464144,0.0,0.1335287341961156,0.6358250208289237 -2900,0.5,0.15372517456988796,0.0,0.1714253652786444,0.15372517456988796,0.0,0.6987408063521834,0.15372517456988796,0.0,0.003296108536189608,0.15372517456988796,0.0,0.005641059459928015,0.15372517456988796,0.0,0.10975697301121677,0.15372517456988796,0.00010197640066583553,0.021851527767915276,0.15372517456988796,4.759097434663567e-05,0.02569636454159655,0.15372517456988796,6.716758716798745e-05,0.003616415267709624,0.5,0.15372517456988796,6.291701262319167e-05,0.0008592816794682677,0.15372517456988796,0.0,0.028721080584046953,0.5,0.15372517456988796,0.0,0.004356502451667345,0.15372517456988796,0.0,0.013014587942781654,0.15372517456988796,0.0,0.6184276928817246,0.15372517456988796,0.0,0.28414220211406616,0.15372517456988796,1.6446198524831592e-05,0.13913039776862013,0.15372517456988796,3.3193034283554983e-06,0.018146099851112645,0.15372517456988796,0.0,0.01221782477241065,0.5,0.15372517456988796,0.0,0.029888557976741396,0.0,0.1735537257236991,0.5978878776924687 -2901,0.5,0.15372517456988796,0.0,0.22318664631221533,0.15372517456988796,0.0,0.5645074877399038,0.15372517456988796,0.0,0.006499506813224146,0.15372517456988796,0.0,0.008518741822249893,0.15372517456988796,0.0,0.11790215262095717,0.15372517456988796,0.0,0.03370036299396968,0.15372517456988796,0.0,0.04575529890007646,0.15372517456988796,0.0,0.005440392824644086,0.5,0.15372517456988796,0.0,0.0006083572698311205,0.15372517456988796,0.0,0.028885509813419124,0.5,0.15372517456988796,0.0,0.005536345104274429,0.15372517456988796,0.0,0.008809438114894652,0.15372517456988796,0.0,0.5431816018380166,0.15372517456988796,0.0,0.3769746979917622,0.15372517456988796,0.0,0.2464877513240785,0.15372517456988796,0.0,0.031232374042214614,0.15372517456988796,0.0,0.012595942084164105,0.5,0.15372517456988796,0.0,0.03829471109776315,0.0,0.3297614878150334,0.5685024998426224 -2902,0.5,0.15372517456988796,0.0,0.249377077212296,0.15372517456988796,0.0,0.5022584947131966,0.15372517456988796,0.0,0.015602634994942318,0.15372517456988796,0.0,0.012935565862879169,0.15372517456988796,0.0,0.1008187484156678,0.15372517456988796,0.0,0.07516837891873528,0.15372517456988796,0.0,0.0874156167792056,0.15372517456988796,0.0,0.010837065319294415,0.5,0.15372517456988796,0.0,0.0004771505506280597,0.15372517456988796,0.0,0.0239191849894793,0.5,0.15372517456988796,0.0,0.007347234683675321,0.15372517456988796,0.0,0.007073686978032083,0.15372517456988796,0.0,0.4717498475455509,0.15372517456988796,0.0,0.5248298473594365,0.15372517456988796,0.0,0.2929176598973783,0.15372517456988796,0.0,0.06070707605258425,0.15372517456988796,0.0,0.01298366258672222,0.5,0.15372517456988796,0.0,0.04612761272266404,0.0,0.7180115733030799,0.683636553622089 -2903,0.5,0.15372517456988796,0.0,0.25136814051843465,0.15372517456988796,0.0,0.3775034895467851,0.15372517456988796,0.0,0.04551321452832069,0.15372517456988796,0.0,0.0226234444331238,0.15372517456988796,0.0,0.09595877299811896,0.15372517456988796,0.0,0.12584286372069864,0.15372517456988796,0.0,0.13264875318673428,0.15372517456988796,0.0,0.016722986970939942,0.5,0.15372517456988796,0.0,0.000605481080178298,0.15372517456988796,0.0,0.019002234714329536,0.5,0.15372517456988796,0.0,0.008355335783059845,0.15372517456988796,0.0,0.0045092164113960335,0.15372517456988796,0.0,0.41954122172395664,0.15372517456988796,0.0,0.5873223679179602,0.15372517456988796,0.0,0.34151931317252254,0.15372517456988796,0.0,0.08144965835803218,0.15372517456988796,0.0,0.014496786599446242,0.5,0.15372517456988796,0.0,0.05260678413894415,0.0,0.8418499469809655,0.878367680165604 -2904,0.5,0.15372517456988796,0.0,0.23537841391511088,0.15372517456988796,0.0,0.2607583636918908,0.15372517456988796,0.0,0.11355222567330159,0.15372517456988796,0.0,0.03854336572533388,0.15372517456988796,0.0,0.169403053595874,0.15372517456988796,0.0,0.1298068661866302,0.15372517456988796,0.0,0.15575899277582472,0.15372517456988796,0.0,0.025716369902573016,0.5,0.15372517456988796,0.0,0.0022965336043720384,0.15372517456988796,0.0,0.01197572293389849,0.5,0.15372517456988796,0.0,0.008237972529119581,0.15372517456988796,0.0,0.0022069029482751756,0.15372517456988796,0.0,0.40919031702854974,0.15372517456988796,0.0,0.5417946985548469,0.15372517456988796,0.0,0.3471631016748232,0.15372517456988796,0.0,0.10512390678488127,0.15372517456988796,0.0,0.013484552114216333,0.5,0.15372517456988796,0.0,0.05133756195428339,0.0,0.8885298485394058,0.9317149987096359 -2905,0.5,0.15372517456988796,0.0,0.22935821566561274,0.15372517456988796,0.0,0.2029870501451204,0.15372517456988796,0.0,0.24072172715679085,0.15372517456988796,0.0,0.060647570866353875,0.15372517456988796,0.0,0.25943446104618767,0.15372517456988796,0.0,0.1226564271386161,0.15372517456988796,0.0,0.2003044931878676,0.15372517456988796,0.0,0.04047900896693542,0.5,0.15372517456988796,0.0,0.006058825396297856,0.15372517456988796,0.0,0.005574725587834752,0.5,0.15372517456988796,0.0,0.007728631176801643,0.15372517456988796,0.0,0.0017921098186056365,0.15372517456988796,0.0,0.4049199771225287,0.15372517456988796,0.0,0.47564005859979236,0.15372517456988796,0.0,0.31174505660436624,0.15372517456988796,0.0,0.14097719607770598,0.15372517456988796,0.0,0.012348951812005822,0.5,0.15372517456988796,0.0,0.045079510956799775,0.0,0.9583156477130089,0.9444169044953439 -2906,0.5,0.15372517456988796,0.0,0.23295715907576559,0.15372517456988796,0.0,0.18647416496974972,0.15372517456988796,0.0,0.3581152636734534,0.15372517456988796,0.0,0.09239477223936976,0.15372517456988796,0.0,0.2938775034405445,0.15372517456988796,0.0,0.13050368670553486,0.15372517456988796,0.0,0.30716637128797325,0.15372517456988796,0.0,0.057001785669684835,0.5,0.15372517456988796,0.0,0.01250606893031481,0.15372517456988796,0.0,0.002521542788507946,0.5,0.15372517456988796,0.0,0.007282432977830248,0.15372517456988796,0.0,0.0016445280366628875,0.15372517456988796,0.0,0.40372097532342016,0.15372517456988796,0.0,0.42038852364496637,0.15372517456988796,0.0,0.2589758446229453,0.15372517456988796,0.0,0.21907631224627175,0.15372517456988796,0.0,0.012767887188142708,0.5,0.15372517456988796,0.0,0.03820709150889663,0.0,0.9652230453813739,0.933118077140143 -2907,0.5,0.15372517456988796,0.0,0.24384834522947357,0.15372517456988796,0.0,0.19067691105885096,0.15372517456988796,0.0,0.4159385402104847,0.15372517456988796,0.0,0.13686769091857254,0.15372517456988796,0.0,0.2828734944883695,0.15372517456988796,0.0,0.14287741848200075,0.15372517456988796,0.0,0.3525483903287145,0.15372517456988796,0.0,0.06276622237740134,0.5,0.15372517456988796,0.0,0.019364957025175666,0.15372517456988796,0.0,0.00198317996287791,0.5,0.15372517456988796,0.0,0.0070837534115501906,0.15372517456988796,0.0,0.0016168083335923729,0.15372517456988796,0.0,0.4070299392461952,0.15372517456988796,0.0,0.3851290352770709,0.15372517456988796,0.0,0.2181985356047928,0.15372517456988796,0.0,0.2825569510960633,0.15372517456988796,0.0,0.012455883170327203,0.5,0.15372517456988796,0.0,0.031055663684977454,0.0,0.9735595652789713,0.9133331460575275 -2908,0.5,0.15372517456988796,0.0,0.3029476164257844,0.15372517456988796,0.0,0.1980450262635893,0.15372517456988796,0.0,0.4596283964249198,0.15372517456988796,0.0,0.1823185442132869,0.15372517456988796,0.0,0.2535680788677558,0.15372517456988796,0.0,0.14976998508717565,0.15372517456988796,0.0,0.2873483566118405,0.15372517456988796,0.0,0.08228860691984162,0.5,0.15372517456988796,0.0,0.02820704895556536,0.15372517456988796,0.0,0.0021452705723140025,0.5,0.15372517456988796,0.0,0.006880611976835428,0.15372517456988796,0.0,0.0017489571817479663,0.15372517456988796,0.0,0.484551368244416,0.15372517456988796,0.0,0.37128790334451744,0.15372517456988796,0.0,0.2000497320772406,0.15372517456988796,0.0,0.29723830963312003,0.15372517456988796,0.0,0.011462772730396878,0.5,0.15372517456988796,0.0,0.024006722625529043,0.0,0.9823044329139208,0.9038391293010539 -2909,0.5,0.15372517456988796,0.0,0.3720806619119211,0.15372517456988796,0.0,0.16110040543550838,0.15372517456988796,0.0,0.43569489392631133,0.15372517456988796,0.0,0.21593432785468303,0.15372517456988796,0.0,0.2253507143244013,0.15372517456988796,0.0,0.16119635110935115,0.15372517456988796,0.0,0.2342327794939565,0.15372517456988796,0.0,0.1156168087129674,0.5,0.15372517456988796,0.0,0.05110450961048521,0.15372517456988796,0.0,0.0022863117253800113,0.5,0.15372517456988796,0.0,0.008411055076775078,0.15372517456988796,0.0,0.0024688586080336247,0.15372517456988796,0.0,0.4696749575576942,0.15372517456988796,0.0,0.3839976161987728,0.15372517456988796,0.0,0.19633688301029317,0.15372517456988796,0.0,0.33753379196442984,0.15372517456988796,0.0,0.013314948771901626,0.5,0.15372517456988796,0.0,0.01992504336932748,0.0,0.9840150069696784,0.9105858125817063 -2910,0.5,0.15372517456988796,0.016672080744895665,0.47685413277855565,0.15372517456988796,0.02206346931787821,0.22917391246407484,0.15372517456988796,0.0012343853960737772,0.4270325477651184,0.15372517456988796,0.008471674515055264,0.2428870762283205,0.15372517456988796,0.0051594111306795505,0.23354704834392304,0.15372517456988796,0.0033439098779082517,0.17116334048269244,0.15372517456988796,0.0019138713101639736,0.21648673421003098,0.15372517456988796,0.0008525350807591171,0.15793575700879836,0.5,0.15372517456988796,0.0022660514031643975,0.08518626729243303,0.15372517456988796,0.005139475783915673,0.002409441272955793,0.5,0.15372517456988796,0.0041952617801842024,0.012813086108523835,0.15372517456988796,0.0035362866575731587,0.0030507435652331063,0.15372517456988796,0.015690266553002666,0.5323192932671668,0.15372517456988796,0.010270903988233684,0.41744152472823526,0.15372517456988796,0.004760586195102709,0.20056159803334303,0.15372517456988796,0.0007629015122390603,0.3955550181396332,0.15372517456988796,0.0054339143210053314,0.021454282501795065,0.5,0.15372517456988796,0.0022411708133424505,0.01739276313828856,0.0,0.9810020961994841,0.9209566345397033 -2911,0.5,0.15372517456988796,0.06993289851845763,0.6063863559066272,0.15372517456988796,0.09794360761001147,0.7360858078172432,0.15372517456988796,0.009171629673673942,0.4530881095959219,0.15372517456988796,0.043750315667200085,0.2760113448547453,0.15372517456988796,0.08016911186758258,0.3093039148392153,0.15372517456988796,0.06776275676606033,0.2395748501433561,0.15372517456988796,0.034652554004926374,0.2163291423694936,0.15372517456988796,0.016181570044645613,0.1977279652640279,0.5,0.15372517456988796,0.04676002868112822,0.15859645895654412,0.15372517456988796,0.0693367283985212,0.004290363990355055,0.5,0.15372517456988796,0.07291958919696662,0.05544572220968378,0.15372517456988796,0.05907833911553517,0.0046561078837092556,0.15372517456988796,0.05933377605405425,0.7458708390648954,0.15372517456988796,0.08947632797798771,0.5215081840348709,0.15372517456988796,0.045376470213039484,0.22767329757946353,0.15372517456988796,0.00721868842728657,0.4350621389782939,0.15372517456988796,0.046629497991989795,0.05519906714895885,0.5,0.15372517456988796,0.02156742724353447,0.028412736126418967,0.0,0.9779556015211702,0.9248264876872189 -2912,0.5,0.15372517456988796,0.1354224447002656,0.7054878678547084,0.15372517456988796,0.15739676069044653,0.861976154113729,0.15372517456988796,0.02606832915812007,0.5187564999009485,0.15372517456988796,0.08512545553322548,0.3483097750123179,0.15372517456988796,0.19680491683735954,0.41039859028300263,0.15372517456988796,0.18060342125661483,0.3510941393087831,0.15372517456988796,0.10713134000919941,0.2560704841142818,0.15372517456988796,0.05991734115858137,0.24082530827627208,0.5,0.15372517456988796,0.10947356934434391,0.2891630371511938,0.15372517456988796,0.15117191340643066,0.014339798724382494,0.5,0.15372517456988796,0.16245263676137311,0.11777167829504265,0.15372517456988796,0.13303250890582616,0.036757099807040984,0.15372517456988796,0.1023075014061432,0.8206755244635278,0.15372517456988796,0.19652273561329248,0.6961132208148477,0.15372517456988796,0.12084761767960775,0.30999994716800783,0.15372517456988796,0.023080291137505572,0.4550872534685658,0.15372517456988796,0.09067547748584133,0.07219273927521289,0.5,0.15372517456988796,0.06183519684669099,0.054887274408106645,0.0,0.9774643885292542,0.9137144054248325 -2913,0.5,0.15372517456988796,0.2042777058214517,0.7605840274809531,0.15372517456988796,0.27158644611611754,0.8921361808231767,0.15372517456988796,0.04522104284257665,0.6047445804963243,0.15372517456988796,0.12756486471642878,0.42062243935473415,0.15372517456988796,0.3293267447221051,0.46402827752691594,0.15372517456988796,0.3107362753831981,0.4189796679646859,0.15372517456988796,0.20938083176999323,0.30704224062295393,0.15372517456988796,0.1412144460747654,0.30193734757741686,0.5,0.15372517456988796,0.1432721905635181,0.39086259759559017,0.15372517456988796,0.23976003779098592,0.03655910402344477,0.5,0.15372517456988796,0.23473476388043218,0.1552819592505792,0.15372517456988796,0.19647322694835767,0.10256736607633618,0.15372517456988796,0.15180815414289917,0.8784451710026016,0.15372517456988796,0.3098296195011615,0.7977781878027178,0.15372517456988796,0.2191815324354935,0.39602926183234766,0.15372517456988796,0.06177578344606334,0.5117639020498866,0.15372517456988796,0.11101325145963134,0.09731379177376091,0.5,0.15372517456988796,0.09878022278056975,0.06358762650026847,0.0,0.973562628545523,0.8956493615440677 -2914,0.5,0.15372517456988796,0.26788186294625543,0.8145427434622523,0.15372517456988796,0.4278414730846368,0.9456730285964018,0.15372517456988796,0.06020905068986844,0.6464550421343902,0.15372517456988796,0.1551897859162831,0.4553302441963773,0.15372517456988796,0.4760108118437839,0.5985734205671742,0.15372517456988796,0.44749392967439194,0.4778427214243628,0.15372517456988796,0.32290394350287727,0.3608626970903096,0.15372517456988796,0.2311933051500136,0.36818309442780395,0.5,0.15372517456988796,0.12685465569057083,0.43816700730111124,0.15372517456988796,0.26083634967923147,0.037176471119837004,0.5,0.15372517456988796,0.26523714160084993,0.15973886230051326,0.15372517456988796,0.22543839317396275,0.11249424193845584,0.15372517456988796,0.22331080113046525,0.9036579370894573,0.15372517456988796,0.424070228699137,0.8512270179097422,0.15372517456988796,0.32240246948085366,0.47753300585248554,0.15372517456988796,0.13010026570378735,0.5598293622074625,0.15372517456988796,0.12458508402975485,0.13596793711721672,0.5,0.15372517456988796,0.17637706603870165,0.07262113783508306,0.0,0.9564630866754433,0.894810624085324 -2915,0.5,0.15372517456988796,0.3270974649433418,0.8568159491984387,0.15372517456988796,0.5241930190502071,0.986697987990332,0.15372517456988796,0.07009394572615937,0.6571375234588309,0.15372517456988796,0.1469877810830607,0.5325455091568649,0.15372517456988796,0.5979915606034119,0.7123128107973618,0.15372517456988796,0.5655351572349472,0.5734422535264767,0.15372517456988796,0.4655376156296751,0.4662895332856792,0.15372517456988796,0.27564443839913605,0.41539667288944226,0.5,0.15372517456988796,0.10110413216672706,0.48728983856719593,0.15372517456988796,0.35530082907686283,0.032287002548015864,0.5,0.15372517456988796,0.18321549347338667,0.18189792647768327,0.15372517456988796,0.328654899059459,0.1396556358538792,0.15372517456988796,0.33277964393751086,0.9338186483838486,0.15372517456988796,0.5128916013512431,0.8831563478018272,0.15372517456988796,0.43719390781080547,0.5483086349486447,0.15372517456988796,0.22616070063665666,0.6603670877030644,0.15372517456988796,0.13208865917015894,0.20763336133342045,0.5,0.15372517456988796,0.23448000436635363,0.07245834221070088,0.0,0.9357169506387348,0.8988696007271463 -2916,0.5,0.15372517456988796,0.37155523263847035,0.8840947794582618,0.15372517456988796,0.5490418293468442,1.0112215690771238,0.15372517456988796,0.0686123043314098,0.6479504713972367,0.15372517456988796,0.14021861684209108,0.6317887564134098,0.15372517456988796,0.665124165870253,0.7726252040090524,0.15372517456988796,0.6403004264336433,0.6240509223376142,0.15372517456988796,0.5493272740103273,0.5359086994713862,0.15372517456988796,0.293649909415212,0.4603234618583213,0.5,0.15372517456988796,0.116243469637835,0.5054246179648912,0.15372517456988796,0.34969001939464156,0.031234371555261008,0.5,0.15372517456988796,0.1131483987663858,0.3117861781432953,0.15372517456988796,0.2792107991918875,0.1539849397717602,0.15372517456988796,0.4507812206759676,0.9347049104962109,0.15372517456988796,0.5553513217166803,0.9097608834391175,0.15372517456988796,0.4981271712144218,0.5984682704510992,0.15372517456988796,0.2708200278553846,0.7033306743753699,0.15372517456988796,0.12847459345499557,0.29918533443808293,0.5,0.15372517456988796,0.20915493129983176,0.06960248920135795,0.0,0.9203015310274376,0.9013262392231932 -2917,0.5,0.15372517456988796,0.3897884139052735,0.9136671090870749,0.15372517456988796,0.492413232468104,1.019623446689665,0.15372517456988796,0.06603686022066924,0.6511836732469836,0.15372517456988796,0.1166816907954315,0.6988591076850219,0.15372517456988796,0.698395334260222,0.8089611667382006,0.15372517456988796,0.6783921775340622,0.639950366660699,0.15372517456988796,0.5976342567114888,0.5446040103995992,0.15372517456988796,0.3100648608825503,0.4999201675502367,0.5,0.15372517456988796,0.1572324516879091,0.5420300672997793,0.15372517456988796,0.2738617025764586,0.04019368212067928,0.5,0.15372517456988796,0.07981798694114958,0.4569787644428509,0.15372517456988796,0.23088066782589206,0.19496518107802788,0.15372517456988796,0.5776860464372735,0.9308353755768615,0.15372517456988796,0.5964315210165985,0.9214429864986489,0.15372517456988796,0.5028953513010096,0.6336821344059027,0.15372517456988796,0.24632311406777446,0.686792302149356,0.15372517456988796,0.11634527984793258,0.3755920628585854,0.5,0.15372517456988796,0.2261758776577239,0.07002855790071276,0.0,0.9030273584822929,0.8858601930157655 -2918,0.5,0.15372517456988796,0.3850649023453108,0.9284453539232824,0.15372517456988796,0.5484771623716453,1.0207595601186796,0.15372517456988796,0.06253256173339222,0.6550375538030129,0.15372517456988796,0.09573473159849433,0.7158373140496218,0.15372517456988796,0.6830224033341425,0.816558694497378,0.15372517456988796,0.6700839472283118,0.6579945535676863,0.15372517456988796,0.6177050761864827,0.5404676723110186,0.15372517456988796,0.3076813070282633,0.5200056053103341,0.5,0.15372517456988796,0.20678384666479732,0.6286353031491124,0.15372517456988796,0.15634021508092089,0.04371715776043737,0.5,0.15372517456988796,0.05802327525692563,0.5351760346697558,0.15372517456988796,0.13698979048182364,0.2388337017963369,0.15372517456988796,0.6163842633174104,0.921506336043878,0.15372517456988796,0.5701844417921578,0.9254350185162601,0.15372517456988796,0.47095966202283707,0.6583224505521542,0.15372517456988796,0.24607546595931246,0.6506555099276032,0.15372517456988796,0.10772827493530426,0.447657944094584,0.5,0.15372517456988796,0.17950604728771205,0.07859327200898941,0.0,0.8750660255984187,0.8337286939468922 -2919,0.5,0.15372517456988796,0.34717536577148905,0.9189432821318624,0.15372517456988796,0.5624479733918379,1.0200023833165897,0.15372517456988796,0.051374242696987385,0.6340855060508086,0.15372517456988796,0.058737023060704635,0.6931896278432776,0.15372517456988796,0.5982878488472583,0.7946413792026423,0.15372517456988796,0.6021118440770828,0.669936168561601,0.15372517456988796,0.5673578954373566,0.5361713843229357,0.15372517456988796,0.30967884411416174,0.5384329144804021,0.5,0.15372517456988796,0.19422507351137905,0.6266104086696035,0.15372517456988796,0.13661220920728334,0.03118734720270229,0.5,0.15372517456988796,0.05133235899933445,0.5602763117910188,0.15372517456988796,0.1643450073494091,0.3920081828792618,0.15372517456988796,0.6178117166722222,0.9039926868012331,0.15372517456988796,0.5375093930891208,0.9265634732987122,0.15372517456988796,0.3696002356172695,0.6713539921508523,0.15372517456988796,0.21421404093658003,0.5948376759363503,0.15372517456988796,0.09907755035964738,0.5064561374025421,0.5,0.15372517456988796,0.13277361182367695,0.08994944022679756,0.0,0.8154149404829851,0.762784266766907 -2920,0.5,0.15372517456988796,0.276951505472542,0.8841372567563667,0.15372517456988796,0.47916198275166555,1.0093099827412555,0.15372517456988796,0.03668698758258804,0.6108720450145635,0.15372517456988796,0.04434928040322802,0.6866309206999287,0.15372517456988796,0.41325230739703905,0.7399696705733214,0.15372517456988796,0.4728708238028438,0.6475297175643924,0.15372517456988796,0.39933436513461495,0.4898485931500042,0.15372517456988796,0.27158406521883666,0.5200726819916357,0.5,0.15372517456988796,0.13876852864834668,0.574858296684888,0.15372517456988796,0.09231569265324031,0.04784242692375286,0.5,0.15372517456988796,0.04684612350382265,0.594607856938502,0.15372517456988796,0.10679055802877763,0.44564699296125454,0.15372517456988796,0.5284932940817113,0.8762664703427366,0.15372517456988796,0.4314215176983481,0.9158474550518444,0.15372517456988796,0.2359194381694214,0.6583470909168605,0.15372517456988796,0.18018215186418493,0.5241161647394821,0.15372517456988796,0.06979428172310788,0.5425856297864342,0.5,0.15372517456988796,0.07542285126832889,0.08862417984244585,0.0,0.7252033644642237,0.7180584435059881 -2921,0.5,0.15372517456988796,0.1981876239535001,0.8267490240226405,0.15372517456988796,0.3600283758444314,0.9880191522918343,0.15372517456988796,0.02484267359665098,0.6036780253873407,0.15372517456988796,0.02940702645007974,0.6758523708382341,0.15372517456988796,0.24303768662271413,0.6535921025688745,0.15372517456988796,0.33251595043047527,0.561298157092225,0.15372517456988796,0.21144057293540036,0.3648249495514599,0.15372517456988796,0.16267456991051396,0.41146102496512205,0.5,0.15372517456988796,0.08530132707050002,0.49887226023190073,0.15372517456988796,0.05847636727280449,0.07321485254057782,0.5,0.15372517456988796,0.029632455979267183,0.5557561546587354,0.15372517456988796,0.03978917831900555,0.44066964550905646,0.15372517456988796,0.39854402272007716,0.822107942798823,0.15372517456988796,0.29315173252498394,0.886341162337744,0.15372517456988796,0.14424613959822954,0.6205945784719831,0.15372517456988796,0.08748669795849189,0.39917812236059097,0.15372517456988796,0.03761991206347216,0.5113201332468416,0.5,0.15372517456988796,0.03975865454679791,0.0951027723939972,0.0,0.5698979357732918,0.7724909870926137 -2922,0.5,0.15372517456988796,0.11140983399319818,0.7479140051038491,0.15372517456988796,0.22709269817495448,0.9374794969492226,0.15372517456988796,0.01247004782225928,0.5863865552672208,0.15372517456988796,0.014601981130736703,0.643025072163282,0.15372517456988796,0.10950194515285563,0.5420455218660497,0.15372517456988796,0.20857569107359825,0.39193332908447975,0.15372517456988796,0.10113635932993092,0.25086176093232593,0.15372517456988796,0.08491048864383383,0.30183402081640454,0.5,0.15372517456988796,0.04224482213788273,0.38314749439433915,0.15372517456988796,0.029730005332029866,0.10382354875457324,0.5,0.15372517456988796,0.01310395216893928,0.4184653574044188,0.15372517456988796,0.010432931679298077,0.4350804727736476,0.15372517456988796,0.24877792088065992,0.6912863886017097,0.15372517456988796,0.1720601439484994,0.8393749685278604,0.15372517456988796,0.09380753389486456,0.5830076797212306,0.15372517456988796,0.031925125645687266,0.2892423051168169,0.15372517456988796,0.01636166272923804,0.46942955618123267,0.5,0.15372517456988796,0.01673863914229483,0.12348649466482473,0.0,0.3535679172695023,0.8619681854282799 -2923,0.5,0.15372517456988796,0.033434081858740375,0.6242326982918467,0.15372517456988796,0.058450153341045384,0.7556202754460151,0.15372517456988796,0.0030915268061356186,0.5477239494240684,0.15372517456988796,0.0028098633552181935,0.6232210437674445,0.15372517456988796,0.023467615478989238,0.5255234033774856,0.15372517456988796,0.07996331238680904,0.2823239774276343,0.15372517456988796,0.02942083388505915,0.1955400163905643,0.15372517456988796,0.02514074096853815,0.19335850112516295,0.5,0.15372517456988796,0.011653928488171804,0.26093921351027044,0.15372517456988796,0.0026858462649456427,0.14774461080886142,0.5,0.15372517456988796,0.0031140723947642923,0.3283363078370585,0.15372517456988796,0.001415096726347046,0.4083776900453827,0.15372517456988796,0.07782727854799566,0.36195551254702235,0.15372517456988796,0.06368121247585676,0.7344328502447683,0.15372517456988796,0.038971820949494966,0.5109576698891747,0.15372517456988796,0.009510219334264268,0.2396278189157603,0.15372517456988796,0.0034541276372411444,0.43821034093507016,0.5,0.15372517456988796,0.003952321799122954,0.17619865102307075,0.0,0.18095558409864784,0.9102491962809801 -2924,0.5,0.15372517456988796,0.0,0.4765431138128018,0.15372517456988796,0.0,0.4240488228269114,0.15372517456988796,0.0,0.5113161623464487,0.15372517456988796,0.0,0.6230417843000342,0.15372517456988796,0.0,0.5279101709980469,0.15372517456988796,0.0,0.32497208573693703,0.15372517456988796,0.00010963156519686772,0.18335586251797142,0.15372517456988796,0.0,0.1260755784140466,0.5,0.15372517456988796,2.6954217490345022e-05,0.18122072967920527,0.15372517456988796,0.0,0.18841089339287836,0.5,0.15372517456988796,7.247204760184858e-07,0.2772626132912627,0.15372517456988796,2.5454125743305206e-07,0.38159678448359624,0.15372517456988796,0.0,0.16043345706009532,0.15372517456988796,0.0,0.5280454816179807,0.15372517456988796,0.0,0.3902055627015485,0.15372517456988796,7.031204009543382e-06,0.2105348301661372,0.15372517456988796,0.0,0.41898743329118193,0.5,0.15372517456988796,0.0,0.2243897692122492,0.0,0.0810278458547849,0.9131151232311838 -2925,0.5,0.15372517456988796,0.0,0.3790875773251649,0.15372517456988796,0.0,0.2551739153307052,0.15372517456988796,0.0,0.4970230811043518,0.15372517456988796,0.0,0.6116058323596072,0.15372517456988796,0.0,0.5235629451128334,0.15372517456988796,0.0,0.39033247761005185,0.15372517456988796,0.0,0.2281616772815846,0.15372517456988796,0.0,0.12134113240731337,0.5,0.15372517456988796,0.0,0.14744142725697473,0.15372517456988796,0.0,0.2292638787859418,0.5,0.15372517456988796,0.0,0.29892257386314525,0.15372517456988796,0.0,0.3749832879919781,0.15372517456988796,0.0,0.10211660351818318,0.15372517456988796,0.0,0.3995163860747414,0.15372517456988796,0.0,0.34031303694940634,0.15372517456988796,0.0,0.18986676846840989,0.15372517456988796,0.0,0.43834793621057677,0.5,0.15372517456988796,0.0,0.24527233539987334,0.0,0.04926273648857682,0.8814560248674123 -2926,0.5,0.15372517456988796,0.0,0.2909478205533532,0.15372517456988796,0.0,0.17538077036875915,0.15372517456988796,0.0,0.4652629106677305,0.15372517456988796,0.0,0.5719125579961862,0.15372517456988796,0.0,0.473442966686476,0.15372517456988796,0.0,0.4472543004630033,0.15372517456988796,0.0,0.34425073624172126,0.15372517456988796,0.0,0.157177171103497,0.5,0.15372517456988796,0.0,0.10381986574154764,0.15372517456988796,0.0,0.2509273112760001,0.5,0.15372517456988796,0.0,0.34064801686505874,0.15372517456988796,0.0,0.3582948033786417,0.15372517456988796,0.0,0.08413341603799018,0.15372517456988796,0.0,0.3024874732271685,0.15372517456988796,0.0,0.3024218351230119,0.15372517456988796,0.0,0.1898977782938958,0.15372517456988796,0.0,0.4554809373023587,0.5,0.15372517456988796,0.0,0.27266222201600765,0.0,0.041156386979812026,0.8050184934958496 -2927,0.5,0.15372517456988796,0.0,0.23475223466253728,0.15372517456988796,0.0,0.15962899594922372,0.15372517456988796,0.0,0.4164899129852773,0.15372517456988796,0.0,0.5233077396641398,0.15372517456988796,0.0,0.3612655796084858,0.15372517456988796,0.0,0.47244795788586813,0.15372517456988796,0.0,0.42375241791903745,0.15372517456988796,0.0,0.19926019936205175,0.5,0.15372517456988796,0.0,0.10785363136269568,0.15372517456988796,0.0,0.25216554694060356,0.5,0.15372517456988796,0.0,0.3278810703527747,0.15372517456988796,0.0,0.3428038443112038,0.15372517456988796,0.0,0.0732678927698464,0.15372517456988796,0.0,0.2279207582501806,0.15372517456988796,0.0,0.24572300683188902,0.15372517456988796,0.0,0.2365145286053287,0.15372517456988796,0.0,0.4583297240821025,0.5,0.15372517456988796,0.0,0.31364129740553204,0.0,0.029971444946497935,0.7035940939753214 -2928,0.5,0.15372517456988796,0.0,0.20676629243618116,0.15372517456988796,0.0,0.1520272326696591,0.15372517456988796,0.0,0.3852594246283264,0.15372517456988796,0.0,0.4669625807251537,0.15372517456988796,0.0,0.27997061650577126,0.15372517456988796,0.0,0.43829160188652244,0.15372517456988796,0.0,0.35471360903539584,0.15372517456988796,0.0,0.244563879963736,0.5,0.15372517456988796,0.0,0.14791354531267228,0.15372517456988796,0.0,0.23753291579437136,0.5,0.15372517456988796,0.0,0.3358561905822839,0.15372517456988796,0.0,0.3194150315666841,0.15372517456988796,0.0,0.058807379792303494,0.15372517456988796,0.0,0.17523810519433597,0.15372517456988796,0.0,0.20281657938764472,0.15372517456988796,0.0,0.2928122320289616,0.15372517456988796,0.0,0.4615286995631973,0.5,0.15372517456988796,0.0,0.34115246881914596,0.0,0.018010666871465204,0.5695914636081956 -2929,0.5,0.15372517456988796,0.0,0.19099749362221055,0.15372517456988796,0.0,0.12697954868582406,0.15372517456988796,0.0,0.3488587158960824,0.15372517456988796,0.0,0.3906323488458951,0.15372517456988796,0.0,0.22575320492759443,0.15372517456988796,0.0,0.35938045494099236,0.15372517456988796,0.0,0.22731994663517682,0.15372517456988796,0.0,0.3013026428567004,0.5,0.15372517456988796,0.0,0.22187847080778064,0.15372517456988796,0.0,0.23568682821295167,0.5,0.15372517456988796,0.0,0.32828636505269754,0.15372517456988796,0.0,0.30094809563383396,0.15372517456988796,0.0,0.04391856815467243,0.15372517456988796,0.0,0.13064724212469417,0.15372517456988796,0.0,0.1863646817386652,0.15372517456988796,0.0,0.2846091607194115,0.15372517456988796,0.0,0.45606936010235233,0.5,0.15372517456988796,0.0,0.3568517320462517,0.0,0.008164865744552238,0.4148221776529877 -2930,0.5,0.15372517456988796,0.0,0.17962044705611663,0.15372517456988796,0.0,0.09436822015070187,0.15372517456988796,0.0,0.3112067652220139,0.15372517456988796,0.0,0.3220247023927425,0.15372517456988796,0.0,0.19707367815039742,0.15372517456988796,0.0,0.26592708362574075,0.15372517456988796,0.0,0.14423107629652765,0.15372517456988796,0.0,0.2544050219250103,0.5,0.15372517456988796,0.0,0.27443640598796654,0.15372517456988796,0.0,0.21696661509899118,0.5,0.15372517456988796,0.0,0.3220736737325611,0.15372517456988796,0.0,0.2891204983555326,0.15372517456988796,0.0,0.03534990308508963,0.15372517456988796,0.0,0.09569587849341805,0.15372517456988796,0.0,0.1684067747376087,0.15372517456988796,0.0,0.24286620305109566,0.15372517456988796,0.0,0.446960088620022,0.5,0.15372517456988796,0.0,0.32840359711238765,0.0,0.002787032087054251,0.32149975391875935 -2931,0.5,0.15372517456988796,0.0,0.17318224727773915,0.15372517456988796,0.0,0.062427426663174385,0.15372517456988796,0.0,0.2875067357301465,0.15372517456988796,0.0,0.2827546610187637,0.15372517456988796,0.0,0.17487824434859772,0.15372517456988796,0.0,0.2196688784158896,0.15372517456988796,0.0,0.11538664541564381,0.15372517456988796,0.0,0.17656151520478888,0.5,0.15372517456988796,0.0,0.31167313071514596,0.15372517456988796,0.0,0.19929735665816534,0.5,0.15372517456988796,0.0,0.34107571810705445,0.15372517456988796,0.0,0.28188346168705014,0.15372517456988796,0.0,0.031192494703767813,0.15372517456988796,0.0,0.06963757279744298,0.15372517456988796,0.0,0.14143178203492043,0.15372517456988796,0.0,0.20894675031571466,0.15372517456988796,0.0,0.4463023976614764,0.5,0.15372517456988796,0.0,0.2979469541077759,0.0,0.0005434101141841823,0.271636109276071 -2932,0.5,0.15372517456988796,0.0,0.16152908205330177,0.15372517456988796,0.0,0.04379144659950614,0.15372517456988796,0.0,0.2746878537814008,0.15372517456988796,0.0,0.28087220532391066,0.15372517456988796,0.0,0.1450221544279508,0.15372517456988796,0.0,0.19656318268517392,0.15372517456988796,0.0,0.10702997742252483,0.15372517456988796,0.0,0.14082856881134384,0.5,0.15372517456988796,0.0,0.2934063172796932,0.15372517456988796,0.0,0.1820949610667671,0.5,0.15372517456988796,0.0,0.3568644386912822,0.15372517456988796,0.0,0.2868867046791186,0.15372517456988796,0.0,0.02658348700128257,0.15372517456988796,0.0,0.05466262811630815,0.15372517456988796,0.0,0.11472362136217135,0.15372517456988796,0.0,0.2091661090089975,0.15372517456988796,0.0,0.4473371355751861,0.5,0.15372517456988796,0.0,0.2755322882433346,0.0,0.0002556907983134137,0.25742176800334243 -2933,0.5,0.15372517456988796,0.0,0.14678051661260116,0.15372517456988796,0.0,0.02754169879129281,0.15372517456988796,0.0,0.25194306037914316,0.15372517456988796,0.0,0.27692200877431644,0.15372517456988796,0.0,0.12067489127135142,0.15372517456988796,0.0,0.16637609763359174,0.15372517456988796,0.0,0.08817390559197646,0.15372517456988796,0.0,0.1385576912833703,0.5,0.15372517456988796,0.0,0.24414572891971734,0.15372517456988796,0.0,0.17554481964823837,0.5,0.15372517456988796,0.0,0.35594290108869553,0.15372517456988796,0.0,0.29336316691244013,0.15372517456988796,0.0,0.020650345903437152,0.15372517456988796,0.0,0.0395905942345766,0.15372517456988796,0.0,0.09015008490489777,0.15372517456988796,0.0,0.20360850952735973,0.15372517456988796,0.0,0.44542139407796705,0.5,0.15372517456988796,0.0,0.26396292135550875,0.0,0.00010069358655946241,0.2620735338526089 -2934,0.5,0.15372517456988796,0.0404763909499255,0.12764420847295108,0.15372517456988796,0.028304617709662395,0.022885945949525567,0.15372517456988796,0.018753663820390894,0.2446821780736003,0.15372517456988796,0.015121497135433752,0.29116792415484977,0.15372517456988796,0.011455964759947722,0.07693876430244692,0.15372517456988796,0.005887771809156473,0.13108800511242408,0.15372517456988796,0.010153618347715443,0.07484444013542435,0.15372517456988796,0.005080106223739012,0.11105569843719122,0.5,0.15372517456988796,0.002911312314508036,0.22147928553079366,0.15372517456988796,0.00026196926970907124,0.16627429428361443,0.5,0.15372517456988796,0.0007102904810195597,0.3712952827475801,0.15372517456988796,0.0006312174702705222,0.30541886588777317,0.15372517456988796,0.028359070878709383,0.015670263342148102,0.15372517456988796,0.016901810980233148,0.024715591091153205,0.15372517456988796,0.022637409815768603,0.06055154427314866,0.15372517456988796,0.012754087387678774,0.20384156072844895,0.15372517456988796,0.0019737606084168054,0.45993466591687227,0.5,0.15372517456988796,0.0008404702493685655,0.2580482945555202,0.0,2.859601989017422e-05,0.282919042583008 -2935,0.5,0.15372517456988796,0.13680316839247886,0.15238027965461515,0.15372517456988796,0.11758143608942703,0.0203588070599943,0.15372517456988796,0.09760382050539397,0.3075528044304967,0.15372517456988796,0.07478133981773614,0.3231454253184555,0.15372517456988796,0.09998026998866785,0.05290577530523203,0.15372517456988796,0.09052566916326138,0.12476842771974911,0.15372517456988796,0.10042873535344785,0.0921159945891564,0.15372517456988796,0.08766927464522556,0.1401438442973732,0.5,0.15372517456988796,0.073495498520564,0.3214621487223686,0.15372517456988796,0.0028625063920404144,0.1613977456685242,0.5,0.15372517456988796,0.009016860721354644,0.4038261200151937,0.15372517456988796,0.00902529881715645,0.33236216606244884,0.15372517456988796,0.11636491503094543,0.011364622101218573,0.15372517456988796,0.10388231447812692,0.014608874423923161,0.15372517456988796,0.11402468978169916,0.0598088507559084,0.15372517456988796,0.10272380090781709,0.2749810039352784,0.15372517456988796,0.026365151896557092,0.5005065629277382,0.5,0.15372517456988796,0.005747965094584065,0.2663770191864126,0.0,0.0,0.252287201472142 -2936,0.5,0.15372517456988796,0.2765981039244505,0.2530893096394413,0.15372517456988796,0.25298279451344574,0.03893640116364424,0.15372517456988796,0.22397782124873036,0.40230483892929003,0.15372517456988796,0.17745135670846068,0.36741262451669904,0.15372517456988796,0.2320298303169615,0.06591236389891904,0.15372517456988796,0.22173252149436018,0.17167715984829574,0.15372517456988796,0.2359527778441216,0.17147716241208294,0.15372517456988796,0.2185390353600907,0.19991677534794414,0.5,0.15372517456988796,0.20107236584517163,0.4566544464493536,0.15372517456988796,0.01293406340814047,0.17242578671896486,0.5,0.15372517456988796,0.030622143495079274,0.4280703327498328,0.15372517456988796,0.03093422833205802,0.35644729192394004,0.15372517456988796,0.2515682114316806,0.01902745104969485,0.15372517456988796,0.23575261233146147,0.01976311576712951,0.15372517456988796,0.2513162439416291,0.10255574406734103,0.15372517456988796,0.239670983749237,0.4156187693536589,0.15372517456988796,0.07829599775140496,0.5497177154379691,0.5,0.15372517456988796,0.01821001191699928,0.2890886760427771,0.0,0.00012545792865747556,0.21975620753184494 -2937,0.5,0.15372517456988796,0.4231389315002463,0.32323074305006955,0.15372517456988796,0.3955927462350619,0.07049484354717417,0.15372517456988796,0.37112922646440016,0.46912020556502954,0.15372517456988796,0.3113863424320265,0.4037820473718543,0.15372517456988796,0.37783252466225037,0.08823393174343,0.15372517456988796,0.37062069769772826,0.2144192156439456,0.15372517456988796,0.38627085381119153,0.2590154537872348,0.15372517456988796,0.369303532746047,0.2640065498181545,0.5,0.15372517456988796,0.34740474556926265,0.5567670157573015,0.15372517456988796,0.032327473263934065,0.19072735503458432,0.5,0.15372517456988796,0.07796154474278733,0.48623181747178496,0.15372517456988796,0.06067697848616374,0.36598746013602057,0.15372517456988796,0.39396312497234953,0.027764691137647346,0.15372517456988796,0.3794066117858936,0.028472913345485164,0.15372517456988796,0.3983520275885488,0.1538806745505912,0.15372517456988796,0.39235694086051853,0.5036617927558372,0.15372517456988796,0.15537091752193738,0.5849452574406732,0.5,0.15372517456988796,0.04274826725933162,0.30756010194591793,0.0,0.00021834844678705027,0.2041270744773326 -2938,0.5,0.15372517456988796,0.5714662567647485,0.33266438976643664,0.15372517456988796,0.5432994553026829,0.10078558732736156,0.15372517456988796,0.5231218369753157,0.5333233706504233,0.15372517456988796,0.44808397278865586,0.425640187474046,0.15372517456988796,0.5300287460325963,0.09262038733206619,0.15372517456988796,0.5266858339950745,0.2418823238378234,0.15372517456988796,0.541953609698282,0.29025987410196824,0.15372517456988796,0.5281614788685229,0.3447852536122923,0.5,0.15372517456988796,0.49390503178622974,0.6360937033129117,0.15372517456988796,0.06682540809130628,0.189880201049049,0.5,0.15372517456988796,0.1398913643434699,0.5496765081434442,0.15372517456988796,0.09868494604875548,0.3646542027179187,0.15372517456988796,0.541357672473576,0.0394819455589698,0.15372517456988796,0.5284980824458863,0.04605117204163539,0.15372517456988796,0.5497280965163038,0.1864162127568675,0.15372517456988796,0.550461123228444,0.5564535183097421,0.15372517456988796,0.26594608907590706,0.6269456295391912,0.5,0.15372517456988796,0.08850308235750919,0.30473127388818055,0.0,0.00024026295046185786,0.20878656963372835 -2939,0.5,0.15372517456988796,0.6815777352643858,0.33502705610462646,0.15372517456988796,0.6622878899484639,0.13456196447982904,0.15372517456988796,0.6492547650855723,0.6056651629350569,0.15372517456988796,0.556032704504907,0.4871927348554886,0.15372517456988796,0.6563701429018245,0.10709355080432575,0.15372517456988796,0.6567085028389703,0.2699104489787849,0.15372517456988796,0.6675675404503453,0.3454578082540649,0.15372517456988796,0.659967344850152,0.44390475926367123,0.5,0.15372517456988796,0.6049138920656363,0.648221379766876,0.15372517456988796,0.13320604855916637,0.18188091091060662,0.5,0.15372517456988796,0.18058640978606944,0.5668544516483744,0.15372517456988796,0.13715956631700754,0.38576825741681187,0.15372517456988796,0.6597941254556009,0.07363711467282764,0.15372517456988796,0.6450316860927632,0.0836980881524549,0.15372517456988796,0.6698925124770811,0.2028624583759657,0.15372517456988796,0.6766032749707798,0.620398215907531,0.15372517456988796,0.3881499308170012,0.6672294040371307,0.5,0.15372517456988796,0.15801549505061013,0.3009633032779452,0.0,0.0005966718590954702,0.20849640761767288 -2940,0.5,0.15372517456988796,0.7369513057136713,0.330988255612936,0.15372517456988796,0.7281681214128674,0.14914094529641247,0.15372517456988796,0.715278236774911,0.6629299366279546,0.15372517456988796,0.6144954077277491,0.5287457740228083,0.15372517456988796,0.7213211126785951,0.1169076664675537,0.15372517456988796,0.7315279640929467,0.3126759880726674,0.15372517456988796,0.7398893046682097,0.3863625730927646,0.15372517456988796,0.7397618442266657,0.5381990117100943,0.5,0.15372517456988796,0.6849240458101777,0.6491955875360755,0.15372517456988796,0.20093644288435536,0.17061757945582834,0.5,0.15372517456988796,0.24636959249395243,0.5577263356038259,0.15372517456988796,0.17501436016058988,0.4084755971927301,0.15372517456988796,0.7285992402608127,0.1399013024574754,0.15372517456988796,0.7104391182722584,0.14067772325636146,0.15372517456988796,0.7314701253947522,0.2100204469560426,0.15372517456988796,0.747968280236011,0.6599779822085281,0.15372517456988796,0.4959450383174232,0.7078169983985833,0.5,0.15372517456988796,0.2116023070471104,0.28272662895816036,0.0,0.0016518762412036623,0.17809951300549742 -2941,0.5,0.15372517456988796,0.7511325466700542,0.3188522815360984,0.15372517456988796,0.7526837493950338,0.16795251346457926,0.15372517456988796,0.7435425721995679,0.6792811594761231,0.15372517456988796,0.6340487371849481,0.5176879959206888,0.15372517456988796,0.7648284702922129,0.11457270022082569,0.15372517456988796,0.7572630224102709,0.32931606510082534,0.15372517456988796,0.7665981738226686,0.37482560372093615,0.15372517456988796,0.7771119300779112,0.593378950250666,0.5,0.15372517456988796,0.7273628880504719,0.6838611216927036,0.15372517456988796,0.22657973541287976,0.15951231610754452,0.5,0.15372517456988796,0.3805242478817685,0.6037603210038978,0.15372517456988796,0.1966084938033753,0.39853256294937117,0.15372517456988796,0.7575323194906065,0.23741817014627792,0.15372517456988796,0.751353024467724,0.2102311459985493,0.15372517456988796,0.7523223636643509,0.203355029703729,0.15372517456988796,0.7762320756621574,0.6626528955635074,0.15372517456988796,0.5041238141354095,0.7208838075596695,0.5,0.15372517456988796,0.24880366557102673,0.2766186250721972,0.0,0.0038360020787475313,0.17011229026482638 -2942,0.5,0.15372517456988796,0.7256051366903106,0.30694356910802817,0.15372517456988796,0.7304578621928862,0.197258842597078,0.15372517456988796,0.723013451497714,0.6350510165074108,0.15372517456988796,0.5660450892320745,0.4571119227705082,0.15372517456988796,0.7447673593540729,0.11522630812652211,0.15372517456988796,0.7511123954124617,0.28685282081245145,0.15372517456988796,0.7457009037527271,0.3380798861154238,0.15372517456988796,0.7573272340569498,0.598407081190155,0.5,0.15372517456988796,0.7016821703801154,0.7097992559802907,0.15372517456988796,0.18845480491959377,0.15916640817207284,0.5,0.15372517456988796,0.4531003552369379,0.6416108251045695,0.15372517456988796,0.21026561236058644,0.39172462626212207,0.15372517456988796,0.7363550000603742,0.3694928598166698,0.15372517456988796,0.7351993443272204,0.2882337942599569,0.15372517456988796,0.7322446074861731,0.20440964659627836,0.15372517456988796,0.7516358134284492,0.6341710554036362,0.15372517456988796,0.4654062440964558,0.7248718991837906,0.5,0.15372517456988796,0.2375306889526584,0.29187938455615603,0.0,0.006682681318833584,0.1773775735164323 -2943,0.5,0.15372517456988796,0.6420620353621833,0.2773609659630974,0.15372517456988796,0.6576365720929769,0.2372600817604731,0.15372517456988796,0.6570954625907122,0.5621206397197224,0.15372517456988796,0.4787664560006925,0.3889855518508557,0.15372517456988796,0.6781219386740627,0.1396418858170385,0.15372517456988796,0.6910011442829344,0.2369831773869574,0.15372517456988796,0.6778438894045329,0.30542727562717126,0.15372517456988796,0.693306102018095,0.5743455693194051,0.5,0.15372517456988796,0.6557446290456288,0.731158300663103,0.15372517456988796,0.16253249737135755,0.16124529911607413,0.5,0.15372517456988796,0.3767229868890351,0.6501144446656012,0.15372517456988796,0.193529229318691,0.4031986401415009,0.15372517456988796,0.662195500787558,0.5042092733301483,0.15372517456988796,0.6671481345174337,0.39918784920579153,0.15372517456988796,0.6620652738505375,0.21939625035152668,0.15372517456988796,0.6746828976667362,0.5829747516350979,0.15372517456988796,0.4332612693752105,0.7205201482907414,0.5,0.15372517456988796,0.19698206402668406,0.32535190647628887,0.0,0.010777597077237806,0.19952746489058656 -2944,0.5,0.15372517456988796,0.508959684610153,0.24222060175889146,0.15372517456988796,0.5315860036310018,0.3115375068002395,0.15372517456988796,0.5302624648034933,0.48203838137545213,0.15372517456988796,0.41208867036836466,0.35741155187763185,0.15372517456988796,0.5524224237547168,0.21411017665222276,0.15372517456988796,0.5733970812836999,0.19254530493697297,0.15372517456988796,0.561418207261658,0.2722458560575073,0.15372517456988796,0.5748941635292334,0.5077877792515957,0.5,0.15372517456988796,0.5395648740444118,0.727740111717877,0.15372517456988796,0.13255525252562453,0.16975915963179666,0.5,0.15372517456988796,0.24910898428566486,0.6386345399184984,0.15372517456988796,0.14436977505641038,0.39686428250276806,0.15372517456988796,0.5412674587383517,0.5909418891500218,0.15372517456988796,0.5477562659117982,0.4922467559402283,0.15372517456988796,0.5375044659170188,0.22932726830190608,0.15372517456988796,0.5504831016544773,0.5191563547706075,0.15372517456988796,0.34759765483131444,0.692452248867112,0.5,0.15372517456988796,0.12304103943410524,0.3685972834197676,0.0,0.019886710559109563,0.21516091075373914 -2945,0.5,0.15372517456988796,0.3635995715599686,0.19332572768128847,0.15372517456988796,0.3880277167601325,0.493471012952163,0.15372517456988796,0.3780311749317651,0.36731846703641846,0.15372517456988796,0.3145660301667037,0.2795836560854601,0.15372517456988796,0.3982625312363085,0.30194569638397384,0.15372517456988796,0.4218662202183673,0.14986323477616026,0.15372517456988796,0.4095093338994171,0.22137546771611002,0.15372517456988796,0.42044051591409604,0.42242496098347815,0.5,0.15372517456988796,0.399774278006595,0.6749081636292441,0.15372517456988796,0.0880580557273837,0.17285825696118937,0.5,0.15372517456988796,0.2028869499346297,0.6034846752055336,0.15372517456988796,0.09626187750048248,0.33341882759949987,0.15372517456988796,0.40038719229357667,0.6087317344207595,0.15372517456988796,0.40241423756728806,0.5181652549930119,0.15372517456988796,0.38913053898297123,0.229752769093214,0.15372517456988796,0.3974734240851905,0.4110132313076511,0.15372517456988796,0.24871658022993842,0.6128368490810192,0.5,0.15372517456988796,0.07748042510011324,0.3851583320988617,0.0,0.02917307185364614,0.28654155712028756 -2946,0.5,0.15372517456988796,0.20840994996153867,0.11019178278786167,0.15372517456988796,0.23709095968565852,0.6125296050822439,0.15372517456988796,0.22187758887015274,0.13168818919284248,0.15372517456988796,0.1917982038462542,0.10327377894636082,0.15372517456988796,0.2450078701691083,0.3543753449251584,0.15372517456988796,0.26520847426131483,0.06652760232759254,0.15372517456988796,0.25745634007211055,0.09436462754316681,0.15372517456988796,0.26646985477177415,0.2548823163295843,0.5,0.15372517456988796,0.25029816111863207,0.48682710199117996,0.15372517456988796,0.04864584475358741,0.18440067857968767,0.5,0.15372517456988796,0.13781237694697146,0.4575192346799156,0.15372517456988796,0.05772269500060138,0.26579238157806506,0.15372517456988796,0.24886639885320602,0.575932437169247,0.15372517456988796,0.25606249958081345,0.471315990642611,0.15372517456988796,0.2382108110988438,0.2081206844198547,0.15372517456988796,0.24162163267840567,0.17535606520512795,0.15372517456988796,0.15024486576182308,0.43039624286350187,0.5,0.15372517456988796,0.043718253941951016,0.3738844595304324,0.0,0.03744215054072599,0.3256497140337184 -2947,0.5,0.15372517456988796,0.04436841112268863,0.03318537042246489,0.15372517456988796,0.05899972752734467,0.4599057526416483,0.15372517456988796,0.045357033391664414,0.04471891079448767,0.15372517456988796,0.03532561979914787,0.05772460087130861,0.15372517456988796,0.07739794581937896,0.3015477193194071,0.15372517456988796,0.08102580349519141,0.04233065522127455,0.15372517456988796,0.06861904938405758,0.026706466943007674,0.15372517456988796,0.06696945856675653,0.07809972567775468,0.5,0.15372517456988796,0.06374532514450637,0.20234633485049075,0.15372517456988796,0.013123482255711102,0.20261926079663092,0.5,0.15372517456988796,0.045397866261005816,0.1945696942281969,0.15372517456988796,0.020507431377910005,0.20554248831031283,0.15372517456988796,0.0798814347692712,0.4729083527241595,0.15372517456988796,0.07738576860331822,0.37250836085315914,0.15372517456988796,0.0570958118038971,0.13945982707653184,0.15372517456988796,0.054812338781485594,0.07056666443769108,0.15372517456988796,0.03541509833217498,0.20995635656090925,0.5,0.15372517456988796,0.010538055137090352,0.332004285729154,0.0,0.04393219517759802,0.321917296712734 -2948,0.5,0.15372517456988796,0.0,0.02356082839430069,0.15372517456988796,0.0,0.23071436946869994,0.15372517456988796,0.0,0.019758488691423114,0.15372517456988796,0.0,0.04560247283308277,0.15372517456988796,0.0,0.20787330211226443,0.15372517456988796,0.0,0.09017116475462618,0.15372517456988796,0.0,0.0212573250237498,0.15372517456988796,0.0,0.04247410139599312,0.5,0.15372517456988796,0.0,0.11840934003953595,0.15372517456988796,0.0,0.23626486150473816,0.5,0.15372517456988796,0.0,0.12210520964828282,0.15372517456988796,3.2473650907854666e-06,0.1579717016947174,0.15372517456988796,0.0,0.29194218894676083,0.15372517456988796,0.0,0.20433985300607954,0.15372517456988796,0.0,0.11789176616294685,0.15372517456988796,0.0,0.047676280509094414,0.15372517456988796,0.0,0.10875237390696027,0.5,0.15372517456988796,0.0,0.2612527472062302,0.0,0.06659142933299883,0.26862740470270785 -2949,0.5,0.15372517456988796,0.0,0.022897079569035774,0.15372517456988796,0.0,0.14038750212159226,0.15372517456988796,0.0,0.010101049876555997,0.15372517456988796,0.0,0.03155421845958839,0.15372517456988796,0.0,0.12356856853295521,0.15372517456988796,0.0,0.105266354721153,0.15372517456988796,0.0,0.03731783308908344,0.15372517456988796,0.0,0.02247642087673265,0.5,0.15372517456988796,0.0,0.08348811447816284,0.15372517456988796,0.0,0.292892946153292,0.5,0.15372517456988796,0.0,0.06854195929623169,0.15372517456988796,0.0,0.13643586045948602,0.15372517456988796,0.0,0.22400171099427282,0.15372517456988796,0.0,0.11967972833322543,0.15372517456988796,0.0,0.10738715478675627,0.15372517456988796,0.0,0.028974930882234982,0.15372517456988796,0.0,0.0546925470883175,0.5,0.15372517456988796,0.0,0.21310520329603433,0.0,0.14518743783338828,0.2179049630956458 -2950,0.5,0.15372517456988796,0.0,0.032748730891156624,0.15372517456988796,0.0,0.07965623822717267,0.15372517456988796,0.0,0.009090822302284519,0.15372517456988796,0.0,0.01914555628676303,0.15372517456988796,0.0,0.06730953059005494,0.15372517456988796,0.0,0.08031563113605042,0.15372517456988796,0.0,0.04029953806390859,0.15372517456988796,0.0,0.011804746132734549,0.5,0.15372517456988796,0.0,0.06372194591342097,0.15372517456988796,0.0,0.317121496261813,0.5,0.15372517456988796,0.0,0.03868448519852142,0.15372517456988796,0.0,0.12398450714494283,0.15372517456988796,0.0,0.20002406631002356,0.15372517456988796,0.0,0.08118244024943608,0.15372517456988796,0.0,0.08509427593808684,0.15372517456988796,0.0,0.01948297891605269,0.15372517456988796,0.0,0.028574827555172766,0.5,0.15372517456988796,0.0,0.17834007777435126,0.0,0.3428317493246665,0.18709742210161037 -2951,0.5,0.15372517456988796,0.0,0.048505640790287165,0.15372517456988796,0.0,0.05659292580056643,0.15372517456988796,0.0,0.013261541129096891,0.15372517456988796,0.0,0.0096201519277806,0.15372517456988796,0.0,0.04398487018143619,0.15372517456988796,0.0,0.05101073347101766,0.15372517456988796,0.0,0.024084522035810945,0.15372517456988796,0.0,0.010358893777784444,0.5,0.15372517456988796,0.0,0.04722183048238045,0.15372517456988796,0.0,0.29660140442538924,0.5,0.15372517456988796,0.0,0.023913968192314963,0.15372517456988796,0.0,0.10413439376319991,0.15372517456988796,0.0,0.19136108110341296,0.15372517456988796,0.0,0.06182116711383184,0.15372517456988796,0.0,0.06039645774072365,0.15372517456988796,0.0,0.01636201107851737,0.15372517456988796,0.0,0.015732373394000194,0.5,0.15372517456988796,0.0,0.140472350117487,0.0,0.5575847876601295,0.18113632207390307 -2952,0.5,0.15372517456988796,0.0,0.06650461814093205,0.15372517456988796,0.0,0.05205909107153429,0.15372517456988796,0.0,0.023876093210476988,0.15372517456988796,0.0,0.004612749424813946,0.15372517456988796,0.0,0.02760173268553128,0.15372517456988796,0.0,0.03792052292463126,0.15372517456988796,0.0,0.013333141756874773,0.15372517456988796,0.0,0.01243390953505575,0.5,0.15372517456988796,0.0,0.03860648945400005,0.15372517456988796,0.0,0.26652512721681015,0.5,0.15372517456988796,0.0,0.011679261790520446,0.15372517456988796,0.0,0.081194868989416,0.15372517456988796,0.0,0.19206424437697195,0.15372517456988796,0.0,0.053888058904574467,0.15372517456988796,0.0,0.04613965955585009,0.15372517456988796,0.0,0.014712506514991322,0.15372517456988796,0.0,0.01072237900282918,0.5,0.15372517456988796,0.0,0.09587420951290307,0.0,0.662663824792719,0.1783604281157109 -2953,0.5,0.15372517456988796,0.0,0.08357852373474432,0.15372517456988796,0.0,0.058940746274821584,0.15372517456988796,0.0,0.03914662077413756,0.15372517456988796,0.0,0.005938456726557595,0.15372517456988796,0.0,0.015475818678476685,0.15372517456988796,0.0,0.02700673498310445,0.15372517456988796,0.0,0.009801238407118286,0.15372517456988796,0.0,0.010848504298433665,0.5,0.15372517456988796,0.0,0.033235141535396806,0.15372517456988796,0.0,0.2613748243193396,0.5,0.15372517456988796,0.0,0.008683280890968294,0.15372517456988796,0.0,0.06524354237087722,0.15372517456988796,0.0,0.19976190338419647,0.15372517456988796,0.0,0.051775604775485755,0.15372517456988796,0.0,0.04009757516934268,0.15372517456988796,0.0,0.015030139478780603,0.15372517456988796,0.0,0.008901794539066874,0.5,0.15372517456988796,0.0,0.05265293607295057,0.0,0.7434487759286975,0.1585878092148615 -2954,0.5,0.15372517456988796,0.0,0.09638733235305723,0.15372517456988796,0.0,0.06562241578311524,0.15372517456988796,0.0,0.04841709719510207,0.15372517456988796,0.0,0.014428080719582459,0.15372517456988796,0.0,0.00977704182111764,0.15372517456988796,0.0,0.013569546460972571,0.15372517456988796,0.0,0.006006821741844623,0.15372517456988796,0.0,0.010306642684523443,0.5,0.15372517456988796,0.0,0.03168899122010568,0.15372517456988796,0.0,0.24732290899333936,0.5,0.15372517456988796,0.0,0.006634143744901665,0.15372517456988796,0.0,0.0532986755550435,0.15372517456988796,0.0,0.2096041481390564,0.15372517456988796,0.0,0.05094679490124626,0.15372517456988796,0.0,0.03790892222911841,0.15372517456988796,0.0,0.017223868761634703,0.15372517456988796,0.0,0.008745709827845725,0.5,0.15372517456988796,0.0,0.034103058595078575,0.0,0.7760375795328135,0.12032375647451411 -2955,0.5,0.15372517456988796,0.0,0.10577484355981917,0.15372517456988796,0.0,0.06771910124618281,0.15372517456988796,0.0,0.04868924919968502,0.15372517456988796,0.0,0.02627205169269628,0.15372517456988796,0.0,0.01022097267106084,0.15372517456988796,0.0,0.004798734284830774,0.15372517456988796,0.0,0.0020456413880735294,0.15372517456988796,0.0,0.008273667797349112,0.5,0.15372517456988796,0.0,0.02985007826280916,0.15372517456988796,0.0,0.22042604314523245,0.5,0.15372517456988796,0.0,0.006477297361375417,0.15372517456988796,0.0,0.04200565406369762,0.15372517456988796,0.0,0.21994043551124115,0.15372517456988796,0.0,0.048455906156517126,0.15372517456988796,0.0,0.0376288033444543,0.15372517456988796,0.0,0.016549408357703046,0.15372517456988796,0.0,0.008976483802727933,0.5,0.15372517456988796,0.0,0.02121853661112833,0.0,0.8190767896471729,0.08960316178894759 -2956,0.5,0.15372517456988796,0.0,0.11481122889872047,0.15372517456988796,0.0,0.07150916750486988,0.15372517456988796,0.0,0.04632670323573276,0.15372517456988796,0.0,0.039077503665348484,0.15372517456988796,0.0,0.011810488660245023,0.15372517456988796,0.0,0.002875733922310831,0.15372517456988796,0.0,0.0011496021647268385,0.15372517456988796,0.0,0.006052954924786536,0.5,0.15372517456988796,0.0,0.029176343742874485,0.15372517456988796,0.0,0.17543914789163922,0.5,0.15372517456988796,0.0,0.005661472519630797,0.15372517456988796,0.0,0.0365599939326243,0.15372517456988796,0.0,0.24055582679243603,0.15372517456988796,0.0,0.051520420684299864,0.15372517456988796,0.0,0.037754155797424374,0.15372517456988796,0.0,0.013944848758892226,0.15372517456988796,0.0,0.009141823233609648,0.5,0.15372517456988796,0.0,0.013316350235015699,0.0,0.841640342733458,0.0689574819866436 -2957,0.5,0.15372517456988796,0.0,0.12533716439649764,0.15372517456988796,0.0,0.08686555131365724,0.15372517456988796,0.0,0.037745350050816355,0.15372517456988796,0.0,0.0420040573713389,0.15372517456988796,0.0,0.012784162983270866,0.15372517456988796,0.0,0.0033357856568613908,0.15372517456988796,0.0,0.0020001595053411926,0.15372517456988796,0.0,0.003599389723450441,0.5,0.15372517456988796,0.0,0.026915350388614003,0.15372517456988796,0.0,0.12741800601052627,0.5,0.15372517456988796,0.0,0.0025271534401167,0.15372517456988796,0.0,0.0338396604963381,0.15372517456988796,0.0,0.2530204785828036,0.15372517456988796,0.0,0.049999467137147244,0.15372517456988796,0.0,0.04120707419128771,0.15372517456988796,0.0,0.010686216603258556,0.15372517456988796,0.0,0.00778573909224496,0.5,0.15372517456988796,0.0,0.013837121215938223,0.0,0.8113388308516416,0.054511235851042894 -2958,0.5,0.15372517456988796,0.0425052842621009,0.12825651344291128,0.15372517456988796,0.029635055134476875,0.08202731811827639,0.15372517456988796,0.029465257759707795,0.02906613627672469,0.15372517456988796,0.0413668506793138,0.040399210585430605,0.15372517456988796,0.013432067738065526,0.010232398455367601,0.15372517456988796,0.006464932526003608,0.002642825176288329,0.15372517456988796,0.01195635458286539,0.0036319840831258755,0.15372517456988796,0.006055179489583178,0.0020423389374894666,0.5,0.15372517456988796,0.005889189930457905,0.021066587700598313,0.15372517456988796,0.014548821678687318,0.0922455218561859,0.5,0.15372517456988796,0.009550100514990263,0.0019392043476711637,0.15372517456988796,0.008734016576292723,0.029496636525876644,0.15372517456988796,0.0292227653888111,0.23160361263684098,0.15372517456988796,0.01794711277501402,0.04695888569148754,0.15372517456988796,0.024189830566448734,0.042506925509386756,0.15372517456988796,0.016300752705078643,0.005725195643517908,0.15372517456988796,0.022586638591557746,0.006337556195219067,0.5,0.15372517456988796,0.02663424707534358,0.013228420650703732,0.0,0.7512367446681881,0.049888224055092384 -2959,0.5,0.15372517456988796,0.1379099109730223,0.22030833383348028,0.15372517456988796,0.11713397423272906,0.08553248060596419,0.15372517456988796,0.1233636433810044,0.037893073802352836,0.15372517456988796,0.14066672481960207,0.07230726239299362,0.15372517456988796,0.09993777200913945,0.009938205989957996,0.15372517456988796,0.09031660958580612,0.0015358348870667374,0.15372517456988796,0.100267488687868,0.003506806809773965,0.15372517456988796,0.08970868261275598,0.0015117967459746407,0.5,0.15372517456988796,0.09106257976089004,0.012212967258354277,0.15372517456988796,0.11047511053055353,0.11196946810358968,0.5,0.15372517456988796,0.10086724959232347,0.0010815074390990893,0.15372517456988796,0.10098540473162365,0.03101452952075496,0.15372517456988796,0.11411246740968825,0.1995199730814647,0.15372517456988796,0.10227694032300919,0.051034637711976936,0.15372517456988796,0.11334413336087872,0.05972885655759033,0.15372517456988796,0.10640400370909103,0.004218955163279973,0.15372517456988796,0.11761582658778191,0.0037561369446350726,0.5,0.15372517456988796,0.12567177082826778,0.013571624335103312,0.0,0.6187390734472289,0.05026465311966348 -2960,0.5,0.15372517456988796,0.27509907589056243,0.40097635140935983,0.15372517456988796,0.24649584834975147,0.18261122915408395,0.15372517456988796,0.2620497411437084,0.09523672658567765,0.15372517456988796,0.2813865491287973,0.1815025678632061,0.15372517456988796,0.230236357709603,0.02851928150548034,0.15372517456988796,0.21846406940198354,0.0032255643039910808,0.15372517456988796,0.2324690468338574,0.009182244405895414,0.15372517456988796,0.21774630409798645,0.003724529441497644,0.5,0.15372517456988796,0.22118418013253255,0.012484925724276329,0.15372517456988796,0.2504946361039402,0.2164178510561178,0.5,0.15372517456988796,0.23480455598883818,0.001658263100803409,0.15372517456988796,0.23695371257841455,0.07296714208454472,0.15372517456988796,0.24133936455372584,0.3650671010148199,0.15372517456988796,0.22875319154580598,0.11823901034551013,0.15372517456988796,0.2481412226026899,0.11346498956148104,0.15372517456988796,0.24085760298159753,0.009879959927124293,0.15372517456988796,0.25561271632718185,0.007889994301982152,0.5,0.15372517456988796,0.2673494773737616,0.03754360344651897,0.0,0.4208882787153085,0.04602762075333246 -2961,0.5,0.15372517456988796,0.4162680708965424,0.5261414776336117,0.15372517456988796,0.3639609081606827,0.502958890340209,0.15372517456988796,0.4118707240832492,0.1403046843284055,0.15372517456988796,0.43138044799551944,0.2616428371532548,0.15372517456988796,0.3744129350418669,0.048120094322196716,0.15372517456988796,0.3644333390488915,0.007993555719488541,0.15372517456988796,0.379642753314675,0.02440309938207879,0.15372517456988796,0.3637719894137355,0.012265578535873407,0.5,0.15372517456988796,0.369140559427626,0.023440213436017997,0.15372517456988796,0.40362935918839205,0.31380923209901496,0.5,0.15372517456988796,0.38584739397986434,0.004918548122277445,0.15372517456988796,0.39131299618360366,0.16586462953604542,0.15372517456988796,0.36877848644084243,0.4882872892146949,0.15372517456988796,0.36652808488984767,0.17311285050449934,0.15372517456988796,0.3931881234778588,0.20436718906369494,0.15372517456988796,0.3894610793887927,0.03124775022748979,0.15372517456988796,0.40748378571480376,0.02678562332900241,0.5,0.15372517456988796,0.42237894853348035,0.060745453670493874,0.0,0.26942809485243724,0.03216949468096718 -2962,0.5,0.15372517456988796,0.5547037268750246,0.5763573892631211,0.15372517456988796,0.48767162018891974,0.4776032970447113,0.15372517456988796,0.5628233987427496,0.15262322922191904,0.15372517456988796,0.5773715851339136,0.3758851682633123,0.15372517456988796,0.5254629380958971,0.062293069989121715,0.15372517456988796,0.5186391955544544,0.02125149786116884,0.15372517456988796,0.5333975964540564,0.05952768664554001,0.15372517456988796,0.5175544623509591,0.04200717523791795,0.5,0.15372517456988796,0.5230971425765234,0.04100744435290592,0.15372517456988796,0.5473708508939271,0.36047632278844416,0.5,0.15372517456988796,0.5399102615973331,0.012628236122510959,0.15372517456988796,0.5440276338289103,0.26752301655264704,0.15372517456988796,0.5013813508881009,0.4557949714045658,0.15372517456988796,0.5038382109052569,0.18180427023125018,0.15372517456988796,0.537651760075434,0.23901976195862068,0.15372517456988796,0.5430803032512753,0.06829157312950677,0.15372517456988796,0.5587624661781303,0.05465966283660076,0.5,0.15372517456988796,0.5667365219293359,0.09438121663817216,0.0,0.17847181087381495,0.024799241570908695 -2963,0.5,0.15372517456988796,0.6571354179105116,0.5596167988521444,0.15372517456988796,0.5604089619299457,0.4606491391589007,0.15372517456988796,0.677171535352547,0.18144152282380532,0.15372517456988796,0.6812670623792614,0.4541927435257914,0.15372517456988796,0.6510733992420654,0.07502805096861781,0.15372517456988796,0.6476622006588244,0.031295493004904903,0.15372517456988796,0.658737354611023,0.08985885735113694,0.15372517456988796,0.6442419375194898,0.0774720767515932,0.5,0.15372517456988796,0.6468575745435806,0.07223138482925506,0.15372517456988796,0.6661208264392615,0.3533867031727002,0.5,0.15372517456988796,0.6601259376891586,0.03435238751619667,0.15372517456988796,0.6646782986356957,0.31409080766698777,0.15372517456988796,0.6015585723724718,0.41635447565570705,0.15372517456988796,0.6155004332327941,0.1881434026644399,0.15372517456988796,0.6533743747149918,0.2507398531457768,0.15372517456988796,0.6646859115011691,0.10280867367276457,0.15372517456988796,0.6735931340162987,0.0919542277097984,0.5,0.15372517456988796,0.6756015581999747,0.08838535713622542,0.0,0.10339287449037843,0.023492599927365316 -2964,0.5,0.15372517456988796,0.7063860864603538,0.5091220793712586,0.15372517456988796,0.5860695402577367,0.4224823091310925,0.15372517456988796,0.7383533736051006,0.21501783243378858,0.15372517456988796,0.7335387572880718,0.4992730502218336,0.15372517456988796,0.7232816012805378,0.08759466664839871,0.15372517456988796,0.7252550994176202,0.036904001726851925,0.15372517456988796,0.731651601144886,0.10677834381478271,0.15372517456988796,0.7211995594824083,0.10521774946920248,0.5,0.15372517456988796,0.7205744418687652,0.09604471439642803,0.15372517456988796,0.7297271310378124,0.32965029001440105,0.5,0.15372517456988796,0.7295362316077963,0.07549558237855092,0.15372517456988796,0.7369710078848177,0.303163723475698,0.15372517456988796,0.6596099821050003,0.3932794713417484,0.15372517456988796,0.6894777544498167,0.19311643390657257,0.15372517456988796,0.7160521681766621,0.2501507223380246,0.15372517456988796,0.7339028521549178,0.13150974764492815,0.15372517456988796,0.736966000786105,0.13529922782131262,0.5,0.15372517456988796,0.7337461276410873,0.0717280675178009,0.0,0.048075080544863966,0.025209517014349918 -2965,0.5,0.15372517456988796,0.7166279525494594,0.43386805791781813,0.15372517456988796,0.6078590054947701,0.4105097764400746,0.15372517456988796,0.7572524396985089,0.236824251320656,0.15372517456988796,0.7386201820002655,0.5156819165056726,0.15372517456988796,0.7528961113718808,0.09050557792899822,0.15372517456988796,0.7606860035465417,0.03834659026722455,0.15372517456988796,0.7628787466845166,0.11860753755660554,0.15372517456988796,0.7577965477940879,0.1149900725093177,0.5,0.15372517456988796,0.7542029187841579,0.10478523483009865,0.15372517456988796,0.7643146308476216,0.2726182219510567,0.5,0.15372517456988796,0.7577456491809799,0.09677427113825032,0.15372517456988796,0.7686809835749009,0.2909893881198248,0.15372517456988796,0.649302386035727,0.3920682916289021,0.15372517456988796,0.7141736336792064,0.19171483883536838,0.15372517456988796,0.7351602333308005,0.2387399332047993,0.15372517456988796,0.7613339240641727,0.14905756288182756,0.15372517456988796,0.7580588186123124,0.16953900872633437,0.5,0.15372517456988796,0.7597175255379622,0.0545811484711516,0.0,0.02500781726269746,0.026883854033028308 -2966,0.5,0.15372517456988796,0.6847540703574831,0.3652525907183819,0.15372517456988796,0.6116880482342836,0.3818535122947983,0.15372517456988796,0.7275198980578796,0.24358610042121606,0.15372517456988796,0.699691247099914,0.4821115531715917,0.15372517456988796,0.7245656727966503,0.07880207596403054,0.15372517456988796,0.7408519057577541,0.03116522451111345,0.15372517456988796,0.7409001300684146,0.11255715577844073,0.15372517456988796,0.7400319011651694,0.10914133329959905,0.5,0.15372517456988796,0.7341075295569768,0.10222789612219797,0.15372517456988796,0.742607314597194,0.23785130911866723,0.5,0.15372517456988796,0.7345573414324723,0.10193741322564999,0.15372517456988796,0.747624773746471,0.2799303122395479,0.15372517456988796,0.6083013208530078,0.3686837129219303,0.15372517456988796,0.6844293254922152,0.17407159525864024,0.15372517456988796,0.7167579624032101,0.2290666209753515,0.15372517456988796,0.7386868758868465,0.15755983177550048,0.15372517456988796,0.7319086163133405,0.1986785868655915,0.5,0.15372517456988796,0.730947446454226,0.061460849170971193,0.0,0.016479798121778418,0.033485815856613636 -2967,0.5,0.15372517456988796,0.5952127207186415,0.30311837166513644,0.15372517456988796,0.49713171443786447,0.31291541833905,0.15372517456988796,0.6483889604880553,0.226547502466371,0.15372517456988796,0.6113665285516052,0.4135009936200747,0.15372517456988796,0.6469496825022737,0.06507007385830936,0.15372517456988796,0.675991275581455,0.026623219197369076,0.15372517456988796,0.6734597357468568,0.09713579055208188,0.15372517456988796,0.6793272755115255,0.09865765206112706,0.5,0.15372517456988796,0.6716057959544178,0.09883248271204864,0.15372517456988796,0.670383208933789,0.20670456834683393,0.5,0.15372517456988796,0.6653071547480225,0.11581944403615825,0.15372517456988796,0.6774182932764524,0.26340258931838445,0.15372517456988796,0.5264499637543889,0.35226505471450986,0.15372517456988796,0.6025974744177485,0.15440009647423236,0.15372517456988796,0.6397612503406789,0.2024576377483298,0.15372517456988796,0.6685581397320938,0.14657053711841542,0.15372517456988796,0.6559671883780487,0.211930170253974,0.5,0.15372517456988796,0.64925168229537,0.07506382258717767,0.0,0.013864602387840845,0.038338826215286115 -2968,0.5,0.15372517456988796,0.4600583367471751,0.2380243903138714,0.15372517456988796,0.41651608356671144,0.2749383144510143,0.15372517456988796,0.5178658780655117,0.19720237495610743,0.15372517456988796,0.4701106569107253,0.3263185911885719,0.15372517456988796,0.519988847769981,0.058708651104824774,0.15372517456988796,0.5563928951646266,0.022412681750018256,0.15372517456988796,0.551191786840358,0.076645685523419,0.15372517456988796,0.5626892612490526,0.08447691665151649,0.5,0.15372517456988796,0.5554049358137985,0.09241780294964069,0.15372517456988796,0.540824710926273,0.17303272507422063,0.5,0.15372517456988796,0.5429873100974969,0.12026772936367673,0.15372517456988796,0.5533269592674455,0.227955610823426,0.15372517456988796,0.382847078934591,0.34294337678082876,0.15372517456988796,0.48350344986452204,0.14719545912380794,0.15372517456988796,0.5146391859987329,0.16092471764401037,0.15372517456988796,0.5443698786207217,0.12413544031760736,0.15372517456988796,0.5278297646003346,0.20061063598992884,0.5,0.15372517456988796,0.5161093556650638,0.0813519055244868,0.0,0.012084755235803137,0.04388807815602567 -2969,0.5,0.15372517456988796,0.32082434000797433,0.17289222486569936,0.15372517456988796,0.30562388197700163,0.2604678995672834,0.15372517456988796,0.3628575473512824,0.15198228992365728,0.15372517456988796,0.32486185590058525,0.21683376018677086,0.15372517456988796,0.3777784071349324,0.054588700274591534,0.15372517456988796,0.40857878656420676,0.021136432353805773,0.15372517456988796,0.39920500610456977,0.06446079717631979,0.15372517456988796,0.4115035630708902,0.06804690044666913,0.5,0.15372517456988796,0.4035659932942257,0.08115992341383824,0.15372517456988796,0.37829877533274103,0.13031574442967878,0.5,0.15372517456988796,0.38767339015815994,0.10594075272510496,0.15372517456988796,0.39340747220933675,0.16324407936595695,0.15372517456988796,0.2742774400357316,0.29724041575538135,0.15372517456988796,0.3559865265523008,0.12401237565956497,0.15372517456988796,0.367227539767263,0.13399988216681982,0.15372517456988796,0.3915791767485789,0.0991436985845837,0.15372517456988796,0.372189165971383,0.16296164020556986,0.5,0.15372517456988796,0.3557325943395435,0.07407165574020105,0.0,0.009456172018742454,0.051980738957838175 -2970,0.5,0.15372517456988796,0.17734145916243194,0.09916812807106883,0.15372517456988796,0.1867825467375668,0.2089530059172606,0.15372517456988796,0.21153619467789708,0.0752401067523365,0.15372517456988796,0.18025566814906072,0.0655381813722863,0.15372517456988796,0.2408338971759429,0.0370163545597956,0.15372517456988796,0.2621570425668915,0.016170252721160717,0.15372517456988796,0.249044205893532,0.04381177565641017,0.15372517456988796,0.2609292937723108,0.04447281870032686,0.5,0.15372517456988796,0.2523507186849395,0.05801222315205542,0.15372517456988796,0.22181556226198318,0.04788450061304963,0.5,0.15372517456988796,0.23557377276808433,0.06474156589787483,0.15372517456988796,0.23708213442099238,0.050413989130922036,0.15372517456988796,0.1748441995914722,0.23959815147823627,0.15372517456988796,0.22537904817303794,0.0805310276263586,0.15372517456988796,0.2209262045631946,0.09434917077145225,0.15372517456988796,0.2402705010579872,0.058146859486759364,0.15372517456988796,0.21954467596828897,0.08473574489798841,0.5,0.15372517456988796,0.20102431239700674,0.03491379576130377,0.0,0.004316344910903551,0.062434914469155306 -2971,0.5,0.15372517456988796,0.050050291347578026,0.027528277928063033,0.15372517456988796,0.06860431440889779,0.13675822860928386,0.15372517456988796,0.04694396053609699,0.019616161229589445,0.15372517456988796,0.03544811301465474,0.024577590101141862,0.15372517456988796,0.08164766066776255,0.007858858389245653,0.15372517456988796,0.08446698392236617,0.003298382039601064,0.15372517456988796,0.07284410864309815,0.008695129517417778,0.15372517456988796,0.0699245203642331,0.014243467405235886,0.5,0.15372517456988796,0.06415853044735012,0.022511166429723346,0.15372517456988796,0.04423209109398755,0.022394193443891885,0.5,0.15372517456988796,0.05262742154793948,0.02686769317912408,0.15372517456988796,0.05285006749910809,0.02310160718987346,0.15372517456988796,0.07749618458243278,0.15588508164748574,0.15372517456988796,0.08410361741140827,0.04241881517722951,0.15372517456988796,0.062402427641351996,0.02965396101049412,0.15372517456988796,0.0565281078322524,0.022315862191837742,0.15372517456988796,0.0431048188703855,0.03403000986479721,0.5,0.15372517456988796,0.034301803658415154,0.01780052055312728,0.0,0.0006974321454638005,0.0833440065963075 -2972,0.5,0.15372517456988796,0.0,0.016638293929560462,0.15372517456988796,0.0,0.06511476923207786,0.15372517456988796,0.0,0.009434072223478857,0.15372517456988796,0.0,0.015524022219064359,0.15372517456988796,0.0,0.005678007205896217,0.15372517456988796,0.0,0.0021326991883603794,0.15372517456988796,0.0,0.004049936033201259,0.15372517456988796,0.0,0.010613711288762769,0.5,0.15372517456988796,0.0,0.02466006476947867,0.15372517456988796,0.0,0.017855328070849212,0.5,0.15372517456988796,0.0,0.02520368645030033,0.15372517456988796,0.0,0.01985810246362947,0.15372517456988796,0.0,0.060764603386976763,0.15372517456988796,0.0,0.016261917434183436,0.15372517456988796,0.0,0.020083913923864268,0.15372517456988796,0.0,0.017860452502250917,0.15372517456988796,0.0,0.028978485148703124,0.5,0.15372517456988796,0.0,0.017315929602978865,0.0,0.00011976515123986455,0.11065458624968377 -2973,0.5,0.15372517456988796,0.0,0.00959618666792756,0.15372517456988796,0.0,0.041786362721629736,0.15372517456988796,0.0,0.006721946024382506,0.15372517456988796,0.0,0.009404209301658613,0.15372517456988796,0.0,0.004100910931824939,0.15372517456988796,0.0,0.0006969812487222332,0.15372517456988796,0.0,0.0011994945410360035,0.15372517456988796,0.0,0.005707904502358346,0.5,0.15372517456988796,0.0,0.023029587412919043,0.15372517456988796,0.0,0.016114715155365007,0.5,0.15372517456988796,0.0,0.022356343311465573,0.15372517456988796,0.0,0.016247868549333078,0.15372517456988796,0.0,0.03167775380419808,0.15372517456988796,0.0,0.008588957202405989,0.15372517456988796,0.0,0.018611054538958297,0.15372517456988796,0.0,0.012266249175329116,0.15372517456988796,0.0,0.02252182134915556,0.5,0.15372517456988796,0.0,0.016629493804502987,0.0,0.001543601128638587,0.13167384518363498 -2974,0.5,0.15372517456988796,0.0,0.005669613365510509,0.15372517456988796,0.0,0.016759605961780014,0.15372517456988796,0.0,0.0106686579423681,0.15372517456988796,0.0,0.0065536122276449674,0.15372517456988796,0.0,0.001508088569053677,0.15372517456988796,0.0,0.0004171569742375938,0.15372517456988796,0.0,0.0009290118028802683,0.15372517456988796,0.0,0.00310836708028933,0.5,0.15372517456988796,0.0,0.02003105393642192,0.15372517456988796,0.0,0.015123734577445886,0.5,0.15372517456988796,0.0,0.014155793045512469,0.15372517456988796,0.0,0.014214826602849494,0.15372517456988796,0.0,0.020424003239479575,0.15372517456988796,0.0,0.0031129568480572495,0.15372517456988796,0.0,0.012777768857346362,0.15372517456988796,0.0,0.00802076697054254,0.15372517456988796,0.0,0.015251497644399968,0.5,0.15372517456988796,0.0,0.015072997205814585,0.0,0.00430560543914236,0.13835924692012805 -2975,0.5,0.15372517456988796,0.0,0.004284459672334141,0.15372517456988796,0.0,0.008773837075247242,0.15372517456988796,0.0,0.01291174342863999,0.15372517456988796,0.0,0.0053558869814869904,0.15372517456988796,0.0,0.00028900216770621356,0.15372517456988796,0.0,0.0006046920889791712,0.15372517456988796,0.0,0.001005729370638186,0.15372517456988796,0.0,0.0021910602497116644,0.5,0.15372517456988796,0.0,0.015751499330785207,0.15372517456988796,0.0,0.012696806831514374,0.5,0.15372517456988796,0.0,0.009054312398230123,0.15372517456988796,0.0,0.013247248521874396,0.15372517456988796,0.0,0.018166347721622077,0.15372517456988796,0.0,0.002317711375984145,0.15372517456988796,0.0,0.006626045533086489,0.15372517456988796,0.0,0.005241232998035504,0.15372517456988796,0.0,0.009533672901033451,0.5,0.15372517456988796,0.0,0.012291194364757963,0.0,0.004255416700914032,0.1652029341218971 -2976,0.5,0.15372517456988796,0.0,0.00506227732395164,0.15372517456988796,0.0,0.0046289178768787005,0.15372517456988796,0.0,0.013041835022866564,0.15372517456988796,0.0,0.003961729043601077,0.15372517456988796,0.0,0.0003387674466993769,0.15372517456988796,0.0,0.0013182292016616737,0.15372517456988796,0.0,0.0012462042198375604,0.15372517456988796,0.0,0.002280076891265745,0.5,0.15372517456988796,0.0,0.012487103205489555,0.15372517456988796,0.0,0.013086504973837147,0.5,0.15372517456988796,0.0,0.006020964890595364,0.15372517456988796,0.0,0.012645147108633365,0.15372517456988796,0.0,0.018080535968620866,0.15372517456988796,0.0,0.004136145239652293,0.15372517456988796,0.0,0.0035789547905992858,0.15372517456988796,0.0,0.003411349647795961,0.15372517456988796,0.0,0.00580360171855679,0.5,0.15372517456988796,0.0,0.009172506885594563,0.0,0.0026885197227356013,0.22318393331869096 -2977,0.5,0.15372517456988796,0.0,0.0063056062760281,0.15372517456988796,0.0,0.0025092959801585675,0.15372517456988796,0.0,0.012350764440262176,0.15372517456988796,0.0,0.0025581191114479665,0.15372517456988796,0.0,0.0011079808945711606,0.15372517456988796,0.0,0.001668798959287632,0.15372517456988796,0.0,0.0021202419836007114,0.15372517456988796,0.0,0.0023654182717558554,0.5,0.15372517456988796,0.0,0.008838729417054849,0.15372517456988796,0.0,0.010191149926279019,0.5,0.15372517456988796,0.0,0.003582644166958185,0.15372517456988796,0.0,0.012220446391686554,0.15372517456988796,0.0,0.014021367094819893,0.15372517456988796,0.0,0.007128070977531246,0.15372517456988796,0.0,0.0019220954020670743,0.15372517456988796,0.0,0.002477663732856192,0.15372517456988796,0.0,0.003734334979025187,0.5,0.15372517456988796,0.0,0.005962987924259786,0.0,0.0005881095851527636,0.27595771884637305 -2978,0.5,0.15372517456988796,0.0,0.006732354234156077,0.15372517456988796,0.0,0.0017213283659426788,0.15372517456988796,0.0,0.01037171845229644,0.15372517456988796,0.0,0.0026495371613170877,0.15372517456988796,0.0,0.0031499724097654564,0.15372517456988796,0.0,0.0036288206147302524,0.15372517456988796,0.0,0.002742383259008878,0.15372517456988796,0.0,0.003071326438417132,0.5,0.15372517456988796,0.0,0.006107637414353515,0.15372517456988796,0.0,0.004679888705110124,0.5,0.15372517456988796,0.0,0.001968087438717084,0.15372517456988796,0.0,0.012044577676628103,0.15372517456988796,0.0,0.008404262385772653,0.15372517456988796,0.0,0.00985899460334332,0.15372517456988796,0.0,0.0011423904581726004,0.15372517456988796,0.0,0.0018054965407759847,0.15372517456988796,0.0,0.00256831712194679,0.5,0.15372517456988796,0.0,0.004516869734525105,0.0,0.0,0.3120815601255877 -2979,0.5,0.15372517456988796,0.0,0.006233617247703971,0.15372517456988796,0.0,0.0013638207798577124,0.15372517456988796,0.0,0.007727984851423415,0.15372517456988796,0.0,0.003894851662694925,0.15372517456988796,0.0,0.005489240235658395,0.15372517456988796,0.0,0.005276952936193396,0.15372517456988796,0.0,0.003814356987967395,0.15372517456988796,0.0,0.005406534124886215,0.5,0.15372517456988796,0.0,0.004798598474454502,0.15372517456988796,0.0,0.004078465797875538,0.5,0.15372517456988796,0.0,0.001655208633410437,0.15372517456988796,0.0,0.010577320692219375,0.15372517456988796,0.0,0.005974982113456406,0.15372517456988796,0.0,0.014124627195844097,0.15372517456988796,0.0,0.0011153072819272687,0.15372517456988796,0.0,0.0012865732660233456,0.15372517456988796,0.0,0.0017236751457545925,0.5,0.15372517456988796,0.0,0.002960326399711964,0.0,0.0,0.33098153435619865 -2980,0.5,0.15372517456988796,0.0,0.005834209229323504,0.15372517456988796,0.0,0.0019434105169695891,0.15372517456988796,0.0,0.005195681411469527,0.15372517456988796,0.0,0.005246663488668709,0.15372517456988796,0.0,0.008269859216300562,0.15372517456988796,0.0,0.00629568092617217,0.15372517456988796,0.0,0.0038933148731831275,0.15372517456988796,0.0,0.008559056089838812,0.5,0.15372517456988796,0.0,0.004592419850317629,0.15372517456988796,0.0,0.005414394214236724,0.5,0.15372517456988796,0.0,0.0015520754161328651,0.15372517456988796,0.0,0.010122630149075046,0.15372517456988796,0.0,0.008573873645828232,0.15372517456988796,0.0,0.023536297872870204,0.15372517456988796,0.0,0.0023055678163026857,0.15372517456988796,0.0,0.0013406746710340307,0.15372517456988796,0.0,0.0012955285830265205,0.5,0.15372517456988796,0.0,0.0021129601312362386,0.0,0.0,0.34076915034926747 -2981,0.5,0.15372517456988796,0.0,0.005566169196953392,0.15372517456988796,0.0,0.00265736451869526,0.15372517456988796,0.0,0.004612105626255584,0.15372517456988796,0.0,0.007099434720027583,0.15372517456988796,0.0,0.012646067254611456,0.15372517456988796,0.0,0.006399974363601037,0.15372517456988796,0.0,0.005096222421305995,0.15372517456988796,0.0,0.009475774196056986,0.5,0.15372517456988796,0.0,0.004236829872648397,0.15372517456988796,0.0,0.0060054361851650815,0.5,0.15372517456988796,0.0,0.0013366069826525992,0.15372517456988796,0.0,0.00925251221722896,0.15372517456988796,0.0,0.014671995080197493,0.15372517456988796,0.0,0.030247727747670972,0.15372517456988796,0.0,0.003847652282983244,0.15372517456988796,0.0,0.0014337014745356195,0.15372517456988796,0.0,0.0011045206868765698,0.5,0.15372517456988796,0.0,0.001795265230875902,0.0,0.0,0.32262624556179015 -2982,0.5,0.15372517456988796,0.029350173661187584,0.004646182005960433,0.15372517456988796,0.007832331661001956,0.003933575785762596,0.15372517456988796,0.028702779563156627,0.004597282184516229,0.15372517456988796,0.03904260846357572,0.007145752483493059,0.15372517456988796,0.007128593358258047,0.017771311808330692,0.15372517456988796,0.006202893702306948,0.007659130158118359,0.15372517456988796,0.012807533680687093,0.004044628879499869,0.15372517456988796,0.0067488405444271655,0.009164734548921694,0.5,0.15372517456988796,0.006469261881996459,0.003105771211113316,0.15372517456988796,0.01700666747779189,0.005288176039436815,0.5,0.15372517456988796,0.01076538987748133,0.0010954928701270325,0.15372517456988796,0.009920882843657695,0.007629047275000928,0.15372517456988796,0.0066789061979545365,0.028561145062665744,0.15372517456988796,0.004369615224249739,0.037617252746887236,0.15372517456988796,0.017118775773120824,0.0038579352197659596,0.15372517456988796,0.017675447291038506,0.002614517436211865,0.15372517456988796,0.023345650760038167,0.0011200380451975884,0.5,0.15372517456988796,0.028076974171207303,0.0011928474524767812,0.0,0.0,0.29993454221275434 -2983,0.5,0.15372517456988796,0.09413427298774747,0.004476016773531567,0.15372517456988796,0.052827441860038876,0.004467328864954654,0.15372517456988796,0.11601333829421986,0.0027027054647738398,0.15372517456988796,0.1298271118610046,0.0065503715412803115,0.15372517456988796,0.06149609138046065,0.021558276497133304,0.15372517456988796,0.0832388618072244,0.009337586818123684,0.15372517456988796,0.09466251625755773,0.004312704733714267,0.15372517456988796,0.08998232153158585,0.005425300042977621,0.5,0.15372517456988796,0.09005767594549949,0.002307373721332076,0.15372517456988796,0.11031703906267346,0.003133706333552347,0.5,0.15372517456988796,0.09944946984158631,0.0009697003078006412,0.15372517456988796,0.10019067975218555,0.005647645018747781,0.15372517456988796,0.027784197501187817,0.06110478438223091,0.15372517456988796,0.030629907204206767,0.044553486158323385,0.15372517456988796,0.08106451705451975,0.004470724470019058,0.15372517456988796,0.1048097617654318,0.0017853042077004087,0.15372517456988796,0.11544450661116071,0.000982530225503006,0.5,0.15372517456988796,0.12445465761098398,0.0007702892765158493,0.0,0.0,0.29039263200661497 -2984,0.5,0.15372517456988796,0.16598809950713428,0.007063602268342187,0.15372517456988796,0.10031789816582513,0.005601987188010775,0.15372517456988796,0.2375552168281213,0.0024366382477063117,0.15372517456988796,0.2443247901619004,0.01221631818991432,0.15372517456988796,0.1432615788357347,0.034599045237505566,0.15372517456988796,0.19409733250609743,0.012184401300550738,0.15372517456988796,0.20847760597842813,0.006409298945874154,0.15372517456988796,0.2162079491369901,0.0038733860783069837,0.5,0.15372517456988796,0.2173277379006855,0.0018328671339422537,0.15372517456988796,0.2461721849158983,0.0016345273826629677,0.5,0.15372517456988796,0.23049361146907477,0.001619268571638537,0.15372517456988796,0.2332037461280118,0.002964256456558573,0.15372517456988796,0.05533596921139998,0.1034636262244754,0.15372517456988796,0.08045462757226449,0.06103554759962874,0.15372517456988796,0.1555217439671947,0.006905591645861232,0.15372517456988796,0.23361478600858923,0.0008463034882023074,0.15372517456988796,0.2501423297864265,0.0013309756839123246,0.5,0.15372517456988796,0.2618128075675062,0.00332924608965809,0.0,0.0008913254433593459,0.30751429441013867 -2985,0.5,0.15372517456988796,0.24233991942326616,0.005804490418009282,0.15372517456988796,0.08213004274962227,0.0032938463613951105,0.15372517456988796,0.35570937535042874,0.0013832760990920658,0.15372517456988796,0.34527686896184234,0.011867457435106494,0.15372517456988796,0.2347678376333286,0.05194149118634736,0.15372517456988796,0.3182134084103492,0.01563516781509907,0.15372517456988796,0.33090228038892394,0.005805401118744167,0.15372517456988796,0.35852468570326457,0.005386040454018706,0.5,0.15372517456988796,0.361964716796109,0.0029397315082745506,0.15372517456988796,0.3998136398014651,0.003480632502073967,0.5,0.15372517456988796,0.37840073226333976,0.004252344692280993,0.15372517456988796,0.38478581718262017,0.0072721978907388275,0.15372517456988796,0.06315016278899138,0.1219329650003382,0.15372517456988796,0.14036803776315265,0.08701788662544682,0.15372517456988796,0.2480617718547549,0.009396692876845678,0.15372517456988796,0.3742781708579211,0.0018100627821320344,0.15372517456988796,0.3987961591960819,0.0037933398090238433,0.5,0.15372517456988796,0.4152145311551096,0.009027223652654142,0.0,0.0025332071092132847,0.25932827558504307 -2986,0.5,0.15372517456988796,0.3348119607947725,0.0035827199589820702,0.15372517456988796,0.18605558463281627,0.00534137829681971,0.15372517456988796,0.4560746286183246,0.0005667782229635793,0.15372517456988796,0.41800668826215814,0.008741087991623825,0.15372517456988796,0.3631697631143703,0.055857522760664934,0.15372517456988796,0.460957769224573,0.028288694970652905,0.15372517456988796,0.453221200603241,0.005312034753627389,0.15372517456988796,0.5024677591055606,0.012238379449071496,0.5,0.15372517456988796,0.5122769371032697,0.005259026785575744,0.15372517456988796,0.5518620549554331,0.010795393607272712,0.5,0.15372517456988796,0.5293034448002052,0.008173254632819484,0.15372517456988796,0.5383592688587976,0.009214286486525555,0.15372517456988796,0.07155424826331622,0.13563997524446364,0.15372517456988796,0.22029187861512456,0.10222285672946194,0.15372517456988796,0.3266166884139692,0.011730676043757307,0.15372517456988796,0.5150989967111844,0.0036745695143983468,0.15372517456988796,0.5468516290913062,0.004416806503677743,0.5,0.15372517456988796,0.5627678556160247,0.013802708135893346,0.0,0.003663832406813498,0.21003591085842999 -2987,0.5,0.15372517456988796,0.3839713565206445,0.003936761827335981,0.15372517456988796,0.20736372439950213,0.01472090031369756,0.15372517456988796,0.5106421168728403,0.0005499066871492472,0.15372517456988796,0.4756022571862226,0.005605529346304061,0.15372517456988796,0.5137319648050928,0.050860381929970166,0.15372517456988796,0.5865738459196486,0.02482235283879901,0.15372517456988796,0.5746099138487686,0.004897310653011019,0.15372517456988796,0.6153583666266712,0.020241463996518588,0.5,0.15372517456988796,0.631340957933292,0.015443036471379606,0.15372517456988796,0.6665045995873241,0.022980044540068845,0.5,0.15372517456988796,0.6465423150546351,0.0061234430516523995,0.15372517456988796,0.6566043929518764,0.012575416116328984,0.15372517456988796,0.080923128713533,0.14600250354790306,0.15372517456988796,0.33366811175396605,0.09675415626406493,0.15372517456988796,0.3965244889291857,0.009799396095228521,0.15372517456988796,0.6201452502203294,0.004901300260168183,0.15372517456988796,0.6592912561466743,0.0026056048438653904,0.5,0.15372517456988796,0.6708703979866282,0.00852552697713204,0.0,0.00319252432613395,0.16832647672666617 -2988,0.5,0.15372517456988796,0.3884407245031127,0.009622462853990267,0.15372517456988796,0.1557754849170337,0.02947666725777107,0.15372517456988796,0.5594717576036982,0.0005040762142505871,0.15372517456988796,0.4610611331566472,0.005454192643076307,0.15372517456988796,0.6172839745183158,0.04114560994719313,0.15372517456988796,0.6549385393666316,0.01934826999175996,0.15372517456988796,0.6617844394484487,0.004710426302386363,0.15372517456988796,0.6876283481986243,0.022848241529425446,0.5,0.15372517456988796,0.7010051089980877,0.03323027416309719,0.15372517456988796,0.730228734175574,0.036797474788748286,0.5,0.15372517456988796,0.7125583936191662,0.00695678584341199,0.15372517456988796,0.7238890293978832,0.012708075033462468,0.15372517456988796,0.11648268206182102,0.16885230451608896,0.15372517456988796,0.4207793173130914,0.07458454137032294,0.15372517456988796,0.4754373105620615,0.0052348025230076565,0.15372517456988796,0.6856800207960037,0.007746319688487641,0.15372517456988796,0.7211385487956493,0.002955849466988899,0.5,0.15372517456988796,0.7285462735697494,0.008448509999464652,0.0,0.0019324049721533855,0.11816047849272454 -2989,0.5,0.15372517456988796,0.4097892241455143,0.019674333912507037,0.15372517456988796,0.15685214127956615,0.043299417154449564,0.15372517456988796,0.5858212236497063,0.00028970028715179545,0.15372517456988796,0.4527765746835864,0.005610894216882722,0.15372517456988796,0.66901926566444,0.03466367446557215,0.15372517456988796,0.6812032043001501,0.022538246765463427,0.15372517456988796,0.6968666569533343,0.0077906000151659206,0.15372517456988796,0.7257631411507781,0.025119752870292077,0.5,0.15372517456988796,0.732292421583341,0.048340396059283225,0.15372517456988796,0.7520022050740809,0.0407766973585027,0.5,0.15372517456988796,0.7358888363862897,0.008677256891812967,0.15372517456988796,0.7501033123181982,0.015185457111164084,0.15372517456988796,0.1469422332507226,0.16069233851962797,0.15372517456988796,0.479376926238026,0.05035596777758926,0.15372517456988796,0.5282326393039583,0.0039558614160189205,0.15372517456988796,0.7173973156595681,0.012710774523086159,0.15372517456988796,0.7407389996008157,0.0033206209335693657,0.5,0.15372517456988796,0.7436391888546933,0.011197499406315273,0.0,0.0008661275003193558,0.08374281305282004 -2990,0.5,0.15372517456988796,0.3474010619473839,0.020632552168538168,0.15372517456988796,0.15734537624555234,0.05324394579040888,0.15372517456988796,0.6027762820020832,0.0002543175749511529,0.15372517456988796,0.43154320095776777,0.005162866841198164,0.15372517456988796,0.6630571277542725,0.029562785555573776,0.15372517456988796,0.6793574661951487,0.030839173554321874,0.15372517456988796,0.6781761989268624,0.014219563260322022,0.15372517456988796,0.7103983478668842,0.03114011589004413,0.5,0.15372517456988796,0.715310995230199,0.05853266872454567,0.15372517456988796,0.7258904223449458,0.0317110769899291,0.5,0.15372517456988796,0.708077792832047,0.011198050513330636,0.15372517456988796,0.7257835423665566,0.018463846620826924,0.15372517456988796,0.16796610824095246,0.13013268077836165,0.15372517456988796,0.5027289538700555,0.03211185809488176,0.15372517456988796,0.5340807674378207,0.004796017160356343,0.15372517456988796,0.6984921731330572,0.01986629627591532,0.15372517456988796,0.7138763019183015,0.0050359921079117615,0.5,0.15372517456988796,0.7136240954268113,0.01494654120964473,0.0,0.0007206323575429286,0.07622447568825202 -2991,0.5,0.15372517456988796,0.3271133599308726,0.015791708232783804,0.15372517456988796,0.21767370076164472,0.061793470870904026,0.15372517456988796,0.5617262488201723,0.0003912462025152342,0.15372517456988796,0.4108379369373124,0.003432884607458393,0.15372517456988796,0.6147023544618471,0.026918880824564097,0.15372517456988796,0.6360940437479264,0.03460409902077656,0.15372517456988796,0.6223668548043644,0.02251539007677808,0.15372517456988796,0.6531919773852094,0.03746361413556408,0.5,0.15372517456988796,0.6556564303916353,0.061091292680156964,0.15372517456988796,0.6512403683352294,0.02284734623644028,0.5,0.15372517456988796,0.642572580352269,0.012319253171783073,0.15372517456988796,0.6559572038394708,0.018848830731911532,0.15372517456988796,0.14885681179205687,0.09769614246812333,0.15372517456988796,0.45674656005795605,0.018671242738108752,0.15372517456988796,0.4985303504860757,0.007004152574445802,0.15372517456988796,0.6330125647625271,0.029067441112967038,0.15372517456988796,0.6378591326255717,0.005254357310758754,0.5,0.15372517456988796,0.63303035336648,0.014348363335470257,0.0,0.00040253168439819494,0.06526855487787205 -2992,0.5,0.15372517456988796,0.2675253478815482,0.011230730987645871,0.15372517456988796,0.20142737712595993,0.05623181786573319,0.15372517456988796,0.4611121339569987,0.0006526956857214596,0.15372517456988796,0.3553329331532709,0.0018929268120965821,0.15372517456988796,0.5078633796674585,0.026990211595109857,0.15372517456988796,0.5318140458336384,0.039073401245286216,0.15372517456988796,0.514622922800506,0.026002455170766003,0.15372517456988796,0.5438078010313125,0.041878768029046026,0.5,0.15372517456988796,0.542729899381208,0.05734202109337742,0.15372517456988796,0.5243576642021183,0.018719707311308224,0.5,0.15372517456988796,0.5253560770347456,0.007418274180240037,0.15372517456988796,0.5345765423393523,0.011515789613141269,0.15372517456988796,0.10004697803747177,0.06150178508962306,0.15372517456988796,0.3725108063003109,0.011646546126021493,0.15372517456988796,0.40759306891906544,0.007926261237580898,0.15372517456988796,0.5148688745340012,0.031980636642116714,0.15372517456988796,0.5114810276217847,0.0039914821021812446,0.5,0.15372517456988796,0.5036540705819197,0.01075943911198732,0.0,0.00021708649324278636,0.03472863861969318 -2993,0.5,0.15372517456988796,0.18977417492066923,0.009491312328232382,0.15372517456988796,0.12564227237513437,0.0452296321331867,0.15372517456988796,0.32971534264386115,0.0006450301154188175,0.15372517456988796,0.2587589175529995,0.0008327625030954782,0.15372517456988796,0.36952069668523735,0.03950384903439124,0.15372517456988796,0.3926857933116321,0.05186351149619203,0.15372517456988796,0.37521348251939934,0.02824081102012677,0.15372517456988796,0.3982584839320842,0.0538960271573335,0.5,0.15372517456988796,0.39517324598032233,0.061771962396590475,0.15372517456988796,0.36553130170301756,0.010832233387079386,0.5,0.15372517456988796,0.37532582197872216,0.004208107810147344,0.15372517456988796,0.3797762956878604,0.00683565522877419,0.15372517456988796,0.0563435895553273,0.03226878942280573,0.15372517456988796,0.27434079483489887,0.008713765415311124,0.15372517456988796,0.29420338065174595,0.010195255073179947,0.15372517456988796,0.3712999887854368,0.02812721820606008,0.15372517456988796,0.3560360381675557,0.002392763768462526,0.5,0.15372517456988796,0.3475580350989396,0.008745167247526235,0.0,0.00011537684795164198,0.012761456082727024 -2994,0.5,0.15372517456988796,0.10221253928322421,0.007990241240270021,0.15372517456988796,0.0810358869541156,0.02972785605878478,0.15372517456988796,0.19081501396119543,0.0003205136978217804,0.15372517456988796,0.15100644780974853,0.0008070011807647093,0.15372517456988796,0.23279502345619613,0.0499257427628,0.15372517456988796,0.25221885909852315,0.03637712323411354,0.15372517456988796,0.23553261049292645,0.023537846880018455,0.15372517456988796,0.2527058324259201,0.04025580831245452,0.5,0.15372517456988796,0.2476907428742699,0.04669294202591343,0.15372517456988796,0.21134141703412324,0.00448443457706744,0.5,0.15372517456988796,0.23004713136811925,0.0020892237737500322,0.15372517456988796,0.22944378504933421,0.0016032562686863797,0.15372517456988796,0.023044397991846752,0.015592438429245981,0.15372517456988796,0.17889831136584985,0.013730069712656712,0.15372517456988796,0.175124000817069,0.01812789374375918,0.15372517456988796,0.2282904526835005,0.014663803024581075,0.15372517456988796,0.20886296028108198,0.001279212041963237,0.5,0.15372517456988796,0.19696964482740836,0.0034059386881694657,0.0,0.0,0.005277672947940407 -2995,0.5,0.15372517456988796,0.03157828684201722,0.00830748249909839,0.15372517456988796,0.026909919777841396,0.027287193471799108,0.15372517456988796,0.04745169597126851,0.0019978373173421085,0.15372517456988796,0.03498040404810453,0.0014871728594390847,0.15372517456988796,0.08646537351003519,0.03280468967959687,0.15372517456988796,0.08519134900591821,0.03475079202243749,0.15372517456988796,0.07410303162095197,0.024525945241080597,0.15372517456988796,0.06806515960829398,0.03861037040864547,0.5,0.15372517456988796,0.06429535639718076,0.0316332791478421,0.15372517456988796,0.046924569676940274,0.003079660727883645,0.5,0.15372517456988796,0.05262953385385682,0.003036224850133352,0.15372517456988796,0.05295865920866591,0.004777530418179697,0.15372517456988796,0.008181462889568964,0.0165534429162741,0.15372517456988796,0.07501644483485269,0.02145347151740949,0.15372517456988796,0.05667055290908492,0.020219117637718588,0.15372517456988796,0.0583466266635468,0.012940302470120868,0.15372517456988796,0.04493746924593037,0.0015159729638249185,0.5,0.15372517456988796,0.03495813162551676,0.0030544542746835882,0.0,0.0018322180038913135,0.0024962273164176913 -2996,0.5,0.15372517456988796,2.5030357831143903e-05,0.009868825735956096,0.15372517456988796,0.0,0.05226342829996453,0.15372517456988796,0.0,0.010414443407556073,0.15372517456988796,0.0,0.0039218712823613465,0.15372517456988796,0.0,0.04446767910018856,0.15372517456988796,0.0,0.06496143884372477,0.15372517456988796,0.0,0.04333536880282202,0.15372517456988796,0.0,0.06366413882908614,0.5,0.15372517456988796,0.0,0.0282148282906445,0.15372517456988796,0.0,0.004465451879521789,0.5,0.15372517456988796,0.0,0.007840052580925084,0.15372517456988796,0.0,0.015059596224939553,0.15372517456988796,0.00010065186569802578,0.029073769794067734,0.15372517456988796,0.0,0.039946448308614074,0.15372517456988796,0.0,0.0408924521121748,0.15372517456988796,0.0,0.017875450420874583,0.15372517456988796,0.0,0.005197190153461944,0.5,0.15372517456988796,0.0,0.0054810271420953054,0.0,0.007274094967569178,0.008619082114345342 -2997,0.5,0.15372517456988796,0.0,0.012759834210845053,0.15372517456988796,0.0,0.0631672097742295,0.15372517456988796,0.0,0.017557470513560443,0.15372517456988796,0.0,0.008285309574308137,0.15372517456988796,0.0,0.07059587264687053,0.15372517456988796,0.0,0.10917594400392061,0.15372517456988796,0.0,0.06605113826749426,0.15372517456988796,0.0,0.08596688032454095,0.5,0.15372517456988796,0.0,0.03437108865654824,0.15372517456988796,0.0,0.00820399347144983,0.5,0.15372517456988796,0.0,0.012046577640350036,0.15372517456988796,0.0,0.027229435343051146,0.15372517456988796,0.0,0.04021540204999301,0.15372517456988796,0.0,0.06260479782840653,0.15372517456988796,0.0,0.057421586815048484,0.15372517456988796,0.0,0.020744924648645382,0.15372517456988796,0.0,0.010549281898887992,0.5,0.15372517456988796,0.0,0.007875459869960322,0.0,0.023874912367663228,0.03667188909844589 -2998,0.5,0.15372517456988796,0.0,0.017093808151349494,0.15372517456988796,0.0,0.06169223072212787,0.15372517456988796,0.0,0.023453603294334477,0.15372517456988796,0.0,0.014165296604765313,0.15372517456988796,0.0,0.09267054253614042,0.15372517456988796,0.0,0.1252105930521112,0.15372517456988796,0.0,0.0937224191571352,0.15372517456988796,0.0,0.09280104785624023,0.5,0.15372517456988796,0.0,0.03023879261819897,0.15372517456988796,0.0,0.01284981356405601,0.5,0.15372517456988796,0.0,0.017325725948886633,0.15372517456988796,0.0,0.03717603585810352,0.15372517456988796,0.0,0.05259158185508199,0.15372517456988796,0.0,0.08744417364555761,0.15372517456988796,0.0,0.06353751802272106,0.15372517456988796,0.0,0.02342005071138004,0.15372517456988796,0.0,0.013039552629350849,0.5,0.15372517456988796,0.0,0.010847026790818726,0.0,0.05457922407604823,0.08685208481348601 -2999,0.5,0.15372517456988796,0.0,0.02023931473064114,0.15372517456988796,0.0,0.07310458776441127,0.15372517456988796,0.0,0.02906661514166621,0.15372517456988796,0.0,0.022793172768441984,0.15372517456988796,0.0,0.10927943564980472,0.15372517456988796,0.0,0.14562395573115164,0.15372517456988796,0.0,0.10833995093833729,0.15372517456988796,0.0,0.10043418754968769,0.5,0.15372517456988796,0.0,0.02709744873693051,0.15372517456988796,0.0,0.009798613822329291,0.5,0.15372517456988796,0.0,0.02775711718180653,0.15372517456988796,0.0,0.055876343965132066,0.15372517456988796,0.0,0.06907030794174511,0.15372517456988796,0.0,0.10768619953636975,0.15372517456988796,0.0,0.07491064018724357,0.15372517456988796,0.0,0.03681240264697054,0.15372517456988796,0.0,0.015754380648728986,0.5,0.15372517456988796,0.0,0.011922298464283882,0.0,0.07827566115393281,0.15051844882321297 -3000,0.5,0.15372517456988796,0.0,0.020354071417321914,0.15372517456988796,0.0,0.0833026312090295,0.15372517456988796,0.0,0.02228877866272954,0.15372517456988796,0.0,0.028944686423572563,0.15372517456988796,0.0,0.12140626526138035,0.15372517456988796,0.0,0.15912729883633675,0.15372517456988796,0.0,0.12406935880591356,0.15372517456988796,0.0,0.10787020804151905,0.5,0.15372517456988796,0.0,0.028450815723214874,0.15372517456988796,0.0,0.013636425261179317,0.5,0.15372517456988796,0.0,0.03723043397447976,0.15372517456988796,0.0,0.054765528278633936,0.15372517456988796,0.0,0.08497277861241265,0.15372517456988796,0.0,0.1250863239216849,0.15372517456988796,0.0,0.08943957006629177,0.15372517456988796,0.0,0.03536237581583057,0.15372517456988796,0.0,0.023895924102111898,0.5,0.15372517456988796,0.0,0.01314277185869243,0.0,0.07943790392497052,0.18902635251662966 -3001,0.5,0.15372517456988796,0.0,0.02478004652213747,0.15372517456988796,0.0,0.09996112428480386,0.15372517456988796,0.0,0.024990303896204377,0.15372517456988796,0.0,0.023562391185800058,0.15372517456988796,0.0,0.1279137574337528,0.15372517456988796,0.0,0.16114334504099506,0.15372517456988796,0.0,0.13785411819423943,0.15372517456988796,0.0,0.11327428158524505,0.5,0.15372517456988796,0.0,0.03410739061094258,0.15372517456988796,0.0,0.019284855924851605,0.5,0.15372517456988796,0.0,0.03753874832891265,0.15372517456988796,0.0,0.05420310888402559,0.15372517456988796,0.0,0.0989830340353347,0.15372517456988796,0.0,0.13903713494272024,0.15372517456988796,0.0,0.09006891061444283,0.15372517456988796,0.0,0.03862667494943392,0.15372517456988796,0.0,0.027283244525869645,0.5,0.15372517456988796,0.0,0.01149993372158246,0.0,0.06583635783187247,0.1755837100858953 -3002,0.5,0.15372517456988796,0.0,0.03089366262035764,0.15372517456988796,0.0,0.11238421926498496,0.15372517456988796,0.0,0.026231321603694888,0.15372517456988796,0.0,0.026751050596714062,0.15372517456988796,0.0,0.13880415318045802,0.15372517456988796,0.0,0.1683149661861464,0.15372517456988796,0.0,0.15213063417696365,0.15372517456988796,0.0,0.12966164098131777,0.5,0.15372517456988796,0.0,0.04009919482771088,0.15372517456988796,0.0,0.023526383234557774,0.5,0.15372517456988796,0.0,0.044131645912812205,0.15372517456988796,0.0,0.056883258019315944,0.15372517456988796,0.0,0.11490292164907297,0.15372517456988796,0.0,0.1419392226644376,0.15372517456988796,0.0,0.09209375076983972,0.15372517456988796,0.0,0.052497861778276575,0.15372517456988796,0.0,0.030835380337583453,0.5,0.15372517456988796,0.0,0.011395080407802995,0.0,0.06806161885083233,0.17008615738820906 -3003,0.5,0.15372517456988796,0.0,0.03765240461187458,0.15372517456988796,0.0,0.11782722562183785,0.15372517456988796,0.0,0.028278685205392028,0.15372517456988796,0.0,0.035522766664944264,0.15372517456988796,0.0,0.129728622698889,0.15372517456988796,0.0,0.1722607611402892,0.15372517456988796,0.0,0.15060974785427036,0.15372517456988796,0.0,0.13863555867732208,0.5,0.15372517456988796,0.0,0.0446290875921342,0.15372517456988796,0.0,0.023312844235525005,0.5,0.15372517456988796,0.0,0.048084871452245784,0.15372517456988796,0.0,0.06546270183499753,0.15372517456988796,0.0,0.12609696664428108,0.15372517456988796,0.0,0.14134211010988434,0.15372517456988796,0.0,0.0946842826176297,0.15372517456988796,0.0,0.06009188513299962,0.15372517456988796,0.0,0.03142141226651037,0.5,0.15372517456988796,0.0,0.01377997488973626,0.0,0.07872315791394618,0.1963368921949409 -3004,0.5,0.15372517456988796,0.0,0.046659245251564896,0.15372517456988796,0.0,0.12151379681017202,0.15372517456988796,0.0,0.03387875702629845,0.15372517456988796,0.0,0.045222787638370135,0.15372517456988796,0.0,0.12992840418809873,0.15372517456988796,0.0,0.16881663441208888,0.15372517456988796,0.0,0.16922806917793026,0.15372517456988796,0.0,0.13959256147365534,0.5,0.15372517456988796,0.0,0.055851644641232476,0.15372517456988796,0.0,0.03631357915374694,0.5,0.15372517456988796,0.0,0.05241786331181876,0.15372517456988796,0.0,0.0833444035509604,0.15372517456988796,0.0,0.14192361757044697,0.15372517456988796,0.0,0.14175511479540465,0.15372517456988796,0.0,0.09599550674562496,0.15372517456988796,0.0,0.06690754900166902,0.15372517456988796,0.0,0.03677446393334267,0.5,0.15372517456988796,0.0,0.01202301495028357,0.0,0.08565647767636055,0.2324557153148549 -3005,0.5,0.15372517456988796,0.0,0.05455994889881985,0.15372517456988796,0.0,0.12222392656888928,0.15372517456988796,0.0,0.03879445811147979,0.15372517456988796,0.0,0.05776062507886885,0.15372517456988796,0.0,0.11902330116161988,0.15372517456988796,0.0,0.1619710416093491,0.15372517456988796,0.0,0.17969861861852282,0.15372517456988796,0.0,0.1486669149639117,0.5,0.15372517456988796,0.0,0.07221764012277544,0.15372517456988796,0.0,0.045010910166269985,0.5,0.15372517456988796,0.0,0.05245966263162738,0.15372517456988796,0.0,0.08701036229276293,0.15372517456988796,0.0,0.15255355548327773,0.15372517456988796,0.0,0.14246311250234847,0.15372517456988796,0.0,0.10263693597104795,0.15372517456988796,0.0,0.0717303316740251,0.15372517456988796,0.0,0.048477257696074534,0.5,0.15372517456988796,0.0,0.015444632891235068,0.0,0.07427403296662545,0.2625006799131138 -3006,0.5,0.15372517456988796,0.0341045789324536,0.06340454633354364,0.15372517456988796,0.023566992352416764,0.10910169178879346,0.15372517456988796,0.0318216333848162,0.03868833070635312,0.15372517456988796,0.04187889818947587,0.05395162660248979,0.15372517456988796,0.01291758888871438,0.10278144072003861,0.15372517456988796,0.006204428673843815,0.14508204067597008,0.15372517456988796,0.012697748279767607,0.16052709673418214,0.15372517456988796,0.005928903114884892,0.1387217246748755,0.5,0.15372517456988796,0.00644683449651928,0.07854595663264542,0.15372517456988796,0.018213026397463795,0.051735583281524215,0.5,0.15372517456988796,0.012404853826729356,0.042918076339720834,0.15372517456988796,0.010970634431484657,0.08173225119149381,0.15372517456988796,0.020403218738586977,0.15551866980768111,0.15372517456988796,0.01741184923784842,0.14199085008866746,0.15372517456988796,0.024191124585061445,0.09465196666155502,0.15372517456988796,0.0189955749271181,0.06819322534012519,0.15372517456988796,0.02518361071349432,0.044625181961594776,0.5,0.15372517456988796,0.029097769131324842,0.01529443294921314,0.0,0.07171879151112374,0.2854592885208558 -3007,0.5,0.15372517456988796,0.1089025894016597,0.1023550815107894,0.15372517456988796,0.09488433132142055,0.13210721464911893,0.15372517456988796,0.11923898095117683,0.044695837017524706,0.15372517456988796,0.13385650622653972,0.057515925422732074,0.15372517456988796,0.08846191457295244,0.11310353682906393,0.15372517456988796,0.08010083412651081,0.1524592707056997,0.15372517456988796,0.08809012042622635,0.15885109353350657,0.15372517456988796,0.08131485395334237,0.12468852113910864,0.5,0.15372517456988796,0.08533064574517067,0.07673365354538972,0.15372517456988796,0.10883765524053893,0.023222489652620325,0.5,0.15372517456988796,0.0982809660807038,0.03929607451032468,0.15372517456988796,0.09784757277226046,0.05818155749062413,0.15372517456988796,0.07955202017168983,0.1952731766277644,0.15372517456988796,0.09153911094924001,0.1733238601527829,0.15372517456988796,0.10156069473030126,0.11325224381866467,0.15372517456988796,0.10012725315138749,0.07307849114448044,0.15372517456988796,0.11522587253200708,0.041701621612851354,0.5,0.15372517456988796,0.12397304188497225,0.014226588044338325,0.0,0.07174891590680732,0.3090301892764213 -3008,0.5,0.15372517456988796,0.20004063031454333,0.18152324094208863,0.15372517456988796,0.18557790901625912,0.2193132240518926,0.15372517456988796,0.23672672240592635,0.08837642535659707,0.15372517456988796,0.2563943219655496,0.10745923088469056,0.15372517456988796,0.19353802900127365,0.20997284718571022,0.15372517456988796,0.17542843019414672,0.24515233640777995,0.15372517456988796,0.19107085573981528,0.27320719860091564,0.15372517456988796,0.18422740037439558,0.18441496194770235,0.5,0.15372517456988796,0.18843640106613396,0.15184835503920502,0.15372517456988796,0.23859010128647934,0.011253475663029772,0.5,0.15372517456988796,0.2113827687641359,0.04766862464464092,0.15372517456988796,0.21645143091066382,0.048560037400104096,0.15372517456988796,0.16516451629792445,0.26649045698879664,0.15372517456988796,0.1930881202495908,0.2882767612928928,0.15372517456988796,0.20116781742483597,0.2017985653355138,0.15372517456988796,0.2030886181629956,0.15695610847827926,0.15372517456988796,0.24050618218191894,0.08977339907272254,0.5,0.15372517456988796,0.25861423032379055,0.03482963963688524,0.0,0.0732173094829674,0.33800454778591577 -3009,0.5,0.15372517456988796,0.2970107435347485,0.28397915618979663,0.15372517456988796,0.3025703826809254,0.3817890820442211,0.15372517456988796,0.3574923432278061,0.20310611219145747,0.15372517456988796,0.38683002736735245,0.1743868950708612,0.15372517456988796,0.30178034617832333,0.37449013340660414,0.15372517456988796,0.27457726052269826,0.3221589759226635,0.15372517456988796,0.308139536425959,0.5431355114801415,0.15372517456988796,0.30196687848782977,0.29568198775353305,0.5,0.15372517456988796,0.30279927012935137,0.25287552509193084,0.15372517456988796,0.3827938680542804,0.01651832800081228,0.5,0.15372517456988796,0.3282315782361845,0.1016662854909072,0.15372517456988796,0.34450128545663544,0.10091684111376602,0.15372517456988796,0.2751906557478598,0.37912418658370817,0.15372517456988796,0.2995858692737848,0.36730078919041953,0.15372517456988796,0.3215483979859194,0.3571076136321914,0.15372517456988796,0.32293703274224833,0.4001587898454035,0.15372517456988796,0.37475567502046214,0.18917408538204789,0.5,0.15372517456988796,0.4082965505934978,0.052863414348844104,0.0,0.08413584235560352,0.3244715867498322 -3010,0.5,0.15372517456988796,0.3773565086648292,0.3587024605816123,0.15372517456988796,0.4274929052528724,0.4687174128102757,0.15372517456988796,0.4691709649180018,0.33038990736877705,0.15372517456988796,0.5080556702180355,0.242449026885456,0.15372517456988796,0.40269523169289245,0.47005195645553977,0.15372517456988796,0.36195409238518506,0.4252333160144959,0.15372517456988796,0.4173589540967356,0.6050144365958126,0.15372517456988796,0.4093600366563605,0.38044811152450686,0.5,0.15372517456988796,0.4213889463361872,0.4501654171862418,0.15372517456988796,0.5186418174583887,0.030423282127061784,0.5,0.15372517456988796,0.4404802779628957,0.2577096457089851,0.15372517456988796,0.4615055213720341,0.170652291732226,0.15372517456988796,0.39765570312183474,0.40866671611977745,0.15372517456988796,0.4131914830387779,0.39421269350374044,0.15372517456988796,0.4509664222925671,0.4618758446472057,0.15372517456988796,0.452623440666551,0.5636063432609155,0.15372517456988796,0.49770964577487775,0.2841228336514714,0.5,0.15372517456988796,0.5512801910583935,0.06571292432857812,0.0,0.1326831676273494,0.2624722169293243 -3011,0.5,0.15372517456988796,0.435785419271001,0.44987177285360536,0.15372517456988796,0.528568494809028,0.4525641066817005,0.15372517456988796,0.5550452881386729,0.45349742244827956,0.15372517456988796,0.5864388619494005,0.3165779859679517,0.15372517456988796,0.46963604298475614,0.49160047867276263,0.15372517456988796,0.45582019942625174,0.5176912843871869,0.15372517456988796,0.4934419281107617,0.5928208365862553,0.15372517456988796,0.4927289629484124,0.5274554933423002,0.5,0.15372517456988796,0.5213981757265806,0.556148195999492,0.15372517456988796,0.5999131921589986,0.035434348998951766,0.5,0.15372517456988796,0.5450555610172133,0.5417609969529527,0.15372517456988796,0.5556107797891482,0.33092137265230454,0.15372517456988796,0.5140211541306234,0.4264467736389303,0.15372517456988796,0.5015538460842999,0.39671253195953626,0.15372517456988796,0.5517041615308907,0.46960975038360814,0.15372517456988796,0.5468680294086847,0.6195619446742168,0.15372517456988796,0.5881023007970159,0.3655866326801078,0.5,0.15372517456988796,0.6536730572865534,0.06434577384381761,0.0,0.20503321484053277,0.17862246950496938 -3012,0.5,0.15372517456988796,0.49039417209009994,0.5501828821547304,0.15372517456988796,0.6098737211022738,0.4183923216664561,0.15372517456988796,0.6052915520528727,0.543786932232373,0.15372517456988796,0.6140073630125653,0.40506459661713456,0.15372517456988796,0.507830737827917,0.5669626774334708,0.15372517456988796,0.5092268759737926,0.7151667787030174,0.15372517456988796,0.5400125254706483,0.6347555084563697,0.15372517456988796,0.523563395817065,0.6637917537993853,0.5,0.15372517456988796,0.5633661018581924,0.6958805635660742,0.15372517456988796,0.6448035512949599,0.04468896276007836,0.5,0.15372517456988796,0.6030430037247252,0.5215207334849595,0.15372517456988796,0.6177261049238517,0.42223140540826476,0.15372517456988796,0.59100599265048,0.42497211716104283,0.15372517456988796,0.5370015034846964,0.39211271110381385,0.15372517456988796,0.6004855696317981,0.4647946068357153,0.15372517456988796,0.5919241505991975,0.6128604010980867,0.15372517456988796,0.6383125297253514,0.3788445042899451,0.5,0.15372517456988796,0.6969401700153,0.0579648539037491,0.0,0.2561213997442792,0.1305500961792472 -3013,0.5,0.15372517456988796,0.5107466161941734,0.6315687576639255,0.15372517456988796,0.6319100827366506,0.4061529029119941,0.15372517456988796,0.6141071888189841,0.5802317266973367,0.15372517456988796,0.6044307216520025,0.4938321856402222,0.15372517456988796,0.54360142608493,0.8088100960270554,0.15372517456988796,0.4814189440392426,0.7541227074237364,0.15372517456988796,0.5526091112056161,0.7876033413526857,0.15372517456988796,0.46665322767388767,0.6838174372632255,0.5,0.15372517456988796,0.5693071247160358,0.805897712388715,0.15372517456988796,0.6534566425131886,0.049156356780632376,0.5,0.15372517456988796,0.621252769221722,0.5895262877526128,0.15372517456988796,0.6496532404155415,0.4766915778725193,0.15372517456988796,0.6075237940612386,0.4137096848047396,0.15372517456988796,0.5484976580596259,0.5143170277924503,0.15372517456988796,0.6026854756630973,0.5216828668492566,0.15372517456988796,0.5989557102696021,0.6769144240563919,0.15372517456988796,0.6465762757855569,0.4125679607929024,0.5,0.15372517456988796,0.6889795634014504,0.05005481851932709,0.0,0.3054807069986012,0.18792454558160096 -3014,0.5,0.15372517456988796,0.5013531527143535,0.6966614877526072,0.15372517456988796,0.5760666050908663,0.4394371399136797,0.15372517456988796,0.594970684731339,0.6327467781588424,0.15372517456988796,0.550891490926767,0.5304069558307242,0.15372517456988796,0.48473707089287543,0.8646846286048293,0.15372517456988796,0.32654464666302446,0.6862117117115853,0.15372517456988796,0.48698811603010755,0.8192023507750223,0.15372517456988796,0.4147967123944332,0.7177415216074541,0.5,0.15372517456988796,0.49764465793500634,0.8393591911332348,0.15372517456988796,0.6015037955979797,0.0601998982241793,0.5,0.15372517456988796,0.6112474563220036,0.7039603360455408,0.15372517456988796,0.623467135126999,0.5422622938671359,0.15372517456988796,0.5575346495190764,0.39691046141780145,0.15372517456988796,0.43721294073816686,0.6488212015698536,0.15372517456988796,0.553351985415557,0.6345657371155851,0.15372517456988796,0.5615577010475561,0.7736635726787487,0.15372517456988796,0.6078441637382287,0.4946459127112276,0.5,0.15372517456988796,0.6455271964403376,0.05193059993481172,0.0,0.3053911054218262,0.3921630324365693 -3015,0.5,0.15372517456988796,0.45068628155598905,0.7223460098957138,0.15372517456988796,0.43580322445833886,0.7034159294809635,0.15372517456988796,0.5198840261086707,0.6968030120462241,0.15372517456988796,0.4715875756054019,0.5229385045769626,0.15372517456988796,0.2646121042529291,0.8324713442001959,0.15372517456988796,0.10118917040532714,0.3981229844763515,0.15372517456988796,0.2840348052544294,0.7462372157693143,0.15372517456988796,0.18050052018665436,0.5404615532479603,0.5,0.15372517456988796,0.35994570183159813,0.8244496390698682,0.15372517456988796,0.5315893241707829,0.07740859533027647,0.5,0.15372517456988796,0.5255474506775633,0.7513784897031263,0.15372517456988796,0.539689113783933,0.5545279711092155,0.15372517456988796,0.45159916710383563,0.5600406943737792,0.15372517456988796,0.26698510592792707,0.6893845009690361,0.15372517456988796,0.4331120194417647,0.7094444919670954,0.15372517456988796,0.4593189131120854,0.765660203779056,0.15372517456988796,0.529422767992814,0.5676165032314022,0.5,0.15372517456988796,0.548877866654552,0.06662605224688402,0.0,0.29355663593208875,0.6576118700102462 -3016,0.5,0.15372517456988796,0.3610862754738709,0.686984058360214,0.15372517456988796,0.12923055966845065,0.5321756802976197,0.15372517456988796,0.39083376494220373,0.6894134006377405,0.15372517456988796,0.36998222997719243,0.4461934587397518,0.15372517456988796,0.10620765675783328,0.5784947475737283,0.15372517456988796,0.08040086632995477,0.18442649562630034,0.15372517456988796,0.15574594176930423,0.5972859284338694,0.15372517456988796,0.0857324419637869,0.3488479385492319,0.5,0.15372517456988796,0.25028190347375817,0.7504189352421922,0.15372517456988796,0.43133615362425426,0.07800217534448757,0.5,0.15372517456988796,0.3304582317214392,0.7500883840206204,0.15372517456988796,0.3982669248525048,0.4885289036811165,0.15372517456988796,0.20128053127588133,0.46690262977837527,0.15372517456988796,0.14653661369937096,0.6727861178158733,0.15372517456988796,0.21805135497667794,0.7031282002137071,0.15372517456988796,0.2444334788479594,0.6657495318446041,0.15372517456988796,0.40923410084615797,0.5640034629863417,0.5,0.15372517456988796,0.4103363489031775,0.0837148101376694,0.0,0.220507705371255,0.5925491569371074 -3017,0.5,0.15372517456988796,0.23048293955186142,0.5061847593558457,0.15372517456988796,0.09478237770753366,0.6394540988194768,0.15372517456988796,0.2439110440730814,0.5529418410689468,0.15372517456988796,0.25022099149833893,0.2604870512215001,0.15372517456988796,0.10764176630678213,0.39851849035948306,0.15372517456988796,0.12117681055493666,0.23366611998424544,0.15372517456988796,0.09248551170482468,0.3050228588923116,0.15372517456988796,0.038953243102269386,0.33762945469243555,0.5,0.15372517456988796,0.14467753443353057,0.6676217166723842,0.15372517456988796,0.3103103094676756,0.06924193166435857,0.5,0.15372517456988796,0.17461273963465707,0.6047218328048035,0.15372517456988796,0.2415022688471809,0.45254385287766047,0.15372517456988796,0.12716505228035935,0.3994445244200957,0.15372517456988796,0.061584107088429436,0.5298876838838139,0.15372517456988796,0.09873012535808702,0.6448844747532433,0.15372517456988796,0.13237001405134458,0.4831557964492829,0.15372517456988796,0.2610406336441126,0.441369100193661,0.5,0.15372517456988796,0.26922812077270086,0.06018330369119916,0.0,0.1597200868508769,0.5461318982752901 -3018,0.5,0.15372517456988796,0.10342918820246275,0.29062471846772153,0.15372517456988796,0.04696136112618942,0.5174967275943294,0.15372517456988796,0.11172106737838672,0.47766306583659457,0.15372517456988796,0.12234661457108048,0.12815530106077672,0.15372517456988796,0.09784125321399832,0.26565427712972506,0.15372517456988796,0.03779960619529503,0.38598329184369073,0.15372517456988796,0.10227344714519634,0.1856575601050137,0.15372517456988796,0.013717607588266366,0.4241679141165127,0.5,0.15372517456988796,0.04572533794309791,0.5828208942556082,0.15372517456988796,0.16604404710228282,0.04072661187199067,0.5,0.15372517456988796,0.12244175591315948,0.5083368248055763,0.15372517456988796,0.1023454234750391,0.3169638714818043,0.15372517456988796,0.07967177980409129,0.22775319345287662,0.15372517456988796,0.06277540351826948,0.3882264546307162,0.15372517456988796,0.07238453180452754,0.4008972900430296,0.15372517456988796,0.06218604296687463,0.22911487296593225,0.15372517456988796,0.11564020167287714,0.2801478943867367,0.5,0.15372517456988796,0.14671793534218888,0.02072495357827186,0.0,0.11421386619738352,0.3998866053025829 -3019,0.5,0.15372517456988796,0.029587231450361816,0.2005597266248312,0.15372517456988796,0.01947048881114728,0.1601107850732103,0.15372517456988796,0.025804046838338975,0.41779540714190994,0.15372517456988796,0.040253289138906155,0.12651430963686267,0.15372517456988796,0.04600304276236993,0.24898892799223463,0.15372517456988796,0.0020243482190903574,0.5910637937452441,0.15372517456988796,0.03641421159688849,0.20200598107058335,0.15372517456988796,0.003322593476887769,0.4417801698171798,0.5,0.15372517456988796,0.010874969535991149,0.486173020332452,0.15372517456988796,0.03525416988347935,0.05855169560227963,0.5,0.15372517456988796,0.03583815679239971,0.3870626257042865,0.15372517456988796,0.030196238328298246,0.2609276487071106,0.15372517456988796,0.03965179625242716,0.1041668345068671,0.15372517456988796,0.030761826256718514,0.26372407195828074,0.15372517456988796,0.04003754679496447,0.13428093636558075,0.15372517456988796,0.024132882354747306,0.08851791002819237,0.15372517456988796,0.03385606346580866,0.21631574430145317,0.5,0.15372517456988796,0.041484945834809994,0.031251782844678604,0.0,0.23580736657660034,0.20571740158575053 -3020,0.5,0.15372517456988796,2.824854073704e-05,0.10038114040373051,0.15372517456988796,0.0,0.058136066570946825,0.15372517456988796,1.8638958942032562e-05,0.11195928714025306,0.15372517456988796,0.0,0.16574934629855478,0.15372517456988796,0.00017940338007507673,0.3995036951057519,0.15372517456988796,0.00013115245191317774,0.36824706147449116,0.15372517456988796,0.0,0.4819276994313266,0.15372517456988796,9.415632587318293e-05,0.26429949429128874,0.5,0.15372517456988796,3.909763641438667e-06,0.3090074706184111,0.15372517456988796,0.0,0.10387580509824768,0.5,0.15372517456988796,0.0,0.31917955927702124,0.15372517456988796,5.009589461154649e-06,0.23922608009580784,0.15372517456988796,0.0,0.05554484299065069,0.15372517456988796,0.0,0.1807299401923173,0.15372517456988796,0.0,0.051304974327348346,0.15372517456988796,0.0,0.07996774576893129,0.15372517456988796,0.0,0.1761356178885342,0.5,0.15372517456988796,0.0,0.04274544125359625,0.0,0.020374666790263347,0.0898754683414198 -3021,0.5,0.15372517456988796,0.0,0.0391772441981503,0.15372517456988796,0.0,0.03469668070350652,0.15372517456988796,0.0,0.057837362002759914,0.15372517456988796,0.0,0.1156052376236442,0.15372517456988796,0.0,0.34007226976769817,0.15372517456988796,0.0,0.20246560858962426,0.15372517456988796,0.0,0.38739915167044614,0.15372517456988796,0.0,0.1609461005472384,0.5,0.15372517456988796,0.0,0.15450406432971922,0.15372517456988796,0.0,0.14345661019530806,0.5,0.15372517456988796,0.0,0.5186202165352665,0.15372517456988796,0.0,0.1488376593786237,0.15372517456988796,0.0,0.07914517143323034,0.15372517456988796,0.0,0.17862981319892943,0.15372517456988796,0.0,0.04830802801720369,0.15372517456988796,0.0,0.09905507937405482,0.15372517456988796,0.0,0.20829968965459467,0.5,0.15372517456988796,0.0,0.07399363845220479,0.0,0.011896044443306256,0.06500029069878731 -3022,0.5,0.15372517456988796,0.0,0.02938140676686837,0.15372517456988796,0.0,0.0183263867374388,0.15372517456988796,0.0,0.06855819342090427,0.15372517456988796,0.0,0.06967350305581584,0.15372517456988796,0.0,0.22244962358256662,0.15372517456988796,0.0,0.22438861300933804,0.15372517456988796,0.0,0.3827251815018526,0.15372517456988796,0.0,0.11004546904248459,0.5,0.15372517456988796,0.0,0.08688819833323264,0.15372517456988796,0.0,0.051001174311139076,0.5,0.15372517456988796,0.0,0.5942769746395422,0.15372517456988796,0.0,0.10048197338988878,0.15372517456988796,0.0,0.0681349342989974,0.15372517456988796,0.0,0.17452041655990944,0.15372517456988796,0.0,0.13923824381356908,0.15372517456988796,0.0,0.1234785763151541,0.15372517456988796,0.0,0.2823526936491619,0.5,0.15372517456988796,0.0,0.17175002395013303,0.0,0.016470054919896185,0.21416937565066507 -3023,0.5,0.15372517456988796,0.0,0.034734717325357975,0.15372517456988796,0.0,0.09360625674164487,0.15372517456988796,0.0,0.08310845343043026,0.15372517456988796,0.0,0.05315929461043198,0.15372517456988796,0.0,0.2543200650613011,0.15372517456988796,0.0,0.2978177658685248,0.15372517456988796,0.0,0.3670792368198911,0.15372517456988796,0.0,0.11947524836526965,0.5,0.15372517456988796,0.0,0.11607709905315346,0.15372517456988796,0.0,0.017143590841671958,0.5,0.15372517456988796,0.0,0.4036543700473776,0.15372517456988796,0.0,0.09141140384681924,0.15372517456988796,0.0,0.04847985021925209,0.15372517456988796,0.0,0.10984309773849443,0.15372517456988796,0.0,0.16344705487350472,0.15372517456988796,0.0,0.1398220476593324,0.15372517456988796,0.0,0.2962748774062829,0.5,0.15372517456988796,0.0,0.13768557879912574,0.0,0.021623003448573583,0.27929432946641064 -3024,0.5,0.15372517456988796,0.0,0.04470639238754806,0.15372517456988796,0.0,0.13800050223841584,0.15372517456988796,0.0,0.1043643735346029,0.15372517456988796,0.0,0.06678312977435075,0.15372517456988796,0.0,0.3717206809482881,0.15372517456988796,0.0,0.2909729485688206,0.15372517456988796,0.0,0.34606066566599897,0.15372517456988796,0.0,0.12811974995859138,0.5,0.15372517456988796,0.0,0.26342063306675817,0.15372517456988796,0.0,0.019875846949348523,0.5,0.15372517456988796,0.0,0.2878475487429913,0.15372517456988796,0.0,0.10160091210843356,0.15372517456988796,0.0,0.048156760397342756,0.15372517456988796,0.0,0.11745305867835495,0.15372517456988796,0.0,0.1793711272578718,0.15372517456988796,0.0,0.1266490724867816,0.15372517456988796,0.0,0.24468491908406645,0.5,0.15372517456988796,0.0,0.052109915657693864,0.0,0.023099511357238818,0.22881345742251394 -3025,0.5,0.15372517456988796,0.0,0.06285127235184201,0.15372517456988796,0.0,0.045065596369856985,0.15372517456988796,0.0,0.12434877111454307,0.15372517456988796,0.0,0.09744134905615273,0.15372517456988796,0.0,0.3992224615839692,0.15372517456988796,0.0,0.22410189295202976,0.15372517456988796,0.0,0.37212652515628736,0.15372517456988796,0.0,0.1502877091652739,0.5,0.15372517456988796,0.0,0.28358367455142147,0.15372517456988796,0.0,0.017048589253685468,0.5,0.15372517456988796,0.0,0.2668109721353113,0.15372517456988796,0.0,0.08774041941212583,0.15372517456988796,0.0,0.05188965968748615,0.15372517456988796,0.0,0.1535377592849682,0.15372517456988796,0.0,0.14455556281136425,0.15372517456988796,0.0,0.1241690457268564,0.15372517456988796,0.0,0.2086000656131652,0.5,0.15372517456988796,0.0,0.039260755513093715,0.0,0.024931748710672053,0.10156409873243633 -3026,0.5,0.15372517456988796,0.0,0.07749506050933237,0.15372517456988796,0.0,0.05372950804807793,0.15372517456988796,0.0,0.14041163655569278,0.15372517456988796,0.0,0.11916504301214688,0.15372517456988796,0.0,0.3029433055780016,0.15372517456988796,0.0,0.15206731015869523,0.15372517456988796,0.0,0.34823676436784623,0.15372517456988796,0.0,0.15736703759357806,0.5,0.15372517456988796,0.0,0.2820490247348899,0.15372517456988796,0.0,0.010966249730297254,0.5,0.15372517456988796,0.0,0.34086899180331826,0.15372517456988796,0.0,0.07619210084865939,0.15372517456988796,0.0,0.057425354481694224,0.15372517456988796,0.0,0.1794709811889958,0.15372517456988796,0.0,0.22086277669954632,0.15372517456988796,0.0,0.09991050383870133,0.15372517456988796,0.0,0.20245000792605178,0.5,0.15372517456988796,0.0,0.046587237790598875,0.0,0.022727390184499235,0.04168210208116207 -3027,0.5,0.15372517456988796,0.0,0.07560776492294408,0.15372517456988796,0.0,0.113057581149457,0.15372517456988796,0.0,0.15069586821893777,0.15372517456988796,0.0,0.12918955754438688,0.15372517456988796,0.0,0.18848248730374087,0.15372517456988796,0.0,0.17694929243627566,0.15372517456988796,0.0,0.3179309638043068,0.15372517456988796,0.0,0.21134810191663972,0.5,0.15372517456988796,0.0,0.2111475090119442,0.15372517456988796,0.0,0.01374088301121843,0.5,0.15372517456988796,0.0,0.4859692695103742,0.15372517456988796,0.0,0.09271463637381076,0.15372517456988796,0.0,0.06402147371050318,0.15372517456988796,0.0,0.19017688193597973,0.15372517456988796,0.0,0.330957732366103,0.15372517456988796,0.0,0.13726079800237678,0.15372517456988796,0.0,0.24110516329226483,0.5,0.15372517456988796,0.0,0.036429945481970746,0.0,0.04204454502533224,0.06428432531714036 -3028,0.5,0.15372517456988796,0.0,0.07218296105372742,0.15372517456988796,0.0,0.2434592393800112,0.15372517456988796,0.0,0.12187924199425937,0.15372517456988796,0.0,0.13068862206264925,0.15372517456988796,0.0,0.13330020803668963,0.15372517456988796,0.0,0.2664058508386266,0.15372517456988796,0.0,0.26578854735193974,0.15372517456988796,0.0,0.1592757738477722,0.5,0.15372517456988796,0.0,0.13679757234551304,0.15372517456988796,0.0,0.028664284272968233,0.5,0.15372517456988796,0.0,0.621007542732819,0.15372517456988796,0.0,0.11711401009618164,0.15372517456988796,0.0,0.06538170986537825,0.15372517456988796,0.0,0.1305992740390173,0.15372517456988796,0.0,0.3462369353169791,0.15372517456988796,0.0,0.20912700714394794,0.15372517456988796,0.0,0.32863497836228206,0.5,0.15372517456988796,0.0,0.02637992009199782,0.0,0.039076785784425604,0.11594431851140957 -3029,0.5,0.15372517456988796,0.0,0.08401912805514229,0.15372517456988796,0.0,0.3039948579962424,0.15372517456988796,0.0,0.08599130475725292,0.15372517456988796,0.0,0.12901657883701928,0.15372517456988796,0.0,0.19713336753336347,0.15372517456988796,0.0,0.3069666846738971,0.15372517456988796,0.0,0.19046595663944924,0.15372517456988796,0.0,0.1231932627656356,0.5,0.15372517456988796,0.0,0.08567309065738277,0.15372517456988796,0.0,0.04702307701446366,0.5,0.15372517456988796,0.0,0.3943392731869247,0.15372517456988796,0.0,0.16684541844183925,0.15372517456988796,0.0,0.04406250510501635,0.15372517456988796,0.0,0.09647962747584105,0.15372517456988796,0.0,0.3265203208685981,0.15372517456988796,0.0,0.2749348621942921,0.15372517456988796,0.0,0.3395122406752187,0.5,0.15372517456988796,0.0,0.024972140249657406,0.0,0.014341120617711811,0.1717226768725935 -3030,0.5,0.15372517456988796,0.006191015731240054,0.12220560112440919,0.15372517456988796,0.000301277306252684,0.15178046501821393,0.15372517456988796,0.002522454304631632,0.0774467671579847,0.15372517456988796,0.02077949848957751,0.13199925901842516,0.15372517456988796,0.0025435995680352613,0.36234902614941544,0.15372517456988796,0.008437699023082368,0.3044484045185639,0.15372517456988796,0.013632272519059227,0.22202061035559584,0.15372517456988796,0.007653060367527542,0.1235165065182885,0.5,0.15372517456988796,0.002665434043949206,0.06738864384660902,0.15372517456988796,0.0024768462613144688,0.14440294824373434,0.5,0.15372517456988796,0.0005853880426518713,0.28534260748819906,0.15372517456988796,0.0011708970491607735,0.24097683962228422,0.15372517456988796,0.00802113168132139,0.057596261777690894,0.15372517456988796,0.0019102278852487413,0.11829972875972247,0.15372517456988796,0.0031389159215270174,0.30734909079814265,0.15372517456988796,0.002829779931315108,0.20664645042781535,0.15372517456988796,0.002134951599561407,0.30358679050383947,0.5,0.15372517456988796,0.016403802120077384,0.026808610941147726,0.0,0.007460425535232032,0.18854059300825574 -3031,0.5,0.15372517456988796,0.03437082706858642,0.2229284911238444,0.15372517456988796,0.006024853656805749,0.12868779397472938,0.15372517456988796,0.009307498871989655,0.13708192138605474,0.15372517456988796,0.06408721564561279,0.17120542380391196,0.15372517456988796,0.04772495954702405,0.5764004993038201,0.15372517456988796,0.07751126537733068,0.40171600698906634,0.15372517456988796,0.09241552842678186,0.42460331769912724,0.15372517456988796,0.08612148988354142,0.1566802085761626,0.5,0.15372517456988796,0.054188919364802454,0.10773147398262861,0.15372517456988796,0.0300619979508895,0.2523760543538183,0.5,0.15372517456988796,0.0034427593720959683,0.21117873177524685,0.15372517456988796,0.012538668949736102,0.3007069524301555,0.15372517456988796,0.03397027999556604,0.07612622918226798,0.15372517456988796,0.015942991409589716,0.24419569402114658,0.15372517456988796,0.029540939227723502,0.27948307527078736,0.15372517456988796,0.05695994634856773,0.152262987512244,0.15372517456988796,0.012472241729275833,0.3152680513001151,0.5,0.15372517456988796,0.05492967711157147,0.06257267621852676,0.0,0.004045991324520798,0.16806230741309555 -3032,0.5,0.15372517456988796,0.0676843135456644,0.34226545931713176,0.15372517456988796,0.028284429318279798,0.1292292281220755,0.15372517456988796,0.03692511602478833,0.25591293696308753,0.15372517456988796,0.09509458979825396,0.2290269789661533,0.15372517456988796,0.1452116332488893,0.7639560138875215,0.15372517456988796,0.16050337666588324,0.5416956592682043,0.15372517456988796,0.18416570425748763,0.8211698589607563,0.15372517456988796,0.18945314137990693,0.2714591633855937,0.5,0.15372517456988796,0.1545963369433774,0.27275606815583664,0.15372517456988796,0.08129603627162822,0.34774884371989206,0.5,0.15372517456988796,0.015833541630348967,0.1680543472794693,0.15372517456988796,0.033773998379968036,0.32525783567547367,0.15372517456988796,0.06090563238052211,0.0919966537226206,0.15372517456988796,0.03617372752520333,0.42644178673130845,0.15372517456988796,0.10870353509767836,0.32977319447788045,0.15372517456988796,0.16800203518834206,0.4135119330251445,0.15372517456988796,0.031841108775533124,0.3127080555442676,0.5,0.15372517456988796,0.08801003134484198,0.2290571353262474,0.0,0.07303146682320856,0.21051261412416888 -3033,0.5,0.15372517456988796,0.06655188293860745,0.41828451676320116,0.15372517456988796,0.14979662496463708,0.20364272465677868,0.15372517456988796,0.07505125127074805,0.35609989070890063,0.15372517456988796,0.10671101748532714,0.2553255367664675,0.15372517456988796,0.22201702907751536,0.7635295448984941,0.15372517456988796,0.2287112138839402,0.6307339522348476,0.15372517456988796,0.2691335776832342,0.8255797670034156,0.15372517456988796,0.28107675630177437,0.5249921763778268,0.5,0.15372517456988796,0.2735257073157469,0.47314541114131076,0.15372517456988796,0.13050259550573556,0.4437152875846824,0.5,0.15372517456988796,0.046923761906496206,0.1865885965686133,0.15372517456988796,0.05062763762079011,0.36182065201382435,0.15372517456988796,0.14445625088740424,0.09492574908686037,0.15372517456988796,0.09927090500329125,0.5364009140869959,0.15372517456988796,0.21282536452956863,0.44634646262988176,0.15372517456988796,0.33684816765913234,0.5630853421196763,0.15372517456988796,0.05289293262633471,0.26631443042388975,0.5,0.15372517456988796,0.10761711487476502,0.32321463299168934,0.0,0.22216466804314988,0.3286181970104473 -3034,0.5,0.15372517456988796,0.08825877768463082,0.4230466767920079,0.15372517456988796,0.2816978529881802,0.3331884837409782,0.15372517456988796,0.23410432711207294,0.3673383628559013,0.15372517456988796,0.06282900967997493,0.3198863293641865,0.15372517456988796,0.3523510544368972,0.7140902806549053,0.15372517456988796,0.2549361341277423,0.7561101068499594,0.15372517456988796,0.3574581029023782,0.8108749279987597,0.15372517456988796,0.3565778818899842,0.6332154958748618,0.5,0.15372517456988796,0.3436818156587461,0.5481963103042509,0.15372517456988796,0.2083383726489871,0.5296144368888026,0.5,0.15372517456988796,0.14562504932465858,0.18691760270161456,0.15372517456988796,0.06574023144610913,0.3780703138929843,0.15372517456988796,0.2883902175637082,0.15865278578408268,0.15372517456988796,0.1940199263549835,0.6158824060137342,0.15372517456988796,0.3440362972402281,0.6040950576734851,0.15372517456988796,0.47409790952173453,0.5227742216006661,0.15372517456988796,0.07675108884664013,0.19877830944700006,0.5,0.15372517456988796,0.10292518735224754,0.29229751470487497,0.0,0.07237365857988366,0.2764101814788697 -3035,0.5,0.15372517456988796,0.1369528276368005,0.4136053968064222,0.15372517456988796,0.17882630412260606,0.5833277972509416,0.15372517456988796,0.45278611182836415,0.3887160773994461,0.15372517456988796,0.052921505834642404,0.3248550611620662,0.15372517456988796,0.4819714644605452,0.734422602636922,0.15372517456988796,0.2769524713862043,0.7934104985812629,0.15372517456988796,0.3500355025064865,0.827674044792924,0.15372517456988796,0.41808428263298225,0.684369521773252,0.5,0.15372517456988796,0.38302804615663133,0.6022887995974847,0.15372517456988796,0.29782913406964634,0.6668880411007851,0.5,0.15372517456988796,0.26922308125280947,0.2439660459576475,0.15372517456988796,0.0729646839644438,0.36730993900686054,0.15372517456988796,0.29731482755297306,0.25265372504936773,0.15372517456988796,0.30149452464096954,0.6483579954563992,0.15372517456988796,0.43942795912669236,0.7267730426517488,0.15372517456988796,0.5483313391137532,0.5534723441885793,0.15372517456988796,0.1295333789102459,0.19436289057797151,0.5,0.15372517456988796,0.10995462782523535,0.3286099263242028,0.0,0.023354228499498773,0.19520556069246317 -3036,0.5,0.15372517456988796,0.21492588870713036,0.32729444560048404,0.15372517456988796,0.11924933681550118,0.5465847431797848,0.15372517456988796,0.5860893277439922,0.38114252846987307,0.15372517456988796,0.14080173431748583,0.2903830383315166,0.15372517456988796,0.45491188899534063,0.757978168115185,0.15372517456988796,0.29333646518522954,0.804783398773008,0.15372517456988796,0.27850890917141924,0.7860153794239569,0.15372517456988796,0.3718496971532549,0.6528412857573079,0.5,0.15372517456988796,0.41043942600907346,0.6507844560886268,0.15372517456988796,0.19818127804282687,0.7762986189951644,0.5,0.15372517456988796,0.25658970871904363,0.30087108516178324,0.15372517456988796,0.07100890720175232,0.314433905194015,0.15372517456988796,0.25436760778904866,0.36096524281329123,0.15372517456988796,0.246359935722278,0.5486505173180587,0.15372517456988796,0.4760808932143107,0.7325583499302422,0.15372517456988796,0.5055845314986086,0.5777441059502706,0.15372517456988796,0.17802028227586203,0.22573582043968446,0.5,0.15372517456988796,0.16063366716369248,0.44243519293141764,0.0,0.03263790299712513,0.27630951365630374 -3037,0.5,0.15372517456988796,0.2856044913611903,0.27966218756085964,0.15372517456988796,0.2642956083746736,0.6552746349338062,0.15372517456988796,0.5785312062368151,0.4567979723847368,0.15372517456988796,0.2484801464028219,0.24698126598746376,0.15372517456988796,0.27990272271409083,0.6934025844984942,0.15372517456988796,0.2962724595939994,0.74674234337046,0.15372517456988796,0.3309657322795881,0.8207124839940871,0.15372517456988796,0.427938460438292,0.6701465519270982,0.5,0.15372517456988796,0.4845877927601967,0.7298269424803218,0.15372517456988796,0.06378165364018601,0.7239261512607572,0.5,0.15372517456988796,0.1584568458560075,0.3881742941653305,0.15372517456988796,0.11604938786182173,0.32014333386962296,0.15372517456988796,0.2166717926796916,0.3760520084435469,0.15372517456988796,0.225470068724157,0.45806352055858746,0.15372517456988796,0.4193612917072732,0.6998689778224039,0.15372517456988796,0.43468943055207965,0.5658253708296257,0.15372517456988796,0.22826408272716942,0.2830491300732833,0.5,0.15372517456988796,0.15967745429273308,0.47905866351490806,0.0,0.04013706746790727,0.3576904425096663 -3038,0.5,0.15372517456988796,0.3220990425860789,0.27113629072297646,0.15372517456988796,0.13697073317179215,0.4361634253793789,0.15372517456988796,0.442978238136744,0.4954238364859637,0.15372517456988796,0.3035736351182102,0.23819581096637354,0.15372517456988796,0.3159062876786868,0.7389875679874784,0.15372517456988796,0.3282937533266156,0.7522599412278699,0.15372517456988796,0.22484261020657592,0.7702956716525738,0.15372517456988796,0.34474838533004837,0.6930095820946631,0.5,0.15372517456988796,0.43677120653965484,0.7721412090747523,0.15372517456988796,0.139423320222566,0.6673323898214139,0.5,0.15372517456988796,0.26168102978568003,0.5559566014442209,0.15372517456988796,0.13579586411178307,0.39541259227967024,0.15372517456988796,0.3141577670365301,0.45024792144840664,0.15372517456988796,0.24429487069488287,0.38506229798605773,0.15372517456988796,0.3251722767158331,0.6649294813920156,0.15372517456988796,0.34079845342115694,0.518414809988426,0.15372517456988796,0.2569868996361035,0.4016531687851185,0.5,0.15372517456988796,0.09020362782503266,0.3913997769065991,0.0,0.026706659767620634,0.3760259032925888 -3039,0.5,0.15372517456988796,0.33219272473002726,0.2972773558306127,0.15372517456988796,0.07610369986575141,0.14780396505824608,0.15372517456988796,0.2910094633313111,0.519430968759448,0.15372517456988796,0.2525941344122594,0.2547287997438482,0.15372517456988796,0.26815707787961435,0.7456569773427155,0.15372517456988796,0.14796489286409462,0.5312986554217911,0.15372517456988796,0.23208794289808382,0.7288231959925152,0.15372517456988796,0.190409624147751,0.6064594121803433,0.5,0.15372517456988796,0.3316595280150242,0.7369376264577131,0.15372517456988796,0.13250286556277768,0.6819922759630136,0.5,0.15372517456988796,0.4822828038624828,0.7636449336276018,0.15372517456988796,0.15273275138629627,0.4609815898724567,0.15372517456988796,0.31156858962339595,0.36685159097000386,0.15372517456988796,0.26417912785952025,0.36287492439086133,0.15372517456988796,0.20748978582056174,0.5738662070092392,0.15372517456988796,0.2629315320279409,0.4676415875705877,0.15372517456988796,0.22815858251259824,0.469653025015919,0.5,0.15372517456988796,0.08048384698761059,0.4901339236841359,0.0,0.020967418672180767,0.4330750606356635 -3040,0.5,0.15372517456988796,0.237909321131828,0.2855642595317778,0.15372517456988796,0.08005104899913038,0.05794849007366989,0.15372517456988796,0.2576912825861225,0.5290646029026795,0.15372517456988796,0.1721640453137157,0.2277817732090815,0.15372517456988796,0.12494310536580155,0.6588759054566313,0.15372517456988796,0.05609984264928365,0.31041669106938374,0.15372517456988796,0.17532358248898472,0.6290745791309549,0.15372517456988796,0.1269920930759361,0.46054848375005486,0.5,0.15372517456988796,0.16908390383907357,0.5816733172379679,0.15372517456988796,0.10653668014362008,0.6489030137960705,0.5,0.15372517456988796,0.41774830218310643,0.8726513353397968,0.15372517456988796,0.19965922530504943,0.46129613787054385,0.15372517456988796,0.3083035301036916,0.262515096972298,0.15372517456988796,0.18080379134911218,0.3865600446750287,0.15372517456988796,0.1962965764307727,0.504883034272211,0.15372517456988796,0.16100676244026543,0.35287043200050705,0.15372517456988796,0.21341959035512909,0.5156601119593158,0.5,0.15372517456988796,0.0945270161386889,0.5422991357632869,0.0,0.019707135768734122,0.6239520927816353 -3041,0.5,0.15372517456988796,0.13999241939458013,0.25629482942680565,0.15372517456988796,0.16131363241478683,0.1011402634213113,0.15372517456988796,0.16783248205279047,0.4730769824470846,0.15372517456988796,0.12164873218008795,0.16239379031825493,0.15372517456988796,0.08052150692949317,0.49218041500583076,0.15372517456988796,0.15820307209755846,0.33263149614799653,0.15372517456988796,0.07669340511088113,0.5158424071987702,0.15372517456988796,0.17595487437288473,0.46827288488399643,0.5,0.15372517456988796,0.12269509844639975,0.5418302898832772,0.15372517456988796,0.10101270119310149,0.5268652719796882,0.5,0.15372517456988796,0.17936344947056979,0.8033433679696048,0.15372517456988796,0.18177817724523246,0.49688015299987043,0.15372517456988796,0.28390264377186303,0.234809977549766,0.15372517456988796,0.1007188480367678,0.3820581277410161,0.15372517456988796,0.15440064694469693,0.4736901375174637,0.15372517456988796,0.14401311698083347,0.37516444856196457,0.15372517456988796,0.14727660944112808,0.512658299667123,0.5,0.15372517456988796,0.07107195663006025,0.4122089067299015,0.0,0.01947404127842794,0.6920370336848369 -3042,0.5,0.15372517456988796,0.059113934512803626,0.1815835420959133,0.15372517456988796,0.096095152794797,0.07969968305789246,0.15372517456988796,0.10358078987414615,0.3809451432739371,0.15372517456988796,0.07857836796845284,0.1324908145619764,0.15372517456988796,0.13033289131257403,0.3280731977533537,0.15372517456988796,0.14339113381179314,0.35803103330932573,0.15372517456988796,0.030560198096048326,0.3076332336862488,0.15372517456988796,0.14097147110474897,0.4374580154538227,0.5,0.15372517456988796,0.09634932654575576,0.5060238785798077,0.15372517456988796,0.1098390149817397,0.44148250940099265,0.5,0.15372517456988796,0.07342766244351442,0.6634232738401514,0.15372517456988796,0.08700272899821568,0.37964046439211196,0.15372517456988796,0.16442669703319238,0.18624189461965682,0.15372517456988796,0.03649224761476306,0.3067111629864201,0.15372517456988796,0.07532327261469149,0.3846735995693754,0.15372517456988796,0.07632684550256226,0.25757026458190063,0.15372517456988796,0.10142115386009834,0.48620369552820525,0.5,0.15372517456988796,0.021060987242857925,0.3543950513279651,0.0,0.023395136647956373,0.4994932552454054 -3043,0.5,0.15372517456988796,0.023647356227613693,0.1178429445079623,0.15372517456988796,0.04061504933213683,0.07104107331374206,0.15372517456988796,0.04676607832674515,0.2511491928804601,0.15372517456988796,0.029534874699589368,0.11552328599265475,0.15372517456988796,0.08392165621804863,0.20595743499118377,0.15372517456988796,0.02457390085308682,0.32371489409554843,0.15372517456988796,0.05092183783853378,0.21565244970011896,0.15372517456988796,0.0344186475486224,0.3731889908348722,0.5,0.15372517456988796,0.044732942414035075,0.43544211690940804,0.15372517456988796,0.027374127617235313,0.35261239941495404,0.5,0.15372517456988796,0.027056580945272503,0.5131294964972117,0.15372517456988796,0.02799030720392136,0.248964325661291,0.15372517456988796,0.05240587786939567,0.13647991012394514,0.15372517456988796,0.019876750089611383,0.1767907937071039,0.15372517456988796,0.0400138675872585,0.27681536062236056,0.15372517456988796,0.023023314494657676,0.1559770166913109,0.15372517456988796,0.03635772285649269,0.41330006150694243,0.5,0.15372517456988796,0.009826199523504792,0.30700361314088875,0.0,0.03539152653956004,0.26764717247113023 -3044,0.5,0.15372517456988796,0.0,0.08614745150525818,0.15372517456988796,0.0,0.0941183426400904,0.15372517456988796,0.0,0.16878698173649498,0.15372517456988796,0.0,0.11548746467903652,0.15372517456988796,0.0,0.2118338716659373,0.15372517456988796,0.0002907689883577067,0.3164190825392794,0.15372517456988796,0.0,0.17079225128911732,0.15372517456988796,6.662076026550032e-05,0.26490179519512524,0.5,0.15372517456988796,3.652014758907145e-05,0.25156639392346014,0.15372517456988796,0.0,0.23662631872671064,0.5,0.15372517456988796,3.324628154403826e-05,0.35813819791166346,0.15372517456988796,3.5153797112846155e-05,0.15925417443915937,0.15372517456988796,1.001802930564451e-05,0.14497508716668092,0.15372517456988796,2.347549571797187e-05,0.11956622755559364,0.15372517456988796,6.125032376159805e-06,0.17216690493742165,0.15372517456988796,0.0,0.10376814122329314,0.15372517456988796,0.0,0.2547552330941109,0.5,0.15372517456988796,0.0,0.22452245209593577,0.0,0.049290548592175215,0.24839515070465726 -3045,0.5,0.15372517456988796,0.0,0.07602987549092532,0.15372517456988796,0.0,0.1731519140943256,0.15372517456988796,0.0,0.14081038121434789,0.15372517456988796,0.0,0.11269207127795898,0.15372517456988796,0.0,0.2653545308009907,0.15372517456988796,0.0,0.37026602001247233,0.15372517456988796,0.0,0.23281022636064372,0.15372517456988796,0.0,0.19365188817126489,0.5,0.15372517456988796,0.0,0.14400843177831632,0.15372517456988796,0.0,0.16616651227016693,0.5,0.15372517456988796,0.0,0.2991369872656981,0.15372517456988796,0.0,0.13903894177903514,0.15372517456988796,0.0,0.12773964980418198,0.15372517456988796,0.0,0.1550332444627849,0.15372517456988796,0.0,0.1319626254730347,0.15372517456988796,0.0,0.09247666907771616,0.15372517456988796,0.0,0.1852178799275664,0.5,0.15372517456988796,0.0,0.1436699255844598,0.0,0.07196944865312406,0.5156974796754211 -3046,0.5,0.15372517456988796,0.0,0.07153788224622407,0.15372517456988796,0.0,0.13672326109414384,0.15372517456988796,0.0,0.1263386029095176,0.15372517456988796,0.0,0.11277680752898385,0.15372517456988796,0.0,0.39734553583236853,0.15372517456988796,0.0,0.42069826985621755,0.15372517456988796,0.0,0.3346971872174756,0.15372517456988796,0.0,0.1868970043750829,0.5,0.15372517456988796,0.0,0.13609044677347207,0.15372517456988796,0.0,0.15695120351134417,0.5,0.15372517456988796,0.0,0.2495442069732064,0.15372517456988796,0.0,0.13673322801124757,0.15372517456988796,0.0,0.08737818599026305,0.15372517456988796,0.0,0.23273579722813326,0.15372517456988796,0.0,0.13775624141768464,0.15372517456988796,0.0,0.11151573506636664,0.15372517456988796,0.0,0.16542642401268626,0.5,0.15372517456988796,0.0,0.12364301811200477,0.0,0.0909495835556144,0.7310359711115351 -3047,0.5,0.15372517456988796,0.0,0.08604607895783925,0.15372517456988796,0.0,0.0929495874963724,0.15372517456988796,0.0,0.11318543406629296,0.15372517456988796,0.0,0.11679502540884118,0.15372517456988796,0.0,0.5855680198860232,0.15372517456988796,0.0,0.45120407318733724,0.15372517456988796,0.0,0.4108700043800621,0.15372517456988796,0.0,0.21101466746090958,0.5,0.15372517456988796,0.0,0.12842102076411802,0.15372517456988796,0.0,0.16369436984957858,0.5,0.15372517456988796,0.0,0.2012794721406561,0.15372517456988796,0.0,0.12444902084986305,0.15372517456988796,0.0,0.11033077228171574,0.15372517456988796,0.0,0.36420871169536717,0.15372517456988796,0.0,0.1950438869919535,0.15372517456988796,0.0,0.140657042059391,0.15372517456988796,0.0,0.15517517184779334,0.5,0.15372517456988796,0.0,0.12369095768316479,0.0,0.08157160243934708,0.8024049588271303 -3048,0.5,0.15372517456988796,0.0,0.09992282827923837,0.15372517456988796,0.0,0.162166817033226,0.15372517456988796,0.0,0.10315437486767604,0.15372517456988796,0.0,0.11775585620649852,0.15372517456988796,0.0,0.7257925078551599,0.15372517456988796,0.0,0.5352548042402047,0.15372517456988796,0.0,0.4681687332819743,0.15372517456988796,0.0,0.29061007296817004,0.5,0.15372517456988796,0.0,0.16826753171860168,0.15372517456988796,0.0,0.14112574624148255,0.5,0.15372517456988796,0.0,0.18746540342337453,0.15372517456988796,0.0,0.1532293496249285,0.15372517456988796,0.0,0.21214490764008265,0.15372517456988796,0.0,0.5944934140704043,0.15372517456988796,0.0,0.29620827991767484,0.15372517456988796,0.0,0.15453904267258387,0.15372517456988796,0.0,0.14694827004407815,0.5,0.15372517456988796,0.0,0.1207729182302602,0.0,0.07652234318222818,0.9013933884441353 -3049,0.5,0.15372517456988796,0.0,0.10171647458463048,0.15372517456988796,0.0,0.3044676218363848,0.15372517456988796,0.0,0.09533130900238622,0.15372517456988796,0.0,0.10753688192231864,0.15372517456988796,0.0,0.7653218863572361,0.15372517456988796,0.0,0.6696285187162727,0.15372517456988796,0.0,0.5197687674685014,0.15372517456988796,0.0,0.3834582460774825,0.5,0.15372517456988796,0.0,0.23576031993404506,0.15372517456988796,0.0,0.1282162206391457,0.5,0.15372517456988796,0.0,0.234854774356896,0.15372517456988796,0.0,0.17395813544624283,0.15372517456988796,0.0,0.3820155581983235,0.15372517456988796,0.0,0.7164609928826561,0.15372517456988796,0.0,0.398813449885854,0.15372517456988796,0.0,0.1775421217122758,0.15372517456988796,0.0,0.14727554931878586,0.5,0.15372517456988796,0.0,0.14260805183600786,0.0,0.07473944642491266,0.8842905520731147 -3050,0.5,0.15372517456988796,0.0,0.10181926485847867,0.15372517456988796,0.0,0.5065642643898587,0.15372517456988796,0.0,0.09571346211415156,0.15372517456988796,0.0,0.08850299272191046,0.15372517456988796,0.0,0.7658396345359613,0.15372517456988796,0.0,0.6999197797793071,0.15372517456988796,0.0,0.6401733935187615,0.15372517456988796,0.0,0.422971177332722,0.5,0.15372517456988796,0.0,0.2616644291347727,0.15372517456988796,0.0,0.16871311950287293,0.5,0.15372517456988796,0.0,0.2364099045630822,0.15372517456988796,0.0,0.1870799505022685,0.15372517456988796,0.0,0.6059365841900428,0.15372517456988796,0.0,0.7650024152237205,0.15372517456988796,0.0,0.4832403395490511,0.15372517456988796,0.0,0.204914260464514,0.15372517456988796,0.0,0.15623304798561186,0.5,0.15372517456988796,0.0,0.15439752763188463,0.0,0.0701234807989258,0.9256047425941026 -3051,0.5,0.15372517456988796,0.0,0.11909178879717287,0.15372517456988796,0.0,0.7157402657303967,0.15372517456988796,0.0,0.12123992739363136,0.15372517456988796,0.0,0.0748261799265106,0.15372517456988796,0.0,0.7248639511268428,0.15372517456988796,0.0,0.6714463098291196,0.15372517456988796,0.0,0.7502821049829316,0.15372517456988796,0.0,0.3754524266569865,0.5,0.15372517456988796,0.0,0.2830903392745308,0.15372517456988796,0.0,0.18833802499831048,0.5,0.15372517456988796,0.0,0.20861215310628084,0.15372517456988796,0.0,0.15041854783835795,0.15372517456988796,0.0,0.6571258185380422,0.15372517456988796,0.0,0.7494304600513391,0.15372517456988796,0.0,0.5634518709628044,0.15372517456988796,0.0,0.25932980088766805,0.15372517456988796,0.0,0.17705209842278316,0.5,0.15372517456988796,0.0,0.15828153475941015,0.0,0.05405468477070522,0.9477250063940323 -3052,0.5,0.15372517456988796,0.0,0.1494655359112461,0.15372517456988796,0.0,0.7646984562034633,0.15372517456988796,0.0,0.152815694480309,0.15372517456988796,0.0,0.07312695766557825,0.15372517456988796,0.0,0.6703733564554533,0.15372517456988796,0.0,0.6934559507278244,0.15372517456988796,0.0,0.7342733528197004,0.15372517456988796,0.0,0.35795659863755214,0.5,0.15372517456988796,0.0,0.26187287727874564,0.15372517456988796,0.0,0.14871787235205652,0.5,0.15372517456988796,0.0,0.19389963760381196,0.15372517456988796,0.0,0.08901249399258138,0.15372517456988796,0.0,0.6745983045787282,0.15372517456988796,0.0,0.7049107876856889,0.15372517456988796,0.0,0.6146242356284541,0.15372517456988796,0.0,0.3466167156416625,0.15372517456988796,0.0,0.17949799612135375,0.5,0.15372517456988796,0.0,0.2060422000256351,0.0,0.07554511045500854,0.9214100506771793 -3053,0.5,0.15372517456988796,2.1215060176315123e-08,0.21462228109568826,0.15372517456988796,0.0,0.7269687287490966,0.15372517456988796,0.0,0.1920686159931496,0.15372517456988796,0.0,0.08546262831622008,0.15372517456988796,0.0,0.743314416284283,0.15372517456988796,0.0,0.7234798719511294,0.15372517456988796,0.0,0.7258460717943438,0.15372517456988796,0.0,0.3602564705754947,0.5,0.15372517456988796,0.0,0.2283844805090614,0.15372517456988796,0.0,0.09193156039163729,0.5,0.15372517456988796,0.0,0.20434503808818136,0.15372517456988796,0.0,0.08306529228824441,0.15372517456988796,0.0,0.7298269348988807,0.15372517456988796,0.0,0.6797063488173207,0.15372517456988796,0.0,0.6219724013907403,0.15372517456988796,0.0,0.4056739166817897,0.15372517456988796,0.0,0.16979184974154896,0.5,0.15372517456988796,0.0,0.22079695114328354,0.0,0.1405271288253942,0.9459985440171323 -3054,0.5,0.15372517456988796,0.016335213550142696,0.324110633824455,0.15372517456988796,0.005309027320318952,0.7307455717550577,0.15372517456988796,0.017998780978796255,0.2574113571578418,0.15372517456988796,0.013905901133856344,0.10887515928818653,0.15372517456988796,0.0013625572885856434,0.7837799449100225,0.15372517456988796,0.0006058649074032694,0.7170584357387071,0.15372517456988796,0.0022697317155992015,0.7294640126345925,0.15372517456988796,0.0012968301750463014,0.3476989624065789,0.5,0.15372517456988796,0.0012557772221157713,0.2677786922174181,0.15372517456988796,0.011321618189900216,0.05789230068682736,0.5,0.15372517456988796,0.0011312351309515076,0.1987502433269253,0.15372517456988796,0.004795283775323352,0.08815624815878959,0.15372517456988796,0.0005356297110503673,0.7247245041731216,0.15372517456988796,0.0020814129947893706,0.7072826648030397,0.15372517456988796,0.005004977724693804,0.6372686478346353,0.15372517456988796,0.002342376310247459,0.3716693678669756,0.15372517456988796,0.0027182185186258455,0.1846761647266272,0.5,0.15372517456988796,0.009140555423749181,0.16786284503481883,0.0,0.3227937809473245,0.9662881208640738 -3055,0.5,0.15372517456988796,0.04311857117415931,0.4451927667017544,0.15372517456988796,0.02350110422663887,0.7504175343314882,0.15372517456988796,0.06851999641304508,0.45482370665368876,0.15372517456988796,0.028039697285665487,0.14987154631812236,0.15372517456988796,0.005201944930488154,0.8088484179959171,0.15372517456988796,0.010923089898892839,0.7182905281530501,0.15372517456988796,0.0129324551836374,0.752109021318734,0.15372517456988796,0.02702812579797462,0.389023149849425,0.5,0.15372517456988796,0.015284840894650013,0.36669807889288525,0.15372517456988796,0.07509000130207637,0.06049076548897549,0.5,0.15372517456988796,0.016670946141708325,0.24382341908862035,0.15372517456988796,0.03538729545098053,0.11059684786489503,0.15372517456988796,0.002267603220983933,0.7601504817012217,0.15372517456988796,0.010349933867155124,0.7125284631032877,0.15372517456988796,0.02745563306212516,0.700512835242001,0.15372517456988796,0.02482025974243864,0.4819648986430205,0.15372517456988796,0.027115218410411174,0.2369541956551133,0.5,0.15372517456988796,0.06669948370899671,0.1704880606164724,0.0,0.5858815783367978,0.9803690889302417 -3056,0.5,0.15372517456988796,0.08609886431194125,0.5779959461665636,0.15372517456988796,0.04983045945782291,0.790350439438287,0.15372517456988796,0.11246661263393937,0.6057108001196362,0.15372517456988796,0.07936074262529316,0.25919395478577345,0.15372517456988796,0.004484202684904598,0.8706121446802333,0.15372517456988796,0.05697399411454225,0.7239790750302619,0.15372517456988796,0.027806533178527087,0.765604706399574,0.15372517456988796,0.06701336981333843,0.4346790710864412,0.5,0.15372517456988796,0.03610842982472873,0.39110447744510685,0.15372517456988796,0.10995476756117728,0.10091060070297621,0.5,0.15372517456988796,0.040170662206073224,0.2314290535202128,0.15372517456988796,0.06570173202484841,0.19254398878016948,0.15372517456988796,0.010598143500543594,0.7752107001046162,0.15372517456988796,0.022476881652753293,0.7294603487325879,0.15372517456988796,0.05670376898364714,0.7749078966066372,0.15372517456988796,0.0726766263978317,0.5762193575437349,0.15372517456988796,0.07546874163277534,0.3070434151990814,0.5,0.15372517456988796,0.17337267694993236,0.2795725465879934,0.0,0.721110122354117,0.9797982677858735 -3057,0.5,0.15372517456988796,0.1177289302116087,0.6478972144126309,0.15372517456988796,0.04340502533031429,0.8255491908947867,0.15372517456988796,0.1192210835342824,0.5969764129233038,0.15372517456988796,0.15042388571578952,0.4100370877879731,0.15372517456988796,0.020867339331073292,0.8368463507730052,0.15372517456988796,0.13312709155724867,0.7593745668766849,0.15372517456988796,0.06328643614031954,0.7556486124045789,0.15372517456988796,0.09884550756511712,0.4777374269096526,0.5,0.15372517456988796,0.0724665396449252,0.4723159719958172,0.15372517456988796,0.11799327609548282,0.15833371625743242,0.5,0.15372517456988796,0.07351103512072796,0.4230439420361312,0.15372517456988796,0.10241190886251036,0.26875862324763156,0.15372517456988796,0.03171843925687426,0.7971090088950845,0.15372517456988796,0.03161064750465617,0.7643752633644418,0.15372517456988796,0.07255972540932164,0.8084400532401901,0.15372517456988796,0.093654381393863,0.5469068410144656,0.15372517456988796,0.1253667358676619,0.40654232433049214,0.5,0.15372517456988796,0.24805320339484876,0.3269452875502483,0.0,0.697820639766706,0.9503256075098421 -3058,0.5,0.15372517456988796,0.15583787348913244,0.7193547835626242,0.15372517456988796,0.00985673311803856,0.6973676382722434,0.15372517456988796,0.19095131302646828,0.7259501581236814,0.15372517456988796,0.2344289326480865,0.559186351260912,0.15372517456988796,0.125873056324639,0.8862999986079388,0.15372517456988796,0.09459780655910875,0.7127917680813729,0.15372517456988796,0.09993250493302228,0.7714462314001314,0.15372517456988796,0.11051167393871277,0.45479701338331524,0.5,0.15372517456988796,0.12416595289530527,0.5134237885902272,0.15372517456988796,0.28876804288172325,0.28982802068413405,0.5,0.15372517456988796,0.09568328627156966,0.568010438487984,0.15372517456988796,0.19814239812919904,0.4118382113203279,0.15372517456988796,0.036398289478511786,0.7956898258731429,0.15372517456988796,0.05217518363598389,0.806990174328218,0.15372517456988796,0.07241320960055517,0.8066541429542964,0.15372517456988796,0.1603735241371208,0.6312684793689846,0.15372517456988796,0.21174723682925478,0.5185028695063605,0.5,0.15372517456988796,0.21597262997091177,0.3359377223831712,0.0,0.632237503287702,0.8409797342421265 -3059,0.5,0.15372517456988796,0.20567408923473862,0.8000862247707329,0.15372517456988796,0.018578403701896846,0.6764611917317073,0.15372517456988796,0.20939762676679863,0.7238855922222531,0.15372517456988796,0.3040638703118569,0.6880844069629052,0.15372517456988796,0.12911598878763736,0.865691340967497,0.15372517456988796,0.10033682234973446,0.6719562649912217,0.15372517456988796,0.11612520383965289,0.7489762014987995,0.15372517456988796,0.1680645841848551,0.46315213649081877,0.5,0.15372517456988796,0.16873244643633142,0.5025308953982863,0.15372517456988796,0.47563128829185797,0.4303446542469749,0.5,0.15372517456988796,0.1197986712175037,0.7049585901620518,0.15372517456988796,0.23183724579384724,0.32845948125048013,0.15372517456988796,0.0411340381349253,0.7577688453891827,0.15372517456988796,0.1197149866318851,0.8499081481163849,0.15372517456988796,0.08771584546363818,0.8028754271014185,0.15372517456988796,0.1566082578695554,0.6164845253001631,0.15372517456988796,0.17549955389698058,0.6398342602396817,0.5,0.15372517456988796,0.29411501888788183,0.5175965863049895,0.0,0.5988273309852646,0.6603525169241432 -3060,0.5,0.15372517456988796,0.17258855535638234,0.8134706385243683,0.15372517456988796,0.04209892551361755,0.7633379854390054,0.15372517456988796,0.22420368231573568,0.7798845333500614,0.15372517456988796,0.15774151649843737,0.6539417094714158,0.15372517456988796,0.09506823430464062,0.8126338015888884,0.15372517456988796,0.19489772199205435,0.6375399857052888,0.15372517456988796,0.12134001708626307,0.6730622639502288,0.15372517456988796,0.21923943899926246,0.43216445985418683,0.5,0.15372517456988796,0.20892917295359914,0.48229597295392007,0.15372517456988796,0.4369749471299128,0.4350400266871333,0.5,0.15372517456988796,0.13500277844786082,0.6493061221533856,0.15372517456988796,0.24559938715050855,0.32345028557322764,0.15372517456988796,0.051214261530609206,0.7443069570717864,0.15372517456988796,0.11417830248508187,0.8165194581593604,0.15372517456988796,0.10794041742975077,0.7690847487859818,0.15372517456988796,0.15508275011559988,0.5657291923105996,0.15372517456988796,0.15023883949971523,0.6597356555874996,0.5,0.15372517456988796,0.41051251905280767,0.6080768365099155,0.0,0.6436536869881807,0.6069860845983543 -3061,0.5,0.15372517456988796,0.1221602212168248,0.7783288385599434,0.15372517456988796,0.05139238174630376,0.6991856504293343,0.15372517456988796,0.2199851778091959,0.7832816279334941,0.15372517456988796,0.2237380617037486,0.7343726110389962,0.15372517456988796,0.1304687477021256,0.7940375502541331,0.15372517456988796,0.20090756730348033,0.5096190169253976,0.15372517456988796,0.15563169565209917,0.6213823240506058,0.15372517456988796,0.20487735931377898,0.36584848259706126,0.5,0.15372517456988796,0.2566660563944264,0.5331359089638363,0.15372517456988796,0.3049865563350301,0.2911011484334481,0.5,0.15372517456988796,0.17902466459167973,0.6295877521484404,0.15372517456988796,0.2791080610484774,0.3973601313017142,0.15372517456988796,0.08745023566218485,0.73860657085085,0.15372517456988796,0.10009634180296834,0.7568467338971001,0.15372517456988796,0.13194870406431317,0.7715019139427625,0.15372517456988796,0.20773307515377898,0.5560394720535959,0.15372517456988796,0.21702936190118877,0.673102221021902,0.5,0.15372517456988796,0.3942222272063991,0.5162150830386123,0.0,0.7461125634442307,0.6776372799321092 -3062,0.5,0.15372517456988796,0.11170919802049706,0.746839210695106,0.15372517456988796,0.07594914472241482,0.6503573742087269,0.15372517456988796,0.21368272005672156,0.7504902171223821,0.15372517456988796,0.2971485685170734,0.7474820091297779,0.15372517456988796,0.1886920117429174,0.7400036594567196,0.15372517456988796,0.14114416486231857,0.35500224134231595,0.15372517456988796,0.15254113853090165,0.5333825685549861,0.15372517456988796,0.2465941031358958,0.38491645114043616,0.5,0.15372517456988796,0.27612535094318424,0.6159384369897198,0.15372517456988796,0.36716491376694205,0.3580627483861908,0.5,0.15372517456988796,0.22980629612377831,0.5414776629435439,0.15372517456988796,0.2855697763566871,0.29608874242182415,0.15372517456988796,0.10361369131319566,0.6920772334013626,0.15372517456988796,0.12585995866015562,0.6947726687602409,0.15372517456988796,0.15363689099649322,0.7688888054206799,0.15372517456988796,0.2586626996079773,0.5792378746756938,0.15372517456988796,0.23697554828006562,0.6619817165553015,0.5,0.15372517456988796,0.3323392401844025,0.4494143286901585,0.0,0.8448359543974605,0.6367749330800622 -3063,0.5,0.15372517456988796,0.0983022643505284,0.6900348311748619,0.15372517456988796,0.05232247628515591,0.5644537921271993,0.15372517456988796,0.22671865561784046,0.6659506806571879,0.15372517456988796,0.23124619975313482,0.6670102539310439,0.15372517456988796,0.1418563185738465,0.5219963144442703,0.15372517456988796,0.15912783457536567,0.37821423088504336,0.15372517456988796,0.10499213662547319,0.39005272905783134,0.15372517456988796,0.16446540994491196,0.3841160034835427,0.5,0.15372517456988796,0.2432710540989595,0.6561740776088034,0.15372517456988796,0.2924540681404517,0.289969387829892,0.5,0.15372517456988796,0.23025991689537234,0.5737352168623556,0.15372517456988796,0.3543087684262817,0.28491587074518926,0.15372517456988796,0.10422119860524001,0.6352283665922357,0.15372517456988796,0.09553298581707781,0.6174795110814585,0.15372517456988796,0.14247160433397613,0.679957880791618,0.15372517456988796,0.17339775937538493,0.46950207908049896,0.15372517456988796,0.1855002253284767,0.5730687898839987,0.5,0.15372517456988796,0.4162383172873585,0.5139546882269975,0.0,0.8656518026435864,0.5899976449595706 -3064,0.5,0.15372517456988796,0.11237090350664333,0.6546674104270088,0.15372517456988796,0.08207798371960164,0.5850495045780336,0.15372517456988796,0.21065554332349287,0.6246610166794967,0.15372517456988796,0.204431469058127,0.5713202640424597,0.15372517456988796,0.1487103592998155,0.40524114015275153,0.15372517456988796,0.08812144460460236,0.32840018411098193,0.15372517456988796,0.11685405546739047,0.3322566195638102,0.15372517456988796,0.11617614977542556,0.3488285460511076,0.5,0.15372517456988796,0.16662570467002458,0.5974127146492656,0.15372517456988796,0.28980066953216344,0.12200173535830762,0.5,0.15372517456988796,0.22655836518232314,0.4127868557664981,0.15372517456988796,0.3096025230822399,0.20981935962051348,0.15372517456988796,0.08485690360170937,0.516519369594751,0.15372517456988796,0.07825980822701732,0.5058156870757518,0.15372517456988796,0.08709075010275755,0.522811734965444,0.15372517456988796,0.12833926232283055,0.3371841589208826,0.15372517456988796,0.1549753910979412,0.4370313662853477,0.5,0.15372517456988796,0.3444532480431121,0.32330327473859005,0.0,0.8456166276470469,0.6154355423152331 -3065,0.5,0.15372517456988796,0.07578458938861896,0.5332775806613641,0.15372517456988796,0.0825446061792588,0.4569348548172794,0.15372517456988796,0.11535263900846088,0.4632890779014056,0.15372517456988796,0.16683217894373514,0.4764895727738753,0.15372517456988796,0.0955238543383625,0.36488790843170016,0.15372517456988796,0.053560186340724125,0.22437485213010244,0.15372517456988796,0.09201259892776803,0.30785646608935247,0.15372517456988796,0.05454528722592791,0.297859044852,0.5,0.15372517456988796,0.10519520446682784,0.5868702942820264,0.15372517456988796,0.21921310599803834,0.05296482487700467,0.5,0.15372517456988796,0.1816944878223173,0.32056339131737355,0.15372517456988796,0.21412840837678876,0.14711458037461828,0.15372517456988796,0.11040635324935433,0.4693837809829168,0.15372517456988796,0.07692975585363832,0.3742917393863009,0.15372517456988796,0.06302923006786718,0.3661471425003864,0.15372517456988796,0.12502396326879234,0.3755883990623384,0.15372517456988796,0.13872598851247092,0.3230376564711925,0.5,0.15372517456988796,0.22783684567783208,0.16869576895866709,0.0,0.7692105574653807,0.6461138889972523 -3066,0.5,0.15372517456988796,0.03699796576864449,0.40656803463687213,0.15372517456988796,0.02846794448629223,0.28349108161789577,0.15372517456988796,0.06295629639484791,0.32810810223527503,0.15372517456988796,0.08218283680859395,0.3162854856440845,0.15372517456988796,0.03284852572172121,0.29258162614300764,0.15372517456988796,0.020474174847989628,0.1360436871416216,0.15372517456988796,0.04066915429095801,0.18134547028473835,0.15372517456988796,0.018505929485052704,0.33836933247567447,0.5,0.15372517456988796,0.04854378575428392,0.643132600013669,0.15372517456988796,0.11091908131838614,0.012155921075490668,0.5,0.15372517456988796,0.09333175719592907,0.25011700151013483,0.15372517456988796,0.1187209696665805,0.09270856029060069,0.15372517456988796,0.09552487996428707,0.4653424781967047,0.15372517456988796,0.053699531794996744,0.2310758821720488,0.15372517456988796,0.053391507412738126,0.26037584004184194,0.15372517456988796,0.04475807415170067,0.21827357624167606,0.15372517456988796,0.09751234970344008,0.19113406183206882,0.5,0.15372517456988796,0.11879185312505937,0.05126321288749108,0.0,0.6735716075905129,0.6209963703960999 -3067,0.5,0.15372517456988796,0.008937204914824547,0.29269448400357584,0.15372517456988796,0.014228906599586892,0.15852927889109908,0.15372517456988796,0.02859623013409499,0.22182351599934153,0.15372517456988796,0.025446541966520762,0.14371133211824172,0.15372517456988796,0.006457190703062518,0.22660616818221344,0.15372517456988796,0.0054510441308292315,0.1130294466477501,0.15372517456988796,0.007637623694572808,0.11274682702560744,0.15372517456988796,0.0019288425107268328,0.5135374235886883,0.5,0.15372517456988796,0.007645572331684274,0.6093632619463457,0.15372517456988796,0.03446479029968229,0.002205663404406451,0.5,0.15372517456988796,0.02686485016964975,0.17990772418144274,0.15372517456988796,0.03200337017185647,0.07861486807055894,0.15372517456988796,0.03863653627492699,0.3770304814421255,0.15372517456988796,0.01774981255474549,0.14085066035551252,0.15372517456988796,0.02328787359235908,0.18580767305280144,0.15372517456988796,0.005404234760169927,0.13442783078366713,0.15372517456988796,0.036152032826290925,0.1061937574184858,0.5,0.15372517456988796,0.029829324739926354,0.005046656905847782,0.0,0.5533514084038155,0.5108639758767016 -3068,0.5,0.15372517456988796,1.918104386729415e-05,0.2092158653335277,0.15372517456988796,0.0,0.10164196047327978,0.15372517456988796,2.853454937023938e-05,0.13807242321179722,0.15372517456988796,5.402895973426396e-06,0.06390492334651217,0.15372517456988796,0.0,0.1541358164061596,0.15372517456988796,0.000108173930881819,0.12371470206356724,0.15372517456988796,0.0001166129346659114,0.10524207585725676,0.15372517456988796,8.974938379845901e-05,0.5074618352956572,0.5,0.15372517456988796,2.8404929337829325e-05,0.5078243007452424,0.15372517456988796,0.0,0.005266281467664274,0.5,0.15372517456988796,0.0,0.2398503996103108,0.15372517456988796,0.0,0.09174590326676857,0.15372517456988796,0.00014917886103870176,0.2301239229572122,0.15372517456988796,9.617008470727091e-05,0.12920043434838907,0.15372517456988796,0.0,0.12783019366168347,0.15372517456988796,1.5288317664368802e-05,0.13805300790962233,0.15372517456988796,0.0,0.10099314893209796,0.5,0.15372517456988796,0.0,0.001902935075477017,0.0,0.378535651922924,0.3372728069262717 -3069,0.5,0.15372517456988796,0.0,0.15144459323091522,0.15372517456988796,0.0,0.0943209428683974,0.15372517456988796,0.0,0.1083809595102643,0.15372517456988796,0.0,0.05142975437815776,0.15372517456988796,0.0,0.1157119981518372,0.15372517456988796,0.0,0.14500119190828203,0.15372517456988796,0.0,0.1347026815182914,0.15372517456988796,0.0,0.5586386167795829,0.5,0.15372517456988796,0.0,0.5698026048477766,0.15372517456988796,0.0,0.013114295184401367,0.5,0.15372517456988796,0.0,0.3090936612974759,0.15372517456988796,0.0,0.11956293729902513,0.15372517456988796,0.0,0.1448663433230476,0.15372517456988796,0.0,0.12361056912064171,0.15372517456988796,0.0,0.10647327172096271,0.15372517456988796,0.0,0.20175640604071804,0.15372517456988796,0.0,0.1406878880115683,0.5,0.15372517456988796,0.0,0.0045816735380507815,0.0,0.308974422654553,0.2250761542597018 -3070,0.5,0.15372517456988796,0.0,0.11517677368035134,0.15372517456988796,0.0,0.15121976737022125,0.15372517456988796,0.0,0.12369025950467223,0.15372517456988796,0.0,0.06106577911543356,0.15372517456988796,0.0,0.2119353600148586,0.15372517456988796,0.0,0.19936400702275225,0.15372517456988796,0.0,0.15432309872645317,0.15372517456988796,0.0,0.5771422911155115,0.5,0.15372517456988796,0.0,0.609576700620024,0.15372517456988796,0.0,0.02923972682898325,0.5,0.15372517456988796,0.0,0.23419873020366544,0.15372517456988796,0.0,0.1734865829943686,0.15372517456988796,0.0,0.15736418013136422,0.15372517456988796,0.0,0.11052256838563454,0.15372517456988796,0.0,0.10846619489030009,0.15372517456988796,0.0,0.2995670287560155,0.15372517456988796,0.0,0.17449167413530697,0.5,0.15372517456988796,0.0,0.008122952212827602,0.0,0.2224044645071784,0.1904280348742215 -3071,0.5,0.15372517456988796,0.0,0.09368333073631079,0.15372517456988796,0.0,0.17071082695586948,0.15372517456988796,0.0,0.1689509083195019,0.15372517456988796,0.0,0.08012460100637389,0.15372517456988796,0.0,0.3061290275543708,0.15372517456988796,0.0,0.31841549901717325,0.15372517456988796,0.0,0.18251141324135678,0.15372517456988796,0.0,0.6034479798836428,0.5,0.15372517456988796,0.0,0.5617828251839613,0.15372517456988796,0.0,0.07253933562618166,0.5,0.15372517456988796,0.0,0.25894753804887016,0.15372517456988796,0.0,0.26519615608876096,0.15372517456988796,0.0,0.18046875813442578,0.15372517456988796,0.0,0.14952258715928674,0.15372517456988796,0.0,0.125156670448563,0.15372517456988796,0.0,0.39496656015904136,0.15372517456988796,0.0,0.21629143424928163,0.5,0.15372517456988796,0.0,0.022887555657540203,0.0,0.12235010428293007,0.1975732146570284 -3072,0.5,0.15372517456988796,0.0,0.08623666911119833,0.15372517456988796,0.0,0.16485396651791212,0.15372517456988796,0.0,0.22863396327273222,0.15372517456988796,0.0,0.10263878103234693,0.15372517456988796,0.0,0.3683254808115003,0.15372517456988796,0.0,0.5301945761751514,0.15372517456988796,0.0,0.31291471979084234,0.15372517456988796,0.0,0.5943163369356532,0.5,0.15372517456988796,0.0,0.461645127637773,0.15372517456988796,0.0,0.16602842075777813,0.5,0.15372517456988796,0.0,0.4327042169272937,0.15372517456988796,0.0,0.36410322776460546,0.15372517456988796,0.0,0.18026682332818475,0.15372517456988796,0.0,0.2056062504339159,0.15372517456988796,0.0,0.15102626751699286,0.15372517456988796,0.0,0.516603998864884,0.15372517456988796,0.0,0.2965961720313986,0.5,0.15372517456988796,0.0,0.0672131403408613,0.0,0.08892756339428295,0.1998219429699273 -3073,0.5,0.15372517456988796,0.0,0.09286548262727384,0.15372517456988796,0.0,0.20838561058348126,0.15372517456988796,0.0,0.3139281526128174,0.15372517456988796,0.0,0.1463991281805176,0.15372517456988796,0.0,0.4906714646521605,0.15372517456988796,0.0,0.7291732473029569,0.15372517456988796,0.0,0.5506266885312047,0.15372517456988796,0.0,0.5149286050605735,0.5,0.15372517456988796,0.0,0.3174683864050016,0.15372517456988796,0.0,0.21359065835752455,0.5,0.15372517456988796,0.0,0.5776239827699887,0.15372517456988796,0.0,0.4092090483819424,0.15372517456988796,0.0,0.1714887598494979,0.15372517456988796,0.0,0.24521191900891368,0.15372517456988796,0.0,0.1969151114493381,0.15372517456988796,0.0,0.6338268321472039,0.15372517456988796,0.0,0.409162640482571,0.5,0.15372517456988796,0.0,0.20447487225195116,0.0,0.07374807427540814,0.18313652066267902 -3074,0.5,0.15372517456988796,0.0,0.10790814403238737,0.15372517456988796,0.0,0.2064560552050892,0.15372517456988796,0.0,0.40426670432539097,0.15372517456988796,0.0,0.21445585554233854,0.15372517456988796,0.0,0.7279407085485338,0.15372517456988796,0.0,0.7147391299798687,0.15372517456988796,0.0,0.6951140856189727,0.15372517456988796,0.0,0.41474558663383393,0.5,0.15372517456988796,0.0,0.2769162318647116,0.15372517456988796,0.0,0.22661155936249072,0.5,0.15372517456988796,0.0,0.4354719174047051,0.15372517456988796,0.0,0.3941250416559076,0.15372517456988796,0.0,0.14916712303330062,0.15372517456988796,0.0,0.25983371373796615,0.15372517456988796,0.0,0.2805645992412936,0.15372517456988796,0.0,0.6882825934082896,0.15372517456988796,0.0,0.455387283324495,0.5,0.15372517456988796,0.0,0.2618946601436714,0.0,0.07847813404140776,0.18351371059151175 -3075,0.5,0.15372517456988796,0.0,0.1297562779865331,0.15372517456988796,0.0,0.2487859978164035,0.15372517456988796,0.0,0.513255971134949,0.15372517456988796,0.0,0.28365674799741514,0.15372517456988796,0.0,0.837790389228412,0.15372517456988796,0.0,0.6171282151894426,0.15372517456988796,0.0,0.7106457878174913,0.15372517456988796,0.0,0.32159846001808357,0.5,0.15372517456988796,0.0,0.23920510353940955,0.15372517456988796,0.0,0.20573848114173213,0.5,0.15372517456988796,0.0,0.3020171494624925,0.15372517456988796,0.0,0.36299117161905325,0.15372517456988796,0.0,0.1447743374875242,0.15372517456988796,0.0,0.3479369206513658,0.15372517456988796,0.0,0.40364594628065475,0.15372517456988796,0.0,0.5853700284213049,0.15372517456988796,0.0,0.42545005447084094,0.5,0.15372517456988796,0.0,0.2631299096299022,0.0,0.08953235258931345,0.14982198305100505 -3076,0.5,0.15372517456988796,0.0,0.17132774287207442,0.15372517456988796,0.0,0.22663949185458146,0.15372517456988796,0.0,0.5380078313874074,0.15372517456988796,0.0,0.3447659008577953,0.15372517456988796,0.0,0.7620746510368306,0.15372517456988796,0.0,0.5625303474790728,0.15372517456988796,0.0,0.6230987959200943,0.15372517456988796,0.0,0.31108688694458664,0.5,0.15372517456988796,0.0,0.2365519800286621,0.15372517456988796,0.0,0.1825157244866824,0.5,0.15372517456988796,0.0,0.19773217589023387,0.15372517456988796,0.0,0.4004750800266958,0.15372517456988796,0.0,0.12712743700707513,0.15372517456988796,0.0,0.5138763308560821,0.15372517456988796,0.0,0.5546983407656867,0.15372517456988796,0.0,0.4874875252009653,0.15372517456988796,0.0,0.36054592557946663,0.5,0.15372517456988796,0.0,0.22724652828212755,0.0,0.09473196286048388,0.09442238726188884 -3077,0.5,0.15372517456988796,5.325711955010982e-07,0.20763331493943377,0.15372517456988796,0.0,0.3770108954431599,0.15372517456988796,0.0,0.5015521005464738,0.15372517456988796,0.0,0.36033691340019214,0.15372517456988796,0.0,0.6900413066923509,0.15372517456988796,0.0,0.5596404327270263,0.15372517456988796,0.0,0.5061764780606779,0.15372517456988796,0.0,0.3948016262458589,0.5,0.15372517456988796,0.0,0.24631514819274983,0.15372517456988796,0.0,0.1764437281895632,0.5,0.15372517456988796,0.0,0.14719659822669368,0.15372517456988796,0.0,0.44728972651947196,0.15372517456988796,0.0,0.11990183840722242,0.15372517456988796,0.0,0.622725356178144,0.15372517456988796,0.0,0.6095468937801913,0.15372517456988796,0.0,0.3829789297288817,0.15372517456988796,0.0,0.2808547191182937,0.5,0.15372517456988796,0.0,0.1472102750122487,0.0,0.1178678722557881,0.17332138591015162 -3078,0.5,0.15372517456988796,0.002341017447126736,0.2602918557793455,0.15372517456988796,0.00022851458402634766,0.6753777284629879,0.15372517456988796,0.004540858083894885,0.4050438382057595,0.15372517456988796,0.003423122745584792,0.3721661024018816,0.15372517456988796,0.0004012102185420502,0.6681515227659606,0.15372517456988796,0.00023754905879622688,0.6330642614895701,0.15372517456988796,0.00016171823808639284,0.45520358683532697,0.15372517456988796,0.0006896278229725436,0.4740680022053263,0.5,0.15372517456988796,0.00027636257034956596,0.34559060321963125,0.15372517456988796,0.008583920805643543,0.16003825556878284,0.5,0.15372517456988796,0.00019251605373259796,0.176490855034117,0.15372517456988796,0.0017690301274287169,0.5377065633409701,0.15372517456988796,0.0007130407781791233,0.1878600305405112,0.15372517456988796,0.0010720175071104036,0.673742946091322,0.15372517456988796,0.0008451347810151933,0.5080861507226733,0.15372517456988796,0.0018590992223278746,0.3645026786569629,0.15372517456988796,0.0015454961197484702,0.20442901688899964,0.5,0.15372517456988796,0.003170547320382146,0.10640555738820631,0.0,0.13035677339106191,0.5135909259305433 -3079,0.5,0.15372517456988796,0.007895342549897242,0.347200186356815,0.15372517456988796,0.004174857030915949,0.5901505779394823,0.15372517456988796,0.0403061986569004,0.400015083448773,0.15372517456988796,0.019161850100763194,0.37491363713834863,0.15372517456988796,0.0066809096299983795,0.7001379130791892,0.15372517456988796,0.0049715803134123045,0.7098335913859983,0.15372517456988796,0.0010353229564601391,0.5462446077487092,0.15372517456988796,0.005417373522365776,0.5393605670984405,0.5,0.15372517456988796,0.004361096589362199,0.522815058494986,0.15372517456988796,0.040068691375284515,0.2603411091558302,0.5,0.15372517456988796,0.0008411324108469169,0.4328660437937092,0.15372517456988796,0.009170441585229571,0.5618223927374686,0.15372517456988796,0.0026859098644911915,0.39815934508234985,0.15372517456988796,0.009719304847491936,0.6970933467602783,0.15372517456988796,0.004041572346135549,0.44389167555355996,0.15372517456988796,0.01036657887298629,0.3861125137248502,0.15372517456988796,0.007315052618909597,0.21258473364508668,0.5,0.15372517456988796,0.03658711590223531,0.12344470174973059,0.0,0.12941670324462967,0.8955706517280939 -3080,0.5,0.15372517456988796,0.020174111358823434,0.4290363065455296,0.15372517456988796,0.04768273326331476,0.7100850892330691,0.15372517456988796,0.09349610757620178,0.511195172931993,0.15372517456988796,0.07407138628564637,0.3774027912270762,0.15372517456988796,0.01492922154735251,0.6633834306916946,0.15372517456988796,0.017039949510903884,0.7834761501309855,0.15372517456988796,0.011102013932805344,0.7185973594218721,0.15372517456988796,0.01643812080401721,0.6418917738109937,0.5,0.15372517456988796,0.013870997905114618,0.6383522915982913,0.15372517456988796,0.05873164341429045,0.629074075440428,0.5,0.15372517456988796,0.005029101799475138,0.5677556779194101,0.15372517456988796,0.00771391432163223,0.5190840409705973,0.15372517456988796,0.013131810351563293,0.5711681417760688,0.15372517456988796,0.02762702758323474,0.7199258961816362,0.15372517456988796,0.016069604161028744,0.4697494819244807,0.15372517456988796,0.020091092074673158,0.4372161250087147,0.15372517456988796,0.012820061969567514,0.2975111556089264,0.5,0.15372517456988796,0.09021287129912325,0.2881964820037889,0.0,0.1301347471736512,0.9706997834438522 -3081,0.5,0.15372517456988796,0.04846173454572468,0.5086071498711947,0.15372517456988796,0.08850015309708369,0.8574335744678286,0.15372517456988796,0.12694214248446373,0.5487346558846633,0.15372517456988796,0.19464004019507497,0.4491577608151343,0.15372517456988796,0.01808833828750749,0.6993213756433109,0.15372517456988796,0.02297376406424833,0.7967971031249511,0.15372517456988796,0.027675887546951484,0.8582538138392924,0.15372517456988796,0.03343115212062609,0.7250821767323887,0.5,0.15372517456988796,0.03937900415977701,0.6713866554974157,0.15372517456988796,0.035966214331486474,0.7832685382319567,0.5,0.15372517456988796,0.007806117751772974,0.6991042433810492,0.15372517456988796,0.010721719720395706,0.5449446036043133,0.15372517456988796,0.020377965994517324,0.6569756897572075,0.15372517456988796,0.07038986079726647,0.7162248316122605,0.15372517456988796,0.04032495411347873,0.5624929328483604,0.15372517456988796,0.024063786334564283,0.5185740865617086,0.15372517456988796,0.017893393839647498,0.39962780243524615,0.5,0.15372517456988796,0.10302216944996985,0.5534094503260029,0.0,0.1690631101645196,0.9864181751677958 -3082,0.5,0.15372517456988796,0.13022867374294675,0.6758544935655134,0.15372517456988796,0.07243710464865982,0.8275538148751452,0.15372517456988796,0.10034618965128267,0.5335174114641329,0.15372517456988796,0.31367694120361567,0.4357039277605261,0.15372517456988796,0.01743348361767316,0.7753117601472784,0.15372517456988796,0.04274116415547585,0.8424797566351693,0.15372517456988796,0.03836757204981428,0.891722489842093,0.15372517456988796,0.045642982037741295,0.7034774598071254,0.5,0.15372517456988796,0.05831779617017396,0.6227248437188525,0.15372517456988796,0.01875374157150214,0.49775313468622195,0.5,0.15372517456988796,0.04435422432751516,0.7331987792276998,0.15372517456988796,0.025940493054656188,0.5172045689741073,0.15372517456988796,0.05142500332900639,0.7652166633182662,0.15372517456988796,0.09311145556352558,0.7371714097141198,0.15372517456988796,0.0793075214199915,0.6434860887932441,0.15372517456988796,0.04236388703382752,0.6779297405004744,0.15372517456988796,0.021481110808797062,0.5279192898003795,0.5,0.15372517456988796,0.07597090759503836,0.6823626948226267,0.0,0.25484951045303095,0.9883920076035062 -3083,0.5,0.15372517456988796,0.22484929665862347,0.7477200224330769,0.15372517456988796,0.12764993188066667,0.734529905320503,0.15372517456988796,0.08662340118003643,0.5374336308217225,0.15372517456988796,0.2808525627354279,0.4743463098135641,0.15372517456988796,0.028201926735630146,0.6978360832851591,0.15372517456988796,0.06504117749590921,0.8420545358668987,0.15372517456988796,0.08115730715897297,0.925969704695703,0.15372517456988796,0.08357156035101845,0.5950750734336551,0.5,0.15372517456988796,0.1306950818927671,0.6079361290478076,0.15372517456988796,0.02654851962725837,0.4596329308484781,0.5,0.15372517456988796,0.07258525759117308,0.853519963487678,0.15372517456988796,0.07552612910778546,0.4768808847424,0.15372517456988796,0.0722968936384337,0.8608901222369882,0.15372517456988796,0.09944844652316956,0.7242298602995194,0.15372517456988796,0.09287185333256903,0.7072883484288012,0.15372517456988796,0.0716990641442324,0.7734844194052211,0.15372517456988796,0.03500438499825154,0.609092109068902,0.5,0.15372517456988796,0.055349713376033005,0.6845859374178888,0.0,0.5188419277561234,0.93526853990894 -3084,0.5,0.15372517456988796,0.2840477350110625,0.8065838586158942,0.15372517456988796,0.11756373046362428,0.6245923964994017,0.15372517456988796,0.12438335585116517,0.7511416982975735,0.15372517456988796,0.2570547227244345,0.5461606279166612,0.15372517456988796,0.08553358021075652,0.844553853108317,0.15372517456988796,0.17920569606762757,0.877004430728479,0.15372517456988796,0.12287040661795126,0.9647836730723358,0.15372517456988796,0.20261731368150201,0.6979320612111688,0.5,0.15372517456988796,0.18875028843351443,0.6948890687394205,0.15372517456988796,0.049911402226971886,0.42506564559730803,0.5,0.15372517456988796,0.14165671821898662,0.8334364602090706,0.15372517456988796,0.12562838924803943,0.47157357570027986,0.15372517456988796,0.15462571348537416,0.9157761314998025,0.15372517456988796,0.2163463476409737,0.7514111652571981,0.15372517456988796,0.08692890120054338,0.7592259609377762,0.15372517456988796,0.06660820324302741,0.7815071622558724,0.15372517456988796,0.06733792133344582,0.7202479172579259,0.5,0.15372517456988796,0.04270785824188017,0.5716779079773833,0.0,0.7318176088419052,0.9376302216877415 -3085,0.5,0.15372517456988796,0.16375732138507948,0.7137026167657978,0.15372517456988796,0.07548797119505639,0.5131746350867664,0.15372517456988796,0.0731970701684638,0.788848108620892,0.15372517456988796,0.16733232933788966,0.5762382170022475,0.15372517456988796,0.023116883100282704,0.9301173995024641,0.15372517456988796,0.31894825522178194,0.9774207990313155,0.15372517456988796,0.20567070375668176,0.9231084775256059,0.15372517456988796,0.21840010147386446,0.8189790738773592,0.5,0.15372517456988796,0.12516531329519454,0.7000406026470524,0.15372517456988796,0.13065598039365373,0.41661207245782284,0.5,0.15372517456988796,0.2769172939449653,0.8084350287201604,0.15372517456988796,0.1880517517587108,0.4323494560295443,0.15372517456988796,0.28863396331296726,0.8664950408922444,0.15372517456988796,0.2802056903188061,0.75790096030937,0.15372517456988796,0.11297331759158702,0.8148983988254636,0.15372517456988796,0.13152029901435644,0.7599824164599894,0.15372517456988796,0.08559774771668414,0.7748354292626283,0.5,0.15372517456988796,0.0596877169738063,0.5334327559118691,0.0,0.8272873127712332,0.9225089926880911 -3086,0.5,0.15372517456988796,0.11868205840746596,0.5753947730825886,0.15372517456988796,0.18636429577897898,0.6317266550359788,0.15372517456988796,0.05910587747727028,0.7618768656204726,0.15372517456988796,0.07459825751908626,0.6059607975162549,0.15372517456988796,0.0956534884939364,0.9185205186217286,0.15372517456988796,0.07801877925211398,0.9158980899078626,0.15372517456988796,0.32861301006983495,0.9817905691547847,0.15372517456988796,0.15802503506128276,0.899454179529297,0.5,0.15372517456988796,0.16118684700956912,0.7129960294297077,0.15372517456988796,0.16349867005728683,0.42364592252966327,0.5,0.15372517456988796,0.08269448371131466,0.6131571257555578,0.15372517456988796,0.2406126602203212,0.5073423738715245,0.15372517456988796,0.4091839011800201,0.8685017766526548,0.15372517456988796,0.062229432241925314,0.7303713167401118,0.15372517456988796,0.13135575796845245,0.8374174025478759,0.15372517456988796,0.25604624333072223,0.7559123001311729,0.15372517456988796,0.13346148629917134,0.7142234628977645,0.5,0.15372517456988796,0.12800690905842813,0.6141593132579349,0.0,0.8326023559430766,0.9043411047134187 -3087,0.5,0.15372517456988796,0.115926731398654,0.5610389273213348,0.15372517456988796,0.18606298321132356,0.7806659150517655,0.15372517456988796,0.12454433979002666,0.8198898057080465,0.15372517456988796,0.06071362158105119,0.6058779479923748,0.15372517456988796,0.07861271237401184,0.9154727431894115,0.15372517456988796,0.30919301661108867,0.9540519399227965,0.15372517456988796,0.0646654092777415,0.9638449746238464,0.15372517456988796,0.24629268319626751,0.9204633912580066,0.5,0.15372517456988796,0.23272757505690206,0.8151406542396171,0.15372517456988796,0.2586031604052208,0.43383295115468945,0.5,0.15372517456988796,0.02872152308481518,0.4607739327890521,0.15372517456988796,0.2209441902166147,0.6245729121050013,0.15372517456988796,0.23239643835019452,0.8083466162099541,0.15372517456988796,0.10272235817444807,0.793786226187506,0.15372517456988796,0.1928894578028274,0.8746404973020762,0.15372517456988796,0.31384928960045916,0.8872469240862161,0.15372517456988796,0.14717341769372105,0.5863171515113381,0.5,0.15372517456988796,0.1619304693591309,0.3530238702156073,0.0,0.6062196659192248,0.9459058828565571 -3088,0.5,0.15372517456988796,0.0425280797108713,0.5646420333301907,0.15372517456988796,0.009828820819278227,0.7218833385292293,0.15372517456988796,0.21819272909087956,0.818220410569113,0.15372517456988796,0.04660850006502845,0.6079648910724161,0.15372517456988796,0.033346782266444726,0.8509359628632701,0.15372517456988796,0.15788401981112885,0.7881415486942456,0.15372517456988796,0.14629093633451656,0.9519748146692997,0.15372517456988796,0.363178025070573,0.8613395326544788,0.5,0.15372517456988796,0.21473872352947854,0.8109585054643434,0.15372517456988796,0.26442671378634663,0.4670671333026923,0.5,0.15372517456988796,0.052062445513301095,0.36630640587009583,0.15372517456988796,0.16166814999471973,0.5094082857750917,0.15372517456988796,0.11945422998506809,0.7805257041211003,0.15372517456988796,0.10452880088909067,0.8347943300824987,0.15372517456988796,0.11527245449161785,0.9216599272767297,0.15372517456988796,0.09964702594325295,0.9018318914871474,0.15372517456988796,0.12364153719359457,0.5374488747677816,0.5,0.15372517456988796,0.10944584980417625,0.2531819020347727,0.0,0.536171227619602,0.952783923061671 -3089,0.5,0.15372517456988796,0.039344604445459085,0.5722602715234171,0.15372517456988796,0.03916014014149162,0.7059939811779609,0.15372517456988796,0.19851624506690213,0.912181697415918,0.15372517456988796,0.0698156855759519,0.5358242679611536,0.15372517456988796,0.05904951560969808,0.7306752946945517,0.15372517456988796,0.11992683049321176,0.504590267362311,0.15372517456988796,0.07219711913119921,0.7393011422890149,0.15372517456988796,0.2959212371099756,0.8005882435843479,0.5,0.15372517456988796,0.11575374526614865,0.713969591473235,0.15372517456988796,0.12954793116857863,0.5341104255073832,0.5,0.15372517456988796,0.12969234276472555,0.5154493617950132,0.15372517456988796,0.09616516470060636,0.44507942866949257,0.15372517456988796,0.08296800203103638,0.8168922573926773,0.15372517456988796,0.04796338715323567,0.7750501600813404,0.15372517456988796,0.033081363413414076,0.8667544580111626,0.15372517456988796,0.09293870419159954,0.8150005405416844,0.15372517456988796,0.09451570440659118,0.48571339831399873,0.5,0.15372517456988796,0.09698436348678442,0.33879663233012675,0.0,0.43777938374228664,0.9059449468904305 -3090,0.5,0.15372517456988796,0.020445629531581664,0.5776893606739933,0.15372517456988796,0.06379045419208546,0.6469212572436666,0.15372517456988796,0.06218339002727297,0.8777595120191088,0.15372517456988796,0.09531761500367911,0.4783510629045648,0.15372517456988796,0.05259123818226324,0.5368448171300041,0.15372517456988796,0.14032322548300818,0.6603378501838669,0.15372517456988796,0.038962254180018085,0.41652385083136545,0.15372517456988796,0.1630415924372413,0.7213265717490784,0.5,0.15372517456988796,0.06865665674034574,0.6903864536861534,0.15372517456988796,0.047869298108409855,0.70873470824229,0.5,0.15372517456988796,0.09881790660536297,0.6059462923335035,0.15372517456988796,0.041402200114074215,0.3375495516703413,0.15372517456988796,0.0480936502426223,0.7334087983107132,0.15372517456988796,0.08029953248109736,0.675363021898322,0.15372517456988796,0.028938869944804883,0.7538546031823724,0.15372517456988796,0.09513312264163956,0.4668206816170206,0.15372517456988796,0.05430677659539769,0.4248195063913988,0.5,0.15372517456988796,0.062170038148025436,0.21539628869867822,0.0,0.4947101441289105,0.7960380658153887 -3091,0.5,0.15372517456988796,0.006827063854888096,0.5472918916252726,0.15372517456988796,0.0021998948464583886,0.5826170802416616,0.15372517456988796,0.022083423457193357,0.7616596385675289,0.15372517456988796,0.028080035604820183,0.4193333084558984,0.15372517456988796,0.02314193933759825,0.4039829822644547,0.15372517456988796,0.04822507743250093,0.7858055683659535,0.15372517456988796,0.04413338292193693,0.3164916589947376,0.15372517456988796,0.04869980243098353,0.6369427569902303,0.5,0.15372517456988796,0.037127700077488654,0.7028292966604222,0.15372517456988796,0.014221634532425233,0.5634100253809698,0.5,0.15372517456988796,0.016792265280714827,0.3879647427645047,0.15372517456988796,0.014781184925705704,0.3961128157421153,0.15372517456988796,0.04526856264362057,0.6603649383942133,0.15372517456988796,0.029812836961379298,0.5719796327581802,0.15372517456988796,0.017456524388338446,0.5039899299637656,0.15372517456988796,0.03977509415793797,0.20387518999519225,0.15372517456988796,0.024966769137292052,0.35130599754231573,0.5,0.15372517456988796,0.006976485057726606,0.15108764905035554,0.0,0.5379021501114158,0.6867288585928275 -3092,0.5,0.15372517456988796,5.623542624691246e-05,0.5153229865667502,0.15372517456988796,0.0,0.4487781151131721,0.15372517456988796,1.643684313178972e-05,0.4663716575212215,0.15372517456988796,0.0,0.4000306897843689,0.15372517456988796,0.00011845975362965366,0.41774199417069213,0.15372517456988796,3.908808757741187e-05,0.7270402151505316,0.15372517456988796,0.00023886535670575965,0.48508954780413005,0.15372517456988796,0.00015620872289674156,0.5923945488726181,0.5,0.15372517456988796,0.0,0.6641788483809015,0.15372517456988796,1.494562372663246e-06,0.30289408676027874,0.5,0.15372517456988796,4.254957331728712e-05,0.4216176358422876,0.15372517456988796,5.677430504404949e-05,0.5333745535416117,0.15372517456988796,3.660300644180436e-05,0.5050064113408589,0.15372517456988796,0.00014661854796716817,0.38981664246011016,0.15372517456988796,6.597004082277927e-05,0.2875167536038746,0.15372517456988796,0.0,0.22713404899764436,0.15372517456988796,2.601025960486216e-06,0.2781395155304996,0.5,0.15372517456988796,0.0,0.09697584987032119,0.0,0.5330082796419915,0.6829047579206713 -3093,0.5,0.15372517456988796,0.0,0.4555077780053686,0.15372517456988796,0.0,0.33120530504354145,0.15372517456988796,0.0,0.23539805573868908,0.15372517456988796,0.0,0.4464713087606828,0.15372517456988796,0.0,0.558231636197036,0.15372517456988796,0.0,0.605371677811002,0.15372517456988796,0.0,0.708990317437369,0.15372517456988796,0.0,0.47916612531847447,0.5,0.15372517456988796,0.0,0.4866772565771878,0.15372517456988796,0.0,0.38027319050525943,0.5,0.15372517456988796,0.0,0.7366294306218716,0.15372517456988796,0.0,0.4407656096351638,0.15372517456988796,0.0,0.4020710683877385,0.15372517456988796,0.0,0.39676512421935906,0.15372517456988796,0.0,0.23964405411242262,0.15372517456988796,0.0,0.4003782989534085,0.15372517456988796,0.0,0.26053964352696596,0.5,0.15372517456988796,0.0,0.10242897332607995,0.0,0.539255874843832,0.7614307179106873 -3094,0.5,0.15372517456988796,0.0,0.37729846955135443,0.15372517456988796,0.0,0.4190730652106208,0.15372517456988796,0.0,0.21299338599936446,0.15372517456988796,0.0,0.4078093869659744,0.15372517456988796,0.0,0.762259040323834,0.15372517456988796,0.0,0.5144467862520119,0.15372517456988796,0.0,0.7852815251932519,0.15372517456988796,0.0,0.42838877625381,0.5,0.15372517456988796,0.0,0.3167276690798545,0.15372517456988796,0.0,0.3400153424825336,0.5,0.15372517456988796,0.0,0.630300641816278,0.15372517456988796,0.0,0.4606859222830057,0.15372517456988796,0.0,0.3536103535317491,0.15372517456988796,0.0,0.5916152780804629,0.15372517456988796,0.0,0.39418189540925574,0.15372517456988796,0.0,0.5585064006225927,0.15372517456988796,0.0,0.3090832144618318,0.5,0.15372517456988796,0.0,0.16674432839197975,0.0,0.5380346511358062,0.8732317026835311 -3095,0.5,0.15372517456988796,0.0,0.3186844401319226,0.15372517456988796,0.0,0.799987016963843,0.15372517456988796,0.0,0.31371385619115244,0.15372517456988796,0.0,0.26676983506936225,0.15372517456988796,0.0,0.6786274702164355,0.15372517456988796,0.0,0.39638361384398113,0.15372517456988796,0.0,0.7072775437336775,0.15372517456988796,0.0,0.3542920197453717,0.5,0.15372517456988796,0.0,0.29770492600157034,0.15372517456988796,0.0,0.3105412245849313,0.5,0.15372517456988796,0.0,0.4453660515258528,0.15372517456988796,0.0,0.43657586037124557,0.15372517456988796,0.0,0.3750855012501354,0.15372517456988796,0.0,0.7322488989743485,0.15372517456988796,0.0,0.7698574831453817,0.15372517456988796,0.0,0.5340021143466136,0.15372517456988796,0.0,0.36017049917347466,0.5,0.15372517456988796,0.0,0.18248620179554,0.0,0.7423546807239351,0.9484984652145133 -3096,0.5,0.15372517456988796,0.0,0.32562354151861006,0.15372517456988796,0.0,0.7137761146578496,0.15372517456988796,0.0,0.517204508578981,0.15372517456988796,0.0,0.2391223846068305,0.15372517456988796,0.0,0.5518263916269726,0.15372517456988796,0.0,0.2944828263865781,0.15372517456988796,0.0,0.6441730391927314,0.15372517456988796,0.0,0.22219240426411913,0.5,0.15372517456988796,0.0,0.2740942942538567,0.15372517456988796,0.0,0.299439747208426,0.5,0.15372517456988796,0.0,0.2831351786215518,0.15372517456988796,0.0,0.36141274003354273,0.15372517456988796,0.0,0.4252118291477797,0.15372517456988796,0.0,0.7383970519334175,0.15372517456988796,0.0,0.7921449764745814,0.15372517456988796,0.0,0.4885437366955419,0.15372517456988796,0.0,0.39511464424047116,0.5,0.15372517456988796,0.0,0.3251473420480431,0.0,0.7918375711850081,0.932347372897489 -3097,0.5,0.15372517456988796,0.0,0.3970190166854219,0.15372517456988796,0.0,0.6981128094048363,0.15372517456988796,0.0,0.6641583805072883,0.15372517456988796,0.0,0.3421044381641519,0.15372517456988796,0.0,0.5068198297428625,0.15372517456988796,0.0,0.26180069761571106,0.15372517456988796,0.0,0.5945835508626194,0.15372517456988796,0.0,0.17054860598995913,0.5,0.15372517456988796,0.0,0.24631245870965846,0.15372517456988796,0.0,0.27748851895429194,0.5,0.15372517456988796,0.0,0.29571135109413954,0.15372517456988796,0.0,0.23861208049367771,0.15372517456988796,0.0,0.4875991041982062,0.15372517456988796,0.0,0.6904812018800961,0.15372517456988796,0.0,0.7653820717437675,0.15372517456988796,0.0,0.5047964886197606,0.15372517456988796,0.0,0.39302771371082057,0.5,0.15372517456988796,0.0,0.44488093944234464,0.0,0.8273277300149942,0.9354822876919339 -3098,0.5,0.15372517456988796,0.0,0.48024983074557026,0.15372517456988796,0.0,0.7622927803396449,0.15372517456988796,0.0,0.6441184169723561,0.15372517456988796,0.0,0.530490416241481,0.15372517456988796,0.0,0.49141359820068065,0.15372517456988796,0.0,0.23244995886358172,0.15372517456988796,0.0,0.5721502882114036,0.15372517456988796,0.0,0.121460044961926,0.5,0.15372517456988796,0.0,0.18486299146605797,0.15372517456988796,0.0,0.17931241478707458,0.5,0.15372517456988796,0.0,0.32976682945548913,0.15372517456988796,0.0,0.12040689834953834,0.15372517456988796,0.0,0.5814511622945288,0.15372517456988796,0.0,0.6549807677954143,0.15372517456988796,0.0,0.7390233362451594,0.15372517456988796,0.0,0.4866015442052625,0.15372517456988796,0.0,0.36430824931456296,0.5,0.15372517456988796,0.0,0.4043574766406059,0.0,0.829896502715836,0.9659372309757092 -3099,0.5,0.15372517456988796,0.0,0.5118927066175826,0.15372517456988796,0.0,0.7905007906260392,0.15372517456988796,0.0,0.4795110894508214,0.15372517456988796,0.0,0.6478839268345039,0.15372517456988796,0.0,0.3748180341107247,0.15372517456988796,0.0,0.15618429978141624,0.15372517456988796,0.0,0.38223039555647315,0.15372517456988796,0.0,0.11399265999302022,0.5,0.15372517456988796,0.0,0.16196299767547415,0.15372517456988796,0.0,0.09395460489744152,0.5,0.15372517456988796,0.0,0.29829843946607304,0.15372517456988796,0.0,0.05782297744278418,0.15372517456988796,0.0,0.6577355733463133,0.15372517456988796,0.0,0.5855617497203278,0.15372517456988796,0.0,0.6773255799438391,0.15372517456988796,0.0,0.347811443169294,0.15372517456988796,0.0,0.32856359427383985,0.5,0.15372517456988796,0.0,0.22526467537889916,0.0,0.7635359126952654,0.9595572488188459 -3100,0.5,0.15372517456988796,0.0,0.5460475439489479,0.15372517456988796,0.0,0.7227059627590645,0.15372517456988796,0.0,0.3695065518041322,0.15372517456988796,0.0,0.616410256673537,0.15372517456988796,0.0,0.22000019848715807,0.15372517456988796,0.0,0.11709552981210158,0.15372517456988796,0.0,0.20117420462174598,0.15372517456988796,0.0,0.11577224441305944,0.5,0.15372517456988796,0.0,0.13475617026437783,0.15372517456988796,0.0,0.040956924948868746,0.5,0.15372517456988796,0.0,0.1734090713816845,0.15372517456988796,0.0,0.03476529185959582,0.15372517456988796,0.0,0.6564146492144718,0.15372517456988796,0.0,0.47642809856982804,0.15372517456988796,0.0,0.525557650126016,0.15372517456988796,0.0,0.16684279608049715,0.15372517456988796,0.0,0.28509045637830527,0.5,0.15372517456988796,0.0,0.10347245449722721,0.0,0.7847523514012379,0.821615140266772 -3101,0.5,0.15372517456988796,2.6925437878928362e-05,0.5549786683484409,0.15372517456988796,0.0,0.5780479254407087,0.15372517456988796,0.0,0.25270853999097437,0.15372517456988796,6.767412104656438e-08,0.5117917528019225,0.15372517456988796,0.0,0.17687074304466147,0.15372517456988796,0.0,0.10843388571960755,0.15372517456988796,0.0,0.14433320554680928,0.15372517456988796,0.0,0.16869484982921723,0.5,0.15372517456988796,0.0,0.13699974940340137,0.15372517456988796,0.0,0.01746382405990133,0.5,0.15372517456988796,0.0,0.10226107732074084,0.15372517456988796,0.0,0.029648358017607,0.15372517456988796,0.0,0.6391847260601298,0.15372517456988796,0.0,0.39474169722314595,0.15372517456988796,0.0,0.34560871743321786,0.15372517456988796,0.0,0.13958592111181972,0.15372517456988796,0.0,0.20834139132807553,0.5,0.15372517456988796,0.0,0.05215445268212613,0.0,0.8620382752002449,0.6033366805625956 -3102,0.5,0.15372517456988796,0.013301615064506746,0.5755863433695908,0.15372517456988796,0.0035123758895765265,0.5007058757668491,0.15372517456988796,0.011475616222596999,0.2229338622452337,0.15372517456988796,0.005449766310574448,0.43607381215493,0.15372517456988796,0.016611214927420882,0.19980281140413744,0.15372517456988796,0.010912156931362004,0.10168739770306479,0.15372517456988796,0.021684540011920796,0.10812476243150013,0.15372517456988796,0.004795364258937873,0.18834489963797493,0.5,0.15372517456988796,0.004733843746653243,0.15525202272322866,0.15372517456988796,0.016290724392178844,0.0072222701687515885,0.5,0.15372517456988796,0.009197363738072272,0.06553607965062146,0.15372517456988796,0.01232042357335316,0.02649394782002124,0.15372517456988796,0.008045521317361647,0.6565443017652586,0.15372517456988796,0.005594778992009036,0.37568288217534723,0.15372517456988796,0.01324023589196199,0.2866063108232236,0.15372517456988796,0.013213364340186844,0.15978719988751874,0.15372517456988796,0.010353476755517132,0.18510331002004884,0.5,0.15372517456988796,0.02496217807264099,0.031424474044796306,0.0,0.9082784633278314,0.31126550203609116 -3103,0.5,0.15372517456988796,0.051137222391672774,0.6128512251248424,0.15372517456988796,0.02360703998882971,0.4934857908217233,0.15372517456988796,0.05906704652168768,0.27313833110926433,0.15372517456988796,0.03348804121353369,0.4075971758560548,0.15372517456988796,0.0969487689627758,0.25481958594607185,0.15372517456988796,0.04645299709695219,0.1150189132746246,0.15372517456988796,0.0944411097340603,0.12930172013057173,0.15372517456988796,0.041373180930968846,0.22284275426848357,0.5,0.15372517456988796,0.05771845169099293,0.219299650945275,0.15372517456988796,0.07483023226350366,0.005481862651412875,0.5,0.15372517456988796,0.07017024325042862,0.06800429649558841,0.15372517456988796,0.08578042954304659,0.022582877367081547,0.15372517456988796,0.04461499127663532,0.6403692377494202,0.15372517456988796,0.034795535576833805,0.41683600454964165,0.15372517456988796,0.06274045242290566,0.3451515683757911,0.15372517456988796,0.06269729847608492,0.2246940377757012,0.15372517456988796,0.05183008984093851,0.16696099208380916,0.5,0.15372517456988796,0.09853186060183412,0.03810535567071065,0.0,0.9147393750235565,0.38121326033959707 -3104,0.5,0.15372517456988796,0.12037451940847216,0.6742901041551422,0.15372517456988796,0.07617399688655714,0.5767675242336139,0.15372517456988796,0.13269053150738402,0.4641524085626951,0.15372517456988796,0.10438212617214077,0.5386815449094394,0.15372517456988796,0.2230991621871913,0.30693467354151716,0.15372517456988796,0.053493095929840015,0.21784215416710212,0.15372517456988796,0.17082207875840907,0.2347419087304337,0.15372517456988796,0.09965856779601504,0.36745242922461807,0.5,0.15372517456988796,0.1219190472189179,0.36685661511733075,0.15372517456988796,0.15616593445443067,0.009222216469868039,0.5,0.15372517456988796,0.16626234184902416,0.08393626806521817,0.15372517456988796,0.1837767844072012,0.05601810178231967,0.15372517456988796,0.12778742535659793,0.7166914996616326,0.15372517456988796,0.105659633529771,0.45483556977060624,0.15372517456988796,0.1259670501049179,0.37239735746754477,0.15372517456988796,0.13884265948407315,0.4016463335617391,0.15372517456988796,0.12663765126283752,0.19737598120906513,0.5,0.15372517456988796,0.20703626023269056,0.06219718074917907,0.0,0.9592915052212561,0.5672897239336031 -3105,0.5,0.15372517456988796,0.20154964770163664,0.6994554053256438,0.15372517456988796,0.12118675944881904,0.6727699425029147,0.15372517456988796,0.19148501668722115,0.5949536880575844,0.15372517456988796,0.194774074153921,0.5831964138743481,0.15372517456988796,0.34223486774892853,0.6951907737935661,0.15372517456988796,0.06625965094446364,0.36455806781326777,0.15372517456988796,0.17714406736324764,0.4971046820699573,0.15372517456988796,0.1259690953352252,0.49059783766784903,0.5,0.15372517456988796,0.15825131625402605,0.5053612256944786,0.15372517456988796,0.27034654006764497,0.022103571079322412,0.5,0.15372517456988796,0.2699476598216396,0.13494022424695706,0.15372517456988796,0.2864484119467871,0.1317295652042605,0.15372517456988796,0.25186206417863666,0.8127254214441098,0.15372517456988796,0.2507038773799695,0.458206039432286,0.15372517456988796,0.2261035613588136,0.39001684304566925,0.15372517456988796,0.21178770701081448,0.5409385146598364,0.15372517456988796,0.2207275905001821,0.23886758424008178,0.5,0.15372517456988796,0.32431865229784396,0.1234775362461491,0.0,0.9570389268797409,0.5929866212241218 -3106,0.5,0.15372517456988796,0.18883954121237193,0.6080223881909783,0.15372517456988796,0.15019382398612185,0.5028662924048114,0.15372517456988796,0.27795050308127384,0.49947124178824476,0.15372517456988796,0.18787943873942553,0.5106437430534541,0.15372517456988796,0.2837805725145107,0.8545367582163311,0.15372517456988796,0.09836778621736195,0.5864798823944248,0.15372517456988796,0.1617671431577549,0.625384249489304,0.15372517456988796,0.11300088482153078,0.6655479149651453,0.5,0.15372517456988796,0.16302272962415232,0.5906386092434677,0.15372517456988796,0.4156949820220318,0.05982324723102695,0.5,0.15372517456988796,0.31422527026417896,0.20791647537311012,0.15372517456988796,0.3416324404579977,0.2056273956254731,0.15372517456988796,0.2744128767817373,0.7810222190129068,0.15372517456988796,0.4117570639861343,0.5151470199832398,0.15372517456988796,0.3816061363958597,0.41236285318295784,0.15372517456988796,0.2974624154171844,0.7044613235799975,0.15372517456988796,0.3431612073714494,0.24675880238199785,0.5,0.15372517456988796,0.3927437449125787,0.12365804500594163,0.0,0.8791339288163281,0.6004572043281108 -3107,0.5,0.15372517456988796,0.1637457751582906,0.5418911328488626,0.15372517456988796,0.2093899479713543,0.26887001618578343,0.15372517456988796,0.4326167800524468,0.44482261690396446,0.15372517456988796,0.21216975947289912,0.4337467357410225,0.15372517456988796,0.09477937127228228,0.842257318808593,0.15372517456988796,0.11637446784905918,0.7013952211996302,0.15372517456988796,0.17875641465760195,0.681497582626887,0.15372517456988796,0.18757675005542884,0.8257173762692833,0.5,0.15372517456988796,0.14783998304820845,0.6345558426436686,0.15372517456988796,0.45584135305704876,0.08416045178266299,0.5,0.15372517456988796,0.2983009671790201,0.3497345394556745,0.15372517456988796,0.35500758642375585,0.31564491794688476,0.15372517456988796,0.29593064904056976,0.5622105756474067,0.15372517456988796,0.4059381556239941,0.6098689467057518,0.15372517456988796,0.4270195421944587,0.4935413901325668,0.15372517456988796,0.21444346361938887,0.7782256152842817,0.15372517456988796,0.4062887050237591,0.2982746615217303,0.5,0.15372517456988796,0.41231250323918084,0.14559880073335313,0.0,0.7400360221430826,0.6285985715894538 -3108,0.5,0.15372517456988796,0.29829789559410347,0.4633515303168335,0.15372517456988796,0.6962299627100778,0.4397692552474093,0.15372517456988796,0.5279806643096217,0.5039612595575149,0.15372517456988796,0.30018742936439824,0.3408968755458744,0.15372517456988796,0.12344108506683243,0.7944121202296633,0.15372517456988796,0.1845445918409376,0.8991387491383902,0.15372517456988796,0.18852227844319475,0.7030466610233279,0.15372517456988796,0.19091491529085547,0.8664646427022789,0.5,0.15372517456988796,0.11359712484617486,0.7030660677057106,0.15372517456988796,0.45520655865183024,0.11637607736368405,0.5,0.15372517456988796,0.2156989880768876,0.257600864244922,0.15372517456988796,0.29277857701692306,0.35397210394798057,0.15372517456988796,0.47266318942036667,0.45940626632254744,0.15372517456988796,0.37529625892848806,0.7493238267206387,0.15372517456988796,0.3410363451725542,0.573009740209738,0.15372517456988796,0.16187350273133405,0.79408955941212,0.15372517456988796,0.3963194509461765,0.34460418026253137,0.5,0.15372517456988796,0.4684478361630205,0.1441849665530161,0.0,0.664276018442582,0.7438897571161655 -3109,0.5,0.15372517456988796,0.49334967465961577,0.4248806720681095,0.15372517456988796,0.6402263258693567,0.5753958784416602,0.15372517456988796,0.47203628165971845,0.5162454486614099,0.15372517456988796,0.35566938234784284,0.2827379896858009,0.15372517456988796,0.19297253991434443,0.8746873760718418,0.15372517456988796,0.10672146739340052,0.9433654686467557,0.15372517456988796,0.23053482145504361,0.8872125994021727,0.15372517456988796,0.14269142805081558,0.9071548096836044,0.5,0.15372517456988796,0.06505767500031488,0.7794661836174247,0.15372517456988796,0.3404988068777437,0.20797626356417453,0.5,0.15372517456988796,0.15540874372117708,0.1933792107298936,0.15372517456988796,0.22773356308345444,0.4656888869310782,0.15372517456988796,0.6417730332295231,0.43212100434317735,0.15372517456988796,0.21274321473982244,0.708502679644161,0.15372517456988796,0.2778496614047645,0.6255012963671094,0.15372517456988796,0.1703965757437708,0.8463887787512074,0.15372517456988796,0.3164343197260602,0.3116971810247675,0.5,0.15372517456988796,0.4915825074667537,0.19863933537651207,0.0,0.4943674057390716,0.7942134301430109 -3110,0.5,0.15372517456988796,0.47755024228138176,0.3619124405371922,0.15372517456988796,0.4247352199162784,0.6783164390501168,0.15372517456988796,0.2978148315384263,0.6565745697555204,0.15372517456988796,0.41392468741560245,0.22050729577177386,0.15372517456988796,0.18180052329844087,0.9470312110178497,0.15372517456988796,0.06739976588579326,0.9520138000766812,0.15372517456988796,0.21077674783871547,0.9987924619414263,0.15372517456988796,0.07329460037848909,0.8203686688601559,0.5,0.15372517456988796,0.03506860270188064,0.7808178573772404,0.15372517456988796,0.23524730641430097,0.25647906301862655,0.5,0.15372517456988796,0.07689939494584636,0.3137346796234745,0.15372517456988796,0.164936662267855,0.5320098407921593,0.15372517456988796,0.5761084612446904,0.49150996749094655,0.15372517456988796,0.17030906794843328,0.7334330669130317,0.15372517456988796,0.22459829895535105,0.6314799821399593,0.15372517456988796,0.1836184255679016,0.8964465650572991,0.15372517456988796,0.2571996181267145,0.3395101260373792,0.5,0.15372517456988796,0.4052846428252028,0.204169180525711,0.0,0.27080825683455984,0.9937823531000177 -3111,0.5,0.15372517456988796,0.35675928492652703,0.2809355527184264,0.15372517456988796,0.13385971564627738,0.4319683841893908,0.15372517456988796,0.14806087322605188,0.6758009181229389,0.15372517456988796,0.41628416283224495,0.2846451706576057,0.15372517456988796,0.1228920287292766,1.0215423857538828,0.15372517456988796,0.034452752845364976,0.9252499438617279,0.15372517456988796,0.09694326554887084,1.0035132854953137,0.15372517456988796,0.08047119206617157,0.8107752317508015,0.5,0.15372517456988796,0.028420387668685657,0.8031512287691666,0.15372517456988796,0.18605281697576992,0.38886077161855587,0.5,0.15372517456988796,0.02043800058311211,0.4653253659229816,0.15372517456988796,0.10572900147392345,0.6501182450836958,0.15372517456988796,0.33714028711577615,0.45082396676936426,0.15372517456988796,0.12525349843108716,0.8058037049385526,0.15372517456988796,0.22407665948869324,0.6811611207155099,0.15372517456988796,0.1458138520651694,0.9029463261513748,0.15372517456988796,0.13966198215545259,0.33864567361050896,0.5,0.15372517456988796,0.24609745190166868,0.15869718998604737,0.0,0.14752820530907954,0.9927852446469507 -3112,0.5,0.15372517456988796,0.3104596478257607,0.31837640824085756,0.15372517456988796,0.08117388310931924,0.5136817981378764,0.15372517456988796,0.0996468572138975,0.6791343428699407,0.15372517456988796,0.30135620132764107,0.35631212704646553,0.15372517456988796,0.005964453755775303,1.0027811963136248,0.15372517456988796,0.017124027879894872,0.9010961300898797,0.15372517456988796,0.08286671251265863,1.0040887707105226,0.15372517456988796,0.03806202326803241,0.7506500924051309,0.5,0.15372517456988796,0.02334369620890664,0.8049784699593677,0.15372517456988796,0.1299203355779931,0.5638989293935261,0.5,0.15372517456988796,0.008057948315870296,0.6362215798511716,0.15372517456988796,0.05051049497862737,0.6265631060607325,0.15372517456988796,0.13116409033458215,0.4705333509553342,0.15372517456988796,0.025010003261715312,0.8104373592064291,0.15372517456988796,0.11286753799354549,0.7596613004056405,0.15372517456988796,0.060056370704645715,0.9220615767623896,0.15372517456988796,0.062480591114257675,0.42585052039104754,0.5,0.15372517456988796,0.14912337296995426,0.19543695673185096,0.0,0.024650812424820943,0.9948865633555446 -3113,0.5,0.15372517456988796,0.1977964734516549,0.3633612742987815,0.15372517456988796,0.025169402708747422,0.3980622195366889,0.15372517456988796,0.07671180878077508,0.7195846392554068,0.15372517456988796,0.170841747839574,0.2794816043678847,0.15372517456988796,0.0072446190487144,0.957623408069467,0.15372517456988796,0.003750636684663732,0.7386516436420437,0.15372517456988796,0.05466855593642808,0.9787742398233212,0.15372517456988796,0.015128234594938438,0.5949329715384152,0.5,0.15372517456988796,0.01766751989487732,0.7808123765193252,0.15372517456988796,0.058485999236056366,0.5506780609789931,0.5,0.15372517456988796,0.005138150074569906,0.4192012723991233,0.15372517456988796,0.0241760778431097,0.651491347212691,0.15372517456988796,0.03453869723957179,0.5037078198977566,0.15372517456988796,0.008024312396672813,0.8086440616724295,0.15372517456988796,0.05974586812765154,0.8020883367013074,0.15372517456988796,0.05251462417363675,0.9189420131842648,0.15372517456988796,0.015505153338277781,0.4497049993085425,0.5,0.15372517456988796,0.07889360409661342,0.28153260640026156,0.0,0.05279731999507817,0.9504461461141711 -3114,0.5,0.15372517456988796,0.08062978648422807,0.2582824280589736,0.15372517456988796,0.020264379216083647,0.43239206843606814,0.15372517456988796,0.04749791730829158,0.7677496022397663,0.15372517456988796,0.07604347509545276,0.25600796206039045,0.15372517456988796,0.0017961403475204177,0.9402448594984337,0.15372517456988796,0.002684460327959856,0.6568957651940561,0.15372517456988796,0.017058234194920585,0.8623630252567108,0.15372517456988796,0.004517451059270381,0.5502428798055286,0.5,0.15372517456988796,0.0069632694029491595,0.7559337780758032,0.15372517456988796,0.0206176724777965,0.425456693854535,0.5,0.15372517456988796,0.003999113335700379,0.7308869421503589,0.15372517456988796,0.009852077856145208,0.7361401639660088,0.15372517456988796,0.02095257702685963,0.48281183017734297,0.15372517456988796,0.004033209747076134,0.7858203729211394,0.15372517456988796,0.02589616971477663,0.8717188598047885,0.15372517456988796,0.024371011490051137,0.8509268933089331,0.15372517456988796,0.004662230154222802,0.5291041280917339,0.5,0.15372517456988796,0.024412781665168908,0.2392840660150699,0.0,0.08352220602823139,0.6546115512471065 -3115,0.5,0.15372517456988796,0.02047314049881834,0.2878881864799198,0.15372517456988796,0.0017194128688859938,0.6080616284557998,0.15372517456988796,0.012616546997921793,0.6460982040065727,0.15372517456988796,0.019119362340645644,0.2736882978276527,0.15372517456988796,0.0012250176404846318,0.9105585657524152,0.15372517456988796,0.003106557991876322,0.7743925204628752,0.15372517456988796,0.0007165063974388262,0.7076313638758367,0.15372517456988796,0.0018083351088131992,0.5046410607562046,0.5,0.15372517456988796,0.001421070828608609,0.7107584874697269,0.15372517456988796,0.006220015219792872,0.4085513287556904,0.5,0.15372517456988796,0.0023873611883244695,0.8359195699267701,0.15372517456988796,0.0016118975725195703,0.7485942699935771,0.15372517456988796,0.004564783089951638,0.5097042261281677,0.15372517456988796,0.0007615474875477045,0.7951588923542685,0.15372517456988796,0.005814637318809689,0.8776585844148259,0.15372517456988796,0.0025373843943205287,0.6625680040651846,0.15372517456988796,0.001138150200486466,0.5797578418164101,0.5,0.15372517456988796,0.002237989939916087,0.2488480700737567,0.0,0.10800036857139737,0.5418976830951302 -3116,0.5,0.15372517456988796,1.2171934408409884e-05,0.3870247809868676,0.15372517456988796,0.00012914101840560735,0.6744781091409043,0.15372517456988796,1.6211093582096558e-05,0.5646154601384719,0.15372517456988796,2.2222941730025354e-06,0.3293636967271002,0.15372517456988796,0.0005006678035502832,0.8391815703537282,0.15372517456988796,0.0001416109052090595,0.891582192649083,0.15372517456988796,1.3559606273646215e-06,0.5784657991661363,0.15372517456988796,3.974770398919761e-05,0.6172880833045203,0.5,0.15372517456988796,8.697507452805091e-06,0.7367372125704148,0.15372517456988796,0.0,0.4396317673994002,0.5,0.15372517456988796,9.470659034945809e-05,0.8827523431016103,0.15372517456988796,4.778666991003624e-05,0.7012460414411971,0.15372517456988796,5.5321008255495355e-05,0.5458521980251865,0.15372517456988796,1.8363440959925855e-05,0.8733378665741224,0.15372517456988796,2.9299419447096924e-05,0.8878189586285432,0.15372517456988796,9.448796744682185e-05,0.5835014608113286,0.15372517456988796,1.800653576274394e-05,0.6564837672110347,0.5,0.15372517456988796,0.0,0.3347634649923019,0.0,0.11288220863884355,0.5216600382619738 -3117,0.5,0.15372517456988796,0.0,0.4933851859213069,0.15372517456988796,0.0,0.8436833899660363,0.15372517456988796,0.0,0.4900587526977853,0.15372517456988796,0.0,0.2557307033734057,0.15372517456988796,0.0,0.8133967377723583,0.15372517456988796,0.0,0.9258071568652442,0.15372517456988796,0.0,0.6760801741881017,0.15372517456988796,0.0,0.6888723547872645,0.5,0.15372517456988796,0.0,0.7624680467109259,0.15372517456988796,0.0,0.5104687299681598,0.5,0.15372517456988796,0.0,0.8712773432971913,0.15372517456988796,0.0,0.6390880723644722,0.15372517456988796,0.0,0.5979803366546486,0.15372517456988796,0.0,0.8173595822663395,0.15372517456988796,0.0,0.8112635031575554,0.15372517456988796,0.0,0.5492896359519782,0.15372517456988796,0.0,0.7579488300112467,0.5,0.15372517456988796,0.0,0.5093011629872568,0.0,0.10744951816395114,0.82570331367333 -3118,0.5,0.15372517456988796,0.0,0.5303836726220058,0.15372517456988796,0.0,0.9225413796309326,0.15372517456988796,0.0,0.5371461533809103,0.15372517456988796,0.0,0.2534357083661493,0.15372517456988796,0.0,0.8654823729491342,0.15372517456988796,0.0,0.9281468318737544,0.15372517456988796,0.0,0.8928427388587478,0.15372517456988796,0.0,0.8297428963572482,0.5,0.15372517456988796,0.0,0.792189213801745,0.15372517456988796,0.0,0.45195835775632576,0.5,0.15372517456988796,0.0,0.7709757694251712,0.15372517456988796,0.0,0.554772611334815,0.15372517456988796,0.0,0.7371653811556886,0.15372517456988796,0.0,0.7627822094460164,0.15372517456988796,0.0,0.6719449060424925,0.15372517456988796,0.0,0.495501914174846,0.15372517456988796,0.0,0.7243468738553174,0.5,0.15372517456988796,0.0,0.5482044749920051,0.0,0.18826390408646895,0.8106197418173302 -3119,0.5,0.15372517456988796,0.0,0.5698478287774942,0.15372517456988796,0.0,0.7734730792236494,0.15372517456988796,0.0,0.5143728287428633,0.15372517456988796,0.0,0.3486756683342373,0.15372517456988796,0.0,0.8867112710616205,0.15372517456988796,0.0,0.9381191728694439,0.15372517456988796,0.0,0.937698103572884,0.15372517456988796,0.0,0.8919209683829947,0.5,0.15372517456988796,0.0,0.8397018314011769,0.15372517456988796,0.0,0.396689015217983,0.5,0.15372517456988796,0.0,0.6695081695634084,0.15372517456988796,0.0,0.4653340565825865,0.15372517456988796,0.0,0.7513330177875727,0.15372517456988796,0.0,0.7265431859540186,0.15372517456988796,0.0,0.6292735555028902,0.15372517456988796,0.0,0.654127634280622,0.15372517456988796,0.0,0.6296764327564934,0.5,0.15372517456988796,0.0,0.5469794341180089,0.0,0.384524366081064,0.8519493868030324 -3120,0.5,0.15372517456988796,0.0,0.5612825814113134,0.15372517456988796,0.0,0.6286041187530296,0.15372517456988796,0.0,0.4791135741674641,0.15372517456988796,0.0,0.4325204914506836,0.15372517456988796,0.0,0.9304379656598286,0.15372517456988796,0.0,0.9647644114463667,0.15372517456988796,0.0,0.8793932103553279,0.15372517456988796,0.0,0.8674219616464471,0.5,0.15372517456988796,0.0,0.8857393865041592,0.15372517456988796,0.0,0.2992360396535822,0.5,0.15372517456988796,0.0,0.7541636167349457,0.15372517456988796,0.0,0.45564723310667066,0.15372517456988796,0.0,0.7477854624691374,0.15372517456988796,0.0,0.7208065352294173,0.15372517456988796,0.0,0.7003828835343171,0.15372517456988796,0.0,0.8800879988133447,0.15372517456988796,0.0,0.5415687702250628,0.5,0.15372517456988796,0.0,0.4781221189256339,0.0,0.42335400066262113,0.8326556820900899 -3121,0.5,0.15372517456988796,0.0,0.4726939992795903,0.15372517456988796,0.0,0.6717264897126513,0.15372517456988796,0.0,0.3583858926258532,0.15372517456988796,0.0,0.39876012210841466,0.15372517456988796,0.0,0.965840290536659,0.15372517456988796,0.0,1.008408033722948,0.15372517456988796,0.0,0.882173986169441,0.15372517456988796,0.0,0.9143091276302162,0.5,0.15372517456988796,0.0,0.9159995527804988,0.15372517456988796,0.0,0.31807667324443983,0.5,0.15372517456988796,0.0,0.8743133431782755,0.15372517456988796,0.0,0.5830259368105618,0.15372517456988796,0.0,0.7441154188066395,0.15372517456988796,0.0,0.7545954688860989,0.15372517456988796,0.0,0.6858818511206763,0.15372517456988796,0.0,0.7637781991987271,0.15372517456988796,0.0,0.6013950188673601,0.5,0.15372517456988796,0.0,0.3196748542045514,0.0,0.695660185444633,0.7794694872781145 -3122,0.5,0.15372517456988796,0.0,0.41250295040114837,0.15372517456988796,0.0,0.7113330014990713,0.15372517456988796,0.0,0.5924145300052669,0.15372517456988796,0.0,0.29751248024125704,0.15372517456988796,0.0,1.017091012592008,0.15372517456988796,0.0,1.0200184858942813,0.15372517456988796,0.0,0.9826995871399253,0.15372517456988796,0.0,0.9791906320051913,0.5,0.15372517456988796,0.0,0.9293320610047086,0.15372517456988796,0.0,0.2729872721868105,0.5,0.15372517456988796,0.0,0.8922840241262732,0.15372517456988796,0.0,0.7943899801968424,0.15372517456988796,0.0,0.7299478547383973,0.15372517456988796,0.0,0.7848630280800895,0.15372517456988796,0.0,0.6863886425573903,0.15372517456988796,0.0,0.8134822246573189,0.15372517456988796,0.0,0.6490248818719087,0.5,0.15372517456988796,0.0,0.24584854124388947,0.0,0.7557711517564978,0.6300360756432051 -3123,0.5,0.15372517456988796,0.0,0.3775279633247473,0.15372517456988796,0.0,0.6954620373115468,0.15372517456988796,0.0,0.7899582077543568,0.15372517456988796,0.0,0.3492804948358519,0.15372517456988796,0.0,1.0210406239757952,0.15372517456988796,0.0,1.0216739656696148,0.15372517456988796,0.0,1.019185466399462,0.15372517456988796,0.0,0.9913200304418562,0.5,0.15372517456988796,0.0,0.9359567543202776,0.15372517456988796,0.0,0.4090901388161443,0.5,0.15372517456988796,0.0,0.9687111069534504,0.15372517456988796,0.0,0.8575164468387699,0.15372517456988796,0.0,0.7170981830145022,0.15372517456988796,0.0,0.8349323816066423,0.15372517456988796,0.0,0.7816709549304873,0.15372517456988796,0.0,0.9207773832185532,0.15372517456988796,0.0,0.7939952623008737,0.5,0.15372517456988796,0.0,0.24106250812769925,0.0,0.6582256203789993,0.40496044339080484 -3124,0.5,0.15372517456988796,0.0,0.3663328422123468,0.15372517456988796,0.0,0.8053117551605875,0.15372517456988796,0.0,0.6800217701500774,0.15372517456988796,0.0,0.508884790852053,0.15372517456988796,0.0,1.0170097183733877,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.019764924707634,0.15372517456988796,0.0,0.9742919411968802,0.5,0.15372517456988796,0.0,0.933490041480527,0.15372517456988796,0.0,0.7854559419867406,0.5,0.15372517456988796,0.0,0.8634630491915442,0.15372517456988796,0.0,0.8148847385038842,0.15372517456988796,0.0,0.6948305105445058,0.15372517456988796,0.0,0.8775791156337274,0.15372517456988796,0.0,0.8927355883625767,0.15372517456988796,0.0,0.9722876165151592,0.15372517456988796,0.0,0.842037726777966,0.5,0.15372517456988796,0.0,0.45227893863919005,0.0,0.6905580078931032,0.2502852452475839 -3125,0.5,0.15372517456988796,4.676334649986526e-05,0.4188209409119094,0.15372517456988796,0.0,0.7203062849407461,0.15372517456988796,0.0,0.8427921421953304,0.15372517456988796,0.0,0.6294888503875222,0.15372517456988796,0.0,1.020086789800802,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0173874717391658,0.15372517456988796,0.0,0.9788403190173212,0.5,0.15372517456988796,0.0,0.9217095545522392,0.15372517456988796,0.0,0.8125794769235789,0.5,0.15372517456988796,0.0,0.8088470845617495,0.15372517456988796,0.0,0.7088997032344007,0.15372517456988796,0.0,0.6861490299909228,0.15372517456988796,0.0,0.842969738461899,0.15372517456988796,0.0,0.9326921519163864,0.15372517456988796,0.0,0.9604022507629894,0.15372517456988796,0.0,0.8527567749522603,0.5,0.15372517456988796,0.0,0.6751463570887957,0.0,0.665687619386625,0.2076296466138669 -3126,0.5,0.15372517456988796,0.02373319645392644,0.5495347101328403,0.15372517456988796,0.0005169329896558735,0.8683851619280709,0.15372517456988796,0.020093509463686637,0.9123322506568129,0.15372517456988796,0.017888898687453393,0.6600390670965778,0.15372517456988796,0.00039803877874780813,1.0217391304347827,0.15372517456988796,0.00039615557022588726,1.0208590359706593,0.15372517456988796,0.0007596231171134382,1.021703257718271,0.15372517456988796,0.0018842444578831556,0.9648118185939722,0.5,0.15372517456988796,0.004342967081999119,0.9330870975564333,0.15372517456988796,0.003779814834055794,0.7591765478692266,0.5,0.15372517456988796,0.008876408416165686,0.9912390168066814,0.15372517456988796,0.008784621656417375,0.7422773818980744,0.15372517456988796,0.006381090297666659,0.6287473597033968,0.15372517456988796,0.000739561422641725,0.844853443734779,0.15372517456988796,0.003118267496622948,0.9825385324266798,0.15372517456988796,0.004979792355210615,0.9811756520476432,0.15372517456988796,0.010206769179807812,0.8606157154847357,0.5,0.15372517456988796,0.003406892537015869,0.8079890735978675,0.0,0.572556152673876,0.27610123187581814 -3127,0.5,0.15372517456988796,0.07348715862762853,0.7361295418324615,0.15372517456988796,0.003519779368195192,0.8028873623991267,0.15372517456988796,0.07538223150412621,0.9840982373612828,0.15372517456988796,0.07766322531781861,0.8014726240256634,0.15372517456988796,0.0030546673554932104,1.0217391304347827,0.15372517456988796,0.0041125288174133435,1.0191161576746302,0.15372517456988796,0.0066618363243085696,1.0215754938004085,0.15372517456988796,0.02373786898156148,0.9586507605116223,0.5,0.15372517456988796,0.034877491238200414,0.9554129156058428,0.15372517456988796,0.03674630982281767,0.7505687509389241,0.5,0.15372517456988796,0.06890021445326686,0.962619497299694,0.15372517456988796,0.0513898230045018,0.8731719500292515,0.15372517456988796,0.023765161057416773,0.6429250166068909,0.15372517456988796,0.00422796136504796,0.8748561422602892,0.15372517456988796,0.008366268704293372,0.9939341195776362,0.15372517456988796,0.023110180776898935,0.9871033307750664,0.15372517456988796,0.05799691277587873,0.9105940472851157,0.5,0.15372517456988796,0.025331517639370773,0.7376050176995189,0.0,0.4830833989349485,0.606381182841095 -3128,0.5,0.15372517456988796,0.08773219015184092,0.8644035754070468,0.15372517456988796,0.010946286040606936,0.882728094478884,0.15372517456988796,0.1320601742637269,1.0156039101480123,0.15372517456988796,0.1981244404826033,0.9407257853435336,0.15372517456988796,0.011088373700529227,1.0217391304347827,0.15372517456988796,0.024191626817202695,1.0181691383985194,0.15372517456988796,0.027520699559222102,1.0214005985663732,0.15372517456988796,0.04883108852765097,0.9646759312065164,0.5,0.15372517456988796,0.05964668187368444,0.9830392705101194,0.15372517456988796,0.09550942841132495,0.7837231743869936,0.5,0.15372517456988796,0.1328565190328615,0.9605337451970488,0.15372517456988796,0.12257743657116912,0.8553694457482308,0.15372517456988796,0.04184468668771308,0.6706595443113008,0.15372517456988796,0.010757086911671756,0.8961983981482109,0.15372517456988796,0.02017571951411319,1.0081111423287705,0.15372517456988796,0.06496068212670557,0.9982911902113236,0.15372517456988796,0.13470484201208688,0.9387477397498897,0.5,0.15372517456988796,0.0873903245498022,0.7837242112949409,0.0,0.5530614878696013,0.9132997182737401 -3129,0.5,0.15372517456988796,0.09736296262312776,0.9099060207532225,0.15372517456988796,0.013859214389161477,0.9885237765514564,0.15372517456988796,0.19807266308722923,1.0199706049904358,0.15372517456988796,0.277887912344141,0.9587207176272979,0.15372517456988796,0.026006120105126415,1.0217391304347827,0.15372517456988796,0.06397400485741835,1.0136142593569817,0.15372517456988796,0.056078487156086584,1.0199505451462958,0.15372517456988796,0.07234817554419926,0.9668529507503005,0.5,0.15372517456988796,0.07711596840933378,0.9914825903825488,0.15372517456988796,0.16643691732384547,0.6759411867206067,0.5,0.15372517456988796,0.1667225078235411,1.0010959876225656,0.15372517456988796,0.2508284072985143,0.8872899094144843,0.15372517456988796,0.06249857692327999,0.7172393327847926,0.15372517456988796,0.01598737360205913,0.8768827055090894,0.15372517456988796,0.04192105818346154,1.017262505018072,0.15372517456988796,0.12487100679112625,1.0034748573446175,0.15372517456988796,0.1924435980658278,0.9379168159717692,0.5,0.15372517456988796,0.12545112073758613,0.7455460219319766,0.0,0.640700190906617,0.9511083639084108 -3130,0.5,0.15372517456988796,0.10255960893367709,0.9305440153764518,0.15372517456988796,0.020527378312908552,1.0053929020520112,0.15372517456988796,0.17818754663148387,1.0120037818728618,0.15372517456988796,0.30763420201880604,0.9850676857635398,0.15372517456988796,0.05172698584755662,1.0217391304347827,0.15372517456988796,0.12168878337441641,1.0066394531136669,0.15372517456988796,0.11508495105220468,1.0194942720724682,0.15372517456988796,0.12251464971305231,0.9504223585275353,0.5,0.15372517456988796,0.07858941572310242,0.9845984896860163,0.15372517456988796,0.3625703278754484,0.7319000623554084,0.5,0.15372517456988796,0.25698269668122864,1.0201584300477042,0.15372517456988796,0.4034759917179185,0.9628829131288649,0.15372517456988796,0.06123680248166372,0.7528746210417602,0.15372517456988796,0.033887236081883994,0.894381056117165,0.15372517456988796,0.07276822241717541,1.0184423181457736,0.15372517456988796,0.19207442325034618,1.0125683866257893,0.15372517456988796,0.2540491532296504,0.9583344438636648,0.5,0.15372517456988796,0.2053363166832305,0.7115105688248504,0.0,0.599553276089339,0.894559147966572 -3131,0.5,0.15372517456988796,0.11597247902842961,0.9404012232740466,0.15372517456988796,0.023156535566594694,0.9909303767560136,0.15372517456988796,0.2668352603249,1.0144170924329303,0.15372517456988796,0.2782731499885968,0.9836087177595148,0.15372517456988796,0.05335409479200321,1.0217391304347827,0.15372517456988796,0.1492623450847673,1.002028841429086,0.15372517456988796,0.1805322943863271,1.0164698361259419,0.15372517456988796,0.10715296403414186,0.9556597552644078,0.5,0.15372517456988796,0.14229192394392057,1.0036867271157086,0.15372517456988796,0.43556433076398504,0.8438816028771071,0.5,0.15372517456988796,0.12027597622472348,1.012146743880405,0.15372517456988796,0.3526758876347746,0.9692911628024874,0.15372517456988796,0.049447864907638035,0.8066613457173422,0.15372517456988796,0.04641673396587022,0.9406256991016998,0.15372517456988796,0.11244807245345448,1.017319180330566,0.15372517456988796,0.3021650213281267,1.0213894542555677,0.15372517456988796,0.21157124073450725,0.9473404045200298,0.5,0.15372517456988796,0.34746204725040114,0.7306837907597521,0.0,0.6604048286801636,0.8236230403541361 -3132,0.5,0.15372517456988796,0.12061197710543158,0.9518976961254058,0.15372517456988796,0.03208631830102149,0.9824931325081899,0.15372517456988796,0.3143632034589932,1.0184801623335884,0.15372517456988796,0.22290467443409356,0.9657581881261724,0.15372517456988796,0.04755030840768096,1.0217391304347827,0.15372517456988796,0.15369626476094306,1.0007639649125761,0.15372517456988796,0.2092088760425339,1.011166470780308,0.15372517456988796,0.1079325223477618,0.9565473512570277,0.5,0.15372517456988796,0.1708060775931562,1.0087377402456783,0.15372517456988796,0.5042946776613321,0.9528569016680993,0.5,0.15372517456988796,0.2726337843436012,1.0201969906007229,0.15372517456988796,0.24007342489959577,0.9602716518710934,0.15372517456988796,0.09172654244197721,0.8602801495257435,0.15372517456988796,0.05591650693944934,0.9659280493551812,0.15372517456988796,0.1403309552459309,1.0166768131473003,0.15372517456988796,0.15387535183348977,1.0010247429213897,0.15372517456988796,0.15759932325866255,0.9611825760206879,0.5,0.15372517456988796,0.37705627543874737,0.7076577897344117,0.0,0.7112714853604359,0.8608442449263126 -3133,0.5,0.15372517456988796,0.10088267390236581,0.9356323323041063,0.15372517456988796,0.03835396540057364,0.9927810667612142,0.15372517456988796,0.2048782769600455,1.011496739129598,0.15372517456988796,0.2919044967254584,0.938461600696703,0.15372517456988796,0.06336124332735783,1.0217391304347827,0.15372517456988796,0.16757540499071402,1.0020472199927442,0.15372517456988796,0.24806277648070035,1.0079473538423744,0.15372517456988796,0.12005495757433729,0.9555956369108792,0.5,0.15372517456988796,0.1975119126095964,1.0020321976138413,0.15372517456988796,0.23812785829887007,0.9078737237886845,0.5,0.15372517456988796,0.3363959911054478,1.0148347020674775,0.15372517456988796,0.3319876552710221,0.9888451269061636,0.15372517456988796,0.11954384284845904,0.8871081429732406,0.15372517456988796,0.05837644725777395,0.9723511546655661,0.15372517456988796,0.13863365039611056,1.0172450574189895,0.15372517456988796,0.10327874405461474,0.9633747185576648,0.15372517456988796,0.2050375275608566,0.9638412581800665,0.5,0.15372517456988796,0.2630927740895952,0.7381406851323606,0.0,0.6856997887119021,0.9121238308406789 -3134,0.5,0.15372517456988796,0.10096471216337868,0.9166136349227597,0.15372517456988796,0.05083535432119826,1.0123679654669746,0.15372517456988796,0.15698178102724092,0.9988227950750217,0.15372517456988796,0.2226187504242642,0.910023632013116,0.15372517456988796,0.083116949793756,1.016618384957564,0.15372517456988796,0.17905349304018153,0.9915309787118786,0.15372517456988796,0.23374883905158317,1.0061689314136166,0.15372517456988796,0.13603222481946836,0.9391668353358278,0.5,0.15372517456988796,0.22605904128142756,0.9987294154641536,0.15372517456988796,0.2927741536510394,0.921243121885558,0.5,0.15372517456988796,0.19816619596290613,1.017243477342374,0.15372517456988796,0.2909489773364702,0.9897810743930094,0.15372517456988796,0.12944354571710037,0.8989226992555786,0.15372517456988796,0.061398410955963455,0.9622902469749184,0.15372517456988796,0.14941788101449446,1.0160424335359208,0.15372517456988796,0.0861430905311112,0.9310824479885741,0.15372517456988796,0.26203937611143485,0.9669465553219662,0.5,0.15372517456988796,0.17260947397176754,0.6561734273976354,0.0,0.7511282357392739,0.8874995635661441 -3135,0.5,0.15372517456988796,0.10901135898447781,0.8890978917868466,0.15372517456988796,0.053082451038859745,1.014130393074078,0.15372517456988796,0.2245422335218294,1.0108318287280431,0.15372517456988796,0.21095167677019483,0.9248807131006715,0.15372517456988796,0.08252631502920209,1.00022152667134,0.15372517456988796,0.13440000235154345,0.9449006484957699,0.15372517456988796,0.15552217202485438,0.9976744610071969,0.15372517456988796,0.1537990706771405,0.9094846777341175,0.5,0.15372517456988796,0.1851882431488224,0.9778641000516036,0.15372517456988796,0.3703391833622972,1.005769441232765,0.5,0.15372517456988796,0.21054782038178516,1.0052578013900189,0.15372517456988796,0.17258213149755194,0.9638027106948869,0.15372517456988796,0.0753690781705154,0.9264996330664177,0.15372517456988796,0.06075605571979743,0.947757227971605,0.15372517456988796,0.15429221738456972,1.0041346533761106,0.15372517456988796,0.08725163206798905,0.8984080333349501,0.15372517456988796,0.23013067752048522,0.9507724313988024,0.5,0.15372517456988796,0.19230812872228903,0.7508075096582577,0.0,0.7397088024378653,0.8460225381965303 -3136,0.5,0.15372517456988796,0.08746159387355543,0.8686310650714055,0.15372517456988796,0.046389520487153744,1.0077433647234793,0.15372517456988796,0.1768175169650802,0.9946602762880752,0.15372517456988796,0.20293336888076688,0.9225535125273784,0.15372517456988796,0.07309439511806086,0.9705527539752089,0.15372517456988796,0.10055885261965457,0.8309197486819164,0.15372517456988796,0.11648045577762964,0.94993470809057,0.15372517456988796,0.20962942353067948,0.8514561035736425,0.5,0.15372517456988796,0.11929855121048341,0.9418647191863152,0.15372517456988796,0.2625526873096629,1.013361022602026,0.5,0.15372517456988796,0.28465019783334883,1.016007511008589,0.15372517456988796,0.1466067931830603,0.9384563663848311,0.15372517456988796,0.08897484533701205,0.9399857094860575,0.15372517456988796,0.06053691649064742,0.9359586554329211,0.15372517456988796,0.09400800908377603,0.9779407659244309,0.15372517456988796,0.07087243550154537,0.8712263987727572,0.15372517456988796,0.14135290713987667,0.9094357207950214,0.5,0.15372517456988796,0.10220923223511949,0.7478352202011855,0.0,0.7882378170681764,0.8197655209037626 -3137,0.5,0.15372517456988796,0.07957089890467886,0.8200581389077486,0.15372517456988796,0.04813663241940388,0.981204750859582,0.15372517456988796,0.09785262379351953,0.929273966546375,0.15372517456988796,0.14543837148241318,0.8472435904465331,0.15372517456988796,0.05476448296194118,0.9247188398618322,0.15372517456988796,0.11368956245898876,0.7182835035734092,0.15372517456988796,0.08556774445195385,0.8516107464551745,0.15372517456988796,0.25553268939929724,0.8415809747835734,0.5,0.15372517456988796,0.15012154912414344,0.9443533558606167,0.15372517456988796,0.1401210973759651,1.0067506322713289,0.5,0.15372517456988796,0.12836260508995848,0.9976636087115052,0.15372517456988796,0.09115277744093661,0.8696893163960906,0.15372517456988796,0.05633189714872959,0.923211181884921,0.15372517456988796,0.04639256550702482,0.9112014930316215,0.15372517456988796,0.06735666546784014,0.9306570717175842,0.15372517456988796,0.057217917008488293,0.8295441884019162,0.15372517456988796,0.11648215093769235,0.8632823383753263,0.5,0.15372517456988796,0.061300683017438115,0.686912487622116,0.0,0.796400761056316,0.8279910662385245 -3138,0.5,0.15372517456988796,0.050271042132630436,0.7608604614564218,0.15372517456988796,0.027881820281641587,0.9399456009580348,0.15372517456988796,0.04324629791565676,0.8184885602814521,0.15372517456988796,0.031218472821351033,0.6739567063284001,0.15372517456988796,0.04392810820041421,0.8587768935094922,0.15372517456988796,0.06338053494171463,0.6411131512207873,0.15372517456988796,0.08527212751524868,0.7846655952320811,0.15372517456988796,0.15015703808665345,0.8949586914156061,0.5,0.15372517456988796,0.06945805275159425,0.9637034781937054,0.15372517456988796,0.02740031525884522,0.9180847568222659,0.5,0.15372517456988796,0.07796583346611007,1.0118319977557289,0.15372517456988796,0.05936555572154795,0.8147729303174848,0.15372517456988796,0.04475556579565553,0.8797013412407289,0.15372517456988796,0.028511154187091728,0.862319170654025,0.15372517456988796,0.036816713627950304,0.8676027256695996,0.15372517456988796,0.05260247345578043,0.7260428931166968,0.15372517456988796,0.06856661730866673,0.8378065242400655,0.5,0.15372517456988796,0.022507172914087346,0.6468759701304327,0.0,0.8290930642715726,0.8127976871245886 -3139,0.5,0.15372517456988796,0.014807573572943314,0.6530359058471373,0.15372517456988796,0.0061959486149678455,0.8785028195169641,0.15372517456988796,0.009112864257280596,0.6674730549619231,0.15372517456988796,0.0030031255586261832,0.4818962793285498,0.15372517456988796,0.023168265819634576,0.7713139178729725,0.15372517456988796,0.0459174010271921,0.7426725273856429,0.15372517456988796,0.04362080084193324,0.6952378063064962,0.15372517456988796,0.04945017184246932,0.8560614284715514,0.5,0.15372517456988796,0.033320032232179116,0.9363213246688873,0.15372517456988796,0.01049701518272417,0.8641509583342744,0.5,0.15372517456988796,0.03498140844804552,1.0069475064215865,0.15372517456988796,0.027875451722369556,0.7533173223003679,0.15372517456988796,0.016906779827800974,0.8205726247424463,0.15372517456988796,0.00886317460260981,0.7879346506743024,0.15372517456988796,0.0191971068731332,0.7977338458627291,0.15372517456988796,0.03627867797477482,0.6930416637481877,0.15372517456988796,0.028112103321167738,0.788668080143259,0.5,0.15372517456988796,0.0040310002525258785,0.5676161088129059,0.0,0.833091603040319,0.710417298650492 -3140,0.5,0.15372517456988796,9.086268754129759e-05,0.556164621186001,0.15372517456988796,0.0005164581187663296,0.8131053695180921,0.15372517456988796,0.0001937127930419528,0.536275889007682,0.15372517456988796,6.569728637590016e-06,0.36567757934096223,0.15372517456988796,9.606606162641512e-05,0.7227949131350293,0.15372517456988796,1.4260160477740834e-05,0.7192042231161004,0.15372517456988796,5.244304123285373e-05,0.7380080452597118,0.15372517456988796,0.0,0.801941119463671,0.5,0.15372517456988796,0.0001851372392977737,0.8724142546811252,0.15372517456988796,1.6042898026347898e-05,0.7996667503275894,0.5,0.15372517456988796,0.0,1.0035935221971155,0.15372517456988796,0.0001221304916970633,0.6172844650764376,0.15372517456988796,0.0004703856596826784,0.7646066479981718,0.15372517456988796,0.00035156260093009765,0.7077587583482556,0.15372517456988796,5.704036313236017e-05,0.7067940030371089,0.15372517456988796,0.0,0.6593111094426097,0.15372517456988796,2.0129614539776468e-05,0.7675489151443453,0.5,0.15372517456988796,0.0,0.5008406728737933,0.0,0.7828715646917788,0.5524153334737956 -3141,0.5,0.15372517456988796,0.0,0.5227190812105464,0.15372517456988796,0.0,0.7382354809293907,0.15372517456988796,0.0,0.44467114691336573,0.15372517456988796,0.0,0.3253726386748269,0.15372517456988796,0.0,0.5855194721380272,0.15372517456988796,0.0,0.7276794968128975,0.15372517456988796,0.0,0.803777907390869,0.15372517456988796,0.0,0.7845416784528334,0.5,0.15372517456988796,0.0,0.8083060154849645,0.15372517456988796,0.0,0.5838178262787876,0.5,0.15372517456988796,0.0,0.9905127138119192,0.15372517456988796,0.0,0.5420177463330252,0.15372517456988796,0.0,0.7233556219502557,0.15372517456988796,0.0,0.6494927874234719,0.15372517456988796,0.0,0.6174093347396181,0.15372517456988796,0.0,0.6434847620144921,0.15372517456988796,0.0,0.7337597537198418,0.5,0.15372517456988796,0.0,0.45558344365544134,0.0,0.7389608052257679,0.44465932460801594 -3142,0.5,0.15372517456988796,0.0,0.5181007894272676,0.15372517456988796,0.0,0.6515779067292843,0.15372517456988796,0.0,0.37373201114622717,0.15372517456988796,0.0,0.351940613193979,0.15372517456988796,0.0,0.6146395096317034,0.15372517456988796,0.0,0.8077182035580768,0.15372517456988796,0.0,0.8972192405603575,0.15372517456988796,0.0,0.7382294551506101,0.5,0.15372517456988796,0.0,0.7542238371170019,0.15372517456988796,0.0,0.36636985102136416,0.5,0.15372517456988796,0.0,0.9399117070100941,0.15372517456988796,0.0,0.48059203883865437,0.15372517456988796,0.0,0.6766793944888327,0.15372517456988796,0.0,0.6313970212472282,0.15372517456988796,0.0,0.6040011053987433,0.15372517456988796,0.0,0.7430930202194059,0.15372517456988796,0.0,0.8122435528219343,0.5,0.15372517456988796,0.0,0.4938111323333968,0.0,0.7382409081742789,0.4928883006576301 -3143,0.5,0.15372517456988796,0.0,0.526981504419979,0.15372517456988796,0.0,0.5814608193108591,0.15372517456988796,0.0,0.4257121780574702,0.15372517456988796,0.0,0.3581773969602348,0.15372517456988796,0.0,0.6045360548931379,0.15372517456988796,0.0,0.7594398533307332,0.15372517456988796,0.0,0.9264090409647815,0.15372517456988796,0.0,0.7666266770028802,0.5,0.15372517456988796,0.0,0.7243596053753855,0.15372517456988796,0.0,0.33460681311775226,0.5,0.15372517456988796,0.0,0.8769241865959159,0.15372517456988796,0.0,0.5125268516750209,0.15372517456988796,0.0,0.6349652878099251,0.15372517456988796,0.0,0.6195944810737913,0.15372517456988796,0.0,0.6979430337543224,0.15372517456988796,0.0,0.7752379217236696,0.15372517456988796,0.0,0.839267929976566,0.5,0.15372517456988796,0.0,0.4898282050081305,0.0,0.7428486791392053,0.6606835907168602 -3144,0.5,0.15372517456988796,0.0,0.5336357961853856,0.15372517456988796,0.0,0.5844944094483351,0.15372517456988796,0.0,0.5968125688863324,0.15372517456988796,0.0,0.3549388378758417,0.15372517456988796,0.0,0.5834286214049467,0.15372517456988796,0.0,0.7292539041537414,0.15372517456988796,0.0,0.8867573353957507,0.15372517456988796,0.0,0.8109145253492502,0.5,0.15372517456988796,0.0,0.7012547024001011,0.15372517456988796,0.0,0.45138089844968565,0.5,0.15372517456988796,0.0,0.831146218846083,0.15372517456988796,0.0,0.46165194301629,0.15372517456988796,0.0,0.6214900387088217,0.15372517456988796,0.0,0.6515290736825177,0.15372517456988796,0.0,0.7514670507036227,0.15372517456988796,0.0,0.8366067428229486,0.15372517456988796,0.0,0.8169282903270375,0.5,0.15372517456988796,0.0,0.44388166292632114,0.0,0.7288341964661451,0.7634549383510633 -3145,0.5,0.15372517456988796,0.0,0.5361746073329138,0.15372517456988796,0.0,0.6066234488311241,0.15372517456988796,0.0,0.6740221507826215,0.15372517456988796,0.0,0.3542176351074759,0.15372517456988796,0.0,0.6325125633974893,0.15372517456988796,0.0,0.7554946716858817,0.15372517456988796,0.0,0.8686578847227386,0.15372517456988796,0.0,0.840456818257473,0.5,0.15372517456988796,0.0,0.6780961823344743,0.15372517456988796,0.0,0.444706472633221,0.5,0.15372517456988796,0.0,0.8028827837855592,0.15372517456988796,0.0,0.4277498008159837,0.15372517456988796,0.0,0.5940361933207157,0.15372517456988796,0.0,0.713874750690114,0.15372517456988796,0.0,0.7843163951175558,0.15372517456988796,0.0,0.7884790240111551,0.15372517456988796,0.0,0.7567628932954209,0.5,0.15372517456988796,0.0,0.3676126041170662,0.0,0.7279743287582138,0.798989135870439 -3146,0.5,0.15372517456988796,0.0,0.5298345283871423,0.15372517456988796,0.0,0.6749145266466685,0.15372517456988796,0.0,0.7337327066326901,0.15372517456988796,0.0,0.4168486371663999,0.15372517456988796,0.0,0.6800187351785192,0.15372517456988796,0.0,0.7929632874797978,0.15372517456988796,0.0,0.8726306244435559,0.15372517456988796,0.0,0.8704579537134796,0.5,0.15372517456988796,0.0,0.6669307589975315,0.15372517456988796,0.0,0.42667960017138945,0.5,0.15372517456988796,0.0,0.7835073589658224,0.15372517456988796,0.0,0.4447844115500056,0.15372517456988796,0.0,0.5451235477006641,0.15372517456988796,0.0,0.7551787158612975,0.15372517456988796,0.0,0.7525065602939233,0.15372517456988796,0.0,0.7923326699334954,0.15372517456988796,0.0,0.736580339787285,0.5,0.15372517456988796,0.0,0.33191081334047146,0.0,0.7053160736498632,0.8056983949812435 -3147,0.5,0.15372517456988796,0.0,0.5692992614096318,0.15372517456988796,0.0,0.8074910987661267,0.15372517456988796,0.0,0.8324446187123222,0.15372517456988796,0.0,0.5023301088670911,0.15372517456988796,0.0,0.7807640358445023,0.15372517456988796,0.0,0.7752538784114476,0.15372517456988796,0.0,0.8734583631122661,0.15372517456988796,0.0,0.9082109753370252,0.5,0.15372517456988796,0.0,0.6853463963285116,0.15372517456988796,0.0,0.4700620720431071,0.5,0.15372517456988796,0.0,0.7614750671298995,0.15372517456988796,0.0,0.4928734433230736,0.15372517456988796,0.0,0.4333647889274979,0.15372517456988796,0.0,0.7857174208469999,0.15372517456988796,0.0,0.6927084457104835,0.15372517456988796,0.0,0.8131898124125434,0.15372517456988796,0.0,0.7596105230156533,0.5,0.15372517456988796,0.0,0.38900731222758356,0.0,0.6548767485672735,0.7914413746321802 -3148,0.5,0.15372517456988796,0.0,0.6131134071735906,0.15372517456988796,0.0,0.8807358528720939,0.15372517456988796,0.0,0.881984317547175,0.15372517456988796,0.0,0.5749394025547769,0.15372517456988796,0.0,0.7400909980911609,0.15372517456988796,0.0,0.7514711215935497,0.15372517456988796,0.0,0.8822837727129854,0.15372517456988796,0.0,0.9235993974100227,0.5,0.15372517456988796,0.0,0.7286052283127469,0.15372517456988796,0.0,0.46409493719431016,0.5,0.15372517456988796,0.0,0.7081919387656044,0.15372517456988796,0.0,0.45690560908062955,0.15372517456988796,0.0,0.44211589663383005,0.15372517456988796,0.0,0.801342522954475,0.15372517456988796,0.0,0.7200626455807805,0.15372517456988796,0.0,0.8325070458747702,0.15372517456988796,0.0,0.7429680218190656,0.5,0.15372517456988796,0.0,0.48746907164084874,0.0,0.5701796737622566,0.7975890707428618 -3149,0.5,0.15372517456988796,0.00012037907216181445,0.5876838282190112,0.15372517456988796,0.0,0.9921449370562256,0.15372517456988796,0.0,0.8584703231610629,0.15372517456988796,9.270580563276611e-05,0.6457744507942061,0.15372517456988796,0.0,0.6839709209257158,0.15372517456988796,0.0,0.7316315374194875,0.15372517456988796,0.0,0.8535630465832138,0.15372517456988796,0.0,0.9185750513713153,0.5,0.15372517456988796,0.0,0.7804626923682124,0.15372517456988796,0.0,0.41231402395088834,0.5,0.15372517456988796,0.0,0.6706439395115322,0.15372517456988796,0.0,0.48481224559428343,0.15372517456988796,0.0,0.58268555034919,0.15372517456988796,0.0,0.7861784353392318,0.15372517456988796,0.0,0.749113415563925,0.15372517456988796,0.0,0.8649130450013547,0.15372517456988796,0.0,0.7089730514945544,0.5,0.15372517456988796,0.0,0.4888945937063476,0.0,0.5440043437934402,0.8082599068186718 -3150,0.5,0.15372517456988796,0.008003890997282513,0.5860911395468016,0.15372517456988796,0.004129345794103744,0.9140526044908424,0.15372517456988796,0.005174643939113172,0.8438304016725788,0.15372517456988796,0.0269672007982508,0.7940500300126118,0.15372517456988796,0.012052240287659579,0.6429828385958163,0.15372517456988796,0.0015341821008366028,0.743779690415846,0.15372517456988796,0.0006230981771432703,0.8421883809022404,0.15372517456988796,0.0025392099066572455,0.902253663399326,0.5,0.15372517456988796,0.001719767654938587,0.8220386202229694,0.15372517456988796,0.008070634284462168,0.4751993186689032,0.5,0.15372517456988796,0.00395634998719838,0.7109698852127452,0.15372517456988796,0.0034505177345570703,0.5815538826559213,0.15372517456988796,0.0007850957842005011,0.6251499050252989,0.15372517456988796,0.00630538986471226,0.787163190122263,0.15372517456988796,0.005527179702370669,0.8114059634068366,0.15372517456988796,0.0018537057616996697,0.8849946781176411,0.15372517456988796,0.004502199693495451,0.7075772040540179,0.5,0.15372517456988796,0.007359515283803877,0.5462158764192728,0.0,0.5958015442132435,0.8159867216211694 -3151,0.5,0.15372517456988796,0.020719568397399725,0.6480454188669371,0.15372517456988796,0.03256092862171638,0.8474787872340924,0.15372517456988796,0.032168246446281024,0.9046472772045291,0.15372517456988796,0.05478625312766906,0.8938623564386952,0.15372517456988796,0.07596216267773598,0.6906379570857251,0.15372517456988796,0.008693620144396307,0.7696096753294348,0.15372517456988796,0.0026859265870609055,0.8658244052724371,0.15372517456988796,0.024538131843850543,0.9182066552521384,0.5,0.15372517456988796,0.0171228078121604,0.8437703634067318,0.15372517456988796,0.05633169003818432,0.6812116835230182,0.5,0.15372517456988796,0.021938559992446025,0.9077098328206124,0.15372517456988796,0.021146654398086016,0.6570417233996441,0.15372517456988796,0.007803386044722361,0.6216360999673131,0.15372517456988796,0.027756545428232218,0.7835775698025905,0.15372517456988796,0.037292012921238904,0.8569476334287685,0.15372517456988796,0.01247000251016801,0.9038089419663357,0.15372517456988796,0.03137169055383092,0.7917584870830198,0.5,0.15372517456988796,0.04406639100990345,0.6732636091609822,0.0,0.6868825240470405,0.8441009212629796 -3152,0.5,0.15372517456988796,0.051532460614211316,0.7073252138510622,0.15372517456988796,0.10384894208447726,0.8686657713037672,0.15372517456988796,0.061153266029737335,0.9655431460813934,0.15372517456988796,0.07446070326203372,0.8658408638385571,0.15372517456988796,0.15234675616682472,0.7932574573974952,0.15372517456988796,0.00983704585455751,0.8123249170141059,0.15372517456988796,0.009286858162330078,0.9016266702849604,0.15372517456988796,0.05007981325812165,0.942530338338166,0.5,0.15372517456988796,0.061536825101635,0.8715861255590759,0.15372517456988796,0.11914951566776177,0.8107576080648519,0.5,0.15372517456988796,0.03440062900339681,0.9686432705943564,0.15372517456988796,0.05426351873731325,0.814674308266321,0.15372517456988796,0.030158344671854635,0.6501730296086873,0.15372517456988796,0.06636338002180381,0.7819581468370782,0.15372517456988796,0.07636367345072284,0.891643664984413,0.15372517456988796,0.038892964479570524,0.9328522787123416,0.15372517456988796,0.054311248647387594,0.8493255808969369,0.5,0.15372517456988796,0.1031326933299527,0.774386617366404,0.0,0.7165799785911023,0.8702730920356873 -3153,0.5,0.15372517456988796,0.11515195218807735,0.7755494772317701,0.15372517456988796,0.09869791153264465,0.8956411137478609,0.15372517456988796,0.08066575714418653,0.9762428544806547,0.15372517456988796,0.08624508416275764,0.8500720694330104,0.15372517456988796,0.17125135458483792,0.8306002422716954,0.15372517456988796,0.022028442764674864,0.8854732025398533,0.15372517456988796,0.019400511937006863,0.9330525729226067,0.15372517456988796,0.07773823732939744,0.9369393069212196,0.5,0.15372517456988796,0.12639055509391717,0.8880936303939266,0.15372517456988796,0.15027026220860173,0.7589626560647615,0.5,0.15372517456988796,0.08338469740315893,0.988799589291993,0.15372517456988796,0.10018211832165655,0.8326086018065378,0.15372517456988796,0.08461563412200665,0.7060580371761123,0.15372517456988796,0.09485955849043513,0.7911096833094443,0.15372517456988796,0.12907703206225224,0.9256833499183498,0.15372517456988796,0.07427177707363383,0.9490453786224132,0.15372517456988796,0.07554955078034603,0.9101944873787803,0.5,0.15372517456988796,0.19394375103560474,0.8657198213648722,0.0,0.7858640175634399,0.8709157955381626 -3154,0.5,0.15372517456988796,0.18246891048808833,0.8323988751504067,0.15372517456988796,0.051825030382779004,0.843535971807989,0.15372517456988796,0.1048153742710095,0.9768876113012901,0.15372517456988796,0.08120608637081649,0.8725185513689274,0.15372517456988796,0.1664010027131884,0.8237716442601993,0.15372517456988796,0.03610475484028139,0.9146763844314878,0.15372517456988796,0.029980588914128525,0.963104140436827,0.15372517456988796,0.11523529218253387,0.9204208740963464,0.5,0.15372517456988796,0.2022853836578959,0.881115390515361,0.15372517456988796,0.14472136759901397,0.802690179628549,0.5,0.15372517456988796,0.15215485338900955,0.9573631081793322,0.15372517456988796,0.18544824208510396,0.8396700547365193,0.15372517456988796,0.13035543139854736,0.7742837752827021,0.15372517456988796,0.09671165981209134,0.7663027375465115,0.15372517456988796,0.1274143346283798,0.9285000474388101,0.15372517456988796,0.1152426164700076,0.948708890358614,0.15372517456988796,0.10787510006257489,0.948189908476279,0.5,0.15372517456988796,0.27736859688098836,0.9245478685097722,0.0,0.907069276685988,0.8333159411732066 -3155,0.5,0.15372517456988796,0.1553177054956788,0.8353986593177974,0.15372517456988796,0.03219550673311133,0.8227949127682074,0.15372517456988796,0.1328106300920519,0.9804560485716685,0.15372517456988796,0.09802331945706838,0.8840483694239684,0.15372517456988796,0.10673301185815798,0.7885121900060119,0.15372517456988796,0.06612679289860472,0.912915164683707,0.15372517456988796,0.04093868378012199,0.9777183327006449,0.15372517456988796,0.14588459730657283,0.8968115171801372,0.5,0.15372517456988796,0.2785988879177389,0.8684126647620414,0.15372517456988796,0.18902305868145544,0.8934492245043806,0.5,0.15372517456988796,0.27847486590495785,0.9001164803218675,0.15372517456988796,0.28998821284362264,0.8285583708159947,0.15372517456988796,0.12061094831898989,0.8113612741933489,0.15372517456988796,0.09939435906066466,0.750917791638956,0.15372517456988796,0.10677227820172584,0.9034807953817022,0.15372517456988796,0.12932730222829114,0.9359229573512088,0.15372517456988796,0.13355296209830272,0.9328830347110895,0.5,0.15372517456988796,0.21655087426737984,0.8842950514120878,0.0,0.9687650450764055,0.8281536583176339 -3156,0.5,0.15372517456988796,0.14154932514772464,0.8066953480797904,0.15372517456988796,0.05247685806185089,0.8298311256642514,0.15372517456988796,0.1363963427847486,0.9534426195085589,0.15372517456988796,0.13418878380058155,0.9098065265886949,0.15372517456988796,0.10700740597298584,0.773222615267227,0.15372517456988796,0.10429705622164887,0.8869195791231304,0.15372517456988796,0.050110795187983045,0.9641809342533164,0.15372517456988796,0.1689695680970794,0.8495467821348852,0.5,0.15372517456988796,0.27228428353444534,0.8187561051220715,0.15372517456988796,0.21757616004796224,0.8142986546996135,0.5,0.15372517456988796,0.430006642890276,0.8886061896906247,0.15372517456988796,0.3915772135848845,0.7803718611711609,0.15372517456988796,0.10481239327575656,0.8370727459983209,0.15372517456988796,0.13451746836203332,0.7766465135411902,0.15372517456988796,0.09385297333773146,0.8734718122928754,0.15372517456988796,0.14229889433791315,0.9108785133382729,0.15372517456988796,0.17175540253419033,0.8983705060636811,0.5,0.15372517456988796,0.16304797055392073,0.8774101176349243,0.0,0.9221240042109381,0.8193792588538971 -3157,0.5,0.15372517456988796,0.10015657968557944,0.7909392659353038,0.15372517456988796,0.10272822851256076,0.8874543916840363,0.15372517456988796,0.13993472186053588,0.9241217784063418,0.15372517456988796,0.1670017622572414,0.9122827955384152,0.15372517456988796,0.07251444392101672,0.7390771306270649,0.15372517456988796,0.09901555017784015,0.865603523435171,0.15372517456988796,0.05765215397704619,0.9327952392203137,0.15372517456988796,0.24309728748392864,0.8335784455015773,0.5,0.15372517456988796,0.26220290033507193,0.7424919041612985,0.15372517456988796,0.40378939687997933,0.7159535500779992,0.5,0.15372517456988796,0.3841044733610348,0.8533860321341837,0.15372517456988796,0.4049588371707913,0.8155121325557512,0.15372517456988796,0.06126501200432617,0.8320476995901098,0.15372517456988796,0.1323179252765263,0.755295879172786,0.15372517456988796,0.08109315000514003,0.8479123196166296,0.15372517456988796,0.12259176277226506,0.8611661977502046,0.15372517456988796,0.24104406316031735,0.8647409868324625,0.5,0.15372517456988796,0.17525285018698375,0.8049054541457822,0.0,0.8720522041102334,0.8047478473395514 -3158,0.5,0.15372517456988796,0.1036850451102394,0.8229189598531279,0.15372517456988796,0.06021647341414612,0.8354632734898283,0.15372517456988796,0.1343808240214326,0.9069790770328541,0.15372517456988796,0.1707309812951759,0.9044752615004836,0.15372517456988796,0.0639978688310504,0.694809267645824,0.15372517456988796,0.09029029399220889,0.814898697380753,0.15372517456988796,0.06651577169757505,0.8949120444514085,0.15372517456988796,0.24353327561470664,0.7341084969645352,0.5,0.15372517456988796,0.24301060904303023,0.6943130691516788,0.15372517456988796,0.5323641639891007,0.758006268292475,0.5,0.15372517456988796,0.2625353753650632,0.8057640769271862,0.15372517456988796,0.31135644984207744,0.7162667186994183,0.15372517456988796,0.11762930678817471,0.8708955131676662,0.15372517456988796,0.13179388513377183,0.7288100889800976,0.15372517456988796,0.07324539266452273,0.816239496508524,0.15372517456988796,0.10533477473777703,0.7843800732454093,0.15372517456988796,0.21814737374421694,0.7917663766377009,0.5,0.15372517456988796,0.25622205649128266,0.7662610049371167,0.0,0.8071266942524614,0.79735545521961 -3159,0.5,0.15372517456988796,0.11770065902284918,0.8426419520024302,0.15372517456988796,0.08007270571106861,0.8160967500632474,0.15372517456988796,0.10263823389460816,0.8633180766338084,0.15372517456988796,0.1511531960417008,0.8930289040540146,0.15372517456988796,0.050495486393741254,0.620601923829501,0.15372517456988796,0.11653503929826467,0.7547464493119425,0.15372517456988796,0.04825315470193528,0.8453602293924187,0.15372517456988796,0.1888735817573909,0.5875783432773293,0.5,0.15372517456988796,0.18394162640950337,0.6054329115729601,0.15372517456988796,0.2951207813631327,0.7103954191673778,0.5,0.15372517456988796,0.1953295711736327,0.7392525710343003,0.15372517456988796,0.2512095878318476,0.6891194895414718,0.15372517456988796,0.14438844079761554,0.8662925145839447,0.15372517456988796,0.12254464418718848,0.6752755510554935,0.15372517456988796,0.05085724010936792,0.7450507614420394,0.15372517456988796,0.10108638444192797,0.679065466477651,0.15372517456988796,0.17829537532539522,0.7090567293529804,0.5,0.15372517456988796,0.36973672714549327,0.7585347697252001,0.0,0.6831795852634751,0.7586268738936865 -3160,0.5,0.15372517456988796,0.07478192476647326,0.8308298419847119,0.15372517456988796,0.07783032835513068,0.7423049730675505,0.15372517456988796,0.06662682568170712,0.8219271328729751,0.15372517456988796,0.10446788587716913,0.8576202046536755,0.15372517456988796,0.03084997935160274,0.564203504326504,0.15372517456988796,0.07714160046294363,0.5773688431009236,0.15372517456988796,0.034047654487011386,0.7717446077485732,0.15372517456988796,0.13335595417646226,0.4459752298230233,0.5,0.15372517456988796,0.25306802709645365,0.4934944213442622,0.15372517456988796,0.20793838903069567,0.639762200160808,0.5,0.15372517456988796,0.1792392590797353,0.6678241919618654,0.15372517456988796,0.2540742664888048,0.6333103057444021,0.15372517456988796,0.12229291830846019,0.8006845126194446,0.15372517456988796,0.09981885191212471,0.6135997230942963,0.15372517456988796,0.034975001321192994,0.6759412844412205,0.15372517456988796,0.09430147168518427,0.5817389222968773,0.15372517456988796,0.17115849550886258,0.6555720082975698,0.5,0.15372517456988796,0.2813208464498217,0.6271046162596114,0.0,0.6948039150550301,0.6953012942587246 -3161,0.5,0.15372517456988796,0.04830384429399697,0.8245347796262857,0.15372517456988796,0.05955824113859634,0.6725567810581478,0.15372517456988796,0.05106653895527268,0.7798086359422118,0.15372517456988796,0.05650648591434862,0.8071640041244719,0.15372517456988796,0.014552974855718314,0.501508995285099,0.15372517456988796,0.06869546496164393,0.4327734946871299,0.15372517456988796,0.035121846990274715,0.7238908169938106,0.15372517456988796,0.061577553263568785,0.21390263921518501,0.5,0.15372517456988796,0.27504585940717746,0.38763522550130747,0.15372517456988796,0.15383249466284077,0.573294198260061,0.5,0.15372517456988796,0.19599837733015624,0.7043976962918597,0.15372517456988796,0.18454832802489599,0.4771028696044144,0.15372517456988796,0.0914095487949029,0.7533105277043457,0.15372517456988796,0.0705396126457865,0.5295961052429505,0.15372517456988796,0.02184266219832223,0.6022725327377259,0.15372517456988796,0.05336519658909355,0.4863968692281042,0.15372517456988796,0.14228050900609743,0.5468275140034169,0.5,0.15372517456988796,0.18758858056536543,0.5527770003665977,0.0,0.8777093604241952,0.5719032752017655 -3162,0.5,0.15372517456988796,0.01925425085105914,0.7958124373572694,0.15372517456988796,0.035989559808600274,0.5764003524785366,0.15372517456988796,0.03024984278793167,0.6850563384852901,0.15372517456988796,0.023250724806286763,0.7796780945233994,0.15372517456988796,0.00777047147924122,0.452924616925825,0.15372517456988796,0.04157523444997033,0.2986548665625873,0.15372517456988796,0.033164165848451006,0.667246352892899,0.15372517456988796,0.06035491340418145,0.10455765475608297,0.5,0.15372517456988796,0.20170289451631912,0.28896512018703535,0.15372517456988796,0.0765052388086993,0.38867175860829434,0.5,0.15372517456988796,0.1663132205934082,0.4021169450131082,0.15372517456988796,0.10564164409698372,0.3491876472177503,0.15372517456988796,0.040583074514586856,0.6815779186853804,0.15372517456988796,0.037032965312819466,0.43344237723839973,0.15372517456988796,0.012940134771122417,0.5495314181890054,0.15372517456988796,0.023857649996669606,0.3959257424537387,0.15372517456988796,0.09872704615521802,0.39065722433262373,0.5,0.15372517456988796,0.12051987297306299,0.44139905220828624,0.0,0.9169530040260672,0.5327400976245626 -3163,0.5,0.15372517456988796,0.009003023620297056,0.7416451479071687,0.15372517456988796,0.010836054323578532,0.5146441488957281,0.15372517456988796,0.011823481413737753,0.5733031901901582,0.15372517456988796,0.009400401816233967,0.7517996773054452,0.15372517456988796,0.0018387870192228407,0.3739293087628195,0.15372517456988796,0.0218536028729759,0.21832032002804297,0.15372517456988796,0.01178966568225791,0.5826568707728494,0.15372517456988796,0.04097560892468496,0.038151243562094324,0.5,0.15372517456988796,0.06193018915098851,0.17001558242039694,0.15372517456988796,0.03905792271008686,0.20548824773933955,0.5,0.15372517456988796,0.06143919507663557,0.17487768987073732,0.15372517456988796,0.04679118837208646,0.22558881586252222,0.15372517456988796,0.010419372569745337,0.6258111669068083,0.15372517456988796,0.012164322893306254,0.3415502653421629,0.15372517456988796,0.005325584866036953,0.502858550238338,0.15372517456988796,0.017992791224498192,0.3456160048517113,0.15372517456988796,0.04083771153155112,0.23488323088226798,0.5,0.15372517456988796,0.04083796206268174,0.28576428332211046,0.0,0.9059880611511353,0.4715645937584784 -3164,0.5,0.15372517456988796,6.209226981873707e-05,0.6558238035009921,0.15372517456988796,0.0,0.3971057354251332,0.15372517456988796,0.0002181680946392784,0.487775835706784,0.15372517456988796,1.9498705121294566e-05,0.6798496662000617,0.15372517456988796,0.00038626466518235634,0.3062664207514465,0.15372517456988796,0.00021545076699234575,0.16472029144066924,0.15372517456988796,0.0005860506806403041,0.5046250285342102,0.15372517456988796,0.0,0.014048443808063645,0.5,0.15372517456988796,0.0,0.107581717196041,0.15372517456988796,1.9761638057636216e-05,0.11123370496310542,0.5,0.15372517456988796,8.903793461050148e-05,0.12034026355701427,0.15372517456988796,0.0,0.14131865005174626,0.15372517456988796,0.0,0.5315949016512524,0.15372517456988796,4.122467327297355e-05,0.2729006345449852,0.15372517456988796,0.0002078266265498956,0.4539146465728464,0.15372517456988796,0.00033167141603874937,0.2782601937562045,0.15372517456988796,3.688185162141438e-06,0.15128351757186886,0.5,0.15372517456988796,0.0,0.15773304547653497,0.0,0.9218563987333411,0.4420734799564272 -3165,0.5,0.15372517456988796,0.0,0.6027178607423506,0.15372517456988796,0.0,0.3499036340857318,0.15372517456988796,0.0,0.4534889520166419,0.15372517456988796,0.0,0.559404653937868,0.15372517456988796,0.0,0.26859533200120417,0.15372517456988796,0.0,0.13601006623422118,0.15372517456988796,0.0,0.4393723333570403,0.15372517456988796,0.0,0.015583220541419788,0.5,0.15372517456988796,0.0,0.0717367065995806,0.15372517456988796,0.0,0.06500074590981515,0.5,0.15372517456988796,0.0,0.10447284013512198,0.15372517456988796,0.0,0.0841767531369957,0.15372517456988796,0.0,0.4852894509062843,0.15372517456988796,0.0,0.21874975818281783,0.15372517456988796,0.0,0.4147037003443837,0.15372517456988796,0.0,0.2089911551224741,0.15372517456988796,0.0,0.1388341426714264,0.5,0.15372517456988796,0.0,0.13606090916255628,0.0,0.949409391906495,0.4150448637745262 -3166,0.5,0.15372517456988796,0.0,0.5676445427535561,0.15372517456988796,0.0,0.331650680343446,0.15372517456988796,0.0,0.44881818561945314,0.15372517456988796,0.0,0.4811488446433162,0.15372517456988796,0.0,0.24300147989553203,0.15372517456988796,0.0,0.12626607696449182,0.15372517456988796,0.0,0.3844854385732827,0.15372517456988796,0.0,0.017297341909541557,0.5,0.15372517456988796,0.0,0.05787527025371811,0.15372517456988796,0.0,0.04285845341361589,0.5,0.15372517456988796,0.0,0.09485195804366632,0.15372517456988796,0.0,0.05665903449975336,0.15372517456988796,0.0,0.4804257038788785,0.15372517456988796,0.0,0.18697165339406574,0.15372517456988796,0.0,0.3997711883535921,0.15372517456988796,0.0,0.1576894678161492,0.15372517456988796,0.0,0.1372342212091081,0.5,0.15372517456988796,0.0,0.12282306610647148,0.0,0.9695949878727415,0.4386907869734354 -3167,0.5,0.15372517456988796,0.0,0.5309113938540806,0.15372517456988796,0.0,0.3150076270728948,0.15372517456988796,0.0,0.4607185112558323,0.15372517456988796,0.0,0.43903058778151816,0.15372517456988796,0.0,0.22598058295913004,0.15372517456988796,0.0,0.1111430253143584,0.15372517456988796,0.0,0.33070948972982644,0.15372517456988796,0.0,0.01900630670570346,0.5,0.15372517456988796,0.0,0.05658903964956997,0.15372517456988796,0.0,0.03309895374248564,0.5,0.15372517456988796,0.0,0.10763570631332672,0.15372517456988796,0.0,0.042074338251543185,0.15372517456988796,0.0,0.473290966157857,0.15372517456988796,0.0,0.1706370737378724,0.15372517456988796,0.0,0.38951706797844865,0.15372517456988796,0.0,0.11769435630197345,0.15372517456988796,0.0,0.13820101774849644,0.5,0.15372517456988796,0.0,0.09901213395476297,0.0,0.9774576440606669,0.45736318792516545 -3168,0.5,0.15372517456988796,0.0,0.48535368714336197,0.15372517456988796,0.0,0.3440331466097052,0.15372517456988796,0.0,0.4110637237045063,0.15372517456988796,0.0,0.4627542516722367,0.15372517456988796,0.0,0.21390104833577256,0.15372517456988796,0.0,0.09449192081939244,0.15372517456988796,0.0,0.28027633333885715,0.15372517456988796,0.0,0.026870567661231942,0.5,0.15372517456988796,0.0,0.05159700301764221,0.15372517456988796,0.0,0.029589057849370656,0.5,0.15372517456988796,0.0,0.10220210336987788,0.15372517456988796,0.0,0.028926098822178867,0.15372517456988796,0.0,0.4564561574423217,0.15372517456988796,0.0,0.1655848677289427,0.15372517456988796,0.0,0.3631137312567796,0.15372517456988796,0.0,0.0934871389891653,0.15372517456988796,0.0,0.1253675600765172,0.5,0.15372517456988796,0.0,0.08302797142563514,0.0,0.9775267524744444,0.4992477593357694 -3169,0.5,0.15372517456988796,0.0,0.4309518102981582,0.15372517456988796,0.0,0.3195194718539127,0.15372517456988796,0.0,0.3798264437872359,0.15372517456988796,0.0,0.4357323626830048,0.15372517456988796,0.0,0.18618311825771955,0.15372517456988796,0.0,0.08500013213164126,0.15372517456988796,0.0,0.23229411936943523,0.15372517456988796,0.0,0.04334547907847827,0.5,0.15372517456988796,0.0,0.03765537488222484,0.15372517456988796,0.0,0.025649293628703315,0.5,0.15372517456988796,0.0,0.09351861198554734,0.15372517456988796,0.0,0.024363899456472375,0.15372517456988796,0.0,0.4155370065430744,0.15372517456988796,0.0,0.1617602648562759,0.15372517456988796,0.0,0.3149752666667775,0.15372517456988796,0.0,0.07824395185404621,0.15372517456988796,0.0,0.10129084397092478,0.5,0.15372517456988796,0.0,0.05611309577459592,0.0,0.9757562055922608,0.5279762627852272 -3170,0.5,0.15372517456988796,0.0,0.3864463870192154,0.15372517456988796,0.0,0.28629033935247844,0.15372517456988796,0.0,0.3689086237898178,0.15372517456988796,0.0,0.41832928768476396,0.15372517456988796,0.0,0.16521655333806082,0.15372517456988796,0.0,0.07777322400533793,0.15372517456988796,0.0,0.1977332836957141,0.15372517456988796,0.0,0.06170759987189783,0.5,0.15372517456988796,0.0,0.02550970201744443,0.15372517456988796,0.0,0.024326423921774983,0.5,0.15372517456988796,0.0,0.07825836638494685,0.15372517456988796,0.0,0.025854864805555922,0.15372517456988796,0.0,0.38567327539318275,0.15372517456988796,0.0,0.15409873468887147,0.15372517456988796,0.0,0.25684012153404945,0.15372517456988796,0.0,0.06555853800581546,0.15372517456988796,0.0,0.06931164472212885,0.5,0.15372517456988796,0.0,0.035835942259623756,0.0,0.9751871427054257,0.5677390305806576 -3171,0.5,0.15372517456988796,0.0,0.3643738202273401,0.15372517456988796,0.0,0.2311113103172977,0.15372517456988796,0.0,0.3485556742503641,0.15372517456988796,0.0,0.41129396515021205,0.15372517456988796,0.0,0.14701485033807554,0.15372517456988796,0.0,0.07933839499935036,0.15372517456988796,0.0,0.16652517102978606,0.15372517456988796,0.0,0.07825477711263962,0.5,0.15372517456988796,0.0,0.01785588856230426,0.15372517456988796,0.0,0.022527355003033236,0.5,0.15372517456988796,0.0,0.07097185384187897,0.15372517456988796,0.0,0.02604954048681552,0.15372517456988796,0.0,0.3591759529936604,0.15372517456988796,0.0,0.14815957413105274,0.15372517456988796,0.0,0.2015638657942351,0.15372517456988796,0.0,0.0544266919282838,0.15372517456988796,0.0,0.053292812333095796,0.5,0.15372517456988796,0.0,0.023567467219307536,0.0,0.9746668494406783,0.6149514332051066 -3172,0.5,0.15372517456988796,0.0,0.35991808839586975,0.15372517456988796,0.0,0.18052492064212675,0.15372517456988796,0.0,0.30750428398550617,0.15372517456988796,0.0,0.3773349757667474,0.15372517456988796,0.0,0.11715526828044918,0.15372517456988796,0.0,0.08315337761879277,0.15372517456988796,0.0,0.14383993872729006,0.15372517456988796,0.0,0.07919453341185644,0.5,0.15372517456988796,0.0,0.014736026883575984,0.15372517456988796,0.0,0.016173372358032914,0.5,0.15372517456988796,0.0,0.05529270085770385,0.15372517456988796,0.0,0.022208920079643493,0.15372517456988796,0.0,0.32687157865312333,0.15372517456988796,0.0,0.14762788640498758,0.15372517456988796,0.0,0.16012081049930962,0.15372517456988796,0.0,0.04104585738415635,0.15372517456988796,0.0,0.042248886300991766,0.5,0.15372517456988796,0.0,0.017330697732294578,0.0,0.973798944627732,0.625782339100989 -3173,0.5,0.15372517456988796,0.00010797525430633998,0.34747242924985144,0.15372517456988796,0.0,0.14977139011857585,0.15372517456988796,0.0,0.2558178258215453,0.15372517456988796,8.951341719039397e-06,0.3245502506219277,0.15372517456988796,0.0,0.0947644696859733,0.15372517456988796,0.0,0.0755464225615399,0.15372517456988796,0.0,0.13244146790252972,0.15372517456988796,0.0,0.06970211533900289,0.5,0.15372517456988796,0.0,0.01237864102044481,0.15372517456988796,0.0,0.012126566847177443,0.5,0.15372517456988796,0.0,0.04092420601360363,0.15372517456988796,0.0,0.016444405476489343,0.15372517456988796,0.0,0.2930307945373341,0.15372517456988796,0.0,0.14918827546384958,0.15372517456988796,0.0,0.13653069104693158,0.15372517456988796,0.0,0.0322161106004107,0.15372517456988796,0.0,0.0347713113125649,0.5,0.15372517456988796,0.0,0.015583469695447124,0.0,0.9723304024430747,0.6123141356818261 -3174,0.5,0.15372517456988796,0.012678433995010677,0.368708359447943,0.15372517456988796,0.0033103898561159073,0.14142961951893274,0.15372517456988796,0.025398064214515008,0.23426590724809024,0.15372517456988796,0.014940170787306027,0.2872298733149343,0.15372517456988796,0.001656395192157692,0.07869577159524697,0.15372517456988796,0.0030783517614109863,0.07198644386781206,0.15372517456988796,0.012613658934907561,0.12447972644205652,0.15372517456988796,0.0045518740960055004,0.06660896681801565,0.5,0.15372517456988796,0.01159913780514316,0.009792802929319059,0.15372517456988796,0.004195425387053408,0.012752318244074223,0.5,0.15372517456988796,0.007909790199833915,0.02380165600583217,0.15372517456988796,0.004093845264978464,0.013958683777879581,0.15372517456988796,0.007293285663993445,0.2942895539203924,0.15372517456988796,0.0071703983609159114,0.1711122054785824,0.15372517456988796,0.008223227352335685,0.13685345303451396,0.15372517456988796,0.019628842814123946,0.030378085283415637,0.15372517456988796,0.0071663913296221545,0.03362381541011608,0.5,0.15372517456988796,0.009200415069463213,0.0151998528928992,0.0,0.9639831411319931,0.44072329458813503 -3175,0.5,0.15372517456988796,0.05443465389585983,0.4371437752306588,0.15372517456988796,0.018551786921740268,0.19363528961128465,0.15372517456988796,0.08807243229255124,0.26553520164238514,0.15372517456988796,0.04667573182859502,0.2784895925041456,0.15372517456988796,0.014430146805126772,0.08113675268430909,0.15372517456988796,0.024310631621584748,0.07419212706146516,0.15372517456988796,0.057575100014636144,0.15861361333523746,0.15372517456988796,0.02896777289859633,0.08138269207511384,0.5,0.15372517456988796,0.07737133586491975,0.012145087258539505,0.15372517456988796,0.03627154439930532,0.044484743726266464,0.5,0.15372517456988796,0.04222015676474884,0.013584675212598592,0.15372517456988796,0.024484858916593796,0.019021384598621766,0.15372517456988796,0.03067850695308065,0.34482274310345284,0.15372517456988796,0.04325501960376916,0.25311847068411086,0.15372517456988796,0.035596531990974206,0.1806672454637964,0.15372517456988796,0.0778206767156741,0.05421693782251681,0.15372517456988796,0.04200418313074528,0.04305369855982513,0.5,0.15372517456988796,0.06773513631758815,0.022170434468823625,0.0,0.9604770504554235,0.3497116142940262 -3176,0.5,0.15372517456988796,0.1025531287956236,0.49311265509605623,0.15372517456988796,0.04157974726825986,0.2719397388995796,0.15372517456988796,0.1640498472004076,0.3442993542119342,0.15372517456988796,0.08194824670002937,0.2932584918459637,0.15372517456988796,0.04620791891680165,0.11598382960040843,0.15372517456988796,0.08269552922829451,0.08820448747019477,0.15372517456988796,0.1121664453875662,0.2307768990452983,0.15372517456988796,0.07211243831465129,0.11964846909841245,0.5,0.15372517456988796,0.19172205873403916,0.05769077371366245,0.15372517456988796,0.05261713116815127,0.10710031853348587,0.5,0.15372517456988796,0.11688011775975948,0.009325204134814784,0.15372517456988796,0.04362242402779368,0.020661724790938966,0.15372517456988796,0.07048749497387802,0.42693760651407475,0.15372517456988796,0.09632380198384617,0.359010089624501,0.15372517456988796,0.07076034820991993,0.21948303194752145,0.15372517456988796,0.14988862616235463,0.12237987534066018,0.15372517456988796,0.1060111163532832,0.07533633356091758,0.5,0.15372517456988796,0.1452025014240708,0.03150529661203281,0.0,0.9508685222855803,0.5229055520610996 -3177,0.5,0.15372517456988796,0.12593102181200833,0.5072487233303071,0.15372517456988796,0.06793561594968002,0.34579245239675543,0.15372517456988796,0.24805319007742346,0.4608403236759417,0.15372517456988796,0.11467191558613651,0.3139841230965075,0.15372517456988796,0.09723382090771682,0.16457770745975372,0.15372517456988796,0.20039999717775225,0.09112787187388399,0.15372517456988796,0.15940550986677524,0.3222477961711787,0.15372517456988796,0.13020583676026556,0.2133219901813938,0.5,0.15372517456988796,0.32461940193216127,0.20178407767997011,0.15372517456988796,0.07653454616754132,0.1411514217555779,0.5,0.15372517456988796,0.21015204461518874,0.02243475420501625,0.15372517456988796,0.08237839719121012,0.02825415278953807,0.15372517456988796,0.1227989905783861,0.5055697222261467,0.15372517456988796,0.11437962351970965,0.36964256234450177,0.15372517456988796,0.09982048963792434,0.29921732758863856,0.15372517456988796,0.2142405795786987,0.18874415140347967,0.15372517456988796,0.20070008174492568,0.10959045971716708,0.5,0.15372517456988796,0.22982214812734453,0.034344380747547525,0.0,0.9313634692171908,0.6589295064760413 -3178,0.5,0.15372517456988796,0.14010171723374878,0.5043792403743087,0.15372517456988796,0.09305630545738969,0.44745504494638105,0.15372517456988796,0.2690441138561196,0.4306901786514334,0.15372517456988796,0.14267342861825116,0.3167097057830881,0.15372517456988796,0.14909261756077502,0.22193762330160066,0.15372517456988796,0.26130376219532203,0.09858604330071888,0.15372517456988796,0.21845701229069142,0.2646847676840953,0.15372517456988796,0.1677495511423523,0.2632421690909468,0.5,0.15372517456988796,0.4232234153940155,0.24575930240222232,0.15372517456988796,0.09044483672229,0.16194244395920065,0.5,0.15372517456988796,0.31835566044159863,0.05916467204622085,0.15372517456988796,0.0988801447793082,0.04555339682873935,0.15372517456988796,0.18441300306937752,0.5167861270365864,0.15372517456988796,0.14622627993743623,0.37882266448564317,0.15372517456988796,0.11947284334970594,0.3282694625020923,0.15372517456988796,0.24207296467623202,0.19401997064420806,0.15372517456988796,0.359853746588164,0.14911771066076204,0.5,0.15372517456988796,0.2599598215896211,0.03368296926756335,0.0,0.8958549341806954,0.71801021040121 -3179,0.5,0.15372517456988796,0.1666969658597515,0.5041201752545832,0.15372517456988796,0.11369409223373775,0.5222157389055507,0.15372517456988796,0.32867883014628974,0.33891362994358515,0.15372517456988796,0.17625230617599036,0.32682291648631945,0.15372517456988796,0.23319681197343417,0.2817956607143898,0.15372517456988796,0.2790473333970947,0.1392757181856223,0.15372517456988796,0.3696359807955424,0.2821837726336863,0.15372517456988796,0.16472742368940432,0.29954834774383043,0.5,0.15372517456988796,0.48597282083689325,0.2739449219857296,0.15372517456988796,0.10979246865969686,0.16867958585864146,0.5,0.15372517456988796,0.4067729561843709,0.11636432742954425,0.15372517456988796,0.1335583182718898,0.06523910929623658,0.15372517456988796,0.2516821514750268,0.5345296711906912,0.15372517456988796,0.2407176097936694,0.41506036337309027,0.15372517456988796,0.19391981384126186,0.3604661483852961,0.15372517456988796,0.3577089959731159,0.21327180017803798,0.15372517456988796,0.32786648854198985,0.16234659411238422,0.5,0.15372517456988796,0.3229777874997454,0.048803247935718705,0.0,0.8530884076366968,0.7756933278239228 -3180,0.5,0.15372517456988796,0.16052033163029952,0.47290968561108654,0.15372517456988796,0.14119166430796398,0.450569104756701,0.15372517456988796,0.4648304844054524,0.271518565506305,0.15372517456988796,0.24623465765452193,0.307995150507307,0.15372517456988796,0.20237964320511867,0.2801680964350567,0.15372517456988796,0.22999335911261568,0.2062512982421686,0.15372517456988796,0.35130043894701984,0.25723687462313904,0.15372517456988796,0.202373221475541,0.30238579118226067,0.5,0.15372517456988796,0.4794959476688582,0.304545917275488,0.15372517456988796,0.21031581541795202,0.2104439337117901,0.5,0.15372517456988796,0.3356011040889745,0.12849378588113294,0.15372517456988796,0.164009145822744,0.10049831365975254,0.15372517456988796,0.4151991668418424,0.6598837481074312,0.15372517456988796,0.4097200568622692,0.5273381644215578,0.15372517456988796,0.26913023946036724,0.4329698833564227,0.15372517456988796,0.29748435459981853,0.2249802427711289,0.15372517456988796,0.2579817196974061,0.15144167719036614,0.5,0.15372517456988796,0.3943474033483437,0.06800807766720854,0.0,0.7830998306221759,0.8127863950754481 -3181,0.5,0.15372517456988796,0.1682745806786701,0.45537211219973683,0.15372517456988796,0.2650114737072195,0.4812597566585331,0.15372517456988796,0.5254527723790526,0.22422357705282073,0.15372517456988796,0.32357104423043337,0.2347414701094052,0.15372517456988796,0.25421299100177264,0.25847311255918387,0.15372517456988796,0.20440095288451438,0.2650175784890969,0.15372517456988796,0.2093128652658115,0.2311016855818235,0.15372517456988796,0.31786802241906736,0.38859918466579496,0.5,0.15372517456988796,0.4296236629994361,0.3081243340125891,0.15372517456988796,0.20861963477249532,0.22552686470956454,0.5,0.15372517456988796,0.2771908355377216,0.1318270754850425,0.15372517456988796,0.16589870699589152,0.13608046918694158,0.15372517456988796,0.4459499622270323,0.704563972853018,0.15372517456988796,0.5116791571278538,0.6408013012078293,0.15372517456988796,0.2279842275991694,0.4320830259413742,0.15372517456988796,0.2772285582039641,0.22192350953838555,0.15372517456988796,0.2617866146968978,0.1490163090898004,0.5,0.15372517456988796,0.36543949415075816,0.10770836945818348,0.0,0.7452272219508081,0.8500886144246703 -3182,0.5,0.15372517456988796,0.17362579244615814,0.4548912790114866,0.15372517456988796,0.3227559865217755,0.5761548156671347,0.15372517456988796,0.4764127911670447,0.26307822997890734,0.15372517456988796,0.32982908216727425,0.16642204789688586,0.15372517456988796,0.28384330465164,0.26875318539198517,0.15372517456988796,0.14517477689105204,0.27489574717330456,0.15372517456988796,0.22455893295679535,0.31166853980020176,0.15372517456988796,0.2473902608471127,0.4094940869993592,0.5,0.15372517456988796,0.44985941497484394,0.3199417814017328,0.15372517456988796,0.1805488442892565,0.16133879969356751,0.5,0.15372517456988796,0.3228248984120234,0.16236126848819046,0.15372517456988796,0.1622405698865399,0.15515737700779542,0.15372517456988796,0.4214510534949426,0.7505327350348285,0.15372517456988796,0.46372236813822343,0.7157983518076734,0.15372517456988796,0.20043297974818033,0.41642845303751636,0.15372517456988796,0.2966364580114106,0.20334793728182768,0.15372517456988796,0.31652386678509853,0.17747799469334086,0.5,0.15372517456988796,0.28163863598168193,0.12290940121388572,0.0,0.7364087663009387,0.8833417300780149 -3183,0.5,0.15372517456988796,0.17044976100461817,0.4468839722821057,0.15372517456988796,0.34020095450370114,0.7525115933592768,0.15372517456988796,0.34904552007458656,0.2903405754654134,0.15372517456988796,0.29729875527983074,0.12259452050895996,0.15372517456988796,0.40724804856746477,0.3855627476847654,0.15372517456988796,0.14497319506264258,0.24525955986766365,0.15372517456988796,0.2214609270720726,0.39990057459542117,0.15372517456988796,0.19707964825879576,0.38475145834766045,0.5,0.15372517456988796,0.36777942632653815,0.3109962862760677,0.15372517456988796,0.1354691737728,0.11122637080435568,0.5,0.15372517456988796,0.29072600216434324,0.17381561286681302,0.15372517456988796,0.1769413322867468,0.16201164242023702,0.15372517456988796,0.40640519224044164,0.7934700206594694,0.15372517456988796,0.4384391912001069,0.7666275821529738,0.15372517456988796,0.2834727586118962,0.41287395759323925,0.15372517456988796,0.3496729683721024,0.2598019010040397,0.15372517456988796,0.34788129522620503,0.1890658769284932,0.5,0.15372517456988796,0.18839175711177986,0.11890959447011074,0.0,0.6964392687941228,0.8952092180594671 -3184,0.5,0.15372517456988796,0.15850831808259427,0.42087517156217635,0.15372517456988796,0.28546835818899385,0.7808611594702033,0.15372517456988796,0.2058463731418688,0.30633821603769945,0.15372517456988796,0.24263181612016904,0.11469932262569645,0.15372517456988796,0.23903511193795057,0.379481165366618,0.15372517456988796,0.14720552417984656,0.22135688117808322,0.15372517456988796,0.18634193328408766,0.35331083445897876,0.15372517456988796,0.2141983580640977,0.4299867791512707,0.5,0.15372517456988796,0.22991065283693704,0.28327123482027167,0.15372517456988796,0.06975308455559115,0.07436721027502519,0.5,0.15372517456988796,0.23168654764087915,0.17502826290885207,0.15372517456988796,0.1506702617624585,0.17489316185516512,0.15372517456988796,0.3069559575966842,0.7936871988046628,0.15372517456988796,0.3928239313599697,0.7762559911704668,0.15372517456988796,0.3085979929622253,0.4027295103192168,0.15372517456988796,0.21242556170021476,0.2571967127153432,0.15372517456988796,0.24843473479506706,0.21558527664734506,0.5,0.15372517456988796,0.1662400433643792,0.09441727545276313,0.0,0.5448547270679351,0.8861257264148055 -3185,0.5,0.15372517456988796,0.13556159497471537,0.33295443547533254,0.15372517456988796,0.23322149322447955,0.7101113191827141,0.15372517456988796,0.11784878247871874,0.3183095996037445,0.15372517456988796,0.14918910187142403,0.11706986188924705,0.15372517456988796,0.12845069093526143,0.3330942460659169,0.15372517456988796,0.09774975258841655,0.16873461390642058,0.15372517456988796,0.10465793032192822,0.2791842992668985,0.15372517456988796,0.1600769280330748,0.3270351726535623,0.5,0.15372517456988796,0.16302019592323716,0.2740782266514452,0.15372517456988796,0.059405897989570036,0.0728619389802545,0.5,0.15372517456988796,0.1558321249921685,0.17873562495374756,0.15372517456988796,0.10089982138860609,0.17543563729595585,0.15372517456988796,0.2133854894420469,0.7920318932237224,0.15372517456988796,0.30256500993386737,0.7601498131761827,0.15372517456988796,0.2097229321901113,0.3738277484947549,0.15372517456988796,0.1359543168658255,0.2369379059787924,0.15372517456988796,0.13841407644025472,0.19452536012302868,0.5,0.15372517456988796,0.152037163773699,0.11815062569868014,0.0,0.3637121776442501,0.8477887126107404 -3186,0.5,0.15372517456988796,0.11896199916332784,0.2313620637537169,0.15372517456988796,0.21149376056700175,0.5864819931486016,0.15372517456988796,0.06425470573590725,0.26940194156938774,0.15372517456988796,0.06679347433498853,0.1366572180115396,0.15372517456988796,0.10131662222547816,0.2892041319831191,0.15372517456988796,0.05755859894195431,0.09461544480626621,0.15372517456988796,0.06256591711277508,0.174858576195887,0.15372517456988796,0.06349508174231117,0.19313377190902248,0.5,0.15372517456988796,0.09277570496814108,0.2187468644524287,0.15372517456988796,0.02700252499299263,0.07874745900521263,0.5,0.15372517456988796,0.10802392604313532,0.16477583241986904,0.15372517456988796,0.05441768069694717,0.14618965925918154,0.15372517456988796,0.1563124265596487,0.775270983496424,0.15372517456988796,0.21260449102955037,0.6674854739711098,0.15372517456988796,0.11017024295837889,0.2977294250318558,0.15372517456988796,0.06549141928675846,0.20046106331793426,0.15372517456988796,0.0727203816862793,0.1316148671017477,0.5,0.15372517456988796,0.06977326728120863,0.14379711205819112,0.0,0.2848288632193563,0.7872197912578608 -3187,0.5,0.15372517456988796,0.04675240657278905,0.16025630412511008,0.15372517456988796,0.06400681713599565,0.3513842778944149,0.15372517456988796,0.03404761630241271,0.22364252063218507,0.15372517456988796,0.02197408942241564,0.11453699034473773,0.15372517456988796,0.05439787143664532,0.16532430453505764,0.15372517456988796,0.030526951532151896,0.051269969426845814,0.15372517456988796,0.021807107216986032,0.09573383476114071,0.15372517456988796,0.015375666816180078,0.11326620803196276,0.5,0.15372517456988796,0.027772140849499603,0.15130905148545934,0.15372517456988796,0.006479169345076794,0.12005522961018736,0.5,0.15372517456988796,0.05098145927907688,0.10532115873767406,0.15372517456988796,0.02808748991227844,0.11793676550768481,0.15372517456988796,0.074568897313325,0.6857854827166829,0.15372517456988796,0.09318468785257521,0.43562744023992894,0.15372517456988796,0.03589976137652758,0.20267914099326392,0.15372517456988796,0.03076946386785829,0.17065293924844158,0.15372517456988796,0.02659185530053848,0.0831431256467354,0.5,0.15372517456988796,0.012469804775619809,0.16032840642707163,0.0,0.4984741940361726,0.779853841837441 -3188,0.5,0.15372517456988796,2.3707096611007434e-05,0.17105212725268945,0.15372517456988796,0.0,0.22412334057657904,0.15372517456988796,6.142732013035742e-05,0.14954022016457663,0.15372517456988796,2.2523692169467058e-05,0.07857241155768394,0.15372517456988796,0.0,0.10983479420810704,0.15372517456988796,0.0,0.028722574585800402,0.15372517456988796,0.0,0.06281340035426261,0.15372517456988796,0.00017805652305295067,0.0654095958532448,0.5,0.15372517456988796,0.0,0.08756152407789845,0.15372517456988796,1.0384921099150967e-05,0.20292729745547453,0.5,0.15372517456988796,0.0,0.04983178169117592,0.15372517456988796,1.51785874677823e-05,0.0970864204711996,0.15372517456988796,0.0,0.5521656209754926,0.15372517456988796,0.0,0.29275020510356065,0.15372517456988796,0.0,0.1476430120617196,0.15372517456988796,0.0,0.13238081342766314,0.15372517456988796,1.2240535850260956e-05,0.049795658105479874,0.5,0.15372517456988796,4.132964363581894e-06,0.17529070222014193,0.0,0.846302757319041,0.7906101336105507 -3189,0.5,0.15372517456988796,0.0,0.1801645388768146,0.15372517456988796,0.0,0.15862013464233907,0.15372517456988796,0.0,0.10357891948635273,0.15372517456988796,0.0,0.07075435410985116,0.15372517456988796,0.0,0.10894728315321159,0.15372517456988796,0.0,0.039229651103939715,0.15372517456988796,0.0,0.05653177700221566,0.15372517456988796,0.0,0.029299256679170507,0.5,0.15372517456988796,0.0,0.05218132932422767,0.15372517456988796,0.0,0.2271834319167785,0.5,0.15372517456988796,0.0,0.046207497636062037,0.15372517456988796,0.0,0.06384410210292008,0.15372517456988796,0.0,0.5096522256402931,0.15372517456988796,0.0,0.2550793059764176,0.15372517456988796,0.0,0.12309937322206463,0.15372517456988796,0.0,0.08403937776487354,0.15372517456988796,0.0,0.039602744163114906,0.5,0.15372517456988796,0.0,0.16123808753057278,0.0,0.7997318390312638,0.7892828010494867 -3190,0.5,0.15372517456988796,0.0,0.17479110555764418,0.15372517456988796,0.0,0.12433258250287058,0.15372517456988796,0.0,0.08535399342520646,0.15372517456988796,0.0,0.07291856190456976,0.15372517456988796,0.0,0.11363551859575528,0.15372517456988796,0.0,0.05182174292205756,0.15372517456988796,0.0,0.06360457026227243,0.15372517456988796,0.0,0.017582125020928308,0.5,0.15372517456988796,0.0,0.030270877347194802,0.15372517456988796,0.0,0.16265983369398057,0.5,0.15372517456988796,0.0,0.04985525998392694,0.15372517456988796,0.0,0.06560851206098761,0.15372517456988796,0.0,0.5070317327880342,0.15372517456988796,0.0,0.2545337619537519,0.15372517456988796,0.0,0.11321385705458967,0.15372517456988796,0.0,0.051220554858569134,0.15372517456988796,0.0,0.04886479868926859,0.5,0.15372517456988796,0.0,0.1505014307218805,0.0,0.656902164264176,0.7927302696365799 -3191,0.5,0.15372517456988796,0.0,0.1739882608638845,0.15372517456988796,0.0,0.1231514911411943,0.15372517456988796,0.0,0.07715882376556663,0.15372517456988796,0.0,0.07717747959755207,0.15372517456988796,0.0,0.11721918141595816,0.15372517456988796,0.0,0.04972285384527231,0.15372517456988796,0.0,0.0754379484455624,0.15372517456988796,0.0,0.015607089709131387,0.5,0.15372517456988796,0.0,0.020053605696891862,0.15372517456988796,0.0,0.12638398569373005,0.5,0.15372517456988796,0.0,0.07581982915186555,0.15372517456988796,0.0,0.07310342453567122,0.15372517456988796,0.0,0.5466687191182121,0.15372517456988796,0.0,0.27206086505493043,0.15372517456988796,0.0,0.1108653464138475,0.15372517456988796,0.0,0.03623545718246169,0.15372517456988796,0.0,0.07194205833718878,0.5,0.15372517456988796,0.0,0.13267967996197158,0.0,0.5584716352222068,0.7967709149622355 -3192,0.5,0.15372517456988796,0.0,0.1734645368546142,0.15372517456988796,0.0,0.2152497232090448,0.15372517456988796,0.0,0.07781264563118948,0.15372517456988796,0.0,0.09236041801746127,0.15372517456988796,0.0,0.11213022597250272,0.15372517456988796,0.0,0.04355998238485064,0.15372517456988796,0.0,0.0782260398380344,0.15372517456988796,0.0,0.014169317055316256,0.5,0.15372517456988796,0.0,0.015676116005101094,0.15372517456988796,0.0,0.12243530993620869,0.5,0.15372517456988796,0.0,0.10802150779870276,0.15372517456988796,0.0,0.07704688402069203,0.15372517456988796,0.0,0.5469715942612661,0.15372517456988796,0.0,0.28887056291983904,0.15372517456988796,0.0,0.11122725392672538,0.15372517456988796,0.0,0.035327672493528146,0.15372517456988796,0.0,0.10156031151367259,0.5,0.15372517456988796,0.0,0.13488110973655343,0.0,0.5621395290089892,0.8224160211209035 -3193,0.5,0.15372517456988796,0.0,0.1877991430380179,0.15372517456988796,0.0,0.28355856770277044,0.15372517456988796,0.0,0.08510568010804041,0.15372517456988796,0.0,0.09577328555561,0.15372517456988796,0.0,0.09792646894307978,0.15372517456988796,0.0,0.036319807960403294,0.15372517456988796,0.0,0.07521095269392541,0.15372517456988796,0.0,0.013723308006857117,0.5,0.15372517456988796,0.0,0.013492017366154792,0.15372517456988796,0.0,0.1359049817633812,0.5,0.15372517456988796,0.0,0.1622421723656213,0.15372517456988796,0.0,0.09096778432565537,0.15372517456988796,0.0,0.5733655213636185,0.15372517456988796,0.0,0.2897152272864927,0.15372517456988796,0.0,0.10945813357026637,0.15372517456988796,0.0,0.04247482352960298,0.15372517456988796,0.0,0.11687078752209744,0.5,0.15372517456988796,0.0,0.1366805163420902,0.0,0.6274749024097264,0.8697290313959736 -3194,0.5,0.15372517456988796,0.0,0.2105983793044787,0.15372517456988796,0.0,0.3771683406838544,0.15372517456988796,0.0,0.08794138930678395,0.15372517456988796,0.0,0.09690072009478858,0.15372517456988796,0.0,0.08206808725684651,0.15372517456988796,0.0,0.03455746126589915,0.15372517456988796,0.0,0.06140367187901934,0.15372517456988796,0.0,0.014862200835963187,0.5,0.15372517456988796,0.0,0.012104319673410961,0.15372517456988796,0.0,0.1865356677143753,0.5,0.15372517456988796,0.0,0.14374300042050614,0.15372517456988796,0.0,0.11933277500818729,0.15372517456988796,0.0,0.5917638046082231,0.15372517456988796,0.0,0.2942223513991219,0.15372517456988796,0.0,0.12245307276369227,0.15372517456988796,0.0,0.04672790015534126,0.15372517456988796,0.0,0.1075459978402012,0.5,0.15372517456988796,0.0,0.1839579193880556,0.0,0.6759929151280647,0.8910628767988819 -3195,0.5,0.15372517456988796,0.0,0.248045971896713,0.15372517456988796,0.0,0.3703615893242369,0.15372517456988796,0.0,0.09110947210759954,0.15372517456988796,0.0,0.09537108157092157,0.15372517456988796,0.0,0.07362366434178343,0.15372517456988796,0.0,0.03819503071082675,0.15372517456988796,0.0,0.05323583117205728,0.15372517456988796,0.0,0.018102034428226457,0.5,0.15372517456988796,0.0,0.009651533844195145,0.15372517456988796,0.0,0.21674630943201445,0.5,0.15372517456988796,0.0,0.0781367049971516,0.15372517456988796,0.0,0.16707062774839368,0.15372517456988796,0.0,0.6124604224606842,0.15372517456988796,0.0,0.30806290290862753,0.15372517456988796,0.0,0.13441474405677337,0.15372517456988796,0.0,0.042122718069671716,0.15372517456988796,0.0,0.1010681734798446,0.5,0.15372517456988796,0.0,0.2049305152395848,0.0,0.7339847607031234,0.921431288141113 -3196,0.5,0.15372517456988796,0.0,0.29698513689407585,0.15372517456988796,0.0,0.3761011811283383,0.15372517456988796,0.0,0.09282378380589174,0.15372517456988796,0.0,0.08973688896711712,0.15372517456988796,0.0,0.06776753900082336,0.15372517456988796,0.0,0.03623396185257273,0.15372517456988796,0.0,0.05241017300807936,0.15372517456988796,0.0,0.02043499312523748,0.5,0.15372517456988796,0.0,0.006681330057343568,0.15372517456988796,0.0,0.17261168741017202,0.5,0.15372517456988796,0.0,0.0274732791647135,0.15372517456988796,0.0,0.2116217290071873,0.15372517456988796,0.0,0.618346266259428,0.15372517456988796,0.0,0.3402175790402684,0.15372517456988796,0.0,0.13853585645472807,0.15372517456988796,0.0,0.03486055074673499,0.15372517456988796,0.0,0.10148223128316176,0.5,0.15372517456988796,0.0,0.16942605408452927,0.0,0.7993787645832329,0.9420869183021037 -3197,0.5,0.15372517456988796,0.0005153311992152911,0.3521233472891413,0.15372517456988796,0.0,0.3996825087805361,0.15372517456988796,0.0,0.09382998168501763,0.15372517456988796,0.0003318871368544306,0.0915225908425792,0.15372517456988796,0.0,0.05953909237953109,0.15372517456988796,0.0,0.031941587077795514,0.15372517456988796,0.0,0.04917052231427864,0.15372517456988796,0.0,0.021764589778444306,0.5,0.15372517456988796,0.0,0.006193798252671718,0.15372517456988796,0.0,0.15627898171334734,0.5,0.15372517456988796,0.0,0.01868430162508534,0.15372517456988796,0.0,0.17234756028088008,0.15372517456988796,0.0,0.5908385820941179,0.15372517456988796,0.0,0.364326609198217,0.15372517456988796,0.0,0.1369738835182312,0.15372517456988796,0.0,0.031759274738701215,0.15372517456988796,0.0,0.089104741286072,0.5,0.15372517456988796,0.0,0.1939200776667452,0.0,0.8237152695009338,0.9562160052295191 -3198,0.5,0.15372517456988796,0.018132969748038144,0.3835889360506188,0.15372517456988796,0.004539696116864919,0.3985649613544328,0.15372517456988796,0.03466782945719135,0.11940626109766492,0.15372517456988796,0.032238109119169744,0.15164601054120122,0.15372517456988796,0.03306802274289403,0.04433655595863386,0.15372517456988796,0.013494748113368937,0.026928059962028857,0.15372517456988796,0.027537743170202716,0.03622332323238975,0.15372517456988796,0.01550365453672278,0.019089101997930857,0.5,0.15372517456988796,0.014074139798388091,0.005873008466753353,0.15372517456988796,0.00151055056895144,0.19513011921501722,0.5,0.15372517456988796,0.005988459121125454,0.02596385292015507,0.15372517456988796,0.004137473095488675,0.11387080929368747,0.15372517456988796,0.004959333830951603,0.5885564108724668,0.15372517456988796,0.013150071636171498,0.39011593217024465,0.15372517456988796,0.032535286515417844,0.17157726302362797,0.15372517456988796,0.028054768994770773,0.024784016865191057,0.15372517456988796,0.006824292549334947,0.08101339013734722,0.5,0.15372517456988796,0.002567274423650209,0.2616448018395572,0.0,0.8075650043117701,0.9673418109582845 -3199,0.5,0.15372517456988796,0.05094831125567375,0.4482254390629685,0.15372517456988796,0.024018556001638974,0.416408236144272,0.15372517456988796,0.11676468689708899,0.2647808870593567,0.15372517456988796,0.08045796350129505,0.3100123855860228,0.15372517456988796,0.11293822969661932,0.05922244735929863,0.15372517456988796,0.06430174923510909,0.03192385457345126,0.15372517456988796,0.10111594823359873,0.09305172736559142,0.15372517456988796,0.07056732743244212,0.03161494301243275,0.5,0.15372517456988796,0.08656954318569468,0.0057320281995101,0.15372517456988796,0.019714406988380444,0.20679965247939622,0.5,0.15372517456988796,0.0607543037854556,0.06026766430209345,0.15372517456988796,0.047670328053663925,0.11953448651596048,0.15372517456988796,0.027020432809120205,0.6171297642440295,0.15372517456988796,0.04815049434159161,0.4478314814312915,0.15372517456988796,0.09761456160851242,0.27567782013713454,0.15372517456988796,0.10855111226843915,0.07196570637457597,0.15372517456988796,0.04477579863618898,0.10205517433588579,0.5,0.15372517456988796,0.018061757026372544,0.35159880371226215,0.0,0.7782509879534915,0.9644144749038607 -3200,0.5,0.15372517456988796,0.08746759334885662,0.4824226622284832,0.15372517456988796,0.05362994858797064,0.4550876483255758,0.15372517456988796,0.23461720561008878,0.3838044328558011,0.15372517456988796,0.11037912077546341,0.3251559225393463,0.15372517456988796,0.22543577779694743,0.16236934115954196,0.15372517456988796,0.16147203372878563,0.07584442356351212,0.15372517456988796,0.19152233155973233,0.22687398881974735,0.15372517456988796,0.12729860083630906,0.12224649706954997,0.5,0.15372517456988796,0.17685159297142594,0.029341180505823686,0.15372517456988796,0.06745542700784807,0.16899392791461093,0.5,0.15372517456988796,0.11287924428502472,0.11011956076732247,0.15372517456988796,0.099938505918033,0.15391325827274094,0.15372517456988796,0.057793055932671714,0.6657723196963331,0.15372517456988796,0.07472502966361369,0.5625658380567574,0.15372517456988796,0.17412504210401913,0.39198001276962624,0.15372517456988796,0.21447251689695118,0.2281430224184075,0.15372517456988796,0.10446263426307398,0.1602986666032196,0.5,0.15372517456988796,0.06721315654675562,0.4122460033487616,0.0,0.7328027820208108,0.9603774304216144 -3201,0.5,0.15372517456988796,0.11121313115417936,0.4694263096117497,0.15372517456988796,0.09618676533704629,0.6045557918272154,0.15372517456988796,0.3238124497458651,0.4182192572800874,0.15372517456988796,0.1424035900672115,0.3139954677074013,0.15372517456988796,0.29972448832931015,0.48672817891096654,0.15372517456988796,0.29447755507198237,0.20301326399628217,0.15372517456988796,0.2932045981534853,0.28815029939416786,0.15372517456988796,0.17304421542331222,0.22544321967489628,0.5,0.15372517456988796,0.23454509813332547,0.12486248132688982,0.15372517456988796,0.11616791935812923,0.15167601474694642,0.5,0.15372517456988796,0.1615118494566077,0.14037124565658166,0.15372517456988796,0.10788491031059859,0.15900987956441223,0.15372517456988796,0.08990097570468142,0.6956305323475352,0.15372517456988796,0.09242359157659202,0.6207814289937552,0.15372517456988796,0.2047319901802676,0.4613509224766019,0.15372517456988796,0.31221641706924025,0.2793595903996807,0.15372517456988796,0.1683170859623512,0.2618802054678248,0.5,0.15372517456988796,0.114711080055028,0.4050642873162161,0.0,0.6724973748145182,0.9642607133415487 -3202,0.5,0.15372517456988796,0.13406552519517786,0.45340154511883884,0.15372517456988796,0.11903954169161704,0.6222367772851375,0.15372517456988796,0.3822494148380472,0.42274895220006675,0.15372517456988796,0.20428027662510312,0.33001702392706456,0.15372517456988796,0.22219333610778463,0.5096790891935188,0.15372517456988796,0.41127311570404934,0.3126266779567861,0.15372517456988796,0.3677485272947804,0.34281903509441347,0.15372517456988796,0.3091808660541803,0.2786882734881033,0.5,0.15372517456988796,0.2941595022192729,0.17944471871464018,0.15372517456988796,0.11348817677897628,0.12639388792403447,0.5,0.15372517456988796,0.24606201811926345,0.04693454497508394,0.15372517456988796,0.1253053690086852,0.1607201050679893,0.15372517456988796,0.12170580904092004,0.6862500204042048,0.15372517456988796,0.11790066268454759,0.6322484403683484,0.15372517456988796,0.17438109817839348,0.45973690249093596,0.15372517456988796,0.43167075836043306,0.3324891031377267,0.15372517456988796,0.2747232704376871,0.24960346430530658,0.5,0.15372517456988796,0.15182848748585082,0.3591819255003923,0.0,0.5963797869942326,0.959103640501696 -3203,0.5,0.15372517456988796,0.15811307536541552,0.44381896915075175,0.15372517456988796,0.1412588934473566,0.5560337328121809,0.15372517456988796,0.43737057469509527,0.4356016675374463,0.15372517456988796,0.24199139567255434,0.3383205870154823,0.15372517456988796,0.1524809386981256,0.504190835062801,0.15372517456988796,0.4476587176722482,0.41870031127243656,0.15372517456988796,0.30378013355121536,0.40146570313386276,0.15372517456988796,0.4446701522907029,0.36818269665727293,0.5,0.15372517456988796,0.3158822348988038,0.23461093360511842,0.15372517456988796,0.18562294118185707,0.10983641366401203,0.5,0.15372517456988796,0.44663078036136394,0.060572915943335026,0.15372517456988796,0.1974793117136443,0.14615939719540016,0.15372517456988796,0.17717742696045416,0.7027709092955325,0.15372517456988796,0.15643905734118188,0.6403370840089553,0.15372517456988796,0.16563039450471154,0.4528671350264953,0.15372517456988796,0.3944678148400426,0.3566663746416788,0.15372517456988796,0.4188785149126474,0.25555778162828974,0.5,0.15372517456988796,0.21743010821974051,0.31668880500423735,0.0,0.5292097313944462,0.9459109011842157 -3204,0.5,0.15372517456988796,0.17722217867783374,0.43612303277732034,0.15372517456988796,0.24073727550564983,0.6637878278826415,0.15372517456988796,0.4843249727866996,0.4296349370356888,0.15372517456988796,0.27814684717390414,0.33582454956590724,0.15372517456988796,0.15379176862119334,0.5083857226357695,0.15372517456988796,0.2619327875208644,0.47607851531625045,0.15372517456988796,0.2262539516677896,0.4421606225221698,0.15372517456988796,0.2837316812949984,0.3861805618488461,0.5,0.15372517456988796,0.32777745460457,0.23287045883635224,0.15372517456988796,0.24809647294200593,0.09723658588226607,0.5,0.15372517456988796,0.47874487511228037,0.14178455574546012,0.15372517456988796,0.24824704526567742,0.09322305936546402,0.15372517456988796,0.2975879614594082,0.7537175585849883,0.15372517456988796,0.2244220456833011,0.6927908029988603,0.15372517456988796,0.17336752843039874,0.4680780020743095,0.15372517456988796,0.2875109756211045,0.34595001122455105,0.15372517456988796,0.5202331707207917,0.2684797828987208,0.5,0.15372517456988796,0.25451239535058817,0.24892251222437956,0.0,0.4697686725496466,0.9412036262527101 -3205,0.5,0.15372517456988796,0.1763372926177673,0.4123966465128882,0.15372517456988796,0.14867698660227235,0.5370113545395466,0.15372517456988796,0.4291912450185299,0.4647317054089281,0.15372517456988796,0.28686946746952124,0.3334137824632888,0.15372517456988796,0.17087887638817784,0.5201640046227227,0.15372517456988796,0.19891868756483688,0.49762291062455694,0.15372517456988796,0.16965111446204065,0.5000990774136187,0.15372517456988796,0.2122213707931233,0.415083934314889,0.5,0.15372517456988796,0.2506388495180601,0.25710343225843846,0.15372517456988796,0.1788112988088058,0.0721527447959297,0.5,0.15372517456988796,0.43216720134540443,0.23919154043768584,0.15372517456988796,0.2723826227285882,0.07229213870851059,0.15372517456988796,0.3196229249090585,0.7255008966371016,0.15372517456988796,0.21897968494884235,0.6859296908847442,0.15372517456988796,0.17622964291656373,0.47904306309104594,0.15372517456988796,0.23544349781778934,0.3756913220468708,0.15372517456988796,0.5249890300466851,0.2631556265428042,0.5,0.15372517456988796,0.3180459508726093,0.1854584162530851,0.0,0.42145438419756764,0.9511899869756377 -3206,0.5,0.15372517456988796,0.1685907918133706,0.3758138176376337,0.15372517456988796,0.22620937559531148,0.6222620368605687,0.15372517456988796,0.3325760637870376,0.48119241945114055,0.15372517456988796,0.23487212897213805,0.31444856460122184,0.15372517456988796,0.16428284992065542,0.5112519020256026,0.15372517456988796,0.1960380307518696,0.5103735250739944,0.15372517456988796,0.15227687359575054,0.533874983293246,0.15372517456988796,0.18548301608969833,0.4531760824399944,0.5,0.15372517456988796,0.2036942431644064,0.3191053968082699,0.15372517456988796,0.23747096173204418,0.05227570595879484,0.5,0.15372517456988796,0.3678297764833715,0.3039334567557477,0.15372517456988796,0.2751283564620315,0.1054084281323495,0.15372517456988796,0.4131199413521888,0.7329022980984966,0.15372517456988796,0.208938947366192,0.7062384565318791,0.15372517456988796,0.1570915869764745,0.47909859733505394,0.15372517456988796,0.18444572794312347,0.3706772413486224,0.15372517456988796,0.4353940853361865,0.2892688241856084,0.5,0.15372517456988796,0.37659572525567075,0.1361725813165248,0.0,0.35225407504540485,0.9540263084508106 -3207,0.5,0.15372517456988796,0.1497962500372767,0.3241540161660994,0.15372517456988796,0.22670078344867817,0.6357305235998011,0.15372517456988796,0.1863521144910772,0.46170070227758847,0.15372517456988796,0.18221792366308096,0.2945588149707168,0.15372517456988796,0.1447070404437903,0.47841060372124994,0.15372517456988796,0.17530104727383578,0.49583590429936025,0.15372517456988796,0.13348201450773423,0.5448164820748742,0.15372517456988796,0.12379444619026977,0.41145916373891556,0.5,0.15372517456988796,0.1766453057825029,0.39787611760866703,0.15372517456988796,0.3221991606723751,0.057369466216460996,0.5,0.15372517456988796,0.300721748300093,0.3557164644144932,0.15372517456988796,0.24340696103393827,0.15830721963422228,0.15372517456988796,0.3416275803931481,0.683157724650131,0.15372517456988796,0.22584056301423514,0.7164746388486505,0.15372517456988796,0.13848308363780823,0.45375529670813175,0.15372517456988796,0.1484731111941541,0.4054949898249246,0.15372517456988796,0.30366245024435495,0.30524084716142075,0.5,0.15372517456988796,0.33015229341971053,0.13865027767496158,0.0,0.26040048162564683,0.9454504832833803 -3208,0.5,0.15372517456988796,0.1206175593634407,0.2603807640019572,0.15372517456988796,0.14574934081183763,0.5390081508056446,0.15372517456988796,0.12337795149478459,0.42496537529228484,0.15372517456988796,0.10799273048661492,0.2516527916275375,0.15372517456988796,0.138261829885425,0.46800000640320877,0.15372517456988796,0.1315243502207083,0.44010423917874786,0.15372517456988796,0.10717390305163994,0.4996758300348925,0.15372517456988796,0.10499234947817168,0.41051013802826386,0.5,0.15372517456988796,0.1304068212188927,0.42520640949857036,0.15372517456988796,0.20514280599826576,0.07426516761876532,0.5,0.15372517456988796,0.2338593795535282,0.4001578755679461,0.15372517456988796,0.1889380090365893,0.1627433247979275,0.15372517456988796,0.2882810774812773,0.5817922197271769,0.15372517456988796,0.17040168422165072,0.6717193599448599,0.15372517456988796,0.12072381948332123,0.393048843392686,0.15372517456988796,0.13341142421699395,0.4194694393142009,0.15372517456988796,0.20184277778457377,0.28004349275163914,0.5,0.15372517456988796,0.2406984822164279,0.1325541441493627,0.0,0.15581007325056623,0.938285808208621 -3209,0.5,0.15372517456988796,0.09490684059696326,0.19134105665386558,0.15372517456988796,0.16862666432992773,0.5798851964405197,0.15372517456988796,0.07521376373521907,0.38478926466545427,0.15372517456988796,0.07573642687658945,0.2102117427929271,0.15372517456988796,0.08932851974661113,0.4057493939916123,0.15372517456988796,0.1174263779583066,0.39911415548943513,0.15372517456988796,0.07825126672433277,0.4277395613538381,0.15372517456988796,0.10838624189416046,0.4333025200691908,0.5,0.15372517456988796,0.1911265599887388,0.5269059012760323,0.15372517456988796,0.11174670008170351,0.06780746314831644,0.5,0.15372517456988796,0.07064792112881488,0.3772387707586117,0.15372517456988796,0.11526392973775329,0.15105259994440945,0.15372517456988796,0.19707344206165628,0.4185033353282707,0.15372517456988796,0.11854374946910676,0.6094054967904908,0.15372517456988796,0.07865350211752747,0.3069291953036713,0.15372517456988796,0.09595543757788605,0.4232608601222896,0.15372517456988796,0.11680415962893331,0.24970449269026904,0.5,0.15372517456988796,0.1388468505243344,0.12222316575298148,0.0,0.0682765253373046,0.923049416784581 -3210,0.5,0.15372517456988796,0.07798148600231933,0.13595520555243634,0.15372517456988796,0.13149786481300166,0.4817866919435438,0.15372517456988796,0.06111453155433678,0.3336254449002985,0.15372517456988796,0.050260822755410994,0.17003418266061446,0.15372517456988796,0.05102888517660524,0.29872909050231844,0.15372517456988796,0.0620244600347085,0.3470292233388043,0.15372517456988796,0.05954244945936499,0.37253267484708963,0.15372517456988796,0.06232136105504357,0.34682001940480434,0.5,0.15372517456988796,0.16941782538121272,0.4586523447503084,0.15372517456988796,0.05117715588653973,0.05282711975240969,0.5,0.15372517456988796,0.05634993457168844,0.2399732341262417,0.15372517456988796,0.05516545481299677,0.1636438467402815,0.15372517456988796,0.13706703703145065,0.24233412394530374,0.15372517456988796,0.0670119204969623,0.49233327192382437,0.15372517456988796,0.04562660119653622,0.2523426562439276,0.15372517456988796,0.04667112727697811,0.3645083542917853,0.15372517456988796,0.07175933331998181,0.2225799959921074,0.5,0.15372517456988796,0.07698978902203427,0.08736321688336558,0.0,0.020428297029597618,0.9065108415035144 -3211,0.5,0.15372517456988796,0.0361173391898759,0.06607446091521593,0.15372517456988796,0.06457056556862119,0.24351776306482634,0.15372517456988796,0.025172344695573345,0.2633304397283434,0.15372517456988796,0.014456724932487772,0.12265629602897388,0.15372517456988796,0.029716904312371794,0.19735000132872882,0.15372517456988796,0.026975646053436678,0.26607596953782026,0.15372517456988796,0.02490491062785776,0.276253429218289,0.15372517456988796,0.025537228717011397,0.26429974023629565,0.5,0.15372517456988796,0.03969558503437704,0.30797987357613343,0.15372517456988796,0.011647310381805925,0.04485024704263595,0.5,0.15372517456988796,0.04590309979512746,0.12457061521194755,0.15372517456988796,0.01802158025106744,0.20402087107133302,0.15372517456988796,0.0593796228775044,0.10448065469273757,0.15372517456988796,0.031578915661032964,0.3510748232268985,0.15372517456988796,0.025221614838280813,0.21308442621555812,0.15372517456988796,0.013619571658302956,0.28585204388414714,0.15372517456988796,0.03442876688925973,0.19645633015266561,0.5,0.15372517456988796,0.027538300518718167,0.07037105563991311,0.0,0.004101454436119577,0.8892765101595346 -3212,0.5,0.15372517456988796,4.483703352721895e-05,0.02764723200295575,0.15372517456988796,0.0,0.11689767512354445,0.15372517456988796,1.7594305484358016e-05,0.16750614085334292,0.15372517456988796,4.21877049078669e-05,0.08582261217825575,0.15372517456988796,0.0,0.11491934051763326,0.15372517456988796,0.0,0.15998250241005496,0.15372517456988796,0.000861863764670991,0.20575456116989999,0.15372517456988796,0.0,0.22992391713290705,0.5,0.15372517456988796,3.6599552120995346e-05,0.2046986265855755,0.15372517456988796,7.752268573635182e-06,0.039731360734307795,0.5,0.15372517456988796,0.0,0.0890919712153673,0.15372517456988796,0.0001947819300894417,0.15909824850752716,0.15372517456988796,0.0007605081227360027,0.0436402824961795,0.15372517456988796,0.0001102316266831023,0.2195668557319589,0.15372517456988796,0.00011201042121289953,0.1694268871174404,0.15372517456988796,0.00016161870324735435,0.2163095455071275,0.15372517456988796,0.00013325611859275587,0.1598678118109149,0.5,0.15372517456988796,0.0,0.05711753014130732,0.0,0.0,0.8320560809134819 -3213,0.5,0.15372517456988796,0.0,0.02105279183416268,0.15372517456988796,0.0,0.08593364051207229,0.15372517456988796,0.0,0.10336179977170439,0.15372517456988796,0.0,0.06582486235323096,0.15372517456988796,0.0,0.0759536425191303,0.15372517456988796,0.0,0.06877193287680722,0.15372517456988796,0.0,0.16960449123595162,0.15372517456988796,0.0,0.22065792307208754,0.5,0.15372517456988796,0.0,0.1339365681999027,0.15372517456988796,0.0,0.039358394678385894,0.5,0.15372517456988796,0.0,0.14733953935812294,0.15372517456988796,0.0,0.14733998046140379,0.15372517456988796,0.0,0.026314029766474976,0.15372517456988796,0.0,0.14246840796024207,0.15372517456988796,0.0,0.13659352983075176,0.15372517456988796,0.0,0.17740012916930192,0.15372517456988796,0.0,0.16051854389035536,0.5,0.15372517456988796,0.0,0.06320396094013667,0.0,0.0,0.7632251648510749 -3214,0.5,0.15372517456988796,0.0,0.022557571179415346,0.15372517456988796,0.0,0.0666173927775557,0.15372517456988796,0.0,0.06787549936657217,0.15372517456988796,0.0,0.0565195880371185,0.15372517456988796,0.0,0.07196121429012085,0.15372517456988796,0.0,0.03109266667961494,0.15372517456988796,0.0,0.14007809945197947,0.15372517456988796,0.0,0.17571158641499393,0.5,0.15372517456988796,0.0,0.11290738735685461,0.15372517456988796,0.0,0.07115978530431635,0.5,0.15372517456988796,0.0,0.2325366791878531,0.15372517456988796,0.0,0.1516441968621085,0.15372517456988796,0.0,0.017587387352489173,0.15372517456988796,0.0,0.11332273158212014,0.15372517456988796,0.0,0.12183451153271921,0.15372517456988796,0.0,0.1541711184516807,0.15372517456988796,0.0,0.16327523462137633,0.5,0.15372517456988796,0.0,0.11582561364029928,0.0,0.0,0.624603761838711 -3215,0.5,0.15372517456988796,0.0,0.022235278821142908,0.15372517456988796,0.0,0.05511155509796852,0.15372517456988796,0.0,0.057011941206216464,0.15372517456988796,0.0,0.05081680281260202,0.15372517456988796,0.0,0.08206865997587542,0.15372517456988796,0.0,0.018852090807255358,0.15372517456988796,0.0,0.11388460581052656,0.15372517456988796,0.0,0.11219092328932945,0.5,0.15372517456988796,0.0,0.12789251219546727,0.15372517456988796,0.0,0.12751098000653013,0.5,0.15372517456988796,0.0,0.267323091183906,0.15372517456988796,0.0,0.18835807400604665,0.15372517456988796,0.0,0.015085146731713916,0.15372517456988796,0.0,0.12422140142124728,0.15372517456988796,0.0,0.09574505228651808,0.15372517456988796,0.0,0.1272011110719605,0.15372517456988796,0.0,0.17326026515461876,0.5,0.15372517456988796,0.0,0.15619012944751695,0.0,3.2354827699635456e-06,0.5186581630532637 -3216,0.5,0.15372517456988796,0.0,0.02056433929566305,0.15372517456988796,0.0,0.04827585676024796,0.15372517456988796,0.0,0.05810425983415314,0.15372517456988796,0.0,0.04769802351067279,0.15372517456988796,0.0,0.0927061948082386,0.15372517456988796,0.0,0.018049673873523624,0.15372517456988796,0.0,0.0960267923671787,0.15372517456988796,0.0,0.0765245494994688,0.5,0.15372517456988796,0.0,0.12295831842447812,0.15372517456988796,0.0,0.14040874676308482,0.5,0.15372517456988796,0.0,0.22932786113334974,0.15372517456988796,0.0,0.1950856200609091,0.15372517456988796,0.0,0.011912697361802092,0.15372517456988796,0.0,0.14238447358013834,0.15372517456988796,0.0,0.07430476947395741,0.15372517456988796,0.0,0.10144597917941567,0.15372517456988796,0.0,0.1778895635467951,0.5,0.15372517456988796,0.0,0.1618041664460333,0.0,3.589190300980874e-05,0.43138916064928645 -3217,0.5,0.15372517456988796,0.0,0.01905958684158331,0.15372517456988796,0.0,0.039361067759405434,0.15372517456988796,0.0,0.05298221128332398,0.15372517456988796,0.0,0.04221741250005365,0.15372517456988796,0.0,0.10856597027295073,0.15372517456988796,0.0,0.03103012291256437,0.15372517456988796,0.0,0.08226660908250275,0.15372517456988796,0.0,0.05864464520707793,0.5,0.15372517456988796,0.0,0.11407612839672367,0.15372517456988796,0.0,0.10568695024217926,0.5,0.15372517456988796,0.0,0.19315874994604665,0.15372517456988796,0.0,0.17529581920787074,0.15372517456988796,0.0,0.007723150209319844,0.15372517456988796,0.0,0.1427235407532894,0.15372517456988796,0.0,0.059012109735558343,0.15372517456988796,0.0,0.08294771850376788,0.15372517456988796,0.0,0.15988016420668646,0.5,0.15372517456988796,0.0,0.15111352653837964,0.0,0.0019911683013154784,0.33828990924094937 -3218,0.5,0.15372517456988796,0.0,0.017419745009793184,0.15372517456988796,0.0,0.02799865465619247,0.15372517456988796,0.0,0.05013206091474404,0.15372517456988796,0.0,0.033456308758920014,0.15372517456988796,0.0,0.11558479719354774,0.15372517456988796,0.0,0.04350652279482732,0.15372517456988796,0.0,0.06975297428578413,0.15372517456988796,0.0,0.0540387945632156,0.5,0.15372517456988796,0.0,0.12079535583419747,0.15372517456988796,0.0,0.07398308898103251,0.5,0.15372517456988796,0.0,0.17194544241818166,0.15372517456988796,0.0,0.1420016105209172,0.15372517456988796,0.0,0.004210115585306688,0.15372517456988796,0.0,0.13602906150640276,0.15372517456988796,0.0,0.048368581587002704,0.15372517456988796,0.0,0.07021793201081583,0.15372517456988796,0.0,0.13482895147139592,0.5,0.15372517456988796,0.0,0.15290986716417534,0.0,0.006925305066964386,0.2813088819400956 -3219,0.5,0.15372517456988796,0.0,0.016347628707745518,0.15372517456988796,0.0,0.012469451011835327,0.15372517456988796,0.0,0.05168891384695401,0.15372517456988796,0.0,0.029413693504316718,0.15372517456988796,0.0,0.11301320016101438,0.15372517456988796,0.0,0.060284359990699914,0.15372517456988796,0.0,0.0519864287078366,0.15372517456988796,0.0,0.03983722284528922,0.5,0.15372517456988796,0.0,0.12347581348923814,0.15372517456988796,0.0,0.05663003886807573,0.5,0.15372517456988796,0.0,0.13739347615788844,0.15372517456988796,0.0,0.11818592670381504,0.15372517456988796,0.0,0.002580406534860001,0.15372517456988796,0.0,0.13259293150834553,0.15372517456988796,0.0,0.03661148441047925,0.15372517456988796,0.0,0.06385104003464406,0.15372517456988796,0.0,0.11435791478682822,0.5,0.15372517456988796,0.0,0.15497444479456884,0.0,0.014916799902256743,0.2615552782005633 -3220,0.5,0.15372517456988796,0.0,0.01597378014814972,0.15372517456988796,0.0,0.0041319076075455,0.15372517456988796,0.0,0.0560410863872872,0.15372517456988796,0.0,0.027696076359371272,0.15372517456988796,0.0,0.10974406849396105,0.15372517456988796,0.0,0.06931395721828791,0.15372517456988796,0.0,0.0409186942225202,0.15372517456988796,0.0,0.028918440268466298,0.5,0.15372517456988796,0.0,0.10471516861323418,0.15372517456988796,0.0,0.047123365856529306,0.5,0.15372517456988796,0.0,0.11985405460462725,0.15372517456988796,0.0,0.10796808560222614,0.15372517456988796,0.0,0.0019552894317731487,0.15372517456988796,0.0,0.13545288258316796,0.15372517456988796,0.0,0.023374731058966185,0.15372517456988796,0.0,0.05014262933907437,0.15372517456988796,0.0,0.09418298664001996,0.5,0.15372517456988796,0.0,0.13856983315726168,0.0,0.02155152242295377,0.21686829420290546 -3221,0.5,0.15372517456988796,0.0003737933868466576,0.014962041233050883,0.15372517456988796,0.0,0.0011679028720326227,0.15372517456988796,0.0,0.05595824338403265,0.15372517456988796,0.00015346943998786682,0.029729160222866532,0.15372517456988796,0.0,0.10332680224129126,0.15372517456988796,0.0,0.06988453083390828,0.15372517456988796,0.0,0.03743230589525219,0.15372517456988796,0.0,0.02467446416590313,0.5,0.15372517456988796,0.0,0.07699601802569284,0.15372517456988796,0.0,0.04642009459308872,0.5,0.15372517456988796,0.0,0.0972203459484277,0.15372517456988796,0.0,0.11549508009265946,0.15372517456988796,2.1639492684217236e-05,0.001639002053744417,0.15372517456988796,0.0,0.11491645502508938,0.15372517456988796,0.0,0.014741338883206792,0.15372517456988796,0.0,0.03401827868138572,0.15372517456988796,0.0,0.07773830934321838,0.5,0.15372517456988796,0.0,0.12060767057806802,0.0,0.03575353318721082,0.16559420187131427 -3222,0.5,0.15372517456988796,0.016846410596316273,0.014874905474276563,0.15372517456988796,0.0464217321502952,0.0007713316183251287,0.15372517456988796,0.02969558680628126,0.0755737476430876,0.15372517456988796,0.016736442130004615,0.04787026444807857,0.15372517456988796,0.003615056816816519,0.0888553247103184,0.15372517456988796,0.012152976328425198,0.06186447044395585,0.15372517456988796,0.006894981514360634,0.05057958525570132,0.15372517456988796,0.012039746868431317,0.029901500328640106,0.5,0.15372517456988796,0.009241095174537901,0.07874324778216386,0.15372517456988796,0.005741538611802719,0.07062834753659805,0.5,0.15372517456988796,0.010594523850617573,0.07495380111226811,0.15372517456988796,0.007134600565178895,0.13273672583854862,0.15372517456988796,0.04596633890517322,0.0013224813253482981,0.15372517456988796,0.015370579526028143,0.0916191740167892,0.15372517456988796,0.02840393881413863,0.010697574709720199,0.15372517456988796,0.01857819146739284,0.04055807462982397,0.15372517456988796,0.01640778168783168,0.08409896065192582,0.5,0.15372517456988796,0.012050373490839698,0.1641849602789895,0.0,0.051531303802127885,0.13052004309379456 -3223,0.5,0.15372517456988796,0.054395825915093746,0.016849430016303703,0.15372517456988796,0.1305271067330136,0.00027995587479845576,0.15372517456988796,0.10096043675893769,0.1070403173597382,0.15372517456988796,0.06429211105002308,0.09131845475331968,0.15372517456988796,0.025840373958121454,0.08003611616513466,0.15372517456988796,0.07069927167774791,0.06175416246038103,0.15372517456988796,0.027795657982686163,0.06055959408587894,0.15372517456988796,0.06389804461832596,0.06313622985354027,0.5,0.15372517456988796,0.06328795204427197,0.13068834759906936,0.15372517456988796,0.036024111898441374,0.12487401868011094,0.5,0.15372517456988796,0.08048838440863483,0.06299463832642199,0.15372517456988796,0.05136445336830239,0.17727542661712287,0.15372517456988796,0.12567850473997444,0.0013458431566042166,0.15372517456988796,0.059568147419928816,0.06710478872612283,0.15372517456988796,0.10120936691696167,0.012361640243712954,0.15372517456988796,0.07727093040243756,0.07564696669706855,0.15372517456988796,0.08062998379537985,0.11025455210651132,0.5,0.15372517456988796,0.05676999043244079,0.24851711116827477,0.0,0.06508256761830761,0.11674364320942782 -3224,0.5,0.15372517456988796,0.10325589543117294,0.024086109697289897,0.15372517456988796,0.25028529286963197,0.00021571183911604612,0.15372517456988796,0.1867762890959592,0.15409412675068443,0.15372517456988796,0.1369314151752932,0.1257172776963447,0.15372517456988796,0.07022683234390488,0.0842176745439781,0.15372517456988796,0.1531946409956279,0.06671843605061589,0.15372517456988796,0.04884714075054543,0.058572713705567166,0.15372517456988796,0.14732886404584924,0.10601516603890014,0.5,0.15372517456988796,0.14241805128750562,0.18529864564267193,0.15372517456988796,0.09356092684550008,0.1732518468983544,0.5,0.15372517456988796,0.16606169000045093,0.07044427312131764,0.15372517456988796,0.10665701784885723,0.20199822710804444,0.15372517456988796,0.24279706699756062,0.0017725232524119297,0.15372517456988796,0.1397041173888668,0.08372531095513677,0.15372517456988796,0.20823162508880472,0.013879963974712535,0.15372517456988796,0.15013116497212364,0.09063977991660398,0.15372517456988796,0.180642636023152,0.1515155683100889,0.5,0.15372517456988796,0.11020688136544624,0.285304922190398,0.0,0.06590553560583721,0.09464130793494684 -3225,0.5,0.15372517456988796,0.1582978307348235,0.04202211706112248,0.15372517456988796,0.3820864099705141,7.097107010652247e-05,0.15372517456988796,0.23483183556553294,0.18301201378087645,0.15372517456988796,0.22113645940053356,0.1617024846123035,0.15372517456988796,0.14875215402583056,0.12113510562737491,0.15372517456988796,0.24264509538647694,0.08738071400798182,0.15372517456988796,0.06734667039439107,0.052881899081142304,0.15372517456988796,0.24755292888064961,0.1274627439382854,0.5,0.15372517456988796,0.24107944388740482,0.2210524497819998,0.15372517456988796,0.15436918319437168,0.23734843416916276,0.5,0.15372517456988796,0.22005606731883948,0.10181438660089397,0.15372517456988796,0.17303068496987997,0.21508870800599048,0.15372517456988796,0.3671885438357062,0.0010068426058013832,0.15372517456988796,0.24285614711919357,0.09885427183962503,0.15372517456988796,0.3278432732905425,0.008704891752835,0.15372517456988796,0.22962718747040067,0.09574096901800226,0.15372517456988796,0.27700392284811215,0.1916116756205119,0.5,0.15372517456988796,0.1460703375044753,0.26076666425361067,0.0,0.06306217520319513,0.060444262298147644 -3226,0.5,0.15372517456988796,0.24604518999127017,0.08498153362503993,0.15372517456988796,0.5219175869291803,0.0004949116557292113,0.15372517456988796,0.2774985238813224,0.23587850756759784,0.15372517456988796,0.23909527720575596,0.1898975806105008,0.15372517456988796,0.19753362357504353,0.11461252146105964,0.15372517456988796,0.28350676634759076,0.09723204382546598,0.15372517456988796,0.09003188183216107,0.06038338956490505,0.15372517456988796,0.31816437678104315,0.139638418842584,0.5,0.15372517456988796,0.29314455596305256,0.23213008363184656,0.15372517456988796,0.2012904587344205,0.26320508274126153,0.5,0.15372517456988796,0.28511974181292604,0.16689824144010906,0.15372517456988796,0.23599330025056547,0.22370520873210786,0.15372517456988796,0.5072817459608236,0.0021133997073829887,0.15372517456988796,0.33097176877916706,0.0945263406664295,0.15372517456988796,0.4320858640187363,0.011364269006339169,0.15372517456988796,0.30720067861747,0.10790380160425243,0.15372517456988796,0.3332316536949226,0.23698956764157228,0.5,0.15372517456988796,0.22975983726620486,0.22565953269907454,0.0,0.054413521237631275,0.03070919274961433 -3227,0.5,0.15372517456988796,0.36360177137879424,0.15681803707502848,0.15372517456988796,0.5348169540844123,0.0023930156151962803,0.15372517456988796,0.3349064490863547,0.2866233249185796,0.15372517456988796,0.27651078485315655,0.2348306360545329,0.15372517456988796,0.2599416324753535,0.10693262576323677,0.15372517456988796,0.2905525057213569,0.0897608131155054,0.15372517456988796,0.12852358578149156,0.07421742494239264,0.15372517456988796,0.3623297516843547,0.18146626490978868,0.5,0.15372517456988796,0.3790493036766104,0.2515760886259119,0.15372517456988796,0.32293215209739795,0.27668146817267997,0.5,0.15372517456988796,0.32228979741278113,0.23766198619652246,0.15372517456988796,0.26806592242547356,0.22855966631092287,0.15372517456988796,0.572498980351299,0.0023801036904553133,0.15372517456988796,0.40747409170369553,0.09720726973814836,0.15372517456988796,0.5084249262055055,0.023813989163892765,0.15372517456988796,0.34480962250055974,0.12976973044066,0.15372517456988796,0.36700840545403474,0.30456326962019614,0.5,0.15372517456988796,0.2955593941478825,0.18435628668884163,0.0,0.0443776210513979,0.02406935956405827 -3228,0.5,0.15372517456988796,0.41817781229105233,0.20352291133270442,0.15372517456988796,0.524595540578593,0.009465596211180252,0.15372517456988796,0.2996704467793546,0.27280461434462927,0.15372517456988796,0.2560603247881128,0.2681611792276873,0.15372517456988796,0.37386837816161306,0.12667464296978898,0.15372517456988796,0.31561262698030484,0.08722820103517592,0.15372517456988796,0.1965003073995057,0.10518602899411399,0.15372517456988796,0.4526297123275379,0.2426455634194743,0.5,0.15372517456988796,0.40696303725528893,0.2704869433286524,0.15372517456988796,0.37272521591249774,0.23801854027616992,0.5,0.15372517456988796,0.29759023187854355,0.2929324173476592,0.15372517456988796,0.2945164229662812,0.24389559817448775,0.15372517456988796,0.5624770006643911,0.0029208243105326103,0.15372517456988796,0.4488045758226249,0.10545541134423433,0.15372517456988796,0.49066673691274965,0.03860487516410581,0.15372517456988796,0.3339041585287372,0.1479397727892938,0.15372517456988796,0.42257318483453976,0.35345097092721556,0.5,0.15372517456988796,0.410122020603693,0.15418225146512798,0.0,0.043122149509194234,0.017206330159641132 -3229,0.5,0.15372517456988796,0.4513246639422688,0.25445792109922294,0.15372517456988796,0.4234903045913052,0.03511808826356404,0.15372517456988796,0.2725183701792754,0.24680938186186335,0.15372517456988796,0.3196744136273208,0.27560719537950257,0.15372517456988796,0.456023027939364,0.1419215389097778,0.15372517456988796,0.4449957315865255,0.10677372982940553,0.15372517456988796,0.23812330949324567,0.09385281760891885,0.15372517456988796,0.4425705222616739,0.32085401024898647,0.5,0.15372517456988796,0.44224652174451656,0.3192716878681617,0.15372517456988796,0.3394487535477318,0.20055596638055995,0.5,0.15372517456988796,0.3271499837023841,0.3101250988831865,0.15372517456988796,0.3141163012186017,0.2732865130731729,0.15372517456988796,0.49793990066694616,0.009329790842063338,0.15372517456988796,0.47508987333836894,0.12282368400635402,0.15372517456988796,0.4189812263952938,0.05849460556223391,0.15372517456988796,0.2936778288218723,0.17152542011480254,0.15372517456988796,0.4308762749612858,0.39344263517280825,0.5,0.15372517456988796,0.37320869559382597,0.15533472963097614,0.0,0.034587113977254544,0.012284374773037439 -3230,0.5,0.15372517456988796,0.4005811503787926,0.31658952118193245,0.15372517456988796,0.4484461974735905,0.07513983895376591,0.15372517456988796,0.2839697476996891,0.20813331996992246,0.15372517456988796,0.34357173559011683,0.24869444456288145,0.15372517456988796,0.4520027505794182,0.14868836943327132,0.15372517456988796,0.4692727867114488,0.10832860755644733,0.15372517456988796,0.2739562416798244,0.08819153955726668,0.15372517456988796,0.43213918136527063,0.38126495843811176,0.5,0.15372517456988796,0.45380267632759785,0.3937353376753364,0.15372517456988796,0.330506604108176,0.15817822684702423,0.5,0.15372517456988796,0.2713047823040337,0.26890548110585794,0.15372517456988796,0.28903079222844086,0.27904496195263306,0.15372517456988796,0.5014407581095424,0.026144923731247875,0.15372517456988796,0.47447814532617244,0.1490161748272349,0.15372517456988796,0.3760546320666812,0.07783497142311106,0.15372517456988796,0.24171689067122348,0.1967751506448357,0.15372517456988796,0.43740413729089267,0.42279704190409606,0.5,0.15372517456988796,0.41981739910305077,0.20600955510373542,0.0,0.0296752845370373,0.010776635614599274 -3231,0.5,0.15372517456988796,0.37542298122742335,0.3973911559516634,0.15372517456988796,0.4140259338852149,0.12073224846698938,0.15372517456988796,0.3251312715711435,0.21148774326059044,0.15372517456988796,0.37649013639285406,0.263281262844099,0.15372517456988796,0.4582306151896813,0.1626589042815222,0.15372517456988796,0.48979273685359825,0.11854418545149048,0.15372517456988796,0.31991369746473713,0.09701638679288371,0.15372517456988796,0.40039401380134243,0.3906878084904274,0.5,0.15372517456988796,0.42265830478720035,0.46816308572660376,0.15372517456988796,0.3515616597603423,0.15886447812751447,0.5,0.15372517456988796,0.2547588429919725,0.2500353284390855,0.15372517456988796,0.25435479925495097,0.3006159416024556,0.15372517456988796,0.48587286886147013,0.041178908256931844,0.15372517456988796,0.4595005088390003,0.16721327674440936,0.15372517456988796,0.3357313587952252,0.0997718644314436,0.15372517456988796,0.21082093931336765,0.21436483306595824,0.15372517456988796,0.3963012387651128,0.4508980400040722,0.5,0.15372517456988796,0.40118166923838694,0.23410038616124962,0.0,0.030364122926072188,0.009291347633542335 -3232,0.5,0.15372517456988796,0.3104481783949366,0.44553462349389183,0.15372517456988796,0.3353432941430602,0.13646679439876186,0.15372517456988796,0.2956750148987405,0.2372910541744586,0.15372517456988796,0.36846332876518123,0.29509153449484504,0.15372517456988796,0.3803893705835199,0.16116446257245803,0.15372517456988796,0.37528342846718993,0.11096946715782159,0.15372517456988796,0.30676911335236867,0.09694243104601864,0.15372517456988796,0.35002561152528755,0.34860752488222846,0.5,0.15372517456988796,0.3552059490818267,0.5486549174331059,0.15372517456988796,0.3210092960328026,0.15368528784154528,0.5,0.15372517456988796,0.23036666915247378,0.2597735338438982,0.15372517456988796,0.22673268381268952,0.3420384279001212,0.15372517456988796,0.3917787508143945,0.04866105842793352,0.15372517456988796,0.40378868145221075,0.16655700791427142,0.15372517456988796,0.31864072761553547,0.12048499464093367,0.15372517456988796,0.24437807039189247,0.22855912175983736,0.15372517456988796,0.3196307505985248,0.4630181654781049,0.5,0.15372517456988796,0.32621648121873625,0.24794249515164787,0.0,0.026084248423309416,0.008518085829499988 -3233,0.5,0.15372517456988796,0.22549995015394586,0.41232103860798286,0.15372517456988796,0.2664622487326124,0.1381248736029541,0.15372517456988796,0.23947685562703575,0.2621700994348763,0.15372517456988796,0.2670716900033032,0.3085137036873272,0.15372517456988796,0.27743894745402076,0.1442837605823829,0.15372517456988796,0.2819204480437481,0.08891506045681938,0.15372517456988796,0.2588682490821082,0.07269196022951882,0.15372517456988796,0.26252604635240223,0.24889801933115685,0.5,0.15372517456988796,0.29136193611119354,0.6039238339953824,0.15372517456988796,0.21728744972390884,0.12939652727141354,0.5,0.15372517456988796,0.16901819845495747,0.19397475349355656,0.15372517456988796,0.18736542812298507,0.3628220046989829,0.15372517456988796,0.2825953726724771,0.05513322858038121,0.15372517456988796,0.33037066732847453,0.171350532612534,0.15372517456988796,0.2691398730894797,0.12177851691045176,0.15372517456988796,0.20754115637784623,0.20256363310137548,0.15372517456988796,0.23732242742896315,0.4610764794962583,0.5,0.15372517456988796,0.25112998465856035,0.2401054715878172,0.0,0.019516311706244377,0.007805455184436918 -3234,0.5,0.15372517456988796,0.13745713820373828,0.3336966404796297,0.15372517456988796,0.18968936674377046,0.1012495739176896,0.15372517456988796,0.1663504244598496,0.15549884716160783,0.15372517456988796,0.1712703662344344,0.20087111679720465,0.15372517456988796,0.1835244599200186,0.09222769451423936,0.15372517456988796,0.19634940813905696,0.050386023154663576,0.15372517456988796,0.18520130494861742,0.028479892435487587,0.15372517456988796,0.2038596822172976,0.14447838576864164,0.5,0.15372517456988796,0.18746390465002505,0.49001158458681116,0.15372517456988796,0.1315223625552391,0.09581970120989806,0.5,0.15372517456988796,0.10525828302637531,0.17236047659864578,0.15372517456988796,0.1291328545190723,0.326522471457059,0.15372517456988796,0.19363864613579845,0.04712660148902548,0.15372517456988796,0.22570526886819706,0.15144879540792303,0.15372517456988796,0.1758106445803433,0.06962309728338964,0.15372517456988796,0.18454707957546274,0.12729718075704094,0.15372517456988796,0.14916262212500028,0.45762355823962875,0.5,0.15372517456988796,0.13598038371731652,0.2072467491337889,0.0,0.009488008778485123,0.005241439585298459 -3235,0.5,0.15372517456988796,0.05854703183848839,0.2213041757881151,0.15372517456988796,0.0776606164520021,0.056494231033941786,0.15372517456988796,0.05849234037058402,0.08075498809377266,0.15372517456988796,0.052025868455397715,0.1677948377678032,0.15372517456988796,0.08275421961134036,0.05583114082354817,0.15372517456988796,0.08407759063604914,0.02452871936954961,0.15372517456988796,0.0748695422345653,0.002876779916474803,0.15372517456988796,0.0886414554756963,0.028963865188955284,0.5,0.15372517456988796,0.08369571911193811,0.2482704404162418,0.15372517456988796,0.047301591658491036,0.044244470510189364,0.5,0.15372517456988796,0.046384712990449786,0.1332055166675191,0.15372517456988796,0.0591873114791108,0.21338159998079506,0.15372517456988796,0.08989614934450896,0.02885789274606842,0.15372517456988796,0.10138227372315727,0.09406998871504307,0.15372517456988796,0.072634900684806,0.04390360203034349,0.15372517456988796,0.07384331200530973,0.030101587529157776,0.15372517456988796,0.05854364343994091,0.3016196408775865,0.5,0.15372517456988796,0.04120197069631732,0.24590291251962731,0.0,0.004089289867174836,0.001579935081217727 -3236,0.5,0.15372517456988796,0.0,0.1570102250395615,0.15372517456988796,0.0,0.05199858415757684,0.15372517456988796,0.0,0.1186234507819418,0.15372517456988796,0.0,0.20767119423082836,0.15372517456988796,0.0,0.07100925211287273,0.15372517456988796,0.0,0.018426899422910883,0.15372517456988796,0.0,0.002361668208327747,0.15372517456988796,0.0,0.005499678570957614,0.5,0.15372517456988796,0.0,0.08002859792914412,0.15372517456988796,0.0,0.029526389075651395,0.5,0.15372517456988796,0.0,0.11113338376569344,0.15372517456988796,0.0,0.13957955819624113,0.15372517456988796,0.002198137785295371,0.02217060026999188,0.15372517456988796,0.0038248300293608744,0.06398398129124297,0.15372517456988796,0.0,0.053190326448090804,0.15372517456988796,0.0,0.027777112125040315,0.15372517456988796,0.0,0.1276588014159073,0.5,0.15372517456988796,0.0,0.3588634069689883,0.0,0.0034029683695892174,0.0005631044340535296 -3237,0.5,0.15372517456988796,0.0,0.12047609430248718,0.15372517456988796,0.0,0.030751148675611337,0.15372517456988796,0.0,0.1638306092360895,0.15372517456988796,0.0,0.23327496747186685,0.15372517456988796,0.0,0.08949323991524108,0.15372517456988796,0.0,0.022770592580277665,0.15372517456988796,0.0,0.004873807072576033,0.15372517456988796,0.0,0.005339891527630893,0.5,0.15372517456988796,0.0,0.03658608271505883,0.15372517456988796,0.0,0.028544783049216205,0.5,0.15372517456988796,0.0,0.05169595339513503,0.15372517456988796,0.0,0.09039145574941497,0.15372517456988796,0.0,0.019311326437766875,0.15372517456988796,0.0,0.05484695305020044,0.15372517456988796,0.0,0.05538540359711087,0.15372517456988796,0.0,0.03280865470122979,0.15372517456988796,0.0,0.04976589039584653,0.5,0.15372517456988796,0.0,0.21894920395949102,0.0,0.001566970176200005,0.0004307521297571672 -3238,0.5,0.15372517456988796,0.0,0.09928450088363522,0.15372517456988796,0.0,0.010854841905243577,0.15372517456988796,0.0,0.14471941325304882,0.15372517456988796,0.0,0.2122530379638628,0.15372517456988796,0.0,0.08052764278828653,0.15372517456988796,0.0,0.03060397624627033,0.15372517456988796,0.0,0.010160319217304826,0.15372517456988796,0.0,0.005630499271778271,0.5,0.15372517456988796,0.0,0.031137753176111702,0.15372517456988796,0.0,0.0253658654192988,0.5,0.15372517456988796,0.0,0.021193520107360773,0.15372517456988796,0.0,0.057451926333509436,0.15372517456988796,0.0,0.011958468157676457,0.15372517456988796,0.0,0.038636716124274946,0.15372517456988796,0.0,0.03753310011100074,0.15372517456988796,0.0,0.03749547089118483,0.15372517456988796,0.0,0.027321582479765436,0.5,0.15372517456988796,0.0,0.09711444831174902,0.0,0.0008992068720185008,0.00029118429461812986 -3239,0.5,0.15372517456988796,0.0,0.08476997177894506,0.15372517456988796,0.0,0.0070302234563888,0.15372517456988796,0.0,0.10350920791971509,0.15372517456988796,0.0,0.16991685185589755,0.15372517456988796,0.0,0.06864929735639576,0.15372517456988796,0.0,0.04154168369144864,0.15372517456988796,0.0,0.017341047024406205,0.15372517456988796,0.0,0.00636834915416085,0.5,0.15372517456988796,0.0,0.03844440895594783,0.15372517456988796,0.0,0.012821082601814365,0.5,0.15372517456988796,0.0,0.008869287349381161,0.15372517456988796,0.0,0.04797323799905501,0.15372517456988796,0.0,0.008058423550410232,0.15372517456988796,0.0,0.027441295180796348,0.15372517456988796,0.0,0.02035013629231259,0.15372517456988796,0.0,0.04104368812677789,0.15372517456988796,0.0,0.036188566240049444,0.5,0.15372517456988796,0.0,0.027575348822047294,0.0,0.0004484369645181302,0.00024341007384342403 -3240,0.5,0.15372517456988796,0.0,0.0760632453196067,0.15372517456988796,0.0,0.005120231520663029,0.15372517456988796,0.0,0.08159598212401943,0.15372517456988796,0.0,0.13724405427470787,0.15372517456988796,0.0,0.05199700937902386,0.15372517456988796,0.0,0.04391099735134509,0.15372517456988796,0.0,0.0164188677791995,0.15372517456988796,0.0,0.009704987395921513,0.5,0.15372517456988796,0.0,0.040229237438234026,0.15372517456988796,0.0,0.018400316334657385,0.5,0.15372517456988796,0.0,0.009029217347541,0.15372517456988796,0.0,0.04666380377441829,0.15372517456988796,0.0,0.006509783077573138,0.15372517456988796,0.0,0.019559015050140724,0.15372517456988796,0.0,0.01377841128694621,0.15372517456988796,0.0,0.04541333642736437,0.15372517456988796,0.0,0.053410038806545136,0.5,0.15372517456988796,0.0,0.025069445039380907,0.0,0.00026534307254763123,0.0012955990717911437 -3241,0.5,0.15372517456988796,0.0,0.07022947636449761,0.15372517456988796,0.0,0.0034415043123561797,0.15372517456988796,0.0,0.07865151897100932,0.15372517456988796,0.0,0.12610617224999734,0.15372517456988796,0.0,0.04000612925206407,0.15372517456988796,0.0,0.03938760860366024,0.15372517456988796,0.0,0.01060416006440281,0.15372517456988796,0.0,0.010113478205297833,0.5,0.15372517456988796,0.0,0.03791504323377772,0.15372517456988796,0.0,0.040713357411157516,0.5,0.15372517456988796,0.0,0.018758873017733848,0.15372517456988796,0.0,0.04654037066300612,0.15372517456988796,0.0,0.004263875212124521,0.15372517456988796,0.0,0.012917687322387565,0.15372517456988796,0.0,0.011669262363259703,0.15372517456988796,0.0,0.05104331209075756,0.15372517456988796,0.0,0.06661778143192089,0.5,0.15372517456988796,0.0,0.04485422909562976,0.0,0.0001621158549435064,0.002341975644238729 -3242,0.5,0.15372517456988796,0.0,0.06745321794422957,0.15372517456988796,0.0,0.0021759951864922674,0.15372517456988796,0.0,0.07462284436738603,0.15372517456988796,0.0,0.14274703399903338,0.15372517456988796,0.0,0.028988215315574023,0.15372517456988796,0.0,0.03298864873883353,0.15372517456988796,0.0,0.008234944030632218,0.15372517456988796,0.0,0.010111782715026857,0.5,0.15372517456988796,0.0,0.036603357198483046,0.15372517456988796,0.0,0.024770853240417726,0.5,0.15372517456988796,0.0,0.041792886477070315,0.15372517456988796,0.0,0.04153898407420842,0.15372517456988796,0.0,0.00210713167314766,0.15372517456988796,0.0,0.007226872492351747,0.15372517456988796,0.0,0.014066378213815902,0.15372517456988796,0.0,0.051362285916770264,0.15372517456988796,0.0,0.08872540435902694,0.5,0.15372517456988796,0.0,0.07097910237480817,0.0,4.689962958911573e-05,0.0042938860540521345 -3243,0.5,0.15372517456988796,0.0,0.07221177448393652,0.15372517456988796,0.0,0.0010843756608085882,0.15372517456988796,0.0,0.07828133408282857,0.15372517456988796,0.0,0.16975260093453698,0.15372517456988796,0.0,0.021304819982402825,0.15372517456988796,0.0,0.025296488903547337,0.15372517456988796,0.0,0.007251506817676886,0.15372517456988796,0.0,0.011309917288768553,0.5,0.15372517456988796,0.0,0.03810984574124354,0.15372517456988796,0.0,0.01102014030184495,0.5,0.15372517456988796,0.0,0.05725308085468405,0.15372517456988796,0.0,0.03805608311592429,0.15372517456988796,0.0,0.0005550036782787405,0.15372517456988796,0.0,0.003579531471992731,0.15372517456988796,0.0,0.015738915868932706,0.15372517456988796,0.0,0.051198583261438384,0.15372517456988796,0.0,0.1264612869985913,0.5,0.15372517456988796,0.0,0.0969020094201376,0.0,0.0,0.006183285989945847 -3244,0.5,0.15372517456988796,0.0,0.07151958401263206,0.15372517456988796,0.0,0.0009842043984373693,0.15372517456988796,0.0,0.08579154355101824,0.15372517456988796,0.0,0.18704975914142669,0.15372517456988796,0.0,0.016638695410709767,0.15372517456988796,0.0,0.020601019291907045,0.15372517456988796,0.0,0.008336934732747226,0.15372517456988796,0.0,0.012687611738791404,0.5,0.15372517456988796,0.0,0.043150987661276785,0.15372517456988796,0.0,0.00872659532521114,0.5,0.15372517456988796,0.0,0.07082668258915642,0.15372517456988796,0.0,0.04091251811987389,0.15372517456988796,0.0,0.0001722506607001042,0.15372517456988796,0.0,0.0015918869964786889,0.15372517456988796,0.0,0.013302424803286882,0.15372517456988796,0.0,0.05053696336985231,0.15372517456988796,0.0,0.18382292723365823,0.5,0.15372517456988796,0.0,0.10676333533906471,0.0,0.0,0.009484999851600019 -3245,0.5,0.15372517456988796,0.0019767242146964442,0.06262326732410642,0.15372517456988796,0.0,0.0010748286339224288,0.15372517456988796,0.0,0.08921581392077349,0.15372517456988796,0.0008661537756423568,0.1893449308129815,0.15372517456988796,0.0,0.013541310280114191,0.15372517456988796,0.0,0.018497441485678816,0.15372517456988796,0.0,0.00849024094371529,0.15372517456988796,0.0,0.011764651915565751,0.5,0.15372517456988796,0.0,0.053155076360255106,0.15372517456988796,0.0,0.007826217631320877,0.5,0.15372517456988796,0.0,0.07179697521536263,0.15372517456988796,0.0,0.04936725777578366,0.15372517456988796,8.78729043677308e-05,0.0002314015147204086,0.15372517456988796,0.0,0.0007811681545394768,0.15372517456988796,0.0,0.009514843102873467,0.15372517456988796,0.0,0.05016218705362517,0.15372517456988796,0.0,0.24625125626295868,0.5,0.15372517456988796,0.0,0.10494246279884835,0.0,1.932602018828895e-05,0.011534097313642104 -3246,0.5,0.15372517456988796,0.061524531553872386,0.05158316740693309,0.15372517456988796,0.04932816290697506,0.0009085767526743033,0.15372517456988796,0.039786645258515885,0.08796420817355997,0.15372517456988796,0.05007703710046764,0.1997480075014957,0.15372517456988796,0.03519550330488356,0.01053773481479603,0.15372517456988796,0.02708484267614139,0.01829742211480901,0.15372517456988796,0.03439165339697915,0.006370698453496008,0.15372517456988796,0.026219621929887586,0.00876704433224154,0.5,0.15372517456988796,0.020030986437935123,0.06117463070188057,0.15372517456988796,0.02340951814765621,0.008290887803406175,0.5,0.15372517456988796,0.02845913726141837,0.05399889887041225,0.15372517456988796,0.020576992672697407,0.05305539490734037,0.15372517456988796,0.048265809001155936,0.00032833680272811264,0.15372517456988796,0.03955536156136992,0.0005737274063122398,0.15372517456988796,0.04443566073697386,0.0065041010341565664,0.15372517456988796,0.03710219639652663,0.040893408630742,0.15372517456988796,0.026064028264202902,0.294725310583856,0.5,0.15372517456988796,0.025945990949673856,0.15455626687458668,0.0,0.0,0.01290665588867931 -3247,0.5,0.15372517456988796,0.15588368059186114,0.07063759509436698,0.15372517456988796,0.1335424030990492,0.0006640524694745374,0.15372517456988796,0.1198266365519183,0.11971125151893246,0.15372517456988796,0.14323045109355959,0.2413008161523648,0.15372517456988796,0.11457933402646003,0.008132344293488709,0.15372517456988796,0.10524402888382942,0.01948051771010826,0.15372517456988796,0.11623776426002344,0.005383074756827347,0.15372517456988796,0.1070154194268825,0.009134867873639266,0.5,0.15372517456988796,0.10612538383779922,0.07185140735293306,0.15372517456988796,0.0930865080547051,0.03636970235874543,0.5,0.15372517456988796,0.1149551569947186,0.11812934258208906,0.15372517456988796,0.0984597509039179,0.10730187864150235,0.15372517456988796,0.12880930596561221,0.0006126705697413052,0.15372517456988796,0.11888203555629374,0.0003281063849133879,0.15372517456988796,0.12971380335549815,0.0069016510126387815,0.15372517456988796,0.12074353345549307,0.05497223207251969,0.15372517456988796,0.08291217771752794,0.3827708198438059,0.5,0.15372517456988796,0.07545710176930712,0.3159527637773054,0.0,0.0,0.012919130450028437 -3248,0.5,0.15372517456988796,0.287339733528455,0.1574869565458881,0.15372517456988796,0.26011101377145734,0.0009061191127381193,0.15372517456988796,0.2436636125716827,0.21408193526346952,0.15372517456988796,0.27542601502537206,0.3055239701806235,0.15372517456988796,0.23868015445270302,0.012251511993064556,0.15372517456988796,0.22789922339561963,0.034177141888518246,0.15372517456988796,0.24289832985784626,0.026107593463435184,0.15372517456988796,0.23245788094611203,0.03430052011818777,0.5,0.15372517456988796,0.23451886246325973,0.16174498438370005,0.15372517456988796,0.17784394360165712,0.06708045036008899,0.5,0.15372517456988796,0.24113486056851252,0.3347724158141541,0.15372517456988796,0.19767537698828055,0.24874283684618753,0.15372517456988796,0.25057704401471115,0.002746839566868377,0.15372517456988796,0.24244330009757104,0.0007798723374592773,0.15372517456988796,0.2586167416373656,0.021631535579395646,0.15372517456988796,0.24406098979680696,0.15698775332779474,0.15372517456988796,0.16325232126023667,0.4354415746986432,0.5,0.15372517456988796,0.1267640594709043,0.37461451094558523,0.0,8.290924055919633e-05,0.010217330218729125 -3249,0.5,0.15372517456988796,0.4250724049309612,0.2716001169593045,0.15372517456988796,0.3929454110009296,0.004318156931528151,0.15372517456988796,0.39544018126274005,0.3015143373145892,0.15372517456988796,0.4238134438026132,0.40400910185609257,0.15372517456988796,0.3737231742909666,0.018242135010271127,0.15372517456988796,0.3640811521355758,0.047222846671249055,0.15372517456988796,0.3817415509038869,0.07974396939071006,0.15372517456988796,0.3726406239911727,0.1051804089988714,0.5,0.15372517456988796,0.37578217521205687,0.3880779450161045,0.15372517456988796,0.250247091776613,0.09188753420665817,0.5,0.15372517456988796,0.37427641729105304,0.2930595618125535,0.15372517456988796,0.2919728518097851,0.32799431012351316,0.15372517456988796,0.37661056979421964,0.011480037985912357,0.15372517456988796,0.375094319327457,0.0014307067821501596,0.15372517456988796,0.39730990250893017,0.04394839418176008,0.15372517456988796,0.3868869765497493,0.2771622149203804,0.15372517456988796,0.27877653727098145,0.4222677697593701,0.5,0.15372517456988796,0.17920586345903805,0.39403076789674285,0.0,0.004733933502226457,0.008009166996043432 -3250,0.5,0.15372517456988796,0.5628469789844514,0.35084109662302015,0.15372517456988796,0.5305576977713551,0.017331191380586898,0.15372517456988796,0.557764831064878,0.40143537279672337,0.15372517456988796,0.5701851893852105,0.546956929367843,0.15372517456988796,0.5167855119223261,0.018793072636405315,0.15372517456988796,0.5097320379520609,0.06625794921253302,0.15372517456988796,0.5282221471595551,0.1254776241669898,0.15372517456988796,0.5210269730264615,0.1776203755729489,0.5,0.15372517456988796,0.5143374918761725,0.5115533014697152,0.15372517456988796,0.29637370294542786,0.09951747149475401,0.5,0.15372517456988796,0.5207713712045707,0.3117902255578842,0.15372517456988796,0.3907037502963483,0.28935518700613805,0.15372517456988796,0.5047480208119346,0.03326857146768718,0.15372517456988796,0.514289105726523,0.005909186525427956,0.15372517456988796,0.540719147032769,0.07576197757028211,0.15372517456988796,0.5463347274411199,0.3375688695888707,0.15372517456988796,0.44920942795352997,0.4291695094025482,0.5,0.15372517456988796,0.2351229916188412,0.38673874311814693,0.0,0.016250361137169666,0.010947338219285282 -3251,0.5,0.15372517456988796,0.6623206903077621,0.4317645852915498,0.15372517456988796,0.6381408039066291,0.062474675000050266,0.15372517456988796,0.6713732030546138,0.5168645364189407,0.15372517456988796,0.6738552189688138,0.7397618341357625,0.15372517456988796,0.6334390162103251,0.026590826344499458,0.15372517456988796,0.6287430632286903,0.09776894955797835,0.15372517456988796,0.6454486041459587,0.17369553741853277,0.15372517456988796,0.6362910493467885,0.24490951885337534,0.5,0.15372517456988796,0.635319461717878,0.4932522531468319,0.15372517456988796,0.3448900766463729,0.15000011663195392,0.5,0.15372517456988796,0.6290167936044193,0.4036766943496423,0.15372517456988796,0.4924718540483926,0.3153237505409678,0.15372517456988796,0.6008610574076265,0.07106651931201864,0.15372517456988796,0.626254212587159,0.022829282448945346,0.15372517456988796,0.6536300190121216,0.1529579368985837,0.15372517456988796,0.6619147058686186,0.3893931774866596,0.15372517456988796,0.6277514586816441,0.5484305130096109,0.5,0.15372517456988796,0.3466619675616638,0.41818660308416533,0.0,0.028741361639444036,0.014106716124871244 -3252,0.5,0.15372517456988796,0.7143438875925003,0.5293170128010806,0.15372517456988796,0.6788442374449373,0.14799647529199836,0.15372517456988796,0.7301309199202217,0.6281437613613291,0.15372517456988796,0.719143402536708,0.8425420946975215,0.15372517456988796,0.6834529206058542,0.057066052127345425,0.15372517456988796,0.6863441758176897,0.13927052164135745,0.15372517456988796,0.711414040732053,0.24287704654101394,0.15372517456988796,0.7072561859917644,0.29688738997413433,0.5,0.15372517456988796,0.7172801929686367,0.509233960161872,0.15372517456988796,0.4333931652786631,0.19985254551739184,0.5,0.15372517456988796,0.7020158174675352,0.4901243905036496,0.15372517456988796,0.5649841908790613,0.3698653797650529,0.15372517456988796,0.649236783074612,0.1324903056190639,0.15372517456988796,0.6764269939925284,0.06770773924581644,0.15372517456988796,0.7148055120536535,0.23546491582193674,0.15372517456988796,0.7265797620050667,0.4108682094661663,0.15372517456988796,0.7208290520228718,0.6747943016426892,0.5,0.15372517456988796,0.43423943653977126,0.5147172462791523,0.0,0.03473861793142999,0.017707520224745962 -3253,0.5,0.15372517456988796,0.7208586883121963,0.6152920780417956,0.15372517456988796,0.6978376458348757,0.2418898440302751,0.15372517456988796,0.7474863424266558,0.7202174413334962,0.15372517456988796,0.7204931939375439,0.8891694824934568,0.15372517456988796,0.7126878627602806,0.11231741375791521,0.15372517456988796,0.7189460683026258,0.18922382764181558,0.15372517456988796,0.7382244663697193,0.2911034963707378,0.15372517456988796,0.7396219332153162,0.3412767098352838,0.5,0.15372517456988796,0.743344732691962,0.5378686570229773,0.15372517456988796,0.5235311998844565,0.24822390537556463,0.5,0.15372517456988796,0.7243421685533238,0.6011247601001647,0.15372517456988796,0.6202882734259336,0.4648000823372583,0.15372517456988796,0.6749253436500469,0.18852359614032474,0.15372517456988796,0.7044698183888999,0.13453235681356335,0.15372517456988796,0.733265560021459,0.2966498121140999,0.15372517456988796,0.7439550298326316,0.41442622415120506,0.15372517456988796,0.7390663289513031,0.7596744024894402,0.5,0.15372517456988796,0.43072781586410025,0.5527073991405428,0.0,0.029742618409112142,0.02067524197455899 -3254,0.5,0.15372517456988796,0.6887960356400702,0.6476957015976789,0.15372517456988796,0.6723535377503274,0.2938304683720944,0.15372517456988796,0.7185175241731498,0.777546652714634,0.15372517456988796,0.6781120321697441,0.9220768344153051,0.15372517456988796,0.6987939503428923,0.16230122689329085,0.15372517456988796,0.7045742802993226,0.24268732952367644,0.15372517456988796,0.7131412575445508,0.3080748457102624,0.15372517456988796,0.7172056658034274,0.35979087351244127,0.5,0.15372517456988796,0.7131892564296933,0.5016866469418639,0.15372517456988796,0.4537014272702231,0.2586325274360239,0.5,0.15372517456988796,0.7014919962711303,0.6687686813266288,0.15372517456988796,0.6330380553069198,0.5289267451492404,0.15372517456988796,0.6512221364666141,0.22355909302083554,0.15372517456988796,0.6875076374898282,0.20760666903495795,0.15372517456988796,0.699902230099055,0.33988500905442826,0.15372517456988796,0.7187283034825008,0.4658666650451871,0.15372517456988796,0.703101744446946,0.8172016520051053,0.5,0.15372517456988796,0.34570836696036933,0.5224132790155737,0.0,0.01947922318456878,0.022803708953594213 -3255,0.5,0.15372517456988796,0.6076744463095279,0.6666450552787349,0.15372517456988796,0.6149482804978027,0.28422398058444936,0.15372517456988796,0.6340092413122587,0.8142673107221936,0.15372517456988796,0.5717139259977235,0.9314295356965571,0.15372517456988796,0.6364975791780965,0.18898047880933128,0.15372517456988796,0.6456001513318257,0.2501597900124296,0.15372517456988796,0.6401620095853042,0.31208443968401156,0.15372517456988796,0.6501226263242593,0.35552714006878516,0.5,0.15372517456988796,0.6506253460916605,0.45841962785317647,0.15372517456988796,0.2815315738977591,0.19853890064660695,0.5,0.15372517456988796,0.6365099457623263,0.7200928373987435,0.15372517456988796,0.5765954095978805,0.581348806273064,0.15372517456988796,0.5400698336987347,0.2474864563835413,0.15372517456988796,0.6230819340602594,0.27919497715098635,0.15372517456988796,0.6210099245767913,0.36630335981954715,0.15372517456988796,0.657378435262993,0.5416717629347991,0.15372517456988796,0.6128072482709035,0.8509387242505756,0.5,0.15372517456988796,0.2690777044697584,0.4840328567638273,0.0,0.013160358515634369,0.019738770899869598 -3256,0.5,0.15372517456988796,0.48128835515831225,0.6671534065683694,0.15372517456988796,0.5018180324340322,0.27561480498110197,0.15372517456988796,0.5054616795213884,0.8215625708346771,0.15372517456988796,0.42842802901846383,0.910320954561864,0.15372517456988796,0.5175540730082819,0.19845961137754461,0.15372517456988796,0.532139563761322,0.23777442095642093,0.15372517456988796,0.5253102655466757,0.31742247922391603,0.15372517456988796,0.540204833176278,0.3617525682423533,0.5,0.15372517456988796,0.5395219565076019,0.4752341118357878,0.15372517456988796,0.2129823512451186,0.11465815714986662,0.5,0.15372517456988796,0.5266482006815126,0.7531234081084346,0.15372517456988796,0.4304530653035484,0.5756904087316093,0.15372517456988796,0.4240573536524309,0.2278239140319099,0.15372517456988796,0.5118145399795385,0.3163630482676515,0.15372517456988796,0.5011853684895432,0.3932604492092175,0.15372517456988796,0.5312401205915496,0.571021545274717,0.15372517456988796,0.4772670375100378,0.8628731566134482,0.5,0.15372517456988796,0.20898548980169607,0.5014176801753822,0.0,0.012038151483093928,0.012652854232710052 -3257,0.5,0.15372517456988796,0.345208040814184,0.6175888826466085,0.15372517456988796,0.3634875260160926,0.25570282422143803,0.15372517456988796,0.3558865338748295,0.7535714420117318,0.15372517456988796,0.2850725364501785,0.8420814230893914,0.15372517456988796,0.3824213282017057,0.19709094538929509,0.15372517456988796,0.3917901851177752,0.1993361019801224,0.15372517456988796,0.3803865674138916,0.28842454710180965,0.15372517456988796,0.3980567063561441,0.34098525955798764,0.5,0.15372517456988796,0.3975013963284704,0.4520055557718518,0.15372517456988796,0.16188697358493537,0.09858422939253766,0.5,0.15372517456988796,0.3807532296431344,0.7406518834343386,0.15372517456988796,0.2866277694242538,0.47677814134247326,0.15372517456988796,0.29611149161359135,0.16126403850102883,0.15372517456988796,0.38172968526314444,0.2879547748420809,0.15372517456988796,0.356977690453405,0.39069253065255977,0.15372517456988796,0.3814790031099845,0.5301292878176345,0.15372517456988796,0.32392549427647943,0.8102250322901469,0.5,0.15372517456988796,0.1323734408369485,0.4071105137716244,0.0,0.01211030171099073,0.00877961472900487 -3258,0.5,0.15372517456988796,0.20718301237277775,0.4492910434142484,0.15372517456988796,0.2293009836268446,0.12520955004884735,0.15372517456988796,0.21255749355108658,0.47130520340293125,0.15372517456988796,0.16362914626807287,0.6782754241244969,0.15372517456988796,0.25111900637727197,0.14561357638242042,0.15372517456988796,0.2531116030224837,0.09805339945774319,0.15372517456988796,0.24134113366775906,0.13915918360778684,0.15372517456988796,0.26448557894696767,0.23293306579447437,0.5,0.15372517456988796,0.2612437820145944,0.2880420099427751,0.15372517456988796,0.10073935728487703,0.06990571941405274,0.5,0.15372517456988796,0.24006906383689414,0.5171214500465962,0.15372517456988796,0.16346327681486048,0.24666960434398477,0.15372517456988796,0.1673471458063442,0.10046530046219884,0.15372517456988796,0.2503290383249018,0.21524004717435186,0.15372517456988796,0.21898610661642948,0.2717618683320334,0.15372517456988796,0.24241392789195942,0.278165792783675,0.15372517456988796,0.1912132617497614,0.6048796024438083,0.5,0.15372517456988796,0.06906841066040245,0.2905784330016578,0.0,0.007377747286042307,0.009108801050250354 -3259,0.5,0.15372517456988796,0.0649631667225943,0.24599578038248754,0.15372517456988796,0.07796851549245061,0.05110630642196856,0.15372517456988796,0.06475986814872439,0.27143062577732036,0.15372517456988796,0.0620571614869158,0.5269425603877352,0.15372517456988796,0.10954451937115078,0.10707641553590673,0.15372517456988796,0.12076440094586957,0.054795941262681086,0.15372517456988796,0.08284163201679912,0.08931801556895295,0.15372517456988796,0.100295436110652,0.0927111835368171,0.5,0.15372517456988796,0.08349360933519481,0.1794355996229951,0.15372517456988796,0.04145049275713015,0.04626843640619782,0.5,0.15372517456988796,0.06918398953641258,0.29738303495678964,0.15372517456988796,0.05890134131736258,0.13920274960568008,0.15372517456988796,0.08010000689127032,0.05989093928560878,0.15372517456988796,0.10715922218577592,0.11901610989948719,0.15372517456988796,0.07599724737363586,0.1766738779694144,0.15372517456988796,0.06994976912855416,0.14102252529912146,0.15372517456988796,0.06611161213317354,0.3480703392413022,0.5,0.15372517456988796,0.022960189522852947,0.18864617221411964,0.0,0.0034014626444701717,0.00902513570215742 -3260,0.5,0.15372517456988796,0.0,0.16613891520363291,0.15372517456988796,0.0,0.056341362687018136,0.15372517456988796,0.0,0.2358048237889025,0.15372517456988796,0.0,0.448894290541806,0.15372517456988796,0.0043446616732702534,0.12671531359133154,0.15372517456988796,0.003187221192532379,0.07018716539958705,0.15372517456988796,0.0,0.09835592202370382,0.15372517456988796,0.0,0.05821914195304988,0.5,0.15372517456988796,0.0,0.1665453699592664,0.15372517456988796,0.00013348403895772866,0.030420215523063978,0.5,0.15372517456988796,0.0,0.21591737159010585,0.15372517456988796,4.1818729128545475e-05,0.11371104589263889,0.15372517456988796,0.004358678137666928,0.039382483409386784,0.15372517456988796,0.005624187960821961,0.05519927600244759,0.15372517456988796,0.0,0.1310856686400461,0.15372517456988796,0.0,0.11818510133367477,0.15372517456988796,0.0,0.2094956494095228,0.5,0.15372517456988796,4.8530447238796566e-05,0.08202845965628633,0.0,0.0006611775726272055,0.005561886896971429 -3261,0.5,0.15372517456988796,0.0,0.12259823305955588,0.15372517456988796,0.0,0.03727173865397552,0.15372517456988796,0.0,0.21411288432645248,0.15372517456988796,0.0,0.3976115563511512,0.15372517456988796,0.0,0.10571705042524622,0.15372517456988796,0.0,0.08580420744170228,0.15372517456988796,0.0,0.09643769715517352,0.15372517456988796,0.0,0.039425272178669354,0.5,0.15372517456988796,0.0,0.13689650738064166,0.15372517456988796,0.0,0.01623977124233774,0.5,0.15372517456988796,0.0,0.14796911434723814,0.15372517456988796,0.0,0.09488141713602265,0.15372517456988796,0.0,0.040641490276243586,0.15372517456988796,0.0,0.042910808507442395,0.15372517456988796,0.0,0.08621804250185938,0.15372517456988796,0.0,0.11904157029449315,0.15372517456988796,0.0,0.14476929689466078,0.5,0.15372517456988796,0.0,0.040526988760339985,0.0,0.0003591224489466151,0.0025317116467882114 -3262,0.5,0.15372517456988796,0.0,0.08843791742718078,0.15372517456988796,0.0,0.02253877879392799,0.15372517456988796,0.0,0.18238363320161685,0.15372517456988796,0.0,0.3276699515617654,0.15372517456988796,0.0,0.06513661831112183,0.15372517456988796,0.0,0.07569168232151624,0.15372517456988796,0.0,0.06911682879573783,0.15372517456988796,0.0,0.03261181071199433,0.5,0.15372517456988796,0.0,0.10110843090693208,0.15372517456988796,0.0,0.010843121024051668,0.5,0.15372517456988796,0.0,0.08612884546834153,0.15372517456988796,0.0,0.08051611017116707,0.15372517456988796,0.0,0.0384978068915622,0.15372517456988796,0.0,0.035172940896061156,0.15372517456988796,0.0,0.05308324594329844,0.15372517456988796,0.0,0.1186217074085076,0.15372517456988796,0.0,0.11095080271445347,0.5,0.15372517456988796,0.0,0.04673818686370416,0.0,0.005118028787012251,0.0005996998521748178 -3263,0.5,0.15372517456988796,0.0,0.06660207147712005,0.15372517456988796,0.0,0.022941411137040617,0.15372517456988796,0.0,0.1463954785011398,0.15372517456988796,0.0,0.24837287897433055,0.15372517456988796,0.0,0.04315652719438079,0.15372517456988796,0.0,0.05720649576269633,0.15372517456988796,0.0,0.03701582346573295,0.15372517456988796,0.0,0.032148297095996106,0.5,0.15372517456988796,0.0,0.08312482349507602,0.15372517456988796,0.0,0.011395015342535585,0.5,0.15372517456988796,0.0,0.06126474720076639,0.15372517456988796,0.0,0.06414048394934764,0.15372517456988796,0.0,0.033676272654899315,0.15372517456988796,0.0,0.030561824598474716,0.15372517456988796,0.0,0.03899514560231925,0.15372517456988796,0.0,0.10734898998466988,0.15372517456988796,0.0,0.10285666852555489,0.5,0.15372517456988796,0.0,0.04833277919227958,0.0,0.013611450522380632,0.0002937772013246542 -3264,0.5,0.15372517456988796,0.0,0.053624073997730906,0.15372517456988796,0.0,0.031503793554434535,0.15372517456988796,0.0,0.11730869682435345,0.15372517456988796,0.0,0.1896222344377536,0.15372517456988796,0.0,0.034533786909334,0.15372517456988796,0.0,0.04507942361775745,0.15372517456988796,0.0,0.022851926232233897,0.15372517456988796,0.0,0.03307677972509334,0.5,0.15372517456988796,0.0,0.08106103914686769,0.15372517456988796,0.0,0.01135023776387329,0.5,0.15372517456988796,0.0,0.07108993968321893,0.15372517456988796,0.0,0.050847170770825796,0.15372517456988796,0.0,0.0289411742967497,0.15372517456988796,0.0,0.026149848716804418,0.15372517456988796,0.0,0.029929828739514597,0.15372517456988796,0.0,0.07946539847589996,0.15372517456988796,0.0,0.10286459297060128,0.5,0.15372517456988796,0.0,0.040621803903815874,0.0,0.015403395982332941,0.0004231927387154529 -3265,0.5,0.15372517456988796,0.0,0.045313220498432574,0.15372517456988796,0.0,0.032474677789920775,0.15372517456988796,0.0,0.09284918595330757,0.15372517456988796,0.0,0.15263953555847073,0.15372517456988796,0.0,0.029074831624740248,0.15372517456988796,0.0,0.03344710378149472,0.15372517456988796,0.0,0.01632749359742715,0.15372517456988796,0.0,0.026722166991266897,0.5,0.15372517456988796,0.0,0.08962123277753907,0.15372517456988796,0.0,0.01071028247387536,0.5,0.15372517456988796,0.0,0.07805873183387757,0.15372517456988796,0.0,0.044056470639622244,0.15372517456988796,0.0,0.025760157343723597,0.15372517456988796,0.0,0.023708511575881917,0.15372517456988796,0.0,0.02245281762843093,0.15372517456988796,0.0,0.057377655352154576,0.15372517456988796,0.0,0.0961575575281186,0.5,0.15372517456988796,0.0,0.0319078712282548,0.0,0.01186178623330962,0.0005433412792504742 -3266,0.5,0.15372517456988796,0.0,0.04208337667217961,0.15372517456988796,0.0,0.02539783637532026,0.15372517456988796,0.0,0.08080445713212774,0.15372517456988796,0.0,0.132156226169714,0.15372517456988796,0.0,0.025175466213074996,0.15372517456988796,0.0,0.026499523976698754,0.15372517456988796,0.0,0.01299692153542989,0.15372517456988796,0.0,0.016954940158597526,0.5,0.15372517456988796,0.0,0.09315651095267329,0.15372517456988796,0.0,0.009195071307150417,0.5,0.15372517456988796,0.0,0.06901106200654428,0.15372517456988796,0.0,0.04022403715260389,0.15372517456988796,0.0,0.02159920574843857,0.15372517456988796,0.0,0.0204022513576334,0.15372517456988796,0.0,0.019284940068202524,0.15372517456988796,0.0,0.048174921777659564,0.15372517456988796,0.0,0.08934110218748689,0.5,0.15372517456988796,0.0,0.028580860717908614,0.0,0.009895926699676975,0.0005431620548219933 -3267,0.5,0.15372517456988796,0.0,0.04379497253340124,0.15372517456988796,0.0,0.02173078041216036,0.15372517456988796,0.0,0.07762212325086779,0.15372517456988796,0.0,0.12834056273378364,0.15372517456988796,0.0,0.020395865709230437,0.15372517456988796,0.0,0.021109075745632158,0.15372517456988796,0.0,0.009510344703928562,0.15372517456988796,0.0,0.010515533962781463,0.5,0.15372517456988796,0.0,0.08136946990351265,0.15372517456988796,0.0,0.006691875360798971,0.5,0.15372517456988796,0.0,0.06258639493794903,0.15372517456988796,0.0,0.034290623679964154,0.15372517456988796,0.0,0.015023649978994677,0.15372517456988796,0.0,0.015610404577838868,0.15372517456988796,0.0,0.017794815435336495,0.15372517456988796,0.0,0.04485721069361616,0.15372517456988796,0.0,0.0872331095492038,0.5,0.15372517456988796,0.0,0.027914430063006805,0.0,0.010293022081776897,0.00019285997226125233 -3268,0.5,0.15372517456988796,0.0,0.04459510205458187,0.15372517456988796,0.0,0.024619258699492923,0.15372517456988796,0.0,0.07536137996369975,0.15372517456988796,0.0,0.13748555274921642,0.15372517456988796,0.0,0.015052851742031227,0.15372517456988796,0.0,0.015509634386313548,0.15372517456988796,0.0,0.006660733300880124,0.15372517456988796,0.0,0.009076563516874464,0.5,0.15372517456988796,0.0,0.06505014273530112,0.15372517456988796,0.0,0.004641747565003552,0.5,0.15372517456988796,0.0,0.05812708695451655,0.15372517456988796,0.0,0.029927381000857033,0.15372517456988796,0.0,0.009838704860097908,0.15372517456988796,0.0,0.011716429072557839,0.15372517456988796,0.0,0.016989286407920415,0.15372517456988796,0.0,0.042157687627641695,0.15372517456988796,0.0,0.0904400318083248,0.5,0.15372517456988796,0.0,0.02796024679498018,0.0,0.014504793156966499,7.604699998673828e-05 -3269,0.5,0.15372517456988796,0.0020603702511447367,0.04402855695874941,0.15372517456988796,0.0,0.029050092247055587,0.15372517456988796,0.0,0.06700387646836578,0.15372517456988796,0.00028842548418573456,0.1446368942113414,0.15372517456988796,0.0,0.012469414630721643,0.15372517456988796,0.0,0.012490751804969964,0.15372517456988796,0.0,0.005145091583230255,0.15372517456988796,0.0,0.009186400094633944,0.5,0.15372517456988796,0.0,0.05252953092274443,0.15372517456988796,0.0,0.003987840540401828,0.5,0.15372517456988796,0.0,0.051653884808644634,0.15372517456988796,0.0,0.02804110228849896,0.15372517456988796,7.798351243811226e-05,0.007690807054174992,0.15372517456988796,0.0,0.009876011341389178,0.15372517456988796,1.186184096901907e-06,0.01693460677867494,0.15372517456988796,0.0,0.038901341297478416,0.15372517456988796,0.0,0.09071289839752847,0.5,0.15372517456988796,0.0,0.027856126092499163,0.0,0.022187245164668766,3.403808767293452e-05 -3270,0.5,0.15372517456988796,0.058658957963160306,0.044007064703700964,0.15372517456988796,0.015416514813699798,0.03324437889842748,0.15372517456988796,0.041860330003129796,0.06774464217694433,0.15372517456988796,0.021390532741448833,0.15600980046496146,0.15372517456988796,0.023843962256766167,0.011619170501172461,0.15372517456988796,0.025538292637990616,0.011171939191794739,0.15372517456988796,0.03179598148438312,0.003970514278528671,0.15372517456988796,0.026142103865816106,0.009067899044257772,0.5,0.15372517456988796,0.025303741347613203,0.045377749275010794,0.15372517456988796,0.028382076118221067,0.0036192196989893706,0.5,0.15372517456988796,0.027382546111121876,0.044373527806547935,0.15372517456988796,0.025791774440154597,0.02389989370518226,0.15372517456988796,0.01729712272336658,0.007742600336767921,0.15372517456988796,0.017416519091670808,0.009549818840637596,0.15372517456988796,0.03790187987236073,0.014157823169157892,0.15372517456988796,0.037874196278538566,0.031472371551395366,0.15372517456988796,0.021374796430817147,0.11268013360858654,0.5,0.15372517456988796,0.009260093879164483,0.03276100237741376,0.0,0.023928107202129553,2.4583533695108187e-06 -3271,0.5,0.15372517456988796,0.14021181946523736,0.06702138125813317,0.15372517456988796,0.07740975027249612,0.044355865382040165,0.15372517456988796,0.12056522475890555,0.10368826728038953,0.15372517456988796,0.06083754178405086,0.16814642478608635,0.15372517456988796,0.08864107362638923,0.011756329966513882,0.15372517456988796,0.09980403048881718,0.009723440086979139,0.15372517456988796,0.10781228078027758,0.004340428877135937,0.15372517456988796,0.10432234218294856,0.009184010082087917,0.5,0.15372517456988796,0.1062288947079118,0.04198079469026417,0.15372517456988796,0.10348483145604212,0.009445574978009852,0.5,0.15372517456988796,0.10632435420190828,0.08020600253433488,0.15372517456988796,0.1067815433909956,0.03710570096010815,0.15372517456988796,0.07055939402553515,0.010341767988396922,0.15372517456988796,0.0687773322548398,0.010712256427067163,0.15372517456988796,0.11403644222926962,0.015046000324213743,0.15372517456988796,0.12172894359619033,0.0346268396535665,0.15372517456988796,0.08519221532344128,0.17784488362840184,0.5,0.15372517456988796,0.0377867161376708,0.05642826137196044,0.0,0.02355736299177643,2.4095913080741056e-06 -3272,0.5,0.15372517456988796,0.2443477648436187,0.14038126967550713,0.15372517456988796,0.1769442207155715,0.06530929691043016,0.15372517456988796,0.23096438611915324,0.17397185502635185,0.15372517456988796,0.11241714453003795,0.18127434342387747,0.15372517456988796,0.1814106551842698,0.022582675374321917,0.15372517456988796,0.21225752205303677,0.02165103896236399,0.15372517456988796,0.22031356814166886,0.015182183379804247,0.15372517456988796,0.22447320269547777,0.024244913782334038,0.5,0.15372517456988796,0.22974810129530437,0.09090851998683072,0.15372517456988796,0.1983599259723602,0.027607062619207465,0.5,0.15372517456988796,0.212647934249721,0.16859061045862947,0.15372517456988796,0.21602555347810826,0.08617140770758666,0.15372517456988796,0.17698061868984147,0.017039203898874616,0.15372517456988796,0.16158640651791523,0.016125333528124165,0.15372517456988796,0.21102434044066998,0.03366278007494713,0.15372517456988796,0.2464291881197181,0.08085620979248159,0.15372517456988796,0.16190749483222183,0.24249004260342552,0.5,0.15372517456988796,0.08509130636939244,0.08551458978184255,0.0,0.0256648002270522,5.769246867740991e-05 -3273,0.5,0.15372517456988796,0.3432483876555748,0.2285114354448131,0.15372517456988796,0.21754225725666737,0.10388730925534367,0.15372517456988796,0.35115239914844965,0.24421451224974924,0.15372517456988796,0.15572818601443986,0.18859138110626508,0.15372517456988796,0.2794330948863404,0.030007298148447867,0.15372517456988796,0.33656574073534773,0.025174040137958705,0.15372517456988796,0.33865851047489537,0.06994177476778525,0.15372517456988796,0.35786610338756136,0.048150610968649046,0.5,0.15372517456988796,0.36806454700455954,0.19633975382006458,0.15372517456988796,0.3028014933974402,0.056100571587309946,0.5,0.15372517456988796,0.32230960058619773,0.36384074458262416,0.15372517456988796,0.3391476269879554,0.1711030486557207,0.15372517456988796,0.29934245579310315,0.024070206693239525,0.15372517456988796,0.2789896285675426,0.02474101138318824,0.15372517456988796,0.27746660652204896,0.08609655362228238,0.15372517456988796,0.3823712621581549,0.1812326536903509,0.15372517456988796,0.22223929385596283,0.32876708049072273,0.5,0.15372517456988796,0.11333513149679067,0.09423057354100577,0.0,0.027661531380162734,0.00010724398336310376 -3274,0.5,0.15372517456988796,0.46145338208961384,0.344558098796069,0.15372517456988796,0.25082604886647486,0.14702352468149552,0.15372517456988796,0.46408283946325457,0.31487010374193847,0.15372517456988796,0.20397709699760036,0.21235550616796312,0.15372517456988796,0.3614937493281829,0.03907386483584775,0.15372517456988796,0.46328728528399243,0.049435228937903974,0.15372517456988796,0.42408206064234066,0.19978974336388053,0.15372517456988796,0.4994987321749125,0.09323048123834574,0.5,0.15372517456988796,0.513558111495867,0.30730407147940786,0.15372517456988796,0.36657266988032533,0.0873681533260128,0.5,0.15372517456988796,0.41994186563668656,0.4466052057663331,0.15372517456988796,0.45233007099083034,0.26246761721922623,0.15372517456988796,0.4140441157321008,0.026986296652158945,0.15372517456988796,0.3765285494039965,0.030270626436244237,0.15372517456988796,0.30171206968549286,0.1682298808010661,0.15372517456988796,0.5254113048030693,0.35832156019810313,0.15372517456988796,0.2726375162842538,0.3511297801204784,0.5,0.15372517456988796,0.13873051230582245,0.10540498284345895,0.0,0.03502711898599233,0.00010652069045948341 -3275,0.5,0.15372517456988796,0.5356903936486569,0.48449747265487225,0.15372517456988796,0.35455361959404624,0.18342152867468955,0.15372517456988796,0.5540009098796275,0.4349817629662537,0.15372517456988796,0.23210678750190733,0.2224899089604632,0.15372517456988796,0.3710324552784186,0.046792800235155765,0.15372517456988796,0.5426703052918368,0.0839313705394456,0.15372517456988796,0.34929679388465906,0.21911499303999704,0.15372517456988796,0.6121502758271079,0.16639050335408123,0.5,0.15372517456988796,0.6302213036145822,0.3642780456189573,0.15372517456988796,0.42727998246842114,0.11883340318681687,0.5,0.15372517456988796,0.4983512670160222,0.37239635458297815,0.15372517456988796,0.5289914010639964,0.34106266645676436,0.15372517456988796,0.46231761923959624,0.03207937994844731,0.15372517456988796,0.42161023371003387,0.03652558135997179,0.15372517456988796,0.2922148200172768,0.21791772681578025,0.15372517456988796,0.6132202375016725,0.4699136261620329,0.15372517456988796,0.30469682496319195,0.3198294239967386,0.5,0.15372517456988796,0.15213259053049039,0.1176477139444204,0.0,0.04762739603555036,9.808900832878814e-05 -3276,0.5,0.15372517456988796,0.5645586648062526,0.5715992585591413,0.15372517456988796,0.41425559649689436,0.17841015612237585,0.15372517456988796,0.5518457418239539,0.5126174398448525,0.15372517456988796,0.20577904799639707,0.22085331362973307,0.15372517456988796,0.39547667294118816,0.04495808134820986,0.15372517456988796,0.4232655461466394,0.10644364253565355,0.15372517456988796,0.22122262121504632,0.18810019231651587,0.15372517456988796,0.647946294618219,0.2856263950529626,0.5,0.15372517456988796,0.6998810077327574,0.40007753957379366,0.15372517456988796,0.4071131705682187,0.13756741502973113,0.5,0.15372517456988796,0.5586928151282248,0.3649886506880301,0.15372517456988796,0.542055212229145,0.3875208121227388,0.15372517456988796,0.512552887208008,0.036110839454997004,0.15372517456988796,0.4700578248566185,0.03841245316689669,0.15372517456988796,0.2653964164776117,0.21473608632495808,0.15372517456988796,0.5957762300664212,0.5038221380429398,0.15372517456988796,0.3241950834566094,0.3020140726722327,0.5,0.15372517456988796,0.15756536726088158,0.13862685304634922,0.0,0.050930757581138394,0.00014975980878491742 -3277,0.5,0.15372517456988796,0.580801871351707,0.5895660146391998,0.15372517456988796,0.42421137113604396,0.1623528391296412,0.15372517456988796,0.5137748418345278,0.4892201677262263,0.15372517456988796,0.20714139819401992,0.20947467489338964,0.15372517456988796,0.37933754232135053,0.04010665642761867,0.15372517456988796,0.3368332074433377,0.11327786883932264,0.15372517456988796,0.2129586016462051,0.20225259904926823,0.15372517456988796,0.48222363849436956,0.30214557013076193,0.5,0.15372517456988796,0.7255577629835815,0.4192224417517568,0.15372517456988796,0.2546921613254999,0.14096939423345445,0.5,0.15372517456988796,0.5952566116682261,0.2928286465965761,0.15372517456988796,0.5312633841626628,0.415312461880503,0.15372517456988796,0.536847582184067,0.04118630911770339,0.15372517456988796,0.4386359446181935,0.042465929402499464,0.15372517456988796,0.29788005060276757,0.2252979305227349,0.15372517456988796,0.592616503159919,0.5146875015101643,0.15372517456988796,0.3320847612847036,0.2915928254522886,0.5,0.15372517456988796,0.14744852916190515,0.16966655476879058,0.0,0.04626577913834306,0.00023457727084282102 -3278,0.5,0.15372517456988796,0.49782074739316184,0.5677931773558288,0.15372517456988796,0.2993695152033477,0.1480081010566144,0.15372517456988796,0.5158646466288842,0.4372898151272474,0.15372517456988796,0.20580260598470657,0.1799225471658599,0.15372517456988796,0.26644576596621145,0.034348888319486105,0.15372517456988796,0.3481611269910742,0.10938530108359332,0.15372517456988796,0.30302118571776243,0.21465056766155696,0.15372517456988796,0.40280506698279317,0.2838210975705314,0.5,0.15372517456988796,0.6931335211949564,0.40849460919529684,0.15372517456988796,0.23665673560169367,0.163752890288506,0.5,0.15372517456988796,0.5985378744648464,0.3030465446709754,0.15372517456988796,0.4468346432193113,0.3886301487590384,0.15372517456988796,0.5513230033565948,0.05223466888556498,0.15372517456988796,0.4204994118492242,0.055054061262884035,0.15372517456988796,0.33200403461337047,0.2323491603673018,0.15372517456988796,0.5606958360344421,0.4934064065179858,0.15372517456988796,0.31938671415585734,0.27499382854220683,0.5,0.15372517456988796,0.11678896445794651,0.15985108416498245,0.0,0.03566886174717785,0.0004695597549176112 -3279,0.5,0.15372517456988796,0.4225383131911016,0.5309009765167958,0.15372517456988796,0.12190812034643923,0.10359891282446138,0.15372517456988796,0.481883025687197,0.3967862075148782,0.15372517456988796,0.20333022289734115,0.14726388160361148,0.15372517456988796,0.1672640628847669,0.03305845018152864,0.15372517456988796,0.3298291277951331,0.1133708049555863,0.15372517456988796,0.2757020289493549,0.19996485987612297,0.15372517456988796,0.38404114889741225,0.27462541524949724,0.5,0.15372517456988796,0.6111488329565232,0.3772960768602518,0.15372517456988796,0.15280580940753172,0.18146754151083033,0.5,0.15372517456988796,0.5424523566874194,0.2375605418917489,0.15372517456988796,0.3769793169001975,0.3499432924645275,0.15372517456988796,0.4330963027057979,0.05759104634857832,0.15372517456988796,0.3332558248521993,0.06682300362246296,0.15372517456988796,0.2875142898109022,0.21755606412805806,0.15372517456988796,0.50192963280222,0.4278974818136244,0.15372517456988796,0.3100964345538441,0.2089460153353622,0.5,0.15372517456988796,0.0857210682050678,0.11349823393657527,0.0,0.027965101705216832,0.0006991466016478803 -3280,0.5,0.15372517456988796,0.33454891246205243,0.48086887199587647,0.15372517456988796,0.12970653025918036,0.07753635881968457,0.15372517456988796,0.3840658101834439,0.3262997244589246,0.15372517456988796,0.18554397764443575,0.11517847233573582,0.15372517456988796,0.10642402965621203,0.022667792514615603,0.15372517456988796,0.25716704677919733,0.1078859392129809,0.15372517456988796,0.21855682660052414,0.1786504893512345,0.15372517456988796,0.33879943429530235,0.25452678377477994,0.5,0.15372517456988796,0.48960393402957436,0.29788073840254986,0.15372517456988796,0.12170826208580651,0.1609632686132859,0.5,0.15372517456988796,0.4349570213456792,0.1580587626444533,0.15372517456988796,0.2808822230107882,0.27660761663309685,0.15372517456988796,0.3116838580454277,0.05244540597393353,0.15372517456988796,0.23136194243954644,0.07504285008772363,0.15372517456988796,0.21736581885300402,0.20894724850709628,0.15372517456988796,0.3818428550720262,0.3546008886974841,0.15372517456988796,0.26701484284894844,0.14106996375204153,0.5,0.15372517456988796,0.07780510128608321,0.08392933476314678,0.0,0.017473594195505055,0.0008384266667676307 -3281,0.5,0.15372517456988796,0.23324604323854434,0.4260395736827156,0.15372517456988796,0.08170524511108232,0.03955064008333144,0.15372517456988796,0.26061483634152005,0.2273000065318026,0.15372517456988796,0.14320257558482416,0.09059313132934854,0.15372517456988796,0.07575372200709614,0.012029342087461604,0.15372517456988796,0.23124667472407098,0.1017051597017202,0.15372517456988796,0.1717361450937308,0.14564937859281576,0.15372517456988796,0.22364704889981485,0.18573071802840269,0.5,0.15372517456988796,0.3580148452335934,0.18798977107292045,0.15372517456988796,0.1062878425267696,0.12534435760012658,0.5,0.15372517456988796,0.3235575672284032,0.08840133438716066,0.15372517456988796,0.20306714503387668,0.1857417365301586,0.15372517456988796,0.18207036721081238,0.043038198040358744,0.15372517456988796,0.16605453313493176,0.07641304819634177,0.15372517456988796,0.14336410654058362,0.19915235263783332,0.15372517456988796,0.2840033559366734,0.2800888568647995,0.15372517456988796,0.19473213243289983,0.07299308467863248,0.5,0.15372517456988796,0.0609740380721001,0.056524149015035656,0.0,0.009456098699523855,0.0008830192301712532 -3282,0.5,0.15372517456988796,0.14346461498654522,0.34780145674373386,0.15372517456988796,0.04195337248271022,0.017319547550235317,0.15372517456988796,0.14547829693422842,0.12527594074260018,0.15372517456988796,0.0912870858616825,0.05415112196555077,0.15372517456988796,0.05680151528592618,0.00835819812659583,0.15372517456988796,0.15118855942701379,0.07741123521122224,0.15372517456988796,0.10533813127951816,0.10742709392455425,0.15372517456988796,0.1359869774596529,0.13682472399559403,0.5,0.15372517456988796,0.2223048797494952,0.07895988958504424,0.15372517456988796,0.06984911709777167,0.10623469617985615,0.5,0.15372517456988796,0.21025223968881807,0.023606596874752844,0.15372517456988796,0.13450865994362002,0.10506523500344606,0.15372517456988796,0.11449266561182349,0.03175541572505662,0.15372517456988796,0.11412017056531065,0.06586757607139719,0.15372517456988796,0.08367912238998315,0.16814106442420135,0.15372517456988796,0.16550262361605822,0.18983121033388511,0.15372517456988796,0.12196060506649105,0.020368013768043522,0.5,0.15372517456988796,0.03675992119528891,0.032727969455675805,0.0,0.004345607173707907,0.0006968974466953572 -3283,0.5,0.15372517456988796,0.060933078363095125,0.21804406931419607,0.15372517456988796,0.015091797200672606,0.012355053383586652,0.15372517456988796,0.05625709293445006,0.12157350837633608,0.15372517456988796,0.03678775800822795,0.05005868683287384,0.15372517456988796,0.025643087033287267,0.004463261262911668,0.15372517456988796,0.06364202567564019,0.03793376822715696,0.15372517456988796,0.05281278520400651,0.07518332295849472,0.15372517456988796,0.06964777665121125,0.10438704529950998,0.5,0.15372517456988796,0.08152850226484401,0.06293562997461785,0.15372517456988796,0.03337078190392619,0.07482920215292294,0.5,0.15372517456988796,0.07749384708477831,0.0018129682454417352,0.15372517456988796,0.061724937588023526,0.05528487805172054,0.15372517456988796,0.05805858829164533,0.022958646677208185,0.15372517456988796,0.056067358247655213,0.045295088650319046,0.15372517456988796,0.03766139581003413,0.12969016366846361,0.15372517456988796,0.05401428035972035,0.1627594108134075,0.15372517456988796,0.04877683797255584,0.0019260931433826985,0.5,0.15372517456988796,0.01081914314360016,0.015710215451090272,0.0,0.0017614765325697538,0.00043784800271262164 -3284,0.5,0.15372517456988796,5.133622987634854e-06,0.1571391575773209,0.15372517456988796,0.0,0.0072437770518890545,0.15372517456988796,0.0,0.14776259635820116,0.15372517456988796,1.787387104021853e-06,0.0625943455027315,0.15372517456988796,0.0034328031273640797,0.0031641706735450756,0.15372517456988796,0.009194696582036591,0.03262481633385685,0.15372517456988796,0.0,0.054401951593776525,0.15372517456988796,0.0009306887212573681,0.07358737922316218,0.5,0.15372517456988796,0.0,0.07559624284264502,0.15372517456988796,0.0,0.035997217724243996,0.5,0.15372517456988796,0.0,0.0012753553724540359,0.15372517456988796,0.0,0.030955380864090574,0.15372517456988796,0.006464720092228867,0.023541939972099784,0.15372517456988796,0.008772620969093025,0.023967469054904034,0.15372517456988796,0.00012868190951949497,0.09458633372994427,0.15372517456988796,0.0,0.1453738868569942,0.15372517456988796,8.76037951264119e-05,0.000670504893421395,0.5,0.15372517456988796,2.5496217764036303e-05,0.007934838047982602,0.0,0.0012571294730889821,0.0002672662858937234 -3285,0.5,0.15372517456988796,0.0,0.12485116920830562,0.15372517456988796,0.0,0.0014786188720130925,0.15372517456988796,0.0,0.17773553476289417,0.15372517456988796,0.0,0.09246045617235583,0.15372517456988796,0.0,0.004545788764534462,0.15372517456988796,0.0,0.031156296579828276,0.15372517456988796,0.0,0.041103082126107346,0.15372517456988796,0.0,0.048781933220390025,0.5,0.15372517456988796,0.0,0.08435186713747528,0.15372517456988796,0.0,0.024965047780718518,0.5,0.15372517456988796,0.0,0.0017139708706215091,0.15372517456988796,0.0,0.01760331081423244,0.15372517456988796,0.0,0.024737071435979235,0.15372517456988796,0.0,0.01770395165200684,0.15372517456988796,0.0,0.06541992751708722,0.15372517456988796,0.0,0.14222649167208068,0.15372517456988796,0.0,0.001385178379429746,0.5,0.15372517456988796,0.0,0.006412000099877362,0.0,0.0008102752143924228,0.0014446578691135745 -3286,0.5,0.15372517456988796,0.0,0.10365293179380021,0.15372517456988796,0.0,0.0012580980671163756,0.15372517456988796,0.0,0.185513600973597,0.15372517456988796,0.0,0.15712571328125485,0.15372517456988796,0.0,0.01046766424806542,0.15372517456988796,0.0,0.021083104314053545,0.15372517456988796,0.0,0.028831852245234407,0.15372517456988796,0.0,0.028586530555326527,0.5,0.15372517456988796,0.0,0.07103736602290814,0.15372517456988796,0.0,0.008801360709590155,0.5,0.15372517456988796,0.0,0.004616373006178576,0.15372517456988796,0.0,0.010930377398486239,0.15372517456988796,0.0,0.023255055948157223,0.15372517456988796,0.0,0.011459412022012831,0.15372517456988796,0.0,0.04922057217577205,0.15372517456988796,0.0,0.13738374032671447,0.15372517456988796,0.0,0.0037239631475059066,0.5,0.15372517456988796,0.0,0.004586119242099917,0.0,0.0019906846277417205,0.0003878460407911454 -3287,0.5,0.15372517456988796,0.0,0.09245877586345647,0.15372517456988796,0.0,0.009223353043672843,0.15372517456988796,0.0,0.1513116406132479,0.15372517456988796,0.0,0.17707029813436145,0.15372517456988796,0.0,0.018851705858787277,0.15372517456988796,0.0,0.012285429975510615,0.15372517456988796,0.0,0.01856475264628812,0.15372517456988796,0.0,0.018649568557798188,0.5,0.15372517456988796,0.0,0.05830213470611084,0.15372517456988796,0.0,0.0032686109673274876,0.5,0.15372517456988796,0.0,0.006724135686277574,0.15372517456988796,0.0,0.0068181634772951595,0.15372517456988796,0.0,0.019392540991322534,0.15372517456988796,0.0,0.008794129804696684,0.15372517456988796,0.0,0.03949140505210941,0.15372517456988796,0.0,0.1114559416225311,0.15372517456988796,0.0,0.009394193470921793,0.5,0.15372517456988796,0.0,0.003967068500329217,0.0,0.003956374340650443,0.0001302564432720716 -3288,0.5,0.15372517456988796,0.0,0.09105782862602912,0.15372517456988796,0.0,0.02302756218629026,0.15372517456988796,0.0,0.11115909546509044,0.15372517456988796,0.0,0.1852857694212815,0.15372517456988796,0.0,0.01784146832431042,0.15372517456988796,0.0,0.007796387400351822,0.15372517456988796,0.0,0.010580651192490041,0.15372517456988796,0.0,0.011238321617873782,0.5,0.15372517456988796,0.0,0.04962732998157816,0.15372517456988796,0.0,0.003371752783211596,0.5,0.15372517456988796,0.0,0.006806526650405082,0.15372517456988796,0.0,0.0077636262731050724,0.15372517456988796,0.0,0.017701603847457018,0.15372517456988796,0.0,0.009025290257463148,0.15372517456988796,0.0,0.029589383695744733,0.15372517456988796,0.0,0.07190957595654683,0.15372517456988796,0.0,0.014153046503701819,0.5,0.15372517456988796,0.0,0.003507915671702256,0.0,0.003743163135380825,7.064615787946086e-05 -3289,0.5,0.15372517456988796,0.0,0.09017097825201645,0.15372517456988796,0.0,0.025713297913921157,0.15372517456988796,0.0,0.11156153761771165,0.15372517456988796,0.0,0.17622597959255165,0.15372517456988796,0.0,0.011724718643395936,0.15372517456988796,0.0,0.004926693118820585,0.15372517456988796,0.0,0.004526018466299427,0.15372517456988796,0.0,0.007194646247205736,0.5,0.15372517456988796,0.0,0.0371510532337076,0.15372517456988796,0.0,0.001864617600340286,0.5,0.15372517456988796,0.0,0.005459796094862488,0.15372517456988796,0.0,0.011148770498347546,0.15372517456988796,0.0,0.017035856190073764,0.15372517456988796,0.0,0.009132022502121665,0.15372517456988796,0.0,0.02405007030806995,0.15372517456988796,0.0,0.04592139232651528,0.15372517456988796,0.0,0.01734559963203619,0.5,0.15372517456988796,0.0,0.002577209550501593,0.0,0.0014761277808385382,4.9870845415589824e-05 -3290,0.5,0.15372517456988796,0.0,0.09034010325922483,0.15372517456988796,0.0,0.02753643447020832,0.15372517456988796,0.0,0.12397843872137959,0.15372517456988796,0.0,0.13105900027107634,0.15372517456988796,0.0,0.008357530536329308,0.15372517456988796,0.0,0.0032295361220771148,0.15372517456988796,0.0,0.0023324024813431714,0.15372517456988796,0.0,0.004923069978668571,0.5,0.15372517456988796,0.0,0.02454407663067427,0.15372517456988796,0.0,0.001838260079104278,0.5,0.15372517456988796,0.0,0.003351152864449629,0.15372517456988796,0.0,0.012000817685333605,0.15372517456988796,0.0,0.017938856991036263,0.15372517456988796,0.0,0.009225901167279484,0.15372517456988796,0.0,0.02051002487525217,0.15372517456988796,0.0,0.029448506126725713,0.15372517456988796,0.0,0.019498921494810043,0.5,0.15372517456988796,0.0,0.002016884689400906,0.0,0.005419799676739873,6.068963317927287e-05 -3291,0.5,0.15372517456988796,0.0,0.07900108804744894,0.15372517456988796,0.0,0.03177734413520381,0.15372517456988796,0.0,0.043115890637193025,0.15372517456988796,0.0,0.10038236744866408,0.15372517456988796,0.0,0.007171968607312789,0.15372517456988796,0.0,0.0031194384620519444,0.15372517456988796,0.0,0.0015495021160934347,0.15372517456988796,0.0,0.004175845821529524,0.5,0.15372517456988796,0.0,0.014977271706250858,0.15372517456988796,0.0,0.002341286746906371,0.5,0.15372517456988796,0.0,0.0010828160216951402,0.15372517456988796,0.0,0.010716967348784849,0.15372517456988796,0.0,0.01804663329555588,0.15372517456988796,0.0,0.010008743798594944,0.15372517456988796,0.0,0.01697338154213895,0.15372517456988796,0.0,0.018142911639403344,0.15372517456988796,0.0,0.01980638819302978,0.5,0.15372517456988796,0.0,0.0026516477714908252,0.0,0.008831838359943197,6.290455262407348e-05 -3292,0.5,0.15372517456988796,0.0,0.0766505511506868,0.15372517456988796,0.0,0.031517675449553875,0.15372517456988796,0.0,0.011147886263368411,0.15372517456988796,0.0,0.08846027333736485,0.15372517456988796,0.0,0.007851617352507256,0.15372517456988796,0.0,0.00320344637843825,0.15372517456988796,0.0,0.0009736794949639414,0.15372517456988796,0.0,0.0039250875339350184,0.5,0.15372517456988796,0.0,0.011056701869054301,0.15372517456988796,0.0,0.0032028068794071967,0.5,0.15372517456988796,0.0,0.000472812900573617,0.15372517456988796,0.0,0.008762697511861454,0.15372517456988796,0.0,0.018451856923584278,0.15372517456988796,0.0,0.010725900822470248,0.15372517456988796,0.0,0.014931579426549005,0.15372517456988796,0.0,0.013604919374025193,0.15372517456988796,0.0,0.02197447372453039,0.5,0.15372517456988796,0.0,0.00525662888437836,0.0,0.00041489241617711885,6.942544319174332e-05 -3293,0.5,0.15372517456988796,0.00022777907133015871,0.0720737617408645,0.15372517456988796,3.3909014354164774e-06,0.02688387693842396,0.15372517456988796,0.0,0.011134907000350745,0.15372517456988796,1.584997417503862e-05,0.07549360968084276,0.15372517456988796,0.0,0.005706890900334097,0.15372517456988796,0.0,0.0026100754929383172,0.15372517456988796,0.0,0.000952862856871968,0.15372517456988796,0.0,0.003535888395455521,0.5,0.15372517456988796,0.0,0.008924018247097276,0.15372517456988796,0.0,0.003136165943208042,0.5,0.15372517456988796,0.0,0.00016001386906791692,0.15372517456988796,0.0,0.0070404592972881765,0.15372517456988796,0.00019211605110028624,0.01759987179515078,0.15372517456988796,0.0,0.010199847998852268,0.15372517456988796,2.2241512976782926e-06,0.012719491938086983,0.15372517456988796,0.0,0.012291747258811141,0.15372517456988796,0.0,0.013096370290256482,0.5,0.15372517456988796,0.0,0.0077147136758835095,0.0,0.0,9.129208818653116e-05 -3294,0.5,0.15372517456988796,0.005862098320012524,0.06718682368289254,0.15372517456988796,0.008829012727332294,0.02302655007240086,0.15372517456988796,0.011613427381971648,0.023465609525108903,0.15372517456988796,0.002059752978448375,0.06719524427816545,0.15372517456988796,0.03305935233963968,0.0031034275405462976,0.15372517456988796,0.02179184516566774,0.0016414874564176377,0.15372517456988796,0.024998779119347312,0.0015238811365126629,0.15372517456988796,0.02483966741413563,0.0025280843338149808,0.5,0.15372517456988796,0.021318594147913986,0.007126834682351226,0.15372517456988796,0.02407249097809542,0.0031693143139321575,0.5,0.15372517456988796,0.014063082344664066,8.834040300935641e-05,0.15372517456988796,0.024735721227586587,0.005167077740805856,0.15372517456988796,0.03491635676024045,0.01761614918646859,0.15372517456988796,0.03437816628567029,0.009584230748294793,0.15372517456988796,0.01605337496137418,0.010701929546341048,0.15372517456988796,0.025296695742157642,0.011644722282186326,0.15372517456988796,0.010948410531371734,0.01280005361819278,0.5,0.15372517456988796,0.018544037913979843,0.005244894878548848,0.0,3.087245845124841e-06,0.0011896249288129346 -3295,0.5,0.15372517456988796,0.016811036689982246,0.07450968495384247,0.15372517456988796,0.03773650375740527,0.0220560725697787,0.15372517456988796,0.030507720303999075,0.04687428672666725,0.15372517456988796,0.009666499037767978,0.061549560051485964,0.15372517456988796,0.09935600426981014,0.0024917852823220865,0.15372517456988796,0.08943160014217968,0.0022453049151531217,0.15372517456988796,0.07264148108442046,0.0024333989942166966,0.15372517456988796,0.09809370708899952,0.002248499507177625,0.5,0.15372517456988796,0.09689388514463332,0.007097048449140845,0.15372517456988796,0.09288136745771787,0.0008058084369002856,0.5,0.15372517456988796,0.07152577997304088,0.0014251843390949205,0.15372517456988796,0.10006725195185281,0.0020173443044629747,0.15372517456988796,0.09579125916576607,0.019748269764418368,0.15372517456988796,0.10226275902788869,0.010060725685993668,0.15372517456988796,0.04244327414772827,0.012439362617835844,0.15372517456988796,0.08730914841975868,0.015448111652644906,0.15372517456988796,0.047446305947363286,0.03517910843745251,0.5,0.15372517456988796,0.06449736635226777,0.004620387860759632,0.0,0.002309548382216885,0.0009939277739231002 -3296,0.5,0.15372517456988796,0.037402943225067015,0.081018215598021,0.15372517456988796,0.07785225822758637,0.03017179848756645,0.15372517456988796,0.052907021232587004,0.06434873150325503,0.15372517456988796,0.01847550455674797,0.05373726638904145,0.15372517456988796,0.18041370076358082,0.003913219808764824,0.15372517456988796,0.16739505769158738,0.0094286945381903,0.15372517456988796,0.11833930125012385,0.006307431100765251,0.15372517456988796,0.20029575836251876,0.007572092153460884,0.5,0.15372517456988796,0.20717538878195746,0.017407676716383682,0.15372517456988796,0.17850017825451284,0.0,0.5,0.15372517456988796,0.14716091417288327,0.04257740255165415,0.15372517456988796,0.19498882880170365,0.0007259861931002237,0.15372517456988796,0.1693287420902649,0.03337791411618753,0.15372517456988796,0.1899185089659475,0.020098154622169424,0.15372517456988796,0.07040057156443984,0.023302450076770075,0.15372517456988796,0.1542874800877412,0.0271813523099144,0.15372517456988796,0.09725973629173865,0.05389457084128223,0.5,0.15372517456988796,0.11867429302216032,0.00840594516119269,0.0,0.009413243146775057,0.0015063823643303134 -3297,0.5,0.15372517456988796,0.05535346413004082,0.08682637225522223,0.15372517456988796,0.09566284221049969,0.04070733982040524,0.15372517456988796,0.07277452209350148,0.05899516525146418,0.15372517456988796,0.027651357229465913,0.0380779892625106,0.15372517456988796,0.27429351859370404,0.0073316018118550225,0.15372517456988796,0.19257266542142026,0.02619157700065037,0.15372517456988796,0.20200106962068404,0.01689960405902614,0.15372517456988796,0.30455958811924183,0.02491377147106664,0.5,0.15372517456988796,0.32929246224853675,0.03532116355827807,0.15372517456988796,0.2682200375759153,0.0004499387826523135,0.5,0.15372517456988796,0.23254914650698097,0.06354963678900707,0.15372517456988796,0.3087887531660463,0.0027407697545789754,0.15372517456988796,0.24127210316593473,0.05750759893799949,0.15372517456988796,0.28241235075159865,0.03233982776657206,0.15372517456988796,0.10173566098157116,0.03980340173236134,0.15372517456988796,0.2109177676845692,0.041447738824995306,0.15372517456988796,0.16482470604299282,0.057030327101046704,0.5,0.15372517456988796,0.18205814920110866,0.013684699968453617,0.0,0.023985629306096514,0.0010242094188467092 -3298,0.5,0.15372517456988796,0.07718504857811448,0.0891771765975432,0.15372517456988796,0.08923169390138566,0.06452382192139237,0.15372517456988796,0.0755208663710854,0.045501972052109055,0.15372517456988796,0.043139700707598996,0.02256379597974536,0.15372517456988796,0.3772957547249535,0.008550679635641082,0.15372517456988796,0.27582946946613385,0.05501373238787163,0.15372517456988796,0.33074312069939055,0.03780124839172996,0.15372517456988796,0.40426084014746794,0.06151903240672414,0.5,0.15372517456988796,0.4435644656740828,0.06030078117795941,0.15372517456988796,0.33062431637529116,0.006644343868455925,0.5,0.15372517456988796,0.326264781100174,0.045562535905059084,0.15372517456988796,0.408260912273264,0.011486009788252446,0.15372517456988796,0.30616810248527093,0.08598450209267464,0.15372517456988796,0.3716569439805925,0.05078503797388903,0.15372517456988796,0.13236444601255326,0.05185614641128281,0.15372517456988796,0.2420530250062431,0.06574288602961928,0.15372517456988796,0.22121122852962827,0.04908328385126062,0.5,0.15372517456988796,0.230088904822225,0.017269087118044858,0.0,0.03438489006924772,0.00016141890994793412 -3299,0.5,0.15372517456988796,0.1118655089971593,0.09357656041049953,0.15372517456988796,0.1114293468615784,0.07854868988524459,0.15372517456988796,0.08699605944508138,0.03255204178387573,0.15372517456988796,0.059713070447311715,0.01361329558234792,0.15372517456988796,0.4692060091168122,0.01532731895534381,0.15372517456988796,0.48191757975941024,0.08751393785121586,0.15372517456988796,0.3696320301676718,0.05753770218524609,0.15372517456988796,0.4319711272956957,0.09071437002391168,0.5,0.15372517456988796,0.5068455296035624,0.0813033983468574,0.15372517456988796,0.4005443132672095,0.019423741025413,0.5,0.15372517456988796,0.4236017762463018,0.034350149459311516,0.15372517456988796,0.5048877389207571,0.03330180373305091,0.15372517456988796,0.3614593823397329,0.1188218877851229,0.15372517456988796,0.41150511857362826,0.07181236278140751,0.15372517456988796,0.16579733150707654,0.05997780065293549,0.15372517456988796,0.2600741122161779,0.08322985317163523,0.15372517456988796,0.2718068646164868,0.04607861853767366,0.5,0.15372517456988796,0.2556563309299226,0.022225779366954187,0.0,0.04755616593885541,0.0007365762596058662 -3300,0.5,0.15372517456988796,0.11962311278910336,0.08245540219882125,0.15372517456988796,0.19611764365507567,0.09503344039215607,0.15372517456988796,0.11498190249641885,0.02461922683644401,0.15372517456988796,0.07887265690480588,0.007529232023613684,0.15372517456988796,0.38941156156163176,0.025298557985366933,0.15372517456988796,0.6272645201922239,0.08200662220289325,0.15372517456988796,0.421409753241009,0.06522285544349807,0.15372517456988796,0.48653141423062585,0.0974829009916387,0.5,0.15372517456988796,0.5037128205209779,0.09864621260789505,0.15372517456988796,0.4490875552948096,0.029645385747193827,0.5,0.15372517456988796,0.46305802351596514,0.046387528273333485,0.15372517456988796,0.5655517348261526,0.06101824252160601,0.15372517456988796,0.34699220167792166,0.1737750550981315,0.15372517456988796,0.3576619851680662,0.11427474391414469,0.15372517456988796,0.1297710528986925,0.06621651045965343,0.15372517456988796,0.2345256446607121,0.08834404726340506,0.15372517456988796,0.2688317670338222,0.05001544197185201,0.5,0.15372517456988796,0.22078886544266987,0.01862593117911663,0.0,0.05936568966828591,0.001967827268620596 -3301,0.5,0.15372517456988796,0.11139868400160022,0.06486931671971441,0.15372517456988796,0.225373004445377,0.11716779840567736,0.15372517456988796,0.137627388263583,0.018996491542704635,0.15372517456988796,0.10043473348559578,0.0041054543921212275,0.15372517456988796,0.3571055914660748,0.040328425764839526,0.15372517456988796,0.6577804382658918,0.08661152076135568,0.15372517456988796,0.40239290102618497,0.08092325192601806,0.15372517456988796,0.5469276157495062,0.08701690882815372,0.5,0.15372517456988796,0.4983234770555022,0.11007720710822934,0.15372517456988796,0.46238368438076116,0.041591743422417414,0.5,0.15372517456988796,0.41222366072432237,0.07331051425733902,0.15372517456988796,0.554003941644144,0.06825483278489433,0.15372517456988796,0.2974782336213749,0.15552760396724039,0.15372517456988796,0.36032347841231793,0.15563077882798554,0.15372517456988796,0.13236907065922943,0.0636644380961885,0.15372517456988796,0.22787951575877574,0.11370952871624965,0.15372517456988796,0.23962269214565957,0.04906770860948757,0.5,0.15372517456988796,0.22962974445724377,0.015676259950365534,0.0,0.08827954914634548,0.0026616118890251065 -3302,0.5,0.15372517456988796,0.11348129326427919,0.04418410957144696,0.15372517456988796,0.22598017011955018,0.16982790044339288,0.15372517456988796,0.13324404914886043,0.015987547097142694,0.15372517456988796,0.12508410672425618,0.0015858341171900642,0.15372517456988796,0.35144224650406974,0.06907407069736585,0.15372517456988796,0.6289145875361363,0.1205632727625975,0.15372517456988796,0.3779929318512986,0.09871618336234353,0.15372517456988796,0.5603380074568522,0.10159677589201646,0.5,0.15372517456988796,0.4686054961488937,0.12172313765884418,0.15372517456988796,0.4846069451351237,0.04313529772100343,0.5,0.15372517456988796,0.37374888803468037,0.0897424017380565,0.15372517456988796,0.5333277647610667,0.06862326030683079,0.15372517456988796,0.30172653830980417,0.12819188358663644,0.15372517456988796,0.30583974482131043,0.17719665820263997,0.15372517456988796,0.10021146085620132,0.05660697441189144,0.15372517456988796,0.18989327097749437,0.10135939251047048,0.15372517456988796,0.24365663495359074,0.03926918481327915,0.5,0.15372517456988796,0.21292510289234262,0.011430861661873506,0.0,0.11586282559123764,0.0035841325505857288 -3303,0.5,0.15372517456988796,0.11993153101615761,0.029989341228569166,0.15372517456988796,0.21278308533127124,0.16347754814172466,0.15372517456988796,0.12310180699674524,0.01572653651101627,0.15372517456988796,0.13529715300060904,0.0005088654032775622,0.15372517456988796,0.30235037339971754,0.12551969511442984,0.15372517456988796,0.5199932284843214,0.1771555060127793,0.15372517456988796,0.2754049780181587,0.11001685077653617,0.15372517456988796,0.5113549234662813,0.13823090688659398,0.5,0.15372517456988796,0.4239651316811762,0.13526418645209573,0.15372517456988796,0.3936758227469498,0.057426306042199386,0.5,0.15372517456988796,0.3734044130024253,0.08348526578092992,0.15372517456988796,0.48216250682493295,0.07371296967507948,0.15372517456988796,0.2681623176285548,0.11586206746230472,0.15372517456988796,0.27613639180493094,0.20480664518282657,0.15372517456988796,0.08708864215286437,0.05533744689043718,0.15372517456988796,0.16884066377237034,0.08582401492239909,0.15372517456988796,0.21363534340090107,0.026417299473728048,0.5,0.15372517456988796,0.2015040820770364,0.009069720487260976,0.0,0.11125430325181682,0.007138447339774982 -3304,0.5,0.15372517456988796,0.0977341784047831,0.025269974259006036,0.15372517456988796,0.12392111166941874,0.1093643833537888,0.15372517456988796,0.11554163208610088,0.01498445959998796,0.15372517456988796,0.13965768872828635,0.0006116446558726496,0.15372517456988796,0.17723027068770145,0.1680131346808023,0.15372517456988796,0.3971227059212496,0.23480678388225693,0.15372517456988796,0.19387085310782595,0.10000102103820482,0.15372517456988796,0.41892958313879336,0.170176367539776,0.5,0.15372517456988796,0.345092184642068,0.1427867796613217,0.15372517456988796,0.3353437778844252,0.09494478054542672,0.5,0.15372517456988796,0.3682935915563242,0.07360565655689093,0.15372517456988796,0.4096537158658017,0.08123168193027235,0.15372517456988796,0.19531117225143735,0.09910126024928223,0.15372517456988796,0.2151815907077561,0.21571955680589905,0.15372517456988796,0.10044988921677994,0.059660836174770415,0.15372517456988796,0.1450208553052419,0.06395498223065332,0.15372517456988796,0.198692380188844,0.016404068701034263,0.5,0.15372517456988796,0.18526390859117328,0.007945854534287687,0.0,0.1093374651414885,0.019002540106930907 -3305,0.5,0.15372517456988796,0.06355307464838972,0.021947765844516198,0.15372517456988796,0.08532339935483274,0.06388415375032115,0.15372517456988796,0.10662078675081238,0.01572832976003353,0.15372517456988796,0.1133187379294415,0.0013621041242173175,0.15372517456988796,0.12068222782435654,0.17258662776181027,0.15372517456988796,0.2708165231424542,0.2397824063683751,0.15372517456988796,0.15738821955115168,0.08393719466420609,0.15372517456988796,0.29756185731873247,0.17347344631902178,0.5,0.15372517456988796,0.28049849643291974,0.14216219344628261,0.15372517456988796,0.283166176909969,0.11758641685185114,0.5,0.15372517456988796,0.2675848198389167,0.059850484195197715,0.15372517456988796,0.3079008866898765,0.08737087278025141,0.15372517456988796,0.16978519505931985,0.08943290505716069,0.15372517456988796,0.13224151378824386,0.19521145370670479,0.15372517456988796,0.09957849501856442,0.06287049030384351,0.15372517456988796,0.11687866496587301,0.03931808421556445,0.15372517456988796,0.1488642820124334,0.011333510738966008,0.5,0.15372517456988796,0.1575179678939653,0.011417428634077846,0.0,0.10311841832661948,0.03705712789190968 -3306,0.5,0.15372517456988796,0.03448563675876057,0.016969565380111525,0.15372517456988796,0.07718613104280804,0.0494294367099592,0.15372517456988796,0.07565972016898624,0.019216657802584986,0.15372517456988796,0.06926677859338021,0.0047772523653966115,0.15372517456988796,0.08627039547614115,0.13320069463523307,0.15372517456988796,0.16188210414740326,0.17348262197583245,0.15372517456988796,0.120453390975486,0.06354480432835603,0.15372517456988796,0.18209673240825167,0.15023322886146168,0.5,0.15372517456988796,0.18528111916100076,0.1185927452149569,0.15372517456988796,0.19200987958982133,0.08467227362628943,0.5,0.15372517456988796,0.1838792069203366,0.04916359865525342,0.15372517456988796,0.20186062308760627,0.0685758974187172,0.15372517456988796,0.09563921431455258,0.07271615726623018,0.15372517456988796,0.08136734171861451,0.15808802947326928,0.15372517456988796,0.06092744959585712,0.055304986117265094,0.15372517456988796,0.07585139311807101,0.02020818046372384,0.15372517456988796,0.09784549249909742,0.01180143778098937,0.5,0.15372517456988796,0.1194601713150795,0.016766888788504287,0.0,0.07791058195502948,0.0494346290603379 -3307,0.5,0.15372517456988796,0.01383440538209773,0.015277140301212983,0.15372517456988796,0.03321547445333752,0.028043650238513743,0.15372517456988796,0.03119882548253409,0.02366416812120067,0.15372517456988796,0.025562959393803444,0.005968311592737437,0.15372517456988796,0.05216801741914198,0.0818762351126792,0.15372517456988796,0.07182848101144768,0.10298142675184221,0.15372517456988796,0.05523072626312532,0.03477797498780613,0.15372517456988796,0.08946012500534607,0.09895994255656503,0.5,0.15372517456988796,0.08520001962275334,0.06386559527377962,0.15372517456988796,0.06943406993775982,0.0368682167620572,0.5,0.15372517456988796,0.07778437040390038,0.02848846573256063,0.15372517456988796,0.07553597304229498,0.03702158642617062,0.15372517456988796,0.04969088262769954,0.052734799199421076,0.15372517456988796,0.05611791025377488,0.12010621907750321,0.15372517456988796,0.022668176251748242,0.043770335188879184,0.15372517456988796,0.03551821895780996,0.009453785531511695,0.15372517456988796,0.04509697793059474,0.011456849103894115,0.5,0.15372517456988796,0.04839514744516442,0.015017066838380964,0.0,0.05594161071484094,0.049870340261919825 -3308,0.5,0.15372517456988796,0.00028717781070073534,0.01571214681726115,0.15372517456988796,0.0,0.022025268745298855,0.15372517456988796,0.0001940163297589234,0.018328678217865855,0.15372517456988796,8.996221835912302e-05,0.006323969927141696,0.15372517456988796,0.006130644655668009,0.05747595122617729,0.15372517456988796,0.013681362459902369,0.0625941189200304,0.15372517456988796,0.0,0.021502602753661185,0.15372517456988796,0.0026881064624436853,0.0771250909551928,0.5,0.15372517456988796,0.0,0.05469043320901934,0.15372517456988796,0.0,0.035109669330499145,0.5,0.15372517456988796,0.0,0.025083063955349486,0.15372517456988796,0.0,0.043358649591232076,0.15372517456988796,0.006901936120922326,0.04354179448757973,0.15372517456988796,0.012733434738635595,0.06394862093104833,0.15372517456988796,5.200844997588394e-05,0.033120640109747204,0.15372517456988796,0.0,0.005923501446147129,0.15372517456988796,1.8651197287013567e-05,0.013904444127665429,0.5,0.15372517456988796,8.588607655955488e-06,0.019752352296656187,0.0,0.04512842851932212,0.04659055158300464 -3309,0.5,0.15372517456988796,0.0,0.01789041288387692,0.15372517456988796,0.0,0.015309271584209541,0.15372517456988796,0.0,0.02046961527483356,0.15372517456988796,0.0,0.0076292976445852066,0.15372517456988796,0.0,0.05751381444289243,0.15372517456988796,0.0,0.04890845164724632,0.15372517456988796,0.0,0.028229551181066116,0.15372517456988796,0.0,0.05915333911403162,0.5,0.15372517456988796,0.0,0.04436599215472531,0.15372517456988796,0.0,0.021929186851068393,0.5,0.15372517456988796,0.0,0.02838904150408893,0.15372517456988796,0.0,0.04236767766897721,0.15372517456988796,0.0,0.04037241720128962,0.15372517456988796,0.0,0.04925208110787042,0.15372517456988796,0.0,0.02714771457126214,0.15372517456988796,0.0,0.007252600386315992,0.15372517456988796,0.0,0.020366666867093607,0.5,0.15372517456988796,0.0,0.024533493902464582,0.0,0.03642989020995667,0.05568704513394161 -3310,0.5,0.15372517456988796,0.0,0.018150849785128667,0.15372517456988796,0.0,0.008385860325391245,0.15372517456988796,0.0,0.020276979384406695,0.15372517456988796,0.0,0.008734868333837494,0.15372517456988796,0.0,0.07585361464522393,0.15372517456988796,0.0,0.05323777307104435,0.15372517456988796,0.0,0.03766831373526934,0.15372517456988796,0.0,0.040928299567221924,0.5,0.15372517456988796,0.0,0.03139987362108959,0.15372517456988796,0.0,0.014938781880401784,0.5,0.15372517456988796,0.0,0.02738223024646755,0.15372517456988796,0.0,0.03421167191879819,0.15372517456988796,0.0,0.036825467239050474,0.15372517456988796,0.0,0.04328775352929708,0.15372517456988796,0.0,0.02176107158701062,0.15372517456988796,0.0,0.009096068229414968,0.15372517456988796,0.0,0.02172641116117688,0.5,0.15372517456988796,0.0,0.02565797655186089,0.0,0.04238388079114137,0.08123653783815213 -3311,0.5,0.15372517456988796,0.0,0.01806068083741684,0.15372517456988796,0.0,0.006680123975455349,0.15372517456988796,0.0,0.016063642745104835,0.15372517456988796,0.0,0.011238081995326823,0.15372517456988796,0.0,0.10458149750646718,0.15372517456988796,0.0,0.07157303048927026,0.15372517456988796,0.0,0.04913981576164388,0.15372517456988796,0.0,0.03728032684937889,0.5,0.15372517456988796,0.0,0.02414355865025667,0.15372517456988796,0.0,0.011674041810608634,0.5,0.15372517456988796,0.0,0.024287703440253525,0.15372517456988796,0.0,0.03238166010555883,0.15372517456988796,0.0,0.03222794181441889,0.15372517456988796,0.0,0.04319237980356247,0.15372517456988796,0.0,0.017623684413102525,0.15372517456988796,0.0,0.01227854510680593,0.15372517456988796,0.0,0.018957973238999632,0.5,0.15372517456988796,0.0,0.02290593203578869,0.0,0.04361558679227684,0.10285821946909438 -3312,0.5,0.15372517456988796,0.0,0.020149925730973503,0.15372517456988796,0.0,0.005356735568446296,0.15372517456988796,0.0,0.014353300653456975,0.15372517456988796,0.0,0.014784613830971103,0.15372517456988796,0.0,0.11745356668257702,0.15372517456988796,0.0,0.08655029986439138,0.15372517456988796,0.0,0.04792181068794003,0.15372517456988796,0.0,0.03583113205757847,0.5,0.15372517456988796,0.0,0.02030896498061612,0.15372517456988796,0.0,0.010098597777113963,0.5,0.15372517456988796,0.0,0.022310430170436674,0.15372517456988796,0.0,0.03128300621169303,0.15372517456988796,0.0,0.0268658846368946,0.15372517456988796,0.0,0.04048713624900882,0.15372517456988796,0.0,0.015565446256152622,0.15372517456988796,0.0,0.015683969308848758,0.15372517456988796,0.0,0.016575538269552444,0.5,0.15372517456988796,0.0,0.018531759101055416,0.0,0.03955567585569433,0.11884965726247752 -3313,0.5,0.15372517456988796,0.0,0.02245940190745501,0.15372517456988796,0.0,0.005026469722717513,0.15372517456988796,0.0,0.01667023855467017,0.15372517456988796,0.0,0.017852531200301485,0.15372517456988796,0.0,0.09148157640055386,0.15372517456988796,0.0,0.081323481569248,0.15372517456988796,0.0,0.039131251992480715,0.15372517456988796,0.0,0.035235094786590815,0.5,0.15372517456988796,0.0,0.016997104882471324,0.15372517456988796,0.0,0.010210547240702382,0.5,0.15372517456988796,0.0,0.022875362917212243,0.15372517456988796,0.0,0.03328407916890165,0.15372517456988796,0.0,0.022420311952325564,0.15372517456988796,0.0,0.0341123901307418,0.15372517456988796,0.0,0.016143573744675822,0.15372517456988796,0.0,0.01615691188614616,0.15372517456988796,0.0,0.015098534438910655,0.5,0.15372517456988796,0.0,0.01582599994640361,0.0,0.04109625186058065,0.12963394442486742 -3314,0.5,0.15372517456988796,0.0,0.02486660604417952,0.15372517456988796,0.0,0.006423941626635589,0.15372517456988796,0.0,0.0216555701065696,0.15372517456988796,0.0,0.01912299962735995,0.15372517456988796,0.0,0.06016516854389329,0.15372517456988796,0.0,0.06263502092286372,0.15372517456988796,0.0,0.03311545216202518,0.15372517456988796,0.0,0.03689922038870153,0.5,0.15372517456988796,0.0,0.015833565731072363,0.15372517456988796,0.0,0.01087832170954331,0.5,0.15372517456988796,0.0,0.02456766195539942,0.15372517456988796,0.0,0.031801606390380335,0.15372517456988796,0.0,0.02179800300273461,0.15372517456988796,0.0,0.031200406300083618,0.15372517456988796,0.0,0.022213771046721422,0.15372517456988796,0.0,0.01702969740077936,0.15372517456988796,0.0,0.014769985775565169,0.5,0.15372517456988796,0.0,0.01404202685506828,0.0,0.03966277672622572,0.11783510368906269 -3315,0.5,0.15372517456988796,0.0,0.028461101767771883,0.15372517456988796,0.0,0.010812643372550215,0.15372517456988796,0.0,0.023886362060048807,0.15372517456988796,0.0,0.0185161978796292,0.15372517456988796,0.0,0.0470722843178401,0.15372517456988796,0.0,0.04912194106366892,0.15372517456988796,0.0,0.03253874315563353,0.15372517456988796,0.0,0.03930117764997618,0.5,0.15372517456988796,0.0,0.01436146392450666,0.15372517456988796,0.0,0.013586130165365922,0.5,0.15372517456988796,0.0,0.02518055461189792,0.15372517456988796,0.0,0.0321464241850022,0.15372517456988796,0.0,0.022588372985820348,0.15372517456988796,0.0,0.03501565209806409,0.15372517456988796,0.0,0.03250711965289949,0.15372517456988796,0.0,0.018970123513786498,0.15372517456988796,0.0,0.014926623062837348,0.5,0.15372517456988796,0.0,0.011803245070770383,0.0,0.040768980038343394,0.0800107918521932 -3316,0.5,0.15372517456988796,0.0,0.03092447784228539,0.15372517456988796,0.0,0.021020236132428517,0.15372517456988796,0.0,0.023499595538829764,0.15372517456988796,0.0,0.016922871385903943,0.15372517456988796,0.0,0.04854810724474552,0.15372517456988796,0.0,0.04242482632452722,0.15372517456988796,0.0,0.03221365522295336,0.15372517456988796,0.0,0.04180120526487857,0.5,0.15372517456988796,0.0,0.013913901169332478,0.15372517456988796,0.0,0.014983672349233654,0.5,0.15372517456988796,0.0,0.026103769575338723,0.15372517456988796,0.0,0.03195682656165882,0.15372517456988796,0.0,0.023669008322252917,0.15372517456988796,0.0,0.042314230916311465,0.15372517456988796,0.0,0.0421919882733962,0.15372517456988796,0.0,0.019836391617359023,0.15372517456988796,0.0,0.01497947242630851,0.5,0.15372517456988796,0.0,0.009793214379038065,0.0,0.03897092665362797,0.050929506199658456 -3317,0.5,0.15372517456988796,0.0020009765682796827,0.03124851770322038,0.15372517456988796,6.4023685610253946e-06,0.031765099111859416,0.15372517456988796,3.9980481656329985e-06,0.022640528129458454,0.15372517456988796,0.0006441331045105626,0.016519148328341587,0.15372517456988796,0.0,0.05331657676197529,0.15372517456988796,0.0,0.03847778956022203,0.15372517456988796,0.0,0.031013852619530293,0.15372517456988796,0.0,0.043495074177825,0.5,0.15372517456988796,0.0,0.01427183787205941,0.15372517456988796,0.0,0.01798985269999792,0.5,0.15372517456988796,0.0,0.027216517465814005,0.15372517456988796,0.0,0.028570347127150196,0.15372517456988796,6.545321001721979e-05,0.029667439974070065,0.15372517456988796,6.807213288759685e-07,0.04792479685088482,0.15372517456988796,5.63360429705785e-06,0.04795292717505266,0.15372517456988796,0.0,0.01928234910116877,0.15372517456988796,0.0,0.01542381950825782,0.5,0.15372517456988796,0.0,0.00956321503061424,0.0,0.03322950556799683,0.04267347263349876 -3318,0.5,0.15372517456988796,0.043695421128895184,0.033378149740410416,0.15372517456988796,0.005568542239837418,0.055051940632018515,0.15372517456988796,0.03135372239301121,0.02076103649394308,0.15372517456988796,0.024255286046786458,0.018312317283424192,0.15372517456988796,0.02771880541659471,0.05765617250909249,0.15372517456988796,0.023376581018144847,0.03580753045478783,0.15372517456988796,0.02764946128583784,0.028387069314987957,0.15372517456988796,0.02734409273114135,0.03899814169660533,0.5,0.15372517456988796,0.026286910565276312,0.012691351500126643,0.15372517456988796,0.03621711117569231,0.01972496809125752,0.5,0.15372517456988796,0.03218522779608602,0.02529156984705514,0.15372517456988796,0.029954014799887314,0.025185784635622963,0.15372517456988796,0.008892373708550842,0.04404873716381255,0.15372517456988796,0.023988496360276907,0.060457686876706065,0.15372517456988796,0.01818003220083325,0.05761805744452915,0.15372517456988796,0.027541188691498734,0.017718046232142445,0.15372517456988796,0.04172926827561612,0.015160727271884203,0.5,0.15372517456988796,0.045765005217621064,0.008786064019545315,0.0,0.04500862174271117,0.04583845308177149 -3319,0.5,0.15372517456988796,0.11749780697862194,0.04628477624165443,0.15372517456988796,0.033471802332807776,0.0826308450366893,0.15372517456988796,0.10604591603921382,0.03429206188492407,0.15372517456988796,0.0690285193796386,0.02119584870398967,0.15372517456988796,0.09316362960147435,0.08425709902428978,0.15372517456988796,0.09839324892207839,0.03968947663163644,0.15372517456988796,0.10101297878053556,0.03490474923256827,0.15372517456988796,0.10413970762664213,0.0412481873143192,0.5,0.15372517456988796,0.10519776910593007,0.012057015104132858,0.15372517456988796,0.12383859936565086,0.012969561582871174,0.5,0.15372517456988796,0.11464554226909106,0.029589068985186207,0.15372517456988796,0.11294047694056217,0.020287181610751725,0.15372517456988796,0.04016309957446013,0.07349243244242783,0.15372517456988796,0.07881443070474337,0.09772196200799019,0.15372517456988796,0.06577376628681021,0.08560784125185868,0.15372517456988796,0.10122562866837956,0.02486859508083366,0.15372517456988796,0.12864282016563897,0.021832922531388563,0.5,0.15372517456988796,0.1378570059965082,0.011910420371646125,0.0,0.05896316793162028,0.05802308799177655 -3320,0.5,0.15372517456988796,0.2216027656294666,0.07240604996019503,0.15372517456988796,0.08358866444006306,0.12835412295924722,0.15372517456988796,0.21185407769958933,0.07234047581107758,0.15372517456988796,0.13433904843766756,0.03000463353902183,0.15372517456988796,0.19192803553112817,0.1229490605929212,0.15372517456988796,0.20570290519933335,0.06907454988688953,0.15372517456988796,0.20023793062831005,0.0655782650321435,0.15372517456988796,0.22366098556458336,0.09003285706798261,0.5,0.15372517456988796,0.22739735154484547,0.025272047777287865,0.15372517456988796,0.2516542506224591,0.00956729254475392,0.5,0.15372517456988796,0.23893561398067387,0.0859457179833219,0.15372517456988796,0.2347939984299648,0.029346708465087336,0.15372517456988796,0.0751327928677101,0.11788060363672313,0.15372517456988796,0.15496786312342667,0.1435282417799101,0.15372517456988796,0.14339830672845802,0.12466117696210897,0.15372517456988796,0.20761794545889595,0.07611173967018214,0.15372517456988796,0.25486367214424416,0.06288972256810398,0.5,0.15372517456988796,0.2663460701808664,0.03225666362536433,0.0,0.03993196626336768,0.07237848507103734 -3321,0.5,0.15372517456988796,0.3174847021164966,0.11101032036839895,0.15372517456988796,0.1815061386799196,0.18995474578412475,0.15372517456988796,0.3247859295376478,0.08516386302976295,0.15372517456988796,0.22319820140425434,0.039043770263679764,0.15372517456988796,0.31400170524111826,0.15722210556833205,0.15372517456988796,0.33108814685547533,0.10473188012926106,0.15372517456988796,0.311470620058628,0.10943351025119417,0.15372517456988796,0.35757271472242913,0.19224850946028016,0.5,0.15372517456988796,0.3645063184297016,0.07379764939489716,0.15372517456988796,0.3953983905953994,0.0066283428893115755,0.5,0.15372517456988796,0.3775301833661585,0.12030680069354198,0.15372517456988796,0.37239044245601405,0.035604195418101156,0.15372517456988796,0.11683824425887188,0.1253407906127574,0.15372517456988796,0.2537177533779914,0.18420433264849687,0.15372517456988796,0.256866227791707,0.17930536230497934,0.15372517456988796,0.3313375557565691,0.12547716246557733,0.15372517456988796,0.3970319182973429,0.10797914309565235,0.5,0.15372517456988796,0.4120662540437431,0.05250244981389722,0.0,0.021281118790480696,0.07837505855325282 -3322,0.5,0.15372517456988796,0.37492972412915426,0.14309947008278762,0.15372517456988796,0.28390571054955444,0.1928873965803662,0.15372517456988796,0.4534113569791395,0.06711801868411672,0.15372517456988796,0.3277238542662696,0.04049797875613311,0.15372517456988796,0.4389434304753246,0.16594225190958123,0.15372517456988796,0.4732750778557247,0.1511482566818048,0.15372517456988796,0.44141602846364125,0.15094032562052595,0.15372517456988796,0.4993265124409946,0.26072050262899593,0.5,0.15372517456988796,0.5081574972187642,0.14047287847498616,0.15372517456988796,0.5360607553511072,0.004543101613513944,0.5,0.15372517456988796,0.5185195558377871,0.1091202793212882,0.15372517456988796,0.5128835580751772,0.029318046546838863,0.15372517456988796,0.152519969952359,0.10168066431161701,0.15372517456988796,0.35642105113788713,0.1982454581436091,0.15372517456988796,0.37795148630414027,0.1916763051106189,0.15372517456988796,0.4507806478379758,0.15456243187358154,0.15372517456988796,0.537708879438405,0.10979191530591279,0.5,0.15372517456988796,0.5501704292469807,0.0514464726090973,0.0,0.018202369298036612,0.08850070694797851 -3323,0.5,0.15372517456988796,0.3663790627426222,0.1427719043783486,0.15372517456988796,0.44471926972984543,0.17776048049867094,0.15372517456988796,0.5719053062359089,0.04529720279282995,0.15372517456988796,0.4246914206308133,0.03812617324520157,0.15372517456988796,0.5213237647633062,0.16468015347159098,0.15372517456988796,0.5969363628977672,0.1709634436558837,0.15372517456988796,0.5432029990925759,0.1687346287192735,0.15372517456988796,0.6145796563397312,0.2572840833506639,0.5,0.15372517456988796,0.6234072712284373,0.1745748043298036,0.15372517456988796,0.6420172946785305,0.004048101122120573,0.5,0.15372517456988796,0.6278518284120966,0.07516184361814704,0.15372517456988796,0.6243373938527721,0.018800139340745557,0.15372517456988796,0.24865980962223166,0.07943231065654445,0.15372517456988796,0.4411716980722151,0.18903028351208429,0.15372517456988796,0.4549879365424889,0.1695596920615632,0.15372517456988796,0.5614123779176929,0.17800782584987035,0.15372517456988796,0.6433822141718938,0.09464054579396565,0.5,0.15372517456988796,0.6511232161892115,0.04579473980284119,0.0,0.021622799963208227,0.10315437694787337 -3324,0.5,0.15372517456988796,0.3584161548150639,0.12984873781265543,0.15372517456988796,0.569841430508404,0.17674361177824502,0.15372517456988796,0.6436725702196259,0.03486685581965525,0.15372517456988796,0.5105866602482605,0.03763424502775324,0.15372517456988796,0.5742372830640933,0.16049083469857744,0.15372517456988796,0.6689058489718042,0.17769582624199937,0.15372517456988796,0.6205836772492902,0.16892978971993403,0.15372517456988796,0.6838478700237605,0.244141304737536,0.5,0.15372517456988796,0.6917218888012503,0.1735216136208544,0.15372517456988796,0.7011857731391165,0.009765257003417252,0.5,0.15372517456988796,0.6899084828260165,0.042876355519634216,0.15372517456988796,0.6897494264343964,0.014298735884406904,0.15372517456988796,0.3290984071115628,0.07727440346834706,0.15372517456988796,0.5111754854258874,0.1762451382611991,0.15372517456988796,0.4940961326070582,0.14333984243670475,0.15372517456988796,0.6471453196017194,0.1793047770517629,0.15372517456988796,0.700907392152747,0.0747157045550406,0.5,0.15372517456988796,0.7050204911358061,0.0512631151918551,0.0,0.017306240323129548,0.1102552579610324 -3325,0.5,0.15372517456988796,0.37728034829888574,0.11636959653225268,0.15372517456988796,0.4958886488904152,0.19525246212334166,0.15372517456988796,0.6712906103962119,0.022510856629589376,0.15372517456988796,0.5681128416077355,0.03427522582434857,0.15372517456988796,0.5864110961506535,0.1430405472899019,0.15372517456988796,0.6959872068444921,0.16270471980213325,0.15372517456988796,0.6366962139653204,0.15637038983957818,0.15372517456988796,0.7084054501921113,0.23127638993851096,0.5,0.15372517456988796,0.7186791476855476,0.17241380477384902,0.15372517456988796,0.7178780179407562,0.019604225531140697,0.5,0.15372517456988796,0.7113816801036773,0.02230165185297824,0.15372517456988796,0.6984236893786231,0.018316197120917827,0.15372517456988796,0.35152277596197257,0.09665340721065019,0.15372517456988796,0.5236036520142271,0.1719380404152763,0.15372517456988796,0.5090839669387146,0.1231399392620115,0.15372517456988796,0.6812716993604112,0.16408023684436746,0.15372517456988796,0.714725632988111,0.05352923395623881,0.5,0.15372517456988796,0.714668890090399,0.06880326321810369,0.0,0.020979026801395618,0.10824819793625523 -3326,0.5,0.15372517456988796,0.38843120048769153,0.10130558056634413,0.15372517456988796,0.318843051880456,0.23773469818744825,0.15372517456988796,0.6218094733041001,0.01747709327620162,0.15372517456988796,0.5781055411592217,0.029247563767670987,0.15372517456988796,0.5595347915566543,0.12252250106475777,0.15372517456988796,0.6667780245575854,0.13962365000957527,0.15372517456988796,0.6254830422598996,0.12045882768552384,0.15372517456988796,0.6929116746314575,0.207557188837801,0.5,0.15372517456988796,0.7026632198668789,0.18535217263206955,0.15372517456988796,0.6883663113345634,0.036573439251161285,0.5,0.15372517456988796,0.6812647287287972,0.017586924036990963,0.15372517456988796,0.6528899440922612,0.02723576941814985,0.15372517456988796,0.3166540107376823,0.12933035319113034,0.15372517456988796,0.5302777306013517,0.17358289144064998,0.15372517456988796,0.4997099445196749,0.10879232073843965,0.15372517456988796,0.6514063274497166,0.13860669546427928,0.15372517456988796,0.6812940733583992,0.043057000355134246,0.5,0.15372517456988796,0.6825821438997083,0.09440106642239757,0.0,0.025489762188901616,0.12057131873320102 -3327,0.5,0.15372517456988796,0.34308225221639926,0.08059347374806679,0.15372517456988796,0.31910946838056364,0.2693327632774665,0.15372517456988796,0.531017968101286,0.019138769550850025,0.15372517456988796,0.5352149868964469,0.017938513111607702,0.15372517456988796,0.5262023106531658,0.11983979456833069,0.15372517456988796,0.5955358929600297,0.11991006790193366,0.15372517456988796,0.5108714398017085,0.08220082531231977,0.15372517456988796,0.62794765541228,0.18299747672780123,0.5,0.15372517456988796,0.6417656937729201,0.19815615167162262,0.15372517456988796,0.5786066878762823,0.06246222763759868,0.5,0.15372517456988796,0.5983852635742221,0.018505202351821126,0.15372517456988796,0.5891954212578645,0.03846004699782511,0.15372517456988796,0.26273379630442745,0.19077765931373145,0.15372517456988796,0.4838482908583207,0.19434202496363406,0.15372517456988796,0.4204303435456686,0.10173856977947653,0.15372517456988796,0.5752735352445486,0.12198156314728326,0.15372517456988796,0.5899875226120039,0.03460380157051343,0.5,0.15372517456988796,0.6037942624733783,0.11593217345589803,0.0,0.027998667883941473,0.1611165462222754 -3328,0.5,0.15372517456988796,0.33788333538316473,0.067617044908808,0.15372517456988796,0.3422307819576982,0.25700956501627603,0.15372517456988796,0.42958319712598775,0.03239406828255724,0.15372517456988796,0.43902504001613096,0.008218040765881401,0.15372517456988796,0.41329308605428855,0.12271108998981918,0.15372517456988796,0.5006465807306265,0.1066409220249114,0.15372517456988796,0.44364556371853936,0.07109689356261695,0.15372517456988796,0.5166554124043794,0.16217345286086532,0.5,0.15372517456988796,0.5272054299126705,0.1692297429444281,0.15372517456988796,0.4494891339327688,0.0895863510716914,0.5,0.15372517456988796,0.49484924604341246,0.01884175081370866,0.15372517456988796,0.4829164930930587,0.05590255242205016,0.15372517456988796,0.2253534870277879,0.24617410349651003,0.15372517456988796,0.3922164864565216,0.2206765688453073,0.15372517456988796,0.35780403465098687,0.10724564515440531,0.15372517456988796,0.48102378081708796,0.11278802601671392,0.15372517456988796,0.4886889274222598,0.0390790564003777,0.5,0.15372517456988796,0.4711847351443416,0.14035167888566769,0.0,0.03754178198553214,0.22691969449649652 -3329,0.5,0.15372517456988796,0.25718069260341403,0.06140513621804446,0.15372517456988796,0.31513325164895606,0.22268151204202066,0.15372517456988796,0.32371291881608877,0.05640861493041949,0.15372517456988796,0.3135822343843385,0.006056929508294183,0.15372517456988796,0.3172730453197356,0.12663828898220825,0.15372517456988796,0.3676468768557355,0.09139185814854336,0.15372517456988796,0.3390183423480543,0.060681578922904086,0.15372517456988796,0.37692856943692393,0.12289712874143117,0.5,0.15372517456988796,0.3860235309115278,0.1130889667343717,0.15372517456988796,0.31779903583252234,0.09056954132524138,0.5,0.15372517456988796,0.3644231094010785,0.029933392746081998,0.15372517456988796,0.338697066953679,0.06298931351698532,0.15372517456988796,0.24924155898902633,0.24253558503503486,0.15372517456988796,0.31008375241911296,0.22988487017419268,0.15372517456988796,0.2854099808460095,0.11370296855826316,0.15372517456988796,0.3550965305689533,0.09338000705186343,0.15372517456988796,0.3446643838150173,0.0367342876669745,0.5,0.15372517456988796,0.32148635543978415,0.14062563072601322,0.0,0.05178654804306691,0.2863027078049032 -3330,0.5,0.15372517456988796,0.17860704183458326,0.04456170687607262,0.15372517456988796,0.21609444630337404,0.1378496732727404,0.15372517456988796,0.20365481973241406,0.0674489368104214,0.15372517456988796,0.1948327954519201,0.013779107600388548,0.15372517456988796,0.2286347075029517,0.10803704294925426,0.15372517456988796,0.2469472167829807,0.04582563363964443,0.15372517456988796,0.22529352362479727,0.028291210148237645,0.15372517456988796,0.25306615677915273,0.038132628106335165,0.5,0.15372517456988796,0.25235730271131684,0.03232111225848432,0.15372517456988796,0.2015331977797269,0.04649699702544364,0.5,0.15372517456988796,0.2334390342043389,0.023955826515546428,0.15372517456988796,0.21461966981078084,0.029867561586230006,0.15372517456988796,0.21744404014878632,0.18426719722889603,0.15372517456988796,0.19629364759228668,0.20793132383355084,0.15372517456988796,0.18528801831949415,0.07755448514685685,0.15372517456988796,0.23026727336725272,0.028601574655758837,0.15372517456988796,0.2156768376503057,0.014663822398107648,0.5,0.15372517456988796,0.1908310225300802,0.048424056724759565,0.0,0.07228842227869883,0.28561614813611436 -3331,0.5,0.15372517456988796,0.06435132582805869,0.031016854767789127,0.15372517456988796,0.08668959079963341,0.045220162116663534,0.15372517456988796,0.06533122712078186,0.0474582514958463,0.15372517456988796,0.0538994948091846,0.02237443510813468,0.15372517456988796,0.11885175277657248,0.10038395379046577,0.15372517456988796,0.11320607108943123,0.06423161934296728,0.15372517456988796,0.09942996382952157,0.04339058156581528,0.15372517456988796,0.11756732584967232,0.035732101821283516,0.5,0.15372517456988796,0.09138808615772967,0.02491109497471762,0.15372517456988796,0.06186860836741971,0.04500390271616995,0.5,0.15372517456988796,0.06819331736579695,0.027932957456906233,0.15372517456988796,0.06955073527071964,0.03996459241723697,0.15372517456988796,0.10674813236374381,0.07958336032540111,0.15372517456988796,0.10885508407405237,0.14152690757418204,0.15372517456988796,0.07989400376799671,0.06898267724927264,0.15372517456988796,0.06930129600112571,0.027005082657671615,0.15372517456988796,0.05869955979432137,0.01643330561485554,0.5,0.15372517456988796,0.050124457724652294,0.04938194644982009,0.0,0.09436106993648403,0.2617368526583682 -3332,0.5,0.15372517456988796,0.0,0.03796007940644431,0.15372517456988796,0.0,0.06040556313321532,0.15372517456988796,0.0,0.06136491922962834,0.15372517456988796,0.0,0.03336351153846232,0.15372517456988796,0.013346838535327274,0.15825990851591193,0.15372517456988796,0.01882873761975702,0.09055804009319388,0.15372517456988796,0.0037778158469155133,0.06789738052985642,0.15372517456988796,0.005252524368533538,0.04795494933622606,0.5,0.15372517456988796,0.0,0.02230709109673055,0.15372517456988796,0.0,0.033769975683652254,0.5,0.15372517456988796,0.0,0.031807261988973365,0.15372517456988796,0.0,0.044683641584777486,0.15372517456988796,0.017681574557105874,0.06799465696334177,0.15372517456988796,0.017444074141397876,0.1562954473922577,0.15372517456988796,0.0,0.09636131435201925,0.15372517456988796,0.0,0.02804436252188144,0.15372517456988796,0.0,0.01993845289518792,0.5,0.15372517456988796,0.0,0.0516086494311678,0.0,0.10695654904362295,0.2708271940758671 -3333,0.5,0.15372517456988796,0.0,0.036896053792806444,0.15372517456988796,0.0,0.07651076507775861,0.15372517456988796,0.0,0.05290330781446165,0.15372517456988796,0.0,0.03745039699475745,0.15372517456988796,0.0,0.18487332003292872,0.15372517456988796,0.0,0.0982735731230508,0.15372517456988796,0.0,0.08012105115678485,0.15372517456988796,0.0,0.058355986028602314,0.5,0.15372517456988796,0.0,0.017546749869170274,0.15372517456988796,0.0,0.02389767777285814,0.5,0.15372517456988796,0.0,0.03376243376121231,0.15372517456988796,0.0,0.04355895575189856,0.15372517456988796,0.0,0.07723722421548292,0.15372517456988796,0.0,0.17936587860540404,0.15372517456988796,0.0,0.11445618412933346,0.15372517456988796,0.0,0.025301843236509167,0.15372517456988796,0.0,0.02079716286646332,0.5,0.15372517456988796,0.0,0.04464546366033134,0.0,0.09512221526364481,0.2926190617741455 -3334,0.5,0.15372517456988796,0.0,0.029345621304326323,0.15372517456988796,0.0,0.07532184883995678,0.15372517456988796,0.0,0.03314913705281039,0.15372517456988796,0.0,0.03175878152320502,0.15372517456988796,0.0,0.1732845807105605,0.15372517456988796,0.0,0.08703723208034594,0.15372517456988796,0.0,0.09286705077479439,0.15372517456988796,0.0,0.06245047342196834,0.5,0.15372517456988796,0.0,0.012381076036798612,0.15372517456988796,0.0,0.027526715701721098,0.5,0.15372517456988796,0.0,0.02223454807133083,0.15372517456988796,0.0,0.03746953602545036,0.15372517456988796,0.0,0.08248340201695074,0.15372517456988796,0.0,0.16118552273513964,0.15372517456988796,0.0,0.11247162726740033,0.15372517456988796,0.0,0.023142810610556945,0.15372517456988796,0.0,0.018347284732817454,0.5,0.15372517456988796,0.0,0.031685169024880375,0.0,0.07283354873391454,0.32495435055695926 -3335,0.5,0.15372517456988796,0.0,0.02422432825875265,0.15372517456988796,0.0,0.067928377597731,0.15372517456988796,0.0,0.01888032355939788,0.15372517456988796,0.0,0.02707090774880286,0.15372517456988796,0.0,0.13580937945186378,0.15372517456988796,0.0,0.08314366616801142,0.15372517456988796,0.0,0.10002134187391783,0.15372517456988796,0.0,0.06471838197782416,0.5,0.15372517456988796,0.0,0.008966090000578531,0.15372517456988796,0.0,0.03743607643266746,0.5,0.15372517456988796,0.0,0.013281905519325043,0.15372517456988796,0.0,0.030048512923559267,0.15372517456988796,0.0,0.08462829529417659,0.15372517456988796,0.0,0.14804481971548794,0.15372517456988796,0.0,0.10358362646881286,0.15372517456988796,0.0,0.020410567466498282,0.15372517456988796,0.0,0.016176751837574273,0.5,0.15372517456988796,0.0,0.023521633138458987,0.0,0.04862374347077801,0.38154468034540173 -3336,0.5,0.15372517456988796,0.0,0.020579455386156933,0.15372517456988796,0.0,0.07252041128598906,0.15372517456988796,0.0,0.00974300813137276,0.15372517456988796,0.0,0.02360193418398384,0.15372517456988796,0.0,0.11060993115299977,0.15372517456988796,0.0,0.07296462930023422,0.15372517456988796,0.0,0.1054555213998754,0.15372517456988796,0.0,0.059883414378379754,0.5,0.15372517456988796,0.0,0.007793085634666097,0.15372517456988796,0.0,0.043741406979236404,0.5,0.15372517456988796,0.0,0.01024243854554653,0.15372517456988796,0.0,0.02945459271593064,0.15372517456988796,0.0,0.08438105544169905,0.15372517456988796,0.0,0.139439654370964,0.15372517456988796,0.0,0.09683994717518489,0.15372517456988796,0.0,0.01954998437810496,0.15372517456988796,0.0,0.013829835672379782,0.5,0.15372517456988796,0.0,0.018201874375963944,0.0,0.02908808616223601,0.41210519111571053 -3337,0.5,0.15372517456988796,0.0,0.018034096745623472,0.15372517456988796,0.0,0.08332424118027904,0.15372517456988796,0.0,0.005017952953875772,0.15372517456988796,0.0,0.020113839102661388,0.15372517456988796,0.0,0.08762999992630262,0.15372517456988796,0.0,0.07240189051161508,0.15372517456988796,0.0,0.10513521004049119,0.15372517456988796,0.0,0.04811459135727285,0.5,0.15372517456988796,0.0,0.012301668108012162,0.15372517456988796,0.0,0.05248738784853975,0.5,0.15372517456988796,0.0,0.009035227197682329,0.15372517456988796,0.0,0.030815753943252623,0.15372517456988796,0.0,0.08126006529128395,0.15372517456988796,0.0,0.12901638413983452,0.15372517456988796,0.0,0.08828996426810093,0.15372517456988796,0.0,0.01862936369075856,0.15372517456988796,0.0,0.01262939707937334,0.5,0.15372517456988796,0.0,0.013346194506882774,0.0,0.01994912313698194,0.3808375141198861 -3338,0.5,0.15372517456988796,0.0,0.016221428272204998,0.15372517456988796,0.0,0.07740039294040588,0.15372517456988796,0.0,0.0031020940148182127,0.15372517456988796,0.0,0.018146107714990117,0.15372517456988796,0.0,0.07105794458818585,0.15372517456988796,0.0,0.06780366311675248,0.15372517456988796,0.0,0.09480394877332055,0.15372517456988796,0.0,0.04042540586838167,0.5,0.15372517456988796,0.0,0.013647787604007002,0.15372517456988796,0.0,0.04517162543915127,0.5,0.15372517456988796,0.0,0.007673212702369803,0.15372517456988796,0.0,0.026285121658659108,0.15372517456988796,0.0,0.07988984370147473,0.15372517456988796,0.0,0.12368672725276436,0.15372517456988796,0.0,0.0902778777231096,0.15372517456988796,0.0,0.017624906645679037,0.15372517456988796,0.0,0.012780036767636638,0.5,0.15372517456988796,0.0,0.01098599151838409,0.0,0.016537753763564058,0.3484144367034188 -3339,0.5,0.15372517456988796,0.0,0.014544102948396892,0.15372517456988796,0.0,0.08997350002141287,0.15372517456988796,0.0,0.00261997156517682,0.15372517456988796,0.0,0.015572698121946275,0.15372517456988796,0.0,0.053652728914256015,0.15372517456988796,0.0,0.06887859500646903,0.15372517456988796,0.0,0.08591994555470596,0.15372517456988796,0.0,0.044340935942983536,0.5,0.15372517456988796,0.0,0.006798157267048146,0.15372517456988796,0.0,0.03564778665716846,0.5,0.15372517456988796,0.0,0.013366620872635251,0.15372517456988796,0.0,0.0231799290359271,0.15372517456988796,0.0,0.0829296040833836,0.15372517456988796,0.0,0.11154777776701368,0.15372517456988796,0.0,0.07814697712873009,0.15372517456988796,0.0,0.017429828055101425,0.15372517456988796,0.0,0.013368496697017129,0.5,0.15372517456988796,0.0,0.009434425034826019,0.0,0.014400108972336796,0.31757669610870276 -3340,0.5,0.15372517456988796,0.0,0.014042967337719987,0.15372517456988796,0.0,0.08322507839950484,0.15372517456988796,0.0,0.0026513354184421987,0.15372517456988796,0.0,0.014253119875827712,0.15372517456988796,0.0,0.03849041437102356,0.15372517456988796,0.0,0.051730530554971024,0.15372517456988796,0.0,0.07170900730024334,0.15372517456988796,0.0,0.044569335631498605,0.5,0.15372517456988796,0.0,0.00442851457333024,0.15372517456988796,0.0,0.03237489053355797,0.5,0.15372517456988796,0.0,0.014550383763850894,0.15372517456988796,0.0,0.02224195523883127,0.15372517456988796,0.0,0.08419582263703679,0.15372517456988796,0.0,0.09927637656076936,0.15372517456988796,0.0,0.0691821789148395,0.15372517456988796,0.0,0.01884181936002221,0.15372517456988796,0.0,0.016620564833156604,0.5,0.15372517456988796,0.0,0.0086148766540242,0.0,0.013598912527697257,0.29432984812760565 -3341,0.5,0.15372517456988796,0.003215192400586731,0.013035279190567194,0.15372517456988796,0.000680347108558473,0.08943255904077968,0.15372517456988796,0.00010918467733417753,0.002746522777485507,0.15372517456988796,0.0021758330539108028,0.013590943186894256,0.15372517456988796,0.0,0.029909002534635624,0.15372517456988796,0.0,0.04734293523420373,0.15372517456988796,0.0,0.06509977800824938,0.15372517456988796,0.0,0.040684455826020406,0.5,0.15372517456988796,0.0,0.006080265147983889,0.15372517456988796,0.0,0.029999241140199154,0.5,0.15372517456988796,0.0,0.008515158725064203,0.15372517456988796,0.0,0.018091243797321247,0.15372517456988796,0.001089104049664599,0.08294618722285185,0.15372517456988796,4.7337157441256054e-05,0.08901806997110773,0.15372517456988796,8.395991631339048e-05,0.060642961797498486,0.15372517456988796,0.0,0.014532821446335654,0.15372517456988796,0.0,0.014983552072498924,0.5,0.15372517456988796,0.0,0.009759958901950127,0.0,0.015197513059110719,0.29850561112493623 -3342,0.5,0.15372517456988796,0.061585087934495436,0.011007370974659543,0.15372517456988796,0.050333915415053526,0.07201181741827109,0.15372517456988796,0.04990384858280293,0.0022231695603726204,0.15372517456988796,0.059263330448375055,0.009660907153279805,0.15372517456988796,0.037731189438851086,0.023806877552860782,0.15372517456988796,0.029739126442400395,0.035568615737821455,0.15372517456988796,0.03619398470771948,0.04519152640823191,0.15372517456988796,0.027819582570787517,0.04274727215794251,0.5,0.15372517456988796,0.026476380024250422,0.007501900308191525,0.15372517456988796,0.0368335684545913,0.02000692970519706,0.5,0.15372517456988796,0.032006518545275676,0.00515934463687525,0.15372517456988796,0.030544810307280006,0.011370303162009874,0.15372517456988796,0.05168404491646809,0.07337220401590688,0.15372517456988796,0.042026482185570896,0.08289798435731441,0.15372517456988796,0.04596625223072662,0.04694125856300243,0.15372517456988796,0.03919760448573833,0.009851580332790244,0.15372517456988796,0.04244936837373263,0.008747872395865735,0.5,0.15372517456988796,0.046250468236654046,0.006537874316678969,0.0,0.016905075552675466,0.30974171594002176 -3343,0.5,0.15372517456988796,0.15118788272887357,0.01147222804280085,0.15372517456988796,0.13058442123626032,0.08927430652489145,0.15372517456988796,0.1366808662438238,0.0015487902787830862,0.15372517456988796,0.1516758140387366,0.007005302780289675,0.15372517456988796,0.11366754660897818,0.020615895880335383,0.15372517456988796,0.10304665220021679,0.03392499737778366,0.15372517456988796,0.11295690013678542,0.036032420732857846,0.15372517456988796,0.10207694594048729,0.039166394824022024,0.5,0.15372517456988796,0.10223021672029395,0.005459657039804363,0.15372517456988796,0.12288417721924935,0.01115286168749426,0.5,0.15372517456988796,0.11205173446662439,0.00232908512557325,0.15372517456988796,0.11256187280553458,0.006182121702991047,0.15372517456988796,0.13087923560152104,0.07931372932852856,0.15372517456988796,0.11824781447147617,0.07824966951323661,0.15372517456988796,0.1271886139848858,0.04533890331120793,0.15372517456988796,0.11984273433677467,0.008347987649241474,0.15372517456988796,0.12806428200091455,0.005188640641285478,0.5,0.15372517456988796,0.1376451882057915,0.003427105451415082,0.0,0.0149463438315016,0.27161186264343967 -3344,0.5,0.15372517456988796,0.2750635341074478,0.024710305647634507,0.15372517456988796,0.2510833849742106,0.14853406153346846,0.15372517456988796,0.2611216637413867,0.002321069136662688,0.15372517456988796,0.2764893120235787,0.012865198564129486,0.15372517456988796,0.23197752392447574,0.023367028564194366,0.15372517456988796,0.21470497432188868,0.049871660736280944,0.15372517456988796,0.22897380023542313,0.033667168125788835,0.15372517456988796,0.21094308310547794,0.04883769540404791,0.5,0.15372517456988796,0.21619641800747086,0.008385985036120237,0.15372517456988796,0.2477516524834713,0.005631540129064654,0.5,0.15372517456988796,0.23256351632023037,0.005250685642020752,0.15372517456988796,0.23453177468014305,0.005226877150799286,0.15372517456988796,0.2519053120972527,0.12440374221561792,0.15372517456988796,0.23717025115140306,0.1021901565727764,0.15372517456988796,0.249045025878124,0.05443593925557553,0.15372517456988796,0.241392459080887,0.010144343368575778,0.15372517456988796,0.2515360549355423,0.010886558850761655,0.5,0.15372517456988796,0.2645099305868782,0.004549619531015158,0.0,0.011523397263092802,0.21921821683683662 -3345,0.5,0.15372517456988796,0.4055469532419044,0.032653896952460376,0.15372517456988796,0.379443849992124,0.19796962262735807,0.15372517456988796,0.395369689752083,0.004871366351976914,0.15372517456988796,0.4114140521773802,0.011819257971746962,0.15372517456988796,0.3591486210437748,0.04514440744617826,0.15372517456988796,0.331811511988259,0.09629922291981338,0.15372517456988796,0.3532341327601841,0.059999668444823906,0.15372517456988796,0.3261534633432319,0.07827743549158023,0.5,0.15372517456988796,0.34487305879091285,0.03277034510167075,0.15372517456988796,0.38911373922230874,0.006434999913754698,0.5,0.15372517456988796,0.3672705942766238,0.004536577813418872,0.15372517456988796,0.3736086978030549,0.005142585265279375,0.15372517456988796,0.3794688595333281,0.2015874019356653,0.15372517456988796,0.36419350596226585,0.11582670553124333,0.15372517456988796,0.3789453174293606,0.07306290004230068,0.15372517456988796,0.3735915002923008,0.0180999981936518,0.15372517456988796,0.3881060296311429,0.021386510266721587,0.5,0.15372517456988796,0.4080085296011313,0.004534820574389503,0.0,0.008760708955897473,0.1969947851374039 -3346,0.5,0.15372517456988796,0.5365888684637892,0.040194936482394944,0.15372517456988796,0.5123031716388193,0.18208374253654247,0.15372517456988796,0.5297898595683491,0.007005730406991688,0.15372517456988796,0.5420620695049903,0.01121019665501743,0.15372517456988796,0.4911293108745905,0.06857559706518489,0.15372517456988796,0.44408328921862406,0.1341375343991309,0.15372517456988796,0.48695679342498677,0.10528819971737757,0.15372517456988796,0.446385575280157,0.09707961659204417,0.5,0.15372517456988796,0.48115568487436633,0.06585625914939798,0.15372517456988796,0.5279635214733184,0.005629428913255175,0.5,0.15372517456988796,0.5050691899052236,0.0012671097174179898,0.15372517456988796,0.513827720982299,0.007886199074550605,0.15372517456988796,0.5141699326945041,0.21416709488712843,0.15372517456988796,0.4975480311692323,0.11493653838458157,0.15372517456988796,0.5126296124612851,0.07460516198374842,0.15372517456988796,0.5093955607833985,0.041544866635345096,0.15372517456988796,0.52341484624847,0.021533311962915653,0.5,0.15372517456988796,0.5441035682741033,0.0028604297336686487,0.0,0.01055049521998563,0.16414992881752474 -3347,0.5,0.15372517456988796,0.6333096880366037,0.04354359538640095,0.15372517456988796,0.6160651664992135,0.1998073412940999,0.15372517456988796,0.6310177194812461,0.013134004034565458,0.15372517456988796,0.636396311134701,0.016160729510884545,0.15372517456988796,0.596783560569715,0.09105483382790777,0.15372517456988796,0.5428660988542775,0.13410460680371744,0.15372517456988796,0.5917123390228487,0.1386510299783637,0.15372517456988796,0.5631204628829127,0.10067455590369757,0.5,0.15372517456988796,0.5956217345986758,0.0961113575037793,0.15372517456988796,0.6330863301984085,0.0013954815803627315,0.5,0.15372517456988796,0.6136071284170225,0.0013715104763035164,0.15372517456988796,0.6219094296621718,0.012069330896018766,0.15372517456988796,0.6217941481105353,0.2255303416079119,0.15372517456988796,0.6078629286377548,0.11952219024244964,0.15372517456988796,0.6171522973013657,0.0904593086142007,0.15372517456988796,0.6136825621207374,0.06662921931183992,0.15372517456988796,0.62607852114358,0.017832675869242642,0.5,0.15372517456988796,0.6438550797013393,0.001488910538658565,0.0,0.013425194602736092,0.11935975160511542 -3348,0.5,0.15372517456988796,0.6818098532340103,0.04643644168718174,0.15372517456988796,0.673522817337877,0.21658867480962946,0.15372517456988796,0.6856826571094278,0.02589238061698821,0.15372517456988796,0.6849055151287468,0.030352137312338663,0.15372517456988796,0.6566058405161698,0.11235322299539487,0.15372517456988796,0.6087537924658052,0.12291007201361047,0.15372517456988796,0.632929155152457,0.14666166876601688,0.15372517456988796,0.6425249073179264,0.12690300159793966,0.5,0.15372517456988796,0.669049046321543,0.1241378142343244,0.15372517456988796,0.6921161762439877,0.0027517588256963906,0.5,0.15372517456988796,0.676040903682254,0.001504313596373129,0.15372517456988796,0.6833282353963025,0.012966887336505195,0.15372517456988796,0.6819753206683886,0.23834969737686393,0.15372517456988796,0.6709399504029169,0.12063742252570962,0.15372517456988796,0.67425980124874,0.10358800215541339,0.15372517456988796,0.6698896817906649,0.06979903731514851,0.15372517456988796,0.6834062258057513,0.017505954399867282,0.5,0.15372517456988796,0.6965110981811601,0.0017879546773444531,0.0,0.017404404019147935,0.09781496940923022 -3349,0.5,0.15372517456988796,0.6618305574697319,0.04899252456992331,0.15372517456988796,0.6909175370208621,0.2107750396096408,0.15372517456988796,0.6993402915161109,0.044677757144458805,0.15372517456988796,0.6929449626005652,0.044206003797062916,0.15372517456988796,0.6299615136367379,0.17136051493791177,0.15372517456988796,0.6621698870645419,0.16617016953046826,0.15372517456988796,0.5794127567235134,0.13599708727678475,0.15372517456988796,0.6927035590979052,0.18377401393044182,0.5,0.15372517456988796,0.6931157121218288,0.15553570433405023,0.15372517456988796,0.7096932537226337,0.008452387774516729,0.5,0.15372517456988796,0.69717332596493,0.0006562692217864987,0.15372517456988796,0.7030621205778624,0.013252019787140816,0.15372517456988796,0.7017089413231837,0.23451328166000318,0.15372517456988796,0.6903981105307615,0.1199604527677561,0.15372517456988796,0.6884878096700275,0.11006132206326337,0.15372517456988796,0.6803733547979247,0.06574074461115673,0.15372517456988796,0.69922757105189,0.020302202058004894,0.5,0.15372517456988796,0.708394297022487,0.00593734351864697,0.0,0.025538087848273164,0.09424355530231966 -3350,0.5,0.15372517456988796,0.6417250561851349,0.0505221104997567,0.15372517456988796,0.6473561235275124,0.18798578195130247,0.15372517456988796,0.6673480804904944,0.05840734063435206,0.15372517456988796,0.6388613698948397,0.051458849049877915,0.15372517456988796,0.5799466382907568,0.17997064131877683,0.15372517456988796,0.6414628949229602,0.2337490532706174,0.15372517456988796,0.6219828470536806,0.14820522427968852,0.15372517456988796,0.6751915312828269,0.2448887314040146,0.5,0.15372517456988796,0.6724899918721238,0.17586792302940882,0.15372517456988796,0.6780622291089515,0.01944238196872119,0.5,0.15372517456988796,0.6768630261399203,0.0020243665369026253,0.15372517456988796,0.6808976894230699,0.015331894283508443,0.15372517456988796,0.680303240468048,0.21853846126500498,0.15372517456988796,0.6169548543095482,0.12503662106628616,0.15372517456988796,0.6711848680618089,0.10068834115919709,0.15372517456988796,0.6110719974425329,0.07939261840795434,0.15372517456988796,0.666424521725467,0.025959785226140362,0.5,0.15372517456988796,0.67734159145908,0.015523974494762179,0.0,0.04295937096828635,0.0989444400873637 -3351,0.5,0.15372517456988796,0.5719974530560142,0.05556446077749655,0.15372517456988796,0.5666487685752364,0.15895937289437373,0.15372517456988796,0.5871776953687645,0.06133870940569562,0.15372517456988796,0.5679498001787551,0.0542404295669321,0.15372517456988796,0.5703039602553136,0.1959472163497056,0.15372517456988796,0.5986754583698225,0.28571306038507344,0.15372517456988796,0.5843736963841142,0.18121648596190895,0.15372517456988796,0.5953529323700769,0.2774273096799226,0.5,0.15372517456988796,0.6122098576796349,0.1605619711464006,0.15372517456988796,0.6083650731707119,0.05395843131750218,0.5,0.15372517456988796,0.6013969375149384,0.010815409745921082,0.15372517456988796,0.6125453722977379,0.02050005549371593,0.15372517456988796,0.5754600242087303,0.1768821447233998,0.15372517456988796,0.5800192256015105,0.11413176719070663,0.15372517456988796,0.597671052503095,0.09759404832476834,0.15372517456988796,0.5899711936075175,0.0966495167508978,0.15372517456988796,0.572817773013272,0.03593412165206802,0.5,0.15372517456988796,0.6023058652135125,0.03044256624211074,0.0,0.05751081916532844,0.10999306554902671 -3352,0.5,0.15372517456988796,0.45564337566723073,0.061215244842423966,0.15372517456988796,0.448392811303326,0.13238103517274633,0.15372517456988796,0.4774099028405354,0.0739725846602879,0.15372517456988796,0.4474658318539647,0.05072275721669201,0.15372517456988796,0.504576858126275,0.21800285585904686,0.15372517456988796,0.48655619827684277,0.2583577257552823,0.15372517456988796,0.4836748103268053,0.2062285178771274,0.15372517456988796,0.4877207036771801,0.2624441060033239,0.5,0.15372517456988796,0.4994862484724454,0.14626598813095945,0.15372517456988796,0.5011542234061552,0.0844946639814523,0.5,0.15372517456988796,0.5054632814808752,0.019536881794452163,0.15372517456988796,0.5030831990969639,0.035474710250685604,0.15372517456988796,0.42179756136549845,0.1575350808912805,0.15372517456988796,0.4678630727083539,0.10252673644296972,0.15372517456988796,0.48811629014678937,0.11221398341476277,0.15372517456988796,0.4447072464719146,0.09915975153611284,0.15372517456988796,0.47242107796080346,0.05235771906548698,0.5,0.15372517456988796,0.47986570005617274,0.05256524077321167,0.0,0.06623128287630964,0.11188358068783756 -3353,0.5,0.15372517456988796,0.3300629444880231,0.07233624593060951,0.15372517456988796,0.35018543640702804,0.116452643090862,0.15372517456988796,0.3441347140747745,0.08207251770794573,0.15372517456988796,0.3216809943290994,0.05154285747943063,0.15372517456988796,0.37397693788401404,0.14932476942256498,0.15372517456988796,0.3207339496406837,0.11232267212627112,0.15372517456988796,0.36005464120780917,0.1647408103319761,0.15372517456988796,0.376647361010216,0.2068422081522156,0.5,0.15372517456988796,0.36250533295735615,0.12336541434281484,0.15372517456988796,0.3580364430970437,0.08670496462770108,0.5,0.15372517456988796,0.34622574506785375,0.025019036629645976,0.15372517456988796,0.3668707639147855,0.043786329712818116,0.15372517456988796,0.35507944188362683,0.15154272281655332,0.15372517456988796,0.3634257345822719,0.10721426788081215,0.15372517456988796,0.3610768930095852,0.11264583803803757,0.15372517456988796,0.3435627857138259,0.08919242380959543,0.15372517456988796,0.3366235529218141,0.051079932859174955,0.5,0.15372517456988796,0.33440447362559783,0.06994356407986425,0.0,0.06802927452955024,0.1376220760612045 -3354,0.5,0.15372517456988796,0.20440354407851907,0.06181610893919991,0.15372517456988796,0.23000020296338958,0.050498532720325034,0.15372517456988796,0.21636770524573784,0.03502690824043347,0.15372517456988796,0.1951870872275258,0.02132267939874993,0.15372517456988796,0.23218386413672115,0.058601503115569914,0.15372517456988796,0.1757076771934613,0.05606200841648623,0.15372517456988796,0.2230525029241735,0.05023232006898594,0.15372517456988796,0.2436714639668954,0.06788947367473058,0.5,0.15372517456988796,0.23469536786902628,0.046015909147953844,0.15372517456988796,0.2200135932021327,0.034501729280190456,0.5,0.15372517456988796,0.22513726913930132,0.0207643372273186,0.15372517456988796,0.22928389917944542,0.019818396054287687,0.15372517456988796,0.2274075007746504,0.12039038347241936,0.15372517456988796,0.23980670990500166,0.05843208296136339,0.15372517456988796,0.23227805538199514,0.050238408657702245,0.15372517456988796,0.22466014571099663,0.02603520899137143,0.15372517456988796,0.21271883087458326,0.017456497766598973,0.5,0.15372517456988796,0.2015556532776508,0.02757735616757845,0.0,0.07440433825359781,0.1358091962507131 -3355,0.5,0.15372517456988796,0.065078789138202,0.05744326616048772,0.15372517456988796,0.08264240809960596,0.0563110744508656,0.15372517456988796,0.06170327940962865,0.043776573058197335,0.15372517456988796,0.05417918950205622,0.025012510815096232,0.15372517456988796,0.12243317105398902,0.0588183741061642,0.15372517456988796,0.09547166068969512,0.05914924476569575,0.15372517456988796,0.09379258066469373,0.045911721623602325,0.15372517456988796,0.09054418818062336,0.02991894086569815,0.5,0.15372517456988796,0.09416129461015174,0.02018751426636059,0.15372517456988796,0.06266644856644979,0.0376020934215634,0.5,0.15372517456988796,0.07117430142452603,0.01606249966481341,0.15372517456988796,0.0763103687712991,0.02384742734843551,0.15372517456988796,0.10707018946265708,0.12371137953655587,0.15372517456988796,0.11800878802191572,0.05808908220981103,0.15372517456988796,0.08017191341180897,0.06841642391666324,0.15372517456988796,0.07308525929902576,0.01502810274933776,0.15372517456988796,0.060453533109505284,0.01859400831851775,0.5,0.15372517456988796,0.05161640368620095,0.026721815309863534,0.0,0.08585231531741522,0.1357588568502813 -3356,0.5,0.15372517456988796,0.0,0.05932389695539165,0.15372517456988796,0.0005783154256627115,0.07262289494075952,0.15372517456988796,0.0,0.0499235753460779,0.15372517456988796,0.0,0.026232332729602133,0.15372517456988796,0.019840127115201823,0.07391565702079704,0.15372517456988796,0.02541415343422773,0.06669976338215704,0.15372517456988796,0.007683650259285904,0.03900166409103992,0.15372517456988796,0.008521726551110964,0.02392781165761637,0.5,0.15372517456988796,0.0,0.015284812014467236,0.15372517456988796,0.0,0.0342252913862403,0.5,0.15372517456988796,0.0,0.012785154151696121,0.15372517456988796,0.0,0.021803099362554527,0.15372517456988796,0.01956088503241145,0.13276433474100496,0.15372517456988796,0.018889075577401,0.07855377058096345,0.15372517456988796,0.0009476694627344184,0.07475243956822487,0.15372517456988796,0.0,0.009808348301263906,0.15372517456988796,0.0,0.019458906231612432,0.5,0.15372517456988796,0.0,0.027947019974101626,0.0,0.08427267353919388,0.1417702274109901 -3357,0.5,0.15372517456988796,0.0,0.05997862681421423,0.15372517456988796,0.0,0.06935931131915804,0.15372517456988796,0.0,0.04124431634327759,0.15372517456988796,0.0,0.02622628025546016,0.15372517456988796,0.0,0.07790320550230816,0.15372517456988796,0.0,0.06833589904476484,0.15372517456988796,0.0,0.0359303567488809,0.15372517456988796,0.0,0.021316662980347692,0.5,0.15372517456988796,0.0,0.011188578681141138,0.15372517456988796,0.0,0.017496819285463535,0.5,0.15372517456988796,0.0,0.010260454206199109,0.15372517456988796,0.0,0.01832683284248347,0.15372517456988796,0.0,0.13539513581399723,0.15372517456988796,0.0,0.10065875185236922,0.15372517456988796,0.0,0.07080981046817114,0.15372517456988796,0.0,0.007334862570613206,0.15372517456988796,0.0,0.016094198200557974,0.5,0.15372517456988796,0.0,0.019800385846941347,0.0,0.06934672997690214,0.1284623740133273 -3358,0.5,0.15372517456988796,0.0,0.05257580338011066,0.15372517456988796,0.0,0.06733530069750958,0.15372517456988796,0.0,0.023695629838428666,0.15372517456988796,0.0,0.02382230236663009,0.15372517456988796,0.0,0.06793903156102624,0.15372517456988796,0.0,0.06506197626630054,0.15372517456988796,0.0,0.03525321963270395,0.15372517456988796,0.0,0.0202545014164392,0.5,0.15372517456988796,0.0,0.008617835326405702,0.15372517456988796,0.0,0.007081154845806646,0.5,0.15372517456988796,0.0,0.010404101541176276,0.15372517456988796,0.0,0.013745790781816846,0.15372517456988796,0.0,0.13316603982824302,0.15372517456988796,0.0,0.11003077148738644,0.15372517456988796,0.0,0.06580249885977243,0.15372517456988796,0.0,0.00663749982044508,0.15372517456988796,0.0,0.010411635309063376,0.5,0.15372517456988796,0.0,0.008346086224200308,0.0,0.0547505659165394,0.11827201567506668 -3359,0.5,0.15372517456988796,0.0,0.04441800693563393,0.15372517456988796,0.0,0.07288952548408201,0.15372517456988796,0.0,0.01240347468101233,0.15372517456988796,0.0,0.01986779064323569,0.15372517456988796,0.0,0.062403477193104545,0.15372517456988796,0.0,0.05903548214666894,0.15372517456988796,0.0,0.03671149663403957,0.15372517456988796,0.0,0.022930154212341333,0.5,0.15372517456988796,0.0,0.006541403838848103,0.15372517456988796,0.0,0.006354709739834744,0.5,0.15372517456988796,0.0,0.01301070420448714,0.15372517456988796,0.0,0.01204364640502045,0.15372517456988796,0.0,0.13115184251376852,0.15372517456988796,0.0,0.11068140513974634,0.15372517456988796,0.0,0.06672411364932573,0.15372517456988796,0.0,0.006682262006522753,0.15372517456988796,0.0,0.007144971645936292,0.5,0.15372517456988796,0.0,0.0033130423731675745,0.0,0.047060042566256066,0.12445945451135626 -3360,0.5,0.15372517456988796,0.0,0.0371431318296633,0.15372517456988796,0.0,0.06469298974288952,0.15372517456988796,0.0,0.008456934221842901,0.15372517456988796,0.0,0.015938061462908142,0.15372517456988796,0.0,0.054302456136739015,0.15372517456988796,0.0,0.05009146136201159,0.15372517456988796,0.0,0.036168477469369624,0.15372517456988796,0.0,0.02750243006386392,0.5,0.15372517456988796,0.0,0.005756583815320586,0.15372517456988796,0.0,0.011576706924115701,0.5,0.15372517456988796,0.0,0.011335679962563648,0.15372517456988796,0.0,0.010404842390227726,0.15372517456988796,0.0,0.13354338432526944,0.15372517456988796,0.0,0.1150065569579373,0.15372517456988796,0.0,0.055832513352834325,0.15372517456988796,0.0,0.006828488040888246,0.15372517456988796,0.0,0.0058781365321190025,0.5,0.15372517456988796,0.0,0.0022730471896501066,0.0,0.04279685342119344,0.14802435171296874 -3361,0.5,0.15372517456988796,0.0,0.03205535322674319,0.15372517456988796,0.0,0.06965725125927713,0.15372517456988796,0.0,0.007126463991243376,0.15372517456988796,0.0,0.013752490320289086,0.15372517456988796,0.0,0.05945967049367907,0.15372517456988796,0.0,0.050096423265692275,0.15372517456988796,0.0,0.03931514893139779,0.15372517456988796,0.0,0.03358313348351738,0.5,0.15372517456988796,0.0,0.0056362533075525224,0.15372517456988796,0.0,0.013496202511009145,0.5,0.15372517456988796,0.0,0.006820738318868811,0.15372517456988796,0.0,0.008139556515963776,0.15372517456988796,0.0,0.14198599337115994,0.15372517456988796,0.0,0.10423600056790489,0.15372517456988796,0.0,0.05178854033100531,0.15372517456988796,0.0,0.008014939290490328,0.15372517456988796,0.0,0.0048793641303014924,0.5,0.15372517456988796,0.0,0.0024826429835945714,0.0,0.04267659652499287,0.16053741693063417 -3362,0.5,0.15372517456988796,0.0,0.029283026066667786,0.15372517456988796,0.0,0.0740366833078292,0.15372517456988796,0.0,0.006193793432835051,0.15372517456988796,0.0,0.014511963628612703,0.15372517456988796,0.0,0.05654606376282673,0.15372517456988796,0.0,0.047847074848688984,0.15372517456988796,0.0,0.04307337130300447,0.15372517456988796,0.0,0.039459558025182015,0.5,0.15372517456988796,0.0,0.006244321429049902,0.15372517456988796,0.0,0.013397055764452572,0.5,0.15372517456988796,0.0,0.004150649215619512,0.15372517456988796,0.0,0.007985239488856625,0.15372517456988796,0.0,0.13342258209239466,0.15372517456988796,0.0,0.1012016515811249,0.15372517456988796,0.0,0.05093416827624224,0.15372517456988796,0.0,0.009853225189385358,0.15372517456988796,0.0,0.004741364332916779,0.5,0.15372517456988796,0.0,0.0030105175693122405,0.0,0.043432160211693875,0.17283223948160545 -3363,0.5,0.15372517456988796,0.0,0.029531318224269566,0.15372517456988796,0.0,0.08103507409729978,0.15372517456988796,0.0,0.005186367586958541,0.15372517456988796,0.0,0.016369071466467024,0.15372517456988796,0.0,0.05131388580523957,0.15372517456988796,0.0,0.04754686045543559,0.15372517456988796,0.0,0.04397116864120663,0.15372517456988796,0.0,0.040725717813304835,0.5,0.15372517456988796,0.0,0.0058963572716432865,0.15372517456988796,0.0,0.011662975203636764,0.5,0.15372517456988796,0.0,0.004582862741338788,0.15372517456988796,0.0,0.009572773724528645,0.15372517456988796,0.0,0.13197057357389963,0.15372517456988796,0.0,0.09532595647108863,0.15372517456988796,0.0,0.05556318753619635,0.15372517456988796,0.0,0.01269677705510944,0.15372517456988796,0.0,0.004266584310587192,0.5,0.15372517456988796,0.0,0.002274414450279502,0.0,0.04154131828918281,0.16837629227995946 -3364,0.5,0.15372517456988796,0.0,0.03287514473638179,0.15372517456988796,0.0,0.09342940103581578,0.15372517456988796,0.0,0.004592542243150301,0.15372517456988796,0.0,0.018620846191301502,0.15372517456988796,0.0,0.04575266256138658,0.15372517456988796,0.0,0.042786847395746466,0.15372517456988796,0.0,0.05004506244636124,0.15372517456988796,0.0,0.04297775383109098,0.5,0.15372517456988796,0.0,0.007571216556041105,0.15372517456988796,0.0,0.00849486307486466,0.5,0.15372517456988796,0.0,0.005808111058088802,0.15372517456988796,0.0,0.011137624890231304,0.15372517456988796,0.0,0.133914852809555,0.15372517456988796,0.0,0.088546177094248,0.15372517456988796,0.0,0.05906380003439216,0.15372517456988796,0.0,0.01212850266000516,0.15372517456988796,0.0,0.005336646856119735,0.5,0.15372517456988796,0.0,0.002123691509338391,0.0,0.044592355653899865,0.1097236475032427 -3365,0.5,0.15372517456988796,0.0034223010133508564,0.03414916164274012,0.15372517456988796,0.0009484147981206265,0.08523042766477805,0.15372517456988796,0.00020859659655515195,0.004867433061750891,0.15372517456988796,0.00243886815951478,0.019186208616485626,0.15372517456988796,0.0,0.03871694475034759,0.15372517456988796,0.0,0.038346822292091555,0.15372517456988796,0.0,0.050763940199046814,0.15372517456988796,0.0,0.049193041015192146,0.5,0.15372517456988796,0.0,0.008022840344317266,0.15372517456988796,0.0,0.009193698832154942,0.5,0.15372517456988796,0.0,0.005039155715714825,0.15372517456988796,0.0,0.011404314831745047,0.15372517456988796,0.0013121459348860618,0.12804009828449392,0.15372517456988796,7.809210613069093e-05,0.08069007772507127,0.15372517456988796,0.0001302777167767985,0.05934790028194406,0.15372517456988796,0.0,0.010894299540273369,0.15372517456988796,0.0,0.005566470847696252,0.5,0.15372517456988796,0.0,0.0029856127567616094,0.0,0.05603145965002812,0.04569374014676659 -3366,0.5,0.15372517456988796,0.06182156628370193,0.031003333478436413,0.15372517456988796,0.05154228523436878,0.08554777152389782,0.15372517456988796,0.050509558010887155,0.004650036867446746,0.15372517456988796,0.06052838759980998,0.015651576021685404,0.15372517456988796,0.034079101579621546,0.02675414625815953,0.15372517456988796,0.030158352003006206,0.029433396322945768,0.15372517456988796,0.03593239429499699,0.043238351398275726,0.15372517456988796,0.029983684277548973,0.03633374591143414,0.5,0.15372517456988796,0.02809612932256895,0.006931561411964787,0.15372517456988796,0.03756243886709739,0.007214366763895622,0.5,0.15372517456988796,0.03423477415651341,0.003922389258072603,0.15372517456988796,0.03166559161449226,0.01036422170885089,0.15372517456988796,0.051274664238911465,0.11669940910111287,0.15372517456988796,0.03954824879670596,0.06520165100762501,0.15372517456988796,0.044131836512150704,0.051843488540702344,0.15372517456988796,0.04002228867050568,0.009988923755297129,0.15372517456988796,0.04431739424088835,0.005046878153325668,0.5,0.15372517456988796,0.04619809590175429,0.0031022919065783975,0.0,0.060527850911119195,0.013323540443572764 -3367,0.5,0.15372517456988796,0.14881137389701443,0.031182853614224286,0.15372517456988796,0.12882937108188502,0.09664231463793174,0.15372517456988796,0.1335039603528369,0.004452805156364056,0.15372517456988796,0.1502344365947501,0.01524871592168345,0.15372517456988796,0.10971888882191272,0.022303490273956086,0.15372517456988796,0.10326768748952138,0.028093198459579694,0.15372517456988796,0.11261872655148691,0.034116327965134856,0.15372517456988796,0.10479258947056005,0.026815945478741325,0.5,0.15372517456988796,0.10328138531180135,0.004144152387218706,0.15372517456988796,0.12232944515214922,0.003327207361367465,0.5,0.15372517456988796,0.11305121705042331,0.004238456857634647,0.15372517456988796,0.11289761663711079,0.007351828298705384,0.15372517456988796,0.12682453035937974,0.11519803652764543,0.15372517456988796,0.11076924022992898,0.05806574583618335,0.15372517456988796,0.1219279788417301,0.05343561304638092,0.15372517456988796,0.11910664102920487,0.009987273302135904,0.15372517456988796,0.12875465762643834,0.004218793343901292,0.5,0.15372517456988796,0.13587050479676288,0.001538161073078188,0.0,0.05070088882836068,0.006903660891974134 -3368,0.5,0.15372517456988796,0.26629479562405567,0.057826287631657106,0.15372517456988796,0.23177247814319102,0.12781079550557614,0.15372517456988796,0.25102374210355133,0.008835389408326145,0.15372517456988796,0.2708262221747122,0.030928248225394767,0.15372517456988796,0.21921452593145058,0.030500506792279964,0.15372517456988796,0.21075456810115678,0.04211459990872109,0.15372517456988796,0.22349044495497114,0.03547871221893783,0.15372517456988796,0.21263971760896966,0.029957850854650466,0.5,0.15372517456988796,0.20873400286821486,0.006745354114717556,0.15372517456988796,0.24599274119491954,0.001289082963616517,0.5,0.15372517456988796,0.2318109076611174,0.007515279225758448,0.15372517456988796,0.23449599212313402,0.006247419307759656,0.15372517456988796,0.2275255376572073,0.1588428509564539,0.15372517456988796,0.212534860494564,0.08542868743954067,0.15372517456988796,0.23148129774731924,0.07390062034573677,0.15372517456988796,0.23627693895893936,0.01358169740828936,0.15372517456988796,0.25013045812056267,0.008255609311235621,0.5,0.15372517456988796,0.2602587690317971,0.004604992517594388,0.0,0.04412082268104509,0.00941181093998282 -3369,0.5,0.15372517456988796,0.39168795261919404,0.07797305147270685,0.15372517456988796,0.35513739966861213,0.25484148981342125,0.15372517456988796,0.3846683399385433,0.012439691671404745,0.15372517456988796,0.40335757289077523,0.044372211593770194,0.15372517456988796,0.33927448407279664,0.04627089882594666,0.15372517456988796,0.3294125410496724,0.06535240409728015,0.15372517456988796,0.34146616569077426,0.038728961778029716,0.15372517456988796,0.3253912237835208,0.06151362295005665,0.5,0.15372517456988796,0.32183432684104246,0.025725897368330718,0.15372517456988796,0.38582901973129347,0.0010803287215724517,0.5,0.15372517456988796,0.3658875485257309,0.02551679989172604,0.15372517456988796,0.3719949675263192,0.009325790782769707,0.15372517456988796,0.34477739004278174,0.22955630545922673,0.15372517456988796,0.3364609153928611,0.10437184754180548,0.15372517456988796,0.3587210963652819,0.10777771613585128,0.15372517456988796,0.3643089280292156,0.025584277454608083,0.15372517456988796,0.3863351530802488,0.022589019278467747,0.5,0.15372517456988796,0.4013227716122999,0.010193742164442682,0.0,0.04860845251470974,0.0012252098813406284 -3370,0.5,0.15372517456988796,0.5188800589108823,0.10097562628697253,0.15372517456988796,0.48710894343515676,0.2561364503561173,0.15372517456988796,0.518810480693375,0.015888714793528214,0.15372517456988796,0.5334272999548221,0.06115562115745124,0.15372517456988796,0.46105034706492176,0.04420627163120178,0.15372517456988796,0.45311090542406457,0.0722178335593876,0.15372517456988796,0.45904770697289377,0.05211140600777255,0.15372517456988796,0.44038712404696223,0.11488244495333486,0.5,0.15372517456988796,0.4432620210686552,0.05584443478323648,0.15372517456988796,0.5230562004947659,0.001943591514537788,0.5,0.15372517456988796,0.5026142899284942,0.059027132623449025,0.15372517456988796,0.5105735100144492,0.017282749236768463,0.15372517456988796,0.47962486941638033,0.26447492946862566,0.15372517456988796,0.4652956059147684,0.08803535086235623,0.15372517456988796,0.49031825081474567,0.10780273853455437,0.15372517456988796,0.4933838702552368,0.049995382194628686,0.15372517456988796,0.5213206758023284,0.04419388964557461,0.5,0.15372517456988796,0.53497703849161,0.011907360223126717,0.0,0.059062199013245095,0.000107577922157087 -3371,0.5,0.15372517456988796,0.616068095758902,0.12030289494899953,0.15372517456988796,0.5931225245163302,0.3115874951354989,0.15372517456988796,0.6196461127044286,0.027173482102319922,0.15372517456988796,0.6272282523619073,0.06220909356043774,0.15372517456988796,0.5567513570700022,0.04449912772897881,0.15372517456988796,0.5549050867671429,0.09375125206137885,0.15372517456988796,0.5459831417419739,0.04804481201139336,0.15372517456988796,0.528641462692625,0.17822558027430074,0.5,0.15372517456988796,0.5624553495461295,0.0731630225245088,0.15372517456988796,0.6268145553952572,0.02280547218026769,0.5,0.15372517456988796,0.6100764951800477,0.09141911076280396,0.15372517456988796,0.6180960089066815,0.041724244487716514,0.15372517456988796,0.587991669095463,0.275636638330536,0.15372517456988796,0.5686750116013556,0.0776362784904426,0.15372517456988796,0.5926033220477079,0.11326178249195823,0.15372517456988796,0.5972444312929002,0.073006989675241,0.15372517456988796,0.6234640064754838,0.06134309120220025,0.5,0.15372517456988796,0.6331897667298406,0.027331946912054702,0.0,0.0658521469181985,3.912590935944133e-05 -3372,0.5,0.15372517456988796,0.6689433226049565,0.13837435277462723,0.15372517456988796,0.6523894752072434,0.3456866008555116,0.15372517456988796,0.6751329816489843,0.04956527249013817,0.15372517456988796,0.6756081105555677,0.07028170230849183,0.15372517456988796,0.6169250394146931,0.04851787889958853,0.15372517456988796,0.6187645026977853,0.14591559910843493,0.15372517456988796,0.48245927356410456,0.05492184146443463,0.15372517456988796,0.6028764292810361,0.23187866658544562,0.5,0.15372517456988796,0.6435582574000746,0.08690876807128238,0.15372517456988796,0.6853846690878692,0.07610925043776122,0.5,0.15372517456988796,0.67376215707089,0.13136839077791107,0.15372517456988796,0.6806280365749267,0.08364725476656665,0.15372517456988796,0.6529183129989522,0.2783522422702702,0.15372517456988796,0.6291033786198562,0.07924384495849113,0.15372517456988796,0.6529113120510469,0.125825334252294,0.15372517456988796,0.6618922926530679,0.09814856631831624,0.15372517456988796,0.6805281908350836,0.0918200319565224,0.5,0.15372517456988796,0.6862419548188229,0.07092121639556209,0.0,0.07714744688500857,9.629596296385782e-05 -3373,0.5,0.15372517456988796,0.6805405383327152,0.1624211394315308,0.15372517456988796,0.6683531555714872,0.3467016904256492,0.15372517456988796,0.6911907795556386,0.07631105780851627,0.15372517456988796,0.6855618151538747,0.10031047398407476,0.15372517456988796,0.6443417011506707,0.07502451491543032,0.15372517456988796,0.5977165501604417,0.2707271411748867,0.15372517456988796,0.607349772946634,0.11169119268193792,0.15372517456988796,0.65296313785454,0.287428043421259,0.5,0.15372517456988796,0.6839097633967166,0.13468359970065644,0.15372517456988796,0.7034955040224916,0.126840407908205,0.5,0.15372517456988796,0.69744595845748,0.17407166067849872,0.15372517456988796,0.7028663021275425,0.12446556566370384,0.15372517456988796,0.6746273626300103,0.2585460574281212,0.15372517456988796,0.4705818100122584,0.07394142750987953,0.15372517456988796,0.6689939001169001,0.15098065652335887,0.15372517456988796,0.6859351341980158,0.1364520779029054,0.15372517456988796,0.6984686607723549,0.13137498017946206,0.5,0.15372517456988796,0.6991437246567321,0.1469472448325714,0.0,0.11994590621822401,0.00012747285355401415 -3374,0.5,0.15372517456988796,0.6534083698764855,0.19749345210678723,0.15372517456988796,0.6160773102039521,0.31289058493589844,0.15372517456988796,0.6673600617106282,0.1133557049866918,0.15372517456988796,0.6565067572320067,0.15192115995058172,0.15372517456988796,0.5020993333754729,0.09009533564140856,0.15372517456988796,0.5288050863427474,0.2683415268545727,0.15372517456988796,0.607396626817063,0.15834733660497108,0.15372517456988796,0.661933645351068,0.33328581229931536,0.5,0.15372517456988796,0.6683294427025246,0.23277459835514966,0.15372517456988796,0.6796136155573982,0.17027754630214886,0.5,0.15372517456988796,0.677323255178528,0.2474394754718242,0.15372517456988796,0.681757777832571,0.16642369643839325,0.15372517456988796,0.552199009798637,0.18359065509244268,0.15372517456988796,0.539756415759405,0.060998920343448046,0.15372517456988796,0.6449167798226418,0.16825137162262643,0.15372517456988796,0.6690422374019163,0.1823723670237424,0.15372517456988796,0.6753423630233586,0.17743016317600835,0.5,0.15372517456988796,0.6695707844172232,0.2173066268873429,0.0,0.19931985308442626,0.001026963557282171 -3375,0.5,0.15372517456988796,0.5799668381233485,0.22317996948206234,0.15372517456988796,0.451083506816911,0.19093093273410985,0.15372517456988796,0.5976102113091118,0.16953652940165537,0.15372517456988796,0.5788125300292852,0.2123224563548312,0.15372517456988796,0.39998221240946374,0.08709782466149399,0.15372517456988796,0.5458719233663564,0.27067973402601064,0.15372517456988796,0.5358812541430517,0.19302980083049084,0.15372517456988796,0.5926725395138991,0.3485583932026102,0.5,0.15372517456988796,0.5968099791854455,0.30251542150298166,0.15372517456988796,0.6115286756148806,0.21356415235322196,0.5,0.15372517456988796,0.609722014373423,0.27446451733864835,0.15372517456988796,0.6179783800741537,0.2135051925490637,0.15372517456988796,0.4337035105710375,0.12303423462850557,0.15372517456988796,0.5244505194754409,0.0713371736331975,0.15372517456988796,0.570974873111494,0.18127920787189308,0.15372517456988796,0.6088483983469375,0.2304005807622296,0.15372517456988796,0.60646248106104,0.21758680990884446,0.5,0.15372517456988796,0.5963579361113127,0.29153397483528304,0.0,0.24381397627934828,0.008756984458242318 -3376,0.5,0.15372517456988796,0.4632013435544373,0.233593200859119,0.15372517456988796,0.41907020978591203,0.20987513012986486,0.15372517456988796,0.4812755364000023,0.23530541960653312,0.15372517456988796,0.4597914448824907,0.2606221425806524,0.15372517456988796,0.4367750284638971,0.11628484479719542,0.15372517456988796,0.3710286574725961,0.1377826556479188,0.15372517456988796,0.4944989706235736,0.25435786582943387,0.15372517456988796,0.45718466457954265,0.30410763875431485,0.5,0.15372517456988796,0.49018686426693014,0.3542860593936853,0.15372517456988796,0.49671146031020696,0.28053975731732694,0.5,0.15372517456988796,0.4973721693246519,0.3167937416472905,0.15372517456988796,0.5059913580406182,0.28460336973464256,0.15372517456988796,0.4129677630415538,0.11286600645872524,0.15372517456988796,0.3567936656923127,0.06689961290405105,0.15372517456988796,0.4374194227949797,0.18330516256376567,0.15372517456988796,0.4946746632670167,0.26928571394966444,0.15372517456988796,0.49017455545569133,0.2626171224876413,0.5,0.15372517456988796,0.4794598825393356,0.34504301305893226,0.0,0.26177439916244655,0.021327302103680765 -3377,0.5,0.15372517456988796,0.3340625748350341,0.21057717204689755,0.15372517456988796,0.31790037557024287,0.1784040809814656,0.15372517456988796,0.3417491300678156,0.26603457231054434,0.15372517456988796,0.32573645117149425,0.22988716091083186,0.15372517456988796,0.35474130913287993,0.08851960883168619,0.15372517456988796,0.22280563434667888,0.07517510930852163,0.15372517456988796,0.3595473094474926,0.22158016395597638,0.15372517456988796,0.3427434227846101,0.2344454354986277,0.5,0.15372517456988796,0.35033811813294957,0.31572971024908475,0.15372517456988796,0.35322208780350417,0.3092318484671463,0.5,0.15372517456988796,0.35457340174266605,0.3518861284311172,0.15372517456988796,0.3610575666198168,0.2999921542083705,0.15372517456988796,0.2849464255269526,0.08999319191291387,0.15372517456988796,0.30243566336924843,0.07297209078025722,0.15372517456988796,0.3486771673303095,0.18949875983505005,0.15372517456988796,0.3600164688718088,0.23218401639549915,0.15372517456988796,0.3488836826663765,0.2643863124132232,0.5,0.15372517456988796,0.3364721515717251,0.34063706668665333,0.0,0.2850416051092657,0.043657128975167075 -3378,0.5,0.15372517456988796,0.2043554439802694,0.11768748001503436,0.15372517456988796,0.2168697148241296,0.08099708500896241,0.15372517456988796,0.2097230401333426,0.15121029631034452,0.15372517456988796,0.19412568584888332,0.11229595404439273,0.15372517456988796,0.18983397414318326,0.047983178317038744,0.15372517456988796,0.2186106283848374,0.043456597930592755,0.15372517456988796,0.238758995431743,0.10518689401020472,0.15372517456988796,0.21173798174232653,0.09736443428966512,0.5,0.15372517456988796,0.21039348373688643,0.10575309271133758,0.15372517456988796,0.21229247637538357,0.20388110621898087,0.5,0.15372517456988796,0.22471888709381854,0.2654168258680296,0.15372517456988796,0.2235963014210246,0.20932049375742484,0.15372517456988796,0.20436397172264215,0.07798796774906007,0.15372517456988796,0.22970787269979454,0.06549725592950387,0.15372517456988796,0.2229287659809755,0.09462127206496199,0.15372517456988796,0.23117834045416613,0.11955066291816023,0.15372517456988796,0.21538956097350825,0.14440217639775701,0.5,0.15372517456988796,0.20162619576120216,0.1828809824559558,0.0,0.3027719875111111,0.08163253931770631 -3379,0.5,0.15372517456988796,0.06710625278108097,0.12302524689602082,0.15372517456988796,0.09493078910163309,0.10365503652006193,0.15372517456988796,0.06832893103188664,0.12829641696543642,0.15372517456988796,0.05588333257445584,0.12505021621044826,0.15372517456988796,0.10958478532378413,0.08496941756958327,0.15372517456988796,0.10659563006551645,0.052280454608401,0.15372517456988796,0.11384443899597746,0.11050743548190174,0.15372517456988796,0.0932853624426492,0.055935137607345545,0.5,0.15372517456988796,0.09077223563510922,0.03405065366805659,0.15372517456988796,0.0757376736791462,0.17096674694310376,0.5,0.15372517456988796,0.07744171510885159,0.2325302683729729,0.15372517456988796,0.07762818663659206,0.18547020009977339,0.15372517456988796,0.10513595934328987,0.10270251228508627,0.15372517456988796,0.09502186309598099,0.08518845102611805,0.15372517456988796,0.0889132736345542,0.13020952289794277,0.15372517456988796,0.08029433434814653,0.10701736452085016,0.15372517456988796,0.066586782631517,0.151499721507285,0.5,0.15372517456988796,0.052354396282263654,0.16134525957605153,0.0,0.3135529753945559,0.09758408510056656 -3380,0.5,0.15372517456988796,0.0,0.13372808707388537,0.15372517456988796,0.010538057105760081,0.16607836716486474,0.15372517456988796,0.0,0.16299419242157331,0.15372517456988796,0.0,0.15641122972256702,0.15372517456988796,0.024194643406000436,0.12396665650661479,0.15372517456988796,0.024687073550021567,0.06789247277294183,0.15372517456988796,0.011208870275662695,0.09154747166038794,0.15372517456988796,0.011009895147395721,0.05021831536241096,0.5,0.15372517456988796,0.0008342950018465443,0.01629975165799993,0.15372517456988796,0.0,0.11652060142408452,0.5,0.15372517456988796,0.0,0.1650678783769629,0.15372517456988796,0.0,0.15740203921578327,0.15372517456988796,0.02355480859339716,0.15297662939258513,0.15372517456988796,0.023834364115783886,0.13072681178910428,0.15372517456988796,0.0020710286173051184,0.19264915336984625,0.15372517456988796,0.0,0.06545256242079989,0.15372517456988796,0.0,0.15258511293439425,0.5,0.15372517456988796,0.0,0.17808835403547096,0.0,0.3016991296258425,0.07846721463879087 -3381,0.5,0.15372517456988796,0.0,0.1474372585497184,0.15372517456988796,0.0,0.19619960688764612,0.15372517456988796,0.0,0.18841563635135467,0.15372517456988796,0.0,0.1771607776416838,0.15372517456988796,0.0,0.15956128394796373,0.15372517456988796,0.0,0.08756560691349091,0.15372517456988796,0.0,0.0808082783088153,0.15372517456988796,0.0,0.07346048392888116,0.5,0.15372517456988796,0.0,0.025173592236463347,0.15372517456988796,0.0,0.05723120743093111,0.5,0.15372517456988796,0.0,0.1318804655355056,0.15372517456988796,0.0,0.12283349723748084,0.15372517456988796,0.0,0.19989018235617617,0.15372517456988796,0.0,0.17324936150435832,0.15372517456988796,0.0,0.1892039866601646,0.15372517456988796,0.0,0.043737047844964336,0.15372517456988796,0.0,0.14815372089854983,0.5,0.15372517456988796,0.0,0.15213059702040543,0.0,0.30720697355846266,0.0775594607771696 -3382,0.5,0.15372517456988796,0.0,0.15989258259528505,0.15372517456988796,0.0,0.18004495798817358,0.15372517456988796,0.0,0.1663184636503545,0.15372517456988796,0.0,0.1918956694323652,0.15372517456988796,0.0,0.18047709045275795,0.15372517456988796,0.0,0.1165932120856572,0.15372517456988796,0.0,0.06053118541148139,0.15372517456988796,0.0,0.07435072101029658,0.5,0.15372517456988796,0.0,0.02385914108134309,0.15372517456988796,0.0,0.039510670906613435,0.5,0.15372517456988796,0.0,0.10916618811419446,0.15372517456988796,0.0,0.07715525489395147,0.15372517456988796,0.0,0.21010667237312936,0.15372517456988796,0.0,0.2030962765016715,0.15372517456988796,0.0,0.1599102107674007,0.15372517456988796,0.0,0.034667222829876984,0.15372517456988796,0.0,0.12884392322129515,0.5,0.15372517456988796,0.0,0.10481178619395785,0.0,0.33122421034746985,0.10259133524974974 -3383,0.5,0.15372517456988796,0.0,0.1715670796464323,0.15372517456988796,0.0,0.17964655638078653,0.15372517456988796,0.0,0.13046722369261943,0.15372517456988796,0.0,0.1900900465845543,0.15372517456988796,0.0,0.1436560578854491,0.15372517456988796,0.0,0.052488488140579645,0.15372517456988796,0.0,0.04211276343645133,0.15372517456988796,0.0,0.016520370877770533,0.5,0.15372517456988796,0.0,0.015615672615718109,0.15372517456988796,0.0,0.04790963180965828,0.5,0.15372517456988796,0.0,0.08813079717251197,0.15372517456988796,0.0,0.0630612103547369,0.15372517456988796,0.0,0.20742250330197337,0.15372517456988796,0.0,0.2337350839207613,0.15372517456988796,0.0,0.15485268094396007,0.15372517456988796,0.0,0.02907273070482449,0.15372517456988796,0.0,0.10326622838431246,0.5,0.15372517456988796,0.0,0.08127195310732258,0.0,0.28951661094136655,0.16975997429858491 -3384,0.5,0.15372517456988796,0.0,0.17628211524252296,0.15372517456988796,0.0,0.19256236868046026,0.15372517456988796,0.0,0.1029893509329042,0.15372517456988796,0.0,0.17699367088704873,0.15372517456988796,0.0,0.09894518707721897,0.15372517456988796,0.0,0.004607869149569404,0.15372517456988796,0.0,0.040609995779026346,0.15372517456988796,0.0,0.01038868523258698,0.5,0.15372517456988796,0.0,0.008710484990764912,0.15372517456988796,0.0,0.06504674147295145,0.5,0.15372517456988796,0.0,0.05432819788396975,0.15372517456988796,0.0,0.06213112997300716,0.15372517456988796,0.0,0.22067613142363932,0.15372517456988796,0.0,0.21314801848796866,0.15372517456988796,0.0,0.1534277940043846,0.15372517456988796,0.0,0.02723415585502245,0.15372517456988796,0.0,0.07684813920144384,0.5,0.15372517456988796,0.0,0.059546600307242396,0.0,0.22794767089576748,0.27649215427891627 -3385,0.5,0.15372517456988796,0.0,0.17845058759434218,0.15372517456988796,0.0,0.19521942929073344,0.15372517456988796,0.0,0.08613008786877172,0.15372517456988796,0.0,0.17368524712154404,0.15372517456988796,0.0,0.07593081177357168,0.15372517456988796,0.0,0.0037753599629536073,0.15372517456988796,0.0,0.051417547714111174,0.15372517456988796,0.0,0.011965768042169185,0.5,0.15372517456988796,0.0,0.015280489993601327,0.15372517456988796,0.0,0.061429053017058526,0.5,0.15372517456988796,0.0,0.03503569661068438,0.15372517456988796,0.0,0.07399169040696578,0.15372517456988796,0.0,0.21881724489943835,0.15372517456988796,0.0,0.19544268950096827,0.15372517456988796,0.0,0.1558222003401367,0.15372517456988796,0.0,0.035103550395544705,0.15372517456988796,0.0,0.06350405641285345,0.5,0.15372517456988796,0.0,0.03949196958210792,0.0,0.1764514865074322,0.4608463308234755 -3386,0.5,0.15372517456988796,0.0,0.1764295445626901,0.15372517456988796,0.0,0.2112190362011505,0.15372517456988796,0.0,0.08537491163894714,0.15372517456988796,0.0,0.18035144649931936,0.15372517456988796,0.0,0.06713900343482766,0.15372517456988796,0.0,0.02553383198624881,0.15372517456988796,0.0,0.06391999545756766,0.15372517456988796,0.0,0.041545200574677435,0.5,0.15372517456988796,0.0,0.07694282032572028,0.15372517456988796,0.0,0.05855386264519019,0.5,0.15372517456988796,0.0,0.03824240981311183,0.15372517456988796,0.0,0.08265189452890467,0.15372517456988796,0.0,0.22075511685106142,0.15372517456988796,0.0,0.18162781780374568,0.15372517456988796,0.0,0.15466229460643596,0.15372517456988796,0.0,0.031983885332341574,0.15372517456988796,0.0,0.05411093098046084,0.5,0.15372517456988796,0.0,0.031260993024029494,0.0,0.20809977028953572,0.5479461883237318 -3387,0.5,0.15372517456988796,0.0,0.17933730749770171,0.15372517456988796,0.0,0.19349690687693816,0.15372517456988796,0.0,0.08067132898282599,0.15372517456988796,0.0,0.20411844895693626,0.15372517456988796,0.0,0.07211728270988478,0.15372517456988796,0.0,0.07169633683219952,0.15372517456988796,0.0,0.06341559386324895,0.15372517456988796,0.0,0.18860834577535524,0.5,0.15372517456988796,0.0,0.09212342446933286,0.15372517456988796,0.0,0.06405117790472689,0.5,0.15372517456988796,0.0,0.03764442288818892,0.15372517456988796,0.0,0.08699924861862796,0.15372517456988796,0.0,0.23775722332400132,0.15372517456988796,0.0,0.16427071093685308,0.15372517456988796,0.0,0.13877847429053225,0.15372517456988796,0.0,0.02836010926340285,0.15372517456988796,0.0,0.058049034616718787,0.5,0.15372517456988796,0.0,0.02465643129334137,0.0,0.2017955437292558,0.5181074659109121 -3388,0.5,0.15372517456988796,0.0,0.19105721675868606,0.15372517456988796,0.0,0.1893417163654232,0.15372517456988796,0.0,0.07981486816200821,0.15372517456988796,0.0,0.23866771834600325,0.15372517456988796,0.0,0.07819634215082043,0.15372517456988796,0.0,0.14123686954130715,0.15372517456988796,0.0,0.06113338509967436,0.15372517456988796,0.0,0.23330835413030954,0.5,0.15372517456988796,0.0,0.09684210189958124,0.15372517456988796,0.0,0.06560279622972057,0.5,0.15372517456988796,0.0,0.045981844335185935,0.15372517456988796,0.0,0.06662934902708782,0.15372517456988796,0.0,0.2468430671617645,0.15372517456988796,0.0,0.15266855485503328,0.15372517456988796,0.0,0.13375918487025365,0.15372517456988796,0.0,0.014120697570294376,0.15372517456988796,0.0,0.05385657246332885,0.5,0.15372517456988796,0.0,0.01818135919886287,0.0,0.22582855824242917,0.5092055893383641 -3389,0.5,0.15372517456988796,0.0037001614982712264,0.20048194369352892,0.15372517456988796,0.0011632073477669217,0.20158683986637396,0.15372517456988796,0.00043770238815631643,0.08090594416649458,0.15372517456988796,0.0027342075617105255,0.27705383917472565,0.15372517456988796,0.0,0.0975955492641376,0.15372517456988796,0.0,0.21210235131078292,0.15372517456988796,0.0,0.1281214664953709,0.15372517456988796,0.0,0.17463970911606336,0.5,0.15372517456988796,0.0,0.15372550208417943,0.15372517456988796,0.0,0.050778327571369304,0.5,0.15372517456988796,0.0,0.1343145403051601,0.15372517456988796,0.0,0.06668379676722228,0.15372517456988796,0.0014895248578366803,0.24753443618438678,0.15372517456988796,0.00012075437910876818,0.1655776132741747,0.15372517456988796,0.00023360340815716717,0.142789321741163,0.15372517456988796,0.0,0.0276180223438764,0.15372517456988796,2.3575211082071e-09,0.054216004546085036,0.5,0.15372517456988796,1.1780758243783407e-07,0.012074570986792316,0.0,0.2570927684030191,0.4997654400247768 -3390,0.5,0.15372517456988796,0.061625426881941,0.22174164907787855,0.15372517456988796,0.04835894483121316,0.2110231836373328,0.15372517456988796,0.04969844929064184,0.06987142093839187,0.15372517456988796,0.059808380212155586,0.30362551399426835,0.15372517456988796,0.0340147700926856,0.15889062370458146,0.15372517456988796,0.011200095960184772,0.11570618227682089,0.15372517456988796,0.03038535861197242,0.13171305455245166,0.15372517456988796,0.01619278603721579,0.13327084032985725,0.5,0.15372517456988796,0.020585121515219986,0.11709342333556516,0.15372517456988796,0.03822404105590328,0.03653947226368992,0.5,0.15372517456988796,0.029900882845270198,0.16045554237509346,0.15372517456988796,0.02949420708574539,0.0809528987584376,0.15372517456988796,0.04726650365276233,0.25488229716322464,0.15372517456988796,0.037956490945264904,0.19115841651775342,0.15372517456988796,0.045138761975636224,0.12079541728451451,0.15372517456988796,0.034505501301341446,0.028290628187032933,0.15372517456988796,0.04249284608587944,0.0521983416183068,0.5,0.15372517456988796,0.04707440899935301,0.009198469833905673,0.0,0.27655550565099263,0.4738316452782518 -3391,0.5,0.15372517456988796,0.14866830345231796,0.3393517616896395,0.15372517456988796,0.12335524998508621,0.33413661750320506,0.15372517456988796,0.1326364953086771,0.08540176552396062,0.15372517456988796,0.1501417374303508,0.3885771589247491,0.15372517456988796,0.1059050384714249,0.18547975102248335,0.15372517456988796,0.07048689281376451,0.08537541050836092,0.15372517456988796,0.10356992133739765,0.07024939880714767,0.15372517456988796,0.09770641765681644,0.18076384560496672,0.5,0.15372517456988796,0.09649819191047787,0.14336077815202927,0.15372517456988796,0.12262008031121444,0.021620590104090835,0.5,0.15372517456988796,0.10229139428837908,0.10651807641415954,0.15372517456988796,0.1059173362782243,0.059241485178915816,0.15372517456988796,0.12375760355643109,0.39191688196082275,0.15372517456988796,0.11001924747062929,0.26069496513933105,0.15372517456988796,0.12097001342721993,0.15082295526474215,0.15372517456988796,0.10223865421705569,0.02069420607625273,0.15372517456988796,0.12313267955066429,0.0728747165082793,0.5,0.15372517456988796,0.13607288003334916,0.011457872212530957,0.0,0.3529366921104129,0.38770401328077786 -3392,0.5,0.15372517456988796,0.26787180013589174,0.4883214146728179,0.15372517456988796,0.22184101349078203,0.5472214297073106,0.15372517456988796,0.24377480304032878,0.11292254306985353,0.15372517456988796,0.27127112629845684,0.4974775613623417,0.15372517456988796,0.20080960865309472,0.19744638390801703,0.15372517456988796,0.21216050410316778,0.4026394050637101,0.15372517456988796,0.21084160091039233,0.12036653310537691,0.15372517456988796,0.2186283946773132,0.38651738418384896,0.5,0.15372517456988796,0.21763490313439265,0.3497897649809273,0.15372517456988796,0.24434503705176414,0.03458906408728339,0.5,0.15372517456988796,0.21171247152362915,0.08296171767857652,0.15372517456988796,0.22223547192601475,0.05975959253738869,0.15372517456988796,0.21434428340501127,0.5074418299596194,0.15372517456988796,0.2163315464471069,0.28910029479711047,0.15372517456988796,0.23145614010710092,0.20572823628875544,0.15372517456988796,0.20001637307218045,0.032036129718421305,0.15372517456988796,0.23606403156578232,0.12645462240704608,0.5,0.15372517456988796,0.25840980389573454,0.05495443856779372,0.0,0.3560006849240543,0.2265524279823646 -3393,0.5,0.15372517456988796,0.3942395423772601,0.6614780382392049,0.15372517456988796,0.3487165934824994,0.4871259972892443,0.15372517456988796,0.37068958924046064,0.1682307504984581,0.15372517456988796,0.40206994386339784,0.5125083378336726,0.15372517456988796,0.3146797385805326,0.5763873595502316,0.15372517456988796,0.33891355115957755,0.6991005872369237,0.15372517456988796,0.34245880949172774,0.3639606412171026,0.15372517456988796,0.34867783585333306,0.49820873489888085,0.5,0.15372517456988796,0.3473100289502732,0.4012118483025128,0.15372517456988796,0.37965673560196445,0.048313036674059597,0.5,0.15372517456988796,0.34981079684072475,0.12277939668915272,0.15372517456988796,0.35605610411126976,0.10891956886762941,0.15372517456988796,0.3224869240634589,0.5757591549618459,0.15372517456988796,0.32764464090534806,0.2651282925312203,0.15372517456988796,0.34446586221883485,0.18963721211006174,0.15372517456988796,0.23457454430335148,0.08384419940407438,0.15372517456988796,0.3454540429312821,0.14845552847559976,0.5,0.15372517456988796,0.3966794755484559,0.11910234191555732,0.0,0.3606037691818974,0.1452491550962655 -3394,0.5,0.15372517456988796,0.5218311812060028,0.704821952864989,0.15372517456988796,0.48619590454805695,0.33494685115481604,0.15372517456988796,0.5006027525339433,0.15350298403570573,0.15372517456988796,0.5285752505953298,0.4956161206943156,0.15372517456988796,0.46166843815373393,0.6208132182221944,0.15372517456988796,0.4776111371337668,0.5361861829008441,0.15372517456988796,0.48091887070165573,0.43291951522843475,0.15372517456988796,0.48749802811908693,0.3194272034092545,0.5,0.15372517456988796,0.4799720838880341,0.31767055494293905,0.15372517456988796,0.4943005737637819,0.023820175621272584,0.5,0.15372517456988796,0.4938488044209416,0.22005659127664506,0.15372517456988796,0.4850742034655648,0.09147094867961822,0.15372517456988796,0.46995865329823955,0.5252187310976558,0.15372517456988796,0.40823482294517,0.3521166864129107,0.15372517456988796,0.449588992948726,0.14509461464283244,0.15372517456988796,0.4264399126501866,0.19587543211760008,0.15372517456988796,0.4603441580997022,0.14912214698884466,0.5,0.15372517456988796,0.5248245924227466,0.15335744299268714,0.0,0.38410992430030166,0.20073057320358131 -3395,0.5,0.15372517456988796,0.6160081113193133,0.6961626666722615,0.15372517456988796,0.5729753387024017,0.1568827519260953,0.15372517456988796,0.5855675750056237,0.08486156174469592,0.15372517456988796,0.6171498164226945,0.4555555679117247,0.15372517456988796,0.5761452190183195,0.4318154587089761,0.15372517456988796,0.5966444664951871,0.38636265399347003,0.15372517456988796,0.577514155668401,0.2532092907059663,0.15372517456988796,0.5921817796429962,0.21654954187085945,0.5,0.15372517456988796,0.5732793583933962,0.24836977325782433,0.15372517456988796,0.5328506835050237,0.02596693712904506,0.5,0.15372517456988796,0.6011637733166546,0.16403477766698218,0.15372517456988796,0.577830370946865,0.043626825743231054,0.15372517456988796,0.5721309952512632,0.3622242140888605,0.15372517456988796,0.5526172669563559,0.33355375344785676,0.15372517456988796,0.5315981849892961,0.13123672563202948,0.15372517456988796,0.4937231322542456,0.20214163182625,0.15372517456988796,0.5637540371265871,0.11076301148547335,0.5,0.15372517456988796,0.6156378942705647,0.12750566839970348,0.0,0.45345166731205283,0.20112105826293236 -3396,0.5,0.15372517456988796,0.6646505043572415,0.6692496986747718,0.15372517456988796,0.6382062389588141,0.1095803393492108,0.15372517456988796,0.6466712025783118,0.04583562185058304,0.15372517456988796,0.6524473149154665,0.3895309324600601,0.15372517456988796,0.6181033686949193,0.22454946472179022,0.15372517456988796,0.6723905263550555,0.27208628502557,0.15372517456988796,0.5916525230327021,0.08698836256415587,0.15372517456988796,0.6482770870976075,0.25092987184367144,0.5,0.15372517456988796,0.6342189420580207,0.27993855417966934,0.15372517456988796,0.6120577623625678,0.05083468015080887,0.5,0.15372517456988796,0.6617894877064054,0.07592346966936175,0.15372517456988796,0.6216908825909615,0.02610742065374529,0.15372517456988796,0.6261339180363762,0.2538795168234882,0.15372517456988796,0.5953425011596888,0.22134311567581721,0.15372517456988796,0.574219838158399,0.12979439629227557,0.15372517456988796,0.5392542146127808,0.14468817558806413,0.15372517456988796,0.6363712983449672,0.06016004192758673,0.5,0.15372517456988796,0.651271188816674,0.07767607873030677,0.0,0.5080060984453011,0.1763542695372468 -3397,0.5,0.15372517456988796,0.6754465388059949,0.6325209179813189,0.15372517456988796,0.6249200302625405,0.14744574193863194,0.15372517456988796,0.673863351820165,0.029247959005338713,0.15372517456988796,0.6506076792989903,0.32207283203181075,0.15372517456988796,0.6474578044476753,0.15133123557010067,0.15372517456988796,0.6991730904677808,0.30043662219317113,0.15372517456988796,0.6117213083715209,0.06776787169191824,0.15372517456988796,0.6614252604088925,0.3414247591652104,0.5,0.15372517456988796,0.6511425128550179,0.3284666200157156,0.15372517456988796,0.6241389549921985,0.11270407008056178,0.5,0.15372517456988796,0.6411778297270923,0.06695695912975395,0.15372517456988796,0.6046753794110437,0.016119426633934914,0.15372517456988796,0.6036653319394143,0.2527111245712653,0.15372517456988796,0.6206060258245623,0.1397973647259117,0.15372517456988796,0.5927615682637248,0.11428452084616726,0.15372517456988796,0.5843815440109341,0.13199228999335302,0.15372517456988796,0.6584787874008133,0.04395347575035716,0.5,0.15372517456988796,0.6709567321418695,0.06194936691956543,0.0,0.4937351891183857,0.10933555133556445 -3398,0.5,0.15372517456988796,0.6444399526290594,0.5911395530055664,0.15372517456988796,0.5758343976444731,0.15893493377213902,0.15372517456988796,0.6451135029367197,0.018388788620783657,0.15372517456988796,0.6208187013608247,0.26120256702290096,0.15372517456988796,0.6101185408392771,0.18739563163893352,0.15372517456988796,0.6635916612028632,0.36036198287686644,0.15372517456988796,0.5835124957776464,0.09694472605429892,0.15372517456988796,0.5314519909463836,0.30802581577412763,0.5,0.15372517456988796,0.5768687298396712,0.30629579663992124,0.15372517456988796,0.6174786737813329,0.22585082319828478,0.5,0.15372517456988796,0.5320623750932608,0.03584035824303932,0.15372517456988796,0.6002183319347071,0.02705131799844502,0.15372517456988796,0.5404753646642138,0.23988712899637202,0.15372517456988796,0.5816002420541544,0.09412565696911335,0.15372517456988796,0.5948843662122116,0.08746930945619129,0.15372517456988796,0.5549679641349641,0.1541193628228431,0.15372517456988796,0.6340840500316983,0.03423219761153974,0.5,0.15372517456988796,0.6406238176596201,0.04919678858575363,0.0,0.4577735039449808,0.04886136035632706 -3399,0.5,0.15372517456988796,0.5615027957747449,0.5270131792618845,0.15372517456988796,0.3151703666534351,0.1272186927959136,0.15372517456988796,0.5683522263498836,0.018142962841285252,0.15372517456988796,0.5540804367329427,0.20572534815627727,0.15372517456988796,0.5800019499621091,0.19418424337774295,0.15372517456988796,0.5537714004919375,0.31404706413440225,0.15372517456988796,0.44405498590117914,0.11560887901265375,0.15372517456988796,0.47999544022769675,0.27326478241847685,0.5,0.15372517456988796,0.477589424524705,0.22241773731360281,0.15372517456988796,0.570693087382853,0.2975951157261761,0.5,0.15372517456988796,0.4916778767424287,0.003512615132479877,0.15372517456988796,0.5552151663775715,0.0506677351265702,0.15372517456988796,0.4621954759247463,0.18771324840391068,0.15372517456988796,0.5202808848417736,0.09896409455565627,0.15372517456988796,0.5317117659518258,0.08488554241242763,0.15372517456988796,0.4377310267765987,0.14387070242576494,0.15372517456988796,0.559452073610162,0.022173699955646976,0.5,0.15372517456988796,0.5743034973906656,0.07087937329208707,0.0,0.3483277030116857,0.011710145640259328 -3400,0.5,0.15372517456988796,0.4387462036930725,0.41231446297062735,0.15372517456988796,0.3725111219284813,0.09942399472852008,0.15372517456988796,0.4499960105959856,0.018882829134851096,0.15372517456988796,0.43963994718665345,0.15118935042586185,0.15372517456988796,0.4398017675826652,0.1279017177707394,0.15372517456988796,0.4997344213933389,0.2642158157231951,0.15372517456988796,0.3403690149020186,0.13609503627839123,0.15372517456988796,0.38588270583783807,0.2925564973279404,0.5,0.15372517456988796,0.4531582288468541,0.1966426825155978,0.15372517456988796,0.4737115764885309,0.3375016008603954,0.5,0.15372517456988796,0.4482044880501299,0.0003047038022165962,0.15372517456988796,0.44590145691642935,0.08248580872948044,0.15372517456988796,0.37710651640184023,0.14067863728423952,0.15372517456988796,0.4075290878882504,0.06768911399157175,0.15372517456988796,0.3939005896378124,0.07219781091399272,0.15372517456988796,0.3224665212668095,0.08846652281978676,0.15372517456988796,0.4510658141695615,0.016438085207622934,0.5,0.15372517456988796,0.4658585385953343,0.10948634875071683,0.0,0.22456960602411477,0.0012508615908356263 -3401,0.5,0.15372517456988796,0.29441212549814344,0.2299072631769198,0.15372517456988796,0.20784052979713635,0.05670132891281617,0.15372517456988796,0.3268991269228753,0.015826727855435204,0.15372517456988796,0.3025339725747222,0.08150192185884612,0.15372517456988796,0.31902093481593335,0.10561693091240769,0.15372517456988796,0.29076410818607606,0.16875309538715974,0.15372517456988796,0.2613790844165721,0.10141482572981016,0.15372517456988796,0.2909610114353332,0.16953524366767697,0.5,0.15372517456988796,0.3134468774341531,0.10152389684978602,0.15372517456988796,0.3407538393766905,0.35694485044106855,0.5,0.15372517456988796,0.3115855339729414,0.00913493551978295,0.15372517456988796,0.29982092049036047,0.12799104694018243,0.15372517456988796,0.2772437845640505,0.11505756117903704,0.15372517456988796,0.266002830977552,0.03770065963646501,0.15372517456988796,0.26564286703266676,0.04216410659704903,0.15372517456988796,0.29283772708863537,0.04287824246950884,0.15372517456988796,0.3279732861155934,0.024941337589377895,0.5,0.15372517456988796,0.33023625819213537,0.14269743940363694,0.0,0.10098848227719764,0.0010149632046681958 -3402,0.5,0.15372517456988796,0.17126654253782028,0.07622708090722806,0.15372517456988796,0.1829468386210015,0.03121585515657772,0.15372517456988796,0.1994189863502316,0.005194593016213181,0.15372517456988796,0.18123433628473315,0.02371137694050956,0.15372517456988796,0.2092283785844877,0.05863492759902104,0.15372517456988796,0.18135236871842736,0.0820099610140616,0.15372517456988796,0.20534993702241044,0.029880849113549237,0.15372517456988796,0.17909032917675263,0.075661815694087,0.5,0.15372517456988796,0.17114004346211026,0.08129891757056565,0.15372517456988796,0.20971470609018855,0.1581269541663543,0.5,0.15372517456988796,0.18755339276343447,0.040755760946642974,0.15372517456988796,0.17861087456480348,0.05662831431116237,0.15372517456988796,0.17582457505427465,0.0887793142162981,0.15372517456988796,0.20969810921676102,0.037681218381280523,0.15372517456988796,0.16810064306199723,0.013782080209309884,0.15372517456988796,0.19559399389349683,0.0038173133494530413,0.15372517456988796,0.20311464612073687,0.024691647672684947,0.5,0.15372517456988796,0.19784487120063562,0.0820195435983572,0.0,0.053891446924225386,0.001205035899655984 -3403,0.5,0.15372517456988796,0.06351029497193761,0.048420682692897454,0.15372517456988796,0.09927341593841726,0.0157218601724052,0.15372517456988796,0.06194956110033128,0.004100329897486173,0.15372517456988796,0.05351605484417992,0.025535479915442184,0.15372517456988796,0.1015009030079756,0.04217715985362355,0.15372517456988796,0.08758498076682353,0.03473305550810593,0.15372517456988796,0.10640811869741085,0.00105850110848436,0.15372517456988796,0.054973088955319944,0.03441040115289013,0.5,0.15372517456988796,0.04239146751629922,0.05181024589845612,0.15372517456988796,0.06329252342851874,0.05606343963128625,0.5,0.15372517456988796,0.06967262094822345,0.027371532424245924,0.15372517456988796,0.051262465162740835,0.0526749253468733,0.15372517456988796,0.0789908001897156,0.05256048078266229,0.15372517456988796,0.11007445180193173,0.05194232494271249,0.15372517456988796,0.07870784191073736,0.004859231142355595,0.15372517456988796,0.08400402408271779,0.00045581489276978076,0.15372517456988796,0.0646386858303866,0.027163054798435594,0.5,0.15372517456988796,0.051799273856908294,0.04824814987399704,0.0,0.033125769963335085,0.0010111941843429983 -3404,0.5,0.15372517456988796,0.0,0.051122868639070056,0.15372517456988796,0.011320556816478627,0.02958676598606073,0.15372517456988796,0.0,0.00917304003394527,0.15372517456988796,0.0,0.035513035929648364,0.15372517456988796,0.02050134632648151,0.03938505050438229,0.15372517456988796,0.02751247478230211,0.0245552943260466,0.15372517456988796,0.01675987379107912,0.0004975042124010014,0.15372517456988796,0.010400968109873596,0.025440275558098892,0.5,0.15372517456988796,0.0024510904237169976,0.08167019746991779,0.15372517456988796,0.0,0.02398683067761223,0.5,0.15372517456988796,9.048990170111813e-05,0.023974131257828844,0.15372517456988796,5.4929108713141024e-05,0.03346653483829777,0.15372517456988796,0.01638367210298529,0.034411569524062366,0.15372517456988796,0.02148681517072242,0.0507192735162076,0.15372517456988796,0.004056515345808165,0.007317156755270716,0.15372517456988796,0.0,0.003621803772461622,0.15372517456988796,0.0,0.02760897982542853,0.5,0.15372517456988796,0.0,0.026911082166711196,0.0,0.013848582286418564,0.0016377145148641433 -3405,0.5,0.15372517456988796,0.0,0.05254596625697401,0.15372517456988796,0.0,0.04426125324237173,0.15372517456988796,0.0,0.014177128648137508,0.15372517456988796,0.0,0.04672136351478631,0.15372517456988796,0.0,0.02886450861560918,0.15372517456988796,0.0,0.012006305465387637,0.15372517456988796,0.0,0.002673879550797446,0.15372517456988796,0.0,0.02902135562811353,0.5,0.15372517456988796,0.0,0.07583881704459335,0.15372517456988796,0.0,0.007118944571982325,0.5,0.15372517456988796,0.0,0.012247996651391046,0.15372517456988796,0.0,0.035517282596265194,0.15372517456988796,0.0,0.039545198117322454,0.15372517456988796,0.0,0.058326836140246724,0.15372517456988796,0.0,0.010370595059444952,0.15372517456988796,0.0,0.007646100014314201,0.15372517456988796,0.0,0.019904945104803045,0.5,0.15372517456988796,0.0,0.01530647182695085,0.0,0.00497294302661759,0.011975869250291126 -3406,0.5,0.15372517456988796,0.0,0.05051754826133155,0.15372517456988796,0.0,0.04147828987653041,0.15372517456988796,0.0,0.014584989752643893,0.15372517456988796,0.0,0.05800577139736686,0.15372517456988796,0.0,0.0235609915680605,0.15372517456988796,0.0,0.012679363588500709,0.15372517456988796,0.0,0.0038663818933512123,0.15372517456988796,0.0,0.043766111171510365,0.5,0.15372517456988796,0.0,0.08817483016918538,0.15372517456988796,0.0,0.00847104163653171,0.5,0.15372517456988796,0.0,0.055609247093884914,0.15372517456988796,0.0,0.06231073864121008,0.15372517456988796,0.0,0.04008386151716116,0.15372517456988796,0.0,0.06346006585594217,0.15372517456988796,0.0,0.014731387340298205,0.15372517456988796,0.0,0.020750885308147168,0.15372517456988796,0.0,0.009147547611092956,0.5,0.15372517456988796,0.0,0.0056010026737444325,0.0,0.003727948265352481,0.04878056345090217 -3407,0.5,0.15372517456988796,0.0,0.05356142884775331,0.15372517456988796,0.0,0.05339179175594888,0.15372517456988796,0.0,0.014326150840518507,0.15372517456988796,0.0,0.07089954546827915,0.15372517456988796,0.0,0.01952421301472277,0.15372517456988796,0.0,0.03949686709001629,0.15372517456988796,0.0,0.008040931008083075,0.15372517456988796,0.0,0.057434877222155054,0.5,0.15372517456988796,0.0,0.034953832108743865,0.15372517456988796,0.0,0.032654721063928395,0.5,0.15372517456988796,0.0,0.3607370544529217,0.15372517456988796,0.0,0.0785079175358294,0.15372517456988796,0.0,0.0486702533790426,0.15372517456988796,0.0,0.05769092473991573,0.15372517456988796,0.0,0.01635373973805393,0.15372517456988796,0.0,0.060914673690624026,0.15372517456988796,0.0,0.04969487023758936,0.5,0.15372517456988796,0.0,0.0032764920906865874,0.0,0.009411379510951926,0.04477603997909131 -3408,0.5,0.15372517456988796,0.0,0.057790872557208606,0.15372517456988796,0.0,0.03722721992047477,0.15372517456988796,0.0,0.011726545618100513,0.15372517456988796,0.0,0.0804634204342788,0.15372517456988796,0.0,0.051663340343222015,0.15372517456988796,0.0,0.07922615466944602,0.15372517456988796,0.0,0.06425801693886611,0.15372517456988796,0.0,0.053374764215988815,0.5,0.15372517456988796,0.0,0.011941594308095146,0.15372517456988796,0.0,0.03343395849406397,0.5,0.15372517456988796,0.0,0.8239069688886913,0.15372517456988796,0.0,0.26457090088435603,0.15372517456988796,0.0,0.04775376612087359,0.15372517456988796,0.0,0.04909791375210419,0.15372517456988796,0.0,0.013922664034837197,0.15372517456988796,0.0,0.20388175786999274,0.15372517456988796,0.0,0.1832574639319186,0.5,0.15372517456988796,0.0,0.00616506132190579,0.0,0.023424600814945858,0.07425657198272043 -3409,0.5,0.15372517456988796,0.0,0.06053783816862029,0.15372517456988796,0.0,0.0446854579385458,0.15372517456988796,0.0,0.005070332747790472,0.15372517456988796,0.0,0.07841670491257853,0.15372517456988796,0.0,0.13764038586096988,0.15372517456988796,0.0,0.05793184797809536,0.15372517456988796,0.0,0.15605562921483718,0.15372517456988796,0.0,0.03747180515215551,0.5,0.15372517456988796,0.0,0.013718212913103897,0.15372517456988796,0.0,0.052766547326251065,0.5,0.15372517456988796,0.0,0.8182381329942457,0.15372517456988796,0.0,0.3935148785198,0.15372517456988796,0.0,0.05216007807401192,0.15372517456988796,0.0,0.03695743831075229,0.15372517456988796,0.0,0.01650544762092082,0.15372517456988796,0.0,0.3229644222039267,0.15372517456988796,0.0,0.4117503650382844,0.5,0.15372517456988796,0.0,0.00975208802736121,0.0,0.03961578097111124,0.11850153702567753 -3410,0.5,0.15372517456988796,0.0,0.06497005295488267,0.15372517456988796,0.0,0.03319837117625477,0.15372517456988796,0.0,0.024189574430486412,0.15372517456988796,0.0,0.07361719892313344,0.15372517456988796,0.0,0.1816744116701483,0.15372517456988796,0.0,0.06487829475303114,0.15372517456988796,0.0,0.3943839358084282,0.15372517456988796,0.0,0.026589280644502396,0.5,0.15372517456988796,0.0,0.027851495459768266,0.15372517456988796,0.0,0.09270557333816223,0.5,0.15372517456988796,0.0,0.4714438588298616,0.15372517456988796,0.0,0.3292783982202353,0.15372517456988796,0.0,0.04875440537037719,0.15372517456988796,0.0,0.05311452034807012,0.15372517456988796,0.0,0.03819727725540154,0.15372517456988796,0.0,0.4189743250160486,0.15372517456988796,0.0,0.44973558194488367,0.5,0.15372517456988796,0.0,0.04563321053685762,0.0,0.048639334024715576,0.18376929998716374 -3411,0.5,0.15372517456988796,0.0,0.07568360601543964,0.15372517456988796,0.0,0.0297806376484178,0.15372517456988796,0.0,0.07537973732250922,0.15372517456988796,0.0,0.08844703675560454,0.15372517456988796,0.0,0.20999303448519385,0.15372517456988796,0.0,0.115972569826526,0.15372517456988796,0.0,0.35282341168506876,0.15372517456988796,0.0,0.03111973161134773,0.5,0.15372517456988796,0.0,0.04341477430038035,0.15372517456988796,0.0,0.1489700324730796,0.5,0.15372517456988796,0.0,0.13858549312983706,0.15372517456988796,0.0,0.1351712629339096,0.15372517456988796,0.0,0.039153070002053765,0.15372517456988796,0.0,0.10508311460501804,0.15372517456988796,0.0,0.15944529854328512,0.15372517456988796,0.0,0.3597558155151613,0.15372517456988796,0.0,0.36378478117717244,0.5,0.15372517456988796,0.0,0.12051072794562377,0.0,0.06353933119223289,0.2649681803593706 -3412,0.5,0.15372517456988796,0.0,0.0875344848626538,0.15372517456988796,0.0,0.005938410778225222,0.15372517456988796,0.0,0.19776032088697432,0.15372517456988796,0.0,0.1070720218091036,0.15372517456988796,0.0,0.10928259571839127,0.15372517456988796,0.0,0.10121876703568519,0.15372517456988796,0.0,0.06625508916420819,0.15372517456988796,0.0,0.024837155261908037,0.5,0.15372517456988796,0.0,0.04042102058867672,0.15372517456988796,0.0,0.09561812986943224,0.5,0.15372517456988796,0.0,0.040853612017957855,0.15372517456988796,0.0,0.059796501064361664,0.15372517456988796,0.0,0.0222861468340001,0.15372517456988796,0.0,0.14184293560014954,0.15372517456988796,0.0,0.29088769809751774,0.15372517456988796,0.0,0.1247547155715727,0.15372517456988796,0.0,0.22992569119721365,0.5,0.15372517456988796,0.0,0.279688239131337,0.0,0.07941829374523275,0.3221853369319806 -3413,0.5,0.15372517456988796,0.003386863534661433,0.08734932511890908,0.15372517456988796,0.00100106683896145,0.04345225162633234,0.15372517456988796,0.00045121430944606623,0.28781109726631493,0.15372517456988796,0.0029029686914715967,0.0976935680264304,0.15372517456988796,0.0,0.0695060657788222,0.15372517456988796,0.0,0.11977335907272874,0.15372517456988796,0.0,0.014917707416618686,0.15372517456988796,0.0,0.022743552144884525,0.5,0.15372517456988796,0.0,0.03168809873538771,0.15372517456988796,0.0,0.0668445655175639,0.5,0.15372517456988796,0.0,0.04247992994216987,0.15372517456988796,0.0,0.033344180005621865,0.15372517456988796,0.0011060514979526913,0.07807526263798556,0.15372517456988796,7.465381340361201e-05,0.13144855810274952,0.15372517456988796,0.0001061498296299896,0.35688104554575123,0.15372517456988796,0.0,0.025837320187297005,0.15372517456988796,1.4290944641099957e-06,0.14323762695490946,0.5,0.15372517456988796,1.570106149737478e-05,0.22256687392840205,0.0,0.1000741089776154,0.3084401989497193 -3414,0.5,0.15372517456988796,0.05390563288459395,0.10860870534527887,0.15372517456988796,0.040765772928634786,0.25117747592034123,0.15372517456988796,0.02982223765386635,0.4000611965027584,0.15372517456988796,0.05886827938119048,0.07268854679147084,0.15372517456988796,0.015540477603211277,0.05860957109368302,0.15372517456988796,0.00322834127365166,0.07991238104340465,0.15372517456988796,0.006358740240543668,0.0340001910428882,0.15372517456988796,0.010461202194814362,0.04729811345240094,0.5,0.15372517456988796,0.011038191569515219,0.03232872960561298,0.15372517456988796,0.0011068185915852444,0.048394991071060656,0.5,0.15372517456988796,0.002667640781292195,0.0498059823244798,0.15372517456988796,0.0009909085980216552,0.021383560579760125,0.15372517456988796,0.028911132874888737,0.2123911454249684,0.15372517456988796,0.012626327733239934,0.19298442527852314,0.15372517456988796,0.0027422834998044304,0.4490916465084255,0.15372517456988796,0.0034715399707564137,0.02022933126997315,0.15372517456988796,0.006576176489865106,0.09328530284813621,0.5,0.15372517456988796,0.013293916562177264,0.11024359370475836,0.0,0.13536149441265438,0.25623878494606966 -3415,0.5,0.15372517456988796,0.1366221954610693,0.2512216627298782,0.15372517456988796,0.028768335971765688,0.5108781486927705,0.15372517456988796,0.09069392386915212,0.5451496470706394,0.15372517456988796,0.14514621694244847,0.11374167545487593,0.15372517456988796,0.04860144028461263,0.06035683245674418,0.15372517456988796,0.026399935091890543,0.09277928759954854,0.15372517456988796,0.05743468631293806,0.05164698754316013,0.15372517456988796,0.07459478692785286,0.09209030397517004,0.5,0.15372517456988796,0.05904643982556974,0.05167254111577364,0.15372517456988796,0.004532255911172958,0.02226882931598228,0.5,0.15372517456988796,0.02248849002925697,0.06965401409344066,0.15372517456988796,0.007579852915861086,0.03127215642756161,0.15372517456988796,0.07238490203389791,0.3258619956260358,0.15372517456988796,0.04197209609159976,0.25210244264247533,0.15372517456988796,0.006588680004508834,0.42786421714642564,0.15372517456988796,0.02841282997864505,0.029006439505303336,0.15372517456988796,0.03934387309930082,0.07853417031930558,0.5,0.15372517456988796,0.022716919434753395,0.04857060833181489,0.0,0.1830506262755116,0.23339953061925758 -3416,0.5,0.15372517456988796,0.24242180088859938,0.39183085915912236,0.15372517456988796,0.0012089986433933388,0.5583941255495031,0.15372517456988796,0.18790528519042932,0.47639085979577905,0.15372517456988796,0.24779539052363958,0.2250394492329786,0.15372517456988796,0.12333550242646868,0.06663993396424742,0.15372517456988796,0.10920256600253617,0.14644239947062532,0.15372517456988796,0.14393599492301162,0.07573205070746031,0.15372517456988796,0.1648799103561693,0.10915964500780796,0.5,0.15372517456988796,0.13470496294181966,0.08147051298276309,0.15372517456988796,0.007295868689930651,0.021918930118165304,0.5,0.15372517456988796,0.0515109935882571,0.1165927668437881,0.15372517456988796,0.015047562823932591,0.047470066896139015,0.15372517456988796,0.07393759537598615,0.387134778170167,0.15372517456988796,0.06445780691383911,0.23067762997634064,0.15372517456988796,0.03442734015741651,0.3587611411518005,0.15372517456988796,0.11218804278579228,0.05185839197537658,0.15372517456988796,0.11941078830614069,0.09270211943734942,0.5,0.15372517456988796,0.04310897905378907,0.037367903935026474,0.0,0.20471067402109228,0.1924777937042661 -3417,0.5,0.15372517456988796,0.34909715908690375,0.4446582344315268,0.15372517456988796,0.003095820793831438,0.7208714285965712,0.15372517456988796,0.2812183023311566,0.39891046367883337,0.15372517456988796,0.32939821423929005,0.2471654651662587,0.15372517456988796,0.26187855397931803,0.1122204273146827,0.15372517456988796,0.27409685784378557,0.2510737085457902,0.15372517456988796,0.23374242132065226,0.14369495744030428,0.15372517456988796,0.2763880147647495,0.11463737305042876,0.5,0.15372517456988796,0.240199348594772,0.11895327419288523,0.15372517456988796,0.011553858633720923,0.02378587336533652,0.5,0.15372517456988796,0.11053457618618501,0.2155566891297159,0.15372517456988796,0.03844391056660493,0.060430654412090876,0.15372517456988796,0.061227967432194025,0.4356002426028275,0.15372517456988796,0.10631453462188009,0.17989877371903096,0.15372517456988796,0.12929175142090543,0.33018252339846904,0.15372517456988796,0.22369199204504653,0.08847141631769694,0.15372517456988796,0.22579734033068016,0.13192044339272627,0.5,0.15372517456988796,0.07761326325291834,0.04927457716520121,0.0,0.18766401015288875,0.09425745242544767 -3418,0.5,0.15372517456988796,0.44050347413689306,0.37279441171976796,0.15372517456988796,0.07840866440287086,0.5795609448744453,0.15372517456988796,0.36890313709957906,0.337784473999053,0.15372517456988796,0.379658117750095,0.20619035804921973,0.15372517456988796,0.35335375462861884,0.14729880558763697,0.15372517456988796,0.42562719221675455,0.23314433854755756,0.15372517456988796,0.32609101400632745,0.1753125191124245,0.15372517456988796,0.4061211383809632,0.11495872748806135,0.5,0.15372517456988796,0.3650162826759607,0.14815354795826927,0.15372517456988796,0.033917872363028456,0.039686376586076995,0.5,0.15372517456988796,0.16755889059494797,0.21595362790333034,0.15372517456988796,0.07079880261853977,0.11577541174799034,0.15372517456988796,0.07872700800890854,0.5004864373107013,0.15372517456988796,0.3033459919844197,0.17494352740599628,0.15372517456988796,0.3002369275176787,0.33333199851655215,0.15372517456988796,0.32896669133675693,0.14164972275827614,0.15372517456988796,0.2881389714039749,0.16121406424067575,0.5,0.15372517456988796,0.11911802839531802,0.08941156232494102,0.0,0.17512021374568712,0.06132192818498266 -3419,0.5,0.15372517456988796,0.5172312712742624,0.32006862754616494,0.15372517456988796,0.33605275998155504,0.5948000873183011,0.15372517456988796,0.45636419701348724,0.29241521841047924,0.15372517456988796,0.4178351597567065,0.15835687571500245,0.15372517456988796,0.3893852375344832,0.17164629818136468,0.15372517456988796,0.5620003247858832,0.22282078765920135,0.15372517456988796,0.3518419444426032,0.17885917603126056,0.15372517456988796,0.5352522197021842,0.11842457862587917,0.5,0.15372517456988796,0.458326565307526,0.16875428013337532,0.15372517456988796,0.052442846974037394,0.1534623271007026,0.5,0.15372517456988796,0.16594044262209026,0.2442227356883806,0.15372517456988796,0.1341697841666628,0.11843095507299553,0.15372517456988796,0.12210552633696575,0.46742614757871537,0.15372517456988796,0.466921827301461,0.1798994298992213,0.15372517456988796,0.41826728995078855,0.3259348475918798,0.15372517456988796,0.3892484601847718,0.15714675086239194,0.15372517456988796,0.2759778612262649,0.24206206746239134,0.5,0.15372517456988796,0.1595595107566668,0.16014144778180828,0.0,0.12990403560474117,0.04567871292938345 -3420,0.5,0.15372517456988796,0.5664695151614892,0.29996596983979135,0.15372517456988796,0.3560901732119309,0.6147709762832467,0.15372517456988796,0.4717244390518419,0.25059034055989404,0.15372517456988796,0.44491181657506607,0.13282095238368646,0.15372517456988796,0.4348201485975057,0.2075367313291363,0.15372517456988796,0.6452693813785768,0.19816916786089994,0.15372517456988796,0.3750884073173849,0.16477890992509717,0.15372517456988796,0.5772514535037726,0.12951272358939897,0.5,0.15372517456988796,0.49279946224873084,0.19485913925454806,0.15372517456988796,0.048690666644830856,0.24233368548959855,0.5,0.15372517456988796,0.19662338921167843,0.1719605059466816,0.15372517456988796,0.2258583708708824,0.05759513993084988,0.15372517456988796,0.29104916452129576,0.4846109678650104,0.15372517456988796,0.5074604845548136,0.1627654915948447,0.15372517456988796,0.45582325721587436,0.30154536359436795,0.15372517456988796,0.31983065454018333,0.10404065223268943,0.15372517456988796,0.1889953516372289,0.28210923033120744,0.5,0.15372517456988796,0.19194950900689262,0.3232901646146858,0.0,0.0846922886885494,0.027028043426742403 -3421,0.5,0.15372517456988796,0.5619657713163343,0.2887692766074305,0.15372517456988796,0.28873101470132734,0.5516776205964329,0.15372517456988796,0.40782443406803626,0.22602743751067245,0.15372517456988796,0.4495914762847603,0.13034489776264135,0.15372517456988796,0.5026962519539993,0.19618722415467024,0.15372517456988796,0.6601405868113287,0.19020071398763472,0.15372517456988796,0.5156742192744932,0.12518848578267508,0.15372517456988796,0.5993935211412715,0.14022912742211552,0.5,0.15372517456988796,0.5438477429893666,0.20672474744927757,0.15372517456988796,0.04985870731899751,0.11302286801574862,0.5,0.15372517456988796,0.25163889387167165,0.08780837267970798,0.15372517456988796,0.26535658607473867,0.025368963587694537,0.15372517456988796,0.504958783297008,0.47952771842733555,0.15372517456988796,0.45369114552502615,0.13713546385158945,0.15372517456988796,0.45255197019352433,0.24806009089069248,0.15372517456988796,0.22302209665654887,0.0697266227594256,0.15372517456988796,0.1367032620800799,0.2525192017110872,0.5,0.15372517456988796,0.20401838171619685,0.4043416712152399,0.0,0.046121775541803266,0.020022792763629844 -3422,0.5,0.15372517456988796,0.5020232019064546,0.3088366684214016,0.15372517456988796,0.27875639915435535,0.4037147942194293,0.15372517456988796,0.30834002137403255,0.2253293013844873,0.15372517456988796,0.40710997479539307,0.15890051368764074,0.15372517456988796,0.575652790737357,0.14467353886748838,0.15372517456988796,0.6526040325600763,0.2030246851806734,0.15372517456988796,0.5163996118665063,0.05893612895141489,0.15372517456988796,0.6019986440445753,0.1412297773255616,0.5,0.15372517456988796,0.5597682971713033,0.19497950834280053,0.15372517456988796,0.06989887652975058,0.026409201512039446,0.5,0.15372517456988796,0.276511679749081,0.07790656389232258,0.15372517456988796,0.2845891320175678,0.019893793663257865,0.15372517456988796,0.539422551317395,0.4070659951458135,0.15372517456988796,0.39892297011577116,0.09088001074449818,0.15372517456988796,0.37863779142666953,0.14369916197625654,0.15372517456988796,0.1943663501784354,0.026936846488849024,0.15372517456988796,0.1286637470535688,0.21571283677835815,0.5,0.15372517456988796,0.1706055740632172,0.3452674615091457,0.0,0.09415420153048157,0.009213684429461558 -3423,0.5,0.15372517456988796,0.39960594928550774,0.3717907651109615,0.15372517456988796,0.32202173548591506,0.2123263644763347,0.15372517456988796,0.17587598539927984,0.22366992233477925,0.15372517456988796,0.3209904754926075,0.22070563264444035,0.15372517456988796,0.42733573096932076,0.09759468889526622,0.15372517456988796,0.5987241990772324,0.17979980623721442,0.15372517456988796,0.4088032412787469,0.02851061946340908,0.15372517456988796,0.5171789405892705,0.11606628247225911,0.5,0.15372517456988796,0.4521200069798198,0.139180144066853,0.15372517456988796,0.12355745766452028,0.020072977665572533,0.5,0.15372517456988796,0.2661486442848012,0.07758139645436507,0.15372517456988796,0.2792226884379523,0.013999663065352401,0.15372517456988796,0.4518152963355233,0.2856229032710253,0.15372517456988796,0.3890932734285458,0.05090292631227808,0.15372517456988796,0.22105630929472114,0.0721075794656854,0.15372517456988796,0.15982930081936636,0.015343221592733434,0.15372517456988796,0.10978792258748188,0.1855218280654356,0.5,0.15372517456988796,0.13893394738460504,0.27919498831479694,0.0,0.30713237581306996,0.006991190526739774 -3424,0.5,0.15372517456988796,0.288169361755982,0.4247669438118399,0.15372517456988796,0.32012475880335933,0.09541035986672904,0.15372517456988796,0.08274421552057157,0.21582272283763798,0.15372517456988796,0.20299675285405083,0.2536902001579177,0.15372517456988796,0.36984716684971475,0.06290065727985182,0.15372517456988796,0.495791562068108,0.07383984128058294,0.15372517456988796,0.3538262981274797,0.01190908977621209,0.15372517456988796,0.4550692138833203,0.07730034375907423,0.5,0.15372517456988796,0.4194675173915721,0.08919249605940971,0.15372517456988796,0.15787090843111118,0.027214049470495147,0.5,0.15372517456988796,0.30364517363444743,0.06067601854262514,0.15372517456988796,0.29552452804570617,0.0044989254701227974,0.15372517456988796,0.3985070348354308,0.18815189383433378,0.15372517456988796,0.2423050585637846,0.022437966169398665,0.15372517456988796,0.11269196155958092,0.04897115349889963,0.15372517456988796,0.14179415832883158,0.00930538731843336,0.15372517456988796,0.11082898627289249,0.15926195568399443,0.5,0.15372517456988796,0.10739161253015742,0.23785980157527295,0.0,0.3931835022295494,0.015971814024053718 -3425,0.5,0.15372517456988796,0.17467391236200544,0.44258555806245736,0.15372517456988796,0.1175180686430895,0.0460445344802416,0.15372517456988796,0.07081528770161809,0.23301230082512206,0.15372517456988796,0.11669173026661352,0.27459596519115903,0.15372517456988796,0.31316937188693084,0.034695897187370116,0.15372517456988796,0.37207853792758744,0.017323028807000762,0.15372517456988796,0.25336517646252316,0.006122070942107583,0.15372517456988796,0.3333838368094926,0.04721230576090234,0.5,0.15372517456988796,0.332157519425361,0.05685325031327958,0.15372517456988796,0.17532406461983388,0.030090751848170377,0.5,0.15372517456988796,0.28148959186442934,0.022403088738103327,0.15372517456988796,0.26925163282262654,0.00332681519201422,0.15372517456988796,0.30317592495259016,0.1020527057959875,0.15372517456988796,0.16812104688492885,0.01262998921848947,0.15372517456988796,0.10631116391034337,0.05377483147930135,0.15372517456988796,0.16479412099297522,0.009374554196420882,0.15372517456988796,0.108751478334556,0.08557750761781405,0.5,0.15372517456988796,0.06659498182000695,0.16706329848249418,0.0,0.3098144778599592,0.019943564602628614 -3426,0.5,0.15372517456988796,0.09902775774029604,0.48431559725816264,0.15372517456988796,0.08590654724410662,0.043871796370528314,0.15372517456988796,0.0665408810265958,0.20269974776942484,0.15372517456988796,0.06780747231295141,0.3074225185795072,0.15372517456988796,0.18815324908213338,0.006290481565409324,0.15372517456988796,0.24902302906715318,0.005668600184882773,0.15372517456988796,0.13573194864809382,0.0099843093427258,0.15372517456988796,0.21367327731184388,0.03011825762951869,0.5,0.15372517456988796,0.2365081586271347,0.056209125687935874,0.15372517456988796,0.16338791874652098,0.03298268968332034,0.5,0.15372517456988796,0.211325663537903,0.002951897890067689,0.15372517456988796,0.2095384772807382,0.008712122065390852,0.15372517456988796,0.1671585275174434,0.047265137599195525,0.15372517456988796,0.09774601888157824,0.021268706518561296,0.15372517456988796,0.10435592901431763,0.03846604994734357,0.15372517456988796,0.12626578620686338,0.009372660946652856,0.15372517456988796,0.0924102145075769,0.06738350353923021,0.5,0.15372517456988796,0.04108010792425248,0.10380375790934881,0.0,0.22468537795214158,0.019916536820954574 -3427,0.5,0.15372517456988796,0.04753683781841329,0.40381630515899375,0.15372517456988796,0.04320387583750142,0.01077042137768722,0.15372517456988796,0.038055062507007804,0.12089914675978981,0.15372517456988796,0.028771660410260174,0.2581540156186611,0.15372517456988796,0.09694174900794876,0.005033427928958752,0.15372517456988796,0.12637248806415327,0.001504516698048024,0.15372517456988796,0.07623216157318477,0.011946070036664995,0.15372517456988796,0.1107992868982087,0.02521374778250589,0.5,0.15372517456988796,0.10962879273068431,0.02004762883314217,0.15372517456988796,0.06767444846540495,0.011860655697072597,0.5,0.15372517456988796,0.08281499750552918,0.0018310437931201712,0.15372517456988796,0.07939137265229063,0.005460289590201099,0.15372517456988796,0.06670131187885855,0.025450984793711415,0.15372517456988796,0.056023081188196,0.03389417547563069,0.15372517456988796,0.06601868422127279,0.02571197823678526,0.15372517456988796,0.07293553930783216,0.006145073534829643,0.15372517456988796,0.04000147157223487,0.0492627346043442,0.5,0.15372517456988796,0.017522359075531187,0.05578521313740699,0.0,0.1796649891656372,0.011387186754885169 -3428,0.5,0.15372517456988796,0.0002373488979371267,0.27220254724543785,0.15372517456988796,0.01171333398378847,0.006539501796821021,0.15372517456988796,2.4882171321163602e-05,0.05845644343064706,0.15372517456988796,9.989437493052641e-05,0.2097125098303834,0.15372517456988796,0.021665932925386135,0.007172632787592181,0.15372517456988796,0.021421194135373904,0.0075304046144913945,0.15372517456988796,0.01735743498664409,0.02531649734130606,0.15372517456988796,0.015390209656028579,0.020946045215285397,0.5,0.15372517456988796,0.004140331459328837,0.0148761226914771,0.15372517456988796,0.0,0.0054740309878621475,0.5,0.15372517456988796,0.0,0.004186076527989292,0.15372517456988796,0.0,0.0062671449816882364,0.15372517456988796,0.019465580477570996,0.019196678826661432,0.15372517456988796,0.0246981268340507,0.020695752578427047,0.15372517456988796,0.007066116108103385,0.008334772973073612,0.15372517456988796,0.0,0.007012856328699792,0.15372517456988796,5.378687838209869e-06,0.03028970943891755,0.5,0.15372517456988796,3.0474670983831404e-05,0.016811405677878557,0.0,0.1616197709466732,0.003002556273576773 -3429,0.5,0.15372517456988796,0.0,0.17537318584315964,0.15372517456988796,0.0,0.009414433451162465,0.15372517456988796,0.0,0.02940552714578613,0.15372517456988796,0.0,0.1624952919175254,0.15372517456988796,0.0,0.019987549004700348,0.15372517456988796,0.0,0.009391796492822367,0.15372517456988796,0.0,0.03747291119349943,0.15372517456988796,0.0,0.016081497012706617,0.5,0.15372517456988796,0.0,0.010056021189635691,0.15372517456988796,0.0,0.002576349456684544,0.5,0.15372517456988796,0.0,0.0010973188343062392,0.15372517456988796,0.0,0.006439594067295138,0.15372517456988796,0.0,0.026219363040653518,0.15372517456988796,0.0,0.019521749228203124,0.15372517456988796,0.0,0.0075556497855374235,0.15372517456988796,0.0,0.007592192839461462,0.15372517456988796,0.0,0.011916900180267214,0.5,0.15372517456988796,0.0,0.0071428921232525415,0.0,0.1516209564169801,0.0006089328192307039 -3430,0.5,0.15372517456988796,0.0,0.1210392122625154,0.15372517456988796,0.0,0.008148450885379,0.15372517456988796,0.0,0.015670363242395596,0.15372517456988796,0.0,0.10248151583914827,0.15372517456988796,0.0,0.018863979037603885,0.15372517456988796,0.0,0.007643852104004794,0.15372517456988796,0.0,0.04067990173026849,0.15372517456988796,0.0,0.010289537146494549,0.5,0.15372517456988796,0.0,0.006592917979726804,0.15372517456988796,0.0,0.0027403921045565135,0.5,0.15372517456988796,0.0,0.0007447860916183759,0.15372517456988796,0.0,0.005853900618645907,0.15372517456988796,0.0,0.027427171849470352,0.15372517456988796,0.0,0.01563893703808103,0.15372517456988796,0.0,0.006812060976369007,0.15372517456988796,0.0,0.006203682762209831,0.15372517456988796,0.0,0.008701767032282967,0.5,0.15372517456988796,0.0,0.008679067401621453,0.0,0.13347780606657536,0.00043113624436758166 -3431,0.5,0.15372517456988796,0.0,0.09508397203398715,0.15372517456988796,0.0,0.007553995982911195,0.15372517456988796,0.0,0.014280331350503866,0.15372517456988796,0.0,0.08212456645517728,0.15372517456988796,0.0,0.018127705758642983,0.15372517456988796,0.0,0.007299082220740723,0.15372517456988796,0.0,0.04406668918243136,0.15372517456988796,0.0,0.0074611926391379806,0.5,0.15372517456988796,0.0,0.004246379389466064,0.15372517456988796,0.0,0.0028305439727849637,0.5,0.15372517456988796,0.0,0.0005852365993394808,0.15372517456988796,0.0,0.004607655692346896,0.15372517456988796,0.0,0.022097907709846317,0.15372517456988796,0.0,0.012430950970142029,0.15372517456988796,0.0,0.0068709720708713656,0.15372517456988796,0.0,0.005855893911564278,0.15372517456988796,0.0,0.0070029966027459,0.5,0.15372517456988796,0.0,0.010684482712418314,0.0,0.11784067868707487,0.000426395185724542 -3432,0.5,0.15372517456988796,0.0,0.09739109279234359,0.15372517456988796,0.0,0.005610546878132706,0.15372517456988796,0.0,0.015207761933612469,0.15372517456988796,0.0,0.07648810461128171,0.15372517456988796,0.0,0.016159093163259707,0.15372517456988796,0.0,0.007032046375506289,0.15372517456988796,0.0,0.044377859922084414,0.15372517456988796,0.0,0.009280065025198398,0.5,0.15372517456988796,0.0,0.0028793924316386655,0.15372517456988796,0.0,0.0016152618240571448,0.5,0.15372517456988796,0.0,0.0009032570334452996,0.15372517456988796,0.0,0.001602039791608665,0.15372517456988796,0.0,0.01619545257026139,0.15372517456988796,0.0,0.013752176584694815,0.15372517456988796,0.0,0.006756269111280064,0.15372517456988796,0.0,0.005003019209673768,0.15372517456988796,0.0,0.004086499679630023,0.5,0.15372517456988796,0.0,0.01192379785964106,0.0,0.10936820477175918,0.00048287458612070454 -3433,0.5,0.15372517456988796,0.0,0.11695890556944297,0.15372517456988796,0.0,0.0063710074505953,0.15372517456988796,0.0,0.015708296439132758,0.15372517456988796,0.0,0.0757021728808826,0.15372517456988796,0.0,0.013949135996789059,0.15372517456988796,0.0,0.007491909682024029,0.15372517456988796,0.0,0.037534817196541434,0.15372517456988796,0.0,0.01329003557486456,0.5,0.15372517456988796,0.0,0.00253244288507399,0.15372517456988796,0.0,0.001006825247878897,0.5,0.15372517456988796,0.0,0.0011648630918036382,0.15372517456988796,0.0,0.0010681480272548645,0.15372517456988796,0.0,0.012770242662679978,0.15372517456988796,0.0,0.017162325225498612,0.15372517456988796,0.0,0.005473464380080063,0.15372517456988796,0.0,0.004414120853285753,0.15372517456988796,0.0,0.0051064919956069045,0.5,0.15372517456988796,0.0,0.012013216149558519,0.0,0.14800596682843015,0.00054988225212039 -3434,0.5,0.15372517456988796,0.0,0.13132609981585977,0.15372517456988796,0.0,0.0054695608889637395,0.15372517456988796,0.0,0.015860801751890176,0.15372517456988796,0.0,0.07273680209893822,0.15372517456988796,0.0,0.013340800067710917,0.15372517456988796,0.0,0.010757062416405972,0.15372517456988796,0.0,0.029738895075760715,0.15372517456988796,0.0,0.013493942998054346,0.5,0.15372517456988796,0.0,0.002968475918654129,0.15372517456988796,0.0,0.0015651137413659215,0.5,0.15372517456988796,0.0,0.0016874472424175113,0.15372517456988796,0.0,0.0013048548893320753,0.15372517456988796,0.0,0.011553241374492625,0.15372517456988796,0.0,0.018854000464243147,0.15372517456988796,0.0,0.0037872676138048724,0.15372517456988796,0.0,0.003377017371237325,0.15372517456988796,0.0,0.005898754909282753,0.5,0.15372517456988796,0.0,0.011492342554010307,0.0,0.16482947611638268,0.000797385943086065 -3435,0.5,0.15372517456988796,0.0,0.13880776256102154,0.15372517456988796,0.0,0.0065120908696190425,0.15372517456988796,0.0,0.015820811111684773,0.15372517456988796,0.0,0.07454728029373131,0.15372517456988796,0.0,0.01005916023868752,0.15372517456988796,0.0,0.015491266408643466,0.15372517456988796,0.0,0.024375974299487988,0.15372517456988796,0.0,0.012938674374625064,0.5,0.15372517456988796,0.0,0.0038624491167516058,0.15372517456988796,0.0,0.0011544584318507645,0.5,0.15372517456988796,0.0,0.0007497040804160874,0.15372517456988796,0.0,0.0028207101378330155,0.15372517456988796,0.0,0.009262610022910931,0.15372517456988796,0.0,0.01794345459614164,0.15372517456988796,0.0,0.0036488941724411943,0.15372517456988796,0.0,0.002898565665048572,0.15372517456988796,0.0,0.005233368372064959,0.5,0.15372517456988796,0.0,0.008052479716423177,0.0,0.18118719487556986,0.0007499507165444541 -3436,0.5,0.15372517456988796,0.0,0.1378109327911417,0.15372517456988796,0.0,0.005253262653694265,0.15372517456988796,0.0,0.016892331700470636,0.15372517456988796,0.0,0.08227084932320627,0.15372517456988796,0.0,0.008556004290508002,0.15372517456988796,0.0,0.01909605055850512,0.15372517456988796,0.0,0.022208135111863897,0.15372517456988796,0.0,0.013026611336075947,0.5,0.15372517456988796,0.0,0.0032719109146666834,0.15372517456988796,0.0,0.0004498824966690732,0.5,0.15372517456988796,0.0,0.00022701757101409927,0.15372517456988796,0.0,0.0015362440802358576,0.15372517456988796,0.0,0.00836067580039704,0.15372517456988796,0.0,0.017856864195705258,0.15372517456988796,0.0,0.0031934507838846733,0.15372517456988796,0.0,0.002573037020425888,0.15372517456988796,0.0,0.003749877932092598,0.5,0.15372517456988796,0.0,0.0063572178990981216,0.0,0.19341965022876087,0.0007379898586371146 -3437,0.5,0.15372517456988796,0.0018156805573588094,0.1305478405870559,0.15372517456988796,0.002045474018164902,0.003247956646645329,0.15372517456988796,0.0008589831146560448,0.017185345274379628,0.15372517456988796,0.0008565476322336944,0.09143760340012634,0.15372517456988796,0.0,0.00842599586983948,0.15372517456988796,0.0,0.019193558162646306,0.15372517456988796,0.0,0.01614544173534076,0.15372517456988796,0.0,0.010575100454568092,0.5,0.15372517456988796,0.0,0.002476038115384434,0.15372517456988796,0.0,0.0006430930283743571,0.5,0.15372517456988796,0.0,0.0002385320187489172,0.15372517456988796,0.0,0.0014854677773497816,0.15372517456988796,0.00227582203732482,0.007098679635887776,0.15372517456988796,0.00030881064628681933,0.01833276195006174,0.15372517456988796,0.0005164916381595456,0.00280072836982011,0.15372517456988796,0.0,0.0017828576338094274,0.15372517456988796,1.0562837653110403e-05,0.003469941598941519,0.5,0.15372517456988796,2.312170840501345e-06,0.008257106345005472,0.0,0.1694701059049482,0.0009297031539067678 -3438,0.5,0.15372517456988796,0.03233497539075204,0.13557734062558793,0.15372517456988796,0.05455346778037412,0.002656806384810782,0.15372517456988796,0.05219711816937187,0.013620747280989758,0.15372517456988796,0.024920701794312553,0.10564059911601938,0.15372517456988796,0.04177614429426159,0.005448497163441405,0.15372517456988796,0.034251765221590375,0.015831972442102302,0.15372517456988796,0.04061888575058079,0.00892048943311909,0.15372517456988796,0.029706618233318525,0.007535952460990519,0.5,0.15372517456988796,0.02488551127693385,0.0023123337659815123,0.15372517456988796,0.00656431449502505,0.0015378175097789917,0.5,0.15372517456988796,0.030366568579513427,0.00034262970512668545,0.15372517456988796,0.00733575871162831,0.0010842416080089651,0.15372517456988796,0.05478480744105293,0.006893115616604132,0.15372517456988796,0.046029133463035256,0.014590109917414959,0.15372517456988796,0.04930173115523189,0.0023520397665863367,0.15372517456988796,0.043484562138356525,0.0010233816042786203,0.15372517456988796,0.035777756778913934,0.003748490530015877,0.5,0.15372517456988796,0.008007990013518498,0.010669657659391743,0.0,0.15334484542152885,0.0030685211152713466 -3439,0.5,0.15372517456988796,0.07915778146294541,0.15692746985367692,0.15372517456988796,0.13458259377593113,0.003438977118176689,0.15372517456988796,0.13670954292561965,0.023663995472797468,0.15372517456988796,0.0695743661060681,0.14288269560969732,0.15372517456988796,0.11685515532347746,0.0045787128308292105,0.15372517456988796,0.10740615022614164,0.02505476398472828,0.15372517456988796,0.117378947138319,0.006433945392986587,0.15372517456988796,0.09679847193837537,0.015335906271685323,0.5,0.15372517456988796,0.09125224281430812,0.010076583384306437,0.15372517456988796,0.01767902503543776,0.003317465475022791,0.5,0.15372517456988796,0.08139725793235149,0.0010039621955063233,0.15372517456988796,0.02595863251894955,0.0018237392289840882,0.15372517456988796,0.13367247184540013,0.009153176456245807,0.15372517456988796,0.12140299971565757,0.010315883822035158,0.15372517456988796,0.129277621101199,0.002859962169543151,0.15372517456988796,0.12396260500565098,0.0005796194016607322,0.15372517456988796,0.11538604833531521,0.00854070355596354,0.5,0.15372517456988796,0.03013569483732352,0.013633585413709907,0.0,0.13919854485920985,0.006371865673911118 -3440,0.5,0.15372517456988796,0.1495279957408871,0.19613758515567564,0.15372517456988796,0.255039018387784,0.011745793132202951,0.15372517456988796,0.25521469727294654,0.0523466843489988,0.15372517456988796,0.13399437320349722,0.1961302892741132,0.15372517456988796,0.23424724851586465,0.014117176810858115,0.15372517456988796,0.20377128750327334,0.0710720312583947,0.15372517456988796,0.23368231652799518,0.015822884448392395,0.15372517456988796,0.16908729932982358,0.0257527829526099,0.5,0.15372517456988796,0.15369912947532544,0.04060701996384497,0.15372517456988796,0.03289157121173109,0.009554225776819185,0.5,0.15372517456988796,0.10100293163867204,0.002362759351900329,0.15372517456988796,0.05894091568665166,0.003989388744923927,0.15372517456988796,0.25429572073771667,0.01885464578513705,0.15372517456988796,0.2394576646553655,0.012559970835723643,0.15372517456988796,0.24969220056524083,0.0065898263591944745,0.15372517456988796,0.2447562238210127,0.0007498593130895616,0.15372517456988796,0.23429493622784556,0.019898620114974182,0.5,0.15372517456988796,0.06010167060800188,0.019301756672609437,0.0,0.11916022092551584,0.005055807522040997 -3441,0.5,0.15372517456988796,0.21556166283197054,0.21780570549768904,0.15372517456988796,0.38189748800709844,0.021492932682908184,0.15372517456988796,0.3835720211783597,0.07795664018696527,0.15372517456988796,0.22068002521123462,0.1769374331435531,0.15372517456988796,0.3586492861260536,0.025636594691032567,0.15372517456988796,0.29140375992614176,0.1029238402276029,0.15372517456988796,0.35209251497930244,0.034029573464569446,0.15372517456988796,0.24938816947215842,0.05539804590915763,0.5,0.15372517456988796,0.163129528196071,0.062476938774477464,0.15372517456988796,0.06290147980552802,0.02302336771062426,0.5,0.15372517456988796,0.1253942765858937,0.01811218086294845,0.15372517456988796,0.12431044545397069,0.010752714308773753,0.15372517456988796,0.3820265301703771,0.029844635916180542,0.15372517456988796,0.36571192080518566,0.009480221889993382,0.15372517456988796,0.379233356670479,0.011430290472076596,0.15372517456988796,0.3748262639591693,0.0026311923954230767,0.15372517456988796,0.36290986372096906,0.027514552173292718,0.5,0.15372517456988796,0.09679208036022302,0.025807982135139736,0.0,0.11913028192501972,0.0028773459345587528 -3442,0.5,0.15372517456988796,0.29476450057020886,0.225031099676526,0.15372517456988796,0.5151686606623294,0.03447527977051758,0.15372517456988796,0.4980177586328246,0.041931178226732556,0.15372517456988796,0.24987865679660437,0.12020750147195555,0.15372517456988796,0.4892371711859318,0.03172543556066586,0.15372517456988796,0.3549445147240088,0.11449534664038441,0.15372517456988796,0.4791676122663462,0.055971304731982925,0.15372517456988796,0.2804313208331429,0.05438409558945485,0.5,0.15372517456988796,0.1234735119987905,0.05863092343399998,0.15372517456988796,0.09872552231166787,0.029896329309494124,0.5,0.15372517456988796,0.11072964921218986,0.08430158378198595,0.15372517456988796,0.20341245107757883,0.021263942934135995,0.15372517456988796,0.5182825703857409,0.03836230279212804,0.15372517456988796,0.49951336316736916,0.005248132957683626,0.15372517456988796,0.5115224485719302,0.023050748304248202,0.15372517456988796,0.4898639824254043,0.014031532665773871,0.15372517456988796,0.460870924595245,0.0387614636596389,0.5,0.15372517456988796,0.11831911147344779,0.03299670784918081,0.0,0.11079677086098456,0.0023646466764422336 -3443,0.5,0.15372517456988796,0.363067068173138,0.18482714734312497,0.15372517456988796,0.6191331521902198,0.05778492967816739,0.15372517456988796,0.5655623028611925,0.024727085281289175,0.15372517456988796,0.2447681854651119,0.10822620121727927,0.15372517456988796,0.5955736962305076,0.03982056769950814,0.15372517456988796,0.37521302523873085,0.11938520071529156,0.15372517456988796,0.5572970477481423,0.04790246483827387,0.15372517456988796,0.17976291864223196,0.0415132076530888,0.5,0.15372517456988796,0.14140151164016554,0.05352262068370865,0.15372517456988796,0.18104001905721123,0.03245558114015007,0.5,0.15372517456988796,0.23051466302862764,0.13299984040462404,0.15372517456988796,0.3066081716354485,0.03651497708341262,0.15372517456988796,0.6279499483438327,0.048873409313442646,0.15372517456988796,0.5948612843909957,0.005815114461436192,0.15372517456988796,0.5479552278707369,0.022739677371569643,0.15372517456988796,0.4828469228143155,0.03731910615715312,0.15372517456988796,0.4437707824928423,0.05968784642864948,0.5,0.15372517456988796,0.1276528405110447,0.04387656724330966,0.0,0.08524355659115725,0.002274902164981607 -3444,0.5,0.15372517456988796,0.4343073684395905,0.19248450266910605,0.15372517456988796,0.6426624675574162,0.04053849296487117,0.15372517456988796,0.5760627826743016,0.018673334416870035,0.15372517456988796,0.31529972522670907,0.08170478819913346,0.15372517456988796,0.6470806629655281,0.030652228705478585,0.15372517456988796,0.16564553362927542,0.10663052792408986,0.15372517456988796,0.4892181923070914,0.034243541657906745,0.15372517456988796,0.16153856788595777,0.03185488616769856,0.5,0.15372517456988796,0.3225457466218981,0.06828160239709416,0.15372517456988796,0.3121342975616337,0.0363614219410994,0.5,0.15372517456988796,0.26961978226238337,0.11746399400843102,0.15372517456988796,0.38177096126328536,0.04807262988713044,0.15372517456988796,0.6853325769381855,0.053697114291732635,0.15372517456988796,0.568525356965391,0.00840288325907719,0.15372517456988796,0.565075825529576,0.01939227813585734,0.15372517456988796,0.4602518258846938,0.041274109120383325,0.15372517456988796,0.37572188386574484,0.06646631028410925,0.5,0.15372517456988796,0.1267978406887212,0.04615328893283857,0.0,0.0595002558220077,0.00037935156939591474 -3445,0.5,0.15372517456988796,0.4760920234092108,0.2184054537314757,0.15372517456988796,0.6447011004710963,0.05410235249122999,0.15372517456988796,0.5712651662171293,0.014822061886175728,0.15372517456988796,0.3527856685059597,0.05023365804328918,0.15372517456988796,0.4744129524018485,0.03175372515107552,0.15372517456988796,0.24811048176252037,0.09682403220144839,0.15372517456988796,0.2682559543478821,0.07253364170472609,0.15372517456988796,0.30483724607791207,0.022470214524174113,0.5,0.15372517456988796,0.4741579018943972,0.11073687493008062,0.15372517456988796,0.4429138245728452,0.027237309493779675,0.5,0.15372517456988796,0.3147447682871192,0.09400643857866088,0.15372517456988796,0.36178787739629353,0.04387165284878845,0.15372517456988796,0.7059084001273506,0.04969438938005935,0.15372517456988796,0.44931808290120145,0.018494581587423956,0.15372517456988796,0.49373564236549883,0.019811204730372275,0.15372517456988796,0.29900186632868286,0.0468143686734214,0.15372517456988796,0.33496797007461043,0.06790993627360255,0.5,0.15372517456988796,0.1676491882508363,0.05444993547350296,0.0,0.034265822612465226,0.00019984151336618786 -3446,0.5,0.15372517456988796,0.4883721278325096,0.22735119100288126,0.15372517456988796,0.6795061706575761,0.04762611924978602,0.15372517456988796,0.5393859921949306,0.009220332963137207,0.15372517456988796,0.3557902816840576,0.03448579687349489,0.15372517456988796,0.2348342253213132,0.07245626812678105,0.15372517456988796,0.22938279076936074,0.05747574199610361,0.15372517456988796,0.24187447911220306,0.12890157919457476,0.15372517456988796,0.4991714568231396,0.031652685582524744,0.5,0.15372517456988796,0.5395666669596179,0.16773932567391664,0.15372517456988796,0.5794449428642457,0.018070251937885244,0.5,0.15372517456988796,0.22676740909183646,0.09573923658431274,0.15372517456988796,0.35590350610105875,0.040818546774462415,0.15372517456988796,0.6893861187090136,0.07683741061095442,0.15372517456988796,0.3732490514804938,0.022723333147182573,0.15372517456988796,0.4417331648472555,0.012408959468715296,0.15372517456988796,0.29249964889541874,0.07595739430149437,0.15372517456988796,0.3061737637767896,0.06954952511924273,0.5,0.15372517456988796,0.2564945854464876,0.047373819762067323,0.0,0.024203282251200116,0.0007751771364320652 -3447,0.5,0.15372517456988796,0.45104197441571314,0.17606805046465052,0.15372517456988796,0.5887809006131302,0.03865753523794181,0.15372517456988796,0.478714441635367,0.009080720666898487,0.15372517456988796,0.3335150962698523,0.021167381789699027,0.15372517456988796,0.14232907294893168,0.09928844535358608,0.15372517456988796,0.3848534449376178,0.02257099073632009,0.15372517456988796,0.21229333728364264,0.11571031571194344,0.15372517456988796,0.49624398262248554,0.0524298250734872,0.5,0.15372517456988796,0.5027725667550986,0.17984253983819706,0.15372517456988796,0.5912895828295192,0.013202097860477352,0.5,0.15372517456988796,0.28624350759643924,0.11398460230570155,0.15372517456988796,0.3483524385717153,0.05515393387267345,0.15372517456988796,0.6222178701366261,0.09701858645407771,0.15372517456988796,0.3131974166928291,0.015431136724577051,0.15372517456988796,0.37515589031820906,0.010558570731311551,0.15372517456988796,0.2513501532253768,0.08425611602101565,0.15372517456988796,0.2853385254447707,0.07442233921585022,0.5,0.15372517456988796,0.2899822678442114,0.026506420721552754,0.0,0.01806471397523725,8.019521414823731e-05 -3448,0.5,0.15372517456988796,0.38499271269328866,0.13594730378375022,0.15372517456988796,0.47327192501794574,0.030546834983315282,0.15372517456988796,0.327712540085832,0.014686165977506254,0.15372517456988796,0.28303072314508737,0.013684741261173956,0.15372517456988796,0.10426366942619225,0.12356071216903529,0.15372517456988796,0.377573042443422,0.008824381809972233,0.15372517456988796,0.2043868588256075,0.09647521919699832,0.15372517456988796,0.2952391092781395,0.07437378418890644,0.5,0.15372517456988796,0.3148960969940999,0.15710536533073483,0.15372517456988796,0.45284355518135133,0.01392899597983722,0.5,0.15372517456988796,0.319925128417628,0.1362714721794225,0.15372517456988796,0.3120994375556183,0.08000609763464102,0.15372517456988796,0.5048220502908778,0.10102725907486736,0.15372517456988796,0.24692341361348843,0.023697173894185873,0.15372517456988796,0.2761893469771318,0.026699175668934302,0.15372517456988796,0.21633245131980589,0.0730136312286801,0.15372517456988796,0.2959824816411582,0.07997932788984773,0.5,0.15372517456988796,0.272614901530085,0.014199701653510328,0.0,0.018858524852955943,0.0002242258768424481 -3449,0.5,0.15372517456988796,0.28204078643032904,0.09113560808831127,0.15372517456988796,0.3572809471615793,0.020175353019263726,0.15372517456988796,0.21866466875696478,0.02815976677214312,0.15372517456988796,0.1854234313789777,0.010198184295284787,0.15372517456988796,0.14039336608201103,0.10220079175099894,0.15372517456988796,0.2709712002532696,0.006087680310873335,0.15372517456988796,0.19731601493548942,0.060413985000511004,0.15372517456988796,0.1446496965776668,0.0845642028932437,0.5,0.15372517456988796,0.194219174754678,0.12571697700245088,0.15372517456988796,0.3213348417437393,0.030429428463668147,0.5,0.15372517456988796,0.25296810258640773,0.11935852639162045,0.15372517456988796,0.2152217136062538,0.11379680927229134,0.15372517456988796,0.3746098563742055,0.12063788606672195,0.15372517456988796,0.2152170411724359,0.03445467637427976,0.15372517456988796,0.21541571768032663,0.05759199243378164,0.15372517456988796,0.22564681554481397,0.0629575408044838,0.15372517456988796,0.2276397025713332,0.07629402365012453,0.5,0.15372517456988796,0.22162839984574267,0.01037806324287427,0.0,0.008417352228415022,0.0005214287349832523 -3450,0.5,0.15372517456988796,0.179745846706034,0.04830709592268019,0.15372517456988796,0.23247115364018014,0.009678233710748966,0.15372517456988796,0.12283001047277509,0.03253294053549817,0.15372517456988796,0.11609757404910484,0.005755709473177385,0.15372517456988796,0.1434458323263913,0.0656820163488393,0.15372517456988796,0.14318371457003942,0.00665891976759279,0.15372517456988796,0.13736935614247645,0.02644957275226281,0.15372517456988796,0.10925273879041425,0.07633505202777677,0.5,0.15372517456988796,0.13861403805881897,0.09050672322954285,0.15372517456988796,0.17890531892412728,0.02745150619115038,0.5,0.15372517456988796,0.15595835076764683,0.10260448372448497,0.15372517456988796,0.13303165571539471,0.10639128222821873,0.15372517456988796,0.24854649960676506,0.11567444823656783,0.15372517456988796,0.09627268992507283,0.030243398808419544,0.15372517456988796,0.12267253369091426,0.08387238524281924,0.15372517456988796,0.16722741208224107,0.031908253585640554,0.15372517456988796,0.163319428402189,0.06654907025661223,0.5,0.15372517456988796,0.17193474204697032,0.0064189299014637815,0.0,0.007384706982614557,0.0006582168118486844 -3451,0.5,0.15372517456988796,0.07227483346381854,0.015054180026922432,0.15372517456988796,0.10090608491508726,0.015696408703592356,0.15372517456988796,0.045350985273911716,0.02872226657888811,0.15372517456988796,0.044194465556358885,0.002079359061767372,0.15372517456988796,0.0726594780811293,0.036636883251450376,0.15372517456988796,0.05465784471265164,0.0021538034760199827,0.15372517456988796,0.07362053801116433,0.010665156574249674,0.15372517456988796,0.06876695732641006,0.033843400308850594,0.5,0.15372517456988796,0.08244058441960109,0.036672545062687134,0.15372517456988796,0.06254267688726607,0.025192640079459892,0.5,0.15372517456988796,0.05721402870353445,0.07151180328669987,0.15372517456988796,0.045860160233806235,0.07427533647686467,0.15372517456988796,0.12370763159062095,0.0642729181485463,0.15372517456988796,0.04937485261354713,0.022850307229769558,0.15372517456988796,0.07312749671259021,0.055865327601588244,0.15372517456988796,0.08164224897398002,0.008864734490060484,0.15372517456988796,0.06158500645256558,0.037859155418375035,0.5,0.15372517456988796,0.050835564380959104,0.0026225079773749913,0.0,0.009673616574008323,0.0005981106713418514 -3452,0.5,0.15372517456988796,0.0006579786723922465,0.0114461500800648,0.15372517456988796,0.016867431366946753,0.022644495447148333,0.15372517456988796,8.306080712872251e-05,0.019020703635346865,0.15372517456988796,0.0,0.004099439316904581,0.15372517456988796,0.01934417924888434,0.026131971059537594,0.15372517456988796,0.0120743462867526,0.0011410918969003239,0.15372517456988796,0.00983415217143914,0.005557778564692532,0.15372517456988796,0.017884757477988046,0.019454090974049258,0.5,0.15372517456988796,0.006349638102156008,0.01750445313025293,0.15372517456988796,0.0,0.026499289285606097,0.5,0.15372517456988796,0.0,0.03667075533864138,0.15372517456988796,0.0,0.04285825788308403,0.15372517456988796,0.026978334264262636,0.046252003168728816,0.15372517456988796,0.018235952257228155,0.02298558302441104,0.15372517456988796,0.008879003274446004,0.028148750993900816,0.15372517456988796,0.0007906181378073687,0.0043977781980977905,0.15372517456988796,0.0,0.02726692157421551,0.5,0.15372517456988796,0.0,0.006406369455447345,0.0,0.015906392973150753,0.0007775177681079359 -3453,0.5,0.15372517456988796,0.0,0.009508200003287889,0.15372517456988796,0.0,0.02318623271776669,0.15372517456988796,0.0,0.020601887847533237,0.15372517456988796,0.0,0.006611793144760416,0.15372517456988796,0.0,0.03821468298146681,0.15372517456988796,0.0,0.001957329242047374,0.15372517456988796,0.0,0.004518940851640556,0.15372517456988796,0.0,0.014907095433097567,0.5,0.15372517456988796,0.0,0.011465778091780579,0.15372517456988796,0.0,0.03788559262898532,0.5,0.15372517456988796,0.0,0.01623495056889198,0.15372517456988796,0.0,0.027178275759812933,0.15372517456988796,0.0,0.04555186520056087,0.15372517456988796,0.0,0.025134596634023565,0.15372517456988796,0.0,0.027131618381963762,0.15372517456988796,0.0,0.0034766062697912693,0.15372517456988796,0.0,0.02077040103248372,0.5,0.15372517456988796,0.0,0.007980097696961981,0.0,0.015435753719572677,0.0032349709202135956 -3454,0.5,0.15372517456988796,0.0,0.00750288543963655,0.15372517456988796,0.0,0.01062356180986885,0.15372517456988796,0.0,0.026003323119596584,0.15372517456988796,0.0,0.005816261223945472,0.15372517456988796,0.0,0.033335037160830736,0.15372517456988796,0.0,0.0037422199452295532,0.15372517456988796,0.0,0.0014094563307385842,0.15372517456988796,0.0,0.01536887962344832,0.5,0.15372517456988796,0.0,0.007940216119772059,0.15372517456988796,0.0,0.040398322855751206,0.5,0.15372517456988796,0.0,0.006375675110986022,0.15372517456988796,0.0,0.017381100688182567,0.15372517456988796,0.0,0.03254251053517633,0.15372517456988796,0.0,0.031008853316647267,0.15372517456988796,0.0,0.030378473446732942,0.15372517456988796,0.0,0.001446838477629766,0.15372517456988796,0.0,0.014051231123421465,0.5,0.15372517456988796,0.0,0.008386823444073219,0.0,0.014704007788352505,0.00547033619306516 -3455,0.5,0.15372517456988796,0.0,0.008487812848287885,0.15372517456988796,0.0,0.004891739410061193,0.15372517456988796,0.0,0.03246722420990295,0.15372517456988796,0.0,0.006409368342756183,0.15372517456988796,0.0,0.022576958249337614,0.15372517456988796,0.0,0.010649788435253917,0.15372517456988796,0.0,0.0008579037814843551,0.15372517456988796,0.0,0.021407353189981923,0.5,0.15372517456988796,0.0,0.006100383570538655,0.15372517456988796,0.0,0.04857612106532676,0.5,0.15372517456988796,0.0,0.003886117317958664,0.15372517456988796,0.0,0.01387039644754288,0.15372517456988796,0.0,0.02066685063034065,0.15372517456988796,0.0,0.027436290613016237,0.15372517456988796,0.0,0.03529747480333549,0.15372517456988796,0.0,0.0020636087160156,0.15372517456988796,0.0,0.011119909693880992,0.5,0.15372517456988796,0.0,0.012855761393252296,0.0,0.020609013827417366,0.004291135214876023 -3456,0.5,0.15372517456988796,0.0,0.010416246816427511,0.15372517456988796,0.0,0.0011479359777323722,0.15372517456988796,0.0,0.03909102471860466,0.15372517456988796,0.0,0.00966551524240512,0.15372517456988796,0.0,0.014011134879415677,0.15372517456988796,0.0,0.01992184593396584,0.15372517456988796,0.0,0.0008724510984298634,0.15372517456988796,0.0,0.02493649366884991,0.5,0.15372517456988796,0.0,0.005445126190968445,0.15372517456988796,0.0,0.03972519893988935,0.5,0.15372517456988796,0.0,0.0011950738277476385,0.15372517456988796,0.0,0.012488808475871832,0.15372517456988796,0.0,0.013547093782637853,0.15372517456988796,0.0,0.028795441712029076,0.15372517456988796,0.0,0.04519146157086063,0.15372517456988796,0.0,0.002433000262917964,0.15372517456988796,0.0,0.009034336926115643,0.5,0.15372517456988796,0.0,0.019449019028298025,0.0,0.028284923686354546,0.0012734333653913598 -3457,0.5,0.15372517456988796,0.0,0.013104621375591742,0.15372517456988796,0.0,0.008445582154011748,0.15372517456988796,0.0,0.04275143275544804,0.15372517456988796,0.0,0.014720659123963843,0.15372517456988796,0.0,0.0069381392140408435,0.15372517456988796,0.0,0.025286938622676426,0.15372517456988796,0.0,0.0015286226782494406,0.15372517456988796,0.0,0.02555173603208248,0.5,0.15372517456988796,0.0,0.0041311167786411826,0.15372517456988796,0.0,0.03305735696922648,0.5,0.15372517456988796,0.0,0.0007387768373179385,0.15372517456988796,0.0,0.011884903576187145,0.15372517456988796,0.0,0.008491862255070579,0.15372517456988796,0.0,0.024190890510552718,0.15372517456988796,0.0,0.05636470932043987,0.15372517456988796,0.0,0.001760242336895556,0.15372517456988796,0.0,0.006643994422146863,0.5,0.15372517456988796,0.0,0.022824624917264644,0.0,0.03274236093475702,7.014605268553801e-05 -3458,0.5,0.15372517456988796,0.0,0.016707130221143264,0.15372517456988796,0.0,0.0474212876067024,0.15372517456988796,0.0,0.04472379725369463,0.15372517456988796,0.0,0.02095347835598279,0.15372517456988796,0.0,0.00256296322584682,0.15372517456988796,0.0,0.02599421213326943,0.15372517456988796,0.0,0.003634378258115134,0.15372517456988796,0.0,0.024036653615229286,0.5,0.15372517456988796,0.0,0.0030195398637547478,0.15372517456988796,0.0,0.02608925803345486,0.5,0.15372517456988796,0.0,0.0006776336248745352,0.15372517456988796,0.0,0.012485405442555822,0.15372517456988796,0.0,0.015766542644990427,0.15372517456988796,0.0,0.013097391638782567,0.15372517456988796,0.0,0.05827239855392027,0.15372517456988796,0.0,0.0010481545757072544,0.15372517456988796,0.0,0.005014961661270553,0.5,0.15372517456988796,0.0,0.01995176831201911,0.0,0.027642218915537736,5.210264952135853e-07 -3459,0.5,0.15372517456988796,0.0,0.01944480944388939,0.15372517456988796,0.0,0.041371537432444004,0.15372517456988796,0.0,0.042964467410280455,0.15372517456988796,0.0,0.026909102832302318,0.15372517456988796,0.0,0.0015766427308509792,0.15372517456988796,0.0,0.026770992811629465,0.15372517456988796,0.0,0.007468735994807508,0.15372517456988796,0.0,0.02077616018468935,0.5,0.15372517456988796,0.0,0.0027259257719279414,0.15372517456988796,0.0,0.02731982639913634,0.5,0.15372517456988796,0.0,0.0007286726812903687,0.15372517456988796,0.0,0.016932935617100343,0.15372517456988796,0.0,0.016813513304881057,0.15372517456988796,0.0,0.006877587347759668,0.15372517456988796,0.0,0.049366939321812825,0.15372517456988796,0.0,0.0012653187972386758,0.15372517456988796,0.0,0.003918266845400576,0.5,0.15372517456988796,0.0,0.01762695877625865,0.0,0.019419135524384484,0.0 -3460,0.5,0.15372517456988796,0.0,0.024163545113676934,0.15372517456988796,0.0,0.03098988043926221,0.15372517456988796,0.0,0.03825071119271576,0.15372517456988796,0.0,0.032186932778258105,0.15372517456988796,0.0,0.002381596175524623,0.15372517456988796,0.0,0.029033159891499294,0.15372517456988796,0.0,0.012633252743058328,0.15372517456988796,0.0,0.017631978227289607,0.5,0.15372517456988796,0.0,0.002763450967907804,0.15372517456988796,0.0,0.024932797471685385,0.5,0.15372517456988796,0.0,0.0007057138298711504,0.15372517456988796,0.0,0.018682602682545353,0.15372517456988796,0.0,0.016951381643875874,0.15372517456988796,0.0,0.0034086450328013867,0.15372517456988796,0.0,0.03150571773097371,0.15372517456988796,0.0,0.0014279883178220645,0.15372517456988796,0.0,0.003557483222468479,0.5,0.15372517456988796,0.0,0.019925566665938352,0.0,0.016381848200788973,2.877662118283374e-08 -3461,0.5,0.15372517456988796,0.004371526396140624,0.023600271880424285,0.15372517456988796,0.000137219511604152,0.0182065991147992,0.15372517456988796,0.0009908302664769708,0.03092752002244069,0.15372517456988796,0.0033651853438888438,0.030116168549706432,0.15372517456988796,0.0,0.00516650387542827,0.15372517456988796,0.0,0.02883340814082488,0.15372517456988796,0.0,0.017122904674639523,0.15372517456988796,0.0,0.015496264661180603,0.5,0.15372517456988796,0.0,0.0022673748695468455,0.15372517456988796,0.0,0.024433613134124173,0.5,0.15372517456988796,0.0,0.00018526417443800439,0.15372517456988796,0.0,0.018402116075133132,0.15372517456988796,0.001086037368629121,0.016074572535353358,0.15372517456988796,7.052491401054968e-05,0.0021494954874623946,0.15372517456988796,0.00031685125759973505,0.018398746617707615,0.15372517456988796,0.0,0.0014037371866670618,0.15372517456988796,3.924416297343357e-05,0.00363589327222968,0.5,0.15372517456988796,6.764810557791154e-05,0.01729212421513102,0.0,0.016295497173517505,2.0397408954394425e-05 -3462,0.5,0.15372517456988796,0.05435331455150414,0.02138416154505229,0.15372517456988796,0.004824305121189144,0.008913748524674315,0.15372517456988796,0.050704139301505705,0.02785959490125636,0.15372517456988796,0.058907364757969816,0.02784596078195182,0.15372517456988796,0.04287802900331437,0.0080893242510641,0.15372517456988796,0.03607586728148936,0.02346624706441547,0.15372517456988796,0.04194590089814125,0.012708940922238269,0.15372517456988796,0.035153684237198383,0.010693222057049149,0.5,0.15372517456988796,0.033367910656960986,0.0016806971154333847,0.15372517456988796,0.006814460264531841,0.031080263953776815,0.5,0.15372517456988796,0.02121201391280781,7.816128466412456e-05,0.15372517456988796,0.01919384820245846,0.01707424418524124,0.15372517456988796,0.014874140726521951,0.008681474980366295,0.15372517456988796,0.038456904032662324,0.00284448476707501,0.15372517456988796,0.04200725978139284,0.01373672456905612,0.15372517456988796,0.04475708421435913,0.0015664257028949885,0.15372517456988796,0.032631693054746336,0.0037925788648406986,0.5,0.15372517456988796,0.010332911848333001,0.016122423189781854,0.0,0.021043358949114216,4.88745072763144e-05 -3463,0.5,0.15372517456988796,0.12985175194770332,0.021607373515418908,0.15372517456988796,0.0910484821479583,0.010744837025583766,0.15372517456988796,0.13367445302031888,0.03782273990360447,0.15372517456988796,0.14208820564137564,0.048763299665101935,0.15372517456988796,0.1181155584144043,0.00972098179744472,0.15372517456988796,0.11076463252152696,0.021875074112956576,0.15372517456988796,0.11940043611867707,0.01048113728063025,0.15372517456988796,0.1118812204373891,0.004434746438615037,0.5,0.15372517456988796,0.11148150112057845,0.0007811243117828498,0.15372517456988796,0.02739781329191157,0.05823599115704194,0.5,0.15372517456988796,0.08258214029517068,0.0003678706058927276,0.15372517456988796,0.07365524270178378,0.024624163638876356,0.15372517456988796,0.049361405577066586,0.005415641943013489,0.15372517456988796,0.11236505555146152,0.0078055589020469855,0.15372517456988796,0.12507314880680537,0.018905369300774494,0.15372517456988796,0.12607235882778506,0.0010270940345369342,0.15372517456988796,0.1005710377447546,0.005098639314048001,0.5,0.15372517456988796,0.03659092424362668,0.017356471965599928,0.0,0.02183563844243676,0.0001570696444118335 -3464,0.5,0.15372517456988796,0.2270069994558591,0.03243955055334008,0.15372517456988796,0.16840613975631982,0.020335685508431137,0.15372517456988796,0.25363385574269975,0.04077785459919648,0.15372517456988796,0.2462146452303482,0.07302927204863346,0.15372517456988796,0.23702643369139853,0.033866982206776114,0.15372517456988796,0.2296706690714001,0.035396527015911436,0.15372517456988796,0.24031592412065444,0.01577657340675982,0.15372517456988796,0.23191473901409052,0.0024743498108217342,0.5,0.15372517456988796,0.2319196158324926,0.0012313179776765836,0.15372517456988796,0.05817327519227398,0.11809136146368908,0.5,0.15372517456988796,0.17443978964569237,0.003249237245168493,0.15372517456988796,0.14190947982385865,0.07263731951620019,0.15372517456988796,0.11621864069485896,0.010407720340957941,0.15372517456988796,0.22988415504897158,0.016215520604525822,0.15372517456988796,0.24845345878670294,0.026462913173435656,0.15372517456988796,0.2491000836755891,0.0013691920274577119,0.15372517456988796,0.19121395973833358,0.012147560512959772,0.5,0.15372517456988796,0.07741556517431665,0.021374214853689153,0.0,0.01752074186367603,0.0011810748145909158 -3465,0.5,0.15372517456988796,0.3339582437230689,0.03666788887779853,0.15372517456988796,0.2664974701347749,0.04518636515206108,0.15372517456988796,0.38879609449084346,0.049126127041843194,0.15372517456988796,0.36146025181258856,0.06553275174981801,0.15372517456988796,0.36246379934273515,0.04346928211756536,0.15372517456988796,0.3593529555911704,0.03299178595734557,0.15372517456988796,0.3711047768630043,0.018358794422677734,0.15372517456988796,0.3633478274914317,0.0008652422104399903,0.5,0.15372517456988796,0.3645723439440326,0.004436806420145009,0.15372517456988796,0.10692232036757776,0.1968528766207021,0.5,0.15372517456988796,0.28401082526102894,0.016732673306360794,0.15372517456988796,0.2055504039174639,0.13219046192152092,0.15372517456988796,0.26003203438127853,0.031424417443715276,0.15372517456988796,0.366088548142918,0.026673210918142315,0.15372517456988796,0.3736680123731066,0.036882073272086834,0.15372517456988796,0.38166784502632617,0.0006724361799975182,0.15372517456988796,0.2827618321165569,0.01775691068023926,0.5,0.15372517456988796,0.13306171596106456,0.030923199349897953,0.0,0.01740409105682673,0.00027289617864589935 -3466,0.5,0.15372517456988796,0.4387581118355433,0.03916171111693188,0.15372517456988796,0.5149572097511811,0.09335019367145063,0.15372517456988796,0.5157682105379711,0.035369738984962346,0.15372517456988796,0.48765022408010583,0.04545688042360985,0.15372517456988796,0.4863802997995561,0.03864963047331063,0.15372517456988796,0.4981196433735337,0.01852027296137263,0.15372517456988796,0.5031411123239473,0.007962725461587243,0.15372517456988796,0.5022986424257927,0.0008436203617894803,0.5,0.15372517456988796,0.4984945090753799,0.019485384816842262,0.15372517456988796,0.1421902458941846,0.2559409723897866,0.5,0.15372517456988796,0.35375342603942367,0.025078259171850602,0.15372517456988796,0.23338638961195646,0.147955653670981,0.15372517456988796,0.4621053080496642,0.06796525936123067,0.15372517456988796,0.46664282391286105,0.03004431385033548,0.15372517456988796,0.48310152215827734,0.05091168784491766,0.15372517456988796,0.5094605822081372,0.0003473437767498741,0.15372517456988796,0.3568144346741067,0.02080398173623913,0.5,0.15372517456988796,0.2058547958198313,0.04689370748437703,0.0,0.016138021037548765,0.00025090286824727584 -3467,0.5,0.15372517456988796,0.5431672947667592,0.05132666517242993,0.15372517456988796,0.6011040233727903,0.13554691627969806,0.15372517456988796,0.602873473562971,0.019949288849965482,0.15372517456988796,0.5649036990965116,0.03001067572679192,0.15372517456988796,0.5821359697754311,0.03557937992710219,0.15372517456988796,0.609963859759977,0.012492717523211901,0.15372517456988796,0.6119185007856967,0.002778990968401879,0.15372517456988796,0.6088076653592399,0.001166094168239566,0.5,0.15372517456988796,0.6001465366925758,0.040719205751259265,0.15372517456988796,0.1423732884760383,0.2499406408787049,0.5,0.15372517456988796,0.3621321769491724,0.029573352353844624,0.15372517456988796,0.25429442133916996,0.18902858440672654,0.15372517456988796,0.6114487177093029,0.12003334090276965,0.15372517456988796,0.5605604997188867,0.029476453134359037,0.15372517456988796,0.5950919219798161,0.046490617500643566,0.15372517456988796,0.61809457426212,0.00017124786591512774,0.15372517456988796,0.44081596263597556,0.02406538050516145,0.5,0.15372517456988796,0.24710797352725059,0.06817245032571978,0.0,0.018870881468707724,0.0002866670038359274 -3468,0.5,0.15372517456988796,0.5875858724137923,0.06286526780218049,0.15372517456988796,0.6428188084204576,0.12466902315509525,0.15372517456988796,0.6504481223810838,0.014535428538785318,0.15372517456988796,0.5970871267231589,0.025066087607285747,0.15372517456988796,0.6252614973534236,0.04069939022801422,0.15372517456988796,0.66446661272731,0.00698693361411519,0.15372517456988796,0.6643386867988552,0.0010812354237962297,0.15372517456988796,0.6694878518699164,0.002617359302015228,0.5,0.15372517456988796,0.6578735217334928,0.07286163080574783,0.15372517456988796,0.13064915397377444,0.26951976442242287,0.5,0.15372517456988796,0.3882151123663875,0.05840308021336285,0.15372517456988796,0.25772352909634144,0.22793376048932537,0.15372517456988796,0.6632126487867902,0.1496732663742808,0.15372517456988796,0.6384316385162843,0.028712129960009918,0.15372517456988796,0.644822664175626,0.03119435298553066,0.15372517456988796,0.6824237643687702,0.0006589346816168254,0.15372517456988796,0.48569333154795835,0.03261632538074657,0.5,0.15372517456988796,0.3528602514742204,0.08982029079510315,0.0,0.02590426532238098,0.0004937124404518018 -3469,0.5,0.15372517456988796,0.5621224114124781,0.0639806580650962,0.15372517456988796,0.6789791445066632,0.09697292363164936,0.15372517456988796,0.6586849886540784,0.012229392938491476,0.15372517456988796,0.6058600331480375,0.02853444590214458,0.15372517456988796,0.6315561287276797,0.029253491207853265,0.15372517456988796,0.6713077662132027,0.0069014703481997605,0.15372517456988796,0.690534019763704,0.0002962253287565097,0.15372517456988796,0.6857255120993351,0.009992749861130603,0.5,0.15372517456988796,0.6756292926665859,0.09130408557468606,0.15372517456988796,0.21233634664227735,0.3833874323502118,0.5,0.15372517456988796,0.46210762246084053,0.11723160847161455,0.15372517456988796,0.30917073420750446,0.2811950600309211,0.15372517456988796,0.6971725893355561,0.14621183532023044,0.15372517456988796,0.6411422047359824,0.02380015472453234,0.15372517456988796,0.6555058466149117,0.02192102825240419,0.15372517456988796,0.7007569702744649,0.004374230568099464,0.15372517456988796,0.5101705754077079,0.04888107691903626,0.5,0.15372517456988796,0.4122502799973154,0.12313705356149172,0.0,0.03354857434734684,0.0004986502335345369 -3470,0.5,0.15372517456988796,0.5488591664905791,0.05870205468630141,0.15372517456988796,0.6716634444958609,0.0644766052586817,0.15372517456988796,0.6284455355933918,0.01867628630654119,0.15372517456988796,0.5228291137603657,0.03801702483618958,0.15372517456988796,0.6413711513719567,0.02039017441435592,0.15372517456988796,0.6581069960644389,0.0030386919866508934,0.15372517456988796,0.6751960361147514,0.0006054116939677284,0.15372517456988796,0.6613687223032088,0.013777268423939705,0.5,0.15372517456988796,0.643479840520792,0.10653246007799835,0.15372517456988796,0.37228363705404605,0.4699445150002027,0.5,0.15372517456988796,0.44899069712326545,0.1469595238040036,0.15372517456988796,0.3647890850553318,0.31957437081709883,0.15372517456988796,0.685422038636472,0.11195345754652146,0.15372517456988796,0.6145216280383837,0.01740141455866425,0.15372517456988796,0.6425439324403958,0.01287563527610626,0.15372517456988796,0.6773773111328277,0.010513414900001615,0.15372517456988796,0.47103015648357843,0.07038300762320306,0.5,0.15372517456988796,0.4693626506645786,0.20587187582605648,0.0,0.04412470161703693,0.0004124325923161557 -3471,0.5,0.15372517456988796,0.4759321796111761,0.055618364966989325,0.15372517456988796,0.5955515488232928,0.046600242198236566,0.15372517456988796,0.5627534959624461,0.035645262515849346,0.15372517456988796,0.42602068305330315,0.05282492302138332,0.15372517456988796,0.5767102760631415,0.011442726624750823,0.15372517456988796,0.5953850555441014,0.002190519170057894,0.15372517456988796,0.6067885220719414,0.0009083558612578085,0.15372517456988796,0.58263327693835,0.024947431943013108,0.5,0.15372517456988796,0.5615140905367251,0.12938776777644218,0.15372517456988796,0.4450769310518453,0.4674164302235442,0.5,0.15372517456988796,0.3561911641840091,0.13613515382739275,0.15372517456988796,0.40265253604139173,0.3684819544647811,0.15372517456988796,0.6269050669004381,0.0930306448976331,0.15372517456988796,0.5072158008461111,0.011339546985035889,0.15372517456988796,0.5789993801596665,0.0069242014229694265,0.15372517456988796,0.6045637795995932,0.01346727522550441,0.15372517456988796,0.41407421366518077,0.0947150090215034,0.5,0.15372517456988796,0.42360109834697435,0.2819322182125471,0.0,0.041153287910247,0.00024689181668805573 -3472,0.5,0.15372517456988796,0.3780496951453641,0.05220254644084461,0.15372517456988796,0.4867929231540682,0.035044320877845786,0.15372517456988796,0.4576124872176176,0.06482007838044472,0.15372517456988796,0.3282629634042441,0.0671412405763271,0.15372517456988796,0.46965906193451434,0.009108915167931518,0.15372517456988796,0.4837906870470552,0.001227066809518181,0.15372517456988796,0.4892819500825396,0.003216223417638181,0.15372517456988796,0.4539390864344952,0.03898039387805605,0.5,0.15372517456988796,0.44740702155717504,0.16053541288988174,0.15372517456988796,0.3571298222644075,0.4361168089801768,0.5,0.15372517456988796,0.3012368395408347,0.10877508855192336,0.15372517456988796,0.4060236834112574,0.4034749858411343,0.15372517456988796,0.5161245672679382,0.07331326310300196,0.15372517456988796,0.38106780320775047,0.009233775156088305,0.15372517456988796,0.4726679642493096,0.005572099160414247,0.15372517456988796,0.48325092470843234,0.020806985331997718,0.15372517456988796,0.3910789461470603,0.11706747113715286,0.5,0.15372517456988796,0.357610255446963,0.35335025364113487,0.0,0.0246713446653723,0.0001269396750534591 -3473,0.5,0.15372517456988796,0.2924380558672879,0.05881800509614032,0.15372517456988796,0.35673016138978164,0.029567841907369982,0.15372517456988796,0.3386811735079709,0.09950930957474174,0.15372517456988796,0.258765021209326,0.07409321122883734,0.15372517456988796,0.3408822038917668,0.004520916331761744,0.15372517456988796,0.3646687929946627,0.005035603008701124,0.15372517456988796,0.3472959058006694,0.010930242908115364,0.15372517456988796,0.31981588701563485,0.06427914749347455,0.5,0.15372517456988796,0.32577620154422327,0.16446479932694982,0.15372517456988796,0.24971491386938072,0.3728686164673186,0.5,0.15372517456988796,0.30565223504474126,0.10861139269239768,0.15372517456988796,0.3207885941595907,0.36303521821309875,0.15372517456988796,0.38252356702693074,0.05671363201625228,0.15372517456988796,0.2761112926530222,0.011910574914701415,0.15372517456988796,0.3376707155697482,0.006865961250158162,0.15372517456988796,0.35349633959541604,0.05051830817533224,0.15372517456988796,0.2896976254756277,0.13497099201220505,0.5,0.15372517456988796,0.2671823451580376,0.4334627134971514,0.0,0.022096859713885808,4.452437590104417e-05 -3474,0.5,0.15372517456988796,0.1929259153806947,0.060462283437972136,0.15372517456988796,0.24319845121719225,0.028339173327090888,0.15372517456988796,0.20960978468091934,0.12286500518851773,0.15372517456988796,0.17297022996491573,0.06427073206804026,0.15372517456988796,0.2344101096570591,0.0012175433302629127,0.15372517456988796,0.2394445932798191,0.012428211766111419,0.15372517456988796,0.22742281659453642,0.026279760026462682,0.15372517456988796,0.2239756499085887,0.05332837125690746,0.5,0.15372517456988796,0.21089343311553166,0.10644898240395331,0.15372517456988796,0.17925734190008266,0.21777958822678056,0.5,0.15372517456988796,0.21612194083536873,0.06964826606298348,0.15372517456988796,0.19664335619142734,0.16674269713936174,0.15372517456988796,0.25331611039354,0.04286194101636777,0.15372517456988796,0.20142762386257373,0.020351499850622422,0.15372517456988796,0.21907110127479879,0.01369366322163821,0.15372517456988796,0.22960524677871824,0.059770148904407024,0.15372517456988796,0.18597992873170274,0.09490869243640059,0.5,0.15372517456988796,0.16108142899279757,0.307564813109698,0.0,0.014852329694372208,7.347585470321797e-05 -3475,0.5,0.15372517456988796,0.07562733450730597,0.03518320423122569,0.15372517456988796,0.11886394427612995,0.024725553628523158,0.15372517456988796,0.07022565846244987,0.08493588346022102,0.15372517456988796,0.06020914351937032,0.0404745622667839,0.15372517456988796,0.12072750176049674,0.0007324108069125139,0.15372517456988796,0.12371556237950027,0.01383602063524289,0.15372517456988796,0.11129450140763536,0.03092640638626041,0.15372517456988796,0.11263941326899138,0.033059161444365076,0.5,0.15372517456988796,0.09555755605298459,0.06124923753707789,0.15372517456988796,0.06977594691198105,0.11076137171921357,0.5,0.15372517456988796,0.08251903420307015,0.018449093214365515,0.15372517456988796,0.08102205204546378,0.07218782282282844,0.15372517456988796,0.1263376388559943,0.022013847814343512,0.15372517456988796,0.10940721548628998,0.02714312026389381,0.15372517456988796,0.10363185212964403,0.01623384917417852,0.15372517456988796,0.10034103283565501,0.07122176737689194,0.15372517456988796,0.06767788738547446,0.07260136089712682,0.5,0.15372517456988796,0.06144376978437319,0.20297631939858485,0.0,0.008580451754191531,0.0002362290298362942 -3476,0.5,0.15372517456988796,0.0011804275381143694,0.03844925294462993,0.15372517456988796,0.019601362504729332,0.051248625096097226,0.15372517456988796,0.0,0.10602291103404375,0.15372517456988796,0.0,0.052691509928496263,0.15372517456988796,0.030296875654587052,0.0017751419987471991,0.15372517456988796,0.03172688759493919,0.03081578228290144,0.15372517456988796,0.024525118610574433,0.043340498596763616,0.15372517456988796,0.025819347592444537,0.0392074304157375,0.5,0.15372517456988796,0.010623522449582012,0.07908985005716275,0.15372517456988796,0.0,0.0858910679634041,0.5,0.15372517456988796,0.0,0.01929096472171753,0.15372517456988796,0.0,0.04738820568281458,0.15372517456988796,0.027698483173027123,0.016972630029756346,0.15372517456988796,0.028866985320413548,0.031131458539227313,0.15372517456988796,0.013351842773169658,0.028612137695525328,0.15372517456988796,0.00395184470303009,0.09463838222213693,0.15372517456988796,0.0,0.08217938294843172,0.5,0.15372517456988796,0.0,0.15045539951014,0.0,0.00741483617782819,0.0004920995654474424 -3477,0.5,0.15372517456988796,0.0,0.04765754188018782,0.15372517456988796,0.0,0.06360286495295774,0.15372517456988796,0.0,0.10418949200889625,0.15372517456988796,0.0,0.055272897692539326,0.15372517456988796,0.0,0.009569313176673627,0.15372517456988796,0.0,0.05636569726034851,0.15372517456988796,0.0,0.04447554098028403,0.15372517456988796,0.0,0.04879170358007666,0.5,0.15372517456988796,0.0,0.0843998088925373,0.15372517456988796,0.0,0.05831920643403685,0.5,0.15372517456988796,0.0,0.02306164980027876,0.15372517456988796,0.0,0.04836667185059351,0.15372517456988796,0.0,0.018774157668175875,0.15372517456988796,0.0,0.04368919078492632,0.15372517456988796,0.0,0.030830750702136547,0.15372517456988796,0.0,0.09872230724438764,0.15372517456988796,0.0,0.0901661152824968,0.5,0.15372517456988796,0.0,0.13125398145621675,0.0,0.008586263710272804,0.000563001397640285 -3478,0.5,0.15372517456988796,0.0,0.05039654213804515,0.15372517456988796,0.0,0.058241050536343236,0.15372517456988796,0.0,0.07275388110444492,0.15372517456988796,0.0,0.04980162454864704,0.15372517456988796,0.0,0.02011662949892403,0.15372517456988796,0.0,0.07029401986267735,0.15372517456988796,0.0,0.0447264568707976,0.15372517456988796,0.0,0.04783195541230203,0.5,0.15372517456988796,0.0,0.06162264398944888,0.15372517456988796,0.0,0.03510888536663841,0.5,0.15372517456988796,0.0,0.02787479138484771,0.15372517456988796,0.0,0.046962601829677875,0.15372517456988796,0.0,0.01974076481343499,0.15372517456988796,0.0,0.042152767803916066,0.15372517456988796,0.0,0.02992629697766256,0.15372517456988796,0.0,0.10591720162505404,0.15372517456988796,0.0,0.09156838366827377,0.5,0.15372517456988796,0.0,0.1319676709643617,0.0,0.008259034704134074,0.0004555994759922145 -3479,0.5,0.15372517456988796,0.0,0.04679763841646823,0.15372517456988796,0.0,0.051597918856912325,0.15372517456988796,0.0,0.05180705664969127,0.15372517456988796,0.0,0.04829770717838476,0.15372517456988796,0.0,0.02539630717175795,0.15372517456988796,0.0,0.07076995808990474,0.15372517456988796,0.0,0.044766854274468096,0.15372517456988796,0.0,0.04472794261897643,0.5,0.15372517456988796,0.0,0.06364856573563296,0.15372517456988796,0.0,0.02608486332750684,0.5,0.15372517456988796,0.0,0.04247579038450418,0.15372517456988796,0.0,0.04679992129014697,0.15372517456988796,0.0,0.016158517182455538,0.15372517456988796,0.0,0.04402879610756512,0.15372517456988796,0.0,0.03464906014942409,0.15372517456988796,0.0,0.1204375889658485,0.15372517456988796,0.0,0.13124732819217252,0.5,0.15372517456988796,0.0,0.13674863761062023,0.0,0.006442896370862368,0.0004838337847172318 -3480,0.5,0.15372517456988796,0.0,0.04184546009035065,0.15372517456988796,0.0,0.051252248304139165,0.15372517456988796,0.0,0.045980527071380395,0.15372517456988796,0.0,0.045919381257860714,0.15372517456988796,0.0,0.026094913762692174,0.15372517456988796,0.0,0.06336387218413106,0.15372517456988796,0.0,0.040637574275404,0.15372517456988796,0.0,0.046486420934514716,0.5,0.15372517456988796,0.0,0.07806697916376681,0.15372517456988796,0.0,0.024986721808158065,0.5,0.15372517456988796,0.0,0.07761555437285313,0.15372517456988796,0.0,0.04495175616200635,0.15372517456988796,0.0,0.015760729934710106,0.15372517456988796,0.0,0.04605912187223962,0.15372517456988796,0.0,0.04093560201293744,0.15372517456988796,0.0,0.12705325238214435,0.15372517456988796,0.0,0.18159040476430177,0.5,0.15372517456988796,0.0,0.147558053326544,0.0,0.005252441258254176,0.00047898308172106887 -3481,0.5,0.15372517456988796,0.0,0.038176360743709496,0.15372517456988796,0.0,0.04134849444403765,0.15372517456988796,0.0,0.04959223706687181,0.15372517456988796,0.0,0.04236735469484925,0.15372517456988796,0.0,0.025502020563485737,0.15372517456988796,0.0,0.0627847818805122,0.15372517456988796,0.0,0.0407547524967234,0.15372517456988796,0.0,0.04293108277893014,0.5,0.15372517456988796,0.0,0.14231744397293256,0.15372517456988796,0.0,0.021441921314018984,0.5,0.15372517456988796,0.0,0.1857957913595287,0.15372517456988796,0.0,0.044784585445982204,0.15372517456988796,0.0,0.01477460204121651,0.15372517456988796,0.0,0.04112139249793531,0.15372517456988796,0.0,0.04187777473572008,0.15372517456988796,0.0,0.13344586855684154,0.15372517456988796,0.0,0.22936975831136022,0.5,0.15372517456988796,0.0,0.15050804068375653,0.0,0.003502851759137133,0.0003422383407847663 -3482,0.5,0.15372517456988796,0.0,0.03605114916977828,0.15372517456988796,0.0,0.03180039496403097,0.15372517456988796,0.0,0.05539120899264137,0.15372517456988796,0.0,0.04285010615995457,0.15372517456988796,0.0,0.03271717767568848,0.15372517456988796,0.0,0.05354060999667461,0.15372517456988796,0.0,0.03551801047758933,0.15372517456988796,0.0,0.04856762705064111,0.5,0.15372517456988796,0.0,0.14549683639256883,0.15372517456988796,0.0,0.01601632974578974,0.5,0.15372517456988796,0.0,0.2931289622508304,0.15372517456988796,0.0,0.046363360389735445,0.15372517456988796,0.0,0.012626444076283046,0.15372517456988796,0.0,0.03628391756420444,0.15372517456988796,0.0,0.04192797206074786,0.15372517456988796,0.0,0.13185923474320788,0.15372517456988796,0.0,0.23244829620451524,0.5,0.15372517456988796,0.0,0.14363559373777038,0.0,0.0025612187207513797,0.00027388254377656244 -3483,0.5,0.15372517456988796,0.0,0.03454961472747896,0.15372517456988796,0.0,0.0213178410293534,0.15372517456988796,0.0,0.05627412535939078,0.15372517456988796,0.0,0.047607093797426316,0.15372517456988796,0.0,0.043479411595169375,0.15372517456988796,0.0,0.04340859058814134,0.15372517456988796,0.0,0.0337895685272146,0.15372517456988796,0.0,0.057483995997226825,0.5,0.15372517456988796,0.0,0.1391802135473554,0.15372517456988796,0.0,0.011859346788150767,0.5,0.15372517456988796,0.0,0.3577729868507117,0.15372517456988796,0.0,0.04122844121694363,0.15372517456988796,0.0,0.010206444817814301,0.15372517456988796,0.0,0.03580490109569895,0.15372517456988796,0.0,0.04368030214362415,0.15372517456988796,0.0,0.12885272618482066,0.15372517456988796,0.0,0.22085041235593644,0.5,0.15372517456988796,0.0,0.12027893330276156,0.0,0.0034166500349048236,0.00023758692551092598 -3484,0.5,0.15372517456988796,0.0,0.03553228178604209,0.15372517456988796,0.0,0.0215604919301024,0.15372517456988796,0.0,0.053477591617525425,0.15372517456988796,0.0,0.054736477755542495,0.15372517456988796,0.0,0.041773432407481534,0.15372517456988796,0.0,0.03982708078978556,0.15372517456988796,0.0,0.0322758046093396,0.15372517456988796,0.0,0.06619560007246521,0.5,0.15372517456988796,0.0,0.14867371845738975,0.15372517456988796,0.0,0.0132821775980051,0.5,0.15372517456988796,0.0,0.3747110832183936,0.15372517456988796,0.0,0.041347994486889084,0.15372517456988796,0.0,0.010784897770730906,0.15372517456988796,0.0,0.03341011394855774,0.15372517456988796,0.0,0.04390050210523298,0.15372517456988796,0.0,0.1305898875316026,0.15372517456988796,0.0,0.2144881010088987,0.5,0.15372517456988796,0.0,0.0895293868258979,0.0,0.004955816137325308,0.000373915115537425 -3485,0.5,0.15372517456988796,0.005018253178555366,0.03431644293660253,0.15372517456988796,0.0028125743295506927,0.019982808273261703,0.15372517456988796,0.0012713288812540905,0.049577620945280766,0.15372517456988796,0.0037671988697261156,0.058159432953845125,0.15372517456988796,0.0,0.039440087307611706,0.15372517456988796,0.0,0.03791978801367153,0.15372517456988796,0.0,0.034996566841535,0.15372517456988796,0.0,0.08853573086415076,0.5,0.15372517456988796,0.0,0.16643262514330823,0.15372517456988796,0.0,0.01499376373988843,0.5,0.15372517456988796,0.0,0.3019867153830455,0.15372517456988796,0.0,0.032040414507346085,0.15372517456988796,0.0031498608695352077,0.009562707379806743,0.15372517456988796,0.0005785941768675364,0.031260779420841656,0.15372517456988796,0.0009419890342700617,0.04160039895915386,0.15372517456988796,0.0,0.14658940865099102,0.15372517456988796,0.00011309537613202528,0.18116920839570438,0.5,0.15372517456988796,0.00023126083082376754,0.0715128872223209,0.0,0.004718946143542243,0.0011468233899518093 -3486,0.5,0.15372517456988796,0.0646901394307135,0.035399679252468515,0.15372517456988796,0.059796686821358414,0.020465156092348436,0.15372517456988796,0.048772270095731964,0.04933971813538041,0.15372517456988796,0.06325020462902721,0.07052259061141519,0.15372517456988796,0.042116075472061164,0.0390077225851263,0.15372517456988796,0.023557192638795476,0.035722869236592944,0.15372517456988796,0.03077538114829245,0.03993563073151385,0.15372517456988796,0.005984123864789619,0.1136962460624282,0.5,0.15372517456988796,0.0038306974068790128,0.18045394870756598,0.15372517456988796,0.028836632892249955,0.009762682014840806,0.5,0.15372517456988796,0.017434099415529102,0.2262379817844372,0.15372517456988796,0.020644992992337366,0.017116620196007765,0.15372517456988796,0.059406550545221044,0.008616555828001242,0.15372517456988796,0.049220176119728704,0.029174373467052372,0.15372517456988796,0.04983742260543333,0.03719110830607322,0.15372517456988796,0.02532706854698706,0.15175703488841932,0.15372517456988796,0.04659740579354403,0.1394053066348749,0.5,0.15372517456988796,0.05072192709486965,0.04005718947771688,0.0,0.0037795478751410662,0.004638796055004371 -3487,0.5,0.15372517456988796,0.14874550788643975,0.059977399735916655,0.15372517456988796,0.13875256989010573,0.031652111819758084,0.15372517456988796,0.12843091206301815,0.1108013268609279,0.15372517456988796,0.15014035178586077,0.12968871488363473,0.15372517456988796,0.11367828719225796,0.0519035604749261,0.15372517456988796,0.07454069842559165,0.042153372390533864,0.15372517456988796,0.08710520599368576,0.0423143451502159,0.15372517456988796,0.03719554133721947,0.16496591551451084,0.5,0.15372517456988796,0.01706007156857442,0.18898672379361864,0.15372517456988796,0.07395962568974444,0.009230769226853014,0.5,0.15372517456988796,0.06212785554352483,0.2342741940190265,0.15372517456988796,0.05983516076803958,0.026841763055671687,0.15372517456988796,0.13744565005509668,0.01229860320714299,0.15372517456988796,0.12440088442951722,0.03467204988628865,0.15372517456988796,0.12426615920622236,0.05785613975886589,0.15372517456988796,0.08289395418881046,0.1698653300605959,0.15372517456988796,0.13205521876914644,0.1749731203830092,0.5,0.15372517456988796,0.14029944330989402,0.05098985343101994,0.0,0.006062769506021671,0.009221167539188687 -3488,0.5,0.15372517456988796,0.2602636093263016,0.11560433395958145,0.15372517456988796,0.251932824363267,0.0725702983233963,0.15372517456988796,0.22880266303978486,0.18880772389075773,0.15372517456988796,0.26241592910154465,0.18883588656979605,0.15372517456988796,0.2081258307345722,0.11011741578529775,0.15372517456988796,0.13186990138124824,0.06880653130370733,0.15372517456988796,0.1560606162710719,0.07675828632931246,0.15372517456988796,0.07650134937057029,0.22072400784056379,0.5,0.15372517456988796,0.0425767577766818,0.1974916969412055,0.15372517456988796,0.10959933026622713,0.016351295232343393,0.5,0.15372517456988796,0.11983053153521855,0.2851942639482241,0.15372517456988796,0.11452163178189664,0.05846838292779092,0.15372517456988796,0.2514748418913566,0.03384828995853217,0.15372517456988796,0.2332098870297735,0.06988660267425159,0.15372517456988796,0.23689135164697123,0.15368827737809393,0.15372517456988796,0.1554194398588005,0.2212555268742608,0.15372517456988796,0.2544258386886321,0.3063546741024912,0.5,0.15372517456988796,0.26213519079041947,0.10221502447613358,0.0,0.015490239232110313,0.012340549583340545 -3489,0.5,0.15372517456988796,0.38279133845210145,0.18640433580350005,0.15372517456988796,0.3796495423666235,0.15082254398956135,0.15372517456988796,0.3382720533320745,0.28782990184365476,0.15372517456988796,0.38685162630063136,0.24072616480229095,0.15372517456988796,0.3226351991784827,0.19227404458395858,0.15372517456988796,0.17684847477101368,0.11200879188470997,0.15372517456988796,0.2153111027672297,0.18224249643693824,0.15372517456988796,0.12382608215115269,0.2799040027184622,0.5,0.15372517456988796,0.08868842841467178,0.22481989852604642,0.15372517456988796,0.16902170410572653,0.03432217018337026,0.5,0.15372517456988796,0.1891957923808592,0.3641942161919677,0.15372517456988796,0.18246678919825127,0.09885127645343214,0.15372517456988796,0.3737605230251051,0.05933204711374484,0.15372517456988796,0.35307865158636886,0.10452218764096008,0.15372517456988796,0.3592022067724151,0.26650468793427545,0.15372517456988796,0.2493101448526897,0.27555857831743885,0.15372517456988796,0.3902112586905705,0.4111267818626472,0.5,0.15372517456988796,0.39812697080777487,0.17228663516774959,0.0,0.02585461493393117,0.018221005292876905 -3490,0.5,0.15372517456988796,0.5096971105297411,0.26793358662946404,0.15372517456988796,0.5136058375158468,0.22419287888951234,0.15372517456988796,0.46423025587589306,0.45473194213935086,0.15372517456988796,0.5087772907996484,0.3299463319533231,0.15372517456988796,0.4453056289582044,0.32126520675242776,0.15372517456988796,0.21925156403519042,0.17848502412907735,0.15372517456988796,0.3112644901857517,0.3487643948872924,0.15372517456988796,0.1757563991059163,0.30671568563342455,0.5,0.15372517456988796,0.1783964615899516,0.24780874181402102,0.15372517456988796,0.22302301704123578,0.04109955910062757,0.5,0.15372517456988796,0.23045651521688215,0.5190733758172803,0.15372517456988796,0.2629344581655348,0.10385922358724836,0.15372517456988796,0.5068270326913338,0.08636491710946051,0.15372517456988796,0.4839038539253999,0.16729823500906676,0.15372517456988796,0.48285196546677944,0.3814891769144765,0.15372517456988796,0.35093837888171997,0.3337693794122715,0.15372517456988796,0.5243923110766318,0.5456479393934538,0.5,0.15372517456988796,0.5210319075023444,0.22216762658135225,0.0,0.03999051038459585,0.025765402760182302 -3491,0.5,0.15372517456988796,0.6047225478422766,0.3300220471926287,0.15372517456988796,0.6177588523719247,0.3101263455532319,0.15372517456988796,0.5731846797542738,0.6356087593237278,0.15372517456988796,0.5995657502146061,0.4304144099924624,0.15372517456988796,0.5475402672660565,0.5412910003844882,0.15372517456988796,0.22192012790498233,0.2761725373252061,0.15372517456988796,0.3999790991312414,0.5025091749301757,0.15372517456988796,0.28933993095351995,0.373230280656503,0.5,0.15372517456988796,0.24391797938337964,0.24583776769111507,0.15372517456988796,0.23374068201247955,0.0302731075486957,0.5,0.15372517456988796,0.30183316949878464,0.5846998826537916,0.15372517456988796,0.3383210927147836,0.10102069933847005,0.15372517456988796,0.6177200725031975,0.119131783641135,0.15372517456988796,0.5919320700980689,0.24332904647140408,0.15372517456988796,0.5842121217553407,0.4767717114441811,0.15372517456988796,0.4250585076412503,0.4392705447908062,0.15372517456988796,0.6069367429180207,0.6144297395923539,0.5,0.15372517456988796,0.5883662935997998,0.22341695779292847,0.0,0.05365195629462237,0.03878422612420225 -3492,0.5,0.15372517456988796,0.6478435132322555,0.3796432268631969,0.15372517456988796,0.6773778945238931,0.432564814074739,0.15372517456988796,0.6431478621767183,0.743365187040492,0.15372517456988796,0.6442801797275632,0.5096828671430619,0.15372517456988796,0.5783519395331544,0.691559714459664,0.15372517456988796,0.2278684762177169,0.3986330589832813,0.15372517456988796,0.3808408514837919,0.5522418386680187,0.15372517456988796,0.4185662990704978,0.48533461467053796,0.5,0.15372517456988796,0.2609150982915042,0.24682510094261445,0.15372517456988796,0.20650336248388146,0.013947121000521145,0.5,0.15372517456988796,0.32670116217828105,0.5736861829050981,0.15372517456988796,0.35391803268823174,0.0745713846713321,0.15372517456988796,0.6734635664811572,0.16030142472777997,0.15372517456988796,0.6429026139309837,0.3535483428725228,0.15372517456988796,0.635383387437027,0.5583103629317796,0.15372517456988796,0.5259295106847952,0.6005947038115714,0.15372517456988796,0.6347860410600046,0.6066585805576573,0.5,0.15372517456988796,0.5720261302740305,0.1788385445328681,0.0,0.060946217453674394,0.055840146735209206 -3493,0.5,0.15372517456988796,0.6635017584324905,0.42811640091139114,0.15372517456988796,0.6799091433856361,0.5490732506386995,0.15372517456988796,0.675322538350251,0.7824118564729934,0.15372517456988796,0.6524340456691035,0.5408641456787735,0.15372517456988796,0.5965248219149382,0.7446636065151675,0.15372517456988796,0.21934864707003607,0.4662885495265858,0.15372517456988796,0.2953537863941482,0.577520837026015,0.15372517456988796,0.3793382082089022,0.4973589019183086,0.5,0.15372517456988796,0.24085428920943347,0.18766588292997355,0.15372517456988796,0.21079567512800895,0.009993251104274277,0.5,0.15372517456988796,0.3119647152364774,0.4824826623902777,0.15372517456988796,0.3454863594669361,0.05812045679782179,0.15372517456988796,0.6921277023484407,0.2211134152218971,0.15372517456988796,0.676085149145562,0.4555394498908385,0.15372517456988796,0.6607230798870785,0.5935423734399224,0.15372517456988796,0.5638221076116324,0.7207398474697909,0.15372517456988796,0.623416496951906,0.5741162929379799,0.5,0.15372517456988796,0.5606570502642172,0.11775165757249563,0.0,0.06417682853629544,0.07661617139260796 -3494,0.5,0.15372517456988796,0.6415761874738093,0.48693378449662533,0.15372517456988796,0.6527454370007825,0.6710118041829769,0.15372517456988796,0.656965718487787,0.7722387825534899,0.15372517456988796,0.6229848836447175,0.5237502878103987,0.15372517456988796,0.5268245013160245,0.7387156956074525,0.15372517456988796,0.20396720423499992,0.48960862833785446,0.15372517456988796,0.5044293082084487,0.7901311087077749,0.15372517456988796,0.39742084393055055,0.44285418382382075,0.5,0.15372517456988796,0.1927849334870398,0.08397822979410674,0.15372517456988796,0.4179328340065751,0.0049104757207022835,0.5,0.15372517456988796,0.2843254809172529,0.2742007507847726,0.15372517456988796,0.32341547691312794,0.05763307396377144,0.15372517456988796,0.6739390611794538,0.2999987773397327,0.15372517456988796,0.6671102960303786,0.5312228412423785,0.15372517456988796,0.6407505985002053,0.6031266789598281,0.15372517456988796,0.5593711788735326,0.7642041054099278,0.15372517456988796,0.5882706221325555,0.5036433883928391,0.5,0.15372517456988796,0.510165414063017,0.0845814576217612,0.0,0.0619232785964043,0.09931616650656899 -3495,0.5,0.15372517456988796,0.5722048272214314,0.5252894462581339,0.15372517456988796,0.5850175260669982,0.7446082086857599,0.15372517456988796,0.5962177489853463,0.7558485907763637,0.15372517456988796,0.5526793397999032,0.4950749928429275,0.15372517456988796,0.5096575813850556,0.7810316276625344,0.15372517456988796,0.2711349600948878,0.5472104128336643,0.15372517456988796,0.4407998031988807,0.8104014607044552,0.15372517456988796,0.29398614511099946,0.28388624050232353,0.5,0.15372517456988796,0.16088895618033297,0.0503104129173535,0.15372517456988796,0.42179842300985926,0.0066335461984628995,0.5,0.15372517456988796,0.2383433400599126,0.1409843813565499,0.15372517456988796,0.2670472948076814,0.04223942115745988,0.15372517456988796,0.6131003606344324,0.3674840566365934,0.15372517456988796,0.6059717842895311,0.5876150121778556,0.15372517456988796,0.5659932354324302,0.5958614596862281,0.15372517456988796,0.5193478040115218,0.7396855683715066,0.15372517456988796,0.5065852226877671,0.4124924148558788,0.5,0.15372517456988796,0.47543243957326,0.07564103022076918,0.0,0.05724554175119868,0.12957826126163338 -3496,0.5,0.15372517456988796,0.4572211694536997,0.5325807883937554,0.15372517456988796,0.4932603305684603,0.7997294571523069,0.15372517456988796,0.4832931903332883,0.7569509096046836,0.15372517456988796,0.442834541054142,0.4634597300476174,0.15372517456988796,0.42266293615997214,0.763466197850982,0.15372517456988796,0.2749315658362501,0.521962031776828,0.15372517456988796,0.4121391152342643,0.8036195434277653,0.15372517456988796,0.20452560995410063,0.16339839514294693,0.5,0.15372517456988796,0.1214217091848631,0.02868513713856296,0.15372517456988796,0.20413006345803447,0.012805482527713326,0.5,0.15372517456988796,0.22930681790474997,0.028175317209435287,0.15372517456988796,0.19111346234641907,0.04244915001570513,0.15372517456988796,0.5063924741299661,0.41073761183225044,0.15372517456988796,0.5050465984402993,0.6431008712300805,0.15372517456988796,0.4609183570733253,0.5905420546973577,0.15372517456988796,0.431754243381256,0.6635162001137016,0.15372517456988796,0.4011097935169303,0.33684558434573697,0.5,0.15372517456988796,0.348889864443774,0.10579768621535539,0.0,0.05145130752631929,0.1790815847134452 -3497,0.5,0.15372517456988796,0.3278646782498179,0.5141986001529827,0.15372517456988796,0.3709881087833309,0.7991316813656515,0.15372517456988796,0.3488436356103272,0.7107155215901345,0.15372517456988796,0.3153557548796697,0.40499992049626266,0.15372517456988796,0.32772099822269174,0.7056696116083506,0.15372517456988796,0.2169417348100776,0.4887938275658481,0.15372517456988796,0.2782541017427395,0.6872321080654817,0.15372517456988796,0.1112066298127577,0.05533245526157547,0.5,0.15372517456988796,0.13532618812487074,0.02905934411094829,0.15372517456988796,0.12438147883015784,0.01827544960215135,0.5,0.15372517456988796,0.16061361235233942,0.010582681115242331,0.15372517456988796,0.1257615521658673,0.043785704551371596,0.15372517456988796,0.37755404954164723,0.41985436364955386,0.15372517456988796,0.37761593070521104,0.6804343556642305,0.15372517456988796,0.3464477063251658,0.565135381851313,0.15372517456988796,0.30136902883110517,0.5145092938687621,0.15372517456988796,0.2694757500833254,0.22855715606293645,0.5,0.15372517456988796,0.22854322692656867,0.0681470828001392,0.0,0.040592278870619156,0.25577124933156065 -3498,0.5,0.15372517456988796,0.20734516298198788,0.43548260957258844,0.15372517456988796,0.24675577497543974,0.7514656676396549,0.15372517456988796,0.217687720734134,0.48774672658929247,0.15372517456988796,0.1866546038225962,0.2341549392547864,0.15372517456988796,0.23387626067616726,0.5092589532798149,0.15372517456988796,0.1517797324072993,0.3974608852670971,0.15372517456988796,0.18560317193396386,0.49075428822752415,0.15372517456988796,0.047113381164348475,0.030454268497289175,0.5,0.15372517456988796,0.09725350179819464,0.027567690211607303,0.15372517456988796,0.056806987426985284,0.029508198103197377,0.5,0.15372517456988796,0.1070810452570124,0.02597400488134767,0.15372517456988796,0.06306917199200801,0.049882802246187095,0.15372517456988796,0.2505463922159432,0.3474633873221412,0.15372517456988796,0.25160639349104097,0.6581724017850217,0.15372517456988796,0.2313450803517765,0.4152940140296817,0.15372517456988796,0.18035005973327609,0.32668374477641204,0.15372517456988796,0.14094661010773402,0.14935787963704633,0.5,0.15372517456988796,0.0915950624475749,0.03831681384948367,0.0,0.029631873006610278,0.3701648471597808 -3499,0.5,0.15372517456988796,0.0842403438599765,0.3477281371399853,0.15372517456988796,0.12154878494173257,0.6037337973041148,0.15372517456988796,0.07554864016507488,0.28647096282042,0.15372517456988796,0.059412963636187824,0.15648867488657064,0.15372517456988796,0.12172431143865281,0.41503947090386256,0.15372517456988796,0.07372843795906478,0.326599789229754,0.15372517456988796,0.09828556487929446,0.38317393044158476,0.15372517456988796,0.018424510739632305,0.029932492312902875,0.5,0.15372517456988796,0.04144249239813674,0.024545535524189466,0.15372517456988796,0.02478974778402345,0.05743033158193402,0.5,0.15372517456988796,0.06264200541196702,0.046515489408846915,0.15372517456988796,0.034652284526456516,0.04660597405745335,0.15372517456988796,0.12621996905358027,0.19940526585679721,0.15372517456988796,0.12977724687437794,0.5876597174224163,0.15372517456988796,0.1109651209396112,0.34702042773623,0.15372517456988796,0.08870452253521273,0.2893809535825625,0.15372517456988796,0.0637343434323173,0.1417180388997998,0.5,0.15372517456988796,0.03604526098655565,0.05611870855730549,0.0,0.02179288068688844,0.5398848460778275 -3500,0.5,0.15372517456988796,0.0031879813547177247,0.29118669685624543,0.15372517456988796,0.02122917450392225,0.4134418627261557,0.15372517456988796,0.0,0.19604827079655374,0.15372517456988796,4.0223599524333795e-06,0.16523991456403542,0.15372517456988796,0.03066370070837081,0.49788422593436765,0.15372517456988796,0.019876312018792596,0.34158400795571786,0.15372517456988796,0.027240440572314575,0.3353794033471432,0.15372517456988796,0.002248167681970987,0.05697650373914278,0.5,0.15372517456988796,0.0016629000381592398,0.026536253897703907,0.15372517456988796,6.238233193071811e-05,0.0991847781561428,0.5,0.15372517456988796,0.0,0.04381482454210065,0.15372517456988796,6.063452822630512e-05,0.04856867534922194,0.15372517456988796,0.0298776379104322,0.13803441591339582,0.15372517456988796,0.028898466956060312,0.5335395964049128,0.15372517456988796,0.01499737206794915,0.3699103052249088,0.15372517456988796,0.007478138187451236,0.28865404664744976,0.15372517456988796,0.00013162308481623608,0.11968934560460823,0.5,0.15372517456988796,7.474926592657508e-05,0.03791259024891365,0.0,0.03531130391366288,0.6833236480495638 -3501,0.5,0.15372517456988796,0.0,0.27362151004244073,0.15372517456988796,0.0,0.2933138141522056,0.15372517456988796,0.0,0.17050943871446533,0.15372517456988796,0.0,0.21692370019478066,0.15372517456988796,0.0,0.629617176284823,0.15372517456988796,0.0,0.42794651506827125,0.15372517456988796,0.0,0.3276341812439537,0.15372517456988796,0.0,0.08766697217196062,0.5,0.15372517456988796,0.0,0.03294388721233266,0.15372517456988796,0.0,0.1645419608485788,0.5,0.15372517456988796,0.0,0.022140611183069016,0.15372517456988796,0.0,0.07310872451625137,0.15372517456988796,0.0,0.12529265142210547,0.15372517456988796,0.0,0.48919456123595617,0.15372517456988796,0.0,0.3994325102386643,0.15372517456988796,0.0,0.3018486451837825,0.15372517456988796,0.0,0.10003005288159973,0.5,0.15372517456988796,0.0,0.024536322055611192,0.0,0.08773253064009769,0.7607414482554163 -3502,0.5,0.15372517456988796,0.0,0.24507032440463547,0.15372517456988796,0.0,0.22625949497104725,0.15372517456988796,0.0,0.19813222143808223,0.15372517456988796,0.0,0.2767056819496145,0.15372517456988796,0.0,0.7013642035269323,0.15372517456988796,0.0,0.5104156896503553,0.15372517456988796,0.0,0.3524506511541392,0.15372517456988796,0.0,0.08998870310805332,0.5,0.15372517456988796,0.0,0.03694793283641628,0.15372517456988796,0.0,0.2542229779807935,0.5,0.15372517456988796,0.0,0.021074886292916026,0.15372517456988796,0.0,0.15162790756878036,0.15372517456988796,0.0,0.12216284237407773,0.15372517456988796,0.0,0.4176782664924573,0.15372517456988796,0.0,0.37983251735544865,0.15372517456988796,0.0,0.25053165397503196,0.15372517456988796,0.0,0.07141214121626177,0.5,0.15372517456988796,0.0,0.03300937615405946,0.0,0.1490380111728715,0.7846585901966001 -3503,0.5,0.15372517456988796,0.0,0.20512877902373106,0.15372517456988796,0.0,0.17817353375541214,0.15372517456988796,0.0,0.24619680726315804,0.15372517456988796,0.0,0.27022764021797924,0.15372517456988796,0.0,0.6761880711286465,0.15372517456988796,0.0,0.5224818461052005,0.15372517456988796,0.0,0.39235347912383495,0.15372517456988796,0.0,0.06835897522796514,0.5,0.15372517456988796,0.0,0.04162446181572331,0.15372517456988796,0.0,0.38738172875522175,0.5,0.15372517456988796,0.0,0.03395140281682833,0.15372517456988796,0.0,0.20505161030325209,0.15372517456988796,0.0,0.1336241242163017,0.15372517456988796,0.0,0.3439174264834973,0.15372517456988796,0.0,0.3207713902932254,0.15372517456988796,0.0,0.17615340925742734,0.15372517456988796,0.0,0.039335690145494734,0.5,0.15372517456988796,0.0,0.02688326059232647,0.0,0.17631474268191644,0.8034667832703906 -3504,0.5,0.15372517456988796,0.0,0.1742576690787082,0.15372517456988796,0.0,0.1403603834429608,0.15372517456988796,0.0,0.27279409047853664,0.15372517456988796,0.0,0.2328371435614623,0.15372517456988796,0.0,0.6104755884837981,0.15372517456988796,0.0,0.5207075493130969,0.15372517456988796,0.0,0.39564458218758974,0.15372517456988796,0.0,0.05619715103671345,0.5,0.15372517456988796,0.0,0.06221025728300851,0.15372517456988796,0.0,0.5146847104866432,0.5,0.15372517456988796,0.0,0.05621507827225574,0.15372517456988796,0.0,0.28269195918307244,0.15372517456988796,0.0,0.13495147040628236,0.15372517456988796,0.0,0.3024011334010318,0.15372517456988796,0.0,0.2629203919436288,0.15372517456988796,0.0,0.11593403732104934,0.15372517456988796,0.0,0.019614507720466412,0.5,0.15372517456988796,0.0,0.025290795826807228,0.0,0.1502025413763977,0.8194420052792105 -3505,0.5,0.15372517456988796,0.0,0.15296162672511848,0.15372517456988796,0.0,0.12544487930864548,0.15372517456988796,0.0,0.2376337183812781,0.15372517456988796,0.0,0.1822078793189111,0.15372517456988796,0.0,0.5139354178487303,0.15372517456988796,0.0,0.5037306832171442,0.15372517456988796,0.0,0.3313279485565484,0.15372517456988796,0.0,0.040211725826960906,0.5,0.15372517456988796,0.0,0.09790155278240156,0.15372517456988796,0.0,0.5435783231057413,0.5,0.15372517456988796,0.0,0.10658521502374788,0.15372517456988796,0.0,0.38277371124592313,0.15372517456988796,0.0,0.13027399259127312,0.15372517456988796,0.0,0.2643318923784603,0.15372517456988796,0.0,0.2124913394946788,0.15372517456988796,0.0,0.07938938717208324,0.15372517456988796,0.0,0.018320544860752037,0.5,0.15372517456988796,0.0,0.027254010415859863,0.0,0.11720137848172685,0.8011064795330892 -3506,0.5,0.15372517456988796,0.0,0.1386908702485193,0.15372517456988796,0.0,0.1150650497551885,0.15372517456988796,0.0,0.20205894386058793,0.15372517456988796,0.0,0.18407964586220504,0.15372517456988796,0.0,0.42448279874169054,0.15372517456988796,0.0,0.4482978240514741,0.15372517456988796,0.0,0.2319902196693085,0.15372517456988796,0.0,0.024594630607809198,0.5,0.15372517456988796,0.0,0.16018323225456083,0.15372517456988796,0.0,0.44897876782365126,0.5,0.15372517456988796,0.0,0.15377004366759556,0.15372517456988796,0.0,0.4922908930154742,0.15372517456988796,0.0,0.12846648909839217,0.15372517456988796,0.0,0.24328768156252478,0.15372517456988796,0.0,0.18570472026302762,0.15372517456988796,0.0,0.046092322630161636,0.15372517456988796,0.0,0.02238932311915558,0.5,0.15372517456988796,0.0,0.028868992881420363,0.0,0.08936810385288534,0.7588642392424118 -3507,0.5,0.15372517456988796,0.0,0.1367549524436772,0.15372517456988796,0.0,0.10651910978551464,0.15372517456988796,0.0,0.1938562501697465,0.15372517456988796,0.0,0.2028942936678101,0.15372517456988796,0.0,0.3916969627741249,0.15372517456988796,0.0,0.3602542646796626,0.15372517456988796,0.0,0.15662297233130712,0.15372517456988796,0.0,0.013240313045918644,0.5,0.15372517456988796,0.0,0.23669901804533894,0.15372517456988796,0.0,0.3836573598468108,0.5,0.15372517456988796,0.0,0.2016851003243292,0.15372517456988796,0.0,0.5839172730113037,0.15372517456988796,0.0,0.13408171715806805,0.15372517456988796,0.0,0.23992144501416737,0.15372517456988796,0.0,0.17646648331847545,0.15372517456988796,0.0,0.03507400437636192,0.15372517456988796,0.0,0.030574088060024027,0.5,0.15372517456988796,0.0,0.07873765705829289,0.0,0.07393316784176038,0.7165923651002833 -3508,0.5,0.15372517456988796,0.0,0.14240539785985984,0.15372517456988796,0.0,0.1162777211338226,0.15372517456988796,0.0,0.1893084899046772,0.15372517456988796,0.0,0.21351703202471328,0.15372517456988796,0.0,0.3419644402831148,0.15372517456988796,0.0,0.2936080067413978,0.15372517456988796,0.0,0.11164632761795808,0.15372517456988796,0.0,0.014098148829586045,0.5,0.15372517456988796,0.0,0.28892621080564646,0.15372517456988796,0.0,0.4062759226303715,0.5,0.15372517456988796,0.0,0.2627293314457288,0.15372517456988796,0.0,0.5753293633547608,0.15372517456988796,0.0,0.14261263532196244,0.15372517456988796,0.0,0.2420716750297344,0.15372517456988796,0.0,0.1675571993376462,0.15372517456988796,0.0,0.024301061067384087,0.15372517456988796,0.0,0.037357507798963824,0.5,0.15372517456988796,0.0,0.29773767382592986,0.0,0.08513886321724229,0.6564283929782692 -3509,0.5,0.15372517456988796,0.0029046199165455987,0.1643140929542981,0.15372517456988796,0.0024909693422917336,0.11906453802327988,0.15372517456988796,0.0003415369926857047,0.22762209851806006,0.15372517456988796,0.0004457175306468764,0.18449165461450634,0.15372517456988796,1.5710922740264284e-05,0.3019932513025088,0.15372517456988796,0.0,0.23381443373826177,0.15372517456988796,0.0,0.08441489026234172,0.15372517456988796,0.0,0.022266016007992405,0.5,0.15372517456988796,0.0,0.30671790562760404,0.15372517456988796,0.0,0.49246970458707595,0.5,0.15372517456988796,0.0,0.3756197075089877,0.15372517456988796,0.0,0.5819440227557499,0.15372517456988796,0.0032957661586315444,0.14391944633206477,0.15372517456988796,0.0006647437720574556,0.23869667924839888,0.15372517456988796,0.0006833870708448489,0.1577147781099218,0.15372517456988796,3.79386339733514e-07,0.02144413293223583,0.15372517456988796,1.1887185689316823e-05,0.05873313282079452,0.5,0.15372517456988796,3.82052730937515e-05,0.4809858212401293,0.0,0.17037151339933246,0.6611355645497082 -3510,0.5,0.15372517456988796,0.032702132408913974,0.23593585343074952,0.15372517456988796,0.05197655547013741,0.14001603865883452,0.15372517456988796,0.017288281134974166,0.24263075202002718,0.15372517456988796,0.010705704375087648,0.17342808358207873,0.15372517456988796,0.04544454308507159,0.2929262443014884,0.15372517456988796,0.025872650161214036,0.19397121360319378,0.15372517456988796,0.04095217176076204,0.08114596540634068,0.15372517456988796,0.004230660330355368,0.03885321258424329,0.5,0.15372517456988796,0.0017139149393862515,0.33668046054693834,0.15372517456988796,0.00194052011349796,0.5833583284555571,0.5,0.15372517456988796,0.0010205038718592802,0.5537282824845388,0.15372517456988796,0.002304458472365608,0.6151125340681689,0.15372517456988796,0.058443308012482494,0.16813401222241786,0.15372517456988796,0.04761948816167946,0.24994920984366886,0.15372517456988796,0.029059901074367983,0.16716756953189563,0.15372517456988796,0.02092416372632769,0.022775121277510052,0.15372517456988796,0.003690177613402754,0.09392402515107684,0.5,0.15372517456988796,0.003413990625620888,0.5716457898062268,0.0,0.5464257914424524,0.6286146200101376 -3511,0.5,0.15372517456988796,0.08239757292878176,0.3597428872096023,0.15372517456988796,0.12286471577266553,0.2107398167856202,0.15372517456988796,0.054646529153637644,0.2150010185485928,0.15372517456988796,0.03287192508853998,0.15744508826479145,0.15372517456988796,0.11793576207866555,0.41482892084153705,0.15372517456988796,0.07297198078549319,0.2257273113874262,0.15372517456988796,0.1038445008338071,0.11821315478294347,0.15372517456988796,0.015455222998627697,0.06307198191232047,0.5,0.15372517456988796,0.007934725099743968,0.3890721808361712,0.15372517456988796,0.0156102942473337,0.6025875549731299,0.5,0.15372517456988796,0.006928094581651284,0.6813805218259871,0.15372517456988796,0.01613120049521504,0.6238379662988113,0.15372517456988796,0.13083705097267823,0.2499991768366994,0.15372517456988796,0.11679943044626684,0.33857164082437075,0.15372517456988796,0.06575237639073442,0.18588507368041945,0.15372517456988796,0.050350195522865474,0.027048603371104967,0.15372517456988796,0.012808104800974112,0.14626650041343053,0.5,0.15372517456988796,0.02175568259165064,0.7644777879228976,0.0,0.8568353965283891,0.5771960448348701 -3512,0.5,0.15372517456988796,0.14562231276511317,0.5071405458006357,0.15372517456988796,0.19218354216335995,0.3167811603377731,0.15372517456988796,0.08077356329434347,0.23826205392132577,0.15372517456988796,0.04929895258880024,0.13070389513598302,0.15372517456988796,0.20385494701253992,0.5100639384339885,0.15372517456988796,0.13737395654846749,0.25440064351172254,0.15372517456988796,0.15958869576696022,0.12907841981125726,0.15372517456988796,0.03153779573618157,0.08967821386957132,0.5,0.15372517456988796,0.01600429195961112,0.41319398582592215,0.15372517456988796,0.044828791611939436,0.5982044005939942,0.5,0.15372517456988796,0.01605346628089043,0.70892736436404,0.15372517456988796,0.037121063170725166,0.5884672109980799,0.15372517456988796,0.22160793410684987,0.40203042172504866,0.15372517456988796,0.19487680384353373,0.4350726235364464,0.15372517456988796,0.10422650569670205,0.19250477858328813,0.15372517456988796,0.061775718530674185,0.035060578582912096,0.15372517456988796,0.02077601246661201,0.20522500706411964,0.5,0.15372517456988796,0.0448603632938464,0.882748138672611,0.0,0.9591906562037584,0.5811865914998787 -3513,0.5,0.15372517456988796,0.22482564957299966,0.6020415009222765,0.15372517456988796,0.22256632417164424,0.3919681243448022,0.15372517456988796,0.09023179309180543,0.31630861652793174,0.15372517456988796,0.06273722703034351,0.10359970542836916,0.15372517456988796,0.27911230257206954,0.4936539995188926,0.15372517456988796,0.22190926023461907,0.22467177466435748,0.15372517456988796,0.19355025452337069,0.11629406622890358,0.15372517456988796,0.048256341068084616,0.11547055387732863,0.5,0.15372517456988796,0.022646001623021914,0.40998288311658987,0.15372517456988796,0.08042763743568368,0.654225745335328,0.5,0.15372517456988796,0.022970609910957736,0.6836293590211718,0.15372517456988796,0.05093305162597421,0.541046368104171,0.15372517456988796,0.2998617909267664,0.5690526439190144,0.15372517456988796,0.2647685368272544,0.4794755569531494,0.15372517456988796,0.13518594446800006,0.21414441993307448,0.15372517456988796,0.06656031635068335,0.060548746556598775,0.15372517456988796,0.025846387633960542,0.25245668968459556,0.5,0.15372517456988796,0.07805051159187011,0.8908153655826647,0.0,0.977612739734267,0.6116354307315628 -3514,0.5,0.15372517456988796,0.2960387232087862,0.6963740536546354,0.15372517456988796,0.271596851751747,0.4618133813109479,0.15372517456988796,0.09000915570536551,0.3790403699845756,0.15372517456988796,0.06131081129596984,0.08494692733156495,0.15372517456988796,0.33501056328945666,0.45962418948363626,0.15372517456988796,0.29914121341657707,0.20327687356239837,0.15372517456988796,0.16269406420356924,0.13220106678797472,0.15372517456988796,0.06071383549207804,0.1310551469896999,0.5,0.15372517456988796,0.029620304240623997,0.4234685395292566,0.15372517456988796,0.12636200686113858,0.6793536682264587,0.5,0.15372517456988796,0.029426986374095083,0.7139426405659888,0.15372517456988796,0.06481047915277902,0.5524428499817726,0.15372517456988796,0.3453052917789517,0.7029233663826526,0.15372517456988796,0.3208509708382943,0.4868758985369242,0.15372517456988796,0.18777697501631088,0.2541178395044962,0.15372517456988796,0.09527018684742813,0.07902732414444677,0.15372517456988796,0.026055909754380144,0.341523824219599,0.5,0.15372517456988796,0.09269251554158528,0.8711825197730454,0.0,0.9925435336465169,0.6284305538720305 -3515,0.5,0.15372517456988796,0.35694852804321553,0.7642251227424105,0.15372517456988796,0.3139213225339074,0.5307661323219052,0.15372517456988796,0.07376230780008931,0.3519132231725816,0.15372517456988796,0.057784353217406506,0.08261418285164036,0.15372517456988796,0.3912229295966534,0.4327644783017125,0.15372517456988796,0.3105435581046158,0.22666483681571828,0.15372517456988796,0.17492214149744298,0.10715791023931326,0.15372517456988796,0.07225154902231387,0.1607929376354051,0.5,0.15372517456988796,0.030632777937319708,0.4483654563431764,0.15372517456988796,0.15173061592586035,0.6874093537981574,0.5,0.15372517456988796,0.033081517379038264,0.7710336432192126,0.15372517456988796,0.08000947507415437,0.567693208737425,0.15372517456988796,0.3876125254735895,0.8038597427012891,0.15372517456988796,0.37226319296825217,0.5107540390785428,0.15372517456988796,0.22854940449866412,0.296163507861085,0.15372517456988796,0.15843678086008556,0.13365297817476746,0.15372517456988796,0.02391192069374543,0.42273285087707496,0.5,0.15372517456988796,0.10674239473846683,0.8468339403355547,0.0,0.9913513210679001,0.5850425969012412 -3516,0.5,0.15372517456988796,0.3649357493101048,0.7890873505243762,0.15372517456988796,0.32755930866883465,0.6250490499963882,0.15372517456988796,0.08286569152441152,0.3652349307604962,0.15372517456988796,0.04633282609501275,0.10171185784407154,0.15372517456988796,0.43144163156391735,0.45893581030023284,0.15372517456988796,0.27019178076563216,0.1970842509868332,0.15372517456988796,0.3160412241679812,0.171490367063815,0.15372517456988796,0.06499750294891092,0.20208713900424435,0.5,0.15372517456988796,0.03502864182616042,0.4705561621631444,0.15372517456988796,0.1705094732027852,0.709570286400565,0.5,0.15372517456988796,0.04221125357349428,0.8142829874888109,0.15372517456988796,0.09075489487561722,0.5918387992204055,0.15372517456988796,0.3868080573404801,0.8875538436781569,0.15372517456988796,0.3793804967681013,0.5471623770211873,0.15372517456988796,0.22886166304398337,0.34064791684053447,0.15372517456988796,0.24698612501561457,0.28933510920288585,0.15372517456988796,0.02723079999059317,0.49202987513235436,0.5,0.15372517456988796,0.10281995027485272,0.7999557178182173,0.0,0.9938125089535768,0.5096442310138094 -3517,0.5,0.15372517456988796,0.3324786352344083,0.7891115761600165,0.15372517456988796,0.28348753034035784,0.7187510911978411,0.15372517456988796,0.11027868330466786,0.4096686068165953,0.15372517456988796,0.051587080191699386,0.11651110580483595,0.15372517456988796,0.4796096985483984,0.5834066262233172,0.15372517456988796,0.37114597005633587,0.18468239461088937,0.15372517456988796,0.46364664009496503,0.4275206579103119,0.15372517456988796,0.06478110236994575,0.24682303824302249,0.5,0.15372517456988796,0.03572598053490494,0.48541548684089164,0.15372517456988796,0.16962994023455863,0.693069356365835,0.5,0.15372517456988796,0.05057112398669539,0.8374723770588358,0.15372517456988796,0.09935971494455212,0.6070227479641886,0.15372517456988796,0.3922587415111,0.9336903542046711,0.15372517456988796,0.3529246926207775,0.5713410169912977,0.15372517456988796,0.18293544000927925,0.3613343601333856,0.15372517456988796,0.23697491356046588,0.4071111921885589,0.15372517456988796,0.0292209087097871,0.5476926750699338,0.5,0.15372517456988796,0.10784448763972014,0.7590860848651124,0.0,1.004800805627904,0.4689527471542478 -3518,0.5,0.15372517456988796,0.28926714112130303,0.8009114924951365,0.15372517456988796,0.3000798336421537,0.8255843366160034,0.15372517456988796,0.10355260703659244,0.3837141291978725,0.15372517456988796,0.07932008496949043,0.15490182797921545,0.15372517456988796,0.47648063714967304,0.7464738371950019,0.15372517456988796,0.3960985908742194,0.22635627482242335,0.15372517456988796,0.5103041328696236,0.6127125177943531,0.15372517456988796,0.05767554579292021,0.2889279541047945,0.5,0.15372517456988796,0.035906717084865904,0.483235991816954,0.15372517456988796,0.13717905808807587,0.6588491403073968,0.5,0.15372517456988796,0.05135233947158307,0.8455270781448025,0.15372517456988796,0.10970710961625992,0.6191048276389451,0.15372517456988796,0.4016280573083961,0.9427137307737515,0.15372517456988796,0.3113173104225713,0.5575211832343248,0.15372517456988796,0.13825243001221368,0.345124807129635,0.15372517456988796,0.15335860307858573,0.41333364869782596,0.15372517456988796,0.019461841843998767,0.5953448080900539,0.5,0.15372517456988796,0.10576500357297164,0.7118785513084387,0.0,1.0067414197106463,0.4177574153645079 -3519,0.5,0.15372517456988796,0.2405998904564082,0.8244588701184811,0.15372517456988796,0.3156406631249052,0.8764291320467945,0.15372517456988796,0.07181033800243553,0.24292011689234394,0.15372517456988796,0.09938849766534343,0.14723952649006394,0.15372517456988796,0.4505224470022181,0.847750762814546,0.15372517456988796,0.29619465319736527,0.2764849260635066,0.15372517456988796,0.4479254082633747,0.6686436715815425,0.15372517456988796,0.05471842187716551,0.3257092685551679,0.5,0.15372517456988796,0.032748611615228976,0.4572555988110244,0.15372517456988796,0.11203964458870888,0.6314277159147275,0.5,0.15372517456988796,0.03835467582383528,0.8557419211915668,0.15372517456988796,0.11113848700858547,0.6142014360616116,0.15372517456988796,0.33990494172570784,0.9024458702270255,0.15372517456988796,0.23773792018798853,0.5336381684915092,0.15372517456988796,0.09638766661594039,0.3392003032478943,0.15372517456988796,0.10870091429035139,0.3667585501947167,0.15372517456988796,0.014651368901387418,0.603490812417617,0.5,0.15372517456988796,0.08368936625973965,0.6775687115657313,0.0,1.0079894098090982,0.44278818301563466 -3520,0.5,0.15372517456988796,0.19720385416325187,0.8409503799957094,0.15372517456988796,0.25752035428812925,0.9159048517395691,0.15372517456988796,0.04697026139036326,0.14879423083540658,0.15372517456988796,0.05047037432592901,0.12586198984291336,0.15372517456988796,0.3640950818342606,0.8018407363601301,0.15372517456988796,0.2501280701125439,0.35424748415968876,0.15372517456988796,0.29776743181267407,0.6339910993416976,0.15372517456988796,0.05094819792647495,0.3329442018803082,0.5,0.15372517456988796,0.02621675664253652,0.4219059683205153,0.15372517456988796,0.09316082215471136,0.5795917046433744,0.5,0.15372517456988796,0.022361693968151415,0.8748746750991905,0.15372517456988796,0.07750360730120474,0.5478517490597097,0.15372517456988796,0.3193165082806956,0.884448908112011,0.15372517456988796,0.15853783462373236,0.5023921123520406,0.15372517456988796,0.05926635978614248,0.34138037312529723,0.15372517456988796,0.07344503998236065,0.3084109029325984,0.15372517456988796,0.00862902856196939,0.5821863143955118,0.5,0.15372517456988796,0.06257545302591602,0.6696974426465476,0.0,1.0099256573506186,0.6768638211114162 -3521,0.5,0.15372517456988796,0.12977699519287736,0.8574670769688538,0.15372517456988796,0.1859771237347019,0.9409641967000836,0.15372517456988796,0.024594035906944593,0.11779835340785581,0.15372517456988796,0.020799566053374945,0.1478395294612968,0.15372517456988796,0.23395139115296992,0.6659519102988556,0.15372517456988796,0.15373413972084515,0.3849755456692207,0.15372517456988796,0.19572033845763728,0.5298572410609794,0.15372517456988796,0.03258918967935956,0.30996783124063243,0.5,0.15372517456988796,0.02055916403047316,0.38095500737900967,0.15372517456988796,0.06658548762748867,0.49957046510080827,0.5,0.15372517456988796,0.011437097569840383,0.8706721361243067,0.15372517456988796,0.047260246042669755,0.49975667398809187,0.15372517456988796,0.2513431449807773,0.879901494919047,0.15372517456988796,0.08694286028410338,0.5201446856746301,0.15372517456988796,0.03260612808801114,0.3393296950231068,0.15372517456988796,0.043699200804676624,0.2532181407801996,0.15372517456988796,0.003946188430756085,0.5563259902414404,0.5,0.15372517456988796,0.03390546829741074,0.6233265775857993,0.0,1.0101767304711016,0.8306086767604646 -3522,0.5,0.15372517456988796,0.07846054995930113,0.8786111505978418,0.15372517456988796,0.07787362598596534,0.9404713854719352,0.15372517456988796,0.008522491111394824,0.10926615485870983,0.15372517456988796,0.007038712862823058,0.1885654899645738,0.15372517456988796,0.12435134687218313,0.5523792998711202,0.15372517456988796,0.09824226831031024,0.37516456291975947,0.15372517456988796,0.12782938715176584,0.4003194306500923,0.15372517456988796,0.015433711706359387,0.28621736029500566,0.5,0.15372517456988796,0.013972051043496454,0.34429428531298933,0.15372517456988796,0.035077758069387975,0.4298430529551501,0.5,0.15372517456988796,0.007907658507679802,0.8266896214244867,0.15372517456988796,0.022722188437098716,0.4711953206332269,0.15372517456988796,0.16078551935314,0.8482473588321805,0.15372517456988796,0.03761984178046008,0.5565811175670505,0.15372517456988796,0.015436549988842457,0.37320989932538,0.15372517456988796,0.030582774166636725,0.2061917411465802,0.15372517456988796,0.0018466204216191398,0.5267857168589093,0.5,0.15372517456988796,0.01559028102834865,0.568020119506597,0.0,1.009988186894097,0.74450520142999 -3523,0.5,0.15372517456988796,0.036109791542268274,0.8835674614420603,0.15372517456988796,0.03981825965900814,0.934144960140858,0.15372517456988796,0.0012653666589427471,0.16766811227230055,0.15372517456988796,0.001369715613659948,0.22584236425927454,0.15372517456988796,0.03867164001395422,0.4551792735669035,0.15372517456988796,0.058786788586552036,0.2853054241528692,0.15372517456988796,0.05366922136618281,0.29733162528119367,0.15372517456988796,0.004182023768918325,0.24471552558281007,0.5,0.15372517456988796,0.006684093133902372,0.29324487512300496,0.15372517456988796,0.008257911849552676,0.39792769189776633,0.5,0.15372517456988796,0.0028968976612304994,0.7764823335494359,0.15372517456988796,0.006863809757305973,0.4395698101757278,0.15372517456988796,0.0721214319212007,0.8218289076506125,0.15372517456988796,0.01227081702137063,0.6318057015170877,0.15372517456988796,0.004392339529380592,0.43766276833386275,0.15372517456988796,0.01197587028672398,0.15007259913634494,0.15372517456988796,0.000817129199119687,0.5073345978397321,0.5,0.15372517456988796,0.005450392816340712,0.5026377998691379,0.0,1.009941420081586,0.4561429618800153 -3524,0.5,0.15372517456988796,0.0015750231731767503,0.8827315521242856,0.15372517456988796,0.006942959858247255,0.910777723368609,0.15372517456988796,5.805904213245304e-05,0.237893657154436,0.15372517456988796,3.429811829447711e-05,0.2744620972793447,0.15372517456988796,0.0029139211511120897,0.4326805329448687,0.15372517456988796,0.01800177815103269,0.17462879437480866,0.15372517456988796,0.005491661459583649,0.24438354037931817,0.15372517456988796,0.0008173145894396882,0.18583227932424956,0.5,0.15372517456988796,0.001091387856745627,0.25835937843993156,0.15372517456988796,0.0005175322711997372,0.40988660751664086,0.5,0.15372517456988796,0.0003143908377483608,0.7888015286668321,0.15372517456988796,0.00041091707319034556,0.4131911885739957,0.15372517456988796,0.017278774221102747,0.7916595899390914,0.15372517456988796,0.002016751163729165,0.6873632790316128,0.15372517456988796,0.0005433230474542875,0.4945338533902199,0.15372517456988796,0.0009538836152310481,0.12113537998617845,0.15372517456988796,4.287631959438036e-05,0.4976331390766117,0.5,0.15372517456988796,0.00015411156587585517,0.4491080073764048,0.0,1.009869664347578,0.2489244051620954 -3525,0.5,0.15372517456988796,0.0,0.8907646300744096,0.15372517456988796,0.0,0.9104776632551878,0.15372517456988796,0.0,0.30551910234903296,0.15372517456988796,0.0,0.3254905865936081,0.15372517456988796,0.0,0.4372909264911582,0.15372517456988796,0.0,0.16209940001516843,0.15372517456988796,0.0,0.1706218282623631,0.15372517456988796,0.0,0.14870433877427475,0.5,0.15372517456988796,0.0,0.24819088646086299,0.15372517456988796,0.0,0.43031542871695555,0.5,0.15372517456988796,0.0,0.7857963915718487,0.15372517456988796,0.0,0.39814708677287003,0.15372517456988796,0.0,0.7850342827406669,0.15372517456988796,0.0,0.7129160134758858,0.15372517456988796,0.0,0.5380735840572812,0.15372517456988796,0.0,0.10662363357647406,0.15372517456988796,0.0,0.4765218200824901,0.5,0.15372517456988796,0.0,0.4707933106474364,0.0,1.0098112888783777,0.2239820318328453 -3526,0.5,0.15372517456988796,0.0,0.8892819377995125,0.15372517456988796,0.0,0.9162617771013836,0.15372517456988796,0.0,0.3841922301239718,0.15372517456988796,0.0,0.361446554920111,0.15372517456988796,0.0,0.4736900842789868,0.15372517456988796,0.0,0.14629199511383165,0.15372517456988796,0.0,0.17026381322700107,0.15372517456988796,0.0,0.13801160890042175,0.5,0.15372517456988796,0.0,0.2379825711736837,0.15372517456988796,0.0,0.42072447355014897,0.5,0.15372517456988796,0.0,0.800185747855538,0.15372517456988796,0.0,0.3777255593443758,0.15372517456988796,0.0,0.7978906206078685,0.15372517456988796,0.0,0.7162823176153414,0.15372517456988796,0.0,0.5722111295410012,0.15372517456988796,0.0,0.09365281131143853,0.15372517456988796,0.0,0.4794898834011899,0.5,0.15372517456988796,0.0,0.525809889647535,0.0,1.0098645982805163,0.2945100736106382 -3527,0.5,0.15372517456988796,0.0,0.8707801036201871,0.15372517456988796,0.0,0.9331577096024896,0.15372517456988796,0.0,0.4133355244109422,0.15372517456988796,0.0,0.3616898296361642,0.15372517456988796,0.0,0.5596128767460086,0.15372517456988796,0.0,0.1764061079091528,0.15372517456988796,0.0,0.2597824476094552,0.15372517456988796,0.0,0.1501865240741761,0.5,0.15372517456988796,0.0,0.23105825991231066,0.15372517456988796,0.0,0.39280965921820055,0.5,0.15372517456988796,0.0,0.8076418027898019,0.15372517456988796,0.0,0.3599499493693389,0.15372517456988796,0.0,0.8178967186919477,0.15372517456988796,0.0,0.7340272014353593,0.15372517456988796,0.0,0.60547283118998,0.15372517456988796,0.0,0.1109352047632754,0.15372517456988796,0.0,0.48028538608376736,0.5,0.15372517456988796,0.0,0.5510257539760309,0.0,1.0089506668231198,0.5423233123188229 -3528,0.5,0.15372517456988796,0.0,0.8459955931843286,0.15372517456988796,0.0,0.9012338127967126,0.15372517456988796,0.0,0.40377762938271883,0.15372517456988796,0.0,0.3782976579512127,0.15372517456988796,0.0,0.625542172203732,0.15372517456988796,0.0,0.25123382739459343,0.15372517456988796,0.0,0.31029205500998136,0.15372517456988796,0.0,0.1546133653909103,0.5,0.15372517456988796,0.0,0.2226481574728002,0.15372517456988796,0.0,0.34882616837038954,0.5,0.15372517456988796,0.0,0.788082304862378,0.15372517456988796,0.0,0.34966147740347303,0.15372517456988796,0.0,0.8462647694960066,0.15372517456988796,0.0,0.7488286475350219,0.15372517456988796,0.0,0.6049939781550981,0.15372517456988796,0.0,0.11265171847588812,0.15372517456988796,0.0,0.46993708323186034,0.5,0.15372517456988796,0.0,0.5381618230419657,0.0,1.007495453975968,0.6217535923374099 -3529,0.5,0.15372517456988796,0.0,0.811270474004217,0.15372517456988796,0.0,0.8403711687254735,0.15372517456988796,0.0,0.4040637547245718,0.15372517456988796,0.0,0.38496037505309055,0.15372517456988796,0.0,0.6715187562806043,0.15372517456988796,0.0,0.2867561487648939,0.15372517456988796,0.0,0.3303291740503733,0.15372517456988796,0.0,0.1459347049890774,0.5,0.15372517456988796,0.0,0.21537733160353403,0.15372517456988796,0.0,0.3070933428614352,0.5,0.15372517456988796,0.0,0.7572725651943119,0.15372517456988796,0.0,0.3313500248426553,0.15372517456988796,0.0,0.845887761017413,0.15372517456988796,0.0,0.7427846664146482,0.15372517456988796,0.0,0.5793865392608952,0.15372517456988796,0.0,0.11494854870722933,0.15372517456988796,0.0,0.4607604504245699,0.5,0.15372517456988796,0.0,0.5063994721593494,0.0,1.0071449143948503,0.7019087159144906 -3530,0.5,0.15372517456988796,0.0,0.768854536608482,0.15372517456988796,0.0,0.8042379840070191,0.15372517456988796,0.0,0.40084898428293747,0.15372517456988796,0.0,0.3638030658739013,0.15372517456988796,0.0,0.6615508006664849,0.15372517456988796,0.0,0.30031826811540496,0.15372517456988796,0.0,0.32922563188248233,0.15372517456988796,0.0,0.1452622298986863,0.5,0.15372517456988796,0.0,0.2108838957706341,0.15372517456988796,0.0,0.27992997143486636,0.5,0.15372517456988796,0.0,0.7086407976029017,0.15372517456988796,0.0,0.307207916988125,0.15372517456988796,0.0,0.8486108084327151,0.15372517456988796,0.0,0.7278967230641793,0.15372517456988796,0.0,0.5801063298408068,0.15372517456988796,0.0,0.11721394480983212,0.15372517456988796,0.0,0.44730421551882954,0.5,0.15372517456988796,0.0,0.49992402717875684,0.0,1.0071637327175582,0.8190127677361565 -3531,0.5,0.15372517456988796,0.0,0.7170966583616103,0.15372517456988796,0.0,0.7629909733189782,0.15372517456988796,0.0,0.3757223898205594,0.15372517456988796,0.0,0.31020296942834835,0.15372517456988796,0.0,0.6332917018737888,0.15372517456988796,0.0,0.2842932863358687,0.15372517456988796,0.0,0.3187625421140343,0.15372517456988796,0.0,0.13878338958273784,0.5,0.15372517456988796,0.0,0.20570753590242563,0.15372517456988796,0.0,0.2621049351989045,0.5,0.15372517456988796,0.0,0.6995141097806771,0.15372517456988796,0.0,0.27784327981557205,0.15372517456988796,0.0,0.8744534853960415,0.15372517456988796,0.0,0.7266725485214054,0.15372517456988796,0.0,0.5791669555571287,0.15372517456988796,0.0,0.11763947476981505,0.15372517456988796,0.0,0.449405433756731,0.5,0.15372517456988796,0.0,0.49289197543052826,0.0,1.0065052027286334,0.9364267715092166 -3532,0.5,0.15372517456988796,0.0,0.6921003374125394,0.15372517456988796,0.0,0.6917994884991209,0.15372517456988796,0.0,0.3162399583637599,0.15372517456988796,0.0,0.2560846292964357,0.15372517456988796,0.0,0.6159907745348651,0.15372517456988796,0.0,0.27889536359736733,0.15372517456988796,0.0,0.3150100486868688,0.15372517456988796,0.0,0.12411824128527277,0.5,0.15372517456988796,0.0,0.19398848140361794,0.15372517456988796,0.0,0.24811122714911238,0.5,0.15372517456988796,0.0,0.717997335151406,0.15372517456988796,0.0,0.26001368978552736,0.15372517456988796,0.0,0.8708812348156912,0.15372517456988796,0.0,0.7449528079033162,0.15372517456988796,0.0,0.5613442665433838,0.15372517456988796,0.0,0.11886073760621063,0.15372517456988796,0.0,0.4574662392179517,0.5,0.15372517456988796,0.0,0.4795462758934767,0.0,1.006444235736823,0.9817496619575271 -3533,0.5,0.15372517456988796,0.000507912920762645,0.7044504979541129,0.15372517456988796,0.00037958673400462385,0.6392060094682436,0.15372517456988796,2.6963751650599705e-05,0.26104302865308954,0.15372517456988796,6.448899559292186e-05,0.21525249277344716,0.15372517456988796,6.357783616162616e-08,0.5850726707864639,0.15372517456988796,0.0,0.2934132371501253,0.15372517456988796,0.0,0.32886825143507575,0.15372517456988796,0.0,0.11528345025115236,0.5,0.15372517456988796,0.0,0.18810945329665266,0.15372517456988796,0.0,0.2348736642321288,0.5,0.15372517456988796,0.0,0.7232737129952036,0.15372517456988796,0.0,0.24451348932396463,0.15372517456988796,0.0004160101230779227,0.8286635094777304,0.15372517456988796,0.00022014992450716532,0.7410459782554275,0.15372517456988796,0.00011280428426937151,0.5040726743429392,0.15372517456988796,0.0,0.12437019087668436,0.15372517456988796,1.9188385612105226e-07,0.4714888749565885,0.5,0.15372517456988796,0.0,0.44990364707590935,0.0,1.0072290672826791,0.9941843496132471 -3534,0.5,0.15372517456988796,0.006962727214512098,0.736986393936881,0.15372517456988796,0.002218683569413075,0.6791265192268733,0.15372517456988796,0.0006764383267207569,0.23366085475015966,0.15372517456988796,0.000768096133221709,0.1924273427467311,0.15372517456988796,0.0022376481683222126,0.5430280808086078,0.15372517456988796,0.0006433193685124523,0.3278493474852942,0.15372517456988796,0.0006032558741267389,0.2965412058679014,0.15372517456988796,0.00023680242034274508,0.10484844621721846,0.5,0.15372517456988796,0.003768894861734321,0.19386491120210453,0.15372517456988796,0.005648074486582766,0.2316331616788449,0.5,0.15372517456988796,0.004868945231957296,0.7270319317152951,0.15372517456988796,0.010829827926114125,0.25550556419711107,0.15372517456988796,0.0053030290441623325,0.8446385309746098,0.15372517456988796,0.013049081308437287,0.7528818133267423,0.15372517456988796,0.003916672229146255,0.46523931786167266,0.15372517456988796,0.00029082742476031526,0.1015997727103426,0.15372517456988796,0.0005484380909647214,0.4910386283293611,0.5,0.15372517456988796,0.0023875615844310546,0.4403492787688019,0.0,1.008138498893499,0.99402252738821 -3535,0.5,0.15372517456988796,0.022490678291239803,0.7751065456459625,0.15372517456988796,0.00831048085687577,0.7698516401945104,0.15372517456988796,0.002199763434090881,0.201519154523371,0.15372517456988796,0.002710659626075393,0.18390730731794966,0.15372517456988796,0.017563842942233933,0.5444843635907752,0.15372517456988796,0.0028301835836785963,0.31204254396124403,0.15372517456988796,0.002313640420383815,0.24228588758394476,0.15372517456988796,0.0010859892171927032,0.0889783920932119,0.5,0.15372517456988796,0.024403632390018238,0.21268955088161248,0.15372517456988796,0.03452600970265102,0.2501681751334613,0.5,0.15372517456988796,0.029234458546871178,0.7145689664613016,0.15372517456988796,0.05386299497012659,0.2912008350204915,0.15372517456988796,0.01924223412127613,0.8840584522190111,0.15372517456988796,0.045931435507312705,0.7846907733890999,0.15372517456988796,0.01640007844714981,0.46095147706612527,0.15372517456988796,0.001126789229991107,0.0897014705603559,0.15372517456988796,0.0025908903488489855,0.4988029386859982,0.5,0.15372517456988796,0.015683379298944287,0.46739791235182365,0.0,1.0084008538478983,0.9790724553911634 -3536,0.5,0.15372517456988796,0.04302848442151557,0.7967230310780243,0.15372517456988796,0.01576158945824228,0.8085632540937941,0.15372517456988796,0.006149732028069995,0.17160596852497542,0.15372517456988796,0.004794529636661887,0.1685063029518685,0.15372517456988796,0.05193517192090902,0.6431968474111696,0.15372517456988796,0.007615675156844371,0.2874342806513225,0.15372517456988796,0.009142857437796859,0.2869904458060552,0.15372517456988796,0.0035530046932007596,0.08028740723526004,0.5,0.15372517456988796,0.06280666850878242,0.2519746620575076,0.15372517456988796,0.08922611891700613,0.31672643690008606,0.5,0.15372517456988796,0.06430303955142962,0.6969585158038468,0.15372517456988796,0.11460758567830032,0.327799583171188,0.15372517456988796,0.0424700841034253,0.8869236199245523,0.15372517456988796,0.076648022295013,0.7828569214624441,0.15372517456988796,0.02626804028782566,0.43605152941397635,0.15372517456988796,0.0030102142501917052,0.098753255768839,0.15372517456988796,0.006514326562605825,0.48081451345514825,0.5,0.15372517456988796,0.04966332115483252,0.5111480792780606,0.0,1.0086006589920393,0.9595913354857849 -3537,0.5,0.15372517456988796,0.06634122357387427,0.7955044263177485,0.15372517456988796,0.040705944520763565,0.8283823176231179,0.15372517456988796,0.013013570415800922,0.14636167377396472,0.15372517456988796,0.006442641143189606,0.14782588106430875,0.15372517456988796,0.08312777098793182,0.6835268554534357,0.15372517456988796,0.01415029923886757,0.33380545327114697,0.15372517456988796,0.014040000626703478,0.29683582153791244,0.15372517456988796,0.008928965351784817,0.07676757573846239,0.5,0.15372517456988796,0.09686506960514656,0.27569172774628414,0.15372517456988796,0.1552897376154807,0.35018550504929313,0.5,0.15372517456988796,0.09855341644084221,0.6684040142911895,0.15372517456988796,0.1775477985091208,0.33568679683466085,0.15372517456988796,0.06172318522615642,0.8810087745906103,0.15372517456988796,0.0843533849964761,0.7452339777780046,0.15372517456988796,0.0413463543950168,0.42357337360767966,0.15372517456988796,0.004381314083868771,0.09169038163965636,0.15372517456988796,0.011509312097666535,0.46773910908027233,0.5,0.15372517456988796,0.0920657304827854,0.5522864994287786,0.0,1.0088896690667595,0.9724850559322968 -3538,0.5,0.15372517456988796,0.09731601150774369,0.7839742562722001,0.15372517456988796,0.0671460182705621,0.8516447224573993,0.15372517456988796,0.01839629782713431,0.12329655885484399,0.15372517456988796,0.008541280087259897,0.12661872422446735,0.15372517456988796,0.11083273787388237,0.7184899348516928,0.15372517456988796,0.014661136541389327,0.3236246665637098,0.15372517456988796,0.022234542080380615,0.26757505493754125,0.15372517456988796,0.014170720030626544,0.06723924360443782,0.5,0.15372517456988796,0.12741241201679315,0.25502105582070056,0.15372517456988796,0.2039905625613379,0.3681770618142403,0.5,0.15372517456988796,0.11632701773390795,0.6625972992394252,0.15372517456988796,0.2131069053899527,0.3334437771396628,0.15372517456988796,0.08837898077354628,0.8892657223232583,0.15372517456988796,0.09178422843523074,0.717888501906512,0.15372517456988796,0.0590944297417659,0.42023145421624863,0.15372517456988796,0.007294629870207589,0.08175371612282194,0.15372517456988796,0.018784037771300166,0.48061905888662304,0.5,0.15372517456988796,0.16573146157751142,0.6282688627571594,0.0,1.0091964091613732,0.9863118106719266 -3539,0.5,0.15372517456988796,0.12162922369987911,0.7789474456024055,0.15372517456988796,0.09920076597957621,0.845990073658271,0.15372517456988796,0.02551004362473703,0.10159443142031935,0.15372517456988796,0.01040497642580696,0.1056747589399552,0.15372517456988796,0.13862612754471715,0.7107739037880835,0.15372517456988796,0.02141699177601935,0.31641333865839416,0.15372517456988796,0.03780166109880473,0.2668809247332367,0.15372517456988796,0.017394920042340136,0.05658106498038678,0.5,0.15372517456988796,0.153141266772298,0.23133419311837572,0.15372517456988796,0.23975755220578399,0.32982223435239016,0.5,0.15372517456988796,0.15926436776997877,0.6298475922291908,0.15372517456988796,0.24694545325103978,0.3610075180461869,0.15372517456988796,0.12516670014632408,0.9034825857704849,0.15372517456988796,0.09656460359455213,0.7036145294575662,0.15372517456988796,0.0682303540429751,0.40949317636741417,0.15372517456988796,0.012939386557950381,0.07417081715373754,0.15372517456988796,0.02679680553864218,0.4807722673005495,0.5,0.15372517456988796,0.22734658558999177,0.6322825351856691,0.0,1.0096723060459738,0.9831923852329693 -3540,0.5,0.15372517456988796,0.13065529604265808,0.7655939407760282,0.15372517456988796,0.1304632665085937,0.8715793094510538,0.15372517456988796,0.030401458266205945,0.09090663788401385,0.15372517456988796,0.011917075571398247,0.09057129256880336,0.15372517456988796,0.1460475563103037,0.6885527676844296,0.15372517456988796,0.03203847583973909,0.29477904961029033,0.15372517456988796,0.05187341513911746,0.2563883902014452,0.15372517456988796,0.02220135183872153,0.045612915407165736,0.5,0.15372517456988796,0.16565046922700766,0.20130168232980325,0.15372517456988796,0.28007052921613373,0.29876814686961495,0.5,0.15372517456988796,0.18075747374159687,0.5490666459465635,0.15372517456988796,0.2779524078065962,0.318879862775275,0.15372517456988796,0.14477799861526977,0.9055495586487203,0.15372517456988796,0.1067288317642249,0.7052373267620764,0.15372517456988796,0.07433861053286349,0.4026828458184135,0.15372517456988796,0.020593544130330738,0.06140973358828294,0.15372517456988796,0.033776521764037795,0.455638547485175,0.5,0.15372517456988796,0.2131825250140603,0.6035241666127789,0.0,1.0098672975475098,0.9796664050816739 -3541,0.5,0.15372517456988796,0.1486862464489959,0.7569690431728878,0.15372517456988796,0.14614634297160628,0.9026237462624084,0.15372517456988796,0.029785294957440714,0.0852095473719056,0.15372517456988796,0.01271009743949766,0.08124625641765977,0.15372517456988796,0.1441650066843413,0.6604423337088567,0.15372517456988796,0.04163803832885953,0.26706292266037795,0.15372517456988796,0.06034458374183606,0.2411114485607486,0.15372517456988796,0.02725692408174944,0.035987737585122706,0.5,0.15372517456988796,0.1840875476746598,0.17549022786283228,0.15372517456988796,0.2589019173457714,0.26934799213465216,0.5,0.15372517456988796,0.20676893562193463,0.4410032582959451,0.15372517456988796,0.27735106459436887,0.29878538026023305,0.15372517456988796,0.15008068073699013,0.900566551721484,0.15372517456988796,0.12147122935797752,0.7220428331609555,0.15372517456988796,0.07559406355336197,0.3963006104894266,0.15372517456988796,0.027899863054091995,0.04917877539466976,0.15372517456988796,0.0368677102645449,0.4101674213613059,0.5,0.15372517456988796,0.2189455062211829,0.6148623042665357,0.0,1.009630562451521,0.9763297828622678 -3542,0.5,0.15372517456988796,0.1556045423632452,0.7441096343770863,0.15372517456988796,0.14562620665068726,0.9148953931915922,0.15372517456988796,0.02571236654673781,0.07913922480460121,0.15372517456988796,0.012370274223066358,0.0729099245695156,0.15372517456988796,0.1218452773121254,0.6251218899974965,0.15372517456988796,0.04381409968068659,0.25708568796359266,0.15372517456988796,0.05426445047125726,0.20824342336277477,0.15372517456988796,0.028041862533260485,0.029120040476564718,0.5,0.15372517456988796,0.19126516627140022,0.14605579447863612,0.15372517456988796,0.25727302496411697,0.2564186938023524,0.5,0.15372517456988796,0.22089094718401744,0.3530893593742048,0.15372517456988796,0.23479700592542235,0.23974991982386815,0.15372517456988796,0.15010136136842733,0.8999394547613891,0.15372517456988796,0.13004483398102834,0.7352587785854436,0.15372517456988796,0.0705984938867488,0.3851843743022571,0.15372517456988796,0.028273326856704542,0.03739565012117968,0.15372517456988796,0.03638585699315569,0.33973954829983966,0.5,0.15372517456988796,0.18654560673733184,0.5280425793266614,0.0,1.0094621790332743,0.969128023688854 -3543,0.5,0.15372517456988796,0.1433624906367982,0.7295976597459927,0.15372517456988796,0.13675568621564943,0.9259988128845831,0.15372517456988796,0.02016328797596121,0.07099356659421249,0.15372517456988796,0.010416540809502158,0.06319507466850231,0.15372517456988796,0.08552784290932319,0.5482022820994877,0.15372517456988796,0.036011536519750836,0.2394023913785105,0.15372517456988796,0.038352418488116484,0.17183744828896286,0.15372517456988796,0.024636163279326034,0.0250614049095179,0.5,0.15372517456988796,0.18457910070875397,0.1330368636050315,0.15372517456988796,0.2046599061441964,0.19620122230376225,0.5,0.15372517456988796,0.20906782960015496,0.25451767433837763,0.15372517456988796,0.2035012909590066,0.18382598137849104,0.15372517456988796,0.1344167967144673,0.8813254852776118,0.15372517456988796,0.12673650565779565,0.7266083441864559,0.15372517456988796,0.06267605732506494,0.3720908935814415,0.15372517456988796,0.025547245419624793,0.02871473184311255,0.15372517456988796,0.037553754893071195,0.27105226628532003,0.5,0.15372517456988796,0.19155746554961547,0.44392566433729513,0.0,1.0093495722672674,0.9590720359025388 -3544,0.5,0.15372517456988796,0.11438136074414151,0.7260470036392096,0.15372517456988796,0.11102408541549637,0.9180432262294432,0.15372517456988796,0.013995629368356481,0.06264915593226444,0.15372517456988796,0.007695374887995486,0.05946021705147216,0.15372517456988796,0.055548232156326156,0.4701825711724898,0.15372517456988796,0.026510609539510194,0.204670949635363,0.15372517456988796,0.026566593852359495,0.1417222633730571,0.15372517456988796,0.019866950135290936,0.022389219580551047,0.5,0.15372517456988796,0.188130572979558,0.11499680005201732,0.15372517456988796,0.13550881961715344,0.10791112190101866,0.5,0.15372517456988796,0.19126391243519952,0.14628017352385514,0.15372517456988796,0.15258997643023509,0.12158569947291097,0.15372517456988796,0.11753541818781257,0.8616594538721614,0.15372517456988796,0.10945782351441066,0.7046592394390985,0.15372517456988796,0.05048402579920178,0.3580111748441002,0.15372517456988796,0.024216116479630574,0.027502894474274814,0.15372517456988796,0.03362128286070664,0.20337962753930966,0.5,0.15372517456988796,0.14603578750022117,0.3978041621582854,0.0,1.0091836877699492,0.9448626622190952 -3545,0.5,0.15372517456988796,0.08272070192963316,0.727671527060799,0.15372517456988796,0.07711898824865689,0.8989970844661461,0.15372517456988796,0.007731442258614122,0.05879826204844407,0.15372517456988796,0.004466171709832155,0.057367373166740884,0.15372517456988796,0.03117996601128427,0.4179679882342723,0.15372517456988796,0.019393913173757906,0.18886806351853896,0.15372517456988796,0.01589412910170734,0.131371281650299,0.15372517456988796,0.012094605287420686,0.01783040852235592,0.5,0.15372517456988796,0.11489617196696411,0.06439958182531533,0.15372517456988796,0.1629700417770465,0.10079175523647595,0.5,0.15372517456988796,0.13572781919186033,0.07060256061300849,0.15372517456988796,0.11613375819224085,0.058996371857593495,0.15372517456988796,0.09748444979841828,0.8424901258326398,0.15372517456988796,0.07391481999053612,0.6777431406216186,0.15372517456988796,0.0323996649992743,0.3444523196236368,0.15372517456988796,0.018553262647379304,0.02865826377260153,0.15372517456988796,0.024578763108231542,0.13181514731375013,0.5,0.15372517456988796,0.09268811794900786,0.29445003278268844,0.0,1.0088459405780004,0.9201576455289117 -3546,0.5,0.15372517456988796,0.0505871658707855,0.7272319643090366,0.15372517456988796,0.04546778342187168,0.8704846182408148,0.15372517456988796,0.0034806049118400895,0.06115471856059136,0.15372517456988796,0.0021085375854274445,0.05514351517802128,0.15372517456988796,0.016255706288144885,0.4097193195446057,0.15372517456988796,0.011648200905142212,0.18051463280291255,0.15372517456988796,0.007580978637148455,0.13962259049639827,0.15372517456988796,0.0060867110161703444,0.012756969920777614,0.5,0.15372517456988796,0.06370729813568479,0.024039313397008235,0.15372517456988796,0.10558934538332669,0.06698083220445264,0.5,0.15372517456988796,0.0817487838534202,0.027076101082198413,0.15372517456988796,0.0967756949268627,0.02235804731021555,0.15372517456988796,0.09416602728105236,0.8250717875313087,0.15372517456988796,0.042751439125517265,0.6505072457643446,0.15372517456988796,0.01670560953402329,0.32774618039670966,0.15372517456988796,0.009709059323930912,0.030343002969641587,0.15372517456988796,0.014950988362254239,0.08162312926379858,0.5,0.15372517456988796,0.05133548083450822,0.18479751655971605,0.0,1.007883311525189,0.9010304530404476 -3547,0.5,0.15372517456988796,0.0225160014931432,0.7171046672801151,0.15372517456988796,0.01845381051212954,0.8422130006960661,0.15372517456988796,0.0009429014952479508,0.06329471810172158,0.15372517456988796,0.0006607614277479554,0.05761453059506414,0.15372517456988796,0.006401823038374445,0.4325574747513184,0.15372517456988796,0.004751701814258276,0.1891313857576422,0.15372517456988796,0.0025991489896772142,0.1517772564736922,0.15372517456988796,0.0029548158151163273,0.011141859678889112,0.5,0.15372517456988796,0.030568157390446483,0.004726586438695297,0.15372517456988796,0.04921530825083012,0.02226430860650266,0.5,0.15372517456988796,0.03379578224677791,0.01103124732854648,0.15372517456988796,0.05321985276981848,0.006397127078548415,0.15372517456988796,0.03318908912513308,0.7735895224673975,0.15372517456988796,0.01746949627682657,0.6233598603207909,0.15372517456988796,0.006882674324118418,0.3230951088172585,0.15372517456988796,0.0031505516753184736,0.032913880360846776,0.15372517456988796,0.00680497019102029,0.04976941619088408,0.5,0.15372517456988796,0.017986508861255527,0.09905351671406391,0.0,1.0056983524973901,0.8806870804925058 -3548,0.5,0.15372517456988796,0.0008150658207452331,0.6936508747363296,0.15372517456988796,0.002943505454159294,0.8170673948161205,0.15372517456988796,5.8934726292547766e-05,0.06776574982777582,0.15372517456988796,3.5569129718096586e-05,0.06696904476811599,0.15372517456988796,0.001356919315276384,0.46816994589384203,0.15372517456988796,0.0008716929600419361,0.20739339603957765,0.15372517456988796,0.0005675644811693835,0.17529414567575102,0.15372517456988796,0.0007608136616149023,0.011447360917908194,0.5,0.15372517456988796,0.005215411676907239,0.0008109424434872966,0.15372517456988796,0.0,0.006377309324369029,0.5,0.15372517456988796,0.00017569267610646543,0.005361769170747504,0.15372517456988796,0.0,0.005710631177598435,0.15372517456988796,0.007099792073466449,0.7011788364743761,0.15372517456988796,0.003125371983785679,0.6104684578393559,0.15372517456988796,0.0012794449311190363,0.33325366729925604,0.15372517456988796,0.00043336308094703676,0.03820379626812971,0.15372517456988796,0.0003274882452547659,0.02885592386181028,0.5,0.15372517456988796,0.0002644349924971987,0.04252310737480021,0.0,1.0012891252389853,0.8738076866443303 -3549,0.5,0.15372517456988796,0.0,0.6676159007869085,0.15372517456988796,0.0,0.7657994716711871,0.15372517456988796,0.0,0.09095257652284558,0.15372517456988796,0.0,0.08182276541224869,0.15372517456988796,0.0,0.49914028318234366,0.15372517456988796,0.0,0.22605906817725452,0.15372517456988796,0.0,0.19726887947724364,0.15372517456988796,0.0,0.011563093779766869,0.5,0.15372517456988796,0.0,0.00019739701574386626,0.15372517456988796,0.0,0.004382413652048027,0.5,0.15372517456988796,0.0,0.004050797449437722,0.15372517456988796,0.0,0.010695019904550759,0.15372517456988796,0.0,0.6047321174585358,0.15372517456988796,0.0,0.6028653848753884,0.15372517456988796,0.0,0.35446649199068736,0.15372517456988796,0.0,0.040363718752219294,0.15372517456988796,0.0,0.0186030790456997,0.5,0.15372517456988796,0.0,0.02452670883149045,0.0,0.9915927100589068,0.8805018281166963 -3550,0.5,0.15372517456988796,0.0,0.6389892195994257,0.15372517456988796,0.0,0.7105242869644568,0.15372517456988796,0.0,0.11430739447527646,0.15372517456988796,0.0,0.10605320743957916,0.15372517456988796,0.0,0.5119727472159689,0.15372517456988796,0.0,0.25656133748563725,0.15372517456988796,0.0,0.21547354721499223,0.15372517456988796,0.0,0.010600739032000588,0.5,0.15372517456988796,0.0,0.0003343368833560943,0.15372517456988796,0.0,0.006774234173638761,0.5,0.15372517456988796,0.0,0.0035625765776429686,0.15372517456988796,0.0,0.014991318833594934,0.15372517456988796,0.0,0.5388636357304146,0.15372517456988796,0.0,0.6050395674809407,0.15372517456988796,0.0,0.3779235154314393,0.15372517456988796,0.0,0.03916145819402814,0.15372517456988796,0.0,0.014593601955811211,0.5,0.15372517456988796,0.0,0.024119362140896473,0.0,0.9776684422019304,0.8878628161707869 -3551,0.5,0.15372517456988796,0.0,0.5981529116432631,0.15372517456988796,0.0,0.6582483810827545,0.15372517456988796,0.0,0.14459296965360924,0.15372517456988796,0.0,0.13997511217669045,0.15372517456988796,0.0,0.5149561843595964,0.15372517456988796,0.0,0.2903300922883325,0.15372517456988796,0.0,0.2326337370974355,0.15372517456988796,0.0,0.009913395475652606,0.5,0.15372517456988796,0.0,0.0009707595077441837,0.15372517456988796,0.0,0.011856358907237418,0.5,0.15372517456988796,0.0,0.0029566263363789546,0.15372517456988796,0.0,0.017116113893863662,0.15372517456988796,0.0,0.47501949370606417,0.15372517456988796,0.0,0.5857057846708509,0.15372517456988796,0.0,0.38179216712103126,0.15372517456988796,0.0,0.03894436519668544,0.15372517456988796,0.0,0.012957603048817413,0.5,0.15372517456988796,0.0,0.02808270172993009,0.0,0.9529465679114197,0.8857613931090779 -3552,0.5,0.15372517456988796,0.0,0.5487285841929225,0.15372517456988796,0.0,0.5724551244398285,0.15372517456988796,0.0,0.18805760411776556,0.15372517456988796,0.0,0.17848722707191475,0.15372517456988796,0.0,0.5230160620848677,0.15372517456988796,0.0,0.31381492077563655,0.15372517456988796,0.0,0.25550837697626044,0.15372517456988796,0.0,0.008905814006534686,0.5,0.15372517456988796,0.0,0.0016050329893771882,0.15372517456988796,0.0,0.016270515749568094,0.5,0.15372517456988796,0.0,0.002850524900603199,0.15372517456988796,0.0,0.02085520490649465,0.15372517456988796,0.0,0.4002625742253699,0.15372517456988796,0.0,0.5513346970250304,0.15372517456988796,0.0,0.37649813024413614,0.15372517456988796,0.0,0.040493112545631434,0.15372517456988796,0.0,0.010987828129646804,0.5,0.15372517456988796,0.0,0.03105820018635437,0.0,0.9167815720159269,0.8707367991197684 -3553,0.5,0.15372517456988796,0.0,0.49468418800263175,0.15372517456988796,0.0,0.4905616451828135,0.15372517456988796,0.0,0.22309265513613857,0.15372517456988796,0.0,0.20968958349879227,0.15372517456988796,0.0,0.5293848028218247,0.15372517456988796,0.0,0.3292915371543246,0.15372517456988796,0.0,0.2893413864342231,0.15372517456988796,0.0,0.008261357051641785,0.5,0.15372517456988796,0.0,0.0015558534409068465,0.15372517456988796,0.0,0.019293264614840697,0.5,0.15372517456988796,0.0,0.0025057219095158357,0.15372517456988796,0.0,0.022640779762040316,0.15372517456988796,0.0,0.33446078719810124,0.15372517456988796,0.0,0.5159072844009875,0.15372517456988796,0.0,0.3682953384717054,0.15372517456988796,0.0,0.04744108880810359,0.15372517456988796,0.0,0.009912211223186893,0.5,0.15372517456988796,0.0,0.032515468356612516,0.0,0.8715967073830065,0.8493886118640039 -3554,0.5,0.15372517456988796,0.0,0.4278503395212627,0.15372517456988796,0.0,0.4271496905927429,0.15372517456988796,0.0,0.23958590462914123,0.15372517456988796,0.0,0.2253406334991967,0.15372517456988796,0.0,0.5146982766783816,0.15372517456988796,0.0,0.336633533230437,0.15372517456988796,0.0,0.31097644282223225,0.15372517456988796,0.0,0.007882474319298453,0.5,0.15372517456988796,0.0,0.0014526875095290086,0.15372517456988796,0.0,0.020940535866941206,0.5,0.15372517456988796,0.0,0.0022906291194111127,0.15372517456988796,0.0,0.02116139542384042,0.15372517456988796,0.0,0.2822909553983207,0.15372517456988796,0.0,0.4957401661856953,0.15372517456988796,0.0,0.34673710432325977,0.15372517456988796,0.0,0.058020762680018885,0.15372517456988796,0.0,0.009072681478685512,0.5,0.15372517456988796,0.0,0.03257752471932459,0.0,0.8134696665336463,0.821041672298001 -3555,0.5,0.15372517456988796,0.0,0.3723198226271694,0.15372517456988796,0.0,0.3970616153137413,0.15372517456988796,0.0,0.23241136281453734,0.15372517456988796,0.0,0.223898026850248,0.15372517456988796,0.0,0.4959886208920462,0.15372517456988796,0.0,0.33770102329937923,0.15372517456988796,0.0,0.31193059105734156,0.15372517456988796,0.0,0.007927818240844889,0.5,0.15372517456988796,0.0,0.0015672988040795924,0.15372517456988796,0.0,0.02150242820803807,0.5,0.15372517456988796,0.0,0.0012165958688172133,0.15372517456988796,0.0,0.018196997147643255,0.15372517456988796,0.0,0.25637429849062443,0.15372517456988796,0.0,0.47913416135004905,0.15372517456988796,0.0,0.32292561005108505,0.15372517456988796,0.0,0.07306308067874208,0.15372517456988796,0.0,0.008610302197970442,0.5,0.15372517456988796,0.0,0.032765334870221735,0.0,0.7594397741828092,0.7874421304118638 -3556,0.5,0.15372517456988796,0.0,0.32851152474399975,0.15372517456988796,0.0,0.3626942988819455,0.15372517456988796,0.0,0.22095635845661493,0.15372517456988796,0.0,0.21674752875189568,0.15372517456988796,0.0,0.4868872249094092,0.15372517456988796,0.0,0.3429838873016942,0.15372517456988796,0.0,0.3058045305191489,0.15372517456988796,0.0,0.00944226563948248,0.5,0.15372517456988796,0.0,0.001687299993946036,0.15372517456988796,0.0,0.019900257223038138,0.5,0.15372517456988796,0.0,0.0010185335771727751,0.15372517456988796,0.0,0.01567930826238836,0.15372517456988796,0.0,0.2337771757398943,0.15372517456988796,0.0,0.4438474759262737,0.15372517456988796,0.0,0.3000245324370626,0.15372517456988796,0.0,0.08084584141572082,0.15372517456988796,0.0,0.008905230920543728,0.5,0.15372517456988796,0.0,0.033275910714598345,0.0,0.7213262120703026,0.7472716796696607 -3557,0.5,0.15372517456988796,0.0017672309110745312,0.30610183023596943,0.15372517456988796,0.0007108157643358157,0.3244212102372702,0.15372517456988796,5.6111415675109234e-05,0.22663669010126586,0.15372517456988796,0.0004765065781053073,0.2188849308251545,0.15372517456988796,2.2786190567418354e-05,0.48509089894640245,0.15372517456988796,0.0,0.35999582326986485,0.15372517456988796,0.0,0.3100641623324619,0.15372517456988796,0.0,0.011916730882520215,0.5,0.15372517456988796,0.0,0.0010261354751912035,0.15372517456988796,0.0,0.018888125161890017,0.5,0.15372517456988796,0.0,0.0008455515316705448,0.15372517456988796,0.0,0.015514866972911531,0.15372517456988796,0.002119823633072862,0.22937837261380695,0.15372517456988796,0.0002838330656473151,0.41990730411446764,0.15372517456988796,0.00032001254891210387,0.2928117970764611,0.15372517456988796,0.0,0.08956070338012535,0.15372517456988796,3.642708710648494e-06,0.00875071652270148,0.5,0.15372517456988796,1.605658744560814e-05,0.031436984843610814,0.0,0.6689826950926985,0.7454596329847628 -3558,0.5,0.15372517456988796,0.019582759071954843,0.3100490816350438,0.15372517456988796,0.011070877879266874,0.3586975915142749,0.15372517456988796,0.0015322879836053669,0.24549254810510038,0.15372517456988796,0.00857693341749204,0.23109483519323604,0.15372517456988796,0.007656584263138836,0.5203264274161137,0.15372517456988796,0.0016175517147330595,0.3784924533252137,0.15372517456988796,0.0013724756463928136,0.32294583632110724,0.15372517456988796,0.0009762703934725208,0.013735195641474915,0.5,0.15372517456988796,0.02658520126336468,0.0007281443177148461,0.15372517456988796,0.022695242586443582,0.016857317436529875,0.5,0.15372517456988796,0.02928355931907286,0.0004902117602618235,0.15372517456988796,0.023155069561195195,0.011031806898201267,0.15372517456988796,0.03148243115213745,0.2598959397726388,0.15372517456988796,0.01293312537913046,0.445253156691801,0.15372517456988796,0.009500397954293869,0.32377349369562586,0.15372517456988796,0.000580139611605298,0.09987407725674656,0.15372517456988796,0.009020651445035666,0.00960303244506125,0.5,0.15372517456988796,0.00832789261569698,0.03124864391483649,0.0,0.613750104947178,0.7593491602589775 -3559,0.5,0.15372517456988796,0.04865364346102768,0.3273622871331344,0.15372517456988796,0.04013960394303743,0.4235388789367863,0.15372517456988796,0.009381417117456435,0.27294473093618643,0.15372517456988796,0.030534194955936834,0.2361493942753526,0.15372517456988796,0.0348897878021093,0.5836443834452639,0.15372517456988796,0.008263628692344272,0.38943468245456503,0.15372517456988796,0.008025118530593131,0.3433030323215769,0.15372517456988796,0.004245180225350935,0.01575999765258393,0.5,0.15372517456988796,0.09100375029298838,0.0007568777772669887,0.15372517456988796,0.061007310949475195,0.014415787339501754,0.5,0.15372517456988796,0.09213580437389766,0.0007986471536450378,0.15372517456988796,0.07498463642431179,0.007545541237298675,0.15372517456988796,0.07595401472935431,0.3622681943418831,0.15372517456988796,0.046221684701998514,0.48844542940471425,0.15372517456988796,0.04044979959076357,0.3836580688570818,0.15372517456988796,0.0029869598101688547,0.11403774350787595,0.15372517456988796,0.027605905925451396,0.016014905588351242,0.5,0.15372517456988796,0.02862331965838314,0.036851480474767113,0.0,0.5274424209977353,0.7813578656506576 -3560,0.5,0.15372517456988796,0.08832571154261704,0.33522331669102456,0.15372517456988796,0.0773234690909415,0.4592490086546412,0.15372517456988796,0.031437158105810395,0.2956893019153063,0.15372517456988796,0.058981157548068666,0.23181798392518865,0.15372517456988796,0.08354895146475501,0.6863184280507275,0.15372517456988796,0.022925103998928397,0.41334760019332606,0.15372517456988796,0.025864252004881055,0.3889729779815216,0.15372517456988796,0.009569886035318106,0.0193241562981485,0.5,0.15372517456988796,0.1797941478120835,0.0028841690368688953,0.15372517456988796,0.11018419553465698,0.01807959822557678,0.5,0.15372517456988796,0.16797473579489697,0.007398349515491519,0.15372517456988796,0.1350910796245235,0.009098079087996043,0.15372517456988796,0.13193922025235197,0.43705175788678496,0.15372517456988796,0.09249346141390365,0.5203412751793863,0.15372517456988796,0.09571085977167114,0.4194178847194936,0.15372517456988796,0.010790073708634612,0.1376752665105557,0.15372517456988796,0.04452482478728643,0.02672281205158914,0.5,0.15372517456988796,0.05948659657248152,0.053698615173317095,0.0,0.42458908650924726,0.7744402645263766 -3561,0.5,0.15372517456988796,0.10755817513254212,0.3167395809577733,0.15372517456988796,0.12329807395989861,0.4304680515012612,0.15372517456988796,0.07157611652760647,0.29109259088696304,0.15372517456988796,0.08523155966271204,0.21101452447396696,0.15372517456988796,0.164161075875031,0.7243074042992442,0.15372517456988796,0.04298927185690879,0.4498524749319993,0.15372517456988796,0.045337271513409216,0.4214123234965195,0.15372517456988796,0.02074544618644516,0.024228541461328516,0.5,0.15372517456988796,0.2604284965464598,0.018236538571185255,0.15372517456988796,0.1582401908121377,0.028389696271044432,0.5,0.15372517456988796,0.22395705562182527,0.0176034024748884,0.15372517456988796,0.19939408364773437,0.02542236231247119,0.15372517456988796,0.19320661502254485,0.40518393235174566,0.15372517456988796,0.13904824654734577,0.5192143946043428,0.15372517456988796,0.15187001387562096,0.4245433419158309,0.15372517456988796,0.023016863219167346,0.17127473564163145,0.15372517456988796,0.0597807024296879,0.04147208321764837,0.5,0.15372517456988796,0.09999137936914222,0.06608681857418054,0.0,0.2976202196565768,0.7442793707443638 -3562,0.5,0.15372517456988796,0.15522380927104673,0.3066161591463472,0.15372517456988796,0.2106222234915462,0.4243400602410109,0.15372517456988796,0.105340710238675,0.2664105238303197,0.15372517456988796,0.11217546782590174,0.1853038981556789,0.15372517456988796,0.2723728169263986,0.7182431129886857,0.15372517456988796,0.06662215997647283,0.4761661786590402,0.15372517456988796,0.07476858564752166,0.4420281711813076,0.15372517456988796,0.03839166867263755,0.0325313351989063,0.5,0.15372517456988796,0.3142546937687283,0.040549331114600184,0.15372517456988796,0.24522260406861535,0.047669358104640736,0.5,0.15372517456988796,0.23367381664186482,0.027510790412187187,0.15372517456988796,0.2744011370914447,0.07152798514509341,0.15372517456988796,0.2812004369441674,0.37133753353280774,0.15372517456988796,0.17639473337465947,0.5057174410137086,0.15372517456988796,0.19229053600935636,0.4054493581322548,0.15372517456988796,0.04195162339357557,0.18223398186560824,0.15372517456988796,0.07443948706551903,0.05539875705801434,0.5,0.15372517456988796,0.16076819886632993,0.09797884303309869,0.0,0.2065227982231394,0.721394522656849 -3563,0.5,0.15372517456988796,0.19907673400836506,0.30431189296794403,0.15372517456988796,0.21442542147278312,0.4193098140938044,0.15372517456988796,0.12492786429430136,0.23605799475390088,0.15372517456988796,0.13426646707398485,0.1666166812512333,0.15372517456988796,0.32142669550699043,0.6733956498495189,0.15372517456988796,0.10452411755640764,0.4915249429437446,0.15372517456988796,0.13693754497641306,0.40390944237413656,0.15372517456988796,0.0506469154768253,0.04586857844575784,0.5,0.15372517456988796,0.3482547341385154,0.05773264358013245,0.15372517456988796,0.3138351496098384,0.052981327270633774,0.5,0.15372517456988796,0.28546206118767753,0.03397489579483788,0.15372517456988796,0.3254279715876969,0.11842851961410071,0.15372517456988796,0.26834481187181525,0.3322612427500433,0.15372517456988796,0.21965036446986158,0.48575427404019655,0.15372517456988796,0.2260060213600416,0.3686364571748057,0.15372517456988796,0.07507615040421386,0.17470201094041454,0.15372517456988796,0.08609711709614906,0.07192340125785185,0.5,0.15372517456988796,0.21267453829769556,0.14665015579604293,0.0,0.1430185965515334,0.6844952707890802 -3564,0.5,0.15372517456988796,0.20770662873061577,0.29824709700938973,0.15372517456988796,0.1985888602118993,0.3720468614822769,0.15372517456988796,0.1419158958358584,0.20441204675413757,0.15372517456988796,0.1564814293658332,0.14690813630895572,0.15372517456988796,0.3091994716490083,0.607898736713628,0.15372517456988796,0.1506265320770435,0.4642203132695912,0.15372517456988796,0.19988890788885436,0.37883299993851405,0.15372517456988796,0.0701295299776537,0.06307186258603692,0.5,0.15372517456988796,0.32153449740929213,0.06201368826024915,0.15372517456988796,0.4377997675236412,0.07519439878060624,0.5,0.15372517456988796,0.25925670126112055,0.04518961259208796,0.15372517456988796,0.4231381018079544,0.15434030845575686,0.15372517456988796,0.2866744788461839,0.3051361779649257,0.15372517456988796,0.26841227186601,0.45640218499135426,0.15372517456988796,0.24317789749969637,0.32823352483713736,0.15372517456988796,0.11232832951071799,0.16152960638543853,0.15372517456988796,0.08286839070338438,0.0912816356272874,0.5,0.15372517456988796,0.2469406596035941,0.1546196498959997,0.0,0.10542966599080363,0.6078247968949881 -3565,0.5,0.15372517456988796,0.22788142015786333,0.3126192088867143,0.15372517456988796,0.20148230068726047,0.3169471031046633,0.15372517456988796,0.1529003588766819,0.17865888995865598,0.15372517456988796,0.16477338840866165,0.13736626021280127,0.15372517456988796,0.2587723272833695,0.5374078058149822,0.15372517456988796,0.19086099182754782,0.42041300647717345,0.15372517456988796,0.24566203221006944,0.3237690600188011,0.15372517456988796,0.09178167617960178,0.07956002309390839,0.5,0.15372517456988796,0.30844274663946775,0.06729240188482147,0.15372517456988796,0.3284160161778913,0.08557811916042103,0.5,0.15372517456988796,0.257077458201445,0.06126148614459032,0.15372517456988796,0.41629012892253836,0.12158053085277896,0.15372517456988796,0.29211156243998604,0.2708845273481931,0.15372517456988796,0.31183720204164456,0.4210502545434432,0.15372517456988796,0.230331931455758,0.2853487471782383,0.15372517456988796,0.1403070264085807,0.1417162209428144,0.15372517456988796,0.08418242845576365,0.11291843765227434,0.5,0.15372517456988796,0.25419325740590837,0.17071548073206172,0.0,0.08132033596301609,0.5257134737880225 -3566,0.5,0.15372517456988796,0.247368606688359,0.34130969721615595,0.15372517456988796,0.19459917918201042,0.2730646490132766,0.15372517456988796,0.16202495444248854,0.1734266715232008,0.15372517456988796,0.1571562890038383,0.13523510190131732,0.15372517456988796,0.22651435030955586,0.46929043135216075,0.15372517456988796,0.19841690376988397,0.37459095203795134,0.15372517456988796,0.23039337800396875,0.29881162401990385,0.15372517456988796,0.11522018569915235,0.10072251726535794,0.5,0.15372517456988796,0.3014125648121426,0.07720283892065208,0.15372517456988796,0.28471673567684097,0.095622737786816,0.5,0.15372517456988796,0.21888883682574584,0.08819670112515535,0.15372517456988796,0.3622372800195923,0.11520339610427907,0.15372517456988796,0.3405607938628737,0.22679689528773336,0.15372517456988796,0.3504974383890592,0.3825537541916906,0.15372517456988796,0.22561160405165454,0.240274727074209,0.15372517456988796,0.14488383372623473,0.13057404578367365,0.15372517456988796,0.08601897812444191,0.1217996945878164,0.5,0.15372517456988796,0.20689752992003982,0.1414705312440651,0.0,0.059048536922191766,0.45437686740428496 -3567,0.5,0.15372517456988796,0.2655409078994945,0.34084566944275774,0.15372517456988796,0.17733387391736904,0.23323021409284497,0.15372517456988796,0.1598715978260635,0.1832222615944861,0.15372517456988796,0.150226880444024,0.11074098728424238,0.15372517456988796,0.21566165358642458,0.40599549031212756,0.15372517456988796,0.17391176011046755,0.3633420475520193,0.15372517456988796,0.19513621882035329,0.32837361106843477,0.15372517456988796,0.14502101400298595,0.11526152450841189,0.5,0.15372517456988796,0.3096034711178821,0.0882708602837433,0.15372517456988796,0.1938220975785368,0.08684734680308878,0.5,0.15372517456988796,0.28236358043627147,0.10707313065858774,0.15372517456988796,0.35086095231524883,0.09416300788147926,0.15372517456988796,0.3899771484013502,0.18025791730372873,0.15372517456988796,0.3966258239008734,0.3550378975600856,0.15372517456988796,0.2055093958298856,0.21411973328082062,0.15372517456988796,0.145549273892085,0.14186988555904714,0.15372517456988796,0.08791037782005331,0.1248122248974805,0.5,0.15372517456988796,0.143307505138828,0.1071514319239681,0.0,0.03473922724422887,0.4119087152697106 -3568,0.5,0.15372517456988796,0.2405837383076188,0.31296974757709484,0.15372517456988796,0.15364605960393649,0.1958158491658041,0.15372517456988796,0.11962134914991127,0.17213994934413235,0.15372517456988796,0.16175582344237982,0.08247608013301894,0.15372517456988796,0.2133656221835783,0.33658092547933727,0.15372517456988796,0.14723030552884453,0.39478862108927715,0.15372517456988796,0.17085326269832737,0.38089618022098953,0.15372517456988796,0.14408712067810417,0.1356818747512799,0.5,0.15372517456988796,0.2819084243475648,0.09613609574424167,0.15372517456988796,0.17551705134642848,0.08791312148987522,0.5,0.15372517456988796,0.1894933767813487,0.1126770592658085,0.15372517456988796,0.23250808699802863,0.07619148846422691,0.15372517456988796,0.38219891180591614,0.13506511125769355,0.15372517456988796,0.2938941219416789,0.3195740450308606,0.15372517456988796,0.14747895308991915,0.1836676073472205,0.15372517456988796,0.12684303459870525,0.16496169861190227,0.15372517456988796,0.08837860473941853,0.13316284747110632,0.5,0.15372517456988796,0.12675516419510074,0.11206150601895815,0.0,0.0172584309477958,0.37980779224896594 -3569,0.5,0.15372517456988796,0.1952047193682955,0.2812333738156928,0.15372517456988796,0.13184647109658865,0.1453833831928573,0.15372517456988796,0.09699690351110915,0.13336054044391124,0.15372517456988796,0.14759552354439082,0.06574409389787468,0.15372517456988796,0.21428968020765227,0.29856224438062007,0.15372517456988796,0.1309048955112061,0.4455491296665776,0.15372517456988796,0.14838126919172748,0.4037948139098142,0.15372517456988796,0.11874322121622684,0.13936920687422868,0.5,0.15372517456988796,0.222088873881895,0.11041723976819032,0.15372517456988796,0.12636717943137224,0.04451885638836188,0.5,0.15372517456988796,0.12393236129325987,0.12391773708861675,0.15372517456988796,0.215602192698504,0.07470690874624586,0.15372517456988796,0.32034784982634346,0.09606926090402353,0.15372517456988796,0.18687660809729428,0.26232548925100163,0.15372517456988796,0.11166664424345656,0.1421530478032691,0.15372517456988796,0.09998652252129656,0.181466070060362,0.15372517456988796,0.07470994202956169,0.14608446874780076,0.5,0.15372517456988796,0.0829930993922277,0.09014462067647053,0.0,0.00787429790781786,0.3399694517900725 -3570,0.5,0.15372517456988796,0.11951280979845763,0.22520712016088995,0.15372517456988796,0.10764456913141987,0.07501784961688104,0.15372517456988796,0.0755276692532701,0.08162764515866475,0.15372517456988796,0.10399611950404099,0.052872533345814716,0.15372517456988796,0.14124804543160524,0.26336163411179314,0.15372517456988796,0.11307341000790366,0.45390881200260247,0.15372517456988796,0.10837405750618168,0.38081282776933684,0.15372517456988796,0.08091471638046736,0.12214430400992798,0.5,0.15372517456988796,0.13367429735807865,0.11490490716630546,0.15372517456988796,0.06834715646087446,0.02013537360008167,0.5,0.15372517456988796,0.08497381025526557,0.13351235701759095,0.15372517456988796,0.14060979700670317,0.04827970129692263,0.15372517456988796,0.23265681996311657,0.06023873855788646,0.15372517456988796,0.11048574267371258,0.19584747294543342,0.15372517456988796,0.06806264038553425,0.09671264163283075,0.15372517456988796,0.0658939450519081,0.18667353813423668,0.15372517456988796,0.048447593997291705,0.14750165607323856,0.5,0.15372517456988796,0.04793094786178303,0.0702217254504294,0.0,0.002688298951522249,0.2878391278474172 -3571,0.5,0.15372517456988796,0.059485954715755414,0.15551534862685795,0.15372517456988796,0.0884118042091048,0.027020780115673392,0.15372517456988796,0.04926845914640722,0.049224804609982346,0.15372517456988796,0.05078756122538835,0.03799084807222161,0.15372517456988796,0.06378009053389579,0.20044417678561127,0.15372517456988796,0.07026544816698496,0.38753494472109645,0.15372517456988796,0.05771536751471276,0.30516604587573043,0.15372517456988796,0.04249767332654601,0.09750167042388647,0.5,0.15372517456988796,0.060735441259782155,0.13057496020610113,0.15372517456988796,0.04658717415272086,0.010761673538948548,0.5,0.15372517456988796,0.04363092262551692,0.13097387562319965,0.15372517456988796,0.07202528778874917,0.031092330059105923,0.15372517456988796,0.12599103840062803,0.029122940532821075,0.15372517456988796,0.055342504107399576,0.13278858685801825,0.15372517456988796,0.03382527235859608,0.0594345224891744,0.15372517456988796,0.031266232760594655,0.18341671912396404,0.15372517456988796,0.020696378857482774,0.1456745436954151,0.5,0.15372517456988796,0.012043634941367724,0.05454514140900373,0.0,0.000830076561172783,0.24788695331632982 -3572,0.5,0.15372517456988796,0.0052974302820881095,0.08197258114577305,0.15372517456988796,0.02938430285051661,0.0008246088023957079,0.15372517456988796,0.0,0.023192409970588412,0.15372517456988796,5.0320158849242746e-05,0.02899359712711959,0.15372517456988796,0.01752245522051704,0.13210055609938534,0.15372517456988796,0.022210773534475092,0.26710425659431936,0.15372517456988796,0.013504157549304441,0.21320774395606426,0.15372517456988796,0.008996222257244195,0.07660160921380414,0.5,0.15372517456988796,0.011520132878518519,0.11655649467536679,0.15372517456988796,0.0002935935798712571,0.00683661717981728,0.5,0.15372517456988796,0.0,0.1277802765867722,0.15372517456988796,9.582618576889815e-05,0.020659028310880113,0.15372517456988796,0.035836660686454865,0.006248386929688652,0.15372517456988796,0.01469237372291679,0.07569563923641107,0.15372517456988796,0.007520082351198681,0.03687172366185725,0.15372517456988796,0.004132982208834266,0.16260104676105078,0.15372517456988796,0.0001712690311884988,0.14367032863472573,0.5,0.15372517456988796,0.00014653389049465793,0.0408713020335202,0.0,8.669904622171785e-05,0.21782584040783348 -3573,0.5,0.15372517456988796,0.0,0.04851009697073586,0.15372517456988796,0.0,0.00010575856891705424,0.15372517456988796,0.0,0.015006076471108291,0.15372517456988796,0.0,0.028996229376829632,0.15372517456988796,0.0,0.0954920828556826,0.15372517456988796,0.0,0.21633526455813779,0.15372517456988796,0.0,0.15393579493197354,0.15372517456988796,0.0,0.06519323553593678,0.5,0.15372517456988796,0.0,0.09214810158824172,0.15372517456988796,0.0,0.005670095791112749,0.5,0.15372517456988796,0.0,0.1368819975566041,0.15372517456988796,0.0,0.016957393972112607,0.15372517456988796,0.0,0.002913707039747919,0.15372517456988796,0.0,0.03477664789470541,0.15372517456988796,0.0,0.027382176855774282,0.15372517456988796,0.0,0.13915610929675434,0.15372517456988796,0.0,0.13859682938593365,0.5,0.15372517456988796,0.0,0.03479489898749058,0.0,0.0,0.1940557396785988 -3574,0.5,0.15372517456988796,0.0,0.034429589976074156,0.15372517456988796,0.0,0.0004958500401889891,0.15372517456988796,0.0,0.01478337992183815,0.15372517456988796,0.0,0.035180556599159064,0.15372517456988796,0.0,0.08257094968798273,0.15372517456988796,0.0,0.21614581485304749,0.15372517456988796,0.0,0.1437567399619965,0.15372517456988796,0.0,0.0735916431631225,0.5,0.15372517456988796,0.0,0.07541437861228165,0.15372517456988796,0.0,0.005338317754913361,0.5,0.15372517456988796,0.0,0.16197300128438,0.15372517456988796,0.0,0.015300749991491967,0.15372517456988796,0.0,0.0022898120297627396,0.15372517456988796,0.0,0.017155981603115246,0.15372517456988796,0.0,0.02391032864993765,0.15372517456988796,0.0,0.1287056557832396,0.15372517456988796,0.0,0.1367644712547662,0.5,0.15372517456988796,0.0,0.03438602383802413,0.0,0.01223935595950787,0.18111599398272826 -3575,0.5,0.15372517456988796,0.0,0.024017289685815887,0.15372517456988796,0.0,0.0030506439646281838,0.15372517456988796,0.0,0.015611151712670053,0.15372517456988796,0.0,0.04497724290975348,0.15372517456988796,0.0,0.07485234374384027,0.15372517456988796,0.0,0.21660230249030143,0.15372517456988796,0.0,0.1201451116986281,0.15372517456988796,0.0,0.0986214142366145,0.5,0.15372517456988796,0.0,0.06977330976504423,0.15372517456988796,0.0,0.00489189316768702,0.5,0.15372517456988796,0.0,0.18646686267432533,0.15372517456988796,0.0,0.014537415445235763,0.15372517456988796,0.0,0.002821339462710651,0.15372517456988796,0.0,0.007153510636528282,0.15372517456988796,0.0,0.02041757686566832,0.15372517456988796,0.0,0.10216387463839677,0.15372517456988796,0.0,0.13479767557395284,0.5,0.15372517456988796,0.0,0.03841465629016343,0.0,0.05072492072676653,0.17231097845602297 -3576,0.5,0.15372517456988796,0.0,0.015771653651313035,0.15372517456988796,0.0,0.007914915639889645,0.15372517456988796,0.0,0.017380603161014137,0.15372517456988796,0.0,0.05083126926110257,0.15372517456988796,0.0,0.057219938054581934,0.15372517456988796,0.0,0.21658656460811238,0.15372517456988796,0.0,0.08714931967036998,0.15372517456988796,0.0,0.12851821651190282,0.5,0.15372517456988796,0.0,0.07878827898728538,0.15372517456988796,0.0,0.006267954342122617,0.5,0.15372517456988796,0.0,0.218146265030614,0.15372517456988796,0.0,0.017530379179250693,0.15372517456988796,0.0,0.0037438574197709183,0.15372517456988796,0.0,0.0024994535382624975,0.15372517456988796,0.0,0.015589460085324233,0.15372517456988796,0.0,0.06941343478510266,0.15372517456988796,0.0,0.12116485925951954,0.5,0.15372517456988796,0.0,0.050210000927896035,0.0,0.08844295835324642,0.1644099937449217 -3577,0.5,0.15372517456988796,0.0,0.012967582338303345,0.15372517456988796,0.0,0.010759522873090514,0.15372517456988796,0.0,0.020483069683873863,0.15372517456988796,0.0,0.05148389678251263,0.15372517456988796,0.0,0.0365193803704834,0.15372517456988796,0.0,0.19157727003176728,0.15372517456988796,0.0,0.055891675954358316,0.15372517456988796,0.0,0.15031069036702432,0.5,0.15372517456988796,0.0,0.09395099645781746,0.15372517456988796,0.0,0.01048900620757274,0.5,0.15372517456988796,0.0,0.23465083818996435,0.15372517456988796,0.0,0.025814018768759304,0.15372517456988796,0.0,0.004791681737784208,0.15372517456988796,0.0,0.0022026851285797105,0.15372517456988796,0.0,0.012868150093008368,0.15372517456988796,0.0,0.03655975251029114,0.15372517456988796,0.0,0.09754897467271614,0.5,0.15372517456988796,0.0,0.06919840777509893,0.0,0.10270375725929348,0.14834576445505768 -3578,0.5,0.15372517456988796,0.0,0.012756434689880598,0.15372517456988796,0.0,0.015465629419057237,0.15372517456988796,0.0,0.02500271609328739,0.15372517456988796,0.0,0.048795016743468096,0.15372517456988796,0.0,0.015717008958585955,0.15372517456988796,0.0,0.15023092709541053,0.15372517456988796,0.0,0.036563690511783216,0.15372517456988796,0.0,0.15348709814499706,0.5,0.15372517456988796,0.0,0.11513318596196169,0.15372517456988796,0.0,0.01436618100779517,0.5,0.15372517456988796,0.0,0.19353317823046765,0.15372517456988796,0.0,0.034541545098158585,0.15372517456988796,0.0,0.006086197989951633,0.15372517456988796,0.0,0.005101582572659566,0.15372517456988796,0.0,0.010443093516566382,0.15372517456988796,0.0,0.020910739101571967,0.15372517456988796,0.0,0.07022124639090314,0.5,0.15372517456988796,0.0,0.08761493291783651,0.0,0.1027969911387343,0.1427193509106972 -3579,0.5,0.15372517456988796,0.0,0.01490223786704269,0.15372517456988796,0.0,0.016319198235241784,0.15372517456988796,0.0,0.026038601320991346,0.15372517456988796,0.0,0.04602195280660743,0.15372517456988796,0.0,0.007126674335983471,0.15372517456988796,0.0,0.12101709087328119,0.15372517456988796,0.0,0.02452564319166273,0.15372517456988796,0.0,0.12916199461323158,0.5,0.15372517456988796,0.0,0.11908346432606517,0.15372517456988796,0.0,0.015112460796314125,0.5,0.15372517456988796,0.0,0.13326482035337556,0.15372517456988796,0.0,0.036245182629034034,0.15372517456988796,0.0,0.007712085145091349,0.15372517456988796,0.0,0.009174589714526211,0.15372517456988796,0.0,0.010562983443054218,0.15372517456988796,0.0,0.01769789234390292,0.15372517456988796,0.0,0.05618562833538721,0.5,0.15372517456988796,0.0,0.08888680847068045,0.0,0.11441311154732514,0.14305189998170487 -3580,0.5,0.15372517456988796,0.0,0.019445251332837553,0.15372517456988796,0.0,0.014548798719137526,0.15372517456988796,0.0,0.022199070092575924,0.15372517456988796,0.0,0.0420326402496877,0.15372517456988796,0.0,0.00377750999087845,0.15372517456988796,0.0,0.09856519501382123,0.15372517456988796,0.0,0.014963381963845484,0.15372517456988796,0.0,0.11134593084727279,0.5,0.15372517456988796,0.0,0.11131790036516936,0.15372517456988796,0.0,0.015274260160741958,0.5,0.15372517456988796,0.0,0.11964912516477985,0.15372517456988796,0.0,0.033692491377662705,0.15372517456988796,0.0,0.009201215936788487,0.15372517456988796,0.0,0.014093950097906042,0.15372517456988796,0.0,0.011602514391250209,0.15372517456988796,0.0,0.017278287311221885,0.15372517456988796,0.0,0.05319934116911148,0.5,0.15372517456988796,0.0,0.08872796839028471,0.0,0.14121973673482022,0.12391876958444535 -3581,0.5,0.15372517456988796,0.006275955990282517,0.0236929439992672,0.15372517456988796,0.004024919639320811,0.011610756749820848,0.15372517456988796,0.0012079149988025617,0.019812938398500464,0.15372517456988796,0.00180117286220693,0.04238629921001883,0.15372517456988796,0.0002610716021668727,0.003066503679795291,0.15372517456988796,0.0,0.07598896640043394,0.15372517456988796,5.603222918060926e-06,0.016084513195998722,0.15372517456988796,0.0,0.09775488883764175,0.5,0.15372517456988796,0.0,0.10917903513827402,0.15372517456988796,0.0,0.017183522948179725,0.5,0.15372517456988796,0.0,0.12115539829685056,0.15372517456988796,0.0,0.037995632751668215,0.15372517456988796,0.004359782887859533,0.010520860705135558,0.15372517456988796,0.0017125780073498746,0.01809272367273892,0.15372517456988796,0.0018182715863816036,0.009699939280297594,0.15372517456988796,5.589719690845121e-05,0.016217453720815782,0.15372517456988796,0.000514302699472143,0.04800567212733184,0.5,0.15372517456988796,0.00031710916371916354,0.09548800709867064,0.0,0.1690096987486288,0.11143448951066404 -3582,0.5,0.15372517456988796,0.0649148352352793,0.02932073906177889,0.15372517456988796,0.06522764779620902,0.010719367957878895,0.15372517456988796,0.038163663426986676,0.024888072604065725,0.15372517456988796,0.031111613673990995,0.052651106988168495,0.15372517456988796,0.04362360011953293,0.0025348572341525573,0.15372517456988796,0.03161292693239394,0.06347686534017345,0.15372517456988796,0.03591967334504439,0.019231769500139245,0.15372517456988796,0.017372843255287575,0.08035352298337003,0.5,0.15372517456988796,0.012667828315607395,0.1103904086548125,0.15372517456988796,0.0008658682010071625,0.023001724971190827,0.5,0.15372517456988796,0.013843472303570751,0.11289943326469093,0.15372517456988796,0.01045671220253725,0.03384594789522082,0.15372517456988796,0.064779505904599,0.012117769536579384,0.15372517456988796,0.05671562614889021,0.02010014588471427,0.15372517456988796,0.046839301088782204,0.007404224938313318,0.15372517456988796,0.037836924558262104,0.01663279641986629,0.15372517456988796,0.045371150673508776,0.04081824779175174,0.5,0.15372517456988796,0.018053799879660656,0.10092018624189283,0.0,0.18486275689838194,0.09974591699773203 -3583,0.5,0.15372517456988796,0.13688531441345073,0.054924937058496714,0.15372517456988796,0.1493479167364729,0.016865015818163503,0.15372517456988796,0.11108541000337877,0.04029598701693652,0.15372517456988796,0.0893321038736778,0.06904021143318119,0.15372517456988796,0.1262615739709224,0.005597475423287342,0.15372517456988796,0.1121194688687106,0.0781303250617375,0.15372517456988796,0.10125457331304408,0.037569948960453306,0.15372517456988796,0.07191058228251443,0.07269686335591759,0.5,0.15372517456988796,0.05546535158195946,0.10299145771539255,0.15372517456988796,0.0029335111091820143,0.029932728472572605,0.5,0.15372517456988796,0.06776555305038554,0.11538481528313688,0.15372517456988796,0.036221618246087,0.037730599612332924,0.15372517456988796,0.14641597518320743,0.01823581794806995,0.15372517456988796,0.13559401067898036,0.027569420244788534,0.15372517456988796,0.12448054287140475,0.012596482071548884,0.15372517456988796,0.10584689286642823,0.029731905242735238,0.15372517456988796,0.13035018695481443,0.04631845077082274,0.5,0.15372517456988796,0.06736949408426876,0.08617026701223517,0.0,0.17777056939948863,0.11340970654430715 -3584,0.5,0.15372517456988796,0.21604441567468663,0.08950944211466315,0.15372517456988796,0.27441929368871565,0.05377989515606118,0.15372517456988796,0.23446993032526958,0.06385035983292435,0.15372517456988796,0.16354758813040643,0.0873106287023246,0.15372517456988796,0.24999418345560354,0.008113496749668136,0.15372517456988796,0.23918488701373,0.12011228481011955,0.15372517456988796,0.19831009637475033,0.09314407877198169,0.15372517456988796,0.17861009789794668,0.08322477242815379,0.5,0.15372517456988796,0.1259931082282967,0.09353695659854014,0.15372517456988796,0.010120062013004038,0.03479540503511943,0.5,0.15372517456988796,0.16951276272135596,0.1270954137133414,0.15372517456988796,0.0704310873751187,0.04873658469329109,0.15372517456988796,0.2705518569551765,0.027612600280326027,0.15372517456988796,0.2579491987151192,0.053600731340755645,0.15372517456988796,0.24525763959277802,0.02965456278945298,0.15372517456988796,0.2146460478301338,0.0715978135629598,0.15372517456988796,0.24729450229209912,0.07537062830535725,0.5,0.15372517456988796,0.1489625807553971,0.06450997657561294,0.0,0.15076084434775078,0.13056232326925896 -3585,0.5,0.15372517456988796,0.320731502055721,0.12003439264763653,0.15372517456988796,0.40472392244639394,0.10491862731867928,0.15372517456988796,0.3519617111801677,0.09778058861397303,0.15372517456988796,0.22186447391444522,0.09592450399679237,0.15372517456988796,0.37774217019366524,0.005842724762688257,0.15372517456988796,0.3728696004316577,0.13773766739787943,0.15372517456988796,0.32126260694428116,0.09775680192314762,0.15372517456988796,0.32544967812025344,0.09853487262698221,0.5,0.15372517456988796,0.21305896888431652,0.08478019710074068,0.15372517456988796,0.029928614028948943,0.03927418411024513,0.5,0.15372517456988796,0.3043056802452775,0.1073956919896764,0.15372517456988796,0.108652584908812,0.05705458784453209,0.15372517456988796,0.3999055659367217,0.04251895131302365,0.15372517456988796,0.3868419662146438,0.07576479049157664,0.15372517456988796,0.3794613507836884,0.05021265922231834,0.15372517456988796,0.3433477171329439,0.09845328160469327,0.15372517456988796,0.37931514767201535,0.10924683432543973,0.5,0.15372517456988796,0.27342694218022906,0.04718295428733109,0.0,0.10407907679490291,0.13740919532339071 -3586,0.5,0.15372517456988796,0.4137926855694336,0.13431441896580484,0.15372517456988796,0.5346543479649525,0.14526403543054944,0.15372517456988796,0.4281526407513577,0.10287384766996026,0.15372517456988796,0.2661546798020992,0.09111549842158012,0.15372517456988796,0.5198394850233011,0.007204181515735418,0.15372517456988796,0.5100878951103092,0.11099332687158314,0.15372517456988796,0.4901883221677932,0.08662943655521338,0.15372517456988796,0.5091233083116897,0.0852068304449167,0.5,0.15372517456988796,0.31116494585418597,0.07195275257173378,0.15372517456988796,0.07566905596456999,0.04259353571629843,0.5,0.15372517456988796,0.42963356398303787,0.0984141699748517,0.15372517456988796,0.1348008078877082,0.06256315180876387,0.15372517456988796,0.5364215448586594,0.06993446467786718,0.15372517456988796,0.5176439764960532,0.09147328455287289,0.15372517456988796,0.5146751858519688,0.07673296733668812,0.15372517456988796,0.4602837157453755,0.09646822985035697,0.15372517456988796,0.47946342482322546,0.12457420699862877,0.5,0.15372517456988796,0.4010502152587166,0.04184951637521838,0.0,0.061044331127333866,0.1404779553254915 -3587,0.5,0.15372517456988796,0.49203885944413117,0.1476341523546533,0.15372517456988796,0.6324998937034791,0.15264530712526556,0.15372517456988796,0.43826002136185893,0.09254682342236455,0.15372517456988796,0.34750506975042417,0.08395341223234708,0.15372517456988796,0.6399227460667947,0.016050060095873852,0.15372517456988796,0.6339367566926932,0.10816039877897239,0.15372517456988796,0.6129260103754093,0.08645145800061467,0.15372517456988796,0.6347211309362653,0.07828457867053205,0.5,0.15372517456988796,0.4153406874544178,0.07274890848572019,0.15372517456988796,0.17192022780852256,0.04242403481726597,0.5,0.15372517456988796,0.530974413007923,0.11122730086667597,0.15372517456988796,0.15075512165678617,0.07197083652576014,0.15372517456988796,0.6449859103558915,0.08834162609338468,0.15372517456988796,0.608295777879682,0.1303987179463994,0.15372517456988796,0.5999270853106791,0.09188351659427911,0.15372517456988796,0.4722901927792037,0.09578692867023664,0.15372517456988796,0.5053721991142006,0.12126056645584929,0.5,0.15372517456988796,0.4980974187349978,0.0358982498842817,0.0,0.039406400104762554,0.15416487736089493 -3588,0.5,0.15372517456988796,0.5411418494743875,0.1671504866603272,0.15372517456988796,0.6984168521331553,0.1489836133052955,0.15372517456988796,0.44340132759795114,0.08514535321513464,0.15372517456988796,0.4093359511022002,0.0776472200552916,0.15372517456988796,0.7107528272293987,0.04194936270427757,0.15372517456988796,0.6995990355513039,0.12329687920328553,0.15372517456988796,0.6810612216127203,0.09333977594094374,0.15372517456988796,0.6932923412706528,0.07765649724468458,0.5,0.15372517456988796,0.5052771027154581,0.08034717963148923,0.15372517456988796,0.23603020142012862,0.03358087412350802,0.5,0.15372517456988796,0.4927935615917368,0.1028304744308022,0.15372517456988796,0.17973740671300978,0.08052157600068477,0.15372517456988796,0.7089890385148345,0.10077312938457611,0.15372517456988796,0.6675326621761088,0.174571662717192,0.15372517456988796,0.6438076671971982,0.10327335419586772,0.15372517456988796,0.40876426051095677,0.10153817769596786,0.15372517456988796,0.49840007131103947,0.11937904009600045,0.5,0.15372517456988796,0.5282013483594148,0.029686277922037974,0.0,0.05786561098036019,0.177425994987159 -3589,0.5,0.15372517456988796,0.5239874724602223,0.18128515991470354,0.15372517456988796,0.719547212736741,0.15234797122470528,0.15372517456988796,0.4569019038125858,0.08741924897633797,0.15372517456988796,0.4420910417183641,0.07452778241275458,0.15372517456988796,0.726580906426036,0.060150162331247155,0.15372517456988796,0.7294997951153177,0.15360352407078587,0.15372517456988796,0.7198886380313647,0.11370037802277223,0.15372517456988796,0.7241971731433541,0.08368479790592448,0.5,0.15372517456988796,0.5706201504280239,0.07451987158769842,0.15372517456988796,0.25440294588845014,0.024688060859104806,0.5,0.15372517456988796,0.46353142546242826,0.10262065553454376,0.15372517456988796,0.2178167486628635,0.08170960271161258,0.15372517456988796,0.7293922163461334,0.11604800864996216,0.15372517456988796,0.6970607795828683,0.2098050859902712,0.15372517456988796,0.6628646856012039,0.10823197006440478,0.15372517456988796,0.38347614178437234,0.11279063383986293,0.15372517456988796,0.48128026821155523,0.13677519748316497,0.5,0.15372517456988796,0.5071932723918469,0.022737950691435155,0.0,0.08090650767394775,0.19465952798633473 -3590,0.5,0.15372517456988796,0.4951145417107385,0.1911227460098174,0.15372517456988796,0.6789975143258311,0.1586135371716845,0.15372517456988796,0.4524330625104365,0.09177308792575967,0.15372517456988796,0.4223421157586228,0.06603689041326506,0.15372517456988796,0.71628755920029,0.0713380910065475,0.15372517456988796,0.7131008930403969,0.16695652377779757,0.15372517456988796,0.6978666453999912,0.12133306891883404,0.15372517456988796,0.7023780818531338,0.0775504240537723,0.5,0.15372517456988796,0.6168198191867595,0.0736353717691735,0.15372517456988796,0.26242818918165206,0.023182206235391203,0.5,0.15372517456988796,0.42802652059564406,0.13566540978564035,0.15372517456988796,0.2577881733180129,0.07796072932545003,0.15372517456988796,0.7106439672936457,0.14126570113407314,0.15372517456988796,0.6950107532787675,0.23671772003918823,0.15372517456988796,0.6430297210094876,0.11003583019885971,0.15372517456988796,0.3495201577699262,0.11558529207382814,0.15372517456988796,0.4655961277758638,0.15765989315123746,0.5,0.15372517456988796,0.43563754295447943,0.01660770242467372,0.0,0.11719553864500204,0.20299643797216282 -3591,0.5,0.15372517456988796,0.41620162541765116,0.1857492779035851,0.15372517456988796,0.6217149676986216,0.15497752599408413,0.15372517456988796,0.42573972936412663,0.09985316016993293,0.15372517456988796,0.3678645013075392,0.0566323572824377,0.15372517456988796,0.6492473159479626,0.09313491508405375,0.15372517456988796,0.6564659349081372,0.16086466758362167,0.15372517456988796,0.6193662409958158,0.11008012386843043,0.15372517456988796,0.6333032331834425,0.0784420149425064,0.5,0.15372517456988796,0.5842574941996489,0.08065509745101943,0.15372517456988796,0.2378345617453465,0.026597441416261674,0.5,0.15372517456988796,0.3815820488207842,0.18164157652197724,0.15372517456988796,0.26496420853762537,0.07220556033310951,0.15372517456988796,0.6442811850720382,0.1771989521612472,0.15372517456988796,0.6450282088620647,0.25221707314743835,0.15372517456988796,0.5819637173797597,0.10654828037199343,0.15372517456988796,0.32517164652625097,0.10300883631988493,0.15372517456988796,0.3825652953427816,0.17217695735516472,0.5,0.15372517456988796,0.366636270409447,0.017576008933907993,0.0,0.18932233784113192,0.22176323482058624 -3592,0.5,0.15372517456988796,0.34695686682719035,0.1667991430089029,0.15372517456988796,0.5003123758875263,0.15081344047111087,0.15372517456988796,0.35838404325120315,0.10682747624899439,0.15372517456988796,0.3099190965026599,0.04878012266761664,0.15372517456988796,0.5280354257706834,0.10765225603762593,0.15372517456988796,0.5544194571242687,0.1436832722310985,0.15372517456988796,0.5144912657900294,0.08557054979803143,0.15372517456988796,0.5121307073612464,0.0916921306934898,0.5,0.15372517456988796,0.47088283138891984,0.10250246549150127,0.15372517456988796,0.20514034910674347,0.036050533119539,0.5,0.15372517456988796,0.3522552045531389,0.2669918929356226,0.15372517456988796,0.20713996407289986,0.06915741769687513,0.15372517456988796,0.5262920200683984,0.22195034159775556,0.15372517456988796,0.5369274558216038,0.26025859274348717,0.15372517456988796,0.48440788492751996,0.09861340914264488,0.15372517456988796,0.285612650185272,0.08278923996127446,0.15372517456988796,0.3013301665075057,0.1930001996057127,0.5,0.15372517456988796,0.3077888741936854,0.028470445318155534,0.0,0.23741016298408116,0.232691614424367 -3593,0.5,0.15372517456988796,0.2785198730895633,0.1356204545936211,0.15372517456988796,0.3688917267414209,0.14792347144865042,0.15372517456988796,0.2525118917948429,0.08699218260097773,0.15372517456988796,0.23835637477580512,0.028848255189939605,0.15372517456988796,0.3819276934273713,0.11186551075486176,0.15372517456988796,0.413804465515646,0.11737303747507957,0.15372517456988796,0.3847182605814533,0.05462440504004283,0.15372517456988796,0.36820710559240755,0.10176323993972185,0.5,0.15372517456988796,0.35347831085265546,0.11405679536266737,0.15372517456988796,0.16891091535416078,0.04512409578868069,0.5,0.15372517456988796,0.2792056443515189,0.3583059481741953,0.15372517456988796,0.1528192906054281,0.06682454001153523,0.15372517456988796,0.388433121271788,0.26243862424352155,0.15372517456988796,0.40425641039195154,0.25909908187975916,0.15372517456988796,0.3674624934884714,0.08524802439786429,0.15372517456988796,0.22122511098966433,0.06495037499037637,0.15372517456988796,0.2204376387908507,0.21806566353805534,0.5,0.15372517456988796,0.22651305400764848,0.05837483765567658,0.0,0.23875522262572146,0.2576353271806731 -3594,0.5,0.15372517456988796,0.18816082306806114,0.0917228521704301,0.15372517456988796,0.242596072983995,0.12458742470727273,0.15372517456988796,0.16219795914777302,0.04864812350915818,0.15372517456988796,0.14195448194856414,0.00828209255593302,0.15372517456988796,0.2316607406944004,0.10614535796805576,0.15372517456988796,0.27910519344012585,0.08358137996351202,0.15372517456988796,0.25870134184546323,0.02933654835887345,0.15372517456988796,0.2452472284836022,0.09836501161246929,0.5,0.15372517456988796,0.22768805681288756,0.09789951498711678,0.15372517456988796,0.11428684159563185,0.045382948618158406,0.5,0.15372517456988796,0.19335902921234804,0.4314015633402113,0.15372517456988796,0.10256123050079392,0.06601513524992723,0.15372517456988796,0.2573431269062775,0.2962098173280806,0.15372517456988796,0.27376384103817786,0.24041971215223118,0.15372517456988796,0.23486248086525346,0.05130362776111841,0.15372517456988796,0.1518579036826698,0.04390889853635145,0.15372517456988796,0.1562724478228157,0.23832435594231433,0.5,0.15372517456988796,0.1478085528009558,0.1484965736829232,0.0,0.20108716232635415,0.30769468091479685 -3595,0.5,0.15372517456988796,0.08515064963980798,0.046969178012670317,0.15372517456988796,0.1206341733245291,0.08265732440236565,0.15372517456988796,0.07319876931953145,0.012028959787150791,0.15372517456988796,0.0650347629946053,0.0024581842458083537,0.15372517456988796,0.12075860107041195,0.06250529012107282,0.15372517456988796,0.14134220251936191,0.02794512147055101,0.15372517456988796,0.1334201894641741,0.004901515301823179,0.15372517456988796,0.12530444708627486,0.06659918780295089,0.5,0.15372517456988796,0.11247085888915552,0.07021121587674956,0.15372517456988796,0.05696953436213467,0.034521101427978734,0.5,0.15372517456988796,0.09220103553308585,0.24687912543481524,0.15372517456988796,0.0562093098914159,0.06770275439271138,0.15372517456988796,0.13089017722758414,0.29257635879801275,0.15372517456988796,0.14102523819113336,0.19654325673720396,0.15372517456988796,0.11370685240057427,0.02879188142606605,0.15372517456988796,0.08343385991097295,0.017015778297729503,0.15372517456988796,0.07074828544831328,0.18107396020700584,0.5,0.15372517456988796,0.06194728595866,0.2748401155502904,0.0,0.17464199983737894,0.3527135993826453 -3596,0.5,0.15372517456988796,0.008011378443373128,0.034202142779510974,0.15372517456988796,0.030791420244622114,0.07974624529120494,0.15372517456988796,0.0013564195986752881,0.011076312085719062,0.15372517456988796,0.0,0.004345079214999138,0.15372517456988796,0.0312856100582028,0.0665063139338357,0.15372517456988796,0.03469381918824087,0.017958877340607395,0.15372517456988796,0.02722733423782247,0.0015530087359255577,0.15372517456988796,0.027256337429033595,0.05570209351558185,0.5,0.15372517456988796,0.021975865555406152,0.07604945066758552,0.15372517456988796,0.0,0.029500867314939314,0.5,0.15372517456988796,0.0013488287045629118,0.11897003189087305,0.15372517456988796,0.0,0.06316150704424678,0.15372517456988796,0.0384795357384348,0.2037888797762277,0.15372517456988796,0.03539396210595681,0.12658978500740894,0.15372517456988796,0.023092901163029977,0.03780635808651186,0.15372517456988796,0.01916557541133492,0.005121824414797718,0.15372517456988796,0.0,0.10342300719612234,0.5,0.15372517456988796,0.0,0.22369091220119883,0.0,0.15487233505665463,0.3946686292592155 -3597,0.5,0.15372517456988796,0.0,0.02929657707449758,0.15372517456988796,0.0,0.09383645019823098,0.15372517456988796,0.0,0.016967854761223866,0.15372517456988796,0.0,0.00783086912052376,0.15372517456988796,0.0,0.0779723399933394,0.15372517456988796,0.0,0.01870494571009873,0.15372517456988796,0.0,0.0031869287278628576,0.15372517456988796,0.0,0.03936388112543942,0.5,0.15372517456988796,0.0,0.0604605335020095,0.15372517456988796,0.0,0.044879467316737,0.5,0.15372517456988796,0.0,0.08478510289288117,0.15372517456988796,0.0,0.06919825415696326,0.15372517456988796,0.0,0.1428932937300624,0.15372517456988796,0.0,0.10517584279967321,0.15372517456988796,0.0,0.04114167938544248,0.15372517456988796,0.0,0.0066169055657788155,0.15372517456988796,0.0,0.05543642417955267,0.5,0.15372517456988796,0.0,0.11404479103905257,0.0,0.10944438988775289,0.42329361393152487 -3598,0.5,0.15372517456988796,0.0,0.026101009418454224,0.15372517456988796,0.0,0.07995596241193514,0.15372517456988796,0.0,0.024812210839495252,0.15372517456988796,0.0,0.01232154483755144,0.15372517456988796,0.0,0.06692623005145794,0.15372517456988796,0.0,0.025563864303430984,0.15372517456988796,0.0,0.007517140459855888,0.15372517456988796,0.0,0.01725253740907008,0.5,0.15372517456988796,0.0,0.03901427352470051,0.15372517456988796,0.0,0.04540624931537253,0.5,0.15372517456988796,0.0,0.0507871277041504,0.15372517456988796,0.0,0.07810315082213631,0.15372517456988796,0.0,0.13388619255629086,0.15372517456988796,0.0,0.08375545981897764,0.15372517456988796,0.0,0.034061851516464695,0.15372517456988796,0.0,0.008601632551654756,0.15372517456988796,0.0,0.021777732473371076,0.5,0.15372517456988796,0.0,0.08166567252543683,0.0,0.0768472165572116,0.4194107487266812 -3599,0.5,0.15372517456988796,0.0,0.028410078101923808,0.15372517456988796,0.0,0.06831489770324001,0.15372517456988796,0.0,0.03157545504057934,0.15372517456988796,0.0,0.0182908693280628,0.15372517456988796,0.0,0.04676496879005713,0.15372517456988796,0.0,0.03456346488846233,0.15372517456988796,0.0,0.010125229288343907,0.15372517456988796,0.0,0.0065027007550395345,0.5,0.15372517456988796,0.0,0.029255199439040702,0.15372517456988796,0.0,0.034655739750317785,0.5,0.15372517456988796,0.0,0.025693688329809797,0.15372517456988796,0.0,0.08173710397405394,0.15372517456988796,0.0,0.13224551708193816,0.15372517456988796,0.0,0.07952621757731898,0.15372517456988796,0.0,0.029558154105701402,0.15372517456988796,0.0,0.009025377981544052,0.15372517456988796,0.0,0.007070854769832358,0.5,0.15372517456988796,0.0,0.0711405740775835,0.0,0.05791173077311161,0.39593372460645826 -3600,0.5,0.15372517456988796,0.0,0.033863933738136454,0.15372517456988796,0.0,0.06483893094883113,0.15372517456988796,0.0,0.036459973347496274,0.15372517456988796,0.0,0.02494443568250232,0.15372517456988796,0.0,0.034457292328679265,0.15372517456988796,0.0,0.035612987235799344,0.15372517456988796,0.0,0.01006592195286517,0.15372517456988796,0.0,0.003881451332213985,0.5,0.15372517456988796,0.0,0.019417254582770258,0.15372517456988796,0.0,0.02889994947762828,0.5,0.15372517456988796,0.0,0.009334488255464173,0.15372517456988796,0.0,0.06029219581697102,0.15372517456988796,0.0,0.13080447954749064,0.15372517456988796,0.0,0.08040285304231164,0.15372517456988796,0.0,0.029975018353028442,0.15372517456988796,0.0,0.007406326414106831,0.15372517456988796,0.0,0.002903026833781283,0.5,0.15372517456988796,0.0,0.05123043441223226,0.0,0.05359476371379894,0.38494882570129246 -3601,0.5,0.15372517456988796,0.0,0.04052283111244608,0.15372517456988796,0.0,0.0599800541094557,0.15372517456988796,0.0,0.03879356916131648,0.15372517456988796,0.0,0.02953883726415824,0.15372517456988796,0.0,0.026134669729625536,0.15372517456988796,0.0,0.029127700813727862,0.15372517456988796,0.0,0.008480517866880628,0.15372517456988796,0.0,0.0028767527104156475,0.5,0.15372517456988796,0.0,0.012819819617461918,0.15372517456988796,0.0,0.02716784514862919,0.5,0.15372517456988796,0.0,0.0033575866305714103,0.15372517456988796,0.0,0.031051525948421393,0.15372517456988796,0.0,0.12943386166920345,0.15372517456988796,0.0,0.08512180564859588,0.15372517456988796,0.0,0.030146175621429232,0.15372517456988796,0.0,0.005695488872044019,0.15372517456988796,0.0,0.00250667773991074,0.5,0.15372517456988796,0.0,0.041746481151285625,0.0,0.0542589853557807,0.365588301177844 -3602,0.5,0.15372517456988796,0.0,0.047817463437436786,0.15372517456988796,0.0,0.05355858598860879,0.15372517456988796,0.0,0.0417723522166939,0.15372517456988796,0.0,0.033591154811310614,0.15372517456988796,0.0,0.020737981766135092,0.15372517456988796,0.0,0.023396926087061495,0.15372517456988796,0.0,0.005674182329764549,0.15372517456988796,0.0,0.001588793367822669,0.5,0.15372517456988796,0.0,0.011829426377681928,0.15372517456988796,0.0,0.018992696582053062,0.5,0.15372517456988796,0.0,0.0026810569351605274,0.15372517456988796,0.0,0.019384582549690662,0.15372517456988796,0.0,0.12213620510364406,0.15372517456988796,0.0,0.09018049059691835,0.15372517456988796,0.0,0.03273776617047351,0.15372517456988796,0.0,0.004698110452986517,0.15372517456988796,0.0,0.0037359309771137403,0.5,0.15372517456988796,0.0,0.0366308034126232,0.0,0.048033226617077596,0.3358131674072226 -3603,0.5,0.15372517456988796,0.0,0.05726687282260413,0.15372517456988796,0.0,0.055247497557824134,0.15372517456988796,0.0,0.04730517699129319,0.15372517456988796,0.0,0.03765744390586368,0.15372517456988796,0.0,0.017321668040574688,0.15372517456988796,0.0,0.01688602072204459,0.15372517456988796,0.0,0.004420221393413354,0.15372517456988796,0.0,0.0006861341424702999,0.5,0.15372517456988796,0.0,0.013453285912323594,0.15372517456988796,0.0,0.013553948513843244,0.5,0.15372517456988796,0.0,0.003370366259691868,0.15372517456988796,0.0,0.015392627141959053,0.15372517456988796,0.0,0.1081414494241148,0.15372517456988796,0.0,0.09188848877019629,0.15372517456988796,0.0,0.03646725496583106,0.15372517456988796,0.0,0.00524318598311587,0.15372517456988796,0.0,0.004778939984996444,0.5,0.15372517456988796,0.0,0.03247440607430887,0.0,0.045854813283038476,0.30695334605719715 -3604,0.5,0.15372517456988796,0.0,0.059882627035060663,0.15372517456988796,0.0,0.05506027281497745,0.15372517456988796,0.0,0.04873566292827368,0.15372517456988796,0.0,0.037087565813527436,0.15372517456988796,0.0,0.015231837974038908,0.15372517456988796,0.0,0.011481189268182432,0.15372517456988796,0.0,0.0052589737413421085,0.15372517456988796,0.0,0.0019618196556447716,0.5,0.15372517456988796,0.0,0.014186302636901458,0.15372517456988796,0.0,0.010429750743824961,0.5,0.15372517456988796,0.0,0.003188991802978993,0.15372517456988796,0.0,0.012941112709121997,0.15372517456988796,0.0,0.10993537672280423,0.15372517456988796,0.0,0.09089721549215538,0.15372517456988796,0.0,0.0368377789729004,0.15372517456988796,0.0,0.0053741126642224135,0.15372517456988796,0.0,0.003952804417757105,0.5,0.15372517456988796,0.0,0.024885946502143725,0.0,0.05236409124115189,0.31090551747595047 -3605,0.5,0.15372517456988796,0.00731670663650263,0.055053018961455036,0.15372517456988796,0.004116101559474452,0.046266711492479816,0.15372517456988796,0.0027580903270767545,0.04518723718582475,0.15372517456988796,0.005720117484916325,0.03212954559868999,0.15372517456988796,0.0004321957044185036,0.015098373236001134,0.15372517456988796,0.0,0.008730968067251689,0.15372517456988796,0.00012024028674929963,0.005294787505363609,0.15372517456988796,0.0,0.002333885342454426,0.5,0.15372517456988796,0.0,0.013139696508102566,0.15372517456988796,0.0,0.008272286975455768,0.5,0.15372517456988796,0.0,0.0024713659413604662,0.15372517456988796,0.0,0.011426274951654065,0.15372517456988796,0.003559713510232589,0.12152452872973153,0.15372517456988796,0.0012923383902878895,0.1058897161856948,0.15372517456988796,0.0024058165524708354,0.03313622784385836,0.15372517456988796,0.0003204527714194173,0.004946478964136101,0.15372517456988796,0.0006774831791210322,0.002507861717814107,0.5,0.15372517456988796,0.0009622566244459674,0.01873867797399204,0.0,0.06936614059126121,0.3458451243258837 -3606,0.5,0.15372517456988796,0.06795915917972664,0.05888434669790739,0.15372517456988796,0.06410115865182749,0.05008573028852948,0.15372517456988796,0.061816553354113686,0.034077369545467695,0.15372517456988796,0.07132800920888793,0.026088960405269337,0.15372517456988796,0.050124334439061405,0.017061197795766737,0.15372517456988796,0.03849234627187014,0.007819921394756667,0.15372517456988796,0.04828741353433107,0.004221670626362571,0.15372517456988796,0.04097705907456465,0.0010303437026181164,0.5,0.15372517456988796,0.04012865688413444,0.009296777394561589,0.15372517456988796,0.048980705569279956,0.008044346141492891,0.5,0.15372517456988796,0.04499831485475168,0.0020615754496713747,0.15372517456988796,0.04298773149381981,0.009397007720901641,0.15372517456988796,0.04108058335606425,0.18340640070381192,0.15372517456988796,0.03056451760995684,0.15184379580836585,0.15372517456988796,0.05877611722196284,0.033338126649606115,0.15372517456988796,0.05195258586745747,0.003156501249519601,0.15372517456988796,0.05559454545399506,0.0013703992817467685,0.5,0.15372517456988796,0.05510389475900877,0.016369582201423823,0.0,0.11611707245762798,0.4018498324915532 -3607,0.5,0.15372517456988796,0.15450294578623272,0.11475516626350016,0.15372517456988796,0.14251895393356132,0.18414675111982276,0.15372517456988796,0.14946535056655325,0.04932895687167669,0.15372517456988796,0.16442694128837182,0.044066888698290216,0.15372517456988796,0.11916609288994293,0.037612875986511744,0.15372517456988796,0.11602813105485563,0.013459312520015653,0.15372517456988796,0.1273272964812905,0.009547080762542454,0.15372517456988796,0.11784794167922101,0.0008978185472240701,0.5,0.15372517456988796,0.11941589560983176,0.007193770470217348,0.15372517456988796,0.13748510295423289,0.024467266084652932,0.5,0.15372517456988796,0.12804456251108945,0.0019869025952551898,0.15372517456988796,0.12779257878282052,0.014672939554524667,0.15372517456988796,0.06341948270396033,0.2497595488309648,0.15372517456988796,0.059328922541488124,0.2170051778968449,0.15372517456988796,0.14070825754980784,0.09423067303726951,0.15372517456988796,0.13442625075239173,0.002616190075879919,0.15372517456988796,0.1440053058870489,0.0008422103548945369,0.5,0.15372517456988796,0.14681051163127665,0.024246515243525536,0.0,0.2023104179541372,0.4537565594711014 -3608,0.5,0.15372517456988796,0.2659297891671926,0.17580895695164941,0.15372517456988796,0.18367488760975034,0.36886579531545616,0.15372517456988796,0.27445819299036367,0.09328456355427953,0.15372517456988796,0.28717793786415297,0.08008666391426535,0.15372517456988796,0.21072651678702448,0.16416515263272954,0.15372517456988796,0.23451703697963266,0.035262649060098315,0.15372517456988796,0.2498046078751205,0.042838494490569305,0.15372517456988796,0.23888868796081186,0.0033507641618990835,0.5,0.15372517456988796,0.24255903925212208,0.015292144602445965,0.15372517456988796,0.2636156222050008,0.06941454818840588,0.5,0.15372517456988796,0.2538363412391029,0.003736096668417061,0.15372517456988796,0.2548812665606175,0.04635361651703762,0.15372517456988796,0.0916996898472438,0.2805382156248884,0.15372517456988796,0.08116686015652,0.26963914052454796,0.15372517456988796,0.25116189674347367,0.2039133342142565,0.15372517456988796,0.2589275468625035,0.015457167459579337,0.15372517456988796,0.270241318850058,0.002406849012919608,0.5,0.15372517456988796,0.2750597057687648,0.02602267340989594,0.0,0.2298785871920041,0.47859198969488176 -3609,0.5,0.15372517456988796,0.40091632324488036,0.21525191959456502,0.15372517456988796,0.10586148111202937,0.2962212124556954,0.15372517456988796,0.41114130313525665,0.122098319013771,0.15372517456988796,0.4239681988478641,0.09487470789007313,0.15372517456988796,0.2566040751180242,0.252958841257768,0.15372517456988796,0.36411050152946856,0.07882848590290648,0.15372517456988796,0.37543176560711816,0.1211957039705176,0.15372517456988796,0.37162189008465973,0.012874295819714452,0.5,0.15372517456988796,0.37909599975416564,0.036859954049302604,0.15372517456988796,0.40058450030091736,0.12386005281068535,0.5,0.15372517456988796,0.3938710804113394,0.007766836070109061,0.15372517456988796,0.39754461581985295,0.08701056280202443,0.15372517456988796,0.11435143674452933,0.2599372172349703,0.15372517456988796,0.08620080660483269,0.24532111626519693,0.15372517456988796,0.3429957386119787,0.25789035948596356,0.15372517456988796,0.3934176715732559,0.06575073621746083,0.15372517456988796,0.41085325317280286,0.009674178658277117,0.5,0.15372517456988796,0.41817094275761396,0.02552878208322836,0.0,0.20743132388409302,0.47409163046264846 -3610,0.5,0.15372517456988796,0.5130655839346248,0.23874526301545917,0.15372517456988796,0.11326443404310417,0.21737917147301566,0.15372517456988796,0.5469243046381952,0.1583315772779511,0.15372517456988796,0.5557070890796136,0.11524802793322665,0.15372517456988796,0.17872365709525673,0.22551394620317042,0.15372517456988796,0.47691580395539257,0.14267962934468947,0.15372517456988796,0.48629011485766915,0.1992431149469679,0.15372517456988796,0.5106587319109464,0.03764067694476552,0.5,0.15372517456988796,0.5221853807218628,0.060869087183882,0.15372517456988796,0.5377954447281182,0.16001472727527064,0.5,0.15372517456988796,0.5369350120592059,0.01513659352019854,0.15372517456988796,0.5349509364103011,0.12190866749723708,0.15372517456988796,0.14132603328919513,0.2695525978267107,0.15372517456988796,0.10339424034740344,0.22698899000440798,0.15372517456988796,0.3354423405812729,0.27228768454315916,0.15372517456988796,0.525709006956956,0.10986162988869187,0.15372517456988796,0.548591762879336,0.022492346589646266,0.5,0.15372517456988796,0.5303882192116423,0.029115481998943663,0.0,0.1977066931643579,0.46052747318991283 -3611,0.5,0.15372517456988796,0.5936234771839621,0.24676216598890832,0.15372517456988796,0.12241799188092994,0.20246246938664555,0.15372517456988796,0.6335908080369922,0.1701056784161278,0.15372517456988796,0.6046280686666945,0.13001278164962626,0.15372517456988796,0.17874226194798537,0.2049380396397208,0.15372517456988796,0.5442090425370737,0.20316075161086627,0.15372517456988796,0.54373925475393,0.28473614825700916,0.15372517456988796,0.5998289286386639,0.07397668368650821,0.5,0.15372517456988796,0.6258516677393181,0.06726906177389072,0.15372517456988796,0.6350035169812333,0.1955363366297758,0.5,0.15372517456988796,0.6373095557966711,0.021866737179956963,0.15372517456988796,0.6372058121030832,0.16117906569250626,0.15372517456988796,0.20866546637537942,0.29312804255445485,0.15372517456988796,0.1284280778441497,0.2314490918922698,0.15372517456988796,0.29559108324335676,0.2614568383293613,0.15372517456988796,0.6165410292182407,0.14481793838979995,0.15372517456988796,0.6148307695968387,0.03079982806886997,0.5,0.15372517456988796,0.5906131381368165,0.049624469718101014,0.0,0.2285512762434482,0.4582334486479291 -3612,0.5,0.15372517456988796,0.6368800632826703,0.25300922656600167,0.15372517456988796,0.12131410493511205,0.23463335875161534,0.15372517456988796,0.6804731601646451,0.18085114504027983,0.15372517456988796,0.643846362224423,0.13679693847773414,0.15372517456988796,0.19957232468561725,0.18918012211060564,0.15372517456988796,0.5980079172304489,0.26818299775614507,0.15372517456988796,0.6048279204060123,0.3568207750817307,0.15372517456988796,0.6547565962834487,0.12192246231108463,0.5,0.15372517456988796,0.6903523876761866,0.0677916258040239,0.15372517456988796,0.6456715633294285,0.2115362374490725,0.5,0.15372517456988796,0.6915410604217065,0.02243062216585945,0.15372517456988796,0.6982505225695512,0.1846297894505345,0.15372517456988796,0.3202612729524016,0.36395024267190196,0.15372517456988796,0.15507532763817589,0.27004010192721095,0.15372517456988796,0.28838634403071134,0.25027434623282074,0.15372517456988796,0.6643348484444036,0.18009913883460812,0.15372517456988796,0.6494573911630418,0.03402359844480971,0.5,0.15372517456988796,0.5966438597700765,0.05747749765622565,0.0,0.29769561727834626,0.48020741985158166 -3613,0.5,0.15372517456988796,0.6481057998133885,0.26786148755268624,0.15372517456988796,0.11614121070391112,0.2652009674607416,0.15372517456988796,0.6858311021186209,0.20750901493282906,0.15372517456988796,0.6442906237834367,0.15325814220570744,0.15372517456988796,0.21429980578425178,0.20907966689832616,0.15372517456988796,0.6318509990724699,0.28953919497272895,0.15372517456988796,0.6124555141576509,0.35220978702195466,0.15372517456988796,0.6837830028129441,0.16310105276353024,0.5,0.15372517456988796,0.7081247211086743,0.0705636834622692,0.15372517456988796,0.6443413209619794,0.2256486178955891,0.5,0.15372517456988796,0.70493449527399,0.02208738361998125,0.15372517456988796,0.7186569707940869,0.19548391967040096,0.15372517456988796,0.44474996078186296,0.4505870475484965,0.15372517456988796,0.17428656340853277,0.30784041453068633,0.15372517456988796,0.2492982756119724,0.23306011755174805,0.15372517456988796,0.6624837675495915,0.19651531357122395,0.15372517456988796,0.65418245412865,0.043646049815422125,0.5,0.15372517456988796,0.6010559376997651,0.04271807741082093,0.0,0.36520662907890256,0.5340606645545554 -3614,0.5,0.15372517456988796,0.598901925580564,0.28103515740934526,0.15372517456988796,0.11819632389280743,0.31731535968942914,0.15372517456988796,0.6561131245099443,0.22633455537603792,0.15372517456988796,0.6171892775672491,0.16649737294456166,0.15372517456988796,0.16150069801129874,0.1972049299586502,0.15372517456988796,0.5626721059666415,0.2900029506381801,0.15372517456988796,0.5265136353351147,0.3240674675010568,0.15372517456988796,0.6670888741550085,0.20368980432881742,0.5,0.15372517456988796,0.6855602719392031,0.06489675777164507,0.15372517456988796,0.6309511601622346,0.23397700094107565,0.5,0.15372517456988796,0.6717962323668405,0.021049207868103985,0.15372517456988796,0.6957167435564755,0.1982545083073172,0.15372517456988796,0.5149922172386451,0.5386889377957889,0.15372517456988796,0.19946860911109976,0.34865961275344387,0.15372517456988796,0.2112105575584889,0.21923873217635606,0.15372517456988796,0.6342515320274511,0.20000687333687903,0.15372517456988796,0.6163081604558898,0.05459424368775904,0.5,0.15372517456988796,0.5395004964898578,0.03829258634637054,0.0,0.37915818979840654,0.5883743154108328 -3615,0.5,0.15372517456988796,0.49483671560766196,0.2877683559258362,0.15372517456988796,0.13327572048205955,0.3622239942030442,0.15372517456988796,0.5841605063668107,0.26051302267402077,0.15372517456988796,0.5635200907489253,0.1793918167553221,0.15372517456988796,0.1496700683606079,0.2003504816165948,0.15372517456988796,0.5180278772409318,0.2869747102387936,0.15372517456988796,0.4583938308124466,0.32292868594988555,0.15372517456988796,0.6162927256175837,0.23443944877582415,0.5,0.15372517456988796,0.6223044746861879,0.06551599234589929,0.15372517456988796,0.5573403185067151,0.23267305470876143,0.5,0.15372517456988796,0.607394304781936,0.017870960040176218,0.15372517456988796,0.627092915195421,0.19920187999880837,0.15372517456988796,0.49421553660434075,0.6018599480211713,0.15372517456988796,0.21929975019013856,0.3966013554509723,0.15372517456988796,0.18032850033359132,0.20920813591720214,0.15372517456988796,0.5717677689609151,0.2151009534837284,0.15372517456988796,0.5524886266596326,0.06612250731400744,0.5,0.15372517456988796,0.4649529579790975,0.03137934577499006,0.0,0.32512927269580827,0.5724047641366203 -3616,0.5,0.15372517456988796,0.38001604374903936,0.2883171682995912,0.15372517456988796,0.15829772530553726,0.4038803880000295,0.15372517456988796,0.47616686459413193,0.3070482135751144,0.15372517456988796,0.43067087041470026,0.19407411959546567,0.15372517456988796,0.13354199951509096,0.2021320965178344,0.15372517456988796,0.43383927173633685,0.2925981132075823,0.15372517456988796,0.3558688824785153,0.3169762099960577,0.15372517456988796,0.5155723230159754,0.24461083268858091,0.5,0.15372517456988796,0.5164267612607696,0.07909320027278952,0.15372517456988796,0.4587984368896153,0.2073295678419876,0.5,0.15372517456988796,0.5024460493552874,0.02186456770011576,0.15372517456988796,0.5093175673608387,0.17776039647301536,0.15372517456988796,0.45384668005005335,0.6249545877910909,0.15372517456988796,0.22698705518554269,0.43110185163133363,0.15372517456988796,0.14075894072183048,0.18880597828082896,0.15372517456988796,0.4639114299217081,0.22712230929679236,0.15372517456988796,0.44549178248108723,0.07619394135334867,0.5,0.15372517456988796,0.3802367331632117,0.031139691358938435,0.0,0.24339628148734666,0.5384977314747258 -3617,0.5,0.15372517456988796,0.26580785211234903,0.2772551440227193,0.15372517456988796,0.17251721600010872,0.4152693786208397,0.15372517456988796,0.336744230705589,0.34582914722846464,0.15372517456988796,0.32968406632664016,0.2159752443172364,0.15372517456988796,0.10675568073858574,0.17002375955568422,0.15372517456988796,0.3208371987022432,0.2933410658470843,0.15372517456988796,0.24083085331737597,0.29227851610794525,0.15372517456988796,0.3925859672578276,0.25654780598799237,0.5,0.15372517456988796,0.3792945758008477,0.08740426371275409,0.15372517456988796,0.3462830082713285,0.14132498065477309,0.5,0.15372517456988796,0.36494765704803267,0.03147459161786645,0.15372517456988796,0.3701351074992084,0.13863381723217827,0.15372517456988796,0.36403358682055253,0.5876393094635141,0.15372517456988796,0.20977821433379698,0.4178151883712384,0.15372517456988796,0.09732631774328694,0.15695656636126082,0.15372517456988796,0.34345830468679267,0.2292697146067677,0.15372517456988796,0.3229651629021205,0.07241580528620692,0.5,0.15372517456988796,0.23902443618283992,0.029449898067037118,0.0,0.1423702169394405,0.49810421368503704 -3618,0.5,0.15372517456988796,0.15982790380990597,0.24416511846997074,0.15372517456988796,0.15467557914668037,0.3636324922538158,0.15372517456988796,0.21171355122528368,0.3751495502254519,0.15372517456988796,0.20374265372998002,0.2161599928786821,0.15372517456988796,0.07704792823480427,0.1219690534775104,0.15372517456988796,0.2032255129260913,0.25144259348149944,0.15372517456988796,0.1319166155911926,0.23798949573894562,0.15372517456988796,0.26740799221863504,0.24639641100752013,0.5,0.15372517456988796,0.24538820591119365,0.08460051180650319,0.15372517456988796,0.21602039070786533,0.07196163037669737,0.5,0.15372517456988796,0.2270876108711306,0.02397097972010957,0.15372517456988796,0.2370921562078756,0.07005063308227866,0.15372517456988796,0.2528733616157755,0.4886291374299863,0.15372517456988796,0.16523579757329532,0.3624540032854974,0.15372517456988796,0.05324544440213522,0.1100020951759484,0.15372517456988796,0.2199077758707753,0.2075618488750228,0.15372517456988796,0.19857270464250462,0.03224363190255825,0.5,0.15372517456988796,0.14214980014914486,0.018177889955740302,0.0,0.059482625684465384,0.5334033173832647 -3619,0.5,0.15372517456988796,0.06236609074743146,0.1955424791038857,0.15372517456988796,0.0982196089479761,0.2396267668362985,0.15372517456988796,0.08651207574471557,0.37597829396642063,0.15372517456988796,0.06921592656258324,0.2235002830794133,0.15372517456988796,0.04473494077153796,0.08033165017158365,0.15372517456988796,0.09841976472667356,0.1886789058711453,0.15372517456988796,0.05158543252725365,0.15435839615949898,0.15372517456988796,0.13465482307386606,0.1546106168962611,0.5,0.15372517456988796,0.12281590453373459,0.061253688864470635,0.15372517456988796,0.07944408384181274,0.018470723827259568,0.5,0.15372517456988796,0.10851679063824438,0.009070625737970685,0.15372517456988796,0.10276777141304563,0.026411174152947428,0.15372517456988796,0.13206609139481745,0.362895868613153,0.15372517456988796,0.09551372536388769,0.2677786796371794,0.15372517456988796,0.02184400348842924,0.0672594598117813,0.15372517456988796,0.1010425503455971,0.17770670250148934,0.15372517456988796,0.08412054766463903,0.014917868258783091,0.5,0.15372517456988796,0.05602358299844355,0.013763912322804155,0.0,0.0237168382504163,0.5294125082312084 -3620,0.5,0.15372517456988796,0.004984866300839362,0.13172711549994873,0.15372517456988796,0.02907867864338711,0.0867811807169186,0.15372517456988796,0.002917115217486718,0.25107637955155837,0.15372517456988796,0.0,0.2258789966090039,0.15372517456988796,0.01252982569881789,0.04434937516038959,0.15372517456988796,0.024494392505838954,0.1193133682125312,0.15372517456988796,0.00898874173704389,0.0959622449905823,0.15372517456988796,0.027668667832220373,0.10961596405362106,0.5,0.15372517456988796,0.022252525248538296,0.06833703106979702,0.15372517456988796,0.0,0.015518592909297638,0.5,0.15372517456988796,0.00303388771688471,0.010856440854536605,0.15372517456988796,0.0011153078214344166,0.018874450454472967,0.15372517456988796,0.036229284900399686,0.20947226151686682,0.15372517456988796,0.03033061891836555,0.1535351487938319,0.15372517456988796,0.004371500458751633,0.04378339311092226,0.15372517456988796,0.01709595403844018,0.16439878379519446,0.15372517456988796,0.0005068225426133428,0.015834376186199678,0.5,0.15372517456988796,0.0,0.02851212257911427,0.0,0.03463993064169142,0.5111510348865613 -3621,0.5,0.15372517456988796,0.0,0.08718284834234158,0.15372517456988796,0.0,0.0708398768540349,0.15372517456988796,0.0,0.12873800904021335,0.15372517456988796,0.0,0.17525416589727175,0.15372517456988796,0.0,0.03957132042661653,0.15372517456988796,0.0,0.07242315692279906,0.15372517456988796,0.0,0.04953782341905766,0.15372517456988796,0.0,0.10068369099909524,0.5,0.15372517456988796,0.0,0.07124589699025742,0.15372517456988796,0.0,0.011439046158918801,0.5,0.15372517456988796,0.0,0.007500142190233283,0.15372517456988796,0.0,0.0117323969141438,0.15372517456988796,0.0,0.15225337063198036,0.15372517456988796,0.0,0.12497142326443464,0.15372517456988796,0.0,0.03725970155215826,0.15372517456988796,0.0,0.1437545723252466,0.15372517456988796,0.0,0.022142815607565473,0.5,0.15372517456988796,0.0,0.036505255314414065,0.0,0.05413050190817115,0.49186182333036715 -3622,0.5,0.15372517456988796,0.0,0.06148713099379094,0.15372517456988796,0.0,0.06594229711798531,0.15372517456988796,0.0,0.06265126450486194,0.15372517456988796,0.0,0.10298307138248693,0.15372517456988796,0.0,0.03266867119841238,0.15372517456988796,0.0,0.05725539696549619,0.15372517456988796,0.0,0.03393114122835701,0.15372517456988796,0.0,0.06621348688465223,0.5,0.15372517456988796,0.0,0.07207768355188097,0.15372517456988796,0.0,0.008437952361802451,0.5,0.15372517456988796,0.0,0.006742186669799778,0.15372517456988796,0.0,0.005900547625408391,0.15372517456988796,0.0,0.12878819433697203,0.15372517456988796,0.0,0.10816021138145826,0.15372517456988796,0.0,0.037328571958349134,0.15372517456988796,0.0,0.0925129212194688,0.15372517456988796,0.0,0.03840182471438504,0.5,0.15372517456988796,0.0,0.032698909528159,0.0,0.06576962539513165,0.4857313804772144 -3623,0.5,0.15372517456988796,0.0,0.04740502757946012,0.15372517456988796,0.0,0.054751593292654784,0.15372517456988796,0.0,0.031965160501158316,0.15372517456988796,0.0,0.058939246230869075,0.15372517456988796,0.0,0.03172097310025307,0.15372517456988796,0.0,0.044856903975654616,0.15372517456988796,0.0,0.032982364960975404,0.15372517456988796,0.0,0.03536157102090967,0.5,0.15372517456988796,0.0,0.07245677225865851,0.15372517456988796,0.0,0.009640640849800446,0.5,0.15372517456988796,0.0,0.015382545224106519,0.15372517456988796,0.0,0.0038959004118139565,0.15372517456988796,0.0,0.10878456504387593,0.15372517456988796,0.0,0.09672491248638014,0.15372517456988796,0.0,0.03785471487673966,0.15372517456988796,0.0,0.05383082900926706,0.15372517456988796,0.0,0.051111473112823796,0.5,0.15372517456988796,0.0,0.0294620406117216,0.0,0.07354624808928224,0.49445746281449804 -3624,0.5,0.15372517456988796,0.0,0.037443906659470456,0.15372517456988796,0.0,0.0515331857614881,0.15372517456988796,0.0,0.015657703142970446,0.15372517456988796,0.0,0.044554674330758416,0.15372517456988796,0.0,0.03368511566351656,0.15372517456988796,0.0,0.030478902480520154,0.15372517456988796,0.0,0.033066601436398085,0.15372517456988796,0.0,0.019871881134670845,0.5,0.15372517456988796,0.0,0.06219906775635897,0.15372517456988796,0.0,0.011236393420859222,0.5,0.15372517456988796,0.0,0.0434358800981679,0.15372517456988796,0.0,0.004093937753262604,0.15372517456988796,0.0,0.09448869257565026,0.15372517456988796,0.0,0.09086259171947736,0.15372517456988796,0.0,0.03989133773750054,0.15372517456988796,0.0,0.03546923165078413,0.15372517456988796,0.0,0.04495087510828537,0.5,0.15372517456988796,0.0,0.027386492770944015,0.0,0.07592935151067233,0.4905854229070808 -3625,0.5,0.15372517456988796,0.0,0.030822789485490894,0.15372517456988796,0.0,0.05497829522226822,0.15372517456988796,0.0,0.008593654754141238,0.15372517456988796,0.0,0.040222850369960816,0.15372517456988796,0.0,0.03618667834911229,0.15372517456988796,0.0,0.023729051028028324,0.15372517456988796,0.0,0.031169130240799783,0.15372517456988796,0.0,0.011475412818422511,0.5,0.15372517456988796,0.0,0.04940754702243042,0.15372517456988796,0.0,0.007864456099456045,0.5,0.15372517456988796,0.0,0.04945391392351353,0.15372517456988796,0.0,0.005333804150346907,0.15372517456988796,0.0,0.08578241538889723,0.15372517456988796,0.0,0.08835824678198036,0.15372517456988796,0.0,0.03856023230335055,0.15372517456988796,0.0,0.01808888969227265,0.15372517456988796,0.0,0.033577470197663974,0.5,0.15372517456988796,0.0,0.02448827297216335,0.0,0.06586519521863904,0.4549505884648262 -3626,0.5,0.15372517456988796,0.0,0.026929527068219324,0.15372517456988796,0.0,0.05400898455205675,0.15372517456988796,0.0,0.006735672673846756,0.15372517456988796,0.0,0.03717571974772518,0.15372517456988796,0.0,0.03658649341450196,0.15372517456988796,0.0,0.024320153522315313,0.15372517456988796,0.0,0.03067896801632862,0.15372517456988796,0.0,0.006976978536518538,0.5,0.15372517456988796,0.0,0.04369409917200628,0.15372517456988796,0.0,0.006306075862883528,0.5,0.15372517456988796,0.0,0.03696515804982427,0.15372517456988796,0.0,0.009923602164787925,0.15372517456988796,0.0,0.07057352759589874,0.15372517456988796,0.0,0.0831557541113459,0.15372517456988796,0.0,0.035444407446719915,0.15372517456988796,0.0,0.008060618565505027,0.15372517456988796,0.0,0.024290068265748956,0.5,0.15372517456988796,0.0,0.02032555514924737,0.0,0.05077258770486067,0.3985951121259177 -3627,0.5,0.15372517456988796,0.0,0.024386441687318076,0.15372517456988796,0.0,0.04203233111149051,0.15372517456988796,0.0,0.006300382771118922,0.15372517456988796,0.0,0.03298977889591197,0.15372517456988796,0.0,0.032915314972324416,0.15372517456988796,0.0,0.02425806115612439,0.15372517456988796,0.0,0.02934582643930437,0.15372517456988796,0.0,0.0057384069816274474,0.5,0.15372517456988796,0.0,0.033182098502303525,0.15372517456988796,0.0,0.005766898644045275,0.5,0.15372517456988796,0.0,0.03032455934348948,0.15372517456988796,0.0,0.013664642446454676,0.15372517456988796,0.0,0.0550500380579607,0.15372517456988796,0.0,0.08092906430191382,0.15372517456988796,0.0,0.03104285463643305,0.15372517456988796,0.0,0.0054320948055991344,0.15372517456988796,0.0,0.019249068037207245,0.5,0.15372517456988796,0.0,0.015836738588190718,0.0,0.03793870345252931,0.34107579861070747 -3628,0.5,0.15372517456988796,0.0,0.021393448161813808,0.15372517456988796,0.0,0.035468449731167334,0.15372517456988796,0.0,0.006249098156022068,0.15372517456988796,0.0,0.024578384440319283,0.15372517456988796,0.0,0.028454920908322832,0.15372517456988796,0.0,0.023892449381417907,0.15372517456988796,0.0,0.026132022006453284,0.15372517456988796,0.0,0.0074028599087046475,0.5,0.15372517456988796,0.0,0.023104447502856385,0.15372517456988796,0.0,0.005529794157682457,0.5,0.15372517456988796,0.0,0.024191783710060474,0.15372517456988796,0.0,0.009308229951960427,0.15372517456988796,0.0,0.045100915779925345,0.15372517456988796,0.0,0.0768576494743907,0.15372517456988796,0.0,0.02653120606654903,0.15372517456988796,0.0,0.006495201099883355,0.15372517456988796,0.0,0.018322642395338467,0.5,0.15372517456988796,0.0,0.010946661239522728,0.0,0.027377513400604285,0.30252707632123244 -3629,0.5,0.15372517456988796,0.0058013121712028335,0.018819619919783575,0.15372517456988796,0.0021182575058968484,0.030906378310477926,0.15372517456988796,0.0007351772648906959,0.006065828251762843,0.15372517456988796,0.003202718363068842,0.02011503160230205,0.15372517456988796,0.0004675107789282913,0.02508272463104175,0.15372517456988796,0.0,0.02292297295395187,0.15372517456988796,7.38195060271447e-05,0.024566471328414698,0.15372517456988796,0.0,0.009727108041288008,0.5,0.15372517456988796,0.0,0.020939210397285205,0.15372517456988796,0.0,0.005733664298958117,0.5,0.15372517456988796,0.0,0.015906611512812974,0.15372517456988796,0.0,0.008041272515268986,0.15372517456988796,0.0011887337335433376,0.03789442164646889,0.15372517456988796,0.001142428121909559,0.07157912450350742,0.15372517456988796,0.0015518655588656124,0.022089910960204007,0.15372517456988796,0.0001408027998805013,0.007558217979387453,0.15372517456988796,0.0006170403276993721,0.021315119089917168,0.5,0.15372517456988796,0.000833580069741272,0.007868268463204063,0.0,0.021445754028009398,0.28094416587467946 -3630,0.5,0.15372517456988796,0.05119609601543801,0.024184310749577526,0.15372517456988796,0.024055787778487037,0.03253523955091272,0.15372517456988796,0.017883674921565403,0.008934849354357838,0.15372517456988796,0.032587956209640626,0.02179506082393012,0.15372517456988796,0.03947413077378293,0.02941304410956712,0.15372517456988796,0.04088327877035423,0.020125007680231462,0.15372517456988796,0.04104872017000066,0.03594113769445756,0.15372517456988796,0.034365019926921675,0.010784031845778278,0.5,0.15372517456988796,0.037436579596518034,0.019677206631478074,0.15372517456988796,0.0470937571639051,0.004916648394113911,0.5,0.15372517456988796,0.039217192335386446,0.0165604077111431,0.15372517456988796,0.042422107772794954,0.004593254726482972,0.15372517456988796,0.010890089401868587,0.026005715584210984,0.15372517456988796,0.02992245393082623,0.08669143948741634,0.15372517456988796,0.03378737351810211,0.03621520741982864,0.15372517456988796,0.02695884836334974,0.007896599147706644,0.15372517456988796,0.05072880626970093,0.02531168678422671,0.5,0.15372517456988796,0.045929043909904474,0.005606084822764307,0.0,0.02007843611747881,0.26620572489445954 -3631,0.5,0.15372517456988796,0.114121635033221,0.044387848421046844,0.15372517456988796,0.06184105895882547,0.049626983030611686,0.15372517456988796,0.04908253040824517,0.01802973401637579,0.15372517456988796,0.06966173455871291,0.03259345086608188,0.15372517456988796,0.08837757796021108,0.09412622152378425,0.15372517456988796,0.11605073780300987,0.03755998791166787,0.15372517456988796,0.12053845758068243,0.08437980469696965,0.15372517456988796,0.10242592839053427,0.021000168096049425,0.5,0.15372517456988796,0.11787838935778869,0.03707883166499132,0.15372517456988796,0.12889113975626762,0.0024356263898959556,0.5,0.15372517456988796,0.11960257592543684,0.04981155887026365,0.15372517456988796,0.12465101428135922,0.005882346358746436,0.15372517456988796,0.028630782494927995,0.018982766032413632,0.15372517456988796,0.07312835007143763,0.12666579551928786,0.15372517456988796,0.07937961162836735,0.07082925781872249,0.15372517456988796,0.07333146462476682,0.022002455387855932,0.15372517456988796,0.1337249990318325,0.045025499313817004,0.5,0.15372517456988796,0.10315733023650406,0.006331534698646709,0.0,0.019517128674461814,0.2528336211969959 -3632,0.5,0.15372517456988796,0.19444545030640997,0.04737611521772471,0.15372517456988796,0.075233356054502,0.06430408653361336,0.15372517456988796,0.09671892829461654,0.02857676928086876,0.15372517456988796,0.11696551509276684,0.04648195017175224,0.15372517456988796,0.12280006569884414,0.08671923424141234,0.15372517456988796,0.22438125340985543,0.070948473464507,0.15372517456988796,0.22596961394280773,0.10469269612985221,0.15372517456988796,0.18953915307499558,0.06216935981980719,0.5,0.15372517456988796,0.23243090094417726,0.10238127175795994,0.15372517456988796,0.21927082703644904,0.00214892196185809,0.5,0.15372517456988796,0.2314728282341521,0.08996114944982518,0.15372517456988796,0.23993074944675677,0.021043992388680963,0.15372517456988796,0.05764002083068906,0.014904148685045845,0.15372517456988796,0.10697136070898466,0.11600870028447728,0.15372517456988796,0.11929118532434631,0.0725888020883926,0.15372517456988796,0.137316244604749,0.049944262881117016,0.15372517456988796,0.2470820790927866,0.0637653374943357,0.5,0.15372517456988796,0.13955838142981586,0.005708312458432345,0.0,0.015234360538655766,0.23030532038556517 -3633,0.5,0.15372517456988796,0.2670561193310842,0.03714598921395086,0.15372517456988796,0.06805254524020708,0.07813352184139799,0.15372517456988796,0.14216359298793085,0.0310306868216987,0.15372517456988796,0.1787196089801502,0.04330071103835903,0.15372517456988796,0.16824923846872133,0.07220095612569885,0.15372517456988796,0.313278174047449,0.0667411880596481,0.15372517456988796,0.2883383208100293,0.10725146228028175,0.15372517456988796,0.27698104742199814,0.083027157779903,0.5,0.15372517456988796,0.3451565019934816,0.113008888477519,0.15372517456988796,0.28449504680884835,0.0017571718830828777,0.5,0.15372517456988796,0.36226282715357133,0.08888865494918766,0.15372517456988796,0.36060776011248935,0.04787418278966001,0.15372517456988796,0.0762819507426846,0.009038327414566994,0.15372517456988796,0.15134650753820011,0.10449940076419378,0.15372517456988796,0.14871278550729206,0.07439091413665377,0.15372517456988796,0.17991100500555596,0.05269823454943421,0.15372517456988796,0.3740599325851654,0.06222540351445703,0.5,0.15372517456988796,0.20329758341201654,0.007153593285466754,0.0,0.007606175585926961,0.1841979486111091 -3634,0.5,0.15372517456988796,0.34084997708477555,0.03212448443730961,0.15372517456988796,0.09224157400702086,0.08326962618332184,0.15372517456988796,0.18149231023224288,0.030771392568987494,0.15372517456988796,0.23175685519713835,0.04097614667114624,0.15372517456988796,0.2186795387748055,0.07407410964981051,0.15372517456988796,0.41888585563380576,0.07707578959967992,0.15372517456988796,0.3422381286523301,0.11834541405003048,0.15372517456988796,0.33046096571605266,0.09235597695777338,0.5,0.15372517456988796,0.41949802782829515,0.0966592044715556,0.15372517456988796,0.3481004057635293,0.007521106358723414,0.5,0.15372517456988796,0.4804476171013172,0.06658013431527851,0.15372517456988796,0.472651452128132,0.08098329672952502,0.15372517456988796,0.09514069277528517,0.005832731820042146,0.15372517456988796,0.1918779724262396,0.10172435216827552,0.15372517456988796,0.1893362108395687,0.07288396200678793,0.15372517456988796,0.20103198826383192,0.05668061972890422,0.15372517456988796,0.4898941607039238,0.05331487181777949,0.5,0.15372517456988796,0.30005538137673443,0.009394519304275548,0.0,0.001750459451856163,0.1279506752040341 -3635,0.5,0.15372517456988796,0.36347331410658185,0.030685196725494253,0.15372517456988796,0.10017258442320137,0.0748716946029712,0.15372517456988796,0.2156781715630754,0.031637748683855625,0.15372517456988796,0.23861654944621924,0.039698193469942265,0.15372517456988796,0.2472861956242281,0.07817568691395776,0.15372517456988796,0.49727085061882026,0.08810870043036337,0.15372517456988796,0.40679507803292364,0.14403440637130355,0.15372517456988796,0.36470778306867974,0.09462568988880171,0.5,0.15372517456988796,0.4528383542875716,0.08703861446854297,0.15372517456988796,0.3717795457423991,0.029777130881862915,0.5,0.15372517456988796,0.5399705300208015,0.04921702860974084,0.15372517456988796,0.5192625325380376,0.10648498773776496,0.15372517456988796,0.11535461451380907,0.005204624114120865,0.15372517456988796,0.22017492382922085,0.09547749760400168,0.15372517456988796,0.23124776701159194,0.06860474125675006,0.15372517456988796,0.25994637120169417,0.05949176694685478,0.15372517456988796,0.5510585101460233,0.05371008784282353,0.5,0.15372517456988796,0.4170516425122449,0.020028516770303015,0.0,0.0,0.08846545582400535 -3636,0.5,0.15372517456988796,0.35443957223162675,0.028325723511246296,0.15372517456988796,0.09678831101137345,0.061079726154974666,0.15372517456988796,0.23834487540374721,0.02887497381558762,0.15372517456988796,0.24714094627156036,0.04137565016893527,0.15372517456988796,0.2762430808817168,0.0791302513536115,0.15372517456988796,0.5650117156817733,0.08533710119268781,0.15372517456988796,0.5015537773771603,0.1522495047774591,0.15372517456988796,0.398821262084388,0.08715128528066987,0.5,0.15372517456988796,0.489344081408307,0.0862805384594989,0.15372517456988796,0.46445222448798684,0.045629058017185295,0.5,0.15372517456988796,0.5235707261036394,0.05065149955992738,0.15372517456988796,0.5734344227186933,0.11867396526171095,0.15372517456988796,0.10798147481133777,0.004957895163493791,0.15372517456988796,0.26615515592897654,0.09138751152254335,0.15372517456988796,0.27283075664471296,0.06428683586706437,0.15372517456988796,0.2978949641461118,0.05716428093543069,0.15372517456988796,0.5895430706660787,0.07043290274037368,0.5,0.15372517456988796,0.4983054853848392,0.040036855251588434,0.0,0.0,0.06713100215337717 -3637,0.5,0.15372517456988796,0.36675126577524503,0.02203608275898106,0.15372517456988796,0.10187536706504013,0.04698831090755009,0.15372517456988796,0.2671271538253959,0.02656516426529866,0.15372517456988796,0.256492597009825,0.039227437525359087,0.15372517456988796,0.29861088955494375,0.06682408269312878,0.15372517456988796,0.6486628069606127,0.07443924712111492,0.15372517456988796,0.5246736556823651,0.13330584465435483,0.15372517456988796,0.4622678421483232,0.0784585257856036,0.5,0.15372517456988796,0.4953471197985756,0.08817323447374312,0.15372517456988796,0.5837872494588514,0.04310665767328491,0.5,0.15372517456988796,0.554602704319773,0.07836088778548128,0.15372517456988796,0.5857259152142554,0.1362263377931237,0.15372517456988796,0.12220116096948717,0.005005375944155964,0.15372517456988796,0.3190978447677421,0.0761819349444855,0.15372517456988796,0.27184540653542894,0.058130778385694304,0.15372517456988796,0.3299352092936954,0.0538900687190457,0.15372517456988796,0.5934355880283984,0.09380611436336213,0.5,0.15372517456988796,0.524300086836742,0.050532240882280616,0.0,0.0,0.05511411822535863 -3638,0.5,0.15372517456988796,0.3419446905557574,0.01657817199671814,0.15372517456988796,0.14582225585269784,0.032325919186425564,0.15372517456988796,0.26318264321757934,0.024057226266616525,0.15372517456988796,0.211523253900179,0.03646038118942185,0.15372517456988796,0.324529311739407,0.0454295155034294,0.15372517456988796,0.6337595749644545,0.06249561687354424,0.15372517456988796,0.5665251745555637,0.10789154813617338,0.15372517456988796,0.47276230859804946,0.06811876410074516,0.5,0.15372517456988796,0.4878225570496816,0.08543128172792566,0.15372517456988796,0.56292923924754,0.04422109772843207,0.5,0.15372517456988796,0.5701540602438842,0.12665571403297418,0.15372517456988796,0.5361670574929456,0.15075748917562395,0.15372517456988796,0.15163535496333702,0.0050212074810904745,0.15372517456988796,0.28572034523067696,0.05686449990543195,0.15372517456988796,0.27660866282343544,0.04912648583218763,0.15372517456988796,0.3686699573371872,0.053010945797414284,0.15372517456988796,0.5388218703379413,0.115218336347621,0.5,0.15372517456988796,0.5190706174770767,0.053679631053292556,0.0,0.0,0.05671034316973987 -3639,0.5,0.15372517456988796,0.3252867951614984,0.012979340207357968,0.15372517456988796,0.14261195188743497,0.01821320721086583,0.15372517456988796,0.24278532920528934,0.021193947797187033,0.15372517456988796,0.178942448338133,0.037183170936596927,0.15372517456988796,0.30294015551958053,0.027903546264040412,0.15372517456988796,0.61066009275289,0.05453610616357503,0.15372517456988796,0.5417488946268153,0.08941072493088911,0.15372517456988796,0.42023319025914974,0.056623562334048486,0.5,0.15372517456988796,0.48222483196596766,0.08057560456346946,0.15372517456988796,0.3941975170406212,0.05116336641037421,0.5,0.15372517456988796,0.5513998907421522,0.17080714794735705,0.15372517456988796,0.47531384622854056,0.1609732111478681,0.15372517456988796,0.16813506074836695,0.004148117654903592,0.15372517456988796,0.26431166047861493,0.04075714488487668,0.15372517456988796,0.2611361575006563,0.03633535167353073,0.15372517456988796,0.3107713447391185,0.04175379313970639,0.15372517456988796,0.4375538275354206,0.12124353081855854,0.5,0.15372517456988796,0.4202885797857446,0.05613953400150118,0.0,0.0,0.05623186680161381 -3640,0.5,0.15372517456988796,0.27735744999044226,0.011738160338269148,0.15372517456988796,0.20335372222667064,0.006994338039030793,0.15372517456988796,0.21171701049260322,0.01786016836566272,0.15372517456988796,0.19274878132191436,0.04129856699505301,0.15372517456988796,0.280248021855115,0.01713037889149356,0.15372517456988796,0.5236399804003665,0.054568328455865345,0.15372517456988796,0.47585391723406256,0.07414937872179587,0.15372517456988796,0.3728832220170186,0.05007919691376993,0.5,0.15372517456988796,0.43998066975817707,0.0791779888812751,0.15372517456988796,0.29218314961644193,0.055476799010579975,0.5,0.15372517456988796,0.45812101022409635,0.18871142233296825,0.15372517456988796,0.38046665980523003,0.14921260736088365,0.15372517456988796,0.19416820700949586,0.004174021342792594,0.15372517456988796,0.225859524568727,0.029578289064872258,0.15372517456988796,0.2192607625505154,0.020827181056002897,0.15372517456988796,0.26195562255442506,0.03228674086119334,0.15372517456988796,0.33802184033667637,0.11749967834976077,0.5,0.15372517456988796,0.3051780387476919,0.07510570735172634,0.0,0.0,0.049569750103910445 -3641,0.5,0.15372517456988796,0.2147015730064456,0.013127389201071284,0.15372517456988796,0.1584873891959871,0.0007865081606989904,0.15372517456988796,0.1408905987997224,0.014840533706386255,0.15372517456988796,0.1636319496521964,0.041232733308015836,0.15372517456988796,0.18698119123709409,0.009430868087846546,0.15372517456988796,0.38901274060909885,0.05170762215183211,0.15372517456988796,0.36582644393390684,0.0589122276681101,0.15372517456988796,0.2953584938147338,0.04022693105595962,0.5,0.15372517456988796,0.33166321980665725,0.07310175679302917,0.15372517456988796,0.20990057606239235,0.06406562757612586,0.5,0.15372517456988796,0.33561936150566396,0.15556032570050524,0.15372517456988796,0.286723420191602,0.1330476226624319,0.15372517456988796,0.20638148224959235,0.00527524239383952,0.15372517456988796,0.15692045990852452,0.022985867486213746,0.15372517456988796,0.15199042138789867,0.008616262938581577,0.15372517456988796,0.21745872868720614,0.024911967899283592,0.15372517456988796,0.23498180773810076,0.09922966406748131,0.5,0.15372517456988796,0.24497779924478344,0.08325444210507285,0.0,0.0,0.044693227844298064 -3642,0.5,0.15372517456988796,0.1373256882481746,0.018412013967126495,0.15372517456988796,0.07585281733322391,0.00016795388910920063,0.15372517456988796,0.07760984949753283,0.011332036575785763,0.15372517456988796,0.10880702326155435,0.03627925401972736,0.15372517456988796,0.11605678417963428,0.004477618466735358,0.15372517456988796,0.2599774869960029,0.04514304704545016,0.15372517456988796,0.24253318685599573,0.045496162265049704,0.15372517456988796,0.2014010558495148,0.026134468426119245,0.5,0.15372517456988796,0.20843055117981718,0.055520589131782545,0.15372517456988796,0.1216662193089638,0.057452418514650695,0.5,0.15372517456988796,0.2050625440442872,0.11185314509954368,0.15372517456988796,0.18075707520713422,0.10335245113172711,0.15372517456988796,0.17325743523546536,0.004806564638359477,0.15372517456988796,0.08366738553154683,0.0201845373032733,0.15372517456988796,0.09644756502571177,0.0037968571817156853,0.15372517456988796,0.13672014591436035,0.016911612855746556,0.15372517456988796,0.14524325172395486,0.07806125770973789,0.5,0.15372517456988796,0.16506419098452646,0.06691632513073655,0.0,0.0,0.03793362079749083 -3643,0.5,0.15372517456988796,0.06228127723155487,0.019743883433606314,0.15372517456988796,0.028358290791429812,0.0005023419423700067,0.15372517456988796,0.030786324810385735,0.006687352471626797,0.15372517456988796,0.04123150913856301,0.020411284688498173,0.15372517456988796,0.05960309052022042,0.001453245751354196,0.15372517456988796,0.1321793403256013,0.02575833115162392,0.15372517456988796,0.11824559860485162,0.034122093184623864,0.15372517456988796,0.10071754133525533,0.004534684566722136,0.5,0.15372517456988796,0.09659516828737968,0.029438247590741505,0.15372517456988796,0.06186274418519637,0.05193087143363264,0.5,0.15372517456988796,0.0861767746556677,0.08178338139351836,0.15372517456988796,0.08179933382867174,0.06023750939741937,0.15372517456988796,0.09482935180158095,0.003425653105593059,0.15372517456988796,0.029895281083862302,0.01364332259683321,0.15372517456988796,0.038353413571252624,0.0033618085662796776,0.15372517456988796,0.06507394718017104,0.009788523187049064,0.15372517456988796,0.06649787896364923,0.05919367428950795,0.5,0.15372517456988796,0.06082068313819647,0.030342398701459,0.0,0.0,0.029514126965864886 -3644,0.5,0.15372517456988796,0.007487288477387157,0.01763488241303388,0.15372517456988796,0.003939211520298998,0.0010385003610341617,0.15372517456988796,0.001276317867688384,0.0035658214581643006,0.15372517456988796,0.0,0.01705552803350763,0.15372517456988796,0.015427675313223498,0.0011366696399854074,0.15372517456988796,0.03420935917467523,0.01923186267107138,0.15372517456988796,0.027212798615529107,0.02668931016208088,0.15372517456988796,0.024285262842815687,0.0005234641754477964,0.5,0.15372517456988796,0.018548182412255393,0.01049762558894145,0.15372517456988796,0.0,0.014655720407018128,0.5,0.15372517456988796,0.005905530138923675,0.05236791599301168,0.15372517456988796,0.0016616631088183544,0.049734743023360416,0.15372517456988796,0.03025266466763025,0.0006574640025175286,0.15372517456988796,0.0030647078911112987,0.006027710907318396,0.15372517456988796,0.006938595378114103,0.004034799377383743,0.15372517456988796,0.012176497335498027,0.005821031194842133,0.15372517456988796,0.000868760283955098,0.038612915434053596,0.5,0.15372517456988796,0.0,0.021298546526192928,0.0,0.0,0.02243703163410939 -3645,0.5,0.15372517456988796,0.0,0.01982862848042756,0.15372517456988796,0.0,0.002371408815605638,0.15372517456988796,0.0,0.0027631312629409262,0.15372517456988796,0.0,0.01824113354340355,0.15372517456988796,0.0,0.004462428585755414,0.15372517456988796,0.0,0.024205641257485193,0.15372517456988796,0.0,0.030604790329620667,0.15372517456988796,0.0,0.0012720428711134378,0.5,0.15372517456988796,0.0,0.007218130281471174,0.15372517456988796,0.0,0.003421350780686689,0.5,0.15372517456988796,0.0,0.03185500239048108,0.15372517456988796,0.0,0.043054978150605966,0.15372517456988796,0.0,0.00016360697920146726,0.15372517456988796,0.0,0.002851646273534905,0.15372517456988796,0.0,0.005072377291811048,0.15372517456988796,0.0,0.0047691524597985365,0.15372517456988796,0.0,0.029776459537809444,0.5,0.15372517456988796,0.0,0.007863644094300324,0.0,0.0,0.017237315027633426 -3646,0.5,0.15372517456988796,0.0,0.019322746461763633,0.15372517456988796,0.0,0.004476103828338653,0.15372517456988796,0.0,0.0021698046522895024,0.15372517456988796,0.0,0.019360138455121485,0.15372517456988796,0.0,0.009218731058046055,0.15372517456988796,0.0,0.021129664745208068,0.15372517456988796,0.0,0.02817657616698629,0.15372517456988796,0.0,0.004966226891356617,0.5,0.15372517456988796,0.0,0.004112536597442989,0.15372517456988796,0.0,0.0023436425588603087,0.5,0.15372517456988796,0.0,0.019011395941948197,0.15372517456988796,0.0,0.02875637000915149,0.15372517456988796,0.0,0.0002517013323923386,0.15372517456988796,0.0,0.0030355474438725585,0.15372517456988796,0.0,0.005548444850295597,0.15372517456988796,0.0,0.0033778525797344555,0.15372517456988796,0.0,0.018908229919195864,0.5,0.15372517456988796,0.0,0.0026304673231361247,0.0,0.00014624602629648652,0.010590732116410527 -3647,0.5,0.15372517456988796,0.0,0.018144930629270216,0.15372517456988796,0.0,0.005558094159768074,0.15372517456988796,0.0,0.0018444101482768904,0.15372517456988796,0.0,0.018299642797525724,0.15372517456988796,0.0,0.012010220007131514,0.15372517456988796,0.0,0.016720482868478877,0.15372517456988796,0.0,0.022168094165763923,0.15372517456988796,0.0,0.01225218466633506,0.5,0.15372517456988796,0.0,0.002912602969394419,0.15372517456988796,0.0,0.0038934003219470224,0.5,0.15372517456988796,0.0,0.009818038954670134,0.15372517456988796,0.0,0.021021884675171104,0.15372517456988796,0.0,0.0005179421967410473,0.15372517456988796,0.0,0.004209186847705461,0.15372517456988796,0.0,0.005805844739739434,0.15372517456988796,0.0,0.002920683981998373,0.15372517456988796,0.0,0.012961599173245963,0.5,0.15372517456988796,0.0,0.002382501877606254,0.0,0.00023589144958632803,0.00677692850036261 -3648,0.5,0.15372517456988796,0.0,0.017066605826474915,0.15372517456988796,0.0,0.005660237575995192,0.15372517456988796,0.0,0.001392217264521363,0.15372517456988796,0.0,0.01608199124140174,0.15372517456988796,0.0,0.015100043274985526,0.15372517456988796,0.0,0.014521757870368086,0.15372517456988796,0.0,0.016678819689519064,0.15372517456988796,0.0,0.01371579035215897,0.5,0.15372517456988796,0.0,0.0032002785056084184,0.15372517456988796,0.0,0.005184562345455399,0.5,0.15372517456988796,0.0,0.0054364632884288215,0.15372517456988796,0.0,0.015476495369084086,0.15372517456988796,0.0,0.0011639208816115448,0.15372517456988796,0.0,0.005578229730206989,0.15372517456988796,0.0,0.005519777520125244,0.15372517456988796,0.0,0.003704137992791193,0.15372517456988796,0.0,0.011016251210292708,0.5,0.15372517456988796,0.0,0.0031653645214912867,0.0,0.00038212470131437286,0.00589076543511232 -3649,0.5,0.15372517456988796,0.0,0.015608410581595393,0.15372517456988796,0.0,0.0036694858276137632,0.15372517456988796,0.0,0.0010044929908753992,0.15372517456988796,0.0,0.015022182070434828,0.15372517456988796,0.0,0.018722274734190445,0.15372517456988796,0.0,0.01194015923008387,0.15372517456988796,0.0,0.013685015043238997,0.15372517456988796,0.0,0.011255301869615805,0.5,0.15372517456988796,0.0,0.0034998030201448867,0.15372517456988796,0.0,0.006554308672355513,0.5,0.15372517456988796,0.0,0.002866941648642006,0.15372517456988796,0.0,0.010954041194588012,0.15372517456988796,0.0,0.0018805641953589733,0.15372517456988796,0.0,0.006076720526260835,0.15372517456988796,0.0,0.004433327962782554,0.15372517456988796,0.0,0.004415043546451899,0.15372517456988796,0.0,0.009861961975077556,0.5,0.15372517456988796,0.0,0.006212024587458299,0.0,0.00047957590512799544,0.006329815007750844 -3650,0.5,0.15372517456988796,0.0,0.014017152721030128,0.15372517456988796,0.0,0.0021462429238669587,0.15372517456988796,0.0,0.0007886238461465845,0.15372517456988796,0.0,0.015551768561693512,0.15372517456988796,0.0,0.020343884089919675,0.15372517456988796,0.0,0.009521463194702463,0.15372517456988796,0.0,0.012219545877781924,0.15372517456988796,0.0,0.00926139111817728,0.5,0.15372517456988796,0.0,0.004034256720779929,0.15372517456988796,0.0,0.007499921624155551,0.5,0.15372517456988796,0.0,0.0009338541015116383,0.15372517456988796,0.0,0.008680139492065933,0.15372517456988796,0.0,0.0025972410226998235,0.15372517456988796,0.0,0.006042568289862063,0.15372517456988796,0.0,0.0033383307079050753,0.15372517456988796,0.0,0.0048439089441559,0.15372517456988796,0.0,0.008469990408928835,0.5,0.15372517456988796,0.0,0.009647990816880003,0.0,0.0003221976520473912,0.007148189129325924 -3651,0.5,0.15372517456988796,0.0,0.012299936473669676,0.15372517456988796,0.0,0.0012010470489139662,0.15372517456988796,0.0,0.000579293164353659,0.15372517456988796,0.0,0.017229501138330376,0.15372517456988796,0.0,0.01726638128301248,0.15372517456988796,0.0,0.005937674751623984,0.15372517456988796,0.0,0.011463279281382226,0.15372517456988796,0.0,0.010155514109861513,0.5,0.15372517456988796,0.0,0.004730771034460774,0.15372517456988796,0.0,0.008793686698223552,0.5,0.15372517456988796,0.0,0.0006716895695704594,0.15372517456988796,0.0,0.006842381049027167,0.15372517456988796,0.0,0.0038858052590674637,0.15372517456988796,0.0,0.0055555835147151,0.15372517456988796,0.0,0.0032196091184240254,0.15372517456988796,0.0,0.005476022230174808,0.15372517456988796,0.0,0.007527953928113068,0.5,0.15372517456988796,0.0,0.014573824092088608,0.0,0.0001600944203829567,0.006344687475062751 -3652,0.5,0.15372517456988796,0.0,0.010284981534998714,0.15372517456988796,0.0,0.0009729019681600453,0.15372517456988796,0.0,0.00042090734043471177,0.15372517456988796,0.0,0.018559120639672157,0.15372517456988796,0.0,0.012842052120833732,0.15372517456988796,0.0,0.0052755301130656546,0.15372517456988796,0.0,0.01100724662534953,0.15372517456988796,0.0,0.01366934940955188,0.5,0.15372517456988796,0.0,0.004932297371278626,0.15372517456988796,0.0,0.00826959066995173,0.5,0.15372517456988796,0.0,0.0005576909532101387,0.15372517456988796,0.0,0.005418954852696284,0.15372517456988796,0.0,0.006484128326902749,0.15372517456988796,0.0,0.00557600176566889,0.15372517456988796,0.0,0.0031928577856940427,0.15372517456988796,0.0,0.005616845243471842,0.15372517456988796,0.0,0.00683755365500374,0.5,0.15372517456988796,0.0,0.017008401823665822,0.0,7.3776172534918e-05,0.0062059818699173675 -3653,0.5,0.15372517456988796,0.008235016816801426,0.009063726544060721,0.15372517456988796,0.0005582439845687103,0.00033880356493557135,0.15372517456988796,0.001684190318925415,0.00046515066537310286,0.15372517456988796,0.003962907978697913,0.01886704870765497,0.15372517456988796,0.00024206062626954439,0.0114194983281424,0.15372517456988796,0.0,0.0068042675894035886,0.15372517456988796,0.0002629493363527214,0.009631243480659987,0.15372517456988796,0.0,0.01645297541311374,0.5,0.15372517456988796,0.0,0.004249841753830296,0.15372517456988796,0.0,0.00696561355282634,0.5,0.15372517456988796,0.0,0.0003455772312617585,0.15372517456988796,0.0,0.005130102303472817,0.15372517456988796,0.002564408356684429,0.009966226924025084,0.15372517456988796,0.00038293378057207764,0.006812939356381905,0.15372517456988796,0.0018012242022951502,0.002526866146661234,0.15372517456988796,0.0005149833391271513,0.005080591425442166,0.15372517456988796,0.0008628797942925383,0.0062669382596298616,0.5,0.15372517456988796,0.0008226128538208539,0.017379364363941927,0.0,0.00010530898028068364,0.011267205139210252 -3654,0.5,0.15372517456988796,0.06023113385115672,0.008519833316520297,0.15372517456988796,0.007706653330421414,0.0002027806654278473,0.15372517456988796,0.0377033657838344,0.0005766649174598122,0.15372517456988796,0.04953679885145017,0.019858089376804076,0.15372517456988796,0.02055008850637148,0.00882728166803864,0.15372517456988796,0.038073870449802115,0.0077144949547204205,0.15372517456988796,0.04430149760349417,0.005987455154541366,0.15372517456988796,0.012726297846214804,0.016606999710640537,0.5,0.15372517456988796,0.019111964117852376,0.0034105610754104785,0.15372517456988796,0.03043508041281277,0.010750239219468423,0.5,0.15372517456988796,0.04158408382622886,0.00036299295361886895,0.15372517456988796,0.034905265135969206,0.0051664578490042325,0.15372517456988796,0.03550729614451828,0.011612717283061253,0.15372517456988796,0.00962200752138263,0.008829802488895375,0.15372517456988796,0.04542657135895084,0.0020434245138239455,0.15372517456988796,0.03819819187670821,0.004137438169551376,0.15372517456988796,0.046097256614572694,0.00542755738296355,0.5,0.15372517456988796,0.04226761667359164,0.01914094136695997,0.0,0.003723649349371266,0.02319545916105112 -3655,0.5,0.15372517456988796,0.13215903402013568,0.016588506209052865,0.15372517456988796,0.06258794352810726,0.0006502174859178625,0.15372517456988796,0.10214215459247378,0.0012424725441781822,0.15372517456988796,0.12342804620053825,0.032448536897350465,0.15372517456988796,0.06721784695419011,0.008750167583829915,0.15372517456988796,0.10709100471511233,0.010830883396626217,0.15372517456988796,0.11309871610625483,0.0035288483500488083,0.15372517456988796,0.05327622915839052,0.021464747399550486,0.5,0.15372517456988796,0.06542511491939534,0.0029003744202354617,0.15372517456988796,0.09505674706469958,0.01735941132135408,0.5,0.15372517456988796,0.1190939678367264,0.00504802967345367,0.15372517456988796,0.10974662463305829,0.007138190410256226,0.15372517456988796,0.08979151703249375,0.014894480861414788,0.15372517456988796,0.03699443853859308,0.014668639168322825,0.15372517456988796,0.11261556686693364,0.003156876464369006,0.15372517456988796,0.09987659134648547,0.0037168927166112494,0.15372517456988796,0.12389194868672454,0.011313283885556647,0.5,0.15372517456988796,0.0957063786610022,0.03536091013089279,0.0,0.011088402350710921,0.0359935568864885 -3656,0.5,0.15372517456988796,0.22834010755689646,0.04250107890951696,0.15372517456988796,0.15460829226251233,0.0,0.15372517456988796,0.188222437119351,0.0015230408298917532,0.15372517456988796,0.2143371180585627,0.051175595959096654,0.15372517456988796,0.14463760387898386,0.015241744068704297,0.15372517456988796,0.20907664739093315,0.012484199526783485,0.15372517456988796,0.2087825794376702,0.004961831734636899,0.15372517456988796,0.11945398238145459,0.022579867293128265,0.5,0.15372517456988796,0.12298463899687054,0.004190255065226047,0.15372517456988796,0.16371210078012108,0.017077299078036484,0.5,0.15372517456988796,0.22401086274240725,0.018764301436607397,0.15372517456988796,0.2183090223317102,0.017389571052196066,0.15372517456988796,0.17621707201986614,0.0261152998543032,0.15372517456988796,0.07949398050243076,0.023362135310890153,0.15372517456988796,0.2090456119819687,0.006470595076538303,0.15372517456988796,0.18495835044526296,0.008403288364539284,0.15372517456988796,0.22273060458573074,0.02513503043056181,0.5,0.15372517456988796,0.15943456313217097,0.039031280158752985,0.0,0.023848546909865917,0.04326452929216415 -3657,0.5,0.15372517456988796,0.3298066641463514,0.0843628417602775,0.15372517456988796,0.14046240375436647,0.003551761279770374,0.15372517456988796,0.2776013962694187,0.0016436443029544117,0.15372517456988796,0.3131313813184838,0.0611395610464244,0.15372517456988796,0.2502817161999353,0.026103890727399125,0.15372517456988796,0.3325210119160663,0.01162365496494264,0.15372517456988796,0.3154126524070036,0.007403266214632968,0.15372517456988796,0.20378314659898056,0.018606598371843534,0.5,0.15372517456988796,0.16842031297811683,0.006840107027451102,0.15372517456988796,0.2285460652233225,0.012703555855193652,0.5,0.15372517456988796,0.3309887604079995,0.03239322368694845,0.15372517456988796,0.34268579275122557,0.02140706636763615,0.15372517456988796,0.3103195849521596,0.02772960773349503,0.15372517456988796,0.14133058662857326,0.030410381368334755,0.15372517456988796,0.3215467615412957,0.009396632817697499,0.15372517456988796,0.2596562250284109,0.010150049044247362,0.15372517456988796,0.3271148872149952,0.030997779767309882,0.5,0.15372517456988796,0.2219228977871468,0.03208203170566078,0.0,0.024277352770200013,0.03858076149421209 -3658,0.5,0.15372517456988796,0.4283537703826793,0.14672311241857827,0.15372517456988796,0.11931958491233316,0.024149086618660158,0.15372517456988796,0.3607046232218101,0.0032444378693546575,0.15372517456988796,0.4053977773119647,0.06666464664420646,0.15372517456988796,0.38492637615781816,0.02720919362878236,0.15372517456988796,0.47457129748415705,0.010692769049514285,0.15372517456988796,0.4324837700671815,0.007579080817598407,0.15372517456988796,0.2954184823119288,0.013157083007590772,0.5,0.15372517456988796,0.19599044032706947,0.0106510180944421,0.15372517456988796,0.2761325451864419,0.014021347191811534,0.5,0.15372517456988796,0.4320148389525984,0.03639816187271668,0.15372517456988796,0.44322442049252714,0.024563444102288404,0.15372517456988796,0.4369323531849635,0.027389820969544024,0.15372517456988796,0.23890331661879588,0.04084819995446788,0.15372517456988796,0.41788651070853755,0.02500159580554579,0.15372517456988796,0.3251408080420264,0.011957428829557913,0.15372517456988796,0.41311399861334896,0.03174263002617325,0.5,0.15372517456988796,0.29178107978287765,0.02164552381773488,0.0,0.020353126881501107,0.02244780573480472 -3659,0.5,0.15372517456988796,0.48265824228026033,0.1987312247548888,0.15372517456988796,0.1386444577740299,0.015891516308131213,0.15372517456988796,0.41353896813177,0.005761023233311744,0.15372517456988796,0.49999669729456264,0.08139152396481157,0.15372517456988796,0.4922841481899717,0.018800367072154617,0.15372517456988796,0.5810758642242243,0.009483293607052558,0.15372517456988796,0.5337057662294,0.003912387321877106,0.15372517456988796,0.4891178979486117,0.011148957528184116,0.5,0.15372517456988796,0.28500463298841217,0.010531065037139594,0.15372517456988796,0.3797243861563289,0.026682087742948307,0.5,0.15372517456988796,0.45632551683885525,0.02533594508345391,0.15372517456988796,0.5296080323943455,0.036193203148005906,0.15372517456988796,0.4583579287647691,0.062243941200257065,0.15372517456988796,0.3519620808227898,0.05236230943448088,0.15372517456988796,0.5084583626496917,0.03701134366567508,0.15372517456988796,0.45233547128877216,0.012694444012528871,0.15372517456988796,0.47544674217189076,0.03151277426175734,0.5,0.15372517456988796,0.4381311693573626,0.03828089062661361,0.0,0.017948785889780078,0.011707109028675661 -3660,0.5,0.15372517456988796,0.5368206517639438,0.2328429448788854,0.15372517456988796,0.20826937958826408,0.006593842934532428,0.15372517456988796,0.5071487280115594,0.006554380242918998,0.15372517456988796,0.5620274552319777,0.09450432692558902,0.15372517456988796,0.592022862445476,0.013866359128944725,0.15372517456988796,0.6565721590276904,0.014278431916453829,0.15372517456988796,0.6271054613599756,0.002490663929141012,0.15372517456988796,0.5942493701179825,0.013610424758096254,0.5,0.15372517456988796,0.40208838305637534,0.008304569089382534,0.15372517456988796,0.513063314115689,0.031283624878761365,0.5,0.15372517456988796,0.513241651209173,0.0136752535952453,0.15372517456988796,0.5884843131888648,0.04919982075418945,0.15372517456988796,0.4316503727651354,0.09647797729756422,0.15372517456988796,0.41234273488604395,0.050455338954100704,0.15372517456988796,0.5787487065870689,0.04473742163193651,0.15372517456988796,0.5264290495451157,0.007349411772012567,0.15372517456988796,0.4805133298033617,0.033805458619253,0.5,0.15372517456988796,0.5606253464027683,0.0702405724887851,0.0,0.015763536233086312,0.007262932673462891 -3661,0.5,0.15372517456988796,0.5583685519444805,0.26315339388373504,0.15372517456988796,0.4098028451724428,0.0145501857719893,0.15372517456988796,0.5805075377032078,0.007827370557713455,0.15372517456988796,0.5866969912318123,0.10442590973674888,0.15372517456988796,0.5963046014367007,0.009760233881860465,0.15372517456988796,0.6701294308582997,0.020370817257304465,0.15372517456988796,0.5819446031032711,0.002342927695638776,0.15372517456988796,0.4605957452998346,0.017386105192351897,0.5,0.15372517456988796,0.49999072798739075,0.006135423566458711,0.15372517456988796,0.5810475231857056,0.029564865206519093,0.5,0.15372517456988796,0.5248711723836221,0.007797436112100727,0.15372517456988796,0.5525059416316773,0.060276573880762206,0.15372517456988796,0.4315644374821239,0.0995307096406385,0.15372517456988796,0.38915155229792725,0.041772770125088635,0.15372517456988796,0.621475370089168,0.04030095104244809,0.15372517456988796,0.509047634925581,0.004852425315379476,0.15372517456988796,0.4658360688465566,0.04155159245528024,0.5,0.15372517456988796,0.5982208591979705,0.10883427274588675,0.0,0.01327020151516226,0.01079861577798246 -3662,0.5,0.15372517456988796,0.559496133173292,0.2875243527047003,0.15372517456988796,0.567410817153205,0.03759979903787203,0.15372517456988796,0.5763602235678548,0.010558672377577101,0.15372517456988796,0.5609004536887574,0.11515900350307873,0.15372517456988796,0.5098767441452068,0.004422770921248785,0.15372517456988796,0.6273328866405637,0.023488809297923366,0.15372517456988796,0.46653537050632976,0.0023400621836854535,0.15372517456988796,0.34212182970475996,0.019474735856004767,0.5,0.15372517456988796,0.4871681792597191,0.0038776338173883247,0.15372517456988796,0.5480438419577137,0.03150696018976436,0.5,0.15372517456988796,0.5320924164249756,0.0057266703153149535,0.15372517456988796,0.49795784081767014,0.06757541193028048,0.15372517456988796,0.49673099812575705,0.07236965053001024,0.15372517456988796,0.39280816742492297,0.036906659801768715,0.15372517456988796,0.6071183393989136,0.03491142742953727,0.15372517456988796,0.4275817768089315,0.0063786679421091045,0.15372517456988796,0.46172331448709514,0.04998053619754123,0.5,0.15372517456988796,0.5557685643727859,0.12371660871179029,0.0,0.01256476721018351,0.02033829241661318 -3663,0.5,0.15372517456988796,0.5034341149953533,0.29194001717995205,0.15372517456988796,0.5283574899828759,0.025436463077336654,0.15372517456988796,0.5397020741919273,0.011147972908196493,0.15372517456988796,0.4939069706195449,0.12278416402777913,0.15372517456988796,0.44900342397035997,0.0009062128897443619,0.15372517456988796,0.5555586648103445,0.021775740464753914,0.15372517456988796,0.333678092538993,0.005903394141812385,0.15372517456988796,0.28601828155214815,0.017513061210512392,0.5,0.15372517456988796,0.4038178132420547,0.005453657486919352,0.15372517456988796,0.43633750152264944,0.035339899857938034,0.5,0.15372517456988796,0.5853297714232247,0.007429154257066872,0.15372517456988796,0.434110511450145,0.06993400969659098,0.15372517456988796,0.49945540011053857,0.044592246497166844,0.15372517456988796,0.4073166438363893,0.027671246335759757,0.15372517456988796,0.5715227344792366,0.026948761828685025,0.15372517456988796,0.358409230588791,0.015192948542784216,0.15372517456988796,0.436594556711111,0.05500863093160191,0.5,0.15372517456988796,0.47027300091336055,0.11034935897816729,0.0,0.012110991591091289,0.029988903275153234 -3664,0.5,0.15372517456988796,0.41090717299449897,0.2893698656542075,0.15372517456988796,0.43284414851152564,0.029195454970891738,0.15372517456988796,0.4406643266317394,0.007799076854626394,0.15372517456988796,0.40566818484582795,0.1214913234330933,0.15372517456988796,0.3717172861551667,0.0010231844991480691,0.15372517456988796,0.46539657510675414,0.012844551781383549,0.15372517456988796,0.26782483927323436,0.010764754573138567,0.15372517456988796,0.23992060308710852,0.008842028075397294,0.5,0.15372517456988796,0.34125508861959397,0.009145115869160761,0.15372517456988796,0.3047369426472485,0.0320192151737714,0.5,0.15372517456988796,0.4976773154850371,0.019191631624341062,0.15372517456988796,0.3583207672641348,0.06981455693801453,0.15372517456988796,0.40162109033350696,0.033235240771437455,0.15372517456988796,0.35253503369297073,0.019393250333078267,0.15372517456988796,0.4387260675644399,0.017360925504222514,0.15372517456988796,0.28519300630197925,0.02211963571440161,0.15372517456988796,0.3747331856659856,0.05738147865806483,0.5,0.15372517456988796,0.3630857274002342,0.09755539109515803,0.0,0.01018068034059161,0.03126341206628598 -3665,0.5,0.15372517456988796,0.2950065694940461,0.26744014247926456,0.15372517456988796,0.30826503466944033,0.02421592144932745,0.15372517456988796,0.3227735658592785,0.004367462109488342,0.15372517456988796,0.2808401284266349,0.10716585423873257,0.15372517456988796,0.30719005443367636,0.002248536375838424,0.15372517456988796,0.34499039849869984,0.004311518955327949,0.15372517456988796,0.20948007968263194,0.013864213925685634,0.15372517456988796,0.19511305799562595,0.004009895153782965,0.5,0.15372517456988796,0.22032223743692028,0.019130207898344458,0.15372517456988796,0.19033593936253396,0.026471283828328043,0.5,0.15372517456988796,0.36461446210934123,0.0231401814299901,0.15372517456988796,0.2508654811582476,0.058284918780094196,0.15372517456988796,0.3054678867131273,0.024122594788573842,0.15372517456988796,0.281229309106649,0.010774849225251569,0.15372517456988796,0.3144096972558862,0.00921811206444619,0.15372517456988796,0.2620880422300173,0.024616158851224437,0.15372517456988796,0.2942780805585078,0.05041372125492751,0.5,0.15372517456988796,0.22086376292439774,0.08513254830575658,0.0,0.008295261107078837,0.03282598638456099 -3666,0.5,0.15372517456988796,0.18042250684199218,0.21908143374313008,0.15372517456988796,0.19581079368577387,0.014092733987496369,0.15372517456988796,0.21663069193890921,0.0024843898821966482,0.15372517456988796,0.16507183314293947,0.060866045258900665,0.15372517456988796,0.21570448415781415,0.003372861982434619,0.15372517456988796,0.2416745829265597,0.0014890212828384476,0.15372517456988796,0.16294202945946162,0.013036376246722619,0.15372517456988796,0.13317156663911522,0.00541731299754767,0.5,0.15372517456988796,0.15107713347420473,0.022622222922602447,0.15372517456988796,0.10275333695061274,0.019180680390534287,0.5,0.15372517456988796,0.2363686056845015,0.015517490555392838,0.15372517456988796,0.1497087634178136,0.03811649717976332,0.15372517456988796,0.20316472167053728,0.015651911399636065,0.15372517456988796,0.21999266781369464,0.008551880523355817,0.15372517456988796,0.21250116829915383,0.003755176426584923,0.15372517456988796,0.19523499865791394,0.02301472984658869,0.15372517456988796,0.1951268327305368,0.03866397057598728,0.5,0.15372517456988796,0.12147678376989468,0.07244254164545909,0.0,0.0052808981201411314,0.04147558311264688 -3667,0.5,0.15372517456988796,0.08526972001698611,0.15694985178652557,0.15372517456988796,0.07864587610744167,0.00216540052518142,0.15372517456988796,0.09226606784206327,0.0015148464131216227,0.15372517456988796,0.07153092605851803,0.0468982769610119,0.15372517456988796,0.10949961278593481,0.0046834809343523865,0.15372517456988796,0.13490665238569474,0.002697988583801789,0.15372517456988796,0.1084009159500802,0.004032424147700214,0.15372517456988796,0.09769137785528176,0.009909142840878005,0.5,0.15372517456988796,0.10126154368681164,0.017091264930474147,0.15372517456988796,0.03207533542579593,0.010130754160620146,0.5,0.15372517456988796,0.11044807845691762,0.002160465320771915,0.15372517456988796,0.07179670869411386,0.01129530683522386,0.15372517456988796,0.10555892585119038,0.008986228031602726,0.15372517456988796,0.12987077036206854,0.007963453367886725,0.15372517456988796,0.11230711358196856,0.0010141347782231902,0.15372517456988796,0.10458939073725929,0.01015315342268763,0.15372517456988796,0.08551085053179347,0.021038012399428298,0.5,0.15372517456988796,0.041493942872224396,0.0505941351937597,0.0,0.012882027738711145,0.049277017529603985 -3668,0.5,0.15372517456988796,0.01327745043150771,0.08538218297614876,0.15372517456988796,0.016950264749297873,0.002943235468474351,0.15372517456988796,0.00853359472441161,0.0027447814796870175,0.15372517456988796,0.0,0.04969048045516652,0.15372517456988796,0.031932523714147114,0.010903152090833954,0.15372517456988796,0.03567848758195433,0.006976966190822619,0.15372517456988796,0.02640410572998534,0.0026427387327097947,0.15372517456988796,0.029619516066810576,0.0202679129212645,0.5,0.15372517456988796,0.02358280954638664,0.01668565651259563,0.15372517456988796,9.746502745703232e-05,0.006174357249235027,0.5,0.15372517456988796,0.00802640332879101,0.0009071456737314953,0.15372517456988796,0.0023310887487566607,0.007506605510216223,0.15372517456988796,0.030270043225077245,0.011574212389036713,0.15372517456988796,0.03617784538186224,0.007197068420850949,0.15372517456988796,0.022532726154663164,0.0018733557226388664,0.15372517456988796,0.018759445823733525,0.006197823421629733,0.15372517456988796,0.0011781219546665876,0.010415892813140506,0.5,0.15372517456988796,2.1610538799507314e-05,0.04563831595480144,0.0,0.042725726680928215,0.05079759973808069 -3669,0.5,0.15372517456988796,0.0,0.040205853105768685,0.15372517456988796,0.0,0.009498498485774595,0.15372517456988796,0.0,0.004918399324442549,0.15372517456988796,0.0,0.044089791496618666,0.15372517456988796,0.0,0.02032707756101265,0.15372517456988796,0.0,0.01835170674017531,0.15372517456988796,0.0,0.006337091062045186,0.15372517456988796,0.0,0.03801149184479727,0.5,0.15372517456988796,0.0,0.01142943018674376,0.15372517456988796,0.0,0.004779166098383399,0.5,0.15372517456988796,0.0,0.0009458517331178688,0.15372517456988796,0.0,0.004876746253367702,0.15372517456988796,0.0,0.013680787071986783,0.15372517456988796,0.0,0.014312875944442319,0.15372517456988796,0.0,0.0028204322768751264,0.15372517456988796,0.0,0.0038931628004850423,0.15372517456988796,0.0,0.00580976932082121,0.5,0.15372517456988796,0.0,0.045582547415484176,0.0,0.06982526819851409,0.05737725399509676 -3670,0.5,0.15372517456988796,0.0,0.019641766825887405,0.15372517456988796,0.0,0.010859885533038174,0.15372517456988796,0.0,0.004229242728262662,0.15372517456988796,0.0,0.024376771887363417,0.15372517456988796,0.0,0.02049187737011781,0.15372517456988796,0.0,0.02954962034109139,0.15372517456988796,0.0,0.009921741215104633,0.15372517456988796,0.0,0.043892210038794496,0.5,0.15372517456988796,0.0,0.005535334574138106,0.15372517456988796,0.0,0.0014967012938803838,0.5,0.15372517456988796,0.0,0.000858605416517947,0.15372517456988796,0.0,0.0024508456787475062,0.15372517456988796,0.0,0.012496304172931006,0.15372517456988796,0.0,0.01926440459733105,0.15372517456988796,0.0,0.0038825664708485278,0.15372517456988796,0.0,0.0018278924179793694,0.15372517456988796,0.0,0.0027160662182571563,0.5,0.15372517456988796,0.0,0.033242660621219305,0.0,0.0721142455094951,0.06993693298195527 -3671,0.5,0.15372517456988796,0.0,0.012759540549429326,0.15372517456988796,0.0,0.008711406655087722,0.15372517456988796,0.0,0.003169202417491612,0.15372517456988796,0.0,0.00980016579564343,0.15372517456988796,0.0,0.018782889263622926,0.15372517456988796,0.0,0.03894826830218662,0.15372517456988796,0.0,0.014059849881208335,0.15372517456988796,0.0,0.04221570357966601,0.5,0.15372517456988796,0.0,0.003282348429736657,0.15372517456988796,0.0,0.00040877610112521586,0.5,0.15372517456988796,0.0,0.001665254743797364,0.15372517456988796,0.0,0.0014039368780456199,0.15372517456988796,0.0,0.011145922633945322,0.15372517456988796,0.0,0.02204258739623731,0.15372517456988796,0.0,0.004357351378008951,0.15372517456988796,0.0,0.001153588516583262,0.15372517456988796,0.0,0.0033713592039665663,0.5,0.15372517456988796,0.0,0.018820020205951252,0.0,0.058872087126452796,0.07848289078076795 -3672,0.5,0.15372517456988796,0.0,0.010814935980724343,0.15372517456988796,0.0,0.005724387017416207,0.15372517456988796,0.0,0.002553962379995831,0.15372517456988796,0.0,0.005064878204847028,0.15372517456988796,0.0,0.019049874073898267,0.15372517456988796,0.0,0.04494696431808576,0.15372517456988796,0.0,0.01732377579943809,0.15372517456988796,0.0,0.03626714184944761,0.5,0.15372517456988796,0.0,0.0030080926802044015,0.15372517456988796,0.0,0.00017484803226453421,0.5,0.15372517456988796,0.0,0.004658881877563621,0.15372517456988796,0.0,0.0015885865021188306,0.15372517456988796,0.0,0.008299586149844294,0.15372517456988796,0.0,0.02391577216925353,0.15372517456988796,0.0,0.0026583944150642227,0.15372517456988796,0.0,0.001154685532460795,0.15372517456988796,0.0,0.0036476446449877683,0.5,0.15372517456988796,0.0,0.009837129508666626,0.0,0.03125665175567066,0.08433476045595695 -3673,0.5,0.15372517456988796,0.0,0.01133182982061831,0.15372517456988796,0.0,0.0013374660895883368,0.15372517456988796,0.0,0.0022633072254488584,0.15372517456988796,0.0,0.0050951383541242325,0.15372517456988796,0.0,0.017351459312771014,0.15372517456988796,0.0,0.04479403127321245,0.15372517456988796,0.0,0.019864585347417175,0.15372517456988796,0.0,0.03240721263353172,0.5,0.15372517456988796,0.0,0.0025622860090751417,0.15372517456988796,0.0,0.0006710599527672798,0.5,0.15372517456988796,0.0,0.005567775111382566,0.15372517456988796,0.0,0.002162861119279789,0.15372517456988796,0.0,0.003553671968554708,0.15372517456988796,0.0,0.021179668066432025,0.15372517456988796,0.0,0.0009577194475003267,0.15372517456988796,0.0,0.0014369910443150036,0.15372517456988796,0.0,0.0023822231541287204,0.5,0.15372517456988796,0.0,0.004380821640117058,0.0,0.010765299086644633,0.08803483185493718 -3674,0.5,0.15372517456988796,0.0,0.014029166745510468,0.15372517456988796,0.0,0.0002696536729530538,0.15372517456988796,0.0,0.002496938114447962,0.15372517456988796,0.0,0.006231117521765964,0.15372517456988796,0.0,0.016083946723005265,0.15372517456988796,0.0,0.03827060854438803,0.15372517456988796,0.0,0.02132031719247766,0.15372517456988796,0.0,0.02718653192485341,0.5,0.15372517456988796,0.0,0.0025226503214031302,0.15372517456988796,0.0,0.0008659162846666544,0.5,0.15372517456988796,0.0,0.003925049265812525,0.15372517456988796,0.0,0.0029797210788338278,0.15372517456988796,0.0,0.00124413088665565,0.15372517456988796,0.0,0.01671894273528419,0.15372517456988796,0.0,0.0002832271964461636,0.15372517456988796,0.0,0.0022112869790097945,0.15372517456988796,0.0,0.0013234681342878425,0.5,0.15372517456988796,0.0,0.0015730887520081199,0.0,0.0017476220893612663,0.08398770614097188 -3675,0.5,0.15372517456988796,0.0,0.017476244087637816,0.15372517456988796,0.0,0.00011579953169646,0.15372517456988796,0.0,0.003561237435913186,0.15372517456988796,0.0,0.008152932291140853,0.15372517456988796,0.0,0.014522126995722022,0.15372517456988796,0.0,0.03282958620028927,0.15372517456988796,0.0,0.019709038986054892,0.15372517456988796,0.0,0.02363559205052867,0.5,0.15372517456988796,0.0,0.0031389690228523716,0.15372517456988796,0.0,0.0003638714562312379,0.5,0.15372517456988796,0.0,0.0010786208400275852,0.15372517456988796,0.0,0.0015555437939225637,0.15372517456988796,0.0,0.0003072356972178429,0.15372517456988796,0.0,0.011380924880243446,0.15372517456988796,0.0,0.000938946647541085,0.15372517456988796,0.0,0.0022437921827147948,0.15372517456988796,0.0,0.0015455522433920304,0.5,0.15372517456988796,0.0,0.0004651677361200461,0.0,6.916126256018285e-05,0.07380998056622703 -3676,0.5,0.15372517456988796,0.0,0.022828199373371934,0.15372517456988796,0.0,0.0010896554097971688,0.15372517456988796,0.0,0.00541163324472364,0.15372517456988796,0.0,0.00973697562159817,0.15372517456988796,0.0,0.0124207700705764,0.15372517456988796,0.0,0.02739255348486966,0.15372517456988796,0.0,0.017189790881158462,0.15372517456988796,0.0,0.019496284185550983,0.5,0.15372517456988796,0.0,0.003555386499617671,0.15372517456988796,0.0,0.000176510082445938,0.5,0.15372517456988796,0.0,0.0005821793500921673,0.15372517456988796,0.0,0.0004900172175930389,0.15372517456988796,0.0,0.00028392917508040345,0.15372517456988796,0.0,0.007658378382230987,0.15372517456988796,0.0,0.0031970882996736833,0.15372517456988796,0.0,0.0025282156925129145,0.15372517456988796,0.0,0.0016438578522501475,0.5,0.15372517456988796,0.0,0.0004962528450788096,0.0,0.0,0.060832069694309654 -3677,0.5,0.15372517456988796,0.003948854249134112,0.030608024492939073,0.15372517456988796,0.0038436650147396804,0.00369421211668626,0.15372517456988796,0.0017951188936074917,0.012385565868016916,0.15372517456988796,0.0035980411381327957,0.01236339116994993,0.15372517456988796,0.0009496306480875729,0.01267587755279214,0.15372517456988796,0.0,0.025101006747695963,0.15372517456988796,0.0003539904220161726,0.018694511436351514,0.15372517456988796,0.0,0.016715089439010983,0.5,0.15372517456988796,0.0,0.004268179080662478,0.15372517456988796,0.0,8.673707513576655e-05,0.5,0.15372517456988796,0.0,0.00033459496994519037,0.15372517456988796,0.0,0.00018044306954182368,0.15372517456988796,0.004330961540318053,0.0010021770404640994,0.15372517456988796,0.0023197638464455615,0.005889047165085387,0.15372517456988796,0.0026906152269015344,0.007196537549749585,0.15372517456988796,0.0006513747014584903,0.0019939431149358926,0.15372517456988796,0.000989349637464705,0.0016090069373648386,0.5,0.15372517456988796,0.0012495779551994946,0.0013545049337637279,0.0,0.0057720911058219025,0.048588008057415775 -3678,0.5,0.15372517456988796,0.04191127985936678,0.04182460715871277,0.15372517456988796,0.05972754474145256,0.004624767221039132,0.15372517456988796,0.040409894268526085,0.02382313945033677,0.15372517456988796,0.04504577521336598,0.01667433144852372,0.15372517456988796,0.051084040471223204,0.01091117761662442,0.15372517456988796,0.040309857586715445,0.02057616431781753,0.15372517456988796,0.04987423514158831,0.014987951991198276,0.15372517456988796,0.037437884589028914,0.012992738435744581,0.5,0.15372517456988796,0.03820792771600624,0.003987015283895496,0.15372517456988796,0.0495608643029266,0.00018431786857453738,0.5,0.15372517456988796,0.04463492387645336,0.0001868869216423708,0.15372517456988796,0.04365166076294806,0.0001382589228814712,0.15372517456988796,0.06066201023661145,0.0028702682303173585,0.15372517456988796,0.055008364140261126,0.004337444396405594,0.15372517456988796,0.05738599088794128,0.007358513203188464,0.15372517456988796,0.050795123422912224,0.0013076207404163185,0.15372517456988796,0.04761718386522418,0.0010832313280848243,0.5,0.15372517456988796,0.051188453718566576,0.0022759295232775596,0.0,0.015275040408158564,0.03819598303226574 -3679,0.5,0.15372517456988796,0.08780163200895665,0.053350581743282104,0.15372517456988796,0.13830289147841315,0.00786735374077426,0.15372517456988796,0.11510350396052824,0.04208896188947325,0.15372517456988796,0.10840362226060579,0.026694325826957167,0.15372517456988796,0.1266276331704408,0.011251547005198651,0.15372517456988796,0.11185465143481994,0.02054511357035107,0.15372517456988796,0.1272121463194361,0.011168742177274366,0.15372517456988796,0.11037287295067304,0.010310124288124695,0.5,0.15372517456988796,0.11427410524780778,0.0033812222014249493,0.15372517456988796,0.1364210915843198,0.00014663906059473548,0.5,0.15372517456988796,0.1244504461477718,0.00013336717028637236,0.15372517456988796,0.1265938927369701,0.00048082242160667297,0.15372517456988796,0.1370252005016106,0.005352280147831297,0.15372517456988796,0.13077188787425634,0.0036109339649112856,0.15372517456988796,0.13757711332434736,0.011271377217248257,0.15372517456988796,0.1321085661894006,0.001339529149762666,0.15372517456988796,0.12543978846494042,0.0007917747165594114,0.5,0.15372517456988796,0.14070690541319103,0.002342012191231092,0.0,0.030439931946942975,0.024631398754219092 -3680,0.5,0.15372517456988796,0.1433487434845099,0.07807207707866966,0.15372517456988796,0.24630801725317913,0.0271562867651787,0.15372517456988796,0.23891779348365585,0.06649210141635985,0.15372517456988796,0.1820758219336765,0.04567610878187478,0.15372517456988796,0.24631198564709206,0.030447368159686142,0.15372517456988796,0.20650709903726885,0.048493218414624506,0.15372517456988796,0.24791101885074218,0.019489702960449412,0.15372517456988796,0.21692432745195425,0.019900329440527255,0.5,0.15372517456988796,0.23615173981892426,0.006459970757296333,0.15372517456988796,0.2609544179297546,0.0002792501612765001,0.5,0.15372517456988796,0.24465801704210388,0.00013527687811945935,0.15372517456988796,0.2488707725452245,0.0001734704984620474,0.15372517456988796,0.24190196208967873,0.011760418263539981,0.15372517456988796,0.2483357891696762,0.007109945278934798,0.15372517456988796,0.2557387096131474,0.028089279031283283,0.15372517456988796,0.2543329024748975,0.0022451331141336585,0.15372517456988796,0.2279255138528536,0.0026312064306265874,0.5,0.15372517456988796,0.2661075054039101,0.01319075879558175,0.0,0.05465884153198362,0.014348316792929338 -3681,0.5,0.15372517456988796,0.20833753512466985,0.11294937591040279,0.15372517456988796,0.36282492806668204,0.04113186617472667,0.15372517456988796,0.36434858095974565,0.08859725342184012,0.15372517456988796,0.27456510613139995,0.07674950812698454,0.15372517456988796,0.37372366155683895,0.04737367465973077,0.15372517456988796,0.2845872183451239,0.07696332331904707,0.15372517456988796,0.3774043586101755,0.034150110100175275,0.15372517456988796,0.3231654971254731,0.031980260210952016,0.5,0.15372517456988796,0.3656407627322927,0.015725681075501395,0.15372517456988796,0.39600760282050373,0.0007163463822428266,0.5,0.15372517456988796,0.37951914417648425,0.0005857880983784668,0.15372517456988796,0.38543476024336354,7.910802261123605e-05,0.15372517456988796,0.35425166034558714,0.020571487044217195,0.15372517456988796,0.3732733487197035,0.009126196856967991,0.15372517456988796,0.3832834625028073,0.042041206202365164,0.15372517456988796,0.38775365810020823,0.0100691061968412,0.15372517456988796,0.35586514742150394,0.010132544407737282,0.5,0.15372517456988796,0.39605960902262644,0.044159525249977294,0.0,0.06842657127364067,0.008344431609748137 -3682,0.5,0.15372517456988796,0.27681263313716487,0.16549800734870415,0.15372517456988796,0.4855599010415411,0.05471760179446947,0.15372517456988796,0.45440719667050444,0.10496607122707022,0.15372517456988796,0.3402603823190259,0.12936923261748975,0.15372517456988796,0.5087820228188311,0.05464589629311779,0.15372517456988796,0.35114694559841103,0.09461351919796025,0.15372517456988796,0.5142808520827804,0.041704540892352995,0.15372517456988796,0.4105962601853861,0.03551250397805877,0.5,0.15372517456988796,0.49382974798781065,0.02635917988499811,0.15372517456988796,0.5121166709452409,0.0031543826888759422,0.5,0.15372517456988796,0.5045214618121625,0.0013060343419726364,0.15372517456988796,0.4994093404109692,0.0009525702535552474,0.15372517456988796,0.47236256635211205,0.02996713960636363,0.15372517456988796,0.5066539405281069,0.011351146926179768,0.15372517456988796,0.5160785912770197,0.05070739735886283,0.15372517456988796,0.5164302423979046,0.023899612292578764,0.15372517456988796,0.48116803673138875,0.020179627732087816,0.5,0.15372517456988796,0.5230256979454572,0.06666583125908138,0.0,0.0716296120488587,0.00689149365058348 -3683,0.5,0.15372517456988796,0.3159866807670566,0.22494167222605127,0.15372517456988796,0.5276245088401637,0.05075854624454133,0.15372517456988796,0.5330748353497807,0.08631112821048136,0.15372517456988796,0.3529693372156535,0.15692814648478556,0.15372517456988796,0.6006900943478296,0.05830746337166355,0.15372517456988796,0.3688742831255767,0.11676208482809436,0.15372517456988796,0.6058869237906177,0.04432107675823359,0.15372517456988796,0.4156444790921483,0.03522466544735732,0.5,0.15372517456988796,0.5826386231966665,0.04098883483222144,0.15372517456988796,0.6231940153644084,0.0038898185514546386,0.5,0.15372517456988796,0.5877379745709401,0.004801070328536262,0.15372517456988796,0.6032806018524073,0.0039732951169055425,0.15372517456988796,0.5185776659923959,0.03166053081057361,0.15372517456988796,0.5876979520723253,0.01145690478828841,0.15372517456988796,0.5823415866621549,0.049963932046929026,0.15372517456988796,0.5999626457356588,0.02917075550463885,0.15372517456988796,0.5907715319693236,0.019653408785312756,0.5,0.15372517456988796,0.6230495046193416,0.06967472156975037,0.0,0.08190156596065781,0.006870547603014048 -3684,0.5,0.15372517456988796,0.3278978745499497,0.23928631249003818,0.15372517456988796,0.5784978372481651,0.047589414098640745,0.15372517456988796,0.581956217664014,0.06300427553940477,0.15372517456988796,0.41432823798579543,0.16318522915287642,0.15372517456988796,0.6016565348898046,0.0649830481394626,0.15372517456988796,0.31273777272719167,0.12986595385319435,0.15372517456988796,0.6146732749777728,0.056421646042046025,0.15372517456988796,0.29575733351439343,0.03918280471923786,0.5,0.15372517456988796,0.5205374932620268,0.042792816885521986,0.15372517456988796,0.6739609501169934,0.0041566758753629465,0.5,0.15372517456988796,0.6649586071479966,0.015671199842716328,0.15372517456988796,0.657608648133199,0.010658466720720343,0.15372517456988796,0.5589528571348727,0.03885815971800261,0.15372517456988796,0.6259319886133894,0.013318395946975616,0.15372517456988796,0.6285825938139914,0.046306271116876664,0.15372517456988796,0.6345263352865751,0.029747922748194044,0.15372517456988796,0.6428196459197075,0.02261267403584297,0.5,0.15372517456988796,0.6635799281809005,0.06536939577597696,0.0,0.088409944871887,0.006628209490522285 -3685,0.5,0.15372517456988796,0.32856049933453124,0.20543400420930732,0.15372517456988796,0.545765680423966,0.05817537313176056,0.15372517456988796,0.5972598696139991,0.05134746649932567,0.15372517456988796,0.4051562839658441,0.1384673534896224,0.15372517456988796,0.6197576619846596,0.07424831686177882,0.15372517456988796,0.26482489299405654,0.150530663269374,0.15372517456988796,0.575078500732934,0.08875930201103005,0.15372517456988796,0.23673746356202657,0.041067079883919666,0.5,0.15372517456988796,0.4379120482529484,0.043090084354446286,0.15372517456988796,0.673261349450654,0.008710008231651557,0.5,0.15372517456988796,0.636880350486285,0.02748744572674786,0.15372517456988796,0.6661764192979513,0.01929921097160636,0.15372517456988796,0.5493524339480378,0.058774195671491815,0.15372517456988796,0.6451905341532489,0.014310002316970945,0.15372517456988796,0.6396557658738573,0.048337054168052784,0.15372517456988796,0.6411098631619033,0.024795304722314487,0.15372517456988796,0.6316989334690262,0.03027502906884661,0.5,0.15372517456988796,0.6780570111953158,0.06031683654487917,0.0,0.08654245192789402,0.006096884728779421 -3686,0.5,0.15372517456988796,0.30384387893025483,0.1784826933760002,0.15372517456988796,0.5322634969745672,0.07759756436863159,0.15372517456988796,0.567148839550316,0.04524377748866875,0.15372517456988796,0.3911074146967727,0.10143218512953854,0.15372517456988796,0.6456334807999854,0.10072719832238461,0.15372517456988796,0.24186473889354707,0.21224775895375436,0.15372517456988796,0.5545796311739954,0.13973675459328994,0.15372517456988796,0.2511408432958739,0.044974989519264645,0.5,0.15372517456988796,0.4018570592903081,0.04388047104393445,0.15372517456988796,0.6375259754912012,0.017356648561187914,0.5,0.15372517456988796,0.6338105149791728,0.024542900449262998,0.15372517456988796,0.6510755092695616,0.031666919292550465,0.15372517456988796,0.5293749963671923,0.07982764273529436,0.15372517456988796,0.6038037936176879,0.013318215171929592,0.15372517456988796,0.6139852610495449,0.04961103259718463,0.15372517456988796,0.6226257478654379,0.028241755551822106,0.15372517456988796,0.6164503882653882,0.037375440635837434,0.5,0.15372517456988796,0.6530149111062427,0.05778901893835612,0.0,0.0674596344521204,0.0036971479768517024 -3687,0.5,0.15372517456988796,0.26601205514052023,0.1355553769935998,0.15372517456988796,0.511811074318413,0.09187241092977083,0.15372517456988796,0.4507398043682752,0.04113775230197365,0.15372517456988796,0.3318922338187833,0.05890133381424225,0.15372517456988796,0.5086197945739164,0.14152900398321452,0.15372517456988796,0.1976246157324214,0.26304124836331455,0.15372517456988796,0.47547351863806303,0.1868429298905534,0.15372517456988796,0.2429584941495225,0.0364087039962857,0.5,0.15372517456988796,0.3660104414193813,0.0443020334520061,0.15372517456988796,0.5696916163955452,0.027175106106542335,0.5,0.15372517456988796,0.6026948321311404,0.016499048776427737,0.15372517456988796,0.5799653413827526,0.03277019626689511,0.15372517456988796,0.5084868290375473,0.09010299020137613,0.15372517456988796,0.5854287938805576,0.013318132617012923,0.15372517456988796,0.5759307214578,0.04361847017716381,0.15372517456988796,0.5616105222401458,0.055944909202195886,0.15372517456988796,0.5480088616030978,0.03795869604014141,0.5,0.15372517456988796,0.5831972959012519,0.05275219587750276,0.0,0.04594342115156768,0.0002746735291843572 -3688,0.5,0.15372517456988796,0.20783363170864247,0.08813872710323928,0.15372517456988796,0.43854765809345486,0.07506258537806386,0.15372517456988796,0.3525655008731751,0.03147715524699774,0.15372517456988796,0.2475694190496916,0.024439087847697383,0.15372517456988796,0.40617130549637426,0.20635725584240047,0.15372517456988796,0.11612879076542784,0.2622910000147516,0.15372517456988796,0.2872885462858034,0.22592029880131737,0.15372517456988796,0.16722194992974332,0.019669156628777405,0.5,0.15372517456988796,0.2812858958387631,0.033837376778916,0.15372517456988796,0.4100034500961306,0.022281951334295898,0.5,0.15372517456988796,0.44569911419829655,0.015360722919508775,0.15372517456988796,0.47413728883630635,0.030449442155908252,0.15372517456988796,0.44716752009583355,0.08388750693547348,0.15372517456988796,0.4547732746063258,0.016124670061238418,0.15372517456988796,0.4857041450318658,0.029153447573440416,0.15372517456988796,0.41279523306582044,0.08965000064961673,0.15372517456988796,0.4517777703225049,0.032277321475155774,0.5,0.15372517456988796,0.46595223843147804,0.03633998175214986,0.0,0.036915305638945066,0.00039372788998717995 -3689,0.5,0.15372517456988796,0.15291221435255176,0.04998782035517176,0.15372517456988796,0.35197123530453295,0.05720477470886898,0.15372517456988796,0.2870138976326487,0.020674629294714104,0.15372517456988796,0.1684866708145716,0.007016514180054096,0.15372517456988796,0.25263910275892987,0.230280136776285,0.15372517456988796,0.07995409086649112,0.20279765288879786,0.15372517456988796,0.24568780493375023,0.2720347701889863,0.15372517456988796,0.11798561530884892,0.014990672611158945,0.5,0.15372517456988796,0.1974963046702164,0.015800509173988248,0.15372517456988796,0.35494018519295795,0.015609846698795967,0.5,0.15372517456988796,0.3322324189937014,0.021674586143379908,0.15372517456988796,0.3513688036802417,0.028207547371868782,0.15372517456988796,0.3509446943176975,0.07157576976490332,0.15372517456988796,0.3207224967223285,0.02565440109163649,0.15372517456988796,0.3614154716246377,0.0170893457912565,0.15372517456988796,0.27834394689291053,0.11585922580705756,0.15372517456988796,0.3391366875675275,0.027611154541405003,0.5,0.15372517456988796,0.32544616670003457,0.021678742601035948,0.0,0.027842064896908148,0.0006513978122074697 -3690,0.5,0.15372517456988796,0.09052926186960927,0.023029079490156774,0.15372517456988796,0.24210543587513428,0.03685650070045143,0.15372517456988796,0.20039489581601408,0.007875518587317958,0.15372517456988796,0.1057782087297369,0.0030297574847627604,0.15372517456988796,0.14889787602998544,0.2314504596196779,0.15372517456988796,0.07714866849715268,0.11662852708885653,0.15372517456988796,0.14450989619265345,0.2527288601263496,0.15372517456988796,0.05713094958872984,0.009599128505374505,0.5,0.15372517456988796,0.1395624748704425,0.007794802074583501,0.15372517456988796,0.2229108357414698,0.005601759622257457,0.5,0.15372517456988796,0.19649644928439527,0.015884050432998717,0.15372517456988796,0.22906259798302156,0.018012070074906725,0.15372517456988796,0.2464015530538754,0.057116733801482356,0.15372517456988796,0.20277477781375225,0.039917627517586374,0.15372517456988796,0.2317806346853381,0.011417513010589561,0.15372517456988796,0.1631171146325496,0.1128376375534122,0.15372517456988796,0.2211027872955586,0.01568805644465571,0.5,0.15372517456988796,0.20758040919787746,0.009188379484060476,0.0,0.019179991899064698,0.000872171922769896 -3691,0.5,0.15372517456988796,0.04257975685649704,0.01055082387738037,0.15372517456988796,0.12438042548831474,0.0097144126960331,0.15372517456988796,0.09632567748552293,0.0017886189227091834,0.15372517456988796,0.058610262490343915,0.0055648390589785116,0.15372517456988796,0.07834244437763543,0.17696237149355226,0.15372517456988796,0.06152991358571816,0.06687428216802666,0.15372517456988796,0.06990610486812639,0.17787240809715082,0.15372517456988796,0.049563535788728116,0.00450522511884656,0.5,0.15372517456988796,0.0767304343165395,0.006016271721952476,0.15372517456988796,0.07351403464736157,0.0007227039278759682,0.5,0.15372517456988796,0.07369377151757633,0.011154962509530023,0.15372517456988796,0.10348957521518262,0.0056780707039078455,0.15372517456988796,0.12975068610909782,0.03320816072959025,0.15372517456988796,0.08513919899085706,0.050296022265635336,0.15372517456988796,0.10271755266716012,0.011829852089663797,0.15372517456988796,0.0694935468617552,0.09007209211354864,0.15372517456988796,0.0848749686817673,0.009152960371028602,0.5,0.15372517456988796,0.06733839188795586,0.001802692339089845,0.0,0.014665265713448263,0.0007839610406648553 -3692,0.5,0.15372517456988796,0.007981230966451869,0.006686499400196951,0.15372517456988796,0.028365627547554853,0.009964699487220572,0.15372517456988796,0.009352249666785373,0.0031514601895930344,0.15372517456988796,0.0,0.012362926602370372,0.15372517456988796,0.029987544506472896,0.09950373787060006,0.15372517456988796,0.02271799304417261,0.029941286638918072,0.15372517456988796,0.01870105858898486,0.09283424920552834,0.15372517456988796,0.012028765398972624,0.0019013841760708154,0.5,0.15372517456988796,0.01824617313260564,0.002765952671028364,0.15372517456988796,0.0,0.00039258279693076513,0.5,0.15372517456988796,0.008595465727493331,0.010869836833894128,0.15372517456988796,0.003981603388376923,0.005512424177807862,0.15372517456988796,0.037814046921271716,0.01700279329007013,0.15372517456988796,0.022920184525781,0.049877449263200674,0.15372517456988796,0.020986029793177544,0.022852410042892922,0.15372517456988796,0.0171773158841042,0.042525179639449184,0.15372517456988796,0.0016674589426525638,0.009647291608055874,0.5,0.15372517456988796,0.0,0.002241952342619691,0.0,0.01536124375504212,0.0003207051915394385 -3693,0.5,0.15372517456988796,0.0,0.0063577461495334595,0.15372517456988796,0.0,0.009138840583523315,0.15372517456988796,0.0,0.005658877489643836,0.15372517456988796,0.0,0.02048857063246635,0.15372517456988796,0.0,0.07281633973173844,0.15372517456988796,0.0,0.016187027433086986,0.15372517456988796,0.0,0.04604540423621888,0.15372517456988796,0.0,0.002315863988068637,0.5,0.15372517456988796,0.0,0.0011382492243616903,0.15372517456988796,0.0,0.0005799537043171597,0.5,0.15372517456988796,0.0,0.004629618601161082,0.15372517456988796,0.0,0.005481545437953352,0.15372517456988796,0.0,0.014397684238122656,0.15372517456988796,0.0,0.03532214818805139,0.15372517456988796,0.0,0.027066345771711964,0.15372517456988796,0.0,0.014248076799276428,0.15372517456988796,0.0,0.004594054956010065,0.5,0.15372517456988796,0.0,0.003075186019924714,0.0,0.014044411081327767,0.000197525485475037 -3694,0.5,0.15372517456988796,0.0,0.006258483575643399,0.15372517456988796,0.0,0.008261821657596738,0.15372517456988796,0.0,0.007585090275048924,0.15372517456988796,0.0,0.024598207626483702,0.15372517456988796,0.0,0.05212136782850144,0.15372517456988796,0.0,0.01650574736142708,0.15372517456988796,0.0,0.020719575185317154,0.15372517456988796,0.0,0.0027691834947271513,0.5,0.15372517456988796,0.0,0.0008717623785624714,0.15372517456988796,0.0,0.0006829788036585967,0.5,0.15372517456988796,0.0,0.0010444830944180764,0.15372517456988796,0.0,0.005289455139860122,0.15372517456988796,0.0,0.011360422658237567,0.15372517456988796,0.0,0.022088131080977964,0.15372517456988796,0.0,0.025451125109438283,0.15372517456988796,0.0,0.003989095520978141,0.15372517456988796,0.0,0.0017660091971002318,0.5,0.15372517456988796,0.0,0.003828474796058527,0.0,0.015149193335596715,0.0002269062367367587 -3695,0.5,0.15372517456988796,0.0,0.007187613529732366,0.15372517456988796,0.0,0.008233595668153572,0.15372517456988796,0.0,0.008535337266094936,0.15372517456988796,0.0,0.026643418638841777,0.15372517456988796,0.0,0.0353310486782143,0.15372517456988796,0.0,0.01594943598183056,0.15372517456988796,0.0,0.011456214181182466,0.15372517456988796,0.0,0.0019171825176769724,0.5,0.15372517456988796,0.0,0.001164938748549376,0.15372517456988796,0.0,0.0014122895322152486,0.5,0.15372517456988796,0.0,0.0006127129112877094,0.15372517456988796,0.0,0.006317473062885969,0.15372517456988796,0.0,0.008567085453773705,0.15372517456988796,0.0,0.02028610262769629,0.15372517456988796,0.0,0.025819781277187127,0.15372517456988796,0.0,0.0010032166236899054,0.15372517456988796,0.0,0.0008864149013600426,0.5,0.15372517456988796,0.0,0.004473564746970191,0.0,0.01564571093778642,0.00037618100853385435 -3696,0.5,0.15372517456988796,0.0,0.008113148570352986,0.15372517456988796,0.0,0.008489119215103796,0.15372517456988796,0.0,0.010265624763147489,0.15372517456988796,0.0,0.026800060491444767,0.15372517456988796,0.0,0.024765640055718803,0.15372517456988796,0.0,0.010541614173026143,0.15372517456988796,0.0,0.007573910447653677,0.15372517456988796,0.0,0.0027773842641494306,0.5,0.15372517456988796,0.0,0.0017930023462655867,0.15372517456988796,0.0,0.0027735370469966205,0.5,0.15372517456988796,0.0,0.0005136687225315472,0.15372517456988796,0.0,0.008854602443870372,0.15372517456988796,0.0,0.0072502096612415265,0.15372517456988796,0.0,0.024212119597327313,0.15372517456988796,0.0,0.02271936541190068,0.15372517456988796,0.0,0.0005262934926337188,0.15372517456988796,0.0,0.0006857784375618187,0.5,0.15372517456988796,0.0,0.0035943706052528135,0.0,0.01649954214683685,0.000517973570610467 -3697,0.5,0.15372517456988796,0.0,0.008884410005925856,0.15372517456988796,0.0,0.008224492794290127,0.15372517456988796,0.0,0.010923383425853273,0.15372517456988796,0.0,0.028472682228876577,0.15372517456988796,0.0,0.01553629897340171,0.15372517456988796,0.0,0.007419692689430156,0.15372517456988796,0.0,0.004273522378966023,0.15372517456988796,0.0,0.004399437617638081,0.5,0.15372517456988796,0.0,0.002209776167964831,0.15372517456988796,0.0,0.005085781098310353,0.5,0.15372517456988796,0.0,0.0008150528825994237,0.15372517456988796,0.0,0.009824656898546034,0.15372517456988796,0.0,0.009053355266689862,0.15372517456988796,0.0,0.023729986104312574,0.15372517456988796,0.0,0.020141334667404566,0.15372517456988796,0.0,0.00031781562048506745,0.15372517456988796,0.0,0.0016343743764853321,0.5,0.15372517456988796,0.0,0.0027186458955115672,0.0,0.016904461853672958,0.0016653618687845512 -3698,0.5,0.15372517456988796,0.0,0.009371965290119376,0.15372517456988796,0.0,0.006675612385133629,0.15372517456988796,0.0,0.011272300945297397,0.15372517456988796,0.0,0.02834276594865628,0.15372517456988796,0.0,0.009973157914669604,0.15372517456988796,0.0,0.008387174184689069,0.15372517456988796,0.0,0.002985939493609699,0.15372517456988796,0.0,0.003927051625480431,0.5,0.15372517456988796,0.0,0.0028311654737667048,0.15372517456988796,0.0,0.006854305583791659,0.5,0.15372517456988796,0.0,0.001311897322223202,0.15372517456988796,0.0,0.012551455031391812,0.15372517456988796,0.0,0.013641773418515375,0.15372517456988796,0.0,0.01948830757103464,0.15372517456988796,0.0,0.017036038227033957,0.15372517456988796,0.0,0.00048753175974524884,0.15372517456988796,0.0,0.0029791285183826447,0.5,0.15372517456988796,0.0,0.0030628930540276614,0.0,0.016586796374336785,0.003929249684186525 -3699,0.5,0.15372517456988796,0.0,0.009491622559003281,0.15372517456988796,0.0,0.005822505583975053,0.15372517456988796,0.0,0.01151904229319039,0.15372517456988796,0.0,0.02775443897962421,0.15372517456988796,0.0,0.006846546771182081,0.15372517456988796,0.0,0.012870760193928448,0.15372517456988796,0.0,0.004809571707011972,0.15372517456988796,0.0,0.004279678371793184,0.5,0.15372517456988796,0.0,0.003388945563035339,0.15372517456988796,0.0,0.009347367063373118,0.5,0.15372517456988796,0.0,0.002365718913791317,0.15372517456988796,0.0,0.015948190472586072,0.15372517456988796,0.0,0.0164566341637652,0.15372517456988796,0.0,0.01553583718868743,0.15372517456988796,0.0,0.011930130853041064,0.15372517456988796,0.0,0.0014980328381860814,0.15372517456988796,0.0,0.0037566381277521713,0.5,0.15372517456988796,0.0,0.0032763340686280734,0.0,0.014438555275416527,0.004795557264516152 -3700,0.5,0.15372517456988796,0.0,0.00851424141249086,0.15372517456988796,0.0,0.0033960099310472057,0.15372517456988796,0.0,0.008789655470649116,0.15372517456988796,0.0,0.025234825873113792,0.15372517456988796,0.0,0.0097965950671776,0.15372517456988796,0.0,0.01643331852698311,0.15372517456988796,0.0,0.00846744889590325,0.15372517456988796,0.0,0.006381051748437371,0.5,0.15372517456988796,0.0,0.003960390214995525,0.15372517456988796,0.0,0.009679863502262168,0.5,0.15372517456988796,0.0,0.006304320715720432,0.15372517456988796,0.0,0.02394996175542574,0.15372517456988796,0.0,0.017340608398896677,0.15372517456988796,0.0,0.011432543625059776,0.15372517456988796,0.0,0.008038197951362314,0.15372517456988796,0.0,0.0029426175090492518,0.15372517456988796,0.0,0.0054710350776503505,0.5,0.15372517456988796,0.0,0.004777775568848103,0.0,0.012571595470139993,0.004359729798963997 -3701,0.5,0.15372517456988796,0.005950284610570411,0.006260252853592345,0.15372517456988796,0.003401006477872312,0.003716499135393043,0.15372517456988796,0.0031914986023874165,0.005425054245521877,0.15372517456988796,0.005704333699584086,0.01982472630896834,0.15372517456988796,0.0008393124194482176,0.01676847781217921,0.15372517456988796,0.0,0.019981313778382255,0.15372517456988796,0.0003348666152310943,0.011846992774833164,0.15372517456988796,0.0,0.008194881581399494,0.5,0.15372517456988796,0.0,0.004269803873566056,0.15372517456988796,0.0,0.010685899783140957,0.5,0.15372517456988796,0.0,0.00827295523422552,0.15372517456988796,0.0,0.027328422136336555,0.15372517456988796,0.0035761011963522803,0.01800148853653747,0.15372517456988796,0.0020114017106638835,0.010203482506659908,0.15372517456988796,0.002432274074884953,0.006707632845187828,0.15372517456988796,0.0005382632712087567,0.0037285182253527374,0.15372517456988796,0.0011235833340748646,0.007225443413958568,0.5,0.15372517456988796,0.0015440718805850176,0.006334358198399585,0.0,0.007502432920913219,0.005037395060920677 -3702,0.5,0.15372517456988796,0.06298653186948876,0.004638975816171594,0.15372517456988796,0.050731262959056396,0.005576250137789932,0.15372517456988796,0.05984928247803932,0.003801863087105581,0.15372517456988796,0.06936708563463939,0.01379136117308239,0.15372517456988796,0.03350537179078615,0.01923477982427814,0.15372517456988796,0.0047180096440014255,0.02461310944431505,0.15372517456988796,0.02936602600539802,0.017634907758790667,0.15372517456988796,0.015457593812287134,0.009779624389561956,0.5,0.15372517456988796,0.03080209816528934,0.004196780532904492,0.15372517456988796,0.04955526250076979,0.007006239556434243,0.5,0.15372517456988796,0.04447384786935851,0.008322257744708074,0.15372517456988796,0.04343599927254275,0.02128283335211749,0.15372517456988796,0.04732823569704028,0.01666250685340664,0.15372517456988796,0.048852514389633096,0.013133204688749064,0.15372517456988796,0.051378828397278406,0.006283769482438833,0.15372517456988796,0.03686277757203177,0.004077120936937121,0.15372517456988796,0.05434982054444141,0.006228523761055003,0.5,0.15372517456988796,0.058839998035219956,0.003825742988297651,0.0,0.0017943998712000142,0.006450026827952794 -3703,0.5,0.15372517456988796,0.13832752408541807,0.006637679364937467,0.15372517456988796,0.12233751832169222,0.011732157843811573,0.15372517456988796,0.14240116365003155,0.002950447985461774,0.15372517456988796,0.15615167848747283,0.010420855487309878,0.15372517456988796,0.07188392718697739,0.024447408349363396,0.15372517456988796,0.020841023066391726,0.029189128256922887,0.15372517456988796,0.07434640284731478,0.023142187949566347,0.15372517456988796,0.04762019519124594,0.01213409907475661,0.5,0.15372517456988796,0.09120421363283507,0.005215792865970206,0.15372517456988796,0.1357878315127805,0.0029775706278794504,0.5,0.15372517456988796,0.12482949464373463,0.008720305075163285,0.15372517456988796,0.1255587278554473,0.013410350132616884,0.15372517456988796,0.10293180554972668,0.020770330798381927,0.15372517456988796,0.11314583422339555,0.021796765436103704,0.15372517456988796,0.12653865105591694,0.00889426396459933,0.15372517456988796,0.10680916490042185,0.006299314386590435,0.15372517456988796,0.13966653128760714,0.004464392425736222,0.5,0.15372517456988796,0.15037906018276442,0.0017580500065436711,0.0,0.0,0.008785876984154756 -3704,0.5,0.15372517456988796,0.23698980239885628,0.006521430235061455,0.15372517456988796,0.2097154214070209,0.026534828109816846,0.15372517456988796,0.2521347423041248,0.003430081646627154,0.15372517456988796,0.2699481704520236,0.012165495075356587,0.15372517456988796,0.13807157991507954,0.048320998033000245,0.15372517456988796,0.05127990896005573,0.03962582948331343,0.15372517456988796,0.1453494970608864,0.04178954359475337,0.15372517456988796,0.10150501635518545,0.024850475940840708,0.5,0.15372517456988796,0.1755263432999797,0.018429357097010525,0.15372517456988796,0.2607988424414632,0.001108265315350446,0.5,0.15372517456988796,0.24275712070251634,0.023790169157484203,0.15372517456988796,0.2442942614143579,0.012146003608983933,0.15372517456988796,0.16256666361781888,0.02705145855147579,0.15372517456988796,0.19606517430991818,0.021239889470250784,0.15372517456988796,0.23057801124921337,0.012815865165233534,0.15372517456988796,0.209187822284031,0.022970053081092297,0.15372517456988796,0.26115791662442517,0.012772616332746886,0.5,0.15372517456988796,0.2759031172441816,0.0037996614998883436,0.0,0.000200688717942322,0.009361157726111133 -3705,0.5,0.15372517456988796,0.3432210256953724,0.0037977310438915097,0.15372517456988796,0.2969906488470885,0.018589728664787218,0.15372517456988796,0.373187675855677,0.004079508346037682,0.15372517456988796,0.40177941000040723,0.0066849222636976785,0.15372517456988796,0.21713568570463848,0.08715013422814277,0.15372517456988796,0.13793374028325384,0.07380191133144251,0.15372517456988796,0.20801088005051482,0.06809414315244892,0.15372517456988796,0.1737220180361999,0.06039744398389635,0.5,0.15372517456988796,0.26452464197268377,0.04244909671311158,0.15372517456988796,0.4013089935639869,0.003885320361777104,0.5,0.15372517456988796,0.3735029928262147,0.052694753963494864,0.15372517456988796,0.3752672539774614,0.02830596420069307,0.15372517456988796,0.22954617817410167,0.029134341882015607,0.15372517456988796,0.29204296260162466,0.025349381545616688,0.15372517456988796,0.3356964816401414,0.016034734004921256,0.15372517456988796,0.3416861293778227,0.05688549909898441,0.15372517456988796,0.3962233618512973,0.031068683134198184,0.5,0.15372517456988796,0.4174858641407251,0.009036907320702375,0.0,0.00036809241669081205,0.01193735283014514 -3706,0.5,0.15372517456988796,0.4345549057243442,0.0020827296306547673,0.15372517456988796,0.43167207790935025,0.010986149006272556,0.15372517456988796,0.5067903476262033,0.005308809683090168,0.15372517456988796,0.5285296064483163,0.0025348150846836873,0.15372517456988796,0.2777269697965945,0.12258452040647486,0.15372517456988796,0.27387059214464105,0.1600642561280067,0.15372517456988796,0.23827042874556392,0.08366488812653526,0.15372517456988796,0.24697151758867425,0.09396482096797257,0.5,0.15372517456988796,0.34323317768643463,0.05643383526249583,0.15372517456988796,0.5392500827034727,0.012984171399912568,0.5,0.15372517456988796,0.5060460390613593,0.06627216600383502,0.15372517456988796,0.5039971317567478,0.04705075648814382,0.15372517456988796,0.3491341627062723,0.032597842071900626,0.15372517456988796,0.3769169399487058,0.04726842086399656,0.15372517456988796,0.4507293549017474,0.026590346609243923,0.15372517456988796,0.47551472118688365,0.09187890365777143,0.15372517456988796,0.5326954573219356,0.04744034654170315,0.5,0.15372517456988796,0.5513557246145069,0.023703158487228468,0.0,0.0002416339456427786,0.013602075744986637 -3707,0.5,0.15372517456988796,0.47923068394499796,0.0022522201542868607,0.15372517456988796,0.5575283547116641,0.02120542212878243,0.15372517456988796,0.61064440010972,0.009283590220707901,0.15372517456988796,0.5960388179840744,0.002045470388093913,0.15372517456988796,0.3203479828356758,0.17400482111178214,0.15372517456988796,0.31092220786632585,0.23271665568163852,0.15372517456988796,0.27517879956928304,0.1036600152350731,0.15372517456988796,0.2761310952774932,0.13791503448747247,0.5,0.15372517456988796,0.37790580125082357,0.06898585719058815,0.15372517456988796,0.644739670830151,0.018071300685220535,0.5,0.15372517456988796,0.6051998045677497,0.06414591617180365,0.15372517456988796,0.590861042821343,0.05099060974434751,0.15372517456988796,0.5153683965645387,0.04149059519917056,0.15372517456988796,0.4279926786309399,0.0746368877762434,0.15372517456988796,0.5393457639806529,0.04036381122639021,0.15372517456988796,0.5344611380171235,0.10831492608125133,0.15372517456988796,0.6311176083141742,0.05248760936336885,0.5,0.15372517456988796,0.6371999116686654,0.04221387989686154,0.0,0.00022929773415994,0.01328256523182226 -3708,0.5,0.15372517456988796,0.4552560678210509,0.006245560833715354,0.15372517456988796,0.5175409472397172,0.04341917020589589,0.15372517456988796,0.6351058056681488,0.016694208729713216,0.15372517456988796,0.5591332454293674,0.0044654754243331025,0.15372517456988796,0.3604159907444796,0.2577987108152286,0.15372517456988796,0.2453717945472075,0.25255593845253527,0.15372517456988796,0.33776173380922614,0.150399963122213,0.15372517456988796,0.2879549099317227,0.18399003484958648,0.5,0.15372517456988796,0.4005451185789943,0.07680382857101738,0.15372517456988796,0.697381933885815,0.016459133108272885,0.5,0.15372517456988796,0.6013190892356063,0.061628962417725426,0.15372517456988796,0.6069324814358177,0.0517663185165165,0.15372517456988796,0.5496280475252444,0.05575025753721344,0.15372517456988796,0.3462992066998905,0.08447545152714948,0.15372517456988796,0.4965327962848969,0.06129850834928113,0.15372517456988796,0.4999866023842927,0.11995023750198006,0.15372517456988796,0.6758325269908085,0.05455222724510561,0.5,0.15372517456988796,0.6733461598709185,0.04369157124629108,0.0,0.0028800515683959325,0.013997584237820226 -3709,0.5,0.15372517456988796,0.46590722468173684,0.018712373192047244,0.15372517456988796,0.5848038311747397,0.08865067848282146,0.15372517456988796,0.6296516503253649,0.026993542871207022,0.15372517456988796,0.5264160920031993,0.010601401323438191,0.15372517456988796,0.32914549654866565,0.22653931945067973,0.15372517456988796,0.2861608898491552,0.27632828701422196,0.15372517456988796,0.267666109302032,0.13350969583778022,0.15372517456988796,0.2818686885101429,0.14420895446750545,0.5,0.15372517456988796,0.29509449027373,0.11948359649073875,0.15372517456988796,0.717170977805479,0.014858465713358533,0.5,0.15372517456988796,0.535240373861931,0.06928142910082362,0.15372517456988796,0.5779377513764543,0.06812426886891101,0.15372517456988796,0.5823191792514087,0.07911904986643553,0.15372517456988796,0.381867199978418,0.09937142886660645,0.15372517456988796,0.5398263799814319,0.08352867970742833,0.15372517456988796,0.4977692494391771,0.1347706469983724,0.15372517456988796,0.6507830817068353,0.06185255757375672,0.5,0.15372517456988796,0.6960279563199805,0.04337931388595538,0.0,0.009973691460790116,0.016088575444042668 -3710,0.5,0.15372517456988796,0.41965851164620105,0.04415040594358938,0.15372517456988796,0.5063225573845571,0.1202898561529917,0.15372517456988796,0.6040643457246954,0.044071923370419375,0.15372517456988796,0.42473672998223677,0.02423114174556341,0.15372517456988796,0.2295961344735356,0.20250384431042226,0.15372517456988796,0.32842020023409935,0.29153537330616575,0.15372517456988796,0.28769441984475924,0.13515921035243156,0.15372517456988796,0.211831786074715,0.12322577726015094,0.5,0.15372517456988796,0.28457367592809824,0.2068620308973892,0.15372517456988796,0.6694672061028185,0.01653078365771608,0.5,0.15372517456988796,0.4393195257284538,0.07794433119130212,0.15372517456988796,0.4878877897602564,0.09089139559838508,0.15372517456988796,0.5472222290380602,0.10203659595960365,0.15372517456988796,0.3089848833775373,0.10301671557054101,0.15372517456988796,0.4842260772586634,0.09837169922550919,0.15372517456988796,0.43437705395737747,0.13131502647016588,0.15372517456988796,0.6064720544112022,0.06828884695685551,0.5,0.15372517456988796,0.6798135922651896,0.0390109577210877,0.0,0.02287950504466397,0.029046835592859383 -3711,0.5,0.15372517456988796,0.37234922999519593,0.07585190380926364,0.15372517456988796,0.4564676654572506,0.1624291991261049,0.15372517456988796,0.5581401957358197,0.05911655067384187,0.15372517456988796,0.41165820668100006,0.05287803921352923,0.15372517456988796,0.30511841074130197,0.2378741549220343,0.15372517456988796,0.15998793390153276,0.18892002207626685,0.15372517456988796,0.33865619035508043,0.13094163433174316,0.15372517456988796,0.15726484318418693,0.15282533528095937,0.5,0.15372517456988796,0.24112006699974176,0.25085711627351726,0.15372517456988796,0.5507934520904633,0.0113840448659488,0.5,0.15372517456988796,0.2982695101156683,0.06678818756890192,0.15372517456988796,0.3867309060440503,0.13145824795749,0.15372517456988796,0.44548353584986433,0.11490183824869687,0.15372517456988796,0.20508683730176194,0.09440815724831367,0.15372517456988796,0.3751965123405755,0.09004341017682162,0.15372517456988796,0.375439850535903,0.13215801256331722,0.15372517456988796,0.5448745296384354,0.06603586003065338,0.5,0.15372517456988796,0.6107412094204812,0.03867089717377905,0.0,0.03421212065324249,0.07678290699053782 -3712,0.5,0.15372517456988796,0.2958193114253694,0.1095857153215487,0.15372517456988796,0.3149427406983883,0.14932295247939462,0.15372517456988796,0.43998861684071683,0.059122510334751445,0.15372517456988796,0.3325490186918801,0.08847253994329991,0.15372517456988796,0.29556833616607797,0.25704353725632634,0.15372517456988796,0.17216501813449575,0.1667744540547383,0.15372517456988796,0.18332968048147996,0.09540796848982001,0.15372517456988796,0.13202362900426273,0.17734507791264476,0.5,0.15372517456988796,0.19780247860475514,0.2848706273716717,0.15372517456988796,0.41600993026999616,0.008465377099025107,0.5,0.15372517456988796,0.265088219031716,0.08369750534396808,0.15372517456988796,0.2784082446497764,0.16873335397324093,0.15372517456988796,0.2938081856608486,0.10379784958719683,0.15372517456988796,0.2565408470503314,0.10655988948038966,0.15372517456988796,0.2874827683253831,0.059452785877087945,0.15372517456988796,0.27999421651927886,0.14510823871117295,0.15372517456988796,0.4353702745431217,0.054674207165245875,0.5,0.15372517456988796,0.4893309410249115,0.035536913808558036,0.0,0.041292613808905296,0.1358021998941107 -3713,0.5,0.15372517456988796,0.23728098864538386,0.1371133934175505,0.15372517456988796,0.1990421828078976,0.08463175638288986,0.15372517456988796,0.3048941386814914,0.0445830912108495,0.15372517456988796,0.24636313963108952,0.09600328635766298,0.15372517456988796,0.10170119973614933,0.10785981755178259,0.15372517456988796,0.1065088639569799,0.14279558658130395,0.15372517456988796,0.14000323171791862,0.09406379427018635,0.15372517456988796,0.13808084805793253,0.19445008729240715,0.5,0.15372517456988796,0.10364611335748121,0.23254160660881124,0.15372517456988796,0.24551752064403876,0.031312687492276586,0.5,0.15372517456988796,0.1568772324473108,0.11757752160380815,0.15372517456988796,0.17290546187641603,0.12972306978274292,0.15372517456988796,0.17759953671684964,0.07034537328125716,0.15372517456988796,0.10950184569638276,0.08664873743375748,0.15372517456988796,0.20390481167966368,0.029894379789478967,0.15372517456988796,0.21791485934477156,0.15216959466837204,0.15372517456988796,0.2854784733984609,0.04649417888077201,0.5,0.15372517456988796,0.34649755625567585,0.025016893178635154,0.0,0.051161722856475286,0.1568509847638372 -3714,0.5,0.15372517456988796,0.1639926613048977,0.12125320620362773,0.15372517456988796,0.1409313513437841,0.039434532620181866,0.15372517456988796,0.19363107541247873,0.01456514017277749,0.15372517456988796,0.15098991965245237,0.07422308915005846,0.15372517456988796,0.07920519128214591,0.03868722203037738,0.15372517456988796,0.046709691219047236,0.1199716854862379,0.15372517456988796,0.11170768795858275,0.09975680848225728,0.15372517456988796,0.03279744011404895,0.1500819170700154,0.5,0.15372517456988796,0.052977089888002656,0.1714425979237591,0.15372517456988796,0.12009630159665255,0.0361503538790293,0.5,0.15372517456988796,0.09522520964791442,0.11848100670376352,0.15372517456988796,0.0951053159079507,0.07236619746859566,0.15372517456988796,0.11429966523238942,0.05627101753900089,0.15372517456988796,0.06886376155852453,0.06752824900149679,0.15372517456988796,0.1744533906836374,0.01562840422540731,0.15372517456988796,0.10579170198380708,0.1125730535764162,0.15372517456988796,0.15653278569732454,0.04651759819274804,0.5,0.15372517456988796,0.20270289148203763,0.004858407555191564,0.0,0.0525463637999833,0.15994687928634982 -3715,0.5,0.15372517456988796,0.08339937179957185,0.077951380099208,0.15372517456988796,0.11657447992911991,0.012665522707213323,0.15372517456988796,0.09199857151114908,0.012030092207934022,0.15372517456988796,0.07228106350284431,0.08230020328240814,0.15372517456988796,0.051467178091086016,0.01187197380342954,0.15372517456988796,0.01458256080626448,0.11141753854307229,0.15372517456988796,0.04600099968958999,0.1127896772327798,0.15372517456988796,0.013908122620972666,0.13742022503278234,0.5,0.15372517456988796,0.015089253420191583,0.11913229090189316,0.15372517456988796,0.058345562441317875,0.022430259979780296,0.5,0.15372517456988796,0.040411528380463926,0.1938928369798958,0.15372517456988796,0.03245525670729732,0.07706044449618196,0.15372517456988796,0.10421683557977501,0.053449440924062785,0.15372517456988796,0.0470952995920943,0.03066561152755332,0.15372517456988796,0.07846926173198412,0.00546204738211482,0.15372517456988796,0.032423788591003935,0.12623353292749134,0.15372517456988796,0.05652357892450467,0.07135056590656895,0.5,0.15372517456988796,0.06705175296761437,0.0016546995798106742,0.0,0.054637480130558046,0.18334610041904698 -3716,0.5,0.15372517456988796,0.016153828275259793,0.0722319982601982,0.15372517456988796,0.035170559866493076,0.005378488912624118,0.15372517456988796,0.014419385830156025,0.02868268215080973,0.15372517456988796,0.0006194975041950348,0.09885669504057168,0.15372517456988796,0.012132133834951996,0.014813296892642781,0.15372517456988796,0.002993684722874025,0.126848426750871,0.15372517456988796,0.00841659157069374,0.11493921097097243,0.15372517456988796,0.006645101095699084,0.1049701276366096,0.5,0.15372517456988796,0.003768991702261296,0.1187144281361634,0.15372517456988796,0.0,0.027392913080779076,0.5,0.15372517456988796,0.003603056362047844,0.128172890485215,0.15372517456988796,0.0013076290071883647,0.10554023482413089,0.15372517456988796,0.038506146215719704,0.04400913788123281,0.15372517456988796,0.025479378856183715,0.011059540862845075,0.15372517456988796,0.022715991232983398,0.008765458104232418,0.15372517456988796,0.007291403680932236,0.11873434305152895,0.15372517456988796,0.0018097182793432537,0.09157890312819879,0.5,0.15372517456988796,0.0,0.007839498615452422,0.0,0.07250541379075423,0.15797875098949668 -3717,0.5,0.15372517456988796,0.0,0.08015469872953038,0.15372517456988796,0.0,0.006266756253713831,0.15372517456988796,0.0,0.0457996967617107,0.15372517456988796,0.0,0.09703222884318384,0.15372517456988796,0.0,0.04529639125668227,0.15372517456988796,0.0,0.13809704164025355,0.15372517456988796,0.0,0.09640552462401902,0.15372517456988796,0.0,0.07342993884511997,0.5,0.15372517456988796,0.0,0.12646200625391738,0.15372517456988796,0.0,0.06451429377761661,0.5,0.15372517456988796,0.0,0.020945609990122842,0.15372517456988796,0.0,0.060595365268396234,0.15372517456988796,0.0,0.048554708124059036,0.15372517456988796,0.0,0.010790070584792678,0.15372517456988796,0.0,0.017927799660010256,0.15372517456988796,0.0,0.08040506819625094,0.15372517456988796,0.0,0.08018896876123731,0.5,0.15372517456988796,0.0,0.03594254299380312,0.0,0.09258362364384067,0.09796185441197733 -3718,0.5,0.15372517456988796,0.0,0.07498319638350695,0.15372517456988796,0.0,0.01414863273601031,0.15372517456988796,0.0,0.05771021124331955,0.15372517456988796,0.0,0.08745034661997772,0.15372517456988796,0.0,0.09421217666621637,0.15372517456988796,0.0,0.10778125657501489,0.15372517456988796,0.0,0.08694895553046862,0.15372517456988796,0.0,0.06680678746120433,0.5,0.15372517456988796,0.0,0.1483634054058105,0.15372517456988796,0.0,0.11298694177017726,0.5,0.15372517456988796,0.0,0.013039856841985395,0.15372517456988796,0.0,0.06505513596194673,0.15372517456988796,0.0,0.048759497884706765,0.15372517456988796,0.0,0.014467838278256508,0.15372517456988796,0.0,0.03540059147444655,0.15372517456988796,0.0,0.06277341286405949,0.15372517456988796,0.0,0.059582086307248844,0.5,0.15372517456988796,0.0,0.09485216958850651,0.0,0.10578438408293525,0.058412284013073586 -3719,0.5,0.15372517456988796,0.0,0.07316486476391736,0.15372517456988796,0.0,0.02439319822051333,0.15372517456988796,0.0,0.05747287389909765,0.15372517456988796,0.0,0.08345538435164647,0.15372517456988796,0.0,0.13720531386078377,0.15372517456988796,0.0,0.053840905776857885,0.15372517456988796,0.0,0.07561024309886388,0.15372517456988796,0.0,0.07405123247982127,0.5,0.15372517456988796,0.0,0.19389856293822033,0.15372517456988796,0.0,0.13832610086372837,0.5,0.15372517456988796,0.0,0.04205000302636403,0.15372517456988796,0.0,0.09975424641207335,0.15372517456988796,0.0,0.04756200510778091,0.15372517456988796,0.0,0.022854270310562246,0.15372517456988796,0.0,0.033713267600219435,0.15372517456988796,0.0,0.06407550668653737,0.15372517456988796,0.0,0.05921953777459348,0.5,0.15372517456988796,0.0,0.18537848078745092,0.0,0.11016175152403566,0.04548189395543187 -3720,0.5,0.15372517456988796,0.0,0.07278512830541789,0.15372517456988796,0.0,0.03351192080858574,0.15372517456988796,0.0,0.061787629362811125,0.15372517456988796,0.0,0.07684468647146048,0.15372517456988796,0.0,0.11766871670071394,0.15372517456988796,0.0,0.029333941481796147,0.15372517456988796,0.0,0.06913347833881042,0.15372517456988796,0.0,0.09097668651442826,0.5,0.15372517456988796,0.0,0.28180869582857376,0.15372517456988796,0.0,0.0598148671898172,0.5,0.15372517456988796,0.0,0.0989321599014628,0.15372517456988796,0.0,0.14615956552015372,0.15372517456988796,0.0,0.0497091599662921,0.15372517456988796,0.0,0.036542888047872306,0.15372517456988796,0.0,0.022031675467025173,0.15372517456988796,0.0,0.07715805268159526,0.15372517456988796,0.0,0.059496345972047976,0.5,0.15372517456988796,0.0,0.17938005979979785,0.0,0.11056601793204761,0.044445078569323455 -3721,0.5,0.15372517456988796,0.0,0.07304340473858462,0.15372517456988796,0.0,0.00995341434662558,0.15372517456988796,0.0,0.06071197017621356,0.15372517456988796,0.0,0.07169631118520019,0.15372517456988796,0.0,0.059229710510069214,0.15372517456988796,0.0,0.04206885596365735,0.15372517456988796,0.0,0.06541867513339057,0.15372517456988796,0.0,0.09970809390963165,0.5,0.15372517456988796,0.0,0.484666690715084,0.15372517456988796,0.0,0.034840796495658924,0.5,0.15372517456988796,0.0,0.17578403320741304,0.15372517456988796,0.0,0.21881183427439582,0.15372517456988796,0.0,0.056368128186360486,0.15372517456988796,0.0,0.047983831161238576,0.15372517456988796,0.0,0.018626779124228835,0.15372517456988796,0.0,0.12875135496627205,0.15372517456988796,0.0,0.06568557110198349,0.5,0.15372517456988796,0.0,0.12222671522031928,0.0,0.11213002377978167,0.06487968948480086 -3722,0.5,0.15372517456988796,0.0,0.07211459255124329,0.15372517456988796,0.0,0.001905655503879096,0.15372517456988796,0.0,0.041963603413714724,0.15372517456988796,0.0,0.06712970720883606,0.15372517456988796,0.0,0.03140314022243982,0.15372517456988796,0.0,0.057720188164071054,0.15372517456988796,0.0,0.07130803996289019,0.15372517456988796,0.0,0.22026949482300145,0.5,0.15372517456988796,0.0,0.6867766236915024,0.15372517456988796,0.0,0.03375750194341698,0.5,0.15372517456988796,0.0,0.2330695745405563,0.15372517456988796,0.0,0.2731264292431004,0.15372517456988796,0.0,0.05594447698360769,0.15372517456988796,0.0,0.040258536813649465,0.15372517456988796,0.0,0.016230618406964107,0.15372517456988796,0.0,0.2361770216243572,0.15372517456988796,0.0,0.0854023466261532,0.5,0.15372517456988796,0.0,0.07488437932824356,0.0,0.11389925517160294,0.12215513555423145 -3723,0.5,0.15372517456988796,0.0,0.07328239074914991,0.15372517456988796,0.0,0.010761175887917808,0.15372517456988796,0.0,0.031201073464476776,0.15372517456988796,0.0,0.06587417519780889,0.15372517456988796,0.0,0.022443603136047964,0.15372517456988796,0.0,0.11674346468043084,0.15372517456988796,0.0,0.09016968444434477,0.15372517456988796,0.0,0.6088296289570928,0.5,0.15372517456988796,0.0,0.7698306213659293,0.15372517456988796,0.0,0.03048630684798808,0.5,0.15372517456988796,0.0,0.2911319191177052,0.15372517456988796,0.0,0.31563822756073945,0.15372517456988796,0.0,0.04376918485855623,0.15372517456988796,0.0,0.02591732350786044,0.15372517456988796,0.0,0.02302715542140886,0.15372517456988796,0.0,0.3487315217565868,0.15372517456988796,0.0,0.11840006751556563,0.5,0.15372517456988796,0.0,0.06064117758913874,0.0,0.11550171665089651,0.21835574926074136 -3724,0.5,0.15372517456988796,0.0,0.07480719465007682,0.15372517456988796,0.0,0.01150332851987554,0.15372517456988796,0.0,0.053378725558840406,0.15372517456988796,0.0,0.057662050749573826,0.15372517456988796,0.0,0.023476346070198068,0.15372517456988796,0.0,0.27890387775706527,0.15372517456988796,0.0,0.13770084593636267,0.15372517456988796,0.0,0.6125616770746224,0.5,0.15372517456988796,0.0,0.7682900974341709,0.15372517456988796,0.0,0.02359373296709167,0.5,0.15372517456988796,0.0,0.3921971957969924,0.15372517456988796,0.0,0.31493708464185854,0.15372517456988796,0.0,0.05474975058743152,0.15372517456988796,0.0,0.01948755885124962,0.15372517456988796,0.0,0.04115421578261815,0.15372517456988796,0.0,0.5297609019877739,0.15372517456988796,0.0,0.16636022362255284,0.5,0.15372517456988796,0.0,0.04532453317525505,0.0,0.11128820307870478,0.19899215132159354 -3725,0.5,0.15372517456988796,0.009851243644967115,0.0707425986413475,0.15372517456988796,0.0010521636917123758,0.010695222807633966,0.15372517456988796,0.0010024829397650276,0.11755720458551404,0.15372517456988796,0.0059960370036263415,0.049630622320825206,0.15372517456988796,2.808658590432322e-06,0.039805441399440145,0.15372517456988796,0.0,0.42610077639090704,0.15372517456988796,4.7423042590151663e-07,0.3107553888204627,0.15372517456988796,0.0,0.5710972261345884,0.5,0.15372517456988796,0.0,0.7740822122806655,0.15372517456988796,0.0,0.041112756710238195,0.5,0.15372517456988796,0.0,0.7068302943704116,0.15372517456988796,0.0,0.3296515419171502,0.15372517456988796,0.0022438432076456005,0.06612291346657262,0.15372517456988796,0.00033406476386640206,0.01793553850968678,0.15372517456988796,0.0006650285215897609,0.07759852392587493,0.15372517456988796,0.00011916561573036168,0.7017833782454089,0.15372517456988796,0.0006078806283497136,0.28608534257910495,0.5,0.15372517456988796,0.0005370200424355858,0.030883275265129025,0.0,0.10899592060037969,0.06437369100867076 -3726,0.5,0.15372517456988796,0.06810650803392537,0.09479116179804856,0.15372517456988796,0.013672928426603516,0.017666636380472903,0.15372517456988796,0.017468285931800387,0.23582905104077576,0.15372517456988796,0.05986316461932742,0.051999189004749424,0.15372517456988796,0.0005977575967804352,0.12334856164609136,0.15372517456988796,0.011833093057358798,0.6003344528788973,0.15372517456988796,0.0011604382214649518,0.788350221709646,0.15372517456988796,0.003943058283146431,0.7157586720198605,0.5,0.15372517456988796,0.014503810295730526,0.776796594835929,0.15372517456988796,0.0018165414470562415,0.08647345124694972,0.5,0.15372517456988796,0.018872501931215206,0.8812367610894762,0.15372517456988796,0.006264377265440797,0.3682957702563607,0.15372517456988796,0.016502216929567864,0.06818024376489211,0.15372517456988796,0.00411409869286435,0.022793558956489775,0.15372517456988796,0.007563153774496809,0.13946986259146538,0.15372517456988796,0.007621391099275402,0.8877530337109523,0.15372517456988796,0.02417043161170017,0.4745146501741634,0.5,0.15372517456988796,0.017224018873930047,0.030156566526002668,0.0,0.11563545238828493,0.015053686235321785 -3727,0.5,0.15372517456988796,0.1346595525924575,0.1707947020676234,0.15372517456988796,0.0641805938239173,0.04921709858593868,0.15372517456988796,0.060754200825127815,0.47085413969519224,0.15372517456988796,0.13179397624991296,0.0999712914132498,0.15372517456988796,0.0020361362555098295,0.3752242041429886,0.15372517456988796,0.047662105345409767,0.7487280006073416,0.15372517456988796,0.024413355691606138,0.9032615128584754,0.15372517456988796,0.02260502761796863,0.7664808569150316,0.5,0.15372517456988796,0.05747876691048406,0.8208677115440292,0.15372517456988796,0.008479034273968742,0.10562565512832756,0.5,0.15372517456988796,0.09292771424363164,0.883247619315231,0.15372517456988796,0.06237137296805595,0.45385628938611494,0.15372517456988796,0.03533288559265357,0.06345639361739064,0.15372517456988796,0.011016504561097658,0.036051721508405646,0.15372517456988796,0.01883881164716919,0.2867414717898153,0.15372517456988796,0.020638122915444288,0.9025553019285212,0.15372517456988796,0.07221101182350922,0.6563876209893723,0.5,0.15372517456988796,0.05030798290806502,0.03712982828442581,0.0,0.13744859296429698,0.026426294462166995 -3728,0.5,0.15372517456988796,0.21005233206245122,0.24815684784026312,0.15372517456988796,0.08048022407936198,0.11851375378219887,0.15372517456988796,0.12577224102137718,0.7923344049329164,0.15372517456988796,0.20798977477512612,0.21481847514919028,0.15372517456988796,0.001103343473854483,0.60443787783673,0.15372517456988796,0.06786348524264299,0.7862665674840519,0.15372517456988796,0.14613670085007485,0.8878566519439206,0.15372517456988796,0.08954108000137392,0.7976247091721056,0.5,0.15372517456988796,0.0896343918104633,0.8789020120838564,0.15372517456988796,0.04276512875022951,0.14025899071164633,0.5,0.15372517456988796,0.22454515663832914,0.906747596415866,0.15372517456988796,0.17530431087257425,0.4147396480035689,0.15372517456988796,0.08481996648358037,0.06947247437013275,0.15372517456988796,0.01570053942061666,0.0850858397611099,0.15372517456988796,0.03249905932476681,0.5980514961355236,0.15372517456988796,0.09354028514549888,0.8855403184513528,0.15372517456988796,0.12575938026198785,0.8187414523131276,0.5,0.15372517456988796,0.08234883780241457,0.12499472867041783,0.0,0.15307381479675966,0.035446704184052644 -3729,0.5,0.15372517456988796,0.2893470683965672,0.37936502403620775,0.15372517456988796,0.10133155493535026,0.3916298981545958,0.15372517456988796,0.11829112540533845,0.9543174661130468,0.15372517456988796,0.317609857588264,0.4003215872937456,0.15372517456988796,0.016309674691773877,0.5459560066346278,0.15372517456988796,0.08545580411604155,0.7204392003528064,0.15372517456988796,0.3090158069488975,0.9676631992673926,0.15372517456988796,0.12199760822023628,0.7549658473439401,0.5,0.15372517456988796,0.13249696095837438,0.8844880308378595,0.15372517456988796,0.10653155231120431,0.0847599310059676,0.5,0.15372517456988796,0.3502178903943979,0.8627709186197074,0.15372517456988796,0.321453681036625,0.46797213813691463,0.15372517456988796,0.16950206639954343,0.13362121412952827,0.15372517456988796,0.010558169262651207,0.2347129311823401,0.15372517456988796,0.056038219527214876,0.7638481884707986,0.15372517456988796,0.2568489461529198,0.9356775159702538,0.15372517456988796,0.18093289297148718,0.7801720360678066,0.5,0.15372517456988796,0.10524023037647912,0.25040627178568775,0.0,0.1658500384026296,0.026961665995922042 -3730,0.5,0.15372517456988796,0.32243861287021225,0.4769032843347772,0.15372517456988796,0.02000760305311137,0.5873289471403969,0.15372517456988796,0.18553908605009192,0.9188207157968982,0.15372517456988796,0.30842136316140684,0.5322188917619938,0.15372517456988796,0.07809843825531754,0.5436309174107522,0.15372517456988796,0.04841789805088271,0.6290341614631573,0.15372517456988796,0.3410744014791596,0.9903061053004019,0.15372517456988796,0.2495813608356524,0.8578387048233939,0.5,0.15372517456988796,0.16469335931430326,0.8585265390469268,0.15372517456988796,0.19624713075550587,0.10119624095140804,0.5,0.15372517456988796,0.4865385001295569,0.8734365785083783,0.15372517456988796,0.45310489204335014,0.4028586480406914,0.15372517456988796,0.14422176541740325,0.17849781640168766,0.15372517456988796,0.017010083665470445,0.35406215227022875,0.15372517456988796,0.23255429325579452,0.8196509016466813,0.15372517456988796,0.42078058479502234,0.9807920383191949,0.15372517456988796,0.32662109950318724,0.7369086544023695,0.5,0.15372517456988796,0.13412560990085937,0.165211462381046,0.0,0.16756945726640385,0.022685367041567706 -3731,0.5,0.15372517456988796,0.30157268732061177,0.6203863112272662,0.15372517456988796,0.012468490179634507,0.8441633767432697,0.15372517456988796,0.44590628301010726,0.9228329027848079,0.15372517456988796,0.32613228485117557,0.6609592769281052,0.15372517456988796,0.11818158208549359,0.6691954717202997,0.15372517456988796,0.12513481513140445,0.7029099048811311,0.15372517456988796,0.22926871586213277,0.9697220660019688,0.15372517456988796,0.29261664951059424,0.9243601114167264,0.5,0.15372517456988796,0.21602197246833954,0.7933870082287111,0.15372517456988796,0.32350259117602803,0.10878800143089869,0.5,0.15372517456988796,0.5835019608762804,0.8523117623139793,0.15372517456988796,0.5625433708300277,0.37607975525816906,0.15372517456988796,0.08925278575788756,0.2509563294100492,0.15372517456988796,0.04371133126000308,0.4778489740497017,0.15372517456988796,0.39606974082620816,0.7769834181971221,0.15372517456988796,0.4327124890760498,0.9862922033486562,0.15372517456988796,0.4877173294258427,0.7181335487223046,0.5,0.15372517456988796,0.16279104092058594,0.17596115171225243,0.0,0.15515001051794455,0.02844428011404335 -3732,0.5,0.15372517456988796,0.27346496181205415,0.674757112072025,0.15372517456988796,0.08651375483264896,0.8928630620356001,0.15372517456988796,0.5963803580930171,0.9121869785807261,0.15372517456988796,0.4004606691500838,0.7037695101313951,0.15372517456988796,0.10467113661676608,0.7879854266717581,0.15372517456988796,0.171279511408988,0.8021839993921094,0.15372517456988796,0.2941319309928131,0.9443821201679217,0.15372517456988796,0.207863202027987,0.8904891604705601,0.5,0.15372517456988796,0.3155871729455809,0.728215334796677,0.15372517456988796,0.4296761177079661,0.10738585170297144,0.5,0.15372517456988796,0.6487914161404436,0.7968891689799942,0.15372517456988796,0.6372352053963938,0.3336125379930091,0.15372517456988796,0.02466430307401542,0.3327625246619433,0.15372517456988796,0.11391033481026913,0.5700028518640583,0.15372517456988796,0.38189774408328153,0.7643155669106445,0.15372517456988796,0.5192319574024625,0.9969992151464452,0.15372517456988796,0.6157108101425891,0.713251117574024,0.5,0.15372517456988796,0.17007026154075103,0.15174607152591132,0.0,0.12235692055564455,0.04608667227634122 -3733,0.5,0.15372517456988796,0.3236455954038385,0.6200280672231724,0.15372517456988796,0.1577101412526183,0.8229221353432326,0.15372517456988796,0.6607753577849768,0.938028243514071,0.15372517456988796,0.4585099893095702,0.7233746152563197,0.15372517456988796,0.10217903431552947,0.8090241521717021,0.15372517456988796,0.13835209067660753,0.837748467005023,0.15372517456988796,0.4203700005999226,0.9695242920958416,0.15372517456988796,0.2056153739848889,0.8430540083256464,0.5,0.15372517456988796,0.4243406271003075,0.7491971695838582,0.15372517456988796,0.5068848193933502,0.11647251906883775,0.5,0.15372517456988796,0.662758211833086,0.7428932641042443,0.15372517456988796,0.6773494591070063,0.290341038591094,0.15372517456988796,0.05611683702620476,0.41972148443877544,0.15372517456988796,0.103764301942562,0.6094626755542514,0.15372517456988796,0.4038997514561611,0.7885539014653975,0.15372517456988796,0.5050354874856865,0.9755359858361429,0.15372517456988796,0.6361516756345309,0.657363293117811,0.5,0.15372517456988796,0.27276250033999233,0.15245744009027729,0.0,0.13009709383324497,0.06462237379378839 -3734,0.5,0.15372517456988796,0.36287044447736233,0.5952610708790069,0.15372517456988796,0.06240148904025339,0.5029734796240813,0.15372517456988796,0.6008836466388913,0.9432546462340982,0.15372517456988796,0.5492339444749744,0.7343523009979135,0.15372517456988796,0.1378132406687452,0.8228139506018114,0.15372517456988796,0.10027984679556554,0.8349848431066752,0.15372517456988796,0.24706411031713288,0.9509865617963945,0.15372517456988796,0.25465161942011094,0.7954087612789648,0.5,0.15372517456988796,0.39791782976846013,0.6810236863692433,0.15372517456988796,0.48764488847314147,0.0895488991104239,0.5,0.15372517456988796,0.6537881063955938,0.7075490599775919,0.15372517456988796,0.6767903681159949,0.25962019395788727,0.15372517456988796,0.0666382201540295,0.6405809038000718,0.15372517456988796,0.08584840244630895,0.6359014177128889,0.15372517456988796,0.30453320524407806,0.7288585689867059,0.15372517456988796,0.47490374838809785,0.9450101612230052,0.15372517456988796,0.6551946330944742,0.6291756787881082,0.5,0.15372517456988796,0.36864668585901017,0.15485819436516984,0.0,0.1952514079088218,0.100998938463523 -3735,0.5,0.15372517456988796,0.44513554073022044,0.6354875074720873,0.15372517456988796,0.03492890154355366,0.38528727392214096,0.15372517456988796,0.5133182818183023,0.933662467045992,0.15372517456988796,0.583944968488652,0.6976509374167613,0.15372517456988796,0.1141847173775902,0.8469497812326079,0.15372517456988796,0.0786041708409407,0.8398959133204174,0.15372517456988796,0.09239313547776329,0.9079068613954717,0.15372517456988796,0.18764238896217406,0.7087159144474948,0.5,0.15372517456988796,0.3112534721308293,0.5672301770320042,0.15372517456988796,0.4340796869845912,0.07877386002709295,0.5,0.15372517456988796,0.5920658546494814,0.5937117723457715,0.15372517456988796,0.6226843087321976,0.18852180230723734,0.15372517456988796,0.043350812234440796,0.5844446662356522,0.15372517456988796,0.09008959903215294,0.6722742650393485,0.15372517456988796,0.24868627839421806,0.7866168761820655,0.15372517456988796,0.40536429571842975,0.9252587939149572,0.15372517456988796,0.5975005833176643,0.5843653981162145,0.5,0.15372517456988796,0.4062822630879679,0.18115131505495907,0.0,0.24237144654865503,0.23825873478292026 -3736,0.5,0.15372517456988796,0.3565305793376927,0.661501742756644,0.15372517456988796,0.03766852438372205,0.5275525071556335,0.15372517456988796,0.3969186751242076,0.9113905008489286,0.15372517456988796,0.4681507922697884,0.6126311438443349,0.15372517456988796,0.08948771029711342,0.8843515083077222,0.15372517456988796,0.06757902241325528,0.8032286722669615,0.15372517456988796,0.07015369764076893,0.856015655072976,0.15372517456988796,0.1567949465844312,0.6077437967390054,0.5,0.15372517456988796,0.32518798330242926,0.4487344625367105,0.15372517456988796,0.37952582525119083,0.058308774882273456,0.5,0.15372517456988796,0.4927775687237298,0.4580753717320759,0.15372517456988796,0.5240077000898031,0.1267226190777054,0.15372517456988796,0.01765966491011772,0.527549026261178,0.15372517456988796,0.0884189719667961,0.7137749543394301,0.15372517456988796,0.17002427841912096,0.7857837666656406,0.15372517456988796,0.29277899152206366,0.8275414174163113,0.15372517456988796,0.4862884573931473,0.5033889777801291,0.5,0.15372517456988796,0.32293235534733966,0.13368136099868727,0.0,0.24332280404439485,0.5197735894129695 -3737,0.5,0.15372517456988796,0.27624028997410643,0.5914691925723019,0.15372517456988796,0.012132478156387572,0.6271998784389823,0.15372517456988796,0.29811384565261845,0.8541543771945317,0.15372517456988796,0.32291533678609663,0.4454372391073995,0.15372517456988796,0.10645136024052407,0.9166255550429689,0.15372517456988796,0.08565525073801651,0.7894236264450323,0.15372517456988796,0.06303633125529587,0.8034343920139126,0.15372517456988796,0.081701158932527,0.48177807184873156,0.5,0.15372517456988796,0.2738957694940257,0.31762738257059875,0.15372517456988796,0.31710921035414485,0.03516225171918181,0.5,0.15372517456988796,0.37283022836239155,0.3050792834211777,0.15372517456988796,0.3934037314744921,0.07943632067096545,0.15372517456988796,0.008648736625979899,0.5793545992703448,0.15372517456988796,0.06754948262934476,0.6873207186611541,0.15372517456988796,0.0714424006745256,0.747669346915738,0.15372517456988796,0.15783206915968212,0.6445409674334429,0.15372517456988796,0.3509439896572122,0.37489975599143827,0.5,0.15372517456988796,0.22866915176373837,0.09736227253837985,0.0,0.2702181637500394,0.710393321045332 -3738,0.5,0.15372517456988796,0.18896193782986664,0.5209850098646124,0.15372517456988796,0.0349246532892417,0.5923062766617989,0.15372517456988796,0.186875814765068,0.7424903542601092,0.15372517456988796,0.19912525135859002,0.2450063482853709,0.15372517456988796,0.07592351753881334,0.8997689651877965,0.15372517456988796,0.04591107785589173,0.7460080024982292,0.15372517456988796,0.05659012132113701,0.7474233125797843,0.15372517456988796,0.05045196456134328,0.37147866473691166,0.5,0.15372517456988796,0.1777925100510011,0.18495702607640221,0.15372517456988796,0.223229063595405,0.014571270172264563,0.5,0.15372517456988796,0.24829434944956147,0.18977041405551895,0.15372517456988796,0.2561456397752159,0.04903043631624196,0.15372517456988796,0.009696939029084835,0.6366920290049983,0.15372517456988796,0.0656244092635947,0.6560730413520552,0.15372517456988796,0.05628002124527414,0.7300368922335168,0.15372517456988796,0.10436569212374731,0.4773454648653523,0.15372517456988796,0.2333990791204254,0.21700607207593892,0.5,0.15372517456988796,0.15494964236961467,0.04744925310068315,0.0,0.2683955265056397,0.7523135603209414 -3739,0.5,0.15372517456988796,0.08726304627514005,0.47130590576607323,0.15372517456988796,0.011587221492890109,0.5245399304424606,0.15372517456988796,0.0873872861938415,0.5714948123840894,0.15372517456988796,0.07490768406311435,0.18264867538943655,0.15372517456988796,0.03273103819479597,0.8299700155671578,0.15372517456988796,0.011138478682494964,0.6558074839061858,0.15372517456988796,0.02269611722128019,0.7045348292618347,0.15372517456988796,0.01980892886248997,0.2619716469736933,0.5,0.15372517456988796,0.09056239318210177,0.09532396633180024,0.15372517456988796,0.08337320161164323,0.0022483240884672443,0.5,0.15372517456988796,0.12329563148528118,0.05334218325297069,0.15372517456988796,0.12341459825413761,0.013440295859001685,0.15372517456988796,0.006348236958045794,0.6275782082298229,0.15372517456988796,0.046169022424381034,0.6695728790214426,0.15372517456988796,0.026442267535918065,0.6431206913801948,0.15372517456988796,0.04207080169096908,0.30842451741981913,0.15372517456988796,0.09764852122626905,0.07201145922955826,0.5,0.15372517456988796,0.0667679286782462,0.014823567790583556,0.0,0.3028595258302076,0.8060493852935584 -3740,0.5,0.15372517456988796,0.01556531603213384,0.39672725980731166,0.15372517456988796,0.003193448846982785,0.4402873343417607,0.15372517456988796,0.01115348584308442,0.3524851261787057,0.15372517456988796,0.0006078750029801704,0.12291592927260145,0.15372517456988796,0.004225477653729371,0.7722560492935172,0.15372517456988796,0.002281763721005732,0.5230411053533118,0.15372517456988796,0.0017509766064393154,0.6106152109107718,0.15372517456988796,0.0032169947992400413,0.14085677279006287,0.5,0.15372517456988796,0.018660871867404633,0.04020296763282748,0.15372517456988796,0.0,0.0017399551165150704,0.5,0.15372517456988796,0.02072864576156076,0.029714498996144745,0.15372517456988796,0.007032782763632176,0.01287820025536962,0.15372517456988796,0.0019877812909184387,0.6313878529997963,0.15372517456988796,0.013146870799719483,0.6534829076737397,0.15372517456988796,0.005890535147533086,0.6158296830773645,0.15372517456988796,0.007650943045032128,0.20263136095651216,0.15372517456988796,0.005591585601314874,0.0350161168842898,0.5,0.15372517456988796,0.0,0.017142114541322147,0.0,0.4953897722624302,0.8961785015551264 -3741,0.5,0.15372517456988796,0.0,0.33415124343277464,0.15372517456988796,0.0,0.6317315643258745,0.15372517456988796,0.0,0.22084046251589276,0.15372517456988796,0.0,0.0774222510050964,0.15372517456988796,1.3828148432849759e-05,0.6844551135865299,0.15372517456988796,0.0,0.40108750025146267,0.15372517456988796,0.0,0.4962639565537334,0.15372517456988796,0.0,0.06460802107444755,0.5,0.15372517456988796,0.0,0.01815203842951468,0.15372517456988796,0.0,0.0021323408434449093,0.5,0.15372517456988796,0.0,0.017048795607914606,0.15372517456988796,0.0,0.01030170198982097,0.15372517456988796,1.7635350583538057e-05,0.626647149815635,0.15372517456988796,0.0,0.6526049294790633,0.15372517456988796,0.0,0.5882615405967723,0.15372517456988796,0.0,0.14744940829681952,0.15372517456988796,0.0,0.01703902388461271,0.5,0.15372517456988796,0.0,0.01573612710474834,0.0,0.5923604521632937,0.9442019028557995 -3742,0.5,0.15372517456988796,0.0,0.3162789364340699,0.15372517456988796,0.0,0.7230575459113716,0.15372517456988796,0.0,0.14298503794411033,0.15372517456988796,0.0,0.05310464587415273,0.15372517456988796,0.0,0.6405486162115568,0.15372517456988796,0.0,0.3394163527642944,0.15372517456988796,0.0,0.3885272345281226,0.15372517456988796,0.0,0.040592613473292835,0.5,0.15372517456988796,0.0,0.007986546324587169,0.15372517456988796,0.0,0.0023524028983730066,0.5,0.15372517456988796,0.0,0.008060784090296924,0.15372517456988796,0.0,0.008787741235101993,0.15372517456988796,0.0,0.5975434283731116,0.15372517456988796,0.0,0.6330903624563708,0.15372517456988796,0.0,0.5398984610204856,0.15372517456988796,0.0,0.09975475894478222,0.15372517456988796,0.0,0.006732254863538897,0.5,0.15372517456988796,0.0,0.007532916373378385,0.0,0.5300698408571304,0.9599367094742128 -3743,0.5,0.15372517456988796,0.0,0.3245941336499395,0.15372517456988796,0.0,0.5641905963725108,0.15372517456988796,0.0,0.10294864528664789,0.15372517456988796,0.0,0.036901030697249634,0.15372517456988796,0.0,0.5777267127734189,0.15372517456988796,0.0,0.32009922654948253,0.15372517456988796,0.0,0.3206210092148347,0.15372517456988796,0.0,0.025320011016951426,0.5,0.15372517456988796,0.0,0.0035316119524119462,0.15372517456988796,0.0,0.004598219802684114,0.5,0.15372517456988796,0.0,0.0044588954843167656,0.15372517456988796,0.0,0.010069472485523529,0.15372517456988796,0.0,0.6230344123773615,0.15372517456988796,0.0,0.6316636933095736,0.15372517456988796,0.0,0.41952406321857055,0.15372517456988796,0.0,0.06547476064080733,0.15372517456988796,0.0,0.0031264527497378647,0.5,0.15372517456988796,0.0,0.003017298033041697,0.0,0.6028456381947914,0.9623772933880017 -3744,0.5,0.15372517456988796,0.0,0.3266525104063956,0.15372517456988796,0.0,0.5392832195758531,0.15372517456988796,0.0,0.08821058510457541,0.15372517456988796,0.0,0.025215242576495638,0.15372517456988796,0.0,0.5060911932758202,0.15372517456988796,0.0,0.32137136051076876,0.15372517456988796,0.0,0.2944280451267037,0.15372517456988796,0.0,0.012338643934679858,0.5,0.15372517456988796,0.0,0.0015900268740504091,0.15372517456988796,0.0,0.00504196868495939,0.5,0.15372517456988796,0.0,0.0009185623921672537,0.15372517456988796,0.0,0.010340678405682133,0.15372517456988796,0.0,0.661175727664385,0.15372517456988796,0.0,0.6195623520203872,0.15372517456988796,0.0,0.36083258579982636,0.15372517456988796,0.0,0.04685752247844082,0.15372517456988796,0.0,0.0015639318109383696,0.5,0.15372517456988796,0.0,0.00193603663219155,0.0,0.5697155155285908,0.9450621031670496 -3745,0.5,0.15372517456988796,0.0,0.27507862350030265,0.15372517456988796,0.0,0.5929156793370012,0.15372517456988796,0.0,0.04874616910249972,0.15372517456988796,0.0,0.018901083798351627,0.15372517456988796,0.0,0.48565539455215334,0.15372517456988796,0.0,0.28932636536334155,0.15372517456988796,0.0,0.27632249705292367,0.15372517456988796,0.0,0.008654958965633397,0.5,0.15372517456988796,0.0,0.0011206360330256579,0.15372517456988796,0.0,0.003776264554025319,0.5,0.15372517456988796,0.0,0.0005888414863894299,0.15372517456988796,0.0,0.008502209047987057,0.15372517456988796,0.0,0.705113208781842,0.15372517456988796,0.0,0.5907419243838371,0.15372517456988796,0.0,0.35604551392669187,0.15372517456988796,0.0,0.03186996481612517,0.15372517456988796,0.0,0.0009872837985817002,0.5,0.15372517456988796,0.0,0.001029966851111006,0.0,0.4643450135521487,0.9173057118343311 -3746,0.5,0.15372517456988796,0.0,0.24897559062623084,0.15372517456988796,0.0,0.6102796706025562,0.15372517456988796,0.0,0.033905740182966604,0.15372517456988796,0.0,0.013828146884647336,0.15372517456988796,0.0,0.48943289804381734,0.15372517456988796,0.0,0.21138304166142302,0.15372517456988796,0.0,0.2130699604399226,0.15372517456988796,0.0,0.016420333988310352,0.5,0.15372517456988796,0.0,0.0016549987787929717,0.15372517456988796,0.0,0.0036167398878129307,0.5,0.15372517456988796,0.0,0.0006389000702888017,0.15372517456988796,0.0,0.007455119874629084,0.15372517456988796,0.0,0.723914994172655,0.15372517456988796,0.0,0.5674565854358058,0.15372517456988796,0.0,0.3457831914106508,0.15372517456988796,0.0,0.019353643507357157,0.15372517456988796,0.0,0.0008253146393618298,0.5,0.15372517456988796,0.0,0.0008292250757165025,0.0,0.35175146299329946,0.9239262813385136 -3747,0.5,0.15372517456988796,0.0,0.2401411871750833,0.15372517456988796,0.0,0.578781587015087,0.15372517456988796,0.0,0.030074326306956015,0.15372517456988796,0.0,0.007802155082998545,0.15372517456988796,0.0,0.40408578310207216,0.15372517456988796,0.0,0.1622083467261246,0.15372517456988796,0.0,0.12450861237261295,0.15372517456988796,0.0,0.0189828023556508,0.5,0.15372517456988796,0.0,0.0031668078747756896,0.15372517456988796,0.0,0.003962711169668391,0.5,0.15372517456988796,0.0,0.000995882182740067,0.15372517456988796,0.0,0.007396534176615802,0.15372517456988796,0.0,0.7224795182834931,0.15372517456988796,0.0,0.5799596814743269,0.15372517456988796,0.0,0.30593856576493167,0.15372517456988796,0.0,0.008790791021253373,0.15372517456988796,0.0,0.0010241535835759535,0.5,0.15372517456988796,0.0,0.001476279458413855,0.0,0.34895699386541856,0.9577885106787755 -3748,0.5,0.15372517456988796,0.0,0.22636018506638428,0.15372517456988796,0.0,0.5225339844452892,0.15372517456988796,0.0,0.01876304459417796,0.15372517456988796,0.0,0.004399138033881763,0.15372517456988796,0.0,0.3178137791116566,0.15372517456988796,0.0,0.1419011980945461,0.15372517456988796,0.0,0.08928453979219941,0.15372517456988796,0.0,0.01266073304857665,0.5,0.15372517456988796,0.0,0.004414221837678447,0.15372517456988796,0.0,0.004989428592033614,0.5,0.15372517456988796,0.0,0.0021461903241051807,0.15372517456988796,0.0,0.006909184578772788,0.15372517456988796,0.0,0.696499237248628,0.15372517456988796,0.0,0.5698883003697679,0.15372517456988796,0.0,0.25838962957228184,0.15372517456988796,0.0,0.007936210999371224,0.15372517456988796,0.0,0.001979220992849435,0.5,0.15372517456988796,0.0,0.0011181018720858669,0.0,0.4202817163720647,0.9759576314748912 -3749,0.5,0.15372517456988796,0.00293007539621866,0.2119340952611781,0.15372517456988796,0.0005682348063429269,0.4937705864872701,0.15372517456988796,0.0024898049540753417,0.008428303713379994,0.15372517456988796,0.006995252121204308,0.004234434990015058,0.15372517456988796,5.1500675713997314e-05,0.2990153120897517,0.15372517456988796,0.0,0.12178317136980926,0.15372517456988796,0.00033692631943843017,0.07293901208834905,0.15372517456988796,0.0,0.01008124364042812,0.5,0.15372517456988796,0.0,0.003340562640859747,0.15372517456988796,1.9110671036284517e-05,0.0061116614884596035,0.5,0.15372517456988796,1.1033689363016622e-06,0.0037763196139309813,0.15372517456988796,3.0561141002153284e-08,0.006847752889456942,0.15372517456988796,0.0006925208865819831,0.7042256723952639,0.15372517456988796,0.00034356371722004325,0.5496363136588692,0.15372517456988796,0.0005420251763711236,0.2253011842996773,0.15372517456988796,0.000903105255309941,0.008531197490708861,0.15372517456988796,0.0013919339611475204,0.003009850494563387,0.5,0.15372517456988796,0.001722100851369162,0.001175821031875495,0.0,0.5989236806399633,0.9707567140832442 -3750,0.5,0.15372517456988796,0.015826994544911464,0.19150808154915028,0.15372517456988796,0.010940302080830683,0.4816292138839606,0.15372517456988796,0.051206248231133025,0.005465244737581384,0.15372517456988796,0.06513736233335743,0.004779659448699166,0.15372517456988796,0.0026491065306502685,0.2868275971512367,0.15372517456988796,0.019452011302466096,0.09250581983218273,0.15372517456988796,0.030441731223607646,0.05856632625409911,0.15372517456988796,0.04329077799819762,0.00577753185418259,0.5,0.15372517456988796,0.04246009331159862,0.002759731105975864,0.15372517456988796,0.0497343326221011,0.0042669642187055015,0.5,0.15372517456988796,0.046857572834353114,0.0037735440159088023,0.15372517456988796,0.04484149778652996,0.005429859470612623,0.15372517456988796,0.015078870831245253,0.7182376835698372,0.15372517456988796,0.007263650654097139,0.5466319666150644,0.15372517456988796,0.015391607272290818,0.22726990676981404,0.15372517456988796,0.05197303790898154,0.00686089241203616,0.15372517456988796,0.056734681692006045,0.0030860418997863473,0.5,0.15372517456988796,0.05758744016975312,0.001443330672795963,0.0,0.6692461613960861,0.9179087750953259 -3751,0.5,0.15372517456988796,0.027839505507225592,0.18990701383868536,0.15372517456988796,0.05011819520405722,0.5178079743762187,0.15372517456988796,0.13239444207946113,0.007710902170426845,0.15372517456988796,0.14593425232273155,0.007087995481511717,0.15372517456988796,0.02728577164988825,0.24159294236218207,0.15372517456988796,0.08225540064677234,0.08089411386578307,0.15372517456988796,0.09612770247144817,0.06694681826846206,0.15372517456988796,0.11994261058582023,0.003129805940491997,0.5,0.15372517456988796,0.1202372499961209,0.00157369835129746,0.15372517456988796,0.13498394323523857,0.0007233321934296996,0.5,0.15372517456988796,0.12784299681274408,0.0044849830768497615,0.15372517456988796,0.12720611611861765,0.0020998960498263756,0.15372517456988796,0.042063345537855464,0.7323817043149127,0.15372517456988796,0.019693025217567047,0.5235584935670035,0.15372517456988796,0.058754896076497344,0.23613901891812356,0.15372517456988796,0.1342850316605796,0.010960176992000052,0.15372517456988796,0.14319379020906164,0.002592787642164338,0.5,0.15372517456988796,0.14691782978206008,0.0013732292650756634,0.0,0.6177680453931166,0.9300879318215916 -3752,0.5,0.15372517456988796,0.05032276203338175,0.19866370731578228,0.15372517456988796,0.08129512089543474,0.5774906497142428,0.15372517456988796,0.2577490239532587,0.01023652806129566,0.15372517456988796,0.22975270904162545,0.013120941915460331,0.15372517456988796,0.0828748666418615,0.19625029610619482,0.15372517456988796,0.1907621023079728,0.08185061242505609,0.15372517456988796,0.2005769222642408,0.10886469908009493,0.15372517456988796,0.23977098987827083,0.002981427275234123,0.5,0.15372517456988796,0.24124736192821533,0.002992708047184746,0.15372517456988796,0.2587481802430417,0.0010510817762405568,0.5,0.15372517456988796,0.25026099693355314,0.018192834235948797,0.15372517456988796,0.24921119873502748,0.0030692132481461537,0.15372517456988796,0.0557637010817421,0.734022541342167,0.15372517456988796,0.054232822029800856,0.47580022369560504,0.15372517456988796,0.13444578101549715,0.23439397470467727,0.15372517456988796,0.25577398905317705,0.01696501517466189,0.15372517456988796,0.2671412280739464,0.007700967172014947,0.5,0.15372517456988796,0.2692848965962381,0.003444804459291923,0.0,0.45636909425311956,0.9469909046323755 -3753,0.5,0.15372517456988796,0.08314766138234257,0.20824280342438858,0.15372517456988796,0.10052245620163056,0.6031190837713788,0.15372517456988796,0.3817308652673089,0.008973736818117112,0.15372517456988796,0.32992807311201616,0.02836984232007196,0.15372517456988796,0.2491967715857616,0.24172682258396003,0.15372517456988796,0.33105514322809004,0.0760843336452405,0.15372517456988796,0.2981680079185973,0.08551099343770566,0.15372517456988796,0.36796007071544057,0.0035086816009661723,0.5,0.15372517456988796,0.3742139770482912,0.008173525940479844,0.15372517456988796,0.39753824434456764,0.0029121685585227096,0.5,0.15372517456988796,0.38532406394312524,0.041144475382215655,0.15372517456988796,0.3849370417570038,0.0071052641594832955,0.15372517456988796,0.06966972605917236,0.739905785429406,0.15372517456988796,0.10552593030099675,0.42890536158970294,0.15372517456988796,0.22364877280249448,0.20990827274849144,0.15372517456988796,0.3723089718426285,0.008340101056462367,0.15372517456988796,0.4035465551304668,0.013509251931198202,0.5,0.15372517456988796,0.4075687065702179,0.009203775778557327,0.0,0.40343205082691896,0.943484399887846 -3754,0.5,0.15372517456988796,0.12841065039442676,0.20017022658973235,0.15372517456988796,0.1605846216539959,0.6028816137117803,0.15372517456988796,0.49257331156237105,0.004241601712439509,0.15372517456988796,0.4477938079491926,0.02082460592535092,0.15372517456988796,0.3990581422529841,0.3138179949684195,0.15372517456988796,0.4565130893267917,0.06061477969667019,0.15372517456988796,0.4133010839953021,0.03766451283186193,0.15372517456988796,0.5045165978219304,0.0037312977500934172,0.5,0.15372517456988796,0.5132745370798635,0.016727457457343924,0.15372517456988796,0.5337096176551649,0.006061936387931326,0.5,0.15372517456988796,0.5227854916084071,0.04089728800395278,0.15372517456988796,0.5220555398897652,0.007488092799758995,0.15372517456988796,0.15361044283894457,0.7971284351273189,0.15372517456988796,0.2220812587067614,0.4124336538645389,0.15372517456988796,0.32315324227043085,0.1911870090995052,0.15372517456988796,0.5034520775846094,0.0018416819838677862,0.15372517456988796,0.5388044481010544,0.011980500673041995,0.5,0.15372517456988796,0.5384882176198786,0.014547493741887664,0.0,0.41753255174449655,0.9248067008515228 -3755,0.5,0.15372517456988796,0.21823650905919623,0.18829563034116803,0.15372517456988796,0.23595583054381225,0.5580009977844964,0.15372517456988796,0.5610157588732506,0.0008709446763227326,0.15372517456988796,0.5359894747861844,0.013173497265055359,0.15372517456988796,0.4590733349789803,0.28060521779287584,0.15372517456988796,0.5832232385314993,0.0343038910647096,0.15372517456988796,0.5607122623669245,0.016599345480571504,0.15372517456988796,0.6269609057326033,0.005086064226321196,0.5,0.15372517456988796,0.6247038483092903,0.022906180185558504,0.15372517456988796,0.6375944436146652,0.009989165576677337,0.5,0.15372517456988796,0.630538015984624,0.03489514746076942,0.15372517456988796,0.6296793595973029,0.0061439880783348754,0.15372517456988796,0.27101280628912094,0.8360241983866235,0.15372517456988796,0.3680090479455221,0.40956134895024743,0.15372517456988796,0.4667070353206407,0.16828904013749726,0.15372517456988796,0.6143570232532231,0.0007806684895660715,0.15372517456988796,0.6417388494695366,0.007279910880614957,0.5,0.15372517456988796,0.63311854688831,0.012831083221240172,0.0,0.48992465199623714,0.8943693801639838 -3756,0.5,0.15372517456988796,0.3058599677514172,0.17644972624557267,0.15372517456988796,0.384695490699347,0.5587582951030489,0.15372517456988796,0.6154507672993512,7.512536985223962e-05,0.15372517456988796,0.6037358100455689,0.00786898270910082,0.15372517456988796,0.3070282250127111,0.1582260209035742,0.15372517456988796,0.6216301950181047,0.016985994817277625,0.15372517456988796,0.6622513741393898,0.008014803381377942,0.15372517456988796,0.6984171619636391,0.008482743211376426,0.5,0.15372517456988796,0.6910867999248397,0.026796861604237047,0.15372517456988796,0.6961410752629233,0.014836802124278422,0.5,0.15372517456988796,0.6919513140815328,0.028960135881565218,0.15372517456988796,0.6921887098454045,0.003823091685686385,0.15372517456988796,0.27335330620836573,0.8015440770801134,0.15372517456988796,0.2917471426459798,0.36453512984260994,0.15372517456988796,0.5503256266855058,0.14135305019635366,0.15372517456988796,0.6910514659234157,0.0007123998348757168,0.15372517456988796,0.6953731870111877,0.004446905444360705,0.5,0.15372517456988796,0.684846030965971,0.01086469014832922,0.0,0.5247963039923099,0.8413193448778845 -3757,0.5,0.15372517456988796,0.31848621741556604,0.14857331644832392,0.15372517456988796,0.29231382827086133,0.3860590932524854,0.15372517456988796,0.6445778932998305,9.159044412486318e-06,0.15372517456988796,0.6538056919947949,0.004181217261792383,0.15372517456988796,0.28518038672145696,0.10065686642147773,0.15372517456988796,0.6363899467250997,0.006336477138718603,0.15372517456988796,0.6940145581898698,0.002546661191607845,0.15372517456988796,0.7243653584841223,0.012533523497487794,0.5,0.15372517456988796,0.7165743503920764,0.03048728252127624,0.15372517456988796,0.7144917425535411,0.016039949122311215,0.5,0.15372517456988796,0.7116177000038347,0.01903355203969867,0.15372517456988796,0.7145610117708169,0.002380615281654992,0.15372517456988796,0.24827711797938912,0.7106949207884669,0.15372517456988796,0.20786820443973486,0.2746659989298288,0.15372517456988796,0.5513947628334239,0.10500942893152578,0.15372517456988796,0.7199650528566633,0.0006240757418776615,0.15372517456988796,0.7090790277243534,0.0036274633760489164,0.5,0.15372517456988796,0.6930153640033468,0.00782371673670669,0.0,0.4774642209450747,0.7796492152799764 -3758,0.5,0.15372517456988796,0.2649552874590262,0.12708875739354855,0.15372517456988796,0.19241586992664667,0.26842907725901577,0.15372517456988796,0.6432617255525808,7.578070628788861e-06,0.15372517456988796,0.6523164730092332,0.002505719697023248,0.15372517456988796,0.37351819626188004,0.07190529271908916,0.15372517456988796,0.649124426546774,0.0031178910660737682,0.15372517456988796,0.6863767044256128,0.0006567508538787789,0.15372517456988796,0.7120956608341934,0.022387107211316433,0.5,0.15372517456988796,0.7047097257611966,0.033054370415577766,0.15372517456988796,0.6927136757923471,0.015692526281881294,0.5,0.15372517456988796,0.6930842633934801,0.010557791564702473,0.15372517456988796,0.6958045187649438,0.00354317129257189,0.15372517456988796,0.22733708140203496,0.6338978464206717,0.15372517456988796,0.30733029719349136,0.20931494904241374,0.15372517456988796,0.510010930927162,0.059931230482618475,0.15372517456988796,0.7058443723454155,0.0006841616226755284,0.15372517456988796,0.6855287345464394,0.0019038791323904697,0.5,0.15372517456988796,0.6640539505665681,0.009359442885972905,0.0,0.3200090261727757,0.7140227070319042 -3759,0.5,0.15372517456988796,0.20875677110682034,0.10043262347235311,0.15372517456988796,0.08945686980902379,0.1079155864454934,0.15372517456988796,0.5901220377303873,0.0003944875172224613,0.15372517456988796,0.5932345483719813,0.0017125823147569588,0.15372517456988796,0.4049653443031057,0.03762517177160509,0.15372517456988796,0.6368726475067159,0.0043926702718515495,0.15372517456988796,0.6274624864106411,0.0002300248996306315,0.15372517456988796,0.656972295074358,0.03524054394557039,0.5,0.15372517456988796,0.650383924872874,0.03963619167244574,0.15372517456988796,0.6283106705863346,0.033306744724492805,0.5,0.15372517456988796,0.6353794115510931,0.01798643559656543,0.15372517456988796,0.6338446103999986,0.005936765410354815,0.15372517456988796,0.20423137518329615,0.5478663972417259,0.15372517456988796,0.3950043019239477,0.15482373725202622,0.15372517456988796,0.4126833611862651,0.028597748675172643,0.15372517456988796,0.6406903933439072,0.001092204484116565,0.15372517456988796,0.6221409652570112,0.00282763887065334,0.5,0.15372517456988796,0.595811141196087,0.008516656692401972,0.0,0.18324903185262573,0.642155604821389 -3760,0.5,0.15372517456988796,0.21070694353150227,0.07676170351971122,0.15372517456988796,0.05679740496376122,0.028134010314922388,0.15372517456988796,0.4826171221472215,0.0017415929244280692,0.15372517456988796,0.48342697295898424,0.004900477838160253,0.15372517456988796,0.4747238274299589,0.014873990050939501,0.15372517456988796,0.545615881153391,0.007087771121904107,0.15372517456988796,0.5291170108076829,0.0007449679475976515,0.15372517456988796,0.5522280026039285,0.0430106047136631,0.5,0.15372517456988796,0.5454563122474513,0.05052474369623302,0.15372517456988796,0.5156133673871017,0.049977936805117244,0.5,0.15372517456988796,0.5284419761359135,0.015760377533145332,0.15372517456988796,0.5252205273037832,0.008574445314641773,0.15372517456988796,0.17904133396377594,0.4339048116404753,0.15372517456988796,0.3810712590389863,0.10915369224871424,0.15372517456988796,0.3482294302232183,0.011446769990747788,0.15372517456988796,0.5296268046725237,0.003018608142322452,0.15372517456988796,0.5107368586550635,0.0029090788502366405,0.5,0.15372517456988796,0.49138230157411794,0.01101350531929787,0.0,0.19475108608395947,0.544793136981899 -3761,0.5,0.15372517456988796,0.18613741432837838,0.059671656153177086,0.15372517456988796,0.10093731006964624,0.012838150055025577,0.15372517456988796,0.3486039279744988,0.006899557550151258,0.15372517456988796,0.3498119296935509,0.016941223681181432,0.15372517456988796,0.37225261519796266,0.004331413612189657,0.15372517456988796,0.4151944473130715,0.013434410811710562,0.15372517456988796,0.3941836259158602,0.006244040047430501,0.15372517456988796,0.4145983908791817,0.04486832034372813,0.5,0.15372517456988796,0.40792513910943295,0.04922944734483724,0.15372517456988796,0.37386955494572405,0.05356611544569354,0.5,0.15372517456988796,0.3890802816521577,0.010154084427980659,0.15372517456988796,0.3863556910700899,0.013526983670137759,0.15372517456988796,0.16454445502891252,0.3322260416439958,0.15372517456988796,0.2897600186928718,0.06768987199464768,0.15372517456988796,0.2961264301971024,0.004776290037184531,0.15372517456988796,0.391367178564223,0.006727702222300775,0.15372517456988796,0.370130243218076,0.0023956414585043855,0.5,0.15372517456988796,0.35097389834672343,0.012957524969074577,0.0,0.23817929586003478,0.44386008678549305 -3762,0.5,0.15372517456988796,0.1371428956003633,0.03961143917758208,0.15372517456988796,0.18279495782887278,0.01480137587645313,0.15372517456988796,0.22254253386004508,0.022168528227110188,0.15372517456988796,0.22047548050212895,0.03723793454308031,0.15372517456988796,0.263729725307419,0.0005817380039678622,0.15372517456988796,0.2855250739225036,0.02008250514489154,0.15372517456988796,0.2645899158154361,0.0166051096986743,0.15372517456988796,0.2795836473957857,0.03326353798271451,0.5,0.15372517456988796,0.27257679350360436,0.029766325786380828,0.15372517456988796,0.23793923611712026,0.02958021256727022,0.5,0.15372517456988796,0.2541074452352414,0.01046657447721642,0.15372517456988796,0.24806498343668057,0.014906569790390912,0.15372517456988796,0.10501978013825683,0.20921620955527953,0.15372517456988796,0.2023909051669067,0.03743998803261246,0.15372517456988796,0.21794173362721686,0.004521869543589529,0.15372517456988796,0.2595380086626899,0.009300964732672657,0.15372517456988796,0.2376871239230226,0.002369258178282787,0.5,0.15372517456988796,0.2176630562648308,0.005912182636131801,0.0,0.20219677698210797,0.3551084695500871 -3763,0.5,0.15372517456988796,0.07411016232479806,0.019735665179880887,0.15372517456988796,0.10728543980883742,0.005011283076605643,0.15372517456988796,0.10681341529369055,0.045004582417642776,0.15372517456988796,0.07999141081539343,0.03815979171158426,0.15372517456988796,0.1448158452022899,0.0017893816407470765,0.15372517456988796,0.1511145589404289,0.011487157830967012,0.15372517456988796,0.1364967277045218,0.010497545834920654,0.15372517456988796,0.14533568722984852,0.01301073829463878,0.5,0.15372517456988796,0.13884185448909583,0.01084857773038875,0.15372517456988796,0.08995825246522313,0.01394823038412534,0.5,0.15372517456988796,0.12435794642385825,0.011458910651860256,0.15372517456988796,0.11868927591518473,0.010478226373060113,0.15372517456988796,0.05616576131715943,0.12471369827293377,0.15372517456988796,0.11141412973936579,0.010275880502052838,0.15372517456988796,0.12216576292421322,0.007864832336465483,0.15372517456988796,0.12946757308954077,0.0030341315083908032,0.15372517456988796,0.10097256164493303,0.003802159537545175,0.5,0.15372517456988796,0.06804976530673222,0.0045188404030668625,0.0,0.15690758388298,0.24528672873160212 -3764,0.5,0.15372517456988796,0.015175979946822779,0.011162166400079937,0.15372517456988796,0.03368916223948921,0.0037830614607076733,0.15372517456988796,0.01687773420625989,0.061068737959561956,0.15372517456988796,0.0022321097959013695,0.05330423912052135,0.15372517456988796,0.038745104310590056,0.0033807171793958255,0.15372517456988796,0.038177669963674776,0.027356882416829896,0.15372517456988796,0.03181322942397134,0.018735268374889955,0.15372517456988796,0.031408398555728995,0.023365800746218277,0.5,0.15372517456988796,0.027884850655436954,0.013657807513151134,0.15372517456988796,0.0,0.00825759392846577,0.5,0.15372517456988796,0.02094029186893958,0.02073062671145072,0.15372517456988796,0.009587541196333003,0.008151545935111346,0.15372517456988796,0.014952678546178618,0.07877768563815989,0.15372517456988796,0.03582935145820025,0.002599552391794208,0.15372517456988796,0.027789507734457167,0.01250726932024711,0.15372517456988796,0.025099311104576284,0.0034614409991308576,0.15372517456988796,0.005653128435070659,0.01074159839816987,0.5,0.15372517456988796,0.0,0.006115425050268042,0.0,0.1486143916510442,0.12737642874732827 -3765,0.5,0.15372517456988796,0.0,0.010289421014357479,0.15372517456988796,0.0,0.007448925621341945,0.15372517456988796,0.0,0.08080668530047422,0.15372517456988796,0.0,0.05896447192195405,0.15372517456988796,0.0,0.009566251997915939,0.15372517456988796,0.0,0.05179921001789811,0.15372517456988796,0.0,0.03157835613830995,0.15372517456988796,0.0,0.024950471508652348,0.5,0.15372517456988796,0.0,0.01458660527611498,0.15372517456988796,0.0,0.004691091777194742,0.5,0.15372517456988796,0.0,0.009963090080045357,0.15372517456988796,0.0,0.006641600400692986,0.15372517456988796,2.8860976280686225e-05,0.06430522587942133,0.15372517456988796,0.0,0.0009399043602122971,0.15372517456988796,0.0,0.014114226912796572,0.15372517456988796,0.0,0.006671884726836956,0.15372517456988796,0.0,0.010464038342043333,0.5,0.15372517456988796,0.0,0.003986626703555702,0.0,0.1412544500934971,0.06184038022432508 -3766,0.5,0.15372517456988796,0.0,0.012357939164777131,0.15372517456988796,0.0,0.009978195358352909,0.15372517456988796,0.0,0.07259606924662566,0.15372517456988796,0.0,0.053162942064663064,0.15372517456988796,0.0,0.018189688518651458,0.15372517456988796,0.0,0.07402118179296402,0.15372517456988796,0.0,0.031548036524607456,0.15372517456988796,0.0,0.026653161170732804,0.5,0.15372517456988796,0.0,0.017071622923372012,0.15372517456988796,0.0,0.003221829799020595,0.5,0.15372517456988796,0.0,0.004839964101727219,0.15372517456988796,0.0,0.007016658165416267,0.15372517456988796,0.0,0.04531701294815922,0.15372517456988796,0.0,0.0006375236205038063,0.15372517456988796,0.0,0.011420381207365077,0.15372517456988796,0.0,0.007862333681538531,0.15372517456988796,0.0,0.007838087902765016,0.5,0.15372517456988796,0.0,0.0018599377065823357,0.0,0.10970097645734096,0.03150226096599774 -3767,0.5,0.15372517456988796,0.0,0.01532102322301506,0.15372517456988796,0.0,0.0097694344594862,0.15372517456988796,0.0,0.0548461033806411,0.15372517456988796,0.0,0.049908643083724134,0.15372517456988796,0.0,0.029383776041095707,0.15372517456988796,0.0,0.08393513933681923,0.15372517456988796,0.0,0.031091418718258386,0.15372517456988796,0.0,0.025134110348100595,0.5,0.15372517456988796,0.0,0.013404429907173256,0.15372517456988796,0.0,0.003620423426590807,0.5,0.15372517456988796,0.0,0.0033670447902738746,0.15372517456988796,0.0,0.008599950699662842,0.15372517456988796,0.0,0.0313151353680239,0.15372517456988796,0.0,0.0007275745595660516,0.15372517456988796,0.0,0.010278848335264545,0.15372517456988796,0.0,0.008036183460185094,0.15372517456988796,0.0,0.0050215292897950355,0.5,0.15372517456988796,0.0,0.0017029201877475557,0.0,0.09566640416367754,0.016468433912819984 -3768,0.5,0.15372517456988796,0.0,0.01639136429491602,0.15372517456988796,0.0,0.008015824719649033,0.15372517456988796,0.0,0.04337905084146718,0.15372517456988796,0.0,0.04684581035631709,0.15372517456988796,0.0,0.04093542722309468,0.15372517456988796,0.0,0.07419045700920396,0.15372517456988796,0.0,0.03162614957375225,0.15372517456988796,0.0,0.01970828238103526,0.5,0.15372517456988796,0.0,0.010146126254109806,0.15372517456988796,0.0,0.004235007479419298,0.5,0.15372517456988796,0.0,0.004543232740839694,0.15372517456988796,0.0,0.0126182597587348,0.15372517456988796,0.0,0.025045808608262637,0.15372517456988796,0.0,0.0016555306848435884,0.15372517456988796,0.0,0.012650099900267435,0.15372517456988796,0.0,0.01078063859058432,0.15372517456988796,0.0,0.004532745462149409,0.5,0.15372517456988796,0.0,0.001792536619143853,0.0,0.11211829683555591,0.010374150949284273 -3769,0.5,0.15372517456988796,0.0,0.016966476168615265,0.15372517456988796,0.0,0.006273247781613293,0.15372517456988796,0.0,0.03673539482926234,0.15372517456988796,0.0,0.044430387640022086,0.15372517456988796,0.0,0.0492924968740424,0.15372517456988796,0.0,0.06767374874491505,0.15372517456988796,0.0,0.02916617220824771,0.15372517456988796,0.0,0.01826699984362256,0.5,0.15372517456988796,0.0,0.011348274568903529,0.15372517456988796,0.0,0.004791847464227371,0.5,0.15372517456988796,0.0,0.0057247199462343995,0.15372517456988796,0.0,0.013931552307179131,0.15372517456988796,0.0,0.021822049839422514,0.15372517456988796,0.0,0.0027192024947582123,0.15372517456988796,0.0,0.01585101743503206,0.15372517456988796,0.0,0.012045138443816059,0.15372517456988796,0.0,0.004752237631471189,0.5,0.15372517456988796,0.0,0.002339121694607693,0.0,0.12588424032470152,0.003839442142077469 -3770,0.5,0.15372517456988796,0.0,0.01626336310238144,0.15372517456988796,0.0,0.005947947671337336,0.15372517456988796,0.0,0.030418530871481636,0.15372517456988796,0.0,0.042363859117556,0.15372517456988796,0.0,0.05293499023084504,0.15372517456988796,0.0,0.06894144428231225,0.15372517456988796,0.0,0.026704507983285886,0.15372517456988796,0.0,0.020410075041646245,0.5,0.15372517456988796,0.0,0.01222679811221642,0.15372517456988796,0.0,0.005590774703262548,0.5,0.15372517456988796,0.0,0.003029407091187262,0.15372517456988796,0.0,0.01456680985108836,0.15372517456988796,0.0,0.020388041144959075,0.15372517456988796,0.0,0.005683332479309267,0.15372517456988796,0.0,0.01767565252666436,0.15372517456988796,0.0,0.010545732609351844,0.15372517456988796,0.0,0.004159182351147179,0.5,0.15372517456988796,0.0,0.0026879517447721477,0.0,0.1322288462679065,0.00024367948067618143 -3771,0.5,0.15372517456988796,0.0,0.015267173467367615,0.15372517456988796,0.0,0.0069741570492914155,0.15372517456988796,0.0,0.02316327107268724,0.15372517456988796,0.0,0.040727440076149694,0.15372517456988796,0.0,0.05249425118920648,0.15372517456988796,0.0,0.06854156364425024,0.15372517456988796,0.0,0.03066699398661892,0.15372517456988796,0.0,0.02213575920711479,0.5,0.15372517456988796,0.0,0.011860689581982838,0.15372517456988796,0.0,0.005018181942835258,0.5,0.15372517456988796,0.0,0.001738113656110752,0.15372517456988796,0.0,0.01502457076568331,0.15372517456988796,0.0,0.016294030029402724,0.15372517456988796,0.0,0.01024165403874679,0.15372517456988796,0.0,0.021395973568402383,0.15372517456988796,0.0,0.010694489804740805,0.15372517456988796,0.0,0.0037424498124066794,0.5,0.15372517456988796,0.0,0.0018438750341386895,0.0,0.1364935432315123,0.00018621423300527637 -3772,0.5,0.15372517456988796,0.0,0.01498944257416974,0.15372517456988796,0.0,0.008786769641933216,0.15372517456988796,0.0,0.017851044195715052,0.15372517456988796,0.0,0.03817612147474859,0.15372517456988796,0.0,0.05522654637892868,0.15372517456988796,0.0,0.06478929852942653,0.15372517456988796,0.0,0.03969480097131732,0.15372517456988796,0.0,0.026824308451741108,0.5,0.15372517456988796,0.0,0.010998679427882541,0.15372517456988796,0.0,0.004824657833531041,0.5,0.15372517456988796,0.0,0.002940155647116561,0.15372517456988796,0.0,0.014183141166470934,0.15372517456988796,0.0,0.013178509386548137,0.15372517456988796,0.0,0.014866248743715262,0.15372517456988796,0.0,0.024390122542590136,0.15372517456988796,0.0,0.012948349637307541,0.15372517456988796,0.0,0.003654470245668595,0.5,0.15372517456988796,0.0,0.0014527719250240678,0.0,0.13796899913914037,0.00019907631421146968 -3773,0.5,0.15372517456988796,0.0110150360452945,0.013848704464534184,0.15372517456988796,0.00516211427957946,0.008185181343794229,0.15372517456988796,0.003698219991987079,0.01140903263020119,0.15372517456988796,0.007665623576972348,0.032470854659836984,0.15372517456988796,0.0015802962448665315,0.054415547860018086,0.15372517456988796,2.597770364750216e-05,0.06515513343728752,0.15372517456988796,0.0008199900615742541,0.04193227555321988,0.15372517456988796,0.0,0.02949143482723396,0.5,0.15372517456988796,0.0,0.010503683950070637,0.15372517456988796,3.525353304039969e-05,0.005128968285924061,0.5,0.15372517456988796,8.48352064820673e-06,0.005200687820913734,0.15372517456988796,1.551215792721712e-06,0.015009788397139626,0.15372517456988796,0.004210902736448282,0.01337243572655669,0.15372517456988796,0.003013736917652182,0.017236238237399885,0.15372517456988796,0.0034050709628544373,0.02474111582065726,0.15372517456988796,0.0011857344748351052,0.01352679906608329,0.15372517456988796,0.001488470100224309,0.003971413454679509,0.5,0.15372517456988796,0.0017724046446291027,0.001281430481280539,0.0,0.13214505112369987,0.00022704729545630062 -3774,0.5,0.15372517456988796,0.07073650719821202,0.01280466362627816,0.15372517456988796,0.06563464945053757,0.0052882090510182715,0.15372517456988796,0.06239853077520148,0.008835469570892925,0.15372517456988796,0.07045812953290194,0.02771838969045641,0.15372517456988796,0.05202601938516835,0.05247219783245362,0.15372517456988796,0.04472073022111719,0.05887211700416294,0.15372517456988796,0.05036555034728158,0.03666608150449308,0.15372517456988796,0.04452586828547331,0.030441712749366613,0.5,0.15372517456988796,0.04103654519133122,0.007778654610285797,0.15372517456988796,0.04810165530057295,0.003554429702073523,0.5,0.15372517456988796,0.0448372476749068,0.004357603246056767,0.15372517456988796,0.04289762002643666,0.0152383307743238,0.15372517456988796,0.05423159071335485,0.014372008110891881,0.15372517456988796,0.057053830955944566,0.01828525392201338,0.15372517456988796,0.05983808965808121,0.02267587288158702,0.15372517456988796,0.05287071015598242,0.009738742791592779,0.15372517456988796,0.05520465882112176,0.0036430644715216096,0.5,0.15372517456988796,0.056617129583313684,0.001024694270819504,0.0,0.1323181008166672,0.0004908123528003431 -3775,0.5,0.15372517456988796,0.15578514758103446,0.016010959680374796,0.15372517456988796,0.14565875483888743,0.004957945385444506,0.15372517456988796,0.14728343126989954,0.020489331709146484,0.15372517456988796,0.15973182367912042,0.04437676088869373,0.15372517456988796,0.12616427342136238,0.0592089762742281,0.15372517456988796,0.11678017988020181,0.05140646362180407,0.15372517456988796,0.1262119921675323,0.03655520147357867,0.15372517456988796,0.11882993283272034,0.028866777405521647,0.5,0.15372517456988796,0.11607119269205188,0.005835467422202438,0.15372517456988796,0.1313214554664256,0.0010305155590482492,0.5,0.15372517456988796,0.12332682451324145,0.0025761194338111077,0.15372517456988796,0.12262170359258937,0.00900376532212501,0.15372517456988796,0.1303526451822517,0.018091962179031303,0.15372517456988796,0.13220162589960005,0.024680291337543646,0.15372517456988796,0.13949880403494758,0.028096770240669252,0.15372517456988796,0.1322447179227485,0.008968070200960535,0.15372517456988796,0.13942397541325705,0.00240954824546816,0.5,0.15372517456988796,0.14451975692414842,0.0007890288621779057,0.0,0.13685461220474024,0.0033268868368751844 -3776,0.5,0.15372517456988796,0.27140196806590255,0.023335020584812863,0.15372517456988796,0.2654084431860805,0.011840993907046607,0.15372517456988796,0.26867601225347754,0.04346455679292576,0.15372517456988796,0.27856164830524144,0.07604606499374263,0.15372517456988796,0.24384907351579993,0.09525896547559987,0.15372517456988796,0.2321925438766751,0.06870502244020109,0.15372517456988796,0.24408054545471644,0.051483200534686135,0.15372517456988796,0.23285635209083966,0.04407900723985408,0.5,0.15372517456988796,0.2316713992750209,0.009082329743051025,0.15372517456988796,0.2521762520131744,0.0013349450163669164,0.5,0.15372517456988796,0.24201318301670063,0.004940870982746043,0.15372517456988796,0.24196997571880435,0.006461862611747201,0.15372517456988796,0.24167779909076043,0.020496496606687706,0.15372517456988796,0.2506306266047333,0.06197723158080058,0.15372517456988796,0.25961109204821686,0.061514955153468526,0.15372517456988796,0.25232275724124564,0.018965555082870855,0.15372517456988796,0.2604294874584211,0.004482799923229244,0.5,0.15372517456988796,0.26542314552248314,0.002766779010484916,0.0,0.11961177462965385,0.010583477741853777 -3777,0.5,0.15372517456988796,0.4012850932786535,0.029541581612112518,0.15372517456988796,0.39035580438850603,0.027100224791075975,0.15372517456988796,0.3998735625891946,0.05483068969105035,0.15372517456988796,0.4112854637646678,0.08603793215825012,0.15372517456988796,0.36934084676248713,0.14040255731752074,0.15372517456988796,0.3558697600480116,0.10672661097834697,0.15372517456988796,0.3707524484843686,0.06932998422639634,0.15372517456988796,0.35753947685631,0.07857903283433543,0.5,0.15372517456988796,0.35778465140329463,0.020360213759881098,0.15372517456988796,0.38790783332016543,0.003222661879316689,0.5,0.15372517456988796,0.3729013299112096,0.01884344082689679,0.15372517456988796,0.3750140548155136,0.01167906962097162,0.15372517456988796,0.3520056947247536,0.013588280511820141,0.15372517456988796,0.375568904623997,0.09083225223157487,0.15372517456988796,0.38704585668625074,0.09933493831209007,0.15372517456988796,0.3817668992653976,0.034254051067908874,0.15372517456988796,0.39346011942405723,0.00891086840109949,0.5,0.15372517456988796,0.40173280777570247,0.005774127213533932,0.0,0.09028892003901978,0.0212374588619607 -3778,0.5,0.15372517456988796,0.5351350775123002,0.03182299840805234,0.15372517456988796,0.5226607749454961,0.041725167737475935,0.15372517456988796,0.5321775809939773,0.06954446791402356,0.15372517456988796,0.542191631737651,0.09204605546220487,0.15372517456988796,0.5043452439382309,0.189938275972441,0.15372517456988796,0.48059662895757094,0.15376094524069786,0.15372517456988796,0.5052861572843631,0.10577446094339499,0.15372517456988796,0.4819207904735556,0.13120256082688692,0.5,0.15372517456988796,0.4870092828672714,0.03920554375431745,0.15372517456988796,0.5212325084217251,0.008707880017340113,0.5,0.15372517456988796,0.5065498641553883,0.031129966647541783,0.15372517456988796,0.5090508083862173,0.01621665120847503,0.15372517456988796,0.4839437487327295,0.009789343379107637,0.15372517456988796,0.5100142118943539,0.13456047357157655,0.15372517456988796,0.5207757731214911,0.13718582583393718,0.15372517456988796,0.5165898262050665,0.0482130111617905,0.15372517456988796,0.5253209683694233,0.01612989655898219,0.5,0.15372517456988796,0.5316096281040128,0.011868539208351559,0.0,0.05116960652133386,0.035333243561206054 -3779,0.5,0.15372517456988796,0.6208452613048224,0.0294149318021769,0.15372517456988796,0.6268077099782332,0.06406347350688903,0.15372517456988796,0.6327599002224904,0.08244606862492879,0.15372517456988796,0.6367798538341325,0.08446231401221861,0.15372517456988796,0.612585999114291,0.2329141734516892,0.15372517456988796,0.5733262599194711,0.15443778835708666,0.15372517456988796,0.6116876327529196,0.13678926054323676,0.15372517456988796,0.5796984390525504,0.17193493340242455,0.5,0.15372517456988796,0.5914297758029076,0.07105502821126074,0.15372517456988796,0.6234382945625971,0.012068779189544613,0.5,0.15372517456988796,0.6113338701624661,0.033149850688989256,0.15372517456988796,0.613754333662152,0.01647281538087465,0.15372517456988796,0.5853614777737356,0.011140437635760406,0.15372517456988796,0.6197556869004233,0.17539395192330845,0.15372517456988796,0.6263213945149393,0.18904479449520825,0.15372517456988796,0.6227884716254489,0.07054482472262648,0.15372517456988796,0.625742263754776,0.01965048008976116,0.5,0.15372517456988796,0.6282287338049395,0.017603331341090073,0.0,0.02005772048156689,0.04627486881293779 -3780,0.5,0.15372517456988796,0.6752974954373481,0.02817691528969467,0.15372517456988796,0.6865724026505263,0.08311720029846044,0.15372517456988796,0.6887560623122746,0.0860749304283735,0.15372517456988796,0.6862750071872431,0.07530232904667343,0.15372517456988796,0.6698787697568299,0.2483629355565303,0.15372517456988796,0.6296779080978853,0.1613851664780097,0.15372517456988796,0.6634433565729364,0.1440439074371331,0.15372517456988796,0.6383464917650346,0.19439363449130392,0.5,0.15372517456988796,0.6554364217667424,0.09847197481526487,0.15372517456988796,0.6813228001812026,0.016463064035354198,0.5,0.15372517456988796,0.6713865395811394,0.03222889577158022,0.15372517456988796,0.674036741045745,0.01507585458596531,0.15372517456988796,0.6632935250300575,0.01514242380009089,0.15372517456988796,0.6804693782941037,0.1940169100650197,0.15372517456988796,0.6864904097523057,0.23164022020579347,0.15372517456988796,0.6834660822282752,0.08966204430388386,0.15372517456988796,0.6821250340440259,0.020712136623625352,0.5,0.15372517456988796,0.6812884728265006,0.02095574174587045,0.0,0.007683087547115744,0.05648874510437081 -3781,0.5,0.15372517456988796,0.6944478854091458,0.029270285036073134,0.15372517456988796,0.7048321517717762,0.10136713151268163,0.15372517456988796,0.704094005499223,0.08062392202564378,0.15372517456988796,0.6957110281762046,0.061689772630321285,0.15372517456988796,0.6783460828645119,0.2599853602539319,0.15372517456988796,0.6547804412825955,0.18860366913278762,0.15372517456988796,0.6729068075212647,0.13393619689836647,0.15372517456988796,0.6684766733361639,0.22006313567852345,0.5,0.15372517456988796,0.6768332857849297,0.14406678234633488,0.15372517456988796,0.6996468613240829,0.023295198036269272,0.5,0.15372517456988796,0.6914807995755461,0.02816201033184852,0.15372517456988796,0.693422507671043,0.013064076015459327,0.15372517456988796,0.6815037621083624,0.018040797540272734,0.15372517456988796,0.700430461702076,0.19743415848637125,0.15372517456988796,0.7057840802755009,0.23423728414821157,0.15372517456988796,0.7019202016826889,0.0941317900685493,0.15372517456988796,0.698669191054996,0.021191681383497574,0.5,0.15372517456988796,0.694748492935206,0.02064130491437686,0.0,0.0020968561848864332,0.08423495020039515 -3782,0.5,0.15372517456988796,0.6703155847314171,0.028820604539549072,0.15372517456988796,0.6812225342562964,0.10445994983959304,0.15372517456988796,0.6800996890160227,0.07268986005490419,0.15372517456988796,0.6647037371891369,0.056615765145580636,0.15372517456988796,0.6518292904660218,0.2870829674227969,0.15372517456988796,0.6402944486327545,0.20643174012777155,0.15372517456988796,0.6564839243598529,0.1317018150958464,0.15372517456988796,0.649308050340467,0.22907258539660486,0.5,0.15372517456988796,0.6554199292786249,0.18071116810549426,0.15372517456988796,0.6776058675389954,0.019554714419846027,0.5,0.15372517456988796,0.6667423829013723,0.01853162208946926,0.15372517456988796,0.6696351345589165,0.008357658397684868,0.15372517456988796,0.6331364107572979,0.02150511800206977,0.15372517456988796,0.6759205498776115,0.2062566274950326,0.15372517456988796,0.6840032375484834,0.2026746225409631,0.15372517456988796,0.6817005161300637,0.09695075565011134,0.15372517456988796,0.6753275034989541,0.017554218854319473,0.5,0.15372517456988796,0.6688254215048338,0.02256824744348135,0.0,0.0,0.13507828519555165 -3783,0.5,0.15372517456988796,0.6005778077682979,0.0268747537478028,0.15372517456988796,0.6115519521324673,0.11525452207455555,0.15372517456988796,0.6118653617897349,0.04380579701240005,0.15372517456988796,0.5899665855548674,0.03605966668761969,0.15372517456988796,0.5934064054853754,0.2777927491949214,0.15372517456988796,0.5841507490285591,0.2057108715610556,0.15372517456988796,0.5961995472309415,0.13061261117459436,0.15372517456988796,0.5835493239128504,0.229344203014413,0.5,0.15372517456988796,0.5949879439664695,0.19585790689135138,0.15372517456988796,0.6123933190445818,0.01815383940492459,0.5,0.15372517456988796,0.6014407941058272,0.01134226348663269,0.15372517456988796,0.6067242084009623,0.00498233345734945,0.15372517456988796,0.5962923990735312,0.031074688597880287,0.15372517456988796,0.6060797662150446,0.21431937234589316,0.15372517456988796,0.6177180397017751,0.17963525908067648,0.15372517456988796,0.6192651794440556,0.10275224588462953,0.15372517456988796,0.6068985605603916,0.014774075246052008,0.5,0.15372517456988796,0.5984104729923666,0.01289187441885355,0.0,0.0,0.21307183205540264 -3784,0.5,0.15372517456988796,0.48515496247713996,0.02684630089328172,0.15372517456988796,0.5041454294425098,0.11908010597212865,0.15372517456988796,0.4972671062600894,0.03616284515849725,0.15372517456988796,0.47159710907788255,0.031053351742265395,0.15372517456988796,0.4892072118914688,0.2659250106402195,0.15372517456988796,0.48704790561267286,0.1940825711450006,0.15372517456988796,0.49484608434934585,0.11431040599931477,0.15372517456988796,0.4816105669093599,0.2209060297073724,0.5,0.15372517456988796,0.5029336161870721,0.19100278994454772,0.15372517456988796,0.500986221496204,0.012167977689587077,0.5,0.15372517456988796,0.4973076655795561,0.010016058321128656,0.15372517456988796,0.50227367380553,0.0031764656459695438,0.15372517456988796,0.4995145999422427,0.04305288901663065,0.15372517456988796,0.4988326360282772,0.22452191229375223,0.15372517456988796,0.5063227560333765,0.16696089620371474,0.15372517456988796,0.5078647384092676,0.09575204646426833,0.15372517456988796,0.4941210457788747,0.012538172188412423,0.5,0.15372517456988796,0.4859462079790277,0.007958572608478856,0.0,0.0,0.25501795585725395 -3785,0.5,0.15372517456988796,0.3543967403549002,0.02611047683456847,0.15372517456988796,0.37584855898747127,0.1205047356999011,0.15372517456988796,0.3617351509364134,0.02996234899120428,0.15372517456988796,0.33932047062862664,0.022899655696785263,0.15372517456988796,0.366865682408568,0.19708463918661864,0.15372517456988796,0.3686771719726776,0.13537220232444747,0.15372517456988796,0.3726457264357949,0.0981806745207375,0.15372517456988796,0.36966377181249,0.17443366573033467,0.5,0.15372517456988796,0.3798611553829106,0.1311879500838883,0.15372517456988796,0.3637694976400185,0.007471828356468139,0.5,0.15372517456988796,0.3685420774997537,0.009169993855504406,0.15372517456988796,0.37110028423356745,0.004427865959410936,0.15372517456988796,0.3701383336751094,0.05764923879385339,0.15372517456988796,0.3667385678605295,0.21290272425908138,0.15372517456988796,0.3723431876306686,0.14151635668588253,0.15372517456988796,0.37261573181115154,0.07603844486039685,0.15372517456988796,0.3592645253848858,0.009791570412088045,0.5,0.15372517456988796,0.3473009724296048,0.004674789822920219,0.0,2.147737111271947e-05,0.2616908581889777 -3786,0.5,0.15372517456988796,0.22737047670809657,0.021424723507891864,0.15372517456988796,0.25197328395916496,0.1113541597055053,0.15372517456988796,0.23380999717134593,0.01654039579248925,0.15372517456988796,0.2131638990195739,0.013388765806802849,0.15372517456988796,0.25792558174287217,0.08393308898454557,0.15372517456988796,0.2628931131804606,0.04469227926357247,0.15372517456988796,0.247458745668364,0.03602176015757002,0.15372517456988796,0.2591279341193349,0.059625832004596035,0.5,0.15372517456988796,0.2554125732916442,0.027233269315998263,0.15372517456988796,0.23130969840745452,0.0050034224822516835,0.5,0.15372517456988796,0.24147735013521382,0.0010945793385307616,0.15372517456988796,0.24163596446945823,0.0014370502740852968,0.15372517456988796,0.2485629084453379,0.07302136426522388,0.15372517456988796,0.2513600668796728,0.13946883675964167,0.15372517456988796,0.24806272992172743,0.06779683778366515,0.15372517456988796,0.24461154160897558,0.023539391629396004,0.15372517456988796,0.23134987837701104,0.0012541676646205813,0.5,0.15372517456988796,0.21621353562669576,0.0011903455794898933,0.0,0.00025098118709391274,0.34212255398953945 -3787,0.5,0.15372517456988796,0.10640864878869156,0.017909968285421272,0.15372517456988796,0.12825101209482787,0.040119007764472636,0.15372517456988796,0.11233022424266585,0.010111500875561511,0.15372517456988796,0.08011834145663672,0.01692060697428705,0.15372517456988796,0.13919033996123628,0.062213330856849595,0.15372517456988796,0.1387742363569244,0.041599659567939457,0.15372517456988796,0.13288086623467313,0.03323869686786057,0.15372517456988796,0.13613471206444844,0.030646199022436788,0.5,0.15372517456988796,0.13002862898436487,0.008462105994086776,0.15372517456988796,0.09332169659238453,0.003943390449232207,0.5,0.15372517456988796,0.11866478427482949,0.00029998872950572883,0.15372517456988796,0.11623169893234872,0.0010998541977358125,0.15372517456988796,0.13070930177204856,0.046135471515391206,0.15372517456988796,0.13652676834965924,0.08732598592326937,0.15372517456988796,0.12568518786155064,0.05595397253625158,0.15372517456988796,0.12181543923780688,0.016523701323708662,0.15372517456988796,0.10078522904204668,0.00040483446387956434,0.5,0.15372517456988796,0.06815581542321772,0.0016367230967189634,0.0,0.0009275387052641228,0.4063102349510496 -3788,0.5,0.15372517456988796,0.018523859523523756,0.028102844158611875,0.15372517456988796,0.033511792903371904,0.06311985521064499,0.15372517456988796,0.01683645374066099,0.016355765740181532,0.15372517456988796,0.0022572999850203664,0.02689371517356597,0.15372517456988796,0.039022328447753926,0.07219030646169791,0.15372517456988796,0.038795964728182884,0.05342294744977976,0.15372517456988796,0.032172591657194397,0.046323865907594054,0.15372517456988796,0.031236882917242678,0.027521473404989685,0.5,0.15372517456988796,0.026248158056223575,0.004577849788216535,0.15372517456988796,0.0,0.0014402033339860384,0.5,0.15372517456988796,0.020450504182594868,0.0005783467185849238,0.15372517456988796,0.010910092575971274,0.002733031785620204,0.15372517456988796,0.04096852048996917,0.07250560624631751,0.15372517456988796,0.04079380686652812,0.10602378885818575,0.15372517456988796,0.029437806014548644,0.08003374724011644,0.15372517456988796,0.028566619394967848,0.015293636176240097,0.15372517456988796,0.0075721295560781145,0.0006386970473837123,0.5,0.15372517456988796,0.0,0.0023698861575194886,0.0,0.0020627900362957937,0.40098709450042613 -3789,0.5,0.15372517456988796,0.0,0.03228143712511228,0.15372517456988796,0.0,0.07490484900935805,0.15372517456988796,0.0,0.01879366025393715,0.15372517456988796,0.0,0.02490311881539781,0.15372517456988796,0.0,0.08833486054481733,0.15372517456988796,0.0,0.07675448370714294,0.15372517456988796,0.0,0.07196781772118685,0.15372517456988796,0.0,0.054430488398240384,0.5,0.15372517456988796,0.0,0.0063884118148149005,0.15372517456988796,0.0,0.0019375998942493373,0.5,0.15372517456988796,0.0,0.0009133545829770775,0.15372517456988796,0.0,0.003877537840490142,0.15372517456988796,0.0,0.10195239421879584,0.15372517456988796,0.0,0.12826754187326722,0.15372517456988796,0.0,0.08790854683427525,0.15372517456988796,0.0,0.01404138458201164,0.15372517456988796,0.0,0.0009192425087141872,0.5,0.15372517456988796,0.0,0.0014782106257783482,0.0,0.007034116097611484,0.3964362434390963 -3790,0.5,0.15372517456988796,0.0,0.03061887632152005,0.15372517456988796,0.0,0.09594674189394994,0.15372517456988796,0.0,0.011391914885780601,0.15372517456988796,0.0,0.018573498049318304,0.15372517456988796,0.0,0.07928333567938137,0.15372517456988796,0.0,0.14169086481926343,0.15372517456988796,0.0,0.08914365825396824,0.15372517456988796,0.0,0.1115901504043808,0.5,0.15372517456988796,0.0,0.0108293068612212,0.15372517456988796,0.0,0.003246737933525298,0.5,0.15372517456988796,0.0,0.001535128251145539,0.15372517456988796,0.0,0.005455448130052899,0.15372517456988796,0.0,0.11307359196803102,0.15372517456988796,0.0,0.14534416497709185,0.15372517456988796,0.0,0.08693760553202458,0.15372517456988796,0.0,0.012453653774872994,0.15372517456988796,0.0,0.001416794760760069,0.5,0.15372517456988796,0.0,0.001854118246258608,0.0,0.011890646606460643,0.3543401929240307 -3791,0.5,0.15372517456988796,0.0,0.027208507064703548,0.15372517456988796,0.0,0.10073189671863744,0.15372517456988796,0.0,0.007725431069559903,0.15372517456988796,0.0,0.012163531450158782,0.15372517456988796,0.0,0.06602741485666552,0.15372517456988796,0.0,0.24329677133768737,0.15372517456988796,0.0,0.09762529148583905,0.15372517456988796,0.0,0.1384112249875738,0.5,0.15372517456988796,0.0,0.017233296055308975,0.15372517456988796,0.0,0.004806977323981476,0.5,0.15372517456988796,0.0,0.003288732678922173,0.15372517456988796,0.0,0.0055692755023480514,0.15372517456988796,0.0,0.12817496696364641,0.15372517456988796,0.0,0.13878958064248392,0.15372517456988796,0.0,0.08635605785109998,0.15372517456988796,0.0,0.015578104134463809,0.15372517456988796,0.0,0.002052444375484556,0.5,0.15372517456988796,0.0,0.0019948530306023063,0.0,0.013472944074290673,0.30422651917779264 -3792,0.5,0.15372517456988796,0.0,0.028577010679660505,0.15372517456988796,0.0,0.10061217882598852,0.15372517456988796,0.0,0.005664998489913103,0.15372517456988796,0.0,0.009734776026402813,0.15372517456988796,0.0,0.07152810020645578,0.15372517456988796,0.0,0.26505371244369696,0.15372517456988796,0.0,0.12116471139936894,0.15372517456988796,0.0,0.11219343993085357,0.5,0.15372517456988796,0.0,0.024486476178867175,0.15372517456988796,0.0,0.006516287222929411,0.5,0.15372517456988796,0.0,0.005995620586481634,0.15372517456988796,0.0,0.005387723174918523,0.15372517456988796,0.0,0.13640696564730692,0.15372517456988796,0.0,0.1206351577327105,0.15372517456988796,0.0,0.08118256618602986,0.15372517456988796,0.0,0.01608556979254101,0.15372517456988796,0.0,0.002967799995700923,0.5,0.15372517456988796,0.0,0.0015932288986278604,0.0,0.01565992277728233,0.21735153237179133 -3793,0.5,0.15372517456988796,0.0,0.03203656578554042,0.15372517456988796,0.0,0.09540641013786133,0.15372517456988796,0.0,0.004925725113568014,0.15372517456988796,0.0,0.00841378219442329,0.15372517456988796,0.0,0.11130529810894571,0.15372517456988796,0.0,0.20347947772109415,0.15372517456988796,0.0,0.1568482350221217,0.15372517456988796,0.0,0.08766784327315638,0.5,0.15372517456988796,0.0,0.034218556435949246,0.15372517456988796,0.0,0.00795978154949352,0.5,0.15372517456988796,0.0,0.0049439329940910185,0.15372517456988796,0.0,0.007615927242905392,0.15372517456988796,0.0,0.12478573349638256,0.15372517456988796,0.0,0.08620733069569089,0.15372517456988796,0.0,0.07043310031644029,0.15372517456988796,0.0,0.014655543590800188,0.15372517456988796,0.0,0.003549823790328637,0.5,0.15372517456988796,0.0,0.0014229666656139432,0.0,0.020503486133120856,0.12903186412527598 -3794,0.5,0.15372517456988796,0.0,0.03505508525875615,0.15372517456988796,0.0,0.07701326951657858,0.15372517456988796,0.0,0.004707503235195944,0.15372517456988796,0.0,0.007750739120034939,0.15372517456988796,0.0,0.16105127772986652,0.15372517456988796,0.0,0.12984447849886727,0.15372517456988796,0.0,0.16344010247993307,0.15372517456988796,0.0,0.07164448121638689,0.5,0.15372517456988796,0.0,0.050365255166933846,0.15372517456988796,0.0,0.008260386535059915,0.5,0.15372517456988796,0.0,0.003056920741152179,0.15372517456988796,0.0,0.008393730345225671,0.15372517456988796,0.0,0.10264089019045156,0.15372517456988796,0.0,0.06403499331832721,0.15372517456988796,0.0,0.06101873270198976,0.15372517456988796,0.0,0.01756689483973308,0.15372517456988796,0.0,0.003449557659678443,0.5,0.15372517456988796,0.0,0.0012427959574798047,0.0,0.029047813609809896,0.09687306885295005 -3795,0.5,0.15372517456988796,0.0,0.035867428092681,0.15372517456988796,0.0,0.06072852725897386,0.15372517456988796,0.0,0.004194763098716807,0.15372517456988796,0.0,0.006875052302707547,0.15372517456988796,0.0,0.16566166867083387,0.15372517456988796,0.0,0.08629896568064833,0.15372517456988796,0.0,0.12878754290630576,0.15372517456988796,0.0,0.05473896296693978,0.5,0.15372517456988796,0.0,0.06705537357370528,0.15372517456988796,0.0,0.008589123110832602,0.5,0.15372517456988796,0.0,0.0012800151836083358,0.15372517456988796,0.0,0.008578543379030017,0.15372517456988796,0.0,0.09096265793855655,0.15372517456988796,0.0,0.06632305100580504,0.15372517456988796,0.0,0.05697820502137689,0.15372517456988796,0.0,0.023040100845672214,0.15372517456988796,0.0,0.0025889547166977663,0.5,0.15372517456988796,0.0,0.0018163297861644098,0.0,0.045520019361829214,0.08820896908024352 -3796,0.5,0.15372517456988796,0.0,0.033694926434426564,0.15372517456988796,0.0,0.05139165522659574,0.15372517456988796,0.0,0.004600608617914744,0.15372517456988796,0.0,0.005792376573028125,0.15372517456988796,0.0,0.14896111450644292,0.15372517456988796,0.0,0.07162438231437447,0.15372517456988796,0.0,0.09695023146603202,0.15372517456988796,0.0,0.036891113810460854,0.5,0.15372517456988796,0.0,0.0833239043354526,0.15372517456988796,0.0,0.009623293399506383,0.5,0.15372517456988796,0.0,0.0013421701835910778,0.15372517456988796,0.0,0.00788781624917118,0.15372517456988796,0.0,0.0813151106195839,0.15372517456988796,0.0,0.0956926303197307,0.15372517456988796,0.0,0.059908921733070344,0.15372517456988796,0.0,0.02335457691102374,0.15372517456988796,0.0,0.001141232845210143,0.5,0.15372517456988796,0.0,0.001973278985249104,0.0,0.051891062553751456,0.2205907051639683 -3797,0.5,0.15372517456988796,0.012067808199069656,0.02767641178035908,0.15372517456988796,0.004859096396208537,0.038822588000472016,0.15372517456988796,0.003531429572097326,0.005413919040904336,0.15372517456988796,0.007967126506630014,0.005021394785212042,0.15372517456988796,0.0013594238098413522,0.1435923454317594,0.15372517456988796,4.107959322866479e-05,0.05046237109435722,0.15372517456988796,0.000764631231948487,0.07380237183655708,0.15372517456988796,0.0,0.025960595624045193,0.5,0.15372517456988796,0.0,0.07873594109509238,0.15372517456988796,5.214572880508523e-05,0.009084412774432416,0.5,0.15372517456988796,1.4919467151343376e-05,0.001897406626150101,0.15372517456988796,3.7677292236059277e-06,0.008602262359707288,0.15372517456988796,0.0057388403996358715,0.0661526349750107,0.15372517456988796,0.0027078147322279083,0.14501556142351998,0.15372517456988796,0.0030759080383793336,0.05774712116799598,0.15372517456988796,0.001085831532452084,0.02318633175486346,0.15372517456988796,0.0014655468067555847,0.0007410598168660996,0.5,0.15372517456988796,0.0018094418937156646,0.001337241356055871,0.0,0.05089862587151677,0.4591151480075133 -3798,0.5,0.15372517456988796,0.07243446682854543,0.02676807973564996,0.15372517456988796,0.06141816872450122,0.02996078078383598,0.15372517456988796,0.05896702618124364,0.005486261769551362,0.15372517456988796,0.06927018838940888,0.004159944155254615,0.15372517456988796,0.04398208994842934,0.14098069911897193,0.15372517456988796,0.04194173511089067,0.03380519942326083,0.15372517456988796,0.046014404708564154,0.06067936527987371,0.15372517456988796,0.0367849751001685,0.02227379559095214,0.5,0.15372517456988796,0.034965757532099316,0.07073467225169,0.15372517456988796,0.04703576924232663,0.0067343588913261155,0.5,0.15372517456988796,0.04232918655529036,0.0013171420582363592,0.15372517456988796,0.040877407054950715,0.01385388210768333,0.15372517456988796,0.06275614894147238,0.05090556049635017,0.15372517456988796,0.051531758378330544,0.18347360103813548,0.15372517456988796,0.051028328062230344,0.07579440339054772,0.15372517456988796,0.04803855147102015,0.01901981574534801,0.15372517456988796,0.05240212141930553,0.00233626712176519,0.5,0.15372517456988796,0.055996980907027614,0.0007423467435263394,0.0,0.05634484244450223,0.5205741864862501 -3799,0.5,0.15372517456988796,0.15796580946570718,0.03473145866276327,0.15372517456988796,0.13379817241072814,0.034953566229078616,0.15372517456988796,0.13984106419645967,0.003775240090087258,0.15372517456988796,0.1576926386574274,0.0031104679784964345,0.15372517456988796,0.11937377843833746,0.14825919119142622,0.15372517456988796,0.11058785762140697,0.043008144343561074,0.15372517456988796,0.11880799286642808,0.1232400372846809,0.15372517456988796,0.10483134503086497,0.034331296427133104,0.5,0.15372517456988796,0.10853495145850225,0.09298427835623758,0.15372517456988796,0.12864563981848298,0.0038785025609431845,0.5,0.15372517456988796,0.11792749060651292,0.001691996465000044,0.15372517456988796,0.11804093732207839,0.010591547083738054,0.15372517456988796,0.13473755395149933,0.047226201143298445,0.15372517456988796,0.12400082084891834,0.2500979901988075,0.15372517456988796,0.1220086126047569,0.15186658791031693,0.15372517456988796,0.12350691933382221,0.05176618809505672,0.15372517456988796,0.13349005994969942,0.0011532053035809976,0.5,0.15372517456988796,0.1428768372121697,0.0004079669721752691,0.0,0.05961797867650837,0.46843736749705245 -3800,0.5,0.15372517456988796,0.2745505718534328,0.06275031153732218,0.15372517456988796,0.22619150021296627,0.14327572856424733,0.15372517456988796,0.25452358084887294,0.0072262710332202836,0.15372517456988796,0.27484781471537256,0.004476999871560801,0.15372517456988796,0.23422421090220136,0.16764353837870222,0.15372517456988796,0.21260950739643575,0.04714798021593137,0.15372517456988796,0.22445910298967922,0.17311808324018674,0.15372517456988796,0.2000756366888638,0.05945002807968408,0.5,0.15372517456988796,0.21717919937358277,0.13171374044748188,0.15372517456988796,0.24747630893220607,0.001177729463674081,0.5,0.15372517456988796,0.23283430311331796,0.0057062790504164886,0.15372517456988796,0.23435344353450005,0.005843908372720156,0.15372517456988796,0.1967132109410476,0.07804488761759606,0.15372517456988796,0.2375283190767074,0.3062342380943266,0.15372517456988796,0.22408832391361772,0.22731794083707635,0.15372517456988796,0.2370570761187374,0.1291215939675683,0.15372517456988796,0.25089373724151887,0.0018864108363159586,0.5,0.15372517456988796,0.26271312148550796,0.00025308061954262226,0.0,0.05755939172127694,0.3523035497572393 -3801,0.5,0.15372517456988796,0.39779002129104835,0.09320760168090776,0.15372517456988796,0.32053621542057964,0.2477989428391129,0.15372517456988796,0.37934686301350523,0.0171961993580882,0.15372517456988796,0.4025983236991349,0.0038683613976506826,0.15372517456988796,0.35989146040818054,0.17239818093884257,0.15372517456988796,0.32554434724192677,0.028056706755336985,0.15372517456988796,0.3334942687100966,0.14751425779884753,0.15372517456988796,0.2912835784710952,0.06022423149019436,0.5,0.15372517456988796,0.32895145118320157,0.16605311758055533,0.15372517456988796,0.38073871798327497,0.004899316363532051,0.5,0.15372517456988796,0.36027488340404834,0.015215006003649216,0.15372517456988796,0.3644839861020699,0.011975642049611256,0.15372517456988796,0.2296578748215887,0.14713138827202737,0.15372517456988796,0.36317524588048516,0.34634123119952226,0.15372517456988796,0.34075262183314237,0.2688184672694276,0.15372517456988796,0.357136127165431,0.16361997765029365,0.15372517456988796,0.38031414453482393,0.007285032390718373,0.5,0.15372517456988796,0.39776499093538004,0.000699667631617262,0.0,0.048327806151296705,0.27955167213690274 -3802,0.5,0.15372517456988796,0.5205457708117753,0.09400290640983733,0.15372517456988796,0.4736867580571884,0.4651837594806229,0.15372517456988796,0.5065621591926103,0.03508746487450072,0.15372517456988796,0.5273020752032105,0.0041650148027512135,0.15372517456988796,0.4928444777758008,0.12689295568200676,0.15372517456988796,0.4260884309288636,0.027416286993378565,0.15372517456988796,0.45139909521152466,0.10492767168929493,0.15372517456988796,0.3476358477543729,0.055210426293274606,0.5,0.15372517456988796,0.4448674882599519,0.17158349588421076,0.15372517456988796,0.5121184357754704,0.02678612452898805,0.5,0.15372517456988796,0.491233232057121,0.04267227513446839,0.15372517456988796,0.49621233197107445,0.025928284224839525,0.15372517456988796,0.37384577982512307,0.330003968667092,0.15372517456988796,0.49887637716814043,0.33649630992802704,0.15372517456988796,0.4630890204216842,0.2750732196319293,0.15372517456988796,0.48018594777562695,0.1667837521581819,0.15372517456988796,0.5090118707806397,0.01823795594976053,0.5,0.15372517456988796,0.5264640569721432,0.004232804951190465,0.0,0.03694392023628487,0.2327249085541987 -3803,0.5,0.15372517456988796,0.6044771411182787,0.09226246368159965,0.15372517456988796,0.5917789365393873,0.5662098438017116,0.15372517456988796,0.595775676069023,0.045857610189349744,0.15372517456988796,0.6178838974997607,0.002835413267440031,0.15372517456988796,0.5973113257186069,0.11455502428115241,0.15372517456988796,0.4900211494073542,0.031034047218208585,0.15372517456988796,0.5134875285527236,0.07390999348927846,0.15372517456988796,0.3603268669680017,0.07452899807614001,0.5,0.15372517456988796,0.5243430489408333,0.18416125737566824,0.15372517456988796,0.6136662638567096,0.0689341586822263,0.5,0.15372517456988796,0.5951301801062974,0.07859600865413456,0.15372517456988796,0.5993943942888424,0.05533583952390406,0.15372517456988796,0.5430556914094766,0.4612876978389942,0.15372517456988796,0.6096537575769869,0.3232067199029044,0.15372517456988796,0.5623046838478,0.24995784237517452,0.15372517456988796,0.5697395484289587,0.13761787862709446,0.15372517456988796,0.6070879830441925,0.03192577554968929,0.5,0.15372517456988796,0.622376576212402,0.016304923527314982,0.0,0.019404998492624472,0.16091939509107278 -3804,0.5,0.15372517456988796,0.6461984416554766,0.09800737371002101,0.15372517456988796,0.661600391835484,0.5690481407495059,0.15372517456988796,0.5806800635818189,0.04802183780302203,0.15372517456988796,0.6660819675570613,0.0024969575265217157,0.15372517456988796,0.6551809310695907,0.11224101747429426,0.15372517456988796,0.5210237543328801,0.02420739899074158,0.15372517456988796,0.49365583178228056,0.09375631195528082,0.15372517456988796,0.3650121195188613,0.10442645977830269,0.5,0.15372517456988796,0.5524009239198404,0.19935860885308582,0.15372517456988796,0.6721298099702584,0.11291202910259333,0.5,0.15372517456988796,0.656041577343932,0.09953817011039116,0.15372517456988796,0.6563792285283798,0.08405677267544213,0.15372517456988796,0.6676861946491282,0.5348869633138296,0.15372517456988796,0.6773890609765897,0.30314532892845725,0.15372517456988796,0.6323050683260854,0.20951543023141836,0.15372517456988796,0.5943068044405702,0.11495319402107446,0.15372517456988796,0.6624070669929685,0.036215076968706406,0.5,0.15372517456988796,0.6753988972477651,0.034808378743401536,0.0,0.010332612053830613,0.08965776384880102 -3805,0.5,0.15372517456988796,0.6505051659470981,0.10761983632886965,0.15372517456988796,0.6918460472664689,0.5574398940805492,0.15372517456988796,0.5064154842257707,0.04879749679187627,0.15372517456988796,0.6758914523122873,0.0048236655473046395,0.15372517456988796,0.6754372133785352,0.09537976470333422,0.15372517456988796,0.5522173539951768,0.016792480411374013,0.15372517456988796,0.40840232823337214,0.1292332199259615,0.15372517456988796,0.38805380011511925,0.1140975307833732,0.5,0.15372517456988796,0.5376705293637889,0.222809456525659,0.15372517456988796,0.6917380243910076,0.15155330933896685,0.5,0.15372517456988796,0.6741464407826961,0.09086213455845674,0.15372517456988796,0.6550276247008198,0.0978666469659412,0.15372517456988796,0.6941455611024454,0.5649618101178147,0.15372517456988796,0.7023625421798719,0.28759721442565134,0.15372517456988796,0.6482946323111645,0.19081094670991594,0.15372517456988796,0.5642658866012071,0.11859611744872567,0.15372517456988796,0.6660728196523409,0.03617284539299909,0.5,0.15372517456988796,0.6893528425957953,0.05221760358691937,0.0,0.008639359334468117,0.05358606434110006 -3806,0.5,0.15372517456988796,0.5712237917100208,0.12410592020037504,0.15372517456988796,0.6774222918313876,0.5812063600086728,0.15372517456988796,0.45795909354510367,0.05545214889642705,0.15372517456988796,0.6469505583795998,0.012288375510540338,0.15372517456988796,0.6424295546938388,0.07850996613680108,0.15372517456988796,0.5669228858436188,0.019125059292202345,0.15372517456988796,0.39724340024879584,0.10733638544769036,0.15372517456988796,0.3758365272592506,0.09422722953504474,0.5,0.15372517456988796,0.47316890096841646,0.25454210636569247,0.15372517456988796,0.6718350253871077,0.1838621037222566,0.5,0.15372517456988796,0.567181655527963,0.0615897400886856,0.15372517456988796,0.6302597560931342,0.10431815883299794,0.15372517456988796,0.6825410959709615,0.5639008818554118,0.15372517456988796,0.6875195139779031,0.26102467856802514,0.15372517456988796,0.6173754930268551,0.20708747271701694,0.15372517456988796,0.47132774903046804,0.14233307003435575,0.15372517456988796,0.6444734513293013,0.038080969765295486,0.5,0.15372517456988796,0.6644238788974623,0.07196796187967901,0.0,0.01689964203589005,0.04245242069204513 -3807,0.5,0.15372517456988796,0.5178623818210637,0.12784182566214639,0.15372517456988796,0.6183027203511176,0.5647290188348146,0.15372517456988796,0.44781085492493905,0.06017897213429081,0.15372517456988796,0.5736887536401901,0.020814045689156856,0.15372517456988796,0.5822143100051186,0.06262497261071508,0.15372517456988796,0.5411106430617513,0.014275270532153002,0.15372517456988796,0.34215049132259184,0.06970862633911266,0.15372517456988796,0.36980958661004765,0.08325568743349929,0.5,0.15372517456988796,0.45797454925236647,0.26379009952211985,0.15372517456988796,0.6098879095147579,0.2050376742917493,0.5,0.15372517456988796,0.5902455428848166,0.06943819210812661,0.15372517456988796,0.6052637646012636,0.12565235518525658,0.15372517456988796,0.6329314497856576,0.5293366549912903,0.15372517456988796,0.6172791801894453,0.23214163605265897,0.15372517456988796,0.5541915187444026,0.2017920172676239,0.15372517456988796,0.4477816679006875,0.14731460195747356,0.15372517456988796,0.5621805697174228,0.050819077288011896,0.5,0.15372517456988796,0.5967267516103478,0.0871915610986495,0.0,0.028115204038174017,0.03699083441683854 -3808,0.5,0.15372517456988796,0.4099114779173461,0.12692913445335893,0.15372517456988796,0.510356320516712,0.4947707155449865,0.15372517456988796,0.3378107647002575,0.06205419315198974,0.15372517456988796,0.45792188815696455,0.028408130225565563,0.15372517456988796,0.4881230532171912,0.04257726091187367,0.15372517456988796,0.46183511814429967,0.009988124674845129,0.15372517456988796,0.2766575751520836,0.05137369886844224,0.15372517456988796,0.31282831104812214,0.07617297466391341,0.5,0.15372517456988796,0.3870652764986349,0.255719711763558,0.15372517456988796,0.5011523815016893,0.20767309267370418,0.5,0.15372517456988796,0.4750014990670268,0.0979097147500684,0.15372517456988796,0.4929250137810877,0.1342101153273839,0.15372517456988796,0.5248108263485891,0.45445647744294815,0.15372517456988796,0.5121390783903267,0.21247475107114855,0.15372517456988796,0.44863494220844113,0.17554427970859257,0.15372517456988796,0.3544888217182881,0.15520714706648908,0.15372517456988796,0.4758442384516683,0.07797008395335252,0.5,0.15372517456988796,0.4841446146804644,0.09603893241281383,0.0,0.051830846978666884,0.027607938339934635 -3809,0.5,0.15372517456988796,0.3207334586898481,0.13620468462769003,0.15372517456988796,0.3800179585582488,0.3978397830342279,0.15372517456988796,0.2903688204956193,0.06746288146828341,0.15372517456988796,0.31781580236714907,0.031733180808555445,0.15372517456988796,0.35930022124817423,0.03012726314770499,0.15372517456988796,0.34537448395104975,0.008574600852435842,0.15372517456988796,0.17498302041551778,0.037847862323230806,0.15372517456988796,0.27199253043229504,0.07751384911144726,0.5,0.15372517456988796,0.3402601424417405,0.24582637411940905,0.15372517456988796,0.3641911193655153,0.1730103854609631,0.5,0.15372517456988796,0.36033612883695015,0.13375745118456828,0.15372517456988796,0.36927309016488236,0.12725861883952164,0.15372517456988796,0.3926961516786011,0.3485419025748992,0.15372517456988796,0.38528761930044564,0.177259817688192,0.15372517456988796,0.31813603763932624,0.1525434451594336,0.15372517456988796,0.2859273377273357,0.17560630335785193,0.15372517456988796,0.34713161324849656,0.1006932125675904,0.5,0.15372517456988796,0.34619216184013535,0.07797492423531689,0.0,0.06507106676326962,0.01433306590816692 -3810,0.5,0.15372517456988796,0.19324309455723582,0.12435444910108746,0.15372517456988796,0.2557228820674164,0.3231619440235842,0.15372517456988796,0.18913252475722941,0.08212758557734207,0.15372517456988796,0.20673114989855462,0.028119475331183624,0.15372517456988796,0.24485388827197818,0.03247988798485958,0.15372517456988796,0.2488831802987459,0.011501340686958926,0.15372517456988796,0.09347472061260817,0.024913288933028403,0.15372517456988796,0.1965811586512093,0.06770669348488242,0.5,0.15372517456988796,0.23271821545456306,0.19369653211302465,0.15372517456988796,0.23284859287804494,0.06510487676655975,0.5,0.15372517456988796,0.23805223901418188,0.119883729612418,0.15372517456988796,0.23496591909051823,0.0627253456728836,0.15372517456988796,0.26651076283864605,0.25213875522441825,0.15372517456988796,0.2629772512143111,0.1465428820409453,0.15372517456988796,0.1998824498961108,0.13041789087405686,0.15372517456988796,0.20224413130004776,0.15320931758438774,0.15372517456988796,0.22876042978455277,0.08215379162661376,0.5,0.15372517456988796,0.21599445905956816,0.028924852542638633,0.0,0.07890216474814404,0.004702940558243101 -3811,0.5,0.15372517456988796,0.09760378860352067,0.08434936697572895,0.15372517456988796,0.13110287381571187,0.22162632251961675,0.15372517456988796,0.09075366667642687,0.050463773351482534,0.15372517456988796,0.07816619978384602,0.019688117378121574,0.15372517456988796,0.12529767896073887,0.04781657844412292,0.15372517456988796,0.12712528707221926,0.008344639104060312,0.15372517456988796,0.072358162573433,0.011941672045177426,0.15372517456988796,0.0878301117672819,0.044597664783389133,0.5,0.15372517456988796,0.12405501111875175,0.10760977375307652,0.15372517456988796,0.09746419698276362,0.047038974382411274,0.5,0.15372517456988796,0.11589285883737915,0.12741357181932067,0.15372517456988796,0.11407132185078317,0.04900878507474458,0.15372517456988796,0.13881074921686853,0.1530089627113322,0.15372517456988796,0.1386670330788309,0.10654386710291885,0.15372517456988796,0.08986147915272868,0.09500228769478986,0.15372517456988796,0.10455821404462091,0.08868619111797234,0.15372517456988796,0.09834621714113666,0.07199863882442417,0.5,0.15372517456988796,0.06781482792974323,0.028438274462473125,0.0,0.09780341408975919,0.0010940337750240479 -3812,0.5,0.15372517456988796,0.017409725330085314,0.08241103509996944,0.15372517456988796,0.0325103140017676,0.09246734534341393,0.15372517456988796,0.018256669015066306,0.060365943246539586,0.15372517456988796,0.004120844200257091,0.02364890660376709,0.15372517456988796,0.03766902059483044,0.09438370070613482,0.15372517456988796,0.033857797037534096,0.0130084334917258,0.15372517456988796,0.03081221177027904,0.00971666685537908,0.15372517456988796,0.0234113611352821,0.03272841595684854,0.5,0.15372517456988796,0.026276092447339427,0.09486040769421511,0.15372517456988796,0.0,0.035938704234999765,0.5,0.15372517456988796,0.019865326010568812,0.1524381926028551,0.15372517456988796,0.01133638848724963,0.04106593103786678,0.15372517456988796,0.04096362082679188,0.05858580061345299,0.15372517456988796,0.040514119916983796,0.05345549497184646,0.15372517456988796,0.026436719856455456,0.10204048461201054,0.15372517456988796,0.02463170104068852,0.0846353805995172,0.15372517456988796,0.008097678927816859,0.08359817497905116,0.5,0.15372517456988796,0.0,0.021242123497396754,0.0,0.12645375872193812,0.0004140004795209805 -3813,0.5,0.15372517456988796,0.0,0.09544543304960468,0.15372517456988796,0.0,0.06571154293698263,0.15372517456988796,0.0,0.07689701329512863,0.15372517456988796,0.0,0.023840951554147453,0.15372517456988796,0.0,0.11787100190285586,0.15372517456988796,0.0,0.026974849810669988,0.15372517456988796,0.0,0.01996046208236258,0.15372517456988796,0.0,0.0282063162999574,0.5,0.15372517456988796,0.0,0.09637017835899708,0.15372517456988796,0.0,0.02020416927059159,0.5,0.15372517456988796,0.0,0.13844644782850668,0.15372517456988796,0.0,0.02571457214546502,0.15372517456988796,0.0,0.03760442098516266,0.15372517456988796,0.0,0.03444830773365082,0.15372517456988796,0.0,0.08355355551207819,0.15372517456988796,0.0,0.10958035392186326,0.15372517456988796,0.0,0.08980086049621142,0.5,0.15372517456988796,0.0,0.01567573588052839,0.0,0.13384878477827103,0.00031584032900198826 -3814,0.5,0.15372517456988796,0.0,0.09283111191688377,0.15372517456988796,0.0,0.026959625495826256,0.15372517456988796,0.0,0.07777052083226618,0.15372517456988796,0.0,0.0230121607797992,0.15372517456988796,0.0,0.09941100451115671,0.15372517456988796,0.0,0.04350156765928736,0.15372517456988796,0.0,0.04927473442786783,0.15372517456988796,0.0,0.023500067695664477,0.5,0.15372517456988796,0.0,0.08752783649015364,0.15372517456988796,0.0,0.008385674673528479,0.5,0.15372517456988796,0.0,0.10284837759279036,0.15372517456988796,0.0,0.013573039459668522,0.15372517456988796,0.0,0.02874493136719118,0.15372517456988796,0.0,0.016641486970148847,0.15372517456988796,0.0,0.06256946854373684,0.15372517456988796,0.0,0.11705396522398513,0.15372517456988796,0.0,0.07779793936085436,0.5,0.15372517456988796,0.0,0.013654897804587096,0.0,0.12352339734176217,0.00020494371213895508 -3815,0.5,0.15372517456988796,0.0,0.07872619033055386,0.15372517456988796,0.0,0.006791041115845372,0.15372517456988796,0.0,0.07866031955838217,0.15372517456988796,0.0,0.02418295198496277,0.15372517456988796,0.0,0.07948991606579649,0.15372517456988796,0.0,0.06554742531434024,0.15372517456988796,0.0,0.0791503838840748,0.15372517456988796,0.0,0.02123561713305167,0.5,0.15372517456988796,0.0,0.07794529374906306,0.15372517456988796,0.0,0.004711011757861228,0.5,0.15372517456988796,0.0,0.07711159449730305,0.15372517456988796,0.0,0.008226550963129556,0.15372517456988796,0.0,0.017111341737374025,0.15372517456988796,0.0,0.007956978294983522,0.15372517456988796,0.0,0.04821127246125409,0.15372517456988796,0.0,0.11896321469744485,0.15372517456988796,0.0,0.06853644894155483,0.5,0.15372517456988796,0.0,0.013819789587795403,0.0,0.09708342066566557,0.0001840872404243698 -3816,0.5,0.15372517456988796,0.0,0.06479539260669681,0.15372517456988796,0.0,0.003148925816911977,0.15372517456988796,0.0,0.0803821021520671,0.15372517456988796,0.0,0.024392160325273717,0.15372517456988796,0.0,0.06223164168196698,0.15372517456988796,0.0,0.07772479395491216,0.15372517456988796,0.0,0.09799867929479623,0.15372517456988796,0.0,0.01949653979068809,0.5,0.15372517456988796,0.0,0.0653676883896878,0.15372517456988796,0.0,0.0042758255689198926,0.5,0.15372517456988796,0.0,0.06339835585014701,0.15372517456988796,0.0,0.006507948670612796,0.15372517456988796,0.0,0.006825739782887528,0.15372517456988796,0.0,0.00916482159977014,0.15372517456988796,0.0,0.03788039428574359,0.15372517456988796,0.0,0.1265427054000322,0.15372517456988796,0.0,0.06285363114640972,0.5,0.15372517456988796,0.0,0.013075417733255162,0.0,0.07914941283907073,0.00021743269030351537 -3817,0.5,0.15372517456988796,0.0,0.05675762337288623,0.15372517456988796,0.0,0.0036520395930153774,0.15372517456988796,0.0,0.08102799375282857,0.15372517456988796,0.0,0.02424585556927816,0.15372517456988796,0.0,0.04759596192659299,0.15372517456988796,0.0,0.08359814350775789,0.15372517456988796,0.0,0.07942226461951703,0.15372517456988796,0.0,0.020565918662755846,0.5,0.15372517456988796,0.0,0.06215882665851906,0.15372517456988796,0.0,0.005506066141990432,0.5,0.15372517456988796,0.0,0.05868785632603371,0.15372517456988796,0.0,0.006314514576142535,0.15372517456988796,0.0,0.003476760154668826,0.15372517456988796,0.0,0.007982002918604677,0.15372517456988796,0.0,0.027943642380275743,0.15372517456988796,0.0,0.12600734034365818,0.15372517456988796,0.0,0.06322399153018612,0.5,0.15372517456988796,0.0,0.013809760103216051,0.0,0.062029819507559154,0.00018586893710189367 -3818,0.5,0.15372517456988796,0.0,0.04656223058005329,0.15372517456988796,0.0,0.007691861331105642,0.15372517456988796,0.0,0.07885557218586083,0.15372517456988796,0.0,0.026554468868167917,0.15372517456988796,0.0,0.04645247836980226,0.15372517456988796,0.0,0.08269364761756193,0.15372517456988796,0.0,0.06301814657511101,0.15372517456988796,0.0,0.01941441681640197,0.5,0.15372517456988796,0.0,0.05549894868420464,0.15372517456988796,0.0,0.005838045297580587,0.5,0.15372517456988796,0.0,0.05132720330586022,0.15372517456988796,0.0,0.005104104734566999,0.15372517456988796,0.0,0.0016519183745325257,0.15372517456988796,0.0,0.006279903811392455,0.15372517456988796,0.0,0.018999800790268348,0.15372517456988796,0.0,0.1130894862974687,0.15372517456988796,0.0,0.06226594101887442,0.5,0.15372517456988796,0.0,0.013798680712123475,0.0,0.04869764409048065,0.0001830172426424872 -3819,0.5,0.15372517456988796,0.0,0.03566972100873578,0.15372517456988796,0.0,0.003719200614630185,0.15372517456988796,0.0,0.07249178676689555,0.15372517456988796,0.0,0.029982987506664987,0.15372517456988796,0.0,0.04855982997684432,0.15372517456988796,0.0,0.0775249747388761,0.15372517456988796,0.0,0.054518236922251315,0.15372517456988796,0.0,0.017306001016497,0.5,0.15372517456988796,0.0,0.05791421237898175,0.15372517456988796,0.0,0.0046655780727376155,0.5,0.15372517456988796,0.0,0.0405664988711017,0.15372517456988796,0.0,0.005091012109135057,0.15372517456988796,0.0,0.001069251721935052,0.15372517456988796,0.0,0.006762514096357974,0.15372517456988796,0.0,0.013394510674698754,0.15372517456988796,0.0,0.10343234492099873,0.15372517456988796,0.0,0.05636773142989455,0.5,0.15372517456988796,0.0,0.014132675760604615,0.0,0.04319184991896319,0.00020829485023509233 -3820,0.5,0.15372517456988796,0.0,0.029646538755050744,0.15372517456988796,0.0,0.0010647873607645731,0.15372517456988796,0.0,0.06362210385720958,0.15372517456988796,0.0,0.033743740657619585,0.15372517456988796,0.0,0.047002634528023515,0.15372517456988796,0.0,0.07766834866769406,0.15372517456988796,0.0,0.05167137332077458,0.15372517456988796,0.0,0.01630017315300329,0.5,0.15372517456988796,0.0,0.06674494005847553,0.15372517456988796,0.0,0.004381395871858806,0.5,0.15372517456988796,0.0,0.03121589074949993,0.15372517456988796,0.0,0.006773455091904177,0.15372517456988796,0.0,0.0007547110373054654,0.15372517456988796,0.0,0.007116612381332203,0.15372517456988796,0.0,0.014074346937819246,0.15372517456988796,0.0,0.0982309945955929,0.15372517456988796,0.0,0.04779933611043983,0.5,0.15372517456988796,0.0,0.010388944249623413,0.0,0.03386977924799923,0.00019503592447950709 -3821,0.5,0.15372517456988796,0.010289647448084926,0.02436473263851062,0.15372517456988796,0.0051293407672440994,0.001073931169640456,0.15372517456988796,0.003051187436562372,0.052591003420916986,0.15372517456988796,0.0075984269273711965,0.033951579672514325,0.15372517456988796,0.0017044899758622211,0.05179425150210185,0.15372517456988796,6.272470350673312e-05,0.08485197699064732,0.15372517456988796,0.0007574527681236013,0.05355911015135063,0.15372517456988796,0.0,0.021562435848915137,0.5,0.15372517456988796,0.0,0.06047542794665041,0.15372517456988796,7.491141932771699e-05,0.004698196003833763,0.5,0.15372517456988796,2.405798158963402e-05,0.027633964303251168,0.15372517456988796,6.6024026645878926e-06,0.007706143994441779,0.15372517456988796,0.00593555530443597,0.00039642308385071383,0.15372517456988796,0.003041016256179745,0.008032935841518905,0.15372517456988796,0.002620469149429557,0.01573582238786587,0.15372517456988796,0.0008501886783180878,0.08843920077537372,0.15372517456988796,0.0015246653234468692,0.0383586726425518,0.5,0.15372517456988796,0.0018836284997218837,0.0076227677094611555,0.0,0.02496183278385751,0.00028869926084132966 -3822,0.5,0.15372517456988796,0.06330381072838973,0.02504301487889484,0.15372517456988796,0.06420853300077911,0.0011350421948097512,0.15372517456988796,0.0509411249754938,0.052243819702255806,0.15372517456988796,0.06661685836444811,0.041365281411011916,0.15372517456988796,0.05034541478854064,0.0533306592702011,0.15372517456988796,0.040647426193951286,0.09482994123620625,0.15372517456988796,0.039464834024603726,0.05306690326610715,0.15372517456988796,0.01690881618976883,0.0313361762706332,0.5,0.15372517456988796,0.03319194513398023,0.047517168595111986,0.15372517456988796,0.047378690856759324,0.0033989059114211398,0.5,0.15372517456988796,0.03948291180439415,0.02078807078965812,0.15372517456988796,0.04125503694498516,0.0063953564690757215,0.15372517456988796,0.06495555536007004,0.00021417695449919393,0.15372517456988796,0.055295107847808875,0.01091930632364136,0.15372517456988796,0.048825773734883775,0.018837777731427138,0.15372517456988796,0.04216818660146368,0.09044436203747824,0.15372517456988796,0.051856948007868206,0.029329691910377806,0.5,0.15372517456988796,0.056037096825300746,0.005242639464486584,0.0,0.02192841711173108,0.0005378035868516358 -3823,0.5,0.15372517456988796,0.14223435427518602,0.051802410023958176,0.15372517456988796,0.14263787175144887,0.0036163825396134212,0.15372517456988796,0.12274979006695919,0.09844849323705833,0.15372517456988796,0.15277262376959966,0.07049472562570208,0.15372517456988796,0.12248081098933558,0.06856418252643913,0.15372517456988796,0.10853410631658836,0.11525469954622156,0.15372517456988796,0.09780529974247747,0.06757661916696689,0.15372517456988796,0.059311860170979815,0.04116187343793516,0.5,0.15372517456988796,0.10383649299422987,0.058759556810903384,0.15372517456988796,0.12894763284312777,0.0012986307457068774,0.5,0.15372517456988796,0.11309279448361506,0.020878033160532185,0.15372517456988796,0.11921627572371696,0.005183265584861128,0.15372517456988796,0.14193873796414175,0.00027889886290633273,0.15372517456988796,0.12870027684137345,0.01854175185976735,0.15372517456988796,0.12046104048171286,0.033843187188824425,0.15372517456988796,0.11136652595323107,0.1239754081370732,0.15372517456988796,0.13265656170744938,0.037655658456291305,0.5,0.15372517456988796,0.14274412511852072,0.006106451789087211,0.0,0.023807172038226083,0.0012511937441191854 -3824,0.5,0.15372517456988796,0.2564565019402112,0.07871750662983974,0.15372517456988796,0.2603623028451243,0.0207265059727534,0.15372517456988796,0.22206691929163572,0.15026218338976496,0.15372517456988796,0.26817313069209253,0.08670173985254011,0.15372517456988796,0.23719139577114623,0.12050113400730102,0.15372517456988796,0.21129311041222132,0.21420508453612205,0.15372517456988796,0.16938608749869521,0.12460264744157984,0.15372517456988796,0.15730394925288033,0.09555167965043997,0.5,0.15372517456988796,0.21506664946577628,0.11873314547826747,0.15372517456988796,0.24729904606511707,0.005309354588280548,0.5,0.15372517456988796,0.22831220828561372,0.06386347761158491,0.15372517456988796,0.23631407092766638,0.010796143506435256,0.15372517456988796,0.260245769448072,0.0016780209082128761,0.15372517456988796,0.24446309645179948,0.03681666846235623,0.15372517456988796,0.22534898156252367,0.0798203072234265,0.15372517456988796,0.20984746619726558,0.18906673137860566,0.15372517456988796,0.250196310568816,0.0783068093864005,0.5,0.15372517456988796,0.26237170867435256,0.024086506196420346,0.0,0.018103707969852324,0.0013102856209979432 -3825,0.5,0.15372517456988796,0.3856660361930531,0.10617522692680977,0.15372517456988796,0.3835981357705347,0.05158037452092136,0.15372517456988796,0.34968938007194617,0.20299267065637644,0.15372517456988796,0.3950126155555798,0.1077729587792238,0.15372517456988796,0.3593637827032293,0.22153757719427564,0.15372517456988796,0.32109103652893306,0.42286049851967444,0.15372517456988796,0.2588726118483787,0.25475300429651493,0.15372517456988796,0.2986020717019806,0.18019885812404846,0.5,0.15372517456988796,0.3447318910264582,0.1769039440715485,0.15372517456988796,0.38096746515273805,0.016189398928733268,0.5,0.15372517456988796,0.3589538891755759,0.12142593513407568,0.15372517456988796,0.36791013980381215,0.03160968423557651,0.15372517456988796,0.3834093962688474,0.006158686841945203,0.15372517456988796,0.3668532315952129,0.05680399865854504,0.15372517456988796,0.33517038014856715,0.11208829872853629,0.15372517456988796,0.330637136326032,0.2535150861766464,0.15372517456988796,0.37991429340957183,0.14191181011580323,0.5,0.15372517456988796,0.39716872651276214,0.06649913837732754,0.0,0.00920252988497171,0.001820047552959083 -3826,0.5,0.15372517456988796,0.5203409003744639,0.11821967410442233,0.15372517456988796,0.5141945338312398,0.052494676306857516,0.15372517456988796,0.49122640829579534,0.25602021061401375,0.15372517456988796,0.5196804289891227,0.12960886063381852,0.15372517456988796,0.49006924219188863,0.31957792714163086,0.15372517456988796,0.4534088501943311,0.5070045855953658,0.15372517456988796,0.3494748235373909,0.40404790214823627,0.15372517456988796,0.46363731664519525,0.2061273594438387,0.5,0.15372517456988796,0.482536854138763,0.17406558362576172,0.15372517456988796,0.513192815943853,0.03231748617209175,0.5,0.15372517456988796,0.4934299552011182,0.1844737587550356,0.15372517456988796,0.5011754534973238,0.06426740668442664,0.15372517456988796,0.5157143457470876,0.009452637903454509,0.15372517456988796,0.4990854039489099,0.086462863265195,0.15372517456988796,0.4552157093472635,0.15688786332445026,0.15372517456988796,0.46899215029707475,0.3087549575175852,0.15372517456988796,0.508948034434265,0.18923888523714005,0.5,0.15372517456988796,0.525768292639935,0.13245758085372666,0.0,0.005888539504159662,0.004348743206574994 -3827,0.5,0.15372517456988796,0.6196765153639724,0.12571129449310894,0.15372517456988796,0.6170547685989681,0.07566059214324071,0.15372517456988796,0.5988414969437206,0.3531834792055275,0.15372517456988796,0.6112180493732683,0.15639518014763576,0.15372517456988796,0.596578525440157,0.4134850080250627,0.15372517456988796,0.5651868712059822,0.5835299533166312,0.15372517456988796,0.4161620228107915,0.49720405841512405,0.15372517456988796,0.5848987978101151,0.21066084032611115,0.5,0.15372517456988796,0.5904284599549667,0.15426029651899728,0.15372517456988796,0.6149873008821837,0.061868207531948785,0.5,0.15372517456988796,0.5979457887584568,0.2133694636696488,0.15372517456988796,0.6062848784062416,0.09773690624169952,0.15372517456988796,0.6214312976367287,0.012013220162095216,0.15372517456988796,0.6078459050729441,0.13686980056822612,0.15372517456988796,0.5518522136165875,0.22168040430473737,0.15372517456988796,0.5835424135881704,0.3401864451441174,0.15372517456988796,0.6079384437900147,0.22484242046654712,0.5,0.15372517456988796,0.6214353078538531,0.1940911796803949,0.0,0.0037688001591556744,0.010981472304793845 -3828,0.5,0.15372517456988796,0.676136860124259,0.14177333167735975,0.15372517456988796,0.6762772857034238,0.12584690078419605,0.15372517456988796,0.6587363832699533,0.4199317959230223,0.15372517456988796,0.6603960201744303,0.19151729345147026,0.15372517456988796,0.6579525679645155,0.5707569378827914,0.15372517456988796,0.6313548549843216,0.647947342657951,0.15372517456988796,0.4735197989045151,0.6073267242271474,0.15372517456988796,0.6538820218084056,0.23825190567524823,0.5,0.15372517456988796,0.654890461343529,0.16176250218869445,0.15372517456988796,0.6731840965175238,0.10669221801233734,0.5,0.15372517456988796,0.6595144691104023,0.2317124517950232,0.15372517456988796,0.6675191112085969,0.12392909048481099,0.15372517456988796,0.6836909831427788,0.02366821895412415,0.15372517456988796,0.6733390523324794,0.2062020561918933,0.15372517456988796,0.6080483049024085,0.28845301459965167,0.15372517456988796,0.653450088555185,0.3947425536166087,0.15372517456988796,0.6640008966555484,0.24936612855748502,0.5,0.15372517456988796,0.6739031224394392,0.266316689038713,0.0,0.00261453021785498,0.02342524462414287 -3829,0.5,0.15372517456988796,0.6905753929138894,0.16712722105154876,0.15372517456988796,0.6950340693093646,0.1691996185618698,0.15372517456988796,0.670782270483367,0.462975085448061,0.15372517456988796,0.6409363424290084,0.23313722946370674,0.15372517456988796,0.6621966315567491,0.7038708428946345,0.15372517456988796,0.659914247529814,0.6837393942523977,0.15372517456988796,0.5319678869029394,0.700649389104089,0.15372517456988796,0.6802781230544855,0.2509529443867716,0.5,0.15372517456988796,0.6799593498547604,0.17025162168790406,0.15372517456988796,0.6921012476600876,0.1614955021999654,0.5,0.15372517456988796,0.6820014547463661,0.2598224641609133,0.15372517456988796,0.6895819784937179,0.13632643060814767,0.15372517456988796,0.7040833733537464,0.04366246035797042,0.15372517456988796,0.6967011467512696,0.3117611508082452,0.15372517456988796,0.6323201031120148,0.3622423180969936,0.15372517456988796,0.6805148719313819,0.4404915279575957,0.15372517456988796,0.6752816632129042,0.2706208200850624,0.5,0.15372517456988796,0.6875985204862693,0.33637140927178216,0.0,0.004081501907623559,0.050839543196440753 -3830,0.5,0.15372517456988796,0.6650503240679486,0.19350942130822546,0.15372517456988796,0.676996636450356,0.2364450220720973,0.15372517456988796,0.6473127494684321,0.49586181548320346,0.15372517456988796,0.6372091985069827,0.2692483222307948,0.15372517456988796,0.5959350307623914,0.7782970500897176,0.15372517456988796,0.651361558456231,0.6688907212564001,0.15372517456988796,0.5935158372755562,0.7706302964017184,0.15372517456988796,0.6680538393076585,0.26891990177144653,0.5,0.15372517456988796,0.6671059717483988,0.19331929810662055,0.15372517456988796,0.6712249987824059,0.17758584530359944,0.5,0.15372517456988796,0.6658090527593232,0.313160737168903,0.15372517456988796,0.6725874394030018,0.15181101058413798,0.15372517456988796,0.6858561423785983,0.06877770760799894,0.15372517456988796,0.6788527885333646,0.39890321830507147,0.15372517456988796,0.6167307616616848,0.4441309020972471,0.15372517456988796,0.6598167468566233,0.4850947259492302,0.15372517456988796,0.6560737104142423,0.29300135750314643,0.5,0.15372517456988796,0.6625615604500927,0.3712189207720092,0.0,0.005613682563245237,0.06766716604236903 -3831,0.5,0.15372517456988796,0.5948734866125456,0.20390255315233516,0.15372517456988796,0.6144395998506682,0.27719261513786564,0.15372517456988796,0.5829175253334494,0.5247825945090175,0.15372517456988796,0.5628790301736752,0.29402953546314936,0.15372517456988796,0.49931823856675156,0.7585695441028364,0.15372517456988796,0.6002057807457046,0.7405212178225493,0.15372517456988796,0.5868198161712636,0.7745111272344133,0.15372517456988796,0.6088349351306397,0.29425390380463046,0.5,0.15372517456988796,0.6139534730588492,0.21385477622863586,0.15372517456988796,0.6087275579504436,0.1849041716033966,0.5,0.15372517456988796,0.6088645755943582,0.3227007013137115,0.15372517456988796,0.6153066939274473,0.17342859358611912,0.15372517456988796,0.6209570964852127,0.08275561132217527,0.15372517456988796,0.6103882414444777,0.48584551213658045,0.15372517456988796,0.5618903462461224,0.5128856024603098,0.15372517456988796,0.5093868289288528,0.4752945587805607,0.15372517456988796,0.5964426111325438,0.29741801331081635,0.5,0.15372517456988796,0.5952211901840203,0.3846876769368015,0.0,0.005631580989733043,0.1061742845421575 -3832,0.5,0.15372517456988796,0.4795691677572214,0.21377015787804085,0.15372517456988796,0.5051230600653552,0.3852964027575473,0.15372517456988796,0.4759018250337663,0.5464915953077122,0.15372517456988796,0.45430495869792875,0.3385868629129781,0.15372517456988796,0.3697031604784349,0.7385171394019061,0.15372517456988796,0.5059764670417642,0.7927225709161791,0.15372517456988796,0.49059184482796236,0.7305467765344751,0.15372517456988796,0.4441190862762532,0.28734507414450816,0.5,0.15372517456988796,0.5129855275769101,0.21889016626437993,0.15372517456988796,0.4997245823116385,0.19581044153834914,0.5,0.15372517456988796,0.5050505149950644,0.28379608484295105,0.15372517456988796,0.5106606180260282,0.18927287563877346,0.15372517456988796,0.5067815710169146,0.11059990504810938,0.15372517456988796,0.48438294713886804,0.5139180357833569,0.15372517456988796,0.4711308623415281,0.5393842309734388,0.15372517456988796,0.4886359548572319,0.4805336424050302,0.15372517456988796,0.4887298386501978,0.2860306703799442,0.5,0.15372517456988796,0.4832971517021107,0.36626730987380823,0.0,0.004560984113892439,0.1469994474998903 -3833,0.5,0.15372517456988796,0.35025918671269196,0.21174623808488177,0.15372517456988796,0.3718128022995108,0.4147195772697598,0.15372517456988796,0.350508885295429,0.5453428492648954,0.15372517456988796,0.3293769353562739,0.3434952274736107,0.15372517456988796,0.29513610252107814,0.6922449826526942,0.15372517456988796,0.3874614897070443,0.7647468408961395,0.15372517456988796,0.3739370630101376,0.6761329746248302,0.15372517456988796,0.3645368428767368,0.2939956382911346,0.5,0.15372517456988796,0.38141435214184816,0.20178725266303782,0.15372517456988796,0.3632207654730894,0.1591957043878109,0.5,0.15372517456988796,0.3728680166466167,0.16796678850518892,0.15372517456988796,0.37617474305475246,0.15451773785720968,0.15372517456988796,0.3739183929091885,0.1372546845625638,0.15372517456988796,0.3326926126199059,0.5008308895611309,0.15372517456988796,0.3523612432673233,0.46653068807400666,0.15372517456988796,0.3614575838971118,0.4060869342259109,0.15372517456988796,0.3559123327548249,0.22349883074909793,0.5,0.15372517456988796,0.34659156767695454,0.2357954307646868,0.0,0.0037958202926778447,0.2324737483855354 -3834,0.5,0.15372517456988796,0.22581046277197608,0.15916504200685022,0.15372517456988796,0.24512766430059962,0.3705619393998129,0.15372517456988796,0.22906893349261265,0.39044950115461924,0.15372517456988796,0.20948078477681864,0.23334456926368455,0.15372517456988796,0.23618549365657565,0.5553803540453642,0.15372517456988796,0.2640821535076584,0.6186750583598558,0.15372517456988796,0.25898969113032366,0.5049276094901746,0.15372517456988796,0.259313368357808,0.18666975073236586,0.5,0.15372517456988796,0.2502156760136078,0.09119809514602624,0.15372517456988796,0.23242022254373168,0.062387394980739766,0.5,0.15372517456988796,0.24498245918814354,0.05558479190471447,0.15372517456988796,0.24465294004991034,0.049844576049213385,0.15372517456988796,0.2509038638828306,0.1575342758919674,0.15372517456988796,0.22104366142477527,0.4067624817601515,0.15372517456988796,0.23545491244410216,0.2845786065604108,0.15372517456988796,0.24305130855419194,0.2469280805290974,0.15372517456988796,0.22936176331546862,0.09580052881863182,0.5,0.15372517456988796,0.21721852347638568,0.10218975751481475,0.0,0.0031425048947294424,0.3193370060446707 -3835,0.5,0.15372517456988796,0.1085883192228449,0.0999704624350538,0.15372517456988796,0.12382291977544128,0.2510040481837406,0.15372517456988796,0.11096250009276291,0.24865926468435545,0.15372517456988796,0.08114760955331998,0.1864815173295567,0.15372517456988796,0.13662429265531398,0.4223275257627806,0.15372517456988796,0.1404781093624529,0.48974690387044695,0.15372517456988796,0.13381215939055296,0.38178239966455846,0.15372517456988796,0.13435435321094766,0.13478328564173803,0.5,0.15372517456988796,0.12491361838658308,0.06213915506537166,0.15372517456988796,0.1013732044192753,0.03282576005588096,0.5,0.15372517456988796,0.11989922975356951,0.037166991387662,0.15372517456988796,0.11766528613455979,0.02567697654746569,0.15372517456988796,0.13424372182712768,0.11786112620773323,0.15372517456988796,0.12298135761651194,0.3163385598450667,0.15372517456988796,0.12306072101909654,0.2189088121756737,0.15372517456988796,0.1230268526546427,0.19614576315511992,0.15372517456988796,0.10143535046901946,0.09263426757865781,0.5,0.15372517456988796,0.06851062807786228,0.09447422018756385,0.0,0.0016207595504109814,0.3923305896879328 -3836,0.5,0.15372517456988796,0.01978387702747026,0.10058933801690713,0.15372517456988796,0.03546045218713903,0.21187057885727067,0.15372517456988796,0.018841753665293195,0.21716892690546596,0.15372517456988796,0.004236557276092423,0.1836555127900985,0.15372517456988796,0.04029923419065897,0.43559987404487693,0.15372517456988796,0.04100044495128955,0.47813562672617327,0.15372517456988796,0.03283935366377086,0.395743670827825,0.15372517456988796,0.03751387484539271,0.13612841536619216,0.5,0.15372517456988796,0.031645967680121546,0.04903070579159417,0.15372517456988796,0.0,0.020918720505133076,0.5,0.15372517456988796,0.020951284953467184,0.04251136085511373,0.15372517456988796,0.014248158232812391,0.025043682064858883,0.15372517456988796,0.04420766391152325,0.11094012175332381,0.15372517456988796,0.043429819405968254,0.3101594821782729,0.15372517456988796,0.028564220754855187,0.2164178280337657,0.15372517456988796,0.024273912522455168,0.2353985200763628,0.15372517456988796,0.009326252901066924,0.10356564849861655,0.5,0.15372517456988796,0.0,0.09319540824189493,0.0,0.0014654940545839712,0.5260243934193028 -3837,0.5,0.15372517456988796,0.0,0.10411641292657875,0.15372517456988796,0.0,0.19248995212742895,0.15372517456988796,0.0,0.2109053505463847,0.15372517456988796,0.0,0.17399383004806526,0.15372517456988796,0.0,0.5095826983649049,0.15372517456988796,0.0,0.4385978803878121,0.15372517456988796,0.0,0.4313657513179317,0.15372517456988796,0.0,0.14796723116346064,0.5,0.15372517456988796,0.0,0.04230253684566396,0.15372517456988796,0.0,0.011702714004040968,0.5,0.15372517456988796,0.0,0.059760387483626685,0.15372517456988796,0.0,0.028319831004404918,0.15372517456988796,0.0,0.10831316632712144,0.15372517456988796,0.0,0.3766250236663532,0.15372517456988796,0.0,0.22113876536978833,0.15372517456988796,0.0,0.26459063908132024,0.15372517456988796,0.0,0.10761949797509555,0.5,0.15372517456988796,0.0,0.08335656124285694,0.0,0.001675600445449732,0.6769818508913039 -3838,0.5,0.15372517456988796,0.0,0.09095478426019066,0.15372517456988796,0.0,0.1776021094804242,0.15372517456988796,0.0,0.19735438370829894,0.15372517456988796,0.0,0.14165614195392806,0.15372517456988796,0.0,0.5043825495879017,0.15372517456988796,0.0,0.3936744963663806,0.15372517456988796,0.0,0.3892393819208275,0.15372517456988796,0.0,0.1532330485280849,0.5,0.15372517456988796,0.0,0.03902760237574878,0.15372517456988796,0.0,0.012412861051568618,0.5,0.15372517456988796,0.0,0.08431497758769181,0.15372517456988796,0.0,0.025840603021909915,0.15372517456988796,0.0,0.11261049456847418,0.15372517456988796,0.0,0.38742709243860324,0.15372517456988796,0.0,0.23164002029019684,0.15372517456988796,0.0,0.2371718266751504,0.15372517456988796,0.0,0.1036845970168375,0.5,0.15372517456988796,0.0,0.070794816052266,0.0,0.002010110454595332,0.7877193550451246 -3839,0.5,0.15372517456988796,0.0,0.0791948762437239,0.15372517456988796,0.0,0.19803774746220784,0.15372517456988796,0.0,0.17635627101164011,0.15372517456988796,0.0,0.11162088392363168,0.15372517456988796,0.0,0.4411158108848796,0.15372517456988796,0.0,0.3539677005264007,0.15372517456988796,0.0,0.3306593153861681,0.15372517456988796,0.0,0.12405999897654829,0.5,0.15372517456988796,0.0,0.03819010193441396,0.15372517456988796,0.0,0.014992331953569762,0.5,0.15372517456988796,0.0,0.1010826372005536,0.15372517456988796,0.0,0.024067076905315885,0.15372517456988796,0.0,0.13757988082563324,0.15372517456988796,0.0,0.35668930754230654,0.15372517456988796,0.0,0.250789978547729,0.15372517456988796,0.0,0.18013366096479774,0.15372517456988796,0.0,0.10308804296182604,0.5,0.15372517456988796,0.0,0.06856685916739105,0.0,0.0038742327101443466,0.8226249561537359 -3840,0.5,0.15372517456988796,0.0,0.07348800112209575,0.15372517456988796,0.0,0.2122283572701523,0.15372517456988796,0.0,0.1463925254059192,0.15372517456988796,0.0,0.09509260033189873,0.15372517456988796,0.0,0.4059951828770436,0.15372517456988796,0.0,0.28265539082737584,0.15372517456988796,0.0,0.31903851456085797,0.15372517456988796,0.0,0.09343774457284564,0.5,0.15372517456988796,0.0,0.030640406488320285,0.15372517456988796,0.0,0.011732068152446184,0.5,0.15372517456988796,0.0,0.06008025265426211,0.15372517456988796,0.0,0.02378826188258216,0.15372517456988796,0.0,0.1526439766509288,0.15372517456988796,0.0,0.34247584221202626,0.15372517456988796,0.0,0.23828455075209481,0.15372517456988796,0.0,0.13287559813719632,0.15372517456988796,0.0,0.08274215316480477,0.5,0.15372517456988796,0.0,0.06499311359666582,0.0,0.0047451079573223335,0.8404702796324747 -3841,0.5,0.15372517456988796,0.0,0.07053356760035008,0.15372517456988796,0.0,0.2010111486478345,0.15372517456988796,0.0,0.10607725009652746,0.15372517456988796,0.0,0.08990908316142435,0.15372517456988796,0.0,0.3755193306951699,0.15372517456988796,0.0,0.22852556205647237,0.15372517456988796,0.0,0.2898365429475291,0.15372517456988796,0.0,0.07841133651287535,0.5,0.15372517456988796,0.0,0.01904175221976879,0.15372517456988796,0.0,0.009343813680053254,0.5,0.15372517456988796,0.0,0.0387490597512796,0.15372517456988796,0.0,0.020535401396077832,0.15372517456988796,0.0,0.16161930546293185,0.15372517456988796,0.0,0.34631888426899227,0.15372517456988796,0.0,0.20277641331040577,0.15372517456988796,0.0,0.10638163099224957,0.15372517456988796,0.0,0.06715415390609268,0.5,0.15372517456988796,0.0,0.05517574800648666,0.0,0.005970230621249161,0.8906931640362712 -3842,0.5,0.15372517456988796,0.0,0.07075813597848016,0.15372517456988796,0.0,0.18897034874752225,0.15372517456988796,0.0,0.07201275973155206,0.15372517456988796,0.0,0.08975109775837405,0.15372517456988796,0.0,0.35922501266260687,0.15372517456988796,0.0,0.17326005447807183,0.15372517456988796,0.0,0.22259939523770744,0.15372517456988796,0.0,0.06750555333370661,0.5,0.15372517456988796,0.0,0.011478130465239062,0.15372517456988796,0.0,0.006873223797773027,0.5,0.15372517456988796,0.0,0.03747110769032092,0.15372517456988796,0.0,0.01566553894840938,0.15372517456988796,0.0,0.17453257759736235,0.15372517456988796,0.0,0.3696291511175368,0.15372517456988796,0.0,0.20145903861005118,0.15372517456988796,0.0,0.07807982598505943,0.15372517456988796,0.0,0.06030359937373091,0.5,0.15372517456988796,0.0,0.04389889972048182,0.0,0.009148444837595339,0.9236916389788237 -3843,0.5,0.15372517456988796,0.0,0.0724684104543137,0.15372517456988796,0.0,0.23059404832032535,0.15372517456988796,0.0,0.05299481671568317,0.15372517456988796,0.0,0.08748496021139313,0.15372517456988796,0.0,0.345184334086246,0.15372517456988796,0.0,0.12185117760320971,0.15372517456988796,0.0,0.18599552128981534,0.15372517456988796,0.0,0.06947759853581371,0.5,0.15372517456988796,0.0,0.007581430380747634,0.15372517456988796,0.0,0.01201679150525618,0.5,0.15372517456988796,0.0,0.032000750811014826,0.15372517456988796,0.0,0.011263426078844252,0.15372517456988796,0.0,0.22066253950269435,0.15372517456988796,0.0,0.3940354845377764,0.15372517456988796,0.0,0.22253187407332,0.15372517456988796,0.0,0.05286040328566042,0.15372517456988796,0.0,0.05902538424650504,0.5,0.15372517456988796,0.0,0.0363768663304781,0.0,0.01659779165490609,0.944884329388182 -3844,0.5,0.15372517456988796,0.0,0.07775204653290839,0.15372517456988796,0.0,0.2431594306553291,0.15372517456988796,0.0,0.04684240890758668,0.15372517456988796,0.0,0.08505855432123338,0.15372517456988796,0.0,0.27314738776646486,0.15372517456988796,0.0,0.09753218524753846,0.15372517456988796,0.0,0.14171903106253,0.15372517456988796,0.0,0.06693066847043148,0.5,0.15372517456988796,0.0,0.008433330671398587,0.15372517456988796,0.0,0.011042723933860955,0.5,0.15372517456988796,0.0,0.02016754118201189,0.15372517456988796,0.0,0.011247297516206088,0.15372517456988796,0.0,0.26699483552822023,0.15372517456988796,0.0,0.4044292456237659,0.15372517456988796,0.0,0.22101287604575853,0.15372517456988796,0.0,0.0330217113054897,0.15372517456988796,0.0,0.05173731136520629,0.5,0.15372517456988796,0.0,0.028699376670141042,0.0,0.021741085545695073,0.9647805028486967 -3845,0.5,0.15372517456988796,0.012452298849190213,0.08116815199359097,0.15372517456988796,0.00507285661256497,0.24468450497910896,0.15372517456988796,0.0037058469962562976,0.04261137008811625,0.15372517456988796,0.008241808009095247,0.07708632239444943,0.15372517456988796,0.0017484987562191281,0.21241909142305923,0.15372517456988796,6.395538692996812e-05,0.10508780432249987,0.15372517456988796,0.0008715013604377997,0.10366791561620509,0.15372517456988796,7.407863878105374e-07,0.07012150010421948,0.5,0.15372517456988796,0.0,0.013430404355577574,0.15372517456988796,9.681106813057753e-05,0.012156876431162082,0.5,0.15372517456988796,3.1833577346256935e-05,0.01285570264081315,0.15372517456988796,9.294767424776485e-06,0.012417000057671069,0.15372517456988796,0.0059635836221973715,0.27341180163932566,0.15372517456988796,0.003143778782145267,0.4000949870779538,0.15372517456988796,0.003492716845529583,0.20375455115639418,0.15372517456988796,0.0012435550174253482,0.02262119899372414,0.15372517456988796,0.0016693680942215976,0.03926552658334497,0.5,0.15372517456988796,0.0019733060337386206,0.023442022425334733,0.0,0.02947456744962375,0.9822853763379875 -3846,0.5,0.15372517456988796,0.07278319511854756,0.08500111180743039,0.15372517456988796,0.06461083686183168,0.2902736047353482,0.15372517456988796,0.060298866161313136,0.04211881205606689,0.15372517456988796,0.06887927733728233,0.07846036851242236,0.15372517456988796,0.05053930701240672,0.21838405992010052,0.15372517456988796,0.033158302024555254,0.11782267808570518,0.15372517456988796,0.04574530416262571,0.07365307921468521,0.15372517456988796,0.035219048161816875,0.07081635197186492,0.5,0.15372517456988796,0.03569361716093847,0.01361746460124702,0.15372517456988796,0.04670250559042048,0.013250393098641419,0.5,0.15372517456988796,0.04266724016250482,0.011079947881453058,0.15372517456988796,0.041644503924483996,0.012311595614907684,0.15372517456988796,0.06442316414846164,0.2727193338960928,0.15372517456988796,0.05662914925769454,0.4248095723151256,0.15372517456988796,0.05880673754065971,0.19624049959666534,0.15372517456988796,0.05072295812736251,0.01770770043258553,0.15372517456988796,0.05405463465258879,0.024182623603637866,0.5,0.15372517456988796,0.05661667052633702,0.01718067685776152,0.0,0.039027472787678354,0.9904841712142803 -3847,0.5,0.15372517456988796,0.15870655980627363,0.12793086722550095,0.15372517456988796,0.14063881065382586,0.28581406748963256,0.15372517456988796,0.14151400816537602,0.07311055078150328,0.15372517456988796,0.15664468630918899,0.11073873302391783,0.15372517456988796,0.11831780630042489,0.27741066132096076,0.15372517456988796,0.09987177711166267,0.12354016551551747,0.15372517456988796,0.1134531160791194,0.07666816790961914,0.15372517456988796,0.10587664295142518,0.054635801297084556,0.5,0.15372517456988796,0.10712806617760484,0.007573838362689371,0.15372517456988796,0.12674554726142198,0.006661425255330807,0.5,0.15372517456988796,0.11862295775457365,0.012774564044948727,0.15372517456988796,0.11837325661271708,0.009558079514089553,0.15372517456988796,0.13918155834882823,0.35626632765855903,0.15372517456988796,0.12711692683371892,0.5080118800433038,0.15372517456988796,0.13264272033542396,0.2060490231726424,0.15372517456988796,0.12591412026185814,0.015085792601587924,0.15372517456988796,0.1351258486054047,0.020874068922644817,0.5,0.15372517456988796,0.14370871414131617,0.01849151201536051,0.0,0.046586105322038864,0.9943382302949806 -3848,0.5,0.15372517456988796,0.27523647607205487,0.18043686562307337,0.15372517456988796,0.2536584044900521,0.3828402402922275,0.15372517456988796,0.2571347030092135,0.1051315873791549,0.15372517456988796,0.27352819465443573,0.1415180033020392,0.15372517456988796,0.20866151524861026,0.3944442683411422,0.15372517456988796,0.18650505066152287,0.10354054234263564,0.15372517456988796,0.20687324232698012,0.13173379636105428,0.15372517456988796,0.18938078039295406,0.042893307087154456,0.5,0.15372517456988796,0.19695537539517977,0.008332864222953724,0.15372517456988796,0.24358110454024795,0.005664656239028688,0.5,0.15372517456988796,0.231352616699082,0.051942801640108414,0.15372517456988796,0.23393618293691754,0.014954185979635045,0.15372517456988796,0.2527301564405942,0.5371743053377038,0.15372517456988796,0.2281335388896806,0.6667225077979921,0.15372517456988796,0.23524536491758624,0.281644499924368,0.15372517456988796,0.23296981155246338,0.026949649550114974,0.15372517456988796,0.25227698062657866,0.06282070480939098,0.5,0.15372517456988796,0.26396786544676076,0.04233586188929324,0.0,0.0626049602708202,0.9942556801073074 -3849,0.5,0.15372517456988796,0.3992765762179057,0.2278116949967827,0.15372517456988796,0.3725718691556959,0.5757988401730507,0.15372517456988796,0.3832424210251314,0.14760053241653667,0.15372517456988796,0.40117986605838296,0.18231570506564684,0.15372517456988796,0.3092246049411558,0.41875883349107534,0.15372517456988796,0.2783015401348889,0.09909867710030043,0.15372517456988796,0.32244698613784334,0.19232587919359478,0.15372517456988796,0.2833297568901015,0.0399978130586268,0.5,0.15372517456988796,0.3044014853820977,0.012954346891051651,0.15372517456988796,0.37465588947190986,0.00893841242726056,0.5,0.15372517456988796,0.3598731511395903,0.07980689708629267,0.15372517456988796,0.36321938401728676,0.01754706669792891,0.15372517456988796,0.3706077246152637,0.6637989733657181,0.15372517456988796,0.33140563908822745,0.7038301940551817,0.15372517456988796,0.3494467025547333,0.3712782732303367,0.15372517456988796,0.35274760964890545,0.06439414799636921,0.15372517456988796,0.38219610527476794,0.12579750431834222,0.5,0.15372517456988796,0.399274951838445,0.058654496471975084,0.0,0.08151328459923972,0.9636036729269299 -3850,0.5,0.15372517456988796,0.5255204175570961,0.2809758926523196,0.15372517456988796,0.4919281263860748,0.7260458253351498,0.15372517456988796,0.5115687224410105,0.21861147944048812,0.15372517456988796,0.5258454061722728,0.2438187965866924,0.15372517456988796,0.4231655753208169,0.33821236841634505,0.15372517456988796,0.386611430982225,0.08295089058971497,0.15372517456988796,0.42534067739943204,0.19285231894533678,0.15372517456988796,0.3888444597143039,0.038509417166516,0.5,0.15372517456988796,0.4317099964721483,0.015519393256516306,0.15372517456988796,0.5040942456051263,0.014116901483383678,0.5,0.15372517456988796,0.4913422915221808,0.07108374253509013,0.15372517456988796,0.49412831604664875,0.020277907192496416,0.15372517456988796,0.49144962322920444,0.7557789091904095,0.15372517456988796,0.44447220131890314,0.6844306260313644,0.15372517456988796,0.47056060651884934,0.4902494106073706,0.15372517456988796,0.47713295997118044,0.10560928436329757,0.15372517456988796,0.5119403589640784,0.15724236470062397,0.5,0.15372517456988796,0.5278138994817758,0.06344793412009048,0.0,0.08368663629267245,0.8542036594681464 -3851,0.5,0.15372517456988796,0.6195072387986051,0.3558222483420462,0.15372517456988796,0.5617473741444069,0.8348313498668298,0.15372517456988796,0.6088015221791022,0.30683204419257915,0.15372517456988796,0.6164435279096669,0.3166050795331819,0.15372517456988796,0.5261708977001534,0.24489463048472704,0.15372517456988796,0.495441883211005,0.06384677002618477,0.15372517456988796,0.5233014620251313,0.20196332094595265,0.15372517456988796,0.4767032042061601,0.03937926416090457,0.5,0.15372517456988796,0.5215775559970363,0.009939535461973304,0.15372517456988796,0.6039883981261741,0.010303339549951804,0.5,0.15372517456988796,0.5951186785879332,0.06155702811734495,0.15372517456988796,0.5973093713715482,0.018301339426759655,0.15372517456988796,0.5713371929630301,0.7676237472905911,0.15372517456988796,0.5385713598508866,0.6081937720863352,0.15372517456988796,0.5675098341011352,0.560328488749001,0.15372517456988796,0.5728006229009566,0.13430248430563968,0.15372517456988796,0.6111730051231633,0.16343943963614446,0.5,0.15372517456988796,0.622973152048331,0.0703948288645927,0.0,0.1165765274351142,0.571161061300699 -3852,0.5,0.15372517456988796,0.6700591711069858,0.43843719628936295,0.15372517456988796,0.6000980444224528,0.8045794645692913,0.15372517456988796,0.662756540656519,0.3996699515803228,0.15372517456988796,0.6648473798163407,0.3918286514213393,0.15372517456988796,0.5959178738253634,0.15295710661470077,0.15372517456988796,0.5387052047884535,0.039020645533726195,0.15372517456988796,0.6016630842756188,0.17766361128778732,0.15372517456988796,0.47066912430748564,0.02770751453685657,0.5,0.15372517456988796,0.5851514073882818,0.005370883502234373,0.15372517456988796,0.6608815259135005,0.004533758826439545,0.5,0.15372517456988796,0.6557174163380222,0.05286645922487216,0.15372517456988796,0.6557716538186967,0.02392412920636132,0.15372517456988796,0.6287464618208263,0.7843189884209498,0.15372517456988796,0.5934985838595352,0.48571305968956513,0.15372517456988796,0.620064534339822,0.6166070492459357,0.15372517456988796,0.632023341685773,0.11772878258328373,0.15372517456988796,0.6668193707355838,0.1616006563423855,0.5,0.15372517456988796,0.6722898226111998,0.077024136583142,0.0,0.1843545834801334,0.2070559597013414 -3853,0.5,0.15372517456988796,0.6818175762318874,0.5014409906238169,0.15372517456988796,0.6103632278545977,0.8015531735925248,0.15372517456988796,0.677575275123939,0.4926079368791897,0.15372517456988796,0.6751815001933263,0.4595996180746082,0.15372517456988796,0.625862611225152,0.13715946265154144,0.15372517456988796,0.5258872991359678,0.04165182436243256,0.15372517456988796,0.6022518246983034,0.15489819686087097,0.15372517456988796,0.5660309409122612,0.038154366066291134,0.5,0.15372517456988796,0.6345251211234353,0.006156236959460095,0.15372517456988796,0.6761899452831527,0.0024584361892414737,0.5,0.15372517456988796,0.677101469182642,0.03601393950845539,0.15372517456988796,0.6455828043166435,0.03809577930173069,0.15372517456988796,0.6532698006148373,0.7656250171587936,0.15372517456988796,0.629440997890933,0.36415188015668987,0.15372517456988796,0.6482980961196362,0.6271592402417364,0.15372517456988796,0.6565958346162921,0.09520534921317698,0.15372517456988796,0.6832463740609207,0.15421860188883504,0.5,0.15372517456988796,0.688164835341777,0.0846738926656738,0.0,0.24556963523730052,0.07345451311628753 -3854,0.5,0.15372517456988796,0.6551211719049238,0.540543457415075,0.15372517456988796,0.593090817908517,0.7385094054251381,0.15372517456988796,0.6556596572018956,0.5549523637900742,0.15372517456988796,0.6477745939016689,0.5084746975962354,0.15372517456988796,0.5628511800567613,0.13297758979688434,0.15372517456988796,0.5035819626326314,0.10328319259517527,0.15372517456988796,0.5433845697086258,0.11180531467527105,0.15372517456988796,0.5882505146896841,0.10062309418733162,0.5,0.15372517456988796,0.6208895524168553,0.019520455636634692,0.15372517456988796,0.623137353476133,0.002670487198367078,0.5,0.15372517456988796,0.6598240399610896,0.01738790168685073,0.15372517456988796,0.6540994144024804,0.0583877639481852,0.15372517456988796,0.6278662736730367,0.6975688262940491,0.15372517456988796,0.6102311541581331,0.33608364849922423,0.15372517456988796,0.6342502182804126,0.5976036604482262,0.15372517456988796,0.6362444131842812,0.08364286961524617,0.15372517456988796,0.6613569543267095,0.1379793805970719,0.5,0.15372517456988796,0.6563497016461048,0.08977294557272245,0.0,0.31596937274650777,0.009674470811412603 -3855,0.5,0.15372517456988796,0.5848111656680044,0.5664027848510137,0.15372517456988796,0.5632207804777912,0.7155102171259144,0.15372517456988796,0.5904068102729025,0.56560573871637,0.15372517456988796,0.5772291564140309,0.5238637133474114,0.15372517456988796,0.48931098364232684,0.13487827729294652,0.15372517456988796,0.38772800596004775,0.3519595023686599,0.15372517456988796,0.4871057524800426,0.08771711083447055,0.15372517456988796,0.4391536910795368,0.2816705843598769,0.5,0.15372517456988796,0.48404494163182665,0.06083171023377214,0.15372517456988796,0.5609934553727063,0.0036957859856537444,0.5,0.15372517456988796,0.6027206494621024,0.007160370418385948,0.15372517456988796,0.548825281443271,0.041810097401039935,0.15372517456988796,0.5774691026231655,0.6582840243292158,0.15372517456988796,0.5255944419737477,0.33086654818436534,0.15372517456988796,0.5598943906442857,0.5231896803316436,0.15372517456988796,0.5808936129524341,0.07773852520172046,0.15372517456988796,0.5981194007421232,0.11843496083673168,0.5,0.15372517456988796,0.5880915629144242,0.09977577357015352,0.0,0.3617015916953488,0.004037675524410965 -3856,0.5,0.15372517456988796,0.4728509569866734,0.5594958281215359,0.15372517456988796,0.4875051758796042,0.6668119892871148,0.15372517456988796,0.4794696050974356,0.5001158911386281,0.15372517456988796,0.4631637649061502,0.5063682773235585,0.15372517456988796,0.2671459186746279,0.1295683555696126,0.15372517456988796,0.22527837653388738,0.5826344041290221,0.15372517456988796,0.4016242579572047,0.08895399852020684,0.15372517456988796,0.32456318261505496,0.4040978503767012,0.5,0.15372517456988796,0.4257219958296278,0.13050652815266822,0.15372517456988796,0.455805308522653,0.004600716947596449,0.5,0.15372517456988796,0.4995001661570052,0.0032707091786139545,0.15372517456988796,0.43843224960918625,0.05265388626083691,0.15372517456988796,0.49166627849190414,0.6158323956508311,0.15372517456988796,0.4126539190978388,0.28419488404254467,0.15372517456988796,0.44552254137587516,0.4322445040907858,0.15372517456988796,0.48488620424678863,0.04927265300141142,0.15372517456988796,0.48938696623762856,0.09365796805962613,0.5,0.15372517456988796,0.4790168763095224,0.10959755713075235,0.0,0.4166586955998805,0.012317450125678999 -3857,0.5,0.15372517456988796,0.34712510859314005,0.47210033360916315,0.15372517456988796,0.35848686417033293,0.5558259579931769,0.15372517456988796,0.3484405732725391,0.33161945466437115,0.15372517456988796,0.33334194332869155,0.3967613981811013,0.15372517456988796,0.18719730318758354,0.27453941086231576,0.15372517456988796,0.18077958674875622,0.6393608627823584,0.15372517456988796,0.30270897585027207,0.21491806263386076,0.15372517456988796,0.24538161421648658,0.4492152667523718,0.5,0.15372517456988796,0.3141046453722426,0.21030708048613217,0.15372517456988796,0.300899361142597,0.003306228269042861,0.5,0.15372517456988796,0.36355950749996263,0.0026907445954822947,0.15372517456988796,0.31258675968304017,0.04279520709944004,0.15372517456988796,0.3672332777068003,0.5471075058657839,0.15372517456988796,0.22638044922744233,0.1529291365954007,0.15372517456988796,0.3270496875978932,0.26034473827025006,0.15372517456988796,0.3660648629817414,0.015507678713940697,0.15372517456988796,0.3559282446133213,0.04221349366744244,0.5,0.15372517456988796,0.34240434764778144,0.07191287481938224,0.0,0.5296969915511754,0.06507489166830256 -3858,0.5,0.15372517456988796,0.22447629608360567,0.30115668166915144,0.15372517456988796,0.2274397741822582,0.2905218717699749,0.15372517456988796,0.2260985557260513,0.11226591540291762,0.15372517456988796,0.21038296124327657,0.21460809953295854,0.15372517456988796,0.17705224512723325,0.4721730230923622,0.15372517456988796,0.1694738553616616,0.6855177776392544,0.15372517456988796,0.17750150510362053,0.205629212794448,0.15372517456988796,0.15351099960551767,0.4716337449520481,0.5,0.15372517456988796,0.18685028672844167,0.22805878841744448,0.15372517456988796,0.15658681625974236,0.002059084923571377,0.5,0.15372517456988796,0.2293966919400971,0.005173105165868722,0.15372517456988796,0.19397197166793323,0.03143689903542776,0.15372517456988796,0.23666587992427024,0.3643644564161937,0.15372517456988796,0.11799163140171728,0.18456986020809377,0.15372517456988796,0.2184292661327518,0.10234129533631454,0.15372517456988796,0.24176972878314668,0.003605039374139232,0.15372517456988796,0.22904264429487148,0.00773204801554257,0.5,0.15372517456988796,0.21719179905208458,0.017832700483486445,0.0,0.5978252670997038,0.13792976732381063 -3859,0.5,0.15372517456988796,0.1074251987042895,0.2425795928549604,0.15372517456988796,0.10980683984035612,0.17113279524574684,0.15372517456988796,0.10952356845538119,0.07775712181555931,0.15372517456988796,0.08276587835489511,0.1894922842664176,0.15372517456988796,0.08334301081495803,0.590360697266976,0.15372517456988796,0.08558304755107382,0.6634404996771965,0.15372517456988796,0.09535945035509066,0.3008675363528715,0.15372517456988796,0.07051043366986903,0.4680153129041117,0.5,0.15372517456988796,0.10328158451783809,0.2931941960849678,0.15372517456988796,0.046586506705419146,0.00422203823923446,0.5,0.15372517456988796,0.10210429248806185,0.013405564518993506,0.15372517456988796,0.0778349984064848,0.045339309739196205,0.15372517456988796,0.11251596324186136,0.2724029427424344,0.15372517456988796,0.09175820986964396,0.30496193478180733,0.15372517456988796,0.10577680828272959,0.07287767277631958,0.15372517456988796,0.11635840719687589,0.008211005304599412,0.15372517456988796,0.10260508048396791,0.0042797731885834975,0.5,0.15372517456988796,0.06794658929363327,0.012472222125774793,0.0,0.6318355918392411,0.15203924656923015 -3860,0.5,0.15372517456988796,0.020900117045453994,0.2232430474293908,0.15372517456988796,0.04043032659835469,0.16650421471000748,0.15372517456988796,0.01914205144078381,0.09605305030872882,0.15372517456988796,0.004302550997820094,0.18195303968367094,0.15372517456988796,0.03710175175427969,0.5999209132864537,0.15372517456988796,0.020004442224188013,0.5327325735179835,0.15372517456988796,0.031180524150657533,0.4530164193391552,0.15372517456988796,0.017765503694411124,0.42367337790369636,0.5,0.15372517456988796,0.028197226570719665,0.31953000803201753,0.15372517456988796,0.0,0.01620326814990886,0.5,0.15372517456988796,0.0222057071635331,0.021370591440124743,0.15372517456988796,0.01628085228564623,0.04491868084159041,0.15372517456988796,0.038371211752114914,0.2905621526459613,0.15372517456988796,0.03559648865378494,0.3984556966361779,0.15372517456988796,0.030046251035695713,0.09974574085178518,0.15372517456988796,0.029146434868994042,0.03575575454333739,0.15372517456988796,0.010830420138493235,0.005986090424497717,0.5,0.15372517456988796,0.0,0.011405187671481042,0.0,0.67035432960836,0.07686028600583661 -3861,0.5,0.15372517456988796,0.0,0.20482708940307115,0.15372517456988796,0.0,0.2891176338874704,0.15372517456988796,0.0,0.10139134365626391,0.15372517456988796,0.0,0.1686407126640519,0.15372517456988796,0.0,0.6011730823309348,0.15372517456988796,0.0,0.32900269307326574,0.15372517456988796,0.0,0.6605620258969924,0.15372517456988796,0.0,0.3794317360902928,0.5,0.15372517456988796,0.0,0.36784361434657703,0.15372517456988796,0.0,0.03054871661087116,0.5,0.15372517456988796,0.0,0.020126027788863063,0.15372517456988796,0.0,0.04781706336342558,0.15372517456988796,0.0,0.3194050668227896,0.15372517456988796,0.0,0.33321490918577346,0.15372517456988796,0.0,0.12899009822548763,0.15372517456988796,0.0,0.13064407341646392,0.15372517456988796,0.0,0.007262142140276749,0.5,0.15372517456988796,0.0,0.00868101243849284,0.0,0.703055551928766,0.015513405311638948 -3862,0.5,0.15372517456988796,0.0,0.18366893549836755,0.15372517456988796,0.0,0.3215820037076452,0.15372517456988796,0.0,0.06729846436009368,0.15372517456988796,0.0,0.15145719181871334,0.15372517456988796,0.0,0.4724143002924159,0.15372517456988796,0.0,0.2185081507824692,0.15372517456988796,0.0,0.6691670176108958,0.15372517456988796,0.0,0.3747779378192292,0.5,0.15372517456988796,0.0,0.40898246535237237,0.15372517456988796,0.0,0.04144468040485792,0.5,0.15372517456988796,0.0,0.015795634470400704,0.15372517456988796,0.0,0.03596402430414965,0.15372517456988796,0.0,0.17229205404517905,0.15372517456988796,0.0,0.318931866731061,0.15372517456988796,0.0,0.16277202230313043,0.15372517456988796,0.0,0.3240266423891051,0.15372517456988796,0.0,0.010563708398684084,0.5,0.15372517456988796,0.0,0.006183800776284277,0.0,0.6869351316480161,0.025913186568651048 -3863,0.5,0.15372517456988796,0.0,0.17357147075297857,0.15372517456988796,0.0,0.09560227850312092,0.15372517456988796,0.0,0.03894981691378296,0.15372517456988796,0.0,0.13440725706753553,0.15372517456988796,0.0,0.2778832924138032,0.15372517456988796,0.0,0.22349092997685488,0.15372517456988796,0.0,0.5343533409611563,0.15372517456988796,0.0,0.35332901224266666,0.5,0.15372517456988796,0.0,0.4203407191797772,0.15372517456988796,0.0,0.06317292141629174,0.5,0.15372517456988796,0.0,0.026925373326534444,0.15372517456988796,0.0,0.029439327710060453,0.15372517456988796,0.0,0.11890412293944094,0.15372517456988796,0.0,0.30394915557579594,0.15372517456988796,0.0,0.24344701546117592,0.15372517456988796,0.0,0.5801375809594239,0.15372517456988796,0.0,0.015787997570644145,0.5,0.15372517456988796,0.0,0.005937439649773737,0.0,0.6461716099913436,0.02599876679487878 -3864,0.5,0.15372517456988796,0.0,0.16613646929225123,0.15372517456988796,0.0,0.031890882404044744,0.15372517456988796,0.0,0.025038568047024166,0.15372517456988796,0.0,0.12109154082457155,0.15372517456988796,0.0,0.1884417914822291,0.15372517456988796,0.0,0.21586701326969165,0.15372517456988796,0.0,0.42122564608813984,0.15372517456988796,0.0,0.33163649639312576,0.5,0.15372517456988796,0.0,0.3947976369736494,0.15372517456988796,0.0,0.0635126879118353,0.5,0.15372517456988796,0.0,0.06144101417551424,0.15372517456988796,0.0,0.033823123987786356,0.15372517456988796,0.0,0.15345115224853006,0.15372517456988796,0.0,0.24266060828390312,0.15372517456988796,0.0,0.282625682901698,0.15372517456988796,0.0,0.730037361382612,0.15372517456988796,0.0,0.027815107556053868,0.5,0.15372517456988796,0.0,0.008225728042161753,0.0,0.5973188390685411,0.009055646999674354 -3865,0.5,0.15372517456988796,0.0,0.14420820141751678,0.15372517456988796,0.0,0.10835701224601653,0.15372517456988796,0.0,0.03510280462485611,0.15372517456988796,0.0,0.11008127742366301,0.15372517456988796,0.0,0.1567448883907363,0.15372517456988796,0.0,0.21486095381899617,0.15372517456988796,0.0,0.37791401532429614,0.15372517456988796,0.0,0.3129947803218376,0.5,0.15372517456988796,0.0,0.3378865620112473,0.15372517456988796,0.0,0.06066777347808021,0.5,0.15372517456988796,0.0,0.13500605686388428,0.15372517456988796,0.0,0.04561320650228858,0.15372517456988796,0.0,0.12120317865531854,0.15372517456988796,0.0,0.1476170012073544,0.15372517456988796,0.0,0.29140445271949017,0.15372517456988796,0.0,0.7302727226281671,0.15372517456988796,0.0,0.06414733129539986,0.5,0.15372517456988796,0.0,0.012187930172573198,0.0,0.43898445152634935,0.00317764955017703 -3866,0.5,0.15372517456988796,0.0,0.10933370413027307,0.15372517456988796,0.0,0.08823527184174883,0.15372517456988796,0.0,0.06244834239991105,0.15372517456988796,0.0,0.08965884401797551,0.15372517456988796,0.0,0.10347984555510303,0.15372517456988796,0.0,0.17245726785708526,0.15372517456988796,0.0,0.37858855457864227,0.15372517456988796,0.0,0.28274916192456157,0.5,0.15372517456988796,0.0,0.30626597258985155,0.15372517456988796,0.0,0.05230120545438952,0.5,0.15372517456988796,0.0,0.25577209897367553,0.15372517456988796,0.0,0.08170521104501548,0.15372517456988796,0.0,0.0697155922861194,0.15372517456988796,0.0,0.08263266475790187,0.15372517456988796,0.0,0.2822054154218707,0.15372517456988796,0.0,0.5948533643540724,0.15372517456988796,0.0,0.13255687908164307,0.5,0.15372517456988796,0.0,0.016153137896625695,0.0,0.30522864812633355,0.0031449943105173457 -3867,0.5,0.15372517456988796,0.0,0.08548512783325891,0.15372517456988796,0.0,0.08463786176702677,0.15372517456988796,0.0,0.10811649063964718,0.15372517456988796,0.0,0.06814342624818591,0.15372517456988796,0.0,0.09054928620454357,0.15372517456988796,0.0,0.09628632589211152,0.15372517456988796,0.0,0.3194890434090232,0.15372517456988796,0.0,0.2578697339270849,0.5,0.15372517456988796,0.0,0.28581508277006895,0.15372517456988796,0.0,0.046194466842664386,0.5,0.15372517456988796,0.0,0.33390090064861605,0.15372517456988796,0.0,0.14129727048576649,0.15372517456988796,0.0,0.071973601218809,0.15372517456988796,0.0,0.08328074849750122,0.15372517456988796,0.0,0.22160440449798782,0.15372517456988796,0.0,0.4886357212840464,0.15372517456988796,0.0,0.1905680853743178,0.5,0.15372517456988796,0.0,0.020206133837276777,0.0,0.2921409284388063,0.009206424616298333 -3868,0.5,0.15372517456988796,0.0,0.07720326190240298,0.15372517456988796,0.0,0.11386827688483105,0.15372517456988796,0.0,0.15670043657673,0.15372517456988796,0.0,0.05299001444553569,0.15372517456988796,0.0,0.09596727744450928,0.15372517456988796,0.0,0.05896809277316517,0.15372517456988796,0.0,0.2441108544693951,0.15372517456988796,0.0,0.2093963920281361,0.5,0.15372517456988796,0.0,0.27936088936797876,0.15372517456988796,0.0,0.04070368795614616,0.5,0.15372517456988796,0.0,0.3789199155672976,0.15372517456988796,0.0,0.21414617104239436,0.15372517456988796,0.0,0.07723381562276435,0.15372517456988796,0.0,0.09383660399376176,0.15372517456988796,0.0,0.1693251392671378,0.15372517456988796,0.0,0.3797196191147893,0.15372517456988796,0.0,0.22240066250150547,0.5,0.15372517456988796,0.0,0.024031153716784614,0.0,0.23937107378546812,0.018583939935583105 -3869,0.5,0.15372517456988796,0.012243630210916874,0.06447823310391022,0.15372517456988796,0.004077004690195015,0.12157259374965235,0.15372517456988796,0.0031508534804186345,0.1859511156395694,0.15372517456988796,0.008545752906420605,0.04014864915293072,0.15372517456988796,0.00154717400072151,0.10354502457081827,0.15372517456988796,9.473588086325807e-05,0.045584994780584656,0.15372517456988796,0.0006747698285833536,0.2013965940040803,0.15372517456988796,1.4596996910988848e-06,0.1470924637471937,0.5,0.15372517456988796,0.0,0.24843024382166362,0.15372517456988796,8.125955114103768e-05,0.04129701562684956,0.5,0.15372517456988796,6.11602644161008e-06,0.3642578699925159,0.15372517456988796,6.4877905199348025e-06,0.23206395870001018,0.15372517456988796,0.004375945701642126,0.06757422960033298,0.15372517456988796,0.002608428205249293,0.09463047666337149,0.15372517456988796,0.002530471864622012,0.14788386491943264,0.15372517456988796,0.0009824392183457051,0.3018490996890066,0.15372517456988796,0.0015580739163443638,0.18305671753363711,0.5,0.15372517456988796,0.001982721561989169,0.027883263317188066,0.0,0.1453534622734968,0.022478863599336426 -3870,0.5,0.15372517456988796,0.07112021475148475,0.058427680265693394,0.15372517456988796,0.05285526465719885,0.18825555567845395,0.15372517456988796,0.04922590085109546,0.2660297372152283,0.15372517456988796,0.06907590288955086,0.031510771384367114,0.15372517456988796,0.04839453459266577,0.11706033287518836,0.15372517456988796,0.04347721721734689,0.05120285480616609,0.15372517456988796,0.043041396461024735,0.20341237814251142,0.15372517456988796,0.03863752446191865,0.11090262409738152,0.5,0.15372517456988796,0.021529953081903946,0.1909060396278615,0.15372517456988796,0.01806706120307731,0.06987625950606027,0.5,0.15372517456988796,0.004175209898887344,0.3375545505915392,0.15372517456988796,0.0031655517233810074,0.21242309748646895,0.15372517456988796,0.05147879278659315,0.08368939870819536,0.15372517456988796,0.05202190084632799,0.10391679989890124,0.15372517456988796,0.0491011416501326,0.19458152466795506,0.15372517456988796,0.03833157467014724,0.30484393784757097,0.15372517456988796,0.04513345291886915,0.20717193347039312,0.5,0.15372517456988796,0.05382300957228551,0.029066913931784358,0.0,0.151157338861,0.030624432547165494 -3871,0.5,0.15372517456988796,0.1539737266098945,0.07729472869820472,0.15372517456988796,0.12335634960724164,0.2969076781723329,0.15372517456988796,0.12291478192643965,0.37941997859233134,0.15372517456988796,0.15429162499775073,0.038104428795515934,0.15372517456988796,0.12048819005984397,0.17061731565572308,0.15372517456988796,0.11418465048953022,0.09376179911431798,0.15372517456988796,0.11893750502418332,0.21986044507930547,0.15372517456988796,0.11234250786261138,0.11507384289997621,0.5,0.15372517456988796,0.07999602595558993,0.16649017042148173,0.15372517456988796,0.0381721267309998,0.07929860926736947,0.5,0.15372517456988796,0.02381577718496916,0.32449639166702204,0.15372517456988796,0.01119614284639004,0.19554621804468125,0.15372517456988796,0.1233731061506774,0.12601567678933837,0.15372517456988796,0.12373728138608617,0.1444309901686302,0.15372517456988796,0.12041464966068685,0.3074102168603762,0.15372517456988796,0.10371263891898787,0.3149140553781272,0.15372517456988796,0.11078558611159862,0.2528748881199418,0.5,0.15372517456988796,0.13255762352592743,0.08888123922497729,0.0,0.16577063801452785,0.03745367631469772 -3872,0.5,0.15372517456988796,0.26327000349448815,0.10393989226611514,0.15372517456988796,0.23242642708032463,0.3032441049254058,0.15372517456988796,0.2180946311612097,0.472401430366795,0.15372517456988796,0.26694065641084525,0.06322912310882674,0.15372517456988796,0.23260250423871304,0.18870773705603514,0.15372517456988796,0.22705784119241523,0.11426990700722336,0.15372517456988796,0.22473814688437277,0.22293473949423703,0.15372517456988796,0.22216726678474838,0.13074732274291123,0.5,0.15372517456988796,0.16992275802845985,0.1748099279312101,0.15372517456988796,0.051129328130816436,0.07406738051420098,0.5,0.15372517456988796,0.062267229779653946,0.2874407332474398,0.15372517456988796,0.02929918911027589,0.20982274156494599,0.15372517456988796,0.2275155592274217,0.15586301802735408,0.15372517456988796,0.23552102404885591,0.16578592973992695,0.15372517456988796,0.21695718968041106,0.3628683895448118,0.15372517456988796,0.19598518630621503,0.33179237413843,0.15372517456988796,0.19995667956047627,0.27038164741112314,0.5,0.15372517456988796,0.22913181845941905,0.1227553913713485,0.0,0.09358273428895532,0.031002880544382418 -3873,0.5,0.15372517456988796,0.37696168392060614,0.12048716104791973,0.15372517456988796,0.35218067425443167,0.30890322317978075,0.15372517456988796,0.3240222435218432,0.5501518467567611,0.15372517456988796,0.38942030182372717,0.08436232490163674,0.15372517456988796,0.35739563255320744,0.1975325162489486,0.15372517456988796,0.35138735464663484,0.11926167287872261,0.15372517456988796,0.34787851917448,0.27328428440522684,0.15372517456988796,0.3452455472600818,0.1632128295918885,0.5,0.15372517456988796,0.276776280571763,0.20844324736679984,0.15372517456988796,0.08466108991746513,0.08154893143480163,0.5,0.15372517456988796,0.10429555574712848,0.256789255876604,0.15372517456988796,0.06648564769129293,0.2276975830324331,0.15372517456988796,0.35515843883506637,0.18910139653259778,0.15372517456988796,0.357941451177479,0.1794987338903055,0.15372517456988796,0.32676350038073904,0.37501696775725046,0.15372517456988796,0.30211917443817876,0.3401427934716548,0.15372517456988796,0.29793234748451125,0.2821688030701646,0.5,0.15372517456988796,0.33036672056258326,0.13802552379662114,0.0,0.04234944951272645,0.02812082163978877 -3874,0.5,0.15372517456988796,0.48505289263462537,0.14803344327681833,0.15372517456988796,0.4668682932390169,0.3951049091680779,0.15372517456988796,0.4188214296126207,0.5884837665414062,0.15372517456988796,0.5069788863808237,0.10870315857232284,0.15372517456988796,0.49182462403454685,0.25854087823334565,0.15372517456988796,0.48695946324051287,0.156898984198664,0.15372517456988796,0.4864421536925923,0.3424222830349414,0.15372517456988796,0.4811401974091305,0.19159650026459596,0.5,0.15372517456988796,0.3962831694552717,0.21197219592679045,0.15372517456988796,0.14669640245185636,0.08070307040295635,0.5,0.15372517456988796,0.16398558105368777,0.2656436154116827,0.15372517456988796,0.1255298788731367,0.24726148595569103,0.15372517456988796,0.48142619352513183,0.22384124806905825,0.15372517456988796,0.48889053987376296,0.21191460347365365,0.15372517456988796,0.4429499344474178,0.37279252456481526,0.15372517456988796,0.414315970262692,0.37270375709559295,0.15372517456988796,0.38915264238207425,0.3036368610548538,0.5,0.15372517456988796,0.42406827431324573,0.1474217287459118,0.0,0.0143376251280556,0.04348401350777736 -3875,0.5,0.15372517456988796,0.5430384681048607,0.1869771710215679,0.15372517456988796,0.5770809142857555,0.5016083535592184,0.15372517456988796,0.4979114642862419,0.6540461366359015,0.15372517456988796,0.591990347186129,0.13668945594494894,0.15372517456988796,0.6049875081789471,0.31123835108642217,0.15372517456988796,0.6017851416600117,0.19145593602125027,0.15372517456988796,0.6026153445137096,0.4185960879355735,0.15372517456988796,0.5974952716171109,0.23087323335234852,0.5,0.15372517456988796,0.5041284370077348,0.21572029153069697,0.15372517456988796,0.15542298252236714,0.07033424458657794,0.5,0.15372517456988796,0.19252791539162115,0.3103255044618475,0.15372517456988796,0.19698670763696913,0.2655620830463105,0.15372517456988796,0.5826980558055115,0.2794099172018677,0.15372517456988796,0.5949137521524939,0.26812974597273254,0.15372517456988796,0.5296981583140252,0.42339651575127524,0.15372517456988796,0.5039704440578696,0.4067431170603831,0.15372517456988796,0.4558790970463098,0.3516505076536133,0.5,0.15372517456988796,0.503163154154181,0.18198217931992636,0.0,0.021399811010824506,0.062417539557506604 -3876,0.5,0.15372517456988796,0.5535558204120687,0.22810028559081671,0.15372517456988796,0.646736460310744,0.5836628356455656,0.15372517456988796,0.5129213754115061,0.6999518774830694,0.15372517456988796,0.6356106356645763,0.1748204019071106,0.15372517456988796,0.6740370784045002,0.33116352348315664,0.15372517456988796,0.6735024367827903,0.22703950264419542,0.15372517456988796,0.6721690518631791,0.4759395947959842,0.15372517456988796,0.6696315049829524,0.260384833306131,0.5,0.15372517456988796,0.5891941838895091,0.2435840001601163,0.15372517456988796,0.1631388121158878,0.06719894218089632,0.5,0.15372517456988796,0.22814808093975697,0.3531617167368073,0.15372517456988796,0.2483651076113621,0.2852110171129797,0.15372517456988796,0.6438743659365204,0.34330757880371066,0.15372517456988796,0.6625409760345635,0.29932532912743753,0.15372517456988796,0.5863580171546959,0.4815317641045162,0.15372517456988796,0.5662966571959027,0.4595835979855344,0.15372517456988796,0.4736028699985779,0.4087997922159434,0.5,0.15372517456988796,0.5071993741408537,0.21436192560851797,0.0,0.05109658286013654,0.0806503502598189 -3877,0.5,0.15372517456988796,0.4830544319266393,0.253740973089517,0.15372517456988796,0.6727079363215678,0.6053596234434139,0.15372517456988796,0.4628171192936963,0.7371371868166252,0.15372517456988796,0.642333289694491,0.2235486225522533,0.15372517456988796,0.6982625438773643,0.3448472235997846,0.15372517456988796,0.7036551536097443,0.25348534732920763,0.15372517456988796,0.7003145980587073,0.47345258240775784,0.15372517456988796,0.6992004761223582,0.2777419321780158,0.5,0.15372517456988796,0.6395489545092953,0.26374484172390755,0.15372517456988796,0.12125567090254583,0.06117088759442155,0.5,0.15372517456988796,0.2703794387812993,0.39840712794349387,0.15372517456988796,0.27870622016516,0.31961440835467486,0.15372517456988796,0.6767833454978524,0.394967102334236,0.15372517456988796,0.6848307507120583,0.32120474414711664,0.15372517456988796,0.6282790836612248,0.524892376029461,0.15372517456988796,0.5965057973579414,0.4951638576969062,0.15372517456988796,0.4445219231359706,0.4482247317964308,0.5,0.15372517456988796,0.4596789966661799,0.24738363906239,0.0,0.06573840671584842,0.09748775023973179 -3878,0.5,0.15372517456988796,0.41081107537261224,0.2773157090502037,0.15372517456988796,0.6635864877344043,0.5954485822241219,0.15372517456988796,0.3596288955430771,0.6911346673163361,0.15372517456988796,0.6056166514627537,0.2746981879097645,0.15372517456988796,0.6872594618599255,0.3443924989625405,0.15372517456988796,0.6949036718206381,0.2606561294967193,0.15372517456988796,0.6889594805185352,0.43753604562354287,0.15372517456988796,0.6893403599430846,0.2676480099354178,0.5,0.15372517456988796,0.6455169376097426,0.2538778590038037,0.15372517456988796,0.18313994886827412,0.0789702995017044,0.5,0.15372517456988796,0.30179712285554655,0.3839563909420425,0.15372517456988796,0.26573936203847137,0.3568813571645189,0.15372517456988796,0.6749333055568011,0.41568523097422216,0.15372517456988796,0.667439986923605,0.3298700358235578,0.15372517456988796,0.6320041638594805,0.5156290805630195,0.15372517456988796,0.6092498719012936,0.4943332481018519,0.15372517456988796,0.395739072389159,0.4813001100126795,0.5,0.15372517456988796,0.46629806555577047,0.3031180097948665,0.0,0.04710736509027518,0.1009126606088844 -3879,0.5,0.15372517456988796,0.3292389321479786,0.3273790534327456,0.15372517456988796,0.6079894907397656,0.5895781017481869,0.15372517456988796,0.2983891050176967,0.599060967222013,0.15372517456988796,0.5115684512954448,0.31868082424380345,0.15372517456988796,0.6316455567186621,0.33032695182338906,0.15372517456988796,0.6420543039558462,0.25240687814561924,0.15372517456988796,0.632450431774707,0.38030512252829773,0.15372517456988796,0.6367759178220364,0.2504180146643167,0.5,0.15372517456988796,0.6048064900652319,0.256828211612018,0.15372517456988796,0.17033055364545124,0.08873827899218156,0.5,0.15372517456988796,0.30386612682110603,0.2980291113944683,0.15372517456988796,0.23073391972647303,0.3555148432971793,0.15372517456988796,0.613397367649605,0.39089871557851885,0.15372517456988796,0.61010035161339,0.32422952639643615,0.15372517456988796,0.5898795047820933,0.48423942517139773,0.15372517456988796,0.5740848711727414,0.4723968159591314,0.15372517456988796,0.3360463033087826,0.4820239233563364,0.5,0.15372517456988796,0.39048738161733176,0.34178709372858695,0.0,0.021740963069751512,0.10131289418703285 -3880,0.5,0.15372517456988796,0.22772323610336234,0.3407031068468602,0.15372517456988796,0.505980361938926,0.6008484001054749,0.15372517456988796,0.22904385768167537,0.4684662121574411,0.15372517456988796,0.3569845665254022,0.3481741539825051,0.15372517456988796,0.5237231397858033,0.32058608356750573,0.15372517456988796,0.5411789272154246,0.2528220991465927,0.15372517456988796,0.5278238953327635,0.32719945377225423,0.15372517456988796,0.5346977165649285,0.24950884960915984,0.5,0.15372517456988796,0.5121066119551276,0.25489512541846676,0.15372517456988796,0.1417835887315185,0.10653007417065691,0.5,0.15372517456988796,0.2958485915079213,0.2017262044191536,0.15372517456988796,0.16793031633917088,0.31303603828341864,0.15372517456988796,0.5037625474412071,0.3481877349609751,0.15372517456988796,0.5073622921263241,0.3199270609964379,0.15372517456988796,0.49004913676186346,0.44293173623400145,0.15372517456988796,0.488093330902632,0.4338628876901677,0.15372517456988796,0.24695361286907816,0.4389702156815263,0.5,0.15372517456988796,0.32264636691108955,0.34400341472000706,0.0,0.014517453292768708,0.10010820253819937 -3881,0.5,0.15372517456988796,0.18060347695603465,0.33904357717154643,0.15372517456988796,0.37816172726690483,0.6090109744417155,0.15372517456988796,0.18381483360780618,0.33685654137536336,0.15372517456988796,0.2257902928043043,0.3677066442888803,0.15372517456988796,0.3883502559370011,0.30784322964184613,0.15372517456988796,0.4036070856146115,0.2539401128791979,0.15372517456988796,0.3944739061364398,0.2869608531788798,0.15372517456988796,0.39853298998647835,0.2340182434245229,0.5,0.15372517456988796,0.3839663221144842,0.25452804464118944,0.15372517456988796,0.10920477959711575,0.10524765313606177,0.5,0.15372517456988796,0.25418456136414475,0.1410155026120347,0.15372517456988796,0.13362894392285177,0.23120693744246743,0.15372517456988796,0.3794746803430298,0.30435771748774565,0.15372517456988796,0.3795646502940749,0.3093185917307359,0.15372517456988796,0.36268106780532033,0.39575216053794654,0.15372517456988796,0.3709302232947958,0.37725000147004,0.15372517456988796,0.17355137613924343,0.3960112878362155,0.5,0.15372517456988796,0.22207334968198444,0.31940880616364287,0.0,0.016352652302781042,0.11113263892281688 -3882,0.5,0.15372517456988796,0.11763164555119396,0.3077377091574742,0.15372517456988796,0.2578945040336065,0.5404846685764161,0.15372517456988796,0.1399237825831245,0.18539135332859308,0.15372517456988796,0.13423437207653982,0.3511816885637281,0.15372517456988796,0.2676498696177946,0.2886249245497989,0.15372517456988796,0.27298411785344395,0.25045339578924253,0.15372517456988796,0.2655956636710328,0.22563388065280462,0.15372517456988796,0.26958959148348294,0.18367606371973016,0.5,0.15372517456988796,0.2584495102210779,0.21638508352125205,0.15372517456988796,0.06358424248013254,0.06819885889127777,0.5,0.15372517456988796,0.17822289704478667,0.07887485385808064,0.15372517456988796,0.08572255236371643,0.125328927738789,0.15372517456988796,0.2618769228794749,0.24853067363057432,0.15372517456988796,0.2617254000646665,0.2807003937567292,0.15372517456988796,0.24386311861475599,0.3263568401826157,0.15372517456988796,0.24891745330245943,0.2678272464717336,0.15372517456988796,0.1196569699408411,0.31237575694054914,0.5,0.15372517456988796,0.12398900190825873,0.26890400533260517,0.0,0.018897274173318594,0.14394762084029455 -3883,0.5,0.15372517456988796,0.05758211501733334,0.2727894945185222,0.15372517456988796,0.13492621781491118,0.3523166787579725,0.15372517456988796,0.07543740400236315,0.09150767900671522,0.15372517456988796,0.05331581004322654,0.3459334147240137,0.15372517456988796,0.14316311856163083,0.1994459830996265,0.15372517456988796,0.14860846732082497,0.19365550324915215,0.15372517456988796,0.13779704019002642,0.10231965604126446,0.15372517456988796,0.1427433684248417,0.08922695099897651,0.5,0.15372517456988796,0.13498151271553377,0.10873118674304755,0.15372517456988796,0.016295413205373435,0.03449372656977284,0.5,0.15372517456988796,0.08891619791965932,0.05005013581385239,0.15372517456988796,0.039912493612649945,0.055277964398187746,0.15372517456988796,0.13932208571933297,0.17547247359167062,0.15372517456988796,0.14148704530703976,0.21901559664683362,0.15372517456988796,0.12519459824705798,0.19878791445791905,0.15372517456988796,0.12532455567148332,0.1148351069961725,0.15372517456988796,0.06276653234129764,0.21987257699537907,0.5,0.15372517456988796,0.061209901336644904,0.21141010228965376,0.0,0.024914646349034692,0.13792005973791677 -3884,0.5,0.15372517456988796,0.015441344556593406,0.21361860387180617,0.15372517456988796,0.03510525511336911,0.14507477926690046,0.15372517456988796,0.018056847983047634,0.06545649305259202,0.15372517456988796,0.004274027294748698,0.3263505146735697,0.15372517456988796,0.04039849137776396,0.13291001128823898,0.15372517456988796,0.040771937210207804,0.12058098234313924,0.15372517456988796,0.03418115088881626,0.07575258564922059,0.15372517456988796,0.034345297437939105,0.07085895384775723,0.5,0.15372517456988796,0.030772263903044942,0.09495019061889098,0.15372517456988796,0.0006955764598311119,0.01749222141356918,0.5,0.15372517456988796,0.017340422057863937,0.04512883200443158,0.15372517456988796,0.00859684782014737,0.030372085116756424,0.15372517456988796,0.04292509881001654,0.10231065781167534,0.15372517456988796,0.04305972963409272,0.12694531949483073,0.15372517456988796,0.03137313668616508,0.13131807696105327,0.15372517456988796,0.031201834816624224,0.0805155642078278,0.15372517456988796,0.008412613301323587,0.14048572638859078,0.5,0.15372517456988796,5.984916516100029e-05,0.12379330262388402,0.0,0.04147656221512234,0.13793058865183552 -3885,0.5,0.15372517456988796,0.0,0.19820457175414244,0.15372517456988796,0.0,0.08664712691770995,0.15372517456988796,0.0,0.07580592298952382,0.15372517456988796,0.0,0.29183486542132114,0.15372517456988796,0.0,0.10435531001387528,0.15372517456988796,0.0,0.10039405006601301,0.15372517456988796,0.0,0.08033430081684481,0.15372517456988796,0.0,0.07201129398774646,0.5,0.15372517456988796,0.0,0.09115361917819172,0.15372517456988796,0.0,0.010399412137684702,0.5,0.15372517456988796,0.0,0.05057759185538835,0.15372517456988796,0.0,0.030885519104317357,0.15372517456988796,0.0,0.08044228453488392,0.15372517456988796,0.0,0.07516212264457064,0.15372517456988796,0.0,0.09611920278298458,0.15372517456988796,0.0,0.06685173791581317,0.15372517456988796,0.0,0.1020740001795983,0.5,0.15372517456988796,0.0,0.07782396040500959,0.0,0.055743157052928205,0.10392647163107833 -3886,0.5,0.15372517456988796,0.0,0.16293433618067307,0.15372517456988796,0.0,0.07850348658798391,0.15372517456988796,0.0,0.09608556795261526,0.15372517456988796,0.0,0.2839089811497903,0.15372517456988796,0.0,0.07850187475923927,0.15372517456988796,0.0,0.07747416144054628,0.15372517456988796,0.0,0.07237505624939625,0.15372517456988796,0.0,0.05670895647503642,0.5,0.15372517456988796,0.0,0.08640068194378286,0.15372517456988796,0.0,0.008528960917938904,0.5,0.15372517456988796,0.0,0.06035858018321799,0.15372517456988796,0.0,0.034781106099864546,0.15372517456988796,0.0,0.08639388419803723,0.15372517456988796,0.0,0.06026300433358982,0.15372517456988796,0.0,0.06726131487607001,0.15372517456988796,0.0,0.05241012740679184,0.15372517456988796,0.0,0.09105070189385232,0.5,0.15372517456988796,0.0,0.06614039187614981,0.0,0.05641750217150617,0.06934912112059556 -3887,0.5,0.15372517456988796,0.0,0.1338991136410527,0.15372517456988796,0.0,0.07175561189418966,0.15372517456988796,0.0,0.10953598144110242,0.15372517456988796,0.0,0.3003650957626873,0.15372517456988796,0.0,0.047596939106929685,0.15372517456988796,0.0,0.05588300759834407,0.15372517456988796,0.0,0.05594290050791967,0.15372517456988796,0.0,0.041823107526264704,0.5,0.15372517456988796,0.0,0.07847536828233134,0.15372517456988796,0.0,0.008760733257582632,0.5,0.15372517456988796,0.0,0.0681763154395303,0.15372517456988796,0.0,0.035627782389401334,0.15372517456988796,0.0,0.07226263508191588,0.15372517456988796,0.0,0.04233675159180035,0.15372517456988796,0.0,0.052952881020564904,0.15372517456988796,0.0,0.04725464521175568,0.15372517456988796,0.0,0.08799277580874687,0.5,0.15372517456988796,0.0,0.06336200511746612,0.0,0.0699157775611775,0.0716424127161843 -3888,0.5,0.15372517456988796,0.0,0.11385184262917972,0.15372517456988796,0.0,0.05196230380195442,0.15372517456988796,0.0,0.10493476986285462,0.15372517456988796,0.0,0.2350417185969432,0.15372517456988796,0.0,0.024730133736108748,0.15372517456988796,0.0,0.03728545386145711,0.15372517456988796,0.0,0.03712089063464464,0.15372517456988796,0.0,0.0344861491593289,0.5,0.15372517456988796,0.0,0.07116104932786638,0.15372517456988796,0.0,0.009645973262726565,0.5,0.15372517456988796,0.0,0.06838450365182765,0.15372517456988796,0.0,0.032630510188856585,0.15372517456988796,0.0,0.0643600121437519,0.15372517456988796,0.0,0.03717625099557272,0.15372517456988796,0.0,0.04588058384009558,0.15372517456988796,0.0,0.04781824449443932,0.15372517456988796,0.0,0.07462561512803821,0.5,0.15372517456988796,0.0,0.061732836766852546,0.0,0.05223708744522554,0.06446148671914535 -3889,0.5,0.15372517456988796,0.0,0.09525877659272604,0.15372517456988796,0.0,0.037222705642779866,0.15372517456988796,0.0,0.09311558825467033,0.15372517456988796,0.0,0.1844053469231974,0.15372517456988796,0.0,0.019168811800634043,0.15372517456988796,0.0,0.024106862627355456,0.15372517456988796,0.0,0.01773206628593299,0.15372517456988796,0.0,0.028206840245138545,0.5,0.15372517456988796,0.0,0.0665318871228009,0.15372517456988796,0.0,0.01005277557157509,0.5,0.15372517456988796,0.0,0.054648113748158325,0.15372517456988796,0.0,0.028264584877732948,0.15372517456988796,0.0,0.08067909024247522,0.15372517456988796,0.0,0.042257927423734,0.15372517456988796,0.0,0.03391408450757008,0.15372517456988796,0.0,0.04244857300496529,0.15372517456988796,0.0,0.060948462183277326,0.5,0.15372517456988796,0.0,0.056008908011464076,0.0,0.025567861770844667,0.06544072162932935 -3890,0.5,0.15372517456988796,0.0,0.08133598893442381,0.15372517456988796,0.0,0.049738842007447055,0.15372517456988796,0.0,0.07708303746468444,0.15372517456988796,0.0,0.1682936230164777,0.15372517456988796,0.0,0.014810071886318922,0.15372517456988796,0.0,0.016915777661522306,0.15372517456988796,0.0,0.010419035149484076,0.15372517456988796,0.0,0.020219421372207558,0.5,0.15372517456988796,0.0,0.05898975807244381,0.15372517456988796,0.0,0.008201683011455485,0.5,0.15372517456988796,0.0,0.03970891000301216,0.15372517456988796,0.0,0.0220345306627314,0.15372517456988796,0.0,0.08972501745767347,0.15372517456988796,0.0,0.043231641821476555,0.15372517456988796,0.0,0.030292712347735135,0.15372517456988796,0.0,0.036171412271293536,0.15372517456988796,0.0,0.052086715042600255,0.5,0.15372517456988796,0.0,0.0468088029196228,0.0,0.016708333090797643,0.07520346947864995 -3891,0.5,0.15372517456988796,0.0,0.06799596487341222,0.15372517456988796,0.0,0.04099798625783948,0.15372517456988796,0.0,0.0633064568668244,0.15372517456988796,0.0,0.1460277919556004,0.15372517456988796,0.0,0.013341603062461188,0.15372517456988796,0.0,0.012172615954027544,0.15372517456988796,0.0,0.008066882384474481,0.15372517456988796,0.0,0.014381824179361988,0.5,0.15372517456988796,0.0,0.0542491574104691,0.15372517456988796,0.0,0.007222230673067141,0.5,0.15372517456988796,0.0,0.03688807028627274,0.15372517456988796,0.0,0.020350198142719118,0.15372517456988796,0.0,0.09934176523743528,0.15372517456988796,0.0,0.043880475607405024,0.15372517456988796,0.0,0.03214306687182891,0.15372517456988796,0.0,0.03006372464155572,0.15372517456988796,0.0,0.04871434776759385,0.5,0.15372517456988796,0.0,0.03745057353733858,0.0,0.04324964754765352,0.07734183294326878 -3892,0.5,0.15372517456988796,0.0,0.06509352397350089,0.15372517456988796,0.0,0.0381899296548481,0.15372517456988796,0.0,0.055335196755395624,0.15372517456988796,0.0,0.11895555035686617,0.15372517456988796,0.0,0.014634875616708783,0.15372517456988796,0.0,0.01128548389362366,0.15372517456988796,0.0,0.006013063771834075,0.15372517456988796,0.0,0.01159381512628965,0.5,0.15372517456988796,0.0,0.05022831208435218,0.15372517456988796,0.0,0.008271709620662135,0.5,0.15372517456988796,0.0,0.034948629385660616,0.15372517456988796,0.0,0.021283750762314663,0.15372517456988796,0.0,0.11069539098620218,0.15372517456988796,0.0,0.04288906817365934,0.15372517456988796,0.0,0.029131551837459087,0.15372517456988796,0.0,0.02641688158195442,0.15372517456988796,0.0,0.049318701595649085,0.5,0.15372517456988796,0.0,0.03821454073683784,0.0,0.07281343885421597,0.08475091821035347 -3893,0.5,0.15372517456988796,0.013620454491554565,0.059221313719882825,0.15372517456988796,0.004534143607900248,0.039460559377482315,0.15372517456988796,0.0040013578283891234,0.04656818144329112,0.15372517456988796,0.00806289350158835,0.10366797074195476,0.15372517456988796,0.0020970612370995326,0.013666086538449983,0.15372517456988796,0.00014546985924228348,0.009103928716416689,0.15372517456988796,0.0012758840736630944,0.005295503662444909,0.15372517456988796,4.618509983940968e-06,0.011562341990881755,0.5,0.15372517456988796,0.0,0.043759763110636306,0.15372517456988796,4.009241026141864e-05,0.010836778399645662,0.5,0.15372517456988796,5.487536437993937e-05,0.032094003814520385,0.15372517456988796,8.553568504649866e-06,0.024082128950718273,0.15372517456988796,0.0036995759931275547,0.1190498757666193,0.15372517456988796,0.003358355945466624,0.038216907802591196,0.15372517456988796,0.0038381548350594754,0.02535423154702947,0.15372517456988796,0.0015687191207269606,0.021645248423220725,0.15372517456988796,0.0016455635740038053,0.04871599041092258,0.5,0.15372517456988796,0.0006847792375771344,0.047431425309708286,0.0,0.13330924715745165,0.11787428806659275 -3894,0.5,0.15372517456988796,0.07507200934968022,0.0792535182434803,0.15372517456988796,0.048725594109203615,0.0686277182331163,0.15372517456988796,0.062298375574707694,0.0495429634830847,0.15372517456988796,0.0694876528723068,0.13421479394242278,0.15372517456988796,0.053809536735741556,0.013086907393056025,0.15372517456988796,0.04616997753814364,0.0070400602710459,0.15372517456988796,0.05136977427670798,0.005258276330399569,0.15372517456988796,0.04315935535869034,0.011390302569749641,0.5,0.15372517456988796,0.03826145315611246,0.036854090326183205,0.15372517456988796,0.008564066195519832,0.01847616793826828,0.5,0.15372517456988796,0.04288141650805022,0.030014456375782768,0.15372517456988796,0.019590147132366974,0.03060482050086041,0.15372517456988796,0.026813791802438355,0.17330178985934594,0.15372517456988796,0.054754463656334254,0.03735062156012345,0.15372517456988796,0.06101882549693086,0.02841716872075075,0.15372517456988796,0.05265286571509707,0.017483679609138433,0.15372517456988796,0.04994983701340469,0.05898607924520269,0.5,0.15372517456988796,0.015133976112966234,0.0651055492868144,0.0,0.20559908267604632,0.18385066584297188 -3895,0.5,0.15372517456988796,0.1615614757627659,0.16763427555382898,0.15372517456988796,0.07173985242378238,0.14201226458678798,0.15372517456988796,0.14588257212332867,0.0955379609000567,0.15372517456988796,0.15939758204789506,0.18461890647893375,0.15372517456988796,0.12744380278221745,0.028180789426002825,0.15372517456988796,0.11859269756131081,0.013653814844322976,0.15372517456988796,0.1258329365683319,0.019678280330927278,0.15372517456988796,0.11619543553003306,0.01684578587795593,0.5,0.15372517456988796,0.11034206940563343,0.05334308947439516,0.15372517456988796,0.02386545173318345,0.03115701599453581,0.5,0.15372517456988796,0.1172913873665549,0.05204900986848442,0.15372517456988796,0.05818447016521757,0.05710959539017588,0.15372517456988796,0.05749284307135398,0.25355585146873305,0.15372517456988796,0.11821271649717874,0.08470000815905075,0.15372517456988796,0.1396805508121677,0.09332054075308104,0.15372517456988796,0.13001224297763653,0.03107268045056905,0.15372517456988796,0.12487848254855108,0.10108202319094929,0.5,0.15372517456988796,0.02956745225171416,0.07979533339518138,0.0,0.30822280805981206,0.2445934418937895 -3896,0.5,0.15372517456988796,0.2751994022450899,0.22907995127434624,0.15372517456988796,0.10098297680202203,0.30681840076315364,0.15372517456988796,0.2670411074198763,0.11775322986261441,0.15372517456988796,0.2798067607350463,0.19571085813931385,0.15372517456988796,0.2442028089610112,0.06619805079299892,0.15372517456988796,0.2334888154999148,0.03652084495693385,0.15372517456988796,0.24097428966421697,0.05442038927856363,0.15372517456988796,0.23210632236209258,0.03637908811769759,0.5,0.15372517456988796,0.21819832236600128,0.10969581388674006,0.15372517456988796,0.04145053667236838,0.04360249315392884,0.5,0.15372517456988796,0.22634795396554702,0.12168585401897135,0.15372517456988796,0.10471987394528645,0.08382190494305758,0.15372517456988796,0.09967694243658035,0.28755756880548516,0.15372517456988796,0.19348100344920544,0.19199395890168292,0.15372517456988796,0.25146836820644025,0.17929837166739812,0.15372517456988796,0.24704510214953082,0.06771269795630154,0.15372517456988796,0.23306239574453835,0.1387137748818379,0.5,0.15372517456988796,0.047494169845291714,0.08330226767773372,0.0,0.36447382354841634,0.22465204527186702 -3897,0.5,0.15372517456988796,0.36903589821216026,0.27952198826226676,0.15372517456988796,0.08546138337913886,0.3166060481937085,0.15372517456988796,0.39890537039094853,0.15717325353893452,0.15372517456988796,0.4073389109969063,0.2148619681344627,0.15372517456988796,0.3506340335256565,0.16073631473838074,0.15372517456988796,0.3548537235187529,0.07100320941559807,0.15372517456988796,0.35480326328692074,0.09414734895082365,0.15372517456988796,0.35746019537814067,0.07442100478149385,0.5,0.15372517456988796,0.3383734657253137,0.15145046865635206,0.15372517456988796,0.07203135873205915,0.04858984195139032,0.5,0.15372517456988796,0.34802546302863513,0.14580541763343285,0.15372517456988796,0.15806216875632814,0.09124575788942553,0.15372517456988796,0.16001480225630338,0.32696898809278885,0.15372517456988796,0.20647467635238848,0.22669231615685081,0.15372517456988796,0.33345189925357543,0.2065758969949757,0.15372517456988796,0.3713185514418988,0.10221508846791412,0.15372517456988796,0.36146511791272584,0.14883837954489612,0.5,0.15372517456988796,0.07915091554753821,0.09017301382485773,0.0,0.4669086785386763,0.1476970288359267 -3898,0.5,0.15372517456988796,0.4165495905902221,0.35430641811434094,0.15372517456988796,0.13688074617756557,0.31949066933893383,0.15372517456988796,0.532073836751106,0.1762877206935332,0.15372517456988796,0.5322300152164746,0.2339428465392374,0.15372517456988796,0.416279857644163,0.20070306991155584,0.15372517456988796,0.4766167722465101,0.11089496271678453,0.15372517456988796,0.467145185381039,0.11172863112584429,0.15372517456988796,0.493332215131995,0.10805483690974481,0.5,0.15372517456988796,0.4681084890704684,0.1792361872924495,0.15372517456988796,0.1448341506734979,0.05407519836320434,0.5,0.15372517456988796,0.4738567293880438,0.13498873337461625,0.15372517456988796,0.22927118598450405,0.09816225464420891,0.15372517456988796,0.24696592775413478,0.3825445701667294,0.15372517456988796,0.1529784227815329,0.20424705915086783,0.15372517456988796,0.3750699178246313,0.22317753566087534,0.15372517456988796,0.4889563304852991,0.12349738064980295,0.15372517456988796,0.49537144297865743,0.13044133148842185,0.5,0.15372517456988796,0.14684174814696782,0.09011579485552067,0.0,0.4923568441028847,0.09957956127692619 -3899,0.5,0.15372517456988796,0.3928513818831488,0.4240881849678597,0.15372517456988796,0.2004610169363245,0.3182483869456993,0.15372517456988796,0.6267990794980176,0.19796622625898655,0.15372517456988796,0.6202247880150313,0.2659652832909149,0.15372517456988796,0.2650789463854824,0.2047726290739733,0.15372517456988796,0.5672210854641402,0.1228593660202418,0.15372517456988796,0.5603247459152041,0.12900048230870725,0.15372517456988796,0.6020721296211982,0.12728847563430898,0.5,0.15372517456988796,0.5771208311711115,0.16532233124621976,0.15372517456988796,0.2676569796704831,0.06549901680789431,0.5,0.15372517456988796,0.5419272541618795,0.104764202787125,0.15372517456988796,0.2874557653472187,0.10990316709524262,0.15372517456988796,0.327135893424869,0.4521803798632835,0.15372517456988796,0.1653597367387495,0.20151858883206364,0.15372517456988796,0.3466993308855768,0.23433315609747107,0.15372517456988796,0.5639451592831771,0.12420485142700195,0.15372517456988796,0.5951723411425196,0.10463419185275531,0.5,0.15372517456988796,0.19174559012080478,0.07618552827475542,0.0,0.4681489897355847,0.16107634927232053 -3900,0.5,0.15372517456988796,0.39988022487281066,0.47720504620630555,0.15372517456988796,0.27467061899269923,0.3418095431557137,0.15372517456988796,0.6800179511078759,0.22077557914301119,0.15372517456988796,0.6642481891421866,0.30902173812675865,0.15372517456988796,0.16508868812370525,0.19062065869929146,0.15372517456988796,0.5643844737127948,0.15007926532115862,0.15372517456988796,0.5366846284640908,0.15376766179698645,0.15372517456988796,0.6773600263366693,0.13421986092217147,0.5,0.15372517456988796,0.6380682515832404,0.13733556369062105,0.15372517456988796,0.31127328903059454,0.06923292074600707,0.5,0.15372517456988796,0.5059630395619338,0.0922429940543807,0.15372517456988796,0.30785109870715427,0.11965563998517169,0.15372517456988796,0.3588009546169188,0.4882694105261913,0.15372517456988796,0.1980062351986718,0.21535753294960794,0.15372517456988796,0.334380121838156,0.2576020713492578,0.15372517456988796,0.6143305978550258,0.13678188920246476,0.15372517456988796,0.6530942348758707,0.09471598282842578,0.5,0.15372517456988796,0.2531527395359018,0.048715527906628316,0.0,0.40667438060932265,0.22566141467596046 -3901,0.5,0.15372517456988796,0.40556451587221143,0.5079702197544532,0.15372517456988796,0.35206382430986327,0.4211073182292117,0.15372517456988796,0.6932018245707683,0.2617335392738994,0.15372517456988796,0.6850560181746728,0.3531081534989044,0.15372517456988796,0.18422210881993858,0.1495045364730537,0.15372517456988796,0.5034583947376265,0.1977604958165568,0.15372517456988796,0.47868226538376535,0.20860046934994148,0.15372517456988796,0.7098517643028524,0.13610375242092235,0.5,0.15372517456988796,0.6632845974717063,0.1180468499140478,0.15372517456988796,0.3003201622050481,0.07927621721614289,0.5,0.15372517456988796,0.49087698144794945,0.09006848323388288,0.15372517456988796,0.3136479723823334,0.130046371939955,0.15372517456988796,0.38139502803399983,0.47811108548415016,0.15372517456988796,0.25003112344554956,0.216008519439295,0.15372517456988796,0.30438039274132295,0.28651881252866773,0.15372517456988796,0.6518979552574575,0.1557875429811697,0.15372517456988796,0.6611035922076859,0.10013653180205626,0.5,0.15372517456988796,0.30425666746101604,0.02778010851622264,0.0,0.2910069394377576,0.2052160916048753 -3902,0.5,0.15372517456988796,0.3798532661526994,0.5065821188078299,0.15372517456988796,0.25774926503041967,0.4885755762468921,0.15372517456988796,0.6639153117654757,0.3106508245668651,0.15372517456988796,0.6569602311468883,0.374505398327578,0.15372517456988796,0.27756829612821804,0.11303348991240196,0.15372517456988796,0.3860772089609444,0.22554227945820993,0.15372517456988796,0.38045721810908895,0.2528114060524382,0.15372517456988796,0.7008286713984417,0.14848569311634013,0.5,0.15372517456988796,0.640779356571512,0.11582493218323835,0.15372517456988796,0.2867748505388267,0.09323362807352202,0.5,0.15372517456988796,0.5088371672310465,0.10299377257999874,0.15372517456988796,0.3009059245703464,0.12894952257752232,0.15372517456988796,0.289292472876448,0.4401756498825812,0.15372517456988796,0.3417828182985615,0.24397344307540053,0.15372517456988796,0.2787771452442074,0.30696295968454634,0.15372517456988796,0.6259528990863883,0.18982424024178726,0.15372517456988796,0.6400858725040142,0.11440847362320578,0.5,0.15372517456988796,0.35068355410221874,0.016886201776299674,0.0,0.24348720174951513,0.1877296907833742 -3903,0.5,0.15372517456988796,0.38427937909217535,0.4931528164583938,0.15372517456988796,0.11895592690745484,0.4291881415397329,0.15372517456988796,0.596940973163692,0.35947458512390107,0.15372517456988796,0.5837052002604076,0.3922622447011473,0.15372517456988796,0.4080740234111082,0.11936554896896436,0.15372517456988796,0.3509516759451695,0.22410460538887772,0.15372517456988796,0.2920909551852102,0.260054488706879,0.15372517456988796,0.6473127011639495,0.16837218275758997,0.5,0.15372517456988796,0.5877930951702744,0.11478218613558205,0.15372517456988796,0.2914841713942038,0.08274235589005849,0.5,0.15372517456988796,0.46365064538825285,0.1135241742574901,0.15372517456988796,0.27367750061620033,0.1162940811672154,0.15372517456988796,0.26986967653073135,0.49566599547486434,0.15372517456988796,0.32551864140578424,0.29907756177463296,0.15372517456988796,0.27235875167488643,0.3077587192653132,0.15372517456988796,0.5321199709248345,0.21102597038176416,0.15372517456988796,0.5784313798611868,0.13084925932257807,0.5,0.15372517456988796,0.3528264257328775,0.014523229059684966,0.0,0.4890063030090961,0.20519175716180416 -3904,0.5,0.15372517456988796,0.300422310782973,0.47655564747056084,0.15372517456988796,0.11329372580153463,0.3696124130018704,0.15372517456988796,0.48144625949777,0.42373980056222377,0.15372517456988796,0.46796451731568917,0.4171452199607821,0.15372517456988796,0.3485339729716855,0.16900590611927643,0.15372517456988796,0.4011963377634989,0.20930858346008413,0.15372517456988796,0.31644167417565955,0.228601417855755,0.15372517456988796,0.5240042615732262,0.20856741175526614,0.5,0.15372517456988796,0.49218246045096714,0.1262156599594424,0.15372517456988796,0.2664196361305503,0.06669995496650208,0.5,0.15372517456988796,0.3859592235610153,0.12883759172686812,0.15372517456988796,0.24653836278553964,0.10577121053492934,0.15372517456988796,0.23538130644841548,0.54447579777522,0.15372517456988796,0.1871136254247624,0.3112392787053385,0.15372517456988796,0.24127428970509768,0.3093376780898887,0.15372517456988796,0.4250328911842257,0.2292265692884748,0.15372517456988796,0.47571567849791563,0.15139982520119577,0.5,0.15372517456988796,0.29455002872410785,0.019400776780210037,0.0,0.4791704610081637,0.16708106876450776 -3905,0.5,0.15372517456988796,0.20686377514800053,0.4224905937638589,0.15372517456988796,0.1050995430500945,0.3248122185135597,0.15372517456988796,0.3430539517683141,0.46010292763641075,0.15372517456988796,0.3323710447490622,0.4421957625101813,0.15372517456988796,0.1191938155823313,0.1810832595360501,0.15372517456988796,0.330832022844828,0.19080858623892472,0.15372517456988796,0.29226100708831837,0.17885782501131325,0.15372517456988796,0.3660073676846284,0.2388591854841713,0.5,0.15372517456988796,0.37352873640952877,0.14354167130911605,0.15372517456988796,0.18249691414354965,0.04702054785465687,0.5,0.15372517456988796,0.3068723995878509,0.1310993069997663,0.15372517456988796,0.20095678673251882,0.09519488571304859,0.15372517456988796,0.17149468532624385,0.5480762872398562,0.15372517456988796,0.1323108516803504,0.2950877742919479,0.15372517456988796,0.1538316526259301,0.2828384336571339,0.15372517456988796,0.30243262376811775,0.2531266975307557,0.15372517456988796,0.35166540902529414,0.15990976651753216,0.5,0.15372517456988796,0.2245291624040659,0.020517814155837293,0.0,0.2663140663169635,0.14468142785272045 -3906,0.5,0.15372517456988796,0.13689676653224994,0.34677662948619004,0.15372517456988796,0.08552964475648733,0.29059215625287405,0.15372517456988796,0.21735176132679665,0.462667361690342,0.15372517456988796,0.20449378739570664,0.42589458491168797,0.15372517456988796,0.06528741348630723,0.15848499508523253,0.15372517456988796,0.23117315073959382,0.18648056432137794,0.15372517456988796,0.17339851452843758,0.15240414095376326,0.15372517456988796,0.2576014891032428,0.2764115582841232,0.5,0.15372517456988796,0.253657482936428,0.15168052633669346,0.15372517456988796,0.10211022793422353,0.02353160884513874,0.5,0.15372517456988796,0.201954754807516,0.11704203038881593,0.15372517456988796,0.13078122711681892,0.07103185120589853,0.15372517456988796,0.11621462980612801,0.5534670168995527,0.15372517456988796,0.09280577619098143,0.2688131488464093,0.15372517456988796,0.09331468938326085,0.239109172101684,0.15372517456988796,0.1884080196188394,0.28064130033331103,0.15372517456988796,0.22764142846408963,0.14365900115368743,0.5,0.15372517456988796,0.12846948602893488,0.018809148394341592,0.0,0.2546007124370089,0.2116630338103589 -3907,0.5,0.15372517456988796,0.06081178706671868,0.29453679027118806,0.15372517456988796,0.08350284627213267,0.377733245837278,0.15372517456988796,0.10451773197369453,0.43456315191046874,0.15372517456988796,0.08990938791178958,0.3741092806848278,0.15372517456988796,0.033855202411969924,0.11511330110467358,0.15372517456988796,0.12175075765829921,0.1619877609540381,0.15372517456988796,0.0823240662562276,0.12767426356619233,0.15372517456988796,0.14191462233975483,0.26120271699611747,0.5,0.15372517456988796,0.13497581932438424,0.09950947874588105,0.15372517456988796,0.04541209219522399,0.008721910335946055,0.5,0.15372517456988796,0.09779234132059211,0.06708967542941151,0.15372517456988796,0.06504157169415917,0.04978451595166543,0.15372517456988796,0.06865713047869972,0.5114981329148444,0.15372517456988796,0.04995573124421629,0.22315834451232813,0.15372517456988796,0.038942525220514654,0.1858863857637948,0.15372517456988796,0.08948436691136696,0.3020241212616744,0.15372517456988796,0.1084454249551709,0.0808299091971323,0.5,0.15372517456988796,0.05437496994972375,0.014292401795796187,0.0,0.2941666987030329,0.28058084083068296 -3908,0.5,0.15372517456988796,0.010391431683587898,0.24534345718748576,0.15372517456988796,0.018706029759217556,0.3920233742938792,0.15372517456988796,0.02144758123228855,0.3596031019168779,0.15372517456988796,0.0081710949792195,0.2709525772217902,0.15372517456988796,0.011933626326764927,0.0662438672617814,0.15372517456988796,0.03655105382716451,0.09924019114823761,0.15372517456988796,0.02345094411502505,0.08471888233582073,0.15372517456988796,0.0361703326265741,0.18675093652350405,0.5,0.15372517456988796,0.03048882880539763,0.11860328097800728,0.15372517456988796,0.0003249383755835008,0.008837752801660635,0.5,0.15372517456988796,0.020527428998155014,0.07136777373590399,0.15372517456988796,0.013315101992038319,0.04596726500429169,0.15372517456988796,0.019762962733068025,0.38447244918426715,0.15372517456988796,0.021293881880379208,0.15132835791238694,0.15372517456988796,0.008394069425257684,0.12607823637133733,0.15372517456988796,0.01865778464800561,0.3104802439657909,0.15372517456988796,0.013420065040311431,0.08927636836553164,0.5,0.15372517456988796,5.410209796033939e-05,0.02393674653016888,0.0,0.4161722336046948,0.32982338399395944 -3909,0.5,0.15372517456988796,0.0,0.20768857279677574,0.15372517456988796,3.7242731612570073e-05,0.29119082487591075,0.15372517456988796,0.0,0.2788404495702332,0.15372517456988796,0.0,0.1732679558569744,0.15372517456988796,3.264178002958699e-05,0.04134771949184623,0.15372517456988796,0.0,0.06446365931166152,0.15372517456988796,0.0,0.061765153447716596,0.15372517456988796,0.0,0.11803997982786577,0.5,0.15372517456988796,0.0,0.16143164397810728,0.15372517456988796,0.0,0.012170356125307463,0.5,0.15372517456988796,0.0,0.11476324857880263,0.15372517456988796,0.0,0.05305405706983394,0.15372517456988796,3.680464539301081e-05,0.2995025229341242,0.15372517456988796,1.437425181471898e-05,0.1000346218440673,0.15372517456988796,0.0,0.0790979681815536,0.15372517456988796,0.0,0.2545736105573182,0.15372517456988796,0.0,0.14226642850460444,0.5,0.15372517456988796,0.0,0.0328474760896475,0.0,0.5492936471778285,0.37481475176898044 -3910,0.5,0.15372517456988796,0.0,0.20576554197102934,0.15372517456988796,0.0,0.17467548072035974,0.15372517456988796,0.0,0.22780666172765338,0.15372517456988796,0.0,0.1186292916084377,0.15372517456988796,0.0,0.037525514957354664,0.15372517456988796,0.0,0.04674150289563384,0.15372517456988796,0.0,0.054513449305592515,0.15372517456988796,0.0,0.06256439213853617,0.5,0.15372517456988796,0.0,0.18476018900545693,0.15372517456988796,0.0,0.01293452015050019,0.5,0.15372517456988796,0.0,0.2562598193742988,0.15372517456988796,0.0,0.06348322997617271,0.15372517456988796,0.0,0.2793658516133648,0.15372517456988796,0.0,0.09383129995513312,0.15372517456988796,0.0,0.06114954349122047,0.15372517456988796,0.0,0.1722136365761928,0.15372517456988796,0.0,0.22612358598950874,0.5,0.15372517456988796,0.0,0.03888632370676967,0.0,0.6841764834200872,0.4610047746212065 -3911,0.5,0.15372517456988796,0.0,0.23153259795474174,0.15372517456988796,0.0,0.12486938375862465,0.15372517456988796,0.0,0.19615916987493945,0.15372517456988796,0.0,0.10273690511900987,0.15372517456988796,0.0,0.031003149698826008,0.15372517456988796,0.0,0.03757133044888228,0.15372517456988796,0.0,0.036838396563326194,0.15372517456988796,0.0,0.030836679496981566,0.5,0.15372517456988796,0.0,0.17856627230064584,0.15372517456988796,0.0,0.015065325047310684,0.5,0.15372517456988796,0.0,0.4166001941194213,0.15372517456988796,0.0,0.08689255697977115,0.15372517456988796,0.0,0.259518948520685,0.15372517456988796,0.0,0.10034893912412049,0.15372517456988796,0.0,0.06054369371911422,0.15372517456988796,0.0,0.11205487676650204,0.15372517456988796,0.0,0.24355564163396057,0.5,0.15372517456988796,0.0,0.051690134328391465,0.0,0.7437447098689066,0.4879982470120173 -3912,0.5,0.15372517456988796,0.0,0.2576065417225914,0.15372517456988796,0.0,0.11667568208995603,0.15372517456988796,0.0,0.15025974668444148,0.15372517456988796,0.0,0.10878673845736214,0.15372517456988796,0.0,0.019619225378386982,0.15372517456988796,0.0,0.030756055780141504,0.15372517456988796,0.0,0.019806398087647527,0.15372517456988796,0.0,0.01716610274926732,0.5,0.15372517456988796,0.0,0.14029764437658415,0.15372517456988796,0.0,0.021614056826293866,0.5,0.15372517456988796,0.0,0.3288855839978631,0.15372517456988796,0.0,0.10639008144540579,0.15372517456988796,0.0,0.2453487109378327,0.15372517456988796,0.0,0.11591906475567748,0.15372517456988796,0.0,0.06414939827034653,0.15372517456988796,0.0,0.07476637025677761,0.15372517456988796,0.0,0.19495346051965562,0.5,0.15372517456988796,0.0,0.06425445081436865,0.0,0.7629246125896403,0.470644944643675 -3913,0.5,0.15372517456988796,0.0,0.29215452906074263,0.15372517456988796,0.0,0.125166364905608,0.15372517456988796,0.0,0.11907398922129252,0.15372517456988796,0.0,0.13602290002580722,0.15372517456988796,0.0,0.014838362939549954,0.15372517456988796,0.0,0.017720481755129268,0.15372517456988796,0.0,0.019825199677411316,0.15372517456988796,0.0,0.011973172686752477,0.5,0.15372517456988796,0.0,0.10403039362749712,0.15372517456988796,0.0,0.023755139747941283,0.5,0.15372517456988796,0.0,0.2365514170045526,0.15372517456988796,0.0,0.1075895583957232,0.15372517456988796,0.0,0.22974833398092048,0.15372517456988796,0.0,0.1374576980850959,0.15372517456988796,0.0,0.06382646945922443,0.15372517456988796,0.0,0.04480868367992075,0.15372517456988796,0.0,0.1364989049988065,0.5,0.15372517456988796,0.0,0.06439550030663302,0.0,0.8147940105184129,0.4622215461042937 -3914,0.5,0.15372517456988796,0.0,0.30930940937036655,0.15372517456988796,0.0,0.13331815241217346,0.15372517456988796,0.0,0.10055020150639206,0.15372517456988796,0.0,0.16722300400036275,0.15372517456988796,0.0,0.024026384479180755,0.15372517456988796,0.0,0.008650874618237613,0.15372517456988796,0.0,0.023270326983733974,0.15372517456988796,0.0,0.010144474098027285,0.5,0.15372517456988796,0.0,0.07711869065611293,0.15372517456988796,0.0,0.022235385887041673,0.5,0.15372517456988796,0.0,0.16114461826369628,0.15372517456988796,0.0,0.09354662464185279,0.15372517456988796,0.0,0.20791607912770052,0.15372517456988796,0.0,0.1485360544792178,0.15372517456988796,0.0,0.07245233319285099,0.15372517456988796,0.0,0.03241270992014899,0.15372517456988796,0.0,0.09483949797240929,0.5,0.15372517456988796,0.0,0.05060879968721184,0.0,0.821611063264679,0.48717465812664923 -3915,0.5,0.15372517456988796,0.0,0.30855645485304106,0.15372517456988796,0.0,0.13806696679144026,0.15372517456988796,0.0,0.09103156349790596,0.15372517456988796,0.0,0.1945246762820278,0.15372517456988796,0.0,0.03469339423188405,0.15372517456988796,0.0,0.005980231317930104,0.15372517456988796,0.0,0.03457937525559373,0.15372517456988796,0.0,0.009248453878816823,0.5,0.15372517456988796,0.0,0.0565397120104866,0.15372517456988796,0.0,0.020922687055885156,0.5,0.15372517456988796,0.0,0.1134848261940896,0.15372517456988796,0.0,0.07296036100592813,0.15372517456988796,0.0,0.21384044561374144,0.15372517456988796,0.0,0.16802273270617174,0.15372517456988796,0.0,0.0732518653767004,0.15372517456988796,0.0,0.041171162971257884,0.15372517456988796,0.0,0.07262772996552369,0.5,0.15372517456988796,0.0,0.0535392872105992,0.0,0.8432535142958554,0.5547725854390365 -3916,0.5,0.15372517456988796,0.0,0.3092333874727984,0.15372517456988796,0.0,0.15495579973713225,0.15372517456988796,0.0,0.08042461533742758,0.15372517456988796,0.0,0.19361453210927307,0.15372517456988796,0.0,0.044736400089722586,0.15372517456988796,0.0,0.008537880056228634,0.15372517456988796,0.0,0.024754177923765743,0.15372517456988796,0.0,0.00872261065098399,0.5,0.15372517456988796,0.0,0.04642870765783323,0.15372517456988796,0.0,0.02273862391869392,0.5,0.15372517456988796,0.0,0.07828494054216327,0.15372517456988796,0.0,0.057580977840414604,0.15372517456988796,0.0,0.2264765094527669,0.15372517456988796,0.0,0.1901766733287033,0.15372517456988796,0.0,0.07189551491330845,0.15372517456988796,0.0,0.046544500699923545,0.15372517456988796,0.0,0.06066519504494318,0.5,0.15372517456988796,0.0,0.07749741480397608,0.0,0.8629449706038492,0.5978440405708132 -3917,0.5,0.15372517456988796,0.0014556662343299003,0.3102016972051761,0.15372517456988796,0.0023222390625310145,0.1716232700342894,0.15372517456988796,0.0021250390840602583,0.09505602931868862,0.15372517456988796,0.0006925065314402776,0.2022065722159068,0.15372517456988796,0.0013386502339027483,0.051037133897525705,0.15372517456988796,0.00014941246975635523,0.01179681936255363,0.15372517456988796,0.0010446001928832882,0.017757349715447426,0.15372517456988796,6.230703464926808e-06,0.007954472415560309,0.5,0.15372517456988796,1.2221579252520302e-07,0.04197911490136179,0.15372517456988796,0.0001430122788830504,0.023391575644509714,0.5,0.15372517456988796,6.994038825968909e-05,0.0591656034946881,0.15372517456988796,2.2650825092245264e-05,0.04909056894119976,0.15372517456988796,0.0040874566975345515,0.23729151605617116,0.15372517456988796,0.0013117643096293074,0.2064487050446602,0.15372517456988796,0.002295439582028014,0.0783697941856962,0.15372517456988796,0.0008635797200639042,0.03391566183187463,0.15372517456988796,0.001951777431724798,0.04989509068531699,0.5,0.15372517456988796,0.0010172812319568685,0.08507354913483543,0.0,0.8721992451483973,0.6737114770515655 -3918,0.5,0.15372517456988796,0.016760893378887212,0.3285313751194065,0.15372517456988796,0.04998717012179829,0.19540054383950686,0.15372517456988796,0.039140439503589586,0.15641966682346947,0.15372517456988796,0.008114351176326886,0.2235151387891977,0.15372517456988796,0.034731663484269475,0.06881543066171544,0.15372517456988796,0.030995254405277485,0.01457599633217152,0.15372517456988796,0.04713682774496876,0.018408051988847953,0.15372517456988796,0.03384359753452136,0.006370620401268451,0.5,0.15372517456988796,0.04255189846154043,0.038184698821095577,0.15372517456988796,0.03788593507161323,0.030936428857031475,0.5,0.15372517456988796,0.04626076336125856,0.06442416468533985,0.15372517456988796,0.03171981006964124,0.057775185430396704,0.15372517456988796,0.039560911151155224,0.2699451399556559,0.15372517456988796,0.026894314897689144,0.2323131106856435,0.15372517456988796,0.031713594397729646,0.10680169248350735,0.15372517456988796,0.038193888630146985,0.031377282472762336,0.15372517456988796,0.05648187795624349,0.0629397722697347,0.5,0.15372517456988796,0.0361260349675622,0.11581062121308433,0.0,0.8876091188037692,0.7846970649893892 -3919,0.5,0.15372517456988796,0.05304703000003121,0.37697105575122924,0.15372517456988796,0.10906103814953126,0.2610952090245722,0.15372517456988796,0.1082687434020669,0.22081678503513527,0.15372517456988796,0.0224352157598168,0.2064100996904245,0.15372517456988796,0.10263985396697944,0.12996363079251627,0.15372517456988796,0.09802544157240864,0.031083571156736885,0.15372517456988796,0.11674650825180882,0.08058101864338038,0.15372517456988796,0.08759126539509786,0.022614407834585713,0.5,0.15372517456988796,0.11765821118472891,0.08563978199255433,0.15372517456988796,0.10800142041368115,0.055692186940851256,0.5,0.15372517456988796,0.12446590599083404,0.1739019855036421,0.15372517456988796,0.10477913839094541,0.08322162212098434,0.15372517456988796,0.0558160891046031,0.4292292149543285,0.15372517456988796,0.055735241406960886,0.3050059967291577,0.15372517456988796,0.06834557703666681,0.15781204859189366,0.15372517456988796,0.11319536665129365,0.08389246836277371,0.15372517456988796,0.14036231855714773,0.14936565559420545,0.5,0.15372517456988796,0.10709028324107205,0.13550639468190476,0.0,0.8904426810313582,0.8292232536711065 -3920,0.5,0.15372517456988796,0.10752555434490577,0.4600245542406692,0.15372517456988796,0.0905350715108042,0.3283888259516081,0.15372517456988796,0.19271019397254574,0.2571987386981506,0.15372517456988796,0.06681616538234972,0.2040287171135098,0.15372517456988796,0.1834332179643055,0.21018078477636776,0.15372517456988796,0.2102456054010075,0.05391817272555939,0.15372517456988796,0.21388100077866506,0.13831529455954908,0.15372517456988796,0.14507414111806957,0.07935729285362587,0.5,0.15372517456988796,0.23480727790188646,0.24403058226641425,0.15372517456988796,0.20393054375528646,0.07983070964573821,0.5,0.15372517456988796,0.24372758693958158,0.3093771291583061,0.15372517456988796,0.22095510456262957,0.1372757589208903,0.15372517456988796,0.049812310883155006,0.571006225419053,0.15372517456988796,0.05469143969286845,0.3510536847475651,0.15372517456988796,0.13819534867200872,0.26284860606698773,0.15372517456988796,0.20287547037436426,0.1663633303747328,0.15372517456988796,0.26191892018687296,0.2440053792498315,0.5,0.15372517456988796,0.21384338685737986,0.1682119537165468,0.0,0.9478662838786827,0.8307087249848348 -3921,0.5,0.15372517456988796,0.17972015135711883,0.6042758927181798,0.15372517456988796,0.04231616864544272,0.4757397550000575,0.15372517456988796,0.24699342750301206,0.2574503677686751,0.15372517456988796,0.14380451133294841,0.2559551931005136,0.15372517456988796,0.2009271443937974,0.2817624310592549,0.15372517456988796,0.3350926982805455,0.07824766090090063,0.15372517456988796,0.32763639597309935,0.2021608487532971,0.15372517456988796,0.205814592118644,0.07193348892595662,0.5,0.15372517456988796,0.35728836225778304,0.3420386111959667,0.15372517456988796,0.3159057054362978,0.1034509008047346,0.5,0.15372517456988796,0.37709039253129084,0.34569113168435306,0.15372517456988796,0.3512948514070545,0.207672847270157,0.15372517456988796,0.04316920654575965,0.5340371775971253,0.15372517456988796,0.0436875560639356,0.4182574189122009,0.15372517456988796,0.19970354362913517,0.3962635637924268,0.15372517456988796,0.28867442794553194,0.189849337013636,0.15372517456988796,0.3926487225985888,0.27567979347574706,0.5,0.15372517456988796,0.34495793528850105,0.18620585369779988,0.0,0.9515581501036094,0.7546016178319754 -3922,0.5,0.15372517456988796,0.21493592800009725,0.7279030213054586,0.15372517456988796,0.027515586531492116,0.6349665531090152,0.15372517456988796,0.3321928006768088,0.3443336334453907,0.15372517456988796,0.2304050025662545,0.323385900772417,0.15372517456988796,0.19503657917477962,0.3566309395320124,0.15372517456988796,0.4423474321957478,0.09761543184710096,0.15372517456988796,0.4030303153243053,0.25271511807607305,0.15372517456988796,0.30161454632919626,0.05939118765541813,0.5,0.15372517456988796,0.46130250430972436,0.3159306174425997,0.15372517456988796,0.43925876012687326,0.127164690796503,0.5,0.15372517456988796,0.5169419403390647,0.3036522087873479,0.15372517456988796,0.4829396203786541,0.27279740907816463,0.15372517456988796,0.11355182353140204,0.551002743971398,0.15372517456988796,0.04133164750613498,0.48096215662343234,0.15372517456988796,0.2060440472579577,0.6057696846653984,0.15372517456988796,0.377875202427132,0.21088751529899816,0.15372517456988796,0.5148071047838463,0.2547135275411681,0.5,0.15372517456988796,0.46764579223334884,0.20115878751034713,0.0,0.7843030979839117,0.5773549460817664 -3923,0.5,0.15372517456988796,0.22726838051385354,0.7894960996024102,0.15372517456988796,0.03854789576665917,0.6970990612225535,0.15372517456988796,0.3037002055027663,0.39498653321995997,0.15372517456988796,0.25606356704136723,0.3754336696431138,0.15372517456988796,0.17567716479850826,0.3926271021893949,0.15372517456988796,0.5075412944067984,0.12920131684981193,0.15372517456988796,0.4239406684277198,0.33086656247458324,0.15372517456988796,0.4206763614249221,0.049906044390217265,0.5,0.15372517456988796,0.5384940850686168,0.27341867077274723,0.15372517456988796,0.5306271946284261,0.13831498310847556,0.5,0.15372517456988796,0.6294210657018283,0.2393904634025046,0.15372517456988796,0.5853785334677706,0.3040183514929209,0.15372517456988796,0.17723934276718678,0.6066600656698538,0.15372517456988796,0.03889825644635708,0.5296058607649496,0.15372517456988796,0.1270564671052251,0.6934318986955567,0.15372517456988796,0.38531756872103473,0.2209558253219403,0.15372517456988796,0.6002420183465362,0.23634371348266348,0.5,0.15372517456988796,0.5503432012350064,0.21229615618682116,0.0,0.7888927875324663,0.42217116785153624 -3924,0.5,0.15372517456988796,0.22191880516608625,0.858266874420926,0.15372517456988796,0.023425634345686612,0.6627228622803583,0.15372517456988796,0.21666247196588562,0.48302960724119604,0.15372517456988796,0.29271204773204795,0.5018920120742911,0.15372517456988796,0.14453227669249488,0.37505882502289345,0.15372517456988796,0.5464040917060669,0.1804817261895135,0.15372517456988796,0.3915936443137581,0.43385300797794624,0.15372517456988796,0.5542440375895827,0.05749337008380433,0.5,0.15372517456988796,0.6174660335418184,0.23282441770630927,0.15372517456988796,0.5839039199935393,0.1294337918420368,0.5,0.15372517456988796,0.6930061164566674,0.21522913945465627,0.15372517456988796,0.6216513026678239,0.29690754491708216,0.15372517456988796,0.28007500704714544,0.7165276405325522,0.15372517456988796,0.038235132773125645,0.508362640656649,0.15372517456988796,0.09251088278929269,0.7372246500166719,0.15372517456988796,0.34869280672006286,0.25785197632585205,0.15372517456988796,0.6405757344259613,0.23589684240749104,0.5,0.15372517456988796,0.6072311655241124,0.21726226930594084,0.0,0.8352856981488055,0.3800718622614976 -3925,0.5,0.15372517456988796,0.24210575008324586,0.8473168845703861,0.15372517456988796,0.04115839824797467,0.6312701818031607,0.15372517456988796,0.13925123741183124,0.5342423889577357,0.15372517456988796,0.2139173928364635,0.5583879831810016,0.15372517456988796,0.13676931551030103,0.396100281603889,0.15372517456988796,0.5169302518640736,0.2624378662001657,0.15372517456988796,0.27236986110193107,0.4992726798740897,0.15372517456988796,0.5982407206128213,0.09820338046227237,0.5,0.15372517456988796,0.6867427235815076,0.2134246260575838,0.15372517456988796,0.6131649533035746,0.11095088717422852,0.5,0.15372517456988796,0.7187922156413524,0.1917969137404211,0.15372517456988796,0.6369767852948665,0.27288772523005106,0.15372517456988796,0.4269548843183675,0.8480474645616424,0.15372517456988796,0.03785501610648333,0.48803456727488537,0.15372517456988796,0.07632756824708166,0.703239194066763,0.15372517456988796,0.26585753079099156,0.309871666541014,0.15372517456988796,0.6445686430698108,0.2404516569331276,0.5,0.15372517456988796,0.633372010169108,0.23805139634256206,0.0,0.8692130189188793,0.32718643614449266 -3926,0.5,0.15372517456988796,0.21788641824485333,0.8575607116269396,0.15372517456988796,0.1672176496677792,0.6766305160095061,0.15372517456988796,0.09206735760453427,0.5309801869464353,0.15372517456988796,0.11779291075144373,0.6149882626890978,0.15372517456988796,0.1403852268970736,0.43502864409772396,0.15372517456988796,0.32289318016343505,0.30361814305275237,0.15372517456988796,0.148952377770654,0.4145707008659778,0.15372517456988796,0.49002896945895524,0.14513373539984914,0.5,0.15372517456988796,0.6837925542716224,0.23588639722604807,0.15372517456988796,0.6217229308171789,0.1010863121690838,0.5,0.15372517456988796,0.6934383803496325,0.17017455934858702,0.15372517456988796,0.6133809979653988,0.24482137313904828,0.15372517456988796,0.5412143751733471,0.9101951533676798,0.15372517456988796,0.050876742229722126,0.4434829538390753,0.15372517456988796,0.06600964696660594,0.7096918840654459,0.15372517456988796,0.1847507708990408,0.3098729280931605,0.15372517456988796,0.5932436928496548,0.26264544269606954,0.5,0.15372517456988796,0.5819721904506864,0.24384415974407384,0.0,0.8206188344688609,0.3630608654731035 -3927,0.5,0.15372517456988796,0.2168550099994621,0.8456862747758332,0.15372517456988796,0.4188509437738031,0.9113946561382849,0.15372517456988796,0.06941946942631264,0.5315226170646625,0.15372517456988796,0.05734791616251119,0.6113177940620504,0.15372517456988796,0.12554897062443854,0.5351383887475192,0.15372517456988796,0.14241342383481606,0.2673930727463525,0.15372517456988796,0.11234002112659962,0.33353385262155516,0.15372517456988796,0.27261815505706455,0.15771772332927597,0.5,0.15372517456988796,0.6137035226929698,0.2615384048679348,0.15372517456988796,0.5580197172892836,0.10344759848595682,0.5,0.15372517456988796,0.6340423984969746,0.19723456406691087,0.15372517456988796,0.5581880500408132,0.25384765350352906,0.15372517456988796,0.522484025292459,0.9143895762930511,0.15372517456988796,0.12328433978985846,0.49092479425121627,0.15372517456988796,0.050531376534902805,0.6079793851697737,0.15372517456988796,0.12881504137843744,0.268377092639481,0.15372517456988796,0.5026774688802211,0.29617333555306363,0.5,0.15372517456988796,0.5145008850853698,0.25447586354147267,0.0,0.6866461247148512,0.46264467940003473 -3928,0.5,0.15372517456988796,0.20847358367067356,0.7898383864472398,0.15372517456988796,0.2464693591715802,0.8998905463473964,0.15372517456988796,0.0501010766808846,0.5531533434234999,0.15372517456988796,0.032421226232178385,0.6374408051230599,0.15372517456988796,0.05774113176437962,0.4409392217813109,0.15372517456988796,0.09034496960258925,0.2418401259608467,0.15372517456988796,0.06300044901368751,0.29355907035206685,0.15372517456988796,0.1368866036849503,0.14922964652879794,0.5,0.15372517456988796,0.4943425877198466,0.2872829359792867,0.15372517456988796,0.4746793661519285,0.12060979656615789,0.5,0.15372517456988796,0.5200397154365216,0.27192385020053145,0.15372517456988796,0.4669715572884023,0.3012138225004254,0.15372517456988796,0.46708071037234156,0.8889541421102818,0.15372517456988796,0.18535396458795503,0.534243118571712,0.15372517456988796,0.056762753231136324,0.548002182894717,0.15372517456988796,0.0972778844028314,0.2278672012408358,0.15372517456988796,0.3689839115310165,0.34555781558253396,0.5,0.15372517456988796,0.42833722454796286,0.26833648114450287,0.0,0.413606141847994,0.4773083086437723 -3929,0.5,0.15372517456988796,0.16706904180261611,0.6619688898803495,0.15372517456988796,0.2260696873186101,0.8612878239161673,0.15372517456988796,0.026490283559104683,0.5126039336188919,0.15372517456988796,0.014939973484170397,0.5816836842335893,0.15372517456988796,0.022771946830123485,0.3911123874317346,0.15372517456988796,0.04811950970286192,0.19571214591025474,0.15372517456988796,0.03447180018230091,0.28729577603462886,0.15372517456988796,0.08123102984514478,0.1243769054364897,0.5,0.15372517456988796,0.35434424701311157,0.33330031137161475,0.15372517456988796,0.33225817318222406,0.13784678364010824,0.5,0.15372517456988796,0.3723473734401936,0.3991040460322365,0.15372517456988796,0.33736884296547326,0.31617016235339634,0.15372517456988796,0.35428653784177777,0.8239317548071994,0.15372517456988796,0.19191357578287463,0.5662317205019911,0.15372517456988796,0.09088540793766375,0.572404543912869,0.15372517456988796,0.06493363523339865,0.1984069808907828,0.15372517456988796,0.2517098389180671,0.3927426305163316,0.5,0.15372517456988796,0.3159588331778933,0.2854710250417128,0.0,0.3402733090083161,0.4946007275093607 -3930,0.5,0.15372517456988796,0.13858897569406176,0.5903332796426463,0.15372517456988796,0.19739233240954068,0.8178137323400914,0.15372517456988796,0.00912201577906996,0.39811885076035314,0.15372517456988796,0.005586735524280157,0.4748099472998384,0.15372517456988796,0.012606681200406165,0.31108388466714754,0.15372517456988796,0.029332465036372834,0.19429101475000576,0.15372517456988796,0.0173939666680442,0.24445586130763905,0.15372517456988796,0.04159366560702329,0.09587855174072024,0.5,0.15372517456988796,0.21975659731487185,0.31384225327094895,0.15372517456988796,0.20344113507442857,0.12521596420190784,0.5,0.15372517456988796,0.23349332761239155,0.4751099049235528,0.15372517456988796,0.21812244346358522,0.2680048987092317,0.15372517456988796,0.24162965667374614,0.7124604577140362,0.15372517456988796,0.1847657191368121,0.5439293263196596,0.15372517456988796,0.06137937861566356,0.5103302669642958,0.15372517456988796,0.03472874377834917,0.182069778337536,0.15372517456988796,0.1496033630249065,0.3833926727838119,0.5,0.15372517456988796,0.193926224975929,0.24010078103486673,0.0,0.2710094996042911,0.4885604227758575 -3931,0.5,0.15372517456988796,0.07053330372206532,0.4666810817843075,0.15372517456988796,0.11586194941121218,0.7173878918934109,0.15372517456988796,0.009227454706143789,0.36869780407798974,0.15372517456988796,0.007519706491925773,0.3867199309299745,0.15372517456988796,0.018936748593399107,0.21465473546581437,0.15372517456988796,0.016434367573840442,0.1942992850617149,0.15372517456988796,0.0061305644734011445,0.2374433118003926,0.15372517456988796,0.018006763892233466,0.06717231186249296,0.5,0.15372517456988796,0.10982760237018777,0.2178080625843853,0.15372517456988796,0.0968713918654353,0.0859112009356709,0.5,0.15372517456988796,0.1073838106142812,0.40356931715605865,0.15372517456988796,0.10811302156408123,0.1663733664493746,0.15372517456988796,0.12736087650218103,0.5826833999913291,0.15372517456988796,0.11834349539552841,0.4516150655060216,0.15372517456988796,0.03654189721895573,0.38527288898889434,0.15372517456988796,0.013266153883512186,0.1285720311081138,0.15372517456988796,0.07057454467266534,0.3283733174729445,0.5,0.15372517456988796,0.07049189620024009,0.13930640949466697,0.0,0.15863992559155862,0.4663976308484522 -3932,0.5,0.15372517456988796,0.015176983726973653,0.3294827936568113,0.15372517456988796,0.03526522573106856,0.4951172313555606,0.15372517456988796,0.00589904075609812,0.33737096291453084,0.15372517456988796,0.002976198924446374,0.313536542766336,0.15372517456988796,0.022823808547035796,0.1081247204537437,0.15372517456988796,0.0038989492772691803,0.16776765789371534,0.15372517456988796,0.0011264040491853213,0.2868121485787747,0.15372517456988796,0.00364180350133113,0.05072246246648143,0.5,0.15372517456988796,0.029316831029461567,0.09577292794723061,0.15372517456988796,0.0011787003104274114,0.06485178380254407,0.5,0.15372517456988796,0.021989706333332266,0.22005394880634685,0.15372517456988796,0.018089781129092826,0.13355892017575224,0.15372517456988796,0.042247680960180625,0.4013122784574822,0.15372517456988796,0.04284681966396998,0.27773468813560864,0.15372517456988796,0.015071732690910635,0.2828101504280277,0.15372517456988796,0.0031393469820107014,0.11477613951070698,0.15372517456988796,0.008916728905920483,0.2224772040939831,0.5,0.15372517456988796,0.0,0.08806158197010802,0.0,0.0759990039748988,0.4375702266429844 -3933,0.5,0.15372517456988796,0.0,0.21912188245296635,0.15372517456988796,0.0,0.3170274911321646,0.15372517456988796,0.0,0.2265853211653696,0.15372517456988796,0.0,0.251807078460459,0.15372517456988796,0.0,0.06618421619468154,0.15372517456988796,0.00011926247323902808,0.12355201753379098,0.15372517456988796,9.480445290365115e-09,0.20391557366452714,0.15372517456988796,1.7422019463009736e-05,0.03969763564532097,0.5,0.15372517456988796,0.0,0.03671195255699149,0.15372517456988796,0.0,0.06093619828916532,0.5,0.15372517456988796,0.0,0.09759852900386584,0.15372517456988796,0.0,0.12459767997172906,0.15372517456988796,0.0,0.2777433801241279,0.15372517456988796,0.0,0.192444898472063,0.15372517456988796,1.336477180438706e-07,0.20483954777235816,0.15372517456988796,0.0,0.11478537267489855,0.15372517456988796,0.0,0.1494888093320238,0.5,0.15372517456988796,0.0,0.07378744230659434,0.0,0.0787890356676714,0.41978831253804283 -3934,0.5,0.15372517456988796,0.0,0.17002208023700166,0.15372517456988796,0.0,0.2195772050455428,0.15372517456988796,0.0,0.14600631296277877,0.15372517456988796,0.0,0.23106853072487216,0.15372517456988796,0.0,0.05358528891729272,0.15372517456988796,0.0,0.073921099047458,0.15372517456988796,0.0,0.11676937488116941,0.15372517456988796,0.0,0.030852706276446942,0.5,0.15372517456988796,0.0,0.014882975321502446,0.15372517456988796,0.0,0.03952362050571567,0.5,0.15372517456988796,0.0,0.0344122431948844,0.15372517456988796,0.0,0.10398624928573602,0.15372517456988796,0.0,0.23981135591725453,0.15372517456988796,0.0,0.16560368539059594,0.15372517456988796,0.0,0.16610896029191446,0.15372517456988796,0.0,0.09353606311960874,0.15372517456988796,0.0,0.10415785578630668,0.5,0.15372517456988796,0.0,0.048606814612163596,0.0,0.14353003012571788,0.4644165841060348 -3935,0.5,0.15372517456988796,0.0,0.17429126877895854,0.15372517456988796,0.0,0.16948722165711802,0.15372517456988796,0.0,0.12100878068560032,0.15372517456988796,0.0,0.20370192489767364,0.15372517456988796,0.0,0.047881356392144137,0.15372517456988796,0.0,0.05199749567655808,0.15372517456988796,0.0,0.07162141881469958,0.15372517456988796,0.0,0.027196037519647352,0.5,0.15372517456988796,0.0,0.009338309176755544,0.15372517456988796,0.0,0.026979014278834423,0.5,0.15372517456988796,0.0,0.009105965617226607,0.15372517456988796,0.0,0.07569587831231213,0.15372517456988796,0.0,0.22660492895846124,0.15372517456988796,0.0,0.1629248465916096,0.15372517456988796,0.0,0.14248437745320475,0.15372517456988796,0.0,0.06217739978214145,0.15372517456988796,0.0,0.07054384972135108,0.5,0.15372517456988796,0.0,0.03837248544794248,0.0,0.24038351083708068,0.4839405136595498 -3936,0.5,0.15372517456988796,0.0,0.18334999067858593,0.15372517456988796,0.0,0.1373151938640885,0.15372517456988796,0.0,0.12990275247111668,0.15372517456988796,0.0,0.2051112093693474,0.15372517456988796,0.0,0.050981306938423857,0.15372517456988796,0.0,0.04763522877219943,0.15372517456988796,0.0,0.046070803974617325,0.15372517456988796,0.0,0.029495491429090397,0.5,0.15372517456988796,0.0,0.00896281221257686,0.15372517456988796,0.0,0.02135963548376378,0.5,0.15372517456988796,0.0,0.001446233605745234,0.15372517456988796,0.0,0.05562070470908885,0.15372517456988796,0.0,0.20730685165640225,0.15372517456988796,0.0,0.15964338922665944,0.15372517456988796,0.0,0.13003927345725153,0.15372517456988796,0.0,0.04061724243733286,0.15372517456988796,0.0,0.03672600377195022,0.5,0.15372517456988796,0.0,0.03169165018844748,0.0,0.23746314612634756,0.5637278667405191 -3937,0.5,0.15372517456988796,0.0,0.16770323935333772,0.15372517456988796,0.0,0.12959688177461193,0.15372517456988796,0.0,0.1258891307484188,0.15372517456988796,0.0,0.2227469326737936,0.15372517456988796,0.0,0.05341625700507728,0.15372517456988796,0.0,0.03995607215918354,0.15372517456988796,0.0,0.03131947809241452,0.15372517456988796,0.0,0.03373268353880167,0.5,0.15372517456988796,0.0,0.008657423178477668,0.15372517456988796,0.0,0.016092149869982957,0.5,0.15372517456988796,0.0,0.0003720758997554248,0.15372517456988796,0.0,0.036198344292012116,0.15372517456988796,0.0,0.1728810034092784,0.15372517456988796,0.0,0.1541300191846301,0.15372517456988796,0.0,0.12040555635843095,0.15372517456988796,0.0,0.025251686348801098,0.15372517456988796,0.0,0.02123000879428472,0.5,0.15372517456988796,0.0,0.02581154492009276,0.0,0.2005825386739975,0.6052492298914662 -3938,0.5,0.15372517456988796,0.0,0.14976709928090776,0.15372517456988796,0.0,0.12686178175441745,0.15372517456988796,0.0,0.1222916269689237,0.15372517456988796,0.0,0.2562086249782917,0.15372517456988796,0.0,0.05020481639469789,0.15372517456988796,0.0,0.03434454572478551,0.15372517456988796,0.0,0.022856237804879602,0.15372517456988796,0.0,0.028734762355359794,0.5,0.15372517456988796,0.0,0.007964583918903211,0.15372517456988796,0.0,0.010726577726011762,0.5,0.15372517456988796,0.0,0.0004135524637564207,0.15372517456988796,0.0,0.020780832987344327,0.15372517456988796,0.0,0.14695151781528146,0.15372517456988796,0.0,0.1621902759441205,0.15372517456988796,0.0,0.12531709141630762,0.15372517456988796,0.0,0.02066407187284726,0.15372517456988796,0.0,0.020997240036470046,0.5,0.15372517456988796,0.0,0.01724278886883438,0.0,0.14204954069514722,0.5576713556052476 -3939,0.5,0.15372517456988796,0.0,0.13507566746945202,0.15372517456988796,0.0,0.12475246221121708,0.15372517456988796,0.0,0.141725542468229,0.15372517456988796,0.0,0.2588314776365577,0.15372517456988796,0.0,0.04747492936979826,0.15372517456988796,0.0,0.0364202858675068,0.15372517456988796,0.0,0.016602356945936692,0.15372517456988796,0.0,0.03525144546894051,0.5,0.15372517456988796,0.0,0.009327601165394243,0.15372517456988796,0.0,0.009423217245287968,0.5,0.15372517456988796,0.0,0.0007352275354658057,0.15372517456988796,0.0,0.013080173069900952,0.15372517456988796,0.0,0.12739845148297632,0.15372517456988796,0.0,0.19076837931062618,0.15372517456988796,0.0,0.1435575737819598,0.15372517456988796,0.0,0.02031423666192729,0.15372517456988796,0.0,0.028017547973171908,0.5,0.15372517456988796,0.0,0.011758384090325799,0.0,0.09628429326201302,0.4752525927064977 -3940,0.5,0.15372517456988796,0.0,0.12598212244436086,0.15372517456988796,0.0,0.12176374900494975,0.15372517456988796,0.0,0.16596714398919737,0.15372517456988796,0.0,0.2433699116493258,0.15372517456988796,0.0,0.042052364457665456,0.15372517456988796,0.0,0.03749213921780677,0.15372517456988796,0.0,0.013951179301563112,0.15372517456988796,0.0,0.05167380564220615,0.5,0.15372517456988796,0.0,0.014707942009918696,0.15372517456988796,0.0,0.007205372383946194,0.5,0.15372517456988796,0.0,0.001322591517121065,0.15372517456988796,0.0,0.008200831916497559,0.15372517456988796,0.0,0.10844049262437255,0.15372517456988796,0.0,0.18567543932319805,0.15372517456988796,0.0,0.16242950687174337,0.15372517456988796,0.0,0.02033610464606605,0.15372517456988796,0.0,0.019208806942816764,0.5,0.15372517456988796,0.0,0.011209394233055838,0.0,0.11419773753058474,0.3982838215587201 -3941,0.5,0.15372517456988796,0.003050934010254607,0.1290101356780166,0.15372517456988796,0.0003773432383249206,0.10875233293944236,0.15372517456988796,0.0012940113885468502,0.1759259952556127,0.15372517456988796,0.0009688954187881213,0.2471427673651584,0.15372517456988796,0.000908779247556611,0.03794813845315175,0.15372517456988796,0.00018459574120810216,0.031531524252592535,0.15372517456988796,0.0011147180983518878,0.01989759947551939,0.15372517456988796,1.0235140652962183e-06,0.07033260960368959,0.5,0.15372517456988796,0.0,0.0299733698982531,0.15372517456988796,3.718854241911748e-05,0.005128531999370928,0.5,0.15372517456988796,9.611356473373914e-06,0.004114352643549729,0.15372517456988796,7.216813624457109e-07,0.006433038072742861,0.15372517456988796,0.0036087885185113852,0.10155814082569393,0.15372517456988796,0.0006505005512765482,0.17529988869729468,0.15372517456988796,0.0013018953800788386,0.1682423871497672,0.15372517456988796,0.0011165147937614763,0.028240671567716542,0.15372517456988796,0.0006010235459743508,0.019776631873069335,0.5,0.15372517456988796,0.0008376892676506176,0.013439245050220103,0.0,0.1565345193143227,0.34786218304098965 -3942,0.5,0.15372517456988796,0.025902690203889037,0.14755804900936534,0.15372517456988796,0.0076628290381174505,0.09921507981194884,0.15372517456988796,0.020618952131201962,0.2133816161857255,0.15372517456988796,0.010954993156931539,0.2679771619911875,0.15372517456988796,0.014077058684164926,0.062245764780922884,0.15372517456988796,0.04232713953914857,0.035152168901360324,0.15372517456988796,0.03762164896981874,0.03771744993003441,0.15372517456988796,0.008739310228298115,0.0784466628097418,0.5,0.15372517456988796,0.0032281334514186314,0.057975424698766265,0.15372517456988796,0.02881395746577967,0.0037293539623260157,0.5,0.15372517456988796,0.009393413214229865,0.008165740002729826,0.15372517456988796,0.03485473168919187,0.006356351862500755,0.15372517456988796,0.04157922481574155,0.11134141636935271,0.15372517456988796,0.008450136009519861,0.16475517090630587,0.15372517456988796,0.014864355891868162,0.17764501052415038,0.15372517456988796,0.03407883289859779,0.05797773241387725,0.15372517456988796,0.018774056907262915,0.045443495207336114,0.5,0.15372517456988796,0.0215527438609395,0.02416559542274398,0.0,0.17179214150927333,0.2721899454411273 -3943,0.5,0.15372517456988796,0.05930784008095431,0.18454949905152682,0.15372517456988796,0.06626645130034381,0.12390283848329693,0.15372517456988796,0.061986625324117264,0.2510628919536667,0.15372517456988796,0.036281211397210265,0.2780367016022558,0.15372517456988796,0.0315161184823466,0.12697173974746467,0.15372517456988796,0.11295982522087493,0.07863754755198588,0.15372517456988796,0.07641526876687076,0.07430528507024459,0.15372517456988796,0.05481697889774339,0.10407433275764469,0.5,0.15372517456988796,0.01649706536011453,0.09350457593952019,0.15372517456988796,0.07844128402877858,0.0072228729369487495,0.5,0.15372517456988796,0.018492206386318467,0.01883031531632804,0.15372517456988796,0.09555177384391376,0.018586156522414795,0.15372517456988796,0.09727720841026034,0.15149572791937554,0.15372517456988796,0.03173819561410697,0.14624891079227081,0.15372517456988796,0.03464291127420618,0.17664520004731357,0.15372517456988796,0.08981386460183456,0.1169753796999615,0.15372517456988796,0.05930478885661675,0.08677790179736347,0.5,0.15372517456988796,0.0662302820522882,0.029373096430976447,0.0,0.26652475770470546,0.1821856922059443 -3944,0.5,0.15372517456988796,0.10772277646603087,0.24532327535841472,0.15372517456988796,0.20444761593094282,0.2130824668039782,0.15372517456988796,0.10235801426097868,0.26307570037228034,0.15372517456988796,0.04862426982736157,0.2655139046446196,0.15372517456988796,0.05795455108178061,0.14271654318488475,0.15372517456988796,0.19609223912621723,0.1398687856571204,0.15372517456988796,0.09717910267286059,0.11600871832103862,0.15372517456988796,0.16624384089503208,0.1644577484981682,0.5,0.15372517456988796,0.05878374318439663,0.16619519921016557,0.15372517456988796,0.1468811456496254,0.02469042614327271,0.5,0.15372517456988796,0.03505410983282134,0.05134672318549588,0.15372517456988796,0.15949992313559463,0.05193154120420698,0.15372517456988796,0.18153092615866126,0.17042810391769964,0.15372517456988796,0.08048446880058598,0.13673105719730586,0.15372517456988796,0.06690907574711552,0.17541448138320093,0.15372517456988796,0.14298527223965665,0.1845021857022364,0.15372517456988796,0.12465661461432273,0.12383965912400746,0.5,0.15372517456988796,0.12459885293018472,0.03062852208759185,0.0,0.3126891872401445,0.12437934784400521 -3945,0.5,0.15372517456988796,0.19339698449654472,0.28987582509429893,0.15372517456988796,0.22369931966147621,0.20024003110777167,0.15372517456988796,0.1075885810200676,0.24958477300855797,0.15372517456988796,0.05948710748544704,0.25268169134604673,0.15372517456988796,0.08122342860624869,0.11530323662952023,0.15372517456988796,0.2331098690975481,0.12826215015572923,0.15372517456988796,0.10364727085598387,0.12039440872179288,0.15372517456988796,0.2915872055120689,0.21512504206930913,0.5,0.15372517456988796,0.13688311239841708,0.2390525324384851,0.15372517456988796,0.21920951043441317,0.055156799675852845,0.5,0.15372517456988796,0.10204974747977175,0.10022612859776364,0.15372517456988796,0.21704801909853688,0.1039857170938431,0.15372517456988796,0.29967999219681707,0.21654627039861693,0.15372517456988796,0.13435303507021457,0.11998952351215147,0.15372517456988796,0.11484049372741303,0.21035049067530873,0.15372517456988796,0.1325655306194496,0.20251061918177854,0.15372517456988796,0.1972148698761027,0.16428416794299805,0.5,0.15372517456988796,0.18263559266538798,0.033752181475720976,0.0,0.35776591921397094,0.06413552919382094 -3946,0.5,0.15372517456988796,0.27378593783182276,0.34740797740545115,0.15372517456988796,0.18004332016579788,0.18257147483556632,0.15372517456988796,0.12535500164000868,0.24404364664229689,0.15372517456988796,0.11814389205684467,0.2541761407209173,0.15372517456988796,0.11644666342597629,0.08581954676397613,0.15372517456988796,0.22251781085629885,0.12438708419974484,0.15372517456988796,0.10366459818775646,0.1413121980856907,0.15372517456988796,0.24769752059307965,0.1888554097301795,0.5,0.15372517456988796,0.23261655572014067,0.2514933778678973,0.15372517456988796,0.3002813058182962,0.0685073443129841,0.5,0.15372517456988796,0.2521861678516337,0.1510953007795817,0.15372517456988796,0.29222670278016577,0.1635585302086067,0.15372517456988796,0.3906632861258629,0.2813228119888181,0.15372517456988796,0.21807067651699408,0.127100815899589,0.15372517456988796,0.16624406733668937,0.212537032197911,0.15372517456988796,0.1304166647700829,0.19080160013850675,0.15372517456988796,0.19673296842456578,0.18184655949594344,0.5,0.15372517456988796,0.21663132221923193,0.04368123990505375,0.0,0.4371810897343532,0.027647609313307786 -3947,0.5,0.15372517456988796,0.33557713859706145,0.40296395978001565,0.15372517456988796,0.3493005176048595,0.2467771383898789,0.15372517456988796,0.20742238203029262,0.27641399322282845,0.15372517456988796,0.18512777758630727,0.2745261427199984,0.15372517456988796,0.1720145274945112,0.07938798880762822,0.15372517456988796,0.22371825055580585,0.14632035281410868,0.15372517456988796,0.11071434177204828,0.12370633825373828,0.15372517456988796,0.22740573043629153,0.18194063462050752,0.5,0.15372517456988796,0.22572686719755852,0.22307279570180494,0.15372517456988796,0.44017072533897394,0.06462318911539751,0.5,0.15372517456988796,0.4287444590333134,0.18859293050300532,0.15372517456988796,0.3744735353412012,0.2132798155161598,0.15372517456988796,0.4139391912121396,0.3043644952227289,0.15372517456988796,0.35373315455993126,0.15653258668337006,0.15372517456988796,0.2888191816310846,0.22636321937596668,0.15372517456988796,0.13991228389620458,0.17868326011655944,0.15372517456988796,0.20327284039542223,0.17988464232601076,0.5,0.15372517456988796,0.2614186818832887,0.0570033146016432,0.0,0.464117198555032,0.03110904676945936 -3948,0.5,0.15372517456988796,0.37697994210634567,0.4519107063902853,0.15372517456988796,0.41457722223448784,0.29760380258433217,0.15372517456988796,0.3050514616065386,0.25951109599912586,0.15372517456988796,0.2014354822346135,0.2537509020397468,0.15372517456988796,0.2928119427749095,0.07919320753293106,0.15372517456988796,0.22967745240085458,0.16759786781752362,0.15372517456988796,0.14075660595364986,0.10987755649834603,0.15372517456988796,0.23644018915490245,0.2039012233976371,0.5,0.15372517456988796,0.2420434768686913,0.22626578216330215,0.15372517456988796,0.37882150256023267,0.06724080018333077,0.5,0.15372517456988796,0.37678332985533497,0.1945033544330201,0.15372517456988796,0.4148233150243429,0.2506246365439361,0.15372517456988796,0.44365366215135826,0.26720094972846653,0.15372517456988796,0.45810124916209705,0.19072992499837452,0.15372517456988796,0.4174994832506235,0.2407886841291594,0.15372517456988796,0.16879619915768607,0.17841903807047932,0.15372517456988796,0.19203568687591538,0.16264215782526553,0.5,0.15372517456988796,0.2632978270927092,0.06971766590048134,0.0,0.38985776598481003,0.1043612290738714 -3949,0.5,0.15372517456988796,0.3761691861405202,0.48304779089185307,0.15372517456988796,0.36577961144662874,0.2753694138742506,0.15372517456988796,0.39268913318317633,0.2616901609801017,0.15372517456988796,0.28574757082247493,0.23362165717196806,0.15372517456988796,0.4059836071768679,0.07982477511977437,0.15372517456988796,0.2502198714809716,0.17402014686852507,0.15372517456988796,0.2022363659048872,0.1056078497040195,0.15372517456988796,0.22716825010173042,0.2226374982792968,0.5,0.15372517456988796,0.2727469765811161,0.24429214359816398,0.15372517456988796,0.26653383551478615,0.07684145908569452,0.5,0.15372517456988796,0.25284468036680596,0.18421637919099834,0.15372517456988796,0.42637658338780193,0.28932174255940063,0.15372517456988796,0.46539295045281187,0.261447910631928,0.15372517456988796,0.5032043657395471,0.24115455802948219,0.15372517456988796,0.4468662314317743,0.2359856613348282,0.15372517456988796,0.17456535585825173,0.17345696107606987,0.15372517456988796,0.21768152602118918,0.15426451736516358,0.5,0.15372517456988796,0.2267367802184707,0.08318111462099527,0.0,0.27872928339270947,0.22375071083056905 -3950,0.5,0.15372517456988796,0.34814900765694445,0.48117161759151716,0.15372517456988796,0.5159464181101696,0.2703679633148082,0.15372517456988796,0.3318622965115877,0.24217021684027626,0.15372517456988796,0.32007840205096416,0.24107083469197585,0.15372517456988796,0.42458185009684035,0.11657177264893605,0.15372517456988796,0.23650036850272266,0.1450009571398379,0.15372517456988796,0.2971484174413296,0.08618903475392756,0.15372517456988796,0.2173245497309828,0.23895964352853172,0.5,0.15372517456988796,0.2889584074081027,0.2625066543504813,0.15372517456988796,0.22822331531051537,0.08897490453745653,0.5,0.15372517456988796,0.23923385431616062,0.16920688136767384,0.15372517456988796,0.3383288455159795,0.3001574588700952,0.15372517456988796,0.46280423285517425,0.2771478176680351,0.15372517456988796,0.45064045901326266,0.3421250033699338,0.15372517456988796,0.3563049037780007,0.20698637158253064,0.15372517456988796,0.2678157444604957,0.15400251339712945,0.15372517456988796,0.2386737646705676,0.14021700510677412,0.5,0.15372517456988796,0.18799686297538315,0.09265682125480207,0.0,0.2111867541661111,0.28490587009367235 -3951,0.5,0.15372517456988796,0.32614588672861644,0.4482266387752758,0.15372517456988796,0.37411848974875317,0.29629023881334443,0.15372517456988796,0.23948244164237928,0.18052607796345368,0.15372517456988796,0.29169998801423846,0.2370396091526752,0.15372517456988796,0.38763654680671034,0.2060213297039188,0.15372517456988796,0.26381146688098267,0.12209934098535352,0.15372517456988796,0.3808868777902678,0.08930634291168417,0.15372517456988796,0.1899714857195649,0.21672066832211817,0.5,0.15372517456988796,0.20826722639296455,0.26038206972732986,0.15372517456988796,0.21463401209783356,0.1275357982762857,0.5,0.15372517456988796,0.23119333067683873,0.15629273886570486,0.15372517456988796,0.27058786887912983,0.3274126336515662,0.15372517456988796,0.44214948277819943,0.2914025374066723,0.15372517456988796,0.40192632842702086,0.4214991334524266,0.15372517456988796,0.3186549731021104,0.1953817374450383,0.15372517456988796,0.32051071475544257,0.12500101231669167,0.15372517456988796,0.24471057300934668,0.11494700591953662,0.5,0.15372517456988796,0.18358162897215902,0.09538868292121765,0.0,0.177705209716708,0.272398502733637 -3952,0.5,0.15372517456988796,0.22206598859444437,0.39715714370967387,0.15372517456988796,0.28742631791691514,0.3113594107698568,0.15372517456988796,0.2797950214466446,0.1803027988102906,0.15372517456988796,0.2838781664345653,0.22763063706959116,0.15372517456988796,0.28521004611035156,0.2664634749814038,0.15372517456988796,0.25294452098373765,0.12860829379824384,0.15372517456988796,0.3552534050346591,0.11659157806245068,0.15372517456988796,0.18005315788896165,0.1815169353289206,0.5,0.15372517456988796,0.1834607905303575,0.26664482678214546,0.15372517456988796,0.15609141618668548,0.18091310202300465,0.5,0.15372517456988796,0.15250810562139328,0.14766904367138511,0.15372517456988796,0.20259190979084313,0.34033248892710405,0.15372517456988796,0.29838136471219523,0.26103169614986627,0.15372517456988796,0.3508796806103608,0.44202428406743066,0.15372517456988796,0.24140694695104956,0.17838054077846516,0.15372517456988796,0.34286416337214665,0.12325234811333888,0.15372517456988796,0.25342670018819446,0.09630054786413302,0.5,0.15372517456988796,0.20692833109262496,0.09812148108418962,0.0,0.17264378578173045,0.22011157934161385 -3953,0.5,0.15372517456988796,0.14031981505044996,0.35176378213217124,0.15372517456988796,0.2573275373709685,0.3436259415917878,0.15372517456988796,0.26848270834607807,0.2101486984063206,0.15372517456988796,0.2021022452017211,0.19940236254813093,0.15372517456988796,0.2078092353766286,0.2491263861113176,0.15372517456988796,0.19478486281585566,0.14336710216003906,0.15372517456988796,0.232528950349576,0.1644264610443673,0.15372517456988796,0.16008279381112434,0.1650702288866469,0.5,0.15372517456988796,0.10467513880200167,0.24791981078071793,0.15372517456988796,0.14135272389842982,0.22268576590747843,0.5,0.15372517456988796,0.09766552266708523,0.08181743019090365,0.15372517456988796,0.13158500986931498,0.3487084432104843,0.15372517456988796,0.20828868379568732,0.23713060209362458,0.15372517456988796,0.28172533482067696,0.4175146258475282,0.15372517456988796,0.20616558080225633,0.16364804602891536,0.15372517456988796,0.29131800796662377,0.14807720737432314,0.15372517456988796,0.24493110119997305,0.08735703169732811,0.5,0.15372517456988796,0.14536046693474958,0.0930720720279494,0.0,0.1582932227327452,0.17744290275990704 -3954,0.5,0.15372517456988796,0.08947454552202459,0.29602478180521213,0.15372517456988796,0.20915333157827917,0.35218462791492405,0.15372517456988796,0.1851937930006692,0.21458381520493947,0.15372517456988796,0.12002986139167207,0.20788550751122825,0.15372517456988796,0.17934526960694294,0.2130560073630835,0.15372517456988796,0.1306148945460426,0.13832920968789297,0.15372517456988796,0.1332039761780624,0.18323810538049612,0.15372517456988796,0.12282783867021893,0.1703572376462556,0.5,0.15372517456988796,0.07268190619663932,0.22091723943592684,0.15372517456988796,0.11480148481386317,0.26833571484793317,0.5,0.15372517456988796,0.0872792041029657,0.046584168733669634,0.15372517456988796,0.07775726965753627,0.31457048135586163,0.15372517456988796,0.11072143284904104,0.18804143026198608,0.15372517456988796,0.2092783401134218,0.3407291981983511,0.15372517456988796,0.14249971199514525,0.14141305483675712,0.15372517456988796,0.1995647534544182,0.1711683975611939,0.15372517456988796,0.19775228567614034,0.08467255886453776,0.5,0.15372517456988796,0.12546673516951792,0.06511674969149385,0.0,0.1271808016597561,0.14184436240139478 -3955,0.5,0.15372517456988796,0.03155708466444655,0.21445217794619073,0.15372517456988796,0.12665852610141626,0.2816874365161581,0.15372517456988796,0.08503761949956816,0.17382414630297696,0.15372517456988796,0.05455168684021229,0.2245366518656685,0.15372517456988796,0.10426738687240152,0.1341735048072657,0.15372517456988796,0.08386385154372009,0.09896320033526682,0.15372517456988796,0.06413818231629301,0.1418533636189397,0.15372517456988796,0.06898975542546099,0.1617000682871952,0.5,0.15372517456988796,0.05883123153357385,0.2086432239811727,0.15372517456988796,0.06298080818295596,0.21926705954431563,0.5,0.15372517456988796,0.06770522930218982,0.0463981793027261,0.15372517456988796,0.05069205106991318,0.2587170566815294,0.15372517456988796,0.0538017385621367,0.12071901056500071,0.15372517456988796,0.1044216463083269,0.22898879027728655,0.15372517456988796,0.06235848008578494,0.09795655504313204,0.15372517456988796,0.09320580068048082,0.1428943947082577,0.15372517456988796,0.09620950361958651,0.06389312704236245,0.5,0.15372517456988796,0.0648635605171512,0.03808850233775257,0.0,0.0826150008314466,0.11236703197206609 -3956,0.5,0.15372517456988796,0.005748155940029465,0.14296056775336777,0.15372517456988796,0.04031962601524029,0.15073945514593445,0.15372517456988796,0.01635251107424006,0.11103409561472996,0.15372517456988796,0.005321523505616415,0.22414151606129865,0.15372517456988796,0.03638963505641946,0.06617898022510618,0.15372517456988796,0.037472100403833544,0.04352590019000383,0.15372517456988796,0.024794215791699714,0.06871193809004723,0.15372517456988796,0.02053217295213693,0.11956819499049333,0.5,0.15372517456988796,0.021362893394450494,0.17738274198862589,0.15372517456988796,0.0019435449378121458,0.12376146026412542,0.5,0.15372517456988796,0.01495616301052382,0.021227628878121442,0.15372517456988796,0.011458116795570121,0.1899752105566734,0.15372517456988796,0.02163926877125593,0.049093696658719974,0.15372517456988796,0.03293066085824096,0.10672644292841615,0.15372517456988796,0.012569931978012611,0.05482893763198284,0.15372517456988796,0.02046060732268095,0.08867013388921978,0.15372517456988796,0.013550076098720089,0.03557542725119393,0.5,0.15372517456988796,1.5562129793986398e-05,0.015379505248441729,0.0,0.04351799014763992,0.09075818570796121 -3957,0.5,0.15372517456988796,0.0,0.09324276300245035,0.15372517456988796,0.0,0.08895136211600622,0.15372517456988796,0.0,0.0843971967162975,0.15372517456988796,0.0,0.19788289662930347,0.15372517456988796,0.0,0.05905055365285803,0.15372517456988796,0.0,0.024387353359657887,0.15372517456988796,0.0,0.031524894336365315,0.15372517456988796,0.0,0.05607963749737964,0.5,0.15372517456988796,0.0,0.12999277632739648,0.15372517456988796,0.0,0.08281467915079574,0.5,0.15372517456988796,0.0,0.022898344842215517,0.15372517456988796,0.0,0.13314340720750453,0.15372517456988796,0.0,0.019902745280664498,0.15372517456988796,1.2490189186831906e-05,0.05529018879433757,0.15372517456988796,0.0,0.04099665032422835,0.15372517456988796,0.0,0.07159685818047012,0.15372517456988796,0.0,0.02965947725870493,0.5,0.15372517456988796,0.0,0.01217298918719758,0.0,0.02337923860439395,0.09289436040688626 -3958,0.5,0.15372517456988796,0.0,0.058770839719312754,0.15372517456988796,0.0,0.0375559799177542,0.15372517456988796,0.0,0.09072014602101117,0.15372517456988796,0.0,0.17983861880898808,0.15372517456988796,0.0,0.04849638432587125,0.15372517456988796,0.0,0.029217594195935993,0.15372517456988796,0.0,0.02361204832188634,0.15372517456988796,0.0,0.032192457277653706,0.5,0.15372517456988796,0.0,0.07584541266759354,0.15372517456988796,0.0,0.0938866087147672,0.5,0.15372517456988796,0.0,0.015260216355470925,0.15372517456988796,0.0,0.1041042812339181,0.15372517456988796,0.0,0.008410645834530089,0.15372517456988796,0.0,0.031174772100099862,0.15372517456988796,0.0,0.03166448064751433,0.15372517456988796,0.0,0.061884270811545225,0.15372517456988796,0.0,0.022337208789168006,0.5,0.15372517456988796,0.0,0.009049775983902938,0.0,0.012059787943015309,0.13144090129811212 -3959,0.5,0.15372517456988796,0.0,0.033568649650376925,0.15372517456988796,0.0,0.007478158926292209,0.15372517456988796,0.0,0.10266251800272584,0.15372517456988796,0.0,0.14916133591585612,0.15372517456988796,0.0,0.035805954515151166,0.15372517456988796,0.0,0.03700760112635298,0.15372517456988796,0.0,0.01994986669142637,0.15372517456988796,0.0,0.03090648560796465,0.5,0.15372517456988796,0.0,0.06027689251510947,0.15372517456988796,0.0,0.13296970707593372,0.5,0.15372517456988796,0.0,0.011333771050401452,0.15372517456988796,0.0,0.09103047267927851,0.15372517456988796,0.0,0.006198399188137742,0.15372517456988796,0.0,0.020695825549987987,0.15372517456988796,0.0,0.023458198311133042,0.15372517456988796,0.0,0.05687433884943802,0.15372517456988796,0.0,0.021428147527052542,0.5,0.15372517456988796,0.0,0.007097248288245574,0.0,0.006922884136030597,0.16516350043972822 -3960,0.5,0.15372517456988796,0.0,0.02067640478053926,0.15372517456988796,0.0,0.0007569698342846621,0.15372517456988796,0.0,0.09937540746560747,0.15372517456988796,0.0,0.11678293170764957,0.15372517456988796,0.0,0.024775185481799574,0.15372517456988796,0.0,0.04832252358666627,0.15372517456988796,0.0,0.01620434399250809,0.15372517456988796,0.0,0.03005974845745,0.5,0.15372517456988796,0.0,0.06587534443241505,0.15372517456988796,0.0,0.15374447976814148,0.5,0.15372517456988796,0.0,0.016151671305299785,0.15372517456988796,0.0,0.07339416010817476,0.15372517456988796,0.0,0.008829289729533696,0.15372517456988796,0.0,0.019736006187544307,0.15372517456988796,0.0,0.018728201977952948,0.15372517456988796,0.0,0.048222784558343834,0.15372517456988796,0.0,0.025219637190598058,0.5,0.15372517456988796,0.0,0.004002050519289092,0.0,0.0068502568677047595,0.15988661419168074 -3961,0.5,0.15372517456988796,0.0,0.013100681976682692,0.15372517456988796,0.0,0.00010670300830744091,0.15372517456988796,0.0,0.08849865707000922,0.15372517456988796,0.0,0.0922705304378917,0.15372517456988796,0.0,0.023361571375060678,0.15372517456988796,0.0,0.056659849651936794,0.15372517456988796,0.0,0.013322833865680787,0.15372517456988796,0.0,0.035396950750312135,0.5,0.15372517456988796,0.0,0.0811908899070018,0.15372517456988796,0.0,0.12889760973251674,0.5,0.15372517456988796,0.0,0.02775824647011702,0.15372517456988796,0.0,0.053647918444475265,0.15372517456988796,0.0,0.010525913219216415,0.15372517456988796,0.0,0.021558624126810783,0.15372517456988796,0.0,0.01519428081297263,0.15372517456988796,0.0,0.03938688727124128,0.15372517456988796,0.0,0.029097937201233538,0.5,0.15372517456988796,0.0,0.002139553467782898,0.0,0.007139407234100836,0.1314595592740014 -3962,0.5,0.15372517456988796,0.0,0.010749549180936898,0.15372517456988796,0.0,3.218569046236294e-05,0.15372517456988796,0.0,0.08994334226199749,0.15372517456988796,0.0,0.08169973620363201,0.15372517456988796,0.0,0.023158322203853367,0.15372517456988796,0.0,0.06496420197925806,0.15372517456988796,0.0,0.013952709664881872,0.15372517456988796,0.0,0.043036947368767606,0.5,0.15372517456988796,0.0,0.10426966625297916,0.15372517456988796,0.0,0.09128104191346767,0.5,0.15372517456988796,0.0,0.04151388468978564,0.15372517456988796,0.0,0.04178923838748591,0.15372517456988796,0.0,0.00941086399101887,0.15372517456988796,0.0,0.021434166181543375,0.15372517456988796,0.0,0.012216827951250177,0.15372517456988796,0.0,0.03524109326217042,0.15372517456988796,0.0,0.03137659986574616,0.5,0.15372517456988796,0.0,0.0028006209419793064,0.0,0.008663302986611493,0.08969424517927321 -3963,0.5,0.15372517456988796,0.0,0.009593447562535665,0.15372517456988796,0.0,0.0013849963890964461,0.15372517456988796,0.0,0.10313280755048411,0.15372517456988796,0.0,0.08182061629521753,0.15372517456988796,0.0,0.021607997318621834,0.15372517456988796,0.0,0.06942737107815568,0.15372517456988796,0.0,0.015789269397247747,0.15372517456988796,0.0,0.050862175743223055,0.5,0.15372517456988796,0.0,0.11797204590537505,0.15372517456988796,0.0,0.053761785790782814,0.5,0.15372517456988796,0.0,0.05105599221514871,0.15372517456988796,0.0,0.03589100094380722,0.15372517456988796,0.0,0.007738674362767905,0.15372517456988796,0.0,0.020818968764747453,0.15372517456988796,0.0,0.008310038103972886,0.15372517456988796,0.0,0.03660783305728906,0.15372517456988796,0.0,0.0360064093345383,0.5,0.15372517456988796,0.0,0.00448463863831638,0.0,0.012801060275411148,0.05716000227890369 -3964,0.5,0.15372517456988796,0.0,0.009206902847169435,0.15372517456988796,0.0,0.006570975227411522,0.15372517456988796,0.0,0.11806942871678223,0.15372517456988796,0.0,0.07865189138375854,0.15372517456988796,0.0,0.020233560544105852,0.15372517456988796,0.0,0.0640743203451116,0.15372517456988796,0.0,0.01687648078847804,0.15372517456988796,0.0,0.057123440142796036,0.5,0.15372517456988796,0.0,0.12149390166195101,0.15372517456988796,0.0,0.03682080228199729,0.5,0.15372517456988796,0.0,0.060544837581166425,0.15372517456988796,0.0,0.034529041839405174,0.15372517456988796,0.0,0.006940747365836298,0.15372517456988796,0.0,0.018115669128454196,0.15372517456988796,0.0,0.0030917443488257712,0.15372517456988796,0.0,0.04083249173543798,0.15372517456988796,0.0,0.042248212744697616,0.5,0.15372517456988796,0.0,0.005226623597007553,0.0,0.018017729507145728,0.043865258258363266 -3965,0.5,0.15372517456988796,0.004225062437012608,0.008173994880761312,0.15372517456988796,0.00424073963825426,0.0036568337946443798,0.15372517456988796,0.0009182976279797502,0.11679921241363221,0.15372517456988796,0.0010811665183443483,0.0712053540426001,0.15372517456988796,0.00021915067697946358,0.01309876627867463,0.15372517456988796,2.214351092484015e-05,0.04360131964497596,0.15372517456988796,9.304767268139144e-05,0.014459796517052665,0.15372517456988796,3.0502463760108303e-06,0.05948589203117444,0.5,0.15372517456988796,1.3770752850188212e-09,0.1166277462014671,0.15372517456988796,0.00021333642690644987,0.03246541625116481,0.5,0.15372517456988796,7.692501328042987e-05,0.06388029065727838,0.15372517456988796,2.8014981314961558e-05,0.03541816976074987,0.15372517456988796,0.006582612983770705,0.00767785989443929,0.15372517456988796,0.0013607820319276793,0.01830764160377596,0.15372517456988796,0.0026836120948378187,0.001260647800599951,0.15372517456988796,0.00022562100899663497,0.03966897382753934,0.15372517456988796,0.001457235880923644,0.045751390464335795,0.5,0.15372517456988796,0.0020823569552399675,0.004778125388731265,0.0,0.022573337571654584,0.038750743874965715 -3966,0.5,0.15372517456988796,0.028312669464511844,0.006933670958698654,0.15372517456988796,0.05013985019601981,0.0012197898737844846,0.15372517456988796,0.01909003493817699,0.09891112623495747,0.15372517456988796,0.011490473266657752,0.059953398769719835,0.15372517456988796,0.006885451748159865,0.005144063538654607,0.15372517456988796,0.0064201349344423725,0.029351546375567278,0.15372517456988796,0.005484513972693387,0.01089073420660327,0.15372517456988796,0.008113590110527032,0.05656052872515811,0.5,0.15372517456988796,0.0249280922412737,0.13601700353441354,0.15372517456988796,0.05179583498121802,0.02553679560941305,0.5,0.15372517456988796,0.04134885445254889,0.06416358439424229,0.15372517456988796,0.04485850352833774,0.035843581033942654,0.15372517456988796,0.06550304107785337,0.010255050409967345,0.15372517456988796,0.02828864950646949,0.018659803152636597,0.15372517456988796,0.04623176040224595,0.0009336954520879479,0.15372517456988796,0.006755749402988943,0.03615461399810422,0.15372517456988796,0.038214829255267715,0.05963323138846657,0.5,0.15372517456988796,0.05536865088722312,0.00688750134293792,0.0,0.021537820582827966,0.03871329908092024 -3967,0.5,0.15372517456988796,0.07360743601034625,0.01098249768092022,0.15372517456988796,0.12274772285609167,0.003332228442930824,0.15372517456988796,0.07158145256563397,0.06820241206621301,0.15372517456988796,0.037604866535345956,0.04667699313519437,0.15372517456988796,0.073222447591555,0.0033573134896626696,0.15372517456988796,0.02813121001116249,0.023687646170357526,0.15372517456988796,0.044207044838599587,0.018601901443796677,0.15372517456988796,0.01934376439696222,0.056094350314307345,0.5,0.15372517456988796,0.057333943791490795,0.17110449938820252,0.15372517456988796,0.13534776665845702,0.05762011863160277,0.5,0.15372517456988796,0.11843618754564153,0.200369734463749,0.15372517456988796,0.12489972022483989,0.07930443889786537,0.15372517456988796,0.1436103662453889,0.020700405488621162,0.15372517456988796,0.08769252046808074,0.031362155472560334,0.15372517456988796,0.12056430679659774,0.0019452069609131636,0.15372517456988796,0.02547967844306697,0.03700437506042376,0.15372517456988796,0.07802007075727325,0.11696587922355496,0.5,0.15372517456988796,0.12933091430887242,0.0317605025400573,0.0,0.024800617176470637,0.052399949688962597 -3968,0.5,0.15372517456988796,0.1493293656633189,0.02058421070846392,0.15372517456988796,0.2412528641830356,0.015764873238419512,0.15372517456988796,0.15573517330047254,0.05443941669156875,0.15372517456988796,0.0793956142846761,0.03443698800100907,0.15372517456988796,0.1714634523014544,0.01514278275222801,0.15372517456988796,0.06110113634802539,0.018034828637340294,0.15372517456988796,0.16065291235991366,0.04521101751841364,0.15372517456988796,0.031205498844765818,0.05551786060320897,0.5,0.15372517456988796,0.08202176529504913,0.21969414835656462,0.15372517456988796,0.24891193437939474,0.17841165440530052,0.5,0.15372517456988796,0.2149267043292035,0.3940226070061718,0.15372517456988796,0.2409671725227545,0.1986055421360859,0.15372517456988796,0.26356395724731074,0.04364691748686811,0.15372517456988796,0.19601896278840403,0.07964473032755036,0.15372517456988796,0.20628646587727945,0.011138341969777966,0.15372517456988796,0.10787643891398288,0.054980113483118334,0.15372517456988796,0.11951511395135678,0.190639809585157,0.5,0.15372517456988796,0.18975909888751152,0.08897089698757922,0.0,0.03626329840332583,0.0798830152776481 -3969,0.5,0.15372517456988796,0.23118135624028358,0.030499330596618284,0.15372517456988796,0.3682687347331729,0.04915902995145165,0.15372517456988796,0.2243048421726156,0.0628001304063961,0.15372517456988796,0.11838152446723582,0.02533548294686569,0.15372517456988796,0.23040440106439378,0.044786952074827927,0.15372517456988796,0.10651642956783086,0.018097609191029998,0.15372517456988796,0.3023751285625784,0.11148959922110464,0.15372517456988796,0.049704183702910174,0.05884616541530023,0.5,0.15372517456988796,0.10271182482358066,0.2714712277837923,0.15372517456988796,0.36944790952061923,0.3514682721828127,0.5,0.15372517456988796,0.2919934213400943,0.5014168122905668,0.15372517456988796,0.36912397328065283,0.39642628186846707,0.15372517456988796,0.3885355707612672,0.0635165373907958,0.15372517456988796,0.3359889749349478,0.13586233284800123,0.15372517456988796,0.29153911825838896,0.04588563956880988,0.15372517456988796,0.2124174480582056,0.14327389758231812,0.15372517456988796,0.1571860942980262,0.27030547856750453,0.5,0.15372517456988796,0.23772757245979265,0.1571404499481247,0.0,0.0503033839167488,0.09944113045909446 -3970,0.5,0.15372517456988796,0.30497139174876253,0.03963904697367764,0.15372517456988796,0.48893327661540675,0.08883876840122926,0.15372517456988796,0.22568246452778012,0.06683632083643733,0.15372517456988796,0.15256254707771227,0.022542470959012115,0.15372517456988796,0.3288396715747699,0.08202454248624204,0.15372517456988796,0.20051531766221162,0.023638840439772567,0.15372517456988796,0.32626327611518086,0.14229648663775948,0.15372517456988796,0.07196576265437188,0.06743525212115128,0.5,0.15372517456988796,0.16763280280911635,0.40731950173189224,0.15372517456988796,0.4648127458574537,0.4894751674673226,0.5,0.15372517456988796,0.33169272960428586,0.6770521985021982,0.15372517456988796,0.47191888237704244,0.5668095497569577,0.15372517456988796,0.51807986974173,0.0720970171016795,0.15372517456988796,0.48796043429274966,0.17022204926092252,0.15372517456988796,0.33381271239220595,0.08463728522825886,0.15372517456988796,0.26478316373814337,0.1691496229669174,0.15372517456988796,0.212931136820941,0.2930743894949323,0.5,0.15372517456988796,0.3090678174788589,0.17136191574972945,0.0,0.059270990548186374,0.14265126253257115 -3971,0.5,0.15372517456988796,0.3251505496473438,0.03581756600405059,0.15372517456988796,0.5837793480665564,0.08739427905827385,0.15372517456988796,0.19020096994805918,0.06231298035061409,0.15372517456988796,0.19265144065878367,0.02604441080680636,0.15372517456988796,0.4849138404389213,0.09789167525403573,0.15372517456988796,0.28198919742424877,0.05890556074685655,0.15372517456988796,0.12657363947043637,0.13763853754998745,0.15372517456988796,0.10327675511387746,0.0830198563608188,0.5,0.15372517456988796,0.27830667303155593,0.4526381268502447,0.15372517456988796,0.503515286331306,0.5490907354191498,0.5,0.15372517456988796,0.4191524621287618,0.7480073105019154,0.15372517456988796,0.5600899426851044,0.6151343474844716,0.15372517456988796,0.6202365828527486,0.06319545537527677,0.15372517456988796,0.5974282476130158,0.17792735433052853,0.15372517456988796,0.3759927632433786,0.07779355080254512,0.15372517456988796,0.16601332378758443,0.17082886339130887,0.15372517456988796,0.30685111259027326,0.276346392161544,0.5,0.15372517456988796,0.43872438290636784,0.14982925353032156,0.0,0.053321949982003417,0.27077905899498356 -3972,0.5,0.15372517456988796,0.38535919568037136,0.02870417037806684,0.15372517456988796,0.6222905763908219,0.07540627523988347,0.15372517456988796,0.1938685965410117,0.05760413093767881,0.15372517456988796,0.2003130955816227,0.0324749769062942,0.15372517456988796,0.5891461475555945,0.10211007859672824,0.15372517456988796,0.14450196511371577,0.05292992342756067,0.15372517456988796,0.12827957448300673,0.11292504621430716,0.15372517456988796,0.12666517617073825,0.10316391130713312,0.5,0.15372517456988796,0.33347151713931134,0.4703458337041301,0.15372517456988796,0.5626401347220562,0.5287856161718993,0.5,0.15372517456988796,0.4375622244375438,0.7539509880176541,0.15372517456988796,0.6035305884182175,0.6136381279839269,0.15372517456988796,0.6929349435048072,0.0651529582479201,0.15372517456988796,0.6675294867896336,0.19586493626992524,0.15372517456988796,0.4907483681624396,0.05913565984954282,0.15372517456988796,0.1564659823422418,0.1795346149411792,0.15372517456988796,0.37269834602941,0.27077407972682965,0.5,0.15372517456988796,0.5214933037452085,0.14169315560711215,0.0,0.04206587108288676,0.3489928545770683 -3973,0.5,0.15372517456988796,0.439030052399107,0.027145781480868016,0.15372517456988796,0.6599672037791724,0.08218624678066762,0.15372517456988796,0.2786935694136334,0.05189535885137833,0.15372517456988796,0.22898624220208863,0.037532573748448914,0.15372517456988796,0.5707094428411563,0.11566585116642461,0.15372517456988796,0.13829152488130098,0.034901492465961005,0.15372517456988796,0.262273433193857,0.06998107853583725,0.15372517456988796,0.15522419836904386,0.123781478904436,0.5,0.15372517456988796,0.4316188172577848,0.5189633508960222,0.15372517456988796,0.5806028622731583,0.49619494437173955,0.5,0.15372517456988796,0.5341179076821685,0.6887945779098521,0.15372517456988796,0.5937534062589821,0.6126450533042169,0.15372517456988796,0.714188177279645,0.07842697441269765,0.15372517456988796,0.7037898746783648,0.23886118195770234,0.15372517456988796,0.5678644903597179,0.05273349511603949,0.15372517456988796,0.22036638956678528,0.1907090259567408,0.15372517456988796,0.4044267027916437,0.28278828916406923,0.5,0.15372517456988796,0.5286187888998526,0.17463447945453314,0.0,0.033779884425621055,0.25611504059906626 -3974,0.5,0.15372517456988796,0.44417421506256716,0.03417790330082604,0.15372517456988796,0.6554967812932966,0.10430588187026336,0.15372517456988796,0.3663999722819142,0.043021493290091944,0.15372517456988796,0.2618046871016508,0.037617150380982116,0.15372517456988796,0.5361687246246878,0.15389969040155288,0.15372517456988796,0.1646724486696056,0.02188036751131813,0.15372517456988796,0.4090787781510955,0.05796581134938667,0.15372517456988796,0.16759320018886043,0.1323453101287974,0.5,0.15372517456988796,0.40503938428255803,0.5553155129830946,0.15372517456988796,0.5365147440831448,0.5054503266574752,0.5,0.15372517456988796,0.5349702744665811,0.6811391017878654,0.15372517456988796,0.591888543166058,0.6344287038111349,0.15372517456988796,0.6998747825196675,0.08710039246082701,0.15372517456988796,0.698551935619616,0.2944691187320645,0.15372517456988796,0.5828537730517981,0.0633398145099772,0.15372517456988796,0.3065725824006289,0.19144484352911006,0.15372517456988796,0.3967362699342085,0.32657718847793793,0.5,0.15372517456988796,0.5425059183083113,0.2202733714238087,0.0,0.027727809901397636,0.18595927872925927 -3975,0.5,0.15372517456988796,0.44302267636672504,0.04433374574109597,0.15372517456988796,0.5820815431639335,0.1216253417552181,0.15372517456988796,0.34165576856538793,0.04143893640500841,0.15372517456988796,0.31408244907801536,0.03441220199250717,0.15372517456988796,0.5204549209202008,0.20934896216323362,0.15372517456988796,0.21089862010078148,0.019904906533277762,0.15372517456988796,0.49096354611878823,0.08284229517506168,0.15372517456988796,0.17838495607838525,0.11851119356451878,0.5,0.15372517456988796,0.35134233441650203,0.5750826971526589,0.15372517456988796,0.5285074050940203,0.5168880983537216,0.5,0.15372517456988796,0.5022794759382854,0.699672564431545,0.15372517456988796,0.5280838742903393,0.6573961760193137,0.15372517456988796,0.6340590856916338,0.08851936530115245,0.15372517456988796,0.6471433342986299,0.3157940214500708,0.15372517456988796,0.5639270339140361,0.08607888072132858,0.15372517456988796,0.40111718957031967,0.16284667876444134,0.15372517456988796,0.344887080620577,0.36756082532120576,0.5,0.15372517456988796,0.4502662969974086,0.2949421069304588,0.0,0.021005517239887462,0.16511028756301271 -3976,0.5,0.15372517456988796,0.38650811162645327,0.052724147565152396,0.15372517456988796,0.48671293781107117,0.12277590077874535,0.15372517456988796,0.2877040782588756,0.04243575781568461,0.15372517456988796,0.32631852296431757,0.03477001083528703,0.15372517456988796,0.43289190072049655,0.2367614177986062,0.15372517456988796,0.26171567886369757,0.03154933094160063,0.15372517456988796,0.41911604890322657,0.1146372698163764,0.15372517456988796,0.21833121148328827,0.10198586449373528,0.5,0.15372517456988796,0.30946520567751223,0.5871116146302663,0.15372517456988796,0.45739029451216473,0.5199833758313152,0.5,0.15372517456988796,0.40698432776232596,0.6974041346311001,0.15372517456988796,0.4512980355697166,0.6853283304217244,0.15372517456988796,0.5226233440034577,0.09044186345553756,0.15372517456988796,0.5419976814228289,0.31156051355995945,0.15372517456988796,0.46013167152877177,0.10456678951065249,0.15372517456988796,0.427668205579674,0.17263862771845778,0.15372517456988796,0.31330681643532526,0.389203047592986,0.5,0.15372517456988796,0.3932234013136061,0.38526325585513393,0.0,0.014979329569710414,0.1928811706618942 -3977,0.5,0.15372517456988796,0.2974179126186499,0.05952257093720996,0.15372517456988796,0.367985562854519,0.12087784746232776,0.15372517456988796,0.25627047927619667,0.036847952305945446,0.15372517456988796,0.22172518138278105,0.035661819891641786,0.15372517456988796,0.36086627267770544,0.24188826570600735,0.15372517456988796,0.2510886030120739,0.045685767956349876,0.15372517456988796,0.29596577974876265,0.13082493540448611,0.15372517456988796,0.2629012389711809,0.12374572395752964,0.5,0.15372517456988796,0.26312554215364187,0.5715615389093714,0.15372517456988796,0.32220855541067434,0.4905745138864321,0.5,0.15372517456988796,0.31081914483097345,0.6485717493266938,0.15372517456988796,0.3289839790841298,0.6985607862547838,0.15372517456988796,0.3887448153172079,0.09242354122551902,0.15372517456988796,0.4088706757731906,0.2930498016564005,0.15372517456988796,0.344146131106538,0.10619536355504032,0.15372517456988796,0.35208350063161664,0.18278055322732986,0.15372517456988796,0.236909222159576,0.3647626451529648,0.5,0.15372517456988796,0.2782883497873463,0.4505552703005477,0.0,0.010905672874081954,0.2817803740942716 -3978,0.5,0.15372517456988796,0.1878316914717104,0.058342292814136706,0.15372517456988796,0.2529550891916725,0.10330835694865634,0.15372517456988796,0.1791458623706192,0.027276255303166363,0.15372517456988796,0.11380540521792801,0.030240210822828694,0.15372517456988796,0.26252952790591194,0.2427105000455526,0.15372517456988796,0.2070377348466741,0.042757643554880556,0.15372517456988796,0.20427723786222346,0.11335832289602363,0.15372517456988796,0.18080618052403422,0.13391544682319734,0.5,0.15372517456988796,0.22385979261439326,0.4900870449798491,0.15372517456988796,0.2076745479402353,0.38604332244315304,0.5,0.15372517456988796,0.20778327377801126,0.5458906204471027,0.15372517456988796,0.19645121102896368,0.6564721485734891,0.15372517456988796,0.2651929060568724,0.09121672710686637,0.15372517456988796,0.2817330561294652,0.2591558541901179,0.15372517456988796,0.23484273597865754,0.09571248017985534,0.15372517456988796,0.24399726522835324,0.15030975795499665,0.15372517456988796,0.16805687080462525,0.31349222516531905,0.5,0.15372517456988796,0.18578600495595862,0.4756067069461591,0.0,0.005770582225994894,0.3867887318466711 -3979,0.5,0.15372517456988796,0.09618220533092808,0.04404290698896843,0.15372517456988796,0.1353784120029788,0.06357816024815073,0.15372517456988796,0.1088385416412991,0.018450970599704165,0.15372517456988796,0.04949418858006212,0.01901766043501584,0.15372517456988796,0.14930959989644935,0.18285762329160687,0.15372517456988796,0.13273343707587254,0.02313780438491446,0.15372517456988796,0.11744982585253433,0.06626727322561518,0.15372517456988796,0.08941092983013255,0.0713692212547222,0.5,0.15372517456988796,0.12530770446557643,0.32336277389860196,0.15372517456988796,0.09842857893183674,0.257459652299035,0.5,0.15372517456988796,0.10594531535693191,0.3759056423106304,0.15372517456988796,0.09081910487507053,0.5902753141530002,0.15372517456988796,0.14169908875767673,0.09250903032768965,0.15372517456988796,0.15129123676621334,0.21261818564622842,0.15372517456988796,0.12494009003693558,0.05302530366314663,0.15372517456988796,0.12755901116216045,0.04684223276017332,0.15372517456988796,0.08753752796217061,0.24180872771165254,0.5,0.15372517456988796,0.0801811898964331,0.46144710734867767,0.0,0.0021791121610923872,0.5383855401066258 -3980,0.5,0.15372517456988796,0.02414099980798018,0.02343336064017834,0.15372517456988796,0.03878395044482422,0.03446493377109437,0.15372517456988796,0.02436488893449948,0.013288468655303918,0.15372517456988796,0.0077247100664407,0.008357034623610508,0.15372517456988796,0.04434952227946708,0.14379372964275886,0.15372517456988796,0.0445491354817114,0.023256099435871296,0.15372517456988796,0.03738200284098213,0.052164822217947694,0.15372517456988796,0.031151039757529173,0.026745666746284858,0.5,0.15372517456988796,0.0296574966997224,0.16453312490583574,0.15372517456988796,0.002866493631175332,0.20738289388504627,0.5,0.15372517456988796,0.025057892663958588,0.21447190238257546,0.15372517456988796,0.01876615547542682,0.4871707015747108,0.15372517456988796,0.045855603830749714,0.07404637201776319,0.15372517456988796,0.046674685400947276,0.1471649383694497,0.15372517456988796,0.032392652770477835,0.05637758511391721,0.15372517456988796,0.029698810197998866,0.023702067175757208,0.15372517456988796,0.014969715700383354,0.1646739378782328,0.5,0.15372517456988796,0.0,0.34629581301223156,0.0,0.0008742210965215687,0.6092831686157922 -3981,0.5,0.15372517456988796,0.0,0.02197154457509193,0.15372517456988796,0.0,0.030215395772428363,0.15372517456988796,0.0,0.01479095177136374,0.15372517456988796,0.0,0.0038277099690832593,0.15372517456988796,0.0,0.1507818503832888,0.15372517456988796,0.0,0.0642470668474619,0.15372517456988796,0.0,0.05598322778521867,0.15372517456988796,0.0,0.02268014362848157,0.5,0.15372517456988796,0.0,0.07001447684018508,0.15372517456988796,0.0,0.2222604830563072,0.5,0.15372517456988796,0.0,0.18260791049639732,0.15372517456988796,0.0,0.3687129086163704,0.15372517456988796,0.0,0.05246722850361526,0.15372517456988796,0.0,0.11698315845573817,0.15372517456988796,0.0,0.06863414665208123,0.15372517456988796,0.0,0.0188485407707194,0.15372517456988796,0.0,0.12621350699121556,0.5,0.15372517456988796,0.0,0.2806825301583876,0.0,0.0003978413005522406,0.4927965457637028 -3982,0.5,0.15372517456988796,0.0,0.014037145182799821,0.15372517456988796,0.0,0.011564748949161765,0.15372517456988796,0.0,0.010377111147205865,0.15372517456988796,0.0,0.0023637288642172484,0.15372517456988796,0.0,0.13449449409344555,0.15372517456988796,0.0,0.12651445169430314,0.15372517456988796,0.0,0.07105753677940435,0.15372517456988796,0.0,0.02251251982085021,0.5,0.15372517456988796,0.0,0.042658392332396315,0.15372517456988796,0.0,0.26856566585653396,0.5,0.15372517456988796,0.0,0.15246418050600746,0.15372517456988796,0.0,0.2808704936746201,0.15372517456988796,0.0,0.040715694104356936,0.15372517456988796,0.0,0.10013383100682877,0.15372517456988796,0.0,0.05832447187698804,0.15372517456988796,0.0,0.01436323913784207,0.15372517456988796,0.0,0.08816689655154816,0.5,0.15372517456988796,0.0,0.24482750668840428,0.0,0.003311221028359563,0.48159891319527426 -3983,0.5,0.15372517456988796,0.0,0.009265747720126264,0.15372517456988796,0.0,0.0024652818091820084,0.15372517456988796,0.0,0.007496330632313679,0.15372517456988796,0.0,0.002156133320255312,0.15372517456988796,0.0,0.09398667789750742,0.15372517456988796,0.0,0.17052270150623333,0.15372517456988796,0.0,0.07012470391962553,0.15372517456988796,0.0,0.028443507969516557,0.5,0.15372517456988796,0.0,0.038233861271776574,0.15372517456988796,0.0,0.28828493662221505,0.5,0.15372517456988796,0.0,0.10642685278829016,0.15372517456988796,0.0,0.20779751816678899,0.15372517456988796,0.0,0.032025600251099906,0.15372517456988796,0.0,0.09894311210733411,0.15372517456988796,0.0,0.040093744141010565,0.15372517456988796,0.0,0.014489547666570938,0.15372517456988796,0.0,0.05783549835844512,0.5,0.15372517456988796,0.0,0.20117465613792634,0.0,0.010368675825315489,0.47859409888914817 -3984,0.5,0.15372517456988796,0.0,0.006332200399967614,0.15372517456988796,0.0,0.0007332068132900415,0.15372517456988796,0.0,0.006462864134968918,0.15372517456988796,0.0,0.0019956155683541798,0.15372517456988796,0.0,0.07089067990047403,0.15372517456988796,0.0,0.15097053190193427,0.15372517456988796,0.0,0.05324293399422643,0.15372517456988796,0.0,0.04100399889994366,0.5,0.15372517456988796,0.0,0.03626809522466645,0.15372517456988796,0.0,0.21642960589108107,0.5,0.15372517456988796,0.0,0.06794995887232706,0.15372517456988796,0.0,0.1462577467104787,0.15372517456988796,0.0,0.024520116568515007,0.15372517456988796,0.0,0.10271980105420726,0.15372517456988796,0.0,0.02834139061299389,0.15372517456988796,0.0,0.011983257652939444,0.15372517456988796,0.0,0.037162493762638873,0.5,0.15372517456988796,0.0,0.13558682944943812,0.0,0.015410219892549808,0.5076520025056511 -3985,0.5,0.15372517456988796,0.0,0.004130875991583437,0.15372517456988796,0.0,0.0010427803922452897,0.15372517456988796,0.0,0.006142403071778433,0.15372517456988796,0.0,0.00273823335654932,0.15372517456988796,0.0,0.06460226458303754,0.15372517456988796,0.0,0.10226836577333903,0.15372517456988796,0.0,0.03996504237836937,0.15372517456988796,0.0,0.03942580251025027,0.5,0.15372517456988796,0.0,0.034396570427127966,0.15372517456988796,0.0,0.13979536658220007,0.5,0.15372517456988796,0.0,0.03830802104621188,0.15372517456988796,0.0,0.10340255757103237,0.15372517456988796,0.0,0.019172697410441454,0.15372517456988796,0.0,0.0841964296477355,0.15372517456988796,0.0,0.01899194248619963,0.15372517456988796,0.0,0.010149865904677018,0.15372517456988796,0.0,0.0240096184260682,0.5,0.15372517456988796,0.0,0.07883269114994684,0.0,0.020305888306559567,0.5723142641152892 -3986,0.5,0.15372517456988796,0.0,0.003349982658734611,0.15372517456988796,0.0,0.002252157612502738,0.15372517456988796,0.0,0.006132846766690803,0.15372517456988796,0.0,0.0037721816561370283,0.15372517456988796,0.0,0.05398908945664521,0.15372517456988796,0.0,0.07681916892930542,0.15372517456988796,0.0,0.02708687805355789,0.15372517456988796,0.0,0.03159141728970079,0.5,0.15372517456988796,0.0,0.03136444392434152,0.15372517456988796,0.0,0.0722734138823869,0.5,0.15372517456988796,0.0,0.023029941447946737,0.15372517456988796,0.0,0.07054976451076338,0.15372517456988796,0.0,0.021339602607317466,0.15372517456988796,0.0,0.08315421090635305,0.15372517456988796,0.0,0.013967352931287142,0.15372517456988796,0.0,0.009888324000846636,0.15372517456988796,0.0,0.016320893605949297,0.5,0.15372517456988796,0.0,0.051077698789024704,0.0,0.018297362063324753,0.5826882130441777 -3987,0.5,0.15372517456988796,0.0,0.0025535503547804038,0.15372517456988796,0.0,0.002152382934824814,0.15372517456988796,0.0,0.00616159668893676,0.15372517456988796,0.0,0.004993288376665608,0.15372517456988796,0.0,0.051889090661826356,0.15372517456988796,0.0,0.05708087277200316,0.15372517456988796,0.0,0.016531317000034143,0.15372517456988796,0.0,0.02493558653445784,0.5,0.15372517456988796,0.0,0.03111718061032597,0.15372517456988796,0.0,0.04281438730785147,0.5,0.15372517456988796,0.0,0.01424745682708886,0.15372517456988796,0.0,0.052068594863227326,0.15372517456988796,0.0,0.02559705262398895,0.15372517456988796,0.0,0.09063216328664173,0.15372517456988796,0.0,0.010801720528189267,0.15372517456988796,0.0,0.0075996063951184545,0.15372517456988796,0.0,0.011538787247515517,0.5,0.15372517456988796,0.0,0.03738636612134211,0.0,0.011885717790319123,0.633004725627366 -3988,0.5,0.15372517456988796,0.0,0.002389030256238607,0.15372517456988796,0.0,0.004660978749159475,0.15372517456988796,0.0,0.005367150622664768,0.15372517456988796,0.0,0.004878323422602289,0.15372517456988796,0.0,0.05716496241830316,0.15372517456988796,0.0,0.05336716138707199,0.15372517456988796,0.0,0.012413944285875172,0.15372517456988796,0.0,0.019715476277072683,0.5,0.15372517456988796,0.0,0.03196021547968906,0.15372517456988796,0.0,0.03297875628653424,0.5,0.15372517456988796,0.0,0.014809388078904738,0.15372517456988796,0.0,0.0418362216632158,0.15372517456988796,0.0,0.02446173098907319,0.15372517456988796,0.0,0.07783439789139332,0.15372517456988796,0.0,0.009970767159830222,0.15372517456988796,0.0,0.005783256141541061,0.15372517456988796,0.0,0.011736305332028709,0.5,0.15372517456988796,0.0,0.02853989139856736,0.0,0.011180101380770087,0.6910662910394657 -3989,0.5,0.15372517456988796,0.014912834667419864,0.0028471022483144703,0.15372517456988796,0.006084449126612833,0.005724425624334282,0.15372517456988796,0.004422705940655149,0.005736132412610095,0.15372517456988796,0.009784605523609598,0.00400614853971086,0.15372517456988796,0.0021909282789599888,0.049964806213274926,0.15372517456988796,0.00020234753591770235,0.052643549160422146,0.15372517456988796,0.001469987079533557,0.015795425611610594,0.15372517456988796,1.1169766801334015e-05,0.02260847167915457,0.5,0.15372517456988796,8.576644994634321e-07,0.029213558607096932,0.15372517456988796,0.00021239960614895297,0.025801655175518884,0.5,0.15372517456988796,9.154806892271215e-05,0.015409017223587269,0.15372517456988796,3.5571693002713315e-05,0.03299194634124471,0.15372517456988796,0.007302941759302876,0.03689279974503455,0.15372517456988796,0.0033404908150635303,0.07266699733834164,0.15372517456988796,0.004068393604485057,0.010624222561445271,0.15372517456988796,0.0017539277661520669,0.00505544308199474,0.15372517456988796,0.0019332273575932662,0.011401743633109357,0.5,0.15372517456988796,0.002230366802775847,0.02147423853269049,0.0,0.013036187257864314,0.7751311243733298 -3990,0.5,0.15372517456988796,0.07788645426471014,0.004585749939704252,0.15372517456988796,0.06812656945786758,0.008198091905877156,0.15372517456988796,0.06549144620819115,0.00577154735367988,0.15372517456988796,0.07119520052868067,0.002524828705579291,0.15372517456988796,0.051056654966208495,0.04711702091128165,0.15372517456988796,0.04436976764212049,0.062185754910800306,0.15372517456988796,0.05163346842401852,0.02230830975586001,0.15372517456988796,0.03904733722022356,0.04659114163619234,0.5,0.15372517456988796,0.042176778072750554,0.024859015750217723,0.15372517456988796,0.05220014448475249,0.021493906779619733,0.5,0.15372517456988796,0.048874752745022336,0.010312749852465755,0.15372517456988796,0.0465168245979652,0.027543167188047387,0.15372517456988796,0.06786959839691434,0.05237240824972986,0.15372517456988796,0.05411537471675841,0.08786286875070166,0.15372517456988796,0.06179914961421217,0.01108511363289189,0.15372517456988796,0.05439849117364145,0.0058721629512563005,0.15372517456988796,0.05554882331835764,0.009547796023745695,0.5,0.15372517456988796,0.05944115347124479,0.016698621669148976,0.0,0.017497868805508052,0.8776145264900455 -3991,0.5,0.15372517456988796,0.16631529724553976,0.007860907856766467,0.15372517456988796,0.14690956765538832,0.03281320629492452,0.15372517456988796,0.15026432679946072,0.005770051376142341,0.15372517456988796,0.15952011971645585,0.004366986126791968,0.15372517456988796,0.11910202737082695,0.08673926970126238,0.15372517456988796,0.11381151249919633,0.10932008718756611,0.15372517456988796,0.11933370844780916,0.06937011806034347,0.15372517456988796,0.10406671179238786,0.09649442088711734,0.5,0.15372517456988796,0.11837025405164842,0.03826825389003189,0.15372517456988796,0.13700175862091454,0.047855422703803,0.5,0.15372517456988796,0.12876450499045689,0.013386614701606566,0.15372517456988796,0.12756995743194227,0.05054176438255405,0.15372517456988796,0.1428643879245701,0.1358318578393492,0.15372517456988796,0.12694031573639739,0.17867494315634774,0.15372517456988796,0.13969336417799938,0.039839549942027035,0.15372517456988796,0.13320738716357206,0.014988587831452516,0.15372517456988796,0.13680304088544865,0.016961559774053267,0.5,0.15372517456988796,0.14549678081098172,0.03890181134426011,0.0,0.03493078193257068,0.9228145038148179 -3992,0.5,0.15372517456988796,0.28779000488337925,0.016904770834359366,0.15372517456988796,0.2640294323641768,0.14657733584113505,0.15372517456988796,0.27273447131733386,0.008152213760034692,0.15372517456988796,0.2827090771253906,0.01047215755497555,0.15372517456988796,0.21543392456230043,0.22154177005841633,0.15372517456988796,0.21588526412828302,0.18908345170585467,0.15372517456988796,0.1952874570364354,0.11252671519135303,0.15372517456988796,0.19208020597246206,0.15654988982161583,0.5,0.15372517456988796,0.23652630818379633,0.10276146864016816,0.15372517456988796,0.26106953993262255,0.08628292264338265,0.5,0.15372517456988796,0.25094807962991295,0.04026743241072691,0.15372517456988796,0.25072251275976887,0.10626958684726892,0.15372517456988796,0.2436351044428836,0.20154954504965739,0.15372517456988796,0.2163470861435754,0.258895892087187,0.15372517456988796,0.24771642496132967,0.08583604503106962,0.15372517456988796,0.2535832483171262,0.04708371101648689,0.15372517456988796,0.25248500505542626,0.03251789465741173,0.5,0.15372517456988796,0.24385865154636066,0.06356842467305447,0.0,0.05466089475642259,0.9408881711637371 -3993,0.5,0.15372517456988796,0.41685227099369937,0.024928581556095984,0.15372517456988796,0.36400352370652866,0.19416772407186536,0.15372517456988796,0.4046193088116476,0.007494953266668182,0.15372517456988796,0.4124391939942278,0.0145322128295403,0.15372517456988796,0.30861228140069785,0.2635748289829131,0.15372517456988796,0.3212993893517792,0.22751009412699658,0.15372517456988796,0.27321304899303006,0.17087969947289516,0.15372517456988796,0.29076306625577714,0.22194773931968031,0.5,0.15372517456988796,0.3677535645841933,0.2194691022707002,0.15372517456988796,0.39949862330673813,0.12823655685236862,0.5,0.15372517456988796,0.38614801417581096,0.06875967983970746,0.15372517456988796,0.388558476486806,0.1651471277804346,0.15372517456988796,0.32715454475073863,0.28548854974305904,0.15372517456988796,0.31841069521524146,0.3575746363655512,0.15372517456988796,0.35197358593005057,0.127750415314022,0.15372517456988796,0.38366645211954487,0.09015341829759063,0.15372517456988796,0.3708269574179721,0.03064692360659418,0.5,0.15372517456988796,0.32855216534103276,0.06898121377139085,0.0,0.0735722327647329,0.9760083123210338 -3994,0.5,0.15372517456988796,0.5478313781231102,0.03441741422468468,0.15372517456988796,0.4399341174016872,0.28506079542613305,0.15372517456988796,0.5394028951942106,0.005229930300667644,0.15372517456988796,0.5282917006797571,0.012458712597993893,0.15372517456988796,0.4258474512118283,0.3388862974853201,0.15372517456988796,0.3733214122964947,0.2698209498390365,0.15372517456988796,0.32343622758665325,0.22064504058091097,0.15372517456988796,0.40002229891399055,0.28421096327022316,0.5,0.15372517456988796,0.5061151499839434,0.3315404246494565,0.15372517456988796,0.5343465585032688,0.16969026932294043,0.5,0.15372517456988796,0.525097739282315,0.1028274326441193,0.15372517456988796,0.5263268538394396,0.20522989270789035,0.15372517456988796,0.3596067378212148,0.37787625440778655,0.15372517456988796,0.41747863036670635,0.481073002494634,0.15372517456988796,0.4475641547799819,0.16658411654025346,0.15372517456988796,0.5161927385927872,0.15456692993886909,0.15372517456988796,0.48496591679382745,0.028682725093401792,0.5,0.15372517456988796,0.3831171498956856,0.06945858504055902,0.0,0.07907068380657509,0.9959858828620841 -3995,0.5,0.15372517456988796,0.6404654415795648,0.04294626928557851,0.15372517456988796,0.5292435230102022,0.4110273904006676,0.15372517456988796,0.6329837097520447,0.010935717109228395,0.15372517456988796,0.6363039125860284,0.012966521282043352,0.15372517456988796,0.5184063943355495,0.46365044658784216,0.15372517456988796,0.45761718213059815,0.30763403639763903,0.15372517456988796,0.39336612351014427,0.2830940751237555,0.15372517456988796,0.47105409460608505,0.37402522365320245,0.5,0.15372517456988796,0.6025738695331517,0.4021087814551343,0.15372517456988796,0.6213590645214859,0.21950228639353486,0.5,0.15372517456988796,0.6378419650073427,0.11395984958426145,0.15372517456988796,0.6381941208272122,0.22800554115393856,0.15372517456988796,0.3239864452137077,0.43783423896947266,0.15372517456988796,0.4571586136661102,0.5904765956390643,0.15372517456988796,0.5330056043317535,0.23135679792527633,0.15372517456988796,0.5935485643108558,0.2259895454376448,0.15372517456988796,0.5610882928215032,0.031771763563771975,0.5,0.15372517456988796,0.4151099615865369,0.08117670802463066,0.0,0.06281452070127526,1.007803759177111 -3996,0.5,0.15372517456988796,0.6893195960946656,0.04844692929917885,0.15372517456988796,0.5856116695756352,0.5118732199655205,0.15372517456988796,0.6853074579521947,0.018328296094108517,0.15372517456988796,0.6930942510031415,0.012608804902259449,0.15372517456988796,0.5773841162769594,0.6202545239853473,0.15372517456988796,0.554439825732836,0.42336253496698495,0.15372517456988796,0.46596249986792,0.31963410811009213,0.15372517456988796,0.5047684018840634,0.4561124900039102,0.5,0.15372517456988796,0.6594260756722425,0.441643579569426,0.15372517456988796,0.6810404133893451,0.23035697316165843,0.5,0.15372517456988796,0.7038097243902326,0.13334323706746484,0.15372517456988796,0.6971429634806043,0.2575818768467164,0.15372517456988796,0.283138424414213,0.4509143844065454,0.15372517456988796,0.3783510890800645,0.6674979972924409,0.15372517456988796,0.5803307250967712,0.31468364255281456,0.15372517456988796,0.6374574754214889,0.2960951988841385,0.15372517456988796,0.6186096351159228,0.041011327246318646,0.5,0.15372517456988796,0.40628521011162655,0.10128030818757366,0.0,0.04288240877088723,1.007698867934041 -3997,0.5,0.15372517456988796,0.691560164579755,0.049036089784518,0.15372517456988796,0.5221264342799604,0.5490658137181361,0.15372517456988796,0.693453498377088,0.027652677797810516,0.15372517456988796,0.7058988200204614,0.011781587678625723,0.15372517456988796,0.3926211709616282,0.6890718528497768,0.15372517456988796,0.46890644751368926,0.5874225593652123,0.15372517456988796,0.49854004130691265,0.3646983797249976,0.15372517456988796,0.5097397010332877,0.5126853343121545,0.5,0.15372517456988796,0.6795869276955049,0.47161535190611803,0.15372517456988796,0.6897986903148511,0.23186296672524295,0.5,0.15372517456988796,0.7271674752098143,0.16512225211572867,0.15372517456988796,0.7175401187650874,0.2875536610322558,0.15372517456988796,0.2645383656313077,0.41416496186388696,0.15372517456988796,0.2980409226139513,0.6761346653958086,0.15372517456988796,0.5895945301763117,0.3927932581208066,0.15372517456988796,0.6385016531377248,0.3651764871411399,0.15372517456988796,0.6451028968765019,0.0542145170019838,0.5,0.15372517456988796,0.3839564116583888,0.13504159018995598,0.0,0.022746048496138527,1.0074670316534577 -3998,0.5,0.15372517456988796,0.6541449701881741,0.04661653825709801,0.15372517456988796,0.3198248716737149,0.5007846484105155,0.15372517456988796,0.667796981150685,0.04331193865106595,0.15372517456988796,0.6797906053200787,0.008952387941617386,0.15372517456988796,0.22921101171591973,0.6498537794235925,0.15372517456988796,0.2615478156847079,0.6082624625706604,0.15372517456988796,0.4689250426258688,0.4285907878942322,0.15372517456988796,0.5201747834043566,0.5879637931694511,0.5,0.15372517456988796,0.6561984010236507,0.5379866588236423,0.15372517456988796,0.6591486493764731,0.2343665916918654,0.5,0.15372517456988796,0.7099648583085947,0.178037718496179,0.15372517456988796,0.7025187417953858,0.3155617468432425,0.15372517456988796,0.23983965718824257,0.338769559957825,0.15372517456988796,0.29892532081759954,0.6708961043075327,0.15372517456988796,0.5049550879980444,0.42991890423473433,0.15372517456988796,0.6261339927891264,0.4205230806979768,0.15372517456988796,0.6388409282769139,0.0684479587642184,0.5,0.15372517456988796,0.36819907293689713,0.14808379416859566,0.0,0.009384112480073746,0.9971932939065976 -3999,0.5,0.15372517456988796,0.5713412994477322,0.04215957553631644,0.15372517456988796,0.18521654504531876,0.43569961910379534,0.15372517456988796,0.590141194968881,0.06032624729571613,0.15372517456988796,0.6015079599210067,0.00889215974283707,0.15372517456988796,0.25225448055553434,0.6346052672414619,0.15372517456988796,0.20224880670546352,0.5710052560574425,0.15372517456988796,0.33502432413610383,0.48156586249285205,0.15372517456988796,0.48650589354148444,0.6369351568553105,0.5,0.15372517456988796,0.6002554997806037,0.6181626223215677,0.15372517456988796,0.5849520152620366,0.2124598634217363,0.5,0.15372517456988796,0.6484712809319327,0.1840453555943196,0.15372517456988796,0.641511998156321,0.3246128954166988,0.15372517456988796,0.20297535331833533,0.22813645363899648,0.15372517456988796,0.26990668552350294,0.6537067462563988,0.15372517456988796,0.41446179207576783,0.42560882975183295,0.15372517456988796,0.5545558667332102,0.4542153893420277,0.15372517456988796,0.5783879033199498,0.07751713928515752,0.5,0.15372517456988796,0.3762977071654852,0.1367952912756564,0.0,0.006152929709153285,0.8935697879347333 -4000,0.5,0.15372517456988796,0.44920740786456975,0.040385829648074696,0.15372517456988796,0.13915465015487413,0.3323805903991874,0.15372517456988796,0.47003783474547023,0.08135564486261629,0.15372517456988796,0.48445579676584044,0.008875545419547609,0.15372517456988796,0.2657725559838469,0.6514797597768501,0.15372517456988796,0.17660877761692603,0.48198308854091765,0.15372517456988796,0.22035378761351349,0.5103092287567662,0.15372517456988796,0.40249981929745965,0.60274175359829,0.5,0.15372517456988796,0.48972752117624085,0.6609416620654686,0.15372517456988796,0.4854924498862098,0.17937734744324127,0.5,0.15372517456988796,0.5344426137991778,0.1588052571337798,0.15372517456988796,0.5303132224716495,0.33996391803321524,0.15372517456988796,0.16019872728847984,0.12792313153815757,0.15372517456988796,0.1758416902688144,0.5494971177220778,0.15372517456988796,0.3478894033458224,0.41999999324067094,0.15372517456988796,0.47425967397762625,0.4808714917144789,0.15372517456988796,0.4708754207197308,0.08662121475711591,0.5,0.15372517456988796,0.3368950878860299,0.11302425616468366,0.0,0.00889185949795728,0.871499809191941 -4001,0.5,0.15372517456988796,0.321692846694158,0.049632123258810563,0.15372517456988796,0.10833793920313145,0.2103107030548076,0.15372517456988796,0.3435563700753373,0.0989921835377421,0.15372517456988796,0.3461073134451218,0.007566076780943606,0.15372517456988796,0.1863682500561637,0.6213953908581888,0.15372517456988796,0.14627493640042444,0.42772584733545865,0.15372517456988796,0.14899419041409728,0.4602732857570493,0.15372517456988796,0.31463663588873503,0.576605748431432,0.5,0.15372517456988796,0.38040307667110435,0.6778586423273815,0.15372517456988796,0.35078703194554106,0.1670593972877298,0.5,0.15372517456988796,0.39001651927740794,0.11682015854388175,0.15372517456988796,0.388855172002698,0.31959708409330734,0.15372517456988796,0.1123802610180239,0.07187209348868802,0.15372517456988796,0.1458601801360846,0.4136352943716789,0.15372517456988796,0.26660903679680803,0.3819031435642784,0.15372517456988796,0.3584575678016554,0.5021363642003914,0.15372517456988796,0.3393456419051821,0.08097662398244877,0.5,0.15372517456988796,0.2637917590375919,0.09680011713270399,0.0,0.01876893774232344,0.938484499665109 -4002,0.5,0.15372517456988796,0.20745680810039357,0.07479197746247285,0.15372517456988796,0.09139053914629411,0.110409886107174,0.15372517456988796,0.21002243478636923,0.11074892738751413,0.15372517456988796,0.21976791765036535,0.005928873442012693,0.15372517456988796,0.14051777603206814,0.5035104689034514,0.15372517456988796,0.0713078321057705,0.4276154699957081,0.15372517456988796,0.0921676043477024,0.35498068496385615,0.15372517456988796,0.21382594872371383,0.4993686551292507,0.5,0.15372517456988796,0.2630010157764413,0.6625229305598134,0.15372517456988796,0.22507302214867048,0.16349930859729872,0.5,0.15372517456988796,0.2537090829454908,0.054593774414504005,0.15372517456988796,0.254635528301393,0.23601328620358233,0.15372517456988796,0.06833828667085351,0.056792831917704935,0.15372517456988796,0.08667448903720458,0.24644680467231714,0.15372517456988796,0.14838358782275785,0.31267473781644084,0.15372517456988796,0.2377028420610569,0.4892491507402426,0.15372517456988796,0.2194116735663289,0.05899291418034232,0.5,0.15372517456988796,0.17928031550115117,0.09781249532994413,0.0,0.02641362411801642,0.9790185425770742 -4003,0.5,0.15372517456988796,0.10410866441091103,0.10573825924819527,0.15372517456988796,0.04663763550812723,0.045457421599771695,0.15372517456988796,0.10142963252636639,0.12915333574617419,0.15372517456988796,0.0998765695228177,0.0023216804652381124,0.15372517456988796,0.07301496229743068,0.2854893687453014,0.15372517456988796,0.026974463140784395,0.412469891955913,0.15372517456988796,0.048494570035129955,0.2844722516921486,0.15372517456988796,0.10872389911545076,0.41353089377779945,0.5,0.15372517456988796,0.13745162646827627,0.5786319804039327,0.15372517456988796,0.10976239333864125,0.11467486519625197,0.5,0.15372517456988796,0.12439068506850583,0.011963131479341114,0.15372517456988796,0.1274498253166265,0.09033589181002076,0.15372517456988796,0.03541285684638078,0.062073690206186374,0.15372517456988796,0.03295774830094624,0.09321061018554444,0.15372517456988796,0.07726340594015707,0.23728787712381505,0.15372517456988796,0.12639057958947506,0.4157718234985592,0.15372517456988796,0.1053594219043888,0.04329922008403433,0.5,0.15372517456988796,0.07904507126757723,0.07767824259120251,0.0,0.02347026548299292,0.9814779166973453 -4004,0.5,0.15372517456988796,0.028929946365587884,0.12576151348746256,0.15372517456988796,0.010248879936945579,0.016422130042024176,0.15372517456988796,0.02362140012583688,0.18689624826163034,0.15372517456988796,0.013926139128705425,0.0029855572324908727,0.15372517456988796,0.011629079979346035,0.12286913821723841,0.15372517456988796,0.007449296692142929,0.31936424219952025,0.15372517456988796,0.015681896243923688,0.19666073260454223,0.15372517456988796,0.028620584552050358,0.32001025144141043,0.5,0.15372517456988796,0.03912413854121194,0.451318873685013,0.15372517456988796,0.005261703438565142,0.08451890018068071,0.5,0.15372517456988796,0.024524745466625857,0.014581021637860032,0.15372517456988796,0.023655998395376077,0.039784009400629934,0.15372517456988796,0.013296088156016274,0.06572932469152623,0.15372517456988796,0.01120301696423446,0.06162847851752591,0.15372517456988796,0.026155855600891238,0.14611120150879667,0.15372517456988796,0.037220014669030896,0.2822933878944384,0.15372517456988796,0.016682461570321896,0.05961695847025883,0.5,0.15372517456988796,0.0,0.042080778819547235,0.0,0.012242253803653715,0.9275033115106062 -4005,0.5,0.15372517456988796,0.0,0.12470971140786037,0.15372517456988796,0.0,0.011339298587954565,0.15372517456988796,0.0,0.23504223650900014,0.15372517456988796,0.0,0.005333161673638529,0.15372517456988796,6.062090843958145e-05,0.052486394614081965,0.15372517456988796,1.3277233074343185e-05,0.18851434985710358,0.15372517456988796,7.754224516718615e-05,0.14590146080981575,0.15372517456988796,0.0,0.23316012259917632,0.5,0.15372517456988796,0.0,0.37173316096338554,0.15372517456988796,0.0,0.07745272270005939,0.5,0.15372517456988796,0.0,0.04474739089661104,0.15372517456988796,0.0,0.028958131038455816,0.15372517456988796,0.0,0.053323860425429116,0.15372517456988796,0.0001023568269532824,0.11526799566123705,0.15372517456988796,0.0,0.06606319200120855,0.15372517456988796,0.0,0.17572970768926194,0.15372517456988796,0.0,0.07855497473221405,0.5,0.15372517456988796,0.0,0.03664873508181409,0.0,0.010619192607744951,0.810878679616427 -4006,0.5,0.15372517456988796,0.0,0.11816956133222462,0.15372517456988796,0.0,0.012876808558406285,0.15372517456988796,0.0,0.24994232282963882,0.15372517456988796,0.0,0.008179379060554789,0.15372517456988796,0.0,0.02428038331276679,0.15372517456988796,0.0,0.11369253748197536,0.15372517456988796,0.0,0.11467502360171504,0.15372517456988796,0.0,0.1880351536999158,0.5,0.15372517456988796,0.0,0.3349570510008034,0.15372517456988796,0.0,0.04989845429184198,0.5,0.15372517456988796,0.0,0.11305931693734778,0.15372517456988796,0.0,0.02977325510491624,0.15372517456988796,0.0,0.03433469151350708,0.15372517456988796,0.0,0.1418119817720197,0.15372517456988796,0.0,0.040867174190951386,0.15372517456988796,0.0,0.12536579041854334,0.15372517456988796,0.0,0.09944198004683617,0.5,0.15372517456988796,0.0,0.025965306433768244,0.0,0.02048367147692861,0.6993283498328371 -4007,0.5,0.15372517456988796,0.0,0.09720826862612986,0.15372517456988796,0.0,0.004873877595237405,0.15372517456988796,0.0,0.2594464225809925,0.15372517456988796,0.0,0.014803635242835744,0.15372517456988796,0.0,0.006208276962777923,0.15372517456988796,0.0,0.07327539461173797,0.15372517456988796,0.0,0.06523474343270678,0.15372517456988796,0.0,0.15672352420246727,0.5,0.15372517456988796,0.0,0.27698858685372457,0.15372517456988796,0.0,0.028469813196238307,0.5,0.15372517456988796,0.0,0.1849084840720193,0.15372517456988796,0.0,0.03389659373393948,0.15372517456988796,0.0,0.04920869904773884,0.15372517456988796,0.0,0.13442151756109466,0.15372517456988796,0.0,0.02924190292685388,0.15372517456988796,0.0,0.09938484843842434,0.15372517456988796,0.0,0.11963314089549407,0.5,0.15372517456988796,0.0,0.018851660418208425,0.0,0.09036773060813467,0.6711111354453876 -4008,0.5,0.15372517456988796,0.0,0.07590781022861649,0.15372517456988796,0.0,0.0012872781985320534,0.15372517456988796,0.0,0.23680933983224794,0.15372517456988796,0.0,0.02031761682488895,0.15372517456988796,0.0,0.000571743438368542,0.15372517456988796,0.0,0.03511623148979296,0.15372517456988796,0.0,0.03118349244793705,0.15372517456988796,0.0,0.10089738700026012,0.5,0.15372517456988796,0.0,0.21459418175660838,0.15372517456988796,0.0,0.015428454802584684,0.5,0.15372517456988796,0.0,0.18416698073181476,0.15372517456988796,0.0,0.030511114979291733,0.15372517456988796,0.0,0.06514870530324796,0.15372517456988796,0.0,0.10633069082165217,0.15372517456988796,0.0,0.022084294348110992,0.15372517456988796,0.0,0.09060318879404536,0.15372517456988796,0.0,0.10670726635723252,0.5,0.15372517456988796,0.0,0.014162801189589704,0.0,0.19464088824044737,0.6949299301056014 -4009,0.5,0.15372517456988796,0.0,0.06991147048650624,0.15372517456988796,0.0,0.02812945212296148,0.15372517456988796,0.0,0.1676580684168346,0.15372517456988796,0.0,0.018789913102179662,0.15372517456988796,0.0,0.008119438661671367,0.15372517456988796,0.0,0.01022280873778093,0.15372517456988796,0.0,0.01586471260989703,0.15372517456988796,0.0,0.058015403698254434,0.5,0.15372517456988796,0.0,0.18312619476176875,0.15372517456988796,0.0,0.008993818771971427,0.5,0.15372517456988796,0.0,0.11951344319024518,0.15372517456988796,0.0,0.023605408352993847,0.15372517456988796,0.0,0.08115541544748126,0.15372517456988796,0.0,0.08887179113315385,0.15372517456988796,0.0,0.014167642412125432,0.15372517456988796,0.0,0.09460522668152237,0.15372517456988796,0.0,0.07548270477870336,0.5,0.15372517456988796,0.0,0.013804288484754157,0.0,0.19728107184942026,0.7669344864648217 -4010,0.5,0.15372517456988796,0.0,0.07703186320788175,0.15372517456988796,0.0,0.059905074607837935,0.15372517456988796,0.0,0.09374007878338457,0.15372517456988796,0.0,0.013580593185925284,0.15372517456988796,0.0,0.030529814652013456,0.15372517456988796,0.0,0.0020736705695985173,0.15372517456988796,0.0,0.010041405105183827,0.15372517456988796,0.0,0.030309366372526216,0.5,0.15372517456988796,0.0,0.17483873327977145,0.15372517456988796,0.0,0.005357062619888597,0.5,0.15372517456988796,0.0,0.07004989214033026,0.15372517456988796,0.0,0.018080177325634963,0.15372517456988796,0.0,0.08760578695981608,0.15372517456988796,0.0,0.07409659672091698,0.15372517456988796,0.0,0.022228625042102806,0.15372517456988796,0.0,0.10393888943621843,0.15372517456988796,0.0,0.05834175918201141,0.5,0.15372517456988796,0.0,0.01438904364299981,0.0,0.19226162261960442,0.840868547916866 -4011,0.5,0.15372517456988796,0.0,0.08538265403131433,0.15372517456988796,0.0,0.040344848969914325,0.15372517456988796,0.0,0.04815492390434761,0.15372517456988796,0.0,0.007080512102806981,0.15372517456988796,0.0,0.041852484953168866,0.15372517456988796,0.0,0.0027109061146942314,0.15372517456988796,0.0,0.00889932397350619,0.15372517456988796,0.0,0.019847244335695017,0.5,0.15372517456988796,0.0,0.1651331341178259,0.15372517456988796,0.0,0.004350538509851558,0.5,0.15372517456988796,0.0,0.046314326048058935,0.15372517456988796,0.0,0.014190823029420515,0.15372517456988796,0.0,0.09757558195785598,0.15372517456988796,0.0,0.05535277397296705,0.15372517456988796,0.0,0.03596426966470793,0.15372517456988796,0.0,0.10889441897933556,0.15372517456988796,0.0,0.0507506945516801,0.5,0.15372517456988796,0.0,0.014412247769039438,0.0,0.20700246343967818,0.7819759061993031 -4012,0.5,0.15372517456988796,0.0,0.09490616249137987,0.15372517456988796,0.0,0.03306096154966879,0.15372517456988796,0.0,0.04029392651199397,0.15372517456988796,0.0,0.004656623638067191,0.15372517456988796,0.0,0.03393684858777164,0.15372517456988796,0.0,0.009519153617376066,0.15372517456988796,0.0,0.01202593581986929,0.15372517456988796,0.0,0.01861269579735202,0.5,0.15372517456988796,0.0,0.15827826060124622,0.15372517456988796,0.0,0.0047874151736178126,0.5,0.15372517456988796,0.0,0.03515317275687551,0.15372517456988796,0.0,0.012725449247984261,0.15372517456988796,0.0,0.10026515578394785,0.15372517456988796,0.0,0.05158599958768745,0.15372517456988796,0.0,0.03505776501791751,0.15372517456988796,0.0,0.10525454931673324,0.15372517456988796,0.0,0.048187775592247156,0.5,0.15372517456988796,0.0,0.015260193981795634,0.0,0.19204512017335562,0.6319558497731618 -4013,0.5,0.15372517456988796,0.013398771546202847,0.09210744733271757,0.15372517456988796,0.005952157653261194,0.032534380943186385,0.15372517456988796,0.003851942005036225,0.05510023851454804,0.15372517456988796,0.009839662148048427,0.007186343246858126,0.15372517456988796,0.0015575056425257202,0.026899493395922465,0.15372517456988796,1.868549656324573e-05,0.018978836876920334,0.15372517456988796,0.000996237414506853,0.013724658341061236,0.15372517456988796,1.0007039253158828e-05,0.01726324792662208,0.5,0.15372517456988796,2.3733782081827974e-07,0.15143589880076605,0.15372517456988796,0.00022176944597177519,0.006318250726250332,0.5,0.15372517456988796,7.074762577701958e-05,0.03041530624772889,0.15372517456988796,3.350299320715977e-05,0.013736240760600323,0.15372517456988796,0.007084596502130586,0.0787524033927777,0.15372517456988796,0.003666449437409821,0.056548491278109334,0.15372517456988796,0.003783052730016352,0.026280717659317124,0.15372517456988796,0.0011564771058078108,0.09250217307123107,0.15372517456988796,0.0020479751092959335,0.03990063592189151,0.5,0.15372517456988796,0.0016132544172281671,0.01537713659777147,0.0,0.1367876253685054,0.430361549391471 -4014,0.5,0.15372517456988796,0.07369479799775361,0.11135778462541139,0.15372517456988796,0.06692223482669173,0.03076672522854522,0.15372517456988796,0.06099897658077288,0.07364870817138054,0.15372517456988796,0.07530089516764615,0.010518173499822158,0.15372517456988796,0.05114207402578993,0.024107553131402212,0.15372517456988796,0.009358695998133333,0.018161231167063988,0.15372517456988796,0.04739811084184715,0.012690364931877775,0.15372517456988796,0.029694652946107604,0.02232954899425635,0.5,0.15372517456988796,0.03538510796732012,0.17117104881042766,0.15372517456988796,0.052525716278363915,0.0075317926847781325,0.5,0.15372517456988796,0.03897049975644653,0.03245226829958035,0.15372517456988796,0.04714853482577369,0.012419038010510055,0.15372517456988796,0.06695928247669604,0.050477143872336865,0.15372517456988796,0.058473648276808024,0.04625157943390304,0.15372517456988796,0.05965956857881065,0.025741061407634096,0.15372517456988796,0.04011009961736582,0.09989840946127757,0.15372517456988796,0.05660020544307874,0.03522120954372933,0.5,0.15372517456988796,0.04380227101735575,0.011879379528111376,0.0,0.07593001140386067,0.2806825562967733 -4015,0.5,0.15372517456988796,0.16037214353392942,0.19376903957309,0.15372517456988796,0.1448565371696508,0.030375375831744537,0.15372517456988796,0.13921889518231426,0.08640600385027722,0.15372517456988796,0.16220701277868388,0.018666433435064887,0.15372517456988796,0.1256182119265616,0.045004487636960085,0.15372517456988796,0.05506679939375504,0.03607756616107933,0.15372517456988796,0.12531021388554303,0.03396075075534186,0.15372517456988796,0.10128822777837054,0.05743301710901548,0.5,0.15372517456988796,0.1107366111000175,0.25216210282280194,0.15372517456988796,0.1370091822839435,0.02182716656623795,0.5,0.15372517456988796,0.10962370566410412,0.0718233870800994,0.15372517456988796,0.12732670337432242,0.02004809096973082,0.15372517456988796,0.14318930415615516,0.04013402321304774,0.15372517456988796,0.1316904579507437,0.037866741973515805,0.15372517456988796,0.13753097877252465,0.047654568671842104,0.15372517456988796,0.11955036978669983,0.136525161254695,0.15372517456988796,0.1383097718891716,0.04962234223808413,0.5,0.15372517456988796,0.11329879179015825,0.01810596348470944,0.0,0.035767579748768014,0.21447497949489402 -4016,0.5,0.15372517456988796,0.2807108887416513,0.19286389481988828,0.15372517456988796,0.26312476856924294,0.05519759194689479,0.15372517456988796,0.25092335047941394,0.07214256435294954,0.15372517456988796,0.2808128596067311,0.03643872416473512,0.15372517456988796,0.2438153517554753,0.05003424112394041,0.15372517456988796,0.1366876261467102,0.06887086551319947,0.15372517456988796,0.23945170695983442,0.0742772752256714,0.15372517456988796,0.2041618623956277,0.11036039763512995,0.5,0.15372517456988796,0.21235543628303555,0.3425953945411382,0.15372517456988796,0.25790275659788325,0.0980729030702079,0.5,0.15372517456988796,0.21462628294881858,0.11985680826016165,0.15372517456988796,0.24414969800591846,0.08313211944665247,0.15372517456988796,0.25848251237382525,0.050420630155873905,0.15372517456988796,0.24845280702787464,0.034601325913340364,0.15372517456988796,0.2540340247617853,0.07486780183230404,0.15372517456988796,0.22960229007682742,0.21092342751679413,0.15372517456988796,0.2521748344644871,0.0859948045534748,0.5,0.15372517456988796,0.20688380859971245,0.05469469748580073,0.0,0.009806985453885083,0.1957652077263496 -4017,0.5,0.15372517456988796,0.4070891827480848,0.1539522861893605,0.15372517456988796,0.38661350556291074,0.056287298264380184,0.15372517456988796,0.384517581911166,0.09134628097988673,0.15372517456988796,0.41284623714788693,0.06054853922617829,0.15372517456988796,0.3698685015797232,0.04269825637792679,0.15372517456988796,0.26580731702543,0.07851249292864362,0.15372517456988796,0.354648285660476,0.11810152612361921,0.15372517456988796,0.31786768469816007,0.143805235900706,0.5,0.15372517456988796,0.3305885796104027,0.3404866772027997,0.15372517456988796,0.3899762923724315,0.26278843359745696,0.5,0.15372517456988796,0.3474487419139501,0.19969083593343845,0.15372517456988796,0.3787417414073902,0.23006050826065136,0.15372517456988796,0.3633851934628559,0.03510652477368513,0.15372517456988796,0.37075027406594663,0.03929672198642016,0.15372517456988796,0.3773152496303862,0.06963649313841883,0.15372517456988796,0.35480208396038504,0.2638520741371352,0.15372517456988796,0.38451158960151316,0.1419871668279314,0.5,0.15372517456988796,0.31121549837224893,0.11033370388015118,0.0,0.002926471858799902,0.18526949523631442 -4018,0.5,0.15372517456988796,0.535313468777823,0.14952298582288584,0.15372517456988796,0.5149450741606498,0.050807919767821036,0.15372517456988796,0.5224109360447542,0.11833832231494758,0.15372517456988796,0.5396859715440705,0.08418195674898005,0.15372517456988796,0.5043190121115416,0.04491773920180444,0.15372517456988796,0.4663026195205575,0.0927011821541879,0.15372517456988796,0.4758542744153159,0.13739346813309047,0.15372517456988796,0.4456210759843465,0.17562068600071,0.5,0.15372517456988796,0.4676431007293426,0.3318337750043063,0.15372517456988796,0.49431325236144996,0.4199117572078099,0.5,0.15372517456988796,0.48814711277937384,0.3072366136972623,0.15372517456988796,0.5122070960440102,0.41928632720427683,0.15372517456988796,0.43704290207326524,0.031018095587144356,0.15372517456988796,0.49672252189486565,0.08273926219255359,0.15372517456988796,0.510973372780407,0.06830098983402048,0.15372517456988796,0.4876267414795522,0.2691107635089975,0.15372517456988796,0.5116005600757705,0.2330358474963416,0.5,0.15372517456988796,0.4239377103914307,0.17279973220834605,0.0,0.002103201572541475,0.20705368481348443 -4019,0.5,0.15372517456988796,0.6242528325624963,0.15093596252728494,0.15372517456988796,0.6073736465710156,0.06876742529060663,0.15372517456988796,0.6175792692278569,0.14191143518470622,0.15372517456988796,0.5927930391048319,0.11350517011797405,0.15372517456988796,0.6148461764251366,0.07373033517514499,0.15372517456988796,0.598383320294345,0.12066298549775317,0.15372517456988796,0.5950999584036761,0.16942787662805722,0.15372517456988796,0.5608972485547754,0.19586346653833864,0.5,0.15372517456988796,0.5887841498400861,0.37785492931972775,0.15372517456988796,0.5732248054711737,0.49633262748365325,0.5,0.15372517456988796,0.5859080076989509,0.4068981955861594,0.15372517456988796,0.6134806276750243,0.5638038238348999,0.15372517456988796,0.4946294472104896,0.05016871254305253,0.15372517456988796,0.5941729668031832,0.1520317172536259,0.15372517456988796,0.6218402559817202,0.09271414951906869,0.15372517456988796,0.5936238242597066,0.3092888506484465,0.15372517456988796,0.5846589229376155,0.3039617726785913,0.5,0.15372517456988796,0.547680618081833,0.19898298259035813,0.0,0.0033575764005234912,0.25485947321878205 -4020,0.5,0.15372517456988796,0.658486600280357,0.14704923188962038,0.15372517456988796,0.6418811679041272,0.09324536409017432,0.15372517456988796,0.6230269219627195,0.15968098171807846,0.15372517456988796,0.6208922929664259,0.1440590543712913,0.15372517456988796,0.6736600740452583,0.10264061287748301,0.15372517456988796,0.6834566269615746,0.18741148629774237,0.15372517456988796,0.6796082550128772,0.24156949745949813,0.15372517456988796,0.6596073946737292,0.2335420008939254,0.5,0.15372517456988796,0.6500416760147678,0.45489069057419845,0.15372517456988796,0.5590698654003055,0.5399606477338814,0.5,0.15372517456988796,0.6332306857931082,0.4340417445028417,0.15372517456988796,0.6696186680661949,0.6358468619758096,0.15372517456988796,0.5467940540899925,0.08559786307702137,0.15372517456988796,0.633748846730521,0.2186781448957864,0.15372517456988796,0.6845556719050379,0.13507325130186715,0.15372517456988796,0.6319515704034102,0.3885523367712413,0.15372517456988796,0.6334315313445368,0.3569491639648627,0.5,0.15372517456988796,0.5678303182861388,0.2384633309494131,0.0,0.0032106294932731914,0.28372366579480074 -4021,0.5,0.15372517456988796,0.6749243535004074,0.14126406941546674,0.15372517456988796,0.6449941972139293,0.11677918701498115,0.15372517456988796,0.6348985286350127,0.1789053108020958,0.15372517456988796,0.6448331738978126,0.1817140801836081,0.15372517456988796,0.6774476345069955,0.12529008367472685,0.15372517456988796,0.710691978807148,0.21887965372258392,0.15372517456988796,0.7088372610418527,0.2799992665004156,0.15372517456988796,0.6820960182990989,0.30845044590945153,0.5,0.15372517456988796,0.624793372152891,0.5230105476034002,0.15372517456988796,0.5762210444379755,0.5711016044174159,0.5,0.15372517456988796,0.6599456197649862,0.4824219313351029,0.15372517456988796,0.6797761161507729,0.6462609532210041,0.15372517456988796,0.5853903588391483,0.12218942808247373,0.15372517456988796,0.6428354929705882,0.30440306098251496,0.15372517456988796,0.680822541667621,0.14967463742376808,0.15372517456988796,0.6188141463251702,0.4672606183974852,0.15372517456988796,0.6345534862175847,0.3949038367317855,0.5,0.15372517456988796,0.5274555693244238,0.26165401010621653,0.0,0.0024884426958003856,0.25119914032085433 -4022,0.5,0.15372517456988796,0.6618775093970369,0.13058654055369923,0.15372517456988796,0.6195229289960881,0.14956249282595718,0.15372517456988796,0.6091450892673269,0.20899564574283316,0.15372517456988796,0.6243011060961127,0.2125778590938333,0.15372517456988796,0.6384553350040086,0.17982673009749064,0.15372517456988796,0.6923623368761462,0.20251125891353033,0.15372517456988796,0.6562808153154485,0.2895455926063546,0.15372517456988796,0.6641903909869198,0.3242256047909469,0.5,0.15372517456988796,0.5816053745916836,0.5895802599906116,0.15372517456988796,0.6356556885391311,0.6415455551225053,0.5,0.15372517456988796,0.6355046133055882,0.5090204621078556,0.15372517456988796,0.6683474143130668,0.675879900082746,0.15372517456988796,0.617451172311556,0.15572296134855343,0.15372517456988796,0.6358080427045059,0.36279406259808655,0.15372517456988796,0.6450706917546793,0.15637375601951534,0.15372517456988796,0.5968489762424787,0.48806092899816794,0.15372517456988796,0.6059057170879192,0.4050137609513696,0.5,0.15372517456988796,0.5008437594640119,0.24501902185832458,0.0,0.003655200153743696,0.2864794890036385 -4023,0.5,0.15372517456988796,0.5989645863745671,0.11558028273879514,0.15372517456988796,0.5576376924516626,0.16587385937192456,0.15372517456988796,0.5591969733897441,0.22617479601483437,0.15372517456988796,0.5679544536615725,0.22339307447066906,0.15372517456988796,0.5848521301692431,0.2817862068759026,0.15372517456988796,0.6249295238887069,0.2130003147284073,0.15372517456988796,0.5952104259387169,0.3136083204761476,0.15372517456988796,0.6006016722379693,0.34456790082648336,0.5,0.15372517456988796,0.5224475869970489,0.607402199190749,0.15372517456988796,0.5844876299044852,0.682045382761055,0.5,0.15372517456988796,0.5497172567502836,0.5293089063209855,0.15372517456988796,0.6176676281613607,0.6605570020571927,0.15372517456988796,0.5816107030021376,0.2126209925236593,0.15372517456988796,0.5935565315814183,0.37870385375181137,0.15372517456988796,0.5908570166610162,0.17330618262489098,0.15372517456988796,0.5484646998867513,0.4612716347503705,0.15372517456988796,0.5432793850105454,0.3983568983112981,0.5,0.15372517456988796,0.47576001301608106,0.21558852581259252,0.0,0.00525145684586054,0.33158206257003603 -4024,0.5,0.15372517456988796,0.4867483455273649,0.10464095953085381,0.15372517456988796,0.46287443251164506,0.14324341036969507,0.15372517456988796,0.46666413310734917,0.23184203329383812,0.15372517456988796,0.46269900286970156,0.2171418016097114,0.15372517456988796,0.4839848443803949,0.3784374857238414,0.15372517456988796,0.5268198480568909,0.24332376241177917,0.15372517456988796,0.5085032812997615,0.32831345820219315,0.15372517456988796,0.49976622325964587,0.35083947356515366,0.5,0.15372517456988796,0.4439902423061347,0.5956099738286124,0.15372517456988796,0.49464840448155756,0.6895819853410053,0.5,0.15372517456988796,0.39893595376038615,0.4540044349582782,0.15372517456988796,0.517670186754856,0.6364661508598712,0.15372517456988796,0.5009551705387634,0.31549743771643746,0.15372517456988796,0.5067262915442524,0.40734752739117264,0.15372517456988796,0.4942277245309982,0.19249893491016232,0.15372517456988796,0.478099684820662,0.44009456690769183,0.15372517456988796,0.40608566145353087,0.3327651604455919,0.5,0.15372517456988796,0.4204808940081434,0.18261558099822806,0.0,0.006562998536790618,0.3241501888237457 -4025,0.5,0.15372517456988796,0.3612035511924577,0.08838760400427043,0.15372517456988796,0.35191046786268104,0.12127935672975708,0.15372517456988796,0.34316626479930085,0.21893437168366212,0.15372517456988796,0.34050532077941337,0.19613911605776946,0.15372517456988796,0.3722681596639734,0.48007735273408914,0.15372517456988796,0.39687275689792156,0.28443365810318416,0.15372517456988796,0.3850473030106098,0.3069621874072645,0.15372517456988796,0.37381280846620824,0.3132333299288172,0.5,0.15372517456988796,0.35509280113482655,0.5308554856684723,0.15372517456988796,0.37687914411462664,0.5935270803834181,0.5,0.15372517456988796,0.2732814328686013,0.3156376018896708,0.15372517456988796,0.3787090136135895,0.5519532037916441,0.15372517456988796,0.38961079909743274,0.4037688263356752,0.15372517456988796,0.3859968021936765,0.4744592677890922,0.15372517456988796,0.3677753011933492,0.1958483113722993,0.15372517456988796,0.35707553700210115,0.387222882169016,0.15372517456988796,0.2808713859253882,0.2763525117335317,0.5,0.15372517456988796,0.33173702260888416,0.13977838070392692,0.0,0.007423502807215964,0.2497965798648212 -4026,0.5,0.15372517456988796,0.23750179967921842,0.06035808962410856,0.15372517456988796,0.24081280486925397,0.15762241138237687,0.15372517456988796,0.23226195493142401,0.15967448188892475,0.15372517456988796,0.21873211152752486,0.13902617017411792,0.15372517456988796,0.2606075550256223,0.553994679658911,0.15372517456988796,0.27157938643854196,0.3134954716258999,0.15372517456988796,0.2591782806456112,0.2175110264442482,0.15372517456988796,0.25549393758834027,0.22504127032938154,0.5,0.15372517456988796,0.2465285984040459,0.3228256235086786,0.15372517456988796,0.24712409484931513,0.38118960951790914,0.5,0.15372517456988796,0.1518251028175351,0.23629678369370116,0.15372517456988796,0.2563778270996064,0.34152019212173146,0.15372517456988796,0.26896346679105043,0.4073787682811325,0.15372517456988796,0.2654143634761871,0.5047997242267692,0.15372517456988796,0.2508966370660246,0.17192339343426538,0.15372517456988796,0.23954556174634328,0.2417169296739133,0.15372517456988796,0.18279316234224305,0.16773803030804588,0.5,0.15372517456988796,0.20618373972007756,0.06969638097294005,0.0,0.008400718239646781,0.16316191436091437 -4027,0.5,0.15372517456988796,0.11949342669574098,0.020149152156018094,0.15372517456988796,0.12801058106169633,0.2177974821260528,0.15372517456988796,0.1171922556063416,0.05806015160367646,0.15372517456988796,0.0984519860039404,0.055646557231927525,0.15372517456988796,0.1450917222054728,0.5283025705649349,0.15372517456988796,0.1462922763875986,0.29317379017031603,0.15372517456988796,0.13532948176034232,0.10882430894173312,0.15372517456988796,0.13179882870854853,0.09650626071501828,0.5,0.15372517456988796,0.13249265023490575,0.1422999186886835,0.15372517456988796,0.11874811947915362,0.12255682768353544,0.5,0.15372517456988796,0.11241437657262313,0.21168678924311848,0.15372517456988796,0.12545260403445851,0.15165190711815393,0.15372517456988796,0.1447862141697518,0.35212533998187495,0.15372517456988796,0.14516117994477812,0.42045358224107776,0.15372517456988796,0.13051501180060834,0.13008719740360547,0.15372517456988796,0.11971651685408816,0.10656084694539712,0.15372517456988796,0.10033095955726537,0.1263076209751254,0.5,0.15372517456988796,0.07953787883604219,0.02475054458463096,0.0,0.011356685222784962,0.11877047882041743 -4028,0.5,0.15372517456988796,0.026750664037915328,0.017365097391303312,0.15372517456988796,0.04007547325319212,0.1817575722205872,0.15372517456988796,0.023384446145253816,0.04665463342416987,0.15372517456988796,0.014411104106743636,0.049164701559730004,0.15372517456988796,0.053506162557599206,0.40653930517603276,0.15372517456988796,0.04917509199328188,0.3779815784320066,0.15372517456988796,0.04210473884372367,0.1569151522982217,0.15372517456988796,0.03762893579782044,0.07397968186415642,0.5,0.15372517456988796,0.032551640260218596,0.11986725683725562,0.15372517456988796,0.010441133498644155,0.04925138121673115,0.5,0.15372517456988796,0.028246702981105997,0.24035341668840146,0.15372517456988796,0.024095125490536284,0.07860645044548852,0.15372517456988796,0.04632961912365388,0.23898547065729264,0.15372517456988796,0.05253930586138484,0.23729018937935759,0.15372517456988796,0.03642234121674353,0.1250048443674913,0.15372517456988796,0.030940246399954026,0.08479263230740358,0.15372517456988796,0.018328571451289733,0.1276475528271003,0.5,0.15372517456988796,0.0,0.02869119719167838,0.0,0.005408031796595654,0.22928725156140417 -4029,0.5,0.15372517456988796,0.0,0.015061750577502989,0.15372517456988796,0.0,0.12937537989902054,0.15372517456988796,0.0,0.03301157787551767,0.15372517456988796,0.0,0.039991187973602633,0.15372517456988796,0.0,0.2509191874773745,0.15372517456988796,0.0,0.4243469065030563,0.15372517456988796,0.0,0.21784310362791184,0.15372517456988796,0.0,0.07640993674140328,0.5,0.15372517456988796,0.0,0.1417989370436349,0.15372517456988796,0.0,0.030449823545028475,0.5,0.15372517456988796,0.0,0.2289589853563373,0.15372517456988796,0.0,0.05526337678883933,0.15372517456988796,0.0,0.14379019372694848,0.15372517456988796,0.0,0.1266097751960918,0.15372517456988796,0.0,0.12290549707993387,0.15372517456988796,0.0,0.08433455443704008,0.15372517456988796,0.0,0.11588054284835682,0.5,0.15372517456988796,0.0,0.04582923588375972,0.0,0.00202975374304111,0.4427259373541588 -4030,0.5,0.15372517456988796,0.0,0.010311045353603096,0.15372517456988796,0.0,0.08783640750083774,0.15372517456988796,0.0,0.016950563564068672,0.15372517456988796,0.0,0.02425203740012727,0.15372517456988796,0.0,0.1457785523128623,0.15372517456988796,0.0,0.3765680264967858,0.15372517456988796,0.0,0.21311676491453163,0.15372517456988796,0.0,0.10924509974183678,0.5,0.15372517456988796,0.0,0.15056111059939647,0.15372517456988796,0.0,0.02567003593464346,0.5,0.15372517456988796,0.0,0.18429774408893693,0.15372517456988796,0.0,0.05077286823647829,0.15372517456988796,0.0,0.11456421591093026,0.15372517456988796,0.0,0.09223194992118419,0.15372517456988796,0.0,0.1060397302648063,0.15372517456988796,0.0,0.09085032183303128,0.15372517456988796,0.0,0.09011847074583063,0.5,0.15372517456988796,0.0,0.05066563989979997,0.0,0.014437265486314252,0.46160421813563274 -4031,0.5,0.15372517456988796,0.0,0.010708980261909256,0.15372517456988796,0.0,0.04746062044959705,0.15372517456988796,0.0,0.007390393363423899,0.15372517456988796,0.0,0.012467278064814655,0.15372517456988796,0.0,0.08057607973028062,0.15372517456988796,0.0,0.25996019827243677,0.15372517456988796,0.0,0.1523285360972273,0.15372517456988796,0.0,0.13730236263369694,0.5,0.15372517456988796,0.0,0.14319465775742152,0.15372517456988796,0.0,0.026572752596116106,0.5,0.15372517456988796,0.0,0.1324091944000204,0.15372517456988796,0.0,0.05230357309516682,0.15372517456988796,0.0,0.0892479822023004,0.15372517456988796,0.0,0.08057723136359339,0.15372517456988796,0.0,0.07828635770733205,0.15372517456988796,0.0,0.09590943912787328,0.15372517456988796,0.0,0.06578498141535807,0.5,0.15372517456988796,0.0,0.0512892301697408,0.0,0.025237700737661736,0.4268581655028447 -4032,0.5,0.15372517456988796,0.0,0.011978435658093917,0.15372517456988796,0.0,0.026252318028172218,0.15372517456988796,0.0,0.0027192446580685684,0.15372517456988796,0.0,0.006581178694411627,0.15372517456988796,0.0,0.043881309542089485,0.15372517456988796,0.0,0.15702802156630877,0.15372517456988796,0.0,0.08980433491021159,0.15372517456988796,0.0,0.12121299630018526,0.5,0.15372517456988796,0.0,0.13765953151138433,0.15372517456988796,0.0,0.02574281797762003,0.5,0.15372517456988796,0.0,0.09340467319718093,0.15372517456988796,0.0,0.053859903555174456,0.15372517456988796,0.0,0.08107435229676632,0.15372517456988796,0.0,0.07395261769117548,0.15372517456988796,0.0,0.05636450471478168,0.15372517456988796,0.0,0.09375020088972956,0.15372517456988796,0.0,0.050091326314865334,0.5,0.15372517456988796,0.0,0.05142915004975191,0.0,0.03303205347734577,0.49356720849675656 -4033,0.5,0.15372517456988796,0.0,0.012760499334108732,0.15372517456988796,0.0,0.032479093805892104,0.15372517456988796,0.0,0.0011747163851052195,0.15372517456988796,0.0,0.003360562396040864,0.15372517456988796,0.0,0.028042825169176364,0.15372517456988796,0.0,0.09032786397161302,0.15372517456988796,0.0,0.04096454150767788,0.15372517456988796,0.0,0.09272082034112804,0.5,0.15372517456988796,0.0,0.1317985690621378,0.15372517456988796,0.0,0.02496816682633773,0.5,0.15372517456988796,0.0,0.06675533725448743,0.15372517456988796,0.0,0.05190868497762246,0.15372517456988796,0.0,0.09326463686088549,0.15372517456988796,0.0,0.08654901241887888,0.15372517456988796,0.0,0.03927935832686826,0.15372517456988796,0.0,0.083121177526085,0.15372517456988796,0.0,0.04443356814359996,0.5,0.15372517456988796,0.0,0.04732496194816004,0.0,0.04125786657723045,0.6097688954498439 -4034,0.5,0.15372517456988796,0.0,0.013706393438827248,0.15372517456988796,0.0,0.03542437286376526,0.15372517456988796,0.0,0.001089585856400386,0.15372517456988796,0.0,0.001328686068305336,0.15372517456988796,0.0,0.023765889015810983,0.15372517456988796,0.0,0.05328541789060709,0.15372517456988796,0.0,0.019152195892672003,0.15372517456988796,0.0,0.06456007183384824,0.5,0.15372517456988796,0.0,0.1297047890617139,0.15372517456988796,0.0,0.023607125058327336,0.5,0.15372517456988796,0.0,0.05602161710686181,0.15372517456988796,0.0,0.0499781879627554,0.15372517456988796,0.0,0.10333430429336679,0.15372517456988796,0.0,0.10992436247869876,0.15372517456988796,0.0,0.028580064770072872,0.15372517456988796,0.0,0.06802859636156339,0.15372517456988796,0.0,0.04005865498670465,0.5,0.15372517456988796,0.0,0.04255909619617535,0.0,0.040935560220040856,0.6752477424409432 -4035,0.5,0.15372517456988796,0.0,0.014142392712409834,0.15372517456988796,0.0,0.036941932143142814,0.15372517456988796,0.0,0.0029395872809263304,0.15372517456988796,0.0,0.0006563299949954273,0.15372517456988796,0.0,0.021330129129859286,0.15372517456988796,0.0,0.04477130313060157,0.15372517456988796,0.0,0.016573309653678148,0.15372517456988796,0.0,0.04002512672761663,0.5,0.15372517456988796,0.0,0.12463415282876927,0.15372517456988796,0.0,0.021697503921042915,0.5,0.15372517456988796,0.0,0.0475736565972404,0.15372517456988796,0.0,0.046636414581369696,0.15372517456988796,0.0,0.11194118932165462,0.15372517456988796,0.0,0.1375803056729353,0.15372517456988796,0.0,0.02416528341798521,0.15372517456988796,0.0,0.059848542483073315,0.15372517456988796,0.0,0.03372062703288091,0.5,0.15372517456988796,0.0,0.03940183744223354,0.0,0.03917096737986774,0.7124876728416351 -4036,0.5,0.15372517456988796,0.0,0.014424509867285922,0.15372517456988796,0.0,0.038345802699964265,0.15372517456988796,0.0,0.005763919962500458,0.15372517456988796,0.0,0.0004170587484343481,0.15372517456988796,0.0,0.02560097105564798,0.15372517456988796,0.0,0.04182774311756745,0.15372517456988796,0.0,0.011543424226320396,0.15372517456988796,0.0,0.03555030945245681,0.5,0.15372517456988796,0.0,0.11205840880140618,0.15372517456988796,0.0,0.017823053462767642,0.5,0.15372517456988796,0.0,0.043033111329104035,0.15372517456988796,0.0,0.04242407729776817,0.15372517456988796,0.0,0.1221485147247152,0.15372517456988796,0.0,0.16610554212682443,0.15372517456988796,0.0,0.024925971554723488,0.15372517456988796,0.0,0.05390934197540745,0.15372517456988796,0.0,0.030088334517778346,0.5,0.15372517456988796,0.0,0.03501492293914477,0.0,0.037620042049493554,0.7252713863455773 -4037,0.5,0.15372517456988796,0.014130207841127982,0.01432861174077454,0.15372517456988796,0.002286095831855648,0.043617681576223435,0.15372517456988796,0.004211297887634516,0.010013994266959569,0.15372517456988796,0.009951635731167837,0.00016478610765466312,0.15372517456988796,0.0005016375613159714,0.03019870065503865,0.15372517456988796,0.00010585034519861914,0.034832171221314684,0.15372517456988796,0.001451128244105848,0.01070731002686116,0.15372517456988796,1.1435887899163044e-05,0.04243621429756321,0.5,0.15372517456988796,8.506314967397351e-07,0.09779980842601561,0.15372517456988796,0.00019957580199594493,0.013732961797439658,0.5,0.15372517456988796,7.909562911949718e-05,0.033202927597793384,0.15372517456988796,2.9236981540644633e-05,0.03826382763964353,0.15372517456988796,0.0037441161040059332,0.12930351571875592,0.15372517456988796,0.0006291123019915497,0.17503744438909413,0.15372517456988796,0.0035308026730130385,0.025226419252926437,0.15372517456988796,0.0017481926603140545,0.051788275589665145,0.15372517456988796,0.0020447706199162737,0.024292404657145075,0.5,0.15372517456988796,0.0022534002710156743,0.027882124141782677,0.0,0.03416772427734775,0.6874340838914794 -4038,0.5,0.15372517456988796,0.07507851106165475,0.015555879735892645,0.15372517456988796,0.020877730013243744,0.06699151055462821,0.15372517456988796,0.06337330969431543,0.01573951158812342,0.15372517456988796,0.07352724313900079,0.0004953018118487668,0.15372517456988796,0.005365146240137538,0.03924893552960415,0.15372517456988796,0.03526764389568493,0.03062941851742169,0.15372517456988796,0.05115008730260209,0.012408764294654135,0.15372517456988796,0.04421280222663432,0.034893676981847026,0.5,0.15372517456988796,0.042325734723893546,0.07858438544848932,0.15372517456988796,0.05113485391171892,0.008844107830555097,0.5,0.15372517456988796,0.046559104483137215,0.02282220725845634,0.15372517456988796,0.045638152490086105,0.023421401148945135,0.15372517456988796,0.034434275852160245,0.1583527561644241,0.15372517456988796,0.006598134515206044,0.19092434773432648,0.15372517456988796,0.051537377306834754,0.02679417815626181,0.15372517456988796,0.05421668896869672,0.04517381730736116,0.15372517456988796,0.056776686393629996,0.01708017141714148,0.5,0.15372517456988796,0.05903218815028999,0.01586158497448632,0.0,0.034554045829746145,0.6136671595167981 -4039,0.5,0.15372517456988796,0.15998895352023906,0.03590020831359928,0.15372517456988796,0.04614026899247772,0.15219222847468347,0.15372517456988796,0.1459355035416857,0.042664356605413165,0.15372517456988796,0.1634814074204504,0.0012972729223320052,0.15372517456988796,0.014193529638142511,0.06682504820397761,0.15372517456988796,0.08350110179107445,0.043542432661627266,0.15372517456988796,0.10930266255884813,0.025947243560463393,0.15372517456988796,0.11686886200064334,0.05404355570225643,0.5,0.15372517456988796,0.11630819013641218,0.11943754611329145,0.15372517456988796,0.13422812373216864,0.01333319396941083,0.5,0.15372517456988796,0.12395599938313923,0.027843397885639457,0.15372517456988796,0.12483668149697835,0.02875858599886545,0.15372517456988796,0.07406856993862462,0.17996871591899014,0.15372517456988796,0.01798237431975095,0.21426653429222547,0.15372517456988796,0.10858356651506429,0.051744213476714276,0.15372517456988796,0.1317749913971254,0.07228849675537077,0.15372517456988796,0.13960670903388914,0.01739645257180835,0.5,0.15372517456988796,0.1467556411923828,0.019831461038367432,0.0,0.0429842410069981,0.4425743313508391 -4040,0.5,0.15372517456988796,0.27456558895112404,0.07344960981762748,0.15372517456988796,0.12321569180335436,0.2454934468323077,0.15372517456988796,0.26536167872026445,0.08168615391811171,0.15372517456988796,0.28414601781151344,0.0057187145780484535,0.15372517456988796,0.030142697301328993,0.12248245438185329,0.15372517456988796,0.14098683228702558,0.1048702288356434,0.15372517456988796,0.18628187329230628,0.13580181653820902,0.15372517456988796,0.2334431097364016,0.13556141128415616,0.5,0.15372517456988796,0.23306059238105084,0.22362895308206704,0.15372517456988796,0.25628029127445595,0.05949742702476795,0.5,0.15372517456988796,0.24242534829613413,0.08303120661167182,0.15372517456988796,0.24439313750388905,0.10175091583796707,0.15372517456988796,0.12900194969241122,0.195756295590433,0.15372517456988796,0.036644239148811514,0.23588891312904825,0.15372517456988796,0.18247259237286578,0.13831161658410004,0.15372517456988796,0.2512945102028038,0.17770892264590415,0.15372517456988796,0.26046805996630384,0.04452036538697919,0.5,0.15372517456988796,0.2690592272120343,0.06458806400469234,0.0,0.051054431960057683,0.29448680627536694 -4041,0.5,0.15372517456988796,0.3957137173178339,0.11333705049784215,0.15372517456988796,0.09791202195739221,0.3153189691271782,0.15372517456988796,0.39484531090053915,0.0989320235014968,0.15372517456988796,0.4158618675386734,0.012052756006427641,0.15372517456988796,0.061850712900550456,0.1751117216761285,0.15372517456988796,0.17790541456086803,0.19741564580424986,0.15372517456988796,0.23217246246123446,0.21491058930839335,0.15372517456988796,0.36062864037004416,0.30286779220509236,0.5,0.15372517456988796,0.36208560362663267,0.31175270881249195,0.15372517456988796,0.3931156114429577,0.13564283044540199,0.5,0.15372517456988796,0.3734050880156827,0.15490899310099968,0.15372517456988796,0.37848096693143884,0.19027713937743465,0.15372517456988796,0.19164695978983498,0.21497485932675198,0.15372517456988796,0.06414257423158827,0.24664739792487442,0.15372517456988796,0.22682989756313715,0.22885664418128934,0.15372517456988796,0.38011677913117836,0.29760029621758377,0.15372517456988796,0.39357164495145947,0.08517191311842319,0.5,0.15372517456988796,0.40692537071600127,0.12740087179292356,0.0,0.05761501235611544,0.20561335417157667 -4042,0.5,0.15372517456988796,0.5072913108892985,0.14502433570180429,0.15372517456988796,0.09235681656607214,0.2971774385729383,0.15372517456988796,0.5274562640074498,0.10405536157775788,0.15372517456988796,0.5439918273847387,0.01682065468534646,0.15372517456988796,0.11808686228431255,0.19647232421445612,0.15372517456988796,0.22912148914146005,0.2207324011833462,0.15372517456988796,0.31289640006004193,0.24972660575952327,0.15372517456988796,0.49134987102382777,0.3117239008443368,0.5,0.15372517456988796,0.4992740526075836,0.4074670247029771,0.15372517456988796,0.5290353892403096,0.2617221928225442,0.5,0.15372517456988796,0.5087760396723121,0.17036730341695885,0.15372517456988796,0.514993338663856,0.2758100439901314,0.15372517456988796,0.26087449246071365,0.2500309718459016,0.15372517456988796,0.10227899541768289,0.25672023420693746,0.15372517456988796,0.25702596175477166,0.27055037948486677,0.15372517456988796,0.5125991375152147,0.29527169336451164,0.15372517456988796,0.5270989284748824,0.13076895819509904,0.5,0.15372517456988796,0.5397592155463413,0.19205640454060255,0.0,0.06870330549604546,0.1883060100261054 -4043,0.5,0.15372517456988796,0.5498177576164258,0.1591575460481207,0.15372517456988796,0.13004618001203674,0.29423479942391595,0.15372517456988796,0.614843230076847,0.08921034670848453,0.15372517456988796,0.6301481289615644,0.02419568049284356,0.15372517456988796,0.13553589380126752,0.20441501428311687,0.15372517456988796,0.2399021213347572,0.21158005904726102,0.15372517456988796,0.32822469725655856,0.275598383912236,0.15372517456988796,0.5962249056202575,0.31075645189068657,0.5,0.15372517456988796,0.6111627787229922,0.45703110479834497,0.15372517456988796,0.6340411070092227,0.429670903580669,0.5,0.15372517456988796,0.6162190960888257,0.23259847577609905,0.15372517456988796,0.6202202763103349,0.43855353357283167,0.15372517456988796,0.33287391656429965,0.29550892643362403,0.15372517456988796,0.16075884219360997,0.2829577316948659,0.15372517456988796,0.28098489303380364,0.2748914784956248,0.15372517456988796,0.6177871636348601,0.27880715702704745,0.15372517456988796,0.6157301259671093,0.15368207735961578,0.5,0.15372517456988796,0.6333076029733098,0.2520081827132461,0.0,0.09092861795995814,0.20159473473512746 -4044,0.5,0.15372517456988796,0.5679511884381111,0.17055153123797387,0.15372517456988796,0.15543236859287454,0.287837711711634,0.15372517456988796,0.6498976120883432,0.0932288610459263,0.15372517456988796,0.6757882558911056,0.03540073739987451,0.15372517456988796,0.13858188690596474,0.20089553327584872,0.15372517456988796,0.2087091692729245,0.19779515547954385,0.15372517456988796,0.2903595586985309,0.2631303500535462,0.15372517456988796,0.6433319572808198,0.32403443618385186,0.5,0.15372517456988796,0.648936872982881,0.4455860033580316,0.15372517456988796,0.6737200359535913,0.5783199247627077,0.5,0.15372517456988796,0.6494602932873417,0.2534597187650572,0.15372517456988796,0.6616929277385944,0.539056244136719,0.15372517456988796,0.3845675716041382,0.3151689062706222,0.15372517456988796,0.16181140443551595,0.2550154201693303,0.15372517456988796,0.2523835799422226,0.25055008057840283,0.15372517456988796,0.6569971617396427,0.26103908262063164,0.15372517456988796,0.6712963318647734,0.14835472837952804,0.5,0.15372517456988796,0.6781448263571549,0.2908483713762636,0.0,0.1102825076851758,0.26036158549859717 -4045,0.5,0.15372517456988796,0.5397075658996665,0.19691764335500075,0.15372517456988796,0.17306542531989916,0.2939051320697392,0.15372517456988796,0.6648778315159387,0.11411428405842494,0.15372517456988796,0.6830190480103551,0.04934962951255759,0.15372517456988796,0.13040101934490433,0.19881822178062944,0.15372517456988796,0.20527501541688403,0.21325663687253638,0.15372517456988796,0.2322607519854873,0.26581085327065673,0.15372517456988796,0.6677248633700512,0.34836283371857,0.5,0.15372517456988796,0.6780188763922134,0.4018967829607694,0.15372517456988796,0.6903692351339039,0.6322522395923914,0.5,0.15372517456988796,0.6658341830422568,0.24305789788316484,0.15372517456988796,0.6642499043032187,0.5375630565884119,0.15372517456988796,0.43951521513815817,0.32127414990094083,0.15372517456988796,0.17710168374295276,0.2250288822498575,0.15372517456988796,0.26181013701695866,0.24668838464460785,0.15372517456988796,0.6715099401539664,0.2646202183698838,0.15372517456988796,0.6907823922406185,0.13579568979424514,0.5,0.15372517456988796,0.6970711121417532,0.2855383529656612,0.0,0.11320050329801404,0.4076894295520102 -4046,0.5,0.15372517456988796,0.5212728365987984,0.24191455450291696,0.15372517456988796,0.17831855760591214,0.2861166132681445,0.15372517456988796,0.6314006765542282,0.1430137504902672,0.15372517456988796,0.6496285710127983,0.0597414845111767,0.15372517456988796,0.09968295167148904,0.17209813177251457,0.15372517456988796,0.21841008806029288,0.2401047092011811,0.15372517456988796,0.2167711150335705,0.2948600201484945,0.15372517456988796,0.6559029249574215,0.3832708706533859,0.5,0.15372517456988796,0.6709499532748984,0.3626076850780456,0.15372517456988796,0.6683412806647775,0.5974381492500593,0.5,0.15372517456988796,0.6592196853375191,0.2231710329833143,0.15372517456988796,0.661649920604904,0.5176480556270834,0.15372517456988796,0.46922936478253674,0.33090665674434266,0.15372517456988796,0.19960569466298264,0.22170116184954114,0.15372517456988796,0.2344115093718122,0.2593766894948497,0.15372517456988796,0.645710891774109,0.2971054599434805,0.15372517456988796,0.6731579285842809,0.12472702601641619,0.5,0.15372517456988796,0.6743011485427151,0.2553693453396671,0.0,0.09031266838753464,0.6222081755030034 -4047,0.5,0.15372517456988796,0.47102390976701436,0.28380478853916363,0.15372517456988796,0.174147379031908,0.27358246412123977,0.15372517456988796,0.5763033707048134,0.1767915425097483,0.15372517456988796,0.5623376502192274,0.07017485361287709,0.15372517456988796,0.0946226620568406,0.13452544632777563,0.15372517456988796,0.2100216203040543,0.26945299707612014,0.15372517456988796,0.1985907646658089,0.31478488441202196,0.15372517456988796,0.5999821175193862,0.4249557374754337,0.5,0.15372517456988796,0.6152801673996382,0.3244947823461948,0.15372517456988796,0.6117552171406776,0.521972259199197,0.5,0.15372517456988796,0.6082843198169405,0.20187909746997545,0.15372517456988796,0.5952163802829783,0.46603932124628183,0.15372517456988796,0.4384410745560685,0.35330768736105433,0.15372517456988796,0.21914917729637076,0.2413172804940983,0.15372517456988796,0.20540532545305618,0.27389982838201643,0.15372517456988796,0.5754021931910656,0.35120241232746696,0.15372517456988796,0.6106647765545825,0.12039637092719943,0.5,0.15372517456988796,0.6104860203955063,0.2311827676857982,0.0,0.06399805356697813,0.7773859277576746 -4048,0.5,0.15372517456988796,0.39080273114275416,0.30646869463441967,0.15372517456988796,0.1649552984315188,0.2603896211599045,0.15372517456988796,0.4657380748678552,0.22431577569252298,0.15372517456988796,0.4612855384768558,0.0892778994261423,0.15372517456988796,0.12574145258414604,0.09447186837444761,0.15372517456988796,0.22118142131372553,0.29805183694679005,0.15372517456988796,0.19189979950490854,0.3497895052480484,0.15372517456988796,0.5027522256967338,0.476616677919106,0.5,0.15372517456988796,0.5202664025067971,0.3349347690602859,0.15372517456988796,0.507327792460262,0.4630265431007731,0.5,0.15372517456988796,0.5133704922319705,0.1838823031180058,0.15372517456988796,0.496421715535199,0.40826858618087974,0.15372517456988796,0.3483612624433038,0.38278671927251545,0.15372517456988796,0.1873199581965462,0.2732482460104295,0.15372517456988796,0.19135694820022156,0.2815651025629195,0.15372517456988796,0.4815258858023288,0.3995757658381965,0.15372517456988796,0.5022078561959068,0.12411486552023464,0.5,0.15372517456988796,0.502684076361392,0.2163268874515528,0.0,0.04965729901426666,0.850503161015222 -4049,0.5,0.15372517456988796,0.29576853040939877,0.30870264144820153,0.15372517456988796,0.14049639505173667,0.2666486253976708,0.15372517456988796,0.3477044035824083,0.2922751228779067,0.15372517456988796,0.3302102418129293,0.11301827566789255,0.15372517456988796,0.14728271267183335,0.07712137644390728,0.15372517456988796,0.1687069512552593,0.2708865653512984,0.15372517456988796,0.17318990328801395,0.38714396230595804,0.15372517456988796,0.3785302155440676,0.5394047139265018,0.5,0.15372517456988796,0.3929593351869235,0.3700159079146103,0.15372517456988796,0.3816006103042467,0.3808594137062639,0.5,0.15372517456988796,0.37834205928260634,0.15129883008882428,0.15372517456988796,0.37051219111501743,0.33335082633542507,0.15372517456988796,0.23441186303135608,0.3794959835734341,0.15372517456988796,0.13327303974010787,0.3014000993612683,0.15372517456988796,0.14280766237383816,0.2753820085207994,0.15372517456988796,0.36656392214944644,0.4409888747679099,0.15372517456988796,0.3668346993400567,0.1257644103818235,0.5,0.15372517456988796,0.36430351571782815,0.1836932358738973,0.0,0.05158233828338539,0.8517032866373938 -4050,0.5,0.15372517456988796,0.18949916161789485,0.274268201552691,0.15372517456988796,0.10746628560313956,0.2838287845281126,0.15372517456988796,0.22927033868324825,0.3971468185869186,0.15372517456988796,0.2120076719833732,0.13824438935345926,0.15372517456988796,0.11987819431758712,0.07013469830034702,0.15372517456988796,0.12188249431613991,0.20148170983933353,0.15372517456988796,0.15804564720541614,0.36256075115466024,0.15372517456988796,0.25448646400086256,0.5684808708650139,0.5,0.15372517456988796,0.2696567692466733,0.3772265658653552,0.15372517456988796,0.24685303069527686,0.18247090105534838,0.5,0.15372517456988796,0.25011207463507706,0.08684351148115105,0.15372517456988796,0.24694874634230957,0.17759363190977223,0.15372517456988796,0.1334338528001438,0.3590699343999136,0.15372517456988796,0.08781550318559217,0.31845946645347845,0.15372517456988796,0.09071479677345146,0.23036385052798639,0.15372517456988796,0.24224927101402033,0.475846545774863,0.15372517456988796,0.2400920216056653,0.09194509236298828,0.5,0.15372517456988796,0.2304727802959004,0.0764486359471095,0.0,0.05432444684936514,0.7846756603817304 -4051,0.5,0.15372517456988796,0.09520199713561288,0.2131435854975337,0.15372517456988796,0.06817110368401313,0.28052038959280834,0.15372517456988796,0.11499253148364971,0.45859886970328695,0.15372517456988796,0.09493279575987962,0.1554594658134244,0.15372517456988796,0.07362732343327953,0.06852992436504678,0.15372517456988796,0.0819677436972716,0.13483564780312912,0.15372517456988796,0.09295039422819608,0.258921808709477,0.15372517456988796,0.1255219084423811,0.5175570735312743,0.5,0.15372517456988796,0.1430582251024437,0.34552015747241704,0.15372517456988796,0.1180227802298003,0.06399772345432336,0.5,0.15372517456988796,0.1252823868609358,0.049983928472374435,0.15372517456988796,0.12487865492752787,0.08248128453200151,0.15372517456988796,0.06569493317544471,0.3178559505133416,0.15372517456988796,0.045104477051114304,0.3277498471943573,0.15372517456988796,0.049209115190599194,0.16493902329003646,0.15372517456988796,0.12237283311075123,0.4770616619837895,0.15372517456988796,0.1163101063779097,0.05649470269766711,0.5,0.15372517456988796,0.08371982007310515,0.039750664930759745,0.0,0.056034607511068,0.6926365027795622 -4052,0.5,0.15372517456988796,0.025231114609858232,0.12896930915712104,0.15372517456988796,0.028716520201436307,0.2539405396989189,0.15372517456988796,0.024561710687694544,0.4222868481311144,0.15372517456988796,0.012660434743006177,0.16608342993994665,0.15372517456988796,0.017383055264314162,0.058670710812305064,0.15372517456988796,0.03602725113104835,0.06565697182375001,0.15372517456988796,0.032650057368230664,0.12424561262963418,0.15372517456988796,0.03186120702192425,0.38476098453861607,0.5,0.15372517456988796,0.03333278276669652,0.37643620486275264,0.15372517456988796,0.010378601421307924,0.03408845088317346,0.5,0.15372517456988796,0.02619280667892585,0.08390342686508173,0.15372517456988796,0.02370482135496882,0.05630125214470073,0.15372517456988796,0.019454602914871843,0.2744772229938834,0.15372517456988796,0.01871010555325062,0.3313629685320313,0.15372517456988796,0.015586894150351464,0.10769126563320042,0.15372517456988796,0.029255198940373116,0.4171546912304191,0.15372517456988796,0.018692316571898532,0.08678661711357553,0.5,0.15372517456988796,0.0,0.03667142256646932,0.0,0.05572218177238142,0.6011709971984361 -4053,0.5,0.15372517456988796,0.0,0.0911829352618252,0.15372517456988796,0.0,0.2572752043376925,0.15372517456988796,0.0,0.275724623648616,0.15372517456988796,0.0,0.1524881496006215,0.15372517456988796,0.00018536202045408437,0.07076710033241176,0.15372517456988796,0.0,0.025901955224401495,0.15372517456988796,0.0,0.03514664857473563,0.15372517456988796,0.0,0.2360986310032246,0.5,0.15372517456988796,0.0,0.3742480968978655,0.15372517456988796,0.0,0.01537561492017426,0.5,0.15372517456988796,0.0,0.15735619444718724,0.15372517456988796,0.0,0.03993817471193222,0.15372517456988796,0.0,0.24094217494378167,0.15372517456988796,4.714673017316632e-06,0.2982019760650024,0.15372517456988796,1.7918052799311296e-05,0.07031815182015698,0.15372517456988796,0.0,0.3111699511539314,0.15372517456988796,0.0,0.12744570432078825,0.5,0.15372517456988796,0.0,0.032706824327452616,0.0,0.05913073005785476,0.5912850088133517 -4054,0.5,0.15372517456988796,0.0,0.08131752593162335,0.15372517456988796,0.0,0.2939633233761073,0.15372517456988796,0.0,0.19648317837360216,0.15372517456988796,0.0,0.11193196519028638,0.15372517456988796,0.0,0.09168811064665063,0.15372517456988796,0.0,0.020249363010581042,0.15372517456988796,0.0,0.01407384594694996,0.15372517456988796,0.0,0.1437513953810177,0.5,0.15372517456988796,0.0,0.35038591237409805,0.15372517456988796,0.0,0.005327333623277806,0.5,0.15372517456988796,0.0,0.2263620032579764,0.15372517456988796,0.0,0.031764495251513834,0.15372517456988796,0.0,0.23891921879990974,0.15372517456988796,0.0,0.2827231686017007,0.15372517456988796,0.0,0.059675870756550675,0.15372517456988796,0.0,0.2231256643496544,0.15372517456988796,0.0,0.15556916511147797,0.5,0.15372517456988796,0.0,0.02337714566556754,0.0,0.07670690821815655,0.6260983713036423 -4055,0.5,0.15372517456988796,0.0,0.080259014553109,0.15372517456988796,0.0,0.3007602496977642,0.15372517456988796,0.0,0.12727151587050434,0.15372517456988796,0.0,0.08082462121479363,0.15372517456988796,0.0,0.10740159196717058,0.15372517456988796,0.0,0.03157125313167661,0.15372517456988796,0.0,0.011900236740429303,0.15372517456988796,0.0,0.0877485282546203,0.5,0.15372517456988796,0.0,0.2984271485018797,0.15372517456988796,0.0,0.002526874920672061,0.5,0.15372517456988796,0.0,0.25482996772109096,0.15372517456988796,0.0,0.036038101246587934,0.15372517456988796,0.0,0.2651059573069332,0.15372517456988796,0.0,0.2983344601645443,0.15372517456988796,0.0,0.06488810268752129,0.15372517456988796,0.0,0.14667045105421075,0.15372517456988796,0.0,0.16496298029746076,0.5,0.15372517456988796,0.0,0.015580561608616664,0.0,0.16115282535286524,0.6634686648174465 -4056,0.5,0.15372517456988796,0.0,0.08594391455705569,0.15372517456988796,0.0,0.308299008020194,0.15372517456988796,0.0,0.0770974660127041,0.15372517456988796,0.0,0.06535275210155321,0.15372517456988796,0.0,0.1327894459543457,0.15372517456988796,0.0,0.05265794875401015,0.15372517456988796,0.0,0.013445282768148915,0.15372517456988796,0.0,0.050156700208227864,0.5,0.15372517456988796,0.0,0.22691234157734338,0.15372517456988796,0.0,0.0017866632161122726,0.5,0.15372517456988796,0.0,0.248277305432402,0.15372517456988796,0.0,0.048102553213445205,0.15372517456988796,0.0,0.31517501200559833,0.15372517456988796,0.0,0.30400835823080835,0.15372517456988796,0.0,0.10100598381583957,0.15372517456988796,0.0,0.07549234002528303,0.15372517456988796,0.0,0.15114283814461676,0.5,0.15372517456988796,0.0,0.009588167204267778,0.0,0.38478199117791484,0.6830857211642548 -4057,0.5,0.15372517456988796,0.0,0.09825234970294293,0.15372517456988796,0.0,0.3010985741582911,0.15372517456988796,0.0,0.049500235756801084,0.15372517456988796,0.0,0.05644413435388537,0.15372517456988796,0.0,0.16618823089236745,0.15372517456988796,0.0,0.07537045159984379,0.15372517456988796,0.0,0.016892473751627356,0.15372517456988796,0.0,0.02439949323050165,0.5,0.15372517456988796,0.0,0.15494240584357286,0.15372517456988796,0.0,0.0019561750748970323,0.5,0.15372517456988796,0.0,0.22382200341973016,0.15372517456988796,0.0,0.052811249695854774,0.15372517456988796,0.0,0.3586785025824973,0.15372517456988796,0.0,0.30517510231432926,0.15372517456988796,0.0,0.14423013315402616,0.15372517456988796,0.0,0.033691384435674106,0.15372517456988796,0.0,0.11839993189433454,0.5,0.15372517456988796,0.0,0.00577022488877542,0.0,0.5539834989971475,0.6729896248571583 -4058,0.5,0.15372517456988796,0.0,0.11450851363194908,0.15372517456988796,0.0,0.2613088170912118,0.15372517456988796,0.0,0.04041937426339965,0.15372517456988796,0.0,0.05256105745238791,0.15372517456988796,0.0,0.175672173937574,0.15372517456988796,0.0,0.09698844167602824,0.15372517456988796,0.0,0.027107567186670074,0.15372517456988796,0.0,0.01815309466198527,0.5,0.15372517456988796,0.0,0.09907684038070418,0.15372517456988796,0.0,0.002537518882826945,0.5,0.15372517456988796,0.0,0.16833301017980218,0.15372517456988796,0.0,0.04750258831200066,0.15372517456988796,0.0,0.3823777368556497,0.15372517456988796,0.0,0.3232200596411281,0.15372517456988796,0.0,0.16782514612013313,0.15372517456988796,0.0,0.02075164803504665,0.15372517456988796,0.0,0.08472651471661351,0.5,0.15372517456988796,0.0,0.004043198381992943,0.0,0.5324286772477178,0.5876358736848061 -4059,0.5,0.15372517456988796,0.0,0.14138734693751825,0.15372517456988796,0.0,0.2764303458091595,0.15372517456988796,0.0,0.03700098296809461,0.15372517456988796,0.0,0.053111363351690616,0.15372517456988796,0.0,0.1642020935798696,0.15372517456988796,0.0,0.11401202231436877,0.15372517456988796,0.0,0.04467097897133786,0.15372517456988796,0.0,0.01722075871879726,0.5,0.15372517456988796,0.0,0.061315788109491516,0.15372517456988796,0.0,0.0028304733206237355,0.5,0.15372517456988796,0.0,0.11075390946432392,0.15372517456988796,0.0,0.03502855338287705,0.15372517456988796,0.0,0.36688410320834797,0.15372517456988796,0.0,0.3066292118952617,0.15372517456988796,0.0,0.1787429829583971,0.15372517456988796,0.0,0.01615827876908166,0.15372517456988796,0.0,0.0605795856289041,0.5,0.15372517456988796,0.0,0.0033194868972270886,0.0,0.3825524342490323,0.572053094160827 -4060,0.5,0.15372517456988796,0.0,0.1813367199882501,0.15372517456988796,0.0,0.3245987478545225,0.15372517456988796,0.0,0.038622938312537464,0.15372517456988796,0.0,0.05465198110555347,0.15372517456988796,0.0,0.14897335037623874,0.15372517456988796,0.0,0.12359119858990095,0.15372517456988796,0.0,0.07629585242427327,0.15372517456988796,0.0,0.019716179235227435,0.5,0.15372517456988796,0.0,0.04035137970882283,0.15372517456988796,0.0,0.002512459969187182,0.5,0.15372517456988796,0.0,0.07083203759315372,0.15372517456988796,0.0,0.024663699861011253,0.15372517456988796,0.0,0.3518975946079658,0.15372517456988796,0.0,0.28795501110803357,0.15372517456988796,0.0,0.19716562614999766,0.15372517456988796,0.0,0.01626366470868338,0.15372517456988796,0.0,0.04502891390573233,0.5,0.15372517456988796,0.0,0.002317296179666296,0.0,0.3184430263868864,0.7447467498337722 -4061,0.5,0.15372517456988796,0.006856868078555836,0.21932731003463815,0.15372517456988796,0.0018229897133732577,0.4663511807735976,0.15372517456988796,0.0018955157590628412,0.045983386741659575,0.15372517456988796,0.006644022036567107,0.0595471923650672,0.15372517456988796,0.00019343455354957573,0.13409536896543992,0.15372517456988796,2.8773102064993942e-05,0.11725958991157973,0.15372517456988796,0.00042121360248640433,0.11528009712411728,0.15372517456988796,5.17429683678915e-06,0.028555779935403043,0.5,0.15372517456988796,5.10149120623774e-07,0.03259464286963073,0.15372517456988796,0.00018699897673123944,0.003157036480752225,0.5,0.15372517456988796,7.514267581366083e-05,0.04422185582672597,0.15372517456988796,2.7019127385080416e-05,0.01736923114596481,0.15372517456988796,0.005353510544913444,0.3556577175290447,0.15372517456988796,0.001439247270063842,0.27159661808476765,0.15372517456988796,0.0006829285547862064,0.2348277983448639,0.15372517456988796,0.0008128708652927931,0.02745626785194217,0.15372517456988796,0.0019754482115158516,0.0375140283583401,0.5,0.15372517456988796,0.002315474626073608,0.001411897051694239,0.0,0.3691609787572657,0.8464251938754465 -4062,0.5,0.15372517456988796,0.02960416470476989,0.29798325128850056,0.15372517456988796,0.024995912634016616,0.4806303286532747,0.15372517456988796,0.02744483184901953,0.07312237081301043,0.15372517456988796,0.05741864430745222,0.0961267505522984,0.15372517456988796,0.007585116017336893,0.16002588030707549,0.15372517456988796,0.012852650414485531,0.15351946061933686,0.15372517456988796,0.018478657259619367,0.18278587870866744,0.15372517456988796,0.01646144348365202,0.041003141311323335,0.5,0.15372517456988796,0.04227510448179774,0.025243243939588638,0.15372517456988796,0.05096908040371059,0.004049058810438016,0.5,0.15372517456988796,0.04651626047866931,0.033937181891861665,0.15372517456988796,0.04493634031851913,0.012387550548065729,0.15372517456988796,0.05896749653481032,0.4492080144281968,0.15372517456988796,0.03441937568681443,0.3189978147797637,0.15372517456988796,0.010011011104689816,0.30218067328835463,0.15372517456988796,0.029308612793602903,0.05840961388554855,0.15372517456988796,0.05594165384966612,0.043573285330319095,0.5,0.15372517456988796,0.059635685487821846,0.0012468956184483236,0.0,0.5384844211359112,0.912341518331327 -4063,0.5,0.15372517456988796,0.05587329915865437,0.45781699570826134,0.15372517456988796,0.04748643301611889,0.4952943064071074,0.15372517456988796,0.06765479737297218,0.1350218799885977,0.15372517456988796,0.11712483637596419,0.19032460369758425,0.15372517456988796,0.04194255319655653,0.24554978756628484,0.15372517456988796,0.04012063804053771,0.20988240236890407,0.15372517456988796,0.051214777305853595,0.30532649091987546,0.15372517456988796,0.039444291602737595,0.0764138039775351,0.5,0.15372517456988796,0.11597214850722072,0.051631185148921184,0.15372517456988796,0.13406240328128044,0.003902492502250677,0.5,0.15372517456988796,0.12388650774908619,0.07539160553492659,0.15372517456988796,0.12402248933326374,0.021682938087305145,0.15372517456988796,0.11723745811529754,0.6990442888298487,0.15372517456988796,0.09469250223898758,0.4563548073591102,0.15372517456988796,0.030519428286014047,0.4110848182514336,0.15372517456988796,0.07655594690124432,0.11231693997990053,0.15372517456988796,0.1384724310756427,0.07268052916870091,0.5,0.15372517456988796,0.14760587844831377,0.001447517804488969,0.0,0.7405265013518256,0.9446304758958042 -4064,0.5,0.15372517456988796,0.08984252961328826,0.5872361134881788,0.15372517456988796,0.09189233686079427,0.52647415255075,0.15372517456988796,0.1116174991596994,0.2292076814046902,0.15372517456988796,0.16493453577001163,0.3489721021981122,0.15372517456988796,0.14592260120838332,0.3719185710908846,0.15372517456988796,0.06612812445710166,0.24517718438467706,0.15372517456988796,0.06336287118365799,0.38738777873981334,0.15372517456988796,0.09137728774846363,0.14226282225277811,0.5,0.15372517456988796,0.22893323128432172,0.14780277028067218,0.15372517456988796,0.25619247850372473,0.01116909405296606,0.5,0.15372517456988796,0.2423316044463226,0.12849719023194256,0.15372517456988796,0.24383887884063138,0.04566966138993063,0.15372517456988796,0.13906658856219586,0.7775488904091243,0.15372517456988796,0.13419968248549957,0.5773873001240608,0.15372517456988796,0.06284547094598514,0.5126289178138087,0.15372517456988796,0.14556159448979514,0.2560767537186761,0.15372517456988796,0.2594828798277633,0.10624366981042639,0.5,0.15372517456988796,0.2700213527658153,0.011831766099524086,0.0,0.8141639267642211,0.9276850528284315 -4065,0.5,0.15372517456988796,0.12602208246236954,0.6432993621005002,0.15372517456988796,0.09768676772263091,0.6784487922253524,0.15372517456988796,0.1590441097270071,0.38353299554991305,0.15372517456988796,0.18908639628214513,0.41276505028013255,0.15372517456988796,0.20950656411625934,0.4085420433166933,0.15372517456988796,0.07556323900337847,0.2292312332291274,0.15372517456988796,0.07340398663163096,0.4363217319049041,0.15372517456988796,0.1671296742069466,0.259998713729626,0.5,0.15372517456988796,0.34709938503874427,0.17061744199337156,0.15372517456988796,0.39288314200784497,0.0252406136917913,0.5,0.15372517456988796,0.3752328450548985,0.14475286815528055,0.15372517456988796,0.37863276685244884,0.07347024403659447,0.15372517456988796,0.10613058107810389,0.8166274085956096,0.15372517456988796,0.13615302327374207,0.6961096320407261,0.15372517456988796,0.10996738538823464,0.5600883541617628,0.15372517456988796,0.20247389914784558,0.35757660653531104,0.15372517456988796,0.3924730065785864,0.12598014557667328,0.5,0.15372517456988796,0.4072431978995977,0.0355355322610377,0.0,0.8975134125457865,0.7764166708867697 -4066,0.5,0.15372517456988796,0.16998406734058566,0.6849096465996227,0.15372517456988796,0.08101148048290276,0.779160335926846,0.15372517456988796,0.18787058010902263,0.4957660916027096,0.15372517456988796,0.18876154449046653,0.5103798443126953,0.15372517456988796,0.20259065811590354,0.5185048957057489,0.15372517456988796,0.12322949878544245,0.19521781417819561,0.15372517456988796,0.11858917222271867,0.40915551516086557,0.15372517456988796,0.13256791871477136,0.3361106359627959,0.5,0.15372517456988796,0.43561023097380774,0.196192626688926,0.15372517456988796,0.5284041751810401,0.05076670976599141,0.5,0.15372517456988796,0.5107411502122539,0.13471510226941516,0.15372517456988796,0.515218222509627,0.10308164359985945,0.15372517456988796,0.09495557638878929,0.843873587495588,0.15372517456988796,0.12710021924120252,0.7797420422578455,0.15372517456988796,0.14188097392486357,0.5906269603363301,0.15372517456988796,0.1846231520638151,0.4219586564745487,0.15372517456988796,0.5227782879420829,0.1543293297734509,0.5,0.15372517456988796,0.5388169119292515,0.06932658271932074,0.0,0.9711373122734147,0.9083679498167575 -4067,0.5,0.15372517456988796,0.1851700180024451,0.7459299004116285,0.15372517456988796,0.08282830239202627,0.8473631009235781,0.15372517456988796,0.18613128265190734,0.5133441709941131,0.15372517456988796,0.167661845137293,0.5512404308363399,0.15372517456988796,0.1956100970322941,0.7563987477228995,0.15372517456988796,0.2078850360607466,0.23753418502952872,0.15372517456988796,0.1855064937267677,0.43228182929641634,0.15372517456988796,0.15580148696498558,0.37976084713140135,0.5,0.15372517456988796,0.4534060060251013,0.2559255079936656,0.15372517456988796,0.633393117918813,0.08699925317966709,0.5,0.15372517456988796,0.6182633108306611,0.16663740602281096,0.15372517456988796,0.6226080306635345,0.14318227530260527,0.15372517456988796,0.1167828246871135,0.8704435812810544,0.15372517456988796,0.13204991773386165,0.7985800424616303,0.15372517456988796,0.1960566170845046,0.7221166006749479,0.15372517456988796,0.13945601143890862,0.4383771506674318,0.15372517456988796,0.617464032993494,0.2458627428036161,0.5,0.15372517456988796,0.6355194175886048,0.1184986339996504,0.0,0.9910174095684253,0.9940034551358193 -4068,0.5,0.15372517456988796,0.18659927586652966,0.8071033663404851,0.15372517456988796,0.12280739596211712,0.8856358800956994,0.15372517456988796,0.19029806295445215,0.5440123041955438,0.15372517456988796,0.159145343310657,0.5548995919866743,0.15372517456988796,0.17609492824228232,0.7242931550061643,0.15372517456988796,0.2628244139008184,0.3137984759244399,0.15372517456988796,0.26898106136676203,0.48946119783102165,0.15372517456988796,0.17904657238802296,0.3697998869385637,0.5,0.15372517456988796,0.40863279982472756,0.33383957732646147,0.15372517456988796,0.6820282221741829,0.12314931577199811,0.5,0.15372517456988796,0.6731802110659156,0.2926168818176429,0.15372517456988796,0.6695315979358732,0.20237260503785184,0.15372517456988796,0.15883860011318449,0.9076283872767208,0.15372517456988796,0.22935922887845944,0.8094570125920013,0.15372517456988796,0.2031206332566951,0.7432980787299303,0.15372517456988796,0.18645252750591151,0.4849657173147674,0.15372517456988796,0.6263552349788807,0.407378988556094,0.5,0.15372517456988796,0.6645988917066419,0.19697706441211,0.0,0.9960996051748487,0.9763248692079679 -4069,0.5,0.15372517456988796,0.14858104517897613,0.7961527709896649,0.15372517456988796,0.15767599145748246,0.8863129942045095,0.15372517456988796,0.2106511706109101,0.593036222372974,0.15372517456988796,0.17914161164029196,0.6062953472926634,0.15372517456988796,0.4045420688504251,0.8567075648468536,0.15372517456988796,0.243028287447278,0.2860598977240393,0.15372517456988796,0.21067840006834687,0.6118947104983355,0.15372517456988796,0.21283808157330325,0.3062379912471931,0.5,0.15372517456988796,0.32478741264392114,0.369018944966251,0.15372517456988796,0.6254312288614111,0.1366374221351127,0.5,0.15372517456988796,0.6539813531732599,0.4877983625120506,0.15372517456988796,0.6610230293133404,0.2859483824589811,0.15372517456988796,0.14927847057492566,0.9163726009085644,0.15372517456988796,0.28243882937828363,0.8793045669168595,0.15372517456988796,0.17796615784813097,0.819768542813126,0.15372517456988796,0.2189192358614665,0.5006203043560163,0.15372517456988796,0.5631762104106455,0.5262191008024895,0.5,0.15372517456988796,0.6448527167089108,0.2904026466432898,0.0,0.9912098299079259,1.007483564334499 -4070,0.5,0.15372517456988796,0.1398280083817933,0.7910173555570216,0.15372517456988796,0.1399219688516531,0.930765307270558,0.15372517456988796,0.1795222766912623,0.472734735301892,0.15372517456988796,0.18192735827788956,0.6003256784212965,0.15372517456988796,0.3836885799927794,0.894579662705307,0.15372517456988796,0.2616029765793312,0.37762742620498113,0.15372517456988796,0.11575419308054985,0.594401749704809,0.15372517456988796,0.29458140418513334,0.26448825147037736,0.5,0.15372517456988796,0.28667150295521554,0.3826618692066722,0.15372517456988796,0.6147370097863308,0.15275128198020674,0.5,0.15372517456988796,0.548773835129194,0.5626201131175838,0.15372517456988796,0.6415585494388525,0.37970264208612214,0.15372517456988796,0.14839310293732705,0.894803077973245,0.15372517456988796,0.2981103448367132,0.9047577832169454,0.15372517456988796,0.20132850139605168,0.8320003536993953,0.15372517456988796,0.23092092219866484,0.5608471432629611,0.15372517456988796,0.5085656557488474,0.5691234934732186,0.5,0.15372517456988796,0.6268101592923799,0.3773731150315755,0.0,0.9665316852056421,1.01074821387026 -4071,0.5,0.15372517456988796,0.12860258404832395,0.7658019471220774,0.15372517456988796,0.16788083187263547,0.9441436882926696,0.15372517456988796,0.19628128049403887,0.4750760381721729,0.15372517456988796,0.13168195694354976,0.5293634811093479,0.15372517456988796,0.2788417689893083,0.9133516965459814,0.15372517456988796,0.22935727329216254,0.4939054442436206,0.15372517456988796,0.16393109001241216,0.5277764159321007,0.15372517456988796,0.29999827655480105,0.23687218530242263,0.5,0.15372517456988796,0.26953337220978935,0.3749264719807338,0.15372517456988796,0.5787540379750636,0.18109567982283867,0.5,0.15372517456988796,0.4422446558197747,0.5441761227771932,0.15372517456988796,0.5765856332450066,0.47006788202917416,0.15372517456988796,0.20449979161165815,0.9215453257279019,0.15372517456988796,0.1609227160993252,0.9071992351979018,0.15372517456988796,0.18753280064236927,0.829185904722412,0.15372517456988796,0.20545529260887807,0.506777387187152,0.15372517456988796,0.41675862955100906,0.5863594562072072,0.5,0.15372517456988796,0.52937557764724,0.447425398697143,0.0,0.9964807972986351,1.0086277967917348 -4072,0.5,0.15372517456988796,0.1315063410164624,0.7523839677185896,0.15372517456988796,0.09842917338789434,0.8802460424485824,0.15372517456988796,0.1515364556831092,0.5365812083511999,0.15372517456988796,0.10089734544031292,0.4151453720243138,0.15372517456988796,0.2176624710245636,0.9013746019425998,0.15372517456988796,0.19398701244958141,0.6139758721527735,0.15372517456988796,0.11638766834307074,0.5978310855227464,0.15372517456988796,0.20527389381676914,0.19640540105145765,0.5,0.15372517456988796,0.2397567889908085,0.36414651421655303,0.15372517456988796,0.4882694137437479,0.21470661514010328,0.5,0.15372517456988796,0.35481783379464743,0.5556843629728799,0.15372517456988796,0.478015460963941,0.5267637379028867,0.15372517456988796,0.20810237428213565,0.92067948513521,0.15372517456988796,0.17685550316937423,0.91901649057223,0.15372517456988796,0.14222485805289045,0.8158368208677059,0.15372517456988796,0.17729962215545614,0.4719563622596686,0.15372517456988796,0.3219911902160273,0.6002949039957477,0.5,0.15372517456988796,0.45831589885325197,0.5136395991543933,0.0,0.9985610854030241,1.0041873930896426 -4073,0.5,0.15372517456988796,0.13552279661183037,0.7445977986819758,0.15372517456988796,0.22207587049318722,0.9608293099589532,0.15372517456988796,0.09678857135516919,0.6589398462007523,0.15372517456988796,0.07440227682037624,0.3645451237597704,0.15372517456988796,0.20620807668725882,0.9046360908957279,0.15372517456988796,0.20890750733215396,0.7196408693150681,0.15372517456988796,0.09791495278692389,0.5619574502828588,0.15372517456988796,0.20541190336948534,0.21570423829053575,0.5,0.15372517456988796,0.20199103088629503,0.3001027006522372,0.15372517456988796,0.36121575499349934,0.24714711989869664,0.5,0.15372517456988796,0.27185718701235667,0.5397622515546009,0.15372517456988796,0.3415096602746445,0.5537048952133361,0.15372517456988796,0.21521594891500445,0.9143744183828717,0.15372517456988796,0.12620763853592362,0.9362139358492438,0.15372517456988796,0.08321300688191018,0.7246608953410969,0.15372517456988796,0.12403100019872176,0.4896529260897786,0.15372517456988796,0.21094928674733127,0.5458494147475862,0.5,0.15372517456988796,0.31649110323204077,0.543178171898702,0.0,1.0017542932072447,1.0016267102601484 -4074,0.5,0.15372517456988796,0.10071549020109342,0.7516220988238267,0.15372517456988796,0.08578256910399794,0.9024945679315076,0.15372517456988796,0.05881689313644817,0.6261312287592932,0.15372517456988796,0.05007096850759898,0.3746457161916699,0.15372517456988796,0.13754884138242382,0.8788617743696217,0.15372517456988796,0.17542884690063393,0.7649362598287521,0.15372517456988796,0.1442308569413639,0.705765930058661,0.15372517456988796,0.1412608103784201,0.2500218023589282,0.5,0.15372517456988796,0.13797333818137333,0.18276529689957632,0.15372517456988796,0.21770863081593123,0.26044805957397776,0.5,0.15372517456988796,0.14568888071137565,0.3764898121535653,0.15372517456988796,0.19749315655030347,0.5593485999810234,0.15372517456988796,0.1750927633688285,0.9120337703358524,0.15372517456988796,0.08475070123673042,0.9082095642008146,0.15372517456988796,0.08464558190776732,0.7146476866273122,0.15372517456988796,0.06212733893444236,0.3770172133975909,0.15372517456988796,0.13986114769476188,0.4339108859021794,0.5,0.15372517456988796,0.21628337210651244,0.5724048188819311,0.0,0.9929376678051032,0.9996265910059073 -4075,0.5,0.15372517456988796,0.056923100595901666,0.7436055349526777,0.15372517456988796,0.0760024032485279,0.8936413365581438,0.15372517456988796,0.04159586839417814,0.5379648223694703,0.15372517456988796,0.019203813864150474,0.39607843730426096,0.15372517456988796,0.060201278526254204,0.8146411468211554,0.15372517456988796,0.10525103189251456,0.7741129533807182,0.15372517456988796,0.0764542187925989,0.7263168019138062,0.15372517456988796,0.09143755898600853,0.33397953647390954,0.5,0.15372517456988796,0.08531373355461608,0.09544425575519531,0.15372517456988796,0.10482786400657129,0.31165465996506403,0.5,0.15372517456988796,0.06582876448368939,0.16985098694271006,0.15372517456988796,0.08576969971330412,0.5505492533322508,0.15372517456988796,0.10904998751158798,0.8906559077686058,0.15372517456988796,0.061857651400601135,0.8867222423411529,0.15372517456988796,0.055096902332154626,0.7682774408180615,0.15372517456988796,0.050131466283633574,0.3554853258025866,0.15372517456988796,0.07309959408674124,0.34276130397611115,0.5,0.15372517456988796,0.08803194385921541,0.6007779332895327,0.0,0.9259686772213463,1.0004263918961875 -4076,0.5,0.15372517456988796,0.017100993765266862,0.7345304482882754,0.15372517456988796,0.04217602410819664,0.8790682945156909,0.15372517456988796,0.008180279571353043,0.31403133550128454,0.15372517456988796,0.00631927032740962,0.3824500313270229,0.15372517456988796,0.029655422014836973,0.7906499975149689,0.15372517456988796,0.036772197814501334,0.6769381957596622,0.15372517456988796,0.014894438284386554,0.6767692430247496,0.15372517456988796,0.027467618739431744,0.37824537995924445,0.5,0.15372517456988796,0.031681609899456176,0.03901653634288606,0.15372517456988796,0.011084847703570763,0.3063818978116925,0.5,0.15372517456988796,0.018899525809515556,0.05950559375877311,0.15372517456988796,0.016555264974602895,0.4424314402453318,0.15372517456988796,0.04327469010667848,0.8678773720954795,0.15372517456988796,0.03330854387629516,0.835005960819688,0.15372517456988796,0.022107442994539504,0.762945733522636,0.15372517456988796,0.016535881382746545,0.3433577740517423,0.15372517456988796,0.00970261513288563,0.24815874227551998,0.5,0.15372517456988796,0.0,0.5385607925993077,0.0,0.9336332807733927,1.0028644414184036 -4077,0.5,0.15372517456988796,0.0,0.7065301631095783,0.15372517456988796,0.0,0.7708336964665903,0.15372517456988796,0.0,0.285185969537892,0.15372517456988796,0.0,0.30888105889394063,0.15372517456988796,2.1827049945408374e-05,0.7292013808084474,0.15372517456988796,0.0,0.49368520793823134,0.15372517456988796,0.0,0.6563846109122949,0.15372517456988796,0.0,0.3710370026035291,0.5,0.15372517456988796,0.0,0.03741011563705779,0.15372517456988796,0.0,0.18390806825748718,0.5,0.15372517456988796,0.0,0.040206040972542205,0.15372517456988796,0.0,0.25524102296148277,0.15372517456988796,0.0,0.8245384000684333,0.15372517456988796,0.0,0.761305684063601,0.15372517456988796,0.0,0.7299336072004898,0.15372517456988796,0.0,0.2999782509280398,0.15372517456988796,0.0,0.17108291406414874,0.5,0.15372517456988796,0.0,0.3837559878121724,0.0,0.8875454157172168,1.003984947872281 -4078,0.5,0.15372517456988796,0.0,0.6887533039940367,0.15372517456988796,0.0,0.6964094446543154,0.15372517456988796,0.0,0.3965440668890922,0.15372517456988796,0.0,0.2992749071162741,0.15372517456988796,0.0,0.6036780928758466,0.15372517456988796,0.0,0.31794623008928213,0.15372517456988796,0.0,0.6317174385316195,0.15372517456988796,0.0,0.3400307260046414,0.5,0.15372517456988796,0.0,0.08431743310003792,0.15372517456988796,0.0,0.10011495547988893,0.5,0.15372517456988796,0.0,0.08010701333815022,0.15372517456988796,0.0,0.10067120036821639,0.15372517456988796,0.0,0.8014384709007013,0.15372517456988796,0.0,0.7189543371981837,0.15372517456988796,0.0,0.7287892764537743,0.15372517456988796,0.0,0.3583297590242263,0.15372517456988796,0.0,0.11224569178425148,0.5,0.15372517456988796,0.0,0.21724562681962575,0.0,0.8481130209016757,1.005070074845856 -4079,0.5,0.15372517456988796,0.0,0.643251414640851,0.15372517456988796,0.0,0.6972467096301919,0.15372517456988796,0.0,0.49858538043865547,0.15372517456988796,0.0,0.3646777241389338,0.15372517456988796,0.0,0.5725670411082096,0.15372517456988796,0.0,0.22905404046005756,0.15372517456988796,0.0,0.5782378420629151,0.15372517456988796,0.0,0.2544920021581011,0.5,0.15372517456988796,0.0,0.14736891421158527,0.15372517456988796,0.0,0.05869613518947627,0.5,0.15372517456988796,0.0,0.09297242146866906,0.15372517456988796,0.0,0.04065288329376928,0.15372517456988796,0.0,0.8120248324295657,0.15372517456988796,0.0,0.7303309300261243,0.15372517456988796,0.0,0.698468667414195,0.15372517456988796,0.0,0.4194750526499021,0.15372517456988796,0.0,0.1001362651555822,0.5,0.15372517456988796,0.0,0.10496002004221154,0.0,0.8673890542521021,1.00099594075154 -4080,0.5,0.15372517456988796,0.0,0.6182126815720396,0.15372517456988796,0.0,0.8483755991592127,0.15372517456988796,0.0,0.6036856436980201,0.15372517456988796,0.0,0.4613655182126988,0.15372517456988796,0.0,0.6051158117302351,0.15372517456988796,0.0,0.2185433467212653,0.15372517456988796,0.0,0.5492744917988752,0.15372517456988796,0.0,0.1737658408513212,0.5,0.15372517456988796,0.0,0.15646347572667804,0.15372517456988796,0.0,0.04420398292262834,0.5,0.15372517456988796,0.0,0.09456804511125,0.15372517456988796,0.0,0.027413805690158985,0.15372517456988796,0.0,0.7380454053317578,0.15372517456988796,0.0,0.7953072007384223,0.15372517456988796,0.0,0.6583728442237765,0.15372517456988796,0.0,0.4556495482017737,0.15372517456988796,0.0,0.11807460869573612,0.5,0.15372517456988796,0.0,0.07458727638515478,0.0,0.8520717667589044,0.9919751247182669 -4081,0.5,0.15372517456988796,0.0,0.6709511633298968,0.15372517456988796,0.0,0.7941590791592887,0.15372517456988796,0.0,0.5916666588183326,0.15372517456988796,0.0,0.5061121149596458,0.15372517456988796,0.0,0.6409468059645591,0.15372517456988796,0.0,0.2784943929943592,0.15372517456988796,0.0,0.5529006428867665,0.15372517456988796,0.0,0.12784450540009246,0.5,0.15372517456988796,0.0,0.15840638167539153,0.15372517456988796,0.0,0.03159286297228718,0.5,0.15372517456988796,0.0,0.08861120975132425,0.15372517456988796,0.0,0.03148668875104983,0.15372517456988796,0.0,0.6846842453206405,0.15372517456988796,0.0,0.7784748360061022,0.15372517456988796,0.0,0.7022674779102808,0.15372517456988796,0.0,0.5089840099896131,0.15372517456988796,0.0,0.16846301285207121,0.5,0.15372517456988796,0.0,0.06741193722725027,0.0,0.7516211053599855,1.005700279590381 -4082,0.5,0.15372517456988796,0.0,0.6798822079845903,0.15372517456988796,0.0,0.6470714354432419,0.15372517456988796,0.0,0.5887336549630059,0.15372517456988796,0.0,0.5045989133961116,0.15372517456988796,0.0,0.5617443378039385,0.15372517456988796,0.0,0.33736076509275936,0.15372517456988796,0.0,0.5538484333368976,0.15372517456988796,0.0,0.12705344896822734,0.5,0.15372517456988796,0.0,0.14721766169580147,0.15372517456988796,0.0,0.01477311909496571,0.5,0.15372517456988796,0.0,0.08422602215256933,0.15372517456988796,0.0,0.039313749123372474,0.15372517456988796,0.0,0.6342663952807484,0.15372517456988796,0.0,0.7072246869906076,0.15372517456988796,0.0,0.7226581069308807,0.15372517456988796,0.0,0.5229681158336265,0.15372517456988796,0.0,0.23356910832231703,0.5,0.15372517456988796,0.0,0.07037593803377691,0.0,0.66198040416503,1.0060422862909295 -4083,0.5,0.15372517456988796,0.0,0.6481028295016786,0.15372517456988796,0.0,0.5184053753776356,0.15372517456988796,0.0,0.49995772434771873,0.15372517456988796,0.0,0.5227452302660694,0.15372517456988796,0.0,0.38649149276467665,0.15372517456988796,0.0,0.30352138942062135,0.15372517456988796,0.0,0.5492001735086013,0.15372517456988796,0.0,0.1425608891260494,0.5,0.15372517456988796,0.0,0.12219542569395332,0.15372517456988796,0.0,0.016214009548511783,0.5,0.15372517456988796,0.0,0.13918304109583435,0.15372517456988796,0.0,0.03813130451560242,0.15372517456988796,0.0,0.5772889144197997,0.15372517456988796,0.0,0.6238099993254757,0.15372517456988796,0.0,0.6817544172404836,0.15372517456988796,0.0,0.5101876441143903,0.15372517456988796,0.0,0.2932811250021037,0.5,0.15372517456988796,0.0,0.07016297442288003,0.0,0.5829575004351991,1.002909006186332 -4084,0.5,0.15372517456988796,0.0,0.5857432466101103,0.15372517456988796,0.0,0.4667686244171636,0.15372517456988796,0.0,0.45578293204293935,0.15372517456988796,0.0,0.5295674786370925,0.15372517456988796,0.0,0.30897321665832694,0.15372517456988796,0.0,0.21992814340192557,0.15372517456988796,0.0,0.5142912248824983,0.15372517456988796,0.0,0.16194256148594263,0.5,0.15372517456988796,0.0,0.08592693005406253,0.15372517456988796,0.0,0.01923701086819599,0.5,0.15372517456988796,0.0,0.2034058153303685,0.15372517456988796,0.0,0.041903575384011627,0.15372517456988796,0.0,0.5142140226132982,0.15372517456988796,0.0,0.6003209143136841,0.15372517456988796,0.0,0.6108971920567472,0.15372517456988796,0.0,0.4534446673790814,0.15372517456988796,0.0,0.25680060157544154,0.5,0.15372517456988796,0.0,0.07863260295109453,0.0,0.45185077212247693,0.9944185745148088 -4085,0.5,0.15372517456988796,0.003376274277150474,0.5174651566311671,0.15372517456988796,0.0008219876552723947,0.4121031379507595,0.15372517456988796,0.0010053212596914188,0.49104052780550894,0.15372517456988796,0.002630605883493919,0.5905759273580611,0.15372517456988796,0.00030927819269716103,0.3335119734712606,0.15372517456988796,4.464813250120655e-06,0.12172638207178355,0.15372517456988796,4.0150050558371705e-05,0.4300166625900941,0.15372517456988796,6.512183941563957e-07,0.1668687311614428,0.5,0.15372517456988796,0.0,0.07817830961941012,0.15372517456988796,6.520296616871634e-05,0.023364980210140295,0.5,0.15372517456988796,3.7809636661749806e-05,0.1354889686016263,0.15372517456988796,9.314436154031134e-07,0.04879469495661345,0.15372517456988796,0.0037995285485403828,0.4887549182484682,0.15372517456988796,0.0007023470205027596,0.6043189103286223,0.15372517456988796,0.00022044800342820448,0.5453810457236813,0.15372517456988796,0.00047039849175573245,0.4367074570398881,0.15372517456988796,0.00035825784203174057,0.22823013414799098,0.5,0.15372517456988796,0.00084088900294744,0.10732000525315208,0.0,0.40662117789251745,0.9881107355758028 -4086,0.5,0.15372517456988796,0.023623175159365448,0.5092572435966436,0.15372517456988796,0.01702001025973474,0.4550826123948271,0.15372517456988796,0.012420989706253726,0.5261376007981038,0.15372517456988796,0.017475103357606454,0.5870899283700379,0.15372517456988796,0.006156108573300149,0.40902023862712594,0.15372517456988796,0.005334046332471468,0.11192250014179002,0.15372517456988796,0.0035795089546642703,0.4142936701655677,0.15372517456988796,0.016895114381161487,0.1934705085760449,0.5,0.15372517456988796,0.03624451997099751,0.08973811919993772,0.15372517456988796,0.027811437297947,0.029020935740944005,0.5,0.15372517456988796,0.022075324759631178,0.12039886225070565,0.15372517456988796,0.020292128513731206,0.06977776818038164,0.15372517456988796,0.04469224925490416,0.5052765285856613,0.15372517456988796,0.006896459230331764,0.6406543414218331,0.15372517456988796,0.005086681625569024,0.5305593862152115,0.15372517456988796,0.017711930879846963,0.4172950357356345,0.15372517456988796,0.0183616911186847,0.27868022501966055,0.5,0.15372517456988796,0.01761406957803588,0.16507927695760574,0.0,0.40424990969703767,0.9855573806806991 -4087,0.5,0.15372517456988796,0.05177912314761999,0.49610027960735575,0.15372517456988796,0.08438875432292103,0.609953878256131,0.15372517456988796,0.04068032468139244,0.5918959380339257,0.15372517456988796,0.024906794385320796,0.5256304808060752,0.15372517456988796,0.021882823728929687,0.4980117679017593,0.15372517456988796,0.03522027313766889,0.21362201212857956,0.15372517456988796,0.02232512125280922,0.4941567928292203,0.15372517456988796,0.07464528206329059,0.2266635218205082,0.5,0.15372517456988796,0.10345806341365209,0.18456774919323068,0.15372517456988796,0.06958168332080927,0.04317814417204161,0.5,0.15372517456988796,0.08405508488281284,0.20383544066096515,0.15372517456988796,0.0633988737722683,0.10340509831919911,0.15372517456988796,0.09603714449156942,0.5557323331888251,0.15372517456988796,0.01621870971413917,0.6636618234063674,0.15372517456988796,0.02564030465104286,0.6047545098546976,0.15372517456988796,0.06713833980203848,0.4697404328688311,0.15372517456988796,0.06237955631864578,0.33717254318632117,0.5,0.15372517456988796,0.04170107674989322,0.22692441255365425,0.0,0.3326510443221787,0.9802326041194626 -4088,0.5,0.15372517456988796,0.09355415081168575,0.5082762481879536,0.15372517456988796,0.12809789653997747,0.6231550321176138,0.15372517456988796,0.07975492856005709,0.6382665023046796,0.15372517456988796,0.04495161240943844,0.5950348587436498,0.15372517456988796,0.05196903282187982,0.6391482576906253,0.15372517456988796,0.07107124891722108,0.4101183285583038,0.15372517456988796,0.04121876253467824,0.5537240387560974,0.15372517456988796,0.14300186963691666,0.25497167375822327,0.5,0.15372517456988796,0.20218373630654055,0.2726871110784478,0.15372517456988796,0.11892032834222857,0.07822089231383324,0.5,0.15372517456988796,0.17665838921883562,0.2587809119877888,0.15372517456988796,0.12412371295166191,0.12470959100011318,0.15372517456988796,0.15976456643034642,0.5889546933108969,0.15372517456988796,0.030057655446488737,0.6923748859559837,0.15372517456988796,0.05131454113742602,0.6395696795636068,0.15372517456988796,0.1267102588987952,0.5128718145383984,0.15372517456988796,0.13838780638498105,0.39215234954504974,0.5,0.15372517456988796,0.09773938798779896,0.3011037403359957,0.0,0.22651618485315383,0.9797143505410508 -4089,0.5,0.15372517456988796,0.14311167508053088,0.5114035550971038,0.15372517456988796,0.17707214009946687,0.6180139316355316,0.15372517456988796,0.11202944573961546,0.6275224814122178,0.15372517456988796,0.07467537988838696,0.6428504431048359,0.15372517456988796,0.040480376109517484,0.6083347895659301,0.15372517456988796,0.21593702651337707,0.6639874452872252,0.15372517456988796,0.10154786471966684,0.629706876030323,0.15372517456988796,0.167979373608027,0.2443800811167943,0.5,0.15372517456988796,0.27358531760151195,0.27790191645707985,0.15372517456988796,0.1687642606220669,0.10495136404621218,0.5,0.15372517456988796,0.25080161953166996,0.2835843956646434,0.15372517456988796,0.2110803074801118,0.13869664785270686,0.15372517456988796,0.23385196715976125,0.6289119225971871,0.15372517456988796,0.058937260791381944,0.7076647999941936,0.15372517456988796,0.1094445134630579,0.7202966021827673,0.15372517456988796,0.17938998151750885,0.5630819995872951,0.15372517456988796,0.20593451996828951,0.43166849566415955,0.5,0.15372517456988796,0.21278902322208604,0.40578925077563854,0.0,0.14426593627414522,0.980983129557198 -4090,0.5,0.15372517456988796,0.22225159669953032,0.506929566161125,0.15372517456988796,0.1734392850430222,0.5990878923660456,0.15372517456988796,0.14203517995183704,0.5968491451911437,0.15372517456988796,0.10887801189059723,0.6475898417081254,0.15372517456988796,0.07510709571651464,0.5507803531346775,0.15372517456988796,0.16303949815738894,0.6179376014317867,0.15372517456988796,0.17440361051886588,0.6918168130416401,0.15372517456988796,0.20981370805047556,0.27968842893309515,0.5,0.15372517456988796,0.30661708577372426,0.2509001186369543,0.15372517456988796,0.2380123820908395,0.1319640235853843,0.5,0.15372517456988796,0.3340216038139064,0.3482622916311667,0.15372517456988796,0.33486493277073937,0.15666976206375136,0.15372517456988796,0.3032075786422704,0.6900124413244779,0.15372517456988796,0.16642650340656648,0.7585794810207174,0.15372517456988796,0.10158747363336797,0.6539617797768382,0.15372517456988796,0.19667087028608393,0.5442526856706299,0.15372517456988796,0.25663519882505326,0.44323699272519,0.5,0.15372517456988796,0.3258612414972977,0.4845994237013789,0.0,0.16785020000937145,0.9558982293195661 -4091,0.5,0.15372517456988796,0.26537569469680217,0.48610469130805917,0.15372517456988796,0.20207540734827859,0.6983211535011593,0.15372517456988796,0.15966431607494164,0.5758095148692607,0.15372517456988796,0.1619351816119486,0.6258258967100087,0.15372517456988796,0.2405121462611171,0.7465699284516012,0.15372517456988796,0.11547678408417725,0.5083302422024579,0.15372517456988796,0.08861458898970265,0.5589912913042704,0.15372517456988796,0.2476265009083274,0.3937711535431635,0.5,0.15372517456988796,0.33362808441184805,0.21500941363039064,0.15372517456988796,0.4170717876356355,0.1636886393972073,0.5,0.15372517456988796,0.37762845590849825,0.33915952083960965,0.15372517456988796,0.4523351666458752,0.22517812816817895,0.15372517456988796,0.31899715727415723,0.734849169226714,0.15372517456988796,0.25987037316525874,0.8207952321849528,0.15372517456988796,0.1355887716879711,0.5827863536576057,0.15372517456988796,0.22242799731195761,0.5972919967934671,0.15372517456988796,0.2642887638371385,0.4063689484516999,0.5,0.15372517456988796,0.4077569170153609,0.5153283232213026,0.0,0.2006951312732286,0.906935751455143 -4092,0.5,0.15372517456988796,0.31631088342810876,0.49368463195391926,0.15372517456988796,0.20236309535750013,0.8055996815255552,0.15372517456988796,0.16975789907100863,0.6235613506724963,0.15372517456988796,0.29154757336587955,0.6454100485788357,0.15372517456988796,0.2600907673108876,0.7856170458547408,0.15372517456988796,0.20077188782519775,0.5336429477319065,0.15372517456988796,0.17935748089360723,0.5292520248014869,0.15372517456988796,0.23320019516273155,0.4852947635491434,0.5,0.15372517456988796,0.36521933180933513,0.20730071233639166,0.15372517456988796,0.5215169052348827,0.16118863741902725,0.5,0.15372517456988796,0.37464798117516673,0.26633640099596084,0.15372517456988796,0.47280250110168015,0.2680525975769707,0.15372517456988796,0.25327318899788204,0.7719336973531006,0.15372517456988796,0.26872533256659403,0.8290412171094994,0.15372517456988796,0.2477104954332794,0.6081032460523595,0.15372517456988796,0.2754842956178667,0.5915375935453072,0.15372517456988796,0.2740533062249609,0.38628935037997514,0.5,0.15372517456988796,0.44192177557164447,0.498991824925203,0.0,0.22275198930668758,0.7803602545663236 -4093,0.5,0.15372517456988796,0.2751235574641688,0.5196844915726011,0.15372517456988796,0.2966019768857915,0.8549309232926742,0.15372517456988796,0.19992309401285308,0.6403313422193082,0.15372517456988796,0.3481192140816054,0.6690283988486816,0.15372517456988796,0.1732162442274565,0.6542573993309964,0.15372517456988796,0.30916316753224,0.49351784026531254,0.15372517456988796,0.321947745795147,0.6533504953469208,0.15372517456988796,0.23212291195379686,0.5163639723645778,0.5,0.15372517456988796,0.4595944170355914,0.2739520447585746,0.15372517456988796,0.5387541105794075,0.15700594589267547,0.5,0.15372517456988796,0.3085637787511057,0.18944650080462505,0.15372517456988796,0.4456702852989436,0.2781229770645653,0.15372517456988796,0.254935343056001,0.8179243343393852,0.15372517456988796,0.32360923901487,0.8356300752645742,0.15372517456988796,0.3217611187238264,0.7210224500618,0.15372517456988796,0.2135715830887548,0.5446888970394771,0.15372517456988796,0.3258713736531149,0.39272389574819794,0.5,0.15372517456988796,0.37972440010926506,0.49645425536809923,0.0,0.22177915002040124,0.8175617899997399 -4094,0.5,0.15372517456988796,0.2584527545567966,0.5246220491457502,0.15372517456988796,0.4489102715972525,0.9041208150856772,0.15372517456988796,0.3046247854274632,0.6551716069342254,0.15372517456988796,0.34691167156123914,0.6541390392623726,0.15372517456988796,0.4039112883818772,0.7070004382992539,0.15372517456988796,0.2840121223250016,0.34536338967584257,0.15372517456988796,0.20185985617236485,0.6737656510381741,0.15372517456988796,0.226231416246505,0.4713039278106357,0.5,0.15372517456988796,0.45247002729005326,0.3676797720567167,0.15372517456988796,0.46055230097213723,0.152238101173307,0.5,0.15372517456988796,0.4458092998643728,0.2328177180929323,0.15372517456988796,0.34769621670942574,0.27487324813856034,0.15372517456988796,0.2941254876220283,0.8615282296675366,0.15372517456988796,0.3682573669814803,0.8323956875583722,0.15372517456988796,0.25512064879753416,0.7730668522274726,0.15372517456988796,0.1997029402472404,0.5101232616312332,0.15372517456988796,0.38082693939806755,0.4116839127218472,0.5,0.15372517456988796,0.3521371862013908,0.46886735895497944,0.0,0.1694827314287666,0.8531906025062649 -4095,0.5,0.15372517456988796,0.20296877041077913,0.491898892006104,0.15372517456988796,0.31218841207352954,0.8987594828626534,0.15372517456988796,0.29631590996736756,0.6057599618244812,0.15372517456988796,0.23122556016157308,0.5150503569408461,0.15372517456988796,0.30098351612237484,0.6919449934380691,0.15372517456988796,0.21138392245152587,0.33280381576176243,0.15372517456988796,0.17111721223993612,0.57444649290146,0.15372517456988796,0.18044720663584524,0.34153207928594054,0.5,0.15372517456988796,0.3856250738712254,0.4414670094799335,0.15372517456988796,0.4126919362775575,0.13654599563175857,0.5,0.15372517456988796,0.4015139544540386,0.20925733961817106,0.15372517456988796,0.3665991993430494,0.2608252620465647,0.15372517456988796,0.23635167109841548,0.8635710047977954,0.15372517456988796,0.4106930205130448,0.8530234352844013,0.15372517456988796,0.1676521720810344,0.7590030129962001,0.15372517456988796,0.1879129203008571,0.4819778390544976,0.15372517456988796,0.295887489045643,0.4218132799704405,0.5,0.15372517456988796,0.31965282713360654,0.3845768082176436,0.0,0.1630531218837323,0.8579275408716905 -4096,0.5,0.15372517456988796,0.15052011958767625,0.44985721514596944,0.15372517456988796,0.18369996722359,0.8672182431067155,0.15372517456988796,0.14862239610954414,0.4807502507100963,0.15372517456988796,0.16873636314106075,0.4372236752468504,0.15372517456988796,0.18562882928367266,0.6228624264107977,0.15372517456988796,0.17206712412429148,0.33079704956348516,0.15372517456988796,0.30817050008292085,0.5494717780955675,0.15372517456988796,0.16040062062471824,0.26893284698489306,0.5,0.15372517456988796,0.25395872573656963,0.46248887839980174,0.15372517456988796,0.34360431160798266,0.12152475875242753,0.5,0.15372517456988796,0.3389810590644025,0.17706112236719246,0.15372517456988796,0.3578433863093462,0.22605484130679995,0.15372517456988796,0.13725671621001753,0.8450079694219264,0.15372517456988796,0.2333517399114191,0.8333117611878926,0.15372517456988796,0.18560427240596683,0.7530828032081123,0.15372517456988796,0.16178158097943707,0.4558055151588809,0.15372517456988796,0.19203803578934278,0.4035619156600159,0.5,0.15372517456988796,0.3406766081789327,0.3537603426241713,0.0,0.2676013178441756,0.8698769619973419 -4097,0.5,0.15372517456988796,0.12474980947641695,0.44191910136743356,0.15372517456988796,0.07577723246563428,0.8425366204315086,0.15372517456988796,0.1304557795098544,0.4607879064253194,0.15372517456988796,0.09464143093016403,0.374091327242572,0.15372517456988796,0.11023147157382068,0.5705385464969033,0.15372517456988796,0.20846456067926403,0.3829402354138206,0.15372517456988796,0.22607577448678715,0.5706293339709254,0.15372517456988796,0.10369998683979964,0.20775104644371528,0.5,0.15372517456988796,0.1770313947415162,0.44719263074159205,0.15372517456988796,0.2766191080255476,0.10320693863673172,0.5,0.15372517456988796,0.23535758961715153,0.16484065097586126,0.15372517456988796,0.28579174594778933,0.17432155621459197,0.15372517456988796,0.07218511633331497,0.8147014924062945,0.15372517456988796,0.2006970046381547,0.7861817921294978,0.15372517456988796,0.12160284609705346,0.710044974932052,0.15372517456988796,0.11965786773323919,0.4054096100134739,0.15372517456988796,0.17091398353653517,0.3778961187209316,0.5,0.15372517456988796,0.24196634725937521,0.32912936173090274,0.0,0.5975312988683411,0.8517949050486477 -4098,0.5,0.15372517456988796,0.0761105472980888,0.46519392351002337,0.15372517456988796,0.02173315391135307,0.7694722284594467,0.15372517456988796,0.11050876953116961,0.5424259061006423,0.15372517456988796,0.03301323828377721,0.26593890411330345,0.15372517456988796,0.09273058159353846,0.5224010011736748,0.15372517456988796,0.146408691162755,0.38942806441645256,0.15372517456988796,0.15188903977434695,0.4761798474500021,0.15372517456988796,0.11978110802726745,0.13522338820922175,0.5,0.15372517456988796,0.14098065415306524,0.38310238023362375,0.15372517456988796,0.14038827383813404,0.07246435470617378,0.5,0.15372517456988796,0.13567367249454199,0.2088756287704219,0.15372517456988796,0.17445774012036344,0.12180043710502785,0.15372517456988796,0.0766454307838536,0.7985075501743879,0.15372517456988796,0.15619876868944416,0.7431577246059189,0.15372517456988796,0.06073503713822133,0.6593058777531812,0.15372517456988796,0.09873785128419782,0.3471461937104717,0.15372517456988796,0.10037248556262765,0.3240364909616945,0.5,0.15372517456988796,0.1429386534656062,0.27074090306319937,0.0,0.6996059277917571,0.8401854200862025 -4099,0.5,0.15372517456988796,0.0324147527311701,0.4846177305993435,0.15372517456988796,0.013218025005211256,0.6648611120279984,0.15372517456988796,0.05895134833033629,0.5953268996937819,0.15372517456988796,0.021873956712144753,0.19399344083920855,0.15372517456988796,0.0739937386256019,0.4706077266723433,0.15372517456988796,0.07429023854889759,0.3057988251330312,0.15372517456988796,0.07942380468978097,0.3427382859785079,0.15372517456988796,0.11349842977486468,0.11190035145576757,0.5,0.15372517456988796,0.09509170110473422,0.25767371305153003,0.15372517456988796,0.06381257691628915,0.050105342906264706,0.5,0.15372517456988796,0.06358981250637957,0.25720167109127723,0.15372517456988796,0.09017822610151113,0.08023880401245077,0.15372517456988796,0.06132545737055288,0.6858528727338087,0.15372517456988796,0.08645406049296335,0.6490607228850961,0.15372517456988796,0.02585142070641567,0.5084816738884623,0.15372517456988796,0.057865652880111335,0.274770091375136,0.15372517456988796,0.0489545800032677,0.25295252755255115,0.5,0.15372517456988796,0.061246773977660915,0.193848829867059,0.0,0.6296829015777214,0.8388961707713204 -4100,0.5,0.15372517456988796,0.0036843673440748433,0.4732535085864713,0.15372517456988796,0.011285238724254696,0.4778310925562062,0.15372517456988796,0.011410298247443381,0.5195538859559782,0.15372517456988796,0.004766924805339713,0.1705517076829215,0.15372517456988796,0.029338626630802556,0.3627149255983776,0.15372517456988796,0.03059741376727221,0.17916196543845592,0.15372517456988796,0.028092003969692886,0.22039274884936674,0.15372517456988796,0.026658323190134815,0.05235886409575965,0.5,0.15372517456988796,0.03242681967955337,0.10071956739669619,0.15372517456988796,0.006769450246343962,0.02987688155415014,0.5,0.15372517456988796,0.014319845737500076,0.270949023046026,0.15372517456988796,0.019491680673915702,0.04266366811659827,0.15372517456988796,0.038941226122497875,0.4752984769006428,0.15372517456988796,0.02882917496296976,0.5037418060437678,0.15372517456988796,0.01174000368776184,0.2943293168293224,0.15372517456988796,0.01658289403568646,0.1343931696429026,0.15372517456988796,0.008267926191684224,0.16279954627136375,0.5,0.15372517456988796,7.118393330965615e-05,0.09763053973171505,0.0,0.6201236876313276,0.8477029588045369 -4101,0.5,0.15372517456988796,0.0,0.4144358710117303,0.15372517456988796,0.00011555135021919274,0.22233766903169225,0.15372517456988796,0.0,0.41922225159479787,0.15372517456988796,0.0,0.20484613938980925,0.15372517456988796,0.0,0.26793016248629065,0.15372517456988796,0.0,0.08934110980158116,0.15372517456988796,9.95789670087486e-07,0.16231937670404556,0.15372517456988796,0.0,0.032681334690059294,0.5,0.15372517456988796,0.0,0.03631533271108588,0.15372517456988796,0.0,0.020869299592141462,0.5,0.15372517456988796,0.0,0.13134367273000688,0.15372517456988796,0.0,0.04386711893911903,0.15372517456988796,4.3426228307942354e-06,0.32822551804951683,0.15372517456988796,0.0,0.4307033561719781,0.15372517456988796,0.0,0.16804780792703375,0.15372517456988796,0.0,0.06901555959460047,0.15372517456988796,0.0,0.09461499517333934,0.5,0.15372517456988796,0.0,0.052837697443950164,0.0,0.6218037530918562,0.847850923415375 -4102,0.5,0.15372517456988796,0.0,0.35768994642938323,0.15372517456988796,0.0,0.13776768613831414,0.15372517456988796,0.0,0.2825954350187379,0.15372517456988796,0.0,0.2604981271236296,0.15372517456988796,0.0,0.17948227900781283,0.15372517456988796,0.0,0.053402560486838106,0.15372517456988796,0.0,0.13860568425242675,0.15372517456988796,0.0,0.02309754958410573,0.5,0.15372517456988796,0.0,0.025693462797608046,0.15372517456988796,0.0,0.018691817959973326,0.5,0.15372517456988796,0.0,0.037433268701452735,0.15372517456988796,0.0,0.06252498837048365,0.15372517456988796,0.0,0.34435312690593334,0.15372517456988796,0.0,0.4114667239070132,0.15372517456988796,0.0,0.13167541908632097,0.15372517456988796,0.0,0.04851410333411664,0.15372517456988796,0.0,0.07452389715284453,0.5,0.15372517456988796,0.0,0.03553201199841899,0.0,0.6890489718460329,0.8364547792790994 -4103,0.5,0.15372517456988796,0.0,0.313382958076162,0.15372517456988796,0.0,0.20063014162544854,0.15372517456988796,0.0,0.14542299029948777,0.15372517456988796,0.0,0.2745606300475434,0.15372517456988796,0.0,0.14157528693178206,0.15372517456988796,0.0,0.05143251241519679,0.15372517456988796,0.0,0.09237713987862307,0.15372517456988796,0.0,0.015915486687228014,0.5,0.15372517456988796,0.0,0.022435390599867114,0.15372517456988796,0.0,0.014751227129495777,0.5,0.15372517456988796,0.0,0.020043930912302284,0.15372517456988796,0.0,0.04814706341000366,0.15372517456988796,0.0,0.3442910541056976,0.15372517456988796,0.0,0.36595847014739413,0.15372517456988796,0.0,0.13550044211416049,0.15372517456988796,0.0,0.04172031161977472,0.15372517456988796,0.0,0.07802858943165271,0.5,0.15372517456988796,0.0,0.028734969942971204,0.0,0.7468830602551718,0.820103971484747 -4104,0.5,0.15372517456988796,0.0,0.2813269922189161,0.15372517456988796,0.0,0.30193386558973656,0.15372517456988796,0.0,0.08477302963767179,0.15372517456988796,0.0,0.2646958978201494,0.15372517456988796,0.0,0.1579116473603527,0.15372517456988796,0.0,0.0697240903190156,0.15372517456988796,0.0,0.08457154583931963,0.15372517456988796,0.0,0.013894241016903962,0.5,0.15372517456988796,0.0,0.018001240954075973,0.15372517456988796,0.0,0.010989938617030529,0.5,0.15372517456988796,0.0,0.020531743861954645,0.15372517456988796,0.0,0.035768326733830666,0.15372517456988796,0.0,0.3085025990981433,0.15372517456988796,0.0,0.32866438466228054,0.15372517456988796,0.0,0.15914904128746415,0.15372517456988796,0.0,0.04007659691218128,0.15372517456988796,0.0,0.08090779198179299,0.5,0.15372517456988796,0.0,0.018550396109052007,0.0,0.7029669715512932,0.8341345891306521 -4105,0.5,0.15372517456988796,0.0,0.2616998359536614,0.15372517456988796,0.0,0.3471936798078184,0.15372517456988796,0.0,0.0735070507346736,0.15372517456988796,0.0,0.2337993610971669,0.15372517456988796,0.0,0.18218422176831411,0.15372517456988796,0.0,0.08239411165243724,0.15372517456988796,0.0,0.11380839389227032,0.15372517456988796,0.0,0.017598229120937392,0.5,0.15372517456988796,0.0,0.011519250848891372,0.15372517456988796,0.0,0.01040316641253419,0.5,0.15372517456988796,0.0,0.0232231493905536,0.15372517456988796,0.0,0.03550095286217136,0.15372517456988796,0.0,0.2742647383790691,0.15372517456988796,0.0,0.30973122120993246,0.15372517456988796,0.0,0.18599958702400812,0.15372517456988796,0.0,0.04385836535130943,0.15372517456988796,0.0,0.06626269594739506,0.5,0.15372517456988796,0.0,0.011721241746969842,0.0,0.6924632695850681,0.9362332252206436 -4106,0.5,0.15372517456988796,0.0,0.2612591907712869,0.15372517456988796,0.0,0.32887068871957964,0.15372517456988796,0.0,0.08460486459734883,0.15372517456988796,0.0,0.21247715093318112,0.15372517456988796,0.0,0.17791406161946266,0.15372517456988796,0.0,0.0678440162800891,0.15372517456988796,0.0,0.1398631929631587,0.15372517456988796,0.0,0.01992498579354484,0.5,0.15372517456988796,0.0,0.00824161954494346,0.15372517456988796,0.0,0.01114534181101272,0.5,0.15372517456988796,0.0,0.01623475763446808,0.15372517456988796,0.0,0.031820811450676195,0.15372517456988796,0.0,0.2959279243970862,0.15372517456988796,0.0,0.33051792607599284,0.15372517456988796,0.0,0.2070646577801185,0.15372517456988796,0.0,0.05432353617832642,0.15372517456988796,0.0,0.02914290736038346,0.5,0.15372517456988796,0.0,0.008408903724453983,0.0,0.7092173465800087,0.969775945271039 -4107,0.5,0.15372517456988796,0.0,0.27015323726963086,0.15372517456988796,0.0,0.30206304041354165,0.15372517456988796,0.0,0.11798002264689311,0.15372517456988796,0.0,0.1976940689998168,0.15372517456988796,0.0,0.1613986772111415,0.15372517456988796,0.0,0.05049319599206435,0.15372517456988796,0.0,0.1533406314878995,0.15372517456988796,0.0,0.01817780634653282,0.5,0.15372517456988796,0.0,0.007126372600948627,0.15372517456988796,0.0,0.011335153977020517,0.5,0.15372517456988796,0.0,0.0035169549847941053,0.15372517456988796,0.0,0.027001187212902678,0.15372517456988796,0.0,0.33137958542867474,0.15372517456988796,0.0,0.38049360476743244,0.15372517456988796,0.0,0.23033980648015245,0.15372517456988796,0.0,0.059935080223268135,0.15372517456988796,0.0,0.019129558080876657,0.5,0.15372517456988796,0.0,0.010123003472028816,0.0,0.7187004083495104,0.9749402951907065 -4108,0.5,0.15372517456988796,0.0,0.26972991036037,0.15372517456988796,0.0,0.30330528901484605,0.15372517456988796,0.0,0.1655107438703498,0.15372517456988796,0.0,0.1794190682532439,0.15372517456988796,0.0,0.15152274240580008,0.15372517456988796,0.0,0.04665003838340364,0.15372517456988796,0.0,0.1386066415296715,0.15372517456988796,0.0,0.01618941928630365,0.5,0.15372517456988796,0.0,0.006862026625965956,0.15372517456988796,0.0,0.010073710053804313,0.5,0.15372517456988796,0.0,0.0004856333963950041,0.15372517456988796,0.0,0.019916936994116136,0.15372517456988796,0.0,0.44911782544408557,0.15372517456988796,0.0,0.410115430653638,0.15372517456988796,0.0,0.2567580964403487,0.15372517456988796,0.0,0.06607417077516474,0.15372517456988796,0.0,0.013726275293007397,0.5,0.15372517456988796,0.0,0.017508545269012066,0.0,0.8039266232254199,0.9608733662362129 -4109,0.5,0.15372517456988796,0.0026881537106032845,0.28355623077750636,0.15372517456988796,0.0007496205279001858,0.32699508637097524,0.15372517456988796,0.0006951666381429719,0.1636497303735517,0.15372517456988796,0.0017530470653949629,0.19069312605360236,0.15372517456988796,0.001570324527809849,0.14909643549208404,0.15372517456988796,0.00015171056190805727,0.046824455086424355,0.15372517456988796,0.0012484282469754065,0.11480901859172443,0.15372517456988796,3.929966043081533e-06,0.014340800100262497,0.5,0.15372517456988796,0.0,0.005724383384691747,0.15372517456988796,2.4625533969883923e-05,0.008776549370652205,0.5,0.15372517456988796,5.652634774322154e-05,0.0005528288962688928,0.15372517456988796,9.130532855758199e-06,0.01596248295248458,0.15372517456988796,0.0018058660520802229,0.5136905292616825,0.15372517456988796,0.0011422252411550104,0.4326475395178757,0.15372517456988796,0.0019796172534156755,0.3110042612360243,0.15372517456988796,0.0007760220338746108,0.06545736718505718,0.15372517456988796,0.0015630315649725261,0.01189707870759085,0.5,0.15372517456988796,0.0009167004040058929,0.015115589814992857,0.0,0.8003651291936348,0.9115057709690586 -4110,0.5,0.15372517456988796,0.022701457124299648,0.3579697514866029,0.15372517456988796,0.004323943590727557,0.4182473442815188,0.15372517456988796,0.01590660466943658,0.17636965740535723,0.15372517456988796,0.01662390103797027,0.22937350573937265,0.15372517456988796,0.02949908388093863,0.17980007780782578,0.15372517456988796,0.040264830040872605,0.04553499367299772,0.15372517456988796,0.04994150106235025,0.13506199217384304,0.15372517456988796,0.04257097674071223,0.012224452013854768,0.5,0.15372517456988796,0.03717485380792046,0.0034423444683596644,0.15372517456988796,0.01575965897497654,0.011147958087924873,0.5,0.15372517456988796,0.04542599611894262,0.0013925962777315169,0.15372517456988796,0.0385360896482492,0.01352061970509057,0.15372517456988796,0.007207558730880208,0.6112055838647263,0.15372517456988796,0.013822011365487528,0.5072282234044138,0.15372517456988796,0.039046858619408584,0.41598630095382294,0.15372517456988796,0.034424826443579574,0.09086929182894174,0.15372517456988796,0.0470423895661336,0.01700640370984424,0.5,0.15372517456988796,0.025470898071146487,0.015900119420444173,0.0,0.809060340992862,0.885655161080711 -4111,0.5,0.15372517456988796,0.06205686367958865,0.47837785617052153,0.15372517456988796,0.009287458374341005,0.4559198755403604,0.15372517456988796,0.0694363890068857,0.2989045126459139,0.15372517456988796,0.044980674932368875,0.29371757208533417,0.15372517456988796,0.04637236188814747,0.23730544917887472,0.15372517456988796,0.08618426432344506,0.07958424673227596,0.15372517456988796,0.11111633981931082,0.2594896935098187,0.15372517456988796,0.11519410162597081,0.029696450083393867,0.5,0.15372517456988796,0.10709727383193211,0.003634353310446019,0.15372517456988796,0.05455509782309606,0.024527560007303984,0.5,0.15372517456988796,0.12355710212062815,0.003187731100809446,0.15372517456988796,0.12116718265453824,0.01315536145197898,0.15372517456988796,0.02011497011479239,0.7003842110205458,0.15372517456988796,0.03151360947642649,0.5801228402782116,0.15372517456988796,0.08200351088173063,0.5070048505048462,0.15372517456988796,0.10137852102439351,0.18867684315922165,0.15372517456988796,0.11153535668908472,0.04722492500653387,0.5,0.15372517456988796,0.08681082685097086,0.01664665260175755,0.0,0.8658930162461064,0.8865498661912538 -4112,0.5,0.15372517456988796,0.11654929375257193,0.5929821855536764,0.15372517456988796,0.052282877358474214,0.6255427598950852,0.15372517456988796,0.14329704741260224,0.44085631908776196,0.15372517456988796,0.09430080353427864,0.3964047634833032,0.15372517456988796,0.08663527506766694,0.36598706555736266,0.15372517456988796,0.10273336320766915,0.10885070308930994,0.15372517456988796,0.12367270490512738,0.395296341840506,0.15372517456988796,0.21962450464241443,0.10617342460806828,0.5,0.15372517456988796,0.2137434456834793,0.030226688448823008,0.15372517456988796,0.14114779025281396,0.02385883445087891,0.5,0.15372517456988796,0.23665351159595188,0.0109129205961247,0.15372517456988796,0.24458994896019054,0.020766215493539592,0.15372517456988796,0.0525865467809101,0.7476929730488234,0.15372517456988796,0.08202683457150645,0.6320215675830823,0.15372517456988796,0.11695993260166318,0.6409307425834964,0.15372517456988796,0.2068755735791225,0.2878690147483741,0.15372517456988796,0.1869204562639934,0.08714907337291608,0.5,0.15372517456988796,0.1883801215361872,0.012581149620769132,0.0,0.8588217999805988,0.9145145950831793 -4113,0.5,0.15372517456988796,0.17565044591286735,0.6967961626210291,0.15372517456988796,0.0723938126733867,0.7839804574037176,0.15372517456988796,0.23527945449498078,0.5136581875110167,0.15372517456988796,0.14265863760566036,0.4661871661666882,0.15372517456988796,0.1768111612174847,0.5184137703529936,0.15372517456988796,0.22460952724929442,0.2267553150660862,0.15372517456988796,0.12000275928970669,0.4320165462665522,0.15372517456988796,0.2914356464808076,0.16907828889181964,0.5,0.15372517456988796,0.33266416393527976,0.08033936113431366,0.15372517456988796,0.2547111809665914,0.026118572852214604,0.5,0.15372517456988796,0.3605044538452631,0.036846320624419636,0.15372517456988796,0.3770963531504228,0.027682627603627906,0.15372517456988796,0.10554465471351485,0.7821475858218263,0.15372517456988796,0.1602102838335927,0.6873790111747368,0.15372517456988796,0.14970375477261327,0.7228740724928336,0.15372517456988796,0.313143626859641,0.3630590082607195,0.15372517456988796,0.26279805269101836,0.12189037670758872,0.5,0.15372517456988796,0.29279615262684505,0.026349593006879377,0.0,0.9128252946065196,0.9606083586312555 -4114,0.5,0.15372517456988796,0.27507451016465506,0.7797065405825365,0.15372517456988796,0.1263346804075277,0.8301333410968964,0.15372517456988796,0.34000284536865677,0.6178859298728133,0.15372517456988796,0.2970594996177985,0.6034124757376504,0.15372517456988796,0.270973254558371,0.6218241101356246,0.15372517456988796,0.3661763987977322,0.2704393302934667,0.15372517456988796,0.17717386425487067,0.4328574365810095,0.15372517456988796,0.3736741887719602,0.19556298670783584,0.5,0.15372517456988796,0.43356570970047725,0.11708572049430634,0.15372517456988796,0.4023113804693079,0.03146942308558347,0.5,0.15372517456988796,0.45543146102337284,0.056642879292281775,0.15372517456988796,0.5055686210410353,0.04003461189319262,0.15372517456988796,0.1384198052663881,0.81326175288039,0.15372517456988796,0.2445513106181085,0.7481408531217919,0.15372517456988796,0.16803185610594373,0.7643975134436626,0.15372517456988796,0.35797979728093765,0.4133688292284342,0.15372517456988796,0.3331724492192989,0.14543538682209767,0.5,0.15372517456988796,0.36432901747571933,0.037357400224647015,0.0,0.9824302896154204,0.9844765020612467 -4115,0.5,0.15372517456988796,0.23747755540625715,0.8440174054205141,0.15372517456988796,0.22275271133987412,0.8876891212125639,0.15372517456988796,0.3391897547811321,0.700030583997213,0.15372517456988796,0.3116226608973104,0.6748819632317588,0.15372517456988796,0.33885933443530974,0.7095541353403577,0.15372517456988796,0.45295080497974416,0.3548149650723902,0.15372517456988796,0.27946453991318176,0.5133932113920904,0.15372517456988796,0.45264927194423,0.2235121849853957,0.5,0.15372517456988796,0.5296321440868934,0.15429599235565228,0.15372517456988796,0.5504247215156987,0.034573020999512004,0.5,0.15372517456988796,0.546574748712842,0.08123744924655064,0.15372517456988796,0.5991431373098948,0.05729966830645048,0.15372517456988796,0.1692253127483177,0.869091762731695,0.15372517456988796,0.26482047444971,0.8138632597250253,0.15372517456988796,0.19223395783957758,0.7930899651636096,0.15372517456988796,0.4042817527691437,0.452586153003741,0.15372517456988796,0.42116488562334475,0.18797960777364253,0.5,0.15372517456988796,0.3335193198419544,0.03291887194645274,0.0,0.991765047334811,0.9880407466253901 -4116,0.5,0.15372517456988796,0.2118169907715623,0.8779633201913731,0.15372517456988796,0.22672267055241718,0.9483827133228327,0.15372517456988796,0.3570701086872132,0.7294336374225541,0.15372517456988796,0.3601604167061054,0.7664151325881952,0.15372517456988796,0.3373711169963293,0.7387546947156252,0.15372517456988796,0.40080118590894187,0.3486283273163139,0.15372517456988796,0.344192177287668,0.5061136566366071,0.15372517456988796,0.5262888565013707,0.2472651318542386,0.5,0.15372517456988796,0.5985039477265519,0.17831141830423292,0.15372517456988796,0.6281729243095424,0.04197111251527335,0.5,0.15372517456988796,0.6018247990913992,0.1208281243629664,0.15372517456988796,0.6602181858110628,0.07242358583054036,0.15372517456988796,0.204311064032016,0.9251671378067947,0.15372517456988796,0.27305605757172846,0.8540656160502276,0.15372517456988796,0.2845371233935814,0.8143516941522974,0.15372517456988796,0.43608673148128463,0.5008186351396278,0.15372517456988796,0.45645513552659067,0.21245355341921685,0.5,0.15372517456988796,0.439222717797911,0.032872724040565335,0.0,0.9939182939383095,0.9889424396290659 -4117,0.5,0.15372517456988796,0.16990745645625147,0.8765407680015308,0.15372517456988796,0.19223238658507547,0.9415898175651266,0.15372517456988796,0.38511945563807043,0.7332454426233392,0.15372517456988796,0.2885868110882815,0.7552677568927092,0.15372517456988796,0.32260457919294155,0.7774744510223436,0.15372517456988796,0.37540856465973405,0.3466100872803768,0.15372517456988796,0.3842657177238184,0.5496833360208087,0.15372517456988796,0.45208396928095707,0.22491888863543588,0.5,0.15372517456988796,0.6169038421722601,0.1870029567847901,0.15372517456988796,0.6728928314541247,0.05456800777770896,0.5,0.15372517456988796,0.6355946795523221,0.15159068733139516,0.15372517456988796,0.6967612050494105,0.09040678829289173,0.15372517456988796,0.19668400642640313,0.9568356736460853,0.15372517456988796,0.39542719843697266,0.9235861536184273,0.15372517456988796,0.31694680942522085,0.8014316908197523,0.15372517456988796,0.39845313885424627,0.4654563795543635,0.15372517456988796,0.46799823597646084,0.22446212672818464,0.5,0.15372517456988796,0.5104490351228416,0.03355962171912656,0.0,0.986358458628428,0.9956134561032975 -4118,0.5,0.15372517456988796,0.19566584972658232,0.8752255140117486,0.15372517456988796,0.46907350264048076,1.0201434029559824,0.15372517456988796,0.30798607635012537,0.6960127698962463,0.15372517456988796,0.21679073806542698,0.726813856975509,0.15372517456988796,0.36618746075190517,0.8062611877640641,0.15372517456988796,0.41339625651600476,0.3434778664657252,0.15372517456988796,0.291954442806184,0.5599494248545174,0.15372517456988796,0.37294525702642084,0.19727115168209725,0.5,0.15372517456988796,0.5994943066126504,0.19043730814800808,0.15372517456988796,0.6773248040304047,0.06726107255500069,0.5,0.15372517456988796,0.6350052166984604,0.17396037070836615,0.15372517456988796,0.6867827789282452,0.09354601913074678,0.15372517456988796,0.19417755290178604,0.9668556939825494,0.15372517456988796,0.43815169203728616,0.9553639162547614,0.15372517456988796,0.3323867197313728,0.8072183360368984,0.15372517456988796,0.41961645770710654,0.4304030693971202,0.15372517456988796,0.4387838937514823,0.23751385767306044,0.5,0.15372517456988796,0.5177940857084519,0.03242948295471379,0.0,0.9665922104415834,0.9673774833400032 -4119,0.5,0.15372517456988796,0.2200468704909042,0.867035129614181,0.15372517456988796,0.26345130355516366,1.0134409364144383,0.15372517456988796,0.3596388951297291,0.648751963873374,0.15372517456988796,0.23968568732504247,0.6964478711003145,0.15372517456988796,0.344785962036403,0.8150197293399075,0.15372517456988796,0.4223872810594068,0.37378715434761156,0.15372517456988796,0.27260075911010495,0.4855541849886198,0.15372517456988796,0.33431853907739517,0.1708311802698105,0.5,0.15372517456988796,0.5056407304912386,0.18236971303111194,0.15372517456988796,0.6259159372347847,0.06553409410562672,0.5,0.15372517456988796,0.5943531839189169,0.1960397369395375,0.15372517456988796,0.6277212393718337,0.08946546401653464,0.15372517456988796,0.1526494770402072,0.9607925739570733,0.15372517456988796,0.35943636692887926,0.9451197743964164,0.15372517456988796,0.3011579886172207,0.8055751489934304,0.15372517456988796,0.43385263485622805,0.4197292172809056,0.15372517456988796,0.394700041127302,0.240633311304004,0.5,0.15372517456988796,0.49614003949523855,0.03202915245526664,0.0,0.9793110268804088,0.9590756376142016 -4120,0.5,0.15372517456988796,0.17932051126177326,0.8704593897587194,0.15372517456988796,0.28947892087293187,1.015583543717158,0.15372517456988796,0.37107572036108066,0.6181436432128842,0.15372517456988796,0.21665850174334575,0.6283482642626593,0.15372517456988796,0.19124664495757712,0.7756663646879295,0.15372517456988796,0.334072668606178,0.4084337622795602,0.15372517456988796,0.3226684028060911,0.4846619234838097,0.15372517456988796,0.31801634706846665,0.14299492358354388,0.5,0.15372517456988796,0.44077340291658046,0.17752871952373792,0.15372517456988796,0.5230892804186872,0.05466250650045354,0.5,0.15372517456988796,0.4616474242265912,0.23789441748714935,0.15372517456988796,0.5229225564491434,0.09347268668154583,0.15372517456988796,0.09934277894218796,0.9457619095062174,0.15372517456988796,0.26261060805370706,0.927880707186812,0.15372517456988796,0.22837541732413374,0.8229488894061593,0.15372517456988796,0.36784296752561096,0.3843465808755758,0.15372517456988796,0.3343869460365657,0.23064330947816325,0.5,0.15372517456988796,0.42700605364660227,0.03542172229944738,0.0,0.9751848099324747,0.9597411969942035 -4121,0.5,0.15372517456988796,0.1233178966087114,0.85227765366691,0.15372517456988796,0.10899324115087669,0.9747989834575108,0.15372517456988796,0.26427977650568624,0.5756992886371753,0.15372517456988796,0.18951817650970837,0.5776461883172399,0.15372517456988796,0.11858626394833198,0.682754638840156,0.15372517456988796,0.1896144245346943,0.3716840873706171,0.15372517456988796,0.2198703962212195,0.5166485847597526,0.15372517456988796,0.265949594015797,0.11497116906277921,0.5,0.15372517456988796,0.3440887122583985,0.1764422858940359,0.15372517456988796,0.3879245863575026,0.03883478807888259,0.5,0.15372517456988796,0.33824467115789114,0.1909881329081396,0.15372517456988796,0.39004456066227233,0.1027608689326277,0.15372517456988796,0.08117575890213206,0.9301564189974068,0.15372517456988796,0.17600521179726078,0.8755439899732229,0.15372517456988796,0.13436234806427524,0.7830019453083216,0.15372517456988796,0.2344169029097229,0.3591458542154655,0.15372517456988796,0.26591700803834384,0.21607155356751054,0.5,0.15372517456988796,0.3122841172450709,0.04033522413245156,0.0,0.9908103819025709,0.9733752842703625 -4122,0.5,0.15372517456988796,0.06561886186173282,0.8025751070984508,0.15372517456988796,0.050260413419655224,0.9229674847179598,0.15372517456988796,0.17457376396820598,0.580070821555907,0.15372517456988796,0.1420974794008506,0.5218952891854879,0.15372517456988796,0.08913008821689979,0.5826190692424111,0.15372517456988796,0.11129438221295565,0.30054667941474894,0.15372517456988796,0.06666189682734788,0.4489772445366122,0.15372517456988796,0.18888389189015628,0.10652655807538944,0.5,0.15372517456988796,0.2386470296310565,0.16965759280737466,0.15372517456988796,0.2523037239793413,0.027115481091356624,0.5,0.15372517456988796,0.25323085406722284,0.1660748965005972,0.15372517456988796,0.25659171199578057,0.11962466700487326,0.15372517456988796,0.049220227663709204,0.9294587745029159,0.15372517456988796,0.14102479258719455,0.818815532097692,0.15372517456988796,0.06888079394194477,0.740122525976627,0.15372517456988796,0.18615674019826212,0.3422030486367643,0.15372517456988796,0.1706874674427407,0.1969015313725296,0.5,0.15372517456988796,0.20383151040867692,0.043630128871436843,0.0,0.9938342498960415,0.977678637341312 -4123,0.5,0.15372517456988796,0.03018736608500128,0.809227189523247,0.15372517456988796,0.024369441236938145,0.8549443866845335,0.15372517456988796,0.0733240493499415,0.5311806827598528,0.15372517456988796,0.06533839338629147,0.4526775613603982,0.15372517456988796,0.0631562146548174,0.5214496995254558,0.15372517456988796,0.06847585574788936,0.2491887424744174,0.15372517456988796,0.021958739245935846,0.32484817679540984,0.15372517456988796,0.10288226040449264,0.07086146029750011,0.5,0.15372517456988796,0.13181724647560214,0.12249713876414464,0.15372517456988796,0.12111547131533393,0.013643764766499292,0.5,0.15372517456988796,0.13535646516195365,0.10794608872035426,0.15372517456988796,0.12811323087086215,0.1162892475607997,0.15372517456988796,0.03974784307731066,0.909262611179667,0.15372517456988796,0.08231656684985585,0.7728301677032061,0.15372517456988796,0.037219017373323234,0.6481537659626954,0.15372517456988796,0.08930823389863245,0.2876689568508452,0.15372517456988796,0.08452520484936323,0.16077777017233366,0.5,0.15372517456988796,0.08808716759612044,0.030301262756484988,0.0,0.9964328660605661,0.9947951871292763 -4124,0.5,0.15372517456988796,0.0063728344950424835,0.8091374927129946,0.15372517456988796,0.008189808639041216,0.7533838588625927,0.15372517456988796,0.01733247865110637,0.44519371055029233,0.15372517456988796,0.007682921325600102,0.3679403828898345,0.15372517456988796,0.03769698149339579,0.36386338140728214,0.15372517456988796,0.03648809837685458,0.15368644278234345,0.15372517456988796,0.00716539536907552,0.21201895891333067,0.15372517456988796,0.030729082355863753,0.035263305336336793,0.5,0.15372517456988796,0.03613501731741772,0.04113952901221296,0.15372517456988796,0.013357912321228207,0.014974504950297398,0.5,0.15372517456988796,0.02799479065919641,0.0422894028486315,0.15372517456988796,0.025467431902810426,0.0904539119490093,0.15372517456988796,0.018434058233030237,0.8378155375913537,0.15372517456988796,0.02986294285528818,0.666250061920805,0.15372517456988796,0.014154782037270159,0.5600376083329806,0.15372517456988796,0.02127520872227569,0.20963568815344935,0.15372517456988796,0.017353233652456345,0.08601317084510099,0.5,0.15372517456988796,0.0,0.057192463895999746,0.0,0.98769885950702,0.9753345815471226 -4125,0.5,0.15372517456988796,8.086851638468617e-07,0.7809902104737035,0.15372517456988796,0.00011592079524971612,0.6895911139011227,0.15372517456988796,0.0,0.3906438343917544,0.15372517456988796,0.0,0.3881787119655561,0.15372517456988796,0.0,0.2165995033758448,0.15372517456988796,2.078114196233584e-06,0.12194314858381614,0.15372517456988796,2.8049839667440785e-06,0.11206753437094401,0.15372517456988796,0.0,0.03629120534965596,0.5,0.15372517456988796,0.0,0.027712549116486664,0.15372517456988796,0.0,0.02152196645489122,0.5,0.15372517456988796,0.0,0.02735465568142172,0.15372517456988796,0.0,0.08104683763534387,0.15372517456988796,0.0,0.7574860764402291,0.15372517456988796,2.0903235259423118e-05,0.5272470640836779,0.15372517456988796,0.0,0.40214228766055143,0.15372517456988796,0.0,0.1552747510606291,0.15372517456988796,0.0,0.043208828329369814,0.5,0.15372517456988796,0.0,0.07129947687207516,0.0,0.9736696384461749,0.9619537548566899 -4126,0.5,0.15372517456988796,0.0,0.7417022728019721,0.15372517456988796,0.0,0.4902187492987206,0.15372517456988796,0.0,0.34720840643835127,0.15372517456988796,0.0,0.4830244583361202,0.15372517456988796,0.0,0.1726923161129498,0.15372517456988796,0.0,0.09663272622178981,0.15372517456988796,0.0,0.08360568551044727,0.15372517456988796,0.0,0.03406698235993856,0.5,0.15372517456988796,0.0,0.014971904891239493,0.15372517456988796,0.0,0.016426125996193298,0.5,0.15372517456988796,0.0,0.012282557863898544,0.15372517456988796,0.0,0.055305160615213324,0.15372517456988796,0.0,0.6766037931731255,0.15372517456988796,0.0,0.4344352306920176,0.15372517456988796,0.0,0.2757860093822503,0.15372517456988796,0.0,0.08893973391116289,0.15372517456988796,0.0,0.024690260123606658,0.5,0.15372517456988796,0.0,0.03489211760086244,0.0,0.954554462726023,0.9475859336015928 -4127,0.5,0.15372517456988796,0.0,0.6714729856421987,0.15372517456988796,0.0,0.3427727850507113,0.15372517456988796,0.0,0.3038597287393742,0.15372517456988796,0.0,0.4538375833404064,0.15372517456988796,0.0,0.17907103634869587,0.15372517456988796,0.0,0.07234749466038232,0.15372517456988796,0.0,0.10498265794475663,0.15372517456988796,0.0,0.03344059759469019,0.5,0.15372517456988796,0.0,0.00808590253632848,0.15372517456988796,0.0,0.010639460740473708,0.5,0.15372517456988796,0.0,0.007718352284870972,0.15372517456988796,0.0,0.03340036774738168,0.15372517456988796,0.0,0.6064843036964587,0.15372517456988796,0.0,0.4288576586295465,0.15372517456988796,0.0,0.2535125617947477,0.15372517456988796,0.0,0.05277435467527551,0.15372517456988796,0.0,0.020010923796195304,0.5,0.15372517456988796,0.0,0.02453180363332397,0.0,0.9198761784339712,0.9245941888000441 -4128,0.5,0.15372517456988796,0.0,0.6022686120862509,0.15372517456988796,0.0,0.29509777697033845,0.15372517456988796,0.0,0.22539455178607323,0.15372517456988796,0.0,0.4259959361688037,0.15372517456988796,0.0,0.1841722106057676,0.15372517456988796,0.0,0.05780361706918265,0.15372517456988796,0.0,0.10595177945399611,0.15372517456988796,0.0,0.025715679514341953,0.5,0.15372517456988796,0.0,0.006048306010399029,0.15372517456988796,0.0,0.012146566258504667,0.5,0.15372517456988796,0.0,0.005374320593813893,0.15372517456988796,0.0,0.02073915642931724,0.15372517456988796,0.0,0.5826084179303729,0.15372517456988796,0.0,0.39486557739778166,0.15372517456988796,0.0,0.28239433453973134,0.15372517456988796,0.0,0.03471796962566704,0.15372517456988796,0.0,0.021799509068898403,0.5,0.15372517456988796,0.0,0.01515023721465568,0.0,0.8911761411974494,0.9108826469508903 -4129,0.5,0.15372517456988796,0.0,0.5877603689293535,0.15372517456988796,0.0,0.27094409305498424,0.15372517456988796,0.0,0.1583291350126362,0.15372517456988796,0.0,0.3730617372973576,0.15372517456988796,0.0,0.17176154377401723,0.15372517456988796,0.0,0.050983550663389735,0.15372517456988796,0.0,0.08541920681535498,0.15372517456988796,0.0,0.01548302274384623,0.5,0.15372517456988796,0.0,0.006327394885679822,0.15372517456988796,0.0,0.013222237056351276,0.5,0.15372517456988796,0.0,0.003633625171067589,0.15372517456988796,0.0,0.014394817479168778,0.15372517456988796,0.0,0.575690412697683,0.15372517456988796,0.0,0.3614662473127659,0.15372517456988796,0.0,0.3270565047647951,0.15372517456988796,0.0,0.04300021040528024,0.15372517456988796,0.0,0.02177804416198003,0.5,0.15372517456988796,0.0,0.009857392412428032,0.0,0.8867910813074056,0.9106918690154736 -4130,0.5,0.15372517456988796,0.0,0.5535636728813252,0.15372517456988796,0.0,0.2728743732751164,0.15372517456988796,0.0,0.15810609386577376,0.15372517456988796,0.0,0.3149055826066497,0.15372517456988796,0.0,0.16228273353479666,0.15372517456988796,0.0,0.05147441535652659,0.15372517456988796,0.0,0.07755272023427917,0.15372517456988796,0.0,0.010352948665617128,0.5,0.15372517456988796,0.0,0.007538011622201701,0.15372517456988796,0.0,0.009312338570382193,0.5,0.15372517456988796,0.0,0.0020753071842332968,0.15372517456988796,0.0,0.010290420331503632,0.15372517456988796,0.0,0.5926112505486779,0.15372517456988796,0.0,0.34045623638646577,0.15372517456988796,0.0,0.35726099557019997,0.15372517456988796,0.0,0.03889548251908908,0.15372517456988796,0.0,0.012165082838011945,0.5,0.15372517456988796,0.0,0.006911699179632525,0.0,0.8897125866773415,0.8885271213245247 -4131,0.5,0.15372517456988796,0.0,0.5399584712396605,0.15372517456988796,0.0,0.3174190217833508,0.15372517456988796,0.0,0.19348217390863087,0.15372517456988796,0.0,0.3155779601441514,0.15372517456988796,0.0,0.15075537265725555,0.15372517456988796,0.0,0.053778592425753356,0.15372517456988796,0.0,0.07755150407962533,0.15372517456988796,0.0,0.008960917096142931,0.5,0.15372517456988796,0.0,0.009531884528172458,0.15372517456988796,0.0,0.00807926773519455,0.5,0.15372517456988796,0.0,0.0009524681763153943,0.15372517456988796,0.0,0.00790112585931444,0.15372517456988796,0.0,0.6301059213592612,0.15372517456988796,0.0,0.33977927114090967,0.15372517456988796,0.0,0.36071741489517223,0.15372517456988796,0.0,0.033716820667482966,0.15372517456988796,0.0,0.0047468883796555564,0.5,0.15372517456988796,0.0,0.00555522681570636,0.0,0.902530984896778,0.8806568998646096 -4132,0.5,0.15372517456988796,0.0,0.527414555535809,0.15372517456988796,0.0,0.4836470797114724,0.15372517456988796,0.0,0.22252771762888884,0.15372517456988796,0.0,0.3401660076473778,0.15372517456988796,0.0,0.13455574975447845,0.15372517456988796,0.0,0.05457744641874397,0.15372517456988796,0.0,0.08702639582245951,0.15372517456988796,0.0,0.008332178171866628,0.5,0.15372517456988796,0.0,0.01215471582938334,0.15372517456988796,0.0,0.007819480781524828,0.5,0.15372517456988796,0.0,0.0005292113143020274,0.15372517456988796,0.0,0.0071255419444659586,0.15372517456988796,0.0,0.6766171973211788,0.15372517456988796,0.0,0.3606020805158501,0.15372517456988796,0.0,0.3509637438480296,0.15372517456988796,0.0,0.029723499842933883,0.15372517456988796,0.0,0.002771318055428976,0.5,0.15372517456988796,0.0,0.005113919813176515,0.0,0.9256552174836132,0.877931021093144 -4133,0.5,0.15372517456988796,0.0017542883504740655,0.546431143432676,0.15372517456988796,0.00023572090966930955,0.354986317444583,0.15372517456988796,0.00211136260935995,0.24727235488577137,0.15372517456988796,0.0018679357912929331,0.3722932686446303,0.15372517456988796,0.0013377870311219223,0.11461793236009903,0.15372517456988796,9.864152452066371e-05,0.05272268108974021,0.15372517456988796,0.0005608934780229603,0.1028505771203279,0.15372517456988796,4.11002365013243e-06,0.007650234619325517,0.5,0.15372517456988796,0.0,0.01684560611468379,0.15372517456988796,0.00012074799427424566,0.007973644826317875,0.5,0.15372517456988796,4.686747993893068e-05,0.00024674146429949845,0.15372517456988796,1.3448492519758722e-05,0.007045036347986245,0.15372517456988796,0.0022088421449796155,0.7379245038367925,0.15372517456988796,0.0006580477425030604,0.37320690898903897,0.15372517456988796,0.0014321575882710093,0.36083220048129006,0.15372517456988796,0.0013304179669066391,0.03372529273940245,0.15372517456988796,0.0015503071044622302,0.0031724164602216615,0.5,0.15372517456988796,0.0019191999409898255,0.0040206015913725355,0.0,0.930186868202025,0.8752737837255494 -4134,0.5,0.15372517456988796,0.014186722171217834,0.5646056950523519,0.15372517456988796,0.0024842177066667793,0.3270371531542969,0.15372517456988796,0.03131506736141911,0.27991114944294426,0.15372517456988796,0.016606485524289314,0.3910769487401665,0.15372517456988796,0.03769272401249276,0.11446950997475104,0.15372517456988796,0.03549355360860923,0.05075414448612795,0.15372517456988796,0.025211377083813585,0.15028159874750535,0.15372517456988796,0.04446944563142405,0.005885721965481266,0.5,0.15372517456988796,0.042769599218344674,0.014903623580839118,0.15372517456988796,0.051048419912221414,0.004416193820275394,0.5,0.15372517456988796,0.0469018738445717,0.0003899895152162277,0.15372517456988796,0.04532303023678847,0.0049865327029990575,0.15372517456988796,0.030955953770381114,0.7855540656669477,0.15372517456988796,0.005742485825935421,0.39577858810370986,0.15372517456988796,0.020255088424454212,0.3702363846027065,0.15372517456988796,0.04808904077671419,0.05284094936417482,0.15372517456988796,0.05452092118890908,0.0029435565731176327,0.5,0.15372517456988796,0.057419852669448476,0.002381769645877404,0.0,0.9111029132486976,0.8613695784038188 -4135,0.5,0.15372517456988796,0.03441655936708042,0.5688514800121498,0.15372517456988796,0.01750546371556296,0.4351177602075199,0.15372517456988796,0.08261158111100961,0.3460807509840451,0.15372517456988796,0.04399860991723635,0.4570645475595302,0.15372517456988796,0.08880305636459694,0.17183518048782986,0.15372517456988796,0.09566608815509559,0.07401831035669271,0.15372517456988796,0.07002989636167223,0.20983004461914984,0.15372517456988796,0.1158166611014138,0.008162659276560427,0.5,0.15372517456988796,0.1174435255250014,0.015349327135130944,0.15372517456988796,0.13463711310435167,0.003473775038386326,0.5,0.15372517456988796,0.12498821204505253,0.0006646963562289845,0.15372517456988796,0.12507249307636742,0.0034475090767095602,0.15372517456988796,0.0681594664919701,0.8334280322367003,0.15372517456988796,0.012836846010713268,0.4265617199869106,0.15372517456988796,0.04478243068652543,0.37246974794296084,0.15372517456988796,0.11515156990156902,0.09014895236095072,0.15372517456988796,0.13827187381101022,0.016727527134593342,0.5,0.15372517456988796,0.14285921545297003,0.004063207982244604,0.0,0.864004443803308,0.8449964417738963 -4136,0.5,0.15372517456988796,0.0720159649627622,0.6110698474504791,0.15372517456988796,0.09296517644716709,0.7321741804034836,0.15372517456988796,0.1602493726886744,0.4508229061321298,0.15372517456988796,0.08171698524992962,0.5641600231822094,0.15372517456988796,0.14448335319422612,0.2871004684522816,0.15372517456988796,0.17339838007283528,0.0987767061630816,0.15372517456988796,0.1364602977544717,0.2349713393587436,0.15372517456988796,0.22075893692061482,0.035021884155946544,0.5,0.15372517456988796,0.23580662141444356,0.05789745373588068,0.15372517456988796,0.2582870109166629,0.015873213689214752,0.5,0.15372517456988796,0.24482530100160826,0.006486883544968431,0.15372517456988796,0.2466516418597076,0.011789956697132321,0.15372517456988796,0.10131031742164291,0.8259059269563892,0.15372517456988796,0.029663254641004798,0.4793431257530577,0.15372517456988796,0.0758009728567049,0.3897757713611226,0.15372517456988796,0.20577736420844173,0.14797470293409853,0.15372517456988796,0.25428853866225615,0.06519299262152196,0.5,0.15372517456988796,0.26671461020896026,0.009859172649623422,0.0,0.8083983963767342,0.8103461159059007 -4137,0.5,0.15372517456988796,0.13267839370015083,0.7332840948687585,0.15372517456988796,0.26063391312764767,0.8965664506980937,0.15372517456988796,0.25276581124315434,0.6225164392065372,0.15372517456988796,0.17018265447078043,0.6606881309349943,0.15372517456988796,0.1281967924796061,0.38304070457666756,0.15372517456988796,0.270445674265628,0.14446665209785708,0.15372517456988796,0.22528432057166398,0.32373732353130147,0.15372517456988796,0.3283443233210816,0.08185817852867573,0.5,0.15372517456988796,0.3668500837068773,0.12648158084022743,0.15372517456988796,0.39696763670969815,0.04088704370847686,0.5,0.15372517456988796,0.3764775858056751,0.02824250931053033,0.15372517456988796,0.38233261581049105,0.025766568918561508,0.15372517456988796,0.1287630146514197,0.7918882246967611,0.15372517456988796,0.05960805215339997,0.5301559772147164,0.15372517456988796,0.11478215657020699,0.4774552166988535,0.15372517456988796,0.28709833889014114,0.2439393009395368,0.15372517456988796,0.3731262204054183,0.10189415460667696,0.5,0.15372517456988796,0.40717392787593154,0.014548672733748044,0.0,0.7173570838858578,0.6867422467097216 -4138,0.5,0.15372517456988796,0.18565094356549675,0.7933753198299487,0.15372517456988796,0.31240041258316253,0.9249065282888678,0.15372517456988796,0.327081391145959,0.6951257386031306,0.15372517456988796,0.2747611188761886,0.7311592273682386,0.15372517456988796,0.14679187042928268,0.38416650535446745,0.15372517456988796,0.2834732802236456,0.15452644942603166,0.15372517456988796,0.28313917939657357,0.39246619205636846,0.15372517456988796,0.425757841947973,0.10893467615828484,0.5,0.15372517456988796,0.5042629960937779,0.14780820223394286,0.15372517456988796,0.5351855027496418,0.05058968520890713,0.5,0.15372517456988796,0.5007842690274459,0.04953749265480796,0.15372517456988796,0.5184401082249251,0.03847187751268513,0.15372517456988796,0.14489223659546074,0.7717967340622194,0.15372517456988796,0.11343219980555888,0.5858790826146545,0.15372517456988796,0.17042029649918453,0.6097238886593337,0.15372517456988796,0.3681926440381071,0.2965141075276467,0.15372517456988796,0.4913622421063814,0.12269259530499221,0.5,0.15372517456988796,0.5328444759203081,0.020171138524591552,0.0,0.5845085019140819,0.7852197914940408 -4139,0.5,0.15372517456988796,0.22165601171098792,0.8132354914566173,0.15372517456988796,0.19444918760604585,0.8636769682894764,0.15372517456988796,0.29471046784742827,0.6666196057636825,0.15372517456988796,0.2957790747025051,0.7502114880232656,0.15372517456988796,0.08708542991069504,0.3346503664553383,0.15372517456988796,0.3096314589102448,0.17908839508497398,0.15372517456988796,0.304878270110286,0.4573551910870346,0.15372517456988796,0.5357208314661082,0.09754402953456848,0.5,0.15372517456988796,0.6064005993204635,0.14049869634103418,0.15372517456988796,0.6409566933588337,0.0493305432003289,0.5,0.15372517456988796,0.5928514436680281,0.0669552943954619,0.15372517456988796,0.6275158450709875,0.051614638893293756,0.15372517456988796,0.14977764551613731,0.7419934038355028,0.15372517456988796,0.12335309301004362,0.5743766700592031,0.15372517456988796,0.18129211427688546,0.6852264955419927,0.15372517456988796,0.4581969611375962,0.349258005646971,0.15372517456988796,0.5789597317514541,0.13693785003412437,0.5,0.15372517456988796,0.6259185622264004,0.03523481598620454,0.0,0.5756878922979961,0.6616034082906269 -4140,0.5,0.15372517456988796,0.2577644463668949,0.8111084534328479,0.15372517456988796,0.2323127703612517,0.8633635334611837,0.15372517456988796,0.2648486853163839,0.5684722218233542,0.15372517456988796,0.24102898013730012,0.7393033344604591,0.15372517456988796,0.12362028020062257,0.3525139580456431,0.15372517456988796,0.33253716686741674,0.18792887286006216,0.15372517456988796,0.24713609325501973,0.4111008250544329,0.15372517456988796,0.6195315163015298,0.10538763873829088,0.5,0.15372517456988796,0.6706635298611643,0.1321056739620438,0.15372517456988796,0.7058138573130964,0.047600462203006046,0.5,0.15372517456988796,0.6604217770167268,0.07342934895977897,0.15372517456988796,0.6949216983564056,0.07097193656475073,0.15372517456988796,0.16561751933893426,0.7437049227132118,0.15372517456988796,0.15224742829424207,0.5726486737156413,0.15372517456988796,0.17369692240013768,0.6963126878087588,0.15372517456988796,0.3973688469172316,0.3454434790498752,0.15372517456988796,0.6280283999433591,0.1689624553791997,0.5,0.15372517456988796,0.6767524832119042,0.05328954806880333,0.0,0.6038797517497071,0.5578630626525412 -4141,0.5,0.15372517456988796,0.2324671300999171,0.7871930071404912,0.15372517456988796,0.37151775525580844,0.886787109457215,0.15372517456988796,0.30156750335248295,0.6004604787044786,0.15372517456988796,0.2070480125454454,0.7258710851109865,0.15372517456988796,0.19035179555464493,0.33451340344231606,0.15372517456988796,0.3244017609256363,0.18056763853356117,0.15372517456988796,0.21666670163956359,0.32673890803657163,0.15372517456988796,0.6242155965866412,0.1404791553733863,0.5,0.15372517456988796,0.7007532830318286,0.13066109284862157,0.15372517456988796,0.7269105835262203,0.05100537922417177,0.5,0.15372517456988796,0.6974421454863986,0.08821487181490227,0.15372517456988796,0.7169508317950161,0.08087292313354917,0.15372517456988796,0.19253075810000284,0.760922249669149,0.15372517456988796,0.23546626655915273,0.6381474721646339,0.15372517456988796,0.1660989217078731,0.6609090644715793,0.15372517456988796,0.40173892509896125,0.3391023664968486,0.15372517456988796,0.6541389746872112,0.20110632281586222,0.5,0.15372517456988796,0.7015427894407261,0.06495368269514222,0.0,0.6273101878083492,0.649478299241157 -4142,0.5,0.15372517456988796,0.2537319258385578,0.7819690901459969,0.15372517456988796,0.4544434522084385,0.8915476172686481,0.15372517456988796,0.22627641422026243,0.5759777823144354,0.15372517456988796,0.23291493798681268,0.6954979532896782,0.15372517456988796,0.3273493505077819,0.3402801670679012,0.15372517456988796,0.3396655433699322,0.16402355187724404,0.15372517456988796,0.32118485362755994,0.3711776220529046,0.15372517456988796,0.5589960239480221,0.2048749814045283,0.5,0.15372517456988796,0.6931999747417561,0.13788940868613758,0.15372517456988796,0.7064682250208443,0.046404094703672766,0.5,0.15372517456988796,0.6981288485241626,0.0943943687575848,0.15372517456988796,0.702798007078345,0.09974238611263442,0.15372517456988796,0.1998852197155507,0.7795773315152763,0.15372517456988796,0.3146817170263648,0.6704914728162212,0.15372517456988796,0.19426388760952107,0.6504285527391733,0.15372517456988796,0.3774778010427081,0.3472188630995784,0.15372517456988796,0.6414748088255245,0.22680746767804624,0.5,0.15372517456988796,0.6832633668125924,0.07714535379195649,0.0,0.6431661344927376,0.6089552112934558 -4143,0.5,0.15372517456988796,0.23534265004281887,0.7410798471308156,0.15372517456988796,0.40514408802758195,0.8932528100924649,0.15372517456988796,0.2640701614979176,0.5191031410535919,0.15372517456988796,0.15158172604713718,0.6373650420690211,0.15372517456988796,0.38489601379400473,0.3853033646164028,0.15372517456988796,0.3254269325620821,0.16408513018114512,0.15372517456988796,0.26065940582828256,0.3719150981506265,0.15372517456988796,0.4662448298463958,0.22922352945023547,0.5,0.15372517456988796,0.6378013530188794,0.149433682948923,0.15372517456988796,0.6433434844630193,0.04915662516014003,0.5,0.15372517456988796,0.6454203960250355,0.10158861611448766,0.15372517456988796,0.6452788658134191,0.11764026991001994,0.15372517456988796,0.18849553244611178,0.7960037183990399,0.15372517456988796,0.35331784678929506,0.6994179877628037,0.15372517456988796,0.22172714534264534,0.621558839543659,0.15372517456988796,0.3405671113709883,0.3978656904544581,0.15372517456988796,0.5860885708868977,0.25647726725261755,0.5,0.15372517456988796,0.6178078142846308,0.08802796075257575,0.0,0.8347470409560015,0.4899317866994005 -4144,0.5,0.15372517456988796,0.23330319448035183,0.714456345798052,0.15372517456988796,0.18554931398819394,0.8569652550202996,0.15372517456988796,0.2955654660394863,0.547878900373003,0.15372517456988796,0.11935000402635956,0.5200988402799331,0.15372517456988796,0.3911648151064755,0.49090231979687365,0.15372517456988796,0.3033062628563035,0.19462446245056522,0.15372517456988796,0.17723040306496543,0.272396459153249,0.15372517456988796,0.4092927028777582,0.23866777889279234,0.5,0.15372517456988796,0.5304446499630244,0.15406404864485967,0.15372517456988796,0.531378401650663,0.05558263251566478,0.5,0.15372517456988796,0.5397917184850568,0.11157651324877227,0.15372517456988796,0.537111520296049,0.13623756458073633,0.15372517456988796,0.1970715152050108,0.8020482213467034,0.15372517456988796,0.31782418937194873,0.7258747718126093,0.15372517456988796,0.2005117255875536,0.5843841074344204,0.15372517456988796,0.26486479843228733,0.3748649773097551,0.15372517456988796,0.4763566619284439,0.28279794705177697,0.5,0.15372517456988796,0.5008006974167222,0.0958540539727235,0.0,0.9266831685740317,0.4458266156563493 -4145,0.5,0.15372517456988796,0.16047840884365758,0.6436082400543771,0.15372517456988796,0.08158395374118776,0.8106128276825209,0.15372517456988796,0.1951239008880416,0.4687598603323311,0.15372517456988796,0.1373033746760842,0.452700036007319,0.15372517456988796,0.24681308385281653,0.475356727647174,0.15372517456988796,0.2651225889060571,0.20874692159189728,0.15372517456988796,0.24649341494127197,0.18922667212761146,0.15372517456988796,0.3411936804555933,0.22647024790591916,0.5,0.15372517456988796,0.40401836586709683,0.15107529585617585,0.15372517456988796,0.38961593733853345,0.06395124195830706,0.5,0.15372517456988796,0.40355877347736063,0.10948345855873827,0.15372517456988796,0.40002693688129143,0.14569756383901164,0.15372517456988796,0.20421774368885579,0.7913857089226058,0.15372517456988796,0.27726975804717396,0.6848623651269172,0.15372517456988796,0.17440975116846238,0.5332147911109737,0.15372517456988796,0.24887238023303104,0.33353553045557355,0.15372517456988796,0.34902461495257014,0.2730348866945124,0.5,0.15372517456988796,0.36329548017324026,0.09238045758168947,0.0,0.8983198192179556,0.4297823535138176 -4146,0.5,0.15372517456988796,0.11012789572193078,0.5939728699299972,0.15372517456988796,0.04766704465867788,0.7227246049622661,0.15372517456988796,0.1207191974035889,0.38978576724526287,0.15372517456988796,0.06843102639982754,0.3250628335312157,0.15372517456988796,0.19155828907523303,0.40505539629848675,0.15372517456988796,0.20796939969259723,0.2123137551160253,0.15372517456988796,0.17414282637879738,0.21948123984742626,0.15372517456988796,0.24838995154488436,0.18333651959993646,0.5,0.15372517456988796,0.2706799453735871,0.14056764754580592,0.15372517456988796,0.2520290581524075,0.06735300179978712,0.5,0.15372517456988796,0.26997779187744153,0.10248369483553332,0.15372517456988796,0.26391149282695675,0.13368702018332929,0.15372517456988796,0.20883583429035463,0.7824396846329406,0.15372517456988796,0.2013689075399945,0.5861224982668221,0.15372517456988796,0.14076097962922476,0.5108505600199117,0.15372517456988796,0.18981812731364756,0.22283122869057345,0.15372517456988796,0.2375688400802966,0.23252067963720388,0.5,0.15372517456988796,0.23179083993198002,0.07444482941067856,0.0,0.8406411991302237,0.38959219909020215 -4147,0.5,0.15372517456988796,0.043802808828827006,0.5089102727898792,0.15372517456988796,0.03570613040371292,0.4930720591098768,0.15372517456988796,0.05510846655900467,0.2984450257725471,0.15372517456988796,0.025862834143510306,0.2581912627544595,0.15372517456988796,0.10697478361601459,0.28077246358282226,0.15372517456988796,0.12122534548171375,0.1753940745509192,0.15372517456988796,0.09532762181975205,0.1740081333696051,0.15372517456988796,0.1425164983438355,0.11131711946845402,0.5,0.15372517456988796,0.14302808865856118,0.08215270932784674,0.15372517456988796,0.12124082851550025,0.03941019981508568,0.5,0.15372517456988796,0.1363979588549559,0.06334580696593628,0.15372517456988796,0.13200277878681904,0.08367585316019628,0.15372517456988796,0.1379876501243516,0.6967994572677172,0.15372517456988796,0.133541532847113,0.4395313555061102,0.15372517456988796,0.09085192043500719,0.45117778797265784,0.15372517456988796,0.11861126377125879,0.13907819322913634,0.15372517456988796,0.12200124065405606,0.14458012441526824,0.5,0.15372517456988796,0.09179951774607767,0.02742478775891622,0.0,0.769297833420201,0.34935092314243027 -4148,0.5,0.15372517456988796,0.011479929262595522,0.4126094817956462,0.15372517456988796,0.03809381435448706,0.2860803304874765,0.15372517456988796,0.014324735985288032,0.15795501994486755,0.15372517456988796,0.004535427236087958,0.19721853083199006,0.15372517456988796,0.04149153659435582,0.11307438600012212,0.15372517456988796,0.045903478164299655,0.08348387000565258,0.15372517456988796,0.030684211511997676,0.08083958245301454,0.15372517456988796,0.038667998519157254,0.0387913168644987,0.5,0.15372517456988796,0.034374800175981324,0.05960210589356153,0.15372517456988796,0.01368399975589958,0.03928874608930621,0.5,0.15372517456988796,0.02710117391927144,0.062420712074945775,0.15372517456988796,0.02515476687812662,0.06331158382511994,0.15372517456988796,0.04924310072678844,0.5312945851628925,0.15372517456988796,0.04689824523956991,0.2169530119259644,0.15372517456988796,0.029038552909185642,0.3037279793554084,0.15372517456988796,0.03092735309041534,0.04806994883005698,0.15372517456988796,0.02141726798507777,0.07318398390294681,0.5,0.15372517456988796,0.0,0.027211882544485762,0.0,0.6561583960813655,0.33680313266116174 -4149,0.5,0.15372517456988796,0.0,0.32146178509233175,0.15372517456988796,0.0,0.17478562641343634,0.15372517456988796,0.0,0.05500349670965015,0.15372517456988796,0.0,0.1451076490992413,0.15372517456988796,0.0,0.04501186278589968,0.15372517456988796,0.0,0.055305096196254816,0.15372517456988796,0.0,0.03582099479357052,0.15372517456988796,0.0,0.029192617107280827,0.5,0.15372517456988796,0.0,0.06322162360019526,0.15372517456988796,0.0,0.03409516029201267,0.5,0.15372517456988796,0.0,0.08399165612916586,0.15372517456988796,0.0,0.056860858828505036,0.15372517456988796,0.0,0.4382580195093268,0.15372517456988796,0.0,0.1465006952906959,0.15372517456988796,0.0,0.13317091396271372,0.15372517456988796,0.0,0.023484752485677145,0.15372517456988796,0.0,0.062209753998226855,0.5,0.15372517456988796,0.0,0.028238266113944248,0.0,0.6487331537082095,0.2944215839863932 -4150,0.5,0.15372517456988796,0.0,0.28400566773387764,0.15372517456988796,0.0,0.16001871652053504,0.15372517456988796,0.0,0.027564047148102466,0.15372517456988796,0.0,0.11495812147520132,0.15372517456988796,0.0,0.023815200971403466,0.15372517456988796,0.0,0.045399143239705224,0.15372517456988796,0.0,0.015729797073695404,0.15372517456988796,0.0,0.019788244366002454,0.5,0.15372517456988796,0.0,0.05341699433096534,0.15372517456988796,0.0,0.024630625634564158,0.5,0.15372517456988796,0.0,0.07844186099796706,0.15372517456988796,0.0,0.04938709613926403,0.15372517456988796,0.0,0.4211001198887032,0.15372517456988796,0.0,0.1347361508477084,0.15372517456988796,0.0,0.054477739882584066,0.15372517456988796,0.0,0.009413702143650348,0.15372517456988796,0.0,0.045102894966568184,0.5,0.15372517456988796,0.0,0.031594241253442144,0.0,0.7776601207248862,0.20281856621610206 -4151,0.5,0.15372517456988796,0.0,0.28258596746116443,0.15372517456988796,0.0,0.14419407617918267,0.15372517456988796,0.0,0.03506604438828678,0.15372517456988796,0.0,0.11550965918437885,0.15372517456988796,0.0,0.016292298172866752,0.15372517456988796,0.0,0.034346924892495106,0.15372517456988796,0.0,0.0086662941369721,0.15372517456988796,0.0,0.01204208247685835,0.5,0.15372517456988796,0.0,0.0440869773851953,0.15372517456988796,0.0,0.02410392927769231,0.5,0.15372517456988796,0.0,0.06011402618113808,0.15372517456988796,0.0,0.04485701967175639,0.15372517456988796,0.0,0.4057291187879093,0.15372517456988796,0.0,0.12153920541024636,0.15372517456988796,0.0,0.04905257111579811,0.15372517456988796,0.0,0.0037515014400347295,0.15372517456988796,0.0,0.027912583467056922,0.5,0.15372517456988796,0.0,0.034887177822421525,0.0,0.8718677426263645,0.15639486564121707 -4152,0.5,0.15372517456988796,0.0,0.29143200547120635,0.15372517456988796,0.0,0.13228664992589326,0.15372517456988796,0.0,0.030866013853714642,0.15372517456988796,0.0,0.127435624213873,0.15372517456988796,0.0,0.01601950241265916,0.15372517456988796,0.0,0.026366260634323742,0.15372517456988796,0.0,0.006771340935560267,0.15372517456988796,0.0,0.006114475532081779,0.5,0.15372517456988796,0.0,0.03643941354224638,0.15372517456988796,0.0,0.02530971241956296,0.5,0.15372517456988796,0.0,0.04139449327076573,0.15372517456988796,0.0,0.04365365369429342,0.15372517456988796,0.0,0.37976356722856197,0.15372517456988796,0.0,0.1022303202258426,0.15372517456988796,0.0,0.055704355050928994,0.15372517456988796,0.0,0.002422850186809107,0.15372517456988796,0.0,0.0164912225258659,0.5,0.15372517456988796,0.0,0.03507710624816675,0.0,0.9119395580643894,0.1608302066568349 -4153,0.5,0.15372517456988796,0.0,0.30315504068827126,0.15372517456988796,0.0,0.12153336386861688,0.15372517456988796,0.0,0.029220498604101194,0.15372517456988796,0.0,0.13135857141547155,0.15372517456988796,0.0,0.016279312783034468,0.15372517456988796,0.0,0.02012188333737934,0.15372517456988796,0.0,0.005782529730744891,0.15372517456988796,0.0,0.0036333921520661826,0.5,0.15372517456988796,0.0,0.029997233386371967,0.15372517456988796,0.0,0.025728875757166564,0.5,0.15372517456988796,0.0,0.026815695963139343,0.15372517456988796,0.0,0.03644092355615611,0.15372517456988796,0.0,0.3502538025678853,0.15372517456988796,0.0,0.0913597893493595,0.15372517456988796,0.0,0.05995336855648829,0.15372517456988796,0.0,0.0022121863627900568,0.15372517456988796,0.0,0.010273626676554825,0.5,0.15372517456988796,0.0,0.03315278451857141,0.0,0.9227864296691614,0.19110660318705286 -4154,0.5,0.15372517456988796,0.0,0.28238930311387744,0.15372517456988796,0.0,0.11195872734822307,0.15372517456988796,0.0,0.03370821373173917,0.15372517456988796,0.0,0.11624685149036472,0.15372517456988796,0.0,0.019836496416499982,0.15372517456988796,0.0,0.013593075666550002,0.15372517456988796,0.0,0.005573486398352976,0.15372517456988796,0.0,0.00205438078069074,0.5,0.15372517456988796,0.0,0.023643625939138973,0.15372517456988796,0.0,0.025660540625166955,0.5,0.15372517456988796,0.0,0.014055542375347813,0.15372517456988796,0.0,0.026304514722423036,0.15372517456988796,0.0,0.3447143217646949,0.15372517456988796,0.0,0.09157821019340097,0.15372517456988796,0.0,0.061487795077236104,0.15372517456988796,0.0,0.0020190594859478593,0.15372517456988796,0.0,0.006098329169754568,0.5,0.15372517456988796,0.0,0.021740553827881315,0.0,0.9322129816935562,0.2507096124896817 -4155,0.5,0.15372517456988796,0.0,0.24816903994529893,0.15372517456988796,0.0,0.11320484059723285,0.15372517456988796,0.0,0.03910676433280487,0.15372517456988796,0.0,0.0903575527560484,0.15372517456988796,0.0,0.028787263759449972,0.15372517456988796,0.0,0.009086342841754053,0.15372517456988796,0.0,0.005915347497772794,0.15372517456988796,0.0,0.0013597262293462515,0.5,0.15372517456988796,0.0,0.01866889465946321,0.15372517456988796,0.0,0.023439174594937388,0.5,0.15372517456988796,0.0,0.00748959045046094,0.15372517456988796,0.0,0.022536630226640833,0.15372517456988796,0.0,0.352430064269049,0.15372517456988796,0.0,0.09931360453135336,0.15372517456988796,0.0,0.06359304746067083,0.15372517456988796,0.0,0.002335739830911515,0.15372517456988796,0.0,0.003313761120538916,0.5,0.15372517456988796,0.0,0.012003408891851333,0.0,0.9353268479039796,0.3746641236880773 -4156,0.5,0.15372517456988796,0.0,0.2188008197344733,0.15372517456988796,0.0,0.1170125267119849,0.15372517456988796,0.0,0.04321327863125778,0.15372517456988796,0.0,0.07699067324706484,0.15372517456988796,0.0,0.03908149637948976,0.15372517456988796,0.0,0.007514346451366435,0.15372517456988796,0.0,0.006278808382702172,0.15372517456988796,0.0,0.001292885574015141,0.5,0.15372517456988796,0.0,0.01763410207557279,0.15372517456988796,0.0,0.021602774565897636,0.5,0.15372517456988796,0.0,0.004660525473881121,0.15372517456988796,0.0,0.022116996818328124,0.15372517456988796,0.0,0.3514828494587337,0.15372517456988796,0.0,0.1130982658194459,0.15372517456988796,0.0,0.0659720482808304,0.15372517456988796,0.0,0.003623170959983711,0.15372517456988796,0.0,0.0022826962850470618,0.5,0.15372517456988796,0.0,0.007271524553432955,0.0,0.932017299816205,0.44687621161655716 -4157,0.5,0.15372517456988796,0.013317157986499111,0.20239797812427243,0.15372517456988796,0.005609146344109189,0.09821685222078948,0.15372517456988796,0.004120052084268447,0.04059615376076538,0.15372517456988796,0.006875960562225602,0.07588565649051295,0.15372517456988796,0.0016796271917484168,0.04515462944237017,0.15372517456988796,0.00011775118623136253,0.006932730563114938,0.15372517456988796,0.0009405694400512986,0.007098618120158002,0.15372517456988796,2.6233042378727065e-06,0.0014039820646616057,0.5,0.15372517456988796,0.0,0.017582671516377553,0.15372517456988796,0.00010369540483437475,0.02045647178104914,0.5,0.15372517456988796,3.9003223325292936e-05,0.003403038099438783,0.15372517456988796,1.0131740386614483e-05,0.02102192611704355,0.15372517456988796,0.006181546780711625,0.33775947337673323,0.15372517456988796,0.0025689008422984244,0.13044194329567507,0.15372517456988796,0.003682225112114659,0.06302778596411641,0.15372517456988796,0.0008615292568196106,0.004025831021059795,0.15372517456988796,0.0018449233988036481,0.0015711344828125864,0.5,0.15372517456988796,0.0021450347311845084,0.005372765765320795,0.0,0.9287160913633731,0.42190572411963884 -4158,0.5,0.15372517456988796,0.0764079263783568,0.25126941152206156,0.15372517456988796,0.06447552604683704,0.08666492462899993,0.15372517456988796,0.06382404496159401,0.03191517445158984,0.15372517456988796,0.0671487769030645,0.09855731403001378,0.15372517456988796,0.04374854842485332,0.05475779297436825,0.15372517456988796,0.04686060407364643,0.006992066611627318,0.15372517456988796,0.048528972282112316,0.008351012548115815,0.15372517456988796,0.04447767282560118,0.001376166025806112,0.5,0.15372517456988796,0.043753746475095404,0.014088336744499325,0.15372517456988796,0.0512666984639895,0.017949617926133723,0.5,0.15372517456988796,0.04914414670102629,0.0029570502912710703,0.15372517456988796,0.04608530623622131,0.016502393738260485,0.15372517456988796,0.06548133723537794,0.33285211853539015,0.15372517456988796,0.04265740653360973,0.137062352097054,0.15372517456988796,0.057521735018077336,0.06257752063059835,0.15372517456988796,0.04085368788012279,0.002536938066648497,0.15372517456988796,0.05748856975508673,0.001083576885309736,0.5,0.15372517456988796,0.060554025561352656,0.004317119100042968,0.0,0.9253996194352287,0.3157677972016622 -4159,0.5,0.15372517456988796,0.16240218726032052,0.38036519614730674,0.15372517456988796,0.13834452151873874,0.15657174845266744,0.15372517456988796,0.1470748013130118,0.06345784084108795,0.15372517456988796,0.1605377690068298,0.20313960927969185,0.15372517456988796,0.09910301990542598,0.09231301602766424,0.15372517456988796,0.11705761583808773,0.012218088126448522,0.15372517456988796,0.12070863594949868,0.027171484113819686,0.15372517456988796,0.1166691006498167,0.002253700873861335,0.5,0.15372517456988796,0.11866365011765384,0.01819281404329418,0.15372517456988796,0.13335996156933827,0.034323023216620105,0.5,0.15372517456988796,0.1273874936130027,0.00697960200679022,0.15372517456988796,0.12498838543494661,0.027455163974866196,0.15372517456988796,0.14112502068115648,0.4735768154961417,0.15372517456988796,0.09992507751475449,0.17326457911114085,0.15372517456988796,0.12243098229481254,0.11668338973889314,0.15372517456988796,0.12242546858664555,0.011274164887121513,0.15372517456988796,0.14059078825655288,0.0016869756529325896,0.5,0.15372517456988796,0.14776440521682357,0.008873580701290538,0.0,0.9124826397786192,0.239805762142777 -4160,0.5,0.15372517456988796,0.2798470519484052,0.5643047384630085,0.15372517456988796,0.23764615031589215,0.2690720681649369,0.15372517456988796,0.2676705361207631,0.17141839106655363,0.15372517456988796,0.277173866336726,0.2981439865735521,0.15372517456988796,0.20283460866790934,0.16155418542352395,0.15372517456988796,0.22785428373467254,0.02747342778607592,0.15372517456988796,0.22749803238807237,0.07715284750829611,0.15372517456988796,0.23056680441960875,0.009326861741034139,0.5,0.15372517456988796,0.2289862565682551,0.055048981350419045,0.15372517456988796,0.25212678519815207,0.09691282975134495,0.5,0.15372517456988796,0.23908414034823622,0.03507065337540425,0.15372517456988796,0.24070509667275752,0.06500657765143712,0.15372517456988796,0.24812920736944277,0.721656315822098,0.15372517456988796,0.18161748464889993,0.25662861621622923,0.15372517456988796,0.2027263210656023,0.2212704081077317,0.15372517456988796,0.2419632409125257,0.04539136755956031,0.15372517456988796,0.25779419474693044,0.017971254811594044,0.5,0.15372517456988796,0.2658954070920184,0.0350307693546662,0.0,0.837473420592074,0.1734946852595191 -4161,0.5,0.15372517456988796,0.38977085106623155,0.7438307951207955,0.15372517456988796,0.30575898162148474,0.5225111790702875,0.15372517456988796,0.3929452729878283,0.23928766567231347,0.15372517456988796,0.4080815242704682,0.3574465219350396,0.15372517456988796,0.30954655058681096,0.2183448251162664,0.15372517456988796,0.347640544475075,0.04585229258760722,0.15372517456988796,0.3423645233807906,0.13779199834405745,0.15372517456988796,0.35384490664657076,0.027550643860802845,0.5,0.15372517456988796,0.35428786636139864,0.1203901092611092,0.15372517456988796,0.38583924939723685,0.16759849525210693,0.5,0.15372517456988796,0.3681457179065518,0.10471199154516808,0.15372517456988796,0.3712606797554497,0.1338165200097891,0.15372517456988796,0.36290596494620864,0.7526371880630549,0.15372517456988796,0.24303592935900836,0.34425881029996813,0.15372517456988796,0.29094855483950377,0.37956552099426116,0.15372517456988796,0.35763351914513525,0.07009468068720273,0.15372517456988796,0.38684527690974657,0.0615916663774691,0.5,0.15372517456988796,0.39944503772525175,0.0695704995971903,0.0,0.6561312420434453,0.12295256526468419 -4162,0.5,0.15372517456988796,0.48746270885636755,0.7622197422700578,0.15372517456988796,0.45943058190689623,0.7461865880748083,0.15372517456988796,0.5039699945376958,0.3423459867282401,0.15372517456988796,0.5396329540034003,0.4388229933997895,0.15372517456988796,0.30326440878958366,0.22343869433938632,0.15372517456988796,0.4646577178149812,0.05779968741401531,0.15372517456988796,0.44812715670560666,0.1742498086125037,0.15372517456988796,0.4734466385557823,0.04920093773190324,0.5,0.15372517456988796,0.48537586986338643,0.15972788753234765,0.15372517456988796,0.518927296339389,0.23743406907913245,0.5,0.15372517456988796,0.5053296521464574,0.12354813500342104,0.15372517456988796,0.5075785348838259,0.17256836534766803,0.15372517456988796,0.4985430998865876,0.7351521830892859,0.15372517456988796,0.29941609148986265,0.3995743763214257,0.15372517456988796,0.3139461342964662,0.48919577490865895,0.15372517456988796,0.45589811490949556,0.08838519500737442,0.15372517456988796,0.5159058875326605,0.057766840252164095,0.5,0.15372517456988796,0.5322721933915576,0.08200965109942154,0.0,0.4386755681349817,0.08396385206182189 -4163,0.5,0.15372517456988796,0.554121336769291,0.7340405308122928,0.15372517456988796,0.5308253035700131,0.8317465946875188,0.15372517456988796,0.47268757448894627,0.404280677048069,0.15372517456988796,0.6136755371986905,0.5445054174729018,0.15372517456988796,0.3577395873620287,0.2471948585970077,0.15372517456988796,0.5623081975434369,0.06601729087550244,0.15372517456988796,0.49101623458469,0.17851496344653403,0.15372517456988796,0.5743149268690075,0.06881015693083235,0.5,0.15372517456988796,0.5921262967932157,0.1686884366063911,0.15372517456988796,0.6243181837786853,0.27680312798231804,0.5,0.15372517456988796,0.6163792872202423,0.09974222033349464,0.15372517456988796,0.6183439732947691,0.20367390323521947,0.15372517456988796,0.6053794714396602,0.7209531807822769,0.15372517456988796,0.3474495810047606,0.40239453279201526,0.15372517456988796,0.3783392241508239,0.5217946402478439,0.15372517456988796,0.5190273767210987,0.11511027869719966,0.15372517456988796,0.615256243824605,0.05042457914844325,0.5,0.15372517456988796,0.6342465494247189,0.08264597460760238,0.0,0.2918462221735601,0.06674506156329224 -4164,0.5,0.15372517456988796,0.5932595123803508,0.6875293376633629,0.15372517456988796,0.5830488824547301,0.8539531478293576,0.15372517456988796,0.5097482188133374,0.45736335173047904,0.15372517456988796,0.5907784635805012,0.5636405097488439,0.15372517456988796,0.3689857143515812,0.27967596220135416,0.15372517456988796,0.5942922769741421,0.06948958791528805,0.15372517456988796,0.49773634016507223,0.16297546023111753,0.15372517456988796,0.6392257323243842,0.08036757478865536,0.5,0.15372517456988796,0.6491751053437479,0.17389109507174477,0.15372517456988796,0.6881425792165686,0.27515317839509357,0.5,0.15372517456988796,0.6799268699918815,0.09395188681926606,0.15372517456988796,0.6848068830530484,0.21998392390994687,0.15372517456988796,0.6726280172426847,0.7022079807389895,0.15372517456988796,0.3803454332326331,0.38781098140279147,0.15372517456988796,0.39166201858357763,0.5263629093966127,0.15372517456988796,0.5447659496385382,0.13124800122575428,0.15372517456988796,0.6681941912182252,0.0589280723066793,0.5,0.15372517456988796,0.6917438330969493,0.09112323828195712,0.0,0.21470466282303716,0.06512038568611178 -4165,0.5,0.15372517456988796,0.6152517965579486,0.6326440891006406,0.15372517456988796,0.6685872282240107,0.8734523168117679,0.15372517456988796,0.49197379655101736,0.40411425737851736,0.15372517456988796,0.5665597341200497,0.5429583836353438,0.15372517456988796,0.38436587995017635,0.33215038656573376,0.15372517456988796,0.574720589319923,0.08259313755191025,0.15372517456988796,0.49948435539632746,0.15271772166025996,0.15372517456988796,0.6750317474245067,0.0898994629215463,0.5,0.15372517456988796,0.6699609148087381,0.18276849295701073,0.15372517456988796,0.7116654685982551,0.263701078303952,0.5,0.15372517456988796,0.7031098593397094,0.10849101015449723,0.15372517456988796,0.7048699015350639,0.23502876647516457,0.15372517456988796,0.6966638978655704,0.7054429606459378,0.15372517456988796,0.42973653289845015,0.40226413755855556,0.15372517456988796,0.4220886159428674,0.5096394622583409,0.15372517456988796,0.5546331946158497,0.1320680961564697,0.15372517456988796,0.6791852904646601,0.06686575260235544,0.5,0.15372517456988796,0.7099425255836163,0.10097442261456202,0.0,0.1923127326730823,0.060979789112705504 -4166,0.5,0.15372517456988796,0.5756786517896608,0.5811171892645436,0.15372517456988796,0.6814143686040103,0.8833995862884146,0.15372517456988796,0.4963587417442463,0.38575500479292457,0.15372517456988796,0.5185325223672316,0.5032307750625856,0.15372517456988796,0.4607928719987686,0.4126372333614511,0.15372517456988796,0.5747832332839269,0.12125006786538864,0.15372517456988796,0.537535865052421,0.15976177230553906,0.15372517456988796,0.6631240642776624,0.09937885444509122,0.5,0.15372517456988796,0.6680516016224336,0.18484368112983582,0.15372517456988796,0.6952901036463301,0.2393841479844336,0.5,0.15372517456988796,0.6865390730146663,0.14218654892745988,0.15372517456988796,0.6725210974522486,0.22404070617382485,0.15372517456988796,0.6866790993470508,0.7185284142398229,0.15372517456988796,0.46338290464070675,0.4230422152951161,0.15372517456988796,0.40858307120614956,0.491728124343478,0.15372517456988796,0.5513075756866059,0.14231721026366095,0.15372517456988796,0.6637616766935028,0.09017679293781464,0.5,0.15372517456988796,0.6871300050014122,0.10602100203361449,0.0,0.1680944745609584,0.05186573313911418 -4167,0.5,0.15372517456988796,0.5176094453906129,0.5311032521288591,0.15372517456988796,0.6365862896778832,0.8804937624641914,0.15372517456988796,0.4538661620946435,0.39326486397441146,0.15372517456988796,0.4696719305763073,0.4772567256712922,0.15372517456988796,0.39848538817785134,0.4234451008978364,0.15372517456988796,0.4632770331820737,0.1809608268849423,0.15372517456988796,0.4777240992410816,0.19049234357119346,0.15372517456988796,0.6049693292908886,0.1044140655373333,0.5,0.15372517456988796,0.622901526780176,0.18372015802842243,0.15372517456988796,0.6282170089520468,0.18993827906476743,0.5,0.15372517456988796,0.6375247839570473,0.14780157562968052,0.15372517456988796,0.5791611833791837,0.1855459726201745,0.15372517456988796,0.632629270345327,0.7223743615893571,0.15372517456988796,0.4935479739311113,0.4236676425364674,0.15372517456988796,0.3950961784574039,0.44962645466592666,0.15372517456988796,0.49850119360976664,0.15270497513395573,0.15372517456988796,0.6053683208290203,0.10233749482085203,0.5,0.15372517456988796,0.6208807021395621,0.08139102374106263,0.0,0.12902191443313055,0.043876452728991364 -4168,0.5,0.15372517456988796,0.4254800416395383,0.4794930594907181,0.15372517456988796,0.5336213349544577,0.8632286965370499,0.15372517456988796,0.38840909683102154,0.40515242600826606,0.15372517456988796,0.37239718989737003,0.43299004434518745,0.15372517456988796,0.34920180137773604,0.3766978360003698,0.15372517456988796,0.39860360128747907,0.23620245323974604,0.15372517456988796,0.34506892690672586,0.24479701013913993,0.15372517456988796,0.5157373341079778,0.12413353311547509,0.5,0.15372517456988796,0.5342784126812539,0.16963390137521314,0.15372517456988796,0.494289565938641,0.13775897886436458,0.5,0.15372517456988796,0.5351427502566874,0.13011855131726005,0.15372517456988796,0.4339878373081335,0.14680493660008148,0.15372517456988796,0.5250996196884468,0.710232014167929,0.15372517456988796,0.4297972624893822,0.3928457247255554,0.15372517456988796,0.30631046060880085,0.4331288696221582,0.15372517456988796,0.44247168575005946,0.16682095430174124,0.15372517456988796,0.5022407092911658,0.09901601407502195,0.5,0.15372517456988796,0.5053354470447884,0.07127737515525599,0.0,0.09216236519520665,0.04320736501613702 -4169,0.5,0.15372517456988796,0.3085003510219242,0.40128055414749997,0.15372517456988796,0.4008855592043694,0.8176791755968612,0.15372517456988796,0.28695419146459744,0.32817896351998765,0.15372517456988796,0.2791429021141183,0.3511771435690595,0.15372517456988796,0.27475854159199187,0.3259405755930181,0.15372517456988796,0.3009183696893746,0.27953260656745904,0.15372517456988796,0.29199715217446387,0.2785930094254801,0.15372517456988796,0.3844947665023969,0.12493552597497265,0.5,0.15372517456988796,0.4005660501379569,0.19145011225950773,0.15372517456988796,0.310631688927362,0.10078905409669828,0.5,0.15372517456988796,0.3967373672862608,0.12431537204942834,0.15372517456988796,0.29485756126557683,0.14419177010271836,0.15372517456988796,0.3958603855868221,0.679991644466003,0.15372517456988796,0.32523998969768264,0.34058992431992074,0.15372517456988796,0.2368943185567296,0.3862356208306232,0.15372517456988796,0.31335001607519,0.15349313228962302,0.15372517456988796,0.36649848877432156,0.09781540793880487,0.5,0.15372517456988796,0.3601673030442313,0.07246581891433235,0.0,0.07549657378319433,0.043234595999192826 -4170,0.5,0.15372517456988796,0.20286720971941924,0.2826478313564975,0.15372517456988796,0.27456428980070735,0.7152789785539112,0.15372517456988796,0.20166067714986563,0.24120898497196824,0.15372517456988796,0.1807554255640457,0.2430362742706881,0.15372517456988796,0.1440578407052588,0.24380903174871432,0.15372517456988796,0.2284926463988891,0.29651730217167593,0.15372517456988796,0.16417591316408542,0.2303806326416287,0.15372517456988796,0.261545177406155,0.1242218342395684,0.5,0.15372517456988796,0.2656958195353455,0.18147408991761865,0.15372517456988796,0.195039926767507,0.09347971135073922,0.5,0.15372517456988796,0.2634922779357798,0.12821431053353002,0.15372517456988796,0.17510733925241875,0.13478162185553966,0.15372517456988796,0.27234655661872303,0.6183386198470832,0.15372517456988796,0.22312718286142147,0.2708473649936213,0.15372517456988796,0.1751641648071504,0.3122265199316244,0.15372517456988796,0.20188260183228465,0.115651804241247,0.15372517456988796,0.23686999354732508,0.10188621512833868,0.5,0.15372517456988796,0.22150441300653773,0.06691486480926415,0.0,0.07414145680797105,0.034856662510930836 -4171,0.5,0.15372517456988796,0.0994251094879671,0.14794774512662284,0.15372517456988796,0.14473576636136187,0.4998904174054564,0.15372517456988796,0.10665577239668886,0.12309131914250665,0.15372517456988796,0.09702244160014563,0.12090731348655105,0.15372517456988796,0.049898992986666196,0.16274197173721788,0.15372517456988796,0.1335555041436426,0.2829254506374298,0.15372517456988796,0.09686858673874932,0.2187028046097225,0.15372517456988796,0.14747098889020815,0.05909578983360657,0.5,0.15372517456988796,0.13641884907878815,0.07897122424182287,0.15372517456988796,0.08456058168041822,0.06791273321189553,0.5,0.15372517456988796,0.1318174507868763,0.056405124371000176,0.15372517456988796,0.07543287159654502,0.09650791393697256,0.15372517456988796,0.14581929318994108,0.5081576078365518,0.15372517456988796,0.12461231186512478,0.18995993826387925,0.15372517456988796,0.10727471214534899,0.18860149532433992,0.15372517456988796,0.11655553458143522,0.07545424374090272,0.15372517456988796,0.11583470102990633,0.051930910570687806,0.5,0.15372517456988796,0.08731568739472885,0.029048084086279468,0.0,0.07125702236813247,0.039544985418733455 -4172,0.5,0.15372517456988796,0.023880839712046718,0.07526149932460903,0.15372517456988796,0.041152738736428225,0.2342037155057749,0.15372517456988796,0.023596747010720814,0.048804078283689926,0.15372517456988796,0.018744722056572998,0.06928252195896173,0.15372517456988796,0.00750015052353116,0.09466528245284579,0.15372517456988796,0.045078326234922514,0.18491186861997808,0.15372517456988796,0.03689202966274256,0.19167198615845019,0.15372517456988796,0.0378847661003956,0.050988232531060565,0.5,0.15372517456988796,0.04053758901817641,0.048517296727914244,0.15372517456988796,0.011554233351263762,0.05286029681589356,0.5,0.15372517456988796,0.03337949301111025,0.04334478474391782,0.15372517456988796,0.015707880638733893,0.07312186169503773,0.15372517456988796,0.05165007044364646,0.31065106620884836,0.15372517456988796,0.046403389088597057,0.09007777278667811,0.15372517456988796,0.032820223455656605,0.07778008474395207,0.15372517456988796,0.02723242511321764,0.07055509686994066,0.15372517456988796,0.022074719763909657,0.03895434032990925,0.5,0.15372517456988796,3.8744252358108836e-05,0.030832066123569313,0.0,0.043161542935325564,0.048217225476709466 -4173,0.5,0.15372517456988796,0.0,0.05498851992702865,0.15372517456988796,0.0,0.11215720964586194,0.15372517456988796,0.0,0.032618040309802754,0.15372517456988796,0.0,0.0512893522856608,0.15372517456988796,0.0,0.04257560229871796,0.15372517456988796,0.0,0.11725363330713788,0.15372517456988796,0.0,0.1059085583610628,0.15372517456988796,0.0,0.06981407859268113,0.5,0.15372517456988796,0.0,0.04008265045554286,0.15372517456988796,0.0,0.04603746086568206,0.5,0.15372517456988796,0.0,0.030787108033747856,0.15372517456988796,0.0,0.06864464117730207,0.15372517456988796,0.0,0.17835196352149818,0.15372517456988796,0.0,0.03813277209160856,0.15372517456988796,0.0,0.05308068169248425,0.15372517456988796,0.0,0.05089961431597143,0.15372517456988796,0.0,0.03406137859340747,0.5,0.15372517456988796,0.0,0.03078926687215815,0.0,0.012783524549442584,0.04392640531280543 -4174,0.5,0.15372517456988796,0.0,0.05045524859143956,0.15372517456988796,0.0,0.06296593046852803,0.15372517456988796,0.0,0.02016775244433643,0.15372517456988796,0.0,0.03865661853049207,0.15372517456988796,0.0,0.019568494897275142,0.15372517456988796,0.0,0.06468861518673179,0.15372517456988796,0.0,0.043852504925890254,0.15372517456988796,0.0,0.060209137299823356,0.5,0.15372517456988796,0.0,0.036013950942851036,0.15372517456988796,0.0,0.046485680808121786,0.5,0.15372517456988796,0.0,0.017916650111173573,0.15372517456988796,0.0,0.07726612784755002,0.15372517456988796,0.0,0.14048867835266937,0.15372517456988796,0.0,0.021723915617655944,0.15372517456988796,0.0,0.03611770539865243,0.15372517456988796,0.0,0.028571636337181436,0.15372517456988796,0.0,0.028094216140119813,0.5,0.15372517456988796,0.0,0.02678563101429356,0.0,0.00617870416960081,0.04365003530165741 -4175,0.5,0.15372517456988796,0.0,0.05095349105240896,0.15372517456988796,0.0,0.04693993319502458,0.15372517456988796,0.0,0.017483181562144807,0.15372517456988796,0.0,0.03213633848820526,0.15372517456988796,0.0,0.013254142103437597,0.15372517456988796,0.0,0.027617649652269323,0.15372517456988796,0.0,0.017430621419647203,0.15372517456988796,0.0,0.04332763743815068,0.5,0.15372517456988796,0.0,0.046245296790759546,0.15372517456988796,0.0,0.06722428730976587,0.5,0.15372517456988796,0.0,0.02328099400603137,0.15372517456988796,0.0,0.07329861933838927,0.15372517456988796,0.0,0.11987734494417368,0.15372517456988796,0.0,0.013415130964821017,0.15372517456988796,0.0,0.021204328704435345,0.15372517456988796,0.0,0.02112614482632169,0.15372517456988796,0.0,0.02929716765144955,0.5,0.15372517456988796,0.0,0.022282504381232224,0.0,0.0044485069126257585,0.03530784419734459 -4176,0.5,0.15372517456988796,0.0,0.05086717970978841,0.15372517456988796,0.0,0.03829316502066775,0.15372517456988796,0.0,0.018299771305773586,0.15372517456988796,0.0,0.030702282155618037,0.15372517456988796,0.0,0.011904066093015005,0.15372517456988796,0.0,0.013914902890372446,0.15372517456988796,0.0,0.007366308976669137,0.15372517456988796,0.0,0.03215542776859922,0.5,0.15372517456988796,0.0,0.055998664854143364,0.15372517456988796,0.0,0.0512863742533515,0.5,0.15372517456988796,0.0,0.03986603212343776,0.15372517456988796,0.0,0.05821134484838901,0.15372517456988796,0.0,0.10127918934731066,0.15372517456988796,0.0,0.00959769135218297,0.15372517456988796,0.0,0.013529649485254721,0.15372517456988796,0.0,0.022613947628181332,0.15372517456988796,0.0,0.03202170774215794,0.5,0.15372517456988796,0.0,0.017788230285864765,0.0,0.004719193874532943,0.02457480796042318 -4177,0.5,0.15372517456988796,0.0,0.05079505962256023,0.15372517456988796,0.0,0.03052127811146457,0.15372517456988796,0.0,0.0181060227826725,0.15372517456988796,0.0,0.034098505171811434,0.15372517456988796,0.0,0.01303397598431641,0.15372517456988796,0.0,0.010598300731558966,0.15372517456988796,0.0,0.004228408096384373,0.15372517456988796,0.0,0.020818174785533765,0.5,0.15372517456988796,0.0,0.0592919541788484,0.15372517456988796,0.0,0.03322524215564013,0.5,0.15372517456988796,0.0,0.042775895406761334,0.15372517456988796,0.0,0.042848865103771255,0.15372517456988796,0.0,0.07829431654480945,0.15372517456988796,0.0,0.011335783056164868,0.15372517456988796,0.0,0.010691996466174799,0.15372517456988796,0.0,0.020822514270934296,0.15372517456988796,0.0,0.030242939361482066,0.5,0.15372517456988796,0.0,0.014972634137881241,0.0,0.005851679617742934,0.024024508963315944 -4178,0.5,0.15372517456988796,0.0,0.05300880296669769,0.15372517456988796,0.0,0.022898788500840053,0.15372517456988796,0.0,0.017960365448854525,0.15372517456988796,0.0,0.03959660689661302,0.15372517456988796,0.0,0.016145483756440152,0.15372517456988796,0.0,0.014783194714872813,0.15372517456988796,0.0,0.004114398673766556,0.15372517456988796,0.0,0.014271096227589746,0.5,0.15372517456988796,0.0,0.050600738126334234,0.15372517456988796,0.0,0.04549210659279323,0.5,0.15372517456988796,0.0,0.031082332454069037,0.15372517456988796,0.0,0.032381846530022955,0.15372517456988796,0.0,0.05905345036528831,0.15372517456988796,0.0,0.017492878912255292,0.15372517456988796,0.0,0.008751240140678846,0.15372517456988796,0.0,0.017648187694603655,0.15372517456988796,0.0,0.024239034043548695,0.5,0.15372517456988796,0.0,0.012957810963078454,0.0,0.006278221986036543,0.025119113461182056 -4179,0.5,0.15372517456988796,0.0,0.05306095982651088,0.15372517456988796,0.0,0.017515235742327794,0.15372517456988796,0.0,0.01730983362771025,0.15372517456988796,0.0,0.043605442630280516,0.15372517456988796,0.0,0.019312354139273923,0.15372517456988796,0.0,0.016957971840428947,0.15372517456988796,0.0,0.004979741105177194,0.15372517456988796,0.0,0.00927230860570874,0.5,0.15372517456988796,0.0,0.039944394451075775,0.15372517456988796,0.0,0.05187341423430303,0.5,0.15372517456988796,0.0,0.024298403824080377,0.15372517456988796,0.0,0.023390104953955083,0.15372517456988796,0.0,0.04766870714499488,0.15372517456988796,0.0,0.02393772774010722,0.15372517456988796,0.0,0.007969853530168533,0.15372517456988796,0.0,0.012064919370883172,0.15372517456988796,0.0,0.018841562776858875,0.5,0.15372517456988796,0.0,0.014018479601793475,0.0,0.004603476835926256,0.029637471086006128 -4180,0.5,0.15372517456988796,0.0,0.05063523838056615,0.15372517456988796,0.0,0.013966132650388059,0.15372517456988796,0.0,0.015858624204338246,0.15372517456988796,0.0,0.04167827583393498,0.15372517456988796,0.0,0.021008461312832946,0.15372517456988796,0.0,0.014450365023346642,0.15372517456988796,0.0,0.007402928618590232,0.15372517456988796,0.0,0.007532951918324492,0.5,0.15372517456988796,0.0,0.03109403636319816,0.15372517456988796,0.0,0.048170114620373766,0.5,0.15372517456988796,0.0,0.017271862237113318,0.15372517456988796,0.0,0.015773971420739132,0.15372517456988796,0.0,0.04146243217748287,0.15372517456988796,0.0,0.02612629564104603,0.15372517456988796,0.0,0.007329475834781163,0.15372517456988796,0.0,0.008686544839632536,0.15372517456988796,0.0,0.013708381777502419,0.5,0.15372517456988796,0.0,0.008162882252944075,0.0,0.004733756370181436,0.039855160052661695 -4181,0.5,0.15372517456988796,0.009098055867181258,0.04680636232357782,0.15372517456988796,0.004075579518651389,0.008730746137329081,0.15372517456988796,0.003830570838224933,0.012004519767569033,0.15372517456988796,0.008244756399653969,0.034189377274861134,0.15372517456988796,0.0012414576108717068,0.022647306237457844,0.15372517456988796,9.048191849033574e-05,0.008953434327292998,0.15372517456988796,0.0006151526003087038,0.008620314925472276,0.15372517456988796,8.340142112399158e-07,0.007500587513644992,0.5,0.15372517456988796,0.0,0.025367105105107104,0.15372517456988796,2.647057468539811e-05,0.02527619246887277,0.5,0.15372517456988796,2.55662821139001e-05,0.009195207677605396,0.15372517456988796,4.104802782927945e-06,0.011722955538436823,0.15372517456988796,0.005391835910132485,0.03619649365241147,0.15372517456988796,0.0012161389748139015,0.024293526455747158,0.15372517456988796,0.0016772162842077158,0.006738661697093193,0.15372517456988796,0.00119986887153518,0.008822014341622204,0.15372517456988796,0.0015577046065658486,0.00850636908468688,0.5,0.15372517456988796,0.0010649988666079752,0.004420155455335874,0.0,0.006886404560127971,0.0585469354569035 -4182,0.5,0.15372517456988796,0.06307825294501407,0.05787293384032384,0.15372517456988796,0.03831373465671101,0.006135131315373044,0.15372517456988796,0.061745981481723125,0.009249769619490925,0.15372517456988796,0.07228599862321453,0.035873984750048916,0.15372517456988796,0.04141826586379596,0.03151647782141171,0.15372517456988796,0.044571920752822215,0.008227793637840809,0.15372517456988796,0.03695581061702309,0.010067086132275482,0.15372517456988796,0.042645816693144926,0.006349737761176453,0.5,0.15372517456988796,0.04058671459796434,0.022441685239388814,0.15372517456988796,0.02628680626917474,0.014458622032163854,0.5,0.15372517456988796,0.04483547160598411,0.0036604938822460227,0.15372517456988796,0.03213776687264289,0.01102179085653402,0.15372517456988796,0.05428950528375683,0.03167145652815076,0.15372517456988796,0.016948493904875066,0.024738288374662118,0.15372517456988796,0.021995355947812746,0.007715642163191631,0.15372517456988796,0.047552086026304535,0.008406243786560349,0.15372517456988796,0.05552863752957761,0.004527065605734911,0.5,0.15372517456988796,0.032704204389025646,0.0023159141208060024,0.0,0.013029275312822731,0.07802888823384642 -4183,0.5,0.15372517456988796,0.14138215801240722,0.10127349159731192,0.15372517456988796,0.049148349365846486,0.00797095949681509,0.15372517456988796,0.14133639408825263,0.01984785382151463,0.15372517456988796,0.1614575554446525,0.08219352527281533,0.15372517456988796,0.11245335726209263,0.06449680472823084,0.15372517456988796,0.11452931038536712,0.012414509021380072,0.15372517456988796,0.0958823966452455,0.020101954037357296,0.15372517456988796,0.11417491111750619,0.01103484579754947,0.5,0.15372517456988796,0.11367508353737565,0.02740813679872722,0.15372517456988796,0.10334092974197398,0.019720394615347397,0.5,0.15372517456988796,0.12082881052307815,0.003748377584211233,0.15372517456988796,0.10789553251830734,0.01641712997787313,0.15372517456988796,0.12522341512168156,0.032353969191809176,0.15372517456988796,0.028982664485926332,0.028358805223311974,0.15372517456988796,0.04588370629562954,0.013660110902489551,0.15372517456988796,0.11727663897258757,0.018055304925821195,0.15372517456988796,0.1366305930755861,0.006155741313619135,0.5,0.15372517456988796,0.10027595580142416,0.005578430575509741,0.0,0.01979189202819559,0.08429097251274875 -4184,0.5,0.15372517456988796,0.2348156403949625,0.13228807523848243,0.15372517456988796,0.06699768111035022,0.007669216149117917,0.15372517456988796,0.24071439199068478,0.04609449469084109,0.15372517456988796,0.2804821786208706,0.12855528938935135,0.15372517456988796,0.19938549792392452,0.10234839646406274,0.15372517456988796,0.22822117145746795,0.029642113156938085,0.15372517456988796,0.20712508305300412,0.0417100117494999,0.15372517456988796,0.22875329887097962,0.027696063442842395,0.5,0.15372517456988796,0.22915784683502752,0.0700431769152405,0.15372517456988796,0.21743498135421346,0.03667845832847738,0.5,0.15372517456988796,0.23835791770757458,0.015627190607806117,0.15372517456988796,0.22002815865541434,0.02747204555923957,0.15372517456988796,0.24096020994664885,0.0420255512641073,0.15372517456988796,0.0604720826910395,0.03490559699658196,0.15372517456988796,0.08893494579750276,0.03188818474990655,0.15372517456988796,0.21087028018778026,0.0506330205271244,0.15372517456988796,0.25411771839805347,0.01889176065471274,0.5,0.15372517456988796,0.20464420425349503,0.007991235625488959,0.0,0.020133957543046973,0.07558402801136073 -4185,0.5,0.15372517456988796,0.318461163609245,0.14212754413522768,0.15372517456988796,0.1493786836387631,0.008265272373592201,0.15372517456988796,0.3024868702702225,0.08415406640991532,0.15372517456988796,0.40419860238062844,0.16089451616703518,0.15372517456988796,0.2855556427166039,0.13430515445941724,0.15372517456988796,0.3514898594655266,0.05482161525490525,0.15372517456988796,0.3332763795635798,0.06171246329792537,0.15372517456988796,0.354189947846958,0.05274538993239063,0.5,0.15372517456988796,0.35640482817095026,0.10746892167486988,0.15372517456988796,0.35991499431038665,0.05509092016301149,0.5,0.15372517456988796,0.36793342996753875,0.03422015479122205,0.15372517456988796,0.3579573172194688,0.04115110590304103,0.15372517456988796,0.3604362220210367,0.058226606795992834,0.15372517456988796,0.12187792560869623,0.05726794410065528,0.15372517456988796,0.14730497196741832,0.06269552494808792,0.15372517456988796,0.28795843641145386,0.06268800679624495,0.15372517456988796,0.38468670847812875,0.030595818524950257,0.5,0.15372517456988796,0.33853331401808207,0.01189984937095258,0.0,0.01659949607720802,0.0824323532183292 -4186,0.5,0.15372517456988796,0.39981547302026677,0.133012319984835,0.15372517456988796,0.3507647734840293,0.009002105493379717,0.15372517456988796,0.30299726007807404,0.08472100801324799,0.15372517456988796,0.5142824974797751,0.16778586112542426,0.15372517456988796,0.3870150404074102,0.14928950316496112,0.15372517456988796,0.47513892234302035,0.0852714329802001,0.15372517456988796,0.44640663211631987,0.08626397105188484,0.15372517456988796,0.47742254362811454,0.07273382911416626,0.5,0.15372517456988796,0.4881423316545459,0.10127177118724184,0.15372517456988796,0.4928740375022722,0.07042868196066161,0.5,0.15372517456988796,0.5004343298403227,0.05267509478303952,0.15372517456988796,0.4938970159931171,0.07436884723913173,0.15372517456988796,0.4657459383217408,0.06238363702681747,0.15372517456988796,0.2238769917245244,0.08574528720801503,0.15372517456988796,0.251224540002361,0.08742516086366196,0.15372517456988796,0.38157360378962324,0.047885971189546746,0.15372517456988796,0.5108654363278612,0.04016121372699424,0.5,0.15372517456988796,0.46279111312086146,0.01712026778403783,0.0,0.017032538613070088,0.09404901729843496 -4187,0.5,0.15372517456988796,0.452643621912864,0.12448265433856551,0.15372517456988796,0.5890538296147028,0.01655201424168045,0.15372517456988796,0.2938274379202003,0.06641722358952085,0.15372517456988796,0.5809043137571004,0.17357550232868094,0.15372517456988796,0.4311329677808289,0.15803255100865468,0.15372517456988796,0.5590122506411137,0.11124395740716744,0.15372517456988796,0.524601874943352,0.11446565673019364,0.15372517456988796,0.5694762515400267,0.09323152541611052,0.5,0.15372517456988796,0.5711247403279164,0.08161592303537868,0.15372517456988796,0.586438138256437,0.09019881411368745,0.5,0.15372517456988796,0.5690976124182463,0.057359367249427785,0.15372517456988796,0.5862719729712931,0.12393190522325859,0.15372517456988796,0.5415768961410123,0.07490761115128344,0.15372517456988796,0.4068772350483202,0.1148394698030776,0.15372517456988796,0.3104660144192656,0.08812546820596097,0.15372517456988796,0.4142688922926612,0.04977884610754497,0.15372517456988796,0.5601535325265175,0.05038148184769572,0.5,0.15372517456988796,0.5474715980866695,0.022335999163191712,0.0,0.0152398083306615,0.09757619724562333 -4188,0.5,0.15372517456988796,0.43108263217786114,0.1240084239845042,0.15372517456988796,0.6806159604341596,0.029203237495307788,0.15372517456988796,0.3880007860107817,0.05794886327601518,0.15372517456988796,0.5667449504432858,0.1784904137075426,0.15372517456988796,0.39906024983302435,0.1362855112715781,0.15372517456988796,0.6020958843640981,0.16215259208064287,0.15372517456988796,0.5719108938672757,0.1529940062362566,0.15372517456988796,0.6081880609200337,0.10783649915055588,0.5,0.15372517456988796,0.6309940790555235,0.09119802093481222,0.15372517456988796,0.6423045788967741,0.11162766254915818,0.5,0.15372517456988796,0.6299894466421279,0.04690690024170712,0.15372517456988796,0.6439583804082285,0.15116048622918932,0.15372517456988796,0.5717373932487484,0.10510256753854424,0.15372517456988796,0.414921396022515,0.12104191853662491,0.15372517456988796,0.40424550588974717,0.07677865677069355,0.15372517456988796,0.39314631999761496,0.06455721732439401,0.15372517456988796,0.6139358501217028,0.052434203822238755,0.5,0.15372517456988796,0.5800117302301617,0.024399322519556867,0.0,0.0156913588110213,0.09361977335084554 -4189,0.5,0.15372517456988796,0.3614735428752249,0.1185649547445425,0.15372517456988796,0.6785863645078309,0.03984584470505045,0.15372517456988796,0.5179542843451043,0.0644330460776479,0.15372517456988796,0.5917738179472469,0.19487180795395392,0.15372517456988796,0.24440932348020256,0.11332661058802591,0.15372517456988796,0.6147261786789381,0.23171389203422185,0.15372517456988796,0.5518389213472168,0.19638934379935166,0.15372517456988796,0.6314226639416313,0.11073479102107225,0.5,0.15372517456988796,0.6503005901982979,0.10790521170486758,0.15372517456988796,0.6511811080363525,0.11822221406238821,0.5,0.15372517456988796,0.6576883640016911,0.04157898268654595,0.15372517456988796,0.6560217970892721,0.16050250977525007,0.15372517456988796,0.5332726316590487,0.14542370034424412,0.15372517456988796,0.44908626032745735,0.12335236958226331,0.15372517456988796,0.41144141990068017,0.06086906439429687,0.15372517456988796,0.3217845554291866,0.07092941163923877,0.15372517456988796,0.623959363051509,0.04811405962305475,0.5,0.15372517456988796,0.5784048284297039,0.0273051270996928,0.0,0.02214381103540824,0.09581964100018212 -4190,0.5,0.15372517456988796,0.3222271701298117,0.11611194785425494,0.15372517456988796,0.5587743710538213,0.06527459891336962,0.15372517456988796,0.542241102896988,0.07686774057854837,0.15372517456988796,0.5211051180583843,0.1671775807992044,0.15372517456988796,0.18988020243122666,0.11128643684535983,0.15372517456988796,0.5687028364374921,0.2572072553104377,0.15372517456988796,0.4921278272774521,0.23686480932413648,0.15372517456988796,0.6148291592587818,0.11626859352200708,0.5,0.15372517456988796,0.6321306512771756,0.12312370715622534,0.15372517456988796,0.6125253959308536,0.10220595845186832,0.5,0.15372517456988796,0.639372842788677,0.038598657450377716,0.15372517456988796,0.6280961725834603,0.15100084876491687,0.15372517456988796,0.4786700403078734,0.1789290833217649,0.15372517456988796,0.4803236078658851,0.14156591959177905,0.15372517456988796,0.34860823022843124,0.054863735542202224,0.15372517456988796,0.3588959977349637,0.0745125606115274,0.15372517456988796,0.5822461431747654,0.0439373125614779,0.5,0.15372517456988796,0.5307663756420857,0.028128169680656873,0.0,0.04953231287288386,0.11644869094998671 -4191,0.5,0.15372517456988796,0.3437723066068495,0.11899503612104065,0.15372517456988796,0.43306483182451844,0.11451101209071354,0.15372517456988796,0.47686704669456187,0.0865670597156728,0.15372517456988796,0.42686836705021436,0.13052689981542984,0.15372517456988796,0.1443518303199426,0.10932408250265188,0.15372517456988796,0.48864631774525374,0.2698885028969305,0.15372517456988796,0.3213796271443949,0.20425086250464994,0.15372517456988796,0.5762298078329351,0.1412349446055262,0.5,0.15372517456988796,0.5845207760315645,0.1385647637840908,0.15372517456988796,0.5393593172981799,0.07226435658223557,0.5,0.15372517456988796,0.5988951577596214,0.04208432234571169,0.15372517456988796,0.5590974722071984,0.12048190336133095,0.15372517456988796,0.4115105884795601,0.18542083546154875,0.15372517456988796,0.49517150344531624,0.1980228475033798,0.15372517456988796,0.3100697756902228,0.056823280872329095,0.15372517456988796,0.4224752548562265,0.08019870566011325,0.15372517456988796,0.516878916061204,0.04475001128987082,0.5,0.15372517456988796,0.48060317116398593,0.020081369220893337,0.0,0.09337671163633801,0.1491381968814364 -4192,0.5,0.15372517456988796,0.32584866247112176,0.1249165389891505,0.15372517456988796,0.2676278479656863,0.1722359563122816,0.15372517456988796,0.3926826217688897,0.09431638255226164,0.15372517456988796,0.3986040101474655,0.13486217763013733,0.15372517456988796,0.2007871765165607,0.10949823364091207,0.15372517456988796,0.3434042807853206,0.3087981028422279,0.15372517456988796,0.3449754967231547,0.1795895862439392,0.15372517456988796,0.49079551143060507,0.22490666146333105,0.5,0.15372517456988796,0.4927645728039932,0.14145991908967293,0.15372517456988796,0.4397766479394747,0.051530963875314716,0.5,0.15372517456988796,0.4967648801203647,0.05363418975011161,0.15372517456988796,0.4497847400775475,0.09278360292015855,0.15372517456988796,0.3252618081423093,0.16617819867344102,0.15372517456988796,0.46412862794751164,0.28503310612959365,0.15372517456988796,0.2825468512542777,0.06697968706232335,0.15372517456988796,0.3728892179025003,0.092379702585687,0.15372517456988796,0.43240631347371267,0.051967044864443535,0.5,0.15372517456988796,0.414213945076851,0.012136765370596575,0.0,0.1597712378223185,0.16673947633479133 -4193,0.5,0.15372517456988796,0.25342105812455584,0.13563852365677456,0.15372517456988796,0.1990012635804024,0.24419588531718855,0.15372517456988796,0.24879467832520646,0.09692835258764462,0.15372517456988796,0.3003367021584818,0.12563815401238382,0.15372517456988796,0.17206227224179718,0.11377523814242835,0.15372517456988796,0.19401212509318963,0.2739201087208991,0.15372517456988796,0.24607562131530308,0.13619800949220523,0.15372517456988796,0.3417593246857287,0.2579832253145712,0.5,0.15372517456988796,0.38069823708343287,0.137633406153186,0.15372517456988796,0.29827430266648686,0.037208341770974096,0.5,0.15372517456988796,0.36298898910581245,0.08522233048434306,0.15372517456988796,0.338522683965009,0.07671331426618164,0.15372517456988796,0.21327035401553707,0.11525624442703318,0.15372517456988796,0.36812118434185276,0.3342113217493593,0.15372517456988796,0.20710414926946236,0.08558106982931404,0.15372517456988796,0.26347931576517025,0.08656254501543928,0.15372517456988796,0.3244650034750629,0.06544230921854811,0.5,0.15372517456988796,0.3041088037126843,0.007140010188827581,0.0,0.22102127393168755,0.16654063593490545 -4194,0.5,0.15372517456988796,0.17577041634302815,0.12405933983937492,0.15372517456988796,0.16501425855359153,0.1381329487271436,0.15372517456988796,0.17606000295785945,0.07146090600455568,0.15372517456988796,0.18180035719982274,0.07958420811296174,0.15372517456988796,0.15592569886367227,0.12546783046420867,0.15372517456988796,0.10247654501343591,0.1922709856358259,0.15372517456988796,0.13638908085907808,0.11516663177189843,0.15372517456988796,0.23228458609319597,0.29465540884939795,0.5,0.15372517456988796,0.26396809802814164,0.13669579120282682,0.15372517456988796,0.19523140358160584,0.027363461044824025,0.5,0.15372517456988796,0.24564589977353385,0.13342352248477388,0.15372517456988796,0.22708738516002255,0.06762092210038467,0.15372517456988796,0.14303215578468778,0.062477933850332866,0.15372517456988796,0.2526020341915675,0.3046066772539695,0.15372517456988796,0.12181655534043165,0.10116644909524913,0.15372517456988796,0.1926149923732715,0.09470438330354153,0.15372517456988796,0.2090627904526145,0.0841018381604163,0.5,0.15372517456988796,0.199566056757162,0.004931432902797722,0.0,0.21084905226280942,0.1725044479984578 -4195,0.5,0.15372517456988796,0.0749958630565455,0.10570499286812872,0.15372517456988796,0.129787511753952,0.05251223026321285,0.15372517456988796,0.0839356773221969,0.03943163140265,0.15372517456988796,0.08125004831118748,0.037929501996199086,0.15372517456988796,0.10311512025016129,0.13780365897917904,0.15372517456988796,0.0585672258248978,0.1296445433745664,0.15372517456988796,0.046820405819399655,0.10121844950812012,0.15372517456988796,0.11474478921651118,0.2576052992411117,0.5,0.15372517456988796,0.13879885493156607,0.07756425227637762,0.15372517456988796,0.10217868036246969,0.010651320937714195,0.5,0.15372517456988796,0.12893807963968948,0.15328868366840825,0.15372517456988796,0.11210340144739023,0.039307175747868205,0.15372517456988796,0.07651717323658433,0.03394287265804405,0.15372517456988796,0.1458650989967161,0.22785602503786684,0.15372517456988796,0.07212142334660311,0.08386619383321904,0.15372517456988796,0.09319652352748717,0.07687184187112786,0.15372517456988796,0.10639579962047896,0.08778512493573568,0.5,0.15372517456988796,0.08767380360303346,0.0015831721651478504,0.0,0.16416543885382795,0.18304095926431654 -4196,0.5,0.15372517456988796,0.019781333597693528,0.06567233707083105,0.15372517456988796,0.041590560985370506,0.01241307138426083,0.15372517456988796,0.022494768168603088,0.011956789497310057,0.15372517456988796,0.017644707096329437,0.02051445003035604,0.15372517456988796,0.03674171878850003,0.11294285158048921,0.15372517456988796,0.01616564639031433,0.08022579639853272,0.15372517456988796,0.011977749578145814,0.08648157687543792,0.15372517456988796,0.03087774638603506,0.2020117768768302,0.5,0.15372517456988796,0.03376155543138426,0.14175033662223357,0.15372517456988796,0.012609606962897302,0.006184081796919252,0.5,0.15372517456988796,0.02591325103535088,0.16063232925696974,0.15372517456988796,0.020484346663717054,0.04513130285126864,0.15372517456988796,0.021712153199172385,0.01982422279423601,0.15372517456988796,0.049471715537209915,0.1022657371856528,0.15372517456988796,0.027737033428773802,0.041671106527680635,0.15372517456988796,0.02459323493832523,0.050487024216330285,0.15372517456988796,0.01846037354149841,0.09807364560692144,0.5,0.15372517456988796,0.00032386487489277855,0.0018215042726013647,0.0,0.12335015650748984,0.19647538012162555 -4197,0.5,0.15372517456988796,0.0,0.057735783147242745,0.15372517456988796,0.0,0.010826141337796342,0.15372517456988796,0.0,0.005388275224980756,0.15372517456988796,0.0,0.013878656766330794,0.15372517456988796,0.0,0.10653101270872076,0.15372517456988796,0.0,0.06507442295287566,0.15372517456988796,0.0,0.059548611450740835,0.15372517456988796,0.0,0.09247493232213083,0.5,0.15372517456988796,0.0,0.18201991543785626,0.15372517456988796,0.0,0.004430021824769618,0.5,0.15372517456988796,0.0,0.15924174871332272,0.15372517456988796,0.0,0.05676970157475345,0.15372517456988796,0.0,0.01830696939488691,0.15372517456988796,0.0,0.05725334911466322,0.15372517456988796,0.0,0.03352134236094464,0.15372517456988796,0.0,0.04547592649314627,0.15372517456988796,0.0,0.10386759736141678,0.5,0.15372517456988796,0.0,0.003223114915110335,0.0,0.08872159189503695,0.21577172652318213 -4198,0.5,0.15372517456988796,0.0,0.05950333899039247,0.15372517456988796,0.0,0.010168295601166149,0.15372517456988796,0.0,0.0052965435543219815,0.15372517456988796,0.0,0.009254793429470515,0.15372517456988796,0.0,0.10183041549426808,0.15372517456988796,0.0,0.0772389463009403,0.15372517456988796,0.0,0.043046640564816226,0.15372517456988796,0.0,0.06510977838696072,0.5,0.15372517456988796,0.0,0.12387413096211404,0.15372517456988796,0.0,0.003391070487000386,0.5,0.15372517456988796,0.0,0.10451275718710684,0.15372517456988796,0.0,0.07101927149526337,0.15372517456988796,0.0,0.02198994380865215,0.15372517456988796,0.0,0.04089313422579277,0.15372517456988796,0.0,0.025735823798676543,0.15372517456988796,0.0,0.045403018893424026,0.15372517456988796,0.0,0.0851908546345942,0.5,0.15372517456988796,0.0,0.005274744544450406,0.0,0.05502488051575511,0.2427554440403971 -4199,0.5,0.15372517456988796,0.0,0.05918379971207702,0.15372517456988796,0.0,0.008359243107122797,0.15372517456988796,0.0,0.006397697146896478,0.15372517456988796,0.0,0.008504838176612945,0.15372517456988796,0.0,0.07723561894524072,0.15372517456988796,0.0,0.08452565332762642,0.15372517456988796,0.0,0.037842662186475216,0.15372517456988796,0.0,0.06931346876730932,0.5,0.15372517456988796,0.0,0.07613288094747858,0.15372517456988796,0.0,0.008253159627714925,0.5,0.15372517456988796,0.0,0.0636769061523494,0.15372517456988796,0.0,0.09406255271750157,0.15372517456988796,0.0,0.026591493489662884,0.15372517456988796,0.0,0.03184913625875324,0.15372517456988796,0.0,0.02114989959651969,0.15372517456988796,0.0,0.04923230024801455,0.15372517456988796,0.0,0.07011826747207908,0.5,0.15372517456988796,0.0,0.011122753788039078,0.0,0.030997590127811402,0.31431826815076247 -4200,0.5,0.15372517456988796,0.0,0.05456025503186907,0.15372517456988796,0.0,0.00797972900701101,0.15372517456988796,0.0,0.00931434358487678,0.15372517456988796,0.0,0.01143519951879588,0.15372517456988796,0.0,0.05464652947392908,0.15372517456988796,0.0,0.09541677282464557,0.15372517456988796,0.0,0.04655144176359957,0.15372517456988796,0.0,0.07069740315510561,0.5,0.15372517456988796,0.0,0.07674718342687789,0.15372517456988796,0.0,0.011203224688781214,0.5,0.15372517456988796,0.0,0.0479313328348731,0.15372517456988796,0.0,0.08477329263879965,0.15372517456988796,0.0,0.03037641088529699,0.15372517456988796,0.0,0.029853747677227233,0.15372517456988796,0.0,0.0180229156223794,0.15372517456988796,0.0,0.05545172970876301,0.15372517456988796,0.0,0.05726376913177644,0.5,0.15372517456988796,0.0,0.01135092960844981,0.0,0.018654222740237734,0.42541349019968716 -4201,0.5,0.15372517456988796,0.0,0.05279515929585947,0.15372517456988796,0.0,0.008811218593419422,0.15372517456988796,0.0,0.013019077944263399,0.15372517456988796,0.0,0.020934871133581917,0.15372517456988796,0.0,0.04219860248532909,0.15372517456988796,0.0,0.10094377004906853,0.15372517456988796,0.0,0.05075655447532148,0.15372517456988796,0.0,0.06912790884889286,0.5,0.15372517456988796,0.0,0.09499054127977433,0.15372517456988796,0.0,0.008220711135123277,0.5,0.15372517456988796,0.0,0.049484772390951386,0.15372517456988796,0.0,0.05518440275427576,0.15372517456988796,0.0,0.03585834417598559,0.15372517456988796,0.0,0.02982182739452645,0.15372517456988796,0.0,0.01554566612267735,0.15372517456988796,0.0,0.06273785309279555,0.15372517456988796,0.0,0.04738586969880406,0.5,0.15372517456988796,0.0,0.008855388761069515,0.0,0.014359220651778217,0.5232846089194886 -4202,0.5,0.15372517456988796,0.0,0.0557607558235751,0.15372517456988796,0.0,0.00852371005855496,0.15372517456988796,0.0,0.017321716596482562,0.15372517456988796,0.0,0.03123462611636162,0.15372517456988796,0.0,0.03603499946855465,0.15372517456988796,0.0,0.09394683729776152,0.15372517456988796,0.0,0.050475536122957645,0.15372517456988796,0.0,0.06956653435777019,0.5,0.15372517456988796,0.0,0.11434556440970636,0.15372517456988796,0.0,0.0030995762151431873,0.5,0.15372517456988796,0.0,0.04860491033504621,0.15372517456988796,0.0,0.04142518337878696,0.15372517456988796,0.0,0.04472046226271949,0.15372517456988796,0.0,0.028245995598957824,0.15372517456988796,0.0,0.014019295887056261,0.15372517456988796,0.0,0.07005103783726899,0.15372517456988796,0.0,0.0476131750837983,0.5,0.15372517456988796,0.0,0.003805848136547316,0.0,0.01361210618927396,0.5269111888392907 -4203,0.5,0.15372517456988796,0.0,0.06081388058538398,0.15372517456988796,0.0,0.008360821100865773,0.15372517456988796,0.0,0.023889793260144444,0.15372517456988796,0.0,0.03617198552156735,0.15372517456988796,0.0,0.03262947584092163,0.15372517456988796,0.0,0.08333222421328174,0.15372517456988796,0.0,0.047080645699341304,0.15372517456988796,0.0,0.07422936387075572,0.5,0.15372517456988796,0.0,0.12786669491085928,0.15372517456988796,0.0,0.0020925898811023753,0.5,0.15372517456988796,0.0,0.05173319632305267,0.15372517456988796,0.0,0.03947560091370604,0.15372517456988796,0.0,0.05024487181244543,0.15372517456988796,0.0,0.024899814866556923,0.15372517456988796,0.0,0.012114205460530733,0.15372517456988796,0.0,0.08124591602998618,0.15372517456988796,0.0,0.05354070204185851,0.5,0.15372517456988796,0.0,0.0019079801486465032,0.0,0.014708961300977787,0.44954766110716543 -4204,0.5,0.15372517456988796,0.0,0.059020210451203606,0.15372517456988796,0.0,0.011527788741303495,0.15372517456988796,0.0,0.03421550352734252,0.15372517456988796,0.0,0.045104998937901486,0.15372517456988796,0.0,0.028357313018867403,0.15372517456988796,0.0,0.08024909497194148,0.15372517456988796,0.0,0.0432462280529623,0.15372517456988796,0.0,0.07898205839928363,0.5,0.15372517456988796,0.0,0.1280396312612629,0.15372517456988796,0.0,0.009847720702776007,0.5,0.15372517456988796,0.0,0.06320429550045246,0.15372517456988796,0.0,0.04446120054144901,0.15372517456988796,0.0,0.05114663439754208,0.15372517456988796,0.0,0.021725269148429996,0.15372517456988796,0.0,0.011619483548087707,0.15372517456988796,0.0,0.09125146087074508,0.15372517456988796,0.0,0.061216021860711144,0.5,0.15372517456988796,0.0,0.003984362205802681,0.0,0.014477056997296392,0.3328066788991741 -4205,0.5,0.15372517456988796,0.008421988084851405,0.05747417925382739,0.15372517456988796,0.0009184135742313026,0.029859132847595518,0.15372517456988796,0.0011743522887597024,0.05226886654119762,0.15372517456988796,0.0014991188602988981,0.06696941994700316,0.15372517456988796,0.0018802042968599176,0.021549682998570824,0.15372517456988796,7.040164378435782e-05,0.07468531061294872,0.15372517456988796,0.0008811874221648521,0.03779214103079773,0.15372517456988796,0.0,0.089828125262557,0.5,0.15372517456988796,0.0,0.12317060625366222,0.15372517456988796,3.6089332695917744e-05,0.013548840923847155,0.5,0.15372517456988796,1.2883801743011351e-05,0.0856169167734335,0.15372517456988796,0.0,0.0492808454885398,0.15372517456988796,0.0028737903475023092,0.05115267598713505,0.15372517456988796,0.0024127043112328462,0.020325014305172015,0.15372517456988796,0.002294208442850822,0.013310206306426145,0.15372517456988796,0.0002970921076199824,0.11386031207257465,0.15372517456988796,0.00097870492887811,0.08229699798472659,0.5,0.15372517456988796,0.0015612308920436048,0.015506202988252544,0.0,0.01085627511913779,0.2507796793588808 -4206,0.5,0.15372517456988796,0.052815740638316164,0.0692659530964011,0.15372517456988796,0.025276207301058114,0.06089305112566446,0.15372517456988796,0.021438872445603035,0.08657904798633131,0.15372517456988796,0.014212970861058246,0.1128054980045234,0.15372517456988796,0.05291484581602961,0.01789921826126705,0.15372517456988796,0.04227350144147901,0.06992728981962067,0.15372517456988796,0.04730703866557025,0.03667387504655522,0.15372517456988796,0.01672474457415243,0.12640650774680628,0.5,0.15372517456988796,0.02342253499066424,0.16713328946238562,0.15372517456988796,0.03854930853980328,0.009416547048411562,0.5,0.15372517456988796,0.03368514744978964,0.12817237236278525,0.15372517456988796,0.02286265243738907,0.07090940371390438,0.15372517456988796,0.04248451985724359,0.04537399909115592,0.15372517456988796,0.043826203753427155,0.02081410384071295,0.15372517456988796,0.039530745289711504,0.017516743238063917,0.15372517456988796,0.012250612046222848,0.14145915296607872,0.15372517456988796,0.042116874707208686,0.1295355698897337,0.5,0.15372517456988796,0.05150745467807745,0.018417725087213253,0.0,0.0056122576993907275,0.19653541888325338 -4207,0.5,0.15372517456988796,0.12281096097587313,0.0947918240764397,0.15372517456988796,0.0989696964088557,0.10589791701523607,0.15372517456988796,0.05800206675061427,0.1256020620882507,0.15372517456988796,0.0372225235458749,0.17658708527420405,0.15372517456988796,0.12515503550244977,0.02956305824175486,0.15372517456988796,0.11324396128770317,0.09015935571397574,0.15372517456988796,0.12377566869719009,0.05419283491506401,0.15372517456988796,0.06227780290731601,0.17014925396738956,0.5,0.15372517456988796,0.07172811502105189,0.3155376658691006,0.15372517456988796,0.09772142696647276,0.02574395832712998,0.5,0.15372517456988796,0.0997640765171577,0.25206119826610474,0.15372517456988796,0.07523447795823152,0.1374220412883935,0.15372517456988796,0.11562142389256741,0.06911793698174709,0.15372517456988796,0.09890552596959591,0.02967324078639441,0.15372517456988796,0.09620712283632461,0.03137000957530914,0.15372517456988796,0.047373560032867607,0.1729186805263511,0.15372517456988796,0.11474297481760007,0.23719263677091154,0.5,0.15372517456988796,0.12428185160069839,0.04693608896987839,0.0,0.003458909772825391,0.13895175206964613 -4208,0.5,0.15372517456988796,0.22602460969114632,0.12338070252244958,0.15372517456988796,0.22196386355964606,0.14643663529915998,0.15372517456988796,0.09683610133398014,0.16402773686787764,0.15372517456988796,0.06912102158287237,0.2221200749158317,0.15372517456988796,0.24100143237971522,0.07123318879824868,0.15372517456988796,0.2308349565876306,0.15248404640499846,0.15372517456988796,0.24339772413998628,0.10379517564041141,0.15372517456988796,0.16228620837501104,0.19658533136126316,0.5,0.15372517456988796,0.11781192247927462,0.4469052099421093,0.15372517456988796,0.1835899685699517,0.04750745619869124,0.5,0.15372517456988796,0.17556026074600864,0.3544135545977338,0.15372517456988796,0.15799924712194766,0.20796124862463872,0.15372517456988796,0.241097146716687,0.10910765408141163,0.15372517456988796,0.17745707621150345,0.06164508902535245,0.15372517456988796,0.17861306930870602,0.05826240130866951,0.15372517456988796,0.10513155897037718,0.2256365785327042,0.15372517456988796,0.1943895474394064,0.3067404527218434,0.5,0.15372517456988796,0.23032262335068132,0.08062751110034769,0.0,0.007630049766165318,0.07631345038208026 -4209,0.5,0.15372517456988796,0.3407007977861157,0.15659446555053158,0.15372517456988796,0.3655423993914324,0.1641198923946883,0.15372517456988796,0.12053444632227142,0.22919960040837897,0.15372517456988796,0.06683449942086399,0.24434797866567246,0.15372517456988796,0.35950619109309934,0.106951334236174,0.15372517456988796,0.35701094118703974,0.21609567728321022,0.15372517456988796,0.36819275234458726,0.15418801719910744,0.15372517456988796,0.2959289200516209,0.2532040711061241,0.5,0.15372517456988796,0.17943867502697067,0.465647102835343,0.15372517456988796,0.26696434479917636,0.06748237859843288,0.5,0.15372517456988796,0.2283457070508494,0.3834445188630767,0.15372517456988796,0.27069495715975517,0.29173303289294095,0.15372517456988796,0.3685462548368141,0.10842459201006131,0.15372517456988796,0.2459728924086682,0.09279259742701114,0.15372517456988796,0.27207327113575647,0.09986671049695617,0.15372517456988796,0.18731998322185694,0.2467213218831791,0.15372517456988796,0.27033997417505895,0.3485605158103848,0.5,0.15372517456988796,0.3439891603269657,0.13395720650655027,0.0,0.019285751830357297,0.03300496735531487 -4210,0.5,0.15372517456988796,0.459520319934277,0.19420996460096815,0.15372517456988796,0.517360990512038,0.18254827731726594,0.15372517456988796,0.20573901967868385,0.2943315129033312,0.15372517456988796,0.09590989605324271,0.2733471590229634,0.15372517456988796,0.4311590887025788,0.14757429984734688,0.15372517456988796,0.4819235404077933,0.2687630874286375,0.15372517456988796,0.4739089107675166,0.1533429728393133,0.15372517456988796,0.38594422418266566,0.2869131121449224,0.5,0.15372517456988796,0.25585860346902944,0.4601754423294234,0.15372517456988796,0.3551840849002652,0.09935548710309297,0.5,0.15372517456988796,0.21965436602169006,0.4519680312724994,0.15372517456988796,0.36539306854016057,0.35169895762222925,0.15372517456988796,0.4914539077700335,0.10588522135189109,0.15372517456988796,0.2997409908574379,0.1038944717802712,0.15372517456988796,0.327126536662259,0.10865516240928808,0.15372517456988796,0.3023204363587813,0.23184703174392896,0.15372517456988796,0.35093032780594513,0.40542830279271524,0.5,0.15372517456988796,0.444020564958741,0.18756154672857517,0.0,0.023650495062938016,0.02487895017294942 -4211,0.5,0.15372517456988796,0.5245187467050862,0.23642291239055427,0.15372517456988796,0.624112891574792,0.19939422850522376,0.15372517456988796,0.25021772064072795,0.2762485636494464,0.15372517456988796,0.1531559472435422,0.28951542193088503,0.15372517456988796,0.4915102370869123,0.17083741046040543,0.15372517456988796,0.5864431233320815,0.27422036439834346,0.15372517456988796,0.5747269056710811,0.15312510091099535,0.15372517456988796,0.4691546179510296,0.27415689681549504,0.5,0.15372517456988796,0.3516061799290961,0.4544305400824789,0.15372517456988796,0.41777678773237703,0.1174540080600514,0.5,0.15372517456988796,0.3227061714388652,0.4297584975484015,0.15372517456988796,0.42966785575887784,0.40019500647134915,0.15372517456988796,0.5786904277596016,0.10324959045289867,0.15372517456988796,0.4231534076623457,0.11591149822720603,0.15372517456988796,0.37810645258732034,0.10253751429945189,0.15372517456988796,0.3337835206514528,0.21109556504926408,0.15372517456988796,0.40567316223244365,0.4379991173993748,0.5,0.15372517456988796,0.407119405153207,0.20574376420837845,0.0,0.02307982216035104,0.024068807302306486 -4212,0.5,0.15372517456988796,0.5430932787373624,0.2541251720206203,0.15372517456988796,0.6790757557570949,0.21730618837722235,0.15372517456988796,0.2555324259515215,0.24985731218781593,0.15372517456988796,0.20340880494158448,0.2932794565785413,0.15372517456988796,0.5604938655057999,0.1873000372985047,0.15372517456988796,0.6343005016120513,0.32026609487283086,0.15372517456988796,0.5968339054502323,0.1939731338836041,0.15372517456988796,0.5825378296787119,0.27249912074660976,0.5,0.15372517456988796,0.3900538786307332,0.40881162389474746,0.15372517456988796,0.3942995888583437,0.1445684358247184,0.5,0.15372517456988796,0.43167270940783664,0.4077292828012912,0.15372517456988796,0.5431736038465275,0.5056719553825906,0.15372517456988796,0.6289073752061167,0.10049547129688947,0.15372517456988796,0.5111751668407761,0.12612996686101996,0.15372517456988796,0.43557120798648247,0.10778481145306146,0.15372517456988796,0.27314784502651546,0.2043596215814389,0.15372517456988796,0.37967092467574,0.4470881052541285,0.5,0.15372517456988796,0.42085384254697544,0.23591120115795328,0.0,0.023166372229704114,0.025211189057401048 -4213,0.5,0.15372517456988796,0.5191837012100741,0.24598682903280114,0.15372517456988796,0.7032258587458875,0.2174528702789653,0.15372517456988796,0.21076279827256494,0.2617608549925351,0.15372517456988796,0.190907527923541,0.279839949483086,0.15372517456988796,0.2961616145329807,0.15927462378348628,0.15372517456988796,0.6137090677443111,0.36197279382871267,0.15372517456988796,0.5276485532142094,0.22831298527638344,0.15372517456988796,0.6048733203910409,0.27044433612040664,0.5,0.15372517456988796,0.49034951440178065,0.38221034059904924,0.15372517456988796,0.49167417878516895,0.18475254081129489,0.5,0.15372517456988796,0.40446750808303483,0.43921126634379903,0.15372517456988796,0.5612692831894335,0.5732964523689553,0.15372517456988796,0.6375564747057043,0.09925552378055118,0.15372517456988796,0.42453876298868654,0.1193922485068485,0.15372517456988796,0.46079597911641623,0.13168518619166408,0.15372517456988796,0.3015439430465747,0.2180762428227532,0.15372517456988796,0.3100532286447801,0.5008899196883043,0.5,0.15372517456988796,0.39582194874802745,0.27543463435287524,0.0,0.025954493191500422,0.028475890090892873 -4214,0.5,0.15372517456988796,0.5115852198841223,0.2495175948913902,0.15372517456988796,0.6826591395513828,0.23927894132851116,0.15372517456988796,0.2411284658323854,0.2890506632255762,0.15372517456988796,0.19773002523245434,0.2368179607951045,0.15372517456988796,0.13700138371648649,0.14238458856386826,0.15372517456988796,0.5641840717645099,0.3796558294791742,0.15372517456988796,0.4824866249270181,0.22983332419562247,0.15372517456988796,0.6152879580053903,0.27932003687682677,0.5,0.15372517456988796,0.5480544104039891,0.33695010632306466,0.15372517456988796,0.4681917488088525,0.23903824360677053,0.5,0.15372517456988796,0.36111782249780566,0.5099890899925087,0.15372517456988796,0.47415144766689854,0.6087027649829047,0.15372517456988796,0.608176192836539,0.1049597043738429,0.15372517456988796,0.34361066750313274,0.10044943427375172,0.15372517456988796,0.24796881425097633,0.12115199667157346,0.15372517456988796,0.41581089871880833,0.2322201862352881,0.15372517456988796,0.2732593504116916,0.5417445436555269,0.5,0.15372517456988796,0.3882205731870288,0.2955647218144337,0.0,0.02969473838503633,0.02400446564666276 -4215,0.5,0.15372517456988796,0.46258583769154765,0.25821077976467444,0.15372517456988796,0.5929152552017881,0.2984875818883965,0.15372517456988796,0.29778553283247344,0.32019387926882464,0.15372517456988796,0.19116718112561704,0.19139184484555094,0.15372517456988796,0.1697740015006391,0.1299632596929705,0.15372517456988796,0.4866183666036239,0.3876897213195371,0.15372517456988796,0.36589864603708816,0.2851464908011236,0.15372517456988796,0.5575647072335466,0.3029418031520965,0.5,0.15372517456988796,0.49846171476622025,0.2977510781489192,0.15372517456988796,0.3458933553310306,0.2141556991464079,0.5,0.15372517456988796,0.4079319632993901,0.4857902404672804,0.15372517456988796,0.3173280876277115,0.5637925826287847,0.15372517456988796,0.5517349220483034,0.10839845314155735,0.15372517456988796,0.3391594721383798,0.08930763166309341,0.15372517456988796,0.251954640999872,0.09969871867389585,0.15372517456988796,0.40299958317314954,0.2478336506224744,0.15372517456988796,0.22512800704031014,0.48864063782964445,0.5,0.15372517456988796,0.274476112532176,0.3444731653264024,0.0,0.04825852308349604,0.016666078757329707 -4216,0.5,0.15372517456988796,0.35546423030909435,0.2639163765880116,0.15372517456988796,0.49203550294792714,0.3074349814159392,0.15372517456988796,0.23912758896356762,0.30705791370105134,0.15372517456988796,0.17497400423592563,0.16334723483714406,0.15372517456988796,0.28676316414879777,0.13853898338317597,0.15372517456988796,0.46251001935875036,0.36278967602217205,0.15372517456988796,0.3000140569940509,0.3094265582962688,0.15372517456988796,0.4532019738498877,0.292219078490358,0.5,0.15372517456988796,0.43217623213387246,0.27252776072761153,0.15372517456988796,0.1489422220884775,0.18851675998404643,0.5,0.15372517456988796,0.3225044349874819,0.3893989846290283,0.15372517456988796,0.221486965706531,0.4362468587143252,0.15372517456988796,0.45069621543488403,0.1048076850951609,0.15372517456988796,0.285555394012199,0.08838994815511533,0.15372517456988796,0.23181567860835578,0.08654674639549323,0.15372517456988796,0.3325402535953233,0.2566850796896344,0.15372517456988796,0.20562923404137906,0.4025750064865089,0.5,0.15372517456988796,0.1523378125426101,0.3801563016817814,0.0,0.07700605816270946,0.014514105088454647 -4217,0.5,0.15372517456988796,0.2912071471411338,0.28547572403226423,0.15372517456988796,0.3729113980045071,0.2665428310134854,0.15372517456988796,0.16486801928777212,0.25913474768376404,0.15372517456988796,0.14328087708326248,0.12796260416894126,0.15372517456988796,0.2683966267571903,0.13355037605477316,0.15372517456988796,0.34008962346437793,0.3154563353439031,0.15372517456988796,0.2289267358012192,0.2939887726246624,0.15372517456988796,0.3539582144409232,0.23569859177732738,0.5,0.15372517456988796,0.33319416279368635,0.22008146538178486,0.15372517456988796,0.12076843267583867,0.17398289421275978,0.5,0.15372517456988796,0.28151287609890385,0.3071817038225965,0.15372517456988796,0.1622317444632922,0.3279782760638569,0.15372517456988796,0.34582944625539763,0.10125797334169213,0.15372517456988796,0.19618508461714462,0.09076438882174913,0.15372517456988796,0.23110929237435676,0.08162520959695196,0.15372517456988796,0.19867998602545545,0.2437634330481871,0.15372517456988796,0.15235465442459403,0.3194395887902318,0.5,0.15372517456988796,0.10785298037245919,0.31000806674377346,0.0,0.10528824683434655,0.020175366429604057 -4218,0.5,0.15372517456988796,0.2083458973197967,0.3192159934884884,0.15372517456988796,0.26424787700394836,0.23282771060979435,0.15372517456988796,0.13897513090493271,0.1622581015949479,0.15372517456988796,0.13028175970844655,0.08172481423073,0.15372517456988796,0.22757772658906905,0.08883592620711685,0.15372517456988796,0.24170547357497957,0.26654017064778784,0.15372517456988796,0.15662376876887119,0.21783389682447657,0.15372517456988796,0.2530923584508254,0.17937632994196484,0.5,0.15372517456988796,0.22954145705668677,0.14570511859994242,0.15372517456988796,0.09257693597345053,0.13821622630550892,0.5,0.15372517456988796,0.18597972353262138,0.20935691583406787,0.15372517456988796,0.1067115416139414,0.2585037901103471,0.15372517456988796,0.2539729894779443,0.0937368335551392,0.15372517456988796,0.15428307178954004,0.0983461392531273,0.15372517456988796,0.21891947172255516,0.07192990877472633,0.15372517456988796,0.13211632056017802,0.17654240475717872,0.15372517456988796,0.07308578362130849,0.25278782811978484,0.5,0.15372517456988796,0.11032359680632839,0.28588839366603774,0.0,0.10793203146937852,0.026501590469893702 -4219,0.5,0.15372517456988796,0.10883169996822345,0.27061469718069586,0.15372517456988796,0.13572223514959839,0.15905136179550738,0.15372517456988796,0.07780532218812039,0.07277550038517565,0.15372517456988796,0.07891359144287713,0.04120340729001843,0.15372517456988796,0.12819204279614416,0.03607632904750073,0.15372517456988796,0.14154076274280203,0.1878349471223139,0.15372517456988796,0.0817002404660874,0.12918085883388655,0.15372517456988796,0.13128652687329584,0.11737547359660726,0.5,0.15372517456988796,0.13115045889649218,0.06409889653930416,0.15372517456988796,0.05292436435966521,0.10058997627717448,0.5,0.15372517456988796,0.08716131189748785,0.1588054314038053,0.15372517456988796,0.06075081383020148,0.20903269353143192,0.15372517456988796,0.13934688175779625,0.07105491374164295,0.15372517456988796,0.103975196843529,0.09396633233671997,0.15372517456988796,0.12872298020017203,0.04313959170074769,0.15372517456988796,0.09169442046529085,0.10779308470927734,0.15372517456988796,0.031105884210698518,0.21721494104875327,0.5,0.15372517456988796,0.057990183834689096,0.21763802314384967,0.0,0.11912109285956517,0.027094477923132507 -4220,0.5,0.15372517456988796,0.02902242600490864,0.14725225209076542,0.15372517456988796,0.04107997388857132,0.06543360791421947,0.15372517456988796,0.017691157746245315,0.024053391775938397,0.15372517456988796,0.01555212770628064,0.024852028860711868,0.15372517456988796,0.04833857309238569,0.0077910019087625544,0.15372517456988796,0.039999918780503796,0.10151565741826603,0.15372517456988796,0.03244367279880852,0.046941409272375716,0.15372517456988796,0.03431840524415729,0.09598486002429554,0.5,0.15372517456988796,0.036556620633880606,0.01950789396282332,0.15372517456988796,0.007374885838429644,0.06938375128188619,0.5,0.15372517456988796,0.023598251498375085,0.09757456998831858,0.15372517456988796,0.013974282105112312,0.1297631259879624,0.15372517456988796,0.04657418426410848,0.031010585869853818,0.15372517456988796,0.042328279258318224,0.07641970815650645,0.15372517456988796,0.03508046697132927,0.022136730001097598,0.15372517456988796,0.028619898280026847,0.04461562980804255,0.15372517456988796,0.005475915907985885,0.17785728135196638,0.5,0.15372517456988796,8.57225818177041e-05,0.15065771980390308,0.0,0.1126809769042451,0.025514816786046928 -4221,0.5,0.15372517456988796,0.0,0.09560835050465394,0.15372517456988796,0.0,0.04471033962313687,0.15372517456988796,0.0,0.010346443129183813,0.15372517456988796,0.0,0.025568953879287284,0.15372517456988796,0.0,0.011888872940081327,0.15372517456988796,0.0,0.04615813055421104,0.15372517456988796,0.0,0.013067014328156597,0.15372517456988796,0.0,0.07474464265276452,0.5,0.15372517456988796,0.0,0.019570895544318262,0.15372517456988796,0.0,0.054915110935338136,0.5,0.15372517456988796,0.0,0.08030217513052604,0.15372517456988796,0.0,0.08636034544979851,0.15372517456988796,0.0,0.028175032545322668,0.15372517456988796,0.0,0.06312266541414716,0.15372517456988796,0.0,0.022320655054635766,0.15372517456988796,0.0,0.02657014754382792,0.15372517456988796,0.0,0.1415536919279158,0.5,0.15372517456988796,0.0,0.1399703010715999,0.0,0.08180473302738483,0.028150441806570878 -4222,0.5,0.15372517456988796,0.0,0.0703816023702326,0.15372517456988796,0.0,0.02363774036994137,0.15372517456988796,0.0,0.006445661857848989,0.15372517456988796,0.0,0.03082022476278537,0.15372517456988796,0.0,0.016749583491396058,0.15372517456988796,0.0,0.024763743745541016,0.15372517456988796,0.0,0.006134487939735761,0.15372517456988796,0.0,0.04749992909501488,0.5,0.15372517456988796,0.0,0.02513612132054243,0.15372517456988796,0.0,0.039471363285692715,0.5,0.15372517456988796,0.0,0.06166616152901702,0.15372517456988796,0.0,0.06341355261843604,0.15372517456988796,0.0,0.021652570362358552,0.15372517456988796,0.0,0.05337735399510375,0.15372517456988796,0.0,0.02060787402740786,0.15372517456988796,0.0,0.022192408134419847,0.15372517456988796,0.0,0.10842686598952142,0.5,0.15372517456988796,0.0,0.11971805622803133,0.0,0.05314872306221559,0.03366709466684057 -4223,0.5,0.15372517456988796,0.0,0.05265911836036375,0.15372517456988796,0.0,0.010424950242041757,0.15372517456988796,0.0,0.006129043958750342,0.15372517456988796,0.0,0.03368135206224227,0.15372517456988796,0.0,0.01707368871785807,0.15372517456988796,0.0,0.016625886090609013,0.15372517456988796,0.0,0.003963854025094949,0.15372517456988796,0.0,0.02508526123291857,0.5,0.15372517456988796,0.0,0.023342263312071544,0.15372517456988796,0.0,0.030096315932574044,0.5,0.15372517456988796,0.0,0.04755494338010534,0.15372517456988796,0.0,0.05034953718571601,0.15372517456988796,0.0,0.012991253499295898,0.15372517456988796,0.0,0.042742822863690036,0.15372517456988796,0.0,0.01760850326266331,0.15372517456988796,0.0,0.017220447910855138,0.15372517456988796,0.0,0.08238383978242943,0.5,0.15372517456988796,0.0,0.10457525838337128,0.0,0.03353293607899918,0.028524345415162192 -4224,0.5,0.15372517456988796,0.0,0.04157528257107725,0.15372517456988796,0.0,0.008651809527235913,0.15372517456988796,0.0,0.006262596935934854,0.15372517456988796,0.0,0.030520492162805692,0.15372517456988796,0.0,0.014186315536360468,0.15372517456988796,0.0,0.014230148276885572,0.15372517456988796,0.0,0.00359076684109508,0.15372517456988796,0.0,0.014483172418686418,0.5,0.15372517456988796,0.0,0.017773282917556317,0.15372517456988796,0.0,0.024123135151443993,0.5,0.15372517456988796,0.0,0.041184785706381455,0.15372517456988796,0.0,0.04055915208110316,0.15372517456988796,0.0,0.010597524284184872,0.15372517456988796,0.0,0.03362829933813251,0.15372517456988796,0.0,0.015550704444159007,0.15372517456988796,0.0,0.012274503856094509,0.15372517456988796,0.0,0.06102028671889908,0.5,0.15372517456988796,0.0,0.08219557733730229,0.0,0.020811592079130165,0.021291011993518003 -4225,0.5,0.15372517456988796,0.0,0.034251452048017494,0.15372517456988796,0.0,0.013763525765778564,0.15372517456988796,0.0,0.005316460612012042,0.15372517456988796,0.0,0.027035435142156814,0.15372517456988796,0.0,0.010672899721730042,0.15372517456988796,0.0,0.012291107964757141,0.15372517456988796,0.0,0.0037010733289978585,0.15372517456988796,0.0,0.008956507796354657,0.5,0.15372517456988796,0.0,0.010134228769857947,0.15372517456988796,0.0,0.024057693225642916,0.5,0.15372517456988796,0.0,0.037607690977532734,0.15372517456988796,0.0,0.033044955388618076,0.15372517456988796,0.0,0.010426948227052705,0.15372517456988796,0.0,0.026705453988836253,0.15372517456988796,0.0,0.01601778807701825,0.15372517456988796,0.0,0.009905877579697912,0.15372517456988796,0.0,0.04524973505093694,0.5,0.15372517456988796,0.0,0.06694303066043188,0.0,0.015450854504408395,0.015480518050178735 -4226,0.5,0.15372517456988796,0.0,0.028420186621495043,0.15372517456988796,0.0,0.018393068918254003,0.15372517456988796,0.0,0.004489422309843203,0.15372517456988796,0.0,0.026274832995021213,0.15372517456988796,0.0,0.006763133600285962,0.15372517456988796,0.0,0.010409148748983976,0.15372517456988796,0.0,0.003883308625380697,0.15372517456988796,0.0,0.005560481574403347,0.5,0.15372517456988796,0.0,0.0058719617545322095,0.15372517456988796,0.0,0.028274846674492312,0.5,0.15372517456988796,0.0,0.031657680547799064,0.15372517456988796,0.0,0.02838427139021701,0.15372517456988796,0.0,0.01007141664633084,0.15372517456988796,0.0,0.020691701035559187,0.15372517456988796,0.0,0.016628052004454205,0.15372517456988796,0.0,0.007471550184571506,0.15372517456988796,0.0,0.0358046391308576,0.5,0.15372517456988796,0.0,0.054238956650156794,0.0,0.011903479254567044,0.009684582597070715 -4227,0.5,0.15372517456988796,0.0,0.02437192653818639,0.15372517456988796,0.0,0.016166973863081482,0.15372517456988796,0.0,0.004535659044908119,0.15372517456988796,0.0,0.02489976395948901,0.15372517456988796,0.0,0.004112866983348256,0.15372517456988796,0.0,0.007887871115639163,0.15372517456988796,0.0,0.004709332094204073,0.15372517456988796,0.0,0.0040347077438767955,0.5,0.15372517456988796,0.0,0.005727068381296701,0.15372517456988796,0.0,0.03254408928299571,0.5,0.15372517456988796,0.0,0.02007725540319653,0.15372517456988796,0.0,0.02237432714161595,0.15372517456988796,0.0,0.010731703301375425,0.15372517456988796,0.0,0.01830651588941795,0.15372517456988796,0.0,0.01772430736716553,0.15372517456988796,0.0,0.006312645003557305,0.15372517456988796,0.0,0.03215495543259529,0.5,0.15372517456988796,0.0,0.052889803898104076,0.0,0.01188835092017496,0.005429767429857986 -4228,0.5,0.15372517456988796,0.0,0.01954791260637707,0.15372517456988796,0.0,0.01533566526598749,0.15372517456988796,0.0,0.004233460530727991,0.15372517456988796,0.0,0.020977776457392086,0.15372517456988796,0.0,0.0031051640848956995,0.15372517456988796,0.0,0.0065318070971146875,0.15372517456988796,0.0,0.005433869384133115,0.15372517456988796,0.0,0.003371839819066346,0.5,0.15372517456988796,0.0,0.006873319520724351,0.15372517456988796,0.0,0.028712344255656542,0.5,0.15372517456988796,0.0,0.01270652257463966,0.15372517456988796,0.0,0.018810614552136822,0.15372517456988796,0.0,0.012478030695470039,0.15372517456988796,0.0,0.01926458807083309,0.15372517456988796,0.0,0.01934054803889384,0.15372517456988796,0.0,0.004860916520317161,0.15372517456988796,0.0,0.03012270312161852,0.5,0.15372517456988796,0.0,0.06130929170721884,0.0,0.014996787941516163,0.0029254028567318848 -4229,0.5,0.15372517456988796,0.013198975549473623,0.013707594430136636,0.15372517456988796,0.0054156730415694885,0.017513071287585457,0.15372517456988796,0.0038282304076384713,0.0027151173705797504,0.15372517456988796,0.008358229133563398,0.016095757244976815,0.15372517456988796,0.0016368307562303836,0.0023730409070346348,0.15372517456988796,4.5779104673565466e-05,0.006490696730207972,0.15372517456988796,0.000940499482806934,0.009273285204092806,0.15372517456988796,0.0,0.003706239092406376,0.5,0.15372517456988796,0.0,0.008771625315656244,0.15372517456988796,1.2591105883050215e-05,0.03708887725364854,0.5,0.15372517456988796,7.911685890613124e-06,0.010782366123295492,0.15372517456988796,7.102430783180497e-07,0.01999566946364646,0.15372517456988796,0.006173862648070216,0.013360139068625675,0.15372517456988796,0.0026003238148376534,0.020492778628395405,0.15372517456988796,0.003577232236279244,0.02095655971528867,0.15372517456988796,0.0012989116618323062,0.004248750166118303,0.15372517456988796,0.0006135767024066329,0.02733967463393355,0.5,0.15372517456988796,0.0006914407789765857,0.07014291681412205,0.0,0.018940197922309252,0.001516086106239583 -4230,0.5,0.15372517456988796,0.07669345836464916,0.013777047155914676,0.15372517456988796,0.06600356155382744,0.019161331465105555,0.15372517456988796,0.06275391872205686,0.001321758658850715,0.15372517456988796,0.07283036363168723,0.015566354202158857,0.15372517456988796,0.05082815892500448,0.0017753813406383638,0.15372517456988796,0.04284133217711293,0.005907899704949742,0.15372517456988796,0.04991563165937871,0.00975016568074812,0.15372517456988796,0.03687895496175219,0.0034380111273806966,0.5,0.15372517456988796,0.03790777091714499,0.00960312371989654,0.15372517456988796,0.03383274721965484,0.07150942434462242,0.5,0.15372517456988796,0.04519634342148786,0.008820973919724464,0.15372517456988796,0.0426918512600592,0.01656313212308117,0.15372517456988796,0.06642264118448815,0.013899551145665505,0.15372517456988796,0.04745054535760085,0.020410883808628738,0.15372517456988796,0.06018920354407872,0.01937708035414849,0.15372517456988796,0.05372215392336482,0.003918697182487756,0.15372517456988796,0.038612303297108456,0.030365843446379964,0.5,0.15372517456988796,0.02300377121941454,0.1053037943693407,0.0,0.022831824880885983,0.0006723666261477408 -4231,0.5,0.15372517456988796,0.1639673389365215,0.02858620835032377,0.15372517456988796,0.1435936912003197,0.03526231465713304,0.15372517456988796,0.14526085015319798,0.001932762472992054,0.15372517456988796,0.16246218340263693,0.028909337953508918,0.15372517456988796,0.12313239123475482,0.0018562297356171818,0.15372517456988796,0.1111752327982187,0.007199180811736058,0.15372517456988796,0.12296427620721015,0.007128674804360499,0.15372517456988796,0.11015126529484723,0.005825195816605249,0.5,0.15372517456988796,0.11265377512500045,0.014933486693334674,0.15372517456988796,0.09992347490702005,0.15045346288522315,0.5,0.15372517456988796,0.12317511409350707,0.020958342497092303,0.15372517456988796,0.12251070359977623,0.03630411774750282,0.15372517456988796,0.14193925815539182,0.017506505563260354,0.15372517456988796,0.11348690268980327,0.02496693754545211,0.15372517456988796,0.13771021587971105,0.02542395300763549,0.15372517456988796,0.13165695285343545,0.005134817679208023,0.15372517456988796,0.11369920456571078,0.06337918885017661,0.5,0.15372517456988796,0.07101768110375319,0.1431904422249777,0.0,0.02853814299968999,0.0001679870086493911 -4232,0.5,0.15372517456988796,0.2861325856432683,0.044691701043516004,0.15372517456988796,0.26335626380120425,0.06514315198219682,0.15372517456988796,0.2641763854718524,0.0029236314688957914,0.15372517456988796,0.2848571286136792,0.03323019211499873,0.15372517456988796,0.23314491823211142,0.003668124388966664,0.15372517456988796,0.21286461271359075,0.01856870538539702,0.15372517456988796,0.23941373665329607,0.013108999767297565,0.15372517456988796,0.21843320560978752,0.022218785608146614,0.5,0.15372517456988796,0.22977195190145638,0.04802024736416939,0.15372517456988796,0.19126030563770846,0.21072015533592,0.5,0.15372517456988796,0.24326739189956043,0.1417737183909356,0.15372517456988796,0.24236209114877183,0.13584361042167306,0.15372517456988796,0.2592798357989047,0.030879998675613262,0.15372517456988796,0.20650720447498938,0.030881397529467315,0.15372517456988796,0.2570196159508055,0.03694277165798185,0.15372517456988796,0.2523486027422992,0.012377997853838626,0.15372517456988796,0.22134432276929936,0.12660453105828579,0.5,0.15372517456988796,0.15002673481900486,0.1540087495419446,0.0,0.03020443843437439,0.00018729951193566772 -4233,0.5,0.15372517456988796,0.41525853401699886,0.04822469576547941,0.15372517456988796,0.3881313336192118,0.047800785375055416,0.15372517456988796,0.39181446054194713,0.004855819564648492,0.15372517456988796,0.4191868458808485,0.03396947475195136,0.15372517456988796,0.3516925671870243,0.005948863362725999,0.15372517456988796,0.32495388286331134,0.029151285295016326,0.15372517456988796,0.36555683920983006,0.029654521819080834,0.15372517456988796,0.3400432167936481,0.04146544148977602,0.5,0.15372517456988796,0.3603337391523753,0.09413931016752208,0.15372517456988796,0.3021838399446942,0.21162585547533985,0.5,0.15372517456988796,0.37132989630817137,0.24029041432278794,0.15372517456988796,0.3684372258923471,0.17148970685709314,0.15372517456988796,0.3812034228305027,0.03275756000694547,0.15372517456988796,0.3083940456064629,0.023588640010778754,0.15372517456988796,0.38244741108501046,0.02928251437075974,0.15372517456988796,0.3824513084826036,0.03925818936471731,0.15372517456988796,0.3498645995799157,0.18467699102998555,0.5,0.15372517456988796,0.22403398328568197,0.1354404050283259,0.0,0.02828048109814018,0.0001099690969637695 -4234,0.5,0.15372517456988796,0.5472976877509144,0.046116537120157286,0.15372517456988796,0.5217950924931185,0.03460951096706072,0.15372517456988796,0.5203815458277835,0.01586150380216944,0.15372517456988796,0.5492852430588724,0.04165015780435573,0.15372517456988796,0.4815752839469784,0.011456178396465202,0.15372517456988796,0.4440250372010809,0.02980885210100597,0.15372517456988796,0.49665410824475964,0.04706924670961386,0.15372517456988796,0.4596166111823574,0.036087594312607364,0.5,0.15372517456988796,0.48766922399158646,0.09662235109222496,0.15372517456988796,0.41548258259781007,0.17675732543287984,0.5,0.15372517456988796,0.49475796060182964,0.23966883009485154,0.15372517456988796,0.49238024954127374,0.18059656545219582,0.15372517456988796,0.5106716367665278,0.020458777909599178,0.15372517456988796,0.4172949607427091,0.01073220146416488,0.15372517456988796,0.5081847125154361,0.01846084510212888,0.15372517456988796,0.5086562161796537,0.07135405660676186,0.15372517456988796,0.4756347743528815,0.20400905519688867,0.5,0.15372517456988796,0.3155872517345668,0.11119104127949797,0.0,0.024222839362070484,0.00048078412108706263 -4235,0.5,0.15372517456988796,0.6455983753787347,0.042599086255651536,0.15372517456988796,0.629148278246766,0.019262619390548786,0.15372517456988796,0.5979313452512746,0.04037930109246421,0.15372517456988796,0.6303386960285239,0.0516747283175338,0.15372517456988796,0.5312740345239698,0.021750944115009694,0.15372517456988796,0.5575039604564236,0.026219075526001192,0.15372517456988796,0.5998095324725882,0.05848817597383428,0.15372517456988796,0.5669976142420446,0.02781218063997236,0.5,0.15372517456988796,0.6007733770835577,0.08921349401720503,0.15372517456988796,0.3823958736605779,0.17360512000167275,0.5,0.15372517456988796,0.5895340561977692,0.1970491235147976,0.15372517456988796,0.5755290184865911,0.19828928923677183,0.15372517456988796,0.5592401254754689,0.007768833022443333,0.15372517456988796,0.43965858538823466,0.004152894054657828,0.15372517456988796,0.573709461208288,0.012002522173407467,0.15372517456988796,0.6132892998211256,0.07808805295862821,0.15372517456988796,0.49504142198487644,0.17835368144951141,0.5,0.15372517456988796,0.4485823725438419,0.10451307487170242,0.0,0.019575223564400168,0.0009112318059578563 -4236,0.5,0.15372517456988796,0.6977160449200585,0.03699678390759185,0.15372517456988796,0.6920102852405967,0.010305603619266579,0.15372517456988796,0.6247721655137226,0.05809488732613528,0.15372517456988796,0.6844417662186573,0.06057171246577993,0.15372517456988796,0.6176650535696233,0.037647777695991626,0.15372517456988796,0.6231972837277461,0.026834280704506594,0.15372517456988796,0.6700889343676084,0.06924073510880589,0.15372517456988796,0.6331080150077504,0.029456223750701522,0.5,0.15372517456988796,0.6642792218580178,0.09396096231025095,0.15372517456988796,0.44307669753000567,0.19881664643763117,0.5,0.15372517456988796,0.631805254374175,0.16771249108140082,0.15372517456988796,0.6176978348442143,0.2211505253097091,0.15372517456988796,0.6283039627256849,0.0022404854240100584,0.15372517456988796,0.5959862231660751,0.004249248986829178,0.15372517456988796,0.641696027499967,0.012602610411497055,0.15372517456988796,0.6736901888406055,0.08061407881091014,0.15372517456988796,0.4812974931501426,0.14313039514704917,0.5,0.15372517456988796,0.5035105313892763,0.10597522895321838,0.0,0.013346277043778975,9.976568851499547e-05 -4237,0.5,0.15372517456988796,0.7051331097014437,0.0326191917737791,0.15372517456988796,0.7014701401746564,0.0063274893066681045,0.15372517456988796,0.6309934648196688,0.06282326181745232,0.15372517456988796,0.7042079636269944,0.06521529946930374,0.15372517456988796,0.6200930238338253,0.04661963596519106,0.15372517456988796,0.6539101538396638,0.03056531869872107,0.15372517456988796,0.6964583877018432,0.07283784354595432,0.15372517456988796,0.6557212459140384,0.030702283987489122,0.5,0.15372517456988796,0.6908179872439443,0.10189942472035327,0.15372517456988796,0.535140163937883,0.24329759309890034,0.5,0.15372517456988796,0.6712756555453443,0.17632494810319752,0.15372517456988796,0.6672156017268467,0.2286671893845238,0.15372517456988796,0.6476784358344562,0.0011014235005386804,0.15372517456988796,0.6211268394051852,0.007005158668900001,0.15372517456988796,0.6491112667672794,0.016786035816524658,0.15372517456988796,0.6621749969455882,0.08648759045425099,0.15372517456988796,0.5175486429642084,0.13183077897230921,0.5,0.15372517456988796,0.5518175194143166,0.11898656339986592,0.0,0.008309930867643521,5.8679518973044645e-05 -4238,0.5,0.15372517456988796,0.6688622044905563,0.029181665361956856,0.15372517456988796,0.6294501696298878,0.0025136281971852386,0.15372517456988796,0.6036671923352941,0.0628679384866467,0.15372517456988796,0.6731750345559179,0.0695317968196078,0.15372517456988796,0.6070388490327352,0.0495681059381091,0.15372517456988796,0.6315810566757598,0.03203787529441467,0.15372517456988796,0.6823362015903534,0.06088761075110474,0.15372517456988796,0.6249864918460959,0.0377554418828108,0.5,0.15372517456988796,0.6761689466668648,0.1060483066810336,0.15372517456988796,0.5996005647216939,0.2717224205086345,0.5,0.15372517456988796,0.6758847615101217,0.2065241535914964,0.15372517456988796,0.6753042160871987,0.2172726097373936,0.15372517456988796,0.5914031085194248,0.0008859979797844238,0.15372517456988796,0.5786905525452827,0.01168944350078736,0.15372517456988796,0.5954993057416921,0.02087335105416817,0.15372517456988796,0.6329789124456056,0.08533959841761746,0.15372517456988796,0.4947214411557107,0.1365791992671782,0.5,0.15372517456988796,0.5551356821301059,0.15213496612753424,0.0,0.006136206355580165,0.0002482202358749144 -4239,0.5,0.15372517456988796,0.5940248155636499,0.028569901752572752,0.15372517456988796,0.5699695208132255,0.0008098597906095789,0.15372517456988796,0.5644856376153493,0.05871212769093907,0.15372517456988796,0.6024173320247329,0.07188287844357055,0.15372517456988796,0.5402263612082819,0.042264414610316006,0.15372517456988796,0.6239905379846422,0.026779669031099296,0.15372517456988796,0.6159565030777201,0.04585105082546856,0.15372517456988796,0.5744294952576351,0.03847032507361627,0.5,0.15372517456988796,0.6284933852287813,0.10372015294352635,0.15372517456988796,0.5958194056038905,0.265841006339206,0.5,0.15372517456988796,0.6284655523991913,0.20711567882372534,0.15372517456988796,0.6253626953330624,0.2094301711086095,0.15372517456988796,0.5227121182393284,0.0006981239527328279,0.15372517456988796,0.5234721657125392,0.018331867680891692,0.15372517456988796,0.5089360860065241,0.02265327104168141,0.15372517456988796,0.5790292191332919,0.0829457167106377,0.15372517456988796,0.46645680767906994,0.1451129727940661,0.5,0.15372517456988796,0.5550719438799636,0.18126065168327196,0.0,0.003923963759181199,0.0018311406797704602 -4240,0.5,0.15372517456988796,0.4635756683520463,0.03127821920696652,0.15372517456988796,0.4559956459692547,0.0008197243212153817,0.15372517456988796,0.43384035086931233,0.05626780643169241,0.15372517456988796,0.483205013576431,0.08338292489507429,0.15372517456988796,0.4331744213311247,0.03656486954435101,0.15372517456988796,0.5341124859076352,0.01712778057599251,0.15372517456988796,0.5125666543361461,0.03058949973901523,0.15372517456988796,0.4716122242235208,0.02929063836086436,0.5,0.15372517456988796,0.5327440734411557,0.09258250845032713,0.15372517456988796,0.520756206988017,0.2535232574761641,0.5,0.15372517456988796,0.5268136480074168,0.1795523571249203,0.15372517456988796,0.5303606154824222,0.20279841893953607,0.15372517456988796,0.4307509170398701,0.0005060641223854695,0.15372517456988796,0.419878075494142,0.030755625989478577,0.15372517456988796,0.4414759647248164,0.025314868923510595,0.15372517456988796,0.5007478673310197,0.07408722235727777,0.15372517456988796,0.4338845907556246,0.14876162775294063,0.5,0.15372517456988796,0.4607269721366921,0.20640159418002307,0.0,0.001160164026372539,0.007796834863150849 -4241,0.5,0.15372517456988796,0.34896845866947196,0.03545900576130306,0.15372517456988796,0.309662700198443,0.0009744235617538773,0.15372517456988796,0.3135590982085599,0.05520148891330859,0.15372517456988796,0.3470678688881095,0.08918775470693406,0.15372517456988796,0.3156119183845902,0.03342233119788016,0.15372517456988796,0.40535077858148205,0.009049600183200387,0.15372517456988796,0.3865215830475556,0.02252583441351657,0.15372517456988796,0.35313589954989877,0.01939070925347291,0.5,0.15372517456988796,0.3841940421486851,0.07982764437184549,0.15372517456988796,0.39158283615678935,0.23115016373945857,0.5,0.15372517456988796,0.38933991517534866,0.1448814929949134,0.15372517456988796,0.3989879718900026,0.18882828608533803,0.15372517456988796,0.3122019243980356,0.004418759170256497,0.15372517456988796,0.26460084944029993,0.04593481611391223,0.15372517456988796,0.3005197449997376,0.028273252520710047,0.15372517456988796,0.38593147768152497,0.06077644545356069,0.15372517456988796,0.34964185455776,0.14052925226118396,0.5,0.15372517456988796,0.33856696642639494,0.2205873596246401,0.0,0.0008416903724897273,0.014897205060332475 -4242,0.5,0.15372517456988796,0.2220006055949975,0.04208018236924069,0.15372517456988796,0.22777555623125414,0.002064290753950909,0.15372517456988796,0.22055423460250323,0.051301414975486986,0.15372517456988796,0.22480477119401346,0.076802995286765,0.15372517456988796,0.22881611273468933,0.0319298012824133,0.15372517456988796,0.27017694669346837,0.0046312807675992496,0.15372517456988796,0.2757756229865328,0.01791050699918914,0.15372517456988796,0.22580486493974344,0.012303701373942467,0.5,0.15372517456988796,0.2616603976846027,0.06643943660079003,0.15372517456988796,0.2562916879056844,0.1739359196847575,0.5,0.15372517456988796,0.25709349938584475,0.1116033645026264,0.15372517456988796,0.2642516889593347,0.15655696501939936,0.15372517456988796,0.2488975945389398,0.00996726498791493,0.15372517456988796,0.1897568506077678,0.07169486966659674,0.15372517456988796,0.2166996593989082,0.029704204660481032,0.15372517456988796,0.2626092575294754,0.043671244436738144,0.15372517456988796,0.23082170675172392,0.11754026558683965,0.5,0.15372517456988796,0.21725255486898587,0.21214738910745384,0.0,0.0020619582194038298,0.02340074294167313 -4243,0.5,0.15372517456988796,0.11635153674610736,0.03859916924287704,0.15372517456988796,0.1373623590919922,0.000978894319055357,0.15372517456988796,0.11404407541398012,0.024610325856336,0.15372517456988796,0.11155449005371337,0.02822485834663195,0.15372517456988796,0.12741408516094543,0.0231586486793744,0.15372517456988796,0.14804248554392374,0.0013152185098267216,0.15372517456988796,0.14640834483345852,0.0067753276534181575,0.15372517456988796,0.12854618616863084,0.0041354180790523585,0.5,0.15372517456988796,0.14045243124305368,0.021130415462573698,0.15372517456988796,0.12429214465267063,0.062311282490285655,0.5,0.15372517456988796,0.13191415917059296,0.052959271869823625,0.15372517456988796,0.13222648639464166,0.07073020807648799,0.15372517456988796,0.12909530736354408,0.014678111830437181,0.15372517456988796,0.1314447839279142,0.09259623871196075,0.15372517456988796,0.12521106515149286,0.016511240520413986,0.15372517456988796,0.13873949748657297,0.011714717480778382,0.15372517456988796,0.11502071241120504,0.0594700297797593,0.5,0.15372517456988796,0.09637190005270663,0.12054378164445537,0.0,0.0016913713338067373,0.028540690827264157 -4244,0.5,0.15372517456988796,0.029864738031486884,0.029286862395261935,0.15372517456988796,0.0374020069474814,0.000630071951023912,0.15372517456988796,0.026255696093556463,0.023671108915188838,0.15372517456988796,0.01827874642623024,0.029725342700050682,0.15372517456988796,0.037935769777448745,0.04605156382173743,0.15372517456988796,0.042851668010333514,0.0005030436464505045,0.15372517456988796,0.03607702712384574,0.010979941912269739,0.15372517456988796,0.03808310895629832,0.0030799548090312103,0.5,0.15372517456988796,0.03258165117217053,0.011583100140068747,0.15372517456988796,0.016000873858299916,0.04059158364624364,0.5,0.15372517456988796,0.028212940656102695,0.04289864337165867,0.15372517456988796,0.025748668636692923,0.036829813344917466,0.15372517456988796,0.04533454603290103,0.01500827228978124,0.15372517456988796,0.04289781119686601,0.08630394555459173,0.15372517456988796,0.034094390964331776,0.024418441870982657,0.15372517456988796,0.031565625106061077,0.010001620215191891,0.15372517456988796,0.022220091044300012,0.04052258445283902,0.5,0.15372517456988796,0.0004097520996894166,0.06010158400473684,0.0,0.0005163656486114813,0.030818928042955353 -4245,0.5,0.15372517456988796,0.0,0.030248306478676205,0.15372517456988796,0.0,0.0035546381642672592,0.15372517456988796,0.0,0.024465449892144924,0.15372517456988796,0.0,0.028032017039240548,0.15372517456988796,0.0,0.07309042939798029,0.15372517456988796,0.0,0.002062926337046459,0.15372517456988796,0.0,0.02066213447110976,0.15372517456988796,0.0,0.0044594217432517855,0.5,0.15372517456988796,0.0,0.009918437122903998,0.15372517456988796,0.0,0.030171489855524414,0.5,0.15372517456988796,0.0,0.037481277015296716,0.15372517456988796,0.0,0.024390295876738088,0.15372517456988796,0.0,0.022173524569666658,0.15372517456988796,0.0,0.08477098807560782,0.15372517456988796,0.0,0.031384260546392526,0.15372517456988796,0.0,0.00837211447179445,0.15372517456988796,0.0,0.035203189640077764,0.5,0.15372517456988796,0.0,0.04820483839878275,0.0,0.0006453565419180587,0.02990225926778254 -4246,0.5,0.15372517456988796,0.0,0.02854029775899965,0.15372517456988796,0.0,0.013015538471402029,0.15372517456988796,0.0,0.021290289226191708,0.15372517456988796,0.0,0.022884663168541233,0.15372517456988796,0.0,0.08094765945999846,0.15372517456988796,0.0,0.005954860288563712,0.15372517456988796,0.0,0.030288014994637093,0.15372517456988796,0.0,0.006560552146521952,0.5,0.15372517456988796,0.0,0.007480752574244608,0.15372517456988796,0.0,0.017214943631816828,0.5,0.15372517456988796,0.0,0.025478801861394198,0.15372517456988796,0.0,0.01576649247494163,0.15372517456988796,0.0,0.028177759926885464,0.15372517456988796,0.0,0.07083300544114962,0.15372517456988796,0.0,0.034672978686377344,0.15372517456988796,0.0,0.008639785331950927,0.15372517456988796,0.0,0.02524356040581975,0.5,0.15372517456988796,0.0,0.037182849242341345,0.0,0.00124864278162802,0.02757251751105054 -4247,0.5,0.15372517456988796,0.0,0.028383360995316038,0.15372517456988796,0.0,0.027275906925852515,0.15372517456988796,0.0,0.0141591617288115,0.15372517456988796,0.0,0.017773132013394356,0.15372517456988796,0.0,0.07845461718670203,0.15372517456988796,0.0,0.011645779624419983,0.15372517456988796,0.0,0.04026974969875027,0.15372517456988796,0.0,0.007329285891214222,0.5,0.15372517456988796,0.0,0.005039500917991732,0.15372517456988796,0.0,0.010552652781249474,0.5,0.15372517456988796,0.0,0.01802005272549231,0.15372517456988796,0.0,0.010702368370140807,0.15372517456988796,0.0,0.03129798872372036,0.15372517456988796,0.0,0.05970503190704637,0.15372517456988796,0.0,0.0398322671729269,0.15372517456988796,0.0,0.009918533985330132,0.15372517456988796,0.0,0.018294208222534993,0.5,0.15372517456988796,0.0,0.02520836462995142,0.0,0.0047892405047403755,0.026106179924086655 -4248,0.5,0.15372517456988796,0.0,0.028394552026312216,0.15372517456988796,0.0,0.0379220303931225,0.15372517456988796,0.0,0.009085736691993855,0.15372517456988796,0.0,0.014620588035662609,0.15372517456988796,0.0,0.07490348778284674,0.15372517456988796,0.0,0.016685193141279035,0.15372517456988796,0.0,0.048445020343869244,0.15372517456988796,0.0,0.009005601597763497,0.5,0.15372517456988796,0.0,0.0046946586835205145,0.15372517456988796,0.0,0.006985853181321847,0.5,0.15372517456988796,0.0,0.009933667764155356,0.15372517456988796,0.0,0.008462598699368992,0.15372517456988796,0.0,0.032864391483061486,0.15372517456988796,0.0,0.05339871647288437,0.15372517456988796,0.0,0.046684488371375704,0.15372517456988796,0.0,0.011264392918196907,0.15372517456988796,0.0,0.01355342754792481,0.5,0.15372517456988796,0.0,0.014797420207215441,0.0,0.01132157702470905,0.025546288640922087 -4249,0.5,0.15372517456988796,0.0,0.029359744488908546,0.15372517456988796,0.0,0.046187335028643264,0.15372517456988796,0.0,0.007349479678307977,0.15372517456988796,0.0,0.012870053138985704,0.15372517456988796,0.0,0.06854535822861572,0.15372517456988796,0.0,0.02078703568081833,0.15372517456988796,0.0,0.06024681653643654,0.15372517456988796,0.0,0.012487240901392967,0.5,0.15372517456988796,0.0,0.004869738851676252,0.15372517456988796,0.0,0.003558522235172022,0.5,0.15372517456988796,0.0,0.006295374222740784,0.15372517456988796,0.0,0.007146891689472877,0.15372517456988796,0.0,0.03316491632788776,0.15372517456988796,0.0,0.053740287374651016,0.15372517456988796,0.0,0.051838619502084377,0.15372517456988796,0.0,0.010873203807222068,0.15372517456988796,0.0,0.009743619308984229,0.5,0.15372517456988796,0.0,0.010229229478425212,0.0,0.017885959042043247,0.026648622999268703 -4250,0.5,0.15372517456988796,0.0,0.0324774573149147,0.15372517456988796,0.0,0.052577439957972316,0.15372517456988796,0.0,0.006159061692438657,0.15372517456988796,0.0,0.01226382685334586,0.15372517456988796,0.0,0.06673780936980958,0.15372517456988796,0.0,0.026126166047036263,0.15372517456988796,0.0,0.07394853044737847,0.15372517456988796,0.0,0.017287492421088034,0.5,0.15372517456988796,0.0,0.004226692678576876,0.15372517456988796,0.0,0.0015047125007088117,0.5,0.15372517456988796,0.0,0.0056750089090159715,0.15372517456988796,0.0,0.006579342796786236,0.15372517456988796,0.0,0.035671223425645014,0.15372517456988796,0.0,0.055420991435627204,0.15372517456988796,0.0,0.0565775027446302,0.15372517456988796,0.0,0.010730213412036144,0.15372517456988796,0.0,0.007573625329647525,0.5,0.15372517456988796,0.0,0.009157188449411727,0.0,0.023525313380940084,0.03213064850203138 -4251,0.5,0.15372517456988796,0.0,0.0309997003092272,0.15372517456988796,0.0,0.050780308322953716,0.15372517456988796,0.0,0.0058810457104685725,0.15372517456988796,0.0,0.01296514746163047,0.15372517456988796,0.0,0.059037402796194335,0.15372517456988796,0.0,0.03185516580305259,0.15372517456988796,0.0,0.08239532125887522,0.15372517456988796,0.0,0.021033866006869073,0.5,0.15372517456988796,0.0,0.0036508488011915132,0.15372517456988796,0.0,0.0011952396701356816,0.5,0.15372517456988796,0.0,0.006702863435640222,0.15372517456988796,0.0,0.007558736621929851,0.15372517456988796,0.0,0.03861337094392596,0.15372517456988796,0.0,0.06025314350274061,0.15372517456988796,0.0,0.060105534682764326,0.15372517456988796,0.0,0.012653254529108735,0.15372517456988796,0.0,0.0076406763404077834,0.5,0.15372517456988796,0.0,0.008692087095811332,0.0,0.029730601931027598,0.040894257890589716 -4252,0.5,0.15372517456988796,0.0,0.03059264989088837,0.15372517456988796,0.0,0.05225141080355941,0.15372517456988796,0.0,0.0060525863431702825,0.15372517456988796,0.0,0.014407046061341312,0.15372517456988796,0.0,0.05280035163067273,0.15372517456988796,0.0,0.04230949593559393,0.15372517456988796,0.0,0.08685156168668602,0.15372517456988796,0.0,0.02243245329939205,0.5,0.15372517456988796,0.0,0.0032786059126054122,0.15372517456988796,0.0,0.001300082653325061,0.5,0.15372517456988796,0.0,0.0075315756180211425,0.15372517456988796,0.0,0.008166183461372075,0.15372517456988796,0.0,0.04128701038517576,0.15372517456988796,0.0,0.05942982675641698,0.15372517456988796,0.0,0.06440945113537888,0.15372517456988796,0.0,0.016826144806388832,0.15372517456988796,0.0,0.00819629779435466,0.5,0.15372517456988796,0.0,0.008099463065040368,0.0,0.03717097625711308,0.051189210345805515 -4253,0.5,0.15372517456988796,0.012311286142205785,0.027553299910738235,0.15372517456988796,0.005061645347538752,0.06008299613012385,0.15372517456988796,0.0038049022803231555,0.006202650708211917,0.15372517456988796,0.008248191448288858,0.014877836633129887,0.15372517456988796,0.001495083093269905,0.050668580466786704,0.15372517456988796,1.5297204933747235e-05,0.043644288170593626,0.15372517456988796,0.000720303011956557,0.08549163232666576,0.15372517456988796,0.0,0.023775363104160133,0.5,0.15372517456988796,0.0,0.0033716052041594734,0.15372517456988796,8.12004594108775e-06,0.0010901071817000652,0.5,0.15372517456988796,0.0,0.0077341196043513435,0.15372517456988796,0.0,0.009220216466074198,0.15372517456988796,0.004765514975912113,0.04520717216183375,0.15372517456988796,0.002986387605746607,0.05390841684138456,0.15372517456988796,0.003483928119305341,0.06482591350200116,0.15372517456988796,0.0011545639183607164,0.019351099198163847,0.15372517456988796,0.0013794859136341204,0.008484528903020167,0.5,0.15372517456988796,0.0017271894903033134,0.0070883356834450595,0.0,0.042109884410620385,0.05675007103342506 -4254,0.5,0.15372517456988796,0.07484682253720723,0.025188361009769452,0.15372517456988796,0.06710406032155294,0.0656331334627504,0.15372517456988796,0.06384453863557757,0.005213103531247337,0.15372517456988796,0.07261303054461457,0.012145797441275905,0.15372517456988796,0.047908076250758436,0.04497390294134771,0.15372517456988796,0.03200773757924839,0.04294755692710798,0.15372517456988796,0.043731258109144557,0.061364698112047394,0.15372517456988796,0.023241640656982074,0.0208323612634501,0.5,0.15372517456988796,0.036474470912729644,0.002959626908848056,0.15372517456988796,0.05002813140279372,0.0005673677717597664,0.5,0.15372517456988796,0.04512554922043837,0.007909971822698071,0.15372517456988796,0.04321257776842588,0.0073473761653316694,0.15372517456988796,0.06228108571200085,0.05285224822326374,0.15372517456988796,0.056915359981014914,0.05217049288162355,0.15372517456988796,0.0608223517738829,0.0562791535646186,0.15372517456988796,0.05042950391777978,0.01699646147522787,0.15372517456988796,0.05496284699527869,0.005825829654457377,0.5,0.15372517456988796,0.05920534571440146,0.0037906909604106687,0.0,0.04912010434830593,0.05209348775430709 -4255,0.5,0.15372517456988796,0.1604075558608932,0.03660811964285507,0.15372517456988796,0.14317414526991298,0.12729569811196145,0.15372517456988796,0.14560468305172025,0.006309492592333837,0.15372517456988796,0.1616993298369747,0.010878464926085765,0.15372517456988796,0.1017220583039813,0.05049533185349667,0.15372517456988796,0.07700904878151096,0.060884424668278925,0.15372517456988796,0.09967533201497586,0.054716371748039214,0.15372517456988796,0.08336555522701933,0.02190051934242266,0.5,0.15372517456988796,0.10920751377684387,0.002842963814469794,0.15372517456988796,0.13206913740856363,0.0007470438937161867,0.5,0.15372517456988796,0.12091847251426341,0.008032714227876336,0.15372517456988796,0.12137578181609046,0.004872543346752302,0.15372517456988796,0.13029809871326203,0.07715490734822583,0.15372517456988796,0.12534136673506824,0.06789587973588558,0.15372517456988796,0.13657219448892396,0.0623523615884041,0.15372517456988796,0.12579266321529958,0.01671154490355099,0.15372517456988796,0.1368530669692831,0.005683453032790026,0.5,0.15372517456988796,0.1460906840196925,0.004040978051864801,0.0,0.051270780745371065,0.04402186550332457 -4256,0.5,0.15372517456988796,0.27960097804935335,0.06594276423257796,0.15372517456988796,0.2509365843297264,0.16012662046804413,0.15372517456988796,0.26400589515092826,0.016993075141392856,0.15372517456988796,0.28165754201274523,0.01926306970601507,0.15372517456988796,0.13810254452006554,0.0786540951402296,0.15372517456988796,0.15206931358244827,0.08566399674756384,0.15372517456988796,0.13767209344380255,0.0681721025183082,0.15372517456988796,0.17414846484715218,0.036364253651508915,0.5,0.15372517456988796,0.2104659240396602,0.00896857428544383,0.15372517456988796,0.25481214994380263,0.005309865443784501,0.5,0.15372517456988796,0.2376130091792906,0.029169976337645412,0.15372517456988796,0.24088968386562665,0.015711265429776917,0.15372517456988796,0.2164950377304956,0.10729874748282921,0.15372517456988796,0.20018906027677075,0.09382146574897847,0.15372517456988796,0.2425360750615948,0.1017168312596386,0.15372517456988796,0.231721181041406,0.041367128442718816,0.15372517456988796,0.2562409578617546,0.020828864348116417,0.5,0.15372517456988796,0.2683733149730553,0.016266538072798684,0.0,0.05757122171074589,0.040731103879147974 -4257,0.5,0.15372517456988796,0.40538369214315584,0.08672433130933986,0.15372517456988796,0.36215197511144825,0.27831274169694303,0.15372517456988796,0.3936586278874992,0.03234941655243231,0.15372517456988796,0.4132922683913479,0.031964768461012844,0.15372517456988796,0.14232930190782947,0.08586434320378729,0.15372517456988796,0.2619687471459739,0.11115148615765669,0.15372517456988796,0.17740383234914936,0.09633841279311456,0.15372517456988796,0.28402052721910354,0.058670146028923856,0.5,0.15372517456988796,0.33073586035408575,0.02708740324989493,0.15372517456988796,0.3920604820149638,0.0077110331786288235,0.5,0.15372517456988796,0.36777961459526803,0.07141316905526908,0.15372517456988796,0.3743369379702462,0.0350281127812295,0.15372517456988796,0.27938937089640814,0.15096361024083574,0.15372517456988796,0.23812210280200208,0.11522110183594086,0.15372517456988796,0.33684793670954616,0.13768701311716033,0.15372517456988796,0.341551146302314,0.10069097447849827,0.15372517456988796,0.3881336826783083,0.06801218192613005,0.5,0.15372517456988796,0.4066148967157166,0.02999419513665606,0.0,0.05918763027438972,0.035669798321642646 -4258,0.5,0.15372517456988796,0.5325912952339116,0.10824318971122714,0.15372517456988796,0.47041773293300415,0.2944566725382404,0.15372517456988796,0.5238373579325877,0.05639768554502374,0.15372517456988796,0.5412166691698778,0.043326950059152235,0.15372517456988796,0.21597469751256995,0.10623860766290281,0.15372517456988796,0.44425393694837834,0.20021327042497966,0.15372517456988796,0.2597601318986931,0.14118758054595332,0.15372517456988796,0.39280422193052433,0.07908781679955618,0.5,0.15372517456988796,0.45924990170279223,0.049574318979663634,0.15372517456988796,0.5292724816876055,0.007576052129492118,0.5,0.15372517456988796,0.5044859374066929,0.10357178359912474,0.15372517456988796,0.5107106791060836,0.04056285543821037,0.15372517456988796,0.36234799009578067,0.16018602407952082,0.15372517456988796,0.22897589089778536,0.11617183826729383,0.15372517456988796,0.4407705230578888,0.17067046676566064,0.15372517456988796,0.4645116064223871,0.16816943465702416,0.15372517456988796,0.5180149635831872,0.09787414725803213,0.5,0.15372517456988796,0.5401353316364523,0.03650706541316076,0.0,0.05391494336895169,0.017800277233143067 -4259,0.5,0.15372517456988796,0.6017888923163431,0.141025878948412,0.15372517456988796,0.5391464238490857,0.3439599788504606,0.15372517456988796,0.5897853670765113,0.08080347385528064,0.15372517456988796,0.6316943594887241,0.05574324516082664,0.15372517456988796,0.4345161349555556,0.1929129332222458,0.15372517456988796,0.5869178801442554,0.2729484018669097,0.15372517456988796,0.33764341858143054,0.17449176115797432,0.15372517456988796,0.5010738585808908,0.10427681189696644,0.5,0.15372517456988796,0.554651309918497,0.07477274723258787,0.15372517456988796,0.6351547643419851,0.008132180081378313,0.5,0.15372517456988796,0.6128700013037708,0.07078451348990822,0.15372517456988796,0.6134047269850001,0.0273111373239061,0.15372517456988796,0.4661324943317957,0.1997135670537778,0.15372517456988796,0.2493747489477831,0.12563963962940805,0.15372517456988796,0.47426225906178654,0.17563024483565412,0.15372517456988796,0.5371730226602816,0.1962455064157676,0.15372517456988796,0.6164776525326044,0.08523727504386047,0.5,0.15372517456988796,0.6407755458560699,0.03688835314390546,0.0,0.05143424739717847,0.012889336978237137 -4260,0.5,0.15372517456988796,0.6355481627102391,0.1691443616757022,0.15372517456988796,0.32430985007147417,0.37850505222550496,0.15372517456988796,0.5984859756876646,0.08830743607268107,0.15372517456988796,0.6752520121918146,0.057524050128109565,0.15372517456988796,0.5848493650792682,0.3249479772585212,0.15372517456988796,0.6639396139563745,0.32930951143319975,0.15372517456988796,0.4178016979427658,0.19869376868490696,0.15372517456988796,0.5566704477240674,0.1482831469894729,0.5,0.15372517456988796,0.5607280854908056,0.09504276052894957,0.15372517456988796,0.6925728948115076,0.020583557409279234,0.5,0.15372517456988796,0.6592673656844266,0.034618973118491984,0.15372517456988796,0.6598464344136246,0.023883707080696922,0.15372517456988796,0.4938745904609131,0.30644098679240045,0.15372517456988796,0.3674156061292814,0.08986719606455958,0.15372517456988796,0.39769491407788427,0.13503212014190635,0.15372517456988796,0.4656262878800772,0.18801847358174487,0.15372517456988796,0.67146120754274,0.0574847496461604,0.5,0.15372517456988796,0.6966273120995106,0.030003248872713016,0.0,0.05705672688096186,0.015244920364650931 -4261,0.5,0.15372517456988796,0.6025083997489709,0.19067663091376155,0.15372517456988796,0.22128607744851045,0.18663754492364776,0.15372517456988796,0.5493531674960885,0.08741956719498044,0.15372517456988796,0.6788086943524275,0.05473204800920353,0.15372517456988796,0.5302007138754422,0.3976585315723804,0.15372517456988796,0.6857666850804508,0.35910112808716294,0.15372517456988796,0.5521083853013741,0.3161614294322483,0.15372517456988796,0.6027977548629856,0.1545629218860501,0.5,0.15372517456988796,0.5206149463663631,0.09969792963825418,0.15372517456988796,0.7073194365847397,0.04518681874406615,0.5,0.15372517456988796,0.6665012712865439,0.019151831846869142,0.15372517456988796,0.6799807816705941,0.02745706419688254,0.15372517456988796,0.3401055238808254,0.24229915533803564,0.15372517456988796,0.4835196692408653,0.10393409577420169,0.15372517456988796,0.3731009319544607,0.11824382056350224,0.15372517456988796,0.42591735431625877,0.21251520529028792,0.15372517456988796,0.6898750914803377,0.03956653912241166,0.5,0.15372517456988796,0.7096505636370649,0.01597246310313848,0.0,0.06702249840391754,0.010856460967343268 -4262,0.5,0.15372517456988796,0.5029021387141118,0.19009589317214037,0.15372517456988796,0.32676904772811355,0.0823889734880965,0.15372517456988796,0.40943648555216355,0.09125341738045857,0.15372517456988796,0.6200271422464166,0.04882478610235323,0.15372517456988796,0.5562557147100602,0.4246029596606239,0.15372517456988796,0.6597358481495612,0.3352939514054502,0.15372517456988796,0.5723219642347989,0.4118381011696585,0.15372517456988796,0.6055442365433295,0.11684330362369705,0.5,0.15372517456988796,0.48494733764174425,0.08469862594987884,0.15372517456988796,0.6796023405135124,0.05099641514230037,0.5,0.15372517456988796,0.6553365704453282,0.0121065986517037,0.15372517456988796,0.6565223318703303,0.03067163048849155,0.15372517456988796,0.3743387850125894,0.1477107668060955,0.15372517456988796,0.40135611643653785,0.12248224709792035,0.15372517456988796,0.3428785359343922,0.12209803490847083,0.15372517456988796,0.3568829689337646,0.2475792110393732,0.15372517456988796,0.6505860058770033,0.034351983536776355,0.5,0.15372517456988796,0.6794430121628025,0.006485052357789097,0.0,0.0824380725851681,0.007057349260292821 -4263,0.5,0.15372517456988796,0.4300902419475017,0.17266277738641211,0.15372517456988796,0.374747209179585,0.20130525405859173,0.15372517456988796,0.3941058943024342,0.10100915107131424,0.15372517456988796,0.5039474663850683,0.049345319185510085,0.15372517456988796,0.5651252524928752,0.4463156662734723,0.15372517456988796,0.5838649596923708,0.34256969409711785,0.15372517456988796,0.5678363706971271,0.409158983887779,0.15372517456988796,0.5107677877544412,0.0768802801757511,0.5,0.15372517456988796,0.44674900800342,0.06946702754952219,0.15372517456988796,0.6145949649275386,0.04603010773782475,0.5,0.15372517456988796,0.6165564133614159,0.014508590253091563,0.15372517456988796,0.583462535396017,0.023515591687492177,0.15372517456988796,0.3289260016323597,0.16848171691815805,0.15372517456988796,0.3778423066083797,0.10229053322060933,0.15372517456988796,0.30274258085205386,0.147409214911834,0.15372517456988796,0.34803232877491086,0.2432514275826085,0.15372517456988796,0.5797118934908275,0.03805504575629765,0.5,0.15372517456988796,0.5956896903685965,0.005333733665843022,0.0,0.09588863261324364,0.00329533378586376 -4264,0.5,0.15372517456988796,0.31977207261229496,0.133204445918014,0.15372517456988796,0.17504060355155132,0.0932424489038648,0.15372517456988796,0.29784099076315734,0.0796130919010698,0.15372517456988796,0.4052360613947058,0.04651333602956596,0.15372517456988796,0.360554618075799,0.42398121237540637,0.15372517456988796,0.4869838660157906,0.24928809742908942,0.15372517456988796,0.4757309544403774,0.3551078225930369,0.15372517456988796,0.4389784503347353,0.05252020540933522,0.5,0.15372517456988796,0.3563679496937412,0.054079773961706545,0.15372517456988796,0.5088580717966271,0.03298740919049522,0.5,0.15372517456988796,0.5201479063139993,0.01653561594875519,0.15372517456988796,0.49940203156372176,0.019691729619579296,0.15372517456988796,0.17781512471178978,0.11742306191410881,0.15372517456988796,0.2720816897624122,0.0853027515002332,0.15372517456988796,0.3024182772106677,0.16673054184640743,0.15372517456988796,0.32129375474799016,0.16835709630326942,0.15372517456988796,0.48383479430692616,0.03532406785933128,0.5,0.15372517456988796,0.4908063447886798,0.002944508230340399,0.0,0.08587383303497001,0.001248962343185251 -4265,0.5,0.15372517456988796,0.219725121406022,0.10609951450843269,0.15372517456988796,0.130223503058265,0.10040812470102063,0.15372517456988796,0.20009622889370976,0.050966681434352644,0.15372517456988796,0.29268249148705094,0.038703883878699434,0.15372517456988796,0.3015009232261453,0.313096384519962,0.15372517456988796,0.37467859814015025,0.12663365831221696,0.15372517456988796,0.3528923850573551,0.26245186602701465,0.15372517456988796,0.30403161220916486,0.037323509550911016,0.5,0.15372517456988796,0.2780077460622892,0.03769010389340046,0.15372517456988796,0.3759759975613692,0.015402934563946081,0.5,0.15372517456988796,0.380373193832124,0.010651559326699476,0.15372517456988796,0.3755492207068459,0.01624046129407616,0.15372517456988796,0.13643986592523033,0.07616533145100252,0.15372517456988796,0.22121612525781964,0.07076840024469219,0.15372517456988796,0.24422744929815898,0.10157302478785891,0.15372517456988796,0.2565550924952881,0.08732779685143464,0.15372517456988796,0.34427378403232883,0.024724783320655096,0.5,0.15372517456988796,0.3544302329728514,0.001602590220444081,0.0,0.08192676494141164,0.0014999282285222148 -4266,0.5,0.15372517456988796,0.13372527091858358,0.07064105670501533,0.15372517456988796,0.07645522326690025,0.0514369536831011,0.15372517456988796,0.12528366412723158,0.018618141646252133,0.15372517456988796,0.17178194139263717,0.014562032791180313,0.15372517456988796,0.21604804764104357,0.19111227700300737,0.15372517456988796,0.25523795880801664,0.05564853105225664,0.15372517456988796,0.24053912883813577,0.13078255895089036,0.15372517456988796,0.1769950147549057,0.029563734119218348,0.5,0.15372517456988796,0.16252417071024416,0.012798758232844997,0.15372517456988796,0.24312335511248667,0.007791703427189291,0.5,0.15372517456988796,0.2482666772961763,0.008799147605008741,0.15372517456988796,0.2512761853843895,0.010825732725070387,0.15372517456988796,0.12489326676770032,0.05302828304061851,0.15372517456988796,0.14775968399740266,0.05412626525777929,0.15372517456988796,0.17532221400348438,0.04047318037209564,0.15372517456988796,0.1801874716202165,0.03135165374129774,0.15372517456988796,0.23047063977679183,0.01125111532286157,0.5,0.15372517456988796,0.22572955922218887,0.001294888110791992,0.0,0.06468889708957082,0.0019055191015867406 -4267,0.5,0.15372517456988796,0.056122316571166356,0.05646527127160238,0.15372517456988796,0.0648104054914193,0.02455506686246861,0.15372517456988796,0.05317037108291152,0.007694388017718051,0.15372517456988796,0.06389208351756984,0.014036145765955587,0.15372517456988796,0.12260412502953814,0.06743586446538406,0.15372517456988796,0.13467224046796666,0.016441432241854695,0.15372517456988796,0.12927025447933985,0.027909519878075245,0.15372517456988796,0.08911774551862127,0.013880826965929599,0.5,0.15372517456988796,0.07860937103357979,0.0019019560869094467,0.15372517456988796,0.11597111967021986,0.0029778172384404035,0.5,0.15372517456988796,0.12595803229276856,0.0009547244328665543,0.15372517456988796,0.12520295485508393,0.0031686852428360612,0.15372517456988796,0.052959219827709715,0.027907701796821203,0.15372517456988796,0.07622099904748658,0.0427378376499194,0.15372517456988796,0.0875494326803646,0.02313873085229849,0.15372517456988796,0.08659966636601264,0.007432140902641414,0.15372517456988796,0.11053581522542869,0.0017891305190687171,0.5,0.15372517456988796,0.09527805972753424,0.0012762081107297162,0.0,0.11414445974054163,0.004338656635245169 -4268,0.5,0.15372517456988796,0.013909062549811875,0.04712889371970656,0.15372517456988796,0.009271848948277098,0.026727001074345308,0.15372517456988796,0.013102185748477508,0.003802872540827653,0.15372517456988796,0.012230678552353352,0.02737371368834362,0.15372517456988796,0.05566832416235383,0.021862959153875816,0.15372517456988796,0.03868503919068788,0.004192580389159597,0.15372517456988796,0.043887487173388626,0.0061175961353593005,0.15372517456988796,0.03278735707387838,0.011319810097566954,0.5,0.15372517456988796,0.02270969146377258,0.0005583006276491294,0.15372517456988796,0.01690515380575095,0.006160085062266229,0.5,0.15372517456988796,0.030053438523638173,0.00014818210684449125,0.15372517456988796,0.029462043816555067,0.00286297535139662,0.15372517456988796,0.031113172398113932,0.023692667015146412,0.15372517456988796,0.04472105696741811,0.030427163008338906,0.15372517456988796,0.03872441931340508,0.0324931565287839,0.15372517456988796,0.036749090135465,0.006920685791312129,0.15372517456988796,0.021065064927369523,0.0017937820319760922,0.5,0.15372517456988796,0.0004173959530164566,0.0021404334591502085,0.0,0.15150704033819695,0.005908625259795557 -4269,0.5,0.15372517456988796,0.0,0.04685353173307585,0.15372517456988796,2.0915847546910274e-05,0.03699095602115009,0.15372517456988796,0.0,0.002667286572940565,0.15372517456988796,0.0,0.043708577725211424,0.15372517456988796,0.0,0.01429575887496128,0.15372517456988796,0.0,0.009401011288492876,0.15372517456988796,0.0,0.0016609452998411613,0.15372517456988796,0.0,0.005661703336869367,0.5,0.15372517456988796,0.0,0.0008478823828851873,0.15372517456988796,0.0,0.0075094728055407215,0.5,0.15372517456988796,0.0,6.789761503437288e-05,0.15372517456988796,0.0,0.0031394559075358817,0.15372517456988796,2.578724124328583e-06,0.023960802318330775,0.15372517456988796,5.9621102062758736e-06,0.024303317923007703,0.15372517456988796,0.0,0.038440078834501616,0.15372517456988796,0.0,0.0059218020473376905,0.15372517456988796,0.0,0.0020646379992570315,0.5,0.15372517456988796,0.0,0.004043060565268791,0.0,0.14287908890282314,0.005795306569257153 -4270,0.5,0.15372517456988796,0.0,0.05272177457576258,0.15372517456988796,0.0,0.0483060037946429,0.15372517456988796,0.0,0.00248733868018657,0.15372517456988796,0.0,0.05125525722782821,0.15372517456988796,0.0,0.007209816653388501,0.15372517456988796,0.0,0.0024870635877022895,0.15372517456988796,0.0,0.0008331538545692451,0.15372517456988796,0.0,0.0006008820783539748,0.5,0.15372517456988796,0.0,0.0026143555942141163,0.15372517456988796,0.0,0.012784186018347866,0.5,0.15372517456988796,0.0,0.00018886795461104216,0.15372517456988796,0.0,0.006154847369931046,0.15372517456988796,0.0,0.024946943137904687,0.15372517456988796,0.0,0.023532626595483157,0.15372517456988796,0.0,0.03785674621248517,0.15372517456988796,0.0,0.004994746317016403,0.15372517456988796,0.0,0.0022667669529120244,0.5,0.15372517456988796,0.0,0.005214788337151435,0.0,0.09141701069878709,0.0022761734810487115 -4271,0.5,0.15372517456988796,0.0,0.06224080467914781,0.15372517456988796,0.0,0.059940004856364915,0.15372517456988796,0.0,0.0025239718472434454,0.15372517456988796,0.0,0.05446152988848063,0.15372517456988796,0.0,0.003362937044453463,0.15372517456988796,0.0,0.0003029665538363741,0.15372517456988796,0.0,0.0008839766934070966,0.15372517456988796,0.0,0.0012455097523383432,0.5,0.15372517456988796,0.0,0.005285048445230683,0.15372517456988796,0.0,0.016603083664514313,0.5,0.15372517456988796,0.0,0.00012914941654551505,0.15372517456988796,0.0,0.014617582923872103,0.15372517456988796,0.0,0.030214502129674106,0.15372517456988796,0.0,0.020353089822776144,0.15372517456988796,0.0,0.03196354937390183,0.15372517456988796,0.0,0.004393284114924407,0.15372517456988796,0.0,0.003195911527099919,0.5,0.15372517456988796,0.0,0.007760235758405246,0.0,0.08158567916147795,0.0004891979320583966 -4272,0.5,0.15372517456988796,0.0,0.07409057323509764,0.15372517456988796,0.0,0.0567265448205545,0.15372517456988796,0.0,0.004012545672202994,0.15372517456988796,0.0,0.053733987098450633,0.15372517456988796,0.0,0.0016258756231833091,0.15372517456988796,0.0,0.001112902159805301,0.15372517456988796,0.0,0.0020491512594230463,0.15372517456988796,0.0,0.004076828036135046,0.5,0.15372517456988796,0.0,0.004914363258698039,0.15372517456988796,0.0,0.019663645339968124,0.5,0.15372517456988796,0.0,0.0014365195320578314,0.15372517456988796,0.0,0.012572735746946364,0.15372517456988796,0.0,0.02511546943621933,0.15372517456988796,0.0,0.016673410284208698,0.15372517456988796,0.0,0.02506215560548279,0.15372517456988796,0.0,0.003396907076236265,0.15372517456988796,0.0,0.004226209370613524,0.5,0.15372517456988796,0.0,0.007535810605462407,0.0,0.10972746785250367,0.00038998040878991945 -4273,0.5,0.15372517456988796,0.0,0.07767983841529834,0.15372517456988796,0.0,0.046867700852198935,0.15372517456988796,0.0,0.005976449957002236,0.15372517456988796,0.0,0.0567575283580336,0.15372517456988796,0.0,0.0007994250985839884,0.15372517456988796,0.0,0.004304580335587355,0.15372517456988796,0.0,0.0040622880845040355,0.15372517456988796,0.0,0.009598858325071128,0.5,0.15372517456988796,0.0,0.004798371958295653,0.15372517456988796,0.0,0.02164852081372169,0.5,0.15372517456988796,0.0,0.005327603938898445,0.15372517456988796,0.0,0.012660454893260198,0.15372517456988796,0.0,0.022517055297370466,0.15372517456988796,0.0,0.0131732274528677,0.15372517456988796,0.0,0.0170902744379727,0.15372517456988796,0.0,0.0031947748845384213,0.15372517456988796,0.0,0.005601157487975189,0.5,0.15372517456988796,0.0,0.005504540773729111,0.0,0.0911426151644284,0.00066008263024751 -4274,0.5,0.15372517456988796,0.0,0.06875495035296035,0.15372517456988796,0.0,0.03229435146834177,0.15372517456988796,0.0,0.009177361925810897,0.15372517456988796,0.0,0.056653289308439214,0.15372517456988796,0.0,0.001595589054337564,0.15372517456988796,0.0,0.010265196313504161,0.15372517456988796,0.0,0.008860978160698214,0.15372517456988796,0.0,0.010756252793734294,0.5,0.15372517456988796,0.0,0.007736533521506323,0.15372517456988796,0.0,0.022725659769459644,0.5,0.15372517456988796,0.0,0.008988523269705848,0.15372517456988796,0.0,0.018389372115493543,0.15372517456988796,0.0,0.0180725254163669,0.15372517456988796,0.0,0.008763567356891298,0.15372517456988796,0.0,0.010632215439958015,0.15372517456988796,0.0,0.0061705400233290995,0.15372517456988796,0.0,0.00791070145412344,0.5,0.15372517456988796,0.0,0.00535853307106091,0.0,0.06921100098631085,0.0018426347880927342 -4275,0.5,0.15372517456988796,0.0,0.06536270966594836,0.15372517456988796,0.0,0.022265849016907136,0.15372517456988796,0.0,0.010936311267593972,0.15372517456988796,0.0,0.05811524342920805,0.15372517456988796,0.0,0.0023703791119296692,0.15372517456988796,0.0,0.008456882035782674,0.15372517456988796,0.0,0.009294442548745153,0.15372517456988796,0.0,0.01492603413381655,0.5,0.15372517456988796,0.0,0.010423160497526935,0.15372517456988796,0.0,0.02646934345599019,0.5,0.15372517456988796,0.0,0.012726336791129422,0.15372517456988796,0.0,0.02470693769455919,0.15372517456988796,0.0,0.01938925888699291,0.15372517456988796,0.0,0.004519893599642579,0.15372517456988796,0.0,0.006223787484580235,0.15372517456988796,0.0,0.007555031328015791,0.15372517456988796,0.0,0.012162366802283966,0.5,0.15372517456988796,0.0,0.005946163644949908,0.0,0.08762295024667441,0.0005979173707745728 -4276,0.5,0.15372517456988796,0.0,0.06034314797930657,0.15372517456988796,0.0,0.012038244023466609,0.15372517456988796,0.0,0.010857862364893146,0.15372517456988796,0.0,0.05703933434107125,0.15372517456988796,0.0,0.004076407738402729,0.15372517456988796,0.0,0.0055834614779531055,0.15372517456988796,0.0,0.008966008188887382,0.15372517456988796,0.0,0.016714743261483873,0.5,0.15372517456988796,0.0,0.01338757180947509,0.15372517456988796,0.0,0.028254573057387614,0.5,0.15372517456988796,0.0,0.02467885418570788,0.15372517456988796,0.0,0.03211387756562055,0.15372517456988796,0.0,0.020458458877584976,0.15372517456988796,0.0,0.001841080554555478,0.15372517456988796,0.0,0.0035975531299252605,0.15372517456988796,0.0,0.007964228894085133,0.15372517456988796,0.0,0.017775986618863617,0.5,0.15372517456988796,0.0,0.008189707257877538,0.0,0.11504304508172987,0.00020256777802436267 -4277,0.5,0.15372517456988796,0.00788368006686761,0.049076969576131814,0.15372517456988796,0.0025737255136225982,0.0068248446807175475,0.15372517456988796,0.0024333722785252958,0.011929228367345772,0.15372517456988796,0.004408388146533958,0.05219398833738726,0.15372517456988796,0.0002169195452528765,0.003205097048234228,0.15372517456988796,0.0,0.007582657117560811,0.15372517456988796,3.831505179020924e-05,0.010485113810638779,0.15372517456988796,0.0,0.01851234978520968,0.5,0.15372517456988796,0.0,0.01390440063528487,0.15372517456988796,0.0,0.026554424955943037,0.5,0.15372517456988796,0.0,0.031596789183883166,0.15372517456988796,0.0,0.03532529319006202,0.15372517456988796,0.004452251862774061,0.016425512917961207,0.15372517456988796,0.0010747270164129887,0.0024606405955110507,0.15372517456988796,0.001022564459848714,0.0031557149476577053,0.15372517456988796,0.00024554256063085144,0.009107897113833986,0.15372517456988796,0.0009037452622120052,0.022089882439432235,0.5,0.15372517456988796,0.0014212010334151198,0.009597704896869053,0.0,0.12033189314578174,0.005750876387338233 -4278,0.5,0.15372517456988796,0.06214702976852614,0.040411991892682075,0.15372517456988796,0.03339636754177681,0.005523401403905853,0.15372517456988796,0.04206979697036878,0.010528538818823025,0.15372517456988796,0.06264152676208279,0.04143266299358238,0.15372517456988796,0.0077792262427536125,0.0037535099963207264,0.15372517456988796,0.025551513949296358,0.013720015895038544,0.15372517456988796,0.012967318650105815,0.017307306781697944,0.15372517456988796,0.03913996281609626,0.018351666910371683,0.5,0.15372517456988796,0.036697196597418234,0.01019824200588984,0.15372517456988796,0.04843567303254548,0.024866198243693745,0.5,0.15372517456988796,0.03868954900333334,0.027797564689501883,0.15372517456988796,0.040910871869084604,0.028555997452120056,0.15372517456988796,0.05579128760594763,0.017717488358409892,0.15372517456988796,0.01408437766548398,0.0035319635694727493,0.15372517456988796,0.017927684140573597,0.004311211264630781,0.15372517456988796,0.0236261417776886,0.010388619564379715,0.15372517456988796,0.04515173001832551,0.0215327594770316,0.5,0.15372517456988796,0.057615607064982984,0.009500945187295863,0.0,0.11014531880140584,0.01935819520762466 -4279,0.5,0.15372517456988796,0.11980487610185056,0.042577213934421966,0.15372517456988796,0.06906582128597617,0.007008662711899758,0.15372517456988796,0.08724349545361759,0.008964178034123953,0.15372517456988796,0.14013594974344712,0.03900367528944655,0.15372517456988796,0.009170032307124432,0.00441377653042454,0.15372517456988796,0.08109998228249995,0.03571830650611605,0.15372517456988796,0.06225613752512939,0.018610179030146865,0.15372517456988796,0.11360657309558939,0.029889492891295895,0.5,0.15372517456988796,0.10933093047578012,0.005755765230421361,0.15372517456988796,0.1282644140023731,0.011325323523610126,0.5,0.15372517456988796,0.11383617998037629,0.025317710974806173,0.15372517456988796,0.1161139419029807,0.01975191234649059,0.15372517456988796,0.09371353925355079,0.027270124118840198,0.15372517456988796,0.03784970516687567,0.003570701845323716,0.15372517456988796,0.052645545390280726,0.0061919080850839445,0.15372517456988796,0.0741614027678675,0.011471880650633105,0.15372517456988796,0.11531055655863442,0.021945098553134382,0.5,0.15372517456988796,0.13908520268951588,0.010281340737911877,0.0,0.08738206514926469,0.0319864544732533 -4280,0.5,0.15372517456988796,0.18261302148535571,0.043240414258476266,0.15372517456988796,0.1782397402724482,0.0146238780649144,0.15372517456988796,0.1543433664385223,0.010104846201208943,0.15372517456988796,0.2222832223910533,0.048431135680690726,0.15372517456988796,0.04964519769568987,0.006540357053032198,0.15372517456988796,0.18428033510603817,0.08715167141227885,0.15372517456988796,0.1484717122844075,0.0370258325951271,0.15372517456988796,0.21634341805225604,0.05430847731942517,0.5,0.15372517456988796,0.2066385350940682,0.008402804473047762,0.15372517456988796,0.23417085592770803,0.00834544577412725,0.5,0.15372517456988796,0.21035747324153564,0.03872751752671578,0.15372517456988796,0.2064897473745111,0.01815066885804771,0.15372517456988796,0.14500648519180404,0.057676214427845214,0.15372517456988796,0.061691259093755085,0.005377063984263412,0.15372517456988796,0.08371233654088898,0.008703526867655012,0.15372517456988796,0.16705661785690631,0.022229768948372808,0.15372517456988796,0.22140931029394162,0.046891111415931934,0.5,0.15372517456988796,0.24920587996738444,0.023857509092607507,0.0,0.07862840429472998,0.027531447621974053 -4281,0.5,0.15372517456988796,0.24789651674329582,0.03547920313351303,0.15372517456988796,0.21771318694249395,0.0322257984385022,0.15372517456988796,0.24237420216670755,0.01637611773992707,0.15372517456988796,0.3151428685166276,0.05078866991230019,0.15372517456988796,0.23227309834553622,0.046688667908615575,0.15372517456988796,0.304689326352005,0.14022977604221615,0.15372517456988796,0.27334636199456885,0.0703805434935997,0.15372517456988796,0.31946270401265575,0.05577411938294878,0.5,0.15372517456988796,0.3124531327271475,0.02401787898976851,0.15372517456988796,0.35575513488573113,0.007238145966879962,0.5,0.15372517456988796,0.3216298454423164,0.08640086920491634,0.15372517456988796,0.2869900929548117,0.025711642029729632,0.15372517456988796,0.1968663126172659,0.07607167967165608,0.15372517456988796,0.10118104361041821,0.010133369159128894,0.15372517456988796,0.13152919002168728,0.011562464565675723,0.15372517456988796,0.2526799036290341,0.06542040504983243,0.15372517456988796,0.3426489789159174,0.0910791528911774,0.5,0.15372517456988796,0.37743953759723303,0.03191697332743902,0.0,0.059543243645834756,0.013198865922465898 -4282,0.5,0.15372517456988796,0.30410123999719024,0.030365830587905283,0.15372517456988796,0.08170191455346801,0.018147371495770233,0.15372517456988796,0.3341312137856262,0.025815228365395584,0.15372517456988796,0.420613571143203,0.04268840348859022,0.15372517456988796,0.3888051101019731,0.14313629335851735,0.15372517456988796,0.41698962412426654,0.15786046970136963,0.15372517456988796,0.4336305880504661,0.11199109316331576,0.15372517456988796,0.4340282364507346,0.05608523463023565,0.5,0.15372517456988796,0.4272177545631536,0.04643492514711953,0.15372517456988796,0.46974570700548846,0.007144639194889243,0.5,0.15372517456988796,0.4282459371479823,0.1068277943423751,0.15372517456988796,0.34844199223798034,0.04725764742953082,0.15372517456988796,0.19470406055666892,0.06462111671623542,0.15372517456988796,0.19191065827584375,0.02530439340337513,0.15372517456988796,0.23353321703513172,0.020377894151988703,0.15372517456988796,0.3853813816051891,0.0947232618442857,0.15372517456988796,0.4650013488734335,0.12017794684727913,0.5,0.15372517456988796,0.5019111162129772,0.029619726171338782,0.0,0.04610736680613428,0.011867354970736863 -4283,0.5,0.15372517456988796,0.3039010192425872,0.045741979627285025,0.15372517456988796,0.06012294726273992,0.004419297698362848,0.15372517456988796,0.3982096560942666,0.03858626054630385,0.15372517456988796,0.494947268671051,0.044105634634338815,0.15372517456988796,0.41138256599941875,0.2063142858819727,0.15372517456988796,0.43631890450480426,0.17639232986007025,0.15372517456988796,0.40999035299754566,0.17779845713014036,0.15372517456988796,0.5207300960045276,0.04938867549731924,0.5,0.15372517456988796,0.47475920063811483,0.08542764017791522,0.15372517456988796,0.5015722620181261,0.012714226217343867,0.5,0.15372517456988796,0.4775673128676611,0.12564170169052213,0.15372517456988796,0.35147310361047995,0.11618970389041818,0.15372517456988796,0.14687655090304652,0.049652744669733975,0.15372517456988796,0.2996484893037164,0.06499354839248328,0.15372517456988796,0.3981276464936949,0.043312331350780525,0.15372517456988796,0.5258803343970766,0.14492675671827368,0.15372517456988796,0.5414165952610921,0.1411997509625862,0.5,0.15372517456988796,0.597454562098931,0.030732352267451434,0.0,0.03656692454368997,0.022763820129407083 -4284,0.5,0.15372517456988796,0.3150230579253052,0.05239471872121575,0.15372517456988796,0.35253595243236097,0.03338047077845062,0.15372517456988796,0.456551313211454,0.11607145597494901,0.15372517456988796,0.5344577195479221,0.06693505587600011,0.15372517456988796,0.4322078835135123,0.2929534036647062,0.15372517456988796,0.4325204387108647,0.17227034557089838,0.15372517456988796,0.4033583393261584,0.16272113055430715,0.15372517456988796,0.49182793656360757,0.04897482178601763,0.5,0.15372517456988796,0.40444285654147655,0.1462397958530757,0.15372517456988796,0.3461600251785032,0.011242010585770342,0.5,0.15372517456988796,0.42390869504290185,0.2840353166677649,0.15372517456988796,0.3778431597362291,0.06641881067336779,0.15372517456988796,0.12365338813741195,0.02824957335819546,0.15372517456988796,0.4021767782534742,0.09967857053728553,0.15372517456988796,0.46576245960020946,0.07708450027661676,0.15372517456988796,0.45720004026968203,0.15032797043752524,0.15372517456988796,0.4491751139354511,0.17634603070913515,0.5,0.15372517456988796,0.5772531844781632,0.03526674375747207,0.0,0.06138537949864035,0.037908624907965455 -4285,0.5,0.15372517456988796,0.3796946308834509,0.04440247761521034,0.15372517456988796,0.5612724636055182,0.14428554563317822,0.15372517456988796,0.5266109412114897,0.20026145099226167,0.15372517456988796,0.5458089631457718,0.08739536416476865,0.15372517456988796,0.3512899383785387,0.2560040020366226,0.15372517456988796,0.44652679234824166,0.1437930383140184,0.15372517456988796,0.5475657499059081,0.17361566620694252,0.15372517456988796,0.4651710521528135,0.04596829914829592,0.5,0.15372517456988796,0.31391477618841956,0.19632898013770178,0.15372517456988796,0.5320950923643792,0.008117636713043856,0.5,0.15372517456988796,0.35146273522753446,0.20035272950584596,0.15372517456988796,0.4604397647222853,0.09690725792678141,0.15372517456988796,0.1776521862563647,0.01800239754562769,0.15372517456988796,0.4385114834212933,0.15928623731552694,0.15372517456988796,0.4605099119739767,0.1384324614043662,0.15372517456988796,0.4717668905787336,0.17527822195868936,0.15372517456988796,0.46940051357340407,0.22216734630933696,0.5,0.15372517456988796,0.44460839002190117,0.03949440147055146,0.0,0.056837852725984815,0.03416315117576982 -4286,0.5,0.15372517456988796,0.45107559206067993,0.05908013280041689,0.15372517456988796,0.29917835573320645,0.1351286586910337,0.15372517456988796,0.4388353271114855,0.18404557957708942,0.15372517456988796,0.48718519085513434,0.1041241517096537,0.15372517456988796,0.46260754228866957,0.27987550795314725,0.15372517456988796,0.3773593536201264,0.10416669180328894,0.15372517456988796,0.32474762154816467,0.15309354544887285,0.15372517456988796,0.4100466172034627,0.07393028518770883,0.5,0.15372517456988796,0.31025687345827446,0.23942579901436323,0.15372517456988796,0.6070214545028346,0.003500124935484493,0.5,0.15372517456988796,0.3947072646196354,0.12959630981398215,0.15372517456988796,0.41747088373454044,0.18115559894841565,0.15372517456988796,0.2159655664854394,0.023047793577440356,0.15372517456988796,0.355332263001215,0.15987367609686726,0.15372517456988796,0.42938461996601995,0.10618479625401127,0.15372517456988796,0.38295369559382963,0.19781694929234636,0.15372517456988796,0.3233872907784724,0.15364589761352723,0.5,0.15372517456988796,0.47654671762489603,0.0439829539462147,0.0,0.013740101005230439,0.027572119062505448 -4287,0.5,0.15372517456988796,0.3658986161244027,0.0715768257533549,0.15372517456988796,0.35377303381554037,0.07550071997710105,0.15372517456988796,0.32962804113270233,0.1585458097810795,0.15372517456988796,0.4347207189973875,0.1202241501140828,0.15372517456988796,0.28036113533754997,0.20782896832346134,0.15372517456988796,0.347933201558966,0.06428921820919434,0.15372517456988796,0.43212390102967646,0.1305845654299141,0.15372517456988796,0.29319548809290413,0.12607107727218306,0.5,0.15372517456988796,0.2018207117590332,0.20364787553338337,0.15372517456988796,0.46820788982937256,0.007079833365197959,0.5,0.15372517456988796,0.2864043334417416,0.08197920865339065,0.15372517456988796,0.3093009511114147,0.1338570616269498,0.15372517456988796,0.2741240291989937,0.014950007336932324,0.15372517456988796,0.27457642010903227,0.16626201631277543,0.15372517456988796,0.3403200937241956,0.0844342692351693,0.15372517456988796,0.32346576367819674,0.2103524875002586,0.15372517456988796,0.3379883909013307,0.14092309992014213,0.5,0.15372517456988796,0.4606261381846005,0.05377448467968554,0.0,0.005174720620108988,0.03513826176571259 -4288,0.5,0.15372517456988796,0.2502516390433909,0.05709866616942928,0.15372517456988796,0.2348150863965459,0.07121452184567179,0.15372517456988796,0.2565992923187136,0.11326958859232833,0.15372517456988796,0.3316353464739184,0.06443182265109602,0.15372517456988796,0.3072455638890262,0.1407809585839963,0.15372517456988796,0.20976329397569557,0.04705776958085357,0.15372517456988796,0.24482571173329298,0.09236382567370427,0.15372517456988796,0.20244812538852738,0.1138364635300298,0.5,0.15372517456988796,0.11773061549771507,0.1224927443872049,0.15372517456988796,0.4005855134217787,0.012235192825803506,0.5,0.15372517456988796,0.21000262167951778,0.06218811340359146,0.15372517456988796,0.2670084850671661,0.1596917658081987,0.15372517456988796,0.27070620349808866,0.013308268426047072,0.15372517456988796,0.1801203812154525,0.1419897531708446,0.15372517456988796,0.27654291759156024,0.0771888407166582,0.15372517456988796,0.20318163346771773,0.16760057536826636,0.15372517456988796,0.2559339688869843,0.11835293620273855,0.5,0.15372517456988796,0.428358382338215,0.0644059907524443,0.0,0.009760043139766899,0.07088459338069875 -4289,0.5,0.15372517456988796,0.16371359869509286,0.026104799942960437,0.15372517456988796,0.13324866338923244,0.03633413943570688,0.15372517456988796,0.15611735046129788,0.060505209789825085,0.15372517456988796,0.2457725374914229,0.027876527408770668,0.15372517456988796,0.18539674106097706,0.07989780889138313,0.15372517456988796,0.19114370204079226,0.018243856418346336,0.15372517456988796,0.2135186986591288,0.039673988128244006,0.15372517456988796,0.129970639319297,0.057688649634675265,0.5,0.15372517456988796,0.06769522332708595,0.04630498353408309,0.15372517456988796,0.2583665838845053,0.019294876308747558,0.5,0.15372517456988796,0.09907091151749894,0.04133003609446552,0.15372517456988796,0.1748020929977926,0.10958707677057418,0.15372517456988796,0.20805811859712242,0.007705861770492027,0.15372517456988796,0.20879393010838787,0.10251315897638519,0.15372517456988796,0.15824204825759303,0.056988875457471846,0.15372517456988796,0.12440757516652864,0.1033940999026232,0.15372517456988796,0.201552179439257,0.06716110508315923,0.5,0.15372517456988796,0.29011372097478116,0.077356502534482,0.0,0.0007715383864704887,0.14466533478493493 -4290,0.5,0.15372517456988796,0.10564679775664981,0.005238514718192322,0.15372517456988796,0.10254725455783367,0.019974096116577352,0.15372517456988796,0.05921721338350987,0.02028998219276622,0.15372517456988796,0.10462743652161371,0.002598757937491196,0.15372517456988796,0.15115637848886745,0.03887465392203774,0.15372517456988796,0.08629808705981815,0.006851664526611413,0.15372517456988796,0.07142976847835364,0.009890405445714094,0.15372517456988796,0.07842567817955293,0.014591493776986184,0.5,0.15372517456988796,0.03784277139629492,0.012136707446529331,0.15372517456988796,0.13006595524044132,0.0031703821911338447,0.5,0.15372517456988796,0.06583844997208815,0.31962910038523673,0.15372517456988796,0.09730677667356552,0.07901218540703868,0.15372517456988796,0.1281438395215764,0.007902822580877286,0.15372517456988796,0.10881836361426407,0.08245256191294922,0.15372517456988796,0.08862457657961743,0.028458895174705102,0.15372517456988796,0.06292675420821649,0.09614053288666106,0.15372517456988796,0.11538004011094204,0.07251208949600187,0.5,0.15372517456988796,0.1824515438740769,0.03695775155815014,0.0,0.0005793713214782847,0.1758538514092124 -4291,0.5,0.15372517456988796,0.06939653293111922,0.004005273351553688,0.15372517456988796,0.056809561820001506,0.00965427456990869,0.15372517456988796,0.04101188812043283,0.0140451057416413,0.15372517456988796,0.04770181485834728,0.002090016556879964,0.15372517456988796,0.06783472805297175,0.012128792765349606,0.15372517456988796,0.04109293126929864,0.008060011683939005,0.15372517456988796,0.04854335089182611,0.005201853503025768,0.15372517456988796,0.029786959527325872,0.00736776758685073,0.5,0.15372517456988796,0.010302893583674304,0.00591020943731974,0.15372517456988796,0.06428240207568696,0.00013334713596066807,0.5,0.15372517456988796,0.017880043026555104,0.1476419790691212,0.15372517456988796,0.0347932479217293,0.061526339716414156,0.15372517456988796,0.08399845864090127,0.014503205239559959,0.15372517456988796,0.06262083953805693,0.05454200341234819,0.15372517456988796,0.06387875517002567,0.020250480805519083,0.15372517456988796,0.019538717935030685,0.04909254632875253,0.15372517456988796,0.040061261737707264,0.14931164219525142,0.5,0.15372517456988796,0.07666610286509322,0.009439496834588189,0.0,0.0008006962442748853,0.1666225232849436 -4292,0.5,0.15372517456988796,0.02584286733652709,0.003088113553652852,0.15372517456988796,0.006282665509856115,0.006590883540271064,0.15372517456988796,0.007844899284084312,0.042665708777654535,0.15372517456988796,0.006718984763008486,0.007083769435805292,0.15372517456988796,0.022000148844973814,0.0014264593593895669,0.15372517456988796,0.009247842229693772,0.010430552046375547,0.15372517456988796,0.016073606398114042,0.001745649536246047,0.15372517456988796,0.01105825800338748,0.008410124314848163,0.5,0.15372517456988796,0.0012425788909975072,0.003019035216695931,0.15372517456988796,0.009058146635062426,0.0018577200865674134,0.5,0.15372517456988796,0.001955080439702245,0.03593957848660205,0.15372517456988796,0.0043644402465257475,0.057163566929278924,0.15372517456988796,0.034965145911220616,0.02451804146714258,0.15372517456988796,0.03401438893871291,0.027960903574730234,0.15372517456988796,0.023369520037218795,0.009111430078432441,0.15372517456988796,0.004509048254252667,0.0035390303160142125,0.15372517456988796,0.003955815256494222,0.08313311211856234,0.5,0.15372517456988796,0.0,0.009067761022460874,0.0,0.00018532327942438002,0.15311737087923352 -4293,0.5,0.15372517456988796,0.0,0.0034942621726233598,0.15372517456988796,0.0,0.010795281619764431,0.15372517456988796,0.0,0.11078088824076834,0.15372517456988796,0.0,0.014424745952507341,0.15372517456988796,7.988013583579632e-05,0.0006200561608692511,0.15372517456988796,0.0,0.010494688486184076,0.15372517456988796,0.0,0.0003910246022074039,0.15372517456988796,0.0,0.005473693178884931,0.5,0.15372517456988796,0.0,0.004312541412920045,0.15372517456988796,0.0,0.008843669473153692,0.5,0.15372517456988796,0.0,0.025856909415885667,0.15372517456988796,0.0,0.018117061280814743,0.15372517456988796,0.0,0.032326656822332225,0.15372517456988796,2.1529789968862243e-05,0.017267897603361032,0.15372517456988796,0.0,0.007963601013183358,0.15372517456988796,0.0,0.0008634599168908367,0.15372517456988796,0.0,0.06660497444324281,0.5,0.15372517456988796,0.0,0.004971088149836895,0.0,0.0,0.1230470148800212 -4294,0.5,0.15372517456988796,0.0,0.0015488538016890415,0.15372517456988796,0.0,0.02594658755541954,0.15372517456988796,0.0,0.07696230880357981,0.15372517456988796,0.0,0.07484655527159932,0.15372517456988796,0.0,0.0006856559202589555,0.15372517456988796,0.0,0.011433713952846446,0.15372517456988796,0.0,0.00017989422123241942,0.15372517456988796,0.0,0.003972612463366243,0.5,0.15372517456988796,0.0,0.007016803629787518,0.15372517456988796,0.0,0.0069300782261764735,0.5,0.15372517456988796,0.0,0.07529337747280354,0.15372517456988796,0.0,0.02073636347988772,0.15372517456988796,0.0,0.03975497204396708,0.15372517456988796,0.0,0.009983714879263321,0.15372517456988796,0.0,0.006016622591038708,0.15372517456988796,0.0,0.0008640767687865372,0.15372517456988796,0.0,0.04732770877382702,0.5,0.15372517456988796,0.0,0.009081533522007095,0.0,0.0,0.07830416195843568 -4295,0.5,0.15372517456988796,0.0,0.0005376382270064213,0.15372517456988796,0.0,0.033337740205339944,0.15372517456988796,0.0,0.0035352925137923864,0.15372517456988796,0.0,0.1036668211243719,0.15372517456988796,0.0,0.002752471806857171,0.15372517456988796,0.0,0.011912220958931536,0.15372517456988796,0.0,0.000358928145208801,0.15372517456988796,0.0,0.003027896708074409,0.5,0.15372517456988796,0.0,0.011301551799159251,0.15372517456988796,0.0,0.03798562454913979,0.5,0.15372517456988796,0.0,0.14295354065696084,0.15372517456988796,0.0,0.030504913300808435,0.15372517456988796,0.0,0.02938379799847134,0.15372517456988796,0.0,0.004019848394582052,0.15372517456988796,0.0,0.004867391343756313,0.15372517456988796,0.0,0.0015388627724865116,0.15372517456988796,0.0,0.0763250193350788,0.5,0.15372517456988796,0.0,0.020147187758382028,0.0,0.0,0.042702817033166966 -4296,0.5,0.15372517456988796,0.0,0.01157452079835984,0.15372517456988796,0.0,0.026176888350347968,0.15372517456988796,0.0,0.0019154140085636158,0.15372517456988796,0.0,0.08135882284075405,0.15372517456988796,0.0,0.003485985845043124,0.15372517456988796,0.0,0.010844132729404408,0.15372517456988796,0.0,0.0005756257834869494,0.15372517456988796,0.0,0.0026678541695798683,0.5,0.15372517456988796,0.0,0.012154343381335003,0.15372517456988796,0.0,0.05662207022609375,0.5,0.15372517456988796,0.0,0.19625109507489533,0.15372517456988796,0.0,0.014020933717818963,0.15372517456988796,0.0,0.01273634518743982,0.15372517456988796,0.0,0.0014994857725296545,0.15372517456988796,0.0,0.006311495105251587,0.15372517456988796,0.0,0.0034298537094521733,0.15372517456988796,0.0,0.10487236947227215,0.5,0.15372517456988796,0.0,0.048682656637512006,0.0,0.0,0.021440175742708612 -4297,0.5,0.15372517456988796,0.0,0.011238123475694122,0.15372517456988796,0.0,0.012706024140698276,0.15372517456988796,0.0,0.005684964165129697,0.15372517456988796,0.0,0.04989266374133507,0.15372517456988796,0.0,0.002596465239185765,0.15372517456988796,0.0,0.007006165600624287,0.15372517456988796,0.0,0.0008819495465119177,0.15372517456988796,0.0,0.0017186917590398855,0.5,0.15372517456988796,0.0,0.008009388244449907,0.15372517456988796,0.0,0.031985315899547076,0.5,0.15372517456988796,0.0,0.11224877423078138,0.15372517456988796,0.0,0.005533369875360263,0.15372517456988796,0.0,0.008624728796669482,0.15372517456988796,0.0,0.001039124321350649,0.15372517456988796,0.0,0.009040447930308096,0.15372517456988796,0.0,0.0035360814733331578,0.15372517456988796,0.0,0.0831646415885836,0.5,0.15372517456988796,0.0,0.1717641540774998,0.0,6.189184973939287e-05,0.012903109964361536 -4298,0.5,0.15372517456988796,0.0,0.006654731864824389,0.15372517456988796,0.0,0.005356045575035465,0.15372517456988796,0.0,0.010379539783084252,0.15372517456988796,0.0,0.012254091935604177,0.15372517456988796,0.0,0.0013145108178301038,0.15372517456988796,0.0,0.0031144488931307175,0.15372517456988796,0.0,0.002659668099032392,0.15372517456988796,0.0,0.001262084760646051,0.5,0.15372517456988796,0.0,0.002435288513909047,0.15372517456988796,0.0,0.010916872623713303,0.5,0.15372517456988796,0.0,0.06409708858120074,0.15372517456988796,0.0,0.002825648417236727,0.15372517456988796,0.0,0.008052012756623228,0.15372517456988796,0.0,0.0009761757993235856,0.15372517456988796,0.0,0.012839977073105758,0.15372517456988796,0.0,0.0027568204498531943,0.15372517456988796,0.0,0.05093552141272261,0.5,0.15372517456988796,0.0,0.17719660075234317,0.0,0.00014278417073954777,0.008335726010555648 -4299,0.5,0.15372517456988796,0.0,0.005019794531651374,0.15372517456988796,0.0,0.0022625923658288285,0.15372517456988796,0.0,0.012594941984036082,0.15372517456988796,0.0,0.010615353231949471,0.15372517456988796,0.0,0.0004462729878366724,0.15372517456988796,0.0,0.002850638553213842,0.15372517456988796,0.0,0.0032121052008388645,0.15372517456988796,0.0,0.0008167232796721648,0.5,0.15372517456988796,0.0,0.00513318830175368,0.15372517456988796,0.0,0.005384030391293912,0.5,0.15372517456988796,0.0,0.02354313849087147,0.15372517456988796,0.0,0.0026347114699417384,0.15372517456988796,0.0,0.005209168796409711,0.15372517456988796,0.0,0.0008442913850479648,0.15372517456988796,0.0,0.017132296589900113,0.15372517456988796,0.0,0.002961386685056184,0.15372517456988796,0.0,0.04058350824907195,0.5,0.15372517456988796,0.0,0.06383799190337851,0.0,0.00031749145478664225,0.006147652714464295 -4300,0.5,0.15372517456988796,0.0,0.00854228636987702,0.15372517456988796,0.0,0.0018153512409162184,0.15372517456988796,0.0,0.010851241924118715,0.15372517456988796,0.0,0.018133775125237304,0.15372517456988796,0.0,0.00035880070419211493,0.15372517456988796,0.0,0.0031121636326013266,0.15372517456988796,0.0,0.0036961129426296437,0.15372517456988796,0.0,0.0011586720700166113,0.5,0.15372517456988796,0.0,0.012126896624009786,0.15372517456988796,0.0,0.002417923912181533,0.5,0.15372517456988796,0.0,0.0180123997296299,0.15372517456988796,0.0,0.004198022674017378,0.15372517456988796,0.0,0.002985619854381224,0.15372517456988796,0.0,0.0006005912167720515,0.15372517456988796,0.0,0.01684438106973824,0.15372517456988796,0.0,0.00517977154269764,0.15372517456988796,0.0,0.018443695079027152,0.5,0.15372517456988796,0.0,0.012265271162176794,0.0,0.0008566419527308155,0.0031761063452293145 -4301,0.5,0.15372517456988796,0.0008781753985790639,0.012394091282780403,0.15372517456988796,0.00261160607528861,0.0032406212656454696,0.15372517456988796,0.0003102703465554222,0.007285592487871916,0.15372517456988796,0.00042693903426877975,0.0234237769143838,0.15372517456988796,3.3667086457968234e-05,0.00033526910762699354,0.15372517456988796,0.0,0.002404589438791381,0.15372517456988796,8.241407157048607e-05,0.006288605713556651,0.15372517456988796,0.0,0.0012901890157908501,0.5,0.15372517456988796,0.0,0.01968285688994623,0.15372517456988796,0.0,0.0005942390167879524,0.5,0.15372517456988796,0.0,0.026947300541272028,0.15372517456988796,0.0,0.015848146796693628,0.15372517456988796,0.004213128077173161,0.0014585230886564402,0.15372517456988796,0.0013302502253766625,0.0007375071746508975,0.15372517456988796,0.0005984787627215221,0.01762264498210895,0.15372517456988796,8.66683768182919e-05,0.012180369155797836,0.15372517456988796,0.0005830784507975845,0.018402708463965058,0.5,0.15372517456988796,0.0011160525469866777,0.0022311724660146522,0.0,0.007166359282597864,0.00010060257235794287 -4302,0.5,0.15372517456988796,0.008303005328324259,0.01744536647208424,0.15372517456988796,0.03916299750893975,0.00427117497482488,0.15372517456988796,0.010981046676330349,0.017023538339133414,0.15372517456988796,0.007605910509502705,0.0292280554356727,0.15372517456988796,0.0018616347445777424,0.000964980150261335,0.15372517456988796,0.009110782858791962,0.003978298380605345,0.15372517456988796,0.01322704923426535,0.006049663004088887,0.15372517456988796,0.00947388262409354,0.005912680951115325,0.5,0.15372517456988796,0.0044466949254290756,0.04816141896012126,0.15372517456988796,0.021788538440285807,0.00040800336926127785,0.5,0.15372517456988796,0.0017646809753886306,0.03935984444732457,0.15372517456988796,0.0032100909841558493,0.07986135407571261,0.15372517456988796,0.054432365079462516,0.0015074322081338745,0.15372517456988796,0.023419255746454485,0.0014114888027966384,0.15372517456988796,0.008051848379890961,0.023852209400778725,0.15372517456988796,0.009486628835185076,0.0210514648145674,0.15372517456988796,0.024369307442445545,0.03523803849283604,0.5,0.15372517456988796,0.04803249753055589,0.0009264494898656017,0.0,0.017647977454992768,6.911816627450744e-05 -4303,0.5,0.15372517456988796,0.022307648738012935,0.02750439504687694,0.15372517456988796,0.08417806066824367,0.010424293152939064,0.15372517456988796,0.03247426532824795,0.04589213090865354,0.15372517456988796,0.03935832893951909,0.04464934535251993,0.15372517456988796,0.006115799346285061,0.002893919966028168,0.15372517456988796,0.05008911573572933,0.008258994486787723,0.15372517456988796,0.029970653336291977,0.01014661513372243,0.15372517456988796,0.027948450536127663,0.00966959361390393,0.5,0.15372517456988796,0.006936013942387783,0.07675367944232138,0.15372517456988796,0.043661430072571075,0.0021838795325341367,0.5,0.15372517456988796,0.007274888813587279,0.04618839695209241,0.15372517456988796,0.015596948338891829,0.14308656308322254,0.15372517456988796,0.1171379427426991,0.0038347615488178687,0.15372517456988796,0.05805745157019192,0.0032388046101972604,0.15372517456988796,0.022851477593386977,0.026254697095183042,0.15372517456988796,0.012502031929703073,0.0248689090919456,0.15372517456988796,0.0448358539873081,0.06034374236961628,0.5,0.15372517456988796,0.11788901109613964,0.0021289169928761465,0.0,0.025745337661861184,0.00013243757337886458 -4304,0.5,0.15372517456988796,0.042266487355461256,0.030609241298364655,0.15372517456988796,0.13478220294314738,0.018567435566919675,0.15372517456988796,0.049604535631014426,0.05283367223028414,0.15372517456988796,0.09379737716623257,0.07641984622801727,0.15372517456988796,0.02051211558227352,0.007827456140647412,0.15372517456988796,0.06803214184207335,0.014452548997613618,0.15372517456988796,0.029879045488487042,0.008160120900288845,0.15372517456988796,0.04418625680739683,0.01591045868369326,0.5,0.15372517456988796,0.02681722582139131,0.14082856646859185,0.15372517456988796,0.05760802852515518,0.01190131305994924,0.5,0.15372517456988796,0.007623661149986818,0.05208270355292576,0.15372517456988796,0.032541516255275266,0.23731645964268994,0.15372517456988796,0.19399762634180623,0.004395296423740251,0.15372517456988796,0.09945890920201562,0.00796813548234267,0.15372517456988796,0.032312873461717684,0.03426448899524417,0.15372517456988796,0.008598779169777304,0.03960488417391877,0.15372517456988796,0.04978468721475022,0.08571705835928178,0.5,0.15372517456988796,0.189323810199612,0.011248460993970923,0.0,0.032457603504542645,0.0032600370034167317 -4305,0.5,0.15372517456988796,0.04757508396192219,0.034186701307683955,0.15372517456988796,0.20216274112907595,0.02352458390903389,0.15372517456988796,0.07393962538201249,0.059294390818898444,0.15372517456988796,0.16405860771628752,0.1072338287009022,0.15372517456988796,0.0636774380017675,0.021295335685773766,0.15372517456988796,0.10634515910014886,0.014755391432315053,0.15372517456988796,0.05690655443752767,0.0055962904089050716,0.15372517456988796,0.0812332973284409,0.025692025555116897,0.5,0.15372517456988796,0.059303276784123254,0.21103452377419968,0.15372517456988796,0.07917411458442314,0.0349828518326945,0.5,0.15372517456988796,0.007673097848279807,0.06416408412687574,0.15372517456988796,0.038146695873864676,0.29322744174151666,0.15372517456988796,0.27165411022308206,0.0053797704696507895,0.15372517456988796,0.16689698377028475,0.017369024088844873,0.15372517456988796,0.054002754716713605,0.07665177610797681,0.15372517456988796,0.026720260768411403,0.0655988234772712,0.15372517456988796,0.05706265962419807,0.09888389522184578,0.5,0.15372517456988796,0.23335906094130654,0.02122614308358388,0.0,0.02361564580532666,0.007205743435215665 -4306,0.5,0.15372517456988796,0.04979056749007453,0.04420575613306398,0.15372517456988796,0.2845525259779217,0.013827376982188186,0.15372517456988796,0.09419095805474034,0.07362034078576105,0.15372517456988796,0.22535492203059665,0.14607556084438175,0.15372517456988796,0.06510331970555701,0.023791170297241964,0.15372517456988796,0.10417393245539566,0.010416473683001276,0.15372517456988796,0.09405792082051273,0.010941352933911505,0.15372517456988796,0.1100159622181289,0.0438356462522377,0.5,0.15372517456988796,0.09076826035934912,0.2312615111911324,0.15372517456988796,0.0762778797710959,0.08131549146639187,0.5,0.15372517456988796,0.014312867120709711,0.13636679797372084,0.15372517456988796,0.05316666919522999,0.3204721422788004,0.15372517456988796,0.37341410538256903,0.00406103915348206,0.15372517456988796,0.2673074658493691,0.020367086673456138,0.15372517456988796,0.09670576462120109,0.09399943200063184,0.15372517456988796,0.07244108535193569,0.11470358432511885,0.15372517456988796,0.06735648066115417,0.14348457757213817,0.5,0.15372517456988796,0.2754360317286062,0.04064734293349908,0.0,0.02434298355531189,0.01881652857813011 -4307,0.5,0.15372517456988796,0.06246236296212812,0.06674628584019081,0.15372517456988796,0.4352653878027485,0.0016361574279894705,0.15372517456988796,0.09835269151453654,0.11115871492533294,0.15372517456988796,0.23491915126544602,0.1512170424817308,0.15372517456988796,0.04400566335297427,0.029253199899053742,0.15372517456988796,0.1732395686927454,0.03218466563362263,0.15372517456988796,0.1805813966702315,0.03370661308492028,0.15372517456988796,0.12911211168706105,0.0565393282457221,0.5,0.15372517456988796,0.13778251282804446,0.276590671302581,0.15372517456988796,0.07942553268524731,0.17151199917652682,0.5,0.15372517456988796,0.04795111425511007,0.39927058892958855,0.15372517456988796,0.06500099593377279,0.3515357443928644,0.15372517456988796,0.4699961671450752,0.003936437353036827,0.15372517456988796,0.3634499238191435,0.010074741025991913,0.15372517456988796,0.13367677904761627,0.07381393528831252,0.15372517456988796,0.08521302236011127,0.10873341279228238,0.15372517456988796,0.08579786232201182,0.2068521855520921,0.5,0.15372517456988796,0.3117249363173289,0.07243714996601497,0.0,0.022621851761251248,0.05314747668577931 -4308,0.5,0.15372517456988796,0.07928216096711752,0.08577327484352827,0.15372517456988796,0.48544311045648003,0.0035067106159512324,0.15372517456988796,0.0696684709556841,0.198751688172447,0.15372517456988796,0.20947504933356195,0.14058506998090955,0.15372517456988796,0.1757097549796911,0.032253706977394186,0.15372517456988796,0.17411380031144535,0.07011046777731625,0.15372517456988796,0.1474267382919571,0.0794034986521743,0.15372517456988796,0.18060081044882348,0.06551451979819836,0.5,0.15372517456988796,0.17876841708118504,0.2739488402633203,0.15372517456988796,0.12142497582879072,0.29519146673172714,0.5,0.15372517456988796,0.08768797388643786,0.37528471391673296,0.15372517456988796,0.06155913849032402,0.44257312919148173,0.15372517456988796,0.5136779929549949,0.012156746841719511,0.15372517456988796,0.37201697238781106,0.005792332172228576,0.15372517456988796,0.16958741298196137,0.049955338236679955,0.15372517456988796,0.07447910641288795,0.07635739542314325,0.15372517456988796,0.08239251009948653,0.2591016602108093,0.5,0.15372517456988796,0.29935628251498314,0.12171519629119743,0.0,0.009602272118128818,0.0751119656739442 -4309,0.5,0.15372517456988796,0.09091293365165351,0.08614645721214886,0.15372517456988796,0.5116755675212634,0.020344733989232942,0.15372517456988796,0.054428928790677664,0.22401860313761546,0.15372517456988796,0.12287870948493877,0.13316120163614786,0.15372517456988796,0.11228651036372013,0.020348109139519743,0.15372517456988796,0.08409044756251317,0.06563128129395351,0.15372517456988796,0.11202531364472619,0.10573879756716831,0.15372517456988796,0.2560186915127429,0.0866098845634877,0.5,0.15372517456988796,0.16297875855682115,0.22960466596396223,0.15372517456988796,0.10457462625980324,0.5177908338172703,0.5,0.15372517456988796,0.14306826447795115,0.40261758992510266,0.15372517456988796,0.07606535906852485,0.37000332277335923,0.15372517456988796,0.5447645399997916,0.03892689303141368,0.15372517456988796,0.41079532376241434,0.010758257639466095,0.15372517456988796,0.18952845964617923,0.024171840837698362,0.15372517456988796,0.06196461185539265,0.060773937982389364,0.15372517456988796,0.0902394142568119,0.32793589942437773,0.5,0.15372517456988796,0.22484210061855506,0.2122150085731462,0.0,0.0057144328471043365,0.08800571889977878 -4310,0.5,0.15372517456988796,0.09779725255298881,0.07581504208874419,0.15372517456988796,0.4700675904156386,0.026117855544286767,0.15372517456988796,0.044919973768276555,0.2714908312571941,0.15372517456988796,0.08413585025081087,0.10753569273610812,0.15372517456988796,0.06999243187824951,0.008843049928073778,0.15372517456988796,0.08457163140097214,0.051003153071459806,0.15372517456988796,0.107222357672698,0.11930956382241004,0.15372517456988796,0.20185923508277315,0.0936366833948124,0.5,0.15372517456988796,0.14299943262630965,0.17898241242773355,0.15372517456988796,0.05826720047433666,0.6464040561247026,0.5,0.15372517456988796,0.1233363350926488,0.5115590622462195,0.15372517456988796,0.1382262587163153,0.3584247281478455,0.15372517456988796,0.49223808789681867,0.0823469817908389,0.15372517456988796,0.3550977660402611,0.023861306388847602,0.15372517456988796,0.16646313418570777,0.012213805288399725,0.15372517456988796,0.0680018894896044,0.051719480883526785,0.15372517456988796,0.0991258897679494,0.38239437968769535,0.5,0.15372517456988796,0.13067411068374732,0.45530741453493156,0.0,0.005427239331569948,0.14131260923098163 -4311,0.5,0.15372517456988796,0.08312416662772591,0.08118611553139679,0.15372517456988796,0.3378093600305908,0.04177001772214287,0.15372517456988796,0.03966125844698616,0.32602347208862714,0.15372517456988796,0.059903872999443705,0.09618429326302183,0.15372517456988796,0.12268772999657025,0.003155636341113349,0.15372517456988796,0.05533133871860049,0.04177234083468587,0.15372517456988796,0.059893299614961384,0.13220147597674992,0.15372517456988796,0.10786150700296374,0.06906805321681068,0.5,0.15372517456988796,0.13078560015742224,0.18199899101951483,0.15372517456988796,0.10371875293045779,0.5227973933201706,0.5,0.15372517456988796,0.10137694782590669,0.5460034204828448,0.15372517456988796,0.14868475448302318,0.4236607658842013,0.15372517456988796,0.4604025282294024,0.12979036387301907,0.15372517456988796,0.29711121176363875,0.04517933313084822,0.15372517456988796,0.1402592488364382,0.010452552274632472,0.15372517456988796,0.12691950455265438,0.03751580311340369,0.15372517456988796,0.08466996070088986,0.4382602567057518,0.5,0.15372517456988796,0.11242997676952893,0.7201661740614238,0.0,0.007412563322305153,0.21300382610462087 -4312,0.5,0.15372517456988796,0.06631434462380574,0.09007249952974548,0.15372517456988796,0.2313926882453669,0.060138455268641484,0.15372517456988796,0.027452319823699257,0.3113932599710827,0.15372517456988796,0.06896667176833823,0.13048923933024809,0.15372517456988796,0.13915085839540764,0.0002993338972992074,0.15372517456988796,0.07482086070506043,0.030351085454430174,0.15372517456988796,0.03614998225623036,0.12005550437668709,0.15372517456988796,0.06186332102959004,0.04292947559010521,0.5,0.15372517456988796,0.09191333367720836,0.18705039929693126,0.15372517456988796,0.16152406410901488,0.40065579533033985,0.5,0.15372517456988796,0.07662501611863405,0.5658011996523048,0.15372517456988796,0.11135928864063044,0.40224029443245835,0.15372517456988796,0.35737332227671836,0.17594200651775094,0.15372517456988796,0.18291051978946618,0.07159367889217733,0.15372517456988796,0.1254370515228931,0.020302524807894545,0.15372517456988796,0.08814896925280448,0.0492902126473151,0.15372517456988796,0.07741119191960548,0.49670868478332314,0.5,0.15372517456988796,0.04956691796794147,0.6765523975791289,0.0,0.011042783749672356,0.27130594570512473 -4313,0.5,0.15372517456988796,0.04750446317716622,0.08599406182612782,0.15372517456988796,0.1412555389953911,0.09573754691283076,0.15372517456988796,0.019087641088549073,0.2501785764034802,0.15372517456988796,0.0388333377137079,0.18607197600874364,0.15372517456988796,0.10706774871677661,0.0006401205813186483,0.15372517456988796,0.04823229760086847,0.019134905893862554,0.15372517456988796,0.04179676406169417,0.11078187336078751,0.15372517456988796,0.06875174041166689,0.03518367264002558,0.5,0.15372517456988796,0.09171425961355474,0.18892948017882616,0.15372517456988796,0.1179071457585876,0.34101180061564973,0.5,0.15372517456988796,0.07700333141860982,0.5438508366526926,0.15372517456988796,0.06562277493645749,0.34664104163086334,0.15372517456988796,0.2995490978784304,0.24393276697979485,0.15372517456988796,0.14875160776369997,0.10136064004512899,0.15372517456988796,0.09382683606339723,0.04047153811302503,0.15372517456988796,0.04213071520642862,0.06423340752300745,0.15372517456988796,0.057286652853311124,0.4706492330853393,0.5,0.15372517456988796,0.02945395863918452,0.6516436963522438,0.0,0.009641552052880281,0.33698652811600166 -4314,0.5,0.15372517456988796,0.03080629447708541,0.07551063539880419,0.15372517456988796,0.09600264306902377,0.15288449889932004,0.15372517456988796,0.01861909793101843,0.17521083938586926,0.15372517456988796,0.014394904975577261,0.21521872851769144,0.15372517456988796,0.1224572458876109,0.0023761452135923128,0.15372517456988796,0.025625046412037705,0.01239931087060955,0.15372517456988796,0.03300851930455557,0.07305329006394302,0.15372517456988796,0.04097023485287321,0.03487068899057038,0.5,0.15372517456988796,0.07997540218998457,0.1977209506950865,0.15372517456988796,0.05014764493171521,0.2699713212566173,0.5,0.15372517456988796,0.08696604894850443,0.4249424513607853,0.15372517456988796,0.04333374675772262,0.28146621671412775,0.15372517456988796,0.18873342951325514,0.27938742290460905,0.15372517456988796,0.08552130928778767,0.12423906474572674,0.15372517456988796,0.0673315088171939,0.06100004798250753,0.15372517456988796,0.027617833106861733,0.08361061876932926,0.15372517456988796,0.036664038198135296,0.376153546674363,0.5,0.15372517456988796,0.03011579608296976,0.5157911894510652,0.0,0.004678021004479754,0.35381363975607716 -4315,0.5,0.15372517456988796,0.014886637810162652,0.07472277238922814,0.15372517456988796,0.06271446712637216,0.2623408497558029,0.15372517456988796,0.010403016216827255,0.10511604055600718,0.15372517456988796,0.005183012276930514,0.2377549336233747,0.15372517456988796,0.027544876913984745,0.003543601894176697,0.15372517456988796,0.014669737954434657,0.01396799442447923,0.15372517456988796,0.019120320060960094,0.03576682017288362,0.15372517456988796,0.021843765181266777,0.03388258830851695,0.5,0.15372517456988796,0.05150127756560152,0.16738943029735603,0.15372517456988796,0.008467902237653898,0.2133916103216013,0.5,0.15372517456988796,0.04609797803851854,0.41063470634986987,0.15372517456988796,0.019512134887105483,0.21561247248385057,0.15372517456988796,0.11291702927234049,0.23619854025590642,0.15372517456988796,0.04765220951316799,0.13605277952751338,0.15372517456988796,0.03508836963796815,0.08088535078971894,0.15372517456988796,0.01498852748946578,0.0692312627628396,0.15372517456988796,0.01859432729494436,0.3054064034283461,0.5,0.15372517456988796,0.014251299884561952,0.40649635804951467,0.0,0.0,0.3485500707811752 -4316,0.5,0.15372517456988796,0.00492811124486886,0.06908810885596474,0.15372517456988796,0.011020648636213368,0.29452589405314183,0.15372517456988796,0.0031561622917717054,0.051554158364046046,0.15372517456988796,0.0004794887744183441,0.2645090171602326,0.15372517456988796,0.01527965494653834,0.007458544165407255,0.15372517456988796,0.008694548161505014,0.014685592865655484,0.15372517456988796,0.00801695717564182,0.013565252259914857,0.15372517456988796,0.009912688354571604,0.02888034259284707,0.5,0.15372517456988796,0.01299362921449186,0.1133373124124026,0.15372517456988796,0.0006919142711835357,0.16347564058007905,0.5,0.15372517456988796,0.016070885353832758,0.3213639951209156,0.15372517456988796,0.004774054513126823,0.15063168459941537,0.15372517456988796,0.04329492466251275,0.14568230178903863,0.15372517456988796,0.02843257155296669,0.13280610285345706,0.15372517456988796,0.012949544602746648,0.07898062602186716,0.15372517456988796,0.0060218686755581265,0.04780472470346928,0.15372517456988796,0.004067131119551132,0.24447342546310064,0.5,0.15372517456988796,0.00039689398748668796,0.3285359122804201,0.0,0.0007020888381272531,0.330515939186947 -4317,0.5,0.15372517456988796,1.2227891804410816e-07,0.0592556677951131,0.15372517456988796,0.0,0.18623591794180047,0.15372517456988796,0.0,0.025814574021094057,0.15372517456988796,0.0,0.2912250195288001,0.15372517456988796,0.0,0.012711511014796194,0.15372517456988796,0.00014705557905067017,0.011346585565481338,0.15372517456988796,3.087164065184323e-05,0.0070610776060859165,0.15372517456988796,2.6000915652723847e-06,0.023978519201670843,0.5,0.15372517456988796,0.0,0.08154962834946135,0.15372517456988796,0.0,0.14000800045316789,0.5,0.15372517456988796,0.0,0.2511929421451856,0.15372517456988796,0.0,0.12054741556494389,0.15372517456988796,2.7488948372184005e-06,0.0908061036505029,0.15372517456988796,0.0,0.10100548852850286,0.15372517456988796,0.0,0.05410841313829855,0.15372517456988796,0.0,0.02186160853710295,0.15372517456988796,0.0,0.1871985324894637,0.5,0.15372517456988796,0.0,0.24434466904221863,0.0,0.0024166318268250245,0.2915216301258239 -4318,0.5,0.15372517456988796,0.0,0.06187547401793359,0.15372517456988796,0.0,0.1187880451034845,0.15372517456988796,0.0,0.017437805379588108,0.15372517456988796,0.0,0.30956126365706105,0.15372517456988796,0.0,0.019771466361415083,0.15372517456988796,0.0,0.017034325494651063,0.15372517456988796,0.0,0.005447940831518804,0.15372517456988796,0.0,0.03048865040504101,0.5,0.15372517456988796,0.0,0.07381166410769291,0.15372517456988796,0.0,0.0964805305188325,0.5,0.15372517456988796,0.0,0.22446417569376548,0.15372517456988796,0.0,0.12768575670397783,0.15372517456988796,0.0,0.08798494518144998,0.15372517456988796,0.0,0.07966355270097258,0.15372517456988796,0.0,0.037023643907431875,0.15372517456988796,0.0,0.010527364394802842,0.15372517456988796,0.0,0.16608227798404063,0.5,0.15372517456988796,0.0,0.2137686257484815,0.0,0.003892363116322372,0.24404445843399172 -4319,0.5,0.15372517456988796,0.0,0.06894202685304353,0.15372517456988796,0.0,0.09242734745309053,0.15372517456988796,0.0,0.01741569343770064,0.15372517456988796,0.0,0.2830057164571499,0.15372517456988796,0.0,0.027702483227685405,0.15372517456988796,0.0,0.021027094110257043,0.15372517456988796,0.0,0.00811317681472981,0.15372517456988796,0.0,0.04651178724952917,0.5,0.15372517456988796,0.0,0.08098573031644823,0.15372517456988796,0.0,0.08227244846920673,0.5,0.15372517456988796,0.0,0.1895040222954737,0.15372517456988796,0.0,0.13341081331017582,0.15372517456988796,0.0,0.09248694403178352,0.15372517456988796,0.0,0.06969344951478676,0.15372517456988796,0.0,0.030051323133555602,0.15372517456988796,0.0,0.006383238143315191,0.15372517456988796,0.0,0.15691666146485164,0.5,0.15372517456988796,0.0,0.18726322620401253,0.0,0.005821613539193666,0.22436293770747132 -4320,0.5,0.15372517456988796,0.0,0.06983752177290409,0.15372517456988796,0.0,0.07378693766728757,0.15372517456988796,0.0,0.018519913304531774,0.15372517456988796,0.0,0.23134503752020946,0.15372517456988796,0.0,0.03261880289433158,0.15372517456988796,0.0,0.02847706504736843,0.15372517456988796,0.0,0.008654969139024473,0.15372517456988796,0.0,0.0765066492261085,0.5,0.15372517456988796,0.0,0.08726207093411743,0.15372517456988796,0.0,0.09176709137251465,0.5,0.15372517456988796,0.0,0.1847821881813731,0.15372517456988796,0.0,0.12487183593306907,0.15372517456988796,0.0,0.08632057088072868,0.15372517456988796,0.0,0.0662483135576643,0.15372517456988796,0.0,0.02882288293947536,0.15372517456988796,0.0,0.005834269835369082,0.15372517456988796,0.0,0.1518945772823162,0.5,0.15372517456988796,0.0,0.1583407787343952,0.0,0.009112988392430027,0.2148111772464339 -4321,0.5,0.15372517456988796,0.0,0.0601947147936512,0.15372517456988796,0.0,0.06664933661938309,0.15372517456988796,0.0,0.01615291061567799,0.15372517456988796,0.0,0.18147608293574827,0.15372517456988796,0.0,0.03384033322995274,0.15372517456988796,0.0,0.03406142953623152,0.15372517456988796,0.0,0.010632869081241593,0.15372517456988796,0.0,0.10246243970116231,0.5,0.15372517456988796,0.0,0.09248549279229384,0.15372517456988796,0.0,0.10509772103231613,0.5,0.15372517456988796,0.0,0.2211013445836456,0.15372517456988796,0.0,0.07718069667364168,0.15372517456988796,0.0,0.07539206565289376,0.15372517456988796,0.0,0.07288218781814701,0.15372517456988796,0.0,0.02992380290614393,0.15372517456988796,0.0,0.0065666167546508895,0.15372517456988796,0.0,0.1636057801670236,0.5,0.15372517456988796,0.0,0.15895535610230754,0.0,0.01741893620241439,0.2148594966240291 -4322,0.5,0.15372517456988796,0.0,0.05154871302372116,0.15372517456988796,0.0,0.06718705852402708,0.15372517456988796,0.0,0.019280554946617772,0.15372517456988796,0.0,0.13055258116199026,0.15372517456988796,0.0,0.03722327188829883,0.15372517456988796,0.0,0.041496196006354714,0.15372517456988796,0.0,0.015171587392822282,0.15372517456988796,0.0,0.10934353787453038,0.5,0.15372517456988796,0.0,0.09133634229355186,0.15372517456988796,0.0,0.08754475224915326,0.5,0.15372517456988796,0.0,0.2409878603957725,0.15372517456988796,0.0,0.05023858556377387,0.15372517456988796,0.0,0.07296427951590982,0.15372517456988796,0.0,0.08052748057431283,0.15372517456988796,0.0,0.030758873528106464,0.15372517456988796,0.0,0.007663388600367416,0.15372517456988796,0.0,0.1691720918968291,0.5,0.15372517456988796,0.0,0.15671500551148884,0.0,0.0443830995657253,0.2406639631935954 -4323,0.5,0.15372517456988796,0.0,0.051478093194836955,0.15372517456988796,0.0,0.05913958597718048,0.15372517456988796,0.0,0.021876897211162104,0.15372517456988796,0.0,0.09501313782703033,0.15372517456988796,0.0,0.041175727386583635,0.15372517456988796,0.0,0.05516075606125702,0.15372517456988796,0.0,0.02882939593173571,0.15372517456988796,0.0,0.11924361986778864,0.5,0.15372517456988796,0.0,0.08714993080852068,0.15372517456988796,0.0,0.047261645641204046,0.5,0.15372517456988796,0.0,0.2349888333026981,0.15372517456988796,0.0,0.04080108935117021,0.15372517456988796,0.0,0.06965481819018968,0.15372517456988796,0.0,0.07954212531112434,0.15372517456988796,0.0,0.029885101750719588,0.15372517456988796,0.0,0.011257000926865131,0.15372517456988796,0.0,0.15856881355229935,0.5,0.15372517456988796,0.0,0.15967537565203954,0.0,0.059677678016812265,0.2796629144132143 -4324,0.5,0.15372517456988796,0.0,0.0555008380219702,0.15372517456988796,0.0,0.05167285048639066,0.15372517456988796,0.0,0.021276234632482877,0.15372517456988796,0.0,0.0610209831432928,0.15372517456988796,0.0,0.04694805471589699,0.15372517456988796,0.0,0.09378457308121856,0.15372517456988796,0.0,0.044834479738184274,0.15372517456988796,0.0,0.12011493183399988,0.5,0.15372517456988796,0.0,0.07560384858373874,0.15372517456988796,0.0,0.01606330659859347,0.5,0.15372517456988796,0.0,0.2108719703946677,0.15372517456988796,0.0,0.04609786587933444,0.15372517456988796,0.0,0.0588506017595021,0.15372517456988796,0.0,0.0749027098563432,0.15372517456988796,0.0,0.02794435204472345,0.15372517456988796,0.0,0.020129218618639252,0.15372517456988796,0.0,0.13715173544834497,0.5,0.15372517456988796,0.0,0.11658683364341699,0.0,0.06358936346019871,0.2790159448871047 -4325,0.5,0.15372517456988796,0.00678991438798349,0.0553782334932538,0.15372517456988796,0.003912957827722355,0.053149097055042886,0.15372517456988796,0.0023537891385120966,0.017810190028670077,0.15372517456988796,0.003046560367323574,0.05077805611373274,0.15372517456988796,0.0006420890871473001,0.056503779768294904,0.15372517456988796,0.0,0.14041251008689973,0.15372517456988796,3.4109583615856916e-06,0.06987913370612728,0.15372517456988796,0.0,0.09299777482002163,0.5,0.15372517456988796,0.0,0.0631232695694343,0.15372517456988796,0.0,0.014958250230117494,0.5,0.15372517456988796,0.0,0.19994498624658147,0.15372517456988796,0.0,0.04618688525446618,0.15372517456988796,0.003397340985881677,0.051413432443838995,0.15372517456988796,0.0022870741443772775,0.06932605141343676,0.15372517456988796,0.0017386024527047995,0.0280440942337504,0.15372517456988796,2.1850898815818837e-05,0.03388158508347825,0.15372517456988796,0.00012784768929487608,0.11605255568000102,0.5,0.15372517456988796,0.0003727484530746355,0.07429963223803115,0.0,0.06929411776573793,0.23498537864867036 -4326,0.5,0.15372517456988796,0.06253705115766447,0.06975812615396718,0.15372517456988796,0.05885923727799507,0.06575887644806172,0.15372517456988796,0.042332050143830326,0.016404344486480604,0.15372517456988796,0.052636004731990475,0.06424374762167513,0.15372517456988796,0.036832516022013095,0.0696630653451717,0.15372517456988796,0.004876922063625877,0.15099287974120074,0.15372517456988796,0.003987552210622062,0.10064210182250835,0.15372517456988796,0.023623788231737573,0.10091345238126645,0.5,0.15372517456988796,0.016943289152571556,0.06344020960941742,0.15372517456988796,0.026447497534088673,0.028496338888599516,0.5,0.15372517456988796,0.00454453133932427,0.27162411231703043,0.15372517456988796,0.021412589424815498,0.0512885799577843,0.15372517456988796,0.03643171534903672,0.05801803705723249,0.15372517456988796,0.05085048241229943,0.06819525353998263,0.15372517456988796,0.03310355309993461,0.03371095161749199,0.15372517456988796,0.008804582636585647,0.07343359570794575,0.15372517456988796,0.01262149563594337,0.12972293737692045,0.5,0.15372517456988796,0.02570331733067462,0.07745469704901752,0.0,0.08698335946310577,0.1965737455382481 -4327,0.5,0.15372517456988796,0.1414406845268898,0.126687628541897,0.15372517456988796,0.13384588289086616,0.11331549564200008,0.15372517456988796,0.10078528468319123,0.029614088385318982,0.15372517456988796,0.1291921831165114,0.1128342694762233,0.15372517456988796,0.10729059728640516,0.0988142792883012,0.15372517456988796,0.033399358449732026,0.13796083276694845,0.15372517456988796,0.010655535082459614,0.10268186863542947,0.15372517456988796,0.06836489071069607,0.18018390831960848,0.5,0.15372517456988796,0.07757756397903427,0.15827690714733175,0.15372517456988796,0.06960981463965274,0.09089022698557947,0.5,0.15372517456988796,0.020961958422295614,0.31581044937925035,0.15372517456988796,0.05986464878321077,0.2221086151094821,0.15372517456988796,0.07084971699547005,0.10366585356212954,0.15372517456988796,0.12210529308717183,0.09194886404619998,0.15372517456988796,0.0849218601079051,0.06458600352439588,0.15372517456988796,0.058807244699156956,0.15235910653275986,0.15372517456988796,0.03222261008965775,0.16723085357477194,0.5,0.15372517456988796,0.08514647700505817,0.20315231301069675,0.0,0.10692490794967575,0.23265131416773982 -4328,0.5,0.15372517456988796,0.2425904854903935,0.17791172086407686,0.15372517456988796,0.24644024392082903,0.17684527973982153,0.15372517456988796,0.19301919706457463,0.04448850998300985,0.15372517456988796,0.22307366308033133,0.15185378981482428,0.15372517456988796,0.21317601626421112,0.15369174829393628,0.15372517456988796,0.1100285404213399,0.1540302274305687,0.15372517456988796,0.04675008075926996,0.12337921530354838,0.15372517456988796,0.09475108866163619,0.23560085322029756,0.5,0.15372517456988796,0.17274180759603625,0.3005374881828065,0.15372517456988796,0.12787998977315695,0.18086480687722123,0.5,0.15372517456988796,0.04134499248268773,0.3811051395414185,0.15372517456988796,0.08900005205921391,0.3502745451859342,0.15372517456988796,0.10138703285229858,0.15536315737253426,0.15372517456988796,0.23246641322288664,0.2071172704811649,0.15372517456988796,0.14988721351880313,0.1080911148579645,0.15372517456988796,0.13000991881072096,0.19279876807063212,0.15372517456988796,0.05810281690435107,0.24713254923628794,0.5,0.15372517456988796,0.16971450039963024,0.33356513963119916,0.0,0.14407038784036127,0.27596491763533065 -4329,0.5,0.15372517456988796,0.33659040829004655,0.19354892562579135,0.15372517456988796,0.3475400533535293,0.2550995091780763,0.15372517456988796,0.24655604040593931,0.07038056283804456,0.15372517456988796,0.31067014653777525,0.14976085619030205,0.15372517456988796,0.343001958470363,0.25366674063374356,0.15372517456988796,0.24492439847366748,0.17272408987834648,0.15372517456988796,0.1178913495297387,0.12480826574100133,0.15372517456988796,0.11871192749884354,0.19999147512432078,0.5,0.15372517456988796,0.278848690915734,0.30263453461134804,0.15372517456988796,0.1760107119295505,0.2553467263798434,0.5,0.15372517456988796,0.11157513173295847,0.4731315309971316,0.15372517456988796,0.12541756064804657,0.38128128653022314,0.15372517456988796,0.1318768416044655,0.19254673352638357,0.15372517456988796,0.34669071168331556,0.286929323815515,0.15372517456988796,0.2341849780333718,0.1492396854426243,0.15372517456988796,0.1712805718877412,0.21988843550718612,0.15372517456988796,0.08970067741317778,0.30291550300618614,0.5,0.15372517456988796,0.2292021939797552,0.378547131065363,0.0,0.20898701133223768,0.34535698556039685 -4330,0.5,0.15372517456988796,0.4035794701317441,0.24021180389717983,0.15372517456988796,0.3867241993375933,0.294737412544944,0.15372517456988796,0.3166129100047884,0.1308929268223274,0.15372517456988796,0.4245269841524113,0.13040466227511516,0.15372517456988796,0.47771666140832747,0.287915670591093,0.15372517456988796,0.3946735961919758,0.18013761379421145,0.15372517456988796,0.2573018360440899,0.11381120250762825,0.15372517456988796,0.19631388272771216,0.24072817808359526,0.5,0.15372517456988796,0.3876197379094869,0.3261016847942121,0.15372517456988796,0.19776994929684483,0.3517819140173296,0.5,0.15372517456988796,0.26657370738958086,0.5338882156548982,0.15372517456988796,0.148458733896877,0.34324498426851324,0.15372517456988796,0.11589245500209698,0.20095882188836062,0.15372517456988796,0.47489765069635526,0.31337997086372826,0.15372517456988796,0.36836771681178326,0.18112753396922188,0.15372517456988796,0.2041742273371977,0.21322301561322315,0.15372517456988796,0.18030708609610457,0.3905227607719587,0.5,0.15372517456988796,0.25777247746000403,0.4334635165665548,0.0,0.2058659534905348,0.400628363608334 -4331,0.5,0.15372517456988796,0.44551284425706383,0.2903478169794812,0.15372517456988796,0.21252908422004474,0.29766793876783404,0.15372517456988796,0.3057031100928603,0.17317736074335846,0.15372517456988796,0.4596487237234924,0.13120560338489673,0.15372517456988796,0.5964385324729697,0.3195857460839433,0.15372517456988796,0.5481798838025691,0.21531916422765707,0.15372517456988796,0.43853209627969003,0.15292782042471814,0.15372517456988796,0.3047507136097455,0.31236608177740977,0.5,0.15372517456988796,0.4762968987014915,0.3871674505432362,0.15372517456988796,0.22256741381405873,0.4508396383506605,0.5,0.15372517456988796,0.36240961174930186,0.4880692277290143,0.15372517456988796,0.2251520869285686,0.34874602149368267,0.15372517456988796,0.10709283579295328,0.18612950542171125,0.15372517456988796,0.5510807665150603,0.34004144485637033,0.15372517456988796,0.4630753322035954,0.2349460385959256,0.15372517456988796,0.24749614847185758,0.18697528115957698,0.15372517456988796,0.228595891610286,0.44023935009154397,0.5,0.15372517456988796,0.26077770915473825,0.5992982090622689,0.0,0.23409415985130527,0.5166341072157612 -4332,0.5,0.15372517456988796,0.41470753491460377,0.28315810265070573,0.15372517456988796,0.1830265667536459,0.3516502324820823,0.15372517456988796,0.21140095310589985,0.16771077247594054,0.15372517456988796,0.4343070994251121,0.14682862242149616,0.15372517456988796,0.6559714593447836,0.3223228991075256,0.15372517456988796,0.636663403852632,0.23289666162656572,0.15372517456988796,0.5646480043815916,0.23634996131296,0.15372517456988796,0.4469040018255189,0.31183533108319084,0.5,0.15372517456988796,0.539448442853236,0.4071208887826317,0.15372517456988796,0.23172306730564973,0.5153588227946967,0.5,0.15372517456988796,0.328798750322207,0.3934888268947299,0.15372517456988796,0.3012204577746426,0.3456084621958499,0.15372517456988796,0.11042821885527543,0.16774283456959044,0.15372517456988796,0.5799485332073471,0.3718926273713485,0.15372517456988796,0.5308431133720755,0.3123056752377898,0.15372517456988796,0.3013724953121171,0.20791405235725705,0.15372517456988796,0.18133748076451153,0.43690977018108257,0.5,0.15372517456988796,0.3393265105173392,0.7155765657733719,0.0,0.2673514917697693,0.6209880591473388 -4333,0.5,0.15372517456988796,0.32233535205580355,0.28527679205316925,0.15372517456988796,0.1789765433818467,0.395064859623094,0.15372517456988796,0.25076140189841883,0.19915074434251448,0.15372517456988796,0.41705747871618803,0.17887121850374582,0.15372517456988796,0.646434695966268,0.39449626335140775,0.15372517456988796,0.6524318788276313,0.232776735150991,0.15372517456988796,0.6574271208335754,0.2804240204046865,0.15372517456988796,0.5459075808411902,0.27398102723387235,0.5,0.15372517456988796,0.60403539817393,0.4035277479060112,0.15372517456988796,0.2704122599081202,0.5039664627539236,0.5,0.15372517456988796,0.5248717967826042,0.42279673664577605,0.15372517456988796,0.32954494245194443,0.3757453440685825,0.15372517456988796,0.11392652323548036,0.1680749288803925,0.15372517456988796,0.5632340139123487,0.4101745166339735,0.15372517456988796,0.5596203446961522,0.3954549175298493,0.15372517456988796,0.33998052684914337,0.2465469153398317,0.15372517456988796,0.20679296783042145,0.478829866397388,0.5,0.15372517456988796,0.25750063927794253,0.7337459822623692,0.0,0.22841588282793043,0.6463087730813121 -4334,0.5,0.15372517456988796,0.2799255759555843,0.2977930375040054,0.15372517456988796,0.20628431677181694,0.3709882067512686,0.15372517456988796,0.2655295093755485,0.2394793875424952,0.15372517456988796,0.3716254620458275,0.21527686985165276,0.15372517456988796,0.5439681656806762,0.503663995601805,0.15372517456988796,0.6462833560051179,0.2644293244916326,0.15372517456988796,0.6582383824346864,0.29429480483166365,0.15372517456988796,0.6286678192130271,0.248348797025657,0.5,0.15372517456988796,0.5999515624166158,0.34660144129399606,0.15372517456988796,0.24896746545852655,0.41920957547981574,0.5,0.15372517456988796,0.6109853026458766,0.474747091024242,0.15372517456988796,0.3495747399906942,0.3250242118234129,0.15372517456988796,0.114442455552794,0.17369316700632748,0.15372517456988796,0.5365760814395204,0.4585288224966414,0.15372517456988796,0.5303897282399633,0.41426297740035695,0.15372517456988796,0.39946421260786047,0.29359312182704345,0.15372517456988796,0.29129291759676784,0.4520555355524634,0.5,0.15372517456988796,0.23769310505082786,0.6756132874362459,0.0,0.1868822693088597,0.5859578780212106 -4335,0.5,0.15372517456988796,0.2248251213354886,0.3071064021160732,0.15372517456988796,0.21334402300053007,0.3658012545540712,0.15372517456988796,0.2304516364411583,0.23160753314299684,0.15372517456988796,0.3216922272647609,0.23448237300137126,0.15372517456988796,0.5105278766673053,0.6182323443163402,0.15372517456988796,0.5619132937565952,0.3322707709924435,0.15372517456988796,0.6046761277667452,0.30093310152819197,0.15372517456988796,0.5944788999372437,0.2333148743540297,0.5,0.15372517456988796,0.538475614139529,0.29839424859785546,0.15372517456988796,0.21454967345409548,0.2655134304792848,0.5,0.15372517456988796,0.5190918146902614,0.4616412382041824,0.15372517456988796,0.45031567454694776,0.36597210683278947,0.15372517456988796,0.10982699642922258,0.17644403396309344,0.15372517456988796,0.520541627441715,0.4951531929613862,0.15372517456988796,0.5224763686940535,0.421074472017422,0.15372517456988796,0.4518659420438784,0.26843179783963383,0.15372517456988796,0.34710091216680844,0.3733097119434804,0.5,0.15372517456988796,0.17215720983821986,0.5830574001425882,0.0,0.16326954206744948,0.5310883336443178 -4336,0.5,0.15372517456988796,0.1542484626460439,0.2959359329270742,0.15372517456988796,0.15750320023967038,0.3668337290952635,0.15372517456988796,0.1753441399451612,0.17485156376120606,0.15372517456988796,0.23430321269247809,0.21224899501336109,0.15372517456988796,0.4053234773530117,0.6383425945824694,0.15372517456988796,0.43073660021958105,0.43333455063665205,0.15372517456988796,0.5030837640502257,0.32815684905496445,0.15372517456988796,0.48372949691161393,0.21879922885279957,0.5,0.15372517456988796,0.4615339808571892,0.2564182833762652,0.15372517456988796,0.28086905163413056,0.21915884999964877,0.5,0.15372517456988796,0.36295948532385236,0.4210306077933117,0.15372517456988796,0.3995924608773134,0.37256198999949397,0.15372517456988796,0.1090143477869196,0.14028574523011833,0.15372517456988796,0.4201821892617427,0.49657086934224187,0.15372517456988796,0.4686218067072758,0.4326522056507901,0.15372517456988796,0.45795710322143895,0.2270583899576704,0.15372517456988796,0.2999086877639098,0.30246885314770844,0.5,0.15372517456988796,0.11896201438557047,0.4191923984052336,0.0,0.16183354098940045,0.5142340057072005 -4337,0.5,0.15372517456988796,0.13776933327597146,0.27504138684696144,0.15372517456988796,0.10618674566180686,0.3392125769842003,0.15372517456988796,0.18783626821275753,0.1508956933612479,0.15372517456988796,0.170866727431361,0.22229091644207374,0.15372517456988796,0.3174069755616767,0.5091469823573417,0.15372517456988796,0.30756486352405377,0.46889414254283235,0.15372517456988796,0.36398299114748645,0.38890636354306907,0.15372517456988796,0.38462344827323725,0.19116867779922034,0.5,0.15372517456988796,0.2955505236776481,0.1907585974088088,0.15372517456988796,0.256257016744567,0.17299569764400768,0.5,0.15372517456988796,0.2548219329303121,0.3132365284389017,0.15372517456988796,0.32699062653376965,0.2903789110674467,0.15372517456988796,0.16140160056016095,0.09268808187604372,0.15372517456988796,0.339851349664765,0.4429404210558153,0.15372517456988796,0.32962464435469474,0.4185814183032749,0.15372517456988796,0.3355408884203758,0.18431466855636533,0.15372517456988796,0.23357142437557343,0.21892385686068475,0.5,0.15372517456988796,0.09832848418779962,0.30256141559572525,0.0,0.18812305362939988,0.5075782600399463 -4338,0.5,0.15372517456988796,0.09159763605475388,0.22791769598132514,0.15372517456988796,0.06635113802391299,0.20285108734054075,0.15372517456988796,0.16796826993729344,0.12918010245695352,0.15372517456988796,0.09727931438772974,0.18414817289238586,0.15372517456988796,0.24981925729191767,0.3926169070483721,0.15372517456988796,0.22944842905769777,0.42142082524213953,0.15372517456988796,0.21959581449422333,0.36491588684571935,0.15372517456988796,0.26649317650188264,0.1391854970677752,0.5,0.15372517456988796,0.20302113961965618,0.12828245636258392,0.15372517456988796,0.20424117591626886,0.1295825103206111,0.5,0.15372517456988796,0.1835022572303451,0.13295804731648375,0.15372517456988796,0.22393326440933134,0.1556940677033101,0.15372517456988796,0.1547565858012515,0.07233243181866503,0.15372517456988796,0.23474503880642783,0.4022923907719965,0.15372517456988796,0.19403686016884128,0.3718643695797545,0.15372517456988796,0.2484988215282879,0.1254771032589132,0.15372517456988796,0.1449658096461737,0.09382387008993215,0.5,0.15372517456988796,0.07367523588541293,0.21928660450117135,0.0,0.21891340088338626,0.4641523565004238 -4339,0.5,0.15372517456988796,0.05724612308077787,0.17820557119931082,0.15372517456988796,0.06565649706735875,0.08218396844437334,0.15372517456988796,0.10096297282014347,0.0649142352375275,0.15372517456988796,0.04074497561865238,0.11090677998985046,0.15372517456988796,0.12904680270806576,0.2972242714361193,0.15372517456988796,0.1133293408435463,0.3226652241499701,0.15372517456988796,0.10215227995653989,0.2493401532378448,0.15372517456988796,0.14459797803318888,0.05376184897296311,0.5,0.15372517456988796,0.10184617153106129,0.052882146185060326,0.15372517456988796,0.11242310107804092,0.04245505250670292,0.5,0.15372517456988796,0.09756753821396974,0.03297252645255225,0.15372517456988796,0.10554088818609887,0.04328638957057469,0.15372517456988796,0.08265576460361185,0.05002883291936677,0.15372517456988796,0.13340149677915938,0.34847643031260117,0.15372517456988796,0.09938149005665048,0.2370261221399872,0.15372517456988796,0.12773721088657042,0.07713613833479169,0.15372517456988796,0.07483573551380791,0.03797845690907817,0.5,0.15372517456988796,0.03352228977004473,0.112868409846758,0.0,0.21791732265753128,0.3898946842659291 -4340,0.5,0.15372517456988796,0.012709522532990012,0.12404506810326106,0.15372517456988796,0.030031648143942605,0.02167710916167433,0.15372517456988796,0.023352436473615717,0.04747691529401182,0.15372517456988796,0.008990145727188247,0.04551673302485025,0.15372517456988796,0.04598802026775193,0.1813143679761681,0.15372517456988796,0.03731750382861211,0.2413858502729693,0.15372517456988796,0.0336300507872751,0.09977537514694867,0.15372517456988796,0.041954403899402366,0.03452009076290787,0.5,0.15372517456988796,0.03039859318158787,0.02523094653407836,0.15372517456988796,0.011622446585283342,0.04197648794899095,0.5,0.15372517456988796,0.024856201381470423,0.0067691817162333036,0.15372517456988796,0.021172123037487677,0.015426125234881466,0.15372517456988796,0.026196158624432232,0.03489778699593132,0.15372517456988796,0.04559862252476463,0.25446735213027016,0.15372517456988796,0.029156429757540098,0.11159456591564099,0.15372517456988796,0.03185350056764938,0.05584417371303112,0.15372517456988796,0.015267163940225658,0.014495596333622391,0.5,0.15372517456988796,0.0,0.06295993064480344,0.0,0.16807323342989955,0.3753950393198428 -4341,0.5,0.15372517456988796,0.0,0.09748017233735712,0.15372517456988796,0.0,0.00157945891381887,0.15372517456988796,0.0,0.045268552746816015,0.15372517456988796,0.0,0.032466126230052364,0.15372517456988796,0.0,0.0916049143147927,0.15372517456988796,0.0,0.13328816297443258,0.15372517456988796,0.0,0.03531024746715018,0.15372517456988796,0.0,0.05283444274424941,0.5,0.15372517456988796,0.0,0.019920719236983898,0.15372517456988796,0.0,0.04860230269868014,0.5,0.15372517456988796,0.0,0.004232312988380206,0.15372517456988796,0.0,0.009487119945494055,0.15372517456988796,0.00012110672640615197,0.03510243762520245,0.15372517456988796,0.0,0.1639217370924308,0.15372517456988796,0.0,0.04718917380117199,0.15372517456988796,0.0,0.03175953139809253,0.15372517456988796,0.0,0.008246215395354512,0.5,0.15372517456988796,0.0,0.04117700208995726,0.0,0.12527257274229633,0.390177644441067 -4342,0.5,0.15372517456988796,0.0,0.09708789193999903,0.15372517456988796,0.0,0.002841449591809069,0.15372517456988796,0.0,0.03135688181658004,0.15372517456988796,0.0,0.03293885870806434,0.15372517456988796,0.0,0.07162402934463148,0.15372517456988796,0.0,0.08298869266555864,0.15372517456988796,0.0,0.01677614218833278,0.15372517456988796,0.0,0.061379180112736936,0.5,0.15372517456988796,0.0,0.014384750753918334,0.15372517456988796,0.0,0.05090207677045993,0.5,0.15372517456988796,0.0,0.0019578108284759588,0.15372517456988796,0.0,0.006728040376238937,0.15372517456988796,0.0,0.03600214240189266,0.15372517456988796,0.0,0.12476710047070239,0.15372517456988796,0.0,0.025352668513181395,0.15372517456988796,0.0,0.017984146347681768,0.15372517456988796,0.0,0.0072252967625695014,0.5,0.15372517456988796,0.0,0.04038563134332695,0.0,0.10947605036238028,0.40670218237380507 -4343,0.5,0.15372517456988796,0.0,0.09582504278765408,0.15372517456988796,0.0,0.017166184645381933,0.15372517456988796,0.0,0.024448844380379024,0.15372517456988796,0.0,0.034071456193094964,0.15372517456988796,0.0,0.05837245657404177,0.15372517456988796,0.0,0.06144022082367407,0.15372517456988796,0.0,0.013710452020402348,0.15372517456988796,0.0,0.041557460001827015,0.5,0.15372517456988796,0.0,0.01107725254742241,0.15372517456988796,0.0,0.04625694108800701,0.5,0.15372517456988796,0.0,0.0007204736593520322,0.15372517456988796,0.0,0.005049482664997495,0.15372517456988796,0.0,0.035424312469260866,0.15372517456988796,0.0,0.10859094753658301,0.15372517456988796,0.0,0.02319037257672693,0.15372517456988796,0.0,0.010699920395933529,0.15372517456988796,0.0,0.006199963140875114,0.5,0.15372517456988796,0.0,0.049184051602855786,0.0,0.11510259604190273,0.4112189528493426 -4344,0.5,0.15372517456988796,0.0,0.09537947949717629,0.15372517456988796,0.0,0.040561046413868984,0.15372517456988796,0.0,0.023781693005126517,0.15372517456988796,0.0,0.03789642240894352,0.15372517456988796,0.0,0.04780570526607937,0.15372517456988796,0.0,0.05062452996266595,0.15372517456988796,0.0,0.01687120358278043,0.15372517456988796,0.0,0.02369322545097216,0.5,0.15372517456988796,0.0,0.008783072092545433,0.15372517456988796,0.0,0.03872428654774356,0.5,0.15372517456988796,0.0,0.0005065184792651918,0.15372517456988796,0.0,0.0032238189202791136,0.15372517456988796,0.0,0.042762993134671794,0.15372517456988796,0.0,0.09714746107319097,0.15372517456988796,0.0,0.028180142646340584,0.15372517456988796,0.0,0.006297584307083134,0.15372517456988796,0.0,0.004796364035026933,0.5,0.15372517456988796,0.0,0.05343827576349183,0.0,0.12803459444125004,0.3841003142774802 -4345,0.5,0.15372517456988796,0.0,0.08426498272887667,0.15372517456988796,0.0,0.06896775881260947,0.15372517456988796,0.0,0.019029002379140524,0.15372517456988796,0.0,0.040785069540554095,0.15372517456988796,0.0,0.044826255443160185,0.15372517456988796,0.0,0.044366240012987355,0.15372517456988796,0.0,0.020446794516850046,0.15372517456988796,0.0,0.02049876059301231,0.5,0.15372517456988796,0.0,0.007212565929311207,0.15372517456988796,0.0,0.031613550649016886,0.5,0.15372517456988796,0.0,0.00042031771177381656,0.15372517456988796,0.0,0.0026718491597375804,0.15372517456988796,0.0,0.05989427596380248,0.15372517456988796,0.0,0.09609234134469352,0.15372517456988796,0.0,0.03844015965174698,0.15372517456988796,0.0,0.004450520562936632,0.15372517456988796,0.0,0.0035209496367896494,0.5,0.15372517456988796,0.0,0.04498024858686582,0.0,0.13572327504862183,0.37603182798462786 -4346,0.5,0.15372517456988796,0.0,0.07237365675342154,0.15372517456988796,0.0,0.09220779810506848,0.15372517456988796,0.0,0.01262030182330851,0.15372517456988796,0.0,0.04253166077394911,0.15372517456988796,0.0,0.045412230736908074,0.15372517456988796,0.0,0.03643881597411609,0.15372517456988796,0.0,0.020787973141364456,0.15372517456988796,0.0,0.01942208795892826,0.5,0.15372517456988796,0.0,0.006256786563379297,0.15372517456988796,0.0,0.026099601979305435,0.5,0.15372517456988796,0.0,0.00020321339438524692,0.15372517456988796,0.0,0.0017119032786004082,0.15372517456988796,0.0,0.07321593792067715,0.15372517456988796,0.0,0.09901634937245218,0.15372517456988796,0.0,0.04421369360347012,0.15372517456988796,0.0,0.005563923853243568,0.15372517456988796,0.0,0.0018885228206765338,0.5,0.15372517456988796,0.0,0.03675765874789163,0.0,0.13994464887197058,0.3914455054782797 -4347,0.5,0.15372517456988796,0.0,0.06852614774383796,0.15372517456988796,0.0,0.10138950679167888,0.15372517456988796,0.0,0.007360341860064132,0.15372517456988796,0.0,0.039889062964580974,0.15372517456988796,0.0,0.0482897601313039,0.15372517456988796,0.0,0.026470413074247946,0.15372517456988796,0.0,0.01461288398486376,0.15372517456988796,0.0,0.014675143483749598,0.5,0.15372517456988796,0.0,0.005491293818364447,0.15372517456988796,0.0,0.020307198782878486,0.5,0.15372517456988796,0.0,4.698318943081739e-05,0.15372517456988796,0.0,0.0009966900336663917,0.15372517456988796,0.0,0.08865377371668978,0.15372517456988796,0.0,0.10552787788191913,0.15372517456988796,0.0,0.050004989648492204,0.15372517456988796,0.0,0.007835147991562447,0.15372517456988796,0.0,0.0011426157564435515,0.5,0.15372517456988796,0.0,0.024826951554192726,0.0,0.13338582598346427,0.4182718641173373 -4348,0.5,0.15372517456988796,0.0,0.06027753080735986,0.15372517456988796,0.0,0.11708591931728216,0.15372517456988796,0.0,0.004378103223127872,0.15372517456988796,0.0,0.036540795150172535,0.15372517456988796,0.0,0.04883615259740928,0.15372517456988796,0.0,0.01977714091456766,0.15372517456988796,0.0,0.008469726012428343,0.15372517456988796,0.0,0.010813442192699635,0.5,0.15372517456988796,0.0,0.006032525382367669,0.15372517456988796,0.0,0.013520096392658866,0.5,0.15372517456988796,0.0,3.5249279863536074e-05,0.15372517456988796,0.0,0.0006135411330964865,0.15372517456988796,0.0,0.09665507501962328,0.15372517456988796,0.0,0.10983349416202266,0.15372517456988796,0.0,0.05144313869250852,0.15372517456988796,0.0,0.008532217106034001,0.15372517456988796,0.0,0.0010553007864149352,0.5,0.15372517456988796,0.0,0.013299714499894866,0.0,0.0903409967170974,0.4411194964269023 -4349,0.5,0.15372517456988796,0.002006744787031286,0.05540763436959234,0.15372517456988796,0.0025024170370078875,0.11779931782804265,0.15372517456988796,0.0029812392448204258,0.002751293731783154,0.15372517456988796,0.004152068581131617,0.029368007700641918,0.15372517456988796,0.0009228472433537633,0.04602289101858006,0.15372517456988796,0.0,0.014380826957947988,0.15372517456988796,0.0003296201192071209,0.005534261179741776,0.15372517456988796,0.0,0.009675838832519561,0.5,0.15372517456988796,0.0,0.008512060819752277,0.15372517456988796,0.0,0.008661915312262455,0.5,0.15372517456988796,0.0,0.0003754970814975089,0.15372517456988796,0.0,0.0010716249174243617,0.15372517456988796,0.0014133423434803435,0.09091133299940966,0.15372517456988796,0.0011611065421833358,0.11075948218574708,0.15372517456988796,0.0025699473530625713,0.052812269084757515,0.15372517456988796,0.0005484869945875103,0.008084839099488846,0.15372517456988796,0.0008566394487432022,0.0013302271606363718,0.5,0.15372517456988796,0.0008958394984865008,0.007831195418670993,0.0,0.04262671568692918,0.4302823786385653 -4350,0.5,0.15372517456988796,0.026002388040443948,0.06591509457739796,0.15372517456988796,0.02977656626365527,0.12996311508270228,0.15372517456988796,0.05686399582394738,0.002464823725598959,0.15372517456988796,0.05573732524866708,0.034753281140250086,0.15372517456988796,0.04504263838933016,0.03951191786792108,0.15372517456988796,0.042664597696051444,0.010237183502905672,0.15372517456988796,0.04742121247351695,0.004806716658342089,0.15372517456988796,0.033502860004068054,0.008307120257463765,0.5,0.15372517456988796,0.02833143586746707,0.01166017900968678,0.15372517456988796,0.04659920897931549,0.005327794083220081,0.5,0.15372517456988796,0.026450892519718515,0.0007932260025163138,0.15372517456988796,0.0380827711695798,0.0008156378351615518,0.15372517456988796,0.03186214525331106,0.08330186013480498,0.15372517456988796,0.03167865180843754,0.11687872749026085,0.15372517456988796,0.05453066550839092,0.07194597482014924,0.15372517456988796,0.04285951157514738,0.009100950243510313,0.15372517456988796,0.05231418637542939,0.001083558932292507,0.5,0.15372517456988796,0.052315810869543775,0.003654436724750321,0.0,0.02281499000972133,0.3429551139035416 -4351,0.5,0.15372517456988796,0.07285866936448278,0.11258601874536045,0.15372517456988796,0.08832767820871837,0.17694456649198434,0.15372517456988796,0.13029012875767737,0.006689020205191856,0.15372517456988796,0.13179553808416689,0.07196643932501083,0.15372517456988796,0.10804538309317935,0.060947549390016204,0.15372517456988796,0.11313202046692072,0.014693959743681068,0.15372517456988796,0.12184799434946059,0.014137715506643046,0.15372517456988796,0.10565305174707917,0.01856386007953935,0.5,0.15372517456988796,0.09536874767006302,0.017376785358996547,0.15372517456988796,0.12862227249571692,0.0013921788005800137,0.5,0.15372517456988796,0.06861574115225501,0.0017339768165307054,0.15372517456988796,0.11462262517415467,0.0009132876518933573,0.15372517456988796,0.09049916835241464,0.10630152091173244,0.15372517456988796,0.11185210064146608,0.15956985698199094,0.15372517456988796,0.12687971427663336,0.1171569844210098,0.15372517456988796,0.11443614093241397,0.033026257132243934,0.15372517456988796,0.13307476887879655,0.0007003448868675177,0.5,0.15372517456988796,0.138238292495234,0.002516533405031791,0.0,0.020927241294559775,0.2802736507215986 -4352,0.5,0.15372517456988796,0.14501677067171295,0.18075397917857303,0.15372517456988796,0.16485410299302827,0.3041129639684849,0.15372517456988796,0.2139484703001964,0.019629882456817162,0.15372517456988796,0.22446299715751597,0.12008619589680535,0.15372517456988796,0.20074618341635564,0.11300908443448253,0.15372517456988796,0.2206308764930605,0.03859982689123013,0.15372517456988796,0.23884861033511176,0.03835418396781509,0.15372517456988796,0.2146231850903113,0.04470153147266487,0.5,0.15372517456988796,0.17885789390482576,0.03876704457103793,0.15372517456988796,0.24750407883946957,0.0006230697435180415,0.5,0.15372517456988796,0.11828641615424892,0.004393545521966009,0.15372517456988796,0.2243415705998229,0.0025329222808932778,0.15372517456988796,0.19152688335120424,0.13023586996724953,0.15372517456988796,0.21558211378743963,0.2521589810460909,0.15372517456988796,0.23487665227817506,0.15803892511379328,0.15372517456988796,0.21536250443291555,0.06188455641136159,0.15372517456988796,0.24631794966717385,0.001535837272089237,0.5,0.15372517456988796,0.2596164295598912,0.0016877149280904074,0.0,0.02645325442126092,0.25803874230395724 -4353,0.5,0.15372517456988796,0.23686145152515065,0.22168788529358516,0.15372517456988796,0.31370761641889605,0.28078024081208736,0.15372517456988796,0.2646454967201241,0.04581971514108233,0.15372517456988796,0.2954212672575932,0.13748063203212782,0.15372517456988796,0.32392806521098233,0.16558112253732105,0.15372517456988796,0.31051752158948365,0.0786110687248039,0.15372517456988796,0.3637309656007217,0.06628455503748067,0.15372517456988796,0.33480282438861664,0.0661531363640587,0.5,0.15372517456988796,0.2641210572699444,0.0501714205974875,0.15372517456988796,0.3823385494988356,0.005672660317534638,0.5,0.15372517456988796,0.16919608312101403,0.004257518148916771,0.15372517456988796,0.34921999146538485,0.012180886794322297,0.15372517456988796,0.32937643502724523,0.13282765428908752,0.15372517456988796,0.30507538678855145,0.3055535556931375,0.15372517456988796,0.34954704186316543,0.20181047750182002,0.15372517456988796,0.32192459171850885,0.06109003951873774,0.15372517456988796,0.36229448142817167,0.00728674773582466,0.5,0.15372517456988796,0.3947949356183426,0.0013886109985030892,0.0,0.040257290285555684,0.2425267800435872 -4354,0.5,0.15372517456988796,0.3695427291822506,0.244800719430866,0.15372517456988796,0.3382564561593145,0.23628808195084303,0.15372517456988796,0.3885716740849728,0.09252025804939332,0.15372517456988796,0.35725910939971034,0.14794298861316055,0.15372517456988796,0.46094387238654033,0.1763244685420255,0.15372517456988796,0.4126055862086021,0.08143797001109526,0.15372517456988796,0.48188685951364274,0.07034933593846392,0.15372517456988796,0.45139833533333595,0.06821028056189313,0.5,0.15372517456988796,0.3567934019657542,0.03454969409218085,0.15372517456988796,0.5070386417256748,0.02422838917186923,0.5,0.15372517456988796,0.2495826537181211,0.008967530826984956,0.15372517456988796,0.4509444021950645,0.025171302100712074,0.15372517456988796,0.43649884245144477,0.15371928065929288,0.15372517456988796,0.3760779576992259,0.30233187025162817,0.15372517456988796,0.4581702699862386,0.1886463181994006,0.15372517456988796,0.38186159784585816,0.06506868061172166,0.15372517456988796,0.42517439672512136,0.024531484863287486,0.5,0.15372517456988796,0.5169861638567664,0.0025017046389618413,0.0,0.0586859425835847,0.22776377394823324 -4355,0.5,0.15372517456988796,0.43172036794396845,0.2721906976319006,0.15372517456988796,0.2698237027383261,0.26062112114456176,0.15372517456988796,0.41742265794984745,0.11086291592890074,0.15372517456988796,0.41599385099944075,0.15108562880959855,0.15372517456988796,0.5527809624666638,0.17012739623013057,0.15372517456988796,0.5128275851036765,0.09328022879277947,0.15372517456988796,0.5749701687824285,0.08615761090378196,0.15372517456988796,0.553161135059467,0.07498697761296386,0.5,0.15372517456988796,0.49940895936110796,0.019012170370485734,0.15372517456988796,0.5769144388606414,0.033661584191829914,0.5,0.15372517456988796,0.42097029544128345,0.018402003462881632,0.15372517456988796,0.5512720365614,0.038724937374210455,0.15372517456988796,0.4864210818782958,0.19571070791428413,0.15372517456988796,0.42076079615365947,0.3092420299052415,0.15372517456988796,0.4618086760542913,0.18115963241518382,0.15372517456988796,0.4783755048788783,0.06952370589537339,0.15372517456988796,0.5632108614516889,0.03980171409615949,0.5,0.15372517456988796,0.5904411734119281,0.0032334255574847613,0.0,0.08511699134782483,0.24002367885903167 -4356,0.5,0.15372517456988796,0.4346586982363502,0.29725389316261436,0.15372517456988796,0.4214179186891126,0.3217757737358294,0.15372517456988796,0.4105986994900481,0.11346272652663832,0.15372517456988796,0.4601442859861266,0.16116649594818122,0.15372517456988796,0.6164792464451644,0.17704677593082843,0.15372517456988796,0.5653900290217635,0.09537581021023409,0.15372517456988796,0.6251702848182955,0.0967181563566975,0.15372517456988796,0.6060903090080197,0.09628120539851179,0.5,0.15372517456988796,0.6355384820654467,0.021828644013154985,0.15372517456988796,0.635607496409502,0.03701658196776051,0.5,0.15372517456988796,0.5885492430639125,0.022086458927869552,0.15372517456988796,0.5977439568881919,0.03719905879042852,0.15372517456988796,0.5485091842197508,0.25165058920395994,0.15372517456988796,0.4841116952249409,0.35644210200863036,0.15372517456988796,0.5108515036156998,0.1853166262761098,0.15372517456988796,0.46419747394792976,0.06858776468509918,0.15372517456988796,0.6244366460355162,0.04039602737520799,0.5,0.15372517456988796,0.6420964207529472,0.00456516893705951,0.0,0.11170530144966472,0.2728532259748272 -4357,0.5,0.15372517456988796,0.37000139349893757,0.31043534784667304,0.15372517456988796,0.5207357734222453,0.3830536451372021,0.15372517456988796,0.45590322857046967,0.1120887970133138,0.15372517456988796,0.4462723967648903,0.16906623403171592,0.15372517456988796,0.616763352620976,0.197347749871192,0.15372517456988796,0.595900083275779,0.08721445977468908,0.15372517456988796,0.6452122725030487,0.09234866023298777,0.15372517456988796,0.6134624208369146,0.12316196837546622,0.5,0.15372517456988796,0.6501663873101821,0.03545323260871806,0.15372517456988796,0.6528951140100991,0.04979277133360493,0.5,0.15372517456988796,0.6084597365784842,0.020721651190553025,0.15372517456988796,0.5646977428329814,0.03795060980125867,0.15372517456988796,0.5497249747330005,0.312136960380068,0.15372517456988796,0.5724350618436667,0.4057795370002997,0.15372517456988796,0.5857503165406296,0.20871560862415967,0.15372517456988796,0.4385593437739611,0.0779622446528597,0.15372517456988796,0.6064705007839291,0.035439651077532254,0.5,0.15372517456988796,0.6662765343587062,0.003935742750521995,0.0,0.1371446411578714,0.31325518939848457 -4358,0.5,0.15372517456988796,0.3601470634931363,0.267951620539684,0.15372517456988796,0.4886012106725106,0.41237487491660935,0.15372517456988796,0.4769610671674036,0.11161978637316584,0.15372517456988796,0.47018297228914696,0.17998645121455178,0.15372517456988796,0.6065044477057013,0.22400134070291822,0.15372517456988796,0.650772569554209,0.07801255052900039,0.15372517456988796,0.6493748020341799,0.08009430541253297,0.15372517456988796,0.591884399975779,0.13921711595060848,0.5,0.15372517456988796,0.617931920706983,0.05383403486645033,0.15372517456988796,0.6356557551670962,0.0499955067960345,0.5,0.15372517456988796,0.5880038845164582,0.012324332320928454,0.15372517456988796,0.5545281701288943,0.03784618308992197,0.15372517456988796,0.5792780659231804,0.37025900109074494,0.15372517456988796,0.5033006279830603,0.450638142535593,0.15372517456988796,0.5962409517057428,0.23828027148753106,0.15372517456988796,0.4142442849356482,0.07705599172291086,0.15372517456988796,0.5664661070839672,0.03131918608256822,0.5,0.15372517456988796,0.6273760898624056,0.0038344911888057664,0.0,0.1411680372838127,0.33392502207334407 -4359,0.5,0.15372517456988796,0.3759943138503218,0.213445368954398,0.15372517456988796,0.5539375563458344,0.3965302804885363,0.15372517456988796,0.4027882810730195,0.09299716991327689,0.15372517456988796,0.41328405468082385,0.16116236379078952,0.15372517456988796,0.5288873653671723,0.26364527894476186,0.15372517456988796,0.6295612648980184,0.07184806080148229,0.15372517456988796,0.5973755297600929,0.07086239990252448,0.15372517456988796,0.5230329748960321,0.1292767149864494,0.5,0.15372517456988796,0.5132274177178988,0.07339825840680021,0.15372517456988796,0.5858960937305442,0.03410039003091136,0.5,0.15372517456988796,0.5311750302719602,0.008590375229561973,0.15372517456988796,0.5189385130571009,0.042236368062599436,0.15372517456988796,0.558820020629,0.4146835553167011,0.15372517456988796,0.5181706972953357,0.47464875622468716,0.15372517456988796,0.5327838959950705,0.2368093901188142,0.15372517456988796,0.33239434994448586,0.06505180521026985,0.15372517456988796,0.4869127850333722,0.038773014472515646,0.5,0.15372517456988796,0.5660194372453935,0.01231274645660369,0.0,0.1396214479085673,0.33829602865774483 -4360,0.5,0.15372517456988796,0.3617234534371447,0.16260148365115398,0.15372517456988796,0.4008438576321916,0.3379574410307471,0.15372517456988796,0.33013334324674254,0.06485528417514833,0.15372517456988796,0.34740039936824,0.14067033688400174,0.15372517456988796,0.3911257760607065,0.2954472552338477,0.15372517456988796,0.5464659605503028,0.080503601520823,0.15372517456988796,0.5080794580138261,0.07046735269590344,0.15372517456988796,0.4626702906077812,0.10480127958401253,0.5,0.15372517456988796,0.41632423015321585,0.09333248835568671,0.15372517456988796,0.4814753190672652,0.0422491209034621,0.5,0.15372517456988796,0.4497405854514964,0.017270008584676342,0.15372517456988796,0.4635156782638562,0.04670603964715313,0.15372517456988796,0.4925387317317824,0.4276783232021292,0.15372517456988796,0.4078099938876547,0.46533692904651114,0.15372517456988796,0.46217511495462305,0.2545577868653319,0.15372517456988796,0.2944288036037872,0.05447109285130786,0.15372517456988796,0.40550725444679503,0.06580720686996308,0.5,0.15372517456988796,0.4773456286920537,0.014746081966952578,0.0,0.13650623187999825,0.33703999891107567 -4361,0.5,0.15372517456988796,0.28205517765683935,0.11236800131838863,0.15372517456988796,0.31704981768200946,0.3285671487796165,0.15372517456988796,0.23062302903869353,0.041670282737728874,0.15372517456988796,0.24797998885311884,0.11982271642792205,0.15372517456988796,0.24593642255059445,0.2817718903568309,0.15372517456988796,0.39520425779698637,0.10067421431275997,0.15372517456988796,0.39645410348695564,0.07532630505931133,0.15372517456988796,0.364235496586826,0.08486544331663759,0.5,0.15372517456988796,0.3227199213198994,0.11280799094727557,0.15372517456988796,0.36721537080672423,0.048232334778872746,0.5,0.15372517456988796,0.3467028726197746,0.0300326741170246,0.15372517456988796,0.3493114533241475,0.05793690096735475,0.15372517456988796,0.3830897082673575,0.402269708287647,0.15372517456988796,0.3519900601909422,0.4173436834595494,0.15372517456988796,0.32981243676339744,0.22766278388080907,0.15372517456988796,0.2771361037223623,0.05272013936900966,0.15372517456988796,0.31549514163830494,0.09609434018577091,0.5,0.15372517456988796,0.34927904681416294,0.013544344220330625,0.0,0.11010062503896323,0.34549693678319515 -4362,0.5,0.15372517456988796,0.19717378564249982,0.07861748499569607,0.15372517456988796,0.23334341799476616,0.3228091381872714,0.15372517456988796,0.15659769823654007,0.028131649100754063,0.15372517456988796,0.1447129317798236,0.08345520787430696,0.15372517456988796,0.15905968048702007,0.23456864481148126,0.15372517456988796,0.2555921761234949,0.12342874176581564,0.15372517456988796,0.27696231885998374,0.07343355419509555,0.15372517456988796,0.25880008342658795,0.06920781689789106,0.5,0.15372517456988796,0.223270343814647,0.1426264432718987,0.15372517456988796,0.24196328929612437,0.026358497820170062,0.5,0.15372517456988796,0.22618902294276166,0.05724164824067721,0.15372517456988796,0.22503090910008566,0.06418858921483551,0.15372517456988796,0.2707487722917702,0.363374714528944,0.15372517456988796,0.2576437272864255,0.33577519855528126,0.15372517456988796,0.20696809960948648,0.17295421772592365,0.15372517456988796,0.21030688800234337,0.0492498285056797,0.15372517456988796,0.2091485270351997,0.1149112670009522,0.5,0.15372517456988796,0.22327358593468405,0.015528187959315076,0.0,0.06754303213365462,0.3449821541000399 -4363,0.5,0.15372517456988796,0.09193195510182765,0.038929971586540275,0.15372517456988796,0.12760580543403405,0.25854156575203485,0.15372517456988796,0.08719837918234102,0.013432503729213945,0.15372517456988796,0.07226977395016632,0.03850911550085639,0.15372517456988796,0.09340668245024872,0.1529329471161084,0.15372517456988796,0.13423548395386192,0.12738838102235125,0.15372517456988796,0.14291404034282132,0.03748243874094107,0.15372517456988796,0.14865109909431518,0.049278500880467785,0.5,0.15372517456988796,0.12520548067031365,0.15801073256332338,0.15372517456988796,0.10742938199581892,0.009895863893241257,0.5,0.15372517456988796,0.12013898231397149,0.08646591196935252,0.15372517456988796,0.10241343513144247,0.044265866294189535,0.15372517456988796,0.1421871439852214,0.2621368067947689,0.15372517456988796,0.1403095833577944,0.23788491361823577,0.15372517456988796,0.11294007227366634,0.11815769585270683,0.15372517456988796,0.13091652012352611,0.02621911896066626,0.15372517456988796,0.10515024349770705,0.12807307353707767,0.5,0.15372517456988796,0.08755504381184974,0.006974616737071851,0.0,0.041486279486616554,0.315411196440111 -4364,0.5,0.15372517456988796,0.019833185082147153,0.021537624083199192,0.15372517456988796,0.04124616762941599,0.1232397413004987,0.15372517456988796,0.02172286076457837,0.006030548487290777,0.15372517456988796,0.013229819086851311,0.012485622828686292,0.15372517456988796,0.0380008298213948,0.05976278243230838,0.15372517456988796,0.041267562950221576,0.10442839743366789,0.15372517456988796,0.032788954395659396,0.019290706182541868,0.15372517456988796,0.04031846012650555,0.02202282131126392,0.5,0.15372517456988796,0.03367212039356224,0.11956866994011581,0.15372517456988796,0.009101731700434634,0.014283620511029167,0.5,0.15372517456988796,0.028892386756652046,0.13252769944247578,0.15372517456988796,0.01983276298982475,0.03543082221518572,0.15372517456988796,0.04655228044403838,0.13699048573369998,0.15372517456988796,0.046366971206176166,0.10604921399994924,0.15372517456988796,0.03267688043771742,0.04737430437335857,0.15372517456988796,0.031992210792816916,0.009468612972545195,0.15372517456988796,0.020665519063436867,0.08665431701374937,0.5,0.15372517456988796,0.0,0.007601606760098859,0.0,0.026050247225710317,0.2650611902700636 -4365,0.5,0.15372517456988796,0.0,0.02413928250048872,0.15372517456988796,0.0,0.08039862136082017,0.15372517456988796,0.0,0.010662287563537567,0.15372517456988796,0.0,0.004307997400358688,0.15372517456988796,0.0,0.042338708480898414,0.15372517456988796,0.0,0.10503401648016297,0.15372517456988796,0.0,0.009909348865274078,0.15372517456988796,0.0,0.020969939646401953,0.5,0.15372517456988796,0.0,0.1012543715682722,0.15372517456988796,0.0,0.011723379664676696,0.5,0.15372517456988796,0.0,0.14340299406086784,0.15372517456988796,0.0,0.03531658628461371,0.15372517456988796,0.0,0.09998358686969129,0.15372517456988796,0.0,0.06515110320676556,0.15372517456988796,0.0,0.033943129175165496,0.15372517456988796,0.0,0.006897807505621688,0.15372517456988796,0.0,0.07175976065764399,0.5,0.15372517456988796,0.0,0.0113429489035685,0.0,0.016384114014775825,0.23497463111817174 -4366,0.5,0.15372517456988796,0.0,0.03113969883876065,0.15372517456988796,0.0,0.07655508113234276,0.15372517456988796,0.0,0.015636061160116333,0.15372517456988796,0.0,0.005123956476245663,0.15372517456988796,0.0,0.03506060377358967,0.15372517456988796,0.0,0.08475030042134905,0.15372517456988796,0.0,0.004434864498595168,0.15372517456988796,0.0,0.016152287564742112,0.5,0.15372517456988796,0.0,0.07379257416265371,0.15372517456988796,0.0,0.010785730093051418,0.5,0.15372517456988796,0.0,0.10080415230215067,0.15372517456988796,0.0,0.038847126982832735,0.15372517456988796,0.0,0.10791319824489923,0.15372517456988796,0.0,0.06145127056741513,0.15372517456988796,0.0,0.03198925132885708,0.15372517456988796,0.0,0.005633368826429315,0.15372517456988796,0.0,0.048673630403765704,0.5,0.15372517456988796,0.0,0.020805006836123442,0.0,0.012778586528481644,0.20315644864841523 -4367,0.5,0.15372517456988796,0.0,0.04048342355528326,0.15372517456988796,0.0,0.07105284044537834,0.15372517456988796,0.0,0.016896755196545966,0.15372517456988796,0.0,0.00924906567965627,0.15372517456988796,0.0,0.03016631502852072,0.15372517456988796,0.0,0.059530971318977305,0.15372517456988796,0.0,0.0065568371334722144,0.15372517456988796,0.0,0.019814097122479318,0.5,0.15372517456988796,0.0,0.05196994956521189,0.15372517456988796,0.0,0.015321265292385975,0.5,0.15372517456988796,0.0,0.06168591994032418,0.15372517456988796,0.0,0.05111354851769781,0.15372517456988796,0.0,0.11016623859714215,0.15372517456988796,0.0,0.06233012673804357,0.15372517456988796,0.0,0.03134316469583803,0.15372517456988796,0.0,0.004767327499338279,0.15372517456988796,0.0,0.03062417451655164,0.5,0.15372517456988796,0.0,0.027669276767463457,0.0,0.02810624734308714,0.20051477014267732 -4368,0.5,0.15372517456988796,0.0,0.04945709896620151,0.15372517456988796,0.0,0.07277131269654884,0.15372517456988796,0.0,0.017841728240407747,0.15372517456988796,0.0,0.01457016894639559,0.15372517456988796,0.0,0.02902705689381061,0.15372517456988796,0.0,0.040894443990958054,0.15372517456988796,0.0,0.009944609168156916,0.15372517456988796,0.0,0.01992368347287108,0.5,0.15372517456988796,0.0,0.04098463331739246,0.15372517456988796,0.0,0.015405410799018696,0.5,0.15372517456988796,0.0,0.040135557209642486,0.15372517456988796,0.0,0.04886514370970129,0.15372517456988796,0.0,0.10938743287012846,0.15372517456988796,0.0,0.06813145913710193,0.15372517456988796,0.0,0.03106645720226748,0.15372517456988796,0.0,0.004161489446124001,0.15372517456988796,0.0,0.022556498943564433,0.5,0.15372517456988796,0.0,0.021401112308820594,0.0,0.049863749599943726,0.21969645026887505 -4369,0.5,0.15372517456988796,0.0,0.05448105748687582,0.15372517456988796,0.0,0.08300942717389517,0.15372517456988796,0.0,0.018498354345107357,0.15372517456988796,0.0,0.017697814055608288,0.15372517456988796,0.0,0.0287971260307407,0.15372517456988796,0.0,0.028893563140329703,0.15372517456988796,0.0,0.010744262149383,0.15372517456988796,0.0,0.016002808985109807,0.5,0.15372517456988796,0.0,0.03787360378188046,0.15372517456988796,0.0,0.00943396648734717,0.5,0.15372517456988796,0.0,0.031262363220743335,0.15372517456988796,0.0,0.03056138910426161,0.15372517456988796,0.0,0.11802491000346685,0.15372517456988796,0.0,0.08251143721149681,0.15372517456988796,0.0,0.03234943421265699,0.15372517456988796,0.0,0.004576333101945124,0.15372517456988796,0.0,0.020230622456777154,0.5,0.15372517456988796,0.0,0.015823052138469924,0.0,0.07086519453493288,0.23841757000988123 -4370,0.5,0.15372517456988796,0.0,0.05437777985533294,0.15372517456988796,0.0,0.09382243056508248,0.15372517456988796,0.0,0.019692868046025096,0.15372517456988796,0.0,0.02046691970709796,0.15372517456988796,0.0,0.02964305574938076,0.15372517456988796,0.0,0.020625326522650728,0.15372517456988796,0.0,0.009716652549137474,0.15372517456988796,0.0,0.01106574858714128,0.5,0.15372517456988796,0.0,0.03964800190931489,0.15372517456988796,0.0,0.007474068271573399,0.5,0.15372517456988796,0.0,0.027076596704901017,0.15372517456988796,0.0,0.019062524512941003,0.15372517456988796,0.0,0.12307358834117599,0.15372517456988796,0.0,0.09970628111350913,0.15372517456988796,0.0,0.036926756122818184,0.15372517456988796,0.0,0.0045079034076776475,0.15372517456988796,0.0,0.019228032845122048,0.5,0.15372517456988796,0.0,0.012885729040444398,0.0,0.07285707843009644,0.25644226132688763 -4371,0.5,0.15372517456988796,0.0,0.054755785124747734,0.15372517456988796,0.0,0.1039533602337866,0.15372517456988796,0.0,0.018488783724474094,0.15372517456988796,0.0,0.02030113222200766,0.15372517456988796,0.0,0.03368330758050291,0.15372517456988796,0.0,0.014059589732157238,0.15372517456988796,0.0,0.007242015702594651,0.15372517456988796,0.0,0.00859259924763947,0.5,0.15372517456988796,0.0,0.03793668063028858,0.15372517456988796,0.0,0.006605916915021108,0.5,0.15372517456988796,0.0,0.023735600165229336,0.15372517456988796,0.0,0.014027214968467552,0.15372517456988796,0.0,0.12349884541786553,0.15372517456988796,0.0,0.11716340088482428,0.15372517456988796,0.0,0.04317512388093835,0.15372517456988796,0.0,0.004136842118051152,0.15372517456988796,0.0,0.019938526155691878,0.5,0.15372517456988796,0.0,0.010329627367584662,0.0,0.07317735991627507,0.28289800605023363 -4372,0.5,0.15372517456988796,0.0,0.05712829871154313,0.15372517456988796,0.0,0.11333587481161403,0.15372517456988796,0.0,0.01571252996508925,0.15372517456988796,0.0,0.018434619483474395,0.15372517456988796,0.0,0.038047016892008935,0.15372517456988796,0.0,0.011533444728559043,0.15372517456988796,0.0,0.006976546218123217,0.15372517456988796,0.0,0.008363486572978727,0.5,0.15372517456988796,0.0,0.03356222734879285,0.15372517456988796,0.0,0.005054884129303051,0.5,0.15372517456988796,0.0,0.022482935245236625,0.15372517456988796,0.0,0.011936760178080546,0.15372517456988796,0.0,0.11327978124687552,0.15372517456988796,0.0,0.1297012002879422,0.15372517456988796,0.0,0.04870400391136616,0.15372517456988796,0.0,0.004427889992286663,0.15372517456988796,0.0,0.019858750704539806,0.5,0.15372517456988796,0.0,0.00861874150226973,0.0,0.07467102262600873,0.296171122725047 -4373,0.5,0.15372517456988796,0.00922362032216273,0.05306778379999469,0.15372517456988796,0.004106807061703387,0.11000190240344457,0.15372517456988796,0.0029869553559172296,0.013533935754916732,0.15372517456988796,0.005921302167092051,0.013455190343675963,0.15372517456988796,0.0008186021013639522,0.035898169595325935,0.15372517456988796,0.0,0.00905937189034575,0.15372517456988796,0.0002571787338870209,0.007800205675072284,0.15372517456988796,0.0,0.00842874708599649,0.5,0.15372517456988796,0.0,0.03233017116638286,0.15372517456988796,0.0,0.003638906591405651,0.5,0.15372517456988796,0.0,0.02085239270038165,0.15372517456988796,0.0,0.012395570319684116,0.15372517456988796,0.004178199685223133,0.0993992194109608,0.15372517456988796,0.0021887418513386017,0.1254991789284608,0.15372517456988796,0.002711350563127022,0.049869301392535745,0.15372517456988796,0.000534042526756699,0.005402944593452836,0.15372517456988796,0.0006317809889196274,0.018943475684598893,0.5,0.15372517456988796,0.00028436616798385863,0.006356896931722809,0.0,0.06379436906394839,0.2373458188939867 -4374,0.5,0.15372517456988796,0.07022466407018932,0.06078988987295167,0.15372517456988796,0.05721443403068495,0.12867475697672628,0.15372517456988796,0.0597184052841996,0.011602692466994902,0.15372517456988796,0.06742070794193185,0.010947377788737913,0.15372517456988796,0.04953265895914297,0.03211328799309206,0.15372517456988796,0.04213781993755836,0.007558797797201722,0.15372517456988796,0.048274006296842774,0.007848742129640368,0.15372517456988796,0.040716455041282,0.006525238353237175,0.5,0.15372517456988796,0.038525023593837415,0.024575088652266007,0.15372517456988796,0.017411870694563097,0.00423737862695805,0.5,0.15372517456988796,0.039435565729494054,0.0119328004182232,0.15372517456988796,0.015035960600223004,0.01590849698426522,0.15372517456988796,0.05377141206823029,0.09910260318659944,0.15372517456988796,0.05047729632773101,0.10194078387831962,0.15372517456988796,0.05699665429175277,0.05452725258212284,0.15372517456988796,0.050543705606842036,0.004922964158710889,0.15372517456988796,0.044284459226513195,0.017604919049221214,0.5,0.15372517456988796,0.01727659101676737,0.006700908055279557,0.0,0.04065347956615781,0.1732283387929499 -4375,0.5,0.15372517456988796,0.15214228610543207,0.12359409521498152,0.15372517456988796,0.12730912620200072,0.1816230009607636,0.15372517456988796,0.14127932814420835,0.017253095944638693,0.15372517456988796,0.1539986720815239,0.022722626828243213,0.15372517456988796,0.12090835691788682,0.04469562728659783,0.15372517456988796,0.11245094923516905,0.010297854273092585,0.15372517456988796,0.12166242929016517,0.013634728631280572,0.15372517456988796,0.11317932381372425,0.005354942702285016,0.5,0.15372517456988796,0.11332644323313329,0.023403090796718724,0.15372517456988796,0.04505022602176698,0.007961270668250668,0.5,0.15372517456988796,0.11180000750890196,0.010148470075687864,0.15372517456988796,0.05539735632483772,0.029425529182280242,0.15372517456988796,0.11781439846507347,0.16550086364584798,0.15372517456988796,0.11585534432714412,0.10928893363773425,0.15372517456988796,0.1328098050356713,0.11406795674657248,0.15372517456988796,0.1275184830771217,0.0035730479449077018,0.15372517456988796,0.11082342834136996,0.01863437618138465,0.5,0.15372517456988796,0.05857478109605806,0.015327721120478456,0.0,0.03271106188766679,0.12342043117147869 -4376,0.5,0.15372517456988796,0.2654845585262118,0.18409440236616778,0.15372517456988796,0.23234165339431873,0.3101928392133188,0.15372517456988796,0.26285488732898543,0.04788703695904954,0.15372517456988796,0.27480790694148605,0.06197485076700706,0.15372517456988796,0.2369135529661181,0.08017320121416115,0.15372517456988796,0.22727783052867917,0.021287199729068392,0.15372517456988796,0.2398275742031446,0.03712770602438015,0.15372517456988796,0.23030566369055278,0.014477600481768379,0.5,0.15372517456988796,0.2251409566011226,0.0429195925272504,0.15372517456988796,0.07411956632773084,0.015248322003340415,0.5,0.15372517456988796,0.20668723767336356,0.026960494994121842,0.15372517456988796,0.1023691002452911,0.042680228972049095,0.15372517456988796,0.20572637795412294,0.18419502752424993,0.15372517456988796,0.21137691985298107,0.162395673137597,0.15372517456988796,0.2494279570881483,0.20360635518342368,0.15372517456988796,0.24806724500905047,0.013684538558875477,0.15372517456988796,0.20286512871984183,0.025574079032545653,0.5,0.15372517456988796,0.11081969026990751,0.04366042753620309,0.0,0.019220675847403022,0.07002153344018754 -4377,0.5,0.15372517456988796,0.37784102970969,0.23511693826594496,0.15372517456988796,0.2947443274718148,0.37506786614277016,0.15372517456988796,0.3942953706028679,0.09935767760623374,0.15372517456988796,0.4068643585681694,0.1006938031412155,0.15372517456988796,0.36065738731571534,0.11981689056482883,0.15372517456988796,0.35295062156362045,0.04139282847330894,0.15372517456988796,0.367380080006389,0.07680834261718389,0.15372517456988796,0.35931131499896246,0.0327026659097644,0.5,0.15372517456988796,0.3489195915505324,0.0685073234937095,0.15372517456988796,0.12102886405860738,0.022299157692050993,0.5,0.15372517456988796,0.30668715225115106,0.03719155014366,0.15372517456988796,0.1698541196317235,0.059259630910950746,0.15372517456988796,0.30577312537860485,0.18994774337061493,0.15372517456988796,0.29555228936430905,0.1979702621559456,0.15372517456988796,0.3718577783675834,0.2902188621108941,0.15372517456988796,0.37856083072442936,0.050989526148926094,0.15372517456988796,0.3054019730159187,0.03512505324590014,0.5,0.15372517456988796,0.16155911844416215,0.06488286811816832,0.0,0.014630701304229155,0.03453153856694221 -4378,0.5,0.15372517456988796,0.4683486674705084,0.28697313640677363,0.15372517456988796,0.4349008117979789,0.44659412768887097,0.15372517456988796,0.5226365432268697,0.13859309369964323,0.15372517456988796,0.5339367714904999,0.15149092187133692,0.15372517456988796,0.485706767067704,0.13300011756448332,0.15372517456988796,0.48632402869471747,0.0625779921484147,0.15372517456988796,0.5010114514498749,0.10831222963387133,0.15372517456988796,0.4996007999468819,0.05505244746169811,0.5,0.15372517456988796,0.49077276217468524,0.07870129846190148,0.15372517456988796,0.15106017878005923,0.02473805480755839,0.5,0.15372517456988796,0.3920513725755638,0.041803975776010735,0.15372517456988796,0.24518476777857473,0.07850919191715677,0.15372517456988796,0.4084771842548067,0.1819313445832274,0.15372517456988796,0.31509641837756214,0.18399511415407968,0.15372517456988796,0.48880637202305144,0.35526942777919523,0.15372517456988796,0.5124563472470696,0.0822065872655775,0.15372517456988796,0.41685247808984094,0.035194017768061824,0.5,0.15372517456988796,0.21481984039651636,0.06963746875777141,0.0,0.018780663807967973,0.03995795522282011 -4379,0.5,0.15372517456988796,0.5226129773608976,0.325850544451071,0.15372517456988796,0.26088621553045777,0.4596552663138721,0.15372517456988796,0.6205073256598943,0.14986208543878451,0.15372517456988796,0.5947011496947788,0.18459786088538785,0.15372517456988796,0.5577087313631299,0.11859978542253637,0.15372517456988796,0.5795649352865782,0.04890535805915398,0.15372517456988796,0.6044827201952315,0.14719803273566032,0.15372517456988796,0.6108994509613985,0.06251840394906036,0.5,0.15372517456988796,0.6143910250913789,0.06283244442526138,0.15372517456988796,0.22788229267674764,0.03378168392413708,0.5,0.15372517456988796,0.4805417165717932,0.0230277227382531,0.15372517456988796,0.2860525212998937,0.09322433834469424,0.15372517456988796,0.30523974821321087,0.1741085831631932,0.15372517456988796,0.3259174556629183,0.18536878981843669,0.15372517456988796,0.5270914918291766,0.393882468884704,0.15372517456988796,0.6150252918421922,0.08959603329259422,0.15372517456988796,0.5031719755027615,0.0294001529735535,0.5,0.15372517456988796,0.2160855064093395,0.055575230989621846,0.0,0.02334646395630939,0.05733900325251332 -4380,0.5,0.15372517456988796,0.5506839961972472,0.3761833989779151,0.15372517456988796,0.2764631193546027,0.4804922207740534,0.15372517456988796,0.6822009635852551,0.1563693737012061,0.15372517456988796,0.6666172205205902,0.21357450673473533,0.15372517456988796,0.6491224969461504,0.14465029122594086,0.15372517456988796,0.6534681436100078,0.06521624754497053,0.15372517456988796,0.6710241301700977,0.1408809293937994,0.15372517456988796,0.6815603763615659,0.06953497855546305,0.5,0.15372517456988796,0.6840639075118353,0.04600256819634934,0.15372517456988796,0.2954969024025067,0.06498692477909782,0.5,0.15372517456988796,0.5941569525556778,0.0100846451616757,0.15372517456988796,0.3334123577655879,0.11444215487709929,0.15372517456988796,0.27427222288885766,0.21465558537406604,0.15372517456988796,0.41163047909729145,0.19933706561869496,0.15372517456988796,0.5638798248990825,0.4550968381332462,0.15372517456988796,0.6810536854008555,0.11244369072910493,0.15372517456988796,0.5456597962491192,0.030939159461987102,0.5,0.15372517456988796,0.2665838088746127,0.054567275769191195,0.0,0.03604621634485588,0.06796046649942253 -4381,0.5,0.15372517456988796,0.5095310142503557,0.4266443492416083,0.15372517456988796,0.2604427687991644,0.4501684687524449,0.15372517456988796,0.7010822106068778,0.18794241257057975,0.15372517456988796,0.6776545035005164,0.22994922589775674,0.15372517456988796,0.6413440398983181,0.17976873376674152,0.15372517456988796,0.6846593693037568,0.08024819976495637,0.15372517456988796,0.6985135518603036,0.12419516976556881,0.15372517456988796,0.7135159656084368,0.07987398480932541,0.5,0.15372517456988796,0.7150919067841737,0.03962599630363645,0.15372517456988796,0.2942939147011218,0.10375884442002838,0.5,0.15372517456988796,0.6853579297921051,0.007584158205867006,0.15372517456988796,0.3926593364917704,0.11030098694236394,0.15372517456988796,0.32810902371348116,0.3191781923315547,0.15372517456988796,0.47869848199009835,0.24245753016588206,0.15372517456988796,0.5700349023350648,0.4704998636841033,0.15372517456988796,0.7050685238285006,0.11653672622498233,0.15372517456988796,0.559663156223902,0.034917468218123845,0.5,0.15372517456988796,0.2987620829616035,0.07883676965658937,0.0,0.056600898226410304,0.06189019978291813 -4382,0.5,0.15372517456988796,0.4691832510276804,0.40563011031846163,0.15372517456988796,0.4080399689826331,0.5210531141889411,0.15372517456988796,0.6788966041749702,0.23095332257805182,0.15372517456988796,0.6564220577794931,0.2619795853021257,0.15372517456988796,0.5830483860273152,0.17457501546536902,0.15372517456988796,0.6782158777596763,0.0738038092507747,0.15372517456988796,0.6839633358597156,0.13983766615284204,0.15372517456988796,0.7082980498900194,0.09212455897276636,0.5,0.15372517456988796,0.7031592340674202,0.03926463278389583,0.15372517456988796,0.29562352347803217,0.13156868930878457,0.5,0.15372517456988796,0.683125537764191,0.011427926786066259,0.15372517456988796,0.4518298466548754,0.07215582568335549,0.15372517456988796,0.32661820245889905,0.3414579249177589,0.15372517456988796,0.4645842780408148,0.25279417682572203,0.15372517456988796,0.5702019442682481,0.4712088537861328,0.15372517456988796,0.6898148637590409,0.10612690545282523,0.15372517456988796,0.5673161686096312,0.037971157960548216,0.5,0.15372517456988796,0.2600874337804132,0.12726537699791604,0.0,0.07249251797234976,0.062104672162113204 -4383,0.5,0.15372517456988796,0.3521220612213567,0.37463768946316345,0.15372517456988796,0.2956591733926703,0.4443256232647696,0.15372517456988796,0.6083966067310811,0.24391437364552115,0.15372517456988796,0.5890374749659927,0.308967714297742,0.15372517456988796,0.5205608999448506,0.15678544167034003,0.15372517456988796,0.6213368192261869,0.06228345382028046,0.15372517456988796,0.6291575506694244,0.1286067542632346,0.15372517456988796,0.6608831871225791,0.08399857757023424,0.5,0.15372517456988796,0.6553521336887411,0.046038089315103455,0.15372517456988796,0.31677037466783176,0.11983119703066127,0.5,0.15372517456988796,0.6302394618815322,0.02727760867121793,0.15372517456988796,0.4720632423707162,0.04010290161241293,0.15372517456988796,0.3178910594330686,0.29236397574530104,0.15372517456988796,0.4391605314830607,0.2264995911023281,0.15372517456988796,0.527152823014123,0.4248731636482127,0.15372517456988796,0.6343060696397499,0.1044519511050779,0.15372517456988796,0.5496342054437628,0.04888553621750743,0.5,0.15372517456988796,0.20548840340761923,0.13591560022163057,0.0,0.09542262278441495,0.07295666993831643 -4384,0.5,0.15372517456988796,0.2685515372812175,0.339796798398974,0.15372517456988796,0.26310911982781204,0.35395063688963746,0.15372517456988796,0.48974335051582774,0.2498847667945908,0.15372517456988796,0.4734649349467912,0.34286725062665163,0.15372517456988796,0.4352519299557187,0.15388923921378286,0.15372517456988796,0.526421255191318,0.06455544694075334,0.15372517456988796,0.5150783836321794,0.11710190750759975,0.15372517456988796,0.5648134714959501,0.06995860432087977,0.5,0.15372517456988796,0.5569832139943222,0.051801600487583255,0.15372517456988796,0.2912623333030564,0.0814047995625979,0.5,0.15372517456988796,0.5356130541728155,0.04042164825533105,0.15372517456988796,0.45127532829933914,0.023584608633028987,0.15372517456988796,0.34886623750448015,0.25432021306611213,0.15372517456988796,0.3785082059055163,0.19818982223521592,0.15372517456988796,0.4484814042283428,0.3629468991100011,0.15372517456988796,0.5319579298871171,0.09964709532688748,0.15372517456988796,0.47760310050149524,0.06657783305032244,0.5,0.15372517456988796,0.16106932022782122,0.09315588680865305,0.0,0.16801533486276804,0.08813949210930655 -4385,0.5,0.15372517456988796,0.16321186642331187,0.2709482416456843,0.15372517456988796,0.2365154142062474,0.24735242135850474,0.15372517456988796,0.3680611213283577,0.22148287601460204,0.15372517456988796,0.3394092198714004,0.3020523815203203,0.15372517456988796,0.33996890855919165,0.1586644490252313,0.15372517456988796,0.4028337450074312,0.07642692639581736,0.15372517456988796,0.38802304361450146,0.11251396746199975,0.15372517456988796,0.4300684946923212,0.05920149180795186,0.5,0.15372517456988796,0.4222777861311522,0.05107605431731886,0.15372517456988796,0.24489035210084154,0.04100656060342261,0.5,0.15372517456988796,0.4012504313214694,0.03595818553005272,0.15372517456988796,0.35749607332821626,0.018004055154247176,0.15372517456988796,0.31199307271073695,0.26107830409439975,0.15372517456988796,0.2952874931320249,0.18138626658206392,0.15372517456988796,0.3302355967043286,0.295795242029974,0.15372517456988796,0.3998638064573948,0.0929859981695508,0.15372517456988796,0.36200758119160553,0.0700159547556676,0.5,0.15372517456988796,0.10831483488911431,0.04411983491062411,0.0,0.12448675320319957,0.11362677203489682 -4386,0.5,0.15372517456988796,0.09742575681262924,0.20697591002952634,0.15372517456988796,0.23153322816363991,0.20780775774683535,0.15372517456988796,0.2382483578776875,0.1632243405809079,0.15372517456988796,0.2184243646534046,0.19656755609645066,0.15372517456988796,0.23479881782157846,0.14281150924907332,0.15372517456988796,0.2817606677110809,0.07836182686526899,0.15372517456988796,0.27624603127087344,0.0948707877377748,0.15372517456988796,0.295645326744684,0.05162737694658482,0.5,0.15372517456988796,0.28745876658514813,0.04729983333148122,0.15372517456988796,0.1918042817224463,0.02331889648279174,0.5,0.15372517456988796,0.26998722993163343,0.02594214229822608,0.15372517456988796,0.23807228370553923,0.011486864166932103,0.15372517456988796,0.22986240185831364,0.25349638248771966,0.15372517456988796,0.21402777644020582,0.1495265169904188,0.15372517456988796,0.22516588840049243,0.2204046694650788,0.15372517456988796,0.2726796829608692,0.07389748974763394,0.15372517456988796,0.2421309432975818,0.050041469177893635,0.5,0.15372517456988796,0.07747412757491329,0.021281557819569114,0.0,0.11491839774033252,0.12667743936710835 -4387,0.5,0.15372517456988796,0.04283844165956989,0.15288758958937446,0.15372517456988796,0.13399752302542167,0.16457416330333055,0.15372517456988796,0.11855507244845566,0.07669092083484401,0.15372517456988796,0.09565810799204463,0.12142827785769615,0.15372517456988796,0.13114510043507493,0.09007725619517817,0.15372517456988796,0.15920459146911273,0.05281904983137321,0.15372517456988796,0.14850434751293573,0.027883758038318524,0.15372517456988796,0.16050679038156668,0.01800817833476979,0.5,0.15372517456988796,0.15284851510966896,0.020911644062709008,0.15372517456988796,0.10476553754444135,0.009464763034956596,0.5,0.15372517456988796,0.13760058772699824,0.010919891516053364,0.15372517456988796,0.11914036139088305,0.003718136168280759,0.15372517456988796,0.13826263103700037,0.2100158623952684,0.15372517456988796,0.12341751311065466,0.11058515000375202,0.15372517456988796,0.11991981289429403,0.12010595506363603,0.15372517456988796,0.14319454625877082,0.019242909470331502,0.15372517456988796,0.12154786454860095,0.015678097869260936,0.5,0.15372517456988796,0.03887313178553599,0.009562561671509814,0.0,0.1274821827512524,0.10541158826367043 -4388,0.5,0.15372517456988796,0.009941245889367047,0.10578035416782243,0.15372517456988796,0.04170826554252178,0.05302006520595199,0.15372517456988796,0.022655254328785596,0.052789135207229734,0.15372517456988796,0.015895841286923798,0.07664387810709161,0.15372517456988796,0.045344589637974886,0.054676171021598705,0.15372517456988796,0.04480518826390663,0.04070258905740051,0.15372517456988796,0.03706767495423534,0.014467493035511531,0.15372517456988796,0.03976015278364982,0.006408091729898366,0.5,0.15372517456988796,0.034817264736400066,0.022497174936870014,0.15372517456988796,0.013614671675312981,0.004324334535751385,0.5,0.15372517456988796,0.027681537087773808,0.009579724457949487,0.15372517456988796,0.02251191219259486,0.003690496348969215,0.15372517456988796,0.04793129545914354,0.11923304375116084,0.15372517456988796,0.04472205142024312,0.0485104239148266,0.15372517456988796,0.03371021849593969,0.04239473362055941,0.15372517456988796,0.03087069710275684,0.011821965902106294,0.15372517456988796,0.020944606124991688,0.016210914523408185,0.5,0.15372517456988796,3.594581238947954e-05,0.00968103764868796,0.0,0.1447257223547982,0.10334443686343675 -4389,0.5,0.15372517456988796,0.0,0.07170274014028369,0.15372517456988796,0.0,0.04035345219957581,0.15372517456988796,0.0,0.03446980308084293,0.15372517456988796,0.0,0.04832804661074031,0.15372517456988796,0.0,0.041356042498102714,0.15372517456988796,0.0,0.04673766915365037,0.15372517456988796,0.0,0.00962762147418519,0.15372517456988796,0.0,0.002865202855399442,0.5,0.15372517456988796,0.0,0.019878536464250026,0.15372517456988796,0.0,0.0028058253523920358,0.5,0.15372517456988796,0.0,0.0077988181585028045,0.15372517456988796,0.0,0.003965301533129112,0.15372517456988796,0.0,0.0747976832206416,0.15372517456988796,0.0,0.02627191389699893,0.15372517456988796,0.0,0.021608577131072098,0.15372517456988796,0.0,0.005148330864711332,0.15372517456988796,0.0,0.011852587630304383,0.5,0.15372517456988796,0.0,0.011700694861115489,0.0,0.1377454007279305,0.11953646891852415 -4390,0.5,0.15372517456988796,0.0,0.04903571027779133,0.15372517456988796,0.0,0.027295430569148682,0.15372517456988796,0.0,0.0132904669203866,0.15372517456988796,0.0,0.02722098038285799,0.15372517456988796,0.0,0.02094312647424421,0.15372517456988796,0.0,0.03690138267800841,0.15372517456988796,0.0,0.007923193966652415,0.15372517456988796,0.0,0.0013438758346625648,0.5,0.15372517456988796,0.0,0.013535710071635733,0.15372517456988796,0.0,0.0019974702823504263,0.5,0.15372517456988796,0.0,0.0037447028180324963,0.15372517456988796,0.0,0.0035872203768474308,0.15372517456988796,0.0,0.06824149756199151,0.15372517456988796,0.0,0.016541227090519008,0.15372517456988796,0.0,0.006574669917630168,0.15372517456988796,0.0,0.0021079973459384566,0.15372517456988796,0.0,0.007242606877691849,0.5,0.15372517456988796,0.0,0.012301231816041803,0.0,0.12474862473525102,0.1571862085616872 -4391,0.5,0.15372517456988796,0.0,0.03767409930124898,0.15372517456988796,0.0,0.01603854274471489,0.15372517456988796,0.0,0.004579096433598956,0.15372517456988796,0.0,0.01556256212140108,0.15372517456988796,0.0,0.007743403056658857,0.15372517456988796,0.0,0.023779624268650865,0.15372517456988796,0.0,0.00777740625599463,0.15372517456988796,0.0,0.001337328725880451,0.5,0.15372517456988796,0.0,0.009657671728894241,0.15372517456988796,0.0,0.0018589555439748392,0.5,0.15372517456988796,0.0,0.000749143676323208,0.15372517456988796,0.0,0.0038046161337320678,0.15372517456988796,0.0,0.0699202456213285,0.15372517456988796,0.0,0.012769828802670883,0.15372517456988796,0.0,0.0022573526309731585,0.15372517456988796,0.0,0.0017806414043965602,0.15372517456988796,0.0,0.0037118822861922285,0.5,0.15372517456988796,0.0,0.011917580629012964,0.0,0.12745178794373346,0.21437270029629568 -4392,0.5,0.15372517456988796,0.0,0.039039816935085125,0.15372517456988796,0.0,0.013734097475323552,0.15372517456988796,0.0,0.0012174275515717114,0.15372517456988796,0.0,0.008723761179339387,0.15372517456988796,0.0,0.0013562659360976553,0.15372517456988796,0.0,0.008387038437450945,0.15372517456988796,0.0,0.006141427219649592,0.15372517456988796,0.0,0.0018844192460409183,0.5,0.15372517456988796,0.0,0.0069786325429877765,0.15372517456988796,0.0,0.002549737916809093,0.5,0.15372517456988796,0.0,5.71542351901813e-05,0.15372517456988796,0.0,0.005156666151889996,0.15372517456988796,0.0,0.07948821269208317,0.15372517456988796,0.0,0.018595377010333824,0.15372517456988796,0.0,0.0011940952286412215,0.15372517456988796,0.0,0.002416278532753775,0.15372517456988796,0.0,0.0017882653286556572,0.5,0.15372517456988796,0.0,0.012236585253371466,0.0,0.17922104851206996,0.2750321613701917 -4393,0.5,0.15372517456988796,0.0,0.04126090680085198,0.15372517456988796,0.0,0.020158398509487432,0.15372517456988796,0.0,0.0007900852290755551,0.15372517456988796,0.0,0.006629356691877007,0.15372517456988796,0.0,0.001099261906335714,0.15372517456988796,0.0,0.0008129027181367781,0.15372517456988796,0.0,0.004554714507352603,0.15372517456988796,0.0,0.001956328411316396,0.5,0.15372517456988796,0.0,0.004702143520969656,0.15372517456988796,0.0,0.004424634234711767,0.5,0.15372517456988796,0.0,2.836603349687093e-05,0.15372517456988796,0.0,0.0074141167883747736,0.15372517456988796,0.0,0.09255584198693541,0.15372517456988796,0.0,0.027296381752400147,0.15372517456988796,0.0,0.0030113442704250296,0.15372517456988796,0.0,0.0025402194829595463,0.15372517456988796,0.0,0.0007344166386122029,0.5,0.15372517456988796,0.0,0.010998468682541396,0.0,0.2767310042679574,0.3467703859898576 -4394,0.5,0.15372517456988796,0.0,0.04620544901920923,0.15372517456988796,0.0,0.02709404095108133,0.15372517456988796,0.0,0.0017340984141064808,0.15372517456988796,0.0,0.005881887291352357,0.15372517456988796,0.0,0.0023805589780499146,0.15372517456988796,0.0,7.082484134278948e-05,0.15372517456988796,0.0,0.0051034187423569825,0.15372517456988796,0.0,0.0016039557530196373,0.5,0.15372517456988796,0.0,0.003955008790639086,0.15372517456988796,0.0,0.005396459950422723,0.5,0.15372517456988796,0.0,1.96321920371468e-05,0.15372517456988796,0.0,0.009745985330266289,0.15372517456988796,0.0,0.0987184789566165,0.15372517456988796,0.0,0.03738846653090157,0.15372517456988796,0.0,0.008250601524697655,0.15372517456988796,0.0,0.0022461748495362817,0.15372517456988796,0.0,0.000290010079927779,0.5,0.15372517456988796,0.0,0.008204837756218499,0.0,0.39254991648186865,0.4661441522854837 -4395,0.5,0.15372517456988796,0.0,0.04863972246095146,0.15372517456988796,0.0,0.031109716882091625,0.15372517456988796,0.0,0.003019651785341494,0.15372517456988796,0.0,0.005719475557996564,0.15372517456988796,0.0,0.0035989330463057152,0.15372517456988796,0.0,0.0009676371878491917,0.15372517456988796,0.0,0.010185657634405746,0.15372517456988796,0.0,0.0017404098059337998,0.5,0.15372517456988796,0.0,0.00349458161575256,0.15372517456988796,0.0,0.0057271310775692166,0.5,0.15372517456988796,0.0,0.0001340673046727267,0.15372517456988796,0.0,0.010467139369292585,0.15372517456988796,0.0,0.10528948039846109,0.15372517456988796,0.0,0.04519340319263626,0.15372517456988796,0.0,0.011255049412035837,0.15372517456988796,0.0,0.002091083660550956,0.15372517456988796,0.0,0.00022665028981613705,0.5,0.15372517456988796,0.0,0.004537591686817499,0.0,0.4013411545049386,0.6005188563956187 -4396,0.5,0.15372517456988796,0.0,0.048260621172158305,0.15372517456988796,0.0,0.03469716565789128,0.15372517456988796,0.0,0.004751165578850593,0.15372517456988796,0.0,0.006846402058177858,0.15372517456988796,0.0,0.007126812450514599,0.15372517456988796,0.0,0.0026022969736374654,0.15372517456988796,0.0,0.015422671537756212,0.15372517456988796,0.0,0.002531667874090718,0.5,0.15372517456988796,0.0,0.0028604641955491433,0.15372517456988796,0.0,0.004791644175030113,0.5,0.15372517456988796,0.0,0.0009241200227708864,0.15372517456988796,0.0,0.012605666745594248,0.15372517456988796,0.0,0.1263219518602587,0.15372517456988796,0.0,0.05351253873610217,0.15372517456988796,0.0,0.012312610241638721,0.15372517456988796,0.0,0.00271573677690219,0.15372517456988796,0.0,0.0007248990601355031,0.5,0.15372517456988796,0.0,0.0025076502915139993,0.0,0.3528455446620669,0.6999085425778718 -4397,0.5,0.15372517456988796,0.008882992943089547,0.04573659398854704,0.15372517456988796,0.003703908242672504,0.03629991051061506,0.15372517456988796,0.0027628859132708137,0.008263885994657567,0.15372517456988796,0.005766842669043472,0.008686003392938478,0.15372517456988796,0.00046406199347776434,0.015330432001153992,0.15372517456988796,0.0,0.003536406844271949,0.15372517456988796,0.00016341426343367718,0.01981276813377593,0.15372517456988796,0.0,0.005054644025689967,0.5,0.15372517456988796,0.0,0.0032938593915632186,0.15372517456988796,0.0,0.005039441391327714,0.5,0.15372517456988796,0.0,0.0016418152989556962,0.15372517456988796,0.0,0.014906756427771976,0.15372517456988796,0.003455062444334817,0.16084921009902764,0.15372517456988796,0.0015318440575469686,0.0668254505173773,0.15372517456988796,0.0023139181522307925,0.01261214757785254,0.15372517456988796,0.0003785363427083839,0.004038634291368384,0.15372517456988796,0.0006423376453530624,0.0023470850367086067,0.5,0.15372517456988796,0.0008540099658460996,0.0016700576275602815,0.0,0.32516508079264567,0.7877810333580294 -4398,0.5,0.15372517456988796,0.07099697624530908,0.0501916330117316,0.15372517456988796,0.05477038864822624,0.043584357840737775,0.15372517456988796,0.05832282970902193,0.010333803990562914,0.15372517456988796,0.06749878203283707,0.008416841292980247,0.15372517456988796,0.040879524301774384,0.02504468412310522,0.15372517456988796,0.037697772563504824,0.004728953925495729,0.15372517456988796,0.04502336726310667,0.015971090922891375,0.15372517456988796,0.03863676990868303,0.007863380611796334,0.5,0.15372517456988796,0.03761558653950224,0.0032000577776532717,0.15372517456988796,0.04585948491240633,0.005837867161160545,0.5,0.15372517456988796,0.04158949594433087,0.0019060925459224078,0.15372517456988796,0.040253110964006064,0.011514920368659132,0.15372517456988796,0.04616906274910156,0.21128572289465242,0.15372517456988796,0.041543286653350456,0.0900866711272311,0.15372517456988796,0.05414996216236711,0.012432227615342465,0.15372517456988796,0.04936075888746133,0.005585138577565684,0.15372517456988796,0.05153239252851623,0.004549694334275157,0.5,0.15372517456988796,0.05440837166381146,0.0016140416919475967,0.0,0.3291091323100157,0.8552875913882483 -4399,0.5,0.15372517456988796,0.15064712290752796,0.09264855175443794,0.15372517456988796,0.1167042065777247,0.07394834811504808,0.15372517456988796,0.13852912619501212,0.011126663321256272,0.15372517456988796,0.1538257628470931,0.012950454824972531,0.15372517456988796,0.10487125324949095,0.03795232692573491,0.15372517456988796,0.10507304332162873,0.008470635747620529,0.15372517456988796,0.11560805324976571,0.010217730769759601,0.15372517456988796,0.10919696574675616,0.005738624261710818,0.5,0.15372517456988796,0.11000604714987891,0.0012610049828853823,0.15372517456988796,0.1272699633310731,0.00205279015998616,0.5,0.15372517456988796,0.1179555568740501,0.0017032059145512164,0.15372517456988796,0.11828445993927239,0.005065751117266891,0.15372517456988796,0.10123458461371324,0.3022620463536915,0.15372517456988796,0.10585900936073356,0.13679012670915963,0.15372517456988796,0.1259041478585626,0.019246509675985485,0.15372517456988796,0.12414917042046597,0.003806097271958344,0.15372517456988796,0.1326494832286704,0.002096141623928553,0.5,0.15372517456988796,0.1402868085983592,0.0005647475487987942,0.0,0.3626720627124168,0.8725850923342535 -4400,0.5,0.15372517456988796,0.26070258572061444,0.1445494946349046,0.15372517456988796,0.19795007821316035,0.13273131731190502,0.15372517456988796,0.25606384724553194,0.02671707738483957,0.15372517456988796,0.27334469684347523,0.029534847840010783,0.15372517456988796,0.19952580128110745,0.09145152964055725,0.15372517456988796,0.2063685330842618,0.031967468145576605,0.15372517456988796,0.2216315585317572,0.020268445779262075,0.15372517456988796,0.22052878023525732,0.003547882578253482,0.5,0.15372517456988796,0.22449658511285508,0.0005022993529137986,0.15372517456988796,0.24916894571410847,0.002608742700336071,0.5,0.15372517456988796,0.2354734765252391,0.003496918167027936,0.15372517456988796,0.23746436707464583,0.003591819539393248,0.15372517456988796,0.1735680954745515,0.4133774073937543,0.15372517456988796,0.19472432496763112,0.22402481114052392,0.15372517456988796,0.22749344425311233,0.053124508188107905,0.15372517456988796,0.2407520195848793,0.004674546328577554,0.15372517456988796,0.2531138659911037,0.0032140770069482255,0.5,0.15372517456988796,0.26295807929060955,0.00047064226549467026,0.0,0.4022071737282348,0.8419492487374717 -4401,0.5,0.15372517456988796,0.38036799140149397,0.20365520628951633,0.15372517456988796,0.28663488117892305,0.2673998608092585,0.15372517456988796,0.3850165838519997,0.052797791323414514,0.15372517456988796,0.4028754205842416,0.04994416887759662,0.15372517456988796,0.30971352450672385,0.17291941007536465,0.15372517456988796,0.32362953761424584,0.06920270229909926,0.15372517456988796,0.3373285660086894,0.04558135742051687,0.15372517456988796,0.3430625335693019,0.004434404094715553,0.5,0.15372517456988796,0.3520586800218912,0.0008961422374798229,0.15372517456988796,0.38530265320205526,0.0142581868710071,0.5,0.15372517456988796,0.3661172752705915,0.005601412653031282,0.15372517456988796,0.37130638371384017,0.009608466047199789,0.15372517456988796,0.26095987431826767,0.5477627969781844,0.15372517456988796,0.30789704282086416,0.3302581452185902,0.15372517456988796,0.3357066607546725,0.10981405679503348,0.15372517456988796,0.36742466322393746,0.015417207474109143,0.15372517456988796,0.38536074821941696,0.007633070744759779,0.5,0.15372517456988796,0.40013658788928985,0.0013985864677354591,0.0,0.434145660253446,0.7935569082652663 -4402,0.5,0.15372517456988796,0.49778240063639634,0.23891447179264935,0.15372517456988796,0.39546891926020644,0.3391364146822151,0.15372517456988796,0.5176514794847606,0.08768820348995614,0.15372517456988796,0.5238955584359929,0.08219116600701651,0.15372517456988796,0.45046199713880863,0.24849209421732224,0.15372517456988796,0.45551830670901905,0.1049963361930337,0.15372517456988796,0.4699394649022176,0.08844589050850271,0.15372517456988796,0.47782630066632115,0.0067046294375914615,0.5,0.15372517456988796,0.4894471249056753,0.004385175417798376,0.15372517456988796,0.5229715251935567,0.03168441659908427,0.5,0.15372517456988796,0.5028338374770212,0.0022509631368153515,0.15372517456988796,0.5100486155994589,0.02006308239200252,0.15372517456988796,0.39178338067729157,0.629578522398534,0.15372517456988796,0.44071222001501753,0.38606584042420555,0.15372517456988796,0.4535592127638175,0.1753421216809936,0.15372517456988796,0.5019888197042355,0.03675332814831183,0.15372517456988796,0.5200552735545547,0.01000026092832319,0.5,0.15372517456988796,0.533024504600804,0.005984585429676115,0.0,0.4119042984522556,0.723162656432941 -4403,0.5,0.15372517456988796,0.588179845466817,0.23676188662861683,0.15372517456988796,0.4654207592766969,0.35655698137856257,0.15372517456988796,0.6112976281043833,0.0804713579900958,0.15372517456988796,0.6083377403244666,0.08782548989681499,0.15372517456988796,0.5783321653730846,0.25786856813121684,0.15372517456988796,0.5856373526214057,0.1173682821486203,0.15372517456988796,0.5936273596632793,0.10595473948428079,0.15372517456988796,0.5958561307826045,0.009096822587449715,0.5,0.15372517456988796,0.6038241931853814,0.011046456756150324,0.15372517456988796,0.6319207648345737,0.03574484447693544,0.5,0.15372517456988796,0.6137839741599562,0.0014212494872717992,0.15372517456988796,0.6215399273678114,0.018597650017675042,0.15372517456988796,0.5194908806125276,0.6758031239026238,0.15372517456988796,0.5720255586223972,0.3964172299170152,0.15372517456988796,0.5624904941984676,0.19856425967189706,0.15372517456988796,0.6117014436873378,0.03983833435817512,0.15372517456988796,0.6259057582536885,0.008870862960473862,0.5,0.15372517456988796,0.6313558616126427,0.011591520260290315,0.0,0.3716964198037999,0.6730108426590337 -4404,0.5,0.15372517456988796,0.6355022116369854,0.22454226885383843,0.15372517456988796,0.5626884406781081,0.3632350077155291,0.15372517456988796,0.6822960590821507,0.06109608322204939,0.15372517456988796,0.6647945061991687,0.07827436238160243,0.15372517456988796,0.673611247984127,0.24060125250086806,0.15372517456988796,0.670201980774762,0.1110729121271668,0.15372517456988796,0.6704546661916367,0.09818322154829454,0.15372517456988796,0.6718016632252259,0.012046969951292168,0.5,0.15372517456988796,0.6745937549311278,0.01539698654506069,0.15372517456988796,0.6952302949580896,0.04538905385678787,0.5,0.15372517456988796,0.6811578281067195,0.0021878483502923867,0.15372517456988796,0.6877531890056352,0.023471882345103202,0.15372517456988796,0.6081633366396942,0.704410698261223,0.15372517456988796,0.6596138749032864,0.3813785792512986,0.15372517456988796,0.6448725334014725,0.1982378490258773,0.15372517456988796,0.6816420947313573,0.04030838910971184,0.15372517456988796,0.6878995562641717,0.0069799703441756344,0.5,0.15372517456988796,0.6946997034021483,0.017689206876237415,0.0,0.334837580390077,0.6579842148288494 -4405,0.5,0.15372517456988796,0.6422506058327246,0.2169177012599996,0.15372517456988796,0.6663269882715328,0.38345327813523294,0.15372517456988796,0.7041421883291934,0.05647691751788077,0.15372517456988796,0.6861211069891147,0.07577836993930524,0.15372517456988796,0.7076588419525739,0.21123428032133995,0.15372517456988796,0.704161776694203,0.09070613685942973,0.15372517456988796,0.7049363021630456,0.0885909101897623,0.15372517456988796,0.704175052693691,0.013702603780083646,0.5,0.15372517456988796,0.705055561125336,0.024836081465453765,0.15372517456988796,0.718257263503733,0.06768700080067616,0.5,0.15372517456988796,0.7085014508862986,0.009464826421776136,0.15372517456988796,0.7139375131220731,0.04133872660105647,0.15372517456988796,0.6422547343930356,0.7008865631134754,0.15372517456988796,0.6980694035775535,0.35220477112933346,0.15372517456988796,0.6899918371616627,0.19713763889985886,0.15372517456988796,0.7081568295703835,0.043389561404872934,0.15372517456988796,0.7095677659713957,0.008828240428749653,0.5,0.15372517456988796,0.7127575768420293,0.02856753935324178,0.0,0.28696168819388346,0.6402386725386849 -4406,0.5,0.15372517456988796,0.619472007138438,0.21268535835794666,0.15372517456988796,0.6804937990803132,0.3686323734774815,0.15372517456988796,0.6854038285422943,0.05384317766059747,0.15372517456988796,0.6654614937848269,0.06952731949624599,0.15372517456988796,0.6982649978429112,0.16793782968550405,0.15372517456988796,0.6974553327639936,0.0703375979146371,0.15372517456988796,0.6957736177210401,0.06047509068672857,0.15372517456988796,0.6964399161552415,0.012228007137314745,0.5,0.15372517456988796,0.6964355819488312,0.04104871443209452,0.15372517456988796,0.7004210815319287,0.08737122619381402,0.5,0.15372517456988796,0.6958305291614476,0.024210642779990844,0.15372517456988796,0.6997838055924611,0.05950664042134251,0.15372517456988796,0.6622221225608141,0.6728401044768185,0.15372517456988796,0.6875437680562478,0.3101483398659092,0.15372517456988796,0.6865868104547914,0.1724720411688611,0.15372517456988796,0.6950994250540405,0.041152164750828,0.15372517456988796,0.6915077140567043,0.014731887362643551,0.5,0.15372517456988796,0.6906413487236716,0.041346366616592356,0.0,0.24506586062041702,0.6095892107502674 -4407,0.5,0.15372517456988796,0.5617500578198281,0.19502716811158,0.15372517456988796,0.6146267999465933,0.3155418869046808,0.15372517456988796,0.6230642688006248,0.0412304503860838,0.15372517456988796,0.5997361711668246,0.05193550913980484,0.15372517456988796,0.6458847449502899,0.12301788470939816,0.15372517456988796,0.6486768467966315,0.04239241003058572,0.15372517456988796,0.6430018039163092,0.040560517431715765,0.15372517456988796,0.6469743389718571,0.01616138115332052,0.5,0.15372517456988796,0.6465919131687295,0.0592543735145941,0.15372517456988796,0.6404404194324083,0.10432150605106616,0.5,0.15372517456988796,0.6411055080808727,0.03927508694363695,0.15372517456988796,0.6446286011548146,0.07831325260062656,0.15372517456988796,0.6054234712560633,0.60079251543747,0.15372517456988796,0.6298615675354367,0.24953897844448114,0.15372517456988796,0.6327504438225774,0.13837379180221449,0.15372517456988796,0.6388703405000163,0.030531943949491464,0.15372517456988796,0.6310211247320038,0.020849389640204892,0.5,0.15372517456988796,0.6256426372054008,0.05890042858036563,0.0,0.20494822564834164,0.5485331162499764 -4408,0.5,0.15372517456988796,0.47102994099847767,0.16894118638095756,0.15372517456988796,0.5098213991275967,0.24992568626230946,0.15372517456988796,0.5126139683655047,0.02680968375940576,0.15372517456988796,0.4866709580275677,0.030558928223207195,0.15372517456988796,0.5453015539355955,0.08204573035226423,0.15372517456988796,0.552464091026551,0.03458670789724326,0.15372517456988796,0.5426404978383307,0.021320184915465706,0.15372517456988796,0.549965198859697,0.023250651007134415,0.5,0.15372517456988796,0.5487352774236837,0.06189237489652838,0.15372517456988796,0.5314223476581527,0.11122180603722509,0.5,0.15372517456988796,0.5375000462296425,0.04998613547593776,0.15372517456988796,0.5403303968044142,0.09083953357015288,0.15372517456988796,0.49764667536573476,0.4882353421180622,0.15372517456988796,0.5311165260068526,0.1761917809227248,0.15372517456988796,0.5269814105101275,0.10119528829747367,0.15372517456988796,0.5346508651202355,0.023910791348246595,0.15372517456988796,0.5222156832915729,0.027597799930089564,0.5,0.15372517456988796,0.5130739979018579,0.08182394150357683,0.0,0.1731160457947607,0.43571336096457103 -4409,0.5,0.15372517456988796,0.35575463969512394,0.13549269383183252,0.15372517456988796,0.3862857735134633,0.17281738528777718,0.15372517456988796,0.3769129930578242,0.011126893900400735,0.15372517456988796,0.35547580857106503,0.014531851499983772,0.15372517456988796,0.41370385392061837,0.06319245527716293,0.15372517456988796,0.4223284176628137,0.037934895890120654,0.15372517456988796,0.4108830685726038,0.01852440811091127,0.15372517456988796,0.4188737059875177,0.027303589354230058,0.5,0.15372517456988796,0.41685498057392684,0.05334235760193331,0.15372517456988796,0.3914287682729879,0.11727004553064316,0.5,0.15372517456988796,0.4019276171793045,0.05562065476179097,0.15372517456988796,0.40334381058079405,0.0920099656439172,0.15372517456988796,0.37909110468987783,0.3476508255884645,0.15372517456988796,0.4039594218244551,0.10801888634864892,0.15372517456988796,0.3944899164609559,0.06310648722483214,0.15372517456988796,0.4005908275302496,0.02853652667433511,0.15372517456988796,0.38486211412971055,0.03395226439815283,0.5,0.15372517456988796,0.37257219092194366,0.10584293627543005,0.0,0.12985512571885033,0.306832376536309 -4410,0.5,0.15372517456988796,0.23479484164916864,0.05951335600452376,0.15372517456988796,0.2662076902057022,0.09221910185235067,0.15372517456988796,0.24931811235307877,0.006630668370044553,0.15372517456988796,0.2278757091250897,0.00413094527891484,0.15372517456988796,0.2865130839354886,0.046440573548383886,0.15372517456988796,0.29313830698932947,0.032906335029301965,0.15372517456988796,0.2824209646984458,0.015247676060531831,0.15372517456988796,0.28777401132782143,0.019815644174688424,0.5,0.15372517456988796,0.28373831734636124,0.034403015984578615,0.15372517456988796,0.2548602354783653,0.06757459209128591,0.5,0.15372517456988796,0.26810837811914445,0.039949905836996716,0.15372517456988796,0.26682764231731654,0.05185138552436892,0.15372517456988796,0.26519810269252,0.19278937659862688,0.15372517456988796,0.2800505536222396,0.05708137307709957,0.15372517456988796,0.2680810912621817,0.0360754310379242,0.15372517456988796,0.27076571790584986,0.02415990366326002,0.15372517456988796,0.25277191790606435,0.027149826471717944,0.5,0.15372517456988796,0.23805583629987537,0.08017456416167729,0.0,0.07016901341278871,0.23362468158280403 -4411,0.5,0.15372517456988796,0.11792347443298483,0.019978134724216706,0.15372517456988796,0.14000050936598615,0.02254331998485988,0.15372517456988796,0.12433053532451172,0.0038398508961247965,0.15372517456988796,0.10575249114058614,0.0019474115072710054,0.15372517456988796,0.1556988285298977,0.011815652084715522,0.15372517456988796,0.16118848249614465,0.004096279645141931,0.15372517456988796,0.15115799768767707,0.0018298607112187163,0.15372517456988796,0.15556519636391236,0.00449263753605833,0.5,0.15372517456988796,0.15083829578860972,0.008191192214111277,0.15372517456988796,0.12361665519241151,0.04092355740607084,0.5,0.15372517456988796,0.13648763477138914,0.01493290312954924,0.15372517456988796,0.13397198649449923,0.026984514761908985,0.15372517456988796,0.14494472988207674,0.07108305443343715,0.15372517456988796,0.1513549052584638,0.012368571964635611,0.15372517456988796,0.13972597082671276,0.00808680895175928,0.15372517456988796,0.14022172632224786,0.0069724312374385405,0.15372517456988796,0.1242399073616576,0.011042289723410112,0.5,0.15372517456988796,0.09197848345587828,0.04921714448471067,0.0,0.030806803118017922,0.1766510492027245 -4412,0.5,0.15372517456988796,0.027180393099796276,0.021450084136087014,0.15372517456988796,0.03716552350933663,0.016715834510687522,0.15372517456988796,0.023879554699396337,0.009135273903098836,0.15372517456988796,0.01606185789876346,0.010539944042268184,0.15372517456988796,0.04250657820406845,0.011273608604737865,0.15372517456988796,0.04245428680426756,0.0014077734832823158,0.15372517456988796,0.03612702637668804,0.00285559890083779,0.15372517456988796,0.03724496894307251,0.005754263119291716,0.5,0.15372517456988796,0.03373672527063462,0.008468842289489945,0.15372517456988796,0.012052168898588457,0.03589429338383082,0.5,0.15372517456988796,0.026561317669180462,0.017065668586068464,0.15372517456988796,0.024280647710672856,0.029753733341010967,0.15372517456988796,0.0443345920885853,0.01836763565325771,0.15372517456988796,0.04382263902698648,0.006857672555051794,0.15372517456988796,0.0330361327515617,0.008358917212294594,0.15372517456988796,0.02996700259727649,0.008361480929873646,0.15372517456988796,0.019532660804893034,0.014601003085704133,0.5,0.15372517456988796,0.0,0.05978088024605964,0.0,0.015455346351613813,0.1405492551440995 -4413,0.5,0.15372517456988796,0.0,0.024074653464649622,0.15372517456988796,0.0,0.0102538535060506,0.15372517456988796,0.0,0.010121797292145397,0.15372517456988796,0.0,0.018356392365594876,0.15372517456988796,0.0,0.006703038622923665,0.15372517456988796,0.0,0.0017496969125137343,0.15372517456988796,0.0,0.008425610399343603,0.15372517456988796,0.0,0.007272456469803275,0.5,0.15372517456988796,0.0,0.010007325421604325,0.15372517456988796,0.0,0.02823474333001436,0.5,0.15372517456988796,0.0,0.015365462434376824,0.15372517456988796,0.0,0.03376963542568827,0.15372517456988796,0.0,0.009975469439658446,0.15372517456988796,0.0,0.00482765491591685,0.15372517456988796,0.0,0.008111621766910375,0.15372517456988796,0.0,0.008928776507093726,0.15372517456988796,0.0,0.017240866029633983,0.5,0.15372517456988796,0.0,0.05914060648937422,0.0,0.007708078750283175,0.11463539430934173 -4414,0.5,0.15372517456988796,0.0,0.024298749520827632,0.15372517456988796,0.0,0.005190640172756503,0.15372517456988796,0.0,0.008831198146122673,0.15372517456988796,0.0,0.02190774449516149,0.15372517456988796,0.0,0.004715976440042746,0.15372517456988796,0.0,0.0044139001826700025,0.15372517456988796,0.0,0.020393435288721718,0.15372517456988796,0.0,0.01028716167472429,0.5,0.15372517456988796,0.0,0.010543823491286597,0.15372517456988796,0.0,0.025180164549592626,0.5,0.15372517456988796,0.0,0.014654963758582553,0.15372517456988796,0.0,0.03365531151477432,0.15372517456988796,0.0,0.005951092301680683,0.15372517456988796,0.0,0.003866301070541034,0.15372517456988796,0.0,0.008972646130935033,0.15372517456988796,0.0,0.010217241323306474,0.15372517456988796,0.0,0.01859639363631124,0.5,0.15372517456988796,0.0,0.05256583657736838,0.0,0.004648147344557016,0.08360554232251388 -4415,0.5,0.15372517456988796,0.0,0.022516662568054416,0.15372517456988796,0.0,0.0023576454986549045,0.15372517456988796,0.0,0.007772280924352017,0.15372517456988796,0.0,0.02651884035502013,0.15372517456988796,0.0,0.004851157517118149,0.15372517456988796,0.0,0.010490039346937204,0.15372517456988796,0.0,0.03203349052320435,0.15372517456988796,0.0,0.016132947984073352,0.5,0.15372517456988796,0.0,0.011550696661078344,0.15372517456988796,0.0,0.019011814172640435,0.5,0.15372517456988796,0.0,0.01728173848773524,0.15372517456988796,0.0,0.03040397607156499,0.15372517456988796,0.0,0.003320609840078785,0.15372517456988796,0.0,0.00446548328589225,0.15372517456988796,0.0,0.013356734927344831,0.15372517456988796,0.0,0.011522854001900677,0.15372517456988796,0.0,0.019575050558904256,0.5,0.15372517456988796,0.0,0.048090941049662814,0.0,0.0031567198512719476,0.06626976551556345 -4416,0.5,0.15372517456988796,0.0,0.021542509141985456,0.15372517456988796,0.0,0.0037943947208413094,0.15372517456988796,0.0,0.007780721406983691,0.15372517456988796,0.0,0.03165111946176363,0.15372517456988796,0.0,0.007707241727782622,0.15372517456988796,0.0,0.01724681194961559,0.15372517456988796,0.0,0.039314203261703456,0.15372517456988796,0.0,0.022396498066536784,0.5,0.15372517456988796,0.0,0.011460235765960902,0.15372517456988796,0.0,0.014057382618675762,0.5,0.15372517456988796,0.0,0.01547993405996003,0.15372517456988796,0.0,0.027335957456106244,0.15372517456988796,0.0,0.005350562679285604,0.15372517456988796,0.0,0.008997508228079232,0.15372517456988796,0.0,0.018338735317253375,0.15372517456988796,0.0,0.013113882113471156,0.15372517456988796,0.0,0.019919280857761384,0.5,0.15372517456988796,0.0,0.042023874482454274,0.0,0.002065284075201632,0.06929965038969531 -4417,0.5,0.15372517456988796,0.0,0.022433353319873988,0.15372517456988796,0.0,0.007311396869937771,0.15372517456988796,0.0,0.00784970125653116,0.15372517456988796,0.0,0.03760561448405884,0.15372517456988796,0.0,0.014143902259172413,0.15372517456988796,0.0,0.021694843407687354,0.15372517456988796,0.0,0.043011115344365705,0.15372517456988796,0.0,0.02520490477857875,0.5,0.15372517456988796,0.0,0.011177325662698497,0.15372517456988796,0.0,0.016785686988329815,0.5,0.15372517456988796,0.0,0.017554344099139432,0.15372517456988796,0.0,0.025364520048906793,0.15372517456988796,0.0,0.013365556716837396,0.15372517456988796,0.0,0.016033207915914845,0.15372517456988796,0.0,0.021160469765432052,0.15372517456988796,0.0,0.014773863528714026,0.15372517456988796,0.0,0.021184328174701977,0.5,0.15372517456988796,0.0,0.03441845587478903,0.0,0.0020253894150131643,0.09647926141290776 -4418,0.5,0.15372517456988796,0.0,0.02648047183135415,0.15372517456988796,0.0,0.016213626114830012,0.15372517456988796,0.0,0.008765260785052005,0.15372517456988796,0.0,0.041795029019812704,0.15372517456988796,0.0,0.021372189420879064,0.15372517456988796,0.0,0.02048678334139773,0.15372517456988796,0.0,0.046513316674452077,0.15372517456988796,0.0,0.025096924256547585,0.5,0.15372517456988796,0.0,0.01215401933474495,0.15372517456988796,0.0,0.017971211746777987,0.5,0.15372517456988796,0.0,0.01995643897298052,0.15372517456988796,0.0,0.026797936445331967,0.15372517456988796,0.0,0.024552961800555165,0.15372517456988796,0.0,0.025313920884008106,0.15372517456988796,0.0,0.023857493526873136,0.15372517456988796,0.0,0.017244088412550596,0.15372517456988796,0.0,0.022273742068067495,0.5,0.15372517456988796,0.0,0.03067193615653334,0.0,0.0033474575879665494,0.13404166101396392 -4419,0.5,0.15372517456988796,0.0,0.031104616064389246,0.15372517456988796,0.0,0.028311000253953205,0.15372517456988796,0.0,0.011494156783790723,0.15372517456988796,0.0,0.05111814389485232,0.15372517456988796,0.0,0.030831861793406294,0.15372517456988796,0.0,0.021026585455746885,0.15372517456988796,0.0,0.04702034147056407,0.15372517456988796,0.0,0.024107374264810646,0.5,0.15372517456988796,0.0,0.012898766388220372,0.15372517456988796,0.0,0.01742111381199533,0.5,0.15372517456988796,0.0,0.02225191603618961,0.15372517456988796,0.0,0.02641794281839901,0.15372517456988796,0.0,0.03913378927469028,0.15372517456988796,0.0,0.036648340308644806,0.15372517456988796,0.0,0.02847354510918837,0.15372517456988796,0.0,0.01694807075167555,0.15372517456988796,0.0,0.02433608970791619,0.5,0.15372517456988796,0.0,0.030202607540912814,0.0,0.0062026956858846185,0.1506675200450455 -4420,0.5,0.15372517456988796,0.0,0.036928808721878356,0.15372517456988796,0.0,0.032685655165712715,0.15372517456988796,0.0,0.01210634657467623,0.15372517456988796,0.0,0.05794311915981636,0.15372517456988796,0.0,0.036639312623517994,0.15372517456988796,0.0,0.024030778686992865,0.15372517456988796,0.0,0.049615478512708325,0.15372517456988796,0.0,0.02240763686331341,0.5,0.15372517456988796,0.0,0.011979112825693592,0.15372517456988796,0.0,0.021783122034050802,0.5,0.15372517456988796,0.0,0.026312118429953586,0.15372517456988796,0.0,0.02397608039056847,0.15372517456988796,0.0,0.05060548243052063,0.15372517456988796,0.0,0.045810533284004515,0.15372517456988796,0.0,0.033938233028237216,0.15372517456988796,0.0,0.016095240725249153,0.15372517456988796,0.0,0.026672529615345792,0.5,0.15372517456988796,0.0,0.03338493314480646,0.0,0.011542502344655217,0.14489592678756164 -4421,0.5,0.15372517456988796,0.007894361660352631,0.03653433339269204,0.15372517456988796,0.003862629371437383,0.039382856486223,0.15372517456988796,0.002503743333119369,0.010009199951193466,0.15372517456988796,0.005129223991674248,0.06301440897032039,0.15372517456988796,0.00041770511735711766,0.03824968407669473,0.15372517456988796,0.0,0.02692924722459346,0.15372517456988796,0.00010683644281808841,0.04915205615933199,0.15372517456988796,0.0,0.02089601112090462,0.5,0.15372517456988796,0.0,0.010841389382582802,0.15372517456988796,0.0,0.01922045798229791,0.5,0.15372517456988796,0.0,0.02437197060739239,0.15372517456988796,0.0,0.022832971401482507,0.15372517456988796,0.004280525515550564,0.05798181352330669,0.15372517456988796,0.0018157520996570132,0.049848938842572826,0.15372517456988796,0.0021806763695759457,0.0356232736804567,0.15372517456988796,0.00026682485110059775,0.01610032902710675,0.15372517456988796,0.0005317547502636092,0.03079199468034976,0.5,0.15372517456988796,0.0006827773037125308,0.03734020883011307,0.0,0.018816580815383427,0.12103957267902767 -4422,0.5,0.15372517456988796,0.06813659831900849,0.034045700720139245,0.15372517456988796,0.05932575887412467,0.026817095350057368,0.15372517456988796,0.0571364123805298,0.00696250361960548,0.15372517456988796,0.06519695525167539,0.04980276053021625,0.15372517456988796,0.04649556769370011,0.028398962386304946,0.15372517456988796,0.03928292723598708,0.024891051745667053,0.15372517456988796,0.04571105841646596,0.039769738940894486,0.15372517456988796,0.03812784458000816,0.01801309314072543,0.5,0.15372517456988796,0.03532154480536646,0.0063335543266343905,0.15372517456988796,0.042473979610621576,0.012587991709335916,0.5,0.15372517456988796,0.039627855121781554,0.014035064403826632,0.15372517456988796,0.03681856624352065,0.019013838979448,0.15372517456988796,0.059912667531164934,0.04837170473152237,0.15372517456988796,0.05120572003524427,0.03842765042225248,0.15372517456988796,0.05416677990852713,0.025495790559375557,0.15372517456988796,0.04855823578824599,0.0116749518452247,0.15372517456988796,0.051220506611662275,0.021314401404813672,0.5,0.15372517456988796,0.052085555703290404,0.030399692972061382,0.0,0.026812009417477155,0.09047943570412761 -4423,0.5,0.15372517456988796,0.1505380075035606,0.04306467528684242,0.15372517456988796,0.13372598403607155,0.026448994242131568,0.15372517456988796,0.13784870562805546,0.006782564173015038,0.15372517456988796,0.1503686635440043,0.05884062624324704,0.15372517456988796,0.11657012448499825,0.027676851012779672,0.15372517456988796,0.10820353777339478,0.02230127406587976,0.15372517456988796,0.1179854155212012,0.028587981351111517,0.15372517456988796,0.1086939379272505,0.011009235801182266,0.5,0.15372517456988796,0.10684390647640672,0.004479423854567315,0.15372517456988796,0.12099503838802018,0.008073650522595848,0.5,0.15372517456988796,0.11387418522250112,0.01501411231728991,0.15372517456988796,0.11178750251608231,0.014778522308072172,0.15372517456988796,0.13278241468148616,0.0484835545587629,0.15372517456988796,0.12166052718052596,0.03423467811149736,0.15372517456988796,0.12943771061475756,0.022530541464225978,0.15372517456988796,0.12440972768142039,0.007860471664629626,0.15372517456988796,0.13148169296313839,0.018320292015084078,0.5,0.15372517456988796,0.13595599914381765,0.03815786001941358,0.0,0.030114049308355276,0.06954994522252199 -4424,0.5,0.15372517456988796,0.26833010928925544,0.08518677226467407,0.15372517456988796,0.24982413508613727,0.05030688056861327,0.15372517456988796,0.25850791235460124,0.0168649271086211,0.15372517456988796,0.26893206199807124,0.12010573838572405,0.15372517456988796,0.23078508368020959,0.041100089725086976,0.15372517456988796,0.22067615761532278,0.02801747147375184,0.15372517456988796,0.2338136403942347,0.027679941936643977,0.15372517456988796,0.22171137262842458,0.009190209449605203,0.5,0.15372517456988796,0.2200891218779725,0.008169596100991465,0.15372517456988796,0.23892851758166855,0.009841633989436547,0.5,0.15372517456988796,0.22897828989769903,0.07558346489592145,0.15372517456988796,0.22725095444338725,0.028035929366729093,0.15372517456988796,0.2486535160511064,0.06633516409675952,0.15372517456988796,0.23601356417021077,0.04756418586499202,0.15372517456988796,0.247247602457296,0.0333802401799539,0.15372517456988796,0.24275166136987208,0.0107999178545165,0.15372517456988796,0.2502231288150526,0.04863596051381293,0.5,0.15372517456988796,0.2559243941374882,0.06640516617204809,0.0,0.0298933722275358,0.058767979291516795 -4425,0.5,0.15372517456988796,0.39276578184665323,0.11655391310833584,0.15372517456988796,0.3713081244163984,0.06423819863286515,0.15372517456988796,0.38799436559301315,0.027466542090533903,0.15372517456988796,0.39786951520424124,0.2027628617484264,0.15372517456988796,0.353480646758281,0.059574804119486034,0.15372517456988796,0.3430370167363701,0.03567975705439526,0.15372517456988796,0.35774410850211813,0.03140580412647036,0.15372517456988796,0.342309034136353,0.008961617439897047,0.5,0.15372517456988796,0.3450125231970571,0.008381378438937893,0.15372517456988796,0.37074944795589637,0.007539274078872498,0.5,0.15372517456988796,0.3559549979994154,0.1123916414957923,0.15372517456988796,0.3562977954459389,0.03066472642833902,0.15372517456988796,0.369522712192739,0.09619560027016487,0.15372517456988796,0.35742079367293433,0.07140873221177912,0.15372517456988796,0.37214418034423935,0.0470908192121944,0.15372517456988796,0.3695946641992076,0.027414879637894175,0.15372517456988796,0.3791074140103053,0.11129124091345671,0.5,0.15372517456988796,0.38995008998803593,0.12074430996298341,0.0,0.021866693081780436,0.055434480093957565 -4426,0.5,0.15372517456988796,0.5216504924302777,0.13849278605336302,0.15372517456988796,0.5017095474641369,0.08050445194941458,0.15372517456988796,0.5208883454398732,0.042212252738698205,0.15372517456988796,0.5274514166200661,0.2490820843249927,0.15372517456988796,0.48732936306792896,0.06084804801194564,0.15372517456988796,0.47005934363285684,0.022278927636104486,0.15372517456988796,0.490373290526717,0.04840011495774889,0.15372517456988796,0.46463476345046895,0.011581759296201517,0.5,0.15372517456988796,0.4758526715107599,0.010771382206352157,0.15372517456988796,0.5038101036828451,0.009319941237945384,0.5,0.15372517456988796,0.4882449481702808,0.08369062707969242,0.15372517456988796,0.4893077523188052,0.02209166870636504,0.15372517456988796,0.5009002122397563,0.08944039679101475,0.15372517456988796,0.48964290640619834,0.06674802308012978,0.15372517456988796,0.5052590851161501,0.061451022805053136,0.15372517456988796,0.5034817696768802,0.047334185096137016,0.15372517456988796,0.5095993600706225,0.12982113802590703,0.5,0.15372517456988796,0.520586132415489,0.13619055155811077,0.0,0.012959988740438003,0.04957828838162892 -4427,0.5,0.15372517456988796,0.619864415215768,0.14934131023324115,0.15372517456988796,0.6077873197695619,0.09478948798762712,0.15372517456988796,0.6235041490355603,0.05657470735151268,0.15372517456988796,0.6247719968322194,0.2923351608064033,0.15372517456988796,0.5999670106806358,0.054922041919098705,0.15372517456988796,0.5681899234953525,0.014108132423505153,0.15372517456988796,0.594284376078815,0.048934793948484594,0.15372517456988796,0.5717174397283127,0.013863894669971963,0.5,0.15372517456988796,0.5721509815215128,0.008761254781191271,0.15372517456988796,0.6078000561259259,0.015414636116448551,0.5,0.15372517456988796,0.5949951232510371,0.06465920235996163,0.15372517456988796,0.5950152803819762,0.02202987890947001,0.15372517456988796,0.609476196718177,0.08665997053006502,0.15372517456988796,0.6009984007499065,0.07380076446486775,0.15372517456988796,0.6125927725307895,0.07653242347279274,0.15372517456988796,0.6108594240408034,0.051136632305676166,0.15372517456988796,0.6107816678903694,0.11082526751334186,0.5,0.15372517456988796,0.6196102502937917,0.17690894553748124,0.0,0.00852456586824606,0.04308459489045143 -4428,0.5,0.15372517456988796,0.673428502157152,0.18809338590318697,0.15372517456988796,0.6708240886578682,0.13206422386593825,0.15372517456988796,0.6810886710683579,0.06672601685509005,0.15372517456988796,0.6784046666698336,0.3526881424929112,0.15372517456988796,0.665855173076922,0.05080479998101199,0.15372517456988796,0.6211265718828209,0.01097262481014932,0.15372517456988796,0.6416271512282785,0.05495936992983226,0.15372517456988796,0.6410368685039166,0.00562934096242957,0.5,0.15372517456988796,0.6157656460481665,0.003949246002792997,0.15372517456988796,0.6591834826697955,0.018722026046628478,0.5,0.15372517456988796,0.6583096263026685,0.038424149817737584,0.15372517456988796,0.6488547574267685,0.014786811417426998,0.15372517456988796,0.6691929701885846,0.0923745296893267,0.15372517456988796,0.6675203742968836,0.08513651818946923,0.15372517456988796,0.6752460358481032,0.10103259847470096,0.15372517456988796,0.6720490917175148,0.04339549094797475,0.15372517456988796,0.6683521535817252,0.08453643517267691,0.5,0.15372517456988796,0.6743604273764227,0.14837744884929494,0.0,0.009833469596519403,0.037073949111623795 -4429,0.5,0.15372517456988796,0.6891553828873356,0.2495245286380737,0.15372517456988796,0.6930144175940631,0.13290318718143498,0.15372517456988796,0.697873695972534,0.07283221491926674,0.15372517456988796,0.6922052516838864,0.39343807878144826,0.15372517456988796,0.6755538312399796,0.06502495236374213,0.15372517456988796,0.6439861363630561,0.0163778516132441,0.15372517456988796,0.665891686792053,0.05485842124182336,0.15372517456988796,0.6530800027146458,0.002715389595554828,0.5,0.15372517456988796,0.5681447713309857,0.0017675756303188218,0.15372517456988796,0.6558747234358357,0.008844942468987838,0.5,0.15372517456988796,0.6814916682406362,0.017700579123666002,0.15372517456988796,0.6577251694411165,0.009971315396740833,0.15372517456988796,0.6964194827497424,0.10423156151077469,0.15372517456988796,0.6895541724964718,0.09673314862336398,0.15372517456988796,0.6910883792374886,0.1186309290161994,0.15372517456988796,0.6933959012965031,0.034713805786361705,0.15372517456988796,0.6864173040209802,0.06230651811865495,0.5,0.15372517456988796,0.6886525616882264,0.10881995140986331,0.0,0.020189170515942285,0.029945831959191455 -4430,0.5,0.15372517456988796,0.6679638135493009,0.2885439576367117,0.15372517456988796,0.6776678523429542,0.13005030090687894,0.15372517456988796,0.6761758368375922,0.08572687448294408,0.15372517456988796,0.6670885671987465,0.4009834828914953,0.15372517456988796,0.6488302610601693,0.0780435298542276,0.15372517456988796,0.6313641747352859,0.02036937333964379,0.15372517456988796,0.6498851270591315,0.044805271113221405,0.15372517456988796,0.6071939283318362,0.00559215024897701,0.5,0.15372517456988796,0.47183820672248833,0.0031455573678027867,0.15372517456988796,0.6102400672751184,0.01172457620433551,0.5,0.15372517456988796,0.6647640482623753,0.02219801513673306,0.15372517456988796,0.6280049784160193,0.011335287183179416,0.15372517456988796,0.6853048653235875,0.10197362110741238,0.15372517456988796,0.6727048359546015,0.10233815291104836,0.15372517456988796,0.6692554849681314,0.1208456587128957,0.15372517456988796,0.6734888497220031,0.03908990813929796,0.15372517456988796,0.6647127565637378,0.058499614129321774,0.5,0.15372517456988796,0.6633027048331566,0.1190253860889463,0.0,0.04253490964066763,0.016757015190459013 -4431,0.5,0.15372517456988796,0.6017481708214989,0.3268905704495185,0.15372517456988796,0.6171802430509861,0.12050898236200087,0.15372517456988796,0.61190605279391,0.08905388178400928,0.15372517456988796,0.5982404682793743,0.3936844362123682,0.15372517456988796,0.6013247679722429,0.07560727178821551,0.15372517456988796,0.5839489175102199,0.039916539735934134,0.15372517456988796,0.5953795343827972,0.0626102298647908,0.15372517456988796,0.4219398927313034,0.0056790469136217825,0.5,0.15372517456988796,0.4850927769732126,0.004225710541378601,0.15372517456988796,0.5376317204570985,0.017670214614973312,0.5,0.15372517456988796,0.6058871564487744,0.017047819356462098,0.15372517456988796,0.5556595624634776,0.01325609862876333,0.15372517456988796,0.6270277018668673,0.09471318444247759,0.15372517456988796,0.6094290305077301,0.10317641150995711,0.15372517456988796,0.6048284405858125,0.12645072627445522,0.15372517456988796,0.603881091842709,0.033863852477321245,0.15372517456988796,0.5890124939166531,0.06336445830460984,0.5,0.15372517456988796,0.5947736759244769,0.13761856641036127,0.0,0.08110316661856305,0.0068339130558678005 -4432,0.5,0.15372517456988796,0.4887998663110682,0.34969641322703543,0.15372517456988796,0.49914839617387596,0.11670705158985607,0.15372517456988796,0.5006853091691742,0.07184985774237528,0.15372517456988796,0.4838412514586591,0.3578253813778074,0.15372517456988796,0.5000933158562705,0.09220430514946298,0.15372517456988796,0.48453359852135935,0.0529800499417654,0.15372517456988796,0.5008371781277683,0.03606492377168325,0.15372517456988796,0.3804166732245617,0.004661196904549883,0.5,0.15372517456988796,0.4254279194051397,0.008482768958092236,0.15372517456988796,0.4299632637918812,0.008527386100770397,0.5,0.15372517456988796,0.5086163511947607,0.00875966446289596,0.15372517456988796,0.43872131584743684,0.02104706696351007,0.15372517456988796,0.5188935562669984,0.08571504863220925,0.15372517456988796,0.5091189457145595,0.09693414464122953,0.15372517456988796,0.49719060483429317,0.11592976877512298,0.15372517456988796,0.4903301181356971,0.012072149789479694,0.15372517456988796,0.4759260775841079,0.059555505303650315,0.5,0.15372517456988796,0.4793711299864768,0.1360198761425532,0.0,0.1355671907850976,0.003149696473791065 -4433,0.5,0.15372517456988796,0.35792658134439936,0.28883696665682806,0.15372517456988796,0.36773210327394196,0.10057615543513364,0.15372517456988796,0.36510340469661495,0.059599325587228635,0.15372517456988796,0.35073487769176837,0.2667053606522094,0.15372517456988796,0.3818680010175298,0.06101773851097966,0.15372517456988796,0.3553673933452228,0.03582917232741776,0.15372517456988796,0.372019058579969,0.01696220813655711,0.15372517456988796,0.2787249650733563,0.005900465093037641,0.5,0.15372517456988796,0.29473037717831196,0.011388566374496182,0.15372517456988796,0.3037154607190527,0.014125666530674801,0.5,0.15372517456988796,0.3740620277193398,0.004156306996727532,0.15372517456988796,0.2648482986791355,0.014839753812341741,0.15372517456988796,0.3818350225406739,0.072176885882749,0.15372517456988796,0.37319321914530623,0.08171573522416334,0.15372517456988796,0.36715445559537635,0.0618654122587567,0.15372517456988796,0.3731034100565808,0.003995135654529246,0.15372517456988796,0.3417956123728968,0.049393228554970824,0.5,0.15372517456988796,0.3445144746756071,0.13920089152907045,0.0,0.1955605428272411,0.0010506225765653816 -4434,0.5,0.15372517456988796,0.23429243272093078,0.12138407930456158,0.15372517456988796,0.25238865034476493,0.022790336203907684,0.15372517456988796,0.23392094506067213,0.01567463897227724,0.15372517456988796,0.22540139430644962,0.11717697261975285,0.15372517456988796,0.26087911143448794,0.020851937329988843,0.15372517456988796,0.23227704636783386,0.018706650697325227,0.15372517456988796,0.2345753966814032,0.00631812606840505,0.15372517456988796,0.16164928082851499,0.005965454162990944,0.5,0.15372517456988796,0.18863497479338664,0.00782012841829926,0.15372517456988796,0.17845857117048927,0.012866155588189827,0.5,0.15372517456988796,0.21295180491808452,0.000772122385309318,0.15372517456988796,0.11733850550927072,0.029822933323149108,0.15372517456988796,0.2536313659670793,0.037198735210563424,0.15372517456988796,0.2571390013004295,0.030113716028494983,0.15372517456988796,0.2528509488181059,0.013067004461212797,0.15372517456988796,0.24598540176924127,0.001015801510297977,0.15372517456988796,0.21799049104441873,0.014580055362286456,0.5,0.15372517456988796,0.21007325678146666,0.0637822552008346,0.0,0.23393573071820178,0.0004760257242152778 -4435,0.5,0.15372517456988796,0.11668933745528018,0.0966127725987519,0.15372517456988796,0.13195957997590188,0.0022589180865674463,0.15372517456988796,0.1117694654363448,0.010810205869824679,0.15372517456988796,0.10025479181866231,0.1245664832111617,0.15372517456988796,0.13677721736084497,0.0025346810666368805,0.15372517456988796,0.11400979089166556,0.005717044653730742,0.15372517456988796,0.10777423492801166,0.0017719265058583817,0.15372517456988796,0.054757870838261634,0.005538858698483053,0.5,0.15372517456988796,0.11100703935443748,0.0034659291188983265,0.15372517456988796,0.04736625153399707,0.03869395936620791,0.5,0.15372517456988796,0.08171645389416246,0.0036846381865257008,0.15372517456988796,0.045533638270201966,0.015409035253827556,0.15372517456988796,0.13750444209800466,0.021141788195568202,0.15372517456988796,0.13841735680451941,0.0077390891348749595,0.15372517456988796,0.13225256016506065,0.002790216936159795,0.15372517456988796,0.12250851194132101,0.002445332784564321,0.15372517456988796,0.10020849467436906,0.01327708388453631,0.5,0.15372517456988796,0.08420520961218597,0.03577364460739447,0.0,0.3004957899725418,8.549244778310584e-05 -4436,0.5,0.15372517456988796,0.026406776058007713,0.12247846636067099,0.15372517456988796,0.038482863190220026,0.0022947340716507787,0.15372517456988796,0.028435029416872034,0.014044880709426331,0.15372517456988796,0.013666508786656255,0.15377694920438936,0.15372517456988796,0.04851623838993285,0.0027653204931727318,0.15372517456988796,0.02488514951049172,0.006567846770994109,0.15372517456988796,0.026363935061543994,0.004215298410126645,0.15372517456988796,0.01782767281389903,0.007216904019632831,0.5,0.15372517456988796,0.03233764225470704,0.011408262410227469,0.15372517456988796,0.0006564845701294269,0.031521120256231376,0.5,0.15372517456988796,0.020370005504800497,0.0037998052209611533,0.15372517456988796,0.006838613183550189,0.01243301647844208,0.15372517456988796,0.05121865596092268,0.021176952154484164,0.15372517456988796,0.05088503067195045,0.009715957164783386,0.15372517456988796,0.03570193305405442,0.0013272844630585299,0.15372517456988796,0.031805179170307604,0.009506837386358007,0.15372517456988796,0.01641959351685366,0.024005896289081962,0.5,0.15372517456988796,0.0,0.12445865475691449,0.0,0.3304442278341906,0.0002284495012660939 -4437,0.5,0.15372517456988796,0.0,0.1469262712604903,0.15372517456988796,0.0,0.0020739922086395485,0.15372517456988796,0.0,0.013174692635868835,0.15372517456988796,0.0,0.15606639339343656,0.15372517456988796,0.0,0.005794483343594238,0.15372517456988796,3.8851589958875756e-05,0.005081943002878828,0.15372517456988796,6.048882790805197e-06,0.00949358780463641,0.15372517456988796,0.0,0.006017545171593022,0.5,0.15372517456988796,0.0,0.016679229676231425,0.15372517456988796,0.0,0.016307409465760116,0.5,0.15372517456988796,0.0,0.012118658138958677,0.15372517456988796,0.0,0.050721251781742895,0.15372517456988796,0.0,0.024833420723619812,0.15372517456988796,0.0,0.009448415340014773,0.15372517456988796,0.0,0.0011346246696288217,0.15372517456988796,0.0,0.019884793212816856,0.15372517456988796,0.0,0.04970898383083399,0.5,0.15372517456988796,0.0,0.4059192110771823,0.0,0.29271320318310456,0.003224261103411261 -4438,0.5,0.15372517456988796,0.0,0.14777402327041556,0.15372517456988796,0.0,0.0020859649198900526,0.15372517456988796,0.0,0.013242628174196224,0.15372517456988796,0.0,0.14005157788106554,0.15372517456988796,0.0,0.009257770071152612,0.15372517456988796,0.0,0.0025504183806107773,0.15372517456988796,0.0,0.010127428703715868,0.15372517456988796,0.0,0.00712072662911308,0.5,0.15372517456988796,0.0,0.01293066086414177,0.15372517456988796,0.0,0.03339752959627976,0.5,0.15372517456988796,0.0,0.010106108107900752,0.15372517456988796,0.0,0.06931608882229895,0.15372517456988796,0.0,0.024594753733612713,0.15372517456988796,0.0,0.007421145176429127,0.15372517456988796,0.0,0.000932827403976767,0.15372517456988796,0.0,0.025494328719550537,0.15372517456988796,0.0,0.08320954273507075,0.5,0.15372517456988796,0.0,0.28836196193180563,0.0,0.24548352890910388,0.011132425550790604 -4439,0.5,0.15372517456988796,0.0,0.13194020672985965,0.15372517456988796,0.0,0.0008014780299558959,0.15372517456988796,0.0,0.011693229809660824,0.15372517456988796,0.0,0.1271385153523515,0.15372517456988796,0.0,0.01306827510224658,0.15372517456988796,0.0,0.0029438781117564136,0.15372517456988796,0.0,0.008893185655603701,0.15372517456988796,0.0,0.010753185247295027,0.5,0.15372517456988796,0.0,0.008235032468774581,0.15372517456988796,0.0,0.01726299242303546,0.5,0.15372517456988796,0.0,0.015643958020430376,0.15372517456988796,0.0,0.07175943283112883,0.15372517456988796,0.0,0.01984008579717004,0.15372517456988796,0.0,0.0065144481058213525,0.15372517456988796,0.0,0.0011611719857108364,0.15372517456988796,0.0,0.015430027275301737,0.15372517456988796,0.0,0.07583488998993566,0.5,0.15372517456988796,0.0,0.11776935049401746,0.0,0.203151551260751,0.0192064520018664 -4440,0.5,0.15372517456988796,0.0,0.11565004718751638,0.15372517456988796,0.0,0.00021083811833034403,0.15372517456988796,0.0,0.00917698381512947,0.15372517456988796,0.0,0.11779157466841328,0.15372517456988796,0.0,0.010688807846743864,0.15372517456988796,0.0,0.00676880566917049,0.15372517456988796,0.0,0.003192136325376872,0.15372517456988796,0.0,0.01771015965332462,0.5,0.15372517456988796,0.0,0.007095248188196802,0.15372517456988796,0.0,0.03236516145771558,0.5,0.15372517456988796,0.0,0.017836798435721574,0.15372517456988796,0.0,0.07691636430586771,0.15372517456988796,0.0,0.012169534777372405,0.15372517456988796,0.0,0.006034356277950956,0.15372517456988796,0.0,0.0015439416387146335,0.15372517456988796,0.0,0.007091156595294359,0.15372517456988796,0.0,0.04881790449460871,0.5,0.15372517456988796,0.0,0.032251444328629635,0.0,0.1705066848569753,0.020440196814843478 -4441,0.5,0.15372517456988796,0.0,0.10207047243315745,0.15372517456988796,0.0,0.0007408584487221166,0.15372517456988796,0.0,0.010866467848351784,0.15372517456988796,0.0,0.1061319124568374,0.15372517456988796,0.0,0.0032665584179936294,0.15372517456988796,0.0,0.008614260146058539,0.15372517456988796,0.0,0.004219761735681713,0.15372517456988796,0.0,0.01174786547256063,0.5,0.15372517456988796,0.0,0.00743166806215544,0.15372517456988796,0.0,0.1543695591497027,0.5,0.15372517456988796,0.0,0.01460439010792568,0.15372517456988796,0.0,0.070126768958089,0.15372517456988796,0.0,0.00831724051667903,0.15372517456988796,0.0,0.0025151686391770333,0.15372517456988796,0.0,0.0019658562642416583,0.15372517456988796,0.0,0.0092363513567075,0.15372517456988796,0.0,0.02699235654092331,0.5,0.15372517456988796,0.0,0.025927195273956816,0.0,0.15394872949059873,0.019734482800936873 -4442,0.5,0.15372517456988796,0.0,0.08651006269197972,0.15372517456988796,0.0,0.0002819386772522828,0.15372517456988796,0.0,0.012018764686505406,0.15372517456988796,0.0,0.08936866650904876,0.15372517456988796,0.0,0.0014692464327375648,0.15372517456988796,0.0,0.007581719450124121,0.15372517456988796,0.0,0.007278708579327399,0.15372517456988796,0.0,0.010336548338230337,0.5,0.15372517456988796,0.0,0.011662361872349139,0.15372517456988796,0.0,0.4207639596991518,0.5,0.15372517456988796,0.0,0.028147620277593592,0.15372517456988796,0.0,0.08906967143764787,0.15372517456988796,0.0,0.005216195221446632,0.15372517456988796,0.0,0.0007179868775500503,0.15372517456988796,0.0,0.003097241966616945,0.15372517456988796,0.0,0.012397210782252874,0.15372517456988796,0.0,0.018652609601384776,0.5,0.15372517456988796,0.0,0.03493675076941746,0.0,0.12534464783046845,0.030609102166419003 -4443,0.5,0.15372517456988796,0.0,0.06889716545660897,0.15372517456988796,0.0,9.719440774929145e-05,0.15372517456988796,0.0,0.013855615537304758,0.15372517456988796,0.0,0.08738503394688568,0.15372517456988796,0.0,0.0016688366034454164,0.15372517456988796,0.0,0.013959091152752262,0.15372517456988796,0.0,0.007469144311856612,0.15372517456988796,0.0,0.01525206851604229,0.5,0.15372517456988796,0.0,0.015798037422212665,0.15372517456988796,0.0,0.6274251348774569,0.5,0.15372517456988796,0.0,0.06440186882459177,0.15372517456988796,0.0,0.1563832314272288,0.15372517456988796,0.0,0.0023839261638207714,0.15372517456988796,0.0,0.0008450169860452724,0.15372517456988796,0.0,0.004322141340072826,0.15372517456988796,0.0,0.01118273148337132,0.15372517456988796,0.0,0.022096953846279303,0.5,0.15372517456988796,0.0,0.042505108390124946,0.0,0.09939818335715855,0.05058571756036269 -4444,0.5,0.15372517456988796,0.0,0.054174716546637636,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.007932625514219648,0.15372517456988796,0.0,0.08153984212721829,0.15372517456988796,0.0,0.006726232230140863,0.15372517456988796,0.0,0.025948285042474102,0.15372517456988796,0.0,0.006549019682132948,0.15372517456988796,0.0,0.023484001530738704,0.5,0.15372517456988796,0.0,0.01642066028060425,0.15372517456988796,0.0,0.5556574002886204,0.5,0.15372517456988796,0.0,0.11629280314158805,0.15372517456988796,0.0,0.3087622531512262,0.15372517456988796,0.0,0.0010127347084136653,0.15372517456988796,0.0,0.00166272513002764,0.15372517456988796,0.0,0.00552696040251279,0.15372517456988796,0.0,0.007229301918055212,0.15372517456988796,0.0,0.04085430433324609,0.5,0.15372517456988796,0.0,0.10445961143216331,0.0,0.08725012872075617,0.06717103350780483 -4445,0.5,0.15372517456988796,0.005446649663852331,0.04305234609100783,0.15372517456988796,0.003136963559575526,0.00030826493298130017,0.15372517456988796,0.001063546662195484,0.004295509566120784,0.15372517456988796,0.003563800026063389,0.05746495367081578,0.15372517456988796,0.000245231212558969,0.018426021017310588,0.15372517456988796,0.0,0.03960432205458661,0.15372517456988796,3.477442334832566e-05,0.011737263809602527,0.15372517456988796,0.0,0.027753811481545466,0.5,0.15372517456988796,0.0,0.019095167205890037,0.15372517456988796,0.0,0.3834558191680145,0.5,0.15372517456988796,0.0,0.16337395182211073,0.15372517456988796,0.0,0.3139616683941147,0.15372517456988796,0.0034370025950531467,0.0003894908628632166,0.15372517456988796,0.0013021444439863976,0.005628061431025649,0.15372517456988796,0.001651368124156036,0.007780941918598575,0.15372517456988796,0.00013035228882384898,0.0051337837836031314,0.15372517456988796,0.00010116910422143634,0.06852616027254706,0.5,0.15372517456988796,1.3912449917018267e-05,0.32865794254579833,0.0,0.07211870362930217,0.0644063955527235 -4446,0.5,0.15372517456988796,0.05821554247082477,0.03849417386179071,0.15372517456988796,0.052922249500567224,0.0015798251178779027,0.15372517456988796,0.029139161293786037,0.020199004115681093,0.15372517456988796,0.052014810337359656,0.04335103759646194,0.15372517456988796,0.04095186131802542,0.0307595293460997,0.15372517456988796,0.025421736057744733,0.043194216230310264,0.15372517456988796,0.04081069848725006,0.01966305445377698,0.15372517456988796,0.0234661027174349,0.034177900684949754,0.5,0.15372517456988796,0.0203934186464945,0.023881107150671006,0.15372517456988796,0.002793696456035272,0.31279667865384475,0.5,0.15372517456988796,0.029577574929951413,0.15346725028928335,0.15372517456988796,0.01915297503770718,0.24401551749669226,0.15372517456988796,0.049365079507494095,5.389303548351732e-05,0.15372517456988796,0.04491565438874425,0.011213632969255743,0.15372517456988796,0.047365494617254277,0.006222824183488925,0.15372517456988796,0.041133364992992485,0.004060290199240961,0.15372517456988796,0.02242570303988215,0.09890824178147826,0.5,0.15372517456988796,0.007015172726418887,0.4458700990589989,0.0,0.059464500026750425,0.06415370413044598 -4447,0.5,0.15372517456988796,0.12534235495022966,0.04951436926977047,0.15372517456988796,0.1228207777198513,0.001953473008453957,0.15372517456988796,0.07256496959565109,0.032107878006420225,0.15372517456988796,0.11325942937944873,0.04494897644107478,0.15372517456988796,0.10021218108186178,0.04468792266564266,0.15372517456988796,0.06822664217605318,0.05195104857608609,0.15372517456988796,0.10657247497918546,0.016854506468578265,0.15372517456988796,0.06971622550971761,0.04679391103561725,0.5,0.15372517456988796,0.06799939763987961,0.04176380002481927,0.15372517456988796,0.021393429454430908,0.29136151636340124,0.5,0.15372517456988796,0.08647981530443062,0.2243121238516613,0.15372517456988796,0.0703723687050985,0.22883264158290922,0.15372517456988796,0.10912473189423649,4.5396982927496276e-05,0.15372517456988796,0.10887826393394417,0.017900986706987795,0.15372517456988796,0.11603883394339295,0.004619282018444044,0.15372517456988796,0.10716808287684515,0.004045618185496792,0.15372517456988796,0.06070672162298159,0.14284082894523675,0.5,0.15372517456988796,0.021413950504917217,0.5665089101551468,0.0,0.057294659106662524,0.07107182438553578 -4448,0.5,0.15372517456988796,0.20471989520300618,0.05784284220518144,0.15372517456988796,0.2216756061582441,0.006136941362120374,0.15372517456988796,0.13008865038080059,0.03542937324265938,0.15372517456988796,0.1853625838105036,0.04526582680815355,0.15372517456988796,0.15446892081889438,0.06459230636075314,0.15372517456988796,0.1093889213374446,0.09129922836391934,0.15372517456988796,0.18915496008730984,0.026018532114812764,0.15372517456988796,0.08465719719863729,0.11269724773695072,0.5,0.15372517456988796,0.13084074859477007,0.18504380556142822,0.15372517456988796,0.07426572241828058,0.3223982109266296,0.5,0.15372517456988796,0.16358857840019997,0.4008569907161084,0.15372517456988796,0.13254923587338768,0.310754341874097,0.15372517456988796,0.19014135126811943,0.00031693673089842466,0.15372517456988796,0.18753017872517946,0.03416425090083046,0.15372517456988796,0.20885128128466698,0.01140544417778427,0.15372517456988796,0.1857968364462018,0.0061910852613538386,0.15372517456988796,0.12385120722991975,0.2257328542369933,0.5,0.15372517456988796,0.024285815602737543,0.6302528087202117,0.0,0.058374643246733186,0.07101270528291498 -4449,0.5,0.15372517456988796,0.2902067733377935,0.04961762886193389,0.15372517456988796,0.32009653079291633,0.01900321122037315,0.15372517456988796,0.23682702807701406,0.06154241916949857,0.15372517456988796,0.2880389329056009,0.03656667133571634,0.15372517456988796,0.19836896863448542,0.10668880587547709,0.15372517456988796,0.1410814857439434,0.20568750477030134,0.15372517456988796,0.250434837597037,0.06064553284967166,0.15372517456988796,0.11863765307223109,0.2143649931714086,0.5,0.15372517456988796,0.19489185671319084,0.35839314323162363,0.15372517456988796,0.1623355168066666,0.37687151967289745,0.5,0.15372517456988796,0.261750809488607,0.4579440107068881,0.15372517456988796,0.1743635696710681,0.4092204233908637,0.15372517456988796,0.283030603512115,0.002545606928875384,0.15372517456988796,0.25707484993963636,0.07069679795353098,0.15372517456988796,0.2824366899071228,0.03142891803157266,0.15372517456988796,0.20254354541752095,0.011704862194220643,0.15372517456988796,0.19997168211906874,0.2904304950386454,0.5,0.15372517456988796,0.025940338268329317,0.5356833963898915,0.0,0.050387367378029325,0.06934803405803591 -4450,0.5,0.15372517456988796,0.38342546028381125,0.04429304415566546,0.15372517456988796,0.4300130427936367,0.031043835868734212,0.15372517456988796,0.33679206262494094,0.08162583686480676,0.15372517456988796,0.4059469718313637,0.04115967116116709,0.15372517456988796,0.21712592605113445,0.16799241887267927,0.15372517456988796,0.225549531324842,0.40161657112885735,0.15372517456988796,0.22443860738629934,0.1286573679315238,0.15372517456988796,0.22209066429253052,0.3808208340698812,0.5,0.15372517456988796,0.2604689108688946,0.5148026233069957,0.15372517456988796,0.28201180554308386,0.4356697206197962,0.5,0.15372517456988796,0.34944511061167616,0.5058481075864908,0.15372517456988796,0.1975434391583612,0.39175644079450045,0.15372517456988796,0.3875689492217092,0.008642987093452702,0.15372517456988796,0.3011200597241629,0.11471502208552092,0.15372517456988796,0.3726625842180902,0.05129912899301523,0.15372517456988796,0.27910248565266293,0.03847572681769173,0.15372517456988796,0.30792323438654146,0.3711392449927502,0.5,0.15372517456988796,0.051140672765766185,0.4105449943273344,0.0,0.02768995139611431,0.045018821649339284 -4451,0.5,0.15372517456988796,0.46630807742659786,0.04692680179673244,0.15372517456988796,0.5330750830486235,0.06760057108819577,0.15372517456988796,0.43195204929919223,0.09316858960607399,0.15372517456988796,0.5086349889309163,0.04749142591356414,0.15372517456988796,0.30538775764663845,0.35336301621222366,0.15372517456988796,0.4315844589912059,0.6661824624799884,0.15372517456988796,0.195065626107633,0.23696385662704061,0.15372517456988796,0.3895068350091587,0.5699820836223215,0.5,0.15372517456988796,0.3762394300850268,0.6619124102478181,0.15372517456988796,0.3411221430485507,0.4091704615050622,0.5,0.15372517456988796,0.3610376974160011,0.6062240522803121,0.15372517456988796,0.20734746835313747,0.38643588932708883,0.15372517456988796,0.5183279715746967,0.02906425161731082,0.15372517456988796,0.3378428375216108,0.1610207813801467,0.15372517456988796,0.49553748506213535,0.10801255150114257,0.15372517456988796,0.3311861490792319,0.13962380024057502,0.15372517456988796,0.4021610392205762,0.4367164449499985,0.5,0.15372517456988796,0.10669470825101952,0.42390042597775524,0.0,0.012036439533040993,0.04027129025579343 -4452,0.5,0.15372517456988796,0.5228456741435847,0.05963683007805034,0.15372517456988796,0.6124702117899143,0.1397204355895886,0.15372517456988796,0.5261850763212849,0.11487549172764654,0.15372517456988796,0.5605109533403512,0.04746715090610106,0.15372517456988796,0.38502303667350546,0.5565579094829756,0.15372517456988796,0.6002564072695367,0.8416144149160224,0.15372517456988796,0.24897273421758637,0.30423741064611987,0.15372517456988796,0.5166735655471928,0.7260261188591473,0.5,0.15372517456988796,0.4556499815176024,0.7667115510396605,0.15372517456988796,0.3324419667412882,0.41405197748735856,0.5,0.15372517456988796,0.34934482379007015,0.7446516374659546,0.15372517456988796,0.2857537389370709,0.4930358059734373,0.15372517456988796,0.6233320409366447,0.07366839798932893,0.15372517456988796,0.3800615954311767,0.25388610124562433,0.15372517456988796,0.5575339111726842,0.22122651750213823,0.15372517456988796,0.3493690709641055,0.28282369870405955,0.15372517456988796,0.47156056198021457,0.5083689335888134,0.5,0.15372517456988796,0.1622640930385385,0.45287781065064703,0.0,0.0057577603685857,0.027496165962545484 -4453,0.5,0.15372517456988796,0.5596157321238855,0.06799934806270774,0.15372517456988796,0.6527927390439044,0.23368854155608346,0.15372517456988796,0.567524332418315,0.15612234583743137,0.15372517456988796,0.5392921783066307,0.04427344313537844,0.15372517456988796,0.4361074651213682,0.6245474163871955,0.15372517456988796,0.5286042706188651,0.918356959789189,0.15372517456988796,0.45407066372755955,0.4339266507668115,0.15372517456988796,0.4860380894099974,0.7709579494834589,0.5,0.15372517456988796,0.44237455345749455,0.7972673978696487,0.15372517456988796,0.2614076655468245,0.5052579406697033,0.5,0.15372517456988796,0.47588842327835834,0.7579149808106262,0.15372517456988796,0.3743775976898965,0.4840497381063625,0.15372517456988796,0.6586620079602217,0.11901897284000808,0.15372517456988796,0.5167982962825884,0.4017964692538505,0.15372517456988796,0.54414588214518,0.3252496886017768,0.15372517456988796,0.39179475889244014,0.3538161541591369,0.15372517456988796,0.5634661792876425,0.5952818334724448,0.5,0.15372517456988796,0.25709829763142533,0.48584697174338864,0.0,0.0069534423883148705,0.019918592642803205 -4454,0.5,0.15372517456988796,0.5649215246981529,0.06494381984289922,0.15372517456988796,0.6383411473283168,0.3594688807950633,0.15372517456988796,0.5724869476966509,0.2081065699034926,0.15372517456988796,0.5016077994312355,0.04474572972719842,0.15372517456988796,0.5171620090481034,0.7505320822290753,0.15372517456988796,0.24383322132873786,0.8709445594567469,0.15372517456988796,0.4954108525350933,0.5472079223516552,0.15372517456988796,0.32359143923619593,0.7077286116820742,0.5,0.15372517456988796,0.4019319469569861,0.7758866265971225,0.15372517456988796,0.2384032811052645,0.5084989244490761,0.5,0.15372517456988796,0.5477714237404487,0.6994190577181081,0.15372517456988796,0.4419809665334545,0.5140831257194615,0.15372517456988796,0.6279578360019947,0.12359499309872814,0.15372517456988796,0.5143174399692962,0.4293174104647526,0.15372517456988796,0.4771482916385176,0.36552383172154473,0.15372517456988796,0.45970223947582534,0.419335710492856,0.15372517456988796,0.5716613783669854,0.6119338691544118,0.5,0.15372517456988796,0.3889237013645884,0.5103988701626468,0.0,0.006112892530954107,0.017257384784903414 -4455,0.5,0.15372517456988796,0.4889318646304661,0.0510021535689827,0.15372517456988796,0.5092336907887655,0.4076183901655851,0.15372517456988796,0.49780515928128094,0.22242068212026453,0.15372517456988796,0.5068525775694217,0.05600592420726608,0.15372517456988796,0.3756487117522487,0.7878482142961639,0.15372517456988796,0.07317835174651054,0.7660705638946845,0.15372517456988796,0.3863657041821869,0.6395268684359938,0.15372517456988796,0.1778097607799865,0.6513791372286754,0.5,0.15372517456988796,0.3364232685805927,0.7551258380521793,0.15372517456988796,0.33975008359306513,0.437931801393896,0.5,0.15372517456988796,0.5787252783870381,0.6016140500627504,0.15372517456988796,0.42317199937181293,0.47917395227846704,0.15372517456988796,0.539920211585617,0.1276947073848813,0.15372517456988796,0.42968715728513246,0.4910642376445794,0.15372517456988796,0.39747439817937036,0.3577454706612822,0.15372517456988796,0.4831370112101923,0.509351363418821,0.15372517456988796,0.5216686127981186,0.5213423938360823,0.5,0.15372517456988796,0.37802825402759455,0.45659909194709813,0.0,0.0025381577054416167,0.05032664849011503 -4456,0.5,0.15372517456988796,0.37328110644404516,0.03715271078486025,0.15372517456988796,0.35394529312577633,0.5093033919068716,0.15372517456988796,0.4012167938849707,0.20671969753103142,0.15372517456988796,0.4066708451450466,0.06638763893109367,0.15372517456988796,0.2237490491347014,0.7663958610487196,0.15372517456988796,0.04338317382124103,0.6984526684660545,0.15372517456988796,0.15521130515675463,0.5649174824559106,0.15372517456988796,0.08336926474537626,0.6008969984216799,0.5,0.15372517456988796,0.1464427236090528,0.7101368449363314,0.15372517456988796,0.2730761852298958,0.3381238327062082,0.5,0.15372517456988796,0.40153463737699546,0.5340042638662779,0.15372517456988796,0.3287796617390205,0.3953252157924468,0.15372517456988796,0.4070086849251632,0.1846062156656446,0.15372517456988796,0.3055503652248078,0.5171158363428237,0.15372517456988796,0.3876502431968576,0.37286110404243006,0.15372517456988796,0.42903516929378466,0.5268999510061387,0.15372517456988796,0.44235252944206016,0.4754040052721971,0.5,0.15372517456988796,0.2884087011172403,0.43430493757770056,0.0,0.0,0.16548573726110044 -4457,0.5,0.15372517456988796,0.2799920908598224,0.02778484298563121,0.15372517456988796,0.2733638616675131,0.3250311206364477,0.15372517456988796,0.30526283271414767,0.2775748870612968,0.15372517456988796,0.2877356389724116,0.06474134196832601,0.15372517456988796,0.06005822020697371,0.7087501782929353,0.15372517456988796,0.020820369845841794,0.6202032721054789,0.15372517456988796,0.040792727991918576,0.4477031885021113,0.15372517456988796,0.034368417846286595,0.6191466374957424,0.5,0.15372517456988796,0.06170078505534918,0.639874239370845,0.15372517456988796,0.1932456639012493,0.27895212439780226,0.5,0.15372517456988796,0.20261871951298727,0.44092008695730606,0.15372517456988796,0.225876464779799,0.2609648367186061,0.15372517456988796,0.3126801585468726,0.21877928490832899,0.15372517456988796,0.13875503107020745,0.43274516511925687,0.15372517456988796,0.3005108575291472,0.37268769648409966,0.15372517456988796,0.2446493327070976,0.4771748246134268,0.15372517456988796,0.3347333189255538,0.4305178265582918,0.5,0.15372517456988796,0.22302075061062257,0.4078564007255202,0.0,0.0,0.30602012701501935 -4458,0.5,0.15372517456988796,0.17687102608522362,0.034308537474619274,0.15372517456988796,0.22321293464992858,0.3581909868646281,0.15372517456988796,0.1914407874987556,0.27802744717963024,0.15372517456988796,0.18338414922956103,0.05095344337586396,0.15372517456988796,0.02044786856749251,0.47738457454347655,0.15372517456988796,0.009451225692492026,0.6542409013715562,0.15372517456988796,0.027508654216356385,0.30697368017808063,0.15372517456988796,0.01629771750002397,0.6589791869463772,0.5,0.15372517456988796,0.019718057247103522,0.5338675296564946,0.15372517456988796,0.11622788357503122,0.19225758819811595,0.5,0.15372517456988796,0.08621258590373744,0.4437657380184363,0.15372517456988796,0.12983004652403773,0.13741572485154185,0.15372517456988796,0.22405300180675664,0.16700226543608,0.15372517456988796,0.06979829517028066,0.43281795293815006,0.15372517456988796,0.1603188599396012,0.30931285321701923,0.15372517456988796,0.10421846779807854,0.3273372558890798,0.15372517456988796,0.20716953445836245,0.32317817801438836,0.5,0.15372517456988796,0.13865265466013496,0.331269448945267,0.0,0.0,0.5768194272427518 -4459,0.5,0.15372517456988796,0.09202417318988193,0.04005076308075193,0.15372517456988796,0.12670724072374107,0.12942170079737805,0.15372517456988796,0.1037627881575472,0.19964709728174487,0.15372517456988796,0.07476108985829748,0.06368059257774476,0.15372517456988796,0.00809082151386146,0.37329749621965885,0.15372517456988796,0.002964515204478854,0.7133109404141258,0.15372517456988796,0.011865200248001119,0.27725061612797075,0.15372517456988796,0.002286086472973362,0.6129491671847197,0.5,0.15372517456988796,0.00419462335203671,0.4464579659058587,0.15372517456988796,0.06730211730822581,0.10098196907289307,0.5,0.15372517456988796,0.020282318487654005,0.35258718789413457,0.15372517456988796,0.061022783219858226,0.075682076012767,0.15372517456988796,0.0948297011477166,0.18666193609864462,0.15372517456988796,0.02340228959089483,0.31942990335693805,0.15372517456988796,0.07183940740485792,0.224928985154853,0.15372517456988796,0.03874224465947311,0.22096839933194096,0.15372517456988796,0.09376724331446513,0.2164107193929884,0.5,0.15372517456988796,0.055784365043349646,0.24595254162210983,0.0,0.0,0.6086706407043505 -4460,0.5,0.15372517456988796,0.020020826235445665,0.05184974942528914,0.15372517456988796,0.025776043813100585,0.11982997874249078,0.15372517456988796,0.019510111902486763,0.0871827384132546,0.15372517456988796,0.00809656880776205,0.10279217638464204,0.15372517456988796,0.0038097578868356565,0.4455444596276256,0.15372517456988796,0.0004339603217190185,0.5974703478197031,0.15372517456988796,0.0041290964110514234,0.3929486500275893,0.15372517456988796,0.0002917737365580819,0.3983517356066001,0.5,0.15372517456988796,0.000774603748941691,0.35076659074438954,0.15372517456988796,0.0048947681756139495,0.0715603000721172,0.5,0.15372517456988796,0.0025587363571655418,0.14101479949428078,0.15372517456988796,0.0123241084850958,0.045148171006093876,0.15372517456988796,0.022273627511141304,0.156422749231743,0.15372517456988796,0.007419383227152965,0.20209723420064588,0.15372517456988796,0.01642609939750958,0.14529421981029975,0.15372517456988796,0.007571052090188577,0.1472069858119957,0.15372517456988796,0.01151148090119589,0.1256815879202694,0.5,0.15372517456988796,0.0,0.2082157361504903,0.0,5.406590617805031e-05,0.49179193515689995 -4461,0.5,0.15372517456988796,0.0,0.06457811255425032,0.15372517456988796,0.0,0.10865633838168916,0.15372517456988796,0.0,0.060388199983760826,0.15372517456988796,0.0,0.1094811868884614,0.15372517456988796,1.0237007608971532e-06,0.4455908489336544,0.15372517456988796,0.0,0.42054250271032767,0.15372517456988796,1.61174250783077e-08,0.4521124985222162,0.15372517456988796,0.0,0.26403965362030585,0.5,0.15372517456988796,0.0,0.25516057334330206,0.15372517456988796,0.0,0.06725820111556494,0.5,0.15372517456988796,0.0,0.05291356445099889,0.15372517456988796,0.0,0.034997922970598165,0.15372517456988796,0.0,0.07105509389172474,0.15372517456988796,6.31520110211515e-05,0.15915458598459103,0.15372517456988796,4.7631980355160296e-06,0.1037685977810747,0.15372517456988796,0.0,0.1927903626195816,0.15372517456988796,0.0,0.06514644735902667,0.5,0.15372517456988796,0.0,0.19648300837287835,0.0,0.0005423050353458393,0.3766014097499782 -4462,0.5,0.15372517456988796,0.0,0.06840398271925902,0.15372517456988796,0.0,0.08365179273567251,0.15372517456988796,0.0,0.0646677020462409,0.15372517456988796,0.0,0.10256972589733293,0.15372517456988796,0.0,0.3760567263085188,0.15372517456988796,0.0,0.2713555263647238,0.15372517456988796,0.0,0.40624204922351137,0.15372517456988796,0.0,0.23873173781143725,0.5,0.15372517456988796,0.0,0.20462246674824836,0.15372517456988796,0.0,0.06052959238678792,0.5,0.15372517456988796,0.0,0.05263325108422383,0.15372517456988796,0.0,0.03438900584667368,0.15372517456988796,0.0,0.0328543785918966,0.15372517456988796,0.0,0.1722363663018709,0.15372517456988796,0.0,0.08101398004274564,0.15372517456988796,0.0,0.22071124421397306,0.15372517456988796,0.0,0.05200076974475666,0.5,0.15372517456988796,0.0,0.1667159293550296,0.0,0.0026280559170266944,0.2773048631647478 -4463,0.5,0.15372517456988796,0.0,0.0706057290733015,0.15372517456988796,0.0,0.06059023616827446,0.15372517456988796,0.0,0.07101106086394063,0.15372517456988796,0.0,0.08076211934357831,0.15372517456988796,0.0,0.24087844024265392,0.15372517456988796,0.0,0.22473211321138975,0.15372517456988796,0.0,0.30830717679854,0.15372517456988796,0.0,0.2599165566393491,0.5,0.15372517456988796,0.0,0.14952273389329293,0.15372517456988796,0.0,0.044980016044470536,0.5,0.15372517456988796,0.0,0.05584824226361031,0.15372517456988796,0.0,0.03429040712697948,0.15372517456988796,0.0,0.021684576203175484,0.15372517456988796,0.0,0.2119169517547111,0.15372517456988796,0.0,0.07024330482138351,0.15372517456988796,0.0,0.14562959066704068,0.15372517456988796,0.0,0.04795475184966755,0.5,0.15372517456988796,0.0,0.12436599398835502,0.0,0.007417621468094579,0.21610538396832302 -4464,0.5,0.15372517456988796,0.0,0.06648197997362046,0.15372517456988796,0.0,0.08497405422443652,0.15372517456988796,0.0,0.05755463524224487,0.15372517456988796,0.0,0.06816387088563193,0.15372517456988796,0.0,0.1681600074672834,0.15372517456988796,0.0,0.18194714075932522,0.15372517456988796,0.0,0.17885352610306218,0.15372517456988796,0.0,0.1982641463091857,0.5,0.15372517456988796,0.0,0.0979920638533418,0.15372517456988796,0.0,0.0312706284275433,0.5,0.15372517456988796,0.0,0.03922924343986925,0.15372517456988796,0.0,0.030516476418551965,0.15372517456988796,0.0,0.027363315542803506,0.15372517456988796,0.0,0.15754300145380754,0.15372517456988796,0.0,0.12180317075764097,0.15372517456988796,0.0,0.06587787287966335,0.15372517456988796,0.0,0.03205961768851439,0.5,0.15372517456988796,0.0,0.08042510598973591,0.0,0.03025094587032017,0.15553023788803663 -4465,0.5,0.15372517456988796,0.0,0.05596178008698335,0.15372517456988796,0.0,0.11406745069059765,0.15372517456988796,0.0,0.04475487339988616,0.15372517456988796,0.0,0.05980646711109689,0.15372517456988796,0.0,0.1094522391570836,0.15372517456988796,0.0,0.1513729772216349,0.15372517456988796,0.0,0.11443353659621108,0.15372517456988796,0.0,0.12328205299131789,0.5,0.15372517456988796,0.0,0.0775238769517356,0.15372517456988796,0.0,0.02432036438246633,0.5,0.15372517456988796,0.0,0.030031294042833112,0.15372517456988796,0.0,0.027712791221191524,0.15372517456988796,0.0,0.04462595994927674,0.15372517456988796,0.0,0.11395232051871008,0.15372517456988796,0.0,0.10338437662898672,0.15372517456988796,0.0,0.04323265542349696,0.15372517456988796,0.0,0.023266130791774597,0.5,0.15372517456988796,0.0,0.04358212226813167,0.0,0.05445357414726091,0.08841101753665424 -4466,0.5,0.15372517456988796,0.0,0.04482832087229515,0.15372517456988796,0.0,0.0863933795370536,0.15372517456988796,0.0,0.030835283569904608,0.15372517456988796,0.0,0.05386763789996917,0.15372517456988796,0.0,0.07306499198520523,0.15372517456988796,0.0,0.10153114885692449,0.15372517456988796,0.0,0.08334034577125005,0.15372517456988796,0.0,0.08095786886161595,0.5,0.15372517456988796,0.0,0.07292737131382254,0.15372517456988796,0.0,0.01940941943847257,0.5,0.15372517456988796,0.0,0.02727237102210915,0.15372517456988796,0.0,0.029107583400590338,0.15372517456988796,0.0,0.052577474799317285,0.15372517456988796,0.0,0.06943565231038819,0.15372517456988796,0.0,0.06231197072461836,0.15372517456988796,0.0,0.04434691786821952,0.15372517456988796,0.0,0.021457514807291318,0.5,0.15372517456988796,0.0,0.02836148107447293,0.0,0.05364183187776379,0.021928091035734697 -4467,0.5,0.15372517456988796,0.0,0.035258862670028784,0.15372517456988796,0.0,0.06691556317062164,0.15372517456988796,0.0,0.020451094422350092,0.15372517456988796,0.0,0.04622836726455115,0.15372517456988796,0.0,0.046158681621119094,0.15372517456988796,0.0,0.06201124001169313,0.15372517456988796,0.0,0.06678017087992635,0.15372517456988796,0.0,0.07785259725503885,0.5,0.15372517456988796,0.0,0.07151466990468291,0.15372517456988796,0.0,0.018768006734724306,0.5,0.15372517456988796,0.0,0.02147700606400229,0.15372517456988796,0.0,0.029287620504253948,0.15372517456988796,0.0,0.056104089038901114,0.15372517456988796,0.0,0.04830684436172631,0.15372517456988796,0.0,0.03495300942617875,0.15372517456988796,0.0,0.04946556279898167,0.15372517456988796,0.0,0.019172352606388523,0.5,0.15372517456988796,0.0,0.02076488106330183,0.0,0.041689435192158605,0.005423039708898567 -4468,0.5,0.15372517456988796,0.0,0.029646766936339865,0.15372517456988796,0.0,0.04114072344619393,0.15372517456988796,0.0,0.019572571957397835,0.15372517456988796,0.0,0.0379503027171524,0.15372517456988796,0.0,0.03482591838275166,0.15372517456988796,0.0,0.06894731658314049,0.15372517456988796,0.0,0.06340231971175726,0.15372517456988796,0.0,0.10070945212514629,0.5,0.15372517456988796,0.0,0.06554420010119467,0.15372517456988796,0.0,0.017292619422740407,0.5,0.15372517456988796,0.0,0.015887127059262596,0.15372517456988796,0.0,0.02838581145898907,0.15372517456988796,0.0,0.057706881117905694,0.15372517456988796,0.0,0.029025361982912085,0.15372517456988796,0.0,0.023780614047298424,0.15372517456988796,0.0,0.05108589822973039,0.15372517456988796,0.0,0.016437146149652807,0.5,0.15372517456988796,0.0,0.01477488650820746,0.0,0.03576554001477049,0.0009081288093623421 -4469,0.5,0.15372517456988796,0.0036901151841561473,0.02139007933290375,0.15372517456988796,0.0002441990664565834,0.017344737337389875,0.15372517456988796,0.0006666531170664886,0.023091908612725483,0.15372517456988796,0.0030682465822203606,0.02676458212040576,0.15372517456988796,6.750100871818355e-06,0.04455136339711009,0.15372517456988796,0.0,0.10359904677755245,0.15372517456988796,1.1497364721371123e-06,0.08529774279177324,0.15372517456988796,0.0,0.11130039055739369,0.5,0.15372517456988796,0.0,0.0652635774672353,0.15372517456988796,0.0,0.01455466524202012,0.5,0.15372517456988796,0.0,0.01296219966913365,0.15372517456988796,0.0,0.030514746060943787,0.15372517456988796,0.000612823553096921,0.03624663284798818,0.15372517456988796,5.936395839311158e-05,0.02490249560415029,0.15372517456988796,0.00038647302125624847,0.024084511623243862,0.15372517456988796,2.2421871501429143e-05,0.0612842819417242,0.15372517456988796,4.694470724475954e-05,0.013796749288242822,0.5,0.15372517456988796,0.00028334635875510594,0.011042243781863923,0.0,0.014773123530436348,0.00049954268553285 -4470,0.5,0.15372517456988796,0.03713338128813547,0.01524241513771047,0.15372517456988796,0.003565814635861164,0.013427580202933758,0.15372517456988796,0.029058850283591984,0.024137311770638485,0.15372517456988796,0.03953797037225902,0.020257206352602898,0.15372517456988796,0.013978447045062365,0.07807958977098474,0.15372517456988796,0.0027628039746195945,0.1652466981308906,0.15372517456988796,0.015749184287574807,0.12832430579857895,0.15372517456988796,0.01524492232633862,0.13671361234348883,0.5,0.15372517456988796,0.02217246303459564,0.06278810632371158,0.15372517456988796,0.037362847621622515,0.011136618383055652,0.5,0.15372517456988796,0.029545893199774794,0.010231737182252402,0.15372517456988796,0.032370671404488606,0.025506532494697098,0.15372517456988796,0.006489099281842912,0.01789111918082012,0.15372517456988796,0.006011785011005072,0.02625025541903591,0.15372517456988796,0.0196748809814542,0.03143808630248003,0.15372517456988796,0.0303770682918101,0.08234561895435036,0.15372517456988796,0.01627893150187901,0.011689759772757288,0.5,0.15372517456988796,0.043961973824257705,0.007861534926900152,0.0,0.004463786696583674,0.0028676104041908284 -4471,0.5,0.15372517456988796,0.08827570099236942,0.01763056849512639,0.15372517456988796,0.019181339645363744,0.015027593139763715,0.15372517456988796,0.08990699062441038,0.047905004533287214,0.15372517456988796,0.09084040925859505,0.025818674938110527,0.15372517456988796,0.03218778851346414,0.12474737288607461,0.15372517456988796,0.015042347819435866,0.25297292028904905,0.15372517456988796,0.051705733565683594,0.19683501696582004,0.15372517456988796,0.06465645606460747,0.2101912258898853,0.5,0.15372517456988796,0.08320294770804687,0.08429833078973362,0.15372517456988796,0.11448453714842391,0.006189858501495619,0.5,0.15372517456988796,0.09838265936146721,0.009602035945586396,0.15372517456988796,0.10573074196792887,0.02018159820648822,0.15372517456988796,0.025721030010099642,0.016329366301561933,0.15372517456988796,0.050928325093485535,0.06299220980595968,0.15372517456988796,0.07919849620144183,0.07264485550635928,0.15372517456988796,0.09224935081091831,0.1377638577503995,0.15372517456988796,0.06759384190974772,0.014836333869241146,0.5,0.15372517456988796,0.12462734064013745,0.006439377633135465,0.0,0.002231312586912633,0.012410517135212334 -4472,0.5,0.15372517456988796,0.1539530560649064,0.02425329829011498,0.15372517456988796,0.091198604635148,0.0604076133157461,0.15372517456988796,0.17862193450239847,0.10128883021080769,0.15372517456988796,0.1512686176893291,0.03862016880436848,0.15372517456988796,0.042536364042771814,0.15851315332553836,0.15372517456988796,0.054317453591341006,0.36136272897734506,0.15372517456988796,0.11381568733526296,0.2763657367898545,0.15372517456988796,0.14346828309281573,0.2953214797622513,0.5,0.15372517456988796,0.17493379289035732,0.164536280344566,0.15372517456988796,0.23177539522872703,0.004268267380294355,0.5,0.15372517456988796,0.2088855572648853,0.028095313097437846,0.15372517456988796,0.2193006599834174,0.029641525060995294,0.15372517456988796,0.07316054178902036,0.02811541120226644,0.15372517456988796,0.09567876626813299,0.14438281809356246,0.15372517456988796,0.1646314452843594,0.1633476275601218,0.15372517456988796,0.18203061104482054,0.20311134726948096,0.15372517456988796,0.14398757279720006,0.025816890141132354,0.5,0.15372517456988796,0.2397468433530856,0.009687622857327414,0.0,0.0,0.04338474213167072 -4473,0.5,0.15372517456988796,0.23585676594229585,0.027577520922652574,0.15372517456988796,0.2342904242414594,0.19001358925386186,0.15372517456988796,0.2951616572376808,0.12635230377101575,0.15372517456988796,0.22059890245572872,0.05138349308724399,0.15372517456988796,0.08941069227164941,0.23082974191398672,0.15372517456988796,0.1723929327622966,0.5628965781844464,0.15372517456988796,0.19872883385348653,0.40308595013170034,0.15372517456988796,0.25077828096401844,0.45053764107276983,0.5,0.15372517456988796,0.291841303038791,0.32515690571868694,0.15372517456988796,0.36510188575130265,0.009577738472883688,0.5,0.15372517456988796,0.33811233618392206,0.052745345090388585,0.15372517456988796,0.3497832628665657,0.05298725784221613,0.15372517456988796,0.18267593615499886,0.09471635024109613,0.15372517456988796,0.1088673184573323,0.2184947032983025,0.15372517456988796,0.24098233130056454,0.20585162745368574,0.15372517456988796,0.29798944392657484,0.26976584886706784,0.15372517456988796,0.2590428208006206,0.038586351962499855,0.5,0.15372517456988796,0.37222553088373694,0.01891020213862482,0.0,0.0,0.09626206335882892 -4474,0.5,0.15372517456988796,0.35009278774929803,0.03562297770365518,0.15372517456988796,0.3074069312330991,0.26964016792753,0.15372517456988796,0.38148202042928103,0.12544571966877519,0.15372517456988796,0.329614170106628,0.06257799697306186,0.15372517456988796,0.21196118854357796,0.41001589887469797,0.15372517456988796,0.3372286122718203,0.7520168095091431,0.15372517456988796,0.34017577213126127,0.5664917830258385,0.15372517456988796,0.3648378946791509,0.635897642045759,0.5,0.15372517456988796,0.4283292321761243,0.46540387282472656,0.15372517456988796,0.4990175381514371,0.03294433827714614,0.5,0.15372517456988796,0.47150221902310074,0.09841259452816924,0.15372517456988796,0.4850962526505196,0.09003996627807455,0.15372517456988796,0.2899655758793369,0.18678719780267328,0.15372517456988796,0.15352223025098902,0.28337625611496764,0.15372517456988796,0.32387435303931666,0.21294028277893778,0.15372517456988796,0.42643907241973555,0.3548386201422981,0.15372517456988796,0.41484331763765747,0.07236734244594828,0.5,0.15372517456988796,0.5023019747538923,0.06038724551313428,0.0,0.00016705888804534935,0.1842863988710519 -4475,0.5,0.15372517456988796,0.4203923544460303,0.047159366996132344,0.15372517456988796,0.3570451613753,0.22352834306409644,0.15372517456988796,0.48130278589556486,0.11879135870064086,0.15372517456988796,0.4357007496614761,0.07235718954963256,0.15372517456988796,0.38854247383192114,0.6393917484640175,0.15372517456988796,0.40420814108072556,0.8411615665552651,0.15372517456988796,0.4631937001173987,0.7126465454106898,0.15372517456988796,0.47145249880826545,0.7492756907339986,0.5,0.15372517456988796,0.5413088190554043,0.5643681570544138,0.15372517456988796,0.6051826847517289,0.06664529338430589,0.5,0.15372517456988796,0.5610310581983133,0.14589789167232045,0.15372517456988796,0.5932927607953952,0.10674481364316532,0.15372517456988796,0.3037717931970613,0.24750220695490346,0.15372517456988796,0.23447221298225113,0.3015392554389267,0.15372517456988796,0.3962835890346725,0.22983507256593635,0.15372517456988796,0.4918139294323735,0.4762513721848105,0.15372517456988796,0.5296959206275904,0.12034546784075521,0.5,0.15372517456988796,0.6014390517436178,0.0970404717821646,0.0,0.00033832253522683134,0.2932300534849574 -4476,0.5,0.15372517456988796,0.4628624926962195,0.055236522053824656,0.15372517456988796,0.4183747139835669,0.22054269388896056,0.15372517456988796,0.5482709460821296,0.10405048115530904,0.15372517456988796,0.5052596622017154,0.06970042572797266,0.15372517456988796,0.5066467475246766,0.7724627736298044,0.15372517456988796,0.4666382884860385,0.8593237032525192,0.15372517456988796,0.5384367674130568,0.7631204376001475,0.15372517456988796,0.48129184937987035,0.6843208417068861,0.5,0.15372517456988796,0.6107301983495953,0.5767192524684132,0.15372517456988796,0.667571053667564,0.08024865969112394,0.5,0.15372517456988796,0.6109446170006946,0.17503488367168166,0.15372517456988796,0.6537535660618405,0.09733855711392572,0.15372517456988796,0.3978552198651681,0.2666556142184465,0.15372517456988796,0.3858398038443716,0.3864268078420836,0.15372517456988796,0.47406013067974173,0.28186871833890265,0.15372517456988796,0.5014505150912157,0.5169907851798355,0.15372517456988796,0.6231570322017301,0.15779341066341104,0.5,0.15372517456988796,0.6625982495869063,0.12022410799848032,0.0,0.000584102172738891,0.38881855621559475 -4477,0.5,0.15372517456988796,0.5101232585403651,0.0479186897110598,0.15372517456988796,0.5267849304096434,0.3258729558770765,0.15372517456988796,0.5734045786346212,0.10334964355315684,0.15372517456988796,0.5391872510679536,0.050733608316788206,0.15372517456988796,0.5887686090993793,0.8101888710359795,0.15372517456988796,0.4310615414071104,0.8196680359901898,0.15372517456988796,0.4485519022071027,0.7329741697323575,0.15372517456988796,0.5132157615337124,0.6617145931836612,0.5,0.15372517456988796,0.6193381974514639,0.5232221008411766,0.15372517456988796,0.6902348244422626,0.07210471641063325,0.5,0.15372517456988796,0.6469323439372534,0.17357414859383571,0.15372517456988796,0.6802645240743723,0.0865597557956551,0.15372517456988796,0.3801769090452553,0.23904158448389687,0.15372517456988796,0.4511818595985972,0.46190403332852586,0.15372517456988796,0.5057104246966816,0.2964410104852078,0.15372517456988796,0.4502818159680635,0.4808827121803898,0.15372517456988796,0.6536199233913828,0.17451224978700125,0.5,0.15372517456988796,0.6809679744055875,0.15112991650137914,0.0,0.0008304004086484017,0.5411909087508971 -4478,0.5,0.15372517456988796,0.5307901132938684,0.04537101726969589,0.15372517456988796,0.4833037427133182,0.2768432734065783,0.15372517456988796,0.539290281121295,0.11541516262488642,0.15372517456988796,0.5653562719038412,0.031346405170132624,0.15372517456988796,0.4412893051191038,0.8082411151729655,0.15372517456988796,0.23210362438359974,0.6217308985826481,0.15372517456988796,0.4507168783039045,0.7128800558089153,0.15372517456988796,0.3952443694362937,0.48874518640947695,0.5,0.15372517456988796,0.5649976893082886,0.40378581322689355,0.15372517456988796,0.6713303710694396,0.06371827899405158,0.5,0.15372517456988796,0.6284136851475361,0.14412631975184145,0.15372517456988796,0.662154650557603,0.07779369630338033,0.15372517456988796,0.339692379746406,0.22311878880131458,0.15372517456988796,0.48330800743209135,0.4570726527163944,0.15372517456988796,0.4255859937262255,0.3251198976347253,0.15372517456988796,0.46416816990741006,0.4701144621270154,0.15372517456988796,0.6377955385156097,0.1723780917104088,0.5,0.15372517456988796,0.6551749618550724,0.17463070323070193,0.0,0.0011646782426336724,0.4651332154228899 -4479,0.5,0.15372517456988796,0.4605595053163083,0.04421406154368766,0.15372517456988796,0.40559753005599564,0.2126981711882048,0.15372517456988796,0.49489065892507134,0.11873404875149758,0.15372517456988796,0.5156897412777879,0.018314559247493704,0.15372517456988796,0.2905712033896165,0.6005149177861746,0.15372517456988796,0.0961629597005158,0.2992884049700628,0.15372517456988796,0.4667840762564234,0.6395551535818146,0.15372517456988796,0.27552627095994153,0.3492574593850428,0.5,0.15372517456988796,0.5042722630597647,0.24884429856663287,0.15372517456988796,0.6063750596733496,0.051186169905762274,0.5,0.15372517456988796,0.588399234353638,0.10465813070148497,0.15372517456988796,0.6136908392273062,0.08101471261547116,0.15372517456988796,0.3912222733320037,0.23368294209737964,0.15372517456988796,0.3126564120335835,0.4386029077434903,0.15372517456988796,0.3607370651883456,0.35982394051154093,0.15372517456988796,0.41473519150716653,0.4168969270395715,0.15372517456988796,0.5770500692539022,0.15423413499126368,0.5,0.15372517456988796,0.5974400639742885,0.1755754577713202,0.0,0.0035052216058180786,0.3114587568277068 -4480,0.5,0.15372517456988796,0.37961844554085944,0.04897181077235732,0.15372517456988796,0.35558002881225265,0.2467166596289374,0.15372517456988796,0.37067215106234197,0.0884931780831721,0.15372517456988796,0.44421801082890494,0.012096862752486484,0.15372517456988796,0.2263540634530135,0.28579625577347695,0.15372517456988796,0.14622169345285882,0.30904501714223376,0.15372517456988796,0.2601438755383368,0.36199137022133987,0.15372517456988796,0.18791549901398755,0.17819564403890212,0.5,0.15372517456988796,0.42922449258110207,0.1869447271854438,0.15372517456988796,0.48245671556088654,0.047034071350410545,0.5,0.15372517456988796,0.502441623562635,0.07093432129715067,0.15372517456988796,0.5102431280344112,0.10351899323577508,0.15372517456988796,0.30881242000918135,0.2077322956527401,0.15372517456988796,0.17860108759733634,0.37059548191947267,0.15372517456988796,0.352234987227966,0.3337330854785318,0.15372517456988796,0.4057126558498749,0.3262207733433224,0.15372517456988796,0.4693321791325589,0.1194262574920342,0.5,0.15372517456988796,0.487074002456519,0.15427517129120555,0.0,0.009095740726144027,0.2155974025887592 -4481,0.5,0.15372517456988796,0.30323546405396035,0.052601895777810236,0.15372517456988796,0.2345316652642529,0.33595791295773964,0.15372517456988796,0.26391768479774275,0.04770816655780929,0.15372517456988796,0.3109717930955915,0.009782612671218466,0.15372517456988796,0.12733467830543532,0.16668251986958624,0.15372517456988796,0.11632034223853185,0.25094190110540165,0.15372517456988796,0.17668722589904295,0.12415535538246479,0.15372517456988796,0.19636745555735152,0.19546672350968894,0.5,0.15372517456988796,0.29082293526284847,0.11288447708894539,0.15372517456988796,0.36962449460092084,0.049222123928146906,0.5,0.15372517456988796,0.37127986180964784,0.0638025352885019,0.15372517456988796,0.36937083023956807,0.08973074134560204,0.15372517456988796,0.2508079338938268,0.22123157021650175,0.15372517456988796,0.1449403819501669,0.21459250346381162,0.15372517456988796,0.2737836368063582,0.21698342319728542,0.15372517456988796,0.29867704914561327,0.15699772936882908,0.15372517456988796,0.348805925624578,0.0967336162055774,0.5,0.15372517456988796,0.34685731455714575,0.13067228441430412,0.0,0.025599402330007695,0.16024087929851524 -4482,0.5,0.15372517456988796,0.2002697878145228,0.0512603648884667,0.15372517456988796,0.021431566212298605,0.07832964774150084,0.15372517456988796,0.16985087022163267,0.007794245262763121,0.15372517456988796,0.200601745899518,0.011058971874121724,0.15372517456988796,0.1028415576814943,0.09336706296985596,0.15372517456988796,0.08591871720501794,0.24853856883641767,0.15372517456988796,0.10414174950245014,0.03698305416753104,0.15372517456988796,0.15010202997261754,0.11947332934131197,0.5,0.15372517456988796,0.18219889101269535,0.043335625600608975,0.15372517456988796,0.238341404767543,0.02260020894529926,0.5,0.15372517456988796,0.23915407936449695,0.03849557851453702,0.15372517456988796,0.22739801413176808,0.04711239339060769,0.15372517456988796,0.0909910295458354,0.13567966892263295,0.15372517456988796,0.10735256013128364,0.15818237335596483,0.15372517456988796,0.18410223371091522,0.08510295785485496,0.15372517456988796,0.18428564808369102,0.020188228358572324,0.15372517456988796,0.2304509731277824,0.04496666795796272,0.5,0.15372517456988796,0.21321105044587718,0.06201763355214629,0.0,0.04126868469001827,0.16318141268183883 -4483,0.5,0.15372517456988796,0.09512547984541955,0.02784699267546011,0.15372517456988796,0.0630695449858227,0.017384929367591898,0.15372517456988796,0.08322180180551011,0.001680999219815092,0.15372517456988796,0.08718327805139703,0.007469231231956057,0.15372517456988796,0.05434920250886281,0.04611328104172127,0.15372517456988796,0.05527446598937519,0.2225461530468567,0.15372517456988796,0.0707419966239156,0.00972390124720501,0.15372517456988796,0.06282374911275285,0.058371267534828596,0.5,0.15372517456988796,0.09308105841323372,0.012664019267491373,0.15372517456988796,0.11317416389661036,0.010683332693093043,0.5,0.15372517456988796,0.08850800779227341,0.013671608276031234,0.15372517456988796,0.10627222037957011,0.01326644126306099,0.15372517456988796,0.0276651128951564,0.05437695619568401,0.15372517456988796,0.06832120396936948,0.08323675356306223,0.15372517456988796,0.09119155697025508,0.015454470087634353,0.15372517456988796,0.09151429393080873,0.0029692660944530985,0.15372517456988796,0.10825952384681792,0.018138940761554416,0.5,0.15372517456988796,0.0851740627416129,0.02456051248722581,0.0,0.06114597237330283,0.15200241598492686 -4484,0.5,0.15372517456988796,0.0218551604311138,0.01951549145721294,0.15372517456988796,0.038596874946936255,0.01033657423987102,0.15372517456988796,0.01823942836995943,0.007109572325028239,0.15372517456988796,0.008504129656654725,0.016530464510579674,0.15372517456988796,0.03170049727383504,0.03809949544765567,0.15372517456988796,0.018393788822590466,0.16103095961335387,0.15372517456988796,0.030789722099194283,0.006806441056264538,0.15372517456988796,0.015768528120834575,0.020366948885473607,0.5,0.15372517456988796,0.020587164592676902,0.004957260176786705,0.15372517456988796,0.005158538317811992,0.00584016576070099,0.5,0.15372517456988796,0.021381192723497956,0.007652268573709275,0.15372517456988796,0.022198946349499586,0.006353205408831595,0.15372517456988796,0.010378926926266234,0.030493281912232353,0.15372517456988796,0.025526699618030127,0.04588242324329728,0.15372517456988796,0.02696139605596458,0.012791699196977813,0.15372517456988796,0.02588731935921461,0.0011557230325671285,0.15372517456988796,0.015585082863553257,0.016916009496946972,0.5,0.15372517456988796,0.0,0.01800192606430376,0.0,0.0791340852810449,0.11150597436020246 -4485,0.5,0.15372517456988796,0.0,0.022367810681446644,0.15372517456988796,0.0,0.022083619856055847,0.15372517456988796,0.0,0.01860191399767234,0.15372517456988796,0.0,0.023588000264279343,0.15372517456988796,0.0,0.053134245038208565,0.15372517456988796,0.0,0.09367172469427684,0.15372517456988796,0.0,0.006519789712608288,0.15372517456988796,0.0,0.01092260926512897,0.5,0.15372517456988796,0.0,0.0038006266532966734,0.15372517456988796,0.0,0.007000600990021534,0.5,0.15372517456988796,0.0,0.010210855492945082,0.15372517456988796,0.0,0.006108686668425613,0.15372517456988796,3.520335425560958e-05,0.03985008252090716,0.15372517456988796,0.0,0.039560587076230364,0.15372517456988796,0.0,0.017864899643792242,0.15372517456988796,0.0,0.0023555634440534327,0.15372517456988796,0.0,0.01100456776439251,0.5,0.15372517456988796,0.0,0.01015519388332262,0.0,0.10663385809051253,0.09024318750201447 -4486,0.5,0.15372517456988796,0.0,0.02840935151108001,0.15372517456988796,0.0,0.0293240498277787,0.15372517456988796,0.0,0.023155229197046066,0.15372517456988796,0.0,0.026033226861615792,0.15372517456988796,0.0,0.04633779528745795,0.15372517456988796,0.0,0.029671839753653163,0.15372517456988796,0.0,0.005774071399889909,0.15372517456988796,0.0,0.009952032818396399,0.5,0.15372517456988796,0.0,0.02781273102502001,0.15372517456988796,0.0,0.011072400319026437,0.5,0.15372517456988796,0.0,0.014559209100729803,0.15372517456988796,0.0,0.009369145493278459,0.15372517456988796,0.0,0.04790721266020389,0.15372517456988796,0.0,0.040454569634382806,0.15372517456988796,0.0,0.021218514958311948,0.15372517456988796,0.0,0.0029804574608862373,0.15372517456988796,0.0,0.012784439219310004,0.5,0.15372517456988796,0.0,0.007826536145545685,0.0,0.11527716920941308,0.06674437945695771 -4487,0.5,0.15372517456988796,0.0,0.034665726309441494,0.15372517456988796,0.0,0.03412802423492686,0.15372517456988796,0.0,0.0348378418978894,0.15372517456988796,0.0,0.02815165820525298,0.15372517456988796,0.0,0.021189289363070206,0.15372517456988796,0.0,0.006960644214707714,0.15372517456988796,0.0,0.00296768023859934,0.15372517456988796,0.0,0.0333752752107052,0.5,0.15372517456988796,0.0,0.08784343100241375,0.15372517456988796,0.0,0.010194147366310557,0.5,0.15372517456988796,0.0,0.020027578525232462,0.15372517456988796,0.0,0.009960685557766507,0.15372517456988796,0.0,0.0521295866177959,0.15372517456988796,0.0,0.030911419428716985,0.15372517456988796,0.0,0.024127332617765215,0.15372517456988796,0.0,0.0028706578332540205,0.15372517456988796,0.0,0.017777491544620595,0.5,0.15372517456988796,0.0,0.00605947612656804,0.0,0.11679268463123293,0.049263092779457826 -4488,0.5,0.15372517456988796,0.0,0.040542830309293745,0.15372517456988796,0.0,0.03121309707455949,0.15372517456988796,0.0,0.040403699482713946,0.15372517456988796,0.0,0.029918503810434,0.15372517456988796,0.0,0.007813081476803522,0.15372517456988796,0.0,0.015174612337710308,0.15372517456988796,0.0,0.002887057771812907,0.15372517456988796,0.0,0.08633331529538646,0.5,0.15372517456988796,0.0,0.11374058783032834,0.15372517456988796,0.0,0.010787028869845866,0.5,0.15372517456988796,0.0,0.018004323722719744,0.15372517456988796,0.0,0.01343243253480203,0.15372517456988796,0.0,0.046970170523822144,0.15372517456988796,0.0,0.015653443903073237,0.15372517456988796,0.0,0.022786884710888352,0.15372517456988796,0.0,0.00419789623220527,0.15372517456988796,0.0,0.01645615622784781,0.5,0.15372517456988796,0.0,0.004000377611383616,0.0,0.10592345304132551,0.03480215516331893 -4489,0.5,0.15372517456988796,0.0,0.0449165470216507,0.15372517456988796,0.0,0.022722806273726377,0.15372517456988796,0.0,0.03954752348481148,0.15372517456988796,0.0,0.035076038219308305,0.15372517456988796,0.0,0.006761471505774023,0.15372517456988796,0.0,0.06323549165500184,0.15372517456988796,0.0,0.015598130258194499,0.15372517456988796,0.0,0.16557544253417594,0.5,0.15372517456988796,0.0,0.1066479096058632,0.15372517456988796,0.0,0.015538737440053903,0.5,0.15372517456988796,0.0,0.016403732282125678,0.15372517456988796,0.0,0.010445515943316289,0.15372517456988796,0.0,0.0350864180316581,0.15372517456988796,0.0,0.007377282446686674,0.15372517456988796,0.0,0.02395908720807109,0.15372517456988796,0.0,0.02498764175482985,0.15372517456988796,0.0,0.014684456015550618,0.5,0.15372517456988796,0.0,0.0028963574700275434,0.0,0.0935583036963505,0.016290400548640584 -4490,0.5,0.15372517456988796,0.0,0.05006596939295554,0.15372517456988796,0.0,0.013010644689977022,0.15372517456988796,0.0,0.04274454775372511,0.15372517456988796,0.0,0.03658509938626156,0.15372517456988796,0.0,0.008986492698309064,0.15372517456988796,0.0,0.18462358989190786,0.15372517456988796,0.0,0.018903927740255913,0.15372517456988796,0.0,0.21824355694920572,0.5,0.15372517456988796,0.0,0.10539728274087858,0.15372517456988796,0.0,0.027066988250883228,0.5,0.15372517456988796,0.0,0.014459478899927797,0.15372517456988796,0.0,0.06038878386238638,0.15372517456988796,0.0,0.019385107967422006,0.15372517456988796,0.0,0.009857205585044496,0.15372517456988796,0.0,0.0374608678095423,0.15372517456988796,0.0,0.04508312951515006,0.15372517456988796,0.0,0.014352238989636916,0.5,0.15372517456988796,0.0,0.0028373203756085416,0.0,0.0915177642953904,0.014421443973773367 -4491,0.5,0.15372517456988796,0.0,0.05788522474502418,0.15372517456988796,0.0,0.00964371367057515,0.15372517456988796,0.0,0.04094708314297669,0.15372517456988796,0.0,0.035969965752166176,0.15372517456988796,0.0,0.019712096500033627,0.15372517456988796,0.0,0.2702832085830141,0.15372517456988796,0.0,0.023109111521701756,0.15372517456988796,0.0,0.20332474109095783,0.5,0.15372517456988796,0.0,0.12955400916884188,0.15372517456988796,0.0,0.026747499884550757,0.5,0.15372517456988796,0.0,0.01307051959937337,0.15372517456988796,0.0,0.021779842913261162,0.15372517456988796,0.0,0.01454346506500711,0.15372517456988796,0.0,0.008790867434949752,0.15372517456988796,0.0,0.030601638786193416,0.15372517456988796,0.0,0.026927863472918652,0.15372517456988796,0.0,0.014414771496399794,0.5,0.15372517456988796,0.0,0.004468800240642701,0.0,0.08905380173464551,0.006020966079177294 -4492,0.5,0.15372517456988796,0.0,0.058741425724513394,0.15372517456988796,0.0,0.0272717370961171,0.15372517456988796,0.0,0.031201790152487353,0.15372517456988796,0.0,0.03694939663152072,0.15372517456988796,0.0,0.04849022259257282,0.15372517456988796,0.0,0.2917625620528964,0.15372517456988796,0.0,0.037293485472919906,0.15372517456988796,0.0,0.15986914418898202,0.5,0.15372517456988796,0.0,0.1370539212919658,0.15372517456988796,0.0,0.013446846895881371,0.5,0.15372517456988796,0.0,0.025128297608920942,0.15372517456988796,0.0,0.029783365383991133,0.15372517456988796,0.0,0.014068940630201802,0.15372517456988796,0.0,0.010262209186809777,0.15372517456988796,0.0,0.020177331638766373,0.15372517456988796,0.0,0.01878091043029581,0.15372517456988796,0.0,0.016051206744508606,0.5,0.15372517456988796,0.0,0.005732119749608609,0.0,0.08165342955464922,0.0001610946611441434 -4493,0.5,0.15372517456988796,0.005698400879613011,0.049335387101415856,0.15372517456988796,0.0008752193300855989,0.003129378778435644,0.15372517456988796,0.0016969430091854992,0.023932692536730613,0.15372517456988796,0.004034398047354759,0.031086456644459925,0.15372517456988796,0.0,0.17297144928499486,0.15372517456988796,0.0,0.23607092606739433,0.15372517456988796,0.0,0.13544419665778468,0.15372517456988796,0.0,0.16994512636193518,0.5,0.15372517456988796,0.0,0.13709569777654584,0.15372517456988796,0.0,0.010392198380210466,0.5,0.15372517456988796,0.0,0.08250630827183493,0.15372517456988796,0.0,0.05939460128238155,0.15372517456988796,0.0006974897847146816,0.014687909234655485,0.15372517456988796,9.290585775605751e-05,0.019731758863435617,0.15372517456988796,0.0004868078672235007,0.009113257628749422,0.15372517456988796,4.748253844504693e-06,0.013290957919226529,0.15372517456988796,0.00017455866959612812,0.01895769953717636,0.5,0.15372517456988796,0.00022172493365981037,0.0036062330916269755,0.0,0.07139840233195917,0.001282009309068397 -4494,0.5,0.15372517456988796,0.06312391411696608,0.04215100948741047,0.15372517456988796,0.028554912839545844,0.009126558014261404,0.15372517456988796,0.05011310983854022,0.014171684208406093,0.15372517456988796,0.061396811206317875,0.0246842998421368,0.15372517456988796,0.0004386551000390289,0.24807588452360907,0.15372517456988796,0.016273547897103315,0.24290582551940162,0.15372517456988796,0.0028734498655123473,0.26054672115305605,0.15372517456988796,0.01210597571113811,0.23115899481943464,0.5,0.15372517456988796,0.006229520253558743,0.15381147413145868,0.15372517456988796,0.025499874567989723,0.03274012452085878,0.5,0.15372517456988796,0.00569121540773295,0.19868921571641326,0.15372517456988796,0.00797322010107781,0.1508673613866641,0.15372517456988796,0.007457301290629547,0.009325028032541812,0.15372517456988796,0.003970850754723781,0.047370380209611346,0.15372517456988796,0.014862601921136396,0.012249093896232736,0.15372517456988796,0.01899951569188897,0.015833370928768783,0.15372517456988796,0.03878985796640203,0.031663520160113805,0.5,0.15372517456988796,0.02431425945729611,0.0021676099086543597,0.0,0.06743784388839859,0.0068844342685531 -4495,0.5,0.15372517456988796,0.1386507933304709,0.05072418495474286,0.15372517456988796,0.07872293345602568,0.037388207037132436,0.15372517456988796,0.12462337414174934,0.009394200667218662,0.15372517456988796,0.13998205247114875,0.024169695670404633,0.15372517456988796,0.006475460790642946,0.2056230744448782,0.15372517456988796,0.0865832542841394,0.3235848881380239,0.15372517456988796,0.011163456849738271,0.34290401374748414,0.15372517456988796,0.05380437106956805,0.23232741576201732,0.5,0.15372517456988796,0.03808090517047866,0.15529403130673788,0.15372517456988796,0.0662417674485066,0.057941849685302485,0.5,0.15372517456988796,0.021155814798935836,0.3886505297038698,0.15372517456988796,0.021222461271499633,0.26826232029713787,0.15372517456988796,0.018428582132991336,0.00435429534162281,0.15372517456988796,0.009471150772595189,0.10018158422786436,0.15372517456988796,0.0382626696975369,0.030441245721900184,0.15372517456988796,0.040946614975369854,0.040962809676107916,0.15372517456988796,0.10007551576805106,0.11493703319842283,0.5,0.15372517456988796,0.07460653880073596,0.005022761964635459,0.0,0.0649462653203341,0.00741912085436173 -4496,0.5,0.15372517456988796,0.24466941999381295,0.07952077296700999,0.15372517456988796,0.06336168976094661,0.032413573911673606,0.15372517456988796,0.23082334689670247,0.03210120284682495,0.15372517456988796,0.2459847275098612,0.038291111792709456,0.15372517456988796,0.05988965562154118,0.27762970205522597,0.15372517456988796,0.1848415866143286,0.2832573459392329,0.15372517456988796,0.018007056033875816,0.3755585244273263,0.15372517456988796,0.14217331386863677,0.19352403950475827,0.5,0.15372517456988796,0.1042243227588591,0.17663342089778744,0.15372517456988796,0.12118688578250808,0.0838139999612249,0.5,0.15372517456988796,0.0359231418553743,0.3944595112934415,0.15372517456988796,0.04984227210181952,0.271763307704319,0.15372517456988796,0.0541713256632427,0.008197072087095792,0.15372517456988796,0.018451801962312806,0.115781493039695,0.15372517456988796,0.08684509155235678,0.11103536695983122,0.15372517456988796,0.04269761729821182,0.10851668526710516,0.15372517456988796,0.17990436859938813,0.21372789181545668,0.5,0.15372517456988796,0.1526415656047006,0.043591318439841376,0.0,0.060902170394952576,0.01001668563385076 -4497,0.5,0.15372517456988796,0.35416114108719654,0.10375487397093235,0.15372517456988796,0.12322340696921658,0.06111407881639167,0.15372517456988796,0.3358960801732098,0.10212358398232874,0.15372517456988796,0.36432388307495184,0.04960513656044304,0.15372517456988796,0.12624576913466123,0.23681760402898427,0.15372517456988796,0.3078744389868796,0.21209104088666808,0.15372517456988796,0.05495470772806529,0.27340704803469484,0.15372517456988796,0.2768219654162706,0.18711108286401706,0.5,0.15372517456988796,0.205672372780695,0.19275900030993406,0.15372517456988796,0.17288893882419906,0.06663510065379866,0.5,0.15372517456988796,0.07703058833070665,0.27845972926317497,0.15372517456988796,0.09692513614890082,0.27427108880076434,0.15372517456988796,0.0702303181422744,0.00813359235915543,0.15372517456988796,0.04772209156530684,0.14536607098073956,0.15372517456988796,0.09436167552463558,0.2057935837980643,0.15372517456988796,0.038562326241279636,0.18022871965020515,0.15372517456988796,0.25550051009078145,0.20798407304556735,0.5,0.15372517456988796,0.22609298119555726,0.07973302052180839,0.0,0.050599198287895386,0.018811262907903734 -4498,0.5,0.15372517456988796,0.4713033795362275,0.11338114677092588,0.15372517456988796,0.11377106021518,0.10062436491837314,0.15372517456988796,0.4273959600696522,0.19951723662535809,0.15372517456988796,0.48425062697686916,0.048898334053964314,0.15372517456988796,0.23185710867250187,0.1581061220482763,0.15372517456988796,0.4365345251101912,0.20658563786340783,0.15372517456988796,0.21024397045430349,0.16920877848941826,0.15372517456988796,0.4163238063865965,0.1674538887347794,0.5,0.15372517456988796,0.30118032924348836,0.1732262862840838,0.15372517456988796,0.276024618777914,0.05220528376482654,0.5,0.15372517456988796,0.11450793553979308,0.20503509321244684,0.15372517456988796,0.10783564423967454,0.19252602183478715,0.15372517456988796,0.07179010959962494,0.032306998731412045,0.15372517456988796,0.0913093055354231,0.1389105802587486,0.15372517456988796,0.08437357737863353,0.26547994621621657,0.15372517456988796,0.06727411384940934,0.22309005473587032,0.15372517456988796,0.3268005743599363,0.17990367177608443,0.5,0.15372517456988796,0.38045558378108313,0.08285471477923315,0.0,0.0398954415731023,0.014915014043196761 -4499,0.5,0.15372517456988796,0.5099937288987433,0.11937982575508874,0.15372517456988796,0.08474162811042013,0.1914409968943944,0.15372517456988796,0.494028199480108,0.3096049340001639,0.15372517456988796,0.5764565872723189,0.04522371445519775,0.15372517456988796,0.3560670890547295,0.14524303829210305,0.15372517456988796,0.552222905096412,0.19748265092658623,0.15372517456988796,0.40476006419164223,0.15596808864653175,0.15372517456988796,0.5395227576290811,0.15335605532682262,0.5,0.15372517456988796,0.41158078309717216,0.1413948332524017,0.15372517456988796,0.3028304514695726,0.03888660369523811,0.5,0.15372517456988796,0.12645375166444306,0.17921872214570742,0.15372517456988796,0.10538340621553469,0.1557783721355283,0.15372517456988796,0.058502481085076254,0.08211841199205223,0.15372517456988796,0.22038107470476095,0.10650700936092897,0.15372517456988796,0.07231668892611874,0.26602325770947055,0.15372517456988796,0.1554100795087972,0.237990722099224,0.15372517456988796,0.4160005103012516,0.17074603067649527,0.5,0.15372517456988796,0.477157260358995,0.042034433605638175,0.0,0.042678085949320696,0.008714414260962759 -4500,0.5,0.15372517456988796,0.4622313952167879,0.09780968711082104,0.15372517456988796,0.06287268587648005,0.2483490767988859,0.15372517456988796,0.5019715333713362,0.32742681009365465,0.15372517456988796,0.550697416324242,0.029355738030816293,0.15372517456988796,0.5200669135798711,0.12425347102870202,0.15372517456988796,0.6371312668954239,0.15144788605413692,0.15372517456988796,0.5158793013229566,0.11771930123836313,0.15372517456988796,0.607552506508825,0.13621797007757616,0.5,0.15372517456988796,0.4664795782187442,0.07262919255165873,0.15372517456988796,0.28472163049870514,0.025707255952921483,0.5,0.15372517456988796,0.11244819099429819,0.1744396691248941,0.15372517456988796,0.10367765883102606,0.15777262857072546,0.15372517456988796,0.05681253907228036,0.11607393709086371,0.15372517456988796,0.34429743682070185,0.08379351924672943,0.15372517456988796,0.11658223010133759,0.24009611530417083,0.15372517456988796,0.26705200071267715,0.21792947627176146,0.15372517456988796,0.4875349072353499,0.15488928175086125,0.5,0.15372517456988796,0.46939073662864816,0.02129980545728539,0.0,0.03711008712649186,0.007670851230847029 -4501,0.5,0.15372517456988796,0.47254212699959597,0.06478042485772573,0.15372517456988796,0.07045275567750775,0.18153841468593607,0.15372517456988796,0.48830077504858027,0.24321861505243766,0.15372517456988796,0.538924683360568,0.010036284971782898,0.15372517456988796,0.6009620130422625,0.0903113782503803,0.15372517456988796,0.682817395482598,0.1163206188866511,0.15372517456988796,0.599714558842299,0.10491980701417122,0.15372517456988796,0.6407676513433564,0.10390621736424144,0.5,0.15372517456988796,0.3940024385193205,0.023201074731081718,0.15372517456988796,0.2716503849955612,0.016651320673085834,0.5,0.15372517456988796,0.08547371978231648,0.2521460975757785,0.15372517456988796,0.09644990658251712,0.20232551407484692,0.15372517456988796,0.06996539262541868,0.11067763843516762,0.15372517456988796,0.4355578813408935,0.07720811813811165,0.15372517456988796,0.23133230941190314,0.2193395621589432,0.15372517456988796,0.3598972360175805,0.15768115697538773,0.15372517456988796,0.474613846958421,0.16051233903700313,0.5,0.15372517456988796,0.3834212750954221,0.005404080622722399,0.0,0.014513107664440757,0.004261632327471219 -4502,0.5,0.15372517456988796,0.43686501606158096,0.049139851980110276,0.15372517456988796,0.14263984853683356,0.14776353784311536,0.15372517456988796,0.38428395590656367,0.216175055318076,0.15372517456988796,0.5357858308297522,0.005194377892813599,0.15372517456988796,0.6317506931707808,0.07140882618389749,0.15372517456988796,0.6882806523735217,0.08458668605649597,0.15372517456988796,0.6115035285369776,0.08397647777355041,0.15372517456988796,0.6373010463515353,0.059999042542422526,0.5,0.15372517456988796,0.362429488959973,0.023682739578659726,0.15372517456988796,0.1587974859309968,0.016320942493162485,0.5,0.15372517456988796,0.08575008055996193,0.3592225057819099,0.15372517456988796,0.07205534792809513,0.21303846798590134,0.15372517456988796,0.09759019138446019,0.09348651218394519,0.15372517456988796,0.4786953881542626,0.08225355497517348,0.15372517456988796,0.35795071447891313,0.1552053990162634,0.15372517456988796,0.38406364190455144,0.08684865120672408,0.15372517456988796,0.3581924594360442,0.18641627349012385,0.5,0.15372517456988796,0.39516133553059973,0.002943042218813414,0.0,0.003238402172698588,0.0017146988106489071 -4503,0.5,0.15372517456988796,0.33128045668075723,0.047020277698553714,0.15372517456988796,0.14066772724453772,0.10977941013731136,0.15372517456988796,0.24521465064329107,0.22645076855391646,0.15372517456988796,0.5055780862738717,0.009239078267267293,0.15372517456988796,0.5965669874701574,0.04171440075848378,0.15372517456988796,0.6362484627677418,0.03630182978060287,0.15372517456988796,0.5818842453260438,0.05403972231917985,0.15372517456988796,0.5775389710613535,0.051813172867744804,0.5,0.15372517456988796,0.2777025213845873,0.03175139739501172,0.15372517456988796,0.130465367196498,0.038685289514019096,0.5,0.15372517456988796,0.08762664254453079,0.2882223530213938,0.15372517456988796,0.05492711744453742,0.18943371891389613,0.15372517456988796,0.17966767009424628,0.07574159062180241,0.15372517456988796,0.47482463904934413,0.08629520385136885,0.15372517456988796,0.40884444370800543,0.09177255234222079,0.15372517456988796,0.2632354279833831,0.059485775551417513,0.15372517456988796,0.27735245583828216,0.1719751787709368,0.5,0.15372517456988796,0.3483954495154705,0.002235655909335061,0.0,0.0003500236261153607,0.0013841834039806913 -4504,0.5,0.15372517456988796,0.34053048492117866,0.04836356354327101,0.15372517456988796,0.07280621589816207,0.07612596768741617,0.15372517456988796,0.16990260746672967,0.2628152366195674,0.15372517456988796,0.3903281187717205,0.01947824395351801,0.15372517456988796,0.5053639860318051,0.018917658513614165,0.15372517456988796,0.5264684123705803,0.03212792803304802,0.15372517456988796,0.47843026808970857,0.04738938883835152,0.15372517456988796,0.45140661310052765,0.05870208347574449,0.5,0.15372517456988796,0.16813310658806505,0.032097122430163175,0.15372517456988796,0.1159436051102251,0.08479281361100957,0.5,0.15372517456988796,0.04483078145074032,0.2765089099827863,0.15372517456988796,0.04451400705169124,0.2010275857830132,0.15372517456988796,0.21366743879592287,0.06902543393228693,0.15372517456988796,0.40611636926489403,0.07300148472822518,0.15372517456988796,0.3113452077559925,0.06464354571329986,0.15372517456988796,0.1680573277993264,0.06843518332221248,0.15372517456988796,0.1899279312435776,0.21122144093394768,0.5,0.15372517456988796,0.35802649156158023,0.005394609761079364,0.0,0.0010359771959959137,0.0006536185769222987 -4505,0.5,0.15372517456988796,0.2482789555556114,0.06491669963333342,0.15372517456988796,0.08975411906625369,0.07221720611596151,0.15372517456988796,0.13348165451976615,0.29831847238329084,0.15372517456988796,0.23515368563242417,0.02610147898343668,0.15372517456988796,0.3711744289667893,0.022196015711721175,0.15372517456988796,0.3906906120172119,0.02814568283106069,0.15372517456988796,0.3231950804121854,0.031946447653092576,0.15372517456988796,0.29170763045260417,0.04752099578274399,0.5,0.15372517456988796,0.08666719733088143,0.03977263313273967,0.15372517456988796,0.1106640532899712,0.09846253204852695,0.5,0.15372517456988796,0.015238302506677175,0.2423339407944652,0.15372517456988796,0.03152868872510871,0.17106852041031642,0.15372517456988796,0.19119249359661888,0.06468199888935816,0.15372517456988796,0.3277890758383282,0.07323789437996311,0.15372517456988796,0.1823001273581916,0.06201470524583322,0.15372517456988796,0.07372998842567477,0.062023496637774136,0.15372517456988796,0.16171957691054695,0.24576335580468053,0.5,0.15372517456988796,0.2337511802609692,0.01820035621437459,0.0,0.005001904496500375,0.0007918912355211926 -4506,0.5,0.15372517456988796,0.17421235392023326,0.08675091914721898,0.15372517456988796,0.05449096086799682,0.08139680156772477,0.15372517456988796,0.10811583061811064,0.3858514247167818,0.15372517456988796,0.13875990784648978,0.04042181121970797,0.15372517456988796,0.2529769357060785,0.021889801883406182,0.15372517456988796,0.23992530507183696,0.013844471045792506,0.15372517456988796,0.15255813366519475,0.014923811990516758,0.15372517456988796,0.17704841982877237,0.034375905550727906,0.5,0.15372517456988796,0.03377971336431885,0.05401786629895,0.15372517456988796,0.08089126920478257,0.07265659485714289,0.5,0.15372517456988796,0.010083727875396223,0.21130546992470045,0.15372517456988796,0.023926895815674233,0.14328475128551044,0.15372517456988796,0.13312704167445638,0.06246810589043757,0.15372517456988796,0.23546488102911117,0.09413265916472113,0.15372517456988796,0.11289981873904484,0.07429530089810711,0.15372517456988796,0.03898827213025763,0.04839494748026138,0.15372517456988796,0.09679263228173887,0.18018357612368022,0.5,0.15372517456988796,0.1612907021813334,0.011273505973290904,0.0,0.01606533731222787,0.0012754399888922378 -4507,0.5,0.15372517456988796,0.07608333467740198,0.09821871783707359,0.15372517456988796,0.05194959986081308,0.10340289130843486,0.15372517456988796,0.06023360328671444,0.3904134186143264,0.15372517456988796,0.053197329758236,0.06037986657103238,0.15372517456988796,0.12165187130280836,0.01736286653521143,0.15372517456988796,0.12030066139029622,0.011596078228976386,0.15372517456988796,0.04769746421905358,0.005655024143084863,0.15372517456988796,0.07858760480272772,0.038158701944832195,0.5,0.15372517456988796,0.01054075728611974,0.0693133407027469,0.15372517456988796,0.031499181453892466,0.040695628549980704,0.5,0.15372517456988796,0.004464982321491322,0.16309609669656688,0.15372517456988796,0.008341508618573225,0.12360913444608804,0.15372517456988796,0.07350371083865462,0.06148418172841449,0.15372517456988796,0.12996561957904307,0.10140175203725163,0.15372517456988796,0.06208156340661644,0.09891463922313666,0.15372517456988796,0.024125242393586478,0.04313515505349149,0.15372517456988796,0.053385643841095926,0.13731548015002112,0.5,0.15372517456988796,0.056213510152770776,0.005620584629944201,0.0,0.02545285235944535,0.0016941215458563654 -4508,0.5,0.15372517456988796,0.020983291131964232,0.11165505307199175,0.15372517456988796,0.023714472995056364,0.1083825083012398,0.15372517456988796,0.013177921908132903,0.3246740512500221,0.15372517456988796,0.007244715893691249,0.0683985695934362,0.15372517456988796,0.030669947870542034,0.02121792505553153,0.15372517456988796,0.04248706109888234,0.016366685624701144,0.15372517456988796,0.012396181004236277,0.009104652267785738,0.15372517456988796,0.019206084905643454,0.04389935670127091,0.5,0.15372517456988796,0.0015597019837286267,0.055124334670973156,0.15372517456988796,0.0007524490049542718,0.022248580256792216,0.5,0.15372517456988796,0.0004715140122865479,0.1561401581057946,0.15372517456988796,0.0011405886206289552,0.12360190259707637,0.15372517456988796,0.03159502243357565,0.05093174997267147,0.15372517456988796,0.045277210647975324,0.09314675881050075,0.15372517456988796,0.018668620069828876,0.07605680303133906,0.15372517456988796,0.004330078821231346,0.05384278181519515,0.15372517456988796,0.007141735247572186,0.12323523352422737,0.5,0.15372517456988796,2.4098008291141044e-05,0.004641761111783756,0.0,0.022808597336566375,0.0015269969908114417 -4509,0.5,0.15372517456988796,0.0,0.11754003640173377,0.15372517456988796,0.0,0.06725235129975225,0.15372517456988796,0.0,0.28025405634339834,0.15372517456988796,0.0,0.06944008350851526,0.15372517456988796,0.0,0.0518984071738823,0.15372517456988796,0.0,0.060962509888488454,0.15372517456988796,0.0,0.017222618381793856,0.15372517456988796,0.0,0.05483693473675076,0.5,0.15372517456988796,0.0,0.048125665714164656,0.15372517456988796,0.0,0.016961661954417236,0.5,0.15372517456988796,0.0,0.14560648732202644,0.15372517456988796,0.0,0.11552258195085854,0.15372517456988796,0.0,0.04524625207227906,0.15372517456988796,1.5077016089614452e-06,0.07180402510796707,0.15372517456988796,2.694749865260787e-07,0.05189648829038367,0.15372517456988796,0.0,0.1033341912060647,0.15372517456988796,0.0,0.10888923258355848,0.5,0.15372517456988796,0.0,0.0074314342781361545,0.0,0.028467407685740794,0.0009843131261281126 -4510,0.5,0.15372517456988796,0.0,0.12480375489796462,0.15372517456988796,0.0,0.055396991653132735,0.15372517456988796,0.0,0.2576176915721347,0.15372517456988796,0.0,0.06679873232613256,0.15372517456988796,0.0,0.09676815215678874,0.15372517456988796,0.0,0.08520808191699332,0.15372517456988796,0.0,0.04987985708384766,0.15372517456988796,0.0,0.047506773037614844,0.5,0.15372517456988796,0.0,0.06444802569676085,0.15372517456988796,0.0,0.01811361060450952,0.5,0.15372517456988796,0.0,0.11449316331535493,0.15372517456988796,0.0,0.1075624135199367,0.15372517456988796,0.0,0.048425143718851926,0.15372517456988796,0.0,0.07965361596883933,0.15372517456988796,0.0,0.10408066313836739,0.15372517456988796,0.0,0.1558551729286373,0.15372517456988796,0.0,0.09478762870530982,0.5,0.15372517456988796,0.0,0.011119783470645565,0.0,0.04536190711838538,0.003825624265316893 -4511,0.5,0.15372517456988796,0.0,0.12971970185413964,0.15372517456988796,0.0,0.11317840329872228,0.15372517456988796,0.0,0.18455139270137977,0.15372517456988796,0.0,0.06912655849416588,0.15372517456988796,0.0,0.13581370392587266,0.15372517456988796,0.0,0.04515965835111141,0.15372517456988796,0.0,0.0740330560472237,0.15372517456988796,0.0,0.04768629761237982,0.5,0.15372517456988796,0.0,0.10959915384338732,0.15372517456988796,0.0,0.03896995078914029,0.5,0.15372517456988796,0.0,0.09716207196667476,0.15372517456988796,0.0,0.114473805762091,0.15372517456988796,0.0,0.06225110026801767,0.15372517456988796,0.0,0.11725304825367872,0.15372517456988796,0.0,0.17329749242583223,0.15372517456988796,0.0,0.19721769477411194,0.15372517456988796,0.0,0.06662672154921256,0.5,0.15372517456988796,0.0,0.019387001514965495,0.0,0.06542987087289397,0.011171300576224782 -4512,0.5,0.15372517456988796,0.0,0.13146162991985116,0.15372517456988796,0.0,0.16473057887192633,0.15372517456988796,0.0,0.12006822066780706,0.15372517456988796,0.0,0.08474033202705215,0.15372517456988796,0.0,0.15287171073032585,0.15372517456988796,0.0,0.03174227413689281,0.15372517456988796,0.0,0.0968780686533164,0.15372517456988796,0.0,0.0673181292978772,0.5,0.15372517456988796,0.0,0.15050665700916221,0.15372517456988796,0.0,0.0596543676565307,0.5,0.15372517456988796,0.0,0.11524517845812733,0.15372517456988796,0.0,0.14731007902301438,0.15372517456988796,0.0,0.10548229527032522,0.15372517456988796,0.0,0.1412199253283764,0.15372517456988796,0.0,0.18261826470355597,0.15372517456988796,0.0,0.2689319460101333,0.15372517456988796,0.0,0.07332220223164579,0.5,0.15372517456988796,0.0,0.03480536273446426,0.0,0.08606650928863614,0.0226601138660555 -4513,0.5,0.15372517456988796,0.0,0.12418204494870479,0.15372517456988796,0.0,0.16521309365704945,0.15372517456988796,0.0,0.07955634178686191,0.15372517456988796,0.0,0.09931606204671664,0.15372517456988796,0.0,0.18568537950951464,0.15372517456988796,0.0,0.023445233005675165,0.15372517456988796,0.0,0.2295518413997719,0.15372517456988796,0.0,0.07897020889163446,0.5,0.15372517456988796,0.0,0.19164738642388363,0.15372517456988796,0.0,0.09547636179911344,0.5,0.15372517456988796,0.0,0.2397528038941263,0.15372517456988796,0.0,0.21876303308751116,0.15372517456988796,0.0,0.12621531615504336,0.15372517456988796,0.0,0.16053152029159207,0.15372517456988796,0.0,0.205308927191938,0.15372517456988796,0.0,0.2932346372262149,0.15372517456988796,0.0,0.09837337086712943,0.5,0.15372517456988796,0.0,0.06153243798163728,0.0,0.10074276384859188,0.05302704843225502 -4514,0.5,0.15372517456988796,0.0,0.10493077911660285,0.15372517456988796,0.0,0.1360066212253991,0.15372517456988796,0.0,0.05925988303698526,0.15372517456988796,0.0,0.098362852275284,0.15372517456988796,0.0,0.2031380186135308,0.15372517456988796,0.0,0.011772711786089244,0.15372517456988796,0.0,0.2961535842992763,0.15372517456988796,0.0,0.10104705324810746,0.5,0.15372517456988796,0.0,0.22303276751177284,0.15372517456988796,0.0,0.10559658051538841,0.5,0.15372517456988796,0.0,0.3792819861888736,0.15372517456988796,0.0,0.30760575831817094,0.15372517456988796,0.0,0.13760138599688942,0.15372517456988796,0.0,0.2186044694331013,0.15372517456988796,0.0,0.24225149944221963,0.15372517456988796,0.0,0.29501994829940265,0.15372517456988796,0.0,0.1324189247526561,0.5,0.15372517456988796,0.0,0.0793640592367506,0.0,0.10561634867821172,0.07148044607172523 -4515,0.5,0.15372517456988796,0.0,0.09682107354012234,0.15372517456988796,0.0,0.3108955556198089,0.15372517456988796,0.0,0.02937818607942079,0.15372517456988796,0.0,0.08060315117942538,0.15372517456988796,0.0,0.1923067852356383,0.15372517456988796,0.0,0.009317542134068102,0.15372517456988796,0.0,0.48474167348076247,0.15372517456988796,0.0,0.15911157523313024,0.5,0.15372517456988796,0.0,0.23982662908515814,0.15372517456988796,0.0,0.1250952728421983,0.5,0.15372517456988796,0.0,0.4007414377629688,0.15372517456988796,0.0,0.33148383111871893,0.15372517456988796,0.0,0.17072307975433476,0.15372517456988796,0.0,0.2922483495141617,0.15372517456988796,0.0,0.26457488778934884,0.15372517456988796,0.0,0.4799297076653714,0.15372517456988796,0.0,0.1639888337229784,0.5,0.15372517456988796,0.0,0.08882910654324772,0.0,0.11288081678540804,0.10564313311959103 -4516,0.5,0.15372517456988796,0.0,0.10284980298706131,0.15372517456988796,0.0,0.33884925494191,0.15372517456988796,0.0,0.013034492230372646,0.15372517456988796,0.0,0.07206001610263063,0.15372517456988796,0.0,0.25735255510361815,0.15372517456988796,0.0,0.01771268926721162,0.15372517456988796,0.0,0.562897258470821,0.15372517456988796,0.0,0.19310373091866276,0.5,0.15372517456988796,0.0,0.2751738946338384,0.15372517456988796,0.0,0.1728056772961753,0.5,0.15372517456988796,0.0,0.5115146714063677,0.15372517456988796,0.0,0.29808931895568086,0.15372517456988796,0.0,0.2268454164038524,0.15372517456988796,0.0,0.3196914075324518,0.15372517456988796,0.0,0.2685063064252313,0.15372517456988796,0.0,0.6856820902445923,0.15372517456988796,0.0,0.22374451274999738,0.5,0.15372517456988796,0.0,0.11985377621346645,0.0,0.11924612698583516,0.14106031667594535 -4517,0.5,0.15372517456988796,0.005129499213513582,0.1082241591990086,0.15372517456988796,0.001999311592116174,0.2776381814831353,0.15372517456988796,0.00032742370619743546,0.009727128729310586,0.15372517456988796,0.002583419599239879,0.05668759732060082,0.15372517456988796,0.0,0.3337013110049215,0.15372517456988796,0.0,0.05154396683310111,0.15372517456988796,0.0,0.5574939479785398,0.15372517456988796,0.0,0.23263249488877302,0.5,0.15372517456988796,0.0,0.23169300979467813,0.15372517456988796,0.0,0.2495663754865536,0.5,0.15372517456988796,0.0,0.5516735875965607,0.15372517456988796,0.0,0.24598796847126522,0.15372517456988796,0.000980525424733595,0.2539334041477419,0.15372517456988796,0.0001615874665033763,0.396967634655768,0.15372517456988796,0.00039726269582106733,0.30245702376602096,0.15372517456988796,0.0,0.7131564874533005,0.15372517456988796,2.0543253289753066e-05,0.2503376389313924,0.5,0.15372517456988796,0.00016544142622143144,0.13033182199267362,0.0,0.13305261509605398,0.11242826726749673 -4518,0.5,0.15372517456988796,0.059699994341370397,0.11892657299592227,0.15372517456988796,0.04480693631497061,0.2315711951922813,0.15372517456988796,0.006807485694763611,0.018345078411535817,0.15372517456988796,0.03262420443523727,0.04256789648540223,0.15372517456988796,0.0011159905571921677,0.46744288829369374,0.15372517456988796,0.0038350134267267242,0.1097854965593889,0.15372517456988796,0.00017614321361213115,0.5172279608653296,0.15372517456988796,0.005480787826215279,0.2529596225194358,0.5,0.15372517456988796,0.004058176647829453,0.2187807607117058,0.15372517456988796,0.00038402387752849154,0.36077284197307186,0.5,0.15372517456988796,0.0005062673373415517,0.4603629751173915,0.15372517456988796,0.00033692071760480614,0.22002994713285853,0.15372517456988796,0.021285606767001346,0.2932955016429068,0.15372517456988796,0.004137505501490437,0.4920539905173724,0.15372517456988796,0.008465621949352525,0.37017465993245535,0.15372517456988796,0.00032840203002100705,0.7141374616809336,0.15372517456988796,0.008492067895910494,0.24922359156687104,0.5,0.15372517456988796,0.011779412373035428,0.1553591549476097,0.0,0.16119388728286657,0.04779401912802099 -4519,0.5,0.15372517456988796,0.12755844496258822,0.16329584917642068,0.15372517456988796,0.11156376200738286,0.03760342745232954,0.15372517456988796,0.021276875964860366,0.05570592832724554,0.15372517456988796,0.07853272035327236,0.049911374195559945,0.15372517456988796,0.0017508146544312842,0.5521227940268578,0.15372517456988796,0.015291412016400972,0.15335804454660762,0.15372517456988796,0.0007213290411317072,0.5073327890913228,0.15372517456988796,0.021008696535826984,0.2676921418325181,0.5,0.15372517456988796,0.01512151906460502,0.23115986373458444,0.15372517456988796,0.0007505451103071619,0.38412622502780924,0.5,0.15372517456988796,0.0019412659040114856,0.40051453497141504,0.15372517456988796,0.002016353087312535,0.2456523776726331,0.15372517456988796,0.08659909397683321,0.2782628851795583,0.15372517456988796,0.011136655401263948,0.600707151616092,0.15372517456988796,0.016505640440974634,0.41874295411422435,0.15372517456988796,0.001085220511890041,0.6496128216369154,0.15372517456988796,0.03213454335063197,0.2528052012732859,0.5,0.15372517456988796,0.021310234041678457,0.19444590473476975,0.0,0.18508913688078582,0.09368591827308259 -4520,0.5,0.15372517456988796,0.220066431619377,0.23476468755373017,0.15372517456988796,0.1216717661585985,0.00020863484807883402,0.15372517456988796,0.043515969342989,0.0945309506528107,0.15372517456988796,0.1467779153175804,0.08603871814360302,0.15372517456988796,0.004031707118932201,0.5626531374920581,0.15372517456988796,0.028541358905651914,0.19904492374288824,0.15372517456988796,0.002040732423739949,0.53217684340568,0.15372517456988796,0.03837935110308768,0.3317052979979473,0.5,0.15372517456988796,0.03627363450748561,0.26884621932491354,0.15372517456988796,0.0005194105892401415,0.35992655452595257,0.5,0.15372517456988796,0.004042410109522726,0.3735079862659368,0.15372517456988796,0.005595088463238889,0.2989947797357675,0.15372517456988796,0.15479678318470214,0.19707696372398364,0.15372517456988796,0.0126054836277757,0.6594146938314958,0.15372517456988796,0.021431967502716788,0.4461123738336516,0.15372517456988796,0.0034709205375362505,0.5785660510352955,0.15372517456988796,0.05393287401041548,0.28713184640053563,0.5,0.15372517456988796,0.036922302088511286,0.3261569311464768,0.0,0.20336524896081457,0.2867868162090877 -4521,0.5,0.15372517456988796,0.31232411665480064,0.27061745806598136,0.15372517456988796,0.07135078931310858,0.005881608396418867,0.15372517456988796,0.08645057248314172,0.1457165415181685,0.15372517456988796,0.22928270813261012,0.10916544173713977,0.15372517456988796,0.015804467503025336,0.5961444483701919,0.15372517456988796,0.04362000805891118,0.2293359686673594,0.15372517456988796,0.008020095859975084,0.5526750973545791,0.15372517456988796,0.06816781759757881,0.37235341467818384,0.5,0.15372517456988796,0.04917530219550221,0.27925725211435126,0.15372517456988796,0.0013842886151519392,0.35491516499345566,0.5,0.15372517456988796,0.006595817108921206,0.3579112093911026,0.15372517456988796,0.011660680832134167,0.3223309936139192,0.15372517456988796,0.20008563673639979,0.1334119498858707,0.15372517456988796,0.02057033016383771,0.6819912588568413,0.15372517456988796,0.027348903294697934,0.41352207849776795,0.15372517456988796,0.009461954656414355,0.5639770406471257,0.15372517456988796,0.06628332246702358,0.31271966895769593,0.5,0.15372517456988796,0.06929213727927937,0.45456585844329706,0.0,0.21633295034838212,0.6676395321852241 -4522,0.5,0.15372517456988796,0.3939608689749199,0.32539697455628297,0.15372517456988796,0.17868081977285116,0.012510109594500086,0.15372517456988796,0.12862748041670008,0.27138260420739146,0.15372517456988796,0.37075173668255,0.11806957583608915,0.15372517456988796,0.022422970439349366,0.6850381432337401,0.15372517456988796,0.062159404565384026,0.26677928572231335,0.15372517456988796,0.019850693004993057,0.5579006659689671,0.15372517456988796,0.09528293266558015,0.3658314594686691,0.5,0.15372517456988796,0.07037183183543003,0.25980164894794383,0.15372517456988796,0.004887106138389645,0.3758001697398293,0.5,0.15372517456988796,0.00892932246797435,0.4250303890851526,0.15372517456988796,0.023077805483552115,0.39031033702851425,0.15372517456988796,0.26773184276163453,0.14247540967368932,0.15372517456988796,0.041067412747878985,0.6441522127536421,0.15372517456988796,0.029280782109283608,0.3512069487872605,0.15372517456988796,0.015084492991474458,0.5479936177654501,0.15372517456988796,0.05385444703742033,0.34610550900459197,0.5,0.15372517456988796,0.07772556200247235,0.4930428497141425,0.0,0.20830348680068383,0.8969367021901722 -4523,0.5,0.15372517456988796,0.44505660643699496,0.340007147910811,0.15372517456988796,0.3456288326225871,0.010027901601456031,0.15372517456988796,0.21729687405252437,0.4123664858437594,0.15372517456988796,0.4913240065890546,0.13812493579642962,0.15372517456988796,0.024502081837279095,0.7215592685520577,0.15372517456988796,0.11587358457266833,0.3668845063548376,0.15372517456988796,0.04158956277103161,0.5875735839810606,0.15372517456988796,0.09322730516640529,0.31101082250466155,0.5,0.15372517456988796,0.11855609554735544,0.26893265341407446,0.15372517456988796,0.007169326375529898,0.38036759092914557,0.5,0.15372517456988796,0.012733931165872243,0.4960085500185994,0.15372517456988796,0.039415479221044075,0.46951175797461786,0.15372517456988796,0.4111247710959661,0.24550207670314775,0.15372517456988796,0.05923806847921278,0.5820902752426389,0.15372517456988796,0.04351446386230083,0.3453029748211995,0.15372517456988796,0.01920816052244296,0.5751922952907056,0.15372517456988796,0.04055297856154597,0.39234654911419087,0.5,0.15372517456988796,0.05197952791738315,0.594176197169186,0.0,0.21602568283401355,0.9524869235711084 -4524,0.5,0.15372517456988796,0.37449922112101963,0.28691980644718273,0.15372517456988796,0.43026112692422325,0.034449544886641544,0.15372517456988796,0.25775208831647534,0.5491222146748309,0.15372517456988796,0.5295768500653324,0.2047774196793562,0.15372517456988796,0.030284178400363862,0.7474392568410411,0.15372517456988796,0.12065508750776185,0.429054518040501,0.15372517456988796,0.053488853723537066,0.6223120143686495,0.15372517456988796,0.08751621724505672,0.2638522514747961,0.5,0.15372517456988796,0.16433933035879023,0.2832096270603733,0.15372517456988796,0.009345812970434974,0.3971995769233531,0.5,0.15372517456988796,0.013361541178254353,0.5218856698635036,0.15372517456988796,0.05363205917926365,0.47740646417965327,0.15372517456988796,0.49373974020260436,0.3317486387723184,0.15372517456988796,0.0594048032903792,0.5470438439867056,0.15372517456988796,0.04109863313650279,0.37297631577370716,0.15372517456988796,0.02201452167660491,0.6012434406623011,0.15372517456988796,0.0374968003820381,0.43418811504328225,0.5,0.15372517456988796,0.047044586336728464,0.6400234223730241,0.0,0.247548373407084,0.9720567207701588 -4525,0.5,0.15372517456988796,0.44679108055569494,0.40023227018740143,0.15372517456988796,0.36463333515568325,0.010878136491246795,0.15372517456988796,0.2637161372425507,0.5721011466329546,0.15372517456988796,0.43089598001998475,0.22301134772912884,0.15372517456988796,0.03699855625296122,0.7712583235950262,0.15372517456988796,0.1274911670491347,0.43473169258358113,0.15372517456988796,0.05198986751657365,0.6324585917806949,0.15372517456988796,0.11234545414486014,0.23785479604924822,0.5,0.15372517456988796,0.192518427365141,0.275490444702878,0.15372517456988796,0.013529752578510582,0.43031235836615656,0.5,0.15372517456988796,0.01662381849207939,0.5409950592014848,0.15372517456988796,0.05957668737471625,0.44299333308803696,0.15372517456988796,0.5246077938945771,0.40277621073069914,0.15372517456988796,0.0482303766869788,0.5883423703944535,0.15372517456988796,0.026130273780977292,0.41681473832722943,0.15372517456988796,0.024068932938723638,0.588545825125075,0.15372517456988796,0.03022254583085253,0.47078666603286684,0.5,0.15372517456988796,0.030932440515491502,0.6606930993250528,0.0,0.3037919231925882,0.9971386498410741 -4526,0.5,0.15372517456988796,0.44691854247000984,0.4391682615654778,0.15372517456988796,0.1770807490626003,0.047113386991561784,0.15372517456988796,0.2285709102726866,0.5613773290061862,0.15372517456988796,0.26344347260532347,0.2475084165624171,0.15372517456988796,0.04419442065314488,0.7467515039232142,0.15372517456988796,0.12034625650048218,0.4312226450078892,0.15372517456988796,0.06445197609382747,0.6068072485021904,0.15372517456988796,0.1303211238580421,0.21806876775857356,0.5,0.15372517456988796,0.20521173112365515,0.23591927008910346,0.15372517456988796,0.019204325334643613,0.4469822608768487,0.5,0.15372517456988796,0.023160323800795884,0.6569676065635094,0.15372517456988796,0.06495304189732853,0.42111715193019555,0.15372517456988796,0.5142838385768838,0.3747617026365649,0.15372517456988796,0.04142572425196831,0.6564342220726498,0.15372517456988796,0.033237458048781275,0.5089516477808086,0.15372517456988796,0.022025374983053052,0.5958744772177512,0.15372517456988796,0.017025749463645327,0.5263894706874831,0.5,0.15372517456988796,0.027525984003755177,0.6778255461678822,0.0,0.4366466076056999,0.9996746565381839 -4527,0.5,0.15372517456988796,0.33467228980578245,0.38649075479510153,0.15372517456988796,0.10432050591383657,0.12045921815449473,0.15372517456988796,0.2148940018165228,0.7034437216457801,0.15372517456988796,0.2374262816676353,0.30866980505973746,0.15372517456988796,0.05247078538780952,0.6819223618069676,0.15372517456988796,0.11550962005539192,0.3550506283035816,0.15372517456988796,0.06781800007852931,0.5729897382060699,0.15372517456988796,0.1324736995572797,0.17684277456841208,0.5,0.15372517456988796,0.20896617861547495,0.1747206801160846,0.15372517456988796,0.023244275035572252,0.44288620873819645,0.5,0.15372517456988796,0.03160345108982335,0.7376027359103229,0.15372517456988796,0.062097876839592066,0.4200914380256565,0.15372517456988796,0.43023095147191276,0.3165278275274955,0.15372517456988796,0.027373118759369965,0.6874887523431583,0.15372517456988796,0.04022490691096168,0.5767311137600337,0.15372517456988796,0.014082389873574245,0.5642007768891322,0.15372517456988796,0.010317556202269807,0.6099688373815927,0.5,0.15372517456988796,0.013351066110871465,0.7030989655187182,0.0,0.4977580019992825,1.0081297020039814 -4528,0.5,0.15372517456988796,0.33856795292266506,0.4590661480038651,0.15372517456988796,0.052525165039073986,0.3054671432508677,0.15372517456988796,0.19863025869161324,0.7821262196002235,0.15372517456988796,0.17806687806645888,0.2869447874453403,0.15372517456988796,0.04551365050567689,0.6028362735594077,0.15372517456988796,0.1197486682164084,0.31194042936383926,0.15372517456988796,0.05423637164039698,0.5328936943373707,0.15372517456988796,0.11804905708767342,0.1382441597394703,0.5,0.15372517456988796,0.18720317994439245,0.12695051852476164,0.15372517456988796,0.018947584903803397,0.4168033092096529,0.5,0.15372517456988796,0.038739920749374844,0.7418263385512192,0.15372517456988796,0.05262561155187131,0.4181204358914089,0.15372517456988796,0.29228921049544787,0.25769185326976857,0.15372517456988796,0.023678312038355707,0.6727636159783887,0.15372517456988796,0.04723736786345608,0.6541688145953254,0.15372517456988796,0.007709141140016027,0.5180685399239394,0.15372517456988796,0.0054572951781105584,0.6660417833839656,0.5,0.15372517456988796,0.005530340649107203,0.6681019970417338,0.0,0.4557761809834968,1.0093205638668388 -4529,0.5,0.15372517456988796,0.2136352603853069,0.4301865777066116,0.15372517456988796,0.1061738135187455,0.4970055542389778,0.15372517456988796,0.1398539395271785,0.7809710604767441,0.15372517456988796,0.18064753213545803,0.28874117309851643,0.15372517456988796,0.030061860569587755,0.6006466293758125,0.15372517456988796,0.09858667630400794,0.31564213925104734,0.15372517456988796,0.03918455356810384,0.5430670446613425,0.15372517456988796,0.09251231094318879,0.13073988215671392,0.5,0.15372517456988796,0.14606965009235204,0.09709471458510109,0.15372517456988796,0.013910141414081189,0.3923423501131406,0.5,0.15372517456988796,0.038783121472896497,0.6832022293326107,0.15372517456988796,0.04441239362020083,0.41081457884574485,0.15372517456988796,0.2413649012450994,0.2584141778486712,0.15372517456988796,0.0197013692488174,0.6434958105066353,0.15372517456988796,0.04980615013563772,0.6942560140920012,0.15372517456988796,0.004048350641023532,0.5072617294109949,0.15372517456988796,0.0021530885160256125,0.6815872200725372,0.5,0.15372517456988796,0.0029144268305139344,0.6483848425030734,0.0,0.48090388287675045,1.0085503261317732 -4530,0.5,0.15372517456988796,0.10407022345454772,0.26658720436383904,0.15372517456988796,0.09257959398890761,0.5243730798546532,0.15372517456988796,0.052364424791726066,0.7824820310183666,0.15372517456988796,0.12441850585169906,0.3164711826652289,0.15372517456988796,0.01767361306069474,0.6281736688713124,0.15372517456988796,0.05527407620268439,0.3267499401669154,0.15372517456988796,0.029956194257008496,0.5323899217548038,0.15372517456988796,0.06193525055443105,0.12701707375470178,0.5,0.15372517456988796,0.09212694811307423,0.07197273385093902,0.15372517456988796,0.007881726197039023,0.38711586755391536,0.5,0.15372517456988796,0.0308056866896387,0.640077912988188,0.15372517456988796,0.028994818120617022,0.39297867823374694,0.15372517456988796,0.13892313986691973,0.2441073613155184,0.15372517456988796,0.017187774752448693,0.6332673586724927,0.15372517456988796,0.030404453306618326,0.6739596456018708,0.15372517456988796,0.0023808732485932176,0.4987099304320687,0.15372517456988796,0.0011181001886030385,0.7066646391123431,0.5,0.15372517456988796,0.0020334879495398726,0.6857797418579041,0.0,0.5601908212250337,1.0074495750740902 -4531,0.5,0.15372517456988796,0.065259219843471,0.20609620040898322,0.15372517456988796,0.05035826703031425,0.4235389954420529,0.15372517456988796,0.008494489869110892,0.7567894601663869,0.15372517456988796,0.0485805069803598,0.27357797108700804,0.15372517456988796,0.0076701063770269196,0.6484049346586265,0.15372517456988796,0.03456123382014427,0.3214120442779828,0.15372517456988796,0.009488934907726527,0.5543421422914193,0.15372517456988796,0.03724227961847988,0.13104145917331475,0.5,0.15372517456988796,0.042679640304785896,0.059493907425748685,0.15372517456988796,0.0027656766739246864,0.36790032525218364,0.5,0.15372517456988796,0.02106308633229926,0.6077277972809372,0.15372517456988796,0.0188238394234998,0.35634559292387624,0.15372517456988796,0.06993709111490111,0.20401895310762408,0.15372517456988796,0.008859936259066274,0.6023855231714081,0.15372517456988796,0.009117906988598887,0.5974824696399093,0.15372517456988796,0.0010059802665725926,0.5178969976659891,0.15372517456988796,0.0005359011602013326,0.7295455427686416,0.5,0.15372517456988796,0.0008553687864166481,0.6868033161277697,0.0,0.619275021575214,1.0039342296424356 -4532,0.5,0.15372517456988796,0.020985091228470386,0.19453149826207122,0.15372517456988796,0.00779955083189751,0.21150195188098928,0.15372517456988796,0.001067087410437023,0.7310757936822264,0.15372517456988796,0.0034065881916620785,0.26749993822777896,0.15372517456988796,0.001608853806126883,0.6788707426098005,0.15372517456988796,0.011349145793769305,0.3344115776711941,0.15372517456988796,0.0013535457058844686,0.5772273462781119,0.15372517456988796,0.01311266017466387,0.13386986954451657,0.5,0.15372517456988796,0.010544681654956947,0.04235114645972117,0.15372517456988796,0.0005098488462099625,0.34154188061964547,0.5,0.15372517456988796,0.003916359251557775,0.5836396112134704,0.15372517456988796,0.004916838779069759,0.2919570977553351,0.15372517456988796,0.02395517962138199,0.13669393705598604,0.15372517456988796,0.0011895320106587973,0.580067953361955,0.15372517456988796,0.001244952945414169,0.5547215680877896,0.15372517456988796,0.0002572509627450792,0.5378590372052251,0.15372517456988796,9.20337641348657e-05,0.7177841597305481,0.5,0.15372517456988796,7.381787643831616e-05,0.6776955471259304,0.0,0.6570206494069373,0.9998925221654085 -4533,0.5,0.15372517456988796,0.0,0.1971161696980065,0.15372517456988796,0.0,0.14461285496365156,0.15372517456988796,0.0,0.6921854117974745,0.15372517456988796,0.0,0.2633344046538679,0.15372517456988796,1.5618365763297964e-05,0.6789379227104253,0.15372517456988796,4.011812576157932e-05,0.3178640513007544,0.15372517456988796,0.0,0.6389798801192308,0.15372517456988796,0.0,0.1301003956219737,0.5,0.15372517456988796,0.0,0.030995977851543816,0.15372517456988796,0.0,0.2975714184067469,0.5,0.15372517456988796,0.0,0.5743524532063682,0.15372517456988796,0.0,0.2160416468151147,0.15372517456988796,6.123350618419085e-05,0.11444251366392665,0.15372517456988796,1.1714706333494953e-05,0.5547072623574507,0.15372517456988796,0.0,0.5746656642370481,0.15372517456988796,0.0,0.5994604837132121,0.15372517456988796,0.0,0.6877172091526604,0.5,0.15372517456988796,0.0,0.6890641814446476,0.0,0.6724093577760395,1.0006981896845395 -4534,0.5,0.15372517456988796,0.0,0.1838209783549057,0.15372517456988796,0.0,0.13645839929671427,0.15372517456988796,0.0,0.5799816366479867,0.15372517456988796,0.0,0.23723438513793724,0.15372517456988796,0.0,0.6951546439212282,0.15372517456988796,0.0,0.33516437942779664,0.15372517456988796,0.0,0.7092219053700333,0.15372517456988796,0.0,0.14535532090894987,0.5,0.15372517456988796,0.0,0.027569274518991695,0.15372517456988796,0.0,0.2581783250343409,0.5,0.15372517456988796,0.0,0.5543886371259881,0.15372517456988796,0.0,0.14527079781091498,0.15372517456988796,0.0,0.0898448547734606,0.15372517456988796,0.0,0.551438502687928,0.15372517456988796,0.0,0.5754198386188996,0.15372517456988796,0.0,0.6312038865210684,0.15372517456988796,0.0,0.6961620737566045,0.5,0.15372517456988796,0.0,0.7070642126735549,0.0,0.6569695691311357,0.9864799744285315 -4535,0.5,0.15372517456988796,0.0,0.16675575269651055,0.15372517456988796,0.0,0.15858890331214415,0.15372517456988796,0.0,0.5271033438309082,0.15372517456988796,0.0,0.16147975429562064,0.15372517456988796,0.0,0.7198538699009857,0.15372517456988796,0.0,0.37926640669568423,0.15372517456988796,0.0,0.7724582809932095,0.15372517456988796,0.0,0.17423462467553225,0.5,0.15372517456988796,0.0,0.038465417120972664,0.15372517456988796,0.0,0.18372451776772597,0.5,0.15372517456988796,0.0,0.4936083115796041,0.15372517456988796,0.0,0.11308909056315831,0.15372517456988796,0.0,0.0993785539242549,0.15372517456988796,0.0,0.5652849657054537,0.15372517456988796,0.0,0.5292700130156816,0.15372517456988796,0.0,0.6266112539731806,0.15372517456988796,0.0,0.7093677961280461,0.5,0.15372517456988796,0.0,0.6798539214211913,0.0,0.6566626892718669,0.9101794797927812 -4536,0.5,0.15372517456988796,0.0,0.16173836194508356,0.15372517456988796,0.0,0.1085754829277264,0.15372517456988796,0.0,0.4997345511220235,0.15372517456988796,0.0,0.08963360378796419,0.15372517456988796,0.0,0.7599620268659166,0.15372517456988796,0.0,0.4313918113665868,0.15372517456988796,0.0,0.8001957389023723,0.15372517456988796,0.0,0.1913270282727277,0.5,0.15372517456988796,0.0,0.06416784889207675,0.15372517456988796,0.0,0.15183262656497523,0.5,0.15372517456988796,0.0,0.4927370750866664,0.15372517456988796,0.0,0.12390093387450574,0.15372517456988796,0.0,0.12957712202972166,0.15372517456988796,0.0,0.5378731495059879,0.15372517456988796,0.0,0.4549124333639661,0.15372517456988796,0.0,0.6441984765056977,0.15372517456988796,0.0,0.6622759658776327,0.5,0.15372517456988796,0.0,0.6064090845453602,0.0,0.6860323707225469,0.8710536366954421 -4537,0.5,0.15372517456988796,0.0,0.1502157199368021,0.15372517456988796,0.0,0.06426950772984708,0.15372517456988796,0.0,0.42494592972942935,0.15372517456988796,0.0,0.05541689811849538,0.15372517456988796,0.0,0.7767360545651447,0.15372517456988796,0.0,0.4491164585865145,0.15372517456988796,0.0,0.8473452667893685,0.15372517456988796,0.0,0.22764070362751654,0.5,0.15372517456988796,0.0,0.0776788472680169,0.15372517456988796,0.0,0.1573786307794992,0.5,0.15372517456988796,0.0,0.40715003752809503,0.15372517456988796,0.0,0.1745138092832715,0.15372517456988796,0.0,0.16232279217929396,0.15372517456988796,0.0,0.47905939071034465,0.15372517456988796,0.0,0.387356263427763,0.15372517456988796,0.0,0.6353406547198747,0.15372517456988796,0.0,0.603904687471821,0.5,0.15372517456988796,0.0,0.5286865507016976,0.0,0.7143475336187822,0.6305645305386091 -4538,0.5,0.15372517456988796,0.0,0.15108994963236858,0.15372517456988796,0.0,0.05316780483752221,0.15372517456988796,0.0,0.3466620698351008,0.15372517456988796,0.0,0.07166555735542772,0.15372517456988796,0.0,0.8586240943267739,0.15372517456988796,0.0,0.47691608867052676,0.15372517456988796,0.0,0.8979121773393557,0.15372517456988796,0.0,0.29130741346990974,0.5,0.15372517456988796,0.0,0.1039738511103457,0.15372517456988796,0.0,0.207275999584879,0.5,0.15372517456988796,0.0,0.43574353776924335,0.15372517456988796,0.0,0.21511888794585246,0.15372517456988796,0.0,0.19544690105246534,0.15372517456988796,0.0,0.4569052724255134,0.15372517456988796,0.0,0.322722315578355,0.15372517456988796,0.0,0.6548854287669237,0.15372517456988796,0.0,0.6429353343668789,0.5,0.15372517456988796,0.0,0.40693267765255936,0.0,0.7038805794370483,0.300585841210993 -4539,0.5,0.15372517456988796,0.0,0.1580837247533001,0.15372517456988796,0.0,0.03412455477619775,0.15372517456988796,0.0,0.26485765796961136,0.15372517456988796,0.0,0.12443629591575855,0.15372517456988796,0.0,0.9316715620257204,0.15372517456988796,0.0,0.7835117540942487,0.15372517456988796,0.0,0.8635459790724228,0.15372517456988796,0.0,0.3988435746103916,0.5,0.15372517456988796,0.0,0.103525037913831,0.15372517456988796,0.0,0.30325277509523635,0.5,0.15372517456988796,0.0,0.6261871800155652,0.15372517456988796,0.0,0.222480830865588,0.15372517456988796,0.0,0.22528485073738586,0.15372517456988796,0.0,0.44082322674588903,0.15372517456988796,0.0,0.2554851147120759,0.15372517456988796,0.0,0.7508214173642105,0.15372517456988796,0.0,0.6537575703249086,0.5,0.15372517456988796,0.0,0.29568270726488033,0.0,0.6741179358323622,0.2098632107401668 -4540,0.5,0.15372517456988796,0.0,0.15965267868846272,0.15372517456988796,0.0,0.05726602238227468,0.15372517456988796,0.0,0.26570515858771504,0.15372517456988796,0.0,0.17582074959656696,0.15372517456988796,0.0,0.8431734505244342,0.15372517456988796,0.0,0.7637081606884077,0.15372517456988796,0.0,0.9195039250274923,0.15372517456988796,0.0,0.38992903287163955,0.5,0.15372517456988796,0.0,0.10269086984324076,0.15372517456988796,0.0,0.2862210354100961,0.5,0.15372517456988796,0.0,0.5521038310896818,0.15372517456988796,0.0,0.17377328434887598,0.15372517456988796,0.0,0.2807165550449376,0.15372517456988796,0.0,0.4335488214681419,0.15372517456988796,0.0,0.20728269235276847,0.15372517456988796,0.0,0.7867831316882208,0.15372517456988796,0.0,0.6045319800211575,0.5,0.15372517456988796,0.0,0.27840422686278277,0.0,0.6892834154348761,0.09479343976094781 -4541,0.5,0.15372517456988796,0.003892923453463306,0.14884331205470958,0.15372517456988796,0.002086849972832141,0.09335221272735716,0.15372517456988796,1.005684029467149e-05,0.28174981532557736,0.15372517456988796,0.0010552657577733203,0.2329522594652864,0.15372517456988796,0.0,0.6083637086415815,0.15372517456988796,0.0,0.6928676517781296,0.15372517456988796,0.0,0.970210989871344,0.15372517456988796,0.0,0.4558310492613723,0.5,0.15372517456988796,0.0,0.13951123834466272,0.15372517456988796,0.0,0.23131199979616857,0.5,0.15372517456988796,0.0,0.4246028751372007,0.15372517456988796,0.0,0.14315604374490168,0.15372517456988796,0.0020272046458882386,0.36498960184540863,0.15372517456988796,0.00019653689115246728,0.3476072597307928,0.15372517456988796,5.6617844520303126e-05,0.2262193112605574,0.15372517456988796,0.0,0.7188359374911226,0.15372517456988796,0.0,0.6252271123697524,0.5,0.15372517456988796,0.0,0.31773406504417956,0.0,0.7505191694802014,0.04647055630219907 -4542,0.5,0.15372517456988796,0.04893908147315301,0.14797733909928013,0.15372517456988796,0.04126982375098911,0.13462829030521895,0.15372517456988796,0.00071992491297861,0.3109364089314164,0.15372517456988796,0.00889940037834712,0.2269321927207381,0.15372517456988796,0.00012437041952586414,0.40439777144522443,0.15372517456988796,0.0009640518701123792,0.7558783921231211,0.15372517456988796,0.0002932970751870217,0.9813885674707282,0.15372517456988796,0.003511179051416991,0.5901799542839428,0.5,0.15372517456988796,0.02045816186265131,0.19706575557295133,0.15372517456988796,0.0069372413988854995,0.23797313468356215,0.5,0.15372517456988796,0.012758805313925592,0.5044649193050786,0.15372517456988796,0.004116025636704929,0.13680479405397286,0.15372517456988796,0.04396161942556661,0.44152401235631217,0.15372517456988796,0.0062423040074052055,0.24470621563147102,0.15372517456988796,0.0012786693606188797,0.24477797987263475,0.15372517456988796,0.0007144003015224571,0.7225175142507471,0.15372517456988796,0.0028216307221649063,0.6880181004425888,0.5,0.15372517456988796,0.0025519564451633296,0.4208835093845974,0.0,0.806234533136801,0.05733039666660282 -4543,0.5,0.15372517456988796,0.09615330138736622,0.186756439958411,0.15372517456988796,0.09181169547723048,0.19156261529760066,0.15372517456988796,0.003647539894277495,0.33680661997232836,0.15372517456988796,0.018553469381064842,0.2131106077442244,0.15372517456988796,0.0007517677263951788,0.2484842928093127,0.15372517456988796,0.00466237923455935,0.8460693156874037,0.15372517456988796,0.0007813861364455376,0.966412497303976,0.15372517456988796,0.011231939844397043,0.6578241036324162,0.5,0.15372517456988796,0.07520643871747022,0.22794079860655933,0.15372517456988796,0.030650094194842728,0.22246380683487105,0.5,0.15372517456988796,0.06382597637126451,0.5281853163193474,0.15372517456988796,0.021775975985486144,0.13534562984923532,0.15372517456988796,0.10982183179045477,0.5301239711672517,0.15372517456988796,0.021719300600114795,0.1941198076722472,0.15372517456988796,0.014074651529071338,0.21576482381162046,0.15372517456988796,0.002906705597215036,0.7259508948961149,0.15372517456988796,0.015313759755932858,0.7158029079160526,0.5,0.15372517456988796,0.025300203362444353,0.5256768541675156,0.0,0.8585064638034728,0.10201111600502506 -4544,0.5,0.15372517456988796,0.16961624334995662,0.28833440932961296,0.15372517456988796,0.17242083907679367,0.24035942519193426,0.15372517456988796,0.007264907717175236,0.3034173261110689,0.15372517456988796,0.022000315921082043,0.24352070006476306,0.15372517456988796,0.002613158064621073,0.24854173731267298,0.15372517456988796,0.006907238738937115,0.8601700395426373,0.15372517456988796,0.001308416992883769,0.9571631492864476,0.15372517456988796,0.023246164265481813,0.6983297351906506,0.5,0.15372517456988796,0.13565788336261475,0.35980832438537785,0.15372517456988796,0.06248521713100175,0.2303221882405291,0.5,0.15372517456988796,0.12974041827854307,0.6435258165644424,0.15372517456988796,0.05571895189037551,0.1827557193026988,0.15372517456988796,0.2037689553146731,0.6638010076393376,0.15372517456988796,0.04382937163312958,0.1914885939172119,0.15372517456988796,0.045466875658560994,0.1704670499673542,0.15372517456988796,0.004044286257459226,0.7164855155214996,0.15372517456988796,0.03280135369318972,0.7304181699767207,0.5,0.15372517456988796,0.07312169206337982,0.5727127779226326,0.0,0.8939446262916526,0.1948737249446642 -4545,0.5,0.15372517456988796,0.23491373960162537,0.3915221230568192,0.15372517456988796,0.2713837976057074,0.3437813445596731,0.15372517456988796,0.013035954723408585,0.26690828222499347,0.15372517456988796,0.026911554441315468,0.26701628538111954,0.15372517456988796,0.01441392795441725,0.19901493897930062,0.15372517456988796,0.004144109182152779,0.8811387382575775,0.15372517456988796,0.0029562139089018558,0.8942538425214669,0.15372517456988796,0.04009666828996683,0.796972817084611,0.5,0.15372517456988796,0.20059071894679925,0.5055041586115289,0.15372517456988796,0.09208786863873551,0.21926631688391576,0.5,0.15372517456988796,0.18360497935375641,0.6885203004963634,0.15372517456988796,0.09914940519727207,0.22444790404585885,0.15372517456988796,0.2913765290253863,0.7467833310817362,0.15372517456988796,0.12530822085144344,0.2283649830350176,0.15372517456988796,0.080533361465222,0.1195336570073949,0.15372517456988796,0.0060468843364358295,0.6054177989648986,0.15372517456988796,0.05862346376958302,0.7143821982598458,0.5,0.15372517456988796,0.11931959000415002,0.571272001622518,0.0,0.9154481809387462,0.3842598525772849 -4546,0.5,0.15372517456988796,0.28838857005270857,0.45875542685060267,0.15372517456988796,0.35947753504770263,0.4257577968607116,0.15372517456988796,0.034121778846147165,0.2718456182069495,0.15372517456988796,0.03877781784098207,0.28210123317084673,0.15372517456988796,0.05152851545370332,0.09998582694259242,0.15372517456988796,0.005819455776270318,0.8262214799638448,0.15372517456988796,0.006589209821666144,0.7472639104682594,0.15372517456988796,0.028388417217662564,0.7942949583445359,0.5,0.15372517456988796,0.2361569673217888,0.5866107953722483,0.15372517456988796,0.09004962858622834,0.19044894284280184,0.5,0.15372517456988796,0.20793653436161474,0.6966331836210004,0.15372517456988796,0.13175043750294094,0.2424639159627218,0.15372517456988796,0.3724324246254652,0.8356348834569793,0.15372517456988796,0.28024458386076945,0.2679682685391548,0.15372517456988796,0.11626316581349222,0.10405112508897957,0.15372517456988796,0.009711576241204355,0.5605961611134184,0.15372517456988796,0.06937761982992012,0.6729135701153343,0.5,0.15372517456988796,0.1667277860882912,0.5406132169689357,0.0,0.9214895361185731,0.5494832208392703 -4547,0.5,0.15372517456988796,0.3572739212208993,0.5098865327879153,0.15372517456988796,0.46719933885890297,0.6150772169816358,0.15372517456988796,0.05829691257930325,0.3118100891787847,0.15372517456988796,0.06017339536344932,0.3019027047219581,0.15372517456988796,0.10958946680377576,0.056304564791600675,0.15372517456988796,0.012351612570449469,0.6675316248668829,0.15372517456988796,0.011823763189084346,0.6204292832724456,0.15372517456988796,0.017166911104933926,0.7877054114804447,0.5,0.15372517456988796,0.20999890998146614,0.6223861514322891,0.15372517456988796,0.09297919454859058,0.17115506501753563,0.5,0.15372517456988796,0.17999886384687108,0.6431126272648222,0.15372517456988796,0.1365807541531105,0.26336738818480393,0.15372517456988796,0.46694692820241546,0.881838486721507,0.15372517456988796,0.4249340838616582,0.3406759491535213,0.15372517456988796,0.13961914616425442,0.07716477498727668,0.15372517456988796,0.017454746429679313,0.5137922712040784,0.15372517456988796,0.07979269539827966,0.6191969334315863,0.5,0.15372517456988796,0.1715873635102806,0.4527109508587995,0.0,0.951963375217125,0.6051546315363852 -4548,0.5,0.15372517456988796,0.41822033825989535,0.5618698396219827,0.15372517456988796,0.550269270037211,0.8074203674055033,0.15372517456988796,0.07242345823316931,0.35358495415094926,0.15372517456988796,0.08460926803033422,0.3114599889010669,0.15372517456988796,0.1806646789489877,0.06097481808713023,0.15372517456988796,0.02222022692580865,0.47570350373129655,0.15372517456988796,0.017999472476930557,0.4435997158544309,0.15372517456988796,0.02037559860815136,0.8187177472788568,0.5,0.15372517456988796,0.19597985603242823,0.6666018656458926,0.15372517456988796,0.11049314916579348,0.18578050632171184,0.5,0.15372517456988796,0.19156824490033372,0.6383188672199439,0.15372517456988796,0.14609159052756876,0.2711260531236249,0.15372517456988796,0.5531731710333625,0.9425624675773723,0.15372517456988796,0.5054580253587457,0.4082360902961877,0.15372517456988796,0.12028686185948964,0.0679329928910346,0.15372517456988796,0.03714820495148761,0.44284265741407375,0.15372517456988796,0.100881698599332,0.592337827615026,0.5,0.15372517456988796,0.15802197068213103,0.4030723711142175,0.0,0.9626653546986461,0.5984000566091274 -4549,0.5,0.15372517456988796,0.45133185948731935,0.6056647681485604,0.15372517456988796,0.606630401937177,0.8742733360306785,0.15372517456988796,0.10863441902746289,0.38875464681508265,0.15372517456988796,0.09449361247730134,0.3046640902174997,0.15372517456988796,0.21470281734834634,0.04607066936374578,0.15372517456988796,0.03344045270808173,0.34336566961881854,0.15372517456988796,0.02729072040444534,0.24015580363061856,0.15372517456988796,0.010482286289713573,0.7953727345776483,0.5,0.15372517456988796,0.22904955658560489,0.7499275862690803,0.15372517456988796,0.1280228479251888,0.20096299625760752,0.5,0.15372517456988796,0.16539645683764703,0.5517341853882792,0.15372517456988796,0.144116322542664,0.2962793635529569,0.15372517456988796,0.5816866924725028,0.9738147331144001,0.15372517456988796,0.5466419392278523,0.49384010167282993,0.15372517456988796,0.07519799943882485,0.1354906825009962,0.15372517456988796,0.036501422722771217,0.3798353089009863,0.15372517456988796,0.0811817730658652,0.5024889276759215,0.5,0.15372517456988796,0.1609080303594683,0.38817415995630233,0.0,0.9687066027359912,0.5737246082331312 -4550,0.5,0.15372517456988796,0.4133416753359043,0.6147240219858597,0.15372517456988796,0.6160745657428359,0.8033238969137326,0.15372517456988796,0.11260856898848415,0.402608197409127,0.15372517456988796,0.0924677309855935,0.3105287701495079,0.15372517456988796,0.1856272660857671,0.08522245445037256,0.15372517456988796,0.03813426989349917,0.20617412324526202,0.15372517456988796,0.039457335677653464,0.19458147046161678,0.15372517456988796,0.006133052610199489,0.7358991777216628,0.5,0.15372517456988796,0.19388737011484353,0.7539446568899069,0.15372517456988796,0.13700246191103388,0.25376963471409486,0.5,0.15372517456988796,0.17489326054672055,0.4757624134653306,0.15372517456988796,0.1737633026692351,0.27258710965471433,0.15372517456988796,0.5952900181915246,0.9881195193754753,0.15372517456988796,0.48856857377713625,0.552987392272991,0.15372517456988796,0.10040664030509142,0.1641764241105497,0.15372517456988796,0.028944109824023057,0.3183348742413441,0.15372517456988796,0.06546245669414737,0.42145643323700044,0.5,0.15372517456988796,0.1771297065632661,0.4146457484192477,0.0,0.9814483252956014,0.5524721501529944 -4551,0.5,0.15372517456988796,0.404355242318563,0.592978261974415,0.15372517456988796,0.5341928845633066,0.6591866214868002,0.15372517456988796,0.09595306493167302,0.41483603460110957,0.15372517456988796,0.09681690032689531,0.3202073925411737,0.15372517456988796,0.06223389592830879,0.09793988107715604,0.15372517456988796,0.020470153605916527,0.11778042595715316,0.15372517456988796,0.06447868957975143,0.2228734895747697,0.15372517456988796,0.006566945191516424,0.6267477528232198,0.5,0.15372517456988796,0.18215459012588922,0.7439754251566829,0.15372517456988796,0.1396528392037304,0.2725512551610281,0.5,0.15372517456988796,0.17770740302618157,0.5122647851910629,0.15372517456988796,0.1738603503977913,0.26499560857269716,0.15372517456988796,0.5743762644853058,0.9880340785858054,0.15372517456988796,0.31644608855810885,0.5097441085575487,0.15372517456988796,0.1565162885716363,0.15151839218858199,0.15372517456988796,0.02847431594566194,0.26153276278549376,0.15372517456988796,0.06494181856872723,0.34756777574705533,0.5,0.15372517456988796,0.1679982739067217,0.3478082635260673,0.0,0.9878656832342211,0.6070227079940231 -4552,0.5,0.15372517456988796,0.3324361403973878,0.560831056903293,0.15372517456988796,0.2502390831707152,0.11338886154681987,0.15372517456988796,0.08222339323276692,0.4221718789221422,0.15372517456988796,0.08556576539231046,0.31159464007913684,0.15372517456988796,0.03496368710040648,0.06233628128659873,0.15372517456988796,0.025015305483582287,0.09516682707635624,0.15372517456988796,0.11453743157879491,0.2421413969565598,0.15372517456988796,0.005572935500638848,0.5152846769618139,0.5,0.15372517456988796,0.11381555832083387,0.6472801470873247,0.15372517456988796,0.09982571490711611,0.22280118442817068,0.5,0.15372517456988796,0.14412310315467844,0.3767470596560933,0.15372517456988796,0.11197069875497581,0.24564497945239822,0.15372517456988796,0.4980129024424058,0.9800502025032929,0.15372517456988796,0.24020076009987687,0.3176589427753438,0.15372517456988796,0.19851493721959673,0.14089144135902673,0.15372517456988796,0.028505018601682877,0.2258333232967237,0.15372517456988796,0.07261164324999514,0.30269812405492197,0.5,0.15372517456988796,0.10633431698145941,0.23606634896068135,0.0,0.9922538555554222,0.6304378939780065 -4553,0.5,0.15372517456988796,0.24814737647743526,0.5100181578775635,0.15372517456988796,0.3298787713803417,0.2923562657094365,0.15372517456988796,0.0710025212059179,0.3748759276141702,0.15372517456988796,0.06619001819489921,0.2942172217709957,0.15372517456988796,0.1073663372181865,0.05001547548067093,0.15372517456988796,0.07644530675934832,0.09365408761852717,0.15372517456988796,0.10840621270227456,0.2144838760130473,0.15372517456988796,0.003976057763091072,0.37598743671336576,0.5,0.15372517456988796,0.06589030836257251,0.5617871012431601,0.15372517456988796,0.07520556191256773,0.18263448768716226,0.5,0.15372517456988796,0.14376401108411208,0.33572087274245405,0.15372517456988796,0.06400711824844359,0.1658350558382697,0.15372517456988796,0.38444021722080923,0.9673305611721814,0.15372517456988796,0.3000252063826809,0.22237057669773827,0.15372517456988796,0.14620001603879412,0.12030030489436136,0.15372517456988796,0.027167347017626776,0.19537229269575354,0.15372517456988796,0.04478021023575149,0.2595613401842783,0.5,0.15372517456988796,0.06949368110083835,0.19105228135208815,0.0,0.9936960981619049,0.6988126033519673 -4554,0.5,0.15372517456988796,0.15636673625979736,0.4581414176095939,0.15372517456988796,0.24798752783750383,0.5138419498120751,0.15372517456988796,0.03690127900212413,0.28993950584598016,0.15372517456988796,0.03606056831501908,0.2644508950644912,0.15372517456988796,0.10490429476576887,0.04260715295794314,0.15372517456988796,0.08022466084665472,0.07554752775771037,0.15372517456988796,0.06896699769866763,0.1496070145966504,0.15372517456988796,0.0031032174658615877,0.271330789432082,0.5,0.15372517456988796,0.03699780784229337,0.5024136468683593,0.15372517456988796,0.035631078286401295,0.16651028229477075,0.5,0.15372517456988796,0.07810165915639178,0.3508836282487833,0.15372517456988796,0.05212314337873721,0.15064054327666174,0.15372517456988796,0.26538501051879043,0.9387173443713531,0.15372517456988796,0.23785771537625422,0.18833904330140944,0.15372517456988796,0.08706587389817799,0.10146600291714501,0.15372517456988796,0.019198600856931786,0.16184341097221713,0.15372517456988796,0.023531631093637043,0.19239576980738946,0.5,0.15372517456988796,0.051924501103477426,0.1634494581036456,0.0,0.9931891708165622,0.7847075660425314 -4555,0.5,0.15372517456988796,0.08054239140183919,0.4230770836766644,0.15372517456988796,0.1311313208575328,0.5035897774454483,0.15372517456988796,0.01786913470195658,0.23799838398781312,0.15372517456988796,0.015601482752089463,0.23429241532825484,0.15372517456988796,0.08558594291374054,0.0311454317297332,0.15372517456988796,0.04137937986682465,0.047859426271890194,0.15372517456988796,0.023220053369785696,0.08406483230851071,0.15372517456988796,0.0025516926000009274,0.16986255548102813,0.5,0.15372517456988796,0.014050828668425351,0.40897815094259254,0.15372517456988796,0.017534319989426814,0.1532667203728119,0.5,0.15372517456988796,0.029877816334082135,0.2225571906803803,0.15372517456988796,0.027747713662233362,0.13314276953771292,0.15372517456988796,0.14119623964540953,0.8939916951629201,0.15372517456988796,0.1371391592028404,0.19163144407531615,0.15372517456988796,0.043256388811283866,0.08970272915921251,0.15372517456988796,0.008921722016550955,0.08491283691558092,0.15372517456988796,0.010553850243430103,0.126053036275775,0.5,0.15372517456988796,0.023490036106266047,0.11239202965394865,0.0,0.9916054655480927,0.8483751875329046 -4556,0.5,0.15372517456988796,0.01739628106964123,0.4110470947822032,0.15372517456988796,0.03234112298744421,0.4993410752311666,0.15372517456988796,0.0035975734449368007,0.17734096861012966,0.15372517456988796,0.0009154977824559193,0.2384761620688492,0.15372517456988796,0.033380070766607706,0.01718566529421992,0.15372517456988796,0.011814113125509836,0.027731123317067813,0.15372517456988796,0.00265568887885482,0.03951328024790865,0.15372517456988796,0.0009891467942175801,0.06507999044564537,0.5,0.15372517456988796,0.0021531397998955236,0.2613215456409899,0.15372517456988796,0.0004463059742183301,0.12542401459171212,0.5,0.15372517456988796,0.008142469176803536,0.13135816093138156,0.15372517456988796,0.005939993600632966,0.1037327069110386,0.15372517456988796,0.0398275010276203,0.8643916233546238,0.15372517456988796,0.039056813049823655,0.21709930128899074,0.15372517456988796,0.013837376885327815,0.06722387023942389,0.15372517456988796,0.0018908217856242093,0.05045253792167597,0.15372517456988796,0.0012324386624176357,0.09669593197647944,0.5,0.15372517456988796,5.990792724469991e-05,0.08046355020063847,0.0,0.9929906326146958,0.8806160485369697 -4557,0.5,0.15372517456988796,0.0,0.4327683409335906,0.15372517456988796,0.0,0.5721152613583004,0.15372517456988796,0.0,0.12721534359152242,0.15372517456988796,0.0,0.2353421126938829,0.15372517456988796,0.0,0.01498529966711906,0.15372517456988796,2.3776731787418908e-05,0.015557242902441462,0.15372517456988796,3.4063018174613525e-07,0.021822451527801094,0.15372517456988796,0.0,0.026642492985622553,0.5,0.15372517456988796,0.0,0.12237532232672546,0.15372517456988796,0.0,0.09260056218793897,0.5,0.15372517456988796,0.0,0.109106416168974,0.15372517456988796,0.0,0.06413848842801835,0.15372517456988796,0.0,0.8293800156964166,0.15372517456988796,0.0,0.27347451332240014,0.15372517456988796,0.0,0.03534384029466828,0.15372517456988796,0.0,0.040435016768253916,0.15372517456988796,0.0,0.09365017713015479,0.5,0.15372517456988796,0.0,0.07323940272554211,0.0,0.995053527459077,0.8805586534895024 -4558,0.5,0.15372517456988796,0.0,0.472238759576083,0.15372517456988796,0.0,0.5901984898207278,0.15372517456988796,0.0,0.11611695897583664,0.15372517456988796,0.0,0.2671041690039548,0.15372517456988796,0.0,0.01286003811194787,0.15372517456988796,0.0,0.011001543337562491,0.15372517456988796,0.0,0.013285270548409063,0.15372517456988796,0.0,0.015450248366823396,0.5,0.15372517456988796,0.0,0.07232840649750567,0.15372517456988796,0.0,0.0806711375717851,0.5,0.15372517456988796,0.0,0.13143082295131053,0.15372517456988796,0.0,0.048971222326002345,0.15372517456988796,0.0,0.7853262516194084,0.15372517456988796,0.0,0.3563005060146869,0.15372517456988796,0.0,0.03189244703706319,0.15372517456988796,0.0,0.023149691866052625,0.15372517456988796,0.0,0.0942734730296199,0.5,0.15372517456988796,0.0,0.0766412411121207,0.0,0.9949098872281513,0.8774184854758318 -4559,0.5,0.15372517456988796,0.0,0.5030004519887392,0.15372517456988796,0.0,0.566407486570777,0.15372517456988796,0.0,0.1216216879391524,0.15372517456988796,0.0,0.27171873577691913,0.15372517456988796,0.0,0.012938757623258967,0.15372517456988796,0.0,0.008945237761177113,0.15372517456988796,0.0,0.009678715028365368,0.15372517456988796,0.0,0.004550606789541755,0.5,0.15372517456988796,0.0,0.061267522547584635,0.15372517456988796,0.0,0.07020512963709478,0.5,0.15372517456988796,0.0,0.14664421336818714,0.15372517456988796,0.0,0.0505411627360318,0.15372517456988796,0.0,0.7400119180847391,0.15372517456988796,0.0,0.4176820056230667,0.15372517456988796,0.0,0.0503244155227288,0.15372517456988796,0.0,0.008614442325947021,0.15372517456988796,0.0,0.08303928673202805,0.5,0.15372517456988796,0.0,0.0726996805756191,0.0,0.9943658701433963,0.8698174655928159 -4560,0.5,0.15372517456988796,0.0,0.5011086496816772,0.15372517456988796,0.0,0.524043411617068,0.15372517456988796,0.0,0.16677834549579024,0.15372517456988796,0.0,0.2409294753746039,0.15372517456988796,0.0,0.012297307544544335,0.15372517456988796,0.0,0.007272620173377669,0.15372517456988796,0.0,0.00857955103172559,0.15372517456988796,0.0,0.0011364027024064682,0.5,0.15372517456988796,0.0,0.037859111419338676,0.15372517456988796,0.0,0.053827211688764386,0.5,0.15372517456988796,0.0,0.09132230179104583,0.15372517456988796,0.0,0.04525997125751022,0.15372517456988796,0.0,0.6887711320110238,0.15372517456988796,0.0,0.45211461389170904,0.15372517456988796,0.0,0.08859279928770743,0.15372517456988796,0.0,0.0053174626760472,0.15372517456988796,0.0,0.07361178277026985,0.5,0.15372517456988796,0.0,0.05512150231208625,0.0,0.9909726804507588,0.8266489595061168 -4561,0.5,0.15372517456988796,0.0,0.46743866533774897,0.15372517456988796,0.0,0.4909013122099643,0.15372517456988796,0.0,0.18209402067519612,0.15372517456988796,0.0,0.19971604080024946,0.15372517456988796,0.0,0.012552529646265114,0.15372517456988796,0.0,0.005499226609156758,0.15372517456988796,0.0,0.00815577318821948,0.15372517456988796,0.0,0.0012588683344571285,0.5,0.15372517456988796,0.0,0.012909887483472996,0.15372517456988796,0.0,0.0378455456492962,0.5,0.15372517456988796,0.0,0.05610729346486997,0.15372517456988796,0.0,0.03517304173089416,0.15372517456988796,0.0,0.627209865075301,0.15372517456988796,0.0,0.4429719539450728,0.15372517456988796,0.0,0.11143170130607877,0.15372517456988796,0.0,0.006792249447708592,0.15372517456988796,0.0,0.08500022398395464,0.5,0.15372517456988796,0.0,0.04041173993549661,0.0,0.9835704068154891,0.753033772212538 -4562,0.5,0.15372517456988796,0.0,0.4056878476725492,0.15372517456988796,0.0,0.4533083650067315,0.15372517456988796,0.0,0.17403945673168159,0.15372517456988796,0.0,0.16461306772935588,0.15372517456988796,0.0,0.01220464112486791,0.15372517456988796,0.0,0.0062783791153987025,0.15372517456988796,0.0,0.012987803908127166,0.15372517456988796,0.0,0.0017178863927430096,0.5,0.15372517456988796,0.0,0.006084416060714719,0.15372517456988796,0.0,0.028712416249311853,0.5,0.15372517456988796,0.0,0.0584741394425233,0.15372517456988796,0.0,0.02444352768359189,0.15372517456988796,0.0,0.5669756830968133,0.15372517456988796,0.0,0.40254354458254016,0.15372517456988796,0.0,0.11294206311052381,0.15372517456988796,0.0,0.01158133586057993,0.15372517456988796,0.0,0.10140711960093671,0.5,0.15372517456988796,0.0,0.03621823336702048,0.0,0.9775813519285048,0.6832642548512408 -4563,0.5,0.15372517456988796,0.0,0.3355873985231728,0.15372517456988796,0.0,0.4264030425129688,0.15372517456988796,0.0,0.17219300125476147,0.15372517456988796,0.0,0.12741348554416349,0.15372517456988796,0.0,0.015397687717271452,0.15372517456988796,0.0,0.005731685550639939,0.15372517456988796,0.0,0.01632791095839472,0.15372517456988796,0.0,0.00186284421255732,0.5,0.15372517456988796,0.0,0.004261559012665797,0.15372517456988796,0.0,0.03238577511064821,0.5,0.15372517456988796,0.0,0.06202718624489305,0.15372517456988796,0.0,0.02132833552096819,0.15372517456988796,0.0,0.5131096179313972,0.15372517456988796,0.0,0.35853591096276377,0.15372517456988796,0.0,0.11722429461379033,0.15372517456988796,0.0,0.01708381840537123,0.15372517456988796,0.0,0.1107801220021923,0.5,0.15372517456988796,0.0,0.03594618713600142,0.0,0.9746426205041688,0.630729490565257 -4564,0.5,0.15372517456988796,0.0,0.29346973511717034,0.15372517456988796,0.0,0.3987778198488414,0.15372517456988796,0.0,0.17518860913688883,0.15372517456988796,0.0,0.0988424198475751,0.15372517456988796,0.0,0.020385414683933865,0.15372517456988796,0.0,0.006658286258298509,0.15372517456988796,0.0,0.021893308579790393,0.15372517456988796,0.0,0.0008712137514870995,0.5,0.15372517456988796,0.0,0.0035136753508429354,0.15372517456988796,0.0,0.048252984128807054,0.5,0.15372517456988796,0.0,0.07738369343712075,0.15372517456988796,0.0,0.0218553984313081,0.15372517456988796,0.0,0.48506352562506305,0.15372517456988796,0.0,0.31750859616965266,0.15372517456988796,0.0,0.1160423686970603,0.15372517456988796,0.0,0.019092403321122726,0.15372517456988796,0.0,0.11288034337471442,0.5,0.15372517456988796,0.0,0.03407214564778267,0.0,0.9684178652057399,0.6027232734475703 -4565,0.5,0.15372517456988796,0.004714531322043913,0.2801791804057197,0.15372517456988796,0.0025253820039806913,0.3654117321491971,0.15372517456988796,0.0004069258283255107,0.18678817635189388,0.15372517456988796,0.0008306917077635068,0.0770038705917818,0.15372517456988796,0.0,0.027202031778317527,0.15372517456988796,0.0,0.010150777184493214,0.15372517456988796,0.0,0.030029158709855383,0.15372517456988796,0.0,0.0014848863400606994,0.5,0.15372517456988796,0.0,0.004394756737357957,0.15372517456988796,0.0,0.05317318322692625,0.5,0.15372517456988796,0.0,0.08750089649752846,0.15372517456988796,0.0,0.019455596868262762,0.15372517456988796,0.002932075571125832,0.4781297085683712,0.15372517456988796,0.0005183007473342263,0.29989269578501476,0.15372517456988796,0.0006541716147280881,0.10467627577624007,0.15372517456988796,0.0,0.020640453099295915,0.15372517456988796,4.572001713345213e-09,0.10383637726017289,0.5,0.15372517456988796,2.7939584828092378e-05,0.027528092620210526,0.0,0.9552528318024827,0.5889841691912279 -4566,0.5,0.15372517456988796,0.060887148072345444,0.29554725673344356,0.15372517456988796,0.05285418887655859,0.3854935845947925,0.15372517456988796,0.015590598153306627,0.1929341657714765,0.15372517456988796,0.012366662108507582,0.06195041649904823,0.15372517456988796,0.032687853375171175,0.0356128210195364,0.15372517456988796,0.013282617064666104,0.010612078139178542,0.15372517456988796,0.008351897417808717,0.04145644100841413,0.15372517456988796,0.01877977642343004,0.0024116473969953423,0.5,0.15372517456988796,0.003485192529488162,0.005545818084232691,0.15372517456988796,0.011813746444709292,0.05426233416092687,0.5,0.15372517456988796,0.0036414740282038303,0.0976798018977491,0.15372517456988796,0.009779417542204127,0.018279911296790508,0.15372517456988796,0.053648587253471186,0.4938823520515706,0.15372517456988796,0.04481083218733773,0.29798131486855256,0.15372517456988796,0.031620927084562364,0.10289215545433494,0.15372517456988796,0.00465339710962747,0.03377808138511336,0.15372517456988796,0.007815801391938977,0.12421830820538043,0.5,0.15372517456988796,0.01840162326167582,0.03234400773237965,0.0,0.9246875376153838,0.5739800253248488 -4567,0.5,0.15372517456988796,0.13798106036045482,0.36862694242228533,0.15372517456988796,0.12450563937335321,0.4566827093370081,0.15372517456988796,0.055122464157067966,0.19756113935074576,0.15372517456988796,0.02305408343080714,0.04712064067099196,0.15372517456988796,0.10384966118426599,0.0830500652434028,0.15372517456988796,0.0570614297090512,0.011905860145345767,0.15372517456988796,0.03931266717363423,0.06108820880163248,0.15372517456988796,0.07365311642223045,0.008065247634104168,0.5,0.15372517456988796,0.03065799894385454,0.008447521706887421,0.15372517456988796,0.0680340616810312,0.0770139498362401,0.5,0.15372517456988796,0.01795943963111972,0.1490576972892273,0.15372517456988796,0.04236306560391619,0.0307513697387553,0.15372517456988796,0.12391832811242327,0.5798851415727664,0.15372517456988796,0.11351938867780012,0.3605485080810228,0.15372517456988796,0.09178183630221495,0.12758875081632998,0.15372517456988796,0.02304967020724944,0.07041086007839298,0.15372517456988796,0.023327251357700217,0.17575742780882525,0.5,0.15372517456988796,0.06243136893145615,0.09851589291104192,0.0,0.8859579981900612,0.5612220002043611 -4568,0.5,0.15372517456988796,0.2455736037344161,0.4957034235625848,0.15372517456988796,0.2370591816852508,0.42044772987743295,0.15372517456988796,0.10886279754693198,0.1834968536454394,0.15372517456988796,0.03381118112251474,0.043483252624619384,0.15372517456988796,0.21780690249325396,0.1659849097316117,0.15372517456988796,0.11832893601854347,0.026725574096246853,0.15372517456988796,0.09274761593941569,0.0771931095268515,0.15372517456988796,0.1321327861324748,0.029145266430543038,0.5,0.15372517456988796,0.07661042730634549,0.026582530362146785,0.15372517456988796,0.16642668279574835,0.13086764442804533,0.5,0.15372517456988796,0.03745483402077846,0.16070204531908636,0.15372517456988796,0.08064167627162802,0.06369798926034728,0.15372517456988796,0.23672943993011808,0.6397488221648575,0.15372517456988796,0.22566614108656663,0.4419822008351971,0.15372517456988796,0.18606436627969777,0.16451036566469954,0.15372517456988796,0.053314611280759525,0.12918458108198838,0.15372517456988796,0.04607030126974783,0.218089781556825,0.5,0.15372517456988796,0.11692055338041218,0.16360427772313732,0.0,0.8632758431087437,0.5405252839677388 -4569,0.5,0.15372517456988796,0.3572791923502283,0.6295353827810173,0.15372517456988796,0.35603548056141343,0.5513575953390242,0.15372517456988796,0.14924354755681868,0.1579922075588064,0.15372517456988796,0.05282143724454236,0.04439681186836923,0.15372517456988796,0.3414682726384243,0.22537225848214043,0.15372517456988796,0.20979047558510486,0.05158682524135627,0.15372517456988796,0.17263631204585408,0.0938773673510174,0.15372517456988796,0.21092492224102302,0.06666127469991283,0.5,0.15372517456988796,0.13468034266459378,0.047237905692641004,0.15372517456988796,0.22687958049187376,0.16111683280256828,0.5,0.15372517456988796,0.052788713833317215,0.1856475710574137,0.15372517456988796,0.11994614410316795,0.12545629535429503,0.15372517456988796,0.3557384058138889,0.678117009567389,0.15372517456988796,0.3456518897017815,0.44692014898008225,0.15372517456988796,0.3090932672758019,0.20670627556809973,0.15372517456988796,0.10279565180494822,0.20084865410425676,0.15372517456988796,0.07225521498963047,0.2597844084391018,0.5,0.15372517456988796,0.16578398568390929,0.18447617795063026,0.0,0.8386837120636002,0.5251895933143595 -4570,0.5,0.15372517456988796,0.478567892045791,0.7339369569410026,0.15372517456988796,0.4841394830338581,0.7041181930007189,0.15372517456988796,0.16837637162553754,0.1380067526103358,0.15372517456988796,0.07473569493077242,0.04909123693956553,0.15372517456988796,0.47470994859656906,0.2063942786597639,0.15372517456988796,0.33938261267206704,0.07386164977421406,0.15372517456988796,0.2836958686625668,0.09066661829885118,0.15372517456988796,0.31555414291277495,0.14502544514496954,0.5,0.15372517456988796,0.19638110868830136,0.06359816222360361,0.15372517456988796,0.2249003970390202,0.1737609336006634,0.5,0.15372517456988796,0.0463526873791189,0.24059421403779446,0.15372517456988796,0.12442910236744664,0.14846521170409305,0.15372517456988796,0.4854386567026695,0.7462781401264953,0.15372517456988796,0.4756649392762198,0.4532648394819956,0.15372517456988796,0.4552984050716252,0.2768250011973107,0.15372517456988796,0.17885467896050777,0.2847795246050777,0.15372517456988796,0.07347497560988314,0.2671951792123043,0.5,0.15372517456988796,0.1766197655889043,0.18495931400090604,0.0,0.7748886642223575,0.4850869596320324 -4571,0.5,0.15372517456988796,0.5636384706650198,0.8386045502746986,0.15372517456988796,0.5887311512987851,0.8070783410992614,0.15372517456988796,0.2168066867297262,0.14525306377717268,0.15372517456988796,0.09091968092725297,0.09501815451870003,0.15372517456988796,0.5871333792683385,0.21043119776671598,0.15372517456988796,0.4582105987496434,0.08969415684622058,0.15372517456988796,0.42079150151854305,0.07602330796315811,0.15372517456988796,0.38122807688011273,0.24450679463238145,0.5,0.15372517456988796,0.25889534906846123,0.10855101481568664,0.15372517456988796,0.22809758513393025,0.2160860128646729,0.5,0.15372517456988796,0.03187195906648539,0.2910981828914451,0.15372517456988796,0.12357249791524749,0.14169322564389142,0.15372517456988796,0.5943438707479541,0.7532610444257795,0.15372517456988796,0.5856079735645964,0.5056987465132874,0.15372517456988796,0.5786018979395282,0.4043384932791494,0.15372517456988796,0.2690726306703133,0.3138861516801204,0.15372517456988796,0.06508639527814172,0.24479082562636623,0.5,0.15372517456988796,0.18210699301909877,0.19851301951122236,0.0,0.7565828267061294,0.4217782070622658 -4572,0.5,0.15372517456988796,0.5491436669905082,0.8646871697826366,0.15372517456988796,0.6492763294124939,0.8784790570321395,0.15372517456988796,0.26988709749422723,0.26614677417260607,0.15372517456988796,0.09999281401848982,0.0880543279754083,0.15372517456988796,0.6558087722269274,0.2530295762530959,0.15372517456988796,0.5596755989441884,0.08096561670813349,0.15372517456988796,0.5662868745429369,0.08487055057072557,0.15372517456988796,0.39167572787821303,0.2447477105119043,0.5,0.15372517456988796,0.28358296929259097,0.20811015864877572,0.15372517456988796,0.2097788616406089,0.2508064619001333,0.5,0.15372517456988796,0.02697170655128154,0.3064924626319697,0.15372517456988796,0.11574561099946226,0.15973975799534912,0.15372517456988796,0.6602250613812923,0.7846221677634948,0.15372517456988796,0.6506531196529833,0.5742204319724384,0.15372517456988796,0.6324104187005426,0.532495903624632,0.15372517456988796,0.4343304934756971,0.3276888519326333,0.15372517456988796,0.046433662532138396,0.19319015967260525,0.5,0.15372517456988796,0.22810847051449112,0.22829791035240166,0.0,0.7874300968405806,0.3913200818963011 -4573,0.5,0.15372517456988796,0.5858283403538069,0.864284259430464,0.15372517456988796,0.6340022320651029,0.9148813294261036,0.15372517456988796,0.2031791729109959,0.19917835621906407,0.15372517456988796,0.06079736300314788,0.0844832142151574,0.15372517456988796,0.6815628830695353,0.3014469940809474,0.15372517456988796,0.6389827994101297,0.08696684261412314,0.15372517456988796,0.6278717471306499,0.13498854438505073,0.15372517456988796,0.5319624352048884,0.20235352167300533,0.5,0.15372517456988796,0.2803962483521503,0.2220407199718833,0.15372517456988796,0.19514246814415137,0.2871481212029366,0.5,0.15372517456988796,0.026992976165753163,0.2988059488159436,0.15372517456988796,0.10818999337899737,0.1929215015525734,0.15372517456988796,0.684922446854476,0.820300016615724,0.15372517456988796,0.6591148067985206,0.6277344679891237,0.15372517456988796,0.5929649096949583,0.5779158235616998,0.15372517456988796,0.5641113795074705,0.3900096317564553,0.15372517456988796,0.03722004642267217,0.16314584032098253,0.5,0.15372517456988796,0.24965520691408874,0.24582876159068756,0.0,0.8237057351398734,0.37237659548654867 -4574,0.5,0.15372517456988796,0.5260727228417285,0.8504576674286483,0.15372517456988796,0.6627336041880095,0.932072635769953,0.15372517456988796,0.19431484390329312,0.19062211594584527,0.15372517456988796,0.06736022097239582,0.1524305011496726,0.15372517456988796,0.6390733455122022,0.347884339528611,0.15372517456988796,0.6351438466765139,0.08824695106583885,0.15372517456988796,0.6418926880553129,0.157787078191534,0.15372517456988796,0.6237367938553855,0.20795388514580293,0.5,0.15372517456988796,0.2894515193457904,0.21256770256275645,0.15372517456988796,0.1059845158213209,0.2894599477662581,0.5,0.15372517456988796,0.021479291855265082,0.2634377080995009,0.15372517456988796,0.08151624054787421,0.17882266592642004,0.15372517456988796,0.6712401154131618,0.8454590490517521,0.15372517456988796,0.6258014274275867,0.6659775950937152,0.15372517456988796,0.5552062921521976,0.6197038962035634,0.15372517456988796,0.5224455195852424,0.3437102323118231,0.15372517456988796,0.040477968801453296,0.14672524967385214,0.5,0.15372517456988796,0.19958956434852276,0.2480428603687308,0.0,0.8377646544776876,0.33614988092144865 -4575,0.5,0.15372517456988796,0.4153001553088733,0.7913737802294836,0.15372517456988796,0.6081726855099184,0.9574261094880144,0.15372517456988796,0.1895966004027973,0.1415361192337389,0.15372517456988796,0.08156120608704089,0.1757606512766127,0.15372517456988796,0.5348651317526392,0.3624422428248957,0.15372517456988796,0.5757007163173875,0.08344822535499241,0.15372517456988796,0.518695984918573,0.12797784048541344,0.15372517456988796,0.5793327691382241,0.21510145936915548,0.5,0.15372517456988796,0.3369762075706911,0.21521967314901802,0.15372517456988796,0.05228547659194964,0.2850455368654029,0.5,0.15372517456988796,0.014173346551788273,0.2255929292452308,0.15372517456988796,0.0488076875216866,0.1590146758955223,0.15372517456988796,0.6127454334520221,0.8673173813424924,0.15372517456988796,0.5833352440882045,0.6915154698065086,0.15372517456988796,0.5329588446380529,0.5939374414911464,0.15372517456988796,0.3766121511000736,0.21051121658864946,0.15372517456988796,0.04329149830777017,0.13342920538799877,0.5,0.15372517456988796,0.12231257571935496,0.22062079884409677,0.0,0.8283326992491953,0.3045242169997773 -4576,0.5,0.15372517456988796,0.3066359270599061,0.6742183019591232,0.15372517456988796,0.5072746955796507,0.962330610622204,0.15372517456988796,0.12234993254168017,0.13238572456158504,0.15372517456988796,0.07666704263767435,0.19411492489418586,0.15372517456988796,0.4668280458603661,0.36567693423504544,0.15372517456988796,0.5067737177054218,0.09314969434316135,0.15372517456988796,0.3963488756066982,0.10157178820120746,0.15372517456988796,0.4826416194633112,0.18678933794980118,0.5,0.15372517456988796,0.3381952357034277,0.20163917119477917,0.15372517456988796,0.027127463343501305,0.30773403723287834,0.5,0.15372517456988796,0.008938630886732597,0.16024475773544214,0.15372517456988796,0.029093198431753703,0.15795927887809486,0.15372517456988796,0.5102908994491208,0.8723085200554814,0.15372517456988796,0.4943135181983176,0.6989628705108331,0.15372517456988796,0.34326038212767407,0.5126749387026026,0.15372517456988796,0.2933570384648802,0.17638451044782952,0.15372517456988796,0.03797009654611046,0.11759665094483022,0.5,0.15372517456988796,0.07479204304913134,0.1923827237045993,0.0,0.8135760111687399,0.2700882982888688 -4577,0.5,0.15372517456988796,0.21400648564477026,0.5915682823849131,0.15372517456988796,0.3812734596721201,0.9308641900603654,0.15372517456988796,0.06536583628792804,0.30130975634550405,0.15372517456988796,0.09687127045280827,0.21774092464207775,0.15372517456988796,0.3518030408729096,0.27123747610528615,0.15372517456988796,0.36976366696924895,0.0824235858768329,0.15372517456988796,0.24312593656400755,0.04780959964072715,0.15372517456988796,0.38121616900285643,0.16219202184850406,0.5,0.15372517456988796,0.2546016278719958,0.17997050015353597,0.15372517456988796,0.030024131741508107,0.3795792438448036,0.5,0.15372517456988796,0.004692741813847325,0.11206511109175336,0.15372517456988796,0.01836141294133415,0.1683648456191044,0.15372517456988796,0.3872347896473695,0.8410492336232525,0.15372517456988796,0.38290556610373894,0.6659830535827205,0.15372517456988796,0.21701002400708203,0.39675272027531594,0.15372517456988796,0.20277321319384944,0.1312002726491997,0.15372517456988796,0.027687658553480925,0.09856860724048819,0.5,0.15372517456988796,0.0501425522525358,0.1710963565083987,0.0,0.8410080949253189,0.25675697285584903 -4578,0.5,0.15372517456988796,0.15332248426684875,0.5873760228976995,0.15372517456988796,0.2602224483691577,0.8311325881651221,0.15372517456988796,0.06978175670425711,0.2449071028673526,0.15372517456988796,0.08040636014447752,0.17501391236914798,0.15372517456988796,0.24268489019599893,0.16789478351243228,0.15372517456988796,0.21814225078827337,0.037861834134513765,0.15372517456988796,0.17289586728176323,0.037123555864145445,0.15372517456988796,0.21852093153195035,0.08870606921009563,0.5,0.15372517456988796,0.17254526109862486,0.11511054671856331,0.15372517456988796,0.02436907018359382,0.3822019389325705,0.5,0.15372517456988796,0.0029080200206419438,0.07407650306973118,0.15372517456988796,0.008209508751090165,0.16173535534922145,0.15372517456988796,0.2667045136978856,0.7562172410680187,0.15372517456988796,0.2671812020526082,0.5534397653545986,0.15372517456988796,0.11845753328489572,0.28550328383309237,0.15372517456988796,0.05419744445816296,0.05665119790372131,0.15372517456988796,0.012736246645525489,0.07292970382446459,0.5,0.15372517456988796,0.03367829716274423,0.14599183016641343,0.0,0.8839464602767277,0.2469666316839525 -4579,0.5,0.15372517456988796,0.07604286442023375,0.6256331755490205,0.15372517456988796,0.13597785880686725,0.6443580366487648,0.15372517456988796,0.060877893882070704,0.13476763715913995,0.15372517456988796,0.04210125501573898,0.11096465182413597,0.15372517456988796,0.12551191207059442,0.16518197190642592,0.15372517456988796,0.132830503676304,0.014705347937095208,0.15372517456988796,0.0792034092082377,0.015296138765594956,0.15372517456988796,0.12387445830585674,0.030586497531689995,0.5,0.15372517456988796,0.07233311982926909,0.0550029159280044,0.15372517456988796,0.0054815172858951496,0.3386466891120926,0.5,0.15372517456988796,0.0012430239210223203,0.040691871321348376,0.15372517456988796,0.0020457220261616616,0.1357217874973852,0.15372517456988796,0.14281744537386132,0.6335839915635872,0.15372517456988796,0.1476830627019245,0.4252930945986784,0.15372517456988796,0.06649771319102941,0.18310229987295915,0.15372517456988796,0.021644681312980925,0.061029448615949625,0.15372517456988796,0.0034751089231448537,0.04471847164882929,0.5,0.15372517456988796,0.016041597320841323,0.1419673448675058,0.0,0.9072532632593666,0.23503009796581162 -4580,0.5,0.15372517456988796,0.016286484756391155,0.6399148581492833,0.15372517456988796,0.03324958573924666,0.5445998423767888,0.15372517456988796,0.01790474460111189,0.08249455763294616,0.15372517456988796,0.004774339659883515,0.05770716479321202,0.15372517456988796,0.03633462073694261,0.1843301483912808,0.15372517456988796,0.03764595820643612,0.02546212644441271,0.15372517456988796,0.01492409251046823,0.01314154152862492,0.15372517456988796,0.02972817939824047,0.015468222510999,0.5,0.15372517456988796,0.019514906942813968,0.04110018522624541,0.15372517456988796,0.00015655419235520568,0.29041909905381663,0.5,0.15372517456988796,0.00025485518049859834,0.02387225219638779,0.15372517456988796,0.00011553704741374848,0.10420630559173816,0.15372517456988796,0.039958727483471984,0.5850078971443561,0.15372517456988796,0.03948149093701668,0.3929251484143136,0.15372517456988796,0.01986180827227139,0.15849600000290753,0.15372517456988796,0.008018151410731566,0.047491472116833966,0.15372517456988796,0.0009802535376711272,0.0277056495768862,0.5,0.15372517456988796,0.000319152806094564,0.12129492987055852,0.0,0.9145069359334901,0.22318184750406111 -4581,0.5,0.15372517456988796,0.0,0.5909957738725102,0.15372517456988796,0.0,0.5587005668573494,0.15372517456988796,0.0,0.06691086703315126,0.15372517456988796,0.0,0.038434173082114144,0.15372517456988796,0.0,0.1894631771207386,0.15372517456988796,0.0,0.03742706176388584,0.15372517456988796,0.0,0.014148296456706613,0.15372517456988796,0.0,0.010342294755407041,0.5,0.15372517456988796,0.0,0.05140642040882834,0.15372517456988796,0.0,0.28354916068338176,0.5,0.15372517456988796,0.0,0.021971002359160482,0.15372517456988796,0.0,0.07515880413854908,0.15372517456988796,0.0,0.5980878342741117,0.15372517456988796,0.0,0.39497374105032956,0.15372517456988796,0.0,0.18229542149580616,0.15372517456988796,0.0,0.04528095210004788,0.15372517456988796,0.0,0.029968402010562098,0.5,0.15372517456988796,0.0,0.1526676948807031,0.0,0.9177268529775369,0.2262809010137406 -4582,0.5,0.15372517456988796,0.0,0.5354205858357998,0.15372517456988796,0.0,0.5454890561941799,0.15372517456988796,0.0,0.05283261416284369,0.15372517456988796,0.0,0.0370477810249873,0.15372517456988796,0.0,0.16368148228536664,0.15372517456988796,0.0,0.03678949455521374,0.15372517456988796,0.0,0.010747431599667352,0.15372517456988796,0.0,0.008760155418913475,0.5,0.15372517456988796,0.0,0.05399306571983686,0.15372517456988796,0.0,0.29400837831432264,0.5,0.15372517456988796,0.0,0.028478217013848686,0.15372517456988796,0.0,0.06752491063530593,0.15372517456988796,0.0,0.5778534973041773,0.15372517456988796,0.0,0.4032896575228406,0.15372517456988796,0.0,0.21393426734962384,0.15372517456988796,0.0,0.05179513887053607,0.15372517456988796,0.0,0.044039046158396905,0.5,0.15372517456988796,0.0,0.14548434535440896,0.0,0.9238115096208548,0.25720742022072074 -4583,0.5,0.15372517456988796,0.0,0.46048150420606715,0.15372517456988796,0.0,0.5218732747514816,0.15372517456988796,0.0,0.05032962630470422,0.15372517456988796,0.0,0.045699211293577735,0.15372517456988796,0.0,0.15185972046037502,0.15372517456988796,0.0,0.030226848890894602,0.15372517456988796,0.0,0.012168930648721652,0.15372517456988796,0.0,0.00610999824594058,0.5,0.15372517456988796,0.0,0.051196373833936194,0.15372517456988796,0.0,0.2855239885461756,0.5,0.15372517456988796,0.0,0.06724507273438675,0.15372517456988796,0.0,0.05963046522253928,0.15372517456988796,0.0,0.5358806900398049,0.15372517456988796,0.0,0.4188184704222174,0.15372517456988796,0.0,0.2262742746010292,0.15372517456988796,0.0,0.06417774271435721,0.15372517456988796,0.0,0.060595798090768274,0.5,0.15372517456988796,0.0,0.1055139976893332,0.0,0.910722763812019,0.37369554819284806 -4584,0.5,0.15372517456988796,0.0,0.40899156757812594,0.15372517456988796,0.0,0.4646630851577926,0.15372517456988796,0.0,0.04598027317333206,0.15372517456988796,0.0,0.0486925652168014,0.15372517456988796,0.0,0.18198098676218508,0.15372517456988796,0.0,0.029459020781731675,0.15372517456988796,0.0,0.019269853727822257,0.15372517456988796,0.0,0.005819664910308258,0.5,0.15372517456988796,0.0,0.04284874961127122,0.15372517456988796,0.0,0.26815971714814835,0.5,0.15372517456988796,0.0,0.13421089992605315,0.15372517456988796,0.0,0.05119994358703982,0.15372517456988796,0.0,0.4940569630936251,0.15372517456988796,0.0,0.4237133384329208,0.15372517456988796,0.0,0.21838187527209382,0.15372517456988796,0.0,0.05927708383950984,0.15372517456988796,0.0,0.07324189996721081,0.5,0.15372517456988796,0.0,0.058568366813126306,0.0,0.8916647653086824,0.6468059380993278 -4585,0.5,0.15372517456988796,0.0,0.3749275029066865,0.15372517456988796,0.0,0.38023023145158413,0.15372517456988796,0.0,0.03917545933136207,0.15372517456988796,0.0,0.050759108304198115,0.15372517456988796,0.0,0.21309162508367835,0.15372517456988796,0.0,0.029844141650065076,0.15372517456988796,0.0,0.02019757475969506,0.15372517456988796,0.0,0.0032523741083639113,0.5,0.15372517456988796,0.0,0.02816834923857818,0.15372517456988796,0.0,0.2150576180483131,0.5,0.15372517456988796,0.0,0.14612926162186632,0.15372517456988796,0.0,0.046579882335069434,0.15372517456988796,0.0,0.4438297710665733,0.15372517456988796,0.0,0.41606614097666605,0.15372517456988796,0.0,0.18913823272344168,0.15372517456988796,0.0,0.03812166344448842,0.15372517456988796,0.0,0.07138118600861469,0.5,0.15372517456988796,0.0,0.03307067194387129,0.0,0.8965320865779344,0.8136272589070797 -4586,0.5,0.15372517456988796,0.0,0.3503261969547625,0.15372517456988796,0.0,0.33659304316123945,0.15372517456988796,0.0,0.03403337874084976,0.15372517456988796,0.0,0.0518849084348257,0.15372517456988796,0.0,0.21025122208393446,0.15372517456988796,0.0,0.03206638525427075,0.15372517456988796,0.0,0.017261224656945535,0.15372517456988796,0.0,0.0019352172801135892,0.5,0.15372517456988796,0.0,0.02318348154620638,0.15372517456988796,0.0,0.1606387885140837,0.5,0.15372517456988796,0.0,0.1208714328748846,0.15372517456988796,0.0,0.052858343951211355,0.15372517456988796,0.0,0.3938601548284918,0.15372517456988796,0.0,0.38427536152058495,0.15372517456988796,0.0,0.1706351415335851,0.15372517456988796,0.0,0.028215438948459792,0.15372517456988796,0.0,0.06423292966214797,0.5,0.15372517456988796,0.0,0.020569563338647148,0.0,0.9239238459003734,0.8070153748204637 -4587,0.5,0.15372517456988796,0.0,0.3290982390567865,0.15372517456988796,0.0,0.2881848176486161,0.15372517456988796,0.0,0.02726866168270431,0.15372517456988796,0.0,0.0567498495253656,0.15372517456988796,0.0,0.17956633156043572,0.15372517456988796,0.0,0.03096241832427775,0.15372517456988796,0.0,0.01264950199832922,0.15372517456988796,0.0,0.001542403881829628,0.5,0.15372517456988796,0.0,0.018977661671058348,0.15372517456988796,0.0,0.12131750407573814,0.5,0.15372517456988796,0.0,0.08996816079595735,0.15372517456988796,0.0,0.0659203534155319,0.15372517456988796,0.0,0.3747655323192714,0.15372517456988796,0.0,0.3355457487856921,0.15372517456988796,0.0,0.14556263797155666,0.15372517456988796,0.0,0.028001402281840324,0.15372517456988796,0.0,0.06307888886234417,0.5,0.15372517456988796,0.0,0.012729415024266137,0.0,0.9406082687151167,0.7963452638600824 -4588,0.5,0.15372517456988796,0.0,0.3097551661474247,0.15372517456988796,0.0,0.2578187298377628,0.15372517456988796,0.0,0.023229144646947378,0.15372517456988796,0.0,0.058923665372320265,0.15372517456988796,0.0,0.16024613321016482,0.15372517456988796,0.0,0.027755899063380052,0.15372517456988796,0.0,0.010216401296094187,0.15372517456988796,0.0,0.0023685520682371606,0.5,0.15372517456988796,0.0,0.015199076867883346,0.15372517456988796,0.0,0.08568608742449581,0.5,0.15372517456988796,0.0,0.07655162123751841,0.15372517456988796,0.0,0.07849413412144102,0.15372517456988796,0.0,0.3734646998085939,0.15372517456988796,0.0,0.294302969090251,0.15372517456988796,0.0,0.11951474458116615,0.15372517456988796,0.0,0.02649427637108506,0.15372517456988796,0.0,0.06326827501563803,0.5,0.15372517456988796,0.0,0.006991196520701585,0.0,0.9498738704827595,0.7642088306640376 -4589,0.5,0.15372517456988796,0.004416811594904893,0.29672457503338023,0.15372517456988796,0.002339643830249555,0.2482108695059277,0.15372517456988796,0.000386348179676377,0.025366211251305313,0.15372517456988796,0.0019498504563073959,0.055498508898760235,0.15372517456988796,0.0,0.15459616115369285,0.15372517456988796,0.0,0.029866152629936374,0.15372517456988796,0.0,0.01392877240572908,0.15372517456988796,0.0,0.004923733098346612,0.5,0.15372517456988796,0.0,0.012339348485237399,0.15372517456988796,0.0,0.05956225863372199,0.5,0.15372517456988796,0.0,0.0706435689369941,0.15372517456988796,0.0,0.0857641598895823,0.15372517456988796,0.002734559048155594,0.3684651647747156,0.15372517456988796,0.00040976743902606627,0.2753132290104502,0.15372517456988796,0.0006414207384800081,0.10084333670196167,0.15372517456988796,0.0,0.020082754036722043,0.15372517456988796,0.0,0.06782117489118507,0.5,0.15372517456988796,1.1630268926253605e-09,0.00435743110829186,0.0,0.9491241124697964,0.7197939863004801 -4590,0.5,0.15372517456988796,0.06065766834204549,0.3510209932265054,0.15372517456988796,0.05310157574433334,0.29239443537119464,0.15372517456988796,0.02626302181349051,0.03524276815832137,0.15372517456988796,0.03866304831774654,0.0559206255418162,0.15372517456988796,0.03989357233119336,0.1403423468982019,0.15372517456988796,0.028336921242347046,0.03589241998348153,0.15372517456988796,0.03516864170721549,0.021145163957122088,0.15372517456988796,0.006770079248415354,0.0074800412917653625,0.5,0.15372517456988796,0.013116850063274673,0.008147373735495886,0.15372517456988796,0.0006937709237921457,0.03712318843457499,0.5,0.15372517456988796,0.00973882631398806,0.07028191386378488,0.15372517456988796,0.0007842912803323347,0.07536136951155861,0.15372517456988796,0.05368071303520878,0.3850034310248694,0.15372517456988796,0.04521244886105609,0.26830504370675934,0.15372517456988796,0.04763300897574123,0.09824765417620848,0.15372517456988796,0.03333657427032287,0.013401144483092748,0.15372517456988796,0.00906897912098606,0.07328121464267733,0.5,0.15372517456988796,0.0035096656329359943,0.0045358267627814775,0.0,0.9388845774424612,0.6850764655768753 -4591,0.5,0.15372517456988796,0.14019815518028497,0.4665714887172284,0.15372517456988796,0.12588531698259037,0.4544267027818688,0.15372517456988796,0.08097778710841069,0.055634612024718075,0.15372517456988796,0.10304360291151332,0.07422160269556831,0.15372517456988796,0.10899900854261332,0.19489733035277737,0.15372517456988796,0.09092725469087674,0.06301618692465501,0.15372517456988796,0.10194795317888714,0.041959583926046255,0.15372517456988796,0.05274894468119671,0.006238787542983829,0.5,0.15372517456988796,0.043881648815775234,0.005383779692818461,0.15372517456988796,0.00652227677651115,0.02278932184681335,0.5,0.15372517456988796,0.04468781858670521,0.07438635470451868,0.15372517456988796,0.006300218626518446,0.07091645890530267,0.15372517456988796,0.12492833470673209,0.521186986878825,0.15372517456988796,0.11476833370855419,0.3429532011575746,0.15372517456988796,0.12118134039241199,0.14542793571884016,0.15372517456988796,0.10109314566729936,0.01033253839059768,0.15372517456988796,0.04061715878251797,0.09028327805758349,0.5,0.15372517456988796,0.017135018614345715,0.00892719426443148,0.0,0.9187085482354403,0.6683996923956386 -4592,0.5,0.15372517456988796,0.2560188271292644,0.5879638873475619,0.15372517456988796,0.24082620330898108,0.6663377740328066,0.15372517456988796,0.16708450527593363,0.08132070277780731,0.15372517456988796,0.18152310542622596,0.08536221990737076,0.15372517456988796,0.22251048951628516,0.29150150733474284,0.15372517456988796,0.17958579721494672,0.11073642383429586,0.15372517456988796,0.20620920905091353,0.06565440119108311,0.15372517456988796,0.14526373177164661,0.006463172950030334,0.5,0.15372517456988796,0.06725453799656714,0.00681867403445426,0.15372517456988796,0.03298578123489379,0.01850448447360479,0.5,0.15372517456988796,0.10017586269240464,0.1252789855264247,0.15372517456988796,0.020648166056214737,0.06753477629404071,0.15372517456988796,0.2398435324711235,0.631403983053156,0.15372517456988796,0.228098724211075,0.45918612211061666,0.15372517456988796,0.23762273612305918,0.20368722444114173,0.15372517456988796,0.20586606044207234,0.02041001719157562,0.15372517456988796,0.08641694559380822,0.11884992974602854,0.5,0.15372517456988796,0.052310272762727844,0.021955390655983092,0.0,0.8999225484360256,0.6635065471292765 -4593,0.5,0.15372517456988796,0.37971434831120676,0.6838245830012109,0.15372517456988796,0.3622724464390122,0.6738984910574403,0.15372517456988796,0.25231912244119403,0.11224677797851124,0.15372517456988796,0.2619797977574144,0.1023859796472681,0.15372517456988796,0.34654999192131625,0.2998794889951027,0.15372517456988796,0.26554334020483195,0.12305125229067307,0.15372517456988796,0.32648728218233314,0.0780253732336692,0.15372517456988796,0.24128573921219562,0.011234055395669452,0.5,0.15372517456988796,0.10725648351033049,0.008728832861976512,0.15372517456988796,0.07479322681605217,0.018909551110203614,0.5,0.15372517456988796,0.16832899636170354,0.14392966654074274,0.15372517456988796,0.044868080730342166,0.06993203921501641,0.15372517456988796,0.36183019986568465,0.6378833583925718,0.15372517456988796,0.3500167721494856,0.474149786956054,0.15372517456988796,0.3626087161911747,0.2360029019660808,0.15372517456988796,0.3249494119869768,0.038519022488495036,0.15372517456988796,0.13638925260139584,0.14087439177304334,0.5,0.15372517456988796,0.12959995075524403,0.03564729080412289,0.0,0.8899044020960879,0.6399634938389515 -4594,0.5,0.15372517456988796,0.5030658896965856,0.7615221464929331,0.15372517456988796,0.4912402494487206,0.6805675149623922,0.15372517456988796,0.36577437411561237,0.15484198484285025,0.15372517456988796,0.3454262940976099,0.13859942009551374,0.15372517456988796,0.4818246100802357,0.2941225935918791,0.15372517456988796,0.35377600128748465,0.13090458006058137,0.15372517456988796,0.4600202911419574,0.09389279793752683,0.15372517456988796,0.2920063774323031,0.015531953432335098,0.5,0.15372517456988796,0.1726663650700222,0.008729959671999184,0.15372517456988796,0.155773055651646,0.023620535537170022,0.5,0.15372517456988796,0.20744323933912562,0.117680700293204,0.15372517456988796,0.07904842791119407,0.07442891086131136,0.15372517456988796,0.4929600245088577,0.6245580572165711,0.15372517456988796,0.4825511643525805,0.487276811919663,0.15372517456988796,0.4961263118887711,0.30062922730139446,0.15372517456988796,0.4401706714450361,0.0707736598477121,0.15372517456988796,0.2029865031422723,0.1461012952156064,0.5,0.15372517456988796,0.21173942131454648,0.050090059848432414,0.0,0.9037273428956344,0.5744814158370748 -4595,0.5,0.15372517456988796,0.6026671318785917,0.8007867547722194,0.15372517456988796,0.562690007180472,0.723201181025648,0.15372517456988796,0.4740529040271698,0.20128791215280017,0.15372517456988796,0.4266373073631683,0.1898045400380136,0.15372517456988796,0.5968153377571879,0.3329895481686749,0.15372517456988796,0.44720168709535907,0.14824300764126516,0.15372517456988796,0.5662169920097753,0.1504334016245653,0.15372517456988796,0.2775165898553333,0.010178839566973963,0.5,0.15372517456988796,0.2522825798038275,0.0045666802131748485,0.15372517456988796,0.19994995890912648,0.019644779779716195,0.5,0.15372517456988796,0.23701173123595426,0.1077335506442667,0.15372517456988796,0.11211193838166053,0.05844260178525024,0.15372517456988796,0.5869658564078932,0.6431229595476492,0.15372517456988796,0.5879337762973171,0.5115222844820246,0.15372517456988796,0.598930039988393,0.3771405605472028,0.15372517456988796,0.5151422352022461,0.12220090509685387,0.15372517456988796,0.30401083711025817,0.13748934244152608,0.5,0.15372517456988796,0.22590475837803756,0.07100158363301987,0.0,0.9153297489983944,0.5214513275730533 -4596,0.5,0.15372517456988796,0.6478021088945453,0.804810590286041,0.15372517456988796,0.602159787944422,0.7462537168121756,0.15372517456988796,0.5030328611476104,0.23548625627577116,0.15372517456988796,0.43193911945176866,0.21016579564833995,0.15372517456988796,0.6671770681670144,0.402779880580593,0.15372517456988796,0.5410555438805854,0.19598071199908806,0.15372517456988796,0.6184910317739242,0.23111761083399615,0.15372517456988796,0.3571420709036037,0.01535758774802503,0.5,0.15372517456988796,0.3209240098949868,0.004112560831147421,0.15372517456988796,0.2523040574280522,0.014926715697832223,0.5,0.15372517456988796,0.34731482637610833,0.10473286798593584,0.15372517456988796,0.18019373897263524,0.04576131840392482,0.15372517456988796,0.6389436649744037,0.6681698175431525,0.15372517456988796,0.6443405445363624,0.5263364225873355,0.15372517456988796,0.6541821705343458,0.43712761182978366,0.15372517456988796,0.5653118773283717,0.14823466890066994,0.15372517456988796,0.37940576602664466,0.12962131460111545,0.5,0.15372517456988796,0.13928941983744958,0.07231116680649265,0.0,0.9202070473604134,0.5098626542128717 -4597,0.5,0.15372517456988796,0.6676017347387296,0.7915385468104206,0.15372517456988796,0.6174959142640258,0.7723622477911098,0.15372517456988796,0.48545336293785046,0.25316995466761893,0.15372517456988796,0.4603303543620632,0.2021133090684624,0.15372517456988796,0.681086551159589,0.42153396092520423,0.15372517456988796,0.4981787612529077,0.23753306988901035,0.15372517456988796,0.6634188694082164,0.2751711376993382,0.15372517456988796,0.40002823804889975,0.02761714691376654,0.5,0.15372517456988796,0.46807461000674966,0.006497311781002355,0.15372517456988796,0.3116451274177196,0.011883657559056036,0.5,0.15372517456988796,0.4659794010366427,0.0545993057035408,0.15372517456988796,0.25195391825165236,0.04206849135188712,0.15372517456988796,0.6668836828138148,0.6859284494800021,0.15372517456988796,0.6629882019541599,0.5415626468273929,0.15372517456988796,0.6651652873970105,0.4652943798489255,0.15372517456988796,0.545868087443685,0.14720123613438224,0.15372517456988796,0.3615721491461421,0.09196306368830054,0.5,0.15372517456988796,0.12461383044474135,0.07792336031207363,0.0,0.9123557335498855,0.4827184045770229 -4598,0.5,0.15372517456988796,0.6413281573261685,0.7782116492639526,0.15372517456988796,0.6057141062843944,0.8016443927473613,0.15372517456988796,0.5172615230869332,0.2503964125888871,0.15372517456988796,0.4296217554644546,0.17124671037564318,0.15372517456988796,0.6628399253830877,0.391741953930437,0.15372517456988796,0.5883954916940369,0.25000657896277056,0.15372517456988796,0.6528834462110277,0.2787141867523087,0.15372517456988796,0.4041170239416732,0.03238358952496857,0.5,0.15372517456988796,0.46030948560441587,0.01581894760086471,0.15372517456988796,0.28582778589676683,0.016028657066457362,0.5,0.15372517456988796,0.42605402903898776,0.023170013581586688,0.15372517456988796,0.2856077987806211,0.026430751799812226,0.15372517456988796,0.6756041367427289,0.705221500380951,0.15372517456988796,0.6512557736589187,0.550169014869951,0.15372517456988796,0.6391160062935783,0.47084741594243823,0.15372517456988796,0.46002672574112025,0.1431758434393627,0.15372517456988796,0.3391207397331293,0.074530965444627,0.5,0.15372517456988796,0.09944792933062097,0.047247499625677765,0.0,0.8768737553814587,0.4266820491201535 -4599,0.5,0.15372517456988796,0.5595783429210976,0.7693595528043276,0.15372517456988796,0.5601550819192729,0.8003914762912968,0.15372517456988796,0.3404994396682814,0.1989324358621634,0.15372517456988796,0.2468947531361399,0.09696623218218743,0.15372517456988796,0.6083519589298175,0.34712718684188903,0.15372517456988796,0.6034051490116018,0.22367282286911955,0.15372517456988796,0.5875210936109749,0.2650443103607699,0.15372517456988796,0.3405789722766074,0.026218825357258543,0.5,0.15372517456988796,0.41977917228490114,0.02420124798926575,0.15372517456988796,0.2094981803198321,0.015305965449453333,0.5,0.15372517456988796,0.3578607030450264,0.026379194832515957,0.15372517456988796,0.23887994289255388,0.012989562356685027,0.15372517456988796,0.6221310411954493,0.7081285986444136,0.15372517456988796,0.5900271829448382,0.5359976891625824,0.15372517456988796,0.560970062472163,0.44546937765290556,0.15372517456988796,0.3891857925494306,0.1239815071665859,0.15372517456988796,0.31951572201248574,0.05432705630502441,0.5,0.15372517456988796,0.13920141760235832,0.028884188563654475,0.0,0.827663079077777,0.3835082783175566 -4600,0.5,0.15372517456988796,0.45280428221199204,0.7703085441936073,0.15372517456988796,0.4589612386646799,0.7801878250438508,0.15372517456988796,0.19373088352743967,0.11084314278517994,0.15372517456988796,0.1577982487827119,0.057630004869703814,0.15372517456988796,0.5113672366001752,0.2944952566011592,0.15372517456988796,0.4819835638869384,0.19506365805304043,0.15372517456988796,0.5062681861851406,0.22535235616943897,0.15372517456988796,0.273068741583795,0.012027013965848397,0.5,0.15372517456988796,0.35673531304116257,0.03471974322493181,0.15372517456988796,0.16991461107510558,0.013335980908190149,0.5,0.15372517456988796,0.33590073422072964,0.017057997674888616,0.15372517456988796,0.19596857996604378,0.01269971964337534,0.15372517456988796,0.5252888429980863,0.7024719960129551,0.15372517456988796,0.4935578068748512,0.510460913691292,0.15372517456988796,0.401416039999555,0.39738284026063814,0.15372517456988796,0.3494487838565039,0.10200218753595484,0.15372517456988796,0.1380697899638088,0.019421666729602178,0.5,0.15372517456988796,0.15294952090681652,0.015060629040121551,0.0,0.778808244618514,0.3249881735494946 -4601,0.5,0.15372517456988796,0.33150319428022323,0.7641884992004582,0.15372517456988796,0.35938808775048253,0.7518651984726824,0.15372517456988796,0.15256888258058415,0.05587912026325723,0.15372517456988796,0.09221877979101244,0.0315001670460605,0.15372517456988796,0.36991775303372404,0.2434191165647948,0.15372517456988796,0.3529789784067211,0.1472813546609129,0.15372517456988796,0.3898216328274149,0.1750319020880377,0.15372517456988796,0.23204370146975273,0.008541068293718444,0.5,0.15372517456988796,0.2573967352313481,0.038840055741792355,0.15372517456988796,0.08728919421516373,0.007152391964507542,0.5,0.15372517456988796,0.23762709691147416,0.008082743909299656,0.15372517456988796,0.14341239973276626,0.006862777477191579,0.15372517456988796,0.39810492362492483,0.6843092515270571,0.15372517456988796,0.3739420177891251,0.4676790638539679,0.15372517456988796,0.29330965666425035,0.3226262085817732,0.15372517456988796,0.1974336235219346,0.06365329402239464,0.15372517456988796,0.08729763455143721,0.010528519709996607,0.5,0.15372517456988796,0.09056569122461655,0.011498036509303677,0.0,0.724073123739,0.2579163136517657 -4602,0.5,0.15372517456988796,0.21511715251917468,0.7216840941529208,0.15372517456988796,0.2634021763163568,0.7119744437170942,0.15372517456988796,0.10192735528217675,0.015008598381627105,0.15372517456988796,0.08428765073294248,0.0145178086196984,0.15372517456988796,0.2509125502137757,0.13834493144179122,0.15372517456988796,0.2651658685960921,0.09411425801626078,0.15372517456988796,0.25185135963840677,0.07514770785831944,0.15372517456988796,0.12200998466402782,0.0043100691309134005,0.5,0.15372517456988796,0.17068301436967145,0.01871800994870176,0.15372517456988796,0.04525918305378663,0.0033462035046835214,0.5,0.15372517456988796,0.1510799236064237,0.0019601795664629146,0.15372517456988796,0.08846604720379544,0.0019185563999967103,0.15372517456988796,0.2751267079489661,0.6303891489486889,0.15372517456988796,0.25318812871014634,0.38101972143426976,0.15372517456988796,0.16690067443243328,0.23019077412122405,0.15372517456988796,0.1062428276071115,0.02602672795076548,0.15372517456988796,0.0445780458462986,0.004807064498485754,0.5,0.15372517456988796,0.03221054277826579,0.008378017114437877,0.0,0.7086342869097095,0.20461214443917491 -4603,0.5,0.15372517456988796,0.11142141863341062,0.6550762758160262,0.15372517456988796,0.13951865377147812,0.607980039083164,0.15372517456988796,0.041050267240951434,0.0062217929287545805,0.15372517456988796,0.04791790759578024,0.020185908791174833,0.15372517456988796,0.13591140057968235,0.06455738591719276,0.15372517456988796,0.14269251119892692,0.03339798737894814,0.15372517456988796,0.1311617532037289,0.04156404324567575,0.15372517456988796,0.10103652899877869,0.0037038993258072337,0.5,0.15372517456988796,0.08269835400256274,0.004834728357806699,0.15372517456988796,0.02082975157500548,0.0018546357198163765,0.5,0.15372517456988796,0.057341357416703244,0.0005223528870278754,0.15372517456988796,0.03760240953138516,0.00048351542466671093,0.15372517456988796,0.14640913526341767,0.5057573355640513,0.15372517456988796,0.13594178881676972,0.2729125791099446,0.15372517456988796,0.08321768203916119,0.1532781647038752,0.15372517456988796,0.03895262925439016,0.02053590048972564,0.15372517456988796,0.018981716072560186,0.004339447020806551,0.5,0.15372517456988796,0.009843045805687995,0.010046461383771592,0.0,0.7106468157373874,0.16036417886145274 -4604,0.5,0.15372517456988796,0.020574921654135634,0.5208761356521545,0.15372517456988796,0.03370383047693558,0.38829168090947613,0.15372517456988796,0.007492510310919812,0.010135919862420982,0.15372517456988796,0.0028925542685240995,0.038394880558308836,0.15372517456988796,0.03531545904660102,0.07272258333927802,0.15372517456988796,0.03710007751396887,0.03294264047368961,0.15372517456988796,0.03046226014644346,0.044215489734064986,0.15372517456988796,0.023648767024596614,0.002390267737294281,0.5,0.15372517456988796,0.028710332515366324,0.0016971863445653648,0.15372517456988796,0.0003009124288140339,0.0019116317790963309,0.5,0.15372517456988796,0.012043780548624008,0.000107965942456301,0.15372517456988796,0.005941723709753167,0.000729559638730802,0.15372517456988796,0.04034640753595895,0.31330261343305116,0.15372517456988796,0.03878353082785566,0.23681845369538568,0.15372517456988796,0.022608299367672287,0.13218827372140754,0.15372517456988796,0.008235219082943094,0.01845984743749481,0.15372517456988796,0.0019732169594073867,0.0034203262625121388,0.5,0.15372517456988796,0.00025611922348215435,0.013691399237056343,0.0,0.6922320349051944,0.13871698775177532 -4605,0.5,0.15372517456988796,0.0,0.3985576562760168,0.15372517456988796,0.0,0.2435928813906102,0.15372517456988796,0.0,0.03530179284399238,0.15372517456988796,0.0,0.06852570666810764,0.15372517456988796,0.0,0.08839211645971926,0.15372517456988796,0.0,0.04131347460456587,0.15372517456988796,0.0,0.038139199901250344,0.15372517456988796,0.0,0.0016801669113575657,0.5,0.15372517456988796,0.0,0.0021072257646135113,0.15372517456988796,0.0,0.0030670519933097026,0.5,0.15372517456988796,0.0,0.00015118504627696015,0.15372517456988796,0.0,0.001212872044667196,0.15372517456988796,0.0,0.21234980952803179,0.15372517456988796,0.0,0.2552642228294444,0.15372517456988796,0.0,0.15573541217973147,0.15372517456988796,0.0,0.012079472652219292,0.15372517456988796,0.0,0.002998304642050129,0.5,0.15372517456988796,0.0,0.015221879376641217,0.0,0.6789651034100437,0.1332304877727124 -4606,0.5,0.15372517456988796,0.0,0.3156221041207564,0.15372517456988796,0.0,0.1852244315406236,0.15372517456988796,0.0,0.060810978866290416,0.15372517456988796,0.0,0.08641872888118096,0.15372517456988796,0.0,0.11118205026072031,0.15372517456988796,0.0,0.042920340390835005,0.15372517456988796,0.0,0.027344242830716986,0.15372517456988796,0.0,0.0017165870056135666,0.5,0.15372517456988796,0.0,0.0018322597833374424,0.15372517456988796,0.0,0.00475459732230138,0.5,0.15372517456988796,0.0,0.0002073615397488369,0.15372517456988796,0.0,0.0019611667591517205,0.15372517456988796,0.0,0.1687978966312349,0.15372517456988796,0.0,0.25518597303382135,0.15372517456988796,0.0,0.1630421179727234,0.15372517456988796,0.0,0.008691708358045305,0.15372517456988796,0.0,0.002283616719608238,0.5,0.15372517456988796,0.0,0.01258698939589464,0.0,0.6524169450826887,0.13337472328228625 -4607,0.5,0.15372517456988796,0.0,0.24926741335768612,0.15372517456988796,0.0,0.14557566927487695,0.15372517456988796,0.0,0.07258613809692452,0.15372517456988796,0.0,0.0775704737662668,0.15372517456988796,0.0,0.1390083482069755,0.15372517456988796,0.0,0.04309569159189651,0.15372517456988796,0.0,0.018684934285231256,0.15372517456988796,0.0,0.002083007073929387,0.5,0.15372517456988796,0.0,0.0012350651389934216,0.15372517456988796,0.0,0.0063158073389303045,0.5,0.15372517456988796,0.0,0.00021536026208724112,0.15372517456988796,0.0,0.003940866367778459,0.15372517456988796,0.0,0.1370425746543345,0.15372517456988796,0.0,0.22190507640932547,0.15372517456988796,0.0,0.14866885820236408,0.15372517456988796,0.0,0.008069257746973677,0.15372517456988796,0.0,0.0015679073523392458,0.5,0.15372517456988796,0.0,0.010727890368032768,0.0,0.6009606549017628,0.14006611567248037 -4608,0.5,0.15372517456988796,0.0,0.2013173929479617,0.15372517456988796,0.0,0.11054998536528536,0.15372517456988796,0.0,0.07635457957865731,0.15372517456988796,0.0,0.0656868106394331,0.15372517456988796,0.0,0.1489143979702935,0.15372517456988796,0.0,0.03930455227705611,0.15372517456988796,0.0,0.022779654090237474,0.15372517456988796,0.0,0.002289784066879349,0.5,0.15372517456988796,0.0,0.0009282190035983035,0.15372517456988796,0.0,0.009125976785396247,0.5,0.15372517456988796,0.0,0.00017215571656229597,0.15372517456988796,0.0,0.005911460164451927,0.15372517456988796,0.0,0.10991267080671521,0.15372517456988796,0.0,0.18687289010969652,0.15372517456988796,0.0,0.12032908095212402,0.15372517456988796,0.0,0.010868764515169846,0.15372517456988796,0.0,0.0009560322019084511,0.5,0.15372517456988796,0.0,0.012526232210145068,0.0,0.5051955169696588,0.16375342961214348 -4609,0.5,0.15372517456988796,0.0,0.17026152254928445,0.15372517456988796,0.0,0.07718396203975669,0.15372517456988796,0.0,0.0702775472865668,0.15372517456988796,0.0,0.056470368727538335,0.15372517456988796,0.0,0.14086098700696278,0.15372517456988796,0.0,0.0347766955117716,0.15372517456988796,0.0,0.04091243619499069,0.15372517456988796,0.0,0.002146582469433183,0.5,0.15372517456988796,0.0,0.0011807011510723343,0.15372517456988796,0.0,0.010466264707304499,0.5,0.15372517456988796,0.0,0.00023786710572910449,0.15372517456988796,0.0,0.006888063041930844,0.15372517456988796,0.0,0.08575778883618723,0.15372517456988796,0.0,0.15677511841839106,0.15372517456988796,0.0,0.088879087282443,0.15372517456988796,0.0,0.015830240847673753,0.15372517456988796,0.0,0.0006513118158955398,0.5,0.15372517456988796,0.0,0.014992194859919695,0.0,0.44941963659128087,0.1820546564927232 -4610,0.5,0.15372517456988796,0.0,0.1501429439127773,0.15372517456988796,0.0,0.0633205525346639,0.15372517456988796,0.0,0.06664041327633759,0.15372517456988796,0.0,0.051861275884072335,0.15372517456988796,0.0,0.11988065748015139,0.15372517456988796,0.0,0.03828901101213768,0.15372517456988796,0.0,0.04583618077296955,0.15372517456988796,0.0,0.0019299377263310635,0.5,0.15372517456988796,0.0,0.001384858877138099,0.15372517456988796,0.0,0.009849356995068056,0.5,0.15372517456988796,0.0,0.0004315146811991678,0.15372517456988796,0.0,0.007780162235066766,0.15372517456988796,0.0,0.06957036587293458,0.15372517456988796,0.0,0.1338152065556405,0.15372517456988796,0.0,0.06352713127994819,0.15372517456988796,0.0,0.01201869274250413,0.15372517456988796,0.0,0.0008921457133607647,0.5,0.15372517456988796,0.0,0.016871170746749493,0.0,0.44772877022014046,0.1781057540668482 -4611,0.5,0.15372517456988796,0.0,0.14291287798172592,0.15372517456988796,0.0,0.05374335675797578,0.15372517456988796,0.0,0.06763826612081904,0.15372517456988796,0.0,0.04661499847164244,0.15372517456988796,0.0,0.09955804939156111,0.15372517456988796,0.0,0.04653013801199962,0.15372517456988796,0.0,0.03687557578175936,0.15372517456988796,0.0,0.0016907657974078575,0.5,0.15372517456988796,0.0,0.001411038307508944,0.15372517456988796,0.0,0.009530338542653427,0.5,0.15372517456988796,0.0,0.0005810347121602985,0.15372517456988796,0.0,0.0069825879465053526,0.15372517456988796,0.0,0.061875360815845076,0.15372517456988796,0.0,0.11545095220341699,0.15372517456988796,0.0,0.04936302083122203,0.15372517456988796,0.0,0.009334257010101923,0.15372517456988796,0.0,0.0013601098819286644,0.5,0.15372517456988796,0.0,0.01573775785448286,0.0,0.4342668981567496,0.17116094631475554 -4612,0.5,0.15372517456988796,0.0,0.14781350943126093,0.15372517456988796,0.0,0.05058891282109145,0.15372517456988796,0.0,0.05735120520230935,0.15372517456988796,0.0,0.04096649344503536,0.15372517456988796,0.0,0.08792862893244374,0.15372517456988796,0.0,0.048853680435354395,0.15372517456988796,0.0,0.025101693318021027,0.15372517456988796,0.0,0.0014337739636061343,0.5,0.15372517456988796,0.0,0.001344908731677686,0.15372517456988796,0.0,0.01198470216892586,0.5,0.15372517456988796,0.0,0.0007755710060027738,0.15372517456988796,0.0,0.0054056839728702545,0.15372517456988796,0.0,0.05836381324804586,0.15372517456988796,0.0,0.10419872609306602,0.15372517456988796,0.0,0.04344956234891526,0.15372517456988796,0.0,0.007569657578708511,0.15372517456988796,0.0,0.0010916666735877978,0.5,0.15372517456988796,0.0,0.01105023783255863,0.0,0.38419590701808193,0.17142202128484885 -4613,0.5,0.15372517456988796,0.0025357454369601155,0.14299927560381767,0.15372517456988796,0.0021598893464677,0.047182772023909164,0.15372517456988796,0.0007529338556114255,0.039303074780159535,0.15372517456988796,0.0025321810972107808,0.039347288658835536,0.15372517456988796,0.0,0.08486600538656433,0.15372517456988796,0.0,0.04083551294301439,0.15372517456988796,0.0,0.01767661419586566,0.15372517456988796,0.0,0.0013177033042298303,0.5,0.15372517456988796,0.0,0.0009168584304985624,0.15372517456988796,0.0,0.01778466224473093,0.5,0.15372517456988796,0.0,0.0004293962081853803,0.15372517456988796,0.0,0.004640178888721414,0.15372517456988796,0.0025414239882115726,0.05546359926581037,0.15372517456988796,0.0003233243177091577,0.0948929144187402,0.15372517456988796,0.0004966349540840799,0.04023522189609034,0.15372517456988796,0.0,0.005791504685715159,0.15372517456988796,1.3918279327653473e-06,0.0010972861820673326,0.5,0.15372517456988796,1.386937851413406e-06,0.006442867698841968,0.0,0.30586769130804836,0.1837579938580006 -4614,0.5,0.15372517456988796,0.03429732060012976,0.158582224578021,0.15372517456988796,0.053798054584794884,0.03613749450876587,0.15372517456988796,0.047473161142208765,0.03453685789899123,0.15372517456988796,0.04723709480065251,0.05806863423195921,0.15372517456988796,0.039440755890040126,0.08959170553825767,0.15372517456988796,0.03127743933456416,0.026081516392206527,0.15372517456988796,0.035327374890010546,0.014000485297220443,0.15372517456988796,0.020503837687176327,0.0009574300803882546,0.5,0.15372517456988796,0.0042329129331781495,0.0006852279985632624,0.15372517456988796,0.008826445723822702,0.014961284593876549,0.5,0.15372517456988796,0.0008073214124449058,6.536479819443948e-05,0.15372517456988796,0.005140634101125472,0.005296073494787409,0.15372517456988796,0.05352030097518258,0.04854163170525562,0.15372517456988796,0.04537873866197868,0.08752742978150055,0.15372517456988796,0.04741063162271914,0.03583834704707279,0.15372517456988796,0.02305291880401979,0.005147878880570132,0.15372517456988796,0.019534897221835726,0.0015546589557721279,0.5,0.15372517456988796,0.011396273071985897,0.0037205023463822533,0.0,0.26943147629231357,0.18581901934908923 -4615,0.5,0.15372517456988796,0.07312826300788776,0.2150366946069145,0.15372517456988796,0.1276786391545248,0.05522219393625685,0.15372517456988796,0.12414235238562493,0.06686429974690684,0.15372517456988796,0.09623044081459507,0.13084387484331292,0.15372517456988796,0.10972855307003129,0.13966361322637172,0.15372517456988796,0.09869002700290778,0.021480894829409854,0.15372517456988796,0.10847721313617056,0.021547236155562057,0.15372517456988796,0.0696815452954454,0.0006065149561528905,0.5,0.15372517456988796,0.028161165542840066,0.0006977689055917743,0.15372517456988796,0.027746253501085998,0.013219741684633156,0.5,0.15372517456988796,0.004247414693882202,4.644076422366594e-05,0.15372517456988796,0.02673677542743973,0.006990009110753027,0.15372517456988796,0.12414600570742869,0.055182592877973814,0.15372517456988796,0.11522352548776511,0.12135815315698936,0.15372517456988796,0.12211839368670124,0.05821184075487666,0.15372517456988796,0.09083165357904292,0.008288948211475536,0.15372517456988796,0.06862904214389617,0.0033603234709338146,0.5,0.15372517456988796,0.06362192550175616,0.006427201598528495,0.0,0.2681111716220571,0.1888633439211244 -4616,0.5,0.15372517456988796,0.11990865213917679,0.2757989733364339,0.15372517456988796,0.24425122944647837,0.1189085321813134,0.15372517456988796,0.2378863992472675,0.1082425221513963,0.15372517456988796,0.13725251265871696,0.21592986806837905,0.15372517456988796,0.22265016437825452,0.23660538967177167,0.15372517456988796,0.20705893875957188,0.043069247070143035,0.15372517456988796,0.2212177038745537,0.05611466572730473,0.15372517456988796,0.13167470226649405,0.0007345754826811107,0.5,0.15372517456988796,0.06329048753123898,0.0014829000853842527,0.15372517456988796,0.05669060370236335,0.019297989322428707,0.5,0.15372517456988796,0.014996910617452371,0.00023790349200882388,0.15372517456988796,0.06813656839406354,0.008667436268617407,0.15372517456988796,0.23402480756626526,0.10468366887492311,0.15372517456988796,0.22996538194606014,0.17977761731790393,0.15372517456988796,0.2398949206389614,0.08532569410258006,0.15372517456988796,0.19437378706687095,0.021746194335421788,0.15372517456988796,0.12682791577741612,0.009390372623510602,0.5,0.15372517456988796,0.1580557776770001,0.0178696096249083,0.0,0.2527000850916882,0.2024654553950621 -4617,0.5,0.15372517456988796,0.16713781639287634,0.3630806673239065,0.15372517456988796,0.3670165133182298,0.16196732111574402,0.15372517456988796,0.36061435787066304,0.1607297859554919,0.15372517456988796,0.17263655763242197,0.2853282158436773,0.15372517456988796,0.3472658813349837,0.22879163854990264,0.15372517456988796,0.3285639541504241,0.07998313266268212,0.15372517456988796,0.34504760423478253,0.08813109695563559,0.15372517456988796,0.18702269673127292,0.0010779849143033786,0.5,0.15372517456988796,0.09256282907051955,0.001415068657758811,0.15372517456988796,0.09278120548930827,0.02749623339872617,0.5,0.15372517456988796,0.03596069583270933,0.0007416674903232343,0.15372517456988796,0.119287695303978,0.01218858747000594,0.15372517456988796,0.3539907945608287,0.17691467041903933,0.15372517456988796,0.35376673418250937,0.18306064296382607,0.15372517456988796,0.36548525546161964,0.11469994427283525,0.15372517456988796,0.3166918563098088,0.03223013962153809,0.15372517456988796,0.18609996087872302,0.026777365750031014,0.5,0.15372517456988796,0.22934766220345526,0.029985765945360877,0.0,0.22623420229493885,0.2129625405601231 -4618,0.5,0.15372517456988796,0.2089588889702081,0.4145483861625461,0.15372517456988796,0.4990325878343954,0.1774036134110944,0.15372517456988796,0.45732930745806544,0.21112572375063837,0.15372517456988796,0.15479424165460895,0.35255050813780664,0.15372517456988796,0.4835006424403221,0.2168102834217925,0.15372517456988796,0.46226828009325194,0.10608212138526492,0.15372517456988796,0.47999603614189795,0.1193838343432549,0.15372517456988796,0.25515306910945734,0.0035541874690475546,0.5,0.15372517456988796,0.0912287634772631,0.0022224171854653865,0.15372517456988796,0.1335963925935657,0.013076911644568971,0.5,0.15372517456988796,0.10046642144935972,0.0016768398461824282,0.15372517456988796,0.18179531520660122,0.021487765650910266,0.15372517456988796,0.4859199948845295,0.21147277231339534,0.15372517456988796,0.48786558321615875,0.18043672319002274,0.15372517456988796,0.4904624522593978,0.11154293458118637,0.15372517456988796,0.44667911997367704,0.0380657216088011,0.15372517456988796,0.2618033651665933,0.04695321592888971,0.5,0.15372517456988796,0.3082330273631834,0.04742401880656519,0.0,0.21076394145055424,0.20829603171419683 -4619,0.5,0.15372517456988796,0.2653180889280813,0.42531436595761424,0.15372517456988796,0.6070254430694813,0.18528969511082,0.15372517456988796,0.47076071409037556,0.26054826595956154,0.15372517456988796,0.1557764206355083,0.3914111094863715,0.15372517456988796,0.6001750109370524,0.20044593252061316,0.15372517456988796,0.5558278411866608,0.11067280402963556,0.15372517456988796,0.5801011448049892,0.12926540187432053,0.15372517456988796,0.3487036222907682,0.009010100719003123,0.5,0.15372517456988796,0.15488161963622282,0.006229705738699574,0.15372517456988796,0.2518610989449551,0.01168976014400587,0.5,0.15372517456988796,0.2522825034135304,0.005229066606995683,0.15372517456988796,0.20739313605814863,0.029420860622639065,0.15372517456988796,0.5888727737167591,0.18249028748816398,0.15372517456988796,0.5963460117783702,0.1512156235470415,0.15372517456988796,0.5673904588394524,0.10575911932199256,0.15372517456988796,0.5300442984957847,0.041180435971605096,0.15372517456988796,0.34097639643512384,0.0632411513931434,0.5,0.15372517456988796,0.37770910638001676,0.05788480910703223,0.0,0.22168955751684932,0.18740162129408983 -4620,0.5,0.15372517456988796,0.295585177407202,0.4246579250834362,0.15372517456988796,0.6554860010835376,0.17631751102401014,0.15372517456988796,0.4751211980582263,0.25981479852579903,0.15372517456988796,0.15893660607906232,0.37435290852478537,0.15372517456988796,0.6658925349395013,0.16476484318545695,0.15372517456988796,0.6188226094323074,0.08012577491588865,0.15372517456988796,0.6220320129200808,0.11226344272915277,0.15372517456988796,0.5636838547675888,0.006098294728845452,0.5,0.15372517456988796,0.24917972170841268,0.006806664070988955,0.15372517456988796,0.3599263610863582,0.017951634253276165,0.5,0.15372517456988796,0.33472543952086165,0.0037315047012547453,0.15372517456988796,0.17672990404710048,0.027341975910784196,0.15372517456988796,0.6401945953970105,0.13400004209873562,0.15372517456988796,0.6552682761104879,0.12299174239559446,0.15372517456988796,0.5819071090763954,0.10703589855621598,0.15372517456988796,0.6187682282977949,0.03313882196365312,0.15372517456988796,0.35987930011337493,0.06626689216967593,0.5,0.15372517456988796,0.27126763774310436,0.06375595014101608,0.0,0.22699280019903909,0.16300247212526864 -4621,0.5,0.15372517456988796,0.32494097572043973,0.41039901122044253,0.15372517456988796,0.647076661843429,0.13290898429651912,0.15372517456988796,0.4560647782507844,0.20670989201057346,0.15372517456988796,0.13824125270268303,0.33629457685117725,0.15372517456988796,0.6636562900300397,0.12044121444064562,0.15372517456988796,0.6602159480829659,0.058527062438340174,0.15372517456988796,0.6652631258506703,0.08504244973316238,0.15372517456988796,0.5483583209259673,0.001233693521140168,0.5,0.15372517456988796,0.24304724894101756,0.005083966980739235,0.15372517456988796,0.41351116849933844,0.044136577904242275,0.5,0.15372517456988796,0.43837137385555003,0.0016951346911484855,0.15372517456988796,0.17236784302322777,0.02868624527411237,0.15372517456988796,0.6490892790817467,0.09370578768661147,0.15372517456988796,0.6703603360422483,0.11284798054446882,0.15372517456988796,0.5785797042316126,0.09530298629849686,0.15372517456988796,0.6472029074717713,0.02052440586240861,0.15372517456988796,0.4341560611544789,0.06971282891287134,0.5,0.15372517456988796,0.20514279040290573,0.04816263107292458,0.0,0.2119598710162758,0.15629185632435477 -4622,0.5,0.15372517456988796,0.2770042972501587,0.3837460542371941,0.15372517456988796,0.6180956928529902,0.09314163710706397,0.15372517456988796,0.38041408855493897,0.14924758746702863,0.15372517456988796,0.16663290652955434,0.2911382962921513,0.15372517456988796,0.6630579358729181,0.08987457811658818,0.15372517456988796,0.6541955890224024,0.04264729996962899,0.15372517456988796,0.6655828714753236,0.0653992406482194,0.15372517456988796,0.44140038000723414,0.0011537001616855676,0.5,0.15372517456988796,0.2525707141126884,0.004347273116400302,0.15372517456988796,0.3360967634879687,0.07018243551924012,0.5,0.15372517456988796,0.5368275720154487,0.0005624168944226956,0.15372517456988796,0.16928904406606957,0.020254401549503757,0.15372517456988796,0.6330713973973519,0.06789462087668707,0.15372517456988796,0.6611908581835133,0.11446080899123731,0.15372517456988796,0.5631804025534022,0.0703312803306998,0.15372517456988796,0.6408510252259605,0.013891948856873702,0.15372517456988796,0.47092965269169396,0.06800351560241953,0.5,0.15372517456988796,0.29115854434429056,0.037151097340106576,0.0,0.1983408209074257,0.18359718021277474 -4623,0.5,0.15372517456988796,0.23512287192346432,0.3598196532295937,0.15372517456988796,0.5732566433653123,0.06633419968996193,0.15372517456988796,0.3319441471261083,0.10558331371613713,0.15372517456988796,0.17501380677364609,0.20972463060330068,0.15372517456988796,0.6193522449227309,0.0671449431693987,0.15372517456988796,0.6097281114382392,0.03598179938523893,0.15372517456988796,0.6133072671333423,0.0616907454431658,0.15372517456988796,0.3977052652404876,0.004906970572299397,0.5,0.15372517456988796,0.27740198796539145,0.004214401855815739,0.15372517456988796,0.2631461194718056,0.08471799726102368,0.5,0.15372517456988796,0.4971963637373429,0.0006021658617966348,0.15372517456988796,0.20493833098176728,0.011027310631473455,0.15372517456988796,0.5844282078878231,0.05363348441777312,0.15372517456988796,0.6081408801878601,0.12134398138165292,0.15372517456988796,0.4765044498034981,0.04534995460083948,0.15372517456988796,0.5809501780602376,0.012916014599613541,0.15372517456988796,0.4754532185344572,0.06828488279588794,0.5,0.15372517456988796,0.4426706465560091,0.040723944397410755,0.0,0.15446248795488327,0.21957832266229052 -4624,0.5,0.15372517456988796,0.22307389340509598,0.3433965396690608,0.15372517456988796,0.42038609847744024,0.04569704719425025,0.15372517456988796,0.25736768356090856,0.08501494548501003,0.15372517456988796,0.14488653394595502,0.17440323968633198,0.15372517456988796,0.5240616033767496,0.058134439118987746,0.15372517456988796,0.5114889213833104,0.03817845443222832,0.15372517456988796,0.5251695715689735,0.05593205870898169,0.15372517456988796,0.352320352213249,0.006528815517162355,0.5,0.15372517456988796,0.3178741873114213,0.005494607209264296,0.15372517456988796,0.2679391727046236,0.07125570552205866,0.5,0.15372517456988796,0.38030023059214624,0.0018324514226878879,0.15372517456988796,0.22155916343858556,0.015058816624042282,0.15372517456988796,0.48325254431265,0.045597032322629266,0.15372517456988796,0.5085214313165303,0.12655638258336954,0.15372517456988796,0.39013931005732905,0.031092846552282692,0.15372517456988796,0.49461037487389703,0.012376498743365128,0.15372517456988796,0.4215251751406064,0.0731339115010817,0.5,0.15372517456988796,0.3998697367607277,0.03975134399179056,0.0,0.07826753192856181,0.247209168116641 -4625,0.5,0.15372517456988796,0.16588160737875685,0.29008382767490004,0.15372517456988796,0.2638627586792261,0.0472671642653367,0.15372517456988796,0.20442809412653723,0.06330393399933464,0.15372517456988796,0.09723012478912488,0.11645340303395585,0.15372517456988796,0.40161356963994177,0.04883867787879169,0.15372517456988796,0.38938689909728724,0.04291600194900656,0.15372517456988796,0.3998889112598183,0.05418871968632026,0.15372517456988796,0.31728099664974174,0.00903834722988524,0.5,0.15372517456988796,0.22107779960998664,0.008624416976497415,0.15372517456988796,0.2650479217572405,0.044415199545651755,0.5,0.15372517456988796,0.28810935161837564,0.0025038240841441755,0.15372517456988796,0.18028224545647592,0.020800001136330286,0.15372517456988796,0.3634300072378095,0.03957647457127669,0.15372517456988796,0.384092274138817,0.13589261699732927,0.15372517456988796,0.3051690091818968,0.037404328561857166,0.15372517456988796,0.36834676054112137,0.016297239058436108,0.15372517456988796,0.3349946727555999,0.0619072200804278,0.5,0.15372517456988796,0.3039253943236395,0.037017052936599515,0.0,0.02327216601211727,0.2791289985077503 -4626,0.5,0.15372517456988796,0.12570298392352136,0.2514276290678926,0.15372517456988796,0.167321089175118,0.05320844387783903,0.15372517456988796,0.16720764033906282,0.03850652719606756,0.15372517456988796,0.07828543651636147,0.0882870486010292,0.15372517456988796,0.2806649936864416,0.03472846838373736,0.15372517456988796,0.26958820105414505,0.04187699573847824,0.15372517456988796,0.27436070294289994,0.04383561001543626,0.15372517456988796,0.23724584271176918,0.011643682617679736,0.5,0.15372517456988796,0.15560558871330643,0.009472274710310423,0.15372517456988796,0.15660326262597932,0.024446551728051342,0.5,0.15372517456988796,0.18186197196800338,0.0018186477911813813,0.15372517456988796,0.1525592814345978,0.013692012393319996,0.15372517456988796,0.24153141320242294,0.036555060133686534,0.15372517456988796,0.26840301302295066,0.1414874435314425,0.15372517456988796,0.20290316379708165,0.039069032914992405,0.15372517456988796,0.24968161639684616,0.020455346488617646,0.15372517456988796,0.2298945676749548,0.042567518091198873,0.5,0.15372517456988796,0.20113540924767614,0.038158498713299294,0.0,0.005817912825727781,0.25341939120152013 -4627,0.5,0.15372517456988796,0.06254563271342714,0.22595697690088648,0.15372517456988796,0.07864470615087829,0.07499487509635124,0.15372517456988796,0.09267454008541125,0.018506425880646212,0.15372517456988796,0.04158755574684889,0.051362740018850814,0.15372517456988796,0.151947431330539,0.011477350560364336,0.15372517456988796,0.1480695601838518,0.02187375274843189,0.15372517456988796,0.14422732399588745,0.02002411687015024,0.15372517456988796,0.12815759026968965,0.00830987554816207,0.5,0.15372517456988796,0.07610181406265375,0.010116672859772611,0.15372517456988796,0.07402507503536176,0.005941406133858942,0.5,0.15372517456988796,0.10101906095731356,0.0012936927295227215,0.15372517456988796,0.07025168703227386,0.004328093248904191,0.15372517456988796,0.12470176299625427,0.037764597527548696,0.15372517456988796,0.145071936349973,0.11434231368104197,0.15372517456988796,0.11599555402671644,0.03141537263913685,0.15372517456988796,0.1266165516473936,0.016251511692979868,0.15372517456988796,0.1095430064994218,0.015740020255593387,0.5,0.15372517456988796,0.06659588928246099,0.017840784449829564,0.0,0.003424163308713055,0.189653385061252 -4628,0.5,0.15372517456988796,0.014907381691856007,0.18181613173073105,0.15372517456988796,0.031479411109279265,0.07302948375586697,0.15372517456988796,0.01760326605472168,0.004921031642507361,0.15372517456988796,0.003986602732311705,0.04127660445098269,0.15372517456988796,0.036674178202168506,0.01781733463035343,0.15372517456988796,0.03602504731692369,0.03363396923894412,0.15372517456988796,0.032141747290725636,0.021971964144974612,0.15372517456988796,0.031249425986705916,0.013557855735031123,0.5,0.15372517456988796,0.025238064303655692,0.010554538387585936,0.15372517456988796,0.0,0.004485425010032488,0.5,0.15372517456988796,0.024133866255822527,0.009014095241491351,0.15372517456988796,0.01282945305896983,0.005345331698716108,0.15372517456988796,0.046015735148007615,0.027892611761879266,0.15372517456988796,0.0387703569111819,0.07676753131059622,0.15372517456988796,0.026276112109407022,0.024422380866193742,0.15372517456988796,0.02366043989354221,0.021626416582126985,0.15372517456988796,0.01018692466150507,0.010556983372516895,0.5,0.15372517456988796,0.0,0.02498481267886838,0.0,0.002170558867799557,0.1543092597993038 -4629,0.5,0.15372517456988796,0.0,0.15027153804977028,0.15372517456988796,0.0,0.05429089085097458,0.15372517456988796,0.0,0.002342286458055446,0.15372517456988796,0.0,0.0423610444635286,0.15372517456988796,0.0,0.02811455602347258,0.15372517456988796,0.0,0.04018634617556493,0.15372517456988796,0.0,0.024244645003630036,0.15372517456988796,0.0,0.020798410542575724,0.5,0.15372517456988796,0.0,0.011908473926825328,0.15372517456988796,0.0,0.004658891644033461,0.5,0.15372517456988796,0.0,0.036993239955659285,0.15372517456988796,0.0,0.006976446663303198,0.15372517456988796,0.0,0.023888672705050885,0.15372517456988796,0.0,0.07499896361623895,0.15372517456988796,0.0,0.02154547654095573,0.15372517456988796,0.0,0.020050583390000803,0.15372517456988796,0.0,0.011155508684629473,0.5,0.15372517456988796,0.0,0.027524417576025882,0.0,0.004058649681384731,0.11942277557072521 -4630,0.5,0.15372517456988796,0.0,0.1384829151779007,0.15372517456988796,0.0,0.01844720442635448,0.15372517456988796,0.0,0.0009704905773410414,0.15372517456988796,0.0,0.04028085915210352,0.15372517456988796,0.0,0.03345034922077436,0.15372517456988796,0.0,0.03340632795678025,0.15372517456988796,0.0,0.031247396918565134,0.15372517456988796,0.0,0.021502443160315365,0.5,0.15372517456988796,0.0,0.01238126802126138,0.15372517456988796,0.0,0.005500896761256105,0.5,0.15372517456988796,0.0,0.025938686156738337,0.15372517456988796,0.0,0.007825679815259765,0.15372517456988796,0.0,0.014308203813954087,0.15372517456988796,0.0,0.06133983409093637,0.15372517456988796,0.0,0.01604474870001804,0.15372517456988796,0.0,0.01578296405369528,0.15372517456988796,0.0,0.009318591796953693,0.5,0.15372517456988796,0.0,0.02436234534334024,0.0,0.031121872102401554,0.1085782938549273 -4631,0.5,0.15372517456988796,0.0,0.12881908616428953,0.15372517456988796,0.0,0.004662707626659413,0.15372517456988796,0.0,0.0010061288886439794,0.15372517456988796,0.0,0.0328232214184323,0.15372517456988796,0.0,0.031091211261968177,0.15372517456988796,0.0,0.022065552806328353,0.15372517456988796,0.0,0.03644421740711512,0.15372517456988796,0.0,0.018981596755606935,0.5,0.15372517456988796,0.0,0.012612508894630189,0.15372517456988796,0.0,0.005160341995196652,0.5,0.15372517456988796,0.0,0.013776077316066828,0.15372517456988796,0.0,0.01043073188464374,0.15372517456988796,0.0,0.008913257660487244,0.15372517456988796,0.0,0.04818671698489316,0.15372517456988796,0.0,0.01385310006318011,0.15372517456988796,0.0,0.012146733761583987,0.15372517456988796,0.0,0.00429013723019593,0.5,0.15372517456988796,0.0,0.0179794328220078,0.0,0.09731825369089946,0.09470330188458799 -4632,0.5,0.15372517456988796,0.0,0.13774130950130636,0.15372517456988796,0.0,0.0008497749439308745,0.15372517456988796,0.0,0.0031558764552649774,0.15372517456988796,0.0,0.02354670367194724,0.15372517456988796,0.0,0.026599507481151946,0.15372517456988796,0.0,0.020513204175125165,0.15372517456988796,0.0,0.032854127051276064,0.15372517456988796,0.0,0.018762899742598316,0.5,0.15372517456988796,0.0,0.015221059457055047,0.15372517456988796,0.0,0.005650501362508849,0.5,0.15372517456988796,0.0,0.010821305899811194,0.15372517456988796,0.0,0.012830438634763776,0.15372517456988796,0.0,0.006970138378785979,0.15372517456988796,0.0,0.03503332262438877,0.15372517456988796,0.0,0.013180378832381653,0.15372517456988796,0.0,0.009151062717826496,0.15372517456988796,0.0,0.0037085129190989317,0.5,0.15372517456988796,0.0,0.013970228915755237,0.0,0.12353469805285354,0.09786087103009858 -4633,0.5,0.15372517456988796,0.0,0.15017083531298006,0.15372517456988796,0.0,0.0006178720868047944,0.15372517456988796,0.0,0.005086528795966561,0.15372517456988796,0.0,0.0202189167869095,0.15372517456988796,0.0,0.022083026442762065,0.15372517456988796,0.0,0.01803787318922397,0.15372517456988796,0.0,0.02336743809433484,0.15372517456988796,0.0,0.018492591768376296,0.5,0.15372517456988796,0.0,0.019612955828696148,0.15372517456988796,0.0,0.006971060298958098,0.5,0.15372517456988796,0.0,0.014109236136636585,0.15372517456988796,0.0,0.017130180019053257,0.15372517456988796,0.0,0.007221962263184879,0.15372517456988796,0.0,0.02143459475177513,0.15372517456988796,0.0,0.011457449961917214,0.15372517456988796,0.0,0.00796203375448242,0.15372517456988796,0.0,0.0048287062106369665,0.5,0.15372517456988796,0.0,0.010680408227499195,0.0,0.1339232352575447,0.09395210018547455 -4634,0.5,0.15372517456988796,0.0,0.16376452046526827,0.15372517456988796,0.0,0.0007602037488099858,0.15372517456988796,0.0,0.005495453857445151,0.15372517456988796,0.0,0.02386806787804065,0.15372517456988796,0.0,0.01618643539329382,0.15372517456988796,0.0,0.01256834868735835,0.15372517456988796,0.0,0.01826263382020498,0.15372517456988796,0.0,0.012925747601045569,0.5,0.15372517456988796,0.0,0.02038665880969417,0.15372517456988796,0.0,0.011558688503076568,0.5,0.15372517456988796,0.0,0.025885892123832497,0.15372517456988796,0.0,0.022441251932265652,0.15372517456988796,0.0,0.00917848250747787,0.15372517456988796,0.0,0.012093014276792794,0.15372517456988796,0.0,0.008105682809118235,0.15372517456988796,0.0,0.008863132814235772,0.15372517456988796,0.0,0.00907287094042492,0.5,0.15372517456988796,0.0,0.008327327864990432,0.0,0.13660659048550827,0.07229301411169656 -4635,0.5,0.15372517456988796,0.0,0.18285241822773657,0.15372517456988796,0.0,0.0006180679165118727,0.15372517456988796,0.0,0.007442641363716961,0.15372517456988796,0.0,0.02913378658830388,0.15372517456988796,0.0,0.009092655665647091,0.15372517456988796,0.0,0.011573179728569305,0.15372517456988796,0.0,0.01717506617897802,0.15372517456988796,0.0,0.009011499376241428,0.5,0.15372517456988796,0.0,0.022907873949598305,0.15372517456988796,0.0,0.01476519206703395,0.5,0.15372517456988796,0.0,0.02552259561379051,0.15372517456988796,0.0,0.027394464855297947,0.15372517456988796,0.0,0.007046328324278456,0.15372517456988796,0.0,0.005247875151909446,0.15372517456988796,0.0,0.005771518503080003,0.15372517456988796,0.0,0.010739575979121405,0.15372517456988796,0.0,0.013055812758617079,0.5,0.15372517456988796,0.0,0.008388206479308788,0.0,0.1986986213707858,0.048091663364518075 -4636,0.5,0.15372517456988796,0.0,0.20256187879346738,0.15372517456988796,0.0,0.000408751867718746,0.15372517456988796,0.0,0.011893181712648394,0.15372517456988796,0.0,0.031084320775587808,0.15372517456988796,0.0,0.0050768853200187135,0.15372517456988796,0.0,0.013570988099166676,0.15372517456988796,0.0,0.01888111986741509,0.15372517456988796,0.0,0.017686992069267465,0.5,0.15372517456988796,0.0,0.03242663570126645,0.15372517456988796,0.0,0.01636940960265344,0.5,0.15372517456988796,0.0,0.022206269148032098,0.15372517456988796,0.0,0.03593884778655877,0.15372517456988796,0.0,0.004104008512563517,0.15372517456988796,0.0,0.00152305870747875,0.15372517456988796,0.0,0.005400785538495931,0.15372517456988796,0.0,0.011096991010028845,0.15372517456988796,0.0,0.013820574411107402,0.5,0.15372517456988796,0.0,0.00885322829068013,0.0,0.2817161965629398,0.027324473784844774 -4637,0.5,0.15372517456988796,0.0012968553348102743,0.22556796814837227,0.15372517456988796,0.0015615761786593814,0.0002157244529338396,0.15372517456988796,0.0005097873686552898,0.01816394965441073,0.15372517456988796,0.0016613599231580696,0.03488986494853363,0.15372517456988796,0.0,0.0033391743530989974,0.15372517456988796,0.0,0.017700561947795602,0.15372517456988796,0.0,0.01602530673489569,0.15372517456988796,0.0,0.0213623543034702,0.5,0.15372517456988796,0.0,0.043187235079751626,0.15372517456988796,0.0,0.01917773489528776,0.5,0.15372517456988796,0.0,0.051334055085987325,0.15372517456988796,0.0,0.05935970822861967,0.15372517456988796,0.0017736755799892595,0.0027696953447685227,0.15372517456988796,0.00020433330144353987,0.0002829497918330277,0.15372517456988796,0.000297258359497001,0.0061818417929044005,0.15372517456988796,0.0,0.010259853554547964,0.15372517456988796,6.6604454003767116e-09,0.016671682230203884,0.5,0.15372517456988796,0.0,0.011850493680395768,0.0,0.3569293421103465,0.01803922919485399 -4638,0.5,0.15372517456988796,0.02330133226207344,0.25483436061475284,0.15372517456988796,0.048556150991080724,0.00014819081133028692,0.15372517456988796,0.04907784738067317,0.01924731787905943,0.15372517456988796,0.04239664319079199,0.03699671811239577,0.15372517456988796,0.03843860580336118,0.0016920801404780674,0.15372517456988796,0.02499017251044792,0.01840582946644099,0.15372517456988796,0.03586075202488536,0.0128186129214245,0.15372517456988796,0.021441322345577236,0.015164000246615635,0.5,0.15372517456988796,0.0030534707002770486,0.0560450518373034,0.15372517456988796,0.005740946464456938,0.027235083731229622,0.5,0.15372517456988796,0.0029212292228578793,0.17686109405566092,0.15372517456988796,0.007790761517250189,0.09910784291098458,0.15372517456988796,0.045609814573914706,0.0012023769008908465,0.15372517456988796,0.0439947278056619,0.00010329159754762515,0.15372517456988796,0.04620328723347072,0.004794718857166328,0.15372517456988796,0.028515231516123875,0.009625912688724349,0.15372517456988796,0.02891748910795585,0.02221933284286313,0.5,0.15372517456988796,0.03610488375621326,0.024443906908217253,0.0,0.6011103359168445,0.009140024536254461 -4639,0.5,0.15372517456988796,0.06277983385096245,0.2796322753317243,0.15372517456988796,0.11784303047346303,0.00021611826844309981,0.15372517456988796,0.1242999731093399,0.024983313476232456,0.15372517456988796,0.11205794352884946,0.055279879410769686,0.15372517456988796,0.10668458478411115,0.0009156232664557198,0.15372517456988796,0.062262828574714754,0.01788301816908683,0.15372517456988796,0.10364812791720215,0.011294462693878056,0.15372517456988796,0.07608938578442416,0.01419533644395602,0.5,0.15372517456988796,0.013459779649934094,0.07444594888854691,0.15372517456988796,0.018132010951609538,0.04232634260578323,0.5,0.15372517456988796,0.027757095148421652,0.3595498615132268,0.15372517456988796,0.05119527182065956,0.16890476804314247,0.15372517456988796,0.1081479821578786,0.001632180791737442,0.15372517456988796,0.11337276113815978,7.196179593149905e-05,0.15372517456988796,0.1190269697825937,0.004137059009111702,0.15372517456988796,0.08225751905955972,0.0158576544625396,0.15372517456988796,0.065228951392412,0.05058381876474479,0.5,0.15372517456988796,0.09943588922962107,0.04712626577731727,0.0,0.7990294354942499,0.007457522749423177 -4640,0.5,0.15372517456988796,0.11973617135942877,0.3005294354352323,0.15372517456988796,0.20302261532774332,0.0009678937205188284,0.15372517456988796,0.22811948332396798,0.05209600735943712,0.15372517456988796,0.21074722338554902,0.09683307508637977,0.15372517456988796,0.21126393453644055,0.002150056660493237,0.15372517456988796,0.07268354135200944,0.019974930158104462,0.15372517456988796,0.17494578022051244,0.017460449425512965,0.15372517456988796,0.1452870497788663,0.028183157713894385,0.5,0.15372517456988796,0.03886760901925712,0.12062527997993948,0.15372517456988796,0.02761998459899114,0.07425190607085819,0.5,0.15372517456988796,0.09320384845719423,0.2868184029250557,0.15372517456988796,0.1123672672239995,0.27507320004791674,0.15372517456988796,0.18019143534802967,0.004352177770965961,0.15372517456988796,0.2136271957346379,0.0003813173397351464,0.15372517456988796,0.22566310507918763,0.007248123573444927,0.15372517456988796,0.15223559657579194,0.02103187644251769,0.15372517456988796,0.08408210722234101,0.10229654283518569,0.5,0.15372517456988796,0.16150835020057974,0.07712040643213082,0.0,0.900488966385274,0.01128135344177503 -4641,0.5,0.15372517456988796,0.18853028762083526,0.318372760742141,0.15372517456988796,0.28899311342253226,0.003817320330658419,0.15372517456988796,0.33039750042984994,0.09078456405770584,0.15372517456988796,0.32883764728293025,0.14926288187163708,0.15372517456988796,0.32256420611416775,0.003471027055129158,0.15372517456988796,0.07571652775320324,0.023540522144415245,0.15372517456988796,0.21276769987542343,0.037388334019820745,0.15372517456988796,0.20425143097525855,0.05001047812252846,0.5,0.15372517456988796,0.05427991004454416,0.15141268658608462,0.15372517456988796,0.06677755260240294,0.13706125669666508,0.5,0.15372517456988796,0.11486859498560315,0.2311377546613416,0.15372517456988796,0.1763071272378694,0.38726514109655086,0.15372517456988796,0.24088984423347656,0.006600152084427527,0.15372517456988796,0.3208162878850902,0.0015091488248110121,0.15372517456988796,0.3442164739695096,0.013297693580902072,0.15372517456988796,0.24463450304748802,0.025601864869847,0.15372517456988796,0.11092388001689857,0.15557788824337865,0.5,0.15372517456988796,0.18464683656615677,0.10421649127898958,0.0,0.9584897494146732,0.016033222618581 -4642,0.5,0.15372517456988796,0.2618599677588385,0.3432400214808914,0.15372517456988796,0.3702665597743098,0.0072861585642343095,0.15372517456988796,0.42090470580598355,0.11496402923570884,0.15372517456988796,0.4395364182373013,0.1922705185116728,0.15372517456988796,0.41719303273113595,0.004273605640252127,0.15372517456988796,0.10443980436075612,0.03448764937026594,0.15372517456988796,0.284652322224337,0.09043059411853066,0.15372517456988796,0.17427343850822608,0.09233101186006616,0.5,0.15372517456988796,0.04527203213583162,0.16879825016780778,0.15372517456988796,0.2192988425961125,0.2735595124372068,0.5,0.15372517456988796,0.09553348534030937,0.33617947943796983,0.15372517456988796,0.18305427773625374,0.4608425033735512,0.15372517456988796,0.2994617008141081,0.011029906515586047,0.15372517456988796,0.4291761301688999,0.00463814277462773,0.15372517456988796,0.46712253361414946,0.02516944318287575,0.15372517456988796,0.3605481853486766,0.04825306007707497,0.15372517456988796,0.1403241803132798,0.17206560504294394,0.5,0.15372517456988796,0.1514468879541122,0.15249875524969425,0.0,0.9870116242810709,0.01799995376550785 -4643,0.5,0.15372517456988796,0.34286342964913935,0.36824660263845727,0.15372517456988796,0.41458852687596337,0.016662927196937075,0.15372517456988796,0.5115082128128661,0.13385971796238638,0.15372517456988796,0.4953705626677299,0.1985823305545957,0.15372517456988796,0.44223946408829606,0.007542981602873009,0.15372517456988796,0.1977376913980509,0.05780498856351575,0.15372517456988796,0.3460220563310904,0.13333996643915888,0.15372517456988796,0.1784910778048492,0.13203087674472458,0.5,0.15372517456988796,0.060260296483823556,0.19519608577835618,0.15372517456988796,0.30382931586120515,0.4451056350182242,0.5,0.15372517456988796,0.06118740765683383,0.3408241730554029,0.15372517456988796,0.11644270284934644,0.3414667388341007,0.15372517456988796,0.3095540107510023,0.018169973099318934,0.15372517456988796,0.514121213103254,0.013007731216865,0.15372517456988796,0.5638289779548755,0.053236390976672404,0.15372517456988796,0.3465234476595402,0.08450668681204923,0.15372517456988796,0.1759439693633967,0.23056339488793293,0.5,0.15372517456988796,0.2586606668025026,0.3301380241458177,0.0,0.9937680638797723,0.01464126897174606 -4644,0.5,0.15372517456988796,0.38788157885792623,0.39332129481234035,0.15372517456988796,0.45777458177079156,0.040310561619907405,0.15372517456988796,0.4957036943297292,0.14997480738136373,0.15372517456988796,0.5465021388917312,0.24280923635000504,0.15372517456988796,0.43905148032201724,0.01217219389784816,0.15372517456988796,0.46646646333753705,0.12559874786625475,0.15372517456988796,0.3618161969933845,0.11856666648512153,0.15372517456988796,0.19666790765144904,0.21063112954243882,0.5,0.15372517456988796,0.11195477982975169,0.22559000386002617,0.15372517456988796,0.1485339910639209,0.4999047877391283,0.5,0.15372517456988796,0.09737543746311336,0.4566511746990626,0.15372517456988796,0.21471915338443748,0.37113624497780573,0.15372517456988796,0.3114215382213991,0.03637274696625761,0.15372517456988796,0.5271412462001339,0.033550217452082726,0.15372517456988796,0.5646309213390973,0.10331824942285182,0.15372517456988796,0.33069682686552504,0.10323612914246763,0.15372517456988796,0.16823648026725846,0.3053446747804837,0.5,0.15372517456988796,0.36646514337785774,0.5034731150740639,0.0,0.9955253271491759,0.013728392054507989 -4645,0.5,0.15372517456988796,0.44137362988268436,0.41581939315116234,0.15372517456988796,0.469936320488397,0.07812280658729431,0.15372517456988796,0.5320902606124591,0.18858827928397723,0.15372517456988796,0.5821933202257211,0.2774277302391981,0.15372517456988796,0.5082910200378142,0.024566787799280298,0.15372517456988796,0.40769534098648647,0.16719432701415823,0.15372517456988796,0.5342829637933757,0.14696170007366416,0.15372517456988796,0.15246147925276216,0.2336473169112413,0.5,0.15372517456988796,0.17908829905954035,0.29825437991650317,0.15372517456988796,0.12695230972080418,0.447921162663436,0.5,0.15372517456988796,0.11361654766533762,0.5326106571000383,0.15372517456988796,0.35416090871561356,0.5361786004038803,0.15372517456988796,0.30284017193847473,0.07110304752901207,0.15372517456988796,0.582976430215981,0.06898048693020525,0.15372517456988796,0.5868077241956672,0.1584782146060852,0.15372517456988796,0.3388644940786267,0.10661782895037718,0.15372517456988796,0.16144292229317345,0.37010633693478434,0.5,0.15372517456988796,0.3173829055924844,0.5341569991007615,0.0,0.9958959020671315,0.013033575508276326 -4646,0.5,0.15372517456988796,0.44323466248073035,0.4425591294750524,0.15372517456988796,0.3559939406563676,0.12616592716412742,0.15372517456988796,0.5031684289973972,0.2075982579142259,0.15372517456988796,0.5610723735073816,0.2967442889565514,0.15372517456988796,0.5885659723587878,0.08891428576361221,0.15372517456988796,0.27893195734826853,0.20240410767827566,0.15372517456988796,0.5900783575952917,0.22291769082335694,0.15372517456988796,0.18043623120969596,0.3411175563970776,0.5,0.15372517456988796,0.19256397773651796,0.3709354594989107,0.15372517456988796,0.3466249826203654,0.5029680643820458,0.5,0.15372517456988796,0.10720653173262257,0.4371115024109585,0.15372517456988796,0.3709854163896174,0.5776827455589615,0.15372517456988796,0.27669075688118316,0.11249627833954778,0.15372517456988796,0.5769255612260964,0.105854004692299,0.15372517456988796,0.5753850258048213,0.19472175563498914,0.15372517456988796,0.3764052329847695,0.11750504081702992,0.15372517456988796,0.12171681593507873,0.36683401031670354,0.5,0.15372517456988796,0.1963600378122637,0.5032168021659911,0.0,0.9966734373806807,0.014881508016381415 -4647,0.5,0.15372517456988796,0.3867545377396914,0.43126546605225435,0.15372517456988796,0.3685699706416789,0.1518555830792689,0.15372517456988796,0.41828841516801196,0.2003560776756288,0.15372517456988796,0.48652880452744984,0.2655961267177128,0.15372517456988796,0.5865298689212484,0.14001516288500193,0.15372517456988796,0.2839555360881254,0.26746206295324587,0.15372517456988796,0.5150174150752059,0.2694993396644519,0.15372517456988796,0.19986327765358844,0.41369866127026667,0.5,0.15372517456988796,0.20220288597807312,0.3763928175820271,0.15372517456988796,0.40853922961037126,0.498697895859141,0.5,0.15372517456988796,0.20901512592092736,0.560512529203535,0.15372517456988796,0.2891919053679655,0.44145684600522134,0.15372517456988796,0.23342414453682675,0.1293604178373528,0.15372517456988796,0.521855844007556,0.13173593904895586,0.15372517456988796,0.5352620522635557,0.2230184697248075,0.15372517456988796,0.3322118851150344,0.1246366749889633,0.15372517456988796,0.1254282050328375,0.3778495934574504,0.5,0.15372517456988796,0.25673229366697614,0.6203022800844676,0.0,0.9970106793346101,0.017938025259913726 -4648,0.5,0.15372517456988796,0.32485923403061834,0.39321860153456833,0.15372517456988796,0.36251988511640587,0.14664742310337298,0.15372517456988796,0.34721994252392635,0.19824411258212538,0.15372517456988796,0.3625552013481441,0.2142513185193518,0.15372517456988796,0.4871326316428526,0.15089849160476215,0.15372517456988796,0.16728368360375553,0.2563283574207144,0.15372517456988796,0.37593643940046934,0.29158690888090644,0.15372517456988796,0.13436247542614593,0.3630933656377848,0.5,0.15372517456988796,0.19162006273620652,0.3520969433251815,0.15372517456988796,0.2982887037842616,0.4508755150259241,0.5,0.15372517456988796,0.2007049725106011,0.6978038354917537,0.15372517456988796,0.20644520742724756,0.38796964229528763,0.15372517456988796,0.17336047214181033,0.14635901175442637,0.15372517456988796,0.43676805629421805,0.13776536901452408,0.15372517456988796,0.42743184433341774,0.214815354243033,0.15372517456988796,0.19784654906255736,0.17964127926008433,0.15372517456988796,0.10326017669475158,0.37252726582682905,0.5,0.15372517456988796,0.2583078332726278,0.472783826739022,0.0,0.9948884943982168,0.022787026966049624 -4649,0.5,0.15372517456988796,0.24212245353234074,0.3233278453062414,0.15372517456988796,0.28789246130955437,0.15617492985108214,0.15372517456988796,0.22446861199224805,0.15673791586568256,0.15372517456988796,0.22560976069816796,0.1300019150375616,0.15372517456988796,0.32994328687527574,0.1478236949910001,0.15372517456988796,0.11319256477723859,0.21820434012440038,0.15372517456988796,0.24965177239947106,0.2171255628569207,0.15372517456988796,0.0950713820688453,0.3099436931890246,0.5,0.15372517456988796,0.11642297558382966,0.24127265440973544,0.15372517456988796,0.15749614452000027,0.39339276079817104,0.5,0.15372517456988796,0.10252888087992647,0.4391177802986368,0.15372517456988796,0.15015918355321403,0.2976052638118637,0.15372517456988796,0.13286881309063103,0.1389144071543214,0.15372517456988796,0.3472417110812699,0.1305987842646854,0.15372517456988796,0.31725757394783966,0.186376565846748,0.15372517456988796,0.1831558297920673,0.21282175005397408,0.15372517456988796,0.07236268160956949,0.3315383463472061,0.5,0.15372517456988796,0.21558713980515498,0.4142353138653602,0.0,0.9909761923509386,0.03423744813802165 -4650,0.5,0.15372517456988796,0.1647098084875486,0.21903423173351433,0.15372517456988796,0.20689172323052402,0.13747597248594715,0.15372517456988796,0.16825947407257263,0.12920885537394985,0.15372517456988796,0.13584669227156188,0.07461113578817803,0.15372517456988796,0.22321949580195627,0.12809126786974462,0.15372517456988796,0.06897987191208556,0.16082844405420132,0.15372517456988796,0.12615209879033315,0.17166488833243715,0.15372517456988796,0.06098999341144365,0.23789238363565124,0.5,0.15372517456988796,0.06667897318729742,0.1710317261625363,0.15372517456988796,0.056924393360794495,0.23686143945644275,0.5,0.15372517456988796,0.0715448454958547,0.3710892644940689,0.15372517456988796,0.1307373989150898,0.19954494588903274,0.15372517456988796,0.07914348911172477,0.12445322843011142,0.15372517456988796,0.23814119680998724,0.10919300174117316,0.15372517456988796,0.23000845299966718,0.14586284821469309,0.15372517456988796,0.13519918790136193,0.17532464257990935,0.15372517456988796,0.06250870100351573,0.29318397206321883,0.5,0.15372517456988796,0.08913982120082026,0.2724142451240664,0.0,0.9907688329861895,0.0474262848803532 -4651,0.5,0.15372517456988796,0.08727237251083214,0.14170478078736748,0.15372517456988796,0.10862116029938566,0.10869489193003128,0.15372517456988796,0.09292944305650618,0.15099013928792548,0.15372517456988796,0.06769397182004139,0.07705832224802951,0.15372517456988796,0.12758796291047014,0.06461333584126722,0.15372517456988796,0.030661134861083905,0.11995850113447963,0.15372517456988796,0.09778566660515327,0.15980009830671008,0.15372517456988796,0.0386169152833977,0.1770623494881075,0.5,0.15372517456988796,0.029581360221441005,0.0961352705818968,0.15372517456988796,0.03792839927214462,0.12635668130232147,0.5,0.15372517456988796,0.047394130237595894,0.23882002360061896,0.15372517456988796,0.06675997784886673,0.09224101903574526,0.15372517456988796,0.038462088919148346,0.13383530152252304,0.15372517456988796,0.12125153125516946,0.08086120159667967,0.15372517456988796,0.116533064443916,0.09642753341382261,0.15372517456988796,0.05897641384602033,0.14394322806341825,0.15372517456988796,0.022031720814474354,0.24859509083843045,0.5,0.15372517456988796,0.01665904727527285,0.16829841818557983,0.0,0.98963648557084,0.05993422209395813 -4652,0.5,0.15372517456988796,0.016284022949777963,0.10043672259515267,0.15372517456988796,0.03529692096013865,0.05712905581289461,0.15372517456988796,0.017888804988280722,0.13832893702676818,0.15372517456988796,0.0032875470909326282,0.09830662380046727,0.15372517456988796,0.03613769142478527,0.04061420783735342,0.15372517456988796,0.014124656284609474,0.11298428383571199,0.15372517456988796,0.029368699351301968,0.17083226550910227,0.15372517456988796,0.010873664949006028,0.1181550017997683,0.5,0.15372517456988796,0.0062315134786292345,0.0458013308944488,0.15372517456988796,0.0,0.05252253149236478,0.5,0.15372517456988796,0.009209711543200142,0.141227216399331,0.15372517456988796,0.006757825635028938,0.05705006548075022,0.15372517456988796,0.011851592896940849,0.16759125621686305,0.15372517456988796,0.04696746613562043,0.04482958929099487,0.15372517456988796,0.03005016548561973,0.08901703374796442,0.15372517456988796,0.012398313270993598,0.1594496526520166,0.15372517456988796,0.0037514072601195977,0.17646853537579593,0.5,0.15372517456988796,0.0002998604341606859,0.11033583597705518,0.0,0.9835117884150717,0.07543155589146082 -4653,0.5,0.15372517456988796,0.0,0.08597495221224528,0.15372517456988796,0.0,0.013231172517739294,0.15372517456988796,0.0,0.14003272480182102,0.15372517456988796,0.0,0.12420309866916247,0.15372517456988796,0.0,0.04508119325995373,0.15372517456988796,0.0,0.14350583261241454,0.15372517456988796,0.0,0.15413960462885332,0.15372517456988796,0.0,0.08745578380276356,0.5,0.15372517456988796,0.0,0.025272356489655742,0.15372517456988796,0.0,0.04851655676207081,0.5,0.15372517456988796,0.0,0.12050664286647132,0.15372517456988796,0.0,0.05954364115233615,0.15372517456988796,8.696074219041357e-06,0.17569840500135844,0.15372517456988796,0.0,0.023866071988964017,0.15372517456988796,0.0,0.07191907326566226,0.15372517456988796,0.0,0.1739183368252718,0.15372517456988796,0.0,0.1511436211273769,0.5,0.15372517456988796,0.0,0.07242664405976025,0.0,0.9776909529233552,0.07941090161938094 -4654,0.5,0.15372517456988796,0.0,0.08454302915374787,0.15372517456988796,0.0,0.007539365207755731,0.15372517456988796,0.0,0.14569285860854186,0.15372517456988796,0.0,0.14421817927067035,0.15372517456988796,0.0,0.035767936950118026,0.15372517456988796,0.0,0.15931988612841122,0.15372517456988796,0.0,0.1459462774777995,0.15372517456988796,0.0,0.07323091649983295,0.5,0.15372517456988796,0.0,0.018178091499142363,0.15372517456988796,0.0,0.05554552669792108,0.5,0.15372517456988796,0.0,0.09863904922269463,0.15372517456988796,0.0,0.06607594950266321,0.15372517456988796,0.0,0.18712583518225068,0.15372517456988796,0.0,0.02124338047575002,0.15372517456988796,0.0,0.05437004363398728,0.15372517456988796,0.0,0.17481207103010216,0.15372517456988796,0.0,0.1581045828322788,0.5,0.15372517456988796,0.0,0.06292832805470544,0.0,0.9727583146289791,0.07972399679123926 -4655,0.5,0.15372517456988796,0.0,0.0875732337725998,0.15372517456988796,0.0,0.007243096724142456,0.15372517456988796,0.0,0.1644534297614111,0.15372517456988796,0.0,0.15083549176269226,0.15372517456988796,0.0,0.03112310990624171,0.15372517456988796,0.0,0.1439664539962249,0.15372517456988796,0.0,0.14421592965698865,0.15372517456988796,0.0,0.058213453037570195,0.5,0.15372517456988796,0.0,0.01464637351686057,0.15372517456988796,0.0,0.06648828610562374,0.5,0.15372517456988796,0.0,0.08414116136246515,0.15372517456988796,0.0,0.06979159877439232,0.15372517456988796,0.0,0.20554907266735772,0.15372517456988796,0.0,0.023499192588922684,0.15372517456988796,0.0,0.044924507653203494,0.15372517456988796,0.0,0.1827298041498677,0.15372517456988796,0.0,0.1547463498862885,0.5,0.15372517456988796,0.0,0.05689050443013702,0.0,0.9681118963892595,0.09119857139715884 -4656,0.5,0.15372517456988796,0.0,0.0851218472424862,0.15372517456988796,0.0,0.007896921111782524,0.15372517456988796,0.0,0.17199932229307932,0.15372517456988796,0.0,0.14982045778657976,0.15372517456988796,0.0,0.026887825087239976,0.15372517456988796,0.0,0.10106574935173787,0.15372517456988796,0.0,0.2374133814232917,0.15372517456988796,0.0,0.04038688251824995,0.5,0.15372517456988796,0.0,0.01532946917146302,0.15372517456988796,0.0,0.07270803136260649,0.5,0.15372517456988796,0.0,0.07526112125482914,0.15372517456988796,0.0,0.06781953652040776,0.15372517456988796,0.0,0.23188058807667097,0.15372517456988796,0.0,0.031256924837890734,0.15372517456988796,0.0,0.04569056664723818,0.15372517456988796,0.0,0.19798411924052264,0.15372517456988796,0.0,0.14279424792071183,0.5,0.15372517456988796,0.0,0.052666291369516297,0.0,0.9631220075748453,0.10438761644392335 -4657,0.5,0.15372517456988796,0.0,0.0818099616881884,0.15372517456988796,0.0,0.00944388185392988,0.15372517456988796,0.0,0.16581748585766073,0.15372517456988796,0.0,0.15172863889284902,0.15372517456988796,0.0,0.026186555951112907,0.15372517456988796,0.0,0.06956939778174681,0.15372517456988796,0.0,0.2799219307649792,0.15372517456988796,0.0,0.02809040788698525,0.5,0.15372517456988796,0.0,0.016386955816631854,0.15372517456988796,0.0,0.08703798452114275,0.5,0.15372517456988796,0.0,0.06861722969177844,0.15372517456988796,0.0,0.06523377741411018,0.15372517456988796,0.0,0.2851552014840106,0.15372517456988796,0.0,0.04513769969865706,0.15372517456988796,0.0,0.05771978695443037,0.15372517456988796,0.0,0.1868278720301363,0.15372517456988796,0.0,0.12694051781154322,0.5,0.15372517456988796,0.0,0.05137951493142904,0.0,0.9554360352432698,0.12573619927435975 -4658,0.5,0.15372517456988796,0.0,0.08285245311627182,0.15372517456988796,0.0,0.014536940771772913,0.15372517456988796,0.0,0.1721616341553929,0.15372517456988796,0.0,0.15455389773351816,0.15372517456988796,0.0,0.02939595206737076,0.15372517456988796,0.0,0.05530109544850656,0.15372517456988796,0.0,0.2407700025168727,0.15372517456988796,0.0,0.023495637674895792,0.5,0.15372517456988796,0.0,0.0142127656878134,0.15372517456988796,0.0,0.08889526067341115,0.5,0.15372517456988796,0.0,0.07188148600865747,0.15372517456988796,0.0,0.060952764417552145,0.15372517456988796,0.0,0.3222482708623663,0.15372517456988796,0.0,0.06152749192527726,0.15372517456988796,0.0,0.07291602582951157,0.15372517456988796,0.0,0.16066109371913756,0.15372517456988796,0.0,0.10141460320469321,0.5,0.15372517456988796,0.0,0.045975004872456954,0.0,0.9453032638600236,0.15428473246938215 -4659,0.5,0.15372517456988796,0.0,0.09217947258344335,0.15372517456988796,0.0,0.02829334151128145,0.15372517456988796,0.0,0.18368580676785098,0.15372517456988796,0.0,0.15556516313169735,0.15372517456988796,0.0,0.03359530968636351,0.15372517456988796,0.0,0.04964721058413182,0.15372517456988796,0.0,0.17966450770703135,0.15372517456988796,0.0,0.02159178850537477,0.5,0.15372517456988796,0.0,0.011145381269902546,0.15372517456988796,0.0,0.08679040673377261,0.5,0.15372517456988796,0.0,0.06580797676158391,0.15372517456988796,0.0,0.054233621121948995,0.15372517456988796,0.0,0.34720202397290567,0.15372517456988796,0.0,0.07741987649783132,0.15372517456988796,0.0,0.08360532003984329,0.15372517456988796,0.0,0.12775541677665336,0.15372517456988796,0.0,0.08184667545157069,0.5,0.15372517456988796,0.0,0.04071334001819223,0.0,0.940576303316018,0.18185151027635185 -4660,0.5,0.15372517456988796,0.0,0.10751422636548712,0.15372517456988796,0.0,0.0589266850894113,0.15372517456988796,0.0,0.18928994527455426,0.15372517456988796,0.0,0.1608091364505873,0.15372517456988796,0.0,0.036772712121682614,0.15372517456988796,0.0,0.047155338029267704,0.15372517456988796,0.0,0.14657762994919038,0.15372517456988796,0.0,0.020263951420362185,0.5,0.15372517456988796,0.0,0.008381912074907403,0.15372517456988796,0.0,0.0756829418914147,0.5,0.15372517456988796,0.0,0.04954534232457858,0.15372517456988796,0.0,0.04498837221833038,0.15372517456988796,0.0,0.36444749661424863,0.15372517456988796,0.0,0.09457153623786853,0.15372517456988796,0.0,0.08095022469300105,0.15372517456988796,0.0,0.10268847134473984,0.15372517456988796,0.0,0.07138149481086022,0.5,0.15372517456988796,0.0,0.042595926227802804,0.0,0.9693797318387349,0.20283354343298352 -4661,0.5,0.15372517456988796,0.003056751157208657,0.12399629726860664,0.15372517456988796,0.0007033677928845296,0.10787716446527054,0.15372517456988796,0.00020388504621579348,0.1933496712444539,0.15372517456988796,0.0019364812947954247,0.1679806885604521,0.15372517456988796,0.0,0.03872101781534496,0.15372517456988796,0.0,0.04677839148688934,0.15372517456988796,0.0,0.13833123124046515,0.15372517456988796,0.0,0.01908674119817977,0.5,0.15372517456988796,0.0,0.006524434366006127,0.15372517456988796,0.0,0.04707878443661393,0.5,0.15372517456988796,0.0,0.03091497615670319,0.15372517456988796,0.0,0.03715451406540051,0.15372517456988796,0.00023067380769571595,0.38768303917440283,0.15372517456988796,0.00010830672282153146,0.1094577832234942,0.15372517456988796,0.00021389455927158424,0.08434632752135779,0.15372517456988796,0.0,0.09381772898646357,0.15372517456988796,0.0,0.05972653911362453,0.5,0.15372517456988796,0.0,0.04221361500445449,0.0,0.9944696213427173,0.21444148094188287 -4662,0.5,0.15372517456988796,0.049172051297955724,0.14759229835896726,0.15372517456988796,0.022771983984457324,0.18462354003827186,0.15372517456988796,0.018437320793610393,0.22150451681909925,0.15372517456988796,0.038308438299120263,0.20098196469092725,0.15372517456988796,0.032824862749992925,0.03648383727059135,0.15372517456988796,0.014198183332295904,0.05473588658065872,0.15372517456988796,0.019171420414667645,0.17738540097456487,0.15372517456988796,0.01756618645846378,0.018422435953806392,0.5,0.15372517456988796,0.008673159299896684,0.007682710306681285,0.15372517456988796,0.013379922905927207,0.027014530488341838,0.5,0.15372517456988796,0.0032247694667773587,0.02362209182909024,0.15372517456988796,0.005646714370979522,0.03273412792648814,0.15372517456988796,0.009052179050989121,0.43372118333369125,0.15372517456988796,0.03952476228408541,0.12826136053593978,0.15372517456988796,0.035169101703582124,0.1076619321384582,0.15372517456988796,0.018176950060590825,0.10522797446321706,0.15372517456988796,0.004763476495085268,0.05073714813555464,0.5,0.15372517456988796,0.01584109856839295,0.037160685744141136,0.0,0.9956157615973704,0.22749189399879652 -4663,0.5,0.15372517456988796,0.1138972314533529,0.20209213274488094,0.15372517456988796,0.07009214039205458,0.26995448428582786,0.15372517456988796,0.06300467376590298,0.27049545123958935,0.15372517456988796,0.08182991376637547,0.3198671554446044,0.15372517456988796,0.09339245745759371,0.052811941171810706,0.15372517456988796,0.05155906719206527,0.09260725503806913,0.15372517456988796,0.06243295569319242,0.24547734629576345,0.15372517456988796,0.07190608001800888,0.03239676862518351,0.5,0.15372517456988796,0.04002307069485677,0.01452245149152044,0.15372517456988796,0.07046167825879662,0.027984453301410386,0.5,0.15372517456988796,0.016183765672117427,0.028576407995284433,0.15372517456988796,0.026237030478108013,0.03521167852349477,0.15372517456988796,0.03668130259727577,0.5244678188388303,0.15372517456988796,0.10746456477147806,0.19531802856956285,0.15372517456988796,0.09200501216207008,0.20440774882599516,0.15372517456988796,0.07538194224864002,0.15608051627860994,0.15372517456988796,0.030701982118351376,0.05280923798596014,0.5,0.15372517456988796,0.05392821400961998,0.04897458972190501,0.0,0.9925281688978753,0.24968882913069954 -4664,0.5,0.15372517456988796,0.20505226969449775,0.2956610927792867,0.15372517456988796,0.1374200944847104,0.4732844786222326,0.15372517456988796,0.13569617998823413,0.3318526619143201,0.15372517456988796,0.13104653432322244,0.3346498373186201,0.15372517456988796,0.1807022043679499,0.12279375054615768,0.15372517456988796,0.06992707746141873,0.12233211502997991,0.15372517456988796,0.09394200183494077,0.2594229549592183,0.15372517456988796,0.1517302457279033,0.08579175347713187,0.5,0.15372517456988796,0.08181086590761666,0.03270894100263337,0.15372517456988796,0.1439996199161685,0.0339939158719509,0.5,0.15372517456988796,0.03456526070449056,0.05954338374237742,0.15372517456988796,0.05025301694329781,0.050666961366540815,0.15372517456988796,0.09838653134592312,0.6667008005570156,0.15372517456988796,0.20455258013759336,0.31357801177700684,0.15372517456988796,0.17877652414369954,0.3278990927713368,0.15372517456988796,0.16229013903589148,0.2076525299720888,0.15372517456988796,0.07242243314044962,0.07819019563631595,0.5,0.15372517456988796,0.1126713583030178,0.06593842338931724,0.0,0.9822149418238714,0.3227684429484405 -4665,0.5,0.15372517456988796,0.30347859930259535,0.432103258154822,0.15372517456988796,0.2058161267900978,0.6262918845258136,0.15372517456988796,0.20322141509307998,0.34029792527496067,0.15372517456988796,0.15636245507961732,0.3202161111905329,0.15372517456988796,0.28133331612451806,0.20518632308429077,0.15372517456988796,0.1104894086176041,0.16380802776196585,0.15372517456988796,0.1371977318480402,0.2843011196907083,0.15372517456988796,0.22476076335868617,0.14259682952390612,0.5,0.15372517456988796,0.13099535322906566,0.06270138015240118,0.15372517456988796,0.20945368316389518,0.051328335599270886,0.5,0.15372517456988796,0.05671364211965205,0.06730177273511345,0.15372517456988796,0.07740860407795447,0.0682572073704927,0.15372517456988796,0.17112840514518882,0.7713390565720668,0.15372517456988796,0.3171706832645066,0.4310428401306797,0.15372517456988796,0.27765591308856885,0.42973960088351293,0.15372517456988796,0.23446016848616413,0.20731500841903108,0.15372517456988796,0.11182932118988337,0.08642179509774776,0.5,0.15372517456988796,0.17415958558346284,0.0814993288522856,0.0,0.9759819888222836,0.4012554850760976 -4666,0.5,0.15372517456988796,0.39851827037591275,0.5373892017303867,0.15372517456988796,0.35800936198599126,0.7610226608957156,0.15372517456988796,0.28434097882443465,0.3278630361439108,0.15372517456988796,0.2316350022676715,0.3010794565574605,0.15372517456988796,0.3873513109431839,0.27449392010311396,0.15372517456988796,0.18297469510156866,0.2121251099634246,0.15372517456988796,0.18090113439310132,0.29684671660883893,0.15372517456988796,0.29704696398345937,0.18743325625701984,0.5,0.15372517456988796,0.1872660073274655,0.11130444417976904,0.15372517456988796,0.2463019501230608,0.07743844859796141,0.5,0.15372517456988796,0.1438468609765396,0.07648288961965863,0.15372517456988796,0.12807706627915952,0.12128524385153495,0.15372517456988796,0.2852409287350313,0.8441465317552747,0.15372517456988796,0.44516866932142457,0.5115155534619158,0.15372517456988796,0.39363351027843324,0.5077183676932008,0.15372517456988796,0.30628160693814055,0.1994609406811804,0.15372517456988796,0.18720469169845647,0.08082363644260213,0.5,0.15372517456988796,0.21507515545230776,0.0977378790171013,0.0,0.9816068034508032,0.38188931684633204 -4667,0.5,0.15372517456988796,0.4984273865518055,0.6045343499012085,0.15372517456988796,0.46733177337794446,0.8141330130092235,0.15372517456988796,0.3474217532412257,0.3053622475306748,0.15372517456988796,0.23426903703254665,0.2842803236711485,0.15372517456988796,0.4915861845480545,0.3369280658865822,0.15372517456988796,0.2190736637504787,0.23509349912295718,0.15372517456988796,0.17814312282169342,0.26516550645444914,0.15372517456988796,0.3798915622445897,0.23926592594787505,0.5,0.15372517456988796,0.2542900764539705,0.16800631398392815,0.15372517456988796,0.37709141637120935,0.11718904041747216,0.5,0.15372517456988796,0.2122966622968111,0.10001101329193413,0.15372517456988796,0.1890872719192619,0.19768638560412827,0.15372517456988796,0.390962596073774,0.8794921619284333,0.15372517456988796,0.557184612316921,0.5443105965723791,0.15372517456988796,0.47607195923804335,0.559407121197291,0.15372517456988796,0.33141029134543576,0.17113420891891315,0.15372517456988796,0.2779490667528783,0.07687191994560279,0.5,0.15372517456988796,0.23498084908474826,0.07625099135824263,0.0,1.0003445140664733,0.3442488486674652 -4668,0.5,0.15372517456988796,0.5524890673735188,0.6370967218554844,0.15372517456988796,0.5554629407964099,0.8323967464298581,0.15372517456988796,0.337775324835871,0.258219139839541,0.15372517456988796,0.3074984306269656,0.27852673669373296,0.15372517456988796,0.5484638535684551,0.3906374393710506,0.15372517456988796,0.24404155817463807,0.2743041764162433,0.15372517456988796,0.1911397144412932,0.2625261207898729,0.15372517456988796,0.3699484454136953,0.2501759325897468,0.5,0.15372517456988796,0.2939862179352121,0.2210895536782352,0.15372517456988796,0.4935603539451926,0.13048763539254946,0.5,0.15372517456988796,0.2135335711777273,0.15831211772811668,0.15372517456988796,0.21367471096122487,0.3270877446124717,0.15372517456988796,0.5076318176896625,0.8853590833539304,0.15372517456988796,0.6327621272553263,0.5409037753190443,0.15372517456988796,0.5207631565170067,0.575130590903248,0.15372517456988796,0.3857721789120482,0.1611530544921859,0.15372517456988796,0.38089173344433486,0.07293290970250045,0.5,0.15372517456988796,0.2793522579335752,0.03355154119259699,0.0,1.00208497308956,0.36916253941987376 -4669,0.5,0.15372517456988796,0.5386504880519313,0.6399513522624714,0.15372517456988796,0.6004251956021428,0.8119435114798671,0.15372517456988796,0.38174649470777083,0.2413063294446818,0.15372517456988796,0.30504029852599257,0.24921267244078346,0.15372517456988796,0.5273840670504336,0.4115230052582846,0.15372517456988796,0.23078853592689447,0.35998946416719674,0.15372517456988796,0.21669368969600644,0.26289389173480643,0.15372517456988796,0.23072990178088676,0.2408798261430621,0.5,0.15372517456988796,0.27705406183936293,0.20717933325325458,0.15372517456988796,0.45642772459224823,0.25374303926039804,0.5,0.15372517456988796,0.19778718249010574,0.2473564434858801,0.15372517456988796,0.212262271917947,0.4204684299838375,0.15372517456988796,0.5950053369655108,0.8601217932768626,0.15372517456988796,0.6668347617915134,0.5464531836433622,0.15372517456988796,0.5412074526767082,0.5711980957407048,0.15372517456988796,0.35374466553521633,0.1667053832004344,0.15372517456988796,0.441566836572382,0.09335256215652593,0.5,0.15372517456988796,0.3829609684593615,0.010608381491545655,0.0,0.9933483373050622,0.3421942789152352 -4670,0.5,0.15372517456988796,0.521964653294692,0.6262705191168285,0.15372517456988796,0.618670578376049,0.7920126507159374,0.15372517456988796,0.3618417623641081,0.2416706059342514,0.15372517456988796,0.22200688944458788,0.21126935120887694,0.15372517456988796,0.5072341063711097,0.4837107286291384,0.15372517456988796,0.21041837864946097,0.42714224025293535,0.15372517456988796,0.25762083754583265,0.29334826444375217,0.15372517456988796,0.1505057854934046,0.20583250209736437,0.5,0.15372517456988796,0.17965957463744925,0.17906897758106566,0.15372517456988796,0.40748613652375715,0.3760175866292608,0.5,0.15372517456988796,0.15766466478954572,0.3090466968877244,0.15372517456988796,0.19449350067887616,0.40274272258277305,0.15372517456988796,0.6318916657032796,0.8280192756353503,0.15372517456988796,0.6504293658981348,0.5532879871912799,0.15372517456988796,0.531651514588156,0.5477928550488476,0.15372517456988796,0.2926623210152197,0.18030316136354174,0.15372517456988796,0.46100568901836947,0.13506037949700417,0.5,0.15372517456988796,0.5254057641923711,0.012789705602994333,0.0,0.9785895936794667,0.2209659910590521 -4671,0.5,0.15372517456988796,0.44435233028497534,0.5804078404173875,0.15372517456988796,0.5905950544884223,0.7840697523394535,0.15372517456988796,0.28443213485226115,0.24105997684123107,0.15372517456988796,0.23323198889130858,0.1830609298038836,0.15372517456988796,0.4087723111793621,0.5553553070048942,0.15372517456988796,0.1671330009946858,0.4208546112332987,0.15372517456988796,0.21969456296589257,0.3352979397667131,0.15372517456988796,0.10417476329238749,0.17446306944995582,0.5,0.15372517456988796,0.1550677792000898,0.16080412622922244,0.15372517456988796,0.26567539804637286,0.49481899365986404,0.5,0.15372517456988796,0.199374852557436,0.3099285751682961,0.15372517456988796,0.2219696978117935,0.3440620545920165,0.15372517456988796,0.6051513895581477,0.8022398643000155,0.15372517456988796,0.5930134559251254,0.5267017240707315,0.15372517456988796,0.4748929751752804,0.5131593936091432,0.15372517456988796,0.19839786818570115,0.16225746242829514,0.15372517456988796,0.360569245194369,0.16871472962110426,0.5,0.15372517456988796,0.5025138461442573,0.035384316702706614,0.0,0.929586533715242,0.14647113376199267 -4672,0.5,0.15372517456988796,0.390656978213803,0.5280174632001651,0.15372517456988796,0.5070155455054857,0.7585579739362365,0.15372517456988796,0.25094301764289617,0.23073258112896394,0.15372517456988796,0.25300151244948077,0.1805081271643539,0.15372517456988796,0.3579938272837313,0.581821140350815,0.15372517456988796,0.14985523814446444,0.33451767021395284,0.15372517456988796,0.14868655388690044,0.35549541610713076,0.15372517456988796,0.11588591365203191,0.1542206011951585,0.5,0.15372517456988796,0.1416586981316415,0.12434431658448944,0.15372517456988796,0.19971707266553784,0.3711256004119929,0.5,0.15372517456988796,0.24200776682952735,0.27941170790840336,0.15372517456988796,0.19892671776185486,0.25094615605232545,0.15372517456988796,0.5210168953684345,0.7549577591252227,0.15372517456988796,0.49352725528112457,0.46703886373951153,0.15372517456988796,0.37549496592171516,0.4656172121332809,0.15372517456988796,0.16705189688890645,0.17560475074740045,0.15372517456988796,0.2426365642897117,0.18687087086628895,0.5,0.15372517456988796,0.3994419652314303,0.12190267820092938,0.0,0.8579409625558881,0.14577257791882436 -4673,0.5,0.15372517456988796,0.30474586616087646,0.44408602372069556,0.15372517456988796,0.38825865792808156,0.6557237427305344,0.15372517456988796,0.17994831144471116,0.2314070334432906,0.15372517456988796,0.2568312427179135,0.16677059431762908,0.15372517456988796,0.2624821058070231,0.5408756704626605,0.15372517456988796,0.10974940326515914,0.27284827549660967,0.15372517456988796,0.10347317968216674,0.3138726110509987,0.15372517456988796,0.12671870855643716,0.1343671189964819,0.5,0.15372517456988796,0.1296665675443448,0.08089405876326955,0.15372517456988796,0.1392016457031715,0.25593149177536695,0.5,0.15372517456988796,0.19639368156391473,0.3126555414282558,0.15372517456988796,0.15997204499281217,0.1845357094699973,0.15372517456988796,0.3995853082916456,0.6594638495318446,0.15372517456988796,0.35175958230986965,0.399098413036836,0.15372517456988796,0.27040944859491955,0.43923383661433046,0.15372517456988796,0.1647784645097434,0.2286268683984795,0.15372517456988796,0.1590568921095952,0.1663003045677413,0.5,0.15372517456988796,0.2681600233668455,0.21194587318608793,0.0,0.7563570074775068,0.21166973092294453 -4674,0.5,0.15372517456988796,0.21279160667236585,0.2958184020242408,0.15372517456988796,0.26654149362345764,0.4591578879003755,0.15372517456988796,0.10594033371152686,0.22108126967605307,0.15372517456988796,0.17377091765343958,0.11628737330186448,0.15372517456988796,0.20417457086671206,0.5347121069110908,0.15372517456988796,0.0662048260641333,0.18221094692903306,0.15372517456988796,0.07120856056479195,0.28144318322202216,0.15372517456988796,0.09673169232960303,0.09113145739593054,0.5,0.15372517456988796,0.10636033595071265,0.05589678458766129,0.15372517456988796,0.07520515973137898,0.1825062082254611,0.5,0.15372517456988796,0.10919403040518598,0.24013462944975816,0.15372517456988796,0.12104312623347172,0.11300245236252231,0.15372517456988796,0.27564868012269483,0.5314798109984432,0.15372517456988796,0.2154053256886158,0.3269774178800584,0.15372517456988796,0.15607054628247025,0.3903624391157335,0.15372517456988796,0.11202132184060637,0.2039332788160755,0.15372517456988796,0.11261924112945515,0.16705045457860251,0.5,0.15372517456988796,0.14808362299357475,0.27022586012960154,0.0,0.6900507589664366,0.34426143017992117 -4675,0.5,0.15372517456988796,0.10715824279726152,0.15116297705115778,0.15372517456988796,0.13845919703174092,0.2840370879818969,0.15372517456988796,0.048393851168786174,0.20402643673205378,0.15372517456988796,0.06094225599622301,0.07120865295718087,0.15372517456988796,0.10785718423666193,0.48586704754338483,0.15372517456988796,0.030745022540421572,0.08842672674195143,0.15372517456988796,0.028469838835623762,0.2273817395237577,0.15372517456988796,0.04450142517643763,0.046306447715717215,0.5,0.15372517456988796,0.05965646409162386,0.03960337427663223,0.15372517456988796,0.025629005655109723,0.10336372106049616,0.5,0.15372517456988796,0.07023535194150207,0.11779610000676205,0.15372517456988796,0.06709165674190234,0.0520708012895115,0.15372517456988796,0.1455922942112303,0.3914996641770795,0.15372517456988796,0.10072412428323761,0.27463098843364897,0.15372517456988796,0.08801564454432197,0.29748160133166324,0.15372517456988796,0.045493475297730304,0.13220067452894982,0.15372517456988796,0.04997028454266498,0.12246878788486196,0.5,0.15372517456988796,0.04592931509994086,0.3263490179432153,0.0,0.6803113033611837,0.5285507964430208 -4676,0.5,0.15372517456988796,0.01844230699584956,0.10361447707899768,0.15372517456988796,0.03154129539877464,0.11818545591824092,0.15372517456988796,0.008021223554178699,0.15206602797790303,0.15372517456988796,0.0010919658454928535,0.07049953249947663,0.15372517456988796,0.028356533509774698,0.3537083636329685,0.15372517456988796,0.013011045523084009,0.03605498555882501,0.15372517456988796,0.004273478979756055,0.18946030627241012,0.15372517456988796,0.00995261318151359,0.019294486093734117,0.5,0.15372517456988796,0.013067771354668307,0.030636223188642012,0.15372517456988796,0.00025152606584881665,0.0499567102153973,0.5,0.15372517456988796,0.015157271805465743,0.06545200177282869,0.15372517456988796,0.010785070998755107,0.025395619627264263,0.15372517456988796,0.037966982343845074,0.25271334354248387,0.15372517456988796,0.022895122274547014,0.23499691563558195,0.15372517456988796,0.022491115132174937,0.20285541713468871,0.15372517456988796,0.007487004412904473,0.12566935391262696,0.15372517456988796,0.002803311168719752,0.07927768365081062,0.5,0.15372517456988796,0.0,0.25709938610720046,0.0,0.662652680462821,0.5178186758364616 -4677,0.5,0.15372517456988796,0.0,0.09350337157408958,0.15372517456988796,0.0,0.06912909021164143,0.15372517456988796,0.0,0.09777578627994409,0.15372517456988796,0.0,0.07709671709941382,0.15372517456988796,1.3465130585564779e-05,0.20968116176881285,0.15372517456988796,0.0,0.027137080964755783,0.15372517456988796,0.0,0.13111016987452614,0.15372517456988796,0.0,0.010390081213707818,0.5,0.15372517456988796,0.0,0.021942645036975517,0.15372517456988796,0.0,0.026992555172942575,0.5,0.15372517456988796,0.0,0.0488947300042012,0.15372517456988796,0.0,0.01864264775497681,0.15372517456988796,0.0,0.16837494290551294,0.15372517456988796,1.964149006199981e-05,0.2193445671765637,0.15372517456988796,0.0,0.17371291328478305,0.15372517456988796,0.0,0.10949361660982213,0.15372517456988796,0.0,0.052729468918815844,0.5,0.15372517456988796,0.0,0.16644312406509304,0.0,0.6594802640230077,0.34463253167004976 -4678,0.5,0.15372517456988796,0.0,0.09224844151883027,0.15372517456988796,0.0,0.056086564511636815,0.15372517456988796,0.0,0.09673688578537408,0.15372517456988796,0.0,0.08006829992898434,0.15372517456988796,0.0,0.13422322895434277,0.15372517456988796,0.0,0.019413051836207257,0.15372517456988796,0.0,0.08127270419092975,0.15372517456988796,0.0,0.0077268692477369585,0.5,0.15372517456988796,0.0,0.015115445221671511,0.15372517456988796,0.0,0.01450416955674808,0.5,0.15372517456988796,0.0,0.04124205011320387,0.15372517456988796,0.0,0.0153792290008155,0.15372517456988796,0.0,0.14433241589007212,0.15372517456988796,0.0,0.17887890578349233,0.15372517456988796,0.0,0.1769403672721437,0.15372517456988796,0.0,0.07378099972987118,0.15372517456988796,0.0,0.03565798905753041,0.5,0.15372517456988796,0.0,0.11013394236928384,0.0,0.6800611483931482,0.25783907295655173 -4679,0.5,0.15372517456988796,0.0,0.0933286733478002,0.15372517456988796,0.0,0.04217503920510653,0.15372517456988796,0.0,0.10860600676822339,0.15372517456988796,0.0,0.0798531009925367,0.15372517456988796,0.0,0.08743980192829777,0.15372517456988796,0.0,0.01908695887023414,0.15372517456988796,0.0,0.03617788890600632,0.15372517456988796,0.0,0.00792296397594338,0.5,0.15372517456988796,0.0,0.010873088987243762,0.15372517456988796,0.0,0.009878546990756895,0.5,0.15372517456988796,0.0,0.02948792179576553,0.15372517456988796,0.0,0.011812925130914951,0.15372517456988796,0.0,0.14931015077273585,0.15372517456988796,0.0,0.15905723889887416,0.15372517456988796,0.0,0.1785490974379816,0.15372517456988796,0.0,0.029801149678789773,0.15372517456988796,0.0,0.029492928629431026,0.5,0.15372517456988796,0.0,0.09162346048466442,0.0,0.7169584029695966,0.23243145327760895 -4680,0.5,0.15372517456988796,0.0,0.08455692857926882,0.15372517456988796,0.0,0.04932599588810314,0.15372517456988796,0.0,0.11904348980258397,0.15372517456988796,0.0,0.08044041835899716,0.15372517456988796,0.0,0.060531391239050006,0.15372517456988796,0.0,0.019263743856360045,0.15372517456988796,0.0,0.027314473745500605,0.15372517456988796,0.0,0.009975734511767535,0.5,0.15372517456988796,0.0,0.008195666142557642,0.15372517456988796,0.0,0.00788781729429313,0.5,0.15372517456988796,0.0,0.01955168000234641,0.15372517456988796,0.0,0.007837119338736728,0.15372517456988796,0.0,0.18313320447103168,0.15372517456988796,0.0,0.14585767798362348,0.15372517456988796,0.0,0.1503842574392723,0.15372517456988796,0.0,0.006400570363515946,0.15372517456988796,0.0,0.023445548961847303,0.5,0.15372517456988796,0.0,0.06853038016914384,0.0,0.7009156175203002,0.30864709255634193 -4681,0.5,0.15372517456988796,0.0,0.06835483588671466,0.15372517456988796,0.0,0.06955494074499471,0.15372517456988796,0.0,0.11133809150827456,0.15372517456988796,0.0,0.08140783739970295,0.15372517456988796,0.0,0.05220881890127779,0.15372517456988796,0.0,0.026367830492622174,0.15372517456988796,0.0,0.021668257632891735,0.15372517456988796,0.0,0.010976366215909365,0.5,0.15372517456988796,0.0,0.005221557651089794,0.15372517456988796,0.0,0.0055507514788482445,0.5,0.15372517456988796,0.0,0.012711288247305694,0.15372517456988796,0.0,0.005850190588051072,0.15372517456988796,0.0,0.1987187320128979,0.15372517456988796,0.0,0.13593946399809104,0.15372517456988796,0.0,0.11508015497836599,0.15372517456988796,0.0,0.0037221966933689006,0.15372517456988796,0.0,0.01633662227681541,0.5,0.15372517456988796,0.0,0.05025013635358361,0.0,0.5708127336528575,0.4263954767293008 -4682,0.5,0.15372517456988796,0.0,0.05422120142895514,0.15372517456988796,0.0,0.09412590615053464,0.15372517456988796,0.0,0.08815082620844643,0.15372517456988796,0.0,0.07459403304317717,0.15372517456988796,0.0,0.05225567004864927,0.15372517456988796,0.0,0.035914150099096265,0.15372517456988796,0.0,0.01911490001749474,0.15372517456988796,0.0,0.009887917950519288,0.5,0.15372517456988796,0.0,0.0032267927407722916,0.15372517456988796,0.0,0.00372708317128886,0.5,0.15372517456988796,0.0,0.004792876417106618,0.15372517456988796,0.0,0.003947294845035551,0.15372517456988796,0.0,0.2084521655715352,0.15372517456988796,0.0,0.1270711968651022,0.15372517456988796,0.0,0.08994924649248166,0.15372517456988796,0.0,0.003968764375576264,0.15372517456988796,0.0,0.009761692877543917,0.5,0.15372517456988796,0.0,0.03249454255151818,0.0,0.44191484527549124,0.39550605148243034 -4683,0.5,0.15372517456988796,0.0,0.04378019113365574,0.15372517456988796,0.0,0.0697418510262433,0.15372517456988796,0.0,0.06909645561576733,0.15372517456988796,0.0,0.061895466089144625,0.15372517456988796,0.0,0.05957388804037875,0.15372517456988796,0.0,0.04232544087112698,0.15372517456988796,0.0,0.020063918103540815,0.15372517456988796,0.0,0.00966905837028341,0.5,0.15372517456988796,0.0,0.002070301015279616,0.15372517456988796,0.0,0.0021517332909813764,0.5,0.15372517456988796,0.0,0.0012483821650391626,0.15372517456988796,0.0,0.00275695876877825,0.15372517456988796,0.0,0.23750106296241155,0.15372517456988796,0.0,0.12257508760327168,0.15372517456988796,0.0,0.07484175241392746,0.15372517456988796,0.0,0.002465878951816039,0.15372517456988796,0.0,0.005276316988871272,0.5,0.15372517456988796,0.0,0.023097082343434782,0.0,0.4252058131425069,0.5251934278531041 -4684,0.5,0.15372517456988796,0.0,0.03620071528421615,0.15372517456988796,0.0,0.11673891614395625,0.15372517456988796,0.0,0.052282621209841035,0.15372517456988796,0.0,0.05340864471849685,0.15372517456988796,0.0,0.07384700103049655,0.15372517456988796,0.0,0.04759829676631769,0.15372517456988796,0.0,0.02439823878615705,0.15372517456988796,0.0,0.011944406885746103,0.5,0.15372517456988796,0.0,0.0012556140872461207,0.15372517456988796,0.0,0.0011767601767339081,0.5,0.15372517456988796,0.0,0.0008183449987002202,0.15372517456988796,0.0,0.0019507043256301638,0.15372517456988796,0.0,0.2137788850186106,0.15372517456988796,0.0,0.12431347493386373,0.15372517456988796,0.0,0.06517287825020929,0.15372517456988796,0.0,0.0012533135611576495,0.15372517456988796,0.0,0.003260837251042464,0.5,0.15372517456988796,0.0,0.014472523992649214,0.0,0.3784627965378507,0.7350934706178841 -4685,0.5,0.15372517456988796,0.0022520996667600352,0.02932045352276942,0.15372517456988796,0.0011905161640176638,0.12267363042322588,0.15372517456988796,3.128928340309329e-05,0.04085231131502884,0.15372517456988796,0.0014205800736595893,0.04509443912343256,0.15372517456988796,0.0,0.09328628805532116,0.15372517456988796,0.0,0.062346975923444535,0.15372517456988796,0.0,0.027094975565657747,0.15372517456988796,0.0,0.012310456189336485,0.5,0.15372517456988796,0.0,0.001296535330412207,0.15372517456988796,0.0,0.0010657792832794515,0.5,0.15372517456988796,0.0,0.0008081916905741555,0.15372517456988796,0.0,0.002031560446287423,0.15372517456988796,0.0015578266576174826,0.17005412909518025,0.15372517456988796,0.00010633787427959635,0.14507653871174642,0.15372517456988796,9.339256151236272e-05,0.05501304149752053,0.15372517456988796,0.0,0.0022909535298274103,0.15372517456988796,0.0,0.00210660611708793,0.5,0.15372517456988796,0.0,0.009318752184039412,0.0,0.33727944906653334,0.8430449855547154 -4686,0.5,0.15372517456988796,0.03742369122847622,0.032006395983989674,0.15372517456988796,0.050243438147673486,0.10187772954892076,0.15372517456988796,0.020596084936511518,0.037076213046474314,0.15372517456988796,0.026296336797029814,0.04200254223288828,0.15372517456988796,0.03691907192234376,0.100167343387104,0.15372517456988796,0.027401356847910077,0.06811247868516863,0.15372517456988796,0.028342636308397413,0.024197097664989557,0.15372517456988796,0.005910995051472723,0.010177705759476033,0.5,0.15372517456988796,0.011827982468700605,0.0022711626207664298,0.15372517456988796,0.002877986588328194,0.0006629371678799051,0.5,0.15372517456988796,0.006708945451264079,0.0008719327937145908,0.15372517456988796,0.009790765645117237,0.004113001433512713,0.15372517456988796,0.04989999304119009,0.1374707299027329,0.15372517456988796,0.0395826544870224,0.17851188493237277,0.15372517456988796,0.042140006427935174,0.05217910924026539,0.15372517456988796,0.015026827637950883,0.002916166417805208,0.15372517456988796,0.00889744959555521,0.0013299170481344167,0.5,0.15372517456988796,0.004184999441242087,0.0076535557320802725,0.0,0.3294827858824092,0.8470802985802072 -4687,0.5,0.15372517456988796,0.08999091817639451,0.07373737800604167,0.15372517456988796,0.12355349770365373,0.15837691374764418,0.15372517456988796,0.07708978836074185,0.041774519264324836,0.15372517456988796,0.061037362521861094,0.051162405391041735,0.15372517456988796,0.10532062194722827,0.18934558622164332,0.15372517456988796,0.09512677427853475,0.09478525448063801,0.15372517456988796,0.09310182153205109,0.029847980558874578,0.15372517456988796,0.039715930278622066,0.014529364241415018,0.5,0.15372517456988796,0.05629885697875329,0.0032234997146662224,0.15372517456988796,0.013655084870320763,0.0006239656962217045,0.5,0.15372517456988796,0.03538826142356947,0.0008769733916711732,0.15372517456988796,0.044457021839055935,0.003587853226795249,0.15372517456988796,0.11492206193625226,0.22954849964997487,0.15372517456988796,0.09823925244020643,0.2872186922991421,0.15372517456988796,0.11602817174730852,0.09759438660576453,0.15372517456988796,0.045048065849801644,0.002448401908900466,0.15372517456988796,0.04681099982260096,0.001445522720867071,0.5,0.15372517456988796,0.018303506747858668,0.011916495571140284,0.0,0.3488899058188452,0.8097659798498373 -4688,0.5,0.15372517456988796,0.169283090917444,0.14302238347967594,0.15372517456988796,0.23992705624716232,0.2699231472831453,0.15372517456988796,0.17255686106729629,0.0479421647260915,0.15372517456988796,0.10522052166371576,0.05081956812911996,0.15372517456988796,0.19848582751469884,0.35238087968547244,0.15372517456988796,0.20653688739125953,0.19799625138747134,0.15372517456988796,0.20194912543988092,0.09541071587295401,0.15372517456988796,0.1145981711755916,0.03493137222838818,0.5,0.15372517456988796,0.11832720335367045,0.009255402008769974,0.15372517456988796,0.03182008518203002,0.0010576316296614114,0.5,0.15372517456988796,0.09909873718333295,0.0024620745041596705,0.15372517456988796,0.10223668754025787,0.002494900330373082,0.15372517456988796,0.19458364711854112,0.4026573719291111,0.15372517456988796,0.16790141348212828,0.41908327878411705,0.15372517456988796,0.22894862165363117,0.17518045033008617,0.15372517456988796,0.07362432565562431,0.005347239273152838,0.15372517456988796,0.0994128733388791,0.0028500331961156234,0.5,0.15372517456988796,0.03877110821390348,0.02150358858766626,0.0,0.50779742275933,0.8664784655622793 -4689,0.5,0.15372517456988796,0.2678984216251281,0.21447024965307304,0.15372517456988796,0.3619904849301783,0.4232492525610776,0.15372517456988796,0.2637208078063037,0.04240030917827381,0.15372517456988796,0.15692335413870995,0.04839795056012531,0.15372517456988796,0.25301484627456433,0.5137891974325914,0.15372517456988796,0.30931758207322096,0.30758911599496264,0.15372517456988796,0.33039034289427116,0.1798046155370286,0.15372517456988796,0.21111454936817098,0.05719939371331384,0.5,0.15372517456988796,0.19025298628518342,0.024497873150388316,0.15372517456988796,0.056384233672334194,0.001497176410886582,0.5,0.15372517456988796,0.1946242880909574,0.0036562207231486134,0.15372517456988796,0.18106991929931043,0.005203910050747791,0.15372517456988796,0.18104807563614594,0.485620314471057,0.15372517456988796,0.20150655522087102,0.4917435932016886,0.15372517456988796,0.34443531138260913,0.28860708250022526,0.15372517456988796,0.09619256561113239,0.0148259933827785,0.15372517456988796,0.1492983270309448,0.005369552096190804,0.5,0.15372517456988796,0.06173656543676705,0.03538375670895852,0.0,0.4585172738628198,0.7892451221690403 -4690,0.5,0.15372517456988796,0.3990149549106782,0.29609255437183535,0.15372517456988796,0.48436809557984184,0.6334895342593149,0.15372517456988796,0.3506755017725724,0.04428524095259793,0.15372517456988796,0.2206644907260099,0.052994702604528494,0.15372517456988796,0.2891034754874878,0.5636513487750916,0.15372517456988796,0.32908667843185846,0.31970172136859654,0.15372517456988796,0.45640092887798145,0.2408836600789193,0.15372517456988796,0.3295267349824131,0.07319897041696437,0.5,0.15372517456988796,0.2723925183677682,0.04131207444714486,0.15372517456988796,0.10957033272462607,0.0054507502574310624,0.5,0.15372517456988796,0.2776418569173318,0.004404460613577658,0.15372517456988796,0.2672075128889283,0.0077078288032994295,0.15372517456988796,0.144613774051067,0.5019677178041244,0.15372517456988796,0.17082685360807637,0.49529368541874025,0.15372517456988796,0.4535575233939475,0.39463393209058073,0.15372517456988796,0.12929680666246424,0.023470172693543682,0.15372517456988796,0.2458535741076927,0.010768757769118627,0.5,0.15372517456988796,0.09856531324055101,0.048760671801048955,0.0,0.35424401763219276,0.6536247018702583 -4691,0.5,0.15372517456988796,0.5364078418085982,0.3450284802775867,0.15372517456988796,0.4719697454674854,0.7197339697587968,0.15372517456988796,0.3982801512370685,0.04871371671027354,0.15372517456988796,0.3209127569053901,0.061398202760933,0.15372517456988796,0.27088947617214126,0.5264662379532303,0.15372517456988796,0.3021220844666066,0.28202826950689197,0.15372517456988796,0.5600039911069048,0.3120545451998475,0.15372517456988796,0.4175875174476525,0.08140422388895685,0.5,0.15372517456988796,0.4016402432255514,0.03713758779749053,0.15372517456988796,0.17541029581991635,0.0075027083256169625,0.5,0.15372517456988796,0.43106131288630467,0.0023904752862349593,0.15372517456988796,0.35907826194895304,0.009449711437487424,0.15372517456988796,0.13137746434835385,0.5328920620749892,0.15372517456988796,0.14038558722769456,0.4970279015971264,0.15372517456988796,0.5320426880687201,0.46013953330464413,0.15372517456988796,0.17330083892448983,0.037341360074636606,0.15372517456988796,0.32085165236647506,0.01225258524763809,0.5,0.15372517456988796,0.15763710996035366,0.03955987310489113,0.0,0.2856642170090486,0.486656200835466 -4692,0.5,0.15372517456988796,0.5897497036746927,0.34948431958976495,0.15372517456988796,0.11669964619828171,0.5859980422585797,0.15372517456988796,0.40396608142418744,0.05666751973594606,0.15372517456988796,0.3972826039910801,0.06441208393808838,0.15372517456988796,0.2514059223553683,0.5269849283751861,0.15372517456988796,0.30067370009685956,0.2867284041822391,0.15372517456988796,0.6021984836906646,0.34068511461672585,0.15372517456988796,0.4354355315194037,0.0772325476269334,0.5,0.15372517456988796,0.45328736205093223,0.02303261004607124,0.15372517456988796,0.1844072519233925,0.0072802261425746456,0.5,0.15372517456988796,0.5223270784334499,0.0008571903829333562,0.15372517456988796,0.41788393561691173,0.013967057643141826,0.15372517456988796,0.11910479193010073,0.5762199405106128,0.15372517456988796,0.1584904544708493,0.49497892767757934,0.15372517456988796,0.5545263191756886,0.4695216866488462,0.15372517456988796,0.2637741418191348,0.06371710817642759,0.15372517456988796,0.34016105349580084,0.010621745911877511,0.5,0.15372517456988796,0.22258461605320023,0.02450937692319559,0.0,0.2234577483611958,0.4524106145147663 -4693,0.5,0.15372517456988796,0.5791293342570069,0.322633045236304,0.15372517456988796,0.06901781014769076,0.4560647009356173,0.15372517456988796,0.44206260567402755,0.07148764116480824,0.15372517456988796,0.46690948792392395,0.07245956989871692,0.15372517456988796,0.27261443140532465,0.5365477497980494,0.15372517456988796,0.3370818078742044,0.29314871278242205,0.15372517456988796,0.5386173582269802,0.3066915223467069,0.15372517456988796,0.3941784775028444,0.07030117300689609,0.5,0.15372517456988796,0.35674592254642556,0.015266938697670358,0.15372517456988796,0.24996835469994577,0.011487217120252557,0.5,0.15372517456988796,0.3577645687774642,0.0012105586253924369,0.15372517456988796,0.45025220967810403,0.02009100729408464,0.15372517456988796,0.1620211905055053,0.6154229189652496,0.15372517456988796,0.22351325708128436,0.5761298644941888,0.15372517456988796,0.5318033531061992,0.41506417230336345,0.15372517456988796,0.36394406932797946,0.08812604322411349,0.15372517456988796,0.26975888210012655,0.008278229492709899,0.5,0.15372517456988796,0.22828976969957288,0.012240863195078751,0.0,0.15516713581589625,0.513772310911667 -4694,0.5,0.15372517456988796,0.5273636861995067,0.2833018140018111,0.15372517456988796,0.09668254554975507,0.4202566852238203,0.15372517456988796,0.48154297654956746,0.07676709208619376,0.15372517456988796,0.454661658229045,0.08508308488169364,0.15372517456988796,0.28896888799710685,0.5398993174333604,0.15372517456988796,0.3719142459194344,0.30814220054752645,0.15372517456988796,0.43655080780541444,0.24099120749598235,0.15372517456988796,0.41051873461365984,0.07713040718090264,0.5,0.15372517456988796,0.3026283972631643,0.013517608524774674,0.15372517456988796,0.3052752462620969,0.022221962633650654,0.5,0.15372517456988796,0.19132662222008734,0.0017007696306756395,0.15372517456988796,0.44301811929971624,0.0269687689060102,0.15372517456988796,0.19084182945608927,0.5753745441875622,0.15372517456988796,0.25964114431269186,0.5837773944647604,0.15372517456988796,0.44090914171943807,0.3568681919633098,0.15372517456988796,0.40962235676898906,0.08327150607499992,0.15372517456988796,0.25700056046015224,0.0067717896795403704,0.5,0.15372517456988796,0.2252102647211775,0.0068771807040270885,0.0,0.20157820933195847,0.5739312188374708 -4695,0.5,0.15372517456988796,0.4278408996855757,0.2513441672837653,0.15372517456988796,0.14299151566331447,0.4085864542050728,0.15372517456988796,0.4155545357510929,0.07002542330441827,0.15372517456988796,0.3939749856746464,0.0884396721295788,0.15372517456988796,0.22037526065004107,0.4948727911946861,0.15372517456988796,0.3604552865600291,0.29905232924312813,0.15372517456988796,0.3430399579509437,0.19511837618638142,0.15372517456988796,0.4439060191295999,0.08278718522833273,0.5,0.15372517456988796,0.4004662997959003,0.011480803368107011,0.15372517456988796,0.3256854020430231,0.027311017992766903,0.5,0.15372517456988796,0.14925325361856864,0.002222515113064533,0.15372517456988796,0.41436799619218057,0.0351316634342559,0.15372517456988796,0.23341438062978143,0.5721775106216553,0.15372517456988796,0.2437802039454516,0.5142655239917924,0.15372517456988796,0.3539642712079103,0.31528028741977787,0.15372517456988796,0.4314722369847803,0.0773668800256753,0.15372517456988796,0.279424012597713,0.009584282958451724,0.5,0.15372517456988796,0.20619977216525737,0.0060538904864540655,0.0,0.4426405567638861,0.6155011572308862 -4696,0.5,0.15372517456988796,0.31631422303093415,0.2204130249171595,0.15372517456988796,0.19573942309322667,0.4027136550413906,0.15372517456988796,0.38332867600682297,0.06238062658759013,0.15372517456988796,0.3042342039474478,0.08063785234553078,0.15372517456988796,0.16435405429751834,0.40634195612838453,0.15372517456988796,0.28189111864497596,0.27210606640972357,0.15372517456988796,0.2990633740168236,0.16986282645451303,0.15372517456988796,0.4069921432373168,0.0911660840328622,0.5,0.15372517456988796,0.4375141176685915,0.0056044797364391205,0.15372517456988796,0.2915606267284876,0.025110954911621595,0.5,0.15372517456988796,0.18133881690419584,0.007765997807509744,0.15372517456988796,0.35129966205377117,0.03802894725974994,0.15372517456988796,0.1486997125720115,0.5924220727814898,0.15372517456988796,0.18340283462731252,0.47693200074075826,0.15372517456988796,0.27808536066869244,0.2643632285659012,0.15372517456988796,0.36399040930134063,0.07429287244013794,0.15372517456988796,0.29785924603393876,0.012644808110164293,0.5,0.15372517456988796,0.1531097058134331,0.00703185148505338,0.0,0.4978099216063979,0.5339511589673456 -4697,0.5,0.15372517456988796,0.22629274688849543,0.19800640493502558,0.15372517456988796,0.246580322104536,0.4051596605475084,0.15372517456988796,0.29320138972722776,0.05106412308028635,0.15372517456988796,0.23397314592899418,0.05942738644484235,0.15372517456988796,0.12794501293871718,0.28949867921126377,0.15372517456988796,0.17741824550955287,0.2084191977997907,0.15372517456988796,0.2859262838426294,0.14155089743333918,0.15372517456988796,0.2900038520606101,0.09341702540402785,0.5,0.15372517456988796,0.3511523138677511,0.004092984901228707,0.15372517456988796,0.2263810799531878,0.02392499683914729,0.5,0.15372517456988796,0.23860707855849095,0.01358269151131484,0.15372517456988796,0.2818530612974951,0.038975120914833586,0.15372517456988796,0.0616220722409625,0.44985359851408724,0.15372517456988796,0.07612814198544657,0.33816961094143083,0.15372517456988796,0.18778515010557853,0.21295385276373135,0.15372517456988796,0.2859307514410817,0.0609867773369417,0.15372517456988796,0.22133883966458195,0.01398200221503978,0.5,0.15372517456988796,0.11015618450124615,0.007664892353465173,0.0,0.3859055913669024,0.44041827642015446 -4698,0.5,0.15372517456988796,0.1636429574930831,0.15809595131320883,0.15372517456988796,0.14093983290345016,0.3385913451643319,0.15372517456988796,0.20513412929887925,0.03087662124321556,0.15372517456988796,0.17524416961650532,0.028172406361947882,0.15372517456988796,0.08955453700157784,0.1951994589325207,0.15372517456988796,0.09237427243650465,0.12127505952739134,0.15372517456988796,0.2030464011190985,0.07914684734562412,0.15372517456988796,0.19252583436383322,0.0683605335256015,0.5,0.15372517456988796,0.2423489957844004,0.0037981153649822327,0.15372517456988796,0.14462415196518805,0.014065688811706273,0.5,0.15372517456988796,0.2287929976551814,0.011179019039964523,0.15372517456988796,0.18660532625007392,0.03402230692276477,0.15372517456988796,0.06132186081734342,0.41148652603374075,0.15372517456988796,0.04051756485534905,0.2462429048263609,0.15372517456988796,0.13975182466279956,0.1648346555509208,0.15372517456988796,0.181542446018008,0.03461228891288713,0.15372517456988796,0.14641520093826238,0.010005384330612741,0.5,0.15372517456988796,0.07097894888220022,0.00586901462026495,0.0,0.2793755713334697,0.5290782312745865 -4699,0.5,0.15372517456988796,0.07981075034043286,0.10717712720439289,0.15372517456988796,0.03745373186742297,0.3354417067140202,0.15372517456988796,0.0989287879406266,0.007296608868619577,0.15372517456988796,0.07845103585431266,0.006622538983894283,0.15372517456988796,0.041131977194161645,0.11436138346249458,0.15372517456988796,0.04145055962611543,0.06430155052578662,0.15372517456988796,0.10945470001808624,0.026299477314534466,0.15372517456988796,0.09524231147643189,0.04224368479929316,0.5,0.15372517456988796,0.13539072032637625,0.0032945095881432448,0.15372517456988796,0.07406688079112109,0.01088493334525216,0.5,0.15372517456988796,0.12243491095237795,0.0037832871219407828,0.15372517456988796,0.088838977050157,0.03011718039615872,0.15372517456988796,0.03838363484682902,0.3794006770636537,0.15372517456988796,0.014998257482276966,0.1586671046677196,0.15372517456988796,0.08166092741504241,0.11056221154099383,0.15372517456988796,0.09456427129834857,0.0072486554237005596,0.15372517456988796,0.07387632943529189,0.004239801623016078,0.5,0.15372517456988796,0.033745042820826444,0.003936708895376388,0.0,0.16064362370220453,0.557188051222844 -4700,0.5,0.15372517456988796,0.011605243671520873,0.05615716298180657,0.15372517456988796,0.002796433002424787,0.31849173013621,0.15372517456988796,0.013418303744401639,0.007056507930032789,0.15372517456988796,0.0006495222929114687,0.006910778174481498,0.15372517456988796,0.013974552203524577,0.06677306497685001,0.15372517456988796,0.01726414862013663,0.026902014628120228,0.15372517456988796,0.024848313314514994,0.01565848870646058,0.15372517456988796,0.022898070708088577,0.021922296243597494,0.5,0.15372517456988796,0.02754651343992593,0.004520930594505148,0.15372517456988796,0.0,0.01200746185621154,0.5,0.15372517456988796,0.020198511565935072,0.0019316754990782864,0.15372517456988796,0.007941421463053551,0.03183686622859816,0.15372517456988796,0.013939984120767322,0.2993542460193521,0.15372517456988796,0.0036900539896166803,0.1150114386616379,0.15372517456988796,0.02309299539507712,0.06036375233366008,0.15372517456988796,0.020388132274811187,0.004220042384022484,0.15372517456988796,0.004657881907227322,0.0030955556016107333,0.5,0.15372517456988796,0.0005981970019846903,0.0037769054254833015,0.0,0.11640795028596684,0.479271805758383 -4701,0.5,0.15372517456988796,0.0,0.02993226679268205,0.15372517456988796,0.0,0.19120154270458975,0.15372517456988796,0.0,0.008213006152803194,0.15372517456988796,0.0,0.007741240575778257,0.15372517456988796,0.0,0.040775417074039574,0.15372517456988796,0.0,0.010658292542703562,0.15372517456988796,0.0,0.010469736055153207,0.15372517456988796,0.0,0.006294984625755897,0.5,0.15372517456988796,0.0,0.004072475718489571,0.15372517456988796,0.0,0.01180069401061173,0.5,0.15372517456988796,0.0,0.0019926864338207467,0.15372517456988796,0.0,0.02506611717990324,0.15372517456988796,0.0,0.24236571831413753,0.15372517456988796,1.0036860296405642e-05,0.10139499613439532,0.15372517456988796,0.0,0.03242654192929433,0.15372517456988796,0.0,0.002457518684171557,0.15372517456988796,0.0,0.003680887205900873,0.5,0.15372517456988796,0.0,0.0038791474339057784,0.0,0.1724521041579869,0.3892713474901183 -4702,0.5,0.15372517456988796,0.0,0.024101020617022868,0.15372517456988796,0.0,0.10634584266726622,0.15372517456988796,0.0,0.009794681791320984,0.15372517456988796,0.0,0.009113440710550756,0.15372517456988796,0.0,0.029812658655349544,0.15372517456988796,0.0,0.0060644835479563225,0.15372517456988796,0.0,0.005050869658125179,0.15372517456988796,0.0,0.001776725835302998,0.5,0.15372517456988796,0.0,0.003075259868084517,0.15372517456988796,0.0,0.008477730857683777,0.5,0.15372517456988796,0.0,0.001167658611928325,0.15372517456988796,0.0,0.017435115944288086,0.15372517456988796,0.0,0.2225606503588712,0.15372517456988796,0.0,0.09281939405708123,0.15372517456988796,0.0,0.021031831243634773,0.15372517456988796,0.0,0.001915447235620303,0.15372517456988796,0.0,0.0033359949060378907,0.5,0.15372517456988796,0.0,0.004051539657401418,0.0,0.2138877759182852,0.3055399379659195 -4703,0.5,0.15372517456988796,0.0,0.018585841239569013,0.15372517456988796,0.0,0.06565017592058311,0.15372517456988796,0.0,0.01040212581685222,0.15372517456988796,0.0,0.010628681053095477,0.15372517456988796,0.0,0.0228995694050457,0.15372517456988796,0.0,0.004309053759298145,0.15372517456988796,0.0,0.0026741630013874342,0.15372517456988796,0.0,0.0005742566336051166,0.5,0.15372517456988796,0.0,0.0025681477773855234,0.15372517456988796,0.0,0.006548244206085748,0.5,0.15372517456988796,0.0,0.0009514649074336863,0.15372517456988796,0.0,0.01131011752143729,0.15372517456988796,0.0,0.21570344889565934,0.15372517456988796,0.0,0.08467743583035814,0.15372517456988796,0.0,0.018002160343007213,0.15372517456988796,0.0,0.0016100236216345912,0.15372517456988796,0.0,0.0028198203548823056,0.5,0.15372517456988796,0.0,0.004788350315933621,0.0,0.21196634918388246,0.21629042442455393 -4704,0.5,0.15372517456988796,0.0,0.013716218856626099,0.15372517456988796,0.0,0.07146117410529333,0.15372517456988796,0.0,0.007170194876399467,0.15372517456988796,0.0,0.011698242354396895,0.15372517456988796,0.0,0.01687442701695868,0.15372517456988796,0.0,0.0036044713570117567,0.15372517456988796,0.0,0.0019180349989734405,0.15372517456988796,0.0,0.0002633529225785624,0.5,0.15372517456988796,0.0,0.00187393822079463,0.15372517456988796,0.0,0.005901084329102307,0.5,0.15372517456988796,0.0,0.0006427237401487374,0.15372517456988796,0.0,0.006994935859706878,0.15372517456988796,0.0,0.1857982684643747,0.15372517456988796,0.0,0.07763240070238064,0.15372517456988796,0.0,0.018903414541835233,0.15372517456988796,0.0,0.001348269762591827,0.15372517456988796,0.0,0.0025672251017397596,0.5,0.15372517456988796,0.0,0.006814053887175371,0.0,0.13072044903084734,0.20932967954160386 -4705,0.5,0.15372517456988796,0.0,0.01275249995707729,0.15372517456988796,0.0,0.09182034553898244,0.15372517456988796,0.0,0.004147735937997131,0.15372517456988796,0.0,0.010080786257098764,0.15372517456988796,0.0,0.013137152834119646,0.15372517456988796,0.0,0.0027973390328215903,0.15372517456988796,0.0,0.0021387181464351543,0.15372517456988796,0.0,0.0002291314931829337,0.5,0.15372517456988796,0.0,0.0013547376791579475,0.15372517456988796,0.0,0.004896461155171569,0.5,0.15372517456988796,0.0,0.00031589553866985027,0.15372517456988796,0.0,0.004737524756499707,0.15372517456988796,0.0,0.16378147870106097,0.15372517456988796,0.0,0.06949631046041962,0.15372517456988796,0.0,0.020023346608096668,0.15372517456988796,0.0,0.000942119930100949,0.15372517456988796,0.0,0.002206684462991642,0.5,0.15372517456988796,0.0,0.007154468517872926,0.0,0.11424917005738223,0.186587312007782 -4706,0.5,0.15372517456988796,0.0,0.013501594670651427,0.15372517456988796,0.0,0.12783916325025044,0.15372517456988796,0.0,0.0023693784632807303,0.15372517456988796,0.0,0.007344114802843842,0.15372517456988796,0.0,0.008730193944927548,0.15372517456988796,0.0,0.0013000519078244462,0.15372517456988796,0.0,0.002005721548170009,0.15372517456988796,0.0,0.00037158549354662123,0.5,0.15372517456988796,0.0,0.0009485638573013414,0.15372517456988796,0.0,0.003791249614120807,0.5,0.15372517456988796,0.0,0.00021488298911225093,0.15372517456988796,0.0,0.004134754250382853,0.15372517456988796,0.0,0.13793868489336547,0.15372517456988796,0.0,0.04819123525574196,0.15372517456988796,0.0,0.021539375358572185,0.15372517456988796,0.0,0.0006435651197030769,0.15372517456988796,0.0,0.001771686643253836,0.5,0.15372517456988796,0.0,0.006297432196909814,0.0,0.09903902483477937,0.15215027853205615 -4707,0.5,0.15372517456988796,0.0,0.015381119589626527,0.15372517456988796,0.0,0.1321891738779492,0.15372517456988796,0.0,0.0015328272396886774,0.15372517456988796,0.0,0.005534892953596423,0.15372517456988796,0.0,0.005457947821457962,0.15372517456988796,0.0,0.0013008587194961833,0.15372517456988796,0.0,0.0009958164609837228,0.15372517456988796,0.0,0.0006210551022497266,0.5,0.15372517456988796,0.0,0.0007465537565030984,0.15372517456988796,0.0,0.002603985758013343,0.5,0.15372517456988796,0.0,0.0005446555031901495,0.15372517456988796,0.0,0.0036624558552606594,0.15372517456988796,0.0,0.11047561091025192,0.15372517456988796,0.0,0.032233095469470466,0.15372517456988796,0.0,0.022155779984940074,0.15372517456988796,0.0,0.0004967919182696475,0.15372517456988796,0.0,0.0013698881655826907,0.5,0.15372517456988796,0.0,0.004711133313534919,0.0,0.17577299440555805,0.12003258266471362 -4708,0.5,0.15372517456988796,0.0,0.0184200220804871,0.15372517456988796,0.0,0.11972501798696135,0.15372517456988796,0.0,0.001638401208854837,0.15372517456988796,0.0,0.0037034075121388905,0.15372517456988796,0.0,0.002928818002539295,0.15372517456988796,0.0,0.0014364523338457847,0.15372517456988796,0.0,0.0006621687625687639,0.15372517456988796,0.0,0.0009660803387546207,0.5,0.15372517456988796,0.0,0.0007262588535780759,0.15372517456988796,0.0,0.001993974928126098,0.5,0.15372517456988796,0.0,0.0007298983458262878,0.15372517456988796,0.0,0.0037821900205214196,0.15372517456988796,0.0,0.09744128419788252,0.15372517456988796,0.0,0.024461288405926908,0.15372517456988796,0.0,0.02086543988503984,0.15372517456988796,0.0,0.0004270492593532145,0.15372517456988796,0.0,0.0009933249543586681,0.5,0.15372517456988796,0.0,0.0025540563415058157,0.0,0.29330106582850635,0.09832478452324128 -4709,0.5,0.15372517456988796,0.0014175851888098352,0.023637057757346105,0.15372517456988796,2.903830966294706e-05,0.08202823881118987,0.15372517456988796,4.725168905664449e-05,0.0016802852741270539,0.15372517456988796,0.0018987221173480799,0.002394510640898597,0.15372517456988796,0.0,0.0013770429640316832,0.15372517456988796,0.0,0.0012994414621139787,0.15372517456988796,0.0,0.00047300461735693035,0.15372517456988796,0.0,0.0012000072771654274,0.5,0.15372517456988796,0.0,0.0009878055697126538,0.15372517456988796,0.0,0.0018424032713003143,0.5,0.15372517456988796,0.0,0.0008173530913899713,0.15372517456988796,0.0,0.004027357501413555,0.15372517456988796,0.00035401013886734864,0.09125965565159519,0.15372517456988796,2.0758097038763897e-06,0.021864386153739146,0.15372517456988796,1.8886888617140148e-06,0.018151668528484675,0.15372517456988796,0.0,0.0005418686680158911,0.15372517456988796,0.0,0.0008595274599633117,0.5,0.15372517456988796,0.0,0.0014042128651358108,0.0,0.3609869026463938,0.09439949688711324 -4710,0.5,0.15372517456988796,0.030854156531840767,0.0294796181950499,0.15372517456988796,0.004412790101276525,0.06373896888541929,0.15372517456988796,0.038121822481895315,0.0012807043352126028,0.15372517456988796,0.05310571727056052,0.0015746798196896287,0.15372517456988796,0.0062042172311049144,0.0014205677441642352,0.15372517456988796,0.0020689308357053613,0.0010807316473060058,0.15372517456988796,0.0038789766022146017,0.000130862071665696,0.15372517456988796,0.011140200804934226,0.0015127871847627533,0.5,0.15372517456988796,0.0228279776510829,0.0016068035338634907,0.15372517456988796,0.01593911050978542,0.0015628298047278475,0.5,0.15372517456988796,0.024825354332518448,0.0007971528396119537,0.15372517456988796,0.019939228949962876,0.003208872982472228,0.15372517456988796,0.012080886158380303,0.10775425391686155,0.15372517456988796,0.022042099611341844,0.023063047694902965,0.15372517456988796,0.008271298668657109,0.017047714040570375,0.15372517456988796,0.025637543108968517,0.00031612873435739384,0.15372517456988796,0.03332028754112934,0.0010039566797226155,0.5,0.15372517456988796,0.029798468305082995,0.0007854646302926983,0.0,0.312254343117024,0.0929693269281845 -4711,0.5,0.15372517456988796,0.08014753618931035,0.048785273665389615,0.15372517456988796,0.04700155922170188,0.09146874555402873,0.15372517456988796,0.10859416380360136,0.0015412713901194674,0.15372517456988796,0.1321671113045818,0.0017168584425463302,0.15372517456988796,0.02671282982290133,0.0017155693749135476,0.15372517456988796,0.013807053865574516,0.0008459105819341539,0.15372517456988796,0.013796049298246554,8.434033503738047e-05,0.15372517456988796,0.0481783903928166,0.0014529076096785973,0.5,0.15372517456988796,0.0920270785735914,0.002009740615409859,0.15372517456988796,0.06815906929862992,0.0015910719318219448,0.5,0.15372517456988796,0.09369535375621355,0.0005843467164750722,0.15372517456988796,0.07766229934765084,0.003336861260866808,0.15372517456988796,0.03632258366663464,0.14398626015421076,0.15372517456988796,0.06855552365652416,0.03253795768543194,0.15372517456988796,0.02822402568801597,0.022704560492867593,0.15372517456988796,0.07989735057004546,0.0002924425679750005,0.15372517456988796,0.10774126189828531,0.0011075224877653157,0.5,0.15372517456988796,0.10198073521537082,0.0009174770376580147,0.0,0.3169985547339218,0.07876768928633149 -4712,0.5,0.15372517456988796,0.15050939716114164,0.08755489450033022,0.15372517456988796,0.18403508665003174,0.16940321484624135,0.15372517456988796,0.2045116866757868,0.00501674451529887,0.15372517456988796,0.2390844219580787,0.005104618540611944,0.15372517456988796,0.08520696595853813,0.000982031638072266,0.15372517456988796,0.03073444267016291,0.0008526340026821855,0.15372517456988796,0.03668445148894492,0.0003022720516018651,0.15372517456988796,0.09494156186976487,0.0013769535582517376,0.5,0.15372517456988796,0.19914500324607914,0.0012727775413076867,0.15372517456988796,0.15995673215406292,0.0156722161817846,0.5,0.15372517456988796,0.18466901721063583,0.0006497484830094363,0.15372517456988796,0.16087186923346897,0.008926377488076818,0.15372517456988796,0.0895159861503308,0.18680924193273502,0.15372517456988796,0.13614506983529595,0.04658260024031425,0.15372517456988796,0.0570513587915807,0.03945790558214681,0.15372517456988796,0.15392194722258717,0.00033311718519178467,0.15372517456988796,0.20978482328312437,0.0016891238012594516,0.5,0.15372517456988796,0.20513901735668807,0.003019594623421715,0.0,0.4220477541658815,0.05250378204523509 -4713,0.5,0.15372517456988796,0.2253670210316708,0.14042192006232013,0.15372517456988796,0.2873476015588799,0.2286464971623061,0.15372517456988796,0.30388378304131675,0.016124808918362803,0.15372517456988796,0.3487999668641304,0.010955298895026756,0.15372517456988796,0.1872991752041836,0.00041087549928144567,0.15372517456988796,0.05540088472178124,0.0019531924559176646,0.15372517456988796,0.05653558572911506,0.0006033940847055974,0.15372517456988796,0.15873876011074908,0.002655038151992733,0.5,0.15372517456988796,0.3197628651609714,0.002604701006086116,0.15372517456988796,0.29150198625510426,0.0553029146331769,0.5,0.15372517456988796,0.2965896982341243,0.0010929604056246496,0.15372517456988796,0.2681865587291906,0.01842919856761467,0.15372517456988796,0.13764145667979838,0.21609721020314507,0.15372517456988796,0.22915550713670088,0.05376455631133427,0.15372517456988796,0.11313936294383345,0.07777817925512089,0.15372517456988796,0.23591669190937414,0.0008150505717110457,0.15372517456988796,0.3273759139745322,0.0032527591732520026,0.5,0.15372517456988796,0.31840167737520225,0.003991238607992859,0.0,0.4509663430786847,0.03741180508369192 -4714,0.5,0.15372517456988796,0.30505681396435463,0.18852082663911898,0.15372517456988796,0.38547078895675646,0.2929189171598642,0.15372517456988796,0.39646661741095796,0.022022984072817612,0.15372517456988796,0.44991606709844956,0.01798636842086594,0.15372517456988796,0.19173989762113175,0.0015162149725626703,0.15372517456988796,0.09192932252378457,0.0060048364366513,0.15372517456988796,0.10795161613892867,0.0013323053556409756,0.15372517456988796,0.23118774969843703,0.008108717433259225,0.5,0.15372517456988796,0.43878215093999695,0.0033022374597920174,0.15372517456988796,0.39106726739819475,0.05429990651336496,0.5,0.15372517456988796,0.4255104150822595,0.002593508278189468,0.15372517456988796,0.3910435323218292,0.028233168555823737,0.15372517456988796,0.15834021503310516,0.23206192343459323,0.15372517456988796,0.3719656819886674,0.0660461671601134,0.15372517456988796,0.20858957414809365,0.09783230706589285,0.15372517456988796,0.325093974747578,0.0023424882176817713,0.15372517456988796,0.44172249994490254,0.004215034911743078,0.5,0.15372517456988796,0.40277608838761725,0.004255613743168471,0.0,0.3997348273397057,0.03257813082523582 -4715,0.5,0.15372517456988796,0.34701096215279287,0.2240424593449477,0.15372517456988796,0.12920153777503393,0.20185584527763756,0.15372517456988796,0.43520900079484925,0.019962241854315093,0.15372517456988796,0.5114240639530656,0.024534672244831145,0.15372517456988796,0.203695318876637,0.006152824834936118,0.15372517456988796,0.11737722846229397,0.017073641770967478,0.15372517456988796,0.17680649789079814,0.0029202746242188715,0.15372517456988796,0.33882498645984194,0.02510681314146499,0.5,0.15372517456988796,0.5369283223139347,0.004537428879375774,0.15372517456988796,0.53042658650953,0.04427704522218283,0.5,0.15372517456988796,0.5313114261221239,0.002111632263083813,0.15372517456988796,0.47186126607425416,0.03140212455669389,0.15372517456988796,0.15589706799390335,0.22388535610312096,0.15372517456988796,0.4582535173285608,0.08221466253216017,0.15372517456988796,0.303478872711622,0.09236004476876977,0.15372517456988796,0.376192772080981,0.005947437533781149,0.15372517456988796,0.5047881765774793,0.006404903654236022,0.5,0.15372517456988796,0.5006166771530641,0.008854437489482362,0.0,0.3790228100878297,0.036787614560819346 -4716,0.5,0.15372517456988796,0.3922358813459934,0.239813844541346,0.15372517456988796,0.13456550916034754,0.16776505421414234,0.15372517456988796,0.5075812491378913,0.02736169971760093,0.15372517456988796,0.5116483513473401,0.03248038468676192,0.15372517456988796,0.15025796098643834,0.012249243377751445,0.15372517456988796,0.16165679227643653,0.03368661100434488,0.15372517456988796,0.2687721365783691,0.007251667986453812,0.15372517456988796,0.4408853261595226,0.04986134981453986,0.5,0.15372517456988796,0.5883581297016407,0.010969153509991017,0.15372517456988796,0.5949927789782767,0.04114111188324625,0.5,0.15372517456988796,0.6080758204756052,0.005457213704039282,0.15372517456988796,0.4742455568175955,0.03461031461157063,0.15372517456988796,0.22583755795838129,0.21337307006885978,0.15372517456988796,0.46048948395542866,0.08393869581957955,0.15372517456988796,0.3850400760903657,0.09914741702784116,0.15372517456988796,0.43514865349877796,0.011196635771039468,0.15372517456988796,0.5457865467497094,0.01066596517279976,0.5,0.15372517456988796,0.5360504245603397,0.021652746843259428,0.0,0.34214510214535343,0.047995147366555864 -4717,0.5,0.15372517456988796,0.42937870288573704,0.24193270898191518,0.15372517456988796,0.14976308518715675,0.1397095912792602,0.15372517456988796,0.5311461242589208,0.047007645676222565,0.15372517456988796,0.5506762356850038,0.043002412835261225,0.15372517456988796,0.0659069066219911,0.01430677034612681,0.15372517456988796,0.12525962926462728,0.032403065803226154,0.15372517456988796,0.2877421043309276,0.013351722788201407,0.15372517456988796,0.35911680558471104,0.06132655884955953,0.5,0.15372517456988796,0.602277491004054,0.015797678280892014,0.15372517456988796,0.6045731290846741,0.07265733425733686,0.5,0.15372517456988796,0.6311821308456191,0.011612477250613642,0.15372517456988796,0.4714972016468567,0.03988943040372481,0.15372517456988796,0.264483589967763,0.20544354041071783,0.15372517456988796,0.46110820992393764,0.08725344283781242,0.15372517456988796,0.425899894302031,0.11216529792646451,0.15372517456988796,0.49998046951425146,0.019964261807282058,0.15372517456988796,0.5448496663298379,0.014779816871806848,0.5,0.15372517456988796,0.5250946408167855,0.02957181725141451,0.0,0.3266512094414256,0.06181089096371151 -4718,0.5,0.15372517456988796,0.49265516976765317,0.23997503923101796,0.15372517456988796,0.1797831452777218,0.1118412913469767,0.15372517456988796,0.5647449538507657,0.06740731202585094,0.15372517456988796,0.5433113897317314,0.05289085931383397,0.15372517456988796,0.04555785997385492,0.014663514337266462,0.15372517456988796,0.09065627164813364,0.024738598111820394,0.15372517456988796,0.2384843903742314,0.018585697374089178,0.15372517456988796,0.28215340429571306,0.06793736375181647,0.5,0.15372517456988796,0.5588629027300415,0.017106853131173903,0.15372517456988796,0.506049102340762,0.09128870162678478,0.5,0.15372517456988796,0.584648431065924,0.012439636024754673,0.15372517456988796,0.446560135554972,0.04082435309464142,0.15372517456988796,0.29296915694632825,0.197483667641974,0.15372517456988796,0.4299471842137609,0.08319862514217985,0.15372517456988796,0.4080783839187251,0.11501462274866434,0.15372517456988796,0.5794186928052116,0.016900015114848264,0.15372517456988796,0.5570915785232765,0.014811787645543098,0.5,0.15372517456988796,0.4624279744359715,0.022940087909063798,0.0,0.32047472366470964,0.05629592914093464 -4719,0.5,0.15372517456988796,0.46171944079288296,0.21853673508403257,0.15372517456988796,0.4423279632032911,0.09134490838937012,0.15372517456988796,0.4816961450461983,0.08347017474391825,0.15372517456988796,0.4874255796132021,0.06367047637475913,0.15372517456988796,0.03267473659881327,0.012839946452832762,0.15372517456988796,0.11265942984002178,0.021335483856857573,0.15372517456988796,0.22476388762638289,0.03585562232914062,0.15372517456988796,0.24906484316702782,0.06427122650034658,0.5,0.15372517456988796,0.5176775757808912,0.02178979788433824,0.15372517456988796,0.451695484281302,0.09749312214656956,0.5,0.15372517456988796,0.5354631416939706,0.009821109351345132,0.15372517456988796,0.40560711402960264,0.0406885169649219,0.15372517456988796,0.32458983546870873,0.1785451929366671,0.15372517456988796,0.37413646789854815,0.07968083684079995,0.15372517456988796,0.41266360822730674,0.11583721526012339,0.15372517456988796,0.5490304974900551,0.01869338829027646,0.15372517456988796,0.5118173521696017,0.012158820283291913,0.5,0.15372517456988796,0.46096475411723414,0.01661253416352372,0.0,0.3141990275147356,0.012572037573892053 -4720,0.5,0.15372517456988796,0.39479850758171153,0.18490531650995123,0.15372517456988796,0.48638448381804955,0.08012041129792721,0.15372517456988796,0.38339864615786934,0.08690441652271222,0.15372517456988796,0.42242006515927255,0.07325906138981393,0.15372517456988796,0.023568725084208583,0.010646633225547111,0.15372517456988796,0.1659017054312663,0.023458459838098092,0.15372517456988796,0.23238318532662994,0.05590898140823377,0.15372517456988796,0.26557330938345036,0.058723465261436944,0.5,0.15372517456988796,0.4273096360711493,0.02963640707271521,0.15372517456988796,0.41150422998241387,0.08772306062600614,0.5,0.15372517456988796,0.45592052898015334,0.0065959668120721,0.15372517456988796,0.35355974503736565,0.042241006855261616,0.15372517456988796,0.2938395033863932,0.1628432750551472,0.15372517456988796,0.26536791745587796,0.07182928808394742,0.15372517456988796,0.35440479559917654,0.11219798405879816,0.15372517456988796,0.43986252463583153,0.04049256333413659,0.15372517456988796,0.398481332327679,0.010967248539412826,0.5,0.15372517456988796,0.37845122129584596,0.015402144623955526,0.0,0.258024803238593,0.0009811131122620387 -4721,0.5,0.15372517456988796,0.32215483330915784,0.14943603087122567,0.15372517456988796,0.36402624186744775,0.09332039896738152,0.15372517456988796,0.28178503246139525,0.09173400722347713,0.15372517456988796,0.3138977064291869,0.0833414177556397,0.15372517456988796,0.01776698255360419,0.010296241716343732,0.15372517456988796,0.1794080992081413,0.024249830785341916,0.15372517456988796,0.24435710464071686,0.05740077668297842,0.15372517456988796,0.2812776896663898,0.06781303849611618,0.5,0.15372517456988796,0.3540648841014476,0.04736953105697267,0.15372517456988796,0.3432036413757963,0.08095888121619242,0.5,0.15372517456988796,0.3501095305647932,0.005312618745776525,0.15372517456988796,0.27606006724032783,0.03435415006011088,0.15372517456988796,0.23536446295498842,0.1381224472890025,0.15372517456988796,0.17801077073334046,0.05979514467891055,0.15372517456988796,0.26880043190999037,0.10009424958805109,0.15372517456988796,0.3386696947139104,0.05978114617294662,0.15372517456988796,0.2809598333806862,0.009674730329461739,0.5,0.15372517456988796,0.293916598584355,0.015177646655541648,0.0,0.18751190781646673,0.0028905869705873957 -4722,0.5,0.15372517456988796,0.21469423627918927,0.11297731917200213,0.15372517456988796,0.2215269734248369,0.08106887406129336,0.15372517456988796,0.19074111924602372,0.10154229019539673,0.15372517456988796,0.19972301501638526,0.07489793715608327,0.15372517456988796,0.013645829513198815,0.009500744559816296,0.15372517456988796,0.1349877733122329,0.018333599237643564,0.15372517456988796,0.20318930089537843,0.0458435254262655,0.15372517456988796,0.22403429442228745,0.06167120847188415,0.5,0.15372517456988796,0.24609424337630992,0.06210338877726876,0.15372517456988796,0.22862577146069468,0.053517513582357575,0.5,0.15372517456988796,0.2342780121136448,0.002367078830583736,0.15372517456988796,0.18338405978401148,0.014182878441591912,0.15372517456988796,0.18207691568187384,0.090936386198356,0.15372517456988796,0.10880841091617252,0.04627040664435267,0.15372517456988796,0.18100898625213602,0.07601333727308865,0.15372517456988796,0.22697729691224525,0.05906668352690375,0.15372517456988796,0.17778837858698365,0.005886414539476467,0.5,0.15372517456988796,0.19324188917177168,0.014596279172711356,0.0,0.14463943739375365,0.01647035156347907 -4723,0.5,0.15372517456988796,0.10419871416988435,0.07509004897991702,0.15372517456988796,0.11827074239958561,0.0701144422677141,0.15372517456988796,0.09253821888078663,0.09631108725938563,0.15372517456988796,0.07601254370565719,0.05496502289808627,0.15372517456988796,0.01424620603260294,0.006311555385727975,0.15372517456988796,0.09171654315165269,0.011734929865114395,0.15372517456988796,0.12336398062271636,0.025532431994661285,0.15372517456988796,0.12398786555699522,0.039389566932168184,0.5,0.15372517456988796,0.13080955505005812,0.04602891444552653,0.15372517456988796,0.08979136777312634,0.019385078513609502,0.5,0.15372517456988796,0.11967650940527592,0.0007227327350294348,0.15372517456988796,0.09128545766267548,0.007322224696700805,0.15372517456988796,0.10999919829943419,0.04576407340096858,0.15372517456988796,0.05633358435830725,0.03880936402479049,0.15372517456988796,0.0872169525834682,0.04759937213728731,0.15372517456988796,0.11426256441632507,0.039583423344345135,0.15372517456988796,0.08676676060226499,0.004176666039687878,0.5,0.15372517456988796,0.07019844109428584,0.007735270721953685,0.0,0.11069923253451065,0.0434513442156648 -4724,0.5,0.15372517456988796,0.01569535871136806,0.04171931594294566,0.15372517456988796,0.029908429950306157,0.03721606742967951,0.15372517456988796,0.011706944513034091,0.062186826036234454,0.15372517456988796,0.00060991470260517,0.050215203600986615,0.15372517456988796,0.011913422620269488,0.0031627113062501857,0.15372517456988796,0.03443280148453626,0.003322279028491925,0.15372517456988796,0.028057973007500417,0.011927114971094506,0.15372517456988796,0.02966664929063808,0.022433279344355503,0.5,0.15372517456988796,0.025523386069196158,0.04071449638113244,0.15372517456988796,0.0,0.007415508095316319,0.5,0.15372517456988796,0.020230973042674523,0.0007054862383165947,0.15372517456988796,0.005662766428900724,0.007861690248267607,0.15372517456988796,0.03700137784206363,0.015182338402044557,0.15372517456988796,0.017964047911079292,0.02908540843799809,0.15372517456988796,0.02071794526576072,0.0250850080517426,0.15372517456988796,0.021384649178834127,0.04141744804802247,0.15372517456988796,0.004187800170289088,0.006791341739019154,0.5,0.15372517456988796,0.0,0.013705000937448336,0.0,0.10149966418336663,0.0657701020660646 -4725,0.5,0.15372517456988796,0.0,0.03606635496912265,0.15372517456988796,0.0,0.020867625689901137,0.15372517456988796,0.0,0.033733977647410165,0.15372517456988796,0.0,0.0406443834694109,0.15372517456988796,0.0,0.001129613251211273,0.15372517456988796,0.0,0.0014818144618165047,0.15372517456988796,0.0,0.005005118506850605,0.15372517456988796,0.0,0.015501929689689116,0.5,0.15372517456988796,0.0,0.038741226422781244,0.15372517456988796,0.0,0.003291603743892977,0.5,0.15372517456988796,0.0,0.001005969743003086,0.15372517456988796,0.0,0.006315281215819181,0.15372517456988796,0.0,0.006051834694321977,0.15372517456988796,0.0,0.0193452583977867,0.15372517456988796,0.0,0.021655287549465906,0.15372517456988796,0.0,0.036618293764202926,0.15372517456988796,0.0,0.007405548437359454,0.5,0.15372517456988796,0.0,0.015509405204396353,0.0,0.13673039314132246,0.0634677665081636 -4726,0.5,0.15372517456988796,0.0,0.02876460685299253,0.15372517456988796,0.0,0.0110692124683606,0.15372517456988796,0.0,0.014635885458097877,0.15372517456988796,0.0,0.029742350753784456,0.15372517456988796,0.0,0.0004474144922079864,0.15372517456988796,0.0,0.0007510694102824734,0.15372517456988796,0.0,0.0011483577476993888,0.15372517456988796,0.0,0.007822457867553867,0.5,0.15372517456988796,0.0,0.028628481707918294,0.15372517456988796,0.0,0.0025471134654650616,0.5,0.15372517456988796,0.0,0.002785637528047132,0.15372517456988796,0.0,0.00410415802566552,0.15372517456988796,0.0,0.0024105289615769217,0.15372517456988796,0.0,0.013687184116118169,0.15372517456988796,0.0,0.01861889916470808,0.15372517456988796,0.0,0.024814221103580086,0.15372517456988796,0.0,0.008389900612170546,0.5,0.15372517456988796,0.0,0.01299386801774084,0.0,0.19437794915044784,0.056687715143638906 -4727,0.5,0.15372517456988796,0.0,0.021485561470504524,0.15372517456988796,0.0,0.007472612173841383,0.15372517456988796,0.0,0.007949471920981189,0.15372517456988796,0.0,0.023985185753025242,0.15372517456988796,0.0,0.0004952929657712107,0.15372517456988796,0.0,0.00048669593675243375,0.15372517456988796,0.0,0.0006936764881690852,0.15372517456988796,0.0,0.004493145952177174,0.5,0.15372517456988796,0.0,0.024554044460658838,0.15372517456988796,0.0,0.0028838953255157806,0.5,0.15372517456988796,0.0,0.004184173210942764,0.15372517456988796,0.0,0.002822630837614061,0.15372517456988796,0.0,0.002199952587961622,0.15372517456988796,0.0,0.005571782908546902,0.15372517456988796,0.0,0.01325532043678538,0.15372517456988796,0.0,0.018438577262716183,0.15372517456988796,0.0,0.008980100502749437,0.5,0.15372517456988796,0.0,0.0089851890476003,0.0,0.1799192079091781,0.07305932728855047 -4728,0.5,0.15372517456988796,0.0,0.013387742621175678,0.15372517456988796,0.0,0.006115372864574874,0.15372517456988796,0.0,0.006322640757306032,0.15372517456988796,0.0,0.019182802205631396,0.15372517456988796,0.0,0.0007411128072402839,0.15372517456988796,0.0,0.0004423598908515077,0.15372517456988796,0.0,0.0006204593870621846,0.15372517456988796,0.0,0.00243808806962826,0.5,0.15372517456988796,0.0,0.021222709132137328,0.15372517456988796,0.0,0.003493294351652379,0.5,0.15372517456988796,0.0,0.0024554598295323665,0.15372517456988796,0.0,0.0027932721760444957,0.15372517456988796,0.0,0.0022901842211761297,0.15372517456988796,0.0,0.0018667635779218918,0.15372517456988796,0.0,0.00823721008037024,0.15372517456988796,0.0,0.014937558248872903,0.15372517456988796,0.0,0.008819477862447139,0.5,0.15372517456988796,0.0,0.005652748829839542,0.0,0.08170593033370083,0.12849493733490244 -4729,0.5,0.15372517456988796,0.0,0.007833278481528887,0.15372517456988796,0.0,0.002687020477378181,0.15372517456988796,0.0,0.0063989389461022155,0.15372517456988796,0.0,0.013912846344466634,0.15372517456988796,0.0,0.0005693823121874159,0.15372517456988796,0.0,0.00039910639671976217,0.15372517456988796,0.0,0.0004937755319888874,0.15372517456988796,0.0,0.0019142850238461821,0.5,0.15372517456988796,0.0,0.017560985594357818,0.15372517456988796,0.0,0.0037827222340626565,0.5,0.15372517456988796,0.0,0.0013787745739421665,0.15372517456988796,0.0,0.003422748465697408,0.15372517456988796,0.0,0.0016824949367808873,0.15372517456988796,0.0,0.003488000068790654,0.15372517456988796,0.0,0.009718664873420227,0.15372517456988796,0.0,0.01293029220999855,0.15372517456988796,0.0,0.007901081775034608,0.5,0.15372517456988796,0.0,0.003938610420225222,0.0,0.02880161217787289,0.2242313990131272 -4730,0.5,0.15372517456988796,0.0,0.005227601777868632,0.15372517456988796,0.0,0.000668650638257134,0.15372517456988796,0.0,0.005984313813514007,0.15372517456988796,0.0,0.011017732181486072,0.15372517456988796,0.0,0.00026150990052233,0.15372517456988796,0.0,0.000405904142606441,0.15372517456988796,0.0,0.000590018618618289,0.15372517456988796,0.0,0.0017813122583402669,0.5,0.15372517456988796,0.0,0.0142287192722293,0.15372517456988796,0.0,0.003864330871580712,0.5,0.15372517456988796,0.0,0.0009406798869930091,0.15372517456988796,0.0,0.004752861114847088,0.15372517456988796,0.0,0.0024582391246752633,0.15372517456988796,0.0,0.0063343343238817865,0.15372517456988796,0.0,0.01213875144223834,0.15372517456988796,0.0,0.01029224118813386,0.15372517456988796,0.0,0.005662122599350744,0.5,0.15372517456988796,0.0,0.0031032974236243484,0.0,0.012101543884546739,0.3156935305831155 -4731,0.5,0.15372517456988796,0.0,0.004512993337992837,0.15372517456988796,0.0,0.0002349965496305256,0.15372517456988796,0.0,0.005889091195940114,0.15372517456988796,0.0,0.010553629357599724,0.15372517456988796,0.0,0.0002978146900506066,0.15372517456988796,0.0,0.0004191787577159992,0.15372517456988796,0.0,0.0013087169894939325,0.15372517456988796,0.0,0.002348754701169263,0.5,0.15372517456988796,0.0,0.013182722899208212,0.15372517456988796,0.0,0.003900514345312316,0.5,0.15372517456988796,0.0,0.0006167114770870925,0.15372517456988796,0.0,0.0049288883510940715,0.15372517456988796,0.0,0.005733505882162929,0.15372517456988796,0.0,0.007814438504663403,0.15372517456988796,0.0,0.010894470299655195,0.15372517456988796,0.0,0.00884363651221943,0.15372517456988796,0.0,0.004031606958229952,0.5,0.15372517456988796,0.0,0.003336395043490735,0.0,0.008055614799890226,0.4035629990125955 -4732,0.5,0.15372517456988796,0.0,0.004250663332271326,0.15372517456988796,0.0,0.0003828527018366188,0.15372517456988796,0.0,0.006042689071875589,0.15372517456988796,0.0,0.009995628363317374,0.15372517456988796,0.0,0.00031288452369721595,0.15372517456988796,0.0,0.00040264828530970053,0.15372517456988796,0.0,0.0023705677943128946,0.15372517456988796,0.0,0.0030953490202477135,0.5,0.15372517456988796,0.0,0.013150363520877905,0.15372517456988796,0.0,0.004158609590557972,0.5,0.15372517456988796,0.0,0.00048814929213631867,0.15372517456988796,0.0,0.005126396300492488,0.15372517456988796,0.0,0.008270477219151133,0.15372517456988796,0.0,0.009135767867055944,0.15372517456988796,0.0,0.007797530313084607,0.15372517456988796,0.0,0.009887598791298169,0.15372517456988796,0.0,0.0037193870902523197,0.5,0.15372517456988796,0.0,0.003523599528383752,0.0,0.006804237908983355,0.4806970446596021 -4733,0.5,0.15372517456988796,0.0018318398100631687,0.004174806392485012,0.15372517456988796,7.643356447853071e-05,0.0006842671465640957,0.15372517456988796,0.0,0.005542157598563687,0.15372517456988796,0.000878866144020157,0.008160831368508184,0.15372517456988796,0.0,0.0004411850328909802,0.15372517456988796,0.0,0.00042096378009059363,0.15372517456988796,0.0,0.003029919311709435,0.15372517456988796,0.0,0.002470446021559683,0.5,0.15372517456988796,0.0,0.014030350226238369,0.15372517456988796,0.0,0.004245720051611751,0.5,0.15372517456988796,0.0,0.0006689168074970723,0.15372517456988796,0.0,0.005151827146668728,0.15372517456988796,0.0008522993544810428,0.010296526152688565,0.15372517456988796,0.0,0.009699996677260216,0.15372517456988796,0.0,0.0051902764948169875,0.15372517456988796,0.0,0.009680276926027158,0.15372517456988796,0.0,0.0038848359329914845,0.5,0.15372517456988796,0.0,0.0032196979420988387,0.0,0.00909088478481907,0.5235852829455653 -4734,0.5,0.15372517456988796,0.02676993424248346,0.004009896945875315,0.15372517456988796,0.020203998027745147,0.000829360548509205,0.15372517456988796,0.01662415058791049,0.004683034278004332,0.15372517456988796,0.029905818076981134,0.008595382134970214,0.15372517456988796,0.027256876892006156,0.00031893769401115886,0.15372517456988796,0.02648154819693458,0.00017380964399625815,0.15372517456988796,0.02073458565895049,0.0016071073672418636,0.15372517456988796,0.015137309885912506,0.0020218387768673705,0.5,0.15372517456988796,0.019105271176369273,0.01274431072539427,0.15372517456988796,0.031961963297117583,0.003983797729039724,0.5,0.15372517456988796,0.0277782490831401,0.001021445771834638,0.15372517456988796,0.025957698072456927,0.0038555072883964536,0.15372517456988796,0.044029128946793526,0.01152548774466431,0.15372517456988796,0.030368444966683658,0.010363826722269489,0.15372517456988796,0.0018571169802315771,0.0036314743427699712,0.15372517456988796,0.013653127132372272,0.008055407500763122,0.15372517456988796,0.03786030623645539,0.0028327753998367397,0.5,0.15372517456988796,0.039525596629257004,0.0016853273784525951,0.0,0.01644709853239137,0.4509068360709647 -4735,0.5,0.15372517456988796,0.055536314802612674,0.005049276291545522,0.15372517456988796,0.08885984582558508,0.0008100202478677581,0.15372517456988796,0.048588915437091235,0.0058239515056139465,0.15372517456988796,0.07652630093311925,0.01101300106125301,0.15372517456988796,0.10076661806826684,0.0003505062135730718,0.15372517456988796,0.09421873768576633,3.319284071165975e-05,0.15372517456988796,0.08443466881568203,0.0005587989940935735,0.15372517456988796,0.07567092616703192,0.0024574167111437615,0.5,0.15372517456988796,0.08768516417184488,0.010843397771423863,0.15372517456988796,0.10986486470649046,0.0021166211706237894,0.5,0.15372517456988796,0.10093684924988208,0.0014195831613006984,0.15372517456988796,0.10088942547069059,0.002085398996152772,0.15372517456988796,0.11090054789662694,0.013912434970574206,0.15372517456988796,0.09615959683359182,0.011193309000606815,0.15372517456988796,0.01446026211625884,0.0026056111740751105,0.15372517456988796,0.047908544264616174,0.00644942260127705,0.15372517456988796,0.11526277311272354,0.0016976378888689948,0.5,0.15372517456988796,0.12034048861109536,0.0006758114701115506,0.0,0.019792287945020626,0.451138083488048 -4736,0.5,0.15372517456988796,0.09471332486746861,0.007643660190914957,0.15372517456988796,0.1973133147264141,0.0004884637411176608,0.15372517456988796,0.0860349877293067,0.009164303473801672,0.15372517456988796,0.12056188709624545,0.01951051004872245,0.15372517456988796,0.21075717754096757,0.0009125335750038195,0.15372517456988796,0.20403129001491105,0.00024581551061386974,0.15372517456988796,0.19800509216560294,0.0010696756414310749,0.15372517456988796,0.1912829695099046,0.006813278628382092,0.5,0.15372517456988796,0.19707041781165258,0.019496315400226377,0.15372517456988796,0.22885616029253839,0.0009083718060307816,0.5,0.15372517456988796,0.21581138894467858,0.003601635925531411,0.15372517456988796,0.21733107281158204,0.0018771992595441216,0.15372517456988796,0.20674006995948646,0.021878467836435662,0.15372517456988796,0.2047435277503992,0.013976540598872912,0.15372517456988796,0.060764444194971554,0.0022071578760120194,0.15372517456988796,0.104110796441475,0.010942337705892858,0.15372517456988796,0.2330193172113061,0.0024418083255959536,0.5,0.15372517456988796,0.23812223575387115,0.000683793546221065,0.0,0.01522156047746415,0.49252319228180175 -4737,0.5,0.15372517456988796,0.14505625710527817,0.010427123726615525,0.15372517456988796,0.3389803762957768,1.920796056274248e-05,0.15372517456988796,0.13292695728776321,0.01640798716037958,0.15372517456988796,0.16538938175002968,0.03194623974735788,0.15372517456988796,0.3333110430542269,0.001893529814905842,0.15372517456988796,0.327790706248948,0.0012141947449846873,0.15372517456988796,0.32633939894734876,0.004739141691690164,0.15372517456988796,0.3244129524625209,0.01562542757921946,0.5,0.15372517456988796,0.32475845705397766,0.02871887739984492,0.15372517456988796,0.36341903664478425,0.006309716263557816,0.5,0.15372517456988796,0.3452765120473927,0.008172762658310531,0.15372517456988796,0.349470935647692,0.010166770788722239,0.15372517456988796,0.28850653324324665,0.03234223365512874,0.15372517456988796,0.3156936103330541,0.01932716324835594,0.15372517456988796,0.13479577115145217,0.002424466604742409,0.15372517456988796,0.1968254410886158,0.01902593186046964,0.15372517456988796,0.3634713838720485,0.003961209849998832,0.5,0.15372517456988796,0.3721434578022642,0.0008978292504951534,0.0,0.008641268650711957,0.4661033546002814 -4738,0.5,0.15372517456988796,0.20885901840813015,0.013312004515271527,0.15372517456988796,0.46909336192564255,0.005562672316096804,0.15372517456988796,0.20398912614849415,0.029280300197935104,0.15372517456988796,0.2140434323480563,0.05086207808032877,0.15372517456988796,0.4450262391669092,0.00247356549637899,0.15372517456988796,0.46196634671070846,0.00319637132324075,0.15372517456988796,0.44423903254635744,0.008592448542690471,0.15372517456988796,0.46421752780863,0.027649853730322783,0.5,0.15372517456988796,0.46601478790004874,0.045069603745537375,0.15372517456988796,0.5017788669211112,0.03598666804698197,0.5,0.15372517456988796,0.4827469445184237,0.012808684519773999,0.15372517456988796,0.48792765377214287,0.03146165056179969,0.15372517456988796,0.3599733322015232,0.04201203355495002,0.15372517456988796,0.4150371269079124,0.025275030679373037,0.15372517456988796,0.22516556724655645,0.004546590996173706,0.15372517456988796,0.3238816102640129,0.02656478780391593,0.15372517456988796,0.4978471193773315,0.005946180246565931,0.5,0.15372517456988796,0.49024901142424293,0.0006849151066751923,0.0,0.004565550036864756,0.33318784060531814 -4739,0.5,0.15372517456988796,0.2855134141689478,0.020801811125108958,0.15372517456988796,0.5716723073667904,0.013950738256501118,0.15372517456988796,0.26966997206495674,0.045908412644004935,0.15372517456988796,0.271149744152898,0.08043420955499839,0.15372517456988796,0.5571567296726077,0.0014951776183819323,0.15372517456988796,0.5774597162489785,0.00681259407203399,0.15372517456988796,0.5504659700398097,0.009956715569359979,0.15372517456988796,0.5768301822645507,0.038104964950566894,0.5,0.15372517456988796,0.5817215209124337,0.05415572450052181,0.15372517456988796,0.6090398800411396,0.07274584239107783,0.5,0.15372517456988796,0.5933537779674128,0.022642898542748726,0.15372517456988796,0.5942733016810289,0.05985948245271907,0.15372517456988796,0.4152883955778322,0.053822121917117216,0.15372517456988796,0.5022512692933677,0.026012560987208763,0.15372517456988796,0.345823916678357,0.007687116727503098,0.15372517456988796,0.430115188835962,0.02710620268834768,0.15372517456988796,0.5931000059218244,0.007954928486123478,0.5,0.15372517456988796,0.549669471659703,0.0018620552488416726,0.0,0.004382776398206847,0.20491620872349064 -4740,0.5,0.15372517456988796,0.3720953268603174,0.0364363941792889,0.15372517456988796,0.6330196965141146,0.01037663909698716,0.15372517456988796,0.31425129826532405,0.06929003562462077,0.15372517456988796,0.34372706138834747,0.11466469946050226,0.15372517456988796,0.6313087156007282,0.0010438413108889149,0.15372517456988796,0.6542670301784514,0.013782871720280216,0.15372517456988796,0.6320823366774566,0.01141801470859232,0.15372517456988796,0.6487126283224631,0.04910148974095743,0.5,0.15372517456988796,0.628870809947147,0.052394313339472094,0.15372517456988796,0.6247945621094031,0.10178654549681174,0.5,0.15372517456988796,0.6241275339671833,0.02735257674252497,0.15372517456988796,0.6334343922369831,0.07747232795238589,0.15372517456988796,0.4598660414533329,0.06576813131342486,0.15372517456988796,0.5627437705371068,0.025098554013182325,0.15372517456988796,0.42198459121241116,0.012638005453830599,0.15372517456988796,0.5128824358780508,0.020651395439004537,0.15372517456988796,0.5968392288825326,0.008218031078172908,0.5,0.15372517456988796,0.5640710398636573,0.006244413080029329,0.0,0.008013125369380363,0.11662238518220382 -4741,0.5,0.15372517456988796,0.4070438489107171,0.04933700195430348,0.15372517456988796,0.6605071123709539,0.00863587721662802,0.15372517456988796,0.3621687802994542,0.09393994939651795,0.15372517456988796,0.44385118471560486,0.12595543071650614,0.15372517456988796,0.6606595629998521,0.001112997434655299,0.15372517456988796,0.6887163966030616,0.021946605476077442,0.15372517456988796,0.6644355703543308,0.014346671189199071,0.15372517456988796,0.681822254330301,0.05863726564626408,0.5,0.15372517456988796,0.6567816565985497,0.046869386540095925,0.15372517456988796,0.6655540544483154,0.12005665057426657,0.5,0.15372517456988796,0.6379815236494693,0.023894521398497064,0.15372517456988796,0.6700195432997436,0.08633655686708731,0.15372517456988796,0.4832775092235996,0.07283528129063559,0.15372517456988796,0.5784357128313726,0.02493918152037268,0.15372517456988796,0.48450667962407334,0.019898169940061147,0.15372517456988796,0.595548119932283,0.01315640118778082,0.15372517456988796,0.619855301000786,0.006368997213756116,0.5,0.15372517456988796,0.5820489661327899,0.01327898168985572,0.0,0.012720812251590354,0.08157756874392705 -4742,0.5,0.15372517456988796,0.4021667857567157,0.05239639081841426,0.15372517456988796,0.6337589411725574,0.007403577229258541,0.15372517456988796,0.41097209490479525,0.09846433666462776,0.15372517456988796,0.4876836422064611,0.12123263681816338,0.15372517456988796,0.6483684809178192,0.002585255611733632,0.15372517456988796,0.6842778723788308,0.03473699959379145,0.15372517456988796,0.6657336879986722,0.019208551793004278,0.15372517456988796,0.6786581754856296,0.07069665463428915,0.5,0.15372517456988796,0.6458584583253362,0.047864139399331054,0.15372517456988796,0.6555782388760691,0.14966316377810507,0.5,0.15372517456988796,0.6585634341141138,0.02156356165612212,0.15372517456988796,0.6631511420545223,0.09468426567381064,0.15372517456988796,0.4803035124607065,0.07778735186462635,0.15372517456988796,0.5439410832642684,0.02431802427763116,0.15372517456988796,0.5291900728091167,0.0249417206941351,0.15372517456988796,0.5955083840449772,0.010390400603803316,0.15372517456988796,0.6184216063246373,0.004721450202216562,0.5,0.15372517456988796,0.5635039182683674,0.0174206518349414,0.0,0.011148102751334587,0.09479770998199433 -4743,0.5,0.15372517456988796,0.38369653362786443,0.05024652906293579,0.15372517456988796,0.5342866866050427,0.007273076767704909,0.15372517456988796,0.3922699594053518,0.08983455033771619,0.15372517456988796,0.47162876525900455,0.11115940090979302,0.15372517456988796,0.5891139522903839,0.005073284626952805,0.15372517456988796,0.6391747013971409,0.04894143903819431,0.15372517456988796,0.6185719531392244,0.027684700704602567,0.15372517456988796,0.634647979644092,0.07936428205040871,0.5,0.15372517456988796,0.5991075594912192,0.05387602221391189,0.15372517456988796,0.6097765223524844,0.1776084754376508,0.5,0.15372517456988796,0.5929812940566186,0.02016154723957404,0.15372517456988796,0.6125740768260741,0.09997430615255133,0.15372517456988796,0.4538210629755255,0.08288675573981341,0.15372517456988796,0.5014738579692296,0.026855800625667087,0.15372517456988796,0.5249294826259563,0.025454529553753574,0.15372517456988796,0.563494394050351,0.012868719814551365,0.15372517456988796,0.5667957704550356,0.005829325204279956,0.5,0.15372517456988796,0.5110109986886691,0.019814936060265687,0.0,0.007425252331488289,0.09429053829227879 -4744,0.5,0.15372517456988796,0.33175789928808297,0.04752178764792066,0.15372517456988796,0.4203381452013608,0.009280002277203334,0.15372517456988796,0.28186634575256875,0.10535146714084895,0.15372517456988796,0.392107385667677,0.10474125331523727,0.15372517456988796,0.49540378790782147,0.00990108171492586,0.15372517456988796,0.5449338275759352,0.0743453782671204,0.15372517456988796,0.5257558450299594,0.03947130827189492,0.15372517456988796,0.542250760827704,0.09766021690994989,0.5,0.15372517456988796,0.5163270988433759,0.06921079196864025,0.15372517456988796,0.5119265133629384,0.1884548120060013,0.5,0.15372517456988796,0.5034808561023658,0.03020898208700208,0.15372517456988796,0.5166672926400825,0.10465549141827489,0.15372517456988796,0.3808329804797821,0.08050461501162505,0.15372517456988796,0.4002176062375046,0.03305874358253632,0.15372517456988796,0.47651890091463645,0.024197508632331947,0.15372517456988796,0.4845813119977955,0.02439253887839773,0.15372517456988796,0.4602506614404981,0.010297947294095978,0.5,0.15372517456988796,0.43463446608122513,0.023543988713668355,0.0,0.004581612871321258,0.061693008909302995 -4745,0.5,0.15372517456988796,0.28116635563489273,0.0475491084055398,0.15372517456988796,0.32158350077108455,0.013169875688643036,0.15372517456988796,0.2316349277700217,0.12911282353480724,0.15372517456988796,0.26993213663414045,0.09956032558532216,0.15372517456988796,0.3610559684455574,0.016382824650016555,0.15372517456988796,0.41580610628171244,0.09638510041457182,0.15372517456988796,0.39990546784387093,0.05603049202186352,0.15372517456988796,0.41333083573659835,0.11056778675382078,0.5,0.15372517456988796,0.3943181376425777,0.08739253922971957,0.15372517456988796,0.3772941647701823,0.16514046296027127,0.5,0.15372517456988796,0.37963448738465927,0.04007061375050055,0.15372517456988796,0.38432759214383505,0.0997052761008321,0.15372517456988796,0.2685782642587412,0.07047197797008571,0.15372517456988796,0.271801618694788,0.042976840483231846,0.15372517456988796,0.35552098672301685,0.020767952867085954,0.15372517456988796,0.36989031187221116,0.04315195790935029,0.15372517456988796,0.34359050205437214,0.018624660641020477,0.5,0.15372517456988796,0.3151161435798478,0.026441015450849977,0.0,0.003447054519526992,0.04209590278841051 -4746,0.5,0.15372517456988796,0.20549967241311323,0.05069579218671508,0.15372517456988796,0.18162790162675888,0.024457088354029887,0.15372517456988796,0.1533408565078193,0.1348850109651858,0.15372517456988796,0.17164375780886432,0.08783253370752556,0.15372517456988796,0.25329332557963624,0.025657091523891652,0.15372517456988796,0.286262787412005,0.1011391505673517,0.15372517456988796,0.27378957568451223,0.05947675944626536,0.15372517456988796,0.2807080904911154,0.10794400795351358,0.5,0.15372517456988796,0.26856041257398183,0.09082928188523566,0.15372517456988796,0.24312312794746982,0.062153835680938824,0.5,0.15372517456988796,0.2523218188637226,0.03651354894126818,0.15372517456988796,0.2520265208136283,0.05369080708156914,0.15372517456988796,0.15517279202819168,0.05800860020191621,0.15372517456988796,0.2031814304979483,0.061723951317510295,0.15372517456988796,0.22576782242164287,0.01989126357054115,0.15372517456988796,0.2541597260615657,0.05527828705222266,0.15372517456988796,0.22298772212438422,0.02022462134773483,0.5,0.15372517456988796,0.2035094869540369,0.01420286886212794,0.0,0.0028759960259360545,0.03433987235445697 -4747,0.5,0.15372517456988796,0.10103689090356349,0.04698108180857313,0.15372517456988796,0.08327510879007748,0.03887053730255447,0.15372517456988796,0.07530306228938072,0.11439080973358724,0.15372517456988796,0.07311614488559579,0.05195615416664997,0.15372517456988796,0.1410546228614385,0.024059512274298582,0.15372517456988796,0.154580145074443,0.04770451354163642,0.15372517456988796,0.14394605109949835,0.022944933022951544,0.15372517456988796,0.14895697495553864,0.052911755892792074,0.5,0.15372517456988796,0.14006568163621763,0.04626804530215186,0.15372517456988796,0.08532681377824285,0.040654160603942044,0.5,0.15372517456988796,0.1206337824590949,0.027941648842797,0.15372517456988796,0.12306115924899438,0.03946858906241339,0.15372517456988796,0.08509389802821005,0.04362279259826545,0.15372517456988796,0.12223943219627756,0.07286892588916491,0.15372517456988796,0.11656189563652464,0.01619183798412312,0.15372517456988796,0.1293656544475476,0.03561743595909097,0.15372517456988796,0.09484198300220413,0.024372886876799987,0.5,0.15372517456988796,0.06660150142864318,0.005928207435882794,0.0,0.002046706959647295,0.029018963937499496 -4748,0.5,0.15372517456988796,0.014243628579528562,0.024979574767948116,0.15372517456988796,0.025706705686382357,0.033080585126831534,0.15372517456988796,0.009667140683163367,0.07982220811575554,0.15372517456988796,0.0,0.036038955059343465,0.15372517456988796,0.032286855151507685,0.026052421642961388,0.15372517456988796,0.03364771739699021,0.031174211776594,0.15372517456988796,0.028581602398857466,0.02232454060667469,0.15372517456988796,0.029711949101963113,0.04060941542546805,0.5,0.15372517456988796,0.02570124602128823,0.047953983036476196,0.15372517456988796,0.0,0.033021843130422564,0.5,0.15372517456988796,0.016581346266108903,0.0291842798291844,0.15372517456988796,0.005188520549203182,0.03661152340172031,0.15372517456988796,0.030020934969633064,0.025009130359769313,0.15372517456988796,0.03375808947288972,0.05757050223991641,0.15372517456988796,0.024486664598686952,0.018297196048436028,0.15372517456988796,0.022230355759521606,0.0538327661470361,0.15372517456988796,0.0035219524509263324,0.038065574163895076,0.5,0.15372517456988796,0.0,0.005977429102189916,0.0,0.0008077806255836337,0.02576994817053816 -4749,0.5,0.15372517456988796,0.0,0.022530224836340214,0.15372517456988796,0.0,0.047853165234175266,0.15372517456988796,0.0,0.05517920229965387,0.15372517456988796,0.0,0.02843738540595013,0.15372517456988796,0.0,0.03871734719367995,0.15372517456988796,0.0,0.03102591217464142,0.15372517456988796,0.0,0.01775793252929566,0.15372517456988796,0.0,0.03986393844738126,0.5,0.15372517456988796,0.0,0.04629803158806178,0.15372517456988796,0.0,0.026113239935873903,0.5,0.15372517456988796,0.0,0.02348673060216585,0.15372517456988796,0.0,0.03102374906634241,0.15372517456988796,0.0,0.014330594721609333,0.15372517456988796,0.0,0.04604597458702375,0.15372517456988796,0.0,0.02475111694699758,0.15372517456988796,0.0,0.06132079434057434,0.15372517456988796,0.0,0.04295758325019625,0.5,0.15372517456988796,0.0,0.006447048346740986,0.0,0.000709783939695698,0.019853089269902164 -4750,0.5,0.15372517456988796,0.0,0.02064054884590449,0.15372517456988796,0.0,0.043022406511033416,0.15372517456988796,0.0,0.03708546968140654,0.15372517456988796,0.0,0.01893629385552451,0.15372517456988796,0.0,0.04482053674797265,0.15372517456988796,0.0,0.03098488187050659,0.15372517456988796,0.0,0.01638572171953859,0.15372517456988796,0.0,0.03062826216134311,0.5,0.15372517456988796,0.0,0.03885993375014028,0.15372517456988796,0.0,0.01855867698836705,0.5,0.15372517456988796,0.0,0.017959225419210294,0.15372517456988796,0.0,0.023236505347287814,0.15372517456988796,0.0,0.009654969297834052,0.15372517456988796,0.0,0.0444276956666059,0.15372517456988796,0.0,0.01913045848092353,0.15372517456988796,0.0,0.054552704707576234,0.15372517456988796,0.0,0.04556158149391206,0.5,0.15372517456988796,0.0,0.007684546373680314,0.0,0.0007918502336058277,0.00972063037716934 -4751,0.5,0.15372517456988796,0.0,0.017444485710859672,0.15372517456988796,0.0,0.0337024213434592,0.15372517456988796,0.0,0.02537779488818537,0.15372517456988796,0.0,0.013804926624150685,0.15372517456988796,0.0,0.04759898052319614,0.15372517456988796,0.0,0.03330481515314464,0.15372517456988796,0.0,0.018961990973959283,0.15372517456988796,0.0,0.023197788318527167,0.5,0.15372517456988796,0.0,0.03524061017256269,0.15372517456988796,0.0,0.01477773016219826,0.5,0.15372517456988796,0.0,0.020752702053309244,0.15372517456988796,0.0,0.018622358382618144,0.15372517456988796,0.0,0.006067716499319591,0.15372517456988796,0.0,0.040163575428042164,0.15372517456988796,0.0,0.013187671646874392,0.15372517456988796,0.0,0.049643342015166535,0.15372517456988796,0.0,0.043966284544361224,0.5,0.15372517456988796,0.0,0.00866151767070744,0.0,0.0010450263597447718,0.005622515478569776 -4752,0.5,0.15372517456988796,0.0,0.015997860851204974,0.15372517456988796,0.0,0.0290167476907731,0.15372517456988796,0.0,0.020831098056557727,0.15372517456988796,0.0,0.011238749311264857,0.15372517456988796,0.0,0.04804599067514703,0.15372517456988796,0.0,0.03521189806558244,0.15372517456988796,0.0,0.0211108222761748,0.15372517456988796,0.0,0.01880167454634772,0.5,0.15372517456988796,0.0,0.03556781121477548,0.15372517456988796,0.0,0.012596330779057068,0.5,0.15372517456988796,0.0,0.025455654590768702,0.15372517456988796,0.0,0.015762210360178754,0.15372517456988796,0.0,0.0041589962201945534,0.15372517456988796,0.0,0.034035141347688244,0.15372517456988796,0.0,0.008572877318835236,0.15372517456988796,0.0,0.03982271211526636,0.15372517456988796,0.0,0.04036912159953696,0.5,0.15372517456988796,0.0,0.009013974310052485,0.0,0.005611069880478671,0.006770291249564201 -4753,0.5,0.15372517456988796,0.0,0.015378242270553373,0.15372517456988796,0.0,0.0268745913895234,0.15372517456988796,0.0,0.019474030096684254,0.15372517456988796,0.0,0.010998270268531328,0.15372517456988796,0.0,0.04168013805445839,0.15372517456988796,0.0,0.03489397583899656,0.15372517456988796,0.0,0.018901550948810686,0.15372517456988796,0.0,0.01608929628676796,0.5,0.15372517456988796,0.0,0.03544478391240576,0.15372517456988796,0.0,0.010504350374401545,0.5,0.15372517456988796,0.0,0.015085745886333816,0.15372517456988796,0.0,0.014146435698890946,0.15372517456988796,0.0,0.004863914274039311,0.15372517456988796,0.0,0.02635485925054207,0.15372517456988796,0.0,0.007261237020656575,0.15372517456988796,0.0,0.030783047006046838,0.15372517456988796,0.0,0.033496068836014345,0.5,0.15372517456988796,0.0,0.010373626427449883,0.0,0.00774123349194376,0.010618851713528981 -4754,0.5,0.15372517456988796,0.0,0.01491259970866686,0.15372517456988796,0.0,0.025202059790377103,0.15372517456988796,0.0,0.020134175708700672,0.15372517456988796,0.0,0.011533820136839531,0.15372517456988796,0.0,0.03409625437527682,0.15372517456988796,0.0,0.03562067780290799,0.15372517456988796,0.0,0.01571143382897225,0.15372517456988796,0.0,0.013694563544769006,0.5,0.15372517456988796,0.0,0.031779175247124175,0.15372517456988796,0.0,0.010761554350084331,0.5,0.15372517456988796,0.0,0.009380635352637078,0.15372517456988796,0.0,0.012373331563682682,0.15372517456988796,0.0,0.006494050646596942,0.15372517456988796,0.0,0.01998986085362145,0.15372517456988796,0.0,0.0072774410387497915,0.15372517456988796,0.0,0.024155229887573137,0.15372517456988796,0.0,0.026072492762860777,0.5,0.15372517456988796,0.0,0.01109612283322021,0.0,0.006839927376638909,0.014400198219192289 -4755,0.5,0.15372517456988796,0.0,0.01600130218303266,0.15372517456988796,0.0,0.017700972840768804,0.15372517456988796,0.0,0.022864709190826043,0.15372517456988796,0.0,0.012514557876015272,0.15372517456988796,0.0,0.030742466861819362,0.15372517456988796,0.0,0.034041564062715725,0.15372517456988796,0.0,0.016317051853753643,0.15372517456988796,0.0,0.010746302781708558,0.5,0.15372517456988796,0.0,0.0266432942581294,0.15372517456988796,0.0,0.010788051187203274,0.5,0.15372517456988796,0.0,0.006838905996859665,0.15372517456988796,0.0,0.011108724374928526,0.15372517456988796,0.0,0.007958216619305333,0.15372517456988796,0.0,0.01693624157270248,0.15372517456988796,0.0,0.008910654622768278,0.15372517456988796,0.0,0.02025841704075589,0.15372517456988796,0.0,0.019525537607658582,0.5,0.15372517456988796,0.0,0.011717025913378178,0.0,0.011502091839042904,0.020140362808962087 -4756,0.5,0.15372517456988796,0.0,0.017313208629963515,0.15372517456988796,0.0,0.011158003445364531,0.15372517456988796,0.0,0.028820314084123555,0.15372517456988796,0.0,0.014265576537343937,0.15372517456988796,0.0,0.030496714047458042,0.15372517456988796,0.0,0.03365075349468524,0.15372517456988796,0.0,0.019226634412928705,0.15372517456988796,0.0,0.00889846582573841,0.5,0.15372517456988796,0.0,0.023469120023443507,0.15372517456988796,0.0,0.010882532191092285,0.5,0.15372517456988796,0.0,0.006502912982556422,0.15372517456988796,0.0,0.012643686297149542,0.15372517456988796,0.0,0.00855716306015001,0.15372517456988796,0.0,0.01615588136711997,0.15372517456988796,0.0,0.01003102721748415,0.15372517456988796,0.0,0.019608008380033383,0.15372517456988796,0.0,0.017717761734693842,0.5,0.15372517456988796,0.0,0.012707554514542413,0.0,0.018696093766020137,0.03101860437708386 -4757,0.5,0.15372517456988796,0.002303458864600961,0.014519505927224284,0.15372517456988796,0.00016296062675328897,0.010023920236622116,0.15372517456988796,0.0,0.03421225962762711,0.15372517456988796,0.001252306303934296,0.01593228977076056,0.15372517456988796,0.0,0.03178282685410359,0.15372517456988796,0.0,0.02933634938018318,0.15372517456988796,0.0,0.02423792999285675,0.15372517456988796,0.0,0.006768925686987228,0.5,0.15372517456988796,0.0,0.02045184475298796,0.15372517456988796,0.0,0.010567010865576452,0.5,0.15372517456988796,0.0,0.007119900200420545,0.15372517456988796,0.0,0.015895371509067203,0.15372517456988796,0.000278234367715735,0.009665191091115213,0.15372517456988796,9.566694447964543e-06,0.018076823522055648,0.15372517456988796,2.5908694758308613e-05,0.011368635618692396,0.15372517456988796,0.0,0.019157886965573984,0.15372517456988796,0.0,0.017616892469640544,0.5,0.15372517456988796,0.0,0.013927768557444719,0.0,0.021037932138055698,0.04797329671212336 -4758,0.5,0.15372517456988796,0.0532277778403507,0.00992620433146634,0.15372517456988796,0.04518219051768037,0.00861375469953683,0.15372517456988796,0.03831471387563662,0.037862826675031235,0.15372517456988796,0.041249094640668574,0.018091482122671167,0.15372517456988796,0.03296916166855452,0.025028835731703687,0.15372517456988796,0.025447456149899884,0.02515433113638703,0.15372517456988796,0.031395018414240784,0.02125303361108252,0.15372517456988796,0.02372602995914607,0.0053790727851214665,0.5,0.15372517456988796,0.021807054503916505,0.017277746292927665,0.15372517456988796,0.031236956870684666,0.008237564193742917,0.5,0.15372517456988796,0.026617334911850938,0.00764105313298473,0.15372517456988796,0.025291921564132562,0.014229011808079372,0.15372517456988796,0.027361093373882667,0.01110252782142689,0.15372517456988796,0.03680389981458018,0.01712857006193623,0.15372517456988796,0.04076479571467585,0.012260271840445777,0.15372517456988796,0.03380292131148882,0.015666533439948456,0.15372517456988796,0.036716291731894765,0.014254996520380684,0.5,0.15372517456988796,0.03942103767472455,0.01076852787974925,0.0,0.02472206642971989,0.05670349976548616 -4759,0.5,0.15372517456988796,0.12791252006130324,0.012639651038941612,0.15372517456988796,0.11589441157339797,0.00927284283685742,0.15372517456988796,0.11324142500075979,0.0633898393443087,0.15372517456988796,0.11109167365352107,0.0238410275884673,0.15372517456988796,0.1014233325727914,0.024998776131073146,0.15372517456988796,0.0932467224269966,0.028525289572678282,0.15372517456988796,0.10128783627475235,0.02157606289654397,0.15372517456988796,0.09300473156663372,0.004589846385826053,0.5,0.15372517456988796,0.09244021814051799,0.01685538607383582,0.15372517456988796,0.1095311162576511,0.005272034653980905,0.5,0.15372517456988796,0.0996528129781167,0.008345341211847554,0.15372517456988796,0.10083886596000399,0.008401357376876886,0.15372517456988796,0.08547006799539429,0.015232625989971157,0.15372517456988796,0.10517298581509033,0.020376936985555844,0.15372517456988796,0.11351100832818778,0.016391710780686082,0.15372517456988796,0.106595062027207,0.013424979426092836,0.15372517456988796,0.11392498348043512,0.012462598959639573,0.5,0.15372517456988796,0.12109474545095132,0.01607183303396713,0.0,0.02567953745462152,0.05631153952528274 -4760,0.5,0.15372517456988796,0.23490095992156143,0.021999999053519393,0.15372517456988796,0.22415394193950033,0.01821765246605076,0.15372517456988796,0.22461195464522815,0.11590650656374174,0.15372517456988796,0.2127973802267879,0.03983308423923713,0.15372517456988796,0.21241213640514844,0.049971195419202204,0.15372517456988796,0.20211645020407704,0.05089294253952274,0.15372517456988796,0.21370945714583212,0.04580645703485333,0.15372517456988796,0.2035716204461151,0.009703886859102395,0.5,0.15372517456988796,0.20404026553347526,0.026817357642284687,0.15372517456988796,0.22896328027016083,0.010728136229358818,0.5,0.15372517456988796,0.2142396311624583,0.015455816582710594,0.15372517456988796,0.21769731035483303,0.01601382073151519,0.15372517456988796,0.17940050645431654,0.019269307089429998,0.15372517456988796,0.21509971673566883,0.04603276988044608,0.15372517456988796,0.2284449445737196,0.04618695852136499,0.15372517456988796,0.22181102438509104,0.038805541529998086,0.15372517456988796,0.23138371889533,0.028442450306770978,0.5,0.15372517456988796,0.24107209248915745,0.05147059663343654,0.0,0.01983189845784506,0.05609451887321435 -4761,0.5,0.15372517456988796,0.3579999483789518,0.025156784387743554,0.15372517456988796,0.3392777831290396,0.028501602498129074,0.15372517456988796,0.35081548461122364,0.16359839483033728,0.15372517456988796,0.3421904921514316,0.05290387470707573,0.15372517456988796,0.33401862641620295,0.0868400603638448,0.15372517456988796,0.3250043907352524,0.12655815961601072,0.15372517456988796,0.33779414633320176,0.13576844881356623,0.15372517456988796,0.32827842214241476,0.034420193709198584,0.5,0.15372517456988796,0.33078555199101567,0.05165952353720608,0.15372517456988796,0.36378801220179324,0.018073585737514376,0.5,0.15372517456988796,0.3432559140780839,0.05253955843259227,0.15372517456988796,0.3500416430532076,0.03848381974915021,0.15372517456988796,0.2876007272685114,0.014766460597046222,0.15372517456988796,0.33417129789892613,0.0591924704149832,0.15372517456988796,0.35279995461142594,0.08729951516704616,0.15372517456988796,0.3486692496379058,0.1080698570113609,0.15372517456988796,0.3615579452050252,0.055779921014488074,0.5,0.15372517456988796,0.3761368128831572,0.09723164575402676,0.0,0.009435008475294462,0.06446871248944862 -4762,0.5,0.15372517456988796,0.48977225655270096,0.03526639952867087,0.15372517456988796,0.46112068252690336,0.03178892773596827,0.15372517456988796,0.48557772941939314,0.21854217897531208,0.15372517456988796,0.4841042635038316,0.06579226208799009,0.15372517456988796,0.4661960499101135,0.14805905546121273,0.15372517456988796,0.4595064541680877,0.18412837703903925,0.15372517456988796,0.4729373199289179,0.22516078614487833,0.15372517456988796,0.4643933151147994,0.06562512929263423,0.5,0.15372517456988796,0.4683678154474503,0.09111905694862518,0.15372517456988796,0.5020670081376739,0.02474173477506594,0.5,0.15372517456988796,0.4803030739435692,0.07175427746026669,0.15372517456988796,0.4890780674119439,0.06517616891853804,0.15372517456988796,0.39629122882710943,0.008121427922003337,0.15372517456988796,0.4624540364449552,0.06760799936999204,0.15372517456988796,0.4859939549100162,0.13749149663456994,0.15372517456988796,0.4845221095404962,0.13576559243795894,0.15372517456988796,0.49627417713745925,0.07041210302070075,0.5,0.15372517456988796,0.510558279479696,0.12713968250955815,0.0,0.0020777026313374483,0.09650818824873594 -4763,0.5,0.15372517456988796,0.5937827586517057,0.06514399400441655,0.15372517456988796,0.5598592830095314,0.031973817033419366,0.15372517456988796,0.5955679217997484,0.2547785376465103,0.15372517456988796,0.5935005154252782,0.08367017488808992,0.15372517456988796,0.5832711331184652,0.19554888308545518,0.15372517456988796,0.5760580304052175,0.23135693719878928,0.15372517456988796,0.5876329831354248,0.2564001093428722,0.15372517456988796,0.5803130628739469,0.09828982162315333,0.5,0.15372517456988796,0.5838156297652485,0.14630336957166945,0.15372517456988796,0.6110723669467172,0.03828320156079712,0.5,0.15372517456988796,0.592204160945415,0.09272532386433492,0.15372517456988796,0.6010819847242532,0.07938958109757385,0.15372517456988796,0.4873535229694308,0.003245748107444683,0.15372517456988796,0.5784003304497538,0.07698186599299237,0.15372517456988796,0.5955838266384282,0.17518591596846878,0.15372517456988796,0.5962032322784143,0.1465096293986286,0.15372517456988796,0.6026624880407208,0.0723934961469412,0.5,0.15372517456988796,0.6133190429970515,0.1669168427895156,0.0,0.00048246622156234066,0.11449190623477142 -4764,0.5,0.15372517456988796,0.6473794851797156,0.10399941373446026,0.15372517456988796,0.5859415418406295,0.046595291227672066,0.15372517456988796,0.6571558827826617,0.2521385959150308,0.15372517456988796,0.6489405054821602,0.09322968324353824,0.15372517456988796,0.6565513698602714,0.22181511309507257,0.15372517456988796,0.650329342925459,0.24584872512596787,0.15372517456988796,0.6584347581893297,0.2743565305343233,0.15372517456988796,0.6535406349853393,0.12017892204450861,0.5,0.15372517456988796,0.6561935381987629,0.17737218770104277,0.15372517456988796,0.6753418436309636,0.06349658856632308,0.5,0.15372517456988796,0.6603801263977886,0.12005574835807455,0.15372517456988796,0.6687057559807115,0.09820210226046072,0.15372517456988796,0.5346035173010382,0.0016484694744747176,0.15372517456988796,0.6498816534302079,0.08718136788401808,0.15372517456988796,0.6616104562475289,0.22568380605206062,0.15372517456988796,0.663666032714919,0.16120041088862905,0.15372517456988796,0.6609884166908175,0.08177020559418005,0.5,0.15372517456988796,0.6698836767049899,0.2191106519171201,0.0,0.0002232554747287032,0.1398979886428379 -4765,0.5,0.15372517456988796,0.6605582226378818,0.12538529561504175,0.15372517456988796,0.6387047043922496,0.06451569247021202,0.15372517456988796,0.6762894161707538,0.233250063948795,0.15372517456988796,0.6723306829589089,0.10369402709224272,0.15372517456988796,0.6875969126847383,0.23801311411952936,0.15372517456988796,0.6805086727436049,0.24326616722927108,0.15372517456988796,0.6735623157674886,0.2632092058647657,0.15372517456988796,0.6840943147855527,0.12084747920986504,0.5,0.15372517456988796,0.6857198694925845,0.18337170922396953,0.15372517456988796,0.7001109142458001,0.08187695357368248,0.5,0.15372517456988796,0.6858221349507231,0.17214569005491706,0.15372517456988796,0.6950731328551459,0.12992068688009792,0.15372517456988796,0.5773324096924108,0.0016696734468996468,0.15372517456988796,0.6743198256416133,0.10030214856553946,0.15372517456988796,0.6867003038907263,0.24903657869998697,0.15372517456988796,0.6827277669808972,0.141512426342203,0.15372517456988796,0.669826923907554,0.09355928928720457,0.5,0.15372517456988796,0.6876674241496712,0.23110521904141565,0.0,2.239143387678886e-05,0.16092800683582245 -4766,0.5,0.15372517456988796,0.6455462521264517,0.13968802699002195,0.15372517456988796,0.6448054341670618,0.06852166690075644,0.15372517456988796,0.6557957550289952,0.23569832324349757,0.15372517456988796,0.6612249634511181,0.1184790915462836,0.15372517456988796,0.6796319828359185,0.24528487608020694,0.15372517456988796,0.675653661571626,0.2211034416486514,0.15372517456988796,0.6589219591083955,0.23048510311365397,0.15372517456988796,0.6631625565198104,0.11355931295246949,0.5,0.15372517456988796,0.6755662717303428,0.18137388156176404,0.15372517456988796,0.6838233819186093,0.08219600938143888,0.5,0.15372517456988796,0.6672123122336651,0.20324466579083333,0.15372517456988796,0.6818453291642412,0.14055222699726874,0.15372517456988796,0.614672107806,0.0025935021126729336,0.15372517456988796,0.6679086909574177,0.11404024669002813,0.15372517456988796,0.6690928788453058,0.24539319544383323,0.15372517456988796,0.6528488968436941,0.10654569296689734,0.15372517456988796,0.6459874355530353,0.09861583895743514,0.5,0.15372517456988796,0.6648842044114149,0.21179455967347804,0.0,0.0017625089070005848,0.16882264710766087 -4767,0.5,0.15372517456988796,0.5802871381915763,0.1516083253817662,0.15372517456988796,0.5832228099940108,0.07660306832372854,0.15372517456988796,0.5961830694027171,0.2504216689998887,0.15372517456988796,0.5976693880693844,0.1314830749557657,0.15372517456988796,0.6298639851387952,0.24046167039575006,0.15372517456988796,0.6286715621554819,0.18858516134588393,0.15372517456988796,0.6129573255209628,0.18392252492215275,0.15372517456988796,0.615041893710227,0.11472832095201485,0.5,0.15372517456988796,0.6247047630346596,0.18473179435646275,0.15372517456988796,0.6258374980771304,0.08006838928532856,0.5,0.15372517456988796,0.6177148950098846,0.19177820579286092,0.15372517456988796,0.6299193678713084,0.12827512586434645,0.15372517456988796,0.5595479773284737,0.004076736188794856,0.15372517456988796,0.6183752430309988,0.13211692409702155,0.15372517456988796,0.6147722117124019,0.2366270388067759,0.15372517456988796,0.5978730872534984,0.08414545693358964,0.15372517456988796,0.5967641150657728,0.09951296180353132,0.5,0.15372517456988796,0.6027283354246017,0.19404011837823235,0.0,0.012596056096409906,0.18538927069928302 -4768,0.5,0.15372517456988796,0.47531030842795097,0.16872549205560625,0.15372517456988796,0.4880214803969935,0.08284560475694562,0.15372517456988796,0.4961658416061333,0.22425256220530518,0.15372517456988796,0.48768159101596986,0.14529325564274267,0.15372517456988796,0.531488312634135,0.22537760350081779,0.15372517456988796,0.5344683753822035,0.17734595169630218,0.15372517456988796,0.5165396381311522,0.15517795536146134,0.15372517456988796,0.5249480458706848,0.12350546558101586,0.5,0.15372517456988796,0.5325957647824714,0.1861164793729342,0.15372517456988796,0.5199343869604286,0.07436706422154599,0.5,0.15372517456988796,0.5206726684342458,0.1578985413041148,0.15372517456988796,0.528470631590143,0.10547765946932156,0.15372517456988796,0.4706521139183361,0.006946090581055848,0.15372517456988796,0.520597438245685,0.14911448641475328,0.15372517456988796,0.5112588342606319,0.23477136017332617,0.15372517456988796,0.49968336618555037,0.06778519527390266,0.15372517456988796,0.49863114112739015,0.09128309045716593,0.5,0.15372517456988796,0.4918792070035749,0.1857975268228438,0.0,0.03634292808212997,0.20893531037266258 -4769,0.5,0.15372517456988796,0.34930172107935825,0.18116444746173047,0.15372517456988796,0.34556861241068865,0.08964727059800508,0.15372517456988796,0.3672811309775476,0.2171055631721686,0.15372517456988796,0.3542563312172313,0.14424977369152225,0.15372517456988796,0.40165224836080715,0.21052701528913165,0.15372517456988796,0.40662802693243627,0.16783236371609447,0.15372517456988796,0.38967471057481606,0.12376794188731684,0.15372517456988796,0.4050907559498431,0.13413933403042,0.5,0.15372517456988796,0.4038048544395526,0.17849256967403695,0.15372517456988796,0.38133311046046997,0.06626452159154304,0.5,0.15372517456988796,0.3887956340889293,0.11505395565074696,0.15372517456988796,0.3918572858052669,0.07570056622028422,0.15372517456988796,0.3561051881279452,0.014903247707141692,0.15372517456988796,0.3916199303253438,0.16535585637446276,0.15372517456988796,0.38288983169961194,0.22718309673273995,0.15372517456988796,0.37575206110493875,0.057124615336490624,0.15372517456988796,0.3664342229628585,0.07382106891995963,0.5,0.15372517456988796,0.3549758097583645,0.16146398791162356,0.0,0.07186428554895093,0.23112764558367113 -4770,0.5,0.15372517456988796,0.22756538978959812,0.1747978051959816,0.15372517456988796,0.23651538296995986,0.0873620574782163,0.15372517456988796,0.23866986288393022,0.17633097190382788,0.15372517456988796,0.2256134296484871,0.1010281636402642,0.15372517456988796,0.2753055653596322,0.15477629055249895,0.15372517456988796,0.28044590942006775,0.12121759769516433,0.15372517456988796,0.26405862154769816,0.06263863108818596,0.15372517456988796,0.2779919235784067,0.09145998237151873,0.5,0.15372517456988796,0.272230069480532,0.09147596112017752,0.15372517456988796,0.24599577304945192,0.025473334853729403,0.5,0.15372517456988796,0.25514144882790557,0.04537872553095624,0.15372517456988796,0.256530665721311,0.02540870688313939,0.15372517456988796,0.2449533650516822,0.028713563922094017,0.15372517456988796,0.27008464624715234,0.16804522867982472,0.15372517456988796,0.2565129702619008,0.17519999241126197,0.15372517456988796,0.248805461560135,0.028177686494931912,0.15372517456988796,0.23815439818969886,0.027907304763591774,0.5,0.15372517456988796,0.22462670961985604,0.060013848976407685,0.0,0.12914174001982065,0.27689095753004467 -4771,0.5,0.15372517456988796,0.10225896980068538,0.1228592977271699,0.15372517456988796,0.12470414366295157,0.03524165151270078,0.15372517456988796,0.1087304431806129,0.10678034760071765,0.15372517456988796,0.07151898343712136,0.04622938859264929,0.15372517456988796,0.14623038095530458,0.07683327887431446,0.15372517456988796,0.15078699577971424,0.06898884091601266,0.15372517456988796,0.1380215389577632,0.06651315817607088,0.15372517456988796,0.14723661879633487,0.041745212163883424,0.5,0.15372517456988796,0.1408292942247676,0.03450953558569375,0.15372517456988796,0.08169366493783292,0.02594637418955509,0.5,0.15372517456988796,0.12558685172340617,0.056457503334372876,0.15372517456988796,0.12313901880827616,0.02247916676094874,0.15372517456988796,0.12916916779857615,0.04083500329096201,0.15372517456988796,0.143396550917854,0.13916871775484058,0.15372517456988796,0.13049513433766097,0.09480228713100802,0.15372517456988796,0.1269862196573967,0.03814784742468465,0.15372517456988796,0.09705199083202662,0.03305535464058393,0.5,0.15372517456988796,0.06678082488843234,0.03973713044493263,0.0,0.19462849013630057,0.357392261779172 -4772,0.5,0.15372517456988796,0.0130450166969482,0.10839993020423282,0.15372517456988796,0.026885272916904845,0.03726357060074036,0.15372517456988796,0.009945981363131514,0.11405347993994225,0.15372517456988796,0.0,0.05001038124457364,0.15372517456988796,0.03155696925441332,0.12066067159724839,0.15372517456988796,0.031936519106528616,0.08803614572863355,0.15372517456988796,0.027245053102596693,0.11269296473326187,0.15372517456988796,0.028911969201606942,0.04310308037834021,0.5,0.15372517456988796,0.025623421614295122,0.02884321181568052,0.15372517456988796,0.0,0.028072552398531667,0.5,0.15372517456988796,0.011743072992295284,0.05405052300122325,0.15372517456988796,0.004176637421331898,0.025792203057516568,0.15372517456988796,0.03209316324898003,0.05589114409743055,0.15372517456988796,0.032899932356016855,0.1378825833145361,0.15372517456988796,0.02425883430371132,0.10228345338239167,0.15372517456988796,0.02217645708975502,0.06158921892552682,0.15372517456988796,0.0021513128922975994,0.040977899963213715,0.5,0.15372517456988796,0.0,0.03565572128129137,0.0,0.21614345838972662,0.4415577775192133 -4773,0.5,0.15372517456988796,0.0,0.11960570711026866,0.15372517456988796,0.0,0.04968718256538073,0.15372517456988796,0.0,0.1089312092673367,0.15372517456988796,0.0,0.04990125630204295,0.15372517456988796,0.0,0.16176820121070792,0.15372517456988796,0.0,0.10186414852484818,0.15372517456988796,0.0,0.14916592861047143,0.15372517456988796,0.0,0.04525449452710496,0.5,0.15372517456988796,0.0,0.030702679392033947,0.15372517456988796,0.0,0.02309080188674877,0.5,0.15372517456988796,0.0,0.04822406346794182,0.15372517456988796,0.0,0.02771235814017515,0.15372517456988796,0.0,0.10112906186510265,0.15372517456988796,0.0,0.14676934279504936,0.15372517456988796,0.0,0.12002002420136668,0.15372517456988796,0.0,0.07914000750088145,0.15372517456988796,0.0,0.04528945484485323,0.5,0.15372517456988796,0.0,0.033784461386129346,0.0,0.20499667739807872,0.4774728202350003 -4774,0.5,0.15372517456988796,0.0,0.10950044654430356,0.15372517456988796,0.0,0.06153354098719234,0.15372517456988796,0.0,0.08601614486067014,0.15372517456988796,0.0,0.04483664793206925,0.15372517456988796,0.0,0.17098270009651426,0.15372517456988796,0.0,0.10405433583919024,0.15372517456988796,0.0,0.15328330503392437,0.15372517456988796,0.0,0.04323594122103343,0.5,0.15372517456988796,0.0,0.031134897289014522,0.15372517456988796,0.0,0.015803301355496666,0.5,0.15372517456988796,0.0,0.029447470404915983,0.15372517456988796,0.0,0.03150242562993697,0.15372517456988796,0.0,0.1252148210978093,0.15372517456988796,0.0,0.14572642038031197,0.15372517456988796,0.0,0.12657718080750713,0.15372517456988796,0.0,0.08363183837248597,0.15372517456988796,0.0,0.0437165130005255,0.5,0.15372517456988796,0.0,0.03034093687517247,0.0,0.16732317116957973,0.4680480752781163 -4775,0.5,0.15372517456988796,0.0,0.09191462804821304,0.15372517456988796,0.0,0.07938860234303151,0.15372517456988796,0.0,0.06840328677857134,0.15372517456988796,0.0,0.04357295363909707,0.15372517456988796,0.0,0.16231849464285547,0.15372517456988796,0.0,0.10000763358915818,0.15372517456988796,0.0,0.15006788178909847,0.15372517456988796,0.0,0.03935071839481318,0.5,0.15372517456988796,0.0,0.02903881882787237,0.15372517456988796,0.0,0.012761062199415694,0.5,0.15372517456988796,0.0,0.023816990900740555,0.15372517456988796,0.0,0.03257674172590411,0.15372517456988796,0.0,0.1256119862727031,0.15372517456988796,0.0,0.1295023484848814,0.15372517456988796,0.0,0.12815716039362368,0.15372517456988796,0.0,0.07357620075474247,0.15372517456988796,0.0,0.04564809490813486,0.5,0.15372517456988796,0.0,0.032481045605714666,0.0,0.14999856872532602,0.4495302918747535 -4776,0.5,0.15372517456988796,0.0,0.07760434915650788,0.15372517456988796,0.0,0.11210704492003123,0.15372517456988796,0.0,0.057007072399122234,0.15372517456988796,0.0,0.043286794935270836,0.15372517456988796,0.0,0.15407707805768872,0.15372517456988796,0.0,0.09509423239097686,0.15372517456988796,0.0,0.14856054241494318,0.15372517456988796,0.0,0.03551285874651533,0.5,0.15372517456988796,0.0,0.025304991865862478,0.15372517456988796,0.0,0.012788005162475496,0.5,0.15372517456988796,0.0,0.025759440562916583,0.15372517456988796,0.0,0.034191846843084274,0.15372517456988796,0.0,0.11831857969097075,0.15372517456988796,0.0,0.11096507297938156,0.15372517456988796,0.0,0.12683770354622229,0.15372517456988796,0.0,0.06402600274429666,0.15372517456988796,0.0,0.04668443027120195,0.5,0.15372517456988796,0.0,0.04017325647341298,0.0,0.14249202903193592,0.4329747584933699 -4777,0.5,0.15372517456988796,0.0,0.06648833054594759,0.15372517456988796,0.0,0.13017805819376002,0.15372517456988796,0.0,0.048984567089688326,0.15372517456988796,0.0,0.041274996342870886,0.15372517456988796,0.0,0.1537380299560557,0.15372517456988796,0.0,0.08933917312134068,0.15372517456988796,0.0,0.13408124438538352,0.15372517456988796,0.0,0.03254915650161384,0.5,0.15372517456988796,0.0,0.020802271803682607,0.15372517456988796,0.0,0.015559229475217418,0.5,0.15372517456988796,0.0,0.02939145973696225,0.15372517456988796,0.0,0.03593204224349049,0.15372517456988796,0.0,0.11796996570656851,0.15372517456988796,0.0,0.107858713160905,0.15372517456988796,0.0,0.12490594249277705,0.15372517456988796,0.0,0.055293451655633416,0.15372517456988796,0.0,0.046911139212628405,0.5,0.15372517456988796,0.0,0.043242281240975,0.0,0.13171105962551105,0.4024278614538122 -4778,0.5,0.15372517456988796,0.0,0.05732544559740892,0.15372517456988796,0.0,0.12501352974319413,0.15372517456988796,0.0,0.04340459291469266,0.15372517456988796,0.0,0.035960624280592574,0.15372517456988796,0.0,0.1574237153502736,0.15372517456988796,0.0,0.08284670426303259,0.15372517456988796,0.0,0.11697772858695882,0.15372517456988796,0.0,0.03561064692572484,0.5,0.15372517456988796,0.0,0.021429266821424202,0.15372517456988796,0.0,0.01985423084555507,0.5,0.15372517456988796,0.0,0.034029692817147,0.15372517456988796,0.0,0.03635381940986349,0.15372517456988796,0.0,0.12192932999161084,0.15372517456988796,0.0,0.12678540359612495,0.15372517456988796,0.0,0.12199597929674105,0.15372517456988796,0.0,0.04448788954426725,0.15372517456988796,0.0,0.04745556457670745,0.5,0.15372517456988796,0.0,0.04348333038891728,0.0,0.10897395556678045,0.3792206035566748 -4779,0.5,0.15372517456988796,0.0,0.049300046776963834,0.15372517456988796,0.0,0.1126583011279843,0.15372517456988796,0.0,0.03845731256040849,0.15372517456988796,0.0,0.032009494322917546,0.15372517456988796,0.0,0.16060564388778292,0.15372517456988796,0.0,0.07788162098360184,0.15372517456988796,0.0,0.11273611052440438,0.15372517456988796,0.0,0.047034873468984606,0.5,0.15372517456988796,0.0,0.02516374676300616,0.15372517456988796,0.0,0.020248812163265656,0.5,0.15372517456988796,0.0,0.036334295479002514,0.15372517456988796,0.0,0.04100670819637055,0.15372517456988796,0.0,0.11640486748252998,0.15372517456988796,0.0,0.1506803949413213,0.15372517456988796,0.0,0.12152097382191149,0.15372517456988796,0.0,0.03844185914835552,0.15372517456988796,0.0,0.04679353007051252,0.5,0.15372517456988796,0.0,0.045179793890469375,0.0,0.09195203421065241,0.3123495852894974 -4780,0.5,0.15372517456988796,0.0,0.04444270962705666,0.15372517456988796,0.0,0.11333411204140628,0.15372517456988796,0.0,0.03600149962605968,0.15372517456988796,0.0,0.03088774431043065,0.15372517456988796,0.0,0.16237082184516924,0.15372517456988796,0.0,0.07797157036016764,0.15372517456988796,0.0,0.1085327845379024,0.15372517456988796,0.0,0.05502532586507369,0.5,0.15372517456988796,0.0,0.028805944938400354,0.15372517456988796,0.0,0.018436385660416773,0.5,0.15372517456988796,0.0,0.04332914836011728,0.15372517456988796,0.0,0.044271114253977735,0.15372517456988796,0.0,0.10644805772204119,0.15372517456988796,0.0,0.16921469111422216,0.15372517456988796,0.0,0.12191003703105831,0.15372517456988796,0.0,0.037404711569756784,0.15372517456988796,0.0,0.04534554830265045,0.5,0.15372517456988796,0.0,0.042636298957126666,0.0,0.08587328795438245,0.21670845702306207 -4781,0.5,0.15372517456988796,0.0021969972934034014,0.04340133977789811,0.15372517456988796,2.0391226467743472e-05,0.11349965975689424,0.15372517456988796,0.0,0.0337796356487701,0.15372517456988796,0.0011670819143660013,0.029561684773626206,0.15372517456988796,0.0,0.17006833298185753,0.15372517456988796,0.0,0.08297759775222124,0.15372517456988796,0.0,0.1085715132242121,0.15372517456988796,0.0,0.06888311287209577,0.5,0.15372517456988796,0.0,0.031047717129365427,0.15372517456988796,0.0,0.019942097497549334,0.5,0.15372517456988796,0.0,0.050621969613121695,0.15372517456988796,0.0,0.05051695573269037,0.15372517456988796,0.00031299934549239663,0.10020958832793556,0.15372517456988796,1.3677397368632494e-06,0.18264721368364784,0.15372517456988796,6.8492982460033055e-06,0.12131820362996125,0.15372517456988796,0.0,0.03780482662833732,0.15372517456988796,0.0,0.04339715597713468,0.5,0.15372517456988796,0.0,0.03803559825646784,0.0,0.08214324849854797,0.163282729217637 -4782,0.5,0.15372517456988796,0.05534292856903314,0.04042097569771558,0.15372517456988796,0.044955382505716276,0.09554216826017514,0.15372517456988796,0.0426770173751115,0.02828058133131692,0.15372517456988796,0.05312145310271046,0.027124252925120614,0.15372517456988796,0.03124313942176215,0.15285514287163834,0.15372517456988796,0.023786396044812235,0.08318104745209684,0.15372517456988796,0.02985231356583143,0.08669012581856672,0.15372517456988796,0.022512573230418508,0.06121146564853536,0.5,0.15372517456988796,0.02103127393837595,0.031669631947885024,0.15372517456988796,0.031144857122179515,0.01692408953929248,0.5,0.15372517456988796,0.026393044122937193,0.037873952101328164,0.15372517456988796,0.024532210758494526,0.04281476027497009,0.15372517456988796,0.04442116458947238,0.08257741923225514,0.15372517456988796,0.03605718319348709,0.16805369372069334,0.15372517456988796,0.039421030893624476,0.10757336034274664,0.15372517456988796,0.03253708064758652,0.031955716770600176,0.15372517456988796,0.036003865546701465,0.03169200597360022,0.5,0.15372517456988796,0.039177235329427976,0.025365591545678363,0.0,0.08267009085444177,0.16219310770603226 -4783,0.5,0.15372517456988796,0.13609099985274903,0.05941743222020319,0.15372517456988796,0.11755453379977178,0.15079276871739325,0.15372517456988796,0.12000308044810082,0.03509354941289686,0.15372517456988796,0.13664525613739278,0.03309762413310039,0.15372517456988796,0.099140355089144,0.19129477888316732,0.15372517456988796,0.09094238153311623,0.09413159715899294,0.15372517456988796,0.09933068038282306,0.0868911030860826,0.15372517456988796,0.0919723398385895,0.062185336414511086,0.5,0.15372517456988796,0.09246648308436901,0.028889760332995694,0.15372517456988796,0.10978291059755226,0.012368770427894388,0.5,0.15372517456988796,0.10066213173180882,0.0374755325096008,0.15372517456988796,0.10054055550069557,0.03503034892647467,0.15372517456988796,0.11506574737694888,0.10270416788594915,0.15372517456988796,0.10457144993262601,0.2275111161741924,0.15372517456988796,0.1119066653735106,0.15602048325032972,0.15372517456988796,0.10522523500666144,0.03004444975048148,0.15372517456988796,0.11358745169652974,0.026318039673178494,0.5,0.15372517456988796,0.12141369606769102,0.027357748563179976,0.0,0.0940073264792082,0.21231516829941408 -4784,0.5,0.15372517456988796,0.25511728933742756,0.11786509917701761,0.15372517456988796,0.2325618502369099,0.24425428000970376,0.15372517456988796,0.23787007954047107,0.08309010000063309,0.15372517456988796,0.25676709225867533,0.062249310787341486,0.15372517456988796,0.20923390227843092,0.3447224036819342,0.15372517456988796,0.19897770660637504,0.14736766349434283,0.15372517456988796,0.21075521035778322,0.13841093910099442,0.15372517456988796,0.20272779486440076,0.11902567213230561,0.5,0.15372517456988796,0.20503136475262618,0.05076729420382844,0.15372517456988796,0.22962705400270905,0.024899856164492227,0.5,0.15372517456988796,0.2165724164456898,0.11379594943122374,0.15372517456988796,0.2177932251384992,0.07006234959439567,0.15372517456988796,0.2285055673630471,0.18335696776567006,0.15372517456988796,0.21595707692085872,0.366420803404674,0.15372517456988796,0.22649286442205402,0.2706686305099561,0.15372517456988796,0.21988938261699126,0.06127200209424565,0.15372517456988796,0.23157494502544002,0.05990488008127282,0.5,0.15372517456988796,0.2419547567637501,0.08022682805318915,0.0,0.11999820859434734,0.3045377635666024 -4785,0.5,0.15372517456988796,0.38115178190411325,0.18021994530972577,0.15372517456988796,0.3550110479066108,0.4410996429176362,0.15372517456988796,0.3661616871834369,0.15646455169253337,0.15372517456988796,0.386650145869045,0.10892033454500202,0.15372517456988796,0.33095445301682486,0.5060633543648948,0.15372517456988796,0.3208049705382577,0.25032136492838175,0.15372517456988796,0.33415363123613884,0.2996748273020692,0.15372517456988796,0.3283535077586106,0.3521119683473105,0.5,0.15372517456988796,0.3331233170074446,0.15084941421056858,0.15372517456988796,0.3647398103033087,0.04841175520369726,0.5,0.15372517456988796,0.34688040358596595,0.3030589417582296,0.15372517456988796,0.35044724985192605,0.1218578904855164,0.15372517456988796,0.35023408957880314,0.2861508624965988,0.15372517456988796,0.33754198476993597,0.5194373633014697,0.15372517456988796,0.3505414877857863,0.4298290836474672,0.15372517456988796,0.34639383452512684,0.15725547887506078,0.15372517456988796,0.3625218884527659,0.17255916849058262,0.5,0.15372517456988796,0.37755621594924194,0.18608876649708983,0.0,0.1614737848921193,0.4022059766300757 -4786,0.5,0.15372517456988796,0.5125634186788681,0.2537970168702164,0.15372517456988796,0.48624746493761295,0.6797958824428971,0.15372517456988796,0.500302988710887,0.23843191853705933,0.15372517456988796,0.5181326578439036,0.14562172661476774,0.15372517456988796,0.4633563799004642,0.6274622260047962,0.15372517456988796,0.45407431403324094,0.3614198598513258,0.15372517456988796,0.4683081497531789,0.4722716288689279,0.15372517456988796,0.4657275250158724,0.4871877715913129,0.5,0.15372517456988796,0.47182850302680357,0.2281146560240621,0.15372517456988796,0.5032153562531236,0.08767748937571639,0.5,0.15372517456988796,0.48496173683516075,0.3589413310725765,0.15372517456988796,0.4894698588056128,0.15242254522459414,0.15372517456988796,0.4816098319042452,0.40608951347641276,0.15372517456988796,0.469404146336972,0.6553560829215921,0.15372517456988796,0.4835165930722696,0.6144618432298798,0.15372517456988796,0.4818350485724259,0.24817325303306625,0.15372517456988796,0.49800053794179466,0.2675833651284826,0.5,0.15372517456988796,0.5125997043786518,0.2899446106533292,0.0,0.20501935752901024,0.4928808473446772 -4787,0.5,0.15372517456988796,0.6155400564254462,0.32304859902891564,0.15372517456988796,0.5951041288369868,0.8217957033405552,0.15372517456988796,0.6071943196714628,0.3264831602062888,0.15372517456988796,0.6180568720384956,0.20338740331616928,0.15372517456988796,0.5772045109628943,0.7426480793612937,0.15372517456988796,0.5699915077104489,0.5188561803800527,0.15372517456988796,0.5821283620849822,0.5484065015949744,0.15372517456988796,0.5826839387291146,0.5779081754348125,0.5,0.15372517456988796,0.5873164830995661,0.30156183890125887,0.15372517456988796,0.6121817239245175,0.13209807828072367,0.5,0.15372517456988796,0.5967338821037844,0.40234153709957865,0.15372517456988796,0.6009545797178404,0.1722314652130332,0.15372517456988796,0.5928978888006997,0.5513297184477679,0.15372517456988796,0.5828667962465423,0.7747202848958405,0.15372517456988796,0.593718385688504,0.7381483554039271,0.15372517456988796,0.5932507623644164,0.3538455793382808,0.15372517456988796,0.6053532045566719,0.3350937308882579,0.5,0.15372517456988796,0.6161814242422572,0.3765830281986907,0.0,0.24977490479422998,0.5691547509295658 -4788,0.5,0.15372517456988796,0.6736335839102136,0.3643650023468204,0.15372517456988796,0.6604084228401794,0.9005250119839083,0.15372517456988796,0.6698753941184149,0.3770885400018763,0.15372517456988796,0.6747376903208625,0.2269907954842831,0.15372517456988796,0.6486333118459789,0.8281872651611395,0.15372517456988796,0.6443641596434337,0.684070177379343,0.15372517456988796,0.6531974110505132,0.6321472420416192,0.15372517456988796,0.6564737254466566,0.6635094540051832,0.5,0.15372517456988796,0.658939540598081,0.37008016781091807,0.15372517456988796,0.6761464089366025,0.17068527783906484,0.5,0.15372517456988796,0.6641972853286503,0.4758774630579456,0.15372517456988796,0.6679729979428621,0.19999433803287364,0.15372517456988796,0.6607192635373638,0.6803916728267942,0.15372517456988796,0.6536218695093986,0.8392371144519659,0.15372517456988796,0.6605593080227833,0.7749362339579798,0.15372517456988796,0.6610932102539003,0.4434574097698439,0.15372517456988796,0.6687305912614575,0.3845854194892696,0.5,0.15372517456988796,0.6751958839779696,0.4332793358395373,0.0,0.311277002596156,0.6658089923885002 -4789,0.5,0.15372517456988796,0.692185169541835,0.38051446685685525,0.15372517456988796,0.6855833388746904,0.8891727546895001,0.15372517456988796,0.6927220907110846,0.3876828393859334,0.15372517456988796,0.6916086679732275,0.2324089397463453,0.15372517456988796,0.6788438770787333,0.8710016031471189,0.15372517456988796,0.6772431907431793,0.7829617595190219,0.15372517456988796,0.683382839356555,0.696744483997851,0.15372517456988796,0.6884335676584444,0.7473407649757746,0.5,0.15372517456988796,0.689469425179223,0.40891859712180423,0.15372517456988796,0.700608052137266,0.19635626095024356,0.5,0.15372517456988796,0.6917364181812518,0.5397729316673914,0.15372517456988796,0.6952236653465715,0.21295498659761172,0.15372517456988796,0.6878434768622589,0.7318429214365858,0.15372517456988796,0.6828346000144468,0.849438303927559,0.15372517456988796,0.687078507447787,0.7625346428924399,0.15372517456988796,0.688932572583024,0.5291376151331967,0.15372517456988796,0.6927379200241123,0.4152155282348413,0.5,0.15372517456988796,0.694988105464879,0.45093886712653597,0.0,0.36528231903567365,0.739846817334139 -4790,0.5,0.15372517456988796,0.6720301528884245,0.39100535368012274,0.15372517456988796,0.6727581141428997,0.8563239150483403,0.15372517456988796,0.6758099346744427,0.38722397250827373,0.15372517456988796,0.6692133320847049,0.2473788712798426,0.15372517456988796,0.6709779731705885,0.890649335281741,0.15372517456988796,0.6716920328082069,0.8502409740558843,0.15372517456988796,0.6747079329699065,0.7465410521338537,0.15372517456988796,0.6809630493890604,0.7959392134067709,0.5,0.15372517456988796,0.6793074224667411,0.44412388779306194,0.15372517456988796,0.6839896922569049,0.18896759771402288,0.5,0.15372517456988796,0.6786934939813445,0.5297086278404242,0.15372517456988796,0.6816086312845717,0.20912390665312613,0.15372517456988796,0.6770394967243833,0.7554945633520352,0.15372517456988796,0.6737998356827875,0.8305126881303013,0.15372517456988796,0.6745699777283357,0.7246489060704167,0.15372517456988796,0.6772825922248255,0.5601138027830297,0.15372517456988796,0.6766069502486012,0.41079943658001794,0.5,0.15372517456988796,0.6743690954350973,0.434618141671651,0.0,0.40432540512843457,0.7836918040267007 -4791,0.5,0.15372517456988796,0.6061160913031349,0.4034576746943006,0.15372517456988796,0.6166641650528769,0.832517983432398,0.15372517456988796,0.6152836738029346,0.3896568615494637,0.15372517456988796,0.6018409550975107,0.2569960982669226,0.15372517456988796,0.6224363960216837,0.9021098466853702,0.15372517456988796,0.626486631030715,0.8789352953139672,0.15372517456988796,0.625003586028656,0.7627422288480882,0.15372517456988796,0.6326523127468368,0.7977544101249698,0.5,0.15372517456988796,0.6244322846999848,0.4890417941084756,0.15372517456988796,0.6261774492342809,0.1980966621513173,0.5,0.15372517456988796,0.6248734646413039,0.4752981300209981,0.15372517456988796,0.6269192873636276,0.1952539342328439,0.15372517456988796,0.6225595687645908,0.7789599856057556,0.15372517456988796,0.6231890661650333,0.81198756327638,0.15372517456988796,0.619437523197676,0.6913859233867041,0.15372517456988796,0.6239763982729444,0.5607053165963124,0.15372517456988796,0.618227266879913,0.38570380931883985,0.5,0.15372517456988796,0.6109563323466596,0.39004867670779875,0.0,0.4039083446347863,0.7953999310638187 -4792,0.5,0.15372517456988796,0.4934782805608893,0.42041092077039055,0.15372517456988796,0.512896772152672,0.8240651302424874,0.15372517456988796,0.5072509441407098,0.3979301434679414,0.15372517456988796,0.48820420457034575,0.2616149529152195,0.15372517456988796,0.5261443361301392,0.9205141535673489,0.15372517456988796,0.5324975186276368,0.8715817423205013,0.15372517456988796,0.5274558684243826,0.7661791465584898,0.15372517456988796,0.5342422866700105,0.7632421814412,0.5,0.15372517456988796,0.5197197232480606,0.482484034109323,0.15372517456988796,0.5206682954191512,0.18159738516344684,0.5,0.15372517456988796,0.5231250670818192,0.3924396869840366,0.15372517456988796,0.5226897652261719,0.17017061430614855,0.15372517456988796,0.519801545104175,0.8100465950143312,0.15372517456988796,0.5244887418857076,0.8000173915326185,0.15372517456988796,0.5167824060892037,0.6783402558360957,0.15372517456988796,0.5227143968071393,0.5477762885450174,0.15372517456988796,0.5122894757133734,0.3407000866182479,0.5,0.15372517456988796,0.501334331484109,0.33029769083767435,0.0,0.3917461754406119,0.8135390922837742 -4793,0.5,0.15372517456988796,0.3621920438829934,0.4391235116895439,0.15372517456988796,0.384170943979836,0.8070105303582451,0.15372517456988796,0.3727652904597939,0.3896447083626687,0.15372517456988796,0.3535550387402768,0.2528956900465288,0.15372517456988796,0.3987520106874164,0.9049410527204388,0.15372517456988796,0.40227104805093916,0.811969631708861,0.15372517456988796,0.3980807467069952,0.6888485457362562,0.15372517456988796,0.39783527851656697,0.6599537675231144,0.5,0.15372517456988796,0.3839923954613006,0.40637407075569176,0.15372517456988796,0.3818421239110614,0.14251201063931448,0.5,0.15372517456988796,0.3870270221432086,0.2287521257867712,0.15372517456988796,0.38396087875552387,0.12918726171231973,0.15372517456988796,0.39204931004030125,0.8245175174747744,0.15372517456988796,0.396752683846076,0.7681405510360768,0.15372517456988796,0.38621918614400735,0.6443429294450945,0.15372517456988796,0.3902007468858087,0.4564742211468666,0.15372517456988796,0.37609788234921593,0.23061368111905925,0.5,0.15372517456988796,0.36214626273166106,0.24243589034413796,0.0,0.4126764664811641,0.8460763842929787 -4794,0.5,0.15372517456988796,0.2345597486642067,0.4069292773020601,0.15372517456988796,0.2594679567019845,0.6835412904808197,0.15372517456988796,0.24417874699644376,0.24608035128983405,0.15372517456988796,0.2248067024055513,0.1519928231828683,0.15372517456988796,0.27355785615384354,0.7797832825286527,0.15372517456988796,0.269049841991885,0.626033503505236,0.15372517456988796,0.270294173701794,0.4523920642782757,0.15372517456988796,0.26258943994023626,0.4356277158263725,0.5,0.15372517456988796,0.25741732404511675,0.22129393661909091,0.15372517456988796,0.24561916860952054,0.059436742311531336,0.5,0.15372517456988796,0.2544331509728223,0.09923508155261138,0.15372517456988796,0.25053704512962066,0.04648558758544695,0.15372517456988796,0.26779585711200793,0.7946421928187741,0.15372517456988796,0.27256834613269876,0.6372469711651385,0.15372517456988796,0.25995453445886807,0.4788728864284244,0.15372517456988796,0.2606459880779059,0.22525276218147924,0.15372517456988796,0.24469443573346317,0.09655138433469773,0.5,0.15372517456988796,0.22914732496422832,0.0824057800577851,0.0,0.4675115266296723,0.8917549118680921 -4795,0.5,0.15372517456988796,0.10214253860529254,0.3296011147799136,0.15372517456988796,0.13268698279572866,0.4695450933536399,0.15372517456988796,0.10719405980105778,0.16428518712803117,0.15372517456988796,0.06992194097990215,0.11400750670067307,0.15372517456988796,0.14446289922505817,0.6561399274250197,0.15372517456988796,0.13982068163974765,0.4646312736769943,0.15372517456988796,0.13979154668110677,0.37556686011267987,0.15372517456988796,0.13628047980526975,0.3125715593967793,0.5,0.15372517456988796,0.13308061788436626,0.14278631775221062,0.15372517456988796,0.08237472316060046,0.0491173309458325,0.5,0.15372517456988796,0.12476619174846727,0.07666590105487157,0.15372517456988796,0.11742954045472523,0.03819899835885314,0.15372517456988796,0.14005767396188604,0.7402332048368889,0.15372517456988796,0.14426822141963197,0.4988021255765036,0.15372517456988796,0.13207537209258496,0.2942043294685586,0.15372517456988796,0.130584254126778,0.16508700036717375,0.15372517456988796,0.09477044323695377,0.09022380458180224,0.5,0.15372517456988796,0.06678644859745457,0.07278719474243098,0.0,0.5156148481137226,0.9498323566080495 -4796,0.5,0.15372517456988796,0.009738647056243367,0.30467115660987043,0.15372517456988796,0.026415157963396427,0.4277934914238208,0.15372517456988796,0.0041724400082648935,0.18563734609223487,0.15372517456988796,0.0,0.13487588280066956,0.15372517456988796,0.03322355488809925,0.661939549672705,0.15372517456988796,0.03913168756809854,0.4014877698682644,0.15372517456988796,0.029727948591621964,0.3979616696449682,0.15372517456988796,0.03384120515881983,0.24194891863260953,0.5,0.15372517456988796,0.0276302874004502,0.0944946526903237,0.15372517456988796,0.0,0.03174400061444571,0.5,0.15372517456988796,0.010293325156733396,0.062196083211750824,0.15372517456988796,0.003377936581352263,0.037847951525305,0.15372517456988796,0.032706909909344876,0.7111075947914893,0.15372517456988796,0.03236663046258686,0.48470532720056914,0.15372517456988796,0.02430047459089593,0.2487033467281795,0.15372517456988796,0.02363563308624928,0.1591287109482655,0.15372517456988796,0.001981995092879348,0.09575783188698689,0.5,0.15372517456988796,0.0,0.06524077207351325,0.0,0.5291369492341244,0.9830369685797025 -4797,0.5,0.15372517456988796,0.0,0.29915861783881514,0.15372517456988796,0.0,0.5071972410961156,0.15372517456988796,0.0,0.19387767881263063,0.15372517456988796,0.0,0.14352762227579444,0.15372517456988796,0.0,0.6659524308921566,0.15372517456988796,0.0,0.35677939848299833,0.15372517456988796,0.0,0.39280862739042466,0.15372517456988796,0.0,0.1861787183527628,0.5,0.15372517456988796,0.0,0.05868347277992121,0.15372517456988796,0.0,0.020236577818145546,0.5,0.15372517456988796,0.0,0.053478184658350185,0.15372517456988796,0.0,0.03511715491536844,0.15372517456988796,0.0,0.7014592690604968,0.15372517456988796,0.0,0.5088372292361809,0.15372517456988796,0.0,0.2523254495999398,0.15372517456988796,0.0,0.15892389681687974,0.15372517456988796,0.0,0.09163801719642829,0.5,0.15372517456988796,0.0,0.05435924960242257,0.0,0.5068121294405324,1.000149492940236 -4798,0.5,0.15372517456988796,0.0,0.2709654650462035,0.15372517456988796,0.0,0.6333630957599806,0.15372517456988796,0.0,0.17185814517515824,0.15372517456988796,0.0,0.1281360826091679,0.15372517456988796,0.0,0.616593571247516,0.15372517456988796,0.0,0.3046215904484276,0.15372517456988796,0.0,0.3305595217378053,0.15372517456988796,0.0,0.14987623988497584,0.5,0.15372517456988796,0.0,0.03330532491659679,0.15372517456988796,0.0,0.010554515278111576,0.5,0.15372517456988796,0.0,0.05243256920975567,0.15372517456988796,0.0,0.03024789734243597,0.15372517456988796,0.0,0.683111030547282,0.15372517456988796,0.0,0.513630249068365,0.15372517456988796,0.0,0.2535382021980567,0.15372517456988796,0.0,0.1448678169594773,0.15372517456988796,0.0,0.08050678843479282,0.5,0.15372517456988796,0.0,0.04246866818454742,0.0,0.4785468546060695,1.0033314491123604 -4799,0.5,0.15372517456988796,0.0,0.23941101270045526,0.15372517456988796,0.0,0.6001232400291189,0.15372517456988796,0.0,0.13199518276359443,0.15372517456988796,0.0,0.1103977684789238,0.15372517456988796,0.0,0.5180068532059394,0.15372517456988796,0.0,0.28921173219127355,0.15372517456988796,0.0,0.24932807636930307,0.15372517456988796,0.0,0.12146065365539038,0.5,0.15372517456988796,0.0,0.024104275885527698,0.15372517456988796,0.0,0.005573641108016854,0.5,0.15372517456988796,0.0,0.07323306091673401,0.15372517456988796,0.0,0.03167578610370261,0.15372517456988796,0.0,0.662616350382426,0.15372517456988796,0.0,0.5176300036559557,0.15372517456988796,0.0,0.26447982832576,0.15372517456988796,0.0,0.11705951342104368,0.15372517456988796,0.0,0.07824827677357525,0.5,0.15372517456988796,0.0,0.036918013742076164,0.0,0.45436283220172596,1.0042039518346715 -4800,0.5,0.15372517456988796,0.0,0.21050249315741165,0.15372517456988796,0.0,0.5519113691688126,0.15372517456988796,0.0,0.09930291183904336,0.15372517456988796,0.0,0.0965503536367776,0.15372517456988796,0.0,0.4679116400201182,0.15372517456988796,0.0,0.26810649855464835,0.15372517456988796,0.0,0.2093354120698029,0.15372517456988796,0.0,0.10941870053708418,0.5,0.15372517456988796,0.0,0.018075804463772518,0.15372517456988796,0.0,0.005998280597208553,0.5,0.15372517456988796,0.0,0.0650283579169233,0.15372517456988796,0.0,0.03190160376414458,0.15372517456988796,0.0,0.649772208788177,0.15372517456988796,0.0,0.5066548842271575,0.15372517456988796,0.0,0.24505044552168642,0.15372517456988796,0.0,0.07969449978971785,0.15372517456988796,0.0,0.07697616127137953,0.5,0.15372517456988796,0.0,0.03182560260026702,0.0,0.4096228346908813,1.0050612041701843 -4801,0.5,0.15372517456988796,0.0,0.19097902168078057,0.15372517456988796,0.0,0.4660868647343023,0.15372517456988796,0.0,0.0741386509657846,0.15372517456988796,0.0,0.09329088876118426,0.15372517456988796,0.0,0.44422959551396274,0.15372517456988796,0.0,0.21896377033760303,0.15372517456988796,0.0,0.20596307139494074,0.15372517456988796,0.0,0.09013691511040553,0.5,0.15372517456988796,0.0,0.011248255704056572,0.15372517456988796,0.0,0.005940703522505504,0.5,0.15372517456988796,0.0,0.02610596370333064,0.15372517456988796,0.0,0.03263350190154992,0.15372517456988796,0.0,0.6055294769044268,0.15372517456988796,0.0,0.4989749323428584,0.15372517456988796,0.0,0.20079786262944987,0.15372517456988796,0.0,0.05065989788000492,0.15372517456988796,0.0,0.060545261986133816,0.5,0.15372517456988796,0.0,0.017975378735058313,0.0,0.39465185739204234,1.005479353947183 -4802,0.5,0.15372517456988796,0.0,0.17751183291671171,0.15372517456988796,0.0,0.3343881474328734,0.15372517456988796,0.0,0.05688421998119102,0.15372517456988796,0.0,0.09156687105223442,0.15372517456988796,0.0,0.3807243247323989,0.15372517456988796,0.0,0.15213710392229968,0.15372517456988796,0.0,0.19745634077782093,0.15372517456988796,0.0,0.06431586464618463,0.5,0.15372517456988796,0.0,0.007105723541824678,0.15372517456988796,0.0,0.007792970720426013,0.5,0.15372517456988796,0.0,0.013818611825257315,0.15372517456988796,0.0,0.024294275949779752,0.15372517456988796,0.0,0.548090316811827,0.15372517456988796,0.0,0.4994784585767639,0.15372517456988796,0.0,0.18746888838390632,0.15372517456988796,0.0,0.049414253600534266,0.15372517456988796,0.0,0.04365127858962416,0.5,0.15372517456988796,0.0,0.010499308280169506,0.0,0.39340988506430824,1.0045275088759547 -4803,0.5,0.15372517456988796,0.0,0.167653913407802,0.15372517456988796,0.0,0.3067894468387979,0.15372517456988796,0.0,0.044151174906892195,0.15372517456988796,0.0,0.0905993512861216,0.15372517456988796,0.0,0.30908300695202345,0.15372517456988796,0.0,0.10676544282817052,0.15372517456988796,0.0,0.18009018632689708,0.15372517456988796,0.0,0.042633474889415726,0.5,0.15372517456988796,0.0,0.006979417563249754,0.15372517456988796,0.0,0.011505629561426534,0.5,0.15372517456988796,0.0,0.013501299761067086,0.15372517456988796,0.0,0.02085941408212807,0.15372517456988796,0.0,0.5063199140936607,0.15372517456988796,0.0,0.4737025247466305,0.15372517456988796,0.0,0.1905224828103143,0.15372517456988796,0.0,0.051423114968767766,0.15372517456988796,0.0,0.03738078612677472,0.5,0.15372517456988796,0.0,0.011269050870507853,0.0,0.41933569361276196,1.0027437463870037 -4804,0.5,0.15372517456988796,0.0,0.1687109083614395,0.15372517456988796,0.0,0.24723976853476434,0.15372517456988796,0.0,0.04407213933406716,0.15372517456988796,0.0,0.08719786312864145,0.15372517456988796,0.0,0.2747762737073948,0.15372517456988796,0.0,0.0875838298477454,0.15372517456988796,0.0,0.14800147229082034,0.15372517456988796,0.0,0.033846733614340596,0.5,0.15372517456988796,0.0,0.008081627552696473,0.15372517456988796,0.0,0.013221201057102406,0.5,0.15372517456988796,0.0,0.01760930685341563,0.15372517456988796,0.0,0.021951307793534554,0.15372517456988796,0.0,0.47483196453755994,0.15372517456988796,0.0,0.46372387384423996,0.15372517456988796,0.0,0.21185224776359796,0.15372517456988796,0.0,0.04658775504381515,0.15372517456988796,0.0,0.03433081093749696,0.5,0.15372517456988796,0.0,0.01238968544351259,0.0,0.4457394621503969,0.9992857571072594 -4805,0.5,0.15372517456988796,0.0019457066252517412,0.16429751457795486,0.15372517456988796,0.0,0.27086564034027644,0.15372517456988796,0.0,0.05319160091266828,0.15372517456988796,0.000927293256150179,0.07843464077512449,0.15372517456988796,0.0,0.2607995987783389,0.15372517456988796,0.0,0.06683901708023633,0.15372517456988796,0.0,0.11672247816979833,0.15372517456988796,0.0,0.023049601532564547,0.5,0.15372517456988796,0.0,0.006018916746404855,0.15372517456988796,0.0,0.016102213006613637,0.5,0.15372517456988796,0.0,0.022269756407326816,0.15372517456988796,0.0,0.0226521536243857,0.15372517456988796,0.00018019972409243716,0.46771847849119186,0.15372517456988796,0.0,0.4815089275122311,0.15372517456988796,0.0,0.22945859441008412,0.15372517456988796,0.0,0.04194724127526823,0.15372517456988796,0.0,0.03470491454865007,0.5,0.15372517456988796,0.0,0.009651767038459366,0.0,0.4852156709214462,0.9919536730896745 -4806,0.5,0.15372517456988796,0.054399037267206074,0.16345174863496137,0.15372517456988796,0.0436633192584885,0.3349447500087233,0.15372517456988796,0.041651778251972575,0.04721627947673444,0.15372517456988796,0.05194797536120273,0.07705059190022917,0.15372517456988796,0.030320867533460662,0.26633315482840186,0.15372517456988796,0.019999104411538068,0.04688255871387351,0.15372517456988796,0.02804590764901664,0.08424142669100851,0.15372517456988796,0.01925354920712782,0.01730565118838965,0.5,0.15372517456988796,0.015902453381572323,0.003949036690918922,0.15372517456988796,0.030408275021712568,0.011286269320786788,0.5,0.15372517456988796,0.025066635731291767,0.021818887310865717,0.15372517456988796,0.022998846161373897,0.018953615366733716,0.15372517456988796,0.04432910903741277,0.512151717223369,0.15372517456988796,0.03558412773926484,0.5037571914810375,0.15372517456988796,0.039022397283582214,0.22992879855345805,0.15372517456988796,0.031998442487344535,0.03068285470989543,0.15372517456988796,0.03545803273712094,0.024523985018465137,0.5,0.15372517456988796,0.037696116109210635,0.006325772192044927,0.0,0.5290200617032844,0.985839002735725 -4807,0.5,0.15372517456988796,0.13443709819980215,0.2568643556344555,0.15372517456988796,0.11643978422935401,0.4864203038137404,0.15372517456988796,0.11923195448946082,0.05361448701912871,0.15372517456988796,0.13517021815777236,0.119465010448572,0.15372517456988796,0.09860714071808688,0.2893593523012966,0.15372517456988796,0.08281823825609602,0.04135929128349329,0.15372517456988796,0.0975127109420789,0.0660932393072235,0.15372517456988796,0.08624988984599491,0.01023235473695149,0.5,0.15372517456988796,0.0844669944507996,0.002992999793861027,0.15372517456988796,0.1078206397036183,0.005272988212294634,0.5,0.15372517456988796,0.09872291303596425,0.019766359746487976,0.15372517456988796,0.09844402907002797,0.012683422055909638,0.15372517456988796,0.1152579531211649,0.6405363687207404,0.15372517456988796,0.10517110019065576,0.5650853725179441,0.15372517456988796,0.11198085924395995,0.32319008080609013,0.15372517456988796,0.10364650514158397,0.02654117817589569,0.15372517456988796,0.11363691422113895,0.02100488399720498,0.5,0.15372517456988796,0.11891132377876759,0.006060542520976349,0.0,0.54446772186958,0.979852615114307 -4808,0.5,0.15372517456988796,0.25284281440201206,0.42326963760759323,0.15372517456988796,0.22938697005596495,0.6238312652181346,0.15372517456988796,0.23141854448026167,0.11122234054302303,0.15372517456988796,0.25483449286359816,0.20039933461857093,0.15372517456988796,0.19180401145632295,0.36735046849076525,0.15372517456988796,0.172250395524206,0.047599126464555476,0.15372517456988796,0.19605389643879456,0.0737994585826115,0.15372517456988796,0.17852970392231637,0.010533369091997638,0.5,0.15372517456988796,0.17936895584355458,0.003773298895402811,0.15372517456988796,0.22104031656080228,0.005422379890870371,0.5,0.15372517456988796,0.20441935913233433,0.033697817472225264,0.15372517456988796,0.20559795753358134,0.013743216204410505,0.15372517456988796,0.22851986572679112,0.764106172195655,0.15372517456988796,0.20622133910686952,0.6105689718002804,0.15372517456988796,0.21732005477928434,0.4614394134818782,0.15372517456988796,0.19941215865103107,0.03644188861100086,0.15372517456988796,0.22536232981099968,0.038804363323614796,0.5,0.15372517456988796,0.23595249434069815,0.02856650938606537,0.0,0.5874137986390343,0.9791162479402311 -4809,0.5,0.15372517456988796,0.37725422901586547,0.48613456780821274,0.15372517456988796,0.3474443703670574,0.7744517208924969,0.15372517456988796,0.34960818857635323,0.16603839579018645,0.15372517456988796,0.3827230945245571,0.2642863106210607,0.15372517456988796,0.29611167755041884,0.4529545822349031,0.15372517456988796,0.28634986783724703,0.043749282329986844,0.15372517456988796,0.3102508168757686,0.11614825391481229,0.15372517456988796,0.2931669298299263,0.014439814954047604,0.5,0.15372517456988796,0.292453985335294,0.008989192179763305,0.15372517456988796,0.35122235602282215,0.006736178428126305,0.5,0.15372517456988796,0.325039362867468,0.09216072229959603,0.15372517456988796,0.33139295765911275,0.026509271690144564,0.15372517456988796,0.34904121333992183,0.8310133589236985,0.15372517456988796,0.3151810728045869,0.714386869353298,0.15372517456988796,0.33059213501595464,0.5721209007607099,0.15372517456988796,0.3064488261371528,0.08567550157774967,0.15372517456988796,0.35016872795055265,0.10309792555499893,0.5,0.15372517456988796,0.36527525791028026,0.05495472601928758,0.0,0.6202953276534366,0.9850683643264483 -4810,0.5,0.15372517456988796,0.5054985012407681,0.5598617511545206,0.15372517456988796,0.4675579035065882,0.8538907353854102,0.15372517456988796,0.47191583213887456,0.2796490865142637,0.15372517456988796,0.5079769378869343,0.3209974938654074,0.15372517456988796,0.42658203441462705,0.5118446198658005,0.15372517456988796,0.41018758443791703,0.03577077330956969,0.15372517456988796,0.4402646551133135,0.19967427270334928,0.15372517456988796,0.4082177296219569,0.024467936969642903,0.5,0.15372517456988796,0.4184916372338624,0.022062886610612717,0.15372517456988796,0.48512964256584123,0.008893699882264799,0.5,0.15372517456988796,0.4530804309765444,0.11339995096720758,0.15372517456988796,0.4648242813188529,0.03112361264064567,0.15372517456988796,0.4762314031580297,0.8566351588622431,0.15372517456988796,0.43339973575896173,0.7971403043023197,0.15372517456988796,0.45150654534648127,0.6669313778676462,0.15372517456988796,0.42861221433725005,0.11444925607568347,0.15372517456988796,0.47844087763865806,0.13640951712177132,0.5,0.15372517456988796,0.49282162726671563,0.07194527797016911,0.0,0.6441698902060067,0.9777180751484315 -4811,0.5,0.15372517456988796,0.6031306978462856,0.6322545057132383,0.15372517456988796,0.5384285985284797,0.9335869850688931,0.15372517456988796,0.5706805250431036,0.40739122131597005,0.15372517456988796,0.5973192619943829,0.4342576130403861,0.15372517456988796,0.5528736800517869,0.5269349142228001,0.15372517456988796,0.5055025549311657,0.03416626754699362,0.15372517456988796,0.5506742015188792,0.23867010270960076,0.15372517456988796,0.5020807157465349,0.02646815183227301,0.5,0.15372517456988796,0.521473241841887,0.026330906171016535,0.15372517456988796,0.5899090064914586,0.015395379883225428,0.5,0.15372517456988796,0.5601788163711845,0.10253007742149677,0.15372517456988796,0.5736850853777732,0.03618082026198962,0.15372517456988796,0.5737675134246741,0.8835950333111756,0.15372517456988796,0.5464622839632781,0.843010586636769,0.15372517456988796,0.556236684401438,0.7484802113389325,0.15372517456988796,0.5386945644686578,0.14540383411484645,0.15372517456988796,0.5808940296394646,0.13494636348853495,0.5,0.15372517456988796,0.5891313414647368,0.08950458672580669,0.0,0.6789601138098083,0.9379565720558625 -4812,0.5,0.15372517456988796,0.6536165060914416,0.6971628292150271,0.15372517456988796,0.6056371108318016,0.9559894542786972,0.15372517456988796,0.6323765750040431,0.5053328572928828,0.15372517456988796,0.6431668419357374,0.5236407933498323,0.15372517456988796,0.6259904009960509,0.5442957155818976,0.15372517456988796,0.5606800182195881,0.03454449467133717,0.15372517456988796,0.6134385611918103,0.2322681261653357,0.15372517456988796,0.5413146078156466,0.023049843552931694,0.5,0.15372517456988796,0.5612850652023178,0.0336814874578142,0.15372517456988796,0.650472541433798,0.023463623777717508,0.5,0.15372517456988796,0.6284230765354261,0.07156847315163993,0.15372517456988796,0.6354350884142431,0.04384017320906602,0.15372517456988796,0.6259247673863569,0.9052656361011467,0.15372517456988796,0.6282752850865988,0.8699977463698503,0.15372517456988796,0.6287656689540476,0.8065129084244936,0.15372517456988796,0.6118904860226617,0.15574863643337494,0.15372517456988796,0.6431386772147837,0.11940622229095424,0.5,0.15372517456988796,0.6433859126715433,0.10426324199204691,0.0,0.7153330517238711,0.9380065292937134 -4813,0.5,0.15372517456988796,0.6553524076428723,0.6996249465488978,0.15372517456988796,0.6597764108770043,0.9417448728329156,0.15372517456988796,0.6512786755339302,0.5621398613409134,0.15372517456988796,0.6509292501533704,0.5391309709856301,0.15372517456988796,0.6451846609207323,0.5631042162775147,0.15372517456988796,0.5675697778576705,0.024651709793697338,0.15372517456988796,0.6404437245056434,0.21499435185732396,0.15372517456988796,0.5500479148601113,0.019800299126193084,0.5,0.15372517456988796,0.547828195451731,0.01956406196869954,0.15372517456988796,0.6726702627045829,0.02767062459454894,0.5,0.15372517456988796,0.6533343936048379,0.05329669792832237,0.15372517456988796,0.6446969753263514,0.05633451120479571,0.15372517456988796,0.6543690673779362,0.9027185910024871,0.15372517456988796,0.6616212925056835,0.8763029689596301,0.15372517456988796,0.6597731419438718,0.815520764627896,0.15372517456988796,0.6495102095649783,0.14765603793763918,0.15372517456988796,0.6635291218169521,0.10628197194059513,0.5,0.15372517456988796,0.6639153829176081,0.11592653499719752,0.0,0.7189020270684771,0.9096017282645265 -4814,0.5,0.15372517456988796,0.6240559943194606,0.6973738990455407,0.15372517456988796,0.6617101813247193,0.9140068380992052,0.15372517456988796,0.6267166689206529,0.5405933293791435,0.15372517456988796,0.6266838865895515,0.5361585669494772,0.15372517456988796,0.6285952402828432,0.5451299726992542,0.15372517456988796,0.5509880482346412,0.011735427319015897,0.15372517456988796,0.6239056506177593,0.2166382050991001,0.15372517456988796,0.46981846914184444,0.02230077491204621,0.5,0.15372517456988796,0.5369962002674207,0.006914409239149889,0.15372517456988796,0.6477518830711981,0.044611821084453676,0.5,0.15372517456988796,0.6208709502916764,0.06058024019624239,0.15372517456988796,0.606171530176615,0.06211603437506265,0.15372517456988796,0.6561039244492459,0.8961082444926225,0.15372517456988796,0.6527642140119214,0.8454921093965406,0.15372517456988796,0.6497290364351931,0.7910900290115657,0.15372517456988796,0.6400416373309815,0.15393188574517852,0.15372517456988796,0.64779416794014,0.10026177663478722,0.5,0.15372517456988796,0.6421398550869873,0.12270129598982155,0.0,0.718084522937305,0.8709478004820017 -4815,0.5,0.15372517456988796,0.5578545871290966,0.6867548050384945,0.15372517456988796,0.6066629938129171,0.8692793999609147,0.15372517456988796,0.5707504203024625,0.5293124948970666,0.15372517456988796,0.5603591112800084,0.5456697936024146,0.15372517456988796,0.5829016053252454,0.4959662036595096,0.15372517456988796,0.4611475370634557,0.028153825172393936,0.15372517456988796,0.5434751806028489,0.1986381041801953,0.15372517456988796,0.4706897952985605,0.03152608566392658,0.5,0.15372517456988796,0.5465399283294095,0.007695605408587696,0.15372517456988796,0.5767267411148803,0.054390180688902036,0.5,0.15372517456988796,0.5382830591842647,0.07356994781455843,0.15372517456988796,0.5299617372855214,0.06743153790961492,0.15372517456988796,0.6106750495645354,0.8989706912317887,0.15372517456988796,0.5984332786828453,0.7906486877568039,0.15372517456988796,0.5984276626302736,0.7544454646669503,0.15372517456988796,0.5902773394008868,0.14992806049903173,0.15372517456988796,0.5874623949931661,0.10000486938137011,0.5,0.15372517456988796,0.5781597400804592,0.1301586773496032,0.0,0.7371613086227454,0.8509493812962878 -4816,0.5,0.15372517456988796,0.45959246981783475,0.6783306563762296,0.15372517456988796,0.5031447248843758,0.8375018737207999,0.15372517456988796,0.47453902854762353,0.511694790434204,0.15372517456988796,0.4539416319096953,0.5438951598504203,0.15372517456988796,0.4865993252128945,0.4643595523994737,0.15372517456988796,0.3667333545803493,0.0644227130353568,0.15372517456988796,0.45581293355234076,0.20915146442450985,0.15372517456988796,0.40362672563078095,0.03387224225582372,0.5,0.15372517456988796,0.4924385019617593,0.016013260294926158,0.15372517456988796,0.4565428663624821,0.04567158220247432,0.5,0.15372517456988796,0.4375970311025956,0.09320359796679276,0.15372517456988796,0.4299890467462978,0.06483842419562479,0.15372517456988796,0.513917764513014,0.8985579766651465,0.15372517456988796,0.5009057306025759,0.729611208969547,0.15372517456988796,0.5005483251233036,0.7035355348201837,0.15372517456988796,0.49849349671264626,0.14956092930575818,0.15372517456988796,0.48122954059267187,0.10779010973277538,0.5,0.15372517456988796,0.4741336314894147,0.12837896905722734,0.0,0.7431762053196805,0.7941640866503271 -4817,0.5,0.15372517456988796,0.3439905751417813,0.663839848726062,0.15372517456988796,0.37604362523918594,0.8136557696714055,0.15372517456988796,0.3500544104189418,0.48723449855953527,0.15372517456988796,0.3288051971371587,0.4860454768204854,0.15372517456988796,0.34856265164963507,0.46740176197677696,0.15372517456988796,0.21486407008028882,0.050805837202967004,0.15372517456988796,0.35099925164067636,0.25014101488677964,0.15372517456988796,0.34459201334438894,0.028287465943749302,0.5,0.15372517456988796,0.368585332081731,0.015642427135609174,0.15372517456988796,0.3132149414544314,0.02758197076507911,0.5,0.15372517456988796,0.3159223226605853,0.08176797704484677,0.15372517456988796,0.3008568055805413,0.04441118007351342,0.15372517456988796,0.38841589366743523,0.8988431249731638,0.15372517456988796,0.3744395345106366,0.6474614467307012,0.15372517456988796,0.3666198503464386,0.6269092767612764,0.15372517456988796,0.36726865875539827,0.15280852939616255,0.15372517456988796,0.3482607369989316,0.10243146029991483,0.5,0.15372517456988796,0.33860297957107693,0.09836697811762397,0.0,0.7421035279415126,0.8192600677175981 -4818,0.5,0.15372517456988796,0.22615164405412855,0.5776515347631025,0.15372517456988796,0.2530547742780068,0.7439517933653356,0.15372517456988796,0.22838858034217369,0.3547238492179035,0.15372517456988796,0.2094525987193723,0.3240859541021528,0.15372517456988796,0.15971447613098497,0.27056836458852684,0.15372517456988796,0.1568038901323026,0.011199378672550412,0.15372517456988796,0.2438754381947867,0.16522253810465193,0.15372517456988796,0.2242107919303712,0.012175624327803404,0.5,0.15372517456988796,0.2290090140355138,0.006824671013624803,0.15372517456988796,0.1984664043313687,0.005914367823662106,0.5,0.15372517456988796,0.2018061514423457,0.02437482865803597,0.15372517456988796,0.1902613317743587,0.016666716402444718,0.15372517456988796,0.26428704638125483,0.8888350157581125,0.15372517456988796,0.25258723084979307,0.4913347584348837,0.15372517456988796,0.24131053094719088,0.47434799508379033,0.15372517456988796,0.24042759341911202,0.082738283252892,0.15372517456988796,0.21882475195509132,0.03989759375046666,0.5,0.15372517456988796,0.21091804745935394,0.019084262066314125,0.0,0.7348749747738537,0.8969802489180586 -4819,0.5,0.15372517456988796,0.09828291310817082,0.47178837593520767,0.15372517456988796,0.1285436575449469,0.6484453817336975,0.15372517456988796,0.10087775193184634,0.27569509226935696,0.15372517456988796,0.07708057620058324,0.28472394357080244,0.15372517456988796,0.05599365311137915,0.22291547494909297,0.15372517456988796,0.04883082608709077,0.012938524900695171,0.15372517456988796,0.12401894961093426,0.1186393165306792,0.15372517456988796,0.09147373351170288,0.04684472254232766,0.5,0.15372517456988796,0.1097101914661876,0.015440118796223475,0.15372517456988796,0.0862969671521769,0.002031249767535658,0.5,0.15372517456988796,0.0981255628217334,0.020689323344377432,0.15372517456988796,0.07769304439972591,0.012276302835258787,0.15372517456988796,0.1372266034312662,0.8564426778143479,0.15372517456988796,0.12327996635555144,0.3654377218750695,0.15372517456988796,0.12021800503847505,0.32942161365844363,0.15372517456988796,0.11894022926754787,0.07524759061199468,0.15372517456988796,0.09406462266017583,0.038714095331811915,0.5,0.15372517456988796,0.07040839354427095,0.010707551637148364,0.0,0.694779374217636,0.9532695899664947 -4820,0.5,0.15372517456988796,0.008404804133186741,0.41762598314001703,0.15372517456988796,0.025237532332152438,0.6646695600557027,0.15372517456988796,0.00278744396205218,0.2769041459285367,0.15372517456988796,0.0,0.2979401349843159,0.15372517456988796,0.013416293503666582,0.1882692053624444,0.15372517456988796,0.01783340338466681,0.055060240937404706,0.15372517456988796,0.02883019121993534,0.13790180565112176,0.15372517456988796,0.020277735612902713,0.09962812891812665,0.5,0.15372517456988796,0.02335389880234606,0.021473563923503542,0.15372517456988796,0.0,0.0008570157199242755,0.5,0.15372517456988796,0.0037904820877298915,0.02596733739641892,0.15372517456988796,0.0010995166159258852,0.021168234785279513,0.15372517456988796,0.03115818345216243,0.7977731249031108,0.15372517456988796,0.0253323220118288,0.36106022323836673,0.15372517456988796,0.025404407332493772,0.27470622608335415,0.15372517456988796,0.024969033543560747,0.08373236468319503,0.15372517456988796,0.000775636875561406,0.0438334154873089,0.5,0.15372517456988796,0.0,0.009186595598081528,0.0,0.623573812574678,0.6927740199558053 -4821,0.5,0.15372517456988796,0.0,0.3869457329283315,0.15372517456988796,0.0,0.7181531253772232,0.15372517456988796,0.0,0.2831548367000871,0.15372517456988796,0.0,0.2939100917135213,0.15372517456988796,0.0,0.32203260312775556,0.15372517456988796,0.0,0.11486495777244406,0.15372517456988796,0.0,0.16630823503652745,0.15372517456988796,0.0,0.14454550172612698,0.5,0.15372517456988796,0.0,0.03112529380349453,0.15372517456988796,0.0,0.004313801211830261,0.5,0.15372517456988796,0.0,0.02326869868694189,0.15372517456988796,0.0,0.01893447359791591,0.15372517456988796,0.0,0.7232744365911459,0.15372517456988796,0.0,0.4309641789043202,0.15372517456988796,0.0,0.27990827830032805,0.15372517456988796,0.0,0.09580201489098784,0.15372517456988796,0.0,0.04498549605527424,0.5,0.15372517456988796,0.0,0.009452619349394046,0.0,0.5690183418415463,0.915138388455699 -4822,0.5,0.15372517456988796,0.0,0.35244018447339165,0.15372517456988796,0.0,0.7265138451850087,0.15372517456988796,0.0,0.2721535978065392,0.15372517456988796,0.0,0.2741191213302033,0.15372517456988796,0.0,0.41172396488591756,0.15372517456988796,0.0,0.18438288828269522,0.15372517456988796,0.0,0.18322955115976347,0.15372517456988796,0.0,0.20688106824425456,0.5,0.15372517456988796,0.0,0.0586982892494285,0.15372517456988796,0.0,0.0252142587449814,0.5,0.15372517456988796,0.0,0.02027708422465349,0.15372517456988796,0.0,0.025648017510438815,0.15372517456988796,0.0,0.6645663494944145,0.15372517456988796,0.0,0.5134064218793954,0.15372517456988796,0.0,0.31862752016052065,0.15372517456988796,0.0,0.10399589914707734,0.15372517456988796,0.0,0.04782047808461552,0.5,0.15372517456988796,0.0,0.012562981751751707,0.0,0.556798124548584,0.9944494116962342 -4823,0.5,0.15372517456988796,0.0,0.31383062485150137,0.15372517456988796,0.0,0.6862938098999772,0.15372517456988796,0.0,0.24644870575453146,0.15372517456988796,0.0,0.25774125399510944,0.15372517456988796,0.0,0.44106313074402564,0.15372517456988796,0.0,0.2382778465431209,0.15372517456988796,0.0,0.1722690356479613,0.15372517456988796,0.0,0.29788431899108453,0.5,0.15372517456988796,0.0,0.09182730183511992,0.15372517456988796,0.0,0.04715093823684685,0.5,0.15372517456988796,0.0,0.018129909261315615,0.15372517456988796,0.0,0.029982523436506942,0.15372517456988796,0.0,0.6196983928643435,0.15372517456988796,0.0,0.5564448341424821,0.15372517456988796,0.0,0.3612156482576713,0.15372517456988796,0.0,0.12431521245652034,0.15372517456988796,0.0,0.0514716471573013,0.5,0.15372517456988796,0.0,0.008686640832544385,0.0,0.5279769341473779,1.0025366483414992 -4824,0.5,0.15372517456988796,0.0,0.2830895212027774,0.15372517456988796,0.0,0.5619371836988699,0.15372517456988796,0.0,0.238321681351909,0.15372517456988796,0.0,0.2395947649666223,0.15372517456988796,0.0,0.43218782489808716,0.15372517456988796,0.0,0.21711075052203133,0.15372517456988796,0.0,0.1522368472465083,0.15372517456988796,0.0,0.32462845656427225,0.5,0.15372517456988796,0.0,0.11274694728211893,0.15372517456988796,0.0,0.13893066483093552,0.5,0.15372517456988796,0.0,0.01435816048191489,0.15372517456988796,0.0,0.04797954408042984,0.15372517456988796,0.0,0.5751293491868923,0.15372517456988796,0.0,0.6050717929879355,0.15372517456988796,0.0,0.369208190230394,0.15372517456988796,0.0,0.1372858418393999,0.15372517456988796,0.0,0.049021847202550234,0.5,0.15372517456988796,0.0,0.0074820939778216175,0.0,0.4834136114311567,0.9742911911298535 -4825,0.5,0.15372517456988796,0.0,0.2637950192821959,0.15372517456988796,0.0,0.5137174700073939,0.15372517456988796,0.0,0.23591165612193718,0.15372517456988796,0.0,0.23169972663752714,0.15372517456988796,0.0,0.4125727538796961,0.15372517456988796,0.0,0.1995446621396729,0.15372517456988796,0.0,0.1423084924109519,0.15372517456988796,0.0,0.3170085480939634,0.5,0.15372517456988796,0.0,0.2210828938791116,0.15372517456988796,0.0,0.18879321057263557,0.5,0.15372517456988796,0.0,0.015592669555136291,0.15372517456988796,0.0,0.05095478030395871,0.15372517456988796,0.0,0.5367860843728862,0.15372517456988796,0.0,0.6120717355865615,0.15372517456988796,0.0,0.3615138338781903,0.15372517456988796,0.0,0.11717810068931235,0.15372517456988796,0.0,0.04501681349582524,0.5,0.15372517456988796,0.0,0.010709096591559962,0.0,0.47161054331046176,0.9552722068786745 -4826,0.5,0.15372517456988796,0.0,0.2396461442602242,0.15372517456988796,0.0,0.4501978618437311,0.15372517456988796,0.0,0.2301394413508382,0.15372517456988796,0.0,0.2350542908379995,0.15372517456988796,0.0,0.3923743976165712,0.15372517456988796,0.0,0.16929319069027787,0.15372517456988796,0.0,0.1083679208236654,0.15372517456988796,0.0,0.33461470437332086,0.5,0.15372517456988796,0.0,0.24324586516581392,0.15372517456988796,0.0,0.1845353826932723,0.5,0.15372517456988796,0.0,0.013319904226207796,0.15372517456988796,0.0,0.09650762029509355,0.15372517456988796,0.0,0.47039977446093545,0.15372517456988796,0.0,0.57422936258235,0.15372517456988796,0.0,0.36694117713909186,0.15372517456988796,0.0,0.1127014334649176,0.15372517456988796,0.0,0.04115448418887506,0.5,0.15372517456988796,0.0,0.011973538254808236,0.0,0.46394667456840016,0.9619071981078687 -4827,0.5,0.15372517456988796,0.0,0.21391651366838316,0.15372517456988796,0.0,0.3322941943610637,0.15372517456988796,0.0,0.2171117481575059,0.15372517456988796,0.0,0.23808460032605955,0.15372517456988796,0.0,0.3775526834087334,0.15372517456988796,0.0,0.1388784123713053,0.15372517456988796,0.0,0.08238830797915235,0.15372517456988796,0.0,0.3445092059347334,0.5,0.15372517456988796,0.0,0.383117017429572,0.15372517456988796,0.0,0.2106666892749835,0.5,0.15372517456988796,0.0,0.00611248128010958,0.15372517456988796,0.0,0.18979684874706051,0.15372517456988796,0.0,0.41405333643857967,0.15372517456988796,0.0,0.5302056983872037,0.15372517456988796,0.0,0.34968313287900044,0.15372517456988796,0.0,0.09809788551179732,0.15372517456988796,0.0,0.0368037445715798,0.5,0.15372517456988796,0.0,0.01696930442448255,0.0,0.43871215570833094,0.9724982893026715 -4828,0.5,0.15372517456988796,0.0,0.20118527750448156,0.15372517456988796,0.0,0.2952258227574896,0.15372517456988796,0.0,0.20464693389297553,0.15372517456988796,0.0,0.24672810295718495,0.15372517456988796,0.0,0.32709642743991174,0.15372517456988796,0.0,0.17338618290619912,0.15372517456988796,0.0,0.07290063211299122,0.15372517456988796,0.0,0.378117344346115,0.5,0.15372517456988796,0.0,0.48481446887154295,0.15372517456988796,0.0,0.26760401027599023,0.5,0.15372517456988796,0.0,0.0040336385851331945,0.15372517456988796,0.0,0.2665804598727093,0.15372517456988796,0.0,0.3852226067848376,0.15372517456988796,0.0,0.4627862025277095,0.15372517456988796,0.0,0.30976824314057766,0.15372517456988796,0.0,0.08848950470535047,0.15372517456988796,0.0,0.0282216617406418,0.5,0.15372517456988796,0.0,0.03743497110686991,0.0,0.39245638573346603,0.9768197370443297 -4829,0.5,0.15372517456988796,0.0016413916071435562,0.19492215151131054,0.15372517456988796,0.0,0.28120670342377857,0.15372517456988796,0.0,0.19950842287968665,0.15372517456988796,0.0006840311913235811,0.25754169046938835,0.15372517456988796,0.0,0.2942167382553807,0.15372517456988796,0.0,0.14027607902272923,0.15372517456988796,0.0,0.07981543980226394,0.15372517456988796,0.0,0.44775649507781146,0.5,0.15372517456988796,0.0,0.49795882322934215,0.15372517456988796,0.0,0.3266895273871087,0.5,0.15372517456988796,0.0,0.004015664233184163,0.15372517456988796,0.0,0.2981223387383117,0.15372517456988796,7.653666517944627e-05,0.36803162306812354,0.15372517456988796,0.0,0.4033984939651719,0.15372517456988796,0.0,0.2829416354946829,0.15372517456988796,0.0,0.09290529400052347,0.15372517456988796,0.0,0.022440600802910105,0.5,0.15372517456988796,0.0,0.0538136331404945,0.0,0.4030035792522261,0.9615325938172283 -4830,0.5,0.15372517456988796,0.053900922379522063,0.21744844767754562,0.15372517456988796,0.043207182934485465,0.3174689987331444,0.15372517456988796,0.037225149513971365,0.22277086392651754,0.15372517456988796,0.05055670903699545,0.2869495702586707,0.15372517456988796,0.022374411454826774,0.30300396149376996,0.15372517456988796,0.014007833328306742,0.14956334141370098,0.15372517456988796,0.01744930951842119,0.10126526404428421,0.15372517456988796,0.008259249183407891,0.42442074549183356,0.5,0.15372517456988796,0.006833111436550566,0.5072023677894836,0.15372517456988796,0.013038507159260618,0.29955739371610374,0.5,0.15372517456988796,0.0062702946528944035,0.0036459669472648643,0.15372517456988796,0.01314478863243173,0.30264384486914675,0.15372517456988796,0.04340602991470584,0.3904107284178776,0.15372517456988796,0.030437742091379998,0.41988069066944894,0.15372517456988796,0.029866754850301793,0.31003794276546837,0.15372517456988796,0.02603596702179611,0.10289859530644137,0.15372517456988796,0.016241994803868513,0.019497538903983307,0.5,0.15372517456988796,0.01668590865542246,0.12566012090094447,0.0,0.4770635945131134,0.9555821043308093 -4831,0.5,0.15372517456988796,0.13255623594991828,0.31119070587896497,0.15372517456988796,0.11491425477922676,0.3827748528074416,0.15372517456988796,0.10867010315175478,0.3007180148586554,0.15372517456988796,0.13026347036330835,0.3457935523886424,0.15372517456988796,0.08379675359764215,0.35360935974124985,0.15372517456988796,0.07322597614470575,0.18145038056851398,0.15372517456988796,0.07968228375674698,0.15546965569550536,0.15372517456988796,0.05285289535393053,0.37224740803856715,0.5,0.15372517456988796,0.03304560023776906,0.5729027629181331,0.15372517456988796,0.04139733435476273,0.3044555966959565,0.5,0.15372517456988796,0.05827033524675291,0.006861014722596879,0.15372517456988796,0.0590182384907179,0.3327827089589696,0.15372517456988796,0.11383319126165095,0.5257791558166833,0.15372517456988796,0.09705496841436961,0.48509507570493027,0.15372517456988796,0.09984449286855317,0.4040848266252558,0.15372517456988796,0.09543827456356135,0.1390374660744387,0.15372517456988796,0.0610962037409702,0.017400151030444757,0.5,0.15372517456988796,0.06741056524580914,0.1970081932501275,0.0,0.5514974609963137,0.9539793166545627 -4832,0.5,0.15372517456988796,0.24266340148602725,0.47767443386924907,0.15372517456988796,0.2178058181469847,0.522422560464563,0.15372517456988796,0.2033230012674306,0.41300566154005247,0.15372517456988796,0.241944526956914,0.4345490740544556,0.15372517456988796,0.17175271146862955,0.5035101700728356,0.15372517456988796,0.15224562525892968,0.1962948523248404,0.15372517456988796,0.16441919526084744,0.24174547155485437,0.15372517456988796,0.11807476520071883,0.39217023851777455,0.5,0.15372517456988796,0.0826486098226211,0.6922400579916952,0.15372517456988796,0.06311719487803696,0.2516788006602813,0.5,0.15372517456988796,0.14556087387495945,0.025099929478854158,0.15372517456988796,0.0952714237272353,0.3722350642958608,0.15372517456988796,0.21609018124387624,0.7024262051324895,0.15372517456988796,0.1913462082059469,0.6111821122763009,0.15372517456988796,0.19222899713651115,0.5071052478454319,0.15372517456988796,0.19194027119222923,0.22435162567966171,0.15372517456988796,0.12022101598834822,0.025676966074676736,0.5,0.15372517456988796,0.14394843107384173,0.2624122493400361,0.0,0.5557350872520402,0.9152921175446073 -4833,0.5,0.15372517456988796,0.3633706307534883,0.5803156916141209,0.15372517456988796,0.3368231263337257,0.7404687202672888,0.15372517456988796,0.3098521767800461,0.5265212147414768,0.15372517456988796,0.3650666679724745,0.565901846123271,0.15372517456988796,0.2719023770742617,0.6149379873712837,0.15372517456988796,0.24226916357462291,0.2032495228023991,0.15372517456988796,0.27651690496457393,0.36372224758256133,0.15372517456988796,0.22019562475873827,0.45481063566368085,0.5,0.15372517456988796,0.17090444721756248,0.7084433648367083,0.15372517456988796,0.07072881797156386,0.23851332598630806,0.5,0.15372517456988796,0.2125480953894941,0.043337202616476216,0.15372517456988796,0.100910142315874,0.2833144925735426,0.15372517456988796,0.3290532137731383,0.7610119377688127,0.15372517456988796,0.30618477202704275,0.6902608789631399,0.15372517456988796,0.2943677323305206,0.6754275629719603,0.15372517456988796,0.3008754931530249,0.31771770507765723,0.15372517456988796,0.19311266142490485,0.03607021644637219,0.5,0.15372517456988796,0.2221576484138732,0.27573227959157026,0.0,0.5268034555890208,0.8840201707402572 -4834,0.5,0.15372517456988796,0.4879659244516058,0.6655255857729656,0.15372517456988796,0.46434550477986425,0.741707450448723,0.15372517456988796,0.4216108724135914,0.638437007226908,0.15372517456988796,0.485147733966497,0.6729387131124656,0.15372517456988796,0.3688304361725069,0.6076995937429662,0.15372517456988796,0.33939243879585124,0.263410419507443,0.15372517456988796,0.4062685106765347,0.45025075587989566,0.15372517456988796,0.3647335629106023,0.651010939421947,0.5,0.15372517456988796,0.2636805498157074,0.6263791834997864,0.15372517456988796,0.10269871857568533,0.2209074453713485,0.5,0.15372517456988796,0.24040249991993393,0.03875151369033227,0.15372517456988796,0.1250183417730947,0.2377207161498429,0.15372517456988796,0.44161140217355355,0.7551604096586431,0.15372517456988796,0.42584366646966565,0.7079831229209597,0.15372517456988796,0.3998337905114483,0.761215169471142,0.15372517456988796,0.41628932555086146,0.4013350169952013,0.15372517456988796,0.230520753048238,0.03986843737693481,0.5,0.15372517456988796,0.24128006239921446,0.23787077934767814,0.0,0.5791000401958554,0.879444012865028 -4835,0.5,0.15372517456988796,0.582254708950421,0.7078782115687974,0.15372517456988796,0.5736913350390949,0.7782372113054119,0.15372517456988796,0.511237793662071,0.7295705310312304,0.15372517456988796,0.5760292957515339,0.7261624557801647,0.15372517456988796,0.44743289506538797,0.6274054695921047,0.15372517456988796,0.39953318977672875,0.36337036473758183,0.15372517456988796,0.5044362096487427,0.5673647865747472,0.15372517456988796,0.49376714360284774,0.7109492158159532,0.5,0.15372517456988796,0.33324214224927606,0.5726784642619466,0.15372517456988796,0.18075666101128163,0.22689555941714706,0.5,0.15372517456988796,0.26108539689422955,0.03862493604469816,0.15372517456988796,0.17675146048431806,0.2059731723051757,0.15372517456988796,0.5416699391599685,0.74627034278049,0.15372517456988796,0.5168198616246998,0.7018741433459146,0.15372517456988796,0.47716040159059825,0.8001484715813307,0.15372517456988796,0.5037195763207821,0.4396121530534969,0.15372517456988796,0.2858062299719081,0.03612267901127769,0.5,0.15372517456988796,0.29370023117491695,0.21989738508024062,0.0,0.6543717076402318,0.8643012731011142 -4836,0.5,0.15372517456988796,0.6328224431661781,0.7183717589864286,0.15372517456988796,0.6384073948811033,0.8014364008658348,0.15372517456988796,0.5504278898961028,0.7740720052556711,0.15372517456988796,0.6151947044090332,0.7342413561193749,0.15372517456988796,0.5324253745468603,0.7003876724163378,0.15372517456988796,0.5486344479795427,0.53656905446658,0.15372517456988796,0.5614573224280476,0.7269554039996664,0.15372517456988796,0.5469424011858769,0.678548385887175,0.5,0.15372517456988796,0.3622644918324576,0.544436837042086,0.15372517456988796,0.22910691048736606,0.23647440051709062,0.5,0.15372517456988796,0.28073783610480096,0.041992690961425785,0.15372517456988796,0.1855565999250674,0.1884128441557479,0.15372517456988796,0.6227461989469786,0.7696972748280071,0.15372517456988796,0.5847345295885549,0.6618189616059825,0.15372517456988796,0.5205167296951041,0.7980477300922464,0.15372517456988796,0.5260365559938367,0.5178534144898541,0.15372517456988796,0.33087007674007174,0.03885019204630116,0.5,0.15372517456988796,0.38071055388959874,0.23276392449863023,0.0,0.6628542022040685,0.7935211070231372 -4837,0.5,0.15372517456988796,0.6459067754185549,0.7208271794601621,0.15372517456988796,0.6664620238397361,0.8086057408364656,0.15372517456988796,0.540116049595341,0.7839833517716436,0.15372517456988796,0.6140578072112165,0.7172435344536875,0.15372517456988796,0.5673799461041289,0.7475651837143551,0.15372517456988796,0.584731985926997,0.6264100226159868,0.15372517456988796,0.6060940415843586,0.8202579645595725,0.15372517456988796,0.5802779289180848,0.6265103797067322,0.5,0.15372517456988796,0.37895450922572976,0.5280361000629318,0.15372517456988796,0.28034032574741147,0.26392068168109406,0.5,0.15372517456988796,0.24628859628509775,0.0599201976702262,0.15372517456988796,0.16575845868901462,0.17159307870041085,0.15372517456988796,0.6578349875732704,0.7841907003442743,0.15372517456988796,0.6040405494856411,0.6107624544926703,0.15372517456988796,0.5557486112490615,0.7620413214787979,0.15372517456988796,0.49852340672043827,0.5436652723331554,0.15372517456988796,0.41941296614101137,0.05476982684863711,0.5,0.15372517456988796,0.39915175870327085,0.17820909530730528,0.0,0.6518491651095899,0.6826654173805066 -4838,0.5,0.15372517456988796,0.6161724787427915,0.7202353229962242,0.15372517456988796,0.6332448224794098,0.7929863669999206,0.15372517456988796,0.5036660440815981,0.774131081244931,0.15372517456988796,0.5849797461269899,0.7061250686800769,0.15372517456988796,0.5387921462724891,0.7116791040811664,0.15372517456988796,0.5748228748507076,0.6430670127868195,0.15372517456988796,0.5905531970402484,0.8374217761828836,0.15372517456988796,0.5623973890591788,0.5521060981612493,0.5,0.15372517456988796,0.35690723717842315,0.4356816984865065,0.15372517456988796,0.224955792931902,0.28941743353044447,0.5,0.15372517456988796,0.27368604386624384,0.05292587393702949,0.15372517456988796,0.15711772133430196,0.13721958902613787,0.15372517456988796,0.6494233995251382,0.816765801413605,0.15372517456988796,0.5776604375812768,0.6019051977089032,0.15372517456988796,0.5677085808959674,0.7032211344695581,0.15372517456988796,0.4785134487701105,0.5605252565334113,0.15372517456988796,0.38995458566960584,0.08698007127964325,0.5,0.15372517456988796,0.3065918719019789,0.12342806492444296,0.0,0.6388989866208067,0.5740951527537805 -4839,0.5,0.15372517456988796,0.5513247324024775,0.7250841484870307,0.15372517456988796,0.5456807749134729,0.7986137207272859,0.15372517456988796,0.4673114447288924,0.7530872604019113,0.15372517456988796,0.5156134650273178,0.693371061512022,0.15372517456988796,0.5001667423519214,0.6277323840264778,0.15372517456988796,0.5358049427414818,0.6193223591657788,0.15372517456988796,0.5299823834241973,0.8108826982650271,0.15372517456988796,0.5044345465814195,0.4543437104333671,0.5,0.15372517456988796,0.24955627839652078,0.30378844952793116,0.15372517456988796,0.14374046813415542,0.2665047587100595,0.5,0.15372517456988796,0.26495129337083906,0.0218248858395041,0.15372517456988796,0.13286887523816407,0.09294000243539893,0.15372517456988796,0.6038185518209928,0.856736070997454,0.15372517456988796,0.5281134863100307,0.6028710072072946,0.15372517456988796,0.5284200957754156,0.6516197869151383,0.15372517456988796,0.45025742287808856,0.5646981331598223,0.15372517456988796,0.30581398167166196,0.1100825829020056,0.5,0.15372517456988796,0.16667629094302422,0.12467606676173021,0.0,0.5794311434557038,0.46220927538199474 -4840,0.5,0.15372517456988796,0.44888781606469197,0.7262742842524592,0.15372517456988796,0.43157136706279176,0.800375890398483,0.15372517456988796,0.3922911785130308,0.7314935696618947,0.15372517456988796,0.4139841854454859,0.6580174011432955,0.15372517456988796,0.4294037955876351,0.531859645874954,0.15372517456988796,0.4536544599907606,0.5977963841427584,0.15372517456988796,0.4343496059653992,0.7469576373866531,0.15372517456988796,0.3952598317766384,0.36426501251311205,0.5,0.15372517456988796,0.1524003075897588,0.21479241324782022,0.15372517456988796,0.08199771508473269,0.24567563864621922,0.5,0.15372517456988796,0.15326226258542866,0.02960019501833797,0.15372517456988796,0.1048099857838829,0.05996790700447028,0.15372517456988796,0.5059719605262116,0.8895505260908438,0.15372517456988796,0.44136900975554133,0.612429208514663,0.15372517456988796,0.4444701058804641,0.6144272774328188,0.15372517456988796,0.37050930297605555,0.5256196937196587,0.15372517456988796,0.28879704457032435,0.1295013214060979,0.5,0.15372517456988796,0.14125527369940039,0.1679698102019506,0.0,0.5894865088413584,0.35806379712876596 -4841,0.5,0.15372517456988796,0.3278853089888962,0.7157820513714905,0.15372517456988796,0.30963492521214003,0.8396410538341856,0.15372517456988796,0.2835581688873488,0.6473339316507637,0.15372517456988796,0.2959650914857684,0.5504286479755257,0.15372517456988796,0.32309899353018634,0.4417104172689727,0.15372517456988796,0.34363128797408704,0.5561532677947297,0.15372517456988796,0.3198005065086719,0.5991422148812795,0.15372517456988796,0.28362390675667976,0.28748356300247024,0.5,0.15372517456988796,0.11637501116429311,0.12422020205454022,0.15372517456988796,0.049285794879558795,0.21866028073484678,0.5,0.15372517456988796,0.0744447006001534,0.038070420511746174,0.15372517456988796,0.07045531583667322,0.03347601468229097,0.15372517456988796,0.3819646866125826,0.8956552806768424,0.15372517456988796,0.3375303602447561,0.6098392501381696,0.15372517456988796,0.32853565981387844,0.5654521651444944,0.15372517456988796,0.2735624768102997,0.4130792224544065,0.15372517456988796,0.2294778859611627,0.14330730449659232,0.5,0.15372517456988796,0.07532625461490794,0.17519385815359545,0.0,0.6600896890142945,0.2867558362725095 -4842,0.5,0.15372517456988796,0.20854654219364965,0.6389968799318464,0.15372517456988796,0.20619054583075264,0.8498128455427808,0.15372517456988796,0.1852306767342924,0.4174305090784655,0.15372517456988796,0.18449222064412418,0.3047398096763431,0.15372517456988796,0.2168122081940021,0.2860048026914334,0.15372517456988796,0.23310222301746086,0.38986802775906093,0.15372517456988796,0.21479861975924772,0.30515910760348136,0.15372517456988796,0.15234245406971975,0.18190688304289337,0.5,0.15372517456988796,0.07582963843523766,0.06061339277094827,0.15372517456988796,0.027328459196028925,0.12285397357906389,0.5,0.15372517456988796,0.02730434259511729,0.04454882008127528,0.15372517456988796,0.04208571483508334,0.028487108576502586,0.15372517456988796,0.25851701602181854,0.8485186341142483,0.15372517456988796,0.23409622704003596,0.5755472317956263,0.15372517456988796,0.21238390424287767,0.4261573257523464,0.15372517456988796,0.18431075064209698,0.24599800669401514,0.15372517456988796,0.1202659730655852,0.15234038616255477,0.5,0.15372517456988796,0.022494477054254856,0.19353264485360674,0.0,0.7134994630673401,0.2553567689365986 -4843,0.5,0.15372517456988796,0.09133834005166983,0.5308322119472035,0.15372517456988796,0.11162313641855348,0.8086576347758812,0.15372517456988796,0.08549144042434273,0.2744383226679018,0.15372517456988796,0.08115091089951312,0.20578674784644624,0.15372517456988796,0.11604011230947756,0.16480934244548748,0.15372517456988796,0.12620742655790176,0.21668586683746183,0.15372517456988796,0.10969173194030019,0.17333028091061417,0.15372517456988796,0.09769537564751765,0.1304705773975765,0.5,0.15372517456988796,0.04106355025752036,0.034273021930311835,0.15372517456988796,0.006584148140322197,0.07052770760489618,0.5,0.15372517456988796,0.03337448305069601,0.05727824197425312,0.15372517456988796,0.021834536947918485,0.025133227135720308,0.15372517456988796,0.13397806181536845,0.7278203527204553,0.15372517456988796,0.12576518931891523,0.5186331850148066,0.15372517456988796,0.10677904242604541,0.3023567559099839,0.15372517456988796,0.08407164685793002,0.17827871171419962,0.15372517456988796,0.056866082932760395,0.1654949322282125,0.5,0.15372517456988796,0.004622665130435521,0.21094521289699078,0.0,0.7217518509255292,0.2555856848363883 -4844,0.5,0.15372517456988796,0.005785048912880338,0.4002233208920003,0.15372517456988796,0.03169397198490634,0.6370533441620673,0.15372517456988796,0.0014706853829391062,0.23613190803090806,0.15372517456988796,0.0,0.1922802747402919,0.15372517456988796,0.032697248443790156,0.15066155226878186,0.15372517456988796,0.03246294977772714,0.1459619401536088,0.15372517456988796,0.027880321376634543,0.12990386716992552,0.15372517456988796,0.02705086370526682,0.11479067335361864,0.5,0.15372517456988796,0.012366660232186523,0.019222007478212063,0.15372517456988796,0.00010936377289991398,0.05441422719479592,0.5,0.15372517456988796,0.0018936987160897208,0.04644173956249751,0.15372517456988796,0.0006775801720436961,0.017840777958505118,0.15372517456988796,0.0318638200807493,0.5671860069045603,0.15372517456988796,0.03503834888485236,0.4916094404776391,0.15372517456988796,0.0258913350983018,0.25398588331712907,0.15372517456988796,0.01567893653308239,0.17604537080021213,0.15372517456988796,0.00010343169017021326,0.19767697438779275,0.5,0.15372517456988796,9.033783173080733e-05,0.2012770484902487,0.0,0.691863949348713,0.2758985776325328 -4845,0.5,0.15372517456988796,0.0,0.31160042318251635,0.15372517456988796,0.0,0.4262621744273321,0.15372517456988796,0.0,0.21945145547714595,0.15372517456988796,0.0,0.1890939067018661,0.15372517456988796,0.0,0.18401630408568678,0.15372517456988796,0.0,0.11878291646284256,0.15372517456988796,0.0,0.1077007054818805,0.15372517456988796,0.0,0.09550672952916545,0.5,0.15372517456988796,0.0,0.0305783235335439,0.15372517456988796,0.0,0.06921301102444066,0.5,0.15372517456988796,0.0,0.041123441043451066,0.15372517456988796,0.0,0.03320134617430181,0.15372517456988796,0.0,0.4408701767986115,0.15372517456988796,0.0,0.45946313668373095,0.15372517456988796,0.0,0.2492412274320459,0.15372517456988796,0.0,0.17904313859299906,0.15372517456988796,0.0,0.27534028319983467,0.5,0.15372517456988796,0.0,0.17116698411087933,0.0,0.6558256552780729,0.3242731932404319 -4846,0.5,0.15372517456988796,0.0,0.2686901424926732,0.15372517456988796,0.0,0.33796400040959235,0.15372517456988796,0.0,0.2084415126079048,0.15372517456988796,0.0,0.1824867681072293,0.15372517456988796,0.0,0.2251059620790791,0.15372517456988796,0.0,0.09896919744911514,0.15372517456988796,0.0,0.07859722490846283,0.15372517456988796,0.0,0.07319017353555186,0.5,0.15372517456988796,0.0,0.05422536804235255,0.15372517456988796,0.0,0.11164150077239815,0.5,0.15372517456988796,0.0,0.08532645778289921,0.15372517456988796,0.0,0.028306931893644253,0.15372517456988796,0.0,0.3697599511167757,0.15372517456988796,0.0,0.41745623071077587,0.15372517456988796,0.0,0.2554523270868261,0.15372517456988796,0.0,0.1703971338985164,0.15372517456988796,0.0,0.3208618884931737,0.5,0.15372517456988796,0.0,0.17042426539615335,0.0,0.6678419397709034,0.38093138991570935 -4847,0.5,0.15372517456988796,0.0,0.24801458433941873,0.15372517456988796,0.0,0.2948628572396503,0.15372517456988796,0.0,0.21956986224930533,0.15372517456988796,0.0,0.18313660220377392,0.15372517456988796,0.0,0.24605559119781573,0.15372517456988796,0.0,0.08393252266549385,0.15372517456988796,0.0,0.06503779270171034,0.15372517456988796,0.0,0.05871139959213595,0.5,0.15372517456988796,0.0,0.07113709940099483,0.15372517456988796,0.0,0.15362535765164603,0.5,0.15372517456988796,0.0,0.015111019101322334,0.15372517456988796,0.0,0.058348969378514366,0.15372517456988796,0.0,0.3338041023924474,0.15372517456988796,0.0,0.36924310732713284,0.15372517456988796,0.0,0.25147949440998796,0.15372517456988796,0.0,0.1779720370424522,0.15372517456988796,0.0,0.2909715271234993,0.5,0.15372517456988796,0.0,0.16252730477061017,0.0,0.713468711685527,0.43711854108384207 -4848,0.5,0.15372517456988796,0.0,0.24418837219616693,0.15372517456988796,0.0,0.2734098742240471,0.15372517456988796,0.0,0.21195649591033586,0.15372517456988796,0.0,0.1734674471339662,0.15372517456988796,0.0,0.22820435467143294,0.15372517456988796,0.0,0.08973156911664149,0.15372517456988796,0.0,0.08049338917375073,0.15372517456988796,0.0,0.047559867373471995,0.5,0.15372517456988796,0.0,0.07719475113377845,0.15372517456988796,0.0,0.21811918635127564,0.5,0.15372517456988796,0.0,0.029880620661714576,0.15372517456988796,0.0,0.11638304623186044,0.15372517456988796,0.0,0.3250716755546983,0.15372517456988796,0.0,0.34289535488841005,0.15372517456988796,0.0,0.23437722105984432,0.15372517456988796,0.0,0.16852413389622345,0.15372517456988796,0.0,0.20285397347720968,0.5,0.15372517456988796,0.0,0.12489241694719075,0.0,0.7411613789715605,0.5010380913453671 -4849,0.5,0.15372517456988796,0.0,0.2399595150352141,0.15372517456988796,0.0,0.2595449488301037,0.15372517456988796,0.0,0.1722383099283797,0.15372517456988796,0.0,0.15533610173549234,0.15372517456988796,0.0,0.19262731186630536,0.15372517456988796,0.0,0.1009620083060648,0.15372517456988796,0.0,0.09442078434381103,0.15372517456988796,0.0,0.03494892035918475,0.5,0.15372517456988796,0.0,0.08513536765913643,0.15372517456988796,0.0,0.22746776660501677,0.5,0.15372517456988796,0.0,0.12776485458972675,0.15372517456988796,0.0,0.1272919334772315,0.15372517456988796,0.0,0.3397414297589967,0.15372517456988796,0.0,0.33019419259381827,0.15372517456988796,0.0,0.2075578401188914,0.15372517456988796,0.0,0.14434753935740746,0.15372517456988796,0.0,0.18623376560295912,0.5,0.15372517456988796,0.0,0.10130951184229942,0.0,0.7584707907039521,0.5398500670957987 -4850,0.5,0.15372517456988796,0.0,0.22279089068029778,0.15372517456988796,0.0,0.22051303971593794,0.15372517456988796,0.0,0.1494033138359506,0.15372517456988796,0.0,0.135540048201952,0.15372517456988796,0.0,0.14946072633829524,0.15372517456988796,0.0,0.09788022316388917,0.15372517456988796,0.0,0.08498285497370503,0.15372517456988796,0.0,0.03389462604311713,0.5,0.15372517456988796,0.0,0.10744817003462258,0.15372517456988796,0.0,0.17344875782615388,0.5,0.15372517456988796,0.0,0.1588826627889489,0.15372517456988796,0.0,0.16284580375013893,0.15372517456988796,0.0,0.35604722084182533,0.15372517456988796,0.0,0.3021499598203152,0.15372517456988796,0.0,0.17002746244012568,0.15372517456988796,0.0,0.15761811261765254,0.15372517456988796,0.0,0.17772306442693608,0.5,0.15372517456988796,0.0,0.07808664191464146,0.0,0.7551976112624529,0.5540319266688574 -4851,0.5,0.15372517456988796,0.0,0.19766456101916421,0.15372517456988796,0.0,0.17666743706865734,0.15372517456988796,0.0,0.14122313617919605,0.15372517456988796,0.0,0.11522390056949405,0.15372517456988796,0.0,0.12307900427079549,0.15372517456988796,0.0,0.08705113860953398,0.15372517456988796,0.0,0.06708312252389008,0.15372517456988796,0.0,0.04313456601673689,0.5,0.15372517456988796,0.0,0.1177946127310271,0.15372517456988796,0.0,0.12952485393062912,0.5,0.15372517456988796,0.0,0.1921543829567138,0.15372517456988796,0.0,0.12625425181510513,0.15372517456988796,0.0,0.3432592107121751,0.15372517456988796,0.0,0.26552298843291383,0.15372517456988796,0.0,0.13052930904882068,0.15372517456988796,0.0,0.1625299100985499,0.15372517456988796,0.0,0.1737657069320004,0.5,0.15372517456988796,0.0,0.06842256173561034,0.0,0.7214237205327837,0.5538437441297861 -4852,0.5,0.15372517456988796,0.0,0.17821931783628897,0.15372517456988796,0.0,0.15959640615738652,0.15372517456988796,0.0,0.12795384277348731,0.15372517456988796,0.0,0.10181701587447227,0.15372517456988796,0.0,0.10973049476408236,0.15372517456988796,0.0,0.08046963347749245,0.15372517456988796,0.0,0.06122459390479631,0.15372517456988796,0.0,0.04516165575843897,0.5,0.15372517456988796,0.0,0.12945049620871468,0.15372517456988796,0.0,0.11605573682849586,0.5,0.15372517456988796,0.0,0.18298028576462452,0.15372517456988796,0.0,0.07264905455026817,0.15372517456988796,0.0,0.3132927810578017,0.15372517456988796,0.0,0.23902445194212513,0.15372517456988796,0.0,0.10905433191705699,0.15372517456988796,0.0,0.16481790926118364,0.15372517456988796,0.0,0.150102104025513,0.5,0.15372517456988796,0.0,0.05816564570728835,0.0,0.6742327468006195,0.5716712253343931 -4853,0.5,0.15372517456988796,0.001258384509855749,0.165115564376041,0.15372517456988796,0.0,0.14309340257290334,0.15372517456988796,0.0,0.10331626063027324,0.15372517456988796,0.00048742821989822515,0.08889121073367688,0.15372517456988796,0.0,0.10038320534350534,0.15372517456988796,0.0,0.07448307364278342,0.15372517456988796,0.0,0.05257114878811066,0.15372517456988796,0.0,0.0411025635119521,0.5,0.15372517456988796,0.0,0.14763463470407273,0.15372517456988796,0.0,0.10128645291337598,0.5,0.15372517456988796,0.0,0.1493299506425824,0.15372517456988796,0.0,0.04637708007122302,0.15372517456988796,2.2733514775465463e-05,0.2797132086403505,0.15372517456988796,0.0,0.21582263746041647,0.15372517456988796,0.0,0.09567714736408961,0.15372517456988796,0.0,0.16166585806095687,0.15372517456988796,0.0,0.1161960461798037,0.5,0.15372517456988796,0.0,0.04692733509588848,0.0,0.6495358267070848,0.6113765878977556 -4854,0.5,0.15372517456988796,0.05037709128315919,0.1690785499830883,0.15372517456988796,0.04053341950061977,0.14733264164865445,0.15372517456988796,0.038628264553349945,0.07786584237232569,0.15372517456988796,0.04818115649471738,0.07690677334665119,0.15372517456988796,0.027632815857881132,0.10062202312088295,0.15372517456988796,0.02006707494030792,0.06861758670846821,0.15372517456988796,0.026662187492118395,0.04114475626054988,0.15372517456988796,0.018289568041792378,0.0320538282035985,0.5,0.15372517456988796,0.013313406077024999,0.14132664677254989,0.15372517456988796,0.0026536270365461597,0.06398570463210165,0.5,0.15372517456988796,0.011483895959682402,0.13864076974271974,0.15372517456988796,0.0022388684094350264,0.03364214233004179,0.15372517456988796,0.04111510619194451,0.2420233977521858,0.15372517456988796,0.03203319922041365,0.20703027211666547,0.15372517456988796,0.0354332631626778,0.10263923440460698,0.15372517456988796,0.028508137390080197,0.14163797295436178,0.15372517456988796,0.014342328493360996,0.10336319799984668,0.5,0.15372517456988796,0.0029522628128972987,0.043773862141102085,0.0,0.6546458930639331,0.6232418905669759 -4855,0.5,0.15372517456988796,0.1289198836695951,0.2682412907332453,0.15372517456988796,0.11221491836094459,0.22462001351086608,0.15372517456988796,0.11501544640749137,0.12021772520455418,0.15372517456988796,0.1297011702407369,0.10540986289336456,0.15372517456988796,0.09546817715079885,0.15779464501922044,0.15372517456988796,0.08736883166638443,0.0869701979011839,0.15372517456988796,0.09665144334103185,0.052401500938204976,0.15372517456988796,0.08747021575418386,0.031875692883272896,0.5,0.15372517456988796,0.07950605758340318,0.14363482770977862,0.15372517456988796,0.02243399778028587,0.05550696347428908,0.5,0.15372517456988796,0.06862811588378712,0.16561521041238805,0.15372517456988796,0.020440077515378186,0.028426213261554055,0.15372517456988796,0.11135329609331461,0.3104988334680874,0.15372517456988796,0.10010011677858324,0.29466427474489965,0.15372517456988796,0.10738950363330244,0.1740595052302716,0.15372517456988796,0.10087395945894495,0.15983866780080422,0.15372517456988796,0.06309707052402501,0.12155768372647327,0.5,0.15372517456988796,0.018376703831263375,0.05572352522661939,0.0,0.669108706151774,0.616970531841009 -4856,0.5,0.15372517456988796,0.24486278996617894,0.40295926750058275,0.15372517456988796,0.22596884776156861,0.3612576752663846,0.15372517456988796,0.23114781987876884,0.23386879383003664,0.15372517456988796,0.24773036188375336,0.19318128973406484,0.15372517456988796,0.20492407127710527,0.2753556507525703,0.15372517456988796,0.1941686226197153,0.12251068717908159,0.15372517456988796,0.205925863104405,0.09856192213826716,0.15372517456988796,0.19612444879037633,0.06196515992884734,0.5,0.15372517456988796,0.1835719738883446,0.2166637021203844,0.15372517456988796,0.05244533523753388,0.06203699831147691,0.5,0.15372517456988796,0.1603136219970745,0.21391979908114764,0.15372517456988796,0.055294340352967083,0.027346769272223844,0.15372517456988796,0.2249578588027826,0.4617162922508734,0.15372517456988796,0.2106087479421252,0.39120659322894513,0.15372517456988796,0.22065319441841247,0.22398048384858574,0.15372517456988796,0.21283999159141911,0.23885761780709056,0.15372517456988796,0.13303410703281154,0.1442739856310946,0.5,0.15372517456988796,0.04439488362421003,0.06677334612807681,0.0,0.6441588538615278,0.6339873875245556 -4857,0.5,0.15372517456988796,0.3653029010155121,0.48741897131066136,0.15372517456988796,0.34773395514954203,0.5535111190582149,0.15372517456988796,0.3585500748902905,0.31209646441984695,0.15372517456988796,0.37547650957900613,0.2409826828036068,0.15372517456988796,0.32706215476201633,0.31329786000760385,0.15372517456988796,0.31605208005798735,0.18144263492085466,0.15372517456988796,0.3291997651105523,0.15816816696556615,0.15372517456988796,0.31984263679171987,0.09850592102988058,0.5,0.15372517456988796,0.3139583962470042,0.31843969432825975,0.15372517456988796,0.09445733173703683,0.10362909531632511,0.5,0.15372517456988796,0.2686149313529157,0.2934867199078659,0.15372517456988796,0.09031996789454821,0.031181029118782313,0.15372517456988796,0.3475318571828074,0.5834710831359865,0.15372517456988796,0.33238261381204653,0.4638803952215479,0.15372517456988796,0.34465042429749954,0.2668828614415284,0.15372517456988796,0.33854987515512835,0.3878093021239349,0.15372517456988796,0.2183833550413184,0.2280761765757107,0.5,0.15372517456988796,0.08118727289205772,0.05377431299542151,0.0,0.5927973394613631,0.6288738506300322 -4858,0.5,0.15372517456988796,0.48605083234691937,0.581427518597068,0.15372517456988796,0.47763836518441527,0.6377823436752792,0.15372517456988796,0.49129581189532245,0.4109616225837446,0.15372517456988796,0.5038186186485831,0.31985212902558685,0.15372517456988796,0.4595932320933144,0.35036389009469543,0.15372517456988796,0.44959006445112926,0.19603218461808797,0.15372517456988796,0.4634867712387094,0.24908074511071837,0.15372517456988796,0.4543492660935671,0.15973616969147392,0.5,0.15372517456988796,0.4541611962474882,0.39798287767187357,0.15372517456988796,0.13431835976118903,0.0864031298650274,0.5,0.15372517456988796,0.38606383984723,0.3079634689370828,0.15372517456988796,0.14564769743564449,0.034818987953682524,0.15372517456988796,0.47983884905411556,0.64266870371888,0.15372517456988796,0.46408054365297513,0.5285771928950642,0.15372517456988796,0.4774531253125742,0.37225703250691455,0.15372517456988796,0.47379578279431134,0.4587139049255412,0.15372517456988796,0.3125118779241499,0.27748455925340554,0.5,0.15372517456988796,0.11320242538797072,0.036438014972236796,0.0,0.5698298958418717,0.5633251515266096 -4859,0.5,0.15372517456988796,0.5711395368711392,0.6414874253935714,0.15372517456988796,0.585672268802592,0.7224704301540577,0.15372517456988796,0.5970035197448805,0.5634651310442547,0.15372517456988796,0.6003708867492625,0.4439969858998586,0.15372517456988796,0.5725818900999684,0.4304603417223489,0.15372517456988796,0.5659633388474277,0.25852149959984344,0.15372517456988796,0.5776072291515958,0.34782918459359535,0.15372517456988796,0.5703013898325031,0.2403540915281631,0.5,0.15372517456988796,0.571278012620516,0.42054239421774137,0.15372517456988796,0.12799689196875744,0.04154819050535144,0.5,0.15372517456988796,0.5012521879805956,0.33493581240353243,0.15372517456988796,0.22752667892158798,0.0539520633808534,0.15372517456988796,0.5931930944389554,0.6903891020301285,0.15372517456988796,0.5774085410581472,0.5859796916391544,0.15372517456988796,0.5866060054341452,0.46633469854819865,0.15372517456988796,0.5868696025788703,0.548218387403029,0.15372517456988796,0.36966227125053075,0.2922847497296428,0.5,0.15372517456988796,0.18147113801631937,0.024982175505561956,0.0,0.5452383184225431,0.4604414237612989 -4860,0.5,0.15372517456988796,0.6197503438782104,0.6842528114486904,0.15372517456988796,0.6488501823055906,0.7931671977668043,0.15372517456988796,0.6493981190712483,0.6842820792002144,0.15372517456988796,0.638977761446082,0.5745864729857422,0.15372517456988796,0.6132172233452872,0.487529371192535,0.15372517456988796,0.6352217036125889,0.359686209278533,0.15372517456988796,0.6402848753408338,0.5042760273037316,0.15372517456988796,0.6442826837839394,0.32381828626796355,0.5,0.15372517456988796,0.6448746012842531,0.46065793692958495,0.15372517456988796,0.08840600747720828,0.028142386720289927,0.5,0.15372517456988796,0.5880529033339673,0.3799159724773569,0.15372517456988796,0.25712910555995017,0.07050342974822936,0.15372517456988796,0.6623628871355338,0.7345550261939948,0.15372517456988796,0.639501337780735,0.6338928897512386,0.15372517456988796,0.6313778115886972,0.5594752855854557,0.15372517456988796,0.6504931823381699,0.6527052337288285,0.15372517456988796,0.4101493299509075,0.32685073899494643,0.5,0.15372517456988796,0.24777905864768335,0.031232705772130033,0.0,0.5257154439043865,0.38359029531935146 -4861,0.5,0.15372517456988796,0.630994881166883,0.6993010983185551,0.15372517456988796,0.6369230175096443,0.8308293636810303,0.15372517456988796,0.658526990422253,0.7208400808889578,0.15372517456988796,0.6427392150889037,0.6134802474942561,0.15372517456988796,0.6512273701879404,0.500712788379737,0.15372517456988796,0.6453688350760177,0.41722143740220646,0.15372517456988796,0.6576811933470597,0.584185228478334,0.15372517456988796,0.6649945473567527,0.33962438285254903,0.5,0.15372517456988796,0.678041643162126,0.4862404629573042,0.15372517456988796,0.08538842848105785,0.023296010375616842,0.5,0.15372517456988796,0.6211253650515357,0.404480066774757,0.15372517456988796,0.23056096416077043,0.07067397031604322,0.15372517456988796,0.6897372859022705,0.7620593529682016,0.15372517456988796,0.6608209586271208,0.6648172284003316,0.15372517456988796,0.6454457413895845,0.5651745711595275,0.15372517456988796,0.6814259126920841,0.6540022957973819,0.15372517456988796,0.42956644175941516,0.34139760039278444,0.5,0.15372517456988796,0.27022070536086884,0.03412210802095736,0.0,0.5112974235265378,0.3748201953878563 -4862,0.5,0.15372517456988796,0.6131802382707503,0.7032645587085999,0.15372517456988796,0.6205111981190783,0.8626913225289622,0.15372517456988796,0.6414755371755054,0.7092361443895595,0.15372517456988796,0.6121190510021377,0.5880474795041086,0.15372517456988796,0.6473017850239682,0.47685085154065276,0.15372517456988796,0.6441504599870794,0.43045697353794027,0.15372517456988796,0.6544524587833845,0.560314015919212,0.15372517456988796,0.6604210200747977,0.34489039671060673,0.5,0.15372517456988796,0.6707272271577778,0.5036535922521262,0.15372517456988796,0.09775276313608128,0.016616980716974594,0.5,0.15372517456988796,0.5913945220936832,0.3949237620037286,0.15372517456988796,0.1626705711850159,0.05648642816366712,0.15372517456988796,0.6766247359972711,0.7706361704874385,0.15372517456988796,0.6501202525103833,0.6838749220191769,0.15372517456988796,0.6297427719632385,0.5359074193089828,0.15372517456988796,0.6674211612497432,0.6205104854506782,0.15372517456988796,0.43319026193135113,0.3298783406405181,0.5,0.15372517456988796,0.19224444217164408,0.03366210794230153,0.0,0.48775163304293717,0.4343925651194774 -4863,0.5,0.15372517456988796,0.5273137004216759,0.7261847340119008,0.15372517456988796,0.5914547198213113,0.8869796801206091,0.15372517456988796,0.574110777094294,0.6796856253866471,0.15372517456988796,0.5037319023027195,0.528551770820484,0.15372517456988796,0.5901842924113466,0.45968882314517,0.15372517456988796,0.6023885853627664,0.44918542968342456,0.15372517456988796,0.6051523635356802,0.49582196640401816,0.15372517456988796,0.6183234432474365,0.36086298090930496,0.5,0.15372517456988796,0.6233850569021498,0.5068084730128187,0.15372517456988796,0.1670171731239517,0.013138758539814976,0.5,0.15372517456988796,0.5118666953970087,0.34530196649339084,0.15372517456988796,0.14588849253942304,0.03833880481695332,0.15372517456988796,0.6237428133512015,0.7777978176800892,0.15372517456988796,0.5961763091887022,0.7095934503081194,0.15372517456988796,0.57870557329959,0.5149544860248229,0.15372517456988796,0.6137423438731116,0.5744179500607914,0.15372517456988796,0.3938916201292467,0.2970770455807844,0.5,0.15372517456988796,0.16645330890379795,0.03006541317815368,0.0,0.47747540405345656,0.5071037925331083 -4864,0.5,0.15372517456988796,0.42422806194765084,0.7582618070987865,0.15372517456988796,0.4892160047322633,0.9099178237282172,0.15372517456988796,0.4695935941261692,0.6613644131463358,0.15372517456988796,0.39802519661776353,0.4832526263128986,0.15372517456988796,0.4994245412365295,0.46098189985941435,0.15372517456988796,0.513151187770055,0.48850019183885607,0.15372517456988796,0.5135232572712681,0.43582861357540315,0.15372517456988796,0.5246818070274424,0.38519018450793086,0.5,0.15372517456988796,0.528546731545041,0.5096580877164941,0.15372517456988796,0.10296995372899767,0.004018778762779585,0.5,0.15372517456988796,0.3898861386685394,0.2581807517534018,0.15372517456988796,0.11334942592864274,0.019241077834351653,0.15372517456988796,0.5199778655923997,0.7828974173632453,0.15372517456988796,0.5025462534134486,0.7414445101936927,0.15372517456988796,0.4693017667183589,0.5081726296217566,0.15372517456988796,0.5124403721710985,0.5167997353382006,0.15372517456988796,0.30957806426057,0.23924761753260557,0.5,0.15372517456988796,0.17652079881991878,0.032726925905402174,0.0,0.47357455949133925,0.5508791046321603 -4865,0.5,0.15372517456988796,0.31050261913626936,0.7524665492892442,0.15372517456988796,0.3736340431625364,0.9174025393164736,0.15372517456988796,0.34137208750585774,0.625985843362649,0.15372517456988796,0.27876689844636005,0.3686700378229866,0.15372517456988796,0.37247583411403556,0.47156982886401244,0.15372517456988796,0.3923262197101711,0.4862075224565228,0.15372517456988796,0.3872900319232734,0.34492830416018944,0.15372517456988796,0.40093856408577244,0.38514809892449586,0.5,0.15372517456988796,0.397807334963204,0.43654323177811916,0.15372517456988796,0.09215869841706387,0.005051896750095418,0.5,0.15372517456988796,0.2718333261120136,0.14092209933045194,0.15372517456988796,0.07755024303733048,0.012885964542108188,0.15372517456988796,0.3914870718942005,0.7751389264695607,0.15372517456988796,0.3773475030233181,0.7687646795795022,0.15372517456988796,0.3410069128436538,0.5111047987513969,0.15372517456988796,0.37693839020282366,0.3946314510768171,0.15372517456988796,0.2134839522125223,0.18960387276715857,0.5,0.15372517456988796,0.11638450986443932,0.028809491925790662,0.0,0.47378069182002497,0.5553914901804664 -4866,0.5,0.15372517456988796,0.20576443916414547,0.6830411230758281,0.15372517456988796,0.2550931459007705,0.8853337718430698,0.15372517456988796,0.21214084777921016,0.39926882218600335,0.15372517456988796,0.16610779352248828,0.19054774229842897,0.15372517456988796,0.25573432411644687,0.40052432926758796,0.15372517456988796,0.2730168240297595,0.3368462168319245,0.15372517456988796,0.26194896581872895,0.13938384483564517,0.15372517456988796,0.2694869234507658,0.2624359766536627,0.5,0.15372517456988796,0.2654811514418593,0.2190342688056689,0.15372517456988796,0.07616929988650535,0.0022100771331477385,0.5,0.15372517456988796,0.1479489047531246,0.029996273870023637,0.15372517456988796,0.060812068925648034,0.005732246041608886,0.15372517456988796,0.2658043402651063,0.7188370545787931,0.15372517456988796,0.2607895076153781,0.7517770290105037,0.15372517456988796,0.2242252858609069,0.46716399881463283,0.15372517456988796,0.24901797695699046,0.15879816960981585,0.15372517456988796,0.1281455851165938,0.11385514723526709,0.5,0.15372517456988796,0.08887245789480705,0.015088809536943897,0.0,0.47442713796976577,0.5150788242808652 -4867,0.5,0.15372517456988796,0.08393272858545664,0.5719884955462945,0.15372517456988796,0.12962709057368602,0.7913023957754709,0.15372517456988796,0.08006185089822863,0.22199676973594745,0.15372517456988796,0.06595669058543377,0.11688987987373455,0.15372517456988796,0.13071968053545618,0.4212896333499992,0.15372517456988796,0.14724848319556702,0.12584935970783084,0.15372517456988796,0.13065416445152783,0.06914890276432126,0.15372517456988796,0.14067341130739577,0.11455161648760984,0.5,0.15372517456988796,0.13130385829597194,0.10914714447776674,0.15372517456988796,0.03497589417249311,0.002812704433658478,0.5,0.15372517456988796,0.05811635650086329,0.009398996576501235,0.15372517456988796,0.027344642552344003,0.0029511401293177354,0.15372517456988796,0.13741732494988795,0.5769081826800302,0.15372517456988796,0.13858303657619836,0.6883100616635689,0.15372517456988796,0.10481972037860679,0.46250555307267,0.15372517456988796,0.12103299292310252,0.11369874494554648,0.15372517456988796,0.055016838521497996,0.11877456850296708,0.5,0.15372517456988796,0.034276004948308306,0.018502447298265653,0.0,0.47987821716995877,0.4516202630216117 -4868,0.5,0.15372517456988796,0.004118971785404669,0.4511809156847556,0.15372517456988796,0.023510154020450248,0.6025114500489238,0.15372517456988796,0.0,0.1654493582754013,0.15372517456988796,0.0,0.12447198888032482,0.15372517456988796,0.027159038214918194,0.5866467556231536,0.15372517456988796,0.027908730034288023,0.12110773732861939,0.15372517456988796,0.023560829632881104,0.07629345605527287,0.15372517456988796,0.025143887817576663,0.07083145919378597,0.5,0.15372517456988796,0.020725971056098188,0.09808337076068391,0.15372517456988796,0.00021191179029683214,0.004871958627214371,0.5,0.15372517456988796,0.0004098550286183267,0.03369912364757121,0.15372517456988796,0.00037889929652801225,0.0024567979863550906,0.15372517456988796,0.0291749718362913,0.39452689658670304,0.15372517456988796,0.02879289321320034,0.6074545761725592,0.15372517456988796,0.01901284291037695,0.46327486188563166,0.15372517456988796,0.014754362660223024,0.12207224197815834,0.15372517456988796,0.0004207941485141294,0.15814943169055412,0.5,0.15372517456988796,0.00015004165059786636,0.027234611713967967,0.0,0.4962398812328426,0.382466988310272 -4869,0.5,0.15372517456988796,0.0,0.3888210958285023,0.15372517456988796,0.0,0.4389125878888307,0.15372517456988796,0.0,0.19648990958109286,0.15372517456988796,0.0,0.1553389905630525,0.15372517456988796,0.0,0.6882511809135972,0.15372517456988796,0.0,0.2069567575860426,0.15372517456988796,0.0,0.09809393236381331,0.15372517456988796,0.0,0.06347567764447669,0.5,0.15372517456988796,0.0,0.09717815570376159,0.15372517456988796,0.0,0.006424287098511727,0.5,0.15372517456988796,0.0,0.09783330959446776,0.15372517456988796,0.0,0.0025697558410607995,0.15372517456988796,0.0,0.29235224404552335,0.15372517456988796,0.0,0.5406020326353242,0.15372517456988796,0.0,0.4626282564316305,0.15372517456988796,0.0,0.1346709587070552,0.15372517456988796,0.0,0.20294066189551097,0.5,0.15372517456988796,0.0,0.03226012537888349,0.0,0.5437633590301614,0.3350301300886702 -4870,0.5,0.15372517456988796,0.0,0.3407937036211234,0.15372517456988796,0.0,0.3293988697935193,0.15372517456988796,0.0,0.28742699528704546,0.15372517456988796,0.0,0.18177243815043626,0.15372517456988796,0.0,0.6257869242486845,0.15372517456988796,0.0,0.3246887877963789,0.15372517456988796,0.0,0.14048157730020466,0.15372517456988796,0.0,0.05754429980262428,0.5,0.15372517456988796,0.0,0.09422077635214808,0.15372517456988796,0.0,0.006258100187080933,0.5,0.15372517456988796,0.0,0.19211218108628797,0.15372517456988796,0.0,0.003836357093778894,0.15372517456988796,0.0,0.23537470640800423,0.15372517456988796,0.0,0.47510018615032457,0.15372517456988796,0.0,0.4319185662540247,0.15372517456988796,0.0,0.13483042992485705,0.15372517456988796,0.0,0.22000863743520468,0.5,0.15372517456988796,0.0,0.030650819665017873,0.0,0.5566798878617825,0.31803818140329504 -4871,0.5,0.15372517456988796,0.0,0.30091655699344416,0.15372517456988796,0.0,0.2338291402833416,0.15372517456988796,0.0,0.31403564084605307,0.15372517456988796,0.0,0.191136302018658,0.15372517456988796,0.0,0.5143719003638557,0.15372517456988796,0.0,0.3721416174884936,0.15372517456988796,0.0,0.18306510563467812,0.15372517456988796,0.0,0.05357877849781427,0.5,0.15372517456988796,0.0,0.0949832647148587,0.15372517456988796,0.0,0.004933270984679376,0.5,0.15372517456988796,0.0,0.2443592837204344,0.15372517456988796,0.0,0.007476627860495812,0.15372517456988796,0.0,0.19457562193798494,0.15372517456988796,0.0,0.3999197983690741,0.15372517456988796,0.0,0.3358541005315741,0.15372517456988796,0.0,0.13182103521168206,0.15372517456988796,0.0,0.20385004173282498,0.5,0.15372517456988796,0.0,0.04120790108490528,0.0,0.5944539609537989,0.3184687831687324 -4872,0.5,0.15372517456988796,0.0,0.2683264599242695,0.15372517456988796,0.0,0.1841663615422712,0.15372517456988796,0.0,0.2520891274667436,0.15372517456988796,0.0,0.17976093544846894,0.15372517456988796,0.0,0.4053037915885795,0.15372517456988796,0.0,0.32253281785013344,0.15372517456988796,0.0,0.20815181924249632,0.15372517456988796,0.0,0.05338762084201118,0.5,0.15372517456988796,0.0,0.10085038253808723,0.15372517456988796,0.0,0.0035602411166560494,0.5,0.15372517456988796,0.0,0.22019277166192425,0.15372517456988796,0.0,0.012662965298298818,0.15372517456988796,0.0,0.17905184082474107,0.15372517456988796,0.0,0.3388500416536667,0.15372517456988796,0.0,0.2260334300561962,0.15372517456988796,0.0,0.14092936663882516,0.15372517456988796,0.0,0.16262625586769525,0.5,0.15372517456988796,0.0,0.06400605144670143,0.0,0.5918063797071949,0.30598541163158544 -4873,0.5,0.15372517456988796,0.0,0.2270864579907602,0.15372517456988796,0.0,0.16124352687690746,0.15372517456988796,0.0,0.18262739330822356,0.15372517456988796,0.0,0.14815103312610328,0.15372517456988796,0.0,0.32174812034731576,0.15372517456988796,0.0,0.24416254377780347,0.15372517456988796,0.0,0.18676233461225794,0.15372517456988796,0.0,0.0451074588499468,0.5,0.15372517456988796,0.0,0.10788153943333022,0.15372517456988796,0.0,0.005456094317191826,0.5,0.15372517456988796,0.0,0.19751622352615636,0.15372517456988796,0.0,0.01952603107224116,0.15372517456988796,0.0,0.17457215911213259,0.15372517456988796,0.0,0.3000994738403719,0.15372517456988796,0.0,0.16653266018864962,0.15372517456988796,0.0,0.13560316180254706,0.15372517456988796,0.0,0.12885031788889909,0.5,0.15372517456988796,0.0,0.06639424201518841,0.0,0.5955330816316383,0.31249601725601367 -4874,0.5,0.15372517456988796,0.0,0.1919996449646213,0.15372517456988796,0.0,0.14419807059243894,0.15372517456988796,0.0,0.130036645744174,0.15372517456988796,0.0,0.11414706277004165,0.15372517456988796,0.0,0.28143737203666297,0.15372517456988796,0.0,0.19273521404372174,0.15372517456988796,0.0,0.13798218142228805,0.15372517456988796,0.0,0.040536259514575235,0.5,0.15372517456988796,0.0,0.11348917949611548,0.15372517456988796,0.0,0.009064023526176357,0.5,0.15372517456988796,0.0,0.17273767637721002,0.15372517456988796,0.0,0.025365782675927182,0.15372517456988796,0.0,0.1702323576921231,0.15372517456988796,0.0,0.28528131595874634,0.15372517456988796,0.0,0.13947150624737176,0.15372517456988796,0.0,0.11500729157750325,0.15372517456988796,0.0,0.09866801184347357,0.5,0.15372517456988796,0.0,0.05037869053253141,0.0,0.6230511888322924,0.34285992595421 -4875,0.5,0.15372517456988796,0.0,0.1802173616898644,0.15372517456988796,0.0,0.135786729658294,0.15372517456988796,0.0,0.09894037618770472,0.15372517456988796,0.0,0.08267249886156093,0.15372517456988796,0.0,0.2573933142556662,0.15372517456988796,0.0,0.17211993170606787,0.15372517456988796,0.0,0.1037572343651853,0.15372517456988796,0.0,0.036407355098427255,0.5,0.15372517456988796,0.0,0.11429505090419997,0.15372517456988796,0.0,0.007548702370124899,0.5,0.15372517456988796,0.0,0.1444001171161046,0.15372517456988796,0.0,0.026021184238986726,0.15372517456988796,0.0,0.1795709996088906,0.15372517456988796,0.0,0.26765882138993546,0.15372517456988796,0.0,0.12163140096831483,0.15372517456988796,0.0,0.09331633719760857,0.15372517456988796,0.0,0.07797743047163892,0.5,0.15372517456988796,0.0,0.03452843134171732,0.0,0.621246611058387,0.3556895213888553 -4876,0.5,0.15372517456988796,0.0,0.16693401559847135,0.15372517456988796,0.0,0.1419823881442289,0.15372517456988796,0.0,0.07871371433175241,0.15372517456988796,0.0,0.07204302698783399,0.15372517456988796,0.0,0.22632847574245604,0.15372517456988796,0.0,0.1684397417999996,0.15372517456988796,0.0,0.08656583211256395,0.15372517456988796,0.0,0.03146557845453309,0.5,0.15372517456988796,0.0,0.11905634655664178,0.15372517456988796,0.0,0.003838745914806899,0.5,0.15372517456988796,0.0,0.12201981844601345,0.15372517456988796,0.0,0.02071742089752743,0.15372517456988796,0.0,0.19956616143739192,0.15372517456988796,0.0,0.25187900916573835,0.15372517456988796,0.0,0.10123565143586662,0.15372517456988796,0.0,0.07760190780638597,0.15372517456988796,0.0,0.06566254149562635,0.5,0.15372517456988796,0.0,0.024935616335014094,0.0,0.5888035498130554,0.3437105733216816 -4877,0.5,0.15372517456988796,0.0010088140253910755,0.15173470269915973,0.15372517456988796,0.0,0.1541570447992832,0.15372517456988796,0.0,0.06856283073848156,0.15372517456988796,0.0003021133910880599,0.06794598887787616,0.15372517456988796,0.0,0.1936310100927889,0.15372517456988796,0.0,0.1664316694789313,0.15372517456988796,0.0,0.06843360459411593,0.15372517456988796,0.0,0.026849736150022938,0.5,0.15372517456988796,0.0,0.11397281501412616,0.15372517456988796,0.0,0.0033061981090377088,0.5,0.15372517456988796,0.0,0.10729658030715758,0.15372517456988796,0.0,0.01800412575673982,0.15372517456988796,3.557264952723254e-06,0.21295473034487242,0.15372517456988796,0.0,0.2562873832365572,0.15372517456988796,0.0,0.10869772378379106,0.15372517456988796,0.0,0.07179284222294567,0.15372517456988796,0.0,0.05304609763350325,0.5,0.15372517456988796,0.0,0.019487200730636773,0.0,0.5546677149901993,0.35788879381450156 -4878,0.5,0.15372517456988796,0.05038534636802734,0.1444770777178145,0.15372517456988796,0.04101677767036205,0.1392069001060955,0.15372517456988796,0.03321726895669318,0.08868425703244892,0.15372517456988796,0.04634966587189136,0.057172672105505126,0.15372517456988796,0.027068002911823603,0.1992978857481167,0.15372517456988796,0.018386110631065634,0.14679441070363797,0.15372517456988796,0.0250148440906446,0.056881577096874476,0.15372517456988796,0.01689787017344794,0.02193980741998947,0.5,0.15372517456988796,0.012334303205115114,0.09940471374736885,0.15372517456988796,0.01689085779986641,0.004666481937802238,0.5,0.15372517456988796,0.012088830031431508,0.07880491466682553,0.15372517456988796,0.010754624657719581,0.0165163492202608,0.15372517456988796,0.04146311756127753,0.18743250981999798,0.15372517456988796,0.03227919293532055,0.2625813867260605,0.15372517456988796,0.03379805702723901,0.12707984350013565,0.15372517456988796,0.026869729441553657,0.05670823947946685,0.15372517456988796,0.02911867363799775,0.03743801934151129,0.5,0.15372517456988796,0.0320654653331218,0.014320899717902503,0.0,0.5552233131289817,0.3997338225217978 -4879,0.5,0.15372517456988796,0.13001139327781483,0.22036671863064736,0.15372517456988796,0.11419293652140641,0.207435491022536,0.15372517456988796,0.10736172301514989,0.13567351586452836,0.15372517456988796,0.1281840187997455,0.0794392254172648,0.15372517456988796,0.09626908397586705,0.2874554731871488,0.15372517456988796,0.08586217561788723,0.17307033362393237,0.15372517456988796,0.0948320781032181,0.07496947319500923,0.15372517456988796,0.08597458773159072,0.01788024776199431,0.5,0.15372517456988796,0.07915731199419387,0.08409720761246471,0.15372517456988796,0.08622590722064148,0.006776699432917518,0.5,0.15372517456988796,0.07747004702978456,0.06483770744089096,0.15372517456988796,0.06950359583024981,0.014984043138693502,0.15372517456988796,0.11290769837433517,0.2425076602979129,0.15372517456988796,0.10196093496963521,0.33689018110104085,0.15372517456988796,0.10632961876217331,0.20710294147457053,0.15372517456988796,0.09902257193488966,0.05961941009344876,0.15372517456988796,0.10336925662756086,0.0335500157344587,0.5,0.15372517456988796,0.11115793850003443,0.010694089898433935,0.0,0.5732364036933209,0.4388317683946588 -4880,0.5,0.15372517456988796,0.24959335886198067,0.3910676728272984,0.15372517456988796,0.23013312402998543,0.3456032620311585,0.15372517456988796,0.2199704059979743,0.16241766326266135,0.15372517456988796,0.2475598610816479,0.1442522759068851,0.15372517456988796,0.20805707320834332,0.5103150461622352,0.15372517456988796,0.193945987142233,0.3101906592492004,0.15372517456988796,0.2066932461438188,0.1746607787618165,0.15372517456988796,0.1949208353464783,0.03661418342734446,0.5,0.15372517456988796,0.17876370087658233,0.12938106194608162,0.15372517456988796,0.20521493294691842,0.05506418571039565,0.5,0.15372517456988796,0.17205711702209892,0.1419619366950658,0.15372517456988796,0.1671245602477326,0.04542301716739268,0.15372517456988796,0.22806911205665337,0.4042102906559177,0.15372517456988796,0.21487865877003476,0.521206354299964,0.15372517456988796,0.22098054983663545,0.2882499587251931,0.15372517456988796,0.21118439657453747,0.14098330526188754,0.15372517456988796,0.21248677618018874,0.06631102397055426,0.5,0.15372517456988796,0.22829571042893582,0.027544008095110734,0.0,0.5689802168791271,0.47093323908499696 -4881,0.5,0.15372517456988796,0.37568527650886385,0.48141339885011575,0.15372517456988796,0.3542028300196734,0.5622343331050064,0.15372517456988796,0.34930273585488913,0.20883501816113884,0.15372517456988796,0.3772641902227203,0.1754737529276667,0.15372517456988796,0.3324741761011011,0.5459408374801193,0.15372517456988796,0.3175622832329717,0.3970960492233526,0.15372517456988796,0.3315646093716253,0.23349262544816085,0.15372517456988796,0.3180844932902806,0.09068016794646763,0.5,0.15372517456988796,0.2972261202778672,0.20112012115310923,0.15372517456988796,0.346067551752266,0.11017894917851045,0.5,0.15372517456988796,0.30432228550849494,0.21203534713381275,0.15372517456988796,0.2983465052811664,0.10702490849235469,0.15372517456988796,0.3520101448885766,0.5182844806678147,0.15372517456988796,0.3392802572237829,0.5543590741134232,0.15372517456988796,0.34859087553755913,0.3362431348308256,0.15372517456988796,0.33482528621209606,0.2266902248011149,0.15372517456988796,0.3311911480370923,0.14499418914956916,0.5,0.15372517456988796,0.3575468568246304,0.0491440683878384,0.0,0.5496950596090302,0.4915626743396894 -4882,0.5,0.15372517456988796,0.5061854202409491,0.5947191387264114,0.15372517456988796,0.48603738603571434,0.6311935653341533,0.15372517456988796,0.48763738539059986,0.280401541137395,0.15372517456988796,0.508942678359209,0.23828952034145395,0.15372517456988796,0.4672470806975117,0.5762445004584413,0.15372517456988796,0.45241354008139495,0.45071416354230776,0.15372517456988796,0.466823128759512,0.3493946855131158,0.15372517456988796,0.44653791851661684,0.15427225004648015,0.5,0.15372517456988796,0.42614529796609957,0.2928493953899243,0.15372517456988796,0.4578074193021089,0.16252669266776562,0.5,0.15372517456988796,0.4472118070516883,0.2580616212666882,0.15372517456988796,0.4345111253367675,0.16013202026936513,0.15372517456988796,0.48497982265527595,0.5974969678908901,0.15372517456988796,0.4735977794622411,0.5810463376517077,0.15372517456988796,0.4840118918214904,0.44590960768897014,0.15372517456988796,0.46350671242866925,0.31289252403173146,0.15372517456988796,0.45249095579281273,0.22453793009178752,0.5,0.15372517456988796,0.48203198211936316,0.07665345998106655,0.0,0.5408416159878613,0.46740557916051745 -4883,0.5,0.15372517456988796,0.6012057748901559,0.6978040921679317,0.15372517456988796,0.5942227911098981,0.7420099529712776,0.15372517456988796,0.5985396785095507,0.3883483774192658,0.15372517456988796,0.6097072369128764,0.3498268899189468,0.15372517456988796,0.5837102360719668,0.6267580881292659,0.15372517456988796,0.5693558822630442,0.540827179661396,0.15372517456988796,0.5815619677441682,0.47260516680209,0.15372517456988796,0.5475534616966482,0.25004719242082885,0.5,0.15372517456988796,0.5319432208182634,0.32028233120945715,0.15372517456988796,0.5394863658959765,0.1831256682544773,0.5,0.15372517456988796,0.5642821212689639,0.37210214274637454,0.15372517456988796,0.5261690596801353,0.2245702207569915,0.15372517456988796,0.5981415548459377,0.6633625778329694,0.15372517456988796,0.5892935431757316,0.6169256939271794,0.15372517456988796,0.5962043718765808,0.512524676364603,0.15372517456988796,0.5694103932681862,0.4028112092507917,0.15372517456988796,0.5255970908343572,0.32833244822737623,0.5,0.15372517456988796,0.5515018086932613,0.11803267672756221,0.0,0.5368993176989268,0.40388639352815187 -4884,0.5,0.15372517456988796,0.6500936133985673,0.75250075681531,0.15372517456988796,0.6401976048074368,0.8300599290584998,0.15372517456988796,0.664029327820562,0.5036564654955904,0.15372517456988796,0.6633347438889989,0.4487012739085156,0.15372517456988796,0.6574849565524253,0.6574002242538967,0.15372517456988796,0.6431199966185439,0.6310576163729592,0.15372517456988796,0.6458824201162083,0.5629137795829814,0.15372517456988796,0.533459824756804,0.3232114996835504,0.5,0.15372517456988796,0.5869134289427024,0.35789122891528113,0.15372517456988796,0.5878442822807326,0.28577966608224087,0.5,0.15372517456988796,0.5694294887141585,0.4813442572928514,0.15372517456988796,0.5692860962020877,0.28915569659274654,0.15372517456988796,0.6639777280522782,0.7183456328936616,0.15372517456988796,0.6595964823234421,0.6586336282893666,0.15372517456988796,0.6626452503571082,0.5744765302518642,0.15372517456988796,0.6080819322940968,0.4644952302334858,0.15372517456988796,0.5105641840967381,0.3840457886326158,0.5,0.15372517456988796,0.5613402112175812,0.18392636037881588,0.0,0.5303122325718063,0.3691124033401902 -4885,0.5,0.15372517456988796,0.670621992051533,0.765264211012076,0.15372517456988796,0.667070903957006,0.8555938121019491,0.15372517456988796,0.6807855114434243,0.5216046667174004,0.15372517456988796,0.6624786357929681,0.4452066195069401,0.15372517456988796,0.690007849776488,0.6417798633139399,0.15372517456988796,0.6460257556617058,0.6471723741206543,0.15372517456988796,0.6665261546622201,0.6125734857331688,0.15372517456988796,0.5577323512485406,0.39514746114562915,0.5,0.15372517456988796,0.6216386228608084,0.45717446018638075,0.15372517456988796,0.618615088292197,0.4046911496113449,0.5,0.15372517456988796,0.5812999969605919,0.5584396898114892,0.15372517456988796,0.6193943076998222,0.333833251590004,0.15372517456988796,0.6931062263344507,0.7660817480628681,0.15372517456988796,0.6899716377163766,0.6714694172565356,0.15372517456988796,0.6899645129242379,0.5778656964524231,0.15372517456988796,0.6124571698537,0.4918331922773874,0.15372517456988796,0.5525843942149695,0.42898494645772434,0.5,0.15372517456988796,0.5304676358840288,0.20533335540478964,0.0,0.53345562621168,0.3504252620786812 -4886,0.5,0.15372517456988796,0.6533620831134312,0.7719867972883038,0.15372517456988796,0.6554239781645774,0.8864564249793931,0.15372517456988796,0.6551793735707219,0.4961026094758856,0.15372517456988796,0.6302235961958266,0.3940903803931203,0.15372517456988796,0.6826400801588742,0.5927893487193119,0.15372517456988796,0.6105694401389825,0.5951039827486819,0.15372517456988796,0.6583644028281339,0.5954202508888176,0.15372517456988796,0.6007284572436187,0.35801332587632845,0.5,0.15372517456988796,0.6343452798488032,0.4837791186564256,0.15372517456988796,0.5798579699478734,0.4512316199304152,0.5,0.15372517456988796,0.5973541960787907,0.6058345711149775,0.15372517456988796,0.5460141821238867,0.31049881520955946,0.15372517456988796,0.6834534300173748,0.7927927110647096,0.15372517456988796,0.6798655646569101,0.6714011114455272,0.15372517456988796,0.6769661698707469,0.5593710651432595,0.15372517456988796,0.6327972581984056,0.4711919871672824,0.15372517456988796,0.5612970783834399,0.4497808211975066,0.5,0.15372517456988796,0.45414862316562077,0.19140878782473858,0.0,0.5675511726199051,0.3467862428747197 -4887,0.5,0.15372517456988796,0.5896708906765632,0.7705142564212724,0.15372517456988796,0.5994823627965815,0.9054983347083854,0.15372517456988796,0.6021797412471026,0.4675503693765815,0.15372517456988796,0.5608746008084663,0.3358153761174009,0.15372517456988796,0.6332847957266676,0.5427687423592988,0.15372517456988796,0.5933010436920391,0.5903166302591811,0.15372517456988796,0.6200619969295668,0.5661532432944194,0.15372517456988796,0.5662807400838984,0.35460508939428814,0.5,0.15372517456988796,0.5801092234395686,0.49234464041565995,0.15372517456988796,0.4724953259202778,0.4086121658079332,0.5,0.15372517456988796,0.5427408237144444,0.544482436507441,0.15372517456988796,0.4822453220867069,0.3120784497573855,0.15372517456988796,0.6284717722298387,0.8015721571705889,0.15372517456988796,0.6278241084579556,0.6775075237657457,0.15372517456988796,0.621007534398203,0.5468221979111101,0.15372517456988796,0.5929199067962532,0.4390277680229379,0.15372517456988796,0.5260957785238028,0.42204573026899433,0.5,0.15372517456988796,0.3043912187045904,0.1653012848751001,0.0,0.6249066901613158,0.3577305768888075 -4888,0.5,0.15372517456988796,0.4821630533457231,0.7727437935927163,0.15372517456988796,0.5074475307969318,0.9149383009343064,0.15372517456988796,0.49572867215747674,0.44149303395771966,0.15372517456988796,0.4557949945261332,0.29667229594957034,0.15372517456988796,0.5342199208234917,0.5031497592226167,0.15372517456988796,0.5150639742895768,0.5696459658125459,0.15372517456988796,0.5293996229274842,0.5182935396093908,0.15372517456988796,0.4820108798033874,0.3359668412194915,0.5,0.15372517456988796,0.4877564773771798,0.47960033862553847,0.15372517456988796,0.35659005746488553,0.3856933581884416,0.5,0.15372517456988796,0.4569333457305079,0.4761047866659266,0.15372517456988796,0.4024749099667486,0.2797424329661688,0.15372517456988796,0.5239614981850191,0.8110029155673386,0.15372517456988796,0.527467506501397,0.6920911590138561,0.15372517456988796,0.5148760910873863,0.5498712282810906,0.15372517456988796,0.504133870992278,0.4333434368481064,0.15372517456988796,0.3924662435358375,0.36613188461281915,0.5,0.15372517456988796,0.18913568661115657,0.10050035450489445,0.0,0.6795789355269389,0.36517987578617994 -4889,0.5,0.15372517456988796,0.35450300628433973,0.7663606293801037,0.15372517456988796,0.38418832345501336,0.9134783239408896,0.15372517456988796,0.36900244027626306,0.3861154008558809,0.15372517456988796,0.33059078229989247,0.2342491703751275,0.15372517456988796,0.4020526322269873,0.4804032010602582,0.15372517456988796,0.4012136657020501,0.5403223803976924,0.15372517456988796,0.40253980313918414,0.4424355059282425,0.15372517456988796,0.3760386148184051,0.32836014174781664,0.5,0.15372517456988796,0.3717776676963579,0.4104009203341285,0.15372517456988796,0.24491720585718663,0.2837243809910886,0.5,0.15372517456988796,0.3324836195040024,0.3934010225809035,0.15372517456988796,0.3059009760554656,0.18451719488665322,0.15372517456988796,0.3940648106060949,0.8044722292165931,0.15372517456988796,0.3921200000198464,0.7030512126761117,0.15372517456988796,0.38011376035787287,0.5453928059119191,0.15372517456988796,0.3807591574909257,0.3858684060195464,0.15372517456988796,0.30020522435325814,0.25930858518429917,0.5,0.15372517456988796,0.14214528530615606,0.05610900158272888,0.0,0.7052410338601763,0.3657758600144727 -4890,0.5,0.15372517456988796,0.22695158483840405,0.7191870699223596,0.15372517456988796,0.2549053210213817,0.8768254861015283,0.15372517456988796,0.24171389193987186,0.21089089267611658,0.15372517456988796,0.21074092244237008,0.08457115811482831,0.15372517456988796,0.27037271702029975,0.3653076153174951,0.15372517456988796,0.27925899008306543,0.3914166470124049,0.15372517456988796,0.2744633916302781,0.20598564323290053,0.15372517456988796,0.25559127006726307,0.21793655920619745,0.5,0.15372517456988796,0.2465535439100685,0.19751572824871033,0.15372517456988796,0.1343799631305721,0.11773081276661405,0.5,0.15372517456988796,0.22759298780056095,0.20028396542911506,0.15372517456988796,0.19909833849739386,0.08937165878413597,0.15372517456988796,0.26675560148024524,0.7469258976081485,0.15372517456988796,0.26924385302888104,0.670972667971133,0.15372517456988796,0.2518784168901531,0.4722772373447136,0.15372517456988796,0.2548664798926329,0.19419027193852406,0.15372517456988796,0.20730252555636908,0.11502737576130846,0.5,0.15372517456988796,0.11088753853549164,0.03551430029667255,0.0,0.722164201070737,0.36736106977133676 -4891,0.5,0.15372517456988796,0.08506286616430828,0.6620856624449843,0.15372517456988796,0.13079882225208123,0.7709133012674905,0.15372517456988796,0.07870271302465404,0.1047430325363673,0.15372517456988796,0.06449168775578533,0.06111113766221647,0.15372517456988796,0.14193005530939362,0.2540256355325068,0.15372517456988796,0.15010968600022767,0.1777638869472356,0.15372517456988796,0.1420603477237018,0.08698494594003403,0.15372517456988796,0.12992632090642403,0.13551481917792693,0.5,0.15372517456988796,0.12471369724946436,0.09593333841217791,0.15372517456988796,0.06313480883928349,0.05139049857710667,0.5,0.15372517456988796,0.10822855525439745,0.11353626783082472,0.15372517456988796,0.08924010244875231,0.08181538310366707,0.15372517456988796,0.1372881831534995,0.6049615379227264,0.15372517456988796,0.14145491886594697,0.5806689634911553,0.15372517456988796,0.1250554505053013,0.38487461717677407,0.15372517456988796,0.1280392930034613,0.1132429257748135,0.15372517456988796,0.07156677008768272,0.07082392055893999,0.5,0.15372517456988796,0.057923647990022156,0.021631215315714138,0.0,0.7265579031548857,0.35829417954618636 -4892,0.5,0.15372517456988796,0.003833949993283314,0.5794078358157806,0.15372517456988796,0.022921604486846596,0.5484826339982568,0.15372517456988796,0.0,0.1177732233696164,0.15372517456988796,0.0,0.07975976500513983,0.15372517456988796,0.02676799899099893,0.3477262192424559,0.15372517456988796,0.028029122984971424,0.1225758842712148,0.15372517456988796,0.023879834379965794,0.06747741908038676,0.15372517456988796,0.023611748511046103,0.11799841252690502,0.5,0.15372517456988796,0.018281713615341658,0.0779777843521933,0.15372517456988796,0.0,0.03241637438318419,0.5,0.15372517456988796,0.0,0.09408541879968772,0.15372517456988796,0.0,0.062410087697324784,0.15372517456988796,0.02815604849826172,0.43007273450479755,0.15372517456988796,0.028030504065666415,0.5144834614721667,0.15372517456988796,0.019462949557758506,0.3362801564776733,0.15372517456988796,0.012945982015738785,0.09827054264142336,0.15372517456988796,0.0,0.06795843605665103,0.5,0.15372517456988796,0.0,0.021841047666790257,0.0,0.7048687273020572,0.3390569723228735 -4893,0.5,0.15372517456988796,0.0,0.4923752770245865,0.15372517456988796,0.0,0.37304194640191946,0.15372517456988796,0.0,0.15505582031596843,0.15372517456988796,0.0,0.1045541951996284,0.15372517456988796,0.0,0.468317032291785,0.15372517456988796,0.0,0.12482993969553469,0.15372517456988796,0.0,0.06666337942791228,0.15372517456988796,0.0,0.09529948037576509,0.5,0.15372517456988796,0.0,0.06975210607604587,0.15372517456988796,0.0,0.024912493636451975,0.5,0.15372517456988796,0.0,0.08428122303603038,0.15372517456988796,0.0,0.04937462010538754,0.15372517456988796,0.0,0.32899643850286353,0.15372517456988796,0.0,0.4631792460696178,0.15372517456988796,0.0,0.32030379565498457,0.15372517456988796,0.0,0.08470197910464211,0.15372517456988796,0.0,0.06427928636092094,0.5,0.15372517456988796,0.0,0.01605828789081595,0.0,0.6778561432713059,0.3223653515306806 -4894,0.5,0.15372517456988796,0.0,0.399226839951773,0.15372517456988796,0.0,0.2825208351509588,0.15372517456988796,0.0,0.16498076964376052,0.15372517456988796,0.0,0.12818592604583576,0.15372517456988796,0.0,0.4934823123485026,0.15372517456988796,0.0,0.15066932486108797,0.15372517456988796,0.0,0.08574138844212441,0.15372517456988796,0.0,0.06448065212720812,0.5,0.15372517456988796,0.0,0.06489832138549673,0.15372517456988796,0.0,0.020825238523089512,0.5,0.15372517456988796,0.0,0.0833901405992142,0.15372517456988796,0.0,0.04196438395151377,0.15372517456988796,0.0,0.27264705602399586,0.15372517456988796,0.0,0.4223024293036294,0.15372517456988796,0.0,0.28714163570330975,0.15372517456988796,0.0,0.07579074907941695,0.15372517456988796,0.0,0.05737369686273591,0.5,0.15372517456988796,0.0,0.012547105240659502,0.0,0.6462666785951057,0.3405765768243337 -4895,0.5,0.15372517456988796,0.0,0.31505567655950134,0.15372517456988796,0.0,0.2302096402996691,0.15372517456988796,0.0,0.13190119397718994,0.15372517456988796,0.0,0.13586908686616375,0.15372517456988796,0.0,0.4070917082905096,0.15372517456988796,0.0,0.1847745774335341,0.15372517456988796,0.0,0.12268250753341728,0.15372517456988796,0.0,0.04335923145371114,0.5,0.15372517456988796,0.0,0.060691698825367846,0.15372517456988796,0.0,0.016974928459763453,0.5,0.15372517456988796,0.0,0.07224520200011958,0.15372517456988796,0.0,0.03698588278074263,0.15372517456988796,0.0,0.24375224563454917,0.15372517456988796,0.0,0.37605967582519007,0.15372517456988796,0.0,0.2316992490094687,0.15372517456988796,0.0,0.07736762294414821,0.15372517456988796,0.0,0.04910090756712993,0.5,0.15372517456988796,0.0,0.014721196180697933,0.0,0.6318292265429604,0.4050101014848384 -4896,0.5,0.15372517456988796,0.0,0.2634533785979375,0.15372517456988796,0.0,0.20720491617682094,0.15372517456988796,0.0,0.08824398882869854,0.15372517456988796,0.0,0.11200466718102928,0.15372517456988796,0.0,0.29321946890936484,0.15372517456988796,0.0,0.18656092609655495,0.15372517456988796,0.0,0.1297019687378901,0.15372517456988796,0.0,0.030193843800161838,0.5,0.15372517456988796,0.0,0.05902990477982158,0.15372517456988796,0.0,0.013301901203722447,0.5,0.15372517456988796,0.0,0.05917846276198191,0.15372517456988796,0.0,0.032060289979038314,0.15372517456988796,0.0,0.23772619866330016,0.15372517456988796,0.0,0.33482465136383255,0.15372517456988796,0.0,0.17832465552276583,0.15372517456988796,0.0,0.07975155900838463,0.15372517456988796,0.0,0.042841621311358234,0.5,0.15372517456988796,0.0,0.019709243505281814,0.0,0.6312367316806449,0.4935788261722318 -4897,0.5,0.15372517456988796,0.0,0.23144826668671234,0.15372517456988796,0.0,0.19763681471252467,0.15372517456988796,0.0,0.05435198844772239,0.15372517456988796,0.0,0.0807020443100608,0.15372517456988796,0.0,0.2100228309785984,0.15372517456988796,0.0,0.15546628799805418,0.15372517456988796,0.0,0.09433570198728358,0.15372517456988796,0.0,0.026524532235601313,0.5,0.15372517456988796,0.0,0.056621754883743255,0.15372517456988796,0.0,0.012443048712586146,0.5,0.15372517456988796,0.0,0.04777093019876868,0.15372517456988796,0.0,0.02762503305872427,0.15372517456988796,0.0,0.24431163884242182,0.15372517456988796,0.0,0.3069034366939256,0.15372517456988796,0.0,0.1413812774424672,0.15372517456988796,0.0,0.07336019471444538,0.15372517456988796,0.0,0.03908793958329435,0.5,0.15372517456988796,0.0,0.02638533095290755,0.0,0.6478314824057277,0.5518968366718228 -4898,0.5,0.15372517456988796,0.0,0.21207895444694463,0.15372517456988796,0.0,0.18620780500234685,0.15372517456988796,0.0,0.03606094966050655,0.15372517456988796,0.0,0.05599637399418799,0.15372517456988796,0.0,0.16714486605162662,0.15372517456988796,0.0,0.1197818334849043,0.15372517456988796,0.0,0.056427214501527885,0.15372517456988796,0.0,0.02491168649759854,0.5,0.15372517456988796,0.0,0.056173173349742686,0.15372517456988796,0.0,0.013210716249514691,0.5,0.15372517456988796,0.0,0.037561879759834604,0.15372517456988796,0.0,0.02485042006174826,0.15372517456988796,0.0,0.2531242119057036,0.15372517456988796,0.0,0.2895995659343074,0.15372517456988796,0.0,0.11994763998831363,0.15372517456988796,0.0,0.061059297955941234,0.15372517456988796,0.0,0.0354529848944643,0.5,0.15372517456988796,0.0,0.026685730687242032,0.0,0.6647836269076691,0.5714525829779828 -4899,0.5,0.15372517456988796,0.0,0.2016654810456452,0.15372517456988796,0.0,0.17914189881534326,0.15372517456988796,0.0,0.029495545240179125,0.15372517456988796,0.0,0.04457062337450511,0.15372517456988796,0.0,0.15385424767013264,0.15372517456988796,0.0,0.0961653731787947,0.15372517456988796,0.0,0.04229708632845053,0.15372517456988796,0.0,0.019603595792501906,0.5,0.15372517456988796,0.0,0.05560936934752637,0.15372517456988796,0.0,0.010752766374264722,0.5,0.15372517456988796,0.0,0.031791106543049154,0.15372517456988796,0.0,0.0208929429244282,0.15372517456988796,0.0,0.2585811264040596,0.15372517456988796,0.0,0.28922474473291926,0.15372517456988796,0.0,0.11171468829193848,0.15372517456988796,0.0,0.05268055924422101,0.15372517456988796,0.0,0.031865418673163406,0.5,0.15372517456988796,0.0,0.021267910253414214,0.0,0.6875576163468241,0.5668648153340177 -4900,0.5,0.15372517456988796,0.0,0.19702230354812145,0.15372517456988796,0.0,0.1721022662151945,0.15372517456988796,0.0,0.027494051275045023,0.15372517456988796,0.0,0.03780472675099232,0.15372517456988796,0.0,0.1542915224925212,0.15372517456988796,0.0,0.09125880456201524,0.15372517456988796,0.0,0.03799255887015236,0.15372517456988796,0.0,0.014748034235326765,0.5,0.15372517456988796,0.0,0.052332394976693064,0.15372517456988796,0.0,0.009446091820008449,0.5,0.15372517456988796,0.0,0.02770203716628027,0.15372517456988796,0.0,0.017087001788679126,0.15372517456988796,0.0,0.25882305431009855,0.15372517456988796,0.0,0.289493818363703,0.15372517456988796,0.0,0.10202594028075715,0.15372517456988796,0.0,0.04338843306598149,0.15372517456988796,0.0,0.02872949033409581,0.5,0.15372517456988796,0.0,0.014904349599799324,0.0,0.7259178271411184,0.5463958737797382 -4901,0.5,0.15372517456988796,0.0007278905064661956,0.1858092456593334,0.15372517456988796,0.0,0.16058780747010534,0.15372517456988796,0.0,0.02766921482595153,0.15372517456988796,0.00015000269830084832,0.031370161063599675,0.15372517456988796,0.0,0.14709733299053301,0.15372517456988796,0.0,0.0913841189059695,0.15372517456988796,0.0,0.03789845230589934,0.15372517456988796,0.0,0.01046558215761623,0.5,0.15372517456988796,0.0,0.04577702153020384,0.15372517456988796,0.0,0.008280964971392564,0.5,0.15372517456988796,0.0,0.0219488728081184,0.15372517456988796,0.0,0.015036227634638041,0.15372517456988796,0.0,0.2611384002968167,0.15372517456988796,0.0,0.27546874409509686,0.15372517456988796,0.0,0.09442510222316229,0.15372517456988796,0.0,0.038467800074066735,0.15372517456988796,0.0,0.025769889381023196,0.5,0.15372517456988796,0.0,0.009701530393838,0.0,0.7367195351640445,0.5272496086650943 -4902,0.5,0.15372517456988796,0.0486445753825952,0.16876378370875397,0.15372517456988796,0.03944706934951667,0.13920207013643246,0.15372517456988796,0.03611416580895492,0.02840002489377201,0.15372517456988796,0.04474335046307026,0.027272296722421333,0.15372517456988796,0.026183746233065158,0.13560284934380484,0.15372517456988796,0.0179156052255819,0.09272681511684816,0.15372517456988796,0.02450106677142386,0.03763714595608593,0.15372517456988796,0.0164417578449845,0.006913678390827337,0.5,0.15372517456988796,0.014214674705181937,0.0372752240648359,0.15372517456988796,0.024481668251879134,0.006957217681068864,0.5,0.15372517456988796,0.019182100431703347,0.01860232978605527,0.15372517456988796,0.01801887297160231,0.012461854494819215,0.15372517456988796,0.04019415576892806,0.23421997334267597,0.15372517456988796,0.030860243145669056,0.24621620551588008,0.15372517456988796,0.03352185520584254,0.0895444932879908,0.15372517456988796,0.027282889836443787,0.031795991275835746,0.15372517456988796,0.030429145697636193,0.017702364988746985,0.5,0.15372517456988796,0.03322194772291642,0.0057893522694056655,0.0,0.723010899363827,0.5101002879325687 -4903,0.5,0.15372517456988796,0.1277305590267192,0.227469336626422,0.15372517456988796,0.11210893922427348,0.2158720816512504,0.15372517456988796,0.11385841326299506,0.0467361980436573,0.15372517456988796,0.12574139963224884,0.0406553816254906,0.15372517456988796,0.09547094821661722,0.18919385393796634,0.15372517456988796,0.086923528917801,0.12381001003472578,0.15372517456988796,0.09539621464497175,0.04752572401681157,0.15372517456988796,0.08742824377789168,0.005768843420524472,0.5,0.15372517456988796,0.08590022284980703,0.03139506699417042,0.15372517456988796,0.10290629091849597,0.004221902633142756,0.5,0.15372517456988796,0.09282881710615853,0.015722346467620545,0.15372517456988796,0.09406271976316463,0.008688627200316757,0.15372517456988796,0.11165047645836572,0.29015620992088276,0.15372517456988796,0.10032551199780523,0.2863493043714858,0.15372517456988796,0.10607676838166039,0.14114629787406163,0.15372517456988796,0.10076898005596324,0.029435512245008892,0.15372517456988796,0.1082239811712153,0.014045297539209745,0.5,0.15372517456988796,0.11492224566518214,0.0044249136520666385,0.0,0.7126587570285488,0.5009382982164299 -4904,0.5,0.15372517456988796,0.24429531349739916,0.36252133066919023,0.15372517456988796,0.22689953262239548,0.3421340763160922,0.15372517456988796,0.23178740897309608,0.07782002073086547,0.15372517456988796,0.2312786942071868,0.06928745162122872,0.15372517456988796,0.20676189738147732,0.30744003184719165,0.15372517456988796,0.19637630195214317,0.1799873224203875,0.15372517456988796,0.20813402453619032,0.07928422161553142,0.15372517456988796,0.19849626894322916,0.012370346823922802,0.5,0.15372517456988796,0.19696649376159361,0.04089002764514303,0.15372517456988796,0.2225002600237072,0.011105022923284814,0.5,0.15372517456988796,0.2070131145140227,0.028074599739714767,0.15372517456988796,0.21072490687979875,0.013804880684669034,0.15372517456988796,0.22657403090978354,0.43693280800200884,0.15372517456988796,0.21256349331003888,0.4347596255562058,0.15372517456988796,0.21876360394462513,0.20466533832780254,0.15372517456988796,0.21505649325168258,0.05000829532605201,0.15372517456988796,0.2265967862778226,0.022395308643129122,0.5,0.15372517456988796,0.235370985625094,0.010172238561128488,0.0,0.6815669074230026,0.49927626973699507 -4905,0.5,0.15372517456988796,0.3672769249275527,0.42947419048678176,0.15372517456988796,0.3494781205486539,0.4805583834023546,0.15372517456988796,0.3532950994987761,0.10181076917931252,0.15372517456988796,0.34118544071412255,0.1033773221918528,0.15372517456988796,0.33079994057556766,0.4000875954173132,0.15372517456988796,0.32124098396049494,0.21171033407736414,0.15372517456988796,0.33221984409375044,0.13804564267186706,0.15372517456988796,0.3250174626636324,0.02827023315365393,0.5,0.15372517456988796,0.3249951151333283,0.07081986817518203,0.15372517456988796,0.3583507561793266,0.041605837158288854,0.5,0.15372517456988796,0.3379771395629099,0.09173385260365992,0.15372517456988796,0.344003774127327,0.04416832924010308,0.15372517456988796,0.350095870508104,0.547427017581751,0.15372517456988796,0.3363120367292335,0.47378519427151433,0.15372517456988796,0.3426803135313662,0.20502096375803538,0.15372517456988796,0.33491056676092534,0.09711197833654522,0.15372517456988796,0.3576559186034267,0.06002336119548281,0.5,0.15372517456988796,0.3710364113487613,0.024256247438112406,0.0,0.6275595603632297,0.5035319899051308 -4906,0.5,0.15372517456988796,0.4919317029591065,0.535341599095445,0.15372517456988796,0.4796337407030471,0.5418400320869239,0.15372517456988796,0.46227066571481445,0.1460024334542395,0.15372517456988796,0.46513166520165533,0.1567431270734865,0.15372517456988796,0.46472977913475033,0.4319600833772037,0.15372517456988796,0.45680437061546436,0.28258258889540944,0.15372517456988796,0.4578258242499227,0.19772597705341086,0.15372517456988796,0.46241425649438067,0.04746813148303816,0.5,0.15372517456988796,0.46411461116226016,0.09433212049971537,0.15372517456988796,0.4983436455290855,0.12313614550142742,0.5,0.15372517456988796,0.47717444103185086,0.11135972452048372,0.15372517456988796,0.4845335574807479,0.0845559260654871,0.15372517456988796,0.48204922965067276,0.6001121092560461,0.15372517456988796,0.46927556741753573,0.483698283644934,0.15372517456988796,0.47764473695853227,0.23218998477045788,0.15372517456988796,0.4614191055919064,0.14756436426180272,0.15372517456988796,0.48823016227611327,0.09724106181228831,0.5,0.15372517456988796,0.5057566127030746,0.042644941854104834,0.0,0.5996723858808383,0.5197531672945608 -4907,0.5,0.15372517456988796,0.5820484170726817,0.6538764378609865,0.15372517456988796,0.5876324538254926,0.6388242468525237,0.15372517456988796,0.552508482544404,0.2036654603253627,0.15372517456988796,0.5576344858937654,0.3127764173795377,0.15372517456988796,0.5799774585394399,0.4705948439887044,0.15372517456988796,0.5740144678637913,0.3470913187858018,0.15372517456988796,0.5640419044058991,0.2607855039012984,0.15372517456988796,0.578885739483706,0.08573459981829062,0.5,0.15372517456988796,0.5802154029052511,0.1240471354802293,0.15372517456988796,0.6073917684588429,0.20286144949152968,0.5,0.15372517456988796,0.5899974028228663,0.11692562473290688,0.15372517456988796,0.5960775316933552,0.12376182895190799,0.15372517456988796,0.5941708906547167,0.650736845981268,0.15372517456988796,0.5835247934471869,0.5310887522858003,0.15372517456988796,0.590320084995785,0.32008466619173837,0.15372517456988796,0.5773762663398186,0.2109812103665284,0.15372517456988796,0.5840586599909726,0.152967627787,0.5,0.15372517456988796,0.5878753704879289,0.07013245031578373,0.0,0.5848068678352558,0.5202897958357496 -4908,0.5,0.15372517456988796,0.5510927220696977,0.7701173058378006,0.15372517456988796,0.6462848280060876,0.7956205367558629,0.15372517456988796,0.6333308004517579,0.27531479405764353,0.15372517456988796,0.4835712902705891,0.47339497288770704,0.15372517456988796,0.6519350180364545,0.5247193800301264,0.15372517456988796,0.6483370578532722,0.3952105953994495,0.15372517456988796,0.6340856533795752,0.3278691624853196,0.15372517456988796,0.6439083293212468,0.1102707094183985,0.5,0.15372517456988796,0.6438152599216936,0.12923781203023327,0.15372517456988796,0.6334755508746462,0.28515876988653,0.5,0.15372517456988796,0.6547622459590758,0.14356721015291,0.15372517456988796,0.6212236801974705,0.18094163077809172,0.15372517456988796,0.6578188026519808,0.7110533501983125,0.15372517456988796,0.6520572868970211,0.606714159019497,0.15372517456988796,0.6487930138769981,0.4364513616351824,0.15372517456988796,0.6488387729769592,0.2807663423095516,0.15372517456988796,0.5719573344731002,0.20445019233563505,0.5,0.15372517456988796,0.6028431794626196,0.09026744832224674,0.0,0.5864285586516157,0.5231172921495377 -4909,0.5,0.15372517456988796,0.49757049127189734,0.8465490302478886,0.15372517456988796,0.5390862336857531,0.7575009490004415,0.15372517456988796,0.5874000603852711,0.39801133101450054,0.15372517456988796,0.4027217498322616,0.6357118517953455,0.15372517456988796,0.6773556156199281,0.5622499495199014,0.15372517456988796,0.6755164482003828,0.4207162124487399,0.15372517456988796,0.6407525993239526,0.40587229601780495,0.15372517456988796,0.6046391197384418,0.11255659057666675,0.5,0.15372517456988796,0.6296484229330832,0.12219913184993637,0.15372517456988796,0.643489179304852,0.3093669222970306,0.5,0.15372517456988796,0.5841339289602948,0.2425540402408909,0.15372517456988796,0.621543460611134,0.21081341669746892,0.15372517456988796,0.6804910993586095,0.7564227513794776,0.15372517456988796,0.6324146925643541,0.6460461115219586,0.15372517456988796,0.6596636487507862,0.4662408173630571,0.15372517456988796,0.5362249081458645,0.2951158501051893,0.15372517456988796,0.5885998319608993,0.2436493088447722,0.5,0.15372517456988796,0.6284161349755524,0.09512523769069527,0.0,0.6236485757961817,0.550792986681913 -4910,0.5,0.15372517456988796,0.35255563249249583,0.8234749478859634,0.15372517456988796,0.6499308478039372,0.8077587758188364,0.15372517456988796,0.5300839119875354,0.4305013306301785,0.15372517456988796,0.33310717368205095,0.6726587994514561,0.15372517456988796,0.5382550726362841,0.5208577522670446,0.15372517456988796,0.5951494541311568,0.4136175632328998,0.15372517456988796,0.5367692758634508,0.3999454763171608,0.15372517456988796,0.5825254872195484,0.12727655754512116,0.5,0.15372517456988796,0.6195438227063432,0.1160126360785054,0.15372517456988796,0.6574486522824922,0.26767731158915925,0.5,0.15372517456988796,0.595380031995281,0.2266769092557522,0.15372517456988796,0.6396856193169537,0.18926374829563608,0.15372517456988796,0.6689328733640444,0.7967020570563885,0.15372517456988796,0.5706858429649891,0.61776559926033,0.15372517456988796,0.5243767339609589,0.41284979236598707,0.15372517456988796,0.5603333936496162,0.26263894858106274,0.15372517456988796,0.6213528385200235,0.2661853830906167,0.5,0.15372517456988796,0.6286425659460374,0.08130058635549182,0.0,0.654902126981096,0.5865220407526502 -4911,0.5,0.15372517456988796,0.24068448955178867,0.7615947802516898,0.15372517456988796,0.5934564988552493,0.8853190010015816,0.15372517456988796,0.43940510522027354,0.43158522144560607,0.15372517456988796,0.2355973746702585,0.6521591503519031,0.15372517456988796,0.5165046111050098,0.4353116981632805,0.15372517456988796,0.5224215958414031,0.4161815908728804,0.15372517456988796,0.4962628089487237,0.38275806940933454,0.15372517456988796,0.5344707712318527,0.14912758591155195,0.5,0.15372517456988796,0.5783020742033415,0.10509160296224675,0.15372517456988796,0.5980886971128405,0.22009474647072808,0.5,0.15372517456988796,0.5689731403283411,0.24816379971215244,0.15372517456988796,0.5884913464035872,0.1638148541629432,0.15372517456988796,0.6074679100584994,0.8296936164818042,0.15372517456988796,0.5298493183959685,0.577772121365107,0.15372517456988796,0.4788820784253148,0.3721291744942727,0.15372517456988796,0.5097151292147035,0.2351151724334129,0.15372517456988796,0.5338129979114247,0.2628531442672097,0.5,0.15372517456988796,0.5612541821930199,0.06908593037917371,0.0,0.5641407433962635,0.596397789716049 -4912,0.5,0.15372517456988796,0.15734739101909198,0.6805436654211268,0.15372517456988796,0.45558891494448933,0.9346547808546534,0.15372517456988796,0.34738185497652774,0.5424948228452786,0.15372517456988796,0.16564750755901425,0.6269314528822759,0.15372517456988796,0.4310682824512913,0.338342548199711,0.15372517456988796,0.42044818201573664,0.33476613535298216,0.15372517456988796,0.45834792047289324,0.2920959666089573,0.15372517456988796,0.46981322399945047,0.20067319695665972,0.5,0.15372517456988796,0.4793585634170701,0.09834206354794219,0.15372517456988796,0.5001726436437373,0.1633403433729006,0.5,0.15372517456988796,0.46814958357335146,0.27073897874741043,0.15372517456988796,0.46877721112804516,0.1290729048151832,0.15372517456988796,0.49091944265221676,0.8393031239933197,0.15372517456988796,0.47234560040761686,0.5616557553323029,0.15372517456988796,0.4329244269061499,0.4226026143754652,0.15372517456988796,0.47923677887788163,0.18638669813663652,0.15372517456988796,0.4535192025728415,0.2571305847422601,0.5,0.15372517456988796,0.45349733786608903,0.06992967407551781,0.0,0.3648403851162847,0.6106422007780963 -4913,0.5,0.15372517456988796,0.08220354665801334,0.607917550149526,0.15372517456988796,0.2959142811511981,0.9064152078858391,0.15372517456988796,0.2592335373203095,0.641302055635778,0.15372517456988796,0.1230413300460022,0.5244056415510646,0.15372517456988796,0.36574345823394727,0.2949142718145602,0.15372517456988796,0.3461908439868949,0.24957368772286875,0.15372517456988796,0.3816728010636834,0.19788775683656648,0.15372517456988796,0.3601993175837809,0.14467335127128908,0.5,0.15372517456988796,0.3600665595458736,0.10920634136469022,0.15372517456988796,0.364318022845322,0.093855531781865,0.5,0.15372517456988796,0.34629884212445783,0.2680050685982617,0.15372517456988796,0.3413817361385887,0.10579499454681097,0.15372517456988796,0.3417856736250199,0.7905128988628233,0.15372517456988796,0.33602195667585,0.5488406024304734,0.15372517456988796,0.2666563367582573,0.5683033056474092,0.15372517456988796,0.3511791867908569,0.16485095267518635,0.15372517456988796,0.34387374604011695,0.26420045470394415,0.5,0.15372517456988796,0.3311471675751803,0.07240243500384283,0.0,0.25124955551447314,0.6074213207151552 -4914,0.5,0.15372517456988796,0.03580363605614744,0.5129410090472489,0.15372517456988796,0.17171422951677054,0.8668815904155556,0.15372517456988796,0.17906572010249325,0.6737074673713644,0.15372517456988796,0.06991588622098827,0.42073152889810095,0.15372517456988796,0.2369864492520715,0.18269654149142003,0.15372517456988796,0.24391628252384906,0.14487811364033756,0.15372517456988796,0.25960898833605306,0.08422238991997731,0.15372517456988796,0.23802419218997795,0.08770083593536014,0.5,0.15372517456988796,0.23717943457267804,0.06464786722179887,0.15372517456988796,0.23313561781800318,0.019388511000033807,0.5,0.15372517456988796,0.24220394523565603,0.15502701308215752,0.15372517456988796,0.22717004696516901,0.049760499208426595,0.15372517456988796,0.21212242643410634,0.6793518347735672,0.15372517456988796,0.21489896817871892,0.5209996147946534,0.15372517456988796,0.15239063505213948,0.7112591432267955,0.15372517456988796,0.24170937895921057,0.06996606919850598,0.15372517456988796,0.22868695800552888,0.1870591452285685,0.5,0.15372517456988796,0.20968788539470934,0.04265172820216892,0.0,0.29671317340595266,0.5660548807809737 -4915,0.5,0.15372517456988796,0.009618759534482851,0.42079609260278245,0.15372517456988796,0.07979904100193971,0.9543768597573749,0.15372517456988796,0.07573561048908184,0.5710830525389576,0.15372517456988796,0.028946915515494435,0.3053647255400179,0.15372517456988796,0.11301209717769377,0.10262122433213326,0.15372517456988796,0.13424711375026976,0.046637357041784025,0.15372517456988796,0.12822073824404642,0.019788685944073604,0.15372517456988796,0.12563864614336354,0.03554319277655998,0.5,0.15372517456988796,0.11399764269472093,0.05413945404889223,0.15372517456988796,0.06906222612405188,0.019415871280075905,0.5,0.15372517456988796,0.10050395420436124,0.0698033338420483,0.15372517456988796,0.08554608147814292,0.04604271140862138,0.15372517456988796,0.10116745968288765,0.5160235683891273,0.15372517456988796,0.10998897066493665,0.5389519617283844,0.15372517456988796,0.060303960526915334,0.8544282074867622,0.15372517456988796,0.1186243272674403,0.047796072931833064,0.15372517456988796,0.07346721413279081,0.11517135185187949,0.5,0.15372517456988796,0.05696933672814593,0.0590420150055361,0.0,0.5120277205229289,0.49441696818424313 -4916,0.5,0.15372517456988796,0.00022830679485417275,0.37727804070914656,0.15372517456988796,0.015777979671800498,0.9407095883655622,0.15372517456988796,0.0,0.32156762441944947,0.15372517456988796,1.6834354186909285e-05,0.19812689298737127,0.15372517456988796,0.02405803382587756,0.20134237576830533,0.15372517456988796,0.02618626257032816,0.03933831585557575,0.15372517456988796,0.023207814811058557,0.10019436079187624,0.15372517456988796,0.02218622332939294,0.020814818068119037,0.5,0.15372517456988796,0.015301816243838803,0.056666096149893735,0.15372517456988796,0.0,0.023355133015738567,0.5,0.15372517456988796,0.0,0.05561123904337265,0.15372517456988796,0.0,0.049861781925263964,0.15372517456988796,0.024393309183064007,0.33441567950325846,0.15372517456988796,0.029977848921506352,0.5904805443640591,0.15372517456988796,0.009506659722792701,0.8379033781855396,0.15372517456988796,0.008670269973885633,0.18984949126396514,0.15372517456988796,0.0,0.11042091688392346,0.5,0.15372517456988796,0.0,0.08131232877815608,0.0,0.7263913975990806,0.42405654169022544 -4917,0.5,0.15372517456988796,0.0,0.34085586202156126,0.15372517456988796,0.0,0.515168548537573,0.15372517456988796,0.0,0.1926043827292256,0.15372517456988796,0.0,0.1271295415500745,0.15372517456988796,0.0,0.46658702070307656,0.15372517456988796,0.0,0.04380669887281162,0.15372517456988796,0.0,0.309497840658559,0.15372517456988796,0.0,0.013481543855884973,0.5,0.15372517456988796,0.0,0.03812111279198431,0.15372517456988796,0.0,0.023255870748506508,0.5,0.15372517456988796,0.0,0.0777256626292449,0.15372517456988796,0.0,0.039041053362918146,0.15372517456988796,0.0,0.19432595971231292,0.15372517456988796,0.0,0.592856136477555,0.15372517456988796,0.0,0.620450876310563,0.15372517456988796,0.0,0.19160111683868689,0.15372517456988796,0.0,0.09596367137362928,0.5,0.15372517456988796,0.0,0.0754336663943502,0.0,0.8474072098427838,0.3732478509493493 -4918,0.5,0.15372517456988796,0.0,0.3279204382380169,0.15372517456988796,0.0,0.05518247013226121,0.15372517456988796,0.0,0.14909313725737203,0.15372517456988796,0.0,0.06533423371313754,0.15372517456988796,0.0,0.6209162980256691,0.15372517456988796,0.0,0.07952750492530371,0.15372517456988796,0.0,0.38178407375893264,0.15372517456988796,0.0,0.00871027358579705,0.5,0.15372517456988796,0.0,0.024218947604768826,0.15372517456988796,0.0,0.018422841606502274,0.5,0.15372517456988796,0.0,0.07942947897480594,0.15372517456988796,0.0,0.028172662125021213,0.15372517456988796,0.0,0.12993276652289867,0.15372517456988796,0.0,0.5498788577995732,0.15372517456988796,0.0,0.39325125188230026,0.15372517456988796,0.0,0.11546778630161965,0.15372517456988796,0.0,0.057987433676529046,0.5,0.15372517456988796,0.0,0.055570664114206435,0.0,0.9045720430082811,0.3667647132613252 -4919,0.5,0.15372517456988796,0.0,0.32823042110166384,0.15372517456988796,0.0,0.06674947896314007,0.15372517456988796,0.0,0.0972863057536029,0.15372517456988796,0.0,0.035277980121114896,0.15372517456988796,0.0,0.6510461205594368,0.15372517456988796,0.0,0.1986141467133779,0.15372517456988796,0.0,0.3441863263185114,0.15372517456988796,0.0,0.009533122749639581,0.5,0.15372517456988796,0.0,0.016889984033231116,0.15372517456988796,0.0,0.010780550428371335,0.5,0.15372517456988796,0.0,0.04825634472733195,0.15372517456988796,0.0,0.017823414288597152,0.15372517456988796,0.0,0.15949429198539547,0.15372517456988796,0.0,0.40414167427625314,0.15372517456988796,0.0,0.2706319644171881,0.15372517456988796,0.0,0.07989157623553286,0.15372517456988796,0.0,0.03072484798608156,0.5,0.15372517456988796,0.0,0.03194953033034066,0.0,0.9458122942705105,0.4363320006508779 -4920,0.5,0.15372517456988796,0.0,0.31920085348746957,0.15372517456988796,0.0,0.16739499328440188,0.15372517456988796,0.0,0.06789888054585398,0.15372517456988796,0.0,0.017689988040718155,0.15372517456988796,0.0,0.4864990897845602,0.15372517456988796,0.0,0.28820015043702973,0.15372517456988796,0.0,0.23855163763294404,0.15372517456988796,0.0,0.008430713022389786,0.5,0.15372517456988796,0.0,0.014813205375105642,0.15372517456988796,0.0,0.004185528964720061,0.5,0.15372517456988796,0.0,0.01706369062496586,0.15372517456988796,0.0,0.00817695541852086,0.15372517456988796,0.0,0.26396142452305094,0.15372517456988796,0.0,0.2567314490686552,0.15372517456988796,0.0,0.21401701155885763,0.15372517456988796,0.0,0.05370911095467011,0.15372517456988796,0.0,0.016301550023943876,0.5,0.15372517456988796,0.0,0.01585697633798076,0.0,0.9626482756276098,0.47105289688770335 -4921,0.5,0.15372517456988796,0.0,0.300690434316055,0.15372517456988796,0.0,0.3718265669692514,0.15372517456988796,0.0,0.047860939032912726,0.15372517456988796,0.0,0.010692685635293424,0.15372517456988796,0.0,0.3449262204501469,0.15372517456988796,0.0,0.27114327477984784,0.15372517456988796,0.0,0.12565979267420221,0.15372517456988796,0.0,0.006013264283810542,0.5,0.15372517456988796,0.0,0.013841257140368827,0.15372517456988796,0.0,0.0017101481438758855,0.5,0.15372517456988796,0.0,0.006985835236173318,0.15372517456988796,0.0,0.0035745067427650394,0.15372517456988796,0.0,0.40647429322922823,0.15372517456988796,0.0,0.183448291805076,0.15372517456988796,0.0,0.18902881493318666,0.15372517456988796,0.0,0.03152472408312657,0.15372517456988796,0.0,0.01065952886919076,0.5,0.15372517456988796,0.0,0.008718427192193127,0.0,0.9685622589409681,0.35329732509356265 -4922,0.5,0.15372517456988796,0.0,0.27647816063149083,0.15372517456988796,0.0,0.5561954435482026,0.15372517456988796,0.0,0.035125081294828046,0.15372517456988796,0.0,0.00862708315567769,0.15372517456988796,0.0,0.2891648118551346,0.15372517456988796,0.0,0.19955882873896785,0.15372517456988796,0.0,0.06119136925736209,0.15372517456988796,0.0,0.004643160743417711,0.5,0.15372517456988796,0.0,0.011403824875974732,0.15372517456988796,0.0,0.001519874160718676,0.5,0.15372517456988796,0.0,0.003290801045851512,0.15372517456988796,0.0,0.002185763930749683,0.15372517456988796,0.0,0.5397852015664036,0.15372517456988796,0.0,0.17148509529628153,0.15372517456988796,0.0,0.15025398296596282,0.15372517456988796,0.0,0.019994526569489253,0.15372517456988796,0.0,0.00822482916075901,0.5,0.15372517456988796,0.0,0.007215499220049605,0.0,0.974937564923399,0.1802694709022409 -4923,0.5,0.15372517456988796,0.0,0.249989508393089,0.15372517456988796,0.0,0.5619951053443742,0.15372517456988796,0.0,0.029628202913288364,0.15372517456988796,0.0,0.008616653637983815,0.15372517456988796,0.0,0.4100905907873073,0.15372517456988796,0.0,0.1537495339176125,0.15372517456988796,0.0,0.061894992014662815,0.15372517456988796,0.0,0.005324550132917796,0.5,0.15372517456988796,0.0,0.008267332929617476,0.15372517456988796,0.0,0.0021246520251167788,0.5,0.15372517456988796,0.0,0.004034219273831498,0.15372517456988796,0.0,0.0017929416168640103,0.15372517456988796,0.0,0.6124565184510797,0.15372517456988796,0.0,0.2038185808922343,0.15372517456988796,0.0,0.1052055203421754,0.15372517456988796,0.0,0.016939883988170982,0.15372517456988796,0.0,0.006827969201287916,0.5,0.15372517456988796,0.0,0.006575588464541083,0.0,0.9803201893110189,0.062339646566170914 -4924,0.5,0.15372517456988796,0.0,0.22064945088662646,0.15372517456988796,0.0,0.4823333939510159,0.15372517456988796,0.0,0.022499163059761053,0.15372517456988796,0.0,0.008394990924497117,0.15372517456988796,0.0,0.2488995255170528,0.15372517456988796,0.0,0.20746966979613468,0.15372517456988796,0.0,0.09476427840785476,0.15372517456988796,0.0,0.00671508941903538,0.5,0.15372517456988796,0.0,0.00602676954223377,0.15372517456988796,0.0,0.002974145352313965,0.5,0.15372517456988796,0.0,0.004988062923705752,0.15372517456988796,0.0,0.0019351514187655764,0.15372517456988796,0.0,0.645929289205417,0.15372517456988796,0.0,0.29191735080818404,0.15372517456988796,0.0,0.07243222229647937,0.15372517456988796,0.0,0.017610706641670786,0.15372517456988796,0.0,0.005573092376135573,0.5,0.15372517456988796,0.0,0.005039970291046235,0.0,0.9769207204356511,0.04594194693913665 -4925,0.5,0.15372517456988796,0.00023967607763848237,0.18472222827236223,0.15372517456988796,0.0,0.4424179892219317,0.15372517456988796,0.0,0.016418528250580586,0.15372517456988796,7.83684563323417e-07,0.008247252582783526,0.15372517456988796,0.0,0.13160206995135945,0.15372517456988796,0.0,0.29281516985211975,0.15372517456988796,0.0,0.0840006243809299,0.15372517456988796,0.0,0.00986929814985468,0.5,0.15372517456988796,0.0,0.004792352289159628,0.15372517456988796,0.0,0.0034563263833251195,0.5,0.15372517456988796,0.0,0.0032787025397783102,0.15372517456988796,0.0,0.0021188826556742986,0.15372517456988796,0.0,0.6701681717157105,0.15372517456988796,0.0,0.37108488362237035,0.15372517456988796,0.0,0.05096328568815546,0.15372517456988796,0.0,0.01361219357741916,0.15372517456988796,0.0,0.003684679593244231,0.5,0.15372517456988796,0.0,0.003542430595765409,0.0,0.9601756761426121,0.10149378356511946 -4926,0.5,0.15372517456988796,0.018923165749249016,0.1635541726200139,0.15372517456988796,0.01326264366355897,0.4887516683257561,0.15372517456988796,0.008968384527206373,0.013055926963416392,0.15372517456988796,0.010329523596627416,0.010754984363872578,0.15372517456988796,0.00042997252466162706,0.12882186569961554,0.15372517456988796,0.009763819879023984,0.2657650857823741,0.15372517456988796,0.008912750933143643,0.056670949694137225,0.15372517456988796,0.01416259951828086,0.015635532540742025,0.5,0.15372517456988796,0.012839552163081117,0.0033222747178225714,0.15372517456988796,0.02268346299159876,0.003500335804405842,0.5,0.15372517456988796,0.01852114709548476,0.0013473183077931602,0.15372517456988796,0.015854941318222817,0.0026211331129150804,0.15372517456988796,0.015310718058584126,0.7151254018028947,0.15372517456988796,0.003994508466300133,0.43694108065131765,0.15372517456988796,0.0004381783141220087,0.038358552207200323,0.15372517456988796,0.018820927673944693,0.008698415511116447,0.15372517456988796,0.02928662698182006,0.0016454578614462344,0.5,0.15372517456988796,0.03138319515672681,0.002338103825561417,0.0,0.9302647426915978,0.25838270198522445 -4927,0.5,0.15372517456988796,0.05705368524877267,0.18193707097054485,0.15372517456988796,0.06183097211628648,0.4703037726881902,0.15372517456988796,0.031524157557119625,0.016622227160208933,0.15372517456988796,0.0389246988584445,0.0163546065381456,0.15372517456988796,0.0018522585736527293,0.10794358484189803,0.15372517456988796,0.06684911960207018,0.22500756922168008,0.15372517456988796,0.042654928098758135,0.04456990120290441,0.15372517456988796,0.08396753782716658,0.02443441194374213,0.5,0.15372517456988796,0.0844999425292743,0.0014528218401125322,0.15372517456988796,0.1003875989730978,0.0020501229963695547,0.5,0.15372517456988796,0.09246409452622391,0.00088953964000116,0.15372517456988796,0.09065546072655044,0.0038172930344316522,0.15372517456988796,0.0630374175972929,0.7556585714360134,0.15372517456988796,0.015718324691936136,0.4695111525697123,0.15372517456988796,0.0020107822715541646,0.03134754019600545,0.15372517456988796,0.07370808112585725,0.00632707109321915,0.15372517456988796,0.10724592529308213,0.0006797879214174112,0.5,0.15372517456988796,0.112321710230397,0.0008960812141361804,0.0,0.9107265505928854,0.524850749712299 -4928,0.5,0.15372517456988796,0.0988299849514881,0.21535066323138566,0.15372517456988796,0.11393030945596244,0.40849702988738,0.15372517456988796,0.06940012566414923,0.020843803543573534,0.15372517456988796,0.08347520479470835,0.020240387160051845,0.15372517456988796,0.003919354519086401,0.07657124312601232,0.15372517456988796,0.14439813642867172,0.21807705440417202,0.15372517456988796,0.08312087062221825,0.029273372196833722,0.15372517456988796,0.1934182751549542,0.0494255613704921,0.5,0.15372517456988796,0.19537139904586734,0.0009299512497695337,0.15372517456988796,0.2189750406235514,0.0008605649617301618,0.5,0.15372517456988796,0.20713166346704381,0.0011083533447388254,0.15372517456988796,0.2041434753165194,0.0007910751230666232,0.15372517456988796,0.16334964855107514,0.7860844154149225,0.15372517456988796,0.04237566394762912,0.48340333812769,0.15372517456988796,0.005967049911725028,0.023165051263656734,0.15372517456988796,0.15540848048625017,0.005323840198639952,0.15372517456988796,0.22623129174792989,0.0005555930227072141,0.5,0.15372517456988796,0.23155282838193897,0.000853811999023849,0.0,0.9129364772184035,0.6879167672131362 -4929,0.5,0.15372517456988796,0.12762421665567458,0.2228634783486178,0.15372517456988796,0.13219955634374483,0.32087394509452993,0.15372517456988796,0.12333642378704196,0.01974135778261265,0.15372517456988796,0.15851803146495322,0.026498316664051884,0.15372517456988796,0.007901283601687811,0.07021751121202366,0.15372517456988796,0.21226616300946657,0.18335073593027917,0.15372517456988796,0.11924729437644643,0.02135402701645112,0.15372517456988796,0.31949286924874426,0.05208389974134736,0.5,0.15372517456988796,0.3225859281915475,0.0005354095680224632,0.15372517456988796,0.35419989060790796,0.003657907669236228,0.5,0.15372517456988796,0.3373872688202685,0.0012065133995191287,0.15372517456988796,0.334792683503081,0.0012482741820657793,0.15372517456988796,0.27726090765140926,0.8172185999985141,0.15372517456988796,0.065146135814609,0.4308909126511833,0.15372517456988796,0.013906939520719395,0.01619671201915404,0.15372517456988796,0.2508309720316984,0.004093820036335661,0.15372517456988796,0.35906052897311685,0.0006336334679698428,0.5,0.15372517456988796,0.36750999734708534,0.0009119087990707288,0.0,0.8893054002247374,0.7711551654506201 -4930,0.5,0.15372517456988796,0.13810220281108,0.19337793791201835,0.15372517456988796,0.17219688636997016,0.2814817512223597,0.15372517456988796,0.19165891962786896,0.016502996392865114,0.15372517456988796,0.24477501607627586,0.03281284276909538,0.15372517456988796,0.019498350833587422,0.09110987421399937,0.15372517456988796,0.26695576502502794,0.13016371979298802,0.15372517456988796,0.16535487828799939,0.011370720154837251,0.15372517456988796,0.4574751245534795,0.044172520362873,0.5,0.15372517456988796,0.4598996984024206,0.0006261998347361914,0.15372517456988796,0.4939812971610549,0.005059085311964599,0.5,0.15372517456988796,0.4760667694962438,0.000972074225280198,0.15372517456988796,0.4734293364415577,0.0017956209547842264,0.15372517456988796,0.4052453822661318,0.8321137666012451,0.15372517456988796,0.09505874062907001,0.37531510097313703,0.15372517456988796,0.03202857293982106,0.011722950999828051,0.15372517456988796,0.3690980529233048,0.003988967121993482,0.15372517456988796,0.49652424544154766,0.0022767256292945594,0.5,0.15372517456988796,0.5035914615094441,0.0010785095344530008,0.0,0.8531954130286994,0.8024916391260228 -4931,0.5,0.15372517456988796,0.14209683917285845,0.1566256718713835,0.15372517456988796,0.09886612568094781,0.12416520998325065,0.15372517456988796,0.2642995764326348,0.01512806042035516,0.15372517456988796,0.32021027633036553,0.030360361880092862,0.15372517456988796,0.03104423237401344,0.11661392021002624,0.15372517456988796,0.30350276619712774,0.09316395758388234,0.15372517456988796,0.22249708736586765,0.009591286892566329,0.15372517456988796,0.5750711064748005,0.03952203824406884,0.5,0.15372517456988796,0.5613919109703942,0.0019271784396889635,0.15372517456988796,0.6038246808076958,0.0031339101669444996,0.5,0.15372517456988796,0.5893361268623921,0.0005087693107565807,0.15372517456988796,0.567225813291234,0.0016155643532830906,0.15372517456988796,0.48478959274722117,0.8347826163715767,0.15372517456988796,0.10900229591722096,0.32934829976170915,0.15372517456988796,0.048808925638701595,0.010711529506695473,0.15372517456988796,0.4865994541860262,0.004863984535094778,0.15372517456988796,0.6052811056990175,0.008405725488726491,0.5,0.15372517456988796,0.6066559889120344,0.0013029188322406914,0.0,0.8340536712845104,0.8152441802594215 -4932,0.5,0.15372517456988796,0.19013922360514363,0.1442685145459498,0.15372517456988796,0.11361438170656102,0.13227739923895698,0.15372517456988796,0.34411122218370627,0.014613184153810431,0.15372517456988796,0.38335057091513125,0.01969391049658814,0.15372517456988796,0.032222515838943165,0.14708936575534023,0.15372517456988796,0.3243843992807812,0.0799560821601337,0.15372517456988796,0.29089590609707044,0.007877794543345069,0.15372517456988796,0.6308966052763474,0.03752755874664023,0.5,0.15372517456988796,0.5851955825095767,0.0046253029209750544,0.15372517456988796,0.6386922352148937,0.0007051871584121391,0.5,0.15372517456988796,0.6535783395995741,0.00016625042218722924,0.15372517456988796,0.5594393642743967,0.0016887066674510685,0.15372517456988796,0.43811833583615845,0.7774144003027834,0.15372517456988796,0.08344380637157792,0.2753227732082436,0.15372517456988796,0.06582925338424828,0.01038864851520572,0.15372517456988796,0.569746691644829,0.008839981379010611,0.15372517456988796,0.6647551395945422,0.016797462496782784,0.5,0.15372517456988796,0.6411113632092813,0.0012581095757945287,0.0,0.8610213405805618,0.8433740079827969 -4933,0.5,0.15372517456988796,0.2022249517727272,0.1529645100544399,0.15372517456988796,0.12556414072188166,0.19979667585814348,0.15372517456988796,0.43394459782742667,0.010926986781092983,0.15372517456988796,0.41357654575143354,0.010197630444451477,0.15372517456988796,0.029493629290863115,0.11594598368929637,0.15372517456988796,0.3335398324778792,0.06741372165096726,0.15372517456988796,0.3339922677747411,0.009428630389847436,0.15372517456988796,0.5806256246014045,0.03551799268860578,0.5,0.15372517456988796,0.49907148432515114,0.008331247788311735,0.15372517456988796,0.5611826564661444,0.003229916513836196,0.5,0.15372517456988796,0.5596053125336927,0.0001737097942927748,0.15372517456988796,0.5898027116241715,0.004617520582321312,0.15372517456988796,0.32086989510855374,0.7121397183407792,0.15372517456988796,0.08116659036362876,0.20987000702511788,0.15372517456988796,0.07981938326496837,0.006975555577761487,0.15372517456988796,0.5996772155931575,0.019054269039227183,0.15372517456988796,0.656171217578587,0.023563166295750927,0.5,0.15372517456988796,0.6036197776601033,0.001428690709049537,0.0,0.8703272280869707,0.8795150141624657 -4934,0.5,0.15372517456988796,0.1841834755985888,0.14110897434421216,0.15372517456988796,0.10288962501675417,0.16742748883231795,0.15372517456988796,0.4805260525519587,0.006899434900659289,0.15372517456988796,0.400142731404888,0.0060917534538201855,0.15372517456988796,0.037762600857181174,0.09670299000248862,0.15372517456988796,0.3274168822922696,0.052861302658958186,0.15372517456988796,0.3422024983929911,0.0102746120339749,0.15372517456988796,0.5325992825825739,0.032515068131072696,0.5,0.15372517456988796,0.5507524405245665,0.010302885696762533,0.15372517456988796,0.5739929905476405,0.0016688697163666812,0.5,0.15372517456988796,0.5850486592899462,0.001341458096433653,0.15372517456988796,0.5762383443206498,0.007327467789699399,0.15372517456988796,0.2522992895454521,0.660041535919063,0.15372517456988796,0.07497809794985608,0.16667782521745556,0.15372517456988796,0.11661991278396301,0.010300439019385502,0.15372517456988796,0.5713813845345322,0.030583528648418987,0.15372517456988796,0.637513841435652,0.02617892829773932,0.5,0.15372517456988796,0.5953876454133562,0.001399956169360952,0.0,0.8576809771876714,0.8984112520869896 -4935,0.5,0.15372517456988796,0.16002762625080683,0.12457083126092149,0.15372517456988796,0.042632664571481585,0.0428061563823945,0.15372517456988796,0.4755972177421687,0.004453846830929803,0.15372517456988796,0.38166584148275634,0.0031564471936695983,0.15372517456988796,0.05161048182409672,0.05887765058760441,0.15372517456988796,0.3180669215316161,0.03486086713482777,0.15372517456988796,0.37030460197684645,0.00749082420782958,0.15372517456988796,0.47954320589374133,0.02941046609656843,0.5,0.15372517456988796,0.49692142817237545,0.013832596232946515,0.15372517456988796,0.5573072652042106,0.00030646252628439814,0.5,0.15372517456988796,0.5146026923657804,0.0065086804930413,0.15372517456988796,0.5273791764161316,0.008364146270204894,0.15372517456988796,0.25932372305247203,0.6507003793648062,0.15372517456988796,0.0698915054058676,0.1356137197430623,0.15372517456988796,0.14015675141224687,0.009627600665105856,0.15372517456988796,0.5336707548474807,0.030244420395661394,0.15372517456988796,0.5701348202421243,0.019942997225597135,0.5,0.15372517456988796,0.535149294033668,0.0008608179902845405,0.0,0.8152070071375143,0.8684584540510059 -4936,0.5,0.15372517456988796,0.12026224882384697,0.11366996184905732,0.15372517456988796,0.04567665084724683,0.02348408083981308,0.15372517456988796,0.4090717035215466,0.003066607849841582,0.15372517456988796,0.3347987275331328,0.0017296739021073187,0.15372517456988796,0.06217444840120954,0.04448014360835602,0.15372517456988796,0.3341023152800874,0.02710135799567625,0.15372517456988796,0.3670917280334383,0.0068499052944725105,0.15372517456988796,0.41326866152523845,0.023344678349402168,0.5,0.15372517456988796,0.3855015239789136,0.0060902108200764984,0.15372517456988796,0.4579078908314018,0.0005376554463262962,0.5,0.15372517456988796,0.5090096031706981,0.004422975841962141,0.15372517456988796,0.4492691694709894,0.008567320615628163,0.15372517456988796,0.20667375943059907,0.6034862214963533,0.15372517456988796,0.04385506719693589,0.09590210771415736,0.15372517456988796,0.14831480493981739,0.006530095301200868,0.15372517456988796,0.44266365080281656,0.024070968771044948,0.15372517456988796,0.4710114183634505,0.01337198241239319,0.5,0.15372517456988796,0.44188238632690635,0.0004799675380499534,0.0,0.8084336053369848,0.800330836192315 -4937,0.5,0.15372517456988796,0.0945512328098327,0.09169011964734435,0.15372517456988796,0.011766874025823257,0.02048577448601161,0.15372517456988796,0.3250421229862785,0.0018623839327373964,0.15372517456988796,0.25414329506684413,0.001609535690256558,0.15372517456988796,0.06001768773996316,0.036702779286097234,0.15372517456988796,0.3007236112073204,0.03260224815770786,0.15372517456988796,0.3310085104708936,0.011591545704227563,0.15372517456988796,0.3194498338742699,0.016830969975855994,0.5,0.15372517456988796,0.3120340534781806,0.004431012325804404,0.15372517456988796,0.3379821684872381,0.0006042424933357943,0.5,0.15372517456988796,0.3856363845610624,0.0017382718701301615,0.15372517456988796,0.3341173734985853,0.004072726826499471,0.15372517456988796,0.1273475785977784,0.5338253132385073,0.15372517456988796,0.02617071274244371,0.0685288571799765,0.15372517456988796,0.14059156279699075,0.006075429533551449,0.15372517456988796,0.3350619499444598,0.01435469515843551,0.15372517456988796,0.3555995005442414,0.00650577345803631,0.5,0.15372517456988796,0.3278236485487305,0.0006748979942465658,0.0,0.8411241946522207,0.7046866108934833 -4938,0.5,0.15372517456988796,0.06925200053471825,0.07232899444165762,0.15372517456988796,0.006564497034562097,0.022065025257031884,0.15372517456988796,0.21326570784271315,0.0009521125921489712,0.15372517456988796,0.16921343900440797,0.0015558800721445676,0.15372517456988796,0.056481617355049626,0.02489931417581882,0.15372517456988796,0.22525250333849184,0.03468524135017345,0.15372517456988796,0.2483304226534434,0.017984779592878794,0.15372517456988796,0.2163637094582646,0.01110274617438464,0.5,0.15372517456988796,0.21519914269124046,0.005342044903391466,0.15372517456988796,0.2201855405919819,0.0009794449554288943,0.5,0.15372517456988796,0.243713698849381,0.00041441696472113633,0.15372517456988796,0.21918106422336417,0.0017055918027513554,0.15372517456988796,0.06491458981098304,0.4432458334572043,0.15372517456988796,0.01755911667643973,0.05610137280567967,0.15372517456988796,0.1275125491917897,0.008671361725412004,0.15372517456988796,0.2318001120328907,0.004336253190618889,0.15372517456988796,0.23067463539374258,0.0017080631455688002,0.5,0.15372517456988796,0.20692694669072115,0.0005870559841021413,0.0,0.8691458068598004,0.5672073827593132 -4939,0.5,0.15372517456988796,0.03207603606987992,0.0660147656725009,0.15372517456988796,0.0013653797236374023,0.031017690205342226,0.15372517456988796,0.07162924735983617,0.002321755107908008,0.15372517456988796,0.06229861982286053,0.0012330880231564074,0.15372517456988796,0.056068004119923194,0.01907158127619148,0.15372517456988796,0.12563566255871356,0.03168334332788946,0.15372517456988796,0.1317190020475075,0.026640381788291003,0.15372517456988796,0.11164797992948652,0.009236906765453785,0.5,0.15372517456988796,0.0996122939734064,0.001711120646778822,0.15372517456988796,0.06984852465646156,0.0006413970267756399,0.5,0.15372517456988796,0.09762697500065409,8.61791451890657e-05,0.15372517456988796,0.0797004330561273,0.0004621060880828306,0.15372517456988796,0.03152552317808022,0.35517091974700354,0.15372517456988796,0.008671746647801208,0.033345970587942635,0.15372517456988796,0.07554454748580099,0.0138138649569515,0.15372517456988796,0.11248877473703847,0.0006708987297882027,0.15372517456988796,0.07272360458158995,0.0009713948646329442,0.5,0.15372517456988796,0.05697677294515555,0.0010072066831862021,0.0,0.8673175129615835,0.38605765772642653 -4940,0.5,0.15372517456988796,0.00013178583389392316,0.05931091707143432,0.15372517456988796,0.00027141215353581195,0.06745539934113927,0.15372517456988796,0.0,0.007260793637432989,0.15372517456988796,0.0,0.002568176576976053,0.15372517456988796,0.016698431485047873,0.009046258267325824,0.15372517456988796,0.02471825271140647,0.02483277034742798,0.15372517456988796,0.02147940036297271,0.019457410804565343,0.15372517456988796,0.019334149811582102,0.010335755507074431,0.5,0.15372517456988796,0.006663212270603006,0.000882266584542904,0.15372517456988796,0.0,0.0011659635199461815,0.5,0.15372517456988796,0.0,0.00045089035887568347,0.15372517456988796,0.0,0.0006611713302051307,0.15372517456988796,0.009642897251267775,0.27578283895911687,0.15372517456988796,0.0014281065354958852,0.030594201926240527,0.15372517456988796,0.009416463273266045,0.010723163821212574,0.15372517456988796,0.003508070297118846,0.0010987461851892273,0.15372517456988796,0.0,0.002175250039765663,0.5,0.15372517456988796,0.0,0.0026229153551951667,0.0,0.8595107389636913,0.2775117907290106 -4941,0.5,0.15372517456988796,0.0,0.046026387933732926,0.15372517456988796,0.0,0.05765628609432336,0.15372517456988796,0.0,0.011156691800637011,0.15372517456988796,0.0,0.0041312199152518745,0.15372517456988796,0.0,0.007733681294037526,0.15372517456988796,0.0,0.020259430921343587,0.15372517456988796,0.0,0.016634171414061597,0.15372517456988796,0.0,0.013287098948057692,0.5,0.15372517456988796,0.0,0.0014033865692323296,0.15372517456988796,0.0,0.0016347062848447926,0.5,0.15372517456988796,0.0,0.0008125977462749812,0.15372517456988796,0.0,0.0011002480594439513,0.15372517456988796,0.0,0.21034993877474462,0.15372517456988796,0.0,0.03580308362950502,0.15372517456988796,0.0,0.011947198591484263,0.15372517456988796,0.0,0.0012860039601314795,0.15372517456988796,0.0,0.0031406801718591153,0.5,0.15372517456988796,0.0,0.005009236467541964,0.0,0.8372187847739344,0.2717377596190127 -4942,0.5,0.15372517456988796,0.0,0.03377253027738999,0.15372517456988796,0.0,0.035470346301073125,0.15372517456988796,0.0,0.007846060981601781,0.15372517456988796,0.0,0.004348877364238066,0.15372517456988796,0.0,0.0064843226119181184,0.15372517456988796,0.0,0.015347366484103666,0.15372517456988796,0.0,0.008773102643679071,0.15372517456988796,0.0,0.01257223891633737,0.5,0.15372517456988796,0.0,0.002199939412687553,0.15372517456988796,0.0,0.0024209141256543226,0.5,0.15372517456988796,0.0,0.0006362912113501443,0.15372517456988796,0.0,0.0009948296674746433,0.15372517456988796,0.0,0.15281212721446286,0.15372517456988796,0.0,0.042199268828432446,0.15372517456988796,0.0,0.010146464328700968,0.15372517456988796,0.0,0.0010584804668616076,0.15372517456988796,0.0,0.003555921226875729,0.5,0.15372517456988796,0.0,0.0052103474881729185,0.0,0.7788874861533881,0.33105298886885076 -4943,0.5,0.15372517456988796,0.0,0.028455890334559867,0.15372517456988796,0.0,0.02121606053789801,0.15372517456988796,0.0,0.005083729992302467,0.15372517456988796,0.0,0.004471621849007546,0.15372517456988796,0.0,0.00692001366958126,0.15372517456988796,0.0,0.009368001694404441,0.15372517456988796,0.0,0.005798221292997487,0.15372517456988796,0.0,0.008960229474764232,0.5,0.15372517456988796,0.0,0.0037525877017786998,0.15372517456988796,0.0,0.0030430532488090823,0.5,0.15372517456988796,0.0,0.0006091273136100713,0.15372517456988796,0.0,0.0023591607966347264,0.15372517456988796,0.0,0.11225868209246656,0.15372517456988796,0.0,0.05290562420183313,0.15372517456988796,0.0,0.008655075919796614,0.15372517456988796,0.0,0.0011872006039924752,0.15372517456988796,0.0,0.0036831096608799306,0.5,0.15372517456988796,0.0,0.005159416097473394,0.0,0.7005765289393419,0.3732870688112893 -4944,0.5,0.15372517456988796,0.0,0.026215825695258453,0.15372517456988796,0.0,0.006137610452450544,0.15372517456988796,0.0,0.003922772167886853,0.15372517456988796,0.0,0.005048781787908561,0.15372517456988796,0.0,0.007611218561710425,0.15372517456988796,0.0,0.006609171730044459,0.15372517456988796,0.0,0.005022184064409622,0.15372517456988796,0.0,0.004175098903179521,0.5,0.15372517456988796,0.0,0.00462088377297008,0.15372517456988796,0.0,0.00458301048130212,0.5,0.15372517456988796,0.0,0.0008242570676163487,0.15372517456988796,0.0,0.0037147310187713362,0.15372517456988796,0.0,0.08201548383934738,0.15372517456988796,0.0,0.04722574801908848,0.15372517456988796,0.0,0.007226847913659337,0.15372517456988796,0.0,0.0013402017645606575,0.15372517456988796,0.0,0.004117755127269229,0.5,0.15372517456988796,0.0,0.004115063595513136,0.0,0.6773625714655039,0.3152834900521529 -4945,0.5,0.15372517456988796,0.0,0.020551842994071746,0.15372517456988796,0.0,0.005335476653018615,0.15372517456988796,0.0,0.003926413586447729,0.15372517456988796,0.0,0.00567138840158198,0.15372517456988796,0.0,0.006192990252219513,0.15372517456988796,0.0,0.004562676351868607,0.15372517456988796,0.0,0.004749557601593987,0.15372517456988796,0.0,0.002382486977520567,0.5,0.15372517456988796,0.0,0.0049325990084073245,0.15372517456988796,0.0,0.007367771735800557,0.5,0.15372517456988796,0.0,0.0007465050606635968,0.15372517456988796,0.0,0.0035475943558380975,0.15372517456988796,0.0,0.07010893850885004,0.15372517456988796,0.0,0.035487484127674655,0.15372517456988796,0.0,0.006891613024878522,0.15372517456988796,0.0,0.0013850546244837092,0.15372517456988796,0.0,0.0053752899207904015,0.5,0.15372517456988796,0.0,0.003508904009823133,0.0,0.6607144496556202,0.18398779378255398 -4946,0.5,0.15372517456988796,0.0,0.013553691625255793,0.15372517456988796,0.0,0.0024616078250763768,0.15372517456988796,0.0,0.004036920732432051,0.15372517456988796,0.0,0.0062481894608627155,0.15372517456988796,0.0,0.0044629150272249085,0.15372517456988796,0.0,0.003714343107068173,0.15372517456988796,0.0,0.0050087007179860565,0.15372517456988796,0.0,0.001908617737286292,0.5,0.15372517456988796,0.0,0.00520422270622615,0.15372517456988796,0.0,0.008496527929056297,0.5,0.15372517456988796,0.0,0.0005165721109144845,0.15372517456988796,0.0,0.0040696489009683185,0.15372517456988796,0.0,0.06127977090498718,0.15372517456988796,0.0,0.028139579651917664,0.15372517456988796,0.0,0.00696065722510888,0.15372517456988796,0.0,0.0015049304746349267,0.15372517456988796,0.0,0.005483501854857013,0.5,0.15372517456988796,0.0,0.0036390546917462454,0.0,0.5925793781869358,0.0744633142754611 -4947,0.5,0.15372517456988796,0.0,0.01070471976070462,0.15372517456988796,0.0,0.0016585107039588196,0.15372517456988796,0.0,0.0038918166057256794,0.15372517456988796,0.0,0.005978321375890897,0.15372517456988796,0.0,0.004659337191417395,0.15372517456988796,0.0,0.004404730786612469,0.15372517456988796,0.0,0.00551592259153704,0.15372517456988796,0.0,0.002220721347191265,0.5,0.15372517456988796,0.0,0.005412008410971295,0.15372517456988796,0.0,0.008812544474655305,0.5,0.15372517456988796,0.0,0.0006132433397364157,0.15372517456988796,0.0,0.003280404000761947,0.15372517456988796,0.0,0.057749727286529745,0.15372517456988796,0.0,0.023167268969550757,0.15372517456988796,0.0,0.0075742934400788876,0.15372517456988796,0.0,0.0018660954970687762,0.15372517456988796,0.0,0.005729995430038156,0.5,0.15372517456988796,0.0,0.003516938914198733,0.0,0.44005919850624486,0.0799162495313455 -4948,0.5,0.15372517456988796,0.0,0.009761616516676251,0.15372517456988796,0.0,0.004829006804561335,0.15372517456988796,0.0,0.0031813545493874222,0.15372517456988796,0.0,0.005002850236029585,0.15372517456988796,0.0,0.005659467632693138,0.15372517456988796,0.0,0.0057674373481864825,0.15372517456988796,0.0,0.0052859117313902235,0.15372517456988796,0.0,0.0024720983169813377,0.5,0.15372517456988796,0.0,0.004955962607355715,0.15372517456988796,0.0,0.007678579651257208,0.5,0.15372517456988796,0.0,0.0006987635072834928,0.15372517456988796,0.0,0.005281450275955839,0.15372517456988796,0.0,0.050052420370584196,0.15372517456988796,0.0,0.015816784952389723,0.15372517456988796,0.0,0.00834745106345667,0.15372517456988796,0.0,0.002638001144377375,0.15372517456988796,0.0,0.005908876423692242,0.5,0.15372517456988796,0.0,0.0036375725882695203,0.0,0.2500026271876003,0.09099407983626026 -4949,0.5,0.15372517456988796,0.00014331297008632454,0.007573634662055948,0.15372517456988796,0.0,0.007022857550769818,0.15372517456988796,0.0,0.002476746950492416,0.15372517456988796,1.9945767412878754e-05,0.004127258211945696,0.15372517456988796,0.0,0.005521559976829777,0.15372517456988796,0.0,0.006812017588600091,0.15372517456988796,0.0,0.005628490749432728,0.15372517456988796,0.0,0.002948173805463022,0.5,0.15372517456988796,0.0,0.004544102616751801,0.15372517456988796,0.0,0.006606886150613284,0.5,0.15372517456988796,0.0,0.0005935279598894368,0.15372517456988796,0.0,0.009432484954384186,0.15372517456988796,0.0,0.03943682840938765,0.15372517456988796,0.0,0.010388950596816502,0.15372517456988796,0.0,0.009506136390498392,0.15372517456988796,0.0,0.003414997300345536,0.15372517456988796,0.0,0.005406914298427813,0.5,0.15372517456988796,0.0,0.0036605784170603405,0.0,0.16115200489981898,0.07771543070233447 -4950,0.5,0.15372517456988796,0.04043837071719443,0.00600653887092535,0.15372517456988796,0.035414053441414343,0.0058428757747221866,0.15372517456988796,0.033840123155528465,0.0015551447430623192,0.15372517456988796,0.04365419437915754,0.002942040519550284,0.15372517456988796,0.022542419735063386,0.004545913143413981,0.15372517456988796,0.009266793993054082,0.0071090375017586775,0.15372517456988796,0.01621650936289956,0.0061962831382408965,0.15372517456988796,0.002575563533589085,0.003221668478002251,0.5,0.15372517456988796,0.008702451109628823,0.004698006586485045,0.15372517456988796,0.0210310372763707,0.0068536788364835875,0.5,0.15372517456988796,0.016280694198453797,0.0004933243172354062,0.15372517456988796,0.014873737453715508,0.009381764680852318,0.15372517456988796,0.025435452307469072,0.03586092181974419,0.15372517456988796,0.02678232552566827,0.007381850427165785,0.15372517456988796,0.030419806608234224,0.008124094031566928,0.15372517456988796,0.022434051149888338,0.002607749177192338,0.15372517456988796,0.027016073337543904,0.003908694560989213,0.5,0.15372517456988796,0.02757894565404192,0.002502316563042466,0.0,0.08706632619143918,0.05214141196580695 -4951,0.5,0.15372517456988796,0.11493350629020421,0.010393507241699624,0.15372517456988796,0.10702941160395474,0.005523611903254005,0.15372517456988796,0.11028514909334247,0.0009429413378307461,0.15372517456988796,0.12533450205008753,0.001784093519903678,0.15372517456988796,0.09128458846501035,0.003965973357780972,0.15372517456988796,0.06430840256158801,0.008301873342341594,0.15372517456988796,0.07279622960434215,0.005960027143175203,0.15372517456988796,0.03315180930980517,0.003397225561962487,0.5,0.15372517456988796,0.07139971189957042,0.004380681230508487,0.15372517456988796,0.09812649506314211,0.0039569230926076995,0.5,0.15372517456988796,0.08870432544351986,0.00023930443684178505,0.15372517456988796,0.08988000026506085,0.007948571422548716,0.15372517456988796,0.081016139688535,0.025990173473268062,0.15372517456988796,0.0955045160222191,0.007251010010439531,0.15372517456988796,0.10235558526554894,0.005887370147240975,0.15372517456988796,0.09036893460661144,0.0016083504021643974,0.15372517456988796,0.10342844826039797,0.0023931381516406496,0.5,0.15372517456988796,0.10326862717439104,0.0020698070980040193,0.0,0.04818407919568359,0.05151014375585562 -4952,0.5,0.15372517456988796,0.22563415670459774,0.014711254978603611,0.15372517456988796,0.22079018031722897,0.007290592439582481,0.15372517456988796,0.22724894534640772,0.002402425779139431,0.15372517456988796,0.2443563723886822,0.0025560894395423466,0.15372517456988796,0.20097831427824456,0.007222634433116049,0.15372517456988796,0.13955810667849244,0.017012099589329564,0.15372517456988796,0.13399744426746826,0.007651172260600488,0.15372517456988796,0.08449343452143768,0.005386791353719524,0.5,0.15372517456988796,0.16356936640559513,0.010214418426812272,0.15372517456988796,0.21536593122931513,0.0022095901977463124,0.5,0.15372517456988796,0.199961694011686,0.00014787037291652958,0.15372517456988796,0.20233000702542647,0.0020298380338458506,0.15372517456988796,0.18123449950284784,0.030601058904017975,0.15372517456988796,0.2066155374025734,0.008706473616894035,0.15372517456988796,0.21495919503662592,0.00667371407107022,0.15372517456988796,0.18974438731624335,0.0011762619362024492,0.15372517456988796,0.21891884262508604,0.0018338259620239738,0.5,0.15372517456988796,0.20723379399555764,0.0035138144999203773,0.0,0.042803294201794434,0.060096615628939004 -4953,0.5,0.15372517456988796,0.3515597567962389,0.011190914559330288,0.15372517456988796,0.3433627115540918,0.002877272072872713,0.15372517456988796,0.3551757033651285,0.002710358464639384,0.15372517456988796,0.373181527513651,0.002225454243417773,0.15372517456988796,0.32376142723952117,0.010199747163213865,0.15372517456988796,0.23220439676995314,0.024559309690615386,0.15372517456988796,0.19457638540362113,0.010833770056321726,0.15372517456988796,0.16232775628477583,0.01241661855717345,0.5,0.15372517456988796,0.2687724650650576,0.02094961915506704,0.15372517456988796,0.3484914977628538,0.002817914296087064,0.5,0.15372517456988796,0.3271870285935955,0.00021256620260496693,0.15372517456988796,0.32996468274763985,0.003250385786189662,0.15372517456988796,0.2822494352908747,0.02527250613964144,0.15372517456988796,0.3301511840461478,0.006281380383789966,0.15372517456988796,0.3366437943992137,0.0040644181537492444,0.15372517456988796,0.30429778000426,0.0007099742183564793,0.15372517456988796,0.345082165982972,0.002395194427225557,0.5,0.15372517456988796,0.3273047046341006,0.0033874544865445254,0.0,0.019804062461546618,0.03069762655164633 -4954,0.5,0.15372517456988796,0.4843322411432279,0.005389036823846111,0.15372517456988796,0.47365735725903113,0.0014919912996216665,0.15372517456988796,0.4883547773408252,0.003284781027893662,0.15372517456988796,0.503565498634149,0.003041122360894604,0.15372517456988796,0.45659980602071126,0.010953202996928141,0.15372517456988796,0.35117233127341124,0.035753972622275414,0.15372517456988796,0.25834796603957344,0.021876868831993523,0.15372517456988796,0.27338750682242324,0.030101767232886774,0.5,0.15372517456988796,0.36258249999718545,0.02578165300017518,0.15372517456988796,0.470349097997613,0.0016193764615899174,0.5,0.15372517456988796,0.4627449532250266,0.0010405495645995756,0.15372517456988796,0.4142270395800393,0.0031067445501384056,0.15372517456988796,0.3528426885190167,0.016588483121526623,0.15372517456988796,0.462320779925425,0.004500300913075239,0.15372517456988796,0.4657213984799774,0.0014902274939574103,0.15372517456988796,0.4298297588935842,1.0399780541738797e-05,0.15372517456988796,0.4723040808918939,0.0032458685796616102,0.5,0.15372517456988796,0.448515258333231,0.0022817575308974516,0.0,0.017229851385393832,0.014263147654260488 -4955,0.5,0.15372517456988796,0.5869311550180992,0.0035870370845599467,0.15372517456988796,0.5823081077854618,0.0016025292153071368,0.15372517456988796,0.5919719623887679,0.004566243732231029,0.15372517456988796,0.6016948676674894,0.004528942849043738,0.15372517456988796,0.5686173407715451,0.010456551676481851,0.15372517456988796,0.44456595288269174,0.029561144794377762,0.15372517456988796,0.3182355901824516,0.028067452285964384,0.15372517456988796,0.34699178192095964,0.04305997054697809,0.5,0.15372517456988796,0.36776167222221623,0.026070705877166783,0.15372517456988796,0.5236959083253129,0.0020139766414033213,0.5,0.15372517456988796,0.5416647467661326,0.002373416468477585,0.15372517456988796,0.4379285360746912,0.0035979123282357645,0.15372517456988796,0.427904952892346,0.009452128782415047,0.15372517456988796,0.5740039868070189,0.002402586726120656,0.15372517456988796,0.5721151352772097,0.0006179520174856803,0.15372517456988796,0.4516836458296076,0.00014461830047479048,0.15372517456988796,0.5716334859264754,0.004092602801856923,0.5,0.15372517456988796,0.506542570604236,0.0020599584468946838,0.0,0.016582951822434144,0.00597954006087958 -4956,0.5,0.15372517456988796,0.6377684183189921,0.006149800912159413,0.15372517456988796,0.6460590619191576,0.0028085404134299244,0.15372517456988796,0.6121868493995022,0.005102675655850542,0.15372517456988796,0.6505804741815744,0.008003956886343875,0.15372517456988796,0.603312779867626,0.00875426870427507,0.15372517456988796,0.5596571632113102,0.019182004321446573,0.15372517456988796,0.5327779390570739,0.018479103030688244,0.15372517456988796,0.5427365830083312,0.049733890762645505,0.5,0.15372517456988796,0.4389147431634626,0.027902843257596364,0.15372517456988796,0.4800960807117095,0.005433859351648989,0.5,0.15372517456988796,0.504228766531288,0.001343736280282222,0.15372517456988796,0.4444541101673737,0.005231177044830029,0.15372517456988796,0.4927279600825708,0.005540319675205555,0.15372517456988796,0.6286632531929159,0.0011909054179514804,0.15372517456988796,0.5895974814381807,0.0005124854583841098,0.15372517456988796,0.5127805197765551,0.0003643017680207641,0.15372517456988796,0.600337931180284,0.007924423801475993,0.5,0.15372517456988796,0.5016420238470085,0.0026005074474182727,0.0,0.0045040634702969646,0.0028654389575859533 -4957,0.5,0.15372517456988796,0.613147732897582,0.005972143457293437,0.15372517456988796,0.6608039491757438,0.002607641708770909,0.15372517456988796,0.6084639491234927,0.0049537146310998795,0.15372517456988796,0.6514142086311507,0.013013979126712672,0.15372517456988796,0.6453285563063418,0.0038425810887765047,0.15372517456988796,0.6231570823642687,0.012228805085489718,0.15372517456988796,0.6438249157827914,0.01030863374995305,0.15372517456988796,0.5740893880601711,0.046627154450532636,0.5,0.15372517456988796,0.5351676333438276,0.030872641670336258,0.15372517456988796,0.5501593781327891,0.011776139497281448,0.5,0.15372517456988796,0.5264054922874479,0.0009557249841478806,0.15372517456988796,0.45222760726057903,0.009360396970526067,0.15372517456988796,0.461529273947604,0.005377792901609221,0.15372517456988796,0.6511110032314941,0.0006969817309943277,0.15372517456988796,0.6232173116064734,0.0003027495316381554,0.15372517456988796,0.5428118919396776,0.0020278664312818138,0.15372517456988796,0.5655799905363805,0.02040365313393863,0.5,0.15372517456988796,0.4994428539939244,0.0060441702972933,0.0,0.0,0.0007739270884145537 -4958,0.5,0.15372517456988796,0.5739566777347378,0.005168907547994594,0.15372517456988796,0.636222133107497,0.001904001089693464,0.15372517456988796,0.6035254113411592,0.005097772116003146,0.15372517456988796,0.6376328676920296,0.01821816618143313,0.15372517456988796,0.619538480724387,0.0012343442959583649,0.15372517456988796,0.6036557553894054,0.009497427123999182,0.15372517456988796,0.6360297073005373,0.007070099146271035,0.15372517456988796,0.5668209794558114,0.036915831976203434,0.5,0.15372517456988796,0.49379778952051623,0.027735613477981397,0.15372517456988796,0.5448983011662041,0.025070828032146907,0.5,0.15372517456988796,0.5004313749089087,0.0011723134050520393,0.15372517456988796,0.46411011987457806,0.025409862521933637,0.15372517456988796,0.40754725994159424,0.010202935915492962,0.15372517456988796,0.6452177259222414,0.0002970363105520597,0.15372517456988796,0.5952054455480498,0.00014649461609411702,0.15372517456988796,0.5311755591468884,0.0019591525485426827,0.15372517456988796,0.567608663136588,0.020176781120841467,0.5,0.15372517456988796,0.4695322638240151,0.018107245562967375,0.0,0.0,7.041130467083054e-05 -4959,0.5,0.15372517456988796,0.5636531561580087,0.004916044275365743,0.15372517456988796,0.5827478097817097,0.0010310382888050666,0.15372517456988796,0.556946024512079,0.006405442787010815,0.15372517456988796,0.566438119873438,0.027802295764524573,0.15372517456988796,0.5686693604925154,0.0014422046453989497,0.15372517456988796,0.5345122823903201,0.008963723883711295,0.15372517456988796,0.5518861833785187,0.0065357208840211255,0.15372517456988796,0.4835694059723878,0.030863144578416435,0.5,0.15372517456988796,0.3825753321754712,0.021322667331929702,0.15372517456988796,0.43841036604455474,0.02254789216691913,0.5,0.15372517456988796,0.47723564179856287,0.008934152408569648,0.15372517456988796,0.4077934686383773,0.03378543213643078,0.15372517456988796,0.4182491609525615,0.014673904065171828,0.15372517456988796,0.5868562281567221,0.0008544218672970581,0.15372517456988796,0.552597753300894,0.00010587667009790892,0.15372517456988796,0.4854763178869174,0.0014179346748765384,0.15372517456988796,0.5082016130634728,0.01628324567233685,0.5,0.15372517456988796,0.4246970810776341,0.03572592303290268,0.0,0.0,5.066631083465629e-05 -4960,0.5,0.15372517456988796,0.45555464388083844,0.004935915347252266,0.15372517456988796,0.47729390975462227,0.0002723140527686555,0.15372517456988796,0.45536211928522774,0.013175869176774713,0.15372517456988796,0.45759435322059505,0.03982072082942952,0.15372517456988796,0.48911497804878046,0.0023154238884573876,0.15372517456988796,0.4580170329771593,0.011786273118929012,0.15372517456988796,0.465973812182663,0.007375712619609193,0.15372517456988796,0.3723439044290275,0.02394341074413442,0.5,0.15372517456988796,0.34569275438097447,0.019326038075745833,0.15372517456988796,0.31886239987094556,0.0179182432033608,0.5,0.15372517456988796,0.4434083354692731,0.016515451031368245,0.15372517456988796,0.3101392063376558,0.03793762753260081,0.15372517456988796,0.3776776801268851,0.01719329011484916,0.15372517456988796,0.4882151128835023,0.0030181305536031424,0.15372517456988796,0.4541964208066107,0.00010207887401581076,0.15372517456988796,0.4321221356318214,0.0011860485557493071,0.15372517456988796,0.42651039189952467,0.012704422590318929,0.5,0.15372517456988796,0.2941957533595364,0.024122423697769207,0.0,0.0013407481818796918,7.603899722674165e-05 -4961,0.5,0.15372517456988796,0.33913300856374373,0.005502166013677387,0.15372517456988796,0.35981809895372663,0.0,0.15372517456988796,0.33747431477534195,0.021279521775502935,0.15372517456988796,0.3328647662304838,0.046502710943239337,0.15372517456988796,0.3771703952743443,0.00389866438968,0.15372517456988796,0.3343351036172172,0.013309027195039111,0.15372517456988796,0.367622779328535,0.009495716111666344,0.15372517456988796,0.28632603014677377,0.018715203678561464,0.5,0.15372517456988796,0.28875775663490466,0.012741013409209242,0.15372517456988796,0.20096833901771075,0.005434292492665736,0.5,0.15372517456988796,0.28960946203390137,0.014746131678835185,0.15372517456988796,0.21660151199027458,0.04026838339267723,0.15372517456988796,0.2901748355221852,0.01670881786798116,0.15372517456988796,0.3678175755633677,0.0083725153377609,0.15372517456988796,0.3494011075495899,0.0003947155389212735,0.15372517456988796,0.3091248291479981,0.0013611104609451618,0.15372517456988796,0.3005432031220028,0.010986481344762978,0.5,0.15372517456988796,0.2251596749235507,0.01904963988693812,0.0,0.0048903703564033155,0.00027590682585578434 -4962,0.5,0.15372517456988796,0.2163374719970503,0.004570399984497227,0.15372517456988796,0.23797305267390984,0.0,0.15372517456988796,0.21683358130182423,0.023150961025638843,0.15372517456988796,0.20640200588180363,0.031714053204754525,0.15372517456988796,0.25933265979959846,0.005846398106702792,0.15372517456988796,0.19922981516105612,0.013300410619415873,0.15372517456988796,0.2429133822420269,0.013002160102167697,0.15372517456988796,0.2104742281353279,0.0108410066763243,0.5,0.15372517456988796,0.22502666350048806,0.006106510078045083,0.15372517456988796,0.12325465542959357,0.004130712607066883,0.5,0.15372517456988796,0.18671281617540947,0.01402332626691401,0.15372517456988796,0.11749381936202122,0.028862578047918447,0.15372517456988796,0.21096014994695766,0.0167608950694062,0.15372517456988796,0.2491854927776626,0.015672343637279592,0.15372517456988796,0.23375657556001148,0.0005938691272121919,0.15372517456988796,0.204842208575172,0.001745663025569225,0.15372517456988796,0.1901031561153598,0.008324399944401812,0.5,0.15372517456988796,0.13702094078145083,0.012312990637491444,0.0,0.011929953550485217,0.0002518952665579089 -4963,0.5,0.15372517456988796,0.07264784018838547,0.0036856675845746163,0.15372517456988796,0.11681589049171273,0.0,0.15372517456988796,0.06464978286612649,0.014572489576649632,0.15372517456988796,0.05994768627231815,0.01569250423445065,0.15372517456988796,0.13638414275912703,0.0028231670515190817,0.15372517456988796,0.10332661175205665,0.006817454600876358,0.15372517456988796,0.12495446060775961,0.006781062288997065,0.15372517456988796,0.11512259674339151,0.004025588619804171,0.5,0.15372517456988796,0.11997823925325496,0.0013718832844665065,0.15372517456988796,0.04816736627596571,0.008381260994166327,0.5,0.15372517456988796,0.07456461752085279,0.014108975222932613,0.15372517456988796,0.06222794886745528,0.012752469427977382,0.15372517456988796,0.10878215272110843,0.015955990628233354,0.15372517456988796,0.1311711778173461,0.023196788848160454,0.15372517456988796,0.1116965566339514,0.00027599589491779093,0.15372517456988796,0.10595857286888463,0.0018467865571996991,0.15372517456988796,0.0647854339006547,0.003350544199340901,0.5,0.15372517456988796,0.05375539315196175,0.00024373949481412902,0.0,0.018811899987003982,0.00010227034892831066 -4964,0.5,0.15372517456988796,0.0,0.004281508625119304,0.15372517456988796,0.017803822399281504,0.0002447498134074231,0.15372517456988796,0.0,0.019274189913129174,0.15372517456988796,0.0,0.015463600053518024,0.15372517456988796,0.022706750565216836,0.004202222499126504,0.15372517456988796,0.02137408712979402,0.008362502542318353,0.15372517456988796,0.018184535124667486,0.0068601435567117,0.15372517456988796,0.019427559355798058,0.00224816875237211,0.5,0.15372517456988796,0.008819318528585692,0.0024651165307605794,0.15372517456988796,0.0,0.007408822881742727,0.5,0.15372517456988796,0.0,0.018378366113773262,0.15372517456988796,0.0,0.014741536818335422,0.15372517456988796,0.021645989667658128,0.011560916333071387,0.15372517456988796,0.02328653276704761,0.02547722665169566,0.15372517456988796,0.008831015931322914,0.00031207751461089644,0.15372517456988796,0.000978225459103334,0.0025945987700437363,0.15372517456988796,0.0,0.00576835676398041,0.5,0.15372517456988796,0.0,0.0005572695183301503,0.0,0.020142705978709048,0.0002455654399412289 -4965,0.5,0.15372517456988796,0.0,0.003954688672623349,0.15372517456988796,0.0,0.0018258673645688667,0.15372517456988796,0.0,0.01494848631550677,0.15372517456988796,0.0,0.009583321114842764,0.15372517456988796,0.0,0.006868616115530311,0.15372517456988796,0.0,0.013633914356123234,0.15372517456988796,0.0,0.008891880699348306,0.15372517456988796,0.0,0.0022715378192405696,0.5,0.15372517456988796,0.0,0.002280427449677923,0.15372517456988796,0.0,0.004259348977250125,0.5,0.15372517456988796,0.0,0.01997265295491884,0.15372517456988796,0.0,0.0164937170782373,0.15372517456988796,0.0,0.011641647085439922,0.15372517456988796,0.0,0.028120207651005542,0.15372517456988796,0.0,0.0004787865605724015,0.15372517456988796,0.0,0.002925888119414181,0.15372517456988796,0.0,0.007354378309743462,0.5,0.15372517456988796,0.0,0.002393897065898331,0.0,0.010957724733145319,0.0005032716685480263 -4966,0.5,0.15372517456988796,0.0,0.002902950306806134,0.15372517456988796,0.0,0.0052432403771981205,0.15372517456988796,0.0,0.01064423463632447,0.15372517456988796,0.0,0.005653367529785943,0.15372517456988796,0.0,0.00892804440458876,0.15372517456988796,0.0,0.01598405151201247,0.15372517456988796,0.0,0.008733168963197157,0.15372517456988796,0.0,0.0019032474773766754,0.5,0.15372517456988796,0.0,0.0021163244929883205,0.15372517456988796,0.0,0.005437532347850326,0.5,0.15372517456988796,0.0,0.019666949130101963,0.15372517456988796,0.0,0.015259353323913231,0.15372517456988796,0.0,0.009248224088857409,0.15372517456988796,0.0,0.0241233842836069,0.15372517456988796,0.0,0.0006192590093300969,0.15372517456988796,0.0,0.002979763434970589,0.15372517456988796,0.0,0.009322777028111653,0.5,0.15372517456988796,0.0,0.00450152925295912,0.0,0.002590150964291635,0.0004827122070980346 -4967,0.5,0.15372517456988796,0.0,0.002101385007790266,0.15372517456988796,0.0,0.006029562366764293,0.15372517456988796,0.0,0.006647299312655082,0.15372517456988796,0.0,0.004641615343334457,0.15372517456988796,0.0,0.010450923050790737,0.15372517456988796,0.0,0.016028988652011186,0.15372517456988796,0.0,0.009647775706189484,0.15372517456988796,0.0,0.0016962494703900988,0.5,0.15372517456988796,0.0,0.002274442155615865,0.15372517456988796,0.0,0.009929982401612357,0.5,0.15372517456988796,0.0,0.015701808098272894,0.15372517456988796,0.0,0.014815817199536521,0.15372517456988796,0.0,0.005741611819489777,0.15372517456988796,0.0,0.01737190522713409,0.15372517456988796,0.0,0.000647768753687743,0.15372517456988796,0.0,0.003462059597359885,0.15372517456988796,0.0,0.011234717444182318,0.5,0.15372517456988796,0.0,0.006476225523803947,0.0,0.00014489008022246732,0.00038226489357103785 -4968,0.5,0.15372517456988796,0.0,0.002118967072234321,0.15372517456988796,0.0,0.004243662620823303,0.15372517456988796,0.0,0.0027988996370022054,0.15372517456988796,0.0,0.0038396510788221774,0.15372517456988796,0.0,0.011110940072014044,0.15372517456988796,0.0,0.01412683671817569,0.15372517456988796,0.0,0.01049822104007491,0.15372517456988796,0.0,0.001285430512886775,0.5,0.15372517456988796,0.0,0.004388796413310281,0.15372517456988796,0.0,0.011940674215638254,0.5,0.15372517456988796,0.0,0.011400344908545076,0.15372517456988796,0.0,0.012796997476371046,0.15372517456988796,0.0,0.0020285531278002415,0.15372517456988796,0.0,0.010806374880540662,0.15372517456988796,0.0,0.000700845945882825,0.15372517456988796,0.0,0.003982935757585465,0.15372517456988796,0.0,0.01237276707516637,0.5,0.15372517456988796,0.0,0.009371422086794154,0.0,0.0,0.0002601217453835347 -4969,0.5,0.15372517456988796,0.0,0.0025961925166236533,0.15372517456988796,0.0,0.0011661648830455173,0.15372517456988796,0.0,0.0012147454587750008,0.15372517456988796,0.0,0.0026535243567844,0.15372517456988796,0.0,0.010905505894211057,0.15372517456988796,0.0,0.010870161918498772,0.15372517456988796,0.0,0.009696752414992727,0.15372517456988796,0.0,0.0014338926877431107,0.5,0.15372517456988796,0.0,0.005398164933464787,0.15372517456988796,0.0,0.013706874061452651,0.5,0.15372517456988796,0.0,0.01074990545878831,0.15372517456988796,0.0,0.011307656727680542,0.15372517456988796,0.0,0.000659916698145876,0.15372517456988796,0.0,0.006426941164015707,0.15372517456988796,0.0,0.0006015876809082987,0.15372517456988796,0.0,0.003495543053082666,0.15372517456988796,0.0,0.012628987105186574,0.5,0.15372517456988796,0.0,0.01427520105696006,0.0,0.0,0.00020420678304791965 -4970,0.5,0.15372517456988796,0.0,0.002576264552452047,0.15372517456988796,0.0,0.0008781548150790879,0.15372517456988796,0.0,0.000897315738896069,0.15372517456988796,0.0,0.0012348006470494664,0.15372517456988796,0.0,0.008127287010167282,0.15372517456988796,0.0,0.007313891334610604,0.15372517456988796,0.0,0.00885144783000908,0.15372517456988796,0.0,0.0037398999242526654,0.5,0.15372517456988796,0.0,0.005652449685484606,0.15372517456988796,0.0,0.015464487943155875,0.5,0.15372517456988796,0.0,0.01222657404783261,0.15372517456988796,0.0,0.012122600029120082,0.15372517456988796,0.0,9.187479349228796e-05,0.15372517456988796,0.0,0.003703829970562715,0.15372517456988796,0.0,0.0006276972930784093,0.15372517456988796,0.0,0.0032150514644718664,0.15372517456988796,0.0,0.012810510608427186,0.5,0.15372517456988796,0.0,0.018867220442150688,0.0,0.0,0.00016283836002732913 -4971,0.5,0.15372517456988796,0.0,0.002302491234975242,0.15372517456988796,0.0,0.0006085504830907874,0.15372517456988796,0.0,0.0009688078325925155,0.15372517456988796,0.0,0.0013992343345820134,0.15372517456988796,0.0,0.0062120536764351045,0.15372517456988796,0.0,0.006494334014428744,0.15372517456988796,0.0,0.007043719797644555,0.15372517456988796,0.0,0.00886794226677146,0.5,0.15372517456988796,0.0,0.006505478040355155,0.15372517456988796,0.0,0.014064888927449275,0.5,0.15372517456988796,0.0,0.011452921847389977,0.15372517456988796,0.0,0.013069307394187891,0.15372517456988796,0.0,4.515014207240037e-05,0.15372517456988796,0.0,0.002851314291227202,0.15372517456988796,0.0,0.0011218815857584315,0.15372517456988796,0.0,0.002914767579386756,0.15372517456988796,0.0,0.012153161819620149,0.5,0.15372517456988796,0.0,0.022107993394888434,0.0,8.210992697373847e-05,0.00014251795794983978 -4972,0.5,0.15372517456988796,0.0,0.0024023407457755322,0.15372517456988796,0.0,0.00035233432687290113,0.15372517456988796,0.0,0.0008882810306267839,0.15372517456988796,0.0,0.0014177092186673712,0.15372517456988796,0.0,0.006447500483049965,0.15372517456988796,0.0,0.00746118212129563,0.15372517456988796,0.0,0.005678141832472922,0.15372517456988796,0.0,0.01746650060724632,0.5,0.15372517456988796,0.0,0.007000558224123487,0.15372517456988796,0.0,0.01374630103602902,0.5,0.15372517456988796,0.0,0.01102577444090176,0.15372517456988796,0.0,0.013630969116755678,0.15372517456988796,0.0,2.139943944277602e-05,0.15372517456988796,0.0,0.0031040121399873166,0.15372517456988796,0.0,0.0022760225483718457,0.15372517456988796,0.0,0.0018224795144775405,0.15372517456988796,0.0,0.012316488286729068,0.5,0.15372517456988796,0.0,0.027907917227187197,0.0,0.0031689690607734594,0.00013648592821485797 -4973,0.5,0.15372517456988796,0.00011904186261923525,0.0024937743677701752,0.15372517456988796,0.0,0.0003603782692044471,0.15372517456988796,0.0,0.0007069628386402082,0.15372517456988796,3.1060751057639195e-06,0.0011818391677946422,0.15372517456988796,0.0,0.006597320393269604,0.15372517456988796,0.0,0.011783856920867152,0.15372517456988796,0.0,0.006107677464316588,0.15372517456988796,0.0,0.02442334603401894,0.5,0.15372517456988796,0.0,0.008134694230713902,0.15372517456988796,0.0,0.01160541773601311,0.5,0.15372517456988796,0.0,0.013736153232428274,0.15372517456988796,0.0,0.014433891870596169,0.15372517456988796,0.0,1.2996867853046726e-05,0.15372517456988796,0.0,0.003654821065740159,0.15372517456988796,0.0,0.003918723466949734,0.15372517456988796,0.0,0.0007374683953659466,0.15372517456988796,0.0,0.013732041935270708,0.5,0.15372517456988796,0.0,0.03610500993954204,0.0,0.00403617996277489,0.0001297600429822805 -4974,0.5,0.15372517456988796,0.043139162836376685,0.002081887104169459,0.15372517456988796,0.03287900275834566,0.0006518793330017418,0.15372517456988796,0.02776838980743235,0.00038342179334682053,0.15372517456988796,0.04075191727291608,0.000898694070077947,0.15372517456988796,0.019394014957711023,0.007942210825276642,0.15372517456988796,0.010380977192433527,0.016884673725028443,0.15372517456988796,0.018851544578473406,0.00693849798547948,0.15372517456988796,0.010484969502442537,0.027604366042830696,0.5,0.15372517456988796,0.009816819668158916,0.00947441935928458,0.15372517456988796,0.0038275500124897166,0.013483263748086387,0.5,0.15372517456988796,0.01238448612359287,0.013164675593829578,0.15372517456988796,0.006091700438479829,0.01558922434155654,0.15372517456988796,0.033674355707518186,2.8136905663096773e-05,0.15372517456988796,0.024689119349808587,0.0032169215494634775,0.15372517456988796,0.027478266228792406,0.004657931872242589,0.15372517456988796,0.020060153229910022,0.0006228199504325492,0.15372517456988796,0.007977729463256186,0.013850866496684735,0.5,0.15372517456988796,0.0075288717597790595,0.03655268120669334,0.0,0.003476208063185754,7.801111411273395e-05 -4975,0.5,0.15372517456988796,0.12038322433475088,0.0015598496678996745,0.15372517456988796,0.10310122166919906,0.001021166341438101,0.15372517456988796,0.09590353222531504,0.00022449689762641094,0.15372517456988796,0.11997365265988041,0.0004158833893563104,0.15372517456988796,0.08486892472252933,0.009651710992651826,0.15372517456988796,0.07095908026257451,0.03285488851314443,0.15372517456988796,0.08798177128333685,0.0058490897753260985,0.15372517456988796,0.0778232195726053,0.03910669717792153,0.5,0.15372517456988796,0.08053910408235126,0.00964471976383733,0.15372517456988796,0.02456044934580817,0.021685584821534036,0.5,0.15372517456988796,0.0803072957848002,0.013062087287775777,0.15372517456988796,0.05492972934526469,0.024829987747437113,0.15372517456988796,0.10265723951497391,5.8219707161137075e-05,0.15372517456988796,0.09149675016418125,0.0037614246022603416,0.15372517456988796,0.09699306273742142,0.0037204194452049623,0.15372517456988796,0.08721632447203376,0.0007335231738221918,0.15372517456988796,0.04043977030632804,0.016040614050181888,0.5,0.15372517456988796,0.03090157969788719,0.03385816422496232,0.0,0.002565904447053258,8.827394838805219e-05 -4976,0.5,0.15372517456988796,0.23610444333104275,0.0030891631070692083,0.15372517456988796,0.21423909776364528,0.003294481011776464,0.15372517456988796,0.19545971482404229,0.0003994525359620413,0.15372517456988796,0.23387485023794455,0.00019836264998343803,0.15372517456988796,0.18072455089403364,0.015310208653284888,0.15372517456988796,0.14533837660057708,0.06618853155878446,0.15372517456988796,0.19698778984225454,0.010075908746912155,0.15372517456988796,0.17605120511511338,0.061836982449518706,0.5,0.15372517456988796,0.18915170795835842,0.022193402059410852,0.15372517456988796,0.05914834022616734,0.03263215719130404,0.5,0.15372517456988796,0.17833670806689567,0.052615759626528716,0.15372517456988796,0.12688340592409497,0.06420360080381039,0.15372517456988796,0.21376896401509404,0.000319904522093985,0.15372517456988796,0.19404388148015314,0.009646096713688747,0.15372517456988796,0.2025584866606236,0.0044722619544953985,0.15372517456988796,0.18189397585076036,0.0010237287115742195,0.15372517456988796,0.0873201437177698,0.027315522758311547,0.5,0.15372517456988796,0.07922503934829166,0.03157610222131797,0.0,0.0017839554526373322,0.0002143568398638733 -4977,0.5,0.15372517456988796,0.358769210389375,0.005756079300711575,0.15372517456988796,0.3340216064876189,0.009211554789839916,0.15372517456988796,0.29074355973376553,0.0010442458877593754,0.15372517456988796,0.3569913918622301,0.000991270341920117,0.15372517456988796,0.28050580426777444,0.03531957288314422,0.15372517456988796,0.2101695372268949,0.08667352740683212,0.15372517456988796,0.3194837747927747,0.03905872837123341,0.15372517456988796,0.28809677208563345,0.07807933342823664,0.5,0.15372517456988796,0.31403048071469153,0.07560242592819498,0.15372517456988796,0.09996854830894447,0.04318451989052567,0.5,0.15372517456988796,0.29061752983110245,0.12042061053927815,0.15372517456988796,0.20589987264731446,0.13734026193989377,0.15372517456988796,0.33427910419331863,0.002768493375048354,0.15372517456988796,0.2922751128112823,0.02413088769621829,0.15372517456988796,0.3117950690259653,0.010595310521809707,0.15372517456988796,0.2817932826116352,0.004036158600523951,0.15372517456988796,0.1344985017272162,0.04459942444488827,0.5,0.15372517456988796,0.14293624915433842,0.044934402613784105,0.0,0.002010727034517781,0.0006609928618567977 -4978,0.5,0.15372517456988796,0.4859509892009044,0.009671355744581963,0.15372517456988796,0.45570755576627164,0.029414864029193837,0.15372517456988796,0.3699974117814787,0.004083614150651339,0.15372517456988796,0.48331222041596633,0.0037278338958355093,0.15372517456988796,0.3803195035668905,0.061202702210123514,0.15372517456988796,0.3072913987218071,0.1182848265462765,0.15372517456988796,0.4474886539452482,0.06509780606975168,0.15372517456988796,0.41649901420979035,0.09665186132684125,0.5,0.15372517456988796,0.44042664239089435,0.11542663409837775,0.15372517456988796,0.1122039978313849,0.04753200697143543,0.5,0.15372517456988796,0.41347932235101187,0.2193584030259165,0.15372517456988796,0.2699372149103224,0.19455940940739602,0.15372517456988796,0.45963676521818103,0.010030641883184099,0.15372517456988796,0.37781476093593735,0.043145352721328675,0.15372517456988796,0.41026151575321235,0.018239455086133092,0.15372517456988796,0.3865553612932989,0.01490346242330776,0.15372517456988796,0.20121182599574386,0.0665465666331592,0.5,0.15372517456988796,0.24479734495320232,0.05182044893509992,0.0,0.0016469923350794285,0.0035408660050053526 -4979,0.5,0.15372517456988796,0.580150737424541,0.01454368588617047,0.15372517456988796,0.4326876489179732,0.07058131410454871,0.15372517456988796,0.42852075558722313,0.007923104569792437,0.15372517456988796,0.5819052600213578,0.006830988233522281,0.15372517456988796,0.47449804413885055,0.13821121515658769,0.15372517456988796,0.39544145316773155,0.13843978533273335,0.15372517456988796,0.5368268584807376,0.08652325867723736,0.15372517456988796,0.49657471485495164,0.10407412218372761,0.5,0.15372517456988796,0.480739049880656,0.12282067080568924,0.15372517456988796,0.14441441483942657,0.047386024848928135,0.5,0.15372517456988796,0.5127203455250945,0.2527539334002184,0.15372517456988796,0.30934363625813394,0.22973278478335965,0.15372517456988796,0.4955362599908667,0.03224303453451943,0.15372517456988796,0.4254060858667742,0.0694054666289958,0.15372517456988796,0.4611112743461807,0.025997925419740876,0.15372517456988796,0.4903687716609568,0.02569625852985976,0.15372517456988796,0.27959752421079365,0.07799688967338274,0.5,0.15372517456988796,0.29768354699006866,0.0743557254952151,0.0,0.0012658513362404534,0.00900960121144518 -4980,0.5,0.15372517456988796,0.6226961910527081,0.022173803646304974,0.15372517456988796,0.579464302415331,0.11474061851013713,0.15372517456988796,0.4524174164826842,0.005685368305996377,0.15372517456988796,0.6363626543197951,0.011220718746586287,0.15372517456988796,0.5038465549589651,0.20206533238266672,0.15372517456988796,0.4480964607303906,0.13693717379805495,0.15372517456988796,0.5537483846147244,0.1032974238752599,0.15372517456988796,0.49653895745928767,0.10623801885615736,0.5,0.15372517456988796,0.4859549289988737,0.15814009941024787,0.15372517456988796,0.17425398650092147,0.04886539950228926,0.5,0.15372517456988796,0.5598207318942013,0.20544806898304532,0.15372517456988796,0.31517786807283843,0.22362138695102982,0.15372517456988796,0.48516206573290976,0.051139392922385785,0.15372517456988796,0.4524366861351874,0.09276746038092562,0.15372517456988796,0.4637410550837002,0.030517677053131523,0.15372517456988796,0.5690114427246946,0.022192526871644875,0.15372517456988796,0.30070732165817954,0.07286041085881484,0.5,0.15372517456988796,0.3119879432241087,0.0899569713787517,0.0,0.0008839429154796532,0.012398241367236083 -4981,0.5,0.15372517456988796,0.6349706093846463,0.029103485915166687,0.15372517456988796,0.5157780375206703,0.11379891043481315,0.15372517456988796,0.45190839063435806,0.0027866110690107364,0.15372517456988796,0.6540527334799723,0.019946278611664568,0.15372517456988796,0.5778095589818419,0.2684147325118989,0.15372517456988796,0.5491718726572118,0.15011305778531842,0.15372517456988796,0.6220825087075059,0.11630469169985884,0.15372517456988796,0.4481091855144366,0.1279887917628023,0.5,0.15372517456988796,0.47436906859044287,0.1813055644344746,0.15372517456988796,0.19513206943423725,0.06449433810314534,0.5,0.15372517456988796,0.5208273793831069,0.1276293928276598,0.15372517456988796,0.29192444681419677,0.17539149535268694,0.15372517456988796,0.5315139405573232,0.07306426154082934,0.15372517456988796,0.5072804075212423,0.10578832528660942,0.15372517456988796,0.4752142034062026,0.03477509319273626,0.15372517456988796,0.5394579595752722,0.02058696359391405,0.15372517456988796,0.28045964932722756,0.06802476308315858,0.5,0.15372517456988796,0.25655963785434877,0.09914471273113892,0.0,0.0004418019225653077,0.014231123998347268 -4982,0.5,0.15372517456988796,0.6031869147544096,0.038093160148946724,0.15372517456988796,0.5400170989300468,0.13160636700214984,0.15372517456988796,0.4292547871757121,0.0016214064955534868,0.15372517456988796,0.6251946025623177,0.028703228749292944,0.15372517456988796,0.5747505826439093,0.2814965031849601,0.15372517456988796,0.476233817807314,0.15671390261533513,0.15372517456988796,0.5559603493233162,0.11973440621460923,0.15372517456988796,0.348572002187289,0.13728026055860332,0.5,0.15372517456988796,0.4816218900447532,0.1760824768817919,0.15372517456988796,0.17638478980870936,0.06409248014416935,0.5,0.15372517456988796,0.5301620208069862,0.09025121039255704,0.15372517456988796,0.28729025731165225,0.1643595300941763,0.15372517456988796,0.49455261025107067,0.05912982734412961,0.15372517456988796,0.5296507846188852,0.132998090190101,0.15372517456988796,0.48331831476495346,0.04877640509574218,0.15372517456988796,0.5336268763427843,0.0231037245943508,0.15372517456988796,0.31162597858391755,0.06912285826873814,0.5,0.15372517456988796,0.2730247157943935,0.08386646980622159,0.0,0.0010865515572516346,0.02915933545390886 -4983,0.5,0.15372517456988796,0.5346835085457741,0.03760857892251145,0.15372517456988796,0.4316988034654534,0.10726173995253237,0.15372517456988796,0.39272919648651505,0.0009826814573152798,0.15372517456988796,0.5549994707414427,0.03252184788251936,0.15372517456988796,0.574126421514936,0.2696732351935014,0.15372517456988796,0.3710468205699211,0.14491015429553056,0.15372517456988796,0.5080987735101998,0.1048699783873755,0.15372517456988796,0.3008869881329456,0.11524946727300789,0.5,0.15372517456988796,0.4843110143080588,0.14654320835315157,0.15372517456988796,0.14841384804463986,0.05483776945637373,0.5,0.15372517456988796,0.5106697549237988,0.06340855416035593,0.15372517456988796,0.22280185587003679,0.1262565025900799,0.15372517456988796,0.4578547654009347,0.05235554554742508,0.15372517456988796,0.47578789269920907,0.14649260257593344,0.15372517456988796,0.4516276504449359,0.054894716072638065,0.15372517456988796,0.4930132695879434,0.026174685860229262,0.15372517456988796,0.28015132916571195,0.06277092684033733,0.5,0.15372517456988796,0.20570291629390214,0.07163012305008815,0.0,0.0011652361597807917,0.056498948654641556 -4984,0.5,0.15372517456988796,0.43217693255365014,0.03735735376394906,0.15372517456988796,0.34185433039486823,0.07346453168528568,0.15372517456988796,0.3469357203395377,0.0026238346655478597,0.15372517456988796,0.43664426229040887,0.0333013154796175,0.15372517456988796,0.4966402485125426,0.20689709606051135,0.15372517456988796,0.2846481343673172,0.11299976441171551,0.15372517456988796,0.3986451507676113,0.10129460210549097,0.15372517456988796,0.3154567167706848,0.08326382034193136,0.5,0.15372517456988796,0.3914181213756804,0.11635959952787957,0.15372517456988796,0.15852878917563518,0.04055690572074058,0.5,0.15372517456988796,0.40914515540422225,0.048995153618188736,0.15372517456988796,0.20226120951319143,0.09859093154988145,0.15372517456988796,0.371759768890004,0.04951954509008272,0.15372517456988796,0.38981822410505396,0.1408886148217835,0.15372517456988796,0.38247295018190364,0.061880321585396865,0.15372517456988796,0.3754456275656739,0.037774289970893805,0.15372517456988796,0.23011800599292043,0.04614251945618363,0.5,0.15372517456988796,0.18608040449085334,0.0827191589308543,0.0,0.000334883594201402,0.09084931476239459 -4985,0.5,0.15372517456988796,0.31791363435962505,0.04163323236935433,0.15372517456988796,0.26181998198915546,0.06321767247311477,0.15372517456988796,0.260763533108341,0.0022744309636789062,0.15372517456988796,0.32007197441983526,0.032412314137229066,0.15372517456988796,0.3216711900095545,0.14322208561237243,0.15372517456988796,0.22731053078173172,0.07892505171727254,0.15372517456988796,0.2773561323052173,0.07952687312007145,0.15372517456988796,0.2682557709089363,0.049935536964222926,0.5,0.15372517456988796,0.2820412010962927,0.08623713669619056,0.15372517456988796,0.095686892771862,0.026926944692948457,0.5,0.15372517456988796,0.30966875208402017,0.04360336654966704,0.15372517456988796,0.16971929682823123,0.07863139993363033,0.15372517456988796,0.28283795513510657,0.046358771709927186,0.15372517456988796,0.3109558287111517,0.11945288047737176,0.15372517456988796,0.27221371921729076,0.050261125502845186,0.15372517456988796,0.2769508998920693,0.0455787357540364,0.15372517456988796,0.20294401229315223,0.03787559832805148,0.5,0.15372517456988796,0.13430018358779586,0.08625485848153847,0.0,0.00031553541563130404,0.0916122760683923 -4986,0.5,0.15372517456988796,0.192158956099276,0.03601386301226108,0.15372517456988796,0.18717296959996857,0.05074448067323003,0.15372517456988796,0.1719560993907227,0.005224711626169855,0.15372517456988796,0.19741116574556122,0.012655089262698552,0.15372517456988796,0.2028451355304578,0.07162272350945702,0.15372517456988796,0.14687119473963983,0.046583739590733475,0.15372517456988796,0.204836926894294,0.050679014557419855,0.15372517456988796,0.14760990213259229,0.02729331338341918,0.5,0.15372517456988796,0.15613766746978847,0.06274004230233149,0.15372517456988796,0.06834374102391848,0.021182318038048188,0.5,0.15372517456988796,0.19266926747425778,0.057487615301139626,0.15372517456988796,0.11390106096329378,0.050119110563846124,0.15372517456988796,0.17324517319188715,0.03494587786158651,0.15372517456988796,0.21247130096553046,0.09037092311555764,0.15372517456988796,0.17855329556407531,0.04636650863749499,0.15372517456988796,0.16986016525503603,0.02407739702994174,0.15372517456988796,0.15210829124741437,0.023838413638580185,0.5,0.15372517456988796,0.06871035682783969,0.04771554136145058,0.0,0.00017921530679171027,0.08687000839143041 -4987,0.5,0.15372517456988796,0.06777965208385844,0.02141040804205184,0.15372517456988796,0.06663405942724047,0.019502627245217053,0.15372517456988796,0.06115900906482929,0.007060528940720038,0.15372517456988796,0.057259311894096776,0.007148658920840661,0.15372517456988796,0.10996324897060475,0.03151307910740763,0.15372517456988796,0.08018720575151486,0.025970517263984333,0.15372517456988796,0.0938768060924644,0.013483215624932954,0.15372517456988796,0.0595173474092774,0.011701919960755822,0.5,0.15372517456988796,0.06358974415285584,0.03678925091210702,0.15372517456988796,0.03993525818505154,0.015387599299320091,0.5,0.15372517456988796,0.0641821413265797,0.10835201511516217,0.15372517456988796,0.05299273187546545,0.04562455651550422,0.15372517456988796,0.08028768909101167,0.02925996852532415,0.15372517456988796,0.10953633541333768,0.05884321050729978,0.15372517456988796,0.07750389632326801,0.036280815290961235,0.15372517456988796,0.08416445800929825,0.010198246097260864,0.15372517456988796,0.06171159271220318,0.013590782995993518,0.5,0.15372517456988796,0.01898749526218952,0.023664053131076817,0.0,0.0,0.06942553703706478 -4988,0.5,0.15372517456988796,0.0,0.0173055367096597,0.15372517456988796,0.012635515576413325,0.012847148735763031,0.15372517456988796,0.0,0.009804726450376026,0.15372517456988796,0.0,0.005345058412761743,0.15372517456988796,0.018833539921140435,0.011606201261697792,0.15372517456988796,0.015092246247568056,0.014189076840818795,0.15372517456988796,0.016515644249099702,0.00324135563704282,0.15372517456988796,0.007742642940591882,0.002616972299626365,0.5,0.15372517456988796,0.0031515032460335633,0.01946730662182757,0.15372517456988796,0.0,0.007541881503990792,0.5,0.15372517456988796,0.0,0.10504578463885332,0.15372517456988796,4.996783743793829e-05,0.043460856142184576,0.15372517456988796,0.01844882386453528,0.02243844668774664,0.15372517456988796,0.01990719887758848,0.033503257024017005,0.15372517456988796,0.006219824386964459,0.0313268587221614,0.15372517456988796,0.0004921682051550433,0.006937999332388529,0.15372517456988796,0.0,0.01866130771108598,0.5,0.15372517456988796,4.417082727777353e-05,0.02429038691829345,0.0,7.4922166531479235e-06,0.05497834909991203 -4989,0.5,0.15372517456988796,0.0,0.0165912920623326,0.15372517456988796,0.0,0.016095317694266958,0.15372517456988796,0.0,0.014474042384103322,0.15372517456988796,0.0,0.0043091458273252815,0.15372517456988796,0.0,0.009849434844334698,0.15372517456988796,0.0,0.026818402518867683,0.15372517456988796,0.0,0.0013456668047306165,0.15372517456988796,0.0,0.0026616651711352233,0.5,0.15372517456988796,0.0,0.01598726614096768,0.15372517456988796,0.0,0.0065210244568634414,0.5,0.15372517456988796,0.0,0.09100402058126028,0.15372517456988796,0.0,0.056234716425364914,0.15372517456988796,0.0,0.024754007426648288,0.15372517456988796,0.0,0.023319907233789794,0.15372517456988796,0.0,0.031854050652088024,0.15372517456988796,0.0,0.006461469233294453,0.15372517456988796,0.0,0.023942549664683965,0.5,0.15372517456988796,0.0,0.020481979344082347,0.0,8.727307000799036e-05,0.05979111216239593 -4990,0.5,0.15372517456988796,0.0,0.01204010916817216,0.15372517456988796,0.0,0.0276320289975831,0.15372517456988796,0.0,0.02009846996947383,0.15372517456988796,0.0,0.005338377962009545,0.15372517456988796,0.0,0.012640127674627124,0.15372517456988796,0.0,0.03656848591468269,0.15372517456988796,0.0,0.000790114975048501,0.15372517456988796,0.0,0.0042532087731594545,0.5,0.15372517456988796,0.0,0.011638145259684077,0.15372517456988796,0.0,0.009116002470198285,0.5,0.15372517456988796,0.0,0.08173015533150574,0.15372517456988796,0.0,0.0694585408811147,0.15372517456988796,0.0,0.026911424222219565,0.15372517456988796,0.0,0.018097419773599008,0.15372517456988796,0.0,0.027662999976400253,0.15372517456988796,0.0,0.004260671549789277,0.15372517456988796,0.0,0.027112061084717597,0.5,0.15372517456988796,0.0,0.01473808584050015,0.0,0.00014407851738083366,0.0687622203098245 -4991,0.5,0.15372517456988796,0.0,0.010857026526458789,0.15372517456988796,0.0,0.030829612483483263,0.15372517456988796,0.0,0.023449978094240077,0.15372517456988796,0.0,0.007477784788876058,0.15372517456988796,0.0,0.018826853662695486,0.15372517456988796,0.0,0.04126138458853425,0.15372517456988796,0.0,0.0004710656212395069,0.15372517456988796,0.0,0.005977462686342208,0.5,0.15372517456988796,0.0,0.0063389428989789045,0.15372517456988796,0.0,0.009919591806445605,0.5,0.15372517456988796,0.0,0.060792392726917936,0.15372517456988796,0.0,0.05621778924408268,0.15372517456988796,0.0,0.01936151505779869,0.15372517456988796,0.0,0.014516403553143748,0.15372517456988796,0.0,0.021257272296595277,0.15372517456988796,0.0,0.003294122395507519,0.15372517456988796,0.0,0.027702601458246986,0.5,0.15372517456988796,0.0,0.01799394727950477,0.0,0.0002449007916130586,0.06748689984227788 -4992,0.5,0.15372517456988796,0.0,0.00999622892428083,0.15372517456988796,0.0,0.02462504277710217,0.15372517456988796,0.0,0.023731928231027453,0.15372517456988796,0.0,0.008213647801003568,0.15372517456988796,0.0,0.020377946496741246,0.15372517456988796,0.0,0.04146099736945991,0.15372517456988796,0.0,0.0013313676706602725,0.15372517456988796,0.0,0.005938820588480181,0.5,0.15372517456988796,0.0,0.0034672796130237895,0.15372517456988796,0.0,0.012787190496584368,0.5,0.15372517456988796,0.0,0.044272784329472695,0.15372517456988796,0.0,0.03608741308761127,0.15372517456988796,0.0,0.012859271341435491,0.15372517456988796,0.0,0.01278128200477745,0.15372517456988796,0.0,0.016708761234970417,0.15372517456988796,0.0,0.003366433398600505,0.15372517456988796,0.0,0.028466081018534584,0.5,0.15372517456988796,0.0,0.022171782255637082,0.0,0.00023302954034617313,0.05572699196523903 -4993,0.5,0.15372517456988796,0.0,0.007913668128790127,0.15372517456988796,0.0,0.02031247173842255,0.15372517456988796,0.0,0.026046324239063053,0.15372517456988796,0.0,0.007339728704164998,0.15372517456988796,0.0,0.019739277449817752,0.15372517456988796,0.0,0.037968532690088,0.15372517456988796,0.0,0.0024271048572029504,0.15372517456988796,0.0,0.004625764007692867,0.5,0.15372517456988796,0.0,0.0023648621891578596,0.15372517456988796,0.0,0.009496931721899542,0.5,0.15372517456988796,0.0,0.03465014800055806,0.15372517456988796,0.0,0.022723256803454127,0.15372517456988796,0.0,0.012082044307679776,0.15372517456988796,0.0,0.011948881931296815,0.15372517456988796,0.0,0.012173205127980256,0.15372517456988796,0.0,0.004202546403833139,0.15372517456988796,0.0,0.021739008187720527,0.5,0.15372517456988796,0.0,0.02147508675540877,0.0,0.00014707408985484518,0.047921948305843995 -4994,0.5,0.15372517456988796,0.0,0.00695035127329273,0.15372517456988796,0.0,0.021376751149622092,0.15372517456988796,0.0,0.029111972434747436,0.15372517456988796,0.0,0.006286747918374869,0.15372517456988796,0.0,0.016513947502260918,0.15372517456988796,0.0,0.030016785578934377,0.15372517456988796,0.0,0.0028068631883517345,0.15372517456988796,0.0,0.003302905898349162,0.5,0.15372517456988796,0.0,0.0023728208653651453,0.15372517456988796,0.0,0.005432114866164633,0.5,0.15372517456988796,0.0,0.02135687228770293,0.15372517456988796,0.0,0.015150292126023725,0.15372517456988796,0.0,0.01190644518810014,0.15372517456988796,0.0,0.010654139977510904,0.15372517456988796,0.0,0.00986198303979355,0.15372517456988796,0.0,0.004299312750265378,0.15372517456988796,0.0,0.012570424600796742,0.5,0.15372517456988796,0.0,0.026058985731860933,0.0,0.00010705982886695757,0.04196885917443147 -4995,0.5,0.15372517456988796,0.0,0.006222295391791048,0.15372517456988796,0.0,0.02338342577243761,0.15372517456988796,0.0,0.02714532061047774,0.15372517456988796,0.0,0.005774070751488591,0.15372517456988796,0.0,0.010972685859191016,0.15372517456988796,0.0,0.024318488077309266,0.15372517456988796,0.0,0.003283245741806046,0.15372517456988796,0.0,0.0029243714902242373,0.5,0.15372517456988796,0.0,0.002367946398385051,0.15372517456988796,0.0,0.007592850736384363,0.5,0.15372517456988796,0.0,0.01176268239245303,0.15372517456988796,0.0,0.006174751004277312,0.15372517456988796,0.0,0.010513961918075436,0.15372517456988796,0.0,0.008502467546140712,0.15372517456988796,0.0,0.00948043810828996,0.15372517456988796,0.0,0.0039154559183885145,0.15372517456988796,0.0,0.011980907947268443,0.5,0.15372517456988796,0.0,0.027373717740419676,0.0,7.93005362462392e-05,0.045580985900962066 -4996,0.5,0.15372517456988796,0.0,0.006066298340907868,0.15372517456988796,0.0,0.02893285543136149,0.15372517456988796,0.0,0.026476266051589658,0.15372517456988796,0.0,0.005937262285069735,0.15372517456988796,0.0,0.008632058697011015,0.15372517456988796,0.0,0.023763156736256,0.15372517456988796,0.0,0.0035713966556447365,0.15372517456988796,0.0,0.002761284181421131,0.5,0.15372517456988796,0.0,0.0012989571484648946,0.15372517456988796,0.0,0.01143934226301414,0.5,0.15372517456988796,0.0,0.006900784688707674,0.15372517456988796,0.0,0.004741341303556594,0.15372517456988796,0.0,0.01232146125323335,0.15372517456988796,0.0,0.00783282222371686,0.15372517456988796,0.0,0.011124885751382475,0.15372517456988796,0.0,0.004254109461788185,0.15372517456988796,0.0,0.011134071370893457,0.5,0.15372517456988796,0.0,0.027500447298941032,0.0,0.0,0.057395889837210154 -4997,0.5,0.15372517456988796,4.670637608805933e-05,0.0068306670256117735,0.15372517456988796,0.0,0.02969573811694235,0.15372517456988796,0.0,0.024463643900390346,0.15372517456988796,0.0,0.006179611896869906,0.15372517456988796,0.0,0.009624683763680598,0.15372517456988796,0.0,0.026673144745181166,0.15372517456988796,0.0,0.005561357043273071,0.15372517456988796,0.0,0.0019263618068132162,0.5,0.15372517456988796,0.0,0.00039556508912027817,0.15372517456988796,0.0,0.00937221292826423,0.5,0.15372517456988796,0.0,0.007088774169649849,0.15372517456988796,0.0,0.005100757193129802,0.15372517456988796,0.0,0.013445276296503954,0.15372517456988796,0.0,0.00738013162229928,0.15372517456988796,0.0,0.013776681930841665,0.15372517456988796,0.0,0.003483961357490237,0.15372517456988796,0.0,0.01108190299913434,0.5,0.15372517456988796,0.0,0.034128211265877624,0.0,0.0,0.05619173167277161 -4998,0.5,0.15372517456988796,0.03864056091451069,0.00695917999551364,0.15372517456988796,0.029422084759566824,0.02578813863622503,0.15372517456988796,0.014616924637150157,0.019963905128030635,0.15372517456988796,0.0391143251032717,0.005189354598874412,0.15372517456988796,0.019873431898824657,0.013281280268918404,0.15372517456988796,0.011601705004573285,0.030747981770684725,0.15372517456988796,0.014362882011298338,0.006523940686230372,0.15372517456988796,0.0058172309126715,0.001560918116545338,0.5,0.15372517456988796,0.004482673394916262,0.0001534855919631622,0.15372517456988796,0.0013206723697195598,0.007660759380340574,0.5,0.15372517456988796,0.0031779149059869096,0.00434289104350341,0.15372517456988796,0.0012001396612248423,0.005429142316340156,0.15372517456988796,0.031293237946154275,0.012350267939938962,0.15372517456988796,0.023987464486460698,0.008958618368636793,0.15372517456988796,0.013279792293327057,0.017251715570794322,0.15372517456988796,0.004119254541232198,0.004697519964727215,0.15372517456988796,0.007916790651457832,0.01028683903953531,0.5,0.15372517456988796,0.002682457199161049,0.03827185921638837,0.0,0.0,0.04208358978760078 -4999,0.5,0.15372517456988796,0.10935216868062994,0.008529795004309351,0.15372517456988796,0.09739482533460618,0.04766347153773107,0.15372517456988796,0.05387754987064777,0.02505671440425747,0.15372517456988796,0.11748127348125365,0.005121130808038751,0.15372517456988796,0.08882751351244758,0.018381667789987784,0.15372517456988796,0.08072261056833413,0.049803561432704674,0.15372517456988796,0.07735322594962268,0.007147050295730511,0.15372517456988796,0.06315694141135289,0.0016171347195819555,0.5,0.15372517456988796,0.05249069605739622,0.00031935512403480815,0.15372517456988796,0.015864524821671524,0.0063716437635455425,0.5,0.15372517456988796,0.03447852414394452,0.0021938113050401983,0.15372517456988796,0.015490356656993123,0.006034985439447447,0.15372517456988796,0.09881680780339393,0.019684759619338018,0.15372517456988796,0.09145900625812528,0.016664238575226444,0.15372517456988796,0.04598247642834533,0.022241600744682122,0.15372517456988796,0.019566784719277086,0.008854363235696284,0.15372517456988796,0.03303202847631671,0.01273971310212333,0.5,0.15372517456988796,0.013166666096549606,0.028959430891498217,0.0,0.0,0.030645060270393435 -5000,0.5,0.15372517456988796,0.20933326989088835,0.02409767108305891,0.15372517456988796,0.2023600611795488,0.08232812888270717,0.15372517456988796,0.10055917273524467,0.059575054162570903,0.15372517456988796,0.2306622865475767,0.016900654963662984,0.15372517456988796,0.19491605542113966,0.04667208761282071,0.15372517456988796,0.17720347408438922,0.08423183533881365,0.15372517456988796,0.16218059246988245,0.02373967139974021,0.15372517456988796,0.12467315066394205,0.003436700415711565,0.5,0.15372517456988796,0.10134575423234005,0.00045795260794455377,0.15372517456988796,0.029526591313620593,0.0056807459779194555,0.5,0.15372517456988796,0.07202011628112828,0.000571468144718166,0.15372517456988796,0.046443765748425375,0.005388354280611394,0.15372517456988796,0.20662843981967427,0.05381428406781923,0.15372517456988796,0.19638864363490452,0.048777096271444526,0.15372517456988796,0.08689887664344849,0.028932788122712688,0.15372517456988796,0.03786061606429203,0.026891026353907232,0.15372517456988796,0.06540656451982818,0.017876544100867493,0.5,0.15372517456988796,0.03694209206340435,0.018870554687708877,0.0,6.521394645106945e-05,0.02842295963266841 -5001,0.5,0.15372517456988796,0.3154100214893565,0.05294967438700104,0.15372517456988796,0.3096445138199412,0.08940157731089687,0.15372517456988796,0.16665289196787095,0.11552520406504226,0.15372517456988796,0.35634113472440326,0.042630410740012004,0.15372517456988796,0.3134055257597233,0.07863165820089113,0.15372517456988796,0.27934799467948024,0.11611314701447253,0.15372517456988796,0.22934228021526873,0.06817742246955599,0.15372517456988796,0.17915928453391888,0.008046165801834631,0.5,0.15372517456988796,0.13013515710256163,0.0007387116304563685,0.15372517456988796,0.04239262544957475,0.004118270908239849,0.5,0.15372517456988796,0.09531700731695186,0.0003737423976315294,0.15372517456988796,0.07449892328177668,0.003948375564573356,0.15372517456988796,0.32356601714230326,0.06676095676906035,0.15372517456988796,0.30820775962427227,0.07087175554231695,0.15372517456988796,0.11071060477755013,0.025767299938863227,0.15372517456988796,0.03956703546648151,0.055898443760291225,0.15372517456988796,0.10365315496597377,0.02194854813928829,0.5,0.15372517456988796,0.07317460475670533,0.014053582209847286,0.0,0.0020564672397569007,0.032548814874174076 -5002,0.5,0.15372517456988796,0.43473268382350505,0.09355502235544128,0.15372517456988796,0.3865769760211807,0.06142317010471433,0.15372517456988796,0.27137430315753247,0.16171225084469257,0.15372517456988796,0.4852851839846175,0.06387915514306937,0.15372517456988796,0.4342068088962884,0.10504186048569436,0.15372517456988796,0.3684529494932576,0.1280718459212346,0.15372517456988796,0.2790075070550783,0.14309323115679987,0.15372517456988796,0.19108896016861365,0.020596471955338418,0.5,0.15372517456988796,0.14880925091978392,0.0008687064897815732,0.15372517456988796,0.04977293739741351,0.0022988732496536076,0.5,0.15372517456988796,0.1188944922566054,0.002099650580461313,0.15372517456988796,0.098495897714452,0.002316474979016698,0.15372517456988796,0.44038715457219085,0.06626989969627689,0.15372517456988796,0.4187371459969076,0.09397837550175717,0.15372517456988796,0.13484842338522923,0.028408509713578178,0.15372517456988796,0.040100379360514554,0.08757051756865822,0.15372517456988796,0.1435280989219379,0.023280406788837377,0.5,0.15372517456988796,0.13756500888743148,0.016321061019975925,0.0,0.007780484316333576,0.026023130790728217 -5003,0.5,0.15372517456988796,0.529138614902325,0.1368827491622156,0.15372517456988796,0.4184077923765827,0.026360396818950044,0.15372517456988796,0.3733392934857783,0.1931868965041415,0.15372517456988796,0.582233618538709,0.1061332083072622,0.15372517456988796,0.5109537601160995,0.14475994569263992,0.15372517456988796,0.3560043859865718,0.14056820223928407,0.15372517456988796,0.18340961699396055,0.15209664689733038,0.15372517456988796,0.1718669852888315,0.04562118561904191,0.5,0.15372517456988796,0.19952765486459054,0.004558142697088819,0.15372517456988796,0.06942322164555836,0.0019926021633139435,0.5,0.15372517456988796,0.1725181919495827,0.007153532837515903,0.15372517456988796,0.13986809854891916,0.0016462235981058496,0.15372517456988796,0.541743060594319,0.06923913343680926,0.15372517456988796,0.5209045287746754,0.12255721829785152,0.15372517456988796,0.17795093947551216,0.036260494038609085,0.15372517456988796,0.0739984632554908,0.1060227267314727,0.15372517456988796,0.19785203010421568,0.030726066028853645,0.5,0.15372517456988796,0.24448772601899132,0.02468686549688451,0.0,0.015206200624280802,0.01948371449836635 -5004,0.5,0.15372517456988796,0.5653597422654323,0.1804027047428646,0.15372517456988796,0.2194268429058649,0.010264430706610136,0.15372517456988796,0.4351315756708674,0.20181047623393025,0.15372517456988796,0.5926492377441064,0.16249324334941656,0.15372517456988796,0.5071795624555779,0.16428734225374833,0.15372517456988796,0.23419166302891353,0.17019319223066923,0.15372517456988796,0.15353295484212598,0.16115644406108287,0.15372517456988796,0.1353895306176588,0.06877845230205584,0.5,0.15372517456988796,0.20497670452501585,0.00783765285356269,0.15372517456988796,0.08825728536076588,0.003356385967290066,0.5,0.15372517456988796,0.1596452654345253,0.009591137957846798,0.15372517456988796,0.18156430825508685,0.003169510741958551,0.15372517456988796,0.5570270576697772,0.07446866945812633,0.15372517456988796,0.5665872864702686,0.138571248116245,0.15372517456988796,0.18716333231097448,0.041343395539309456,0.15372517456988796,0.11284047894381513,0.11847037983344655,0.15372517456988796,0.23795574392319993,0.03622565450213748,0.5,0.15372517456988796,0.33573594589006917,0.02349023237540888,0.0,0.02192654153963057,0.02284828107677808 -5005,0.5,0.15372517456988796,0.5894280231878128,0.2363570833998,0.15372517456988796,0.41735700568845124,0.006162715007093234,0.15372517456988796,0.47533275570016137,0.17068332767164146,0.15372517456988796,0.6482007286123317,0.2279376806371021,0.15372517456988796,0.4754584833578459,0.18664811806324472,0.15372517456988796,0.20271970046750123,0.18986629899872198,0.15372517456988796,0.18390567584259893,0.1665749538946843,0.15372517456988796,0.11564054057950086,0.0789072274124321,0.5,0.15372517456988796,0.21580287427975742,0.0073471021139246235,0.15372517456988796,0.12005652289065874,0.011487600497000946,0.5,0.15372517456988796,0.12318220115059933,0.0036607152763986415,0.15372517456988796,0.20218551845549676,0.005280109586573213,0.15372517456988796,0.5686283796554233,0.0649954740052077,0.15372517456988796,0.5684305252587124,0.13479135581579038,0.15372517456988796,0.2070210965323948,0.05661079654302308,0.15372517456988796,0.18529637899500345,0.12179344304678773,0.15372517456988796,0.23473970742423605,0.0375730496539366,0.5,0.15372517456988796,0.3807637376493527,0.023463415857129716,0.0,0.020641182033918876,0.04709797155712032 -5006,0.5,0.15372517456988796,0.573577898298619,0.30291965563955,0.15372517456988796,0.23934618878285358,0.010068706287399908,0.15372517456988796,0.41896447370678214,0.18003104060413253,0.15372517456988796,0.6263648004041448,0.2814698461847557,0.15372517456988796,0.40973943140277214,0.18881798656152904,0.15372517456988796,0.2857793974158112,0.26104472880458934,0.15372517456988796,0.12032306670826856,0.1387564149380515,0.15372517456988796,0.07159366198873093,0.06364867948011793,0.5,0.15372517456988796,0.18262238158117294,0.008123104311078346,0.15372517456988796,0.1774853561104981,0.021234792933297393,0.5,0.15372517456988796,0.13700354895004452,0.002943616578511197,0.15372517456988796,0.2574736830095258,0.008835122822856149,0.15372517456988796,0.5081799511372447,0.05338553058035167,0.15372517456988796,0.5118400497702355,0.16647828740848086,0.15372517456988796,0.23025917068493526,0.07981380701812422,0.15372517456988796,0.2422544887909416,0.11990214699259726,0.15372517456988796,0.2902004968843145,0.04845893852133573,0.5,0.15372517456988796,0.2881526599747217,0.023353573188659077,0.0,0.02344143616379198,0.07553616901742399 -5007,0.5,0.15372517456988796,0.5345875525612225,0.36157666496035185,0.15372517456988796,0.33354249833067307,0.020331472190483528,0.15372517456988796,0.41783416372095866,0.24859251275381278,0.15372517456988796,0.5625668885083752,0.32607903623144063,0.15372517456988796,0.31673674102225446,0.18227217137401192,0.15372517456988796,0.22649418791768033,0.2864437855880463,0.15372517456988796,0.16801772830860565,0.12648670998423708,0.15372517456988796,0.03660285209361817,0.04618270106092995,0.5,0.15372517456988796,0.1217475233783406,0.009559768779887175,0.15372517456988796,0.18100114644264764,0.018010185231059152,0.5,0.15372517456988796,0.15668908470843002,0.0030299681156574177,0.15372517456988796,0.27290437242429744,0.008849606140931646,0.15372517456988796,0.4871595177837712,0.0639821170259453,0.15372517456988796,0.44828171927355237,0.22303792131836275,0.15372517456988796,0.22866770398214792,0.10267825349150987,0.15372517456988796,0.20507276441411543,0.12582636591913293,0.15372517456988796,0.2759425927265483,0.049207589768372265,0.5,0.15372517456988796,0.298064698046049,0.020673609654105116,0.0,0.02770962415056579,0.09945035906688657 -5008,0.5,0.15372517456988796,0.4305123771161573,0.4075086515301046,0.15372517456988796,0.2757112913576586,0.045269104816709066,0.15372517456988796,0.32317800667048713,0.3218801921445446,0.15372517456988796,0.44576900625933313,0.3548218273943354,0.15372517456988796,0.24370859545971274,0.16467247440405733,0.15372517456988796,0.17666328185138966,0.2799130423929506,0.15372517456988796,0.1411548489430792,0.10952866958099963,0.15372517456988796,0.04301773340403529,0.07412549628839418,0.5,0.15372517456988796,0.14014152653233466,0.016638529593202948,0.15372517456988796,0.1587719664812433,0.02473779095132096,0.5,0.15372517456988796,0.19989113882942525,0.002632969102319725,0.15372517456988796,0.2263900651599685,0.014611653439222617,0.15372517456988796,0.42863261326418023,0.09908869249374887,0.15372517456988796,0.3434042556896277,0.315672002911957,0.15372517456988796,0.24175093806993647,0.13177112965863227,0.15372517456988796,0.18752868152230162,0.14926260176221795,0.15372517456988796,0.26482013572670493,0.05951968006175832,0.5,0.15372517456988796,0.2916091948530482,0.022781295079158638,0.0,0.02437066181332263,0.10969580810245542 -5009,0.5,0.15372517456988796,0.31805063017573176,0.4033425110114829,0.15372517456988796,0.1308853817157259,0.06739046165505258,0.15372517456988796,0.23921619448803455,0.36173817734734115,0.15372517456988796,0.31316412754248163,0.29334824723570874,0.15372517456988796,0.15528692490202747,0.15021285059007627,0.15372517456988796,0.13671209885382313,0.2590565203115553,0.15372517456988796,0.15681703491117505,0.10434751351421029,0.15372517456988796,0.07176806656050336,0.11173713323956219,0.5,0.15372517456988796,0.16336409993758574,0.021313590703386263,0.15372517456988796,0.13939477549732027,0.032810077201687715,0.5,0.15372517456988796,0.16966091789432125,0.005496710055262063,0.15372517456988796,0.1681283322343784,0.01630939832533456,0.15372517456988796,0.3120424031999426,0.14638477846791903,0.15372517456988796,0.24300616699784744,0.4032384988920895,0.15372517456988796,0.2362288022082938,0.1587124567229361,0.15372517456988796,0.13365918282564396,0.14055662986203032,0.15372517456988796,0.21852603654084424,0.04737497546615133,0.5,0.15372517456988796,0.22253383647344993,0.031526397103995595,0.0,0.01923020687203188,0.12872435278750202 -5010,0.5,0.15372517456988796,0.20212608775119673,0.3464160247448447,0.15372517456988796,0.10179778787603612,0.08745438832305498,0.15372517456988796,0.1672847017112654,0.3088777183477348,0.15372517456988796,0.19584430191759222,0.13168624072032326,0.15372517456988796,0.10415755033296409,0.18775783978576394,0.15372517456988796,0.09184445944872292,0.2021702577785262,0.15372517456988796,0.1096498226747501,0.09813616429508798,0.15372517456988796,0.06856810734726068,0.11706964588594242,0.5,0.15372517456988796,0.11330087285459789,0.02723282534487532,0.15372517456988796,0.09557654397690761,0.01283958662724478,0.5,0.15372517456988796,0.11635082406487995,0.012020952772397371,0.15372517456988796,0.09839023865149393,0.01233366575094237,0.15372517456988796,0.20550472192805253,0.16310989401081533,0.15372517456988796,0.15964423571003572,0.42907762155982465,0.15372517456988796,0.1728791955901403,0.15285454039469937,0.15372517456988796,0.07684505710331305,0.12190634547523407,0.15372517456988796,0.15236948369032707,0.048253311680675204,0.5,0.15372517456988796,0.13764365160121092,0.04050720633172053,0.0,0.011988051053594552,0.14648776893075524 -5011,0.5,0.15372517456988796,0.07108171692101578,0.24906605621794806,0.15372517456988796,0.08049263894789756,0.07885609949780256,0.15372517456988796,0.06443805452046387,0.273643783743478,0.15372517456988796,0.06248016425920362,0.07593690061134138,0.15372517456988796,0.060569465332248024,0.21129838961628647,0.15372517456988796,0.05525294141850392,0.1464563771200576,0.15372517456988796,0.04156318875826168,0.06445016652823062,0.15372517456988796,0.034749801875517385,0.08670398661702267,0.5,0.15372517456988796,0.042293368042933425,0.015775108399309578,0.15372517456988796,0.053518153730507306,0.004723401038612943,0.5,0.15372517456988796,0.052297965453850195,0.01601013815734942,0.15372517456988796,0.04091737154900176,0.005209340464533614,0.15372517456988796,0.10211472113167193,0.14722227476399424,0.15372517456988796,0.091818647312832,0.36845082721791544,0.15372517456988796,0.08420545794736597,0.0841642014829116,0.15372517456988796,0.02714790939786586,0.09985470417576024,0.15372517456988796,0.06560294045384757,0.045303135418085824,0.5,0.15372517456988796,0.05586574840082408,0.026462274466941806,0.0,0.005291988910338256,0.17359521377824877 -5012,0.5,0.15372517456988796,0.0,0.1758062688076659,0.15372517456988796,0.00904436282090675,0.044974613654228925,0.15372517456988796,0.0,0.27876698069074496,0.15372517456988796,0.0,0.08476963025371295,0.15372517456988796,0.013228864271378333,0.20996090116026456,0.15372517456988796,0.007144463410326357,0.07704118236268526,0.15372517456988796,0.0028768394839094867,0.050761087087942594,0.15372517456988796,0.003079915467442479,0.036387896241103446,0.5,0.15372517456988796,0.0023874772609874576,0.0048697402643468855,0.15372517456988796,0.0,0.0027375514787604284,0.5,0.15372517456988796,0.0,0.013038644602016005,0.15372517456988796,1.564022635484561e-05,0.003299174847077646,0.15372517456988796,0.018855119365278408,0.0989822209175453,0.15372517456988796,0.019624674642774384,0.23754356344294714,0.15372517456988796,0.0046306362933121814,0.05773557161646608,0.15372517456988796,0.0,0.10403149066611468,0.15372517456988796,0.0,0.052151657544066615,0.5,0.15372517456988796,0.0,0.03746772024543886,0.0,0.007092977377324603,0.22370205942885416 -5013,0.5,0.15372517456988796,0.0,0.14425429543577203,0.15372517456988796,0.0,0.04666800032959103,0.15372517456988796,0.0,0.27330003970717337,0.15372517456988796,0.0,0.10931583947001626,0.15372517456988796,0.0,0.18339455964352705,0.15372517456988796,0.0,0.07469464737318188,0.15372517456988796,0.0,0.06210217853340292,0.15372517456988796,0.0,0.024961134251632842,0.5,0.15372517456988796,0.0,0.003093734735340992,0.15372517456988796,0.0,0.00261811268311332,0.5,0.15372517456988796,0.0,0.0012830915953684573,0.15372517456988796,0.0,0.002050314350251905,0.15372517456988796,0.0,0.07147295247474558,0.15372517456988796,0.0,0.1477066353748841,0.15372517456988796,0.0,0.06074675782820011,0.15372517456988796,0.0,0.1251970030388512,0.15372517456988796,0.0,0.04933034997332314,0.5,0.15372517456988796,0.0,0.04455927726081507,0.0,0.017369065398637425,0.2465577332091395 -5014,0.5,0.15372517456988796,0.0,0.12656917775982301,0.15372517456988796,0.0,0.04221681133404392,0.15372517456988796,0.0,0.24993570792297237,0.15372517456988796,0.0,0.137830247039517,0.15372517456988796,0.0,0.19886138715203336,0.15372517456988796,0.0,0.1321374326488666,0.15372517456988796,0.0,0.08693907248102127,0.15372517456988796,0.0,0.017104349749090374,0.5,0.15372517456988796,0.0,0.0034714593828618252,0.15372517456988796,0.0,0.0013742558225565622,0.5,0.15372517456988796,0.0,0.001878703005421678,0.15372517456988796,0.0,0.0011822375119223182,0.15372517456988796,0.0,0.06307900126590284,0.15372517456988796,0.0,0.12663537442108053,0.15372517456988796,0.0,0.06757896795981579,0.15372517456988796,0.0,0.12156182946350926,0.15372517456988796,0.0,0.03890356450074887,0.5,0.15372517456988796,0.0,0.043824600182127665,0.0,0.04398902999085468,0.21867806242995175 -5015,0.5,0.15372517456988796,0.0,0.1148538840676519,0.15372517456988796,0.0,0.040898394314456216,0.15372517456988796,0.0,0.23169257141900307,0.15372517456988796,0.0,0.1475350756818359,0.15372517456988796,0.0,0.2348868800836174,0.15372517456988796,0.0,0.2098842851616722,0.15372517456988796,0.0,0.11341586234931222,0.15372517456988796,0.0,0.00947681427936819,0.5,0.15372517456988796,0.0,0.005894965352065992,0.15372517456988796,0.0,0.0010370513345836618,0.5,0.15372517456988796,0.0,0.009485120297240579,0.15372517456988796,0.0,0.0007350663415712248,0.15372517456988796,0.0,0.05940419666648891,0.15372517456988796,0.0,0.1299445148037724,0.15372517456988796,0.0,0.07356915117107313,0.15372517456988796,0.0,0.0987450124125432,0.15372517456988796,0.0,0.03133395341963279,0.5,0.15372517456988796,0.0,0.035317976790627134,0.0,0.07169810593777509,0.1812009051737309 -5016,0.5,0.15372517456988796,0.0,0.11202568130193113,0.15372517456988796,0.0,0.04183255741546781,0.15372517456988796,0.0,0.18129475408540466,0.15372517456988796,0.0,0.1248553605989225,0.15372517456988796,0.0,0.2524922605559866,0.15372517456988796,0.0,0.20534585294186147,0.15372517456988796,0.0,0.12004992684329761,0.15372517456988796,0.0,0.009790089158245804,0.5,0.15372517456988796,0.0,0.011571605700009495,0.15372517456988796,0.0,0.0017841742279399871,0.5,0.15372517456988796,0.0,0.005550067218069182,0.15372517456988796,0.0,0.0009358381620534145,0.15372517456988796,0.0,0.05976913825952466,0.15372517456988796,0.0,0.13562248439346442,0.15372517456988796,0.0,0.0702290848966838,0.15372517456988796,0.0,0.09014399326455436,0.15372517456988796,0.0,0.0324851713052557,0.5,0.15372517456988796,0.0,0.024226861709784296,0.0,0.07822652033472352,0.16611006087923794 -5017,0.5,0.15372517456988796,0.0,0.11456327399962933,0.15372517456988796,0.0,0.04147173308144913,0.15372517456988796,0.0,0.11730465702437744,0.15372517456988796,0.0,0.09425986633112786,0.15372517456988796,0.0,0.23220399921315518,0.15372517456988796,0.0,0.18155592628881567,0.15372517456988796,0.0,0.1037321486692085,0.15372517456988796,0.0,0.015696933274900605,0.5,0.15372517456988796,0.0,0.01339588094603941,0.15372517456988796,0.0,0.0017493410647288674,0.5,0.15372517456988796,0.0,0.00710269586295478,0.15372517456988796,0.0,0.008697440857246034,0.15372517456988796,0.0,0.05921359691529846,0.15372517456988796,0.0,0.14083362708293168,0.15372517456988796,0.0,0.059056381385095114,0.15372517456988796,0.0,0.10676157004693662,0.15372517456988796,0.0,0.03061751019311796,0.5,0.15372517456988796,0.0,0.020986619764998517,0.0,0.07203784707142387,0.155312840882044 -5018,0.5,0.15372517456988796,0.0,0.11753295951787443,0.15372517456988796,0.0,0.04166710189367842,0.15372517456988796,0.0,0.07281963978912062,0.15372517456988796,0.0,0.0819234385897627,0.15372517456988796,0.0,0.1888106514736101,0.15372517456988796,0.0,0.1495024428826688,0.15372517456988796,0.0,0.08259053338618796,0.15372517456988796,0.0,0.02897163117281068,0.5,0.15372517456988796,0.0,0.01794241863964473,0.15372517456988796,0.0,0.0016989047005795627,0.5,0.15372517456988796,0.0,0.011311230541475968,0.15372517456988796,0.0,0.004759038394175568,0.15372517456988796,0.0,0.05676544133792774,0.15372517456988796,0.0,0.14407260155536125,0.15372517456988796,0.0,0.049474522348662876,0.15372517456988796,0.0,0.09747652185297337,0.15372517456988796,0.0,0.024637203709438213,0.5,0.15372517456988796,0.0,0.02186458894981881,0.0,0.06851119530821599,0.15938667524605551 -5019,0.5,0.15372517456988796,0.0,0.11696723277857224,0.15372517456988796,0.0,0.04205477461053913,0.15372517456988796,0.0,0.06509464910018807,0.15372517456988796,0.0,0.07707167343774131,0.15372517456988796,0.0,0.14913289967027163,0.15372517456988796,0.0,0.16264067871671176,0.15372517456988796,0.0,0.05860871988799133,0.15372517456988796,0.0,0.06507810544275744,0.5,0.15372517456988796,0.0,0.033741208882635834,0.15372517456988796,0.0,0.0015608205930139197,0.5,0.15372517456988796,0.0,0.01505037811148847,0.15372517456988796,0.0,0.0038468711844721728,0.15372517456988796,0.0,0.0551599684147279,0.15372517456988796,0.0,0.1352394269777035,0.15372517456988796,0.0,0.041694933132642845,0.15372517456988796,0.0,0.06990211306904255,0.15372517456988796,0.0,0.022291097197096692,0.5,0.15372517456988796,0.0,0.01782075244491321,0.0,0.08158935324945951,0.18571712863770437 -5020,0.5,0.15372517456988796,0.0,0.11047776095779525,0.15372517456988796,0.0,0.0379005417764734,0.15372517456988796,0.0,0.07280518909134673,0.15372517456988796,0.0,0.07333838656828806,0.15372517456988796,0.0,0.12726739721399347,0.15372517456988796,0.0,0.19051230541510733,0.15372517456988796,0.0,0.05177745383616122,0.15372517456988796,0.0,0.11831208514139493,0.5,0.15372517456988796,0.0,0.0476661135060378,0.15372517456988796,0.0,0.0006547768719748503,0.5,0.15372517456988796,0.0,0.0175482700689086,0.15372517456988796,0.0,0.0042378995753550785,0.15372517456988796,0.0,0.05236200101325232,0.15372517456988796,0.0,0.11658912578940829,0.15372517456988796,0.0,0.03853323775461078,0.15372517456988796,0.0,0.06095786521380395,0.15372517456988796,0.0,0.028009528967465207,0.5,0.15372517456988796,0.0,0.008068593782373894,0.0,0.11329714792600823,0.21178344299612803 -5021,0.5,0.15372517456988796,1.3303053223178206e-05,0.11716983413855601,0.15372517456988796,0.0,0.038039852379056084,0.15372517456988796,0.0,0.08092130550213839,0.15372517456988796,0.0,0.07390411488420984,0.15372517456988796,0.0,0.12854390344793137,0.15372517456988796,0.0,0.20867951318425104,0.15372517456988796,0.0,0.04779474074531554,0.15372517456988796,0.0,0.1465708345404341,0.5,0.15372517456988796,0.0,0.06731078682603553,0.15372517456988796,0.0,0.0004381944505125359,0.5,0.15372517456988796,0.0,0.01193488982967148,0.15372517456988796,0.0,0.0038848415041654997,0.15372517456988796,0.0,0.05017929005546663,0.15372517456988796,0.0,0.1091280122054517,0.15372517456988796,0.0,0.04235667889444746,0.15372517456988796,0.0,0.060081790258286576,0.15372517456988796,0.0,0.03327181194886856,0.5,0.15372517456988796,0.0,0.0031732135564120035,0.0,0.13974848342939658,0.20819739112456886 -5022,0.5,0.15372517456988796,0.03701179689258894,0.12689852123870127,0.15372517456988796,0.030248303033235356,0.03689810500799639,0.15372517456988796,0.024210328598534437,0.0857242864926048,0.15372517456988796,0.007473811600244229,0.07591311977545853,0.15372517456988796,0.00877834264992967,0.12387492057268674,0.15372517456988796,0.0006583237588071069,0.22441645270755056,0.15372517456988796,0.011684573576537181,0.0480072030261756,0.15372517456988796,0.0029071256121470943,0.15386868636637385,0.5,0.15372517456988796,0.003557275645195748,0.08790924876781075,0.15372517456988796,0.009497584231528106,0.0007462251385863538,0.5,0.15372517456988796,0.0046814303310049816,0.0090241318467369,0.15372517456988796,0.0026916812579859707,0.003201108106693215,0.15372517456988796,0.03077059780543106,0.050411790796861894,0.15372517456988796,0.016484846040116654,0.10293471459892911,0.15372517456988796,0.025366082652921486,0.03237166873780208,0.15372517456988796,0.01813331755898706,0.06758676263170738,0.15372517456988796,0.020752356326366024,0.0322388190734801,0.5,0.15372517456988796,0.0213356212964026,0.0027551079814926455,0.0,0.15890095108511765,0.18529193728045043 -5023,0.5,0.15372517456988796,0.10748907820921988,0.20334789400279,0.15372517456988796,0.10037393132463743,0.056657736315749135,0.15372517456988796,0.07962908274695771,0.13732872034664603,0.15372517456988796,0.021320700474181952,0.0711613252286443,0.15372517456988796,0.06040401240709123,0.13732224454539246,0.15372517456988796,0.012518441923933426,0.25032748876672095,0.15372517456988796,0.07730670124353194,0.0600225774228778,0.15372517456988796,0.04240556846902877,0.16324895379718046,0.5,0.15372517456988796,0.04211008831390021,0.1305039230988141,0.15372517456988796,0.0631272948427822,0.0008000007288580947,0.5,0.15372517456988796,0.041658243929231974,0.008731580360114618,0.15372517456988796,0.024651317373393496,0.005963760425877533,0.15372517456988796,0.09968699744238163,0.07299349801001419,0.15372517456988796,0.07511320982436709,0.1197080146000153,0.15372517456988796,0.09639545132654503,0.037860703931855304,0.15372517456988796,0.09018809937791465,0.07608567791773854,0.15372517456988796,0.09021046227214403,0.042286080763355154,0.5,0.15372517456988796,0.09257576886231896,0.002034197949867206,0.0,0.18712921802988763,0.1557663913616265 -5024,0.5,0.15372517456988796,0.19440127982241434,0.3482510667577721,0.15372517456988796,0.21177629117607039,0.13987050585497834,0.15372517456988796,0.14616936750169993,0.21717757502834875,0.15372517456988796,0.03685785191135678,0.07748585996180159,0.15372517456988796,0.14868879989070907,0.18232948176370767,0.15372517456988796,0.05419966999131276,0.24523632860912556,0.15372517456988796,0.18488413174402252,0.11614204009956472,0.15372517456988796,0.11180333549819493,0.18556739330572886,0.5,0.15372517456988796,0.08632716143898625,0.18516951556966554,0.15372517456988796,0.13838740363586421,0.0032179857448433103,0.5,0.15372517456988796,0.10362428493713435,0.05067318176641943,0.15372517456988796,0.061228763722838114,0.012961722415667922,0.15372517456988796,0.21100842901343947,0.12546114616260315,0.15372517456988796,0.17248885987076468,0.1851042694412632,0.15372517456988796,0.2082542828409245,0.10560662332245768,0.15372517456988796,0.2032750153913317,0.16497578200511548,0.15372517456988796,0.1855067186979903,0.0965672488311119,0.5,0.15372517456988796,0.18751498596097066,0.000910089815933628,0.0,0.25267922667884163,0.13856262353957363 -5025,0.5,0.15372517456988796,0.27620341605216364,0.4569999835953822,0.15372517456988796,0.3331609101540446,0.211860707819214,0.15372517456988796,0.19468008667562625,0.2733449415588497,0.15372517456988796,0.057896424620704635,0.08515365335352576,0.15372517456988796,0.2611218601289391,0.20544952116103982,0.15372517456988796,0.1487594895423409,0.2616170111680545,0.15372517456988796,0.3122676894964147,0.21330316428807408,0.15372517456988796,0.2001139378617895,0.18877208802690892,0.5,0.15372517456988796,0.13497013962141793,0.2180780054111082,0.15372517456988796,0.19734481031746737,0.012139925905833685,0.5,0.15372517456988796,0.1798352030705365,0.1355608339945111,0.15372517456988796,0.09585952218989928,0.023211633810409353,0.15372517456988796,0.3329543520770077,0.15580871327281504,0.15372517456988796,0.2894500373755132,0.2301945168795753,0.15372517456988796,0.3323501216582292,0.19191314463352144,0.15372517456988796,0.33157236657554917,0.2620111910147361,0.15372517456988796,0.27503640648522226,0.16908356126252463,0.5,0.15372517456988796,0.2816717317407378,0.0005651424503227685,0.0,0.2886496644295338,0.11404435677358601 -5026,0.5,0.15372517456988796,0.33565840921766615,0.5398128462011862,0.15372517456988796,0.4626908493990445,0.28408081094603305,0.15372517456988796,0.22222142482872628,0.29111472756752155,0.15372517456988796,0.09232207997959035,0.09530257322697393,0.15372517456988796,0.38807463724706537,0.21651127236829934,0.15372517456988796,0.26762152772926845,0.25368300530117605,0.15372517456988796,0.4481288500007389,0.2688531647004297,0.15372517456988796,0.30658605886635004,0.18501281620315457,0.5,0.15372517456988796,0.2059723597543582,0.23499695827551165,0.15372517456988796,0.2634508207397035,0.03751030040736409,0.5,0.15372517456988796,0.27840408630285707,0.2531443579272899,0.15372517456988796,0.14433537113686642,0.04030823349091966,0.15372517456988796,0.4625952706122388,0.18094145327877736,0.15372517456988796,0.4199981715920956,0.27368489812230207,0.15372517456988796,0.4648187600424373,0.26850241116209345,0.15372517456988796,0.46819124686500546,0.3907425824999327,0.15372517456988796,0.3412713703786685,0.20189813103673837,0.5,0.15372517456988796,0.3124430644239207,0.0033095710212239643,0.0,0.2800488928557993,0.09167300494461247 -5027,0.5,0.15372517456988796,0.3897612515128825,0.6092522076759341,0.15372517456988796,0.5719306284151149,0.3474387649279572,0.15372517456988796,0.26388062279519475,0.34048783515157127,0.15372517456988796,0.14223005219481133,0.09312840305818444,0.15372517456988796,0.5097624693957334,0.2660163022695733,0.15372517456988796,0.43542201464844654,0.2976141766831335,0.15372517456988796,0.5657144809044871,0.3407440146644268,0.15372517456988796,0.4486819311525952,0.20546924115366827,0.5,0.15372517456988796,0.31936154715843457,0.27616624273852486,0.15372517456988796,0.35566188635876683,0.05049649523984214,0.5,0.15372517456988796,0.4032626066196981,0.3502373462052029,0.15372517456988796,0.22938152897093286,0.09457183937857518,0.15372517456988796,0.5719903800907771,0.20555253701320245,0.15372517456988796,0.5343392975642186,0.32552235675154667,0.15372517456988796,0.5750948041826357,0.3577071910871077,0.15372517456988796,0.5805800871408096,0.4957893549401491,0.15372517456988796,0.3441315105644308,0.2893139625677821,0.5,0.15372517456988796,0.37424682530740505,0.019981525046288813,0.0,0.23356145456451802,0.08111470327762516 -5028,0.5,0.15372517456988796,0.4348643249609861,0.6618630843780167,0.15372517456988796,0.636687654138166,0.3973006326451927,0.15372517456988796,0.31026121364130643,0.3938263765236314,0.15372517456988796,0.18382742482202058,0.10757830554403744,0.15372517456988796,0.5516767197686459,0.3440506000554545,0.15372517456988796,0.5409758649005721,0.3901769482959558,0.15372517456988796,0.6321414292751161,0.3915792969332522,0.15372517456988796,0.5774947752053423,0.3031234289107275,0.5,0.15372517456988796,0.47448989401372554,0.41003666529614946,0.15372517456988796,0.37410669921005546,0.055528201296256616,0.5,0.15372517456988796,0.48869957750305026,0.4997866381360218,0.15372517456988796,0.25477307562378326,0.1545573895393467,0.15372517456988796,0.6414119614102749,0.22308908314300058,0.15372517456988796,0.6123558579952869,0.38319899725803835,0.15372517456988796,0.6409071253257479,0.4275638958809446,0.15372517456988796,0.6417493617734671,0.596069157135737,0.15372517456988796,0.39862262807761123,0.4187454699616865,0.5,0.15372517456988796,0.311050562961381,0.04678589967629808,0.0,0.1919871173078593,0.07629068616820112 -5029,0.5,0.15372517456988796,0.5025813333272258,0.6997910160308,0.15372517456988796,0.6574053407873259,0.4602868654892727,0.15372517456988796,0.36609337021756516,0.44729289920535115,0.15372517456988796,0.23417620102568273,0.1650716271581434,0.15372517456988796,0.5239554177696508,0.42769172822532964,0.15372517456988796,0.5336803462963089,0.4656531912375754,0.15372517456988796,0.6537614618158187,0.42578716613979384,0.15372517456988796,0.5892356566618069,0.4237692091416398,0.5,0.15372517456988796,0.6014161052281304,0.5959173627033197,0.15372517456988796,0.3164573687518692,0.0676455606082917,0.5,0.15372517456988796,0.44452776787969006,0.7343058061906907,0.15372517456988796,0.28706849242750754,0.16452297806999877,0.15372517456988796,0.66454042280779,0.24712853822477787,0.15372517456988796,0.6353415657872022,0.46198041939778295,0.15372517456988796,0.6658877687301358,0.48591791174732973,0.15372517456988796,0.6503938412349167,0.6461392383064508,0.15372517456988796,0.43853546038009006,0.4937396306534645,0.5,0.15372517456988796,0.40027240270956815,0.07173704310321755,0.0,0.18031001414750453,0.0756893181180727 -5030,0.5,0.15372517456988796,0.48116176024993323,0.6701589802696852,0.15372517456988796,0.647179032847926,0.5306037139061003,0.15372517456988796,0.3656517948706952,0.44189544227069044,0.15372517456988796,0.23517104202879457,0.15044511124533735,0.15372517456988796,0.5227898566348099,0.5047531379934433,0.15372517456988796,0.4923667718007897,0.46402761516126095,0.15372517456988796,0.542729110767026,0.48853502483964095,0.15372517456988796,0.5302572532144753,0.48383309766382115,0.5,0.15372517456988796,0.5955641048709133,0.6843869139733607,0.15372517456988796,0.23814762923956082,0.07847727401205154,0.5,0.15372517456988796,0.5261664203346724,0.8097021841161773,0.15372517456988796,0.24240923851657376,0.20876382583713482,0.15372517456988796,0.6527299590927295,0.2902898302757339,0.15372517456988796,0.6324312188856603,0.5408778100571915,0.15372517456988796,0.6462633124728505,0.5416556253652328,0.15372517456988796,0.6107883250099468,0.65321327814095,0.15372517456988796,0.4179068468255715,0.46464017108680555,0.5,0.15372517456988796,0.4027685178132673,0.08989281396024501,0.0,0.1763887542359905,0.08056322611887011 -5031,0.5,0.15372517456988796,0.38534589566743893,0.6021418019674012,0.15372517456988796,0.5902540122153059,0.5724774838826174,0.15372517456988796,0.31027560947963556,0.3620905885431952,0.15372517456988796,0.16363658998886427,0.10442022526179456,0.15372517456988796,0.502562916591008,0.5716703626125162,0.15372517456988796,0.48494306659310243,0.4745849963041515,0.15372517456988796,0.43563017318504593,0.5045482232841535,0.15372517456988796,0.47946156632255643,0.5593036160531011,0.5,0.15372517456988796,0.5775236629895812,0.7013188671673847,0.15372517456988796,0.25019051479993454,0.12702707944696992,0.5,0.15372517456988796,0.33710093068966085,0.7351594469750264,0.15372517456988796,0.19686700963558187,0.18610478307322437,0.15372517456988796,0.5988922826305715,0.34745378786560843,0.15372517456988796,0.5956013286195423,0.5994144390784568,0.15372517456988796,0.563797557841064,0.5769404570437682,0.15372517456988796,0.5438071883518855,0.6480879843631121,0.15372517456988796,0.3470646074151783,0.35354290551726913,0.5,0.15372517456988796,0.3063756864418803,0.061654620738338134,0.0,0.15364742584329596,0.08888465221522727 -5032,0.5,0.15372517456988796,0.3036344759847383,0.5337619246912262,0.15372517456988796,0.4843556679301717,0.5698372713353886,0.15372517456988796,0.16703671509171067,0.187107014314908,0.15372517456988796,0.14139578344882409,0.06762861647377108,0.15372517456988796,0.45383637942821875,0.6571339940759534,0.15372517456988796,0.3781704242833751,0.4764044384528989,0.15372517456988796,0.4045686286097045,0.5470990878155074,0.15372517456988796,0.36401654463545463,0.5108098024941723,0.5,0.15372517456988796,0.43246084685922787,0.626272482765826,0.15372517456988796,0.1729077334207016,0.04330417955201577,0.5,0.15372517456988796,0.21689277495017378,0.4975108344210237,0.15372517456988796,0.1618084577259849,0.13107938244816186,0.15372517456988796,0.49946798591411773,0.40463225278651527,0.15372517456988796,0.5075314454378063,0.6281251357317044,0.15372517456988796,0.4478515689778692,0.5903773150615209,0.15372517456988796,0.43968419888001453,0.6130345285514879,0.15372517456988796,0.2517680825971101,0.25012181860022326,0.5,0.15372517456988796,0.1444018173702917,0.03314077570778979,0.0,0.12918838240268268,0.10902246785142239 -5033,0.5,0.15372517456988796,0.23219183914085179,0.4399020222957573,0.15372517456988796,0.3626348822868418,0.5291995179801692,0.15372517456988796,0.09199366405811185,0.07868957415440318,0.15372517456988796,0.17030895966964174,0.05369562701059813,0.15372517456988796,0.36369890332109,0.7056216707484908,0.15372517456988796,0.26502277483271586,0.5002060798491068,0.15372517456988796,0.2796554700735212,0.4702106121794173,0.15372517456988796,0.3043962359807979,0.45110053903387703,0.5,0.15372517456988796,0.28554317838980087,0.5054960915093238,0.15372517456988796,0.14488554518008243,0.023609242920916533,0.5,0.15372517456988796,0.13450417980114845,0.2554123403543588,0.15372517456988796,0.11005043211767523,0.07764571861930107,0.15372517456988796,0.3770259163172559,0.42142166198194414,0.15372517456988796,0.3869412048002819,0.6209874830108504,0.15372517456988796,0.3187330445606842,0.5818112821738494,0.15372517456988796,0.2986804599360802,0.5170279527797457,0.15372517456988796,0.19102541388266134,0.20327300012178692,0.5,0.15372517456988796,0.16844376693911256,0.05607537222379761,0.0,0.11385354249075133,0.14506940278139643 -5034,0.5,0.15372517456988796,0.13503552985159822,0.34713869581958146,0.15372517456988796,0.2414668718447761,0.4210448829744735,0.15372517456988796,0.05101160570221795,0.04346417515050019,0.15372517456988796,0.09149581265953691,0.029567411084926474,0.15372517456988796,0.260707689678469,0.6941898435012799,0.15372517456988796,0.16317649073697388,0.46918543050185074,0.15372517456988796,0.19407575478741024,0.3996150839907704,0.15372517456988796,0.18556610069504242,0.30324815178523096,0.5,0.15372517456988796,0.17925121473519348,0.5181827512798381,0.15372517456988796,0.045532695466290386,0.013845937505762662,0.5,0.15372517456988796,0.11122275851706084,0.11527142331381908,0.15372517456988796,0.0573693389008615,0.06897405459978848,0.15372517456988796,0.25316951012839206,0.3930026752090554,0.15372517456988796,0.26215953455136476,0.578308369959627,0.15372517456988796,0.2143507278635306,0.4892449619631105,0.15372517456988796,0.16985762261435172,0.2903510515840011,0.15372517456988796,0.08823072055807811,0.152915399081368,0.5,0.15372517456988796,0.12320753436301124,0.03250703541080906,0.0,0.10497363160235951,0.16784967207450846 -5035,0.5,0.15372517456988796,0.06312702693450131,0.26219103754177353,0.15372517456988796,0.10137654717667106,0.2421361427053216,0.15372517456988796,0.017338311813697597,0.052521941964493384,0.15372517456988796,0.035909954119863016,0.013673006839945516,0.15372517456988796,0.13342009817698947,0.5589189543248855,0.15372517456988796,0.10471349137392444,0.4119022550614708,0.15372517456988796,0.08566753853905892,0.3753313831870612,0.15372517456988796,0.10392115250265013,0.2057086750886174,0.5,0.15372517456988796,0.08356805198991224,0.5725679686060215,0.15372517456988796,0.024639282901169124,0.014577390311160295,0.5,0.15372517456988796,0.02416807212834249,0.049823019914490216,0.15372517456988796,0.024058626437697843,0.07853372442378823,0.15372517456988796,0.12252133429802504,0.36531306587798684,0.15372517456988796,0.1314510808145875,0.5044174099476779,0.15372517456988796,0.08834220554534043,0.39206499902234937,0.15372517456988796,0.05950097098478125,0.2728100701578716,0.15372517456988796,0.03511383469432328,0.10030114300293776,0.5,0.15372517456988796,0.052291029890840744,0.02566486248711389,0.0,0.12088200737660486,0.1374766232766681 -5036,0.5,0.15372517456988796,0.0,0.1980110286958479,0.15372517456988796,0.0005983836379657662,0.1175512506753274,0.15372517456988796,1.9641043566494183e-05,0.05320997700579373,0.15372517456988796,6.610735623762618e-06,0.008790468228358208,0.15372517456988796,0.020646882749909078,0.3886170219959125,0.15372517456988796,0.020161610785145494,0.3285161355699036,0.15372517456988796,0.008081184718279087,0.3985687923638978,0.15372517456988796,0.007809356960324134,0.195907976417487,0.5,0.15372517456988796,0.0021691064139538058,0.5206155249458568,0.15372517456988796,0.0,0.013660093031214637,0.5,0.15372517456988796,0.00034281980868667363,0.06611093473010445,0.15372517456988796,6.63099699345745e-05,0.09568575060832185,0.15372517456988796,0.018290963637769213,0.3295746501985487,0.15372517456988796,0.020162720463304275,0.39368681291399305,0.15372517456988796,0.0012674665953614393,0.32696269142042295,0.15372517456988796,0.0,0.30169837805041844,0.15372517456988796,8.852801284638837e-05,0.07452228642564425,0.5,0.15372517456988796,0.0,0.033438541499895655,0.0,0.16960743639534145,0.0844318313854505 -5037,0.5,0.15372517456988796,0.0,0.17702082054730658,0.15372517456988796,0.0,0.12863062544483134,0.15372517456988796,0.0,0.08247697041640292,0.15372517456988796,0.0,0.008376025767087372,0.15372517456988796,0.0,0.3213448959984415,0.15372517456988796,0.0,0.3155526558823554,0.15372517456988796,0.0,0.40130768034167824,0.15372517456988796,0.0,0.2543659032962279,0.5,0.15372517456988796,0.0,0.4409490818458196,0.15372517456988796,0.0,0.010887885673404615,0.5,0.15372517456988796,0.0,0.11242925264198547,0.15372517456988796,0.0,0.11639252747372339,0.15372517456988796,0.0,0.2851748863806151,0.15372517456988796,0.0,0.29934524604342594,0.15372517456988796,0.0,0.29452268108237567,0.15372517456988796,0.0,0.3790369403942082,0.15372517456988796,0.0,0.06523016643512045,0.5,0.15372517456988796,0.0,0.034696099329550804,0.0,0.268303533274852,0.06397184011367964 -5038,0.5,0.15372517456988796,0.0,0.16801420126376104,0.15372517456988796,0.0,0.1908398071363461,0.15372517456988796,0.0,0.12625145132965282,0.15372517456988796,0.0,0.01702791166865299,0.15372517456988796,0.0,0.28829111725074075,0.15372517456988796,0.0,0.32284805260812494,0.15372517456988796,0.0,0.35565688771371556,0.15372517456988796,0.0,0.30815742814516695,0.5,0.15372517456988796,0.0,0.38542941331618935,0.15372517456988796,0.0,0.019124992912378718,0.5,0.15372517456988796,0.0,0.14785323345889778,0.15372517456988796,0.0,0.17915035886404806,0.15372517456988796,0.0,0.22857184928100466,0.15372517456988796,0.0,0.23812601854868498,0.15372517456988796,0.0,0.28113656689459277,0.15372517456988796,0.0,0.44743629279936425,0.15372517456988796,0.0,0.06696363694034174,0.5,0.15372517456988796,0.0,0.02657912590104448,0.0,0.30599959634332846,0.07717998748663209 -5039,0.5,0.15372517456988796,0.0,0.1522628579208306,0.15372517456988796,0.0,0.23641202081992335,0.15372517456988796,0.0,0.14835718384751362,0.15372517456988796,0.0,0.026865672766148638,0.15372517456988796,0.0,0.2222588400011588,0.15372517456988796,0.0,0.2713826788035975,0.15372517456988796,0.0,0.314706674248664,0.15372517456988796,0.0,0.30930064239865157,0.5,0.15372517456988796,0.0,0.41519892889000354,0.15372517456988796,0.0,0.047959765022689,0.5,0.15372517456988796,0.0,0.11082175837170544,0.15372517456988796,0.0,0.3105524608980547,0.15372517456988796,0.0,0.17423360566221982,0.15372517456988796,0.0,0.18597748853773927,0.15372517456988796,0.0,0.2653109736386193,0.15372517456988796,0.0,0.4718756899369366,0.15372517456988796,0.0,0.05693555028505081,0.5,0.15372517456988796,0.0,0.015246697284090564,0.0,0.24941570604625524,0.09475973427209063 -5040,0.5,0.15372517456988796,0.0,0.14815150635781202,0.15372517456988796,0.0,0.21152338322086367,0.15372517456988796,0.0,0.1667720936851678,0.15372517456988796,0.0,0.025856700069755555,0.15372517456988796,0.0,0.15144507365520896,0.15372517456988796,0.0,0.18425362408649745,0.15372517456988796,0.0,0.2461697252955955,0.15372517456988796,0.0,0.26226355364538123,0.5,0.15372517456988796,0.0,0.4853851682538576,0.15372517456988796,0.0,0.024620861702481518,0.5,0.15372517456988796,0.0,0.0862315700738602,0.15372517456988796,0.0,0.3119444947179228,0.15372517456988796,0.0,0.14084039101768522,0.15372517456988796,0.0,0.14131179051308362,0.15372517456988796,0.0,0.24510758162426785,0.15372517456988796,0.0,0.4745846991294146,0.15372517456988796,0.0,0.04983450700540394,0.5,0.15372517456988796,0.0,0.024941873199799316,0.0,0.20941307018861488,0.13428016100351603 -5041,0.5,0.15372517456988796,0.0,0.15372874216692387,0.15372517456988796,0.0,0.16714544991725208,0.15372517456988796,0.0,0.18785673359264013,0.15372517456988796,0.0,0.020457523928957784,0.15372517456988796,0.0,0.10370813178515928,0.15372517456988796,0.0,0.12486594568122139,0.15372517456988796,0.0,0.152092369466128,0.15372517456988796,0.0,0.2008828697297626,0.5,0.15372517456988796,0.0,0.5212945964023488,0.15372517456988796,0.0,0.018383516592922373,0.5,0.15372517456988796,0.0,0.05881530542873939,0.15372517456988796,0.0,0.21383910726396677,0.15372517456988796,0.0,0.12166337557471066,0.15372517456988796,0.0,0.11166366646417536,0.15372517456988796,0.0,0.22657426135358122,0.15372517456988796,0.0,0.4605055605519214,0.15372517456988796,0.0,0.06093156963784638,0.5,0.15372517456988796,0.0,0.030563080025967082,0.0,0.2216255264886636,0.16329925188353242 -5042,0.5,0.15372517456988796,0.0,0.14927936409155726,0.15372517456988796,0.0,0.1261735820726044,0.15372517456988796,0.0,0.2064450696817211,0.15372517456988796,0.0,0.027433752287899883,0.15372517456988796,0.0,0.08210377901592311,0.15372517456988796,0.0,0.10599025182420677,0.15372517456988796,0.0,0.09852732768775384,0.15372517456988796,0.0,0.14604475544917556,0.5,0.15372517456988796,0.0,0.4665764546180181,0.15372517456988796,0.0,0.0229094253833596,0.5,0.15372517456988796,0.0,0.04047234236954004,0.15372517456988796,0.0,0.16841924588159918,0.15372517456988796,0.0,0.11229299868635453,0.15372517456988796,0.0,0.10118310189810001,0.15372517456988796,0.0,0.20671336226242515,0.15372517456988796,0.0,0.4341334088746172,0.15372517456988796,0.0,0.07103848137906645,0.5,0.15372517456988796,0.0,0.020064288723994298,0.0,0.2771002191729169,0.1937901440986111 -5043,0.5,0.15372517456988796,0.0,0.12600287891599052,0.15372517456988796,0.0,0.13879957781373484,0.15372517456988796,0.0,0.25511958715663885,0.15372517456988796,0.0,0.057611831929000885,0.15372517456988796,0.0,0.08310875218036747,0.15372517456988796,0.0,0.10533697356894384,0.15372517456988796,0.0,0.08674216176201208,0.15372517456988796,0.0,0.11464681843218823,0.5,0.15372517456988796,0.0,0.3480923691137357,0.15372517456988796,0.0,0.013268116547617165,0.5,0.15372517456988796,0.0,0.06737168501111424,0.15372517456988796,0.0,0.14347449710988577,0.15372517456988796,0.0,0.11857817356036364,0.15372517456988796,0.0,0.1003668186270447,0.15372517456988796,0.0,0.1916530603474654,0.15372517456988796,0.0,0.34728695130593856,0.15372517456988796,0.0,0.08236151561726586,0.5,0.15372517456988796,0.0,0.01446255703458649,0.0,0.24141906808205496,0.31092410144533694 -5044,0.5,0.15372517456988796,0.0,0.12244432067804434,0.15372517456988796,0.0,0.1722502236493188,0.15372517456988796,0.0,0.32530341852699984,0.15372517456988796,0.0,0.09636093808466377,0.15372517456988796,0.0,0.08244409789780524,0.15372517456988796,0.0,0.09133075991236772,0.15372517456988796,0.0,0.10211689966269258,0.15372517456988796,0.0,0.11750237966027809,0.5,0.15372517456988796,0.0,0.2642446977607416,0.15372517456988796,0.0,0.013231615449119945,0.5,0.15372517456988796,0.0,0.15407922323710832,0.15372517456988796,0.0,0.1270923576901197,0.15372517456988796,0.0,0.11760485588595229,0.15372517456988796,0.0,0.0945875769320618,0.15372517456988796,0.0,0.17935757616742304,0.15372517456988796,0.0,0.26675045574645645,0.15372517456988796,0.0,0.10475840864566657,0.5,0.15372517456988796,0.0,0.014243627188198497,0.0,0.16211450104518774,0.5567983602597792 -5045,0.5,0.15372517456988796,8.968530518105897e-09,0.1547671946389737,0.15372517456988796,0.0,0.1332689401930575,0.15372517456988796,0.0,0.37042143554722473,0.15372517456988796,0.0,0.10841547005601576,0.15372517456988796,0.0,0.07926000581320407,0.15372517456988796,0.0,0.08886562305711003,0.15372517456988796,0.0,0.09936375008349033,0.15372517456988796,0.0,0.1266908624361816,0.5,0.15372517456988796,0.0,0.23320578638898432,0.15372517456988796,0.0,0.01875644996934942,0.5,0.15372517456988796,0.0,0.15689884939754806,0.15372517456988796,0.0,0.1412662269665181,0.15372517456988796,0.0,0.10322200280988614,0.15372517456988796,0.0,0.08669646059671171,0.15372517456988796,0.0,0.17189770501338758,0.15372517456988796,0.0,0.28105363236499226,0.15372517456988796,0.0,0.09126219465390528,0.5,0.15372517456988796,0.0,0.022030906764747886,0.0,0.12447270568662505,0.7684201320972233 -5046,0.5,0.15372517456988796,0.010417050497685565,0.21939611808659573,0.15372517456988796,0.030348081549341436,0.0743453752033538,0.15372517456988796,0.00890107410612814,0.3820133576435602,0.15372517456988796,0.010466150848912415,0.12261776661653273,0.15372517456988796,0.016582129877408754,0.07428327661891922,0.15372517456988796,0.006866912642317209,0.08742791024301236,0.15372517456988796,0.015129945938495131,0.08056447280966073,0.15372517456988796,0.007207860542333173,0.12698867092474053,0.5,0.15372517456988796,0.005309449103583964,0.26248092045314336,0.15372517456988796,0.003229179512604883,0.01715959511442958,0.5,0.15372517456988796,0.0011944953351291092,0.23705015232742865,0.15372517456988796,0.00037678277108934904,0.1860984604528242,0.15372517456988796,0.030816480276722697,0.08870248187849086,0.15372517456988796,0.021479907291838723,0.09821741309900886,0.15372517456988796,0.02473142841062563,0.17603647858361995,0.15372517456988796,0.015384646207846497,0.3171090751992323,0.15372517456988796,0.003368048323878049,0.14045400927067148,0.5,0.15372517456988796,0.007059850492023004,0.018297101358680345,0.0,0.1463406956558209,0.8504057935040537 -5047,0.5,0.15372517456988796,0.0412581620857055,0.284052085410217,0.15372517456988796,0.10270667119929484,0.1196242006831778,0.15372517456988796,0.04000304905342379,0.40387582182065146,0.15372517456988796,0.027002827975613927,0.1377533427224784,0.15372517456988796,0.08654512122829466,0.11274887447384645,0.15372517456988796,0.07491289525371755,0.10643487600730968,0.15372517456988796,0.08645574692702485,0.12299869117308473,0.15372517456988796,0.07630838875307736,0.14266214114414943,0.5,0.15372517456988796,0.06959690781556119,0.3578538494444119,0.15372517456988796,0.030329847097351995,0.031177487336025943,0.5,0.15372517456988796,0.01968019635066035,0.2476873543793279,0.15372517456988796,0.004607131966545144,0.27203447317089297,0.15372517456988796,0.10170629397257618,0.10759894523158003,0.15372517456988796,0.09079780853961483,0.1703843685314797,0.15372517456988796,0.0971724078946481,0.24576726163385024,0.15372517456988796,0.08280059709362769,0.3615129343623675,0.15372517456988796,0.017609045055877768,0.23992678255942923,0.5,0.15372517456988796,0.020224443602133598,0.02916900570898386,0.0,0.2717302602606633,0.8268975374432788 -5048,0.5,0.15372517456988796,0.09052801276645357,0.32110633381476134,0.15372517456988796,0.2174306437260376,0.2508991378828979,0.15372517456988796,0.07624262142293392,0.46070557727919026,0.15372517456988796,0.046040359374768226,0.17661234287731886,0.15372517456988796,0.1963475246949626,0.3331304218907895,0.15372517456988796,0.17990967269045655,0.3013699396474293,0.15372517456988796,0.19801318061103285,0.24518380845595042,0.15372517456988796,0.1810730524585956,0.24719903515121777,0.5,0.15372517456988796,0.16833916961177087,0.47673653261984644,0.15372517456988796,0.04945126485449887,0.058105464546640735,0.5,0.15372517456988796,0.06526459417681629,0.3147229956475337,0.15372517456988796,0.01095939100637631,0.34411108917507727,0.15372517456988796,0.21644305234749373,0.1907303888625262,0.15372517456988796,0.198885264630304,0.3956482047464831,0.15372517456988796,0.21087089523077635,0.39555944232886137,0.15372517456988796,0.18275798669314103,0.46313559865458004,0.15372517456988796,0.03453400926943291,0.31559256443418726,0.5,0.15372517456988796,0.04812073467571946,0.08307773307516192,0.0,0.2735399250047121,0.6741252272417196 -5049,0.5,0.15372517456988796,0.12412013752933843,0.34712302442479953,0.15372517456988796,0.34243980535033597,0.4618813242622388,0.15372517456988796,0.16603262754767945,0.5369809484031606,0.15372517456988796,0.05893565104280034,0.24535735331870676,0.15372517456988796,0.3181414342335278,0.6053939071598736,0.15372517456988796,0.29976617060862254,0.504475783613194,0.15372517456988796,0.32544092946342285,0.4552664238872429,0.15372517456988796,0.2993707179595222,0.4363323188696709,0.5,0.15372517456988796,0.28014064118182647,0.5682209236668991,0.15372517456988796,0.0454956936923256,0.0759662663690769,0.5,0.15372517456988796,0.13363228089458515,0.2925238758408152,0.15372517456988796,0.022248657346248212,0.37037874244314845,0.15372517456988796,0.34151372721007056,0.2157606549304094,0.15372517456988796,0.3115179700054921,0.5860311335253758,0.15372517456988796,0.3386886336378505,0.5139551658656136,0.15372517456988796,0.29810851204262706,0.5250605244742764,0.15372517456988796,0.057077069552971635,0.3348347951466553,0.5,0.15372517456988796,0.08652074434822271,0.12335224982579432,0.0,0.251012145004976,0.5051152874511908 -5050,0.5,0.15372517456988796,0.15978318155840113,0.3694828556088281,0.15372517456988796,0.47495651743791967,0.5906584134509224,0.15372517456988796,0.2508314779325114,0.5890581173317767,0.15372517456988796,0.06985360891080611,0.2676652814693997,0.15372517456988796,0.42541645721523813,0.5962388059278848,0.15372517456988796,0.39933883791529495,0.47360213688195885,0.15372517456988796,0.4517733376515083,0.6119091847627073,0.15372517456988796,0.4214667400755784,0.5793580955054402,0.5,0.15372517456988796,0.39547282912573084,0.5786691999317877,0.15372517456988796,0.0362214719221575,0.10554152624707404,0.5,0.15372517456988796,0.20585681208000506,0.21988652894672864,0.15372517456988796,0.04217300469761494,0.3211116303239663,0.15372517456988796,0.47089391872154085,0.24898433908770568,0.15372517456988796,0.41995861943973745,0.625266736710542,0.15372517456988796,0.4710778188094863,0.6112351993725703,0.15372517456988796,0.43906347889429254,0.6346773475719674,0.15372517456988796,0.08990835435643016,0.32662388981609647,0.5,0.15372517456988796,0.10310146614120448,0.1316806061317029,0.0,0.28929318942992616,0.4149805852847094 -5051,0.5,0.15372517456988796,0.24093015066526807,0.39282680493606215,0.15372517456988796,0.5860323336950413,0.6236062674601499,0.15372517456988796,0.3459451012871871,0.6107712012340722,0.15372517456988796,0.04678821084580916,0.2468216288116421,0.15372517456988796,0.5049330721346791,0.6188449389168691,0.15372517456988796,0.5110408130439893,0.5566208540805653,0.15372517456988796,0.5448596166529255,0.6658499727203563,0.15372517456988796,0.5141912745317186,0.6518062421989193,0.5,0.15372517456988796,0.4944116680085703,0.6423173923776808,0.15372517456988796,0.04149960463690939,0.14701666320241488,0.5,0.15372517456988796,0.24256391197110921,0.15198174368365844,0.15372517456988796,0.068306652045396,0.28178682173283703,0.15372517456988796,0.5568751196394198,0.3301594736539363,0.15372517456988796,0.45514803174733093,0.6352351672448422,0.15372517456988796,0.5813934689305829,0.6493292451392783,0.15372517456988796,0.554368030729161,0.7287399048347823,0.15372517456988796,0.1052334785443702,0.291983654650109,0.5,0.15372517456988796,0.135497683424913,0.17285841434060467,0.0,0.29850108543752685,0.29430094888668035 -5052,0.5,0.15372517456988796,0.30148470324446863,0.4410557573677534,0.15372517456988796,0.641454777925475,0.6208471930144285,0.15372517456988796,0.4266467584587161,0.6154791306256411,0.15372517456988796,0.06647230746031427,0.2474514221682597,0.15372517456988796,0.5192969553785393,0.658518003370153,0.15372517456988796,0.5620933262134495,0.6497955097732919,0.15372517456988796,0.5938941420004882,0.7238724555401916,0.15372517456988796,0.5739155026544966,0.7312196769205114,0.5,0.15372517456988796,0.5450275964915239,0.6736960954747091,0.15372517456988796,0.03790751208436102,0.2260875481199054,0.5,0.15372517456988796,0.2753856865557911,0.1629950097954163,0.15372517456988796,0.09509613682738778,0.26470627542573844,0.15372517456988796,0.5862339229269752,0.42224609903615107,0.15372517456988796,0.447972298330912,0.6441808626523957,0.15372517456988796,0.6409589192048544,0.693221991337287,0.15372517456988796,0.6218724011260199,0.7447643074821032,0.15372517456988796,0.11590732226884978,0.2862053548830287,0.5,0.15372517456988796,0.143777731660271,0.2426949743476112,0.0,0.26633431543022323,0.32426667618408866 -5053,0.5,0.15372517456988796,0.3576542436290167,0.48247742560504686,0.15372517456988796,0.6518079175417617,0.6255000191734923,0.15372517456988796,0.4930572116633415,0.6361918581549276,0.15372517456988796,0.08592896664096425,0.2255788684553331,0.15372517456988796,0.5016054629791605,0.6441115993087021,0.15372517456988796,0.5998958339808842,0.6097670613107886,0.15372517456988796,0.5687090841104858,0.7341833163559505,0.15372517456988796,0.48827960992715047,0.6444785281772376,0.5,0.15372517456988796,0.5417150329968508,0.6671710722246428,0.15372517456988796,0.03979678654416862,0.31292796606117074,0.5,0.15372517456988796,0.359647062876009,0.25602591067467184,0.15372517456988796,0.11166824550512652,0.2331546100479864,0.15372517456988796,0.60106044468231,0.5339335223243927,0.15372517456988796,0.44355313519530293,0.6312019190647663,0.15372517456988796,0.6540474609127128,0.7252131889185424,0.15372517456988796,0.6432218334610791,0.7049516370899499,0.15372517456988796,0.15062286825632826,0.3225816395774167,0.5,0.15372517456988796,0.10328244902957523,0.353341556726656,0.0,0.2537316245173624,0.4326578239039307 -5054,0.5,0.15372517456988796,0.3833126022427538,0.5066447024382429,0.15372517456988796,0.6257273760965215,0.7018504606061763,0.15372517456988796,0.5110887209336957,0.6247365114031002,0.15372517456988796,0.08604868512220096,0.19321222060583845,0.15372517456988796,0.4875603006927336,0.5870783666538406,0.15372517456988796,0.6289459075178857,0.5166042777680353,0.15372517456988796,0.5418469149084312,0.7048066045349085,0.15372517456988796,0.4321471050452508,0.5552976410600294,0.5,0.15372517456988796,0.5095659868998967,0.6372253284536925,0.15372517456988796,0.03951673259338073,0.3298842456084412,0.5,0.15372517456988796,0.43851399398182145,0.4094269879343942,0.15372517456988796,0.1345788700719515,0.18795569956331995,0.15372517456988796,0.5324575681489837,0.6228113043522205,0.15372517456988796,0.4458620999333427,0.6008615730271346,0.15372517456988796,0.6149423199229741,0.7349386217530491,0.15372517456988796,0.6206693051935548,0.6898672785608904,0.15372517456988796,0.20208496498402737,0.3487979001285036,0.5,0.15372517456988796,0.14766877828629257,0.44980293982695374,0.0,0.26963576306110265,0.49779771531839656 -5055,0.5,0.15372517456988796,0.37052485905600907,0.4684341324641493,0.15372517456988796,0.5416862736827865,0.823018233213509,0.15372517456988796,0.4794201192378742,0.6031230293626665,0.15372517456988796,0.09721907611601709,0.16138546469746853,0.15372517456988796,0.49873572550065703,0.5022613325784104,0.15372517456988796,0.5828381284158047,0.3951429483392097,0.15372517456988796,0.5211184225156646,0.6437612884011152,0.15372517456988796,0.40492716071046264,0.4758552663334437,0.5,0.15372517456988796,0.43551885759327635,0.62167348271564,0.15372517456988796,0.022005777776408893,0.23685596169822012,0.5,0.15372517456988796,0.4433381768984599,0.4287686666855536,0.15372517456988796,0.1409135246336134,0.14294996003071894,0.15372517456988796,0.5625639122209181,0.6588102752903073,0.15372517456988796,0.4903072543161638,0.5616407596679476,0.15372517456988796,0.5425093106971499,0.7383614428333571,0.15372517456988796,0.562917670284359,0.6861392182369467,0.15372517456988796,0.2494734938926276,0.3321089437241456,0.5,0.15372517456988796,0.18117117913515335,0.49166212201457715,0.0,0.2569005772409177,0.5449135001065217 -5056,0.5,0.15372517456988796,0.31403925498804786,0.41146982579305164,0.15372517456988796,0.4778742375067544,0.9043074865553804,0.15372517456988796,0.4077989271467089,0.5589906903103663,0.15372517456988796,0.09522147110721844,0.11574047169471015,0.15372517456988796,0.46676053097790204,0.4121287100213669,0.15372517456988796,0.4788742496170435,0.3219690298478973,0.15372517456988796,0.4627974310089602,0.5585761627913116,0.15372517456988796,0.39643510490031275,0.38661254842894727,0.5,0.15372517456988796,0.34481142877296733,0.5977912627216361,0.15372517456988796,0.008030641340226768,0.14209630284250044,0.5,0.15372517456988796,0.37463531502222247,0.3784736574603099,0.15372517456988796,0.12595234932835842,0.10382060745433667,0.15372517456988796,0.48269739422503627,0.6465352316389373,0.15372517456988796,0.47451802398420706,0.5536167334215554,0.15372517456988796,0.42784991369391023,0.7407178284537979,0.15372517456988796,0.4603378171924402,0.6823870004553929,0.15372517456988796,0.23841129396674293,0.27626736445986677,0.5,0.15372517456988796,0.17613712988942992,0.4200019583755325,0.0,0.1993447723359469,0.5186881480384719 -5057,0.5,0.15372517456988796,0.2419941719136969,0.3507962480686818,0.15372517456988796,0.3442804366876035,0.9047414451788092,0.15372517456988796,0.3105012532584504,0.48579400116204713,0.15372517456988796,0.07478891901144791,0.07594527372512988,0.15372517456988796,0.3449997208710754,0.3763625036651662,0.15372517456988796,0.33489820089938854,0.30027103672018796,0.15372517456988796,0.36761215125425334,0.449575051608846,0.15372517456988796,0.3249252783316068,0.3052969296753295,0.5,0.15372517456988796,0.2887153303220267,0.5436139005997679,0.15372517456988796,0.0031382955831702032,0.08607961924715998,0.5,0.15372517456988796,0.26159444773309204,0.21346405823154144,0.15372517456988796,0.09106380479825878,0.05821128305561157,0.15372517456988796,0.3705725882722018,0.5969004125992458,0.15372517456988796,0.3775273204938569,0.558826475524171,0.15372517456988796,0.3209081732637842,0.7244925385744297,0.15372517456988796,0.3365308566678633,0.6177911393472759,0.15372517456988796,0.17344255818890966,0.18697217429861765,0.5,0.15372517456988796,0.10333208080410491,0.26811909311501536,0.0,0.1587808547447731,0.4994193121516365 -5058,0.5,0.15372517456988796,0.16152541732299974,0.26150304197330426,0.15372517456988796,0.2351922794946811,0.8215337878703858,0.15372517456988796,0.1975526117198161,0.3728749884744339,0.15372517456988796,0.057316746036635224,0.04289190674382037,0.15372517456988796,0.22715178342038944,0.3273176189789023,0.15372517456988796,0.21407325206139388,0.27957615051685075,0.15372517456988796,0.25355795718743335,0.2829523976746952,0.15372517456988796,0.22692820986951284,0.1968371977164899,0.5,0.15372517456988796,0.2159021877087055,0.37516209630572983,0.15372517456988796,0.0018706725828413974,0.06114087888151324,0.5,0.15372517456988796,0.144155991505802,0.10116007342226307,0.15372517456988796,0.05068472032032346,0.03822591401376527,0.15372517456988796,0.2410348746018893,0.523619899964469,0.15372517456988796,0.2486835000527174,0.4921572315291133,0.15372517456988796,0.22043241478606102,0.6408047435182037,0.15372517456988796,0.20565232372099296,0.4452371034933106,0.15372517456988796,0.0997937549414305,0.10652108374517473,0.5,0.15372517456988796,0.04523332387956137,0.15851882462230987,0.0,0.09629259160070804,0.5476120633193028 -5059,0.5,0.15372517456988796,0.06343810611068808,0.17497267178269718,0.15372517456988796,0.08515016575959011,0.5783598169547061,0.15372517456988796,0.06901756718062808,0.30717541684816896,0.15372517456988796,0.022513107859999115,0.02476728733130654,0.15372517456988796,0.11382394934755408,0.24626034907569036,0.15372517456988796,0.1104706581331423,0.2312545655973964,0.15372517456988796,0.11877178267202565,0.0903706817689604,0.15372517456988796,0.11751679597147782,0.07640362795479694,0.5,0.15372517456988796,0.10493410527851832,0.17355453685307465,0.15372517456988796,0.0007526488773075276,0.05262284002751546,0.5,0.15372517456988796,0.05162175231908823,0.10952952042706014,0.15372517456988796,0.016210157562822573,0.0336610674642438,0.15372517456988796,0.12034575135651854,0.4215183519926481,0.15372517456988796,0.11948557982779412,0.3649767099318618,0.15372517456988796,0.09132329865940267,0.4169658617701162,0.15372517456988796,0.07829151114515281,0.2159822114962863,0.15372517456988796,0.03605795480808455,0.09001773261615342,0.5,0.15372517456988796,0.010128596396676664,0.10427092352128456,0.0,0.050454863090866664,0.5006661634383379 -5060,0.5,0.15372517456988796,0.0,0.18446313370356282,0.15372517456988796,0.0,0.2133440144113974,0.15372517456988796,0.0,0.4391869268745275,0.15372517456988796,4.637759104005561e-05,0.02622726934900688,0.15372517456988796,0.016686337967623595,0.15813344211466662,0.15372517456988796,0.018947511105932235,0.14501806071035875,0.15372517456988796,0.006327037133520293,0.035358893184766885,0.15372517456988796,0.007273055504205546,0.04591102838460308,0.5,0.15372517456988796,0.0011044856553794535,0.06874872290390277,0.15372517456988796,8.37760627979839e-05,0.056460900910749866,0.5,0.15372517456988796,0.0,0.1765415320776786,0.15372517456988796,8.276465159538905e-05,0.03231470471171245,0.15372517456988796,0.016225401479198577,0.26252855371428135,0.15372517456988796,0.017972491188754384,0.21851893788953758,0.15372517456988796,0.0,0.1776176897357332,0.15372517456988796,0.0,0.07737141492446996,0.15372517456988796,4.227162347111889e-05,0.11201860685023293,0.5,0.15372517456988796,4.34530033199217e-05,0.09768908645395223,0.0,0.0766037801842857,0.35627088759565984 -5061,0.5,0.15372517456988796,0.0,0.20988614596586963,0.15372517456988796,0.0,0.0826575852384489,0.15372517456988796,0.0,0.5278376793304628,0.15372517456988796,0.0,0.053199009034928316,0.15372517456988796,0.0,0.10044515726046811,0.15372517456988796,0.0,0.10952590754798171,0.15372517456988796,0.0,0.041900325184135584,0.15372517456988796,0.0,0.04300304931076772,0.5,0.15372517456988796,0.0,0.04621082747988857,0.15372517456988796,0.0,0.06532556338178415,0.5,0.15372517456988796,0.0,0.20826836701693088,0.15372517456988796,0.0,0.04229433673122517,0.15372517456988796,0.0,0.2090851426086486,0.15372517456988796,0.0,0.1437143746078144,0.15372517456988796,0.0,0.08246683956736166,0.15372517456988796,0.0,0.035106238118238195,0.15372517456988796,0.0,0.12582681057831546,0.5,0.15372517456988796,0.0,0.09522841914293531,0.0,0.2514529766592309,0.28400750964446064 -5062,0.5,0.15372517456988796,0.0,0.19104384127230692,0.15372517456988796,0.0,0.06562759334701042,0.15372517456988796,0.0,0.45592109767285544,0.15372517456988796,0.0,0.13234258439261154,0.15372517456988796,0.0,0.06391394233670303,0.15372517456988796,0.0,0.06706985838075509,0.15372517456988796,0.0,0.05477245222388861,0.15372517456988796,0.0,0.042318750829606594,0.5,0.15372517456988796,0.0,0.03394051760897088,0.15372517456988796,0.0,0.06577102585955857,0.5,0.15372517456988796,0.0,0.15333677181351393,0.15372517456988796,0.0,0.045218948170085455,0.15372517456988796,0.0,0.19144495469985956,0.15372517456988796,0.0,0.10332203388234551,0.15372517456988796,0.0,0.048686480503446886,0.15372517456988796,0.0,0.017725451901732282,0.15372517456988796,0.0,0.12091242436842393,0.5,0.15372517456988796,0.0,0.09813451658671256,0.0,0.3825146820571109,0.3083137301160348 -5063,0.5,0.15372517456988796,0.0,0.16712805735563094,0.15372517456988796,0.0,0.06706226395969314,0.15372517456988796,0.0,0.2916000245326521,0.15372517456988796,0.0,0.17454959058494668,0.15372517456988796,0.0,0.03854510136668829,0.15372517456988796,0.0,0.02959580705113992,0.15372517456988796,0.0,0.05307709599481279,0.15372517456988796,0.0,0.033543601753305084,0.5,0.15372517456988796,0.0,0.023663560278658863,0.15372517456988796,0.0,0.06111509601493727,0.5,0.15372517456988796,0.0,0.08742269739923357,0.15372517456988796,0.0,0.03624175508976041,0.15372517456988796,0.0,0.17596823963913175,0.15372517456988796,0.0,0.09064967844866215,0.15372517456988796,0.0,0.03677699785109573,0.15372517456988796,0.0,0.010790902472835356,0.15372517456988796,0.0,0.12155374813435417,0.5,0.15372517456988796,0.0,0.11554380799750996,0.0,0.40456182990978334,0.32406375746822536 -5064,0.5,0.15372517456988796,0.0,0.15806051592807957,0.15372517456988796,0.0,0.06659171980984373,0.15372517456988796,0.0,0.17959235730351913,0.15372517456988796,0.0,0.1612390624594883,0.15372517456988796,0.0,0.0293501717549687,0.15372517456988796,0.0,0.012177844556598351,0.15372517456988796,0.0,0.04345548284222999,0.15372517456988796,0.0,0.020549930237761166,0.5,0.15372517456988796,0.0,0.018741949364332804,0.15372517456988796,0.0,0.05389111013107588,0.5,0.15372517456988796,0.0,0.0464017038900093,0.15372517456988796,0.0,0.026649758909022034,0.15372517456988796,0.0,0.16177224870730622,0.15372517456988796,0.0,0.0955085576809015,0.15372517456988796,0.0,0.031903766197757415,0.15372517456988796,0.0,0.01192913647319399,0.15372517456988796,0.0,0.11131512859182761,0.5,0.15372517456988796,0.0,0.11689462943800219,0.0,0.4738723444535051,0.4601360099604222 -5065,0.5,0.15372517456988796,0.0,0.14543522383685795,0.15372517456988796,0.0,0.06646600485097863,0.15372517456988796,0.0,0.10625002024607139,0.15372517456988796,0.0,0.12839562317639286,0.15372517456988796,0.0,0.028681246200121715,0.15372517456988796,0.0,0.00627568471841443,0.15372517456988796,0.0,0.027843237479447155,0.15372517456988796,0.0,0.013698821479249605,0.5,0.15372517456988796,0.0,0.017153317738677135,0.15372517456988796,0.0,0.036250713285737084,0.5,0.15372517456988796,0.0,0.023241401766482477,0.15372517456988796,0.0,0.018614508958755688,0.15372517456988796,0.0,0.14933285462750825,0.15372517456988796,0.0,0.10789024311755231,0.15372517456988796,0.0,0.03044546265858287,0.15372517456988796,0.0,0.01396798189716513,0.15372517456988796,0.0,0.07656257899197656,0.5,0.15372517456988796,0.0,0.11427263806816476,0.0,0.49895184494443895,0.5729204353651423 -5066,0.5,0.15372517456988796,0.0,0.12442893737883934,0.15372517456988796,0.0,0.0669076277146291,0.15372517456988796,0.0,0.06504025601097069,0.15372517456988796,0.0,0.09308216608147372,0.15372517456988796,0.0,0.029536110970029034,0.15372517456988796,0.0,0.004898586000684687,0.15372517456988796,0.0,0.016086932130098663,0.15372517456988796,0.0,0.008987092208025111,0.5,0.15372517456988796,0.0,0.01611177553879832,0.15372517456988796,0.0,0.022060502656069937,0.5,0.15372517456988796,0.0,0.013189080504003702,0.15372517456988796,0.0,0.010771923440414867,0.15372517456988796,0.0,0.14552004343522554,0.15372517456988796,0.0,0.11099071373711462,0.15372517456988796,0.0,0.03147327838221809,0.15372517456988796,0.0,0.011609786931400044,0.15372517456988796,0.0,0.04872832648105318,0.5,0.15372517456988796,0.0,0.0993487367270448,0.0,0.4725421789177525,0.66307553585781 -5067,0.5,0.15372517456988796,0.0,0.09936208349258703,0.15372517456988796,0.0,0.06989829293841203,0.15372517456988796,0.0,0.041755955832034675,0.15372517456988796,0.0,0.06953423560209868,0.15372517456988796,0.0,0.029287999437040763,0.15372517456988796,0.0,0.00606359996898252,0.15372517456988796,0.0,0.010329296730565134,0.15372517456988796,0.0,0.006583533153767751,0.5,0.15372517456988796,0.0,0.013626462190885556,0.15372517456988796,0.0,0.011827032928206032,0.5,0.15372517456988796,0.0,0.00878375616096929,0.15372517456988796,0.0,0.008835852623245313,0.15372517456988796,0.0,0.16158578874749743,0.15372517456988796,0.0,0.10542790338395919,0.15372517456988796,0.0,0.03335425321183893,0.15372517456988796,0.0,0.008557677452978509,0.15372517456988796,0.0,0.03310101104089627,0.5,0.15372517456988796,0.0,0.07961705133425308,0.0,0.4484690502692565,0.6676021801905633 -5068,0.5,0.15372517456988796,0.0,0.0776402948041123,0.15372517456988796,0.0,0.08159856882034765,0.15372517456988796,0.0,0.02882878360183692,0.15372517456988796,0.0,0.05624914106514319,0.15372517456988796,0.0,0.02755213577302571,0.15372517456988796,0.0,0.008526759528922373,0.15372517456988796,0.0,0.00776828616443631,0.15372517456988796,0.0,0.005824267786925063,0.5,0.15372517456988796,0.0,0.010237109612949756,0.15372517456988796,0.0,0.006586935065156241,0.5,0.15372517456988796,0.0,0.00788515281152498,0.15372517456988796,0.0,0.007524061388480297,0.15372517456988796,0.0,0.16064727917337027,0.15372517456988796,0.0,0.0995273671285383,0.15372517456988796,0.0,0.033729575377553646,0.15372517456988796,0.0,0.006404975467079511,0.15372517456988796,0.0,0.02298865760526694,0.5,0.15372517456988796,0.0,0.05905229757658395,0.0,0.4382882314804994,0.6958162281024426 -5069,0.5,0.15372517456988796,5.035256286171239e-09,0.06667504275412162,0.15372517456988796,0.0,0.07575378723227094,0.15372517456988796,0.0,0.025555625110332433,0.15372517456988796,0.0,0.05079925369065957,0.15372517456988796,0.0,0.027486726458717168,0.15372517456988796,0.0,0.019059852723338558,0.15372517456988796,0.0,0.00773333356540138,0.15372517456988796,0.0,0.006807269661396347,0.5,0.15372517456988796,0.0,0.007807193066395251,0.15372517456988796,0.0,0.0038464070720873457,0.5,0.15372517456988796,0.0,0.007312822583956414,0.15372517456988796,0.0,0.006923193205838185,0.15372517456988796,0.0,0.16634004339894598,0.15372517456988796,0.0,0.09304022932408196,0.15372517456988796,0.0,0.03289560446382944,0.15372517456988796,0.0,0.004652788038557126,0.15372517456988796,0.0,0.01899131165042049,0.5,0.15372517456988796,0.0,0.042424457132695166,0.0,0.43353562815244173,0.7240728500815455 -5070,0.5,0.15372517456988796,0.03848733545106244,0.06007459587051799,0.15372517456988796,0.029740710047350766,0.06898351401703287,0.15372517456988796,0.02754648696989315,0.02181079620369103,0.15372517456988796,0.023518505405524505,0.054888009088028517,0.15372517456988796,0.015192999247813142,0.031623028246241386,0.15372517456988796,0.007532873922762198,0.03314537097872178,0.15372517456988796,0.01422346992020104,0.01084402841470875,0.15372517456988796,0.006886745472035466,0.009378813939024552,0.5,0.15372517456988796,0.0063560132703833466,0.005560604993644806,0.15372517456988796,0.0018644697667993307,0.002654946032310234,0.5,0.15372517456988796,0.008456121120370204,0.005468063871736163,0.15372517456988796,0.003614295745714899,0.00762624910982195,0.15372517456988796,0.017594026842111192,0.1797244810438017,0.15372517456988796,0.018421857216064007,0.08772451629507749,0.15372517456988796,0.024605018572254153,0.030018070939031964,0.15372517456988796,0.017447260033786563,0.003034244705602344,0.15372517456988796,0.01396845510406487,0.017865195506804647,0.5,0.15372517456988796,0.002788029111367807,0.03296993567338537,0.0,0.4193037476976731,0.604312247879499 -5071,0.5,0.15372517456988796,0.11711041484632359,0.1277413258147288,0.15372517456988796,0.10243900585267562,0.1141121742461666,0.15372517456988796,0.10523274829657722,0.031386547577693595,0.15372517456988796,0.08778650715006017,0.09093258845001223,0.15372517456988796,0.08253816427058025,0.0433367488746617,0.15372517456988796,0.07730085060737922,0.040296709562316846,0.15372517456988796,0.08713948482825609,0.01388614160767692,0.15372517456988796,0.07930253808253812,0.009535759832714041,0.5,0.15372517456988796,0.0794106334084421,0.003014676895454413,0.15372517456988796,0.027069516935820204,0.004073196183978948,0.5,0.15372517456988796,0.07975051031610234,0.005350326516570707,0.15372517456988796,0.053127421528368815,0.009861924937219853,0.15372517456988796,0.037049931102454,0.20948240788872932,0.15372517456988796,0.07623181284909498,0.11330511978124125,0.15372517456988796,0.0988954325621638,0.046070730783814524,0.15372517456988796,0.09300647367860687,0.0010637170477225326,0.15372517456988796,0.07645272847340903,0.030171806574484983,0.5,0.15372517456988796,0.023258506619092283,0.02899837551453037,0.0,0.4514700204473495,0.451941010242418 -5072,0.5,0.15372517456988796,0.23533445679519416,0.214986927978563,0.15372517456988796,0.21134089407111983,0.2104380361439456,0.15372517456988796,0.22425083264771234,0.06501605922328406,0.15372517456988796,0.1883267286071642,0.14263039717463266,0.15372517456988796,0.16413701643940082,0.10243457624793693,0.15372517456988796,0.1719090515814757,0.09629018020724722,0.15372517456988796,0.19965051210995693,0.03205346947508915,0.15372517456988796,0.19075174623351937,0.011491727102817404,0.5,0.15372517456988796,0.1922512511287265,0.003319926687298869,0.15372517456988796,0.09662178393759649,0.013342716387850492,0.5,0.15372517456988796,0.18757219598003286,0.01594665594373031,0.15372517456988796,0.14871872481287463,0.025335206852144073,0.15372517456988796,0.047796335045267306,0.23384236572757022,0.15372517456988796,0.13124874497869865,0.1775847862330217,0.15372517456988796,0.21394029811251544,0.0905451592710189,0.15372517456988796,0.2098512113630883,0.0015690555506658026,0.15372517456988796,0.16107536132299155,0.04915672176018848,0.5,0.15372517456988796,0.0553679367211261,0.02913452464550979,0.0,0.48521022329287694,0.5708217048768498 -5073,0.5,0.15372517456988796,0.34710270549106226,0.27272126352142023,0.15372517456988796,0.3009872820465708,0.2874971369179468,0.15372517456988796,0.35579424073442495,0.08588236079893105,0.15372517456988796,0.31068939528082934,0.1572063644507235,0.15372517456988796,0.21502684926298193,0.13330845540488945,0.15372517456988796,0.2586706674809295,0.136158514408247,0.15372517456988796,0.32171816390990443,0.05571346271677905,0.15372517456988796,0.32004552975555595,0.01317923415908569,0.5,0.15372517456988796,0.32349620513474364,0.006194536124643451,0.15372517456988796,0.19683560169913847,0.022425595542504444,0.5,0.15372517456988796,0.31900794635672747,0.03208024977802062,0.15372517456988796,0.27035430168797714,0.04433065567775992,0.15372517456988796,0.05329336128441357,0.26043082821930313,0.15372517456988796,0.15444211847511558,0.22048072503369048,0.15372517456988796,0.3313855570553323,0.13010757506290827,0.15372517456988796,0.3416152699144059,0.004783040465963807,0.15372517456988796,0.2672671706642237,0.0620752454612635,0.5,0.15372517456988796,0.10138348952867533,0.029494291756703102,0.0,0.4430587234921546,0.5521179647802172 -5074,0.5,0.15372517456988796,0.44390540929810707,0.28441214073425475,0.15372517456988796,0.28561635698537163,0.456120330228717,0.15372517456988796,0.4931665966367434,0.08083986086218432,0.15372517456988796,0.441465247121245,0.13665497393689424,0.15372517456988796,0.2769807709469322,0.1754856532323753,0.15372517456988796,0.37029619186060736,0.2028139707403115,0.15372517456988796,0.4476778329860196,0.07603159406418522,0.15372517456988796,0.4590643011368762,0.01246929113703768,0.5,0.15372517456988796,0.4650215545079711,0.008012117301399392,0.15372517456988796,0.3262118427377759,0.03697087399399997,0.5,0.15372517456988796,0.4628754966094283,0.04200324195467476,0.15372517456988796,0.3929088699979054,0.04871836858624371,0.15372517456988796,0.055981777356845674,0.3183724043232013,0.15372517456988796,0.17074859150925636,0.22789318221564514,0.15372517456988796,0.42966300294381654,0.16367520415197265,0.15372517456988796,0.4818205416247724,0.007169054145000501,0.15372517456988796,0.40112780494013517,0.06266638239741468,0.5,0.15372517456988796,0.16075816821283329,0.024853041760925326,0.0,0.4052167385426254,0.4726894013230044 -5075,0.5,0.15372517456988796,0.49642215116529953,0.27990284641785024,0.15372517456988796,0.06737123581506815,0.3422666434414634,0.15372517456988796,0.5927711772742303,0.08156588995749624,0.15372517456988796,0.5400533576934808,0.1265159461333923,0.15372517456988796,0.3603242533255629,0.21234940689191176,0.15372517456988796,0.49762963768848484,0.24444881155008863,0.15372517456988796,0.5584934749335885,0.0912932918362122,0.15372517456988796,0.5755103886894991,0.01296942883566322,0.5,0.15372517456988796,0.5725377819374908,0.006100090299979648,0.15372517456988796,0.38712938370425287,0.04610181887685831,0.5,0.15372517456988796,0.5779998755966361,0.04304770852813875,0.15372517456988796,0.4776452316510189,0.04143962018570907,0.15372517456988796,0.09187007806412985,0.3162891126276871,0.15372517456988796,0.21473150131067442,0.22205534418009376,0.15372517456988796,0.47482567939632836,0.2021225550120238,0.15372517456988796,0.5924199435522598,0.00972792110769367,0.15372517456988796,0.5247754201619881,0.05277082560563225,0.5,0.15372517456988796,0.26331338059134063,0.018436143954157345,0.0,0.346047895335287,0.5047273535332251 -5076,0.5,0.15372517456988796,0.4961485530138574,0.2946715790473576,0.15372517456988796,0.06459779678509682,0.2751458826551032,0.15372517456988796,0.6496245014728685,0.07835307260266282,0.15372517456988796,0.6046633329709578,0.1130439634038366,0.15372517456988796,0.4064812608049256,0.24467023661572107,0.15372517456988796,0.5604285835265728,0.271731601492497,0.15372517456988796,0.5428173105554338,0.10368329785755823,0.15372517456988796,0.6190995206640083,0.012749568319294163,0.5,0.15372517456988796,0.6370343394780533,0.003792465664158072,0.15372517456988796,0.4229092960628188,0.05158605198726876,0.5,0.15372517456988796,0.6402975365127354,0.032349647394992166,0.15372517456988796,0.5025472741854334,0.03353596013454666,0.15372517456988796,0.2365979207449958,0.3603511538483374,0.15372517456988796,0.31406768511869027,0.19906318601304324,0.15372517456988796,0.45530245658783014,0.17524206735751008,0.15372517456988796,0.6395814895932834,0.014186394651789303,0.15372517456988796,0.6014764628767761,0.04133755008223553,0.5,0.15372517456988796,0.3928243235735553,0.018729388643567893,0.0,0.3480284723670373,0.591957382479412 -5077,0.5,0.15372517456988796,0.48820744242410663,0.3166383998202931,0.15372517456988796,0.09806085890741893,0.17720484457319324,0.15372517456988796,0.6701148545830159,0.0672770637142733,0.15372517456988796,0.6342338953596097,0.11496807468946305,0.15372517456988796,0.38957206953128587,0.2672620736498879,0.15372517456988796,0.4719806959490522,0.23547823756839664,0.15372517456988796,0.5531215174339627,0.12096154653788357,0.15372517456988796,0.6304888310638116,0.011379728382836966,0.5,0.15372517456988796,0.670780621365317,0.002607592502803261,0.15372517456988796,0.4677866649520318,0.05037775814053229,0.5,0.15372517456988796,0.6700260047766711,0.021891234709384363,0.15372517456988796,0.5199362750598656,0.03164819836956075,0.15372517456988796,0.4212630989611714,0.4553610476228513,0.15372517456988796,0.35878420731089555,0.18013914050771077,0.15372517456988796,0.46518002024660415,0.14554996456324404,0.15372517456988796,0.6534216291410015,0.016715975234472547,0.15372517456988796,0.6371243382781165,0.037383620750918,0.5,0.15372517456988796,0.5096863651577598,0.025015099637920445,0.0,0.48527289185478745,0.6678880176091367 -5078,0.5,0.15372517456988796,0.42555838126346474,0.33145167935099146,0.15372517456988796,0.1085430586280926,0.11303243511680085,0.15372517456988796,0.6434928663276394,0.055191672955709606,0.15372517456988796,0.6246409486272155,0.11164017711145577,0.15372517456988796,0.3988900867929774,0.289342443018881,0.15372517456988796,0.4969253685698478,0.18792699685588016,0.15372517456988796,0.4937244648713189,0.12937165517478233,0.15372517456988796,0.618060640172279,0.008883510314884453,0.5,0.15372517456988796,0.6585387302785216,0.0023344359860772014,0.15372517456988796,0.47320048339201104,0.050817802265019765,0.5,0.15372517456988796,0.6675087688212997,0.012996176779430392,0.15372517456988796,0.4762369975218936,0.03244244906075701,0.15372517456988796,0.41838989136138083,0.4474593183614758,0.15372517456988796,0.3401431272949589,0.17635394326580775,0.15372517456988796,0.429212552404634,0.11062968802453983,0.15372517456988796,0.628169049326611,0.015731041102681666,0.15372517456988796,0.6276270841834677,0.038640119057891324,0.5,0.15372517456988796,0.497281417639005,0.028344446963079674,0.0,0.46863679289490134,0.7551580327032654 -5079,0.5,0.15372517456988796,0.3247979640403778,0.30351015101168227,0.15372517456988796,0.07521739882471143,0.051873605386682606,0.15372517456988796,0.5692035751005814,0.04430222175351573,0.15372517456988796,0.5582246740365071,0.09234935055849128,0.15372517456988796,0.29580370966014713,0.22692360332880354,0.15372517456988796,0.49957637922904885,0.11563410918639414,0.15372517456988796,0.4272257769916352,0.11476500480833662,0.15372517456988796,0.5578322171078671,0.00579037087171384,0.5,0.15372517456988796,0.6078627829644644,0.0024673265678038635,0.15372517456988796,0.41353467311182707,0.045789029867409695,0.5,0.15372517456988796,0.604395622021727,0.010339394905664805,0.15372517456988796,0.4108416836558477,0.03368341629574175,0.15372517456988796,0.505957673311236,0.45412667245714883,0.15372517456988796,0.2699094962933332,0.1669184461788334,0.15372517456988796,0.3639291121886618,0.08901009499663734,0.15372517456988796,0.544172704375812,0.012481065717660922,0.15372517456988796,0.5703926860637841,0.03892245574690105,0.5,0.15372517456988796,0.40955462411630106,0.024639244366312877,0.0,0.35520248071234695,0.7571962783443335 -5080,0.5,0.15372517456988796,0.33860650156448,0.25358856195695934,0.15372517456988796,0.11847309469037351,0.04607680267911973,0.15372517456988796,0.4560189277443442,0.03195774188947223,0.15372517456988796,0.46189006359497864,0.06990124697247829,0.15372517456988796,0.28896889093508515,0.13079819688630442,0.15372517456988796,0.44782381658232545,0.056406112785420834,0.15372517456988796,0.3258698151559565,0.07445684301397068,0.15372517456988796,0.4830757968932251,0.004527360159276533,0.5,0.15372517456988796,0.5052945315774281,0.002915872612674721,0.15372517456988796,0.30541912961605305,0.03528389445832601,0.5,0.15372517456988796,0.49661519071823024,0.012757597184699718,0.15372517456988796,0.3094031034692991,0.03372926187694456,0.15372517456988796,0.45710564189192976,0.4748645955510861,0.15372517456988796,0.18586275275526257,0.15060211642448473,0.15372517456988796,0.29199277567021886,0.058195748117265196,0.15372517456988796,0.462748772582393,0.006594367548141552,0.15372517456988796,0.46982353712803593,0.038942570410421776,0.5,0.15372517456988796,0.318980904774592,0.019781302703331796,0.0,0.28281625315606224,0.6919124790553265 -5081,0.5,0.15372517456988796,0.317442707823687,0.18567829855045326,0.15372517456988796,0.30095710795311437,0.10485557091536128,0.15372517456988796,0.31979921691906193,0.024481104856394657,0.15372517456988796,0.33210504464697427,0.04937458856661938,0.15372517456988796,0.2650087993263606,0.05925518092717803,0.15372517456988796,0.3109434069410088,0.02717669193335171,0.15372517456988796,0.27549557812996944,0.039962211135222615,0.15372517456988796,0.3478588530300196,0.004117055074864906,0.5,0.15372517456988796,0.37467412447042264,0.0044562890133740965,0.15372517456988796,0.21213860540104687,0.020670011997503974,0.5,0.15372517456988796,0.3670382258707623,0.015543017401988775,0.15372517456988796,0.21043131107681146,0.030355583041442657,0.15372517456988796,0.3427772039554695,0.43203013305912674,0.15372517456988796,0.13923759019249368,0.0978679201944457,0.15372517456988796,0.2073283242599216,0.04250675596572483,0.15372517456988796,0.33219151853561957,0.003460939806227238,0.15372517456988796,0.34013027961760933,0.03634601821658333,0.5,0.15372517456988796,0.21595929032570332,0.01835760911124785,0.0,0.2555870553634444,0.5750258740692215 -5082,0.5,0.15372517456988796,0.2108219071905983,0.1080482231895915,0.15372517456988796,0.1743541832865399,0.13370187836628736,0.15372517456988796,0.20230837233491689,0.020517973695731363,0.15372517456988796,0.20417928730525897,0.02748712359208121,0.15372517456988796,0.18497781960728357,0.02208288350576008,0.15372517456988796,0.21401435639131433,0.016089366751357317,0.15372517456988796,0.19616106386671375,0.011035862311341457,0.15372517456988796,0.24021279735103135,0.0038426979323885964,0.5,0.15372517456988796,0.25191405573242154,0.005869026336110037,0.15372517456988796,0.13609226157835574,0.009466533012439604,0.5,0.15372517456988796,0.24320137400222233,0.015236231067822525,0.15372517456988796,0.1246220053449156,0.018060537924483897,0.15372517456988796,0.19669620297832213,0.3249942778197514,0.15372517456988796,0.1752580510879367,0.04599166463175418,0.15372517456988796,0.14008770240938204,0.024945763554731108,0.15372517456988796,0.1992589688994345,0.0009130241604735432,0.15372517456988796,0.2136592134269141,0.027656080691978183,0.5,0.15372517456988796,0.12241551665873864,0.014024675104025452,0.0,0.19165349505998922,0.4345319454849591 -5083,0.5,0.15372517456988796,0.06801314572310549,0.032650496592184775,0.15372517456988796,0.04815541881703819,0.06129869627427473,0.15372517456988796,0.062072016664609986,0.010954994894489683,0.15372517456988796,0.05467950209807937,0.011893009727711469,0.15372517456988796,0.0951463149929867,0.007594686328378146,0.15372517456988796,0.09828129649580435,0.003535466795525635,0.15372517456988796,0.1050036027423269,0.0005817304477812885,0.15372517456988796,0.11087522282032622,0.0025142780448792453,0.5,0.15372517456988796,0.10051057057551502,0.0037905740457423293,0.15372517456988796,0.056317795915843655,0.004737226447217488,0.5,0.15372517456988796,0.07243268344598122,0.00705372996447042,0.15372517456988796,0.04456937269178919,0.008889657752897441,0.15372517456988796,0.09716428508800701,0.19912168668859195,0.15372517456988796,0.10871974089477798,0.011239874913604196,0.15372517456988796,0.06541083714386965,0.005233360001883073,0.15372517456988796,0.0758289543812607,0.0002471255149240671,0.15372517456988796,0.06452909594291509,0.013239545601342969,0.5,0.15372517456988796,0.04050475772966798,0.006963080613560296,0.0,0.14089579561495724,0.3386801081585922 -5084,0.5,0.15372517456988796,0.0,0.01419964282845024,0.15372517456988796,0.0,0.0027408677394276013,0.15372517456988796,0.0,0.010150892973075608,0.15372517456988796,0.0,0.01369292001732948,0.15372517456988796,0.006400006849403391,0.002226327980035808,0.15372517456988796,0.011931008272832947,0.002051382601264227,0.15372517456988796,0.0002284863688091871,0.00012789355603564707,0.15372517456988796,0.004900599103394361,0.003584088521749504,0.5,0.15372517456988796,0.0,0.005031412561784457,0.15372517456988796,0.0,0.004832145252951382,0.5,0.15372517456988796,0.0,0.007668003320321648,0.15372517456988796,0.0005000075981130363,0.009080914536087444,0.15372517456988796,0.011902775246504725,0.07998891850033896,0.15372517456988796,0.010816479209298334,0.002216948773783389,0.15372517456988796,0.0,0.0006859208245500355,0.15372517456988796,0.0,0.0005414488019827684,0.15372517456988796,0.0,0.01806476597754478,0.5,0.15372517456988796,0.0,0.010496922198756989,0.0,0.09799668855755372,0.33300300383618014 -5085,0.5,0.15372517456988796,0.0,0.013526181078445047,0.15372517456988796,0.0,0.0008093070279364655,0.15372517456988796,0.0,0.010470328476894539,0.15372517456988796,0.0,0.01612957232473385,0.15372517456988796,0.0,0.0013889348772722096,0.15372517456988796,0.0,0.003887895687084625,0.15372517456988796,0.0,0.0007297415034982866,0.15372517456988796,0.0,0.004112120130045913,0.5,0.15372517456988796,0.0,0.003711413591471011,0.15372517456988796,0.0,0.0034194659415279775,0.5,0.15372517456988796,0.0,0.00496970758258123,0.15372517456988796,0.0,0.0068456585116852195,0.15372517456988796,0.0,0.056779364006920234,0.15372517456988796,0.0,0.0073284439674694175,0.15372517456988796,0.0,0.0012097425887532792,0.15372517456988796,0.0,0.0012039486765360967,0.15372517456988796,0.0,0.01735291038929626,0.5,0.15372517456988796,0.0,0.012381713213402116,0.0,0.06808939749065261,0.33985944827376097 -5086,0.5,0.15372517456988796,0.0,0.013336895986634895,0.15372517456988796,0.0,0.008814724306805112,0.15372517456988796,0.0,0.008002947197159826,0.15372517456988796,0.0,0.015856123778820376,0.15372517456988796,0.0,0.0028775832393939716,0.15372517456988796,0.0,0.003223623321778825,0.15372517456988796,0.0,0.0031549928251054364,0.15372517456988796,0.0,0.004528927573153374,0.5,0.15372517456988796,0.0,0.003522039720730442,0.15372517456988796,0.0,0.0027927042681123128,0.5,0.15372517456988796,0.0,0.0016642411120934336,0.15372517456988796,0.0,0.005220981430616337,0.15372517456988796,0.0,0.06403933370151606,0.15372517456988796,0.0,0.014554565308162386,0.15372517456988796,0.0,0.002659659561826567,0.15372517456988796,0.0,0.0012333658998516695,0.15372517456988796,0.0,0.015274898526650423,0.5,0.15372517456988796,0.0,0.012071485989721263,0.0,0.0669461167240933,0.3588776152981904 -5087,0.5,0.15372517456988796,0.0,0.013609133285747126,0.15372517456988796,0.0,0.01107014471913578,0.15372517456988796,0.0,0.007559767004518746,0.15372517456988796,0.0,0.013916942540229436,0.15372517456988796,0.0,0.0042940426822847275,0.15372517456988796,0.0,0.002002179604243773,0.15372517456988796,0.0,0.007566652650461147,0.15372517456988796,0.0,0.004888870087739014,0.5,0.15372517456988796,0.0,0.0028742339230311865,0.15372517456988796,0.0,0.0029478205322563205,0.5,0.15372517456988796,0.0,0.001075426889455188,0.15372517456988796,0.0,0.004313023197902925,0.15372517456988796,0.0,0.0724785668316778,0.15372517456988796,0.0,0.019399092015973195,0.15372517456988796,0.0,0.005705520919821987,0.15372517456988796,0.0,0.0018299960429947067,0.15372517456988796,0.0,0.01541520850876655,0.5,0.15372517456988796,0.0,0.010461761071682295,0.0,0.07618154622771664,0.4224006164746659 -5088,0.5,0.15372517456988796,0.0,0.016145419810994866,0.15372517456988796,0.0,0.008996223453922755,0.15372517456988796,0.0,0.007225763069097096,0.15372517456988796,0.0,0.013208823311342991,0.15372517456988796,0.0,0.006139162499455639,0.15372517456988796,0.0,0.0017056725942438092,0.15372517456988796,0.0,0.01401137232833203,0.15372517456988796,0.0,0.004961937450944974,0.5,0.15372517456988796,0.0,0.0022743041259036707,0.15372517456988796,0.0,0.0024520777161634246,0.5,0.15372517456988796,0.0,0.000988482646797364,0.15372517456988796,0.0,0.003517246055284448,0.15372517456988796,0.0,0.07836288498234717,0.15372517456988796,0.0,0.022501557878118042,0.15372517456988796,0.0,0.011956892620075935,0.15372517456988796,0.0,0.002819721696031854,0.15372517456988796,0.0,0.016374224794868632,0.5,0.15372517456988796,0.0,0.007703467132996376,0.0,0.07629131638875761,0.5045412573364768 -5089,0.5,0.15372517456988796,0.0,0.018092156057504992,0.15372517456988796,0.0,0.00683520068058463,0.15372517456988796,0.0,0.005855889348701391,0.15372517456988796,0.0,0.011740188084071564,0.15372517456988796,0.0,0.0059765357255879325,0.15372517456988796,0.0,0.0021023784555238077,0.15372517456988796,0.0,0.02194694005517344,0.15372517456988796,0.0,0.004915266006489247,0.5,0.15372517456988796,0.0,0.002076056409728837,0.15372517456988796,0.0,0.002207704473455624,0.5,0.15372517456988796,0.0,0.0014280856355452132,0.15372517456988796,0.0,0.0033548500764563486,0.15372517456988796,0.0,0.082834761608768,0.15372517456988796,0.0,0.02611972048460757,0.15372517456988796,0.0,0.019534988818806106,0.15372517456988796,0.0,0.004745789102974485,0.15372517456988796,0.0,0.018101480730882018,0.5,0.15372517456988796,0.0,0.006644670130431141,0.0,0.077640764627589,0.5297926916455392 -5090,0.5,0.15372517456988796,0.0,0.017791617275618194,0.15372517456988796,0.0,0.007037472780042733,0.15372517456988796,0.0,0.004962302990792653,0.15372517456988796,0.0,0.008875968556801981,0.15372517456988796,0.0,0.003910662590293752,0.15372517456988796,0.0,0.0035323829708086545,0.15372517456988796,0.0,0.027594756510646794,0.15372517456988796,0.0,0.005232351800194384,0.5,0.15372517456988796,0.0,0.0016885406688320705,0.15372517456988796,0.0,0.0016948816325676715,0.5,0.15372517456988796,0.0,0.001997488266737831,0.15372517456988796,0.0,0.003208371576186362,0.15372517456988796,0.0,0.07673396973224784,0.15372517456988796,0.0,0.03064189152775143,0.15372517456988796,0.0,0.025416349125483666,0.15372517456988796,0.0,0.00578201796398949,0.15372517456988796,0.0,0.017894017955885674,0.5,0.15372517456988796,0.0,0.005790891016832169,0.0,0.07416847010114276,0.47156910518678224 -5091,0.5,0.15372517456988796,0.0,0.0167693826047609,0.15372517456988796,0.0,0.011261828812904212,0.15372517456988796,0.0,0.00514657210363674,0.15372517456988796,0.0,0.006714715779998063,0.15372517456988796,0.0,0.005350612384244986,0.15372517456988796,0.0,0.0049832695902719965,0.15372517456988796,0.0,0.03308010172006528,0.15372517456988796,0.0,0.005200022614659128,0.5,0.15372517456988796,0.0,0.0017435481055743914,0.15372517456988796,0.0,0.0016132176495823607,0.5,0.15372517456988796,0.0,0.0020433417207662377,0.15372517456988796,0.0,0.003524527074530626,0.15372517456988796,0.0,0.08070643488098556,0.15372517456988796,0.0,0.033778534365875676,0.15372517456988796,0.0,0.028767454497471836,0.15372517456988796,0.0,0.006565709785240711,0.15372517456988796,0.0,0.01634477441808509,0.5,0.15372517456988796,0.0,0.004850970858158769,0.0,0.07073511116692664,0.357829552059457 -5092,0.5,0.15372517456988796,0.0,0.01717413284413155,0.15372517456988796,0.0,0.017774043547906897,0.15372517456988796,0.0,0.006175712380572157,0.15372517456988796,0.0,0.005687964815279776,0.15372517456988796,0.0,0.009547369256137153,0.15372517456988796,0.0,0.005374270560464977,0.15372517456988796,0.0,0.036607728074712464,0.15372517456988796,0.0,0.0046559984821111875,0.5,0.15372517456988796,0.0,0.001947576986106975,0.15372517456988796,0.0,0.002180075454895639,0.5,0.15372517456988796,0.0,0.004554182619195203,0.15372517456988796,0.0,0.00492040942828364,0.15372517456988796,0.0,0.08454684698095148,0.15372517456988796,0.0,0.031005608650920738,0.15372517456988796,0.0,0.03026889164100794,0.15372517456988796,0.0,0.008211403209846771,0.15372517456988796,0.0,0.01602149889068679,0.5,0.15372517456988796,0.0,0.004678958819711259,0.0,0.06546318235177723,0.2779650487265753 -5093,0.5,0.15372517456988796,0.0,0.01863388006235715,0.15372517456988796,0.0,0.0233420144199119,0.15372517456988796,0.0,0.006265812086550907,0.15372517456988796,0.0,0.005530371943519353,0.15372517456988796,0.0,0.013648013792295053,0.15372517456988796,0.0,0.005654315149027873,0.15372517456988796,0.0,0.041606560626415795,0.15372517456988796,0.0,0.004092488130158814,0.5,0.15372517456988796,0.0,0.002563005374271781,0.15372517456988796,0.0,0.002976409955316355,0.5,0.15372517456988796,0.0,0.007502661138947157,0.15372517456988796,0.0,0.00600098180243843,0.15372517456988796,0.0,0.08118997065230527,0.15372517456988796,0.0,0.02862337204048452,0.15372517456988796,0.0,0.02938965471954991,0.15372517456988796,0.0,0.008677847405041371,0.15372517456988796,0.0,0.01502163018044355,0.5,0.15372517456988796,0.0,0.004966733330173199,0.0,0.06339009032943521,0.24300144105718258 -5094,0.5,0.15372517456988796,0.03616219640357138,0.016128563676922194,0.15372517456988796,0.0019887003496729034,0.024031148418908504,0.15372517456988796,0.026573828973629254,0.0042070260428708345,0.15372517456988796,0.036417429168251116,0.0046360904855405356,0.15372517456988796,0.012911389039961137,0.014664276728909676,0.15372517456988796,0.005812311053710941,0.005985387152197239,0.15372517456988796,0.011445263434625048,0.03830817690707737,0.15372517456988796,0.005689590801341737,0.004054501326310232,0.5,0.15372517456988796,0.005639261160957076,0.0032565282839946297,0.15372517456988796,0.009457216129291878,0.00343521825679631,0.5,0.15372517456988796,0.006978999958006979,0.008376540295125379,0.15372517456988796,0.00489391054031758,0.0053564295193394736,0.15372517456988796,0.02466366635121977,0.06306289610206411,0.15372517456988796,0.01252702245351443,0.026827304626806117,0.15372517456988796,0.020202805542413774,0.02881051656636782,0.15372517456988796,0.01576619293976362,0.007115942380853208,0.15372517456988796,0.014428478597480697,0.013253659673803214,0.5,0.15372517456988796,0.007078959322044394,0.005813544492103869,0.0,0.08242817706399284,0.24095267537878345 -5095,0.5,0.15372517456988796,0.11304619875893229,0.017083819423903388,0.15372517456988796,0.00966574349247962,0.029350544296861413,0.15372517456988796,0.10482349602768753,0.0032748991598840205,0.15372517456988796,0.1187364959078493,0.004883800184272515,0.15372517456988796,0.08358020550483454,0.013209244992760634,0.15372517456988796,0.0743234485785651,0.004598414252245827,0.15372517456988796,0.0834563652393244,0.028605890415064283,0.15372517456988796,0.07611915640495664,0.0020606473251129527,0.5,0.15372517456988796,0.07768395651809819,0.0033281761149518796,0.15372517456988796,0.0814836780478149,0.002069446911463302,0.5,0.15372517456988796,0.07084729856043295,0.008297490351860028,0.15372517456988796,0.06526970688266343,0.003723012794146855,0.15372517456988796,0.08646906596748483,0.05605284363840009,0.15372517456988796,0.07794316304578755,0.02301223673108728,0.15372517456988796,0.09282664080275631,0.027381629530298213,0.15372517456988796,0.0908657843795338,0.005063788084806293,0.15372517456988796,0.08239948143969109,0.015898073019709354,0.5,0.15372517456988796,0.03368152210171398,0.00781470237254666,0.0,0.1016445350443422,0.2454889176785363 -5096,0.5,0.15372517456988796,0.22231770831505604,0.03630968809080757,0.15372517456988796,0.06503372517409031,0.06633830328234745,0.15372517456988796,0.21883648266289304,0.010663349023331135,0.15372517456988796,0.2395956471832817,0.015867832805492168,0.15372517456988796,0.1934042303960015,0.019191955032720684,0.15372517456988796,0.1787659669041185,0.004676235660216981,0.15372517456988796,0.19337606597743984,0.023659215686317285,0.15372517456988796,0.18473062445582536,0.0010584428432259207,0.5,0.15372517456988796,0.18483299459280722,0.0019815434199981752,0.15372517456988796,0.17393201328082436,0.003098474155184585,0.5,0.15372517456988796,0.15146863800423643,0.01600012087606412,0.15372517456988796,0.1590610473970736,0.004481944949467148,0.15372517456988796,0.18794299809915968,0.0856786672624357,0.15372517456988796,0.1862921349062379,0.03723476072377492,0.15372517456988796,0.2036337542116597,0.03849639504666238,0.15372517456988796,0.2052173110559357,0.005306437050243939,0.15372517456988796,0.17200913916305383,0.031677023527346464,0.5,0.15372517456988796,0.06379602799035944,0.016660660129612634,0.0,0.0962354759630614,0.23763865117962138 -5097,0.5,0.15372517456988796,0.33660237167006496,0.051164142208479355,0.15372517456988796,0.284186668281453,0.11974397821186165,0.15372517456988796,0.34551378703199054,0.026449638907858036,0.15372517456988796,0.370240098041721,0.034806638801908395,0.15372517456988796,0.3187167489132786,0.02779810163524057,0.15372517456988796,0.3024517340989948,0.003998467385598928,0.15372517456988796,0.3201322714084194,0.027487061774830585,0.15372517456988796,0.3126569198289131,0.0019938281583679494,0.5,0.15372517456988796,0.3065960387363019,0.006290790382547189,0.15372517456988796,0.28040383031095967,0.017226253818031407,0.5,0.15372517456988796,0.2453060054599907,0.059087059870050015,0.15372517456988796,0.2683663483299698,0.012854301972611202,0.15372517456988796,0.3127434649137403,0.12158444677345319,0.15372517456988796,0.31326939881810156,0.048466957626648044,0.15372517456988796,0.32913839591605987,0.05483326065269873,0.15372517456988796,0.33472876082647707,0.010095099275128404,0.15372517456988796,0.2728668540037168,0.06702639552802585,0.5,0.15372517456988796,0.10106968308722676,0.03424206265460653,0.0,0.07418823618367086,0.22302756888622294 -5098,0.5,0.15372517456988796,0.4570856735696325,0.05999962732073668,0.15372517456988796,0.46006128927242396,0.12123681618332338,0.15372517456988796,0.47970650464213804,0.06653336607927365,0.15372517456988796,0.5025867730519158,0.061740986547296,0.15372517456988796,0.44965198979319504,0.02177525252486456,0.15372517456988796,0.43787428484444413,0.001902591182927368,0.15372517456988796,0.45584604739464385,0.03481270563382494,0.15372517456988796,0.45177759429559017,0.005840911977503586,0.5,0.15372517456988796,0.43777538036498953,0.015786280559992018,0.15372517456988796,0.3720840857745079,0.05621951224155205,0.5,0.15372517456988796,0.359944247156401,0.06558536540265153,0.15372517456988796,0.38808194961798237,0.02530533167082734,0.15372517456988796,0.43994043255911397,0.13195310007762587,0.15372517456988796,0.4455402127687683,0.044574871086099456,0.15372517456988796,0.46375699355442823,0.06702614530528318,0.15372517456988796,0.47228571690254395,0.024883753881673958,0.15372517456988796,0.37038310160065324,0.09660952515632082,0.5,0.15372517456988796,0.14755830856912633,0.06923201834222038,0.0,0.052877461239185,0.2122886272109953 -5099,0.5,0.15372517456988796,0.5598522485291509,0.05964199661866754,0.15372517456988796,0.5739395317048143,0.11269154444756778,0.15372517456988796,0.5884803327665061,0.11914184943844172,0.15372517456988796,0.6028108705558537,0.1058919935808816,0.15372517456988796,0.5592939703554873,0.013232373568125512,0.15372517456988796,0.5593173757382397,0.000781043263151278,0.15372517456988796,0.5713157944795538,0.033275346896065476,0.15372517456988796,0.5701104393753524,0.011351885195807928,0.5,0.15372517456988796,0.5423433812683884,0.0262994463536989,0.15372517456988796,0.4179479864038016,0.09978652204803803,0.5,0.15372517456988796,0.46247861695030057,0.061917292827334436,0.15372517456988796,0.5000029723547464,0.046534100043434765,0.15372517456988796,0.49953667860279216,0.12377005228953579,0.15372517456988796,0.5530180840522421,0.03962616322799701,0.15372517456988796,0.5698025852894164,0.07355874102374936,0.15372517456988796,0.5850788530421673,0.039850533416652185,0.15372517456988796,0.45545509215056834,0.11683106011155722,0.5,0.15372517456988796,0.18038142014822106,0.11122199929718693,0.0,0.029613548675435603,0.20010685723571392 -5100,0.5,0.15372517456988796,0.616580882585944,0.06312569730947797,0.15372517456988796,0.5760256409722851,0.12426379451222025,0.15372517456988796,0.6348444824365328,0.16821320750021523,0.15372517456988796,0.6419876367927411,0.14308917539250027,0.15372517456988796,0.6152508677118594,0.014650149628173643,0.15372517456988796,0.6356345376271053,0.0005261227119445383,0.15372517456988796,0.6154477848572014,0.03664391755480212,0.15372517456988796,0.6188855114258907,0.013633609096249942,0.5,0.15372517456988796,0.590487661458139,0.026332973298588667,0.15372517456988796,0.4283951411087955,0.14734887241822028,0.5,0.15372517456988796,0.5397045370345697,0.07298753663982385,0.15372517456988796,0.5513295544263644,0.08445277991363989,0.15372517456988796,0.5589617302957676,0.11566510451836579,0.15372517456988796,0.5762521298687782,0.04587617194218095,0.15372517456988796,0.5969236931481231,0.08944534230634518,0.15372517456988796,0.6245924236414164,0.05015490564404537,0.15372517456988796,0.44826319434933254,0.12765040226671762,0.5,0.15372517456988796,0.2121615922054198,0.15353702284758322,0.0,0.010362592887237624,0.18782117124791894 -5101,0.5,0.15372517456988796,0.6358344570387655,0.07379104830364272,0.15372517456988796,0.6098866134281062,0.13259636954814488,0.15372517456988796,0.6615836554192216,0.18134000737085978,0.15372517456988796,0.6579421399616073,0.15565071247137385,0.15372517456988796,0.6026141948189285,0.020965329178970104,0.15372517456988796,0.610117433568767,0.0005845815101748996,0.15372517456988796,0.63102007967034,0.04753767167758538,0.15372517456988796,0.6419958030960863,0.014409481715562757,0.5,0.15372517456988796,0.6051471197861138,0.026260418765082765,0.15372517456988796,0.36859119513064886,0.16229619505245674,0.5,0.15372517456988796,0.5758900812604784,0.08158335444142169,0.15372517456988796,0.4991185342384401,0.16507564116392037,0.15372517456988796,0.5909638121757367,0.1106268327169649,0.15372517456988796,0.6047974253530274,0.05970914660823283,0.15372517456988796,0.6301728924241332,0.1102883442994778,0.15372517456988796,0.6544685666688753,0.055731563670603036,0.15372517456988796,0.37901673690985715,0.12802380843337943,0.5,0.15372517456988796,0.24578648851086815,0.18420902450126303,0.0,0.0016860717077371646,0.1262531665826856 -5102,0.5,0.15372517456988796,0.6192074664200594,0.08307943742435293,0.15372517456988796,0.5904778306626512,0.11917802940545523,0.15372517456988796,0.6342242263097893,0.16852130981071634,0.15372517456988796,0.6384021742980079,0.16003550202302938,0.15372517456988796,0.6009669534132371,0.027825510662260772,0.15372517456988796,0.6069284023448882,0.0011510349678652168,0.15372517456988796,0.6219492990543966,0.05506475312616036,0.15372517456988796,0.6398946266597967,0.015368501946138287,0.5,0.15372517456988796,0.5422159430184441,0.027745268243288938,0.15372517456988796,0.5093780330034734,0.20649688182576553,0.5,0.15372517456988796,0.4755099973988418,0.08113922342459519,0.15372517456988796,0.4841662455174387,0.22604306040643898,0.15372517456988796,0.5574618978177943,0.09655587442742515,0.15372517456988796,0.6039481783943906,0.06652704927827931,0.15372517456988796,0.6033383702432272,0.1260919113585964,0.15372517456988796,0.6264979847015609,0.04901539228980671,0.15372517456988796,0.34409748456477923,0.13125243774006282,0.5,0.15372517456988796,0.27371854014472347,0.20120198228831038,0.0,0.0017361615928923127,0.0661723253811404 -5103,0.5,0.15372517456988796,0.5580742548815839,0.0999524788992725,0.15372517456988796,0.5373349787403101,0.10808032241327788,0.15372517456988796,0.5680806403803089,0.16743961707294253,0.15372517456988796,0.5678834370583485,0.15243412121177596,0.15372517456988796,0.5595157912182296,0.03539903669798952,0.15372517456988796,0.5639607487714118,0.002533635361094251,0.15372517456988796,0.5852610364565406,0.05919775359269228,0.15372517456988796,0.5810029363433026,0.01634381620853599,0.5,0.15372517456988796,0.4923135863594724,0.030298399200552124,0.15372517456988796,0.51486943289383,0.21159649621261106,0.5,0.15372517456988796,0.497262105824969,0.20542182111775584,0.15372517456988796,0.4753140764965853,0.22623846301113792,0.15372517456988796,0.4817179490458062,0.079334132518124,0.15372517456988796,0.5384757063714017,0.06670568566090268,0.15372517456988796,0.5641589285777161,0.14198631147271648,0.15372517456988796,0.5558849307724365,0.042491308624604936,0.15372517456988796,0.35115967494931766,0.14512330604935814,0.5,0.15372517456988796,0.2746739453175827,0.21335326845913777,0.0,0.0023191363303006877,0.03031142336264607 -5104,0.5,0.15372517456988796,0.44974133591231585,0.12227793563690072,0.15372517456988796,0.43836458335453937,0.10478142172933784,0.15372517456988796,0.47055697359623605,0.1844887747647136,0.15372517456988796,0.44531506628053524,0.15001929712123427,0.15372517456988796,0.43700147443870196,0.03500867482587612,0.15372517456988796,0.4833758738019841,0.0042659349485985425,0.15372517456988796,0.4814814162821781,0.05689499259761022,0.15372517456988796,0.49737798391741916,0.017091257703558516,0.5,0.15372517456988796,0.4374299730853776,0.029955786356502985,0.15372517456988796,0.4876680671890078,0.18715380673979187,0.5,0.15372517456988796,0.3562701261637605,0.1334606181346171,0.15372517456988796,0.419228123415581,0.19775340116674647,0.15372517456988796,0.3492389655124013,0.055423805185739555,0.15372517456988796,0.43746557727988733,0.0626055775546398,0.15372517456988796,0.45753438187536194,0.14926805217882028,0.15372517456988796,0.4659488841079668,0.0351667194150247,0.15372517456988796,0.27811991205436565,0.12529947198211389,0.5,0.15372517456988796,0.2610623433713011,0.22318801535954286,0.0,0.0040839763097250134,0.011233975357736523 -5105,0.5,0.15372517456988796,0.3309713550319662,0.14420065315973632,0.15372517456988796,0.298126469068523,0.10297996779139444,0.15372517456988796,0.3421079336209735,0.20112168952177809,0.15372517456988796,0.31766869078000814,0.14843235130969853,0.15372517456988796,0.3203093975398233,0.027632476834659442,0.15372517456988796,0.3654592197784977,0.0056269302762122775,0.15372517456988796,0.36361618464366235,0.04358044474498906,0.15372517456988796,0.3817785082335647,0.01789940576169194,0.5,0.15372517456988796,0.3457761671329846,0.026843180635577786,0.15372517456988796,0.36171273655648983,0.1676507172046504,0.5,0.15372517456988796,0.31292869987877636,0.09160466371229964,0.15372517456988796,0.32202907229652417,0.16517217217198657,0.15372517456988796,0.24758328015573766,0.03782947370107706,0.15372517456988796,0.3279807667630109,0.05511328327086934,0.15372517456988796,0.3349412665094803,0.1401525562799632,0.15372517456988796,0.34546762664283304,0.023080535444143804,0.15372517456988796,0.21340203982696915,0.09858136547537076,0.5,0.15372517456988796,0.23236331046576095,0.20576488413181285,0.0,0.011487789074762373,0.003252755957454282 -5106,0.5,0.15372517456988796,0.20773089989651286,0.1247076024817869,0.15372517456988796,0.16656199755063664,0.08447320931045839,0.15372517456988796,0.21168493551040918,0.16378579728301573,0.15372517456988796,0.19142557179213732,0.09291928374297524,0.15372517456988796,0.22211614074081973,0.010757324600946794,0.15372517456988796,0.2474022900826629,0.005267027185347335,0.15372517456988796,0.25520111355514474,0.017099679087975172,0.15372517456988796,0.25068139139044227,0.013503744338603645,0.5,0.15372517456988796,0.23159502496964132,0.014288207354946684,0.15372517456988796,0.22862611440181468,0.08549780837309798,0.5,0.15372517456988796,0.19975834334181602,0.05059764583111776,0.15372517456988796,0.20492832386153176,0.09860983144740325,0.15372517456988796,0.18203333152255755,0.025162547954885327,0.15372517456988796,0.2169197701567518,0.034625997518932014,0.15372517456988796,0.2258765984827098,0.0919939025800648,0.15372517456988796,0.21439199188388353,0.006966337112828072,0.15372517456988796,0.14716032922707412,0.0425626246402283,0.5,0.15372517456988796,0.16711130496836762,0.1065469206570987,0.0,0.043331626000653906,0.00029736594312211915 -5107,0.5,0.15372517456988796,0.06594809418801532,0.07488080211134332,0.15372517456988796,0.07703875074648915,0.03914956718155752,0.15372517456988796,0.05748951849821516,0.08623857158261655,0.15372517456988796,0.05377379045568313,0.07233012942445062,0.15372517456988796,0.11824808548259294,0.002852465076589847,0.15372517456988796,0.12402744603183144,0.0033613175135455,0.15372517456988796,0.10294761618563242,0.007466015612915377,0.15372517456988796,0.11664373741755459,0.012967240745719382,0.5,0.15372517456988796,0.09274211789927292,0.006607049350527668,0.15372517456988796,0.06509841421920648,0.037607547184955084,0.5,0.15372517456988796,0.07025677040395763,0.03460711135525455,0.15372517456988796,0.06573369634561456,0.03903222816184771,0.15372517456988796,0.09596430159289418,0.015391705611473044,0.15372517456988796,0.10805482143502346,0.01157542076792325,0.15372517456988796,0.07257866382090053,0.05925942831827988,0.15372517456988796,0.06296017825152414,0.009873728888409958,0.15372517456988796,0.055281144036190236,0.012882345854162945,0.5,0.15372517456988796,0.049888086179922436,0.041358337894279354,0.0,0.13428834168389334,0.00024743778190491954 -5108,0.5,0.15372517456988796,0.0,0.08750662027429908,0.15372517456988796,0.0,0.054507520520773727,0.15372517456988796,4.2758582309206e-06,0.08936833462489609,0.15372517456988796,2.2153890077283358e-05,0.09144061692119797,0.15372517456988796,0.007458184265365718,0.006940194277486985,0.15372517456988796,0.011609582769206067,0.0038161044503064625,0.15372517456988796,0.0,0.010285697176271095,0.15372517456988796,0.0024209486363182273,0.017074480038849957,0.5,0.15372517456988796,0.0,0.00859693104611413,0.15372517456988796,0.0,0.021032955360274715,0.5,0.15372517456988796,0.0,0.043810270092674984,0.15372517456988796,0.0,0.02555036653921302,0.15372517456988796,0.00736005516744645,0.029315731840234432,0.15372517456988796,0.009074030776952896,0.013862065323620672,0.15372517456988796,0.0,0.0768515634180654,0.15372517456988796,0.0,0.016057246646723543,0.15372517456988796,2.3680762413381746e-05,0.011479493542451383,0.5,0.15372517456988796,0.0,0.033148551856118404,0.0,0.27484976904328035,0.00563168639907056 -5109,0.5,0.15372517456988796,0.0,0.10080539931442038,0.15372517456988796,0.0,0.08514132289922248,0.15372517456988796,0.0,0.08207595192357733,0.15372517456988796,0.0,0.09713402958137772,0.15372517456988796,0.0,0.013688432955352502,0.15372517456988796,0.0,0.010206340283537535,0.15372517456988796,0.0,0.01679221521983828,0.15372517456988796,0.0,0.02007617491960305,0.5,0.15372517456988796,0.0,0.007530149618327423,0.15372517456988796,0.0,0.008665845334522897,0.5,0.15372517456988796,0.0,0.02928049564663577,0.15372517456988796,0.0,0.017898287410429602,0.15372517456988796,0.0,0.051469563108873434,0.15372517456988796,0.0,0.025932725880504742,0.15372517456988796,0.0,0.10114393387986527,0.15372517456988796,0.0,0.02301610732444582,0.15372517456988796,0.0,0.009076390853653792,0.5,0.15372517456988796,0.0,0.024205519048578997,0.0,0.3127585495371306,0.013893332374162602 -5110,0.5,0.15372517456988796,0.0,0.10090242733191432,0.15372517456988796,0.0,0.11503069431700315,0.15372517456988796,0.0,0.06532401223869193,0.15372517456988796,0.0,0.09055944895394326,0.15372517456988796,0.0,0.02550650183281719,0.15372517456988796,0.0,0.01658957261279098,0.15372517456988796,0.0,0.023491834658075333,0.15372517456988796,0.0,0.01929638192040433,0.5,0.15372517456988796,0.0,0.006154647614759148,0.15372517456988796,0.0,0.005135102304967625,0.5,0.15372517456988796,0.0,0.016271878529297124,0.15372517456988796,0.0,0.01448240714970975,0.15372517456988796,0.0,0.07791897324109681,0.15372517456988796,0.0,0.04499424098338423,0.15372517456988796,0.0,0.1149892386538246,0.15372517456988796,0.0,0.032019467308892845,0.15372517456988796,0.0,0.006712807892250077,0.5,0.15372517456988796,0.0,0.012626616064266311,0.0,0.2902042371653962,0.020749530678454395 -5111,0.5,0.15372517456988796,0.0,0.09953303343806921,0.15372517456988796,0.0,0.12944582331917287,0.15372517456988796,0.0,0.051819872559670695,0.15372517456988796,0.0,0.08046340042401992,0.15372517456988796,0.0,0.04516954011078911,0.15372517456988796,0.0,0.02012496040846521,0.15372517456988796,0.0,0.036183553728878465,0.15372517456988796,0.0,0.019270558734989257,0.5,0.15372517456988796,0.0,0.0051468215905904795,0.15372517456988796,0.0,0.0030863425142245147,0.5,0.15372517456988796,0.0,0.009641301336290736,0.15372517456988796,0.0,0.012511577533979015,0.15372517456988796,0.0,0.11961222053177109,0.15372517456988796,0.0,0.07076876576841445,0.15372517456988796,0.0,0.11672206255302525,0.15372517456988796,0.0,0.04010094815668307,0.15372517456988796,0.0,0.008179942589661763,0.5,0.15372517456988796,0.0,0.007327479145949827,0.0,0.28465315499054455,0.0257403674016407 -5112,0.5,0.15372517456988796,0.0,0.09626328956193095,0.15372517456988796,0.0,0.13887507793205012,0.15372517456988796,0.0,0.040070841103668535,0.15372517456988796,0.0,0.0709152337395127,0.15372517456988796,0.0,0.06043248615118291,0.15372517456988796,0.0,0.023914975179810102,0.15372517456988796,0.0,0.04845366675956468,0.15372517456988796,0.0,0.02087817304299227,0.5,0.15372517456988796,0.0,0.0047827403081947256,0.15372517456988796,0.0,0.0015260880388862283,0.5,0.15372517456988796,0.0,0.007405652008973918,0.15372517456988796,0.0,0.015394411832391335,0.15372517456988796,0.0,0.164463460880732,0.15372517456988796,0.0,0.09535061488275806,0.15372517456988796,0.0,0.115218637105263,0.15372517456988796,0.0,0.04498737639038882,0.15372517456988796,0.0,0.00814826873512956,0.5,0.15372517456988796,0.0,0.004596019880161695,0.0,0.27653387509611166,0.029471951765479062 -5113,0.5,0.15372517456988796,0.0,0.09564880455237706,0.15372517456988796,0.0,0.14055468089516415,0.15372517456988796,0.0,0.035024627398116855,0.15372517456988796,0.0,0.061779524935196416,0.15372517456988796,0.0,0.07479368940896194,0.15372517456988796,0.0,0.028407513471899275,0.15372517456988796,0.0,0.05808379785998734,0.15372517456988796,0.0,0.025216110159834076,0.5,0.15372517456988796,0.0,0.0044628168470092384,0.15372517456988796,0.0,0.0006279591548972691,0.5,0.15372517456988796,0.0,0.006407225130847626,0.15372517456988796,0.0,0.014039104614206007,0.15372517456988796,0.0,0.19692125834103733,0.15372517456988796,0.0,0.11345418086928333,0.15372517456988796,0.0,0.11274918727741942,0.15372517456988796,0.0,0.04593252879544033,0.15372517456988796,0.0,0.010874363382996546,0.5,0.15372517456988796,0.0,0.002935458085581321,0.0,0.261386241094867,0.030276429737882363 -5114,0.5,0.15372517456988796,0.0,0.09532197802812062,0.15372517456988796,0.0,0.13217844249604474,0.15372517456988796,0.0,0.035250652433310485,0.15372517456988796,0.0,0.05838369977348145,0.15372517456988796,0.0,0.08863051768693565,0.15372517456988796,0.0,0.03522516304355288,0.15372517456988796,0.0,0.06244799489242999,0.15372517456988796,0.0,0.027401146454917136,0.5,0.15372517456988796,0.0,0.004694238492042534,0.15372517456988796,0.0,0.00046771988458959793,0.5,0.15372517456988796,0.0,0.00545552773344955,0.15372517456988796,0.0,0.008083181555678241,0.15372517456988796,0.0,0.19944345966551547,0.15372517456988796,0.0,0.12940153878581978,0.15372517456988796,0.0,0.10766387281003975,0.15372517456988796,0.0,0.02663593416988606,0.15372517456988796,0.0,0.01897773761153329,0.5,0.15372517456988796,0.0,0.0022376570925198664,0.0,0.24827382834711406,0.026697124836129273 -5115,0.5,0.15372517456988796,0.0,0.09487751183205595,0.15372517456988796,0.0,0.12242533977114738,0.15372517456988796,0.0,0.03525629179744945,0.15372517456988796,0.0,0.05855617178366353,0.15372517456988796,0.0,0.095136517255748,0.15372517456988796,0.0,0.04091149204590392,0.15372517456988796,0.0,0.04687280407000288,0.15372517456988796,0.0,0.033075896733059953,0.5,0.15372517456988796,0.0,0.0050855231099218145,0.15372517456988796,0.0,0.0007793537277579602,0.5,0.15372517456988796,0.0,0.00293828747011478,0.15372517456988796,0.0,0.006678778848556711,0.15372517456988796,0.0,0.19052153346842826,0.15372517456988796,0.0,0.14857753216682182,0.15372517456988796,0.0,0.0976963604480092,0.15372517456988796,0.0,0.012783354628281469,0.15372517456988796,0.0,0.019686129463298167,0.5,0.15372517456988796,0.0,0.0014624520862249989,0.0,0.2351170465768164,0.0267855288023127 -5116,0.5,0.15372517456988796,0.0,0.09981671532920729,0.15372517456988796,0.0,0.12489039521183574,0.15372517456988796,0.0,0.036317987341217293,0.15372517456988796,0.0,0.060308768853624475,0.15372517456988796,0.0,0.09626273359799929,0.15372517456988796,0.0,0.04073657523719629,0.15372517456988796,0.0,0.03979876915078932,0.15372517456988796,0.0,0.03492604186107453,0.5,0.15372517456988796,0.0,0.005911543935258425,0.15372517456988796,0.0,0.00242817308743845,0.5,0.15372517456988796,0.0,0.0019799205697836986,0.15372517456988796,0.0,0.007335133738232862,0.15372517456988796,0.0,0.1866842478360515,0.15372517456988796,0.0,0.1686664728579506,0.15372517456988796,0.0,0.09377428171800228,0.15372517456988796,0.0,0.00737363403136727,0.15372517456988796,0.0,0.014702460088743999,0.5,0.15372517456988796,0.0,0.0011522037711204415,0.0,0.21459813235260555,0.029661121164297727 -5117,0.5,0.15372517456988796,0.0,0.10627619344205987,0.15372517456988796,0.0,0.12174519389307135,0.15372517456988796,0.0,0.03806215464862717,0.15372517456988796,0.0,0.06628203232029617,0.15372517456988796,0.0,0.08053152812951077,0.15372517456988796,0.0,0.03926901386173099,0.15372517456988796,0.0,0.03443401163392611,0.15372517456988796,0.0,0.04003961302294541,0.5,0.15372517456988796,0.0,0.0052655374888952375,0.15372517456988796,0.0,0.004499791952384855,0.5,0.15372517456988796,0.0,0.0013347751900129015,0.15372517456988796,0.0,0.008817672786282987,0.15372517456988796,0.0,0.1834991112457442,0.15372517456988796,0.0,0.18019909914149673,0.15372517456988796,0.0,0.09905850403475652,0.15372517456988796,0.0,0.0066343578577300645,0.15372517456988796,0.0,0.012361783372797936,0.5,0.15372517456988796,0.0,0.0010329866601240811,0.0,0.20432699121592907,0.04235094322795135 -5118,0.5,0.15372517456988796,0.026838379633082055,0.09605671574216752,0.15372517456988796,0.025550510978753802,0.11625715486620734,0.15372517456988796,0.008004772102434238,0.03613323555226549,0.15372517456988796,0.011355528973340977,0.07754327717962807,0.15372517456988796,0.0023375024416726884,0.07196836286309855,0.15372517456988796,0.00453371980324565,0.03618820296845362,0.15372517456988796,0.0030617111947356794,0.031055261235697598,0.15372517456988796,0.004992800821511064,0.037818739643824706,0.5,0.15372517456988796,0.004675703839397283,0.0039523444996438116,0.15372517456988796,0.0108550236545275,0.004695000229539276,0.5,0.15372517456988796,0.007145438577510969,0.0014409184706200972,0.15372517456988796,0.005979057826210762,0.009786237143836328,0.15372517456988796,0.02612313347840261,0.17194961313957785,0.15372517456988796,0.00783033436939918,0.1730792308832526,0.15372517456988796,0.009735534462514453,0.1084650816282994,0.15372517456988796,0.011204487716765885,0.006314877972073619,0.15372517456988796,0.01512435598052384,0.005768688993511925,0.5,0.15372517456988796,0.01576693450203927,0.0009260891754203804,0.0,0.2237763638846137,0.09126641459060228 -5119,0.5,0.15372517456988796,0.07802762530454889,0.13164823145814034,0.15372517456988796,0.09750650835006422,0.1707699940788929,0.15372517456988796,0.04848745457617284,0.03404277135064559,0.15372517456988796,0.05564135890790754,0.10103927535755032,0.15372517456988796,0.029602986277536512,0.07214638525535833,0.15372517456988796,0.06779799591829128,0.03487997025065841,0.15372517456988796,0.04178523763856104,0.02612506320452156,0.15372517456988796,0.0754844242253751,0.031884495471991695,0.5,0.15372517456988796,0.07489192301800586,0.0034245193379658784,0.15372517456988796,0.08788921640494562,0.0019212694731558866,0.5,0.15372517456988796,0.08283727263647696,0.0015873224348826199,0.15372517456988796,0.07871756545713286,0.006135098642123309,0.15372517456988796,0.09680010636878744,0.2089068545431662,0.15372517456988796,0.043594945901870276,0.2143881382043071,0.15372517456988796,0.05984568392650824,0.1335131382533079,0.15372517456988796,0.08446949401081918,0.004775561988764911,0.15372517456988796,0.09223153045358565,0.0032064298430966066,0.5,0.15372517456988796,0.08002482008490708,0.00041224150576229867,0.0,0.25072474047138543,0.17696945274581888 -5120,0.5,0.15372517456988796,0.13933158345148017,0.21863765388651035,0.15372517456988796,0.2083106148071882,0.3290897536128264,0.15372517456988796,0.12640771646222346,0.04995125936401036,0.15372517456988796,0.11790820868949611,0.1313231106464378,0.15372517456988796,0.084058227811354,0.0887179868334298,0.15372517456988796,0.15882133771419274,0.04878588575255917,0.15372517456988796,0.11163039680304909,0.024760457982227313,0.15372517456988796,0.1767421597494582,0.03773978484704872,0.5,0.15372517456988796,0.17812082124291098,0.005269954920528923,0.15372517456988796,0.1922070533277076,0.0007351033145220654,0.5,0.15372517456988796,0.18882254318443226,0.002359512491958187,0.15372517456988796,0.18290528795414454,0.004344379929194963,0.15372517456988796,0.2057867905290221,0.33711943601418504,0.15372517456988796,0.09473426506116114,0.2848252064016525,0.15372517456988796,0.12844989178526084,0.1802211283956923,0.15372517456988796,0.188415857683254,0.007221853296617545,0.15372517456988796,0.2007842272946031,0.005278836759398335,0.5,0.15372517456988796,0.16769250040515188,0.0001172315852979233,0.0,0.30328911513275536,0.25787868488813304 -5121,0.5,0.15372517456988796,0.21135315788362555,0.29582005039325376,0.15372517456988796,0.3253622968800164,0.364238439298596,0.15372517456988796,0.21905957735426956,0.08292583484649677,0.15372517456988796,0.187310100015492,0.17559909827524695,0.15372517456988796,0.13717623137501186,0.11588379834841937,0.15372517456988796,0.27238333372303014,0.1046523687983475,0.15372517456988796,0.21005047832014156,0.04412511625175909,0.15372517456988796,0.2957583520911215,0.07718420917387867,0.5,0.15372517456988796,0.304454353495052,0.020269755864166128,0.15372517456988796,0.3124487546785818,0.0007073524384470163,0.5,0.15372517456988796,0.31688570820487577,0.005626718469470242,0.15372517456988796,0.30583438053322864,0.005994127105433333,0.15372517456988796,0.3210636976778313,0.440214995301289,0.15372517456988796,0.14613498023587396,0.3327418362518037,0.15372517456988796,0.2003527651953833,0.2267538016822357,0.15372517456988796,0.3062310265697453,0.028324152681389964,0.15372517456988796,0.3223165890446689,0.013997265949051742,0.5,0.15372517456988796,0.27604008532291213,0.00011683335901140551,0.0,0.35456776326265865,0.3333018927141046 -5122,0.5,0.15372517456988796,0.2637705623165443,0.3601535188026298,0.15372517456988796,0.4353253988464342,0.5533758117206201,0.15372517456988796,0.3070804795989708,0.08785888786058033,0.15372517456988796,0.31011370309659514,0.2328801450212769,0.15372517456988796,0.2069637780446077,0.1387524536413979,0.15372517456988796,0.3960726098091416,0.14351797692739732,0.15372517456988796,0.32389549355683456,0.08762091438567443,0.15372517456988796,0.42826174892337143,0.128081984754626,0.5,0.15372517456988796,0.44642142289227005,0.051338006678289104,0.15372517456988796,0.4324666496174435,0.0006090372239247054,0.5,0.15372517456988796,0.4576180622319284,0.005835979890246015,0.15372517456988796,0.43331921680714197,0.006752183497392808,0.15372517456988796,0.4357945632133712,0.49687886674441345,0.15372517456988796,0.2046201435225638,0.34633017143902833,0.15372517456988796,0.27213301622124403,0.2724140197646948,0.15372517456988796,0.4393048265989197,0.0609246130844281,0.15372517456988796,0.44791444322442786,0.013698079643585912,0.5,0.15372517456988796,0.3922476685931974,0.00037808574225963517,0.0,0.4541868515985457,0.4101893756040043 -5123,0.5,0.15372517456988796,0.3092369413458785,0.3639352682390726,0.15372517456988796,0.4036913885298669,0.6594579304435368,0.15372517456988796,0.3992105008855156,0.10115487422797227,0.15372517456988796,0.3679499845726408,0.24109007784735675,0.15372517456988796,0.32494789298975624,0.1652377014535401,0.15372517456988796,0.516425553773816,0.176287852345919,0.15372517456988796,0.4640850391019447,0.12441308600579554,0.15372517456988796,0.5522904697170139,0.13956724984704755,0.5,0.15372517456988796,0.5630249005163918,0.08343943480318497,0.15372517456988796,0.5222840842719336,0.0006504537571315387,0.5,0.15372517456988796,0.5730399524353871,0.005065793795186982,0.15372517456988796,0.542227015575928,0.008313322825407272,0.15372517456988796,0.5279466574271992,0.5464382371579355,0.15372517456988796,0.2913997445447065,0.3799367699373208,0.15372517456988796,0.34733108196249945,0.33034846132444673,0.15372517456988796,0.5550977537992832,0.07346943452084559,0.15372517456988796,0.5513725742916152,0.008759914868982916,0.5,0.15372517456988796,0.4857142631714505,0.00042579412422542526,0.0,0.52595158650704,0.4525642069230585 -5124,0.5,0.15372517456988796,0.3135682536232947,0.3529693802838406,0.15372517456988796,0.4131072290155018,0.7064461345400618,0.15372517456988796,0.48265637794434346,0.1389952877985861,0.15372517456988796,0.42698061500005624,0.25898877929843184,0.15372517456988796,0.4465870338886647,0.19950851809034312,0.15372517456988796,0.5832668276462114,0.19860105031881925,0.15372517456988796,0.5739622700347782,0.1674931908241749,0.15372517456988796,0.5798865759146254,0.11226452001294857,0.5,0.15372517456988796,0.5871071789858997,0.1111672252397981,0.15372517456988796,0.5831104402593319,0.0006492403076052239,0.5,0.15372517456988796,0.6370582290347717,0.0046616721094029975,0.15372517456988796,0.6067193464754908,0.008366619242620135,0.15372517456988796,0.5683365856966927,0.614295400686204,0.15372517456988796,0.378258538980336,0.4519821242552541,0.15372517456988796,0.4254202545618216,0.37204192401687014,0.15372517456988796,0.6290613339681699,0.08253788322885765,0.15372517456988796,0.6144452382589403,0.007119893294106379,0.5,0.15372517456988796,0.5487309044492572,0.00043609745106820366,0.0,0.5792367014741515,0.3967640010622816 -5125,0.5,0.15372517456988796,0.30122041116445564,0.36360936111188696,0.15372517456988796,0.49043974381102573,0.7658533358612868,0.15372517456988796,0.5459072210062663,0.18492736901025653,0.15372517456988796,0.4713733604219158,0.3197904271526894,0.15372517456988796,0.53054846600654,0.29444215834494497,0.15372517456988796,0.5850937522682833,0.22272402654202766,0.15372517456988796,0.5608778693433898,0.1792689184785891,0.15372517456988796,0.45026600961867297,0.12637836006268593,0.5,0.15372517456988796,0.5184391490078617,0.10856867963582262,0.15372517456988796,0.5954955682322058,0.0005339555356969329,0.5,0.15372517456988796,0.6627679615488834,0.01156985694502468,0.15372517456988796,0.6335865659510029,0.00740410263400665,0.15372517456988796,0.5446854848193012,0.671282691799863,0.15372517456988796,0.44141085189413065,0.5153686007289562,0.15372517456988796,0.4635787282568328,0.3966511310971587,0.15372517456988796,0.5700337909052482,0.1090555240389596,0.15372517456988796,0.6201293899749085,0.008862812386165283,0.5,0.15372517456988796,0.5717286800243344,0.0006412633221433127,0.0,0.5909118356897689,0.3477888662163442 -5126,0.5,0.15372517456988796,0.31437254949971943,0.40579740735961,0.15372517456988796,0.4327024221837754,0.7458583961860556,0.15372517456988796,0.5312843716452473,0.20220498159605324,0.15372517456988796,0.43623749648506105,0.3452837605495134,0.15372517456988796,0.5479246060781469,0.40122508452839417,0.15372517456988796,0.5373501620963677,0.20578571958574832,0.15372517456988796,0.5062796625811098,0.18915865165375978,0.15372517456988796,0.42275908561985465,0.12526089782220717,0.5,0.15372517456988796,0.46668648674252444,0.1311509118694566,0.15372517456988796,0.5303875542182793,0.0009876759874647115,0.5,0.15372517456988796,0.6564922766864907,0.01298505120502112,0.15372517456988796,0.5718303520496287,0.010437781153616748,0.15372517456988796,0.44102945924921283,0.696785505248843,0.15372517456988796,0.4756576780875045,0.5780404289164236,0.15372517456988796,0.45981699004489324,0.4251332604782276,0.15372517456988796,0.5536614604365601,0.10683723638071764,0.15372517456988796,0.5886094355986167,0.009570554328711295,0.5,0.15372517456988796,0.5703889032069482,0.0010480210732503766,0.0,0.6477114136429009,0.3266506585589124 -5127,0.5,0.15372517456988796,0.2574593749505005,0.40733714578004465,0.15372517456988796,0.34163203168828593,0.7689443193162249,0.15372517456988796,0.5208579680814671,0.21044952136088252,0.15372517456988796,0.3746366733868908,0.33448420803876805,0.15372517456988796,0.5105482500220369,0.3675719511970561,0.15372517456988796,0.39232576021636256,0.20700957690840466,0.15372517456988796,0.47213098029333334,0.16610302404237065,0.15372517456988796,0.4225640683216776,0.11865249576445035,0.5,0.15372517456988796,0.48234515089927665,0.13416549930676497,0.15372517456988796,0.5271177415472389,0.0010021818224297382,0.5,0.15372517456988796,0.5969365751700939,0.013158362811208545,0.15372517456988796,0.5695652922082779,0.009112777132849793,0.15372517456988796,0.4343010575309636,0.7363889401607252,0.15372517456988796,0.47027584838655234,0.5457013351347786,0.15372517456988796,0.47028680830427005,0.43317460417846687,0.15372517456988796,0.5302579581530372,0.09139033913561144,0.15372517456988796,0.5360666249084035,0.008158254973091108,0.5,0.15372517456988796,0.4968045284387338,0.0008137911196857859,0.0,0.7211359801671696,0.22961902025814082 -5128,0.5,0.15372517456988796,0.21015672013971354,0.44160782544425287,0.15372517456988796,0.3412027529961614,0.7728836468665236,0.15372517456988796,0.447896229357851,0.19541461239426355,0.15372517456988796,0.2847554904092933,0.3095774009596319,0.15372517456988796,0.4846320277582169,0.324138155482405,0.15372517456988796,0.3933504927246609,0.1491091285308071,0.15372517456988796,0.4466624972685033,0.1527123100321782,0.15372517456988796,0.3591548127928178,0.06632015524011062,0.5,0.15372517456988796,0.40455635730743555,0.1058435098650423,0.15372517456988796,0.40384613334510866,0.0003934531443932687,0.5,0.15372517456988796,0.49312331844687374,0.025994885463465383,0.15372517456988796,0.44925307273260107,0.00793786550898991,0.15372517456988796,0.3760750579511611,0.7485030638330105,0.15372517456988796,0.3986593023767093,0.5021542859107864,0.15372517456988796,0.3996989354679399,0.397959394123447,0.15372517456988796,0.3991168299961324,0.07927626784665799,0.15372517456988796,0.45974914217327967,0.012876034146371933,0.5,0.15372517456988796,0.3982172995961219,0.0002262105057447637,0.0,0.7321116285711593,0.1991451865959122 -5129,0.5,0.15372517456988796,0.1499226034286648,0.4523933210168489,0.15372517456988796,0.25370122582600785,0.7204845753789091,0.15372517456988796,0.3222846379465665,0.17818046151877526,0.15372517456988796,0.19335140753683516,0.2905215151769713,0.15372517456988796,0.30110468211088126,0.21060450726113045,0.15372517456988796,0.30332060329128346,0.11216927431032123,0.15372517456988796,0.36258643267446117,0.060324759630818986,0.15372517456988796,0.28570955495768635,0.04354976638632996,0.5,0.15372517456988796,0.32158443734587544,0.09627484066076894,0.15372517456988796,0.2915137202332579,0.0011641755258654074,0.5,0.15372517456988796,0.36439019453338584,0.012048588527306621,0.15372517456988796,0.314272251453557,0.004898860332117791,0.15372517456988796,0.2937057004212858,0.7714822229924487,0.15372517456988796,0.3373219027791157,0.3966971298525118,0.15372517456988796,0.3028221413443809,0.36343194575351967,0.15372517456988796,0.3126189111424418,0.04022900245409397,0.15372517456988796,0.34160279317297915,0.01062975291946589,0.5,0.15372517456988796,0.26879142691846103,0.0006071044843195342,0.0,0.721543441603333,0.13790011760002713 -5130,0.5,0.15372517456988796,0.0929155387977624,0.3995216880281717,0.15372517456988796,0.18405808913936006,0.6736616349797155,0.15372517456988796,0.18968918739576632,0.14111323160738792,0.15372517456988796,0.10813624214988685,0.207027175342792,0.15372517456988796,0.19967578466990893,0.1042840115837019,0.15372517456988796,0.20029867283081484,0.08270587484764344,0.15372517456988796,0.20441060274741646,0.025723119682965017,0.15372517456988796,0.20141366353478052,0.029491724402344273,0.5,0.15372517456988796,0.21281692833584026,0.06971221063739823,0.15372517456988796,0.1882722163985387,0.000440355358964891,0.5,0.15372517456988796,0.2354772649137052,0.004528919569437051,0.15372517456988796,0.1642355375974976,0.001529212000912924,0.15372517456988796,0.19568232969233346,0.765829071316861,0.15372517456988796,0.21849595201335176,0.27534073221040956,0.15372517456988796,0.2102653553375859,0.24486701552472445,0.15372517456988796,0.20368920954402342,0.013841941611515895,0.15372517456988796,0.217124283807485,0.0039883883818106905,0.5,0.15372517456988796,0.175172654179457,0.002646896264959896,0.0,0.6892432889156684,0.14373840365702537 -5131,0.5,0.15372517456988796,0.03784665016461409,0.29884545122675615,0.15372517456988796,0.08308358263982107,0.4537126997628317,0.15372517456988796,0.057481692639111584,0.1211395956346307,0.15372517456988796,0.03551128298137562,0.1160391000266577,0.15372517456988796,0.11228574925994649,0.04182404069564404,0.15372517456988796,0.10612964798584942,0.0418041832755629,0.15372517456988796,0.09406312488612836,0.009115445549658815,0.15372517456988796,0.07797528431017671,0.019849610356762283,0.5,0.15372517456988796,0.07502131969214061,0.03891281349230616,0.15372517456988796,0.05725157432865073,0.0004982840924538624,0.5,0.15372517456988796,0.07130944981354742,0.002069759460192181,0.15372517456988796,0.05871226207971382,0.0016136835176467584,0.15372517456988796,0.09198598461238355,0.7113710940774789,0.15372517456988796,0.09653038955647172,0.14850573037827036,0.15372517456988796,0.06811455804978105,0.13210269078831974,0.15372517456988796,0.06668791030977751,0.004592915582537304,0.15372517456988796,0.05811136987398667,0.0011981612252077519,0.5,0.15372517456988796,0.043061453784634614,0.001651338150813393,0.0,0.6656989286543807,0.12101391323208859 -5132,0.5,0.15372517456988796,2.204660632153989e-05,0.202719692774146,0.15372517456988796,0.0,0.3170157159181,0.15372517456988796,0.0,0.0858502873582034,0.15372517456988796,2.495577466771528e-05,0.06273748998326231,0.15372517456988796,0.005780855720097437,0.032908068605157395,0.15372517456988796,0.0028232941316578687,0.02638444628283891,0.15372517456988796,0.0,0.009153261369015347,0.15372517456988796,0.0005891852840129055,0.018330579696609072,0.5,0.15372517456988796,0.00026850415912516446,0.03192090269790834,0.15372517456988796,0.0,0.0010335509307591694,0.5,0.15372517456988796,0.0,0.003036769325260888,0.15372517456988796,0.0,0.002213047109228432,0.15372517456988796,0.0021751415435007516,0.5948036576965765,0.15372517456988796,0.005242209677071118,0.0902824311703099,0.15372517456988796,0.0,0.12474077372399862,0.15372517456988796,0.0,0.004315752251041823,0.15372517456988796,0.0,0.0019190737012925651,0.5,0.15372517456988796,0.0,0.0022906557651753367,0.0,0.6943642216552545,0.09504514840491629 -5133,0.5,0.15372517456988796,0.0,0.14602387463526262,0.15372517456988796,0.0,0.2681971736878139,0.15372517456988796,0.0,0.052781437363207444,0.15372517456988796,0.0,0.039525562056590496,0.15372517456988796,0.0,0.03601692681597671,0.15372517456988796,0.0,0.02597277555648161,0.15372517456988796,0.0,0.010919420054095512,0.15372517456988796,0.0,0.01929675946430833,0.5,0.15372517456988796,0.0,0.030150769719577294,0.15372517456988796,0.0,0.001295704152386528,0.5,0.15372517456988796,0.0,0.0014612917048122903,0.15372517456988796,0.0,0.002871496453426952,0.15372517456988796,0.0,0.47542407070913306,0.15372517456988796,0.0,0.08103290889883352,0.15372517456988796,0.0,0.13839494177337955,0.15372517456988796,0.0,0.0028142527216283857,0.15372517456988796,0.0,0.0014634598066462549,0.5,0.15372517456988796,0.0,0.0031798759460870277,0.0,0.6552224432639236,0.08016349503661839 -5134,0.5,0.15372517456988796,0.0,0.1112133876559032,0.15372517456988796,0.0,0.2355338262747492,0.15372517456988796,0.0,0.023164567171384116,0.15372517456988796,0.0,0.024562436460231,0.15372517456988796,0.0,0.03765268961788803,0.15372517456988796,0.0,0.021183815168347338,0.15372517456988796,0.0,0.013433173041587275,0.15372517456988796,0.0,0.018574600172251203,0.5,0.15372517456988796,0.0,0.024319583206899177,0.15372517456988796,0.0,0.0014541818049082923,0.5,0.15372517456988796,0.0,0.001806110796914572,0.15372517456988796,0.0,0.0027470259584883175,0.15372517456988796,0.0,0.4135433271719723,0.15372517456988796,0.0,0.08296966162593411,0.15372517456988796,0.0,0.12550222171249414,0.15372517456988796,0.0,0.003344728399966229,0.15372517456988796,0.0,0.0013484084410134705,0.5,0.15372517456988796,0.0,0.0060561453305138,0.0,0.4602617327021887,0.08878981915125038 -5135,0.5,0.15372517456988796,0.0,0.09658726162456831,0.15372517456988796,0.0,0.1795031465329842,0.15372517456988796,0.0,0.005953260918569115,0.15372517456988796,0.0,0.011736098780968127,0.15372517456988796,0.0,0.03308262160580859,0.15372517456988796,0.0,0.023080660294079954,0.15372517456988796,0.0,0.01867544143312441,0.15372517456988796,0.0,0.01258392609617272,0.5,0.15372517456988796,0.0,0.01718665655422384,0.15372517456988796,0.0,0.0015634897039890133,0.5,0.15372517456988796,0.0,0.001636454153791983,0.15372517456988796,0.0,0.003163548531663485,0.15372517456988796,0.0,0.3338099415792196,0.15372517456988796,0.0,0.08576476242469741,0.15372517456988796,0.0,0.09149006922084417,0.15372517456988796,0.0,0.004487480072430089,0.15372517456988796,0.0,0.0022591575760823202,0.5,0.15372517456988796,0.0,0.009121167029159159,0.0,0.45283659263734677,0.10723309619959227 -5136,0.5,0.15372517456988796,0.0,0.0946584644392528,0.15372517456988796,0.0,0.12370172313577528,0.15372517456988796,0.0,0.002013031388617958,0.15372517456988796,0.0,0.008285233850654963,0.15372517456988796,0.0,0.026309035792178564,0.15372517456988796,0.0,0.02359904159477255,0.15372517456988796,0.0,0.02057013660014588,0.15372517456988796,0.0,0.008007501134815902,0.5,0.15372517456988796,0.0,0.013357388285577745,0.15372517456988796,0.0,0.002132383467230476,0.5,0.15372517456988796,0.0,0.001211496581565596,0.15372517456988796,0.0,0.0024841469886468103,0.15372517456988796,0.0,0.2645630335284087,0.15372517456988796,0.0,0.0860351411599129,0.15372517456988796,0.0,0.058634720988327525,0.15372517456988796,0.0,0.004296744450415064,0.15372517456988796,0.0,0.002634994226018289,0.5,0.15372517456988796,0.0,0.010584685679887627,0.0,0.4772651867677656,0.10794982025654928 -5137,0.5,0.15372517456988796,0.0,0.08073994786293738,0.15372517456988796,0.0,0.07951112932008693,0.15372517456988796,0.0,0.0014512443124656683,0.15372517456988796,0.0,0.005967661050941499,0.15372517456988796,0.0,0.02323810684619667,0.15372517456988796,0.0,0.021597715739239992,0.15372517456988796,0.0,0.02416124446510576,0.15372517456988796,0.0,0.008593646853722763,0.5,0.15372517456988796,0.0,0.009159042088607168,0.15372517456988796,0.0,0.0031103449881555345,0.5,0.15372517456988796,0.0,0.0016074721930681554,0.15372517456988796,0.0,0.002020878552739271,0.15372517456988796,0.0,0.21759667301512134,0.15372517456988796,0.0,0.07252155900806945,0.15372517456988796,0.0,0.03249937073282318,0.15372517456988796,0.0,0.004233753904357021,0.15372517456988796,0.0,0.001990412402297252,0.5,0.15372517456988796,0.0,0.006790262166390101,0.0,0.6572453249054577,0.08703149293056174 -5138,0.5,0.15372517456988796,0.0,0.05956275849393333,0.15372517456988796,0.0,0.05214071939459188,0.15372517456988796,0.0,0.001005975757350021,0.15372517456988796,0.0,0.0035094908166004887,0.15372517456988796,0.0,0.024019726283570762,0.15372517456988796,0.0,0.01525697721547365,0.15372517456988796,0.0,0.026846957983675864,0.15372517456988796,0.0,0.013177158552440895,0.5,0.15372517456988796,0.0,0.005537936756124375,0.15372517456988796,0.0,0.0031840342989607998,0.5,0.15372517456988796,0.0,0.005865013132138319,0.15372517456988796,0.0,0.0038594122413060064,0.15372517456988796,0.0,0.16116851166270757,0.15372517456988796,0.0,0.05492971539409322,0.15372517456988796,0.0,0.01953693715333648,0.15372517456988796,0.0,0.006257104374740622,0.15372517456988796,0.0,0.0021755351021479747,0.5,0.15372517456988796,0.0,0.003445068185232086,0.0,0.525372319005288,0.053497264270173074 -5139,0.5,0.15372517456988796,0.0,0.04190219598878671,0.15372517456988796,0.0,0.0389452018973061,0.15372517456988796,0.0,0.0008973413349271143,0.15372517456988796,0.0,0.0025959622914122193,0.15372517456988796,0.0,0.025837551611289856,0.15372517456988796,0.0,0.012881218632499171,0.15372517456988796,0.0,0.025001052580772884,0.15372517456988796,0.0,0.018549518634500495,0.5,0.15372517456988796,0.0,0.00246562787266716,0.15372517456988796,0.0,0.0032177389579248587,0.5,0.15372517456988796,0.0,0.008380009007756607,0.15372517456988796,0.0,0.005651212272373434,0.15372517456988796,0.0,0.11854219577408413,0.15372517456988796,0.0,0.041166924620268386,0.15372517456988796,0.0,0.013807529434997384,0.15372517456988796,0.0,0.005837059005998325,0.15372517456988796,0.0,0.0028961825171618326,0.5,0.15372517456988796,0.0,0.0025984761043379625,0.0,0.4613365230944614,0.03045862757923968 -5140,0.5,0.15372517456988796,0.0,0.024128097681266444,0.15372517456988796,0.0,0.03737041334097538,0.15372517456988796,0.0,0.0012341856932491316,0.15372517456988796,0.0,0.0020288961829180827,0.15372517456988796,0.0,0.02561304817809738,0.15372517456988796,0.0,0.01724631366140352,0.15372517456988796,0.0,0.017741073836465157,0.15372517456988796,0.0,0.021176577727696034,0.5,0.15372517456988796,0.0,0.002082393169746552,0.15372517456988796,0.0,0.0035686588585093658,0.5,0.15372517456988796,0.0,0.005510039027111168,0.15372517456988796,0.0,0.006131921197851334,0.15372517456988796,0.0,0.10653772900463367,0.15372517456988796,0.0,0.0328794483061791,0.15372517456988796,0.0,0.011696996347217747,0.15372517456988796,0.0,0.0029993671318869646,0.15372517456988796,0.0,0.0025783044120955114,0.5,0.15372517456988796,0.0,0.003920640022239303,0.0,0.38547843139489746,0.03213398790139601 -5141,0.5,0.15372517456988796,0.0,0.011862344241612874,0.15372517456988796,0.0,0.03218037123877062,0.15372517456988796,0.0,0.002416651680119145,0.15372517456988796,0.0,0.0013738487699511454,0.15372517456988796,0.0,0.019555702015636944,0.15372517456988796,0.0,0.023426866175595296,0.15372517456988796,0.0,0.011224124116574256,0.15372517456988796,0.0,0.02331464285890512,0.5,0.15372517456988796,0.0,0.0026049996902768277,0.15372517456988796,0.0,0.002967476455659344,0.5,0.15372517456988796,0.0,0.0025255318588568985,0.15372517456988796,0.0,0.0034833826091553188,0.15372517456988796,0.0,0.09777652617265617,0.15372517456988796,0.0,0.024838113801988727,0.15372517456988796,0.0,0.008741928794500555,0.15372517456988796,0.0,0.0027425775593180445,0.15372517456988796,0.0,0.002501337059937953,0.5,0.15372517456988796,0.0,0.007400459422902933,0.0,0.30968675379309585,0.05300091566737854 -5142,0.5,0.15372517456988796,0.02315871638612112,0.004012877726232221,0.15372517456988796,0.023500760719303147,0.01957020368806176,0.15372517456988796,0.020774652680148338,0.0023534677585977507,0.15372517456988796,0.025759528150948074,0.0008965070743649198,0.15372517456988796,0.005509204398497097,0.016552224057665803,0.15372517456988796,0.004631901466662669,0.030436065636617535,0.15372517456988796,0.005723824465988857,0.007954630295691947,0.15372517456988796,0.004061793069938266,0.021932281673782788,0.5,0.15372517456988796,0.0037522389598107905,0.002554816175142111,0.15372517456988796,0.008168985697603388,0.002592735662355242,0.5,0.15372517456988796,0.005369317187031663,0.001444134225718313,0.15372517456988796,0.004345261714932365,0.0012948362018593803,0.15372517456988796,0.02366448864167518,0.07158507181668787,0.15372517456988796,0.009570629052160048,0.014159056916314037,0.15372517456988796,0.016686760017114298,0.00593128655638701,0.15372517456988796,0.01037515617632811,0.0021085502086766604,0.15372517456988796,0.014368649197302106,0.0018988227311391276,0.5,0.15372517456988796,0.015455883677813899,0.007386733388842755,0.0,0.14423083222848643,0.026437032892622475 -5143,0.5,0.15372517456988796,0.08135844231873575,0.0010531682592621785,0.15372517456988796,0.0944347406819709,0.008895452058439765,0.15372517456988796,0.09359867141743142,0.00201045564219812,0.15372517456988796,0.09332570624466655,0.0005733073490602878,0.15372517456988796,0.06286533993045149,0.019128898994177974,0.15372517456988796,0.07276213344958173,0.02992831470205246,0.15372517456988796,0.06261757557619144,0.007514544719513751,0.15372517456988796,0.06809263677322808,0.015456942675808232,0.5,0.15372517456988796,0.0646448065272813,0.002309617499502012,0.15372517456988796,0.0776796548759315,0.0011807923233635067,0.5,0.15372517456988796,0.07098057652388017,0.0022121683999864273,0.15372517456988796,0.05363266622876402,0.002285027331483911,0.15372517456988796,0.092729693555195,0.056098225732736276,0.15372517456988796,0.0525718829459662,0.010075644480659385,0.15372517456988796,0.08426617353088735,0.005213502846048706,0.15372517456988796,0.0797990209409437,0.0010131869376084806,0.15372517456988796,0.08853008207836677,0.0014052726721264332,0.5,0.15372517456988796,0.08437089815718014,0.006132279052414951,0.0,0.02279374201885939,0.025443601114044697 -5144,0.5,0.15372517456988796,0.16556451399317426,0.0007078557622260789,0.15372517456988796,0.1980880606340506,0.01296275791118203,0.15372517456988796,0.19317073391552847,0.005465183919822062,0.15372517456988796,0.1736313262791003,0.0012213912390604215,0.15372517456988796,0.1549923941018466,0.05254975579066376,0.15372517456988796,0.17570501877253,0.0991618739667787,0.15372517456988796,0.1515612554579019,0.01674628754206308,0.15372517456988796,0.16832482347703248,0.024782703011324972,0.5,0.15372517456988796,0.14595358921485532,0.004348630792715968,0.15372517456988796,0.17471296053827096,0.0011336052076425297,0.5,0.15372517456988796,0.14476009827521488,0.00914317824050811,0.15372517456988796,0.10166485719189648,0.009550606536541004,0.15372517456988796,0.1993417654282476,0.06182256094514695,0.15372517456988796,0.13148447401228183,0.01777291161363919,0.15372517456988796,0.1713777184301838,0.013869275366658395,0.15372517456988796,0.17627384543681088,0.0016250155636110927,0.15372517456988796,0.1935327037884204,0.004651707364259236,0.5,0.15372517456988796,0.1751086267558943,0.011707542750241736,0.0,0.0,0.02926201800173228 -5145,0.5,0.15372517456988796,0.2616070028222748,0.0002863702902845865,0.15372517456988796,0.3060132339337054,0.005540723520325318,0.15372517456988796,0.3046442981352766,0.016421421117936458,0.15372517456988796,0.2284009871946779,0.002614377905626057,0.15372517456988796,0.27515976464366254,0.10117531269334694,0.15372517456988796,0.29778577711027204,0.11739262677841435,0.15372517456988796,0.2686598917411391,0.05800600322555149,0.15372517456988796,0.2894452617200548,0.040443389485918,0.5,0.15372517456988796,0.22924770373256825,0.011936570560055251,0.15372517456988796,0.2707197800852917,0.007767912518198726,0.5,0.15372517456988796,0.172120310131549,0.0435511985308536,0.15372517456988796,0.13415753954431206,0.036392942457261775,0.15372517456988796,0.30875658852628557,0.03930823142318498,0.15372517456988796,0.22486658400104323,0.035968090132735234,0.15372517456988796,0.26782373979855517,0.038525357327110085,0.15372517456988796,0.28253505458599404,0.00714700612066529,0.15372517456988796,0.3123323033173988,0.02200435418863063,0.5,0.15372517456988796,0.27736562358968814,0.014854108769508201,0.0,0.0,0.052307510725001345 -5146,0.5,0.15372517456988796,0.3570074008913155,0.001099505970432878,0.15372517456988796,0.4129691854769153,0.007333274271056163,0.15372517456988796,0.4148791077726864,0.02679551659531319,0.15372517456988796,0.3166035795154573,0.010264863997944813,0.15372517456988796,0.41997064475889223,0.11211053173587228,0.15372517456988796,0.4222897221874019,0.10295596138402593,0.15372517456988796,0.41890475100098246,0.09385798465746417,0.15372517456988796,0.4138146701054609,0.04224581651525389,0.5,0.15372517456988796,0.3326008961715611,0.028344967149283362,0.15372517456988796,0.3212714185358366,0.01781450118054239,0.5,0.15372517456988796,0.2553534751494068,0.06055721587249744,0.15372517456988796,0.17193001754452247,0.05388100358859332,0.15372517456988796,0.410328510920296,0.021958371894762033,0.15372517456988796,0.3624765758673183,0.058491934827117495,0.15372517456988796,0.36988591331174264,0.06643631148771142,0.15372517456988796,0.38681643800987975,0.03147439251256404,0.15372517456988796,0.4346376272995035,0.055051005681620545,0.5,0.15372517456988796,0.3917600712475937,0.02025042062620281,0.0,0.0,0.10140655195075006 -5147,0.5,0.15372517456988796,0.41252898546312683,0.0043989187930817035,0.15372517456988796,0.5013530638926132,0.019811379856340516,0.15372517456988796,0.49350537109747983,0.03470295367273708,0.15372517456988796,0.36887852457694836,0.023141890763450232,0.15372517456988796,0.5508584977659421,0.1118690068322513,0.15372517456988796,0.5253776128048357,0.11687641189961528,0.15372517456988796,0.5501905073589634,0.10003025765419839,0.15372517456988796,0.5042030043288505,0.05722810375415839,0.5,0.15372517456988796,0.44650133417731624,0.05193140305984604,0.15372517456988796,0.40839980694288125,0.02463603298006572,0.5,0.15372517456988796,0.3917823274635107,0.07584212612593788,0.15372517456988796,0.23529193137987797,0.08014509387201182,0.15372517456988796,0.4890417189126751,0.021261059421243053,0.15372517456988796,0.4994278097943995,0.07440930393280462,0.15372517456988796,0.4734655676053468,0.09789517253833012,0.15372517456988796,0.4766942447701372,0.05490860126529635,0.15372517456988796,0.49803374619048235,0.07674020399506255,0.5,0.15372517456988796,0.42982762930769014,0.027926898588286002,0.0,0.0,0.12351689830682018 -5148,0.5,0.15372517456988796,0.4633186935717195,0.010165493479031937,0.15372517456988796,0.5443683193836748,0.05429951609615415,0.15372517456988796,0.4216195112360154,0.04076664427652845,0.15372517456988796,0.4023031806417734,0.03729362525249864,0.15372517456988796,0.610471741674294,0.1751253799922216,0.15372517456988796,0.5525101024670807,0.18236194220023808,0.15372517456988796,0.6176478451701006,0.09857804585165787,0.15372517456988796,0.5238024592759064,0.08139793741087442,0.5,0.15372517456988796,0.5106414161828904,0.08401747068409923,0.15372517456988796,0.42272697100822254,0.025043862707760742,0.5,0.15372517456988796,0.43346446798615157,0.10554948482882033,0.15372517456988796,0.2929748765219461,0.15741235070125217,0.15372517456988796,0.5421783118302999,0.04048814955649361,0.15372517456988796,0.5768031464094003,0.09721165921110592,0.15372517456988796,0.5476891133938966,0.11960894937219209,0.15372517456988796,0.5022623526229977,0.06286510773411931,0.15372517456988796,0.40451699961857607,0.10299187639520571,0.5,0.15372517456988796,0.36175083847643635,0.04296616611589808,0.0,8.110122114477588e-05,0.12992455041719134 -5149,0.5,0.15372517456988796,0.46885288627556837,0.0159602341361311,0.15372517456988796,0.3881851915271913,0.08677965177748155,0.15372517456988796,0.4022386706316861,0.0596450984079343,0.15372517456988796,0.4086801338620826,0.031314489551865506,0.15372517456988796,0.6534405150745284,0.237519291589193,0.15372517456988796,0.473357016876571,0.16781705932786029,0.15372517456988796,0.6543337259990608,0.1684731366995491,0.15372517456988796,0.567318411808774,0.10240087749404962,0.5,0.15372517456988796,0.5445149492059282,0.11521526528848329,0.15372517456988796,0.3215073115727707,0.04578469831125651,0.5,0.15372517456988796,0.43057854864322653,0.10847582771165012,0.15372517456988796,0.2611494260669477,0.11765279720399659,0.15372517456988796,0.5698813838860681,0.074996675385576,0.15372517456988796,0.6020749982011036,0.12204584424655351,0.15372517456988796,0.53761009749149,0.10613431789937786,0.15372517456988796,0.590236268947897,0.05088512320731,0.15372517456988796,0.487785564301611,0.14295893122576336,0.5,0.15372517456988796,0.3870384253210692,0.04744929291185972,0.0,0.00249687128199598,0.16554054124236134 -5150,0.5,0.15372517456988796,0.4724893005402824,0.02281406626184478,0.15372517456988796,0.387191140420285,0.1007729561993557,0.15372517456988796,0.43176409451577485,0.06220500981067635,0.15372517456988796,0.2995743938662759,0.02054700820049196,0.15372517456988796,0.6132012972958765,0.20742675786636616,0.15372517456988796,0.42061909354120797,0.1295004806565105,0.15372517456988796,0.6243950113146837,0.2183505351120883,0.15372517456988796,0.4924108038851178,0.12127529911099058,0.5,0.15372517456988796,0.5136468033943273,0.12550194433413459,0.15372517456988796,0.2183577217633385,0.05936792929041895,0.5,0.15372517456988796,0.42882685436940626,0.10326612740964024,0.15372517456988796,0.28758006680533194,0.13040907700266993,0.15372517456988796,0.5273575768411314,0.11993988356976604,0.15372517456988796,0.601230180568456,0.14081172087659,0.15372517456988796,0.5932651000411623,0.09757436201187597,0.15372517456988796,0.5255483676404421,0.02881987500136625,0.15372517456988796,0.41567711605578306,0.1688023411051038,0.5,0.15372517456988796,0.3779983683083751,0.0703106722450605,0.0,0.005294727842860889,0.18325266826691122 -5151,0.5,0.15372517456988796,0.4073644968265995,0.023540552188195795,0.15372517456988796,0.522224662795922,0.11647412439948625,0.15372517456988796,0.45618303311878305,0.06391844565660937,0.15372517456988796,0.2014216833121883,0.029453184084175507,0.15372517456988796,0.48859416841796355,0.17963346113014939,0.15372517456988796,0.3310828838589813,0.12675109422337982,0.15372517456988796,0.5728633659156428,0.1836393435345331,0.15372517456988796,0.4387257762758567,0.1019495019530905,0.5,0.15372517456988796,0.4325619996692148,0.11168599328579569,0.15372517456988796,0.23100856238590425,0.05867827632493492,0.5,0.15372517456988796,0.37158921724075716,0.10815824144555987,0.15372517456988796,0.29003426310206737,0.13783287149771847,0.15372517456988796,0.4777564660784042,0.19707789913511048,0.15372517456988796,0.5352599400436033,0.1638828968531378,0.15372517456988796,0.5495395691414415,0.08814366191031894,0.15372517456988796,0.38515215455808016,0.025549161576560127,0.15372517456988796,0.3985518453392071,0.16696307573307717,0.5,0.15372517456988796,0.2566199559781501,0.06882138976126977,0.0,0.0077285471535452465,0.15484058807373352 -5152,0.5,0.15372517456988796,0.30828903827141735,0.014355185220672861,0.15372517456988796,0.432707365115653,0.17417541244044665,0.15372517456988796,0.3130093405231228,0.05673699137237328,0.15372517456988796,0.22993847012234137,0.032329095189099336,0.15372517456988796,0.42563192411868855,0.1769837649366483,0.15372517456988796,0.2754149693031025,0.11690751061830518,0.15372517456988796,0.4433810577746957,0.1378132156908975,0.15372517456988796,0.33010140838744906,0.08244030672639817,0.5,0.15372517456988796,0.3228772865498771,0.10785086464924415,0.15372517456988796,0.16372430343096528,0.06033949480703457,0.5,0.15372517456988796,0.2083087560055309,0.08066054615425199,0.15372517456988796,0.18064830120569975,0.12484654159793122,0.15372517456988796,0.4117270452369621,0.3139516841036165,0.15372517456988796,0.45106359338954616,0.18769015054403165,0.15372517456988796,0.4604466287440415,0.09481729485873917,0.15372517456988796,0.3531506803722292,0.03731013394571857,0.15372517456988796,0.294935208744054,0.12505264798307933,0.5,0.15372517456988796,0.20539012434970322,0.11344102756794279,0.0,0.0062414290100952265,0.13043358345543649 -5153,0.5,0.15372517456988796,0.22612885827377838,0.011917189473895607,0.15372517456988796,0.2596079547283005,0.2590597203923855,0.15372517456988796,0.1775188174520516,0.03200272254565238,0.15372517456988796,0.12308434912750982,0.02254341624405361,0.15372517456988796,0.2966511649550416,0.19917294579658235,0.15372517456988796,0.20645760800605295,0.09178649943296252,0.15372517456988796,0.30561660574421134,0.167094997349017,0.15372517456988796,0.15516387088300018,0.06384475885226953,0.5,0.15372517456988796,0.1619260414924475,0.09573317722418852,0.15372517456988796,0.12072370000279344,0.05804933109175852,0.5,0.15372517456988796,0.13124839952786746,0.06197992826932825,0.15372517456988796,0.08255351281591793,0.07842649437097725,0.15372517456988796,0.33924613053051833,0.3817972910471563,0.15372517456988796,0.3085814474977785,0.2359148135768675,0.15372517456988796,0.3359165800284484,0.10204058875985525,0.15372517456988796,0.23795124901718448,0.061374304792642234,0.15372517456988796,0.21466446558598712,0.10226237619977607,0.5,0.15372517456988796,0.12312986238218314,0.08044162929158524,0.0,0.0020150384628975174,0.11476840747375568 -5154,0.5,0.15372517456988796,0.13110101595906712,0.018108994936728445,0.15372517456988796,0.17947881144261574,0.424790962115264,0.15372517456988796,0.10901902179677177,0.016131376525950137,0.15372517456988796,0.09248460381846506,0.02024128535034084,0.15372517456988796,0.17867136999224797,0.15527099733726632,0.15372517456988796,0.1147410644056914,0.08602503253853018,0.15372517456988796,0.20009373415579618,0.209023193758353,0.15372517456988796,0.09637443816682932,0.05360922636185474,0.5,0.15372517456988796,0.11399543859097194,0.10579647568268244,0.15372517456988796,0.02382018812152844,0.05377857083905787,0.5,0.15372517456988796,0.08380999671758901,0.053137252820832134,0.15372517456988796,0.03188086295563939,0.053715452270602024,0.15372517456988796,0.2100341299703848,0.35653360181081384,0.15372517456988796,0.2077561989653546,0.2416327222064512,0.15372517456988796,0.19680998466567576,0.13341298743006857,0.15372517456988796,0.1510507483098186,0.08767031016777797,0.15372517456988796,0.1476859852573201,0.08787914842284361,0.5,0.15372517456988796,0.07477017467362876,0.041843916749823726,0.0,0.0023249242495018735,0.10558620979177322 -5155,0.5,0.15372517456988796,0.04427056046044458,0.016709639769288798,0.15372517456988796,0.04956809593084053,0.4659584160916266,0.15372517456988796,0.04236321250624295,0.005760894401922872,0.15372517456988796,0.01598405161296559,0.016364542840004017,0.15372517456988796,0.0783977128202151,0.11151340556192975,0.15372517456988796,0.03190549380272019,0.11484173852719395,0.15372517456988796,0.07201022729239699,0.20688381145558157,0.15372517456988796,0.030251135111137015,0.051592011673090965,0.5,0.15372517456988796,0.049173035938335455,0.09337453813283114,0.15372517456988796,0.00633884310755296,0.07993888311150422,0.5,0.15372517456988796,0.021315342626311323,0.08606099774962896,0.15372517456988796,0.009642666893486586,0.06561759297836581,0.15372517456988796,0.08336656850551998,0.26567655127033746,0.15372517456988796,0.08021080342251932,0.2051173216151911,0.15372517456988796,0.06918832247822118,0.17026537230887168,0.15372517456988796,0.07344147240853358,0.09336074920920967,0.15372517456988796,0.05211121015752849,0.06169148100258818,0.5,0.15372517456988796,0.03107665250804735,0.03057060801324419,0.0,0.0021062521680876127,0.10524230906480991 -5156,0.5,0.15372517456988796,7.522193433330554e-06,0.02009706997392293,0.15372517456988796,0.0,0.3748412444867808,0.15372517456988796,8.624826340967803e-05,0.02142010109585244,0.15372517456988796,4.6584696392625735e-06,0.0148853518280896,0.15372517456988796,0.0,0.06110683653919643,0.15372517456988796,3.359872833040402e-05,0.12983638295275338,0.15372517456988796,0.0,0.140829769245286,0.15372517456988796,0.00045202258032766,0.053665844896269646,0.5,0.15372517456988796,8.241680832449121e-05,0.08221486960632744,0.15372517456988796,6.797109251432129e-06,0.08688055011676574,0.5,0.15372517456988796,1.820865686252302e-05,0.10445364409810803,0.15372517456988796,0.00010163389940198222,0.04894704100106107,0.15372517456988796,0.001989834029017979,0.1807265059824209,0.15372517456988796,0.002601248108188311,0.1345476349257029,0.15372517456988796,0.0,0.19629329263045633,0.15372517456988796,0.0,0.10750146513567553,0.15372517456988796,0.0,0.05876098612718131,0.5,0.15372517456988796,1.237647837776145e-06,0.05695951571710204,0.0,0.002542471208647278,0.1184332139477619 -5157,0.5,0.15372517456988796,0.0,0.023117459561476848,0.15372517456988796,0.0,0.2865152952727029,0.15372517456988796,0.0,0.037854967698351005,0.15372517456988796,0.0,0.020678907812702717,0.15372517456988796,0.0,0.05287405128184669,0.15372517456988796,0.0,0.13157456948431973,0.15372517456988796,0.0,0.10313572620679544,0.15372517456988796,0.0,0.06550834106001742,0.5,0.15372517456988796,0.0,0.0827089758063836,0.15372517456988796,0.0,0.10733400204996084,0.5,0.15372517456988796,0.0,0.11109819427486273,0.15372517456988796,0.0,0.050482199768587796,0.15372517456988796,0.0,0.13394213487799647,0.15372517456988796,0.0,0.08122633823691253,0.15372517456988796,0.0,0.21381854343538234,0.15372517456988796,0.0,0.10374163420101404,0.15372517456988796,0.0,0.07549422110187215,0.5,0.15372517456988796,0.0,0.08508293323104987,0.0,0.009952396418938244,0.12594061280714489 -5158,0.5,0.15372517456988796,0.0,0.03451992065329524,0.15372517456988796,0.0,0.26519178903323376,0.15372517456988796,0.0,0.0631109903000104,0.15372517456988796,0.0,0.02385092216495794,0.15372517456988796,0.0,0.04157459089831206,0.15372517456988796,0.0,0.12229965790237556,0.15372517456988796,0.0,0.08610569971969545,0.15372517456988796,0.0,0.07358435992293794,0.5,0.15372517456988796,0.0,0.09035235329752432,0.15372517456988796,0.0,0.13236440928119372,0.5,0.15372517456988796,0.0,0.10855857941857128,0.15372517456988796,0.0,0.07557751719244146,0.15372517456988796,0.0,0.1305959620644215,0.15372517456988796,0.0,0.06003668795564959,0.15372517456988796,0.0,0.2672891142069337,0.15372517456988796,0.0,0.08190149868046154,0.15372517456988796,0.0,0.08919914846484749,0.5,0.15372517456988796,0.0,0.12496021440102056,0.0,0.020777050335238474,0.1239567193243331 -5159,0.5,0.15372517456988796,0.0,0.04884037260796401,0.15372517456988796,0.0,0.22108915827476028,0.15372517456988796,0.0,0.11020040462098685,0.15372517456988796,0.0,0.026982039740399984,0.15372517456988796,0.0,0.035337574884202555,0.15372517456988796,0.0,0.10372153406043899,0.15372517456988796,0.0,0.08815622824689731,0.15372517456988796,0.0,0.07037631564065905,0.5,0.15372517456988796,0.0,0.09871351731268486,0.15372517456988796,0.0,0.13609001977886698,0.5,0.15372517456988796,0.0,0.15906004302529642,0.15372517456988796,0.0,0.11753081762729367,0.15372517456988796,0.0,0.12891678911622356,0.15372517456988796,0.0,0.03899994071535262,0.15372517456988796,0.0,0.2798943977238744,0.15372517456988796,0.0,0.0833245342373469,0.15372517456988796,0.0,0.12205641730858248,0.5,0.15372517456988796,0.0,0.13183375175136883,0.0,0.03676999354821994,0.12711474981698087 -5160,0.5,0.15372517456988796,0.0,0.0631186169887985,0.15372517456988796,0.0,0.16259207437937018,0.15372517456988796,0.0,0.21144513598309547,0.15372517456988796,0.0,0.031177195558676374,0.15372517456988796,0.0,0.02860772179861313,0.15372517456988796,0.0,0.08432295492773409,0.15372517456988796,0.0,0.11210337145196707,0.15372517456988796,0.0,0.06219772612050211,0.5,0.15372517456988796,0.0,0.09861076952914072,0.15372517456988796,0.0,0.13251117305294005,0.5,0.15372517456988796,0.0,0.1344766448652725,0.15372517456988796,0.0,0.11602462674370019,0.15372517456988796,0.0,0.12345097931691418,0.15372517456988796,0.0,0.025498139058964673,0.15372517456988796,0.0,0.21021906089342246,0.15372517456988796,0.0,0.08729927906492076,0.15372517456988796,0.0,0.14772451128280367,0.5,0.15372517456988796,0.0,0.13046504308778722,0.0,0.04751144164256878,0.1374123734633147 -5161,0.5,0.15372517456988796,0.0,0.08035833335896696,0.15372517456988796,0.0,0.1212188986067584,0.15372517456988796,0.0,0.35167609433696906,0.15372517456988796,0.0,0.042145720605952855,0.15372517456988796,0.0,0.018447396903778317,0.15372517456988796,0.0,0.06617124905606858,0.15372517456988796,0.0,0.13957802276461842,0.15372517456988796,0.0,0.05099246817573383,0.5,0.15372517456988796,0.0,0.09914556966875764,0.15372517456988796,0.0,0.1303900792921472,0.5,0.15372517456988796,0.0,0.12615628934998044,0.15372517456988796,0.0,0.11073378850516931,0.15372517456988796,0.0,0.11057533234770263,0.15372517456988796,0.0,0.019982952004521118,0.15372517456988796,0.0,0.14570235701591092,0.15372517456988796,0.0,0.08241473968771451,0.15372517456988796,0.0,0.15040337962816464,0.5,0.15372517456988796,0.0,0.1585081839189464,0.0,0.06329201958864192,0.1740754375768916 -5162,0.5,0.15372517456988796,0.0,0.11094316386940141,0.15372517456988796,0.0,0.0919306749282238,0.15372517456988796,0.0,0.38517651563813626,0.15372517456988796,0.0,0.06162903888458339,0.15372517456988796,0.0,0.01807491999101402,0.15372517456988796,0.0,0.048655902573111004,0.15372517456988796,0.0,0.1696063555094653,0.15372517456988796,0.0,0.0380529037173967,0.5,0.15372517456988796,0.0,0.07808456693311043,0.15372517456988796,0.0,0.13175654952862859,0.5,0.15372517456988796,0.0,0.13147952761530166,0.15372517456988796,0.0,0.12558272232256332,0.15372517456988796,0.0,0.09726821519553498,0.15372517456988796,0.0,0.018689468752313153,0.15372517456988796,0.0,0.11177386878618303,0.15372517456988796,0.0,0.07048494475165437,0.15372517456988796,0.0,0.14059144515155622,0.5,0.15372517456988796,0.0,0.18877698121120196,0.0,0.02636840067146278,0.23432120551725777 -5163,0.5,0.15372517456988796,0.0,0.13920067041195303,0.15372517456988796,0.0,0.08951180940687609,0.15372517456988796,0.0,0.36277736891230394,0.15372517456988796,0.0,0.10647627060277656,0.15372517456988796,0.0,0.023561536509481992,0.15372517456988796,0.0,0.0347435141699409,0.15372517456988796,0.0,0.1977063385986806,0.15372517456988796,0.0,0.023050407109183185,0.5,0.15372517456988796,0.0,0.05075635607372642,0.15372517456988796,0.0,0.11112966018775067,0.5,0.15372517456988796,0.0,0.1642665884685502,0.15372517456988796,0.0,0.12685449706452592,0.15372517456988796,0.0,0.09183366819605632,0.15372517456988796,0.0,0.021697092805891556,0.15372517456988796,0.0,0.09741058830347843,0.15372517456988796,0.0,0.09030684973142032,0.15372517456988796,0.0,0.14036149225532843,0.5,0.15372517456988796,0.0,0.22022717590224594,0.0,0.0833147237006016,0.3302181867442833 -5164,0.5,0.15372517456988796,0.0,0.1510335930302279,0.15372517456988796,0.0,0.07566670639450578,0.15372517456988796,0.0,0.4082252851822937,0.15372517456988796,0.0,0.1591564850432924,0.15372517456988796,0.0,0.030031414743441,0.15372517456988796,0.0,0.028807390686353025,0.15372517456988796,0.0,0.22294297601818797,0.15372517456988796,0.0,0.01744549327778734,0.5,0.15372517456988796,0.0,0.03583268609525621,0.15372517456988796,0.0,0.09201278951374384,0.5,0.15372517456988796,0.0,0.18694758900779665,0.15372517456988796,0.0,0.1237144311059058,0.15372517456988796,0.0,0.08488889632579608,0.15372517456988796,0.0,0.02907860429633466,0.15372517456988796,0.0,0.07872896426483,0.15372517456988796,0.0,0.13395185807351526,0.15372517456988796,0.0,0.15403382540231153,0.5,0.15372517456988796,0.0,0.19928320578910097,0.0,0.18508097517688255,0.43258195776704 -5165,0.5,0.15372517456988796,0.0,0.1686459113465166,0.15372517456988796,0.0,0.05688097743304085,0.15372517456988796,0.0,0.3740833928359511,0.15372517456988796,0.0,0.2363299068239244,0.15372517456988796,0.0,0.035373305199381214,0.15372517456988796,0.0,0.035140103828841154,0.15372517456988796,0.0,0.21470247747755603,0.15372517456988796,0.0,0.016758953466273964,0.5,0.15372517456988796,0.0,0.02744776761468513,0.15372517456988796,0.0,0.08798267388130207,0.5,0.15372517456988796,0.0,0.2093234738398672,0.15372517456988796,0.0,0.1230748781813363,0.15372517456988796,0.0,0.07797431159180265,0.15372517456988796,0.0,0.039951619377997606,0.15372517456988796,0.0,0.07884762104139095,0.15372517456988796,0.0,0.15335785304180266,0.15372517456988796,0.0,0.19412505600622199,0.5,0.15372517456988796,0.0,0.17431418829661433,0.0,0.18240079203380463,0.5161669610568765 -5166,0.5,0.15372517456988796,0.0029707536094440968,0.22480115094705325,0.15372517456988796,0.016332079042819362,0.052537480805978636,0.15372517456988796,0.002504593497150279,0.2918393937409635,0.15372517456988796,0.003745729603516626,0.3046391322940318,0.15372517456988796,0.004103909954003309,0.04301243457918146,0.15372517456988796,0.003016031110840097,0.04439732261291095,0.15372517456988796,0.001832105912868252,0.19291825252900888,0.15372517456988796,0.0014140596844840329,0.020359867016115765,0.5,0.15372517456988796,0.0021344825416116805,0.025024687377718968,0.15372517456988796,0.00028820047432307643,0.0968149720398243,0.5,0.15372517456988796,0.0010404752990779986,0.1888505980733076,0.15372517456988796,0.0006097848864193977,0.1350705495687053,0.15372517456988796,0.02070387550307381,0.07528969724168603,0.15372517456988796,0.010086664088819416,0.05269915252842363,0.15372517456988796,0.00449073747761526,0.09382741628384367,0.15372517456988796,0.001804058902111311,0.14063421333165968,0.15372517456988796,0.0028411455123554617,0.2178239082372349,0.5,0.15372517456988796,0.005022660630800608,0.17978863911380547,0.0,0.27174404349599746,0.5255432788374588 -5167,0.5,0.15372517456988796,0.011719124545268784,0.3214251050413509,0.15372517456988796,0.07354879665263274,0.0821358526423597,0.15372517456988796,0.010449408155989347,0.28031035022859646,0.15372517456988796,0.019554916270549807,0.3466137909024821,0.15372517456988796,0.060998916105710344,0.06721556794634222,0.15372517456988796,0.06294729040711963,0.07316320455197708,0.15372517456988796,0.032234034207427556,0.19432540241031698,0.15372517456988796,0.03340462402019829,0.024031791407315123,0.5,0.15372517456988796,0.04782485469527481,0.037736102749255714,0.15372517456988796,0.005978459079528596,0.09404059923558131,0.5,0.15372517456988796,0.030713162153784106,0.18133268490207768,0.15372517456988796,0.016891537880058816,0.15082344549969462,0.15372517456988796,0.08871890804740198,0.09743742427130277,0.15372517456988796,0.07559457615199035,0.06727084965199974,0.15372517456988796,0.031220603201289207,0.11630083282053454,0.15372517456988796,0.016196294789771998,0.14109859619176646,0.15372517456988796,0.025613285683684893,0.2706892899014145,0.5,0.15372517456988796,0.0308352078152294,0.1741720735866387,0.0,0.4284342556685814,0.4102119280237902 -5168,0.5,0.15372517456988796,0.032240354602627044,0.4193163446335168,0.15372517456988796,0.16556627761217121,0.13299165495362109,0.15372517456988796,0.031997458767175975,0.3193110174834083,0.15372517456988796,0.02790123090823518,0.3731251402226799,0.15372517456988796,0.16914812691469389,0.23437612171772704,0.15372517456988796,0.174273025700172,0.13057245084827493,0.15372517456988796,0.10699874776931007,0.2245188959623987,0.15372517456988796,0.12155748342948489,0.03232524779552885,0.5,0.15372517456988796,0.1391694880930748,0.06134467647975862,0.15372517456988796,0.03259321291378317,0.09454534738108107,0.5,0.15372517456988796,0.1225141767288221,0.16698484104512126,0.15372517456988796,0.07324330107218072,0.20327258779810636,0.15372517456988796,0.18712703236496026,0.22765722160256613,0.15372517456988796,0.18023070223216203,0.15889613220043708,0.15372517456988796,0.07108917135854491,0.1677400217912137,0.15372517456988796,0.038439217327075656,0.1328810339344539,0.15372517456988796,0.052216364790729566,0.2694931700170306,0.5,0.15372517456988796,0.06143073835723197,0.1681044292264998,0.0,0.5492102679811425,0.29681950479393315 -5169,0.5,0.15372517456988796,0.060753433502572424,0.542294711259736,0.15372517456988796,0.2713902329974603,0.2873623417022422,0.15372517456988796,0.0891173410138535,0.4034946447639885,0.15372517456988796,0.035493211588796064,0.3736151263794101,0.15372517456988796,0.3089510896988135,0.3291482060685348,0.15372517456988796,0.30924433525771233,0.1492735316110032,0.15372517456988796,0.24992020181492544,0.237881864603133,0.15372517456988796,0.26127606280228044,0.037335328413763455,0.5,0.15372517456988796,0.2574243656525079,0.07016003318428457,0.15372517456988796,0.062289739152007834,0.09786210715173363,0.5,0.15372517456988796,0.2506586637780428,0.18821389112823111,0.15372517456988796,0.15754298298507868,0.2498010450640305,0.15372517456988796,0.29733472917806125,0.3449708579113612,0.15372517456988796,0.3093807184797086,0.2954812139802191,0.15372517456988796,0.128015351628295,0.25769816164701165,0.15372517456988796,0.06162955367256036,0.12085747459673145,0.15372517456988796,0.10669567713216771,0.29332116671765496,0.5,0.15372517456988796,0.09306632463790118,0.1916819384135685,0.0,0.6227972944398282,0.30321436205447516 -5170,0.5,0.15372517456988796,0.12820660188577865,0.6533136593006068,0.15372517456988796,0.39111799025456234,0.4709925366567378,0.15372517456988796,0.08202431147043511,0.3544922131602438,0.15372517456988796,0.04875555635814362,0.4106284246336513,0.15372517456988796,0.457433533627691,0.35785379496132597,0.15372517456988796,0.4449596208701631,0.1800581873343438,0.15372517456988796,0.4064508502702588,0.24072095864695917,0.15372517456988796,0.4318796526075395,0.039540002494676846,0.5,0.15372517456988796,0.3801062843114006,0.05851410062835709,0.15372517456988796,0.09056804667981477,0.1124576753540261,0.5,0.15372517456988796,0.3581358145600195,0.13271243151274753,0.15372517456988796,0.2083083596336494,0.2185840085367612,0.15372517456988796,0.41974726351482444,0.40336236230569095,0.15372517456988796,0.4486840869382974,0.33062344190013515,0.15372517456988796,0.2073247242236561,0.3585895219168826,0.15372517456988796,0.09417836980360007,0.0957842595007434,0.15372517456988796,0.1391786265187475,0.2733333627833987,0.5,0.15372517456988796,0.12560269887188824,0.2189341823766522,0.0,0.6305761892781929,0.40450922972520986 -5171,0.5,0.15372517456988796,0.18708243746729203,0.6567705995777071,0.15372517456988796,0.513430667656118,0.5659081568244791,0.15372517456988796,0.10838107442760243,0.333928372203969,0.15372517456988796,0.05462191502867515,0.4490081676454583,0.15372517456988796,0.5772319738602415,0.3837913583746712,0.15372517456988796,0.5487446807978338,0.23892306301392885,0.15372517456988796,0.5508364429234138,0.25084593924808624,0.15372517456988796,0.5509519708213286,0.05670797899048438,0.5,0.15372517456988796,0.438736430801809,0.0545791130337159,0.15372517456988796,0.09554091366890224,0.11429117667250592,0.5,0.15372517456988796,0.43941415276289425,0.1071461318330073,0.15372517456988796,0.251754847177418,0.17334267869148323,0.15372517456988796,0.5451604004382953,0.44416915295915393,0.15372517456988796,0.5703886234269748,0.3531004518325496,0.15372517456988796,0.29989635703323514,0.39505234107782333,0.15372517456988796,0.1542775338753258,0.07589817589775566,0.15372517456988796,0.18858524888315664,0.25583989833249904,0.5,0.15372517456988796,0.15871762703681377,0.23507100995240582,0.0,0.5874505250790882,0.4541378772631613 -5172,0.5,0.15372517456988796,0.23989656809051932,0.5820354560071102,0.15372517456988796,0.6056616360490906,0.6021973741141127,0.15372517456988796,0.1534197710454149,0.32520606764912263,0.15372517456988796,0.08304766506113895,0.4644124550766915,0.15372517456988796,0.6489016540784082,0.412323514875993,0.15372517456988796,0.5680091001023347,0.30469504447713547,0.15372517456988796,0.6303306217425931,0.26805836674089234,0.15372517456988796,0.5954989212932442,0.09158124164652667,0.5,0.15372517456988796,0.5019609497033903,0.07320356661081401,0.15372517456988796,0.08220644083342207,0.12639085951304577,0.5,0.15372517456988796,0.4371831991990387,0.09639103643603923,0.15372517456988796,0.3075135304237783,0.13182009283016444,0.15372517456988796,0.6262614019664404,0.47246218606332396,0.15372517456988796,0.6373321620971224,0.3764459747926934,0.15372517456988796,0.45214086721757185,0.4082749810440293,0.15372517456988796,0.28309243242750204,0.0666259291740494,0.15372517456988796,0.2385085588239954,0.2513559959048414,0.5,0.15372517456988796,0.17155437279503963,0.3080994621761257,0.0,0.4480302788011004,0.4329015857544097 -5173,0.5,0.15372517456988796,0.28450129203101404,0.48825039524650926,0.15372517456988796,0.6655600443637901,0.5916796501376198,0.15372517456988796,0.19193504723578875,0.2627552764886108,0.15372517456988796,0.1594792728567896,0.481383967058826,0.15372517456988796,0.6612066315574547,0.438876348771985,0.15372517456988796,0.5975210539733617,0.37947516702109535,0.15372517456988796,0.6582455748276808,0.2931422707258817,0.15372517456988796,0.6157329180524139,0.15013422567431622,0.5,0.15372517456988796,0.5454598094464973,0.10693435704463308,0.15372517456988796,0.12620710734539,0.1481927091355546,0.5,0.15372517456988796,0.40066957007468984,0.08996792029508087,0.15372517456988796,0.3412039124233161,0.10615913599934357,0.15372517456988796,0.6651304964284505,0.5061587666519561,0.15372517456988796,0.662559321668026,0.40101877263840524,0.15372517456988796,0.5587552106298994,0.3966430114017441,0.15372517456988796,0.46156824726204865,0.0835066146956032,0.15372517456988796,0.2358088833592087,0.21485464135597,0.5,0.15372517456988796,0.14155934573141526,0.3204819233767936,0.0,0.29813651285489634,0.4280152172440147 -5174,0.5,0.15372517456988796,0.3326579192430028,0.386988335651215,0.15372517456988796,0.654802860581067,0.5525164040278645,0.15372517456988796,0.2116339521969164,0.19286073407197044,0.15372517456988796,0.24681481774596392,0.4279458556351451,0.15372517456988796,0.6296138324445307,0.4739292386428905,0.15372517456988796,0.5843666078269854,0.4551551337739622,0.15372517456988796,0.6090182398208398,0.3006681336705006,0.15372517456988796,0.5551173995472107,0.1750766492841879,0.5,0.15372517456988796,0.5295371263833244,0.12801834886287017,0.15372517456988796,0.15069158561871046,0.13557583773206852,0.5,0.15372517456988796,0.3949519631007968,0.09072660897943602,0.15372517456988796,0.34397369309255504,0.0899600799884803,0.15372517456988796,0.6501615965812226,0.5516080456456868,0.15372517456988796,0.6478283220836552,0.42529909402665894,0.15372517456988796,0.6133194762373249,0.3634591441100326,0.15372517456988796,0.5322697631808646,0.10416773668181567,0.15372517456988796,0.20793290926050206,0.15710585882210334,0.5,0.15372517456988796,0.1246913129680014,0.2941911190179569,0.0,0.2149565019361449,0.4452765468828579 -5175,0.5,0.15372517456988796,0.3622703062268643,0.29695920410619303,0.15372517456988796,0.6096793171899477,0.515867859399556,0.15372517456988796,0.21907348919795425,0.14679424074467254,0.15372517456988796,0.2962814267032371,0.32956816119934185,0.15372517456988796,0.5476606154199701,0.49376252376453234,0.15372517456988796,0.5252980775720318,0.44188273366931186,0.15372517456988796,0.5354508680584211,0.2825000792597519,0.15372517456988796,0.47972273036289254,0.1496230980265785,0.5,0.15372517456988796,0.47404608550574406,0.12342038731529763,0.15372517456988796,0.12803503028628105,0.10069432178125243,0.5,0.15372517456988796,0.38102077729496164,0.1040698539194752,0.15372517456988796,0.3145877413627085,0.07415930561950858,0.15372517456988796,0.5987462901700581,0.570992750294019,0.15372517456988796,0.5661457273008372,0.43775741053053885,0.15372517456988796,0.5895793611630591,0.31876256036478884,0.15372517456988796,0.4439764539569434,0.08269136240886263,0.15372517456988796,0.16347659329070535,0.1309657112632006,0.5,0.15372517456988796,0.059082724889636146,0.25630940596760876,0.0,0.17084877093597858,0.4192666896357625 -5176,0.5,0.15372517456988796,0.3421489269645889,0.23616371570122835,0.15372517456988796,0.4994252991657799,0.5173298446902733,0.15372517456988796,0.23814994169667666,0.14799714559421137,0.15372517456988796,0.2756446487820821,0.22218170024099712,0.15372517456988796,0.44611816566669105,0.48015680996324556,0.15372517456988796,0.45220311113643197,0.3869563574397828,0.15372517456988796,0.34821681740903926,0.2385405127540806,0.15372517456988796,0.3861110623281143,0.12780858241748771,0.5,0.15372517456988796,0.3789157378687456,0.11010649131955554,0.15372517456988796,0.10027689328267325,0.07870264469664193,0.5,0.15372517456988796,0.3681837025504706,0.08508390164624692,0.15372517456988796,0.25602563310623316,0.04799846981015175,0.15372517456988796,0.5001919140179041,0.5751179171247653,0.15372517456988796,0.4627305141038278,0.42280620401691993,0.15372517456988796,0.47194435095551823,0.26510776441345985,0.15372517456988796,0.32513382459167933,0.0519809231341704,0.15372517456988796,0.12841605314828292,0.11374949572720215,0.5,0.15372517456988796,0.053737380947476696,0.26384795955324475,0.0,0.16540291355047942,0.3320122041556196 -5177,0.5,0.15372517456988796,0.2700944974630346,0.18890022466794584,0.15372517456988796,0.37237882030436975,0.5119116829819119,0.15372517456988796,0.2168182653938717,0.16698018656525335,0.15372517456988796,0.217026534594581,0.1474678187009397,0.15372517456988796,0.29187047767201657,0.40442708074579564,0.15372517456988796,0.32903959996763454,0.27568945736553646,0.15372517456988796,0.23006506655541176,0.18328261580276614,0.15372517456988796,0.267491330131159,0.0978834238825387,0.5,0.15372517456988796,0.24175816642839854,0.0928887283660515,0.15372517456988796,0.07359269807977575,0.06306527942932512,0.5,0.15372517456988796,0.32904185545156334,0.036338558100746564,0.15372517456988796,0.1931924479748891,0.02734432377369999,0.15372517456988796,0.3828405347464366,0.5638189538105272,0.15372517456988796,0.3323731133035382,0.38389457427142504,0.15372517456988796,0.32727617801647396,0.20264653059097826,0.15372517456988796,0.2297616032764646,0.03136717593984712,0.15372517456988796,0.09539177925763366,0.09268820268912364,0.5,0.15372517456988796,0.04524428030210325,0.24451965582298138,0.0,0.15411237890690646,0.25532709687651045 -5178,0.5,0.15372517456988796,0.17390614966054824,0.13276829305829727,0.15372517456988796,0.2463179853912409,0.4740231391747372,0.15372517456988796,0.13286786504678474,0.14244229779705525,0.15372517456988796,0.13606347663024923,0.10020790030320784,0.15372517456988796,0.18708115761987182,0.2824731771216664,0.15372517456988796,0.2030972520202387,0.19556723675307958,0.15372517456988796,0.11918506139603569,0.10846824427955193,0.15372517456988796,0.1407385396320075,0.05803198118998824,0.5,0.15372517456988796,0.1538641173046912,0.051572182349726554,0.15372517456988796,0.037459505684232966,0.044407172987046384,0.5,0.15372517456988796,0.2019311874829685,0.006021312269255167,0.15372517456988796,0.12740367132922992,0.012380564693420557,0.15372517456988796,0.25565005815474523,0.48821531420236625,0.15372517456988796,0.20977376345188645,0.314012012443042,0.15372517456988796,0.1990992061724545,0.12951061829566068,0.15372517456988796,0.12186856106540081,0.01180540574681582,0.15372517456988796,0.08205651302502914,0.06895221029717548,0.5,0.15372517456988796,0.012824561527898667,0.22285293999171016,0.0,0.13611944993682598,0.24272616665277655 -5179,0.5,0.15372517456988796,0.061446065427205536,0.07201313404133251,0.15372517456988796,0.07402214070585672,0.3485970137661206,0.15372517456988796,0.044294862221183236,0.052536472969685985,0.15372517456988796,0.046046201410379496,0.0697814762471333,0.15372517456988796,0.0874676395673026,0.18391046454104693,0.15372517456988796,0.1068955942675025,0.16112297266284908,0.15372517456988796,0.054097669515366584,0.0474713653898503,0.15372517456988796,0.06339825877168838,0.056424596779019606,0.5,0.15372517456988796,0.06882689554957248,0.01833439276063711,0.15372517456988796,0.008332592349073874,0.03264020275442961,0.5,0.15372517456988796,0.0620792289360714,0.000531264913138237,0.15372517456988796,0.05135156477160624,0.008584700836877903,0.15372517456988796,0.08854753298191569,0.3396666280204134,0.15372517456988796,0.09444820095108608,0.24404281557196036,0.15372517456988796,0.068860898329758,0.07544638203656966,0.15372517456988796,0.04928511981452938,0.006415011185255689,0.15372517456988796,0.038435062454333056,0.04233251691957019,0.5,0.15372517456988796,0.0033491815007437786,0.1979997162860324,0.0,0.13438278466583847,0.2745655246592863 -5180,0.5,0.15372517456988796,0.0,0.05874782110033086,0.15372517456988796,0.0,0.17519354567403514,0.15372517456988796,2.0159816299901753e-05,0.03702128731793193,0.15372517456988796,1.1476825027966433e-05,0.07208198134606288,0.15372517456988796,0.0,0.10836376610337939,0.15372517456988796,0.0,0.16706249347578533,0.15372517456988796,2.4832651854292765e-05,0.024811594710211396,0.15372517456988796,0.0,0.11037182182167327,0.5,0.15372517456988796,0.0,0.015026935895928038,0.15372517456988796,0.00015557336185193939,0.03487071409112942,0.5,0.15372517456988796,0.0,0.00048581895720663015,0.15372517456988796,2.0358067306905154e-05,0.010663968966265144,0.15372517456988796,0.0,0.17706748373171172,0.15372517456988796,0.00045363543830051814,0.15014620952676544,0.15372517456988796,0.0,0.08307426632069846,0.15372517456988796,1.669565596020133e-05,0.010672443799982292,0.15372517456988796,3.272196429035931e-05,0.019549724965690837,0.5,0.15372517456988796,4.15107056711699e-06,0.1712516175070392,0.0,0.18152485698723123,0.27806689705511234 -5181,0.5,0.15372517456988796,0.0,0.07171486213070845,0.15372517456988796,0.0,0.07522242627610305,0.15372517456988796,0.0,0.03810254149270377,0.15372517456988796,0.0,0.06886433940134422,0.15372517456988796,0.0,0.08458053093562579,0.15372517456988796,0.0,0.15761150963890827,0.15372517456988796,0.0,0.025740175733942758,0.15372517456988796,0.0,0.08653928832957032,0.5,0.15372517456988796,0.0,0.021884985711245482,0.15372517456988796,0.0,0.03492586006321124,0.5,0.15372517456988796,0.0,0.0008293908682180725,0.15372517456988796,0.0,0.013343219004962117,0.15372517456988796,0.0,0.10539531700706006,0.15372517456988796,0.0,0.08487455434308966,0.15372517456988796,0.0,0.07331681185318886,0.15372517456988796,0.0,0.01364413236832758,0.15372517456988796,0.0,0.010148667439234505,0.5,0.15372517456988796,0.0,0.13687899953648058,0.0,0.3277112204192009,0.2552504726837197 -5182,0.5,0.15372517456988796,0.0,0.08827069279435511,0.15372517456988796,0.0,0.031589206495029866,0.15372517456988796,0.0,0.042129450020500156,0.15372517456988796,0.0,0.06725765880019399,0.15372517456988796,0.0,0.06473803022103353,0.15372517456988796,0.0,0.12499054984000418,0.15372517456988796,0.0,0.03729323097484393,0.15372517456988796,0.0,0.05335215387735333,0.5,0.15372517456988796,0.0,0.019175592853018755,0.15372517456988796,0.0,0.030969323927593915,0.5,0.15372517456988796,0.0,0.0009726461916557557,0.15372517456988796,0.0,0.014399026576910228,0.15372517456988796,0.0,0.08845562457614374,0.15372517456988796,0.0,0.0534379227877043,0.15372517456988796,0.0,0.0540695664969197,0.15372517456988796,0.0,0.014537830198788262,0.15372517456988796,0.0,0.005838955948913235,0.5,0.15372517456988796,0.0,0.11137287052888993,0.0,0.6013984350292051,0.21867774014285993 -5183,0.5,0.15372517456988796,0.0,0.10039024717501731,0.15372517456988796,0.0,0.02341284028438051,0.15372517456988796,0.0,0.04660798258724367,0.15372517456988796,0.0,0.06753010018695449,0.15372517456988796,0.0,0.04409634566288687,0.15372517456988796,0.0,0.08347261477805329,0.15372517456988796,0.0,0.030269273807013386,0.15372517456988796,0.0,0.040609703039225994,0.5,0.15372517456988796,0.0,0.014557348281841275,0.15372517456988796,0.0,0.027459910246817883,0.5,0.15372517456988796,0.0,0.0010029111479552607,0.15372517456988796,0.0,0.01351636935656529,0.15372517456988796,0.0,0.07928654324682219,0.15372517456988796,0.0,0.04560517665542578,0.15372517456988796,0.0,0.03548181776187363,0.15372517456988796,0.0,0.014082531156914732,0.15372517456988796,0.0,0.005091307152243346,0.5,0.15372517456988796,0.0,0.0830021311694798,0.0,0.7346914687303981,0.21352764650732467 -5184,0.5,0.15372517456988796,0.0,0.10915417907418305,0.15372517456988796,0.0,0.023836042260541503,0.15372517456988796,0.0,0.048964868667721644,0.15372517456988796,0.0,0.06453072257292716,0.15372517456988796,0.0,0.029220468034923973,0.15372517456988796,0.0,0.04378765744938084,0.15372517456988796,0.0,0.020951903301487988,0.15372517456988796,0.0,0.02970168626746017,0.5,0.15372517456988796,0.0,0.012477599506949776,0.15372517456988796,0.0,0.025187899898454113,0.5,0.15372517456988796,0.0,0.0016486622101391033,0.15372517456988796,0.0,0.011357258959311747,0.15372517456988796,0.0,0.07671011799685645,0.15372517456988796,0.0,0.04307051513395417,0.15372517456988796,0.0,0.02312992254509525,0.15372517456988796,0.0,0.00834128294614272,0.15372517456988796,0.0,0.004930300061326953,0.5,0.15372517456988796,0.0,0.0637041027559422,0.0,0.7190046408216586,0.2171200095631618 -5185,0.5,0.15372517456988796,0.0,0.10880188581963382,0.15372517456988796,0.0,0.019315373292068658,0.15372517456988796,0.0,0.04602232754945491,0.15372517456988796,0.0,0.05577113147552263,0.15372517456988796,0.0,0.020372926992031967,0.15372517456988796,0.0,0.021705586012916535,0.15372517456988796,0.0,0.01556538660133668,0.15372517456988796,0.0,0.021439391331887294,0.5,0.15372517456988796,0.0,0.011062782273144885,0.15372517456988796,0.0,0.021893575365038574,0.5,0.15372517456988796,0.0,0.0029567127534707817,0.15372517456988796,0.0,0.009045750091126544,0.15372517456988796,0.0,0.07562063759432827,0.15372517456988796,0.0,0.04252365585430798,0.15372517456988796,0.0,0.017534368342918445,0.15372517456988796,0.0,0.004560100716779186,0.15372517456988796,0.0,0.0045911129309644545,0.5,0.15372517456988796,0.0,0.054389897202292425,0.0,0.683037011259796,0.24383448539997077 -5186,0.5,0.15372517456988796,0.0,0.10509310301043906,0.15372517456988796,0.0,0.012461796610252844,0.15372517456988796,0.0,0.04407499944932984,0.15372517456988796,0.0,0.04433156255038618,0.15372517456988796,0.0,0.014085266860749998,0.15372517456988796,0.0,0.012938283900648568,0.15372517456988796,0.0,0.01609077912234581,0.15372517456988796,0.0,0.01735928122808332,0.5,0.15372517456988796,0.0,0.010634251157727825,0.15372517456988796,0.0,0.020812737418080214,0.5,0.15372517456988796,0.0,0.004710132904983636,0.15372517456988796,0.0,0.008183253910912824,0.15372517456988796,0.0,0.07655035445662017,0.15372517456988796,0.0,0.040120999559109194,0.15372517456988796,0.0,0.012924781980678774,0.15372517456988796,0.0,0.002724211100801315,0.15372517456988796,0.0,0.003967011860778024,0.5,0.15372517456988796,0.0,0.04418537805905783,0.0,0.6418381515100513,0.35653338412721286 -5187,0.5,0.15372517456988796,0.0,0.10310142325423886,0.15372517456988796,0.0,0.017484740406706997,0.15372517456988796,0.0,0.040546200220580066,0.15372517456988796,0.0,0.03554538652717504,0.15372517456988796,0.0,0.009994894853030133,0.15372517456988796,0.0,0.008656127854230403,0.15372517456988796,0.0,0.02038602200814487,0.15372517456988796,0.0,0.01631955746759991,0.5,0.15372517456988796,0.0,0.010790883036089589,0.15372517456988796,0.0,0.02145608747590756,0.5,0.15372517456988796,0.0,0.004881038250223935,0.15372517456988796,0.0,0.007063935529041623,0.15372517456988796,0.0,0.07989482831516975,0.15372517456988796,0.0,0.04068511888070317,0.15372517456988796,0.0,0.010902179628028055,0.15372517456988796,0.0,0.002536357132554625,0.15372517456988796,0.0,0.0037603891121921803,0.5,0.15372517456988796,0.0,0.03398273779741638,0.0,0.6445055430710017,0.4453750119579143 -5188,0.5,0.15372517456988796,0.0,0.10078464396408103,0.15372517456988796,0.0,0.03123397554090353,0.15372517456988796,0.0,0.029481090847219154,0.15372517456988796,0.0,0.029687634971170468,0.15372517456988796,0.0,0.008577870454054032,0.15372517456988796,0.0,0.00476015714809037,0.15372517456988796,0.0,0.024001406619517718,0.15372517456988796,0.0,0.014570175509942933,0.5,0.15372517456988796,0.0,0.012155728726979146,0.15372517456988796,0.0,0.02123872945292864,0.5,0.15372517456988796,0.0,0.004996252143398002,0.15372517456988796,0.0,0.005464334016334216,0.15372517456988796,0.0,0.08567157673008065,0.15372517456988796,0.0,0.05171096929927259,0.15372517456988796,0.0,0.013045667874290151,0.15372517456988796,0.0,0.006354306566575535,0.15372517456988796,0.0,0.0033823253717315685,0.5,0.15372517456988796,0.0,0.024904510025280893,0.0,0.6256334400778484,0.49228343663296237 -5189,0.5,0.15372517456988796,0.0,0.09137492245703213,0.15372517456988796,0.0,0.04443729118997628,0.15372517456988796,0.0,0.01905342153140024,0.15372517456988796,0.0,0.0276909182797166,0.15372517456988796,0.0,0.009319415812472667,0.15372517456988796,0.0,0.0016283662362533155,0.15372517456988796,0.0,0.01790675287568644,0.15372517456988796,0.0,0.011749166928996746,0.5,0.15372517456988796,0.0,0.011488903019953419,0.15372517456988796,0.0,0.021083688686861727,0.5,0.15372517456988796,0.0,0.0061421932391541685,0.15372517456988796,0.0,0.005170986335476222,0.15372517456988796,0.0,0.08757346263291556,0.15372517456988796,0.0,0.07075246313933739,0.15372517456988796,0.0,0.016372902978850364,0.15372517456988796,0.0,0.012326683720463309,0.15372517456988796,0.0,0.0027795794884952823,0.5,0.15372517456988796,0.0,0.01868716262367179,0.0,0.5442695765409127,0.5129301386528636 -5190,0.5,0.15372517456988796,0.03270033211738259,0.07438617964597918,0.15372517456988796,0.021847720482229778,0.0465596449679588,0.15372517456988796,0.017617178822929642,0.010668256730589366,0.15372517456988796,0.02653622490501828,0.02337437431527375,0.15372517456988796,0.00704659210661621,0.01192106747078297,0.15372517456988796,0.003505837190249034,0.0016960902935900348,0.15372517456988796,0.00452080197777743,0.01046418071233983,0.15372517456988796,0.0029586937777198665,0.011077611814598326,0.5,0.15372517456988796,0.0032178518519948435,0.00928102775692721,0.15372517456988796,0.004419453929202665,0.01730022774438414,0.5,0.15372517456988796,0.003791590933412858,0.0068178004928859505,0.15372517456988796,0.0030290434570615908,0.004786332370379755,0.15372517456988796,0.02114320286753709,0.08852340717378865,0.15372517456988796,0.012189866168233872,0.09084827626751014,0.15372517456988796,0.0141341607439735,0.016099004776538917,0.15372517456988796,0.005735439724668198,0.01260108067109332,0.15372517456988796,0.011787030697865662,0.0022566674415376675,0.5,0.15372517456988796,0.0038701813718597226,0.015030528781003773,0.0,0.46886990036153864,0.48285083355103753 -5191,0.5,0.15372517456988796,0.11090590077582749,0.11020932888019631,0.15372517456988796,0.09683647078630188,0.07599560758207173,0.15372517456988796,0.08960492707577554,0.008842973179499175,0.15372517456988796,0.10488853606843263,0.02825297255169545,0.15372517456988796,0.07870219926226008,0.018443929020559486,0.15372517456988796,0.05976872434226126,0.005836833947132912,0.15372517456988796,0.06856033437777875,0.013890330501729716,0.15372517456988796,0.052962956207232736,0.014155891117462703,0.5,0.15372517456988796,0.06770431042433148,0.007598559521942074,0.15372517456988796,0.06328444064513244,0.014467916292524328,0.5,0.15372517456988796,0.06992767008510653,0.006140226024433554,0.15372517456988796,0.0571252596437428,0.0037607774062329673,0.15372517456988796,0.09429489911032064,0.10783351071201006,0.15372517456988796,0.0852703762017197,0.12739070044930811,0.15372517456988796,0.08496341400575505,0.026307635084601252,0.15372517456988796,0.06045547570685525,0.018105450647738164,0.15372517456988796,0.08764970102859984,0.0016256063949450354,0.5,0.15372517456988796,0.039398808552786165,0.01373729197230844,0.0,0.43517116414495005,0.3754844249584383 -5192,0.5,0.15372517456988796,0.22413381141202637,0.20952116732633236,0.15372517456988796,0.2146278467006516,0.12506591490740376,0.15372517456988796,0.18623212851942728,0.02280201543616443,0.15372517456988796,0.21084823528079014,0.05737471308353441,0.15372517456988796,0.18799592687142883,0.06606900675179463,0.15372517456988796,0.14366172916149567,0.026413513407629548,0.15372517456988796,0.1664191910173745,0.03099273650630243,0.15372517456988796,0.12379259584637461,0.03409293721862232,0.5,0.15372517456988796,0.16830949248087745,0.02829063630625134,0.15372517456988796,0.14975825904667575,0.022285907624909243,0.5,0.15372517456988796,0.17456897527407225,0.010148292901795305,0.15372517456988796,0.1369289648293857,0.006047038801928174,0.15372517456988796,0.20813338871043607,0.2638130074220757,0.15372517456988796,0.19838422879353512,0.21443506939390788,0.15372517456988796,0.1889160419156989,0.05760104351676755,0.15372517456988796,0.14205096377154527,0.029040588357886726,0.15372517456988796,0.19655985034905366,0.002761246126802334,0.5,0.15372517456988796,0.09824789785074786,0.015372584381405659,0.0,0.38350863958217873,0.23204001564807472 -5193,0.5,0.15372517456988796,0.34825615548843597,0.28481422189822814,0.15372517456988796,0.34362898343825,0.19300154912258785,0.15372517456988796,0.2721696050586224,0.028521044104549236,0.15372517456988796,0.32349357294611714,0.08599346550777412,0.15372517456988796,0.31444014874708237,0.13478285422230032,0.15372517456988796,0.24708627895479013,0.06493851115505049,0.15372517456988796,0.2792087324848429,0.09129885709220521,0.15372517456988796,0.2115250822378885,0.06119289154799663,0.5,0.15372517456988796,0.2866345826191673,0.05573417432261207,0.15372517456988796,0.2504712366345673,0.030937890455418823,0.5,0.15372517456988796,0.30175586147035005,0.04028581350594505,0.15372517456988796,0.2380627154389711,0.024987971945266745,0.15372517456988796,0.32411577056137536,0.42154409022973993,0.15372517456988796,0.3266193694002758,0.2842429482820503,0.15372517456988796,0.3108379786513698,0.09432553985482472,0.15372517456988796,0.26446000078672954,0.046244077983781655,0.15372517456988796,0.31274849084651263,0.008359264836614009,0.5,0.15372517456988796,0.16463177813555097,0.015669821256893635,0.0,0.3188974826599975,0.2459307701411922 -5194,0.5,0.15372517456988796,0.4775682850130954,0.308342347403525,0.15372517456988796,0.4789880108443434,0.2725627854846849,0.15372517456988796,0.3418836145953912,0.026087858679295833,0.15372517456988796,0.4353679644302163,0.12038618725307655,0.15372517456988796,0.4506613898861786,0.207145672718331,0.15372517456988796,0.3978613458047551,0.1202771452619247,0.15372517456988796,0.40912453453616315,0.17600751039897486,0.15372517456988796,0.33915372823370676,0.07402163395149039,0.5,0.15372517456988796,0.4071902197035111,0.0576783370612048,0.15372517456988796,0.34318757935565586,0.03182628272090849,0.5,0.15372517456988796,0.44065420094911756,0.054893987139262926,0.15372517456988796,0.349974043510331,0.053330169411831205,0.15372517456988796,0.401519139608706,0.5037026859286629,0.15372517456988796,0.46140772785910444,0.36061284664353627,0.15372517456988796,0.4433005219061758,0.14615333309991965,0.15372517456988796,0.4008283578872546,0.06189450370876489,0.15372517456988796,0.4120656708076402,0.01888270121970277,0.5,0.15372517456988796,0.24481221977527287,0.01106299379608305,0.0,0.30020993391711703,0.2787287951655659 -5195,0.5,0.15372517456988796,0.578067954611596,0.3245260299619323,0.15372517456988796,0.5923218483861311,0.3292848293785883,0.15372517456988796,0.4171992539813638,0.01798707581463607,0.15372517456988796,0.5328572229347466,0.15391017394993106,0.15372517456988796,0.5732234493490025,0.2781693602154896,0.15372517456988796,0.53195814451613,0.15486316220621793,0.15372517456988796,0.5407262339331255,0.2486915546123658,0.15372517456988796,0.41751461973348114,0.07739523861776754,0.5,0.15372517456988796,0.4647242745875325,0.06339556714176373,0.15372517456988796,0.3024123941098002,0.03163661233411375,0.5,0.15372517456988796,0.5386884325530149,0.07061281283590456,0.15372517456988796,0.3996342805480157,0.05944272238046981,0.15372517456988796,0.49803764410077805,0.5582856722402013,0.15372517456988796,0.573516152411989,0.4186165060693265,0.15372517456988796,0.5568017984736416,0.18455102556214453,0.15372517456988796,0.4986667728695967,0.0709245205594466,0.15372517456988796,0.4498904639165725,0.03040876868871038,0.5,0.15372517456988796,0.2778672649075078,0.008944742245876514,0.0,0.3518394029795965,0.3444822102799563 -5196,0.5,0.15372517456988796,0.6386285925573749,0.3475569865082519,0.15372517456988796,0.6548467052753005,0.3802179026368787,0.15372517456988796,0.49177660003565354,0.014209270315050117,0.15372517456988796,0.5915950450936582,0.17514519238559925,0.15372517456988796,0.6506722652368891,0.3096409301358113,0.15372517456988796,0.6013223483849156,0.16325685809391652,0.15372517456988796,0.6297307904578632,0.2560021254510124,0.15372517456988796,0.4562971073165122,0.08871904004749068,0.5,0.15372517456988796,0.49372344983561134,0.07994821389868746,0.15372517456988796,0.4263179857412249,0.027481922523445952,0.5,0.15372517456988796,0.4931238901556955,0.07772658452346196,0.15372517456988796,0.4602494830898838,0.06401146345337015,0.15372517456988796,0.5559485893179212,0.5821229824206036,0.15372517456988796,0.6311367696503468,0.455143067225281,0.15372517456988796,0.6033808314537179,0.20525340247318663,0.15372517456988796,0.4940806751245592,0.06823377778423707,0.15372517456988796,0.45256201539564234,0.04276235252176903,0.5,0.15372517456988796,0.3053604368741519,0.00748334005254765,0.0,0.3731487043740675,0.4337006585184718 -5197,0.5,0.15372517456988796,0.6580820647063969,0.3481173129273128,0.15372517456988796,0.653587971488756,0.4011698673428845,0.15372517456988796,0.5397953300230209,0.026589380036469032,0.15372517456988796,0.6063260307538156,0.18534250817673145,0.15372517456988796,0.6829488188614935,0.3196620032283429,0.15372517456988796,0.6394740232640841,0.1535247662462701,0.15372517456988796,0.6713136882771289,0.2279772797604726,0.15372517456988796,0.5132465907575766,0.09593262326224228,0.5,0.15372517456988796,0.544468682213434,0.09466702979108509,0.15372517456988796,0.48389429074018964,0.02578912848499339,0.5,0.15372517456988796,0.5693133498815521,0.10393916336655892,0.15372517456988796,0.49122219782466287,0.07879217940571087,0.15372517456988796,0.6272395730863959,0.6018394120741912,0.15372517456988796,0.643932888002562,0.4852444617634364,0.15372517456988796,0.6506694880020623,0.21884848821432568,0.15372517456988796,0.5092057161121745,0.0618260895401123,0.15372517456988796,0.48546060868435303,0.06243963941383396,0.5,0.15372517456988796,0.31038283542408657,0.008911826364791979,0.0,0.2931951075787549,0.5050065306885088 -5198,0.5,0.15372517456988796,0.6431691952166922,0.309279917294568,0.15372517456988796,0.6422095477170174,0.4707682783465911,0.15372517456988796,0.5464387000659495,0.056946012855526015,0.15372517456988796,0.5891901756383919,0.18855636181346655,0.15372517456988796,0.6646709005841989,0.3188331788276731,0.15372517456988796,0.6533873887638548,0.1172888602053945,0.15372517456988796,0.6380900444420328,0.18524880027464766,0.15372517456988796,0.5508267042273968,0.08955298111851806,0.5,0.15372517456988796,0.5464081351196772,0.09008225393790004,0.15372517456988796,0.44414401531972425,0.04267344753806285,0.5,0.15372517456988796,0.5484142366242648,0.0824465587508361,0.15372517456988796,0.4966306611447409,0.08290001745331468,0.15372517456988796,0.6183553396131326,0.6245083012483672,0.15372517456988796,0.6125021368134224,0.5060526002210926,0.15372517456988796,0.6284818871336281,0.24045331922603852,0.15372517456988796,0.4465598742757382,0.053309178858537073,0.15372517456988796,0.47320096048274846,0.07053381644941246,0.5,0.15372517456988796,0.2839522729690226,0.01497296510838966,0.0,0.18036841657001307,0.6026318938482756 -5199,0.5,0.15372517456988796,0.5786948224445911,0.2696926824153927,0.15372517456988796,0.5682444946849918,0.582610124196613,0.15372517456988796,0.5073164036521656,0.09074341605673793,0.15372517456988796,0.5196950940095363,0.18216577085356367,0.15372517456988796,0.6029655652038988,0.2859169241374721,0.15372517456988796,0.6056012680683172,0.09206603178350561,0.15372517456988796,0.5704721194254649,0.1444044885817689,0.15372517456988796,0.548987570467945,0.06679603066834008,0.5,0.15372517456988796,0.5258914414649524,0.0734608050599845,0.15372517456988796,0.4598897114187065,0.027679239301513996,0.5,0.15372517456988796,0.5050274894171605,0.09596000939020943,0.15372517456988796,0.45701554943592776,0.08580826166459178,0.15372517456988796,0.5750765739373851,0.6378543070259585,0.15372517456988796,0.5426268352198403,0.47897045960471596,0.15372517456988796,0.5634239678822407,0.2406528441716617,0.15372517456988796,0.33559747504668647,0.04467864932190442,0.15372517456988796,0.4112962783144324,0.08527634657831537,0.5,0.15372517456988796,0.2482076548714542,0.03131668634578913,0.0,0.10952060004703021,0.598419046587878 -5200,0.5,0.15372517456988796,0.46575291725576806,0.22959805502055208,0.15372517456988796,0.45551264510260087,0.6594682375917823,0.15372517456988796,0.3862415364984085,0.10179840853896828,0.15372517456988796,0.42864592258871026,0.1743926906799176,0.15372517456988796,0.49786081706811436,0.23903922190810423,0.15372517456988796,0.5183761419195821,0.06796769751890477,0.15372517456988796,0.477050058498771,0.10726791694766583,0.15372517456988796,0.4818865334604816,0.04943905792913941,0.5,0.15372517456988796,0.4504932692652591,0.06252898222849448,0.15372517456988796,0.3461183894243758,0.014122518155346254,0.5,0.15372517456988796,0.42192054833516346,0.10960890012807398,0.15372517456988796,0.389215119469836,0.07547330813360408,0.15372517456988796,0.48158814037583886,0.6128510423196372,0.15372517456988796,0.46575127678290584,0.4337798470200186,0.15372517456988796,0.4316807064208066,0.23114076475605558,0.15372517456988796,0.17995152675334208,0.037170924988317394,0.15372517456988796,0.3814734573430895,0.10459875126513697,0.5,0.15372517456988796,0.23322430521177342,0.04681182114661453,0.0,0.08553412085926632,0.5549268304893324 -5201,0.5,0.15372517456988796,0.33984822105855916,0.17686259061485274,0.15372517456988796,0.35377472960992906,0.6509144799408051,0.15372517456988796,0.2760648292125313,0.09519873671562706,0.15372517456988796,0.307496677075605,0.1356002047228818,0.15372517456988796,0.3647417459180094,0.20720955409419212,0.15372517456988796,0.39005719747545914,0.050655714080418815,0.15372517456988796,0.35048635879974793,0.07274432442459434,0.15372517456988796,0.3722532656126657,0.037702084498323955,0.5,0.15372517456988796,0.3505845016315256,0.05173301980471984,0.15372517456988796,0.22449068590389398,0.008091770589526214,0.5,0.15372517456988796,0.3174345763788825,0.09246771536330506,0.15372517456988796,0.274567893137602,0.06227577827186095,0.15372517456988796,0.3692372753745663,0.5786930798035759,0.15372517456988796,0.35657173057056446,0.38415951425868344,0.15372517456988796,0.3267673012827028,0.2207225956290477,0.15372517456988796,0.09828580201215298,0.028121904633124445,0.15372517456988796,0.2663284523089805,0.09587692059576311,0.5,0.15372517456988796,0.16455715827727913,0.03878808013738114,0.0,0.09006205255432186,0.5040511630426414 -5202,0.5,0.15372517456988796,0.20807298477433772,0.10239573886364915,0.15372517456988796,0.23268755005270148,0.5878821321614579,0.15372517456988796,0.1417675502683998,0.07716009241572905,0.15372517456988796,0.18249469451193515,0.06848211297169815,0.15372517456988796,0.24367372072970667,0.17010874712283852,0.15372517456988796,0.25600826417240546,0.038409215435420266,0.15372517456988796,0.22598396611769012,0.046728420557888534,0.15372517456988796,0.2482638373291428,0.021391527765263003,0.5,0.15372517456988796,0.20577408812352058,0.0345450472080413,0.15372517456988796,0.14771691966921022,0.003559840363160006,0.5,0.15372517456988796,0.2064818118401835,0.06723462012811113,0.15372517456988796,0.1507700185898599,0.03642775582757296,0.15372517456988796,0.2471649800794941,0.5126219828795451,0.15372517456988796,0.2445611170615581,0.31070397830349816,0.15372517456988796,0.21302705390484372,0.19494818889606258,0.15372517456988796,0.0669555151749266,0.01717375360888496,0.15372517456988796,0.16480516968676379,0.0730888201296038,0.5,0.15372517456988796,0.10007480423726021,0.02305925870773346,0.0,0.11542902959007587,0.42897405323029675 -5203,0.5,0.15372517456988796,0.05620280511447184,0.04426155222699626,0.15372517456988796,0.07216750649562992,0.3845748547161611,0.15372517456988796,0.029126646792634395,0.04472720233803109,0.15372517456988796,0.04630789025691897,0.03579479028465877,0.15372517456988796,0.08366043645873315,0.10989565180968544,0.15372517456988796,0.10171641850239381,0.016957406720905312,0.15372517456988796,0.07286491444810264,0.01798409867316761,0.15372517456988796,0.08826715791721661,0.002995331453766426,0.5,0.15372517456988796,0.07239494258149248,0.007925055408627063,0.15372517456988796,0.03471811340074387,0.0011747240567929918,0.5,0.15372517456988796,0.06483781789943845,0.020472745407845102,0.15372517456988796,0.04767525389095544,0.013179085585270029,0.15372517456988796,0.08586148611492436,0.3936081297074549,0.15372517456988796,0.09001983394691927,0.23272365070809076,0.15372517456988796,0.06801232347182548,0.12995785727323633,0.15372517456988796,0.033998323002371315,0.006150681103064729,0.15372517456988796,0.05107757687608538,0.03200243797918661,0.5,0.15372517456988796,0.028659478198388176,0.008018913287707208,0.0,0.16649296785886117,0.3382768209539187 -5204,0.5,0.15372517456988796,0.0,0.03223950533160928,0.15372517456988796,0.0,0.14147546176955514,0.15372517456988796,0.0,0.02725356267613187,0.15372517456988796,0.0,0.027829447349613574,0.15372517456988796,0.0,0.07610232924665748,0.15372517456988796,0.0,0.014122597450100586,0.15372517456988796,0.0,0.011243514612771878,0.15372517456988796,0.0,0.0012415991534492246,0.5,0.15372517456988796,0.0,0.0037901210717093394,0.15372517456988796,3.369559365078665e-05,0.0038956017706893113,0.5,0.15372517456988796,0.0,0.014013114818216498,0.15372517456988796,0.0,0.009935856649896558,0.15372517456988796,0.0,0.22606243199158907,0.15372517456988796,0.0,0.11717517193782365,0.15372517456988796,0.0,0.08128568622993392,0.15372517456988796,0.0,0.004689636219691626,0.15372517456988796,0.0,0.018136899600728673,0.5,0.15372517456988796,0.0,0.008069788634200437,0.0,0.22456723153454616,0.2385553302780022 -5205,0.5,0.15372517456988796,0.0,0.03203069422732448,0.15372517456988796,0.0,0.0757333471122064,0.15372517456988796,0.0,0.023471298486404193,0.15372517456988796,0.0,0.02169951260546584,0.15372517456988796,0.0,0.061910445846970044,0.15372517456988796,0.0,0.02087336500857731,0.15372517456988796,0.0,0.012648033886259492,0.15372517456988796,0.0,0.0030501900775859445,0.5,0.15372517456988796,0.0,0.0020382086428454836,0.15372517456988796,0.0,0.0037104437252699716,0.5,0.15372517456988796,0.0,0.011573899908796249,0.15372517456988796,0.0,0.005707030622973602,0.15372517456988796,0.0,0.1618028711740368,0.15372517456988796,0.0,0.07641120178496211,0.15372517456988796,0.0,0.055961314379765176,0.15372517456988796,0.0,0.005092537247394892,0.15372517456988796,0.0,0.012956444423984966,0.5,0.15372517456988796,0.0,0.00961349291408104,0.0,0.21231489413436552,0.13289347262599077 -5206,0.5,0.15372517456988796,0.0,0.04087568171737572,0.15372517456988796,0.0,0.05735674008672099,0.15372517456988796,0.0,0.02514864237975361,0.15372517456988796,0.0,0.020889548844111025,0.15372517456988796,0.0,0.03605470110835998,0.15372517456988796,0.0,0.018148930640890244,0.15372517456988796,0.0,0.011408691681490828,0.15372517456988796,0.0,0.005805197697925892,0.5,0.15372517456988796,0.0,0.0009624834091755415,0.15372517456988796,0.0,0.00567313758438678,0.5,0.15372517456988796,0.0,0.0071565758459181455,0.15372517456988796,0.0,0.00352772695709277,0.15372517456988796,0.0,0.14052286069833136,0.15372517456988796,0.0,0.050407216102192516,0.15372517456988796,0.0,0.03567930642827393,0.15372517456988796,0.0,0.005434638189155336,0.15372517456988796,0.0,0.009593556545995818,0.5,0.15372517456988796,0.0,0.01380907317232538,0.0,0.21922844106860814,0.05903763486633263 -5207,0.5,0.15372517456988796,0.0,0.04989295472624801,0.15372517456988796,0.0,0.042322951515653885,0.15372517456988796,0.0,0.032419207321153866,0.15372517456988796,0.0,0.022776057625557608,0.15372517456988796,0.0,0.014161919061797935,0.15372517456988796,0.0,0.013229350794934008,0.15372517456988796,0.0,0.008479105469209897,0.15372517456988796,0.0,0.008301538522214559,0.5,0.15372517456988796,0.0,0.0006409607693847037,0.15372517456988796,0.0,0.0061400508172474244,0.5,0.15372517456988796,0.0,0.004064480973382528,0.15372517456988796,0.0,0.0025001083628372438,0.15372517456988796,0.0,0.11528521972234437,0.15372517456988796,0.0,0.030375897227656476,0.15372517456988796,0.0,0.02048340161022459,0.15372517456988796,0.0,0.004990317874053037,0.15372517456988796,0.0,0.008076345909656458,0.5,0.15372517456988796,0.0,0.015082206576159421,0.0,0.28145499094243354,0.03150872975636665 -5208,0.5,0.15372517456988796,0.0,0.05365740677857732,0.15372517456988796,0.0,0.028829022155416762,0.15372517456988796,0.0,0.03509092387670537,0.15372517456988796,0.0,0.026975099787439914,0.15372517456988796,0.0,0.0045047680635179,0.15372517456988796,0.0,0.009575120223053686,0.15372517456988796,0.0,0.0058431489812057385,0.15372517456988796,0.0,0.011661236774083122,0.5,0.15372517456988796,0.0,0.00047968530887446695,0.15372517456988796,0.0,0.004730734741129237,0.5,0.15372517456988796,0.0,0.0015718284183895807,0.15372517456988796,0.0,0.002921635543317945,0.15372517456988796,0.0,0.08307450753076143,0.15372517456988796,0.0,0.018715762658960786,0.15372517456988796,0.0,0.009277800480348377,0.15372517456988796,0.0,0.003770298572800561,0.15372517456988796,0.0,0.006271277692682864,0.5,0.15372517456988796,0.0,0.014510661137233084,0.0,0.3013469146904029,0.03626976128122842 -5209,0.5,0.15372517456988796,0.0,0.05070970814661371,0.15372517456988796,0.0,0.025892980601431984,0.15372517456988796,0.0,0.03314000852572699,0.15372517456988796,0.0,0.028794618627581963,0.15372517456988796,0.0,0.0020523464658508605,0.15372517456988796,0.0,0.007183606852763013,0.15372517456988796,0.0,0.005420417237713385,0.15372517456988796,0.0,0.014021327841207883,0.5,0.15372517456988796,0.0,0.0004672687123377992,0.15372517456988796,0.0,0.002465631487595013,0.5,0.15372517456988796,0.0,0.0009008587574923642,0.15372517456988796,0.0,0.0037502885964791404,0.15372517456988796,0.0,0.054207046127397525,0.15372517456988796,0.0,0.013516387215427826,0.15372517456988796,0.0,0.004158712044012371,0.15372517456988796,0.0,0.002468873153913873,0.15372517456988796,0.0,0.004134511238940316,0.5,0.15372517456988796,0.0,0.012453176134360363,0.0,0.3267031871531121,0.04389568575559627 -5210,0.5,0.15372517456988796,0.0,0.04368260428457989,0.15372517456988796,0.0,0.027815473154847,0.15372517456988796,0.0,0.024698459445950005,0.15372517456988796,0.0,0.028275268550596536,0.15372517456988796,0.0,0.0017234579255765137,0.15372517456988796,0.0,0.006319500360042649,0.15372517456988796,0.0,0.007158467347111792,0.15372517456988796,0.0,0.015709458989858795,0.5,0.15372517456988796,0.0,0.001330987909387087,0.15372517456988796,0.0,0.0012800616406169528,0.5,0.15372517456988796,0.0,0.00046943382714908653,0.15372517456988796,0.0,0.004707084866463683,0.15372517456988796,0.0,0.040790859528097155,0.15372517456988796,0.0,0.009831287255197023,0.15372517456988796,0.0,0.0027236966822841283,0.15372517456988796,0.0,0.00215677838842173,0.15372517456988796,0.0,0.002350794531869593,0.5,0.15372517456988796,0.0,0.010500729744513649,0.0,0.34288733895068924,0.04617144035043041 -5211,0.5,0.15372517456988796,0.0,0.03945523643611635,0.15372517456988796,0.0,0.026938147523893514,0.15372517456988796,0.0,0.018169589988766607,0.15372517456988796,0.0,0.03390277180324886,0.15372517456988796,0.0,0.002349686364830082,0.15372517456988796,0.0,0.0081318266119361,0.15372517456988796,0.0,0.009975526407593987,0.15372517456988796,0.0,0.01728915840461674,0.5,0.15372517456988796,0.0,0.002611794156778726,0.15372517456988796,0.0,0.0008084166033953363,0.5,0.15372517456988796,0.0,0.00013939364944538503,0.15372517456988796,0.0,0.005732203653252085,0.15372517456988796,0.0,0.03764747037077203,0.15372517456988796,0.0,0.0076753746383687775,0.15372517456988796,0.0,0.0029649137997624663,0.15372517456988796,0.0,0.001933796299684198,0.15372517456988796,0.0,0.001997213603031358,0.5,0.15372517456988796,0.0,0.010723234330678524,0.0,0.29100393521533385,0.043243890590986475 -5212,0.5,0.15372517456988796,0.0,0.04072524670595812,0.15372517456988796,0.0,0.022099816720189062,0.15372517456988796,0.0,0.015193343570908152,0.15372517456988796,0.0,0.0367258236992404,0.15372517456988796,0.0,0.004518639829267992,0.15372517456988796,0.0,0.013114412304818367,0.15372517456988796,0.0,0.013789669802862408,0.15372517456988796,0.0,0.022733183020472593,0.5,0.15372517456988796,0.0,0.004490319826142605,0.15372517456988796,0.0,0.0009149561301672968,0.5,0.15372517456988796,0.0,0.00019841557580284252,0.15372517456988796,0.0,0.009828065604878464,0.15372517456988796,0.0,0.03107224412076884,0.15372517456988796,0.0,0.004979508593468663,0.15372517456988796,0.0,0.0032877135173923116,0.15372517456988796,0.0,0.0018074689659371105,0.15372517456988796,0.0,0.002699028975447296,0.5,0.15372517456988796,0.0,0.011177631955885099,0.0,0.23083858954618344,0.026820077515981942 -5213,0.5,0.15372517456988796,0.0,0.04510730550208772,0.15372517456988796,0.0,0.015350732627989609,0.15372517456988796,0.0,0.013898980622212027,0.15372517456988796,0.0,0.0242232548657719,0.15372517456988796,0.0,0.009263407725010785,0.15372517456988796,0.0,0.020091452489230797,0.15372517456988796,0.0,0.019352751744431664,0.15372517456988796,0.0,0.026276888590683483,0.5,0.15372517456988796,0.0,0.0038962523770455925,0.15372517456988796,0.0,0.0007308516633467453,0.5,0.15372517456988796,0.0,0.0004804118193467085,0.15372517456988796,0.0,0.01482300478781763,0.15372517456988796,0.0,0.021439342521981517,0.15372517456988796,0.0,0.0032396601064367684,0.15372517456988796,0.0,0.003410465396876586,0.15372517456988796,0.0,0.0021953953176013954,0.15372517456988796,0.0,0.0032654695749195555,0.5,0.15372517456988796,0.0,0.009897748316909967,0.0,0.22484663377212016,0.013907865322401193 -5214,0.5,0.15372517456988796,0.0312246719980544,0.04008192333930555,0.15372517456988796,0.020203094846280877,0.009155673613954954,0.15372517456988796,0.011664085617280884,0.008800685073428814,0.15372517456988796,0.028697257028273034,0.012014667148059871,0.15372517456988796,0.006575581860861652,0.012269885029304036,0.15372517456988796,0.0035555360463035176,0.026066254423080377,0.15372517456988796,0.005966692570063221,0.021533318693159754,0.15372517456988796,0.0034641588548991334,0.028995781664698836,0.5,0.15372517456988796,0.003221592434597848,0.0032370360243201258,0.15372517456988796,0.003790856611746084,0.00027260286499581303,0.5,0.15372517456988796,0.004689599040550694,0.0004719465467517031,0.15372517456988796,0.0038536746701484516,0.010141930870352414,0.15372517456988796,0.010735102356845628,0.016923041099025274,0.15372517456988796,0.010542452491095797,0.0031637165215089675,0.15372517456988796,0.014041601656546821,0.002755058696794315,0.15372517456988796,0.005244126005871132,0.003138591016425573,0.15372517456988796,0.005282762766745379,0.0017222684762047494,0.5,0.15372517456988796,0.011326131818253765,0.005208743754670544,0.0,0.25227899085764577,0.007790604823530079 -5215,0.5,0.15372517456988796,0.11131241523400953,0.05893944261073787,0.15372517456988796,0.09509353678193955,0.005751795640010386,0.15372517456988796,0.0751745223038078,0.005028459901173515,0.15372517456988796,0.11014755263549626,0.013425077559064994,0.15372517456988796,0.07849978209000828,0.012591694827431362,0.15372517456988796,0.06496503588931524,0.02881335089181843,0.15372517456988796,0.07909343721518632,0.018564529390899736,0.15372517456988796,0.06806438339824955,0.02395707776620251,0.5,0.15372517456988796,0.06989480258175047,0.0020652229929360283,0.15372517456988796,0.0676065907201985,7.924228047028683e-05,0.5,0.15372517456988796,0.07857644880703564,0.00026252145727019837,0.15372517456988796,0.07623695143118117,0.007629754042504175,0.15372517456988796,0.06729842498597353,0.018557296271077744,0.15372517456988796,0.0837804765561668,0.003936358166861463,0.15372517456988796,0.08950304158006767,0.002224384042230538,0.15372517456988796,0.07705646161902928,0.002748217904260785,0.15372517456988796,0.057364077526183506,0.0010161485937869763,0.5,0.15372517456988796,0.07170574781020703,0.004444859282966436,0.0,0.2967227240554448,0.01382140309117617 -5216,0.5,0.15372517456988796,0.2308031632270924,0.11579606124009383,0.15372517456988796,0.2112434328151074,0.004792773593249295,0.15372517456988796,0.1682845788340476,0.00561214622539739,0.15372517456988796,0.22752585826406088,0.03451924665423639,0.15372517456988796,0.18550418894351411,0.027708396146412587,0.15372517456988796,0.1591821230907094,0.04612413270213665,0.15372517456988796,0.1903405056607293,0.021352836181187735,0.15372517456988796,0.17160910822672,0.02230261541089979,0.5,0.15372517456988796,0.17999478676796693,0.0015891323221914589,0.15372517456988796,0.1709938414928444,6.720537548030782e-05,0.5,0.15372517456988796,0.194311123451398,0.0001530091543348789,0.15372517456988796,0.19294673590600253,0.002430062009201479,0.15372517456988796,0.1579230119016134,0.0230792820603618,0.15372517456988796,0.1955173740819958,0.00775483493177546,0.15372517456988796,0.20626848360102487,0.003924516675575427,0.15372517456988796,0.19544635075427014,0.004831425132764767,0.15372517456988796,0.1372960567732539,0.005245567101229828,0.5,0.15372517456988796,0.14217399698579622,0.013067283303694265,0.0,0.2814768858276108,0.02927021908487122 -5217,0.5,0.15372517456988796,0.3484023750314862,0.13557164805414068,0.15372517456988796,0.33988259240849117,0.0008279774978510779,0.15372517456988796,0.28528779012964395,0.0043543653646862905,0.15372517456988796,0.35454029307152224,0.053510546080216034,0.15372517456988796,0.30061174773286936,0.05308274181466728,0.15372517456988796,0.27841945321987716,0.08873201094733846,0.15372517456988796,0.31435114938882,0.04632833665469788,0.15372517456988796,0.29376049257512477,0.03583856696587798,0.5,0.15372517456988796,0.3096169282984822,0.009590553479415736,0.15372517456988796,0.29455755666469663,0.0001732526045966303,0.5,0.15372517456988796,0.32844978800369345,0.0002694159819799746,0.15372517456988796,0.32816770835794173,0.003398610974924642,0.15372517456988796,0.27321501942510995,0.03178005310075553,0.15372517456988796,0.31791848969548664,0.016665434960937735,0.15372517456988796,0.3364810060441705,0.004230735183316285,0.15372517456988796,0.3307038927151567,0.02360836176446841,0.15372517456988796,0.23674271850929668,0.007920798270345074,0.5,0.15372517456988796,0.1950399155670321,0.028703527315060328,0.0,0.20488499368569238,0.047786751902716515 -5218,0.5,0.15372517456988796,0.44561449021342703,0.1173171349753513,0.15372517456988796,0.47436454614536194,0.00033795742107287075,0.15372517456988796,0.4006978173200564,0.0026897193816339845,0.15372517456988796,0.4836158920199608,0.06260625396355983,0.15372517456988796,0.42546836514564546,0.07163249297132776,0.15372517456988796,0.4179127945840728,0.10964458165125487,0.15372517456988796,0.45138247762446637,0.08060039336510971,0.15372517456988796,0.42289338168232343,0.061529977264905236,0.5,0.15372517456988796,0.4429903032594525,0.03572984481092438,0.15372517456988796,0.4057737639893676,0.0003697092813575828,0.5,0.15372517456988796,0.46835913540243224,0.00037587463014309314,0.15372517456988796,0.45358511530745993,0.006160811543703436,0.15372517456988796,0.3968526502687117,0.04145598926846314,0.15372517456988796,0.4457648300442104,0.028598218863833107,0.15372517456988796,0.47061917250635416,0.005439734918668126,0.15372517456988796,0.46022866371386084,0.03946559686096913,0.15372517456988796,0.3382487774832402,0.00434266217172418,0.5,0.15372517456988796,0.20117437439245456,0.02184656386025821,0.0,0.1292659429752276,0.0595885242478077 -5219,0.5,0.15372517456988796,0.5110078113516331,0.09183764134007295,0.15372517456988796,0.5843474128984268,0.001609442509868452,0.15372517456988796,0.46316337681708175,0.0010577517666362911,0.15372517456988796,0.5841625194958078,0.07390564083165943,0.15372517456988796,0.5545115139932572,0.09230440250161794,0.15372517456988796,0.5387773163887527,0.12739898560523663,0.15372517456988796,0.5677551637229167,0.08502748776971947,0.15372517456988796,0.5259739928284521,0.09124707346683805,0.5,0.15372517456988796,0.5411853187508106,0.07893861131396646,0.15372517456988796,0.5438264930319249,0.0008474976280703915,0.5,0.15372517456988796,0.5673057033171143,0.0010647262198907519,0.15372517456988796,0.5645631023327381,0.009860316599016955,0.15372517456988796,0.5074266844548769,0.04470522527118951,0.15372517456988796,0.5564003253412657,0.03680718033001211,0.15372517456988796,0.5746616483579247,0.009415634088751798,0.15372517456988796,0.5754181758061964,0.03516503012768414,0.15372517456988796,0.4149966949731449,0.001398175050864056,0.5,0.15372517456988796,0.2668653878580994,0.016289031984905507,0.0,0.07420388670713945,0.06980752383254972 -5220,0.5,0.15372517456988796,0.5582639913329915,0.06840172450852833,0.15372517456988796,0.642781558538375,0.006588076899762493,0.15372517456988796,0.4911465189890133,0.00130394806212295,0.15372517456988796,0.6169730238915796,0.07484647223984787,0.15372517456988796,0.6348912221064288,0.13790711958207108,0.15372517456988796,0.5943751981153585,0.19780827284998798,0.15372517456988796,0.6410798568286405,0.0918711484956734,0.15372517456988796,0.5180752255208774,0.14530638853619876,0.5,0.15372517456988796,0.5306734308418499,0.12072033751507653,0.15372517456988796,0.5683550082077341,0.0007851249491785961,0.5,0.15372517456988796,0.6186500514511788,0.0017503929241062966,0.15372517456988796,0.6254742336185749,0.009986582982985133,0.15372517456988796,0.6086152851961663,0.039229547516377423,0.15372517456988796,0.6244216083461427,0.04823235132519611,0.15372517456988796,0.6291660734528255,0.016489669381868837,0.15372517456988796,0.6470499399093546,0.042110267354466366,0.15372517456988796,0.45350893459039493,0.0005841811696055586,0.5,0.15372517456988796,0.3573862056140474,0.01277646237956432,0.0,0.042932713161521474,0.07172772185161733 -5221,0.5,0.15372517456988796,0.5992170605297517,0.0524617309266878,0.15372517456988796,0.6607063053760629,0.01308597756860019,0.15372517456988796,0.49347130939064143,0.005058910314545332,0.15372517456988796,0.6532905838245073,0.06820466867379353,0.15372517456988796,0.6508626766197748,0.19973552221266222,0.15372517456988796,0.4983039223210626,0.2635923312406021,0.15372517456988796,0.6429157326550886,0.1159613793427689,0.15372517456988796,0.48005369327301184,0.19789176860065605,0.5,0.15372517456988796,0.48428579721390175,0.1333389875815027,0.15372517456988796,0.5861675196645044,0.00016362044996482295,0.5,0.15372517456988796,0.6375930569710369,0.0017150420176842837,0.15372517456988796,0.632429101248456,0.008411341288357771,0.15372517456988796,0.6451363609848628,0.03736461186585722,0.15372517456988796,0.6284587851005864,0.07092649385023186,0.15372517456988796,0.6587182777978944,0.029713855626631418,0.15372517456988796,0.6650773223527627,0.05742030714136825,0.15372517456988796,0.4451229791269026,0.0008316890924362757,0.5,0.15372517456988796,0.42411618903807174,0.009027258823066658,0.0,0.03555557474041872,0.09689283840684346 -5222,0.5,0.15372517456988796,0.5994238338871555,0.04223050245204715,0.15372517456988796,0.6402973994913627,0.01967450287631797,0.15372517456988796,0.45158881177252835,0.014688851686487913,0.15372517456988796,0.6270715801786936,0.05831273045731397,0.15372517456988796,0.5525471795870489,0.2211379961354185,0.15372517456988796,0.4342723600523074,0.30311136750125434,0.15372517456988796,0.49394594059427926,0.11264232422317719,0.15372517456988796,0.4070711353926517,0.2601093428423307,0.5,0.15372517456988796,0.46556273307047824,0.17638551881197762,0.15372517456988796,0.5348521814972462,6.399196930920936e-05,0.5,0.15372517456988796,0.5853044631913058,0.0011421990704252169,0.15372517456988796,0.5782477237836323,0.005844428266312342,0.15372517456988796,0.6344646282788795,0.03281851386399736,0.15372517456988796,0.6101249601632908,0.10163301608390246,0.15372517456988796,0.6366962605676515,0.05295430517943557,0.15372517456988796,0.6104109632517929,0.06277078839783187,0.15372517456988796,0.4252000326260099,0.0018641236985285682,0.5,0.15372517456988796,0.33186098590323354,0.007859983223823811,0.0,0.041718470078931376,0.1467873589417075 -5223,0.5,0.15372517456988796,0.5556469850275926,0.035422736973710615,0.15372517456988796,0.5786177735983883,0.028475582591746564,0.15372517456988796,0.4210729091480996,0.030306823198167868,0.15372517456988796,0.5521084455732054,0.05285590595214732,0.15372517456988796,0.4462225213774861,0.22049026354979034,0.15372517456988796,0.35165414001876855,0.40506759005184134,0.15372517456988796,0.45876355705139893,0.13698785686350232,0.15372517456988796,0.3201451219423275,0.2451465971975349,0.5,0.15372517456988796,0.3318070777977183,0.19538188642300508,0.15372517456988796,0.48961604075790954,0.00033577506332520604,0.5,0.15372517456988796,0.5137332413914562,0.0013655373567202516,0.15372517456988796,0.4882981304819348,0.005323314145284878,0.15372517456988796,0.5740945430364754,0.022008404472180484,0.15372517456988796,0.531521383193446,0.11881010986520675,0.15372517456988796,0.571356883771102,0.07516005601299004,0.15372517456988796,0.5612752400507786,0.0763991000982599,0.15372517456988796,0.42582309189775885,0.004918550392942812,0.5,0.15372517456988796,0.2962593666245418,0.00862671107234701,0.0,0.03852947985324524,0.1534251069001942 -5224,0.5,0.15372517456988796,0.4610887794334435,0.028580684784221395,0.15372517456988796,0.4746947086879455,0.05044743388773442,0.15372517456988796,0.38172618956496956,0.047173549552526714,0.15372517456988796,0.43427212024366835,0.04800016242725902,0.15372517456988796,0.34672850769285096,0.23114591066026122,0.15372517456988796,0.15701645943487197,0.396870655430911,0.15372517456988796,0.3558689562874118,0.15244316833545918,0.15372517456988796,0.2294876950186121,0.16171816734950534,0.5,0.15372517456988796,0.24307678589210252,0.1425222207212518,0.15372517456988796,0.3997773829046671,0.0007636338993458246,0.5,0.15372517456988796,0.40637426129421056,0.0022460541962074443,0.15372517456988796,0.3939506985159282,0.007913856342538097,0.15372517456988796,0.46409618295158095,0.01621715658852728,0.15372517456988796,0.378559474791742,0.12877452744696477,0.15372517456988796,0.4670576878453274,0.09063780397521734,0.15372517456988796,0.44191994403545903,0.08913020911769087,0.15372517456988796,0.42489518723316255,0.006379088858300636,0.5,0.15372517456988796,0.2824888880728543,0.008943220577345904,0.0,0.022298452503397022,0.20292608439002427 -5225,0.5,0.15372517456988796,0.3377351427074598,0.022084212803264516,0.15372517456988796,0.32155267106172086,0.06613742477602304,0.15372517456988796,0.31841015192340516,0.04982906931037975,0.15372517456988796,0.3071909404410001,0.038864582956965335,0.15372517456988796,0.2139527841422456,0.22507300143181186,0.15372517456988796,0.1039528883031432,0.3363136735533907,0.15372517456988796,0.19420242707749014,0.1554525665682837,0.15372517456988796,0.12583678843330792,0.08110393666343126,0.5,0.15372517456988796,0.18916065421005945,0.11562167146599495,0.15372517456988796,0.27785754785124167,0.001836443822586192,0.5,0.15372517456988796,0.2891495628039876,0.003390338066538569,0.15372517456988796,0.2683731141088841,0.007759014360836939,0.15372517456988796,0.31594979703674103,0.014997367231502755,0.15372517456988796,0.24309754984150325,0.11487249871605881,0.15372517456988796,0.3471610147841254,0.09463558675413161,0.15372517456988796,0.3104246235215981,0.08108049170731624,0.15372517456988796,0.3426775218274377,0.005535016953266053,0.5,0.15372517456988796,0.2392869098582868,0.00846923081182229,0.0,0.007042778867063641,0.23450965164855753 -5226,0.5,0.15372517456988796,0.2096574898014083,0.015050188623780872,0.15372517456988796,0.20955764642847394,0.057931344682132326,0.15372517456988796,0.20755890017670087,0.040390892163243965,0.15372517456988796,0.18542972559081028,0.015982790623972853,0.15372517456988796,0.09899241757871721,0.22099135346770246,0.15372517456988796,0.06869685824433948,0.20592124149550517,0.15372517456988796,0.08430173727938597,0.11130698929368295,0.15372517456988796,0.0947002038255915,0.06213300374426914,0.5,0.15372517456988796,0.10978461687268215,0.12224013357604632,0.15372517456988796,0.1727990628773838,0.004683356386981006,0.5,0.15372517456988796,0.13951898527674406,0.003519316286578847,0.15372517456988796,0.14195405504513697,0.004813209532849564,0.15372517456988796,0.1805350361498208,0.01438323702975631,0.15372517456988796,0.1431838839324339,0.0878780129467906,0.15372517456988796,0.2175338729764047,0.07341374539545269,0.15372517456988796,0.17812975149852958,0.04223920362616156,0.15372517456988796,0.21000496901734952,0.003930447432494542,0.5,0.15372517456988796,0.19138306250324488,0.004357913172432713,0.0,0.00041164218426575303,0.15964284878929186 -5227,0.5,0.15372517456988796,0.05402772593589293,0.013638157411751613,0.15372517456988796,0.0747111190777258,0.0194676322960634,0.15372517456988796,0.05453630718815129,0.018703128037162786,0.15372517456988796,0.045012310612938186,0.007563025416924869,0.15372517456988796,0.02077756740726164,0.11456219531153247,0.15372517456988796,0.02879517590167622,0.13311856184539614,0.15372517456988796,0.042961206080204366,0.0775546790312042,0.15372517456988796,0.029710691217430446,0.04417052387532877,0.5,0.15372517456988796,0.041324440067449966,0.06791247910541953,0.15372517456988796,0.06493406619103953,0.009038433208722094,0.5,0.15372517456988796,0.05292052088374734,0.002258313395271997,0.15372517456988796,0.05115095855137544,0.0035838805880675844,0.15372517456988796,0.07554118565701648,0.020618294303103264,0.15372517456988796,0.047376115807884166,0.05235542068684249,0.15372517456988796,0.06523328365008588,0.033502489630032876,0.15372517456988796,0.051302629227020086,0.02004668780604384,0.15372517456988796,0.059419139949296304,0.00430035175320927,0.5,0.15372517456988796,0.04477725212572041,0.007173347801594376,0.0,0.0015066759310458728,0.1073360455898374 -5228,0.5,0.15372517456988796,0.0,0.023124800673426732,0.15372517456988796,0.0,0.028602628804049,0.15372517456988796,0.0,0.024777320938670827,0.15372517456988796,0.0,0.005957167814387191,0.15372517456988796,0.0,0.07911173329402404,0.15372517456988796,0.0,0.0649569336898322,0.15372517456988796,0.0,0.039418115528006545,0.15372517456988796,0.0,0.026921956396383756,0.5,0.15372517456988796,0.0,0.05059956191230682,0.15372517456988796,0.0,0.01584847496567636,0.5,0.15372517456988796,0.0,0.0018686851804883328,0.15372517456988796,0.0,0.0033099643109952104,0.15372517456988796,0.0,0.03530632723980611,0.15372517456988796,0.0,0.03858379089568562,0.15372517456988796,0.0,0.0326990778839501,0.15372517456988796,0.0,0.013653187213156727,0.15372517456988796,0.0,0.0074875823577213755,0.5,0.15372517456988796,0.0,0.016180202282786903,0.0,0.0022415994334866454,0.07493490481863588 -5229,0.5,0.15372517456988796,0.0,0.032268495697206086,0.15372517456988796,0.0,0.04802238530739682,0.15372517456988796,0.0,0.032016232292339054,0.15372517456988796,0.0,0.006153765445958647,0.15372517456988796,0.0,0.052826033977209974,0.15372517456988796,0.0,0.03129293916177242,0.15372517456988796,0.0,0.020118505813426783,0.15372517456988796,0.0,0.02100995484131535,0.5,0.15372517456988796,0.0,0.03466506140344359,0.15372517456988796,0.0,0.016725961328785788,0.5,0.15372517456988796,0.0,0.0013352258900411233,0.15372517456988796,0.0,0.004192031074796079,0.15372517456988796,0.0,0.07092176594020343,0.15372517456988796,0.0,0.03980481303497556,0.15372517456988796,0.0,0.04528381890661374,0.15372517456988796,0.0,0.012726671047454452,0.15372517456988796,0.0,0.01011645807352623,0.5,0.15372517456988796,0.0,0.014731753332170609,0.0,0.009495533178650858,0.08655907603234213 -5230,0.5,0.15372517456988796,0.0,0.03744759108796641,0.15372517456988796,0.0,0.07779818111548571,0.15372517456988796,0.0,0.03743061746197374,0.15372517456988796,0.0,0.006772126950200214,0.15372517456988796,0.0,0.02988654824711147,0.15372517456988796,0.0,0.02013175255522274,0.15372517456988796,0.0,0.011923425234827626,0.15372517456988796,0.0,0.02145919120907,0.5,0.15372517456988796,0.0,0.03427728305709893,0.15372517456988796,0.0,0.017117129551873698,0.5,0.15372517456988796,0.0,0.0013539804791547106,0.15372517456988796,0.0,0.004643557443143988,0.15372517456988796,0.0,0.11918058002397106,0.15372517456988796,0.0,0.0413950605437219,0.15372517456988796,0.0,0.057893175138611794,0.15372517456988796,0.0,0.013108615896200113,0.15372517456988796,0.0,0.011636014211470817,0.5,0.15372517456988796,0.0,0.011951211941905918,0.0,0.019338797087034277,0.19192783672742958 -5231,0.5,0.15372517456988796,0.0,0.04152532700711829,0.15372517456988796,0.0,0.10032911819697207,0.15372517456988796,0.0,0.0405794749424118,0.15372517456988796,0.0,0.007237677422223063,0.15372517456988796,0.0,0.018281619011962326,0.15372517456988796,0.0,0.017849624227451018,0.15372517456988796,0.0,0.00999219752840795,0.15372517456988796,0.0,0.02679046740515694,0.5,0.15372517456988796,0.0,0.033184694166819496,0.15372517456988796,0.0,0.0177238803724069,0.5,0.15372517456988796,0.0,0.0014643742687202234,0.15372517456988796,0.0,0.005628453706496411,0.15372517456988796,0.0,0.1585002593350839,0.15372517456988796,0.0,0.04130709765621744,0.15372517456988796,0.0,0.06379488087191146,0.15372517456988796,0.0,0.013571829243773734,0.15372517456988796,0.0,0.01193250114633801,0.5,0.15372517456988796,0.0,0.009200362937660828,0.0,0.03363651717122177,0.30250439957582465 -5232,0.5,0.15372517456988796,0.0,0.04278736176145243,0.15372517456988796,0.0,0.1011342017995948,0.15372517456988796,0.0,0.03570500297945358,0.15372517456988796,0.0,0.0069012769533901815,0.15372517456988796,0.0,0.017282864863179887,0.15372517456988796,0.0,0.025087555893262413,0.15372517456988796,0.0,0.010542401719209771,0.15372517456988796,0.0,0.03955861306238967,0.5,0.15372517456988796,0.0,0.03455732715580732,0.15372517456988796,0.0,0.019336205799270284,0.5,0.15372517456988796,0.0,0.0015867040131475386,0.15372517456988796,0.0,0.006125113818737581,0.15372517456988796,0.0,0.175278674484651,0.15372517456988796,0.0,0.039331819837984956,0.15372517456988796,0.0,0.06221158132809459,0.15372517456988796,0.0,0.013898902505282494,0.15372517456988796,0.0,0.012007982247891683,0.5,0.15372517456988796,0.0,0.009156209497265005,0.0,0.05286303939765592,0.37342588318504727 -5233,0.5,0.15372517456988796,0.0,0.043296932817198826,0.15372517456988796,0.0,0.08574292993503528,0.15372517456988796,0.0,0.028752904308430863,0.15372517456988796,0.0,0.006391598669255831,0.15372517456988796,0.0,0.019869016478251712,0.15372517456988796,0.0,0.035521589597913704,0.15372517456988796,0.0,0.01187815571042928,0.15372517456988796,0.0,0.052174439570587546,0.5,0.15372517456988796,0.0,0.029744935343587804,0.15372517456988796,0.0,0.01973278095895611,0.5,0.15372517456988796,0.0,0.0023573889709084003,0.15372517456988796,0.0,0.006406349290867604,0.15372517456988796,0.0,0.15845607832357697,0.15372517456988796,0.0,0.04606777325406787,0.15372517456988796,0.0,0.05473491633335046,0.15372517456988796,0.0,0.0137321952562599,0.15372517456988796,0.0,0.012896875888529728,0.5,0.15372517456988796,0.0,0.009643839685523342,0.0,0.06918930979538433,0.36366394124885043 -5234,0.5,0.15372517456988796,0.0,0.04405275554630878,0.15372517456988796,0.0,0.06279421892090706,0.15372517456988796,0.0,0.026269952623346193,0.15372517456988796,0.0,0.006857479758419932,0.15372517456988796,0.0,0.02359077466948618,0.15372517456988796,0.0,0.04219117322392371,0.15372517456988796,0.0,0.015643274573762696,0.15372517456988796,0.0,0.05540900730792783,0.5,0.15372517456988796,0.0,0.02895100674412858,0.15372517456988796,0.0,0.01783486371078417,0.5,0.15372517456988796,0.0,0.003892447101872714,0.15372517456988796,0.0,0.005575881270027878,0.15372517456988796,0.0,0.11985656347316814,0.15372517456988796,0.0,0.05432734684487029,0.15372517456988796,0.0,0.04615613017130414,0.15372517456988796,0.0,0.013859278461108307,0.15372517456988796,0.0,0.01309705788145503,0.5,0.15372517456988796,0.0,0.010916935985028528,0.0,0.07639013676680717,0.3385246500323862 -5235,0.5,0.15372517456988796,0.0,0.04390405884675482,0.15372517456988796,0.0,0.04183029940792403,0.15372517456988796,0.0,0.02840741232998181,0.15372517456988796,0.0,0.008669012705932766,0.15372517456988796,0.0,0.0316072742248436,0.15372517456988796,0.0,0.04749126156921682,0.15372517456988796,0.0,0.021193921812387308,0.15372517456988796,0.0,0.04308033743338533,0.5,0.15372517456988796,0.0,0.022227146341045244,0.15372517456988796,0.0,0.01662234420275132,0.5,0.15372517456988796,0.0,0.00682679477471388,0.15372517456988796,0.0,0.004100482871015729,0.15372517456988796,0.0,0.08863037571790623,0.15372517456988796,0.0,0.057569165577493156,0.15372517456988796,0.0,0.03898390982107944,0.15372517456988796,0.0,0.013626927130684228,0.15372517456988796,0.0,0.012326617080608301,0.5,0.15372517456988796,0.0,0.011713851556614967,0.0,0.07852152425113362,0.31130754731880167 -5236,0.5,0.15372517456988796,0.0,0.04387771379577807,0.15372517456988796,0.0,0.0260581959563928,0.15372517456988796,0.0,0.028751808544932547,0.15372517456988796,0.0,0.010826582063848894,0.15372517456988796,0.0,0.044382933323824286,0.15372517456988796,0.0,0.03862329344718578,0.15372517456988796,0.0,0.038409259126486954,0.15372517456988796,0.0,0.02357542129455319,0.5,0.15372517456988796,0.0,0.013729422416997834,0.15372517456988796,0.0,0.014402596258781722,0.5,0.15372517456988796,0.0,0.008701785445381012,0.15372517456988796,0.0,0.0036040342035580223,0.15372517456988796,0.0,0.07812091496886835,0.15372517456988796,0.0,0.05644787890545607,0.15372517456988796,0.0,0.030398225030279627,0.15372517456988796,0.0,0.012648957724513271,0.15372517456988796,0.0,0.01164258173774886,0.5,0.15372517456988796,0.0,0.011829045211511954,0.0,0.08351688247453022,0.3212814436132548 -5237,0.5,0.15372517456988796,0.0,0.04257659114523771,0.15372517456988796,0.0,0.016199213471244932,0.15372517456988796,0.0,0.026831405322976815,0.15372517456988796,0.0,0.010854641023066715,0.15372517456988796,0.0,0.044079367761443757,0.15372517456988796,0.0,0.02430039680834268,0.15372517456988796,0.0,0.05646481224619258,0.15372517456988796,0.0,0.018193335524940055,0.5,0.15372517456988796,0.0,0.008975044365266801,0.15372517456988796,0.0,0.011517263719839743,0.5,0.15372517456988796,0.0,0.008790057212074959,0.15372517456988796,0.0,0.002714250582277578,0.15372517456988796,0.0,0.061998360792836923,0.15372517456988796,0.0,0.052788291815374394,0.15372517456988796,0.0,0.020272804261011523,0.15372517456988796,0.0,0.012916006468482087,0.15372517456988796,0.0,0.010299036721569307,0.5,0.15372517456988796,0.0,0.012139625808318687,0.0,0.09617173741603442,0.2679861269320595 -5238,0.5,0.15372517456988796,0.02841931065688084,0.041709419140943615,0.15372517456988796,0.0019998090026589928,0.007379101469954934,0.15372517456988796,0.010946885895560704,0.02477286653512421,0.15372517456988796,0.027807661121265467,0.00872198947453873,0.15372517456988796,0.0005674729167688324,0.04310709959651042,0.15372517456988796,0.0018748831215917004,0.02011805791221271,0.15372517456988796,8.805942234832323e-05,0.05799776773582287,0.15372517456988796,0.0013641503311790603,0.01839931138932959,0.5,0.15372517456988796,0.0010627094661514818,0.006976243249975723,0.15372517456988796,0.0022313958129173625,0.010094348735427385,0.5,0.15372517456988796,0.0009903471520501036,0.00921014091413727,0.15372517456988796,0.001277222310225629,0.0028008453142628815,0.15372517456988796,0.001985927950803602,0.04611259093504443,0.15372517456988796,0.0007065777622130544,0.04396520436650178,0.15372517456988796,0.0012825562270653403,0.014065682825871763,0.15372517456988796,0.0012487146429524985,0.016317182028053892,0.15372517456988796,0.005867676247150797,0.008863038288399011,0.5,0.15372517456988796,0.014329666756706298,0.010750111923596086,0.0,0.12432967981217535,0.24113129021119478 -5239,0.5,0.15372517456988796,0.10347313660775212,0.04947423014465671,0.15372517456988796,0.008530175118731905,0.0018176008746098192,0.15372517456988796,0.057586727502888846,0.023221051808645435,0.15372517456988796,0.10973966060813542,0.007696117760087626,0.15372517456988796,0.016641594145643486,0.05783768976003183,0.15372517456988796,0.04281503552875575,0.026893018518794616,0.15372517456988796,0.003863882596267795,0.06786101958473444,0.15372517456988796,0.04362389263074755,0.017551574429309928,0.5,0.15372517456988796,0.0353938216703381,0.0073946454277257915,0.15372517456988796,0.04147032802678109,0.008562948577515935,0.5,0.15372517456988796,0.017146498243788166,0.012688322678348924,0.15372517456988796,0.023525842204527983,0.0027665087702261988,0.15372517456988796,0.014339643308807644,0.03533933305755949,0.15372517456988796,0.007491372476224233,0.041398111336951204,0.15372517456988796,0.0090001825407295,0.011404672111369541,0.15372517456988796,0.01340188760619858,0.02583389514261104,0.15372517456988796,0.04488527509675127,0.007895565063442902,0.5,0.15372517456988796,0.09560999592385518,0.007641791900714977,0.0,0.1583052359719699,0.17199146345451438 -5240,0.5,0.15372517456988796,0.21335977934175832,0.08472944965145103,0.15372517456988796,0.014247103713437802,0.0016973858937821401,0.15372517456988796,0.12125916393133677,0.03278562321154774,0.15372517456988796,0.2283761176862929,0.013608020712869824,0.15372517456988796,0.040933378042743995,0.0734931537911008,0.15372517456988796,0.0889060753599901,0.04125295659017232,0.15372517456988796,0.031680382760511105,0.10219176910963133,0.15372517456988796,0.13548855282310673,0.027256159827612567,0.5,0.15372517456988796,0.10245707027888143,0.0257627111898475,0.15372517456988796,0.11284924316248751,0.00668028263920443,0.5,0.15372517456988796,0.03926419268185827,0.036633425835345054,0.15372517456988796,0.06278447795003375,0.0035124171779125865,0.15372517456988796,0.02375931914025193,0.03214381599012876,0.15372517456988796,0.026032624038486434,0.048975573148444265,0.15372517456988796,0.02286213894769982,0.02106701292690432,0.15372517456988796,0.036634200065707306,0.046443042957448735,0.15372517456988796,0.10187848000515642,0.012063240011769264,0.5,0.15372517456988796,0.2138900198439261,0.008171379128773915,0.0,0.1819528187009037,0.049251112354583834 -5241,0.5,0.15372517456988796,0.33145224831497644,0.09573221600122893,0.15372517456988796,0.027171592434949345,0.012328886244803215,0.15372517456988796,0.165033861842962,0.04331232010603663,0.15372517456988796,0.3585152538988805,0.020368905029342736,0.15372517456988796,0.10688471965350746,0.07796709764141543,0.15372517456988796,0.12872564718724924,0.03682977437936954,0.15372517456988796,0.09067106371656705,0.1326293942626539,0.15372517456988796,0.2747962362911794,0.02681608369948456,0.5,0.15372517456988796,0.19300712377769655,0.040006201939148896,0.15372517456988796,0.2053626785924504,0.010684681445699205,0.5,0.15372517456988796,0.03644174073743047,0.052087865766053267,0.15372517456988796,0.09965784095192921,0.01134315057076973,0.15372517456988796,0.02061742375687426,0.03904286751087345,0.15372517456988796,0.06288995384878918,0.057509961029255645,0.15372517456988796,0.041190925096993646,0.038653892357540964,0.15372517456988796,0.05326585881461875,0.0804116828641486,0.15372517456988796,0.16448972054471317,0.025915678140940618,0.5,0.15372517456988796,0.3480775197939014,0.010640898582492609,0.0,0.16054228499319106,0.02391325762240137 -5242,0.5,0.15372517456988796,0.44855992458607163,0.10769156269590262,0.15372517456988796,0.04679826102656416,0.04581488625771716,0.15372517456988796,0.1884106914682458,0.05082091517972242,0.15372517456988796,0.4896761753392387,0.02325746824444617,0.15372517456988796,0.21796289054275678,0.09859652589659393,0.15372517456988796,0.21028567319058117,0.033408235503809336,0.15372517456988796,0.12164027398537833,0.1325115166164906,0.15372517456988796,0.36846386309069323,0.022152047110019356,0.5,0.15372517456988796,0.2706843340714032,0.054339870774212505,0.15372517456988796,0.31397414273837954,0.03234040361348217,0.5,0.15372517456988796,0.051161931471381566,0.06633735979618599,0.15372517456988796,0.134278386385466,0.02651441867099075,0.15372517456988796,0.045552913724945555,0.0449000245536916,0.15372517456988796,0.12952777890095735,0.05333830783554698,0.15372517456988796,0.04571910196436749,0.05374894553174026,0.15372517456988796,0.12519448220200974,0.11025980722517327,0.15372517456988796,0.21459351482666816,0.04466266827595058,0.5,0.15372517456988796,0.4809550373604232,0.013775247594561817,0.0,0.13293810919125337,0.061372702573093206 -5243,0.5,0.15372517456988796,0.5341966732489909,0.10241294554197329,0.15372517456988796,0.14389133291304335,0.09761490203418803,0.15372517456988796,0.1965303479891796,0.06592395879997262,0.15372517456988796,0.5834367559706053,0.025970217625410654,0.15372517456988796,0.2871197917439005,0.11294817378200116,0.15372517456988796,0.30910365516005545,0.038284627310799194,0.15372517456988796,0.1144101565423375,0.11418950571961059,0.15372517456988796,0.4101767417859159,0.015022001975006312,0.5,0.15372517456988796,0.2931150661117104,0.055096419092320444,0.15372517456988796,0.3924118468690926,0.04652930151586268,0.5,0.15372517456988796,0.15762291438757764,0.09791417914048917,0.15372517456988796,0.2115477623337117,0.03880386239307471,0.15372517456988796,0.05747225535710834,0.046549355051385854,0.15372517456988796,0.24597211621261394,0.045745690077785145,0.15372517456988796,0.07338412006941789,0.07460108047906505,0.15372517456988796,0.1544171825031501,0.1435737095333029,0.15372517456988796,0.31348526362122775,0.07111999847993025,0.5,0.15372517456988796,0.579229167793546,0.02000763935050992,0.0,0.08021725355999132,0.07308550319448515 -5244,0.5,0.15372517456988796,0.5290740966709888,0.0873176186484628,0.15372517456988796,0.09317588144378144,0.09903526994339766,0.15372517456988796,0.27761624530401935,0.07654039987905768,0.15372517456988796,0.6081521376288059,0.0288067617659158,0.15372517456988796,0.36797975508176106,0.14004694382723776,0.15372517456988796,0.37139515178806914,0.04776743216639933,0.15372517456988796,0.20053665818563002,0.10381293547251919,0.15372517456988796,0.4242909630441639,0.01318377444174704,0.5,0.15372517456988796,0.3054578970421859,0.05858129928292666,0.15372517456988796,0.40341457656444785,0.030098019222323514,0.5,0.15372517456988796,0.32070926122604737,0.17015724996570164,0.15372517456988796,0.3560900018418606,0.06128759484182699,0.15372517456988796,0.05241386111588236,0.032295446911136644,0.15372517456988796,0.3043915406446693,0.05725343697644644,0.15372517456988796,0.0933895717596402,0.10014622103626271,0.15372517456988796,0.15753440626167298,0.1549906679461247,0.15372517456988796,0.37820323175518283,0.10688349555966549,0.5,0.15372517456988796,0.6092869142743782,0.02910121567742306,0.0,0.030371105099562253,0.08061347163395392 -5245,0.5,0.15372517456988796,0.5252686973647089,0.06753614506163129,0.15372517456988796,0.058687910341591445,0.07400953952327953,0.15372517456988796,0.38593921427823213,0.09863876073740131,0.15372517456988796,0.5999493265357424,0.02418352199861323,0.15372517456988796,0.39261190476722446,0.15793919152943312,0.15372517456988796,0.468763610950466,0.056994054693213024,0.15372517456988796,0.3872735369471279,0.08944482066730311,0.15372517456988796,0.4612844902660419,0.016683821167328774,0.5,0.15372517456988796,0.3459153257865391,0.05907280655265586,0.15372517456988796,0.5553310457219418,0.019858044976584818,0.5,0.15372517456988796,0.31922896028573117,0.2822676264573437,0.15372517456988796,0.38748731828208205,0.08138264872637918,0.15372517456988796,0.0876369164841868,0.02741302539419697,0.15372517456988796,0.34763321421138194,0.07729170174449448,0.15372517456988796,0.148608274041018,0.12594548926422433,0.15372517456988796,0.17177585888081376,0.13388457116826713,0.15372517456988796,0.439011150578213,0.1584767183001257,0.5,0.15372517456988796,0.5776033035970609,0.032751710923723434,0.0,0.010566459710501094,0.08330669998082366 -5246,0.5,0.15372517456988796,0.4643413143816061,0.05849720699510533,0.15372517456988796,0.014277067277639124,0.029454329178109376,0.15372517456988796,0.3473838098634895,0.12656633715324328,0.15372517456988796,0.5656638065867365,0.020197199504215814,0.15372517456988796,0.342641040513645,0.1643446447144951,0.15372517456988796,0.5015555631224164,0.06493604333072585,0.15372517456988796,0.5430012085189769,0.043785438849028746,0.15372517456988796,0.5037014760687178,0.0348946880290612,0.5,0.15372517456988796,0.40424448670573226,0.06483847154492235,0.15372517456988796,0.53234534766991,0.01760624994617473,0.5,0.15372517456988796,0.29716726403852944,0.21587851885553952,0.15372517456988796,0.40540592158742694,0.0718857219686939,0.15372517456988796,0.16829113359738704,0.03128923200487717,0.15372517456988796,0.35460853008293897,0.1016705152148221,0.15372517456988796,0.21826130238223845,0.10367170240275153,0.15372517456988796,0.1836271611665488,0.09323548797213367,0.15372517456988796,0.40135026728541223,0.16419965440045522,0.5,0.15372517456988796,0.5819640841129142,0.02587639009977502,0.0,0.0023511606534125855,0.06751274322537724 -5247,0.5,0.15372517456988796,0.35834115233611175,0.06415569238517685,0.15372517456988796,0.013786013069638458,0.008809610124418863,0.15372517456988796,0.266645854562274,0.14655757479935327,0.15372517456988796,0.49766157512587295,0.025793534414617632,0.15372517456988796,0.3692765006909932,0.13494756906620003,0.15372517456988796,0.4573100865323942,0.07619930015883977,0.15372517456988796,0.564203185594466,0.016196001902965287,0.15372517456988796,0.4608743491683984,0.0810280200917729,0.5,0.15372517456988796,0.37696019099975187,0.08389824276719866,0.15372517456988796,0.4146794846284794,0.02944139920434056,0.5,0.15372517456988796,0.4060494477657973,0.12638622268527075,0.15372517456988796,0.34415551073600215,0.04684624929086275,0.15372517456988796,0.18410653639256813,0.02807803881793941,0.15372517456988796,0.3499237416237677,0.08845625399141253,0.15372517456988796,0.22538994914233113,0.07142878767573173,0.15372517456988796,0.20691395440566418,0.050505423972004235,0.15372517456988796,0.3370243115370735,0.12847160751446718,0.5,0.15372517456988796,0.5086729506694831,0.04300748230242066,0.0,0.0009655924585731942,0.04600623333986628 -5248,0.5,0.15372517456988796,0.26557320461065026,0.08096963822907591,0.15372517456988796,0.06499789499747265,0.0022882260832327137,0.15372517456988796,0.20717430171557188,0.12495196181737289,0.15372517456988796,0.41006366082474355,0.03928594692816152,0.15372517456988796,0.36200716688949774,0.102547258093205,0.15372517456988796,0.3506719727497624,0.0958067072541019,0.15372517456988796,0.46867357639435947,0.006914973929787567,0.15372517456988796,0.35128513585517107,0.0755543496051268,0.5,0.15372517456988796,0.31569436682993657,0.08825652982945636,0.15372517456988796,0.32761510768924684,0.01789127543340747,0.5,0.15372517456988796,0.3737860459105165,0.0608857006967494,0.15372517456988796,0.30249262749943207,0.041675835399680915,0.15372517456988796,0.21259065868277321,0.033792368158429675,0.15372517456988796,0.28256087505325855,0.06590837375410305,0.15372517456988796,0.2312714262081917,0.04075508274310453,0.15372517456988796,0.25894246118248093,0.019285885663274945,0.15372517456988796,0.26902069998004335,0.07314953381816991,0.5,0.15372517456988796,0.41792708804944,0.05818014763368478,0.0,0.004729537872437597,0.019095720793226113 -5249,0.5,0.15372517456988796,0.16895215738046407,0.08686031943453221,0.15372517456988796,0.1869489627381249,0.0008141581648264402,0.15372517456988796,0.12952649091616159,0.10302738057565794,0.15372517456988796,0.2711051009697981,0.0546844097456636,0.15372517456988796,0.24405308133952958,0.07021389880859487,0.15372517456988796,0.23545183229586683,0.08179747520547878,0.15372517456988796,0.3341750923888178,0.0023884205129310345,0.15372517456988796,0.2488546497239263,0.054492227065370755,0.5,0.15372517456988796,0.27719848490429994,0.06108139347873778,0.15372517456988796,0.24423143604444236,0.004965701584499783,0.5,0.15372517456988796,0.2866158122877682,0.026473899487213057,0.15372517456988796,0.23497251048397333,0.030348430082503656,0.15372517456988796,0.20267826176335174,0.040590638498784234,0.15372517456988796,0.21942846774810695,0.052180241987894005,0.15372517456988796,0.21777463459099886,0.01867489580571096,0.15372517456988796,0.29098333424343376,0.0026282106076357995,0.15372517456988796,0.15802733558576745,0.049396458932659926,0.5,0.15372517456988796,0.27729352062931306,0.05300036347908534,0.0,0.012459393520925703,0.018372990497101695 -5250,0.5,0.15372517456988796,0.10588642079835539,0.0773810925140115,0.15372517456988796,0.1821722019406495,0.0006825070579092275,0.15372517456988796,0.07205246175941415,0.08924882076504552,0.15372517456988796,0.15386039478172128,0.04206411639341754,0.15372517456988796,0.17116083730812562,0.0566223338850903,0.15372517456988796,0.18353758195709,0.07300370816286078,0.15372517456988796,0.20212151921707303,0.0008010793199874802,0.15372517456988796,0.14129825728665973,0.037006259992864984,0.5,0.15372517456988796,0.18214277494342368,0.02381319659872349,0.15372517456988796,0.13154444446150437,0.002623463112311255,0.5,0.15372517456988796,0.16811186901970268,0.009601712457040524,0.15372517456988796,0.15270427211031118,0.012718834468079584,0.15372517456988796,0.13381541676283978,0.0348681057238887,0.15372517456988796,0.14652365851375965,0.03306517422067218,0.15372517456988796,0.14421341772823443,0.009732835254202247,0.15372517456988796,0.22739561778596407,0.0007120538090837288,0.15372517456988796,0.09465007642718049,0.03858102619764354,0.5,0.15372517456988796,0.17696360431274555,0.03972679478313916,0.0,0.01348925211476263,0.026182970218298247 -5251,0.5,0.15372517456988796,0.03796962014874955,0.059466866340720195,0.15372517456988796,0.07280319601893685,0.0004550109952318975,0.15372517456988796,0.021876979756656003,0.07524986239946706,0.15372517456988796,0.040929538518687456,0.03572923526969538,0.15372517456988796,0.0769825256852714,0.041223059308821704,0.15372517456988796,0.07251829878668842,0.0402174195277436,0.15372517456988796,0.061713792104204065,0.0017283364570920775,0.15372517456988796,0.06534414886989542,0.00963327865844019,0.5,0.15372517456988796,0.06366493861777286,0.004054575875130003,0.15372517456988796,0.032422062244933866,0.0015501465940772163,0.5,0.15372517456988796,0.04614069362605993,0.0006700114811494816,0.15372517456988796,0.047449614307161325,0.0008880436851240877,0.15372517456988796,0.05481318454801087,0.018048975292232938,0.15372517456988796,0.06661238939003805,0.016279367945669844,0.15372517456988796,0.05406253651798558,0.005905179266794628,0.15372517456988796,0.06075945796247581,0.0053525502959946925,0.15372517456988796,0.03046758830103664,0.021449114457932773,0.5,0.15372517456988796,0.03723926655100051,0.019555984970842807,0.0,0.01114041024041624,0.030159833301976267 -5252,0.5,0.15372517456988796,0.0,0.04531744343282122,0.15372517456988796,0.0,0.0,0.15372517456988796,3.474647849672267e-05,0.043355152307224816,0.15372517456988796,0.0,0.0316645573523518,0.15372517456988796,0.0,0.017895377132850398,0.15372517456988796,0.0,0.018753630882923686,0.15372517456988796,0.0,0.011589053505953848,0.15372517456988796,0.0,0.001426657673805216,0.5,0.15372517456988796,0.0,0.0019292814521778743,0.15372517456988796,0.0,0.0003843480955877166,0.5,0.15372517456988796,0.0,0.00011075787772883191,0.15372517456988796,0.0,0.0003702057617062339,0.15372517456988796,0.0,0.005842544221578823,0.15372517456988796,5.2194031108056766e-05,0.006570110942740147,0.15372517456988796,0.0,0.00372333923844273,0.15372517456988796,0.0,0.014007809693247766,0.15372517456988796,0.0,0.008333384885503023,0.5,0.15372517456988796,0.0,0.016014473089440158,0.0,0.009057338414999954,0.022995123961251283 -5253,0.5,0.15372517456988796,0.0,0.03590579009351695,0.15372517456988796,0.0,0.0002346641105271416,0.15372517456988796,0.0,0.03167482453547334,0.15372517456988796,0.0,0.031788837453125614,0.15372517456988796,0.0,0.01710417303741862,0.15372517456988796,0.0,0.012018254430419303,0.15372517456988796,0.0,0.02610573672964819,0.15372517456988796,0.0,0.0012991713193228446,0.5,0.15372517456988796,0.0,0.003388272363231251,0.15372517456988796,0.0,0.00016270097514312372,0.5,0.15372517456988796,0.0,0.00016816877569982903,0.15372517456988796,0.0,0.0006066258899780205,0.15372517456988796,0.0,0.0036630961504977083,0.15372517456988796,0.0,0.005139144059095145,0.15372517456988796,0.0,0.008480203892768852,0.15372517456988796,0.0,0.01931652741537368,0.15372517456988796,0.0,0.004397646770661121,0.5,0.15372517456988796,0.0,0.011036568432700202,0.0,0.01367086166692482,0.01927773284111275 -5254,0.5,0.15372517456988796,0.0,0.028899576796561473,0.15372517456988796,0.0,0.0006973124541414673,0.15372517456988796,0.0,0.02134187600593212,0.15372517456988796,0.0,0.031144356527439188,0.15372517456988796,0.0,0.01611202244452786,0.15372517456988796,0.0,0.009121553495450054,0.15372517456988796,0.0,0.032305716451292786,0.15372517456988796,0.0,0.0019415844907236166,0.5,0.15372517456988796,0.0,0.0036423791600352813,0.15372517456988796,0.0,7.457704406216569e-05,0.5,0.15372517456988796,0.0,0.0006952409891164893,0.15372517456988796,0.0,0.00426057773051788,0.15372517456988796,0.0,0.002337343961113059,0.15372517456988796,0.0,0.004063969810710065,0.15372517456988796,0.0,0.012343306108837626,0.15372517456988796,0.0,0.020284367825762872,0.15372517456988796,0.0,0.002300502604295835,0.5,0.15372517456988796,0.0,0.006403670207018955,0.0,0.031876558809325384,0.01869802273934573 -5255,0.5,0.15372517456988796,0.0,0.022046164896746212,0.15372517456988796,0.0,0.0010035139157618363,0.15372517456988796,0.0,0.010761183078692881,0.15372517456988796,0.0,0.028375159528533762,0.15372517456988796,0.0,0.00935574334823244,0.15372517456988796,0.0,0.006635868316385784,0.15372517456988796,0.0,0.029849138804197928,0.15372517456988796,0.0,0.0023665998131367065,0.5,0.15372517456988796,0.0,0.003094448513229632,0.15372517456988796,0.0,0.00021470370208881114,0.5,0.15372517456988796,0.0,0.002973216736123695,0.15372517456988796,0.0,0.011554700164969504,0.15372517456988796,0.0,0.0013267595024193694,0.15372517456988796,0.0,0.003358606537218487,0.15372517456988796,0.0,0.014064394346723142,0.15372517456988796,0.0,0.01628177601820709,0.15372517456988796,0.0,0.0012735090399050035,0.5,0.15372517456988796,0.0,0.0037771218616904742,0.0,0.05270582438877913,0.025629519825686106 -5256,0.5,0.15372517456988796,0.0,0.020857311230672207,0.15372517456988796,0.0,0.0009428312715782736,0.15372517456988796,0.0,0.006819552166448432,0.15372517456988796,0.0,0.02553433096104679,0.15372517456988796,0.0,0.005530275802021565,0.15372517456988796,0.0,0.006900991202577003,0.15372517456988796,0.0,0.02527285294431749,0.15372517456988796,0.0,0.0012954406461438035,0.5,0.15372517456988796,0.0,0.001634089159409735,0.15372517456988796,0.0,0.00011485144455080122,0.5,0.15372517456988796,0.0,0.00666168110829489,0.15372517456988796,0.0,0.012970241444917905,0.15372517456988796,0.0,0.0011707319531277902,0.15372517456988796,0.0,0.002411579174767399,0.15372517456988796,0.0,0.014812122635961595,0.15372517456988796,0.0,0.013243411739640368,0.15372517456988796,0.0,0.0013795948575148792,0.5,0.15372517456988796,0.0,0.0015152669425037867,0.0,0.07415945902097802,0.030666618768568285 -5257,0.5,0.15372517456988796,0.0,0.0224490320786998,0.15372517456988796,0.0,0.00134787356649951,0.15372517456988796,0.0,0.007218415812877081,0.15372517456988796,0.0,0.02274511028263458,0.15372517456988796,0.0,0.00937532536482667,0.15372517456988796,0.0,0.0065941561641916545,0.15372517456988796,0.0,0.024488898459148395,0.15372517456988796,0.0,0.0009772606708338687,0.5,0.15372517456988796,0.0,0.0013662057129289044,0.15372517456988796,0.0,5.238252224180395e-05,0.5,0.15372517456988796,0.0,0.008705491228899144,0.15372517456988796,0.0,0.014485851428256351,0.15372517456988796,0.0,0.0009406276521078017,0.15372517456988796,0.0,0.002293529369336238,0.15372517456988796,0.0,0.015834429802196886,0.15372517456988796,0.0,0.012194040959544126,0.15372517456988796,0.0,0.0015928779198558043,0.5,0.15372517456988796,0.0,0.0009475435492813629,0.0,0.0837936981304239,0.02500258419156555 -5258,0.5,0.15372517456988796,0.0,0.023922571455230284,0.15372517456988796,0.0,0.004416011977373686,0.15372517456988796,0.0,0.007308849917013574,0.15372517456988796,0.0,0.02173618912753192,0.15372517456988796,0.0,0.009673853655122406,0.15372517456988796,0.0,0.005750737033058123,0.15372517456988796,0.0,0.023164586665766786,0.15372517456988796,0.0,0.0008281211556123351,0.5,0.15372517456988796,0.0,0.0020223913359514217,0.15372517456988796,0.0,0.00046744622359410227,0.5,0.15372517456988796,0.0,0.00936045238631083,0.15372517456988796,0.0,0.01180187478211519,0.15372517456988796,0.0,0.0006585820729916653,0.15372517456988796,0.0,0.003152230857415197,0.15372517456988796,0.0,0.015462239281220692,0.15372517456988796,0.0,0.012156049986628885,0.15372517456988796,0.0,0.001456718478860274,0.5,0.15372517456988796,0.0,0.0005903210252221632,0.0,0.0779182355925233,0.015262806800050507 -5259,0.5,0.15372517456988796,0.0,0.02561051840187739,0.15372517456988796,0.0,0.0062853965298040465,0.15372517456988796,0.0,0.00675713343527573,0.15372517456988796,0.0,0.020193608544303368,0.15372517456988796,0.0,0.008393139149460679,0.15372517456988796,0.0,0.0061966223695123,0.15372517456988796,0.0,0.019359640518450245,0.15372517456988796,0.0,0.000828161968555115,0.5,0.15372517456988796,0.0,0.0021597556000236716,0.15372517456988796,0.0,0.000505605884564351,0.5,0.15372517456988796,0.0,0.00907778368430276,0.15372517456988796,0.0,0.011002374502527862,0.15372517456988796,0.0,0.0007621263850473734,0.15372517456988796,0.0,0.0036124562555712295,0.15372517456988796,0.0,0.014226116609764106,0.15372517456988796,0.0,0.01196506981170012,0.15372517456988796,0.0,0.0014071593775953064,0.5,0.15372517456988796,0.0,0.0005013280277288243,0.0,0.0833058769908058,0.00832136223171208 -5260,0.5,0.15372517456988796,0.0,0.026866254688560683,0.15372517456988796,0.0,0.006004805423642861,0.15372517456988796,0.0,0.005069837344834823,0.15372517456988796,0.0,0.018591821301127184,0.15372517456988796,0.0,0.00819903210336896,0.15372517456988796,0.0,0.008178328879689382,0.15372517456988796,0.0,0.01479590934598342,0.15372517456988796,0.0,0.0010647008772740557,0.5,0.15372517456988796,0.0,0.0025268004726382645,0.15372517456988796,0.0,0.0014821607619805775,0.5,0.15372517456988796,0.0,0.0076240764225065346,0.15372517456988796,0.0,0.011641929369545808,0.15372517456988796,0.0,0.0008743952948154903,0.15372517456988796,0.0,0.0033421841841117144,0.15372517456988796,0.0,0.013951134500977975,0.15372517456988796,0.0,0.009849826543762116,0.15372517456988796,0.0,0.0012265085272533305,0.5,0.15372517456988796,0.0,0.000713995954778968,0.0,0.08823026791852455,0.00336868293242476 -5261,0.5,0.15372517456988796,0.0,0.02675254490516518,0.15372517456988796,0.0,0.005957721811291282,0.15372517456988796,0.0,0.003873356010532655,0.15372517456988796,0.0,0.016851914923959332,0.15372517456988796,0.0,0.007464374040996792,0.15372517456988796,0.0,0.01458688663441406,0.15372517456988796,0.0,0.013010542599319613,0.15372517456988796,0.0,0.002530505840470382,0.5,0.15372517456988796,0.0,0.003136297284746559,0.15372517456988796,0.0,0.003531875255191593,0.5,0.15372517456988796,0.0,0.007438187011233607,0.15372517456988796,0.0,0.013415920869184047,0.15372517456988796,0.0,0.0009784482984920718,0.15372517456988796,0.0,0.002484543788415289,0.15372517456988796,0.0,0.012625765280160647,0.15372517456988796,0.0,0.009179503762776537,0.15372517456988796,0.0,0.0014404121751734346,0.5,0.15372517456988796,0.0,0.0020512911923408483,0.0,0.0902139097150689,0.0007414126656894909 -5262,0.5,0.15372517456988796,0.016437538908213065,0.027061285195929638,0.15372517456988796,0.005000179378092352,0.005961367676150168,0.15372517456988796,0.014939007694172942,0.004166539388788278,0.15372517456988796,0.017084997124528302,0.013213123932803838,0.15372517456988796,0.0008823120226595381,0.005837180089827361,0.15372517456988796,0.0012992759643409427,0.01498267564159549,0.15372517456988796,0.002346020999572615,0.014659312854046487,0.15372517456988796,0.0006604072127654971,0.004273231329352275,0.5,0.15372517456988796,0.001041978117169334,0.0040105343287839,0.15372517456988796,0.004946126214025518,0.004352891209830939,0.5,0.15372517456988796,0.00316833874977843,0.007569586519900578,0.15372517456988796,0.0033018585345541912,0.015043896781661391,0.15372517456988796,0.011826804442660158,0.0015068565976454292,0.15372517456988796,0.0013971702324569216,0.00225821355064504,0.15372517456988796,0.005691977475782339,0.01075593924103785,0.15372517456988796,0.003577438167912394,0.008542814216896953,0.15372517456988796,0.008001125808972167,0.0017631067832168629,0.5,0.15372517456988796,0.004344252556439422,0.0026594135333859992,0.0,0.08586937535376964,0.0007604599655699632 -5263,0.5,0.15372517456988796,0.08021874556389404,0.04431198363279088,0.15372517456988796,0.01979819302952419,0.006667331233255426,0.15372517456988796,0.0936607154224749,0.003754341395791079,0.15372517456988796,0.08532716171064025,0.01826325362730934,0.15372517456988796,0.033684630959029446,0.004825206936009856,0.15372517456988796,0.03276228388242858,0.01611965940288104,0.15372517456988796,0.04279565332906986,0.016608344622394328,0.15372517456988796,0.008559317858748541,0.005960546031349941,0.5,0.15372517456988796,0.03691637171801725,0.004548582259959482,0.15372517456988796,0.08210646469970447,0.0037922301143333984,0.5,0.15372517456988796,0.06848706234811806,0.007314160774364003,0.15372517456988796,0.07335707522381543,0.009813286405891264,0.15372517456988796,0.05804286705020205,0.0016395993578289722,0.15372517456988796,0.018005176770656304,0.002498774987414328,0.15372517456988796,0.04411989626269401,0.009659639761391118,0.15372517456988796,0.05474694820859353,0.009089821899014592,0.15372517456988796,0.08369878393032082,0.0020950536559079538,0.5,0.15372517456988796,0.045678636529944985,0.0035225557530113114,0.0,0.09306580255721264,7.235191714836622e-05 -5264,0.5,0.15372517456988796,0.1754282068856552,0.06535941554770887,0.15372517456988796,0.042530982899537835,0.005153973845783173,0.15372517456988796,0.21262037505094478,0.0033501426905180017,0.15372517456988796,0.19126976587022093,0.041674743011550865,0.15372517456988796,0.09722291453518082,0.013918532884664327,0.15372517456988796,0.06798702092181567,0.021999824342389986,0.15372517456988796,0.10500871835932352,0.02610158562516474,0.15372517456988796,0.024073053983262684,0.006917845677654635,0.5,0.15372517456988796,0.11165596769414332,0.008209271759009673,0.15372517456988796,0.20144484623226824,0.004674348191031726,0.5,0.15372517456988796,0.16684229558866562,0.01056683549762406,0.15372517456988796,0.18773721741752408,0.008053430268051994,0.15372517456988796,0.11201440698252751,0.0021442895213595217,0.15372517456988796,0.06218185321997072,0.004859946436339807,0.15372517456988796,0.09815937677814962,0.012316278788331447,0.15372517456988796,0.14415945369150004,0.014766751282527706,0.15372517456988796,0.20048793188429725,0.005078766384332373,0.5,0.15372517456988796,0.11636456845961204,0.015354367437198962,0.0,0.10372304906363047,5.8149864523164654e-05 -5265,0.5,0.15372517456988796,0.27209120639957024,0.06876698231492742,0.15372517456988796,0.10073127461817499,0.007610893614579542,0.15372517456988796,0.34319517095831287,0.0019970819472069053,0.15372517456988796,0.3016362990806277,0.05322246256652161,0.15372517456988796,0.20642219153681451,0.03263304946351083,0.15372517456988796,0.07987395521611196,0.028148599191174434,0.15372517456988796,0.14234641240952658,0.039469864316761874,0.15372517456988796,0.04855540212619412,0.014452726635120209,0.5,0.15372517456988796,0.1991226608128695,0.020490295755928523,0.15372517456988796,0.3400749575637568,0.020388391828151192,0.5,0.15372517456988796,0.28767516338898425,0.027950986854295333,0.15372517456988796,0.32298142619938064,0.025203672761087762,0.15372517456988796,0.17452571423847446,0.0032619189718291306,0.15372517456988796,0.1819154621122977,0.00834249921727842,0.15372517456988796,0.1503770422683195,0.01946435707478157,0.15372517456988796,0.2440606369767579,0.039767502546170785,0.15372517456988796,0.33150117029964776,0.01493482893444949,0.5,0.15372517456988796,0.221835970644599,0.027857889712896343,0.0,0.09844157353121272,0.000729065090768134 -5266,0.5,0.15372517456988796,0.3771831401049189,0.06316721590129117,0.15372517456988796,0.18378764668414055,0.008654670723194978,0.15372517456988796,0.4741773172269115,0.001227019127190817,0.15372517456988796,0.39428816106746717,0.04571713913484421,0.15372517456988796,0.2728729369641151,0.040368081421520374,0.15372517456988796,0.06826701955133967,0.03217120708014615,0.15372517456988796,0.16787415274554246,0.05857775768069956,0.15372517456988796,0.1144169676574103,0.04407901468201976,0.5,0.15372517456988796,0.27483523359703943,0.05764387244065555,0.15372517456988796,0.4697670105773959,0.037499341783403986,0.5,0.15372517456988796,0.42069829870516817,0.04691613179970597,0.15372517456988796,0.4654090423607469,0.04450295682851434,0.15372517456988796,0.24147123517191577,0.007157654660576358,0.15372517456988796,0.2769321444018425,0.016198892411535895,0.15372517456988796,0.22424434728882198,0.028989894427457,0.15372517456988796,0.3246128006976017,0.07857130925914273,0.15372517456988796,0.4696264556094215,0.021677723201300653,0.5,0.15372517456988796,0.3587922797782047,0.028418046455384035,0.0,0.08113400122430225,0.0018107035773010302 -5267,0.5,0.15372517456988796,0.4658928400819873,0.056504730885097276,0.15372517456988796,0.2339910807139268,0.019331856269726024,0.15372517456988796,0.5757607904402916,0.0009157350131200092,0.15372517456988796,0.47177745642150104,0.03143434868026771,0.15372517456988796,0.2447520774452451,0.04304751434610062,0.15372517456988796,0.058792374244329856,0.03722474615086773,0.15372517456988796,0.1682194999544217,0.09060111763668292,0.15372517456988796,0.23828754362295618,0.08754689651615565,0.5,0.15372517456988796,0.31794824951410183,0.0867741674305427,0.15372517456988796,0.5820742000692722,0.03459157195132943,0.5,0.15372517456988796,0.530327323166163,0.05797969749347238,0.15372517456988796,0.5775863057726582,0.039028724914662166,0.15372517456988796,0.30120544081667383,0.013642196503791934,0.15372517456988796,0.31155986120115275,0.027164892055170416,0.15372517456988796,0.344459871079839,0.04915054792043903,0.15372517456988796,0.39921038144050114,0.11427433842419875,0.15372517456988796,0.5792670159049559,0.02546588002338845,0.5,0.15372517456988796,0.4925041472790841,0.022896203298473042,0.0,0.06122375831168149,0.003661775491918113 -5268,0.5,0.15372517456988796,0.520689428079817,0.053888308294464886,0.15372517456988796,0.1988182995255136,0.01681861690487121,0.15372517456988796,0.6363423606424624,0.0014369779529251573,0.15372517456988796,0.49944242975484077,0.019109460164778862,0.15372517456988796,0.3403484968074569,0.059457439597805015,0.15372517456988796,0.08539408161946314,0.06237256437268662,0.15372517456988796,0.19126024203758185,0.09806027662087745,0.15372517456988796,0.32424716199089,0.1361969797047886,0.5,0.15372517456988796,0.30391787614450355,0.09223058344864349,0.15372517456988796,0.6508482830286203,0.031071393746056414,0.5,0.15372517456988796,0.6000427580729112,0.05970201567403372,0.15372517456988796,0.646674052185201,0.03057045299421547,0.15372517456988796,0.35151165288781494,0.023673682958413152,0.15372517456988796,0.3851572978424423,0.03737365300658166,0.15372517456988796,0.4349293750126969,0.06290436761265228,0.15372517456988796,0.36007790978618365,0.11599780449410853,0.15372517456988796,0.6435378819232991,0.028259737834404726,0.5,0.15372517456988796,0.5761232530819307,0.01564031351664705,0.0,0.053368200359175805,0.010170567149027502 -5269,0.5,0.15372517456988796,0.5322523154225515,0.050613307006212215,0.15372517456988796,0.12104266734140001,0.004908965347514341,0.15372517456988796,0.6592785707722113,0.004009589369246489,0.15372517456988796,0.49265680934178896,0.012511465220041798,0.15372517456988796,0.39943085166425085,0.08967849328996048,0.15372517456988796,0.207197042848692,0.09194160443991217,0.15372517456988796,0.21955554156139806,0.08994500639201056,0.15372517456988796,0.2835971274051549,0.15182065206215473,0.5,0.15372517456988796,0.46870719473847255,0.12740074164422424,0.15372517456988796,0.6916567018546422,0.028406088911310672,0.5,0.15372517456988796,0.6452018136539206,0.04712381557585996,0.15372517456988796,0.6804043295600858,0.02681608334283051,0.15372517456988796,0.3521630456191975,0.02728135225810321,0.15372517456988796,0.43090819357362814,0.05143965147293515,0.15372517456988796,0.48656779854153315,0.07386696021161569,0.15372517456988796,0.4419141300986714,0.11486080414199247,0.15372517456988796,0.663351907672041,0.02644512110296539,0.5,0.15372517456988796,0.6265335100829955,0.015606812016648116,0.0,0.04752298471346629,0.027341619760191935 -5270,0.5,0.15372517456988796,0.4944363858376338,0.040568398949843446,0.15372517456988796,0.2652383348788596,0.003983920247525467,0.15372517456988796,0.6388041883648522,0.006710442243303419,0.15372517456988796,0.43189264019770857,0.008892889655373454,0.15372517456988796,0.36550860441456723,0.08782835419505927,0.15372517456988796,0.34792804132311256,0.12028630113920531,0.15372517456988796,0.3664427328471803,0.13111721365445148,0.15372517456988796,0.30555717209268296,0.18445312348531923,0.5,0.15372517456988796,0.4939791272688307,0.15861463132405543,0.15372517456988796,0.6788018204816185,0.0210999522410225,0.5,0.15372517456988796,0.640012938722001,0.038016622420436866,0.15372517456988796,0.6625665445317377,0.024820281700556092,0.15372517456988796,0.4451595993732288,0.023712091587348213,0.15372517456988796,0.4800670531364214,0.06200248676958113,0.15372517456988796,0.5026545809401142,0.0872074635371868,0.15372517456988796,0.4755938146442973,0.12562890026700446,0.15372517456988796,0.6439147071089705,0.022922969233535043,0.5,0.15372517456988796,0.6299727792299543,0.023711243514250392,0.0,0.03720110807773634,0.06325206923126993 -5271,0.5,0.15372517456988796,0.36096688814299926,0.030760007344020547,0.15372517456988796,0.5378936533141805,0.010183831615582029,0.15372517456988796,0.5682798451590366,0.011496342654876326,0.15372517456988796,0.4425445072214662,0.00796718622938565,0.15372517456988796,0.3271978039875505,0.11087306276103107,0.15372517456988796,0.429236211264719,0.1756181272275566,0.15372517456988796,0.4104732849137592,0.1767432271795561,0.15372517456988796,0.36941866872051543,0.1916645287636342,0.5,0.15372517456988796,0.474119656037103,0.16588798435140834,0.15372517456988796,0.6185175231327509,0.028303606140503933,0.5,0.15372517456988796,0.5694331206247673,0.03796404033323851,0.15372517456988796,0.6009979640453776,0.027457837287750943,0.15372517456988796,0.5429565651625583,0.020534526905742933,0.15372517456988796,0.4507245651718431,0.07322452710810931,0.15372517456988796,0.42015267793506067,0.0887840281604985,0.15372517456988796,0.49188127615641,0.12290320170939445,0.15372517456988796,0.5863515988952677,0.02307899264827924,0.5,0.15372517456988796,0.5689839873857563,0.03880780182193147,0.0,0.026724559226870385,0.0658442222274521 -5272,0.5,0.15372517456988796,0.27933930241085675,0.02403289801940742,0.15372517456988796,0.48152073247664917,0.020084296027979297,0.15372517456988796,0.46663093157910784,0.02485808789320943,0.15372517456988796,0.40142479168238787,0.007646586973408426,0.15372517456988796,0.28392075404206685,0.193568478878438,0.15372517456988796,0.2539116393707944,0.17629308947273814,0.15372517456988796,0.28083103002135673,0.16288597111221262,0.15372517456988796,0.27378740770016474,0.15265669954360886,0.5,0.15372517456988796,0.3331492925938583,0.11807793240450117,0.15372517456988796,0.5087829231827414,0.03492456307593747,0.5,0.15372517456988796,0.4736474797349288,0.04161479230664975,0.15372517456988796,0.49733062935047545,0.030496876824803256,0.15372517456988796,0.46394836131568584,0.02115437600402004,0.15372517456988796,0.33566916252628887,0.08952415734705782,0.15372517456988796,0.31686161715304767,0.08320722210257707,0.15372517456988796,0.418301783732444,0.10603034729174267,0.15372517456988796,0.48373047700227023,0.024930337963609894,0.5,0.15372517456988796,0.4692263583365253,0.061088766502654476,0.0,0.017071025185988596,0.07424794388918436 -5273,0.5,0.15372517456988796,0.21837500799453244,0.01728260445932349,0.15372517456988796,0.34844478845800164,0.03645027024979645,0.15372517456988796,0.34548288986858344,0.043366902391561525,0.15372517456988796,0.28406493775549846,0.008818414107538575,0.15372517456988796,0.24325492333418025,0.2335846600104632,0.15372517456988796,0.08123757791812558,0.09549070049176053,0.15372517456988796,0.2790355862074169,0.18940485039488225,0.15372517456988796,0.11735171478694328,0.06871863611320334,0.5,0.15372517456988796,0.2056500152185617,0.06407649098930704,0.15372517456988796,0.3644782565500708,0.029840606551796694,0.5,0.15372517456988796,0.36206643288738793,0.05179327887079199,0.15372517456988796,0.36484371812495925,0.03481323911467293,0.15372517456988796,0.33207654348912397,0.028671719038519672,0.15372517456988796,0.1998979960599414,0.12677967106265514,0.15372517456988796,0.22081725533949004,0.0705867079381661,0.15372517456988796,0.3209517162762233,0.1141677388287484,0.15372517456988796,0.35024945601862734,0.029445178856829526,0.5,0.15372517456988796,0.3450699652545675,0.08344621020367934,0.0,0.00827547650584752,0.11020887343670989 -5274,0.5,0.15372517456988796,0.14750423650255048,0.01726202084455565,0.15372517456988796,0.21441663079313364,0.040857121702232775,0.15372517456988796,0.2163987880389644,0.05679134277413519,0.15372517456988796,0.17122937906440977,0.015303241228852352,0.15372517456988796,0.19115042213996614,0.18487660515560778,0.15372517456988796,0.025838389732762257,0.045513332775771756,0.15372517456988796,0.14470329293500991,0.1026358774041414,0.15372517456988796,0.05428125507161306,0.020468081374191288,0.5,0.15372517456988796,0.10356976947999129,0.026779267186888132,0.15372517456988796,0.222327574767467,0.01587635675443122,0.5,0.15372517456988796,0.2230648939212747,0.03547847382888145,0.15372517456988796,0.22844840230594327,0.026521267392383602,0.15372517456988796,0.2097858198618648,0.04947454708372543,0.15372517456988796,0.14416155255679058,0.15478977200002791,0.15372517456988796,0.16448789339019365,0.05307103202479911,0.15372517456988796,0.21766796620717263,0.07274452056684044,0.15372517456988796,0.2161604122384124,0.024975456196666683,0.5,0.15372517456988796,0.20673960536687264,0.07177508265383344,0.0,0.004502258918204682,0.15934931989018167 -5275,0.5,0.15372517456988796,0.05006717257355939,0.016862392756641996,0.15372517456988796,0.06525242462005035,0.029752355434407542,0.15372517456988796,0.04724801982176837,0.03953708642269176,0.15372517456988796,0.03951588556715556,0.014750912456593563,0.15372517456988796,0.044320658728948456,0.06951573868166236,0.15372517456988796,0.006255503942417227,0.028870977122386045,0.15372517456988796,0.045437529986303085,0.037645190471765524,0.15372517456988796,0.021941924788210023,0.013642799198821942,0.5,0.15372517456988796,0.0275064774384738,0.011264430162445428,0.15372517456988796,0.049071199646540956,0.01313372509749814,0.5,0.15372517456988796,0.05078026104794231,0.02251025462903938,0.15372517456988796,0.054806741296050884,0.019762117165096484,0.15372517456988796,0.07388845889380416,0.056847297889763455,0.15372517456988796,0.06958332919430822,0.08887868138099439,0.15372517456988796,0.058197859715989585,0.039197715947680435,0.15372517456988796,0.05971914057308662,0.033783108224271004,0.15372517456988796,0.04841803130490277,0.015883883229946952,0.5,0.15372517456988796,0.03977420508661448,0.04369149642861187,0.0,0.004039991759631279,0.21693731524173399 -5276,0.5,0.15372517456988796,0.0,0.02309160991092734,0.15372517456988796,0.0,0.045144663723517976,0.15372517456988796,0.0,0.04822996890821492,0.15372517456988796,0.0,0.01824332563519906,0.15372517456988796,0.0,0.03649272357899325,0.15372517456988796,0.0,0.03938696272495275,0.15372517456988796,0.0,0.03157422655816365,0.15372517456988796,0.0,0.012412193480364361,0.5,0.15372517456988796,0.00032005689570846165,0.008771921179820114,0.15372517456988796,0.0,0.014272105832332207,0.5,0.15372517456988796,0.0,0.02350685556774521,0.15372517456988796,0.0,0.028033782872203337,0.15372517456988796,0.0,0.05843943306367354,0.15372517456988796,0.0,0.04247686499805798,0.15372517456988796,0.0,0.05470422386663424,0.15372517456988796,0.0,0.03345331456994908,0.15372517456988796,0.0,0.0210175464885217,0.5,0.15372517456988796,0.0,0.050090112466707,0.0,0.005545354196160174,0.225831108990294 -5277,0.5,0.15372517456988796,0.0,0.03183636454121915,0.15372517456988796,0.0,0.0659707907195868,0.15372517456988796,0.0,0.05872683230753382,0.15372517456988796,0.0,0.016458655300322818,0.15372517456988796,0.0,0.03231065760815395,0.15372517456988796,0.0,0.05009417205889588,0.15372517456988796,0.0,0.029777981101959707,0.15372517456988796,0.0,0.011784509028144947,0.5,0.15372517456988796,0.0,0.008935193748665075,0.15372517456988796,0.0,0.012716075958818598,0.5,0.15372517456988796,0.0,0.03169967339439572,0.15372517456988796,0.0,0.03535205740307317,0.15372517456988796,0.0,0.09545236745370174,0.15372517456988796,0.0,0.04881775754428036,0.15372517456988796,0.0,0.06871901108783984,0.15372517456988796,0.0,0.03573960443880457,0.15372517456988796,0.0,0.027355015602049348,0.5,0.15372517456988796,0.0,0.038440116423234826,0.0,0.009242935077315953,0.196779391059972 -5278,0.5,0.15372517456988796,0.0,0.03527549772993264,0.15372517456988796,0.0,0.09896236313049002,0.15372517456988796,0.0,0.06436425467356778,0.15372517456988796,0.0,0.015440818848590441,0.15372517456988796,0.0,0.04228889273022082,0.15372517456988796,0.0,0.0576085568498545,0.15372517456988796,0.0,0.027769911284579372,0.15372517456988796,0.0,0.014383839224396868,0.5,0.15372517456988796,0.0,0.012084260059183014,0.15372517456988796,0.0,0.012394263722106542,0.5,0.15372517456988796,0.0,0.04632624645766364,0.15372517456988796,0.0,0.03991980646487786,0.15372517456988796,0.0,0.16231745747917325,0.15372517456988796,0.0,0.05559526035086648,0.15372517456988796,0.0,0.08514996916054833,0.15372517456988796,0.0,0.039847381480744126,0.15372517456988796,0.0,0.03287891448832456,0.5,0.15372517456988796,0.0,0.024222990044648254,0.0,0.011586724115395242,0.19707164007581565 -5279,0.5,0.15372517456988796,0.0,0.03612474064496866,0.15372517456988796,0.0,0.12719796444625006,0.15372517456988796,0.0,0.061965492418947644,0.15372517456988796,0.0,0.017527655645570746,0.15372517456988796,0.0,0.05445230477518091,0.15372517456988796,0.0,0.05322498062168582,0.15372517456988796,0.0,0.03362020777721798,0.15372517456988796,0.0,0.019809606157755566,0.5,0.15372517456988796,0.0,0.01809077780565979,0.15372517456988796,0.0,0.013139301468057496,0.5,0.15372517456988796,0.0,0.06990439595630378,0.15372517456988796,0.0,0.04366151710457472,0.15372517456988796,0.0,0.22002123004305896,0.15372517456988796,0.0,0.07536529895349461,0.15372517456988796,0.0,0.11506498597589082,0.15372517456988796,0.0,0.045251021281081424,0.15372517456988796,0.0,0.040514567991931094,0.5,0.15372517456988796,0.0,0.014160944552996409,0.0,0.01368759427153739,0.23506699886213417 -5280,0.5,0.15372517456988796,0.0,0.03541426621872907,0.15372517456988796,0.0,0.1535706060552063,0.15372517456988796,0.0,0.05571431547394929,0.15372517456988796,0.0,0.01940507029991732,0.15372517456988796,0.0,0.06270637116878389,0.15372517456988796,0.0,0.05233703403137664,0.15372517456988796,0.0,0.0477704662037897,0.15372517456988796,0.0,0.02875659407960736,0.5,0.15372517456988796,0.0,0.022569077748453525,0.15372517456988796,0.0,0.01235866873664905,0.5,0.15372517456988796,0.0,0.09279112877292336,0.15372517456988796,0.0,0.04662180762714474,0.15372517456988796,0.0,0.2530124678294541,0.15372517456988796,0.0,0.11376811537610303,0.15372517456988796,0.0,0.15103033533972937,0.15372517456988796,0.0,0.052501718107859786,0.15372517456988796,0.0,0.04553791406035548,0.5,0.15372517456988796,0.0,0.009857317301689227,0.0,0.01792774898240043,0.3494737119289114 -5281,0.5,0.15372517456988796,0.0,0.03627320491861544,0.15372517456988796,0.0,0.18669900301928205,0.15372517456988796,0.0,0.05177260139838952,0.15372517456988796,0.0,0.02278685931944402,0.15372517456988796,0.0,0.07626553310298678,0.15372517456988796,0.0,0.06035460994723295,0.15372517456988796,0.0,0.07064999078756118,0.15372517456988796,0.0,0.04690081892896618,0.5,0.15372517456988796,0.0,0.030800089175455098,0.15372517456988796,0.0,0.013970105572090403,0.5,0.15372517456988796,0.0,0.08571801530158353,0.15372517456988796,0.0,0.054001386516181846,0.15372517456988796,0.0,0.29883792790514513,0.15372517456988796,0.0,0.16768307287210188,0.15372517456988796,0.0,0.18257570865034328,0.15372517456988796,0.0,0.0702874650190128,0.15372517456988796,0.0,0.04881387203716057,0.5,0.15372517456988796,0.0,0.008996423013033905,0.0,0.022644782172341504,0.7323083635683527 -5282,0.5,0.15372517456988796,0.0,0.039697508207273594,0.15372517456988796,0.0,0.2280826298953266,0.15372517456988796,0.0,0.05165256296059384,0.15372517456988796,0.0,0.026796119062208967,0.15372517456988796,0.0,0.10673530645684795,0.15372517456988796,0.0,0.06695968238503212,0.15372517456988796,0.0,0.10872297768790196,0.15372517456988796,0.0,0.0688632453236267,0.5,0.15372517456988796,0.0,0.0437456002966145,0.15372517456988796,0.0,0.022230669996676423,0.5,0.15372517456988796,0.0,0.06820357874385533,0.15372517456988796,0.0,0.06601569758230356,0.15372517456988796,0.0,0.351934233068459,0.15372517456988796,0.0,0.21552916471486636,0.15372517456988796,0.0,0.21045313487794642,0.15372517456988796,0.0,0.1003792897815712,0.15372517456988796,0.0,0.04915733059906887,0.5,0.15372517456988796,0.0,0.010147635469722176,0.0,0.027364899946519156,0.9274459509168381 -5283,0.5,0.15372517456988796,0.0,0.04531379562794086,0.15372517456988796,0.0,0.2805029627015543,0.15372517456988796,0.0,0.052669876161283664,0.15372517456988796,0.0,0.03172118351128129,0.15372517456988796,0.0,0.1161939420230927,0.15372517456988796,0.0,0.07242953722417632,0.15372517456988796,0.0,0.14987403242687955,0.15372517456988796,0.0,0.09175523068091612,0.5,0.15372517456988796,0.0,0.08140698843018758,0.15372517456988796,0.0,0.0272540912255352,0.5,0.15372517456988796,0.0,0.06493252846104737,0.15372517456988796,0.0,0.07442351646480673,0.15372517456988796,0.0,0.3869800086652141,0.15372517456988796,0.0,0.22451121297244886,0.15372517456988796,0.0,0.2384348737551864,0.15372517456988796,0.0,0.12327454565083665,0.15372517456988796,0.0,0.04802479381284758,0.5,0.15372517456988796,0.0,0.009966180237126325,0.0,0.03923496222318381,0.9151359827270745 -5284,0.5,0.15372517456988796,0.0,0.050754861335950634,0.15372517456988796,0.0,0.3282324551506845,0.15372517456988796,0.0,0.05585965325736836,0.15372517456988796,0.0,0.03753493602718375,0.15372517456988796,0.0,0.13280644566131827,0.15372517456988796,0.0,0.1270761408784069,0.15372517456988796,0.0,0.17786722143191286,0.15372517456988796,0.0,0.211731859957625,0.5,0.15372517456988796,0.0,0.18235309091491472,0.15372517456988796,0.0,0.03295039132651603,0.5,0.15372517456988796,0.0,0.07072746829259198,0.15372517456988796,0.0,0.07980621114094123,0.15372517456988796,0.0,0.3756841225023724,0.15372517456988796,0.0,0.2155685085505537,0.15372517456988796,0.0,0.2710529781546116,0.15372517456988796,0.0,0.1361918969610222,0.15372517456988796,0.0,0.0533962601596402,0.5,0.15372517456988796,0.0,0.008984944166896231,0.0,0.05198948604443394,0.792783855028511 -5285,0.5,0.15372517456988796,0.0,0.05823364280819484,0.15372517456988796,0.0,0.3980097343205669,0.15372517456988796,0.0,0.06276959382474441,0.15372517456988796,0.0,0.048293913627875884,0.15372517456988796,0.0,0.16827620131711588,0.15372517456988796,0.0,0.2634072862741771,0.15372517456988796,0.0,0.15137046570048518,0.15372517456988796,0.0,0.3595351395567311,0.5,0.15372517456988796,0.0,0.348149812781215,0.15372517456988796,0.0,0.049145682575841385,0.5,0.15372517456988796,0.0,0.07045050475139596,0.15372517456988796,0.0,0.07733569217585627,0.15372517456988796,0.0,0.3448515121398743,0.15372517456988796,0.0,0.2560648457569423,0.15372517456988796,0.0,0.29098674261546076,0.15372517456988796,0.0,0.13668861772124322,0.15372517456988796,0.0,0.05990263750899628,0.5,0.15372517456988796,0.0,0.011492003048404888,0.0,0.06858227099532305,0.6130382233176034 -5286,0.5,0.15372517456988796,0.023739265897678687,0.06579135664738708,0.15372517456988796,0.003156961454261636,0.44626768860420857,0.15372517456988796,0.012146881251591099,0.0640439563796908,0.15372517456988796,0.023446253025057397,0.049303890005008386,0.15372517456988796,0.001993523606328919,0.24837542608747873,0.15372517456988796,1.9863023604495003e-05,0.4854756073615597,0.15372517456988796,0.0018634800924619138,0.2050473790350301,0.15372517456988796,0.00023324992855120762,0.3567792786233892,0.5,0.15372517456988796,0.00017401219008913522,0.491065745085582,0.15372517456988796,0.004329452902231015,0.05710977925721775,0.5,0.15372517456988796,0.0012091991934392644,0.06742524017998414,0.15372517456988796,0.0018216422018364556,0.05858099462291993,0.15372517456988796,0.0009583650866970225,0.38160107280477107,0.15372517456988796,0.0025617104748698613,0.3028765356880989,0.15372517456988796,0.0059856836238948025,0.2888868738513938,0.15372517456988796,0.004220811098420418,0.14256787208306693,0.15372517456988796,0.007362483770262113,0.05599880746989551,0.5,0.15372517456988796,0.010814973921451396,0.013842769375920067,0.0,0.0881469829164325,0.569954458031438 -5287,0.5,0.15372517456988796,0.09720433453475219,0.09557658285005768,0.15372517456988796,0.045022067292912776,0.6373460486182325,0.15372517456988796,0.08901266120960165,0.07105234931618744,0.15372517456988796,0.10472095917624774,0.045997385239831635,0.15372517456988796,0.01791508689442974,0.515258268111114,0.15372517456988796,0.0024636789769104618,0.6090697928877125,0.15372517456988796,0.01551422895208742,0.41134063439969376,0.15372517456988796,0.007783896424665064,0.4726712960057629,0.5,0.15372517456988796,0.016910662662301828,0.626519571197091,0.15372517456988796,0.0742528047986758,0.03904169570318122,0.5,0.15372517456988796,0.01036891584034636,0.09721399493467428,0.15372517456988796,0.035941420669165336,0.059342345719884726,0.15372517456988796,0.01426747747794751,0.5510717905502378,0.15372517456988796,0.030424429919748024,0.4347112065307462,0.15372517456988796,0.06964194046811052,0.32249268044288615,0.15372517456988796,0.05381919049640301,0.236421702924763,0.15372517456988796,0.07348857909213671,0.058900432252936674,0.5,0.15372517456988796,0.09270337860752004,0.011632240863293713,0.0,0.12659396749768426,0.5837481997116994 -5288,0.5,0.15372517456988796,0.20343845125036286,0.19427136049835986,0.15372517456988796,0.07319839569482962,0.7256489718910953,0.15372517456988796,0.19800171023814847,0.18608617621687,0.15372517456988796,0.22525007657351573,0.0697242323259894,0.15372517456988796,0.012092214364961005,0.6924838399979363,0.15372517456988796,0.010494602181859842,0.733330373146436,0.15372517456988796,0.017520017872895862,0.5086951112053416,0.15372517456988796,0.03075978425047992,0.7250756807407204,0.5,0.15372517456988796,0.06598522305453407,0.8043072195175626,0.15372517456988796,0.15572058534495933,0.023977496491125485,0.5,0.15372517456988796,0.08628281996804088,0.1429827262888655,0.15372517456988796,0.08876362620296017,0.12356145348081765,0.15372517456988796,0.03958689882076807,0.6917800319530154,0.15372517456988796,0.04413045753000038,0.5815971203497126,0.15372517456988796,0.1413938406761992,0.42092445567704634,0.15372517456988796,0.07066267772273643,0.3840145975951656,0.15372517456988796,0.13766192539106414,0.12419708618201511,0.5,0.15372517456988796,0.21228123554448475,0.022618878393363292,0.0,0.19618100016127907,0.7476910432538852 -5289,0.5,0.15372517456988796,0.3150348718520803,0.29187543363753043,0.15372517456988796,0.17345516559901433,0.6812785998546235,0.15372517456988796,0.27476733142381427,0.3342430208623023,0.15372517456988796,0.3554217168194265,0.1274899633308529,0.15372517456988796,0.021985233011235193,0.7539289658772361,0.15372517456988796,0.022076297342294094,0.9662199677168894,0.15372517456988796,0.0243432508996382,0.6335817795288998,0.15372517456988796,0.045355300864417164,0.8641730055055606,0.5,0.15372517456988796,0.11233410769163127,0.9105702245786839,0.15372517456988796,0.25502582585146505,0.028659730341438087,0.5,0.15372517456988796,0.22674108402110243,0.2382303587770852,0.15372517456988796,0.20192642395006496,0.21180818330639453,0.15372517456988796,0.11590229366508825,0.7695495318743404,0.15372517456988796,0.043523418972915215,0.66006912840253,0.15372517456988796,0.15019216666159682,0.5172187406795501,0.15372517456988796,0.08369927019930821,0.4918149199652362,0.15372517456988796,0.16023729111626991,0.1630940005287055,0.5,0.15372517456988796,0.3367840307815334,0.03176107344275304,0.0,0.22197416128204736,0.9872359571109987 -5290,0.5,0.15372517456988796,0.422844809018024,0.41661139008701653,0.15372517456988796,0.1662496744751014,0.5828037922670426,0.15372517456988796,0.2660241887051283,0.46819615744318244,0.15372517456988796,0.4835381764909983,0.17690297912477848,0.15372517456988796,0.02261435582908732,0.9397271477900371,0.15372517456988796,0.07825954587137553,0.9453279088576991,0.15372517456988796,0.05293253538321127,0.8925234417051683,0.15372517456988796,0.07474035496377132,0.8082909301855443,0.5,0.15372517456988796,0.09428284249230906,0.8607121951431534,0.15372517456988796,0.4087118947228368,0.08393193640610404,0.5,0.15372517456988796,0.31374030043445905,0.8798578488536909,0.15372517456988796,0.3031027843586981,0.4388028722954854,0.15372517456988796,0.15199578928387597,0.7777669271718394,0.15372517456988796,0.058874756376690957,0.7251485553850496,0.15372517456988796,0.09626049066216229,0.5717235972410193,0.15372517456988796,0.14906582730884127,0.7293246633386475,0.15372517456988796,0.19905556669024382,0.3227024789253667,0.5,0.15372517456988796,0.4412778483980016,0.025782879515698024,0.0,0.27407554379267135,1.0111677048128478 -5291,0.5,0.15372517456988796,0.5001329214481758,0.46968184383671163,0.15372517456988796,0.20431360392911097,0.7978001432412911,0.15372517456988796,0.1771515935735813,0.5473580140979173,0.15372517456988796,0.5367066476805334,0.2501678758273793,0.15372517456988796,0.1443684292289958,1.0075016310045832,0.15372517456988796,0.2979009085545191,0.9656021143231375,0.15372517456988796,0.09763853973527777,0.9791126704882802,0.15372517456988796,0.202262017522027,0.8029341895074413,0.5,0.15372517456988796,0.12126159540324315,0.8234279256066884,0.15372517456988796,0.5188093193777059,0.32589423615323343,0.5,0.15372517456988796,0.15109814166767283,0.8554693562660164,0.15372517456988796,0.29671077783744454,0.6777678467006535,0.15372517456988796,0.13236112629931324,0.8000987578184684,0.15372517456988796,0.09348310851069125,0.8444631981829591,0.15372517456988796,0.09613705388192699,0.5888204300431623,0.15372517456988796,0.22804883055557407,0.9052854757401316,0.15372517456988796,0.264759160851354,0.500694953343997,0.5,0.15372517456988796,0.5206495904278584,0.0402946685608634,0.0,0.31917421921264655,0.9923690106302816 -5292,0.5,0.15372517456988796,0.5075597025711768,0.5071151572804244,0.15372517456988796,0.03348171525584593,0.6534339800304952,0.15372517456988796,0.23939993924540415,0.5204136656018916,0.15372517456988796,0.48096376093963256,0.30950409874176016,0.15372517456988796,0.27382401119385186,1.0138274741105353,0.15372517456988796,0.3282187407226589,0.9682010533958041,0.15372517456988796,0.14945178916329266,0.9534903549572941,0.15372517456988796,0.37107960067663465,0.8075862956147082,0.5,0.15372517456988796,0.24198057136394394,0.7945656901263205,0.15372517456988796,0.5521910930731719,0.6490830629934292,0.5,0.15372517456988796,0.10142015105203481,0.8852978333344761,0.15372517456988796,0.2676546627051152,0.6209704523316468,0.15372517456988796,0.11046039085271236,0.7607266659122838,0.15372517456988796,0.12205421103083774,0.9067170215072748,0.15372517456988796,0.22787301202573054,0.7044158942741435,0.15372517456988796,0.10672523271037773,0.7996074841978287,0.15372517456988796,0.23717252019472196,0.6156805924394854,0.5,0.15372517456988796,0.5689967877420241,0.1252062176365714,0.0,0.377004037628671,0.9931715936934236 -5293,0.5,0.15372517456988796,0.4376826529085477,0.5095564126787941,0.15372517456988796,0.02676531065590309,0.7763708195620015,0.15372517456988796,0.34492563746070065,0.6572359757426366,0.15372517456988796,0.43499564639533495,0.3069243226359817,0.15372517456988796,0.23686674603272656,1.0101156538564824,0.15372517456988796,0.22998096327703355,0.898940129374692,0.15372517456988796,0.24993125754786882,0.9426226011316189,0.15372517456988796,0.5328219339665567,0.7892151280980599,0.5,0.15372517456988796,0.3145660427647813,0.7678921120839964,0.15372517456988796,0.41303851267004,0.4640919120898619,0.5,0.15372517456988796,0.10146610093080324,0.7973309546781209,0.15372517456988796,0.2826325240539609,0.6039297632062967,0.15372517456988796,0.02860886131970807,0.8593199069916575,0.15372517456988796,0.2914934136516171,0.9534613985431705,0.15372517456988796,0.1876391816969496,0.9171336696758444,0.15372517456988796,0.1366617949029545,0.6835549996737247,0.15372517456988796,0.23224659671097797,0.6898726133048926,0.5,0.15372517456988796,0.6139214227878953,0.518620161128175,0.0,0.3770855521743328,1.011359691043278 -5294,0.5,0.15372517456988796,0.3853572897931378,0.5549370392411342,0.15372517456988796,0.12635444784015365,1.0045977378842852,0.15372517456988796,0.2581788346789984,0.7991443618346465,0.15372517456988796,0.4636092578061579,0.3707370410178872,0.15372517456988796,0.21039344023132697,0.9531929661907561,0.15372517456988796,0.23079184410272285,0.7964258030585769,0.15372517456988796,0.22945877012935745,0.8861132092465195,0.15372517456988796,0.4730993910084715,0.6699634262617358,0.5,0.15372517456988796,0.31933683302636023,0.5982477349744204,0.15372517456988796,0.3608217418726539,0.2906566884560174,0.5,0.15372517456988796,0.33335158023762174,0.7922797915344918,0.15372517456988796,0.3023103529766437,0.47127800008710624,0.15372517456988796,0.03520708922175352,0.9408492879283101,0.15372517456988796,0.21699976454808073,0.9748743288955515,0.15372517456988796,0.18770891615267454,0.9412539861965832,0.15372517456988796,0.22547644562322194,0.6040466785094384,0.15372517456988796,0.20451715708411283,0.6076621819708926,0.5,0.15372517456988796,0.5071874903281537,0.292067518804939,0.0,0.31380584288281993,1.0109834286287782 -5295,0.5,0.15372517456988796,0.29325084884699315,0.5987976510257726,0.15372517456988796,0.10398817554332991,0.8531966032007618,0.15372517456988796,0.14444243013143196,0.7899068838773167,0.15372517456988796,0.4045066288876948,0.4903233696582835,0.15372517456988796,0.14677295499529325,0.8608710108238168,0.15372517456988796,0.17222780392655535,0.5722661576664857,0.15372517456988796,0.20773020163054307,0.790150644131298,0.15372517456988796,0.4553529654555314,0.429122129043984,0.5,0.15372517456988796,0.34107853365010327,0.4074435550736973,0.15372517456988796,0.22682209946120085,0.15492238624841342,0.5,0.15372517456988796,0.4841157690229443,0.6789776226140304,0.15372517456988796,0.26949865472135526,0.3124501248959566,0.15372517456988796,0.14294717838861246,0.9395132585206515,0.15372517456988796,0.1627130360168268,0.9339250704428184,0.15372517456988796,0.2684276145753594,0.9053471227799323,0.15372517456988796,0.28150532198350764,0.4718024691271017,0.15372517456988796,0.3002972247194645,0.5926784812814194,0.5,0.15372517456988796,0.35350367784946013,0.19132134874043422,0.0,0.4570311670980117,1.010344567278416 -5296,0.5,0.15372517456988796,0.2010476836227844,0.6265984376226637,0.15372517456988796,0.25766934165017746,0.9333693228545203,0.15372517456988796,0.15516398101585827,0.6372610905773687,0.15372517456988796,0.27821137321894,0.5210046017673142,0.15372517456988796,0.103918426158984,0.6929394816985887,0.15372517456988796,0.1481576382225932,0.3950774096256336,0.15372517456988796,0.17044679983658814,0.6129655261347552,0.15372517456988796,0.42772481581869365,0.29630684706172,0.5,0.15372517456988796,0.32089464339783735,0.29854635174861777,0.15372517456988796,0.1792891852756165,0.11273806191296358,0.5,0.15372517456988796,0.4045617328204534,0.3830283071560077,0.15372517456988796,0.2505733871661381,0.15981245712594333,0.15372517456988796,0.11782372219353532,0.9483293476026393,0.15372517456988796,0.13240559324717296,0.8683831373303621,0.15372517456988796,0.21788930287109895,0.838459769792553,0.15372517456988796,0.23901521475364518,0.3070617737328471,0.15372517456988796,0.24355533837350635,0.3828285205119456,0.5,0.15372517456988796,0.3368940392571662,0.16004794270683192,0.0,0.4757161079806031,0.9784254858641506 -5297,0.5,0.15372517456988796,0.14898637707082044,0.6315946503501096,0.15372517456988796,0.06308689706407071,0.8534933594350562,0.15372517456988796,0.1083397371644246,0.4462304002154533,0.15372517456988796,0.17970361744497,0.4744239100687221,0.15372517456988796,0.08294709831094213,0.498822220740319,0.15372517456988796,0.0902980320560479,0.23616039935344763,0.15372517456988796,0.15137747722247658,0.47888158854059315,0.15372517456988796,0.31764105314797564,0.18317338239042255,0.5,0.15372517456988796,0.24354971500058617,0.20725071231783188,0.15372517456988796,0.05810423173389729,0.020536931054365888,0.5,0.15372517456988796,0.3068468468841119,0.2225878265287528,0.15372517456988796,0.2355818552519194,0.06576248284037454,0.15372517456988796,0.0634552186311303,0.9283797188497831,0.15372517456988796,0.0814606734551179,0.724858900030585,0.15372517456988796,0.14565480442917675,0.71160716709545,0.15372517456988796,0.18912623183946797,0.21164637362500568,0.15372517456988796,0.19812578863697888,0.20049503568186672,0.5,0.15372517456988796,0.18438393188919858,0.10688896849992295,0.0,0.6139651577075994,0.9229335567158573 -5298,0.5,0.15372517456988796,0.11937324023675788,0.589074766855507,0.15372517456988796,0.03478293398993038,0.6317111728834929,0.15372517456988796,0.08313253822587931,0.3126113866312085,0.15372517456988796,0.10290055949224586,0.4064588859671379,0.15372517456988796,0.04933472730803857,0.3275559279249543,0.15372517456988796,0.0556286248584868,0.12129830413435848,0.15372517456988796,0.09785745266067065,0.2561160352898957,0.15372517456988796,0.20081185482481445,0.139959258898355,0.5,0.15372517456988796,0.1565125645275928,0.13181965886399444,0.15372517456988796,0.07320351037981633,0.003939713990285713,0.5,0.15372517456988796,0.1850073706931019,0.11744210693802767,0.15372517456988796,0.16765521212576429,0.02591796464141624,0.15372517456988796,0.02079605860533855,0.8477677328010322,0.15372517456988796,0.04865823139867372,0.5640454993866191,0.15372517456988796,0.07576663989845914,0.5530167132644945,0.15372517456988796,0.11873762973988798,0.10410444726425352,0.15372517456988796,0.14199380547775944,0.10026827339866573,0.5,0.15372517456988796,0.10845664322663262,0.04953095343340822,0.0,0.8350882950648673,0.7882882010245357 -5299,0.5,0.15372517456988796,0.040578361360573065,0.4482098403768314,0.15372517456988796,0.010511408895507312,0.484821023141206,0.15372517456988796,0.029411467270203488,0.18855012982233496,0.15372517456988796,0.02893730910915604,0.2846869680122341,0.15372517456988796,0.01748117888810281,0.15774065273560078,0.15372517456988796,0.02710607072584811,0.05655399652516421,0.15372517456988796,0.04852476583424142,0.09841769270838657,0.15372517456988796,0.07567691676693333,0.05615507744161109,0.5,0.15372517456988796,0.058910803957605784,0.061883387783344845,0.15372517456988796,0.042819456158986066,0.0013602174351153838,0.5,0.15372517456988796,0.05987803576445645,0.024861027666376687,0.15372517456988796,0.05134051637592134,0.0029033465811313334,0.15372517456988796,0.0049062079772167685,0.6265841474536593,0.15372517456988796,0.013946805763221983,0.42655347098758445,0.15372517456988796,0.03521123215124428,0.3556245379241407,0.15372517456988796,0.0510135761616778,0.03675679346340774,0.15372517456988796,0.04429512066611826,0.02561347851309704,0.5,0.15372517456988796,0.033033479732113055,0.02664146834928008,0.0,0.91165724537325,0.8021520807065003 -5300,0.5,0.15372517456988796,0.0,0.3026331212129447,0.15372517456988796,0.0,0.3605011228849108,0.15372517456988796,0.0,0.06068083439406366,0.15372517456988796,0.0,0.17713235369286515,0.15372517456988796,0.0,0.05238089884830189,0.15372517456988796,7.913247286747758e-05,0.03119561546807176,0.15372517456988796,0.0,0.010467638517466371,0.15372517456988796,0.0,0.010741851778343652,0.5,0.15372517456988796,0.0,0.02379637489118577,0.15372517456988796,0.0,0.0005733046307233308,0.5,0.15372517456988796,0.0,0.01620925283259845,0.15372517456988796,0.0,0.0008391376611901838,0.15372517456988796,0.00013747808025388195,0.539041652388723,0.15372517456988796,0.0,0.29568174864575936,0.15372517456988796,0.0,0.18093865946755677,0.15372517456988796,0.0,0.005756196570030868,0.15372517456988796,0.0,0.00785343029873288,0.5,0.15372517456988796,0.0,0.01865237396151431,0.0,0.905941331036545,0.7375934644885456 -5301,0.5,0.15372517456988796,0.0,0.22586274234411063,0.15372517456988796,0.0,0.2815771350176683,0.15372517456988796,0.0,0.03332787246794184,0.15372517456988796,0.0,0.1076421647549534,0.15372517456988796,0.0,0.011933920018830972,0.15372517456988796,0.0,0.019862136832561418,0.15372517456988796,0.0,0.007629051978191119,0.15372517456988796,0.0,0.004389207614717184,0.5,0.15372517456988796,0.0,0.02241063648981399,0.15372517456988796,0.0,0.0012079931874107665,0.5,0.15372517456988796,0.0,0.0061358266259308744,0.15372517456988796,0.0,0.003745405581734096,0.15372517456988796,0.0,0.4882263719954074,0.15372517456988796,0.0,0.21241498696478375,0.15372517456988796,0.0,0.07659481965759161,0.15372517456988796,0.0,0.002563266800422087,0.15372517456988796,0.0,0.004069099434948367,0.5,0.15372517456988796,0.0,0.010597825318628233,0.0,0.8248943061526239,0.6263451583161347 -5302,0.5,0.15372517456988796,0.0,0.17170697171393898,0.15372517456988796,0.0,0.20447795038532554,0.15372517456988796,0.0,0.011553429433733777,0.15372517456988796,0.0,0.07478673199261847,0.15372517456988796,0.0,0.007700353535896922,0.15372517456988796,0.0,0.021882966704847743,0.15372517456988796,0.0,0.01739858193416618,0.15372517456988796,0.0,0.006504974075264519,0.5,0.15372517456988796,0.0,0.017280192696782923,0.15372517456988796,0.0,0.0030596372172886485,0.5,0.15372517456988796,0.0,0.0021560977361858888,0.15372517456988796,0.0,0.009645962733261905,0.15372517456988796,0.0,0.40556454311665247,0.15372517456988796,0.0,0.10884744719097403,0.15372517456988796,0.0,0.022672529669349822,0.15372517456988796,0.0,0.003151988625200448,0.15372517456988796,0.0,0.002965534627477766,0.5,0.15372517456988796,0.0,0.004667293574139069,0.0,0.7331055128581471,0.45801854447056045 -5303,0.5,0.15372517456988796,0.0,0.11688550589961459,0.15372517456988796,0.0,0.04201934545401116,0.15372517456988796,0.0,0.00546899454650118,0.15372517456988796,0.0,0.05211033952988305,0.15372517456988796,0.0,0.01573117179722654,0.15372517456988796,0.0,0.024811372021885728,0.15372517456988796,0.0,0.018493505787700742,0.15372517456988796,0.0,0.009430235029461675,0.5,0.15372517456988796,0.0,0.00746052244340361,0.15372517456988796,0.0,0.005349209573977203,0.5,0.15372517456988796,0.0,0.0006642311515768662,0.15372517456988796,0.0,0.010132209943059549,0.15372517456988796,0.0,0.324507175407837,0.15372517456988796,0.0,0.04348803649100229,0.15372517456988796,0.0,0.005815159486710616,0.15372517456988796,0.0,0.004486765454801986,0.15372517456988796,0.0,0.0015431017727398904,0.5,0.15372517456988796,0.0,0.0035466839995150707,0.0,0.6055219249923263,0.31233740365393725 -5304,0.5,0.15372517456988796,0.0,0.07098836136212533,0.15372517456988796,0.0,0.004566875903857123,0.15372517456988796,0.0,0.0038128137572245443,0.15372517456988796,0.0,0.029030478847411032,0.15372517456988796,0.0,0.029039586782929238,0.15372517456988796,0.0,0.01691704806314877,0.15372517456988796,0.0,0.010822076331754105,0.15372517456988796,0.0,0.006528309380763805,0.5,0.15372517456988796,0.0,0.0030569724020606567,0.15372517456988796,0.0,0.011012755478285988,0.5,0.15372517456988796,0.0,0.0007492840061163673,0.15372517456988796,0.0,0.012327137782933702,0.15372517456988796,0.0,0.18561972717378694,0.15372517456988796,0.0,0.018238135553630644,0.15372517456988796,0.0,0.004714782019498667,0.15372517456988796,0.0,0.0060100939519637745,0.15372517456988796,0.0,0.0029822522144819052,0.5,0.15372517456988796,0.0,0.0071577580981879,0.0,0.43564325147966854,0.26060631590207317 -5305,0.5,0.15372517456988796,0.0,0.041216865145449394,0.15372517456988796,0.0,0.0026827409512499853,0.15372517456988796,0.0,0.005349628397201471,0.15372517456988796,0.0,0.014603039399987274,0.15372517456988796,0.0,0.02899831936439466,0.15372517456988796,0.0,0.008200042559090393,0.15372517456988796,0.0,0.009535625096437295,0.15372517456988796,0.0,0.005455438035798595,0.5,0.15372517456988796,0.0,0.0024303266368793913,0.15372517456988796,0.0,0.010617649833173457,0.5,0.15372517456988796,0.0,0.00495660571342753,0.15372517456988796,0.0,0.013157227593985073,0.15372517456988796,0.0,0.08297682442175548,0.15372517456988796,0.0,0.021516815583187448,0.15372517456988796,0.0,0.008150899641193138,0.15372517456988796,0.0,0.006539635398498759,0.15372517456988796,0.0,0.004534445936541941,0.5,0.15372517456988796,0.0,0.012962195968689822,0.0,0.2717574246109297,0.20731591339626648 -5306,0.5,0.15372517456988796,0.0,0.025587202301831362,0.15372517456988796,0.0,0.011785105083372854,0.15372517456988796,0.0,0.009241693346025806,0.15372517456988796,0.0,0.008612984421915914,0.15372517456988796,0.0,0.025482685310444522,0.15372517456988796,0.0,0.0038781889739201367,0.15372517456988796,0.0,0.012170652526184355,0.15372517456988796,0.0,0.003731891957123365,0.5,0.15372517456988796,0.0,0.0033595587372415732,0.15372517456988796,0.0,0.00981805396986324,0.5,0.15372517456988796,0.0,0.009662427730818442,0.15372517456988796,0.0,0.022274636356642015,0.15372517456988796,0.0,0.04833309865691027,0.15372517456988796,0.0,0.030710631061607836,0.15372517456988796,0.0,0.011637884548272883,0.15372517456988796,0.0,0.007687954097443825,0.15372517456988796,0.0,0.007309598771097397,0.5,0.15372517456988796,0.0,0.013163044092018164,0.0,0.20820240834373954,0.166654861777254 -5307,0.5,0.15372517456988796,0.0,0.01712938421755579,0.15372517456988796,0.0,0.021290399962852518,0.15372517456988796,0.0,0.015158424972715924,0.15372517456988796,0.0,0.006563550854435938,0.15372517456988796,0.0,0.02275097449045316,0.15372517456988796,0.0,0.0018431029453877257,0.15372517456988796,0.0,0.014255507562434544,0.15372517456988796,0.0,0.002617195172286536,0.5,0.15372517456988796,0.0,0.004010570068559529,0.15372517456988796,0.0,0.011647965662524894,0.5,0.15372517456988796,0.0,0.01200904950728432,0.15372517456988796,0.0,0.022929407642396864,0.15372517456988796,0.0,0.04195960815103527,0.15372517456988796,0.0,0.03765423888682104,0.15372517456988796,0.0,0.014153962883022963,0.15372517456988796,0.0,0.0109487144070018,0.15372517456988796,0.0,0.012238989486643934,0.5,0.15372517456988796,0.0,0.01474774403613584,0.0,0.14856929700675067,0.07590236282626793 -5308,0.5,0.15372517456988796,0.0,0.010025370433880403,0.15372517456988796,0.0,0.0227754978548454,0.15372517456988796,0.0,0.024305332050833874,0.15372517456988796,0.0,0.006298420298878035,0.15372517456988796,0.0,0.029507801635774156,0.15372517456988796,0.0,0.0017657975187336686,0.15372517456988796,0.0,0.02708679824876528,0.15372517456988796,0.0,0.0035844272843209186,0.5,0.15372517456988796,0.0,0.0024620830293807998,0.15372517456988796,0.0,0.01256927469349025,0.5,0.15372517456988796,0.0,0.0284558539775356,0.15372517456988796,0.0,0.030369978165212894,0.15372517456988796,0.0,0.04961101902712453,0.15372517456988796,0.0,0.04541717422961771,0.15372517456988796,0.0,0.017437061430028766,0.15372517456988796,0.0,0.014996164125919462,0.15372517456988796,0.0,0.018535382122709075,0.5,0.15372517456988796,0.0,0.020398747875876158,0.0,0.11418817713522356,0.03010740041432939 -5309,0.5,0.15372517456988796,0.0,0.00671549372990945,0.15372517456988796,0.0,0.02294276051590099,0.15372517456988796,0.0,0.035838497514643596,0.15372517456988796,0.0,0.006541438523266011,0.15372517456988796,0.0,0.029346166553683845,0.15372517456988796,0.0,0.0028840164161734304,0.15372517456988796,0.0,0.02913939746109415,0.15372517456988796,0.0,0.00903155379604436,0.5,0.15372517456988796,0.0,0.005156402775760937,0.15372517456988796,0.0,0.02385782971367846,0.5,0.15372517456988796,0.0,0.053994357584135434,0.15372517456988796,0.0,0.05475095621410855,0.15372517456988796,0.0,0.058700345321707675,0.15372517456988796,0.0,0.06296721370145403,0.15372517456988796,0.0,0.027935477961066588,0.15372517456988796,0.0,0.016154278794064395,0.15372517456988796,0.0,0.029348868932622254,0.5,0.15372517456988796,0.0,0.022231529537415314,0.0,0.07047306637630851,0.10037694162541284 -5310,0.5,0.15372517456988796,0.013280799924964544,0.007140924946890473,0.15372517456988796,0.006656972171370847,0.03044338419889622,0.15372517456988796,0.009703745678354168,0.04760837011047992,0.15372517456988796,0.01956240930271321,0.008830142174916044,0.15372517456988796,0.001846246289213442,0.03394677009856279,0.15372517456988796,0.0008733360119200038,0.015009266569442667,0.15372517456988796,0.002335709418441634,0.03659658163563531,0.15372517456988796,0.0005867493559569937,0.017957350865035037,0.5,0.15372517456988796,0.00039617748429890214,0.008642815105311464,0.15372517456988796,0.0038898065429318544,0.03489509710413365,0.5,0.15372517456988796,0.0022214956212817344,0.021025399845366312,0.15372517456988796,0.0019458285397936513,0.040113754198378766,0.15372517456988796,0.008094682710843164,0.06351500290529272,0.15372517456988796,0.0020165237729175196,0.07058558269014313,0.15372517456988796,0.0045655038169192886,0.03840621763597266,0.15372517456988796,0.0039019918766285476,0.012586922868702359,0.15372517456988796,0.006284880623477351,0.033895540787751297,0.5,0.15372517456988796,0.006549844211743563,0.02953914855387823,0.0,0.03621514888218879,0.22983020160152862 -5311,0.5,0.15372517456988796,0.06882651200159456,0.01569378910221222,0.15372517456988796,0.06275090894263778,0.04929430188717164,0.15372517456988796,0.08796391230218231,0.08013421291224626,0.15372517456988796,0.10134524652026078,0.022996089812798173,0.15372517456988796,0.04191870374329232,0.052028605836541626,0.15372517456988796,0.03688280183122167,0.017522879893246975,0.15372517456988796,0.03721427523451865,0.049791956020456093,0.15372517456988796,0.028295105889781798,0.023870593608031836,0.5,0.15372517456988796,0.010487756295289233,0.015282635069834941,0.15372517456988796,0.0772136614672552,0.023675315066500727,0.5,0.15372517456988796,0.04449699509361533,0.007328352450798948,0.15372517456988796,0.04959248471527556,0.03637291504450957,0.15372517456988796,0.06616818418923778,0.08702471622998795,0.15372517456988796,0.030402851644205836,0.08898289667857331,0.15372517456988796,0.05810368538911989,0.05384482879567408,0.15372517456988796,0.058923389298838516,0.015851494488106254,0.15372517456988796,0.0817946080898788,0.027072177716297736,0.5,0.15372517456988796,0.0770915493259571,0.045882102701763836,0.0,0.013668437518608308,0.29498776567691 -5312,0.5,0.15372517456988796,0.1673372450675275,0.06238668929725776,0.15372517456988796,0.12650669578566937,0.105985572302148,0.15372517456988796,0.207524942761129,0.21232442392380527,0.15372517456988796,0.2248158467547866,0.09130404697693044,0.15372517456988796,0.0794340073541439,0.11142221634513978,0.15372517456988796,0.10589018475887285,0.03758465594355816,0.15372517456988796,0.09835346863584009,0.12418951890488941,0.15372517456988796,0.06897105445714977,0.06913023303717059,0.5,0.15372517456988796,0.021543718086718854,0.024505148176543947,0.15372517456988796,0.1921681314565966,0.02256922187082933,0.5,0.15372517456988796,0.05032997839677819,0.02078105963787758,0.15372517456988796,0.11474603132140795,0.046007790452888865,0.15372517456988796,0.13814062343237216,0.1571566314980069,0.15372517456988796,0.08613685173944935,0.13750579012490347,0.15372517456988796,0.14304574458908784,0.15234924672384695,0.15372517456988796,0.1112971443643832,0.052893350753310996,0.15372517456988796,0.18550433707507974,0.05379406523372257,0.5,0.15372517456988796,0.19147950234487482,0.12381710882808843,0.0,0.006975936493517319,0.315152294507985 -5313,0.5,0.15372517456988796,0.30728274796525373,0.09255761478671548,0.15372517456988796,0.1882182418085325,0.2112928228377499,0.15372517456988796,0.3332972951304867,0.31622918627530006,0.15372517456988796,0.3555836120114113,0.15238816338222486,0.15372517456988796,0.11947419564445085,0.23707332752817517,0.15372517456988796,0.18750236462182926,0.09032341185549604,0.15372517456988796,0.16853402363889539,0.234623606060516,0.15372517456988796,0.12103626288434904,0.12714138403472364,0.5,0.15372517456988796,0.033822959684584104,0.037720136819538244,0.15372517456988796,0.3227558301694936,0.018910418907329488,0.5,0.15372517456988796,0.02412072628704969,0.08047826927802171,0.15372517456988796,0.16950367365842178,0.06327451423504564,0.15372517456988796,0.1891273256808486,0.24006544872440327,0.15372517456988796,0.12843363562936752,0.22246557311892895,0.15372517456988796,0.1990349870400153,0.33295466737553264,0.15372517456988796,0.14631921855269123,0.10571726786733407,0.15372517456988796,0.2647079866084966,0.10344430204012708,0.5,0.15372517456988796,0.3390481648396011,0.20778695703848626,0.0,0.010325634791619642,0.31438522786655454 -5314,0.5,0.15372517456988796,0.4526112458225727,0.11573369324243181,0.15372517456988796,0.2703537838756347,0.3243219514087212,0.15372517456988796,0.4318259782314482,0.4241931409231008,0.15372517456988796,0.4884168321091008,0.15476616602555754,0.15372517456988796,0.2426209324349804,0.41124481253775597,0.15372517456988796,0.26880033791610514,0.16534917010300237,0.15372517456988796,0.21319498413127305,0.35858156401251684,0.15372517456988796,0.21805599601834985,0.20212988833619758,0.5,0.15372517456988796,0.04976481664145762,0.07154258331304167,0.15372517456988796,0.4540050654684654,0.021482719942067147,0.5,0.15372517456988796,0.07775645195781919,0.09089392489277467,0.15372517456988796,0.2479756255801805,0.05695785653924823,0.15372517456988796,0.21902766841814383,0.2890917453871085,0.15372517456988796,0.1679231796563883,0.3537794070280623,0.15372517456988796,0.24292929832268115,0.48456744460961376,0.15372517456988796,0.10898178436471362,0.17245599577686088,0.15372517456988796,0.2717794707653416,0.13419517285662952,0.5,0.15372517456988796,0.48006633769553697,0.19725538488083222,0.0,0.018272859599905177,0.2913648878761491 -5315,0.5,0.15372517456988796,0.5477810133043426,0.144609401256704,0.15372517456988796,0.28151115667939186,0.38666094306176135,0.15372517456988796,0.42797148027611437,0.3716072593725234,0.15372517456988796,0.5916708812632439,0.17680770729075626,0.15372517456988796,0.3339345042451932,0.46603596901268934,0.15372517456988796,0.3123456171502669,0.1993644824504392,0.15372517456988796,0.2782661479544742,0.45017339794842065,0.15372517456988796,0.28141688575444007,0.2635844830192607,0.5,0.15372517456988796,0.1071399907669272,0.11562594748546252,0.15372517456988796,0.5484248697700644,0.02753325859689284,0.5,0.15372517456988796,0.15316990937179537,0.08422037128293487,0.15372517456988796,0.3530077785226611,0.07392621743652404,0.15372517456988796,0.2847402378304319,0.3668016615795041,0.15372517456988796,0.23265297799033907,0.47398402802504747,0.15372517456988796,0.2540478744672713,0.5913336169329907,0.15372517456988796,0.0690924566661073,0.20615165948502628,0.15372517456988796,0.26474992513094825,0.14309490708525732,0.5,0.15372517456988796,0.583652098263999,0.11625168200967234,0.0,0.025417121272954507,0.3186999015313181 -5316,0.5,0.15372517456988796,0.572814441520504,0.17764415379485216,0.15372517456988796,0.3491812420680769,0.5079216579707484,0.15372517456988796,0.2903051422557683,0.2133276886464134,0.15372517456988796,0.6450743831836401,0.213733540072487,0.15372517456988796,0.3432002449826848,0.4331687746824934,0.15372517456988796,0.36891822940452035,0.24336413212071073,0.15372517456988796,0.31511280065426994,0.45573864372382084,0.15372517456988796,0.3757979944343201,0.3407213726136942,0.5,0.15372517456988796,0.1976769702708445,0.18973850166986544,0.15372517456988796,0.6045321563437196,0.022461333750843034,0.5,0.15372517456988796,0.33693486876072604,0.10882789105423496,0.15372517456988796,0.4795901808895686,0.1859122428406328,0.15372517456988796,0.3486096635410795,0.41505685906405726,0.15372517456988796,0.2810776097925627,0.5481825048694587,0.15372517456988796,0.2130789449306914,0.6303126040469832,0.15372517456988796,0.061789535305253517,0.25907378429048344,0.15372517456988796,0.2625969220566237,0.11742734735015278,0.5,0.15372517456988796,0.644367700467494,0.05100409686503215,0.0,0.03118773475574616,0.4003196724370278 -5317,0.5,0.15372517456988796,0.5658158230423028,0.19522479872476867,0.15372517456988796,0.30967263199442363,0.609361294475061,0.15372517456988796,0.09242124810989996,0.07911257002522162,0.15372517456988796,0.6085460767350155,0.20940837794949566,0.15372517456988796,0.2930399355347085,0.41756114374788167,0.15372517456988796,0.35631430759613986,0.28964852922874934,0.15372517456988796,0.2828269754540085,0.5284596446509944,0.15372517456988796,0.40534318835013056,0.45254255735770055,0.5,0.15372517456988796,0.31036838358249774,0.21098593977927757,0.15372517456988796,0.6282519364592805,0.012779303252032618,0.5,0.15372517456988796,0.5488953676591388,0.230907797461297,0.15372517456988796,0.5862625846806804,0.21157824485452448,0.15372517456988796,0.3707325844040127,0.4496244440738303,0.15372517456988796,0.23501902102664987,0.5477666473577869,0.15372517456988796,0.17073261385346886,0.621501231092886,0.15372517456988796,0.10967650532288528,0.3419449393704808,0.15372517456988796,0.27556983559946946,0.11614740414315747,0.5,0.15372517456988796,0.659912382141275,0.023501385664233376,0.0,0.05232918621477693,0.40749365749987826 -5318,0.5,0.15372517456988796,0.4678363007444982,0.19817962867875677,0.15372517456988796,0.11498609704634638,0.5628297283000723,0.15372517456988796,0.0527926562772013,0.029390296938632158,0.15372517456988796,0.4613892974845472,0.15413255672512347,0.15372517456988796,0.15314039127752843,0.40212299894446435,0.15372517456988796,0.3351840746334519,0.3713230701461836,0.15372517456988796,0.21834980668694415,0.5323139886729852,0.15372517456988796,0.373746969061767,0.46754866619719504,0.5,0.15372517456988796,0.45307458058143013,0.2098304032322868,0.15372517456988796,0.5285785507658141,0.0051723276137375235,0.5,0.15372517456988796,0.5968262637641315,0.3032165470676489,0.15372517456988796,0.5864402662088655,0.25770885285647716,0.15372517456988796,0.22635010325657035,0.3839198899138088,0.15372517456988796,0.18261117524235013,0.49631332749452534,0.15372517456988796,0.10729696544301662,0.5391898719342061,0.15372517456988796,0.16255026804589118,0.3501834886954649,0.15372517456988796,0.3237681372669613,0.13597001095604033,0.5,0.15372517456988796,0.6125352400666457,0.013870519701398189,0.0,0.08484901855868701,0.34512297942449033 -5319,0.5,0.15372517456988796,0.3349943470000088,0.1824379731351308,0.15372517456988796,0.04559443859100629,0.5857746533758142,0.15372517456988796,0.08109233288245447,0.019066545620416406,0.15372517456988796,0.3347348530843698,0.101146969697715,0.15372517456988796,0.11680942831829988,0.4046423932253066,0.15372517456988796,0.2546502525393172,0.40583649655590803,0.15372517456988796,0.2406720137547959,0.5487515200270462,0.15372517456988796,0.3087934782221819,0.42861263691267903,0.5,0.15372517456988796,0.4759998238552289,0.2752434675070553,0.15372517456988796,0.5774152690848411,0.00793751749900034,0.5,0.15372517456988796,0.3865280486085377,0.3935557708058512,0.15372517456988796,0.426128425482364,0.17665855537214592,0.15372517456988796,0.0940952994701682,0.3144835175306883,0.15372517456988796,0.10495326417987284,0.4088230092131048,0.15372517456988796,0.06845981944593314,0.4648506090519642,0.15372517456988796,0.2527154400535213,0.3365513995278925,0.15372517456988796,0.37534333096866834,0.1988567646676052,0.5,0.15372517456988796,0.5436015512750471,0.01178924601146201,0.0,0.10582211003903688,0.388476190638838 -5320,0.5,0.15372517456988796,0.18362908106399906,0.16727027056914467,0.15372517456988796,0.052651691635548496,0.5127758700241348,0.15372517456988796,0.13921130758484496,0.04129735376904111,0.15372517456988796,0.2310252639019136,0.07612993904400839,0.15372517456988796,0.13848151046757876,0.40123172747470026,0.15372517456988796,0.19680200549509402,0.4779510897680114,0.15372517456988796,0.21757066448467682,0.4330663011471644,0.15372517456988796,0.2909190499387718,0.3867789680925996,0.5,0.15372517456988796,0.33500303432302214,0.35224114350516184,0.15372517456988796,0.47216210555993554,0.01471906358512217,0.5,0.15372517456988796,0.2860349901520336,0.1865961521001284,0.15372517456988796,0.3021621185282104,0.11960443896650925,0.15372517456988796,0.04190952463359969,0.2837640394648235,0.15372517456988796,0.05083237457915391,0.3805133044430649,0.15372517456988796,0.05990661118507154,0.43214160080569375,0.15372517456988796,0.3036937601132397,0.3969895432272713,0.15372517456988796,0.3497480313968583,0.1788448843833392,0.5,0.15372517456988796,0.4377059715188963,0.008678663261302013,0.0,0.14853656649060415,0.53433638730766 -5321,0.5,0.15372517456988796,0.06697216161818516,0.16164016849014068,0.15372517456988796,0.03896571280195721,0.4257661088177109,0.15372517456988796,0.17863777198593644,0.07031205181072185,0.15372517456988796,0.12795591403055992,0.05141668942355987,0.15372517456988796,0.15660932405505076,0.5694296954242786,0.15372517456988796,0.15974577240543264,0.569181102303464,0.15372517456988796,0.2015120387271059,0.3757717437074564,0.15372517456988796,0.2532057526922642,0.4115472179240374,0.5,0.15372517456988796,0.22714473231980764,0.39864581685884265,0.15372517456988796,0.2906242940328715,0.013662847487648453,0.5,0.15372517456988796,0.2633077518966742,0.10511652229711817,0.15372517456988796,0.17195640363396772,0.060022802178859254,0.15372517456988796,0.02267861700866761,0.2960299291427474,0.15372517456988796,0.049306249308123926,0.44899957241475746,0.15372517456988796,0.0724146442752216,0.3895255255884997,0.15372517456988796,0.23918854194674435,0.3543784246368457,0.15372517456988796,0.26224921994707057,0.11029095465802097,0.5,0.15372517456988796,0.32402455225838594,0.007624844983319575,0.0,0.2827033425014466,0.41442059572301726 -5322,0.5,0.15372517456988796,0.02038933178616351,0.15003151297591386,0.15372517456988796,0.011385261937813656,0.5983489760681169,0.15372517456988796,0.13398516809958952,0.054663370051148366,0.15372517456988796,0.07383499213680492,0.04321338149663738,0.15372517456988796,0.12228881823162688,0.6218406580814178,0.15372517456988796,0.07247936729923482,0.47729566288147696,0.15372517456988796,0.15594869243913234,0.39001189984088047,0.15372517456988796,0.13668644225227167,0.31986251832257384,0.5,0.15372517456988796,0.09475179003480835,0.5220255186940379,0.15372517456988796,0.15008212171889382,0.0027608123093708402,0.5,0.15372517456988796,0.05388062046946003,0.13774042542575898,0.15372517456988796,0.10254994849167787,0.04254711232590824,0.15372517456988796,0.01145886966785407,0.30745422277945694,0.15372517456988796,0.06865451563428208,0.5632795374290598,0.15372517456988796,0.0838597839300797,0.34911354893576246,0.15372517456988796,0.15214064866528307,0.24414576177088215,0.15372517456988796,0.12722402053107348,0.04693923138015226,0.5,0.15372517456988796,0.1845255988476347,0.0047000095581923515,0.0,0.6297937953651526,0.312940243122621 -5323,0.5,0.15372517456988796,0.005954554180391503,0.14229495478772686,0.15372517456988796,0.0022335481956098466,0.6568941765690715,0.15372517456988796,0.054779387729393815,0.061321037912343064,0.15372517456988796,0.032349779831067876,0.04557856902060354,0.15372517456988796,0.04116616778296944,0.49689428622673765,0.15372517456988796,0.03204394825201717,0.5273212159989975,0.15372517456988796,0.06789503187353392,0.4046304904169812,0.15372517456988796,0.05076874117660084,0.5026293656095651,0.5,0.15372517456988796,0.028926835867275298,0.6515595671946467,0.15372517456988796,0.039934551785142616,0.0007034364569606711,0.5,0.15372517456988796,0.008724290111411586,0.12246428841968128,0.15372517456988796,0.031387826089476545,0.051591897679253595,0.15372517456988796,0.0037752285428951163,0.44129160944205575,0.15372517456988796,0.032370176762076014,0.6308051622781472,0.15372517456988796,0.04999328394434088,0.2926204083454942,0.15372517456988796,0.0626537711000916,0.2452184774237329,0.15372517456988796,0.040020284212161236,0.0965969518099281,0.5,0.15372517456988796,0.03688662676969334,0.0040611183457762426,0.0,0.7731685317756547,0.4365066795201516 -5324,0.5,0.15372517456988796,3.3576557978220524e-06,0.1207651037214148,0.15372517456988796,1.453202696001721e-05,0.659763941050441,0.15372517456988796,0.0,0.10065001811147743,0.15372517456988796,0.0,0.05767681722949696,0.15372517456988796,0.0,0.46636147090096197,0.15372517456988796,0.00016044976327117633,0.5418176720731855,0.15372517456988796,0.0,0.47659012683195967,0.15372517456988796,0.00020969363253084408,0.8587081312563629,0.5,0.15372517456988796,9.965067147218465e-06,0.5792851897864205,0.15372517456988796,0.0,0.003460969680192522,0.5,0.15372517456988796,2.271318228610633e-05,0.027410191061066864,0.15372517456988796,0.0,0.09041163526158894,0.15372517456988796,6.5188222238912e-05,0.6173604634660792,0.15372517456988796,0.0,0.6682394882281482,0.15372517456988796,0.0,0.26645030055018354,0.15372517456988796,0.0,0.3703379319495117,0.15372517456988796,6.147483583179606e-06,0.08575893377788825,0.5,0.15372517456988796,0.0,0.004018978978902073,0.0,0.699261494853011,0.9024730720832614 -5325,0.5,0.15372517456988796,0.0,0.11052348321032128,0.15372517456988796,0.0,0.6329530290419642,0.15372517456988796,0.0,0.14862541726217127,0.15372517456988796,0.0,0.06500066509466057,0.15372517456988796,0.0,0.5025904790348936,0.15372517456988796,0.0,0.8462506754877139,0.15372517456988796,0.0,0.5408130047144908,0.15372517456988796,0.0,0.8884143373112003,0.5,0.15372517456988796,0.0,0.5263405582970448,0.15372517456988796,0.0,0.02959884858193359,0.5,0.15372517456988796,0.0,0.06929556863919617,0.15372517456988796,0.0,0.11133267212168639,0.15372517456988796,0.0,0.7178537588216759,0.15372517456988796,0.0,0.6576978732929835,0.15372517456988796,0.0,0.2670862924516275,0.15372517456988796,0.0,0.5278441869088042,0.15372517456988796,0.0,0.054020672622303104,0.5,0.15372517456988796,0.0,0.006067997959336542,0.0,0.6550702342965203,1.0066331647272282 -5326,0.5,0.15372517456988796,0.0,0.12396605103816745,0.15372517456988796,0.0,0.4748723357045822,0.15372517456988796,0.0,0.26986562580701884,0.15372517456988796,0.0,0.08058780164131481,0.15372517456988796,0.0,0.7949298426864523,0.15372517456988796,0.0,1.016469928921241,0.15372517456988796,0.0,0.835685108245632,0.15372517456988796,0.0,0.8974842487194294,0.5,0.15372517456988796,0.0,0.6374851588345503,0.15372517456988796,0.0,0.017015021173179094,0.5,0.15372517456988796,0.0,0.16417337173787802,0.15372517456988796,0.0,0.1451935897469588,0.15372517456988796,0.0,0.7376199123684213,0.15372517456988796,0.0,0.5480491041946595,0.15372517456988796,0.0,0.29405335058582227,0.15372517456988796,0.0,0.7194737081942559,0.15372517456988796,0.0,0.0652623560890666,0.5,0.15372517456988796,0.0,0.01992079558806584,0.0,0.6421491851892833,1.0060034650662801 -5327,0.5,0.15372517456988796,0.0,0.14098796756335236,0.15372517456988796,0.0,0.31883289007968896,0.15372517456988796,0.0,0.37860181710583457,0.15372517456988796,0.0,0.11601141044086663,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0151709413981194,0.15372517456988796,0.0,0.9528921647519225,0.15372517456988796,0.0,0.9024051728690148,0.5,0.15372517456988796,0.0,0.7616448545691177,0.15372517456988796,0.0,0.02000135850982861,0.5,0.15372517456988796,0.0,0.2896278405319333,0.15372517456988796,0.0,0.22411297151338735,0.15372517456988796,0.0,0.7020784591259793,0.15372517456988796,0.0,0.7249743646917904,0.15372517456988796,0.0,0.44135554969734303,0.15372517456988796,0.0,0.6985573405969143,0.15372517456988796,0.0,0.1008098213022865,0.5,0.15372517456988796,0.0,0.014215904772232588,0.0,0.7564252964086383,1.0114391641388607 -5328,0.5,0.15372517456988796,0.0,0.16701406838466673,0.15372517456988796,0.0,0.3591523545612781,0.15372517456988796,0.0,0.39410374846868623,0.15372517456988796,0.0,0.10626851460256104,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0058858337745393,0.15372517456988796,0.0,1.0178377599796944,0.15372517456988796,0.0,0.8508163535184443,0.5,0.15372517456988796,0.0,0.7846975643481533,0.15372517456988796,0.0,0.06490951735094912,0.5,0.15372517456988796,0.0,0.2723950820537352,0.15372517456988796,0.0,0.2008624966218107,0.15372517456988796,0.0,0.6820081922066803,0.15372517456988796,0.0,0.9175039754535501,0.15372517456988796,0.0,0.6756841943721843,0.15372517456988796,0.0,0.7419554736001962,0.15372517456988796,0.0,0.16980740802868063,0.5,0.15372517456988796,0.0,0.04522594774244727,0.0,0.8166822532153023,0.009798657133745689 -5329,0.5,0.15372517456988796,0.0,0.1935687253671966,0.15372517456988796,0.0,0.9122422380333997,0.15372517456988796,0.0,0.4580878274034133,0.15372517456988796,0.0,0.1086740114172856,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9915377622144149,0.15372517456988796,0.0,1.0123178814102398,0.15372517456988796,0.0,0.7900711065741093,0.5,0.15372517456988796,0.0,0.6512953450423958,0.15372517456988796,0.0,0.06134337993531692,0.5,0.15372517456988796,0.0,0.4305680426240805,0.15372517456988796,0.0,0.19186040650219663,0.15372517456988796,0.0,0.8256870879488414,0.15372517456988796,0.0,0.9946091236603163,0.15372517456988796,0.0,0.9046608191186634,0.15372517456988796,0.0,0.8798682606063474,0.15372517456988796,0.0,0.298688704418486,0.5,0.15372517456988796,0.0,0.13387010952136683,0.0,0.6742913549314986,0.009798657133745689 -5330,0.5,0.15372517456988796,0.0,0.24984869281108046,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.5209781914976706,0.15372517456988796,0.0,0.14570014950720805,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9722505998242286,0.15372517456988796,0.0,0.9906219159075448,0.15372517456988796,0.0,0.675665114741016,0.5,0.15372517456988796,0.0,0.49273476845638553,0.15372517456988796,0.0,0.04969520163571789,0.5,0.15372517456988796,0.0,0.6734301136235151,0.15372517456988796,0.0,0.27808126565568464,0.15372517456988796,0.0,0.9371363014597696,0.15372517456988796,0.0,1.011490009313992,0.15372517456988796,0.0,1.007560981437755,0.15372517456988796,0.0,0.8398774936527912,0.15372517456988796,0.0,0.4456429632439345,0.5,0.15372517456988796,0.0,0.30593495057310105,0.0,0.4842531319422722,0.009798657133745689 -5331,0.5,0.15372517456988796,0.0,0.41002453676686285,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.5914693543008273,0.15372517456988796,0.0,0.1879096003812732,0.15372517456988796,0.0,1.0216956110475481,0.15372517456988796,0.0,0.9583334430267787,0.15372517456988796,0.0,0.9506135122706169,0.15372517456988796,0.0,0.6003503277852726,0.5,0.15372517456988796,0.0,0.39777288422854584,0.15372517456988796,0.0,0.04205024304265272,0.5,0.15372517456988796,0.0,0.6977109051783436,0.15372517456988796,0.0,0.3384584237368464,0.15372517456988796,0.0,1.011103704140524,0.15372517456988796,0.0,1.0043514869038863,0.15372517456988796,0.0,0.9895612016368944,0.15372517456988796,0.0,0.6831019418712929,0.15372517456988796,0.0,0.4414364711786475,0.5,0.15372517456988796,0.0,0.20159414753354182,0.0,0.43162299823709516,0.009798657133745689 -5332,0.5,0.15372517456988796,0.0,0.6350067179364228,0.15372517456988796,0.0,0.9832191225066887,0.15372517456988796,0.0,0.7215575011127185,0.15372517456988796,0.0,0.2196720624985541,0.15372517456988796,0.0,1.0215757480980898,0.15372517456988796,0.0,0.950788136037092,0.15372517456988796,0.0,0.8975431897734674,0.15372517456988796,0.0,0.5951847349302533,0.5,0.15372517456988796,0.0,0.38014043169588807,0.15372517456988796,0.0,0.027951343587699212,0.5,0.15372517456988796,0.0,0.6877200301411382,0.15372517456988796,0.0,0.354376412319116,0.15372517456988796,0.0,0.9169122532243086,0.15372517456988796,0.0,0.9957435659864101,0.15372517456988796,0.0,0.8788183512235492,0.15372517456988796,0.0,0.3974996669798087,0.15372517456988796,0.0,0.4656852547964906,0.5,0.15372517456988796,0.0,0.18208607431880836,0.0,0.9661505001447802,0.009798657133745689 -5333,0.5,0.15372517456988796,0.0,0.7350762792325519,0.15372517456988796,0.0,0.9707359104426748,0.15372517456988796,0.0,0.6791416316246528,0.15372517456988796,0.0,0.2957534428231811,0.15372517456988796,0.0,1.0109900796259506,0.15372517456988796,0.0,0.8400620823546086,0.15372517456988796,0.0,0.8383954445021519,0.15372517456988796,0.0,0.48650787204568485,0.5,0.15372517456988796,0.0,0.3510634784022136,0.15372517456988796,0.0,0.021511922786143667,0.5,0.15372517456988796,0.0,0.4607511212728406,0.15372517456988796,0.0,0.2844825073300553,0.15372517456988796,0.0,0.9893107150625206,0.15372517456988796,0.0,0.9838437830556184,0.15372517456988796,0.0,0.7156307836638294,0.15372517456988796,0.0,0.2301322558967262,0.15372517456988796,0.0,0.4228363914601153,0.5,0.15372517456988796,0.0,0.13976923280223455,0.0,1.0062149442518973,0.08038566533774608 -5334,0.5,0.15372517456988796,0.01446258846963665,0.700350224829633,0.15372517456988796,0.002121037090743797,0.9832657686822562,0.15372517456988796,0.008225522219517238,0.5142147755689522,0.15372517456988796,0.0018265258247918362,0.3753616635278904,0.15372517456988796,0.003259517374564976,0.9760383054017863,0.15372517456988796,0.0015483541696383115,0.7533646814648924,0.15372517456988796,0.002122388687048252,0.8158230243570246,0.15372517456988796,0.0005598290334705125,0.441355376391551,0.5,0.15372517456988796,0.0010066827064147562,0.3144957360138255,0.15372517456988796,0.00014200142300277118,0.04960748074483521,0.5,0.15372517456988796,0.0027417794849458293,0.1922990828837064,0.15372517456988796,0.0013022120463906926,0.21625198951943492,0.15372517456988796,0.002807274325294462,0.9865409872023774,0.15372517456988796,0.0015171205502324486,0.9691469484733113,0.15372517456988796,0.006254304907418665,0.6200060774916855,0.15372517456988796,0.004340110669163936,0.19683861573160705,0.15372517456988796,0.002775543823869957,0.2970894028120077,0.5,0.15372517456988796,0.000605539307011231,0.09685567964107133,0.0,0.9954379039322415,0.8898912223342419 -5335,0.5,0.15372517456988796,0.0849573711372367,0.6480249224902459,0.15372517456988796,0.01084934431511158,0.90858602935154,0.15372517456988796,0.08562578091135266,0.41757081360968334,0.15372517456988796,0.02716266276747248,0.46256599322084097,0.15372517456988796,0.07257936362157337,0.964594554904984,0.15372517456988796,0.06220044354507574,0.862168801653631,0.15372517456988796,0.05943705727199905,0.8128624005917104,0.15372517456988796,0.04601814985225154,0.5251361628721827,0.5,0.15372517456988796,0.051315018328849785,0.34307377938095374,0.15372517456988796,0.0034274052762666646,0.1102053158471548,0.5,0.15372517456988796,0.0721298122779057,0.23310321570587345,0.15372517456988796,0.047151580488713776,0.21930165774555385,0.15372517456988796,0.041091391778738905,0.9924780342365151,0.15372517456988796,0.05000917957839714,0.955885845596389,0.15372517456988796,0.07850658425007351,0.7284741201064163,0.15372517456988796,0.07570965041039743,0.2957410988406946,0.15372517456988796,0.061168972576228234,0.2941877150156147,0.5,0.15372517456988796,0.009794652207560702,0.12070464249020281,0.0,0.9961725052107223,1.0109964493923727 -5336,0.5,0.15372517456988796,0.1954658735451476,0.6893779612383041,0.15372517456988796,0.15486583510317917,0.9998798900100512,0.15372517456988796,0.1961868789849417,0.4918135110749605,0.15372517456988796,0.08368042557331534,0.4006919804170861,0.15372517456988796,0.18703007354360152,1.0092181443848054,0.15372517456988796,0.16773673488785706,0.9656860382869507,0.15372517456988796,0.18423211905824827,0.8936611381367333,0.15372517456988796,0.15951444450945682,0.7040678843850706,0.5,0.15372517456988796,0.1585200759030035,0.5238812921880046,0.15372517456988796,0.017253687225105705,0.21322192272279547,0.5,0.15372517456988796,0.17912921958491185,0.3672240975717867,0.15372517456988796,0.11656796511567326,0.3025879195970648,0.15372517456988796,0.07367145548000581,0.9904456621187625,0.15372517456988796,0.173737552443927,0.979128751570344,0.15372517456988796,0.1970257862709673,0.918366964430518,0.15372517456988796,0.16600692390592942,0.5084227789227468,0.15372517456988796,0.15679093491828694,0.3368235220569731,0.5,0.15372517456988796,0.017916644555086358,0.15565987870119102,0.0,0.9772161229820856,1.0111968369646616 -5337,0.5,0.15372517456988796,0.3173679060716536,0.7295737147750776,0.15372517456988796,0.20362276468070467,1.0010650112987314,0.15372517456988796,0.3196125579302217,0.6065113821978957,0.15372517456988796,0.19827904929916684,0.3313720365111361,0.15372517456988796,0.3186366354978531,1.0217391304347827,0.15372517456988796,0.302023032354455,0.992309872426009,0.15372517456988796,0.3099411498294449,0.9842751376224533,0.15372517456988796,0.2851133509138082,0.8402242790828378,0.5,0.15372517456988796,0.2832006752024008,0.7065856616105923,0.15372517456988796,0.03833182634209633,0.26914081868875583,0.5,0.15372517456988796,0.2965429338028946,0.5355283632044315,0.15372517456988796,0.1410248063019177,0.3298794657409291,0.15372517456988796,0.18118050955227993,0.9946244712397354,0.15372517456988796,0.30188340057263585,0.9924568759163039,0.15372517456988796,0.3095058016816425,0.9362289291903119,0.15372517456988796,0.2375335264055184,0.6483176701432439,0.15372517456988796,0.2691739432392942,0.41218579189371335,0.5,0.15372517456988796,0.022430912373174045,0.2311939212820202,0.0,0.9820329873803457,1.0114147974353258 -5338,0.5,0.15372517456988796,0.428344623037098,0.6929379992899684,0.15372517456988796,0.4062845533144164,1.0136127799415586,0.15372517456988796,0.43055245939209075,0.6244919557882714,0.15372517456988796,0.35392432199492896,0.2703962437829269,0.15372517456988796,0.45879301480409507,1.0217391304347827,0.15372517456988796,0.436417965530815,1.004444763585935,0.15372517456988796,0.43113256636077113,1.0076013784973767,0.15372517456988796,0.3830440976559607,0.871825997539525,0.5,0.15372517456988796,0.37186530101564463,0.7342311255444987,0.15372517456988796,0.06241801067828153,0.16671509162800816,0.5,0.15372517456988796,0.29899292113926207,0.6335485538362243,0.15372517456988796,0.12595761330674082,0.2666910684854313,0.15372517456988796,0.20860631812748465,0.9842736354540399,0.15372517456988796,0.42364170025044123,1.0030011127948704,0.15372517456988796,0.4577502424230303,0.9502125702969013,0.15372517456988796,0.3141062834294364,0.6792061423279235,0.15372517456988796,0.3472473763725923,0.4294128456393716,0.5,0.15372517456988796,0.03269802226522471,0.2527598569651488,0.0,0.9722570323483161,1.0114391641388607 -5339,0.5,0.15372517456988796,0.5340451061443239,0.6660345028512391,0.15372517456988796,0.5255665313573861,1.0149770152791264,0.15372517456988796,0.5016196370995084,0.6092957695100103,0.15372517456988796,0.4657959137162204,0.26277952474829824,0.15372517456988796,0.5393045967693167,1.0217391304347827,0.15372517456988796,0.548803137305832,1.0079561874812337,0.15372517456988796,0.5265344849543931,1.0057098661443555,0.15372517456988796,0.4965780529566487,0.8897242824829052,0.5,0.15372517456988796,0.4732310417124435,0.7585735406178588,0.15372517456988796,0.0768753999531752,0.09135303628152967,0.5,0.15372517456988796,0.2748421614340513,0.5596093085341995,0.15372517456988796,0.1109979284594823,0.21697410840678746,0.15372517456988796,0.3547452224573784,0.9810383449795061,0.15372517456988796,0.4944032119660088,1.0049778738417223,0.15372517456988796,0.583177082094041,0.9658466117250118,0.15372517456988796,0.44486718752147514,0.7008456195908057,0.15372517456988796,0.34498305918968153,0.4448834744446325,0.5,0.15372517456988796,0.047780300624165085,0.21215848414213107,0.0,0.9173178522716647,1.0114391641388607 -5340,0.5,0.15372517456988796,0.6193929264476536,0.6182309007540145,0.15372517456988796,0.5657822893252721,1.0164058864594714,0.15372517456988796,0.5502033826540819,0.6247897520315561,0.15372517456988796,0.5418908660802509,0.2540782295326869,0.15372517456988796,0.5988746355481217,1.0217391304347827,0.15372517456988796,0.5864226906888519,1.0007131912577414,0.15372517456988796,0.6285635556725164,1.0035845293329446,0.15372517456988796,0.5894503727988633,0.8870345291126525,0.5,0.15372517456988796,0.5889121001467813,0.7769145326790255,0.15372517456988796,0.09692340256625966,0.05627530662263611,0.5,0.15372517456988796,0.3528887108435948,0.4674503053782609,0.15372517456988796,0.1253007768929718,0.20891472981853118,0.15372517456988796,0.42926739462203145,0.9738859717345865,0.15372517456988796,0.5441381558226699,1.003029967051754,0.15372517456988796,0.6481515461349445,0.959868021085407,0.15372517456988796,0.5595228388639709,0.7419986276544208,0.15372517456988796,0.3112326494741679,0.4431297946510893,0.5,0.15372517456988796,0.06647397107769183,0.1430820393739832,0.0,0.8604685167174558,1.0114391641388607 -5341,0.5,0.15372517456988796,0.6583909445720817,0.5853680122766878,0.15372517456988796,0.6031433550076573,1.0163818656837749,0.15372517456988796,0.5892793953510224,0.6763681817934901,0.15372517456988796,0.582599271237868,0.29038483170259005,0.15372517456988796,0.6052515428031092,1.0217391304347827,0.15372517456988796,0.5836213607944067,0.9924993672301647,0.15372517456988796,0.6476471217041739,0.9975017975885341,0.15372517456988796,0.6332928846107015,0.8632985571089367,0.5,0.15372517456988796,0.6362884675295517,0.7842963330969824,0.15372517456988796,0.10429615427450942,0.06520185424898714,0.5,0.15372517456988796,0.379141943042535,0.3819197502844549,0.15372517456988796,0.16332538366518157,0.2339638083075305,0.15372517456988796,0.5450272911250447,0.9767889680153643,0.15372517456988796,0.5951625441037831,1.0021963581140512,0.15372517456988796,0.6765320974624811,0.9578872746085422,0.15372517456988796,0.6215843756997694,0.7703987906333598,0.15372517456988796,0.3229752195826475,0.4634651097763656,0.5,0.15372517456988796,0.06609325667976865,0.11190412804054672,0.0,0.696101771613447,1.0114391641388607 -5342,0.5,0.15372517456988796,0.6446528953821123,0.5731351882614052,0.15372517456988796,0.6099257569246493,1.0111938884368132,0.15372517456988796,0.5860063075008842,0.6778901707075439,0.15372517456988796,0.5453363576089981,0.35776029867779796,0.15372517456988796,0.4116219520584697,1.021248921998487,0.15372517456988796,0.4117477958452911,0.975250016343103,0.15372517456988796,0.6244553547101035,0.9736465462200583,0.15372517456988796,0.6096129884922565,0.8498596966528724,0.5,0.15372517456988796,0.6206698304544233,0.7799087944295863,0.15372517456988796,0.07193429704680832,0.07128295377527655,0.5,0.15372517456988796,0.3745907137959628,0.3501367511200045,0.15372517456988796,0.21163436700240412,0.23306341460162233,0.15372517456988796,0.5984984275328753,0.975000211607614,0.15372517456988796,0.5469428478246053,1.003470747136306,0.15372517456988796,0.6428598540729284,0.9367018635291976,0.15372517456988796,0.6075559869263347,0.7405497618666137,0.15372517456988796,0.33472808625918726,0.4770351799304622,0.5,0.15372517456988796,0.06890460252738263,0.15101734633970354,0.0,0.5501510838481719,1.0114391641388607 -5343,0.5,0.15372517456988796,0.5773780519313714,0.5925530953214179,0.15372517456988796,0.5519459918567587,1.01066623423985,0.15372517456988796,0.5369017136407189,0.6328471579871146,0.15372517456988796,0.47239141473174123,0.4073822443945137,0.15372517456988796,0.2791389585984263,0.9814859519928534,0.15372517456988796,0.19257494754962448,0.8840855774579162,0.15372517456988796,0.5525334681823862,0.9578104187914043,0.15372517456988796,0.5381050444696517,0.7914774570150128,0.5,0.15372517456988796,0.583145931362453,0.757113206526965,0.15372517456988796,0.07201593504295417,0.06343104699514873,0.5,0.15372517456988796,0.36680770446203737,0.3294260917306047,0.15372517456988796,0.26499658693850536,0.22406212994695676,0.15372517456988796,0.4884508397048041,0.9708261978518921,0.15372517456988796,0.25588927291075036,0.9920990591544412,0.15372517456988796,0.5754918576872354,0.9133500959844978,0.15372517456988796,0.5758148535044199,0.7294218675483977,0.15372517456988796,0.3608467483475775,0.43889308599765114,0.5,0.15372517456988796,0.062308880255848124,0.1786118719401178,0.0,0.5194962500261208,1.010753817883518 -5344,0.5,0.15372517456988796,0.45052018454391235,0.5719916069674107,0.15372517456988796,0.43390493028337274,1.0150801842621606,0.15372517456988796,0.46836673005507656,0.5721305717190532,0.15372517456988796,0.38988196951415355,0.4281151523977938,0.15372517456988796,0.32349691343056713,0.9861632246565305,0.15372517456988796,0.13562632898182064,0.7075196491966255,0.15372517456988796,0.37955292801473767,0.8692494585195953,0.15372517456988796,0.4185908430202985,0.6924641602959696,0.5,0.15372517456988796,0.47337265982915977,0.70253567040509,0.15372517456988796,0.12786190251634455,0.057232886593264184,0.5,0.15372517456988796,0.3305776861484769,0.3174625337296796,0.15372517456988796,0.23103349961331549,0.20432981365934882,0.15372517456988796,0.33094315121785384,0.9769519685551769,0.15372517456988796,0.23996220824051806,0.9688356403556475,0.15372517456988796,0.4595469086919721,0.9046888957927355,0.15372517456988796,0.4721966650750081,0.679189659169513,0.15372517456988796,0.3146464957400269,0.38954035596050474,0.5,0.15372517456988796,0.041903620424839194,0.17786087292169708,0.0,0.5558600300511154,1.0113395283476174 -5345,0.5,0.15372517456988796,0.3245064685928764,0.5091935937848993,0.15372517456988796,0.3126196082339961,1.015119445399422,0.15372517456988796,0.347187207482548,0.519855696270055,0.15372517456988796,0.28469654666837396,0.3881225545032396,0.15372517456988796,0.3172984847853951,0.925890468038994,0.15372517456988796,0.2900143399025431,0.8081810390690448,0.15372517456988796,0.2978992073476124,0.7707858705844134,0.15372517456988796,0.319628854821996,0.6177828225420577,0.5,0.15372517456988796,0.360871493175377,0.6299897020727573,0.15372517456988796,0.13034231641847363,0.06538862803714283,0.5,0.15372517456988796,0.2817967410981974,0.3458455657129783,0.15372517456988796,0.19061105230992587,0.15521934101115611,0.15372517456988796,0.12035618007503865,0.9594931524897418,0.15372517456988796,0.3594059922986788,0.9490823455835138,0.15372517456988796,0.3275115277014888,0.8556682063198451,0.15372517456988796,0.3488212168991411,0.556670961389016,0.15372517456988796,0.25050685808180095,0.3449753845620471,0.5,0.15372517456988796,0.031370463968771745,0.16315115929985416,0.0,0.5589612412115701,1.0112850121022545 -5346,0.5,0.15372517456988796,0.18598692492312324,0.35488866670921604,0.15372517456988796,0.2216775234277929,0.8203177487904921,0.15372517456988796,0.20509875467794275,0.40350024142309393,0.15372517456988796,0.17367356763071432,0.2706349419034781,0.15372517456988796,0.25018531525319065,0.8202853067055893,0.15372517456988796,0.20940702366407243,0.867289557519594,0.15372517456988796,0.2194516424760716,0.6044558395890085,0.15372517456988796,0.18158421766162583,0.45109232915841907,0.5,0.15372517456988796,0.22447955216451965,0.4226689495895982,0.15372517456988796,0.07741293488262989,0.058530255097264804,0.5,0.15372517456988796,0.1844261571813416,0.33290675655167673,0.15372517456988796,0.14988882676641505,0.10167806832727158,0.15372517456988796,0.18200969810348588,0.8923952658094567,0.15372517456988796,0.22082320250649778,0.8840540186096444,0.15372517456988796,0.21057073526112696,0.7036947824507617,0.15372517456988796,0.22357357027736843,0.3848574271764959,0.15372517456988796,0.16164904749154524,0.27227212169667075,0.5,0.15372517456988796,0.020848121585636682,0.1361508844565751,0.0,0.34277517223562404,1.0108088051034672 -5347,0.5,0.15372517456988796,0.04399879404028514,0.21099998022011202,0.15372517456988796,0.061178945810864735,0.5135553646340733,0.15372517456988796,0.044830866938818145,0.22027699613351742,0.15372517456988796,0.0343365419161963,0.14802077469833747,0.15372517456988796,0.06802941991795602,0.708160609385212,0.15372517456988796,0.040269598295931304,0.7478146886503665,0.15372517456988796,0.05977481549433829,0.4427044237507506,0.15372517456988796,0.055362778959138284,0.28665336056322016,0.5,0.15372517456988796,0.06366201098638295,0.226676925812903,0.15372517456988796,0.022158022607742838,0.03320095020460061,0.5,0.15372517456988796,0.054227062098666456,0.2460954598621151,0.15372517456988796,0.0489027157989111,0.055176963947092456,0.15372517456988796,0.06749896003178661,0.7204455146880191,0.15372517456988796,0.07088829457577098,0.7146691814209685,0.15372517456988796,0.05644475090486342,0.4209266391592146,0.15372517456988796,0.050410234804231645,0.16319847357451045,0.15372517456988796,0.04551192326755533,0.16490083136878841,0.5,0.15372517456988796,0.007413869893032503,0.09014311878819603,0.0,0.30056253139963174,1.0091381911502013 -5348,0.5,0.15372517456988796,0.0,0.13875596863254244,0.15372517456988796,0.0,0.2982984539584457,0.15372517456988796,0.0,0.15418675002669766,0.15372517456988796,0.0,0.13344153974327913,0.15372517456988796,0.0,0.6766799167981064,0.15372517456988796,0.0,0.6812801110150903,0.15372517456988796,0.0,0.38121654918765824,0.15372517456988796,0.0,0.17647553338155858,0.5,0.15372517456988796,0.0,0.12836029662084855,0.15372517456988796,0.0,0.020111244029146196,0.5,0.15372517456988796,0.0,0.19506221064006465,0.15372517456988796,0.0,0.064640357978338,0.15372517456988796,0.0,0.6001291794188119,0.15372517456988796,0.0,0.5739573388235556,0.15372517456988796,0.0,0.1732453197839138,0.15372517456988796,0.0,0.07210862972624467,0.15372517456988796,0.0,0.13718961957691495,0.5,0.15372517456988796,0.0,0.052394369865689384,0.0,0.32469802965011213,1.0067668141627024 -5349,0.5,0.15372517456988796,0.0,0.09684874988790373,0.15372517456988796,0.0,0.23938455564019356,0.15372517456988796,0.0,0.13504898086942768,0.15372517456988796,0.0,0.1507716854305062,0.15372517456988796,0.0,0.7058519005266447,0.15372517456988796,0.0,0.6263648306809849,0.15372517456988796,0.0,0.30440032559911034,0.15372517456988796,0.0,0.10000554719114661,0.5,0.15372517456988796,0.0,0.08115955137654782,0.15372517456988796,0.0,0.023245055267345587,0.5,0.15372517456988796,0.0,0.17614332174341826,0.15372517456988796,0.0,0.09436776940220097,0.15372517456988796,0.0,0.5033151474591894,0.15372517456988796,0.0,0.5365705839537915,0.15372517456988796,0.0,0.10578678294604153,0.15372517456988796,0.0,0.05478385415668079,0.15372517456988796,0.0,0.14047186121037536,0.5,0.15372517456988796,0.0,0.04426912401850736,0.0,0.459522120748816,1.0087812673337342 -5350,0.5,0.15372517456988796,0.0,0.07535790918170088,0.15372517456988796,0.0,0.19484939191243505,0.15372517456988796,0.0,0.12517483315529943,0.15372517456988796,0.0,0.16102940870548813,0.15372517456988796,0.0,0.7077716924336876,0.15372517456988796,0.0,0.5317309929041095,0.15372517456988796,0.0,0.23097303875025235,0.15372517456988796,0.0,0.06663030068709452,0.5,0.15372517456988796,0.0,0.057452507715766356,0.15372517456988796,0.0,0.023137179856990254,0.5,0.15372517456988796,0.0,0.18752469092069585,0.15372517456988796,0.0,0.1062349371491282,0.15372517456988796,0.0,0.4181444989356705,0.15372517456988796,0.0,0.5344473663293551,0.15372517456988796,0.0,0.12565847211474165,0.15372517456988796,0.0,0.05774865897145265,0.15372517456988796,0.0,0.14403754942894492,0.5,0.15372517456988796,0.0,0.04229160579777835,0.0,0.3804764964816801,1.0093438722321006 -5351,0.5,0.15372517456988796,0.0,0.06395328656666203,0.15372517456988796,0.0,0.21399081328829506,0.15372517456988796,0.0,0.12384876418701989,0.15372517456988796,0.0,0.14778883199914095,0.15372517456988796,0.0,0.6583336659371151,0.15372517456988796,0.0,0.36399635824793997,0.15372517456988796,0.0,0.24777388282850446,0.15372517456988796,0.0,0.07069914816398934,0.5,0.15372517456988796,0.0,0.05334520144256062,0.15372517456988796,0.0,0.019006258016593166,0.5,0.15372517456988796,0.0,0.21020774792522387,0.15372517456988796,0.0,0.08899569713431761,0.15372517456988796,0.0,0.4930035248297357,0.15372517456988796,0.0,0.5594611708688757,0.15372517456988796,0.0,0.1495230909471728,0.15372517456988796,0.0,0.07803727407682202,0.15372517456988796,0.0,0.14166613935558564,0.5,0.15372517456988796,0.0,0.030795251129583114,0.0,0.3218244867653061,1.0093925924747802 -5352,0.5,0.15372517456988796,0.0,0.058913786774070116,0.15372517456988796,0.0,0.2635931471417316,0.15372517456988796,0.0,0.1269737221183415,0.15372517456988796,0.0,0.14164422504662194,0.15372517456988796,0.0,0.556607780736281,0.15372517456988796,0.0,0.3871044722332892,0.15372517456988796,0.0,0.1681501705869926,0.15372517456988796,0.0,0.09121301271326367,0.5,0.15372517456988796,0.0,0.06030565786157513,0.15372517456988796,0.0,0.017358949982533768,0.5,0.15372517456988796,0.0,0.22355592036404956,0.15372517456988796,0.0,0.07576257627241109,0.15372517456988796,0.0,0.5246276763329855,0.15372517456988796,0.0,0.5712915535948216,0.15372517456988796,0.0,0.14218179289968153,0.15372517456988796,0.0,0.09425917731511864,0.15372517456988796,0.0,0.12456988882549701,0.5,0.15372517456988796,0.0,0.022075835836891447,0.0,0.3883526251192863,1.007412103023765 -5353,0.5,0.15372517456988796,0.0,0.0656579081418651,0.15372517456988796,0.0,0.28437987699009937,0.15372517456988796,0.0,0.13304956186620231,0.15372517456988796,0.0,0.14136249987448418,0.15372517456988796,0.0,0.5385400258720399,0.15372517456988796,0.0,0.4467419710108723,0.15372517456988796,0.0,0.1883158196622046,0.15372517456988796,0.0,0.10657754852103758,0.5,0.15372517456988796,0.0,0.06862907373379307,0.15372517456988796,0.0,0.01822487784861591,0.5,0.15372517456988796,0.0,0.1800028881129768,0.15372517456988796,0.0,0.08401487319220216,0.15372517456988796,0.0,0.5668157651649761,0.15372517456988796,0.0,0.5923769875985481,0.15372517456988796,0.0,0.16163944393952767,0.15372517456988796,0.0,0.08972471706957326,0.15372517456988796,0.0,0.10389897419113392,0.5,0.15372517456988796,0.0,0.02346955801434165,0.0,0.42504286828590676,1.0085146189564234 -5354,0.5,0.15372517456988796,0.0,0.08532556297315871,0.15372517456988796,0.0,0.31059585966847497,0.15372517456988796,0.0,0.13439426235049456,0.15372517456988796,0.0,0.12688222359641552,0.15372517456988796,0.0,0.5807792656658775,0.15372517456988796,0.0,0.40730920271861565,0.15372517456988796,0.0,0.2251113180092562,0.15372517456988796,0.0,0.11424423177009937,0.5,0.15372517456988796,0.0,0.08200594154309014,0.15372517456988796,0.0,0.016782310915617348,0.5,0.15372517456988796,0.0,0.14900946549765215,0.15372517456988796,0.0,0.08538053748801067,0.15372517456988796,0.0,0.6308646030543706,0.15372517456988796,0.0,0.6288000683368811,0.15372517456988796,0.0,0.18653730621404568,0.15372517456988796,0.0,0.08617447059228586,0.15372517456988796,0.0,0.08582930460101866,0.5,0.15372517456988796,0.0,0.018580172582302303,0.0,0.4353750023994075,1.0090745590006438 -5355,0.5,0.15372517456988796,0.0,0.0987893296660374,0.15372517456988796,0.0,0.4015718403863102,0.15372517456988796,0.0,0.13018225675233258,0.15372517456988796,0.0,0.10803271860692144,0.15372517456988796,0.0,0.6048476236549526,0.15372517456988796,0.0,0.4183575640525272,0.15372517456988796,0.0,0.24804431667940316,0.15372517456988796,0.0,0.15314803785791592,0.5,0.15372517456988796,0.0,0.09124277202741042,0.15372517456988796,0.0,0.017231513052500882,0.5,0.15372517456988796,0.0,0.13113870625823865,0.15372517456988796,0.0,0.0781761420323427,0.15372517456988796,0.0,0.6802339732458925,0.15372517456988796,0.0,0.6644430840314084,0.15372517456988796,0.0,0.21908638537389918,0.15372517456988796,0.0,0.09617132791609212,0.15372517456988796,0.0,0.07865732956674237,0.5,0.15372517456988796,0.0,0.011735945486396709,0.0,0.46157415379430744,1.0091052764823647 -5356,0.5,0.15372517456988796,0.0,0.10862288915036511,0.15372517456988796,0.0,0.4765600499518697,0.15372517456988796,0.0,0.13606331790523357,0.15372517456988796,0.0,0.10233126503067276,0.15372517456988796,0.0,0.6185620665766299,0.15372517456988796,0.0,0.4854110291521607,0.15372517456988796,0.0,0.24439812428688382,0.15372517456988796,0.0,0.20626717177320386,0.5,0.15372517456988796,0.0,0.10662141057318177,0.15372517456988796,0.0,0.021318257803933417,0.5,0.15372517456988796,0.0,0.10480365939945148,0.15372517456988796,0.0,0.06412492654461628,0.15372517456988796,0.0,0.718368834251718,0.15372517456988796,0.0,0.6633826259084818,0.15372517456988796,0.0,0.23141642859389341,0.15372517456988796,0.0,0.1181911340746581,0.15372517456988796,0.0,0.0661329224066878,0.5,0.15372517456988796,0.0,0.009452117301537798,0.0,0.5112121531812777,1.0089092695904975 -5357,0.5,0.15372517456988796,0.0,0.11341174616471962,0.15372517456988796,0.0,0.4775852782690054,0.15372517456988796,0.0,0.1212420250702236,0.15372517456988796,0.0,0.11079591317105228,0.15372517456988796,0.0,0.6846378348690697,0.15372517456988796,0.0,0.5620220086606382,0.15372517456988796,0.0,0.3151198190335155,0.15372517456988796,0.0,0.28674677354824474,0.5,0.15372517456988796,0.0,0.13836036842332938,0.15372517456988796,0.0,0.021363853153218152,0.5,0.15372517456988796,0.0,0.08057337281411757,0.15372517456988796,0.0,0.05472292865872751,0.15372517456988796,0.0,0.7365574450738132,0.15372517456988796,0.0,0.6453944621758688,0.15372517456988796,0.0,0.23412051622511848,0.15372517456988796,0.0,0.13664542092689738,0.15372517456988796,0.0,0.056310652093126114,0.5,0.15372517456988796,0.0,0.009077594914142747,0.0,0.522054576631709,1.0089878235136316 -5358,0.5,0.15372517456988796,0.014199198900366318,0.12900106753259474,0.15372517456988796,0.005730448686604194,0.4617367390330027,0.15372517456988796,0.0054918255603111366,0.10847776128747608,0.15372517456988796,0.01801237674465924,0.1158220433662812,0.15372517456988796,0.0014978381676843293,0.7623635042783233,0.15372517456988796,0.0006413060102317211,0.5659308468658695,0.15372517456988796,0.0007797550061587195,0.46842782877281913,0.15372517456988796,0.00019709124570768221,0.3114151875673094,0.5,0.15372517456988796,0.000531223412981028,0.18118484827847986,0.15372517456988796,0.0028705001439540932,0.019785508724423643,0.5,0.15372517456988796,0.0016513595420004795,0.05105224065586501,0.15372517456988796,0.0016834781640565984,0.04547126813454538,0.15372517456988796,0.004859674697642311,0.7358301888982308,0.15372517456988796,0.0011846567816686411,0.661667127069036,0.15372517456988796,0.003595068761137669,0.23658485452865463,0.15372517456988796,0.0020542481111249997,0.16367837219262332,0.15372517456988796,0.004967524218408041,0.04452487116797485,0.5,0.15372517456988796,0.002569720567581052,0.01053701594575154,0.0,0.6196048119370113,1.0061993240520226 -5359,0.5,0.15372517456988796,0.07542285591296503,0.1955111485414473,0.15372517456988796,0.046904107347417,0.4867066882858214,0.15372517456988796,0.05171180378543848,0.16440777819330626,0.15372517456988796,0.09307218762299464,0.14204284456233762,0.15372517456988796,0.03469201535667839,0.8622222281172035,0.15372517456988796,0.03774793489542281,0.6795667236635812,0.15372517456988796,0.03272273419737951,0.5972428025468294,0.15372517456988796,0.030735058821924482,0.38028282277855824,0.5,0.15372517456988796,0.047675247812840736,0.23382247473056395,0.15372517456988796,0.06328281382604978,0.0147892244737572,0.5,0.15372517456988796,0.05749453574657638,0.05446535871218237,0.15372517456988796,0.0645918633925234,0.034674922205173424,0.15372517456988796,0.019463144081615723,0.7043679337854013,0.15372517456988796,0.03313853654631284,0.7508500454040321,0.15372517456988796,0.046641729561292936,0.34709055515614173,0.15372517456988796,0.04879424859017739,0.2517391124109438,0.15372517456988796,0.07539774321190454,0.04734418723289949,0.5,0.15372517456988796,0.033065590805046924,0.010137770084056308,0.0,0.7388497521808639,1.0095780969309263 -5360,0.5,0.15372517456988796,0.1392674528134068,0.3155900663760372,0.15372517456988796,0.04341327574399421,0.5897709355606744,0.15372517456988796,0.08232682050335155,0.18520143401122705,0.15372517456988796,0.18578732680646493,0.19401063023171294,0.15372517456988796,0.05560313465191764,0.9278907832159999,0.15372517456988796,0.0561242976297367,0.8341083671597749,0.15372517456988796,0.13210314613467958,0.7931580082442614,0.15372517456988796,0.1334289651555986,0.5778208590834129,0.5,0.15372517456988796,0.14910370432174133,0.37567567408219243,0.15372517456988796,0.14503734713178368,0.020406335497869237,0.5,0.15372517456988796,0.14578611328181545,0.13568081290826986,0.15372517456988796,0.1633665838670595,0.04597579365030998,0.15372517456988796,0.034596084673509116,0.7584757886447779,0.15372517456988796,0.10430950843936655,0.8698880945092213,0.15372517456988796,0.10058448681903627,0.5683894750217606,0.15372517456988796,0.12238455892692673,0.41037652065561103,0.15372517456988796,0.16711860339583837,0.09965583260887309,0.5,0.15372517456988796,0.08004166330032707,0.022171194861388816,0.0,0.8139647551416631,1.0099622142812346 -5361,0.5,0.15372517456988796,0.1948198034021107,0.44041748437373596,0.15372517456988796,0.15844996473822617,0.8507726338493711,0.15372517456988796,0.1578459781436345,0.26469910192696083,0.15372517456988796,0.2510924452869041,0.22939047857216466,0.15372517456988796,0.03174570625072456,0.8850820316780144,0.15372517456988796,0.09514885872492422,0.8577046624204278,0.15372517456988796,0.15209539496592875,0.9146911119828062,0.15372517456988796,0.21409185924302115,0.6848889142668586,0.5,0.15372517456988796,0.27268388286767814,0.5627388619291643,0.15372517456988796,0.24140032968821082,0.04527635759957456,0.5,0.15372517456988796,0.2572761440169256,0.2901497598019462,0.15372517456988796,0.28228499111910393,0.09849466315119831,0.15372517456988796,0.12679796291260365,0.8740732152935496,0.15372517456988796,0.1274087754722456,0.9275546007552384,0.15372517456988796,0.13727503488118517,0.7656177417251167,0.15372517456988796,0.25446698735334605,0.6688773067112913,0.15372517456988796,0.2538668349907345,0.18557802491753814,0.5,0.15372517456988796,0.14115016082434154,0.03972777649523815,0.0,0.7893986166708866,1.008905621173966 -5362,0.5,0.15372517456988796,0.26062185660207654,0.5458386963330623,0.15372517456988796,0.2253432152422201,0.9774850906957521,0.15372517456988796,0.2854741268312075,0.4848174541362357,0.15372517456988796,0.29329271512653476,0.2382764086295449,0.15372517456988796,0.114115969387732,0.8807214265051486,0.15372517456988796,0.25375235355947595,0.833686238759507,0.15372517456988796,0.09554735534634119,0.851651903276034,0.15372517456988796,0.18794287459497647,0.6079595826397107,0.5,0.15372517456988796,0.3659502115039083,0.6727523387608809,0.15372517456988796,0.34456057873945345,0.0786996512543796,0.5,0.15372517456988796,0.3349740285890718,0.4317231748051615,0.15372517456988796,0.39180557706723573,0.20659360804545918,0.15372517456988796,0.18640454794774036,0.9142475146977223,0.15372517456988796,0.08403055770418748,0.8933986592726966,0.15372517456988796,0.2316697457446551,0.8809168801219579,0.15372517456988796,0.34605025161823144,0.7931441878253432,0.15372517456988796,0.34639605881564006,0.29188415028986925,0.5,0.15372517456988796,0.22770725594307434,0.06364621221228671,0.0,0.8443774985160355,0.9986518695042034 -5363,0.5,0.15372517456988796,0.30330695281506886,0.610393940830693,0.15372517456988796,0.2921962017989047,0.9996800130982584,0.15372517456988796,0.3943299730187168,0.6697410993519182,0.15372517456988796,0.36287264792258683,0.4039545401619474,0.15372517456988796,0.41294078040835325,0.9692711693293397,0.15372517456988796,0.45469765193910383,0.9061669657880542,0.15372517456988796,0.23729328182373974,0.8333624439731264,0.15372517456988796,0.24856158924384053,0.6187930309843923,0.5,0.15372517456988796,0.41885570756894575,0.6733576126868422,0.15372517456988796,0.42705770495816864,0.12394788783231239,0.5,0.15372517456988796,0.4743283219570379,0.5494344264176507,0.15372517456988796,0.47037702417832994,0.25221019336794087,0.15372517456988796,0.16292734988383095,0.9547008102173584,0.15372517456988796,0.11658967709092337,0.8208799762791025,0.15372517456988796,0.22020300246723035,0.870345648767215,0.15372517456988796,0.28403999295627763,0.7829978852630655,0.15372517456988796,0.3986352924906048,0.38209396995944356,0.5,0.15372517456988796,0.3007162240081814,0.09878880774014595,0.0,0.7434435069757354,0.9986807172351152 -5364,0.5,0.15372517456988796,0.4003089921903733,0.6604783853798435,0.15372517456988796,0.07867363741572407,0.7761558558615294,0.15372517456988796,0.5134828088391596,0.7327912966660216,0.15372517456988796,0.4836199638138681,0.5019649887108546,0.15372517456988796,0.4920677330812746,0.9974154794060301,0.15372517456988796,0.4687376119533665,0.9512515814324398,0.15372517456988796,0.4722735386921856,0.9077108156078716,0.15372517456988796,0.27174720688199216,0.6690473096042936,0.5,0.15372517456988796,0.39554812845053333,0.6091082032495607,0.15372517456988796,0.26623447085267904,0.07608897609046468,0.5,0.15372517456988796,0.5110828322467328,0.6270926590156264,0.15372517456988796,0.48239711952667363,0.261604961824282,0.15372517456988796,0.08980885455810493,0.9322686149886112,0.15372517456988796,0.4432111951418406,0.8551994724983366,0.15372517456988796,0.1800611460074835,0.7765297752665464,0.15372517456988796,0.1790477133952517,0.5824061208558252,0.15372517456988796,0.4531284418761168,0.462716097645939,0.5,0.15372517456988796,0.28768974495638644,0.12580758641429118,0.0,0.7042446437321309,0.9977281905639535 -5365,0.5,0.15372517456988796,0.39011369472708357,0.6962827332626066,0.15372517456988796,0.3204996105890384,0.8544059832186734,0.15372517456988796,0.3836231679927151,0.7244911931369018,0.15372517456988796,0.5951897453117074,0.6025040934687558,0.15372517456988796,0.2633396098394294,0.9688272586332028,0.15372517456988796,0.12107692602899692,0.8600751499810575,0.15372517456988796,0.3908849859653893,0.9381929181732321,0.15372517456988796,0.21727534048211933,0.5872486152863658,0.5,0.15372517456988796,0.4651891452936507,0.5437586883225308,0.15372517456988796,0.2603614238659903,0.048015535990186216,0.5,0.15372517456988796,0.5951667391242322,0.6132330228430918,0.15372517456988796,0.5637712655566339,0.2563971149854334,0.15372517456988796,0.09810393829493574,0.8188226649455786,0.15372517456988796,0.4933073889972873,0.9262871959683585,0.15372517456988796,0.39006691658391224,0.7981463598808276,0.15372517456988796,0.29727764507512755,0.5979611169058885,0.15372517456988796,0.5038535519796746,0.4864785350559338,0.5,0.15372517456988796,0.2141743177931008,0.1157520240334153,0.0,0.5531736675152275,1.0013877792074473 -5366,0.5,0.15372517456988796,0.27293836916529485,0.6484140171086258,0.15372517456988796,0.3805993985492985,0.8910596491361578,0.15372517456988796,0.20033721988992592,0.6395539262035094,0.15372517456988796,0.5256058667014354,0.5972110085828543,0.15372517456988796,0.3450167386580838,0.9791054835297576,0.15372517456988796,0.10725248218079875,0.8254249228374191,0.15372517456988796,0.10913412416336907,0.8792940315674324,0.15372517456988796,0.2999434445636546,0.5709540062361308,0.5,0.15372517456988796,0.5339549982399537,0.5161274431009752,0.15372517456988796,0.3297179303351275,0.06147373164456457,0.5,0.15372517456988796,0.5765122900408541,0.5896711159785054,0.15372517456988796,0.558676228789843,0.2344760306283662,0.15372517456988796,0.3529570153333388,0.8617610943226892,0.15372517456988796,0.3219200367238667,0.9152212346741927,0.15372517456988796,0.45404248169503814,0.8642892694791313,0.15372517456988796,0.48242501939584104,0.7307140058319769,0.15372517456988796,0.49684934804020214,0.4591750235312877,0.5,0.15372517456988796,0.23017630902577757,0.1457871668918619,0.0,0.830870648299253,1.0061436323024904 -5367,0.5,0.15372517456988796,0.27587169581439447,0.5443133550560102,0.15372517456988796,0.12827148573373676,0.8081299096905391,0.15372517456988796,0.23311869621078996,0.5143107307182072,0.15372517456988796,0.3725760042846906,0.5230512808302488,0.15372517456988796,0.37072108801803055,1.00714158774858,0.15372517456988796,0.13079194279077283,0.7949667264681526,0.15372517456988796,0.2151273517439326,0.8403867347201502,0.15372517456988796,0.36807398271969494,0.5634908300821292,0.5,0.15372517456988796,0.49463827739888183,0.5179618513566315,0.15372517456988796,0.36823823969525904,0.06194385857094143,0.5,0.15372517456988796,0.5032435132285733,0.5257468674910377,0.15372517456988796,0.5192024018962438,0.1962039716679035,0.15372517456988796,0.4441279918970406,0.8861383558735924,0.15372517456988796,0.3748749315105825,0.928133772758491,0.15372517456988796,0.28420822627501585,0.8476091169643682,0.15372517456988796,0.3445342938783166,0.6315634104945886,0.15372517456988796,0.37966849122072677,0.38389668003480465,0.5,0.15372517456988796,0.21304910126038068,0.17749837112840988,0.0,0.8453950124340006,0.999410756346951 -5368,0.5,0.15372517456988796,0.2999818691573976,0.4836104946599102,0.15372517456988796,0.2958504309177185,0.8539501164474037,0.15372517456988796,0.33623439810460876,0.6565366816578724,0.15372517456988796,0.24307731625781037,0.3900102338129057,0.15372517456988796,0.1495881966763961,0.9798813540869629,0.15372517456988796,0.15325034146832409,0.7243697354841829,0.15372517456988796,0.38598370850016983,0.8351066124445713,0.15372517456988796,0.36216444174992346,0.5333349356153381,0.5,0.15372517456988796,0.3890630007072746,0.4445673364109338,0.15372517456988796,0.36844840086149333,0.04902838964033834,0.5,0.15372517456988796,0.3897912704449908,0.30139680195441937,0.15372517456988796,0.42308748621021697,0.14767233453304146,0.15372517456988796,0.24573989037934268,0.8473523817970026,0.15372517456988796,0.3532026572431145,0.9362826376137198,0.15372517456988796,0.13208462847325755,0.784177926658221,0.15372517456988796,0.267873842862499,0.4565632470213243,0.15372517456988796,0.27728413398792384,0.28912214016438953,0.5,0.15372517456988796,0.22783397628135357,0.20527899867735405,0.0,0.7805328479877213,0.982867084158522 -5369,0.5,0.15372517456988796,0.2269177591166875,0.4474529898117356,0.15372517456988796,0.28651228186860145,0.8951067650529871,0.15372517456988796,0.14770112662852122,0.4852212431988918,0.15372517456988796,0.2001644139031345,0.3274385249209513,0.15372517456988796,0.1521500780733858,0.8913404621940145,0.15372517456988796,0.18788319791362557,0.6136335042225949,0.15372517456988796,0.32354217224503984,0.7355069436569867,0.15372517456988796,0.2969031803888969,0.462160623217283,0.5,0.15372517456988796,0.27980351271269555,0.3649662032057953,0.15372517456988796,0.3013686681191412,0.03461545955686685,0.5,0.15372517456988796,0.3101350612485759,0.1006342682773634,0.15372517456988796,0.2919165527516243,0.08626236176026103,0.15372517456988796,0.20017475834283888,0.7636143239037694,0.15372517456988796,0.21302631693095828,0.9390607686587823,0.15372517456988796,0.1678382574994458,0.665899991749386,0.15372517456988796,0.2886750801861964,0.4081892179585371,0.15372517456988796,0.1594571061262387,0.15008034390115432,0.5,0.15372517456988796,0.18939851214424197,0.17441728755300315,0.0,0.6819560531410019,0.9766957952257848 -5370,0.5,0.15372517456988796,0.09939572711515499,0.32784108850088345,0.15372517456988796,0.11553454064478624,0.8217545794143007,0.15372517456988796,0.08449060180762147,0.23720846819994057,0.15372517456988796,0.10460655694933807,0.2299058067880571,0.15372517456988796,0.17552554717515642,0.8165670878475345,0.15372517456988796,0.19395644078271645,0.49155218492718183,0.15372517456988796,0.2209098766720597,0.592686481655393,0.15372517456988796,0.18927732186151655,0.3805177490116079,0.5,0.15372517456988796,0.1850979331263961,0.23803147472162606,0.15372517456988796,0.17636021540081406,0.012795365929459868,0.5,0.15372517456988796,0.2103718424888017,0.0570974479969596,0.15372517456988796,0.18803153490752197,0.025486267141177295,0.15372517456988796,0.15237081450361734,0.6631462217891502,0.15372517456988796,0.14638501037762802,0.885651352493481,0.15372517456988796,0.17583886997226583,0.509507824619956,0.15372517456988796,0.2035660256062838,0.22294383230266185,0.15372517456988796,0.11819907290572204,0.05951263543418529,0.5,0.15372517456988796,0.11599069213314592,0.12229239939721716,0.0,0.45931568047651794,0.9995745659902744 -5371,0.5,0.15372517456988796,0.023484619870483805,0.1951584937474415,0.15372517456988796,0.027106776143408243,0.6807136640391692,0.15372517456988796,0.026413807182857255,0.07499684734860174,0.15372517456988796,0.0287788523387193,0.12547272189924275,0.15372517456988796,0.07872130871685586,0.5301380310088732,0.15372517456988796,0.07428129529495797,0.3817193754718549,0.15372517456988796,0.05855139233364274,0.360715910778224,0.15372517456988796,0.0562906286130411,0.27468022914814566,0.5,0.15372517456988796,0.06014107497664067,0.16112736177524858,0.15372517456988796,0.04853583077076315,0.01193706645092583,0.5,0.15372517456988796,0.04819465971101087,0.01894137985188384,0.15372517456988796,0.053737950641597615,0.008365972353620976,0.15372517456988796,0.05424081397793078,0.5422546189455488,0.15372517456988796,0.07278411888514529,0.7435346734139132,0.15372517456988796,0.05612114973908173,0.24266464726647788,0.15372517456988796,0.05264802958106124,0.06725666773550662,0.15372517456988796,0.038164694363630784,0.015295682799007972,0.5,0.15372517456988796,0.029785229697074,0.07942172916290358,0.0,0.4422721146936201,1.0004333812857016 -5372,0.5,0.15372517456988796,0.0,0.10194940030114417,0.15372517456988796,0.0,0.34615844634173365,0.15372517456988796,0.0,0.026556334817843367,0.15372517456988796,0.0,0.04741410304881825,0.15372517456988796,0.0,0.2767553684518477,0.15372517456988796,0.0,0.2684004175533151,0.15372517456988796,0.0,0.26250026671859766,0.15372517456988796,0.0,0.10986468328425159,0.5,0.15372517456988796,0.0,0.07369596479419986,0.15372517456988796,0.0,0.013227993445758372,0.5,0.15372517456988796,0.0,0.01254389301595399,0.15372517456988796,0.0,0.008389092192319937,0.15372517456988796,0.0,0.5279719125412656,0.15372517456988796,0.0,0.5191446763594187,0.15372517456988796,0.0,0.10199305122839265,0.15372517456988796,0.0,0.0528964913704144,0.15372517456988796,0.0,0.01932380071699584,0.5,0.15372517456988796,0.0,0.057545080993412163,0.0,0.3751958175324494,0.9626556291881733 -5373,0.5,0.15372517456988796,0.0,0.0753608530283347,0.15372517456988796,0.0,0.16873603751546132,0.15372517456988796,0.0,0.022843044665826265,0.15372517456988796,0.0,0.014016577712197241,0.15372517456988796,0.0,0.20321680343604887,0.15372517456988796,0.0,0.22132758512712375,0.15372517456988796,0.0,0.19324551844914456,0.15372517456988796,0.0,0.07523423783341887,0.5,0.15372517456988796,0.0,0.021384426936357413,0.15372517456988796,0.0,0.013571885026745199,0.5,0.15372517456988796,0.0,0.01167944720209013,0.15372517456988796,0.0,0.003973017367481817,0.15372517456988796,0.0,0.5165396625276806,0.15372517456988796,0.0,0.38783285360616326,0.15372517456988796,0.0,0.08044408083094752,0.15372517456988796,0.0,0.03987942756170105,0.15372517456988796,0.0,0.02101671167870804,0.5,0.15372517456988796,0.0,0.036908941262184955,0.0,0.2903220186454435,0.9548500436057551 -5374,0.5,0.15372517456988796,0.0,0.08498106099830977,0.15372517456988796,0.0,0.12988634952109182,0.15372517456988796,0.0,0.02746445641274784,0.15372517456988796,0.0,0.010455524051519236,0.15372517456988796,0.0,0.22804311325475454,0.15372517456988796,0.0,0.23568116773255748,0.15372517456988796,0.0,0.20184780041698266,0.15372517456988796,0.0,0.05142872894615235,0.5,0.15372517456988796,0.0,0.010460647234295142,0.15372517456988796,0.0,0.008616248685732405,0.5,0.15372517456988796,0.0,0.008029472163460696,0.15372517456988796,0.0,0.0038512763740925914,0.15372517456988796,0.0,0.4602086720983462,0.15372517456988796,0.0,0.3151730199233979,0.15372517456988796,0.0,0.0797516808624855,0.15372517456988796,0.0,0.04260558634144041,0.15372517456988796,0.0,0.021084672563173323,0.5,0.15372517456988796,0.0,0.02498742908207533,0.0,0.30176970759730126,0.9888997565960209 -5375,0.5,0.15372517456988796,0.0,0.09341409015193947,0.15372517456988796,0.0,0.11646243005195785,0.15372517456988796,0.0,0.04187731855370984,0.15372517456988796,0.0,0.017947027252594363,0.15372517456988796,0.0,0.31932503364679204,0.15372517456988796,0.0,0.20547216931864876,0.15372517456988796,0.0,0.17262812778237754,0.15372517456988796,0.0,0.06326668636091887,0.5,0.15372517456988796,0.0,0.016449586135831428,0.15372517456988796,0.0,0.005108179083265595,0.5,0.15372517456988796,0.0,0.014046399560257073,0.15372517456988796,0.0,0.007650907433724494,0.15372517456988796,0.0,0.39094335565498095,0.15372517456988796,0.0,0.29794808059682,0.15372517456988796,0.0,0.10186387745603429,0.15372517456988796,0.0,0.045267743589150894,0.15372517456988796,0.0,0.024033360575961612,0.5,0.15372517456988796,0.0,0.01572284508004084,0.0,0.36505201371574414,0.9769011756203062 -5376,0.5,0.15372517456988796,0.0,0.09594686266491295,0.15372517456988796,0.0,0.1446281820219547,0.15372517456988796,0.0,0.04898731576766192,0.15372517456988796,0.0,0.03462028740029944,0.15372517456988796,0.0,0.31356681668809416,0.15372517456988796,0.0,0.20451816353921803,0.15372517456988796,0.0,0.14082755372315614,0.15372517456988796,0.0,0.06901076862904752,0.5,0.15372517456988796,0.0,0.013950973758001053,0.15372517456988796,0.0,0.004692072165088681,0.5,0.15372517456988796,0.0,0.014927670153755302,0.15372517456988796,0.0,0.008634990201718627,0.15372517456988796,0.0,0.3612751433337015,0.15372517456988796,0.0,0.3376627492600497,0.15372517456988796,0.0,0.12537447062283902,0.15372517456988796,0.0,0.05108931258371599,0.15372517456988796,0.0,0.027780248734069854,0.5,0.15372517456988796,0.0,0.014713564819821775,0.0,0.5470890253126725,0.9962047075498816 -5377,0.5,0.15372517456988796,0.0,0.09979731765765322,0.15372517456988796,0.0,0.17332653654671984,0.15372517456988796,0.0,0.05063246767280414,0.15372517456988796,0.0,0.04738689364349732,0.15372517456988796,0.0,0.29543567759322853,0.15372517456988796,0.0,0.19083404602865947,0.15372517456988796,0.0,0.12442572650163565,0.15372517456988796,0.0,0.06187235519198045,0.5,0.15372517456988796,0.0,0.011385387546668015,0.15372517456988796,0.0,0.003217429431945873,0.5,0.15372517456988796,0.0,0.018950588945139003,0.15372517456988796,0.0,0.005144699417846984,0.15372517456988796,0.0,0.3604427670692383,0.15372517456988796,0.0,0.3883816890176879,0.15372517456988796,0.0,0.13480211991023394,0.15372517456988796,0.0,0.045852699439345286,0.15372517456988796,0.0,0.024844113717680225,0.5,0.15372517456988796,0.0,0.020224646718986973,0.0,0.47829459979728045,0.97934271385666 -5378,0.5,0.15372517456988796,0.0,0.10914679294131702,0.15372517456988796,0.0,0.2439316480855695,0.15372517456988796,0.0,0.06043110766763361,0.15372517456988796,0.0,0.05775150559201112,0.15372517456988796,0.0,0.25206787850309814,0.15372517456988796,0.0,0.17419395147136316,0.15372517456988796,0.0,0.11426994680327482,0.15372517456988796,0.0,0.08105677357626387,0.5,0.15372517456988796,0.0,0.01775334878819194,0.15372517456988796,0.0,0.0012501887083407543,0.5,0.15372517456988796,0.0,0.011503247257253,0.15372517456988796,0.0,0.003269599414426132,0.15372517456988796,0.0,0.4149183227129525,0.15372517456988796,0.0,0.4157346335861831,0.15372517456988796,0.0,0.12377729246901686,0.15372517456988796,0.0,0.03496449925009957,0.15372517456988796,0.0,0.021673326858813406,0.5,0.15372517456988796,0.0,0.02190893280412344,0.0,0.38212097933468336,0.9723959769178722 -5379,0.5,0.15372517456988796,0.0,0.11176025501986908,0.15372517456988796,0.0,0.24287466975486935,0.15372517456988796,0.0,0.048956910398291205,0.15372517456988796,0.0,0.07082537356053711,0.15372517456988796,0.0,0.2323582187261391,0.15372517456988796,0.0,0.2119708966233152,0.15372517456988796,0.0,0.14002088995294598,0.15372517456988796,0.0,0.04148763559820412,0.5,0.15372517456988796,0.0,0.009982140988505892,0.15372517456988796,0.0,0.0014470174064997086,0.5,0.15372517456988796,0.0,0.002809858041996821,0.15372517456988796,0.0,0.003995314533084662,0.15372517456988796,0.0,0.4512157510048499,0.15372517456988796,0.0,0.37455694734001865,0.15372517456988796,0.0,0.10642005776463226,0.15372517456988796,0.0,0.04137932943821726,0.15372517456988796,0.0,0.01685213692076332,0.5,0.15372517456988796,0.0,0.01927236102658378,0.0,0.42553195091219725,1.00481520986068 -5380,0.5,0.15372517456988796,0.0,0.11943321279171873,0.15372517456988796,0.0,0.1721519315536062,0.15372517456988796,0.0,0.049749154121445455,0.15372517456988796,0.0,0.07353051987772925,0.15372517456988796,0.0,0.25105132066731795,0.15372517456988796,0.0,0.17255328303853776,0.15372517456988796,0.0,0.09375688006450955,0.15372517456988796,0.0,0.028264296597798506,0.5,0.15372517456988796,0.0,0.007747557125821218,0.15372517456988796,0.0,0.0019667521114031467,0.5,0.15372517456988796,0.0,0.001662823865136165,0.15372517456988796,0.0,0.007184192764029215,0.15372517456988796,0.0,0.4488177496104365,0.15372517456988796,0.0,0.38389885255077655,0.15372517456988796,0.0,0.11623521179044485,0.15372517456988796,0.0,0.018993625061075936,0.15372517456988796,0.0,0.01321714389381722,0.5,0.15372517456988796,0.0,0.016320311413425388,0.0,0.41777074642073414,1.0051264872170045 -5381,0.5,0.15372517456988796,0.0,0.1259685734902869,0.15372517456988796,0.0,0.1925002750432492,0.15372517456988796,0.0,0.034341997346572034,0.15372517456988796,0.0,0.06633452672116551,0.15372517456988796,0.0,0.2198789764190327,0.15372517456988796,0.0,0.15745642691911751,0.15372517456988796,0.0,0.07512443296862087,0.15372517456988796,0.0,0.025445762381121163,0.5,0.15372517456988796,0.0,0.005757185573499912,0.15372517456988796,0.0,0.00205008121520907,0.5,0.15372517456988796,0.0,0.005334205949192421,0.15372517456988796,0.0,0.008291417714359844,0.15372517456988796,0.0,0.484007772855866,0.15372517456988796,0.0,0.3760451495279826,0.15372517456988796,0.0,0.08490840830751767,0.15372517456988796,0.0,0.017526136258685432,0.15372517456988796,0.0,0.011624489486000695,0.5,0.15372517456988796,0.0,0.018533947384357638,0.0,0.4300332107696211,1.0048231944991017 -5382,0.5,0.15372517456988796,0.015496188403549337,0.11366741451107656,0.15372517456988796,0.007522344409321737,0.13148290618487493,0.15372517456988796,0.005858835464028194,0.03063547946618801,0.15372517456988796,0.017715976165380308,0.05018887144945989,0.15372517456988796,0.0022300687281713526,0.2113553718492493,0.15372517456988796,0.00025294187311775845,0.170636874411418,0.15372517456988796,0.0010065105482499447,0.08215542017399206,0.15372517456988796,0.0001924022824835021,0.012059672554866634,0.5,0.15372517456988796,0.00018517366238767448,0.005699224306913527,0.15372517456988796,0.0008489842528074961,0.0009024681731132454,0.5,0.15372517456988796,0.00035566238145347885,0.0071916107656941515,0.15372517456988796,0.00015130687600696275,0.012313388166664151,0.15372517456988796,0.007712084429439497,0.4422059503770329,0.15372517456988796,0.004186624007188199,0.3475766887935393,0.15372517456988796,0.003910181564880441,0.06959874014616978,0.15372517456988796,0.0019253340054540902,0.014545891176547247,0.15372517456988796,0.0011613523107832245,0.014241334153677412,0.5,0.15372517456988796,0.0032592932730774083,0.015283520357525929,0.0,0.4961168087784028,1.0039754565487233 -5383,0.5,0.15372517456988796,0.09304382897465477,0.12273711678024293,0.15372517456988796,0.08610496725364257,0.1432916867864321,0.15372517456988796,0.06989367400405905,0.016223830067272554,0.15372517456988796,0.0989572006037941,0.038747574998279896,0.15372517456988796,0.05347421767567183,0.20779543152332577,0.15372517456988796,0.021521456450307633,0.18119804804091724,0.15372517456988796,0.02396570945081687,0.09166966751928039,0.15372517456988796,0.017440675785589797,0.007649614185748415,0.5,0.15372517456988796,0.025935107397180187,0.012796969669424176,0.15372517456988796,0.006692649657286944,0.004011598591549937,0.5,0.15372517456988796,0.012931307738533387,0.009138085752433146,0.15372517456988796,0.009444223709872954,0.010346806415590614,0.15372517456988796,0.0846975581021859,0.48451121470333036,0.15372517456988796,0.0739028383653388,0.3696189931720725,0.15372517456988796,0.05643766150959882,0.0875629351822612,0.15372517456988796,0.03852092272085324,0.00830731810773132,0.15372517456988796,0.019676697992642045,0.01810856461087982,0.5,0.15372517456988796,0.059213161387356966,0.02087909089219344,0.0,0.4491953549490791,0.9897146462422215 -5384,0.5,0.15372517456988796,0.20728979644170156,0.20384180948045394,0.15372517456988796,0.2042088866245309,0.21718200985510305,0.15372517456988796,0.14974828035591076,0.012868887060081774,0.15372517456988796,0.20872127276186433,0.03643623886041103,0.15372517456988796,0.12322894081398775,0.37311310076501486,0.15372517456988796,0.07540435402007811,0.24332632848838393,0.15372517456988796,0.049081220792067094,0.0771483200491508,0.15372517456988796,0.04087058622240174,0.01351538075682104,0.5,0.15372517456988796,0.04925822506269718,0.08053392710617606,0.15372517456988796,0.015063651478877355,0.0026111730830748144,0.5,0.15372517456988796,0.040759937382578104,0.003757288002308144,0.15372517456988796,0.028455607210494786,0.00776023160163335,0.15372517456988796,0.20304962234036839,0.6351100078585011,0.15372517456988796,0.1822771710933992,0.48093469722748755,0.15372517456988796,0.1206519108413851,0.1455363642393432,0.15372517456988796,0.09463419464501238,0.010408903546573684,0.15372517456988796,0.048583961118406335,0.013057886986552825,0.5,0.15372517456988796,0.12298591740538839,0.025827348640058083,0.0,0.3415820339201407,0.9653794470983104 -5385,0.5,0.15372517456988796,0.31425557450161956,0.23251169077076284,0.15372517456988796,0.31849391326444876,0.5034493621541897,0.15372517456988796,0.22053210478424104,0.023726157241209155,0.15372517456988796,0.31227642530479854,0.04915258657670524,0.15372517456988796,0.21084734616553752,0.5822498879963578,0.15372517456988796,0.12441268156818765,0.26120176482102775,0.15372517456988796,0.07033167652301421,0.07109513639661859,0.15372517456988796,0.058856300572255785,0.053973129465515274,0.5,0.15372517456988796,0.06116458917903576,0.2961957804303651,0.15372517456988796,0.027898109232897164,0.027283043719807866,0.5,0.15372517456988796,0.04383755812371677,0.011982189886222645,0.15372517456988796,0.05160088132899797,0.02560456070947017,0.15372517456988796,0.33437555420049847,0.7537835764350412,0.15372517456988796,0.300121327561957,0.6792172160005591,0.15372517456988796,0.18381178165872153,0.18618102646745632,0.15372517456988796,0.17251252554106425,0.07294587790689662,0.15372517456988796,0.07244982778789032,0.023437230485365956,0.5,0.15372517456988796,0.1641783837648248,0.01747524743716203,0.0,0.3096848628703861,0.9765132150456397 -5386,0.5,0.15372517456988796,0.4165921398216506,0.22463020445059492,0.15372517456988796,0.3542786327683054,0.6828554962534129,0.15372517456988796,0.2545497019602263,0.10199489890920761,0.15372517456988796,0.38396896473115694,0.062376369009709325,0.15372517456988796,0.2800889201812209,0.5848311559886346,0.15372517456988796,0.14688373126992066,0.21166696612367117,0.15372517456988796,0.06854534779688143,0.06986053219121961,0.15372517456988796,0.06094608455931527,0.15779007603481784,0.5,0.15372517456988796,0.07742653849804967,0.44625495965931916,0.15372517456988796,0.03485135254372253,0.12788441834099407,0.5,0.15372517456988796,0.06420224357055422,0.03794346596730803,0.15372517456988796,0.08716051426738851,0.06695428084533508,0.15372517456988796,0.4635110875083709,0.8383903854434362,0.15372517456988796,0.41706843718975606,0.7662612017869446,0.15372517456988796,0.23333525345873096,0.2159409744341488,0.15372517456988796,0.1718308098838848,0.264176097136326,0.15372517456988796,0.08551432899189843,0.035923677126017045,0.5,0.15372517456988796,0.19856884093438115,0.038558233549833856,0.0,0.2958838854405041,0.9670166655113333 -5387,0.5,0.15372517456988796,0.5078506160842631,0.23317927757839207,0.15372517456988796,0.3804963253827749,0.6759187488321001,0.15372517456988796,0.21464271215206016,0.3678762557246815,0.15372517456988796,0.3599847870638415,0.1286583106685931,0.15372517456988796,0.39963610584433157,0.5939363120270827,0.15372517456988796,0.17601523631235805,0.14590983674718183,0.15372517456988796,0.07109183441627254,0.07422451421753407,0.15372517456988796,0.0842708469690373,0.22220925057807892,0.5,0.15372517456988796,0.11302890923351216,0.4705817205492672,0.15372517456988796,0.05493877218585233,0.0662785916957747,0.5,0.15372517456988796,0.07613106179826709,0.12611323075820804,0.15372517456988796,0.13553719243600731,0.15141976662591725,0.15372517456988796,0.5541833448608201,0.8668071667440883,0.15372517456988796,0.5149826208179131,0.7625193384073428,0.15372517456988796,0.19806044252799215,0.21937760626761887,0.15372517456988796,0.18873062036821447,0.4980674919482005,0.15372517456988796,0.1034842460556917,0.07308171325307329,0.5,0.15372517456988796,0.22384300777012608,0.12811034505771507,0.0,0.2855230936184857,0.9437065636131647 -5388,0.5,0.15372517456988796,0.49203369688438015,0.32017400322959244,0.15372517456988796,0.401322448695414,0.7479171837850115,0.15372517456988796,0.19717119256946603,0.3991975778935977,0.15372517456988796,0.2648322933578713,0.18997925840915453,0.15372517456988796,0.3615567441966817,0.5336942755231244,0.15372517456988796,0.14429610956091923,0.09709731760182191,0.15372517456988796,0.07867262805657625,0.06299423640624426,0.15372517456988796,0.10541054684443915,0.238581935550557,0.5,0.15372517456988796,0.1500608749626999,0.43380081313452207,0.15372517456988796,0.1600597803873067,0.09249279108141985,0.5,0.15372517456988796,0.13731601632009302,0.08852962565665022,0.15372517456988796,0.23405878256311421,0.3778485245709221,0.15372517456988796,0.6019152651599797,0.8586727804839727,0.15372517456988796,0.5690654350281482,0.7480463412164924,0.15372517456988796,0.15492556430641743,0.2543025117055821,0.15372517456988796,0.19542017201934497,0.4814235514972787,0.15372517456988796,0.11786027676783215,0.06115602615026553,0.5,0.15372517456988796,0.24438872309563342,0.24682518589481392,0.0,0.23713661904925304,0.9337891279272246 -5389,0.5,0.15372517456988796,0.35634196719142563,0.373659386581433,0.15372517456988796,0.46077503565307076,0.7986588185920762,0.15372517456988796,0.16725025066715177,0.33857666907054385,0.15372517456988796,0.18526433592215008,0.14310811924081115,0.15372517456988796,0.29595231871841204,0.4429912173727302,0.15372517456988796,0.1560128879529218,0.10391213163228288,0.15372517456988796,0.10084186415964827,0.04084927653784945,0.15372517456988796,0.1502963697748583,0.3022078153012744,0.5,0.15372517456988796,0.19015331032720323,0.6292590396654225,0.15372517456988796,0.2035094380843318,0.17341613680426404,0.5,0.15372517456988796,0.36737053863166746,0.21977124657811065,0.15372517456988796,0.16724576022996082,0.46856780328013475,0.15372517456988796,0.620386208332848,0.8441948966297547,0.15372517456988796,0.5534797358452657,0.7238244062752472,0.15372517456988796,0.20160523729458735,0.32173761121702077,0.15372517456988796,0.2179254552732811,0.31156486373887626,0.15372517456988796,0.2111428296883386,0.0881788600940879,0.5,0.15372517456988796,0.23161036095688503,0.2262773329418179,0.0,0.2792815097938317,0.9339380984731489 -5390,0.5,0.15372517456988796,0.2610122666966833,0.3854438800307341,0.15372517456988796,0.4829327916230483,0.8054317786998163,0.15372517456988796,0.13939791340030186,0.21123059030502292,0.15372517456988796,0.1439184274437265,0.12487048584940474,0.15372517456988796,0.2642061327019593,0.34452733671129615,0.15372517456988796,0.14964727478095483,0.12123964409538278,0.15372517456988796,0.13331336703452892,0.033956444550350094,0.15372517456988796,0.07842933639945539,0.28114440519815087,0.5,0.15372517456988796,0.12361179351666167,0.7550097975451533,0.15372517456988796,0.19717831622818985,0.30579319208257355,0.5,0.15372517456988796,0.2469552413898191,0.4130517912057455,0.15372517456988796,0.14362314252270658,0.5991675682502772,0.15372517456988796,0.5829724945325249,0.8115224626760627,0.15372517456988796,0.4667706278358601,0.668675259774415,0.15372517456988796,0.18980373624469438,0.25424499083350477,0.15372517456988796,0.12681657955022282,0.14895180849546014,0.15372517456988796,0.21423056697023585,0.14291628991986022,0.5,0.15372517456988796,0.20305599362916835,0.2501523654651264,0.0,0.22679802960719408,0.9450882093211136 -5391,0.5,0.15372517456988796,0.18564476797470808,0.38991934639756093,0.15372517456988796,0.3264901492755762,0.7638727830491979,0.15372517456988796,0.1342366362444912,0.257222670625529,0.15372517456988796,0.12066840000951437,0.10190713875802886,0.15372517456988796,0.23961041967889662,0.28808631091749487,0.15372517456988796,0.13380211607242398,0.18443954368970206,0.15372517456988796,0.018987409890051845,0.03110179476500833,0.15372517456988796,0.07341505690604633,0.40548599774791344,0.5,0.15372517456988796,0.07492872033501424,0.7400844148524408,0.15372517456988796,0.18999939438369862,0.4111112388405849,0.5,0.15372517456988796,0.11121112257931709,0.6475479432972012,0.15372517456988796,0.12290988020435795,0.7101898217577356,0.15372517456988796,0.4864150596968597,0.7663228537555912,0.15372517456988796,0.38849612990295196,0.6037423797093764,0.15372517456988796,0.1380788324262357,0.17282691930605856,0.15372517456988796,0.1546984392193803,0.1804977819989252,0.15372517456988796,0.23440653529929995,0.2542712440877665,0.5,0.15372517456988796,0.14619307354999922,0.24042237873007818,0.0,0.2869529242252997,0.9577245368521798 -5392,0.5,0.15372517456988796,0.10395131371484714,0.309227589609462,0.15372517456988796,0.18812721830371643,0.6302164860235101,0.15372517456988796,0.03961441525157239,0.10987527048139047,0.15372517456988796,0.08471580508187943,0.1192278145004233,0.15372517456988796,0.16435993169585542,0.282933251914375,0.15372517456988796,0.14574989478571637,0.2741830707617925,0.15372517456988796,0.03927530571597676,0.08503419670535024,0.15372517456988796,0.09523806862528772,0.4454955141388986,0.5,0.15372517456988796,0.21242002834137713,0.7969651214252061,0.15372517456988796,0.14063004161569267,0.5292702176082946,0.5,0.15372517456988796,0.1000494285834098,0.9007959578083158,0.15372517456988796,0.10080465822035957,0.8135414106118248,0.15372517456988796,0.35374704713744437,0.7065393730791506,0.15372517456988796,0.2686871222809627,0.522149912688789,0.15372517456988796,0.08369335560529183,0.10898776236805743,0.15372517456988796,0.081149818853941,0.18413040112995174,0.15372517456988796,0.23277141954732708,0.4254615511093066,0.5,0.15372517456988796,0.09894121657106308,0.26077043644662695,0.0,0.315480309945622,0.9486627570381753 -5393,0.5,0.15372517456988796,0.04800630593641493,0.23580366401222833,0.15372517456988796,0.11900350617969516,0.4534862622764138,0.15372517456988796,0.07854043221465636,0.07862235238909535,0.15372517456988796,0.031448191784718964,0.07662112576159745,0.15372517456988796,0.11180689247890299,0.318066457059469,0.15372517456988796,0.10413036275702503,0.3042886605690819,0.15372517456988796,0.038653327783961224,0.1409641617178499,0.15372517456988796,0.09432621375934616,0.3857655790867164,0.5,0.15372517456988796,0.22143049850003765,0.7959331912777353,0.15372517456988796,0.06728060101338473,0.5760001728569542,0.5,0.15372517456988796,0.15155727967812171,0.9522553426928908,0.15372517456988796,0.07693781960243816,0.7560087918875396,0.15372517456988796,0.2285763911346883,0.6087607116405933,0.15372517456988796,0.16804411263498267,0.4556325751437815,0.15372517456988796,0.056408926086488835,0.07854357437471278,0.15372517456988796,0.04574185496438458,0.2624695773757078,0.15372517456988796,0.11185762219765477,0.5572026777044106,0.5,0.15372517456988796,0.05948625749736789,0.27851338050883867,0.0,0.2812782961037113,0.9419588389322842 -5394,0.5,0.15372517456988796,0.018710008569431835,0.15531781316800844,0.15372517456988796,0.052876701570270114,0.3449565175388917,0.15372517456988796,0.06832887508992297,0.0783234895423063,0.15372517456988796,0.017111239700303486,0.04094056830076212,0.15372517456988796,0.07299380287931898,0.30265559117398705,0.15372517456988796,0.07465677734787278,0.30459344467601823,0.15372517456988796,0.03602205799372242,0.23975085385620853,0.15372517456988796,0.10067038205869465,0.3056439175731145,0.5,0.15372517456988796,0.0911460634944988,0.6565047475957513,0.15372517456988796,0.03912966875150339,0.5317792895750908,0.5,0.15372517456988796,0.07710846917570208,0.9658547931459184,0.15372517456988796,0.0442201877161678,0.654886870216594,0.15372517456988796,0.11383554295151427,0.4708117850639939,0.15372517456988796,0.09158683874703791,0.4269177661391549,0.15372517456988796,0.030164208421930776,0.06919453137657595,0.15372517456988796,0.009485869063994581,0.4187543507284197,0.15372517456988796,0.05531911815887433,0.6518585215082084,0.5,0.15372517456988796,0.027412267810201275,0.3443269375674917,0.0,0.38205741549326033,0.9305540024237466 -5395,0.5,0.15372517456988796,0.0030285854904751413,0.08345729208186511,0.15372517456988796,0.014667298105896159,0.2469018910292529,0.15372517456988796,0.015213470102369597,0.05844068026857205,0.15372517456988796,0.010563281121462193,0.026163267939262626,0.15372517456988796,0.04227134369393229,0.2603436510696854,0.15372517456988796,0.03605849054120798,0.2539107089473987,0.15372517456988796,0.035603509299884054,0.3827802374019399,0.15372517456988796,0.0515747269023005,0.21223486650321577,0.5,0.15372517456988796,0.0253575218962703,0.5358049504689572,0.15372517456988796,0.008156703157365393,0.44693969028391,0.5,0.15372517456988796,0.020888949306427245,0.796463056512606,0.15372517456988796,0.013605584550139231,0.4585796095416039,0.15372517456988796,0.043203138359966684,0.35422028189549654,0.15372517456988796,0.03221567251555785,0.36435127964123837,0.15372517456988796,0.009307806579336438,0.05569694509296223,0.15372517456988796,0.0026078859243526594,0.5737333403062728,0.15372517456988796,0.013937663554479186,0.728883405828289,0.5,0.15372517456988796,0.008317553604415053,0.42084656256482433,0.0,0.3947287717404758,0.8879938505456992 -5396,0.5,0.15372517456988796,1.8850465888672134e-05,0.045298952515339413,0.15372517456988796,0.0,0.15373135095290405,0.15372517456988796,0.0,0.0929903528668046,0.15372517456988796,0.0,0.027532687086606958,0.15372517456988796,0.0,0.19399949268290184,0.15372517456988796,0.0,0.17052300848662322,0.15372517456988796,0.0,0.29503299969834906,0.15372517456988796,0.0,0.140399872555165,0.5,0.15372517456988796,0.0,0.33129002991760775,0.15372517456988796,0.0,0.3090385486857808,0.5,0.15372517456988796,0.0,0.5895042929390226,0.15372517456988796,0.0,0.2830961531758408,0.15372517456988796,4.430120987900509e-05,0.2546853308124361,0.15372517456988796,0.0,0.2741030947902391,0.15372517456988796,3.006082363348512e-06,0.06829164778170307,0.15372517456988796,7.255669195179761e-06,0.5502714774800516,0.15372517456988796,0.0,0.8037192234036039,0.5,0.15372517456988796,0.0,0.5012962280359163,0.0,0.23266355499727698,0.8529501760160035 -5397,0.5,0.15372517456988796,0.0,0.03513801064608126,0.15372517456988796,0.0,0.1446470011412956,0.15372517456988796,0.0,0.2237071196569111,0.15372517456988796,0.0,0.04961492796445904,0.15372517456988796,0.0,0.14940989928055426,0.15372517456988796,0.0,0.13715350319737882,0.15372517456988796,0.0,0.2479259005221492,0.15372517456988796,0.0,0.12068585152480603,0.5,0.15372517456988796,0.0,0.17250841248894652,0.15372517456988796,0.0,0.21928734640122377,0.5,0.15372517456988796,0.0,0.5033489641645599,0.15372517456988796,0.0,0.1995800311396562,0.15372517456988796,0.0,0.20501123609107622,0.15372517456988796,0.0,0.2278476737661815,0.15372517456988796,0.0,0.11772639906208522,0.15372517456988796,0.0,0.3577679387422609,0.15372517456988796,0.0,0.7269978314177356,0.5,0.15372517456988796,0.0,0.4605682338197769,0.0,0.12941359411899395,0.8489383564476451 -5398,0.5,0.15372517456988796,0.0,0.03946634788524446,0.15372517456988796,0.0,0.13449840478434436,0.15372517456988796,0.0,0.4190733130323397,0.15372517456988796,0.0,0.12369739542498245,0.15372517456988796,0.0,0.13955213203430833,0.15372517456988796,0.0,0.1455484187981995,0.15372517456988796,0.0,0.2382990504513381,0.15372517456988796,0.0,0.14840114221539585,0.5,0.15372517456988796,0.0,0.0994278325435808,0.15372517456988796,0.0,0.16109711456930204,0.5,0.15372517456988796,0.0,0.4067482677880127,0.15372517456988796,0.0,0.18308067157934868,0.15372517456988796,0.0,0.2323172579985608,0.15372517456988796,0.0,0.19846222673577585,0.15372517456988796,0.0,0.17581063201589303,0.15372517456988796,0.0,0.2492097073362549,0.15372517456988796,0.0,0.5693361103720913,0.5,0.15372517456988796,0.0,0.307308754826675,0.0,0.1174091542493554,0.8948954587008076 -5399,0.5,0.15372517456988796,0.0,0.056115124211103505,0.15372517456988796,0.0,0.1243638162763317,0.15372517456988796,0.0,0.6228667255282562,0.15372517456988796,0.0,0.25274557969359523,0.15372517456988796,0.0,0.14312984867080947,0.15372517456988796,0.0,0.17286248085544437,0.15372517456988796,0.0,0.20601847106827892,0.15372517456988796,0.0,0.1705529027396676,0.5,0.15372517456988796,0.0,0.07188320165226293,0.15372517456988796,0.0,0.10688341394779714,0.5,0.15372517456988796,0.0,0.4234606445915438,0.15372517456988796,0.0,0.16777818558173183,0.15372517456988796,0.0,0.3341331959249555,0.15372517456988796,0.0,0.20164954133347301,0.15372517456988796,0.0,0.2309724599549795,0.15372517456988796,0.0,0.1754540991931111,0.15372517456988796,0.0,0.46048321739312886,0.5,0.15372517456988796,0.0,0.19733110742472246,0.0,0.18262407694478108,0.9718880434783763 -5400,0.5,0.15372517456988796,0.0,0.07596393326298591,0.15372517456988796,0.0,0.12248584545809665,0.15372517456988796,0.0,0.7279970046355426,0.15372517456988796,0.0,0.3670698488994821,0.15372517456988796,0.0,0.19789324564147992,0.15372517456988796,0.0,0.18753404317999206,0.15372517456988796,0.0,0.2057949886262989,0.15372517456988796,0.0,0.15705667954077984,0.5,0.15372517456988796,0.0,0.060724842920559775,0.15372517456988796,0.0,0.0742486011037419,0.5,0.15372517456988796,0.0,0.33417854102137984,0.15372517456988796,0.0,0.11687877944021757,0.15372517456988796,0.0,0.3893250468659437,0.15372517456988796,0.0,0.2321469477407492,0.15372517456988796,0.0,0.2337330258161475,0.15372517456988796,0.0,0.1339734915075329,0.15372517456988796,0.0,0.36612833159674385,0.5,0.15372517456988796,0.0,0.1572395728093204,0.0,0.21540552554628123,0.9583581970820017 -5401,0.5,0.15372517456988796,0.0,0.10952162452549302,0.15372517456988796,0.0,0.11909792452925501,0.15372517456988796,0.0,0.6040232395220224,0.15372517456988796,0.0,0.4793342508685631,0.15372517456988796,0.0,0.2695213384291608,0.15372517456988796,0.0,0.20687063521689744,0.15372517456988796,0.0,0.25796660316314407,0.15372517456988796,0.0,0.12333996388932489,0.5,0.15372517456988796,0.0,0.05380208490917382,0.15372517456988796,0.0,0.05805415084952106,0.5,0.15372517456988796,0.0,0.2079593149378682,0.15372517456988796,0.0,0.07379091599600934,0.15372517456988796,0.0,0.38084805072282124,0.15372517456988796,0.0,0.27898282625977566,0.15372517456988796,0.0,0.22885608939568802,0.15372517456988796,0.0,0.11686743800409362,0.15372517456988796,0.0,0.2750257929578754,0.5,0.15372517456988796,0.0,0.13193518524547676,0.0,0.19995460897695286,0.9289804491124825 -5402,0.5,0.15372517456988796,0.0,0.12717870815384272,0.15372517456988796,0.0,0.09987309021538986,0.15372517456988796,0.0,0.44732153142472075,0.15372517456988796,0.0,0.5209969894796842,0.15372517456988796,0.0,0.3078102570656123,0.15372517456988796,0.0,0.19880794628347595,0.15372517456988796,0.0,0.23754375696405544,0.15372517456988796,0.0,0.09352160086094713,0.5,0.15372517456988796,0.0,0.052996752823176646,0.15372517456988796,0.0,0.05717008907052451,0.5,0.15372517456988796,0.0,0.1775487455907333,0.15372517456988796,0.0,0.06739348214861349,0.15372517456988796,0.0,0.3706948843914996,0.15372517456988796,0.0,0.32403776686631836,0.15372517456988796,0.0,0.19625483044803338,0.15372517456988796,0.0,0.10539280662777202,0.15372517456988796,0.0,0.21385908227240785,0.5,0.15372517456988796,0.0,0.09827858132163449,0.0,0.24468485968987785,0.9096515882239804 -5403,0.5,0.15372517456988796,0.0,0.1384821503878087,0.15372517456988796,0.0,0.10500117792732618,0.15372517456988796,0.0,0.32722773240662684,0.15372517456988796,0.0,0.5157379750820298,0.15372517456988796,0.0,0.3016177467762827,0.15372517456988796,0.0,0.17919055762860667,0.15372517456988796,0.0,0.20055599371430127,0.15372517456988796,0.0,0.08340245231861593,0.5,0.15372517456988796,0.0,0.05341411886896968,0.15372517456988796,0.0,0.05892196476833015,0.5,0.15372517456988796,0.0,0.18595416388982716,0.15372517456988796,0.0,0.055061750677210905,0.15372517456988796,0.0,0.3862005724920634,0.15372517456988796,0.0,0.3539251529477146,0.15372517456988796,0.0,0.1728993371796974,0.15372517456988796,0.0,0.08950119283853585,0.15372517456988796,0.0,0.1762826304786255,0.5,0.15372517456988796,0.0,0.07147669456922891,0.0,0.3493048651185623,0.9205357527639497 -5404,0.5,0.15372517456988796,0.0,0.14203632705409586,0.15372517456988796,0.0,0.13904890926915622,0.15372517456988796,0.0,0.22453019871968596,0.15372517456988796,0.0,0.4617094232555653,0.15372517456988796,0.0,0.30663122093982126,0.15372517456988796,0.0,0.2049996818717266,0.15372517456988796,0.0,0.17067275707854782,0.15372517456988796,0.0,0.08726674224093399,0.5,0.15372517456988796,0.0,0.05228772517546222,0.15372517456988796,0.0,0.04987956385412945,0.5,0.15372517456988796,0.0,0.15192684374112095,0.15372517456988796,0.0,0.046967198686426286,0.15372517456988796,0.0,0.4157593454923266,0.15372517456988796,0.0,0.3720033503040896,0.15372517456988796,0.0,0.17254389987961655,0.15372517456988796,0.0,0.07857614891523708,0.15372517456988796,0.0,0.13339653636798232,0.5,0.15372517456988796,0.0,0.05608518314086701,0.0,0.5237131287903062,0.94300887943809 -5405,0.5,0.15372517456988796,0.0,0.14790455801112798,0.15372517456988796,0.0,0.1843692241613157,0.15372517456988796,0.0,0.15564337327676042,0.15372517456988796,0.0,0.4156103809030753,0.15372517456988796,0.0,0.33813294693768947,0.15372517456988796,0.0,0.24997246021231806,0.15372517456988796,0.0,0.1824724380234244,0.15372517456988796,0.0,0.09712896212988589,0.5,0.15372517456988796,0.0,0.05283519724399617,0.15372517456988796,0.0,0.03595409050384892,0.5,0.15372517456988796,0.0,0.09478202644705512,0.15372517456988796,0.0,0.045459149559816975,0.15372517456988796,0.0,0.4443161146942789,0.15372517456988796,0.0,0.38822779504421023,0.15372517456988796,0.0,0.16492353967189086,0.15372517456988796,0.0,0.07928326464648151,0.15372517456988796,0.0,0.09598994778480534,0.5,0.15372517456988796,0.0,0.041237999817261665,0.0,0.5707818987478177,0.9509339230251661 -5406,0.5,0.15372517456988796,0.011553391099292085,0.17133193493995832,0.15372517456988796,0.006445938322144771,0.2229791308906104,0.15372517456988796,0.005523745856395241,0.12010563003737523,0.15372517456988796,0.004736967204890356,0.3767711422677944,0.15372517456988796,0.002064687321165513,0.36509549327457225,0.15372517456988796,0.0002255126294823181,0.29517769750605855,0.15372517456988796,0.001585173880816348,0.22176471745666926,0.15372517456988796,6.224330644427239e-05,0.10809957835930022,0.5,0.15372517456988796,0.00013267725300400156,0.04725933614478339,0.15372517456988796,0.0005724458602627271,0.025589782568425968,0.5,0.15372517456988796,0.0010961337331219074,0.07085153179739179,0.15372517456988796,0.00046479036675577,0.0376070058877614,0.15372517456988796,0.005784149305419403,0.46591574325234364,0.15372517456988796,0.0035882786989125544,0.4023434599617414,0.15372517456988796,0.004155649359149213,0.1771952405595625,0.15372517456988796,0.0016939502745707375,0.08590917848405936,0.15372517456988796,0.0022403737483650803,0.07391499415262026,0.5,0.15372517456988796,0.00454173590466615,0.029553368275566295,0.0,0.5485854937942992,0.9647239076203067 -5407,0.5,0.15372517456988796,0.08516641138671005,0.27773446615489306,0.15372517456988796,0.08469974050672509,0.33549766923245,0.15372517456988796,0.07908790731173782,0.16680426321449873,0.15372517456988796,0.052646686731914784,0.3798899578890604,0.15372517456988796,0.06186595399434447,0.4519529140923164,0.15372517456988796,0.0519921861198692,0.36626159347990916,0.15372517456988796,0.05604473818759268,0.30860317794504843,0.15372517456988796,0.05026289838891071,0.10763200849460133,0.5,0.15372517456988796,0.030537464535896314,0.06038895389893974,0.15372517456988796,0.007422635626268341,0.01501900440267575,0.5,0.15372517456988796,0.05098833684889927,0.0714573521386768,0.15372517456988796,0.04397120180157499,0.0330293374150704,0.15372517456988796,0.06652047154462253,0.5551320205469368,0.15372517456988796,0.07081891913726532,0.4571625183538105,0.15372517456988796,0.07083249952093931,0.2669646542135753,0.15372517456988796,0.032422229729853085,0.11266105281306045,0.15372517456988796,0.04771675866828386,0.07711250475620512,0.5,0.15372517456988796,0.07315797822471118,0.029476749707209995,0.0,0.6024202303121531,0.977003731611553 -5408,0.5,0.15372517456988796,0.20630302015408727,0.4538080063051536,0.15372517456988796,0.2050228882335111,0.6113819973167841,0.15372517456988796,0.1677340606842056,0.26689997350232564,0.15372517456988796,0.1616029474696598,0.3917034281752025,0.15372517456988796,0.1608231693949739,0.6237920815796186,0.15372517456988796,0.13842684015632775,0.4150125409916783,0.15372517456988796,0.15472246534075018,0.4386877373739947,0.15372517456988796,0.15727130425199576,0.18526671372000147,0.5,0.15372517456988796,0.10336576064834879,0.14420050341587595,0.15372517456988796,0.02890880901647177,0.012195025413152608,0.5,0.15372517456988796,0.09095390144321314,0.1967019553156863,0.15372517456988796,0.11848720865190865,0.05881895615801795,0.15372517456988796,0.14997214026775718,0.674384198631803,0.15372517456988796,0.17535400112220978,0.5998360753100211,0.15372517456988796,0.17835676489351468,0.5176121125526982,0.15372517456988796,0.08502158082402567,0.2108616238622372,0.15372517456988796,0.11988535672073919,0.14930397865971695,0.5,0.15372517456988796,0.13855476125824065,0.02864839140919556,0.0,0.6433084024059719,0.9805727905250299 -5409,0.5,0.15372517456988796,0.33870264154372876,0.5428715179479128,0.15372517456988796,0.3370788034209438,0.7367030638895229,0.15372517456988796,0.22749199408653026,0.29802581400852013,0.15372517456988796,0.3138203847286541,0.3564198006378997,0.15372517456988796,0.27522031728710494,0.6841011551526867,0.15372517456988796,0.17290895697167155,0.4584017879706938,0.15372517456988796,0.2783938672219133,0.5402539920773857,0.15372517456988796,0.2851913582973009,0.3355925223955087,0.5,0.15372517456988796,0.22050594041835503,0.24236388655184707,0.15372517456988796,0.059447704912883106,0.014267044448758221,0.5,0.15372517456988796,0.09870984576512036,0.29128701763319725,0.15372517456988796,0.1789112350394905,0.10882730131919632,0.15372517456988796,0.21693686547990246,0.7557067440786518,0.15372517456988796,0.28661184760040753,0.6883984308528377,0.15372517456988796,0.31004088660881257,0.674083636680965,0.15372517456988796,0.1567589384548183,0.2719127300229926,0.15372517456988796,0.17068708898437007,0.20998376264520718,0.5,0.15372517456988796,0.16880938706556242,0.03209404611175533,0.0,0.6652879559763827,0.9813488562371198 -5410,0.5,0.15372517456988796,0.46472937563582606,0.6059044315272694,0.15372517456988796,0.4702860941502292,0.8131224908124356,0.15372517456988796,0.24297701960034374,0.3309240724094324,0.15372517456988796,0.42360915490352,0.3378698721181849,0.15372517456988796,0.39458449537544354,0.7807598376586967,0.15372517456988796,0.21732405930736337,0.52035304226304,0.15372517456988796,0.4147573891191178,0.6266942514307013,0.15372517456988796,0.3948621656298472,0.4403003413505028,0.5,0.15372517456988796,0.3259709865804298,0.3062657723757911,0.15372517456988796,0.09343024163777894,0.01276106171832602,0.5,0.15372517456988796,0.10180436765927033,0.3129531880006977,0.15372517456988796,0.23572189467780386,0.12951236404440997,0.15372517456988796,0.2702897800089586,0.8400572602900691,0.15372517456988796,0.3960308965557656,0.8360961998021379,0.15372517456988796,0.4233612695258825,0.7042280272715349,0.15372517456988796,0.27400889749701096,0.26522005114283986,0.15372517456988796,0.2111731839936195,0.20948987007609526,0.5,0.15372517456988796,0.18747450029930177,0.058377934554612966,0.0,0.6668807080499484,0.9936410760901555 -5411,0.5,0.15372517456988796,0.5571739170276631,0.6350357346997401,0.15372517456988796,0.5448687240646329,0.8858442711969845,0.15372517456988796,0.3340794059345132,0.4254178549201952,0.15372517456988796,0.5161326547759648,0.347413974589646,0.15372517456988796,0.42155846852625156,0.8583880083882245,0.15372517456988796,0.415735179613114,0.681774978335274,0.15372517456988796,0.4606129020888545,0.7368575066267607,0.15372517456988796,0.39672093847485673,0.5005824446168582,0.5,0.15372517456988796,0.3532982994393902,0.3497525488700991,0.15372517456988796,0.24669880135913502,0.04042609446851628,0.5,0.15372517456988796,0.2362319397157689,0.3604503371050325,0.15372517456988796,0.30576735069136,0.14161610493714116,0.15372517456988796,0.2769625282743181,0.8872927738964594,0.15372517456988796,0.4195563821609221,0.8852734266918169,0.15372517456988796,0.5309837426684655,0.7368475089372835,0.15372517456988796,0.429258494794485,0.2768540229429742,0.15372517456988796,0.31155578674025314,0.2332551343888511,0.5,0.15372517456988796,0.20834036109111573,0.05327693385880049,0.0,0.6910315223027124,1.0037761266168481 -5412,0.5,0.15372517456988796,0.5937725107965743,0.6290447116792185,0.15372517456988796,0.4950877782566463,0.8752131304742606,0.15372517456988796,0.4181837252691397,0.47474393826204486,0.15372517456988796,0.5051689903353334,0.3350219317405551,0.15372517456988796,0.418638989072215,0.90176641912901,0.15372517456988796,0.5372691068092645,0.7820399158790615,0.15372517456988796,0.36704380704266293,0.7521783138414878,0.15372517456988796,0.41970376298666295,0.5115714602644423,0.5,0.15372517456988796,0.3801323521609066,0.4030877126995977,0.15372517456988796,0.47384189617809647,0.081368236154131,0.5,0.15372517456988796,0.25436040488231,0.40069239852709737,0.15372517456988796,0.2842667250682899,0.17404492511454486,0.15372517456988796,0.18182274289882236,0.8672433264253795,0.15372517456988796,0.3740270341657697,0.8887689894529028,0.15372517456988796,0.5554708616482662,0.7184259586186303,0.15372517456988796,0.5017424141807868,0.3083578216973845,0.15372517456988796,0.3834986073109655,0.25224829536628723,0.5,0.15372517456988796,0.2403474369370332,0.06036326143881555,0.0,0.7115676611817136,1.009845043402551 -5413,0.5,0.15372517456988796,0.5558528521404693,0.5809143617111074,0.15372517456988796,0.5167701239995685,0.8859932590131073,0.15372517456988796,0.4571964885825859,0.45532525932504075,0.15372517456988796,0.5390286371319024,0.33093806270361714,0.15372517456988796,0.33669650214430313,0.8953806943817366,0.15372517456988796,0.2947973401836424,0.7395425053197896,0.15372517456988796,0.4739290588045472,0.7527977093970427,0.15372517456988796,0.48496879055940334,0.5001926133371131,0.5,0.15372517456988796,0.3312519008561887,0.4249078629922849,0.15372517456988796,0.4634465872282689,0.13172793714252579,0.5,0.15372517456988796,0.31021880003504615,0.3716046605587804,0.15372517456988796,0.27947097246757147,0.2087796932301345,0.15372517456988796,0.22001261727947788,0.8767858903647942,0.15372517456988796,0.2842293530480734,0.907791813041398,0.15372517456988796,0.5086110667722228,0.6887870829009612,0.15372517456988796,0.45140107606577073,0.3695596056379815,0.15372517456988796,0.5012707366664104,0.27320704529230017,0.5,0.15372517456988796,0.287732619912997,0.04808106795346769,0.0,0.7137773178015766,1.0105141598384138 -5414,0.5,0.15372517456988796,0.5323093557228533,0.5344203680729533,0.15372517456988796,0.3857436450887219,0.8648920384999241,0.15372517456988796,0.5207918386317207,0.3735922265964886,0.15372517456988796,0.5561816509859813,0.3384427178238072,0.15372517456988796,0.24898691715630594,0.8521549368118727,0.15372517456988796,0.186562119829289,0.6689373573609022,0.15372517456988796,0.5048405819311929,0.7808222141288377,0.15372517456988796,0.4957535325592358,0.5274251205957352,0.5,0.15372517456988796,0.2727058985490821,0.3978433046985093,0.15372517456988796,0.36349439258067656,0.16748809326304814,0.5,0.15372517456988796,0.4139596243172041,0.3622655423457565,0.15372517456988796,0.2980476587404275,0.17870401235732908,0.15372517456988796,0.19430276560109958,0.882283762308554,0.15372517456988796,0.22474351081268246,0.9011001391052765,0.15372517456988796,0.44954692005829816,0.6865658707421216,0.15372517456988796,0.35971079665560396,0.3702810317978128,0.15372517456988796,0.4137605188430288,0.28340593864834546,0.5,0.15372517456988796,0.39075855678968807,0.053152329071640705,0.0,0.6752574728390383,1.0022840272963307 -5415,0.5,0.15372517456988796,0.4940336712322678,0.50403079308413,0.15372517456988796,0.276677080245819,0.8619801665280691,0.15372517456988796,0.5237804123847782,0.3170396517078991,0.15372517456988796,0.47049002140030427,0.3059403571014773,0.15372517456988796,0.11987098034770935,0.8455070715481523,0.15372517456988796,0.10407356485753125,0.5779587601180534,0.15372517456988796,0.2832436472989312,0.7502482155091016,0.15372517456988796,0.33487028060497476,0.516770386897045,0.5,0.15372517456988796,0.21300824643648975,0.4079753123005589,0.15372517456988796,0.2907727148783452,0.13191074225648797,0.5,0.15372517456988796,0.3296107124087218,0.3688523571019536,0.15372517456988796,0.30442896649143913,0.1592989312597393,0.15372517456988796,0.1689712682657847,0.8887240983535674,0.15372517456988796,0.2669033732549619,0.9028572085085154,0.15372517456988796,0.29411210797415244,0.681146614516337,0.15372517456988796,0.24865203843598876,0.3444657046514114,0.15372517456988796,0.3261060501296286,0.29982344698291513,0.5,0.15372517456988796,0.3769447875130498,0.0936090034590799,0.0,0.5873067454008755,0.993395243063478 -5416,0.5,0.15372517456988796,0.3726469213924159,0.46854201982739707,0.15372517456988796,0.119611190874716,0.8244863353482239,0.15372517456988796,0.41010061134098275,0.3080985998895859,0.15372517456988796,0.38056021752343216,0.26654869971502193,0.15372517456988796,0.09680003616828134,0.8003588731701394,0.15372517456988796,0.0772310718335672,0.5399435285448377,0.15372517456988796,0.1232104445810362,0.6709702739429093,0.15372517456988796,0.17213026913320073,0.4402011224329264,0.5,0.15372517456988796,0.15371122675410825,0.38856832476948766,0.15372517456988796,0.33423059193312066,0.11009978844554649,0.5,0.15372517456988796,0.1793769766553618,0.3250028746682269,0.15372517456988796,0.2566742690855717,0.1898765359595907,0.15372517456988796,0.12958413532247004,0.8754280169332606,0.15372517456988796,0.2694805358548378,0.9000509921065998,0.15372517456988796,0.1970748145398177,0.6774142520425668,0.15372517456988796,0.25845418092199396,0.3487708421360319,0.15372517456988796,0.24336815733254652,0.270344965727704,0.5,0.15372517456988796,0.2928901857810534,0.13753578658829352,0.0,0.4957312345100442,0.9757676136255443 -5417,0.5,0.15372517456988796,0.2589854213289278,0.4137648015736397,0.15372517456988796,0.0790167837921788,0.7146470386463736,0.15372517456988796,0.2581432890980221,0.2819543424929468,0.15372517456988796,0.28337143113064955,0.22182750451679856,0.15372517456988796,0.062059369780745124,0.7473736618529364,0.15372517456988796,0.06735007483278793,0.48387652650083895,0.15372517456988796,0.05841182364157081,0.542742422630777,0.15372517456988796,0.10047842092723938,0.32198223914527835,0.5,0.15372517456988796,0.11400034487037652,0.3661586296884955,0.15372517456988796,0.25409030070265515,0.11483346865426526,0.5,0.15372517456988796,0.06591572873682078,0.31332186101916226,0.15372517456988796,0.1427801757767978,0.18778428534438002,0.15372517456988796,0.12632999949576948,0.8731413693276368,0.15372517456988796,0.1795747711057432,0.8813426990879352,0.15372517456988796,0.17998367943819094,0.6998826048323841,0.15372517456988796,0.18761278097783754,0.3388033793906661,0.15372517456988796,0.16159417433066284,0.20338712357090194,0.5,0.15372517456988796,0.19410316417809653,0.1104976736475122,0.0,0.5073316263174941,0.9534846402175041 -5418,0.5,0.15372517456988796,0.1323955838406565,0.3036441274685795,0.15372517456988796,0.09264685209606047,0.7755747916469709,0.15372517456988796,0.14739475369816157,0.25054214031098,0.15372517456988796,0.1519078716818103,0.1184349034374563,0.15372517456988796,0.035501613348792975,0.6900637797153975,0.15372517456988796,0.05985227398025156,0.4489902908036182,0.15372517456988796,0.06756985997400325,0.38400562938305693,0.15372517456988796,0.13598865945471272,0.33143282316593703,0.5,0.15372517456988796,0.09427187130857659,0.3295311705685369,0.15372517456988796,0.10525295156460321,0.08408660732809288,0.5,0.15372517456988796,0.03070935322333501,0.32649018065149804,0.15372517456988796,0.07609506203668903,0.18003538433690985,0.15372517456988796,0.09543318263247724,0.8528338268618245,0.15372517456988796,0.1078773299564817,0.8375276501664881,0.15372517456988796,0.1166097236939595,0.7273065672684031,0.15372517456988796,0.1033610146647244,0.24961069394457985,0.15372517456988796,0.08891457514719572,0.18069329993593397,0.5,0.15372517456988796,0.10092855478523599,0.055723622998440255,0.0,0.527400706137738,0.9080917533249574 -5419,0.5,0.15372517456988796,0.031009500307381685,0.2107124737320465,0.15372517456988796,0.052149158811464924,0.8134355453574414,0.15372517456988796,0.03575015253161998,0.16785448864344896,0.15372517456988796,0.0316469264088448,0.04472272060335205,0.15372517456988796,0.02248378267220543,0.5843239178574547,0.15372517456988796,0.025338914546065565,0.33287140202375487,0.15372517456988796,0.03389948877172362,0.2895774121309442,0.15372517456988796,0.047246183914254475,0.18658698328702616,0.5,0.15372517456988796,0.030094189701843615,0.2142864610761313,0.15372517456988796,0.026334142413564486,0.06569093602874888,0.5,0.15372517456988796,0.013762130814646008,0.3516401263056215,0.15372517456988796,0.019433130562432517,0.17567033769395593,0.15372517456988796,0.040485776003184176,0.7956965834440021,0.15372517456988796,0.04088600573943818,0.7669070977822567,0.15372517456988796,0.028584226665312983,0.6622632872224524,0.15372517456988796,0.03324561533307694,0.18646412304021154,0.15372517456988796,0.019967817062894598,0.16887529000874638,0.5,0.15372517456988796,0.023862919799706214,0.0432572100200367,0.0,0.5831538012171007,0.8319556413721361 -5420,0.5,0.15372517456988796,0.0,0.16702515201274348,0.15372517456988796,0.0,0.7307726456113325,0.15372517456988796,0.0,0.1196929417599119,0.15372517456988796,0.0,0.043457333434688834,0.15372517456988796,2.0097226793052807e-05,0.4188557779319786,0.15372517456988796,0.0,0.1506829620721074,0.15372517456988796,0.0,0.23287030815234988,0.15372517456988796,0.0,0.08830054444810626,0.5,0.15372517456988796,7.375550227156175e-06,0.12191165356368015,0.15372517456988796,0.0,0.06073492018758893,0.5,0.15372517456988796,0.0,0.2634912666991725,0.15372517456988796,0.0,0.16250781566401476,0.15372517456988796,0.0,0.7425080914426797,0.15372517456988796,0.0,0.6612879564303971,0.15372517456988796,3.0854054044724117e-06,0.5005708036553166,0.15372517456988796,1.741788283746486e-05,0.1434576727973454,0.15372517456988796,0.0,0.17621766653543156,0.5,0.15372517456988796,0.0,0.06564183593709023,0.0,0.6079533618949118,0.8583166714034919 -5421,0.5,0.15372517456988796,0.0,0.16668489003972453,0.15372517456988796,0.0,0.645676970073901,0.15372517456988796,0.0,0.09938749406674632,0.15372517456988796,0.0,0.04408470521422413,0.15372517456988796,0.0,0.34523124391505755,0.15372517456988796,0.0,0.09164083893693276,0.15372517456988796,0.0,0.19385520083524022,0.15372517456988796,0.0,0.05306240830984668,0.5,0.15372517456988796,0.0,0.0655235930228748,0.15372517456988796,0.0,0.04903593729653295,0.5,0.15372517456988796,0.0,0.18211216553799814,0.15372517456988796,0.0,0.10108469288397487,0.15372517456988796,0.0,0.7240948544972916,0.15372517456988796,0.0,0.617302251389783,0.15372517456988796,0.0,0.35131663781258604,0.15372517456988796,0.0,0.11089979032233004,0.15372517456988796,0.0,0.19060519145254226,0.5,0.15372517456988796,0.0,0.07068316798880048,0.0,0.6478884577751748,0.8888895999263201 -5422,0.5,0.15372517456988796,0.0,0.18943687532205838,0.15372517456988796,0.0,0.556963618120699,0.15372517456988796,0.0,0.09055670035239224,0.15372517456988796,0.0,0.050327096541273215,0.15372517456988796,0.0,0.2793240600917192,0.15372517456988796,0.0,0.08666234073107056,0.15372517456988796,0.0,0.19272644504582848,0.15372517456988796,0.0,0.040785027324129475,0.5,0.15372517456988796,0.0,0.05139345977059038,0.15372517456988796,0.0,0.04879393897969371,0.5,0.15372517456988796,0.0,0.13035206266403504,0.15372517456988796,0.0,0.04850660146784858,0.15372517456988796,0.0,0.7467196898971111,0.15372517456988796,0.0,0.6135715597279001,0.15372517456988796,0.0,0.2318941280536577,0.15372517456988796,0.0,0.1038452335642016,0.15372517456988796,0.0,0.2024938817904056,0.5,0.15372517456988796,0.0,0.06939054181107598,0.0,0.7058742797327716,0.8749009546383945 -5423,0.5,0.15372517456988796,0.0,0.1871883115085908,0.15372517456988796,0.0,0.5179024817443881,0.15372517456988796,0.0,0.07819222370891357,0.15372517456988796,0.0,0.061743085518144926,0.15372517456988796,0.0,0.26423572757812974,0.15372517456988796,0.0,0.0888991248377735,0.15372517456988796,0.0,0.14463026769653836,0.15372517456988796,0.0,0.04499560704914904,0.5,0.15372517456988796,0.0,0.06237419228500046,0.15372517456988796,0.0,0.053623328708488883,0.5,0.15372517456988796,0.0,0.11901517184192087,0.15372517456988796,0.0,0.03635848820002993,0.15372517456988796,0.0,0.7500370051208733,0.15372517456988796,0.0,0.5973648744863527,0.15372517456988796,0.0,0.17256459292312643,0.15372517456988796,0.0,0.11177727946588646,0.15372517456988796,0.0,0.20220110787707074,0.5,0.15372517456988796,0.0,0.06459904820085766,0.0,0.7297520473343835,0.8038959169462002 -5424,0.5,0.15372517456988796,0.0,0.1531822240202637,0.15372517456988796,0.0,0.5232038700358117,0.15372517456988796,0.0,0.07567029183919886,0.15372517456988796,0.0,0.07026397883567538,0.15372517456988796,0.0,0.2527352737016024,0.15372517456988796,0.0,0.09429600375295913,0.15372517456988796,0.0,0.10948433309057391,0.15372517456988796,0.0,0.06063921097215926,0.5,0.15372517456988796,0.0,0.06996124111981711,0.15372517456988796,0.0,0.05497729936196306,0.5,0.15372517456988796,0.0,0.10335389276713836,0.15372517456988796,0.0,0.043485888926346965,0.15372517456988796,0.0,0.7348763733244978,0.15372517456988796,0.0,0.5657987978988103,0.15372517456988796,0.0,0.17039244872268372,0.15372517456988796,0.0,0.09853488046725127,0.15372517456988796,0.0,0.181848485734173,0.5,0.15372517456988796,0.0,0.0710650173485228,0.0,0.7619508211880627,0.7109052954099813 -5425,0.5,0.15372517456988796,0.0,0.11883888309537487,0.15372517456988796,0.0,0.4922174157455256,0.15372517456988796,0.0,0.08948038845772763,0.15372517456988796,0.0,0.06917525412639408,0.15372517456988796,0.0,0.23333813583524884,0.15372517456988796,0.0,0.10303622275242874,0.15372517456988796,0.0,0.09885540711537819,0.15372517456988796,0.0,0.06792359557036166,0.5,0.15372517456988796,0.0,0.07308777700087334,0.15372517456988796,0.0,0.0670709156262874,0.5,0.15372517456988796,0.0,0.1417588315371281,0.15372517456988796,0.0,0.059800839246124386,0.15372517456988796,0.0,0.70006471470508,0.15372517456988796,0.0,0.5110776651209983,0.15372517456988796,0.0,0.1874524854692706,0.15372517456988796,0.0,0.06961894388765266,0.15372517456988796,0.0,0.16319131585852487,0.5,0.15372517456988796,0.0,0.05873538046374218,0.0,0.7680594064047178,0.689009090206093 -5426,0.5,0.15372517456988796,0.0,0.12620954232886702,0.15372517456988796,0.0,0.4466171664063586,0.15372517456988796,0.0,0.10026559364192358,0.15372517456988796,0.0,0.06326993863828814,0.15372517456988796,0.0,0.2311536378987007,0.15372517456988796,0.0,0.1105525667704049,0.15372517456988796,0.0,0.10303739860654976,0.15372517456988796,0.0,0.0632913290463954,0.5,0.15372517456988796,0.0,0.07403470295671966,0.15372517456988796,0.0,0.07311067941745882,0.5,0.15372517456988796,0.0,0.11791735798690008,0.15372517456988796,0.0,0.0709390379094165,0.15372517456988796,0.0,0.6997752379942663,0.15372517456988796,0.0,0.4416757067103262,0.15372517456988796,0.0,0.19083648443056112,0.15372517456988796,0.0,0.056561048749195465,0.15372517456988796,0.0,0.11485182402083775,0.5,0.15372517456988796,0.0,0.05158257589220783,0.0,0.747056087465227,0.6415631151605603 -5427,0.5,0.15372517456988796,0.0,0.14843864330856468,0.15372517456988796,0.0,0.3843382531274562,0.15372517456988796,0.0,0.09885650002674866,0.15372517456988796,0.0,0.05285601232775045,0.15372517456988796,0.0,0.2287648257077157,0.15372517456988796,0.0,0.10593528832643781,0.15372517456988796,0.0,0.11098112130866228,0.15372517456988796,0.0,0.06033489185442716,0.5,0.15372517456988796,0.0,0.08310758060947691,0.15372517456988796,0.0,0.05406282791247675,0.5,0.15372517456988796,0.0,0.10798869875326884,0.15372517456988796,0.0,0.06731265443256804,0.15372517456988796,0.0,0.6598140973373888,0.15372517456988796,0.0,0.3876511080706292,0.15372517456988796,0.0,0.19447181109765985,0.15372517456988796,0.0,0.05728294520016607,0.15372517456988796,0.0,0.08520156378571436,0.5,0.15372517456988796,0.0,0.03237731522201651,0.0,0.7502637600766772,0.6135589394193405 -5428,0.5,0.15372517456988796,0.0,0.1653915521832871,0.15372517456988796,0.0,0.361876047496557,0.15372517456988796,0.0,0.08288143655146965,0.15372517456988796,0.0,0.04547768319051553,0.15372517456988796,0.0,0.2146936090397713,0.15372517456988796,0.0,0.09603102120687257,0.15372517456988796,0.0,0.10093753732156582,0.15372517456988796,0.0,0.06413003218737134,0.5,0.15372517456988796,0.0,0.09845413691976214,0.15372517456988796,0.0,0.03909632968597972,0.5,0.15372517456988796,0.0,0.1263412762388608,0.15372517456988796,0.0,0.06679494239050618,0.15372517456988796,0.0,0.6121255278276727,0.15372517456988796,0.0,0.3465826563155083,0.15372517456988796,0.0,0.20595328060283705,0.15372517456988796,0.0,0.061808955852713066,0.15372517456988796,0.0,0.06969913217114604,0.5,0.15372517456988796,0.0,0.01575836787922495,0.0,0.7527811274218733,0.5571954962160732 -5429,0.5,0.15372517456988796,0.0,0.17001227201254404,0.15372517456988796,0.0,0.358577520968418,0.15372517456988796,0.0,0.05367884824467721,0.15372517456988796,0.0,0.039572000737598194,0.15372517456988796,0.0,0.18241143789245717,0.15372517456988796,0.0,0.09569092482960953,0.15372517456988796,0.0,0.08989711825096028,0.15372517456988796,0.0,0.08052473715006826,0.5,0.15372517456988796,0.0,0.12518306783644656,0.15372517456988796,0.0,0.03518396454720162,0.5,0.15372517456988796,0.0,0.13784978089359815,0.15372517456988796,0.0,0.06491602230915705,0.15372517456988796,0.0,0.5611044374511465,0.15372517456988796,0.0,0.3125741237479249,0.15372517456988796,0.0,0.20081275745368077,0.15372517456988796,0.0,0.057468327840846836,0.15372517456988796,0.0,0.07247894377960051,0.5,0.15372517456988796,0.0,0.017965987763498576,0.0,0.7570483261344174,0.5402677342875719 -5430,0.5,0.15372517456988796,0.013099715293315828,0.1814801838030677,0.15372517456988796,0.005359633746719084,0.3579301374391459,0.15372517456988796,0.003127533620754329,0.038848270102575515,0.15372517456988796,0.006454610946355233,0.032334438853835336,0.15372517456988796,0.0012755863512137534,0.153781168929671,0.15372517456988796,8.53685870356777e-06,0.09926579146202352,0.15372517456988796,0.0005476337090061441,0.09053301884474725,0.15372517456988796,1.0356354275308124e-06,0.0864553211181712,0.5,0.15372517456988796,9.316542948923997e-06,0.13604865198034352,0.15372517456988796,0.001115660361790931,0.03960093351078223,0.5,0.15372517456988796,0.00034611646597437393,0.13026963712460446,0.15372517456988796,0.0005413279374199012,0.07166202244702531,0.15372517456988796,0.0019172105326744659,0.5478243517200254,0.15372517456988796,0.0027216842350718333,0.2769148204149072,0.15372517456988796,0.003405018406784848,0.17803181672072138,0.15372517456988796,0.0006258205034731416,0.06679038727116211,0.15372517456988796,0.000994399774416073,0.07870121073177372,0.5,0.15372517456988796,0.0029823640351929292,0.02293038815561438,0.0,0.7789166732603734,0.5509546811568149 -5431,0.5,0.15372517456988796,0.08781107648905417,0.2519873331868649,0.15372517456988796,0.0768552614471935,0.41893057958675456,0.15372517456988796,0.06083474609168625,0.0781358071228246,0.15372517456988796,0.03960277883356863,0.03839874810957858,0.15372517456988796,0.04040805101783276,0.16189076419631523,0.15372517456988796,0.006657527594070565,0.1016550385350451,0.15372517456988796,0.021112858758842952,0.10167939016699834,0.15372517456988796,0.00905898256488487,0.09663614032181952,0.5,0.15372517456988796,0.013293142087833667,0.10738948893069963,0.15372517456988796,0.04622840995701797,0.032908028488372126,0.5,0.15372517456988796,0.044317142792695524,0.1531782278632752,0.15372517456988796,0.03609181427310397,0.10844586232029527,0.15372517456988796,0.023375657449919113,0.546753668700583,0.15372517456988796,0.0596867137499664,0.27704256507695924,0.15372517456988796,0.06313417432098492,0.1717200084818952,0.15372517456988796,0.00831798666416261,0.09462368483015514,0.15372517456988796,0.024093340029431424,0.1040884964420162,0.5,0.15372517456988796,0.05192431879246728,0.029010938163081614,0.0,0.8373023050031017,0.5882420211561856 -5432,0.5,0.15372517456988796,0.1990730840160931,0.3961548494305283,0.15372517456988796,0.16992840186977978,0.5164651455675997,0.15372517456988796,0.1131871975388937,0.20490057514875806,0.15372517456988796,0.07806488849238663,0.07760803361724337,0.15372517456988796,0.10544154830047303,0.25601176081784127,0.15372517456988796,0.039811570492286646,0.15233289075126505,0.15372517456988796,0.04732264435277949,0.11942456309968513,0.15372517456988796,0.07216036336887702,0.16168409446320614,0.5,0.15372517456988796,0.05461232279084735,0.11672838524760296,0.15372517456988796,0.1251724937054332,0.042402692562735746,0.5,0.15372517456988796,0.12422176143164573,0.31368942356641105,0.15372517456988796,0.08201940959478687,0.1836243233752039,0.15372517456988796,0.0436506041598485,0.5257210808573978,0.15372517456988796,0.14872199672412556,0.3491107167117192,0.15372517456988796,0.1419659914115247,0.3062194389020141,0.15372517456988796,0.016745351219306145,0.10088628453325332,0.15372517456988796,0.08014480937289575,0.16597929997039812,0.5,0.15372517456988796,0.12321055683602719,0.03920733498647838,0.0,0.8497489946925818,0.6216621584525817 -5433,0.5,0.15372517456988796,0.31275051017103506,0.586031894192315,0.15372517456988796,0.2755261667374347,0.5875456639464273,0.15372517456988796,0.14933829376254346,0.25251827097300666,0.15372517456988796,0.10689332193210432,0.15011207142846414,0.15372517456988796,0.22521343601977284,0.37058432702239996,0.15372517456988796,0.14918207762006613,0.29454257551558305,0.15372517456988796,0.05406343408456822,0.14893001500264783,0.15372517456988796,0.1914372163001276,0.2422219613870381,0.5,0.15372517456988796,0.07521123853220307,0.1460371198904244,0.15372517456988796,0.19032434934865686,0.09498857125239693,0.5,0.15372517456988796,0.15527161996587613,0.2893773799277169,0.15372517456988796,0.10137926713274821,0.27450271928961845,0.15372517456988796,0.05932928128722868,0.501514520424802,0.15372517456988796,0.2534283187026293,0.4466056390208399,0.15372517456988796,0.206940082326166,0.4736060890357991,0.15372517456988796,0.07135296030378019,0.14618564323957114,0.15372517456988796,0.12254335555140991,0.23925527710610134,0.5,0.15372517456988796,0.2021700144497883,0.06359737729271371,0.0,0.8437391023595847,0.6772829323513084 -5434,0.5,0.15372517456988796,0.40750538667454866,0.6315814306844298,0.15372517456988796,0.4052100210794027,0.7106494590504432,0.15372517456988796,0.2716509085125066,0.253493872045648,0.15372517456988796,0.1616925324300575,0.20666918943485865,0.15372517456988796,0.39326393167103696,0.5458565379032094,0.15372517456988796,0.31751947471034225,0.4566461254848411,0.15372517456988796,0.11813272937954877,0.2389488852389665,0.15372517456988796,0.29788570252839874,0.34686132421300564,0.5,0.15372517456988796,0.07962736321684254,0.20863699479638426,0.15372517456988796,0.16629640043100669,0.19662343539627672,0.5,0.15372517456988796,0.16971173170717968,0.3820175560867665,0.15372517456988796,0.10484070845566941,0.39166229894640914,0.15372517456988796,0.07348204289973435,0.475258414476196,0.15372517456988796,0.35216712539167205,0.5274718278200783,0.15372517456988796,0.295409949804608,0.5037993559092544,0.15372517456988796,0.15881002760259472,0.16661621229481424,0.15372517456988796,0.1856499018227427,0.2986882425295486,0.5,0.15372517456988796,0.2768703886269489,0.09672822587394313,0.0,0.8130036735243077,0.7171472211957984 -5435,0.5,0.15372517456988796,0.46868159078521077,0.6130227582934938,0.15372517456988796,0.39180540997683944,0.7868711928980602,0.15372517456988796,0.37581919138849273,0.24839595865231992,0.15372517456988796,0.34309577023149684,0.2493932735558937,0.15372517456988796,0.5237437316623952,0.6501896979995916,0.15372517456988796,0.521406272206838,0.5599565960637983,0.15372517456988796,0.1902137084766315,0.33708463330310756,0.15372517456988796,0.33689782610012836,0.40686938939017925,0.5,0.15372517456988796,0.09283919581998948,0.28359556513484124,0.15372517456988796,0.23838680719211272,0.4085614823132882,0.5,0.15372517456988796,0.1691932755195139,0.5054329108425268,0.15372517456988796,0.11181535389460896,0.5085112624245365,0.15372517456988796,0.08587223191436763,0.4460173822482436,0.15372517456988796,0.34957580376729425,0.5198312355496171,0.15372517456988796,0.4174258046824243,0.5273563013880375,0.15372517456988796,0.25166481861645495,0.22852402834237626,0.15372517456988796,0.2827621028395638,0.3505239480383068,0.5,0.15372517456988796,0.36734925310617983,0.19005766464663434,0.0,0.8037948166505008,0.6788473574043714 -5436,0.5,0.15372517456988796,0.5150328617928474,0.5903243095363759,0.15372517456988796,0.5611797277024037,0.8446651582816873,0.15372517456988796,0.3595687567844168,0.27190313279259987,0.15372517456988796,0.48848355707728364,0.2432066206784536,0.15372517456988796,0.5790166772428033,0.6841854692440031,0.15372517456988796,0.521832038390133,0.5756843648966559,0.15372517456988796,0.3759477318444918,0.519078653878793,0.15372517456988796,0.21950797894403012,0.38741157702988904,0.5,0.15372517456988796,0.14342347454294468,0.3972544932843378,0.15372517456988796,0.20599845764839242,0.6132541262872495,0.5,0.15372517456988796,0.1518531852356748,0.6064666764264286,0.15372517456988796,0.12723067313702058,0.5521356740059177,0.15372517456988796,0.07804694657770189,0.4226589897562858,0.15372517456988796,0.3502390260139332,0.48498980269832404,0.15372517456988796,0.47384329943360426,0.5036329057911292,0.15372517456988796,0.22272403462838503,0.2563413670353858,0.15372517456988796,0.24437360688308102,0.41333680931867617,0.5,0.15372517456988796,0.41973931491932454,0.21871890255297266,0.0,0.8228386060530084,0.6700749044698839 -5437,0.5,0.15372517456988796,0.42729221719148924,0.5361200169286119,0.15372517456988796,0.19163756242064395,0.6576233228123695,0.15372517456988796,0.3633295987326456,0.33347194270580877,0.15372517456988796,0.49607066996926874,0.28071853774594296,0.15372517456988796,0.5188631388040792,0.622158025270014,0.15372517456988796,0.4968637411161112,0.5387602076770829,0.15372517456988796,0.4050536155021681,0.5959542596507872,0.15372517456988796,0.21555609094962164,0.3600549967553481,0.5,0.15372517456988796,0.13370522671754304,0.4251565085322502,0.15372517456988796,0.17281814192898984,0.6800456700369174,0.5,0.15372517456988796,0.0991905331368885,0.6830826777714245,0.15372517456988796,0.20736748556868922,0.5807240206140322,0.15372517456988796,0.07196224852303228,0.4397569901393359,0.15372517456988796,0.26429375667479416,0.42657077164326973,0.15372517456988796,0.47604064833898063,0.5010276960616977,0.15372517456988796,0.2162472972632215,0.2744643548863028,0.15372517456988796,0.22841350818921385,0.45169501157940584,0.5,0.15372517456988796,0.3861788362062095,0.3282493062650589,0.0,0.8369613543848006,0.628532664993691 -5438,0.5,0.15372517456988796,0.37116929202353266,0.4870677186141207,0.15372517456988796,0.18636488452356575,0.4994857521647969,0.15372517456988796,0.26265823255111564,0.319083925384346,0.15372517456988796,0.42909390095464184,0.289626827861489,0.15372517456988796,0.30749776766721476,0.5123646661424438,0.15372517456988796,0.5290673714489638,0.5288300433306146,0.15372517456988796,0.3370313785484305,0.5702879765515557,0.15372517456988796,0.3504845968138173,0.34200853576141677,0.5,0.15372517456988796,0.15612613258647745,0.40419322589375634,0.15372517456988796,0.3589122725371877,0.6906136230932343,0.5,0.15372517456988796,0.09267912776885766,0.6411814850894271,0.15372517456988796,0.21363955177463845,0.6453215105027423,0.15372517456988796,0.11771174096518996,0.4931423257627241,0.15372517456988796,0.19079841374892376,0.4059606595944974,0.15372517456988796,0.4312120353231717,0.5415312978547873,0.15372517456988796,0.10348567331082012,0.26028406853216896,0.15372517456988796,0.22008621978672308,0.45929240224567225,0.5,0.15372517456988796,0.33023991364239363,0.401952837557517,0.0,0.7473208998926129,0.4750197888331373 -5439,0.5,0.15372517456988796,0.3629220241501172,0.44485421491638744,0.15372517456988796,0.2709199642053832,0.4001462190902072,0.15372517456988796,0.2254901646542447,0.2960414550404357,0.15372517456988796,0.40014894144188107,0.3447899647785477,0.15372517456988796,0.3542473686227059,0.5206060650069849,0.15372517456988796,0.4258318141055915,0.5620413220439686,0.15372517456988796,0.3781227683640072,0.5442668238099858,0.15372517456988796,0.4911151038549507,0.31305037701386207,0.5,0.15372517456988796,0.2296079338853363,0.40042544981217765,0.15372517456988796,0.2304116484239028,0.6991454222882029,0.5,0.15372517456988796,0.0785954588244706,0.6137526938245478,0.15372517456988796,0.13917168316357859,0.5059999529095134,0.15372517456988796,0.17625977454203934,0.5393417373215164,0.15372517456988796,0.18302790127531315,0.4281303187031993,0.15372517456988796,0.31709519278086606,0.5739216551450004,0.15372517456988796,0.1063733886229346,0.2822293593553426,0.15372517456988796,0.16260020639397776,0.4427198105943245,0.5,0.15372517456988796,0.273422395573434,0.5411495538462823,0.0,0.6452231904564962,0.6217294265858014 -5440,0.5,0.15372517456988796,0.30051505520221283,0.39510829345086534,0.15372517456988796,0.24631787202783054,0.3553999886528167,0.15372517456988796,0.1992763559931147,0.2995018939315255,0.15372517456988796,0.2673540895492004,0.28595310442252386,0.15372517456988796,0.18934438159373432,0.47010299204016853,0.15372517456988796,0.22151605180747586,0.5375321987187306,0.15372517456988796,0.39161198536210484,0.4960568797682157,0.15372517456988796,0.4660195436127149,0.29979592203866273,0.5,0.15372517456988796,0.2849715172401955,0.3673804426809587,0.15372517456988796,0.07124364328911903,0.45481957369181203,0.5,0.15372517456988796,0.05452017276509377,0.5733766417436934,0.15372517456988796,0.11968769021714154,0.41762610917481824,0.15372517456988796,0.18319050863015754,0.5884838059426559,0.15372517456988796,0.17022790230718113,0.42454954925000543,0.15372517456988796,0.26101504966279687,0.5572150062047466,0.15372517456988796,0.12386854541313738,0.2815228008663745,0.15372517456988796,0.11300171342984058,0.5062562074022667,0.5,0.15372517456988796,0.27071739918510723,0.6869595640217431,0.0,0.46004954110032514,0.7640915200639498 -5441,0.5,0.15372517456988796,0.23448623309959568,0.3346148639091647,0.15372517456988796,0.10060029893126425,0.26131016753004715,0.15372517456988796,0.10631917095177468,0.30376841145924377,0.15372517456988796,0.17969325662427127,0.2251914088037349,0.15372517456988796,0.11605241472505398,0.4483220159992962,0.15372517456988796,0.12858130527266243,0.3649750712320777,0.15372517456988796,0.2428263968854684,0.4634540260463281,0.15372517456988796,0.3124229891256215,0.29285307984772946,0.5,0.15372517456988796,0.2779231136676672,0.32429999851223945,0.15372517456988796,0.06489600112523171,0.28726996037750097,0.5,0.15372517456988796,0.04879809118789784,0.4816192452370236,0.15372517456988796,0.09015128241852995,0.30505878282494,0.15372517456988796,0.15490398752685233,0.5835283494082398,0.15372517456988796,0.13046691219119652,0.3829134364944,0.15372517456988796,0.20896824710754275,0.4965917058852584,0.15372517456988796,0.1116069175233714,0.27515289953585764,0.15372517456988796,0.05169682617552113,0.4799525649543355,0.5,0.15372517456988796,0.17183174195825152,0.6251575524515204,0.0,0.44273205117576075,0.8841107303264558 -5442,0.5,0.15372517456988796,0.1331788920124998,0.2595274675271386,0.15372517456988796,0.09290737035187983,0.3172359595140327,0.15372517456988796,0.03273683474695443,0.3222560565366313,0.15372517456988796,0.0952885273465985,0.17986914508284302,0.15372517456988796,0.0598888246680426,0.326396275213129,0.15372517456988796,0.07860566487748952,0.31969476193595325,0.15372517456988796,0.12484722256368855,0.35787962216824143,0.15372517456988796,0.16738934008110382,0.2488072397226373,0.5,0.15372517456988796,0.18864095697986977,0.24412196719401633,0.15372517456988796,0.043880481709559306,0.18302350461575054,0.5,0.15372517456988796,0.08462546391623302,0.4051651977790423,0.15372517456988796,0.06459352785701872,0.21988472914589274,0.15372517456988796,0.11531281592574985,0.5491533407367518,0.15372517456988796,0.09741014313100892,0.36382039486426476,0.15372517456988796,0.13558502033316114,0.4245786508150313,0.15372517456988796,0.08114390696878344,0.2087675286622198,0.15372517456988796,0.017739867701378233,0.4794589235628146,0.5,0.15372517456988796,0.06577001267557268,0.5094797516542802,0.0,0.48597655585396815,0.9396662756946992 -5443,0.5,0.15372517456988796,0.03251267100341569,0.170366055505255,0.15372517456988796,0.02318235044525231,0.29539026501210874,0.15372517456988796,0.010480959967787126,0.32413664677195414,0.15372517456988796,0.020795600483886772,0.12299991210204572,0.15372517456988796,0.020847559466704038,0.20995336021694955,0.15372517456988796,0.01807496095516202,0.24546338491864733,0.15372517456988796,0.023095199074322812,0.3140030167317413,0.15372517456988796,0.04521705058937876,0.15060252887681658,0.5,0.15372517456988796,0.052060390854536266,0.186403306334965,0.15372517456988796,0.012547027861556112,0.13382251470378634,0.5,0.15372517456988796,0.04266797175014106,0.27850468367208503,0.15372517456988796,0.027332092278107716,0.17127141811524038,0.15372517456988796,0.04812308443692112,0.5104038447764786,0.15372517456988796,0.03973415524346563,0.34727745657482584,0.15372517456988796,0.0419933793061346,0.2780555814330611,0.15372517456988796,0.03189511060930135,0.12007184411464596,0.15372517456988796,0.009275788247827745,0.4100959904306634,0.5,0.15372517456988796,0.00696551847138787,0.38804313767704635,0.0,0.6015917319832882,0.921143054380528 -5444,0.5,0.15372517456988796,0.0,0.1344179153880397,0.15372517456988796,0.0,0.16775677232568215,0.15372517456988796,0.0,0.2869903840833106,0.15372517456988796,0.0,0.1273265333588865,0.15372517456988796,0.00013645334705708143,0.1273485518438853,0.15372517456988796,0.0003567117881235987,0.167581076914114,0.15372517456988796,0.0,0.24868124898862787,0.15372517456988796,7.568524819411936e-06,0.11439924784851721,0.5,0.15372517456988796,0.0,0.16618161416826016,0.15372517456988796,0.0,0.14245469361612625,0.5,0.15372517456988796,0.0,0.2009231943333229,0.15372517456988796,0.0,0.14258324009824067,0.15372517456988796,0.0,0.46116902071819005,0.15372517456988796,0.0,0.32135795998485434,0.15372517456988796,0.0,0.18543386818770863,0.15372517456988796,0.0,0.10012902661233572,0.15372517456988796,0.0,0.29385161554275685,0.5,0.15372517456988796,0.0,0.24080558486110648,0.0,0.6803252601743636,0.8760464878768942 -5445,0.5,0.15372517456988796,0.0,0.12941426518658117,0.15372517456988796,0.0,0.11836222007232693,0.15372517456988796,0.0,0.25685356252240765,0.15372517456988796,0.0,0.16769907526642092,0.15372517456988796,0.0,0.1629327147479976,0.15372517456988796,0.0,0.18417819048393316,0.15372517456988796,0.0,0.16592311978756227,0.15372517456988796,0.0,0.131088197552144,0.5,0.15372517456988796,0.0,0.1352247410130498,0.15372517456988796,0.0,0.1542625054131067,0.5,0.15372517456988796,0.0,0.1943126077699993,0.15372517456988796,0.0,0.12967296103628292,0.15372517456988796,0.0,0.45017998701361567,0.15372517456988796,0.0,0.3479099383992587,0.15372517456988796,0.0,0.14036180217666083,0.15372517456988796,0.0,0.09420039869852692,0.15372517456988796,0.0,0.24363597845605023,0.5,0.15372517456988796,0.0,0.16840840716731464,0.0,0.7506012035857601,0.8926297079690289 -5446,0.5,0.15372517456988796,0.0,0.1372556843195902,0.15372517456988796,0.0,0.17056949417985484,0.15372517456988796,0.0,0.24787628776138082,0.15372517456988796,0.0,0.22175311025209665,0.15372517456988796,0.0,0.2736691492499273,0.15372517456988796,0.0,0.2788665720390586,0.15372517456988796,0.0,0.1305286131869444,0.15372517456988796,0.0,0.17723209901221043,0.5,0.15372517456988796,0.0,0.10386278404486947,0.15372517456988796,0.0,0.2369462800598256,0.5,0.15372517456988796,0.0,0.23337380090418697,0.15372517456988796,0.0,0.12442577664858422,0.15372517456988796,0.0,0.46141530910549877,0.15372517456988796,0.0,0.36575344018972206,0.15372517456988796,0.0,0.12476553760667101,0.15372517456988796,0.0,0.08735696032191945,0.15372517456988796,0.0,0.24366892992383726,0.5,0.15372517456988796,0.0,0.14136172984996928,0.0,0.8321764637729946,0.9276265507935183 -5447,0.5,0.15372517456988796,0.0,0.13738419099142124,0.15372517456988796,0.0,0.2110955671555688,0.15372517456988796,0.0,0.2601465199356157,0.15372517456988796,0.0,0.2393325548130338,0.15372517456988796,0.0,0.2964394936944227,0.15372517456988796,0.0,0.3734413500584307,0.15372517456988796,0.0,0.15382672644140838,0.15372517456988796,0.0,0.21372973424258612,0.5,0.15372517456988796,0.0,0.08154772796772038,0.15372517456988796,0.0,0.275917328137844,0.5,0.15372517456988796,0.0,0.2387900097755155,0.15372517456988796,0.0,0.10802255058300562,0.15372517456988796,0.0,0.5137777555875074,0.15372517456988796,0.0,0.3834494878656541,0.15372517456988796,0.0,0.14022574393924409,0.15372517456988796,0.0,0.08910377699120726,0.15372517456988796,0.0,0.24217310830076705,0.5,0.15372517456988796,0.0,0.12224565710821636,0.0,0.836456557858782,0.9537402024921796 -5448,0.5,0.15372517456988796,0.0,0.14441100875512575,0.15372517456988796,0.0,0.20623029866812947,0.15372517456988796,0.0,0.2736548766164164,0.15372517456988796,0.0,0.2476588002667651,0.15372517456988796,0.0,0.29377702833939073,0.15372517456988796,0.0,0.3476925649987095,0.15372517456988796,0.0,0.23076638033293154,0.15372517456988796,0.0,0.2560202241614162,0.5,0.15372517456988796,0.0,0.09067391788394032,0.15372517456988796,0.0,0.2541851688113952,0.5,0.15372517456988796,0.0,0.2424578490654141,0.15372517456988796,0.0,0.11749751578997916,0.15372517456988796,0.0,0.5540706270988627,0.15372517456988796,0.0,0.4490654513162461,0.15372517456988796,0.0,0.1758600458253489,0.15372517456988796,0.0,0.08786339976217583,0.15372517456988796,0.0,0.2189190261232694,0.5,0.15372517456988796,0.0,0.12822745769785723,0.0,0.8177852609047215,0.9289717177893867 -5449,0.5,0.15372517456988796,0.0,0.16269528898548524,0.15372517456988796,0.0,0.2505068991753653,0.15372517456988796,0.0,0.2648459481019303,0.15372517456988796,0.0,0.2759097897123008,0.15372517456988796,0.0,0.33621612570126874,0.15372517456988796,0.0,0.300762959509389,0.15372517456988796,0.0,0.32256719538711087,0.15372517456988796,0.0,0.29454217093193136,0.5,0.15372517456988796,0.0,0.09898997744651578,0.15372517456988796,0.0,0.18119004867038324,0.5,0.15372517456988796,0.0,0.20863407856313973,0.15372517456988796,0.0,0.12042244038599455,0.15372517456988796,0.0,0.6551225948573908,0.15372517456988796,0.0,0.5311380924061732,0.15372517456988796,0.0,0.19275574863970565,0.15372517456988796,0.0,0.0961115086225258,0.15372517456988796,0.0,0.16921138102816313,0.5,0.15372517456988796,0.0,0.1271094300189545,0.0,0.8626779856742581,0.8839132288233295 -5450,0.5,0.15372517456988796,0.0,0.1813595527008748,0.15372517456988796,0.0,0.40367467544808505,0.15372517456988796,0.0,0.25676987159822107,0.15372517456988796,0.0,0.3002025518152427,0.15372517456988796,0.0,0.3246577424477505,0.15372517456988796,0.0,0.2313029160286393,0.15372517456988796,0.0,0.3379086630191022,0.15372517456988796,0.0,0.28433707135251907,0.5,0.15372517456988796,0.0,0.11647644374787311,0.15372517456988796,0.0,0.12455821817014631,0.5,0.15372517456988796,0.0,0.18611039700081916,0.15372517456988796,0.0,0.12794113900724277,0.15372517456988796,0.0,0.6758538118357539,0.15372517456988796,0.0,0.5347362766132665,0.15372517456988796,0.0,0.22415241377921175,0.15372517456988796,0.0,0.13706678484771642,0.15372517456988796,0.0,0.14605826424289098,0.5,0.15372517456988796,0.0,0.11995807167323208,0.0,0.9133882935988386,0.8779413184778858 -5451,0.5,0.15372517456988796,0.0,0.19818890191096372,0.15372517456988796,0.0,0.5098916257903593,0.15372517456988796,0.0,0.21696274860586978,0.15372517456988796,0.0,0.28883485585129604,0.15372517456988796,0.0,0.31366372886274063,0.15372517456988796,0.0,0.1775926487482109,0.15372517456988796,0.0,0.29388317946790415,0.15372517456988796,0.0,0.21490141994735085,0.5,0.15372517456988796,0.0,0.12611831098776474,0.15372517456988796,0.0,0.10040374109551148,0.5,0.15372517456988796,0.0,0.19160330835873995,0.15372517456988796,0.0,0.14748299246017507,0.15372517456988796,0.0,0.7043975335557846,0.15372517456988796,0.0,0.5085918775409772,0.15372517456988796,0.0,0.2880617100294307,0.15372517456988796,0.0,0.1538935257541264,0.15372517456988796,0.0,0.14797163068536037,0.5,0.15372517456988796,0.0,0.10756822497696586,0.0,0.9326198426154694,0.9240390090601296 -5452,0.5,0.15372517456988796,0.0,0.21829287701663325,0.15372517456988796,0.0,0.5839856617595709,0.15372517456988796,0.0,0.17573344742411703,0.15372517456988796,0.0,0.2380445382486213,0.15372517456988796,0.0,0.31010688716351226,0.15372517456988796,0.0,0.19778195369959783,0.15372517456988796,0.0,0.24880298301189557,0.15372517456988796,0.0,0.14366260079609514,0.5,0.15372517456988796,0.0,0.11830674234012503,0.15372517456988796,0.0,0.0989756057124516,0.5,0.15372517456988796,0.0,0.18065253852418964,0.15372517456988796,0.0,0.16580877650261303,0.15372517456988796,0.0,0.7127299667923539,0.15372517456988796,0.0,0.5006224823603324,0.15372517456988796,0.0,0.33386974854114276,0.15372517456988796,0.0,0.1401088411666999,0.15372517456988796,0.0,0.1666638142647434,0.5,0.15372517456988796,0.0,0.10639764614397057,0.0,0.9324674466843754,0.9440683843128654 -5453,0.5,0.15372517456988796,0.0,0.2573834724086759,0.15372517456988796,0.0,0.42507981054660576,0.15372517456988796,0.0,0.14275254121319042,0.15372517456988796,0.0,0.18690292983235884,0.15372517456988796,0.0,0.3686507070148025,0.15372517456988796,0.0,0.24190502084209348,0.15372517456988796,0.0,0.2635966762024246,0.15372517456988796,0.0,0.12017654096782757,0.5,0.15372517456988796,0.0,0.09068113706599787,0.15372517456988796,0.0,0.1093093106063857,0.5,0.15372517456988796,0.0,0.2664964684479385,0.15372517456988796,0.0,0.16432117984610584,0.15372517456988796,0.0,0.7447542764606371,0.15372517456988796,0.0,0.5466843625652498,0.15372517456988796,0.0,0.3542653521506862,0.15372517456988796,0.0,0.1360015320208778,0.15372517456988796,0.0,0.18062874441200294,0.5,0.15372517456988796,0.0,0.11855889179979917,0.0,0.9182298394368434,0.9130053963140589 -5454,0.5,0.15372517456988796,0.004887750853042892,0.323765749761185,0.15372517456988796,0.0002382632768229207,0.4805098209953849,0.15372517456988796,0.0010431074256557608,0.12770020950539104,0.15372517456988796,0.001495445989475104,0.16116463284877908,0.15372517456988796,0.00024082412920917566,0.5092422957990245,0.15372517456988796,3.5644279194398374e-08,0.33022773912271564,0.15372517456988796,0.00015854521869088241,0.3337541780591297,0.15372517456988796,1.0872970854368743e-05,0.11862157530623654,0.5,0.15372517456988796,1.2503883426045584e-05,0.07150808685333283,0.15372517456988796,0.00021416925165976082,0.12174957716931695,0.5,0.15372517456988796,1.5637654780017708e-05,0.16292526523707598,0.15372517456988796,4.335469052876147e-05,0.17620295641709266,0.15372517456988796,0.0006641567116878436,0.7704135754504786,0.15372517456988796,0.0006302944954827975,0.5726708506096727,0.15372517456988796,0.00115733386047331,0.37920598138062345,0.15372517456988796,0.0011557363084163151,0.1584038799234869,0.15372517456988796,0.00047817192369678144,0.18583559657789034,0.5,0.15372517456988796,0.0012092903900743984,0.11474474216770411,0.0,0.9100780744575006,0.843239575734809 -5455,0.5,0.15372517456988796,0.04428103949023752,0.47306867869442953,0.15372517456988796,0.005826262119532349,0.6326644043204145,0.15372517456988796,0.03272704325962326,0.22701889016108764,0.15372517456988796,0.013568349561137338,0.1873415607119525,0.15372517456988796,0.01349183879116251,0.637042484701564,0.15372517456988796,0.028936196042343276,0.4513926180275283,0.15372517456988796,0.011884955131715093,0.473044275318584,0.15372517456988796,0.045513543314238195,0.16315110803547755,0.5,0.15372517456988796,0.05148227892067231,0.07668031116431177,0.15372517456988796,0.008867141887973011,0.13426332252151774,0.5,0.15372517456988796,0.002656713822944467,0.1697354824706298,0.15372517456988796,0.014029323659129213,0.18021244420652788,0.15372517456988796,0.008008297739336772,0.7992465289504422,0.15372517456988796,0.026685937389646752,0.6760042575432443,0.15372517456988796,0.016178798297849,0.41491061778589267,0.15372517456988796,0.047176535673910294,0.25529635809995765,0.15372517456988796,0.009793631772041456,0.23091645176986753,0.5,0.15372517456988796,0.024359993943110295,0.12379249642528785,0.0,0.9560776724580292,0.7796174367622086 -5456,0.5,0.15372517456988796,0.10091649883347217,0.6045888625035764,0.15372517456988796,0.06361560913740562,0.8272659095339268,0.15372517456988796,0.10464815605879102,0.3949155499275002,0.15372517456988796,0.032236127918958295,0.2114762888782425,0.15372517456988796,0.06330790394241322,0.7402219642519934,0.15372517456988796,0.05304525972583786,0.46371884236031136,0.15372517456988796,0.03331649891695032,0.5635594360826375,0.15372517456988796,0.12504674353141035,0.346317716938346,0.5,0.15372517456988796,0.16005139373622934,0.21053336059068378,0.15372517456988796,0.03371190824482273,0.17061712015388245,0.5,0.15372517456988796,0.032366303580361605,0.24174158586153066,0.15372517456988796,0.04934219752691836,0.23798942663019435,0.15372517456988796,0.03948551254857087,0.8221701536449122,0.15372517456988796,0.08907495058196725,0.7564647908560322,0.15372517456988796,0.04349595234705784,0.5066396598875372,0.15372517456988796,0.1153195778794501,0.3649628968947006,0.15372517456988796,0.03813152437753433,0.27364508682558686,0.5,0.15372517456988796,0.05040703411859364,0.16491107035597793,0.0,0.9810734716296818,0.8048636822969792 -5457,0.5,0.15372517456988796,0.13960482169987687,0.6751167507802899,0.15372517456988796,0.2202614366448124,0.9659519513853,0.15372517456988796,0.15306036153179106,0.5246221634750365,0.15372517456988796,0.08050754317694629,0.2848991389928497,0.15372517456988796,0.13949049226823168,0.7348213338959964,0.15372517456988796,0.09708968222926766,0.4084637891864758,0.15372517456988796,0.052057689079443165,0.6173996277385638,0.15372517456988796,0.21629874358453327,0.4431206341526464,0.5,0.15372517456988796,0.28020609047553474,0.32739874800958885,0.15372517456988796,0.11318055353543474,0.2851079880201121,0.5,0.15372517456988796,0.16282490138763164,0.33631046313799673,0.15372517456988796,0.07892637798707618,0.24905914548555622,0.15372517456988796,0.09348139248856559,0.8294854560428372,0.15372517456988796,0.14929168658185252,0.74806337234033,0.15372517456988796,0.08454510200504572,0.6313393967101486,0.15372517456988796,0.139796669067701,0.4115687300032739,0.15372517456988796,0.11306076422353933,0.3321948856398177,0.5,0.15372517456988796,0.10956420326191943,0.27379834288801386,0.0,0.9858885793037739,0.928844889550821 -5458,0.5,0.15372517456988796,0.1725707141931359,0.72495398047808,0.15372517456988796,0.27605522235645713,0.9848828249058312,0.15372517456988796,0.15886252466275966,0.5461060190695706,0.15372517456988796,0.13579280958831483,0.3860666848311532,0.15372517456988796,0.09086226686291644,0.6261451765360386,0.15372517456988796,0.13454660455123815,0.3474440772826772,0.15372517456988796,0.07047096301482461,0.6661946269377548,0.15372517456988796,0.19771065421483314,0.4075327812380056,0.5,0.15372517456988796,0.4088619319924405,0.36449572531875324,0.15372517456988796,0.19921098789763894,0.5682357249901209,0.5,0.15372517456988796,0.3934814079805819,0.4455040982456575,0.15372517456988796,0.09871205538635865,0.2521162752432492,0.15372517456988796,0.1268471732190422,0.7947478904318629,0.15372517456988796,0.12264707884282243,0.6981245651026924,0.15372517456988796,0.11584197911444911,0.7283920674889564,0.15372517456988796,0.1309529452104617,0.4855685958422474,0.15372517456988796,0.18659199181342734,0.3499380509090076,0.5,0.15372517456988796,0.20322912490998243,0.3872929548962631,0.0,0.9897530234241285,0.9477019733480379 -5459,0.5,0.15372517456988796,0.15633069335427538,0.7364954384655833,0.15372517456988796,0.1642131706878599,0.9211942913342704,0.15372517456988796,0.14702065816527546,0.5404595846288474,0.15372517456988796,0.2261488418878113,0.51887415931336,0.15372517456988796,0.15926376486007326,0.6177180711733502,0.15372517456988796,0.15688770202554736,0.38539756104793677,0.15372517456988796,0.13248369866247972,0.6695400135784931,0.15372517456988796,0.13622442674776714,0.28437093537356317,0.5,0.15372517456988796,0.4643456718290868,0.39649118967246205,0.15372517456988796,0.14653884046200658,0.5732556303187165,0.5,0.15372517456988796,0.52011684444572,0.5254937385967815,0.15372517456988796,0.171456788288798,0.2649268662710696,0.15372517456988796,0.18106368247890894,0.7993330611660877,0.15372517456988796,0.1696094214352095,0.7056190075672047,0.15372517456988796,0.10996485156996821,0.7893385379122246,0.15372517456988796,0.10276437205595516,0.5667554043827723,0.15372517456988796,0.26158201286632754,0.42706259831637544,0.5,0.15372517456988796,0.26534096787938255,0.5158556223088453,0.0,1.0023650412969252,0.9389468348746837 -5460,0.5,0.15372517456988796,0.1557114076546719,0.7714654877835476,0.15372517456988796,0.17678798074280533,0.8834149971276659,0.15372517456988796,0.17403458114733114,0.5769459027534513,0.15372517456988796,0.23938588521387993,0.5804111462772056,0.15372517456988796,0.3903970815885943,0.6492357361434153,0.15372517456988796,0.15418741930708293,0.4745558416154322,0.15372517456988796,0.1611833135235614,0.620249714144397,0.15372517456988796,0.1696086203935594,0.2748843434063157,0.5,0.15372517456988796,0.4515810205560854,0.36696144147655385,0.15372517456988796,0.1484662589982504,0.6197927962961893,0.5,0.15372517456988796,0.5826752299445745,0.625979613891304,0.15372517456988796,0.2559367845087117,0.36096218949977377,0.15372517456988796,0.22170847726656845,0.8515742008214666,0.15372517456988796,0.35248267504613706,0.774678603188821,0.15372517456988796,0.1503292237404794,0.8074898890787481,0.15372517456988796,0.11964517781028022,0.6025921523485429,0.15372517456988796,0.26341941777351785,0.5093456995839978,0.5,0.15372517456988796,0.24981574176773097,0.5959684148376649,0.0,1.0085917954598445,0.9311265370962394 -5461,0.5,0.15372517456988796,0.1370020885921456,0.7728978310538055,0.15372517456988796,0.4690691660421763,0.9124708736977026,0.15372517456988796,0.13558124892738552,0.6138027571324036,0.15372517456988796,0.18294144508474458,0.6033919663116353,0.15372517456988796,0.5057165482841119,0.6770198544206852,0.15372517456988796,0.24274999123093455,0.6168404406492047,0.15372517456988796,0.256768432028033,0.6435576384016027,0.15372517456988796,0.2602258851028968,0.3455093748843332,0.5,0.15372517456988796,0.4270193759093006,0.3280297081288724,0.15372517456988796,0.23977919396977426,0.5877763285575117,0.5,0.15372517456988796,0.5141345809338296,0.6525151585537897,0.15372517456988796,0.3299729022961964,0.3979874981636904,0.15372517456988796,0.3601524769241003,0.9356435299383492,0.15372517456988796,0.4755769437950085,0.8287416955697251,0.15372517456988796,0.25636262738031695,0.7718012359468731,0.15372517456988796,0.1252846632959424,0.6027182812246089,0.15372517456988796,0.21172479446234965,0.5915677407441831,0.5,0.15372517456988796,0.28989726076891476,0.594815375213466,0.0,0.9968418325768896,0.9602401464993993 -5462,0.5,0.15372517456988796,0.14714377556531083,0.7812497997706632,0.15372517456988796,0.5137791310378655,1.0093009811981593,0.15372517456988796,0.09096468352592754,0.6206573027626285,0.15372517456988796,0.16360909702440246,0.6199808454728465,0.15372517456988796,0.41839554276187346,0.6920720750435552,0.15372517456988796,0.21548097898309562,0.5076029958806512,0.15372517456988796,0.3825924928404755,0.7664267489893972,0.15372517456988796,0.3854415759197409,0.44801710060166156,0.5,0.15372517456988796,0.46939488177542554,0.37351115619828457,0.15372517456988796,0.2702456852966919,0.4059785255866223,0.5,0.15372517456988796,0.4289911557353183,0.6905643204695583,0.15372517456988796,0.3688797326922755,0.3525570010747895,0.15372517456988796,0.39870482212001723,0.9799137009435757,0.15372517456988796,0.37513531372800285,0.8278191598654769,0.15372517456988796,0.31889880533262577,0.7515030638971285,0.15372517456988796,0.16697191718906487,0.5030670976468687,0.15372517456988796,0.17749566619698978,0.6130030789714986,0.5,0.15372517456988796,0.2786792251999476,0.6207527344276268,0.0,0.985015204392504,0.9866309900120425 -5463,0.5,0.15372517456988796,0.12968485966810428,0.7316109581763865,0.15372517456988796,0.37683138203707395,1.021739130434783,0.15372517456988796,0.07260912464138514,0.5788819221148463,0.15372517456988796,0.12697482465551546,0.6254581603431063,0.15372517456988796,0.446959157495592,0.6660224114941634,0.15372517456988796,0.2482990926364562,0.39546711477087204,0.15372517456988796,0.28287209947439507,0.807274894523422,0.15372517456988796,0.3698578777734145,0.4930515532846109,0.5,0.15372517456988796,0.4941767688834481,0.457490813962922,0.15372517456988796,0.2668109388668763,0.238965796677249,0.5,0.15372517456988796,0.389560452391782,0.6040215148347028,0.15372517456988796,0.34940489878050157,0.2831752748917483,0.15372517456988796,0.3049063954375214,0.9902820797357476,0.15372517456988796,0.293596081456748,0.8340816757603556,0.15372517456988796,0.2920914274818478,0.7620708160818562,0.15372517456988796,0.2986664443801659,0.42038909652274536,0.15372517456988796,0.15647904017772848,0.5610059885405805,0.5,0.15372517456988796,0.24595297598699906,0.5635625669609848,0.0,0.977452043594513,0.9734194614116582 -5464,0.5,0.15372517456988796,0.15039928571415787,0.6665300139058891,0.15372517456988796,0.15146747436004543,0.9893300277318804,0.15372517456988796,0.08652917113404048,0.5335665652329409,0.15372517456988796,0.0668753026817557,0.5781657960638791,0.15372517456988796,0.4345533892366282,0.695244422031349,0.15372517456988796,0.3155446438141665,0.4437775175099038,0.15372517456988796,0.14942746423362274,0.7253000496994915,0.15372517456988796,0.37894584150929544,0.45723619283973094,0.5,0.15372517456988796,0.38175420692170514,0.4625763941274155,0.15372517456988796,0.27205696157018966,0.16704113972576395,0.5,0.15372517456988796,0.34749896800886243,0.3206288828015364,0.15372517456988796,0.2831688096292797,0.20817933962397925,0.15372517456988796,0.17263733018992877,0.9726165350532175,0.15372517456988796,0.24178939407177755,0.824209150407012,0.15372517456988796,0.18161808346389857,0.7563142479732976,0.15372517456988796,0.3389270697303736,0.544015792796127,0.15372517456988796,0.16619777276908743,0.4508779743635585,0.5,0.15372517456988796,0.14389165725410097,0.4182951838626809,0.0,0.9575164207682741,0.9591657741413875 -5465,0.5,0.15372517456988796,0.1347040626282051,0.629820772449151,0.15372517456988796,0.04518972254537037,0.7630161302533297,0.15372517456988796,0.09514090823878088,0.4825118774313684,0.15372517456988796,0.05205666087208255,0.5252505573391136,0.15372517456988796,0.24647010634544175,0.7371276966679977,0.15372517456988796,0.21687170276030276,0.48861441788215004,0.15372517456988796,0.2421484733802881,0.6245852056930088,0.15372517456988796,0.2930153507516213,0.3718862791784515,0.5,0.15372517456988796,0.27942518025960755,0.40067694048465446,0.15372517456988796,0.19434137416987315,0.11183271303734628,0.5,0.15372517456988796,0.27384676031551103,0.23694280884889535,0.15372517456988796,0.19426556486661883,0.12726869566553134,0.15372517456988796,0.0787112028715084,0.91784079178237,0.15372517456988796,0.14480050765048516,0.8136127803010612,0.15372517456988796,0.13826141452006752,0.6976808655291751,0.15372517456988796,0.2806581109545068,0.6179984220593824,0.15372517456988796,0.1560715986865466,0.3586636711894285,0.5,0.15372517456988796,0.08595314177578056,0.3099323763053802,0.0,0.9419970885364247,0.9604265970255214 -5466,0.5,0.15372517456988796,0.0834307006722791,0.6092682031883855,0.15372517456988796,0.04085563223002785,0.663374043126298,0.15372517456988796,0.06887038794191334,0.3968135689772503,0.15372517456988796,0.03473890581335511,0.4588204394615635,0.15372517456988796,0.10093529363991369,0.6964008123545883,0.15372517456988796,0.09487937422109806,0.340538626360967,0.15372517456988796,0.17233729771060982,0.48074920897865675,0.15372517456988796,0.16853853475435124,0.2439091123165496,0.5,0.15372517456988796,0.1719833147532832,0.274343798162433,0.15372517456988796,0.08840025871163784,0.05344137110015409,0.5,0.15372517456988796,0.1326237270111485,0.06087451369979061,0.15372517456988796,0.09650631108738687,0.05079173743218112,0.15372517456988796,0.04129306331976649,0.891306616216746,0.15372517456988796,0.06790374510950573,0.787888007828634,0.15372517456988796,0.11955580801266852,0.5643899707839056,0.15372517456988796,0.16557655198351814,0.4870609511995602,0.15372517456988796,0.09903553338365036,0.21155763480059728,0.5,0.15372517456988796,0.04329538157734732,0.20462945158703053,0.0,0.9946220210802135,0.9654911227499059 -5467,0.5,0.15372517456988796,0.017598205545861577,0.6097969531933914,0.15372517456988796,0.03299743894179871,0.6968600918037889,0.15372517456988796,0.01724348970017134,0.24825582079953212,0.15372517456988796,0.005590633156359279,0.31902302056346105,0.15372517456988796,0.025399436673454488,0.5764794235566397,0.15372517456988796,0.0414680195396365,0.1636955065316238,0.15372517456988796,0.05159174173371657,0.2984901933851123,0.15372517456988796,0.055801631669775406,0.1101736528317237,0.5,0.15372517456988796,0.054266886809116,0.1311357198907394,0.15372517456988796,0.018711892360741125,0.012999427915887173,0.5,0.15372517456988796,0.03144384038293194,0.0065712426817594,0.15372517456988796,0.02662732450155437,0.016160144687071602,0.15372517456988796,0.014511666375696447,0.831647258166202,0.15372517456988796,0.021969021051568855,0.7040841439474104,0.15372517456988796,0.04125607290889342,0.4253427286621657,0.15372517456988796,0.04579274939327438,0.2484022386590856,0.15372517456988796,0.02981974776804517,0.04857621621572405,0.5,0.15372517456988796,0.008110640721603977,0.11452566584418464,0.0,1.0073608908504672,0.9490801094832853 -5468,0.5,0.15372517456988796,0.0,0.5792724905678694,0.15372517456988796,0.0,0.6705800247800071,0.15372517456988796,0.0,0.10150391510164178,0.15372517456988796,0.0,0.24999331244518586,0.15372517456988796,0.0,0.3743535497015677,0.15372517456988796,0.0,0.08501876111485762,0.15372517456988796,0.0,0.16189068245054333,0.15372517456988796,0.0,0.04295775668023219,0.5,0.15372517456988796,0.0,0.0561914420115654,0.15372517456988796,0.0,0.005850949206392571,0.5,0.15372517456988796,0.0,0.008640126257949821,0.15372517456988796,0.0,0.02372286126534512,0.15372517456988796,4.492437446542007e-05,0.750299231789243,0.15372517456988796,2.7183547967335316e-05,0.5914067400868958,0.15372517456988796,0.0,0.3274759651678485,0.15372517456988796,0.0,0.07560091914707433,0.15372517456988796,0.0,0.01069392743404509,0.5,0.15372517456988796,0.0,0.041887359879396825,0.0,0.9864311711031147,0.9543399019285187 -5469,0.5,0.15372517456988796,0.0,0.5298853238450137,0.15372517456988796,0.0,0.5191599458886754,0.15372517456988796,0.0,0.049736944673602276,0.15372517456988796,0.0,0.217859968688618,0.15372517456988796,0.0,0.29943528340381687,0.15372517456988796,0.0,0.08892983648167127,0.15372517456988796,0.0,0.1302415291460243,0.15372517456988796,0.0,0.03804565522163857,0.5,0.15372517456988796,0.0,0.0298463080772039,0.15372517456988796,0.0,0.008403713825733777,0.5,0.15372517456988796,0.0,0.011300139188000543,0.15372517456988796,0.0,0.04012492787602186,0.15372517456988796,0.0,0.675487045011636,0.15372517456988796,0.0,0.5345737877722012,0.15372517456988796,0.0,0.2809721835970303,0.15372517456988796,0.0,0.03947022054998841,0.15372517456988796,0.0,0.014374820370250249,0.5,0.15372517456988796,0.0,0.020184192612319345,0.0,0.978921626255324,0.9822694265527687 -5470,0.5,0.15372517456988796,0.0,0.4972015564515877,0.15372517456988796,0.0,0.5578573796389955,0.15372517456988796,0.0,0.06333581279348298,0.15372517456988796,0.0,0.1842327043247981,0.15372517456988796,0.0,0.31675437580290344,0.15372517456988796,0.0,0.11163763057613713,0.15372517456988796,0.0,0.14688741981997464,0.15372517456988796,0.0,0.04261147825231851,0.5,0.15372517456988796,0.0,0.022173773221622062,0.15372517456988796,0.0,0.016986734308621507,0.5,0.15372517456988796,0.0,0.009440103827383566,0.15372517456988796,0.0,0.05622110665312644,0.15372517456988796,0.0,0.648034413487575,0.15372517456988796,0.0,0.5242465559914848,0.15372517456988796,0.0,0.28443549185950723,0.15372517456988796,0.0,0.037850832040633525,0.15372517456988796,0.0,0.019970171219949363,0.5,0.15372517456988796,0.0,0.02066290662232332,0.0,0.9924377091651209,0.9945249926918679 -5471,0.5,0.15372517456988796,0.0,0.49670825744115543,0.15372517456988796,0.0,0.6582650252462683,0.15372517456988796,0.0,0.08236583653212487,0.15372517456988796,0.0,0.1493267387267859,0.15372517456988796,0.0,0.36990854276369595,0.15372517456988796,0.0,0.14310331877350743,0.15372517456988796,0.0,0.18667761369941632,0.15372517456988796,0.0,0.05185448463506446,0.5,0.15372517456988796,0.0,0.008944973059237318,0.15372517456988796,0.0,0.027813885849623365,0.5,0.15372517456988796,0.0,0.008550880096337246,0.15372517456988796,0.0,0.06801145981669113,0.15372517456988796,0.0,0.6494076915573366,0.15372517456988796,0.0,0.5552393631619378,0.15372517456988796,0.0,0.29792021369047766,0.15372517456988796,0.0,0.04593327171607555,0.15372517456988796,0.0,0.023270398156869158,0.5,0.15372517456988796,0.0,0.03702077832228344,0.0,0.9843680342256592,0.9946931881417354 -5472,0.5,0.15372517456988796,0.0,0.49134675515547216,0.15372517456988796,0.0,0.6600169530549048,0.15372517456988796,0.0,0.08929719341142596,0.15372517456988796,0.0,0.13865295844818254,0.15372517456988796,0.0,0.4030364074161654,0.15372517456988796,0.0,0.18222679310323195,0.15372517456988796,0.0,0.2229481636854914,0.15372517456988796,0.0,0.06536323404799044,0.5,0.15372517456988796,0.0,0.005639183771843754,0.15372517456988796,0.0,0.041715944469821395,0.5,0.15372517456988796,0.0,0.006505305132213069,0.15372517456988796,0.0,0.07389089795856481,0.15372517456988796,0.0,0.7074442892665006,0.15372517456988796,0.0,0.6221054599977239,0.15372517456988796,0.0,0.3154250891008438,0.15372517456988796,0.0,0.04857663292873544,0.15372517456988796,0.0,0.026757091876748684,0.5,0.15372517456988796,0.0,0.05997033775280328,0.0,0.9817002708041656,1.0001610109578694 -5473,0.5,0.15372517456988796,0.0,0.46364792767863067,0.15372517456988796,0.0,0.6515335117751025,0.15372517456988796,0.0,0.10051357635771194,0.15372517456988796,0.0,0.14886164671224228,0.15372517456988796,0.0,0.4242123331560677,0.15372517456988796,0.0,0.25060340536827175,0.15372517456988796,0.0,0.23892505910483305,0.15372517456988796,0.0,0.08116696717636995,0.5,0.15372517456988796,0.0,0.006740207005154037,0.15372517456988796,0.0,0.05501415074160812,0.5,0.15372517456988796,0.0,0.006578882804598176,0.15372517456988796,0.0,0.07868094307104413,0.15372517456988796,0.0,0.7156067058003706,0.15372517456988796,0.0,0.6503348749128727,0.15372517456988796,0.0,0.34990721254261825,0.15372517456988796,0.0,0.05190265081451298,0.15372517456988796,0.0,0.031109949440931456,0.5,0.15372517456988796,0.0,0.08684125314545803,0.0,0.9716100092157579,1.0002253786582482 -5474,0.5,0.15372517456988796,0.0,0.42937705791310277,0.15372517456988796,0.0,0.6952801130758373,0.15372517456988796,0.0,0.1034951011117359,0.15372517456988796,0.0,0.1554647536195262,0.15372517456988796,0.0,0.5106789730464326,0.15372517456988796,0.0,0.34968587892461234,0.15372517456988796,0.0,0.25967273216603226,0.15372517456988796,0.0,0.09477004139099786,0.5,0.15372517456988796,0.0,0.009673654340332207,0.15372517456988796,0.0,0.06235263733988755,0.5,0.15372517456988796,0.0,0.006313572641334278,0.15372517456988796,0.0,0.07875937208356953,0.15372517456988796,0.0,0.7484605259358735,0.15372517456988796,0.0,0.6251808767394891,0.15372517456988796,0.0,0.3925896680666959,0.15372517456988796,0.0,0.05311502770477181,0.15372517456988796,0.0,0.03221943290524844,0.5,0.15372517456988796,0.0,0.11524402810215102,0.0,0.9706453187466231,1.004798446096017 -5475,0.5,0.15372517456988796,0.0,0.41596181594421633,0.15372517456988796,0.0,0.7408590460205124,0.15372517456988796,0.0,0.0957613060556597,0.15372517456988796,0.0,0.14994889213891335,0.15372517456988796,0.0,0.6555576462924269,0.15372517456988796,0.0,0.4218890944039607,0.15372517456988796,0.0,0.29645379969300967,0.15372517456988796,0.0,0.10304331642881365,0.5,0.15372517456988796,0.0,0.01401079678956917,0.15372517456988796,0.0,0.06408539262477954,0.5,0.15372517456988796,0.0,0.005970911934296531,0.15372517456988796,0.0,0.07129096865556886,0.15372517456988796,0.0,0.8038203394420457,0.15372517456988796,0.0,0.6506433893531008,0.15372517456988796,0.0,0.4246756408226405,0.15372517456988796,0.0,0.05802685415747705,0.15372517456988796,0.0,0.029477994458325753,0.5,0.15372517456988796,0.0,0.1263594259543023,0.0,0.9708532762479734,1.0070696167533266 -5476,0.5,0.15372517456988796,0.0,0.41490300723573986,0.15372517456988796,0.0,0.738568642709851,0.15372517456988796,0.0,0.09134228250894602,0.15372517456988796,0.0,0.13346369258686253,0.15372517456988796,0.0,0.71979037079865,0.15372517456988796,0.0,0.43049104904879426,0.15372517456988796,0.0,0.34699018398366227,0.15372517456988796,0.0,0.10911778263853145,0.5,0.15372517456988796,0.0,0.020066355623136717,0.15372517456988796,0.0,0.058722816807177794,0.5,0.15372517456988796,0.0,0.013203107495381936,0.15372517456988796,0.0,0.06550834589492521,0.15372517456988796,0.0,0.8170169489629209,0.15372517456988796,0.0,0.6983608445543161,0.15372517456988796,0.0,0.44853091504889075,0.15372517456988796,0.0,0.06564056693537992,0.15372517456988796,0.0,0.02428481220050229,0.5,0.15372517456988796,0.0,0.12447366940840093,0.0,0.9507044552974515,1.0074382442584289 -5477,0.5,0.15372517456988796,0.0,0.4085202282358427,0.15372517456988796,0.0,0.6974381076728081,0.15372517456988796,0.0,0.09837615817609123,0.15372517456988796,0.0,0.11560396389799266,0.15372517456988796,0.0,0.6861603308990641,0.15372517456988796,0.0,0.4506899681398861,0.15372517456988796,0.0,0.40026106327163147,0.15372517456988796,0.0,0.12449457832958502,0.5,0.15372517456988796,0.0,0.027378324653064404,0.15372517456988796,0.0,0.05152952406106572,0.5,0.15372517456988796,0.0,0.02579586204122984,0.15372517456988796,0.0,0.060796301814733,0.15372517456988796,0.0,0.8217839390836695,0.15372517456988796,0.0,0.7147091405462476,0.15372517456988796,0.0,0.47087306657825895,0.15372517456988796,0.0,0.07858381378688918,0.15372517456988796,0.0,0.02258490758613981,0.5,0.15372517456988796,0.0,0.1149286330270828,0.0,0.9654668497139125,1.0075043090260483 -5478,0.5,0.15372517456988796,0.005920372343205314,0.4211564840033499,0.15372517456988796,0.0010218743306562071,0.6837182362400032,0.15372517456988796,0.003723351025529377,0.1124766566793431,0.15372517456988796,0.008925495261430605,0.10795934367102697,0.15372517456988796,0.00010356829374346227,0.6729693906987564,0.15372517456988796,0.0,0.49969805154880836,0.15372517456988796,0.00027790402951816064,0.4517421475563422,0.15372517456988796,0.0,0.15030985252425627,0.5,0.15372517456988796,2.4835137915381054e-06,0.03689620546108825,0.15372517456988796,0.0010230351740498904,0.04585761380467246,0.5,0.15372517456988796,3.916429796008758e-05,0.03700931555092659,0.15372517456988796,0.00011671270719992112,0.053930547334166905,0.15372517456988796,0.0006774949947539393,0.8441050107802277,0.15372517456988796,0.0005141741124238274,0.7224548968295326,0.15372517456988796,0.0009694667154261494,0.5116585268062751,0.15372517456988796,0.0014422611428771342,0.09611738785332304,0.15372517456988796,0.001015847538004397,0.025002973921840803,0.5,0.15372517456988796,0.0011532045943861823,0.1092672003828617,0.0,0.964779457292146,1.0080855333288725 -5479,0.5,0.15372517456988796,0.05381234654424204,0.4826006458701005,0.15372517456988796,0.02008062195932591,0.7149289158105251,0.15372517456988796,0.07023089538482691,0.1487361391386542,0.15372517456988796,0.09028675420102432,0.14061222674454746,0.15372517456988796,0.012574639153705321,0.7328025738416373,0.15372517456988796,0.0267445336056242,0.5792869211585925,0.15372517456988796,0.040562728821588345,0.5221968529750571,0.15372517456988796,0.05552123245444488,0.1620468693028512,0.5,0.15372517456988796,0.05255436482522642,0.03918719771679112,0.15372517456988796,0.06649210357105675,0.035532048749265716,0.5,0.15372517456988796,0.016808750825514404,0.07522300856681519,0.15372517456988796,0.04554119416709012,0.046451360329305816,0.15372517456988796,0.009401427852543713,0.8765937578049925,0.15372517456988796,0.011726822274197933,0.7717314659890565,0.15372517456988796,0.025363589906422936,0.5881952811200863,0.15372517456988796,0.06848825679446319,0.11929818020860915,0.15372517456988796,0.02856565180858378,0.03458679707046917,0.5,0.15372517456988796,0.028942583550259443,0.11202998550184952,0.0,0.9512750049556087,0.9999864204516038 -5480,0.5,0.15372517456988796,0.10726594526322955,0.5448733454059889,0.15372517456988796,0.07250416201021326,0.7817071566816528,0.15372517456988796,0.1766946052944874,0.2629640697005364,0.15372517456988796,0.20744298454625948,0.2339828740451732,0.15372517456988796,0.045473017403068555,0.8211854815323374,0.15372517456988796,0.0741856021545421,0.6579816890178685,0.15372517456988796,0.11615273081408056,0.6461920134922352,0.15372517456988796,0.16165577808168669,0.2776389527708127,0.5,0.15372517456988796,0.1572112305315393,0.16920051095903058,0.15372517456988796,0.17926561382791922,0.039614314313418914,0.5,0.15372517456988796,0.06825585734022532,0.2522281647867645,0.15372517456988796,0.1273678269927393,0.04933011572378908,0.15372517456988796,0.02477077516308981,0.9103024634977753,0.15372517456988796,0.02590785599428097,0.8333521693559659,0.15372517456988796,0.07357820447846503,0.6673638859800202,0.15372517456988796,0.18509789922776326,0.20810340091750587,0.15372517456988796,0.08223662323142696,0.07502244459821793,0.5,0.15372517456988796,0.0997152444790986,0.11571988064045399,0.0,0.9349650524342217,0.9653623147842525 -5481,0.5,0.15372517456988796,0.16870470785980068,0.6264870831397424,0.15372517456988796,0.09574916179709259,0.8037457476073188,0.15372517456988796,0.311410981591897,0.4284598868970766,0.15372517456988796,0.3281022744401671,0.29806424279797883,0.15372517456988796,0.11759094547764692,0.9046769526282252,0.15372517456988796,0.12531962004947514,0.7572451466294312,0.15372517456988796,0.19565850982780683,0.8014414613884843,0.15372517456988796,0.2636298647206712,0.45690615051135797,0.5,0.15372517456988796,0.2686344588975619,0.5449796619218076,0.15372517456988796,0.3068078328688921,0.04093940173482234,0.5,0.15372517456988796,0.1137591739534122,0.4894492570319077,0.15372517456988796,0.23363033638163394,0.07738394890242,0.15372517456988796,0.03694103347808524,0.9310113967744952,0.15372517456988796,0.05932258506844232,0.8495219419807947,0.15372517456988796,0.13785658885972893,0.7456371100520766,0.15372517456988796,0.3194935641144646,0.4502599880128207,0.15372517456988796,0.16356096729584152,0.27315696757507746,0.5,0.15372517456988796,0.20198967677259352,0.12712636699024932,0.0,0.9276417543847151,0.9686493207762149 -5482,0.5,0.15372517456988796,0.24875647847457993,0.7265593433909563,0.15372517456988796,0.08870133730030219,0.8773784013097164,0.15372517456988796,0.4547541384641358,0.5850785528138535,0.15372517456988796,0.449357812160295,0.35368641513576377,0.15372517456988796,0.22389914150061402,0.9858228148633993,0.15372517456988796,0.19705651460362222,0.8619355712780545,0.15372517456988796,0.29176150604852846,0.8998436533076892,0.15372517456988796,0.3429224702447006,0.6372625330386186,0.5,0.15372517456988796,0.36102158970742554,0.7825938070649425,0.15372517456988796,0.4655203545837951,0.054423407283556484,0.5,0.15372517456988796,0.16528744680216673,0.6405309231698664,0.15372517456988796,0.3454347124132999,0.16242186408754708,0.15372517456988796,0.05177751474566879,0.9491946237263127,0.15372517456988796,0.09623082719388411,0.9181405184429579,0.15372517456988796,0.254116095452337,0.8398866840525933,0.15372517456988796,0.45068176108586044,0.6952708415237786,0.15372517456988796,0.2589226349295121,0.5418712109406038,0.5,0.15372517456988796,0.34819291486199483,0.13905057873632462,0.0,0.9648326611545816,0.9931244909066531 -5483,0.5,0.15372517456988796,0.312211974493221,0.8057567563946866,0.15372517456988796,0.12653675768761663,0.9092975488423514,0.15372517456988796,0.566936367113502,0.7038694609409964,0.15372517456988796,0.5532260699078263,0.4031745485346099,0.15372517456988796,0.21563519649004714,1.0203498088854261,0.15372517456988796,0.17545444710112865,0.9157567198028684,0.15372517456988796,0.3826279413634406,0.9597662534423732,0.15372517456988796,0.3673721639311164,0.7614740332043584,0.5,0.15372517456988796,0.4171656866708704,0.8446781822167362,0.15372517456988796,0.5741740401492801,0.05471653855296024,0.5,0.15372517456988796,0.1349177063580145,0.5338394559759041,0.15372517456988796,0.46093094590327516,0.24095306237727507,0.15372517456988796,0.05811270297372477,0.9392395836994228,0.15372517456988796,0.09851156187865759,0.9640410109336447,0.15372517456988796,0.38509815921149715,0.920773461938333,0.15372517456988796,0.524289344543001,0.8045662550328861,0.15372517456988796,0.3113635157425077,0.6061148916697628,0.5,0.15372517456988796,0.48622197179879234,0.17420184656754575,0.0,1.0021027594515004,1.007100707383031 -5484,0.5,0.15372517456988796,0.34581468414858707,0.8499312646994605,0.15372517456988796,0.12719134451387998,0.9680114402721836,0.15372517456988796,0.6212952401045964,0.7625794076167315,0.15372517456988796,0.6202380959760837,0.4567375506303638,0.15372517456988796,0.11257124999160928,1.0183563633309005,0.15372517456988796,0.10215345240526161,0.9398484827437794,0.15372517456988796,0.2116048224352901,0.9996476427415764,0.15372517456988796,0.31828720400831734,0.8353063399089786,0.5,0.15372517456988796,0.3501802844756128,0.8276951137094601,0.15372517456988796,0.63389649751534,0.04189377733490691,0.5,0.15372517456988796,0.2466800622129134,0.4683615081371794,0.15372517456988796,0.5148923054334189,0.2327347251658568,0.15372517456988796,0.057706558846238404,0.921971595569747,0.15372517456988796,0.07277312250440365,0.9818026756936131,0.15372517456988796,0.3845355811299718,0.9762000591455842,0.15372517456988796,0.4736808948488177,0.8541288517601068,0.15372517456988796,0.3540410906574909,0.6270247236594362,0.5,0.15372517456988796,0.542861343323469,0.15650491190638008,0.0,1.0090178087249018,1.008191053750614 -5485,0.5,0.15372517456988796,0.3201682201369633,0.8501507918430786,0.15372517456988796,0.11300494934953045,1.0126722019432306,0.15372517456988796,0.6367985428707281,0.819752106299485,0.15372517456988796,0.6328620037345194,0.5009223876488518,0.15372517456988796,0.09329369682542839,1.0197558886358116,0.15372517456988796,0.24010405925211814,0.9795938676415543,0.15372517456988796,0.15053954906037242,0.998649007294444,0.15372517456988796,0.3034879437475458,0.8364952981044351,0.5,0.15372517456988796,0.2614099103955374,0.801476319183392,0.15372517456988796,0.6727840474394373,0.05125085342165151,0.5,0.15372517456988796,0.35031117978994813,0.5913597996421893,0.15372517456988796,0.5098010745595436,0.24695039549604259,0.15372517456988796,0.04793588995502712,0.9087671546534248,0.15372517456988796,0.053201356044153165,0.980869717618263,0.15372517456988796,0.26847714935424444,1.004603419022718,0.15372517456988796,0.4336298377607227,0.897548449130774,0.15372517456988796,0.3316683925395304,0.6208073187334251,0.5,0.15372517456988796,0.6123120106873284,0.13543698957515543,0.0,0.9965977016374019,1.0112847515520726 -5486,0.5,0.15372517456988796,0.35350889918435324,0.8503535447984283,0.15372517456988796,0.06730756608931236,1.0066735233767352,0.15372517456988796,0.5608822306837447,0.8956150649652455,0.15372517456988796,0.6074562672547303,0.5515188503028698,0.15372517456988796,0.14302084374930638,1.018918436265025,0.15372517456988796,0.2689030644578749,0.9926759258375648,0.15372517456988796,0.2862038646292412,1.005667281870438,0.15372517456988796,0.2502542780567619,0.8092432015116295,0.5,0.15372517456988796,0.2916077159535609,0.8026438853876685,0.15372517456988796,0.6719262488207011,0.09645771497203828,0.5,0.15372517456988796,0.19568976463875232,0.7946537885951908,0.15372517456988796,0.49499796145141994,0.30832156862796384,0.15372517456988796,0.05189391924544419,0.90977058514613,0.15372517456988796,0.049011345812981125,0.9702517202619972,0.15372517456988796,0.17691881108691987,1.0113796018882604,0.15372517456988796,0.34000563285201224,0.8944926119240225,0.15372517456988796,0.3454454973845623,0.6436281953319053,0.5,0.15372517456988796,0.6077813074396349,0.1340406358279454,0.0,0.9330184781362805,1.0107007346174348 -5487,0.5,0.15372517456988796,0.29666754685807656,0.8584555595767192,0.15372517456988796,0.03231462536639474,1.020984908343899,0.15372517456988796,0.37320010640247087,0.9281648521834373,0.15372517456988796,0.5311280299163914,0.5959889047066753,0.15372517456988796,0.11201714534835663,1.0217391304347827,0.15372517456988796,0.14785086538521122,0.9827322192091803,0.15372517456988796,0.2669897679332789,0.995447609282585,0.15372517456988796,0.27400109834443565,0.839680850448087,0.5,0.15372517456988796,0.3484690569858498,0.8246923215752041,0.15372517456988796,0.6011292750972395,0.17186650670467638,0.5,0.15372517456988796,0.0929864730318974,0.6984889336814715,0.15372517456988796,0.4261039176311073,0.36056445941507925,0.15372517456988796,0.06095985285761454,0.9092047614850485,0.15372517456988796,0.049445933807262324,0.9297195306848414,0.15372517456988796,0.15583668343787532,0.9835885566661732,0.15372517456988796,0.24246778014551565,0.8503706178561022,0.15372517456988796,0.2571493182457413,0.6366828908234251,0.5,0.15372517456988796,0.5550063300599603,0.12577910429719247,0.0,0.9324006300693305,1.0078840021526343 -5488,0.5,0.15372517456988796,0.187915116602419,0.8468177716540444,0.15372517456988796,0.017961665058547915,1.0192877403268483,0.15372517456988796,0.23109362433898578,0.9062154934626756,0.15372517456988796,0.39528829557713957,0.6277336119505579,0.15372517456988796,0.05340713526001542,1.0166909301446418,0.15372517456988796,0.13851969489658236,0.9968550706400736,0.15372517456988796,0.16487729508259658,0.9800037156925684,0.15372517456988796,0.21806936623774736,0.8347860658106196,0.5,0.15372517456988796,0.2981475067844106,0.8097514828166874,0.15372517456988796,0.4638437328635808,0.20859316173463766,0.5,0.15372517456988796,0.16025926131704069,0.5667110613329255,0.15372517456988796,0.36826178914413904,0.371407976418372,0.15372517456988796,0.04136033522389797,0.9132886440493988,0.15372517456988796,0.03279344068770523,0.8458785192214824,0.15372517456988796,0.16422324207864608,0.9387151376882866,0.15372517456988796,0.24258287580394144,0.8101462473306266,0.15372517456988796,0.15376362788696624,0.550926217453466,0.5,0.15372517456988796,0.45383511983750396,0.13688674156228126,0.0,0.9582863170456261,1.0052957927704398 -5489,0.5,0.15372517456988796,0.09982768439316589,0.8044701830687714,0.15372517456988796,0.02639677480243887,1.0089163585758911,0.15372517456988796,0.14846179966151882,0.8094889229262293,0.15372517456988796,0.22921091451049114,0.5814107201521778,0.15372517456988796,0.024140372067759132,0.9837477949423704,0.15372517456988796,0.06983453433580404,0.9856425319346384,0.15372517456988796,0.11070274300044194,0.9732850304783167,0.15372517456988796,0.17229804839927199,0.8131549226278507,0.5,0.15372517456988796,0.19825390505971285,0.7501508208884924,0.15372517456988796,0.3041298151802937,0.14799893215514756,0.5,0.15372517456988796,0.1769081521283364,0.7435729957029729,0.15372517456988796,0.3006858987634373,0.37497920399817636,0.15372517456988796,0.024693180422756263,0.8550210438256575,0.15372517456988796,0.0286387978283306,0.7699605914291616,0.15372517456988796,0.0996057201636571,0.9477741607457166,0.15372517456988796,0.15081297130755422,0.7107861949304882,0.15372517456988796,0.11802009792245655,0.5027018120795244,0.5,0.15372517456988796,0.3126325730118604,0.09733433297920856,0.0,0.9508530132963983,1.0054926488578992 -5490,0.5,0.15372517456988796,0.034337287635138145,0.6931518669691383,0.15372517456988796,0.008258703488437196,0.9815076235918708,0.15372517456988796,0.10368920409717455,0.7135287177206076,0.15372517456988796,0.10182957364240892,0.5288862842821873,0.15372517456988796,0.010287605986085736,0.9748403146753446,0.15372517456988796,0.050315767428945835,0.9404309105091517,0.15372517456988796,0.07965328523642268,0.9712559190108938,0.15372517456988796,0.09799375986125808,0.7285775562992072,0.5,0.15372517456988796,0.11331367941534148,0.6541800879483162,0.15372517456988796,0.16810801814100332,0.07804438786264903,0.5,0.15372517456988796,0.12496929507878707,0.6640225617529865,0.15372517456988796,0.18970229737951025,0.2910074346807682,0.15372517456988796,0.018456579444332686,0.7589683937333099,0.15372517456988796,0.022388374761961375,0.7041879401486587,0.15372517456988796,0.05746029031389226,0.8764794520010125,0.15372517456988796,0.08010942852796682,0.6642122264861308,0.15372517456988796,0.09536539394093474,0.43818611164512977,0.5,0.15372517456988796,0.17128456420553506,0.0370048152013757,0.0,0.9819263779058155,1.005260099507982 -5491,0.5,0.15372517456988796,0.007433808555510917,0.5586436201840814,0.15372517456988796,0.0013622884800637144,0.9511535874591092,0.15372517456988796,0.028104240721276298,0.5610539736383467,0.15372517456988796,0.019211401697628,0.429763869633507,0.15372517456988796,0.0034416379883381865,0.9284142606195435,0.15372517456988796,0.015171797587666184,0.8777711301815043,0.15372517456988796,0.01910229684589234,0.8381305373323066,0.15372517456988796,0.039293906591068135,0.615303357749497,0.5,0.15372517456988796,0.04420697160746528,0.46160120355603573,0.15372517456988796,0.03534436009830739,0.060391320036040474,0.5,0.15372517456988796,0.04229044138782013,0.35214317621521857,0.15372517456988796,0.04113671540060579,0.15438674210681816,0.15372517456988796,0.009788430070142882,0.6859768028835337,0.15372517456988796,0.008655061595759647,0.6826391157009752,0.15372517456988796,0.016419637796576618,0.8398183130878026,0.15372517456988796,0.03296682811137269,0.5493036480137662,0.15372517456988796,0.02728274494507501,0.28119493448175337,0.5,0.15372517456988796,0.024551374548171138,0.030364998539541513,0.0,0.9593484069703062,1.0072330928070197 -5492,0.5,0.15372517456988796,0.0,0.45847353191942863,0.15372517456988796,0.0,0.7504613066079159,0.15372517456988796,0.0,0.4138898208614608,0.15372517456988796,0.0,0.2877047646017079,0.15372517456988796,5.175140193548722e-05,0.8590051364166741,0.15372517456988796,0.00012749119140362562,0.9214843657416006,0.15372517456988796,6.491741741411391e-07,0.7373147577041883,0.15372517456988796,0.0,0.5294851028147382,0.5,0.15372517456988796,0.0,0.261962946529961,0.15372517456988796,0.0,0.04553337436062295,0.5,0.15372517456988796,0.0,0.24973669027128706,0.15372517456988796,0.0,0.05165829336464432,0.15372517456988796,1.0426548490185284e-05,0.6457847288459251,0.15372517456988796,1.2063704157458994e-05,0.6820265173020271,0.15372517456988796,3.113451515945634e-08,0.8032786548683107,0.15372517456988796,0.0,0.39491651588219656,0.15372517456988796,0.0,0.18496731446050066,0.5,0.15372517456988796,0.0,0.033620997220874256,0.0,0.8975466372838584,1.009093718923346 -5493,0.5,0.15372517456988796,0.0,0.44113012463966017,0.15372517456988796,0.0,0.6282713527780603,0.15372517456988796,0.0,0.3749679973372612,0.15372517456988796,0.0,0.2413117134455487,0.15372517456988796,0.0,0.8620625784675238,0.15372517456988796,0.0,0.876286989167868,0.15372517456988796,0.0,0.800484378982455,0.15372517456988796,0.0,0.49687012788189766,0.5,0.15372517456988796,0.0,0.20408586142257606,0.15372517456988796,0.0,0.018175706517072666,0.5,0.15372517456988796,0.0,0.25259277803138164,0.15372517456988796,0.0,0.04028435114027064,0.15372517456988796,0.0,0.6842838109413374,0.15372517456988796,0.0,0.6849894622871242,0.15372517456988796,0.0,0.7247254934088415,0.15372517456988796,0.0,0.3485854099260676,0.15372517456988796,0.0,0.17642983147447586,0.5,0.15372517456988796,0.0,0.03876420525007841,0.0,0.8512108333242631,1.0081526270954315 -5494,0.5,0.15372517456988796,0.0,0.4806506996693986,0.15372517456988796,0.0,0.3791398315629245,0.15372517456988796,0.0,0.4256922792422855,0.15372517456988796,0.0,0.3007610234018281,0.15372517456988796,0.0,0.8309490887152682,0.15372517456988796,0.0,0.7376398795720243,0.15372517456988796,0.0,0.9244606485010678,0.15372517456988796,0.0,0.5295349640262405,0.5,0.15372517456988796,0.0,0.20486474690587092,0.15372517456988796,0.0,0.005682050398794962,0.5,0.15372517456988796,0.0,0.2496540189720875,0.15372517456988796,0.0,0.055514037132934846,0.15372517456988796,0.0,0.7276465834787779,0.15372517456988796,0.0,0.6889612269110391,0.15372517456988796,0.0,0.6605977299217625,0.15372517456988796,0.0,0.4271293902745586,0.15372517456988796,0.0,0.18424119526738092,0.5,0.15372517456988796,0.0,0.03052473502083987,0.0,0.8361910715545495,1.007132841632909 -5495,0.5,0.15372517456988796,0.0,0.5108374423618787,0.15372517456988796,0.0,0.476408248279373,0.15372517456988796,0.0,0.5172395066301032,0.15372517456988796,0.0,0.406847018959628,0.15372517456988796,0.0,0.767369292933196,0.15372517456988796,0.0,0.74061500459205,0.15372517456988796,0.0,0.8814911030058916,0.15372517456988796,0.0,0.5171406060459868,0.5,0.15372517456988796,0.0,0.22634946109647003,0.15372517456988796,0.0,0.0041961111428049465,0.5,0.15372517456988796,0.0,0.2544932167821394,0.15372517456988796,0.0,0.08567154214871742,0.15372517456988796,0.0,0.7423230357492311,0.15372517456988796,0.0,0.663739246779411,0.15372517456988796,0.0,0.7220638672852268,0.15372517456988796,0.0,0.5453478907746011,0.15372517456988796,0.0,0.18057685704628657,0.5,0.15372517456988796,0.0,0.01644723598074952,0.0,0.9255082139947498,1.0072822615639192 -5496,0.5,0.15372517456988796,0.0,0.5142677953953294,0.15372517456988796,0.0,0.5045918652192862,0.15372517456988796,0.0,0.6045043973655054,0.15372517456988796,0.0,0.4833788185250207,0.15372517456988796,0.0,0.7832637110140919,0.15372517456988796,0.0,0.8073465253493386,0.15372517456988796,0.0,0.8415975816408612,0.15372517456988796,0.0,0.46038485823693837,0.5,0.15372517456988796,0.0,0.2601539695471774,0.15372517456988796,0.0,0.006062076975027675,0.5,0.15372517456988796,0.0,0.27246456438212,0.15372517456988796,0.0,0.10704834566691178,0.15372517456988796,0.0,0.8050592581379913,0.15372517456988796,0.0,0.665689268630463,0.15372517456988796,0.0,0.7706723749290971,0.15372517456988796,0.0,0.6318171786925465,0.15372517456988796,0.0,0.18712666841240594,0.5,0.15372517456988796,0.0,0.0136380183964353,0.0,0.876829114572616,1.0081661196284295 -5497,0.5,0.15372517456988796,0.0,0.5229077492148099,0.15372517456988796,0.0,0.5572391684575649,0.15372517456988796,0.0,0.6413095473123814,0.15372517456988796,0.0,0.5230584285766243,0.15372517456988796,0.0,0.8178645953271318,0.15372517456988796,0.0,0.8067993118349481,0.15372517456988796,0.0,0.8355557795401516,0.15372517456988796,0.0,0.5060813163213659,0.5,0.15372517456988796,0.0,0.30449405409183344,0.15372517456988796,0.0,0.011529900133913409,0.5,0.15372517456988796,0.0,0.29231231498825005,0.15372517456988796,0.0,0.1122826278245829,0.15372517456988796,0.0,0.8718553641909577,0.15372517456988796,0.0,0.7323758890137981,0.15372517456988796,0.0,0.7372272643145477,0.15372517456988796,0.0,0.6485241211371852,0.15372517456988796,0.0,0.20169758178061192,0.5,0.15372517456988796,0.0,0.017847457161862455,0.0,0.8607580503296368,1.0091892635002169 -5498,0.5,0.15372517456988796,0.0,0.5880450170758339,0.15372517456988796,0.0,0.6412144378133668,0.15372517456988796,0.0,0.668230903488423,0.15372517456988796,0.0,0.5286365756279711,0.15372517456988796,0.0,0.892821387328405,0.15372517456988796,0.0,0.7395886534169265,0.15372517456988796,0.0,0.8430779001862155,0.15372517456988796,0.0,0.5404843681048206,0.5,0.15372517456988796,0.0,0.3605493634502502,0.15372517456988796,0.0,0.018281953261909765,0.5,0.15372517456988796,0.0,0.3162024105222606,0.15372517456988796,0.0,0.11756053948847785,0.15372517456988796,0.0,0.8945912634538349,0.15372517456988796,0.0,0.8119902837745486,0.15372517456988796,0.0,0.7129923075112405,0.15372517456988796,0.0,0.6265612708521652,0.15372517456988796,0.0,0.2282240740038082,0.5,0.15372517456988796,0.0,0.029750916498029564,0.0,0.9549062175380668,1.0101481416031264 -5499,0.5,0.15372517456988796,0.0,0.6318896177493889,0.15372517456988796,0.0,0.7520436398427068,0.15372517456988796,0.0,0.686270792772554,0.15372517456988796,0.0,0.5424665848390128,0.15372517456988796,0.0,0.9487418256707388,0.15372517456988796,0.0,0.8048868693721353,0.15372517456988796,0.0,0.8270165882038566,0.15372517456988796,0.0,0.5647999186834002,0.5,0.15372517456988796,0.0,0.4262909075042127,0.15372517456988796,0.0,0.0217452678956381,0.5,0.15372517456988796,0.0,0.35485951369622404,0.15372517456988796,0.0,0.11776291271721676,0.15372517456988796,0.0,0.9250596772590198,0.15372517456988796,0.0,0.8899641769484834,0.15372517456988796,0.0,0.7579959575132273,0.15372517456988796,0.0,0.6116861839067437,0.15372517456988796,0.0,0.2603239751383384,0.5,0.15372517456988796,0.0,0.038555037686074774,0.0,0.9489567051027998,1.0107468282001169 -5500,0.5,0.15372517456988796,0.0,0.6280959593383264,0.15372517456988796,0.0,0.8536021980847253,0.15372517456988796,0.0,0.6598951790273111,0.15372517456988796,0.0,0.5585949403931526,0.15372517456988796,0.0,0.9942208781987926,0.15372517456988796,0.0,0.8637504230689776,0.15372517456988796,0.0,0.8131931012843474,0.15372517456988796,0.0,0.6070981628316741,0.5,0.15372517456988796,0.0,0.5058771687268435,0.15372517456988796,0.0,0.024767912667951534,0.5,0.15372517456988796,0.0,0.3427317100675609,0.15372517456988796,0.0,0.10906528647575327,0.15372517456988796,0.0,0.9524582952978404,0.15372517456988796,0.0,0.9461039329936535,0.15372517456988796,0.0,0.8461574934913114,0.15372517456988796,0.0,0.5710544743757859,0.15372517456988796,0.0,0.2707601424309771,0.5,0.15372517456988796,0.0,0.03999626639028997,0.0,0.9752752368586562,1.011014801150536 -5501,0.5,0.15372517456988796,0.0,0.5979304824146586,0.15372517456988796,0.0,0.9389380493467906,0.15372517456988796,0.0,0.6424745568163953,0.15372517456988796,0.0,0.5561382165037739,0.15372517456988796,0.0,1.0183012018909778,0.15372517456988796,0.0,0.8938945424807372,0.15372517456988796,0.0,0.843016864562495,0.15372517456988796,0.0,0.6027462955526068,0.5,0.15372517456988796,0.0,0.5170841187166436,0.15372517456988796,0.0,0.027120968419265264,0.5,0.15372517456988796,0.0,0.3216549936224277,0.15372517456988796,0.0,0.10472228338210596,0.15372517456988796,0.0,0.9712025021172036,0.15372517456988796,0.0,0.9777341244179643,0.15372517456988796,0.0,0.8839559470072914,0.15372517456988796,0.0,0.6176366621212268,0.15372517456988796,0.0,0.25492190600363757,0.5,0.15372517456988796,0.0,0.03882108639060518,0.0,0.9843013245631568,1.0112003558446605 -5502,0.5,0.15372517456988796,0.0033196286940807137,0.6119189825402824,0.15372517456988796,0.0021991397259061903,0.9989776588292696,0.15372517456988796,0.0010904499307312445,0.611753315291831,0.15372517456988796,0.003675184348995409,0.5629088546813419,0.15372517456988796,0.00011858413194821917,1.0194342022751175,0.15372517456988796,0.0,0.9137415775312736,0.15372517456988796,0.00021919387912391487,0.8828535485003813,0.15372517456988796,0.0,0.6649362330312447,0.5,0.15372517456988796,0.0,0.5015821986003622,0.15372517456988796,0.000516941175840585,0.029806048984985463,0.5,0.15372517456988796,2.873489265704467e-05,0.3309262124564865,0.15372517456988796,8.996425677563066e-05,0.10405373987022946,0.15372517456988796,0.0014658942799975747,0.9911006159525231,0.15372517456988796,0.0005342717994537529,0.9917320766327602,0.15372517456988796,0.0014833846145967135,0.8953093709824798,0.15372517456988796,0.0001858269099459838,0.7022350764827956,0.15372517456988796,0.0015064319908193386,0.2579912678457009,0.5,0.15372517456988796,0.0011805784260770136,0.036330478941847946,0.0,0.9868640190412844,1.0113058855419024 -5503,0.5,0.15372517456988796,0.032156415604238923,0.7607497150776549,0.15372517456988796,0.029383471173899722,1.0197618558282533,0.15372517456988796,0.020491941460832684,0.6089046729119428,0.15372517456988796,0.04834581187142055,0.6015224677273825,0.15372517456988796,0.02438190967663506,1.0217055787525604,0.15372517456988796,0.02128582843191258,0.9468370545955305,0.15372517456988796,0.02890781835813388,0.9440376714855133,0.15372517456988796,0.009668846704863416,0.7744545756287697,0.5,0.15372517456988796,0.010213228242271551,0.5363671467691068,0.15372517456988796,0.03991193034033112,0.026597098866160643,0.5,0.15372517456988796,0.022766582616892593,0.3686484778131589,0.15372517456988796,0.04421151962281545,0.08920252080474877,0.15372517456988796,0.03596909861111065,1.0060054182863902,0.15372517456988796,0.025184544369939225,1.0055336024943777,0.15372517456988796,0.04612513443266776,0.9651969511531846,0.15372517456988796,0.015193922883874219,0.7817521791415284,0.15372517456988796,0.04578698751401238,0.2912335958539133,0.5,0.15372517456988796,0.023711813778676843,0.03260530370745006,0.0,0.9924446397974129,1.011416956774773 -5504,0.5,0.15372517456988796,0.06685681748448224,0.8718592614669586,0.15372517456988796,0.07013325975266042,1.021739130434783,0.15372517456988796,0.053568184803531094,0.7441367721642546,0.15372517456988796,0.118462261546644,0.6534929118503148,0.15372517456988796,0.06535865667408106,1.0217391304347827,0.15372517456988796,0.0792693932364796,0.987090000912715,0.15372517456988796,0.11228559586623106,1.0006918649427836,0.15372517456988796,0.06302875442161911,0.846789817275732,0.5,0.15372517456988796,0.03527151215868655,0.6310936076397187,0.15372517456988796,0.11731816179947921,0.039031851681388216,0.5,0.15372517456988796,0.07196278591146082,0.4720455157449823,0.15372517456988796,0.12689445811472921,0.12156915195490353,0.15372517456988796,0.08950002801431639,1.0115219821472596,0.15372517456988796,0.09204049917320192,1.0121135229285265,0.15372517456988796,0.1287010576783817,1.0095690019844166,0.15372517456988796,0.0497038527162853,0.8647582768305471,0.15372517456988796,0.11269977657272648,0.39031258770202204,0.5,0.15372517456988796,0.06255608274401167,0.0572044053029703,0.0,1.0093239135763081,1.0114391641388607 -5505,0.5,0.15372517456988796,0.13039473587473882,0.9093129654496579,0.15372517456988796,0.16603415125032103,1.021739130434783,0.15372517456988796,0.09007713642363405,0.8432324881198657,0.15372517456988796,0.1948778358964931,0.7582491848689511,0.15372517456988796,0.12788606006416714,1.0217391304347827,0.15372517456988796,0.15451834496493763,1.0051441582809688,0.15372517456988796,0.23176567960459704,1.0177626380204825,0.15372517456988796,0.18628113340816682,0.8895913559075677,0.5,0.15372517456988796,0.06432922570831805,0.6717167385642222,0.15372517456988796,0.2298428703305711,0.08876142775733578,0.5,0.15372517456988796,0.1373682234926198,0.5850589026600677,0.15372517456988796,0.24169592380830257,0.22658145702572968,0.15372517456988796,0.18698497101788755,1.01212545791961,0.15372517456988796,0.18539972575018684,1.0140016942780954,0.15372517456988796,0.2133228510220406,1.0201352119337235,0.15372517456988796,0.11971312799532641,0.9337575589550212,0.15372517456988796,0.17948327169308034,0.5573593916733611,0.5,0.15372517456988796,0.11421254905079004,0.12469948966175523,0.0,1.0102725365423764,1.0114391641388607 -5506,0.5,0.15372517456988796,0.21564649728469198,0.9461601672986383,0.15372517456988796,0.304597421869707,1.021739130434783,0.15372517456988796,0.12352256721236791,0.9320571598838228,0.15372517456988796,0.2593352186568441,0.8710580086879678,0.15372517456988796,0.17470851152010503,1.0217391304347827,0.15372517456988796,0.2718020213312557,1.0141409479561578,0.15372517456988796,0.31587849121382766,1.0201988896092609,0.15372517456988796,0.34328426688508246,0.9308232853018472,0.5,0.15372517456988796,0.11525306746844306,0.6955536586070374,0.15372517456988796,0.35837008097463,0.23289383417633586,0.5,0.15372517456988796,0.24882479741853647,0.7843586303755328,0.15372517456988796,0.38663348888508536,0.40604593146172974,0.15372517456988796,0.2170475096942825,1.0118650769320983,0.15372517456988796,0.21717253454648916,1.0141743362801192,0.15372517456988796,0.31453457026907455,1.0213918524341221,0.15372517456988796,0.23578374286428838,0.9426728847643824,0.15372517456988796,0.21424730428646072,0.6606134042014276,0.5,0.15372517456988796,0.19429337069706848,0.23570555279812574,0.0,1.010288034989066,1.0114391641388607 -5507,0.5,0.15372517456988796,0.29538166463088994,0.9766448430930078,0.15372517456988796,0.2869986427902026,1.021739130434783,0.15372517456988796,0.19098406761631925,0.967568419351245,0.15372517456988796,0.23345644597384735,0.8903688379753344,0.15372517456988796,0.22173267848602768,1.0217391304347827,0.15372517456988796,0.2820503044205796,1.0189442777270639,0.15372517456988796,0.35986902166831924,1.0213793828772584,0.15372517456988796,0.4493121184085914,0.9602220815374152,0.5,0.15372517456988796,0.23480393915937053,0.7686965063081482,0.15372517456988796,0.4032639041049207,0.29911904736101935,0.5,0.15372517456988796,0.2962170248920661,0.8299728338655294,0.15372517456988796,0.44365149277202437,0.6474760338828351,0.15372517456988796,0.16923401687014472,1.0104726641241302,0.15372517456988796,0.13753127386745012,1.0126775598335482,0.15372517456988796,0.37224473707658345,1.021548984446923,0.15372517456988796,0.3861663957033057,0.9485311566838828,0.15372517456988796,0.2762648300612427,0.7477425935546651,0.5,0.15372517456988796,0.23609361370458617,0.3334287044100022,0.0,1.010288034989066,1.0113575001263084 -5508,0.5,0.15372517456988796,0.32456859658069426,0.9916914633422811,0.15372517456988796,0.1374933720870825,1.021739130434783,0.15372517456988796,0.28306647102181803,0.9924499310015596,0.15372517456988796,0.30765921423348086,0.9395383516746192,0.15372517456988796,0.3349918592429362,1.0217391304347827,0.15372517456988796,0.4252528589369382,1.0187421148342513,0.15372517456988796,0.37567791662440037,1.0213352332143926,0.15372517456988796,0.4805553001370606,0.9649204370291843,0.5,0.15372517456988796,0.43262929668562766,0.8345028838982729,0.15372517456988796,0.3750093261486884,0.34310874745502273,0.5,0.15372517456988796,0.23407576460535223,0.7797337137556017,0.15372517456988796,0.39743151531770626,0.7333502198600227,0.15372517456988796,0.1267023685655821,1.0085858177653222,0.15372517456988796,0.16194923370259617,1.0059357958867667,0.15372517456988796,0.3829515970016629,1.0217391304347827,0.15372517456988796,0.5452395545713595,0.9795163015401164,0.15372517456988796,0.2985096972027147,0.7910711075062615,0.5,0.15372517456988796,0.2955031120757119,0.3805349889579465,0.0,1.010288034989066,1.011032447920789 -5509,0.5,0.15372517456988796,0.33386168619924694,0.9974258244703204,0.15372517456988796,0.13936641764593233,1.021739130434783,0.15372517456988796,0.42257369490525454,1.0065556740280501,0.15372517456988796,0.32125747024597173,0.9335944498715082,0.15372517456988796,0.298884549611795,1.0217391304347827,0.15372517456988796,0.4344399625322718,1.0200919242264934,0.15372517456988796,0.46066689648226306,1.0212098286490876,0.15372517456988796,0.5265647663330143,0.9562831248437178,0.5,0.15372517456988796,0.5122341522252336,0.8517263030589415,0.15372517456988796,0.39938400917308836,0.45084312038928687,0.5,0.15372517456988796,0.29968362321330755,0.8271962623707672,0.15372517456988796,0.36907691109865226,0.7460426093571538,0.15372517456988796,0.08018788946486327,0.9937394890101263,0.15372517456988796,0.17985003287381762,0.9989170767359494,0.15372517456988796,0.4314909839873577,1.0217131446456305,0.15372517456988796,0.5563665758822082,0.9809330257439184,0.15372517456988796,0.297005001364331,0.85341766467634,0.5,0.15372517456988796,0.28105230104573303,0.3876595506521828,0.0,1.010288034989066,1.0107635523874567 -5510,0.5,0.15372517456988796,0.33322627435499264,0.9892352259704293,0.15372517456988796,0.25535660480686573,1.021739130434783,0.15372517456988796,0.4669763612944082,0.9950067442549343,0.15372517456988796,0.26989258209972605,0.9268201668581116,0.15372517456988796,0.2601783778890468,1.0111604726770007,0.15372517456988796,0.4614765292912967,1.0185417021989775,0.15372517456988796,0.4330351466603665,1.0208872468380654,0.15372517456988796,0.5231297185402664,0.9483660730147453,0.5,0.15372517456988796,0.472538272619909,0.8456638024967864,0.15372517456988796,0.357211389732918,0.43710366246207283,0.5,0.15372517456988796,0.39904359805668754,0.8631855635748146,0.15372517456988796,0.36961760736295574,0.7500431187923681,0.15372517456988796,0.09138998545298524,0.9703310415076255,0.15372517456988796,0.1348701485768432,1.0044864493265997,0.15372517456988796,0.37928339249516985,1.0215532136524685,0.15372517456988796,0.5511209718526819,0.976719677516236,0.15372517456988796,0.28033290257336674,0.8421963080594821,0.5,0.15372517456988796,0.236204043794972,0.38769209488062284,0.0,1.010288034989066,1.0113480589875088 -5511,0.5,0.15372517456988796,0.3391038091011258,1.0025666849347752,0.15372517456988796,0.20190669068648737,1.021739130434783,0.15372517456988796,0.45346059001368744,0.9787463922351611,0.15372517456988796,0.3480784003437955,0.948939526714582,0.15372517456988796,0.14327201922802363,0.9614180225895055,0.15372517456988796,0.35842558678710335,1.0020028342801113,0.15372517456988796,0.3886442163221421,1.0201205466337016,0.15372517456988796,0.4464676870582529,0.9262574988418076,0.5,0.15372517456988796,0.42606033596062554,0.8473102142266205,0.15372517456988796,0.24630492900911874,0.34814064215350954,0.5,0.15372517456988796,0.41961402554216687,0.8988711225702609,0.15372517456988796,0.3321740685609248,0.6922904848374871,0.15372517456988796,0.12295290069571212,0.9710744185071338,0.15372517456988796,0.1554044000160681,1.0080513939928233,0.15372517456988796,0.2979565609889326,1.0214291894880976,0.15372517456988796,0.4882670069789554,0.9679946795349051,0.15372517456988796,0.2849932915331912,0.8261904620133392,0.5,0.15372517456988796,0.1619905882733944,0.29117738698998147,0.0,1.010288034989066,1.0113453766181049 -5512,0.5,0.15372517456988796,0.24946021541331231,0.9964515535595535,0.15372517456988796,0.33471809560744836,1.021739130434783,0.15372517456988796,0.3899320440732457,0.9711979654461461,0.15372517456988796,0.3426617389530382,0.9223632756909717,0.15372517456988796,0.16534106304589818,0.9443583059377614,0.15372517456988796,0.3220297912620407,0.9254955129290873,0.15372517456988796,0.3121205345075274,1.017613306142539,0.15372517456988796,0.3677546935522922,0.9001837738258447,0.5,0.15372517456988796,0.4366339944114844,0.8084641384969649,0.15372517456988796,0.20544809136118186,0.21157328894929364,0.5,0.15372517456988796,0.2313703212777561,0.8267738228095252,0.15372517456988796,0.2831944442010033,0.6566538777914712,0.15372517456988796,0.08192194771365752,0.9893187131363692,0.15372517456988796,0.12853817863085862,0.9918892877621468,0.15372517456988796,0.2905546308480518,1.0209924568320212,0.15372517456988796,0.42059758407041253,0.9550982089215244,0.15372517456988796,0.23459454876068075,0.7707294317906933,0.5,0.15372517456988796,0.1449020223993381,0.2670311492507976,0.0,1.010288034989066,1.0108206260820463 -5513,0.5,0.15372517456988796,0.18255042232786134,0.9870797397100058,0.15372517456988796,0.08143912798763606,1.021739130434783,0.15372517456988796,0.2822770917194635,0.9371833071200475,0.15372517456988796,0.24421387461586308,0.8539392165687374,0.15372517456988796,0.1182284058656608,0.935656162771613,0.15372517456988796,0.18062836135179317,0.7847076117322571,0.15372517456988796,0.17813260133414036,0.9405618403986973,0.15372517456988796,0.2787487026620564,0.8348292365416675,0.5,0.15372517456988796,0.36314960992102896,0.7183099739561262,0.15372517456988796,0.13481532655615133,0.1300092546175369,0.5,0.15372517456988796,0.14931976819216786,0.7014667844408095,0.15372517456988796,0.19639200006113455,0.5719919909977229,0.15372517456988796,0.0473310234400709,0.9936559375190063,0.15372517456988796,0.07287417459199194,0.9620047676386503,0.15372517456988796,0.18465091644406656,1.0114042981536557,0.15372517456988796,0.2785463375095247,0.9001014769713982,0.15372517456988796,0.18388991235277768,0.6964188053279237,0.5,0.15372517456988796,0.09368152010588114,0.1821087708479464,0.0,1.010288034989066,1.0105463170733708 -5514,0.5,0.15372517456988796,0.09447387454095049,0.9669042864258336,0.15372517456988796,0.03391475896146881,1.021739130434783,0.15372517456988796,0.14651396242227804,0.8340786099959037,0.15372517456988796,0.16211529863988194,0.7124780977128726,0.15372517456988796,0.020081337848198343,0.8993479644890496,0.15372517456988796,0.0974886921188419,0.6632451240292376,0.15372517456988796,0.08938739927175496,0.7943799973506245,0.15372517456988796,0.16397522204200515,0.7021664896394118,0.5,0.15372517456988796,0.22428586896901057,0.5130665264053333,0.15372517456988796,0.061338596370526556,0.0927373004910157,0.5,0.15372517456988796,0.17903821727273958,0.4841961391352246,0.15372517456988796,0.07831223926815059,0.4041949299460469,0.15372517456988796,0.008965934857801096,0.990947208307612,0.15372517456988796,0.041291400728172306,0.9166825472120667,0.15372517456988796,0.10156741149862922,0.9620762418554737,0.15372517456988796,0.16521707159935367,0.7546751236954218,0.15372517456988796,0.10124870253932389,0.5492639853433602,0.5,0.15372517456988796,0.05830088311104334,0.1275321126757157,0.0,1.009834353353528,1.0094705334835916 -5515,0.5,0.15372517456988796,0.01985858164176987,0.936060178505337,0.15372517456988796,0.0028149691610591244,0.9887458981278536,0.15372517456988796,0.032343784171197196,0.6580171836005055,0.15372517456988796,0.021995050064663867,0.5220877687799507,0.15372517456988796,0.002363848322422914,0.69503174171076,0.15372517456988796,0.03627527264125803,0.38649347198940825,0.15372517456988796,0.02424566480810127,0.6306907622652907,0.15372517456988796,0.0485248996674556,0.4935728772592221,0.5,0.15372517456988796,0.049330550641549425,0.31009173842129517,0.15372517456988796,0.01221706314277532,0.06611224214337474,0.5,0.15372517456988796,0.04071301279281277,0.1659429889536299,0.15372517456988796,0.02564822960044114,0.1715086763429814,0.15372517456988796,0.0015466940625285764,0.9741154651078916,0.15372517456988796,0.011398055815245675,0.8574999801468255,0.15372517456988796,0.027514632363082835,0.8613578899767753,0.15372517456988796,0.03641933066496547,0.5634067360402537,0.15372517456988796,0.027814609126764922,0.30745390694405894,0.5,0.15372517456988796,0.007822775035594543,0.09316474808971768,0.0,1.0083619590836848,1.0069177644765117 -5516,0.5,0.15372517456988796,0.0,0.876887197462601,0.15372517456988796,0.0,0.9519216038808584,0.15372517456988796,0.0,0.46830415591682006,0.15372517456988796,0.0,0.4469188579665478,0.15372517456988796,2.3051925465068637e-05,0.40948139681763507,0.15372517456988796,3.808544794306216e-07,0.14075153100901205,0.15372517456988796,9.514770435888539e-05,0.4373610976291722,0.15372517456988796,0.0,0.2620922628093612,0.5,0.15372517456988796,0.0,0.16820978133596448,0.15372517456988796,0.0,0.029700582275868168,0.5,0.15372517456988796,0.0,0.1193016513590119,0.15372517456988796,0.0,0.05126923701445859,0.15372517456988796,0.0,0.9719265929092814,0.15372517456988796,7.594339474792115e-05,0.7797952165669177,0.15372517456988796,2.1782230837004557e-06,0.7977352912765515,0.15372517456988796,0.0,0.3776191297754764,0.15372517456988796,0.0,0.16940721092358466,0.5,0.15372517456988796,0.0,0.050919066063789216,0.0,1.0096266307442192,1.0075148403626843 -5517,0.5,0.15372517456988796,0.0,0.8200679462557756,0.15372517456988796,0.0,0.9172710676808604,0.15372517456988796,0.0,0.31333895459224653,0.15372517456988796,0.0,0.43019058211410577,0.15372517456988796,0.0,0.2753932391717056,0.15372517456988796,0.0,0.0887742012349153,0.15372517456988796,0.0,0.30646162409132205,0.15372517456988796,0.0,0.11391158654035158,0.5,0.15372517456988796,0.0,0.09776271628931883,0.15372517456988796,0.0,0.008556441486980829,0.5,0.15372517456988796,0.0,0.09668156861450093,0.15372517456988796,0.0,0.02042519596222111,0.15372517456988796,0.0,0.9580736581622845,0.15372517456988796,0.0,0.7114317533913297,0.15372517456988796,0.0,0.7878457624274887,0.15372517456988796,0.0,0.2456627206684248,0.15372517456988796,0.0,0.12404608783470578,0.5,0.15372517456988796,0.0,0.03236641171612356,0.0,1.009539544931882,1.0074885209423023 -5518,0.5,0.15372517456988796,0.0,0.7975729016239194,0.15372517456988796,0.0,0.8526615617945134,0.15372517456988796,0.0,0.2758262352361603,0.15372517456988796,0.0,0.3947653510978855,0.15372517456988796,0.0,0.2555461494524718,0.15372517456988796,0.0,0.0749733268455029,0.15372517456988796,0.0,0.20214577977543416,0.15372517456988796,0.0,0.060475266975065355,0.5,0.15372517456988796,0.0,0.05832728825657292,0.15372517456988796,0.0,0.0021800011442330916,0.5,0.15372517456988796,0.0,0.10276969513220316,0.15372517456988796,0.0,0.01305855567369125,0.15372517456988796,0.0,0.9451616690525197,0.15372517456988796,0.0,0.6866675139083958,0.15372517456988796,0.0,0.6629849475532064,0.15372517456988796,0.0,0.1823977381440441,0.15372517456988796,0.0,0.10766061837904281,0.5,0.15372517456988796,0.0,0.02295484162594635,0.0,1.0098737342972874,1.0067845589299624 -5519,0.5,0.15372517456988796,0.0,0.8165184622344248,0.15372517456988796,0.0,0.8701995755218482,0.15372517456988796,0.0,0.25525412563664285,0.15372517456988796,0.0,0.3427897866839813,0.15372517456988796,0.0,0.31058337505306705,0.15372517456988796,0.0,0.08730619097351931,0.15372517456988796,0.0,0.1581764316546337,0.15372517456988796,0.0,0.036314161599209055,0.5,0.15372517456988796,0.0,0.03986299701496044,0.15372517456988796,0.0,0.002220520186633914,0.5,0.15372517456988796,0.0,0.10699999335940427,0.15372517456988796,0.0,0.010688915971681236,0.15372517456988796,0.0,0.94411501994256,0.15372517456988796,0.0,0.6417136299215641,0.15372517456988796,0.0,0.5138815360182535,0.15372517456988796,0.0,0.1082388236810812,0.15372517456988796,0.0,0.09784267897617295,0.5,0.15372517456988796,0.0,0.014289746781898887,0.0,1.0098140890401106,1.0059950894824539 -5520,0.5,0.15372517456988796,0.0,0.8040670999154689,0.15372517456988796,0.0,0.8770705103838652,0.15372517456988796,0.0,0.20479550981424083,0.15372517456988796,0.0,0.3026551067061158,0.15372517456988796,0.0,0.3527234114044959,0.15372517456988796,0.0,0.12282535825946991,0.15372517456988796,0.0,0.15060818423491415,0.15372517456988796,0.0,0.0357738228718872,0.5,0.15372517456988796,0.0,0.02798576929777772,0.15372517456988796,0.0,0.0041830836807161135,0.5,0.15372517456988796,0.0,0.08744566621124078,0.15372517456988796,0.0,0.011508122702736589,0.15372517456988796,0.0,0.901442746259095,0.15372517456988796,0.0,0.6045683639122301,0.15372517456988796,0.0,0.4392048704694697,0.15372517456988796,0.0,0.0879286826895843,0.15372517456988796,0.0,0.07924258351535694,0.5,0.15372517456988796,0.0,0.010519311102425894,0.0,1.0088505385814486,0.996187936035988 -5521,0.5,0.15372517456988796,0.0,0.7543481117472919,0.15372517456988796,0.0,0.7301105387409127,0.15372517456988796,0.0,0.1561770175283367,0.15372517456988796,0.0,0.247501463080274,0.15372517456988796,0.0,0.3774956696189158,0.15372517456988796,0.0,0.11141214753788764,0.15372517456988796,0.0,0.14488764403406218,0.15372517456988796,0.0,0.02130220268055335,0.5,0.15372517456988796,0.0,0.020964413317693303,0.15372517456988796,0.0,0.0022442386449082257,0.5,0.15372517456988796,0.0,0.06252569701527053,0.15372517456988796,0.0,0.009280332787837487,0.15372517456988796,0.0,0.8795447646343229,0.15372517456988796,0.0,0.6622479110398937,0.15372517456988796,0.0,0.3609486919028056,0.15372517456988796,0.0,0.08502706887552201,0.15372517456988796,0.0,0.059959559467924854,0.5,0.15372517456988796,0.0,0.00727213406567051,0.0,1.008319085554725,1.0084037976257563 -5522,0.5,0.15372517456988796,0.0,0.6696567531192644,0.15372517456988796,0.0,0.8045199268575786,0.15372517456988796,0.0,0.1190287323998622,0.15372517456988796,0.0,0.1770645055343666,0.15372517456988796,0.0,0.40839705409893107,0.15372517456988796,0.0,0.06876069766565901,0.15372517456988796,0.0,0.1465739565671787,0.15372517456988796,0.0,0.014028154538785715,0.5,0.15372517456988796,0.0,0.015375740513503214,0.15372517456988796,0.0,0.001818979824219822,0.5,0.15372517456988796,0.0,0.05175894851299384,0.15372517456988796,0.0,0.008010764707152434,0.15372517456988796,0.0,0.8755987633552019,0.15372517456988796,0.0,0.6991266427365026,0.15372517456988796,0.0,0.3036014341941307,0.15372517456988796,0.0,0.06551151343125061,0.15372517456988796,0.0,0.045477694399289136,0.5,0.15372517456988796,0.0,0.004907601160697834,0.0,1.007299180313719,1.0056539215463298 -5523,0.5,0.15372517456988796,0.0,0.5822574503021933,0.15372517456988796,0.0,0.8753193193868614,0.15372517456988796,0.0,0.1005937779451109,0.15372517456988796,0.0,0.12597346651941124,0.15372517456988796,0.0,0.2867242817534665,0.15372517456988796,0.0,0.023026892461496445,0.15372517456988796,0.0,0.12378522280004704,0.15372517456988796,0.0,0.015007139615572304,0.5,0.15372517456988796,0.0,0.013494561036867473,0.15372517456988796,0.0,0.002174574162186123,0.5,0.15372517456988796,0.0,0.04204482500532727,0.15372517456988796,0.0,0.006277209301757401,0.15372517456988796,0.0,0.871415649366819,0.15372517456988796,0.0,0.7106363720243123,0.15372517456988796,0.0,0.3232380240149992,0.15372517456988796,0.0,0.05529036621796814,0.15372517456988796,0.0,0.035484578510644994,0.5,0.15372517456988796,0.0,0.00500569556684233,0.0,1.0057985486947294,1.0051112746110886 -5524,0.5,0.15372517456988796,0.0,0.5134278110144394,0.15372517456988796,0.0,0.8818251223012942,0.15372517456988796,0.0,0.09028014697308807,0.15372517456988796,0.0,0.09419251163082486,0.15372517456988796,0.0,0.1581828686887501,0.15372517456988796,0.0,0.025132020532093485,0.15372517456988796,0.0,0.08977311233866964,0.15372517456988796,0.0,0.016315913561642262,0.5,0.15372517456988796,0.0,0.012682345982053221,0.15372517456988796,0.0,0.0018632074064705623,0.5,0.15372517456988796,0.0,0.034419705677117975,0.15372517456988796,0.0,0.0042640420912397,0.15372517456988796,0.0,0.8733993550176778,0.15372517456988796,0.0,0.6782452179470828,0.15372517456988796,0.0,0.3739484308032308,0.15372517456988796,0.0,0.047342237908414166,0.15372517456988796,0.0,0.024582354834662902,0.5,0.15372517456988796,0.0,0.004824599128872382,0.0,1.0066496234969762,1.0052977631586575 -5525,0.5,0.15372517456988796,0.0,0.4605354209795067,0.15372517456988796,0.0,0.8572151364380138,0.15372517456988796,0.0,0.08555055666302612,0.15372517456988796,0.0,0.07953857056317287,0.15372517456988796,0.0,0.1099119458896006,0.15372517456988796,0.0,0.02853808152812784,0.15372517456988796,0.0,0.054927181354520634,0.15372517456988796,0.0,0.0220557550426745,0.5,0.15372517456988796,0.0,0.013836532438003434,0.15372517456988796,0.0,0.0012794120581830922,0.5,0.15372517456988796,0.0,0.023755694109282997,0.15372517456988796,0.0,0.002897168178841788,0.15372517456988796,0.0,0.8659410457919778,0.15372517456988796,0.0,0.5711319856467998,0.15372517456988796,0.0,0.36069967412600146,0.15372517456988796,0.0,0.03733592600985103,0.15372517456988796,0.0,0.01663347243668144,0.5,0.15372517456988796,0.0,0.004280995149328664,0.0,1.0059895232940919,0.9978633564899444 -5526,0.5,0.15372517456988796,0.008214868203015611,0.45988125028433885,0.15372517456988796,0.002734692734217535,0.7884065455886773,0.15372517456988796,0.0022965734462297833,0.088732242022838,0.15372517456988796,0.007600737987427242,0.07350040954248963,0.15372517456988796,0.0001552822814452782,0.11295463312616569,0.15372517456988796,0.0,0.03686281468449036,0.15372517456988796,4.828835223678255e-05,0.03583086546855549,0.15372517456988796,0.0,0.03475467635203965,0.5,0.15372517456988796,0.0,0.01727665077979676,0.15372517456988796,0.0002707566857139749,0.0006041928724160637,0.5,0.15372517456988796,2.7858326949098247e-05,0.013182654429805709,0.15372517456988796,3.592386818930069e-05,0.0021395365994501168,0.15372517456988796,0.0011825778191098836,0.8490608343488109,0.15372517456988796,0.000679216298009198,0.4602769125223565,0.15372517456988796,0.0008613838424555317,0.3000873961452374,0.15372517456988796,0.00012525576594118383,0.026402707511562276,0.15372517456988796,0.0019231119708812132,0.009155466858731818,0.5,0.15372517456988796,0.0009238464502951367,0.0029004435327865704,0.0,1.006206370938444,0.9670361362391788 -5527,0.5,0.15372517456988796,0.07769861783633762,0.5613034300128412,0.15372517456988796,0.06645082123232535,0.8131914929587422,0.15372517456988796,0.041943972412701036,0.1220689146531151,0.15372517456988796,0.08197018338428566,0.08653418034562746,0.15372517456988796,0.033873795144593384,0.11004804805920224,0.15372517456988796,0.01256963414609617,0.06348294238285368,0.15372517456988796,0.041629914352068295,0.04467788129579885,0.15372517456988796,0.011086873215013969,0.06533813511489209,0.5,0.15372517456988796,0.02110039264383632,0.02318463294611701,0.15372517456988796,0.034778696310873373,0.00034502287910329803,0.5,0.15372517456988796,0.05573327137594296,0.008181050787923364,0.15372517456988796,0.044287597527601474,0.001595400850614051,0.15372517456988796,0.02176902414993428,0.8799602769278041,0.15372517456988796,0.05189351129351858,0.44150165368257305,0.15372517456988796,0.047196579173014126,0.2954301963894801,0.15372517456988796,0.019954784622961144,0.04781239858237403,0.15372517456988796,0.07229748236151347,0.005466660097414385,0.5,0.15372517456988796,0.030989665398988907,0.0018096850713687138,0.0,1.0073995897130616,0.9407743891815259 -5528,0.5,0.15372517456988796,0.16646042653759535,0.7051728442185679,0.15372517456988796,0.1927321276346431,0.860251651684292,0.15372517456988796,0.08935752516372004,0.2006866897584397,0.15372517456988796,0.17768478234324958,0.21636618116367445,0.15372517456988796,0.06496553483442519,0.148646448178789,0.15372517456988796,0.06082216224512292,0.14236328694208175,0.15372517456988796,0.11119676485539134,0.1445200556282118,0.15372517456988796,0.05399973161542778,0.1652200750822601,0.5,0.15372517456988796,0.06939187568395111,0.04036054377425496,0.15372517456988796,0.0780121612804476,0.0011968815558587613,0.5,0.15372517456988796,0.15949756065001403,0.01181676606909204,0.15372517456988796,0.1335239604467555,0.0018458381455752474,0.15372517456988796,0.06463174116626769,0.9069413600416776,0.15372517456988796,0.12336905688063696,0.5748492048759738,0.15372517456988796,0.1710945746480596,0.44584322970575047,0.15372517456988796,0.06501122841511003,0.11649006904076338,0.15372517456988796,0.18651614279082196,0.008910614346153237,0.5,0.15372517456988796,0.09547878110883,0.007649471499777303,0.0,1.0071531762162333,0.9541015695001922 -5529,0.5,0.15372517456988796,0.2624995829008598,0.7770383935692052,0.15372517456988796,0.3392607505322985,0.9134410611670172,0.15372517456988796,0.13864587652285834,0.19431483296388274,0.15372517456988796,0.24391243890698258,0.3408460649826362,0.15372517456988796,0.09121445643150645,0.29923664396591837,0.15372517456988796,0.1230137070013448,0.5069158060348021,0.15372517456988796,0.21105827816058775,0.3295899517586056,0.15372517456988796,0.11053184491469847,0.3854597636228755,0.5,0.15372517456988796,0.14500691614627045,0.09740015849906446,0.15372517456988796,0.13054345450910612,0.0019447576740103697,0.5,0.15372517456988796,0.2783891811147982,0.04606609333908145,0.15372517456988796,0.2454390678628473,0.007834630120162436,0.15372517456988796,0.09793540380461327,0.8847121362041264,0.15372517456988796,0.16736766264460962,0.663200552381531,0.15372517456988796,0.2757621820832054,0.5186028300165465,0.15372517456988796,0.12595492029622188,0.20897793750387866,0.15372517456988796,0.30739499382486,0.025146956293597596,0.5,0.15372517456988796,0.17953482646832086,0.01773579285338353,0.0,1.0073536533171017,0.9472516411488271 -5530,0.5,0.15372517456988796,0.3579512404573156,0.7606510757549705,0.15372517456988796,0.4734484181124323,0.8938063945026667,0.15372517456988796,0.235260287808308,0.19363411792204466,0.15372517456988796,0.27415640377840567,0.33098746982479194,0.15372517456988796,0.09530228882985858,0.44819994338878605,0.15372517456988796,0.10699967035404054,0.6771566015097217,0.15372517456988796,0.21441785165556743,0.481841991379606,0.15372517456988796,0.1908821540970478,0.5338332136348263,0.5,0.15372517456988796,0.20839769836862787,0.2127229477366394,0.15372517456988796,0.1864989998710099,0.002417869943601185,0.5,0.15372517456988796,0.3847053069468268,0.28167228388047016,0.15372517456988796,0.38025669653026706,0.04243296508758687,0.15372517456988796,0.1907566776795735,0.9259024635851256,0.15372517456988796,0.218107872622529,0.6689821816508696,0.15372517456988796,0.3433372783078387,0.5245746214242113,0.15372517456988796,0.21832904605858608,0.3690963939261443,0.15372517456988796,0.4016771804481794,0.10262691643963298,0.5,0.15372517456988796,0.2504342174987334,0.023528971922543423,0.0,1.005591113892691,0.9111657044513595 -5531,0.5,0.15372517456988796,0.4438657100281481,0.7369524562215595,0.15372517456988796,0.5360693954489774,0.9338581163986732,0.15372517456988796,0.32088828033610695,0.2301923663128588,0.15372517456988796,0.2430297996872935,0.2988961192158175,0.15372517456988796,0.1672872828279237,0.6022658013389031,0.15372517456988796,0.07234418591716879,0.5487643269292286,0.15372517456988796,0.28191324017686403,0.7138497561404624,0.15372517456988796,0.31273399305577637,0.6032085274928469,0.5,0.15372517456988796,0.3003440293381784,0.3118609945490425,0.15372517456988796,0.2369498821652699,0.010276518161766553,0.5,0.15372517456988796,0.42095864916218967,0.2828647921377565,0.15372517456988796,0.45621161257484805,0.06185800271770454,0.15372517456988796,0.3610295692191313,0.9437324020628567,0.15372517456988796,0.2569015647964844,0.6218022325065662,0.15372517456988796,0.3595905863640191,0.5024092594151495,0.15372517456988796,0.30376939528815095,0.5599851475113062,0.15372517456988796,0.4188730424292575,0.22181471980175543,0.5,0.15372517456988796,0.2697876185461552,0.04944819954681266,0.0,1.0059327163267513,0.8013464956483766 -5532,0.5,0.15372517456988796,0.45374183387984035,0.7056798079255858,0.15372517456988796,0.5404743684065694,0.9386820682766132,0.15372517456988796,0.3410586559584376,0.3050728735028444,0.15372517456988796,0.2494023671742464,0.2921417803356122,0.15372517456988796,0.28864273887803316,0.812567799259154,0.15372517456988796,0.2291591865147441,0.6811532354755423,0.15372517456988796,0.20710613625693758,0.8029027258496779,0.15372517456988796,0.25035941151233493,0.4853233746478804,0.5,0.15372517456988796,0.3572179818192067,0.3231769552145088,0.15372517456988796,0.25677024912607277,0.005736871827159945,0.5,0.15372517456988796,0.41771128767131416,0.21174951572316011,0.15372517456988796,0.5284049316618096,0.07251076137646885,0.15372517456988796,0.500174518137123,0.9439848138809083,0.15372517456988796,0.3604873227022062,0.6947523826160151,0.15372517456988796,0.3564812590372922,0.5670723700749839,0.15372517456988796,0.39495408160580947,0.657554287425405,0.15372517456988796,0.3895248522674877,0.22418455133059434,0.5,0.15372517456988796,0.2281260035024737,0.05223542259536833,0.0,0.992853629439934,0.8408282172762445 -5533,0.5,0.15372517456988796,0.49789065183165093,0.6589274591977078,0.15372517456988796,0.4233624186793948,0.9232936153236756,0.15372517456988796,0.3754668112805526,0.5029625869633657,0.15372517456988796,0.3210478636675278,0.2735294362991487,0.15372517456988796,0.1344617516901893,0.8510676004955422,0.15372517456988796,0.41589708072665416,0.7514938797697683,0.15372517456988796,0.15152507296806605,0.7687763905326501,0.15372517456988796,0.15972232135655534,0.4205113550299201,0.5,0.15372517456988796,0.32187687199299186,0.312077742348204,0.15372517456988796,0.3173589938535332,0.01142125640638955,0.5,0.15372517456988796,0.5016010404634592,0.15573274936933512,0.15372517456988796,0.5461283376751042,0.07851197521234145,0.15372517456988796,0.5494901755071614,0.9204830216642997,0.15372517456988796,0.29381663692618837,0.7505708497700527,0.15372517456988796,0.31601107891951946,0.7613046647006844,0.15372517456988796,0.20540927858481628,0.5892119093077018,0.15372517456988796,0.3828076893392277,0.21520997370290487,0.5,0.15372517456988796,0.17345999220118719,0.05210736478268714,0.0,0.9714674735712961,0.916153349247819 -5534,0.5,0.15372517456988796,0.5174778233249722,0.6300472988687711,0.15372517456988796,0.35631786739487137,0.9429567868727058,0.15372517456988796,0.27815487158850016,0.6864577353206761,0.15372517456988796,0.40658308993131276,0.29003976416802363,0.15372517456988796,0.21529269382928104,0.8448964064841087,0.15372517456988796,0.5156504372614653,0.7396149366679201,0.15372517456988796,0.27220459507483746,0.703647437483991,0.15372517456988796,0.293694182325872,0.4763700953532729,0.5,0.15372517456988796,0.24293089763801587,0.3043633966606031,0.15372517456988796,0.3463852422765848,0.01835489875277979,0.5,0.15372517456988796,0.5791602485665999,0.16346153274331826,0.15372517456988796,0.497384333752545,0.07956295066564192,0.15372517456988796,0.4835039183630305,0.8963177057730463,0.15372517456988796,0.15925777311988507,0.7734699782171499,0.15372517456988796,0.20331809372454843,0.8151040002059667,0.15372517456988796,0.13234306880064528,0.5116251358411015,0.15372517456988796,0.41499576291063983,0.21888893071279003,0.5,0.15372517456988796,0.21167535820573657,0.07086155392321578,0.0,0.9055343998921566,0.9334611925807218 -5535,0.5,0.15372517456988796,0.43902725315681734,0.6969623289362231,0.15372517456988796,0.29425816576946706,0.8108510117755737,0.15372517456988796,0.2146553823470146,0.7278948027352685,0.15372517456988796,0.4405914825282873,0.3766388621465048,0.15372517456988796,0.27854787510808166,0.857344000307275,0.15372517456988796,0.4369456951475369,0.7286135286322472,0.15372517456988796,0.30735920634609604,0.7325928363830817,0.15372517456988796,0.3417542278649608,0.4868405615347114,0.5,0.15372517456988796,0.20744606195033324,0.3205478083557461,0.15372517456988796,0.3268235650601728,0.021226564123052606,0.5,0.15372517456988796,0.5416691719209923,0.17108609848693604,0.15372517456988796,0.4617771685819747,0.1078215981507558,0.15372517456988796,0.39556168963467747,0.8917854725512642,0.15372517456988796,0.177403723242329,0.8238558603364061,0.15372517456988796,0.24096503861827007,0.788122593259041,0.15372517456988796,0.13825505464771426,0.4343440140823886,0.15372517456988796,0.40360903917533614,0.21891715545935364,0.5,0.15372517456988796,0.17588474227886808,0.08275770864877853,0.0,0.8405371618503219,0.9598556963230911 -5536,0.5,0.15372517456988796,0.28160775897165313,0.7485027997211762,0.15372517456988796,0.10359086341213945,0.6782389443304376,0.15372517456988796,0.14351652916178373,0.7300526876949364,0.15372517456988796,0.3448127421408002,0.4469892186960269,0.15372517456988796,0.22348168410280791,0.8087632176174919,0.15372517456988796,0.20115311927277318,0.6564974747631652,0.15372517456988796,0.21104415726909076,0.6953599981253938,0.15372517456988796,0.27120071845198,0.41270016680218136,0.5,0.15372517456988796,0.20378732353049805,0.33397497057925385,0.15372517456988796,0.2811636579740041,0.02802140680546983,0.5,0.15372517456988796,0.43699897254214887,0.191537783935784,0.15372517456988796,0.3621156186634957,0.1359846745805127,0.15372517456988796,0.28160343755128453,0.8691279410329515,0.15372517456988796,0.23700584366270688,0.8354090464355254,0.15372517456988796,0.16206095890330804,0.7868132420785775,0.15372517456988796,0.17490990340532425,0.423781894308056,0.15372517456988796,0.36433728710850566,0.21922756198086568,0.5,0.15372517456988796,0.16771809911936422,0.09728742606775949,0.0,0.9143707660680027,0.9878689390056813 -5537,0.5,0.15372517456988796,0.18103871895454587,0.729202019811994,0.15372517456988796,0.07877390110705322,0.9183042825993312,0.15372517456988796,0.0881579383549702,0.6108969968995198,0.15372517456988796,0.22035222945433705,0.5018644908190703,0.15372517456988796,0.21911245200432994,0.7555600748051969,0.15372517456988796,0.13764949573386354,0.609976591711391,0.15372517456988796,0.12249185992032252,0.6280409697750245,0.15372517456988796,0.2006666803245235,0.3310727279021026,0.5,0.15372517456988796,0.200663923863864,0.27838266178779747,0.15372517456988796,0.18774779097221445,0.025724166404089244,0.5,0.15372517456988796,0.3021555912196813,0.16536702233153494,0.15372517456988796,0.2377135067244761,0.13668672821507336,0.15372517456988796,0.13127747529095668,0.8352288707870285,0.15372517456988796,0.07905196641987025,0.7799084389139384,0.15372517456988796,0.11479612328534039,0.7918194449596146,0.15372517456988796,0.14020885341283998,0.3576928634499928,0.15372517456988796,0.2754553883217852,0.22219419738262292,0.5,0.15372517456988796,0.14423526212819174,0.09186131905228828,0.0,0.9874196675470145,0.9961535207959786 -5538,0.5,0.15372517456988796,0.06806098108173053,0.6399539289405766,0.15372517456988796,0.009866532170018484,0.7552860256201714,0.15372517456988796,0.08194289503969912,0.45890753282039687,0.15372517456988796,0.09576730350361629,0.479728567714909,0.15372517456988796,0.07376653781280425,0.6524537120089592,0.15372517456988796,0.07982012573503629,0.5107190993474485,0.15372517456988796,0.06935156168805243,0.5139170542693811,0.15372517456988796,0.12663456249787433,0.2653801004953481,0.5,0.15372517456988796,0.14167970555193105,0.18350275160633264,0.15372517456988796,0.08967934942678915,0.013019576943077909,0.5,0.15372517456988796,0.19362335728221233,0.13278905470613953,0.15372517456988796,0.13142469905872933,0.08877057728705998,0.15372517456988796,0.07082967950889227,0.8536182433955699,0.15372517456988796,0.05295031024071666,0.7712869422661053,0.15372517456988796,0.08912920550617771,0.706923225498962,0.15372517456988796,0.0668456579948007,0.2437988339584215,0.15372517456988796,0.16396922379580597,0.14967010507539633,0.5,0.15372517456988796,0.06456399267000962,0.05378582835001953,0.0,0.9523822685351173,0.9768472011138767 -5539,0.5,0.15372517456988796,0.012898282048462975,0.5334820304949953,0.15372517456988796,0.03101200787169337,0.7166415633142108,0.15372517456988796,0.022429812262656907,0.2889651917940332,0.15372517456988796,0.007275477029532834,0.32324177987173364,0.15372517456988796,0.02571850575548114,0.5068436178406831,0.15372517456988796,0.032650277164327286,0.36045514364134185,0.15372517456988796,0.030856110168505493,0.37164933366820424,0.15372517456988796,0.0393551552040169,0.16244655013812453,0.5,0.15372517456988796,0.03271921669519674,0.09317005521862634,0.15372517456988796,0.01671468151206276,0.003586753763047061,0.5,0.15372517456988796,0.03866120126811478,0.0482294753755003,0.15372517456988796,0.02902510917354539,0.04590338015033035,0.15372517456988796,0.014668392893713281,0.8847602253849509,0.15372517456988796,0.030072660705460795,0.7398461204570211,0.15372517456988796,0.026114094546454327,0.513503520537091,0.15372517456988796,0.017731705889802267,0.12157203165181778,0.15372517456988796,0.029995614046196654,0.055368777221155366,0.5,0.15372517456988796,0.004126830811038847,0.02680045025570899,0.0,0.8901947665408859,0.9598548102666202 -5540,0.5,0.15372517456988796,0.0,0.46028130882697443,0.15372517456988796,0.0,0.6993714694602893,0.15372517456988796,0.0,0.16078557916425418,0.15372517456988796,0.0,0.2068466142795264,0.15372517456988796,5.9650366541079e-05,0.31351134687430826,0.15372517456988796,0.0,0.2597586997697322,0.15372517456988796,1.5659419446855508e-06,0.20906281624546397,0.15372517456988796,0.0,0.07779831745289542,0.5,0.15372517456988796,0.0,0.04198695134853779,0.15372517456988796,0.0,0.0025864073066349047,0.5,0.15372517456988796,0.0,0.038453556135145534,0.15372517456988796,0.0,0.03474561326600975,0.15372517456988796,0.0,0.8904750646363958,0.15372517456988796,1.1249391551494112e-08,0.6512853117529993,0.15372517456988796,0.0,0.3075664462166161,0.15372517456988796,0.0,0.07272751621690125,0.15372517456988796,0.0,0.02440790167990647,0.5,0.15372517456988796,0.0,0.016593614042047695,0.0,0.9097243088268115,0.9091036665927811 -5541,0.5,0.15372517456988796,0.0,0.45618051912029123,0.15372517456988796,0.0,0.5793803138414136,0.15372517456988796,0.0,0.10113560481211274,0.15372517456988796,0.0,0.16196936244087426,0.15372517456988796,0.0,0.30463135138744046,0.15372517456988796,0.0,0.21550709941350793,0.15372517456988796,0.0,0.1498180087872866,0.15372517456988796,0.0,0.043107420319786614,0.5,0.15372517456988796,0.0,0.019211434851552783,0.15372517456988796,0.0,0.0014974161771170189,0.5,0.15372517456988796,0.0,0.025534955776030783,0.15372517456988796,0.0,0.035317662809904594,0.15372517456988796,0.0,0.8883169248328482,0.15372517456988796,0.0,0.5865785679762038,0.15372517456988796,0.0,0.20418751304552607,0.15372517456988796,0.0,0.0595782937420991,0.15372517456988796,0.0,0.01090799462344591,0.5,0.15372517456988796,0.0,0.010225630738712467,0.0,0.9768808207658588,0.8384818484795279 -5542,0.5,0.15372517456988796,0.0,0.41533905558521456,0.15372517456988796,0.0,0.5589639587456797,0.15372517456988796,0.0,0.06729340143145325,0.15372517456988796,0.0,0.13463322257548604,0.15372517456988796,0.0,0.3038409813510587,0.15372517456988796,0.0,0.09037174999102052,0.15372517456988796,0.0,0.13489408839674116,0.15372517456988796,0.0,0.02548032260104224,0.5,0.15372517456988796,0.0,0.011741782050243146,0.15372517456988796,0.0,0.003067550965187501,0.5,0.15372517456988796,0.0,0.013521134849339086,0.15372517456988796,0.0,0.02905721318711617,0.15372517456988796,0.0,0.8650594154086487,0.15372517456988796,0.0,0.5850047059523124,0.15372517456988796,0.0,0.16626297898237752,0.15372517456988796,0.0,0.054693876499540134,0.15372517456988796,0.0,0.007816384795451567,0.5,0.15372517456988796,0.0,0.0070721818796178615,0.0,0.9977886472112879,0.7896149666278226 -5543,0.5,0.15372517456988796,0.0,0.375809119047784,0.15372517456988796,0.0,0.6366691243718764,0.15372517456988796,0.0,0.07173111353621146,0.15372517456988796,0.0,0.10528444815681308,0.15372517456988796,0.0,0.22368207772699464,0.15372517456988796,0.0,0.06457378392205554,0.15372517456988796,0.0,0.11263902599894908,0.15372517456988796,0.0,0.01859770166897632,0.5,0.15372517456988796,0.0,0.008211241213337673,0.15372517456988796,0.0,0.0061455982576005845,0.5,0.15372517456988796,0.0,0.007886252092755727,0.15372517456988796,0.0,0.012949201391528649,0.15372517456988796,0.0,0.8427156217122816,0.15372517456988796,0.0,0.5654115349362708,0.15372517456988796,0.0,0.16530727091480152,0.15372517456988796,0.0,0.047354996922221865,0.15372517456988796,0.0,0.0093295032431492,0.5,0.15372517456988796,0.0,0.00495405952722906,0.0,0.9975714244159879,0.7901634743471577 -5544,0.5,0.15372517456988796,0.0,0.34252378069504497,0.15372517456988796,0.0,0.6774510124255472,0.15372517456988796,0.0,0.07777961274726805,0.15372517456988796,0.0,0.08744461268956243,0.15372517456988796,0.0,0.23742883769679946,0.15372517456988796,0.0,0.09597989377125032,0.15372517456988796,0.0,0.10334004424360489,0.15372517456988796,0.0,0.019607489648718196,0.5,0.15372517456988796,0.0,0.004668255648446109,0.15372517456988796,0.0,0.005987599790427397,0.5,0.15372517456988796,0.0,0.0066755450750061885,0.15372517456988796,0.0,0.005337685667641752,0.15372517456988796,0.0,0.817412188064421,0.15372517456988796,0.0,0.5334669860929633,0.15372517456988796,0.0,0.18546848104406688,0.15372517456988796,0.0,0.04644723729353307,0.15372517456988796,0.0,0.007736227965076708,0.5,0.15372517456988796,0.0,0.008730146502583561,0.0,0.998895540807267,0.7931344433827995 -5545,0.5,0.15372517456988796,0.0,0.3504561676537759,0.15372517456988796,0.0,0.6419295436065884,0.15372517456988796,0.0,0.06889851324785995,0.15372517456988796,0.0,0.07292030116191438,0.15372517456988796,0.0,0.28288797765516616,0.15372517456988796,0.0,0.12279599230080242,0.15372517456988796,0.0,0.10660232740082057,0.15372517456988796,0.0,0.021827933785566488,0.5,0.15372517456988796,0.0,0.00278199047517203,0.15372517456988796,0.0,0.007912759948270207,0.5,0.15372517456988796,0.0,0.003572459514974925,0.15372517456988796,0.0,0.003614112917393685,0.15372517456988796,0.0,0.7922387337134663,0.15372517456988796,0.0,0.5374399776443064,0.15372517456988796,0.0,0.2213652257515118,0.15372517456988796,0.0,0.042219857730386966,0.15372517456988796,0.0,0.005691126590796045,0.5,0.15372517456988796,0.0,0.012268403992229004,0.0,1.0006643092568885,0.8051106569514213 -5546,0.5,0.15372517456988796,0.0,0.3792536335119776,0.15372517456988796,0.0,0.6452013730557129,0.15372517456988796,0.0,0.07364553188011982,0.15372517456988796,0.0,0.06375252366678139,0.15372517456988796,0.0,0.28741415193139147,0.15372517456988796,0.0,0.13575591475875318,0.15372517456988796,0.0,0.12650168000095396,0.15372517456988796,0.0,0.022291558619131215,0.5,0.15372517456988796,0.0,0.002227705339716056,0.15372517456988796,0.0,0.005911796084935824,0.5,0.15372517456988796,0.0,0.001538559778044154,0.15372517456988796,0.0,0.00214780391075243,0.15372517456988796,0.0,0.7350823817318326,0.15372517456988796,0.0,0.5434427265224717,0.15372517456988796,0.0,0.26164154926672356,0.15372517456988796,0.0,0.030191535443608118,0.15372517456988796,0.0,0.004548229452404366,0.5,0.15372517456988796,0.0,0.012704218539383558,0.0,1.0018774771052201,0.7831409028751566 -5547,0.5,0.15372517456988796,0.0,0.4085420043485436,0.15372517456988796,0.0,0.7032606694842027,0.15372517456988796,0.0,0.07671357470718795,0.15372517456988796,0.0,0.06335832662600363,0.15372517456988796,0.0,0.26967442375508044,0.15372517456988796,0.0,0.13785036317039723,0.15372517456988796,0.0,0.14819530086341587,0.15372517456988796,0.0,0.025730307480042743,0.5,0.15372517456988796,0.0,0.0023006586177231393,0.15372517456988796,0.0,0.004295443660786268,0.5,0.15372517456988796,0.0,0.0008360888832168472,0.15372517456988796,0.0,0.0022216103016408344,0.15372517456988796,0.0,0.6906046040029798,0.15372517456988796,0.0,0.5086173059831232,0.15372517456988796,0.0,0.28788700793566974,0.15372517456988796,0.0,0.02313621004122826,0.15372517456988796,0.0,0.003645780237897941,0.5,0.15372517456988796,0.0,0.010410283088663654,0.0,1.004693740336948,0.7859598593204067 -5548,0.5,0.15372517456988796,0.0,0.4267128101279548,0.15372517456988796,0.0,0.6997267995801867,0.15372517456988796,0.0,0.06911580021545694,0.15372517456988796,0.0,0.06614291657241017,0.15372517456988796,0.0,0.2648561411637151,0.15372517456988796,0.0,0.1426931678749626,0.15372517456988796,0.0,0.15286479152629082,0.15372517456988796,0.0,0.02815210529158489,0.5,0.15372517456988796,0.0,0.0016415043301975624,0.15372517456988796,0.0,0.0024164895313517915,0.5,0.15372517456988796,0.0,0.0005272246128866647,0.15372517456988796,0.0,0.0031018104738076554,0.15372517456988796,0.0,0.6501245391548436,0.15372517456988796,0.0,0.43261539459155873,0.15372517456988796,0.0,0.304006278887011,0.15372517456988796,0.0,0.02301015367175568,0.15372517456988796,0.0,0.002236779455200278,0.5,0.15372517456988796,0.0,0.008155102974384187,0.0,1.0053896736727828,0.8427112725200971 -5549,0.5,0.15372517456988796,0.0,0.44400092200018554,0.15372517456988796,0.0,0.6174792121330681,0.15372517456988796,0.0,0.06077170894802511,0.15372517456988796,0.0,0.06762442274886511,0.15372517456988796,0.0,0.26999481749618653,0.15372517456988796,0.0,0.14875498280121505,0.15372517456988796,0.0,0.15669353796072405,0.15372517456988796,0.0,0.024980461308557175,0.5,0.15372517456988796,0.0,0.0013382207957044858,0.15372517456988796,0.0,0.0021449235181642537,0.5,0.15372517456988796,0.0,0.00026300124737035045,0.15372517456988796,0.0,0.003729098297903131,0.15372517456988796,0.0,0.6012539422746199,0.15372517456988796,0.0,0.3703379188293532,0.15372517456988796,0.0,0.2944554139684044,0.15372517456988796,0.0,0.025029071908197097,0.15372517456988796,0.0,0.001510173746868063,0.5,0.15372517456988796,0.0,0.005608707326443579,0.0,1.001716900125849,0.8681325166668027 -5550,0.5,0.15372517456988796,0.007186581827273978,0.4589330067289783,0.15372517456988796,0.0017353515861814625,0.5578214851759147,0.15372517456988796,0.0032273910415969247,0.05807763884366587,0.15372517456988796,0.00731185963985596,0.06275078406332614,0.15372517456988796,1.3472373831728835e-05,0.2613523448945919,0.15372517456988796,0.0,0.14160989268422663,0.15372517456988796,1.2404635028570986e-06,0.16571369122223711,0.15372517456988796,0.0,0.02067246076141524,0.5,0.15372517456988796,0.0,0.0012089726989508622,0.15372517456988796,0.00010176812137473713,0.0022669242228332415,0.5,0.15372517456988796,0.0,5.0147949287194844e-05,0.15372517456988796,8.395183961444658e-06,0.006316367388107927,0.15372517456988796,0.0011539832145916306,0.5931275138219957,0.15372517456988796,0.0003748846138951391,0.33762407262909966,0.15372517456988796,0.0017852534512394595,0.28084773855382633,0.15372517456988796,0.000303610432500186,0.02734311876231148,0.15372517456988796,0.0014533676845792513,0.0011113196913769743,0.5,0.15372517456988796,0.00047224802530455975,0.0040677103048650095,0.0,0.9745561333383711,0.8173573924672943 -5551,0.5,0.15372517456988796,0.08316311874145539,0.5271098420647048,0.15372517456988796,0.03319440636191653,0.5739106725211909,0.15372517456988796,0.08178273631622635,0.05347096160455547,0.15372517456988796,0.09549544686877696,0.06787617607507525,0.15372517456988796,0.06074612439266837,0.20729342637041762,0.15372517456988796,0.051311057690028035,0.10934428579850114,0.15372517456988796,0.06191350788568703,0.14434153243884448,0.15372517456988796,0.049486488840880805,0.01662500885830694,0.5,0.15372517456988796,0.04816434266579722,0.0008004982820387187,0.15372517456988796,0.033885168732321586,0.0014232866487175178,0.5,0.15372517456988796,0.05785054624880858,5.4811998614281986e-05,0.15372517456988796,0.052957544272594505,0.004144810586257359,0.15372517456988796,0.02755163486906889,0.5950739853786239,0.15372517456988796,0.03708583804260776,0.3399831430286537,0.15372517456988796,0.07219885079895082,0.30021845513706574,0.15372517456988796,0.06764527243366476,0.02027648563344097,0.15372517456988796,0.07267749190372998,0.000571551787327142,0.5,0.15372517456988796,0.014276150020708669,0.002875274051795012,0.0,0.9301149300801136,0.6784024120801038 -5552,0.5,0.15372517456988796,0.20023103464359426,0.6320399802285022,0.15372517456988796,0.06015669727610701,0.5375575298865174,0.15372517456988796,0.21157534656989152,0.15532117759776448,0.15372517456988796,0.22879938854982748,0.19223826149937634,0.15372517456988796,0.17661381131308407,0.31018746238944067,0.15372517456988796,0.15949678200152573,0.17276181009087316,0.15372517456988796,0.1817115681601584,0.28283137528187574,0.15372517456988796,0.14502064845662052,0.0235224374349276,0.5,0.15372517456988796,0.1423563080987348,0.0005261013102919739,0.15372517456988796,0.10422920401217037,0.003320890564962589,0.5,0.15372517456988796,0.17053961948012303,0.00020089094693827495,0.15372517456988796,0.1582316851844755,0.0007842644600951666,0.15372517456988796,0.07653153916670176,0.6206618431354691,0.15372517456988796,0.08758368680463954,0.36459798861920323,0.15372517456988796,0.19426886243421834,0.4627154737985123,0.15372517456988796,0.1904170392381088,0.05507908294643137,0.15372517456988796,0.19764805865438065,0.0004388817339893519,0.5,0.15372517456988796,0.04599527296897424,0.004116050908742594,0.0,0.9483736437628643,0.7086654933289848 -5553,0.5,0.15372517456988796,0.3233082875912284,0.669873326487967,0.15372517456988796,0.04799544404580853,0.409378357344169,0.15372517456988796,0.3556705202489124,0.28069064504827096,0.15372517456988796,0.37239036589023716,0.3058144230489445,0.15372517456988796,0.3026534929920508,0.4570524117580596,0.15372517456988796,0.29198392206231877,0.31364266653910255,0.15372517456988796,0.32386522378174504,0.46548239245175055,0.15372517456988796,0.24146141006783692,0.05701535073577782,0.5,0.15372517456988796,0.23883133395139874,0.0006344241996273859,0.15372517456988796,0.21696285616332542,0.004923660945602395,0.5,0.15372517456988796,0.2942144957961926,0.0001838284413751396,0.15372517456988796,0.27812250610354716,0.001287210435830218,0.15372517456988796,0.12942565952689086,0.6653303884075406,0.15372517456988796,0.14258002137925546,0.38176557650850923,0.15372517456988796,0.33336780641630426,0.5886815122416269,0.15372517456988796,0.33058821920986037,0.1289827811538157,0.15372517456988796,0.3411664299990118,0.002602132827921907,0.5,0.15372517456988796,0.08980945593700514,0.005757536743442896,0.0,0.9768389289790309,0.7966629173709435 -5554,0.5,0.15372517456988796,0.409545457615175,0.6607082199592651,0.15372517456988796,0.06547331651581446,0.37107355561654815,0.15372517456988796,0.502751062750405,0.3298494407616774,0.15372517456988796,0.5166534227465132,0.3180943857909453,0.15372517456988796,0.3686818427729165,0.5811521201282904,0.15372517456988796,0.4259163923016102,0.4685105235974264,0.15372517456988796,0.46236119350153865,0.6155370078657667,0.15372517456988796,0.3420514146002402,0.14232839900688365,0.5,0.15372517456988796,0.3293128749879175,0.004630009650972979,0.15372517456988796,0.3377837061554926,0.006071533018821825,0.5,0.15372517456988796,0.38977139682428186,6.691710873423747e-05,0.15372517456988796,0.385222203350178,0.0026374465154984828,0.15372517456988796,0.24282837926655831,0.6941710158327619,0.15372517456988796,0.20237353971766497,0.48856315503075465,0.15372517456988796,0.47343388565346517,0.6398055867910464,0.15372517456988796,0.4652378714720942,0.20695725913174126,0.15372517456988796,0.4892065228183934,0.011367158538114019,0.5,0.15372517456988796,0.14362955670510688,0.003100881440605526,0.0,0.9883838100114369,0.8206728465333215 -5555,0.5,0.15372517456988796,0.45119688600346086,0.6632065938443329,0.15372517456988796,0.07817089533758557,0.40627006795819,0.15372517456988796,0.6168804612266122,0.3173631093017936,0.15372517456988796,0.6282680500567384,0.31592717362087136,0.15372517456988796,0.26502276677733516,0.5815783394868759,0.15372517456988796,0.45714337457162457,0.45647667881447085,0.15372517456988796,0.5526425293147086,0.6899494847206473,0.15372517456988796,0.4141101362272788,0.17456448704839417,0.5,0.15372517456988796,0.38400594095382856,0.016436312714950305,0.15372517456988796,0.39367613252285716,0.005410277298754953,0.5,0.15372517456988796,0.4042687395825602,0.0006391819523274416,0.15372517456988796,0.4606693850241719,0.006440169035555592,0.15372517456988796,0.3095722325543724,0.7672019348013248,0.15372517456988796,0.29255250058500043,0.6172416009925169,0.15372517456988796,0.5448204773270695,0.698219918714704,0.15372517456988796,0.5272631182159475,0.2435018301638097,0.15372517456988796,0.5956029926955726,0.02375524999762758,0.5,0.15372517456988796,0.20713067432354504,0.0015527337332919954,0.0,0.9930570431544631,0.7969617400708435 -5556,0.5,0.15372517456988796,0.524662454900545,0.7087197112752747,0.15372517456988796,0.16574222576955683,0.5660230757984874,0.15372517456988796,0.6743627540796837,0.3232994161894924,0.15372517456988796,0.6883143816637454,0.3045684115561863,0.15372517456988796,0.33380238379543276,0.5571523448850414,0.15372517456988796,0.43297270217771594,0.35518160886422623,0.15372517456988796,0.5463380487872023,0.6393128298405952,0.15372517456988796,0.525339656903074,0.16945039023071767,0.5,0.15372517456988796,0.46954792352161123,0.03637959290547782,0.15372517456988796,0.3841312407536023,0.0066655199656183075,0.5,0.15372517456988796,0.3479256076036989,0.00877390530962549,0.15372517456988796,0.49732942906155814,0.014654718279592749,0.15372517456988796,0.32137410856635884,0.7967347731653324,0.15372517456988796,0.25029866751920654,0.69968988324279,0.15372517456988796,0.5589465366673679,0.7064813833667382,0.15372517456988796,0.5444974666832297,0.2667144922408054,0.15372517456988796,0.6284752703688757,0.03785480056571831,0.5,0.15372517456988796,0.2109024196548966,0.0015480775592586272,0.0,1.0078211184086927,0.7593994119830915 -5557,0.5,0.15372517456988796,0.4816564213043866,0.6681688497513375,0.15372517456988796,0.4900312733463045,0.8651827952196232,0.15372517456988796,0.6780774504014555,0.3419422504501897,0.15372517456988796,0.7004160684886587,0.2918605453356232,0.15372517456988796,0.17183228490013808,0.4603547724361675,0.15372517456988796,0.3356004056959475,0.24236251151137378,0.15372517456988796,0.4404989867527831,0.554090074814372,0.15372517456988796,0.5206617318736745,0.15835320578875753,0.5,0.15372517456988796,0.5044000699102414,0.05613993628303924,0.15372517456988796,0.330460342442866,0.009215930695119768,0.5,0.15372517456988796,0.44668919771413246,0.03166772640061183,0.15372517456988796,0.5234087163719412,0.025268021747462528,0.15372517456988796,0.24127719349512697,0.7750970329179029,0.15372517456988796,0.22360166023710254,0.6902975005397513,0.15372517456988796,0.48323656569572704,0.6909049577593372,0.15372517456988796,0.581724862223808,0.28462479710693084,0.15372517456988796,0.5816406665916619,0.05496605810911705,0.5,0.15372517456988796,0.19279595968807153,0.002362097581300282,0.0,0.9914442531174034,0.7277233025407852 -5558,0.5,0.15372517456988796,0.47713482797985785,0.630319984346909,0.15372517456988796,0.39525139160752154,0.8559446852697937,0.15372517456988796,0.6256117329024681,0.342653431558529,0.15372517456988796,0.6701461236484798,0.2922843522885211,0.15372517456988796,0.16662114467167488,0.3871208409331851,0.15372517456988796,0.34943158031647864,0.15915020856189568,0.15372517456988796,0.25825691625607444,0.45645554292797147,0.15372517456988796,0.40878569513034446,0.14224104202658502,0.5,0.15372517456988796,0.5804872515438144,0.08410611468192014,0.15372517456988796,0.2990562117750213,0.008780954436904943,0.5,0.15372517456988796,0.5720527823304183,0.0547845179424366,0.15372517456988796,0.4695912372332641,0.03905854347326802,0.15372517456988796,0.1151733779872602,0.7373928870624352,0.15372517456988796,0.21523569875302517,0.6524679126337665,0.15372517456988796,0.3582956390994611,0.6586378878471361,0.15372517456988796,0.5321629095144824,0.2949037276890168,0.15372517456988796,0.49512247375594665,0.06687828040011945,0.5,0.15372517456988796,0.1673427965987562,0.005212749758543774,0.0,0.9773167694321099,0.6605794466530919 -5559,0.5,0.15372517456988796,0.4064742351704492,0.5972434741850146,0.15372517456988796,0.0867967352163594,0.7062532537548449,0.15372517456988796,0.5486703902415703,0.3402494694426051,0.15372517456988796,0.5802336838199547,0.2696050044645431,0.15372517456988796,0.15448683136565475,0.3537455441086309,0.15372517456988796,0.3528643586917878,0.1495062725815455,0.15372517456988796,0.2078464651722989,0.35234362316516127,0.15372517456988796,0.35331152198837296,0.13242159017360045,0.5,0.15372517456988796,0.4882221922064385,0.11492124163948894,0.15372517456988796,0.2404760997154572,0.008044197957760034,0.5,0.15372517456988796,0.5620247193736296,0.03371428842225651,0.15372517456988796,0.3829447742766142,0.05361319259594585,0.15372517456988796,0.061700644836994445,0.7099270086752737,0.15372517456988796,0.20933158920350464,0.6220196173257797,0.15372517456988796,0.26007817925982313,0.5892998054899381,0.15372517456988796,0.49294538086287254,0.29350634452093993,0.15372517456988796,0.44305149070566535,0.064115411539518,0.5,0.15372517456988796,0.15580247262632646,0.00817165144431157,0.0,0.9610374996465008,0.7121132673481774 -5560,0.5,0.15372517456988796,0.2953560044238552,0.5906770798402698,0.15372517456988796,0.16205173511709622,0.7304096298008382,0.15372517456988796,0.42595525537017176,0.3100240160991799,0.15372517456988796,0.438336071662655,0.21495402188036494,0.15372517456988796,0.18892283147997968,0.35775940719272314,0.15372517456988796,0.26862408913434327,0.15833225128756256,0.15372517456988796,0.26256620656294016,0.27708660158595166,0.15372517456988796,0.27162089118754623,0.13030950316895645,0.5,0.15372517456988796,0.4151496170345236,0.13379405169582417,0.15372517456988796,0.2062194808901791,0.009616447041454264,0.5,0.15372517456988796,0.4301750488197863,0.013574448443483687,0.15372517456988796,0.3126976318242062,0.05639530081850287,0.15372517456988796,0.058099480520429264,0.6833775928877166,0.15372517456988796,0.10205368649968419,0.564425403756735,0.15372517456988796,0.2940378045854102,0.5506350084954996,0.15372517456988796,0.41153796765948714,0.26188797346774706,0.15372517456988796,0.34418678186060503,0.05430453612943408,0.5,0.15372517456988796,0.11632894108947382,0.009337623589289442,0.0,0.9494567200013329,0.7599770844242376 -5561,0.5,0.15372517456988796,0.19048259569165404,0.5506507217956607,0.15372517456988796,0.19605520703456364,0.7250967586686606,0.15372517456988796,0.29648883903465273,0.2504263530951509,0.15372517456988796,0.29403957661971464,0.15049296976728938,0.15372517456988796,0.08471932748582453,0.29564584356385415,0.15372517456988796,0.13194785199583473,0.1430235012928551,0.15372517456988796,0.25982035150653815,0.2395579707312565,0.15372517456988796,0.21098827302838968,0.12148879586647775,0.5,0.15372517456988796,0.31278895313606264,0.1240961392988999,0.15372517456988796,0.14387659715493217,0.0146976450011507,0.5,0.15372517456988796,0.28795113629401276,0.012555079293609987,0.15372517456988796,0.2249959280913753,0.05495891809799734,0.15372517456988796,0.04892403953710472,0.614382871597509,0.15372517456988796,0.09235901953633249,0.5100491052227272,0.15372517456988796,0.2720250617662409,0.4854574931671433,0.15372517456988796,0.28522494767930956,0.2240457192392298,0.15372517456988796,0.23777918578733803,0.04952455469923716,0.5,0.15372517456988796,0.07526860335126928,0.013310006413649541,0.0,0.9416515939631572,0.9078458978108477 -5562,0.5,0.15372517456988796,0.1137010329225954,0.4555945752852025,0.15372517456988796,0.055670835825393616,0.7010809631613313,0.15372517456988796,0.17795307217122747,0.17961443345147515,0.15372517456988796,0.15296471368708045,0.05975874339387234,0.15372517456988796,0.037482124502486655,0.1965054774838585,0.15372517456988796,0.06705813961140768,0.11846292592828495,0.15372517456988796,0.15019570291036627,0.18891299546533755,0.15372517456988796,0.18422606037365605,0.09802771833086504,0.5,0.15372517456988796,0.1991741311343328,0.09777863635633303,0.15372517456988796,0.08304959515223684,0.015889359870466725,0.5,0.15372517456988796,0.1544276181563467,0.02091966385599244,0.15372517456988796,0.12581231416132038,0.0549955936346325,0.15372517456988796,0.029088415678004128,0.5331858008397588,0.15372517456988796,0.05681182833235689,0.45057629104202285,0.15372517456988796,0.16294278670743487,0.39383890034473024,0.15372517456988796,0.16343023273131252,0.15772628109017053,0.15372517456988796,0.12783673389742078,0.0325547326143105,0.5,0.15372517456988796,0.04604995527947072,0.023250075595399176,0.0,0.9253752518687192,0.960500567880446 -5563,0.5,0.15372517456988796,0.020664762197442135,0.264113438304361,0.15372517456988796,0.029965112441494295,0.5178140088228712,0.15372517456988796,0.02933365055556056,0.09295740084238367,0.15372517456988796,0.009603084986753623,0.022519842998065316,0.15372517456988796,0.0228768956352866,0.12148247350895132,0.15372517456988796,0.030049927921596532,0.08439973852287289,0.15372517456988796,0.033732426554248136,0.10656150601619328,0.15372517456988796,0.04643034517419034,0.05619422477028563,0.5,0.15372517456988796,0.045392430225205914,0.040102821844024854,0.15372517456988796,0.022389461278510638,0.009483473602489618,0.5,0.15372517456988796,0.0361162917432115,0.0075279731971939845,0.15372517456988796,0.02870360777119268,0.035971149771530944,0.15372517456988796,0.007788044848183058,0.48647242881225156,0.15372517456988796,0.02423843337922742,0.33809179368001496,0.15372517456988796,0.02994151127459181,0.2723727677234787,0.15372517456988796,0.0405859823266455,0.06876510897587555,0.15372517456988796,0.023712711095798783,0.009621190359302206,0.5,0.15372517456988796,0.004215215837431892,0.024748851016582904,0.0,0.9329678588880332,0.9297081993877154 -5564,0.5,0.15372517456988796,0.0,0.1470224816887895,0.15372517456988796,0.0,0.2470177921954436,0.15372517456988796,0.0,0.0671259512760195,0.15372517456988796,0.0,0.02454476768184392,0.15372517456988796,0.0,0.078492863977799,0.15372517456988796,3.755727016056701e-05,0.032971704603804594,0.15372517456988796,0.0,0.048850225886275175,0.15372517456988796,0.0,0.024277554835606157,0.5,0.15372517456988796,0.0,0.03434178911544747,0.15372517456988796,0.0,0.004035867212503933,0.5,0.15372517456988796,0.0,0.00630446277476499,0.15372517456988796,0.0,0.022085052270527147,0.15372517456988796,0.0,0.4210979500921803,0.15372517456988796,0.0,0.272024403398809,0.15372517456988796,0.0,0.16412278346091097,0.15372517456988796,0.0,0.030823393176714526,0.15372517456988796,0.0,0.010453144647508999,0.5,0.15372517456988796,0.0,0.019337019079647088,0.0,0.8922031337675062,0.8646996975874416 -5565,0.5,0.15372517456988796,0.0,0.10265378242899283,0.15372517456988796,0.0,0.14802261277722964,0.15372517456988796,0.0,0.04881445825565737,0.15372517456988796,0.0,0.025209528643343342,0.15372517456988796,0.0,0.0920333957178621,0.15372517456988796,0.0,0.029328241591178653,0.15372517456988796,0.0,0.022150577103868734,0.15372517456988796,0.0,0.01470402994880492,0.5,0.15372517456988796,0.0,0.023018713766345223,0.15372517456988796,0.0,0.0008185145502098438,0.5,0.15372517456988796,0.0,0.006839872766682344,0.15372517456988796,0.0,0.010694169261164446,0.15372517456988796,0.0,0.30555178275982026,0.15372517456988796,0.0,0.2727404406970297,0.15372517456988796,0.0,0.11244020360140872,0.15372517456988796,0.0,0.014910965361464124,0.15372517456988796,0.0,0.011528735269209722,0.5,0.15372517456988796,0.0,0.011515190703235043,0.0,0.8889823786589144,0.8652741594506645 -5566,0.5,0.15372517456988796,0.0,0.08385390849526542,0.15372517456988796,0.0,0.18740778289757773,0.15372517456988796,0.0,0.03533795172517223,0.15372517456988796,0.0,0.02715817683597871,0.15372517456988796,0.0,0.10466617022974176,0.15372517456988796,0.0,0.03454445110219506,0.15372517456988796,0.0,0.014992058605527273,0.15372517456988796,0.0,0.00805448765939765,0.5,0.15372517456988796,0.0,0.012919084059527977,0.15372517456988796,0.0,0.000853466800431009,0.5,0.15372517456988796,0.0,0.008147511319795717,0.15372517456988796,0.0,0.008072699890284335,0.15372517456988796,0.0,0.257357843824203,0.15372517456988796,0.0,0.27875200234834,0.15372517456988796,0.0,0.09188868582680183,0.15372517456988796,0.0,0.007864931043630003,0.15372517456988796,0.0,0.010666192019986543,0.5,0.15372517456988796,0.0,0.006531532399708713,0.0,0.8671284487033347,0.7893313528191296 -5567,0.5,0.15372517456988796,0.0,0.07706322065029557,0.15372517456988796,0.0,0.2468455442814216,0.15372517456988796,0.0,0.01966491617089927,0.15372517456988796,0.0,0.02640034819305612,0.15372517456988796,0.0,0.09412871479067379,0.15372517456988796,0.0,0.031856582226077415,0.15372517456988796,0.0,0.017269060881261206,0.15372517456988796,0.0,0.0033785552366406494,0.5,0.15372517456988796,0.0,0.006824328661785453,0.15372517456988796,0.0,0.001289847958422256,0.5,0.15372517456988796,0.0,0.006844776809373872,0.15372517456988796,0.0,0.006464145414561686,0.15372517456988796,0.0,0.29152963365498236,0.15372517456988796,0.0,0.2864134626034004,0.15372517456988796,0.0,0.0809162124814751,0.15372517456988796,0.0,0.005675063616804769,0.15372517456988796,0.0,0.008753275579861813,0.5,0.15372517456988796,0.0,0.0035253552255055743,0.0,0.8456078072223443,0.7186898105782994 -5568,0.5,0.15372517456988796,0.0,0.08310149114871211,0.15372517456988796,0.0,0.2897975648548752,0.15372517456988796,0.0,0.009373230245266076,0.15372517456988796,0.0,0.02459932298783172,0.15372517456988796,0.0,0.07122382484807735,0.15372517456988796,0.0,0.025284111943925026,0.15372517456988796,0.0,0.018212013030581082,0.15372517456988796,0.0,0.0018021351502428915,0.5,0.15372517456988796,0.0,0.004697686125403707,0.15372517456988796,0.0,0.0009119417831757096,0.5,0.15372517456988796,0.0,0.007152001677380255,0.15372517456988796,0.0,0.006257191776505554,0.15372517456988796,0.0,0.2665367563764976,0.15372517456988796,0.0,0.28821447116152765,0.15372517456988796,0.0,0.0912442557787329,0.15372517456988796,0.0,0.005501247800494128,0.15372517456988796,0.0,0.006406465794076529,0.5,0.15372517456988796,0.0,0.001700096120282116,0.0,0.7921674827112961,0.6575177803340018 -5569,0.5,0.15372517456988796,0.0,0.09751054030018172,0.15372517456988796,0.0,0.28674220859260835,0.15372517456988796,0.0,0.00537985442202244,0.15372517456988796,0.0,0.021084570997490372,0.15372517456988796,0.0,0.05699006016121539,0.15372517456988796,0.0,0.017289116243627507,0.15372517456988796,0.0,0.018362584326984965,0.15372517456988796,0.0,0.0009341660849006368,0.5,0.15372517456988796,0.0,0.003186409119111271,0.15372517456988796,0.0,0.0005379165873465935,0.5,0.15372517456988796,0.0,0.00832797138431145,0.15372517456988796,0.0,0.008072356176992958,0.15372517456988796,0.0,0.33644959035422795,0.15372517456988796,0.0,0.2762691544417081,0.15372517456988796,0.0,0.10147946634580424,0.15372517456988796,0.0,0.004713653223065525,0.15372517456988796,0.0,0.005194026914221942,0.5,0.15372517456988796,0.0,0.0011382561497636809,0.0,0.7554914080649519,0.6433789918903404 -5570,0.5,0.15372517456988796,0.0,0.11452608833739193,0.15372517456988796,0.0,0.25645048348976857,0.15372517456988796,0.0,0.004511028848772519,0.15372517456988796,0.0,0.018007498516450882,0.15372517456988796,0.0,0.054537917170508494,0.15372517456988796,0.0,0.012714333800916116,0.15372517456988796,0.0,0.018127809784811474,0.15372517456988796,0.0,0.0010402303594221464,0.5,0.15372517456988796,0.0,0.0020592884067421905,0.15372517456988796,0.0,0.0004480021235841609,0.5,0.15372517456988796,0.0,0.007833540372541819,0.15372517456988796,0.0,0.008920749695054428,0.15372517456988796,0.0,0.3572509197353294,0.15372517456988796,0.0,0.2557701820096403,0.15372517456988796,0.0,0.10536967161850821,0.15372517456988796,0.0,0.0039747601288920775,0.15372517456988796,0.0,0.004999954912571191,0.5,0.15372517456988796,0.0,0.0006462541686944443,0.0,0.6867646392935288,0.721319363652934 -5571,0.5,0.15372517456988796,0.0,0.13421505919336438,0.15372517456988796,0.0,0.24446181598923225,0.15372517456988796,0.0,0.006204396365143692,0.15372517456988796,0.0,0.017333757542476406,0.15372517456988796,0.0,0.05418566286386927,0.15372517456988796,0.0,0.007971680943969743,0.15372517456988796,0.0,0.01710192004244427,0.15372517456988796,0.0,0.002675508352081135,0.5,0.15372517456988796,0.0,0.001995284957316259,0.15372517456988796,0.0,0.0009058621545113668,0.5,0.15372517456988796,0.0,0.0056497120965430135,0.15372517456988796,0.0,0.008786143662972623,0.15372517456988796,0.0,0.36973496843953657,0.15372517456988796,0.0,0.24978711800840078,0.15372517456988796,0.0,0.09838994886132922,0.15372517456988796,0.0,0.0024226900427535085,0.15372517456988796,0.0,0.005806126535571892,0.5,0.15372517456988796,0.0,0.0005906504698047972,0.0,0.6505628969493733,0.7981943274775972 -5572,0.5,0.15372517456988796,0.0,0.14678493306460969,0.15372517456988796,0.0,0.2444983481571785,0.15372517456988796,0.0,0.00708013417450207,0.15372517456988796,0.0,0.01646659983104435,0.15372517456988796,0.0,0.05614175413743767,0.15372517456988796,0.0,0.008719794182194327,0.15372517456988796,0.0,0.014832423177691711,0.15372517456988796,0.0,0.0035464378555324755,0.5,0.15372517456988796,0.0,0.0019496595757367847,0.15372517456988796,0.0,0.001417527732916768,0.5,0.15372517456988796,0.0,0.0012733897688111105,0.15372517456988796,0.0,0.005713488052412511,0.15372517456988796,0.0,0.3797336871643967,0.15372517456988796,0.0,0.22565836471318987,0.15372517456988796,0.0,0.08867067609614292,0.15372517456988796,0.0,0.0020983820235715256,0.15372517456988796,0.0,0.008633646228982463,0.5,0.15372517456988796,0.0,0.00045810744713873784,0.0,0.5865257911033599,0.8066602076070013 -5573,0.5,0.15372517456988796,0.0,0.15496431361053373,0.15372517456988796,0.0,0.2293188036890665,0.15372517456988796,0.0,0.006962113209169063,0.15372517456988796,0.0,0.016078569481398616,0.15372517456988796,0.0,0.05520986140518853,0.15372517456988796,0.0,0.014087064237317811,0.15372517456988796,0.0,0.012957784554922377,0.15372517456988796,0.0,0.003699338540599706,0.5,0.15372517456988796,0.0,0.0014848864347640086,0.15372517456988796,0.0,0.0022714398522619425,0.5,0.15372517456988796,0.0,0.003507834301424511,0.15372517456988796,0.0,0.004738598810979009,0.15372517456988796,0.0,0.39628952652394817,0.15372517456988796,0.0,0.21751522926515593,0.15372517456988796,0.0,0.0829036428935752,0.15372517456988796,0.0,0.0021941437664200094,0.15372517456988796,0.0,0.0099547091273884,0.5,0.15372517456988796,0.0,0.002343337020470016,0.0,0.5943251402066184,0.7437706939538185 -5574,0.5,0.15372517456988796,0.005729532287539323,0.15982415175535744,0.15372517456988796,0.0022156903014864874,0.2063357274886796,0.15372517456988796,0.0022896210785410946,0.0076194383143482645,0.15372517456988796,0.005763152431059917,0.014700700249520127,0.15372517456988796,0.0,0.05152726734865426,0.15372517456988796,0.0,0.022308092351365553,0.15372517456988796,0.0,0.012714748953827307,0.15372517456988796,0.0,0.004182368289184357,0.5,0.15372517456988796,0.0,0.0020278434452292507,0.15372517456988796,1.8289819568693856e-05,0.0017195646329609582,0.5,0.15372517456988796,0.0,0.008477193808256893,0.15372517456988796,0.0,0.005591573941682725,0.15372517456988796,0.000866221465627522,0.4157290605373015,0.15372517456988796,0.00028754866501364397,0.23252943701531478,0.15372517456988796,0.0007737306054066572,0.08311197437865869,0.15372517456988796,4.8153833841851494e-05,0.00225388092336676,0.15372517456988796,0.000721107241744167,0.009508113941316263,0.5,0.15372517456988796,0.0006979788224704972,0.005562094705768229,0.0,0.6103207719462582,0.6957460954953677 -5575,0.5,0.15372517456988796,0.07008902096930592,0.21662107189737884,0.15372517456988796,0.06459738634773357,0.22398374426286136,0.15372517456988796,0.07365412855909405,0.009512467467061986,0.15372517456988796,0.08963941663455044,0.014687862391718803,0.15372517456988796,0.004769421989573077,0.05044704973885346,0.15372517456988796,0.03578470562735951,0.030922182640979522,0.15372517456988796,0.028088951340600386,0.013651735605222474,0.15372517456988796,0.040332131800549446,0.0032958973312811825,0.5,0.15372517456988796,0.040622692069518386,0.002068045399080494,0.15372517456988796,0.045452458467762635,0.0011846959257624686,0.5,0.15372517456988796,0.06034946206234939,0.005141817667910424,0.15372517456988796,0.05736828783145643,0.006060349121983338,0.15372517456988796,0.025852935268694262,0.43358159263953566,0.15372517456988796,0.020365922489829495,0.27049504159379995,0.15372517456988796,0.029600693988838335,0.11303864389529267,0.15372517456988796,0.06403054226725821,0.0013980929877998676,0.15372517456988796,0.06769592163603545,0.005110896306084028,0.5,0.15372517456988796,0.029987835819370586,0.004681364761660659,0.0,0.6778062481067789,0.5968315083887671 -5576,0.5,0.15372517456988796,0.1517927980585615,0.33225135427873415,0.15372517456988796,0.1685064949435585,0.3539633130136215,0.15372517456988796,0.18971312551596647,0.028377058195159937,0.15372517456988796,0.21848487402047467,0.04061385880586902,0.15372517456988796,0.036766209489013206,0.08705961593334344,0.15372517456988796,0.12133285913767064,0.05349696393889332,0.15372517456988796,0.10085490218773291,0.021871030370610972,0.15372517456988796,0.12658559551309456,0.0024908468655276115,0.5,0.15372517456988796,0.12530933291568486,0.0015631078395491342,0.15372517456988796,0.14993939750983937,0.006783315483929625,0.5,0.15372517456988796,0.18321469621253572,0.004490518418525103,0.15372517456988796,0.18017504041366456,0.0074308193165435405,0.15372517456988796,0.07068135058897022,0.47771302491892886,0.15372517456988796,0.08880571842470014,0.3606817845004431,0.15372517456988796,0.06450820271230075,0.20834469927879248,0.15372517456988796,0.18121675863665704,0.002297958865393481,0.15372517456988796,0.19423637527986787,0.007316405846167534,0.5,0.15372517456988796,0.10647833430136391,0.016469291208370533,0.0,0.7959131740274151,0.6423873793032038 -5577,0.5,0.15372517456988796,0.2286988891041147,0.5053259037775827,0.15372517456988796,0.2633310393233328,0.6627805943716517,0.15372517456988796,0.312838140852017,0.07686893238336578,0.15372517456988796,0.3581538724702059,0.0784413340128592,0.15372517456988796,0.09762013202870953,0.18128215839456763,0.15372517456988796,0.22797160484551374,0.09251691662028871,0.15372517456988796,0.2502499551523345,0.050420986122085266,0.15372517456988796,0.23251733117338236,0.004141464396119941,0.5,0.15372517456988796,0.22168676731796266,0.0030249174503953085,0.15372517456988796,0.28077775969063484,0.016023137860265633,0.5,0.15372517456988796,0.3286408451534239,0.012773692836755977,0.15372517456988796,0.3282439664925308,0.01657662722143462,0.15372517456988796,0.10953733582417946,0.5388597267881625,0.15372517456988796,0.21436664740279143,0.512489181542396,0.15372517456988796,0.11092048451459988,0.2663724251651616,0.15372517456988796,0.3132897441112025,0.014329580735435641,0.15372517456988796,0.34544551930981127,0.020176027702205057,0.5,0.15372517456988796,0.22423276883730875,0.03130253392313897,0.0,0.845744426408881,0.6851011693829334 -5578,0.5,0.15372517456988796,0.2747591327062561,0.5544090965955748,0.15372517456988796,0.42718054228005653,0.7604829308228522,0.15372517456988796,0.40835506163420643,0.11624775930298578,0.15372517456988796,0.49004372063190793,0.1078801776167361,0.15372517456988796,0.15619499815609594,0.3044790625995154,0.15372517456988796,0.32910690172242324,0.14199810779430766,0.15372517456988796,0.3977987575024421,0.07375923557700549,0.15372517456988796,0.3512775265182168,0.010017090946864843,0.5,0.15372517456988796,0.33435481704898073,0.009124955061986316,0.15372517456988796,0.4415616003656232,0.01694401914725689,0.5,0.15372517456988796,0.48073895015919965,0.01751189508352383,0.15372517456988796,0.4811124847734124,0.02298127177065879,0.15372517456988796,0.13383883436003657,0.5337531380570084,0.15372517456988796,0.3338634485478008,0.5701074539484502,0.15372517456988796,0.22032729787681385,0.30738574988372136,0.15372517456988796,0.4330051621597286,0.0231194533346004,0.15372517456988796,0.4951297584081483,0.04217808573146152,0.5,0.15372517456988796,0.3078512146783873,0.020730461270073042,0.0,0.8334125833084285,0.6280297209691246 -5579,0.5,0.15372517456988796,0.23549180717132545,0.4837931580601956,0.15372517456988796,0.5269378029994385,0.7038191960703728,0.15372517456988796,0.41242332677235716,0.1294677496222057,0.15372517456988796,0.5517095534215292,0.14486311830176568,0.15372517456988796,0.3097932699602941,0.4498941430826478,0.15372517456988796,0.4051626320119169,0.19849620365601878,0.15372517456988796,0.5050327846426099,0.1369149093687932,0.15372517456988796,0.44270936622213497,0.030265401227086063,0.5,0.15372517456988796,0.44997371811878634,0.024882442978923017,0.15372517456988796,0.5595458047824813,0.010328450947024883,0.5,0.15372517456988796,0.6050144794884058,0.01852889103534628,0.15372517456988796,0.5961023357139201,0.021915693980557125,0.15372517456988796,0.15706151978557595,0.5107054209545191,0.15372517456988796,0.4163331698976256,0.555593440458593,0.15372517456988796,0.3623350813606806,0.3619770822777276,0.15372517456988796,0.5077793206975778,0.03878872926761735,0.15372517456988796,0.6069947718288915,0.06695532743027642,0.5,0.15372517456988796,0.3918048207097344,0.01722236171407399,0.0,0.8842406008337137,0.5637349672875505 -5580,0.5,0.15372517456988796,0.2873689533420974,0.4639935895249424,0.15372517456988796,0.39891616565837124,0.6459974829010979,0.15372517456988796,0.41715414095640413,0.11681795306789794,0.15372517456988796,0.5589903245447987,0.17018307098301996,0.15372517456988796,0.47213769986450926,0.5358358186928861,0.15372517456988796,0.5500459155716892,0.23965208801391674,0.15372517456988796,0.5447544655341703,0.18827958881556472,0.15372517456988796,0.5673097985831,0.06807776732131193,0.5,0.15372517456988796,0.5038072276371133,0.06922947318895661,0.15372517456988796,0.6238016616363034,0.0065004203541231004,0.5,0.15372517456988796,0.6750583425204386,0.024220081735569672,0.15372517456988796,0.6661545903700902,0.02261923726406488,0.15372517456988796,0.16753347514717087,0.6171282806187746,0.15372517456988796,0.48657913934225366,0.5323987817381798,0.15372517456988796,0.4480106216173376,0.368918805237741,0.15372517456988796,0.5489497427310355,0.08518890658924817,0.15372517456988796,0.6538179597312015,0.09053063188827896,0.5,0.15372517456988796,0.43957435185313953,0.019534455397254933,0.0,0.8979858834082157,0.49623752080193984 -5581,0.5,0.15372517456988796,0.3048493981578655,0.46437184354917427,0.15372517456988796,0.4229264460526691,0.5733789097038321,0.15372517456988796,0.4532151286506901,0.10927311567147345,0.15372517456988796,0.5156924742072135,0.17629645846419487,0.15372517456988796,0.5439186549188592,0.5428931351321759,0.15372517456988796,0.6350210661970315,0.3034933877352713,0.15372517456988796,0.6012583890595672,0.2170149978550013,0.15372517456988796,0.6101267274057269,0.10278225429033593,0.5,0.15372517456988796,0.49554250713970666,0.12863530223337952,0.15372517456988796,0.5979405212967706,0.0046029760065697915,0.5,0.15372517456988796,0.6666555209384301,0.035820507682305075,0.15372517456988796,0.6872788532460459,0.027641837006862888,0.15372517456988796,0.2537153623343674,0.7125184496411149,0.15372517456988796,0.5575917023479563,0.5223936953907018,0.15372517456988796,0.4376248349982738,0.3265161708203499,0.15372517456988796,0.5802565172472458,0.1075706961457372,0.15372517456988796,0.662669619268682,0.10993477893763194,0.5,0.15372517456988796,0.3591025246507563,0.017868276232100286,0.0,0.8810834386898333,0.499605702347803 -5582,0.5,0.15372517456988796,0.3232037469859285,0.4621211876204637,0.15372517456988796,0.4614692615854131,0.4988964862783525,0.15372517456988796,0.4752006761412363,0.12388651242420566,0.15372517456988796,0.5098206464259527,0.17742337397623414,0.15372517456988796,0.5651640914242364,0.5533564781631043,0.15372517456988796,0.48994792295067474,0.35194421347042415,0.15372517456988796,0.6225150134403838,0.2527253472993574,0.15372517456988796,0.5955797555037692,0.12151955181193919,0.5,0.15372517456988796,0.5042334891314577,0.17991073312774328,0.15372517456988796,0.5279045786803238,0.0037010796965128204,0.5,0.15372517456988796,0.5979603695004387,0.062179311952154176,0.15372517456988796,0.6491631545519712,0.03309839139183261,0.15372517456988796,0.372653379254162,0.7387073778108292,0.15372517456988796,0.5483297329285846,0.49870353814532997,0.15372517456988796,0.4548611684558648,0.2962526565934305,0.15372517456988796,0.558298396955177,0.11929343893825707,0.15372517456988796,0.6225523961193538,0.12631157369892987,0.5,0.15372517456988796,0.36642177314932567,0.0188223283484365,0.0,0.8026844699792272,0.5363698365516707 -5583,0.5,0.15372517456988796,0.2945419248837665,0.42840242972612486,0.15372517456988796,0.3411861780131458,0.4045371312553814,0.15372517456988796,0.47552194847359996,0.11319059673643,0.15372517456988796,0.48088992774564865,0.16967711898336374,0.15372517456988796,0.4386965903547684,0.5843175764421232,0.15372517456988796,0.3920574056747165,0.3409790144928622,0.15372517456988796,0.585552277852462,0.32512935934394427,0.15372517456988796,0.5257957979486216,0.14346092975971597,0.5,0.15372517456988796,0.5073313300752577,0.20305489434943272,0.15372517456988796,0.4539069972849094,0.0032216522985055937,0.5,0.15372517456988796,0.5086306354224404,0.0577734758464496,0.15372517456988796,0.5702461521190596,0.034854094791706924,0.15372517456988796,0.41731927980803063,0.661924098986936,0.15372517456988796,0.5090095336014875,0.45880062619105894,0.15372517456988796,0.46674195016329123,0.2697860582463528,0.15372517456988796,0.5066713018458042,0.12376654680016147,0.15372517456988796,0.5571272206146144,0.12592981754088112,0.5,0.15372517456988796,0.3273156801002673,0.01963052804256249,0.0,0.7142329845668661,0.5973924586896628 -5584,0.5,0.15372517456988796,0.25607073360571336,0.3770662583674161,0.15372517456988796,0.31982252305292247,0.3097986659114983,0.15372517456988796,0.4165804196103837,0.07908530609770063,0.15372517456988796,0.3986428689431815,0.15112840776324538,0.15372517456988796,0.3189349660873666,0.5199402844797995,0.15372517456988796,0.3384700888594415,0.19762852586173008,0.15372517456988796,0.41533314835306656,0.34148999875063596,0.15372517456988796,0.3525363733919149,0.12717738498493905,0.5,0.15372517456988796,0.4548173130932812,0.19139028268785224,0.15372517456988796,0.3743633865149743,0.0030882091613336823,0.5,0.15372517456988796,0.4715560874485829,0.03746625295367444,0.15372517456988796,0.47376720879553735,0.029562919996267988,0.15372517456988796,0.3541951361595219,0.5407931391749796,0.15372517456988796,0.4072237084995075,0.41402506335916767,0.15372517456988796,0.3975123781248735,0.2440561513286816,0.15372517456988796,0.3663689034338704,0.12160582223841815,0.15372517456988796,0.45136337852931063,0.10996620727055802,0.5,0.15372517456988796,0.2924732105295661,0.018608882898617875,0.0,0.643618429772456,0.5685187504279859 -5585,0.5,0.15372517456988796,0.20816236660561316,0.29681709576111326,0.15372517456988796,0.2735294872908133,0.2145815655734401,0.15372517456988796,0.30660787265563283,0.05165003885024153,0.15372517456988796,0.2868607888254014,0.11280703335950673,0.15372517456988796,0.2501569702751823,0.3550951424748612,0.15372517456988796,0.3788193556381734,0.09724188536505954,0.15372517456988796,0.3236352250190216,0.26885407904238484,0.15372517456988796,0.2656972379384712,0.10163684687373252,0.5,0.15372517456988796,0.32682586350068993,0.14578225251688567,0.15372517456988796,0.2631239989097189,0.0038485313199843325,0.5,0.15372517456988796,0.36537376533145527,0.0286296760404585,0.15372517456988796,0.3440345214073283,0.018858786127930658,0.15372517456988796,0.2355699644596651,0.3541613622884708,0.15372517456988796,0.2850591343144335,0.3658262482100203,0.15372517456988796,0.276771370665005,0.21820255135320468,0.15372517456988796,0.2556710929430703,0.09193193361625042,0.15372517456988796,0.32681527614301537,0.07531964032534308,0.5,0.15372517456988796,0.21242894452193734,0.013859345587416977,0.0,0.7082425276405419,0.5715995050453273 -5586,0.5,0.15372517456988796,0.12475548902281941,0.18399267955132637,0.15372517456988796,0.16479850650697092,0.12706299028423548,0.15372517456988796,0.17306607812409502,0.021591429729212994,0.15372517456988796,0.15820382000104874,0.057291457658487636,0.15372517456988796,0.22586020874830018,0.19420172937355168,0.15372517456988796,0.25024282786109797,0.04796834034964785,0.15372517456988796,0.21405301166036694,0.1287371958432649,0.15372517456988796,0.17604910185374084,0.05208270430961465,0.5,0.15372517456988796,0.2037564472124902,0.06497835957748756,0.15372517456988796,0.1592154405646673,0.0037886061861024294,0.5,0.15372517456988796,0.2219299095054943,0.011735476016418821,0.15372517456988796,0.20684036840730685,0.009522096336175167,0.15372517456988796,0.13906209114061663,0.18164616081126223,0.15372517456988796,0.1707319909085152,0.28985729910694513,0.15372517456988796,0.13112376683567892,0.15738990235947453,0.15372517456988796,0.14870748345017973,0.03431600598418843,0.15372517456988796,0.19700828738051068,0.026676992054172777,0.5,0.15372517456988796,0.12229697959585523,0.005642355379101507,0.0,0.7080267572825872,0.6280393050958682 -5587,0.5,0.15372517456988796,0.01959439618261321,0.06780585174005531,0.15372517456988796,0.04018389963834358,0.03772525157460538,0.15372517456988796,0.028554890293572235,0.0017438960811398557,0.15372517456988796,0.006622452614342187,0.011755904696692349,0.15372517456988796,0.052492999721706124,0.05166711297424493,0.15372517456988796,0.051432390588033526,0.008688206159292614,0.15372517456988796,0.04026560902463122,0.03320989964599184,0.15372517456988796,0.043982701762262134,0.011486149683323003,0.5,0.15372517456988796,0.03848488070452716,0.014375338405919539,0.15372517456988796,0.026897398009191543,0.004893570379943059,0.5,0.15372517456988796,0.03371290535327745,0.0007878813563817328,0.15372517456988796,0.03348733934875923,0.005131411456804885,0.15372517456988796,0.027680491613116448,0.0688186457360874,0.15372517456988796,0.04544143545859891,0.15986157413318325,0.15372517456988796,0.036313804482579426,0.06837927927088941,0.15372517456988796,0.02858167710943737,0.004999769290256881,0.15372517456988796,0.02287346098050761,0.004008960185306682,0.5,0.15372517456988796,0.0010886577402922613,0.0029638448616489408,0.0,0.547513017292097,0.6151892682112258 -5588,0.5,0.15372517456988796,0.0,0.05492355621826436,0.15372517456988796,0.0,0.046974952692874716,0.15372517456988796,0.0,0.0010615787874627429,0.15372517456988796,0.0,0.0067857507196334025,0.15372517456988796,0.0,0.04213171168254699,0.15372517456988796,0.0,0.004165984136814529,0.15372517456988796,0.0,0.013770176675482148,0.15372517456988796,0.0,0.00459509317130176,0.5,0.15372517456988796,0.0,0.004993565641596365,0.15372517456988796,0.0,0.0122868843852471,0.5,0.15372517456988796,0.0,0.0012778277599948273,0.15372517456988796,0.0,0.00512306419232953,0.15372517456988796,0.0,0.03849415073843798,0.15372517456988796,0.0,0.09484074118656663,0.15372517456988796,0.0,0.038568614767297796,0.15372517456988796,0.0,0.0042819028434699785,0.15372517456988796,0.0,0.002210171086376692,0.5,0.15372517456988796,0.0,0.003554019123989474,0.0,0.40547362635072404,0.5625464383459262 -5589,0.5,0.15372517456988796,0.0,0.05858114612147318,0.15372517456988796,0.0,0.06462429565473317,0.15372517456988796,0.0,0.005791492404282382,0.15372517456988796,0.0,0.0040525903266526355,0.15372517456988796,0.0,0.04323577579888201,0.15372517456988796,0.0,0.002884778176059724,0.15372517456988796,0.0,0.0022147659321831636,0.15372517456988796,0.0,0.001808442177953509,0.5,0.15372517456988796,0.0,0.0034584867154239694,0.15372517456988796,0.0,0.016974273409946335,0.5,0.15372517456988796,0.0,0.0036296610387624006,0.15372517456988796,0.0,0.005953166093493326,0.15372517456988796,0.0,0.03062737977926793,0.15372517456988796,0.0,0.08661829374024259,0.15372517456988796,0.0,0.023996678945713605,0.15372517456988796,0.0,0.0058247615114939396,0.15372517456988796,0.0,0.002890107689734674,0.5,0.15372517456988796,0.0,0.004480228946724235,0.0,0.2734913073889503,0.5647810272068005 -5590,0.5,0.15372517456988796,0.0,0.06986923977915045,0.15372517456988796,0.0,0.059420865466659985,0.15372517456988796,0.0,0.016592260695665,0.15372517456988796,0.0,0.005509732904670813,0.15372517456988796,0.0,0.04626474732644204,0.15372517456988796,0.0,0.007288941753374313,0.15372517456988796,0.0,0.0008642299436366258,0.15372517456988796,0.0,0.0026035203190466977,0.5,0.15372517456988796,0.0,0.003120761488165318,0.15372517456988796,0.0,0.016648708947873826,0.5,0.15372517456988796,0.0,0.008013188862755396,0.15372517456988796,0.0,0.013387079442641852,0.15372517456988796,0.0,0.036175854520819145,0.15372517456988796,0.0,0.10113066598969989,0.15372517456988796,0.0,0.01896835326905213,0.15372517456988796,0.0,0.008749785034867117,0.15372517456988796,0.0,0.004932398029744086,0.5,0.15372517456988796,0.0,0.006895129472648644,0.0,0.16583632150307848,0.7329487056463833 -5591,0.5,0.15372517456988796,0.0,0.07867852839650553,0.15372517456988796,0.0,0.052091945403464526,0.15372517456988796,0.0,0.03688333035181775,0.15372517456988796,0.0,0.012270743843275716,0.15372517456988796,0.0,0.04734630395673947,0.15372517456988796,0.0,0.02286303007971794,0.15372517456988796,0.0,0.004178774673663064,0.15372517456988796,0.0,0.007196818434948625,0.5,0.15372517456988796,0.0,0.003897647277316465,0.15372517456988796,0.0,0.015473871757410284,0.5,0.15372517456988796,0.0,0.015313290036736371,0.15372517456988796,0.0,0.013236965153745882,0.15372517456988796,0.0,0.05715090408596549,0.15372517456988796,0.0,0.11873548674305588,0.15372517456988796,0.0,0.02057455872632908,0.15372517456988796,0.0,0.011955171432919976,0.15372517456988796,0.0,0.008227007993970633,0.5,0.15372517456988796,0.0,0.009098991960893721,0.0,0.07953634449327188,0.8275630306142338 -5592,0.5,0.15372517456988796,0.0,0.08559495005868259,0.15372517456988796,0.0,0.06357223871380255,0.15372517456988796,0.0,0.05822982703993716,0.15372517456988796,0.0,0.024594859467869,0.15372517456988796,0.0,0.055739516233417344,0.15372517456988796,0.0,0.05114247887035268,0.15372517456988796,0.0,0.01286088025031491,0.15372517456988796,0.0,0.018035869546203384,0.5,0.15372517456988796,0.0,0.004797318717601016,0.15372517456988796,0.0,0.015108037620134082,0.5,0.15372517456988796,0.0,0.02402494098308241,0.15372517456988796,0.0,0.023071257195801078,0.15372517456988796,0.0,0.09038826513357182,0.15372517456988796,0.0,0.10982528610439551,0.15372517456988796,0.0,0.021085083867825483,0.15372517456988796,0.0,0.014151207066098875,0.15372517456988796,0.0,0.012118836013998935,0.5,0.15372517456988796,0.0,0.008507702598711291,0.0,0.07208059069799863,0.9110768913490934 -5593,0.5,0.15372517456988796,0.0,0.08453409051423863,0.15372517456988796,0.0,0.06685095473339893,0.15372517456988796,0.0,0.06779392348161833,0.15372517456988796,0.0,0.03855354207480453,0.15372517456988796,0.0,0.07316081198539091,0.15372517456988796,0.0,0.07172756876889474,0.15372517456988796,0.0,0.02325623801046931,0.15372517456988796,0.0,0.037771855979363264,0.5,0.15372517456988796,0.0,0.006100855972213391,0.15372517456988796,0.0,0.011330431770301621,0.5,0.15372517456988796,0.0,0.033293240463926774,0.15372517456988796,0.0,0.0376463862505943,0.15372517456988796,0.0,0.14490348585810175,0.15372517456988796,0.0,0.11085088864989259,0.15372517456988796,0.0,0.020104930177680672,0.15372517456988796,0.0,0.017701511401644998,0.15372517456988796,0.0,0.01656574615617624,0.5,0.15372517456988796,0.0,0.006813790446117487,0.0,0.11455300038246248,0.9279803805542794 -5594,0.5,0.15372517456988796,0.0,0.08254254218799832,0.15372517456988796,0.0,0.06369431930837678,0.15372517456988796,0.0,0.06365090151381393,0.15372517456988796,0.0,0.05284577678128481,0.15372517456988796,0.0,0.09035094128248729,0.15372517456988796,0.0,0.0886604671371896,0.15372517456988796,0.0,0.030432352540732205,0.15372517456988796,0.0,0.053510003392537364,0.5,0.15372517456988796,0.0,0.006863815957280323,0.15372517456988796,0.0,0.010420917756981365,0.5,0.15372517456988796,0.0,0.041598827914565005,0.15372517456988796,0.0,0.03894059572852145,0.15372517456988796,0.0,0.19052165469688825,0.15372517456988796,0.0,0.14183835114013882,0.15372517456988796,0.0,0.018617650347291376,0.15372517456988796,0.0,0.014634567321287031,0.15372517456988796,0.0,0.02268456226315913,0.5,0.15372517456988796,0.0,0.0049111528077853475,0.0,0.16255624557494186,0.985070004211134 -5595,0.5,0.15372517456988796,0.0,0.08258655391227623,0.15372517456988796,0.0,0.05991818616994085,0.15372517456988796,0.0,0.05604609858748192,0.15372517456988796,0.0,0.058667722230486434,0.15372517456988796,0.0,0.09687439689731675,0.15372517456988796,0.0,0.10263296190567037,0.15372517456988796,0.0,0.045376585179738305,0.15372517456988796,0.0,0.06689236488909198,0.5,0.15372517456988796,0.0,0.009500248440149985,0.15372517456988796,0.0,0.011423091027712563,0.5,0.15372517456988796,0.0,0.04397860174567406,0.15372517456988796,0.0,0.03657217956459585,0.15372517456988796,0.0,0.19790786090856757,0.15372517456988796,0.0,0.18194665715360914,0.15372517456988796,0.0,0.017871568334076354,0.15372517456988796,0.0,0.014498097334593488,0.15372517456988796,0.0,0.025338967952028307,0.5,0.15372517456988796,0.0,0.0035520487581961573,0.0,0.18698514762271543,0.9952620047941654 -5596,0.5,0.15372517456988796,0.0,0.08312894693921583,0.15372517456988796,0.0,0.06048377885884279,0.15372517456988796,0.0,0.05391576181720891,0.15372517456988796,0.0,0.057645180504234166,0.15372517456988796,0.0,0.10826309911308062,0.15372517456988796,0.0,0.11402093618207856,0.15372517456988796,0.0,0.06737254038472616,0.15372517456988796,0.0,0.0649440883612347,0.5,0.15372517456988796,0.0,0.012484329684297801,0.15372517456988796,0.0,0.013976763039281598,0.5,0.15372517456988796,0.0,0.044925928663474037,0.15372517456988796,0.0,0.037458078055543645,0.15372517456988796,0.0,0.21484901972902676,0.15372517456988796,0.0,0.21502145441894116,0.15372517456988796,0.0,0.01866185397166088,0.15372517456988796,0.0,0.014439485772158844,0.15372517456988796,0.0,0.028640221975548753,0.5,0.15372517456988796,0.0,0.0031027042373371148,0.0,0.23764591683623715,0.9972985583818235 -5597,0.5,0.15372517456988796,0.0,0.08686349710539061,0.15372517456988796,0.0,0.05941611007985247,0.15372517456988796,0.0,0.04689225524554839,0.15372517456988796,0.0,0.059804443855032474,0.15372517456988796,0.0,0.1193271869321448,0.15372517456988796,0.0,0.1230164695794917,0.15372517456988796,0.0,0.07628809730371498,0.15372517456988796,0.0,0.06047407586510971,0.5,0.15372517456988796,0.0,0.016294299810134517,0.15372517456988796,0.0,0.013182407425009151,0.5,0.15372517456988796,0.0,0.04535980149621612,0.15372517456988796,0.0,0.040062181247850444,0.15372517456988796,0.0,0.24147752937265543,0.15372517456988796,0.0,0.233014979500811,0.15372517456988796,0.0,0.022396243968232202,0.15372517456988796,0.0,0.01656033896202454,0.15372517456988796,0.0,0.03365903397141257,0.5,0.15372517456988796,0.0,0.0033125284427653148,0.0,0.32650019658571744,0.9981657755340152 -5598,0.5,0.15372517456988796,0.003052459167983902,0.08187101217067774,0.15372517456988796,0.0018934681807390597,0.0594704694908763,0.15372517456988796,0.0006252335825819301,0.0370974459162822,0.15372517456988796,0.004833893975314665,0.05620032554962055,0.15372517456988796,0.0,0.15059723970612127,0.15372517456988796,0.0,0.12289522999595605,0.15372517456988796,0.0,0.09695285704666882,0.15372517456988796,0.0,0.06407305518966842,0.5,0.15372517456988796,0.0,0.02098541659728834,0.15372517456988796,0.0,0.013738724920326307,0.5,0.15372517456988796,0.0,0.05592483969689433,0.15372517456988796,0.0,0.03834318737025367,0.15372517456988796,0.00149898199645511,0.24362054554297705,0.15372517456988796,0.0002204616490721848,0.2433540022459017,0.15372517456988796,0.0006195609173254686,0.029649258104332964,0.15372517456988796,7.764766785727563e-08,0.01849390468599524,0.15372517456988796,0.0006807245795380987,0.03813668439305009,0.5,0.15372517456988796,0.0018179746379317929,0.0034177281107648466,0.0,0.30473643778178255,0.9971273965169587 -5599,0.5,0.15372517456988796,0.05040570645144072,0.09004530268967818,0.15372517456988796,0.07003325698118498,0.0623651084316604,0.15372517456988796,0.025193678632017165,0.035280797261831934,0.15372517456988796,0.0760532805309212,0.04279623645046852,0.15372517456988796,0.05720624736419141,0.13662246503900868,0.15372517456988796,0.04432722876698742,0.09681738423217484,0.15372517456988796,0.055565737021790296,0.07318409281733677,0.15372517456988796,0.038184657049224656,0.06403795330474438,0.5,0.15372517456988796,0.04903344439561627,0.01819850267417767,0.15372517456988796,0.06458862676468415,0.009404803103780612,0.5,0.15372517456988796,0.05517874946784691,0.042902488116178326,0.15372517456988796,0.057552830731243135,0.02512865325635974,0.15372517456988796,0.05919401411898825,0.2454167939599557,0.15372517456988796,0.058894988959375213,0.2558653994411171,0.15372517456988796,0.0650134856748264,0.0316602609032114,0.15372517456988796,0.060657436213724616,0.014651569216301709,0.15372517456988796,0.06644831643395446,0.03665337307245323,0.5,0.15372517456988796,0.07687552833885762,0.0025715254677016208,0.0,0.26816524012278337,0.9903713888703943 -5600,0.5,0.15372517456988796,0.12066834721203526,0.12698152149007297,0.15372517456988796,0.18337959202483065,0.1156924244107728,0.15372517456988796,0.09734282455824678,0.043239938089033404,0.15372517456988796,0.16017539629094502,0.04254084693812976,0.15372517456988796,0.172990953858469,0.22376095175311844,0.15372517456988796,0.1502166544624046,0.126551373793016,0.15372517456988796,0.16139274872975343,0.08323063705310567,0.15372517456988796,0.1269629050548878,0.0908947351278413,0.5,0.15372517456988796,0.16451421426162502,0.02581467952911503,0.15372517456988796,0.18971492161233944,0.006625802216159709,0.5,0.15372517456988796,0.16899405461227862,0.05826898861288226,0.15372517456988796,0.1801541840648276,0.018421333860275408,0.15372517456988796,0.15889446826608325,0.302228659217723,0.15372517456988796,0.17246565076846115,0.3480684178361221,0.15372517456988796,0.1856005465567715,0.04954157676981487,0.15372517456988796,0.18328989858908407,0.020098003300814727,0.15372517456988796,0.18934485141809168,0.05606730306221498,0.5,0.15372517456988796,0.20325935815400153,0.003292868752610359,0.0,0.2422958622301728,1.0001501719229418 -5601,0.5,0.15372517456988796,0.21093609294160676,0.17123329102361903,0.15372517456988796,0.31491694410532206,0.211661323004255,0.15372517456988796,0.2335064679561626,0.1096515344293098,0.15372517456988796,0.23564687047675337,0.0558422446670338,0.15372517456988796,0.30956597549382403,0.4049277802534386,0.15372517456988796,0.284660517794744,0.262859679028048,0.15372517456988796,0.27775967810631047,0.1930338405605544,0.15372517456988796,0.2451553886476201,0.18435213037715442,0.5,0.15372517456988796,0.30393541518206435,0.10051931131588884,0.15372517456988796,0.33338695211754366,0.015068537576939333,0.5,0.15372517456988796,0.3092973843262055,0.14118878774224794,0.15372517456988796,0.32613898624967996,0.032141848808072464,0.15372517456988796,0.2789193786319603,0.43259138654555784,0.15372517456988796,0.30898358943881893,0.5300316238293191,0.15372517456988796,0.31942846343469833,0.12471783155922475,0.15372517456988796,0.3223386969570626,0.07802090284045247,0.15372517456988796,0.32953029119595834,0.12585336975479677,0.5,0.15372517456988796,0.34768590926542786,0.008776747466075333,0.0,0.20852730260284977,1.0028783721758736 -5602,0.5,0.15372517456988796,0.3489655104317187,0.22696094648216428,0.15372517456988796,0.4530440167440899,0.3536853988343674,0.15372517456988796,0.4283814819517998,0.2203381821062678,0.15372517456988796,0.3031961501997176,0.07892519958411807,0.15372517456988796,0.4410863170280805,0.5957282477190845,0.15372517456988796,0.41991962832866714,0.49253402690338044,0.15372517456988796,0.39884420459063014,0.40053553944514075,0.15372517456988796,0.3926237214517057,0.3798096699636557,0.5,0.15372517456988796,0.448899166842443,0.2834160602329044,0.15372517456988796,0.48150773385601897,0.034454508050127744,0.5,0.15372517456988796,0.46641967859459244,0.22103035387264955,0.15372517456988796,0.47830313700283966,0.07138799890218714,0.15372517456988796,0.41847368985987543,0.5224001120694471,0.15372517456988796,0.44633641968457816,0.62242072978137,0.15372517456988796,0.4522053599534491,0.2687070043132639,0.15372517456988796,0.46120222886537265,0.2198417651427892,0.15372517456988796,0.4724845002638062,0.20653013133202097,0.5,0.15372517456988796,0.49238487439321976,0.016772206149563297,0.0,0.16731489910323327,1.0061262010322822 -5603,0.5,0.15372517456988796,0.5201267607260727,0.27739771294657284,0.15372517456988796,0.5753298488991696,0.5667058759727828,0.15372517456988796,0.5763128016453832,0.29494939350389854,0.15372517456988796,0.3830765293766579,0.12163760243182856,0.15372517456988796,0.5597882401372285,0.7741904500138095,0.15372517456988796,0.5366430936504374,0.7702324408053521,0.15372517456988796,0.5032683563716087,0.6098868711095182,0.15372517456988796,0.5024541847233406,0.6036146363370383,0.5,0.15372517456988796,0.5338546867475062,0.49023037574887296,0.15372517456988796,0.596593209272921,0.06463780631679371,0.5,0.15372517456988796,0.5862908722846505,0.3288737451290511,0.15372517456988796,0.5970931379179742,0.15562984634441634,0.15372517456988796,0.559647790085637,0.6237399703195851,0.15372517456988796,0.5678344934512463,0.7175834603892586,0.15372517456988796,0.5469530010856367,0.42333755427258296,0.15372517456988796,0.5338045799474422,0.3887276695604024,0.15372517456988796,0.5834156617798062,0.2827066731643045,0.5,0.15372517456988796,0.6039725376776142,0.024322340597110262,0.0,0.14718029399168264,1.0091239855061365 -5604,0.5,0.15372517456988796,0.5885014524639677,0.37450925183415085,0.15372517456988796,0.6205061524170898,0.6982798790712903,0.15372517456988796,0.5564569780710843,0.36751107459478854,0.15372517456988796,0.390371794457968,0.1717261655465342,0.15372517456988796,0.6253609842227235,0.9090913234121354,0.15372517456988796,0.547117346529149,0.9151174569795735,0.15372517456988796,0.4858761491173699,0.7060372525219688,0.15372517456988796,0.5057229252952217,0.7552367670840898,0.5,0.15372517456988796,0.5688624618505675,0.6087232553979443,0.15372517456988796,0.6413144088603311,0.0957047707405033,0.5,0.15372517456988796,0.6337394278540616,0.4485492093849789,0.15372517456988796,0.6434330367364178,0.24778132675917897,0.15372517456988796,0.6527578031685825,0.6775737378686955,0.15372517456988796,0.6372788390912012,0.8016076097979584,0.15372517456988796,0.5037172950395227,0.5370720265881822,0.15372517456988796,0.49675764633196673,0.507985766890755,0.15372517456988796,0.6181246871948107,0.35626370070614943,0.5,0.15372517456988796,0.6656254437571647,0.03497021338500039,0.0,0.13110860584866021,1.0108937896965051 -5605,0.5,0.15372517456988796,0.551339801567461,0.45007241578238066,0.15372517456988796,0.6788997984048369,0.7265753154671606,0.15372517456988796,0.6156822652143773,0.4547264856458536,0.15372517456988796,0.4782178427349819,0.2351026956774817,0.15372517456988796,0.5632729173843447,0.9697947109874119,0.15372517456988796,0.5471767365340221,0.9756038715875497,0.15372517456988796,0.5806173156322687,0.841305793079418,0.15372517456988796,0.4339597279069838,0.8085508731348777,0.5,0.15372517456988796,0.6164320251260139,0.709914061652704,0.15372517456988796,0.6545008095408029,0.12076963333534539,0.5,0.15372517456988796,0.6559720052780091,0.5058894186434376,0.15372517456988796,0.665440153618814,0.33044121363235107,0.15372517456988796,0.6847937742153947,0.6912552366858351,0.15372517456988796,0.6345603343748657,0.8696223682610256,0.15372517456988796,0.4088559029957789,0.5934288100170775,0.15372517456988796,0.5088072955884986,0.5768530561292706,0.15372517456988796,0.6338769161219046,0.41629232341808886,0.5,0.15372517456988796,0.6638113813577938,0.0482570897802766,0.0,0.10731283232954197,0.9937981075022196 -5606,0.5,0.15372517456988796,0.4622629312139024,0.4402477599383256,0.15372517456988796,0.6176608302491471,0.710501546051971,0.15372517456988796,0.6105466264140851,0.5544223551667087,0.15372517456988796,0.45336206597037665,0.27862254661324176,0.15372517456988796,0.4376754436039108,0.9978803062699996,0.15372517456988796,0.476058785289054,0.9898608290233284,0.15372517456988796,0.4677824890054595,0.8890826360811679,0.15372517456988796,0.4942155463407184,0.8287214265423879,0.5,0.15372517456988796,0.49317546927900446,0.7310985134327995,0.15372517456988796,0.6268503131610934,0.15292591722912327,0.5,0.15372517456988796,0.650302570377208,0.5027741087079491,0.15372517456988796,0.645201126035787,0.39034133148382494,0.15372517456988796,0.6676879448939642,0.7363124621417223,0.15372517456988796,0.5493407374799419,0.915921041983349,0.15372517456988796,0.3792704275514792,0.618431231134842,0.15372517456988796,0.4864055596174788,0.6255172756997056,0.15372517456988796,0.6328198990629357,0.45874340656003876,0.5,0.15372517456988796,0.6174591595591826,0.06354336723931547,0.0,0.06524226125256961,0.9061810940567226 -5607,0.5,0.15372517456988796,0.34799298740649703,0.4229042879976669,0.15372517456988796,0.5337684915486698,0.8036175268045868,0.15372517456988796,0.5256157755105944,0.6055478817165316,0.15372517456988796,0.33847135248029936,0.3052927798000617,0.15372517456988796,0.31867221152601144,1.00080692363718,0.15372517456988796,0.3687086365987221,0.9919931125742154,0.15372517456988796,0.3653511463687113,0.8694046627004288,0.15372517456988796,0.39636028419888913,0.8260756110370127,0.5,0.15372517456988796,0.47639585441391447,0.7584280384816383,0.15372517456988796,0.5234648066227426,0.16811132968724804,0.5,0.15372517456988796,0.5801130830486739,0.5172857236923978,0.15372517456988796,0.5823159943761526,0.39859493019971753,0.15372517456988796,0.5680369036363198,0.7703542056404449,0.15372517456988796,0.3548334281457075,0.9408801011975596,0.15372517456988796,0.36117366991181477,0.6317875662926531,0.15372517456988796,0.39731750799506876,0.6370247092143452,0.15372517456988796,0.5633128851190465,0.47311430000394616,0.5,0.15372517456988796,0.5523774308242695,0.09142583649168336,0.0,0.0459551184023018,0.8816095197258605 -5608,0.5,0.15372517456988796,0.24073476145956663,0.36296174838710127,0.15372517456988796,0.3813048931832577,0.83815089957546,0.15372517456988796,0.38293697739512766,0.5665971682516974,0.15372517456988796,0.23872746385828258,0.2509557889179982,0.15372517456988796,0.22498768148455295,1.010748660183468,0.15372517456988796,0.23088514945175173,1.0037354969528365,0.15372517456988796,0.3309215516816152,0.8581566863667396,0.15372517456988796,0.32758167495194346,0.8134143294172596,0.5,0.15372517456988796,0.4365118860640483,0.7096201135395905,0.15372517456988796,0.3950494607874239,0.14271085394056318,0.5,0.15372517456988796,0.4755962152163179,0.5182396316607012,0.15372517456988796,0.4811985609908149,0.38274843012982007,0.15372517456988796,0.3576635070483264,0.8176677259726172,0.15372517456988796,0.20343684541635307,0.9610534585824879,0.15372517456988796,0.3139405042921095,0.720335225805033,0.15372517456988796,0.35003848940330073,0.6445604284457894,0.15372517456988796,0.46431770172756226,0.47994942119077044,0.5,0.15372517456988796,0.4204160160667319,0.12628158919115623,0.0,0.04777149880069483,0.8900241733510383 -5609,0.5,0.15372517456988796,0.1559128315522795,0.2507841272102988,0.15372517456988796,0.2581454758489625,0.8540117693925368,0.15372517456988796,0.27092390664585925,0.4989962691786225,0.15372517456988796,0.18286360113153155,0.17999099137430344,0.15372517456988796,0.09652836066860687,1.0052022854856644,0.15372517456988796,0.08897557526401337,0.9928910729521182,0.15372517456988796,0.21324887941830672,0.8452725667535517,0.15372517456988796,0.24154231595863623,0.7820403371616048,0.5,0.15372517456988796,0.3395249804073106,0.5967781642924032,0.15372517456988796,0.2655814187547608,0.09966628241069836,0.5,0.15372517456988796,0.33854898535165934,0.4541898790917069,0.15372517456988796,0.3467059292880957,0.30851470291773203,0.15372517456988796,0.17925226851830653,0.8851322821470833,0.15372517456988796,0.11543424827800977,0.9418253566949824,0.15372517456988796,0.22748270740463145,0.719211151806243,0.15372517456988796,0.2766972802613813,0.5832210806129081,0.15372517456988796,0.3295629156523441,0.4005255705281725,0.5,0.15372517456988796,0.26864476976469587,0.11461172883631095,0.0,0.07656964271047989,0.9491893137275729 -5610,0.5,0.15372517456988796,0.10280354583565393,0.159841465644269,0.15372517456988796,0.09040346746779797,0.959260228221641,0.15372517456988796,0.1588355110256583,0.34600565266279665,0.15372517456988796,0.11074119449570827,0.09545527319838597,0.15372517456988796,0.03180512848513573,0.830440278328019,0.15372517456988796,0.02752391183240943,0.7920664905931372,0.15372517456988796,0.07812537025967466,0.8798312890267158,0.15372517456988796,0.13270858899595925,0.6728544985492639,0.5,0.15372517456988796,0.22184954957876202,0.3691191111279754,0.15372517456988796,0.1425566400905951,0.040109548214438163,0.5,0.15372517456988796,0.20232970011578347,0.2128710173562659,0.15372517456988796,0.20877230638937833,0.131932891207534,0.15372517456988796,0.0707084831816327,0.8412953690801819,0.15372517456988796,0.04229060780957301,0.7784673084673954,0.15372517456988796,0.1298312469342271,0.6677009015310856,0.15372517456988796,0.14822117185685377,0.4110366777326882,0.15372517456988796,0.18876203267484432,0.1948822512488799,0.5,0.15372517456988796,0.10715800323060531,0.041025274464983254,0.0,0.09551259881703929,0.9681523929456346 -5611,0.5,0.15372517456988796,0.014794094947347087,0.09587192092091845,0.15372517456988796,0.01790849676483181,0.8295739666765257,0.15372517456988796,0.0259274399577329,0.14230758754148404,0.15372517456988796,0.000838765757139184,0.06310400127650206,0.15372517456988796,0.008832261515904832,0.669518655796208,0.15372517456988796,0.006459988757260193,0.44383010897627695,0.15372517456988796,0.012327181347580866,0.9403802656950484,0.15372517456988796,0.023317337380547802,0.5420648826217749,0.5,0.15372517456988796,0.038668599366933995,0.2877473313802099,0.15372517456988796,0.02119251414559339,0.03870788654559228,0.5,0.15372517456988796,0.0311766807708473,0.06897790092936268,0.15372517456988796,0.030853546872823705,0.05722997382698267,0.15372517456988796,0.013531765597643719,0.7482187893707817,0.15372517456988796,0.009852297382931714,0.6324020809646512,0.15372517456988796,0.022215221181743287,0.6008934961046855,0.15372517456988796,0.03177574278779154,0.3272076679688716,0.15372517456988796,0.019208602821905466,0.07836293387412178,0.5,0.15372517456988796,0.0,0.03461135180362362,0.0,0.15758502424196447,0.9671780685671618 -5612,0.5,0.15372517456988796,0.0,0.10334125554851692,0.15372517456988796,0.0,0.3928787266550378,0.15372517456988796,0.0,0.0958747800589627,0.15372517456988796,0.0,0.0606686097023136,0.15372517456988796,0.0,0.5445427842901962,0.15372517456988796,0.0,0.28629034744077525,0.15372517456988796,0.0,0.7071302634650609,0.15372517456988796,1.4012260424609685e-06,0.37587572004306485,0.5,0.15372517456988796,0.0,0.2867571558037637,0.15372517456988796,0.0,0.03655727344704986,0.5,0.15372517456988796,0.0,0.03754652387809036,0.15372517456988796,0.0,0.04006815201550598,0.15372517456988796,0.0,0.6242987422942944,0.15372517456988796,0.0,0.5579362377853683,0.15372517456988796,0.0,0.6116152728815699,0.15372517456988796,0.0,0.39869028851257504,0.15372517456988796,0.0,0.04237788611624962,0.5,0.15372517456988796,0.0,0.03894938588131791,0.0,0.35851945314020367,0.9493970835939181 -5613,0.5,0.15372517456988796,0.0,0.10524575514082701,0.15372517456988796,0.0,0.4356987092488732,0.15372517456988796,0.0,0.09803924996178896,0.15372517456988796,0.0,0.06332250122635033,0.15372517456988796,0.0,0.42441171005596856,0.15372517456988796,0.0,0.23062201448808123,0.15372517456988796,0.0,0.45024654864158664,0.15372517456988796,0.0,0.2836594773142791,0.5,0.15372517456988796,0.0,0.20290269432024977,0.15372517456988796,0.0,0.0334522852616085,0.5,0.15372517456988796,0.0,0.034345172195702905,0.15372517456988796,0.0,0.03647727625185681,0.15372517456988796,0.0,0.523896252209402,0.15372517456988796,0.0,0.5539496557049003,0.15372517456988796,0.0,0.4942415298144466,0.15372517456988796,0.0,0.2642379778838425,0.15372517456988796,0.0,0.027894983037353455,0.5,0.15372517456988796,0.0,0.04209412527357634,0.0,0.5683194235686829,0.911355948730643 -5614,0.5,0.15372517456988796,0.0,0.11083643286964077,0.15372517456988796,0.0,0.4536344263491782,0.15372517456988796,0.0,0.11672815948695377,0.15372517456988796,0.0,0.06879534815470763,0.15372517456988796,0.0,0.4553337486670911,0.15372517456988796,0.0,0.2839703414441089,0.15372517456988796,0.0,0.3326792440259575,0.15372517456988796,0.0,0.23085296688568008,0.5,0.15372517456988796,0.0,0.1477755286082681,0.15372517456988796,0.0,0.03649424627534243,0.5,0.15372517456988796,0.0,0.04954951080949396,0.15372517456988796,0.0,0.0439160677356201,0.15372517456988796,0.0,0.5210024195456526,0.15372517456988796,0.0,0.6209186097733075,0.15372517456988796,0.0,0.34774415185523894,0.15372517456988796,0.0,0.1818220997758333,0.15372517456988796,0.0,0.030653783719840084,0.5,0.15372517456988796,0.0,0.04041513805175127,0.0,0.46238934481087474,0.9097018844506289 -5615,0.5,0.15372517456988796,0.0,0.12070137256475626,0.15372517456988796,0.0,0.5527332329140077,0.15372517456988796,0.0,0.12136718020127546,0.15372517456988796,0.0,0.07741861424617963,0.15372517456988796,0.0,0.566705748614547,0.15372517456988796,0.0,0.3787066964932685,0.15372517456988796,0.0,0.3319193750177251,0.15372517456988796,0.0,0.20553203279960897,0.5,0.15372517456988796,0.0,0.11966022507735767,0.15372517456988796,0.0,0.03989879160563796,0.5,0.15372517456988796,0.0,0.06847252108855814,0.15372517456988796,0.0,0.054684385752252256,0.15372517456988796,0.0,0.5714777941230922,0.15372517456988796,0.0,0.6427895590084836,0.15372517456988796,0.0,0.3406248200074259,0.15372517456988796,0.0,0.15208878994823885,0.15372517456988796,0.0,0.04261479174094812,0.5,0.15372517456988796,0.0,0.039794577174717655,0.0,0.33425866586190955,0.7511046245815282 -5616,0.5,0.15372517456988796,0.0,0.13280142338966539,0.15372517456988796,0.0,0.561888050577456,0.15372517456988796,0.0,0.12005959667791433,0.15372517456988796,0.0,0.09846054730836164,0.15372517456988796,0.0,0.6941070430701356,0.15372517456988796,0.0,0.43640363650952757,0.15372517456988796,0.0,0.4232951826117945,0.15372517456988796,0.0,0.20884162079125837,0.5,0.15372517456988796,0.0,0.1169103625318517,0.15372517456988796,0.0,0.04123136936084137,0.5,0.15372517456988796,0.0,0.09248197606410773,0.15372517456988796,0.0,0.06496994352682577,0.15372517456988796,0.0,0.6042983551790939,0.15372517456988796,0.0,0.7136144630637341,0.15372517456988796,0.0,0.39623589673088766,0.15372517456988796,0.0,0.1588244175710297,0.15372517456988796,0.0,0.056896119003393066,0.5,0.15372517456988796,0.0,0.04093963568136754,0.0,0.3503724843249697,0.7009127984917116 -5617,0.5,0.15372517456988796,0.0,0.16356921004392685,0.15372517456988796,0.0,0.527421109006023,0.15372517456988796,0.0,0.12633340439429083,0.15372517456988796,0.0,0.1133887501340372,0.15372517456988796,0.0,0.7818864263865039,0.15372517456988796,0.0,0.46020365039449534,0.15372517456988796,0.0,0.5145892353300022,0.15372517456988796,0.0,0.21684967836750263,0.5,0.15372517456988796,0.0,0.10791301712213544,0.15372517456988796,0.0,0.0433550239156645,0.5,0.15372517456988796,0.0,0.119855139506471,0.15372517456988796,0.0,0.07238060500563159,0.15372517456988796,0.0,0.6822433017101932,0.15372517456988796,0.0,0.8032666650981621,0.15372517456988796,0.0,0.4212444570083731,0.15372517456988796,0.0,0.19171889356869626,0.15372517456988796,0.0,0.07227932591470201,0.5,0.15372517456988796,0.0,0.0451894044155192,0.0,0.5536512429758152,0.9092022872711859 -5618,0.5,0.15372517456988796,0.0,0.19499860866244062,0.15372517456988796,0.0,0.6338334375618077,0.15372517456988796,0.0,0.14959745676751499,0.15372517456988796,0.0,0.1292272240579436,0.15372517456988796,0.0,0.8101413432550526,0.15372517456988796,0.0,0.393837370954216,0.15372517456988796,0.0,0.5543416529529375,0.15372517456988796,0.0,0.20187125513136844,0.5,0.15372517456988796,0.0,0.08124093190107329,0.15372517456988796,0.0,0.04721301921021962,0.5,0.15372517456988796,0.0,0.12604006230291348,0.15372517456988796,0.0,0.07567956892933801,0.15372517456988796,0.0,0.7486349365876751,0.15372517456988796,0.0,0.8693178885868298,0.15372517456988796,0.0,0.5097234840037931,0.15372517456988796,0.0,0.2393082880875073,0.15372517456988796,0.0,0.08387966586703928,0.5,0.15372517456988796,0.0,0.04800701364208581,0.0,0.6585716951319049,0.996624821042387 -5619,0.5,0.15372517456988796,0.0,0.23237201641332783,0.15372517456988796,0.0,0.8291844134535868,0.15372517456988796,0.0,0.18114330446455912,0.15372517456988796,0.0,0.14502742923870499,0.15372517456988796,0.0,0.8231226802003745,0.15372517456988796,0.0,0.3416131053844442,0.15372517456988796,0.0,0.5541154434040511,0.15372517456988796,0.0,0.16010180310318933,0.5,0.15372517456988796,0.0,0.06080040591830414,0.15372517456988796,0.0,0.045534450276495976,0.5,0.15372517456988796,0.0,0.12888695291025362,0.15372517456988796,0.0,0.07508444798736909,0.15372517456988796,0.0,0.7977301028481814,0.15372517456988796,0.0,0.8721017031074838,0.15372517456988796,0.0,0.6309956618560665,0.15372517456988796,0.0,0.22072695145439003,0.15372517456988796,0.0,0.08865820491811446,0.5,0.15372517456988796,0.0,0.04425968859159587,0.0,0.7821619536964118,1.010078020563467 -5620,0.5,0.15372517456988796,0.0,0.2769109046088327,0.15372517456988796,0.0,0.9188961384479368,0.15372517456988796,0.0,0.21050378945055193,0.15372517456988796,0.0,0.15627279941033265,0.15372517456988796,0.0,0.8566459245449319,0.15372517456988796,0.0,0.3247735047065735,0.15372517456988796,0.0,0.465359396266652,0.15372517456988796,0.0,0.10229962665635461,0.5,0.15372517456988796,0.0,0.049427059815372466,0.15372517456988796,0.0,0.04325594370956656,0.5,0.15372517456988796,0.0,0.13432629931998094,0.15372517456988796,0.0,0.0695223577459532,0.15372517456988796,0.0,0.8360987538295512,0.15372517456988796,0.0,0.8795777974699921,0.15372517456988796,0.0,0.686062978909855,0.15372517456988796,0.0,0.18780161872579695,0.15372517456988796,0.0,0.08645389053717797,0.5,0.15372517456988796,0.0,0.039897518434407954,0.0,0.7722437604036898,1.0084339710279073 -5621,0.5,0.15372517456988796,0.0,0.34989275963118643,0.15372517456988796,0.0,0.9519381940470548,0.15372517456988796,0.0,0.21960959349148604,0.15372517456988796,0.0,0.15669657106048654,0.15372517456988796,0.0,0.8419359562243585,0.15372517456988796,0.0,0.29454945162777973,0.15372517456988796,0.0,0.4040277036505264,0.15372517456988796,0.0,0.06322732594389657,0.5,0.15372517456988796,0.0,0.03524626358049004,0.15372517456988796,0.0,0.040332801258533606,0.5,0.15372517456988796,0.0,0.11292683394611412,0.15372517456988796,0.0,0.062232910042677565,0.15372517456988796,0.0,0.8366746662827653,0.15372517456988796,0.0,0.869019836566686,0.15372517456988796,0.0,0.721211616302714,0.15372517456988796,0.0,0.15532156441293354,0.15372517456988796,0.0,0.07749365238209517,0.5,0.15372517456988796,0.0,0.037897732139916616,0.0,0.7345724314432825,1.0054764607723923 -5622,0.5,0.15372517456988796,0.0012149105143404717,0.4537563195678891,0.15372517456988796,7.306279446637458e-05,0.9716589368513794,0.15372517456988796,0.0011620639828118224,0.22155358805158168,0.15372517456988796,0.0024452859436321027,0.1564846704862204,0.15372517456988796,0.0,0.7272883291559349,0.15372517456988796,0.0,0.24754445666327873,0.15372517456988796,0.0,0.36819168723468176,0.15372517456988796,0.0,0.041990936748701836,0.5,0.15372517456988796,0.0,0.026174701356905576,0.15372517456988796,0.0,0.036903005649388705,0.5,0.15372517456988796,0.0,0.10731559024524563,0.15372517456988796,0.0,0.054289120812150454,0.15372517456988796,0.00012811138052731984,0.7912776419798391,0.15372517456988796,1.121101540672134e-05,0.823073308247847,0.15372517456988796,0.00023467965407933543,0.7278772125145139,0.15372517456988796,0.0,0.13306345017999388,0.15372517456988796,0.00039600656971707106,0.06745218553918775,0.5,0.15372517456988796,0.0008101739453906221,0.03488469956990089,0.0,0.9682633595615372,0.9976305298956496 -5623,0.5,0.15372517456988796,0.027327671626755704,0.5922397633634299,0.15372517456988796,0.002994297824332277,0.9796184816492874,0.15372517456988796,0.05578264873066061,0.2769953528164899,0.15372517456988796,0.04942835186943381,0.19211111900868788,0.15372517456988796,0.0028074707916609896,0.5785798952439963,0.15372517456988796,0.028483361482940305,0.22488641390175018,0.15372517456988796,0.04060378673437396,0.3900657724045818,0.15372517456988796,0.04578604722703368,0.03128162735464037,0.5,0.15372517456988796,0.02507801876127448,0.019786807976674363,0.15372517456988796,0.06223406689873912,0.027157493434396385,0.5,0.15372517456988796,0.005011731146154793,0.11516440763939395,0.15372517456988796,0.03091813399160906,0.044220489783520354,0.15372517456988796,0.002415916171149367,0.820848009324439,0.15372517456988796,0.0018104887009430038,0.7285529342301714,0.15372517456988796,0.03456664906570533,0.787858445237868,0.15372517456988796,0.057357904791191794,0.1516521673986989,0.15372517456988796,0.03389585246214996,0.06608734313243318,0.5,0.15372517456988796,0.046490747571847284,0.027065522887792327,0.0,0.9982274159015402,1.0020682542535484 -5624,0.5,0.15372517456988796,0.08536716227811456,0.7805278332219737,0.15372517456988796,0.00994676615229298,0.9397836239620694,0.15372517456988796,0.15671296308752894,0.5307210807575458,0.15372517456988796,0.14728733798268442,0.3659773485636348,0.15372517456988796,0.023345019925249403,0.5029924194740554,0.15372517456988796,0.09098483861723833,0.24168019522253678,0.15372517456988796,0.11018609629819226,0.4679525535654667,0.15372517456988796,0.14391040478029551,0.05658788312343402,0.5,0.15372517456988796,0.08780949660864501,0.07062780790971779,0.15372517456988796,0.1720143357620278,0.0297091918359447,0.5,0.15372517456988796,0.019116386276025,0.12435855874391474,0.15372517456988796,0.08743284375587891,0.04935549237806975,0.15372517456988796,0.006912947292220252,0.8377126481920184,0.15372517456988796,0.014728165286850827,0.6619007875733589,0.15372517456988796,0.08402308627411585,0.8251381672474344,0.15372517456988796,0.16957961310243622,0.2355919719208433,0.15372517456988796,0.08428829209787018,0.09898283570530934,0.5,0.15372517456988796,0.12711480721701743,0.04427348535989478,0.0,0.9982109624178912,1.0025360490041428 -5625,0.5,0.15372517456988796,0.16424268291603203,0.8695794890526983,0.15372517456988796,0.01913776015799465,0.8359634300067823,0.15372517456988796,0.28514775250433844,0.6148007299447854,0.15372517456988796,0.2638877004892889,0.5920106005825593,0.15372517456988796,0.0784963041072054,0.5063193651764252,0.15372517456988796,0.16717732752704345,0.2576106621500396,0.15372517456988796,0.18182235697038915,0.5626594912791187,0.15372517456988796,0.24209865187886928,0.08860151393760476,0.5,0.15372517456988796,0.1462193756269979,0.1535706360907974,0.15372517456988796,0.2784476146059486,0.05258145190559939,0.5,0.15372517456988796,0.02879948917385084,0.11743443897950748,0.15372517456988796,0.14552040765441046,0.0691065438741434,0.15372517456988796,0.02048539038149311,0.8036095905860765,0.15372517456988796,0.05196640672687623,0.6569560241195036,0.15372517456988796,0.12783946130556612,0.8201010338473419,0.15372517456988796,0.3014878758478381,0.2910597778765513,0.15372517456988796,0.12955789742172857,0.1440832626457896,0.5,0.15372517456988796,0.25399061987969374,0.09029578979468664,0.0,1.0078524884356546,1.0031148643133023 -5626,0.5,0.15372517456988796,0.26776210999638494,0.8998767151789792,0.15372517456988796,0.05311785789975383,0.8057385348504276,0.15372517456988796,0.4089497422080427,0.6022739201905332,0.15372517456988796,0.3965236616514412,0.6236429879265201,0.15372517456988796,0.19765310401965544,0.5706058832231484,0.15372517456988796,0.18645773984980338,0.28338480824345236,0.15372517456988796,0.21850784522152766,0.5431844778742546,0.15372517456988796,0.3164872522436048,0.10354106700161726,0.5,0.15372517456988796,0.19220903542804113,0.19768694088034355,0.15372517456988796,0.359564981287673,0.10500499568975667,0.5,0.15372517456988796,0.04990227141893243,0.10400156836068768,0.15372517456988796,0.19645391168917098,0.09850809627695245,0.15372517456988796,0.04592742322760013,0.7587749304799939,0.15372517456988796,0.1558462650195913,0.7299056820947145,0.15372517456988796,0.19334549097930415,0.7433950747638385,0.15372517456988796,0.40223632795677633,0.32132967761595643,0.15372517456988796,0.16620168727035625,0.16610411165935207,0.5,0.15372517456988796,0.39040672614245525,0.13188808604923657,0.0,1.009079221686146,1.002550197037679 -5627,0.5,0.15372517456988796,0.3528029650427684,0.8989182097878564,0.15372517456988796,0.07287245092910308,0.8725889365182996,0.15372517456988796,0.4785309800490154,0.5395487967757769,0.15372517456988796,0.4810085730264245,0.614992525676162,0.15372517456988796,0.2959711207397569,0.6425245910583051,0.15372517456988796,0.2850742776901464,0.32474127065828845,0.15372517456988796,0.27827871218839084,0.506611130656052,0.15372517456988796,0.34720321615886507,0.11707366975819915,0.5,0.15372517456988796,0.23149042698359218,0.1898216493656792,0.15372517456988796,0.39422081889326854,0.153823847835863,0.5,0.15372517456988796,0.053690698010299784,0.1020826905222474,0.15372517456988796,0.22638028494669796,0.13121114386557794,0.15372517456988796,0.0713363228669286,0.8392014608461056,0.15372517456988796,0.28841712647242995,0.7557823038110884,0.15372517456988796,0.29841064174368104,0.7248064802524539,0.15372517456988796,0.4602866096930519,0.3099904689713271,0.15372517456988796,0.1779187444669137,0.18225616426692556,0.5,0.15372517456988796,0.5021889776269737,0.2079774940514951,0.0,1.008862163205918,1.0012453081852033 -5628,0.5,0.15372517456988796,0.4080223471842238,0.8696317492045841,0.15372517456988796,0.07819435344568472,0.8361738322999291,0.15372517456988796,0.4591207768164238,0.4857771072480885,0.15372517456988796,0.5095209848834041,0.5292433913605069,0.15372517456988796,0.25718117729869194,0.7019535025899796,0.15372517456988796,0.3075486533798795,0.35549341739451007,0.15372517456988796,0.19576555118706956,0.38136717853580904,0.15372517456988796,0.3229468341793078,0.15168881304801324,0.5,0.15372517456988796,0.23851351139835547,0.17858472440300197,0.15372517456988796,0.4074192621247145,0.1893744891884207,0.5,0.15372517456988796,0.05588605491834771,0.11012560591955553,0.15372517456988796,0.22388708408005945,0.15439086927907952,0.15372517456988796,0.17459330312632873,0.9164639154247005,0.15372517456988796,0.28501097031114186,0.7647642779196384,0.15372517456988796,0.3349005522398779,0.708757329975213,0.15372517456988796,0.3428497259402238,0.2464185968683841,0.15372517456988796,0.17611059314406344,0.18286522529672414,0.5,0.15372517456988796,0.5247059284975036,0.2489427937861145,0.0,1.0055332672622348,0.9895132413342251 -5629,0.5,0.15372517456988796,0.45531468312589407,0.8213685529206874,0.15372517456988796,0.12213917137524566,0.7847853822243077,0.15372517456988796,0.3955200485625949,0.45090464474591696,0.15372517456988796,0.5059291674417677,0.4541642407350712,0.15372517456988796,0.27230801028961277,0.7596332540891568,0.15372517456988796,0.14192404984985627,0.3242656040008116,0.15372517456988796,0.16879316329220506,0.3163921865148203,0.15372517456988796,0.2129361628710435,0.14205679227331358,0.5,0.15372517456988796,0.27195442157745237,0.16486156441449146,0.15372517456988796,0.38315308315495944,0.2644831695312798,0.5,0.15372517456988796,0.09207816435227574,0.09537336330743024,0.15372517456988796,0.29705597699001324,0.2194451555969598,0.15372517456988796,0.25011400538778883,0.9295160363684223,0.15372517456988796,0.17591933890645628,0.708785749899316,0.15372517456988796,0.24740010081263789,0.6315711195563505,0.15372517456988796,0.20348156252347274,0.20748786045507925,0.15372517456988796,0.1698400896288772,0.20115193068953685,0.5,0.15372517456988796,0.5079823769338468,0.23722750778323584,0.0,0.9899237051886542,0.9866976046100326 -5630,0.5,0.15372517456988796,0.38756085222166753,0.7537729022657769,0.15372517456988796,0.18507692414370652,0.7732366319320755,0.15372517456988796,0.31012649600701847,0.43758097736579016,0.15372517456988796,0.44675317155247485,0.4046323244313983,0.15372517456988796,0.3673376711688887,0.7933609780912111,0.15372517456988796,0.10504255132325643,0.32149350717781644,0.15372517456988796,0.14780433510279145,0.29514894836295535,0.15372517456988796,0.1383545478448357,0.13955297403622333,0.5,0.15372517456988796,0.2675567883564719,0.1523153664964459,0.15372517456988796,0.40491033583459834,0.332733972580296,0.5,0.15372517456988796,0.0780081322977957,0.061028972175671686,0.15372517456988796,0.30890654094174774,0.18831113315190978,0.15372517456988796,0.2802639942068062,0.9187840814861569,0.15372517456988796,0.2869615444709926,0.7344019761531577,0.15372517456988796,0.21954061313270395,0.6105590738647646,0.15372517456988796,0.1486195212825814,0.15840653924866654,0.15372517456988796,0.1620270442470834,0.17624782394795283,0.5,0.15372517456988796,0.4106716709038397,0.18624045310714132,0.0,0.9791472434859056,0.9978205379145024 -5631,0.5,0.15372517456988796,0.26987027530878716,0.679546180333276,0.15372517456988796,0.10023273558282389,0.6021886008232997,0.15372517456988796,0.24310710038658995,0.3943436458390855,0.15372517456988796,0.3902888611361925,0.3853689191878564,0.15372517456988796,0.2237850876259356,0.7114866864489935,0.15372517456988796,0.1569293579548506,0.3756027649040682,0.15372517456988796,0.16275185960557814,0.28937433894339015,0.15372517456988796,0.10252560727672633,0.13825817837360227,0.5,0.15372517456988796,0.22349763783186058,0.14797686762052706,0.15372517456988796,0.28824510806926423,0.3107331918707355,0.5,0.15372517456988796,0.11511724125483766,0.06775791614306133,0.15372517456988796,0.2799885342587214,0.17333029703922903,0.15372517456988796,0.1175423937267869,0.89532889170769,0.15372517456988796,0.34060705422898496,0.7677606311073248,0.15372517456988796,0.18763087352483,0.5993224009416172,0.15372517456988796,0.1642328675149768,0.13351861034294252,0.15372517456988796,0.18385540141035128,0.12722050262134416,0.5,0.15372517456988796,0.3856044848841064,0.19436514093164203,0.0,0.9773740118864103,0.9997441566329374 -5632,0.5,0.15372517456988796,0.19092288287369075,0.5643851580541969,0.15372517456988796,0.18167102103607297,0.709519202069326,0.15372517456988796,0.2176016398455845,0.3117774215643525,0.15372517456988796,0.27241209232092345,0.3319826223611972,0.15372517456988796,0.10398653550519783,0.5375721134287248,0.15372517456988796,0.2409539671428914,0.44500117290595315,0.15372517456988796,0.2523088162329678,0.35304934138993493,0.15372517456988796,0.09020743288729788,0.1574271203704114,0.5,0.15372517456988796,0.1721909626615776,0.158859858629932,0.15372517456988796,0.30181188484249866,0.24032168943031856,0.5,0.15372517456988796,0.10270793161263632,0.1040205681083366,0.15372517456988796,0.18694836785274693,0.1539911866109373,0.15372517456988796,0.13703489689087273,0.8591634330766912,0.15372517456988796,0.22971589646424465,0.7832383273810581,0.15372517456988796,0.13861593171646305,0.5368411792475856,0.15372517456988796,0.16714391055052039,0.14642558641115969,0.15372517456988796,0.20873776071781264,0.11970009877749316,0.5,0.15372517456988796,0.27957205770776894,0.11493996754273943,0.0,0.9715846361038811,0.950293170679827 -5633,0.5,0.15372517456988796,0.17463337860695954,0.44144055064647353,0.15372517456988796,0.28057102204700624,0.8131119893265901,0.15372517456988796,0.14097690274361807,0.24593669965904655,0.15372517456988796,0.15490381930680094,0.2355545774163277,0.15372517456988796,0.18723647704054064,0.4993432326683265,0.15372517456988796,0.13494920541832095,0.41709137686523956,0.15372517456988796,0.22761833819057398,0.36059791731270163,0.15372517456988796,0.06644540704439855,0.18487818179036553,0.5,0.15372517456988796,0.0843204462843327,0.14840419344107805,0.15372517456988796,0.17806101550164827,0.12704056469869135,0.5,0.15372517456988796,0.09951518923159947,0.13096256561897718,0.15372517456988796,0.09235406901763786,0.08866440329084012,0.15372517456988796,0.103202025514885,0.7852612493925072,0.15372517456988796,0.13193399624493274,0.7405908343290607,0.15372517456988796,0.16997227254391542,0.4421447548035415,0.15372517456988796,0.08211270363131476,0.13595630412876178,0.15372517456988796,0.15309172251135628,0.1331339395406013,0.5,0.15372517456988796,0.1899530612092284,0.09125950876004552,0.0,0.9788307588171733,0.9080583421756249 -5634,0.5,0.15372517456988796,0.12064064037658354,0.30695965778051315,0.15372517456988796,0.14012902696205795,0.7368241838455792,0.15372517456988796,0.0612491471645195,0.18240277758299517,0.15372517456988796,0.07112829676002147,0.1532814080264044,0.15372517456988796,0.1817664356036981,0.4477100924039835,0.15372517456988796,0.03614877044435024,0.3954448446390537,0.15372517456988796,0.0983558516820536,0.3387129470143504,0.15372517456988796,0.03177038628556956,0.22403773116912165,0.5,0.15372517456988796,0.031841204311316554,0.13560353873373313,0.15372517456988796,0.09690059407812573,0.05289943078268875,0.5,0.15372517456988796,0.06573343533082657,0.122097045111482,0.15372517456988796,0.04128322567955757,0.07373567344658168,0.15372517456988796,0.09378603153324179,0.8130574947298672,0.15372517456988796,0.12462941056712967,0.6820975115543324,0.15372517456988796,0.11821236584427298,0.3580997552198449,0.15372517456988796,0.032353729906679334,0.09834800374508924,0.15372517456988796,0.05051392982454653,0.11426976940407128,0.5,0.15372517456988796,0.08033227173013907,0.05187802046684015,0.0,0.9249458228789204,0.9527656083932818 -5635,0.5,0.15372517456988796,0.009829202768603442,0.15517974325567996,0.15372517456988796,0.03359806652139537,0.3603197681936984,0.15372517456988796,0.008244919142963344,0.13798157596096494,0.15372517456988796,0.0,0.0962848725762868,0.15372517456988796,0.03617202308306424,0.3259584580255708,0.15372517456988796,0.008525985028403916,0.34834896520313763,0.15372517456988796,0.011716480420291667,0.31530679083708946,0.15372517456988796,0.007515376946491837,0.25830856937151436,0.5,0.15372517456988796,0.009958309781392059,0.1663312275005134,0.15372517456988796,0.0023068190450060027,0.023416560304443567,0.5,0.15372517456988796,0.008832356934030854,0.08942163200301127,0.15372517456988796,0.004873500202601541,0.06684021153355237,0.15372517456988796,0.03156647981763255,0.7036408137209739,0.15372517456988796,0.038390758018799355,0.5496821501500837,0.15372517456988796,0.02928171324892185,0.2129480493297053,0.15372517456988796,0.00820058422620148,0.06291831413324492,0.15372517456988796,0.0041818503652238225,0.07833561739847257,0.5,0.15372517456988796,0.0,0.020377997579847117,0.0,0.840504785796306,0.9758541206128563 -5636,0.5,0.15372517456988796,0.0,0.10091278978791388,0.15372517456988796,0.0,0.20778255807778984,0.15372517456988796,0.0,0.11722818918620587,0.15372517456988796,0.0,0.07719338916840633,0.15372517456988796,0.0,0.2781186062071532,0.15372517456988796,0.0,0.25234761000673145,0.15372517456988796,0.0,0.29583302769536673,0.15372517456988796,0.0,0.28677818504739877,0.5,0.15372517456988796,0.0,0.24839738010922596,0.15372517456988796,0.0,0.027453773494768203,0.5,0.15372517456988796,0.0,0.06827089899881061,0.15372517456988796,0.0,0.07203752249511151,0.15372517456988796,0.0,0.5795781292755843,0.15372517456988796,0.0,0.4114253078385015,0.15372517456988796,0.0,0.12306840240271158,0.15372517456988796,0.0,0.04611917354598246,0.15372517456988796,0.0,0.05867297844557734,0.5,0.15372517456988796,0.0,0.024302018277996804,0.0,0.8067717956546273,0.9692293854464846 -5637,0.5,0.15372517456988796,0.0,0.08248763201118188,0.15372517456988796,0.0,0.2011517477939607,0.15372517456988796,0.0,0.10417525741355635,0.15372517456988796,0.0,0.0861054757356707,0.15372517456988796,0.0,0.24651484054434727,0.15372517456988796,0.0,0.1913608568965666,0.15372517456988796,0.0,0.3348102368857148,0.15372517456988796,0.0,0.2761311909628556,0.5,0.15372517456988796,0.0,0.2993057421064646,0.15372517456988796,0.0,0.04848674383977997,0.5,0.15372517456988796,0.0,0.07840063744281735,0.15372517456988796,0.0,0.10951356564456544,0.15372517456988796,0.0,0.4763534618290889,0.15372517456988796,0.0,0.3625228940328471,0.15372517456988796,0.0,0.12669056781648338,0.15372517456988796,0.0,0.0647241398728172,0.15372517456988796,0.0,0.06838523979750526,0.5,0.15372517456988796,0.0,0.03256599365279139,0.0,0.750683274044181,0.9624489927562048 -5638,0.5,0.15372517456988796,0.0,0.09261849587649244,0.15372517456988796,0.0,0.2602711765568964,0.15372517456988796,0.0,0.07413100659986212,0.15372517456988796,0.0,0.1053666991238791,0.15372517456988796,0.0,0.22084299802776433,0.15372517456988796,0.0,0.15026868621513223,0.15372517456988796,0.0,0.3684980288322332,0.15372517456988796,0.0,0.21507799683326967,0.5,0.15372517456988796,0.0,0.3018027406935529,0.15372517456988796,0.0,0.11150874491292044,0.5,0.15372517456988796,0.0,0.09443698165675,0.15372517456988796,0.0,0.1571971077523113,0.15372517456988796,0.0,0.4159922249348837,0.15372517456988796,0.0,0.37423124571160105,0.15372517456988796,0.0,0.1796300571532601,0.15372517456988796,0.0,0.13250464659771735,0.15372517456988796,0.0,0.09568467129807558,0.5,0.15372517456988796,0.0,0.04739740115636128,0.0,0.7454227005854112,0.9555610374163614 -5639,0.5,0.15372517456988796,0.0,0.11680730674053029,0.15372517456988796,0.0,0.3393673253826301,0.15372517456988796,0.0,0.06103891252724819,0.15372517456988796,0.0,0.112674121273885,0.15372517456988796,0.0,0.1847255855367051,0.15372517456988796,0.0,0.14037334380807337,0.15372517456988796,0.0,0.32274601390734037,0.15372517456988796,0.0,0.15359300789546082,0.5,0.15372517456988796,0.0,0.2799901171324446,0.15372517456988796,0.0,0.23304954617551776,0.5,0.15372517456988796,0.0,0.11929086146351517,0.15372517456988796,0.0,0.2117548509918993,0.15372517456988796,0.0,0.4485239394939234,0.15372517456988796,0.0,0.4106151867665046,0.15372517456988796,0.0,0.2415961471164561,0.15372517456988796,0.0,0.2624202045152811,0.15372517456988796,0.0,0.12957988885225483,0.5,0.15372517456988796,0.0,0.08877891695805838,0.0,0.8544389505372216,0.967191922244917 -5640,0.5,0.15372517456988796,0.0,0.13536861779668918,0.15372517456988796,0.0,0.39197326674479466,0.15372517456988796,0.0,0.06790639201234565,0.15372517456988796,0.0,0.09600653997023917,0.15372517456988796,0.0,0.18603508491434623,0.15372517456988796,0.0,0.1353501472023318,0.15372517456988796,0.0,0.2867026944767465,0.15372517456988796,0.0,0.10291545373727086,0.5,0.15372517456988796,0.0,0.21307339773815182,0.15372517456988796,0.0,0.2437238909003809,0.5,0.15372517456988796,0.0,0.17033497162994682,0.15372517456988796,0.0,0.2596146434923462,0.15372517456988796,0.0,0.5067194722107031,0.15372517456988796,0.0,0.4466544951236316,0.15372517456988796,0.0,0.2865269833456253,0.15372517456988796,0.0,0.3429955262946188,0.15372517456988796,0.0,0.15428487659057272,0.5,0.15372517456988796,0.0,0.20230151033686278,0.0,0.8948876259974028,0.987993754940777 -5641,0.5,0.15372517456988796,0.0,0.15400213912921298,0.15372517456988796,0.0,0.4527610495993939,0.15372517456988796,0.0,0.10085040824454439,0.15372517456988796,0.0,0.07792631712200465,0.15372517456988796,0.0,0.1952165192223721,0.15372517456988796,0.0,0.13194486909981204,0.15372517456988796,0.0,0.2887433917829827,0.15372517456988796,0.0,0.09417126947229063,0.5,0.15372517456988796,0.0,0.13853813629126407,0.15372517456988796,0.0,0.21096461643530345,0.5,0.15372517456988796,0.0,0.352483422947205,0.15372517456988796,0.0,0.31679943807023675,0.15372517456988796,0.0,0.5571465191603584,0.15372517456988796,0.0,0.4879390265569179,0.15372517456988796,0.0,0.31322784186705854,0.15372517456988796,0.0,0.27947009990012056,0.15372517456988796,0.0,0.22022444562271787,0.5,0.15372517456988796,0.0,0.30070919103637,0.0,0.8629521142536657,1.00004963298982 -5642,0.5,0.15372517456988796,0.0,0.17730369289892625,0.15372517456988796,0.0,0.525407231812889,0.15372517456988796,0.0,0.14138936293440138,0.15372517456988796,0.0,0.07191227240893536,0.15372517456988796,0.0,0.204665377739626,0.15372517456988796,0.0,0.10931369806861937,0.15372517456988796,0.0,0.2917567871486764,0.15372517456988796,0.0,0.10194384631591254,0.5,0.15372517456988796,0.0,0.08300572769235266,0.15372517456988796,0.0,0.23670230778434798,0.5,0.15372517456988796,0.0,0.5753025189925987,0.15372517456988796,0.0,0.4329776342845223,0.15372517456988796,0.0,0.6279090844976802,0.15372517456988796,0.0,0.5272694648153933,0.15372517456988796,0.0,0.32272241818259634,0.15372517456988796,0.0,0.16946004332471035,0.15372517456988796,0.0,0.3499376022518298,0.5,0.15372517456988796,0.0,0.2610642626892517,0.0,0.7653523664573036,1.0027725007193127 -5643,0.5,0.15372517456988796,0.0,0.21503624016785125,0.15372517456988796,0.0,0.577195400901196,0.15372517456988796,0.0,0.16284917632566365,0.15372517456988796,0.0,0.07837164741935611,0.15372517456988796,0.0,0.18964111744222986,0.15372517456988796,0.0,0.09177474255660477,0.15372517456988796,0.0,0.27847071458377753,0.15372517456988796,0.0,0.10233208023503018,0.5,0.15372517456988796,0.0,0.06817705681054556,0.15372517456988796,0.0,0.4500125988762246,0.5,0.15372517456988796,0.0,0.5270271879603053,0.15372517456988796,0.0,0.4003575085127406,0.15372517456988796,0.0,0.7301669278572592,0.15372517456988796,0.0,0.5549996476103155,0.15372517456988796,0.0,0.29233217739070766,0.15372517456988796,0.0,0.11560479947595888,0.15372517456988796,0.0,0.41286266183099074,0.5,0.15372517456988796,0.0,0.3143233572164257,0.0,0.7877675286061296,1.0038830372637402 -5644,0.5,0.15372517456988796,0.0,0.23772842554745374,0.15372517456988796,0.0,0.6051212337870867,0.15372517456988796,0.0,0.15569460747993974,0.15372517456988796,0.0,0.08802525365198356,0.15372517456988796,0.0,0.16864030363569016,0.15372517456988796,0.0,0.0813128758930919,0.15372517456988796,0.0,0.29022308526610235,0.15372517456988796,0.0,0.09036344254218945,0.5,0.15372517456988796,0.0,0.05941567802233837,0.15372517456988796,0.0,0.5321881788201382,0.5,0.15372517456988796,0.0,0.3346174369022118,0.15372517456988796,0.0,0.31521211820980183,0.15372517456988796,0.0,0.789976576674721,0.15372517456988796,0.0,0.5403662766435732,0.15372517456988796,0.0,0.25780672521433834,0.15372517456988796,0.0,0.10290220713584708,0.15372517456988796,0.0,0.3908986809881116,0.5,0.15372517456988796,0.0,0.4305375198429186,0.0,0.7827584963693369,1.0042340526631859 -5645,0.5,0.15372517456988796,0.0,0.2433450451074852,0.15372517456988796,0.0,0.5543523927639682,0.15372517456988796,0.0,0.15123269386440907,0.15372517456988796,0.0,0.1039925157129504,0.15372517456988796,0.0,0.15393277294770344,0.15372517456988796,0.0,0.07751071196879555,0.15372517456988796,0.0,0.28369302623393805,0.15372517456988796,0.0,0.07053440779082823,0.5,0.15372517456988796,0.0,0.05467406228214821,0.15372517456988796,0.0,0.4097259589393137,0.5,0.15372517456988796,0.0,0.235981081415976,0.15372517456988796,0.0,0.1803822118324899,0.15372517456988796,0.0,0.8461485673799449,0.15372517456988796,0.0,0.5220520216042357,0.15372517456988796,0.0,0.24330182680095136,0.15372517456988796,0.0,0.13291010607345846,0.15372517456988796,0.0,0.37865579431666363,0.5,0.15372517456988796,0.0,0.5160654276514393,0.0,0.8374178246951964,0.9816935098471253 -5646,0.5,0.15372517456988796,0.0014970204770094332,0.2734233746593789,0.15372517456988796,0.0004866695250929652,0.48451617592186297,0.15372517456988796,0.0006741799825879448,0.17029705811425924,0.15372517456988796,0.0007218955840954832,0.13138254950806078,0.15372517456988796,0.0,0.1603198195381526,0.15372517456988796,0.0,0.084539673554964,0.15372517456988796,0.0,0.22529729371811563,0.15372517456988796,0.0,0.08505473020006436,0.5,0.15372517456988796,0.0,0.05992558850273997,0.15372517456988796,0.0,0.29978943344174275,0.5,0.15372517456988796,0.0,0.1668895630965312,0.15372517456988796,0.0,0.0858281208148461,0.15372517456988796,0.0002185292755638764,0.871047136736293,0.15372517456988796,6.0779207541236775e-05,0.5190084417544808,0.15372517456988796,0.00014935408400697911,0.2509870339075091,0.15372517456988796,0.0,0.15735942599245406,0.15372517456988796,6.497658739052693e-06,0.38312339218215186,0.5,0.15372517456988796,0.00011856214233443038,0.5586143331282699,0.0,0.9049954323003676,0.9833500615221242 -5647,0.5,0.15372517456988796,0.028551024819529577,0.3761691303265785,0.15372517456988796,0.03476475125905234,0.5884936704556162,0.15372517456988796,0.043777350769436056,0.2954551880128154,0.15372517456988796,0.02341866564732341,0.2478897205316243,0.15372517456988796,0.02028461432149757,0.22976631459626926,0.15372517456988796,0.009608784842991994,0.09981256991678226,0.15372517456988796,0.026329688464435633,0.24015046687545494,0.15372517456988796,0.018273444312279917,0.12289679761138922,0.5,0.15372517456988796,0.018947581345356103,0.08885384728543233,0.15372517456988796,0.0496313248465387,0.19382542025554556,0.5,0.15372517456988796,0.03284826849715321,0.23612204491463104,0.15372517456988796,0.05430002587917401,0.05669423383449394,0.15372517456988796,0.032825809580942666,0.8780388439192027,0.15372517456988796,0.025150085871949744,0.5854183416429881,0.15372517456988796,0.0433788217392772,0.420369915109834,0.15372517456988796,0.025052760866544965,0.15410516420721032,0.15372517456988796,0.01614053343235871,0.4108738039890289,0.5,0.15372517456988796,0.014657304294309715,0.6051706164287203,0.0,0.9662874663947092,0.9775530693865357 -5648,0.5,0.15372517456988796,0.09072707873130294,0.5248136282929653,0.15372517456988796,0.07013523639215212,0.7261493753026975,0.15372517456988796,0.08489651422072692,0.3512733908586349,0.15372517456988796,0.06566296357448158,0.39108258946866303,0.15372517456988796,0.046237587933694944,0.36775685729119273,0.15372517456988796,0.0392975979323273,0.1199718232778823,0.15372517456988796,0.08813260895254046,0.3396459104944501,0.15372517456988796,0.05826822310059136,0.17649538258431652,0.5,0.15372517456988796,0.06024864862874731,0.13718379441582249,0.15372517456988796,0.18427796253833115,0.2057180475898556,0.5,0.15372517456988796,0.09642769995982343,0.3113168183383737,0.15372517456988796,0.1769575803423018,0.07575203851833025,0.15372517456988796,0.11176131766656269,0.9111078416010748,0.15372517456988796,0.10977778114003788,0.7522867757024851,0.15372517456988796,0.12069233618587719,0.6532965243625014,0.15372517456988796,0.13181974721007886,0.287084558740141,0.15372517456988796,0.060372276512356195,0.4283079778772906,0.5,0.15372517456988796,0.06403653395544236,0.6032732890913528,0.0,0.9869978999751453,0.9812362124684759 -5649,0.5,0.15372517456988796,0.18585247509361685,0.676224267458465,0.15372517456988796,0.27994334039708685,0.9601726160840236,0.15372517456988796,0.1370930708954883,0.39242474242026715,0.15372517456988796,0.12261034820581188,0.44425693751811024,0.15372517456988796,0.12796062609859965,0.5785664104360948,0.15372517456988796,0.13595916335279268,0.24453543249543241,0.15372517456988796,0.1443908300878161,0.4482412998845249,0.15372517456988796,0.14481912727003846,0.25338565024726617,0.5,0.15372517456988796,0.1161956379151631,0.18647974477607054,0.15372517456988796,0.33326224891805933,0.23761544169903476,0.5,0.15372517456988796,0.1262185745911046,0.2826458894156867,0.15372517456988796,0.30752314421903876,0.12132592245672388,0.15372517456988796,0.19264868159810347,0.9654115974591674,0.15372517456988796,0.27603327404523265,0.9103177178491345,0.15372517456988796,0.18905270389681228,0.7913326998733688,0.15372517456988796,0.2127450182731611,0.3626610856059992,0.15372517456988796,0.13950802115117897,0.4098837869955833,0.5,0.15372517456988796,0.1349749130406118,0.578960356689994,0.0,0.9966258459812813,0.9735058599359244 -5650,0.5,0.15372517456988796,0.2869243016783322,0.7453205068168826,0.15372517456988796,0.4725490308070778,1.0160183658968536,0.15372517456988796,0.22266387678507144,0.5622298116292852,0.15372517456988796,0.19126520237301226,0.44544251561928666,0.15372517456988796,0.3133147335844819,0.7852170043816685,0.15372517456988796,0.21516459658547088,0.461706601449164,0.15372517456988796,0.2069957075966533,0.49515102872871597,0.15372517456988796,0.27001970156289135,0.32981021553322276,0.5,0.15372517456988796,0.24672916021964864,0.2224439283508798,0.15372517456988796,0.46395148312980716,0.22178718504751171,0.5,0.15372517456988796,0.17584434024582624,0.3139679950837738,0.15372517456988796,0.4167249153567486,0.1480878056006303,0.15372517456988796,0.19577140966885573,0.9583315640896691,0.15372517456988796,0.37292242858909913,0.9392453361386579,0.15372517456988796,0.14817856313249742,0.768079694282562,0.15372517456988796,0.19657385868991128,0.3686211229774704,0.15372517456988796,0.19605846539195684,0.4081467860904264,0.5,0.15372517456988796,0.22598867487410151,0.47758642727267514,0.0,1.0050128968752314,0.9405963480385358 -5651,0.5,0.15372517456988796,0.4148397784902973,0.8042294012698429,0.15372517456988796,0.4677244337161832,1.021739130434783,0.15372517456988796,0.2141164638644304,0.6471992868771731,0.15372517456988796,0.2844899958823749,0.5139946106168196,0.15372517456988796,0.5120047575851863,0.8426048024005752,0.15372517456988796,0.32936641046773807,0.6027934951849082,0.15372517456988796,0.3267035736113445,0.6222688279873342,0.15372517456988796,0.3254362686333979,0.3204262556171127,0.5,0.15372517456988796,0.4213773129531034,0.2600096952230783,0.15372517456988796,0.5143892896640438,0.1861479266644402,0.5,0.15372517456988796,0.2877546971427535,0.4640424306161127,0.15372517456988796,0.48235672561871523,0.1524485552135166,0.15372517456988796,0.2095965177615139,0.9499108223934143,0.15372517456988796,0.3588348535439301,0.9014078744864432,0.15372517456988796,0.27500333717176767,0.7853434431368702,0.15372517456988796,0.27416104354318116,0.4848074380940179,0.15372517456988796,0.3123380492023308,0.4967720927201412,0.5,0.15372517456988796,0.2676210826615596,0.36011529380184965,0.0,1.0047287221362167,0.8722926190322204 -5652,0.5,0.15372517456988796,0.44313685183770646,0.8393051714755169,0.15372517456988796,0.353616283880502,1.021739130434783,0.15372517456988796,0.22207487360418382,0.6342114290140067,0.15372517456988796,0.3836546189131398,0.6163062958085598,0.15372517456988796,0.5661656412332488,0.860931366384248,0.15372517456988796,0.4387965648029257,0.6780142527944315,0.15372517456988796,0.27523846532285245,0.670435925268175,0.15372517456988796,0.35035342362646904,0.32156480096314566,0.5,0.15372517456988796,0.4956766915928271,0.2553067267800087,0.15372517456988796,0.5571612692818096,0.1445489240556575,0.5,0.15372517456988796,0.4608031797199581,0.496071280685556,0.15372517456988796,0.5633614647321943,0.19011005859583252,0.15372517456988796,0.14648217192722113,0.9215555989711518,0.15372517456988796,0.28820343740125426,0.8348163263040624,0.15372517456988796,0.38832554057120483,0.818474930111798,0.15372517456988796,0.2346396439494323,0.4836750549810914,0.15372517456988796,0.39788773967322916,0.5118987172064724,0.5,0.15372517456988796,0.2987030572364689,0.3016849198723758,0.0,1.009242032740324,0.8002315774980888 -5653,0.5,0.15372517456988796,0.48384534936484264,0.8725055351162642,0.15372517456988796,0.25059064437077927,1.021739130434783,0.15372517456988796,0.3537992072167237,0.5499583228731478,0.15372517456988796,0.3153627137782851,0.6783065450133245,0.15372517456988796,0.4162921429312332,0.8535964185109427,0.15372517456988796,0.24285205970274903,0.5645624725444457,0.15372517456988796,0.2282659156494731,0.6912054850077598,0.15372517456988796,0.3424779546140098,0.28359653202080626,0.5,0.15372517456988796,0.34424823073389543,0.20716699707264027,0.15372517456988796,0.6483031097109242,0.16847683243604122,0.5,0.15372517456988796,0.6153842312911671,0.531742839831926,0.15372517456988796,0.6050513394487199,0.21416432741378683,0.15372517456988796,0.11059439803483119,0.869931678998795,0.15372517456988796,0.27221873749114706,0.7888959371767118,0.15372517456988796,0.3920723686807651,0.8446929192509438,0.15372517456988796,0.17171382194456278,0.4793752399293865,0.15372517456988796,0.3742357943322107,0.4595061626564543,0.5,0.15372517456988796,0.39028577946868986,0.23776072578575275,0.0,1.0102259249248016,0.7531935910154722 -5654,0.5,0.15372517456988796,0.46202680660326706,0.894401160607922,0.15372517456988796,0.14047704552885026,0.9401856809693306,0.15372517456988796,0.47462294866310994,0.7036493605183457,0.15372517456988796,0.21792994469132343,0.6507054896892074,0.15372517456988796,0.3694796635489474,0.7882851106368388,0.15372517456988796,0.1800791737747818,0.3780870359054026,0.15372517456988796,0.1209640202657098,0.6517675164274129,0.15372517456988796,0.32409393663744945,0.18430223139677587,0.5,0.15372517456988796,0.3637665006562276,0.13319864945614868,0.15372517456988796,0.6401937864329856,0.18956367140485852,0.5,0.15372517456988796,0.606056523068083,0.5561832226266811,0.15372517456988796,0.64646383079772,0.2533058679581523,0.15372517456988796,0.09638606897878185,0.8439989644218855,0.15372517456988796,0.2545249002073725,0.7274821456279612,0.15372517456988796,0.3423693298011061,0.858154288851618,0.15372517456988796,0.19613388577832888,0.4844718571095136,0.15372517456988796,0.33744574073240785,0.4202035458173855,0.5,0.15372517456988796,0.47632628288335666,0.19521438411439665,0.0,1.0099563458329757,0.7549024073106575 -5655,0.5,0.15372517456988796,0.39135713110678466,0.8891451171215004,0.15372517456988796,0.2670123408060089,0.9488892801899412,0.15372517456988796,0.3596665186882285,0.7639115181379464,0.15372517456988796,0.28625536277127095,0.6249829112538494,0.15372517456988796,0.4006443306174732,0.6703652055190884,0.15372517456988796,0.21321862183025253,0.34760826485575486,0.15372517456988796,0.12075839078469629,0.5382401682212019,0.15372517456988796,0.3470503044634469,0.16819077500916882,0.5,0.15372517456988796,0.4327010246259204,0.10734014075995794,0.15372517456988796,0.5638589543168264,0.2110333696993043,0.5,0.15372517456988796,0.49385687590818705,0.4292082603477141,0.15372517456988796,0.5988275660297777,0.24022956407146362,0.15372517456988796,0.09681317272231854,0.8107490568185511,0.15372517456988796,0.19895748692087956,0.6444210724763307,0.15372517456988796,0.29824848346254607,0.8657238677683293,0.15372517456988796,0.17404602922902568,0.37914049963168095,0.15372517456988796,0.3203006781611508,0.37372055636038515,0.5,0.15372517456988796,0.4716535914361766,0.19196959417523862,0.0,1.0090698492614119,0.7818774694706849 -5656,0.5,0.15372517456988796,0.3113550267717824,0.861615257559143,0.15372517456988796,0.24269350203140488,0.8836924798443202,0.15372517456988796,0.26613800819939315,0.7265323561561511,0.15372517456988796,0.24022868028257127,0.5660741327150677,0.15372517456988796,0.3591892324584654,0.5269092957617637,0.15372517456988796,0.15565166706520048,0.3074849620357146,0.15372517456988796,0.17546061074709582,0.4971285513793463,0.15372517456988796,0.25903039942798967,0.128681300376028,0.5,0.15372517456988796,0.44335607215554307,0.10258606688540751,0.15372517456988796,0.45523546488231936,0.15301322856757202,0.5,0.15372517456988796,0.40395478015436914,0.22723457148862244,0.15372517456988796,0.4976028289276415,0.18484218902552782,0.15372517456988796,0.07737724270476343,0.760648841716959,0.15372517456988796,0.1328953406677766,0.5450217033604563,0.15372517456988796,0.24153000863370797,0.8179203083496271,0.15372517456988796,0.15206361328500634,0.2769982850820749,0.15372517456988796,0.33956599957587125,0.3015115684024039,0.5,0.15372517456988796,0.3347619428834641,0.1418793706110587,0.0,1.0088018229903986,0.7555687865358208 -5657,0.5,0.15372517456988796,0.19746836367677703,0.7846663914005285,0.15372517456988796,0.14201868555905034,0.7411509717290241,0.15372517456988796,0.2254067404442177,0.6267450756959638,0.15372517456988796,0.1524423014101198,0.4277230511022159,0.15372517456988796,0.2376726692563606,0.33558726705833153,0.15372517456988796,0.09066701673403979,0.19144794371578633,0.15372517456988796,0.1354823096028791,0.4192169645453407,0.15372517456988796,0.1517141455461591,0.07175033690787956,0.5,0.15372517456988796,0.33222013705036235,0.0682623344044994,0.15372517456988796,0.3301583062328206,0.07846331680769925,0.5,0.15372517456988796,0.35126045012924717,0.13017988552431614,0.15372517456988796,0.35151527048601355,0.13427820600254028,0.15372517456988796,0.05554585371060622,0.6965950864587303,0.15372517456988796,0.08822990070121559,0.41210447071076495,0.15372517456988796,0.20867467212005897,0.733880184519726,0.15372517456988796,0.13559631164332261,0.2070454139479251,0.15372517456988796,0.28119809383172395,0.20215814308581725,0.5,0.15372517456988796,0.1958922547333597,0.07048165806479387,0.0,1.006706602615554,0.608339526956369 -5658,0.5,0.15372517456988796,0.09148049694165492,0.6787414564378167,0.15372517456988796,0.030001519593088458,0.5136770860686742,0.15372517456988796,0.14495699214624178,0.4670209136983566,0.15372517456988796,0.0876011871749355,0.2489653095360239,0.15372517456988796,0.11973197034292052,0.21861215232620518,0.15372517456988796,0.12117659333090883,0.09239757211196573,0.15372517456988796,0.06910055119510619,0.3222728334625491,0.15372517456988796,0.08506747479972639,0.02606392918397047,0.5,0.15372517456988796,0.1932930026982317,0.028043656789355435,0.15372517456988796,0.17563035784228,0.01844856243675541,0.5,0.15372517456988796,0.2231254071649307,0.03672943455972588,0.15372517456988796,0.20212409178017476,0.0561350697212645,0.15372517456988796,0.021853700711948622,0.6017443008097022,0.15372517456988796,0.0676344264097627,0.2950948163554755,0.15372517456988796,0.1274416425269942,0.5612815844510756,0.15372517456988796,0.08020539371920235,0.1208922812671656,0.15372517456988796,0.16813757440193955,0.09385149098313217,0.5,0.15372517456988796,0.10707159699637969,0.023913053703558347,0.0,1.0031200490390777,0.4111201153604281 -5659,0.5,0.15372517456988796,0.0038257314482846956,0.5619023844369816,0.15372517456988796,0.004542788220519888,0.3057036785286714,0.15372517456988796,0.010795264039902348,0.21610669330115162,0.15372517456988796,0.0,0.1056287541391878,0.15372517456988796,0.020428512858973333,0.07798655415982421,0.15372517456988796,0.039312808265309564,0.02291451972702497,0.15372517456988796,0.01773561910895934,0.15152065743225218,0.15372517456988796,0.02920160751149087,0.005335226744880331,0.5,0.15372517456988796,0.039553903747959036,0.00327698322666858,0.15372517456988796,0.0,0.007015507363463644,0.5,0.15372517456988796,0.03406451830683302,0.0036702185463967298,0.15372517456988796,0.025357626463743652,0.014101644510718091,0.15372517456988796,0.002785980777734332,0.5103639942179722,0.15372517456988796,0.013500858927478076,0.1802461768363091,0.15372517456988796,0.023170786117515343,0.32814993332629844,0.15372517456988796,0.017159272354526293,0.06412398466771076,0.15372517456988796,0.007460363429623413,0.01522582870178325,0.5,0.15372517456988796,0.0,0.006922567549409744,0.0,1.0014530260080972,0.28281773314711195 -5660,0.5,0.15372517456988796,0.0,0.4452050490402698,0.15372517456988796,0.0,0.2276626967695449,0.15372517456988796,0.0,0.15869149959668646,0.15372517456988796,0.0,0.0920399947341852,0.15372517456988796,0.0,0.016245050770692694,0.15372517456988796,0.0,0.015093365760810338,0.15372517456988796,0.0,0.046953777312304434,0.15372517456988796,0.0,0.00667614284091551,0.5,0.15372517456988796,0.0,0.005003883730225248,0.15372517456988796,0.0,0.00537267769024298,0.5,0.15372517456988796,0.0,0.0011778729828353356,0.15372517456988796,0.0,0.008037639257986893,0.15372517456988796,0.0,0.4326307851626114,0.15372517456988796,0.0,0.10034669650815212,0.15372517456988796,0.0,0.20262149120169312,0.15372517456988796,0.0,0.014167156277566362,0.15372517456988796,0.0,0.008255494627435415,0.5,0.15372517456988796,0.0,0.008118760402314988,0.0,0.996151000013307,0.2721830822627481 -5661,0.5,0.15372517456988796,0.0,0.37117686760486923,0.15372517456988796,0.0,0.19158466518401365,0.15372517456988796,0.0,0.13102649983607528,0.15372517456988796,0.0,0.12405021564887582,0.15372517456988796,0.0,0.005624662929988356,0.15372517456988796,0.0,0.018560685851772528,0.15372517456988796,0.0,0.033111004071690715,0.15372517456988796,0.0,0.006031669849333655,0.5,0.15372517456988796,0.0,0.005381970825251681,0.15372517456988796,0.0,0.003880914202024519,0.5,0.15372517456988796,0.0,0.0014247822779940892,0.15372517456988796,0.0,0.008688673745892229,0.15372517456988796,0.0,0.3825717661766997,0.15372517456988796,0.0,0.07117619134671593,0.15372517456988796,0.0,0.12654514765549463,0.15372517456988796,0.0,0.005328860919975325,0.15372517456988796,0.0,0.0056701469007339545,0.5,0.15372517456988796,0.0,0.009413269124659274,0.0,0.9829473504476522,0.2794973048433556 -5662,0.5,0.15372517456988796,0.0,0.2959122897606408,0.15372517456988796,0.0,0.14520406442790348,0.15372517456988796,0.0,0.10311793513082929,0.15372517456988796,0.0,0.14658562320925375,0.15372517456988796,0.0,0.004707713425228785,0.15372517456988796,0.0,0.026316354185102572,0.15372517456988796,0.0,0.03757165575985793,0.15372517456988796,0.0,0.011963728283415763,0.5,0.15372517456988796,0.0,0.004685927439718992,0.15372517456988796,0.0,0.004014147329922477,0.5,0.15372517456988796,0.0,0.004577356072475296,0.15372517456988796,0.0,0.017412895971274045,0.15372517456988796,0.0,0.3447348617214101,0.15372517456988796,0.0,0.058897512156546636,0.15372517456988796,0.0,0.07177446140505366,0.15372517456988796,0.0,0.0068173617449735465,0.15372517456988796,0.0,0.005405958870492939,0.5,0.15372517456988796,0.0,0.008897343812315928,0.0,0.9742328242502923,0.25029290055361486 -5663,0.5,0.15372517456988796,0.0,0.23201635584366156,0.15372517456988796,0.0,0.10833813617675246,0.15372517456988796,0.0,0.0817225785206946,0.15372517456988796,0.0,0.1374770350871016,0.15372517456988796,0.0,0.005169511606139791,0.15372517456988796,0.0,0.030269183130059257,0.15372517456988796,0.0,0.038011348462248566,0.15372517456988796,0.0,0.01948267925539957,0.5,0.15372517456988796,0.0,0.0039793659587001665,0.15372517456988796,0.0,0.005751992095800041,0.5,0.15372517456988796,0.0,0.008418416203301075,0.15372517456988796,0.0,0.018827164700570186,0.15372517456988796,0.0,0.3131209175097336,0.15372517456988796,0.0,0.05696855536427633,0.15372517456988796,0.0,0.046994811848444014,0.15372517456988796,0.0,0.007345698858141163,0.15372517456988796,0.0,0.004651524309013835,0.5,0.15372517456988796,0.0,0.007518702081296569,0.0,0.9642640236390494,0.24650927338757594 -5664,0.5,0.15372517456988796,0.0,0.19675864568816256,0.15372517456988796,0.0,0.056898917548816874,0.15372517456988796,0.0,0.05807631430700402,0.15372517456988796,0.0,0.11285667311574353,0.15372517456988796,0.0,0.007415892811143108,0.15372517456988796,0.0,0.035143442960590236,0.15372517456988796,0.0,0.04183861610544595,0.15372517456988796,0.0,0.024806240194803778,0.5,0.15372517456988796,0.0,0.007612424875893885,0.15372517456988796,0.0,0.009827122017964113,0.5,0.15372517456988796,0.0,0.011853337337279135,0.15372517456988796,0.0,0.0198663060490385,0.15372517456988796,0.0,0.2815522082748345,0.15372517456988796,0.0,0.05021796516678849,0.15372517456988796,0.0,0.0350286363565831,0.15372517456988796,0.0,0.007824085450950606,0.15372517456988796,0.0,0.005890401001846813,0.5,0.15372517456988796,0.0,0.005662894675797871,0.0,0.9569097927666017,0.24118477187202128 -5665,0.5,0.15372517456988796,0.0,0.16372528806729522,0.15372517456988796,0.0,0.032375587977797965,0.15372517456988796,0.0,0.03823524045560818,0.15372517456988796,0.0,0.08846040054621314,0.15372517456988796,0.0,0.01134714563686287,0.15372517456988796,0.0,0.034503242793493004,0.15372517456988796,0.0,0.04080524377003591,0.15372517456988796,0.0,0.025187985894969792,0.5,0.15372517456988796,0.0,0.006225818742568491,0.15372517456988796,0.0,0.008941289352773408,0.5,0.15372517456988796,0.0,0.020250787598717686,0.15372517456988796,0.0,0.02965502035393622,0.15372517456988796,0.0,0.24377003872038253,0.15372517456988796,0.0,0.051489780879234844,0.15372517456988796,0.0,0.027138096998437278,0.15372517456988796,0.0,0.009152137666823214,0.15372517456988796,0.0,0.008556209577535315,0.5,0.15372517456988796,0.0,0.0037334835466845454,0.0,0.9437906545079899,0.24605193419342733 -5666,0.5,0.15372517456988796,0.0,0.1352623678764117,0.15372517456988796,0.0,0.0358147554454438,0.15372517456988796,0.0,0.03916082486815336,0.15372517456988796,0.0,0.06610678385131777,0.15372517456988796,0.0,0.010787499082032906,0.15372517456988796,0.0,0.03413524456093104,0.15372517456988796,0.0,0.03498026947125534,0.15372517456988796,0.0,0.024429546276905974,0.5,0.15372517456988796,0.0,0.010393900181435546,0.15372517456988796,0.0,0.023872829748922852,0.5,0.15372517456988796,0.0,0.02250903389170748,0.15372517456988796,0.0,0.029332508961438995,0.15372517456988796,0.0,0.2213228188852483,0.15372517456988796,0.0,0.06034306628100668,0.15372517456988796,0.0,0.027984751231790502,0.15372517456988796,0.0,0.00918585218725248,0.15372517456988796,0.0,0.010802981797272982,0.5,0.15372517456988796,0.0,0.003675990470901325,0.0,0.9196943857334823,0.2161018275361995 -5667,0.5,0.15372517456988796,0.0,0.12110290087466263,0.15372517456988796,0.0,0.04517408695024175,0.15372517456988796,0.0,0.0387072111339345,0.15372517456988796,0.0,0.05839848877620463,0.15372517456988796,0.0,0.008382410478164468,0.15372517456988796,0.0,0.028669891622881704,0.15372517456988796,0.0,0.039049291640613694,0.15372517456988796,0.0,0.02566521999878201,0.5,0.15372517456988796,0.0,0.012677684170076123,0.15372517456988796,0.0,0.029503600314038786,0.5,0.15372517456988796,0.0,0.024649626469502844,0.15372517456988796,0.0,0.025432505794533655,0.15372517456988796,0.0,0.19489582703142036,0.15372517456988796,0.0,0.06088220236750375,0.15372517456988796,0.0,0.029122821137167,0.15372517456988796,0.0,0.008952307838513758,0.15372517456988796,0.0,0.012624414280927247,0.5,0.15372517456988796,0.0,0.003760440686803995,0.0,0.8967582127276812,0.20018226265261868 -5668,0.5,0.15372517456988796,0.0,0.11582535138856981,0.15372517456988796,0.0,0.04519190746294237,0.15372517456988796,0.0,0.03509903153322515,0.15372517456988796,0.0,0.0563568189148203,0.15372517456988796,0.0,0.007466871698044211,0.15372517456988796,0.0,0.020223690515297713,0.15372517456988796,0.0,0.033107207381852216,0.15372517456988796,0.0,0.026246034253279975,0.5,0.15372517456988796,0.0,0.011650833253755367,0.15372517456988796,0.0,0.026803368149134872,0.5,0.15372517456988796,0.0,0.026851305133630148,0.15372517456988796,0.0,0.021289581031332855,0.15372517456988796,0.0,0.1824601282016964,0.15372517456988796,0.0,0.05200264057219167,0.15372517456988796,0.0,0.026062654029167312,0.15372517456988796,0.0,0.01114633363496382,0.15372517456988796,0.0,0.013508182913076145,0.5,0.15372517456988796,0.0,0.0027429411450445662,0.0,0.8804608420448299,0.15545918465142874 -5669,0.5,0.15372517456988796,0.0,0.11265558351249626,0.15372517456988796,0.0,0.04949177827993423,0.15372517456988796,0.0,0.030486021172484928,0.15372517456988796,0.0,0.05379958471208543,0.15372517456988796,0.0,0.00518441251527625,0.15372517456988796,0.0,0.016863262541782446,0.15372517456988796,0.0,0.028119582593094588,0.15372517456988796,0.0,0.01972882879009274,0.5,0.15372517456988796,0.0,0.0116839703435252,0.15372517456988796,0.0,0.026024085426819697,0.5,0.15372517456988796,0.0,0.026540394107684682,0.15372517456988796,0.0,0.023162109038922393,0.15372517456988796,0.0,0.17978240353652736,0.15372517456988796,0.0,0.0368500170834429,0.15372517456988796,0.0,0.022554133182914448,0.15372517456988796,0.0,0.013293950871776705,0.15372517456988796,0.0,0.017856158159483097,0.5,0.15372517456988796,0.0,0.002843316902851242,0.0,0.8449762055628323,0.10232455906720156 -5670,0.5,0.15372517456988796,0.00241351893904929,0.10284148948115868,0.15372517456988796,0.0001726683010521813,0.051334106330941855,0.15372517456988796,0.0005891100049600292,0.023161845732920523,0.15372517456988796,0.0020380313739544794,0.04958491509057213,0.15372517456988796,0.0,0.005814227828997485,0.15372517456988796,0.0,0.016840954669900744,0.15372517456988796,0.0,0.026659453748593742,0.15372517456988796,0.0,0.013527007144294261,0.5,0.15372517456988796,0.0,0.009792033616568248,0.15372517456988796,0.0,0.027685595163594146,0.5,0.15372517456988796,0.0,0.023308818487969424,0.15372517456988796,0.0,0.022669880019607024,0.15372517456988796,5.0929302048549875e-05,0.1721473916493551,0.15372517456988796,2.3751543780254546e-05,0.029219546506188597,0.15372517456988796,5.735502629895716e-05,0.01947549020960473,0.15372517456988796,0.0,0.014416707377715622,0.15372517456988796,0.00011183171513392008,0.019481312381719823,0.5,0.15372517456988796,0.0005705040741159409,0.005511943949987484,0.0,0.8024024074197487,0.06351946220020274 -5671,0.5,0.15372517456988796,0.04704292189593223,0.11043772477559871,0.15372517456988796,0.06567432558434563,0.051524192327986426,0.15372517456988796,0.06753587357076853,0.017382186588084225,0.15372517456988796,0.047349770340175075,0.045763404512086416,0.15372517456988796,0.051274444293846116,0.006753797652644156,0.15372517456988796,0.01946213099685332,0.01882649869192235,0.15372517456988796,0.03248138340634179,0.022299924986745722,0.15372517456988796,0.022479508924296336,0.012162870481710292,0.5,0.15372517456988796,0.011643552157924716,0.011436790834834903,0.15372517456988796,0.041463267734667374,0.020390567669261284,0.5,0.15372517456988796,0.017895857696946703,0.013225343050726486,0.15372517456988796,0.02194051355564521,0.019598833472639927,0.15372517456988796,0.01478460985104315,0.16474401738398514,0.15372517456988796,0.056118841858712395,0.026018155597791713,0.15372517456988796,0.06309083921427248,0.018005429224071466,0.15372517456988796,0.04962253028082708,0.01379384782664082,0.15372517456988796,0.05748957947168932,0.01582471480067457,0.5,0.15372517456988796,0.06551818117293072,0.006333555370121887,0.0,0.7843744036555003,0.050854958404606854 -5672,0.5,0.15372517456988796,0.11526493945022251,0.1549194477948791,0.15372517456988796,0.1922610313324319,0.1019976750641636,0.15372517456988796,0.18929277079339177,0.027470760357006963,0.15372517456988796,0.14439697817509664,0.05777901030878815,0.15372517456988796,0.16008836978295912,0.010111542946138892,0.15372517456988796,0.07378669181915988,0.021859953664594547,0.15372517456988796,0.09402060910162331,0.0207491569551861,0.15372517456988796,0.08860799919697157,0.019335163667112437,0.5,0.15372517456988796,0.037093832489999284,0.02321580546502413,0.15372517456988796,0.11640150848671921,0.010764069746720489,0.5,0.15372517456988796,0.05271159965200004,0.008636729723672645,0.15372517456988796,0.07057894483588237,0.020999806406316972,0.15372517456988796,0.050000446103006135,0.16491091149289266,0.15372517456988796,0.17400973498352226,0.032036896212904176,0.15372517456988796,0.18773872887199777,0.030334653640431752,0.15372517456988796,0.13666930492500276,0.019852346047115846,0.15372517456988796,0.14968242703052764,0.020466720778640674,0.5,0.15372517456988796,0.16658186684443912,0.013623348782764657,0.0,0.7374495861470219,0.03998429043755545 -5673,0.5,0.15372517456988796,0.187316254204391,0.20281738291875392,0.15372517456988796,0.33562107109467765,0.15452962091092395,0.15372517456988796,0.31901769893324594,0.04484702750044874,0.15372517456988796,0.27701889137682734,0.06312644201244981,0.15372517456988796,0.2730745755046528,0.023322568831418797,0.15372517456988796,0.13483630419580306,0.030995947422521868,0.15372517456988796,0.17245079381390052,0.028393994180626297,0.15372517456988796,0.13134996108292485,0.03747738190159011,0.5,0.15372517456988796,0.0471352675135102,0.03443331012781687,0.15372517456988796,0.1786336930576091,0.007585284661878686,0.5,0.15372517456988796,0.09462658162795691,0.009069432445567118,0.15372517456988796,0.12853563128104498,0.020543370594407362,0.15372517456988796,0.09918923310075274,0.19133430995538653,0.15372517456988796,0.30992034962355086,0.0398020431237289,0.15372517456988796,0.32052002520973527,0.04309550799001979,0.15372517456988796,0.22351681721363864,0.04521010178652474,0.15372517456988796,0.23489282065980763,0.04582776840340398,0.5,0.15372517456988796,0.2684329849914955,0.03238340547142665,0.0,0.6048251575899143,0.026607618652507582 -5674,0.5,0.15372517456988796,0.2729186106250182,0.26301649090397744,0.15372517456988796,0.47607417390079876,0.1893010702906566,0.15372517456988796,0.4435965054367048,0.0624168071516758,0.15372517456988796,0.42157500344570953,0.0798516671341573,0.15372517456988796,0.3531933342531571,0.03257406312332604,0.15372517456988796,0.20622796629963763,0.03725673564419509,0.15372517456988796,0.2525901122099498,0.03437729787222345,0.15372517456988796,0.14594267989718915,0.06409144384844422,0.5,0.15372517456988796,0.05995484249001205,0.06431849524859047,0.15372517456988796,0.2545633804454421,0.007872435354558628,0.5,0.15372517456988796,0.10484362491794323,0.015552409086097788,0.15372517456988796,0.1834274780211041,0.02299249818511459,0.15372517456988796,0.14255976576323562,0.2178646181952254,0.15372517456988796,0.4446490701425093,0.03676890507442234,0.15372517456988796,0.4319093854121795,0.0507648884114906,0.15372517456988796,0.29626259038235037,0.07922362307325995,0.15372517456988796,0.30644118730048064,0.07463390265229243,0.5,0.15372517456988796,0.36341749628902187,0.03996453188643609,0.0,0.4108542477666554,0.013165178203100892 -5675,0.5,0.15372517456988796,0.3898572290110995,0.2917330017468848,0.15372517456988796,0.5810521557484742,0.1982953745401144,0.15372517456988796,0.5087107602345882,0.07635946881064375,0.15372517456988796,0.5711624166706579,0.10950759075181636,0.15372517456988796,0.4042509755670018,0.034973354409305143,0.15372517456988796,0.2761159369283545,0.03627310758064539,0.15372517456988796,0.30327143126621087,0.033253224996137934,0.15372517456988796,0.11834198971994186,0.07759285977297531,0.5,0.15372517456988796,0.07424931899550025,0.14272049139882204,0.15372517456988796,0.30883597315882627,0.006547794799324098,0.5,0.15372517456988796,0.10760414089135525,0.037499024972680234,0.15372517456988796,0.1853732878956021,0.047441016240524485,0.15372517456988796,0.17614477824249986,0.2126326073577174,0.15372517456988796,0.5671555383160225,0.0297723786769602,0.15372517456988796,0.5196210543034785,0.06655736555744536,0.15372517456988796,0.31686606619909824,0.1091321424481098,0.15372517456988796,0.31599068140984704,0.09878440056997857,0.5,0.15372517456988796,0.42986462080864374,0.04098453991995936,0.0,0.33857458361167947,0.003716049936345161 -5676,0.5,0.15372517456988796,0.4118834102785596,0.27999404402546646,0.15372517456988796,0.5245577464445359,0.18030522172778374,0.15372517456988796,0.5100619915033275,0.09383230501159148,0.15372517456988796,0.5962140365429326,0.1300208068340011,0.15372517456988796,0.4106061927855069,0.032188621255791645,0.15372517456988796,0.3653221016046572,0.04740483943514226,0.15372517456988796,0.3681300101018463,0.035785158339791,0.15372517456988796,0.0674449768418927,0.09119046885417861,0.5,0.15372517456988796,0.08692994523974099,0.21982106569522014,0.15372517456988796,0.27525017872874125,0.019360594940134496,0.5,0.15372517456988796,0.11929454341716603,0.07837669616171666,0.15372517456988796,0.19866119679151395,0.0932676107221594,0.15372517456988796,0.16662175894044984,0.18186957765987186,0.15372517456988796,0.6186302899952753,0.027096243866945292,0.15372517456988796,0.521941210253131,0.0738682773006722,0.15372517456988796,0.3251318702171345,0.15263280155246078,0.15372517456988796,0.2878423747987181,0.13461520706522082,0.5,0.15372517456988796,0.45440643236053735,0.04359498255240418,0.0,0.37263176872787174,0.00011210505968839293 -5677,0.5,0.15372517456988796,0.42261980360617235,0.2896851827081354,0.15372517456988796,0.5014187507891812,0.15953935308581,0.15372517456988796,0.41464313996035224,0.12099184990760674,0.15372517456988796,0.5820727780002842,0.14152067452452058,0.15372517456988796,0.40012443745361104,0.027574224503321927,0.15372517456988796,0.32061923716679774,0.06757101433974005,0.15372517456988796,0.3846446657447553,0.059910106314811425,0.15372517456988796,0.026440455754973807,0.10042219210306647,0.5,0.15372517456988796,0.08887880705421176,0.28393338778787447,0.15372517456988796,0.28200049500091084,0.03579427189520964,0.5,0.15372517456988796,0.13148419622956795,0.09931792818911916,0.15372517456988796,0.19871879954101362,0.12079989054061305,0.15372517456988796,0.24266176608825496,0.15272083376884651,0.15372517456988796,0.6166678935055139,0.022758853797821887,0.15372517456988796,0.48904995448290167,0.07839227360556986,0.15372517456988796,0.32668347328997516,0.2336577354452644,0.15372517456988796,0.21901068445034327,0.21598229163654512,0.5,0.15372517456988796,0.43084713710974076,0.08684449245707399,0.0,0.4315564728783349,9.317627620323916e-06 -5678,0.5,0.15372517456988796,0.39637971855813225,0.27640463869562576,0.15372517456988796,0.3353155551279007,0.11809916976570133,0.15372517456988796,0.344796796494067,0.1329790573492274,0.15372517456988796,0.5172969990368557,0.1307059051944879,0.15372517456988796,0.34012824207052395,0.02725992381611047,0.15372517456988796,0.21485655623073865,0.07664195835394297,0.15372517456988796,0.26357181603834295,0.07403543294786655,0.15372517456988796,0.028624008031687808,0.10185107852287237,0.5,0.15372517456988796,0.07542462432227064,0.3015567060378468,0.15372517456988796,0.24070036606239056,0.03698714992034864,0.5,0.15372517456988796,0.12925496987234603,0.1719029554318013,0.15372517456988796,0.16833195309135818,0.1130251081196719,0.15372517456988796,0.3935397610979934,0.1473887884898032,0.15372517456988796,0.5017160026939063,0.013709652584583773,0.15372517456988796,0.40930030644919846,0.07025382425257812,0.15372517456988796,0.1690038512938854,0.2433102614247126,0.15372517456988796,0.13309069025340842,0.23193008191383147,0.5,0.15372517456988796,0.36908572445845644,0.11572778874264422,0.0,0.5357087264665021,2.0473052608791396e-07 -5679,0.5,0.15372517456988796,0.29378094079661654,0.21446567966132413,0.15372517456988796,0.21852217163073842,0.05378824153963528,0.15372517456988796,0.25219401048403234,0.14591312617597432,0.15372517456988796,0.4284986325694077,0.12654727228466658,0.15372517456988796,0.30802984859240035,0.024115679361773647,0.15372517456988796,0.117174539874765,0.07017491574879813,0.15372517456988796,0.14999019046432358,0.09354590182262687,0.15372517456988796,0.02901615587783049,0.08531402881658251,0.5,0.15372517456988796,0.048212656989482586,0.28325212250477305,0.15372517456988796,0.17144429536958594,0.057003086179072085,0.5,0.15372517456988796,0.08464878359452518,0.1735731119756107,0.15372517456988796,0.12308740788614247,0.1022446221618186,0.15372517456988796,0.40112571773432315,0.1311367078456235,0.15372517456988796,0.5359894182086812,0.008121864471321608,0.15372517456988796,0.34991028333255203,0.0536809260647029,0.15372517456988796,0.07356151116040599,0.26920719003639165,0.15372517456988796,0.09780826497727022,0.22679755258433282,0.5,0.15372517456988796,0.26370191077905425,0.09571231508233813,0.0,0.6270972762794701,0.0 -5680,0.5,0.15372517456988796,0.260366354408203,0.14865477148362113,0.15372517456988796,0.26010055199476695,0.013218170310000341,0.15372517456988796,0.17239619917612314,0.16894745873746675,0.15372517456988796,0.2597809448301722,0.11827555452368214,0.15372517456988796,0.20178083283503048,0.011312620349503904,0.15372517456988796,0.045486976999977925,0.056379418016166624,0.15372517456988796,0.06909959170561383,0.07649360315188611,0.15372517456988796,0.02640736721526909,0.07370788830350682,0.5,0.15372517456988796,0.029088616982421125,0.21635994281984164,0.15372517456988796,0.11328518198575266,0.024788348188926616,0.5,0.15372517456988796,0.038916203759215576,0.10696548381206918,0.15372517456988796,0.07417610603550863,0.10077302031758953,0.15372517456988796,0.3654778328917749,0.08588929507782776,0.15372517456988796,0.3601122129850462,0.006873849751671178,0.15372517456988796,0.2203838386322206,0.04074718248818051,0.15372517456988796,0.04250911649288924,0.23339764133662946,0.15372517456988796,0.06459647060302733,0.16860847109542787,0.5,0.15372517456988796,0.16090148801428042,0.05267894905454719,0.0,0.5995890207766271,0.0 -5681,0.5,0.15372517456988796,0.17506269334424496,0.09454120645773982,0.15372517456988796,0.2946932744200653,0.005965365165760303,0.15372517456988796,0.08255652772871873,0.1555533505669084,0.15372517456988796,0.14376898586991246,0.09683597988323626,0.15372517456988796,0.09093027815418281,0.003795786568959828,0.15372517456988796,0.0210337122041897,0.042579286270106695,0.15372517456988796,0.03672764060525821,0.05579246759168501,0.15372517456988796,0.01368666380457582,0.05300826183381131,0.5,0.15372517456988796,0.012943722230551947,0.15075370044767356,0.15372517456988796,0.04547097565756997,0.012158806596815758,0.5,0.15372517456988796,0.013061387798873536,0.0868608361776092,0.15372517456988796,0.0373244117165505,0.10779507862197364,0.15372517456988796,0.3151414501930618,0.05356133533916429,0.15372517456988796,0.2439545573385305,0.00848562442527103,0.15372517456988796,0.12043236768571722,0.023237856505266948,0.15372517456988796,0.019283515860117777,0.18910785858908655,0.15372517456988796,0.03940016400795544,0.12185274680870124,0.5,0.15372517456988796,0.0867592160283125,0.03501568154093852,0.0,0.41725223888791696,6.628668974484681e-06 -5682,0.5,0.15372517456988796,0.08291486959539617,0.050930983261263794,0.15372517456988796,0.1993484524021192,0.009854977376885642,0.15372517456988796,0.03144266283715445,0.12217502026253513,0.15372517456988796,0.05887943046959321,0.05564514156081043,0.15372517456988796,0.03601239894789256,0.0012505315964553509,0.15372517456988796,0.006864324543740943,0.04196760633880246,0.15372517456988796,0.00945665693377597,0.03974895815429071,0.15372517456988796,0.008519745626714878,0.04870559669293267,0.5,0.15372517456988796,0.004836858677701,0.11830079545748962,0.15372517456988796,0.014014154841810256,0.016781684304751493,0.5,0.15372517456988796,0.003034173200402535,0.1063129714383638,0.15372517456988796,0.014567045579623853,0.12442965470708427,0.15372517456988796,0.19753085751843993,0.030074378359878987,0.15372517456988796,0.12643046935514216,0.024896589975457375,0.15372517456988796,0.04799483239506557,0.0106177045245018,0.15372517456988796,0.005480069659410459,0.15424227875334806,0.15372517456988796,0.011171199045059966,0.09660335460489465,0.5,0.15372517456988796,0.033279749857977825,0.026688469815119954,0.0,0.28441684720402927,0.0011163268447746083 -5683,0.5,0.15372517456988796,0.0017532579153729478,0.03136711453408282,0.15372517456988796,0.027277345756789736,0.03283335255267133,0.15372517456988796,0.00036952575437766217,0.09787627894883737,0.15372517456988796,1.643327276274519e-05,0.036223095218305836,0.15372517456988796,0.009790944274545051,0.000608674204021675,0.15372517456988796,0.0027953809434740724,0.05342183390600493,0.15372517456988796,0.001020617264115835,0.03162978849757141,0.15372517456988796,0.0024584860452140137,0.04559578569371559,0.5,0.15372517456988796,0.0010842623618471403,0.07935378926035669,0.15372517456988796,0.0,0.021357229917344792,0.5,0.15372517456988796,0.0004628513263679847,0.15498192092093172,0.15372517456988796,0.0008930541728139317,0.15119423155702996,0.15372517456988796,0.035390868091146076,0.009999466946471509,0.15372517456988796,0.027179111991940095,0.059265492619607105,0.15372517456988796,0.00798433544464866,0.006618455092585737,0.15372517456988796,0.0007204974432812721,0.10862007040487057,0.15372517456988796,0.0005659424939993047,0.10776160767687513,0.5,0.15372517456988796,5.475504986497412e-05,0.030656558828607183,0.0,0.2021440485275122,0.012969282619573684 -5684,0.5,0.15372517456988796,0.0,0.028757504905635896,0.15372517456988796,0.0,0.059251618396262175,0.15372517456988796,0.0,0.07893591577052413,0.15372517456988796,0.0,0.03661360354910481,0.15372517456988796,0.0,0.00574343266230188,0.15372517456988796,0.0,0.07052998622549549,0.15372517456988796,0.0,0.043230781915294274,0.15372517456988796,0.0,0.045592073517634155,0.5,0.15372517456988796,0.0,0.056937399323213206,0.15372517456988796,0.0,0.03293834190632899,0.5,0.15372517456988796,0.0,0.1593681836348095,0.15372517456988796,0.0,0.15212332655985958,0.15372517456988796,0.0,0.006762361106568991,0.15372517456988796,0.0,0.1062806074944399,0.15372517456988796,0.0,0.011063209866711294,0.15372517456988796,0.0,0.08453810540118413,0.15372517456988796,0.0,0.142184224696768,0.5,0.15372517456988796,0.0,0.05730920418171244,0.0,0.12004710875352519,0.026347609455968847 -5685,0.5,0.15372517456988796,0.0,0.02477582168215068,0.15372517456988796,0.0,0.05652958364446819,0.15372517456988796,0.0,0.05614314308860164,0.15372517456988796,0.0,0.03048628350488356,0.15372517456988796,0.0,0.01888973901111837,0.15372517456988796,0.0,0.08131718514176775,0.15372517456988796,0.0,0.053111998823116666,0.15372517456988796,0.0,0.04371852892626608,0.5,0.15372517456988796,0.0,0.04593644209150691,0.15372517456988796,0.0,0.062323594212655806,0.5,0.15372517456988796,0.0,0.12982737326650395,0.15372517456988796,0.0,0.15879058032977983,0.15372517456988796,0.0,0.004979258452024146,0.15372517456988796,0.0,0.14429583938610607,0.15372517456988796,0.0,0.02722303174845152,0.15372517456988796,0.0,0.060814496966961576,0.15372517456988796,0.0,0.15840837278053901,0.5,0.15372517456988796,0.0,0.07596764099558984,0.0,0.0766765662679181,0.053807940522966384 -5686,0.5,0.15372517456988796,0.0,0.019669666733723706,0.15372517456988796,0.0,0.052267189899219545,0.15372517456988796,0.0,0.04461252930022058,0.15372517456988796,0.0,0.03611344529865022,0.15372517456988796,0.0,0.028103544765749465,0.15372517456988796,0.0,0.06876578382872225,0.15372517456988796,0.0,0.048018207177415444,0.15372517456988796,0.0,0.05186518827066981,0.5,0.15372517456988796,0.0,0.039230913986939744,0.15372517456988796,0.0,0.06516580946900152,0.5,0.15372517456988796,0.0,0.11605676610519522,0.15372517456988796,0.0,0.17838243205210236,0.15372517456988796,0.0,0.0052856254334451395,0.15372517456988796,0.0,0.1437421666443456,0.15372517456988796,0.0,0.04264914041866084,0.15372517456988796,0.0,0.04027724565600282,0.15372517456988796,0.0,0.1508404676167592,0.5,0.15372517456988796,0.0,0.09041960751354819,0.0,0.05054887078215645,0.07703139532242806 -5687,0.5,0.15372517456988796,0.0,0.01914373338328907,0.15372517456988796,0.0,0.044517061898933216,0.15372517456988796,0.0,0.02624379971918913,0.15372517456988796,0.0,0.035802443957488585,0.15372517456988796,0.0,0.037551483449384304,0.15372517456988796,0.0,0.05662647097879085,0.15372517456988796,0.0,0.03459279800647422,0.15372517456988796,0.0,0.07525397494753122,0.5,0.15372517456988796,0.0,0.06282946317080666,0.15372517456988796,0.0,0.05562906160686219,0.5,0.15372517456988796,0.0,0.09343085521239093,0.15372517456988796,0.0,0.21717955435423023,0.15372517456988796,0.0,0.005210567261768029,0.15372517456988796,0.0,0.12476573599961924,0.15372517456988796,0.0,0.04614148671508182,0.15372517456988796,0.0,0.022727234744335828,0.15372517456988796,0.0,0.14088545298130575,0.5,0.15372517456988796,0.0,0.10490081694190916,0.0,0.03515884513593945,0.06802184893124405 -5688,0.5,0.15372517456988796,0.0,0.01897150979444733,0.15372517456988796,0.0,0.04022497675326034,0.15372517456988796,0.0,0.009277255974608841,0.15372517456988796,0.0,0.02785538695392572,0.15372517456988796,0.0,0.06755799512864792,0.15372517456988796,0.0,0.07330570120025026,0.15372517456988796,0.0,0.03147939076001273,0.15372517456988796,0.0,0.0839295106969398,0.5,0.15372517456988796,0.0,0.12753726865756315,0.15372517456988796,0.0,0.05902140793849007,0.5,0.15372517456988796,0.0,0.08861877272560223,0.15372517456988796,0.0,0.2290401337587224,0.15372517456988796,0.0,0.004635527138980888,0.15372517456988796,0.0,0.12330848407797962,0.15372517456988796,0.0,0.04052676557384312,0.15372517456988796,0.0,0.017022731788114063,0.15372517456988796,0.0,0.13622193763964655,0.5,0.15372517456988796,0.0,0.13100805574554042,0.0,0.01936596582412191,0.052898284694176574 -5689,0.5,0.15372517456988796,0.0,0.0196937287534061,0.15372517456988796,0.0,0.042136024439951666,0.15372517456988796,0.0,0.0033826987058732006,0.15372517456988796,0.0,0.015017837000730309,0.15372517456988796,0.0,0.08474422850963285,0.15372517456988796,0.0,0.06952632302856514,0.15372517456988796,0.0,0.05090957309196723,0.15372517456988796,0.0,0.08010553410964402,0.5,0.15372517456988796,0.0,0.17170168190591617,0.15372517456988796,0.0,0.06976556800373397,0.5,0.15372517456988796,0.0,0.12264088741473216,0.15372517456988796,0.0,0.29646981770653835,0.15372517456988796,0.0,0.004920102710166945,0.15372517456988796,0.0,0.1378174920874653,0.15372517456988796,0.0,0.044794768136614926,0.15372517456988796,0.0,0.026002870344461103,0.15372517456988796,0.0,0.135211065081406,0.5,0.15372517456988796,0.0,0.12817974215766847,0.0,0.012296527946112745,0.05893317000481992 -5690,0.5,0.15372517456988796,0.0,0.021998134163214292,0.15372517456988796,0.0,0.04292760680219923,0.15372517456988796,0.0,0.004256896624901828,0.15372517456988796,0.0,0.0086002201774722,0.15372517456988796,0.0,0.07758379541624774,0.15372517456988796,0.0,0.06679040100782437,0.15372517456988796,0.0,0.044853587410133094,0.15372517456988796,0.0,0.0784919031495542,0.5,0.15372517456988796,0.0,0.13602051756022493,0.15372517456988796,0.0,0.07639854250046108,0.5,0.15372517456988796,0.0,0.22078808420395413,0.15372517456988796,0.0,0.38992626685426346,0.15372517456988796,0.0,0.005144447394618679,0.15372517456988796,0.0,0.13594991834526632,0.15372517456988796,0.0,0.053061016351038076,0.15372517456988796,0.0,0.0346568139651211,0.15372517456988796,0.0,0.1345429401557218,0.5,0.15372517456988796,0.0,0.14346969734088705,0.0,0.012937701854052547,0.08019955639814237 -5691,0.5,0.15372517456988796,0.0,0.021637832078247755,0.15372517456988796,0.0,0.04134325963644905,0.15372517456988796,0.0,0.008531854286083627,0.15372517456988796,0.0,0.008479621195605101,0.15372517456988796,0.0,0.06107207832955029,0.15372517456988796,0.0,0.10156928581008531,0.15372517456988796,0.0,0.03390414981257533,0.15372517456988796,0.0,0.06052503601357333,0.5,0.15372517456988796,0.0,0.15727984011214824,0.15372517456988796,0.0,0.14073554352019665,0.5,0.15372517456988796,0.0,0.3554933670214767,0.15372517456988796,0.0,0.4294903531116669,0.15372517456988796,0.0,0.0053971853277357115,0.15372517456988796,0.0,0.11984760059159524,0.15372517456988796,0.0,0.04653071670338546,0.15372517456988796,0.0,0.027284489747630824,0.15372517456988796,0.0,0.1413336323779622,0.5,0.15372517456988796,0.0,0.16723896670211108,0.0,0.00941578889216639,0.08645377072134652 -5692,0.5,0.15372517456988796,0.0,0.021816328094936957,0.15372517456988796,0.0,0.04378298495719582,0.15372517456988796,0.0,0.010559856095976792,0.15372517456988796,0.0,0.006824825246774354,0.15372517456988796,0.0,0.040641762027827225,0.15372517456988796,0.0,0.13877304267854565,0.15372517456988796,0.0,0.04675257636017005,0.15372517456988796,0.0,0.0459441312220674,0.5,0.15372517456988796,0.0,0.2072325318746064,0.15372517456988796,0.0,0.4313178609960928,0.5,0.15372517456988796,0.0,0.5255627626003405,0.15372517456988796,0.0,0.5832976400245463,0.15372517456988796,0.0,0.005873833396287579,0.15372517456988796,0.0,0.10465091798308711,0.15372517456988796,0.0,0.0405600136484898,0.15372517456988796,0.0,0.02054648810552805,0.15372517456988796,0.0,0.1422747911624334,0.5,0.15372517456988796,0.0,0.16692643228377368,0.0,0.003855529254117542,0.07084291042137299 -5693,0.5,0.15372517456988796,0.0,0.024037939151214747,0.15372517456988796,0.0,0.047589593296098166,0.15372517456988796,0.0,0.00841312855502591,0.15372517456988796,0.0,0.004382983477235172,0.15372517456988796,0.0,0.04661191471907319,0.15372517456988796,0.0,0.1638504125820882,0.15372517456988796,0.0,0.07752074869162104,0.15372517456988796,0.0,0.05405200259097367,0.5,0.15372517456988796,0.0,0.2367209948916303,0.15372517456988796,0.0,0.5952305948515566,0.5,0.15372517456988796,0.0,0.4022439291886019,0.15372517456988796,0.0,0.6647181582664565,0.15372517456988796,0.0,0.006769135137899633,0.15372517456988796,0.0,0.09434968340586468,0.15372517456988796,0.0,0.03305536795506759,0.15372517456988796,0.0,0.024342846219386573,0.15372517456988796,0.0,0.13744132695901778,0.5,0.15372517456988796,0.0,0.18562934994375185,0.0,0.0010159788590193022,0.052767269915625345 -5694,0.5,0.15372517456988796,0.0025986410311031717,0.02498380109773374,0.15372517456988796,1.7877892911651163e-07,0.03265875293453117,0.15372517456988796,2.9053909631898784e-05,0.0051732793723020185,0.15372517456988796,0.0012178238906482047,0.003294291954312209,0.15372517456988796,0.0,0.06234579613041116,0.15372517456988796,0.0,0.16903494545777223,0.15372517456988796,0.0,0.09710232223970619,0.15372517456988796,0.0,0.06312202041271153,0.5,0.15372517456988796,0.0,0.2891801002963078,0.15372517456988796,0.0,0.7179974078175271,0.5,0.15372517456988796,0.0,0.5445118550206015,0.15372517456988796,0.0,0.6382519024425766,0.15372517456988796,0.00013827354520367256,0.00508957380511062,0.15372517456988796,2.200332338396135e-06,0.091868226055798,0.15372517456988796,1.4920316942574595e-05,0.03589037904224971,0.15372517456988796,0.0,0.03356813024544187,0.15372517456988796,0.0,0.204169635760875,0.5,0.15372517456988796,2.649938404207357e-06,0.24927965168751,0.0,0.001392343615282813,0.03418910613790026 -5695,0.5,0.15372517456988796,0.06248823852407654,0.02230311663666748,0.15372517456988796,0.06645794123941039,0.02888272941478976,0.15372517456988796,0.00540771757478966,0.012194177080820235,0.15372517456988796,0.02810493054794908,0.002056215316276077,0.15372517456988796,0.028916358210829822,0.09101604507178909,0.15372517456988796,0.0037620194896560103,0.18596761912373588,0.15372517456988796,0.0048266764651339845,0.10659974125847228,0.15372517456988796,0.003380714146841283,0.05369201786459142,0.5,0.15372517456988796,0.0007149280512717741,0.42088888894595167,0.15372517456988796,0.0014004086649021307,0.5754725729597983,0.5,0.15372517456988796,0.000713589326857617,0.4773027281980796,0.15372517456988796,0.0008225593818798586,0.5739564609406544,0.15372517456988796,0.06487590668585033,0.0027315897595947963,0.15372517456988796,0.04915953700081368,0.09496500614711073,0.15372517456988796,0.02482068375742903,0.06022293831727706,0.15372517456988796,0.0013503988345789516,0.03831383597983136,0.15372517456988796,0.0015023380051556376,0.2293829355127,0.5,0.15372517456988796,0.00329930236431003,0.5198946731024813,0.0,0.0028689511627550367,0.02038291699140598 -5696,0.5,0.15372517456988796,0.1608828932423922,0.04066928586271964,0.15372517456988796,0.19404053613807423,0.03686722630150966,0.15372517456988796,0.021873713511779004,0.031122279974992364,0.15372517456988796,0.07210987102732588,0.003809234051903819,0.15372517456988796,0.11823749797124011,0.16988959227440645,0.15372517456988796,0.024880189202631707,0.20795750949177666,0.15372517456988796,0.023700891755356855,0.12179661621359684,0.15372517456988796,0.01726575919227123,0.06353414499280524,0.5,0.15372517456988796,0.005903491809120231,0.6502228596012338,0.15372517456988796,0.002978810984779271,0.3673307605730139,0.5,0.15372517456988796,0.0033384895367556964,0.6182133351342565,0.15372517456988796,0.0026558021254141076,0.47063866431313955,0.15372517456988796,0.19018425818950438,0.002840128894724765,0.15372517456988796,0.16560699238206233,0.12363047757060462,0.15372517456988796,0.0935032392794821,0.12474613729659129,0.15372517456988796,0.0058206289301635785,0.04597859917797991,0.15372517456988796,0.008569441958647745,0.2542778353457718,0.5,0.15372517456988796,0.007929980920616211,0.6769463149768074,0.0,0.007722422749531804,0.012445909632767104 -5697,0.5,0.15372517456988796,0.28704260561592587,0.05534798992920334,0.15372517456988796,0.337205322316372,0.06474413019480378,0.15372517456988796,0.03838990305629478,0.050904177010519164,0.15372517456988796,0.10344964830013773,0.00731991434704204,0.15372517456988796,0.2584467327279055,0.2736234992323058,0.15372517456988796,0.07305127815961199,0.26311794319825754,0.15372517456988796,0.05744935354358076,0.15781411992225972,0.15372517456988796,0.019481970262117638,0.1730365859073798,0.5,0.15372517456988796,0.01730761964911977,0.6984892916520742,0.15372517456988796,0.017422289039574712,0.511655621639226,0.5,0.15372517456988796,0.036319284535715264,0.7316710266893076,0.15372517456988796,0.009523505543363264,0.5087698167434376,0.15372517456988796,0.33160569237873594,0.006411708153731216,0.15372517456988796,0.3143203723688598,0.16715452221364718,0.15372517456988796,0.19770124779915801,0.17377500303479168,0.15372517456988796,0.01645240394299831,0.07210499621453935,0.15372517456988796,0.014197297770255937,0.3461777985112107,0.5,0.15372517456988796,0.018592549291793513,0.6373916390269575,0.0,0.018773973249347146,0.00968484675328982 -5698,0.5,0.15372517456988796,0.4278795534170496,0.05987601532185497,0.15372517456988796,0.48152397996774127,0.08311069140204465,0.15372517456988796,0.0650692440292085,0.05554755587720475,0.15372517456988796,0.13797963513550934,0.0129731492639719,0.15372517456988796,0.41852447578156343,0.3170665173781226,0.15372517456988796,0.1397174895551621,0.2622311974979534,0.15372517456988796,0.08882025953720599,0.16653404935857885,0.15372517456988796,0.024041025460398848,0.2180484284712763,0.5,0.15372517456988796,0.042084871594401316,0.6378249355399641,0.15372517456988796,0.02040775156343416,0.6062136405860892,0.5,0.15372517456988796,0.1629480055125206,0.8629312866326837,0.15372517456988796,0.054847217638179124,0.5781691932367347,0.15372517456988796,0.47306334378492576,0.00970387110982729,0.15372517456988796,0.4615991870343536,0.17472026041087638,0.15372517456988796,0.3221405517807794,0.18886328745031225,0.15372517456988796,0.021106949935697096,0.10696643709067856,0.15372517456988796,0.028348577088035856,0.5137946435981802,0.5,0.15372517456988796,0.035973654497352195,0.5258233458574724,0.0,0.03243744522940487,0.007052846319741758 -5699,0.5,0.15372517456988796,0.5548149530266069,0.050473577254398445,0.15372517456988796,0.6042174847029655,0.07375064803358991,0.15372517456988796,0.08172689429115283,0.05402105910340857,0.15372517456988796,0.18757116124142853,0.01537649524539748,0.15372517456988796,0.5595168960496211,0.33241797157939673,0.15372517456988796,0.19483285945287246,0.25250469561801475,0.15372517456988796,0.18223229489258497,0.17468412493054625,0.15372517456988796,0.047606749779097346,0.18539573959185385,0.5,0.15372517456988796,0.053790079077709954,0.612781572436754,0.15372517456988796,0.030313750864912288,0.6520259533340175,0.5,0.15372517456988796,0.15099820980221015,0.8512327928357275,0.15372517456988796,0.20150158309509636,0.7486382391652827,0.15372517456988796,0.5972291861167649,0.015720926225958446,0.15372517456988796,0.591108002527975,0.15776978655220625,0.15372517456988796,0.43989273899307035,0.17026943480652723,0.15372517456988796,0.028580774439712586,0.13596149715401296,0.15372517456988796,0.05580079396900925,0.6915164426014745,0.5,0.15372517456988796,0.04821362572740816,0.6360301336578065,0.0,0.053254329945396854,0.004698422608524179 -5700,0.5,0.15372517456988796,0.6313567028969411,0.042894438469194336,0.15372517456988796,0.6742624984203129,0.056958763407511374,0.15372517456988796,0.10955805816895124,0.04749532637577502,0.15372517456988796,0.21785100585948813,0.013769462665221879,0.15372517456988796,0.6441859248790914,0.32077651891454934,0.15372517456988796,0.24866635593440017,0.2126224640124849,0.15372517456988796,0.2643058672269123,0.15795146114877884,0.15372517456988796,0.06358840798174606,0.15398116910559084,0.5,0.15372517456988796,0.08852284737914222,0.6634444125600567,0.15372517456988796,0.1933354643468016,0.7607107510625155,0.5,0.15372517456988796,0.09444014352753019,0.7846442157054012,0.15372517456988796,0.3355664457040699,0.8897893480981709,0.15372517456988796,0.66165315604647,0.028144422246275523,0.15372517456988796,0.6689875322275844,0.1280777125595303,0.15372517456988796,0.5089568012658541,0.12529089563158458,0.15372517456988796,0.05411730537196659,0.1051127061065823,0.15372517456988796,0.061111428004408754,0.7619712260511246,0.5,0.15372517456988796,0.057950238440308416,0.8044134864852973,0.0,0.08173214194943652,0.0032886037767588224 -5701,0.5,0.15372517456988796,0.6598299779947507,0.043789405567854746,0.15372517456988796,0.7004374672859928,0.06171442090525285,0.15372517456988796,0.1319549750582225,0.03658445206896783,0.15372517456988796,0.24084336758682073,0.0069862934177438605,0.15372517456988796,0.6808404229957604,0.2570145458801685,0.15372517456988796,0.2798877050817753,0.1746479756536378,0.15372517456988796,0.30400427910853905,0.12345455633469644,0.15372517456988796,0.04181651596454318,0.1340129045767802,0.5,0.15372517456988796,0.1437495841117787,0.7067944422556013,0.15372517456988796,0.5553999058079313,0.9105466452812587,0.5,0.15372517456988796,0.03652873537312095,0.7528824582403549,0.15372517456988796,0.23497641661685365,0.8286753473858496,0.15372517456988796,0.683758914631495,0.04393262090714227,0.15372517456988796,0.7008838699051728,0.11488521157097051,0.15372517456988796,0.5462511659620601,0.09048196070648762,0.15372517456988796,0.07445335463479914,0.06775005531910358,0.15372517456988796,0.08828830562003287,0.79626785405013,0.5,0.15372517456988796,0.2175821944831235,0.8436234370251787,0.0,0.10959958398580814,0.002254088141439567 -5702,0.5,0.15372517456988796,0.6337659976545418,0.05530181817571109,0.15372517456988796,0.685974174872821,0.07555792426955578,0.15372517456988796,0.14601453328611,0.01866634068497854,0.15372517456988796,0.23214545679126392,0.004960871562842327,0.15372517456988796,0.6654158826055196,0.19911923043442697,0.15372517456988796,0.33928801446769963,0.15437600576102228,0.15372517456988796,0.28210740103207976,0.08333363718432578,0.15372517456988796,0.01778935494850318,0.1070963273391031,0.5,0.15372517456988796,0.1519724863649907,0.6971697765390319,0.15372517456988796,0.4406680496309894,0.9263917117945637,0.5,0.15372517456988796,0.15186602679171032,0.8124406437580777,0.15372517456988796,0.11418851124133358,0.68986316477064,0.15372517456988796,0.6578757118291231,0.060119580211190585,0.15372517456988796,0.6911929441400686,0.11919648993542335,0.15372517456988796,0.5280020589863599,0.06898749154218849,0.15372517456988796,0.06882004038982262,0.03905888465108553,0.15372517456988796,0.06854562117312316,0.7214924532803091,0.5,0.15372517456988796,0.4735750617532073,0.8903081918805937,0.0,0.12173613495072406,0.0019101764259506688 -5703,0.5,0.15372517456988796,0.5586837158326688,0.06764706025216828,0.15372517456988796,0.62064627761461,0.09853830646620568,0.15372517456988796,0.12060208571753869,0.006483123929050585,0.15372517456988796,0.17913188975380218,0.003801019311552853,0.15372517456988796,0.5771985549490354,0.15581439413422293,0.15372517456988796,0.35480127679267714,0.10797130197908567,0.15372517456988796,0.2515735928737877,0.07268615876172892,0.15372517456988796,0.016491347031467363,0.09043405935608953,0.5,0.15372517456988796,0.11168750192413171,0.6421283942670181,0.15372517456988796,0.16011761924169132,0.8474021456796769,0.5,0.15372517456988796,0.351196709260703,0.9041606425611212,0.15372517456988796,0.10024733151416818,0.5591073172176797,0.15372517456988796,0.5632202910990087,0.07670495152813367,0.15372517456988796,0.6331473351602473,0.13264179150041555,0.15372517456988796,0.4597526153777434,0.060191670982600365,0.15372517456988796,0.06270705370297355,0.03582394476029209,0.15372517456988796,0.050275225146268386,0.6134672723132595,0.5,0.15372517456988796,0.3853435016190828,0.7740011393081098,0.0,0.13685713877892522,0.0035297921154852684 -5704,0.5,0.15372517456988796,0.44467353363324136,0.0750842554301244,0.15372517456988796,0.5012035825557654,0.09677669093120464,0.15372517456988796,0.09952124218401803,0.0016501829560158473,0.15372517456988796,0.13716675185125943,0.004007917360640662,0.15372517456988796,0.41100803816742426,0.12343734352951435,0.15372517456988796,0.26471619355780895,0.07711218285175389,0.15372517456988796,0.18975757740994448,0.044635663810274034,0.15372517456988796,0.014221446348256186,0.06760184322546628,0.5,0.15372517456988796,0.08134311748801222,0.528031412655156,0.15372517456988796,0.0814181224740465,0.6482499283320805,0.5,0.15372517456988796,0.12024955740248627,0.7809616351451908,0.15372517456988796,0.09210133743746649,0.4788179254039935,0.15372517456988796,0.45481983972338846,0.09612937920145492,0.15372517456988796,0.5189488531884452,0.1385521863277109,0.15372517456988796,0.3262168311387186,0.06026003697574819,0.15372517456988796,0.050164269196364096,0.04007998992025026,0.15372517456988796,0.08996837491525171,0.587744208510152,0.5,0.15372517456988796,0.15247688412743288,0.71619938488762,0.0,0.11578997122507254,0.006818547016867817 -5705,0.5,0.15372517456988796,0.31208361254748684,0.07451913434705458,0.15372517456988796,0.3656492870436991,0.06008061428505379,0.15372517456988796,0.07175271541739152,0.001581206169871321,0.15372517456988796,0.1014458984118306,0.0040015136589855865,0.15372517456988796,0.31051361729504035,0.12506474960532113,0.15372517456988796,0.14302629087182359,0.04614131838244183,0.15372517456988796,0.08388305329106752,0.024515749302380038,0.15372517456988796,0.014741078094467749,0.03592701500332933,0.5,0.15372517456988796,0.06504424222475545,0.3779375891460106,0.15372517456988796,0.08893172290195599,0.44614490059212475,0.5,0.15372517456988796,0.06779566115283928,0.6738525043001317,0.15372517456988796,0.05366861814821853,0.3845931440705411,0.15372517456988796,0.3212745510155501,0.12390519513049145,0.15372517456988796,0.3824571552119317,0.13463109291923975,0.15372517456988796,0.2187245302749201,0.06201221179263358,0.15372517456988796,0.02340753216892403,0.042435037289413134,0.15372517456988796,0.05409765267962119,0.5965361906829486,0.5,0.15372517456988796,0.10348054000741384,0.5507069883116649,0.0,0.10057832964697809,0.013587715405327149 -5706,0.5,0.15372517456988796,0.1277775583057932,0.05481212770394077,0.15372517456988796,0.21354441801397567,0.02248761491633136,0.15372517456988796,0.039592006025989876,0.0028951030619848417,0.15372517456988796,0.0566292622981273,0.008027847918626018,0.15372517456988796,0.18944274513559833,0.11801852157001452,0.15372517456988796,0.05766341538376052,0.011695484954777478,0.15372517456988796,0.040937631970064496,0.005518796478906682,0.15372517456988796,0.011248052941584286,0.013908403278870527,0.5,0.15372517456988796,0.04459444062850271,0.2770068736656056,0.15372517456988796,0.045907547734843644,0.3447776747832601,0.5,0.15372517456988796,0.05213975638084017,0.6286626372059916,0.15372517456988796,0.0420094590447523,0.3366920691871262,0.15372517456988796,0.16232844190853035,0.10313527328510695,0.15372517456988796,0.23333403662988222,0.13220819831294012,0.15372517456988796,0.10549881479682495,0.05303719878430063,0.15372517456988796,0.017464151531527194,0.02871363034811195,0.15372517456988796,0.014565067300266344,0.5732814381059943,0.5,0.15372517456988796,0.05253021679848919,0.40224713397925166,0.0,0.09879461403462933,0.026021611358669684 -5707,0.5,0.15372517456988796,0.0003982968046530545,0.03445578023789554,0.15372517456988796,0.025607466401716208,0.020165209153871537,0.15372517456988796,0.00012467816320274535,0.00280268962719975,0.15372517456988796,5.973399009017501e-05,0.008505524075660057,0.15372517456988796,0.03371427970949348,0.08473170269711058,0.15372517456988796,0.015301288927300394,0.005649578254195263,0.15372517456988796,0.009208276105100128,0.000970956701722448,0.15372517456988796,0.0036850329749768497,0.003494697103604079,0.5,0.15372517456988796,0.012078460898341633,0.16579471208486493,0.15372517456988796,0.0,0.23626192485377998,0.5,0.15372517456988796,0.0072549814851426446,0.6457251380736272,0.15372517456988796,0.006646031138652547,0.24622464321306448,0.15372517456988796,0.030216237267148227,0.04809237879590831,0.15372517456988796,0.03345885387461599,0.07900563752764281,0.15372517456988796,0.013871635089244421,0.03564334181512948,0.15372517456988796,0.004685459574366524,0.01909250910177605,0.15372517456988796,0.000366583765736207,0.5649763467785499,0.5,0.15372517456988796,0.0,0.30683738058527754,0.0,0.07383813177471729,0.04789508631139993 -5708,0.5,0.15372517456988796,0.0,0.03788130379248537,0.15372517456988796,0.0,0.05587121567147694,0.15372517456988796,0.0,0.004282816263599806,0.15372517456988796,0.0,0.011730654284520631,0.15372517456988796,0.0,0.11488232093157116,0.15372517456988796,0.0,0.004643500046858543,0.15372517456988796,0.0,0.0007669920061627341,0.15372517456988796,0.0,0.0008919883733303983,0.5,0.15372517456988796,0.0,0.08845337101785447,0.15372517456988796,0.0,0.1630660915388918,0.5,0.15372517456988796,0.0,0.5892190256306281,0.15372517456988796,0.0,0.1958928048839633,0.15372517456988796,0.0,0.02956838247712769,0.15372517456988796,0.0,0.060181558936808544,0.15372517456988796,0.0,0.03654050124097352,0.15372517456988796,0.0,0.015688666981083302,0.15372517456988796,0.0,0.544712768601435,0.5,0.15372517456988796,0.0,0.2678382697349887,0.0,0.0915879040861896,0.0773190743475369 -5709,0.5,0.15372517456988796,0.0,0.03886873314657673,0.15372517456988796,0.0,0.055977050941921715,0.15372517456988796,0.0,0.005692731020953835,0.15372517456988796,0.0,0.012300996418685385,0.15372517456988796,0.0,0.12006916067053754,0.15372517456988796,0.0,0.008700493961080679,0.15372517456988796,0.0,0.0012376958567276463,0.15372517456988796,0.0,0.0013018668457979523,0.5,0.15372517456988796,0.0,0.04388396749305506,0.15372517456988796,0.0,0.16684731972201594,0.5,0.15372517456988796,0.0,0.464965793935889,0.15372517456988796,0.0,0.1799429226084763,0.15372517456988796,0.0,0.026314969745250667,0.15372517456988796,0.0,0.0392525266536148,0.15372517456988796,0.0,0.03574302270239618,0.15372517456988796,0.0,0.011406106447436127,0.15372517456988796,0.0,0.49396436440376973,0.5,0.15372517456988796,0.0,0.2405863667211594,0.0,0.13162029904713302,0.12311381242359892 -5710,0.5,0.15372517456988796,0.0,0.04031523782058283,0.15372517456988796,0.0,0.034831421180099215,0.15372517456988796,0.0,0.007509401936536074,0.15372517456988796,0.0,0.012527629120920352,0.15372517456988796,0.0,0.08585736941465721,0.15372517456988796,0.0,0.01719892353388306,0.15372517456988796,0.0,0.002311550955818462,0.15372517456988796,0.0,0.0036516250028546466,0.5,0.15372517456988796,0.0,0.03896433147954682,0.15372517456988796,0.0,0.17265038815567627,0.5,0.15372517456988796,0.0,0.35092728308300136,0.15372517456988796,0.0,0.16651852899098565,0.15372517456988796,0.0,0.028552555224386142,0.15372517456988796,0.0,0.029572436552117803,0.15372517456988796,0.0,0.034316179156606626,0.15372517456988796,0.0,0.00821849851991517,0.15372517456988796,0.0,0.3736364509978064,0.5,0.15372517456988796,0.0,0.221646215235228,0.0,0.18813630842050652,0.16459869458682594 -5711,0.5,0.15372517456988796,0.0,0.040460112879370555,0.15372517456988796,0.0,0.02818350594314377,0.15372517456988796,0.0,0.01122913457219387,0.15372517456988796,0.0,0.012136239890626687,0.15372517456988796,0.0,0.052304846942813454,0.15372517456988796,0.0,0.02683887454398555,0.15372517456988796,0.0,0.007007217052867238,0.15372517456988796,0.0,0.00536394323670677,0.5,0.15372517456988796,0.0,0.05119881257247183,0.15372517456988796,0.0,0.148328165830726,0.5,0.15372517456988796,0.0,0.2533258602559433,0.15372517456988796,0.0,0.14981146912364757,0.15372517456988796,0.0,0.03175975699654504,0.15372517456988796,0.0,0.023613172794889253,0.15372517456988796,0.0,0.023311638714446,0.15372517456988796,0.0,0.006409431089484313,0.15372517456988796,0.0,0.25007052429565446,0.5,0.15372517456988796,0.0,0.20105561906314706,0.0,0.20075396909521015,0.18485833647439082 -5712,0.5,0.15372517456988796,0.0,0.040425581436570476,0.15372517456988796,0.0,0.025646494101580826,0.15372517456988796,0.0,0.011715952325947208,0.15372517456988796,0.0,0.010418563104243392,0.15372517456988796,0.0,0.03744244743382136,0.15372517456988796,0.0,0.03512164721992225,0.15372517456988796,0.0,0.011993227171451995,0.15372517456988796,0.0,0.006007907811642699,0.5,0.15372517456988796,0.0,0.05287456492342651,0.15372517456988796,0.0,0.14590420339282356,0.5,0.15372517456988796,0.0,0.2340529238957499,0.15372517456988796,0.0,0.1421286248097873,0.15372517456988796,0.0,0.03677159207800237,0.15372517456988796,0.0,0.020063239997301335,0.15372517456988796,0.0,0.015050960607240163,0.15372517456988796,0.0,0.0056278485668773606,0.15372517456988796,0.0,0.17539124714116794,0.5,0.15372517456988796,0.0,0.1788991393135634,0.0,0.16119415142715782,0.17397622934893323 -5713,0.5,0.15372517456988796,0.0,0.04178846482611764,0.15372517456988796,0.0,0.020856685882613538,0.15372517456988796,0.0,0.010980615877181384,0.15372517456988796,0.0,0.009402140346069092,0.15372517456988796,0.0,0.027939705514882285,0.15372517456988796,0.0,0.03854120167268249,0.15372517456988796,0.0,0.01682597974649147,0.15372517456988796,0.0,0.005770834665008632,0.5,0.15372517456988796,0.0,0.038917823486426056,0.15372517456988796,0.0,0.14582227914585616,0.5,0.15372517456988796,0.0,0.25072700314925905,0.15372517456988796,0.0,0.1291649095203379,0.15372517456988796,0.0,0.04294001559996722,0.15372517456988796,0.0,0.015719249903848286,0.15372517456988796,0.0,0.01063256727009687,0.15372517456988796,0.0,0.0050918826540286705,0.15372517456988796,0.0,0.13843603851013206,0.5,0.15372517456988796,0.0,0.16654570420821263,0.0,0.1687495524898535,0.20563372788856465 -5714,0.5,0.15372517456988796,0.0,0.04148498480712844,0.15372517456988796,0.0,0.02018181270035381,0.15372517456988796,0.0,0.010595685781839599,0.15372517456988796,0.0,0.009307956607262151,0.15372517456988796,0.0,0.017376687554757356,0.15372517456988796,0.0,0.03598284154623183,0.15372517456988796,0.0,0.0153795148738923,0.15372517456988796,0.0,0.004903554090629399,0.5,0.15372517456988796,0.0,0.028097547099247513,0.15372517456988796,0.0,0.1465263088225749,0.5,0.15372517456988796,0.0,0.19106120626251055,0.15372517456988796,0.0,0.12131359764555186,0.15372517456988796,0.0,0.04385290656339347,0.15372517456988796,0.0,0.013764037520874892,0.15372517456988796,0.0,0.008645747375236122,0.15372517456988796,0.0,0.006537834063247908,0.15372517456988796,0.0,0.0998494693074797,0.5,0.15372517456988796,0.0,0.16132990676957007,0.0,0.21376570100988201,0.1948301012634808 -5715,0.5,0.15372517456988796,0.0,0.0430489050080159,0.15372517456988796,0.0,0.018779674599336167,0.15372517456988796,0.0,0.01144750128496257,0.15372517456988796,0.0,0.010827627757399405,0.15372517456988796,0.0,0.009910699732897271,0.15372517456988796,0.0,0.029474231187132813,0.15372517456988796,0.0,0.010843231628711097,0.15372517456988796,0.0,0.005224706732693285,0.5,0.15372517456988796,0.0,0.01987684709471433,0.15372517456988796,0.0,0.13915177515531496,0.5,0.15372517456988796,0.0,0.13406100305612625,0.15372517456988796,0.0,0.14913888607605505,0.15372517456988796,0.0,0.04493659529156469,0.15372517456988796,0.0,0.012057184793192444,0.15372517456988796,0.0,0.00725392737748209,0.15372517456988796,0.0,0.00983875501408482,0.15372517456988796,0.0,0.06878707479790684,0.5,0.15372517456988796,0.0,0.1509736849005896,0.0,0.27185011899376454,0.13970635465534598 -5716,0.5,0.15372517456988796,0.0,0.048680682131823534,0.15372517456988796,0.0,0.01766115359489595,0.15372517456988796,0.0,0.01297397130815723,0.15372517456988796,0.0,0.0134658960713097,0.15372517456988796,0.0,0.006795477727891514,0.15372517456988796,0.0,0.027998359319911924,0.15372517456988796,0.0,0.007270269747537048,0.15372517456988796,0.0,0.007375153663835322,0.5,0.15372517456988796,0.0,0.0173727506870973,0.15372517456988796,0.0,0.1318175041312021,0.5,0.15372517456988796,0.0,0.08896525180473501,0.15372517456988796,0.0,0.1877323249670108,0.15372517456988796,0.0,0.043555135501570766,0.15372517456988796,0.0,0.011400879578081852,0.15372517456988796,0.0,0.007099471444005525,0.15372517456988796,0.0,0.01588271565870061,0.15372517456988796,0.0,0.05135596577697342,0.5,0.15372517456988796,0.0,0.1485229102597094,0.0,0.269341919648886,0.10759950330544217 -5717,0.5,0.15372517456988796,0.0,0.056606910637702006,0.15372517456988796,0.0,0.016694267232645426,0.15372517456988796,0.0,0.014745213836621841,0.15372517456988796,0.0,0.01587663699094351,0.15372517456988796,0.0,0.007347693926930222,0.15372517456988796,0.0,0.02422248547133528,0.15372517456988796,0.0,0.004756281793207476,0.15372517456988796,0.0,0.009250220071918582,0.5,0.15372517456988796,0.0,0.017671482483038233,0.15372517456988796,0.0,0.15206434761943505,0.5,0.15372517456988796,0.0,0.0647939229712805,0.15372517456988796,0.0,0.2291241165830909,0.15372517456988796,0.0,0.04011164367189368,0.15372517456988796,0.0,0.01141427457296599,0.15372517456988796,0.0,0.008229261129424584,0.15372517456988796,0.0,0.02037372183652601,0.15372517456988796,0.0,0.05531783552515413,0.5,0.15372517456988796,0.0,0.18480098067353135,0.0,0.24597825234692322,0.09263081091220977 -5718,0.5,0.15372517456988796,0.0012725465793344518,0.06276064946982116,0.15372517456988796,0.0,0.015673002892984882,0.15372517456988796,4.826397796661812e-05,0.01583827165676021,0.15372517456988796,0.002563536852790155,0.017031011649418386,0.15372517456988796,0.0,0.007951965269582533,0.15372517456988796,0.0,0.019808635788958404,0.15372517456988796,0.0,0.0031698372061794867,0.15372517456988796,0.0,0.009855507462028457,0.5,0.15372517456988796,0.0,0.017831669361942522,0.15372517456988796,0.0,0.21984348662504052,0.5,0.15372517456988796,0.0,0.05225223495823618,0.15372517456988796,0.0,0.2504326191805076,0.15372517456988796,2.1427869950259353e-06,0.02886555241829502,0.15372517456988796,0.0,0.011981375189955347,0.15372517456988796,0.0,0.009866848535154467,0.15372517456988796,0.0,0.022840408054637558,0.15372517456988796,0.0,0.06859604536379446,0.5,0.15372517456988796,0.0,0.2811099811749077,0.0,0.20703963692287097,0.08861439560482862 -5719,0.5,0.15372517456988796,0.0371248393670321,0.0749113432491686,0.15372517456988796,0.016037918227962484,0.009422721811246754,0.15372517456988796,0.06792563474523601,0.01597782313099798,0.15372517456988796,0.08225218367214007,0.01785123155194877,0.15372517456988796,0.046888219101694495,0.006644395041344166,0.15372517456988796,0.039726151712660224,0.014843159757349952,0.15372517456988796,0.04810803301429882,0.0026259284982882956,0.15372517456988796,0.030006993832148915,0.007262985543501412,0.5,0.15372517456988796,0.0038792153858201936,0.0189356232828014,0.15372517456988796,0.02144653021402869,0.2912599874064392,0.5,0.15372517456988796,0.0002250090597258522,0.06476912062537621,0.15372517456988796,0.01411320725535815,0.27567062057056746,0.15372517456988796,0.03561862811502092,0.023840964123193968,0.15372517456988796,0.04666470226962131,0.01005253830849932,0.15372517456988796,0.056198716048581274,0.010767080441321903,0.15372517456988796,0.05173796718548509,0.01952739982655351,0.15372517456988796,0.01489962681717934,0.07998565165518796,0.5,0.15372517456988796,0.00820018414216663,0.4029482199773937,0.0,0.2012454152663169,0.0866819262272183 -5720,0.5,0.15372517456988796,0.09834306278623933,0.13429991918960082,0.15372517456988796,0.036376372998611566,0.01001244886446797,0.15372517456988796,0.1985975163420127,0.027354005744897502,0.15372517456988796,0.217333589898388,0.04503922935777726,0.15372517456988796,0.16444348203844844,0.0062477213565793705,0.15372517456988796,0.15557349761551614,0.01440219292122405,0.15372517456988796,0.16897159428932812,0.0030001740429611624,0.15372517456988796,0.13680241732168866,0.00507614137364009,0.5,0.15372517456988796,0.026448378440585812,0.022788430661766203,0.15372517456988796,0.08256582452652528,0.39878730485340186,0.5,0.15372517456988796,0.0027359882176413563,0.08234532615609136,0.15372517456988796,0.044418447729982186,0.38038062193716493,0.15372517456988796,0.11729246251599827,0.026942628989570682,0.15372517456988796,0.15265558976181526,0.009838755676450841,0.15372517456988796,0.16765449727191772,0.016483377865897084,0.15372517456988796,0.17564807201428642,0.01787074841068138,0.15372517456988796,0.07239021552638181,0.08923396504233283,0.5,0.15372517456988796,0.0360050694416068,0.5205259429296517,0.0,0.2094983598986953,0.0763094591788889 -5721,0.5,0.15372517456988796,0.16283537305625584,0.2258593760794569,0.15372517456988796,0.07408875603656581,0.022503571303548013,0.15372517456988796,0.34332388625241944,0.06579929227724197,0.15372517456988796,0.3586230813762218,0.09558342246968374,0.15372517456988796,0.30670144506318076,0.01610708938950772,0.15372517456988796,0.3003419910202878,0.030595497770651132,0.15372517456988796,0.31365305393524806,0.010038681814008894,0.15372517456988796,0.2881968527645179,0.007757853190405839,0.5,0.15372517456988796,0.07387887316101646,0.02165668250636335,0.15372517456988796,0.1150343917900008,0.48769818953120136,0.5,0.15372517456988796,0.0271601700088002,0.08369947928542869,0.15372517456988796,0.0668656148024409,0.4023769770311136,0.15372517456988796,0.21876732817550115,0.04202358562725029,0.15372517456988796,0.28399063296291216,0.01835050907780384,0.15372517456988796,0.29389993930236474,0.03390417589518636,0.15372517456988796,0.3219087441426927,0.02765523767073685,0.15372517456988796,0.17783895488348866,0.09436363152848483,0.5,0.15372517456988796,0.06999304220395765,0.5115892712633667,0.0,0.1787511011514122,0.05921565879747958 -5722,0.5,0.15372517456988796,0.22208210884849633,0.2966995527615604,0.15372517456988796,0.10368841505936074,0.05378608906084846,0.15372517456988796,0.48815149000353564,0.10631064963391916,0.15372517456988796,0.4926050838992865,0.18662547342107064,0.15372517456988796,0.4498912613963557,0.023932670050786888,0.15372517456988796,0.4467499179919724,0.030005854677030316,0.15372517456988796,0.4607814378608407,0.0166951041022144,0.15372517456988796,0.44714083350500855,0.010744721772417677,0.5,0.15372517456988796,0.14042346242704035,0.016862900237753616,0.15372517456988796,0.06742830579787579,0.4934951003896442,0.5,0.15372517456988796,0.10054387241761703,0.05966715546180437,0.15372517456988796,0.05672524863458124,0.3216976217211235,0.15372517456988796,0.313815818201955,0.04487624697339446,0.15372517456988796,0.4230031318983848,0.02260273364822406,0.15372517456988796,0.4174373237671617,0.06635667239149687,0.15372517456988796,0.47343858965754704,0.043051772221705975,0.15372517456988796,0.3397965996302963,0.09754087881137852,0.5,0.15372517456988796,0.06726832273068281,0.4535873402615183,0.0,0.15887662069791392,0.04164515936499072 -5723,0.5,0.15372517456988796,0.26155710152213435,0.31921657526015473,0.15372517456988796,0.10605830974662167,0.08492858283293804,0.15372517456988796,0.5846232451956884,0.14647318816182137,0.15372517456988796,0.5335850833188315,0.2268246727675753,0.15372517456988796,0.572544837092588,0.020394703242288533,0.15372517456988796,0.576733622429432,0.02717509197455875,0.15372517456988796,0.5876696763957714,0.0177113980178092,0.15372517456988796,0.5767032032102124,0.017966766706832907,0.5,0.15372517456988796,0.22972197119213283,0.018642068178749548,0.15372517456988796,0.0749680397762395,0.5413896933894338,0.5,0.15372517456988796,0.18790219938850478,0.049337168407634205,0.15372517456988796,0.07127508849806335,0.2314419656578211,0.15372517456988796,0.40328708809110597,0.0449207566034817,0.15372517456988796,0.5213638457467873,0.02778800444943423,0.15372517456988796,0.48420244188459,0.07499324454587156,0.15372517456988796,0.5995233044626109,0.044823580600685295,0.15372517456988796,0.4763538797839095,0.0957178948837967,0.5,0.15372517456988796,0.05606020013759265,0.3529494656513776,0.0,0.1296268448527617,0.02407059456253602 -5724,0.5,0.15372517456988796,0.310479860147303,0.3046555844088749,0.15372517456988796,0.11574076135267394,0.074287425684597,0.15372517456988796,0.601994114173348,0.1691099515479307,0.15372517456988796,0.5017716897434537,0.2726773947349321,0.15372517456988796,0.6285359922939209,0.016744085118239063,0.15372517456988796,0.6576795501418813,0.020544105112499093,0.15372517456988796,0.662727715635221,0.016727654469703517,0.15372517456988796,0.6349415575932953,0.01908957523661549,0.5,0.15372517456988796,0.3122964504474108,0.014614640735693754,0.15372517456988796,0.031520555273206866,0.45150434920330196,0.5,0.15372517456988796,0.2629223500972065,0.03590199683107194,0.15372517456988796,0.12855486974977987,0.14486875039283562,0.15372517456988796,0.3875880479834267,0.05348192810186643,0.15372517456988796,0.5519655221169574,0.029881517755336363,0.15372517456988796,0.4476974303190273,0.06352540858123085,0.15372517456988796,0.6617405302591483,0.037494312279076965,0.15372517456988796,0.5736231616705074,0.0822993586722515,0.5,0.15372517456988796,0.05349885161556072,0.27791517711990177,0.0,0.09083219687300852,0.014549675391625884 -5725,0.5,0.15372517456988796,0.3193195716337413,0.2900121551626775,0.15372517456988796,0.14173689999364586,0.05914436507051669,0.15372517456988796,0.5820998803102072,0.20344166737835287,0.15372517456988796,0.4708905001000958,0.2942720792662001,0.15372517456988796,0.6441164508351834,0.022160739089655664,0.15372517456988796,0.6892915009730032,0.013011207768803733,0.15372517456988796,0.6881178399597986,0.014420768349907454,0.15372517456988796,0.6742475689989544,0.013277603878345014,0.5,0.15372517456988796,0.3729924455381768,0.0067049421483235845,0.15372517456988796,0.028040088026599904,0.3282342132365617,0.5,0.15372517456988796,0.2971335608217636,0.014622994642429131,0.15372517456988796,0.15254644287064562,0.09038185319926886,0.15372517456988796,0.38543171098362805,0.05454706935740941,0.15372517456988796,0.4918827053092191,0.032154084271589264,0.15372517456988796,0.3691853419414372,0.06447786089940824,0.15372517456988796,0.6917058261189641,0.025205609329692336,0.15372517456988796,0.6030559645735463,0.0633890579743684,0.5,0.15372517456988796,0.11864844352280965,0.23210633040607792,0.0,0.06721226166653421,0.007811669730089194 -5726,0.5,0.15372517456988796,0.3131067196624699,0.2837014687755103,0.15372517456988796,0.10572987845035511,0.03638026917151662,0.15372517456988796,0.5491333445413753,0.2405142328019166,0.15372517456988796,0.3900685666320882,0.3143334611888957,0.15372517456988796,0.5921787275482184,0.026944620368190796,0.15372517456988796,0.6834660628104378,0.008439194083737457,0.15372517456988796,0.6733661468026129,0.015934983474956047,0.15372517456988796,0.677006025509742,0.006114235498321959,0.5,0.15372517456988796,0.3966473238195814,0.004563790646025124,0.15372517456988796,0.031046400255184355,0.18664247260577277,0.5,0.15372517456988796,0.30343477859726486,0.0034495293565999148,0.15372517456988796,0.13882684020223893,0.058866160676288325,0.15372517456988796,0.40633417273320116,0.05417653889908906,0.15372517456988796,0.4751819448972706,0.03892425677507863,0.15372517456988796,0.3101768035506576,0.06322662121354215,0.15372517456988796,0.6754605465630594,0.022634302252741583,0.15372517456988796,0.5251716027265121,0.04620239356981161,0.5,0.15372517456988796,0.1532661354560065,0.1595062782393859,0.0,0.07697417654757496,0.006512966965706732 -5727,0.5,0.15372517456988796,0.2852774074902571,0.2605703373607298,0.15372517456988796,0.11959363370774798,0.011796239208888457,0.15372517456988796,0.4850054291927729,0.2508705865812,0.15372517456988796,0.30291099616812117,0.3153958931651398,0.15372517456988796,0.5424672548465606,0.027077954143301913,0.15372517456988796,0.6311038448652265,0.00733826775416258,0.15372517456988796,0.6097221918850873,0.01646739456365859,0.15372517456988796,0.6268170982675978,0.003335984293066666,0.5,0.15372517456988796,0.36841091163209483,0.01008516445859221,0.15372517456988796,0.07762500749180577,0.1175309737229334,0.5,0.15372517456988796,0.2589482045014393,0.0034245091035849497,0.15372517456988796,0.1100107619719932,0.04241617953460124,0.15372517456988796,0.4039956941167667,0.054062723265364473,0.15372517456988796,0.3966506481446912,0.0405011059770741,0.15372517456988796,0.2604017811876372,0.0615221750050667,0.15372517456988796,0.6096342751750247,0.020998564160066024,0.15372517456988796,0.4635198697828484,0.03698220727206675,0.5,0.15372517456988796,0.15757390237980226,0.10835384411471846,0.0,0.10696185693874072,0.007308664134192378 -5728,0.5,0.15372517456988796,0.24739887780134193,0.22640690813594885,0.15372517456988796,0.2735012010242175,0.01072726837209099,0.15372517456988796,0.40119045883324267,0.21771304108176567,0.15372517456988796,0.15779255102870363,0.25666120694849903,0.15372517456988796,0.4510446906042018,0.03527756822152287,0.15372517456988796,0.5213337119048742,0.006954410375050791,0.15372517456988796,0.4945895302588561,0.01831146365166256,0.15372517456988796,0.5154183637334757,0.004246422218971751,0.5,0.15372517456988796,0.29679687324761944,0.017038223717759156,0.15372517456988796,0.07492758451655196,0.07650392446602985,0.5,0.15372517456988796,0.23231953227861213,0.004398956336280281,0.15372517456988796,0.07572305780189569,0.03262431099797523,0.15372517456988796,0.33291698867429775,0.05583921349861545,0.15372517456988796,0.32450920761948543,0.035594656323297814,0.15372517456988796,0.2420727486500885,0.051325257076589095,0.15372517456988796,0.48473816789509927,0.02018312280159033,0.15372517456988796,0.3589668916140057,0.027820325904149252,0.5,0.15372517456988796,0.09416064228764576,0.07908956061110747,0.0,0.1581712962275743,0.007213426744905483 -5729,0.5,0.15372517456988796,0.17742871433217716,0.18618380683665361,0.15372517456988796,0.3249657807985809,0.02765562881871024,0.15372517456988796,0.29205072286649564,0.17196842069049884,0.15372517456988796,0.1421700688982705,0.18711643486137494,0.15372517456988796,0.3074926593366871,0.05423640452256667,0.15372517456988796,0.3831465481427109,0.011107266140419094,0.15372517456988796,0.3582166502675986,0.019401305955270697,0.15372517456988796,0.37379454651950017,0.008815892956048052,0.5,0.15372517456988796,0.2293413876529823,0.02186873320041692,0.15372517456988796,0.042518072492805904,0.0460095201280317,0.5,0.15372517456988796,0.2053329350259393,0.0039808170463104565,0.15372517456988796,0.06318097291510301,0.015409614422218174,0.15372517456988796,0.2262761493479986,0.057298273827051084,0.15372517456988796,0.23335206059533864,0.038981203883438884,0.15372517456988796,0.19992866417470684,0.04082297693635542,0.15372517456988796,0.3535122986203454,0.018170384488849563,0.15372517456988796,0.25559357557082546,0.011085697073560682,0.5,0.15372517456988796,0.056160948644014094,0.04958846991024239,0.0,0.20197104455142578,0.008268567652939969 -5730,0.5,0.15372517456988796,0.07981099010230483,0.11850804009754382,0.15372517456988796,0.18894708311255848,0.029817676032450908,0.15372517456988796,0.14072539727152147,0.13363087374661708,0.15372517456988796,0.08175559131558569,0.09799333338482746,0.15372517456988796,0.19253956086250842,0.05634959787587349,0.15372517456988796,0.23830681739616252,0.014836684670885936,0.15372517456988796,0.2202323033122801,0.013610878025855344,0.15372517456988796,0.22971899241699406,0.010477285494741643,0.5,0.15372517456988796,0.14011547264281796,0.020534782625867685,0.15372517456988796,0.012504939501545853,0.013030128757980325,0.5,0.15372517456988796,0.13799812902833308,0.002361039626648449,0.15372517456988796,0.04420986198151092,0.004265788031358695,0.15372517456988796,0.11200942985370518,0.05384044561530828,0.15372517456988796,0.15167856927799195,0.04561968257900045,0.15372517456988796,0.14792627429005603,0.04221145987894802,0.15372517456988796,0.20844668848067296,0.013131509590607451,0.15372517456988796,0.13069336273377605,0.002563036090970325,0.5,0.15372517456988796,0.024131735817168164,0.024242784986629202,0.0,0.2155339076746869,0.014925064632590385 -5731,0.5,0.15372517456988796,0.0,0.06066950729097225,0.15372517456988796,0.021426217532894396,0.009805569217482529,0.15372517456988796,0.0,0.06991139767120882,0.15372517456988796,0.0,0.04346459831266068,0.15372517456988796,0.030154527513891128,0.02937769678008613,0.15372517456988796,0.033861944108234086,0.010623764450255918,0.15372517456988796,0.027896131411544005,0.013169238165671475,0.15372517456988796,0.03153591708557758,0.013622158546845373,0.5,0.15372517456988796,0.023325284810601987,0.017224081137477993,0.15372517456988796,0.00017125891812312083,0.004195539597985894,0.5,0.15372517456988796,0.008655262057029038,0.004013278447022821,0.15372517456988796,0.002009634548561847,0.001047472021743603,0.15372517456988796,0.01647367451820415,0.03676409250233037,0.15372517456988796,0.030127293824034874,0.025635584890452492,0.15372517456988796,0.015588603777906575,0.016380755088139284,0.15372517456988796,0.018230687000748223,0.010638537878205772,0.15372517456988796,0.0,0.0017271901379907132,0.5,0.15372517456988796,6.47662967908343e-05,0.009889106721550184,0.0,0.21231848913857548,0.02081736304394753 -5732,0.5,0.15372517456988796,0.0,0.0568195374033462,0.15372517456988796,0.0,0.007495436592524125,0.15372517456988796,0.0,0.02864808429113976,0.15372517456988796,0.0,0.03807149124003456,0.15372517456988796,0.0,0.05131858678683843,0.15372517456988796,0.0,0.01738215951782206,0.15372517456988796,0.0,0.026648116642684225,0.15372517456988796,0.0,0.016811472722810816,0.5,0.15372517456988796,0.0,0.017296114774375863,0.15372517456988796,0.0,0.001977101366351941,0.5,0.15372517456988796,0.0,0.008614658406064733,0.15372517456988796,0.0,0.0009917467032737105,0.15372517456988796,0.0,0.02979813416405986,0.15372517456988796,0.0,0.02360209941422268,0.15372517456988796,0.0,0.00847623225016123,0.15372517456988796,0.0,0.011726980565829805,0.15372517456988796,0.0,0.0013160042407176333,0.5,0.15372517456988796,0.0,0.005253347037040817,0.0,0.20284931328197972,0.025747878556181193 -5733,0.5,0.15372517456988796,0.0,0.04999609667242218,0.15372517456988796,0.0,0.006882586900447079,0.15372517456988796,0.0,0.009862875362890737,0.15372517456988796,0.0,0.03532104964471456,0.15372517456988796,0.0,0.06531791976187136,0.15372517456988796,0.0,0.021879333682136265,0.15372517456988796,0.0,0.03063914138141701,0.15372517456988796,0.0,0.021527155806465453,0.5,0.15372517456988796,0.0,0.009539718601741602,0.15372517456988796,0.0,0.0013256195338823336,0.5,0.15372517456988796,0.0,0.009053188808988984,0.15372517456988796,0.0,0.0009294133805809987,0.15372517456988796,0.0,0.018694290394692302,0.15372517456988796,0.0,0.02463685919212079,0.15372517456988796,0.0,0.005608170777403174,0.15372517456988796,0.0,0.0069806746509231314,0.15372517456988796,0.0,0.0030525871405314236,0.5,0.15372517456988796,0.0,0.0031412476354825782,0.0,0.17182466413930153,0.04177763729089672 -5734,0.5,0.15372517456988796,0.0,0.03921702421612788,0.15372517456988796,0.0,0.007539405146322484,0.15372517456988796,0.0,0.003603361262612145,0.15372517456988796,0.0,0.02862001764030325,0.15372517456988796,0.0,0.0715089911122494,0.15372517456988796,0.0,0.03390488180783637,0.15372517456988796,0.0,0.037620678437732376,0.15372517456988796,0.0,0.027414937123469138,0.5,0.15372517456988796,0.0,0.005304273561249295,0.15372517456988796,0.0,0.0005155329308259385,0.5,0.15372517456988796,0.0,0.008388867431731048,0.15372517456988796,0.0,0.0010538572006591077,0.15372517456988796,0.0,0.008087432486978796,0.15372517456988796,0.0,0.02402502696608086,0.15372517456988796,0.0,0.005524675712513509,0.15372517456988796,0.0,0.0052317920159691425,0.15372517456988796,0.0,0.007008815499919629,0.5,0.15372517456988796,0.0,0.0035136410302751275,0.0,0.15348225449770153,0.05847206713942172 -5735,0.5,0.15372517456988796,0.0,0.03082852132744796,0.15372517456988796,0.0,0.007308700818948215,0.15372517456988796,0.0,0.0018832212815018052,0.15372517456988796,0.0,0.022385615855768433,0.15372517456988796,0.0,0.08043962736838961,0.15372517456988796,0.0,0.04798599381464625,0.15372517456988796,0.0,0.04701814977531278,0.15372517456988796,0.0,0.026129148282567346,0.5,0.15372517456988796,0.0,0.0036475283692218286,0.15372517456988796,0.0,0.00013768976518357783,0.5,0.15372517456988796,0.0,0.006726109697214998,0.15372517456988796,0.0,0.001152207923963244,0.15372517456988796,0.0,0.002313528448163515,0.15372517456988796,0.0,0.024327436594652904,0.15372517456988796,0.0,0.006600251611272462,0.15372517456988796,0.0,0.007489770854666162,0.15372517456988796,0.0,0.006813684463350258,0.5,0.15372517456988796,0.0,0.0031680425066332356,0.0,0.14175517623310027,0.08120848144241004 -5736,0.5,0.15372517456988796,0.0,0.02715746274355725,0.15372517456988796,0.0,0.00752848847957868,0.15372517456988796,0.0,0.0017834780854665484,0.15372517456988796,0.0,0.020439934824569,0.15372517456988796,0.0,0.08241212404770402,0.15372517456988796,0.0,0.05332726833191015,0.15372517456988796,0.0,0.04655893833785835,0.15372517456988796,0.0,0.023623695175632523,0.5,0.15372517456988796,0.0,0.004722587545006743,0.15372517456988796,0.0,8.246476908258927e-05,0.5,0.15372517456988796,0.0,0.0049690255433469215,0.15372517456988796,0.0,0.0019761203867482017,0.15372517456988796,0.0,0.001659067987292274,0.15372517456988796,0.0,0.027437244323659408,0.15372517456988796,0.0,0.00875461801945286,0.15372517456988796,0.0,0.007657424115251341,0.15372517456988796,0.0,0.005134430162917644,0.5,0.15372517456988796,0.0,0.0012727161600496733,0.0,0.11529811279394281,0.10214675989221678 -5737,0.5,0.15372517456988796,0.0,0.025161638891383988,0.15372517456988796,0.0,0.00563724635967145,0.15372517456988796,0.0,0.0018987659209650292,0.15372517456988796,0.0,0.019678008256894516,0.15372517456988796,0.0,0.0755469416052336,0.15372517456988796,0.0,0.0551488879975129,0.15372517456988796,0.0,0.0436273481716177,0.15372517456988796,0.0,0.024147318774842136,0.5,0.15372517456988796,0.0,0.0064430910856912785,0.15372517456988796,0.0,0.0004090104618015421,0.5,0.15372517456988796,0.0,0.003778169901142389,0.15372517456988796,0.0,0.0060311319892540115,0.15372517456988796,0.0,0.0018974663740182478,0.15372517456988796,0.0,0.029146286308399105,0.15372517456988796,0.0,0.010933702202852322,0.15372517456988796,0.0,0.006897924188170297,0.15372517456988796,0.0,0.0035836120365445806,0.5,0.15372517456988796,0.0,0.0008473232293405746,0.0,0.09426280985446718,0.13896999433930862 -5738,0.5,0.15372517456988796,0.0,0.024195753370092433,0.15372517456988796,0.0,0.0028520812182694947,0.15372517456988796,0.0,0.002169472316215034,0.15372517456988796,0.0,0.017957411413157903,0.15372517456988796,0.0,0.07638741418757805,0.15372517456988796,0.0,0.05612452857348599,0.15372517456988796,0.0,0.05156950571870053,0.15372517456988796,0.0,0.025861744978640057,0.5,0.15372517456988796,0.0,0.006566373040762261,0.15372517456988796,0.0,0.000576688632640519,0.5,0.15372517456988796,0.0,0.004480348355304775,0.15372517456988796,0.0,0.008025545862889968,0.15372517456988796,0.0,0.002109942291263981,0.15372517456988796,0.0,0.034005495942446146,0.15372517456988796,0.0,0.012810273112129712,0.15372517456988796,0.0,0.006667956838091014,0.15372517456988796,0.0,0.003225364414429013,0.5,0.15372517456988796,0.0,0.0016334736060277988,0.0,0.08186317974859392,0.17399780231865009 -5739,0.5,0.15372517456988796,0.0,0.023138501136297902,0.15372517456988796,0.0,0.0012156896940375788,0.15372517456988796,0.0,0.002956449955721186,0.15372517456988796,0.0,0.017452838564507214,0.15372517456988796,0.0,0.08042944607796826,0.15372517456988796,0.0,0.0535521866028063,0.15372517456988796,0.0,0.05580445033393777,0.15372517456988796,0.0,0.029619473161200734,0.5,0.15372517456988796,0.0,0.007065632504171673,0.15372517456988796,0.0,0.000548622623625779,0.5,0.15372517456988796,0.0,0.0063794170460758064,0.15372517456988796,0.0,0.007826990476172347,0.15372517456988796,0.0,0.0035606848873411647,0.15372517456988796,0.0,0.03899139527018386,0.15372517456988796,0.0,0.014685816667657062,0.15372517456988796,0.0,0.00897277699899495,0.15372517456988796,0.0,0.004167172682111332,0.5,0.15372517456988796,0.0,0.0021704521495558393,0.0,0.05971708203809842,0.21437489220938025 -5740,0.5,0.15372517456988796,0.0,0.019954462712194625,0.15372517456988796,0.0,0.0010781009496372367,0.15372517456988796,0.0,0.003884953594225429,0.15372517456988796,0.0,0.017409510314538322,0.15372517456988796,0.0,0.0754631535712443,0.15372517456988796,0.0,0.05904401286191044,0.15372517456988796,0.0,0.05558881798545757,0.15372517456988796,0.0,0.03565353215379693,0.5,0.15372517456988796,0.0,0.008303654627324419,0.15372517456988796,0.0,0.00043912604704431514,0.5,0.15372517456988796,0.0,0.007477125836949735,0.15372517456988796,0.0,0.00960281889867902,0.15372517456988796,0.0,0.0055195970225077025,0.15372517456988796,0.0,0.04187905549941777,0.15372517456988796,0.0,0.01579929414124412,0.15372517456988796,0.0,0.012328528014932028,0.15372517456988796,0.0,0.0050177411978658435,0.5,0.15372517456988796,0.0,0.002778717420904791,0.0,0.03803180896259844,0.2612507176952775 -5741,0.5,0.15372517456988796,0.0,0.017039134509358036,0.15372517456988796,0.0,0.0035507011053080967,0.15372517456988796,0.0,0.004338179349562884,0.15372517456988796,0.0,0.016798806696776185,0.15372517456988796,0.0,0.07217478107948644,0.15372517456988796,0.0,0.06686882133217094,0.15372517456988796,0.0,0.06336895359753278,0.15372517456988796,0.0,0.043920584323827144,0.5,0.15372517456988796,0.0,0.013364619375359162,0.15372517456988796,0.0,0.0007745430627240384,0.5,0.15372517456988796,0.0,0.006770773416588113,0.15372517456988796,0.0,0.009087314182279864,0.15372517456988796,0.0,0.00733265282121851,0.15372517456988796,0.0,0.05409785611267098,0.15372517456988796,0.0,0.016033765323942004,0.15372517456988796,0.0,0.01713067898670475,0.15372517456988796,0.0,0.005965013060952438,0.5,0.15372517456988796,0.0,0.0013761155236151218,0.0,0.022507737537301734,0.2940540817037634 -5742,0.5,0.15372517456988796,0.002000039314723021,0.012871371111115639,0.15372517456988796,0.0,0.0047671173201034,0.15372517456988796,0.0,0.004442936822102587,0.15372517456988796,0.0016396209887418645,0.01431895198757237,0.15372517456988796,0.0,0.07086465986103968,0.15372517456988796,0.0,0.06642519877094964,0.15372517456988796,0.0,0.06265870913788914,0.15372517456988796,0.0,0.050505705468053025,0.5,0.15372517456988796,0.0,0.017317666033465618,0.15372517456988796,0.0,0.0016592109001352983,0.5,0.15372517456988796,0.0,0.007225380008279146,0.15372517456988796,0.0,0.009852858324035601,0.15372517456988796,1.8730977204669723e-06,0.009206868787668939,0.15372517456988796,0.0,0.06455875053462135,0.15372517456988796,0.0,0.018398821564229402,0.15372517456988796,0.0,0.0221973009557328,0.15372517456988796,0.0,0.006033417756792956,0.5,0.15372517456988796,4.875298697283971e-05,0.0011312334157192068,0.0,0.01647108686279605,0.30903619305777696 -5743,0.5,0.15372517456988796,0.07488635505626805,0.007699853841507119,0.15372517456988796,0.05896444615971583,0.003385006337646451,0.15372517456988796,0.06559767479473247,0.003658549760223874,0.15372517456988796,0.06983026067440135,0.010391881236548021,0.15372517456988796,0.04512779613475383,0.054374747809336155,0.15372517456988796,0.032732665607853643,0.05891238795664695,0.15372517456988796,0.04509123625240577,0.048097231542159,0.15372517456988796,0.02579011496653594,0.05283563724473728,0.5,0.15372517456988796,0.023891622759809966,0.02257842107294108,0.15372517456988796,0.04658047457778716,0.0011386059489693408,0.5,0.15372517456988796,0.0349960927250469,0.006763317774361217,0.15372517456988796,0.03949570817308996,0.009845366284876,0.15372517456988796,0.05374577323846349,0.009866969817856595,0.15372517456988796,0.0495671806881682,0.06677211496179294,0.15372517456988796,0.05698540142379496,0.0182732449861466,0.15372517456988796,0.05015669045814655,0.018528864183964516,0.15372517456988796,0.058918155458919375,0.005845085369903563,0.5,0.15372517456988796,0.051031518503064116,0.00252501043695756,0.0,0.014419967696190299,0.3548495870791849 -5744,0.5,0.15372517456988796,0.20154225212957674,0.009357671912198384,0.15372517456988796,0.18230159383446046,0.005201480543983661,0.15372517456988796,0.19525880464762835,0.0032764213118101457,0.15372517456988796,0.18976200381077948,0.010114033359247477,0.15372517456988796,0.16147556398440596,0.05513942855027883,0.15372517456988796,0.13234368134029026,0.06920755960243931,0.15372517456988796,0.1583029288484285,0.03860265506146731,0.15372517456988796,0.11176492237323785,0.0840389328440638,0.5,0.15372517456988796,0.09458438296117333,0.0492516687459135,0.15372517456988796,0.1693782559245183,0.0009391145873620323,0.5,0.15372517456988796,0.11596548937380874,0.005874269144063261,0.15372517456988796,0.14953535127167075,0.008813440027374376,0.15372517456988796,0.1763525776677356,0.013268977378721384,0.15372517456988796,0.16949947708032517,0.08813287746592918,0.15372517456988796,0.18174238126760658,0.020688394918278303,0.15372517456988796,0.16667291438622917,0.017005301635049097,0.15372517456988796,0.18261508137176063,0.004844944775204913,0.5,0.15372517456988796,0.15255598513127155,0.00448847868169549,0.0,0.015854407284575222,0.43306653453137944 -5745,0.5,0.15372517456988796,0.3415434865120742,0.01403496751479105,0.15372517456988796,0.32448242388103576,0.01966113255979485,0.15372517456988796,0.33932553435129226,0.007178644503870817,0.15372517456988796,0.33439865014502534,0.009174205585744765,0.15372517456988796,0.3007107401952391,0.0936922016566906,0.15372517456988796,0.25769705065500903,0.14048946019596192,0.15372517456988796,0.29450928437665064,0.04965210209592692,0.15372517456988796,0.1969123017743541,0.16145263887826306,0.5,0.15372517456988796,0.15829475364901865,0.11648424497624321,0.15372517456988796,0.3137188051437753,0.002559985383417147,0.5,0.15372517456988796,0.24510826460341112,0.007122921586694643,0.15372517456988796,0.28892461158093585,0.022064959944091425,0.15372517456988796,0.3191234817535145,0.02898937232620379,0.15372517456988796,0.3121053812646526,0.15404769237070876,0.15372517456988796,0.3242005299911088,0.0389259366633984,0.15372517456988796,0.30548121318002996,0.03758357161049352,0.15372517456988796,0.3224662039531591,0.0101649031382297,0.5,0.15372517456988796,0.2928283275854781,0.008645262747648621,0.0,0.02199909855013652,0.5197917372265418 -5746,0.5,0.15372517456988796,0.48803186760161577,0.019611758724701885,0.15372517456988796,0.4660307662500513,0.06482892032421336,0.15372517456988796,0.48599726958853895,0.012363095860452334,0.15372517456988796,0.4872563822706618,0.009520898224571013,0.15372517456988796,0.435927019198892,0.10397815703967907,0.15372517456988796,0.34678954404283713,0.22553528311877,0.15372517456988796,0.4368337428812502,0.09753583276385823,0.15372517456988796,0.22345392460762978,0.23069745352821525,0.5,0.15372517456988796,0.19248471123248423,0.15343061735724658,0.15372517456988796,0.44144992250133586,0.003289856377893456,0.5,0.15372517456988796,0.3772775384999829,0.008552461028721077,0.15372517456988796,0.4280049944576778,0.03938994412502027,0.15372517456988796,0.46146852684580764,0.055045972523058415,0.15372517456988796,0.45364767526485694,0.20855534092723604,0.15372517456988796,0.46825752079921995,0.05966900718957885,0.15372517456988796,0.44314141854842615,0.07015548570620254,0.15372517456988796,0.4687242733747785,0.01902869925159193,0.5,0.15372517456988796,0.4452451558970458,0.012494579228353926,0.0,0.043732589939018546,0.5989298254546408 -5747,0.5,0.15372517456988796,0.5968124302505439,0.028138092321056914,0.15372517456988796,0.5875421541661985,0.10773455648569193,0.15372517456988796,0.6027401692242873,0.019552255788898795,0.15372517456988796,0.5913201512502524,0.010995115919105495,0.15372517456988796,0.5502496166864395,0.13417379587796852,0.15372517456988796,0.3148034012239112,0.31900236898899303,0.15372517456988796,0.5322719973437556,0.21747571611073194,0.15372517456988796,0.15085545083939844,0.2079484009530477,0.5,0.15372517456988796,0.19333549164274388,0.14933202997774678,0.15372517456988796,0.5293202829969723,0.002627096485537588,0.5,0.15372517456988796,0.4693082309207131,0.014086306671763346,0.15372517456988796,0.48899090569824255,0.05081344078942547,0.15372517456988796,0.577592433642978,0.0811480901369326,0.15372517456988796,0.5777453039178695,0.22560626713049914,0.15372517456988796,0.5888626556904786,0.07055694733240117,0.15372517456988796,0.5473547654657888,0.1302237293176396,0.15372517456988796,0.5808183868666459,0.026116509024009082,0.5,0.15372517456988796,0.5667467006035862,0.005955152666692558,0.0,0.045670259628851205,0.6103496910380184 -5748,0.5,0.15372517456988796,0.6595472486682205,0.025025656759191654,0.15372517456988796,0.6572639893551159,0.10648337667384522,0.15372517456988796,0.6580638928509537,0.026883719099857525,0.15372517456988796,0.6532110047426425,0.01352344186273302,0.15372517456988796,0.6127674181028457,0.17717360528251827,0.15372517456988796,0.18888114045323262,0.37203118728423706,0.15372517456988796,0.5240512788741072,0.2460665348539775,0.15372517456988796,0.08118212678080376,0.18464665126200533,0.5,0.15372517456988796,0.13928553307834513,0.1405200557753374,0.15372517456988796,0.583046813465923,0.004494080262064217,0.5,0.15372517456988796,0.45089231501795635,0.031827947412788965,0.15372517456988796,0.48506571282677524,0.0523721106040505,0.15372517456988796,0.6588540920130566,0.08256998111379701,0.15372517456988796,0.6498276991394297,0.21372526692488464,0.15372517456988796,0.6569265892675941,0.06803952032487885,0.15372517456988796,0.5483829745152474,0.1707928622869737,0.15372517456988796,0.6091379163428007,0.03423129052130939,0.5,0.15372517456988796,0.6106975957860077,0.0030493219034984824,0.0,0.02741467789100866,0.5826161375407757 -5749,0.5,0.15372517456988796,0.6788276813176044,0.020551727507874158,0.15372517456988796,0.6824495656724638,0.09904065436503601,0.15372517456988796,0.6713640991492019,0.03018370887523969,0.15372517456988796,0.6680186439862045,0.01941074280933467,0.15372517456988796,0.6143608233681436,0.2527563398066221,0.15372517456988796,0.04949222942267746,0.40213216305186406,0.15372517456988796,0.38485746411399824,0.29765026608339884,0.15372517456988796,0.024751407534869964,0.14970796072406345,0.5,0.15372517456988796,0.10216149921590528,0.13773399137796433,0.15372517456988796,0.607701116804603,0.012999512169868763,0.5,0.15372517456988796,0.37035802295194575,0.04617485264950353,0.15372517456988796,0.4135591625546556,0.04824881153163897,0.15372517456988796,0.6861803831067013,0.08129843718979897,0.15372517456988796,0.672291345630684,0.19861566685062576,0.15372517456988796,0.6664618206992339,0.06369430197955624,0.15372517456988796,0.5526995278622504,0.18908704816427999,0.15372517456988796,0.6072314077822556,0.03752711828438386,0.5,0.15372517456988796,0.6383446715906915,0.0034920299026490785,0.0,0.018567278724609736,0.550281659739953 -5750,0.5,0.15372517456988796,0.6541828402519325,0.016739542901227835,0.15372517456988796,0.6677938955791886,0.08306729261416074,0.15372517456988796,0.6477279517228439,0.03510270322949269,0.15372517456988796,0.6414373603528283,0.02207863652658424,0.15372517456988796,0.48011489007839114,0.3900371866733978,0.15372517456988796,0.005416983519078146,0.3540617063809979,0.15372517456988796,0.21967119300330468,0.3976433813623974,0.15372517456988796,0.016229512875002527,0.12289990726839688,0.5,0.15372517456988796,0.06682312655906052,0.14292482620087693,0.15372517456988796,0.5750994487643726,0.03405483870078149,0.5,0.15372517456988796,0.2339914310588534,0.07556810536400335,0.15372517456988796,0.2935272670270229,0.04689936640499162,0.15372517456988796,0.6733581371455994,0.07855445016465426,0.15372517456988796,0.645766019565637,0.18659607634060857,0.15372517456988796,0.6456666718997368,0.0590875901096886,0.15372517456988796,0.4462863081432716,0.209396466378186,0.15372517456988796,0.5700623133446932,0.0470565155169417,0.5,0.15372517456988796,0.5952780367705226,0.005402539049394618,0.0,0.019732500521690257,0.4860038100073872 -5751,0.5,0.15372517456988796,0.5757172654397203,0.012733448332290388,0.15372517456988796,0.6025225576998464,0.06538654827742597,0.15372517456988796,0.5718378786384304,0.04208233773661983,0.15372517456988796,0.5680123556790895,0.018406798097494625,0.15372517456988796,0.22725523145763676,0.528293898470466,0.15372517456988796,0.0025480784825735827,0.26605133781880874,0.15372517456988796,0.07936511226554102,0.4101062262386431,0.15372517456988796,0.012975798786438088,0.11332218119707066,0.5,0.15372517456988796,0.04230354082389551,0.12289579410339263,0.15372517456988796,0.4778776224596252,0.07288886673165769,0.5,0.15372517456988796,0.13662973932013583,0.1446791614671916,0.15372517456988796,0.18062588610186533,0.050617984752380114,0.15372517456988796,0.608513408203996,0.0750453731291359,0.15372517456988796,0.5708476809693332,0.18839792693797097,0.15372517456988796,0.5772794304386657,0.056529704814363826,0.15372517456988796,0.30264068179604015,0.23496345507896554,0.15372517456988796,0.5024135362033766,0.062451365557104496,0.5,0.15372517456988796,0.5639244423556903,0.01083741618234997,0.0,0.01724551472769703,0.363542064862539 -5752,0.5,0.15372517456988796,0.4525776335726681,0.008150938276969081,0.15372517456988796,0.4846700362287162,0.0551995513406021,0.15372517456988796,0.46154737316775485,0.04191681614689116,0.15372517456988796,0.44940686067537317,0.011742237909603515,0.15372517456988796,0.05801399625714612,0.43492549057128116,0.15372517456988796,0.0035275850889483515,0.19413879783852322,0.15372517456988796,0.010286284294387518,0.38705227176852547,0.15372517456988796,0.01076317281418426,0.10893791287536919,0.5,0.15372517456988796,0.02856913512276929,0.09162197931030974,0.15372517456988796,0.2797969838599136,0.058195932868903226,0.5,0.15372517456988796,0.04866577758778339,0.1785768833525453,0.15372517456988796,0.06584893881624461,0.054644225113002355,0.15372517456988796,0.4910547174417301,0.07842248925355175,0.15372517456988796,0.3679964387813705,0.23926095714246393,0.15372517456988796,0.43599306728278564,0.05603953625621684,0.15372517456988796,0.14676821707661683,0.21817340450442235,0.15372517456988796,0.37604878351548504,0.08012107350110557,0.5,0.15372517456988796,0.42322628696287845,0.01465985875189546,0.0,0.00971927254042863,0.206353212784732 -5753,0.5,0.15372517456988796,0.32183491034330514,0.005164914187434249,0.15372517456988796,0.35123773517435114,0.04226318641900294,0.15372517456988796,0.3179134628361062,0.03406913323766815,0.15372517456988796,0.3111804966900373,0.004509483580615575,0.15372517456988796,0.0042269783767940015,0.34330459053738055,0.15372517456988796,0.005914943785494691,0.12942830997790516,0.15372517456988796,0.0032146301157027573,0.32048988431537423,0.15372517456988796,0.007230601737073943,0.06953787038162917,0.5,0.15372517456988796,0.017211231746128906,0.06491891633934974,0.15372517456988796,0.10306365077583593,0.030595366426475628,0.5,0.15372517456988796,0.021972205624214917,0.13995807940207092,0.15372517456988796,0.02359348794227445,0.04486944042274428,0.15372517456988796,0.3587469369613293,0.07707378039822947,0.15372517456988796,0.14070515865477176,0.31544079120722035,0.15372517456988796,0.24873716154816877,0.07576889452209928,0.15372517456988796,0.02188313830746596,0.18757548154968134,0.15372517456988796,0.21042799468841045,0.0702507093892266,0.5,0.15372517456988796,0.27684102349022255,0.004993355937128131,0.0,0.004607088586857183,0.18221607890095298 -5754,0.5,0.15372517456988796,0.11242119590075328,0.0031414806204511075,0.15372517456988796,0.19725995337186414,0.02223395582533997,0.15372517456988796,0.10280420807354855,0.014247281916439014,0.15372517456988796,0.09040588602556471,0.0005338126342152152,0.15372517456988796,0.001396458500128412,0.18567222381840473,0.15372517456988796,0.005426095739754944,0.09107317292854022,0.15372517456988796,0.0011043999085180532,0.23167524225852662,0.15372517456988796,0.004169406396507929,0.050982484454896795,0.5,0.15372517456988796,0.007707995925866241,0.03766355125758387,0.15372517456988796,0.011672056823089447,0.031171182111699305,0.5,0.15372517456988796,0.007847971159030201,0.06826630188931937,0.15372517456988796,0.01116518957711486,0.019995176199324755,0.15372517456988796,0.20639324626246697,0.05206406151775833,0.15372517456988796,0.04849098643248616,0.2548772189824889,0.15372517456988796,0.0896749788625595,0.1539981244599489,0.15372517456988796,0.0019032343008756974,0.13238974286988328,0.15372517456988796,0.05795207575302543,0.06520956136800218,0.5,0.15372517456988796,0.09327148811541983,0.0005261545885310886,0.0,0.0007932648002323307,0.28260996628004165 -5755,0.5,0.15372517456988796,0.0,0.005922387836997963,0.15372517456988796,0.014342198986001243,0.04072657851878436,0.15372517456988796,1.0548820624026776e-05,0.024014742628994425,0.15372517456988796,0.0,0.0031988197896668,0.15372517456988796,0.0002981223462134139,0.15076350320018658,0.15372517456988796,0.0028507577151712497,0.08820887249358854,0.15372517456988796,0.00018334067100443256,0.18755447028029504,0.15372517456988796,0.001196155468301827,0.04690240004602335,0.5,0.15372517456988796,0.001191422242899993,0.014923173001813199,0.15372517456988796,0.00019020609075129269,0.03203830833134079,0.5,0.15372517456988796,0.000989163187395552,0.030694170712833774,0.15372517456988796,0.0015336402203171245,0.009213974469687919,0.15372517456988796,0.027503172210088425,0.08687432285963942,0.15372517456988796,0.0038107578353974427,0.13963897234815154,0.15372517456988796,0.0004544295835592184,0.15881816903605045,0.15372517456988796,0.00020802114911171982,0.08930477279520829,0.15372517456988796,4.262935135770018e-05,0.04249617562344228,0.5,0.15372517456988796,1.6808625483616672e-05,0.0013686874393680078,0.0,0.0004494856410977903,0.3416157483109194 -5756,0.5,0.15372517456988796,0.0,0.016111861929796082,0.15372517456988796,0.0,0.04287041744537328,0.15372517456988796,0.0,0.03689681630368418,0.15372517456988796,0.0,0.013193659172438641,0.15372517456988796,0.0,0.15285030360817106,0.15372517456988796,0.0,0.07655302135649367,0.15372517456988796,0.0,0.15258078201791567,0.15372517456988796,0.0,0.030835405503849875,0.5,0.15372517456988796,0.0,0.005227011413904958,0.15372517456988796,0.0,0.022013339803622713,0.5,0.15372517456988796,0.0,0.02351131514961332,0.15372517456988796,0.0,0.007276628646725803,0.15372517456988796,0.0,0.11764231722064325,0.15372517456988796,0.0,0.09203860182964693,0.15372517456988796,0.0,0.10389354770429035,0.15372517456988796,0.0,0.0811460759675254,0.15372517456988796,0.0,0.025455926015588028,0.5,0.15372517456988796,0.0,0.003716649943755337,0.0,0.000738082007137459,0.3566000973334048 -5757,0.5,0.15372517456988796,0.0,0.02294937292627308,0.15372517456988796,0.0,0.018121889016064537,0.15372517456988796,0.0,0.03666812951908664,0.15372517456988796,0.0,0.02467053297493426,0.15372517456988796,0.0,0.1706957472550516,0.15372517456988796,0.0,0.061919464540530406,0.15372517456988796,0.0,0.12693320253307194,0.15372517456988796,0.0,0.01924710776423371,0.5,0.15372517456988796,0.0,0.0018356746980794365,0.15372517456988796,0.0,0.008557895866952839,0.5,0.15372517456988796,0.0,0.018189780615532128,0.15372517456988796,0.0,0.0073211009007038905,0.15372517456988796,0.0,0.09197144549119513,0.15372517456988796,0.0,0.10404507940935286,0.15372517456988796,0.0,0.09440398185554819,0.15372517456988796,0.0,0.06549533270249214,0.15372517456988796,0.0,0.01604037364680302,0.5,0.15372517456988796,0.0,0.009272894376753747,0.0,0.0013338765009077323,0.4742062032948895 -5758,0.5,0.15372517456988796,0.0,0.025453989175543975,0.15372517456988796,0.0,0.018044439895473,0.15372517456988796,0.0,0.03776105870832501,0.15372517456988796,0.0,0.03156071622551017,0.15372517456988796,0.0,0.1825548726024349,0.15372517456988796,0.0,0.05710104284291698,0.15372517456988796,0.0,0.11365313910441097,0.15372517456988796,0.0,0.01630164755096986,0.5,0.15372517456988796,0.0,0.002243401253933283,0.15372517456988796,0.0,0.004713702475451803,0.5,0.15372517456988796,0.0,0.013571245746668988,0.15372517456988796,0.0,0.008968609653818408,0.15372517456988796,0.0,0.07407927184422942,0.15372517456988796,0.0,0.15156277579117836,0.15372517456988796,0.0,0.0592166663197948,0.15372517456988796,0.0,0.06038165384694101,0.15372517456988796,0.0,0.010877905088188838,0.5,0.15372517456988796,0.0,0.018174634730728806,0.0,0.0016497498688613293,0.6306047974313272 -5759,0.5,0.15372517456988796,0.0,0.02744003652407145,0.15372517456988796,0.0,0.010114402239540013,0.15372517456988796,0.0,0.04079088021436369,0.15372517456988796,0.0,0.03493081635101723,0.15372517456988796,0.0,0.1675957718722503,0.15372517456988796,0.0,0.05045880845049341,0.15372517456988796,0.0,0.11442601034056842,0.15372517456988796,0.0,0.016860684444712053,0.5,0.15372517456988796,0.0,0.002848039375956614,0.15372517456988796,0.0,0.006046356592694131,0.5,0.15372517456988796,0.0,0.011387923712638059,0.15372517456988796,0.0,0.009999256110129855,0.15372517456988796,0.0,0.06456683024254299,0.15372517456988796,0.0,0.17731661409398544,0.15372517456988796,0.0,0.05118559665022573,0.15372517456988796,0.0,0.05136527349895995,0.15372517456988796,0.0,0.008082253010338802,0.5,0.15372517456988796,0.0,0.012146387546150607,0.0,0.002134751743582829,0.6131650035459787 -5760,0.5,0.15372517456988796,0.0,0.02787312248454309,0.15372517456988796,0.0,0.011733766712553757,0.15372517456988796,0.0,0.03517268251763671,0.15372517456988796,0.0,0.03563527670969247,0.15372517456988796,0.0,0.14230491202968193,0.15372517456988796,0.0,0.04037073079352516,0.15372517456988796,0.0,0.1254059199876913,0.15372517456988796,0.0,0.01929213249765721,0.5,0.15372517456988796,0.0,0.0025103810254117572,0.15372517456988796,0.0,0.006549067324835953,0.5,0.15372517456988796,0.0,0.007789111510979011,0.15372517456988796,0.0,0.011006159989005244,0.15372517456988796,0.0,0.05818831629432643,0.15372517456988796,0.0,0.15906806936379653,0.15372517456988796,0.0,0.06234773678909233,0.15372517456988796,0.0,0.03876442970030156,0.15372517456988796,0.0,0.007541425184223555,0.5,0.15372517456988796,0.0,0.008606701120517002,0.0,0.005824075425495713,0.4910610611356633 -5761,0.5,0.15372517456988796,0.0,0.029587756021708662,0.15372517456988796,0.0,0.021207661517874975,0.15372517456988796,0.0,0.034447967879269716,0.15372517456988796,0.0,0.03471789061047383,0.15372517456988796,0.0,0.1094101952972105,0.15372517456988796,0.0,0.03896453769728028,0.15372517456988796,0.0,0.11582046972156958,0.15372517456988796,0.0,0.02214606369994236,0.5,0.15372517456988796,0.0,0.0020377864592475764,0.15372517456988796,0.0,0.0059320910748450854,0.5,0.15372517456988796,0.0,0.005155410584888869,0.15372517456988796,0.0,0.01177573665413506,0.15372517456988796,0.0,0.05277705948215482,0.15372517456988796,0.0,0.13747037442230575,0.15372517456988796,0.0,0.0867691899552079,0.15372517456988796,0.0,0.03922458442914373,0.15372517456988796,0.0,0.005985648324225208,0.5,0.15372517456988796,0.0,0.007438744274631627,0.0,0.015089734168731484,0.3439340649783451 -5762,0.5,0.15372517456988796,0.0,0.029657725180082486,0.15372517456988796,0.0,0.042237523242328406,0.15372517456988796,0.0,0.03521283985608127,0.15372517456988796,0.0,0.034918244794961466,0.15372517456988796,0.0,0.09204712771944924,0.15372517456988796,0.0,0.03910645230866377,0.15372517456988796,0.0,0.0957153407282954,0.15372517456988796,0.0,0.023734269222744967,0.5,0.15372517456988796,0.0,0.0020870603398895826,0.15372517456988796,0.0,0.005696142526600424,0.5,0.15372517456988796,0.0,0.003046297546093923,0.15372517456988796,0.0,0.013277717722411098,0.15372517456988796,0.0,0.06282761121033982,0.15372517456988796,0.0,0.11623668859380323,0.15372517456988796,0.0,0.10626279380054413,0.15372517456988796,0.0,0.04949855202792311,0.15372517456988796,0.0,0.005194863110918398,0.5,0.15372517456988796,0.0,0.0065330610646854,0.0,0.024507852884957326,0.27928130111687655 -5763,0.5,0.15372517456988796,0.0,0.02762245299084534,0.15372517456988796,0.0,0.058621794352137685,0.15372517456988796,0.0,0.03704561330236807,0.15372517456988796,0.0,0.031303382418108795,0.15372517456988796,0.0,0.08867565374043647,0.15372517456988796,0.0,0.03757063274930167,0.15372517456988796,0.0,0.0547411284917684,0.15372517456988796,0.0,0.023838301429221366,0.5,0.15372517456988796,0.0,0.001987885843334216,0.15372517456988796,0.0,0.007232156778784602,0.5,0.15372517456988796,0.0,0.002559620993981129,0.15372517456988796,0.0,0.014681185179001494,0.15372517456988796,0.0,0.07693388489433683,0.15372517456988796,0.0,0.11411723058529459,0.15372517456988796,0.0,0.11398305370670356,0.15372517456988796,0.0,0.0436604551148661,0.15372517456988796,0.0,0.005605812191388733,0.5,0.15372517456988796,0.0,0.00562083022169225,0.0,0.03348711022029413,0.26892305201134287 -5764,0.5,0.15372517456988796,0.0,0.02508533605249201,0.15372517456988796,0.0,0.08699102482230735,0.15372517456988796,0.0,0.04013644706916017,0.15372517456988796,0.0,0.025138383991586282,0.15372517456988796,0.0,0.0754622590228242,0.15372517456988796,0.0,0.03736959070709557,0.15372517456988796,0.0,0.03657152635614979,0.15372517456988796,0.0,0.02421944701714495,0.5,0.15372517456988796,0.0,0.0017499301686132356,0.15372517456988796,0.0,0.011219354796060727,0.5,0.15372517456988796,0.0,0.002041578549659535,0.15372517456988796,0.0,0.01547251331666262,0.15372517456988796,0.0,0.0996587779097555,0.15372517456988796,0.0,0.11919103745905466,0.15372517456988796,0.0,0.12616400211858061,0.15372517456988796,0.0,0.02017108517833601,0.15372517456988796,0.0,0.0057197607899951,0.5,0.15372517456988796,0.0,0.0033109774425447683,0.0,0.041430284330095296,0.2991369227398391 -5765,0.5,0.15372517456988796,0.0,0.02362866896219252,0.15372517456988796,0.0,0.11000487873728096,0.15372517456988796,0.0,0.04069434900650029,0.15372517456988796,0.0,0.020128748791568216,0.15372517456988796,0.0,0.052839743775478856,0.15372517456988796,0.0,0.04223622855904368,0.15372517456988796,0.0,0.028195063545273676,0.15372517456988796,0.0,0.024031367092436837,0.5,0.15372517456988796,0.0,0.002508732031181791,0.15372517456988796,0.0,0.015834880622560277,0.5,0.15372517456988796,0.0,0.0010720092844674351,0.15372517456988796,0.0,0.018583599870180236,0.15372517456988796,0.0,0.12557959268204283,0.15372517456988796,0.0,0.1179218315744073,0.15372517456988796,0.0,0.1425966142881301,0.15372517456988796,0.0,0.007154462610431703,0.15372517456988796,0.0,0.0036542960868199753,0.5,0.15372517456988796,0.0,0.0026476421324184703,0.0,0.046497106949197564,0.27768326627039563 -5766,0.5,0.15372517456988796,0.00039340984653555346,0.02227278538332257,0.15372517456988796,0.0,0.14184957408567336,0.15372517456988796,0.0,0.03688764717449519,0.15372517456988796,8.59563270578594e-05,0.019595752717129683,0.15372517456988796,0.0,0.043439714580166135,0.15372517456988796,0.0,0.04610555746530297,0.15372517456988796,0.0,0.02929630188443222,0.15372517456988796,0.0,0.021635078790731562,0.5,0.15372517456988796,0.0,0.0034379789683970717,0.15372517456988796,0.0,0.01541062724747684,0.5,0.15372517456988796,0.0,0.0007811023218163612,0.15372517456988796,0.0,0.022327605001734266,0.15372517456988796,0.0,0.13340841242872656,0.15372517456988796,0.0,0.10066944125926988,0.15372517456988796,0.0,0.14707032201145323,0.15372517456988796,0.0,0.0029874270248852718,0.15372517456988796,0.0,0.0029115002511484584,0.5,0.15372517456988796,0.0,0.0036754799376988705,0.0,0.047044426343556,0.17796271995981286 -5767,0.5,0.15372517456988796,0.007890198450560392,0.02589145697468087,0.15372517456988796,0.003888709730016816,0.18440362282170472,0.15372517456988796,0.009957261842754818,0.03534490166257583,0.15372517456988796,0.0019186094137294636,0.01983375683023132,0.15372517456988796,0.019760596812337095,0.04852259457197445,0.15372517456988796,0.015306371922387346,0.05009329119296791,0.15372517456988796,0.020143765545953936,0.03412150591776485,0.15372517456988796,0.012875407130369618,0.020740322666514138,0.5,0.15372517456988796,0.005674227263110902,0.003215030198798689,0.15372517456988796,0.019564553924424806,0.010807378127702083,0.5,0.15372517456988796,0.0004491075212562741,0.0010819520456269113,0.15372517456988796,0.010480222977259427,0.020207443371523155,0.15372517456988796,0.0027095292927151573,0.13491337958784325,0.15372517456988796,0.019528072929168735,0.09023545808440422,0.15372517456988796,0.028468556344877972,0.16362120071651282,0.15372517456988796,0.03004212414221758,0.0029653533752145647,0.15372517456988796,0.006674565258029759,0.0036449622751421086,0.5,0.15372517456988796,0.0066356942452334465,0.004739680881489292,0.0,0.042691714643123685,0.1346472506197551 -5768,0.5,0.15372517456988796,0.016002229446010027,0.0387507223538633,0.15372517456988796,0.013862754663422792,0.2427112919590691,0.15372517456988796,0.07406002421870836,0.0774108580529112,0.15372517456988796,0.008410934381666336,0.016871356551746652,0.15372517456988796,0.05120521938741134,0.07008919363940204,0.15372517456988796,0.07618487991810696,0.08107434092019339,0.15372517456988796,0.07955209128567141,0.07619613313948703,0.15372517456988796,0.06634628560202696,0.02715809770073975,0.5,0.15372517456988796,0.05051537096551635,0.003594901520887326,0.15372517456988796,0.08456418031666407,0.009262523840492056,0.5,0.15372517456988796,0.0026953519899314588,0.004894229314310881,0.15372517456988796,0.060537636484442714,0.017701497252435472,0.15372517456988796,0.02268512849435149,0.1515079409454266,0.15372517456988796,0.05572316081054239,0.11333329806833908,0.15372517456988796,0.1100187053139492,0.18360743736412968,0.15372517456988796,0.09413314399808453,0.0145914109955635,0.15372517456988796,0.020141982151111456,0.006179780871912947,0.5,0.15372517456988796,0.04924975204153683,0.007378025366641205,0.0,0.04514313924638267,0.142449431158537 -5769,0.5,0.15372517456988796,0.032955848845632234,0.07546630805085855,0.15372517456988796,0.030358409443772556,0.20939337070918515,0.15372517456988796,0.18553611287795332,0.14180772315543927,0.15372517456988796,0.03760947344627916,0.01801449484785695,0.15372517456988796,0.06923879366400822,0.09729867468012474,0.15372517456988796,0.14535790555718806,0.1784772397758183,0.15372517456988796,0.19715198194296157,0.12354051792719595,0.15372517456988796,0.1575335781747696,0.06146297198866271,0.5,0.15372517456988796,0.14491560638766735,0.013452359930135153,0.15372517456988796,0.20249181436955077,0.019339825743544408,0.5,0.15372517456988796,0.008485585170907176,0.017474865431108547,0.15372517456988796,0.13416733062522762,0.11149561740967921,0.15372517456988796,0.11709787278079027,0.28088044003405804,0.15372517456988796,0.0767760718243845,0.16048711240095093,0.15372517456988796,0.20297490074783567,0.22661347469227316,0.15372517456988796,0.15078608960664414,0.05110869542227696,0.15372517456988796,0.029543193561357036,0.014603288497062649,0.5,0.15372517456988796,0.13582750318581824,0.021915740939510896,0.0,0.05704730905461277,0.15255188200107278 -5770,0.5,0.15372517456988796,0.059109703849111905,0.11508690673718268,0.15372517456988796,0.1666315240593568,0.2696310966025388,0.15372517456988796,0.2658122346425506,0.169133855072846,0.15372517456988796,0.11319554082455979,0.04440704954608103,0.15372517456988796,0.14264125450418283,0.16395336433668228,0.15372517456988796,0.14115925826718534,0.29455930523598584,0.15372517456988796,0.3452053793602902,0.21293565655047436,0.15372517456988796,0.2575317093345035,0.1250553539964264,0.5,0.15372517456988796,0.27133284832645355,0.05868321097392281,0.15372517456988796,0.30870252792890496,0.07139325993507535,0.5,0.15372517456988796,0.02202394459413714,0.0478228871575003,0.15372517456988796,0.22166332556158788,0.17992008351217503,0.15372517456988796,0.25981912284785685,0.3603404258168558,0.15372517456988796,0.08580174502522142,0.2060205320461257,0.15372517456988796,0.24716834823005168,0.2577914009392459,0.15372517456988796,0.19794757223660625,0.04601612434611863,0.15372517456988796,0.0419938187029404,0.032658947509441816,0.5,0.15372517456988796,0.2581411168269931,0.04348018764832583,0.0,0.07301184033496053,0.1474431228726471 -5771,0.5,0.15372517456988796,0.08643118379845421,0.14520589018604985,0.15372517456988796,0.39889560928302137,0.4845627406268509,0.15372517456988796,0.2847592346446428,0.18567628768339306,0.15372517456988796,0.17334125452100263,0.0843707205407756,0.15372517456988796,0.18018499795130044,0.2537414867655411,0.15372517456988796,0.08518397064095541,0.26207611147294746,0.15372517456988796,0.3787505487392198,0.34855668159267306,0.15372517456988796,0.2401432159619371,0.15433397810558602,0.5,0.15372517456988796,0.40450531728597283,0.10759687303834313,0.15372517456988796,0.31902110980525655,0.10769117580812133,0.5,0.15372517456988796,0.037925772808173504,0.09327723734701693,0.15372517456988796,0.24747130783465826,0.2280801861362402,0.15372517456988796,0.3276860182124984,0.3934525375122677,0.15372517456988796,0.15928292235931796,0.26947412463028975,0.15372517456988796,0.3480061235682679,0.29794551081450943,0.15372517456988796,0.30467230964991004,0.051597783784458416,0.15372517456988796,0.07465513552624271,0.05880124888535574,0.5,0.15372517456988796,0.31941674400987896,0.09712287688472457,0.0,0.05928550253727086,0.16408108668500546 -5772,0.5,0.15372517456988796,0.12783992491221507,0.13716809597377272,0.15372517456988796,0.26422896403823404,0.6556103504780514,0.15372517456988796,0.2641793302133554,0.14184425549384,0.15372517456988796,0.17765223450343287,0.11796420121371655,0.15372517456988796,0.20215695696217664,0.3403859645035223,0.15372517456988796,0.20331424119168903,0.3401222543532264,0.15372517456988796,0.3147781902033941,0.4344190665738348,0.15372517456988796,0.21609418099390804,0.21198407828457666,0.5,0.15372517456988796,0.45282416239197887,0.1317404843548683,0.15372517456988796,0.46755524185249797,0.23087448766692517,0.5,0.15372517456988796,0.1312854231928777,0.0472083818396251,0.15372517456988796,0.23504585825904495,0.20646501461835415,0.15372517456988796,0.32475642543607514,0.4017193376347958,0.15372517456988796,0.21942782375647496,0.3107433313756368,0.15372517456988796,0.42268911479326243,0.35049223303338956,0.15372517456988796,0.48468555576869854,0.09358247345919583,0.15372517456988796,0.1324988509040849,0.07876162154723595,0.5,0.15372517456988796,0.3707090383845883,0.1585513556650551,0.0,0.04795000923447046,0.23358588263517216 -5773,0.5,0.15372517456988796,0.1942887831807621,0.14692160015226693,0.15372517456988796,0.1471654442376656,0.6541633010857975,0.15372517456988796,0.31448123421144514,0.11596826044338777,0.15372517456988796,0.17020187328264602,0.1048081061188232,0.15372517456988796,0.3109075743753127,0.4181829281955109,0.15372517456988796,0.44226623541751464,0.4959988647751651,0.15372517456988796,0.23945741838302953,0.4536886886100908,0.15372517456988796,0.24794238312582112,0.28555879380483074,0.5,0.15372517456988796,0.3984302831377202,0.1595798419921139,0.15372517456988796,0.46120371039572416,0.32288339483428546,0.5,0.15372517456988796,0.3619246822737375,0.022638271299665003,0.15372517456988796,0.24107549493672759,0.11258321529147983,0.15372517456988796,0.33161412359810716,0.35789132725381095,0.15372517456988796,0.1584755343921419,0.2584688730164492,0.15372517456988796,0.2830243278194977,0.36330557979933853,0.15372517456988796,0.5093199490503812,0.15345620478746194,0.15372517456988796,0.1789978239399621,0.08688179062376614,0.5,0.15372517456988796,0.4378795668422283,0.21942644109213977,0.0,0.06899701287853538,0.3400696840283861 -5774,0.5,0.15372517456988796,0.1841401453453706,0.15504542069959495,0.15372517456988796,0.10031793485490548,0.3654030073716143,0.15372517456988796,0.324033001076276,0.11705753929468983,0.15372517456988796,0.17453711489920348,0.07754129561024609,0.15372517456988796,0.32799007212187686,0.42345742856082796,0.15372517456988796,0.3947060675023817,0.4989928086378189,0.15372517456988796,0.2843629541612383,0.4689671149817604,0.15372517456988796,0.2522503212077929,0.3080685310276977,0.5,0.15372517456988796,0.3076271722188016,0.15355577592992115,0.15372517456988796,0.4015754904151023,0.3299242867941793,0.5,0.15372517456988796,0.48270996763219154,0.026498360339253225,0.15372517456988796,0.2818394307100163,0.09741406665726055,0.15372517456988796,0.33737321687982835,0.27817402131729396,0.15372517456988796,0.23986864565937477,0.2623666807085825,0.15372517456988796,0.1867884430830403,0.2910042754411409,0.15372517456988796,0.37407659746082517,0.19496723209246847,0.15372517456988796,0.19082552776073947,0.07462360413280406,0.5,0.15372517456988796,0.4472541929667433,0.26889968388091956,0.0,0.12557454495177714,0.49912988794234453 -5775,0.5,0.15372517456988796,0.12425178686560531,0.1432391803222283,0.15372517456988796,0.22780641431334145,0.2851505088296049,0.15372517456988796,0.2226163786182871,0.09406165515964938,0.15372517456988796,0.14907653030861606,0.06543012540346875,0.15372517456988796,0.239473546595261,0.31095505079332486,0.15372517456988796,0.2394465461861176,0.3747168319655524,0.15372517456988796,0.2455558950612401,0.49208586706695445,0.15372517456988796,0.2068298573244675,0.2704437511062188,0.5,0.15372517456988796,0.272012419816579,0.13840594050684446,0.15372517456988796,0.30068075823061546,0.24954010177942768,0.5,0.15372517456988796,0.3156495635725846,0.06602567884636443,0.15372517456988796,0.19295293701863234,0.09008119928917639,0.15372517456988796,0.35859474390787066,0.20365062309543897,0.15372517456988796,0.1786061951309557,0.21448754394197295,0.15372517456988796,0.29491820768440075,0.2529054849019821,0.15372517456988796,0.22964334512372087,0.2081250768626547,0.15372517456988796,0.24267276771633034,0.06878032054868809,0.5,0.15372517456988796,0.3474506586687435,0.23708811198482643,0.0,0.17487488640281307,0.4951313951288592 -5776,0.5,0.15372517456988796,0.06660429913519123,0.12186033358897982,0.15372517456988796,0.0908112213544904,0.28569310534888964,0.15372517456988796,0.12737871395719028,0.08833972185470147,0.15372517456988796,0.10615137792241515,0.04981220247703656,0.15372517456988796,0.20196693937676538,0.2170997361702789,0.15372517456988796,0.26380819929211075,0.3300214417064721,0.15372517456988796,0.1157912975411283,0.34031924495771104,0.15372517456988796,0.2008492425703789,0.22637325449525167,0.5,0.15372517456988796,0.2578888846834946,0.10271186175048111,0.15372517456988796,0.21779752992392543,0.18123218420167034,0.5,0.15372517456988796,0.14761505262547053,0.06129875087934165,0.15372517456988796,0.13059940324427177,0.0785785529751173,0.15372517456988796,0.31530732589822036,0.16227335603956983,0.15372517456988796,0.1454845986927349,0.13331761928379077,0.15372517456988796,0.2383474839014375,0.2670728492558406,0.15372517456988796,0.12711724506728167,0.15285522774763174,0.15372517456988796,0.17463001439721976,0.06949113249632621,0.5,0.15372517456988796,0.22201014598480812,0.2077263147627869,0.0,0.15191223068966603,0.6001749355072805 -5777,0.5,0.15372517456988796,0.04037495462592426,0.0765087791967132,0.15372517456988796,0.02943362526884165,0.2132563514688048,0.15372517456988796,0.06780803733948773,0.05681108601042795,0.15372517456988796,0.05844702090557967,0.03448818535421432,0.15372517456988796,0.1664974684250115,0.16820959559373475,0.15372517456988796,0.24135613119070615,0.29697287080572143,0.15372517456988796,0.04396695511693507,0.2114011135177304,0.15372517456988796,0.16291449035207012,0.17560378564994666,0.5,0.15372517456988796,0.2039787748220246,0.08210197365913247,0.15372517456988796,0.09113197769910021,0.09366721558981943,0.5,0.15372517456988796,0.08812973931564605,0.03716981691801189,0.15372517456988796,0.09836293127451194,0.04899313949694458,0.15372517456988796,0.2203202034393215,0.1136734826476331,0.15372517456988796,0.12375371704564544,0.07968366107630157,0.15372517456988796,0.11816366741167386,0.2002887275376246,0.15372517456988796,0.11167222784963945,0.1027985718555402,0.15372517456988796,0.12511689460465084,0.05422690854641846,0.5,0.15372517456988796,0.13519845551567278,0.15909770035031454,0.0,0.06591700432105665,0.5728771018024932 -5778,0.5,0.15372517456988796,0.029360713254950613,0.04283298148544332,0.15372517456988796,0.013100068504773597,0.1100071418737803,0.15372517456988796,0.02867050519237769,0.025498042435768156,0.15372517456988796,0.03080009480081275,0.01890599038200273,0.15372517456988796,0.10638967644311603,0.09509763288570847,0.15372517456988796,0.16269232465564715,0.20125453674990296,0.15372517456988796,0.016782620816195873,0.14764864615473636,0.15372517456988796,0.1079858413339401,0.09235209419068852,0.5,0.15372517456988796,0.12345066993365247,0.05326927200261042,0.15372517456988796,0.028396785433335358,0.04294585093985902,0.5,0.15372517456988796,0.033806874806270794,0.01547958229025347,0.15372517456988796,0.08048295398580851,0.013625528720035043,0.15372517456988796,0.13230180488397275,0.06049860143261744,0.15372517456988796,0.061829461621333,0.035603677421342725,0.15372517456988796,0.04277791401608149,0.12306884566617729,0.15372517456988796,0.06738300453094083,0.07365698484034071,0.15372517456988796,0.061188241187357925,0.029554247373165175,0.5,0.15372517456988796,0.0478052415013398,0.09460985824521376,0.0,0.024821569401648525,0.5675556501547698 -5779,0.5,0.15372517456988796,3.363592599457348e-05,0.02566145368563253,0.15372517456988796,0.0,0.021556036932141174,0.15372517456988796,0.0002657756008963616,0.008147449317026517,0.15372517456988796,0.0001863817701681431,0.00750189652246047,0.15372517456988796,0.02491871263402329,0.05629844114033319,0.15372517456988796,0.03321960172901875,0.13293650833944676,0.15372517456988796,0.010613341327059371,0.11482456802034174,0.15372517456988796,0.0190969998354454,0.04588115899768126,0.5,0.15372517456988796,0.012922475932465283,0.02508328032664221,0.15372517456988796,0.00010535770348179681,0.01688313449665671,0.5,0.15372517456988796,0.0,0.010131135377231872,0.15372517456988796,1.6565672481708877e-05,0.00489322086086507,0.15372517456988796,0.016010631127034988,0.025182733583911314,0.15372517456988796,0.014572603752884373,0.01929855029633456,0.15372517456988796,0.0012086474682771466,0.06547820207599413,0.15372517456988796,7.047670768412759e-05,0.04215419740872058,0.15372517456988796,0.0,0.019401064442224294,0.5,0.15372517456988796,1.4761106689755534e-05,0.054738920406288805,0.0,0.01944873990183537,0.4521604171634032 -5780,0.5,0.15372517456988796,0.0,0.022611979770376548,0.15372517456988796,0.0,0.004725852830734363,0.15372517456988796,0.0,0.006532188749246956,0.15372517456988796,0.0,0.0036933897007011525,0.15372517456988796,0.0,0.08207771977999725,0.15372517456988796,0.0,0.17348336702547673,0.15372517456988796,0.0,0.093150283992637,0.15372517456988796,0.0,0.05341188615992205,0.5,0.15372517456988796,0.0,0.009635128507157559,0.15372517456988796,0.0,0.007007264389010637,0.5,0.15372517456988796,0.0,0.014334935176789671,0.15372517456988796,0.0,0.006038820326310157,0.15372517456988796,0.0,0.03460448895286202,0.15372517456988796,0.0,0.026455324216431785,0.15372517456988796,0.0,0.04081524446650776,0.15372517456988796,0.0,0.02318688828870629,0.15372517456988796,0.0,0.013447931850674806,0.5,0.15372517456988796,0.0,0.037026317697612596,0.0,0.03282591661828165,0.349025230155501 -5781,0.5,0.15372517456988796,0.0,0.018269267854512695,0.15372517456988796,0.0,0.016046166189299767,0.15372517456988796,0.0,0.006688148096098555,0.15372517456988796,0.0,0.002709370924581453,0.15372517456988796,0.0,0.12253054160126295,0.15372517456988796,0.0,0.20997979672712064,0.15372517456988796,0.0,0.07979762257958525,0.15372517456988796,0.0,0.06504790493818373,0.5,0.15372517456988796,0.0,0.0043985438657490475,0.15372517456988796,0.0,0.003231290692098381,0.5,0.15372517456988796,0.0,0.019289472753682986,0.15372517456988796,0.0,0.008064147363430247,0.15372517456988796,0.0,0.04682017084389836,0.15372517456988796,0.0,0.03674508560734883,0.15372517456988796,0.0,0.03123311941083414,0.15372517456988796,0.0,0.008683365358888286,0.15372517456988796,0.0,0.008745630626132355,0.5,0.15372517456988796,0.0,0.02778272719694604,0.0,0.04039571011106702,0.26699680057330116 -5782,0.5,0.15372517456988796,0.0,0.014992665580471673,0.15372517456988796,0.0,0.02822991368280049,0.15372517456988796,0.0,0.0052715401869225355,0.15372517456988796,0.0,0.004093160841303289,0.15372517456988796,0.0,0.18037472693511902,0.15372517456988796,0.0,0.2061624912239466,0.15372517456988796,0.0,0.08266116900822779,0.15372517456988796,0.0,0.07246764060656681,0.5,0.15372517456988796,0.0,0.0035280670337962602,0.15372517456988796,0.0,0.0009761715181196852,0.5,0.15372517456988796,0.0,0.017742766269536147,0.15372517456988796,0.0,0.008648495147158394,0.15372517456988796,0.0,0.061250913737440835,0.15372517456988796,0.0,0.058377620545378706,0.15372517456988796,0.0,0.026916165315705055,0.15372517456988796,0.0,0.008640730806627209,0.15372517456988796,0.0,0.006281669611842459,0.5,0.15372517456988796,0.0,0.016602335944598368,0.0,0.06421450750514536,0.25664624106539186 -5783,0.5,0.15372517456988796,0.0,0.011015659785471223,0.15372517456988796,0.0,0.04261066579092528,0.15372517456988796,0.0,0.005960253327241114,0.15372517456988796,0.0,0.005984402896343096,0.15372517456988796,0.0,0.21247353596752305,0.15372517456988796,0.0,0.18820277029569443,0.15372517456988796,0.0,0.09107942768012399,0.15372517456988796,0.0,0.07355437653470857,0.5,0.15372517456988796,0.0,0.006262627382476038,0.15372517456988796,0.0,0.0004327709001086394,0.5,0.15372517456988796,0.0,0.019362803639319238,0.15372517456988796,0.0,0.009374004106473596,0.15372517456988796,0.0,0.06727873684389621,0.15372517456988796,0.0,0.10312543663141747,0.15372517456988796,0.0,0.036121702149117856,0.15372517456988796,0.0,0.012848902925522264,0.15372517456988796,0.0,0.006597123063405588,0.5,0.15372517456988796,0.0,0.00955232674571329,0.0,0.07316994441380985,0.36438548335194 -5784,0.5,0.15372517456988796,0.0,0.007491051096292922,0.15372517456988796,0.0,0.05299622696489836,0.15372517456988796,0.0,0.007619603133346467,0.15372517456988796,0.0,0.008360677462885557,0.15372517456988796,0.0,0.20892225905516368,0.15372517456988796,0.0,0.16918069294120464,0.15372517456988796,0.0,0.09864546583206099,0.15372517456988796,0.0,0.0712662683519309,0.5,0.15372517456988796,0.0,0.008121523670531981,0.15372517456988796,0.0,0.0002919528463552037,0.5,0.15372517456988796,0.0,0.02522641851409161,0.15372517456988796,0.0,0.009070653860295114,0.15372517456988796,0.0,0.08474998152297297,0.15372517456988796,0.0,0.12989467553967454,0.15372517456988796,0.0,0.04788396579011298,0.15372517456988796,0.0,0.019276821208840042,0.15372517456988796,0.0,0.009851645249600138,0.5,0.15372517456988796,0.0,0.004964726593015367,0.0,0.05696476835075276,0.5321147069201926 -5785,0.5,0.15372517456988796,0.0,0.007372741172868681,0.15372517456988796,0.0,0.06732578635753869,0.15372517456988796,0.0,0.009059569973235962,0.15372517456988796,0.0,0.00903576924161299,0.15372517456988796,0.0,0.20211730380851956,0.15372517456988796,0.0,0.15839502324871357,0.15372517456988796,0.0,0.10688474919394267,0.15372517456988796,0.0,0.07135605037799905,0.5,0.15372517456988796,0.0,0.010076785963332073,0.15372517456988796,0.0,0.00024701409833740765,0.5,0.15372517456988796,0.0,0.029108215773268033,0.15372517456988796,0.0,0.010396824145176274,0.15372517456988796,0.0,0.11076279782731561,0.15372517456988796,0.0,0.16031692115732976,0.15372517456988796,0.0,0.05489150978553592,0.15372517456988796,0.0,0.021952056433302482,0.15372517456988796,0.0,0.013365590106074802,0.5,0.15372517456988796,0.0,0.002618501588180056,0.0,0.04272834259373408,0.6939057404625846 -5786,0.5,0.15372517456988796,0.0,0.01010204626568314,0.15372517456988796,0.0,0.09715370457118704,0.15372517456988796,0.0,0.010665016919012676,0.15372517456988796,0.0,0.010848900979490676,0.15372517456988796,0.0,0.20439416366573945,0.15372517456988796,0.0,0.16044793158916035,0.15372517456988796,0.0,0.11580901144007706,0.15372517456988796,0.0,0.07085540081119393,0.5,0.15372517456988796,0.0,0.011481005847288102,0.15372517456988796,0.0,0.00024203729625248832,0.5,0.15372517456988796,0.0,0.027619375933990768,0.15372517456988796,0.0,0.011523888650542272,0.15372517456988796,0.0,0.13337062902344304,0.15372517456988796,0.0,0.19908628685888366,0.15372517456988796,0.0,0.06463821025744015,0.15372517456988796,0.0,0.023702615244652805,0.15372517456988796,0.0,0.013963550329595722,0.5,0.15372517456988796,0.0,0.0011449096448361,0.0,0.03875705196720336,0.8131231077114225 -5787,0.5,0.15372517456988796,0.0,0.013734849861941746,0.15372517456988796,0.0,0.12062979026249936,0.15372517456988796,0.0,0.01270629713272328,0.15372517456988796,0.0,0.013630620884998659,0.15372517456988796,0.0,0.22932279967482036,0.15372517456988796,0.0,0.1719876731208415,0.15372517456988796,0.0,0.12153534726517136,0.15372517456988796,0.0,0.07414649219836,0.5,0.15372517456988796,0.0,0.0136440069231575,0.15372517456988796,0.0,0.0005224291236794327,0.5,0.15372517456988796,0.0,0.027875232659246556,0.15372517456988796,0.0,0.014418818851741894,0.15372517456988796,0.0,0.15747382446921696,0.15372517456988796,0.0,0.23352403894230744,0.15372517456988796,0.0,0.0745693748070767,0.15372517456988796,0.0,0.025886764451778,0.15372517456988796,0.0,0.013317722928976221,0.5,0.15372517456988796,0.0,0.0008137708825567173,0.0,0.039393773406446495,0.8712206480318377 -5788,0.5,0.15372517456988796,0.0,0.016240521586561293,0.15372517456988796,0.0,0.13483955361623312,0.15372517456988796,0.0,0.017909305343784657,0.15372517456988796,0.0,0.016780788942424914,0.15372517456988796,0.0,0.28225374742039877,0.15372517456988796,0.0,0.19118309604369335,0.15372517456988796,0.0,0.12469695221755553,0.15372517456988796,0.0,0.07412349489348,0.5,0.15372517456988796,0.0,0.01569727791774677,0.15372517456988796,0.0,0.0011282915420172935,0.5,0.15372517456988796,0.0,0.025196872861802867,0.15372517456988796,0.0,0.01897400751891377,0.15372517456988796,0.0,0.1817903110653141,0.15372517456988796,0.0,0.28221970904773785,0.15372517456988796,0.0,0.08137077280323365,0.15372517456988796,0.0,0.030216672206812362,0.15372517456988796,0.0,0.012664750154226918,0.5,0.15372517456988796,0.0,0.0009559875577736033,0.0,0.05135724591399681,0.9877758757839605 -5789,0.5,0.15372517456988796,0.0,0.019172129161236263,0.15372517456988796,0.0,0.1415232604954999,0.15372517456988796,0.0,0.02403549335598876,0.15372517456988796,0.0,0.02164816242064037,0.15372517456988796,0.0,0.3254037385750448,0.15372517456988796,0.0,0.2040527509204967,0.15372517456988796,0.0,0.12390141552317553,0.15372517456988796,0.0,0.07230533375158624,0.5,0.15372517456988796,0.0,0.017696126083027466,0.15372517456988796,0.0,0.0014362554226868155,0.5,0.15372517456988796,0.0,0.02111552597463145,0.15372517456988796,0.0,0.023356371992686184,0.15372517456988796,0.0,0.19743586975483185,0.15372517456988796,0.0,0.33500069174152625,0.15372517456988796,0.0,0.08367494024978088,0.15372517456988796,0.0,0.03286506997916831,0.15372517456988796,0.0,0.012581908553744863,0.5,0.15372517456988796,0.0,0.0013683280898628694,0.0,0.06924403918821606,1.0007613511036837 -5790,0.5,0.15372517456988796,0.0005762611517090102,0.022615195784125502,0.15372517456988796,0.0,0.14634103926170633,0.15372517456988796,0.0,0.02844392348477152,0.15372517456988796,0.0004151346070888988,0.023383172252989148,0.15372517456988796,0.0,0.3774067360996514,0.15372517456988796,0.0,0.2128131493492358,0.15372517456988796,0.0,0.1243906405475279,0.15372517456988796,0.0,0.07933454459700076,0.5,0.15372517456988796,0.0,0.020483403109705152,0.15372517456988796,0.0,0.0011395102268237222,0.5,0.15372517456988796,0.0,0.01619694153171328,0.15372517456988796,0.0,0.020177928891006423,0.15372517456988796,0.0,0.22482050229535772,0.15372517456988796,0.0,0.40325299459043074,0.15372517456988796,0.0,0.0838586385340512,0.15372517456988796,0.0,0.03296780962657822,0.15372517456988796,0.0,0.01312107374029737,0.5,0.15372517456988796,0.0,0.0012028082236314854,0.0,0.08545275757663601,0.9568679654319505 -5791,0.5,0.15372517456988796,0.05235679556810843,0.024408232008622986,0.15372517456988796,0.023432369276346687,0.17136238936717066,0.15372517456988796,0.03291415566096218,0.028278152696839618,0.15372517456988796,0.016741147528970154,0.022867002491759547,0.15372517456988796,0.010981765978677706,0.4193418318274136,0.15372517456988796,0.0026523784329641393,0.2322863883010295,0.15372517456988796,0.015012837106249725,0.1267319834701372,0.15372517456988796,0.009105035806385756,0.08382514346915171,0.5,0.15372517456988796,0.025448099201229826,0.022030340179648052,0.15372517456988796,0.04978700381174633,0.00043381242038463953,0.5,0.15372517456988796,0.022526750172883955,0.016489671655386017,0.15372517456988796,0.04075084091099142,0.012151181414487613,0.15372517456988796,0.007096688181770349,0.28785741456286373,0.15372517456988796,0.013556731274241791,0.487505871510377,0.15372517456988796,0.03768016141156123,0.08722776706755281,0.15372517456988796,0.038189695202590246,0.029328181068887557,0.15372517456988796,0.0369658495183654,0.012124676685646771,0.5,0.15372517456988796,0.05404580664450113,0.0007403861166880774,0.0,0.09483250406803984,0.9466121145975883 -5792,0.5,0.15372517456988796,0.14137864264046374,0.0454202453298584,0.15372517456988796,0.06387027677870961,0.25707989678500903,0.15372517456988796,0.13235389441625686,0.07988988216734487,0.15372517456988796,0.04160900889048906,0.027772953278417015,0.15372517456988796,0.031161165037465216,0.4647924867062787,0.15372517456988796,0.006269734429141271,0.2699504751639804,0.15372517456988796,0.03724042915533144,0.17117744684248778,0.15372517456988796,0.029436954594834086,0.0849018799256975,0.5,0.15372517456988796,0.09410480526783366,0.02541070303464122,0.15372517456988796,0.1735734020746025,0.00010028842776431968,0.5,0.15372517456988796,0.13337652610862985,0.015655292468776654,0.15372517456988796,0.15752373289182492,0.004661078979798874,0.15372517456988796,0.02645845985636043,0.38961997033778617,0.15372517456988796,0.03856741094102862,0.5487642439718252,0.15372517456988796,0.10018291639806835,0.14255315730151402,0.15372517456988796,0.101460678980485,0.04282503044185308,0.15372517456988796,0.11664843231807376,0.014997771439419825,0.5,0.15372517456988796,0.17412521385056365,0.000475987692053634,0.0,0.10703822116032617,0.9168834119111959 -5793,0.5,0.15372517456988796,0.23294662601451738,0.10070523171357341,0.15372517456988796,0.11468712745366294,0.3436188689839039,0.15372517456988796,0.24577498142730975,0.2050106767343271,0.15372517456988796,0.09663122312705151,0.05145414040506762,0.15372517456988796,0.025735308013149168,0.5474559470284345,0.15372517456988796,0.011114549392864605,0.3245789928813445,0.15372517456988796,0.03672383189736109,0.22876102985311825,0.15372517456988796,0.04915263932598458,0.08701828217098169,0.5,0.15372517456988796,0.14783027991831252,0.03720464975283309,0.15372517456988796,0.32066488449059205,0.00012518910757180712,0.5,0.15372517456988796,0.28482178953722187,0.03596357335023178,0.15372517456988796,0.30283814916277196,0.0028916329785262608,0.15372517456988796,0.05427909278725458,0.5323555117100132,0.15372517456988796,0.047582754402603525,0.5909613362327886,0.15372517456988796,0.14085206438070152,0.24831499307712102,0.15372517456988796,0.14218786934200806,0.0939131352462549,0.15372517456988796,0.21663836206954135,0.030050484589373122,0.5,0.15372517456988796,0.3106477725578948,0.0005868659343137815,0.0,0.10175407454998024,0.839158870513236 -5794,0.5,0.15372517456988796,0.3107986554217976,0.1484544874334385,0.15372517456988796,0.15218218956717988,0.44235675884008585,0.15372517456988796,0.3396405134286313,0.29804943457061256,0.15372517456988796,0.1911751327552546,0.0977443667870496,0.15372517456988796,0.020027014456215325,0.5866939063763263,0.15372517456988796,0.05620370928913396,0.3925450585851874,0.15372517456988796,0.03070877490035226,0.2680656837057242,0.15372517456988796,0.08453397791580253,0.11878479938794254,0.5,0.15372517456988796,0.18920531309121127,0.06855831161782512,0.15372517456988796,0.46811773767682363,0.0010389723579039567,0.5,0.15372517456988796,0.4196446430312285,0.07508413342478412,0.15372517456988796,0.452333800312564,0.004192722587960943,0.15372517456988796,0.07130046867122092,0.6093664474260392,0.15372517456988796,0.04068562856470712,0.6014459423182816,0.15372517456988796,0.16272571840492908,0.39283389502304905,0.15372517456988796,0.18208104648676715,0.13583353312214738,0.15372517456988796,0.33138232945654345,0.0577976095406719,0.5,0.15372517456988796,0.43068812432709946,0.0006374315433684585,0.0,0.08518453678166304,0.8380735310293167 -5795,0.5,0.15372517456988796,0.3798399741148863,0.17695932309219203,0.15372517456988796,0.1621000730484288,0.5854755469803646,0.15372517456988796,0.39103468487856796,0.35708448158636535,0.15372517456988796,0.2827961508719454,0.16444933748353774,0.15372517456988796,0.05960780821218193,0.6305044796727906,0.15372517456988796,0.1254693296062946,0.437450461681918,0.15372517456988796,0.05239543565677156,0.3388216509498292,0.15372517456988796,0.1385074412030516,0.19507874144552684,0.5,0.15372517456988796,0.23623205839412287,0.10905309253135853,0.15372517456988796,0.5668985445534044,0.004021905927769197,0.5,0.15372517456988796,0.4952076420149002,0.12881066956519496,0.15372517456988796,0.5650391538068211,0.009639441988982134,0.15372517456988796,0.0589474878731944,0.6225429206663661,0.15372517456988796,0.04705687103065003,0.5960465695840955,0.15372517456988796,0.13766964384506522,0.4865323254636784,0.15372517456988796,0.18095774864442538,0.1527617211032975,0.15372517456988796,0.4362059341820956,0.10377319243108526,0.5,0.15372517456988796,0.515289728481569,0.0008266657623525823,0.0,0.0623924595986315,0.7913575477607373 -5796,0.5,0.15372517456988796,0.4225254081761722,0.2075788199706007,0.15372517456988796,0.1331694535851768,0.5866492069414464,0.15372517456988796,0.3803200820318346,0.3943755022826277,0.15372517456988796,0.34182379985651684,0.20265689148909846,0.15372517456988796,0.09565143235129088,0.6496273278250768,0.15372517456988796,0.10449690969651743,0.39281089383004997,0.15372517456988796,0.1197238408543019,0.37122836782718854,0.15372517456988796,0.19985837444166596,0.2508284541470098,0.5,0.15372517456988796,0.30409860405821826,0.1724195398231831,0.15372517456988796,0.6198341050842758,0.009625841804440724,0.5,0.15372517456988796,0.42454528258915747,0.1548708025134085,0.15372517456988796,0.588279769786898,0.01870685408278876,0.15372517456988796,0.046942248567572446,0.6556148757313531,0.15372517456988796,0.048294338318291066,0.5581321422242573,0.15372517456988796,0.12000590422191797,0.5213822748182908,0.15372517456988796,0.14204718027273305,0.16290191897326636,0.15372517456988796,0.4717185307558764,0.12777269204461983,0.5,0.15372517456988796,0.5438391950054081,0.0011231952269863822,0.0,0.05482451806066353,0.7050911915617436 -5797,0.5,0.15372517456988796,0.37821668682898457,0.25400513667106706,0.15372517456988796,0.06931762696547213,0.5109355809079952,0.15372517456988796,0.2856148388493456,0.36669071289472216,0.15372517456988796,0.3632341987524417,0.21176219079617625,0.15372517456988796,0.10376034784709579,0.6787371056931228,0.15372517456988796,0.17708812823145353,0.5424818698609852,0.15372517456988796,0.12059381997567462,0.3723568169814475,0.15372517456988796,0.23994938173485053,0.28357274815990247,0.5,0.15372517456988796,0.3930279585921582,0.2504774228153178,0.15372517456988796,0.6450661701333025,0.005973077482690523,0.5,0.15372517456988796,0.3527721288405911,0.11016124870928437,0.15372517456988796,0.5988796057772189,0.022933365934493508,0.15372517456988796,0.032612534645875095,0.6184657416810292,0.15372517456988796,0.0700304387391924,0.5071052610975739,0.15372517456988796,0.10918291898154386,0.46513239692880604,0.15372517456988796,0.16424304204707046,0.21168195117042954,0.15372517456988796,0.44778804559466345,0.11699437777331316,0.5,0.15372517456988796,0.5675307574885309,0.001007151057055985,0.0,0.05776042428860947,0.6115012320592939 -5798,0.5,0.15372517456988796,0.2613196246932785,0.2752192232749539,0.15372517456988796,0.016606514002119058,0.4247027142694219,0.15372517456988796,0.19721172290172342,0.2948110123652317,0.15372517456988796,0.21732204516961656,0.1871163856046109,0.15372517456988796,0.09690904155293312,0.6169716328016113,0.15372517456988796,0.1362856988311581,0.5100002260217147,0.15372517456988796,0.12813034625608222,0.3781239299164595,0.15372517456988796,0.229623416125252,0.29180986201511216,0.5,0.15372517456988796,0.4275945843094794,0.2736835490927264,0.15372517456988796,0.6283286707052308,0.0013877597837877345,0.5,0.15372517456988796,0.3955744850571302,0.07485091212106723,0.15372517456988796,0.5598313953384042,0.023691880450494085,0.15372517456988796,0.034829630797367284,0.5449466714812332,0.15372517456988796,0.07101035244896323,0.42908247155147966,0.15372517456988796,0.11307016894214943,0.4274006473655862,0.15372517456988796,0.22380960608765665,0.21659360548456105,0.15372517456988796,0.4002014025766733,0.0969121117588889,0.5,0.15372517456988796,0.5607080653734772,0.0008314760460907775,0.0,0.05935188527641812,0.44246452786468715 -5799,0.5,0.15372517456988796,0.17919399408765463,0.2724492338283397,0.15372517456988796,0.01705420254935432,0.3312338307001062,0.15372517456988796,0.1486394604400328,0.22473139762903965,0.15372517456988796,0.1418815307109565,0.1595011151854561,0.15372517456988796,0.07972533295480863,0.4700823278736963,0.15372517456988796,0.10156465391668143,0.48109865761709525,0.15372517456988796,0.1556391402491848,0.4192231007927371,0.15372517456988796,0.1570777634468441,0.2904460866263908,0.5,0.15372517456988796,0.4117191348749719,0.24972171458536252,0.15372517456988796,0.5077837641666807,0.0006894755304879517,0.5,0.15372517456988796,0.3185875237637105,0.04873265002150858,0.15372517456988796,0.45555433291226705,0.023075807125615837,0.15372517456988796,0.051865839408809775,0.4656139126424,0.15372517456988796,0.052217172527071753,0.3584271179127715,0.15372517456988796,0.13610664377244827,0.4302506150681482,0.15372517456988796,0.2311948352502286,0.2110089666938455,0.15372517456988796,0.31405657938067333,0.07655301749454523,0.5,0.15372517456988796,0.5113841810738619,0.0024735915159744093,0.0,0.12145231373318519,0.2913504008678949 -5800,0.5,0.15372517456988796,0.0976219517267945,0.2034405272807259,0.15372517456988796,0.02645093834609713,0.22826986691606105,0.15372517456988796,0.09477460952481143,0.1312938676507768,0.15372517456988796,0.11267086422678452,0.12146962619142485,0.15372517456988796,0.08982168131639401,0.361655208096849,0.15372517456988796,0.08183410122039504,0.39137379692583896,0.15372517456988796,0.09241079684702788,0.3744109086148505,0.15372517456988796,0.16911425444342787,0.2503069083604095,0.5,0.15372517456988796,0.33629726621424394,0.20207911715414928,0.15372517456988796,0.37562285486705277,0.0008916212381987001,0.5,0.15372517456988796,0.29927115804137494,0.017587108006442236,0.15372517456988796,0.37009720929438,0.01886493996500733,0.15372517456988796,0.08968646847614298,0.3798194083698904,0.15372517456988796,0.03330064540639738,0.28374319747996,0.15372517456988796,0.1184609228099911,0.38277293127497986,0.15372517456988796,0.23240651308221016,0.2409079887540708,0.15372517456988796,0.22578974920055547,0.0519417285078774,0.5,0.15372517456988796,0.39133192986472853,0.003316316144249213,0.0,0.305207020587371,0.18499266140658974 -5801,0.5,0.15372517456988796,0.05520113406027351,0.13886407366111309,0.15372517456988796,0.002985435116429817,0.14714110935822058,0.15372517456988796,0.12686330854710576,0.12886007800506916,0.15372517456988796,0.08986433583836008,0.06885677455951368,0.15372517456988796,0.08060971767127452,0.26518747776813156,0.15372517456988796,0.048118701478694695,0.27880657750993687,0.15372517456988796,0.044681211082800876,0.2933679668159037,0.15372517456988796,0.08619167003343871,0.17857261071438413,0.5,0.15372517456988796,0.2535132332364942,0.11483564319868884,0.15372517456988796,0.2580797670013097,0.0009697320995530521,0.5,0.15372517456988796,0.2568680682621204,0.015901724924918783,0.15372517456988796,0.2740041117596814,0.010346444960618657,0.15372517456988796,0.08995896070245507,0.2889804800869637,0.15372517456988796,0.05246533871578512,0.1950968752838243,0.15372517456988796,0.07076501742257543,0.2991378032446597,0.15372517456988796,0.16011238639731992,0.21651641036723848,0.15372517456988796,0.17442063671242333,0.031643610219052605,0.5,0.15372517456988796,0.2609757665689513,0.0026336907637697876,0.0,0.14022141642396183,0.1577902326529023 -5802,0.5,0.15372517456988796,0.028366855603058065,0.076553681513966,0.15372517456988796,0.0009709167547491277,0.10175654427424326,0.15372517456988796,0.08509365726298904,0.07896429905074707,0.15372517456988796,0.04872388325258331,0.036964439800254455,0.15372517456988796,0.030837327819495223,0.1962323885770373,0.15372517456988796,0.007169693498340755,0.19806673602515334,0.15372517456988796,0.007336351695462224,0.14989276061342297,0.15372517456988796,0.020722098617062656,0.16826206699858043,0.5,0.15372517456988796,0.10945007463922635,0.049308396121388424,0.15372517456988796,0.11004662218817737,0.00036578320931159454,0.5,0.15372517456988796,0.1552709233679756,0.005784798586580132,0.15372517456988796,0.16005106225015,0.004201717319588381,0.15372517456988796,0.02679024393585458,0.18233535012542124,0.15372517456988796,0.035474134064613846,0.12834734086507438,0.15372517456988796,0.021805663767470226,0.19852420234022206,0.15372517456988796,0.05725859570665824,0.118229138974779,0.15372517456988796,0.0938014712874693,0.012396804839185432,0.5,0.15372517456988796,0.08199610166745101,0.0010575985941687375,0.0,0.07493307328402414,0.17736238060979762 -5803,0.5,0.15372517456988796,7.20730000489776e-05,0.03452136600049884,0.15372517456988796,0.0,0.05447343692468378,0.15372517456988796,0.0,0.04096171858332948,0.15372517456988796,0.0,0.02492509243214508,0.15372517456988796,0.004696360282464831,0.13888576326079188,0.15372517456988796,0.004055711921078231,0.11883564144305764,0.15372517456988796,0.00021142195494484428,0.1013303698454473,0.15372517456988796,0.0014387593930640546,0.1874862259662957,0.5,0.15372517456988796,0.004176174537665673,0.04132012622575063,0.15372517456988796,0.0,0.0010627970217718552,0.5,0.15372517456988796,0.0,0.0058249370009496254,0.15372517456988796,0.0,0.0034284936061962307,0.15372517456988796,0.00024796554418352187,0.11403316099113317,0.15372517456988796,0.002149299688591512,0.10802790235964724,0.15372517456988796,0.0002726466960674349,0.1435478298014372,0.15372517456988796,0.0,0.07768838413295164,0.15372517456988796,0.0,0.009028188193281902,0.5,0.15372517456988796,0.0,0.0020090304532026995,0.0,0.06520014310050733,0.1905083221645997 -5804,0.5,0.15372517456988796,0.0,0.024660603947265172,0.15372517456988796,0.0,0.03819961445608355,0.15372517456988796,0.0,0.033908907767754584,0.15372517456988796,0.0,0.02439012292572949,0.15372517456988796,0.0,0.10507436818389097,0.15372517456988796,0.0,0.09296969451005371,0.15372517456988796,0.0,0.08058493963725029,0.15372517456988796,0.0,0.14397814566070719,0.5,0.15372517456988796,0.0,0.04366895742166796,0.15372517456988796,0.0,0.0011590252884931586,0.5,0.15372517456988796,0.0,0.00835919390620534,0.15372517456988796,0.0,0.002099523126668157,0.15372517456988796,0.0,0.09085012968571686,0.15372517456988796,0.0,0.10246913071328356,0.15372517456988796,0.0,0.09834152050198722,0.15372517456988796,0.0,0.06232111210143235,0.15372517456988796,0.0,0.008946531415544303,0.5,0.15372517456988796,0.0,0.0019970610296574827,0.0,0.07450461352081117,0.16270863495118812 -5805,0.5,0.15372517456988796,0.0,0.02561005820157789,0.15372517456988796,0.0,0.027173131258752318,0.15372517456988796,0.0,0.03225030751753185,0.15372517456988796,0.0,0.026990539090471968,0.15372517456988796,0.0,0.09981634106225062,0.15372517456988796,0.0,0.11333257076299827,0.15372517456988796,0.0,0.0798764108963422,0.15372517456988796,0.0,0.12803276338059644,0.5,0.15372517456988796,0.0,0.039259885501464684,0.15372517456988796,0.0,0.0035848327147855806,0.5,0.15372517456988796,0.0,0.012310298111938012,0.15372517456988796,0.0,0.0033908750751912775,0.15372517456988796,0.0,0.08464799912099902,0.15372517456988796,0.0,0.09125524951227235,0.15372517456988796,0.0,0.08194336154507345,0.15372517456988796,0.0,0.05367222039659561,0.15372517456988796,0.0,0.00942823421933801,0.5,0.15372517456988796,0.0,0.0011453217599230194,0.0,0.07082458660414091,0.1261098998574546 -5806,0.5,0.15372517456988796,0.0,0.029851457660488488,0.15372517456988796,0.0,0.019934592770703218,0.15372517456988796,0.0,0.034210993707890006,0.15372517456988796,0.0,0.027281095981770098,0.15372517456988796,0.0,0.1099919590982171,0.15372517456988796,0.0,0.12683105253450316,0.15372517456988796,0.0,0.09489394959371748,0.15372517456988796,0.0,0.14104870257170227,0.5,0.15372517456988796,0.0,0.02950447367336966,0.15372517456988796,0.0,0.006685479449229581,0.5,0.15372517456988796,0.0,0.0188620087883272,0.15372517456988796,0.0,0.0061826013668742396,0.15372517456988796,0.0,0.06353956554345663,0.15372517456988796,0.0,0.08611179591673357,0.15372517456988796,0.0,0.08077355682278342,0.15372517456988796,0.0,0.05379474705671355,0.15372517456988796,0.0,0.011458399334384105,0.5,0.15372517456988796,0.0,0.0016733101940408883,0.0,0.05360803217573539,0.1457011275882125 -5807,0.5,0.15372517456988796,0.0,0.03316935069060168,0.15372517456988796,0.0,0.023758133666429367,0.15372517456988796,0.0,0.03634038472498506,0.15372517456988796,0.0,0.0311815705241022,0.15372517456988796,0.0,0.12012458749386526,0.15372517456988796,0.0,0.1297161069287345,0.15372517456988796,0.0,0.12755602796567977,0.15372517456988796,0.0,0.1213473557636437,0.5,0.15372517456988796,0.0,0.03366094520961797,0.15372517456988796,0.0,0.006139916004125857,0.5,0.15372517456988796,0.0,0.020076138511039662,0.15372517456988796,0.0,0.010478120327549549,0.15372517456988796,0.0,0.05272910399195399,0.15372517456988796,0.0,0.09414580418136256,0.15372517456988796,0.0,0.07442353309228482,0.15372517456988796,0.0,0.060747488801453225,0.15372517456988796,0.0,0.012070044080096794,0.5,0.15372517456988796,0.0,0.00337845324681082,0.0,0.039154270401452355,0.1869835652072471 -5808,0.5,0.15372517456988796,0.0,0.03537009497948335,0.15372517456988796,0.0,0.028974555347662693,0.15372517456988796,0.0,0.04038367787820055,0.15372517456988796,0.0,0.03554292114839154,0.15372517456988796,0.0,0.1160898266729364,0.15372517456988796,0.0,0.14346827346819985,0.15372517456988796,0.0,0.14843631754376763,0.15372517456988796,0.0,0.09284153487503197,0.5,0.15372517456988796,0.0,0.05258109357740125,0.15372517456988796,0.0,0.0070122397459111445,0.5,0.15372517456988796,0.0,0.01964412763857249,0.15372517456988796,0.0,0.015199734183995025,0.15372517456988796,0.0,0.04856293664946812,0.15372517456988796,0.0,0.09680470211876913,0.15372517456988796,0.0,0.0628688060084109,0.15372517456988796,0.0,0.0703902223185143,0.15372517456988796,0.0,0.013105240956549007,0.5,0.15372517456988796,0.0,0.004160479847858698,0.0,0.02747805703185762,0.2126765471130375 -5809,0.5,0.15372517456988796,0.0,0.03625390185801814,0.15372517456988796,0.0,0.037441388057584825,0.15372517456988796,0.0,0.04504527913670797,0.15372517456988796,0.0,0.0417934453563384,0.15372517456988796,0.0,0.11993882167978283,0.15372517456988796,0.0,0.17664275751524305,0.15372517456988796,0.0,0.17881733540719422,0.15372517456988796,0.0,0.10752955278959449,0.5,0.15372517456988796,0.0,0.05684198749822185,0.15372517456988796,0.0,0.01061604359099715,0.5,0.15372517456988796,0.0,0.0212412717200239,0.15372517456988796,0.0,0.017164738419947582,0.15372517456988796,0.0,0.05154084652469679,0.15372517456988796,0.0,0.08129152564105144,0.15372517456988796,0.0,0.056570503999967624,0.15372517456988796,0.0,0.0837755649674033,0.15372517456988796,0.0,0.01454936346702149,0.5,0.15372517456988796,0.0,0.005718849269429697,0.0,0.02005850781798343,0.2455342613467422 -5810,0.5,0.15372517456988796,0.0,0.030473345622332785,0.15372517456988796,0.0,0.042331154411411366,0.15372517456988796,0.0,0.051200039291034984,0.15372517456988796,0.0,0.04516714103924726,0.15372517456988796,0.0,0.1266438202156091,0.15372517456988796,0.0,0.19329774076746484,0.15372517456988796,0.0,0.16622152479445818,0.15372517456988796,0.0,0.10374480924946045,0.5,0.15372517456988796,0.0,0.06178276565799061,0.15372517456988796,0.0,0.01576558555822757,0.5,0.15372517456988796,0.0,0.01911206146005939,0.15372517456988796,0.0,0.017308515953673758,0.15372517456988796,0.0,0.0479317708722747,0.15372517456988796,0.0,0.05742534180090529,0.15372517456988796,0.0,0.05707797583267256,0.15372517456988796,0.0,0.11002699840858417,0.15372517456988796,0.0,0.01646816964704331,0.5,0.15372517456988796,0.0,0.0071705319877740665,0.0,0.012629690374456845,0.2834120887623946 -5811,0.5,0.15372517456988796,0.0,0.0228601299061595,0.15372517456988796,0.0,0.041424978793571314,0.15372517456988796,0.0,0.0665132706883966,0.15372517456988796,0.0,0.043168919072661086,0.15372517456988796,0.0,0.14259886726727508,0.15372517456988796,0.0,0.19614449692951985,0.15372517456988796,0.0,0.15439269412852152,0.15372517456988796,0.0,0.08598854900304947,0.5,0.15372517456988796,0.0,0.06665116327204988,0.15372517456988796,0.0,0.020520434712722083,0.5,0.15372517456988796,0.0,0.023583529926616772,0.15372517456988796,0.0,0.017058760033176648,0.15372517456988796,0.0,0.0415436120962119,0.15372517456988796,0.0,0.04795227319029903,0.15372517456988796,0.0,0.06992999798168631,0.15372517456988796,0.0,0.15743751519557922,0.15372517456988796,0.0,0.019601169843066424,0.5,0.15372517456988796,0.0,0.008040095639705131,0.0,0.005463953811204962,0.2794621113645062 -5812,0.5,0.15372517456988796,0.0,0.01899691160674672,0.15372517456988796,0.0,0.035004349269261555,0.15372517456988796,0.0,0.08808829863726751,0.15372517456988796,0.0,0.04172397552368184,0.15372517456988796,0.0,0.15620954163767892,0.15372517456988796,0.0,0.1621294345950191,0.15372517456988796,0.0,0.14995789769814694,0.15372517456988796,0.0,0.07767777305522108,0.5,0.15372517456988796,0.0,0.059573397617580785,0.15372517456988796,0.0,0.022211215313882624,0.5,0.15372517456988796,0.0,0.025968708728362783,0.15372517456988796,0.0,0.014518381529170347,0.15372517456988796,0.0,0.03525726131116651,0.15372517456988796,0.0,0.051183496543424835,0.15372517456988796,0.0,0.08583012265821185,0.15372517456988796,0.0,0.16203689842291755,0.15372517456988796,0.0,0.024209442325624414,0.5,0.15372517456988796,0.0,0.008397231463712117,0.0,0.0014529479728339783,0.2703820286052903 -5813,0.5,0.15372517456988796,0.0,0.01717288145008703,0.15372517456988796,0.0,0.026106953796675502,0.15372517456988796,0.0,0.09896131966710728,0.15372517456988796,0.0,0.045963891170721236,0.15372517456988796,0.0,0.1338279294153222,0.15372517456988796,0.0,0.12947208497913687,0.15372517456988796,0.0,0.1628441083407519,0.15372517456988796,0.0,0.06365180611270757,0.5,0.15372517456988796,0.0,0.0401297943181545,0.15372517456988796,0.0,0.022141252080015893,0.5,0.15372517456988796,0.0,0.02456118574528814,0.15372517456988796,0.0,0.012676301619054907,0.15372517456988796,0.0,0.02405974917611782,0.15372517456988796,0.0,0.046063936554470386,0.15372517456988796,0.0,0.0923508754325518,0.15372517456988796,0.0,0.1297291873872201,0.15372517456988796,0.0,0.024726359120570255,0.5,0.15372517456988796,0.0,0.008963268230007135,0.0,0.0,0.23445695277847786 -5814,0.5,0.15372517456988796,6.659591517295641e-05,0.02139755968790668,0.15372517456988796,0.0,0.021131497556259482,0.15372517456988796,0.0,0.10242121021355866,0.15372517456988796,0.00027315620509493966,0.0543279351835002,0.15372517456988796,0.0,0.12450537298475783,0.15372517456988796,0.0,0.1227192175525228,0.15372517456988796,0.0,0.18253803418595513,0.15372517456988796,0.0,0.058462632579912445,0.5,0.15372517456988796,0.0,0.023328802510200253,0.15372517456988796,0.0,0.02495074610891542,0.5,0.15372517456988796,0.0,0.03499858306704858,0.15372517456988796,0.0,0.011979559359206252,0.15372517456988796,0.0,0.013001363574141375,0.15372517456988796,0.0,0.041340648493968284,0.15372517456988796,0.0,0.09524586885200209,0.15372517456988796,0.0,0.06497152383529174,0.15372517456988796,0.0,0.03854438813734562,0.5,0.15372517456988796,0.0,0.01155594124932696,0.0,0.0,0.16175342653416308 -5815,0.5,0.15372517456988796,0.0036408739464063485,0.027507865981207462,0.15372517456988796,0.0036423303509607414,0.009442790057906604,0.15372517456988796,0.0035508692914117774,0.11826062068905936,0.15372517456988796,0.019895279083739604,0.05212415689506239,0.15372517456988796,0.01385982553475671,0.16704892018585898,0.15372517456988796,0.0023423836073630687,0.1503240688484721,0.15372517456988796,0.004460683023102548,0.21752069626368242,0.15372517456988796,0.0022971157038261442,0.06008795663332055,0.5,0.15372517456988796,0.024805678461633604,0.0181322675363745,0.15372517456988796,0.040162154851502874,0.02232011889947057,0.5,0.15372517456988796,0.011021651908991879,0.09653794727660438,0.15372517456988796,0.016230302975793167,0.012871036227152771,0.15372517456988796,0.006013499227787088,0.005606441080781448,0.15372517456988796,0.007599877045832684,0.048187207889965125,0.15372517456988796,0.003925752841149391,0.12333930040099524,0.15372517456988796,0.02839843300965536,0.06242417887456689,0.15372517456988796,0.01434263269096143,0.05321869284112491,0.5,0.15372517456988796,0.05107748864306798,0.011367526660795116,0.0,0.0,0.06712393000462864 -5816,0.5,0.15372517456988796,0.0207272714480169,0.03232514327011288,0.15372517456988796,0.012031904586827066,0.007730137108152176,0.15372517456988796,0.020455549225276273,0.12170300946858388,0.15372517456988796,0.04281290735843815,0.05614226581715687,0.15372517456988796,0.07696148323861413,0.3186305383799296,0.15372517456988796,0.012042898319423857,0.16673480202683197,0.15372517456988796,0.020911440842719932,0.27676379462990697,0.15372517456988796,0.004846647639455453,0.07623631037678906,0.5,0.15372517456988796,0.10655601381481358,0.027265249928102267,0.15372517456988796,0.1153985801288496,0.01944823497728716,0.5,0.15372517456988796,0.0692139675564467,0.14901258423539335,0.15372517456988796,0.06132590138894693,0.033755961561662405,0.15372517456988796,0.03430461262856484,0.0026918065556674866,0.15372517456988796,0.03625831776279807,0.0789031832575871,0.15372517456988796,0.022358926904125755,0.190705581152852,0.15372517456988796,0.0890819676488204,0.13426335572097686,0.15372517456988796,0.046610455739589045,0.08231858145401277,0.5,0.15372517456988796,0.15001195611819007,0.014114622298915268,0.0,0.0,0.022794705915448674 -5817,0.5,0.15372517456988796,0.048802652854410024,0.03934909744593131,0.15372517456988796,0.016624061502558088,0.003965037051948615,0.15372517456988796,0.0710158470628585,0.13402159858180884,0.15372517456988796,0.05748798572794897,0.06640817147276178,0.15372517456988796,0.11281593400588516,0.4249384904520215,0.15372517456988796,0.057156132283976174,0.2317178578683059,0.15372517456988796,0.03636813355609242,0.37647387305186586,0.15372517456988796,0.013561705826849856,0.09155105684244796,0.5,0.15372517456988796,0.1801937660014227,0.05927358817037845,0.15372517456988796,0.16646835668005083,0.04595343644011213,0.5,0.15372517456988796,0.20269956072856152,0.2037682999356864,0.15372517456988796,0.11154072450849789,0.10589949488748525,0.15372517456988796,0.10131240418212958,0.002209698106519561,0.15372517456988796,0.08439272240887125,0.12641510179189086,0.15372517456988796,0.04354876258958028,0.25663739812268754,0.15372517456988796,0.11031670249361172,0.1878795274882966,0.15372517456988796,0.08778613728738945,0.11343137795085478,0.5,0.15372517456988796,0.2539195679007789,0.04891917856491695,0.0,0.00015746754461137927,0.019545546939680206 -5818,0.5,0.15372517456988796,0.07751367788741154,0.044973813943489795,0.15372517456988796,0.01734590225802186,0.0084696781384794,0.15372517456988796,0.15288088282666298,0.16362065946910687,0.15372517456988796,0.06586619781346126,0.07154423293523869,0.15372517456988796,0.10072520426240833,0.5072541433344513,0.15372517456988796,0.11202124521355547,0.4350975234303075,0.15372517456988796,0.054380270883829386,0.36828939401417327,0.15372517456988796,0.040754219698711916,0.1511524403187281,0.5,0.15372517456988796,0.20269604093741025,0.09874919062281387,0.15372517456988796,0.20057791860167853,0.10857881485815368,0.5,0.15372517456988796,0.37676707959158034,0.2476252719497299,0.15372517456988796,0.20017631451689205,0.16852576503872602,0.15372517456988796,0.18107545801858432,0.0024165668009647045,0.15372517456988796,0.16120445231555713,0.10173193986295703,0.15372517456988796,0.0747140071065542,0.32710967428262083,0.15372517456988796,0.09279760332078858,0.2749565653269708,0.15372517456988796,0.13609431050867227,0.15410346868855712,0.5,0.15372517456988796,0.3223334564879657,0.14245580711084532,0.0,0.009272281412523994,0.03510154338255454 -5819,0.5,0.15372517456988796,0.06780944326662273,0.04897397961639114,0.15372517456988796,0.018537982728342846,0.011170069464248178,0.15372517456988796,0.20758219111899084,0.1825403949531595,0.15372517456988796,0.11194322072315636,0.08585829608634518,0.15372517456988796,0.10765970414148557,0.3830385917095985,0.15372517456988796,0.11128430035684919,0.5159337996036876,0.15372517456988796,0.12576646295842886,0.3988729822259077,0.15372517456988796,0.12486765677651027,0.3513583469831587,0.5,0.15372517456988796,0.16623064674124435,0.13847968725998905,0.15372517456988796,0.21667965659227917,0.130263334619123,0.5,0.15372517456988796,0.5144003327611311,0.20305617753507,0.15372517456988796,0.2670009114413658,0.2567085973038803,0.15372517456988796,0.21021984943854485,0.0017618317807544506,0.15372517456988796,0.22114750503604197,0.07763120595839297,0.15372517456988796,0.0871595084604397,0.26112303202187254,0.15372517456988796,0.14597611191181234,0.3762467662152184,0.15372517456988796,0.200167980925054,0.19579136331983826,0.5,0.15372517456988796,0.35608131016850175,0.1812933734171075,0.0,0.025726491720868633,0.06670737261506511 -5820,0.5,0.15372517456988796,0.1037562857811411,0.044775714295638064,0.15372517456988796,0.04856497770512666,0.02277963236935115,0.15372517456988796,0.2702958266624558,0.18473611041336702,0.15372517456988796,0.12324887660307833,0.07740519985094138,0.15372517456988796,0.20999127256445788,0.3727789814147637,0.15372517456988796,0.09011801180106543,0.3694205313821882,0.15372517456988796,0.17320681200432717,0.5202763943644422,0.15372517456988796,0.18286783118967653,0.389527764660604,0.5,0.15372517456988796,0.176056243207938,0.19197449682227952,0.15372517456988796,0.3003527170389243,0.20782780932986486,0.5,0.15372517456988796,0.5955868015763138,0.20130857691142126,0.15372517456988796,0.3010062856008503,0.28262972870951086,0.15372517456988796,0.20909816784788482,0.0006423357419510034,0.15372517456988796,0.21099908740568082,0.05077185400059814,0.15372517456988796,0.10809098564641109,0.22096914200757783,0.15372517456988796,0.2328978333958872,0.4383805638516646,0.15372517456988796,0.24804322860284667,0.21746428651158042,0.5,0.15372517456988796,0.29531965483421985,0.16286348635076378,0.0,0.029335455542158828,0.061834599304143034 -5821,0.5,0.15372517456988796,0.13006468835731297,0.034454201853033516,0.15372517456988796,0.03818332047079836,0.019724320181514,0.15372517456988796,0.2879193255671453,0.1977660522860156,0.15372517456988796,0.09420614444995278,0.04700137456356454,0.15372517456988796,0.2520199277334888,0.3676494380578258,0.15372517456988796,0.2067892529503293,0.36836880957321866,0.15372517456988796,0.1771297870798507,0.5429167822260296,0.15372517456988796,0.16143136048023563,0.4020101051194319,0.5,0.15372517456988796,0.2489427160202986,0.28171959197871205,0.15372517456988796,0.27910061147951304,0.25551111769998014,0.5,0.15372517456988796,0.5414608662874438,0.30468749010528456,0.15372517456988796,0.33319276132440184,0.2858008511045644,0.15372517456988796,0.1684190193634325,0.0007361465179973852,0.15372517456988796,0.27931615745511074,0.044502128074142666,0.15372517456988796,0.22569512097986835,0.1806261424577096,0.15372517456988796,0.26216376897464466,0.4250807995761939,0.15372517456988796,0.34140269318415034,0.2512773133934001,0.5,0.15372517456988796,0.19273339403118905,0.13305639203098704,0.0,0.018639125089019794,0.03326514173131058 -5822,0.5,0.15372517456988796,0.17921309918906522,0.029943845630136495,0.15372517456988796,0.07203885244822725,0.016426589682543482,0.15372517456988796,0.22918498160084574,0.19995003333425101,0.15372517456988796,0.1511722586185464,0.036318311376179975,0.15372517456988796,0.29473862896168457,0.2769730814762789,0.15372517456988796,0.14117970459071136,0.34225873664512974,0.15372517456988796,0.1166672819747889,0.5028897062576012,0.15372517456988796,0.10546696291557629,0.34498921502865887,0.5,0.15372517456988796,0.26048676988317215,0.3639702996616135,0.15372517456988796,0.23908915283763912,0.262760014769858,0.5,0.15372517456988796,0.4611864349797268,0.3691115107157709,0.15372517456988796,0.348123053885364,0.3647918926870243,0.15372517456988796,0.12209421503247216,0.002330460833183182,0.15372517456988796,0.25363745598053666,0.04192005180821204,0.15372517456988796,0.31891090661993343,0.11443084625575417,0.15372517456988796,0.20384275310372926,0.3801456280844627,0.15372517456988796,0.3924255455977972,0.2563389748424254,0.5,0.15372517456988796,0.2037151404106167,0.16381341483972872,0.0,0.007038831409061848,0.016167480516681106 -5823,0.5,0.15372517456988796,0.1507929204793166,0.027452617665995518,0.15372517456988796,0.1234747553176937,0.019845328494246483,0.15372517456988796,0.20069674028426807,0.15859158576604906,0.15372517456988796,0.14817162373757203,0.025296841048597626,0.15372517456988796,0.13875039147264745,0.16864456722209012,0.15372517456988796,0.1264015972224908,0.32484069524105585,0.15372517456988796,0.17135031633894912,0.35311782950596826,0.15372517456988796,0.15001228629687466,0.3915992755082367,0.5,0.15372517456988796,0.2196210845258521,0.44383900331004045,0.15372517456988796,0.19118050381983429,0.15653596306168274,0.5,0.15372517456988796,0.3504598616885346,0.2674338047602414,0.15372517456988796,0.3057857108189657,0.4741459800979194,0.15372517456988796,0.14310575991149052,0.00380604635077577,0.15372517456988796,0.21626785791471134,0.03565419781892462,0.15372517456988796,0.32938468682895006,0.07496898070713318,0.15372517456988796,0.16659758859315252,0.4024921347669053,0.15372517456988796,0.2888941411209471,0.22628099888879186,0.5,0.15372517456988796,0.1597196198093768,0.12811123944007086,0.0,0.0030606176558996365,0.010691766701337967 -5824,0.5,0.15372517456988796,0.144344769927075,0.025620580474526283,0.15372517456988796,0.13195195543449018,0.019119134965332848,0.15372517456988796,0.14787228261442426,0.0920928758606009,0.15372517456988796,0.08473812580786967,0.01887420440103233,0.15372517456988796,0.08362444005914185,0.1044348516172697,0.15372517456988796,0.21809114333808613,0.3359790428041557,0.15372517456988796,0.11825402419461224,0.2681774663697065,0.15372517456988796,0.11794292079507575,0.3104452500242486,0.5,0.15372517456988796,0.18085804440863998,0.4177551082076361,0.15372517456988796,0.1976137158565773,0.17405446876545633,0.5,0.15372517456988796,0.18338184560927193,0.17934841822457234,0.15372517456988796,0.19039172718809835,0.41834711823529286,0.15372517456988796,0.12738719872165064,0.0046595627614944655,0.15372517456988796,0.1718074448643663,0.028400485800498896,0.15372517456988796,0.2789627509347094,0.05218789312219031,0.15372517456988796,0.08273720195208077,0.3321288326603329,0.15372517456988796,0.19865439758959616,0.19241085196094782,0.5,0.15372517456988796,0.12451617142831715,0.09061843020861543,0.0,0.004359610397996084,0.008863166788553792 -5825,0.5,0.15372517456988796,0.10595299038101089,0.024184535837961815,0.15372517456988796,0.12047554426825946,0.013657382138018068,0.15372517456988796,0.11236012004553927,0.052892604777323625,0.15372517456988796,0.06513409957069645,0.011452733552152906,0.15372517456988796,0.05697703583797542,0.05493655051710467,0.15372517456988796,0.21808720832381984,0.27298508461444837,0.15372517456988796,0.06151526446564944,0.17774787545867615,0.15372517456988796,0.11308281508124651,0.314166934350798,0.5,0.15372517456988796,0.1066093317755974,0.29944061251093307,0.15372517456988796,0.080998201583,0.11768992769133392,0.5,0.15372517456988796,0.07205530252454113,0.11128392128690336,0.15372517456988796,0.1341350349137378,0.2988996803882084,0.15372517456988796,0.10404092762804258,0.007017495512999026,0.15372517456988796,0.16025010997592282,0.023520670446158246,0.15372517456988796,0.1864620175672754,0.04166438659775887,0.15372517456988796,0.10675854491219901,0.25392124953672884,0.15372517456988796,0.09316989313326778,0.1222585952252347,0.5,0.15372517456988796,0.09858704156938411,0.08147510745180857,0.0,0.00958191733908993,0.007152218952679723 -5826,0.5,0.15372517456988796,0.0515922663407829,0.017262774493608753,0.15372517456988796,0.08481513828438803,0.0068721217644838965,0.15372517456988796,0.043223501420353826,0.038123707617039454,0.15372517456988796,0.03658026191353359,0.004858101176709345,0.15372517456988796,0.04255485745493727,0.025282759798082588,0.15372517456988796,0.13917093893517932,0.21551072722363113,0.15372517456988796,0.04015145301768181,0.11200811096030797,0.15372517456988796,0.07358484484512243,0.2793744543914705,0.5,0.15372517456988796,0.06324326907918569,0.2229717315679279,0.15372517456988796,0.01725432219968304,0.09066034091283992,0.5,0.15372517456988796,0.027899656599250224,0.11236623809039352,0.15372517456988796,0.09217744213705663,0.22084033252919166,0.15372517456988796,0.0879874302911308,0.007903521693640291,0.15372517456988796,0.11213596499880193,0.02061689488203903,0.15372517456988796,0.09275140130272148,0.029011632229948354,0.15372517456988796,0.0712387185846901,0.1548961803662683,0.15372517456988796,0.02305431780081171,0.07481426742274501,0.5,0.15372517456988796,0.03666769671308942,0.06597171446149874,0.0,0.011779775154374096,0.004500667639741088 -5827,0.5,0.15372517456988796,1.0826012469508481e-05,0.009509982662571246,0.15372517456988796,0.0,0.00529085088782586,0.15372517456988796,2.918170149727479e-05,0.026254607943262606,0.15372517456988796,1.9364400801461352e-05,0.004607224827946803,0.15372517456988796,0.009080569269076848,0.011946932221088868,0.15372517456988796,0.013392884084492018,0.17763742289382847,0.15372517456988796,0.0008334191999949357,0.07343223865760314,0.15372517456988796,0.009940894416619989,0.23181091432486295,0.5,0.15372517456988796,0.0034013466764230807,0.14608354773024393,0.15372517456988796,0.0,0.05218849984330978,0.5,0.15372517456988796,7.541287705860485e-05,0.09388195038831984,0.15372517456988796,3.9400367443484936e-05,0.17907755513104473,0.15372517456988796,0.0,0.004995246518550678,0.15372517456988796,0.009661403392689656,0.011794326297664637,0.15372517456988796,0.0,0.014918829743583068,0.15372517456988796,0.0,0.09221860797583842,0.15372517456988796,0.0003302065288593608,0.05009202390758568,0.5,0.15372517456988796,3.054929012436087e-06,0.06920509916467725,0.0,0.012536305227409067,0.004039802263219682 -5828,0.5,0.15372517456988796,0.0,0.006971132891177536,0.15372517456988796,0.0,0.012475692542303,0.15372517456988796,0.0,0.02221320741157107,0.15372517456988796,0.0,0.006492643071549365,0.15372517456988796,0.0,0.013428929463424177,0.15372517456988796,0.0,0.13845868302213113,0.15372517456988796,0.0,0.05510105108270919,0.15372517456988796,0.0,0.15774740127964326,0.5,0.15372517456988796,0.0,0.10804795385427969,0.15372517456988796,0.0,0.032002973207100056,0.5,0.15372517456988796,0.0,0.059303079186920585,0.15372517456988796,0.0,0.11471562789133741,0.15372517456988796,0.0,0.004983800876394383,0.15372517456988796,0.0,0.012310359833875718,0.15372517456988796,0.0,0.011609113779058001,0.15372517456988796,0.0,0.05653859016908187,0.15372517456988796,0.0,0.03393454314100682,0.5,0.15372517456988796,0.0,0.05737551052067948,0.0,0.015185797616883396,0.00597384518875506 -5829,0.5,0.15372517456988796,0.0,0.005023221912135413,0.15372517456988796,0.0,0.016555890974320697,0.15372517456988796,0.0,0.017399286674097566,0.15372517456988796,0.0,0.009776612892054904,0.15372517456988796,0.0,0.014878763049487062,0.15372517456988796,0.0,0.10658437127248095,0.15372517456988796,0.0,0.051420636579464434,0.15372517456988796,0.0,0.1089660487483736,0.5,0.15372517456988796,0.0,0.09490077479176551,0.15372517456988796,0.0,0.031164934500086387,0.5,0.15372517456988796,0.0,0.049322295859694616,0.15372517456988796,0.0,0.08854959977305084,0.15372517456988796,0.0,0.003695541415391504,0.15372517456988796,0.0,0.011277059830971181,0.15372517456988796,0.0,0.00935907753832927,0.15372517456988796,0.0,0.035677570243033294,0.15372517456988796,0.0,0.034275384394698,0.5,0.15372517456988796,0.0,0.03746376991210226,0.0,0.01045137985895115,0.007417636765527933 -5830,0.5,0.15372517456988796,0.0,0.003673216770431049,0.15372517456988796,0.0,0.012766027508689251,0.15372517456988796,0.0,0.010760591869885943,0.15372517456988796,0.0,0.01188370343210116,0.15372517456988796,0.0,0.016594601545441835,0.15372517456988796,0.0,0.09234389170886442,0.15372517456988796,0.0,0.05337218519041027,0.15372517456988796,0.0,0.10452163424119677,0.5,0.15372517456988796,0.0,0.09400916726493068,0.15372517456988796,0.0,0.03018039410343161,0.5,0.15372517456988796,0.0,0.04550663952591232,0.15372517456988796,0.0,0.09264597061964827,0.15372517456988796,0.0,0.003262569037688915,0.15372517456988796,0.0,0.0072790253023816455,0.15372517456988796,0.0,0.009023082426917288,0.15372517456988796,0.0,0.03681564708323164,0.15372517456988796,0.0,0.041557763654985605,0.5,0.15372517456988796,0.0,0.04455216700890797,0.0,0.01517504811782478,0.0032885170853290675 -5831,0.5,0.15372517456988796,0.0,0.002636565249906293,0.15372517456988796,0.0,0.01026726930719398,0.15372517456988796,0.0,0.008156314956034392,0.15372517456988796,0.0,0.015634387007468938,0.15372517456988796,0.0,0.017964876116158122,0.15372517456988796,0.0,0.07428372931324687,0.15372517456988796,0.0,0.055903080747641075,0.15372517456988796,0.0,0.0852724204047883,0.5,0.15372517456988796,0.0,0.0927495818845002,0.15372517456988796,0.0,0.04662171951848741,0.5,0.15372517456988796,0.0,0.07816422575956875,0.15372517456988796,0.0,0.10016739290050113,0.15372517456988796,0.0,0.0025340147487515944,0.15372517456988796,0.0,0.003683009566866938,0.15372517456988796,0.0,0.010043715091819921,0.15372517456988796,0.0,0.038588655044169855,0.15372517456988796,0.0,0.05415068122520242,0.5,0.15372517456988796,0.0,0.04975631755005834,0.0,0.02693149995319236,0.001239572173056158 -5832,0.5,0.15372517456988796,0.0,0.0022427117953599846,0.15372517456988796,0.0,0.007522871083729134,0.15372517456988796,0.0,0.008972879683889969,0.15372517456988796,0.0,0.01901990387185769,0.15372517456988796,0.0,0.02077480210241125,0.15372517456988796,0.0,0.0621347306632368,0.15372517456988796,0.0,0.06079162107884231,0.15372517456988796,0.0,0.07390219087564266,0.5,0.15372517456988796,0.0,0.07310502123091926,0.15372517456988796,0.0,0.062474595658816294,0.5,0.15372517456988796,0.0,0.13703865933748338,0.15372517456988796,0.0,0.0984496665866076,0.15372517456988796,0.0,0.0012301401138638454,0.15372517456988796,0.0,0.002556849692323529,0.15372517456988796,0.0,0.010325050993417555,0.15372517456988796,0.0,0.039168249655272484,0.15372517456988796,0.0,0.06278201380313242,0.5,0.15372517456988796,0.0,0.044986659021773984,0.0,0.04142920934017785,7.77697315635841e-05 -5833,0.5,0.15372517456988796,0.0,0.003517670515225801,0.15372517456988796,0.0,0.008999604111389945,0.15372517456988796,0.0,0.011706064342308246,0.15372517456988796,0.0,0.02204251123266007,0.15372517456988796,0.0,0.019122576171298634,0.15372517456988796,0.0,0.05109877527974828,0.15372517456988796,0.0,0.051156840799722984,0.15372517456988796,0.0,0.07683359272988907,0.5,0.15372517456988796,0.0,0.06822408638172679,0.15372517456988796,0.0,0.10008386760737807,0.5,0.15372517456988796,0.0,0.12430748752395855,0.15372517456988796,0.0,0.10214833234766277,0.15372517456988796,0.0,0.0016392967269140998,0.15372517456988796,0.0,0.0025270424594237726,0.15372517456988796,0.0,0.012022488747271402,0.15372517456988796,0.0,0.04044981350377183,0.15372517456988796,0.0,0.05702167096363089,0.5,0.15372517456988796,0.0,0.07145907608146923,0.0,0.07063350586154707,3.3217526189015382e-06 -5834,0.5,0.15372517456988796,0.0,0.006509246051300305,0.15372517456988796,0.0,0.006518545968701269,0.15372517456988796,0.0,0.013342818192328352,0.15372517456988796,0.0,0.02391796025505184,0.15372517456988796,0.0,0.018989625319218453,0.15372517456988796,0.0,0.04015944236066164,0.15372517456988796,0.0,0.0410945433289535,0.15372517456988796,0.0,0.06543063730632719,0.5,0.15372517456988796,0.0,0.054437994081226175,0.15372517456988796,0.0,0.13967552853649584,0.5,0.15372517456988796,0.0,0.0722656351885037,0.15372517456988796,0.0,0.10437970571579036,0.15372517456988796,0.0,0.0017187615314706002,0.15372517456988796,0.0,0.0027512497940257816,0.15372517456988796,0.0,0.013037238463292447,0.15372517456988796,0.0,0.03259736309118415,0.15372517456988796,0.0,0.05903184407268038,0.5,0.15372517456988796,0.0,0.11195298744789359,0.0,0.04324615923709435,5.575622159816793e-06 -5835,0.5,0.15372517456988796,0.0,0.0081588931162102,0.15372517456988796,0.0,0.0022794680713818247,0.15372517456988796,0.0,0.015034216859402661,0.15372517456988796,0.0,0.026342617033688426,0.15372517456988796,0.0,0.017531181904381004,0.15372517456988796,0.0,0.034400570898082815,0.15372517456988796,0.0,0.03585217792215054,0.15372517456988796,0.0,0.050957589565588865,0.5,0.15372517456988796,0.0,0.033297290732505536,0.15372517456988796,0.0,0.13043328301135582,0.5,0.15372517456988796,0.0,0.05348468206092167,0.15372517456988796,0.0,0.09405370980396192,0.15372517456988796,0.0,0.001048440025381675,0.15372517456988796,0.0,0.003271410965387831,0.15372517456988796,0.0,0.011061908164798568,0.15372517456988796,0.0,0.02446150840141585,0.15372517456988796,0.0,0.05235598441367919,0.5,0.15372517456988796,0.0,0.14815910618505207,0.0,0.02394935096705742,3.2748841569784453e-05 -5836,0.5,0.15372517456988796,0.0,0.009473533447595776,0.15372517456988796,0.0,0.001024458854869391,0.15372517456988796,0.0,0.010472525624520298,0.15372517456988796,0.0,0.0300817267806811,0.15372517456988796,0.0,0.015252383413271267,0.15372517456988796,0.0,0.02361361370204193,0.15372517456988796,0.0,0.032335954137804455,0.15372517456988796,0.0,0.039141109261228456,0.5,0.15372517456988796,0.0,0.021937631954144055,0.15372517456988796,0.0,0.08110903801782833,0.5,0.15372517456988796,0.0,0.058461445973994365,0.15372517456988796,0.0,0.07963701872970319,0.15372517456988796,0.0,0.0012531210248522503,0.15372517456988796,0.0,0.004139839471729634,0.15372517456988796,0.0,0.008352212646949119,0.15372517456988796,0.0,0.01768210694023614,0.15372517456988796,0.0,0.04839497693460415,0.5,0.15372517456988796,0.0,0.1367344295624062,0.0,0.026139621682494965,2.6855522975409184e-05 -5837,0.5,0.15372517456988796,0.0,0.010252344991338171,0.15372517456988796,0.0,0.0020548919094997144,0.15372517456988796,0.0,0.009148090744060082,0.15372517456988796,0.0,0.03632717628503922,0.15372517456988796,0.0,0.011315807407742039,0.15372517456988796,0.0,0.011878031276757711,0.15372517456988796,0.0,0.02923628754455752,0.15372517456988796,0.0,0.0272145590814078,0.5,0.15372517456988796,0.0,0.019689636796697413,0.15372517456988796,0.0,0.04390771227655643,0.5,0.15372517456988796,0.0,0.055417600412055415,0.15372517456988796,0.0,0.06896119343859893,0.15372517456988796,0.0,0.002042882981299776,0.15372517456988796,0.0,0.0035386439141073056,0.15372517456988796,0.0,0.007039652416676075,0.15372517456988796,0.0,0.017446225676671444,0.15372517456988796,0.0,0.040916498638560235,0.5,0.15372517456988796,0.0,0.11027834620227242,0.0,0.019628821681631138,6.604343084272961e-07 -5838,0.5,0.15372517456988796,6.491198812871563e-05,0.009502216575485894,0.15372517456988796,0.0,0.0011829419748013044,0.15372517456988796,0.0,0.011812105313748112,0.15372517456988796,2.6718304336572054e-05,0.039708767614965466,0.15372517456988796,0.0,0.008668520334724466,0.15372517456988796,0.0,0.008666410809272454,0.15372517456988796,0.0,0.02570381955507141,0.15372517456988796,0.0,0.020291182554930745,0.5,0.15372517456988796,0.0,0.019926963775964236,0.15372517456988796,0.0,0.04382029226952987,0.5,0.15372517456988796,0.0,0.05670234931220236,0.15372517456988796,0.0,0.051120014534672686,0.15372517456988796,0.0,0.0016221283468640362,0.15372517456988796,0.0,0.0024600164895282263,0.15372517456988796,0.0,0.0057221796983090946,0.15372517456988796,0.0,0.014516739209287624,0.15372517456988796,0.0,0.04009269552658412,0.5,0.15372517456988796,0.0,0.09424350818037827,0.0,0.003808440113645668,6.676746470796989e-07 -5839,0.5,0.15372517456988796,0.031230339282860387,0.007570394543542117,0.15372517456988796,0.03578694986464272,0.00042643138056884685,0.15372517456988796,0.017937468511981684,0.014882501583713618,0.15372517456988796,0.023188414925130796,0.03832553601445249,0.15372517456988796,0.02561392120185839,0.009740380552788877,0.15372517456988796,0.02446602219378582,0.01031505131960231,0.15372517456988796,0.008478672667020962,0.024134576065821853,0.15372517456988796,0.0064989962014348965,0.01517257697002942,0.5,0.15372517456988796,0.0028215234137358228,0.016958176403759913,0.15372517456988796,0.0019713192817187902,0.07168044549747643,0.5,0.15372517456988796,0.0011865995453206619,0.0721271913348485,0.15372517456988796,0.003897634872986894,0.04581619213568869,0.15372517456988796,0.04228264277345088,0.0013240431786385684,0.15372517456988796,0.03426665357872466,0.0031853357269454427,0.15372517456988796,0.011858683570693637,0.006121827090276365,0.15372517456988796,0.005849332320853222,0.0103168312545028,0.15372517456988796,0.013549445318093349,0.04995253378620845,0.5,0.15372517456988796,0.02379811186113029,0.12254591231581041,0.0,0.0,8.526268272080338e-05 -5840,0.5,0.15372517456988796,0.0760545719330644,0.012812521717897946,0.15372517456988796,0.0836262473879057,0.0011555664998972432,0.15372517456988796,0.0887512156017074,0.033802369811211715,0.15372517456988796,0.07611622892509151,0.052153744034127404,0.15372517456988796,0.1310862921931827,0.02077029726472664,0.15372517456988796,0.12349433468647136,0.018588355727619417,0.15372517456988796,0.08612303077367095,0.0442610806140393,0.15372517456988796,0.049589563479938856,0.0191325734874611,0.5,0.15372517456988796,0.019160477101229877,0.01819584670407813,0.15372517456988796,0.014350248327486385,0.10338978857245087,0.5,0.15372517456988796,0.011793213774603977,0.08221664948894024,0.15372517456988796,0.026561586295917164,0.06722929093448063,0.15372517456988796,0.14391356531559876,0.0029715678620996196,0.15372517456988796,0.1395796178829608,0.00650811509014034,0.15372517456988796,0.05653295879739746,0.013528289224565514,0.15372517456988796,0.022822052548912522,0.01101540162689791,0.15372517456988796,0.04158592231818618,0.06935067230884054,0.5,0.15372517456988796,0.07424605496080548,0.17698270872960442,0.0,0.0,0.00016278459176288058 -5841,0.5,0.15372517456988796,0.1362747576319657,0.023447855765422593,0.15372517456988796,0.14087402206736319,0.0016974473469428025,0.15372517456988796,0.1829391180193371,0.05556144946745269,0.15372517456988796,0.14279744002877168,0.07563430453431799,0.15372517456988796,0.2517082227698947,0.04329463478652018,0.15372517456988796,0.2522075124018955,0.03751284913925392,0.15372517456988796,0.19429366012483312,0.06674689041568924,0.15372517456988796,0.11149523466720374,0.027309632111947264,0.5,0.15372517456988796,0.0452932160570671,0.027585213146510655,0.15372517456988796,0.057305814092299026,0.10064561635940679,0.5,0.15372517456988796,0.04283740702712915,0.07553344354423479,0.15372517456988796,0.08611964158491309,0.09294417747790638,0.15372517456988796,0.26288610114073435,0.004806261314153013,0.15372517456988796,0.2668696582932659,0.014070669782397936,0.15372517456988796,0.16874387644133318,0.029882066179957624,0.15372517456988796,0.0830062503052264,0.027915666008313557,0.15372517456988796,0.08408667279689273,0.08323260250030586,0.5,0.15372517456988796,0.11503459944934771,0.19505303637363852,0.0,0.0,0.00024299184347878995 -5842,0.5,0.15372517456988796,0.1997196362753672,0.03686609672188403,0.15372517456988796,0.24889402028658447,0.002627102949908795,0.15372517456988796,0.2618102910303053,0.06313481557422582,0.15372517456988796,0.211406486736282,0.10352058235383413,0.15372517456988796,0.3556380008719238,0.059687303185451415,0.15372517456988796,0.3857797339111435,0.04910989814019755,0.15372517456988796,0.2975325363584924,0.10637719795081067,0.15372517456988796,0.18544185494017817,0.03244122508002839,0.5,0.15372517456988796,0.08475388416242599,0.037038529201485315,0.15372517456988796,0.131294667506428,0.07719098644190157,0.5,0.15372517456988796,0.07442297470112674,0.06314548732648295,0.15372517456988796,0.17518845581356185,0.12144906202080862,0.15372517456988796,0.40942142795726705,0.005242497970719847,0.15372517456988796,0.3883017114127584,0.020438783341179594,0.15372517456988796,0.3032280760674216,0.042284911338487226,0.15372517456988796,0.21016195682077543,0.05804598710588872,0.15372517456988796,0.15480445382010052,0.08116674593088664,0.5,0.15372517456988796,0.14439731946208348,0.1601198500013095,0.0,2.8115735253182005e-05,0.00020339912084650419 -5843,0.5,0.15372517456988796,0.26956572505415194,0.04764840042243902,0.15372517456988796,0.49057171504270825,0.002575699499054321,0.15372517456988796,0.34823643387760983,0.07119215305134646,0.15372517456988796,0.2671830173619711,0.12123967999198355,0.15372517456988796,0.4664251116916108,0.05686996340941528,0.15372517456988796,0.5133900212767406,0.0510499299515639,0.15372517456988796,0.3646286456995182,0.10633306643087109,0.15372517456988796,0.3138975539662924,0.030619670545182498,0.5,0.15372517456988796,0.12915050092715025,0.0461955326929179,0.15372517456988796,0.16063831339512322,0.054510706853667226,0.5,0.15372517456988796,0.11388273752166347,0.06119372048987706,0.15372517456988796,0.23231764290423623,0.141752333432075,0.15372517456988796,0.5483778574865276,0.00617113549655637,0.15372517456988796,0.510909623354809,0.018966768081716864,0.15372517456988796,0.33955249410728244,0.053030507118837784,0.15372517456988796,0.24436297694204098,0.07422603910027517,0.15372517456988796,0.21492636314149105,0.07703206809042447,0.5,0.15372517456988796,0.1495925318397382,0.09894023743034563,0.0,0.00034334515699763457,0.00018748912283080753 -5844,0.5,0.15372517456988796,0.310889462906525,0.05334504615931137,0.15372517456988796,0.6140859939295592,0.00629378851628412,0.15372517456988796,0.37663150336726076,0.09179359675482285,0.15372517456988796,0.31774754262024474,0.121108526794369,0.15372517456988796,0.48957650369619876,0.05002053572708234,0.15372517456988796,0.5796362511702359,0.041756446118747646,0.15372517456988796,0.3382549229374868,0.08789972838884855,0.15372517456988796,0.3955074798318607,0.02265766498147003,0.5,0.15372517456988796,0.16281693546044643,0.04602610922060077,0.15372517456988796,0.1783457228404254,0.05275194233507426,0.5,0.15372517456988796,0.14155748471134857,0.07214821604741241,0.15372517456988796,0.2440938291186009,0.16047683827115405,0.15372517456988796,0.6042188856196938,0.010086949700037878,0.15372517456988796,0.5757280026596835,0.017599055092527502,0.15372517456988796,0.38341202132148977,0.05146701731655842,0.15372517456988796,0.2613485924619423,0.08793417953181658,0.15372517456988796,0.27534064183467843,0.09895255984656805,0.5,0.15372517456988796,0.1731090062060767,0.08665790769448223,0.0,0.00044373439368911824,0.0002390313868703348 -5845,0.5,0.15372517456988796,0.302175038210306,0.047097344811238014,0.15372517456988796,0.6383266261347288,0.011776888648020942,0.15372517456988796,0.3369966932060771,0.12678329590791038,0.15372517456988796,0.37061139930900044,0.12545098522323592,0.15372517456988796,0.5109979583089772,0.03945686903474077,0.15372517456988796,0.5882755819433028,0.02824112998079724,0.15372517456988796,0.32734846311990573,0.06390022049324706,0.15372517456988796,0.4265434493123049,0.014051662109766862,0.5,0.15372517456988796,0.20411570835668807,0.03936546936805649,0.15372517456988796,0.30025630033279355,0.062286127876050375,0.5,0.15372517456988796,0.2203797799329722,0.09982794870613397,0.15372517456988796,0.26142865993329234,0.17896058644404367,0.15372517456988796,0.6009512696570858,0.01796661353893973,0.15372517456988796,0.5999356461682208,0.019862312326400934,0.15372517456988796,0.3301224964442082,0.04578170856257251,0.15372517456988796,0.2375705925570143,0.0929643772238985,0.15372517456988796,0.2950327613919992,0.140978389273297,0.5,0.15372517456988796,0.2156748876696749,0.11433506902280804,0.0,0.00304397232643641,0.0030519565406247383 -5846,0.5,0.15372517456988796,0.23986643484418152,0.03961620172534524,0.15372517456988796,0.6168958862188896,0.008329351754059126,0.15372517456988796,0.2733225328100074,0.1538247953935373,0.15372517456988796,0.33850977958942646,0.14542021169349692,0.15372517456988796,0.5628246363106268,0.031268961892138465,0.15372517456988796,0.5816462289496876,0.02299068049730276,0.15372517456988796,0.3502828335151766,0.03547374262543382,0.15372517456988796,0.40480738334202776,0.011751225859964957,0.5,0.15372517456988796,0.2867126956602353,0.03544013560544725,0.15372517456988796,0.19492981155649491,0.06510636555928791,0.5,0.15372517456988796,0.23240833132801925,0.10954016003340912,0.15372517456988796,0.2508316200014505,0.18143648341676724,0.15372517456988796,0.5465965477053292,0.02541157201126834,0.15372517456988796,0.6030959991808507,0.018138803002762917,0.15372517456988796,0.26488527904052445,0.03724864422803707,0.15372517456988796,0.236386082159741,0.09725146997320874,0.15372517456988796,0.243806212260111,0.148327823122186,0.5,0.15372517456988796,0.18664714311759442,0.1365162696281475,0.0,0.008007832172607657,0.006048804255813512 -5847,0.5,0.15372517456988796,0.19997144177281728,0.042280624032945795,0.15372517456988796,0.5096993143364845,0.007883050872372836,0.15372517456988796,0.19648477359447697,0.1835917882711351,0.15372517456988796,0.2391161159630214,0.17791728021599432,0.15372517456988796,0.42646938169002124,0.02927628709528638,0.15372517456988796,0.545721947487977,0.022429122909693695,0.15372517456988796,0.35084907714033103,0.020760663743201138,0.15372517456988796,0.4055478456841108,0.010972509126566094,0.5,0.15372517456988796,0.34573489812227143,0.02743165334338565,0.15372517456988796,0.13165567861867156,0.0640654767631707,0.5,0.15372517456988796,0.23032066862131684,0.10450264944299097,0.15372517456988796,0.23510425352510983,0.1747846740353999,0.15372517456988796,0.44871773393320946,0.02959700401666525,0.15372517456988796,0.4941773283346508,0.013896650349117783,0.15372517456988796,0.24680201655461625,0.03698492925770835,0.15372517456988796,0.24512252313344823,0.09642684143518396,0.15372517456988796,0.1650580389279713,0.13692126375716954,0.5,0.15372517456988796,0.10785416494955281,0.12771343101816654,0.0,0.019726687403377983,0.008467741211719289 -5848,0.5,0.15372517456988796,0.15834222187510777,0.04858851217612552,0.15372517456988796,0.32625491590970024,0.012340425821720085,0.15372517456988796,0.12665828116283265,0.18424582173686124,0.15372517456988796,0.138454433473879,0.16958711211511046,0.15372517456988796,0.29896256007838934,0.025361192253307154,0.15372517456988796,0.43585221072491764,0.01881909150545956,0.15372517456988796,0.32671755810566905,0.019142062487595826,0.15372517456988796,0.37995307876786877,0.009989738001919844,0.5,0.15372517456988796,0.3226256371138913,0.02104878964363184,0.15372517456988796,0.11391369465456375,0.06863460434897828,0.5,0.15372517456988796,0.26277148366958825,0.07168233959711197,0.15372517456988796,0.17084378522271781,0.15375419071218993,0.15372517456988796,0.328517428441689,0.03366564604675595,0.15372517456988796,0.3641309090030993,0.01166131008880586,0.15372517456988796,0.16951715906621131,0.037355842285541896,0.15372517456988796,0.2079242653081107,0.06952804769805214,0.15372517456988796,0.10359028661228496,0.10501074557526535,0.5,0.15372517456988796,0.05953277874588947,0.09369682383914504,0.0,0.034479726039156416,0.010542523781030409 -5849,0.5,0.15372517456988796,0.09514681642926931,0.05027672325760569,0.15372517456988796,0.2209139850300108,0.01659189139583491,0.15372517456988796,0.08448258026480202,0.1611109748594539,0.15372517456988796,0.06827014422831076,0.13610800720136426,0.15372517456988796,0.20183747952131112,0.016632776921433053,0.15372517456988796,0.32067766313064927,0.00994858197217414,0.15372517456988796,0.23356886040216424,0.01553210033333057,0.15372517456988796,0.29841820532415714,0.006936544979225099,0.5,0.15372517456988796,0.22161724600087795,0.014850736011717195,0.15372517456988796,0.06290861994362784,0.07541914373380045,0.5,0.15372517456988796,0.16295125460687537,0.03459843765527292,0.15372517456988796,0.09926963647956608,0.1334859830999735,0.15372517456988796,0.22074767681225693,0.04211370722242531,0.15372517456988796,0.23042141648423425,0.009480213915358745,0.15372517456988796,0.09487360235988547,0.033683629412710886,0.15372517456988796,0.14390853026090433,0.036946646345144836,0.15372517456988796,0.052047006068566715,0.06502478923015417,0.5,0.15372517456988796,0.0333113422352288,0.054727383144334604,0.0,0.038470731987270856,0.010524975638271811 -5850,0.5,0.15372517456988796,0.03619640634258454,0.03772295447890485,0.15372517456988796,0.0791388236835801,0.0212776674980062,0.15372517456988796,0.04739717472135528,0.10676724245552205,0.15372517456988796,0.02076511761125507,0.09999415091359752,0.15372517456988796,0.13620373562465693,0.006761439721426178,0.15372517456988796,0.18691181837497584,0.0033263478370415323,0.15372517456988796,0.12251165623541231,0.007153798323811424,0.15372517456988796,0.17829177786963374,0.0011920129536955074,0.5,0.15372517456988796,0.1227265674135073,0.005667315923208004,0.15372517456988796,0.025848721661928233,0.06747837846535128,0.5,0.15372517456988796,0.07479942148065788,0.02752218450868494,0.15372517456988796,0.03960145412266493,0.09487005887443796,0.15372517456988796,0.11768579188422407,0.040515288379311704,0.15372517456988796,0.10575370412969895,0.008435332609593685,0.15372517456988796,0.04282789300710264,0.025463319424409082,0.15372517456988796,0.06263189652470011,0.01238585224431557,0.15372517456988796,0.014722251624153915,0.05182936034307968,0.5,0.15372517456988796,0.011693100693752023,0.02523854066246283,0.0,0.039856536226200334,0.009105410679399798 -5851,0.5,0.15372517456988796,0.0001986794187716035,0.0317308986019611,0.15372517456988796,0.0,0.025093020411637558,0.15372517456988796,0.0,0.06464173088024266,0.15372517456988796,1.0841619902005675e-05,0.07423023114562248,0.15372517456988796,0.007142631227457416,0.004202448237561749,0.15372517456988796,0.02035602589251198,0.0025419713696955442,0.15372517456988796,0.0,0.00424423926337355,0.15372517456988796,0.007235107656212825,0.0007821199738300205,0.5,0.15372517456988796,0.0014845255426649163,0.0012473253411225608,0.15372517456988796,0.00019852755873226468,0.05094577319825779,0.5,0.15372517456988796,0.0,0.020712664989185718,0.15372517456988796,0.0,0.053655385365449004,0.15372517456988796,0.00012400554360897367,0.021686503741314263,0.15372517456988796,0.0039021670601432413,0.008442601332660952,0.15372517456988796,0.0,0.023484052186034367,0.15372517456988796,0.0,0.005347434924424257,0.15372517456988796,0.00013734237602522201,0.04960663815032947,0.5,0.15372517456988796,0.0002353387830916846,0.012392589227119883,0.0,0.04342098481357148,0.00649908506547867 -5852,0.5,0.15372517456988796,0.0,0.03286714927991175,0.15372517456988796,0.0,0.041351530242466655,0.15372517456988796,0.0,0.03681277546298993,0.15372517456988796,0.0,0.05605864965719321,0.15372517456988796,0.0,0.0071860835662203365,0.15372517456988796,0.0,0.0068922007331240764,0.15372517456988796,0.0,0.007745913018676616,0.15372517456988796,0.0,0.0033509245985305774,0.5,0.15372517456988796,0.0,0.001720104874499588,0.15372517456988796,0.0,0.027804465128193356,0.5,0.15372517456988796,0.0,0.012143379335451263,0.15372517456988796,0.0,0.031207884952364304,0.15372517456988796,0.0,0.01934877733948695,0.15372517456988796,0.0,0.009738342834509025,0.15372517456988796,0.0,0.034901621465924404,0.15372517456988796,0.0,0.007023695723620557,0.15372517456988796,0.0,0.04955711729921738,0.5,0.15372517456988796,0.0,0.018257770866161177,0.0,0.04609496982045846,0.003165065228866268 -5853,0.5,0.15372517456988796,0.0,0.03349445000570604,0.15372517456988796,0.0,0.04127183217196734,0.15372517456988796,0.0,0.024093928179439207,0.15372517456988796,0.0,0.045722716511309575,0.15372517456988796,0.0,0.007585348642991306,0.15372517456988796,0.0,0.010306033546516678,0.15372517456988796,0.0,0.007925166222040243,0.15372517456988796,0.0,0.00470257191355099,0.5,0.15372517456988796,0.0,0.0011877752011248551,0.15372517456988796,0.0,0.011460276066712313,0.5,0.15372517456988796,0.0,0.005189382313461047,0.15372517456988796,0.0,0.019341854706806095,0.15372517456988796,0.0,0.014847996641962994,0.15372517456988796,0.0,0.009369982757958351,0.15372517456988796,0.0,0.040026460021462526,0.15372517456988796,0.0,0.00862556186270005,0.15372517456988796,0.0,0.051976366047738344,0.5,0.15372517456988796,0.0,0.03704945803740188,0.0,0.048013710285570735,0.00020755229543722122 -5854,0.5,0.15372517456988796,0.0,0.03357997443980451,0.15372517456988796,0.0,0.0329496110577025,0.15372517456988796,0.0,0.022566781258121088,0.15372517456988796,0.0,0.03917855644582655,0.15372517456988796,0.0,0.006252950234843386,0.15372517456988796,0.0,0.01164904790802676,0.15372517456988796,0.0,0.00857349535066256,0.15372517456988796,0.0,0.0058257744082137125,0.5,0.15372517456988796,0.0,0.0006244334259409522,0.15372517456988796,0.0,0.009123272011232572,0.5,0.15372517456988796,0.0,0.003134582702625675,0.15372517456988796,0.0,0.014165570819274467,0.15372517456988796,0.0,0.010700836445611355,0.15372517456988796,0.0,0.007695584880149393,0.15372517456988796,0.0,0.03905972184679579,0.15372517456988796,0.0,0.007872531663198944,0.15372517456988796,0.0,0.05391370361854218,0.5,0.15372517456988796,0.0,0.05433754261071547,0.0,0.04726046226439764,9.860218756644689e-05 -5855,0.5,0.15372517456988796,0.0,0.032967594276637424,0.15372517456988796,0.0,0.032627882129199336,0.15372517456988796,0.0,0.026671405973335387,0.15372517456988796,0.0,0.032284620336735306,0.15372517456988796,0.0,0.004338280143334873,0.15372517456988796,0.0,0.011307725123073764,0.15372517456988796,0.0,0.010163298148678883,0.15372517456988796,0.0,0.006121172797554444,0.5,0.15372517456988796,0.0,0.0006784092077149867,0.15372517456988796,0.0,0.008570772628167399,0.5,0.15372517456988796,0.0,0.0021338877969643184,0.15372517456988796,0.0,0.012246004102294114,0.15372517456988796,0.0,0.007784003409978078,0.15372517456988796,0.0,0.006004106434568419,0.15372517456988796,0.0,0.03146539497776666,0.15372517456988796,0.0,0.006432682937488102,0.15372517456988796,0.0,0.04949241845068958,0.5,0.15372517456988796,0.0,0.04719561807428686,0.0,0.04434876086260474,5.631582770430792e-05 -5856,0.5,0.15372517456988796,0.0,0.030211709628066616,0.15372517456988796,0.0,0.026380773315096463,0.15372517456988796,0.0,0.027027255460068653,0.15372517456988796,0.0,0.03070103704836145,0.15372517456988796,0.0,0.0027171987932633336,0.15372517456988796,0.0,0.010682727162713715,0.15372517456988796,0.0,0.010120900458283247,0.15372517456988796,0.0,0.006692989264782439,0.5,0.15372517456988796,0.0,0.0015170630738377392,0.15372517456988796,0.0,0.007506554153500005,0.5,0.15372517456988796,0.0,0.004057627387624122,0.15372517456988796,0.0,0.01238335654556221,0.15372517456988796,0.0,0.006011951995756557,0.15372517456988796,0.0,0.003994142210831042,0.15372517456988796,0.0,0.021990140328654657,0.15372517456988796,0.0,0.005286186280006117,0.15372517456988796,0.0,0.04574031603368588,0.5,0.15372517456988796,0.0,0.036341330331215164,0.0,0.02841156398847886,2.0308547643812056e-05 -5857,0.5,0.15372517456988796,0.0,0.028374727521822143,0.15372517456988796,0.0,0.01623628530549458,0.15372517456988796,0.0,0.027258664842365946,0.15372517456988796,0.0,0.029996459380584043,0.15372517456988796,0.0,0.0020077189351931403,0.15372517456988796,0.0,0.009492531236146157,0.15372517456988796,0.0,0.006569928558034715,0.15372517456988796,0.0,0.006736870730313243,0.5,0.15372517456988796,0.0,0.002214349426984705,0.15372517456988796,0.0,0.007339658014796219,0.5,0.15372517456988796,0.0,0.008264515762428436,0.15372517456988796,0.0,0.013072350846955214,0.15372517456988796,0.0,0.005132925023807573,0.15372517456988796,0.0,0.002813033550098901,0.15372517456988796,0.0,0.015818200636125768,0.15372517456988796,0.0,0.005908574601545929,0.15372517456988796,0.0,0.05440129407179394,0.5,0.15372517456988796,0.0,0.030692680129849575,0.0,0.018395227749728734,5.424776292421563e-07 -5858,0.5,0.15372517456988796,0.0,0.025512374696220832,0.15372517456988796,0.0,0.013142272497492223,0.15372517456988796,0.0,0.028214044406052907,0.15372517456988796,0.0,0.028615533034395776,0.15372517456988796,0.0,0.0016745484601204297,0.15372517456988796,0.0,0.008248136092581413,0.15372517456988796,0.0,0.003764157290880101,0.15372517456988796,0.0,0.0064360196563987195,0.5,0.15372517456988796,0.0,0.002818358885872228,0.15372517456988796,0.0,0.008441306280372337,0.5,0.15372517456988796,0.0,0.010709943896775456,0.15372517456988796,0.0,0.014883488485889376,0.15372517456988796,0.0,0.0037296354237510974,0.15372517456988796,0.0,0.003334529565685632,0.15372517456988796,0.0,0.013033339395632594,0.15372517456988796,0.0,0.007575489850715627,0.15372517456988796,0.0,0.07079703443873088,0.5,0.15372517456988796,0.0,0.020823210537198964,0.0,0.01739145857671323,0.0 -5859,0.5,0.15372517456988796,0.0,0.02036230939905206,0.15372517456988796,0.0,0.013435270356300641,0.15372517456988796,0.0,0.030026911746240125,0.15372517456988796,0.0,0.02844714751372202,0.15372517456988796,0.0,0.002023865187967213,0.15372517456988796,0.0,0.006192436837322379,0.15372517456988796,0.0,0.0022059561048313565,0.15372517456988796,0.0,0.005385521131150688,0.5,0.15372517456988796,0.0,0.0035465158955099614,0.15372517456988796,0.0,0.01347795418543238,0.5,0.15372517456988796,0.0,0.012435857838478713,0.15372517456988796,0.0,0.024687341671844276,0.15372517456988796,0.0,0.0020110892093294416,0.15372517456988796,0.0,0.004585497746439521,0.15372517456988796,0.0,0.012913052999093694,0.15372517456988796,0.0,0.010425264515488877,0.15372517456988796,0.0,0.08192370527795532,0.5,0.15372517456988796,0.0,0.018731980341383427,0.0,0.020339262283895744,8.284220670923887e-07 -5860,0.5,0.15372517456988796,0.0,0.015795873824911693,0.15372517456988796,0.0,0.014530018418671844,0.15372517456988796,0.0,0.03036468468930244,0.15372517456988796,0.0,0.026225449832831427,0.15372517456988796,0.0,0.0033978908040448717,0.15372517456988796,0.0,0.0034445315250876507,0.15372517456988796,0.0,0.0009350437743134074,0.15372517456988796,0.0,0.0032199598108800173,0.5,0.15372517456988796,0.0,0.0045508657651589434,0.15372517456988796,0.0,0.018349093993737863,0.5,0.15372517456988796,0.0,0.015405155664022037,0.15372517456988796,0.0,0.04428582047555013,0.15372517456988796,0.0,0.002186282086501034,0.15372517456988796,0.0,0.003616948834459506,0.15372517456988796,0.0,0.013539777694140687,0.15372517456988796,0.0,0.01411390416082407,0.15372517456988796,0.0,0.08977765639082279,0.5,0.15372517456988796,0.0,0.01901379686568433,0.0,0.027958298162890673,4.511753576174867e-06 -5861,0.5,0.15372517456988796,0.0,0.014435460222003862,0.15372517456988796,0.0,0.014940986527431506,0.15372517456988796,0.0,0.029369975267405028,0.15372517456988796,0.0,0.025264010236810408,0.15372517456988796,0.0,0.003418701567292473,0.15372517456988796,0.0,0.0018342716177200736,0.15372517456988796,0.0,0.001995516532857117,0.15372517456988796,0.0,0.0021487435700093802,0.5,0.15372517456988796,0.0,0.00577515461551781,0.15372517456988796,0.0,0.030028135689081976,0.5,0.15372517456988796,0.0,0.020131420081034846,0.15372517456988796,0.0,0.06666486440477326,0.15372517456988796,0.0,0.003930817300111047,0.15372517456988796,0.0,0.0030343971194777527,0.15372517456988796,0.0,0.01421172498451709,0.15372517456988796,0.0,0.01719593487784703,0.15372517456988796,0.0,0.10048916054145404,0.5,0.15372517456988796,0.0,0.021339713463058737,0.0,0.04047915397781045,8.159971860456389e-06 -5862,0.5,0.15372517456988796,8.353028728115524e-05,0.016393905099437424,0.15372517456988796,0.0,0.014819277524548728,0.15372517456988796,0.0,0.027406237489211047,0.15372517456988796,9.828166303217364e-05,0.02492122971723385,0.15372517456988796,0.0,0.0023217309465613884,0.15372517456988796,0.0,0.0013729664029323366,0.15372517456988796,0.0,0.002993128175584037,0.15372517456988796,0.0,0.0037808897606252685,0.5,0.15372517456988796,0.0,0.009977766103196983,0.15372517456988796,0.0,0.03904932185899375,0.5,0.15372517456988796,0.0,0.02761922383202337,0.15372517456988796,0.0,0.0833638888713171,0.15372517456988796,0.0,0.007749085943429196,0.15372517456988796,0.0,0.003324050598772578,0.15372517456988796,0.0,0.01656207097834535,0.15372517456988796,0.0,0.01887478189965584,0.15372517456988796,0.0,0.11614716393991756,0.5,0.15372517456988796,0.0,0.019071759408509026,0.0,0.050903412133230484,2.9484033163545106e-05 -5863,0.5,0.15372517456988796,0.033918580010286914,0.020082278654134464,0.15372517456988796,0.005620007947123848,0.016702188247997046,0.15372517456988796,0.003690473775253815,0.027883017555336106,0.15372517456988796,0.027000874564052653,0.026130948848275555,0.15372517456988796,0.0015928078184669493,0.0014256573114423893,0.15372517456988796,0.020924928896017148,0.0014853906942123465,0.15372517456988796,0.020665939752928,0.0033248494477847563,0.15372517456988796,0.027135864350494213,0.003988099335761615,0.5,0.15372517456988796,0.018829719131744083,0.017642237393725613,0.15372517456988796,0.00032959017865122196,0.03403150492001503,0.5,0.15372517456988796,0.0017853506294684982,0.042510556059943416,0.15372517456988796,0.0018570569786577587,0.09086469895515656,0.15372517456988796,0.010142420456668157,0.01298620879524819,0.15372517456988796,0.004904275846144264,0.0036883813318600517,0.15372517456988796,0.026965560235695893,0.018467833057096938,0.15372517456988796,0.01840806618468452,0.02170069715336107,0.15372517456988796,0.0022353972973077835,0.12870800463482646,0.5,0.15372517456988796,0.004108320704223607,0.01686967989587057,0.0,0.06208650811265483,5.04975077969845e-05 -5864,0.5,0.15372517456988796,0.11521900759509855,0.03436247039273134,0.15372517456988796,0.04134616139010978,0.023823834718959887,0.15372517456988796,0.018500348869003532,0.03188786712871001,0.15372517456988796,0.09054245914221686,0.03353657723467004,0.15372517456988796,0.008924143932738967,0.001222379506120407,0.15372517456988796,0.11119823258361947,0.0010160793462302886,0.15372517456988796,0.09453666080235099,0.002294820474344317,0.15372517456988796,0.1404089737342634,0.0022056161627040287,0.5,0.15372517456988796,0.09598781639395096,0.014669065526796877,0.15372517456988796,0.0019341132459291955,0.029714667108303068,0.5,0.15372517456988796,0.014890894094881993,0.0941587277079035,0.15372517456988796,0.007719044225854186,0.11313929099157596,0.15372517456988796,0.043526700783908814,0.017216668176299594,0.15372517456988796,0.027524086041178078,0.004880213616101137,0.15372517456988796,0.11448830736405657,0.028964621826212865,0.15372517456988796,0.07933962887110305,0.032141396077416534,0.15372517456988796,0.011423717321894598,0.14767945224458426,0.5,0.15372517456988796,0.021124160617089802,0.022187993769113186,0.0,0.08280017369061625,0.00011663499097248018 -5865,0.5,0.15372517456988796,0.22310216776588027,0.0700807361280042,0.15372517456988796,0.09700338321799962,0.04380163139006349,0.15372517456988796,0.04621233725943762,0.037488684420028805,0.15372517456988796,0.17969984321262056,0.049625572008457464,0.15372517456988796,0.03549764062745808,0.002927275891731595,0.15372517456988796,0.20997851447147392,0.001455559258537548,0.15372517456988796,0.19874863895286013,0.01146778623100391,0.15372517456988796,0.2820882871501569,0.004034406909576154,0.5,0.15372517456988796,0.19047522229534006,0.019318098696827747,0.15372517456988796,0.007011838492921051,0.025341610297545423,0.5,0.15372517456988796,0.03965501018183961,0.20507480783151044,0.15372517456988796,0.016006728870630874,0.1340063045313662,0.15372517456988796,0.09492713120677673,0.02143341878387258,0.15372517456988796,0.07321019038459381,0.007800741636312398,0.15372517456988796,0.22826643729164486,0.0648123996979835,0.15372517456988796,0.1498608437872342,0.0701977937433641,0.15372517456988796,0.02678783348024417,0.16429363324315943,0.5,0.15372517456988796,0.05293794814839594,0.03553439106413832,0.0,0.11832249014071414,7.380324267365387e-05 -5866,0.5,0.15372517456988796,0.34082377657882523,0.0930669273909341,0.15372517456988796,0.1690082554630718,0.06378540354930225,0.15372517456988796,0.0597267516940581,0.038832144450480895,0.15372517456988796,0.2749643197594832,0.0675122691132127,0.15372517456988796,0.14435352661143838,0.004945221074355922,0.15372517456988796,0.3014238714251289,0.007636085006117878,0.15372517456988796,0.3124734302661133,0.051276244586031146,0.15372517456988796,0.42736169379241973,0.015641006531088436,0.5,0.15372517456988796,0.2974574487934473,0.05778269265483275,0.15372517456988796,0.019830617975217468,0.02323881591679159,0.5,0.15372517456988796,0.07353506964123291,0.3189877622014733,0.15372517456988796,0.028930283115274305,0.14849373484769113,0.15372517456988796,0.1889688115527717,0.03224694421853245,0.15372517456988796,0.17180306763590922,0.013795933074775345,0.15372517456988796,0.330904976604402,0.10495315767520885,0.15372517456988796,0.2259546231123874,0.14685254426937774,0.15372517456988796,0.051154295256122854,0.17250838509309221,0.5,0.15372517456988796,0.10554469541922722,0.04726038830183265,0.0,0.1360549411423437,8.236217920539948e-05 -5867,0.5,0.15372517456988796,0.44802345706817936,0.1238373223998935,0.15372517456988796,0.2066138145831703,0.07266793554262542,0.15372517456988796,0.08978791222517944,0.048215323536332726,0.15372517456988796,0.3887789208608582,0.09439048619653602,0.15372517456988796,0.2889502429237514,0.004436637079022095,0.15372517456988796,0.4068316159080777,0.022515870246214896,0.15372517456988796,0.4245875269345598,0.06786321530992469,0.15372517456988796,0.5543999946923334,0.04452871337828741,0.5,0.15372517456988796,0.40804706005141966,0.13973277702579281,0.15372517456988796,0.03159553976677415,0.023729789763399817,0.5,0.15372517456988796,0.12915358202559585,0.3216670015731336,0.15372517456988796,0.05152135372493826,0.18378453943665046,0.15372517456988796,0.3056011694199584,0.029345777257412775,0.15372517456988796,0.322510193548513,0.022150767477784994,0.15372517456988796,0.40823166167202807,0.10932005850397096,0.15372517456988796,0.29487930640447596,0.1895082693148004,0.15372517456988796,0.0952922816729042,0.2043989180085384,0.5,0.15372517456988796,0.17421173803094117,0.06959123291936183,0.0,0.1163727462218944,7.942122817158492e-05 -5868,0.5,0.15372517456988796,0.5345771622492625,0.14043419769661492,0.15372517456988796,0.28230856046887487,0.0630329795694868,0.15372517456988796,0.11941321349756384,0.0617707040220478,0.15372517456988796,0.498700442460427,0.12709313137376912,0.15372517456988796,0.48787622302979283,0.007642665366416126,0.15372517456988796,0.5343197833934328,0.04065375613625981,0.15372517456988796,0.5943984557135041,0.07190953361722056,0.15372517456988796,0.6216998594425595,0.07374661462709904,0.5,0.15372517456988796,0.4739669383719625,0.24953196476979633,0.15372517456988796,0.046228924127768176,0.024873439850985488,0.5,0.15372517456988796,0.15608088624303298,0.3509300191973306,0.15372517456988796,0.06823171280225468,0.2159797356730883,0.15372517456988796,0.3263850770699721,0.02520222588005996,0.15372517456988796,0.38235962424378195,0.03435440516172372,0.15372517456988796,0.4137084181659695,0.08741650279446209,0.15372517456988796,0.3155193944311569,0.1816633550281233,0.15372517456988796,0.144329429066002,0.2392643665755879,0.5,0.15372517456988796,0.25501271237854395,0.1072988394822787,0.0,0.09584492839400378,6.74676883250329e-05 -5869,0.5,0.15372517456988796,0.5908195711332699,0.13850506299177914,0.15372517456988796,0.2848655197164638,0.06352997844918451,0.15372517456988796,0.1840610733087174,0.07657099287213874,0.15372517456988796,0.5681470929887305,0.14812196939602218,0.15372517456988796,0.5324674774713787,0.019914299827463414,0.15372517456988796,0.5762748821639416,0.04207612159433426,0.15372517456988796,0.6489755709563305,0.0636623756817002,0.15372517456988796,0.6214209680287144,0.09647360933043307,0.5,0.15372517456988796,0.4580510230771171,0.37200444779949177,0.15372517456988796,0.08252309029254787,0.026976662536716097,0.5,0.15372517456988796,0.1264206311116572,0.3346442423642332,0.15372517456988796,0.06463529783021718,0.24204982151005172,0.15372517456988796,0.2989274662808448,0.02569497495056659,0.15372517456988796,0.34237598654736223,0.04491355751432309,0.15372517456988796,0.3891467022646674,0.06412076427163217,0.15372517456988796,0.2810535669185581,0.15858921977129456,0.15372517456988796,0.21138580518987504,0.28213199724764876,0.5,0.15372517456988796,0.30565219091611584,0.13525281088088215,0.0,0.08300628858519837,0.00024507313819009067 -5870,0.5,0.15372517456988796,0.5990254673657573,0.13058512615562587,0.15372517456988796,0.32472501753266736,0.05756271767629328,0.15372517456988796,0.2948741317644713,0.08221972275673375,0.15372517456988796,0.584481863169728,0.15586792622265355,0.15372517456988796,0.5230957390287552,0.02857063183840748,0.15372517456988796,0.6285079851925925,0.05403054215667952,0.15372517456988796,0.5959310444690092,0.04974118030970633,0.15372517456988796,0.5682710761534233,0.11258923841508206,0.5,0.15372517456988796,0.34247880988347845,0.40783176167007357,0.15372517456988796,0.15270154387313015,0.03510198770977674,0.5,0.15372517456988796,0.10046854722637752,0.2586391282771677,0.15372517456988796,0.0655550785029892,0.2220904501530577,0.15372517456988796,0.2918831382926458,0.02888207959187692,0.15372517456988796,0.2964510586055296,0.05655066821960111,0.15372517456988796,0.2941932588356879,0.050599893911293076,0.15372517456988796,0.17139379046474396,0.1303592817479182,0.15372517456988796,0.2765063097713729,0.30642731781590643,0.5,0.15372517456988796,0.3141483446717802,0.14297018175890217,0.0,0.08248404339463891,0.0014887845881970056 -5871,0.5,0.15372517456988796,0.5403000232530308,0.13369753231873285,0.15372517456988796,0.2788053151294393,0.05113340133166958,0.15372517456988796,0.37082714041999826,0.08041280422989795,0.15372517456988796,0.5057936947555977,0.15253293618692998,0.15372517456988796,0.49275532383219367,0.0332473607338845,0.15372517456988796,0.5787564783793206,0.06763904974208347,0.15372517456988796,0.44297857370917504,0.030280183636943337,0.15372517456988796,0.40545983157323384,0.10881480087015372,0.5,0.15372517456988796,0.19284830759770258,0.3302821914021516,0.15372517456988796,0.1406588541332654,0.029625543300483604,0.5,0.15372517456988796,0.12320611812817725,0.2352015571724601,0.15372517456988796,0.0822283015730788,0.16369067675242469,0.15372517456988796,0.26064020353509687,0.035274190078070845,0.15372517456988796,0.25063124343307897,0.0689649143642114,0.15372517456988796,0.25739998789752383,0.04380150701543173,0.15372517456988796,0.15428305397685857,0.10793829203262843,0.15372517456988796,0.27832893741026044,0.2928763334880988,0.5,0.15372517456988796,0.2764096128537626,0.10582149947557418,0.0,0.09240921767650417,0.004868661675598873 -5872,0.5,0.15372517456988796,0.42511014335506103,0.15543955594985415,0.15372517456988796,0.22198278655618,0.06106963296312407,0.15372517456988796,0.3315848124411779,0.08372185074974214,0.15372517456988796,0.3993792347670215,0.14535684003574612,0.15372517456988796,0.38840644318991324,0.0401095794944467,0.15372517456988796,0.46399490415681666,0.06790084085975281,0.15372517456988796,0.28995506394135173,0.020423634176186197,0.15372517456988796,0.23672602970097173,0.07903672277473461,0.5,0.15372517456988796,0.1293070106349054,0.21329172183335698,0.15372517456988796,0.13208920907479987,0.02359034497776311,0.5,0.15372517456988796,0.1660155641501594,0.3290653030681817,0.15372517456988796,0.08120581268511351,0.13420889829540927,0.15372517456988796,0.23706396908404836,0.051748747337910316,0.15372517456988796,0.22447253654511862,0.09512510184592392,0.15372517456988796,0.20120751510627158,0.04524871540191529,0.15372517456988796,0.16449696456300236,0.09704689053718638,0.15372517456988796,0.24111642750493806,0.2606754554022661,0.5,0.15372517456988796,0.2524853941219678,0.06820424874644127,0.0,0.10972444578860986,0.008997130817327061 -5873,0.5,0.15372517456988796,0.2967224896593789,0.17176205603773892,0.15372517456988796,0.17593204019488798,0.06353375029043834,0.15372517456988796,0.25347946895159457,0.08119311660053974,0.15372517456988796,0.27610739638072823,0.08489090099229699,0.15372517456988796,0.28733312869007077,0.04474594383872784,0.15372517456988796,0.34428927747403665,0.052075335982242746,0.15372517456988796,0.1799470131744592,0.019717719763113983,0.15372517456988796,0.14079155776859648,0.054955151044081094,0.5,0.15372517456988796,0.06914322942296747,0.12975811815574786,0.15372517456988796,0.11918624282317965,0.017734586157516392,0.5,0.15372517456988796,0.13681728427746198,0.2943094790436752,0.15372517456988796,0.07563026686601236,0.10335526160349673,0.15372517456988796,0.16154968529782385,0.06618832757092644,0.15372517456988796,0.20108053984874535,0.1270830366421677,0.15372517456988796,0.14605604286333412,0.04968886509590897,0.15372517456988796,0.13507351299919415,0.07258572130967761,0.15372517456988796,0.1784731689526562,0.20786329637309,0.5,0.15372517456988796,0.18670538843279716,0.025994679391925124,0.0,0.12768554305669802,0.012911201939778493 -5874,0.5,0.15372517456988796,0.08758417295169259,0.14192242183444992,0.15372517456988796,0.0994163880683792,0.051129755316434884,0.15372517456988796,0.08003090298402654,0.04014332365986617,0.15372517456988796,0.07166248230420039,0.038409093309797616,0.15372517456988796,0.17034736738267392,0.03483384051700994,0.15372517456988796,0.20847398289472846,0.026744768877646242,0.15372517456988796,0.09693102289285654,0.01373792639993705,0.15372517456988796,0.07822077179346396,0.03279623466881501,0.5,0.15372517456988796,0.03401885175718897,0.07574490798302645,0.15372517456988796,0.07115030825220338,0.009939194339296471,0.5,0.15372517456988796,0.07664089531622872,0.19679628770193044,0.15372517456988796,0.049135506531922564,0.08566420460738275,0.15372517456988796,0.07788989320415038,0.05426970068690043,0.15372517456988796,0.12434187990675322,0.12964972129537708,0.15372517456988796,0.07351106337285612,0.04032915469822147,0.15372517456988796,0.07418037668046194,0.037409616825566636,0.15372517456988796,0.08291271853366848,0.14394016183824987,0.5,0.15372517456988796,0.07086080699377979,0.014202378099422356,0.0,0.13061561659939064,0.013456289677187925 -5875,0.5,0.15372517456988796,0.0,0.13594056977614494,0.15372517456988796,0.0,0.07769880601490521,0.15372517456988796,0.0,0.04671681462007037,0.15372517456988796,0.0,0.03944535707179768,0.15372517456988796,0.0,0.03957277495711878,0.15372517456988796,0.0058829094541288495,0.016923708271184272,0.15372517456988796,0.0,0.016472059231313528,0.15372517456988796,0.0017998428557411575,0.024779165511421185,0.5,0.15372517456988796,0.0,0.05207177897227777,0.15372517456988796,0.0,0.0072458417021861905,0.5,0.15372517456988796,0.0,0.13440655731836154,0.15372517456988796,3.243118108378243e-05,0.07754869425748018,0.15372517456988796,0.0,0.04745863411101097,0.15372517456988796,0.0,0.07334831447796086,0.15372517456988796,0.0,0.029382938841153197,0.15372517456988796,0.0,0.032517040147669964,0.15372517456988796,0.0,0.11682183701729597,0.5,0.15372517456988796,0.0,0.03041828699739138,0.0,0.11409380996243777,0.011685376842172968 -5876,0.5,0.15372517456988796,0.0,0.13765320150078814,0.15372517456988796,0.0,0.11237599725131772,0.15372517456988796,0.0,0.04653604964728676,0.15372517456988796,0.0,0.03718382479779117,0.15372517456988796,0.0,0.0677224974456517,0.15372517456988796,0.0,0.021607451891001366,0.15372517456988796,0.0,0.019594851440077853,0.15372517456988796,0.0,0.027690105276494726,0.5,0.15372517456988796,0.0,0.04592968524424911,0.15372517456988796,0.0,0.0110853109093338,0.5,0.15372517456988796,0.0,0.1155533663884862,0.15372517456988796,0.0,0.06365778152473692,0.15372517456988796,0.0,0.05429254473976887,0.15372517456988796,0.0,0.06652201068770969,0.15372517456988796,0.0,0.0329475473834433,0.15372517456988796,0.0,0.03160185657157626,0.15372517456988796,0.0,0.10004452123623274,0.5,0.15372517456988796,0.0,0.053521063369766086,0.0,0.09485634599933457,0.011514123019136556 -5877,0.5,0.15372517456988796,0.0,0.11819194228516028,0.15372517456988796,0.0,0.11397493566006905,0.15372517456988796,0.0,0.039717953183125744,0.15372517456988796,0.0,0.03575618705475534,0.15372517456988796,0.0,0.09128511673087325,0.15372517456988796,0.0,0.027803149937964847,0.15372517456988796,0.0,0.020254636153161334,0.15372517456988796,0.0,0.025871628379235845,0.5,0.15372517456988796,0.0,0.04707815539193265,0.15372517456988796,0.0,0.01517317714430523,0.5,0.15372517456988796,0.0,0.1024670795102052,0.15372517456988796,0.0,0.055634005197121875,0.15372517456988796,0.0,0.052256708063387274,0.15372517456988796,0.0,0.06447436923954854,0.15372517456988796,0.0,0.0410400717467752,0.15372517456988796,0.0,0.027220191157919536,0.15372517456988796,0.0,0.09319351557674192,0.5,0.15372517456988796,0.0,0.07451366015183375,0.0,0.07590805634986683,0.011107287877815081 -5878,0.5,0.15372517456988796,0.0,0.09612216441537631,0.15372517456988796,0.0,0.10390258125277406,0.15372517456988796,0.0,0.03144478645490266,0.15372517456988796,0.0,0.03331521198905715,0.15372517456988796,0.0,0.0902046234182334,0.15372517456988796,0.0,0.03985384549916871,0.15372517456988796,0.0,0.02414928150253039,0.15372517456988796,0.0,0.0272123533456484,0.5,0.15372517456988796,0.0,0.052828284139328156,0.15372517456988796,0.0,0.022800718678528262,0.5,0.15372517456988796,0.0,0.1052167683165033,0.15372517456988796,0.0,0.06269618030874982,0.15372517456988796,0.0,0.048965713183718194,0.15372517456988796,0.0,0.06323888691392135,0.15372517456988796,0.0,0.048615287037808576,0.15372517456988796,0.0,0.026767005892166542,0.15372517456988796,0.0,0.0873554599341329,0.5,0.15372517456988796,0.0,0.09379460130410026,0.0,0.06819988008579242,0.012265054328224535 -5879,0.5,0.15372517456988796,0.0,0.0856638065308564,0.15372517456988796,0.0,0.09576397261746587,0.15372517456988796,0.0,0.02694706460098222,0.15372517456988796,0.0,0.031486532794552005,0.15372517456988796,0.0,0.07230944221899134,0.15372517456988796,0.0,0.04650954526116449,0.15372517456988796,0.0,0.025174206221379655,0.15372517456988796,0.0,0.02635583393801359,0.5,0.15372517456988796,0.0,0.05866991360882479,0.15372517456988796,0.0,0.03171356239806159,0.5,0.15372517456988796,0.0,0.1140061517888732,0.15372517456988796,0.0,0.07238766663233513,0.15372517456988796,0.0,0.0462501746639467,0.15372517456988796,0.0,0.060954277555131456,0.15372517456988796,0.0,0.0496067554158948,0.15372517456988796,0.0,0.029759659907220317,0.15372517456988796,0.0,0.08176664686539718,0.5,0.15372517456988796,0.0,0.11075168516265295,0.0,0.07093721830189377,0.017527782931271094 -5880,0.5,0.15372517456988796,0.0,0.0793799575150762,0.15372517456988796,0.0,0.07992281781601968,0.15372517456988796,0.0,0.023199164071192147,0.15372517456988796,0.0,0.030573269250371782,0.15372517456988796,0.0,0.053373536924143546,0.15372517456988796,0.0,0.05300984168997702,0.15372517456988796,0.0,0.021760954440141974,0.15372517456988796,0.0,0.022238569289044982,0.5,0.15372517456988796,0.0,0.05805984035426798,0.15372517456988796,0.0,0.0356702332314249,0.5,0.15372517456988796,0.0,0.10598766264336906,0.15372517456988796,0.0,0.0717767874413357,0.15372517456988796,0.0,0.04515223802513347,0.15372517456988796,0.0,0.05978506950573045,0.15372517456988796,0.0,0.046114540416834035,0.15372517456988796,0.0,0.031782239598498095,0.15372517456988796,0.0,0.07191636048405646,0.5,0.15372517456988796,0.0,0.10520539979776003,0.0,0.0799817888203735,0.032333418759220446 -5881,0.5,0.15372517456988796,0.0,0.07179245639773217,0.15372517456988796,0.0,0.0688051788768184,0.15372517456988796,0.0,0.017436224091205307,0.15372517456988796,0.0,0.031343858781209,0.15372517456988796,0.0,0.04092668372294706,0.15372517456988796,0.0,0.05387522442712671,0.15372517456988796,0.0,0.014394258565575135,0.15372517456988796,0.0,0.02083987371822453,0.5,0.15372517456988796,0.0,0.054864716953659236,0.15372517456988796,0.0,0.04237730599977857,0.5,0.15372517456988796,0.0,0.0873155531836301,0.15372517456988796,0.0,0.07522972181133541,0.15372517456988796,0.0,0.04537080068151034,0.15372517456988796,0.0,0.05979984839503574,0.15372517456988796,0.0,0.04029654601022164,0.15372517456988796,0.0,0.03167212145780848,0.15372517456988796,0.0,0.0629640375506012,0.5,0.15372517456988796,0.0,0.08503561265710767,0.0,0.0839408170071797,0.055521102920479536 -5882,0.5,0.15372517456988796,0.0,0.06355025529257373,0.15372517456988796,0.0,0.062206215060875765,0.15372517456988796,0.0,0.012261842260057854,0.15372517456988796,0.0,0.02947162643995957,0.15372517456988796,0.0,0.033257275221157394,0.15372517456988796,0.0,0.051943460943587844,0.15372517456988796,0.0,0.008757153717834058,0.15372517456988796,0.0,0.018052082078473752,0.5,0.15372517456988796,0.0,0.05607860067861274,0.15372517456988796,0.0,0.04052851006667637,0.5,0.15372517456988796,0.0,0.06800440146191954,0.15372517456988796,0.0,0.08059383781380851,0.15372517456988796,0.0,0.04582122411594599,0.15372517456988796,0.0,0.05844726490969002,0.15372517456988796,0.0,0.036215983986803486,0.15372517456988796,0.0,0.029544263152734618,0.15372517456988796,0.0,0.05551430316452835,0.5,0.15372517456988796,0.0,0.06502867454171915,0.0,0.08275361951726068,0.07767720889296688 -5883,0.5,0.15372517456988796,0.0,0.05804150933552543,0.15372517456988796,0.0,0.057577390066809286,0.15372517456988796,0.0,0.010759909448932164,0.15372517456988796,0.0,0.029397084438183018,0.15372517456988796,0.0,0.029476508840196314,0.15372517456988796,0.0,0.045021565179381225,0.15372517456988796,0.0,0.006155687709934992,0.15372517456988796,0.0,0.013157139567232749,0.5,0.15372517456988796,0.0,0.06076974354703845,0.15372517456988796,0.0,0.03355998161746105,0.5,0.15372517456988796,0.0,0.06098970242384896,0.15372517456988796,0.0,0.07761310843254345,0.15372517456988796,0.0,0.048807860614897926,0.15372517456988796,0.0,0.055857010349725816,0.15372517456988796,0.0,0.033539054530489096,0.15372517456988796,0.0,0.028505523821818233,0.15372517456988796,0.0,0.05043392404085101,0.5,0.15372517456988796,0.0,0.05277150892021161,0.0,0.0824549810480833,0.08531107331919313 -5884,0.5,0.15372517456988796,0.0,0.05629442245312882,0.15372517456988796,0.0,0.05784893249718358,0.15372517456988796,0.0,0.011194120741844985,0.15372517456988796,0.0,0.029103891741474982,0.15372517456988796,0.0,0.02725270128011525,0.15372517456988796,0.0,0.03584426123026616,0.15372517456988796,0.0,0.006256561634664695,0.15372517456988796,0.0,0.00993659307527774,0.5,0.15372517456988796,0.0,0.06829518702902444,0.15372517456988796,0.0,0.03456646106460145,0.5,0.15372517456988796,0.0,0.05398539612725863,0.15372517456988796,0.0,0.0699762959356684,0.15372517456988796,0.0,0.053978446088246985,0.15372517456988796,0.0,0.05558889623911337,0.15372517456988796,0.0,0.03358855787927743,0.15372517456988796,0.0,0.026977326231998756,0.15372517456988796,0.0,0.051069216373740754,0.5,0.15372517456988796,0.0,0.04878045383483915,0.0,0.0823484340627157,0.0728072024994174 -5885,0.5,0.15372517456988796,0.0,0.05655963086115978,0.15372517456988796,0.0,0.061858196465898324,0.15372517456988796,0.0,0.012704745162732334,0.15372517456988796,0.0,0.03308545699838214,0.15372517456988796,0.0,0.026737103336255466,0.15372517456988796,0.0,0.02686767312657102,0.15372517456988796,0.0,0.006914156399677237,0.15372517456988796,0.0,0.008957718019696019,0.5,0.15372517456988796,0.0,0.06817824705882392,0.15372517456988796,0.0,0.04007722383300153,0.5,0.15372517456988796,0.0,0.044501162064056056,0.15372517456988796,0.0,0.055932426344356224,0.15372517456988796,0.0,0.0601419374139298,0.15372517456988796,0.0,0.056428888620025056,0.15372517456988796,0.0,0.03567637358489436,0.15372517456988796,0.0,0.028873296178394414,0.15372517456988796,0.0,0.0511227945642327,0.5,0.15372517456988796,0.0,0.047019063867399485,0.0,0.08284295483502492,0.04973397155598689 -5886,0.5,0.15372517456988796,2.1566769190368192e-05,0.05936560431329368,0.15372517456988796,0.0,0.06714760988973327,0.15372517456988796,0.0,0.01681416329507618,0.15372517456988796,4.5061665819334496e-05,0.03831191623528341,0.15372517456988796,0.0,0.02931937864444567,0.15372517456988796,0.0,0.023704902456281162,0.15372517456988796,0.0,0.008269834504064207,0.15372517456988796,0.0,0.008957817154918932,0.5,0.15372517456988796,0.0,0.06399288795439573,0.15372517456988796,0.0,0.051355718449157164,0.5,0.15372517456988796,0.0,0.043839419013097305,0.15372517456988796,0.0,0.04482572638946008,0.15372517456988796,0.0,0.06651835679933421,0.15372517456988796,0.0,0.05832150812317112,0.15372517456988796,0.0,0.03693493465791365,0.15372517456988796,0.0,0.03449057001939464,0.15372517456988796,0.0,0.051200546321943236,0.5,0.15372517456988796,0.0,0.0454893801561846,0.0,0.0868309177889508,0.029665585076130166 -5887,0.5,0.15372517456988796,0.06650078566682936,0.055155196427780245,0.15372517456988796,0.04802083872082327,0.05774003904800151,0.15372517456988796,0.05271232870526547,0.016948261935243125,0.15372517456988796,0.06538520387072003,0.03763711703673901,0.15372517456988796,0.029728536593478218,0.03266566181764915,0.15372517456988796,0.02058864500511772,0.025536044261402123,0.15372517456988796,0.03185537962482578,0.009144139062820342,0.15372517456988796,0.024688127567644578,0.009498814806602692,0.5,0.15372517456988796,0.026553190934575272,0.05767470198395991,0.15372517456988796,0.018753205844130923,0.06676676489690447,0.5,0.15372517456988796,0.03320007974279575,0.03427608644208361,0.15372517456988796,0.022023552030206825,0.04259905316366107,0.15372517456988796,0.04378451211012786,0.06439723254855102,0.15372517456988796,0.03280442799368466,0.059617473858616085,0.15372517456988796,0.04379361789839616,0.03529037194225942,0.15372517456988796,0.0388607675649515,0.03423512054331595,0.15372517456988796,0.03705743820831107,0.04753300174655957,0.5,0.15372517456988796,0.03192736292233507,0.04811114418370455,0.0,0.09075170092671579,0.021932731926906885 -5888,0.5,0.15372517456988796,0.20151843221180335,0.08753280480898536,0.15372517456988796,0.17459882029143275,0.07134348019569478,0.15372517456988796,0.1810726617126886,0.028122923284789138,0.15372517456988796,0.19600710206417274,0.07655340647131989,0.15372517456988796,0.1439466265270907,0.045015287225581395,0.15372517456988796,0.1257475231075787,0.03175448843315205,0.15372517456988796,0.14962841075749303,0.010998725204033624,0.15372517456988796,0.13931580152954054,0.009682087859489843,0.5,0.15372517456988796,0.1432544912546605,0.05579274863002629,0.15372517456988796,0.09236675099065732,0.11216502915095097,0.5,0.15372517456988796,0.13842106191050538,0.05204435027841825,0.15372517456988796,0.10787786436318103,0.06040646575425222,0.15372517456988796,0.16594464436640016,0.07215288213088988,0.15372517456988796,0.14544078716135883,0.07845144663550276,0.15372517456988796,0.16895167842689646,0.04645042157661417,0.15372517456988796,0.16234514255459936,0.03505048989892946,0.15372517456988796,0.13586512896954098,0.06255007420813469,0.5,0.15372517456988796,0.10345462571159281,0.08625295930366936,0.0,0.09954313302964415,0.023086729001865227 -5889,0.5,0.15372517456988796,0.3446419904148156,0.18969442464702882,0.15372517456988796,0.3180820858836917,0.1393103643886188,0.15372517456988796,0.3235684228298447,0.11574284392296075,0.15372517456988796,0.3371458454094233,0.1829671435124695,0.15372517456988796,0.2893233656222363,0.123874590655716,0.15372517456988796,0.2671340899016813,0.07407057939355462,0.15372517456988796,0.2941867565523529,0.04162988981149086,0.15372517456988796,0.2844848298313687,0.025886363655071867,0.5,0.15372517456988796,0.29085016128102165,0.1352512854734316,0.15372517456988796,0.19176872171062714,0.16409911084773385,0.5,0.15372517456988796,0.24698358141057591,0.19612052206080235,0.15372517456988796,0.2199302347560132,0.14160787608668957,0.15372517456988796,0.30862083155079406,0.13489474373625535,0.15372517456988796,0.28920752342904993,0.14345301824278583,0.15372517456988796,0.314173386115093,0.09827784849165738,0.15372517456988796,0.30872539833317636,0.09303411877823936,0.15372517456988796,0.2549691502859403,0.16943741026271697,0.5,0.15372517456988796,0.21057494952915523,0.13647023887250545,0.0,0.15006707013487455,0.03233901768245259 -5890,0.5,0.15372517456988796,0.48818435297233775,0.26522465493280056,0.15372517456988796,0.46018892910546194,0.22114366400384608,0.15372517456988796,0.4678600635913476,0.21992124559627602,0.15372517456988796,0.4805188916802198,0.2293084364121849,0.15372517456988796,0.43508044476754776,0.1795314841552727,0.15372517456988796,0.4171142663526688,0.11162022994340505,0.15372517456988796,0.44040708029631714,0.08947274781868211,0.15372517456988796,0.4322131521422455,0.07239275633493708,0.5,0.15372517456988796,0.43883389649526017,0.32154446980218904,0.15372517456988796,0.3120918206388771,0.19374850801069407,0.5,0.15372517456988796,0.36715915247840814,0.3171076848678249,0.15372517456988796,0.3321925841851436,0.23828973586986535,0.15372517456988796,0.45041032387318297,0.19930547406614907,0.15372517456988796,0.4372732224643839,0.20202715876568583,0.15372517456988796,0.46024148003842846,0.16757473356321628,0.15372517456988796,0.4579378510486175,0.22140272460311997,0.15372517456988796,0.3776314197789984,0.3163339426423176,0.5,0.15372517456988796,0.30799069922718986,0.18707542477021977,0.0,0.1987563502753009,0.049685810921831754 -5891,0.5,0.15372517456988796,0.6017105702894876,0.36768757013797326,0.15372517456988796,0.5819335761857904,0.2727774162876656,0.15372517456988796,0.5863358545518613,0.36294179808473886,0.15372517456988796,0.5940438190839579,0.32564443581138464,0.15372517456988796,0.5640730671715317,0.2654501791738413,0.15372517456988796,0.5506529291641338,0.20070873312466986,0.15372517456988796,0.5686284556801109,0.20693734872506278,0.15372517456988796,0.5616857540423392,0.17144819197187033,0.5,0.15372517456988796,0.5607339583770421,0.5132645987427292,0.15372517456988796,0.4364218379824125,0.2372175175425032,0.5,0.15372517456988796,0.4768815494192773,0.4665393903748179,0.15372517456988796,0.4310505674056103,0.3272146074701054,0.15372517456988796,0.5765869859026482,0.24241443102463306,0.15372517456988796,0.5678598593531868,0.2495792204351771,0.15372517456988796,0.583733745218209,0.2295776273172898,0.15372517456988796,0.58188666061762,0.3639166833314378,0.15372517456988796,0.4912503636315175,0.48554506340405945,0.5,0.15372517456988796,0.4140780080608514,0.22395239896610586,0.0,0.2208119016853037,0.08387010735254516 -5892,0.5,0.15372517456988796,0.6604706413099506,0.42241279223654304,0.15372517456988796,0.652276892240925,0.32849216579685186,0.15372517456988796,0.653726580804596,0.4947015618040176,0.15372517456988796,0.6540879718478794,0.3850226561242907,0.15372517456988796,0.6434204532015761,0.3172061325805306,0.15372517456988796,0.6326341753247363,0.28064744361336696,0.15372517456988796,0.6470934381632881,0.3062290475615021,0.15372517456988796,0.6414008626109664,0.2933671678859479,0.5,0.15372517456988796,0.6347875113969916,0.6507478102529725,0.15372517456988796,0.529740168690346,0.27010249817925397,0.5,0.15372517456988796,0.5418404504035528,0.586202366403274,0.15372517456988796,0.5212092194684288,0.42388854200139303,0.15372517456988796,0.65022558511399,0.2822562819974033,0.15372517456988796,0.6446742587341336,0.28412865658401293,0.15372517456988796,0.6551372943240293,0.3173726688019815,0.15372517456988796,0.6555607853903772,0.5154054375369441,0.15372517456988796,0.5677905003908617,0.5768017600353372,0.5,0.15372517456988796,0.4861950710193562,0.2515482138888523,0.0,0.23861922286368797,0.12874482743001273 -5893,0.5,0.15372517456988796,0.6766180652780247,0.44380590097467204,0.15372517456988796,0.6782821180869133,0.3539410389918201,0.15372517456988796,0.6763107531651363,0.49237467877715513,0.15372517456988796,0.669319764847868,0.4022762441417087,0.15372517456988796,0.6748533735596404,0.3664841774366766,0.15372517456988796,0.6667940276617688,0.3717218269922429,0.15372517456988796,0.6779780672202848,0.40441524543482243,0.15372517456988796,0.663407503274686,0.3830067151553298,0.5,0.15372517456988796,0.6637656208340722,0.6691484773771492,0.15372517456988796,0.5561846840700482,0.28989834966328437,0.5,0.15372517456988796,0.5891989787798643,0.635868509240817,0.15372517456988796,0.5754359055093279,0.48155292033999336,0.15372517456988796,0.6773819371423039,0.3152152182603165,0.15372517456988796,0.6740111485509892,0.3277763502694889,0.15372517456988796,0.6810118131706282,0.3754767639279373,0.15372517456988796,0.682688274469466,0.5594851266968685,0.15372517456988796,0.5923285005892308,0.5841895759421565,0.5,0.15372517456988796,0.5215521534312135,0.24778017467728677,0.0,0.2617209927020587,0.16545529213151022 -5894,0.5,0.15372517456988796,0.6523891188113533,0.46184617395508076,0.15372517456988796,0.6659676130766526,0.3729831186393011,0.15372517456988796,0.6583251468647189,0.4634270432828247,0.15372517456988796,0.643129682738933,0.4118397399027607,0.15372517456988796,0.6672751481421548,0.39383975376014535,0.15372517456988796,0.6629289533511642,0.4227681131777373,0.15372517456988796,0.6702625849488998,0.43381205795845323,0.15372517456988796,0.662942497014493,0.38906352437389813,0.5,0.15372517456988796,0.6567614509526712,0.6346640334925833,0.15372517456988796,0.5345581171873381,0.2831560813167674,0.5,0.15372517456988796,0.596789671267187,0.6708938440369436,0.15372517456988796,0.5766547115006719,0.5220712763531586,0.15372517456988796,0.6660465124688566,0.3447922572430391,0.15372517456988796,0.6649519772260726,0.3424690536788923,0.15372517456988796,0.6676869215764352,0.38075053673812675,0.15372517456988796,0.6700608148565333,0.5474122707166521,0.15372517456988796,0.5868419295562164,0.582187345535897,0.5,0.15372517456988796,0.5133949431723164,0.2278824847545387,0.0,0.2961520636236253,0.1772745132783159 -5895,0.5,0.15372517456988796,0.5718884622183793,0.4919393801499848,0.15372517456988796,0.5991079127002931,0.3978709888982445,0.15372517456988796,0.5858504291616851,0.4594621896939656,0.15372517456988796,0.5620207328325154,0.4356964426763609,0.15372517456988796,0.6091333024674418,0.3971269023914708,0.15372517456988796,0.6117947284643188,0.4311409131128977,0.15372517456988796,0.6112199990196852,0.44605065740564825,0.15372517456988796,0.6122270262488858,0.3680757680148376,0.5,0.15372517456988796,0.5991868078163411,0.5832187334701938,0.15372517456988796,0.48832691045833776,0.2576758904261051,0.5,0.15372517456988796,0.5386287978696589,0.69432319714444,0.15372517456988796,0.5080306563265926,0.5536566175809163,0.15372517456988796,0.6006770699066242,0.3746108154131632,0.15372517456988796,0.6047152195246274,0.34798403940094746,0.15372517456988796,0.6010343290999971,0.38167719144828793,0.15372517456988796,0.6048889388049699,0.5156234528071015,0.15372517456988796,0.5364293234554883,0.5765318609878738,0.5,0.15372517456988796,0.4547021756117029,0.21744049418007622,0.0,0.339746250054373,0.18227725223327756 -5896,0.5,0.15372517456988796,0.4445771980736353,0.5179476564837318,0.15372517456988796,0.47855010997371994,0.3968747709796565,0.15372517456988796,0.46153068199013736,0.47545204338173985,0.15372517456988796,0.4339627096375067,0.4377012528083357,0.15372517456988796,0.4954123669930216,0.39108446587341594,0.15372517456988796,0.5030283876604595,0.4238475825891932,0.15372517456988796,0.49636485662623897,0.4498855669314229,0.15372517456988796,0.5019912606219921,0.3335247296022731,0.5,0.15372517456988796,0.4845043594515098,0.5255908144298298,0.15372517456988796,0.39778263408703773,0.21487466505545721,0.5,0.15372517456988796,0.42683581767121137,0.6832664203073677,0.15372517456988796,0.3946208542378228,0.4754833809030712,0.15372517456988796,0.4817963192710708,0.40709183695738166,0.15372517456988796,0.4897177854928429,0.34832455155998665,0.15372517456988796,0.4805402764409624,0.37924893257975534,0.15372517456988796,0.4853007376516346,0.4786260535332522,0.15372517456988796,0.43171723965583403,0.5500105945499326,0.5,0.15372517456988796,0.3632227854148157,0.2119563342804228,0.0,0.38849329477842565,0.19397996252586414 -5897,0.5,0.15372517456988796,0.3097783840715468,0.4682378591337947,0.15372517456988796,0.34508197465225143,0.3102866821215831,0.15372517456988796,0.32150594350259687,0.4208610157318175,0.15372517456988796,0.29566629906770553,0.2857957397247085,0.15372517456988796,0.3610061043542867,0.3221085326216445,0.15372517456988796,0.3668687468247563,0.34792950263711364,0.15372517456988796,0.35846861713789946,0.35269620271902236,0.15372517456988796,0.36274104961999065,0.23228788374777204,0.5,0.15372517456988796,0.33701545398317645,0.3783365336292087,0.15372517456988796,0.26587315755927443,0.13000471157724625,0.5,0.15372517456988796,0.30709061666582443,0.5293604239074978,0.15372517456988796,0.272129385395925,0.3086401836990638,0.15372517456988796,0.35117728280612787,0.40551205096750326,0.15372517456988796,0.3575434626414772,0.3145709204377326,0.15372517456988796,0.3437975886024277,0.3044295586708731,0.15372517456988796,0.3437115540234699,0.34715128692196073,0.15372517456988796,0.3019055632192044,0.3813636614557919,0.5,0.15372517456988796,0.2561360111702401,0.1141057413631856,0.0,0.42434207873000124,0.21672002732241938 -5898,0.5,0.15372517456988796,0.08185429920466875,0.3491175232273361,0.15372517456988796,0.1077877493645489,0.1701228598306636,0.15372517456988796,0.0801040225083347,0.23233969802206017,0.15372517456988796,0.06709004422274525,0.1536743673547205,0.15372517456988796,0.17436985366399252,0.15014458645140724,0.15372517456988796,0.21943129751999532,0.17016452095488196,0.15372517456988796,0.15906157175041535,0.179347899390124,0.15372517456988796,0.20247751237148026,0.11617863866012594,0.5,0.15372517456988796,0.17258806387966974,0.22348369925584954,0.15372517456988796,0.09527121470929735,0.059669487938120665,0.5,0.15372517456988796,0.10538754362117073,0.40642685967472425,0.15372517456988796,0.10371356356410945,0.1608228053430799,0.15372517456988796,0.12805719644544203,0.314548236139413,0.15372517456988796,0.14616708447200416,0.18825947181090946,0.15372517456988796,0.10034014463599915,0.14959937370161447,0.15372517456988796,0.09963140532331428,0.20153227533955315,0.15372517456988796,0.09185398791812076,0.27366431962596727,0.5,0.15372517456988796,0.07490582117256334,0.049253302584973735,0.0,0.41464859984184677,0.23818804867976592 -5899,0.5,0.15372517456988796,0.0,0.2720733422516053,0.15372517456988796,0.0,0.17629739303570466,0.15372517456988796,0.0,0.16342570513039223,0.15372517456988796,0.0,0.13556666922686975,0.15372517456988796,0.0,0.152165430889005,0.15372517456988796,0.0,0.15528195781362802,0.15372517456988796,0.0,0.1643175794792146,0.15372517456988796,0.0,0.10475017304657236,0.5,0.15372517456988796,0.0,0.19924711328869538,0.15372517456988796,0.0,0.043518454962392344,0.5,0.15372517456988796,0.0,0.3512040346857768,0.15372517456988796,0.0,0.10805111178336439,0.15372517456988796,0.0,0.2612084930030965,0.15372517456988796,0.0,0.1881026552742657,0.15372517456988796,0.0,0.12507991836862237,0.15372517456988796,0.0,0.19469670579258289,0.15372517456988796,0.0,0.24649478047707396,0.5,0.15372517456988796,0.0,0.043669189149307196,0.0,0.3986113320421263,0.24993309469504318 -5900,0.5,0.15372517456988796,0.0,0.2301075582709273,0.15372517456988796,0.0,0.2078526531495144,0.15372517456988796,0.0,0.13569883083792653,0.15372517456988796,0.0,0.1298146805166811,0.15372517456988796,0.0,0.16437662868480596,0.15372517456988796,0.0,0.16345595148095182,0.15372517456988796,0.0,0.15547696682293677,0.15372517456988796,0.0,0.10466641145049618,0.5,0.15372517456988796,0.0,0.19619918747539125,0.15372517456988796,0.0,0.031217162455048325,0.5,0.15372517456988796,0.0,0.33789282361968176,0.15372517456988796,0.0,0.08420977994416287,0.15372517456988796,0.0,0.24898535144933118,0.15372517456988796,0.0,0.2320849683851196,0.15372517456988796,0.0,0.13393745995202289,0.15372517456988796,0.0,0.19763602720127035,0.15372517456988796,0.0,0.22771104917235266,0.5,0.15372517456988796,0.0,0.04261649190645802,0.0,0.4037422637944691,0.2568715598312921 -5901,0.5,0.15372517456988796,0.0,0.18936065123203086,0.15372517456988796,0.0,0.21099319544259248,0.15372517456988796,0.0,0.11186812369920204,0.15372517456988796,0.0,0.11857170171497602,0.15372517456988796,0.0,0.15517038602482303,0.15372517456988796,0.0,0.14884240536710197,0.15372517456988796,0.0,0.13576191076916444,0.15372517456988796,0.0,0.09292589112394073,0.5,0.15372517456988796,0.0,0.19018700955465215,0.15372517456988796,0.0,0.02450012167319625,0.5,0.15372517456988796,0.0,0.3256749689330336,0.15372517456988796,0.0,0.06553244925821933,0.15372517456988796,0.0,0.22795234614245574,0.15372517456988796,0.0,0.25751965212720473,0.15372517456988796,0.0,0.1365780551717571,0.15372517456988796,0.0,0.17497496709123794,0.15372517456988796,0.0,0.19420518982376161,0.5,0.15372517456988796,0.0,0.04463241030703366,0.0,0.41983169943484266,0.28908719835613556 -5902,0.5,0.15372517456988796,0.0,0.1626308660677309,0.15372517456988796,0.0,0.18103607197137248,0.15372517456988796,0.0,0.09416596264707114,0.15372517456988796,0.0,0.10139040745182767,0.15372517456988796,0.0,0.1448367212322026,0.15372517456988796,0.0,0.12763186507099294,0.15372517456988796,0.0,0.10981582587469342,0.15372517456988796,0.0,0.07537254462184209,0.5,0.15372517456988796,0.0,0.17932397762396085,0.15372517456988796,0.0,0.020712430637528423,0.5,0.15372517456988796,0.0,0.2752711130446958,0.15372517456988796,0.0,0.047805419972263875,0.15372517456988796,0.0,0.20296581770125585,0.15372517456988796,0.0,0.24535823175160199,0.15372517456988796,0.0,0.13125312342267573,0.15372517456988796,0.0,0.14236237486515596,0.15372517456988796,0.0,0.14542344446671418,0.5,0.15372517456988796,0.0,0.043284073600334594,0.0,0.42538851664602245,0.40743309618297857 -5903,0.5,0.15372517456988796,0.0,0.1518841092849092,0.15372517456988796,0.0,0.13742934381170505,0.15372517456988796,0.0,0.08049549061045781,0.15372517456988796,0.0,0.0867451639425438,0.15372517456988796,0.0,0.1392986389801425,0.15372517456988796,0.0,0.10768541037288541,0.15372517456988796,0.0,0.08576104468005187,0.15372517456988796,0.0,0.05959714832928813,0.5,0.15372517456988796,0.0,0.16044430400367019,0.15372517456988796,0.0,0.01874800772112811,0.5,0.15372517456988796,0.0,0.18949758865826505,0.15372517456988796,0.0,0.0419897570703026,0.15372517456988796,0.0,0.1770361486327926,0.15372517456988796,0.0,0.2141141006217369,0.15372517456988796,0.0,0.11158439534063255,0.15372517456988796,0.0,0.10796239910157067,0.15372517456988796,0.0,0.10033968295231595,0.5,0.15372517456988796,0.0,0.03799370981612196,0.0,0.4267244204273012,0.5183493294497458 -5904,0.5,0.15372517456988796,0.0,0.14586878226152922,0.15372517456988796,0.0,0.1127454893398665,0.15372517456988796,0.0,0.06625550585680222,0.15372517456988796,0.0,0.07800505984147983,0.15372517456988796,0.0,0.13842814989591865,0.15372517456988796,0.0,0.09396082388392654,0.15372517456988796,0.0,0.06723709638306556,0.15372517456988796,0.0,0.04614616790550624,0.5,0.15372517456988796,0.0,0.13064806774312188,0.15372517456988796,0.0,0.015316999731334574,0.5,0.15372517456988796,0.0,0.12332091002844525,0.15372517456988796,0.0,0.030202980617428838,0.15372517456988796,0.0,0.1570352001233665,0.15372517456988796,0.0,0.1760301971394806,0.15372517456988796,0.0,0.09060023057632159,0.15372517456988796,0.0,0.08273243202149383,0.15372517456988796,0.0,0.0735048610397228,0.5,0.15372517456988796,0.0,0.033489845121263025,0.0,0.42589108783465934,0.48852359924636274 -5905,0.5,0.15372517456988796,0.0,0.13702026187508717,0.15372517456988796,0.0,0.1074445956829793,0.15372517456988796,0.0,0.052766052435263125,0.15372517456988796,0.0,0.07483584758735103,0.15372517456988796,0.0,0.13197140511239075,0.15372517456988796,0.0,0.0943073921411065,0.15372517456988796,0.0,0.059194864380128755,0.15372517456988796,0.0,0.034447232385650076,0.5,0.15372517456988796,0.0,0.09821423397041384,0.15372517456988796,0.0,0.011135165106073873,0.5,0.15372517456988796,0.0,0.05894020141377537,0.15372517456988796,0.0,0.01901968660373999,0.15372517456988796,0.0,0.1512809610856764,0.15372517456988796,0.0,0.14658546139687334,0.15372517456988796,0.0,0.08209016294639918,0.15372517456988796,0.0,0.07045440972551871,0.15372517456988796,0.0,0.06365295287957563,0.5,0.15372517456988796,0.0,0.02874162616002838,0.0,0.4140516068773519,0.44448046654195406 -5906,0.5,0.15372517456988796,0.0,0.1290480459822926,0.15372517456988796,0.0,0.10644306094284736,0.15372517456988796,0.0,0.04352387064869241,0.15372517456988796,0.0,0.07232611249449983,0.15372517456988796,0.0,0.1255565502465844,0.15372517456988796,0.0,0.09836089265001888,0.15372517456988796,0.0,0.0566532846482543,0.15372517456988796,0.0,0.025063670329210794,0.5,0.15372517456988796,0.0,0.0715332985450551,0.15372517456988796,0.0,0.009058334894893732,0.5,0.15372517456988796,0.0,0.03900819126074077,0.15372517456988796,0.0,0.014409502130702018,0.15372517456988796,0.0,0.152134801074556,0.15372517456988796,0.0,0.12973353525216408,0.15372517456988796,0.0,0.07503284134630937,0.15372517456988796,0.0,0.05892053908839925,0.15372517456988796,0.0,0.05673808325646477,0.5,0.15372517456988796,0.0,0.022362597024958953,0.0,0.3888256822678556,0.4002420389801602 -5907,0.5,0.15372517456988796,0.0,0.12588806806147404,0.15372517456988796,0.0,0.10132452273748964,0.15372517456988796,0.0,0.03841817810902995,0.15372517456988796,0.0,0.07144768849077149,0.15372517456988796,0.0,0.1237369834150968,0.15372517456988796,0.0,0.10111270663589894,0.15372517456988796,0.0,0.0537450018533361,0.15372517456988796,0.0,0.019965905548843095,0.5,0.15372517456988796,0.0,0.058888316943771835,0.15372517456988796,0.0,0.00676370693720409,0.5,0.15372517456988796,0.0,0.030587633737836937,0.15372517456988796,0.0,0.011555739265134979,0.15372517456988796,0.0,0.1546500387189053,0.15372517456988796,0.0,0.12803646541319896,0.15372517456988796,0.0,0.06969980621217055,0.15372517456988796,0.0,0.05252497021171272,0.15372517456988796,0.0,0.0480199568399014,0.5,0.15372517456988796,0.0,0.01699750285976421,0.0,0.365152060675916,0.35861171389315044 -5908,0.5,0.15372517456988796,0.0,0.12258966071745024,0.15372517456988796,0.0,0.09521586558974286,0.15372517456988796,0.0,0.03449073914094311,0.15372517456988796,0.0,0.06686807732048168,0.15372517456988796,0.0,0.11987062811302378,0.15372517456988796,0.0,0.0980308631971537,0.15372517456988796,0.0,0.04939124869366449,0.15372517456988796,0.0,0.016872714680112397,0.5,0.15372517456988796,0.0,0.055887066562934434,0.15372517456988796,0.0,0.005700566249976351,0.5,0.15372517456988796,0.0,0.020265080661139637,0.15372517456988796,0.0,0.009906802141112744,0.15372517456988796,0.0,0.15639093944787366,0.15372517456988796,0.0,0.12993505878731998,0.15372517456988796,0.0,0.06811136019537696,0.15372517456988796,0.0,0.0448188562719077,0.15372517456988796,0.0,0.03911078947203947,0.5,0.15372517456988796,0.0,0.012377762350527602,0.0,0.3390021529915382,0.3406407090125129 -5909,0.5,0.15372517456988796,0.0,0.11823493011666703,0.15372517456988796,0.0,0.09065176493767856,0.15372517456988796,0.0,0.02840629466949359,0.15372517456988796,0.0,0.06318490438445099,0.15372517456988796,0.0,0.12223405263118502,0.15372517456988796,0.0,0.0944523742913333,0.15372517456988796,0.0,0.044197584262042074,0.15372517456988796,0.0,0.014839964938839219,0.5,0.15372517456988796,0.0,0.05397602899835285,0.15372517456988796,0.0,0.006407229103791705,0.5,0.15372517456988796,0.0,0.01816541390598464,0.15372517456988796,0.0,0.008777474885372455,0.15372517456988796,0.0,0.15547832440775006,0.15372517456988796,0.0,0.1342845852903621,0.15372517456988796,0.0,0.06758978243852153,0.15372517456988796,0.0,0.040482177489299886,0.15372517456988796,0.0,0.032553838714994975,0.5,0.15372517456988796,0.0,0.01106207564949143,0.0,0.3016070997702749,0.3428156011802779 -5910,0.5,0.15372517456988796,0.0,0.1123787468139517,0.15372517456988796,0.0,0.08848478032871088,0.15372517456988796,0.0,0.023273667724458547,0.15372517456988796,0.0,0.057665755883324524,0.15372517456988796,0.0,0.12425058361755133,0.15372517456988796,0.0,0.09150669731788429,0.15372517456988796,0.0,0.04172387745660586,0.15372517456988796,0.0,0.013519106266577409,0.5,0.15372517456988796,0.0,0.05038396785290031,0.15372517456988796,0.0,0.005187215167176713,0.5,0.15372517456988796,0.0,0.0212965181193076,0.15372517456988796,0.0,0.008707025861402255,0.15372517456988796,0.0,0.15286472515909355,0.15372517456988796,0.0,0.13770937727229882,0.15372517456988796,0.0,0.06746091251929659,0.15372517456988796,0.0,0.036935432198415684,0.15372517456988796,0.0,0.028009958003867342,0.5,0.15372517456988796,0.0,0.010288951940026516,0.0,0.269057348877694,0.34909800621060416 -5911,0.5,0.15372517456988796,0.062015032563742425,0.09397942602522526,0.15372517456988796,0.044590258150570446,0.08139003274202894,0.15372517456988796,0.04999166736978264,0.02061076265751875,0.15372517456988796,0.06432583788318948,0.05302011469763708,0.15372517456988796,0.02911650319311217,0.11806782700991574,0.15372517456988796,0.021698944072591042,0.0869249867513083,0.15372517456988796,0.03001594640819226,0.03894464321086566,0.15372517456988796,0.02300003513377928,0.012215184088815374,0.5,0.15372517456988796,0.024274089312823797,0.03867433811147041,0.15372517456988796,0.041643294337381495,0.0032705726888389293,0.5,0.15372517456988796,0.0326658587925386,0.02132745375470406,0.15372517456988796,0.033115424129635966,0.007590600286941194,0.15372517456988796,0.04268117141662494,0.13888225554546657,0.15372517456988796,0.03329898246835869,0.13095159632964243,0.15372517456988796,0.041003974233904665,0.06221998298515001,0.15372517456988796,0.03640443533208374,0.03268291636867393,0.15372517456988796,0.04555047493780916,0.019792541828826678,0.5,0.15372517456988796,0.05295001349153436,0.00793854589443095,0.0,0.2394252434712321,0.3540935776260509 -5912,0.5,0.15372517456988796,0.1939803841105115,0.11932347574897766,0.15372517456988796,0.16908619986512413,0.10124522688985647,0.15372517456988796,0.17814943517168125,0.02882900428629738,0.15372517456988796,0.19731577262739117,0.07222610228568961,0.15372517456988796,0.14555041015863815,0.14685468465242535,0.15372517456988796,0.13512510485900853,0.09565255521147295,0.15372517456988796,0.14793112307605477,0.03823569441734847,0.15372517456988796,0.13794665419644267,0.010358858646813579,0.5,0.15372517456988796,0.1398375160274353,0.030438933653630144,0.15372517456988796,0.16770016024761128,0.001920185069388863,0.5,0.15372517456988796,0.15258684458319222,0.020044002856424745,0.15372517456988796,0.1545528091127636,0.004963619089721378,0.15372517456988796,0.16527074408956846,0.15378353901236202,0.15372517456988796,0.15144656230439008,0.15792836784737802,0.15372517456988796,0.1644694549334901,0.07859077976598547,0.15372517456988796,0.15839866554441845,0.0273473905591867,0.15372517456988796,0.17254809135054386,0.014838492011462659,0.5,0.15372517456988796,0.18078988025901868,0.007352856210358213,0.0,0.2340859870446929,0.36168198252833134 -5913,0.5,0.15372517456988796,0.3344640182107172,0.18437458759849096,0.15372517456988796,0.3110199227487943,0.2055576470432325,0.15372517456988796,0.32149267519958835,0.06141392207473659,0.15372517456988796,0.33942142092664507,0.13216248995824412,0.15372517456988796,0.28911401181624957,0.27585839132725193,0.15372517456988796,0.27927486688314096,0.15817581931556296,0.15372517456988796,0.2920100144560924,0.06150677208578953,0.15372517456988796,0.28252200720389115,0.0167250075061565,0.5,0.15372517456988796,0.28468543612932096,0.05651110514760036,0.15372517456988796,0.3166196443516087,0.0058541734637080145,0.5,0.15372517456988796,0.29851218223307957,0.04625580038647288,0.15372517456988796,0.30210066858643037,0.012034010887905873,0.15372517456988796,0.3069246291425057,0.2438884562403694,0.15372517456988796,0.29441577854112,0.2604388790178988,0.15372517456988796,0.307931662818021,0.16291129917898414,0.15372517456988796,0.3031432783818667,0.043138292117406114,0.15372517456988796,0.3184638239061694,0.024409671865911885,0.5,0.15372517456988796,0.32627221963880687,0.02390627393860766,0.0,0.27835228742968826,0.3775071574304807 -5914,0.5,0.15372517456988796,0.4750093341286995,0.2060387665911179,0.15372517456988796,0.45108896104305146,0.2227233303370408,0.15372517456988796,0.46591871504072835,0.09553048842902777,0.15372517456988796,0.48124844640506026,0.17674378542530464,0.15372517456988796,0.43106494783923766,0.3273816886093373,0.15372517456988796,0.4226050667164739,0.23961847829101773,0.15372517456988796,0.4361214371197032,0.11377349398582866,0.15372517456988796,0.4285365846250766,0.036668354272800616,0.5,0.15372517456988796,0.4338282531500587,0.11115021349782367,0.15372517456988796,0.4687256827120658,0.013703728784713558,0.5,0.15372517456988796,0.4489015063559063,0.09696076610115202,0.15372517456988796,0.453992912843722,0.020948968755866017,0.15372517456988796,0.4450863847253737,0.30401303382947803,0.15372517456988796,0.4347675184740748,0.2910689905183452,0.15372517456988796,0.45135578040522517,0.2074472790214612,0.15372517456988796,0.44991511235940895,0.07966067487606716,0.15372517456988796,0.46615574279896954,0.05329713260777322,0.5,0.15372517456988796,0.4739813218055908,0.058909620931769144,0.0,0.2861125067007513,0.39882743025191636 -5915,0.5,0.15372517456988796,0.5859583436393128,0.2526887765988419,0.15372517456988796,0.5704972824680891,0.2726458994613625,0.15372517456988796,0.581031286222217,0.1520913886783451,0.15372517456988796,0.589309533547592,0.2599421586584061,0.15372517456988796,0.5568093106517221,0.36935140817948203,0.15372517456988796,0.549818350518376,0.27008405601172575,0.15372517456988796,0.5608933956856852,0.18823133798207362,0.15372517456988796,0.5555792271004611,0.07309514527003691,0.5,0.15372517456988796,0.560914575905657,0.18019240007502973,0.15372517456988796,0.5886554495127754,0.020608090605569025,0.5,0.15372517456988796,0.5720629952730437,0.11177303508851076,0.15372517456988796,0.5767906769421605,0.040159521788438624,0.15372517456988796,0.5665950460843281,0.3672715760785871,0.15372517456988796,0.5591268792943945,0.31941419102894686,0.15372517456988796,0.5715376836671329,0.26603762272806714,0.15372517456988796,0.5719530494878837,0.13428826414867698,0.15372517456988796,0.5825317621163363,0.09350645071739408,0.5,0.15372517456988796,0.588139514781524,0.0907708239271284,0.0,0.2816408623750838,0.39651814643663486 -5916,0.5,0.15372517456988796,0.6433311235128775,0.31971508715624836,0.15372517456988796,0.637593372027053,0.32981526385850324,0.15372517456988796,0.643387234907744,0.23125074540227375,0.15372517456988796,0.6446204178161268,0.365218861326412,0.15372517456988796,0.632573129786273,0.4309094035136447,0.15372517456988796,0.6279737438234648,0.2918169092494863,0.15372517456988796,0.6352503253968926,0.26784374609624323,0.15372517456988796,0.6335338050860541,0.10804310822697208,0.5,0.15372517456988796,0.6382767490242671,0.1980079169158927,0.15372517456988796,0.6563913635240818,0.027335425418073732,0.5,0.15372517456988796,0.6438360195059787,0.12168686951842288,0.15372517456988796,0.6484598868797953,0.05169811383173453,0.15372517456988796,0.6368293022811803,0.40685050415827806,0.15372517456988796,0.633152389683351,0.370644597851709,0.15372517456988796,0.6391597804849636,0.3480107722352812,0.15372517456988796,0.6422083662670672,0.186053710413225,0.15372517456988796,0.6463249848117694,0.12563971605614777,0.5,0.15372517456988796,0.6490159749407292,0.13055756300864454,0.0,0.2940641121299287,0.3564422375519122 -5917,0.5,0.15372517456988796,0.6584692046037235,0.4009462150573842,0.15372517456988796,0.6594354845763886,0.3943034873422124,0.15372517456988796,0.6617697210216562,0.3001547900672534,0.15372517456988796,0.6584121122023932,0.4547868374897173,0.15372517456988796,0.6604754842438847,0.4435249617209589,0.15372517456988796,0.658103467318442,0.305031758129751,0.15372517456988796,0.6624690932809627,0.2889709740872565,0.15372517456988796,0.6640495737689855,0.1369182015848165,0.5,0.15372517456988796,0.6681783875959191,0.19066002773374863,0.15372517456988796,0.6786798826598335,0.03589308196377741,0.5,0.15372517456988796,0.6690440332068772,0.11768932755302915,0.15372517456988796,0.6740956364451377,0.056680864758524685,0.15372517456988796,0.6616521402848279,0.4465324110481388,0.15372517456988796,0.6599628684727132,0.42253271186416047,0.15372517456988796,0.6609127148714835,0.41897567553666776,0.15372517456988796,0.6666407554505054,0.2057787599934608,0.15372517456988796,0.6661485759999841,0.15123861136860262,0.5,0.15372517456988796,0.6666995514252886,0.16946326911142467,0.0,0.3226699160109858,0.3281007372175105 -5918,0.5,0.15372517456988796,0.634572110142038,0.4399464128234409,0.15372517456988796,0.6432467405415838,0.4546678832862322,0.15372517456988796,0.6410801590276063,0.35213005235209105,0.15372517456988796,0.6325064658452996,0.5207524571495568,0.15372517456988796,0.6503099213141089,0.468968543448495,0.15372517456988796,0.6503735283203931,0.3409053288546565,0.15372517456988796,0.6514319530944831,0.35399867353112346,0.15372517456988796,0.6559591315111302,0.16493678080295127,0.5,0.15372517456988796,0.6585494521792794,0.18985552940890166,0.15372517456988796,0.6598434711395024,0.04148429127955677,0.5,0.15372517456988796,0.6541168524672087,0.1364134430837418,0.15372517456988796,0.6596186687221263,0.07821289548412999,0.15372517456988796,0.6485927128663769,0.4805788006266449,0.15372517456988796,0.648786733894096,0.44090881084970907,0.15372517456988796,0.6445057506192542,0.45272624587516097,0.15372517456988796,0.6523455461868775,0.2212104279111113,0.15372517456988796,0.6463008512164647,0.1760867068242024,0.5,0.15372517456988796,0.6427042567626385,0.2326101753203777,0.0,0.36571457594416423,0.35306403729228386 -5919,0.5,0.15372517456988796,0.5558135626644618,0.46976221583364486,0.15372517456988796,0.5746545542292764,0.4569846875925828,0.15372517456988796,0.5675922717667536,0.39442940946333377,0.15372517456988796,0.5521211236826066,0.5674487398175572,0.15372517456988796,0.5903865663717712,0.4779781299697258,0.15372517456988796,0.5952022949326554,0.363503103199765,0.15372517456988796,0.5909734220902997,0.38552219332874227,0.15372517456988796,0.5996915940326165,0.16659511518130402,0.5,0.15372517456988796,0.6000847002309446,0.15982896371876631,0.15372517456988796,0.5885856619780602,0.049315224514847975,0.5,0.15372517456988796,0.5890479973749168,0.15615504431675206,0.15372517456988796,0.5949295870458012,0.0893331176716638,0.15372517456988796,0.5826515312243994,0.49748698887674303,0.15372517456988796,0.5868116520391353,0.45557178685061384,0.15372517456988796,0.5766020155084423,0.4895896970811323,0.15372517456988796,0.5871725177633706,0.2344968959155299,0.15372517456988796,0.5745531151192355,0.21864568883350433,0.5,0.15372517456988796,0.5639372096766916,0.2748324459535696,0.0,0.41468395153602267,0.39592020456627247 -5920,0.5,0.15372517456988796,0.43172994333834924,0.43618664078507713,0.15372517456988796,0.4558957049941945,0.4303000382232383,0.15372517456988796,0.44496362819569435,0.4390022981298268,0.15372517456988796,0.42598844714106177,0.5197016360615621,0.15372517456988796,0.47723296713839447,0.4736401498757444,0.15372517456988796,0.48588659743267115,0.3598869550903166,0.15372517456988796,0.4774276045414494,0.3730674574370212,0.15372517456988796,0.48884418377907435,0.16030776873218514,0.5,0.15372517456988796,0.4874054229283402,0.1347260544198139,0.15372517456988796,0.4648053765090916,0.05551712288409632,0.5,0.15372517456988796,0.47110097803835305,0.18016466752619054,0.15372517456988796,0.4766641418346341,0.10341352004995441,0.15372517456988796,0.4652570487187687,0.5111228100682128,0.15372517456988796,0.47201771902289347,0.45329952112001537,0.15372517456988796,0.4582622030870757,0.46955834364982635,0.15372517456988796,0.4694582822121368,0.2204890490743872,0.15372517456988796,0.45209415512986184,0.20379407354928014,0.5,0.15372517456988796,0.43584192934177024,0.2696775839957118,0.0,0.45897593436340367,0.42340262088039204 -5921,0.5,0.15372517456988796,0.30016249165327036,0.2912907547649351,0.15372517456988796,0.32661807087230355,0.2366123517264223,0.15372517456988796,0.30876168095914536,0.3640481738442172,0.15372517456988796,0.29011356896165325,0.3283696381297731,0.15372517456988796,0.3452936919364266,0.3279082648140771,0.15372517456988796,0.3516851573782916,0.2505395038987881,0.15372517456988796,0.3429728369355831,0.2116699203730336,0.15372517456988796,0.3507428788584954,0.09680790943458117,0.5,0.15372517456988796,0.34569022404095406,0.0891129248760277,0.15372517456988796,0.31622661188619927,0.03456086604346647,0.5,0.15372517456988796,0.3278560122031644,0.09023953306576396,0.15372517456988796,0.32884998878824945,0.05814989914006381,0.15372517456988796,0.3372085766833276,0.45511260682539123,0.15372517456988796,0.3416397202795337,0.3651243261831667,0.15372517456988796,0.3258629010995554,0.3149215451721963,0.15372517456988796,0.33185365881107876,0.11428869268331325,0.15372517456988796,0.31047891292707896,0.10287048565847519,0.5,0.15372517456988796,0.28869388071229224,0.1114811636803271,0.0,0.46879583735362146,0.4383673932569971 -5922,0.5,0.15372517456988796,0.07622672769575708,0.19432958773628617,0.15372517456988796,0.10016223652657055,0.18703603212513875,0.15372517456988796,0.07461224816060594,0.25011017946689484,0.15372517456988796,0.0626819208083462,0.2376854621332109,0.15372517456988796,0.1546380970630845,0.18701321272966273,0.15372517456988796,0.20685400608352011,0.11468385949313543,0.15372517456988796,0.11120809581371638,0.11839829147245896,0.15372517456988796,0.18455293315638244,0.036710490668952614,0.5,0.15372517456988796,0.1577735750091831,0.020465741228663313,0.15372517456988796,0.08733970511433295,0.011774871465101873,0.5,0.15372517456988796,0.09715207916182225,0.04243434131122651,0.15372517456988796,0.10215410367541329,0.014253058690933119,0.15372517456988796,0.12061145355392225,0.3559663151423027,0.15372517456988796,0.12879637163576677,0.23003429443077106,0.15372517456988796,0.09350677328456088,0.19832187926470898,0.15372517456988796,0.09306167199092497,0.07264269974521957,0.15372517456988796,0.08008764064901264,0.08285578630049507,0.5,0.15372517456988796,0.06748589942086602,0.06776587545768867,0.0,0.4243816123477022,0.44005390820291795 -5923,0.5,0.15372517456988796,0.0,0.178759700353388,0.15372517456988796,0.0,0.2286974514308097,0.15372517456988796,0.0,0.20807917066792755,0.15372517456988796,0.0,0.2226088009293652,0.15372517456988796,0.0,0.18542071485972764,0.15372517456988796,0.0,0.11648878406602567,0.15372517456988796,0.0,0.10863537243781206,0.15372517456988796,0.0,0.03239393410432909,0.5,0.15372517456988796,0.0,0.013739796130279945,0.15372517456988796,0.0,0.008222772752115772,0.5,0.15372517456988796,0.0,0.02877035836134455,0.15372517456988796,0.0,0.007985482327961401,0.15372517456988796,0.0,0.3113160140825773,0.15372517456988796,0.0,0.23146313280356587,0.15372517456988796,0.0,0.20328850845018973,0.15372517456988796,0.0,0.06676083696854025,0.15372517456988796,0.0,0.08072402242930958,0.5,0.15372517456988796,0.0,0.052631834974189,0.0,0.3647273633340177,0.4434986605512805 -5924,0.5,0.15372517456988796,0.0,0.17348627291068403,0.15372517456988796,0.0,0.2440742006008132,0.15372517456988796,0.0,0.17609091300038396,0.15372517456988796,0.0,0.20604125205771864,0.15372517456988796,0.0,0.17773432924464458,0.15372517456988796,0.0,0.11371195659895482,0.15372517456988796,0.0,0.09165641834863696,0.15372517456988796,0.0,0.026859060084004127,0.5,0.15372517456988796,0.0,0.00971342280175761,0.15372517456988796,0.0,0.003637474316961702,0.5,0.15372517456988796,0.0,0.02994780187240857,0.15372517456988796,0.0,0.004901560123927887,0.15372517456988796,0.0,0.2737031871475927,0.15372517456988796,0.0,0.232411715765536,0.15372517456988796,0.0,0.20840022955020931,0.15372517456988796,0.0,0.05521147211440475,0.15372517456988796,0.0,0.0739635385912993,0.5,0.15372517456988796,0.0,0.03649385396353785,0.0,0.3182489144415624,0.4469271283935824 -5925,0.5,0.15372517456988796,0.0,0.1645324379309042,0.15372517456988796,0.0,0.21225005536694871,0.15372517456988796,0.0,0.1301137250008314,0.15372517456988796,0.0,0.17371749455367286,0.15372517456988796,0.0,0.16104462891779678,0.15372517456988796,0.0,0.09350586662202508,0.15372517456988796,0.0,0.08165885936642554,0.15372517456988796,0.0,0.021404701957113012,0.5,0.15372517456988796,0.0,0.007016626702711438,0.15372517456988796,0.0,0.002506445183581131,0.5,0.15372517456988796,0.0,0.028089471175826903,0.15372517456988796,0.0,0.004589710518145846,0.15372517456988796,0.0,0.2316119078564427,0.15372517456988796,0.0,0.21254484383014646,0.15372517456988796,0.0,0.1893409311165263,0.15372517456988796,0.0,0.04415207304692397,0.15372517456988796,0.0,0.07165517417970027,0.5,0.15372517456988796,0.0,0.028627040772212564,0.0,0.26139239025487526,0.4555076994925088 -5926,0.5,0.15372517456988796,0.0,0.14987765265757394,0.15372517456988796,0.0,0.1690586523624608,0.15372517456988796,0.0,0.08300546501411192,0.15372517456988796,0.0,0.13503092575776168,0.15372517456988796,0.0,0.14390605696888037,0.15372517456988796,0.0,0.06509563165458299,0.15372517456988796,0.0,0.071572625461356,0.15372517456988796,0.0,0.01620752227725731,0.5,0.15372517456988796,0.0,0.005042832977699347,0.15372517456988796,0.0,0.0030676988658962408,0.5,0.15372517456988796,0.0,0.016316712020868117,0.15372517456988796,0.0,0.00460907956741179,0.15372517456988796,0.0,0.18724598274399523,0.15372517456988796,0.0,0.18488661989528876,0.15372517456988796,0.0,0.15844697917766895,0.15372517456988796,0.0,0.036576416953933585,0.15372517456988796,0.0,0.06698681154666311,0.5,0.15372517456988796,0.0,0.022134302705992946,0.0,0.18131740946710692,0.42494921261183805 -5927,0.5,0.15372517456988796,0.0,0.13179688611079765,0.15372517456988796,0.0,0.14977620798912952,0.15372517456988796,0.0,0.049365711199308486,0.15372517456988796,0.0,0.10555359077707592,0.15372517456988796,0.0,0.11157911177614689,0.15372517456988796,0.0,0.04661873601522685,0.15372517456988796,0.0,0.05755924047070362,0.15372517456988796,0.0,0.011521654193961041,0.5,0.15372517456988796,0.0,0.004047377163443873,0.15372517456988796,0.0,0.003674186977368378,0.5,0.15372517456988796,0.0,0.010448239223423394,0.15372517456988796,0.0,0.004256787575227004,0.15372517456988796,0.0,0.15515148213308266,0.15372517456988796,0.0,0.15388934643394037,0.15372517456988796,0.0,0.13105630269233556,0.15372517456988796,0.0,0.02739177808189781,0.15372517456988796,0.0,0.05999610897830691,0.5,0.15372517456988796,0.0,0.0170440417511154,0.0,0.11595285813687765,0.35351250548356045 -5928,0.5,0.15372517456988796,0.0,0.11128803728647448,0.15372517456988796,0.0,0.13822035762890886,0.15372517456988796,0.0,0.03135689616776546,0.15372517456988796,0.0,0.08428876862939416,0.15372517456988796,0.0,0.0793501499625657,0.15372517456988796,0.0,0.0302807307871268,0.15372517456988796,0.0,0.04611813548341287,0.15372517456988796,0.0,0.008357119694288878,0.5,0.15372517456988796,0.0,0.0035266311241012793,0.15372517456988796,0.0,0.005271407367311881,0.5,0.15372517456988796,0.0,0.01033014491200088,0.15372517456988796,0.0,0.0041817944070070235,0.15372517456988796,0.0,0.1385440661779091,0.15372517456988796,0.0,0.11965169632764491,0.15372517456988796,0.0,0.10981316073517576,0.15372517456988796,0.0,0.021545932462978038,0.15372517456988796,0.0,0.050961769833702646,0.5,0.15372517456988796,0.0,0.013421619202803178,0.0,0.08450760944813238,0.2973633340690104 -5929,0.5,0.15372517456988796,0.0,0.09634835942030187,0.15372517456988796,0.0,0.1246609830609978,0.15372517456988796,0.0,0.022856491939349625,0.15372517456988796,0.0,0.0664118872614576,0.15372517456988796,0.0,0.05972371159996184,0.15372517456988796,0.0,0.019717827260521962,0.15372517456988796,0.0,0.03273204692644245,0.15372517456988796,0.0,0.00688772076617413,0.5,0.15372517456988796,0.0,0.0030791103215735147,0.15372517456988796,0.0,0.007786929055146546,0.5,0.15372517456988796,0.0,0.010586033367099255,0.15372517456988796,0.0,0.0039649985031114795,0.15372517456988796,0.0,0.12306691470281282,0.15372517456988796,0.0,0.10151344934859963,0.15372517456988796,0.0,0.09434463223904627,0.15372517456988796,0.0,0.018204405290109787,0.15372517456988796,0.0,0.038413022682292505,0.5,0.15372517456988796,0.0,0.009968722822517585,0.0,0.0758596881121493,0.2253767871591381 -5930,0.5,0.15372517456988796,0.0,0.08866320520805807,0.15372517456988796,0.0,0.1024525130220543,0.15372517456988796,0.0,0.01865836235284263,0.15372517456988796,0.0,0.05421868820283182,0.15372517456988796,0.0,0.049859566477598684,0.15372517456988796,0.0,0.01362329244030944,0.15372517456988796,0.0,0.025292333427825463,0.15372517456988796,0.0,0.0052820613967014315,0.5,0.15372517456988796,0.0,0.0031296744597649763,0.15372517456988796,0.0,0.010724910383869565,0.5,0.15372517456988796,0.0,0.008774021577626733,0.15372517456988796,0.0,0.0034735840699109295,0.15372517456988796,0.0,0.11297871417025764,0.15372517456988796,0.0,0.09371451877878519,0.15372517456988796,0.0,0.07837804979371531,0.15372517456988796,0.0,0.01484672327280736,0.15372517456988796,0.0,0.030449413694924096,0.5,0.15372517456988796,0.0,0.007612581658665527,0.0,0.0711309824081505,0.15533943372236678 -5931,0.5,0.15372517456988796,0.0,0.08540296273625783,0.15372517456988796,0.0,0.08516416421971752,0.15372517456988796,0.0,0.015351004845682307,0.15372517456988796,0.0,0.04723582797871399,0.15372517456988796,0.0,0.04137097353797669,0.15372517456988796,0.0,0.009043053390139597,0.15372517456988796,0.0,0.02042283261668599,0.15372517456988796,0.0,0.003977498953521943,0.5,0.15372517456988796,0.0,0.0031140549411308067,0.15372517456988796,0.0,0.012872390777490658,0.5,0.15372517456988796,0.0,0.006602428352915077,0.15372517456988796,0.0,0.003034185351083679,0.15372517456988796,0.0,0.10208167210175831,0.15372517456988796,0.0,0.08743373685650548,0.15372517456988796,0.0,0.06528522824045016,0.15372517456988796,0.0,0.013968943561287098,0.15372517456988796,0.0,0.021183737359627256,0.5,0.15372517456988796,0.0,0.005426765495885642,0.0,0.07620094418060688,0.11418250856056307 -5932,0.5,0.15372517456988796,0.0,0.0811842630001025,0.15372517456988796,0.0,0.09137357256948468,0.15372517456988796,0.0,0.01334103254052004,0.15372517456988796,0.0,0.044390540726762816,0.15372517456988796,0.0,0.03435007608216213,0.15372517456988796,0.0,0.00671261269121518,0.15372517456988796,0.0,0.016905207441708453,0.15372517456988796,0.0,0.003410411751041925,0.5,0.15372517456988796,0.0,0.0031481493911706153,0.15372517456988796,0.0,0.012128921986517008,0.5,0.15372517456988796,0.0,0.003451467624606068,0.15372517456988796,0.0,0.002279800549134886,0.15372517456988796,0.0,0.09974786759792886,0.15372517456988796,0.0,0.082718296285737,0.15372517456988796,0.0,0.061477648724456734,0.15372517456988796,0.0,0.012629667248115685,0.15372517456988796,0.0,0.01644279293777274,0.5,0.15372517456988796,0.0,0.005359794592042034,0.0,0.0846405115196364,0.09890999790441903 -5933,0.5,0.15372517456988796,0.0,0.08588232463915764,0.15372517456988796,0.0,0.08756674519805249,0.15372517456988796,0.0,0.01158920747468171,0.15372517456988796,0.0,0.046683806266873185,0.15372517456988796,0.0,0.032274347212842294,0.15372517456988796,0.0,0.006754992845595079,0.15372517456988796,0.0,0.01142805919295805,0.15372517456988796,0.0,0.002720052693014249,0.5,0.15372517456988796,0.0,0.002698002443886373,0.15372517456988796,0.0,0.009346589232551893,0.5,0.15372517456988796,0.0,0.0012327412486712456,0.15372517456988796,0.0,0.002148853732762555,0.15372517456988796,0.0,0.10231232238545726,0.15372517456988796,0.0,0.08105492635910061,0.15372517456988796,0.0,0.05657628498792294,0.15372517456988796,0.0,0.011524053454976929,0.15372517456988796,0.0,0.013867081106317894,0.5,0.15372517456988796,0.0,0.004462276944429091,0.0,0.09617339092646454,0.09629062348121968 -5934,0.5,0.15372517456988796,0.0,0.08660590780001748,0.15372517456988796,0.0,0.08788251079136966,0.15372517456988796,0.0,0.011321951377984502,0.15372517456988796,0.0,0.05080045217029845,0.15372517456988796,0.0,0.032323815235624186,0.15372517456988796,0.0,0.007844218498717175,0.15372517456988796,0.0,0.008434821094305921,0.15372517456988796,0.0,0.0024100345245522976,0.5,0.15372517456988796,0.0,0.001903164645784177,0.15372517456988796,0.0,0.011173240476703612,0.5,0.15372517456988796,0.0,0.0010615964918035351,0.15372517456988796,0.0,0.0029661055755649123,0.15372517456988796,0.0,0.11068409224444357,0.15372517456988796,0.0,0.0814300517694561,0.15372517456988796,0.0,0.05491162987458836,0.15372517456988796,0.0,0.009481923076270448,0.15372517456988796,0.0,0.009646949680655735,0.5,0.15372517456988796,0.0,0.0037103662734049754,0.0,0.11002496014856097,0.09178538253033548 -5935,0.5,0.15372517456988796,0.060296473332641556,0.07390529297332087,0.15372517456988796,0.04223709125506701,0.07688182061539234,0.15372517456988796,0.034836722950546406,0.011396352431966694,0.15372517456988796,0.059247386087317395,0.04747959547822465,0.15372517456988796,0.025841975426966323,0.027745390555636885,0.15372517456988796,0.018313516181641818,0.006607574435957624,0.15372517456988796,0.02647454089279094,0.0069868617873008665,0.15372517456988796,0.01969382798013742,0.0019271639415042027,0.5,0.15372517456988796,0.021555172492244007,0.0011539975831718382,0.15372517456988796,0.03881128077563688,0.009167315048318704,0.5,0.15372517456988796,0.02970263916158721,0.0007748182563961909,0.15372517456988796,0.03035492525721066,0.00281209172947476,0.15372517456988796,0.039953296555196194,0.10377043794456797,0.15372517456988796,0.030094374582030278,0.0794878437006948,0.15372517456988796,0.03772147112121228,0.05175264297089014,0.15372517456988796,0.03204094428341474,0.006439994486076696,0.15372517456988796,0.03913697617422937,0.005949706354899158,0.5,0.15372517456988796,0.04943790500976891,0.0023199584055522693,0.0,0.11620350729336063,0.0829922672852646 -5936,0.5,0.15372517456988796,0.19302201451465106,0.08845962935343854,0.15372517456988796,0.16661819169684083,0.08842897588701099,0.15372517456988796,0.13174772351823283,0.013524798014179558,0.15372517456988796,0.18935932993937746,0.059865672700967223,0.15372517456988796,0.13973322328667961,0.026914615949475442,0.15372517456988796,0.127870910742604,0.005102762578719694,0.15372517456988796,0.14080167309287353,0.006666507358693186,0.15372517456988796,0.13129371022306774,0.0011853527041834257,0.5,0.15372517456988796,0.13550501327432657,0.0006288298004565229,0.15372517456988796,0.1623628024726292,0.005004280765287607,0.5,0.15372517456988796,0.14696131978625557,0.0004633112482739632,0.15372517456988796,0.14931850269647906,0.0016255879455302502,0.15372517456988796,0.16265896673925584,0.10951917290086494,0.15372517456988796,0.14631671187794926,0.08903868501692669,0.15372517456988796,0.15711334498350055,0.0651468915143137,0.15372517456988796,0.141935945732696,0.004693648798806577,0.15372517456988796,0.15850779638507315,0.003008686078108483,0.5,0.15372517456988796,0.17585301453553692,0.0013031060317371995,0.0,0.1268575522609465,0.0777961490840098 -5937,0.5,0.15372517456988796,0.33437165746279784,0.15239763512691246,0.15372517456988796,0.3088423810750779,0.17620200189105592,0.15372517456988796,0.2508368123895688,0.03189272480531027,0.15372517456988796,0.3326038290099612,0.09559380322978414,0.15372517456988796,0.28095708430953786,0.049263265290477164,0.15372517456988796,0.2684760486408396,0.00847779838065804,0.15372517456988796,0.2812558480729167,0.010203465741840355,0.15372517456988796,0.272824505782047,0.0007182218485572308,0.5,0.15372517456988796,0.278694722903304,0.0004364701660475802,0.15372517456988796,0.30839406592965224,0.002023654430567706,0.5,0.15372517456988796,0.29041674459938993,0.0005933199485074534,0.15372517456988796,0.29319998400575614,0.0009458394517619479,0.15372517456988796,0.3049269160984138,0.15753734208825015,0.15372517456988796,0.2878437128292596,0.14779546907744806,0.15372517456988796,0.29073945475395035,0.1324775159677398,0.15372517456988796,0.25221084621174267,0.005944009141340071,0.15372517456988796,0.3003778562497338,0.004627713763838052,0.5,0.15372517456988796,0.322302917058554,0.0028425482201683183,0.0,0.14024566735100788,0.08126069917197476 -5938,0.5,0.15372517456988796,0.47584070450222615,0.16852328244928802,0.15372517456988796,0.4487326130273393,0.2706906595396214,0.15372517456988796,0.3854649922432889,0.045757949460856845,0.15372517456988796,0.4753155534528559,0.10690482942411073,0.15372517456988796,0.42026559531856067,0.08204557307156904,0.15372517456988796,0.40867944481878377,0.0111642714557893,0.15372517456988796,0.42046024758054235,0.014858314358608635,0.15372517456988796,0.41549123675508826,0.0009796020465155351,0.5,0.15372517456988796,0.4259078175791605,0.00029834658809575775,0.15372517456988796,0.45836971146253136,0.0025882401221192456,0.5,0.15372517456988796,0.43854019045858744,0.0007092372305323763,0.15372517456988796,0.44119224296687337,0.0009520402907182186,0.15372517456988796,0.44330998806805977,0.22883378631917514,0.15372517456988796,0.4266524457040922,0.2287804397877119,0.15372517456988796,0.42464718372145066,0.18240203410267253,0.15372517456988796,0.36734844810885553,0.010455893225955892,0.15372517456988796,0.446015618205036,0.010229673769293766,0.5,0.15372517456988796,0.4705405365597609,0.0033723706322607077,0.0,0.14236176188312566,0.09111906533539654 -5939,0.5,0.15372517456988796,0.5875402866294008,0.18789513023342122,0.15372517456988796,0.5675942461161271,0.2949784650964632,0.15372517456988796,0.49111390273412914,0.06469845115702982,0.15372517456988796,0.5837045052216018,0.13027599894603933,0.15372517456988796,0.5434857784895233,0.10575138077874563,0.15372517456988796,0.5338689895273625,0.012658038328051329,0.15372517456988796,0.5373288486168668,0.03470138680288372,0.15372517456988796,0.5405711043898571,0.0019149385606463624,0.5,0.15372517456988796,0.551395591715212,0.0002546230677969009,0.15372517456988796,0.5771409537640474,0.004839301396703701,0.5,0.15372517456988796,0.5604888644434975,0.0005166005733770898,0.15372517456988796,0.5626625999502146,0.0013193021768076344,0.15372517456988796,0.5647403028284267,0.2651115645023524,0.15372517456988796,0.5494731102154579,0.23966182458368984,0.15372517456988796,0.5487286457611286,0.21649639057366196,0.15372517456988796,0.4984007002463756,0.032971721035145486,0.15372517456988796,0.564276951147329,0.014047941100857452,0.5,0.15372517456988796,0.5792515037292403,0.002455313641750171,0.0,0.11590137983435284,0.09576502913145578 -5940,0.5,0.15372517456988796,0.6452843257829903,0.2249478487775974,0.15372517456988796,0.6341307937269336,0.3305722109883231,0.15372517456988796,0.5504590490959742,0.08666477821084882,0.15372517456988796,0.6378628162395503,0.15734376072188605,0.15372517456988796,0.6173239132107865,0.09785494139140091,0.15372517456988796,0.6115884505581438,0.007188739553317208,0.15372517456988796,0.6069739645811157,0.06403258871298727,0.15372517456988796,0.6185684591676464,0.0027834809858525286,0.5,0.15372517456988796,0.6277923031670649,0.0005144609605156548,0.15372517456988796,0.6435014097706607,0.0063390387759159495,0.5,0.15372517456988796,0.6314377904543085,0.00038693900298835727,0.15372517456988796,0.6312453623257219,0.0030217908266780467,0.15372517456988796,0.6343442731106812,0.28066800532156366,0.15372517456988796,0.6220893017981333,0.2350945749498105,0.15372517456988796,0.618793049051753,0.25066956696390824,0.15372517456988796,0.5884361178733719,0.062497796928296025,0.15372517456988796,0.6306547074237969,0.016160669385996036,0.5,0.15372517456988796,0.6291227513549559,0.002457091746407793,0.0,0.1041723612286883,0.08242827569019018 -5941,0.5,0.15372517456988796,0.6604428177238452,0.2756495745746585,0.15372517456988796,0.6557752764153579,0.3497569164416477,0.15372517456988796,0.5694725133852634,0.10202301014210957,0.15372517456988796,0.6486027903052666,0.1787860258980353,0.15372517456988796,0.6441697846271366,0.07007120823184258,0.15372517456988796,0.6419279604524151,0.0018796058997174263,0.15372517456988796,0.6339311326378136,0.08142483937639114,0.15372517456988796,0.6494378149166413,0.0027834487849483823,0.5,0.15372517456988796,0.6575786301715983,0.0019606693516003525,0.15372517456988796,0.6611206765402887,0.007608123819025547,0.5,0.15372517456988796,0.640069561562332,0.00030134950143668364,0.15372517456988796,0.6554543364442847,0.006209074376168172,0.15372517456988796,0.6581193313370637,0.26819708710924167,0.15372517456988796,0.6478686594698755,0.19715910424514443,0.15372517456988796,0.6366584620751425,0.25507246114820287,0.15372517456988796,0.6231829487596767,0.07305377465001328,0.15372517456988796,0.6500397349848047,0.019357399387050316,0.5,0.15372517456988796,0.6293503771327518,0.006186661080928818,0.0,0.11209185659300328,0.05953103958551161 -5942,0.5,0.15372517456988796,0.6362691070729602,0.3007630842667066,0.15372517456988796,0.6399787046598733,0.3194199020582573,0.15372517456988796,0.5577886445874384,0.11096554636892034,0.15372517456988796,0.6183165586050656,0.18222104962168614,0.15372517456988796,0.6337457923585335,0.05089401462178102,0.15372517456988796,0.6344133265407438,0.00033781973349830663,0.15372517456988796,0.6200762386304609,0.0645355122312152,0.15372517456988796,0.6400027741754447,0.002064108589370008,0.5,0.15372517456988796,0.6460140919075057,0.004776272485171686,0.15372517456988796,0.6399102356445954,0.004417162042167504,0.5,0.15372517456988796,0.6170423514792964,0.0001759227553761651,0.15372517456988796,0.6379817809407966,0.01287463299269707,0.15372517456988796,0.6442861214059249,0.27051727731745256,0.15372517456988796,0.6363698473743122,0.17853186556691658,0.15372517456988796,0.6168433948517573,0.23628558065574412,0.15372517456988796,0.6211327467392158,0.06313653213170074,0.15372517456988796,0.6317058708587227,0.021325305749717454,0.5,0.15372517456988796,0.574973506542567,0.013256892157645563,0.0,0.14067742712071313,0.041601777550815185 -5943,0.5,0.15372517456988796,0.556691019296454,0.29895645794216164,0.15372517456988796,0.5717749611326162,0.2628038568008997,0.15372517456988796,0.5005348041142688,0.11546836633578234,0.15372517456988796,0.5341576828822759,0.18506417666519534,0.15372517456988796,0.5731809328646604,0.03540195427170599,0.15372517456988796,0.5780289565674768,0.0003940160711135819,0.15372517456988796,0.5451295208777612,0.048617045259484445,0.15372517456988796,0.5444016223318302,0.001102341118383991,0.5,0.15372517456988796,0.5859737690462191,0.00975704121863503,0.15372517456988796,0.5630583596447254,0.00091376771438653,0.5,0.15372517456988796,0.5537226766235575,0.00026054265112656835,0.15372517456988796,0.5745339874982414,0.01970536280375814,0.15372517456988796,0.5775234822588955,0.25682274591330045,0.15372517456988796,0.5747643276265161,0.14479854849939688,0.15372517456988796,0.5458390061089713,0.2074225607591736,0.15372517456988796,0.5609386255874629,0.05488859314823023,0.15372517456988796,0.5585275078692518,0.027672005246311596,0.5,0.15372517456988796,0.4757714968148405,0.02544856027781073,0.0,0.1875076847032755,0.026336410027879394 -5944,0.5,0.15372517456988796,0.4312769115046873,0.2692054482401741,0.15372517456988796,0.4537171629847735,0.1948773908254066,0.15372517456988796,0.3872169284005673,0.11626204646011136,0.15372517456988796,0.40804472605348785,0.17524605568337798,0.15372517456988796,0.4544992259519909,0.025445747301683575,0.15372517456988796,0.4376312582097891,0.00013143799916234716,0.15372517456988796,0.413068332831531,0.027775399390586517,0.15372517456988796,0.4254409976614676,0.0010725515821748011,0.5,0.15372517456988796,0.47253829138125947,0.014829654328689833,0.15372517456988796,0.4398519053477801,0.0007296770790205426,0.5,0.15372517456988796,0.4459188638103966,0.0002771593695977033,0.15372517456988796,0.45794885637836213,0.022132250570858297,0.15372517456988796,0.4600558363501388,0.22950129369671424,0.15372517456988796,0.4614510531966922,0.11652851005646753,0.15372517456988796,0.41797691194441244,0.16799201352444482,0.15372517456988796,0.446866066196392,0.03656451006180618,0.15372517456988796,0.43862493653446905,0.02267776908073284,0.5,0.15372517456988796,0.3555150416768446,0.027186862009755126,0.0,0.24558547976719736,0.02319808974027352 -5945,0.5,0.15372517456988796,0.2983289047738332,0.1582223980795184,0.15372517456988796,0.325334793919668,0.0661403402749008,0.15372517456988796,0.2551506541843061,0.0899340088215423,0.15372517456988796,0.2752718877475766,0.09184366745734368,0.15372517456988796,0.30988197004900625,0.01664914476486776,0.15372517456988796,0.2907823446695789,0.00022688695686286806,0.15372517456988796,0.2644784500657209,0.00778676775775187,0.15372517456988796,0.31391015202286254,0.004096060931667372,0.5,0.15372517456988796,0.33246787220224855,0.012407532536383941,0.15372517456988796,0.2895354834791297,0.0006553013476840675,0.5,0.15372517456988796,0.31326864590065334,0.00012825248776750068,0.15372517456988796,0.3106404209815141,0.015117998688660376,0.15372517456988796,0.3328458766776482,0.15832645970664355,0.15372517456988796,0.333083955034869,0.07899894980669044,0.15372517456988796,0.26716034747670325,0.0954789501573981,0.15372517456988796,0.31432181425093275,0.01467360042987927,0.15372517456988796,0.28791046496107187,0.0069745323163126795,0.5,0.15372517456988796,0.2543904080436538,0.013958586449643047,0.0,0.29010549529932866,0.022890126215456708 -5946,0.5,0.15372517456988796,0.07282633427816945,0.09864071683125589,0.15372517456988796,0.09582243336422787,0.05737496039790329,0.15372517456988796,0.07190589196631281,0.05096621160654613,0.15372517456988796,0.05925831851988085,0.061509141634458836,0.15372517456988796,0.11457500876588446,0.010871104799831097,0.15372517456988796,0.1646197379607222,0.00033995386549108835,0.15372517456988796,0.0956318194663935,0.0030292379446665626,0.15372517456988796,0.13625129555709384,0.003938806128342834,0.5,0.15372517456988796,0.1384509318816448,0.0025870738045248396,0.15372517456988796,0.06882909249203306,0.00029396150555752225,0.5,0.15372517456988796,0.09196462737003352,2.9256450104165208e-05,0.15372517456988796,0.0941430302368102,0.005685883623235415,0.15372517456988796,0.11466147786791178,0.1440059371368941,0.15372517456988796,0.11347821057065716,0.045645673659354444,0.15372517456988796,0.08362995350082242,0.054498085542311475,0.15372517456988796,0.0869055053908394,0.0035993116563420562,0.15372517456988796,0.07147742787333496,0.0032501806258464685,0.5,0.15372517456988796,0.06167092700152414,0.004360063471542611,0.0,0.2875104182412756,0.023532050464198196 -5947,0.5,0.15372517456988796,0.0,0.09674883014277384,0.15372517456988796,0.0,0.07698889516116685,0.15372517456988796,0.0,0.051444410217047716,0.15372517456988796,0.0,0.061752343608607374,0.15372517456988796,0.0,0.021477297576352784,0.15372517456988796,0.0,0.0005044693860486786,0.15372517456988796,0.0,0.003708633224913746,0.15372517456988796,0.0,0.00362906861818086,0.5,0.15372517456988796,0.0,0.0019758509289433167,0.15372517456988796,0.0,0.0003240268422525611,0.5,0.15372517456988796,0.0,4.6900898998378495e-05,0.15372517456988796,0.0,0.006424798767045032,0.15372517456988796,0.0,0.1603156767233289,0.15372517456988796,0.0,0.06042855943026135,0.15372517456988796,0.0,0.06338083547558912,0.15372517456988796,0.0,0.0027482749812704358,0.15372517456988796,0.0,0.0030408283273622118,0.5,0.15372517456988796,0.0,0.004130437881119779,0.0,0.253665984605974,0.023813626892276 -5948,0.5,0.15372517456988796,0.0,0.091337455684273,0.15372517456988796,0.0,0.09339913227441217,0.15372517456988796,0.0,0.03557352836564635,0.15372517456988796,0.0,0.05391245409401341,0.15372517456988796,0.0,0.03099953267204256,0.15372517456988796,0.0,0.0007879277281110605,0.15372517456988796,0.0,0.004680746444745429,0.15372517456988796,0.0,0.000958237815074981,0.5,0.15372517456988796,0.0,0.0016722305633685782,0.15372517456988796,0.0,0.0004861929405998985,0.5,0.15372517456988796,0.0,0.00014538643716345586,0.15372517456988796,0.0,0.0052637162396689755,0.15372517456988796,0.0,0.15844521728536518,0.15372517456988796,0.0,0.0678693043983421,0.15372517456988796,0.0,0.06340287428144632,0.15372517456988796,0.0,0.002324139105336045,0.15372517456988796,0.0,0.0032178950307598926,0.5,0.15372517456988796,0.0,0.003764918399796481,0.0,0.22869152445892288,0.023698244885532065 -5949,0.5,0.15372517456988796,0.0,0.08464472360619114,0.15372517456988796,0.0,0.09058939927883064,0.15372517456988796,0.0,0.022159527335001445,0.15372517456988796,0.0,0.045252476708034235,0.15372517456988796,0.0,0.038272135838535316,0.15372517456988796,0.0,0.0007753869060568879,0.15372517456988796,0.0,0.006801656902633099,0.15372517456988796,0.0,0.00048522453031804016,0.5,0.15372517456988796,0.0,0.0016810953406396199,0.15372517456988796,0.0,0.0006260347755383401,0.5,0.15372517456988796,0.0,0.00028548257639571245,0.15372517456988796,0.0,0.004542202190920923,0.15372517456988796,0.0,0.1506500604599655,0.15372517456988796,0.0,0.07036799955450529,0.15372517456988796,0.0,0.05780579786899841,0.15372517456988796,0.0,0.00214764205683981,0.15372517456988796,0.0,0.004060730100343557,0.5,0.15372517456988796,0.0,0.0034029079305161617,0.0,0.19831709546749174,0.025653685960450655 -5950,0.5,0.15372517456988796,0.0,0.07709681141658868,0.15372517456988796,0.0,0.07426717406188575,0.15372517456988796,0.0,0.012520565578264822,0.15372517456988796,0.0,0.03791230894732973,0.15372517456988796,0.0,0.03945068738782813,0.15372517456988796,0.0,0.0013886780078113717,0.15372517456988796,0.0,0.006769449942456477,0.15372517456988796,0.0,0.001286044925027238,0.5,0.15372517456988796,0.0,0.0023279100287273884,0.15372517456988796,0.0,0.000970822511696596,0.5,0.15372517456988796,0.0,0.0005461799147763548,0.15372517456988796,0.0,0.004436321661821781,0.15372517456988796,0.0,0.1396828878440699,0.15372517456988796,0.0,0.06922627101849162,0.15372517456988796,0.0,0.050274727253662055,0.15372517456988796,0.0,0.0012918350920260164,0.15372517456988796,0.0,0.005381481846224846,0.5,0.15372517456988796,0.0,0.0039987791134720035,0.0,0.1531796767819139,0.02864121410480274 -5951,0.5,0.15372517456988796,0.0,0.07283752562487227,0.15372517456988796,0.0,0.06322467768475057,0.15372517456988796,0.0,0.008582519873057812,0.15372517456988796,0.0,0.0333414089009655,0.15372517456988796,0.0,0.03456732587360538,0.15372517456988796,0.0,0.0026404499344983056,0.15372517456988796,0.0,0.006972170968666707,0.15372517456988796,0.0,0.003566374126350842,0.5,0.15372517456988796,0.0,0.0037547634163732357,0.15372517456988796,0.0,0.0010602640325513045,0.5,0.15372517456988796,0.0,0.0008287946321705457,0.15372517456988796,0.0,0.0036191590881394318,0.15372517456988796,0.0,0.12195906291650126,0.15372517456988796,0.0,0.06684304306317851,0.15372517456988796,0.0,0.04600692149341839,0.15372517456988796,0.0,0.0009577666123859967,0.15372517456988796,0.0,0.006623005090946601,0.5,0.15372517456988796,0.0,0.00403591257083416,0.0,0.11216060974549466,0.02366449936353304 -5952,0.5,0.15372517456988796,0.0,0.06733957793978926,0.15372517456988796,0.0,0.05932745724397745,0.15372517456988796,0.0,0.006056990659909588,0.15372517456988796,0.0,0.027532926590847,0.15372517456988796,0.0,0.026276479148191464,0.15372517456988796,0.0,0.003302357871561499,0.15372517456988796,0.0,0.0069832769718046325,0.15372517456988796,0.0,0.005531563474519572,0.5,0.15372517456988796,0.0,0.004714725299001417,0.15372517456988796,0.0,0.0014491872219637063,0.5,0.15372517456988796,0.0,0.0009463331223037726,0.15372517456988796,0.0,0.0030610997041361854,0.15372517456988796,0.0,0.0993283460246171,0.15372517456988796,0.0,0.05973538169969418,0.15372517456988796,0.0,0.04279721204636484,0.15372517456988796,0.0,0.0009138214283438967,0.15372517456988796,0.0,0.0062030830278454975,0.5,0.15372517456988796,0.0,0.0035745390084733083,0.0,0.08476192070814088,0.016769764614821752 -5953,0.5,0.15372517456988796,0.0,0.06068134840935585,0.15372517456988796,0.0,0.05316813450022565,0.15372517456988796,0.0,0.004082523972850332,0.15372517456988796,0.0,0.021725553038444145,0.15372517456988796,0.0,0.017349635193573396,0.15372517456988796,0.0,0.0033421312216211983,0.15372517456988796,0.0,0.007306460714871571,0.15372517456988796,0.0,0.006329740496316815,0.5,0.15372517456988796,0.0,0.0039015618682029297,0.15372517456988796,0.0,0.001706002495259284,0.5,0.15372517456988796,0.0,0.0010547633728812227,0.15372517456988796,0.0,0.003026200096024097,0.15372517456988796,0.0,0.09199054401237175,0.15372517456988796,0.0,0.05363716311339915,0.15372517456988796,0.0,0.039508767240633076,0.15372517456988796,0.0,0.0009016615027637564,0.15372517456988796,0.0,0.004846283787337895,0.5,0.15372517456988796,0.0,0.002861943602693523,0.0,0.07286565207144394,0.009809341766761109 -5954,0.5,0.15372517456988796,0.0,0.05534427855657827,0.15372517456988796,0.0,0.05497753895466136,0.15372517456988796,0.0,0.002656556413583018,0.15372517456988796,0.0,0.01688272688130929,0.15372517456988796,0.0,0.01173828471455116,0.15372517456988796,0.0,0.005015283160219141,0.15372517456988796,0.0,0.009914090303009358,0.15372517456988796,0.0,0.007725361334345381,0.5,0.15372517456988796,0.0,0.0034257276316998738,0.15372517456988796,0.0,0.0018779413112162766,0.5,0.15372517456988796,0.0,0.0010643441612867813,0.15372517456988796,0.0,0.002735159218107173,0.15372517456988796,0.0,0.07953715371047204,0.15372517456988796,0.0,0.049062730098824225,0.15372517456988796,0.0,0.03683487605953981,0.15372517456988796,0.0,0.001184331410059114,0.15372517456988796,0.0,0.003925391365602986,0.5,0.15372517456988796,0.0,0.0025252163844930987,0.0,0.06479400084793951,0.005412661844021223 -5955,0.5,0.15372517456988796,0.0,0.051054311219719255,0.15372517456988796,0.0,0.06321870374762159,0.15372517456988796,0.0,0.0021522565831047498,0.15372517456988796,0.0,0.013677760956275615,0.15372517456988796,0.0,0.008439505663643886,0.15372517456988796,0.0,0.008029668147296415,0.15372517456988796,0.0,0.011454925920953709,0.15372517456988796,0.0,0.009152920072553963,0.5,0.15372517456988796,0.0,0.003373344813663719,0.15372517456988796,0.0,0.002046494919020383,0.5,0.15372517456988796,0.0,0.0009691087621288613,0.15372517456988796,0.0,0.001768039394130041,0.15372517456988796,0.0,0.07639767778137113,0.15372517456988796,0.0,0.04405606918715238,0.15372517456988796,0.0,0.03346474680832472,0.15372517456988796,0.0,0.0018698817116574273,0.15372517456988796,0.0,0.0029262750398605175,0.5,0.15372517456988796,0.0,0.002530251955267494,0.0,0.0670188409545408,0.002153588532707368 -5956,0.5,0.15372517456988796,0.0,0.05056788280736993,0.15372517456988796,0.0,0.056386285640311076,0.15372517456988796,0.0,0.0017759314187465551,0.15372517456988796,0.0,0.01253127250261558,0.15372517456988796,0.0,0.007314829700357485,0.15372517456988796,0.0,0.010686152085897759,0.15372517456988796,0.0,0.01242049212884841,0.15372517456988796,0.0,0.01034651183042903,0.5,0.15372517456988796,0.0,0.002915301242958554,0.15372517456988796,0.0,0.0019634553468135035,0.5,0.15372517456988796,0.0,0.0007941663450365242,0.15372517456988796,0.0,0.001282606926048783,0.15372517456988796,0.0,0.07540089823020656,0.15372517456988796,0.0,0.04115346338418163,0.15372517456988796,0.0,0.030983117551419852,0.15372517456988796,0.0,0.0021730495359434253,0.15372517456988796,0.0,0.0021627205769096398,0.5,0.15372517456988796,0.0,0.0023193662213736206,0.0,0.07348791984000827,0.000762082660129347 -5957,0.5,0.15372517456988796,0.0,0.05135684997152365,0.15372517456988796,0.0,0.054434798594916116,0.15372517456988796,0.0,0.0017281412549691997,0.15372517456988796,0.0,0.011653228634365971,0.15372517456988796,0.0,0.0059228550076449345,0.15372517456988796,0.0,0.01170102522021076,0.15372517456988796,0.0,0.011931203097152957,0.15372517456988796,0.0,0.010832952661107249,0.5,0.15372517456988796,0.0,0.0027924663675481807,0.15372517456988796,0.0,0.001678379028552335,0.5,0.15372517456988796,0.0,0.0006860440614362459,0.15372517456988796,0.0,0.0011390237583867825,0.15372517456988796,0.0,0.07208447295095147,0.15372517456988796,0.0,0.0400738059127763,0.15372517456988796,0.0,0.027618821904305653,0.15372517456988796,0.0,0.0023620852433684264,0.15372517456988796,0.0,0.001584273079655863,0.5,0.15372517456988796,0.0,0.0020453795663915456,0.0,0.0811847409649916,0.0009235497639122503 -5958,0.5,0.15372517456988796,0.0,0.05203373372315814,0.15372517456988796,0.0,0.04407379487032546,0.15372517456988796,0.0,0.001798090984215677,0.15372517456988796,0.0,0.011167710588955512,0.15372517456988796,0.0,0.005028007883043413,0.15372517456988796,0.0,0.012459847116975674,0.15372517456988796,0.0,0.01234407211541648,0.15372517456988796,0.0,0.0109286124851627,0.5,0.15372517456988796,0.0,0.0027172072554861523,0.15372517456988796,0.0,0.001406189647434761,0.5,0.15372517456988796,0.0,0.0007475441610368112,0.15372517456988796,0.0,0.0012218614668731472,0.15372517456988796,0.0,0.07256971880166042,0.15372517456988796,0.0,0.041050605441537075,0.15372517456988796,0.0,0.0227137558793298,0.15372517456988796,0.0,0.003430853291983777,0.15372517456988796,0.0,0.0011065542770542598,0.5,0.15372517456988796,0.0,0.001865959819044197,0.0,0.08612297103927703,0.0011511112006449063 -5959,0.5,0.15372517456988796,0.05745371332059304,0.04123188993463424,0.15372517456988796,0.039414231617748034,0.042379247800433326,0.15372517456988796,0.04308752898121368,0.0018612598308730321,0.15372517456988796,0.058242616478292736,0.00933700682641958,0.15372517456988796,0.02250228040608844,0.004471408883811303,0.15372517456988796,0.015228717925100575,0.014099683101435681,0.15372517456988796,0.021993735382503907,0.011962481466147952,0.15372517456988796,0.017967177839380725,0.009337676635505778,0.5,0.15372517456988796,0.01977991219988768,0.0028925296961983997,0.15372517456988796,0.035996089686817126,0.0011515499902152641,0.5,0.15372517456988796,0.027802213469407044,0.0008937218212708088,0.15372517456988796,0.028508731529999668,0.0015613683398872677,0.15372517456988796,0.03741325580712071,0.06520713626706569,0.15372517456988796,0.024189207827221122,0.040870247851869664,0.15372517456988796,0.03430004811163719,0.020338527750279327,0.15372517456988796,0.03030595435455376,0.0040481283923218744,0.15372517456988796,0.037750001597484116,0.000948006035242737,0.5,0.15372517456988796,0.03864889704498566,0.001247518082949365,0.0,0.08556831531727517,0.0011061180324028089 -5960,0.5,0.15372517456988796,0.18884133403821307,0.04495080982627491,0.15372517456988796,0.16209732941438432,0.0437725473559115,0.15372517456988796,0.16603974498459395,0.0012736615780957524,0.15372517456988796,0.18837844823939925,0.009345175361140157,0.15372517456988796,0.13234942806706168,0.005191238253526516,0.15372517456988796,0.12055996132913603,0.01937085780848457,0.15372517456988796,0.12459498520298887,0.010544674487793252,0.15372517456988796,0.13095094198992416,0.007261690087324146,0.5,0.15372517456988796,0.13446864280406284,0.0022970970109600607,0.15372517456988796,0.15697181013825895,0.0007985835126799117,0.5,0.15372517456988796,0.1453008485260328,0.0008939999770705207,0.15372517456988796,0.14811800795266025,0.0019943273782446216,0.15372517456988796,0.15920195853784083,0.06721572064230213,0.15372517456988796,0.1247944576542328,0.03827079395039737,0.15372517456988796,0.1507301034143225,0.020493722343177506,0.15372517456988796,0.1474853895190639,0.0015071169147504613,0.15372517456988796,0.15623150449058584,0.0007115942419161916,0.5,0.15372517456988796,0.1339116779161954,0.0007745058193034027,0.0,0.0856563452492183,0.0009744144841347489 -5961,0.5,0.15372517456988796,0.3290017081945684,0.08451049664922482,0.15372517456988796,0.29851311574954975,0.07126682031448348,0.15372517456988796,0.3057447728324815,0.0010764222173533845,0.15372517456988796,0.32846826418693226,0.017694409268101858,0.15372517456988796,0.2682170354682823,0.013897753597944361,0.15372517456988796,0.25849054664949467,0.05185830617997843,0.15372517456988796,0.2506885183283038,0.02568006114352989,0.15372517456988796,0.273871655597247,0.012705399062675204,0.5,0.15372517456988796,0.27802080152433317,0.001980022923769955,0.15372517456988796,0.2983284663874579,0.0008517779343050248,0.5,0.15372517456988796,0.2888146880879998,0.0010774673392379456,0.15372517456988796,0.29402890698572626,0.0007122027237494631,0.15372517456988796,0.30043937112452296,0.09394230226415487,0.15372517456988796,0.24343680500641512,0.04850092917295126,0.15372517456988796,0.28719050460912515,0.03470983598212272,0.15372517456988796,0.28721789517675345,0.0008532229129330781,0.15372517456988796,0.29767500576367584,0.00053869398747167,0.5,0.15372517456988796,0.22238554871797672,0.0009109471879509864,0.0,0.09836682205768085,0.0017329348528386623 -5962,0.5,0.15372517456988796,0.46878307022379406,0.10888325924870453,0.15372517456988796,0.42496544686900994,0.11264022410757653,0.15372517456988796,0.44741498285737896,0.001001293042141168,0.15372517456988796,0.4683146420533726,0.01976791719353057,0.15372517456988796,0.4018502299816322,0.024313179951105813,0.15372517456988796,0.4000035763435508,0.08197456658899024,0.15372517456988796,0.38200624705453173,0.044154954439761675,0.15372517456988796,0.4180165866071297,0.018514200501953515,0.5,0.15372517456988796,0.42485112306009065,0.00451139281453178,0.15372517456988796,0.43706522752074217,0.0022871304807393074,0.5,0.15372517456988796,0.4366906818464984,0.0027294623996066357,0.15372517456988796,0.4436801239775165,0.002990778158177196,0.15372517456988796,0.4351070327313392,0.1271303762692417,0.15372517456988796,0.35754776327565746,0.053219616526753166,0.15372517456988796,0.42406665328626153,0.03860503033373726,0.15372517456988796,0.4286830893086127,0.0022609001482086807,0.15372517456988796,0.439330766245949,0.001062324966629872,0.5,0.15372517456988796,0.29614667182678694,0.0005823665408510832,0.0,0.10331646017993971,0.0022086226305328216 -5963,0.5,0.15372517456988796,0.5790542708216911,0.12399148090654448,0.15372517456988796,0.522434574401049,0.11621974493406435,0.15372517456988796,0.5603005377938993,0.0011002478636052404,0.15372517456988796,0.5749806743993989,0.024844910503017598,0.15372517456988796,0.5141214132959477,0.03450267808456888,0.15372517456988796,0.526880576022978,0.09260941372522424,0.15372517456988796,0.5018686170934039,0.06045099353571902,0.15372517456988796,0.5427963252864647,0.021139087644153565,0.5,0.15372517456988796,0.5496098881335669,0.013368687678723856,0.15372517456988796,0.5176889091281383,0.004029339016767518,0.5,0.15372517456988796,0.557114801215937,0.008856051304087034,0.15372517456988796,0.5582705386976504,0.010312389931742454,0.15372517456988796,0.547146501669883,0.14808849725600948,0.15372517456988796,0.4632708129352192,0.05040346073262758,0.15372517456988796,0.5404646888040107,0.03357913237762428,0.15372517456988796,0.5457424414203786,0.004747218337552059,0.15372517456988796,0.5447765284883955,0.0026477055856603694,0.5,0.15372517456988796,0.36720954141575085,0.00024133928659428192,0.0,0.09483770076037341,0.0008247002103408522 -5964,0.5,0.15372517456988796,0.6358424842474346,0.146562399435232,0.15372517456988796,0.5666601009474156,0.10393191664483087,0.15372517456988796,0.6021403547409486,0.0018715498881130025,0.15372517456988796,0.6295428127248004,0.02899331858298477,0.15372517456988796,0.5689966729938565,0.03821164033125455,0.15372517456988796,0.6077647252455276,0.09420743312120533,0.15372517456988796,0.5592648069473072,0.07251219507733192,0.15372517456988796,0.5929282416109793,0.021444904787124477,0.5,0.15372517456988796,0.6212265427468096,0.02472077168943529,0.15372517456988796,0.4056522978173271,0.0075017252063150405,0.5,0.15372517456988796,0.5924379729148328,0.010932785178417484,0.15372517456988796,0.5826879916645455,0.022272297346256173,0.15372517456988796,0.6023942622042854,0.16060265115139993,0.15372517456988796,0.5299337968655308,0.04132794944220032,0.15372517456988796,0.6079335697766384,0.02641511375969428,0.15372517456988796,0.5477911032102876,0.006232648587820519,0.15372517456988796,0.5144633538791622,0.0033055764292853136,0.5,0.15372517456988796,0.4152602111735044,0.0006177760712771619,0.0,0.10335834289102191,0.00046119454288176813 -5965,0.5,0.15372517456988796,0.6501793018748262,0.16899285744118706,0.15372517456988796,0.5685893517210958,0.08743729968186133,0.15372517456988796,0.6198842704776599,0.0034265992747891253,0.15372517456988796,0.6429919241012081,0.030743608876686836,0.15372517456988796,0.5758772731752234,0.04860035818841022,0.15372517456988796,0.6251517818353741,0.10036895782273479,0.15372517456988796,0.4701885847091682,0.06316655060401019,0.15372517456988796,0.538884416046926,0.02494838206178122,0.5,0.15372517456988796,0.6399492824510696,0.03762576079091518,0.15372517456988796,0.40493550226513,0.009307261551639787,0.5,0.15372517456988796,0.6042946069348755,0.00818553465833979,0.15372517456988796,0.5691009869456678,0.03176484932826882,0.15372517456988796,0.6050020448417436,0.17312409377122973,0.15372517456988796,0.562369148051215,0.033927985458643284,0.15372517456988796,0.6215773391811169,0.020230879800344673,0.15372517456988796,0.547397747235747,0.009942524394425748,0.15372517456988796,0.4754076146580981,0.0024568667057542036,0.5,0.15372517456988796,0.44337286378580254,0.0009020133258045023,0.0,0.13276247574020703,3.542620821166181e-05 -5966,0.5,0.15372517456988796,0.6252983740798075,0.1770975557327427,0.15372517456988796,0.5310228463750036,0.07637842012919796,0.15372517456988796,0.5613303514413621,0.00477917611321081,0.15372517456988796,0.6166045447971993,0.03556099674838773,0.15372517456988796,0.46146215723749373,0.061040060081577585,0.15372517456988796,0.6013437371038995,0.0953333262238199,0.15372517456988796,0.4325687469236152,0.04805808592192417,0.15372517456988796,0.5317622289659573,0.027460684137440648,0.5,0.15372517456988796,0.6203014292358168,0.047785909899204664,0.15372517456988796,0.38768357260629116,0.007685806238315025,0.5,0.15372517456988796,0.5704991711151379,0.0057474058922105786,0.15372517456988796,0.5446786612177597,0.03819714451937177,0.15372517456988796,0.5548027715621366,0.18546373488877965,0.15372517456988796,0.5563972619098958,0.03194144572342285,0.15372517456988796,0.5591812399363946,0.020856610270343846,0.15372517456988796,0.49478687498815055,0.011570277879640736,0.15372517456988796,0.4668184047161943,0.002912086412196481,0.5,0.15372517456988796,0.385229215684331,0.0010802774934358167,0.0,0.17663983932873115,3.0935653961320738e-06 -5967,0.5,0.15372517456988796,0.5454012837421439,0.17682725204737176,0.15372517456988796,0.4481161822429209,0.08046365685430162,0.15372517456988796,0.5276506994300387,0.003596151651400028,0.15372517456988796,0.5347275775243704,0.04557649507618875,0.15372517456988796,0.4115941029315687,0.06024641609849583,0.15372517456988796,0.5283179873083124,0.08888901622403382,0.15372517456988796,0.4482025579731468,0.03619614643032694,0.15372517456988796,0.4452331234924799,0.03125324635014293,0.5,0.15372517456988796,0.5568100624817824,0.04743159987300285,0.15372517456988796,0.3348410633202898,0.007104426776530542,0.5,0.15372517456988796,0.5355372098341115,0.008270358368065783,0.15372517456988796,0.4834210598868104,0.03467512352895139,0.15372517456988796,0.4351243752856254,0.1883295326378799,0.15372517456988796,0.4790421488485803,0.036061402105590785,0.15372517456988796,0.48992289203339173,0.02752752782181179,0.15372517456988796,0.4501005935307245,0.010595143401508508,0.15372517456988796,0.4026305376936614,0.002140266128213571,0.5,0.15372517456988796,0.2835277779959473,0.0008846769539169455,0.0,0.24328058382989254,5.070753771626393e-05 -5968,0.5,0.15372517456988796,0.4211517853113531,0.167855594539094,0.15372517456988796,0.3451172964519051,0.07908629327972495,0.15372517456988796,0.3824820548771449,0.004712561934903277,0.15372517456988796,0.4066136793325875,0.05711762679786205,0.15372517456988796,0.26274137426459443,0.05383288857327442,0.15372517456988796,0.3987803912344078,0.07644880520359877,0.15372517456988796,0.31620396445156984,0.02530833830473931,0.15372517456988796,0.30592939195455465,0.03405655717152878,0.5,0.15372517456988796,0.4485088841481283,0.03911693651818193,0.15372517456988796,0.21865611449104605,0.0023440964148924224,0.5,0.15372517456988796,0.4427749563562352,0.00857277094024173,0.15372517456988796,0.3926995715903659,0.02878604258975765,0.15372517456988796,0.30128169990541737,0.16880677267268648,0.15372517456988796,0.3523604807532129,0.031174876935280166,0.15372517456988796,0.3347830814254244,0.031821349536917974,0.15372517456988796,0.328500317871493,0.009608024230368894,0.15372517456988796,0.31595529442758247,0.002545484397380825,0.5,0.15372517456988796,0.2831123547900112,0.0008033972595991363,0.0,0.32090576588698927,7.602018271294503e-05 -5969,0.5,0.15372517456988796,0.28997527664874667,0.11233732449055903,0.15372517456988796,0.23209127222647707,0.028757006124425017,0.15372517456988796,0.251580104151321,0.0038549606900415913,0.15372517456988796,0.2749942381678144,0.03741192642611831,0.15372517456988796,0.2401858705971172,0.037794130684555664,0.15372517456988796,0.27510404039770303,0.05652440658356856,0.15372517456988796,0.22827353739249245,0.016793128778918743,0.15372517456988796,0.16583037130744682,0.03459981126025606,0.5,0.15372517456988796,0.3161439596323926,0.029097486999572056,0.15372517456988796,0.15691856088392642,0.00044961908779201135,0.5,0.15372517456988796,0.3081545134002305,0.005032344395333082,0.15372517456988796,0.28120429297738586,0.014652579457612721,0.15372517456988796,0.16812763794553215,0.1277593140686358,0.15372517456988796,0.2656438779969681,0.022160264316310706,0.15372517456988796,0.2624878033364362,0.021268222932624245,0.15372517456988796,0.22847025124359388,0.007919623070652535,0.15372517456988796,0.21293997210825746,0.0010501982640212266,0.5,0.15372517456988796,0.12425190137559064,0.00028084755502662744,0.0,0.3696098759559716,0.002202558424847458 -5970,0.5,0.15372517456988796,0.06712408264962819,0.08187726720922159,0.15372517456988796,0.09216184311218908,0.011353774485565377,0.15372517456988796,0.060754195171873325,0.0015859112193564258,0.15372517456988796,0.05310659977522254,0.02915118865546273,0.15372517456988796,0.1068014776640564,0.016023361007896194,0.15372517456988796,0.10933960140746643,0.03762899883102183,0.15372517456988796,0.07148211149315283,0.005003146070792737,0.15372517456988796,0.05914886956038025,0.03088331299346992,0.5,0.15372517456988796,0.10762819200422338,0.010579668724706849,0.15372517456988796,0.06717418917083845,0.00024391908922434053,0.5,0.15372517456988796,0.08862874788149883,0.0005005557688985841,0.15372517456988796,0.08589547012388205,0.0025357400071311553,0.15372517456988796,0.0483623503193162,0.11775720171564578,0.15372517456988796,0.1089187647474171,0.01757983849375535,0.15372517456988796,0.08200768620797014,0.008814708223949145,0.15372517456988796,0.08090054901521582,0.0021411786429737533,0.15372517456988796,0.06280744223870706,0.00011123474002415091,0.5,0.15372517456988796,0.04872731155901507,0.00024354241786860064,0.0,0.37272434046580716,0.019257202539352033 -5971,0.5,0.15372517456988796,0.0,0.09199399960169716,0.15372517456988796,0.0,0.020001036235739643,0.15372517456988796,0.0,0.0020133647263591127,0.15372517456988796,0.0,0.03668996399151477,0.15372517456988796,0.0,0.020830541661976898,0.15372517456988796,0.0,0.03556291917208857,0.15372517456988796,0.0,0.004252873064233488,0.15372517456988796,0.0,0.028312757387816113,0.5,0.15372517456988796,0.0,0.010830562936964133,0.15372517456988796,0.0,0.0002521566529227572,0.5,0.15372517456988796,0.0,0.00033503323833606485,0.15372517456988796,0.0,0.0021250153817789458,0.15372517456988796,0.0,0.12511518628503004,0.15372517456988796,0.0,0.020586672553645834,0.15372517456988796,0.0,0.00723244848561376,0.15372517456988796,0.0,0.0015216518896770364,0.15372517456988796,0.0,0.00033236076513359496,0.5,0.15372517456988796,0.0,0.0006032171294792318,0.0,0.34883355154952245,0.09179589545316406 -5972,0.5,0.15372517456988796,0.0,0.09421175812126831,0.15372517456988796,0.0,0.031774758485069526,0.15372517456988796,0.0,0.002219889370506016,0.15372517456988796,0.0,0.03767081944093041,0.15372517456988796,0.0,0.04035816720702205,0.15372517456988796,0.0,0.04904218015786622,0.15372517456988796,0.0,0.006528038657446649,0.15372517456988796,0.0,0.023497525847435776,0.5,0.15372517456988796,0.0,0.011773204497987414,0.15372517456988796,0.0,0.0003681993042982428,0.5,0.15372517456988796,0.0,0.0003577843531750017,0.15372517456988796,0.0,0.001966790569695465,0.15372517456988796,0.0,0.12493834959616965,0.15372517456988796,0.0,0.03350177251040506,0.15372517456988796,0.0,0.009280577883829737,0.15372517456988796,0.0,0.0017860979469431898,0.15372517456988796,0.0,0.0004928478780349388,0.5,0.15372517456988796,0.0,0.0013511007558487682,0.0,0.35899812711652057,0.17722735104909232 -5973,0.5,0.15372517456988796,0.0,0.08909948350775103,0.15372517456988796,0.0,0.025999864939776414,0.15372517456988796,0.0,0.00238535764824249,0.15372517456988796,0.0,0.03611186209442396,0.15372517456988796,0.0,0.0734214502186481,0.15372517456988796,0.0,0.07418321565087202,0.15372517456988796,0.0,0.01464298719511387,0.15372517456988796,0.0,0.021912209432945175,0.5,0.15372517456988796,0.0,0.011614547735583913,0.15372517456988796,0.0,0.0006904253428799063,0.5,0.15372517456988796,0.0,0.0007524837207832668,0.15372517456988796,0.0,0.0019030521723430952,0.15372517456988796,0.0,0.11463178484912812,0.15372517456988796,0.0,0.050769003114703164,0.15372517456988796,0.0,0.010512163804385504,0.15372517456988796,0.0,0.002041780632555318,0.15372517456988796,0.0,0.00036302412540822074,0.5,0.15372517456988796,0.0,0.0017610983652994678,0.0,0.340918995720625,0.1752528595565795 -5974,0.5,0.15372517456988796,0.0,0.08209447356561982,0.15372517456988796,0.0,0.016517324746573973,0.15372517456988796,0.0,0.002545314785098732,0.15372517456988796,0.0,0.03238248558606712,0.15372517456988796,0.0,0.120151428205034,0.15372517456988796,0.0,0.1209856464072881,0.15372517456988796,0.0,0.03397527218881778,0.15372517456988796,0.0,0.022001417266869792,0.5,0.15372517456988796,0.0,0.01068577256435813,0.15372517456988796,0.0,0.0020392190641283165,0.5,0.15372517456988796,0.0,0.0013506119406523555,0.15372517456988796,0.0,0.0023466414511301254,0.15372517456988796,0.0,0.09159702487634086,0.15372517456988796,0.0,0.059176071422016155,0.15372517456988796,0.0,0.010762625644893489,0.15372517456988796,0.0,0.002874702817774333,0.15372517456988796,0.0,0.00042502331051987204,0.5,0.15372517456988796,0.0,0.0029500454129672655,0.0,0.28381578382759914,0.2082160781658022 -5975,0.5,0.15372517456988796,0.0,0.07380611035107444,0.15372517456988796,0.0,0.013351349314507256,0.15372517456988796,0.0,0.0025570916912479313,0.15372517456988796,0.0,0.02693514651072649,0.15372517456988796,0.0,0.10577721327442959,0.15372517456988796,0.0,0.09824789709727945,0.15372517456988796,0.0,0.055416035410196386,0.15372517456988796,0.0,0.022702658527908554,0.5,0.15372517456988796,0.0,0.009778742137377902,0.15372517456988796,0.0,0.003071982094588468,0.5,0.15372517456988796,0.0,0.002130149727639068,0.15372517456988796,0.0,0.0055109158056564096,0.15372517456988796,0.0,0.05907659594245839,0.15372517456988796,0.0,0.04839735151840177,0.15372517456988796,0.0,0.010240514084956109,0.15372517456988796,0.0,0.004600399495306359,0.15372517456988796,0.0,0.0006643960504516081,0.5,0.15372517456988796,0.0,0.004138259284807825,0.0,0.21865591584790928,0.42004941235274745 -5976,0.5,0.15372517456988796,0.0,0.06293337402871592,0.15372517456988796,0.0,0.009245951513749491,0.15372517456988796,0.0,0.003606478014303279,0.15372517456988796,0.0,0.019808143589835715,0.15372517456988796,0.0,0.0709557335700203,0.15372517456988796,0.0,0.05220504575162131,0.15372517456988796,0.0,0.07857980238687119,0.15372517456988796,0.0,0.022204731629190087,0.5,0.15372517456988796,0.0,0.008513141312361031,0.15372517456988796,0.0,0.0041977981262209495,0.5,0.15372517456988796,0.0,0.004527923418321311,0.15372517456988796,0.0,0.003971127898148343,0.15372517456988796,0.0,0.03702229395727079,0.15372517456988796,0.0,0.0493611863190191,0.15372517456988796,0.0,0.011694836135244054,0.15372517456988796,0.0,0.00793646743962443,0.15372517456988796,0.0,0.0009682875765452842,0.5,0.15372517456988796,0.0,0.004542010042356992,0.0,0.17275163647738198,0.6768180950308187 -5977,0.5,0.15372517456988796,0.0,0.05453317164094181,0.15372517456988796,0.0,0.006192022147128213,0.15372517456988796,0.0,0.005413530094389467,0.15372517456988796,0.0,0.013474788224805322,0.15372517456988796,0.0,0.06042175511370052,0.15372517456988796,0.0,0.034242364063317605,0.15372517456988796,0.0,0.08407049900974181,0.15372517456988796,0.0,0.01999005929354744,0.5,0.15372517456988796,0.0,0.007883263061884575,0.15372517456988796,0.0,0.005437666803919264,0.5,0.15372517456988796,0.0,0.005644152562152238,0.15372517456988796,0.0,0.004618294823909307,0.15372517456988796,0.0,0.02693162258091685,0.15372517456988796,0.0,0.07259797109107266,0.15372517456988796,0.0,0.014705579921076954,0.15372517456988796,0.0,0.013970120160469592,0.15372517456988796,0.0,0.0015464619828400657,0.5,0.15372517456988796,0.0,0.004632375468471637,0.0,0.14116232432648598,0.7502618338418809 -5978,0.5,0.15372517456988796,0.0,0.04683153877378845,0.15372517456988796,0.0,0.007973006023539519,0.15372517456988796,0.0,0.008466518155509627,0.15372517456988796,0.0,0.010349986862999549,0.15372517456988796,0.0,0.07520010926291236,0.15372517456988796,0.0,0.052642109888541566,0.15372517456988796,0.0,0.0673681080146952,0.15372517456988796,0.0,0.017143521869212544,0.5,0.15372517456988796,0.0,0.007325891293518393,0.15372517456988796,0.0,0.005677060544072478,0.5,0.15372517456988796,0.0,0.0062861983943002814,0.15372517456988796,0.0,0.007088183597296994,0.15372517456988796,0.0,0.02399507971659136,0.15372517456988796,0.0,0.11287408076203669,0.15372517456988796,0.0,0.017992850749535706,0.15372517456988796,0.0,0.024657886889224472,0.15372517456988796,0.0,0.0023640042571472946,0.5,0.15372517456988796,0.0,0.005425118410010789,0.0,0.13232185965902807,0.7583008428755225 -5979,0.5,0.15372517456988796,0.0,0.044961874922718435,0.15372517456988796,0.0,0.01593897968281881,0.15372517456988796,0.0,0.011543304193724851,0.15372517456988796,0.0,0.008465323713061065,0.15372517456988796,0.0,0.10523714956678361,0.15372517456988796,0.0,0.09083457416720805,0.15372517456988796,0.0,0.0484053736060603,0.15372517456988796,0.0,0.020976269129719394,0.5,0.15372517456988796,0.0,0.0063853703106488595,0.15372517456988796,0.0,0.0048936784732803475,0.5,0.15372517456988796,0.0,0.006455776917626371,0.15372517456988796,0.0,0.004163909551902436,0.15372517456988796,0.0,0.03557351210624629,0.15372517456988796,0.0,0.14351344000585933,0.15372517456988796,0.0,0.024195438672753165,0.15372517456988796,0.0,0.02889811898533738,0.15372517456988796,0.0,0.0023837989242156995,0.5,0.15372517456988796,0.0,0.006202673673884388,0.0,0.13291545670810842,0.7478927585938345 -5980,0.5,0.15372517456988796,0.0,0.04498410372165484,0.15372517456988796,0.0,0.034307513708290216,0.15372517456988796,0.0,0.011425433450466434,0.15372517456988796,0.0,0.008037445196187987,0.15372517456988796,0.0,0.13497196112810325,0.15372517456988796,0.0,0.10851106782835326,0.15372517456988796,0.0,0.04944812311592654,0.15372517456988796,0.0,0.029105032648770346,0.5,0.15372517456988796,0.0,0.005195439403572163,0.15372517456988796,0.0,0.0037284832778518443,0.5,0.15372517456988796,0.0,0.005004826457020157,0.15372517456988796,0.0,0.002834414452927569,0.15372517456988796,0.0,0.053917553491004674,0.15372517456988796,0.0,0.16648388372522008,0.15372517456988796,0.0,0.04336156997606837,0.15372517456988796,0.0,0.02690774239875516,0.15372517456988796,0.0,0.0018880526918213707,0.5,0.15372517456988796,0.0,0.006388441173040569,0.0,0.1409594074943693,0.7355028128966309 -5981,0.5,0.15372517456988796,0.0,0.0431454127951684,0.15372517456988796,0.0,0.05540786292316032,0.15372517456988796,0.0,0.011601992444181254,0.15372517456988796,0.0,0.00769751837996182,0.15372517456988796,0.0,0.12482638370257607,0.15372517456988796,0.0,0.11022565840244677,0.15372517456988796,0.0,0.04214212372745739,0.15372517456988796,0.0,0.03057457524812731,0.5,0.15372517456988796,0.0,0.0058564231586825605,0.15372517456988796,0.0,0.003742141150055009,0.5,0.15372517456988796,0.0,0.003750153672236611,0.15372517456988796,0.0,0.0030168602893897076,0.15372517456988796,0.0,0.06175610089969426,0.15372517456988796,0.0,0.17074172997050277,0.15372517456988796,0.0,0.06883530734749715,0.15372517456988796,0.0,0.023335368456171925,0.15372517456988796,0.0,0.0018065057699295233,0.5,0.15372517456988796,0.0,0.007372687542244708,0.0,0.14394521146334774,0.6682583157358328 -5982,0.5,0.15372517456988796,0.0,0.038993974472248054,0.15372517456988796,0.0,0.06697715027614502,0.15372517456988796,0.0,0.017150638867459073,0.15372517456988796,0.0,0.0070347205485558895,0.15372517456988796,0.0,0.1157139977822284,0.15372517456988796,0.0,0.11013486266519587,0.15372517456988796,0.0,0.02293875509553555,0.15372517456988796,0.0,0.02996202858426865,0.5,0.15372517456988796,0.0,0.006207753913041939,0.15372517456988796,0.0,0.004036843147823334,0.5,0.15372517456988796,0.0,0.0052441290019233575,0.15372517456988796,0.0,0.0015878571359898641,0.15372517456988796,0.0,0.07652576823166526,0.15372517456988796,0.0,0.18056569719153986,0.15372517456988796,0.0,0.08900246323636778,0.15372517456988796,0.0,0.02223647692975788,0.15372517456988796,0.0,0.002412743729353515,0.5,0.15372517456988796,0.0,0.01021851609994289,0.0,0.13801179595989588,0.5587018339961851 -5983,0.5,0.15372517456988796,0.045038144292618806,0.028247158788016032,0.15372517456988796,0.017826715790952036,0.10664999080458333,0.15372517456988796,0.012219656909968665,0.023096166956565682,0.15372517456988796,0.04219701810638958,0.0054563915602388,0.15372517456988796,0.003460400611131991,0.11706045897801909,0.15372517456988796,0.006513120270761633,0.11690151399605642,0.15372517456988796,0.017262618822522065,0.019220348510539817,0.15372517456988796,0.0008641120537346462,0.030891140829747962,0.5,0.15372517456988796,0.0020857806609089155,0.005766094156940075,0.15372517456988796,0.02618007339169515,0.0034853613696318353,0.5,0.15372517456988796,0.014133532877415068,0.007640001906938166,0.15372517456988796,0.015579389881451376,0.0013912046290265527,0.15372517456988796,0.026550302940296953,0.09378942258091147,0.15372517456988796,0.0081216993374501,0.17064674298432042,0.15372517456988796,0.012879806055089812,0.1198030040852445,0.15372517456988796,0.01364695394420929,0.015232423577688168,0.15372517456988796,0.011195465724274501,0.003084558654670385,0.5,0.15372517456988796,0.028375792956104,0.012181418572500609,0.0,0.11182119439198979,0.435492337772759 -5984,0.5,0.15372517456988796,0.14499404008205452,0.02587175551970487,0.15372517456988796,0.09060630006219872,0.22645753568500415,0.15372517456988796,0.04838274900142993,0.039588228603938756,0.15372517456988796,0.13615491561563778,0.0059520881193269185,0.15372517456988796,0.04909988612392523,0.1505669497902611,0.15372517456988796,0.06617936944229744,0.1377231629366721,0.15372517456988796,0.11209655440163607,0.049077647689055,0.15372517456988796,0.012592095597673495,0.034562158737280385,0.5,0.15372517456988796,0.011846758222926468,0.005247007752402944,0.15372517456988796,0.12000057732055522,0.0023649725534386533,0.5,0.15372517456988796,0.05879323046031218,0.008675392592986947,0.15372517456988796,0.07796050193999132,0.0013497753121851617,0.15372517456988796,0.12587389067484359,0.16257109611137566,0.15372517456988796,0.044609976239414845,0.2042403340308228,0.15372517456988796,0.07352756230491732,0.16686536535641994,0.15372517456988796,0.07283961920195764,0.02140108392670681,0.15372517456988796,0.046382289200125514,0.003025469063103915,0.5,0.15372517456988796,0.10701302617217856,0.013869236963216883,0.0,0.08312004128250362,0.3278575819754464 -5985,0.5,0.15372517456988796,0.23430911482167155,0.036951827794094894,0.15372517456988796,0.19879751409276725,0.3064797012186965,0.15372517456988796,0.08979967007043645,0.06550229581399869,0.15372517456988796,0.2383955232453987,0.015353463396639231,0.15372517456988796,0.1497496594438423,0.17898076052881853,0.15372517456988796,0.1489894264823791,0.13475179714155378,0.15372517456988796,0.22508660899842114,0.08409625019734793,0.15372517456988796,0.0356238097239526,0.04105151820419116,0.5,0.15372517456988796,0.0286433086216791,0.007095370615029805,0.15372517456988796,0.23263831235336735,0.0022142091107656544,0.5,0.15372517456988796,0.09542677044679677,0.011736444013529348,0.15372517456988796,0.14519680693528508,0.0034847008769310467,0.15372517456988796,0.22765041029081345,0.31987044507718687,0.15372517456988796,0.08611477163299484,0.22561049307456676,0.15372517456988796,0.18774041516058387,0.19495215035785718,0.15372517456988796,0.15365911360152812,0.048751640215010036,0.15372517456988796,0.06759726497973531,0.004035730374343841,0.5,0.15372517456988796,0.17532769113615268,0.01951625096578618,0.0,0.052431167274522524,0.28062236245314304 -5986,0.5,0.15372517456988796,0.31472692030970295,0.030608670715158753,0.15372517456988796,0.27217262346825094,0.3254220774886094,0.15372517456988796,0.12484769794436196,0.07140904056441232,0.15372517456988796,0.31809227232510034,0.024466489336800026,0.15372517456988796,0.26225711419342,0.1921226969991119,0.15372517456988796,0.23561540479520432,0.122318408361616,0.15372517456988796,0.3361455107275418,0.11642161911142879,0.15372517456988796,0.06705813106706515,0.043428431805206835,0.5,0.15372517456988796,0.047560727273428,0.0107738547345397,0.15372517456988796,0.34212233838989614,0.0017899423555459205,0.5,0.15372517456988796,0.14479026446772292,0.0209045137385282,0.15372517456988796,0.20918359425735256,0.01217847947537816,0.15372517456988796,0.2545134599623291,0.33654457091685663,0.15372517456988796,0.1297887269494873,0.24161445200490772,0.15372517456988796,0.35256584845587924,0.20396197460567198,0.15372517456988796,0.23446140924777742,0.05504494735672345,0.15372517456988796,0.09900327392221593,0.010779991658894043,0.5,0.15372517456988796,0.2514968154858159,0.02932616970968289,0.0,0.03518310451277352,0.24267341900784334 -5987,0.5,0.15372517456988796,0.37551852939118235,0.021315012055619025,0.15372517456988796,0.24725653370213718,0.31190466899006786,0.15372517456988796,0.13791826305052832,0.0722456154515184,0.15372517456988796,0.35368278818971116,0.044789017377667925,0.15372517456988796,0.33690781505930456,0.2024575449980732,0.15372517456988796,0.2989578583590983,0.10641273417489908,0.15372517456988796,0.3972765751521624,0.13103979056440412,0.15372517456988796,0.08699801340534007,0.041845122674175506,0.5,0.15372517456988796,0.06277482442691122,0.016922083228102538,0.15372517456988796,0.3340404041572408,0.0029918083951488267,0.5,0.15372517456988796,0.1796930248993719,0.03251169041092609,0.15372517456988796,0.24419482305344817,0.0361303755293014,0.15372517456988796,0.2369171823150587,0.3667547403650791,0.15372517456988796,0.1838428794134001,0.257107575771763,0.15372517456988796,0.4727828747504105,0.19766297063510885,0.15372517456988796,0.28490773101756156,0.05090152705469025,0.15372517456988796,0.12050525446241402,0.02477127882662955,0.5,0.15372517456988796,0.29993583985294753,0.04939747657377557,0.0,0.006634890089738273,0.2201936090174767 -5988,0.5,0.15372517456988796,0.39590457078289687,0.025534835178518137,0.15372517456988796,0.26269928315232044,0.3210119330058618,0.15372517456988796,0.15363686823623615,0.06296628157025627,0.15372517456988796,0.35336778010277387,0.06316070965198634,0.15372517456988796,0.4181808703040958,0.196857137391582,0.15372517456988796,0.3891760091720171,0.09241654003405958,0.15372517456988796,0.3855254123840532,0.1420167851347939,0.15372517456988796,0.08883000912979729,0.04112608211647399,0.5,0.15372517456988796,0.0725405997235051,0.0250841476663246,0.15372517456988796,0.40679804857948876,0.010770728933951656,0.5,0.15372517456988796,0.186761192631403,0.0612858104727952,0.15372517456988796,0.25306185894764505,0.05761825425831372,0.15372517456988796,0.2483991009172684,0.39213468571723575,0.15372517456988796,0.25746139767989007,0.26220596369737814,0.15372517456988796,0.5229375420578765,0.19442166760264956,0.15372517456988796,0.24989550418728462,0.05372897108079318,0.15372517456988796,0.11898235704210428,0.040408213191241396,0.5,0.15372517456988796,0.32582623510289843,0.0692744911832227,0.0,0.0008275395595829173,0.17733951943896065 -5989,0.5,0.15372517456988796,0.36864681310603187,0.025858788199677463,0.15372517456988796,0.3081070355836167,0.3733171021905534,0.15372517456988796,0.1604390606083651,0.05123442894938687,0.15372517456988796,0.34036729654741454,0.07045013384744317,0.15372517456988796,0.5402700832355685,0.17026185532293836,0.15372517456988796,0.4306519607208773,0.07712605120688959,0.15372517456988796,0.3483973412231382,0.14117223475622062,0.15372517456988796,0.09101410180539102,0.04083468837043119,0.5,0.15372517456988796,0.08132759527671052,0.03578219903792841,0.15372517456988796,0.5038796783015705,0.020161851232678607,0.5,0.15372517456988796,0.1767021842867072,0.09575311917847117,0.15372517456988796,0.3795288621583331,0.07226922956000556,0.15372517456988796,0.26150824169472314,0.3915696643616602,0.15372517456988796,0.3959497668526656,0.2558150302872395,0.15372517456988796,0.5056109700943351,0.2153724934401861,0.15372517456988796,0.18925448517995647,0.060430858798370915,0.15372517456988796,0.13399437575771392,0.051937611122508005,0.5,0.15372517456988796,0.359980168845713,0.08485791365134053,0.0,0.0018620717659984275,0.11144126807016541 -5990,0.5,0.15372517456988796,0.3347963531732045,0.028407061814506963,0.15372517456988796,0.29102563462850634,0.40753992762543945,0.15372517456988796,0.1507677768429823,0.04126811218597823,0.15372517456988796,0.32979875163224504,0.06988613503222316,0.15372517456988796,0.5839253596331497,0.1434638559207489,0.15372517456988796,0.4496155804586315,0.055989882045158965,0.15372517456988796,0.31683298235208673,0.12104538560804401,0.15372517456988796,0.10083167545378385,0.040080547266321806,0.5,0.15372517456988796,0.09454384630825405,0.046956289923330764,0.15372517456988796,0.5205298799853257,0.022634608017767836,0.5,0.15372517456988796,0.17924780091472609,0.11522324456672466,0.15372517456988796,0.40130419343561125,0.07757651274229191,0.15372517456988796,0.3046349655346876,0.37455283896457975,0.15372517456988796,0.46228786590682525,0.24705033494359402,0.15372517456988796,0.45095162696099056,0.24009297521296533,0.15372517456988796,0.13541209115931852,0.07422446891207937,0.15372517456988796,0.1716039866105801,0.06805243594644504,0.5,0.15372517456988796,0.3373608253351531,0.06954613074072963,0.0,6.205343471559863e-05,0.06154140834255965 -5991,0.5,0.15372517456988796,0.27003186044870925,0.03162253043583088,0.15372517456988796,0.25387956199568473,0.3644195195026286,0.15372517456988796,0.13581939243398827,0.032931608077734695,0.15372517456988796,0.2868474038997535,0.06335857288535318,0.15372517456988796,0.5396787706736568,0.118795231738081,0.15372517456988796,0.43379636316253056,0.039208738535921356,0.15372517456988796,0.2888162628998934,0.08358001791994524,0.15372517456988796,0.11585181475568436,0.03964497444925626,0.5,0.15372517456988796,0.11055919606179065,0.06370034156365442,0.15372517456988796,0.42202048527367453,0.01872796195746119,0.5,0.15372517456988796,0.26911248427959644,0.12583936292727702,0.15372517456988796,0.37149415459668267,0.08529698467191925,0.15372517456988796,0.36852850013731225,0.35743598915423713,0.15372517456988796,0.5014282663945628,0.2342491207093656,0.15372517456988796,0.38627122264872565,0.2357041820931639,0.15372517456988796,0.09217985205530059,0.07780243100899506,0.15372517456988796,0.1803460287451758,0.07869012600957873,0.5,0.15372517456988796,0.3056483606005042,0.058854271933998586,0.0,0.0,0.05255829410542028 -5992,0.5,0.15372517456988796,0.18338985273628086,0.03446733627896857,0.15372517456988796,0.2438649083390138,0.3007751669587723,0.15372517456988796,0.10772612675775559,0.024167388543354006,0.15372517456988796,0.21509980524217792,0.056272148307972336,0.15372517456988796,0.4453802807786906,0.10414137862322267,0.15372517456988796,0.38076380525029035,0.02972239152457012,0.15372517456988796,0.24318761196996577,0.05664152158934062,0.15372517456988796,0.1193015577370446,0.0397400273522988,0.5,0.15372517456988796,0.1349273141692965,0.07815287175601836,0.15372517456988796,0.2869847448803421,0.02108592921416537,0.5,0.15372517456988796,0.2900593962088308,0.09831631368611753,0.15372517456988796,0.3039533071905329,0.0958292880432361,0.15372517456988796,0.3734884585069802,0.33161030237232453,0.15372517456988796,0.4476914005728881,0.2132937439195943,0.15372517456988796,0.31647592844730865,0.20301379145962636,0.15372517456988796,0.051959003111661364,0.07018425526878626,0.15372517456988796,0.16343670717484446,0.07246202401945498,0.5,0.15372517456988796,0.19388977469817276,0.03759519355435957,0.0,3.466617323348901e-05,0.06486214677808434 -5993,0.5,0.15372517456988796,0.09720052688939737,0.033770925061794826,0.15372517456988796,0.2394081134309815,0.2598869587256423,0.15372517456988796,0.07182462214477352,0.015716470886665373,0.15372517456988796,0.13433024303287677,0.05326130671517229,0.15372517456988796,0.32548074136912625,0.09144727403937944,0.15372517456988796,0.26571299182544256,0.028640833305875267,0.15372517456988796,0.18099136710568892,0.045411368994738,0.15372517456988796,0.09133428733989302,0.03304767603935233,0.5,0.15372517456988796,0.1251886531749411,0.0826770825566011,0.15372517456988796,0.16375214185279918,0.01323285771438958,0.5,0.15372517456988796,0.2344483071243798,0.057855867333336274,0.15372517456988796,0.21699914296235057,0.07817353279480617,0.15372517456988796,0.30027918585198465,0.274118521368628,0.15372517456988796,0.3401195279411296,0.17042120393304067,0.15372517456988796,0.222788076735629,0.16790451511969878,0.15372517456988796,0.03239477892225234,0.055765046620536385,0.15372517456988796,0.11244028081533067,0.05051023504458549,0.5,0.15372517456988796,0.165338620819721,0.017789390191332397,0.0,0.0005006669226001538,0.07349703860517634 -5994,0.5,0.15372517456988796,0.025364281438582367,0.03487332741888962,0.15372517456988796,0.09163026118302348,0.1935586266409199,0.15372517456988796,0.028261568102322686,0.008624867560952104,0.15372517456988796,0.03040334437345398,0.04937052819337255,0.15372517456988796,0.11165533032348218,0.07158198925379737,0.15372517456988796,0.11720659216847937,0.029989223985115273,0.15372517456988796,0.08676360434163327,0.04051541774515137,0.15372517456988796,0.050114425219616156,0.021150767310589888,0.5,0.15372517456988796,0.07279247362594482,0.06480552559735872,0.15372517456988796,0.04421406776466326,0.007995756322413242,0.5,0.15372517456988796,0.08670957098368427,0.012122713084121302,0.15372517456988796,0.08066027433446153,0.039134288481502875,0.15372517456988796,0.10567556970895392,0.2021836781977176,0.15372517456988796,0.11000654983091111,0.11784883266928656,0.15372517456988796,0.07746545246235553,0.1461622786551999,0.15372517456988796,0.018158123435126447,0.043894528208672345,0.15372517456988796,0.04066686846176887,0.025226430401721376,0.5,0.15372517456988796,0.041567558265390214,0.008137086688189457,0.0,0.0019279019318172864,0.051865604232935264 -5995,0.5,0.15372517456988796,1.253251224558793e-05,0.04307304557945179,0.15372517456988796,0.0,0.0701067281328064,0.15372517456988796,2.6753627624739187e-05,0.005038971113628274,0.15372517456988796,3.6302080098301643e-07,0.0437717149288928,0.15372517456988796,0.0,0.037230611208871174,0.15372517456988796,0.0,0.018188263437857066,0.15372517456988796,0.0,0.023301714663865505,0.15372517456988796,0.00037921575270611165,0.008948005805105845,0.5,0.15372517456988796,0.00016379156826015702,0.030786822784035446,0.15372517456988796,0.0,0.010275491825931007,0.5,0.15372517456988796,0.0,0.005698960697339122,0.15372517456988796,0.0,0.022439970303428022,0.15372517456988796,0.0,0.1119216336252308,0.15372517456988796,0.0,0.0565484444741491,0.15372517456988796,0.00014253263513114327,0.10204766778133419,0.15372517456988796,0.0003283823599658348,0.031044086340355482,0.15372517456988796,5.649915445902531e-05,0.014084929472861376,0.5,0.15372517456988796,0.0,0.010573741936566964,0.0,0.010327287601880751,0.057289464018236674 -5996,0.5,0.15372517456988796,0.0,0.061627494815007774,0.15372517456988796,0.0,0.05939539937549534,0.15372517456988796,0.0,0.0064615061779758195,0.15372517456988796,0.0,0.03766036425892637,0.15372517456988796,0.0,0.04825626953378943,0.15372517456988796,0.0,0.02339768213659861,0.15372517456988796,0.0,0.023058611147325107,0.15372517456988796,0.0,0.0066238402846917534,0.5,0.15372517456988796,0.0,0.02173022555801916,0.15372517456988796,0.0,0.008874544165566618,0.5,0.15372517456988796,0.0,0.003516211317354493,0.15372517456988796,0.0,0.01721585234168684,0.15372517456988796,0.0,0.08581543613882106,0.15372517456988796,0.0,0.039058248765573456,0.15372517456988796,0.0,0.10322085802417993,0.15372517456988796,0.0,0.027591086557221096,0.15372517456988796,0.0,0.010212131822970793,0.5,0.15372517456988796,0.0,0.007710573357581813,0.0,0.03156509632697127,0.09808748076238653 -5997,0.5,0.15372517456988796,0.0,0.08203651414475385,0.15372517456988796,0.0,0.062139758127271565,0.15372517456988796,0.0,0.014574734610702621,0.15372517456988796,0.0,0.034221955047616034,0.15372517456988796,0.0,0.05305767951624062,0.15372517456988796,0.0,0.033901438807820095,0.15372517456988796,0.0,0.031228308055213486,0.15372517456988796,0.0,0.007777284024246577,0.5,0.15372517456988796,0.0,0.016692231700690785,0.15372517456988796,0.0,0.00853514785612631,0.5,0.15372517456988796,0.0,0.0031299052231744,0.15372517456988796,0.0,0.01301297670043842,0.15372517456988796,0.0,0.06376395536066243,0.15372517456988796,0.0,0.02399097499709186,0.15372517456988796,0.0,0.10865883025161306,0.15372517456988796,0.0,0.030300008392888836,0.15372517456988796,0.0,0.007562493629043302,0.5,0.15372517456988796,0.0,0.006914895605863122,0.0,0.054356604933106956,0.15699214657780616 -5998,0.5,0.15372517456988796,0.0,0.11436468576977343,0.15372517456988796,0.0,0.04947206675851089,0.15372517456988796,0.0,0.037337114715571135,0.15372517456988796,0.0,0.03617214987757122,0.15372517456988796,0.0,0.04400817791738498,0.15372517456988796,0.0,0.04124987421602534,0.15372517456988796,0.0,0.042455616546439846,0.15372517456988796,0.0,0.011126872487659114,0.5,0.15372517456988796,0.0,0.014004059943879547,0.15372517456988796,0.0,0.009770460891251314,0.5,0.15372517456988796,0.0,0.003345058697495182,0.15372517456988796,0.0,0.00914863313023634,0.15372517456988796,0.0,0.05293325208253817,0.15372517456988796,0.0,0.014594211049013008,0.15372517456988796,0.0,0.10019170930209183,0.15372517456988796,0.0,0.03695998413193422,0.15372517456988796,0.0,0.0059417494564596805,0.5,0.15372517456988796,0.0,0.007030801267251497,0.0,0.10162215923211167,0.18827912151619147 -5999,0.5,0.15372517456988796,0.0,0.14547268188323909,0.15372517456988796,0.0,0.0338364374367334,0.15372517456988796,0.0,0.07608970467314173,0.15372517456988796,0.0,0.040825782315747086,0.15372517456988796,0.0,0.02824801335313412,0.15372517456988796,0.0,0.03785134062204146,0.15372517456988796,0.0,0.04268453463604977,0.15372517456988796,0.0,0.015984256149054625,0.5,0.15372517456988796,0.0,0.0127587896133067,0.15372517456988796,0.0,0.009404620898626693,0.5,0.15372517456988796,0.0,0.0032031555167194715,0.15372517456988796,0.0,0.006529756270870702,0.15372517456988796,0.0,0.04737029092734374,0.15372517456988796,0.0,0.008800391195350366,0.15372517456988796,0.0,0.08612956682701811,0.15372517456988796,0.0,0.03988077510347046,0.15372517456988796,0.0,0.005281490754807692,0.5,0.15372517456988796,0.0,0.0075696305014794065,0.0,0.1925695395707947,0.2290121310692083 -6000,0.5,0.15372517456988796,0.0,0.1579341303039949,0.15372517456988796,0.0,0.03030234145387655,0.15372517456988796,0.0,0.10604608983900209,0.15372517456988796,0.0,0.0556178495505186,0.15372517456988796,0.0,0.014174612140508391,0.15372517456988796,0.0,0.02898568320076292,0.15372517456988796,0.0,0.0344302541342694,0.15372517456988796,0.0,0.013381137347033027,0.5,0.15372517456988796,0.0,0.013124035791715782,0.15372517456988796,0.0,0.007783507949402612,0.5,0.15372517456988796,0.0,0.003236253915413868,0.15372517456988796,0.0,0.0047085112075745,0.15372517456988796,0.0,0.037339866745352376,0.15372517456988796,0.0,0.007294645315219997,0.15372517456988796,0.0,0.06541926509484979,0.15372517456988796,0.0,0.038408529654773566,0.15372517456988796,0.0,0.004951065427406135,0.5,0.15372517456988796,0.0,0.007156334888213167,0.0,0.2978172042602522,0.29507265122218773 -6001,0.5,0.15372517456988796,0.0,0.14669115238141908,0.15372517456988796,0.0,0.02369839469712414,0.15372517456988796,0.0,0.12533818067663482,0.15372517456988796,0.0,0.0767526419644659,0.15372517456988796,0.0,0.0056169658610190475,0.15372517456988796,0.0,0.02076809475459572,0.15372517456988796,0.0,0.020192223037880087,0.15372517456988796,0.0,0.008436275228181278,0.5,0.15372517456988796,0.0,0.014353269009201013,0.15372517456988796,0.0,0.005377775769513484,0.5,0.15372517456988796,0.0,0.003169726049640049,0.15372517456988796,0.0,0.004013043271506252,0.15372517456988796,0.0,0.029807244844603543,0.15372517456988796,0.0,0.010314155722329119,0.15372517456988796,0.0,0.044427372912881714,0.15372517456988796,0.0,0.03209690430577209,0.15372517456988796,0.0,0.004963341564774541,0.5,0.15372517456988796,0.0,0.005233952763144237,0.0,0.3713984278749592,0.4317254003929764 -6002,0.5,0.15372517456988796,0.0,0.1349540848996178,0.15372517456988796,0.0,0.014804466995853737,0.15372517456988796,0.0,0.09965119461316962,0.15372517456988796,0.0,0.0913047302454758,0.15372517456988796,0.0,0.0016507337532876577,0.15372517456988796,0.0,0.017208137122778903,0.15372517456988796,0.0,0.009810142315108687,0.15372517456988796,0.0,0.0070555921150606705,0.5,0.15372517456988796,0.0,0.014942560777672408,0.15372517456988796,0.0,0.004052701466315287,0.5,0.15372517456988796,0.0,0.001833703730081161,0.15372517456988796,0.0,0.004003966380384123,0.15372517456988796,0.0,0.022430867605348462,0.15372517456988796,0.0,0.019955281637562765,0.15372517456988796,0.0,0.032276963109475185,0.15372517456988796,0.0,0.0237822013467322,0.15372517456988796,0.0,0.005041698617337687,0.5,0.15372517456988796,0.0,0.0036061540332589454,0.0,0.40953262591973527,0.5674270903883362 -6003,0.5,0.15372517456988796,0.0,0.12719866491298842,0.15372517456988796,0.0,0.0096000784987929,0.15372517456988796,0.0,0.07146483111139115,0.15372517456988796,0.0,0.08701148688405025,0.15372517456988796,0.0,0.0005570703755474081,0.15372517456988796,0.0,0.01504633407463465,0.15372517456988796,0.0,0.004274730130346763,0.15372517456988796,0.0,0.008788486428345637,0.5,0.15372517456988796,0.0,0.01595311332556786,0.15372517456988796,0.0,0.0028614100792655832,0.5,0.15372517456988796,0.0,0.0009925465350090585,0.15372517456988796,0.0,0.004258098207198095,0.15372517456988796,0.0,0.02620009826141989,0.15372517456988796,0.0,0.035668651217437494,0.15372517456988796,0.0,0.02462035304025395,0.15372517456988796,0.0,0.017009880127587945,0.15372517456988796,0.0,0.00553735209735873,0.5,0.15372517456988796,0.0,0.0025493422490311408,0.0,0.3263953398070462,0.7340235232942227 -6004,0.5,0.15372517456988796,0.0,0.12667107022943064,0.15372517456988796,0.0,0.008163149713934453,0.15372517456988796,0.0,0.060272230211594696,0.15372517456988796,0.0,0.0800200581776641,0.15372517456988796,0.0,0.0025140020754541395,0.15372517456988796,0.0,0.011569834018781772,0.15372517456988796,0.0,0.0011816545346540496,0.15372517456988796,0.0,0.011402281627329577,0.5,0.15372517456988796,0.0,0.017939576808739956,0.15372517456988796,0.0,0.0027398999993208943,0.5,0.15372517456988796,0.0,0.0008399051424078318,0.15372517456988796,0.0,0.00399226513934091,0.15372517456988796,0.0,0.04502240499785072,0.15372517456988796,0.0,0.05357886234804196,0.15372517456988796,0.0,0.016320928570607088,0.15372517456988796,0.0,0.015245155778260343,0.15372517456988796,0.0,0.006812765335943229,0.5,0.15372517456988796,0.0,0.0021059945224767293,0.0,0.24338609871025932,0.8555095767739049 -6005,0.5,0.15372517456988796,0.0,0.1136588490984489,0.15372517456988796,0.0,0.010453099738691123,0.15372517456988796,0.0,0.06325912260614683,0.15372517456988796,0.0,0.0833518878341156,0.15372517456988796,0.0,0.0064819158518901925,0.15372517456988796,0.0,0.006381353123562075,0.15372517456988796,0.0,0.0005042047229492743,0.15372517456988796,0.0,0.010492619338502054,0.5,0.15372517456988796,0.0,0.02054426593246003,0.15372517456988796,0.0,0.003434789643301812,0.5,0.15372517456988796,0.0,0.0007350398570473165,0.15372517456988796,0.0,0.003974619747288654,0.15372517456988796,0.0,0.07115399292862372,0.15372517456988796,0.0,0.07186721065046353,0.15372517456988796,0.0,0.008653324629637455,0.15372517456988796,0.0,0.01622807076149679,0.15372517456988796,0.0,0.007848324184948581,0.5,0.15372517456988796,0.0,0.0016040641882103875,0.0,0.19011727463585104,0.9303150598128662 -6006,0.5,0.15372517456988796,0.0,0.08989509128683563,0.15372517456988796,0.0,0.010912143838537934,0.15372517456988796,0.0,0.06692025756268209,0.15372517456988796,0.0,0.0963953547650869,0.15372517456988796,0.0,0.010406388581831084,0.15372517456988796,0.0,0.004678233337162835,0.15372517456988796,0.0,0.0004351366057997533,0.15372517456988796,0.0,0.00934408615888242,0.5,0.15372517456988796,0.0,0.023315100521797052,0.15372517456988796,0.0,0.003787939752013054,0.5,0.15372517456988796,0.0,0.0005968172039236853,0.15372517456988796,0.0,0.003612510622940746,0.15372517456988796,0.0,0.11044754021415767,0.15372517456988796,0.0,0.09475261770465238,0.15372517456988796,0.0,0.004566269344901621,0.15372517456988796,0.0,0.018142355860371773,0.15372517456988796,0.0,0.0058188315509982574,0.5,0.15372517456988796,0.0,0.0011453858333606835,0.0,0.16397000989540517,0.9300365044750403 -6007,0.5,0.15372517456988796,0.03433269575984279,0.08915361217039626,0.15372517456988796,0.03881919949735733,0.015433656071364273,0.15372517456988796,0.0038826051192488702,0.0632933051884441,0.15372517456988796,0.009605712095359938,0.1205902357806779,0.15372517456988796,0.021680361964850105,0.015117122212796005,0.15372517456988796,0.013434961059134005,0.005347296195239809,0.15372517456988796,0.022022252314851134,0.0009710477120759048,0.15372517456988796,0.013098089155448758,0.007673231811808359,0.5,0.15372517456988796,0.014647206467911913,0.022130851298536362,0.15372517456988796,0.03225128322434094,0.0026669992978781663,0.5,0.15372517456988796,0.019055087525021334,0.0006328064427977847,0.15372517456988796,0.018473922928294532,0.002654066153414435,0.15372517456988796,0.03375828926845138,0.15695750489804863,0.15372517456988796,0.025520234383040047,0.11988252812967182,0.15372517456988796,0.030688485300113724,0.00304899810583084,0.15372517456988796,0.0134155251056597,0.019044768658118303,0.15372517456988796,0.007476340331488807,0.0055068294534899994,0.5,0.15372517456988796,0.008719513907086002,0.0010092092360211215,0.0,0.16198083964207294,0.9125694546546348 -6008,0.5,0.15372517456988796,0.13260644044788372,0.11185971719158486,0.15372517456988796,0.16940661058382248,0.024210407810214732,0.15372517456988796,0.021851511598009642,0.05164240114270714,0.15372517456988796,0.03735660710794075,0.1398323613172637,0.15372517456988796,0.14439969302217281,0.01928429145654655,0.15372517456988796,0.1333816011216587,0.005876309668959263,0.15372517456988796,0.14391668332451013,0.0017465811509539447,0.15372517456988796,0.1275958284073005,0.00760794478568463,0.5,0.15372517456988796,0.12597839735687466,0.02225489435305812,0.15372517456988796,0.15165181479872833,0.0008070138646626323,0.5,0.15372517456988796,0.1250072022717343,0.0008540239603503195,0.15372517456988796,0.1108005559655233,0.001200718527424979,0.15372517456988796,0.14806944481393122,0.215082241109273,0.15372517456988796,0.1437896148802268,0.15896322076754285,0.15372517456988796,0.1548584125885845,0.004535434332091699,0.15372517456988796,0.0969190727042789,0.025541668233283358,0.15372517456988796,0.044964407583603094,0.00782184200098537,0.5,0.15372517456988796,0.05390063627411486,0.0015188934979293198,0.0,0.14546927378718563,0.8721934559376215 -6009,0.5,0.15372517456988796,0.26308348707286383,0.12137677183456008,0.15372517456988796,0.3171475382223894,0.07895856369532303,0.15372517456988796,0.052857508054338524,0.029793246475643062,0.15372517456988796,0.06788723598833542,0.11846960653156535,0.15372517456988796,0.2939794748119587,0.0571321321575242,0.15372517456988796,0.28494629416615824,0.013314125367092651,0.15372517456988796,0.2934769904996254,0.0054466800698035455,0.15372517456988796,0.2771815444983515,0.01856372514643092,0.5,0.15372517456988796,0.26719383607780306,0.04998277153710598,0.15372517456988796,0.29036221287523567,0.003905322706484805,0.5,0.15372517456988796,0.25557652921841556,0.001952186721173066,0.15372517456988796,0.21836336490956337,0.0038663261333877724,0.15372517456988796,0.26067503675621834,0.38486778418612266,0.15372517456988796,0.28042324804865426,0.25992890636537547,0.15372517456988796,0.3077191126702679,0.017392423908652827,0.15372517456988796,0.21454180050397936,0.0355737796855511,0.15372517456988796,0.10522223035678074,0.014151788160251097,0.5,0.15372517456988796,0.12483672917971163,0.0059392900509105985,0.0,0.10807066892482688,0.8366266792904373 -6010,0.5,0.15372517456988796,0.41249124249150726,0.11662735581220211,0.15372517456988796,0.4602326345548987,0.1817693550164224,0.15372517456988796,0.11009915710371143,0.01534605553130201,0.15372517456988796,0.10101925294208487,0.1009837863087281,0.15372517456988796,0.4400974626339865,0.1260225415976182,0.15372517456988796,0.43491309865994987,0.033105206252035536,0.15372517456988796,0.4427986712087391,0.020079194715649576,0.15372517456988796,0.42945923036968836,0.036308157440555815,0.5,0.15372517456988796,0.4157700475313082,0.09073802314872,0.15372517456988796,0.4113133650663432,0.019031062100343752,0.5,0.15372517456988796,0.3891949045388208,0.0035419667802648173,0.15372517456988796,0.3201164563927401,0.012862672583325602,0.15372517456988796,0.30774389541442015,0.5072861868655721,0.15372517456988796,0.3988328803094861,0.3284435036491609,0.15372517456988796,0.4574286700137896,0.04447251188957404,0.15372517456988796,0.3569197830554623,0.03834168491990706,0.15372517456988796,0.16639550684795487,0.02127897681988717,0.5,0.15372517456988796,0.18885218201176845,0.01242466297116993,0.0,0.09065967933134829,0.7639019493752554 -6011,0.5,0.15372517456988796,0.5466112902087437,0.11817218901583836,0.15372517456988796,0.5782248423326188,0.3245651458468363,0.15372517456988796,0.21255646574322626,0.0076501710362743384,0.15372517456988796,0.150200772281679,0.08595675250313756,0.15372517456988796,0.5689083519529425,0.22823693241321255,0.15372517456988796,0.5687045833582137,0.06622016401347099,0.15372517456988796,0.567223349951281,0.057758415568322695,0.15372517456988796,0.5625209325149696,0.049389748709888506,0.5,0.15372517456988796,0.5455234046148517,0.1062641459005872,0.15372517456988796,0.4796868639586569,0.030573443892596273,0.5,0.15372517456988796,0.5050434619979642,0.003533058364743847,0.15372517456988796,0.3959261239522228,0.021170033793385213,0.15372517456988796,0.2668870136872869,0.586127563793388,0.15372517456988796,0.48417702764412274,0.43888612259386744,0.15372517456988796,0.5833037587069434,0.11000444707411754,0.15372517456988796,0.5154354429274909,0.029380337071578857,0.15372517456988796,0.21210143631986278,0.02404395030989895,0.5,0.15372517456988796,0.2815101901044784,0.01716710193470288,0.0,0.09324836445910145,0.67851631825989 -6012,0.5,0.15372517456988796,0.6231252001173876,0.12989429564998928,0.15372517456988796,0.6017219322439037,0.4284947983044684,0.15372517456988796,0.3098401478613076,0.005627007662555151,0.15372517456988796,0.20006082498989677,0.0756200426563653,0.15372517456988796,0.645965939747823,0.2830793953095158,0.15372517456988796,0.651220121732284,0.0859611518995543,0.15372517456988796,0.6425014298069596,0.09964029211486773,0.15372517456988796,0.6447807702512529,0.06426119765669691,0.5,0.15372517456988796,0.6026970941076523,0.0813936733689632,0.15372517456988796,0.5480838894311177,0.03709707774062919,0.5,0.15372517456988796,0.5516724512986577,0.002775718729754725,0.15372517456988796,0.4765683623394058,0.020083826580176288,0.15372517456988796,0.27050344238530466,0.6350008153046508,0.15372517456988796,0.5143728544045801,0.5434138668900038,0.15372517456988796,0.6530728029560185,0.1838356558157709,0.15372517456988796,0.5981331146457706,0.029071201835899764,0.15372517456988796,0.2807710716014565,0.02495361501893188,0.5,0.15372517456988796,0.3336067278014388,0.01884308020385674,0.0,0.1359840997788608,0.6449981212268829 -6013,0.5,0.15372517456988796,0.6527473726328672,0.15106221761077335,0.15372517456988796,0.569792647374959,0.5577153360366205,0.15372517456988796,0.36361273734277305,0.005741109326201605,0.15372517456988796,0.23141863436001672,0.06866545810752049,0.15372517456988796,0.660363596048368,0.2968363782829508,0.15372517456988796,0.6832299490717204,0.08642101693841207,0.15372517456988796,0.6674810375209186,0.10191190682699026,0.15372517456988796,0.6775929380559346,0.0768590694967433,0.5,0.15372517456988796,0.6296547962526186,0.05682676773754588,0.15372517456988796,0.4497129465831283,0.03900205193293335,0.5,0.15372517456988796,0.6193161406502863,0.0019628545879315897,0.15372517456988796,0.43181426710713744,0.01967637187459531,0.15372517456988796,0.2590591208734944,0.6910085898215046,0.15372517456988796,0.4499684617480636,0.5367195894651642,0.15372517456988796,0.6756064308035801,0.21412237116050742,0.15372517456988796,0.6173876558849337,0.03434036923284109,0.15372517456988796,0.2946044248460575,0.021932235459282193,0.5,0.15372517456988796,0.40320242608371193,0.016570882532084562,0.0,0.15328513779892897,0.5771353328389882 -6014,0.5,0.15372517456988796,0.6363685436556406,0.16957808417856207,0.15372517456988796,0.4797486972521585,0.5925800292640553,0.15372517456988796,0.4661111805056283,0.00846433270525444,0.15372517456988796,0.2559200643320917,0.0680456269834478,0.15372517456988796,0.5977484765985207,0.28717528196737285,0.15372517456988796,0.6755930468915952,0.07316873939427937,0.15372517456988796,0.672900138998321,0.09142341045821883,0.15372517456988796,0.671882993454981,0.077433548029485,0.5,0.15372517456988796,0.6124941868783922,0.043240328430305924,0.15372517456988796,0.42556521369500194,0.04536882129732034,0.5,0.15372517456988796,0.48344177355456586,0.0011040053727994147,0.15372517456988796,0.36406039736109763,0.027468330027897375,0.15372517456988796,0.3559097255754628,0.7284605803810897,0.15372517456988796,0.4382519605306959,0.5253682147800978,0.15372517456988796,0.6538573164766293,0.2172961363373529,0.15372517456988796,0.598287952695193,0.034774835410002966,0.15372517456988796,0.24341925435050532,0.018594308082700156,0.5,0.15372517456988796,0.37307427063532034,0.015532646630075893,0.0,0.14983445083927274,0.4943318897193515 -6015,0.5,0.15372517456988796,0.5537031653194493,0.18917182427767185,0.15372517456988796,0.326066422499714,0.696127777602181,0.15372517456988796,0.4356768666485986,0.01251746021582395,0.15372517456988796,0.2726884644260169,0.06897558761562916,0.15372517456988796,0.5454204245692071,0.30135478166063545,0.15372517456988796,0.6162902646525473,0.06876365961196886,0.15372517456988796,0.6109750256767248,0.07806559611625985,0.15372517456988796,0.6125888558472972,0.0729427100318127,0.5,0.15372517456988796,0.525915137230854,0.03647184669533578,0.15372517456988796,0.38182313479660035,0.06330129858693077,0.5,0.15372517456988796,0.3593251362214813,0.0009595927983963732,0.15372517456988796,0.3458111749178565,0.03155705142335014,0.15372517456988796,0.36704376175202946,0.6820175437670186,0.15372517456988796,0.40184888402343083,0.4707382560631348,0.15372517456988796,0.575449990407058,0.20989759085593623,0.15372517456988796,0.532368277633744,0.0343707284487921,0.15372517456988796,0.19699303837159185,0.014507275668984791,0.5,0.15372517456988796,0.30164310992857046,0.014462243623966144,0.0,0.19436038880890114,0.37853818377177795 -6016,0.5,0.15372517456988796,0.42106725998898753,0.18290582216109774,0.15372517456988796,0.277357473963296,0.6978558042612324,0.15372517456988796,0.35217288636608723,0.014256990051676294,0.15372517456988796,0.2231507254305455,0.06408123258876187,0.15372517456988796,0.37015386587107757,0.2918617046145421,0.15372517456988796,0.49799823401126597,0.07203712382182226,0.15372517456988796,0.49195570534482524,0.07724728007108791,0.15372517456988796,0.5017125073755705,0.08198423528365109,0.5,0.15372517456988796,0.41904579444145473,0.04245943757915484,0.15372517456988796,0.32717672892300786,0.08593271032528316,0.5,0.15372517456988796,0.26777042506314036,0.0016990976611282224,0.15372517456988796,0.3197208428412463,0.03121323531798844,0.15372517456988796,0.32438304887416264,0.629611018249961,0.15372517456988796,0.37068527994224865,0.41223374652504524,0.15372517456988796,0.4515834097760896,0.20057380228581004,0.15372517456988796,0.40351901846995597,0.03742546119218388,0.15372517456988796,0.163620361473095,0.012639435526593652,0.5,0.15372517456988796,0.2285007877632051,0.015936821342355353,0.0,0.23471440497411009,0.3349032585651383 -6017,0.5,0.15372517456988796,0.2866466473518987,0.14886377687270297,0.15372517456988796,0.24310638991809186,0.5850204193632547,0.15372517456988796,0.24228824052237663,0.015388875034226165,0.15372517456988796,0.14824162067396449,0.04776883203055678,0.15372517456988796,0.2255423052485611,0.2655437018679205,0.15372517456988796,0.3532146130146357,0.06314536658857663,0.15372517456988796,0.35231557808619873,0.06432482713353198,0.15372517456988796,0.3603644778685194,0.08209511519605978,0.5,0.15372517456988796,0.28930554848874546,0.06207995817345242,0.15372517456988796,0.2499170463273352,0.0669527082792165,0.5,0.15372517456988796,0.17569456971068914,0.004128927685972821,0.15372517456988796,0.2169115693191534,0.03048677388360219,0.15372517456988796,0.2579783002572828,0.5568010527346554,0.15372517456988796,0.2846274667962828,0.34656968066506744,0.15372517456988796,0.30680973398209616,0.17350485153015102,0.15372517456988796,0.2522285273181293,0.04269111618904718,0.15372517456988796,0.12602301027275842,0.00937437571765644,0.5,0.15372517456988796,0.1692378509864085,0.013710159428050652,0.0,0.34812207986765215,0.34544485718025764 -6018,0.5,0.15372517456988796,0.06095567703982972,0.08245948823422641,0.15372517456988796,0.0871981284968667,0.3672954012140993,0.15372517456988796,0.05779224253448294,0.012784256486489579,0.15372517456988796,0.04096993216384068,0.019016224882620832,0.15372517456988796,0.09415205205662106,0.2316097214144024,0.15372517456988796,0.10918371861272651,0.03860281667857303,0.15372517456988796,0.09238870712734253,0.017825108013440907,0.15372517456988796,0.1072236424227728,0.03161971058281452,0.5,0.15372517456988796,0.10072724001521646,0.06974750466817868,0.15372517456988796,0.07061457526343366,0.03725978988074695,0.5,0.15372517456988796,0.059029258660111654,0.0071927403817242845,0.15372517456988796,0.07227578617355533,0.020095727104152673,0.15372517456988796,0.091676724530844,0.42332575207304296,0.15372517456988796,0.10444441260983703,0.2573366168748149,0.15372517456988796,0.07886228594363871,0.10539537979102412,0.15372517456988796,0.07007451630495694,0.027028556476825318,0.15372517456988796,0.039829862578259184,0.003745014059585078,0.5,0.15372517456988796,0.04578570670804177,0.006067086183593093,0.0,0.6382366039841816,0.3672624283416533 -6019,0.5,0.15372517456988796,0.0,0.06815146942665734,0.15372517456988796,0.0,0.11222600571981864,0.15372517456988796,0.0,0.011672943343266112,0.15372517456988796,0.0,0.016224132411962154,0.15372517456988796,0.0,0.18098449991005322,0.15372517456988796,0.0,0.06258106816021937,0.15372517456988796,0.0,0.016998597922420405,0.15372517456988796,0.0,0.0240970978012668,0.5,0.15372517456988796,0.0,0.07392433343854989,0.15372517456988796,0.0,0.03426184248850661,0.5,0.15372517456988796,0.0,0.010086061367257652,0.15372517456988796,0.0,0.01964085671601648,0.15372517456988796,0.0,0.26719729184890034,0.15372517456988796,0.0,0.13929013092905773,0.15372517456988796,0.0,0.07811118633261281,0.15372517456988796,0.0,0.021283995917912087,0.15372517456988796,0.0,0.0034545138084522294,0.5,0.15372517456988796,0.0,0.006551729836528967,0.0,0.6939198253819656,0.29042179156198195 -6020,0.5,0.15372517456988796,0.0,0.05611386095331532,0.15372517456988796,0.0,0.0510222892145254,0.15372517456988796,0.0,0.01310481137985407,0.15372517456988796,0.0,0.013674088632523432,0.15372517456988796,0.0,0.13078286697753322,0.15372517456988796,0.0,0.10904346992688356,0.15372517456988796,0.0,0.014656205919074678,0.15372517456988796,0.0,0.019379493379561775,0.5,0.15372517456988796,0.0,0.09160272527119676,0.15372517456988796,0.0,0.020705045668572217,0.5,0.15372517456988796,0.0,0.009481251314596009,0.15372517456988796,0.0,0.01768940930267435,0.15372517456988796,0.0,0.21578775989312302,0.15372517456988796,0.0,0.09970271202473094,0.15372517456988796,0.0,0.08404100466195467,0.15372517456988796,0.0,0.02642913872660341,0.15372517456988796,0.0,0.0035835276403236305,0.5,0.15372517456988796,0.0,0.006580923402678621,0.0,0.6002724995735449,0.28472212253638995 -6021,0.5,0.15372517456988796,0.0,0.05632715040275613,0.15372517456988796,0.0,0.037119148112036836,0.15372517456988796,0.0,0.00913971371426677,0.15372517456988796,0.0,0.009943644290224063,0.15372517456988796,0.0,0.06993777600076033,0.15372517456988796,0.0,0.1117250403543546,0.15372517456988796,0.0,0.0217194450695395,0.15372517456988796,0.0,0.0175338280645659,0.5,0.15372517456988796,0.0,0.0864427783650312,0.15372517456988796,0.0,0.01203821042662084,0.5,0.15372517456988796,0.0,0.006253265861958225,0.15372517456988796,0.0,0.01415608287013332,0.15372517456988796,0.0,0.2064106980495199,0.15372517456988796,0.0,0.07067955846307161,0.15372517456988796,0.0,0.05940323917171845,0.15372517456988796,0.0,0.028381941858883288,0.15372517456988796,0.0,0.0030076191707460735,0.5,0.15372517456988796,0.0,0.005902111037547848,0.0,0.5878912249337895,0.4740650673780309 -6022,0.5,0.15372517456988796,0.0,0.05608478550024159,0.15372517456988796,0.0,0.033487554429137235,0.15372517456988796,0.0,0.006955650511538146,0.15372517456988796,0.0,0.008718459788249505,0.15372517456988796,0.0,0.03107988032799552,0.15372517456988796,0.0,0.08164052764898658,0.15372517456988796,0.0,0.027413536617056804,0.15372517456988796,0.0,0.021093891750592855,0.5,0.15372517456988796,0.0,0.07279141904641767,0.15372517456988796,0.0,0.006622765484462712,0.5,0.15372517456988796,0.0,0.00344835042604626,0.15372517456988796,0.0,0.010897360885494315,0.15372517456988796,0.0,0.20417506142624847,0.15372517456988796,0.0,0.06034635170654737,0.15372517456988796,0.0,0.03552449995399189,0.15372517456988796,0.0,0.02592561738118234,0.15372517456988796,0.0,0.0017852623019846226,0.5,0.15372517456988796,0.0,0.0042082149319027885,0.0,0.610402886800393,0.5637919943915667 -6023,0.5,0.15372517456988796,0.0,0.049729487492624014,0.15372517456988796,0.0,0.03534062332453576,0.15372517456988796,0.0,0.006155400232748892,0.15372517456988796,0.0,0.0076417303437543455,0.15372517456988796,0.0,0.01349146896207084,0.15372517456988796,0.0,0.042285521967281386,0.15372517456988796,0.0,0.02146168668645868,0.15372517456988796,0.0,0.024944030400972712,0.5,0.15372517456988796,0.0,0.05928795692475776,0.15372517456988796,0.0,0.0051375410645958415,0.5,0.15372517456988796,0.0,0.00254701976147748,0.15372517456988796,0.0,0.00854268562138346,0.15372517456988796,0.0,0.2063632136353725,0.15372517456988796,0.0,0.07539952693217641,0.15372517456988796,0.0,0.020566224006895905,0.15372517456988796,0.0,0.021527782881448927,0.15372517456988796,0.0,0.0017146220557414417,0.5,0.15372517456988796,0.0,0.0024497979649200623,0.0,0.5444439720986185,0.7958186641983536 -6024,0.5,0.15372517456988796,0.0,0.043547432428675016,0.15372517456988796,0.0,0.04219904229237602,0.15372517456988796,0.0,0.006574014087799483,0.15372517456988796,0.0,0.008535705035992918,0.15372517456988796,0.0,0.012568308620049895,0.15372517456988796,0.0,0.015899497404934064,0.15372517456988796,0.0,0.010894170834697885,0.15372517456988796,0.0,0.019201002548934996,0.5,0.15372517456988796,0.0,0.05420167407676783,0.15372517456988796,0.0,0.0037104979576466027,0.5,0.15372517456988796,0.0,0.002276342528419393,0.15372517456988796,0.0,0.00775156246005324,0.15372517456988796,0.0,0.30925206106285175,0.15372517456988796,0.0,0.09013657895750588,0.15372517456988796,0.0,0.011238010007821063,0.15372517456988796,0.0,0.019896840018943405,0.15372517456988796,0.0,0.0015821690655098682,0.5,0.15372517456988796,0.0,0.002027472644482446,0.0,0.480935719803771,0.9391327059377594 -6025,0.5,0.15372517456988796,0.0,0.04086037860583703,0.15372517456988796,0.0,0.07133032132914369,0.15372517456988796,0.0,0.007181231495106949,0.15372517456988796,0.0,0.008960307474959128,0.15372517456988796,0.0,0.015975163644286333,0.15372517456988796,0.0,0.007666685974853392,0.15372517456988796,0.0,0.003643019780282026,0.15372517456988796,0.0,0.011647716251879266,0.5,0.15372517456988796,0.0,0.05368296187148538,0.15372517456988796,0.0,0.0027484438292959723,0.5,0.15372517456988796,0.0,0.002019251856920859,0.15372517456988796,0.0,0.007278372589543228,0.15372517456988796,0.0,0.37023466162948054,0.15372517456988796,0.0,0.1093865258968825,0.15372517456988796,0.0,0.011208020148497231,0.15372517456988796,0.0,0.01697908320167861,0.15372517456988796,0.0,0.0010852325663820515,0.5,0.15372517456988796,0.0,0.0019079982061245451,0.0,0.48911324948155094,0.9537244298653692 -6026,0.5,0.15372517456988796,0.0,0.045731749222157135,0.15372517456988796,0.0,0.1019438979263203,0.15372517456988796,0.0,0.008034748434233945,0.15372517456988796,0.0,0.008115725880344794,0.15372517456988796,0.0,0.02523806034215771,0.15372517456988796,0.0,0.005692641491672385,0.15372517456988796,0.0,0.004105375482635163,0.15372517456988796,0.0,0.009285074509765507,0.5,0.15372517456988796,0.0,0.052069698819840804,0.15372517456988796,0.0,0.0030948924000875227,0.5,0.15372517456988796,0.0,0.0017245447852288686,0.15372517456988796,0.0,0.006306926683906614,0.15372517456988796,0.0,0.35771533345610673,0.15372517456988796,0.0,0.12538433667305332,0.15372517456988796,0.0,0.016905781511556525,0.15372517456988796,0.0,0.013903290850066485,0.15372517456988796,0.0,0.0009521816538124311,0.5,0.15372517456988796,0.0,0.0011093250984588366,0.0,0.49826657959762904,0.9338592485908987 -6027,0.5,0.15372517456988796,0.0,0.05544318729846186,0.15372517456988796,0.0,0.11441818084449748,0.15372517456988796,0.0,0.008322727845223345,0.15372517456988796,0.0,0.008888818776528097,0.15372517456988796,0.0,0.03549519857938627,0.15372517456988796,0.0,0.0053592536089918826,0.15372517456988796,0.0,0.007139054589444635,0.15372517456988796,0.0,0.01009249440962226,0.5,0.15372517456988796,0.0,0.05050591009763752,0.15372517456988796,0.0,0.002905348737746047,0.5,0.15372517456988796,0.0,0.0016186882499515493,0.15372517456988796,0.0,0.005393942299385736,0.15372517456988796,0.0,0.3095338750932241,0.15372517456988796,0.0,0.18593542167274357,0.15372517456988796,0.0,0.026792110792960247,0.15372517456988796,0.0,0.01497140032723247,0.15372517456988796,0.0,0.0016581073772697482,0.5,0.15372517456988796,0.0,0.0008116094125671763,0.0,0.5641190755071478,0.9086612487111888 -6028,0.5,0.15372517456988796,0.0,0.06162090644982732,0.15372517456988796,0.0,0.13094415022866202,0.15372517456988796,0.0,0.009390723517832046,0.15372517456988796,0.0,0.007025665682059883,0.15372517456988796,0.0,0.04247135059353982,0.15372517456988796,0.0,0.00683336657142615,0.15372517456988796,0.0,0.007853391906165335,0.15372517456988796,0.0,0.010201785601913607,0.5,0.15372517456988796,0.0,0.0503596003968282,0.15372517456988796,0.0,0.002631575557204346,0.5,0.15372517456988796,0.0,0.0013411781980092199,0.15372517456988796,0.0,0.005935902434607653,0.15372517456988796,0.0,0.3068595420401893,0.15372517456988796,0.0,0.22076740425093527,0.15372517456988796,0.0,0.03787636142421641,0.15372517456988796,0.0,0.01819941289498571,0.15372517456988796,0.0,0.0018736744341254798,0.5,0.15372517456988796,0.0,0.0017396887055966695,0.0,0.6902260463065794,0.8688889427802673 -6029,0.5,0.15372517456988796,0.0,0.07237200366872404,0.15372517456988796,0.0,0.17711136850422896,0.15372517456988796,0.0,0.010977392117505107,0.15372517456988796,0.0,0.006142913702568086,0.15372517456988796,0.0,0.04564015907319466,0.15372517456988796,0.0,0.009421980624397842,0.15372517456988796,0.0,0.008244558787104417,0.15372517456988796,0.0,0.009485535888746198,0.5,0.15372517456988796,0.0,0.04935061558229886,0.15372517456988796,0.0,0.002713551614849044,0.5,0.15372517456988796,0.0,0.0009931093488308195,0.15372517456988796,0.0,0.005819992535309489,0.15372517456988796,0.0,0.3450634552527357,0.15372517456988796,0.0,0.2096950470733925,0.15372517456988796,0.0,0.04432681962341668,0.15372517456988796,0.0,0.01865919523737784,0.15372517456988796,0.0,0.0018006323792390717,0.5,0.15372517456988796,0.0,0.001991695382278677,0.0,0.7434544248888737,0.8078740065584352 -6030,0.5,0.15372517456988796,0.0,0.08945145918136865,0.15372517456988796,0.0,0.252382190688322,0.15372517456988796,0.0,0.010722526436645768,0.15372517456988796,0.0,0.006434669112044231,0.15372517456988796,0.0,0.04884213615845301,0.15372517456988796,0.0,0.013937260487556037,0.15372517456988796,0.0,0.00899497406926009,0.15372517456988796,0.0,0.010244809651879776,0.5,0.15372517456988796,0.0,0.04720590297947571,0.15372517456988796,0.0,0.002896508882314602,0.5,0.15372517456988796,0.0,0.0010133995976645716,0.15372517456988796,0.0,0.005278425484647953,0.15372517456988796,0.0,0.32602689787673034,0.15372517456988796,0.0,0.210220764217637,0.15372517456988796,0.0,0.049678509695347664,0.15372517456988796,0.0,0.018981890568387696,0.15372517456988796,0.0,0.002614406838816039,0.5,0.15372517456988796,0.0,0.0012744078317955287,0.0,0.7908678506954383,0.7932403047225342 -6031,0.5,0.15372517456988796,0.042897683944354184,0.10328725698925105,0.15372517456988796,0.019396568187758943,0.2257998303604989,0.15372517456988796,0.03514533664197669,0.010410604481507445,0.15372517456988796,0.04039348088725461,0.005567123870658777,0.15372517456988796,0.012170385114266925,0.053923308820122036,0.15372517456988796,0.00831128911333855,0.015792988297336524,0.15372517456988796,0.019231549892617814,0.010031786426187149,0.15372517456988796,0.01234172310571367,0.012193697803260182,0.5,0.15372517456988796,0.011201824522861259,0.04562441375707968,0.15372517456988796,0.014170882639213183,0.0034372256888252723,0.5,0.15372517456988796,0.011402840504900286,0.0012078983304447336,0.15372517456988796,0.017086316016148816,0.004007928260678951,0.15372517456988796,0.014630785567553786,0.3293355986150601,0.15372517456988796,0.015215830626927102,0.21951931231052652,0.15372517456988796,0.025483702106547414,0.06362384546595361,0.15372517456988796,0.026559647851968626,0.0181786554588266,0.15372517456988796,0.004579257747390779,0.0032343288659618863,0.5,0.15372517456988796,0.015592050082526883,0.001808814060725268,0.0,0.8004446207185388,0.7706383879679626 -6032,0.5,0.15372517456988796,0.15019113504724638,0.15055946680130478,0.15372517456988796,0.10679045056364027,0.22669446910943816,0.15372517456988796,0.15388957496057118,0.015370361122585201,0.15372517456988796,0.14690575562776392,0.009687569502085536,0.15372517456988796,0.11510463995380607,0.0796822201938966,0.15372517456988796,0.0994816208516416,0.019377335430354033,0.15372517456988796,0.1346604662602077,0.012882545308377218,0.15372517456988796,0.13154940415167976,0.010474175784837903,0.5,0.15372517456988796,0.1152001661262177,0.059866181086193924,0.15372517456988796,0.08261605909148917,0.004677766549331101,0.5,0.15372517456988796,0.08432516765481436,0.0015217191600833348,0.15372517456988796,0.11249261530076063,0.00336416202916797,0.15372517456988796,0.05979326963968562,0.3296154172290565,0.15372517456988796,0.09346159032143218,0.20044480787648555,0.15372517456988796,0.1342200524455165,0.10158920061624718,0.15372517456988796,0.14871929788647625,0.01957293602669619,0.15372517456988796,0.02835659108924855,0.003836905323532131,0.5,0.15372517456988796,0.06198691859397889,0.0035248065333023395,0.0,0.7132756165138391,0.7411874212604239 -6033,0.5,0.15372517456988796,0.270509739224807,0.2405975898316826,0.15372517456988796,0.11809954999413375,0.2421178994691867,0.15372517456988796,0.2952654685713164,0.0474176952370656,0.15372517456988796,0.28506071990250026,0.03812437148150969,0.15372517456988796,0.23638955057517896,0.17937099773433612,0.15372517456988796,0.18499262551246537,0.044595969274188754,0.15372517456988796,0.2574888112044518,0.04787123718975565,0.15372517456988796,0.2834617865159458,0.028151859173526174,0.5,0.15372517456988796,0.24977600979877973,0.10743315532774456,0.15372517456988796,0.1664534108131453,0.028751665333727354,0.5,0.15372517456988796,0.17949617709863422,0.004411947362447405,0.15372517456988796,0.21874032120578712,0.015921887097823394,0.15372517456988796,0.15310508614758456,0.35870994286114616,0.15372517456988796,0.155479568152327,0.2288488201324502,0.15372517456988796,0.27836987897998067,0.1914977563457622,0.15372517456988796,0.30064416385918785,0.052448626044416816,0.15372517456988796,0.07391745095573699,0.005749023250575444,0.5,0.15372517456988796,0.10411623973553175,0.008120000341717276,0.0,0.6011754926034504,0.6900484330173691 -6034,0.5,0.15372517456988796,0.40118275125586395,0.32664377047478976,0.15372517456988796,0.059694525870540235,0.1598443994372285,0.15372517456988796,0.4479402660868864,0.06749463663154487,0.15372517456988796,0.4311679636871357,0.061443409195803135,0.15372517456988796,0.34892407619856886,0.3664823266263105,0.15372517456988796,0.2807178639379794,0.1195842423657718,0.15372517456988796,0.35278006773518195,0.0981277461431989,0.15372517456988796,0.43020402972367866,0.07560373187479058,0.5,0.15372517456988796,0.399638231157806,0.20235815658017825,0.15372517456988796,0.24060198987388604,0.08757456328085594,0.5,0.15372517456988796,0.27289049462614007,0.008947428075240946,0.15372517456988796,0.3253423420454669,0.05440364753413266,0.15372517456988796,0.25566841951856434,0.573588889462158,0.15372517456988796,0.1795618422222564,0.28387623258358685,0.15372517456988796,0.41505633597679514,0.27566929424618075,0.15372517456988796,0.4535068582699606,0.13066170486113846,0.15372517456988796,0.13613702959934754,0.01146209025977665,0.5,0.15372517456988796,0.11311111715084024,0.02164316257564154,0.0,0.5968952922306392,0.6580934716059668 -6035,0.5,0.15372517456988796,0.5001953260546323,0.4311282650475904,0.15372517456988796,0.23973803461770643,0.25708247247999944,0.15372517456988796,0.5741695594775095,0.07165675362056903,0.15372517456988796,0.5514416528256456,0.07287701758797216,0.15372517456988796,0.3971516824840554,0.42852966310646684,0.15372517456988796,0.4057407603234333,0.19473725980890894,0.15372517456988796,0.4357200127410926,0.16357486303694643,0.15372517456988796,0.5433875463258507,0.10372575808617454,0.5,0.15372517456988796,0.5415420686690561,0.2750912376175954,0.15372517456988796,0.2884187992025117,0.10917580745398091,0.5,0.15372517456988796,0.34784932018462816,0.01502130488335974,0.15372517456988796,0.4039905197420066,0.07568696689790409,0.15372517456988796,0.2387425038088717,0.6919348462140635,0.15372517456988796,0.1255812665663572,0.348256163565661,0.15372517456988796,0.504805457513883,0.3967281618664309,0.15372517456988796,0.5793142940122095,0.1451520431419833,0.15372517456988796,0.2135846171840402,0.020103739225163092,0.5,0.15372517456988796,0.10484666398909331,0.034845538930616315,0.0,0.6387950704307424,0.6264112112502461 -6036,0.5,0.15372517456988796,0.5438670751732091,0.5138449228888615,0.15372517456988796,0.5356862827428814,0.7061725312789984,0.15372517456988796,0.6464373150111002,0.06592125554767679,0.15372517456988796,0.6228834004494344,0.08046950662438901,0.15372517456988796,0.32687810201531436,0.418730339219342,0.15372517456988796,0.37620738042344043,0.2520583315002274,0.15372517456988796,0.43352422850604044,0.24478739993859724,0.15372517456988796,0.6081873394302143,0.14851487200611374,0.5,0.15372517456988796,0.6271748737669021,0.24960631536819486,0.15372517456988796,0.3008918005909977,0.12582733197061063,0.5,0.15372517456988796,0.43120412640209566,0.016607466807944185,0.15372517456988796,0.39741522884801855,0.08068381031007128,0.15372517456988796,0.21306664623626248,0.7520375233533731,0.15372517456988796,0.11551866342959173,0.447623675444303,0.15372517456988796,0.5048010507897381,0.44823897056140805,0.15372517456988796,0.6472699917007559,0.1647606412080384,0.15372517456988796,0.35095266405526054,0.024899350691854588,0.5,0.15372517456988796,0.1018914260769408,0.051149095710269564,0.0,0.6814071730441144,0.588685827365199 -6037,0.5,0.15372517456988796,0.5113653512212437,0.5335055557638206,0.15372517456988796,0.1846953673776699,0.7924796176796255,0.15372517456988796,0.655219401757205,0.08332380200752958,0.15372517456988796,0.6479153792949482,0.10192940712849917,0.15372517456988796,0.19664542334146676,0.39248692696264914,0.15372517456988796,0.2211439533231395,0.27775402349231704,0.15372517456988796,0.35596296735571126,0.3164115444668017,0.15372517456988796,0.6071748622600744,0.1800908817621206,0.5,0.15372517456988796,0.6625641756746663,0.22120894116767287,0.15372517456988796,0.32777810980625716,0.11909691076727653,0.5,0.15372517456988796,0.3930627562301625,0.015006760940746981,0.15372517456988796,0.3848481625880534,0.09049405242976363,0.15372517456988796,0.16194064155013976,0.786354707021772,0.15372517456988796,0.12687642308990396,0.5067840654435868,0.15372517456988796,0.438922608738894,0.5145457362225954,0.15372517456988796,0.6441107639869219,0.190857090083217,0.15372517456988796,0.47558105579651655,0.02374571775356301,0.5,0.15372517456988796,0.1047172326289017,0.0587389045143429,0.0,0.4704071780332125,0.6110190519426295 -6038,0.5,0.15372517456988796,0.4216630044258885,0.5113960488308736,0.15372517456988796,0.1910741415406006,0.8612227575960165,0.15372517456988796,0.5440825244285852,0.1075651943624574,0.15372517456988796,0.6129217887192747,0.1296698828945705,0.15372517456988796,0.14728191659407025,0.3783128941048957,0.15372517456988796,0.11646929105081597,0.26819985796401213,0.15372517456988796,0.1853177164361203,0.3400540481770396,0.15372517456988796,0.5142229348211543,0.20639871395745563,0.5,0.15372517456988796,0.6619616115110581,0.2006467897785705,0.15372517456988796,0.306966668821293,0.11211577153212503,0.5,0.15372517456988796,0.3220730148703469,0.011007124841910916,0.15372517456988796,0.30104216427600766,0.09758889088542619,0.15372517456988796,0.11282659905111045,0.7779475510341104,0.15372517456988796,0.10521263143638716,0.519688939851041,0.15372517456988796,0.35247462276812563,0.5825827199229707,0.15372517456988796,0.5871654832628228,0.21021224722585333,0.15372517456988796,0.4435263783384362,0.020113538281698984,0.5,0.15372517456988796,0.13771639245555825,0.056676720457090074,0.0,0.5619923529181629,0.633145998238789 -6039,0.5,0.15372517456988796,0.36317195105243516,0.49048608996433013,0.15372517456988796,0.1449434816510597,0.84534372393419,0.15372517456988796,0.43863473147658477,0.12837647491731577,0.15372517456988796,0.5127021702968665,0.12998983029340505,0.15372517456988796,0.11794124372151449,0.35282734279534733,0.15372517456988796,0.07807429734524719,0.23225430300649674,0.15372517456988796,0.10279946421238138,0.3430590465472962,0.15372517456988796,0.39300743309913766,0.2468262093373363,0.5,0.15372517456988796,0.5980314093739411,0.20077895219256958,0.15372517456988796,0.2199745057395927,0.09894637623810741,0.5,0.15372517456988796,0.4047716726786686,0.007860896820006324,0.15372517456988796,0.21572115793152538,0.08541479615622542,0.15372517456988796,0.08460755453044358,0.7549664394156997,0.15372517456988796,0.11482521414622415,0.509569562812562,0.15372517456988796,0.2477396784941999,0.6182566059304586,0.15372517456988796,0.44965491343584524,0.2321628356238051,0.15372517456988796,0.3810019212928461,0.01697197531055728,0.5,0.15372517456988796,0.15454621335945487,0.04860647372498744,0.0,0.8677687153288026,0.5750350991711102 -6040,0.5,0.15372517456988796,0.24322680643736147,0.48815400645415036,0.15372517456988796,0.13410992077208342,0.8046417891348365,0.15372517456988796,0.3474846835427221,0.15433743210924572,0.15372517456988796,0.38151076737203704,0.125756992135231,0.15372517456988796,0.09548198267671253,0.3210954416753314,0.15372517456988796,0.04771726909570272,0.18532854190142406,0.15372517456988796,0.05933683295722283,0.31016336168437475,0.15372517456988796,0.2496043085474015,0.28396654869598903,0.5,0.15372517456988796,0.48120075373384663,0.21144695733188557,0.15372517456988796,0.11339404011380556,0.1080388950515688,0.5,0.15372517456988796,0.36067816206366293,0.0060492679638473905,0.15372517456988796,0.15763156623739377,0.07594065959141892,0.15372517456988796,0.07852065955183639,0.7162151449245912,0.15372517456988796,0.09425937798355159,0.49707262748690195,0.15372517456988796,0.15521471529365108,0.6207048084106589,0.15372517456988796,0.3316029607839943,0.2793491862472969,0.15372517456988796,0.31565277506514505,0.016250039600906117,0.5,0.15372517456988796,0.12327418313945845,0.03570811026861154,0.0,0.9479595817477096,0.5821847015983352 -6041,0.5,0.15372517456988796,0.14338009515635802,0.5061675222004584,0.15372517456988796,0.11712841294343046,0.7100397738454832,0.15372517456988796,0.20611136651964582,0.19304620175097434,0.15372517456988796,0.2454621016803421,0.09266339867910398,0.15372517456988796,0.03740817304274521,0.27448182924950804,0.15372517456988796,0.025648432406728247,0.1570174830967564,0.15372517456988796,0.04275977630847219,0.27230246243852535,0.15372517456988796,0.1394388557059723,0.3300815397850162,0.5,0.15372517456988796,0.3336758422107634,0.21324787801287415,0.15372517456988796,0.07535088199536907,0.09255063430127886,0.5,0.15372517456988796,0.2530519535349711,0.0070674083422994265,0.15372517456988796,0.11900062538110565,0.06529705835722306,0.15372517456988796,0.04661953667528974,0.6614870026951172,0.15372517456988796,0.035543682580139624,0.4251934313244399,0.15372517456988796,0.06803813158013769,0.5597448686298852,0.15372517456988796,0.22250556577830122,0.30879806291831985,0.15372517456988796,0.20169437423289652,0.013908032310050306,0.5,0.15372517456988796,0.06664099119770167,0.020681814496253857,0.0,0.9652041544367611,0.674436640876369 -6042,0.5,0.15372517456988796,0.03624701275080685,0.5061823084499236,0.15372517456988796,0.007843933344797188,0.4755376413577852,0.15372517456988796,0.0553949285482687,0.2267126042127362,0.15372517456988796,0.043118041739427314,0.0455582742964141,0.15372517456988796,0.006129204763612088,0.20535637607598387,0.15372517456988796,0.007702539368245116,0.1252774949321909,0.15372517456988796,0.025566468392146605,0.23179085443703706,0.15372517456988796,0.060982284735042774,0.34087082683651426,0.5,0.15372517456988796,0.10182908874315658,0.18719093096193715,0.15372517456988796,0.030042125162017996,0.06135305074926784,0.5,0.15372517456988796,0.07782785342843357,0.0023369561647510768,0.15372517456988796,0.05117677548739405,0.04325384787914256,0.15372517456988796,0.014845473724915584,0.6056633357384591,0.15372517456988796,0.009564405682106777,0.33113850006676226,0.15372517456988796,0.01916843049239602,0.46358846575923496,0.15372517456988796,0.07572461757667215,0.3408482970209514,0.15372517456988796,0.05366429886302882,0.006039429548884298,0.5,0.15372517456988796,0.017588803496049386,0.007595037985768033,0.0,0.9371259137092816,0.7328187284282958 -6043,0.5,0.15372517456988796,0.0,0.4687407151283491,0.15372517456988796,0.0,0.3005010530328114,0.15372517456988796,0.0,0.23294574149398445,0.15372517456988796,0.0,0.032528738160306686,0.15372517456988796,0.0,0.14174426489362654,0.15372517456988796,0.0,0.09942539908934686,0.15372517456988796,0.0,0.17812807489747767,0.15372517456988796,0.0,0.24441663036754663,0.5,0.15372517456988796,0.0,0.194344508251643,0.15372517456988796,0.0,0.03373114923528529,0.5,0.15372517456988796,0.0,0.0015161225682745149,0.15372517456988796,4.7723473867062137e-05,0.025246537450895265,0.15372517456988796,0.0,0.533047740594428,0.15372517456988796,0.00010000426439706129,0.2357025085968572,0.15372517456988796,8.07113530890455e-06,0.36871457024618703,0.15372517456988796,0.0,0.2946805125174771,0.15372517456988796,0.0,0.00529238423720498,0.5,0.15372517456988796,0.0,0.005212602980279692,0.0,0.9136838623246657,0.7874543958504265 -6044,0.5,0.15372517456988796,0.0,0.43235921556068496,0.15372517456988796,0.0,0.2392345051448836,0.15372517456988796,0.0,0.289046827689056,0.15372517456988796,0.0,0.04184580085604229,0.15372517456988796,0.0,0.08229127889835329,0.15372517456988796,0.0,0.08688168110527994,0.15372517456988796,0.0,0.1483146214457343,0.15372517456988796,0.0,0.1688568771993451,0.5,0.15372517456988796,0.0,0.2548340790863439,0.15372517456988796,0.0,0.021344474623759692,0.5,0.15372517456988796,0.0,0.000910541179207822,0.15372517456988796,0.0,0.016836598055876062,0.15372517456988796,0.0,0.48786833916941663,0.15372517456988796,0.0,0.18412003730931875,0.15372517456988796,0.0,0.31949596790095613,0.15372517456988796,0.0,0.2740911994750122,0.15372517456988796,0.0,0.006237058801134401,0.5,0.15372517456988796,0.0,0.005859321466820272,0.0,0.8931374931332522,0.796664816681484 -6045,0.5,0.15372517456988796,0.0,0.4040047553568419,0.15372517456988796,0.0,0.1743409732052982,0.15372517456988796,0.0,0.2504558160781979,0.15372517456988796,0.0,0.08836269519342096,0.15372517456988796,0.0,0.06494207845317679,0.15372517456988796,0.0,0.07863644660172422,0.15372517456988796,0.0,0.12931223801001474,0.15372517456988796,0.0,0.11781113676631452,0.5,0.15372517456988796,0.0,0.30133011253964537,0.15372517456988796,0.0,0.013716129979673926,0.5,0.15372517456988796,0.0,0.0009477385784704744,0.15372517456988796,0.0,0.011630190303773054,0.15372517456988796,0.0,0.4527486615871694,0.15372517456988796,0.0,0.16425024955679451,0.15372517456988796,0.0,0.28570333931504505,0.15372517456988796,0.0,0.2301179744726156,0.15372517456988796,0.0,0.017534149829788914,0.5,0.15372517456988796,0.0,0.007475245575211564,0.0,0.8680192011229393,0.7785196112919355 -6046,0.5,0.15372517456988796,0.0,0.36865357705476876,0.15372517456988796,0.0,0.15549473822798565,0.15372517456988796,0.0,0.13177271944329425,0.15372517456988796,0.0,0.12683503485926154,0.15372517456988796,0.0,0.052699567810271984,0.15372517456988796,0.0,0.08050271402699007,0.15372517456988796,0.0,0.11800910384114899,0.15372517456988796,0.0,0.07955405954520874,0.5,0.15372517456988796,0.0,0.2819705434821691,0.15372517456988796,0.0,0.0077492542724551155,0.5,0.15372517456988796,0.0,0.004341022346356618,0.15372517456988796,0.0,0.00952774714345536,0.15372517456988796,0.0,0.44775403321984064,0.15372517456988796,0.0,0.16681189210869246,0.15372517456988796,0.0,0.2601268324510757,0.15372517456988796,0.0,0.16041942573371973,0.15372517456988796,0.0,0.059142223880387756,0.5,0.15372517456988796,0.0,0.00730565720504375,0.0,0.8077375241631811,0.7686173281988468 -6047,0.5,0.15372517456988796,0.0,0.33165586416876136,0.15372517456988796,0.0,0.12489134913891425,0.15372517456988796,0.0,0.06874532726195774,0.15372517456988796,0.0,0.12372471246648985,0.15372517456988796,0.0,0.04404306761468275,0.15372517456988796,0.0,0.05448737524652038,0.15372517456988796,0.0,0.10424480511306487,0.15372517456988796,0.0,0.05856844905767905,0.5,0.15372517456988796,0.0,0.2357652792063747,0.15372517456988796,0.0,0.006621781173203558,0.5,0.15372517456988796,0.0,0.04278201281758584,0.15372517456988796,0.0,0.008899704816435837,0.15372517456988796,0.0,0.4189313712952896,0.15372517456988796,0.0,0.16532549391048026,0.15372517456988796,0.0,0.22781801223551826,0.15372517456988796,0.0,0.11503507207745325,0.15372517456988796,0.0,0.10080355218192204,0.5,0.15372517456988796,0.0,0.0066032926666815695,0.0,0.7225992403081334,0.7483791190968438 -6048,0.5,0.15372517456988796,0.0,0.2994468172873359,0.15372517456988796,0.0,0.10864543923448026,0.15372517456988796,0.0,0.04725026363671991,0.15372517456988796,0.0,0.10628588445696567,0.15372517456988796,0.0,0.047212032478006066,0.15372517456988796,0.0,0.03382203320982233,0.15372517456988796,0.0,0.08053813117128417,0.15372517456988796,0.0,0.05475368630725888,0.5,0.15372517456988796,0.0,0.18832654458703885,0.15372517456988796,0.0,0.006390754593979303,0.5,0.15372517456988796,0.0,0.10698965189259188,0.15372517456988796,0.0,0.0094364215226335,0.15372517456988796,0.0,0.3695230655232074,0.15372517456988796,0.0,0.1591619800817225,0.15372517456988796,0.0,0.1900082064041784,0.15372517456988796,0.0,0.09068208973846018,0.15372517456988796,0.0,0.09770173952518715,0.5,0.15372517456988796,0.0,0.005737597935358146,0.0,0.619849638502548,0.7111932289526307 -6049,0.5,0.15372517456988796,0.0,0.2745063105127743,0.15372517456988796,0.0,0.10615848072578657,0.15372517456988796,0.0,0.0426123049819422,0.15372517456988796,0.0,0.08960018595615303,0.15372517456988796,0.0,0.054565658936200884,0.15372517456988796,0.0,0.022566400945874244,0.15372517456988796,0.0,0.05212765792900817,0.15372517456988796,0.0,0.04898876869655246,0.5,0.15372517456988796,0.0,0.16056985131603024,0.15372517456988796,0.0,0.006282295543752186,0.5,0.15372517456988796,0.0,0.13027308713230246,0.15372517456988796,0.0,0.012437778414543556,0.15372517456988796,0.0,0.3172930703147092,0.15372517456988796,0.0,0.14757445118243717,0.15372517456988796,0.0,0.15661885012138685,0.15372517456988796,0.0,0.07263280404491138,0.15372517456988796,0.0,0.08620352287244688,0.5,0.15372517456988796,0.0,0.0047681762130665824,0.0,0.4961473604648824,0.6151252778592019 -6050,0.5,0.15372517456988796,0.0,0.26339505892390347,0.15372517456988796,0.0,0.1187973565288882,0.15372517456988796,0.0,0.04228737162820665,0.15372517456988796,0.0,0.0917669291930683,0.15372517456988796,0.0,0.06444347252365358,0.15372517456988796,0.0,0.018478137896874608,0.15372517456988796,0.0,0.03920455810365475,0.15372517456988796,0.0,0.0410328840446563,0.5,0.15372517456988796,0.0,0.14634977558032664,0.15372517456988796,0.0,0.0065871421132564535,0.5,0.15372517456988796,0.0,0.12281087016260622,0.15372517456988796,0.0,0.018938863487844917,0.15372517456988796,0.0,0.27740803878630105,0.15372517456988796,0.0,0.13750688986062576,0.15372517456988796,0.0,0.12540438843932308,0.15372517456988796,0.0,0.05549362087669302,0.15372517456988796,0.0,0.0712477100622347,0.5,0.15372517456988796,0.0,0.00464958168169749,0.0,0.5333180548443327,0.5610114212889673 -6051,0.5,0.15372517456988796,0.0,0.23188865854601765,0.15372517456988796,0.0,0.09895099766626976,0.15372517456988796,0.0,0.040679628722438965,0.15372517456988796,0.0,0.09942711706316763,0.15372517456988796,0.0,0.06567624336560228,0.15372517456988796,0.0,0.016779375372702753,0.15372517456988796,0.0,0.030106271354918453,0.15372517456988796,0.0,0.030258066186948644,0.5,0.15372517456988796,0.0,0.13529102426911316,0.15372517456988796,0.0,0.008489647880166427,0.5,0.15372517456988796,0.0,0.11423682664779168,0.15372517456988796,0.0,0.02071350981920655,0.15372517456988796,0.0,0.24715124781069017,0.15372517456988796,0.0,0.13358798596678872,0.15372517456988796,0.0,0.10874645795015324,0.15372517456988796,0.0,0.03896748504323619,0.15372517456988796,0.0,0.06314258991308558,0.5,0.15372517456988796,0.0,0.00587493420702857,0.0,0.43532926300816266,0.5512620047352725 -6052,0.5,0.15372517456988796,0.0,0.2288143585906122,0.15372517456988796,0.0,0.10249152748634506,0.15372517456988796,0.0,0.03196756197750141,0.15372517456988796,0.0,0.09291641261456424,0.15372517456988796,0.0,0.06187836721148626,0.15372517456988796,0.0,0.01750099146708551,0.15372517456988796,0.0,0.02647312054408708,0.15372517456988796,0.0,0.013832417075440136,0.5,0.15372517456988796,0.0,0.1179667950558186,0.15372517456988796,0.0,0.011949988375732282,0.5,0.15372517456988796,0.0,0.11248272871384488,0.15372517456988796,0.0,0.024059731612300576,0.15372517456988796,0.0,0.23839990299083175,0.15372517456988796,0.0,0.1343048127577049,0.15372517456988796,0.0,0.09939146043478324,0.15372517456988796,0.0,0.025834670923445442,0.15372517456988796,0.0,0.056645762986860734,0.5,0.15372517456988796,0.0,0.008452526849311961,0.0,0.35610306682540915,0.6092517354598396 -6053,0.5,0.15372517456988796,0.0,0.23380124587856232,0.15372517456988796,0.0,0.09769071063985113,0.15372517456988796,0.0,0.027173694617895063,0.15372517456988796,0.0,0.08478777844992405,0.15372517456988796,0.0,0.05109959303577518,0.15372517456988796,0.0,0.01852630313992684,0.15372517456988796,0.0,0.024393879358810537,0.15372517456988796,0.0,0.010881400215209782,0.5,0.15372517456988796,0.0,0.0992343424821775,0.15372517456988796,0.0,0.013258615180623422,0.5,0.15372517456988796,0.0,0.094570727403311,0.15372517456988796,0.0,0.02495580236024063,0.15372517456988796,0.0,0.20265559997580118,0.15372517456988796,0.0,0.13934845165907395,0.15372517456988796,0.0,0.09586349049866426,0.15372517456988796,0.0,0.023696257499358428,0.15372517456988796,0.0,0.042702773878226706,0.5,0.15372517456988796,0.0,0.010462722080617036,0.0,0.28004581086496494,0.6709113229661295 -6054,0.5,0.15372517456988796,0.0,0.23681955454327466,0.15372517456988796,0.0,0.07829192675600566,0.15372517456988796,0.0,0.024270918689591064,0.15372517456988796,0.0,0.08331526956680786,0.15372517456988796,0.0,0.039269390562089584,0.15372517456988796,0.0,0.01831568849523527,0.15372517456988796,0.0,0.026829552076246852,0.15372517456988796,0.0,0.008679420283079645,0.5,0.15372517456988796,0.0,0.1026435405392368,0.15372517456988796,0.0,0.013169257046913695,0.5,0.15372517456988796,0.0,0.07427786004813318,0.15372517456988796,0.0,0.01859043848067303,0.15372517456988796,0.0,0.17019660548059998,0.15372517456988796,0.0,0.1561273662310584,0.15372517456988796,0.0,0.09568153731252033,0.15372517456988796,0.0,0.02398388918360045,0.15372517456988796,0.0,0.03951370135082375,0.5,0.15372517456988796,0.0,0.009167333573247846,0.0,0.2120015299554046,0.7044381222321701 -6055,0.5,0.15372517456988796,0.004226807570121602,0.24237173883089982,0.15372517456988796,0.0007454049898266158,0.07862042131389654,0.15372517456988796,0.01629589152378914,0.03115382660873606,0.15372517456988796,0.01965666683214411,0.11520317981636699,0.15372517456988796,0.005810553099070389,0.03979620324037097,0.15372517456988796,0.002090062496428303,0.01952268054613767,0.15372517456988796,0.001459430728393322,0.02963464099293604,0.15372517456988796,0.008250949346705993,0.007829475151898233,0.5,0.15372517456988796,0.0111757509932054,0.10286283274061042,0.15372517456988796,0.022704233581033108,0.010970586663147468,0.5,0.15372517456988796,0.015983735195383476,0.10512360531159247,0.15372517456988796,0.019384925774986475,0.015552591157118824,0.15372517456988796,0.003259192229341545,0.13188162324586156,0.15372517456988796,0.004066556021333535,0.1423562960739015,0.15372517456988796,0.0017589442173904007,0.09199666407054319,0.15372517456988796,0.016003160039954084,0.024388723342324645,0.15372517456988796,0.02625937180710486,0.05219039796784765,0.5,0.15372517456988796,0.014277464867593959,0.007118291807925444,0.0,0.18118607216156088,0.6146647159491572 -6056,0.5,0.15372517456988796,0.029247300724251864,0.2579529138397175,0.15372517456988796,0.005550215339221499,0.06964576001882801,0.15372517456988796,0.06031540189337864,0.05366634408421169,0.15372517456988796,0.05685387283988367,0.1406581328568672,0.15372517456988796,0.05836354719719185,0.04521069393448112,0.15372517456988796,0.036377539886815156,0.0320578245697741,0.15372517456988796,0.016596927102970217,0.04311677439665171,0.15372517456988796,0.08617095345419279,0.01193692970268187,0.5,0.15372517456988796,0.12231810817999456,0.15163092407892972,0.15372517456988796,0.12258269506551649,0.01429391965906029,0.5,0.15372517456988796,0.11182988880838221,0.20143230712147214,0.15372517456988796,0.133493079386316,0.025672648915517578,0.15372517456988796,0.040747160738875465,0.10544918415049946,0.15372517456988796,0.02329460901036899,0.12052076163737659,0.15372517456988796,0.01053616924657894,0.0992122549537588,0.15372517456988796,0.09127963843851374,0.03805676573652222,0.15372517456988796,0.11923400546773075,0.1128919115182393,0.5,0.15372517456988796,0.07533406384519203,0.012195954914695018,0.0,0.18999832231019664,0.5996648361695662 -6057,0.5,0.15372517456988796,0.06293907294088544,0.27099118187890237,0.15372517456988796,0.021186283105217755,0.06757580039640937,0.15372517456988796,0.07821675549145739,0.07471697326119818,0.15372517456988796,0.0862759736544603,0.12662959396041434,0.15372517456988796,0.1056474996290345,0.05074141816990288,0.15372517456988796,0.10827066071259667,0.05834011510671757,0.15372517456988796,0.05895982253702872,0.07016597514555258,0.15372517456988796,0.15436607954981185,0.043852455987677494,0.5,0.15372517456988796,0.2690195197744044,0.31854345782009585,0.15372517456988796,0.24282016215070984,0.04788886448964653,0.5,0.15372517456988796,0.22901070394686646,0.2752609312216323,0.15372517456988796,0.2746865893355195,0.06399087830799224,0.15372517456988796,0.12800253937954095,0.1257218765776147,0.15372517456988796,0.03441309576972235,0.10961492500312842,0.15372517456988796,0.025384195850420194,0.12721831344993945,0.15372517456988796,0.16905377348268238,0.09267351350185253,0.15372517456988796,0.2086534054758657,0.16648072721026047,0.5,0.15372517456988796,0.14089195435940216,0.04458963127889275,0.0,0.18016559453673436,0.6673336557066342 -6058,0.5,0.15372517456988796,0.11106043844920924,0.28045281304942976,0.15372517456988796,0.04389478725566526,0.07041093043678473,0.15372517456988796,0.10132184875274684,0.07925008988493908,0.15372517456988796,0.12180343242912187,0.11539601818723608,0.15372517456988796,0.11574478799551273,0.07485446329796668,0.15372517456988796,0.171988922461637,0.06744418625343589,0.15372517456988796,0.10835934032890063,0.08487320302042776,0.15372517456988796,0.20890582938685467,0.11244102002376269,0.5,0.15372517456988796,0.40131665803317274,0.4669690317697806,0.15372517456988796,0.34765354652398206,0.13246150988188243,0.5,0.15372517456988796,0.3386742404457166,0.29159310554050577,0.15372517456988796,0.42062706584308984,0.1260789161448645,0.15372517456988796,0.2609266526649867,0.20966517625349188,0.15372517456988796,0.058797075938452265,0.1561696159111125,0.15372517456988796,0.04333639743636765,0.14662270190496343,0.15372517456988796,0.22067840062459737,0.18802928390427767,0.15372517456988796,0.2908234701629961,0.1774785506794578,0.5,0.15372517456988796,0.15959392313986,0.07091808222954009,0.0,0.16206717848457694,0.6992284182267964 -6059,0.5,0.15372517456988796,0.14565677587606077,0.28095687302545247,0.15372517456988796,0.05860415195315116,0.0656172906179839,0.15372517456988796,0.14310079046394536,0.07957282529439502,0.15372517456988796,0.12750714191271198,0.11994766211737715,0.15372517456988796,0.10867914856583427,0.1528040284156096,0.15372517456988796,0.21746930823681804,0.08238753782769864,0.15372517456988796,0.20242686821459643,0.10345655806548694,0.15372517456988796,0.23467890751657156,0.13191725093008597,0.5,0.15372517456988796,0.5090294336152172,0.48519755276720733,0.15372517456988796,0.4369264238431033,0.18878186785431814,0.5,0.15372517456988796,0.4256682504156225,0.301288442163823,0.15372517456988796,0.5313816147042826,0.22133668195009365,0.15372517456988796,0.32698757638507625,0.30623971647267206,0.15372517456988796,0.08877288926742496,0.19594244282542284,0.15372517456988796,0.06405523818790984,0.1578379520693956,0.15372517456988796,0.21085365504661316,0.19040988007788004,0.15372517456988796,0.35750752238167566,0.1761465000388896,0.5,0.15372517456988796,0.1789261894669296,0.08603426342828778,0.0,0.1371377164848794,0.6266607239242623 -6060,0.5,0.15372517456988796,0.14875156501436307,0.28641623552920364,0.15372517456988796,0.09526025518684592,0.04312132211244884,0.15372517456988796,0.15275374964861935,0.08209554796500529,0.15372517456988796,0.11608466813666361,0.11452527716355272,0.15372517456988796,0.06544236771291789,0.13254955937793036,0.15372517456988796,0.2129466113131176,0.09634577823547358,0.15372517456988796,0.14435528286802626,0.14987045978807614,0.15372517456988796,0.3592466698620121,0.13773976062668752,0.5,0.15372517456988796,0.5715919944591734,0.42817375410380804,0.15372517456988796,0.4962439572039159,0.19355199080483018,0.5,0.15372517456988796,0.4870900176935514,0.2985584224191234,0.15372517456988796,0.582604073603624,0.2845940536305497,0.15372517456988796,0.3637918370145833,0.35161247437108534,0.15372517456988796,0.1477898245265143,0.257641761188112,0.15372517456988796,0.08588531766552493,0.19075106595039326,0.15372517456988796,0.20946431658535636,0.17536151997703178,0.15372517456988796,0.3783307047702996,0.1704473668874328,0.5,0.15372517456988796,0.20631956966913162,0.09322525362963685,0.0,0.23079547578377052,0.5222751984682412 -6061,0.5,0.15372517456988796,0.14783873633615108,0.30165438762508445,0.15372517456988796,0.22405645353408443,0.08398063862483111,0.15372517456988796,0.12705762370413898,0.08653870195973387,0.15372517456988796,0.10993432994033964,0.1061503116300735,0.15372517456988796,0.07269400573879128,0.09954970203886256,0.15372517456988796,0.17830795193015245,0.10253906862088526,0.15372517456988796,0.07570674381895386,0.15506422748097848,0.15372517456988796,0.4054327466522647,0.16879108876691443,0.5,0.15372517456988796,0.6023560493890417,0.39228808445726876,0.15372517456988796,0.4980698118354038,0.16743961380848868,0.5,0.15372517456988796,0.47795241248995196,0.2661820617953043,0.15372517456988796,0.5905670570938304,0.3059921649993932,0.15372517456988796,0.41748121875951977,0.4010277008740749,0.15372517456988796,0.19648394015981366,0.3092294426705626,0.15372517456988796,0.08343640228046331,0.1805706496562019,0.15372517456988796,0.2055221336679371,0.18607188871606556,0.15372517456988796,0.4502601081135188,0.1543870305753581,0.5,0.15372517456988796,0.24021618834192526,0.08726401165154568,0.0,0.3475608610733374,0.4514159245739156 -6062,0.5,0.15372517456988796,0.12712815093597654,0.2943243277692955,0.15372517456988796,0.42287762731616385,0.22116729994980594,0.15372517456988796,0.0938770083719135,0.0949389815903061,0.15372517456988796,0.12153368924611299,0.10087806392778934,0.15372517456988796,0.10911811430013571,0.09362781306717036,0.15372517456988796,0.12085008968806346,0.09912299330831256,0.15372517456988796,0.06361279222363,0.1267602509312467,0.15372517456988796,0.22663144446300582,0.1855011257295739,0.5,0.15372517456988796,0.5811006048347712,0.4014658581844377,0.15372517456988796,0.4046711079797057,0.12789638210118034,0.5,0.15372517456988796,0.5525362496483492,0.2287823085750642,0.15372517456988796,0.5435438331959842,0.27949204823776924,0.15372517456988796,0.32644377420122206,0.38756897885626107,0.15372517456988796,0.3407194862620878,0.39315275586404586,0.15372517456988796,0.10805121726774561,0.16593007463307277,0.15372517456988796,0.11846573616401938,0.1939362990891412,0.15372517456988796,0.4429336134979044,0.14184070122270845,0.5,0.15372517456988796,0.25642844543294185,0.07016681168533884,0.0,0.3395379893531818,0.3864813619586426 -6063,0.5,0.15372517456988796,0.11856718429200883,0.27366731771503555,0.15372517456988796,0.26450954182910175,0.3100741788056309,0.15372517456988796,0.06653095403910934,0.07634061333955253,0.15372517456988796,0.11225980491776116,0.10345816748591982,0.15372517456988796,0.18170688975468702,0.11262061300783634,0.15372517456988796,0.08274421368807133,0.06505924129418729,0.15372517456988796,0.06295262802054123,0.09259239912656736,0.15372517456988796,0.12537482974861405,0.19241882874812413,0.5,0.15372517456988796,0.4566503175599961,0.4307346794511032,0.15372517456988796,0.29378072290977736,0.08485427017619285,0.5,0.15372517456988796,0.5488711963017419,0.23018694879837645,0.15372517456988796,0.43550805207240184,0.23376882535600454,0.15372517456988796,0.2568604810006421,0.36744768440676945,0.15372517456988796,0.3027698927345509,0.40229627512093324,0.15372517456988796,0.14076717815762774,0.18307948934418955,0.15372517456988796,0.06675945827220744,0.1691067627216638,0.15372517456988796,0.35199703673085114,0.16892634114984495,0.5,0.15372517456988796,0.2944237848866569,0.046721367737331126,0.0,0.15327963698694846,0.3591891206002047 -6064,0.5,0.15372517456988796,0.08042753232978132,0.22843631789246058,0.15372517456988796,0.08430286576819722,0.27885969222190704,0.15372517456988796,0.07673085261343152,0.06188892932759704,0.15372517456988796,0.08751515579973512,0.10753509603618208,0.15372517456988796,0.19357392674296564,0.11741555204254488,0.15372517456988796,0.07205676234398942,0.03499978418706364,0.15372517456988796,0.08399811547713157,0.07337136447160585,0.15372517456988796,0.08041333268519298,0.20199656983835187,0.5,0.15372517456988796,0.31114695890525584,0.46763170407589155,0.15372517456988796,0.1951704385001652,0.06479901601615629,0.5,0.15372517456988796,0.40424397708962784,0.3043890053033525,0.15372517456988796,0.2913944536777733,0.22641426462777717,0.15372517456988796,0.1132156775290411,0.37002973278022955,0.15372517456988796,0.29341570496055924,0.39579049151144563,0.15372517456988796,0.1375266534554014,0.18575355030876325,0.15372517456988796,0.043619204288585484,0.14481725154277278,0.15372517456988796,0.21529546745846528,0.22697491557278562,0.5,0.15372517456988796,0.2605329299993001,0.02981137898482597,0.0,0.12394925617052756,0.36097075705174286 -6065,0.5,0.15372517456988796,0.047775107222946436,0.18479386268056067,0.15372517456988796,0.052565408480584136,0.27752730513219953,0.15372517456988796,0.05596419013028988,0.050610311909024056,0.15372517456988796,0.0632247431652398,0.0996454970016187,0.15372517456988796,0.11150736105022482,0.1139008128504179,0.15372517456988796,0.07776451876128641,0.014279201695404658,0.15372517456988796,0.10447219887443122,0.06240013905873693,0.15372517456988796,0.049584085528378834,0.14916911951975925,0.5,0.15372517456988796,0.16443436797007355,0.4756682610797242,0.15372517456988796,0.1137381499627935,0.05114100629344967,0.5,0.15372517456988796,0.2177410526486783,0.39529509905157295,0.15372517456988796,0.15972091184880685,0.24498468959119477,0.15372517456988796,0.05510904762450622,0.35446118569456814,0.15372517456988796,0.20577726171352914,0.3723010147858534,0.15372517456988796,0.1006415545563134,0.1576757950363705,0.15372517456988796,0.028708277665911806,0.0961693188600162,0.15372517456988796,0.10834878106300552,0.2703216004185798,0.5,0.15372517456988796,0.16340297154474337,0.023455221749608707,0.0,0.2564158365344089,0.3640534481316537 -6066,0.5,0.15372517456988796,0.011873101944124184,0.12682173108521236,0.15372517456988796,0.02102002322644495,0.2578092616967001,0.15372517456988796,0.023053543863694542,0.04076981556253864,0.15372517456988796,0.020906040321468925,0.06092040437607477,0.15372517456988796,0.0491753284767753,0.0703436242826543,0.15372517456988796,0.05488587854837802,0.008651898338163254,0.15372517456988796,0.054788655927618904,0.059985760256939046,0.15372517456988796,0.031050913005632765,0.07241114148994784,0.5,0.15372517456988796,0.06439411378009793,0.4164901043516213,0.15372517456988796,0.027506083144287864,0.027665990711912274,0.5,0.15372517456988796,0.07516899720221198,0.5065157277405571,0.15372517456988796,0.051808351371662856,0.24138241113201464,0.15372517456988796,0.009805012153721785,0.31694827096528433,0.15372517456988796,0.07900380678726124,0.27125975058393814,0.15372517456988796,0.028441578185751888,0.09288910278581115,0.15372517456988796,0.020314980775315725,0.04757574578706618,0.15372517456988796,0.033596026726026115,0.2522764667047595,0.5,0.15372517456988796,0.040277209517600915,0.01723684315054672,0.0,0.4981815933385905,0.38425416322795425 -6067,0.5,0.15372517456988796,3.7485090179249783e-07,0.07526575035339832,0.15372517456988796,0.0,0.3273478385833642,0.15372517456988796,0.0,0.02430420423525603,0.15372517456988796,0.0,0.02526314346261604,0.15372517456988796,2.1803131795771353e-05,0.0668673501954703,0.15372517456988796,0.0,0.004405292453607961,0.15372517456988796,0.0006878068379303471,0.04830607243887607,0.15372517456988796,4.664249002962679e-05,0.017639150342698272,0.5,0.15372517456988796,0.0,0.27085380319624697,0.15372517456988796,7.226934144165799e-06,0.02473271547869092,0.5,0.15372517456988796,0.0,0.4487255484291568,0.15372517456988796,3.039335742597042e-06,0.26543568857066346,0.15372517456988796,0.0,0.2555807443605845,0.15372517456988796,0.0,0.1969412976699515,0.15372517456988796,1.7623370014236163e-05,0.07721768598507953,0.15372517456988796,7.211589682324517e-05,0.016775090671483996,0.15372517456988796,0.0,0.174305674770981,0.5,0.15372517456988796,0.0,0.02765926022582511,0.0,0.3588208188918222,0.4525296085163073 -6068,0.5,0.15372517456988796,0.0,0.05266767326525267,0.15372517456988796,0.0,0.2052967560180504,0.15372517456988796,0.0,0.02503397858931659,0.15372517456988796,0.0,0.019032307244108777,0.15372517456988796,0.0,0.07289524460656725,0.15372517456988796,0.0,0.008222582745038929,0.15372517456988796,0.0,0.049739955361031596,0.15372517456988796,0.0,0.007832219579589798,0.5,0.15372517456988796,0.0,0.17143087402309695,0.15372517456988796,0.0,0.04372912685561982,0.5,0.15372517456988796,0.0,0.2433684635289277,0.15372517456988796,0.0,0.3371055950665972,0.15372517456988796,0.0,0.17355649076040064,0.15372517456988796,0.0,0.19551402559654696,0.15372517456988796,0.0,0.09161547323392835,0.15372517456988796,0.0,0.0139030847417217,0.15372517456988796,0.0,0.13246582748239977,0.5,0.15372517456988796,0.0,0.07450995487105391,0.0,0.3058897588925916,0.5193968431281396 -6069,0.5,0.15372517456988796,0.0,0.04401324231091882,0.15372517456988796,0.0,0.06974591897128615,0.15372517456988796,0.0,0.028406213871325293,0.15372517456988796,0.0,0.019328335003034342,0.15372517456988796,0.0,0.07408150643326099,0.15372517456988796,0.0,0.015009412736500388,0.15372517456988796,0.0,0.04328427716356562,0.15372517456988796,0.0,0.004737439201993241,0.5,0.15372517456988796,0.0,0.10374902607247599,0.15372517456988796,0.0,0.05456896675756242,0.5,0.15372517456988796,0.0,0.13806453108396102,0.15372517456988796,0.0,0.34368867720500784,0.15372517456988796,0.0,0.11890151019409778,0.15372517456988796,0.0,0.1890822211876871,0.15372517456988796,0.0,0.08574906966893905,0.15372517456988796,0.0,0.012000713256670913,0.15372517456988796,0.0,0.09591516114096676,0.5,0.15372517456988796,0.0,0.13269648507971588,0.0,0.32730469559825115,0.5669241813733673 -6070,0.5,0.15372517456988796,0.0,0.0353541867137104,0.15372517456988796,0.0,0.057431853222589375,0.15372517456988796,0.0,0.03125399424649171,0.15372517456988796,0.0,0.017660546175875872,0.15372517456988796,0.0,0.07417859647903911,0.15372517456988796,0.0,0.024399755855198015,0.15372517456988796,0.0,0.034500626829276036,0.15372517456988796,0.0,0.0038315208113538666,0.5,0.15372517456988796,0.0,0.04760606251576883,0.15372517456988796,0.0,0.056282456594913176,0.5,0.15372517456988796,0.0,0.0881387925520362,0.15372517456988796,0.0,0.2645058889250576,0.15372517456988796,0.0,0.10470094134875423,0.15372517456988796,0.0,0.1764714070468074,0.15372517456988796,0.0,0.07101248782130672,0.15372517456988796,0.0,0.01085437771678946,0.15372517456988796,0.0,0.06282565205979733,0.5,0.15372517456988796,0.0,0.12078137784816223,0.0,0.3336552834499132,0.5561506950517918 -6071,0.5,0.15372517456988796,0.0,0.03168391000261071,0.15372517456988796,0.0,0.09657394817951738,0.15372517456988796,0.0,0.034233409867931074,0.15372517456988796,0.0,0.014352437189826862,0.15372517456988796,0.0,0.07770787516242898,0.15372517456988796,0.0,0.03404534435244361,0.15372517456988796,0.0,0.030550973104809195,0.15372517456988796,0.0,0.005609599298564791,0.5,0.15372517456988796,0.0,0.03307027798732715,0.15372517456988796,0.0,0.05357771540281593,0.5,0.15372517456988796,0.0,0.069660333755322,0.15372517456988796,0.0,0.1726197945918186,0.15372517456988796,0.0,0.11681379222341512,0.15372517456988796,0.0,0.14082312605771943,0.15372517456988796,0.0,0.060789021858540626,0.15372517456988796,0.0,0.010211883837472256,0.15372517456988796,0.0,0.048740056998595196,0.5,0.15372517456988796,0.0,0.10990436496984479,0.0,0.26274275804835723,0.48285984719944997 -6072,0.5,0.15372517456988796,0.0,0.02705865385579208,0.15372517456988796,0.0,0.12255199411556338,0.15372517456988796,0.0,0.03677796500352568,0.15372517456988796,0.0,0.01055880228204662,0.15372517456988796,0.0,0.06763389329155987,0.15372517456988796,0.0,0.04249076004798574,0.15372517456988796,0.0,0.02648948771713313,0.15372517456988796,0.0,0.005628432511612327,0.5,0.15372517456988796,0.0,0.03659434831188056,0.15372517456988796,0.0,0.060288990789488364,0.5,0.15372517456988796,0.0,0.04761624515643816,0.15372517456988796,0.0,0.13034751029319222,0.15372517456988796,0.0,0.12988459576816413,0.15372517456988796,0.0,0.09366763390995331,0.15372517456988796,0.0,0.049645855270315016,0.15372517456988796,0.0,0.011630196614642124,0.15372517456988796,0.0,0.03979549045405869,0.5,0.15372517456988796,0.0,0.09268156505546454,0.0,0.19752465596347674,0.4062473555298781 -6073,0.5,0.15372517456988796,0.0,0.024677241360261875,0.15372517456988796,0.0,0.12887766566663286,0.15372517456988796,0.0,0.03126063673662837,0.15372517456988796,0.0,0.007273089223775655,0.15372517456988796,0.0,0.050127523952004954,0.15372517456988796,0.0,0.0481002587483694,0.15372517456988796,0.0,0.028552322430610753,0.15372517456988796,0.0,0.007045164247980915,0.5,0.15372517456988796,0.0,0.03155795402933774,0.15372517456988796,0.0,0.07446117318555226,0.5,0.15372517456988796,0.0,0.02869502424264792,0.15372517456988796,0.0,0.1090072381684953,0.15372517456988796,0.0,0.14784079891111024,0.15372517456988796,0.0,0.07000620506365651,0.15372517456988796,0.0,0.05448054656216329,0.15372517456988796,0.0,0.012538309580926478,0.15372517456988796,0.0,0.03281394758875997,0.5,0.15372517456988796,0.0,0.06996321963128511,0.0,0.17176261414025093,0.3674596090365592 -6074,0.5,0.15372517456988796,0.0,0.024201301097976705,0.15372517456988796,0.0,0.12453574866603435,0.15372517456988796,0.0,0.020902691455536755,0.15372517456988796,0.0,0.004499023586219491,0.15372517456988796,0.0,0.029277166115662702,0.15372517456988796,0.0,0.05468908973505561,0.15372517456988796,0.0,0.04375358216616429,0.15372517456988796,0.0,0.009852478450813804,0.5,0.15372517456988796,0.0,0.027581264099044326,0.15372517456988796,0.0,0.08812362627002687,0.5,0.15372517456988796,0.0,0.019838828483317344,0.15372517456988796,0.0,0.08270515333340403,0.15372517456988796,0.0,0.15231552037631424,0.15372517456988796,0.0,0.0636937708718022,0.15372517456988796,0.0,0.06685922395830801,0.15372517456988796,0.0,0.01756621246020133,0.15372517456988796,0.0,0.02817045590520836,0.5,0.15372517456988796,0.0,0.05050583732393618,0.0,0.1564164643856429,0.3160855588274823 -6075,0.5,0.15372517456988796,0.0,0.022701253253089495,0.15372517456988796,0.0,0.10281697810110896,0.15372517456988796,0.0,0.013934859373513386,0.15372517456988796,0.0,0.0029987327607059674,0.15372517456988796,0.0,0.015300966849504702,0.15372517456988796,0.0,0.05693672230407992,0.15372517456988796,0.0,0.046819132545850774,0.15372517456988796,0.0,0.012750077688056648,0.5,0.15372517456988796,0.0,0.02330077837545773,0.15372517456988796,0.0,0.07866145357673328,0.5,0.15372517456988796,0.0,0.01572933386321264,0.15372517456988796,0.0,0.0661613628422714,0.15372517456988796,0.0,0.1397778174665942,0.15372517456988796,0.0,0.058637549194552094,0.15372517456988796,0.0,0.07010798389768394,0.15372517456988796,0.0,0.02497585299172136,0.15372517456988796,0.0,0.026171711528583476,0.5,0.15372517456988796,0.0,0.048128082638573356,0.0,0.1367300509296731,0.24262516015214794 -6076,0.5,0.15372517456988796,0.0,0.023957718037996872,0.15372517456988796,0.0,0.07839232019450515,0.15372517456988796,0.0,0.011467377007415284,0.15372517456988796,0.0,0.0021456513970374035,0.15372517456988796,0.0,0.01657365930193063,0.15372517456988796,0.0,0.05520905579200036,0.15372517456988796,0.0,0.038839646213897905,0.15372517456988796,0.0,0.016076803892968165,0.5,0.15372517456988796,0.0,0.021841538158332043,0.15372517456988796,0.0,0.05422774897212962,0.5,0.15372517456988796,0.0,0.01187609885705332,0.15372517456988796,0.0,0.06113595798514559,0.15372517456988796,0.0,0.12163061172270401,0.15372517456988796,0.0,0.05599007839800635,0.15372517456988796,0.0,0.06536758819932666,0.15372517456988796,0.0,0.024851557360144425,0.15372517456988796,0.0,0.02538863465852208,0.5,0.15372517456988796,0.0,0.059933859730163436,0.0,0.18843637213275458,0.18270530972548182 -6077,0.5,0.15372517456988796,0.0,0.028501866580300423,0.15372517456988796,0.0,0.06814395685080737,0.15372517456988796,0.0,0.011117652788778026,0.15372517456988796,0.0,0.0022582215452271732,0.15372517456988796,0.0,0.02485523387142446,0.15372517456988796,0.0,0.05105060522992931,0.15372517456988796,0.0,0.03454407933934774,0.15372517456988796,0.0,0.025301823981125637,0.5,0.15372517456988796,0.0,0.02289895229417487,0.15372517456988796,0.0,0.042997652596083555,0.5,0.15372517456988796,0.0,0.008321688147154345,0.15372517456988796,0.0,0.056215227137852174,0.15372517456988796,0.0,0.10753964831571257,0.15372517456988796,0.0,0.059495896514337156,0.15372517456988796,0.0,0.062332682492106814,0.15372517456988796,0.0,0.0289713212529045,0.15372517456988796,0.0,0.022831597659583338,0.5,0.15372517456988796,0.0,0.06407816885685783,0.0,0.2777442351260127,0.1644771161960878 -6078,0.5,0.15372517456988796,0.0,0.03295296403614442,0.15372517456988796,0.0,0.056180003088859856,0.15372517456988796,0.0,0.009212174210713875,0.15372517456988796,0.0,0.0031054254301414678,0.15372517456988796,0.0,0.034474928725615944,0.15372517456988796,0.0,0.04118447956215125,0.15372517456988796,0.0,0.031130049671836975,0.15372517456988796,0.0,0.039141141968667734,0.5,0.15372517456988796,0.0,0.030597914585903035,0.15372517456988796,0.0,0.04342690263469889,0.5,0.15372517456988796,0.0,0.006918139015525829,0.15372517456988796,0.0,0.05021314703994709,0.15372517456988796,0.0,0.09602646616112274,0.15372517456988796,0.0,0.07690685125466085,0.15372517456988796,0.0,0.061169618010941944,0.15372517456988796,0.0,0.03938093512510776,0.15372517456988796,0.0,0.02075326569277911,0.5,0.15372517456988796,0.0,0.05213263276638745,0.0,0.3188305227909938,0.18076202404334785 -6079,0.5,0.15372517456988796,0.02371683396713578,0.04084447260765319,0.15372517456988796,0.0009652398650178454,0.046091171228002915,0.15372517456988796,0.012929084750142737,0.008122987688420303,0.15372517456988796,0.021121400496937868,0.00515033609582106,0.15372517456988796,0.003780137684086794,0.043833239656772466,0.15372517456988796,0.0010403147967639945,0.0355470640076111,0.15372517456988796,0.001660592839810351,0.035465273752262924,0.15372517456988796,0.00030980140053400094,0.054217133945408884,0.5,0.15372517456988796,0.0041286580512664385,0.03688816404161799,0.15372517456988796,0.002369501912732716,0.054936784436477676,0.5,0.15372517456988796,0.01646623517956883,0.007257857265954314,0.15372517456988796,0.005223341234270776,0.0477242466134515,0.15372517456988796,0.011900307832348047,0.09479381893794157,0.15372517456988796,0.0037127649327854343,0.10353492162009029,0.15372517456988796,0.0023055222699308086,0.06879174551968609,0.15372517456988796,0.0037916819226494263,0.05164176229091754,0.15372517456988796,0.01578329804324713,0.02229144484100367,0.5,0.15372517456988796,0.004608559060966771,0.050828081246385194,0.0,0.32654310484454396,0.2422378406021784 -6080,0.5,0.15372517456988796,0.09792456611230488,0.07791723398891029,0.15372517456988796,0.009347727637191857,0.03964785842828727,0.15372517456988796,0.06954512529371404,0.022182698098248216,0.15372517456988796,0.08563461519664067,0.014560499931115653,0.15372517456988796,0.04087997162326436,0.06724730738024717,0.15372517456988796,0.032904347941590875,0.04623278201904489,0.15372517456988796,0.03204957967523869,0.06537857051131553,0.15372517456988796,0.0043539299387641475,0.09071586381311897,0.5,0.15372517456988796,0.043306935776983024,0.056191744471093825,0.15372517456988796,0.020082291852247258,0.06747606772320115,0.5,0.15372517456988796,0.12284492630345892,0.011898513592299877,0.15372517456988796,0.06179394019679718,0.06648749840474218,0.15372517456988796,0.09617136941868831,0.1525904700496047,0.15372517456988796,0.04276522934892165,0.13635677006628022,0.15372517456988796,0.021945479404212757,0.08783289657547054,0.15372517456988796,0.03920024875049535,0.09818972261642643,0.15372517456988796,0.07403040318195205,0.039757995137727625,0.5,0.15372517456988796,0.030447510893217553,0.06575998214730432,0.0,0.277400850830795,0.33204830755370557 -6081,0.5,0.15372517456988796,0.1913676099212515,0.12312202212732785,0.15372517456988796,0.06683007487438014,0.04128000151441368,0.15372517456988796,0.15370085161486863,0.04214101018608143,0.15372517456988796,0.16850610297169089,0.03160723281256743,0.15372517456988796,0.06942949611852905,0.10571924441293387,0.15372517456988796,0.1230801505043059,0.07055681540258871,0.15372517456988796,0.09536728348244985,0.1461951759582935,0.15372517456988796,0.030816245301262542,0.11303008209039567,0.5,0.15372517456988796,0.07198165515170722,0.11399337244178988,0.15372517456988796,0.050866833074430844,0.08156912042736927,0.5,0.15372517456988796,0.225601729450167,0.05708460835730241,0.15372517456988796,0.15231585156651015,0.09921275721029513,0.15372517456988796,0.2112987844473746,0.24679605190613432,0.15372517456988796,0.10838452137893645,0.22577320260754852,0.15372517456988796,0.06237060880151586,0.11563142854412947,0.15372517456988796,0.09778902071174259,0.2353957907127222,0.15372517456988796,0.13416498532142945,0.07106582288605258,0.5,0.15372517456988796,0.07477538952970056,0.08069534621817051,0.0,0.21907542254892445,0.42277070416557794 -6082,0.5,0.15372517456988796,0.29125912868298676,0.14274959085889144,0.15372517456988796,0.2258081323772757,0.06171620935934199,0.15372517456988796,0.23729671604457642,0.059773657494193215,0.15372517456988796,0.2517406075436039,0.053827280510892216,0.15372517456988796,0.12690581211838475,0.14941825932699837,0.15372517456988796,0.24982007616423857,0.12730939586539028,0.15372517456988796,0.13302174669384523,0.224302877371518,0.15372517456988796,0.0966131366691287,0.10329753183384685,0.5,0.15372517456988796,0.09361072608683021,0.18470955100188366,0.15372517456988796,0.09831896856459006,0.09077822273819586,0.5,0.15372517456988796,0.2788955282362694,0.1298195181128528,0.15372517456988796,0.2577909466605305,0.15139791723621016,0.15372517456988796,0.355271551417239,0.28828214362811666,0.15372517456988796,0.2160473625173619,0.3091286110350423,0.15372517456988796,0.10919908987950144,0.12420428864770028,0.15372517456988796,0.18887200283909983,0.4138992416409328,0.15372517456988796,0.19995531885575243,0.0974700375085298,0.5,0.15372517456988796,0.13931594721178214,0.08416411640876464,0.0,0.14332930929835272,0.45971277582929115 -6083,0.5,0.15372517456988796,0.39442057131493136,0.1496870682206369,0.15372517456988796,0.41594884464458537,0.1205481958577098,0.15372517456988796,0.37036378651187135,0.09384927461018178,0.15372517456988796,0.26198456467897513,0.07363713898693743,0.15372517456988796,0.24952805949313006,0.2625781756024136,0.15372517456988796,0.29262036084549015,0.19805644684436258,0.15372517456988796,0.10811597665687542,0.3035516526904526,0.15372517456988796,0.3239291896174493,0.1459042684726898,0.5,0.15372517456988796,0.17755203508975873,0.23870485396594537,0.15372517456988796,0.14540739799273072,0.09968923033643311,0.5,0.15372517456988796,0.22897911472506885,0.11559109640392645,0.15372517456988796,0.3108506963617835,0.1794876132045547,0.15372517456988796,0.45630163581543237,0.31949888203005916,0.15372517456988796,0.2799332433700778,0.33157474328405967,0.15372517456988796,0.2630936736682366,0.14262589776355966,0.15372517456988796,0.2996776307178537,0.4887660787876794,0.15372517456988796,0.245658951942551,0.10356384223022921,0.5,0.15372517456988796,0.18392323206531397,0.0928023371556731,0.0,0.10812128215590788,0.4138908775898227 -6084,0.5,0.15372517456988796,0.4619816968231574,0.17652929071809395,0.15372517456988796,0.3600221072811606,0.1635532265251252,0.15372517456988796,0.3921139895415373,0.14596878866523416,0.15372517456988796,0.24560883884869356,0.100692068684987,0.15372517456988796,0.31997912576246695,0.37949471886616315,0.15372517456988796,0.27303663792822236,0.2542871077925965,0.15372517456988796,0.17095185589795375,0.3095148005370935,0.15372517456988796,0.4896569224667904,0.2429381665534321,0.5,0.15372517456988796,0.2547483108145673,0.24052550776812393,0.15372517456988796,0.1547354939244096,0.11535840728448145,0.5,0.15372517456988796,0.17247105622136208,0.1064375118798057,0.15372517456988796,0.26695325525590713,0.18329107041321419,0.15372517456988796,0.4881516554166305,0.32461116698678716,0.15372517456988796,0.26106003459986227,0.2390345284365471,0.15372517456988796,0.3592754721970978,0.1696155766817641,0.15372517456988796,0.39257409231677537,0.4665466960496967,0.15372517456988796,0.2650140242990057,0.11602698906628123,0.5,0.15372517456988796,0.20481284236144864,0.10039367636316791,0.0,0.1150845027211802,0.3575497354157689 -6085,0.5,0.15372517456988796,0.41425372597952803,0.18261014133050768,0.15372517456988796,0.28390166467194783,0.1736185103115439,0.15372517456988796,0.3577923098876856,0.2098939422796851,0.15372517456988796,0.22555130563430337,0.1258048636668943,0.15372517456988796,0.09273110258819417,0.31913255367038235,0.15372517456988796,0.4685616280868713,0.34611807507276393,0.15372517456988796,0.45636486994136916,0.31378244606174377,0.15372517456988796,0.4782783883701288,0.33836604184511865,0.5,0.15372517456988796,0.39332632438860365,0.2453373115604332,0.15372517456988796,0.18385246775343367,0.11299981644539958,0.5,0.15372517456988796,0.3285598817650924,0.13590473370237718,0.15372517456988796,0.2997393948372372,0.1856793159874635,0.15372517456988796,0.4908808595790606,0.32302105679770554,0.15372517456988796,0.43091328752293456,0.19871671566413254,0.15372517456988796,0.21768355285693453,0.15230852519269708,0.15372517456988796,0.3767135546607727,0.435383755133436,0.15372517456988796,0.33252100979852633,0.15345125289571843,0.5,0.15372517456988796,0.1831133063940853,0.10768458833086895,0.0,0.13939090502377524,0.28591613078432276 -6086,0.5,0.15372517456988796,0.3528834706138185,0.18075887766096693,0.15372517456988796,0.41963161036806684,0.2373413742830432,0.15372517456988796,0.28002491447540856,0.24063915734252112,0.15372517456988796,0.19443248554313103,0.1241283569939226,0.15372517456988796,0.25905633713218706,0.21212736801585022,0.15372517456988796,0.46484160263492613,0.45181225304457795,0.15372517456988796,0.40936012691520524,0.3588726859753437,0.15372517456988796,0.46235795066526764,0.36219836129648897,0.5,0.15372517456988796,0.4305610357038958,0.30428082133347956,0.15372517456988796,0.29423572010654747,0.07035874565084776,0.5,0.15372517456988796,0.4519728791844909,0.17587757948048374,0.15372517456988796,0.31568550978659277,0.18016812979605948,0.15372517456988796,0.5267891029902267,0.347610388830099,0.15372517456988796,0.5362857198780684,0.24205025648162043,0.15372517456988796,0.17450070579768215,0.12212428390920718,0.15372517456988796,0.28724091460435375,0.3866916251938571,0.15372517456988796,0.2611312557365101,0.16059464638293924,0.5,0.15372517456988796,0.22583288137965282,0.11042924867066402,0.0,0.13854047575544554,0.22767774781600733 -6087,0.5,0.15372517456988796,0.33067216074026085,0.18273097665329305,0.15372517456988796,0.47476141081356027,0.3327506918440527,0.15372517456988796,0.2108890562375105,0.23192046634690425,0.15372517456988796,0.1652897434433122,0.11923026676658305,0.15372517456988796,0.39898585048276863,0.18033330816149412,0.15372517456988796,0.3366387208568242,0.5050432002826151,0.15372517456988796,0.2095684083248599,0.3197196650271699,0.15372517456988796,0.47263531009456305,0.3508861584891214,0.5,0.15372517456988796,0.3596834073892278,0.3617375347839237,0.15372517456988796,0.3897511215468229,0.03815677847811963,0.5,0.15372517456988796,0.3726693369603342,0.1977658416450544,0.15372517456988796,0.3269431095887388,0.19216350899525214,0.15372517456988796,0.4440858110063359,0.3653676069493014,0.15372517456988796,0.38605547397726747,0.2489601218636535,0.15372517456988796,0.21717620173131538,0.12125611206693335,0.15372517456988796,0.18162003969717472,0.3473030381524665,0.15372517456988796,0.20541772719849172,0.16080735122951148,0.5,0.15372517456988796,0.1568259149219034,0.0999491289286389,0.0,0.12136508713722638,0.20644308887508664 -6088,0.5,0.15372517456988796,0.2921800017596464,0.17538521521492248,0.15372517456988796,0.2996562299872213,0.39044490330065007,0.15372517456988796,0.11420513935837559,0.1904306937287722,0.15372517456988796,0.11587932910579105,0.11190904823983476,0.15372517456988796,0.357679993670732,0.12045521595280151,0.15372517456988796,0.2990300155802182,0.5009353963389219,0.15372517456988796,0.1062642989118261,0.2168751573250699,0.15372517456988796,0.34792389425628667,0.3439239012695504,0.5,0.15372517456988796,0.2570314287390953,0.35079390277824807,0.15372517456988796,0.23826664074375017,0.029619533043722487,0.5,0.15372517456988796,0.21933304547955118,0.18689353182678733,0.15372517456988796,0.2782049860599627,0.2168134396247172,0.15372517456988796,0.3762394790386809,0.3762504360103192,0.15372517456988796,0.31141804270488604,0.2598884878167145,0.15372517456988796,0.2304979322275319,0.15090637682930313,0.15372517456988796,0.10748450328445311,0.29276254451929473,0.15372517456988796,0.11727791446947067,0.15704329748540202,0.5,0.15372517456988796,0.11390596925443627,0.08461373000704407,0.0,0.11225610737460634,0.2033768596854363 -6089,0.5,0.15372517456988796,0.20736141237631872,0.1551872186340205,0.15372517456988796,0.09232305962099317,0.41766076609439184,0.15372517456988796,0.05498300844936341,0.13275677670756533,0.15372517456988796,0.07553496588621014,0.08021209042595656,0.15372517456988796,0.2751409010840547,0.07329806532982065,0.15372517456988796,0.2616505021938353,0.3975066555235831,0.15372517456988796,0.16558489177401042,0.13311557743878322,0.15372517456988796,0.2451029570486255,0.3184021415997167,0.5,0.15372517456988796,0.15913052777636613,0.27022330436497566,0.15372517456988796,0.1366886616758654,0.025855921997401485,0.5,0.15372517456988796,0.11436803213237572,0.17650055659668698,0.15372517456988796,0.15903639471452413,0.2214914857359165,0.15372517456988796,0.2757295591928645,0.3353830658190891,0.15372517456988796,0.23855419217032642,0.2604741795460144,0.15372517456988796,0.20385920246788747,0.1863203052860329,0.15372517456988796,0.08918850833859704,0.22472659758874028,0.15372517456988796,0.059980220814251875,0.14158403424632576,0.5,0.15372517456988796,0.07536045529992606,0.06117383558404427,0.0,0.09846041501956086,0.222732027720167 -6090,0.5,0.15372517456988796,0.04681927072314477,0.08492407536650484,0.15372517456988796,0.012088419195120442,0.32179225736788064,0.15372517456988796,0.011666316268385888,0.060578336164241894,0.15372517456988796,0.025627537699028945,0.03547421258625907,0.15372517456988796,0.08977312617026248,0.010890911803500951,0.15372517456988796,0.0950765039984151,0.19923337820627177,0.15372517456988796,0.07466894275432008,0.04820985589375281,0.15372517456988796,0.07757830008165227,0.2688707278343586,0.5,0.15372517456988796,0.06968640778892482,0.15798308717638682,0.15372517456988796,0.03185096024110182,0.01766847355454327,0.5,0.15372517456988796,0.037876858514420325,0.10654048309973924,0.15372517456988796,0.04973053567368265,0.18246220128337684,0.15372517456988796,0.0785545605418377,0.1945691560111319,0.15372517456988796,0.08433782487128352,0.18770594473745017,0.15372517456988796,0.06111466471481998,0.13948139657743153,0.15372517456988796,0.03863498507854962,0.12613575607882832,0.15372517456988796,0.019119453133943053,0.13060133452724515,0.5,0.15372517456988796,0.013663642854175768,0.04686291146264909,0.0,0.07334092604507245,0.26053656362801836 -6091,0.5,0.15372517456988796,0.0,0.09827450396704138,0.15372517456988796,0.0,0.15878575767984995,0.15372517456988796,0.0,0.027118535814069804,0.15372517456988796,0.0,0.034693289663279614,0.15372517456988796,0.0,0.01116337412540639,0.15372517456988796,0.0,0.051417144775385754,0.15372517456988796,1.638604070924361e-05,0.021171680670001504,0.15372517456988796,1.638423337408381e-05,0.1660703980606273,0.5,0.15372517456988796,0.0,0.14397745539607196,0.15372517456988796,0.0,0.013279307045116854,0.5,0.15372517456988796,0.0,0.060885053826011275,0.15372517456988796,1.9197577507217933e-05,0.1148886085492458,0.15372517456988796,0.0,0.10044752579433078,0.15372517456988796,0.0,0.15641997797998397,0.15372517456988796,0.0,0.09105359155358127,0.15372517456988796,0.0,0.07408329489044901,0.15372517456988796,5.20715172711998e-06,0.1448814273238631,0.5,0.15372517456988796,0.0,0.04098331342868443,0.0,0.07346320318932245,0.3195451560108871 -6092,0.5,0.15372517456988796,0.0,0.11059368789965102,0.15372517456988796,0.0,0.05143789260803653,0.15372517456988796,0.0,0.02821678999712773,0.15372517456988796,0.0,0.04298965742048128,0.15372517456988796,0.0,0.01923416283387886,0.15372517456988796,0.0,0.027896475626972655,0.15372517456988796,0.0,0.011458761975524798,0.15372517456988796,0.0,0.08304151808942775,0.5,0.15372517456988796,0.0,0.14089887838383747,0.15372517456988796,0.0,0.012441533349083404,0.5,0.15372517456988796,0.0,0.08922916913863248,0.15372517456988796,0.0,0.07683704717901066,0.15372517456988796,0.0,0.06416584352850213,0.15372517456988796,0.0,0.1522188418646423,0.15372517456988796,0.0,0.07770651091924737,0.15372517456988796,0.0,0.05272189203710426,0.15372517456988796,0.0,0.16731003700146932,0.5,0.15372517456988796,0.0,0.039199410991606835,0.0,0.09703919079302095,0.37789810233156074 -6093,0.5,0.15372517456988796,0.0,0.11840869287471399,0.15372517456988796,0.0,0.037933048791649784,0.15372517456988796,0.0,0.04559600820649698,0.15372517456988796,0.0,0.06548321623984893,0.15372517456988796,0.0,0.03458181740309069,0.15372517456988796,0.0,0.02171000268371155,0.15372517456988796,0.0,0.011571155545623879,0.15372517456988796,0.0,0.03680972982594002,0.5,0.15372517456988796,0.0,0.08790031458314954,0.15372517456988796,0.0,0.013684187572987018,0.5,0.15372517456988796,0.0,0.15792620226872858,0.15372517456988796,0.0,0.06661804804360423,0.15372517456988796,0.0,0.04867518661596896,0.15372517456988796,0.0,0.13177494262169184,0.15372517456988796,0.0,0.06812412373436558,0.15372517456988796,0.0,0.04750496840690793,0.15372517456988796,0.0,0.14558901614136086,0.5,0.15372517456988796,0.0,0.043960438702293214,0.0,0.13110629468689883,0.41488781351496684 -6094,0.5,0.15372517456988796,0.0,0.13165123749054067,0.15372517456988796,0.0,0.04016714877861497,0.15372517456988796,0.0,0.06556796938275371,0.15372517456988796,0.0,0.0849763041713044,0.15372517456988796,0.0,0.042875963669166815,0.15372517456988796,0.0,0.02134408507739679,0.15372517456988796,0.0,0.015561919035165081,0.15372517456988796,0.0,0.027282863704661743,0.5,0.15372517456988796,0.0,0.04605980508171455,0.15372517456988796,0.0,0.012393778353884409,0.5,0.15372517456988796,0.0,0.1519228057521972,0.15372517456988796,0.0,0.059253420067399934,0.15372517456988796,0.0,0.04650233286997596,0.15372517456988796,0.0,0.0948208431296981,0.15372517456988796,0.0,0.059184389140545794,0.15372517456988796,0.0,0.04567230807530565,0.15372517456988796,0.0,0.10899713302648949,0.5,0.15372517456988796,0.0,0.05017958869963033,0.0,0.16654798817636693,0.38527307274048106 -6095,0.5,0.15372517456988796,0.0,0.14528306318305687,0.15372517456988796,0.0,0.041403983795787504,0.15372517456988796,0.0,0.09435289202778269,0.15372517456988796,0.0,0.09086388715858232,0.15372517456988796,0.0,0.04565974817730103,0.15372517456988796,0.0,0.02219322543067823,0.15372517456988796,0.0,0.019575828455013905,0.15372517456988796,0.0,0.024416363893670072,0.5,0.15372517456988796,0.0,0.03540939373789105,0.15372517456988796,0.0,0.009407502159169592,0.5,0.15372517456988796,0.0,0.12733140756951133,0.15372517456988796,0.0,0.0509873800409186,0.15372517456988796,0.0,0.05232010428806391,0.15372517456988796,0.0,0.06211379375373237,0.15372517456988796,0.0,0.05345835111736417,0.15372517456988796,0.0,0.04773912590499685,0.15372517456988796,0.0,0.0920839108135101,0.5,0.15372517456988796,0.0,0.057225014792805014,0.0,0.21133621923928025,0.30648156792587894 -6096,0.5,0.15372517456988796,0.0,0.1651022009578424,0.15372517456988796,0.0,0.042757928339692435,0.15372517456988796,0.0,0.13526937316836363,0.15372517456988796,0.0,0.08172187408096011,0.15372517456988796,0.0,0.044137009956560835,0.15372517456988796,0.0,0.019798669864417397,0.15372517456988796,0.0,0.01490118011250227,0.15372517456988796,0.0,0.018681777122749273,0.5,0.15372517456988796,0.0,0.04454038092086559,0.15372517456988796,0.0,0.010923300340773151,0.5,0.15372517456988796,0.0,0.13752945312384365,0.15372517456988796,0.0,0.04574923509456285,0.15372517456988796,0.0,0.06239672430780891,0.15372517456988796,0.0,0.047214616120660094,0.15372517456988796,0.0,0.04924909280976156,0.15372517456988796,0.0,0.05098363013056318,0.15372517456988796,0.0,0.07195722752428282,0.5,0.15372517456988796,0.0,0.0635591594806288,0.0,0.2663534107220622,0.21941916911336726 -6097,0.5,0.15372517456988796,0.0,0.19268211704431665,0.15372517456988796,0.0,0.05322935955622544,0.15372517456988796,0.0,0.15381727144062007,0.15372517456988796,0.0,0.07306343772940121,0.15372517456988796,0.0,0.042370087995614224,0.15372517456988796,0.0,0.017895224799648207,0.15372517456988796,0.0,0.012162578021684254,0.15372517456988796,0.0,0.016371168394685144,0.5,0.15372517456988796,0.0,0.051512834611744475,0.15372517456988796,0.0,0.014937486441252392,0.5,0.15372517456988796,0.0,0.09763272039128723,0.15372517456988796,0.0,0.051043307235804004,0.15372517456988796,0.0,0.07058463254968239,0.15372517456988796,0.0,0.04528748825277619,0.15372517456988796,0.0,0.05079416096719793,0.15372517456988796,0.0,0.0593505729372199,0.15372517456988796,0.0,0.07495669052508278,0.5,0.15372517456988796,0.0,0.0715552508896917,0.0,0.32136556796862625,0.1634482218792456 -6098,0.5,0.15372517456988796,0.0,0.2239698819028132,0.15372517456988796,0.0,0.0699714331062527,0.15372517456988796,0.0,0.19538781443349956,0.15372517456988796,0.0,0.07748731458929957,0.15372517456988796,0.0,0.043557112288509274,0.15372517456988796,0.0,0.01664268689067185,0.15372517456988796,0.0,0.01311581544972754,0.15372517456988796,0.0,0.017632357870298702,0.5,0.15372517456988796,0.0,0.051031394493132154,0.15372517456988796,0.0,0.020284955705934422,0.5,0.15372517456988796,0.0,0.05053779692358655,0.15372517456988796,0.0,0.06764244086126343,0.15372517456988796,0.0,0.07277446380392769,0.15372517456988796,0.0,0.045084530797235706,0.15372517456988796,0.0,0.05991343967899737,0.15372517456988796,0.0,0.07152743516116818,0.15372517456988796,0.0,0.08970732213094763,0.5,0.15372517456988796,0.0,0.0727317910477063,0.0,0.4269054898533989,0.1323208074079419 -6099,0.5,0.15372517456988796,0.0,0.2572450847874829,0.15372517456988796,0.0,0.07222146310106764,0.15372517456988796,0.0,0.24306000321820564,0.15372517456988796,0.0,0.08796938913438615,0.15372517456988796,0.0,0.039580140552637116,0.15372517456988796,0.0,0.01569006648214169,0.15372517456988796,0.0,0.013099453751237741,0.15372517456988796,0.0,0.02183257768143001,0.5,0.15372517456988796,0.0,0.04736095673769193,0.15372517456988796,0.0,0.02666695509892153,0.5,0.15372517456988796,0.0,0.03211337057359123,0.15372517456988796,0.0,0.07753648195235929,0.15372517456988796,0.0,0.07672455652282602,0.15372517456988796,0.0,0.04485536329539014,0.15372517456988796,0.0,0.06630262413196154,0.15372517456988796,0.0,0.08111088048344336,0.15372517456988796,0.0,0.098006523974788,0.5,0.15372517456988796,0.0,0.0809917675821804,0.0,0.5265974032963192,0.10617620959552913 -6100,0.5,0.15372517456988796,0.0,0.31249962089490957,0.15372517456988796,0.0,0.07102733968953831,0.15372517456988796,0.0,0.2442125957839175,0.15372517456988796,0.0,0.09267094522233853,0.15372517456988796,0.0,0.04143421386603962,0.15372517456988796,0.0,0.019621958557070836,0.15372517456988796,0.0,0.019436431289984835,0.15372517456988796,0.0,0.02630323588872696,0.5,0.15372517456988796,0.0,0.05360434612813042,0.15372517456988796,0.0,0.039723172559587315,0.5,0.15372517456988796,0.0,0.03632267270813231,0.15372517456988796,0.0,0.08603283389523196,0.15372517456988796,0.0,0.0836566927524316,0.15372517456988796,0.0,0.04581300915150494,0.15372517456988796,0.0,0.0841653112229509,0.15372517456988796,0.0,0.08743968680660995,0.15372517456988796,0.0,0.12733428498943086,0.5,0.15372517456988796,0.0,0.09687726849030527,0.0,0.5949126938748702,0.09046260349933237 -6101,0.5,0.15372517456988796,0.0,0.36660823616915794,0.15372517456988796,0.0,0.09542065001822657,0.15372517456988796,0.0,0.26685783208729913,0.15372517456988796,0.0,0.0976535274730322,0.15372517456988796,0.0,0.04552625732256321,0.15372517456988796,0.0,0.028095648610690152,0.15372517456988796,0.0,0.020828329494582003,0.15372517456988796,0.0,0.024680275062048264,0.5,0.15372517456988796,0.0,0.06963240271791173,0.15372517456988796,0.0,0.04557513382059952,0.5,0.15372517456988796,0.0,0.05999183739173376,0.15372517456988796,0.0,0.11181793150077503,0.15372517456988796,0.0,0.10391309548077943,0.15372517456988796,0.0,0.05492530112526096,0.15372517456988796,0.0,0.09965520210142324,0.15372517456988796,0.0,0.09335917234221212,0.15372517456988796,0.0,0.18402261892570643,0.5,0.15372517456988796,0.0,0.1007295537223099,0.0,0.6300083210641891,0.0968851931805255 -6102,0.5,0.15372517456988796,0.0,0.3975629152058019,0.15372517456988796,0.0,0.12084600881054156,0.15372517456988796,0.0,0.309677771069958,0.15372517456988796,0.0,0.11175680331504344,0.15372517456988796,0.0,0.04865071092870756,0.15372517456988796,0.0,0.029135128640967563,0.15372517456988796,0.0,0.023845551903354446,0.15372517456988796,0.0,0.022094074292327213,0.5,0.15372517456988796,0.0,0.07387735431990057,0.15372517456988796,0.0,0.05099716827929105,0.5,0.15372517456988796,0.0,0.10463381008234457,0.15372517456988796,0.0,0.10799243955141913,0.15372517456988796,0.0,0.1265335431780875,0.15372517456988796,0.0,0.07209267268727859,0.15372517456988796,0.0,0.11149979045358474,0.15372517456988796,0.0,0.1254468696628526,0.15372517456988796,0.0,0.23303521456087536,0.5,0.15372517456988796,0.0,0.11409280306354322,0.0,0.639532078508064,0.12552326703257896 -6103,0.5,0.15372517456988796,0.01879617562129927,0.4435969429265033,0.15372517456988796,0.021975945002859428,0.09824839577805428,0.15372517456988796,0.0013948628789933017,0.39161008076005793,0.15372517456988796,0.01844773275770416,0.11791411596605855,0.15372517456988796,0.010235210274003707,0.049931979308487535,0.15372517456988796,0.0064153653595932685,0.025921997676296257,0.15372517456988796,0.008502190550929116,0.031267105703333076,0.15372517456988796,0.005727945379149861,0.022764575413245003,0.5,0.15372517456988796,0.0047709712284161035,0.06970376741904043,0.15372517456988796,0.0009652742734069956,0.061293589002708204,0.5,0.15372517456988796,0.001837682144236853,0.1857091752274584,0.15372517456988796,0.0016997459733699147,0.1352177198704559,0.15372517456988796,0.022427533356840182,0.14350721336788227,0.15372517456988796,0.013344740721888624,0.0881147718761542,0.15372517456988796,0.008430486193391514,0.1448905449294656,0.15372517456988796,0.0025930156529606232,0.19884594082155108,0.15372517456988796,0.000566237614153332,0.27927627040304503,0.5,0.15372517456988796,0.0030041530586055382,0.11946508830769226,0.0,0.6516800848603265,0.16256632550299904 -6104,0.5,0.15372517456988796,0.09911456555992534,0.5369067805602789,0.15372517456988796,0.10389485093865355,0.1668385844977238,0.15372517456988796,0.009416715323114645,0.43397704863896425,0.15372517456988796,0.0773978401960006,0.14555041085268194,0.15372517456988796,0.12197358086810355,0.06412287633436198,0.15372517456988796,0.12007796869880907,0.03066046044713499,0.15372517456988796,0.08701348443102554,0.05643737925275709,0.15372517456988796,0.09470383346960684,0.032286938702929965,0.5,0.15372517456988796,0.08064764046389084,0.07794222074881944,0.15372517456988796,0.004628185100690314,0.06762314152355667,0.5,0.15372517456988796,0.014076839097722537,0.29467841987964083,0.15372517456988796,0.020051618309609893,0.19670639902341658,0.15372517456988796,0.14051643290810362,0.162181880477522,0.15372517456988796,0.12692648760577205,0.10924579869252982,0.15372517456988796,0.05751756276190087,0.2346385589165431,0.15372517456988796,0.013843986583032137,0.3276796667304577,0.15372517456988796,0.003067957341186016,0.30116078316275785,0.5,0.15372517456988796,0.012867832357335634,0.10045670042395961,0.0,0.6909869020232857,0.19123093746681502 -6105,0.5,0.15372517456988796,0.2218988722840895,0.6399381993690995,0.15372517456988796,0.13255979060815198,0.33235417536389866,0.15372517456988796,0.040749242546339694,0.3922335021806977,0.15372517456988796,0.14276280973815791,0.16463958188314168,0.15372517456988796,0.23149435660936749,0.14962234135308222,0.15372517456988796,0.25909532335825847,0.06691507934963715,0.15372517456988796,0.1304394522829333,0.1280841642493916,0.15372517456988796,0.1779684828079544,0.08703561154122205,0.5,0.15372517456988796,0.15350608462831858,0.15922792378912498,0.15372517456988796,0.0064795157921260565,0.07401027815162572,0.5,0.15372517456988796,0.020785283876598594,0.3428217539316996,0.15372517456988796,0.038408031546246856,0.26918643350296484,0.15372517456988796,0.2683859236731856,0.25979102789180064,0.15372517456988796,0.25224996529159316,0.23897861427946845,0.15372517456988796,0.12271116376467109,0.3683065795913093,0.15372517456988796,0.02068857266828083,0.43951711308436864,0.15372517456988796,0.008313871937893938,0.3082119083497199,0.5,0.15372517456988796,0.02418352481851449,0.07029936991465623,0.0,0.7216682822534887,0.2227063698485936 -6106,0.5,0.15372517456988796,0.3598713923564045,0.7426639387674948,0.15372517456988796,0.11883046516069537,0.4522803522020229,0.15372517456988796,0.0721436348425791,0.43754888822580634,0.15372517456988796,0.2066412332344259,0.24109243919862006,0.15372517456988796,0.2942386364790731,0.2684678631423937,0.15372517456988796,0.36012831177119414,0.14361826319337906,0.15372517456988796,0.1594071674765622,0.20149025069791324,0.15372517456988796,0.2166898037132933,0.15648944850952928,0.5,0.15372517456988796,0.19364386871803055,0.37155230279126916,0.15372517456988796,0.012408080305228684,0.06898957695327743,0.5,0.15372517456988796,0.015612859820275824,0.3308777564394318,0.15372517456988796,0.05191684965077117,0.2902735209308774,0.15372517456988796,0.3851760860661968,0.40444845738974844,0.15372517456988796,0.35702974770534174,0.3852555740774765,0.15372517456988796,0.2029019772970697,0.5274709816911356,0.15372517456988796,0.03799932321792084,0.5034048071884976,0.15372517456988796,0.019264891237920755,0.30539499696056904,0.5,0.15372517456988796,0.04219894920365583,0.08088535533639969,0.0,0.6916886413721448,0.24436460757237685 -6107,0.5,0.15372517456988796,0.4757681395745445,0.8116731776772178,0.15372517456988796,0.20463627814230778,0.6554554110263617,0.15372517456988796,0.13367191750238272,0.5411226143256929,0.15372517456988796,0.30754331330926526,0.340706184916104,0.15372517456988796,0.3336428988721415,0.3915136536593633,0.15372517456988796,0.4003107221212652,0.22163725444663288,0.15372517456988796,0.21962358437394303,0.2685205776551438,0.15372517456988796,0.2281305028263143,0.22369276702891588,0.5,0.15372517456988796,0.20059379217108775,0.5106348687311699,0.15372517456988796,0.03084130628977276,0.07564255293105979,0.5,0.15372517456988796,0.013254328694890124,0.26699334237904965,0.15372517456988796,0.05384933075605061,0.2754125818328147,0.15372517456988796,0.4932039170129826,0.530711419443829,0.15372517456988796,0.44413125920821206,0.5036272448401751,0.15372517456988796,0.34128395702658143,0.6881448504752365,0.15372517456988796,0.0810699708689767,0.5896479367085782,0.15372517456988796,0.021590760296936802,0.3007316459800267,0.5,0.15372517456988796,0.0609287589615376,0.12183311635252654,0.0,0.6438895822144998,0.24254510072355215 -6108,0.5,0.15372517456988796,0.5532540734659257,0.8722890122693698,0.15372517456988796,0.3160284187542215,0.7786176984766725,0.15372517456988796,0.18863578051984475,0.6175447937981896,0.15372517456988796,0.401723742952636,0.4506311535272297,0.15372517456988796,0.3850259042202421,0.533372922397167,0.15372517456988796,0.4139375030057817,0.3015391928897912,0.15372517456988796,0.3867887569118296,0.44041298579091015,0.15372517456988796,0.24607773429350244,0.2831323289222445,0.5,0.15372517456988796,0.22458882450198714,0.5683390243747315,0.15372517456988796,0.06083549792057019,0.09254133395323114,0.5,0.15372517456988796,0.02106802292196296,0.2474260646866639,0.15372517456988796,0.041116741881071374,0.25648189338206306,0.15372517456988796,0.5591091535854268,0.6050223864591479,0.15372517456988796,0.4978654120647709,0.6026729103529858,0.15372517456988796,0.4451080150745159,0.8080703831787639,0.15372517456988796,0.13874465048051443,0.6997183625511073,0.15372517456988796,0.02461268131763132,0.29435396414197923,0.5,0.15372517456988796,0.05957952448536899,0.15063427917329741,0.0,0.6026909785717381,0.23133522574101384 -6109,0.5,0.15372517456988796,0.5825098582208633,0.9070034243185237,0.15372517456988796,0.3697635248007907,0.8056027124169409,0.15372517456988796,0.2766995189971384,0.6907724931416503,0.15372517456988796,0.48226011788158163,0.5699626331317946,0.15372517456988796,0.4457962216229122,0.6573298842325394,0.15372517456988796,0.4140192225495917,0.3609519761272604,0.15372517456988796,0.4842795498075215,0.6459476319789137,0.15372517456988796,0.2593657135568271,0.3504380750565287,0.5,0.15372517456988796,0.24527183207369482,0.6070560655562763,0.15372517456988796,0.0674688228793057,0.11029887526935389,0.5,0.15372517456988796,0.044743787277081434,0.213429280670422,0.15372517456988796,0.04859591999831614,0.22938692025432686,0.15372517456988796,0.5815796255876495,0.6108042272138507,0.15372517456988796,0.5217296395389975,0.6736256941257861,0.15372517456988796,0.5035938223721245,0.8738602420718393,0.15372517456988796,0.2134142461798399,0.7715498861235338,0.15372517456988796,0.043357408701527676,0.3094840034399277,0.5,0.15372517456988796,0.05495475047415195,0.16512945049336047,0.0,0.5322800927411708,0.21431512192251626 -6110,0.5,0.15372517456988796,0.5662189473803576,0.9191613735955351,0.15372517456988796,0.36005471858143695,0.8360535675927212,0.15372517456988796,0.3698378475080393,0.7886992524048336,0.15372517456988796,0.45294027734502684,0.6271596717528296,0.15372517456988796,0.43173886684848617,0.7354316705448866,0.15372517456988796,0.3770431871156712,0.43454271223466634,0.15372517456988796,0.5159631777772526,0.8050273046905795,0.15372517456988796,0.2491663688153119,0.4328041795858224,0.5,0.15372517456988796,0.2382706482734977,0.6298253944578216,0.15372517456988796,0.059101685683583295,0.1365964210158303,0.5,0.15372517456988796,0.04338301887340413,0.1986835782016336,0.15372517456988796,0.05396606823933675,0.19020230172645156,0.15372517456988796,0.5667237119300566,0.5758201282210829,0.15372517456988796,0.5107013959786312,0.7061885116665889,0.15372517456988796,0.5174969704590041,0.9134778393226503,0.15372517456988796,0.21601952848209705,0.7564431283501165,0.15372517456988796,0.060411989074480525,0.3359491967176595,0.5,0.15372517456988796,0.04613136676698013,0.1784457076978523,0.0,0.4487876362497027,0.1955833460973398 -6111,0.5,0.15372517456988796,0.49588074514010394,0.9211795786825305,0.15372517456988796,0.3571196107720961,0.8622279035502107,0.15372517456988796,0.36239412792273973,0.7899628153617295,0.15372517456988796,0.3549231473843,0.6134043310057652,0.15372517456988796,0.4049163745455004,0.7997714162209968,0.15372517456988796,0.342931823435948,0.5364005805990559,0.15372517456988796,0.483610979820574,0.8826845089465893,0.15372517456988796,0.20281758159262742,0.4913383106703081,0.5,0.15372517456988796,0.2041009776601198,0.5847432397190856,0.15372517456988796,0.039268757606115146,0.17137402726332962,0.5,0.15372517456988796,0.020901292565414543,0.1914047563843045,0.15372517456988796,0.04332501279821553,0.1731875811975931,0.15372517456988796,0.5052761692739505,0.5323678361363531,0.15372517456988796,0.46787962381034987,0.7194056228424659,0.15372517456988796,0.4864081648010087,0.93066451173539,0.15372517456988796,0.276489951903814,0.7670493495174348,0.15372517456988796,0.06577203038700476,0.28784883157073693,0.5,0.15372517456988796,0.03568218891045098,0.15357185995291028,0.0,0.3783685157972463,0.19498930012269777 -6112,0.5,0.15372517456988796,0.3781482009694509,0.9033655985843884,0.15372517456988796,0.3234639735549213,0.8610260177934059,0.15372517456988796,0.26983351826323093,0.7234017582765633,0.15372517456988796,0.25995655625832226,0.5103669651227847,0.15372517456988796,0.3596309984194344,0.8397675423285622,0.15372517456988796,0.2921516225656103,0.6231033391861023,0.15372517456988796,0.38728475102775173,0.9029583911257959,0.15372517456988796,0.1772010740751172,0.5479888325862275,0.5,0.15372517456988796,0.1071731370831638,0.5179480984718728,0.15372517456988796,0.015935983675540166,0.1741844107633159,0.5,0.15372517456988796,0.019291150947300436,0.16778874216010262,0.15372517456988796,0.022007158570826642,0.14606235587123245,0.15372517456988796,0.4030302651556218,0.49456064398511307,0.15372517456988796,0.3884632332282584,0.723522999030278,0.15372517456988796,0.4005771701832243,0.9270418895510084,0.15372517456988796,0.2931806532954944,0.8010206517631181,0.15372517456988796,0.0663377676808378,0.21504069102020196,0.5,0.15372517456988796,0.020947157848573296,0.10970613404110988,0.0,0.3350639132416439,0.22500526472370333 -6113,0.5,0.15372517456988796,0.24297877865857903,0.8504550032557722,0.15372517456988796,0.24852710519754154,0.8128969691574637,0.15372517456988796,0.15976189859397247,0.6497927053845285,0.15372517456988796,0.1593376367659342,0.3999241999599695,0.15372517456988796,0.27566820595907215,0.8204405843640113,0.15372517456988796,0.22880731130867538,0.6034748304035871,0.15372517456988796,0.27028206350455425,0.8326692851052246,0.15372517456988796,0.13875475456148162,0.5031317567073588,0.5,0.15372517456988796,0.08465987118162781,0.52576926567389,0.15372517456988796,0.004563508576252476,0.12958781884135528,0.5,0.15372517456988796,0.021346413006173327,0.08279043607029019,0.15372517456988796,0.005504655034766385,0.09369572771119765,0.15372517456988796,0.2896252753034477,0.4374060537370707,0.15372517456988796,0.28643417231930907,0.6944189083598556,0.15372517456988796,0.28427586243710695,0.8805268284145538,0.15372517456988796,0.23250678848122547,0.7538116855908258,0.15372517456988796,0.049891076060978326,0.12429081057323829,0.5,0.15372517456988796,0.008669890539628371,0.1081144328350936,0.0,0.31360125896381896,0.28370912445200247 -6114,0.5,0.15372517456988796,0.04230722676011211,0.7542666277328063,0.15372517456988796,0.06611113640103498,0.6811038355570848,0.15372517456988796,0.045732483491384215,0.629577013155361,0.15372517456988796,0.031576833272888474,0.3556844685513862,0.15372517456988796,0.08450271436360941,0.706295967538699,0.15372517456988796,0.0938332502102776,0.48723422301428737,0.15372517456988796,0.07688063913134012,0.6672451886269024,0.15372517456988796,0.06049340337348652,0.3806214871939932,0.5,0.15372517456988796,0.06072943061693719,0.4984937990849164,0.15372517456988796,0.0011761753037562352,0.11087284431264528,0.5,0.15372517456988796,0.010726967123458544,0.060856555981045724,0.15372517456988796,0.0008771928773512424,0.06124738547598364,0.15372517456988796,0.07763030250415659,0.3051762825716348,0.15372517456988796,0.0832079436941811,0.5824652230914384,0.15372517456988796,0.062366691557897036,0.7625237828202843,0.15372517456988796,0.06754902052818618,0.6726406131491249,0.15372517456988796,0.016916493068236785,0.09689281365236051,0.5,0.15372517456988796,0.002052205272536843,0.11402968495938572,0.0,0.29737552928889255,0.3542641408628814 -6115,0.5,0.15372517456988796,0.0,0.6537532275261957,0.15372517456988796,0.0,0.5145700308603518,0.15372517456988796,0.0,0.6847889164423728,0.15372517456988796,0.0,0.3692159968955183,0.15372517456988796,0.0,0.5791408548300414,0.15372517456988796,0.0,0.42577086660525687,0.15372517456988796,0.0,0.533042413165761,0.15372517456988796,0.0,0.2879006930540182,0.5,0.15372517456988796,0.0,0.4461645790273633,0.15372517456988796,0.0,0.1050108239760234,0.5,0.15372517456988796,2.4311412961619973e-05,0.07121870372005625,0.15372517456988796,3.082591526473463e-06,0.04821717896007564,0.15372517456988796,0.0,0.26536465476968046,0.15372517456988796,0.0,0.4764216996677678,0.15372517456988796,0.0,0.6384201744413844,0.15372517456988796,0.0,0.6421194159801951,0.15372517456988796,0.0,0.10911646178385248,0.5,0.15372517456988796,0.0,0.13178722589686917,0.0,0.3121375345841401,0.4140458708725167 -6116,0.5,0.15372517456988796,0.0,0.5948450603284737,0.15372517456988796,0.0,0.41327536139576,0.15372517456988796,0.0,0.7577268996629706,0.15372517456988796,0.0,0.3917095745172196,0.15372517456988796,0.0,0.5085000704477407,0.15372517456988796,0.0,0.43243759322793496,0.15372517456988796,0.0,0.48350727962746765,0.15372517456988796,0.0,0.2735250504362961,0.5,0.15372517456988796,0.0,0.4084921712742623,0.15372517456988796,0.0,0.11785894504228389,0.5,0.15372517456988796,0.0,0.08394779536249082,0.15372517456988796,0.0,0.0436812484510929,0.15372517456988796,0.0,0.2564349646793314,0.15372517456988796,0.0,0.4208034038875341,0.15372517456988796,0.0,0.5562370618617467,0.15372517456988796,0.0,0.6476746923475789,0.15372517456988796,0.0,0.13685980113394738,0.5,0.15372517456988796,0.0,0.1704180792588129,0.0,0.3470019623058891,0.45885956740923695 -6117,0.5,0.15372517456988796,0.0,0.5325034965653846,0.15372517456988796,0.0,0.33121883955074843,0.15372517456988796,0.0,0.7719800824890308,0.15372517456988796,0.0,0.35880171961148355,0.15372517456988796,0.0,0.4284954525303398,0.15372517456988796,0.0,0.43759997552424457,0.15372517456988796,0.0,0.4408635557642443,0.15372517456988796,0.0,0.28324709561435607,0.5,0.15372517456988796,0.0,0.3969526477894918,0.15372517456988796,0.0,0.1665994894187096,0.5,0.15372517456988796,0.0,0.11736387338695077,0.15372517456988796,0.0,0.04586318455437163,0.15372517456988796,0.0,0.23243954177409284,0.15372517456988796,0.0,0.3748495856047787,0.15372517456988796,0.0,0.45420577819514185,0.15372517456988796,0.0,0.6371898117861307,0.15372517456988796,0.0,0.17511635142001858,0.5,0.15372517456988796,0.0,0.16100418181002008,0.0,0.38367432233,0.45500635534417583 -6118,0.5,0.15372517456988796,0.0,0.46397237426329596,0.15372517456988796,0.0,0.24075497835684265,0.15372517456988796,0.0,0.7351235340016335,0.15372517456988796,0.0,0.35979789506628634,0.15372517456988796,0.0,0.34218818282189334,0.15372517456988796,0.0,0.3775454765354127,0.15372517456988796,0.0,0.3688191305524592,0.15372517456988796,0.0,0.2553011535445298,0.5,0.15372517456988796,0.0,0.4094795064096733,0.15372517456988796,0.0,0.19034837674881255,0.5,0.15372517456988796,0.0,0.1378991687479916,0.15372517456988796,0.0,0.04856596601178885,0.15372517456988796,0.0,0.19767955505833532,0.15372517456988796,0.0,0.32032025865026875,0.15372517456988796,0.0,0.36931387285945033,0.15372517456988796,0.0,0.5944480276957892,0.15372517456988796,0.0,0.17713150796505525,0.5,0.15372517456988796,0.0,0.1300129412427235,0.0,0.4316697703309904,0.42470013130211925 -6119,0.5,0.15372517456988796,0.0,0.38504585678558023,0.15372517456988796,0.0,0.1761325154405422,0.15372517456988796,0.0,0.6990249871423547,0.15372517456988796,0.0,0.3093534250459172,0.15372517456988796,0.0,0.2797077741389717,0.15372517456988796,0.0,0.288872457483214,0.15372517456988796,0.0,0.2880686187529752,0.15372517456988796,0.0,0.2085354272806303,0.5,0.15372517456988796,0.0,0.4093624759420111,0.15372517456988796,0.0,0.17278352972531427,0.5,0.15372517456988796,0.0,0.1533556408864824,0.15372517456988796,0.0,0.047233765137074564,0.15372517456988796,0.0,0.16339837853660857,0.15372517456988796,0.0,0.253940870220399,0.15372517456988796,0.0,0.3061075476622952,0.15372517456988796,0.0,0.5504731560891839,0.15372517456988796,0.0,0.17874337188844086,0.5,0.15372517456988796,0.0,0.1277389262959864,0.0,0.4821398196977015,0.3915312212311396 -6120,0.5,0.15372517456988796,0.0,0.33438061869239616,0.15372517456988796,0.0,0.1494938758782526,0.15372517456988796,0.0,0.5841930454016057,0.15372517456988796,0.0,0.2461656348469866,0.15372517456988796,0.0,0.22773488710750284,0.15372517456988796,0.0,0.21944424159117265,0.15372517456988796,0.0,0.21229622581049853,0.15372517456988796,0.0,0.17140173461838104,0.5,0.15372517456988796,0.0,0.3533260782480508,0.15372517456988796,0.0,0.20114174719895223,0.5,0.15372517456988796,0.0,0.17944493619946345,0.15372517456988796,0.0,0.039280119557709194,0.15372517456988796,0.0,0.14651768333932316,0.15372517456988796,0.0,0.20751818233587074,0.15372517456988796,0.0,0.25346033503922744,0.15372517456988796,0.0,0.4907895485690689,0.15372517456988796,0.0,0.18034257688892702,0.5,0.15372517456988796,0.0,0.10447646267888498,0.0,0.46650014839753806,0.3481801010435352 -6121,0.5,0.15372517456988796,0.0,0.29555014830345466,0.15372517456988796,0.0,0.14444203181490026,0.15372517456988796,0.0,0.41509685051874995,0.15372517456988796,0.0,0.1862222749049597,0.15372517456988796,0.0,0.18172922048594412,0.15372517456988796,0.0,0.1738360281402893,0.15372517456988796,0.0,0.14546793970500146,0.15372517456988796,0.0,0.13807441157801584,0.5,0.15372517456988796,0.0,0.2667435506152338,0.15372517456988796,0.0,0.21969741570174434,0.5,0.15372517456988796,0.0,0.15201107807578987,0.15372517456988796,0.0,0.0378096956379745,0.15372517456988796,0.0,0.13815292629614623,0.15372517456988796,0.0,0.18135986943384175,0.15372517456988796,0.0,0.2210598772076463,0.15372517456988796,0.0,0.3869644822611721,0.15372517456988796,0.0,0.15985256740049633,0.5,0.15372517456988796,0.0,0.07236027710156746,0.0,0.45121040522409595,0.2928431561926084 -6122,0.5,0.15372517456988796,0.0,0.28012184799965956,0.15372517456988796,0.0,0.15232214690310775,0.15372517456988796,0.0,0.3013939207239609,0.15372517456988796,0.0,0.13078665502968811,0.15372517456988796,0.0,0.16925956102850875,0.15372517456988796,0.0,0.14573394017255936,0.15372517456988796,0.0,0.10516359747378262,0.15372517456988796,0.0,0.10071713596560317,0.5,0.15372517456988796,0.0,0.18429623159247915,0.15372517456988796,0.0,0.19719513899154625,0.5,0.15372517456988796,0.0,0.12900153230915842,0.15372517456988796,0.0,0.0373551542826753,0.15372517456988796,0.0,0.1328921413948646,0.15372517456988796,0.0,0.1674643193590521,0.15372517456988796,0.0,0.18917538041600443,0.15372517456988796,0.0,0.2686623658539822,0.15372517456988796,0.0,0.12309456639087624,0.5,0.15372517456988796,0.0,0.05267521791574412,0.0,0.464608649993958,0.2421452568204624 -6123,0.5,0.15372517456988796,0.0,0.2783411151875157,0.15372517456988796,0.0,0.16917246319591686,0.15372517456988796,0.0,0.24365669754027625,0.15372517456988796,0.0,0.10537509938007426,0.15372517456988796,0.0,0.166870467594515,0.15372517456988796,0.0,0.13642273001033756,0.15372517456988796,0.0,0.08416863187319616,0.15372517456988796,0.0,0.0747459307205795,0.5,0.15372517456988796,0.0,0.14121165408050826,0.15372517456988796,0.0,0.16409521256882717,0.5,0.15372517456988796,0.0,0.11562454958531752,0.15372517456988796,0.0,0.03729286069442606,0.15372517456988796,0.0,0.1338373622134004,0.15372517456988796,0.0,0.16236207594206203,0.15372517456988796,0.0,0.16961299320505663,0.15372517456988796,0.0,0.1910112079051813,0.15372517456988796,0.0,0.08839000660073663,0.5,0.15372517456988796,0.0,0.04915288578715135,0.0,0.5335868053435956,0.20576863554470595 -6124,0.5,0.15372517456988796,0.0,0.28169595013974813,0.15372517456988796,0.0,0.17759870865099028,0.15372517456988796,0.0,0.21541973294835673,0.15372517456988796,0.0,0.08240022639910495,0.15372517456988796,0.0,0.1679610541028342,0.15372517456988796,0.0,0.14025381223293676,0.15372517456988796,0.0,0.08279636710829882,0.15372517456988796,0.0,0.06465632393564849,0.5,0.15372517456988796,0.0,0.12375020597407262,0.15372517456988796,0.0,0.15009322518823598,0.5,0.15372517456988796,0.0,0.10785441788538623,0.15372517456988796,0.0,0.03354670223428682,0.15372517456988796,0.0,0.14180436413375358,0.15372517456988796,0.0,0.16679526174647857,0.15372517456988796,0.0,0.15514749571429873,0.15372517456988796,0.0,0.17168166252234124,0.15372517456988796,0.0,0.0663939342079593,0.5,0.15372517456988796,0.0,0.036609772964729385,0.0,0.5901582878636996,0.184547117681885 -6125,0.5,0.15372517456988796,0.0,0.29280318322721943,0.15372517456988796,0.0,0.17256122153366196,0.15372517456988796,0.0,0.18468075602599435,0.15372517456988796,0.0,0.06612600189523693,0.15372517456988796,0.0,0.16150187354291806,0.15372517456988796,0.0,0.13513300119939273,0.15372517456988796,0.0,0.08022295669225692,0.15372517456988796,0.0,0.06283974041823508,0.5,0.15372517456988796,0.0,0.11069602397547301,0.15372517456988796,0.0,0.1531914855486176,0.5,0.15372517456988796,0.0,0.0918019111350778,0.15372517456988796,0.0,0.034510733083043005,0.15372517456988796,0.0,0.1441960794665526,0.15372517456988796,0.0,0.17316595047415922,0.15372517456988796,0.0,0.14438664631126713,0.15372517456988796,0.0,0.15915123602290918,0.15372517456988796,0.0,0.056066276141160734,0.5,0.15372517456988796,0.0,0.020985929708149588,0.0,0.6090411479151197,0.1772965323046888 -6126,0.5,0.15372517456988796,0.0,0.2751744538466422,0.15372517456988796,0.0,0.1592837702719531,0.15372517456988796,0.0,0.16400632324160277,0.15372517456988796,0.0,0.06033826354334919,0.15372517456988796,0.0,0.1526448953765196,0.15372517456988796,0.0,0.12265703927398346,0.15372517456988796,0.0,0.07744806622277194,0.15372517456988796,0.0,0.05983824397455326,0.5,0.15372517456988796,0.0,0.11230719449367571,0.15372517456988796,0.0,0.12387087531015722,0.5,0.15372517456988796,0.0,0.07127216787513897,0.15372517456988796,0.0,0.028005209704252503,0.15372517456988796,0.0,0.14881618454627865,0.15372517456988796,0.0,0.17285726599577997,0.15372517456988796,0.0,0.12861168701815076,0.15372517456988796,0.0,0.15245316929617006,0.15372517456988796,0.0,0.047508964785912045,0.5,0.15372517456988796,0.0,0.013435972724870248,0.0,0.6071669206726398,0.18217792080917972 -6127,0.5,0.15372517456988796,0.022284407925860113,0.25625563830345605,0.15372517456988796,0.022635265911621818,0.1219187328174572,0.15372517456988796,0.008772812121134932,0.20015927497627317,0.15372517456988796,0.0034027936697922576,0.06287620229160548,0.15372517456988796,0.008609502041124024,0.1235177777327037,0.15372517456988796,0.005523686725486755,0.10682239969311094,0.15372517456988796,0.009053575907021173,0.06648694499818879,0.15372517456988796,0.006156250894590298,0.05086994748413838,0.5,0.15372517456988796,0.006381996837218243,0.11462892603571587,0.15372517456988796,0.0006091424943539978,0.09389642427791522,0.5,0.15372517456988796,0.0011208668179585168,0.06767641838282536,0.15372517456988796,0.0005274814397431812,0.021998454218887045,0.15372517456988796,0.02033646388993271,0.13703179330492382,0.15372517456988796,0.011496485498524993,0.156503109407635,0.15372517456988796,0.01328168246530452,0.1347226829036605,0.15372517456988796,0.012138687474523128,0.14603330826207178,0.15372517456988796,0.0013872238650742968,0.045007417408551555,0.5,0.15372517456988796,0.003028613649132365,0.005661732021692141,0.0,0.6000696667704275,0.1983823099963894 -6128,0.5,0.15372517456988796,0.09375486753477622,0.3155621521117246,0.15372517456988796,0.14570759079931972,0.1251445908580046,0.15372517456988796,0.03612055482907178,0.26123886384183853,0.15372517456988796,0.008329654791605483,0.05483266847161577,0.15372517456988796,0.12677310430204972,0.12001225235413848,0.15372517456988796,0.11569232319023051,0.113936218981038,0.15372517456988796,0.12102736955517743,0.09344990305224704,0.15372517456988796,0.11797185482545497,0.054462378420119466,0.5,0.15372517456988796,0.11087038377919435,0.14420259675482314,0.15372517456988796,0.005928377220473425,0.07525957673408304,0.5,0.15372517456988796,0.009939551928727478,0.06284369664056355,0.15372517456988796,0.005317185602662697,0.020609581912571756,0.15372517456988796,0.14508444153720085,0.14590400010324456,0.15372517456988796,0.130330728299948,0.14639669289667664,0.15372517456988796,0.08943561967534387,0.1823617986109628,0.15372517456988796,0.09441676046198004,0.22629701913248465,0.15372517456988796,0.010039403188845886,0.043701731833893115,0.5,0.15372517456988796,0.02145038205151613,0.003680979008751284,0.0,0.6145917728966875,0.22698792144926597 -6129,0.5,0.15372517456988796,0.2002321283469745,0.37411254222403434,0.15372517456988796,0.29269438445441537,0.22289835673249211,0.15372517456988796,0.07692994032823314,0.27852410815710144,0.15372517456988796,0.02027562912988034,0.0767883951137572,0.15372517456988796,0.27467238504422253,0.2331965399021402,0.15372517456988796,0.2637709225370045,0.229352938939133,0.15372517456988796,0.25547032997150243,0.2118783730949446,0.15372517456988796,0.26445511000549593,0.10955605437738763,0.5,0.15372517456988796,0.23626539694678358,0.296812910246441,0.15372517456988796,0.012938208708261383,0.051551452808223916,0.5,0.15372517456988796,0.014689834220998269,0.06439591411469661,0.15372517456988796,0.01112718505443243,0.0199305438430762,0.15372517456988796,0.2916313668235166,0.2390264564946697,0.15372517456988796,0.27871038536515846,0.2772126517808945,0.15372517456988796,0.18804617869608592,0.24791047182436127,0.15372517456988796,0.188206441472811,0.3890681578788857,0.15372517456988796,0.017106346259175093,0.04151967576440049,0.5,0.15372517456988796,0.05720529944163677,0.008614912931373632,0.0,0.6140620291646376,0.280304138199494 -6130,0.5,0.15372517456988796,0.31038830218158847,0.45315511908086814,0.15372517456988796,0.4335115189048053,0.3399771821407449,0.15372517456988796,0.11567214524697864,0.28112830208883366,0.15372517456988796,0.0695160496206686,0.09913011488334582,0.15372517456988796,0.4187690496241012,0.36558911964183544,0.15372517456988796,0.40975966973472555,0.3148996699906489,0.15372517456988796,0.3987946081931218,0.33593183348987965,0.15372517456988796,0.4095823155708016,0.18369667305011056,0.5,0.15372517456988796,0.36061882410276896,0.4043739031065048,0.15372517456988796,0.026189677436058253,0.07357701447525224,0.5,0.15372517456988796,0.01621663920440023,0.07111814020343575,0.15372517456988796,0.012877111209887335,0.019378207900824614,0.15372517456988796,0.4323242215341103,0.3483454336603482,0.15372517456988796,0.42127809346498624,0.38357169259790813,0.15372517456988796,0.33158421438644436,0.3193280786093653,0.15372517456988796,0.31509270672930567,0.4743817746604842,0.15372517456988796,0.03959332881041093,0.05602248002968846,0.5,0.15372517456988796,0.08875087608305934,0.00768495616784446,0.0,0.598887773463046,0.3330037738831812 -6131,0.5,0.15372517456988796,0.3925018959456891,0.5346993047879894,0.15372517456988796,0.5545048419480001,0.4666149937044301,0.15372517456988796,0.1813588162654668,0.2850481312320982,0.15372517456988796,0.16364896897078615,0.12207580099071093,0.15372517456988796,0.5472371620280921,0.45771274143598967,0.15372517456988796,0.5408398027457584,0.4198157017251565,0.15372517456988796,0.5503763431266092,0.4184514498822949,0.15372517456988796,0.5388507222568187,0.26189270771538053,0.5,0.15372517456988796,0.4778473693815467,0.45996861929343474,0.15372517456988796,0.04402504429093619,0.0812916430229801,0.5,0.15372517456988796,0.027773190367477066,0.08185159255317521,0.15372517456988796,0.023229963345731037,0.024120407290779106,0.15372517456988796,0.5565695661898296,0.41997271377170714,0.15372517456988796,0.5481918707280975,0.441405596311611,0.15372517456988796,0.4953943945507925,0.3971522359599909,0.15372517456988796,0.4792572829831311,0.5098891020290134,0.15372517456988796,0.08388043422117375,0.08505069823288872,0.5,0.15372517456988796,0.10491120055079611,0.004354906973326,0.0,0.6005011049241054,0.34237065181412685 -6132,0.5,0.15372517456988796,0.4531898576594816,0.6408275867087114,0.15372517456988796,0.6235384671165856,0.5575706616292002,0.15372517456988796,0.22511889715374345,0.2974513040073053,0.15372517456988796,0.2063169316136219,0.13973003464714767,0.15372517456988796,0.6250399959648918,0.5484389726993367,0.15372517456988796,0.6225725120991452,0.4748175964539214,0.15372517456988796,0.6266620717461854,0.4999214792561618,0.15372517456988796,0.6216631943790485,0.3560713501945708,0.5,0.15372517456988796,0.5725386586734854,0.49107127345738216,0.15372517456988796,0.04396177023082563,0.06116662773376799,0.5,0.15372517456988796,0.044626586843669505,0.1003187632437966,0.15372517456988796,0.038672186563652025,0.022908949835637293,0.15372517456988796,0.6286723565460091,0.47701221844201513,0.15372517456988796,0.6243188308830931,0.47415224171661163,0.15372517456988796,0.6243865885316109,0.5097793191688182,0.15372517456988796,0.5987648823671432,0.5670621016959192,0.15372517456988796,0.08730495777653023,0.09270620441619473,0.5,0.15372517456988796,0.117492163017441,0.005206514628335833,0.0,0.6384239802301287,0.32302079153350416 -6133,0.5,0.15372517456988796,0.4534395510153318,0.725265345134899,0.15372517456988796,0.6467379468152563,0.6454829399807186,0.15372517456988796,0.20273318121056108,0.2963352757188778,0.15372517456988796,0.2229378758745133,0.16756591673027876,0.15372517456988796,0.6505353412623528,0.5914802870937996,0.15372517456988796,0.6547055928110301,0.5557393028584388,0.15372517456988796,0.6544740815410791,0.5627834356927273,0.15372517456988796,0.6553600418346109,0.4430000305873067,0.5,0.15372517456988796,0.6235448441233903,0.51684979237839,0.15372517456988796,0.04405335175000094,0.04724648760235949,0.5,0.15372517456988796,0.07784078288656704,0.07845516563478146,0.15372517456988796,0.034531707073610834,0.014914724678619345,0.15372517456988796,0.653337491813743,0.5249849193305419,0.15372517456988796,0.6506589164290856,0.4984923981058443,0.15372517456988796,0.6478709001996033,0.5994518161820283,0.15372517456988796,0.6225483990852765,0.6204335109068897,0.15372517456988796,0.08233156492411234,0.08540691922275213,0.5,0.15372517456988796,0.13969819402643355,0.011792911833049705,0.0,0.6830783490991984,0.29006930444218254 -6134,0.5,0.15372517456988796,0.43387483731957044,0.7546008972202966,0.15372517456988796,0.6306829277384656,0.7413912337856869,0.15372517456988796,0.13848376209717,0.25431606858503863,0.15372517456988796,0.2312598236593893,0.1955167022668159,0.15372517456988796,0.6438341335292943,0.6116452547759457,0.15372517456988796,0.6473352519292978,0.5777868593353113,0.15372517456988796,0.6428944629062652,0.5958900385591523,0.15372517456988796,0.6478345219641405,0.497787350100086,0.5,0.15372517456988796,0.623407157024682,0.5161010275432857,0.15372517456988796,0.048939769095960366,0.04282785719563201,0.5,0.15372517456988796,0.08861131310271428,0.05613829599079333,0.15372517456988796,0.032972350988069,0.010852529934370195,0.15372517456988796,0.6382291725510093,0.5868603333147887,0.15372517456988796,0.6412029677842804,0.5439945491381306,0.15372517456988796,0.630905208639251,0.66728825256467,0.15372517456988796,0.5949985529321961,0.6464274320390955,0.15372517456988796,0.08450433019402101,0.07592346239295954,0.5,0.15372517456988796,0.1329649347365625,0.0196842418017906,0.0,0.7149534503805635,0.24844195564152116 -6135,0.5,0.15372517456988796,0.3633044243988223,0.7638320692883273,0.15372517456988796,0.5589035160133282,0.8082473940697209,0.15372517456988796,0.11057011991318276,0.20109897751104933,0.15372517456988796,0.19366905411620655,0.19620629756779392,0.15372517456988796,0.5798750624725634,0.6187580167838698,0.15372517456988796,0.5876993698699251,0.5623646660360966,0.15372517456988796,0.5778191085681601,0.6018721484721337,0.15372517456988796,0.5868730577108479,0.520324403455909,0.5,0.15372517456988796,0.5581609882354241,0.5192848334563076,0.15372517456988796,0.046896316813638775,0.03851788482865903,0.5,0.15372517456988796,0.07797879998009326,0.02733355775605536,0.15372517456988796,0.02470917237423756,0.011001544738275401,0.15372517456988796,0.566592356291156,0.6277320139729732,0.15372517456988796,0.5756189405360456,0.5904910788431486,0.15372517456988796,0.5584517875570776,0.6996167196802936,0.15372517456988796,0.4978007545531695,0.6489526791759208,0.15372517456988796,0.07234263307781136,0.07162202883716635,0.5,0.15372517456988796,0.09839615657873865,0.024788716087277524,0.0,0.732908058453025,0.22643935630888018 -6136,0.5,0.15372517456988796,0.26167056772141306,0.734017991962223,0.15372517456988796,0.4376240381910888,0.8344949110382253,0.15372517456988796,0.055725479628283225,0.13308190234971187,0.15372517456988796,0.15833372622104186,0.17651118115581818,0.15372517456988796,0.4621303534344093,0.6076697638123989,0.15372517456988796,0.4727873325790419,0.5335972494628537,0.15372517456988796,0.459267079949108,0.5811607319961088,0.15372517456988796,0.4708935376840556,0.5193682019883654,0.5,0.15372517456988796,0.42669751822501034,0.5055534015589509,0.15372517456988796,0.034032231558650886,0.03155550206715136,0.5,0.15372517456988796,0.032926690795261726,0.009904811356104541,0.15372517456988796,0.02299277045363253,0.011395791044530371,0.15372517456988796,0.44500780633506387,0.636626643715552,0.15372517456988796,0.4571214129054731,0.618370512028711,0.15372517456988796,0.43391075472102547,0.6908294940777467,0.15372517456988796,0.3788177660358206,0.6187402774028418,0.15372517456988796,0.05019697336775925,0.0839977182996502,0.5,0.15372517456988796,0.07008486539187561,0.02120414441758109,0.0,0.771176275657993,0.24527318584741414 -6137,0.5,0.15372517456988796,0.15798057057157927,0.6769317319532482,0.15372517456988796,0.3060996283177695,0.7983691663941345,0.15372517456988796,0.020034273496605994,0.07696662215328369,0.15372517456988796,0.07545879940480069,0.12281438759739355,0.15372517456988796,0.32907585719914684,0.5454650837608447,0.15372517456988796,0.3373893902942091,0.4342671683733319,0.15372517456988796,0.32381478124660495,0.42803684953604865,0.15372517456988796,0.33268820745699673,0.40350466915655386,0.5,0.15372517456988796,0.2694806243823385,0.40891335758296443,0.15372517456988796,0.019059729100169277,0.01813542425295938,0.5,0.15372517456988796,0.008183968739530055,0.008121955836393933,0.15372517456988796,0.014133233553041333,0.010032693253501836,0.15372517456988796,0.3145243135629837,0.5843880239878302,0.15372517456988796,0.32557640389518505,0.5794884133942964,0.15372517456988796,0.2934025694840432,0.6025304538879003,0.15372517456988796,0.23679250622071624,0.43860360936250997,0.15372517456988796,0.0296874347393317,0.0883660326509811,0.5,0.15372517456988796,0.03245766079350174,0.016300862024135124,0.0,0.8038396470825625,0.29103819321499164 -6138,0.5,0.15372517456988796,0.027562409369572508,0.5818016265476951,0.15372517456988796,0.059692951321498745,0.5969537191458943,0.15372517456988796,0.004658550467463636,0.047936456330095925,0.15372517456988796,0.01120052785394204,0.0670887699299263,0.15372517456988796,0.07627456991808504,0.34203923058803143,0.15372517456988796,0.0844939332989551,0.2203956350389926,0.15372517456988796,0.06905167892323008,0.19409671198985481,0.15372517456988796,0.08170058635181537,0.18954978456605961,0.5,0.15372517456988796,0.06685544126678807,0.234125588750569,0.15372517456988796,0.006390576871813133,0.0139368430295176,0.5,0.15372517456988796,0.0013088848547146952,0.009142704273725115,0.15372517456988796,0.004115090716403175,0.008032217960917666,0.15372517456988796,0.07194921414705699,0.40364365931855095,0.15372517456988796,0.07700176034621672,0.3987766645549551,0.15372517456988796,0.0574685091338137,0.4029486510814444,0.15372517456988796,0.046402020126585584,0.2019203837456701,0.15372517456988796,0.009017752360224137,0.07277309626589794,0.5,0.15372517456988796,0.00625827806638129,0.01800282034445153,0.0,0.8261744808395152,0.33531682711047217 -6139,0.5,0.15372517456988796,0.0,0.504543663746302,0.15372517456988796,0.0,0.3948464890444815,0.15372517456988796,0.0,0.05223294950199303,0.15372517456988796,0.0,0.057977452235471974,0.15372517456988796,0.0,0.2622971209524379,0.15372517456988796,0.0,0.18974803103697863,0.15372517456988796,0.0,0.13909260674312446,0.15372517456988796,0.0,0.11221531585560005,0.5,0.15372517456988796,0.0,0.15359619939524272,0.15372517456988796,0.0,0.013687087926847013,0.5,0.15372517456988796,0.0,0.006630943348287997,0.15372517456988796,2.642125547675463e-07,0.007178685617923074,0.15372517456988796,0.0,0.30876170937554676,0.15372517456988796,0.0,0.3025487451982579,0.15372517456988796,0.0,0.292366468501817,0.15372517456988796,0.0,0.13016001951781955,0.15372517456988796,0.0,0.06042552536070875,0.5,0.15372517456988796,0.0,0.0251830192050743,0.0,0.8585306427649865,0.38730086661897095 -6140,0.5,0.15372517456988796,0.0,0.503365658348598,0.15372517456988796,0.0,0.3454018785803016,0.15372517456988796,0.0,0.06347875386123997,0.15372517456988796,0.0,0.06173517285930397,0.15372517456988796,0.0,0.23485143631342548,0.15372517456988796,0.0,0.1928079129152441,0.15372517456988796,0.0,0.1269753677101734,0.15372517456988796,0.0,0.08174941840221421,0.5,0.15372517456988796,0.0,0.11570861485169749,0.15372517456988796,0.0,0.016311645247208198,0.5,0.15372517456988796,0.0,0.005770200220654686,0.15372517456988796,0.0,0.005040394422856544,0.15372517456988796,0.0,0.30425616899414537,0.15372517456988796,0.0,0.2937682004494055,0.15372517456988796,0.0,0.26592263847353936,0.15372517456988796,0.0,0.12467237484275588,0.15372517456988796,0.0,0.0702591752420487,0.5,0.15372517456988796,0.0,0.0406589002484715,0.0,0.8825976868325878,0.4484986326969236 -6141,0.5,0.15372517456988796,0.0,0.49960661480048285,0.15372517456988796,0.0,0.3249150309730709,0.15372517456988796,0.0,0.08974527207656445,0.15372517456988796,0.0,0.048571020202781916,0.15372517456988796,0.0,0.21344901156114043,0.15372517456988796,0.0,0.17942370758582687,0.15372517456988796,0.0,0.12268650475681397,0.15372517456988796,0.0,0.06844959340443624,0.5,0.15372517456988796,0.0,0.09200162081900409,0.15372517456988796,0.0,0.017059129599758808,0.5,0.15372517456988796,0.0,0.005995175542868018,0.15372517456988796,0.0,0.004894904706211609,0.15372517456988796,0.0,0.30162652906179155,0.15372517456988796,0.0,0.31811679202542764,0.15372517456988796,0.0,0.2568376019774834,0.15372517456988796,0.0,0.14649971773689432,0.15372517456988796,0.0,0.07193283200727026,0.5,0.15372517456988796,0.0,0.06235485034521497,0.0,0.8901881422923724,0.4846262117120894 -6142,0.5,0.15372517456988796,0.0,0.49094825364769246,0.15372517456988796,0.0,0.3150919769950294,0.15372517456988796,0.0,0.12234061935182655,0.15372517456988796,0.0,0.043656821532251186,0.15372517456988796,0.0,0.20209968675282436,0.15372517456988796,0.0,0.14637727175587373,0.15372517456988796,0.0,0.10709678019173104,0.15372517456988796,0.0,0.05896864608516014,0.5,0.15372517456988796,0.0,0.07311924962571634,0.15372517456988796,0.0,0.021395089207733108,0.5,0.15372517456988796,0.0,0.007082905538414606,0.15372517456988796,0.0,0.00702252253337106,0.15372517456988796,0.0,0.2799927449064951,0.15372517456988796,0.0,0.3376813739709438,0.15372517456988796,0.0,0.2563034406855406,0.15372517456988796,0.0,0.1590872512450192,0.15372517456988796,0.0,0.07397554506903412,0.5,0.15372517456988796,0.0,0.10370777073622606,0.0,0.8989150052367367,0.49684554760143146 -6143,0.5,0.15372517456988796,0.0,0.4861857337426002,0.15372517456988796,0.0,0.32618587125561416,0.15372517456988796,0.0,0.1655453912201753,0.15372517456988796,0.0,0.04026272569908927,0.15372517456988796,0.0,0.19567458039678678,0.15372517456988796,0.0,0.11992607326700908,0.15372517456988796,0.0,0.07944160912954094,0.15372517456988796,0.0,0.04891204943603718,0.5,0.15372517456988796,0.0,0.061989477005850654,0.15372517456988796,0.0,0.032912663774403716,0.5,0.15372517456988796,0.0,0.0116683838902093,0.15372517456988796,0.0,0.010524446387530972,0.15372517456988796,0.0,0.27365378267972845,0.15372517456988796,0.0,0.3360648191950254,0.15372517456988796,0.0,0.249826407097554,0.15372517456988796,0.0,0.14220364050290146,0.15372517456988796,0.0,0.08316904124977366,0.5,0.15372517456988796,0.0,0.14993278803188803,0.0,0.9023409411904453,0.6232550252019204 -6144,0.5,0.15372517456988796,0.0,0.464786007587209,0.15372517456988796,0.0,0.3418084178049126,0.15372517456988796,0.0,0.1793421309439634,0.15372517456988796,0.0,0.03988756175929895,0.15372517456988796,0.0,0.18595305014574687,0.15372517456988796,0.0,0.10168890151535787,0.15372517456988796,0.0,0.05772359766018346,0.15372517456988796,0.0,0.037685460065874365,0.5,0.15372517456988796,0.0,0.05327299639452394,0.15372517456988796,0.0,0.0521361741931969,0.5,0.15372517456988796,0.0,0.017052506227951698,0.15372517456988796,0.0,0.02023057791328426,0.15372517456988796,0.0,0.2911304602661283,0.15372517456988796,0.0,0.31810473632311115,0.15372517456988796,0.0,0.23378087554480226,0.15372517456988796,0.0,0.12174405869548087,0.15372517456988796,0.0,0.08130589449482159,0.5,0.15372517456988796,0.0,0.1524582386447673,0.0,0.9005586041611153,0.6725587708616519 -6145,0.5,0.15372517456988796,0.0,0.4339666199316633,0.15372517456988796,0.0,0.3408189936054889,0.15372517456988796,0.0,0.17632658912847968,0.15372517456988796,0.0,0.039539889115519235,0.15372517456988796,0.0,0.16350584469749038,0.15372517456988796,0.0,0.08837916829008852,0.15372517456988796,0.0,0.04870824861615729,0.15372517456988796,0.0,0.02743303389719136,0.5,0.15372517456988796,0.0,0.04887301110955337,0.15372517456988796,0.0,0.06844168719724054,0.5,0.15372517456988796,0.0,0.01730899192254387,0.15372517456988796,0.0,0.03417883265824445,0.15372517456988796,0.0,0.31537191125370867,0.15372517456988796,0.0,0.2986967544958163,0.15372517456988796,0.0,0.2262583804237678,0.15372517456988796,0.0,0.11587195593034764,0.15372517456988796,0.0,0.06859224047923236,0.5,0.15372517456988796,0.0,0.1315328213120838,0.0,0.9109494191174573,0.5652092449795904 -6146,0.5,0.15372517456988796,0.0,0.4106435115155417,0.15372517456988796,0.0,0.3447507566521663,0.15372517456988796,0.0,0.16630356399171484,0.15372517456988796,0.0,0.04051318124476518,0.15372517456988796,0.0,0.1464215392032126,0.15372517456988796,0.0,0.08074517917280541,0.15372517456988796,0.0,0.04259094055063417,0.15372517456988796,0.0,0.02188936536943337,0.5,0.15372517456988796,0.0,0.043527510314002385,0.15372517456988796,0.0,0.06919407928306107,0.5,0.15372517456988796,0.0,0.019727981274456016,0.15372517456988796,0.0,0.04559913573985199,0.15372517456988796,0.0,0.31905566568008425,0.15372517456988796,0.0,0.28399314089378064,0.15372517456988796,0.0,0.22041375311381833,0.15372517456988796,0.0,0.10789330493843292,0.15372517456988796,0.0,0.058868410125994114,0.5,0.15372517456988796,0.0,0.1046088533061004,0.0,0.9050850146970119,0.5104704990623654 -6147,0.5,0.15372517456988796,0.0,0.38444535695163307,0.15372517456988796,0.0,0.3299747937896241,0.15372517456988796,0.0,0.1434260527107411,0.15372517456988796,0.0,0.047037917193615435,0.15372517456988796,0.0,0.142492414475608,0.15372517456988796,0.0,0.07389165243796256,0.15372517456988796,0.0,0.043400913682499785,0.15372517456988796,0.0,0.01885157366332556,0.5,0.15372517456988796,0.0,0.04032959502138436,0.15372517456988796,0.0,0.0593890971781943,0.5,0.15372517456988796,0.0,0.020816367901456242,0.15372517456988796,0.0,0.04187571718746443,0.15372517456988796,0.0,0.3085406617701404,0.15372517456988796,0.0,0.27232520848651176,0.15372517456988796,0.0,0.20915099376502344,0.15372517456988796,0.0,0.09712882155787728,0.15372517456988796,0.0,0.054784402930021556,0.5,0.15372517456988796,0.0,0.07523509750120738,0.0,0.893599839346608,0.5146479035620958 -6148,0.5,0.15372517456988796,0.0,0.3521122814041221,0.15372517456988796,0.0,0.2970301234829376,0.15372517456988796,0.0,0.12067255996039108,0.15372517456988796,0.0,0.04473933230181919,0.15372517456988796,0.0,0.14670369479426948,0.15372517456988796,0.0,0.0682049192991096,0.15372517456988796,0.0,0.05381063115896846,0.15372517456988796,0.0,0.016618307550665,0.5,0.15372517456988796,0.0,0.03961493053566171,0.15372517456988796,0.0,0.04922169288305227,0.5,0.15372517456988796,0.0,0.021864227592119857,0.15372517456988796,0.0,0.030494459373040416,0.15372517456988796,0.0,0.30874269769552254,0.15372517456988796,0.0,0.26580901866134266,0.15372517456988796,0.0,0.19492723245163615,0.15372517456988796,0.0,0.09560882064469316,0.15372517456988796,0.0,0.04215816287229422,0.5,0.15372517456988796,0.0,0.047024069955445676,0.0,0.8966163289669234,0.545575871625353 -6149,0.5,0.15372517456988796,0.0,0.3272002549130571,0.15372517456988796,0.0,0.2707964940924777,0.15372517456988796,0.0,0.08739866220432904,0.15372517456988796,0.0,0.037173152693751606,0.15372517456988796,0.0,0.14955378463282723,0.15372517456988796,0.0,0.07152566675337638,0.15372517456988796,0.0,0.049349789713223964,0.15372517456988796,0.0,0.01611594390395625,0.5,0.15372517456988796,0.0,0.04276591953017339,0.15372517456988796,0.0,0.03720023739366694,0.5,0.15372517456988796,0.0,0.021927033551295157,0.15372517456988796,0.0,0.02524835433974688,0.15372517456988796,0.0,0.3185455900073825,0.15372517456988796,0.0,0.2691562986802389,0.15372517456988796,0.0,0.17863161614772002,0.15372517456988796,0.0,0.07962414807153931,0.15372517456988796,0.0,0.0341195738016989,0.5,0.15372517456988796,0.0,0.030789007156049368,0.0,0.8979737224757793,0.5909156511054052 -6150,0.5,0.15372517456988796,0.0,0.3049698333024379,0.15372517456988796,0.0,0.2575444051853496,0.15372517456988796,0.0,0.060117657728814985,0.15372517456988796,0.0,0.04228568615183497,0.15372517456988796,0.0,0.14303509193653624,0.15372517456988796,0.0,0.06706956983459915,0.15372517456988796,0.0,0.048672999500183244,0.15372517456988796,0.0,0.01606923518182703,0.5,0.15372517456988796,0.0,0.0436574208271105,0.15372517456988796,0.0,0.02440212605404264,0.5,0.15372517456988796,0.0,0.023699628378554462,0.15372517456988796,0.0,0.020569031121847804,0.15372517456988796,0.0,0.3287180687987942,0.15372517456988796,0.0,0.27969132030406885,0.15372517456988796,0.0,0.16348003707626335,0.15372517456988796,0.0,0.06373104639074485,0.15372517456988796,0.0,0.029445806830848107,0.5,0.15372517456988796,0.0,0.020023831818108098,0.0,0.8954620208042007,0.6451606245403007 -6151,0.5,0.15372517456988796,0.008581275232598924,0.2900191047837233,0.15372517456988796,0.011136393491146064,0.2732367620694181,0.15372517456988796,0.0011966704182553762,0.053789879448303005,0.15372517456988796,0.005504449901841897,0.05805998912208929,0.15372517456988796,0.004912205963102573,0.13863701992646948,0.15372517456988796,0.003872695420553284,0.060227603744796965,0.15372517456988796,0.0018227227206090509,0.057145091395532366,0.15372517456988796,0.0043708891848932875,0.013948135104315203,0.5,0.15372517456988796,0.003334747350734877,0.04047034426533975,0.15372517456988796,0.0002851680463727767,0.01621968893792524,0.5,0.15372517456988796,0.002593332027212434,0.021692580575088348,0.15372517456988796,0.0015551411012735405,0.013454741375028013,0.15372517456988796,0.014594313648900374,0.3435994866262333,0.15372517456988796,0.007444029924989841,0.2884283114524695,0.15372517456988796,0.0034619601528297255,0.15540697062657116,0.15372517456988796,0.002492009574671514,0.058873548425770965,0.15372517456988796,0.003863574026023922,0.02168400147837335,0.5,0.15372517456988796,0.0028736447710727584,0.010769106791749212,0.0,0.9168817075179958,0.6932993307697439 -6152,0.5,0.15372517456988796,0.044162392799166617,0.3068708097964945,0.15372517456988796,0.07869325971832943,0.3225951786311586,0.15372517456988796,0.009701767020549534,0.05775771463032056,0.15372517456988796,0.03309172490710013,0.06100045200467315,0.15372517456988796,0.0779592045608762,0.17417222561094844,0.15372517456988796,0.0741933010352446,0.0893870747297584,0.15372517456988796,0.021327046950012543,0.06060147175714314,0.15372517456988796,0.0837087496766844,0.0145238004588686,0.5,0.15372517456988796,0.0688240392717244,0.04272174468275811,0.15372517456988796,0.005012227696562729,0.007810403118561902,0.5,0.15372517456988796,0.031419595269827474,0.017004698935472875,0.15372517456988796,0.023812564871156867,0.008459206726874956,0.15372517456988796,0.11679708570541042,0.44628604897135715,0.15372517456988796,0.09920743694697881,0.3330400036854444,0.15372517456988796,0.033131863003800235,0.160703665615058,0.15372517456988796,0.02436847249498212,0.06783151708392984,0.15372517456988796,0.03893911346172978,0.019162047526921383,0.5,0.15372517456988796,0.026152069067063168,0.006846189973712706,0.0,0.9355742642641464,0.7282440781507107 -6153,0.5,0.15372517456988796,0.09244223376474267,0.3343209028310585,0.15372517456988796,0.17193760682204828,0.4541680829171629,0.15372517456988796,0.0394536919458151,0.07310991644574114,0.15372517456988796,0.0685068059718137,0.05991207666502892,0.15372517456988796,0.17741638046140196,0.25092044107492245,0.15372517456988796,0.14449120950050862,0.13880877501207284,0.15372517456988796,0.04736117083077324,0.05289545168664223,0.15372517456988796,0.1509349285329858,0.031028271113893377,0.5,0.15372517456988796,0.156840254025744,0.06011099757346091,0.15372517456988796,0.019132383349130228,0.00492897501175084,0.5,0.15372517456988796,0.060349918130195836,0.02114501539663061,0.15372517456988796,0.05391747947785626,0.007939137865501591,0.15372517456988796,0.2216773089650116,0.6161042875786006,0.15372517456988796,0.18484613712584028,0.4614662284933496,0.15372517456988796,0.07539425084685869,0.1675575925680515,0.15372517456988796,0.04654627125808628,0.06955225927170597,0.15372517456988796,0.08830801858105532,0.02710699808193687,0.5,0.15372517456988796,0.08382507366660644,0.0034122724697993488,0.0,0.9210975265496499,0.7852148759373863 -6154,0.5,0.15372517456988796,0.13197367514508546,0.34381380984741616,0.15372517456988796,0.2109981414581264,0.4736772382047454,0.15372517456988796,0.12451057014088666,0.08669593573400948,0.15372517456988796,0.08175688764811331,0.052993771643762684,0.15372517456988796,0.24845031545584095,0.3648655991605564,0.15372517456988796,0.22281835752463713,0.17491022144435375,0.15372517456988796,0.07360353139762102,0.05233439700787999,0.15372517456988796,0.2137465122099973,0.04051712817264769,0.5,0.15372517456988796,0.23679094505089243,0.07438308000231947,0.15372517456988796,0.043458220038044476,0.004876450714303033,0.5,0.15372517456988796,0.0894292575082286,0.02998619006550128,0.15372517456988796,0.08117523493754446,0.01466705840762175,0.15372517456988796,0.31833987684722725,0.7091425166127115,0.15372517456988796,0.25491567156205797,0.5282239146175123,0.15372517456988796,0.14326918222700766,0.1653046224399637,0.15372517456988796,0.06517284916037593,0.07246467963238601,0.15372517456988796,0.13901753367312053,0.0466477595235909,0.5,0.15372517456988796,0.1617015529793247,0.0061919709041168575,0.0,0.8831449078306908,0.8244920104502136 -6155,0.5,0.15372517456988796,0.13632047837458017,0.3436422545108274,0.15372517456988796,0.3275750613342774,0.42160000975403705,0.15372517456988796,0.2179136917192835,0.11957084305772117,0.15372517456988796,0.17188789765664542,0.06513622379965968,0.15372517456988796,0.2567511474161836,0.33979271731138017,0.15372517456988796,0.31411019604837565,0.16887814569703002,0.15372517456988796,0.09930002707503036,0.060643383299802525,0.15372517456988796,0.27815683863235596,0.05481153593919302,0.5,0.15372517456988796,0.2902299268100998,0.09468951186141053,0.15372517456988796,0.10274490250868278,0.0028391068644849156,0.5,0.15372517456988796,0.11482105608584775,0.025981765147293244,0.15372517456988796,0.10918992496305824,0.026461410122739292,0.15372517456988796,0.3782321378129894,0.7446362574212714,0.15372517456988796,0.3470157248338559,0.5419311941100313,0.15372517456988796,0.23515626523368488,0.17842416295704325,0.15372517456988796,0.10257136321892704,0.07750969737564495,0.15372517456988796,0.16740029977789897,0.04502190947786537,0.5,0.15372517456988796,0.18821404061124108,0.005328231155011092,0.0,0.8570692611093185,0.8444745421226663 -6156,0.5,0.15372517456988796,0.11757512007075566,0.3362201122566632,0.15372517456988796,0.4044872240331152,0.5148292698295399,0.15372517456988796,0.25901101824112344,0.12636329521264889,0.15372517456988796,0.23409340456090555,0.08753485356806268,0.15372517456988796,0.23191997909344692,0.2983374087191642,0.15372517456988796,0.3654006489831221,0.1882788678697887,0.15372517456988796,0.19033006606546163,0.07924203099805485,0.15372517456988796,0.3195854097180301,0.07262058446291314,0.5,0.15372517456988796,0.3328692570033596,0.12168881937174401,0.15372517456988796,0.1067944662051398,0.002845837679521537,0.5,0.15372517456988796,0.15633365014204603,0.02588263443073455,0.15372517456988796,0.11954113204878178,0.03681997292770089,0.15372517456988796,0.36256915774006,0.7460350724073948,0.15372517456988796,0.34914038313722606,0.5377970179329918,0.15372517456988796,0.2983390614893795,0.22044746259603595,0.15372517456988796,0.14037928868610372,0.09533123571835392,0.15372517456988796,0.19330507312729972,0.05250643095972704,0.5,0.15372517456988796,0.15093645677436013,0.0022360200190673254,0.0,0.8536271013322223,0.8256585197507478 -6157,0.5,0.15372517456988796,0.15514819969112342,0.3740227194215274,0.15372517456988796,0.4029123087482138,0.6820305807505059,0.15372517456988796,0.25479882634503914,0.10730375875900502,0.15372517456988796,0.2701490612786288,0.09503791934317407,0.15372517456988796,0.1827957299984882,0.269158920858909,0.15372517456988796,0.3688514931890245,0.21950814259074763,0.15372517456988796,0.2773358033934835,0.09416700468033158,0.15372517456988796,0.30609977001868177,0.09715454830772044,0.5,0.15372517456988796,0.34959281321695945,0.14364949165854596,0.15372517456988796,0.1122098526168898,0.00316600871279811,0.5,0.15372517456988796,0.21358137506109187,0.04059258595185236,0.15372517456988796,0.1239181466906383,0.04004391166890456,0.15372517456988796,0.3361013954189105,0.760768796686573,0.15372517456988796,0.3528059881172274,0.5415496790774548,0.15372517456988796,0.29415449554789863,0.3019874020257607,0.15372517456988796,0.13308147241389207,0.09618373265831896,0.15372517456988796,0.21633470633816554,0.05073251762420322,0.5,0.15372517456988796,0.15653845187495885,0.0007434730284855886,0.0,0.8848124729210567,0.8085589800312305 -6158,0.5,0.15372517456988796,0.15910164269667856,0.40664972906161956,0.15372517456988796,0.2274930032214296,0.7554803271389121,0.15372517456988796,0.2852289669301082,0.09491222334380676,0.15372517456988796,0.25658903856384596,0.09636843203693254,0.15372517456988796,0.20490916278625843,0.2655619702922971,0.15372517456988796,0.3308978181935798,0.2415664548083819,0.15372517456988796,0.3160201277021676,0.10614724791372937,0.15372517456988796,0.28786940354574986,0.11297297156667055,0.5,0.15372517456988796,0.3416172033939501,0.15247810122517433,0.15372517456988796,0.13413658113706442,0.0017151470027574128,0.5,0.15372517456988796,0.2105660429521326,0.05057072619295447,0.15372517456988796,0.127658961705638,0.0396074709204527,0.15372517456988796,0.28467449106186876,0.7935411686396038,0.15372517456988796,0.31136629169915964,0.5563292020453383,0.15372517456988796,0.32472961020838503,0.37191937637284245,0.15372517456988796,0.10495889140397383,0.08379363473972731,0.15372517456988796,0.25611626245741503,0.04698547576744239,0.5,0.15372517456988796,0.17015939069612784,0.0006347266979220875,0.0,0.9306689620167191,0.8316298984932158 -6159,0.5,0.15372517456988796,0.13370532261971407,0.3945737600146715,0.15372517456988796,0.11235381613889708,0.7081860276495388,0.15372517456988796,0.24549843953994133,0.09685940098488827,0.15372517456988796,0.23064167393038915,0.0889746305407705,0.15372517456988796,0.24423565949559492,0.24925284568585354,0.15372517456988796,0.29065015501751745,0.24062316029920305,0.15372517456988796,0.26818042610666576,0.10645469002459398,0.15372517456988796,0.25435310705309305,0.11716555406430951,0.5,0.15372517456988796,0.27278616798588695,0.14984801806603865,0.15372517456988796,0.15500536615819402,0.002840665180288083,0.5,0.15372517456988796,0.20033827829376832,0.03998942950863873,0.15372517456988796,0.1344463143221512,0.0314474046473845,0.15372517456988796,0.19642045471707878,0.7945424528817197,0.15372517456988796,0.31327552988713764,0.5919296231169346,0.15372517456988796,0.3238927512140868,0.3947248353320138,0.15372517456988796,0.08818640336216531,0.0691678585313342,0.15372517456988796,0.27515037753001015,0.0474371825367952,0.5,0.15372517456988796,0.15804818279438987,0.0013560238962769995,0.0,0.9592299188669263,0.8567817911148221 -6160,0.5,0.15372517456988796,0.08690651427064908,0.34213173022755466,0.15372517456988796,0.09164233664584077,0.6920834600389858,0.15372517456988796,0.16938376825018467,0.10168885760793525,0.15372517456988796,0.15384601764734745,0.07059347279478492,0.15372517456988796,0.22110624252453615,0.22264825815579664,0.15372517456988796,0.20488395405210008,0.20860574091590436,0.15372517456988796,0.22775418920620116,0.10561790621685115,0.15372517456988796,0.18996376281169652,0.10314336595724513,0.5,0.15372517456988796,0.16298638468066212,0.12797161407813484,0.15372517456988796,0.15641007015285974,0.005782500372463262,0.5,0.15372517456988796,0.17078931970826244,0.02102418067778979,0.15372517456988796,0.12334224957568478,0.023780083994529175,0.15372517456988796,0.13024772760775333,0.7972851410464203,0.15372517456988796,0.28294988399224597,0.6312725934403699,0.15372517456988796,0.2518798980895263,0.3891714943711529,0.15372517456988796,0.10513483416105567,0.07391096115325567,0.15372517456988796,0.244464693529565,0.0460038485862259,0.5,0.15372517456988796,0.14128191553530725,0.0015784193096976245,0.0,0.9774885005831909,0.8631473265985224 -6161,0.5,0.15372517456988796,0.044100391605624116,0.2924624689005292,0.15372517456988796,0.06743289749052954,0.6633061815939557,0.15372517456988796,0.09961333094269731,0.09457848190196233,0.15372517456988796,0.08137505822330245,0.03682648897408445,0.15372517456988796,0.18496003075255343,0.1736836313389553,0.15372517456988796,0.11292812069604172,0.15767728220824406,0.15372517456988796,0.1452751355655187,0.069865646288345,0.15372517456988796,0.07893624988019843,0.07016592381428188,0.5,0.15372517456988796,0.09285951158027074,0.08928947895082946,0.15372517456988796,0.10427593422883726,0.007417939407636171,0.5,0.15372517456988796,0.11747232972038582,0.007661481002067949,0.15372517456988796,0.10422680529320744,0.02201093794265608,0.15372517456988796,0.06465410001197792,0.789224881853167,0.15372517456988796,0.21039471341797586,0.6427647903175175,0.15372517456988796,0.13765316289909868,0.3435321674950146,0.15372517456988796,0.11375682882736846,0.08032271194596713,0.15372517456988796,0.15916659381836087,0.03684672639774009,0.5,0.15372517456988796,0.08659232033777131,0.0014653335463644722,0.0,0.981669396178846,0.8531549788217698 -6162,0.5,0.15372517456988796,0.007586536157693445,0.27427686425057257,0.15372517456988796,0.01454443643861137,0.5566272091007786,0.15372517456988796,0.015024201091793891,0.06964334345987892,0.15372517456988796,0.014960672656823503,0.019195138128532647,0.15372517456988796,0.07392868320319435,0.11170997157521095,0.15372517456988796,0.04153652355408384,0.06287673670360366,0.15372517456988796,0.04968658215487014,0.018062968954975722,0.15372517456988796,0.018449747781789247,0.03693171828043909,0.5,0.15372517456988796,0.04126612175782578,0.051012650265358984,0.15372517456988796,0.022761413983418872,0.006767663953729776,0.5,0.15372517456988796,0.03240838238464211,0.0032181136935287816,0.15372517456988796,0.03387621549689616,0.012405722069458275,0.15372517456988796,0.014412072632195592,0.7460916566452189,0.15372517456988796,0.06510727019385736,0.5794244657348804,0.15372517456988796,0.04058646402145457,0.2849042502463416,0.15372517456988796,0.048764725774891216,0.04477772631209005,0.15372517456988796,0.034296762861887015,0.017814260275437293,0.5,0.15372517456988796,0.01714697610044405,0.0008035621290353267,0.0,0.9810818927180373,0.8341373523376918 -6163,0.5,0.15372517456988796,0.0,0.24824675818480896,0.15372517456988796,0.0,0.4391671000925517,0.15372517456988796,0.0,0.06361686983536666,0.15372517456988796,0.0,0.022102471079176046,0.15372517456988796,0.0,0.1250311507660282,0.15372517456988796,0.00017365397385320802,0.02486166620761264,0.15372517456988796,2.5440336901120998e-05,0.011893491014624995,0.15372517456988796,0.0002742198979445404,0.01691365407612055,0.5,0.15372517456988796,4.423877075366066e-06,0.029238988796265512,0.15372517456988796,0.0,0.007664469132050692,0.5,0.15372517456988796,0.0,0.0012860137867128007,0.15372517456988796,0.0,0.008336283585448018,0.15372517456988796,0.0,0.7024963899192221,0.15372517456988796,0.0,0.5058198774340847,0.15372517456988796,0.0,0.22742728732328926,0.15372517456988796,0.0,0.02902000520029196,0.15372517456988796,0.0,0.01296005687233845,0.5,0.15372517456988796,0.0,0.0006413171950215646,0.0,0.9819861728096982,0.8608476186662473 -6164,0.5,0.15372517456988796,0.0,0.25582740890136435,0.15372517456988796,0.0,0.3467298353631048,0.15372517456988796,0.0,0.05770651582457988,0.15372517456988796,0.0,0.03593106945548193,0.15372517456988796,0.0,0.14843788844678363,0.15372517456988796,0.0,0.01804973298786839,0.15372517456988796,0.0,0.014859457229557128,0.15372517456988796,0.0,0.012758862104226165,0.5,0.15372517456988796,0.0,0.02859438306198751,0.15372517456988796,0.0,0.004324853426612376,0.5,0.15372517456988796,0.0,0.0011395964632762705,0.15372517456988796,0.0,0.007924737758036668,0.15372517456988796,0.0,0.6845678570873049,0.15372517456988796,0.0,0.47488210396829633,0.15372517456988796,0.0,0.19753360784730453,0.15372517456988796,0.0,0.022664866856789003,0.15372517456988796,0.0,0.008567414973770823,0.5,0.15372517456988796,0.0,0.0007083220642273259,0.0,0.9812966545099641,0.8636739825022075 -6165,0.5,0.15372517456988796,0.0,0.27467956502142926,0.15372517456988796,0.0,0.3784554722481288,0.15372517456988796,0.0,0.05068280990908671,0.15372517456988796,0.0,0.04634432487704305,0.15372517456988796,0.0,0.1460363798501958,0.15372517456988796,0.0,0.020952258626028314,0.15372517456988796,0.0,0.021378106913485836,0.15372517456988796,0.0,0.008862143414348485,0.5,0.15372517456988796,0.0,0.021636312745932907,0.15372517456988796,0.0,0.002404644036917915,0.5,0.15372517456988796,0.0,0.0008035427005424414,0.15372517456988796,0.0,0.008040826021326176,0.15372517456988796,0.0,0.7105944753237713,0.15372517456988796,0.0,0.4495709773856772,0.15372517456988796,0.0,0.14016983993532478,0.15372517456988796,0.0,0.018691123347765046,0.15372517456988796,0.0,0.005965661833288941,0.5,0.15372517456988796,0.0,0.0010752217939285736,0.0,0.9828577462367056,0.8552498086544632 -6166,0.5,0.15372517456988796,0.0,0.2860133275067056,0.15372517456988796,0.0,0.3549493534867828,0.15372517456988796,0.0,0.03588315364597405,0.15372517456988796,0.0,0.04187978154434156,0.15372517456988796,0.0,0.11891561826782392,0.15372517456988796,0.0,0.027810083656693112,0.15372517456988796,0.0,0.023982337025675232,0.15372517456988796,0.0,0.005443762728494072,0.5,0.15372517456988796,0.0,0.01261673320692535,0.15372517456988796,0.0,0.001210048148241576,0.5,0.15372517456988796,0.0,0.0007913876660287077,0.15372517456988796,0.0,0.007174029701764933,0.15372517456988796,0.0,0.7061658257719857,0.15372517456988796,0.0,0.43061597895829296,0.15372517456988796,0.0,0.11786473712037882,0.15372517456988796,0.0,0.014180649592515743,0.15372517456988796,0.0,0.004194726502921379,0.5,0.15372517456988796,0.0,0.0030405230943521735,0.0,0.9851261389610064,0.8507707740587802 -6167,0.5,0.15372517456988796,0.0,0.28907121870684,0.15372517456988796,0.0,0.3587312464397581,0.15372517456988796,0.0,0.02364618304331268,0.15372517456988796,0.0,0.03651095181292563,0.15372517456988796,0.0,0.09261391811613515,0.15372517456988796,0.0,0.03007387128512255,0.15372517456988796,0.0,0.02282368626286924,0.15372517456988796,0.0,0.0033804215805812742,0.5,0.15372517456988796,0.0,0.006923111228336882,0.15372517456988796,0.0,0.0012807174490610945,0.5,0.15372517456988796,0.0,0.0007224357654135904,0.15372517456988796,0.0,0.006648702289016362,0.15372517456988796,0.0,0.6692113279811147,0.15372517456988796,0.0,0.41497369216781815,0.15372517456988796,0.0,0.11876635703041993,0.15372517456988796,0.0,0.01098315955088891,0.15372517456988796,0.0,0.004379765834853006,0.5,0.15372517456988796,0.0,0.008124477568559921,0.0,0.9856027032892425,0.8615152124545018 -6168,0.5,0.15372517456988796,0.0,0.27631860886285664,0.15372517456988796,0.0,0.2869000903483541,0.15372517456988796,0.0,0.018235448389228692,0.15372517456988796,0.0,0.03778231407343486,0.15372517456988796,0.0,0.08105312962348138,0.15372517456988796,0.0,0.029824540999289953,0.15372517456988796,0.0,0.021238991008482862,0.15372517456988796,0.0,0.002232351800363384,0.5,0.15372517456988796,0.0,0.004862257204444648,0.15372517456988796,0.0,0.0018699634460232115,0.5,0.15372517456988796,0.0,0.0006720635250934647,0.15372517456988796,0.0,0.0061968478047848595,0.15372517456988796,0.0,0.6595518305799166,0.15372517456988796,0.0,0.4145174324526675,0.15372517456988796,0.0,0.12353783673227384,0.15372517456988796,0.0,0.006426122482635535,0.15372517456988796,0.0,0.005029071483679505,0.5,0.15372517456988796,0.0,0.008804111866712476,0.0,0.9766459675862527,0.9134413752876805 -6169,0.5,0.15372517456988796,0.0,0.25583611258185407,0.15372517456988796,0.0,0.3382288095210978,0.15372517456988796,0.0,0.016278692653089243,0.15372517456988796,0.0,0.04346494024681759,0.15372517456988796,0.0,0.08378807382613566,0.15372517456988796,0.0,0.03188365135192793,0.15372517456988796,0.0,0.01895079821940702,0.15372517456988796,0.0,0.001864824680735092,0.5,0.15372517456988796,0.0,0.002354725576201505,0.15372517456988796,0.0,0.0022051761559060508,0.5,0.15372517456988796,0.0,0.0003029838987170391,0.15372517456988796,0.0,0.005554941356376535,0.15372517456988796,0.0,0.6292416586981967,0.15372517456988796,0.0,0.4128139514152548,0.15372517456988796,0.0,0.1195300347460378,0.15372517456988796,0.0,0.0043402185520380575,0.15372517456988796,0.0,0.005079996218470703,0.5,0.15372517456988796,0.0,0.006156542225213702,0.0,0.9675285193370942,0.946770228663729 -6170,0.5,0.15372517456988796,0.0,0.2377624299175028,0.15372517456988796,0.0,0.35748707307898325,0.15372517456988796,0.0,0.012994421616628777,0.15372517456988796,0.0,0.045930190977601926,0.15372517456988796,0.0,0.09223256329255064,0.15372517456988796,0.0,0.03204388658704567,0.15372517456988796,0.0,0.017144319373295396,0.15372517456988796,0.0,0.0019868100439393906,0.5,0.15372517456988796,0.0,0.0007302357072825967,0.15372517456988796,0.0,0.001323901385613541,0.5,0.15372517456988796,0.0,0.00011760262440534712,0.15372517456988796,0.0,0.005457215919114181,0.15372517456988796,0.0,0.5708959814375913,0.15372517456988796,0.0,0.409535458607717,0.15372517456988796,0.0,0.1135519039179755,0.15372517456988796,0.0,0.004860612143461232,0.15372517456988796,0.0,0.004809587780037568,0.5,0.15372517456988796,0.0,0.00371475400133788,0.0,0.9515124621263034,0.9562843541450095 -6171,0.5,0.15372517456988796,0.0,0.22531929852739954,0.15372517456988796,0.0,0.3420985937622791,0.15372517456988796,0.0,0.006880748345276108,0.15372517456988796,0.0,0.03645783056367493,0.15372517456988796,0.0,0.09576284866628931,0.15372517456988796,0.0,0.028592943162528958,0.15372517456988796,0.0,0.015105615966608778,0.15372517456988796,0.0,0.0019215074627466386,0.5,0.15372517456988796,0.0,0.0006505545084906106,0.15372517456988796,0.0,0.0015485915258888585,0.5,0.15372517456988796,0.0,0.00014841808855493976,0.15372517456988796,0.0,0.0052853722024145565,0.15372517456988796,0.0,0.5490437430633425,0.15372517456988796,0.0,0.38195278102720703,0.15372517456988796,0.0,0.09151962369750835,0.15372517456988796,0.0,0.00525600442660589,0.15372517456988796,0.0,0.004161981036472073,0.5,0.15372517456988796,0.0,0.003192346873242093,0.0,0.9303804708498472,0.949655957120896 -6172,0.5,0.15372517456988796,0.0,0.21166875045896977,0.15372517456988796,0.0,0.2673516926168362,0.15372517456988796,0.0,0.003200803139278826,0.15372517456988796,0.0,0.026665999254929008,0.15372517456988796,0.0,0.07606163711406709,0.15372517456988796,0.0,0.026680391105574665,0.15372517456988796,0.0,0.012857525141935649,0.15372517456988796,0.0,0.0016014583696146688,0.5,0.15372517456988796,0.0,0.0009899079946983065,0.15372517456988796,0.0,0.001306328667471085,0.5,0.15372517456988796,0.0,0.000142336666969447,0.15372517456988796,0.0,0.005169487960544457,0.15372517456988796,0.0,0.5390190316222924,0.15372517456988796,0.0,0.3498099209940388,0.15372517456988796,0.0,0.07203266376268486,0.15372517456988796,0.0,0.004245115256657086,0.15372517456988796,0.0,0.0032372831646565402,0.5,0.15372517456988796,0.0,0.004310670919538096,0.0,0.9089618400600725,0.8830492513966981 -6173,0.5,0.15372517456988796,0.0,0.1977083345123964,0.15372517456988796,0.0,0.20369278475274,0.15372517456988796,0.0,0.002215550254586468,0.15372517456988796,0.0,0.02160517458016465,0.15372517456988796,0.0,0.053669571542513304,0.15372517456988796,0.0,0.023235403266079726,0.15372517456988796,0.0,0.009445946664116169,0.15372517456988796,0.0,0.0013860385637933345,0.5,0.15372517456988796,0.0,0.0014335652434620994,0.15372517456988796,0.0,0.002183915572420963,0.5,0.15372517456988796,0.0,6.962889410681095e-05,0.15372517456988796,0.0,0.0061543637719770694,0.15372517456988796,0.0,0.5215311434814417,0.15372517456988796,0.0,0.3216921115350113,0.15372517456988796,0.0,0.05309587637487458,0.15372517456988796,0.0,0.0024298874997889268,0.15372517456988796,0.0,0.0021486261864738835,0.5,0.15372517456988796,0.0,0.005545736583912822,0.0,0.893192639618732,0.8166575808905077 -6174,0.5,0.15372517456988796,0.0,0.19014196301108188,0.15372517456988796,0.0,0.18131362949488447,0.15372517456988796,0.0,0.0012341585633626735,0.15372517456988796,0.0,0.02130381803491551,0.15372517456988796,0.0,0.03919391821511446,0.15372517456988796,0.0,0.019975132115348907,0.15372517456988796,0.0,0.00686144642802673,0.15372517456988796,0.0,0.0012079890578788755,0.5,0.15372517456988796,0.0,0.002754057497496267,0.15372517456988796,0.0,0.00453687193197507,0.5,0.15372517456988796,0.0,2.974531803787127e-05,0.15372517456988796,0.0,0.007870221151986096,0.15372517456988796,0.0,0.4891856871036495,0.15372517456988796,0.0,0.28776328785333816,0.15372517456988796,0.0,0.037961931727524864,0.15372517456988796,0.0,0.0017762689472089067,0.15372517456988796,0.0,0.0009659667812986601,0.5,0.15372517456988796,0.0,0.0067397193883958866,0.0,0.8812189902371543,0.7812860225737107 -6175,0.5,0.15372517456988796,0.03024646231634809,0.1743125091435035,0.15372517456988796,0.006590370462707707,0.17266919517901058,0.15372517456988796,0.01614253697222926,0.0007769640763599681,0.15372517456988796,0.013824303423482467,0.02390528934335457,0.15372517456988796,0.0029177946927829166,0.03565195265118746,0.15372517456988796,0.0025193310969564148,0.018475804364419417,0.15372517456988796,0.0032932896676926013,0.006310294341904612,0.15372517456988796,0.0034489826417822274,0.0014929499470202308,0.5,0.15372517456988796,0.0027952420438957775,0.0035014771994430175,0.15372517456988796,0.019220624009651237,0.005372405465758049,0.5,0.15372517456988796,0.003046976070868478,6.993259812063758e-05,0.15372517456988796,0.009040745410401422,0.008564768095191766,0.15372517456988796,0.0045024828430366825,0.47021340406729006,0.15372517456988796,0.0014056837335540342,0.25383328404700545,0.15372517456988796,0.004165323271746475,0.02735043982450646,0.15372517456988796,0.002666395914995862,0.001350316737735253,0.15372517456988796,0.005673837606287974,0.0005614547010708828,0.5,0.15372517456988796,0.012944248782761254,0.00322089061909602,0.0,0.8758846282698101,0.761812157808744 -6176,0.5,0.15372517456988796,0.14130163880227445,0.2045278678202481,0.15372517456988796,0.08491511011398437,0.1809609207451773,0.15372517456988796,0.10262195316386974,0.0005694598155292741,0.15372517456988796,0.07469713060676256,0.035829673232831434,0.15372517456988796,0.04549525813828155,0.03376724961726011,0.15372517456988796,0.06918032895414886,0.016875346096088106,0.15372517456988796,0.05631813963036836,0.004251282948913951,0.15372517456988796,0.08202796410401933,0.0017014758201910766,0.5,0.15372517456988796,0.06517792647852155,0.0022835636661608745,0.15372517456988796,0.14454938084770175,0.00297516850685123,0.5,0.15372517456988796,0.05088443234889019,7.718556053831637e-05,0.15372517456988796,0.11337687175955125,0.006394284178812095,0.15372517456988796,0.04557412494716388,0.45450356114096924,0.15372517456988796,0.01450627407622019,0.24227389791939402,0.15372517456988796,0.043162116806697834,0.029004545560478656,0.15372517456988796,0.039078549822982984,0.0008892452454146133,0.15372517456988796,0.036321659062147654,0.0004952133485395147,0.5,0.15372517456988796,0.07418203874487996,0.00044016068089065147,0.0,0.8775470061622004,0.7579160344388318 -6177,0.5,0.15372517456988796,0.2671488643729625,0.30307525661018925,0.15372517456988796,0.18952475829448598,0.2834146464524771,0.15372517456988796,0.21919384055064628,0.001140051395442708,0.15372517456988796,0.17006327541512933,0.05691331887390792,0.15372517456988796,0.08064050237951867,0.04582756480124355,0.15372517456988796,0.17338505212036084,0.02665816043777714,0.15372517456988796,0.10750549908444267,0.003799017541496328,0.15372517456988796,0.17164716899496335,0.002368317823345858,0.5,0.15372517456988796,0.14449342168337234,0.004035951197325818,0.15372517456988796,0.29594679177382727,0.0006908229989043733,0.5,0.15372517456988796,0.11619290538878813,9.376907655507027e-05,0.15372517456988796,0.25028486311838943,0.006500223553626923,0.15372517456988796,0.13035347025538258,0.4536433512875001,0.15372517456988796,0.03339025918091008,0.21842826287862938,0.15372517456988796,0.09827712490538147,0.03719173978044132,0.15372517456988796,0.09701623946558127,0.0007987589905813455,0.15372517456988796,0.08280030563722843,0.0011161594703078116,0.5,0.15372517456988796,0.15507458023435786,0.00014124978532246524,0.0,0.8587331880588608,0.8094511803477111 -6178,0.5,0.15372517456988796,0.3982613175043289,0.3610921288559359,0.15372517456988796,0.2949279142648586,0.2165814358694272,0.15372517456988796,0.3573369689332664,0.0018745087510082582,0.15372517456988796,0.28694934765900515,0.07257207880036258,0.15372517456988796,0.09843985950163926,0.05856773771525878,0.15372517456988796,0.29194511064326556,0.024362757233881434,0.15372517456988796,0.1538125642336019,0.006976316968299337,0.15372517456988796,0.22399887274462305,0.002849018275608179,0.5,0.15372517456988796,0.216801276785951,0.02010877493512561,0.15372517456988796,0.4487229234645739,0.00014865895938735366,0.5,0.15372517456988796,0.20827326577869454,0.00046027928436431553,0.15372517456988796,0.3976650254608598,0.007064009956960925,0.15372517456988796,0.26028979469766095,0.5425022051554936,0.15372517456988796,0.058232217422567734,0.1683630602304716,0.15372517456988796,0.15180267931409674,0.045272748974949054,0.15372517456988796,0.19237932574185376,0.0014871037520564458,0.15372517456988796,0.15456369840711937,0.003660459270660594,0.5,0.15372517456988796,0.25547022092623584,0.00015679348862276653,0.0,0.8217461200386621,0.8523286385744056 -6179,0.5,0.15372517456988796,0.5040842782608009,0.40095060388104514,0.15372517456988796,0.35667445398384257,0.20431493750735116,0.15372517456988796,0.47295013920829604,0.003665005551738737,0.15372517456988796,0.409909552395564,0.08008166364825547,0.15372517456988796,0.13635975714034956,0.06979499580891857,0.15372517456988796,0.3959238761718227,0.02998615612745325,0.15372517456988796,0.17460690183785404,0.01050784788358548,0.15372517456988796,0.26263254774378575,0.0036953768021532295,0.5,0.15372517456988796,0.26281636589298973,0.04719753046283798,0.15372517456988796,0.5711999243345315,0.0013884057212490146,0.5,0.15372517456988796,0.3179846760514782,0.0044691687756157365,0.15372517456988796,0.5122134863779679,0.008132914806913536,0.15372517456988796,0.36551581817497664,0.5578876118262678,0.15372517456988796,0.10693250118161832,0.14924286359088865,0.15372517456988796,0.24579657376132927,0.05526334769612318,0.15372517456988796,0.30685278751435807,0.002693839766587709,0.15372517456988796,0.2379817439617955,0.007547748265314751,0.5,0.15372517456988796,0.3594528501845833,0.0028925356977278858,0.0,0.8186911767530592,0.8214940807491331 -6180,0.5,0.15372517456988796,0.5580781005062256,0.4584840933721791,0.15372517456988796,0.4112711695036938,0.2426867594248843,0.15372517456988796,0.5318408859466414,0.008880554989815341,0.15372517456988796,0.5038398064676186,0.08676616023297712,0.15372517456988796,0.13938863526368528,0.05983774492140301,0.15372517456988796,0.43886335530690573,0.04184129919880093,0.15372517456988796,0.21612819117382437,0.01234030652910573,0.15372517456988796,0.263805889750598,0.00950901705416882,0.5,0.15372517456988796,0.2896621772414654,0.05002587389679745,0.15372517456988796,0.6378121146822573,0.009455263043722996,0.5,0.15372517456988796,0.4259195678746468,0.012199325470408487,0.15372517456988796,0.5766174303499638,0.017456563499373846,0.15372517456988796,0.44538425340699284,0.5994604358466875,0.15372517456988796,0.18972695950853527,0.14951206047063262,0.15372517456988796,0.3518252542921901,0.07773530354404617,0.15372517456988796,0.40062392360412613,0.0033178622512101096,0.15372517456988796,0.2980551992391258,0.01220205587607456,0.5,0.15372517456988796,0.42915237786898874,0.01631091452187629,0.0,0.819322580682119,0.7791786373124348 -6181,0.5,0.15372517456988796,0.5722370056731102,0.5215199761901609,0.15372517456988796,0.43305098136577297,0.3382064966625515,0.15372517456988796,0.5399798569582794,0.02147729018935547,0.15372517456988796,0.5269842436626001,0.10027450317313218,0.15372517456988796,0.19999433202785466,0.05714901851896191,0.15372517456988796,0.4300241809600328,0.047105150644568584,0.15372517456988796,0.25117996122216874,0.017230655373429892,0.15372517456988796,0.2469582311995131,0.024949170404736952,0.5,0.15372517456988796,0.35724067885559185,0.05455806062695376,0.15372517456988796,0.6594525104184563,0.024841769630638097,0.5,0.15372517456988796,0.5063430731211571,0.02814505829571766,0.15372517456988796,0.6236339936436518,0.027355465713234408,0.15372517456988796,0.4745684525499757,0.6682870835309618,0.15372517456988796,0.28931866397280037,0.17644767229699057,0.15372517456988796,0.4644337220983184,0.12207151391206343,0.15372517456988796,0.4377838040265981,0.004652476945698264,0.15372517456988796,0.34575802840652675,0.017135941190604017,0.5,0.15372517456988796,0.4619858881975668,0.02943025098076759,0.0,0.8340420574965292,0.7446130184351628 -6182,0.5,0.15372517456988796,0.539033239965243,0.5617333669957103,0.15372517456988796,0.4322736835887766,0.4715836094613053,0.15372517456988796,0.5130552826487275,0.04204638210774313,0.15372517456988796,0.5068446230668707,0.12081318212607982,0.15372517456988796,0.2358118277492051,0.05007412245844866,0.15372517456988796,0.3452965228551485,0.05784584568623008,0.15372517456988796,0.2732249753396122,0.02016252718124004,0.15372517456988796,0.24195735935822257,0.043581961384448795,0.5,0.15372517456988796,0.40660146728537366,0.062007594710324396,0.15372517456988796,0.6354100251564467,0.03729717362709049,0.5,0.15372517456988796,0.5071978241935835,0.04183127855405341,0.15372517456988796,0.6146692691244264,0.03911396275198967,0.15372517456988796,0.47478039793229415,0.7493631996107503,0.15372517456988796,0.3519516313337075,0.19564509794007745,0.15372517456988796,0.5032036336372475,0.17368961371200714,0.15372517456988796,0.4458561601446064,0.007297937570587732,0.15372517456988796,0.35498946265961034,0.0203680174258539,0.5,0.15372517456988796,0.45290537342045173,0.028076589750375976,0.0,0.8589231171186227,0.6821899314258505 -6183,0.5,0.15372517456988796,0.44987710524169755,0.5427363445209222,0.15372517456988796,0.4046937625426076,0.5477359211393639,0.15372517456988796,0.4333572301750025,0.07216191933429415,0.15372517456988796,0.43493073651301734,0.13427844235115785,0.15372517456988796,0.2577679419787926,0.044351528656880815,0.15372517456988796,0.31125586701965147,0.07149213475233335,0.15372517456988796,0.3064130028379891,0.021872163095994247,0.15372517456988796,0.24736362312070065,0.05898695698347421,0.5,0.15372517456988796,0.41042271390981055,0.06432904034416695,0.15372517456988796,0.5529817950679436,0.0419565608362196,0.5,0.15372517456988796,0.4582963746834847,0.04882295507236482,0.15372517456988796,0.5425447532291635,0.04597161185672485,0.15372517456988796,0.44032800858459054,0.8035556370077079,0.15372517456988796,0.3390872157514974,0.20011817490448242,0.15372517456988796,0.46228678874077667,0.20213521592782452,0.15372517456988796,0.40197983018599265,0.012439515282433191,0.15372517456988796,0.33933970259908197,0.022747734316485857,0.5,0.15372517456988796,0.4077925417333117,0.0267410174541591,0.0,0.8798150416760351,0.465865514826739 -6184,0.5,0.15372517456988796,0.3279804468815647,0.4465734013967715,0.15372517456988796,0.33104724202799274,0.498399662011594,0.15372517456988796,0.3179858105207228,0.09857593975464453,0.15372517456988796,0.3279370841154466,0.1182908822890114,0.15372517456988796,0.23909995465831918,0.040907618059823424,0.15372517456988796,0.21781454487460616,0.08330361234366221,0.15372517456988796,0.28576059142005306,0.02344017308417575,0.15372517456988796,0.22302133330136975,0.06687806405387034,0.5,0.15372517456988796,0.3487857317351863,0.06256626496414915,0.15372517456988796,0.429975686351221,0.043818504124060395,0.5,0.15372517456988796,0.3618240092328879,0.05179001241023535,0.15372517456988796,0.41637778864582703,0.04692062669316627,0.15372517456988796,0.3659445849933207,0.807659803874759,0.15372517456988796,0.2826804121073832,0.17195802785425224,0.15372517456988796,0.35381604150759427,0.19155851016289077,0.15372517456988796,0.33068859806291423,0.016683124243283682,0.15372517456988796,0.28196452374340475,0.025495341600523774,0.5,0.15372517456988796,0.3118056802442956,0.033516981562293664,0.0,0.8981391412286872,0.2576521118052452 -6185,0.5,0.15372517456988796,0.20367643465005253,0.32873565959918133,0.15372517456988796,0.22321241097732747,0.3154168869613176,0.15372517456988796,0.2054649200321722,0.09635865562340824,0.15372517456988796,0.21111867786765537,0.0657861135100256,0.15372517456988796,0.18163871022937425,0.03165466050516011,0.15372517456988796,0.14877346648519718,0.07492406611051303,0.15372517456988796,0.21373528735300518,0.020807092977470187,0.15372517456988796,0.18280620120187874,0.056842570192676335,0.5,0.15372517456988796,0.24106055202941556,0.0534117065523244,0.15372517456988796,0.2850902064602778,0.031440377455428076,0.5,0.15372517456988796,0.24233491193074708,0.03971252368678122,0.15372517456988796,0.27400294766317157,0.023762371046151642,0.15372517456988796,0.2597756899244534,0.7542273257953902,0.15372517456988796,0.2054415666348806,0.09567855314976612,0.15372517456988796,0.2303290159983189,0.11831906724659538,0.15372517456988796,0.2266451336055263,0.012456365834018398,0.15372517456988796,0.18554982546464655,0.023882331616445283,0.5,0.15372517456988796,0.18382237215641284,0.021538390235903,0.0,0.9204904707881876,0.20285898499822752 -6186,0.5,0.15372517456988796,0.029657830370160627,0.26534498929788614,0.15372517456988796,0.05358753310906746,0.2111542693031388,0.15372517456988796,0.03542802279563087,0.045514826999345684,0.15372517456988796,0.02012196761131029,0.05143431887682487,0.15372517456988796,0.06461149001527446,0.009715031270164428,0.15372517456988796,0.055406905500563416,0.04233253788608195,0.15372517456988796,0.05732290683240337,0.00624370612635856,0.15372517456988796,0.07549453065745956,0.023996339473698794,0.5,0.15372517456988796,0.07510451804557325,0.019134532553237292,0.15372517456988796,0.046113413213100606,0.018631818513975145,0.5,0.15372517456988796,0.05938968246799513,0.018132972309999447,0.15372517456988796,0.0625262369951834,0.01555085842068754,0.15372517456988796,0.06363770515423997,0.6845609117697156,0.15372517456988796,0.06609659454966509,0.05223468607005405,0.15372517456988796,0.050940969992350905,0.06140272216007999,0.15372517456988796,0.04647802116021833,0.001991009546531361,0.15372517456988796,0.035066014470749446,0.017336474796472292,0.5,0.15372517456988796,0.028770160833584933,0.028445221163361817,0.0,0.9446738406235082,0.21577587695773934 -6187,0.5,0.15372517456988796,0.0,0.26108696807524967,0.15372517456988796,0.0,0.1885752779896684,0.15372517456988796,0.0,0.03881037353976666,0.15372517456988796,0.0,0.059729282001472775,0.15372517456988796,0.0,0.0049837220990196305,0.15372517456988796,0.0,0.016433371648507736,0.15372517456988796,0.0,0.007055042069353158,0.15372517456988796,0.0,0.009696806302972729,0.5,0.15372517456988796,0.0,0.013135791733042137,0.15372517456988796,0.0,0.01837748875492676,0.5,0.15372517456988796,0.0,0.021156457187969813,0.15372517456988796,0.0,0.015831917664277953,0.15372517456988796,0.0,0.6305061719406856,0.15372517456988796,0.0,0.0565319499771987,0.15372517456988796,0.0,0.056320520636606884,0.15372517456988796,0.0,0.001131749126041194,0.15372517456988796,0.0,0.023290909434776588,0.5,0.15372517456988796,0.0,0.025808382536925877,0.0,0.9564040627827445,0.2766142732680734 -6188,0.5,0.15372517456988796,0.0,0.26068218582603675,0.15372517456988796,0.0,0.18751001512082585,0.15372517456988796,0.0,0.02324189901449786,0.15372517456988796,0.0,0.06560504291040871,0.15372517456988796,0.0,0.003330869759304454,0.15372517456988796,0.0,0.01625375890835647,0.15372517456988796,0.0,0.007373463104246305,0.15372517456988796,0.0,0.008988905945069443,0.5,0.15372517456988796,0.0,0.010794529395868127,0.15372517456988796,0.0,0.013763417005069502,0.5,0.15372517456988796,0.0,0.020575354148928998,0.15372517456988796,0.0,0.013957214022330381,0.15372517456988796,0.0,0.6192245031204194,0.15372517456988796,0.0,0.06508127349411211,0.15372517456988796,0.0,0.05156987743091728,0.15372517456988796,0.0,0.0015755054764900966,0.15372517456988796,0.0,0.01857357194885538,0.5,0.15372517456988796,0.0,0.018818901944499228,0.0,0.9567910437666132,0.4038833187355612 -6189,0.5,0.15372517456988796,0.0,0.25299234577657453,0.15372517456988796,0.0,0.1928298802487753,0.15372517456988796,0.0,0.01141047609741304,0.15372517456988796,0.0,0.06648528907020812,0.15372517456988796,0.0,0.0027567695481403357,0.15372517456988796,0.0,0.01398712847229757,0.15372517456988796,0.0,0.006877084207813719,0.15372517456988796,0.0,0.008128260434776345,0.5,0.15372517456988796,0.0,0.008429326249218891,0.15372517456988796,0.0,0.01104908191287138,0.5,0.15372517456988796,0.0,0.018613384960302726,0.15372517456988796,0.0,0.0169491219513513,0.15372517456988796,0.0,0.6098174981790296,0.15372517456988796,0.0,0.07622482298599702,0.15372517456988796,0.0,0.04748309675448138,0.15372517456988796,0.0,0.0027744340469271892,0.15372517456988796,0.0,0.013503037920033451,0.5,0.15372517456988796,0.0,0.017595057860772024,0.0,0.9366081294064834,0.5448926709812888 -6190,0.5,0.15372517456988796,0.0,0.23255716692112133,0.15372517456988796,0.0,0.19062110699513984,0.15372517456988796,0.0,0.00609912484289571,0.15372517456988796,0.0,0.05725151116683135,0.15372517456988796,0.0,0.003346950418837074,0.15372517456988796,0.0,0.007880866031662527,0.15372517456988796,0.0,0.006146077504320768,0.15372517456988796,0.0,0.006209904434808412,0.5,0.15372517456988796,0.0,0.007128918883103014,0.15372517456988796,0.0,0.00812756661309069,0.5,0.15372517456988796,0.0,0.013883267273237077,0.15372517456988796,0.0,0.013589384052667328,0.15372517456988796,0.0,0.590237597115628,0.15372517456988796,0.0,0.0911070515722954,0.15372517456988796,0.0,0.04159117278736014,0.15372517456988796,0.0,0.0036102465218085396,0.15372517456988796,0.0,0.00992165614239234,0.5,0.15372517456988796,0.0,0.015087024258475993,0.0,0.8909057764557866,0.5947507323051627 -6191,0.5,0.15372517456988796,0.0,0.197688383436678,0.15372517456988796,0.0,0.17134896236118932,0.15372517456988796,0.0,0.006048291709002651,0.15372517456988796,0.0,0.04289874298018066,0.15372517456988796,0.0,0.004519929854171215,0.15372517456988796,0.0,0.004140252709045526,0.15372517456988796,0.0,0.005774206512077407,0.15372517456988796,0.0,0.005016968679447287,0.5,0.15372517456988796,0.0,0.007338016710251109,0.15372517456988796,0.0,0.006213928043415154,0.5,0.15372517456988796,0.0,0.009052485920819746,0.15372517456988796,0.0,0.015749870219766444,0.15372517456988796,0.0,0.5430642331060538,0.15372517456988796,0.0,0.09729194191116697,0.15372517456988796,0.0,0.035431321639162267,0.15372517456988796,0.0,0.00405938223066655,0.15372517456988796,0.0,0.008105822834484971,0.5,0.15372517456988796,0.0,0.008750623407613574,0.0,0.8240391693353029,0.5893326647329782 -6192,0.5,0.15372517456988796,0.0,0.15597718218624573,0.15372517456988796,0.0,0.13893474890875152,0.15372517456988796,0.0,0.006258336058530437,0.15372517456988796,0.0,0.03029559676104778,0.15372517456988796,0.0,0.004782805502806891,0.15372517456988796,0.0,0.0022150375058439665,0.15372517456988796,0.0,0.005098276023952504,0.15372517456988796,0.0,0.004472546293023978,0.5,0.15372517456988796,0.0,0.00763787436933246,0.15372517456988796,0.0,0.00503252107592722,0.5,0.15372517456988796,0.0,0.008222100011842108,0.15372517456988796,0.0,0.0152105210047533,0.15372517456988796,0.0,0.47626976404734717,0.15372517456988796,0.0,0.09048393263243734,0.15372517456988796,0.0,0.03459741319143163,0.15372517456988796,0.0,0.003526779096926633,0.15372517456988796,0.0,0.006211340843851721,0.5,0.15372517456988796,0.0,0.006093049249164788,0.0,0.7290889046011446,0.5799787693266857 -6193,0.5,0.15372517456988796,0.0,0.12138719109460078,0.15372517456988796,0.0,0.13004725455147045,0.15372517456988796,0.0,0.0050848198190334305,0.15372517456988796,0.0,0.020014930549673484,0.15372517456988796,0.0,0.0036835835232373916,0.15372517456988796,0.0,0.0016520036801466987,0.15372517456988796,0.0,0.004414155185610656,0.15372517456988796,0.0,0.00408265574177284,0.5,0.15372517456988796,0.0,0.006471192622477164,0.15372517456988796,0.0,0.005740729283111867,0.5,0.15372517456988796,0.0,0.008737460137414525,0.15372517456988796,0.0,0.014096209509435709,0.15372517456988796,0.0,0.4122377842743439,0.15372517456988796,0.0,0.07889062953675252,0.15372517456988796,0.0,0.0365746801734754,0.15372517456988796,0.0,0.0036629534991193756,0.15372517456988796,0.0,0.005322990714775705,0.5,0.15372517456988796,0.0,0.005312048251780638,0.0,0.6251612699023004,0.5073760763283196 -6194,0.5,0.15372517456988796,0.0,0.10570960687633854,0.15372517456988796,0.0,0.11750932028748536,0.15372517456988796,0.0,0.003451424563247242,0.15372517456988796,0.0,0.013604887596576621,0.15372517456988796,0.0,0.0026378860834948494,0.15372517456988796,0.0,0.001516893307711451,0.15372517456988796,0.0,0.004785871755345169,0.15372517456988796,0.0,0.004024560826142983,0.5,0.15372517456988796,0.0,0.004638344164087146,0.15372517456988796,0.0,0.0071221130194505725,0.5,0.15372517456988796,0.0,0.009430420803754523,0.15372517456988796,0.0,0.01337087233727635,0.15372517456988796,0.0,0.34029003388452655,0.15372517456988796,0.0,0.06851503064401396,0.15372517456988796,0.0,0.0356856517336292,0.15372517456988796,0.0,0.004256872052992813,0.15372517456988796,0.0,0.005680951642925199,0.5,0.15372517456988796,0.0,0.005351036198210145,0.0,0.48742019891451493,0.3882039376273161 -6195,0.5,0.15372517456988796,0.0,0.09014482983441,0.15372517456988796,0.0,0.09447619008973314,0.15372517456988796,0.0,0.0026590449485653775,0.15372517456988796,0.0,0.009399863032534615,0.15372517456988796,0.0,0.002743819636778442,0.15372517456988796,0.0,0.0015929009192965295,0.15372517456988796,0.0,0.005132948392646193,0.15372517456988796,0.0,0.0035700433762265228,0.5,0.15372517456988796,0.0,0.004060145990842726,0.15372517456988796,0.0,0.006765320418606519,0.5,0.15372517456988796,0.0,0.00854109952171665,0.15372517456988796,0.0,0.013194135685006481,0.15372517456988796,0.0,0.27274970677960564,0.15372517456988796,0.0,0.05958929445700532,0.15372517456988796,0.0,0.03229313214029618,0.15372517456988796,0.0,0.004250286497720032,0.15372517456988796,0.0,0.006300883402612011,0.5,0.15372517456988796,0.0,0.005090742706426089,0.0,0.39011112277149307,0.275279760930859 -6196,0.5,0.15372517456988796,0.0,0.07732579288941041,0.15372517456988796,0.0,0.08505288277860347,0.15372517456988796,0.0,0.0024853642234385887,0.15372517456988796,0.0,0.006635037988999293,0.15372517456988796,0.0,0.0029170359385983467,0.15372517456988796,0.0,0.0017934265055717885,0.15372517456988796,0.0,0.0032308729815163583,0.15372517456988796,0.0,0.0032810358748297797,0.5,0.15372517456988796,0.0,0.0035244802567063888,0.15372517456988796,0.0,0.007545250164428242,0.5,0.15372517456988796,0.0,0.007286005019977792,0.15372517456988796,0.0,0.013547996925504024,0.15372517456988796,0.0,0.2249435175548308,0.15372517456988796,0.0,0.05458661253643557,0.15372517456988796,0.0,0.02912357088145888,0.15372517456988796,0.0,0.0038882079419236774,0.15372517456988796,0.0,0.0069869421070186555,0.5,0.15372517456988796,0.0,0.004725260338111699,0.0,0.3463676215262297,0.20603096844882968 -6197,0.5,0.15372517456988796,0.0,0.06816799643857979,0.15372517456988796,0.0,0.07962683529356575,0.15372517456988796,0.0,0.0021115767836658384,0.15372517456988796,0.0,0.005279075812789897,0.15372517456988796,0.0,0.0026483533570575346,0.15372517456988796,0.0,0.0021767590117206495,0.15372517456988796,0.0,0.0014491171909849032,0.15372517456988796,0.0,0.003659151320035526,0.5,0.15372517456988796,0.0,0.003127224522474803,0.15372517456988796,0.0,0.00939666670843252,0.5,0.15372517456988796,0.0,0.0064667777644644075,0.15372517456988796,0.0,0.013183532769414974,0.15372517456988796,0.0,0.19371588969085288,0.15372517456988796,0.0,0.049252288661936455,0.15372517456988796,0.0,0.02787756524494599,0.15372517456988796,0.0,0.0039764699754660906,0.15372517456988796,0.0,0.007219046903060058,0.5,0.15372517456988796,0.0,0.004085232900379229,0.0,0.32850650914208973,0.1532821871426296 -6198,0.5,0.15372517456988796,0.0,0.06139851873699989,0.15372517456988796,0.0,0.07769739364426502,0.15372517456988796,0.0,0.00178969739762307,0.15372517456988796,0.0,0.004519273095874759,0.15372517456988796,0.0,0.0020596230608637056,0.15372517456988796,0.0,0.002250095084533046,0.15372517456988796,0.0,0.002252360242798014,0.15372517456988796,0.0,0.00436787858298601,0.5,0.15372517456988796,0.0,0.0035847778462041943,0.15372517456988796,0.0,0.01087268969497492,0.5,0.15372517456988796,0.0,0.007411105178615394,0.15372517456988796,0.0,0.014179147394968715,0.15372517456988796,0.0,0.178733752960133,0.15372517456988796,0.0,0.0439704430132751,0.15372517456988796,0.0,0.028342620413497277,0.15372517456988796,0.0,0.004746777677325711,0.15372517456988796,0.0,0.007789749597162355,0.5,0.15372517456988796,0.0,0.0033732564839015363,0.0,0.34415122896939293,0.11018246681076857 -6199,0.5,0.15372517456988796,0.023993519038955614,0.05526517261719252,0.15372517456988796,0.013664292918525202,0.0723948889220185,0.15372517456988796,0.013729093330550526,0.0017967660745660384,0.15372517456988796,0.0070321751796970245,0.0038056703617218852,0.15372517456988796,0.0012182549633243732,0.0021433982888945827,0.15372517456988796,0.001992523232575802,0.0019086694128254878,0.15372517456988796,0.0023543543349192637,0.0034784105653358263,0.15372517456988796,0.0035002178574607915,0.005211561873081364,0.5,0.15372517456988796,0.004771273579255203,0.003952210483533805,0.15372517456988796,0.018317911354357758,0.01216820973008645,0.5,0.15372517456988796,0.008425288074971993,0.007638988263768214,0.15372517456988796,0.009778608286115039,0.014074399857221713,0.15372517456988796,0.006759005869458386,0.1722137846305967,0.15372517456988796,0.0025932595381277152,0.04318969180505579,0.15372517456988796,0.007095691438313337,0.02822886998910208,0.15372517456988796,0.007005737496763599,0.004614227683329475,0.15372517456988796,0.019722725539629296,0.006862940224048449,0.5,0.15372517456988796,0.02975546281340346,0.002329310624949792,0.0,0.3884123609696953,0.06782177486791535 -6200,0.5,0.15372517456988796,0.11675646129376713,0.05670466311723042,0.15372517456988796,0.13794921382786896,0.0711105716953801,0.15372517456988796,0.09067149865633004,0.0016074267806377332,0.15372517456988796,0.04116104518566479,0.003131765180490825,0.15372517456988796,0.02213324336508616,0.002328890365457508,0.15372517456988796,0.06144037870085918,0.0018476530269242758,0.15372517456988796,0.040804828782587343,0.0032315823252581136,0.15372517456988796,0.09769795613870329,0.004372344531363753,0.5,0.15372517456988796,0.11434082515457071,0.0023124179532197434,0.15372517456988796,0.14471439159280403,0.007716603094100686,0.5,0.15372517456988796,0.1286447378032786,0.0064016306646609384,0.15372517456988796,0.13041669863954747,0.009326822334566144,0.15372517456988796,0.09517199021993746,0.18160350868003644,0.15372517456988796,0.041800924817218865,0.051177482890823175,0.15372517456988796,0.07500040113814531,0.029116439370674374,0.15372517456988796,0.10792076942659806,0.003366006520307212,0.15372517456988796,0.1435409754442679,0.005695640605334928,0.5,0.15372517456988796,0.15642503441822156,0.002120589481752728,0.0,0.4590203854017948,0.050000089806757006 -6201,0.5,0.15372517456988796,0.20475029261974276,0.08104601821082912,0.15372517456988796,0.28335112101956295,0.10578322137816386,0.15372517456988796,0.17769332815445416,0.0029089938840019714,0.15372517456988796,0.1140578788344156,0.003680483588432396,0.15372517456988796,0.05175347138954511,0.0035960168083566772,0.15372517456988796,0.14905730794104516,0.002818619113288491,0.15372517456988796,0.08947363784058188,0.003386754737699239,0.15372517456988796,0.235812032841581,0.005605677304315583,0.5,0.15372517456988796,0.2615395508590216,0.003108168189905369,0.15372517456988796,0.2965735543856083,0.0048441937046997535,0.5,0.15372517456988796,0.2775634002766296,0.02330714149776109,0.15372517456988796,0.2794703033128517,0.009557511041527937,0.15372517456988796,0.2343787065602828,0.24440029083377796,0.15372517456988796,0.11541130959590064,0.0738746725886769,0.15372517456988796,0.1479745011436297,0.039626670877678176,0.15372517456988796,0.24779952609991393,0.00938719125629308,0.15372517456988796,0.28944805357091746,0.019720487989407075,0.5,0.15372517456988796,0.2964201651633817,0.011996123181434464,0.0,0.5120932655139957,0.05835137091836971 -6202,0.5,0.15372517456988796,0.2651847429890373,0.10751845334195514,0.15372517456988796,0.4234444784095257,0.17978922031609493,0.15372517456988796,0.2900957782046115,0.004584737495879011,0.15372517456988796,0.22393562972890918,0.009648842066969516,0.15372517456988796,0.10334241945669491,0.006548143789674288,0.15372517456988796,0.21715676421085084,0.005213083410764112,0.15372517456988796,0.1895353964648571,0.009170013263624457,0.15372517456988796,0.3761545017067522,0.020291336621200126,0.5,0.15372517456988796,0.4100830327768212,0.010062830221746494,0.15372517456988796,0.4508033290550839,0.003986999261020944,0.5,0.15372517456988796,0.42887894536721244,0.048610213474672086,0.15372517456988796,0.43054088348615194,0.013175126902474896,0.15372517456988796,0.3865251970915885,0.3538026468897133,0.15372517456988796,0.20065718883499487,0.12034735566247048,0.15372517456988796,0.22994734738804296,0.05977602677833509,0.15372517456988796,0.40066860836654516,0.03886864076216767,0.15372517456988796,0.43778668691210904,0.04562579519836888,0.5,0.15372517456988796,0.43467398505849597,0.01750856556987409,0.0,0.5413800828024727,0.08577340095515722 -6203,0.5,0.15372517456988796,0.32812929689966336,0.12034188031742699,0.15372517456988796,0.54324017665597,0.1828007536004834,0.15372517456988796,0.4239762827285262,0.010402927492606066,0.15372517456988796,0.3218090770056303,0.015423024534130247,0.15372517456988796,0.22107275448259736,0.013205391322164164,0.15372517456988796,0.2699484879520401,0.006085776439754756,0.15372517456988796,0.29678726100913017,0.015800017149231165,0.15372517456988796,0.503482348281945,0.04428296144645642,0.5,0.15372517456988796,0.5366195989464271,0.027465210299363347,0.15372517456988796,0.5728434014195449,0.003936523909767787,0.5,0.15372517456988796,0.5534718392277405,0.04423989261682404,0.15372517456988796,0.5526031154088813,0.011467911834361404,0.15372517456988796,0.5261835462488472,0.40130192903945705,0.15372517456988796,0.30074624059001787,0.14154225414707333,0.15372517456988796,0.3452817789525113,0.06778159525615766,0.15372517456988796,0.5171026655488591,0.06572923267245259,0.15372517456988796,0.5573517306964351,0.06297767908102661,0.5,0.15372517456988796,0.5390673454504868,0.021064529702877064,0.0,0.4908775097016702,0.11127278652061003 -6204,0.5,0.15372517456988796,0.38988693930394913,0.1288232766107544,0.15372517456988796,0.6106060952206845,0.19232107598748988,0.15372517456988796,0.48986160533404755,0.020493574991043335,0.15372517456988796,0.3948454596070828,0.023743896145330973,0.15372517456988796,0.3443929271803021,0.02180462666058549,0.15372517456988796,0.3378770153644647,0.01191200346843774,0.15372517456988796,0.34691596737848074,0.029594907606215266,0.15372517456988796,0.5710603730322046,0.06720523396491247,0.5,0.15372517456988796,0.6120140789694296,0.04014947560592051,0.15372517456988796,0.6413231766323026,0.004060140976721681,0.5,0.15372517456988796,0.6256403149882672,0.03957030302992271,0.15372517456988796,0.6238239332580922,0.008014678133023189,0.15372517456988796,0.6058492532791678,0.44339193867927257,0.15372517456988796,0.4207315260800677,0.16696256659766645,0.15372517456988796,0.45207484662114383,0.07977255974820358,0.15372517456988796,0.5645561875926243,0.07434829356551251,0.15372517456988796,0.6192227844378864,0.08859614231156787,0.5,0.15372517456988796,0.5658391756509129,0.034172424957159914,0.0,0.4267670021275332,0.12028391987057149 -6205,0.5,0.15372517456988796,0.3799750975404601,0.14577671800993308,0.15372517456988796,0.631502530081125,0.1955961522107273,0.15372517456988796,0.5562526695934913,0.044559765240820164,0.15372517456988796,0.3938749709249851,0.03612114834718845,0.15372517456988796,0.41011170353501036,0.023136299639406804,0.15372517456988796,0.4581797926474602,0.02274780468186595,0.15372517456988796,0.45661454288833436,0.054887011143211054,0.15372517456988796,0.6063093627448193,0.07119807762636923,0.5,0.15372517456988796,0.6398967072775922,0.04179165314159494,0.15372517456988796,0.6625103222798006,0.0049264729534194435,0.5,0.15372517456988796,0.6496608246862681,0.04217902720626519,0.15372517456988796,0.6480004010162539,0.006369188972961701,0.15372517456988796,0.6315869950216941,0.4459435860815259,0.15372517456988796,0.46917151058860884,0.1739567596038124,0.15372517456988796,0.5164535044493854,0.09864482080457182,0.15372517456988796,0.5854482130351316,0.07928794938775273,0.15372517456988796,0.6188253809809207,0.08852782981225725,0.5,0.15372517456988796,0.5679293183853886,0.03864347917967482,0.0,0.3781057223800873,0.12247170897708673 -6206,0.5,0.15372517456988796,0.36721458470484325,0.16442053424926367,0.15372517456988796,0.6125773677645971,0.1971208201474716,0.15372517456988796,0.523503036102203,0.09741682762195736,0.15372517456988796,0.4046225379363201,0.05500490040436329,0.15372517456988796,0.4809771049620015,0.031653554180885585,0.15372517456988796,0.49612860645411705,0.03110380420137604,0.15372517456988796,0.36629617605708503,0.07164926329634672,0.15372517456988796,0.5990916009095744,0.0655666042556062,0.5,0.15372517456988796,0.6298783529733003,0.04186291628656754,0.15372517456988796,0.6397554773513298,0.004581341911989368,0.5,0.15372517456988796,0.6324380102666366,0.0488709496347954,0.15372517456988796,0.6092532272768866,0.005639573138773211,0.15372517456988796,0.6169914361349988,0.4480193628321483,0.15372517456988796,0.47122869643794396,0.16227938092202635,0.15372517456988796,0.4934698095850213,0.12439903061404652,0.15372517456988796,0.5697054375873574,0.08436536057250417,0.15372517456988796,0.5758058118160452,0.08631611878804199,0.5,0.15372517456988796,0.5154486087233501,0.032893177083695206,0.0,0.3496184940956459,0.12333088369676036 -6207,0.5,0.15372517456988796,0.3459871404536121,0.1705693635286703,0.15372517456988796,0.5378000381541664,0.19970749106570448,0.15372517456988796,0.41758223643396464,0.08001590349900972,0.15372517456988796,0.33994855619840403,0.07612646225528795,0.15372517456988796,0.428654370480149,0.051830978185584686,0.15372517456988796,0.4439668200133773,0.04921293164956382,0.15372517456988796,0.2464008260627738,0.08040092514629982,0.15372517456988796,0.5353770248486474,0.06519685449712592,0.5,0.15372517456988796,0.5654568268774526,0.04239358105450492,0.15372517456988796,0.530954658582547,0.004935976086018184,0.5,0.15372517456988796,0.5606866136728673,0.056012513974645184,0.15372517456988796,0.545656424682966,0.005878924253093408,0.15372517456988796,0.545249596957538,0.4212458977556707,0.15372517456988796,0.4312967943736038,0.14883046798440971,0.15372517456988796,0.4267744141416722,0.16279411494059892,0.15372517456988796,0.47979905272338785,0.09456074023689023,0.15372517456988796,0.5026065870170398,0.08888770348605653,0.5,0.15372517456988796,0.4298128647583843,0.035512786106329026,0.0,0.36083757524030974,0.11946845075136954 -6208,0.5,0.15372517456988796,0.2910085064218823,0.14703458681112472,0.15372517456988796,0.4157831122671035,0.19139176340025668,0.15372517456988796,0.34106901015051877,0.05189473974483428,0.15372517456988796,0.2644999032415132,0.06898569741433867,0.15372517456988796,0.2742411887812546,0.06180818684884527,0.15372517456988796,0.3479414472157933,0.06322658915385088,0.15372517456988796,0.15521334456412578,0.07309386617296655,0.15372517456988796,0.4313966711177545,0.06426728664920536,0.5,0.15372517456988796,0.45018207577641395,0.04606412140369333,0.15372517456988796,0.4074827695046861,0.005795662740516379,0.5,0.15372517456988796,0.43599862695125907,0.06575749286105251,0.15372517456988796,0.4197704978567677,0.008876141583492585,0.15372517456988796,0.42492354556061773,0.3646727579889612,0.15372517456988796,0.3450381181526752,0.13886166464163063,0.15372517456988796,0.3163623914128834,0.19867184961808704,0.15372517456988796,0.38046584741940226,0.11417443817912933,0.15372517456988796,0.3781879814900932,0.0835776411636403,0.5,0.15372517456988796,0.3010105198999622,0.036500937644854965,0.0,0.39842789502682235,0.11003285310088504 -6209,0.5,0.15372517456988796,0.19177865020698603,0.10205711647481076,0.15372517456988796,0.2760848882469714,0.07434320626560886,0.15372517456988796,0.23535951993589982,0.04515431926820449,0.15372517456988796,0.16523181484295923,0.04477615671076258,0.15372517456988796,0.19946798792210613,0.057907746510410356,0.15372517456988796,0.23282176910582889,0.07176578600793405,0.15372517456988796,0.11553151543517436,0.04826854395860609,0.15372517456988796,0.30633725408956824,0.05359162423826826,0.5,0.15372517456988796,0.31080803779729227,0.040419346146955776,0.15372517456988796,0.27685618666178485,0.00461137592156703,0.5,0.15372517456988796,0.2938506500258058,0.05476244915547724,0.15372517456988796,0.29283596639909787,0.011514384675862839,0.15372517456988796,0.2954997746065187,0.24584315061324966,0.15372517456988796,0.23880505635892763,0.099838200457347,0.15372517456988796,0.2056122551941847,0.1243539128926053,0.15372517456988796,0.25361596431785355,0.08441719783841144,0.15372517456988796,0.22286970328840983,0.04859348740912687,0.5,0.15372517456988796,0.18207946537435388,0.023152265361173728,0.0,0.43554278810014996,0.10757677486634475 -6210,0.5,0.15372517456988796,0.02396385857332098,0.09566985981797338,0.15372517456988796,0.048700158084278494,0.062649054520901,0.15372517456988796,0.03004545422105364,0.021540882881799936,0.15372517456988796,0.012344317256565724,0.029733892909412533,0.15372517456988796,0.03827456060823255,0.01807417973938336,0.15372517456988796,0.06319006599112884,0.046088656880244036,0.15372517456988796,0.04571533343910443,0.012731421522893312,0.15372517456988796,0.06703368875930464,0.026425830199540336,0.5,0.15372517456988796,0.06507919489969474,0.013651248735244512,0.15372517456988796,0.04126705813466562,0.007659863741758794,0.5,0.15372517456988796,0.049324377338244206,0.03494240449263069,0.15372517456988796,0.04794483167316851,0.017258500167532376,0.15372517456988796,0.05429477895617954,0.16627477680585795,0.15372517456988796,0.06281300934992229,0.0614822042987628,0.15372517456988796,0.04142656254387786,0.044779251983620816,0.15372517456988796,0.04681471561919581,0.027271990714277924,0.15372517456988796,0.0334731917700091,0.0362016618973437,0.5,0.15372517456988796,0.023017020930005065,0.031992456191047985,0.0,0.4948566923118884,0.12337797295026862 -6211,0.5,0.15372517456988796,0.0,0.1126032599144079,0.15372517456988796,0.0,0.0764491684490864,0.15372517456988796,0.0,0.024082346540302817,0.15372517456988796,0.0,0.030863362986501858,0.15372517456988796,0.0,0.009866329960162406,0.15372517456988796,0.0,0.035639509917994444,0.15372517456988796,0.0,0.008966425960654004,0.15372517456988796,0.0,0.036034389385336436,0.5,0.15372517456988796,0.0,0.0158264604313215,0.15372517456988796,0.0,0.010132430120775979,0.5,0.15372517456988796,0.0,0.03269202433860522,0.15372517456988796,0.0,0.021260231876993572,0.15372517456988796,0.0,0.15671329472536386,0.15372517456988796,0.0,0.06604347892113344,0.15372517456988796,0.0,0.051087699195473533,0.15372517456988796,0.0,0.02453770858323241,0.15372517456988796,0.0,0.04625132769818288,0.5,0.15372517456988796,0.0,0.042847473810868536,0.0,0.5393117929560407,0.15914860080136448 -6212,0.5,0.15372517456988796,0.0,0.11713957621029784,0.15372517456988796,0.0,0.10176127793225233,0.15372517456988796,0.0,0.019151198911432306,0.15372517456988796,0.0,0.02701678403590353,0.15372517456988796,0.0,0.0044442831384174705,0.15372517456988796,0.0,0.031119299437625418,0.15372517456988796,0.0,0.010377035620098523,0.15372517456988796,0.0,0.03324262370568341,0.5,0.15372517456988796,0.0,0.01492113856559023,0.15372517456988796,0.0,0.007724426482630558,0.5,0.15372517456988796,0.0,0.027429731128002826,0.15372517456988796,0.0,0.019733793567920894,0.15372517456988796,0.0,0.15369259751178843,0.15372517456988796,0.0,0.06315878968190496,0.15372517456988796,0.0,0.056345138887399525,0.15372517456988796,0.0,0.021897782589472503,0.15372517456988796,0.0,0.042868714780384835,0.5,0.15372517456988796,0.0,0.04553987867833895,0.0,0.5683086233377658,0.2186337387173265 -6213,0.5,0.15372517456988796,0.0,0.12010216181225718,0.15372517456988796,0.0,0.10638220852506716,0.15372517456988796,0.0,0.017868318662684107,0.15372517456988796,0.0,0.024407868589070868,0.15372517456988796,0.0,0.006079543088730403,0.15372517456988796,0.0,0.024835546744012928,0.15372517456988796,0.0,0.014864565344750747,0.15372517456988796,0.0,0.03149441132368467,0.5,0.15372517456988796,0.0,0.01304496590890556,0.15372517456988796,0.0,0.009608464484457553,0.5,0.15372517456988796,0.0,0.02539349870030265,0.15372517456988796,0.0,0.017186659542318076,0.15372517456988796,0.0,0.1579522383987763,0.15372517456988796,0.0,0.06648970820478223,0.15372517456988796,0.0,0.05302534683937733,0.15372517456988796,0.0,0.02066478947317533,0.15372517456988796,0.0,0.036495165558627286,0.5,0.15372517456988796,0.0,0.04339174716038477,0.0,0.5437168500006753,0.2677617567439565 -6214,0.5,0.15372517456988796,0.0,0.11504990835608386,0.15372517456988796,0.0,0.07705539444651821,0.15372517456988796,0.0,0.01591311100006952,0.15372517456988796,0.0,0.025319548620983026,0.15372517456988796,0.0,0.010222939182959712,0.15372517456988796,0.0,0.022596035844028788,0.15372517456988796,0.0,0.02060992291879897,0.15372517456988796,0.0,0.030492523983927367,0.5,0.15372517456988796,0.0,0.012477080509997995,0.15372517456988796,0.0,0.013700212817795456,0.5,0.15372517456988796,0.0,0.025882940688347542,0.15372517456988796,0.0,0.023311337937953508,0.15372517456988796,0.0,0.15424601678981595,0.15372517456988796,0.0,0.07376963923704648,0.15372517456988796,0.0,0.04563572222619791,0.15372517456988796,0.0,0.018972295023309587,0.15372517456988796,0.0,0.028739617368533817,0.5,0.15372517456988796,0.0,0.030276930581608432,0.0,0.4609245496816342,0.2769412422309133 -6215,0.5,0.15372517456988796,0.0,0.10655763759091957,0.15372517456988796,0.0,0.06554388349022501,0.15372517456988796,0.0,0.01335919851754885,0.15372517456988796,0.0,0.031234472392256064,0.15372517456988796,0.0,0.016315644654612996,0.15372517456988796,0.0,0.02486884393449774,0.15372517456988796,0.0,0.026184467153945512,0.15372517456988796,0.0,0.028675869128638693,0.5,0.15372517456988796,0.0,0.010017418114447322,0.15372517456988796,0.0,0.01426116823983342,0.5,0.15372517456988796,0.0,0.026893195571027026,0.15372517456988796,0.0,0.02556043489173688,0.15372517456988796,0.0,0.1421572493630585,0.15372517456988796,0.0,0.07513494132871293,0.15372517456988796,0.0,0.040916954335378106,0.15372517456988796,0.0,0.015677072053273882,0.15372517456988796,0.0,0.024636292338193016,0.5,0.15372517456988796,0.0,0.018587863922468487,0.0,0.3469651167688986,0.27208960387875086 -6216,0.5,0.15372517456988796,0.0,0.09493911980497571,0.15372517456988796,0.0,0.06419565418199702,0.15372517456988796,0.0,0.014749813585734284,0.15372517456988796,0.0,0.03976008404403048,0.15372517456988796,0.0,0.02445447615065164,0.15372517456988796,0.0,0.030015019774536605,0.15372517456988796,0.0,0.030594565592449722,0.15372517456988796,0.0,0.025458128227118293,0.5,0.15372517456988796,0.0,0.007730167472401078,0.15372517456988796,0.0,0.013785209492780217,0.5,0.15372517456988796,0.0,0.02828468639754012,0.15372517456988796,0.0,0.02058359752151699,0.15372517456988796,0.0,0.1325435408082315,0.15372517456988796,0.0,0.06761208763823258,0.15372517456988796,0.0,0.03697293653834496,0.15372517456988796,0.0,0.014759435285957646,0.15372517456988796,0.0,0.022380731937582134,0.5,0.15372517456988796,0.0,0.013606087619124787,0.0,0.2542314652325098,0.24070266531127008 -6217,0.5,0.15372517456988796,0.0,0.08634045960709609,0.15372517456988796,0.0,0.06795079259196263,0.15372517456988796,0.0,0.022513829133317325,0.15372517456988796,0.0,0.041281294185886976,0.15372517456988796,0.0,0.0288301522208667,0.15372517456988796,0.0,0.033540591031953414,0.15372517456988796,0.0,0.031953148546462695,0.15372517456988796,0.0,0.021906034591937948,0.5,0.15372517456988796,0.0,0.007512159516796813,0.15372517456988796,0.0,0.009490921793613076,0.5,0.15372517456988796,0.0,0.027116517993338616,0.15372517456988796,0.0,0.019695095397949447,0.15372517456988796,0.0,0.13278018712860412,0.15372517456988796,0.0,0.05757835874388392,0.15372517456988796,0.0,0.03027176761377968,0.15372517456988796,0.0,0.01317966041100575,0.15372517456988796,0.0,0.02067432959601418,0.5,0.15372517456988796,0.0,0.010366194966363752,0.0,0.19599821703502204,0.17165437338786949 -6218,0.5,0.15372517456988796,0.0,0.0795639100880891,0.15372517456988796,0.0,0.06154469428228131,0.15372517456988796,0.0,0.026701130046035138,0.15372517456988796,0.0,0.037825372306189514,0.15372517456988796,0.0,0.029402622195120513,0.15372517456988796,0.0,0.03099740597535461,0.15372517456988796,0.0,0.029797993314881276,0.15372517456988796,0.0,0.01940936905264773,0.5,0.15372517456988796,0.0,0.0073684102164158,0.15372517456988796,0.0,0.010560063987825125,0.5,0.15372517456988796,0.0,0.021542730490470625,0.15372517456988796,0.0,0.01982278671569161,0.15372517456988796,0.0,0.12707169416813482,0.15372517456988796,0.0,0.04880606145163233,0.15372517456988796,0.0,0.024928649229016383,0.15372517456988796,0.0,0.009951750137563515,0.15372517456988796,0.0,0.01834889441877566,0.5,0.15372517456988796,0.0,0.009812477867454554,0.0,0.15529650232354353,0.10158514988998828 -6219,0.5,0.15372517456988796,0.0,0.06884018090802824,0.15372517456988796,0.0,0.05680321444547735,0.15372517456988796,0.0,0.026842506395745317,0.15372517456988796,0.0,0.03252846592663644,0.15372517456988796,0.0,0.02915394822615478,0.15372517456988796,0.0,0.03021336009918918,0.15372517456988796,0.0,0.027520031663028657,0.15372517456988796,0.0,0.019486753319113405,0.5,0.15372517456988796,0.0,0.006868261099138317,0.15372517456988796,0.0,0.008585524067473812,0.5,0.15372517456988796,0.0,0.0187207792062096,0.15372517456988796,0.0,0.0186616795428578,0.15372517456988796,0.0,0.12026731413189024,0.15372517456988796,0.0,0.041960272244960045,0.15372517456988796,0.0,0.024081649998122998,0.15372517456988796,0.0,0.008011520996477313,0.15372517456988796,0.0,0.016046911332691833,0.5,0.15372517456988796,0.0,0.009380227156066446,0.0,0.14317209999489375,0.057462691950977196 -6220,0.5,0.15372517456988796,0.0,0.06393387602061322,0.15372517456988796,0.0,0.05339115837342925,0.15372517456988796,0.0,0.022429168649657206,0.15372517456988796,0.0,0.02898174195417544,0.15372517456988796,0.0,0.02687676737350769,0.15372517456988796,0.0,0.030247515709124796,0.15372517456988796,0.0,0.025450029021552394,0.15372517456988796,0.0,0.02050687949662141,0.5,0.15372517456988796,0.0,0.007397462422201408,0.15372517456988796,0.0,0.009517420821656148,0.5,0.15372517456988796,0.0,0.014045268552880779,0.15372517456988796,0.0,0.018256172414975586,0.15372517456988796,0.0,0.11036238205178109,0.15372517456988796,0.0,0.04000764181965724,0.15372517456988796,0.0,0.026411344076760556,0.15372517456988796,0.0,0.008518156586708582,0.15372517456988796,0.0,0.014445099847160569,0.5,0.15372517456988796,0.0,0.009344315627546175,0.0,0.14540594702507428,0.04082232652622503 -6221,0.5,0.15372517456988796,0.0,0.0571660769366739,0.15372517456988796,0.0,0.048656433825854516,0.15372517456988796,0.0,0.019135109702684724,0.15372517456988796,0.0,0.028979679713207005,0.15372517456988796,0.0,0.024778647458541428,0.15372517456988796,0.0,0.030226020164662148,0.15372517456988796,0.0,0.027506430905316934,0.15372517456988796,0.0,0.02250601457500343,0.5,0.15372517456988796,0.0,0.008134792141020284,0.15372517456988796,0.0,0.008469195421554374,0.5,0.15372517456988796,0.0,0.01257174927539462,0.15372517456988796,0.0,0.018605987498824094,0.15372517456988796,0.0,0.11279937104670681,0.15372517456988796,0.0,0.044382997897058324,0.15372517456988796,0.0,0.03122778924722616,0.15372517456988796,0.0,0.00926432288291417,0.15372517456988796,0.0,0.012838137422460592,0.5,0.15372517456988796,0.0,0.010012014540171605,0.0,0.1601969886702127,0.04565822831698115 -6222,0.5,0.15372517456988796,0.0,0.05160223670078289,0.15372517456988796,0.0,0.04850894957241565,0.15372517456988796,0.0,0.018782555516176587,0.15372517456988796,0.0,0.035008051839226166,0.15372517456988796,0.0,0.02457532451889168,0.15372517456988796,0.0,0.030724297254037247,0.15372517456988796,0.0,0.026895447295051434,0.15372517456988796,0.0,0.02420947075247253,0.5,0.15372517456988796,0.0,0.008559028924473864,0.15372517456988796,0.0,0.010692403781881282,0.5,0.15372517456988796,0.0,0.013562414730045274,0.15372517456988796,0.0,0.02036750123745662,0.15372517456988796,0.0,0.10867001747732204,0.15372517456988796,0.0,0.050849459790311295,0.15372517456988796,0.0,0.03457251534111579,0.15372517456988796,0.0,0.00916969148755024,0.15372517456988796,0.0,0.012265114211673265,0.5,0.15372517456988796,0.0,0.009501592060871806,0.0,0.17391626924732007,0.05766820072183392 -6223,0.5,0.15372517456988796,0.02853708073393459,0.04452642617562036,0.15372517456988796,0.006594508382009704,0.05339422919955703,0.15372517456988796,0.02034162032671378,0.02008221484343633,0.15372517456988796,0.034933598545172785,0.03582265762149113,0.15372517456988796,0.004537556381701143,0.024875620047419906,0.15372517456988796,0.0029124446914854172,0.029530264084765702,0.15372517456988796,0.005059497516150525,0.025965605730539902,0.15372517456988796,0.003491645087335084,0.024444179355005927,0.5,0.15372517456988796,0.004117794186801314,0.00767849598831201,0.15372517456988796,0.015207222702090465,0.009245915988682263,0.5,0.15372517456988796,0.006962955014859895,0.015394898650099529,0.15372517456988796,0.008007672219323043,0.020819618277014968,0.15372517456988796,0.006697016768422282,0.10399862005115608,0.15372517456988796,0.005174321261502842,0.054402042574881154,0.15372517456988796,0.00984003997875306,0.032523425922614264,0.15372517456988796,0.0076774073643295845,0.008533350306601684,0.15372517456988796,0.017993565703774944,0.011374599715133346,0.5,0.15372517456988796,0.025497563029866083,0.008094910579755142,0.0,0.18723067865653947,0.06384841821361564 -6224,0.5,0.15372517456988796,0.1512497207098933,0.04999610226654082,0.15372517456988796,0.109772444866543,0.06217007186835784,0.15372517456988796,0.14757892993840094,0.03413673935519263,0.15372517456988796,0.1659972165167125,0.04913417696712849,0.15372517456988796,0.11151487014113864,0.022969720115789252,0.15372517456988796,0.10364605615332265,0.027911003476861387,0.15372517456988796,0.11587958047161753,0.02112813652217386,0.15372517456988796,0.10804911502296627,0.021581550045058177,0.5,0.15372517456988796,0.11158295889818517,0.0055624793495923615,0.15372517456988796,0.13774953347868918,0.007733974152104834,0.5,0.15372517456988796,0.1250727404365912,0.017894457336203196,0.15372517456988796,0.12785382833129677,0.016195984364732487,0.15372517456988796,0.10154091073387864,0.1137499020648363,0.15372517456988796,0.11067488065828993,0.052550034219322514,0.15372517456988796,0.13003620470350313,0.03665291990628458,0.15372517456988796,0.12822760773025743,0.006669700874438578,0.15372517456988796,0.14280065900053532,0.012287221752864442,0.5,0.15372517456988796,0.14203998428859044,0.01782301901810434,0.0,0.21591352672059422,0.0754526514963498 -6225,0.5,0.15372517456988796,0.28733164350998697,0.09233655609236124,0.15372517456988796,0.2704369895704784,0.12984675310358818,0.15372517456988796,0.29451867566037626,0.07918023402560313,0.15372517456988796,0.31041451606367104,0.11347706809541985,0.15372517456988796,0.2562063900128491,0.038503512362216934,0.15372517456988796,0.24972435343158092,0.04179383384126815,0.15372517456988796,0.2621690193972774,0.024740823976499585,0.15372517456988796,0.25535082243204793,0.02958643373409526,0.5,0.15372517456988796,0.25876623602444543,0.008080102976674036,0.15372517456988796,0.28514441018105446,0.005604640169287071,0.5,0.15372517456988796,0.2728843398511993,0.05594467758636768,0.15372517456988796,0.2776559491966173,0.019241626241306292,0.15372517456988796,0.22889557527782323,0.16835561299104182,0.15372517456988796,0.2558356314517566,0.07991315494212299,0.15372517456988796,0.2751365202802851,0.09915731472296552,0.15372517456988796,0.2758614910694686,0.01362937142770569,0.15372517456988796,0.28821130746203,0.03838717350370159,0.5,0.15372517456988796,0.2907036897302917,0.025518907245145748,0.0,0.22813436560191905,0.084147922702916 -6226,0.5,0.15372517456988796,0.4231788300981324,0.14214650687217975,0.15372517456988796,0.4140346880979231,0.20038041465577272,0.15372517456988796,0.4410057887246946,0.11210247678460303,0.15372517456988796,0.4532641458698812,0.18602522642398936,0.15372517456988796,0.39715120825948835,0.06753124163017818,0.15372517456988796,0.3927534174473747,0.07245431317929055,0.15372517456988796,0.40561331784522103,0.04520440572970332,0.15372517456988796,0.4014566220249356,0.0682847778779855,0.5,0.15372517456988796,0.4069285751789983,0.01748025248217917,0.15372517456988796,0.44673318505650683,0.004427144977608732,0.5,0.15372517456988796,0.4229051099180555,0.05921770047730745,0.15372517456988796,0.4309542391276373,0.027140461276846214,0.15372517456988796,0.37284658153269445,0.24848529248217943,0.15372517456988796,0.39716431329278384,0.12080919196544068,0.15372517456988796,0.41780577532395446,0.1632431635688077,0.15372517456988796,0.42297728964975495,0.03918329324280834,0.15372517456988796,0.43621478209527026,0.06166553169909656,0.5,0.15372517456988796,0.44556389578132355,0.031016596949553867,0.0,0.22714124804082783,0.08223442806153895 -6227,0.5,0.15372517456988796,0.5335074483325304,0.19201256921016085,0.15372517456988796,0.5335703951495513,0.3075950681234205,0.15372517456988796,0.5590049335177211,0.12340280755955839,0.15372517456988796,0.5633141250031458,0.2796100454011932,0.15372517456988796,0.5225557779626826,0.06780823562123797,0.15372517456988796,0.5207123103324498,0.07660197283448675,0.15372517456988796,0.5308465064933638,0.0559458845716998,0.15372517456988796,0.5294434357187207,0.09393616036700814,0.5,0.15372517456988796,0.5336254357889485,0.03515437266973852,0.15372517456988796,0.5679417941506695,0.004311458555344962,0.5,0.15372517456988796,0.5463000781612709,0.048939970643413176,0.15372517456988796,0.554753021583799,0.023787223107514046,0.15372517456988796,0.49581046981967647,0.28779000778117214,0.15372517456988796,0.5224825085026976,0.14407262523671194,0.15372517456988796,0.5390591943881763,0.22137913528483485,0.15372517456988796,0.5465959637819839,0.05046069385762678,0.15372517456988796,0.562306060700685,0.06804318884527043,0.5,0.15372517456988796,0.5784080804120182,0.038266410859025435,0.0,0.21134842023895462,0.08299086218832388 -6228,0.5,0.15372517456988796,0.5940755542864733,0.24072647724233534,0.15372517456988796,0.6024023156710052,0.4412793298797521,0.15372517456988796,0.6226365437762684,0.1295356016417942,0.15372517456988796,0.6194503566878783,0.3597667354539172,0.15372517456988796,0.5984125380989218,0.06836179210343347,0.15372517456988796,0.5998518502361625,0.0766530632442863,0.15372517456988796,0.6055731454458476,0.05159625961036648,0.15372517456988796,0.607359128976379,0.08758945901067701,0.5,0.15372517456988796,0.6098737418453085,0.04100678472071541,0.15372517456988796,0.6356958600767617,0.0041411462824984,0.5,0.15372517456988796,0.6177139935892657,0.038934871407629634,0.15372517456988796,0.6261465895547238,0.016793899726044312,0.15372517456988796,0.5858570714221311,0.32828001318983246,0.15372517456988796,0.5972777790725529,0.16946229330602952,0.15372517456988796,0.6001101036024008,0.23665057265066708,0.15372517456988796,0.6137085159369884,0.050687216717021664,0.15372517456988796,0.6288473592800654,0.06461840554258987,0.5,0.15372517456988796,0.641805137583777,0.04239014530509304,0.0,0.2107403617268298,0.09273724977247591 -6229,0.5,0.15372517456988796,0.611479183771682,0.28402653675994777,0.15372517456988796,0.6246172617808823,0.4785427788506176,0.15372517456988796,0.6410847509691383,0.1312976991628279,0.15372517456988796,0.6316485116544406,0.3980864067810636,0.15372517456988796,0.6181969748557229,0.05960025303584347,0.15372517456988796,0.6296750479826183,0.06113281340468258,0.15372517456988796,0.6262473141348048,0.036876348122424824,0.15372517456988796,0.6357867990626476,0.06123532824230313,0.5,0.15372517456988796,0.6374414704645885,0.03312604483957109,0.15372517456988796,0.6564008645320986,0.006467671034660829,0.5,0.15372517456988796,0.6414489116472673,0.03170746064544642,0.15372517456988796,0.6497723735972136,0.009494375673644893,0.15372517456988796,0.6174803335679186,0.3764456290044257,0.15372517456988796,0.622746483354179,0.19028095588113714,0.15372517456988796,0.6119663195839644,0.226919776706884,0.15372517456988796,0.635128065064925,0.037734659315592,0.15372517456988796,0.6447194613053895,0.05952678186474694,0.5,0.15372517456988796,0.6574093526630089,0.05241055148577644,0.0,0.1999749352682612,0.10789846397267845 -6230,0.5,0.15372517456988796,0.5854551754152352,0.315715363506992,0.15372517456988796,0.6058854457122425,0.4671016286734183,0.15372517456988796,0.6149736197368318,0.12904813357171357,0.15372517456988796,0.593055341281399,0.4016084624374133,0.15372517456988796,0.597731806754032,0.05844077305154127,0.15372517456988796,0.6201314417824199,0.051819721529470696,0.15372517456988796,0.610297507606141,0.030635715177570563,0.15372517456988796,0.6245528782997473,0.03554592472635057,0.5,0.15372517456988796,0.6251482019272626,0.024617037809741015,0.15372517456988796,0.6340505668989658,0.008852098944458368,0.5,0.15372517456988796,0.6241721511854987,0.026782906910093312,0.15372517456988796,0.6319444564457969,0.00674737715757121,0.15372517456988796,0.6042146563100631,0.4214053472238126,0.15372517456988796,0.6004717114080291,0.20711572379908888,0.15372517456988796,0.5799468772755447,0.21774029943635242,0.15372517456988796,0.6207731022321863,0.027806829963437384,0.15372517456988796,0.6238262748712056,0.058482745767730944,0.5,0.15372517456988796,0.6286860787051054,0.0651313676632263,0.0,0.19727777858659235,0.12855922957138405 -6231,0.5,0.15372517456988796,0.5036577852623334,0.3315487886448049,0.15372517456988796,0.5313988864288708,0.4555830568538359,0.15372517456988796,0.5322524224507069,0.12486685110467677,0.15372517456988796,0.5110478314347244,0.3737732256931776,0.15372517456988796,0.5378109474846102,0.06592214365247254,0.15372517456988796,0.5589866559888905,0.04838064403771297,0.15372517456988796,0.5481358613565938,0.03101167369500181,0.15372517456988796,0.5618696744330516,0.023548149048150314,0.5,0.15372517456988796,0.5612279835219601,0.02290283179569718,0.15372517456988796,0.5562682166306401,0.01808430325140444,0.5,0.15372517456988796,0.5534979899007755,0.043278786519402944,0.15372517456988796,0.5599022702705482,0.009109363941952232,0.15372517456988796,0.5317924539316965,0.44441386400560606,0.15372517456988796,0.5291318472162166,0.21659695591563755,0.15372517456988796,0.49295158753223134,0.2098060842983078,0.15372517456988796,0.5499335529066446,0.02296085986310004,0.15372517456988796,0.544724238973195,0.06223523995496175,0.5,0.15372517456988796,0.542472639597515,0.07583734602143895,0.0,0.21664935744262998,0.1432340532829905 -6232,0.5,0.15372517456988796,0.3812641397130938,0.29926879105481213,0.15372517456988796,0.410457570324378,0.3805456005202644,0.15372517456988796,0.40505974830831337,0.11497071306762197,0.15372517456988796,0.38217310500455004,0.2853128948007417,0.15372517456988796,0.4089389614321026,0.07833260551012901,0.15372517456988796,0.4448989787187755,0.05723107739358718,0.15372517456988796,0.42996208280528747,0.0378817099942212,0.15372517456988796,0.44600445625079077,0.030066599129020342,0.5,0.15372517456988796,0.444261114705088,0.028618765707858623,0.15372517456988796,0.42643367377595087,0.025998876759622584,0.5,0.15372517456988796,0.43086440054130337,0.049705045259458236,0.15372517456988796,0.4259020224136346,0.017442672216915457,0.15372517456988796,0.4131798965605349,0.4174338012091672,0.15372517456988796,0.41019269630954125,0.2156406747510625,0.15372517456988796,0.38383351326783033,0.1906000187327798,0.15372517456988796,0.428513606658635,0.025071125764823857,0.15372517456988796,0.4168700567800844,0.06913970157167028,0.5,0.15372517456988796,0.4080841614217662,0.07131892571320422,0.0,0.255594811217809,0.15691736633375808 -6233,0.5,0.15372517456988796,0.250986698523205,0.16388099221454727,0.15372517456988796,0.2763800408616189,0.19094810101478984,0.15372517456988796,0.26748411313126935,0.08151964051102083,0.15372517456988796,0.24591459976912855,0.12062303685038367,0.15372517456988796,0.2872694343698113,0.0823127453267718,0.15372517456988796,0.31291814050189626,0.06350069710865192,0.15372517456988796,0.29852262652965234,0.04241015206348082,0.15372517456988796,0.3082171508512058,0.03733932515233752,0.5,0.15372517456988796,0.3058618624622889,0.0302382012973296,0.15372517456988796,0.2782186813128832,0.012815674021594932,0.5,0.15372517456988796,0.2897571593960909,0.05246581146834862,0.15372517456988796,0.2861112649204372,0.017281948489132663,0.15372517456988796,0.28645190704907203,0.3118556443348101,0.15372517456988796,0.28557014925541746,0.17480951610053697,0.15372517456988796,0.26362077560056424,0.12862151659516277,0.15372517456988796,0.28932093555135163,0.028505090115802392,0.15372517456988796,0.2749631972730271,0.04273639756241592,0.5,0.15372517456988796,0.25982910945663035,0.024596015947635903,0.0,0.3067209525088665,0.17359407026218407 -6234,0.5,0.15372517456988796,0.01528395693818373,0.11082289679622825,0.15372517456988796,0.04000418158084391,0.06330789121145931,0.15372517456988796,0.030408736543019392,0.02969092962331247,0.15372517456988796,0.009086857691967844,0.07680569118372126,0.15372517456988796,0.05592849067040084,0.03869177572931593,0.15372517456988796,0.06382757285033328,0.030821302911157755,0.15372517456988796,0.05147076850839297,0.02797247221194004,0.15372517456988796,0.06194711866948527,0.0261278729683119,0.5,0.15372517456988796,0.06050239975296144,0.01601577732681304,0.15372517456988796,0.0382053492270046,0.00971296211311487,0.5,0.15372517456988796,0.04515032603759877,0.03785366263820078,0.15372517456988796,0.04928128406012979,0.018699314204575997,0.15372517456988796,0.04853854923845436,0.22801358851123096,0.15372517456988796,0.05483611009785494,0.0789428714773023,0.15372517456988796,0.041022536976753926,0.04006094398907388,0.15372517456988796,0.0431806961646154,0.016396746127107772,0.15372517456988796,0.03412452047628445,0.02824956981084489,0.5,0.15372517456988796,0.023359049189367317,0.027112591644175114,0.0,0.34583929662890556,0.1888168148252825 -6235,0.5,0.15372517456988796,0.0,0.11282785542429971,0.15372517456988796,0.0,0.05608371836789148,0.15372517456988796,0.0,0.025204154056095884,0.15372517456988796,0.0,0.07658471971606352,0.15372517456988796,0.0,0.05799312812266371,0.15372517456988796,0.0,0.04367650926610848,0.15372517456988796,0.0,0.04229704636075436,0.15372517456988796,0.0,0.03701988923625947,0.5,0.15372517456988796,0.0,0.017481682302850483,0.15372517456988796,0.0,0.006701732452579563,0.5,0.15372517456988796,0.0,0.035937772122571265,0.15372517456988796,0.0,0.021191488981836766,0.15372517456988796,0.0,0.22977238132934144,0.15372517456988796,0.0,0.07119142846843488,0.15372517456988796,0.0,0.03447742153512921,0.15372517456988796,0.0,0.018854663765219232,0.15372517456988796,0.0,0.02400057544797895,0.5,0.15372517456988796,0.0,0.019879682987263246,0.0,0.3662554735598091,0.20412882201692134 -6236,0.5,0.15372517456988796,0.0,0.11465480935309977,0.15372517456988796,0.0,0.059661956078647736,0.15372517456988796,0.0,0.021909030067170678,0.15372517456988796,0.0,0.07739479162546864,0.15372517456988796,0.0,0.05979375962241642,0.15372517456988796,0.0,0.04455867316817426,0.15372517456988796,0.0,0.04183500044928351,0.15372517456988796,0.0,0.03634434015315251,0.5,0.15372517456988796,0.0,0.01331720977117125,0.15372517456988796,0.0,0.0052703211344539685,0.5,0.15372517456988796,0.0,0.029986795757597308,0.15372517456988796,0.0,0.01967359825289845,0.15372517456988796,0.0,0.22920306533325663,0.15372517456988796,0.0,0.06267194908159879,0.15372517456988796,0.0,0.030090272357026552,0.15372517456988796,0.0,0.015001995827062868,0.15372517456988796,0.0,0.01807024209910786,0.5,0.15372517456988796,0.0,0.009162359072017463,0.0,0.3401299426339027,0.23990257785759783 -6237,0.5,0.15372517456988796,0.0,0.12027719294866751,0.15372517456988796,0.0,0.06647602882553484,0.15372517456988796,0.0,0.022862540583851388,0.15372517456988796,0.0,0.07947931344726042,0.15372517456988796,0.0,0.05434668523882306,0.15372517456988796,0.0,0.042926484069181925,0.15372517456988796,0.0,0.03922788888396921,0.15372517456988796,0.0,0.03634118828731137,0.5,0.15372517456988796,0.0,0.011173536709385494,0.15372517456988796,0.0,0.005197600496083489,0.5,0.15372517456988796,0.0,0.02603397806666457,0.15372517456988796,0.0,0.020017317315255134,0.15372517456988796,0.0,0.22571293244140167,0.15372517456988796,0.0,0.05642478795034185,0.15372517456988796,0.0,0.028833497306157252,0.15372517456988796,0.0,0.012967553604963955,0.15372517456988796,0.0,0.014475560586092343,0.5,0.15372517456988796,0.0,0.006498419098177198,0.0,0.29122644836456035,0.310536657358469 -6238,0.5,0.15372517456988796,0.0,0.12334839645950636,0.15372517456988796,0.0,0.07018729298973778,0.15372517456988796,0.0,0.023791176005241194,0.15372517456988796,0.0,0.07906998972802383,0.15372517456988796,0.0,0.04445734604274254,0.15372517456988796,0.0,0.04036839063993891,0.15372517456988796,0.0,0.035780781216599805,0.15372517456988796,0.0,0.034839847149068584,0.5,0.15372517456988796,0.0,0.008503970851663432,0.15372517456988796,0.0,0.0055759513871078414,0.5,0.15372517456988796,0.0,0.01924848155672769,0.15372517456988796,0.0,0.021666595601077226,0.15372517456988796,0.0,0.20622974374319186,0.15372517456988796,0.0,0.05376012546500247,0.15372517456988796,0.0,0.028525518417539773,0.15372517456988796,0.0,0.01106281210863495,0.15372517456988796,0.0,0.011945357350076484,0.5,0.15372517456988796,0.0,0.005954911073513426,0.0,0.2322870316085241,0.3735869237077791 -6239,0.5,0.15372517456988796,0.0,0.12011327327027828,0.15372517456988796,0.0,0.06938418577323223,0.15372517456988796,0.0,0.02287007751326793,0.15372517456988796,0.0,0.07353800966712205,0.15372517456988796,0.0,0.03386187140245891,0.15372517456988796,0.0,0.03875935456211435,0.15372517456988796,0.0,0.03291827985715003,0.15372517456988796,0.0,0.03312657661345465,0.5,0.15372517456988796,0.0,0.007254128413958709,0.15372517456988796,0.0,0.012068023517548083,0.5,0.15372517456988796,0.0,0.01325503221407997,0.15372517456988796,0.0,0.022028503690030826,0.15372517456988796,0.0,0.17820989924682865,0.15372517456988796,0.0,0.05003728015159506,0.15372517456988796,0.0,0.027473071458582386,0.15372517456988796,0.0,0.009458138798686459,0.15372517456988796,0.0,0.010226541922610424,0.5,0.15372517456988796,0.0,0.006606361392459764,0.0,0.1789421851740421,0.36149806907616544 -6240,0.5,0.15372517456988796,0.0,0.10963339089935738,0.15372517456988796,0.0,0.0619521903115328,0.15372517456988796,0.0,0.02005052777495081,0.15372517456988796,0.0,0.06747944306947222,0.15372517456988796,0.0,0.026718141751246254,0.15372517456988796,0.0,0.03150164127690736,0.15372517456988796,0.0,0.028885757260607253,0.15372517456988796,0.0,0.029582802734522767,0.5,0.15372517456988796,0.0,0.006702693461311441,0.15372517456988796,0.0,0.016501614908777756,0.5,0.15372517456988796,0.0,0.009391889813187535,0.15372517456988796,0.0,0.02398891265904498,0.15372517456988796,0.0,0.15344242899182237,0.15372517456988796,0.0,0.043281574891426505,0.15372517456988796,0.0,0.026314426745312446,0.15372517456988796,0.0,0.007987421507298252,0.15372517456988796,0.0,0.008607926665616031,0.5,0.15372517456988796,0.0,0.007704569559563506,0.0,0.14885327805129647,0.27344011305322913 -6241,0.5,0.15372517456988796,0.0,0.09596135358981069,0.15372517456988796,0.0,0.053880972170604016,0.15372517456988796,0.0,0.016077883436926406,0.15372517456988796,0.0,0.061706784952088777,0.15372517456988796,0.0,0.024413153525002514,0.15372517456988796,0.0,0.02630040422916161,0.15372517456988796,0.0,0.027427726236306182,0.15372517456988796,0.0,0.029066337468328558,0.5,0.15372517456988796,0.0,0.003978483883237453,0.15372517456988796,0.0,0.02382165373451112,0.5,0.15372517456988796,0.0,0.007436879431070038,0.15372517456988796,0.0,0.024602759493151362,0.15372517456988796,0.0,0.13511773257972315,0.15372517456988796,0.0,0.035723235196839356,0.15372517456988796,0.0,0.024672515269038783,0.15372517456988796,0.0,0.0070460389450848985,0.15372517456988796,0.0,0.008045524923429062,0.5,0.15372517456988796,0.0,0.008877446860807636,0.0,0.13277996046362686,0.17397156289165444 -6242,0.5,0.15372517456988796,0.0,0.08140328769853154,0.15372517456988796,0.0,0.044780272554852715,0.15372517456988796,0.0,0.011793951767960642,0.15372517456988796,0.0,0.05993722559610633,0.15372517456988796,0.0,0.023348281358626162,0.15372517456988796,0.0,0.02306608957823759,0.15372517456988796,0.0,0.028321773367451553,0.15372517456988796,0.0,0.028598496297758454,0.5,0.15372517456988796,0.0,0.003265684924077718,0.15372517456988796,0.0,0.027810074684067005,0.5,0.15372517456988796,0.0,0.006625976173371365,0.15372517456988796,0.0,0.026729848081387075,0.15372517456988796,0.0,0.11516890055402614,0.15372517456988796,0.0,0.030574794751861766,0.15372517456988796,0.0,0.021844168685436486,0.15372517456988796,0.0,0.00662444281972841,0.15372517456988796,0.0,0.008912973484089795,0.5,0.15372517456988796,0.0,0.009167023747227662,0.0,0.12118673785565222,0.1142100977541568 -6243,0.5,0.15372517456988796,0.0,0.06844437765063016,0.15372517456988796,0.0,0.036314065352774746,0.15372517456988796,0.0,0.008731372831443302,0.15372517456988796,0.0,0.057860422795345964,0.15372517456988796,0.0,0.022769584473205408,0.15372517456988796,0.0,0.020967068737976262,0.15372517456988796,0.0,0.02728422481289964,0.15372517456988796,0.0,0.02637208786624573,0.5,0.15372517456988796,0.0,0.0032968779312932375,0.15372517456988796,0.0,0.026443513570437248,0.5,0.15372517456988796,0.0,0.006864486626748346,0.15372517456988796,0.0,0.02746609961654689,0.15372517456988796,0.0,0.09932422711375352,0.15372517456988796,0.0,0.027955462346328248,0.15372517456988796,0.0,0.020761064545173253,0.15372517456988796,0.0,0.006826176590226208,0.15372517456988796,0.0,0.010295111952335168,0.5,0.15372517456988796,0.0,0.008003827536910122,0.0,0.11770488616946254,0.08675503368338541 -6244,0.5,0.15372517456988796,0.0,0.06227711901783527,0.15372517456988796,0.0,0.04052418788576332,0.15372517456988796,0.0,0.007861900172878127,0.15372517456988796,0.0,0.061516244403280025,0.15372517456988796,0.0,0.02203081678129711,0.15372517456988796,0.0,0.020411546031949945,0.15372517456988796,0.0,0.02715966727973336,0.15372517456988796,0.0,0.02279200814699773,0.5,0.15372517456988796,0.0,0.0023612909356088194,0.15372517456988796,0.0,0.02909322905728139,0.5,0.15372517456988796,0.0,0.008375036040245839,0.15372517456988796,0.0,0.029398358974317425,0.15372517456988796,0.0,0.0895917987775277,0.15372517456988796,0.0,0.0267021653628915,0.15372517456988796,0.0,0.019777680948931283,0.15372517456988796,0.0,0.007849262958694633,0.15372517456988796,0.0,0.012779308383514019,0.5,0.15372517456988796,0.0,0.006956192949554677,0.0,0.1291636659288695,0.0819074974439708 -6245,0.5,0.15372517456988796,0.0,0.06102934293108377,0.15372517456988796,0.0,0.047336566645925685,0.15372517456988796,0.0,0.00742484255782195,0.15372517456988796,0.0,0.06406108953678957,0.15372517456988796,0.0,0.021835223466183943,0.15372517456988796,0.0,0.020731176163582506,0.15372517456988796,0.0,0.02833831047120122,0.15372517456988796,0.0,0.023624313684194286,0.5,0.15372517456988796,0.0,0.001863298850010583,0.15372517456988796,0.0,0.029752045080881945,0.5,0.15372517456988796,0.0,0.008473945940943375,0.15372517456988796,0.0,0.032072414510745634,0.15372517456988796,0.0,0.08279025402737497,0.15372517456988796,0.0,0.025836996526108665,0.15372517456988796,0.0,0.019771081384605625,0.15372517456988796,0.0,0.009064436997008865,0.15372517456988796,0.0,0.014940576521327884,0.5,0.15372517456988796,0.0,0.007746099945129856,0.0,0.1449283131097879,0.08481639773230074 -6246,0.5,0.15372517456988796,0.0,0.059194188563269426,0.15372517456988796,0.0,0.04454994639314242,0.15372517456988796,0.0,0.00684159633500768,0.15372517456988796,0.0,0.06845591714245709,0.15372517456988796,0.0,0.02063449739897797,0.15372517456988796,0.0,0.023046974025011623,0.15372517456988796,0.0,0.028278267466656508,0.15372517456988796,0.0,0.02602686093224976,0.5,0.15372517456988796,0.0,0.0021405219286611743,0.15372517456988796,0.0,0.029261391553558606,0.5,0.15372517456988796,0.0,0.006798429609449694,0.15372517456988796,0.0,0.03274011370137354,0.15372517456988796,0.0,0.07994948949810855,0.15372517456988796,0.0,0.02435312236377549,0.15372517456988796,0.0,0.019916265602597176,0.15372517456988796,0.0,0.009644639059655735,0.15372517456988796,0.0,0.015923135703359178,0.5,0.15372517456988796,0.0,0.0096752372711277,0.0,0.1548427137733618,0.08239898073084775 -6247,0.5,0.15372517456988796,0.02777889121393911,0.05229684287900057,0.15372517456988796,0.008936323027333134,0.037509078949330296,0.15372517456988796,0.017788268762710596,0.005874302161781134,0.15372517456988796,0.03272692889445381,0.0591895649491686,0.15372517456988796,0.003985107319030992,0.018690312729834808,0.15372517456988796,0.002280850828754037,0.02350275117305481,0.15372517456988796,0.004416241835593789,0.026741313949392522,0.15372517456988796,0.001966738618097221,0.019353831734066657,0.5,0.15372517456988796,0.0012352383948073373,0.003725729977780223,0.15372517456988796,0.01205400568232485,0.029387587555412254,0.5,0.15372517456988796,0.003350426735841066,0.004139390558631985,0.15372517456988796,0.004386565463711575,0.027084384964155554,0.15372517456988796,0.007635952076811634,0.07376307505761659,0.15372517456988796,0.005077005927114648,0.02155419206978916,0.15372517456988796,0.008397672966978655,0.018326241379754617,0.15372517456988796,0.006457119766320689,0.0077453436872953925,0.15372517456988796,0.01552328011675151,0.015121583012626075,0.5,0.15372517456988796,0.02601407150558057,0.010809453139377043,0.0,0.16882045993809183,0.06774424171014228 -6248,0.5,0.15372517456988796,0.15788165499029783,0.054830136320163925,0.15372517456988796,0.13141744453033188,0.03578363988789987,0.15372517456988796,0.14532649549153906,0.004628106130840771,0.15372517456988796,0.16450790777641014,0.07481156913918388,0.15372517456988796,0.11051084965551962,0.0150727053527338,0.15372517456988796,0.09962021683695271,0.022257256405545017,0.15372517456988796,0.1133471686385731,0.022038218224766624,0.15372517456988796,0.05936992953728565,0.01949634818172083,0.5,0.15372517456988796,0.030168653358217064,0.002992556642018831,0.15372517456988796,0.12866890725367255,0.01612763002639617,0.5,0.15372517456988796,0.05653102485310654,0.004578869117701533,0.15372517456988796,0.07070823265471368,0.021956560108105032,0.15372517456988796,0.12617383114348757,0.06938085531113293,0.15372517456988796,0.11564459094601036,0.02105287741289828,0.15372517456988796,0.12915604635598493,0.01850548314949758,0.15372517456988796,0.12053946540743185,0.00792758527088629,0.15372517456988796,0.138733328190777,0.013720360674861112,0.5,0.15372517456988796,0.15652656750682617,0.009381803254501761,0.0,0.18667454365664488,0.050987192007293645 -6249,0.5,0.15372517456988796,0.30081160846800237,0.10822795181630218,0.15372517456988796,0.27579236478614155,0.08056937145817718,0.15372517456988796,0.29181918230914844,0.008270220294900174,0.15372517456988796,0.30996771497038095,0.15215418243251447,0.15372517456988796,0.2566601602961982,0.02157856567006228,0.15372517456988796,0.24336092489527295,0.03201692343147819,0.15372517456988796,0.25931874657102744,0.02244256053212906,0.15372517456988796,0.09885520703583378,0.022755590034295545,0.5,0.15372517456988796,0.06340532616892937,0.004619040220216404,0.15372517456988796,0.26576262296922565,0.008961542608748251,0.5,0.15372517456988796,0.10556740140008666,0.006200471255949735,0.15372517456988796,0.15548710162241677,0.01909654236148194,0.15372517456988796,0.27097694721508264,0.10165802037131608,0.15372517456988796,0.2616108645085331,0.03401450327667146,0.15372517456988796,0.27497073737118033,0.03283876943712333,0.15372517456988796,0.2528660307954884,0.014520486613635487,0.15372517456988796,0.2792678662030309,0.030174907764359438,0.5,0.15372517456988796,0.3070897907535668,0.01916397647939483,0.0,0.20911075319288075,0.0425090124810719 -6250,0.5,0.15372517456988796,0.44088843734276817,0.17550242639297933,0.15372517456988796,0.4146262029647315,0.11075264322676708,0.15372517456988796,0.43661310111168883,0.017185710771054262,0.15372517456988796,0.45300255953941765,0.2152282845159211,0.15372517456988796,0.39807166437310004,0.030963931275508276,0.15372517456988796,0.37734404421537027,0.0525630496673814,0.15372517456988796,0.40002069572145305,0.040308084931468195,0.15372517456988796,0.07405116321471593,0.0355860716392918,0.5,0.15372517456988796,0.06673882607561334,0.011087162273400744,0.15372517456988796,0.39913833420871164,0.008392937648742346,0.5,0.15372517456988796,0.12051770219993502,0.010271018541544216,0.15372517456988796,0.2580181282985293,0.022379420630577802,0.15372517456988796,0.4090780377785994,0.153704693027179,0.15372517456988796,0.4018955655851892,0.050772906136182565,0.15372517456988796,0.4171882761428831,0.04533458080546178,0.15372517456988796,0.35907165727343626,0.040293370029399686,0.15372517456988796,0.40890700441289185,0.060871170226238,0.5,0.15372517456988796,0.4565512968135071,0.02605483576129969,0.0,0.20279549577004982,0.035580751435591834 -6251,0.5,0.15372517456988796,0.5522293903666584,0.22153592576562328,0.15372517456988796,0.5335286424857028,0.13760720573059007,0.15372517456988796,0.5507587682758405,0.03158379469950742,0.15372517456988796,0.5622960051305541,0.23603756422447825,0.15372517456988796,0.5236737537371059,0.03902076868857887,0.15372517456988796,0.49052609736045283,0.06503591595073999,0.15372517456988796,0.5159654151778765,0.052022527921669066,0.15372517456988796,0.0994490755936992,0.055056774856725256,0.5,0.15372517456988796,0.0934217919489599,0.021951678230217368,0.15372517456988796,0.5051019020100012,0.009950924004229426,0.5,0.15372517456988796,0.15878798945136074,0.005383655886089018,0.15372517456988796,0.3596739920176966,0.023584512495002517,0.15372517456988796,0.5304455959603009,0.1762327394010047,0.15372517456988796,0.5262973539554817,0.04894016121445775,0.15372517456988796,0.5375501539211754,0.04573552055703131,0.15372517456988796,0.4136058761253041,0.07018913274205676,0.15372517456988796,0.4901305124787347,0.07461876316007006,0.5,0.15372517456988796,0.5699755982097376,0.027835214349761404,0.0,0.1928225119507124,0.02898021956820669 -6252,0.5,0.15372517456988796,0.6101355351759323,0.2646858793679461,0.15372517456988796,0.6005775266331421,0.13158530787168315,0.15372517456988796,0.6093400966507152,0.03555477656112799,0.15372517456988796,0.6177523482873586,0.24506746015204015,0.15372517456988796,0.5992538042683098,0.03584984897237592,0.15372517456988796,0.5549417859237291,0.07382304631689049,0.15372517456988796,0.5771015849142669,0.04724889346272786,0.15372517456988796,0.10129549194649407,0.06452830041936931,0.5,0.15372517456988796,0.09028461943731178,0.029557363355402422,0.15372517456988796,0.56749207819059,0.0076126227877326424,0.5,0.15372517456988796,0.15255541927030847,0.0005455475999896852,0.15372517456988796,0.4567953478338608,0.017726170463754572,0.15372517456988796,0.6005951600462269,0.20433824934113065,0.15372517456988796,0.6002212553519275,0.047135562062058774,0.15372517456988796,0.6058476879603758,0.04455120054745068,0.15372517456988796,0.413850184755857,0.08896339395535577,0.15372517456988796,0.48541854973926957,0.061375425095991545,0.5,0.15372517456988796,0.6308063120729795,0.027489286405779585,0.0,0.18164370462668364,0.024543762125870373 -6253,0.5,0.15372517456988796,0.624104476031744,0.31572502193649576,0.15372517456988796,0.6215383963814902,0.12429788701703805,0.15372517456988796,0.6191784768532805,0.032402235091704285,0.15372517456988796,0.6295550789433113,0.2367122732060359,0.15372517456988796,0.6260503560838877,0.02907321752904291,0.15372517456988796,0.561436357732279,0.08247525652665418,0.15372517456988796,0.5781669512414094,0.04399560726388479,0.15372517456988796,0.0897025336468622,0.05850410373135219,0.5,0.15372517456988796,0.09273069720799018,0.026029078366253074,0.15372517456988796,0.5832199017648121,0.0054056073919696995,0.5,0.15372517456988796,0.18590042343020688,0.00036342843346970393,0.15372517456988796,0.5034933277748002,0.008248490078116164,0.15372517456988796,0.6236645646172927,0.21768439945517465,0.15372517456988796,0.6258532618316891,0.04388267673739531,0.15372517456988796,0.6272100865918826,0.038771509127694496,0.15372517456988796,0.3850695267688284,0.091662560643595,0.15372517456988796,0.42383822901984686,0.049216851907971544,0.5,0.15372517456988796,0.6464803307829364,0.02883356486495482,0.0,0.189535543270028,0.021988613449734226 -6254,0.5,0.15372517456988796,0.5951730910636656,0.34952699743796894,0.15372517456988796,0.602521375103349,0.10997714333313688,0.15372517456988796,0.5789375755580167,0.030916215002352393,0.15372517456988796,0.5976371619084118,0.21634941523913329,0.15372517456988796,0.6133548704465294,0.020477662120239548,0.15372517456988796,0.5299653056939714,0.09108675665283636,0.15372517456988796,0.5323678014097649,0.052829582530702295,0.15372517456988796,0.09102330248283966,0.060097802306149445,0.5,0.15372517456988796,0.11080185225976202,0.023108343216331123,0.15372517456988796,0.5547199911079441,0.00269616955686175,0.5,0.15372517456988796,0.24786102962051298,0.0006414241048930585,0.15372517456988796,0.5068025749995002,0.0020363280969249438,0.15372517456988796,0.6064261905745294,0.22208527783051177,0.15372517456988796,0.6117084503486362,0.03993749528024556,0.15372517456988796,0.6080494416540765,0.032390367523226014,0.15372517456988796,0.3085121797691252,0.09967013370653567,0.15372517456988796,0.354163050682824,0.03913327459586573,0.5,0.15372517456988796,0.6145367754848626,0.028511191054664802,0.0,0.21609500047725497,0.021389375850365967 -6255,0.5,0.15372517456988796,0.5091489902441197,0.3431263707021878,0.15372517456988796,0.5281674353722405,0.09468205935475026,0.15372517456988796,0.47542156022343784,0.0333482829324009,0.15372517456988796,0.5079654266244905,0.19458056058490825,0.15372517456988796,0.547177828895502,0.01546722419253915,0.15372517456988796,0.45124040722888864,0.09919618060193575,0.15372517456988796,0.44637343158695186,0.07261252421382941,0.15372517456988796,0.1027087101183938,0.051860675039613634,0.5,0.15372517456988796,0.1407583271275759,0.016037756782339492,0.15372517456988796,0.4899073094619293,0.0028518228129763277,0.5,0.15372517456988796,0.3123651166162516,0.0006710287993804952,0.15372517456988796,0.48574122107823225,0.0003703675177953067,0.15372517456988796,0.5332069659242198,0.2169465289340988,0.15372517456988796,0.5433425924500104,0.039883146052481715,0.15372517456988796,0.5330958662450997,0.02974754539600786,0.15372517456988796,0.2014595874641557,0.10206498051287216,0.15372517456988796,0.262755138223272,0.028293065382125053,0.5,0.15372517456988796,0.5287067855514147,0.025715930243718904,0.0,0.26015032281966916,0.02214657514096863 -6256,0.5,0.15372517456988796,0.38335900324128225,0.26539256097432595,0.15372517456988796,0.40790216146205804,0.07346249512791644,0.15372517456988796,0.31950420392811946,0.03719935149016158,0.15372517456988796,0.3752586984298859,0.16215980754137924,0.15372517456988796,0.4297702560887514,0.011540481875601334,0.15372517456988796,0.33792522788679225,0.08274515385709863,0.15372517456988796,0.3087378271477185,0.07181967269645907,0.15372517456988796,0.13177042361240016,0.052892686110258144,0.5,0.15372517456988796,0.17498890412549367,0.012749292920634201,0.15372517456988796,0.3887704006633623,0.0065773521314039145,0.5,0.15372517456988796,0.27099719669547495,0.0007097775753322463,0.15372517456988796,0.3822142775721704,0.0003323836386810822,0.15372517456988796,0.41358958826842795,0.19128246842810284,0.15372517456988796,0.4251285055737386,0.041423354619262526,0.15372517456988796,0.4083159245707849,0.030190582624463204,0.15372517456988796,0.10319864858061398,0.08578471135485811,0.15372517456988796,0.18500736846459276,0.016051596961029695,0.5,0.15372517456988796,0.39041918732606956,0.02206818663638424,0.0,0.3162714187599142,0.023573658730128233 -6257,0.5,0.15372517456988796,0.24648574646548427,0.11401921670215798,0.15372517456988796,0.2787945750781684,0.03782688540144119,0.15372517456988796,0.1640118859917795,0.030419609087672328,0.15372517456988796,0.21655539631956766,0.07634631104290868,0.15372517456988796,0.2992625844114065,0.01232709894273354,0.15372517456988796,0.24217498845372776,0.0614359588320307,0.15372517456988796,0.20303990560976476,0.06468272736107078,0.15372517456988796,0.12707004809984448,0.04364209676709936,0.5,0.15372517456988796,0.16782119713639485,0.017348282716695525,0.15372517456988796,0.25784764169514657,0.0023073932891502476,0.5,0.15372517456988796,0.21733347664629105,0.0007263256504181812,0.15372517456988796,0.24384715347381514,0.0008619241790066393,0.15372517456988796,0.285707648802557,0.13075792173270664,0.15372517456988796,0.29595056804832154,0.04034315110925267,0.15372517456988796,0.26934484772463096,0.024292558764447313,0.15372517456988796,0.05488517593855945,0.06647276174059423,0.15372517456988796,0.10870452792402885,0.005195672326845195,0.5,0.15372517456988796,0.2410784536054951,0.01006525963967651,0.0,0.32250723100232626,0.024269707041691003 -6258,0.5,0.15372517456988796,0.01009561519834851,0.06025261718392557,0.15372517456988796,0.03610756801872872,0.013225760952578602,0.15372517456988796,0.023664370520664422,0.01653824012933911,0.15372517456988796,0.004363029887724382,0.054720137195970915,0.15372517456988796,0.05061279483920808,0.005311321558504704,0.15372517456988796,0.056840623598022555,0.043005296614369706,0.15372517456988796,0.03910534106787302,0.042471500110764226,0.15372517456988796,0.0556345949105289,0.021218917145254475,0.5,0.15372517456988796,0.04750890562306905,0.008237633890124402,0.15372517456988796,0.03821480341349344,0.0023411006394380334,0.5,0.15372517456988796,0.04191046853009149,0.00048601546389073514,0.15372517456988796,0.04809764470852471,0.0019449839086236325,0.15372517456988796,0.04350759181114985,0.0890936431936448,0.15372517456988796,0.04984535964426402,0.023725598040294435,0.15372517456988796,0.03600518906492087,0.009985378838926574,0.15372517456988796,0.01422191339122582,0.03863675085569967,0.15372517456988796,0.020768131942053382,0.005396670638899206,0.5,0.15372517456988796,0.013647085218030236,0.013000660421148974,0.0,0.27652037792190537,0.02176231805336179 -6259,0.5,0.15372517456988796,0.0,0.05281107738071006,0.15372517456988796,0.0,0.013166662674213054,0.15372517456988796,0.0,0.02576755285216892,0.15372517456988796,0.0,0.062367642302363274,0.15372517456988796,0.0,0.010304531591108773,0.15372517456988796,0.0,0.034027134338734825,0.15372517456988796,0.0,0.04295524585242579,0.15372517456988796,0.0,0.020291499383469074,0.5,0.15372517456988796,0.0,0.0074605423116635,0.15372517456988796,0.0,0.0026547661201009667,0.5,0.15372517456988796,0.0,0.0008453674618374861,0.15372517456988796,0.0,0.005188172325667267,0.15372517456988796,0.0,0.08837572512751614,0.15372517456988796,0.0,0.027043280442668634,0.15372517456988796,0.0,0.014669787298398657,0.15372517456988796,0.0,0.024942552746881782,0.15372517456988796,0.0,0.007364312218488295,0.5,0.15372517456988796,0.0,0.011831256255994953,0.0,0.22686562374176067,0.01715313069499945 -6260,0.5,0.15372517456988796,0.0,0.046707427228029036,0.15372517456988796,0.0,0.009837111729824878,0.15372517456988796,0.0,0.039011803289635494,0.15372517456988796,0.0,0.061467025675072576,0.15372517456988796,0.0,0.011779356945898555,0.15372517456988796,0.0,0.03205727783454325,0.15372517456988796,0.0,0.042756376676275756,0.15372517456988796,0.0,0.02189479829237459,0.5,0.15372517456988796,0.0,0.005834323348925251,0.15372517456988796,0.0,0.0035419784629792013,0.5,0.15372517456988796,0.0,0.0016183186364054304,0.15372517456988796,0.0,0.011471707619471644,0.15372517456988796,0.0,0.07968800844371766,0.15372517456988796,0.0,0.02472799701885548,0.15372517456988796,0.0,0.017257015228902346,0.15372517456988796,0.0,0.01826664650330348,0.15372517456988796,0.0,0.009018159450313458,0.5,0.15372517456988796,0.0,0.0114867109713077,0.0,0.194238467492541,0.01385512533691033 -6261,0.5,0.15372517456988796,0.0,0.04038033566368669,0.15372517456988796,0.0,0.008454948674747881,0.15372517456988796,0.0,0.057820180124688716,0.15372517456988796,0.0,0.056282156092638105,0.15372517456988796,0.0,0.012630690524293366,0.15372517456988796,0.0,0.03105959504892875,0.15372517456988796,0.0,0.029228295011002846,0.15372517456988796,0.0,0.01822850720945128,0.5,0.15372517456988796,0.0,0.003209962671553601,0.15372517456988796,0.0,0.004071383802711698,0.5,0.15372517456988796,0.0,0.005539983779475453,0.15372517456988796,0.0,0.021121576878676274,0.15372517456988796,0.0,0.069588839708007,0.15372517456988796,0.0,0.021275254736987756,0.15372517456988796,0.0,0.018346291246624954,0.15372517456988796,0.0,0.011626530625986968,0.15372517456988796,0.0,0.010923038822939645,0.5,0.15372517456988796,0.0,0.010763456815399928,0.0,0.15249937394858123,0.013713250643003714 -6262,0.5,0.15372517456988796,0.0,0.035391151104598624,0.15372517456988796,0.0,0.007415176111205497,0.15372517456988796,0.0,0.09245923725309396,0.15372517456988796,0.0,0.04927924423846849,0.15372517456988796,0.0,0.011049637918884454,0.15372517456988796,0.0,0.02730691694393827,0.15372517456988796,0.0,0.02553562360115992,0.15372517456988796,0.0,0.012649425898591488,0.5,0.15372517456988796,0.0,0.0032324947244632596,0.15372517456988796,0.0,0.005571252830815989,0.5,0.15372517456988796,0.0,0.00842119316910962,0.15372517456988796,0.0,0.023168935417277065,0.15372517456988796,0.0,0.05758419874454518,0.15372517456988796,0.0,0.015926290772912507,0.15372517456988796,0.0,0.0175367258363952,0.15372517456988796,0.0,0.010019033947647424,0.15372517456988796,0.0,0.013425930119754398,0.5,0.15372517456988796,0.0,0.0078323754155988,0.0,0.10574755905356542,0.014811090472903311 -6263,0.5,0.15372517456988796,0.0,0.02927638434987272,0.15372517456988796,0.0,0.006507372937418147,0.15372517456988796,0.0,0.10231069618857792,0.15372517456988796,0.0,0.057825217496275214,0.15372517456988796,0.0,0.009921286707361872,0.15372517456988796,0.0,0.017910157663588704,0.15372517456988796,0.0,0.019318396256640523,0.15372517456988796,0.0,0.018783912889730053,0.5,0.15372517456988796,0.0,0.005159127099771873,0.15372517456988796,0.0,0.00922008351722511,0.5,0.15372517456988796,0.0,0.01303747664123758,0.15372517456988796,0.0,0.027698864055925476,0.15372517456988796,0.0,0.04326063599117704,0.15372517456988796,0.0,0.010512875713895253,0.15372517456988796,0.0,0.019879257086612836,0.15372517456988796,0.0,0.009324958898623607,0.15372517456988796,0.0,0.01400985265365269,0.5,0.15372517456988796,0.0,0.005586998562296986,0.0,0.0684352720792514,0.013296519213869333 -6264,0.5,0.15372517456988796,0.0,0.028054045947629898,0.15372517456988796,0.0,0.005169048398408968,0.15372517456988796,0.0,0.04214444275496463,0.15372517456988796,0.0,0.058164266483738535,0.15372517456988796,0.0,0.006079550359754481,0.15372517456988796,0.0,0.016519205656523043,0.15372517456988796,0.0,0.017159355474930905,0.15372517456988796,0.0,0.020875130048347026,0.5,0.15372517456988796,0.0,0.0042067475601042245,0.15372517456988796,0.0,0.015219461778991387,0.5,0.15372517456988796,0.0,0.01511074746410236,0.15372517456988796,0.0,0.03151030389762902,0.15372517456988796,0.0,0.032907299249828464,0.15372517456988796,0.0,0.007130910306028399,0.15372517456988796,0.0,0.018869133642779642,0.15372517456988796,0.0,0.009990295940836787,0.15372517456988796,0.0,0.014576511361027618,0.5,0.15372517456988796,0.0,0.005457092486769705,0.0,0.0416755863410188,0.012214959052710991 -6265,0.5,0.15372517456988796,0.0,0.025572218216248225,0.15372517456988796,0.0,0.004818952123649012,0.15372517456988796,0.0,0.009057413723087203,0.15372517456988796,0.0,0.0363913789696058,0.15372517456988796,0.0,0.0026004480414063918,0.15372517456988796,0.0,0.019827858274289845,0.15372517456988796,0.0,0.018499837350359524,0.15372517456988796,0.0,0.013808553913392165,0.5,0.15372517456988796,0.0,0.010320447726181667,0.15372517456988796,0.0,0.021633290787529486,0.5,0.15372517456988796,0.0,0.014797392004119616,0.15372517456988796,0.0,0.03094238964401991,0.15372517456988796,0.0,0.025234736181892772,0.15372517456988796,0.0,0.004660173159896688,0.15372517456988796,0.0,0.0131027255229202,0.15372517456988796,0.0,0.011666889432167085,0.15372517456988796,0.0,0.013795739188315946,0.5,0.15372517456988796,0.0,0.0059288758169189605,0.0,0.023303230076127647,0.010907078595372259 -6266,0.5,0.15372517456988796,0.0,0.02199673350344451,0.15372517456988796,0.0,0.004521870494200741,0.15372517456988796,0.0,0.004910415635036002,0.15372517456988796,0.0,0.02084960300725124,0.15372517456988796,0.0,0.005060372683902878,0.15372517456988796,0.0,0.01817147500710114,0.15372517456988796,0.0,0.020164742739603326,0.15372517456988796,0.0,0.014654299159960795,0.5,0.15372517456988796,0.0,0.011338136918940842,0.15372517456988796,0.0,0.025288542597700515,0.5,0.15372517456988796,0.0,0.018066311330630882,0.15372517456988796,0.0,0.02980670833289036,0.15372517456988796,0.0,0.019964514083814795,0.15372517456988796,0.0,0.003186301527858368,0.15372517456988796,0.0,0.009066148191499037,0.15372517456988796,0.0,0.013154680210590169,0.15372517456988796,0.0,0.013425720458855355,0.5,0.15372517456988796,0.0,0.008319335790206769,0.0,0.014637039829202014,0.008033383764365007 -6267,0.5,0.15372517456988796,0.0,0.019777482180338153,0.15372517456988796,0.0,0.00394192680390175,0.15372517456988796,0.0,0.006851421261773756,0.15372517456988796,0.0,0.012934153415005478,0.15372517456988796,0.0,0.006164953571833087,0.15372517456988796,0.0,0.01351076061693641,0.15372517456988796,0.0,0.0171575670933208,0.15372517456988796,0.0,0.02420450894178689,0.5,0.15372517456988796,0.0,0.006811748019526995,0.15372517456988796,0.0,0.022693771494080257,0.5,0.15372517456988796,0.0,0.015508503933644766,0.15372517456988796,0.0,0.030615564664273072,0.15372517456988796,0.0,0.015680027486331297,0.15372517456988796,0.0,0.002518460319963173,0.15372517456988796,0.0,0.007329009513227305,0.15372517456988796,0.0,0.016041650559693903,0.15372517456988796,0.0,0.01468600437123341,0.5,0.15372517456988796,0.0,0.008964552381719629,0.0,0.008295584902954487,0.006267249619176826 -6268,0.5,0.15372517456988796,0.0,0.01803726380982425,0.15372517456988796,0.0,0.002913037820305856,0.15372517456988796,0.0,0.009091740378476982,0.15372517456988796,0.0,0.008199134004109642,0.15372517456988796,0.0,0.0019315484767302782,0.15372517456988796,0.0,0.01480922899726848,0.15372517456988796,0.0,0.017063325081731324,0.15372517456988796,0.0,0.022143372214763087,0.5,0.15372517456988796,0.0,0.013810700275107054,0.15372517456988796,0.0,0.02592928754332047,0.5,0.15372517456988796,0.0,0.010404205734459174,0.15372517456988796,0.0,0.03102422695163546,0.15372517456988796,0.0,0.012452103311885687,0.15372517456988796,0.0,0.0017880691197169531,0.15372517456988796,0.0,0.007944127076012894,0.15372517456988796,0.0,0.00898824322577708,0.15372517456988796,0.0,0.01408241538620643,0.5,0.15372517456988796,0.0,0.009061235313956547,0.0,0.005581274619116002,0.005543338235994244 -6269,0.5,0.15372517456988796,0.0,0.014872923564571875,0.15372517456988796,0.0,0.0021685457315094,0.15372517456988796,0.0,0.007636031451078801,0.15372517456988796,0.0,0.00956650687108342,0.15372517456988796,0.0,0.0016275918670289853,0.15372517456988796,0.0,0.015026574738452012,0.15372517456988796,0.0,0.014656697762352788,0.15372517456988796,0.0,0.020399369220078976,0.5,0.15372517456988796,0.0,0.024126706048357874,0.15372517456988796,0.0,0.034866369000102836,0.5,0.15372517456988796,0.0,0.01852499784329981,0.15372517456988796,0.0,0.033205956045648556,0.15372517456988796,0.0,0.010346769294859455,0.15372517456988796,0.0,0.001694179675785106,0.15372517456988796,0.0,0.0060678095264822905,0.15372517456988796,0.0,0.0125428168487131,0.15372517456988796,0.0,0.014732501190772653,0.5,0.15372517456988796,0.0,0.01303663145315427,0.0,0.005651406448680099,0.0064782405097731505 -6270,0.5,0.15372517456988796,0.0,0.011187034966804395,0.15372517456988796,0.0,0.0017431224595056561,0.15372517456988796,0.0,0.005007254753920524,0.15372517456988796,0.0,0.012437174701728334,0.15372517456988796,0.0,0.00361556711592247,0.15372517456988796,0.0,0.00973207686772571,0.15372517456988796,0.0,0.008589125886867369,0.15372517456988796,0.0,0.02331003950484102,0.5,0.15372517456988796,0.0,0.020023041361437347,0.15372517456988796,0.0,0.03557092017515429,0.5,0.15372517456988796,0.0,0.0167522117665829,0.15372517456988796,0.0,0.03183971046018888,0.15372517456988796,0.0,0.009161536408657993,0.15372517456988796,0.0,0.0020840147537051984,0.15372517456988796,0.0,0.0027672965347236107,0.15372517456988796,0.0,0.017430384417341144,0.15372517456988796,0.0,0.014508595275292357,0.5,0.15372517456988796,0.0,0.01980686910005119,0.0,0.006489055325378917,0.00682938240390916 -6271,0.5,0.15372517456988796,0.02120538473127143,0.007312467801616282,0.15372517456988796,0.007380437163494303,0.0011584132234410491,0.15372517456988796,0.004885595749715597,0.00882701037915589,0.15372517456988796,0.006799620689966662,0.014270271724495276,0.15372517456988796,0.0028669125832824893,0.0013982997801391716,0.15372517456988796,0.00040066862653899106,0.009716047650332791,0.15372517456988796,0.000627729294326469,0.009466295053106234,0.15372517456988796,0.0008048868756542302,0.022927401557088722,0.5,0.15372517456988796,0.0019979016910199425,0.01892648099932465,0.15372517456988796,0.0038164213766052574,0.04795249698651875,0.5,0.15372517456988796,0.0014660257848479118,0.010438859351515116,0.15372517456988796,0.0023284388779874015,0.035197532838584206,0.15372517456988796,0.006692100935281185,0.008010739959941914,0.15372517456988796,0.0041943806541835755,0.001643844341330266,0.15372517456988796,0.0033831634771202272,0.0022093142493647758,0.15372517456988796,0.0007075425242612382,0.01880241718166957,0.15372517456988796,0.00648040645152374,0.01558413324703328,0.5,0.15372517456988796,0.02053593928312359,0.018558928551473834,0.0,0.006293546118477313,0.007006319538983459 -6272,0.5,0.15372517456988796,0.13727398045488734,0.005133028440307107,0.15372517456988796,0.12812648441472124,0.0006491891764869027,0.15372517456988796,0.04016962797788033,0.011821941874626712,0.15372517456988796,0.060395256645228754,0.0169058504400784,0.15372517456988796,0.09600615558890753,0.0006866142918143335,0.15372517456988796,0.01916464635938286,0.010382267529855802,0.15372517456988796,0.016561327633194234,0.01371829338534649,0.15372517456988796,0.03277408568695492,0.019297641672590887,0.5,0.15372517456988796,0.08614424484092523,0.018579693754421082,0.15372517456988796,0.05412431385123277,0.034582874350904964,0.5,0.15372517456988796,0.05561845827597811,0.01543205987196119,0.15372517456988796,0.06285534670445381,0.03330721209642128,0.15372517456988796,0.12451659572980373,0.008049076404496931,0.15372517456988796,0.11068931558515338,0.0007060054372033451,0.15372517456988796,0.06134761623172988,0.002922166084226324,0.15372517456988796,0.01769385016201338,0.01899508105940884,0.15372517456988796,0.051243129473695095,0.016565862215158492,0.5,0.15372517456988796,0.13084897535570833,0.017740975463267653,0.0,0.0037465847107032236,0.006923367220939212 -6273,0.5,0.15372517456988796,0.2684915622119837,0.011776778201242719,0.15372517456988796,0.272294367186362,0.00038749505752228144,0.15372517456988796,0.035700619322726695,0.011878728058849672,0.15372517456988796,0.1455117953492345,0.0350386809305088,0.15372517456988796,0.2400081372788863,0.001117678784136411,0.15372517456988796,0.03363096401483784,0.012048253630357055,0.15372517456988796,0.025273315180482824,0.016682528014984443,0.15372517456988796,0.10115670236466183,0.022810332259489807,0.5,0.15372517456988796,0.2183076245784098,0.02853937366475518,0.15372517456988796,0.14299057143352142,0.02974350781409368,0.5,0.15372517456988796,0.16294598382918432,0.018778449288753583,0.15372517456988796,0.17989165329051923,0.04458297747238642,0.15372517456988796,0.27028280971384405,0.01033485912300009,0.15372517456988796,0.25528695208844,0.00032541953815802354,0.15372517456988796,0.14060170761728713,0.006261816219668869,0.15372517456988796,0.08274668621043713,0.031063807080881037,0.15372517456988796,0.1086567541348254,0.019039758150093254,0.5,0.15372517456988796,0.2608823163162835,0.02378259771795009,0.0,0.00014983965607082413,0.006193606201311649 -6274,0.5,0.15372517456988796,0.3855170690678969,0.02058654527932935,0.15372517456988796,0.4102105261167883,0.0005413454627460867,0.15372517456988796,0.0518451752222859,0.02071215333233765,0.15372517456988796,0.20235796007656937,0.04303277978691635,0.15372517456988796,0.37335664520310236,0.003508870175799195,0.15372517456988796,0.049348680540600785,0.016597326386244,0.15372517456988796,0.031172132022711407,0.016923208235882146,0.15372517456988796,0.1474691995106615,0.03029685651090537,0.5,0.15372517456988796,0.3390957624848715,0.06515920549552763,0.15372517456988796,0.26869751437326,0.024728417916274552,0.5,0.15372517456988796,0.2949238472105875,0.04596872143430165,0.15372517456988796,0.3156358156867565,0.08157393157654383,0.15372517456988796,0.40886240741542135,0.014225569942563266,0.15372517456988796,0.3946635012445467,0.0003873979616867594,0.15372517456988796,0.23332459767780395,0.01781995095451149,0.15372517456988796,0.1965105238379952,0.06718789551270295,0.15372517456988796,0.180943320607788,0.02761943759287603,0.5,0.15372517456988796,0.3925889161856983,0.03687280353062517,0.0,5.898952236919397e-07,0.00477194968114966 -6275,0.5,0.15372517456988796,0.47348501917091,0.03019184100575665,0.15372517456988796,0.5278135966071432,0.0005598747812670666,0.15372517456988796,0.13414332380370025,0.04415383508753441,0.15372517456988796,0.25131435635311045,0.04998072400393956,0.15372517456988796,0.4866318256519029,0.0037429737409495245,0.15372517456988796,0.07807424312165925,0.02700212653483763,0.15372517456988796,0.05472273420267665,0.03144824601368234,0.15372517456988796,0.2861323664654777,0.0745626580900799,0.5,0.15372517456988796,0.4196566424317323,0.11236994159910628,0.15372517456988796,0.40290930611970716,0.03188423629062727,0.5,0.15372517456988796,0.4120550464787529,0.1038246854936171,0.15372517456988796,0.434229854512807,0.13192836454483461,0.15372517456988796,0.530489062723416,0.01197609217966376,0.15372517456988796,0.5180259671515238,0.0004829790822876693,0.15372517456988796,0.28856078858336554,0.020766000627790136,0.15372517456988796,0.2955515494110227,0.10364690566555107,0.15372517456988796,0.2755102912254723,0.046462972342194445,0.5,0.15372517456988796,0.5050283292276132,0.04510089919315479,0.0,8.597091258891456e-05,0.003218370064052012 -6276,0.5,0.15372517456988796,0.5138482769135065,0.031240295094145304,0.15372517456988796,0.5936806328306931,0.0003289563789798012,0.15372517456988796,0.1832629756344104,0.04849509440079018,0.15372517456988796,0.21909676089860336,0.05187144320594387,0.15372517456988796,0.5403694966451152,0.0037596271388481268,0.15372517456988796,0.1040517997239038,0.0438117653406817,0.15372517456988796,0.0768011507073835,0.043945403478046624,0.15372517456988796,0.4280441384607767,0.09864458782575364,0.5,0.15372517456988796,0.41952758426642334,0.12811130971304344,0.15372517456988796,0.43290326700211984,0.03452348336791293,0.5,0.15372517456988796,0.5090203562053364,0.14585750760724533,0.15372517456988796,0.4746792100852878,0.14780314255341628,0.15372517456988796,0.6005016703422007,0.007763760551065055,0.15372517456988796,0.5914891985679944,0.0008444892660642922,0.15372517456988796,0.33976779916837574,0.023246605963654757,0.15372517456988796,0.36901879748274635,0.12997676261589938,0.15372517456988796,0.43436144185618253,0.0755329315059791,0.5,0.15372517456988796,0.554562926601704,0.03782175675072671,0.0,0.0008357772436667563,0.002243572201874074 -6277,0.5,0.15372517456988796,0.5090665387066229,0.03142826503105262,0.15372517456988796,0.6140981002660686,0.0001508458334428702,0.15372517456988796,0.28371909695732894,0.05210077684430461,0.15372517456988796,0.22253344717595244,0.05205918821918217,0.15372517456988796,0.34571727917201744,0.009291016069447877,0.15372517456988796,0.13000225474459276,0.048218671930795154,0.15372517456988796,0.10772410906469826,0.05347683680426768,0.15372517456988796,0.34332755799332215,0.10184405365812649,0.5,0.15372517456988796,0.3161248111480433,0.14319891872919208,0.15372517456988796,0.4031608582817439,0.02566471057075644,0.5,0.15372517456988796,0.4011656655601041,0.16233642062335574,0.15372517456988796,0.3396792722636144,0.10444243827083394,0.15372517456988796,0.6230218012147538,0.006168786310898861,0.15372517456988796,0.6170722882397676,0.002207261171469964,0.15372517456988796,0.32162696371906346,0.021259663743678228,0.15372517456988796,0.4106365474163869,0.14494937286701567,0.15372517456988796,0.5236578353612695,0.1077884621407755,0.5,0.15372517456988796,0.5425087788032418,0.03397456966273129,0.0,0.0026483422018237133,0.002463288190429485 -6278,0.5,0.15372517456988796,0.41052277445295143,0.03201313040799458,0.15372517456988796,0.594714324081985,0.00040875594569098186,0.15372517456988796,0.28371922439623165,0.04558979605830568,0.15372517456988796,0.16340428857543893,0.038586395644612484,0.15372517456988796,0.2744992460097788,0.009736617023700184,0.15372517456988796,0.22260789627404926,0.04918281199866193,0.15372517456988796,0.09369767804327853,0.052240708011456735,0.15372517456988796,0.347634617903133,0.09149548573091262,0.5,0.15372517456988796,0.238830023786559,0.16600265265457656,0.15372517456988796,0.31534607599506836,0.016657411800375888,0.5,0.15372517456988796,0.3690436710423874,0.1822867475002361,0.15372517456988796,0.3233770579855176,0.09495653120116389,0.15372517456988796,0.6049570895224712,0.0071870813566747085,0.15372517456988796,0.5983473055815004,0.004124847121808329,0.15372517456988796,0.2855699461612753,0.01706874936170135,0.15372517456988796,0.20319066261316154,0.10467218306724384,0.15372517456988796,0.42186396001433957,0.12832076672420326,0.5,0.15372517456988796,0.47326492072999865,0.03633903245018115,0.0,0.004443684909800734,0.0029518911565195732 -6279,0.5,0.15372517456988796,0.346341708824444,0.02888115635667026,0.15372517456988796,0.5197480149959807,0.0015485900908817495,0.15372517456988796,0.26054675861914933,0.042250304576429115,0.15372517456988796,0.15772430171613824,0.02239195543646778,0.15372517456988796,0.27442845399890026,0.009216434791288313,0.15372517456988796,0.24765946064175925,0.032504673028911704,0.15372517456988796,0.07298165301903123,0.033941291578422364,0.15372517456988796,0.2893543241401636,0.052353934487035514,0.5,0.15372517456988796,0.27902429060800793,0.1517804133238146,0.15372517456988796,0.2674809290583875,0.011601592078919212,0.5,0.15372517456988796,0.24022565725624165,0.17170542926065646,0.15372517456988796,0.24827967608272433,0.057367390109957825,0.15372517456988796,0.5308387259034084,0.008976143282002531,0.15372517456988796,0.5023129399045955,0.0036869613577729917,0.15372517456988796,0.2482764590583978,0.018566170150598325,0.15372517456988796,0.2398650611991556,0.10533241494948196,0.15372517456988796,0.34985437871488945,0.14346047356202254,0.5,0.15372517456988796,0.3807942056840327,0.03280316994213806,0.0,0.007403862721831165,0.0014020880712414827 -6280,0.5,0.15372517456988796,0.24728528372925862,0.023270580041075184,0.15372517456988796,0.380847290149639,0.004089009984293233,0.15372517456988796,0.19371535368589132,0.03980411522637327,0.15372517456988796,0.11581208938431092,0.018502265536151308,0.15372517456988796,0.14585096338836398,0.006490192368423209,0.15372517456988796,0.15666142583139625,0.015112703001788503,0.15372517456988796,0.09857246480884668,0.04733723618102807,0.15372517456988796,0.18652195885019124,0.023698827879062113,0.5,0.15372517456988796,0.20307601182969226,0.11337893994744237,0.15372517456988796,0.23146083561107303,0.0063727157694684206,0.5,0.15372517456988796,0.22625505116131422,0.11880805340556724,0.15372517456988796,0.21224359304505955,0.05447657080671442,0.15372517456988796,0.4094590252694107,0.010391294703935593,0.15372517456988796,0.3550588064102894,0.003967867348797018,0.15372517456988796,0.15245949441547543,0.01875472097257962,0.15372517456988796,0.1847359406530967,0.06729123141931287,0.15372517456988796,0.22942393477570316,0.08965667226098867,0.5,0.15372517456988796,0.2886719810382643,0.023749432667869275,0.0,0.01394437140577174,7.679440129571162e-05 -6281,0.5,0.15372517456988796,0.15813904019470743,0.01805489184910783,0.15372517456988796,0.26072109109570696,0.0024232124717023674,0.15372517456988796,0.10955035120689188,0.023729272736782134,0.15372517456988796,0.06738986525347633,0.012702116870371987,0.15372517456988796,0.11210228233648692,0.003997812839145867,0.15372517456988796,0.08211502288459734,0.00728825576437516,0.15372517456988796,0.08546636165019147,0.03492995998154803,0.15372517456988796,0.13048372155541402,0.00752511188139126,0.5,0.15372517456988796,0.11854015332695839,0.0867482173339838,0.15372517456988796,0.12866892569592078,0.002426337973136796,0.5,0.15372517456988796,0.13971500359000605,0.0931391623202711,0.15372517456988796,0.10721795491800445,0.028929989408604605,0.15372517456988796,0.2791750060214271,0.008197077521665855,0.15372517456988796,0.24307803246493723,0.0065614276841103785,0.15372517456988796,0.11480327526032941,0.011316198578435127,0.15372517456988796,0.11592574344676468,0.03874427574925482,0.15372517456988796,0.13726933395772617,0.043118357089536596,0.5,0.15372517456988796,0.17729109967941603,0.007294403549410641,0.0,0.020326433261892776,6.238893700700791e-05 -6282,0.5,0.15372517456988796,0.003609424135898094,0.009751476270247115,0.15372517456988796,0.03139192418786315,0.00080476911170716,0.15372517456988796,0.017477728307915302,0.017345273821579896,0.15372517456988796,0.0,0.008958477363884762,0.15372517456988796,0.03274229543659997,0.001521812366724226,0.15372517456988796,0.02816709810114811,0.005106152291270505,0.15372517456988796,0.029338043838969683,0.017774967763362404,0.15372517456988796,0.03922118732072706,0.004380908630321649,0.5,0.15372517456988796,0.03416924086716727,0.04960358139646483,0.15372517456988796,0.027597552549270675,0.00601450559080061,0.5,0.15372517456988796,0.041247981834274604,0.050233820244170384,0.15372517456988796,0.034279145329153715,0.018235496828619795,0.15372517456988796,0.038541713660127784,0.0049532269820702895,0.15372517456988796,0.03901649434750531,0.007631030482870177,0.15372517456988796,0.016184049156851343,0.006544648860117502,0.15372517456988796,0.03347681662731833,0.025673101017231942,0.15372517456988796,0.024955428308421377,0.02637937353155171,0.5,0.15372517456988796,0.005563296603130113,0.010046871800180974,0.0,0.027769037201920605,7.810254080800255e-05 -6283,0.5,0.15372517456988796,0.0,0.007940905398983292,0.15372517456988796,0.0,0.0006098862669546159,0.15372517456988796,0.0,0.02758937992683603,0.15372517456988796,0.0,0.014164839663627629,0.15372517456988796,0.0,0.0008792607050178767,0.15372517456988796,0.0,0.0058978727578002065,0.15372517456988796,0.0,0.01501390629162131,0.15372517456988796,0.0,0.008448292806783293,0.5,0.15372517456988796,0.0,0.03092873161222293,0.15372517456988796,0.0,0.015638498142984444,0.5,0.15372517456988796,0.0,0.058215305361541514,0.15372517456988796,0.0,0.02172150527717085,0.15372517456988796,0.0,0.00834269798641929,0.15372517456988796,0.0,0.01013643573860223,0.15372517456988796,0.0,0.004635917503608595,0.15372517456988796,0.0,0.03597040032974249,0.15372517456988796,0.0,0.034141127009929675,0.5,0.15372517456988796,0.0,0.01610844977210736,0.0,0.029974429701618798,0.0001627398974814384 -6284,0.5,0.15372517456988796,0.0,0.005366818278139431,0.15372517456988796,0.0,7.61918826964929e-05,0.15372517456988796,0.0,0.03572476580313158,0.15372517456988796,0.0,0.022005235775570082,0.15372517456988796,0.0,0.002124783397477541,0.15372517456988796,0.0,0.007867988223354808,0.15372517456988796,0.0,0.012605162540873571,0.15372517456988796,0.0,0.009937730167063327,0.5,0.15372517456988796,0.0,0.02071794697611846,0.15372517456988796,0.0,0.0281377584061848,0.5,0.15372517456988796,0.0,0.048602803382145024,0.15372517456988796,0.0,0.02503138215240316,0.15372517456988796,0.0,0.010061658418289147,0.15372517456988796,0.0,0.01150390009357256,0.15372517456988796,0.0,0.0042899306584578065,0.15372517456988796,0.0,0.034373679909809884,0.15372517456988796,0.0,0.039571700345887265,0.5,0.15372517456988796,0.0,0.025737667060572,0.0,0.02431259347855203,0.00020861835893762993 -6285,0.5,0.15372517456988796,0.0,0.004098095252475707,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.0407893865147904,0.15372517456988796,0.0,0.02930616643679195,0.15372517456988796,0.0,0.00441917207389669,0.15372517456988796,0.0,0.008710832237114191,0.15372517456988796,0.0,0.015700155688039327,0.15372517456988796,0.0,0.011441374807174984,0.5,0.15372517456988796,0.0,0.017758621229694852,0.15372517456988796,0.0,0.02744949987678367,0.5,0.15372517456988796,0.0,0.030197542668159875,0.15372517456988796,0.0,0.027863616938571215,0.15372517456988796,0.0,0.010428033463841,0.15372517456988796,0.0,0.009998962502806009,0.15372517456988796,0.0,0.004592800149187108,0.15372517456988796,0.0,0.025217869288839043,0.15372517456988796,0.0,0.033912420301986074,0.5,0.15372517456988796,0.0,0.02867932745097097,0.0,0.02156993816786768,0.00013922773228192988 -6286,0.5,0.15372517456988796,0.0,0.003575150979517099,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.04029392663750641,0.15372517456988796,0.0,0.03325780771489024,0.15372517456988796,0.0,0.006594077661461934,0.15372517456988796,0.0,0.008886965970791257,0.15372517456988796,0.0,0.01852197565616999,0.15372517456988796,0.0,0.012284349597194627,0.5,0.15372517456988796,0.0,0.0153379254628395,0.15372517456988796,0.0,0.025023245824629652,0.5,0.15372517456988796,0.0,0.02760850779923951,0.15372517456988796,0.0,0.03415174105311375,0.15372517456988796,0.0,0.007681212367035734,0.15372517456988796,0.0,0.004572417231883269,0.15372517456988796,0.0,0.005006083025719761,0.15372517456988796,0.0,0.020688789069648616,0.15372517456988796,0.0,0.03564613020730803,0.5,0.15372517456988796,0.0,0.03183672386317579,0.0,0.018153071857860942,3.656579820016107e-05 -6287,0.5,0.15372517456988796,0.0,0.0026105852269867518,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.04064797860097237,0.15372517456988796,0.0,0.035847132298925555,0.15372517456988796,0.0,0.007093679941354936,0.15372517456988796,0.0,0.006683312156451472,0.15372517456988796,0.0,0.017548812742942375,0.15372517456988796,0.0,0.012732638904390189,0.5,0.15372517456988796,0.0,0.015453878528368088,0.15372517456988796,0.0,0.02971471354497037,0.5,0.15372517456988796,0.0,0.027503169872085804,0.15372517456988796,0.0,0.03456964646993268,0.15372517456988796,0.0,0.00427745712935164,0.15372517456988796,0.0,0.0014999772664666636,0.15372517456988796,0.0,0.0058837621543871375,0.15372517456988796,0.0,0.018261625004607717,0.15372517456988796,0.0,0.031674893730629095,0.5,0.15372517456988796,0.0,0.028708606964223095,0.0,0.013725654455802056,6.903196749294239e-07 -6288,0.5,0.15372517456988796,0.0,0.0011636037040309343,0.15372517456988796,0.0,0.0002275809391997457,0.15372517456988796,0.0,0.0415080555427587,0.15372517456988796,0.0,0.0368862111222664,0.15372517456988796,0.0,0.005210320672103008,0.15372517456988796,0.0,0.004898594851169645,0.15372517456988796,0.0,0.014002042352630787,0.15372517456988796,0.0,0.014596297277047742,0.5,0.15372517456988796,0.0,0.01499768884583893,0.15372517456988796,0.0,0.03991455547671768,0.5,0.15372517456988796,0.0,0.04102519186793718,0.15372517456988796,0.0,0.03332808950656246,0.15372517456988796,0.0,0.0013899790407161158,0.15372517456988796,0.0,0.0009470273074919618,0.15372517456988796,0.0,0.007753109494373695,0.15372517456988796,0.0,0.015065039249478513,0.15372517456988796,0.0,0.026766884459842304,0.5,0.15372517456988796,0.0,0.018585032761984678,0.0,0.007182244481445732,4.071301388775081e-07 -6289,0.5,0.15372517456988796,0.0,0.0005514509177542837,0.15372517456988796,0.0,0.0008379002808812777,0.15372517456988796,0.0,0.041888247826705985,0.15372517456988796,0.0,0.03912298573906105,0.15372517456988796,0.0,0.0032095898877457694,0.15372517456988796,0.0,0.005936177824432908,0.15372517456988796,0.0,0.011877264078057859,0.15372517456988796,0.0,0.014540347707398392,0.5,0.15372517456988796,0.0,0.01036183567775462,0.15372517456988796,0.0,0.04935217633427195,0.5,0.15372517456988796,0.0,0.05991245012857775,0.15372517456988796,0.0,0.030636534884065623,0.15372517456988796,0.0,0.0003531906516528444,0.15372517456988796,0.0,0.0008325415412900189,0.15372517456988796,0.0,0.011044750119313197,0.15372517456988796,0.0,0.013639808399866764,0.15372517456988796,0.0,0.029202784432784262,0.5,0.15372517456988796,0.0,0.01977231106999398,0.0,0.003009746240655969,1.438140681096949e-07 -6290,0.5,0.15372517456988796,0.0,0.0005460894709098684,0.15372517456988796,0.0,0.002386975151056719,0.15372517456988796,0.0,0.04370811753212843,0.15372517456988796,0.0,0.04067267452409719,0.15372517456988796,0.0,0.0025643491155735924,0.15372517456988796,0.0,0.009097595142263435,0.15372517456988796,0.0,0.012347662058709692,0.15372517456988796,0.0,0.01145566364194264,0.5,0.15372517456988796,0.0,0.008506809518591991,0.15372517456988796,0.0,0.06700307495687262,0.5,0.15372517456988796,0.0,0.07049426553441111,0.15372517456988796,0.0,0.023268514828123237,0.15372517456988796,0.0,6.226774455646559e-05,0.15372517456988796,0.0,0.0007647729041313147,0.15372517456988796,0.0,0.011135728529497603,0.15372517456988796,0.0,0.013005773347476992,0.15372517456988796,0.0,0.036747997552365505,0.5,0.15372517456988796,0.0,0.023134899166738075,0.0,0.0001515354513772228,0.0 -6291,0.5,0.15372517456988796,0.0,0.0007977172600457968,0.15372517456988796,0.0,0.002161680278407023,0.15372517456988796,0.0,0.049320994506999276,0.15372517456988796,0.0,0.04118955186317762,0.15372517456988796,0.0,0.0033588336100075764,0.15372517456988796,0.0,0.012579719585797136,0.15372517456988796,0.0,0.014791748413936136,0.15372517456988796,0.0,0.011378056234329921,0.5,0.15372517456988796,0.0,0.008764122748444434,0.15372517456988796,0.0,0.06329128083702454,0.5,0.15372517456988796,0.0,0.052882949354209535,0.15372517456988796,0.0,0.02382729491328159,0.15372517456988796,0.0,4.157672575528385e-05,0.15372517456988796,0.0,0.0005618648980322319,0.15372517456988796,0.0,0.011337048956936319,0.15372517456988796,0.0,0.011714472490754682,0.15372517456988796,0.0,0.03885552239774594,0.5,0.15372517456988796,0.0,0.028267133914504743,0.0,0.0,0.0 -6292,0.5,0.15372517456988796,0.0,0.001158286268059996,0.15372517456988796,0.0,0.0014291636672409973,0.15372517456988796,0.0,0.06226438015579933,0.15372517456988796,0.0,0.039463122750665706,0.15372517456988796,0.0,0.006711901461791904,0.15372517456988796,0.0,0.013360071324547982,0.15372517456988796,0.0,0.016822616667824426,0.15372517456988796,0.0,0.012563318991949752,0.5,0.15372517456988796,0.0,0.007502039732793384,0.15372517456988796,0.0,0.04968985677349576,0.5,0.15372517456988796,0.0,0.03733588239869976,0.15372517456988796,0.0,0.02154524753592422,0.15372517456988796,0.0,3.115580744727849e-05,0.15372517456988796,0.0,0.00043959215657831633,0.15372517456988796,0.0,0.01108096852099938,0.15372517456988796,0.0,0.009203816355717695,0.15372517456988796,0.0,0.03540218443434006,0.5,0.15372517456988796,0.0,0.031085302791923647,0.0,0.0,9.696651384510926e-09 -6293,0.5,0.15372517456988796,0.0,0.0016511399557642325,0.15372517456988796,0.0,0.0013593313798241267,0.15372517456988796,0.0,0.07450970130596603,0.15372517456988796,0.0,0.037345093785769605,0.15372517456988796,0.0,0.010394578956417518,0.15372517456988796,0.0,0.013491775023300085,0.15372517456988796,0.0,0.01623487018720277,0.15372517456988796,0.0,0.013751047706512236,0.5,0.15372517456988796,0.0,0.007344774983454486,0.15372517456988796,0.0,0.038409054671153894,0.5,0.15372517456988796,0.0,0.04462109094298495,0.15372517456988796,0.0,0.018019117977190146,0.15372517456988796,0.0,1.679036542437667e-05,0.15372517456988796,0.0,0.0007031580896409248,0.15372517456988796,0.0,0.011018457970898976,0.15372517456988796,0.0,0.007883139874494835,0.15372517456988796,0.0,0.0496104888456543,0.5,0.15372517456988796,0.0,0.03935836593592895,0.0,0.0,5.0598888515159286e-06 -6294,0.5,0.15372517456988796,0.0,0.0022605167975935955,0.15372517456988796,0.0,0.0012281890641580731,0.15372517456988796,0.0,0.08506196508092248,0.15372517456988796,0.0,0.03155890175890512,0.15372517456988796,0.0,0.013723993842023762,0.15372517456988796,0.0,0.013626729265717667,0.15372517456988796,0.0,0.014454787134931306,0.15372517456988796,0.0,0.015512140385693152,0.5,0.15372517456988796,0.0,0.005094281093100412,0.15372517456988796,0.0,0.030425047451040167,0.5,0.15372517456988796,0.0,0.04817918726481802,0.15372517456988796,0.0,0.019320867975012666,0.15372517456988796,0.0,1.0820597097159471e-05,0.15372517456988796,0.0,0.001639394686449984,0.15372517456988796,0.0,0.011589268401053678,0.15372517456988796,0.0,0.0064541704752488745,0.15372517456988796,0.0,0.05983952571363504,0.5,0.15372517456988796,0.0,0.07871829690002123,0.0,0.0,6.244823998407518e-05 -6295,0.5,0.15372517456988796,0.01662156991706333,0.003208828683634896,0.15372517456988796,0.00646647986799008,0.002278602119053238,0.15372517456988796,0.001597946295339735,0.08944608592591112,0.15372517456988796,0.0010186859910900068,0.03327941697359331,0.15372517456988796,0.0020687043486646004,0.015583388621439974,0.15372517456988796,0.0009159270062859686,0.01456666562596755,0.15372517456988796,0.0018440037731889153,0.016471335445453397,0.15372517456988796,0.0010030520898837308,0.014329867877228829,0.5,0.15372517456988796,0.0011134575758597238,0.004191893402788959,0.15372517456988796,0.0038037653340478772,0.04304844848748252,0.5,0.15372517456988796,0.0033125118306651037,0.030454831861615805,0.15372517456988796,0.0036363275305117586,0.02349636948454951,0.15372517456988796,0.005754663595238773,2.2274730381882244e-05,0.15372517456988796,0.003075521429001244,0.0026498446515434374,0.15372517456988796,0.0036624156711790048,0.011903842903868991,0.15372517456988796,0.0018486654260254042,0.008682181550858691,0.15372517456988796,0.004764838091009625,0.041555834662399746,0.5,0.15372517456988796,0.011326432491492478,0.07304544918691035,0.0,0.0,7.744872884221697e-05 -6296,0.5,0.15372517456988796,0.12585673074872236,0.004713192006908124,0.15372517456988796,0.12548184687342823,0.0042234562358532575,0.15372517456988796,0.037722880153145844,0.0956131042182004,0.15372517456988796,0.006935643230819562,0.037365499759625616,0.15372517456988796,0.08574989096091676,0.01809753581662946,0.15372517456988796,0.0823562631621185,0.01868303462318601,0.15372517456988796,0.06716983358672415,0.02510395231559985,0.15372517456988796,0.04262706080970202,0.011901084311767713,0.5,0.15372517456988796,0.04981001534631563,0.006961134870183411,0.15372517456988796,0.08579260272426825,0.05006474589225918,0.5,0.15372517456988796,0.09062044462799601,0.02400085536892814,0.15372517456988796,0.07707770112624775,0.027440690138019842,0.15372517456988796,0.12148328769762831,0.00010612536392762379,0.15372517456988796,0.09048289593394389,0.003636636897989003,0.15372517456988796,0.07553791906637,0.015682479588787265,0.15372517456988796,0.041445415674621996,0.01906924369383136,0.15372517456988796,0.07628677290904631,0.033445625545251094,0.5,0.15372517456988796,0.0813961496322239,0.05681283831716853,0.0,0.0,9.699210592074549e-05 -6297,0.5,0.15372517456988796,0.25036698154505166,0.008746551485848141,0.15372517456988796,0.2700198349708621,0.008679620311709211,0.15372517456988796,0.1138329461736062,0.10863075898381556,0.15372517456988796,0.02524736428990617,0.05278250941775778,0.15372517456988796,0.2218804138692399,0.055285773942861466,0.15372517456988796,0.19196722946471317,0.03372872011215823,0.15372517456988796,0.17423644718070608,0.06771703401466515,0.15372517456988796,0.08401876371631721,0.015085545612738999,0.5,0.15372517456988796,0.12389806237343409,0.01748668994897185,0.15372517456988796,0.2095106994270082,0.047817022347556984,0.5,0.15372517456988796,0.19191164973873379,0.0814384118734739,0.15372517456988796,0.17562847600341075,0.04168127174601648,0.15372517456988796,0.2674611550668899,0.0005319284621048629,0.15372517456988796,0.22086252967047287,0.00990892450713578,0.15372517456988796,0.17817070159687481,0.03264012881196929,0.15372517456988796,0.09536682605069363,0.025981976103436177,0.15372517456988796,0.19093105773461988,0.057493684890491135,0.5,0.15372517456988796,0.15859851018535395,0.09044110452060233,0.0,0.0,0.000248614917398406 -6298,0.5,0.15372517456988796,0.37052709127690175,0.009448218682256905,0.15372517456988796,0.4075799384196918,0.02148422103927624,0.15372517456988796,0.18866530162065673,0.09467986238648052,0.15372517456988796,0.04897120288813767,0.06644033451817086,0.15372517456988796,0.3673406847231344,0.102660378913292,0.15372517456988796,0.2764701754573197,0.07373649598042835,0.15372517456988796,0.3015503133382943,0.08625950927629708,0.15372517456988796,0.10256316464529838,0.04721952605007923,0.5,0.15372517456988796,0.22262497573238682,0.05820760317120734,0.15372517456988796,0.33545024471449314,0.06238357598661889,0.5,0.15372517456988796,0.26867998107212165,0.13519237238520487,0.15372517456988796,0.27211736942146547,0.10268066127956142,0.15372517456988796,0.4044282299704122,0.002561494872478313,0.15372517456988796,0.35779164325822965,0.024795674281374892,0.15372517456988796,0.2629909580920743,0.0510528001791086,0.15372517456988796,0.1845424739646934,0.028521005412691175,0.15372517456988796,0.30481874463410596,0.10352718283709028,0.5,0.15372517456988796,0.232863673660066,0.10887434921125161,0.0,0.0,0.0006160362840677567 -6299,0.5,0.15372517456988796,0.46346169076066235,0.009159025702501086,0.15372517456988796,0.5216992889051264,0.024200329346278082,0.15372517456988796,0.1988536821323043,0.07983054804728199,0.15372517456988796,0.07400509487801711,0.0683927838439158,0.15372517456988796,0.4449030868330177,0.12235158824154849,0.15372517456988796,0.3072199058862078,0.14997252323593488,0.15372517456988796,0.43233001123231996,0.1027872603570157,0.15372517456988796,0.08991006101296717,0.08866837648164969,0.5,0.15372517456988796,0.3347574334710245,0.11683493402332992,0.15372517456988796,0.43532133820429564,0.10424431717536238,0.5,0.15372517456988796,0.31104316297463874,0.17927603371041342,0.15372517456988796,0.3145375752438937,0.13286029013844625,0.15372517456988796,0.5239401709237668,0.005635590994378978,0.15372517456988796,0.4813867512111404,0.03706305649086863,0.15372517456988796,0.2604973993129548,0.059658796030383314,0.15372517456988796,0.2992609150727723,0.028213766881063963,0.15372517456988796,0.3321699493079906,0.10685525953489344,0.5,0.15372517456988796,0.369828225955395,0.12522162555113667,0.0,0.0,0.003223207917852489 -6300,0.5,0.15372517456988796,0.46324014834032723,0.008877089592828994,0.15372517456988796,0.5795709128880489,0.033494676807238985,0.15372517456988796,0.17650726911902379,0.07674080467282347,0.15372517456988796,0.11735623026586028,0.07066175126998346,0.15372517456988796,0.5530185367361988,0.16422204411308772,0.15372517456988796,0.2529415090843016,0.2737285894861544,0.15372517456988796,0.3633181871787309,0.12093889966958522,0.15372517456988796,0.09296096012160183,0.12892794928569068,0.5,0.15372517456988796,0.28283396792780113,0.13548587977526375,0.15372517456988796,0.5030139081255638,0.14403027563507223,0.5,0.15372517456988796,0.19025093779552943,0.1408822064575849,0.15372517456988796,0.27806767905936924,0.12322092618492483,0.15372517456988796,0.593286364238805,0.013428516162336784,0.15372517456988796,0.5259444287164512,0.0525617742497778,0.15372517456988796,0.2423339585281397,0.06697778577648131,0.15372517456988796,0.3887336442082673,0.035925586628540604,0.15372517456988796,0.2699180431532954,0.0723745413264057,0.5,0.15372517456988796,0.42063029389378803,0.10776498360080122,0.0,0.00021032145715841794,0.007603438045979505 -6301,0.5,0.15372517456988796,0.42954917335918197,0.011398919779138008,0.15372517456988796,0.589589193912119,0.036088681119607016,0.15372517456988796,0.21601420476427446,0.07225367867210719,0.15372517456988796,0.10408991364927753,0.06839929101694983,0.15372517456988796,0.5746221843016501,0.22936673512382263,0.15372517456988796,0.1709925139071566,0.3362991457316687,0.15372517456988796,0.1764841908379316,0.1590182972628423,0.15372517456988796,0.06292339857029483,0.14549317781879617,0.5,0.15372517456988796,0.2589282767796316,0.16271759626398924,0.15372517456988796,0.4329884463548217,0.12611134877385452,0.5,0.15372517456988796,0.19403744972077333,0.191501527034262,0.15372517456988796,0.268978747436346,0.11989703659151424,0.15372517456988796,0.6123576364773745,0.024234911086041824,0.15372517456988796,0.39560157327677964,0.057388232050596635,0.15372517456988796,0.2982700545492273,0.07718675004834709,0.15372517456988796,0.32456377535175923,0.049866606611154884,0.15372517456988796,0.2410529993533659,0.08318541083687973,0.5,0.15372517456988796,0.38802467105897054,0.09728358844481011,0.0,0.0005173441986424663,0.01887132183605353 -6302,0.5,0.15372517456988796,0.3890888875288115,0.01670734085310141,0.15372517456988796,0.5514052402968623,0.054493490197659714,0.15372517456988796,0.17387707613590725,0.05825637498515156,0.15372517456988796,0.14091114861354884,0.062392079946813526,0.15372517456988796,0.46107972753428483,0.34626838600976073,0.15372517456988796,0.12276124663221603,0.3073759913214749,0.15372517456988796,0.20998548071383893,0.2628335383626022,0.15372517456988796,0.07938346395459688,0.13820015477630837,0.5,0.15372517456988796,0.2666948939432932,0.2002439337804329,0.15372517456988796,0.2847266169347797,0.10396624993617636,0.5,0.15372517456988796,0.238625997284226,0.14269029678218573,0.15372517456988796,0.2151011585616444,0.11493146065516333,0.15372517456988796,0.5833274993842527,0.037854961515273816,0.15372517456988796,0.36972113959840214,0.0743518138667079,0.15372517456988796,0.24176314671377241,0.08743295703645022,0.15372517456988796,0.22280203991818387,0.06536285699823513,0.15372517456988796,0.18090919212044912,0.07613180082933241,0.5,0.15372517456988796,0.3607810163613959,0.0761573850624422,0.0,0.0007486639057900225,0.04085284817506396 -6303,0.5,0.15372517456988796,0.3261843347168423,0.023002352800296656,0.15372517456988796,0.3977559835065225,0.07270873552945069,0.15372517456988796,0.13412568975491201,0.05538141516812649,0.15372517456988796,0.13761916373713579,0.05448782339031085,0.15372517456988796,0.288420549513538,0.43985164573473073,0.15372517456988796,0.10662566316071366,0.1588610715759355,0.15372517456988796,0.16986717753657335,0.3849387024993241,0.15372517456988796,0.0714226554108913,0.11461695106471967,0.5,0.15372517456988796,0.2162272837042092,0.20663607624195138,0.15372517456988796,0.1856626537992011,0.06962836821965207,0.5,0.15372517456988796,0.21374563584683667,0.19931798611324072,0.15372517456988796,0.14472602780872107,0.09334711477001637,0.15372517456988796,0.48229670242608486,0.05515656185389806,0.15372517456988796,0.19004516886801937,0.09451841546722597,0.15372517456988796,0.1992749391371125,0.103231364026704,0.15372517456988796,0.10295616767648191,0.06393001105090168,0.15372517456988796,0.1418645861795932,0.08237400920654837,0.5,0.15372517456988796,0.28567924711353276,0.06130536560131021,0.0,0.0008059018741898045,0.07556830641743295 -6304,0.5,0.15372517456988796,0.21404184716741576,0.025786283651979637,0.15372517456988796,0.18557865849620858,0.13325692244771148,0.15372517456988796,0.09575700755503441,0.054364296660637905,0.15372517456988796,0.07818057898630044,0.03960175706647713,0.15372517456988796,0.14100050341731915,0.3784828553018414,0.15372517456988796,0.10408456291633573,0.07766142950417249,0.15372517456988796,0.09918348849616522,0.40577856567451825,0.15372517456988796,0.05072912835093857,0.08573007038171615,0.5,0.15372517456988796,0.11505000740353755,0.11842592119773748,0.15372517456988796,0.09509535716802264,0.10722525199000645,0.5,0.15372517456988796,0.1642844611666643,0.09812260987594977,0.15372517456988796,0.1324580841216148,0.060012537970610506,0.15372517456988796,0.3258537146448176,0.08252926746529936,0.15372517456988796,0.09913222940725563,0.11071154240061548,0.15372517456988796,0.12784314258468252,0.09739829142739276,0.15372517456988796,0.12767741508534036,0.08919465602839591,0.15372517456988796,0.06808671956104179,0.06347059706905385,0.5,0.15372517456988796,0.1734150964355503,0.05690452723441831,0.0,0.000734589433610777,0.12154040043399425 -6305,0.5,0.15372517456988796,0.09603612936642139,0.023941880768461574,0.15372517456988796,0.11653696264225652,0.06745455737228026,0.15372517456988796,0.04465556942373,0.0362746328442897,0.15372517456988796,0.044059398707845615,0.024234444623063737,0.15372517456988796,0.06538664890681314,0.31156307859819704,0.15372517456988796,0.10201279997711554,0.08358189080714383,0.15372517456988796,0.04055096678649242,0.3361111139360578,0.15372517456988796,0.03257486622197233,0.052992290701032035,0.5,0.15372517456988796,0.09042622621912368,0.06482381372577103,0.15372517456988796,0.047634990520944366,0.09507734450110322,0.5,0.15372517456988796,0.19656825076449944,0.1332180954816706,0.15372517456988796,0.05918926825485886,0.03433698123292556,0.15372517456988796,0.17132255255916468,0.10261447089828434,0.15372517456988796,0.047987125539810674,0.13318419139035412,0.15372517456988796,0.06702547316993585,0.08693333763680823,0.15372517456988796,0.04542721829025614,0.11406314995776436,0.15372517456988796,0.060477915988269126,0.06583246680461731,0.5,0.15372517456988796,0.11815653370750204,0.04605282795332838,0.0,0.0006031325522257719,0.16994951871004974 -6306,0.5,0.15372517456988796,0.000802241100221465,0.014940085454037494,0.15372517456988796,0.03462506119335647,0.017644908037364057,0.15372517456988796,0.007498669563335232,0.013892592239216487,0.15372517456988796,4.9315736252250774e-05,0.01471270228254176,0.15372517456988796,0.023864870429439536,0.20193478027390374,0.15372517456988796,0.039750962560935306,0.06549679731928362,0.15372517456988796,0.01196180966459198,0.25334782961975016,0.15372517456988796,0.012898472108796074,0.028797716819777552,0.5,0.15372517456988796,0.03260505827479687,0.03676113026393858,0.15372517456988796,0.013031949229563609,0.10195016138427601,0.5,0.15372517456988796,0.025348134388950734,0.07129881219862416,0.15372517456988796,0.02322358714967283,0.023963443134504128,0.15372517456988796,0.031393837664818944,0.09211887957225806,0.15372517456988796,0.007784076333676017,0.14109848717624737,0.15372517456988796,0.016263914483913462,0.12522648825090948,0.15372517456988796,0.010264881228581506,0.15086047350686374,0.15372517456988796,0.014287896931242385,0.052056948384954595,0.5,0.15372517456988796,0.0008600598463644196,0.050748641802922934,0.0,0.00026264650126072364,0.21142972808272997 -6307,0.5,0.15372517456988796,0.0,0.01305434386340924,0.15372517456988796,0.0,0.014842229696487928,0.15372517456988796,0.0,0.00761983014263668,0.15372517456988796,0.0,0.009913456278884144,0.15372517456988796,0.0,0.09277567120056336,0.15372517456988796,0.0,0.043647558794297485,0.15372517456988796,0.0,0.12197515990853651,0.15372517456988796,0.0,0.020352675513066285,0.5,0.15372517456988796,0.0,0.014144731702073655,0.15372517456988796,0.0,0.11943885486855177,0.5,0.15372517456988796,0.0,0.05628453027872152,0.15372517456988796,0.0,0.030711975348769946,0.15372517456988796,0.0,0.06867995944171522,0.15372517456988796,0.0,0.13130394966296877,0.15372517456988796,0.0,0.15058067764226984,0.15372517456988796,0.0,0.16025557721368933,0.15372517456988796,0.0,0.052534944281608,0.5,0.15372517456988796,0.0,0.07388361636744466,0.0,0.00014115172455594397,0.275452177320942 -6308,0.5,0.15372517456988796,0.0,0.015433250904931514,0.15372517456988796,0.0,0.03092903388806878,0.15372517456988796,0.0,0.0071562858704307146,0.15372517456988796,0.0,0.008100500501886652,0.15372517456988796,0.0,0.07102234946514989,0.15372517456988796,0.0,0.04069091226453551,0.15372517456988796,0.0,0.06805842261521,0.15372517456988796,0.0,0.020067093118769863,0.5,0.15372517456988796,0.0,0.0030893034011519323,0.15372517456988796,0.0,0.08842943876909255,0.5,0.15372517456988796,0.0,0.05695327391786115,0.15372517456988796,0.0,0.03759818687673171,0.15372517456988796,0.0,0.06664298381124889,0.15372517456988796,0.0,0.12510692625750364,0.15372517456988796,0.0,0.1502324597062,0.15372517456988796,0.0,0.12017079667754955,0.15372517456988796,0.0,0.05534705255232941,0.5,0.15372517456988796,0.0,0.11065912948700184,0.0,2.213030909807838e-05,0.38883929192651806 -6309,0.5,0.15372517456988796,0.0,0.020370125626071118,0.15372517456988796,0.0,0.0591380088713774,0.15372517456988796,0.0,0.00956726948359868,0.15372517456988796,0.0,0.011355168338876887,0.15372517456988796,0.0,0.08137632961199594,0.15372517456988796,0.0,0.024844103236388346,0.15372517456988796,0.0,0.04821000939301546,0.15372517456988796,0.0,0.01597028666876673,0.5,0.15372517456988796,0.0,0.0027823837071439717,0.15372517456988796,0.0,0.06342977028674661,0.5,0.15372517456988796,0.0,0.05855893211129989,0.15372517456988796,0.0,0.04320172000649633,0.15372517456988796,0.0,0.07391813369391531,0.15372517456988796,0.0,0.12163564525194119,0.15372517456988796,0.0,0.15181381740486133,0.15372517456988796,0.0,0.06380450136891185,0.15372517456988796,0.0,0.06389244534795464,0.5,0.15372517456988796,0.0,0.12263896328188784,0.0,0.0,0.5307582836017865 -6310,0.5,0.15372517456988796,0.0,0.025553735504985454,0.15372517456988796,0.0,0.0987968541544974,0.15372517456988796,0.0,0.020803547905267648,0.15372517456988796,0.0,0.017851106997279348,0.15372517456988796,0.0,0.10438662312775762,0.15372517456988796,0.0,0.015821356092680545,0.15372517456988796,0.0,0.055514269857271745,0.15372517456988796,0.0,0.011314251093981095,0.5,0.15372517456988796,0.0,0.0048469307579084905,0.15372517456988796,0.0,0.0661231292333687,0.5,0.15372517456988796,0.0,0.04854870112905075,0.15372517456988796,0.0,0.04307665210836017,0.15372517456988796,0.0,0.08742822935323678,0.15372517456988796,0.0,0.12394543827779911,0.15372517456988796,0.0,0.13643967152643077,0.15372517456988796,0.0,0.026584667700154472,0.15372517456988796,0.0,0.06744099248807449,0.5,0.15372517456988796,0.0,0.10877504079355585,0.0,0.0,0.7023832028751557 -6311,0.5,0.15372517456988796,0.0,0.031000141485193193,0.15372517456988796,0.0,0.11100074857554222,0.15372517456988796,0.0,0.04491053978291851,0.15372517456988796,0.0,0.020341104087324226,0.15372517456988796,0.0,0.13613940263072258,0.15372517456988796,0.0,0.037169808762401654,0.15372517456988796,0.0,0.06296270877577895,0.15372517456988796,0.0,0.010572334008173983,0.5,0.15372517456988796,0.0,0.0071485207131738735,0.15372517456988796,0.0,0.055028847078559276,0.5,0.15372517456988796,0.0,0.04132853941675943,0.15372517456988796,0.0,0.03574820083315914,0.15372517456988796,0.0,0.11106058596979623,0.15372517456988796,0.0,0.15612374844965335,0.15372517456988796,0.0,0.11312457684293786,0.15372517456988796,0.0,0.012289608105881264,0.15372517456988796,0.0,0.07457761040878604,0.5,0.15372517456988796,0.0,0.09102478620105516,0.0,8.343390622597428e-05,0.7999205127056509 -6312,0.5,0.15372517456988796,0.0,0.03769544535153414,0.15372517456988796,0.0,0.13849516830533928,0.15372517456988796,0.0,0.07838264267384086,0.15372517456988796,0.0,0.01899755177340547,0.15372517456988796,0.0,0.15702301009975078,0.15372517456988796,0.0,0.0887460087598404,0.15372517456988796,0.0,0.07591375958738214,0.15372517456988796,0.0,0.014446799750479206,0.5,0.15372517456988796,0.0,0.009957087451471922,0.15372517456988796,0.0,0.04620898986654178,0.5,0.15372517456988796,0.0,0.029130930688508173,0.15372517456988796,0.0,0.026536823983229447,0.15372517456988796,0.0,0.13449437033440204,0.15372517456988796,0.0,0.2145269407893059,0.15372517456988796,0.0,0.12485364478398221,0.15372517456988796,0.0,0.012997791264860205,0.15372517456988796,0.0,0.09750930828145149,0.5,0.15372517456988796,0.0,0.08084966540179563,0.0,0.002581705581182086,0.8692042062686656 -6313,0.5,0.15372517456988796,0.0,0.04792277650215261,0.15372517456988796,0.0,0.2425055263523713,0.15372517456988796,0.0,0.09903109132170076,0.15372517456988796,0.0,0.024271934631582587,0.15372517456988796,0.0,0.17686982912562732,0.15372517456988796,0.0,0.12021439626291733,0.15372517456988796,0.0,0.07912253055801817,0.15372517456988796,0.0,0.02857173731804679,0.5,0.15372517456988796,0.0,0.010599042394931028,0.15372517456988796,0.0,0.04636905759670792,0.5,0.15372517456988796,0.0,0.019842618624624,0.15372517456988796,0.0,0.025853371174812796,0.15372517456988796,0.0,0.15691943306488254,0.15372517456988796,0.0,0.2618700240807831,0.15372517456988796,0.0,0.17111709005983022,0.15372517456988796,0.0,0.020207429713849763,0.15372517456988796,0.0,0.1033366189994703,0.5,0.15372517456988796,0.0,0.0790090072435598,0.0,0.008472933107841026,0.9417807076447458 -6314,0.5,0.15372517456988796,0.0,0.06567668624819184,0.15372517456988796,0.0,0.3761389461980497,0.15372517456988796,0.0,0.13325467782990252,0.15372517456988796,0.0,0.0318320865996867,0.15372517456988796,0.0,0.16501884450147844,0.15372517456988796,0.0,0.11452447846374436,0.15372517456988796,0.0,0.0911863108352406,0.15372517456988796,0.0,0.05857765174891058,0.5,0.15372517456988796,0.0,0.012133530072443882,0.15372517456988796,0.0,0.05226102339467901,0.5,0.15372517456988796,0.0,0.011660991157526676,0.15372517456988796,0.0,0.026687071792179395,0.15372517456988796,0.0,0.1684986132752153,0.15372517456988796,0.0,0.30092922925282634,0.15372517456988796,0.0,0.2329903214490841,0.15372517456988796,0.0,0.02298879254429681,0.15372517456988796,0.0,0.10219260471540237,0.5,0.15372517456988796,0.0,0.06814298262748922,0.0,0.02367900165460457,0.9868832365870871 -6315,0.5,0.15372517456988796,0.0,0.08404338541129748,0.15372517456988796,0.0,0.3804881169183272,0.15372517456988796,0.0,0.14371526242569502,0.15372517456988796,0.0,0.044076577996136665,0.15372517456988796,0.0,0.17082676646017833,0.15372517456988796,0.0,0.11827442305702299,0.15372517456988796,0.0,0.11104332679779652,0.15372517456988796,0.0,0.07622619694922508,0.5,0.15372517456988796,0.0,0.01608731940901928,0.15372517456988796,0.0,0.05602708937777635,0.5,0.15372517456988796,0.0,0.00845714757412097,0.15372517456988796,0.0,0.027332141754762077,0.15372517456988796,0.0,0.23428123606124124,0.15372517456988796,0.0,0.3576864028497516,0.15372517456988796,0.0,0.2712358032377117,0.15372517456988796,0.0,0.021062632191114327,0.15372517456988796,0.0,0.09334847175799753,0.5,0.15372517456988796,0.0,0.06277074690890747,0.0,0.049759303841752006,0.9936763229210308 -6316,0.5,0.15372517456988796,0.0,0.11174830107973659,0.15372517456988796,0.0,0.3226357723173986,0.15372517456988796,0.0,0.10660642415595542,0.15372517456988796,0.0,0.07324453596311498,0.15372517456988796,0.0,0.22950452368973986,0.15372517456988796,0.0,0.15879172513916556,0.15372517456988796,0.0,0.16301032539548876,0.15372517456988796,0.0,0.08588999839927555,0.5,0.15372517456988796,0.0,0.021774587078493682,0.15372517456988796,0.0,0.05431238357672835,0.5,0.15372517456988796,0.0,0.02245191492043498,0.15372517456988796,0.0,0.030798440338033084,0.15372517456988796,0.0,0.3430631059096404,0.15372517456988796,0.0,0.4171023216708031,0.15372517456988796,0.0,0.3167044132262578,0.15372517456988796,0.0,0.033704596378748015,0.15372517456988796,0.0,0.05929392149681016,0.5,0.15372517456988796,0.0,0.05534935272413587,0.0,0.08329246444974363,0.9747279921794121 -6317,0.5,0.15372517456988796,0.0,0.1536739180431884,0.15372517456988796,0.0,0.2281593944048953,0.15372517456988796,0.0,0.08392020418696323,0.15372517456988796,0.0,0.09628266868308613,0.15372517456988796,0.0,0.32994653823557407,0.15372517456988796,0.0,0.19714331384165126,0.15372517456988796,0.0,0.14951077629906104,0.15372517456988796,0.0,0.12564256507094368,0.5,0.15372517456988796,0.0,0.03645769034012878,0.15372517456988796,0.0,0.052375355925304096,0.5,0.15372517456988796,0.0,0.031009877823442982,0.15372517456988796,0.0,0.04809023415317522,0.15372517456988796,0.0,0.5489671169513513,0.15372517456988796,0.0,0.5315746381129138,0.15372517456988796,0.0,0.3440439772408087,0.15372517456988796,0.0,0.08267577865727141,0.15372517456988796,0.0,0.023063882076762045,0.5,0.15372517456988796,0.0,0.04039508363579637,0.0,0.14601477923943848,0.9693861090895308 -6318,0.5,0.15372517456988796,0.0,0.20527312024989658,0.15372517456988796,0.0,0.16767564928737344,0.15372517456988796,0.0,0.09313779745372973,0.15372517456988796,0.0,0.10241442825566532,0.15372517456988796,0.0,0.5116643102411834,0.15372517456988796,0.0,0.22635072896617517,0.15372517456988796,0.0,0.14540805246163238,0.15372517456988796,0.0,0.18000379371318112,0.5,0.15372517456988796,0.0,0.08475724260141004,0.15372517456988796,0.0,0.07369609479874585,0.5,0.15372517456988796,0.0,0.04770102650598289,0.15372517456988796,0.0,0.060995581353868907,0.15372517456988796,0.0,0.677662141741622,0.15372517456988796,0.0,0.6831758101035907,0.15372517456988796,0.0,0.33143167582219696,0.15372517456988796,0.0,0.12860943330173275,0.15372517456988796,0.0,0.016020848220283077,0.5,0.15372517456988796,0.0,0.0339133033604969,0.0,0.2641118806822976,0.9641061832096862 -6319,0.5,0.15372517456988796,0.001102936561013904,0.2711258064722506,0.15372517456988796,0.0005672395943622024,0.4074011635511136,0.15372517456988796,0.004741427587233648,0.12445651033847274,0.15372517456988796,0.0033289940064059457,0.12600505142391924,0.15372517456988796,0.00014343379239226475,0.6520432134157359,0.15372517456988796,1.432660152010014e-05,0.28546951903524853,0.15372517456988796,0.00036190343505916145,0.19313115031213973,0.15372517456988796,0.0002115919624302409,0.21113712175809757,0.5,0.15372517456988796,0.00029369632855512834,0.13858482305055908,0.15372517456988796,0.0012356135949923505,0.10191391957128472,0.5,0.15372517456988796,0.0020520107301380307,0.0372892176970956,0.15372517456988796,0.002231751771593161,0.05926576536352694,0.15372517456988796,0.0015900191876404555,0.7415842048944549,0.15372517456988796,0.00014533391685028825,0.7483957022739378,0.15372517456988796,0.001034807902990689,0.33198352959012933,0.15372517456988796,0.0007422536647161985,0.15674304475900222,0.15372517456988796,0.006186104307945695,0.013568352620541466,0.5,0.15372517456988796,0.006954658670899777,0.033828284421669706,0.0,0.35051121520487805,0.9624482643075417 -6320,0.5,0.15372517456988796,0.010568538596741063,0.3382029397304004,0.15372517456988796,0.006785663549489678,0.7772047409155313,0.15372517456988796,0.04081065475231965,0.2672975220556907,0.15372517456988796,0.04571642871076965,0.19877936709430566,0.15372517456988796,0.00634123892475221,0.7653458196973768,0.15372517456988796,0.0027822442311020612,0.38091494256020925,0.15372517456988796,0.0053583057196772725,0.31153053948451803,0.15372517456988796,0.00639500900221238,0.23659998671526777,0.5,0.15372517456988796,0.003786835927119607,0.1901004731400269,0.15372517456988796,0.017671273955912694,0.11625984633964505,0.5,0.15372517456988796,0.018971646501214176,0.05960861864040753,0.15372517456988796,0.05303127391030443,0.05963408532614086,0.15372517456988796,0.06148627421206605,0.7969984019826009,0.15372517456988796,0.008227732673188484,0.7741462931831276,0.15372517456988796,0.01735438686536813,0.43442248554605534,0.15372517456988796,0.0173743087766218,0.2029039633363442,0.15372517456988796,0.06741641643095315,0.018590846781368794,0.5,0.15372517456988796,0.06304012950870626,0.05099138570453802,0.0,0.4701254550608406,0.961359285231804 -6321,0.5,0.15372517456988796,0.02714351830253121,0.39927768885991577,0.15372517456988796,0.07616051628268221,0.8706759922003812,0.15372517456988796,0.062406410290106455,0.40882667204036055,0.15372517456988796,0.10615362458898223,0.3185828324203924,0.15372517456988796,0.036272671848956044,0.7704837030877685,0.15372517456988796,0.01160751903785829,0.4588257434460519,0.15372517456988796,0.010912300229007868,0.44505055456162423,0.15372517456988796,0.010193532160164304,0.26260060262095086,0.5,0.15372517456988796,0.009018532811168219,0.2309776891142385,0.15372517456988796,0.048725546153149286,0.1713002368502511,0.5,0.15372517456988796,0.023477400484261612,0.14749256849291525,0.15372517456988796,0.12938839067682537,0.11344752904949096,0.15372517456988796,0.16478897161275563,0.8612706282797822,0.15372517456988796,0.057024414264458465,0.7928663559194769,0.15372517456988796,0.034395118802166745,0.595912558514985,0.15372517456988796,0.04266875796806093,0.2891828110427822,0.15372517456988796,0.09353312675308575,0.08198624641273651,0.5,0.15372517456988796,0.10763373959249475,0.08489127866320742,0.0,0.6139915919226839,0.9639762550108925 -6322,0.5,0.15372517456988796,0.057209153786511285,0.4725813712671177,0.15372517456988796,0.30737075745744713,0.9271447398859268,0.15372517456988796,0.08384957532637043,0.3638987149240499,0.15372517456988796,0.12736314218403771,0.4317787855610688,0.15372517456988796,0.10788013060460133,0.7571354666937621,0.15372517456988796,0.027317395259688498,0.506289164245054,0.15372517456988796,0.02572381479160204,0.6133495932595042,0.15372517456988796,0.019883307759329998,0.31142905507561175,0.5,0.15372517456988796,0.011255443254127508,0.2409920060271378,0.15372517456988796,0.11843530378667248,0.2593166972022592,0.5,0.15372517456988796,0.048794867924838004,0.1885693573139604,0.15372517456988796,0.1883056167127933,0.24127361125882424,0.15372517456988796,0.23428371629515232,0.8830589897896608,0.15372517456988796,0.07362078002234698,0.8036023001536052,0.15372517456988796,0.05857116971579842,0.7921802987689747,0.15372517456988796,0.07257523029275735,0.3590387306366921,0.15372517456988796,0.07544978730400068,0.15178941253950878,0.5,0.15372517456988796,0.12491457436614645,0.09945783386749266,0.0,0.7214962357465551,0.9395346835176074 -6323,0.5,0.15372517456988796,0.13219120616419877,0.5618797679658022,0.15372517456988796,0.2662529647599791,0.9306214845736084,0.15372517456988796,0.1544804727071496,0.39023271419219974,0.15372517456988796,0.15213790895287824,0.4739634968224552,0.15372517456988796,0.12069957138390715,0.728347083083345,0.15372517456988796,0.046496097294013314,0.5130322886329238,0.15372517456988796,0.08959273965189651,0.6686337373004888,0.15372517456988796,0.04435099324676639,0.37049781370633283,0.5,0.15372517456988796,0.01771928462775254,0.2632155995367073,0.15372517456988796,0.21845101306027132,0.326767159912846,0.5,0.15372517456988796,0.06270514885602976,0.2499898714048976,0.15372517456988796,0.15936524361640644,0.23000333292565575,0.15372517456988796,0.21345469608471568,0.8524669442229466,0.15372517456988796,0.07938741493730031,0.789303314306174,0.15372517456988796,0.09857525769778515,0.8589265034135533,0.15372517456988796,0.09078507129968671,0.4345984916037367,0.15372517456988796,0.07932289043856544,0.22039098973811974,0.5,0.15372517456988796,0.1057031660959093,0.15760857375737924,0.0,0.840840075606483,0.9457915260450501 -6324,0.5,0.15372517456988796,0.20506633015332185,0.6970992483415245,0.15372517456988796,0.1592338064690086,0.8930235059338003,0.15372517456988796,0.1790739684715985,0.5560701752053853,0.15372517456988796,0.13684576400647017,0.4874428757435512,0.15372517456988796,0.052635737150114006,0.6963092550494345,0.15372517456988796,0.0638306962177353,0.5040249832197174,0.15372517456988796,0.12941289112154855,0.7400615769142239,0.15372517456988796,0.07204056590592296,0.4270940884833483,0.5,0.15372517456988796,0.03131378083603539,0.3109156633119881,0.15372517456988796,0.21519285770496716,0.33713141392380935,0.5,0.15372517456988796,0.006514817491182439,0.33247788280269264,0.15372517456988796,0.11130394201060984,0.20497091687471614,0.15372517456988796,0.22385097106271457,0.827169734553958,0.15372517456988796,0.07280317920626192,0.7382622313305802,0.15372517456988796,0.1751034552985348,0.8766587783506496,0.15372517456988796,0.07394677373100697,0.495628086474998,0.15372517456988796,0.061257179200246245,0.26532727362346825,0.5,0.15372517456988796,0.13609817446094644,0.3012046333893458,0.0,0.8848715896708592,0.9832037504795427 -6325,0.5,0.15372517456988796,0.2662778482256625,0.7567665750367519,0.15372517456988796,0.11757414853049632,0.8223666995999666,0.15372517456988796,0.15581833814054513,0.7410455167632691,0.15372517456988796,0.1642822297356753,0.4989120884862162,0.15372517456988796,0.05921037721844687,0.692219716054883,0.15372517456988796,0.06114284919456374,0.5146842761308509,0.15372517456988796,0.08565898737467728,0.7391211870854842,0.15372517456988796,0.0849558358639717,0.4671411820466098,0.5,0.15372517456988796,0.06090318511641529,0.4207690615027439,0.15372517456988796,0.19601623784151523,0.4110373364705237,0.5,0.15372517456988796,0.005909402375403855,0.3222912807071036,0.15372517456988796,0.07879714573022037,0.2508465333079078,0.15372517456988796,0.28346786219962855,0.8465058669534199,0.15372517456988796,0.0670645844858751,0.7241555632461756,0.15372517456988796,0.2134991946468625,0.8922032809421165,0.15372517456988796,0.08114677836880889,0.5752049024841304,0.15372517456988796,0.09149988992549694,0.2793894163083944,0.5,0.15372517456988796,0.23166312626840865,0.3474287784978196,0.0,0.9009226882854671,1.007016843298314 -6326,0.5,0.15372517456988796,0.3427707570170212,0.7947755387612487,0.15372517456988796,0.05744455584069404,0.7977450255694414,0.15372517456988796,0.13108064734581182,0.7470327208366142,0.15372517456988796,0.15606903669478706,0.5161639756350357,0.15372517456988796,0.06364247196329438,0.6651474946855662,0.15372517456988796,0.053944076804202865,0.5284977471780206,0.15372517456988796,0.05701669131517787,0.6842403611155085,0.15372517456988796,0.09071002978929903,0.4674504361116188,0.5,0.15372517456988796,0.10321065356858747,0.5477494874613009,0.15372517456988796,0.1913637134659744,0.4585240857328905,0.5,0.15372517456988796,0.014849330313786997,0.2018965728040129,0.15372517456988796,0.07535310120421186,0.2572297546200069,0.15372517456988796,0.34645419098622077,0.9152536886630985,0.15372517456988796,0.07482200356841134,0.7617332334427467,0.15372517456988796,0.16180238226374286,0.8703286495388536,0.15372517456988796,0.08087751822734221,0.6691282914369155,0.15372517456988796,0.07579305598161573,0.25539054486210183,0.5,0.15372517456988796,0.1908509343264812,0.3354983943759032,0.0,0.9048005581922602,1.0081855571501253 -6327,0.5,0.15372517456988796,0.3768462739265488,0.8258508374014073,0.15372517456988796,0.05287096798374051,0.8647326609705069,0.15372517456988796,0.15530461386863886,0.7563120155533233,0.15372517456988796,0.10701375261367145,0.5078459908483706,0.15372517456988796,0.1162476721095864,0.6902907496252484,0.15372517456988796,0.04324602853886473,0.4463727418110037,0.15372517456988796,0.04221073522030427,0.6439358566844099,0.15372517456988796,0.08078056804375955,0.45307612109933326,0.5,0.15372517456988796,0.09842031290067077,0.6062919620778796,0.15372517456988796,0.05409949078640079,0.37233458409555903,0.5,0.15372517456988796,0.02823055867074615,0.18522523890407766,0.15372517456988796,0.017358241275858322,0.250518933979243,0.15372517456988796,0.3774509740094386,0.9573382308274881,0.15372517456988796,0.17833798885859845,0.8791473556513778,0.15372517456988796,0.08339593476061358,0.8326505077033326,0.15372517456988796,0.06061592530621785,0.6811440523605706,0.15372517456988796,0.06117560898611723,0.2963495377526748,0.5,0.15372517456988796,0.12199454217029512,0.2349112320332525,0.0,0.8661352607962147,1.0051417358768233 -6328,0.5,0.15372517456988796,0.2981182548357539,0.834387136858211,0.15372517456988796,0.0996901260325908,0.9316799972204364,0.15372517456988796,0.12533514630567455,0.8064263853989065,0.15372517456988796,0.06321507026640268,0.5022364065261474,0.15372517456988796,0.19606300000892615,0.8206846908105556,0.15372517456988796,0.03393374164727934,0.34918566939348583,0.15372517456988796,0.02401621122727082,0.5092340570740091,0.15372517456988796,0.04633902749533367,0.4213947312795193,0.5,0.15372517456988796,0.06948617174053259,0.6393293697366156,0.15372517456988796,0.004421844364682077,0.36495811430502706,0.5,0.15372517456988796,0.029126162492582104,0.20422427437551655,0.15372517456988796,0.0034201912560630947,0.1967267862559314,0.15372517456988796,0.31172251433608367,0.9650979077441704,0.15372517456988796,0.14774025211527655,0.932662574907269,0.15372517456988796,0.054902303184890824,0.7858173971169653,0.15372517456988796,0.033091231956308635,0.6658975861014776,0.15372517456988796,0.033865949477053875,0.31848121431557874,0.5,0.15372517456988796,0.03979008786750238,0.22023754236101573,0.0,0.7863093028755063,1.0106910634016353 -6329,0.5,0.15372517456988796,0.1257104015780457,0.7955863205552773,0.15372517456988796,0.169946717344723,0.9963624429396294,0.15372517456988796,0.043996872405511894,0.8658717287707925,0.15372517456988796,0.028849687473006598,0.5462058382127538,0.15372517456988796,0.1178055099861153,0.8967298437892992,0.15372517456988796,0.04974255930422676,0.32248280602748797,0.15372517456988796,0.02525964460417539,0.37904034771043765,0.15372517456988796,0.011026091691756138,0.34867282815861506,0.5,0.15372517456988796,0.049502057456713044,0.6491199841138897,0.15372517456988796,0.0005971343576645132,0.3241161478130736,0.5,0.15372517456988796,0.014135634864476075,0.2981452864341102,0.15372517456988796,0.0020898712130294895,0.18046079084756497,0.15372517456988796,0.15582557519906645,0.956138246830297,0.15372517456988796,0.05545104104307526,0.9203313620709126,0.15372517456988796,0.057995965304571406,0.743041467409091,0.15372517456988796,0.012993663929987515,0.5917768870470801,0.15372517456988796,0.01164070996587382,0.36086071686621796,0.5,0.15372517456988796,0.005930971185786577,0.3058709221172635,0.0,0.7058917693692119,1.009907210101802 -6330,0.5,0.15372517456988796,0.0,0.6804055838995734,0.15372517456988796,0.005113767693817423,0.9525268612274771,0.15372517456988796,0.0004979187386695528,0.8143858642338516,0.15372517456988796,0.00029406413273008167,0.6260163672838314,0.15372517456988796,0.02138925835591653,0.8674142095638164,0.15372517456988796,0.020516650407621764,0.4473582214698627,0.15372517456988796,0.007854594396352275,0.3496863593212735,0.15372517456988796,0.0018119081877026187,0.24828872670646568,0.5,0.15372517456988796,0.01957165218307163,0.6169430475193104,0.15372517456988796,0.0001844975546728759,0.19033017403984834,0.5,0.15372517456988796,0.0020002214825732053,0.4046266680737237,0.15372517456988796,0.0006820011661309016,0.21478344645802694,0.15372517456988796,0.02469840779454144,0.8860444414423924,0.15372517456988796,0.0037498065725991127,0.9038381387964555,0.15372517456988796,0.013401335943408595,0.7554664571348476,0.15372517456988796,0.00249348844369808,0.4928123793215725,0.15372517456988796,0.00115812728169721,0.42871081099682695,0.5,0.15372517456988796,9.37624820638119e-05,0.31907809208571186,0.0,0.6373021268517535,1.0100450634619786 -6331,0.5,0.15372517456988796,0.0,0.6093466210254053,0.15372517456988796,0.0,0.8927075673427948,0.15372517456988796,0.0,0.5815799646225489,0.15372517456988796,0.0,0.7236411199664641,0.15372517456988796,0.0,0.7554290739950503,0.15372517456988796,0.0,0.49968577266459435,0.15372517456988796,0.0,0.4171302950075472,0.15372517456988796,0.0,0.1647576675328588,0.5,0.15372517456988796,0.0,0.5212192935358189,0.15372517456988796,0.0,0.18220144915226852,0.5,0.15372517456988796,0.0,0.4313072021784721,0.15372517456988796,0.0,0.3288240369627293,0.15372517456988796,0.0,0.8000289317529978,0.15372517456988796,0.0,0.8863462667537343,0.15372517456988796,0.0,0.8134180132370266,0.15372517456988796,0.0,0.3633150168775789,0.15372517456988796,0.0,0.5029659096078241,0.5,0.15372517456988796,0.0,0.30314083786425694,0.0,0.6988188800304075,1.0100242245003426 -6332,0.5,0.15372517456988796,0.0,0.6099928753475478,0.15372517456988796,0.0,0.9462194727743728,0.15372517456988796,0.0,0.3507031017375402,0.15372517456988796,0.0,0.6766549802408568,0.15372517456988796,0.0,0.7868581545675262,0.15372517456988796,0.0,0.4682673450049114,0.15372517456988796,0.0,0.479491682080541,0.15372517456988796,0.0,0.11636059477199079,0.5,0.15372517456988796,0.0,0.44364922775659926,0.15372517456988796,0.0,0.24468765630458533,0.5,0.15372517456988796,0.0,0.4074859040937562,0.15372517456988796,0.0,0.5150540378966991,0.15372517456988796,0.0,0.7820256693884181,0.15372517456988796,0.0,0.9062771975816879,0.15372517456988796,0.0,0.85850275583072,0.15372517456988796,0.0,0.3176178988548376,0.15372517456988796,0.0,0.5428933619490754,0.5,0.15372517456988796,0.0,0.32140617694798984,0.0,0.9168184582651416,1.0102016690083162 -6333,0.5,0.15372517456988796,0.0,0.655128966478207,0.15372517456988796,0.0,0.8593096036741321,0.15372517456988796,0.0,0.3265419048156665,0.15372517456988796,0.0,0.5887088386943221,0.15372517456988796,0.0,0.8024094065467293,0.15372517456988796,0.0,0.5079733107727994,0.15372517456988796,0.0,0.5861909179746382,0.15372517456988796,0.0,0.1423425549879192,0.5,0.15372517456988796,0.0,0.24205766585697408,0.15372517456988796,0.0,0.2625557841779855,0.5,0.15372517456988796,0.0,0.3171711675569213,0.15372517456988796,0.0,0.6066796408764882,0.15372517456988796,0.0,0.7723837737726026,0.15372517456988796,0.0,0.9128982722029928,0.15372517456988796,0.0,0.8779169681702452,0.15372517456988796,0.0,0.365887021326917,0.15372517456988796,0.0,0.41144342591976,0.5,0.15372517456988796,0.0,0.42862777150134357,0.0,0.9191520244265194,1.0092844183229923 -6334,0.5,0.15372517456988796,0.0,0.6817122165126132,0.15372517456988796,0.0,0.8463130657254235,0.15372517456988796,0.0,0.508883601846437,0.15372517456988796,0.0,0.5401983450632925,0.15372517456988796,0.0,0.7561098663153752,0.15372517456988796,0.0,0.46897277383963853,0.15372517456988796,0.0,0.604256123065342,0.15372517456988796,0.0,0.19630430978948493,0.5,0.15372517456988796,0.0,0.08552750608477426,0.15372517456988796,0.0,0.3142995182823867,0.5,0.15372517456988796,0.0,0.16334015277278305,0.15372517456988796,0.0,0.5212518707986447,0.15372517456988796,0.0,0.6903395017783573,0.15372517456988796,0.0,0.8872112855223562,0.15372517456988796,0.0,0.8470034795489642,0.15372517456988796,0.0,0.4781934530310111,0.15372517456988796,0.0,0.26566829509652684,0.5,0.15372517456988796,0.0,0.510113548627471,0.0,0.9509708112281682,1.0101169774000556 -6335,0.5,0.15372517456988796,0.0,0.6483691534510305,0.15372517456988796,0.0,0.8135650013575609,0.15372517456988796,0.0,0.642513206160313,0.15372517456988796,0.0,0.6071004609477493,0.15372517456988796,0.0,0.7376244100413676,0.15372517456988796,0.0,0.4317686560901115,0.15372517456988796,0.0,0.5271894128003217,0.15372517456988796,0.0,0.24362906115075755,0.5,0.15372517456988796,0.0,0.10607093390599732,0.15372517456988796,0.0,0.3767087840043324,0.5,0.15372517456988796,0.0,0.053554122174436065,0.15372517456988796,0.0,0.364083302786026,0.15372517456988796,0.0,0.624570102093138,0.15372517456988796,0.0,0.8920759581981585,0.15372517456988796,0.0,0.8245966601850802,0.15372517456988796,0.0,0.4553626886090113,0.15372517456988796,0.0,0.19652237095801448,0.5,0.15372517456988796,0.0,0.5403968671932964,0.0,0.899457782169848,1.0105520212570431 -6336,0.5,0.15372517456988796,0.0,0.5986540111598324,0.15372517456988796,0.0,0.7435434251861766,0.15372517456988796,0.0,0.6297172812460314,0.15372517456988796,0.0,0.7017552874899932,0.15372517456988796,0.0,0.8209938487076633,0.15372517456988796,0.0,0.4428215993248412,0.15372517456988796,0.0,0.5246760468157855,0.15372517456988796,0.0,0.23176996611106696,0.5,0.15372517456988796,0.0,0.18688640834997183,0.15372517456988796,0.0,0.2857563473987722,0.5,0.15372517456988796,0.0,0.07283327174978116,0.15372517456988796,0.0,0.1824984883800849,0.15372517456988796,0.0,0.584356851850219,0.15372517456988796,0.0,0.8751437371666917,0.15372517456988796,0.0,0.8211321758837178,0.15372517456988796,0.0,0.375223295310515,0.15372517456988796,0.0,0.28941183636468165,0.5,0.15372517456988796,0.0,0.4347160283981869,0.0,0.7294792688205519,1.0098570017177027 -6337,0.5,0.15372517456988796,0.0,0.5446448210235951,0.15372517456988796,0.0,0.7029111060836708,0.15372517456988796,0.0,0.6525040475998073,0.15372517456988796,0.0,0.6384517881375998,0.15372517456988796,0.0,0.7799484666982645,0.15372517456988796,0.0,0.4543461526900893,0.15372517456988796,0.0,0.5761650759178977,0.15372517456988796,0.0,0.21537673028525772,0.5,0.15372517456988796,0.0,0.19938961010695155,0.15372517456988796,0.0,0.1460641099819845,0.5,0.15372517456988796,0.0,0.1882257262298364,0.15372517456988796,0.0,0.08635635297269188,0.15372517456988796,0.0,0.5609602292476294,0.15372517456988796,0.0,0.7992784708158217,0.15372517456988796,0.0,0.819527796920299,0.15372517456988796,0.0,0.38169388424856016,0.15372517456988796,0.0,0.3282220672378454,0.5,0.15372517456988796,0.0,0.2854968087217656,0.0,0.5822498483764132,1.0081736030760715 -6338,0.5,0.15372517456988796,0.0,0.5494951383323434,0.15372517456988796,0.0,0.6316418801743546,0.15372517456988796,0.0,0.7218650349796836,0.15372517456988796,0.0,0.579563531625413,0.15372517456988796,0.0,0.5876703528332705,0.15372517456988796,0.0,0.44840005116914106,0.15372517456988796,0.0,0.6430789630695903,0.15372517456988796,0.0,0.22318739407339885,0.5,0.15372517456988796,0.0,0.2010178622669443,0.15372517456988796,0.0,0.09560295330908081,0.5,0.15372517456988796,0.0,0.19675958101712904,0.15372517456988796,0.0,0.07017799329107265,0.15372517456988796,0.0,0.5469516072408093,0.15372517456988796,0.0,0.771595720215374,0.15372517456988796,0.0,0.7979691683584323,0.15372517456988796,0.0,0.447363175833443,0.15372517456988796,0.0,0.2844916142700847,0.5,0.15372517456988796,0.0,0.19653840065910919,0.0,0.8018783835104226,1.008290636619558 -6339,0.5,0.15372517456988796,0.0,0.5909742866716629,0.15372517456988796,0.0,0.6638833607095673,0.15372517456988796,0.0,0.7962479266015895,0.15372517456988796,0.0,0.6034212635535084,0.15372517456988796,0.0,0.514377462631874,0.15372517456988796,0.0,0.39065913361626586,0.15372517456988796,0.0,0.6869701902521661,0.15372517456988796,0.0,0.2539252483033344,0.5,0.15372517456988796,0.0,0.2213614147069141,0.15372517456988796,0.0,0.08071515081445213,0.5,0.15372517456988796,0.0,0.1897264742731468,0.15372517456988796,0.0,0.06442311576091969,0.15372517456988796,0.0,0.5201162234495416,0.15372517456988796,0.0,0.8302308627821449,0.15372517456988796,0.0,0.7945801583450087,0.15372517456988796,0.0,0.5225306023225745,0.15372517456988796,0.0,0.27203216830179,0.5,0.15372517456988796,0.0,0.16078403926529025,0.0,0.8847022840992355,1.0094809048616686 -6340,0.5,0.15372517456988796,0.0,0.5974482734027461,0.15372517456988796,0.0,0.6883132290367292,0.15372517456988796,0.0,0.8497569499754822,0.15372517456988796,0.0,0.7055959894432986,0.15372517456988796,0.0,0.6152274633212085,0.15372517456988796,0.0,0.43013121732413223,0.15372517456988796,0.0,0.6780533797084959,0.15372517456988796,0.0,0.2555395132337959,0.5,0.15372517456988796,0.0,0.2165962454441044,0.15372517456988796,0.0,0.05138719004284492,0.5,0.15372517456988796,0.0,0.18083306399625,0.15372517456988796,0.0,0.10107498941128443,0.15372517456988796,0.0,0.5351008880146763,0.15372517456988796,0.0,0.8921316912030782,0.15372517456988796,0.0,0.8194793572267065,0.15372517456988796,0.0,0.5721165454566164,0.15372517456988796,0.0,0.3131497048855291,0.5,0.15372517456988796,0.0,0.14488688047182688,0.0,0.8776140501304146,1.009991819160035 -6341,0.5,0.15372517456988796,0.0,0.5842723015738954,0.15372517456988796,0.0,0.7413903439856574,0.15372517456988796,0.0,0.8368292127506819,0.15372517456988796,0.0,0.7754459800104169,0.15372517456988796,0.0,0.7358518039415882,0.15372517456988796,0.0,0.42084947481913415,0.15372517456988796,0.0,0.7180158074224795,0.15372517456988796,0.0,0.27050299291493274,0.5,0.15372517456988796,0.0,0.21966651289521413,0.15372517456988796,0.0,0.03776694049361313,0.5,0.15372517456988796,0.0,0.20911733463652488,0.15372517456988796,0.0,0.1701591841540867,0.15372517456988796,0.0,0.5151413388226411,0.15372517456988796,0.0,0.8994582500168261,0.15372517456988796,0.0,0.8520890109247804,0.15372517456988796,0.0,0.5977262776278458,0.15372517456988796,0.0,0.3428793485607155,0.5,0.15372517456988796,0.0,0.17079211836215585,0.0,0.8606046499945873,1.0104857403730179 -6342,0.5,0.15372517456988796,0.0,0.5787603466377544,0.15372517456988796,0.0,0.5424410751879231,0.15372517456988796,0.0,0.7940607407100222,0.15372517456988796,0.0,0.8119600432190933,0.15372517456988796,0.0,0.8414995656224216,0.15372517456988796,0.0,0.5047590591674915,0.15372517456988796,0.0,0.7986196207360666,0.15372517456988796,0.0,0.2649107219389245,0.5,0.15372517456988796,0.0,0.20925362849710558,0.15372517456988796,0.0,0.053709771316364056,0.5,0.15372517456988796,0.0,0.2491165633839707,0.15372517456988796,0.0,0.2020269110324324,0.15372517456988796,0.0,0.42595774850399204,0.15372517456988796,0.0,0.871483815783606,0.15372517456988796,0.0,0.9206971103121896,0.15372517456988796,0.0,0.6724490096257156,0.15372517456988796,0.0,0.39202940870618663,0.5,0.15372517456988796,0.0,0.1912885411708409,0.0,0.8327833447281454,1.0110352093602506 -6343,0.5,0.15372517456988796,0.0032860314503535644,0.5740652999404925,0.15372517456988796,0.0013309848180571664,0.7282897296307059,0.15372517456988796,0.0009901904624852942,0.7506977520703766,0.15372517456988796,0.0014527538067289477,0.8392020087026508,0.15372517456988796,0.0006382767451964622,0.9208984999545492,0.15372517456988796,6.73430492121811e-06,0.526506708499352,0.15372517456988796,0.0006909052049537537,0.7564111440590711,0.15372517456988796,0.00023576337512159579,0.29928641036386927,0.5,0.15372517456988796,0.0002458118621795224,0.23275163778137295,0.15372517456988796,0.0026493920335523852,0.09726544432408413,0.5,0.15372517456988796,0.0008560120408583698,0.2408705400302179,0.15372517456988796,0.0018412059085799147,0.22906419239611597,0.15372517456988796,0.004144454361176826,0.295932491732556,0.15372517456988796,0.0012769834695882467,0.7411809189737812,0.15372517456988796,0.0009353692422721751,0.93971457492763,0.15372517456988796,0.0007476309179815576,0.6912767779296338,0.15372517456988796,0.0010805156240314268,0.4436056343978724,0.5,0.15372517456988796,0.0025021116027161908,0.28955270852946835,0.0,0.8887342801955381,1.0088116646615692 -6344,0.5,0.15372517456988796,0.045633647603621694,0.6203856946348779,0.15372517456988796,0.11580194400074653,0.5931811973670247,0.15372517456988796,0.017898795618206027,0.7830067521422998,0.15372517456988796,0.015179990598559625,0.8328742627263599,0.15372517456988796,0.048250028689328345,0.9807479598293304,0.15372517456988796,0.020983625225672792,0.6215219217243662,0.15372517456988796,0.05309591011320309,0.8000119043368201,0.15372517456988796,0.022025849523281488,0.3618127241485416,0.5,0.15372517456988796,0.019076798504700784,0.3041033068769734,0.15372517456988796,0.04248447427922776,0.16969236780274255,0.5,0.15372517456988796,0.03876070826896036,0.4300721979238544,0.15372517456988796,0.0618117499656948,0.21957437240925737,0.15372517456988796,0.1202681071410493,0.297119102776787,0.15372517456988796,0.047239524479514114,0.6380730104292062,0.15372517456988796,0.022831528694600364,0.9272818304011131,0.15372517456988796,0.033375897580345065,0.6968965493580997,0.15372517456988796,0.017790575306403728,0.5210453433493202,0.5,0.15372517456988796,0.01919343226528868,0.40121885706512034,0.0,0.9446154232400515,1.00576237231253 -6345,0.5,0.15372517456988796,0.122422323295567,0.6880052310088159,0.15372517456988796,0.28820777861590663,0.5993853411076475,0.15372517456988796,0.07623127539298828,0.9317569091508696,0.15372517456988796,0.05576051280351614,0.7948487286411613,0.15372517456988796,0.08630932730219101,0.9524815098674103,0.15372517456988796,0.06764653147667565,0.7600982462535096,0.15372517456988796,0.08877663100287869,0.8730983029168016,0.15372517456988796,0.06812630206334627,0.4852143965304694,0.5,0.15372517456988796,0.047203444287228544,0.35040028629995157,0.15372517456988796,0.1345631010892463,0.21567162396923886,0.5,0.15372517456988796,0.07111264305204129,0.4107634761491996,0.15372517456988796,0.16238236851752394,0.31443973469190417,0.15372517456988796,0.25011677245694697,0.5125363080552255,0.15372517456988796,0.07959968883401589,0.6346644383660025,0.15372517456988796,0.14631542695601818,0.9038486670064994,0.15372517456988796,0.11930530395049951,0.8102300033990063,0.15372517456988796,0.038734100986215735,0.527146881873055,0.5,0.15372517456988796,0.05217083862679596,0.5485919581328547,0.0,0.9572062881118941,0.9995816396056362 -6346,0.5,0.15372517456988796,0.22630707349067242,0.8018434271218847,0.15372517456988796,0.4371693817335751,0.5489441953274526,0.15372517456988796,0.14078611346586226,1.001107778623393,0.15372517456988796,0.18522609318875477,0.7997966344744402,0.15372517456988796,0.08688894396135725,0.9040656864505746,0.15372517456988796,0.07676963430862908,0.8049081883125243,0.15372517456988796,0.11913075190153355,0.933127126401107,0.15372517456988796,0.15147873329003242,0.6390895418376492,0.5,0.15372517456988796,0.07191979929429004,0.3698651492176807,0.15372517456988796,0.22450747283011985,0.2930947781891557,0.5,0.15372517456988796,0.04997170047555395,0.33236433050097003,0.15372517456988796,0.20009711781181305,0.3509385989070098,0.15372517456988796,0.41882412820921033,0.7319030384923909,0.15372517456988796,0.09791850339935934,0.6459969989122409,0.15372517456988796,0.2639440140518661,0.8547364593145226,0.15372517456988796,0.25885086659730266,0.933728463447227,0.15372517456988796,0.07879170434314886,0.5518807359058483,0.5,0.15372517456988796,0.09019679986530814,0.5710147849901035,0.0,0.9270373627663625,1.0061359403239218 -6347,0.5,0.15372517456988796,0.28359903055382496,0.8474869393721493,0.15372517456988796,0.5588332494560377,0.7346859130286529,0.15372517456988796,0.16699160277305442,0.9810188780862023,0.15372517456988796,0.2945979936218546,0.7824277739479528,0.15372517456988796,0.13626256240379406,0.9201343611125856,0.15372517456988796,0.12287605845224944,0.8314917979245313,0.15372517456988796,0.12280196036001817,0.937656481377208,0.15372517456988796,0.2657657939486725,0.7843488120039936,0.5,0.15372517456988796,0.12561332183030516,0.35970555531589893,0.15372517456988796,0.15307060849280643,0.3171142689771682,0.5,0.15372517456988796,0.08768285933314761,0.4042788354112176,0.15372517456988796,0.16958253189876304,0.35230146220158176,0.15372517456988796,0.5463900656625413,0.851674963345205,0.15372517456988796,0.13897066723715784,0.7023546631517978,0.15372517456988796,0.266092498317839,0.8049777649141084,0.15372517456988796,0.2876279370462314,0.9815314826302888,0.15372517456988796,0.19871734920185574,0.6896378939838499,0.5,0.15372517456988796,0.11173205899459028,0.6137458097382217,0.0,0.8718735970337511,1.0046463591091301 -6348,0.5,0.15372517456988796,0.36960745827479,0.8849764263590636,0.15372517456988796,0.6135259857680976,0.9353537163011691,0.15372517456988796,0.24735117019501635,0.9420818107248692,0.15372517456988796,0.29770350906835863,0.8017936754940601,0.15372517456988796,0.12464155949370426,0.9325784305884673,0.15372517456988796,0.10418919732582466,0.8078856198499531,0.15372517456988796,0.1587925419746596,0.9545608234846557,0.15372517456988796,0.36963034671062434,0.8621208578233406,0.5,0.15372517456988796,0.2510702401307203,0.5170215290018074,0.15372517456988796,0.11308951878580403,0.2848157309850586,0.5,0.15372517456988796,0.2684143379603364,0.7085708792326677,0.15372517456988796,0.13401268608382605,0.334882957125244,0.15372517456988796,0.5762800738541841,0.7730810711784396,0.15372517456988796,0.23168546310378757,0.824129266533859,0.15372517456988796,0.28873956888834934,0.8384884003076196,0.15372517456988796,0.1723937392483479,0.954759376377032,0.15372517456988796,0.3013395955245018,0.7626747133445049,0.5,0.15372517456988796,0.12160185794649159,0.580607147512973,0.0,0.8003384486739168,0.994323387858117 -6349,0.5,0.15372517456988796,0.4088741484324509,0.8896553423373288,0.15372517456988796,0.6144619041209666,0.8561295069477132,0.15372517456988796,0.33506149416652375,0.8657153298130009,0.15372517456988796,0.2172446254192279,0.8078826006593177,0.15372517456988796,0.20385259131333827,0.9699657228458898,0.15372517456988796,0.16726046363289784,0.7934122017894898,0.15372517456988796,0.24425310598072142,0.9641460482477481,0.15372517456988796,0.2301186086736038,0.8140110430596115,0.5,0.15372517456988796,0.3309662847981153,0.6356564025539895,0.15372517456988796,0.15307415939513208,0.2828708499397475,0.5,0.15372517456988796,0.4426936449610876,0.7673127274526943,0.15372517456988796,0.1820812228294464,0.3431221245335708,0.15372517456988796,0.6003407739219306,0.7857925077801448,0.15372517456988796,0.21829455403887899,0.8803222577914664,0.15372517456988796,0.30122849798787954,0.9045603857441256,0.15372517456988796,0.1528534545203576,0.9442690818913292,0.15372517456988796,0.21847270496303695,0.7141722974141267,0.5,0.15372517456988796,0.12193485218711586,0.5938153055224388,0.0,0.9212870695200112,0.958262456999922 -6350,0.5,0.15372517456988796,0.3823545417495172,0.8701829355738566,0.15372517456988796,0.5916909207337019,0.8765523814725253,0.15372517456988796,0.31888304113105514,0.8409013873545474,0.15372517456988796,0.23740387857019524,0.7660336687444079,0.15372517456988796,0.23261811247645575,0.9709020103709041,0.15372517456988796,0.26457471850730113,0.7970355986164503,0.15372517456988796,0.29585314475427543,0.9567300927140606,0.15372517456988796,0.1649318912620963,0.7307692603934475,0.5,0.15372517456988796,0.23587001542690417,0.6600294156262675,0.15372517456988796,0.14455276717349394,0.2751874134592548,0.5,0.15372517456988796,0.30754109150452824,0.5861682471154385,0.15372517456988796,0.2301870352454919,0.3959860609839683,0.15372517456988796,0.4879709075828689,0.842215160365878,0.15372517456988796,0.2190101673806783,0.8955477112332957,0.15372517456988796,0.2966909129336627,0.9465114018222541,0.15372517456988796,0.18967126217462288,0.943809256817114,0.15372517456988796,0.08859473718178373,0.6861107742174525,0.5,0.15372517456988796,0.13326835307805446,0.6757234482667941,0.0,0.9142812975160163,0.9138342586335673 -6351,0.5,0.15372517456988796,0.32705698528159016,0.8526636962497054,0.15372517456988796,0.4302837415204128,0.8571411838190545,0.15372517456988796,0.2914850235334887,0.8436057518182931,0.15372517456988796,0.220570034851084,0.6733361579333647,0.15372517456988796,0.17824097257394403,0.887381123709693,0.15372517456988796,0.2890651165065199,0.7272568025433475,0.15372517456988796,0.22862880526157342,0.9275257568251616,0.15372517456988796,0.2134511312207261,0.6542651185453997,0.5,0.15372517456988796,0.18276808108163145,0.6158882199067883,0.15372517456988796,0.20901436340995927,0.3305382039157316,0.5,0.15372517456988796,0.16756478317557244,0.4342720110946428,0.15372517456988796,0.18413370510748944,0.3802158606183891,0.15372517456988796,0.303715792854103,0.8786672632257836,0.15372517456988796,0.2521574545601749,0.8885493996613243,0.15372517456988796,0.20731255820427008,0.9433863163824042,0.15372517456988796,0.18354412558424296,0.935449318168896,0.15372517456988796,0.05778770355272735,0.6655908676443244,0.5,0.15372517456988796,0.11688435000358977,0.6747836658043076,0.0,0.9113720256228298,0.8521607743013764 -6352,0.5,0.15372517456988796,0.2208768376943677,0.8592774767555116,0.15372517456988796,0.2031253226363096,0.8021897282683454,0.15372517456988796,0.23039009449418138,0.8675082471215998,0.15372517456988796,0.15728236108658342,0.6251449057339067,0.15372517456988796,0.14932670722989974,0.7575323197939258,0.15372517456988796,0.22652895477378415,0.5936194263649905,0.15372517456988796,0.13299646336641233,0.8391244433819316,0.15372517456988796,0.12034330977409713,0.514767486083141,0.5,0.15372517456988796,0.119070323173455,0.547833272128289,0.15372517456988796,0.21393066073446515,0.34540685869320864,0.5,0.15372517456988796,0.07306317566155794,0.5759519197876615,0.15372517456988796,0.1297240704817716,0.2932364406585372,0.15372517456988796,0.29864417391789844,0.88508301760111,0.15372517456988796,0.27478447588071186,0.8450313094246434,0.15372517456988796,0.10481153006798452,0.8775695848589742,0.15372517456988796,0.185292105612613,0.8631746329615173,0.15372517456988796,0.05885175638986326,0.6409854059599355,0.5,0.15372517456988796,0.08853363862382589,0.6636249614212317,0.0,0.9523562959291144,0.7953207898622076 -6353,0.5,0.15372517456988796,0.09041686936165706,0.8206802855355961,0.15372517456988796,0.13931512793388368,0.741158931947674,0.15372517456988796,0.12966813108913794,0.8262544064106183,0.15372517456988796,0.0878041162852271,0.5509138366992606,0.15372517456988796,0.23567475361385676,0.6455872979146804,0.15372517456988796,0.13346641723373778,0.388517784829892,0.15372517456988796,0.055983649493690335,0.6371358957072578,0.15372517456988796,0.06996380708517232,0.3649620703897223,0.5,0.15372517456988796,0.051874624532292433,0.4461110183482384,0.15372517456988796,0.1135124483411648,0.2989729174238253,0.5,0.15372517456988796,0.03407003313358741,0.4212069275204716,0.15372517456988796,0.0952343535499899,0.1967505272491854,0.15372517456988796,0.25557214453167776,0.854886626419391,0.15372517456988796,0.22738880686248264,0.7548173518291508,0.15372517456988796,0.06038780265886023,0.757672967420196,0.15372517456988796,0.13007522288301337,0.7527884754600901,0.15372517456988796,0.03343156559709694,0.5543625546025689,0.5,0.15372517456988796,0.05127411137834111,0.6036871054977684,0.0,0.9753488927596894,0.7538265104656411 -6354,0.5,0.15372517456988796,0.00011068940705862986,0.7676055790343972,0.15372517456988796,0.013446916072778668,0.5427690483893705,0.15372517456988796,0.0,0.8109171084811144,0.15372517456988796,0.0,0.3651297413215284,0.15372517456988796,0.04086511469287648,0.32540842307796636,0.15372517456988796,0.037002272157349365,0.20187840965457854,0.15372517456988796,0.027145416137779356,0.29380596568093276,0.15372517456988796,0.01543101414824839,0.2169914880705504,0.5,0.15372517456988796,0.01624087034461548,0.32370271870566264,0.15372517456988796,0.007445968893699957,0.20511562349749995,0.5,0.15372517456988796,0.010034912222579276,0.2543128280425554,0.15372517456988796,0.02300595404107803,0.11142702348230049,0.15372517456988796,0.026360704754661735,0.6736069422744136,0.15372517456988796,0.03624422346434407,0.544666140629029,0.15372517456988796,0.011114410009020324,0.49294402319958597,0.15372517456988796,0.01871086488186164,0.5034167864916356,0.15372517456988796,0.0027110304797784905,0.43202366846075596,0.5,0.15372517456988796,0.00023386825568831658,0.49103357602986986,0.0,0.9715374217998259,0.6974493175538161 -6355,0.5,0.15372517456988796,0.0,0.7499549603082509,0.15372517456988796,0.0,0.3757196906116076,0.15372517456988796,0.0,0.7699745619049114,0.15372517456988796,0.0,0.3304412481522221,0.15372517456988796,0.0,0.18034250848209588,0.15372517456988796,0.0,0.14988273003442004,0.15372517456988796,0.0,0.17513298723909151,0.15372517456988796,0.0,0.12864741777483024,0.5,0.15372517456988796,0.0,0.2009719140099895,0.15372517456988796,0.0,0.10838640274026594,0.5,0.15372517456988796,0.0,0.1824666862428663,0.15372517456988796,0.0,0.08658952524282607,0.15372517456988796,0.0,0.498469023562217,0.15372517456988796,0.0,0.4091623982857633,0.15372517456988796,0.0,0.32202757804536275,0.15372517456988796,0.0,0.2366647197086932,0.15372517456988796,0.0,0.3316710955245252,0.5,0.15372517456988796,0.0,0.4279958628518792,0.0,0.9662228039410141,0.5836823944029425 -6356,0.5,0.15372517456988796,0.0,0.7742284949661985,0.15372517456988796,0.0,0.2341393216942445,0.15372517456988796,0.0,0.5326534974731676,0.15372517456988796,0.0,0.35380191085880897,0.15372517456988796,0.0,0.1316735172417771,0.15372517456988796,0.0,0.1375415346384223,0.15372517456988796,0.0,0.19256119421780363,0.15372517456988796,0.0,0.10663330506228631,0.5,0.15372517456988796,0.0,0.11264618249689409,0.15372517456988796,0.0,0.06876208993716106,0.5,0.15372517456988796,0.0,0.15152082295546446,0.15372517456988796,0.0,0.06921545218031104,0.15372517456988796,0.0,0.42665386902488334,0.15372517456988796,0.0,0.33459092547996083,0.15372517456988796,0.0,0.2926177753192387,0.15372517456988796,0.0,0.1869897846112964,0.15372517456988796,0.0,0.2552355740359959,0.5,0.15372517456988796,0.0,0.3737670944627351,0.0,0.9554750829594437,0.5313727159112348 -6357,0.5,0.15372517456988796,0.0,0.7531484052702316,0.15372517456988796,0.0,0.2176224173685666,0.15372517456988796,0.0,0.42719294584380796,0.15372517456988796,0.0,0.3648439029755297,0.15372517456988796,0.0,0.09872263789985404,0.15372517456988796,0.0,0.14211371516908416,0.15372517456988796,0.0,0.1704261962826346,0.15372517456988796,0.0,0.12793093666715663,0.5,0.15372517456988796,0.0,0.05923120463040218,0.15372517456988796,0.0,0.04568187384671713,0.5,0.15372517456988796,0.0,0.14187009151396412,0.15372517456988796,0.0,0.04950455438527814,0.15372517456988796,0.0,0.3384771710517155,0.15372517456988796,0.0,0.27524954375505395,0.15372517456988796,0.0,0.26276169233057695,0.15372517456988796,0.0,0.1638982824772314,0.15372517456988796,0.0,0.17247111064630447,0.5,0.15372517456988796,0.0,0.31254152423499515,0.0,0.9114526755290353,0.45085220962310524 -6358,0.5,0.15372517456988796,0.0,0.6816346795495353,0.15372517456988796,0.0,0.18833964423503727,0.15372517456988796,0.0,0.41233861353483203,0.15372517456988796,0.0,0.4065096222462529,0.15372517456988796,0.0,0.08016600206408864,0.15372517456988796,0.0,0.12179778101764832,0.15372517456988796,0.0,0.12773623629726666,0.15372517456988796,0.0,0.13546579070580783,0.5,0.15372517456988796,0.0,0.041336233780961115,0.15372517456988796,0.0,0.0377099103564232,0.5,0.15372517456988796,0.0,0.15478119664990067,0.15372517456988796,0.0,0.035933495064244474,0.15372517456988796,0.0,0.23967882461793688,0.15372517456988796,0.0,0.21828405962841477,0.15372517456988796,0.0,0.23761962250480428,0.15372517456988796,0.0,0.16781757939476255,0.15372517456988796,0.0,0.1511811204226434,0.5,0.15372517456988796,0.0,0.25267113413332776,0.0,0.8577816053725213,0.3376571989816667 -6359,0.5,0.15372517456988796,0.0,0.6010116743916769,0.15372517456988796,0.0,0.12459076030124693,0.15372517456988796,0.0,0.46675008104982746,0.15372517456988796,0.0,0.4560768496989734,0.15372517456988796,0.0,0.07377806535805279,0.15372517456988796,0.0,0.10547313732423927,0.15372517456988796,0.0,0.07761316091799578,0.15372517456988796,0.0,0.12633432738493616,0.5,0.15372517456988796,0.0,0.034301626858235026,0.15372517456988796,0.0,0.02770078764245709,0.5,0.15372517456988796,0.0,0.19291146044220314,0.15372517456988796,0.0,0.041244134937687804,0.15372517456988796,0.0,0.15338837851732168,0.15372517456988796,0.0,0.1530092076507385,0.15372517456988796,0.0,0.17091406301040885,0.15372517456988796,0.0,0.14388392252398052,0.15372517456988796,0.0,0.18224540544411547,0.5,0.15372517456988796,0.0,0.21684387210226452,0.0,0.8642994583823015,0.2412951337544723 -6360,0.5,0.15372517456988796,0.0,0.5255971517366487,0.15372517456988796,0.0,0.0719725525367335,0.15372517456988796,0.0,0.4581687296164536,0.15372517456988796,0.0,0.5497104209183704,0.15372517456988796,0.0,0.06259690254658103,0.15372517456988796,0.0,0.07180891593690106,0.15372517456988796,0.0,0.0629593325964459,0.15372517456988796,0.0,0.11023039813903751,0.5,0.15372517456988796,0.0,0.031136927720389684,0.15372517456988796,0.0,0.03772174512513851,0.5,0.15372517456988796,0.0,0.16470086638247064,0.15372517456988796,0.0,0.0513534034704694,0.15372517456988796,0.0,0.09638110297740234,0.15372517456988796,0.0,0.09449107984047542,0.15372517456988796,0.0,0.11113123917192522,0.15372517456988796,0.0,0.09922089187931324,0.15372517456988796,0.0,0.21511230473258136,0.5,0.15372517456988796,0.0,0.2131740718777358,0.0,0.7751527107780853,0.1421823866696884 -6361,0.5,0.15372517456988796,0.0,0.3933079879343729,0.15372517456988796,0.0,0.0709866638261793,0.15372517456988796,0.0,0.3205068166596483,0.15372517456988796,0.0,0.5813244471956163,0.15372517456988796,0.0,0.04619725272158963,0.15372517456988796,0.0,0.04433047419173593,0.15372517456988796,0.0,0.05612936724020569,0.15372517456988796,0.0,0.06958618604901827,0.5,0.15372517456988796,0.0,0.027298132614054338,0.15372517456988796,0.0,0.05868980808943435,0.5,0.15372517456988796,0.0,0.08733607946800476,0.15372517456988796,0.0,0.04794507371221077,0.15372517456988796,0.0,0.07621089294938695,0.15372517456988796,0.0,0.05060843142411259,0.15372517456988796,0.0,0.08941194846913678,0.15372517456988796,0.0,0.08012657539785158,0.15372517456988796,0.0,0.21381088251488659,0.5,0.15372517456988796,0.0,0.25789603497392755,0.0,0.6798847809792351,0.08684902836303528 -6362,0.5,0.15372517456988796,0.0,0.2884824738486839,0.15372517456988796,0.0,0.06036455148764582,0.15372517456988796,0.0,0.24198289228083886,0.15372517456988796,0.0,0.4905106534382778,0.15372517456988796,0.0,0.028615151778351895,0.15372517456988796,0.0,0.025486155350443487,0.15372517456988796,0.0,0.03875090214807707,0.15372517456988796,0.0,0.0344320826252859,0.5,0.15372517456988796,0.0,0.022273234300461717,0.15372517456988796,0.0,0.04581589131116438,0.5,0.15372517456988796,0.0,0.06857076421196545,0.15372517456988796,0.0,0.044766346640628986,0.15372517456988796,0.0,0.05730216060431981,0.15372517456988796,0.0,0.023665743871753187,0.15372517456988796,0.0,0.07590339292919714,0.15372517456988796,0.0,0.05875119641056694,0.15372517456988796,0.0,0.18756637483881702,0.5,0.15372517456988796,0.0,0.289184419535625,0.0,0.6198935456044911,0.06514530078201257 -6363,0.5,0.15372517456988796,0.0,0.21583183862894387,0.15372517456988796,0.0,0.05000188439288567,0.15372517456988796,0.0,0.21847781094380517,0.15372517456988796,0.0,0.4186397283092091,0.15372517456988796,0.0,0.01965602940912286,0.15372517456988796,0.0,0.022156625334381154,0.15372517456988796,0.0,0.022459484757519913,0.15372517456988796,0.0,0.022336556225019667,0.5,0.15372517456988796,0.0,0.014583395863222541,0.15372517456988796,0.0,0.034733007851425225,0.5,0.15372517456988796,0.0,0.07408259393646084,0.15372517456988796,0.0,0.03912779651332995,0.15372517456988796,0.0,0.03664705682508375,0.15372517456988796,0.0,0.010952262813268733,0.15372517456988796,0.0,0.05320895498935143,0.15372517456988796,0.0,0.031682991116604,0.15372517456988796,0.0,0.1599804928036436,0.5,0.15372517456988796,0.0,0.246701356140687,0.0,0.49270446202791196,0.11186537858816321 -6364,0.5,0.15372517456988796,0.0,0.1983371879718931,0.15372517456988796,0.0,0.03893038391291714,0.15372517456988796,0.0,0.15760832552936982,0.15372517456988796,0.0,0.3855489582960753,0.15372517456988796,0.0,0.021284014494022042,0.15372517456988796,0.0,0.021763363387787258,0.15372517456988796,0.0,0.020854450496261896,0.15372517456988796,0.0,0.01846715748749306,0.5,0.15372517456988796,0.0,0.00958228212194737,0.15372517456988796,0.0,0.024616443677517877,0.5,0.15372517456988796,0.0,0.06407426424295308,0.15372517456988796,0.0,0.029392305440865633,0.15372517456988796,0.0,0.02967527594243808,0.15372517456988796,0.0,0.00923985937508089,0.15372517456988796,0.0,0.04063500298017334,0.15372517456988796,0.0,0.01835079294125901,0.15372517456988796,0.0,0.12773864910234264,0.5,0.15372517456988796,0.0,0.2141101469293282,0.0,0.40955533664428034,0.14927783188635263 -6365,0.5,0.15372517456988796,0.0,0.17843137376002816,0.15372517456988796,0.0,0.03396554338540144,0.15372517456988796,0.0,0.09060505791659537,0.15372517456988796,0.0,0.33501317266142194,0.15372517456988796,0.0,0.020602423880710086,0.15372517456988796,0.0,0.022604497750852354,0.15372517456988796,0.0,0.024637970455194877,0.15372517456988796,0.0,0.017210946744942338,0.5,0.15372517456988796,0.0,0.007782007914476368,0.15372517456988796,0.0,0.012223494164330044,0.5,0.15372517456988796,0.0,0.048940297963253936,0.15372517456988796,0.0,0.015374392410607977,0.15372517456988796,0.0,0.019669619531357457,0.15372517456988796,0.0,0.00802522264423875,0.15372517456988796,0.0,0.03938176060520571,0.15372517456988796,0.0,0.016251020972683758,0.15372517456988796,0.0,0.07809817772028795,0.5,0.15372517456988796,0.0,0.17270945424983905,0.0,0.3725938102829676,0.22664127798065178 -6366,0.5,0.15372517456988796,0.0,0.1586287561303417,0.15372517456988796,0.0,0.023808297172991863,0.15372517456988796,0.0,0.08487323097259913,0.15372517456988796,0.0,0.2542428729524897,0.15372517456988796,0.0,0.01988749043547185,0.15372517456988796,0.0,0.016633309619968843,0.15372517456988796,0.0,0.019201472586456384,0.15372517456988796,0.0,0.014183885160725504,0.5,0.15372517456988796,0.0,0.00847289985546902,0.15372517456988796,0.0,0.00644136442527277,0.5,0.15372517456988796,0.0,0.01881107382198064,0.15372517456988796,0.0,0.013299442050326122,0.15372517456988796,0.0,0.010813660266340328,0.15372517456988796,0.0,0.008925100197425243,0.15372517456988796,0.0,0.02851437347179454,0.15372517456988796,0.0,0.015749791272375194,0.15372517456988796,0.0,0.04243988353782977,0.5,0.15372517456988796,0.0,0.11288318200537063,0.0,0.334421762142268,0.27061386757286127 -6367,0.5,0.15372517456988796,0.01250679705007126,0.12876815596077432,0.15372517456988796,0.0051679877293236715,0.011619004436178644,0.15372517456988796,0.008328021276964971,0.06081182809830463,0.15372517456988796,0.00886408431969674,0.22996221752195686,0.15372517456988796,0.0008766054115443619,0.01989914913904526,0.15372517456988796,6.5528461087215045e-06,0.014447537507392713,0.15372517456988796,0.0014402470892722508,0.01627184492343681,0.15372517456988796,0.00036111925644443337,0.008639961316392768,0.5,0.15372517456988796,0.0009578686861652246,0.009667663856788274,0.15372517456988796,0.006402949391935719,0.006909833562914468,0.5,0.15372517456988796,0.003555116001551792,0.009340316426675292,0.15372517456988796,0.003941851491131099,0.01204045152398496,0.15372517456988796,0.004030989243999705,0.006482122859724751,0.15372517456988796,0.0017624423317156358,0.016273700346368616,0.15372517456988796,0.004675969749871535,0.024208432391583677,0.15372517456988796,0.0038773646287290774,0.00912104981376726,0.15372517456988796,0.007138958527953436,0.027622019420490314,0.5,0.15372517456988796,0.009858225757352086,0.08077505400528721,0.0,0.28321314326358427,0.24093027611858805 -6368,0.5,0.15372517456988796,0.1447528774001705,0.17122401159826425,0.15372517456988796,0.1310525987883404,0.0020624405165681143,0.15372517456988796,0.14732879503184004,0.07873505802256775,0.15372517456988796,0.10642824939506493,0.2980099947019017,0.15372517456988796,0.10736735045109636,0.01545033184087803,0.15372517456988796,0.08763689660042831,0.008372061985989013,0.15372517456988796,0.11268101319599888,0.009856315112520119,0.15372517456988796,0.0982366492947064,0.004402557997264751,0.5,0.15372517456988796,0.10835745037297312,0.006685694831296167,0.15372517456988796,0.13862587707916596,0.014176287838830048,0.5,0.15372517456988796,0.12223012943329725,0.004279532893889653,0.15372517456988796,0.12670201319600297,0.00851029724978227,0.15372517456988796,0.12311200532015137,0.006679514321001962,0.15372517456988796,0.10774916742629133,0.023734642406347102,0.15372517456988796,0.13001807149616296,0.017415155099878427,0.15372517456988796,0.1270549543797139,0.0058240470152235956,0.15372517456988796,0.13154630077840757,0.026933018486994222,0.5,0.15372517456988796,0.12567420796465986,0.07419317009359283,0.0,0.22887778042806173,0.14845259675275815 -6369,0.5,0.15372517456988796,0.3007572193624568,0.25275530213124286,0.15372517456988796,0.28853595424484124,0.0009727052588910428,0.15372517456988796,0.3073665866913596,0.1469535876612689,0.15372517456988796,0.2434232463510712,0.388586227630164,0.15372517456988796,0.26099238357001553,0.02203403921186264,0.15372517456988796,0.2169695342025863,0.01276039109803383,0.15372517456988796,0.272050171921115,0.013423979753720902,0.15372517456988796,0.24888522491919685,0.006166094632639569,0.5,0.15372517456988796,0.26839849261186427,0.010449888161185158,0.15372517456988796,0.30305519518254365,0.04764771729885464,0.5,0.15372517456988796,0.28173558679067445,0.01092499495540369,0.15372517456988796,0.2896477694133688,0.03424963170410285,0.15372517456988796,0.2737742838835996,0.015658534296874294,0.15372517456988796,0.24956191443750075,0.03882084815659324,0.15372517456988796,0.2904785302224528,0.027017072060379975,0.15372517456988796,0.2886174036263266,0.009050393014103002,0.15372517456988796,0.28322696933963604,0.05230186102444865,0.5,0.15372517456988796,0.26284557792448904,0.10358007663177099,0.0,0.16361684044094502,0.08374743793405316 -6370,0.5,0.15372517456988796,0.4533906128309111,0.2429289533336215,0.15372517456988796,0.4395076406849897,0.001757942104199471,0.15372517456988796,0.46370157829698605,0.16256060329463035,0.15372517456988796,0.37328812672769274,0.4168138213251377,0.15372517456988796,0.39845221623409177,0.050739226108702386,0.15372517456988796,0.3342421124471776,0.027123731169441195,0.15372517456988796,0.4255459790942266,0.024370330198676553,0.15372517456988796,0.3995837308403056,0.02179131741151057,0.5,0.15372517456988796,0.42797568994519297,0.05446064817674507,0.15372517456988796,0.46759593432649915,0.09051382413852406,0.5,0.15372517456988796,0.4429442113320707,0.018340084579043514,0.15372517456988796,0.4545497164496475,0.10375244813973356,0.15372517456988796,0.39408103318693466,0.04114907894402395,0.15372517456988796,0.37634136508139393,0.07370467390397716,0.15372517456988796,0.4446622264005343,0.031966859154544315,0.15372517456988796,0.4466405033134502,0.023116341274243533,0.15372517456988796,0.4295544799780092,0.07164111895090985,0.5,0.15372517456988796,0.3834281093132705,0.1223769303084552,0.0,0.09979901329876778,0.05402236389688529 -6371,0.5,0.15372517456988796,0.5760036419673767,0.2129049516588259,0.15372517456988796,0.5672459580232206,0.003719015178713678,0.15372517456988796,0.5877573931763636,0.13612065747672936,0.15372517456988796,0.5073429610472657,0.3861544048972873,0.15372517456988796,0.5219431203404352,0.06728547037425878,0.15372517456988796,0.44263347834809885,0.023664838271956284,0.15372517456988796,0.5586970359989317,0.04636241436547197,0.15372517456988796,0.5399414080953058,0.036351783591985,0.5,0.15372517456988796,0.5651463704822299,0.11740519703848742,0.15372517456988796,0.5857439505472705,0.14471885017250974,0.5,0.15372517456988796,0.5727537739325645,0.03055160448880556,0.15372517456988796,0.5848155767604075,0.15823754681255486,0.15372517456988796,0.44135641181985125,0.07379302261485499,0.15372517456988796,0.4879872711928579,0.095009173898361,0.15372517456988796,0.5749225273323685,0.03568722948431972,0.15372517456988796,0.5795276159884633,0.04723399225299208,0.15372517456988796,0.5322706361627214,0.06655189116097737,0.5,0.15372517456988796,0.47145475717099394,0.1014685490015412,0.0,0.05638569128917867,0.04087177417541749 -6372,0.5,0.15372517456988796,0.6468044636328576,0.18712487563164498,0.15372517456988796,0.6373889046847683,0.0031306453886478488,0.15372517456988796,0.6566988993410412,0.1169226622642917,0.15372517456988796,0.5941321920061855,0.3269288328379837,0.15372517456988796,0.6053987966933115,0.048344409979428536,0.15372517456988796,0.5027623549445926,0.011495120772684459,0.15372517456988796,0.6325161021532785,0.0443341068556,0.15372517456988796,0.6191016551705597,0.02909992093161229,0.5,0.15372517456988796,0.6462999254938603,0.11584673080422363,0.15372517456988796,0.6649144316453868,0.205660058466758,0.5,0.15372517456988796,0.6482743267358255,0.02964688622507215,0.15372517456988796,0.6640402221782087,0.2007989754801186,0.15372517456988796,0.4163719355081309,0.0935451830537468,0.15372517456988796,0.5551786247121808,0.09311754365440394,0.15372517456988796,0.648749218309836,0.02949265701154878,0.15372517456988796,0.6564453108213267,0.05361695414126908,0.15372517456988796,0.5963952189644588,0.04445929688231569,0.5,0.15372517456988796,0.5116075287809753,0.06612565369252271,0.0,0.021060730449836352,0.06856365132330049 -6373,0.5,0.15372517456988796,0.6602532704305348,0.14746371394988897,0.15372517456988796,0.6558550469422457,0.007228829009179417,0.15372517456988796,0.6772969207501577,0.08635458600573927,0.15372517456988796,0.6373321869658605,0.2842954355571583,0.15372517456988796,0.6134275965836136,0.050547697434455134,0.15372517456988796,0.5312181483755889,0.013069860951156198,0.15372517456988796,0.6534221848415004,0.038803008661454065,0.15372517456988796,0.6526439691537498,0.017754350517916406,0.5,0.15372517456988796,0.6788611969662871,0.10935447390723768,0.15372517456988796,0.6926068700499504,0.2495683216614891,0.5,0.15372517456988796,0.6827648637728295,0.03507814763827458,0.15372517456988796,0.6932338168029964,0.2294090711771211,0.15372517456988796,0.3804902882227834,0.10094521251032734,0.15372517456988796,0.568162905536583,0.09713652810780453,0.15372517456988796,0.6708023995511485,0.02161081980478948,0.15372517456988796,0.681323505143878,0.03343609543863285,0.15372517456988796,0.6205736844379325,0.027701755801661034,0.5,0.15372517456988796,0.5327792819833367,0.03516591017149579,0.0,0.006644728646395545,0.08971596330335958 -6374,0.5,0.15372517456988796,0.6304476552060746,0.10304706347325801,0.15372517456988796,0.6072577098803063,0.022244504177615115,0.15372517456988796,0.6528026550781797,0.052003356540185,0.15372517456988796,0.6202206473519064,0.20789414942359336,0.15372517456988796,0.5937226255036882,0.05727640217595513,0.15372517456988796,0.5680939538418898,0.01814719652733575,0.15372517456988796,0.5973961227767461,0.03671346786808341,0.15372517456988796,0.6449003689859493,0.019234552441253546,0.5,0.15372517456988796,0.6642905424090821,0.10206925102229843,0.15372517456988796,0.6694505550411515,0.24392355493710194,0.5,0.15372517456988796,0.6634893228272597,0.03309265035192381,0.15372517456988796,0.6732429809117205,0.22799964895083058,0.15372517456988796,0.3029576978920174,0.0820655896625368,0.15372517456988796,0.5148999301222783,0.09270715676816635,0.15372517456988796,0.6458007502105756,0.027337480389240186,0.15372517456988796,0.6608819950529684,0.02890739115278579,0.15372517456988796,0.619138736879095,0.01507239140007446,0.5,0.15372517456988796,0.5332289249273952,0.017095309679843667,0.0,0.0003672044968388782,0.11216352424986505 -6375,0.5,0.15372517456988796,0.5388417788230334,0.06754916900371463,0.15372517456988796,0.42475134939630466,0.022887901498050853,0.15372517456988796,0.5639921381924219,0.04717711962949942,0.15372517456988796,0.531611127053306,0.14686802784911052,0.15372517456988796,0.5188512628378383,0.05818216450879118,0.15372517456988796,0.5453835468329108,0.025347433217770596,0.15372517456988796,0.5336442805520036,0.02885534786706046,0.15372517456988796,0.5872582347809379,0.0172263031470886,0.5,0.15372517456988796,0.5922619766493706,0.09958863949656488,0.15372517456988796,0.5850689705187909,0.2203527901936322,0.5,0.15372517456988796,0.5842021531595445,0.03373674400930892,0.15372517456988796,0.5927318722735767,0.21146158662427061,0.15372517456988796,0.25811257670403914,0.08903055362543434,0.15372517456988796,0.42372996239919936,0.08434895744213775,0.15372517456988796,0.5586258157500753,0.02255681561806091,0.15372517456988796,0.5807201559605217,0.028387272378213136,0.15372517456988796,0.5585787666792167,0.010043807992065506,0.5,0.15372517456988796,0.4848687374931802,0.010460575154584494,0.0,0.0,0.13136971266724493 -6376,0.5,0.15372517456988796,0.40407661344952195,0.039078680510183914,0.15372517456988796,0.22944718355349797,0.018677555285673768,0.15372517456988796,0.42639633102862273,0.040808323440382044,0.15372517456988796,0.39691442360136264,0.1023504511926752,0.15372517456988796,0.3986927964765545,0.05938897074686533,0.15372517456988796,0.4413069997235286,0.02088680371812921,0.15372517456988796,0.4198158751028237,0.020713110965254505,0.15372517456988796,0.4645482152078938,0.013923702979472869,0.5,0.15372517456988796,0.4641634036507655,0.0861035527007405,0.15372517456988796,0.44372368979977483,0.19323019945260278,0.5,0.15372517456988796,0.449251885952764,0.03901603445098135,0.15372517456988796,0.4555116649119223,0.18202575564896892,0.15372517456988796,0.18721364892609874,0.10034983020896492,0.15372517456988796,0.33094830989524254,0.07287807745027436,0.15372517456988796,0.4087758189145113,0.010818762645507895,0.15372517456988796,0.44745882423849936,0.02504275963179977,0.15372517456988796,0.43056323611690817,0.01069031631256575,0.5,0.15372517456988796,0.3834231419020561,0.011541300878904572,0.0,0.0,0.1469087795012172 -6377,0.5,0.15372517456988796,0.1629897046615783,0.016323626591380855,0.15372517456988796,0.10859972659445974,0.01621398221975476,0.15372517456988796,0.2361377731646816,0.01927116767387255,0.15372517456988796,0.1417190187003212,0.03726118353108517,0.15372517456988796,0.27206258730137817,0.04999526862193616,0.15372517456988796,0.3148487278794905,0.012156621485371324,0.15372517456988796,0.29135241379999954,0.011841803604495072,0.15372517456988796,0.3209586069155582,0.008014423876955008,0.5,0.15372517456988796,0.31690775048787767,0.05230606049287031,0.15372517456988796,0.2866373648687296,0.11396340934100482,0.5,0.15372517456988796,0.29930765972212225,0.03629966722414533,0.15372517456988796,0.30079854642175297,0.09781507601908332,0.15372517456988796,0.14046637774071663,0.0880712475246779,0.15372517456988796,0.20928449064997637,0.05344535042552562,0.15372517456988796,0.25882182972850665,0.004925090892504989,0.15372517456988796,0.30124597975642275,0.013029897933981427,0.15372517456988796,0.27588988999880026,0.007764187444299051,0.5,0.15372517456988796,0.22294993773131594,0.009802613152427635,0.0,0.0008316220372145092,0.14165196983491912 -6378,0.5,0.15372517456988796,0.0,0.0058016317747248605,0.15372517456988796,0.0,0.00911129748161927,0.15372517456988796,0.0,0.0032500526310598743,0.15372517456988796,0.0,0.00851993811429652,0.15372517456988796,0.03438419955796948,0.020275330228903727,0.15372517456988796,0.042469170010792485,0.006550854014545407,0.15372517456988796,0.03368748894456057,0.0027055684076650616,0.15372517456988796,0.04189613428650307,0.002561451788591718,0.5,0.15372517456988796,0.040543750216076806,0.013948787478308099,0.15372517456988796,0.0,0.08136246629023648,0.5,0.15372517456988796,0.027575121759172955,0.01626796313654754,0.15372517456988796,0.02148877448004502,0.053115493047234556,0.15372517456988796,0.008566167092887308,0.04266109919527051,0.15372517456988796,0.030003264455025137,0.013896957368486278,0.15372517456988796,0.010441977455453014,0.0025604192148105573,0.15372517456988796,0.023154813066753047,0.0038323130545440884,0.15372517456988796,0.0017343910409408356,0.0049418629240523615,0.5,0.15372517456988796,0.0,0.0147123486448032,0.0,0.009689010705768693,0.11222748701272192 -6379,0.5,0.15372517456988796,0.0,0.007146112526938509,0.15372517456988796,0.0,0.013188935104586108,0.15372517456988796,0.0,0.0014947407759327016,0.15372517456988796,0.0,0.0019797235579983143,0.15372517456988796,0.0,0.0331932116365351,0.15372517456988796,0.0,0.014236227054500443,0.15372517456988796,0.0,0.003345345443957952,0.15372517456988796,0.0,0.001976564961680383,0.5,0.15372517456988796,0.0,0.01246477109118792,0.15372517456988796,0.0,0.06985768412432931,0.5,0.15372517456988796,0.0,0.010776932467464287,0.15372517456988796,0.0,0.04698306623561623,0.15372517456988796,0.0,0.024474861820585954,0.15372517456988796,0.0,0.011299884672716075,0.15372517456988796,0.0,0.005140906446829804,0.15372517456988796,0.0,0.0022187631115201073,0.15372517456988796,0.0,0.003934199450509738,0.5,0.15372517456988796,0.0,0.020474681594551652,0.0,0.03239817345612594,0.08995520178990087 -6380,0.5,0.15372517456988796,0.0,0.011192901277760948,0.15372517456988796,0.0,0.02606189521083855,0.15372517456988796,0.0,0.0007064019410259317,0.15372517456988796,0.0,0.0010326306059503104,0.15372517456988796,0.0,0.046084785278014226,0.15372517456988796,0.0,0.020274383733307075,0.15372517456988796,0.0,0.00309433939241426,0.15372517456988796,0.0,0.0018642172872376716,0.5,0.15372517456988796,0.0,0.012816530971285678,0.15372517456988796,0.0,0.04637571866707654,0.5,0.15372517456988796,0.0,0.008456058714570253,0.15372517456988796,0.0,0.03877139247951782,0.15372517456988796,0.0,0.025764312733083966,0.15372517456988796,0.0,0.023821045672821704,0.15372517456988796,0.0,0.01546116268165491,0.15372517456988796,0.0,0.0019715544468166127,0.15372517456988796,0.0,0.0031220616668276887,0.5,0.15372517456988796,0.0,0.02317306110834735,0.0,0.07670989477540295,0.10769259980378869 -6381,0.5,0.15372517456988796,0.0,0.025391473018935178,0.15372517456988796,0.0,0.04471409724590146,0.15372517456988796,0.0,0.00044302906876977287,0.15372517456988796,0.0,0.0015522710150639336,0.15372517456988796,0.0,0.062143282413507354,0.15372517456988796,0.0,0.02774824863741155,0.15372517456988796,0.0,0.004627372797633371,0.15372517456988796,0.0,0.003247959891851664,0.5,0.15372517456988796,0.0,0.01377352635921209,0.15372517456988796,0.0,0.034911265807883465,0.5,0.15372517456988796,0.0,0.007906943809474081,0.15372517456988796,0.0,0.033034940744710556,0.15372517456988796,0.0,0.04657723763631178,0.15372517456988796,0.0,0.04260201508662129,0.15372517456988796,0.0,0.032278425957258286,0.15372517456988796,0.0,0.00244777775764672,0.15372517456988796,0.0,0.00415081905272603,0.5,0.15372517456988796,0.0,0.028655634878286925,0.0,0.16268198261271363,0.13085532618401988 -6382,0.5,0.15372517456988796,0.0,0.04479533397198718,0.15372517456988796,0.0,0.07742858994115125,0.15372517456988796,0.0,0.002453596276166457,0.15372517456988796,0.0,0.002815994565982606,0.15372517456988796,0.0,0.08169803192912173,0.15372517456988796,0.0,0.034842953938590826,0.15372517456988796,0.0,0.008564345721913046,0.15372517456988796,0.0,0.004009359557176595,0.5,0.15372517456988796,0.0,0.012815703054981108,0.15372517456988796,0.0,0.0256006491586589,0.5,0.15372517456988796,0.0,0.008658211739149513,0.15372517456988796,0.0,0.029517398856400034,0.15372517456988796,0.0,0.06665193285033873,0.15372517456988796,0.0,0.06893098574696083,0.15372517456988796,0.0,0.046075807860232604,0.15372517456988796,0.0,0.004018253674883127,0.15372517456988796,0.0,0.0061112954903024905,0.5,0.15372517456988796,0.0,0.03199026009777824,0.0,0.2759272950306519,0.1725250921331624 -6383,0.5,0.15372517456988796,0.0,0.06311660090818463,0.15372517456988796,0.0,0.11208136726130563,0.15372517456988796,0.0,0.006806961772016616,0.15372517456988796,0.0,0.00718588930613748,0.15372517456988796,0.0,0.09318251214432674,0.15372517456988796,0.0,0.04127457177748313,0.15372517456988796,0.0,0.012704268103012145,0.15372517456988796,0.0,0.004202381215470812,0.5,0.15372517456988796,0.0,0.011774201136912374,0.15372517456988796,0.0,0.02165918611439439,0.5,0.15372517456988796,0.0,0.010977053670159108,0.15372517456988796,0.0,0.029755302522267577,0.15372517456988796,0.0,0.09262693267834968,0.15372517456988796,0.0,0.1085806655189194,0.15372517456988796,0.0,0.054616842990097225,0.15372517456988796,0.0,0.005762517961695462,0.15372517456988796,0.0,0.008968347004481896,0.5,0.15372517456988796,0.0,0.032503920876603164,0.0,0.3677932776310672,0.15453934680188564 -6384,0.5,0.15372517456988796,0.0,0.08402965591697154,0.15372517456988796,0.0,0.12841276541604385,0.15372517456988796,0.0,0.008889418046608607,0.15372517456988796,0.0,0.01141600250681305,0.15372517456988796,0.0,0.10678892006086647,0.15372517456988796,0.0,0.04523525258139538,0.15372517456988796,0.0,0.016962611457650597,0.15372517456988796,0.0,0.006223468951550489,0.5,0.15372517456988796,0.0,0.0101264567162719,0.15372517456988796,0.0,0.020101641247758626,0.5,0.15372517456988796,0.0,0.012549580335190888,0.15372517456988796,0.0,0.02833285407934402,0.15372517456988796,0.0,0.12250278341152446,0.15372517456988796,0.0,0.16360047268709738,0.15372517456988796,0.0,0.06224957288981386,0.15372517456988796,0.0,0.006287213597267329,0.15372517456988796,0.0,0.01168861018430243,0.5,0.15372517456988796,0.0,0.032216183165869786,0.0,0.42397441951138787,0.18427305104484037 -6385,0.5,0.15372517456988796,0.0,0.10134267852461136,0.15372517456988796,0.0,0.13868307506584882,0.15372517456988796,0.0,0.010463429290865377,0.15372517456988796,0.0,0.01508017074147268,0.15372517456988796,0.0,0.11607208965952516,0.15372517456988796,0.0,0.05085006542957813,0.15372517456988796,0.0,0.03071373598853221,0.15372517456988796,0.0,0.009306339963802694,0.5,0.15372517456988796,0.0,0.007007660371394676,0.15372517456988796,0.0,0.016576024914957826,0.5,0.15372517456988796,0.0,0.00857460811561303,0.15372517456988796,0.0,0.024652758756077277,0.15372517456988796,0.0,0.17559238147491307,0.15372517456988796,0.0,0.17031431233337968,0.15372517456988796,0.0,0.06833204227477772,0.15372517456988796,0.0,0.006396820536995301,0.15372517456988796,0.0,0.011310534546224318,0.5,0.15372517456988796,0.0,0.03334628901142606,0.0,0.4477285234434012,0.3000251093796598 -6386,0.5,0.15372517456988796,0.0,0.11915814298044482,0.15372517456988796,0.0,0.1410676865604302,0.15372517456988796,0.0,0.011421232514436698,0.15372517456988796,0.0,0.017948324092670952,0.15372517456988796,0.0,0.1297977295511685,0.15372517456988796,0.0,0.049328688677225035,0.15372517456988796,0.0,0.04303090098802603,0.15372517456988796,0.0,0.013896827428617562,0.5,0.15372517456988796,0.0,0.005314881077943847,0.15372517456988796,0.0,0.011200377112243257,0.5,0.15372517456988796,0.0,0.006846453369146824,0.15372517456988796,0.0,0.017853391332326475,0.15372517456988796,0.0,0.2388860856421642,0.15372517456988796,0.0,0.18289339285257195,0.15372517456988796,0.0,0.07283575352158132,0.15372517456988796,0.0,0.00948184851379882,0.15372517456988796,0.0,0.009507684890307668,0.5,0.15372517456988796,0.0,0.03213886733633514,0.0,0.48865826381043886,0.4301770008685209 -6387,0.5,0.15372517456988796,0.0,0.13155097447307335,0.15372517456988796,0.0,0.14268809223881007,0.15372517456988796,0.0,0.015082652167300762,0.15372517456988796,0.0,0.020880505536140896,0.15372517456988796,0.0,0.1275223689960106,0.15372517456988796,0.0,0.04691377686997235,0.15372517456988796,0.0,0.04292770858325835,0.15372517456988796,0.0,0.013326949446087092,0.5,0.15372517456988796,0.0,0.006070707257561577,0.15372517456988796,0.0,0.007378818066188851,0.5,0.15372517456988796,0.0,0.005622512710074606,0.15372517456988796,0.0,0.012854104187525894,0.15372517456988796,0.0,0.2753248169578659,0.15372517456988796,0.0,0.22015458175611818,0.15372517456988796,0.0,0.07178862721135171,0.15372517456988796,0.0,0.01364942869941404,0.15372517456988796,0.0,0.008165905105713519,0.5,0.15372517456988796,0.0,0.025668974486291546,0.0,0.5484416425494074,0.513794599819473 -6388,0.5,0.15372517456988796,0.0,0.1316541485941088,0.15372517456988796,0.0,0.16473940490438635,0.15372517456988796,0.0,0.01886651262168925,0.15372517456988796,0.0,0.02727925892569228,0.15372517456988796,0.0,0.1237140116320296,0.15372517456988796,0.0,0.04202238354752589,0.15372517456988796,0.0,0.040188469774424994,0.15372517456988796,0.0,0.011056979269545325,0.5,0.15372517456988796,0.0,0.005099774418161113,0.15372517456988796,0.0,0.0053442862496239875,0.5,0.15372517456988796,0.0,0.007440675013810123,0.15372517456988796,0.0,0.01114795799908553,0.15372517456988796,0.0,0.2981995809450803,0.15372517456988796,0.0,0.2647998041444296,0.15372517456988796,0.0,0.06635967860754456,0.15372517456988796,0.0,0.013529510936317444,0.15372517456988796,0.0,0.009818783430962803,0.5,0.15372517456988796,0.0,0.023571210172835064,0.0,0.5950099908266427,0.5348299844520974 -6389,0.5,0.15372517456988796,0.0,0.1295816562869088,0.15372517456988796,0.0,0.18809911022898484,0.15372517456988796,0.0,0.017778711987144383,0.15372517456988796,0.0,0.032185006311391776,0.15372517456988796,0.0,0.12062612502451034,0.15372517456988796,0.0,0.04755670583230798,0.15372517456988796,0.0,0.03679522316019223,0.15372517456988796,0.0,0.013490694021676821,0.5,0.15372517456988796,0.0,0.0029778206440587516,0.15372517456988796,0.0,0.004448294444112255,0.5,0.15372517456988796,0.0,0.011858441128577077,0.15372517456988796,0.0,0.01540427817769988,0.15372517456988796,0.0,0.3544430329236142,0.15372517456988796,0.0,0.2968834262895196,0.15372517456988796,0.0,0.061024836563472226,0.15372517456988796,0.0,0.0114549352693649,0.15372517456988796,0.0,0.01297426388028573,0.5,0.15372517456988796,0.0,0.02434230818627117,0.0,0.6230350366010448,0.4831975636271622 -6390,0.5,0.15372517456988796,0.0,0.13266929492614024,0.15372517456988796,0.0,0.19773582382333987,0.15372517456988796,0.0,0.01635198052036958,0.15372517456988796,0.0,0.0336759519564677,0.15372517456988796,0.0,0.12794747251081948,0.15372517456988796,0.0,0.06057774985552009,0.15372517456988796,0.0,0.04884883746704921,0.15372517456988796,0.0,0.01651455363749425,0.5,0.15372517456988796,0.0,0.0029201609477937816,0.15372517456988796,0.0,0.006469915647440972,0.5,0.15372517456988796,0.0,0.011619649503370091,0.15372517456988796,0.0,0.019075607771817178,0.15372517456988796,0.0,0.38418739823869275,0.15372517456988796,0.0,0.3071730582881264,0.15372517456988796,0.0,0.06344493557733658,0.15372517456988796,0.0,0.012898879556062656,0.15372517456988796,0.0,0.015480917070450812,0.5,0.15372517456988796,0.0,0.02064551319099347,0.0,0.6564631177909385,0.35726166633586265 -6391,0.5,0.15372517456988796,0.009555069742157023,0.14276578341904642,0.15372517456988796,0.0027762142922609966,0.1973338821155751,0.15372517456988796,0.00671861794283378,0.018036393799825648,0.15372517456988796,0.019237041839962308,0.03221905160088493,0.15372517456988796,0.0003671086491557727,0.14733599880942866,0.15372517456988796,0.0,0.07216736102676516,0.15372517456988796,0.0005401629031823814,0.05888036807361368,0.15372517456988796,0.0001130940984355713,0.018148806290851315,0.5,0.15372517456988796,0.000581479318850368,0.0024270208731650453,0.15372517456988796,0.005765041156663783,0.007770780338671109,0.5,0.15372517456988796,0.002994166291992625,0.007076285573720083,0.15372517456988796,0.0032776098649679336,0.019389461228775443,0.15372517456988796,0.0012898185338121426,0.43604432873005267,0.15372517456988796,0.0007678366814318993,0.3344086861481433,0.15372517456988796,0.003045371770287762,0.07220559275843014,0.15372517456988796,0.002749045187502313,0.016432562829276146,0.15372517456988796,0.0070167930519695,0.012978597336277632,0.5,0.15372517456988796,0.014282207303435327,0.015297151848256583,0.0,0.6688393974994116,0.23369645990885002 -6392,0.5,0.15372517456988796,0.09903775849963938,0.18407311431290463,0.15372517456988796,0.08120348524560188,0.2565689403809991,0.15372517456988796,0.12245737078513952,0.021179830195471424,0.15372517456988796,0.15023968144748184,0.03582935825274885,0.15372517456988796,0.08776671281868903,0.19021165479560462,0.15372517456988796,0.08251545849209,0.07884357655444404,0.15372517456988796,0.07844043265911332,0.05736223806530553,0.15372517456988796,0.0737302347318358,0.015060419368942538,0.5,0.15372517456988796,0.10150208077222639,0.0008426745846124594,0.15372517456988796,0.12224326679304529,0.0072507376854161285,0.5,0.15372517456988796,0.11796481152673223,0.0032510682595909453,0.15372517456988796,0.1147837118271485,0.01490554213045672,0.15372517456988796,0.042883402015585916,0.5240394990005672,0.15372517456988796,0.0735199068909492,0.4166773869744869,0.15372517456988796,0.0895535779378319,0.09292545359890125,0.15372517456988796,0.0927238362264219,0.017388732816406054,0.15372517456988796,0.13818016350149273,0.007914466021964878,0.5,0.15372517456988796,0.1506836362021367,0.014277730137050838,0.0,0.6604074135637125,0.1440648731436194 -6393,0.5,0.15372517456988796,0.21161181207595303,0.25887247019955895,0.15372517456988796,0.19436135582853464,0.36947313411002586,0.15372517456988796,0.25701649406605687,0.03393103572006818,0.15372517456988796,0.291949353393216,0.07304775206930877,0.15372517456988796,0.2231225321635591,0.3446000968768843,0.15372517456988796,0.2373220293812499,0.13851515425456676,0.15372517456988796,0.2125932167557333,0.08552396276665868,0.15372517456988796,0.21703587638622973,0.014351786722386144,0.5,0.15372517456988796,0.2609982060694549,0.00029402012467811915,0.15372517456988796,0.27119637520744505,0.010116944551835897,0.5,0.15372517456988796,0.2768774309629197,0.007249042632624571,0.15372517456988796,0.27084552875028295,0.016998783501305712,0.15372517456988796,0.09478251794658644,0.663767263836003,0.15372517456988796,0.17080758660439202,0.5172162568991655,0.15372517456988796,0.2142805610649514,0.1600838400828384,0.15372517456988796,0.227049214315367,0.028077836823745043,0.15372517456988796,0.2957057349038113,0.014616527506860126,0.5,0.15372517456988796,0.29652129781739545,0.033100136569587865,0.0,0.6925627289175033,0.1061824262037979 -6394,0.5,0.15372517456988796,0.3206026522777483,0.3117755027037541,0.15372517456988796,0.3179036280134745,0.5265024013345931,0.15372517456988796,0.38140210418457654,0.06296199655136583,0.15372517456988796,0.4299896668178248,0.10656745031699358,0.15372517456988796,0.3462117892606659,0.4438149353487448,0.15372517456988796,0.3841920171539932,0.24010567624120233,0.15372517456988796,0.36319621296695753,0.17179901634770517,0.15372517456988796,0.3662353894664728,0.02694382250215062,0.5,0.15372517456988796,0.4179858982176382,0.0013802593740203945,0.15372517456988796,0.42940049274268904,0.009985206410091698,0.5,0.15372517456988796,0.4378881969242432,0.023811067494614903,0.15372517456988796,0.4333307660750064,0.02504929778993365,0.15372517456988796,0.15071897731925596,0.7425052734520925,0.15372517456988796,0.25136524598631743,0.5963772973465776,0.15372517456988796,0.3463932966028038,0.2269041591489924,0.15372517456988796,0.3636653593305192,0.07345720247072311,0.15372517456988796,0.44912737653012885,0.03318080683695422,0.5,0.15372517456988796,0.4410302554144735,0.04230195609544633,0.0,0.6611846684685188,0.12559557585342243 -6395,0.5,0.15372517456988796,0.4133976661228854,0.369068179928502,0.15372517456988796,0.42971420624097667,0.5425630915603064,0.15372517456988796,0.48242456834825165,0.07494364785518826,0.15372517456988796,0.523090470303821,0.13925922358289566,0.15372517456988796,0.38565634627979717,0.5132255819667697,0.15372517456988796,0.43194948015467005,0.3104327932316562,0.15372517456988796,0.5167391508875032,0.23571843701803424,0.15372517456988796,0.5007528659964925,0.05360803712683279,0.5,0.15372517456988796,0.5429095704392461,0.007910313875012917,0.15372517456988796,0.5605913554350932,0.015927184192014037,0.5,0.15372517456988796,0.5708790378422735,0.008100043782081937,0.15372517456988796,0.5640783556579358,0.039236248215793336,0.15372517456988796,0.2100437637035694,0.769322881304954,0.15372517456988796,0.3049754747445913,0.6509438815576212,0.15372517456988796,0.4740014237129653,0.2632678730918798,0.15372517456988796,0.48518602522129206,0.1012925749229525,0.15372517456988796,0.5691751336765546,0.04287738290750418,0.5,0.15372517456988796,0.5589781382482166,0.04060909383308802,0.0,0.6598468798159804,0.17450821094668745 -6396,0.5,0.15372517456988796,0.4731059444402459,0.41709152717148246,0.15372517456988796,0.4933655023308332,0.5458740150046368,0.15372517456988796,0.5440723052257743,0.0895721522136932,0.15372517456988796,0.557734871980143,0.16388854387184887,0.15372517456988796,0.35635765701468153,0.5696649842606579,0.15372517456988796,0.3478950552417265,0.37266678004648823,0.15372517456988796,0.6123525695431055,0.28681492296704614,0.15372517456988796,0.5993365316731467,0.09471309041678314,0.5,0.15372517456988796,0.6116030292789638,0.030052934882353152,0.15372517456988796,0.6261565668626937,0.03139164400602116,0.5,0.15372517456988796,0.6463345766064996,0.002914707958586679,0.15372517456988796,0.6356513895355995,0.0672545017664276,0.15372517456988796,0.24008866828403358,0.737037342677976,0.15372517456988796,0.28910560267441554,0.6618428707488779,0.15372517456988796,0.5612854320366459,0.2816455237036188,0.15372517456988796,0.5600023509702907,0.13963945140685946,0.15372517456988796,0.6359500313634664,0.04283873688103065,0.5,0.15372517456988796,0.6331569924495277,0.03269848212822784,0.0,0.6086052700476614,0.19766066655721184 -6397,0.5,0.15372517456988796,0.5055117447903259,0.44352277247799404,0.15372517456988796,0.5053943294803265,0.5585280166093882,0.15372517456988796,0.554028168472074,0.09193865759617222,0.15372517456988796,0.5483149826377134,0.1719779858190178,0.15372517456988796,0.2129640987038381,0.5543169309627101,0.15372517456988796,0.2726441905027502,0.42880978350827215,0.15372517456988796,0.5551220731166802,0.3347793197446927,0.15372517456988796,0.6275707795895178,0.15933744768807984,0.5,0.15372517456988796,0.634625905530002,0.06245511301817695,0.15372517456988796,0.6398940787889738,0.05807385006927138,0.5,0.15372517456988796,0.6659168190648616,0.006025491176563376,0.15372517456988796,0.659722961582008,0.11021291202149766,0.15372517456988796,0.2208675277879618,0.6903910757481745,0.15372517456988796,0.2213197439201441,0.6144697057535937,0.15372517456988796,0.5991362895381114,0.28912330805290465,0.15372517456988796,0.5917926628075902,0.15121582861933794,0.15372517456988796,0.6477773402889513,0.040491516123690535,0.5,0.15372517456988796,0.6562057425521959,0.023900467128809007,0.0,0.6023997669602273,0.14731154957068368 -6398,0.5,0.15372517456988796,0.48171078079800866,0.4548347717908689,0.15372517456988796,0.37785598157746264,0.5745574009031184,0.15372517456988796,0.5184141415845986,0.09748587859401815,0.15372517456988796,0.502673651505676,0.16157679555365415,0.15372517456988796,0.14219864920062386,0.5114503128355814,0.15372517456988796,0.1142024349989253,0.4041508172803534,0.15372517456988796,0.4717109747408346,0.3985672942230533,0.15372517456988796,0.5531813760573958,0.265179224073686,0.5,0.15372517456988796,0.6197360577314699,0.09842975490006284,0.15372517456988796,0.607798934902987,0.07964224519088006,0.5,0.15372517456988796,0.6368022648494717,0.023093431533305588,0.15372517456988796,0.6278515789749974,0.1438206620099659,0.15372517456988796,0.15568746624600727,0.6525233209385851,0.15372517456988796,0.17096234525242937,0.5663313903471091,0.15372517456988796,0.5518046620362695,0.31692726398350535,0.15372517456988796,0.6070578541711216,0.1565870756796298,0.15372517456988796,0.617297622887295,0.036507031169940064,0.5,0.15372517456988796,0.6246741053265117,0.01830592086182492,0.0,0.544975015150523,0.09295809184706615 -6399,0.5,0.15372517456988796,0.41279812072604494,0.4543443722253628,0.15372517456988796,0.22551117053649655,0.6388025819029582,0.15372517456988796,0.43960153972090077,0.11050189818704048,0.15372517456988796,0.4133423216881986,0.15847878074755728,0.15372517456988796,0.09401801609127938,0.47952170366861546,0.15372517456988796,0.025777000419263812,0.31428471146597414,0.15372517456988796,0.28796619778304033,0.44922592643047454,0.15372517456988796,0.39003680160033344,0.26116131553679534,0.5,0.15372517456988796,0.5535005622502402,0.15441570257907744,0.15372517456988796,0.5166207009968724,0.10646494842115603,0.5,0.15372517456988796,0.5461028389549496,0.06692205729959456,0.15372517456988796,0.5282225686894374,0.1809006853570274,0.15372517456988796,0.10683585859106207,0.5982807908012753,0.15372517456988796,0.11731692877474573,0.4900107520705983,0.15372517456988796,0.43894672221494685,0.3619378570017062,0.15372517456988796,0.5483007697226111,0.1703284206861467,0.15372517456988796,0.5246922198909587,0.03602575351725509,0.5,0.15372517456988796,0.5335136806732731,0.021659731991387727,0.0,0.5037157627210509,0.0480707995125136 -6400,0.5,0.15372517456988796,0.30149274287835476,0.38924336681924965,0.15372517456988796,0.13790600060447403,0.6794855496998284,0.15372517456988796,0.3347407654264063,0.10739975962004382,0.15372517456988796,0.2937550381707779,0.13251153174486907,0.15372517456988796,0.07205062518900426,0.43244908850292896,0.15372517456988796,0.05461113225029746,0.33115791210044665,0.15372517456988796,0.08719381750182122,0.4832525542400253,0.15372517456988796,0.18532636765505917,0.24887899293942334,0.5,0.15372517456988796,0.41073222510757157,0.199323154284024,0.15372517456988796,0.38864535195477384,0.08774304503440444,0.5,0.15372517456988796,0.3884336345803707,0.11835368188431915,0.15372517456988796,0.37648921462208,0.20278420382622767,0.15372517456988796,0.0556539828992368,0.5161103073198514,0.15372517456988796,0.07860603493123904,0.40275395375250245,0.15372517456988796,0.26279889046909516,0.3627272266908597,0.15372517456988796,0.4282627228863496,0.19272043947874887,0.15372517456988796,0.3869437136626673,0.051711245152552876,0.5,0.15372517456988796,0.39487330965413053,0.023451362740246156,0.0,0.44692832209229744,0.02473822253836721 -6401,0.5,0.15372517456988796,0.14085069537543066,0.1986158807004886,0.15372517456988796,0.025662828661241477,0.5532337797720394,0.15372517456988796,0.19941463481526545,0.045253899150574095,0.15372517456988796,0.14332898273374756,0.0521045926640553,0.15372517456988796,0.054063646880895246,0.32635657472131274,0.15372517456988796,0.047454133326552995,0.28628352069942925,0.15372517456988796,0.014946257172737558,0.3880445462119852,0.15372517456988796,0.06961384207271103,0.2171446348962148,0.5,0.15372517456988796,0.2694964900901632,0.13779833198414385,0.15372517456988796,0.22928550352348556,0.04656007145849315,0.5,0.15372517456988796,0.23203750613900953,0.1248119513794312,0.15372517456988796,0.20864139841259804,0.1436282345258794,0.15372517456988796,0.026710114769709224,0.38467901676949223,0.15372517456988796,0.026390274369082693,0.29002006193004626,0.15372517456988796,0.1163361980825466,0.30021056566904597,0.15372517456988796,0.2594612185352188,0.1513140703870381,0.15372517456988796,0.2200047819622763,0.042758876144294695,0.5,0.15372517456988796,0.17981687265272092,0.007083408614367753,0.0,0.38269199474455384,0.01456676134312297 -6402,0.5,0.15372517456988796,0.0,0.12222714941329983,0.15372517456988796,0.0012699097391153235,0.3295908870730771,0.15372517456988796,0.0,0.03569185514782016,0.15372517456988796,0.0,0.04545730886167598,0.15372517456988796,0.006490897339690592,0.24132290696653008,0.15372517456988796,0.007293578953158837,0.2252644210946816,0.15372517456988796,0.0070402485453064795,0.24168049312283343,0.15372517456988796,0.007741033483240286,0.17576403017411446,0.5,0.15372517456988796,0.035407117233897833,0.12583174432577796,0.15372517456988796,0.0,0.07056422160272813,0.5,0.15372517456988796,0.022502217669669734,0.06050107338388579,0.15372517456988796,0.020690198609462248,0.06814127429122803,0.15372517456988796,0.0002989313190839331,0.2781748759522029,0.15372517456988796,0.006132472172648328,0.17759183091139996,0.15372517456988796,8.823269623314818e-05,0.23851264266717295,0.15372517456988796,0.007804310239793709,0.1136736372032248,0.15372517456988796,0.0,0.03345077223850182,0.5,0.15372517456988796,0.0,0.010448728075249346,0.0,0.26762822458297314,0.048829719710967216 -6403,0.5,0.15372517456988796,0.0,0.11198756963337839,0.15372517456988796,0.0,0.23884897046140166,0.15372517456988796,0.0,0.03896611563233123,0.15372517456988796,0.0,0.05130021341277783,0.15372517456988796,0.0,0.21414998836051025,0.15372517456988796,0.0,0.24384274223718852,0.15372517456988796,0.0,0.25509146829699947,0.15372517456988796,0.0,0.15794076648027033,0.5,0.15372517456988796,0.0,0.10230668744346226,0.15372517456988796,0.0,0.08892336768689856,0.5,0.15372517456988796,0.0,0.053173259037580266,0.15372517456988796,0.0,0.04927056026474948,0.15372517456988796,0.0,0.18064335759421146,0.15372517456988796,0.0,0.12100695968708244,0.15372517456988796,0.0,0.17334420314625457,0.15372517456988796,0.0,0.07751993156944219,0.15372517456988796,0.0,0.03512331421015787,0.5,0.15372517456988796,0.0,0.021429717613933467,0.0,0.21428969457959973,0.22490292297712963 -6404,0.5,0.15372517456988796,0.0,0.09583807511442861,0.15372517456988796,0.0,0.17700773271538747,0.15372517456988796,0.0,0.046312640086919196,0.15372517456988796,0.0,0.05419604800239318,0.15372517456988796,0.0,0.2060043797372208,0.15372517456988796,0.0,0.296275408705034,0.15372517456988796,0.0,0.40575388029503506,0.15372517456988796,0.0,0.2181805366550779,0.5,0.15372517456988796,0.0,0.11745119014043666,0.15372517456988796,0.0,0.07620121415473491,0.5,0.15372517456988796,0.0,0.04708496960610997,0.15372517456988796,0.0,0.035583225735243036,0.15372517456988796,0.0,0.122094848127378,0.15372517456988796,0.0,0.09610517376915607,0.15372517456988796,0.0,0.13855451021009826,0.15372517456988796,0.0,0.10218289238038382,0.15372517456988796,0.0,0.03428649462573215,0.5,0.15372517456988796,0.0,0.04194347210559014,0.0,0.22942019273625902,0.57982036238095 -6405,0.5,0.15372517456988796,0.0,0.08433988075563029,0.15372517456988796,0.0,0.15229330450423,0.15372517456988796,0.0,0.051096560172018905,0.15372517456988796,0.0,0.05701335509827483,0.15372517456988796,0.0,0.2057889353575881,0.15372517456988796,0.0,0.28392254184239357,0.15372517456988796,0.0,0.3674872207007644,0.15372517456988796,0.0,0.3028389571756045,0.5,0.15372517456988796,0.0,0.15893565278715413,0.15372517456988796,0.0,0.05576625357472729,0.5,0.15372517456988796,0.0,0.058864016538651434,0.15372517456988796,0.0,0.033328339659827524,0.15372517456988796,0.0,0.09041429282360387,0.15372517456988796,0.0,0.08916058828505607,0.15372517456988796,0.0,0.12387881202980369,0.15372517456988796,0.0,0.13905472286265144,0.15372517456988796,0.0,0.03637527334219394,0.5,0.15372517456988796,0.0,0.055967349444112025,0.0,0.33631667483703187,0.7722589097819167 -6406,0.5,0.15372517456988796,0.0,0.07683948920350432,0.15372517456988796,0.0,0.13438474284977206,0.15372517456988796,0.0,0.05017949766456015,0.15372517456988796,0.0,0.061051417558195126,0.15372517456988796,0.0,0.22279288079173984,0.15372517456988796,0.0,0.36389142011984305,0.15372517456988796,0.0,0.29833784848089107,0.15372517456988796,0.0,0.3873866203761674,0.5,0.15372517456988796,0.0,0.2039259750856824,0.15372517456988796,0.0,0.04166705285225282,0.5,0.15372517456988796,0.0,0.07622422936047102,0.15372517456988796,0.0,0.035276355506917156,0.15372517456988796,0.0,0.06933510694751954,0.15372517456988796,0.0,0.12038898727156819,0.15372517456988796,0.0,0.12641250096561432,0.15372517456988796,0.0,0.16945560468169998,0.15372517456988796,0.0,0.0395267633922104,0.5,0.15372517456988796,0.0,0.06093133042452902,0.0,0.4031981948345304,0.8486623052216661 -6407,0.5,0.15372517456988796,0.0,0.07346840473140039,0.15372517456988796,0.0,0.10646691072609347,0.15372517456988796,0.0,0.05405961753245735,0.15372517456988796,0.0,0.06645929566423872,0.15372517456988796,0.0,0.2749730760599681,0.15372517456988796,0.0,0.516399536182721,0.15372517456988796,0.0,0.3565910632376251,0.15372517456988796,0.0,0.35330936015350456,0.5,0.15372517456988796,0.0,0.24202392451302687,0.15372517456988796,0.0,0.043563064919047725,0.5,0.15372517456988796,0.0,0.08410098660268811,0.15372517456988796,0.0,0.037881757446672944,0.15372517456988796,0.0,0.05660644511669611,0.15372517456988796,0.0,0.18213883931744246,0.15372517456988796,0.0,0.13989297646566315,0.15372517456988796,0.0,0.18602275496234133,0.15372517456988796,0.0,0.039480018456021795,0.5,0.15372517456988796,0.0,0.05479909855802896,0.0,0.41939457657091794,0.8600209364010153 -6408,0.5,0.15372517456988796,0.0,0.07055138830855329,0.15372517456988796,0.0,0.09916900415862884,0.15372517456988796,0.0,0.07291647687226797,0.15372517456988796,0.0,0.07138748985597099,0.15372517456988796,0.0,0.3854234853363358,0.15372517456988796,0.0,0.5897263860428235,0.15372517456988796,0.0,0.4896319472105165,0.15372517456988796,0.0,0.32601686097886007,0.5,0.15372517456988796,0.0,0.25901964865947563,0.15372517456988796,0.0,0.052511122247452136,0.5,0.15372517456988796,0.0,0.1003931400122155,0.15372517456988796,0.0,0.04252446566870453,0.15372517456988796,0.0,0.06630129760827952,0.15372517456988796,0.0,0.2266573650577708,0.15372517456988796,0.0,0.17570861811952657,0.15372517456988796,0.0,0.25602698944292085,0.15372517456988796,0.0,0.04831804943829461,0.5,0.15372517456988796,0.0,0.05589738783874379,0.0,0.28998963084291346,0.9155572580996145 -6409,0.5,0.15372517456988796,0.0,0.07920245386001211,0.15372517456988796,0.0,0.1053711762980052,0.15372517456988796,0.0,0.10805083382690737,0.15372517456988796,0.0,0.07839406038402533,0.15372517456988796,0.0,0.4657494863565516,0.15372517456988796,0.0,0.535764867306727,0.15372517456988796,0.0,0.656020220377587,0.15372517456988796,0.0,0.3805725356307271,0.5,0.15372517456988796,0.0,0.2525769393868847,0.15372517456988796,0.0,0.05961583770852066,0.5,0.15372517456988796,0.0,0.13713423385497006,0.15372517456988796,0.0,0.0473814434071724,0.15372517456988796,0.0,0.11651385502855285,0.15372517456988796,0.0,0.24324939849009491,0.15372517456988796,0.0,0.22450776680819287,0.15372517456988796,0.0,0.3227660026669649,0.15372517456988796,0.0,0.061700775711323555,0.5,0.15372517456988796,0.0,0.06334483059717201,0.0,0.4056808407697835,0.9014459458265484 -6410,0.5,0.15372517456988796,0.0,0.08842722983223912,0.15372517456988796,0.0,0.10503312629751807,0.15372517456988796,0.0,0.1537048751529523,0.15372517456988796,0.0,0.08589746482152008,0.15372517456988796,0.0,0.471350442869294,0.15372517456988796,0.0,0.43853966821004026,0.15372517456988796,0.0,0.6723882512002493,0.15372517456988796,0.0,0.3372800542329051,0.5,0.15372517456988796,0.0,0.2118958476716672,0.15372517456988796,0.0,0.06445059150930578,0.5,0.15372517456988796,0.0,0.1958466907292292,0.15372517456988796,0.0,0.04853754796612682,0.15372517456988796,0.0,0.14961178156161845,0.15372517456988796,0.0,0.27690777887520446,0.15372517456988796,0.0,0.25445866136614387,0.15372517456988796,0.0,0.3433116138953852,0.15372517456988796,0.0,0.08666924770234702,0.5,0.15372517456988796,0.0,0.07067805873014389,0.0,0.4037491712295802,0.8507037230102212 -6411,0.5,0.15372517456988796,0.0,0.09874854024368054,0.15372517456988796,0.0,0.0877840664172699,0.15372517456988796,0.0,0.182357972819849,0.15372517456988796,0.0,0.09723305875665006,0.15372517456988796,0.0,0.41894179636113915,0.15372517456988796,0.0,0.3239770627650446,0.15372517456988796,0.0,0.6100844314094964,0.15372517456988796,0.0,0.25956809794018676,0.5,0.15372517456988796,0.0,0.1667327588385218,0.15372517456988796,0.0,0.07038621838358611,0.5,0.15372517456988796,0.0,0.1969773874495989,0.15372517456988796,0.0,0.0431887010173875,0.15372517456988796,0.0,0.20309950274929905,0.15372517456988796,0.0,0.3077827500991565,0.15372517456988796,0.0,0.24744012835899498,0.15372517456988796,0.0,0.3724196251248641,0.15372517456988796,0.0,0.1120400833774779,0.5,0.15372517456988796,0.0,0.07435629464957674,0.0,0.36235954167894463,0.8724146582810902 -6412,0.5,0.15372517456988796,0.0,0.11630825435024834,0.15372517456988796,0.0,0.07968348835849118,0.15372517456988796,0.0,0.19902217895486476,0.15372517456988796,0.0,0.11268521717598283,0.15372517456988796,0.0,0.3799274199727119,0.15372517456988796,0.0,0.23389626168514083,0.15372517456988796,0.0,0.5765166367178702,0.15372517456988796,0.0,0.19716657659753065,0.5,0.15372517456988796,0.0,0.12078178693005989,0.15372517456988796,0.0,0.07264069824843089,0.5,0.15372517456988796,0.0,0.13943494547930158,0.15372517456988796,0.0,0.049058699771423527,0.15372517456988796,0.0,0.2768726507086433,0.15372517456988796,0.0,0.34677426570816094,0.15372517456988796,0.0,0.25626517300034196,0.15372517456988796,0.0,0.3721113918308873,0.15372517456988796,0.0,0.11662597983883553,0.5,0.15372517456988796,0.0,0.07561699188981622,0.0,0.31560973978792073,0.9056279432642715 -6413,0.5,0.15372517456988796,0.0,0.12622680931483352,0.15372517456988796,0.0,0.10039276006583292,0.15372517456988796,0.0,0.20774106109127247,0.15372517456988796,0.0,0.13802537393418654,0.15372517456988796,0.0,0.34421964273664685,0.15372517456988796,0.0,0.19151827046471415,0.15372517456988796,0.0,0.5755232077970499,0.15372517456988796,0.0,0.1609590980659748,0.5,0.15372517456988796,0.0,0.08522056653014874,0.15372517456988796,0.0,0.06876530606588707,0.5,0.15372517456988796,0.0,0.10970656885841214,0.15372517456988796,0.0,0.050815863155353615,0.15372517456988796,0.0,0.34754197895797745,0.15372517456988796,0.0,0.35899939808237047,0.15372517456988796,0.0,0.3013305150081276,0.15372517456988796,0.0,0.4204645783100812,0.15372517456988796,0.0,0.1317632603282546,0.5,0.15372517456988796,0.0,0.09206179841327397,0.0,0.25399219020367403,0.8784545868713961 -6414,0.5,0.15372517456988796,0.0,0.13536150213498394,0.15372517456988796,0.0,0.14512957527927034,0.15372517456988796,0.0,0.21513239533136008,0.15372517456988796,0.0,0.16271890968210784,0.15372517456988796,0.0,0.27790722829400155,0.15372517456988796,0.0,0.17934134060583568,0.15372517456988796,0.0,0.5405560315041174,0.15372517456988796,0.0,0.12824072407114193,0.5,0.15372517456988796,0.0,0.08491052600150348,0.15372517456988796,0.0,0.06062409419784624,0.5,0.15372517456988796,0.0,0.10523325737390728,0.15372517456988796,0.0,0.04489909156799349,0.15372517456988796,0.0,0.4411351091735146,0.15372517456988796,0.0,0.37533609834007997,0.15372517456988796,0.0,0.36511165015400177,0.15372517456988796,0.0,0.4472705282596525,0.15372517456988796,0.0,0.1520809504400057,0.5,0.15372517456988796,0.0,0.12197411598320276,0.0,0.2600331077290892,0.8217132037003538 -6415,0.5,0.15372517456988796,0.002859478913462729,0.1574871780444726,0.15372517456988796,0.0010024142262299253,0.1756766741260286,0.15372517456988796,0.0019717692013295953,0.22069403333824672,0.15372517456988796,0.0021690918111062795,0.1873796279593096,0.15372517456988796,0.0,0.21891388087477678,0.15372517456988796,0.0,0.17079329489457162,0.15372517456988796,4.1595662225636006e-05,0.49478682925223627,0.15372517456988796,1.3672926481344165e-05,0.11252815656475743,0.5,0.15372517456988796,2.4295884211547995e-05,0.08948976871967379,0.15372517456988796,0.0009803340479618153,0.048827018362158206,0.5,0.15372517456988796,0.0012328369067834922,0.11034651775209103,0.15372517456988796,0.0009354727471067015,0.04217039366615966,0.15372517456988796,0.00046806305884452843,0.5429928330359199,0.15372517456988796,0.0001487466425523348,0.4125837824166655,0.15372517456988796,0.00020595797935533977,0.39251309859425204,0.15372517456988796,0.0007630220943943276,0.4192915399954675,0.15372517456988796,0.0016060001394167646,0.16900245719022505,0.5,0.15372517456988796,0.0055681586600003375,0.12309797429515675,0.0,0.5417779732178354,0.7008059586390908 -6416,0.5,0.15372517456988796,0.04935902121247603,0.23615607933781324,0.15372517456988796,0.07944232717186694,0.4507863080595664,0.15372517456988796,0.019827903508200125,0.31550472943262736,0.15372517456988796,0.0220269575367643,0.2157984144241742,0.15372517456988796,0.0447396100511622,0.2088655830047674,0.15372517456988796,0.023771762221874198,0.1650139303190552,0.15372517456988796,0.015779767759640573,0.4686633443032624,0.15372517456988796,0.06701480796238009,0.11461850103529597,0.5,0.15372517456988796,0.021024104795529103,0.10590541565089732,0.15372517456988796,0.030204072870060404,0.049658740671891716,0.5,0.15372517456988796,0.05969123607922449,0.14584257052478067,0.15372517456988796,0.045443855611490634,0.04985308292831607,0.15372517456988796,0.01615291154277556,0.6256329917921598,0.15372517456988796,0.032085820293525566,0.4725994634097459,0.15372517456988796,0.010893971034624706,0.398436634418889,0.15372517456988796,0.05830302332526603,0.4489884081007086,0.15372517456988796,0.039615386179122566,0.2425212868570858,0.5,0.15372517456988796,0.04234498426813923,0.15319778438747325,0.0,0.8367948200235119,0.7144602856475806 -6417,0.5,0.15372517456988796,0.0987148095643364,0.45499755392654945,0.15372517456988796,0.1041457237874445,0.8397303379648009,0.15372517456988796,0.04182549284998064,0.48888522327635553,0.15372517456988796,0.03833685582407143,0.23892961094251444,0.15372517456988796,0.19388486374724725,0.3490627615204426,0.15372517456988796,0.13090175575697466,0.21379648440956,0.15372517456988796,0.05695670722916787,0.43435187750633175,0.15372517456988796,0.1844479636422981,0.17951340520509335,0.5,0.15372517456988796,0.08145029000000503,0.14335716088804176,0.15372517456988796,0.11888101802313995,0.07936806291840469,0.5,0.15372517456988796,0.12803384913018254,0.24758178188451066,0.15372517456988796,0.1262243525788027,0.12202834040490886,0.15372517456988796,0.058625525774817555,0.6523897473134439,0.15372517456988796,0.07226846828512967,0.5358946088277508,0.15372517456988796,0.06183190404153348,0.540770122365464,0.15372517456988796,0.18295496195848557,0.4733895469647609,0.15372517456988796,0.08572696375729894,0.3432002454832875,0.5,0.15372517456988796,0.055459083699606074,0.2679486177472501,0.0,0.9808081918602233,0.6866068798926801 -6418,0.5,0.15372517456988796,0.13591351704344737,0.6422162508721266,0.15372517456988796,0.06159244184745948,0.7570957995989631,0.15372517456988796,0.06645145559821758,0.5926523725902911,0.15372517456988796,0.056804347602583946,0.3148298284250933,0.15372517456988796,0.2838025690180004,0.6288088333100682,0.15372517456988796,0.306176898029642,0.3591898962006196,0.15372517456988796,0.2484278922762644,0.4485367576246435,0.15372517456988796,0.29409142939878075,0.2785063799249596,0.5,0.15372517456988796,0.18817892275609027,0.15027124981937945,0.15372517456988796,0.21471723914346696,0.10530295462621868,0.5,0.15372517456988796,0.14106083299691696,0.2976438381602066,0.15372517456988796,0.2016823031034068,0.19763204072345916,0.15372517456988796,0.08534734439690998,0.6397326962345921,0.15372517456988796,0.10982188089371314,0.5298769330418314,0.15372517456988796,0.1634798100996327,0.6829046391066784,0.15372517456988796,0.3230027941927438,0.502758132764221,0.15372517456988796,0.12754690399588392,0.4477270601112408,0.5,0.15372517456988796,0.10042973567893228,0.32538650902391064,0.0,0.9943693417064381,0.9499572497308568 -6419,0.5,0.15372517456988796,0.1156448998131071,0.7355536588912702,0.15372517456988796,0.11788889948184228,0.6370862616426617,0.15372517456988796,0.09709400307043785,0.5826719833958174,0.15372517456988796,0.09000230411151475,0.4686552099770632,0.15372517456988796,0.30854044594102736,0.7544902514847409,0.15372517456988796,0.4882363188105512,0.6349791241651415,0.15372517456988796,0.45842846685136834,0.5951504909862836,0.15372517456988796,0.36213888642096226,0.36774831828828897,0.5,0.15372517456988796,0.2657222363785402,0.11857166371641464,0.15372517456988796,0.18497477527993414,0.09428580943199044,0.5,0.15372517456988796,0.12488165428093675,0.2991504391107793,0.15372517456988796,0.2082913835996854,0.17156042283845038,0.15372517456988796,0.12192764750368146,0.6229418281136705,0.15372517456988796,0.1950046361526278,0.6023362913351004,0.15372517456988796,0.21671145372456402,0.7794131560768923,0.15372517456988796,0.47632873795047515,0.5535673106072829,0.15372517456988796,0.2044229768238007,0.5193293807033635,0.5,0.15372517456988796,0.11556968807550277,0.2676209839845619,0.0,0.9879530585359535,0.9922447635288338 -6420,0.5,0.15372517456988796,0.1530937380506682,0.8372692044263844,0.15372517456988796,0.17003820213803614,0.7480493069207071,0.15372517456988796,0.1721597955651879,0.5209913880668843,0.15372517456988796,0.1285477921191458,0.6074714379252573,0.15372517456988796,0.2966001827505411,0.8140670362783378,0.15372517456988796,0.5813049703912364,0.7272243787271266,0.15372517456988796,0.5423025045771958,0.8012398558079549,0.15372517456988796,0.48531858461184196,0.37705276724627945,0.5,0.15372517456988796,0.354075963470075,0.09345339941746678,0.15372517456988796,0.1411899694032142,0.07150541894249653,0.5,0.15372517456988796,0.13220735249841267,0.2576723835197459,0.15372517456988796,0.1857891120365882,0.14558487550733737,0.15372517456988796,0.14929463815441005,0.5617025728634951,0.15372517456988796,0.24911349034658564,0.6889226237038892,0.15372517456988796,0.2663097940785736,0.82346272918254,0.15372517456988796,0.5101559251274149,0.6213578861045497,0.15372517456988796,0.2965171074788322,0.5029255248565194,0.5,0.15372517456988796,0.10875026759954695,0.23552212517138013,0.0,0.910648989594985,1.0041336560015184 -6421,0.5,0.15372517456988796,0.12162166671758305,0.8530333550252016,0.15372517456988796,0.0934784002436026,0.4095991143715849,0.15372517456988796,0.30432416215473407,0.6283338815790227,0.15372517456988796,0.20001715922380697,0.7271942169000591,0.15372517456988796,0.25677331993153807,0.8253392492127508,0.15372517456988796,0.5916980643335212,0.7186364210374125,0.15372517456988796,0.49449974336586044,0.8387511707448454,0.15372517456988796,0.5935822642225704,0.37177843765125607,0.5,0.15372517456988796,0.46610768804009595,0.0864235215070491,0.15372517456988796,0.12798580038665794,0.058680702582093895,0.5,0.15372517456988796,0.19192253377061907,0.26080401835335604,0.15372517456988796,0.17336142664528664,0.11744778689839502,0.15372517456988796,0.15544268403737105,0.6052558478719224,0.15372517456988796,0.2228234511323396,0.7922783227425393,0.15372517456988796,0.23915109886148808,0.7793557608582817,0.15372517456988796,0.5079462664462441,0.6237370612031611,0.15372517456988796,0.3555961561071673,0.44687597050677136,0.5,0.15372517456988796,0.11971574416789343,0.22610737818122306,0.0,0.8910904468091808,1.007487658131257 -6422,0.5,0.15372517456988796,0.12225156871060974,0.7951424751881871,0.15372517456988796,0.2662596380906915,0.7057136342237152,0.15372517456988796,0.22424652717176358,0.7136439456890256,0.15372517456988796,0.2576274306536658,0.7745076463145792,0.15372517456988796,0.16474963749973406,0.7998472369569873,0.15372517456988796,0.5602179228619207,0.7041598888652234,0.15372517456988796,0.3641120159832051,0.7893316856824274,0.15372517456988796,0.5831202639873853,0.3641185177521867,0.5,0.15372517456988796,0.4876046524647627,0.0846328804877157,0.15372517456988796,0.10776836495394979,0.04908912146908296,0.5,0.15372517456988796,0.12320964328771233,0.2520397027007878,0.15372517456988796,0.1700679778273349,0.10805368011313819,0.15372517456988796,0.051478605119395865,0.5847564775331489,0.15372517456988796,0.07298535460636191,0.8149910252106309,0.15372517456988796,0.21620754595986735,0.7534500775075867,0.15372517456988796,0.42000671635115594,0.5696434979819537,0.15372517456988796,0.3178753993354307,0.38442894094454133,0.5,0.15372517456988796,0.1262457548288308,0.21531187120709933,0.0,0.9957220817261643,1.0039517516686554 -6423,0.5,0.15372517456988796,0.09795751558053037,0.6988517078469775,0.15372517456988796,0.03236387033219544,0.5856493340048874,0.15372517456988796,0.14776354225852395,0.6600697436262742,0.15372517456988796,0.19606787637278367,0.7684391995196591,0.15372517456988796,0.16168548552263526,0.7800566135674696,0.15372517456988796,0.48387837809508893,0.6820420246749526,0.15372517456988796,0.3388833785020421,0.7471284793755213,0.15372517456988796,0.5049488901883779,0.3398706692042943,0.5,0.15372517456988796,0.4826555504992661,0.08988276196210138,0.15372517456988796,0.08448763814018267,0.042388655305101046,0.5,0.15372517456988796,0.16369062847062726,0.2485682587616044,0.15372517456988796,0.11142190117901168,0.09284858350511867,0.15372517456988796,0.021131503323766204,0.6425751455244264,0.15372517456988796,0.08727937746391225,0.8137852411033739,0.15372517456988796,0.1444951950455875,0.7078501459855978,0.15372517456988796,0.31944385618784066,0.4860853962212683,0.15372517456988796,0.21694368414530646,0.32404047244648654,0.5,0.15372517456988796,0.09693068029194223,0.202885011307996,0.0,0.9915608253664516,1.0001493252250475 -6424,0.5,0.15372517456988796,0.08001435828431949,0.5520894722139933,0.15372517456988796,0.006970775719020055,0.6326800461440573,0.15372517456988796,0.10470234270328738,0.5533711744583886,0.15372517456988796,0.0791512937884565,0.6374433257515406,0.15372517456988796,0.14090611075990106,0.7539807289514038,0.15372517456988796,0.3562530984181899,0.6187465489314998,0.15372517456988796,0.30323920813046346,0.6758444515075422,0.15372517456988796,0.39796812258642955,0.28235226754766085,0.5,0.15372517456988796,0.3955166646171158,0.09211206230918115,0.15372517456988796,0.06189193592235187,0.03608140278966889,0.5,0.15372517456988796,0.27500260878138627,0.2701466331304683,0.15372517456988796,0.09502846456498067,0.0693339501688423,0.15372517456988796,0.005989504944731797,0.6742794717250284,0.15372517456988796,0.07303765255888815,0.7930876421396466,0.15372517456988796,0.06363869739871653,0.5873834436229194,0.15372517456988796,0.2178946020016647,0.3968317073547241,0.15372517456988796,0.14017016798974613,0.26075892977796944,0.5,0.15372517456988796,0.056438934175987,0.15804471174328377,0.0,0.7636277279819346,0.9538464920159204 -6425,0.5,0.15372517456988796,0.017146523723486462,0.294560514333043,0.15372517456988796,0.006296861874868873,0.7019667253272831,0.15372517456988796,0.041956109155357565,0.3601863347355273,0.15372517456988796,0.0465066853196855,0.3998442357464952,0.15372517456988796,0.05738628884665028,0.7012605762915034,0.15372517456988796,0.19308460841605368,0.48323878552995303,0.15372517456988796,0.19409104798896654,0.5093774708165809,0.15372517456988796,0.2739003693332063,0.1511887419747478,0.5,0.15372517456988796,0.26097432769768414,0.06981588773323492,0.15372517456988796,0.038413138358279995,0.022628942752424552,0.5,0.15372517456988796,0.22586906422579628,0.19805802064593395,0.15372517456988796,0.10002303251700448,0.034245697628578084,0.15372517456988796,0.003213517547731194,0.7488098186243111,0.15372517456988796,0.019185392876394775,0.755244265885149,0.15372517456988796,0.04266412929054155,0.46362857067519325,0.15372517456988796,0.13745050185339663,0.2592449777358508,0.15372517456988796,0.07571232420217479,0.16809081378355636,0.5,0.15372517456988796,0.026371268759473772,0.11489200897878772,0.0,0.5009408150307807,0.8494090242567817 -6426,0.5,0.15372517456988796,0.00013588675217238275,0.18785119644264792,0.15372517456988796,0.0,0.7948468713528419,0.15372517456988796,0.0,0.181333832935227,0.15372517456988796,0.00014321129156940943,0.16718723091199308,0.15372517456988796,0.0014029581409759626,0.6569676401252302,0.15372517456988796,0.024824785954366966,0.3352682168478003,0.15372517456988796,0.018427011353115544,0.3238461731472837,0.15372517456988796,0.03514915415230302,0.06457298033274546,0.5,0.15372517456988796,0.03329113421131526,0.01853609653733975,0.15372517456988796,0.0,0.005733185130272653,0.5,0.15372517456988796,0.009745510407050276,0.08156744919945308,0.15372517456988796,0.008059453043742976,0.00527662169413561,0.15372517456988796,3.869355261729709e-05,0.7843313426480533,0.15372517456988796,0.0005689891043829034,0.7111322429074938,0.15372517456988796,0.00011000864773945533,0.4082172266847174,0.15372517456988796,0.0024906899357806244,0.10928727213963056,0.15372517456988796,0.0,0.08599537984361726,0.5,0.15372517456988796,0.00011730516018412852,0.07671018394146306,0.0,0.6812025305595333,0.7035263823814335 -6427,0.5,0.15372517456988796,0.0,0.22471773352216376,0.15372517456988796,0.0,0.8367719349589403,0.15372517456988796,0.0,0.1390164487897785,0.15372517456988796,0.0,0.07590890117663786,0.15372517456988796,0.0,0.5903756826072093,0.15372517456988796,0.0,0.26746153386574234,0.15372517456988796,0.0,0.26947145492493485,0.15372517456988796,0.0,0.05884065812689178,0.5,0.15372517456988796,0.0,0.0180583396476081,0.15372517456988796,0.0,0.0017176455949050391,0.5,0.15372517456988796,0.0,0.07849084414957185,0.15372517456988796,0.0,0.0036340501639556136,0.15372517456988796,0.0,0.6937515727171524,0.15372517456988796,0.0,0.5945644096615096,0.15372517456988796,0.0,0.44508072685469946,0.15372517456988796,0.0,0.08743980470931963,0.15372517456988796,0.0,0.0673826638867564,0.5,0.15372517456988796,0.0,0.04614317872698425,0.0,0.8677777302922121,0.6325364810443932 -6428,0.5,0.15372517456988796,0.0,0.3243806107608869,0.15372517456988796,0.0,0.7722181894417405,0.15372517456988796,0.0,0.16407892903673896,0.15372517456988796,0.0,0.0974661738882381,0.15372517456988796,0.0,0.5346303700762786,0.15372517456988796,0.0,0.2868254910951542,0.15372517456988796,0.0,0.28877365581876946,0.15372517456988796,0.0,0.05857824911602737,0.5,0.15372517456988796,0.0,0.017954714615437597,0.15372517456988796,0.0,0.0007907123075934772,0.5,0.15372517456988796,0.0,0.07526864433625183,0.15372517456988796,0.0,0.003778392066415946,0.15372517456988796,0.0,0.4503967935814031,0.15372517456988796,0.0,0.5192987160513132,0.15372517456988796,0.0,0.5083245794707383,0.15372517456988796,0.0,0.09483865564483887,0.15372517456988796,0.0,0.06634188029329197,0.5,0.15372517456988796,0.0,0.02593758081098197,0.0,0.8830111572983491,0.6078077326383835 -6429,0.5,0.15372517456988796,0.0,0.43380993071965795,0.15372517456988796,0.0,0.6777240733191923,0.15372517456988796,0.0,0.22273221347759875,0.15372517456988796,0.0,0.16940561107574548,0.15372517456988796,0.0,0.4813969299019992,0.15372517456988796,0.0,0.27715976856370456,0.15372517456988796,0.0,0.3380748095257392,0.15372517456988796,0.0,0.0635361033033005,0.5,0.15372517456988796,0.0,0.01718962660719444,0.15372517456988796,0.0,0.0006742184155171043,0.5,0.15372517456988796,0.0,0.06706100667297431,0.15372517456988796,0.0,0.004382550754126875,0.15372517456988796,0.0,0.30266174775290483,0.15372517456988796,0.0,0.48175733326128745,0.15372517456988796,0.0,0.551089900228979,0.15372517456988796,0.0,0.11354444374998633,0.15372517456988796,0.0,0.06613127550927599,0.5,0.15372517456988796,0.0,0.018049342235388913,0.0,0.772951064872064,0.5889855010004952 -6430,0.5,0.15372517456988796,0.0,0.5235941086463158,0.15372517456988796,0.0,0.5900309510250292,0.15372517456988796,0.0,0.31551391082679303,0.15372517456988796,0.0,0.2871199398956545,0.15372517456988796,0.0,0.4211285656170574,0.15372517456988796,0.0,0.23571797340073003,0.15372517456988796,0.0,0.3804853098540011,0.15372517456988796,0.0,0.07511814037207043,0.5,0.15372517456988796,0.0,0.017274265921394735,0.15372517456988796,0.0,0.0014048638123616232,0.5,0.15372517456988796,0.0,0.06438301466851915,0.15372517456988796,0.0,0.005366282161683306,0.15372517456988796,0.0,0.25857252519446183,0.15372517456988796,0.0,0.40600928574955925,0.15372517456988796,0.0,0.5397438004116552,0.15372517456988796,0.0,0.13460406768639765,0.15372517456988796,0.0,0.06372778749309362,0.5,0.15372517456988796,0.0,0.018043047509528867,0.0,0.6873841355225621,0.499565291632216 -6431,0.5,0.15372517456988796,0.0,0.5766546640601393,0.15372517456988796,0.0,0.4661748856430669,0.15372517456988796,0.0,0.4173771109342355,0.15372517456988796,0.0,0.4251517163712157,0.15372517456988796,0.0,0.3678559500531129,0.15372517456988796,0.0,0.22838958748286056,0.15372517456988796,0.0,0.3846842224305298,0.15372517456988796,0.0,0.07893060967848961,0.5,0.15372517456988796,0.0,0.018994782938210587,0.15372517456988796,0.0,0.0035279873062100597,0.5,0.15372517456988796,0.0,0.05733419300510621,0.15372517456988796,0.0,0.007142460377279503,0.15372517456988796,0.0,0.21011723840193927,0.15372517456988796,0.0,0.34502753471645287,0.15372517456988796,0.0,0.4848764957104718,0.15372517456988796,0.0,0.1413437462341916,0.15372517456988796,0.0,0.06400599225580453,0.5,0.15372517456988796,0.0,0.021095066061281434,0.0,0.559937749151054,0.5027349347855646 -6432,0.5,0.15372517456988796,0.0,0.5718563865333947,0.15372517456988796,0.0,0.3302129744666,0.15372517456988796,0.0,0.47655078936727063,0.15372517456988796,0.0,0.5734903253445859,0.15372517456988796,0.0,0.32291758044599217,0.15372517456988796,0.0,0.22759176256466554,0.15372517456988796,0.0,0.34390615950602643,0.15372517456988796,0.0,0.08106711997545821,0.5,0.15372517456988796,0.0,0.020825832410454086,0.15372517456988796,0.0,0.00519682908327643,0.5,0.15372517456988796,0.0,0.05508198435134417,0.15372517456988796,0.0,0.008150059434509192,0.15372517456988796,0.0,0.17142107598035208,0.15372517456988796,0.0,0.2813309512082359,0.15372517456988796,0.0,0.40507380088039624,0.15372517456988796,0.0,0.13790745876427882,0.15372517456988796,0.0,0.055918557041248394,0.5,0.15372517456988796,0.0,0.024498413638875432,0.0,0.5009791692511673,0.4854430669444739 -6433,0.5,0.15372517456988796,0.0,0.5110176430151661,0.15372517456988796,0.0,0.2690053804355313,0.15372517456988796,0.0,0.5076859989302744,0.15372517456988796,0.0,0.6697679794040693,0.15372517456988796,0.0,0.29096753263998526,0.15372517456988796,0.0,0.21063208357804064,0.15372517456988796,0.0,0.3108982843769946,0.15372517456988796,0.0,0.08201887968548491,0.5,0.15372517456988796,0.0,0.021048778421455,0.15372517456988796,0.0,0.006052029843504727,0.5,0.15372517456988796,0.0,0.05882925685853925,0.15372517456988796,0.0,0.00891399103515628,0.15372517456988796,0.0,0.17231143082345682,0.15372517456988796,0.0,0.26186072969900187,0.15372517456988796,0.0,0.33976109707599794,0.15372517456988796,0.0,0.13166812460401014,0.15372517456988796,0.0,0.049096170982132314,0.5,0.15372517456988796,0.0,0.027778709394204695,0.0,0.4452367323352573,0.3013393981353831 -6434,0.5,0.15372517456988796,0.0,0.3955537105173225,0.15372517456988796,0.0,0.24587091870217576,0.15372517456988796,0.0,0.5139811932650532,0.15372517456988796,0.0,0.668382290181236,0.15372517456988796,0.0,0.26590266904878085,0.15372517456988796,0.0,0.19004711524552537,0.15372517456988796,0.0,0.3066120971691674,0.15372517456988796,0.0,0.08242613408729707,0.5,0.15372517456988796,0.0,0.02209065775460916,0.15372517456988796,0.0,0.0076682092775975826,0.5,0.15372517456988796,0.0,0.05114482484037758,0.15372517456988796,0.0,0.011635263735783595,0.15372517456988796,0.0,0.1794493878015534,0.15372517456988796,0.0,0.2550641692955048,0.15372517456988796,0.0,0.31020556618853823,0.15372517456988796,0.0,0.1289688684273898,0.15372517456988796,0.0,0.04070506449542205,0.5,0.15372517456988796,0.0,0.0322634530743987,0.0,0.3934260273236652,0.20340563561638716 -6435,0.5,0.15372517456988796,0.0,0.27188704371723704,0.15372517456988796,0.0,0.23550374518786876,0.15372517456988796,0.0,0.43952073240332457,0.15372517456988796,0.0,0.5746494857384561,0.15372517456988796,0.0,0.24054512155118216,0.15372517456988796,0.0,0.18218021843650667,0.15372517456988796,0.0,0.30755911816687204,0.15372517456988796,0.0,0.08544410051883289,0.5,0.15372517456988796,0.0,0.022900487499803945,0.15372517456988796,0.0,0.008560622347330994,0.5,0.15372517456988796,0.0,0.04141718465823036,0.15372517456988796,0.0,0.013497632999649631,0.15372517456988796,0.0,0.16522362316850445,0.15372517456988796,0.0,0.2260134854288749,0.15372517456988796,0.0,0.2836359647130117,0.15372517456988796,0.0,0.11801835176480124,0.15372517456988796,0.0,0.0380586415245893,0.5,0.15372517456988796,0.0,0.03202884058840915,0.0,0.2320953284395513,0.1730100123854108 -6436,0.5,0.15372517456988796,0.0,0.18053080187432308,0.15372517456988796,0.0,0.2279710360430672,0.15372517456988796,0.0,0.32448736277412615,0.15372517456988796,0.0,0.4432038459987507,0.15372517456988796,0.0,0.20011426680941816,0.15372517456988796,0.0,0.17005830144798945,0.15372517456988796,0.0,0.2950348639895573,0.15372517456988796,0.0,0.09148712370130865,0.5,0.15372517456988796,0.0,0.021962570859946687,0.15372517456988796,0.0,0.007912472853681221,0.5,0.15372517456988796,0.0,0.036299209798563305,0.15372517456988796,0.0,0.012358749487177542,0.15372517456988796,0.0,0.1539422018504937,0.15372517456988796,0.0,0.1886431633877287,0.15372517456988796,0.0,0.26144417166115386,0.15372517456988796,0.0,0.10935100490992526,0.15372517456988796,0.0,0.04082244874306697,0.5,0.15372517456988796,0.0,0.025047866372388122,0.0,0.14499738922014516,0.16953841349936333 -6437,0.5,0.15372517456988796,0.0,0.1259031478390708,0.15372517456988796,0.0,0.21400533786814915,0.15372517456988796,0.0,0.23577705838718582,0.15372517456988796,0.0,0.32376406455199785,0.15372517456988796,0.0,0.15533637605052908,0.15372517456988796,0.0,0.14365748633986614,0.15372517456988796,0.0,0.27262084616838245,0.15372517456988796,0.0,0.09335413310737392,0.5,0.15372517456988796,0.0,0.02294911361563872,0.15372517456988796,0.0,0.006783000193407159,0.5,0.15372517456988796,0.0,0.034824006906735025,0.15372517456988796,0.0,0.011196315694144953,0.15372517456988796,0.0,0.17745468758801147,0.15372517456988796,0.0,0.15863011993897871,0.15372517456988796,0.0,0.2546775492688783,0.15372517456988796,0.0,0.10428417547620417,0.15372517456988796,0.0,0.047206481645397556,0.5,0.15372517456988796,0.0,0.021127604355692952,0.0,0.10591254296317343,0.2755362409292404 -6438,0.5,0.15372517456988796,0.0,0.09923116766540264,0.15372517456988796,0.0,0.17633359106450489,0.15372517456988796,0.0,0.1915090119169614,0.15372517456988796,0.0,0.2303542686702153,0.15372517456988796,0.0,0.12367610124071977,0.15372517456988796,0.0,0.11661733443620206,0.15372517456988796,0.0,0.2526490491703616,0.15372517456988796,0.0,0.09391547195255387,0.5,0.15372517456988796,0.0,0.024747055851896967,0.15372517456988796,0.0,0.007660324200721367,0.5,0.15372517456988796,0.0,0.043482231307773234,0.15372517456988796,0.0,0.010261516454479942,0.15372517456988796,0.0,0.2072962395955139,0.15372517456988796,0.0,0.14069518656109348,0.15372517456988796,0.0,0.24371652577821515,0.15372517456988796,0.0,0.10656414787504,0.15372517456988796,0.0,0.0478005667182285,0.5,0.15372517456988796,0.0,0.024605457338036568,0.0,0.09242247398143867,0.42342725357087424 -6439,0.5,0.15372517456988796,0.0010860841016105088,0.09311551080516357,0.15372517456988796,0.0002449298384087885,0.16647270239921153,0.15372517456988796,0.0005819668049180549,0.18351511964881564,0.15372517456988796,0.001916263463214436,0.17754594012684727,0.15372517456988796,0.0,0.1227056290802258,0.15372517456988796,0.0,0.09934885599014015,0.15372517456988796,0.0,0.21471297463830485,0.15372517456988796,0.0,0.08967923710965908,0.5,0.15372517456988796,1.502996302408481e-05,0.026732367297309455,0.15372517456988796,0.003106201869539608,0.011604505308257386,0.5,0.15372517456988796,0.0003026290990600171,0.05091689119333484,0.15372517456988796,0.0015200306315189642,0.008976277484669067,0.15372517456988796,0.00019781231139990067,0.21441895800540933,0.15372517456988796,3.2142416923525826e-05,0.1433768580019096,0.15372517456988796,0.00010643392638467287,0.22044433444346215,0.15372517456988796,9.967138638503866e-05,0.11073551434801136,0.15372517456988796,0.0003905807436378107,0.048687699740775595,0.5,0.15372517456988796,0.0034197487577770965,0.030739593442078193,0.0,0.07363510047863027,0.41574290071575054 -6440,0.5,0.15372517456988796,0.012774025763005833,0.10891416480837271,0.15372517456988796,0.0067381820515652864,0.19550142454503724,0.15372517456988796,0.008052969894595556,0.2198647154924017,0.15372517456988796,0.018814141612166886,0.17141351713562722,0.15372517456988796,0.02888874934293717,0.13692946870211983,0.15372517456988796,0.01898026523127426,0.10409860324884396,0.15372517456988796,0.012403093168614295,0.187226039010506,0.15372517456988796,0.0033692825075181876,0.07755966835925304,0.5,0.15372517456988796,0.0314917652463549,0.027960062846996946,0.15372517456988796,0.08049388843593748,0.010966703252830274,0.5,0.15372517456988796,0.024006314227677197,0.06289053212671529,0.15372517456988796,0.08586300181218573,0.006344305172897174,0.15372517456988796,0.013410200089081944,0.21386359053347032,0.15372517456988796,0.029541079755188555,0.1464647319408322,0.15372517456988796,0.01234639349580366,0.22168629271736798,0.15372517456988796,0.0032007002723687577,0.10718744686721862,0.15372517456988796,0.0076095279457839456,0.052637882353304716,0.5,0.15372517456988796,0.03932324380113314,0.03696598795268201,0.0,0.08933131920465473,0.4814017030397467 -6441,0.5,0.15372517456988796,0.027068245761346695,0.1424774320366034,0.15372517456988796,0.03948020103074744,0.31194526677494666,0.15372517456988796,0.01464446863149006,0.26300581534704787,0.15372517456988796,0.029752804949567703,0.17999654686084698,0.15372517456988796,0.1059964942187614,0.20453391149005765,0.15372517456988796,0.060933070465640476,0.14020035896638333,0.15372517456988796,0.03849087104341613,0.18185822897184523,0.15372517456988796,0.008056921825169157,0.0746526620293311,0.5,0.15372517456988796,0.09918826833694805,0.03588670342200785,0.15372517456988796,0.15430132414858375,0.008816559365930994,0.5,0.15372517456988796,0.09107416061004098,0.0834444750608317,0.15372517456988796,0.1872585312716391,0.006427841264002282,0.15372517456988796,0.05386929012076506,0.27945273594969655,0.15372517456988796,0.1105846362067305,0.20696394639567575,0.15372517456988796,0.043123042057950894,0.2523687034545633,0.15372517456988796,0.014849368633098188,0.10080036493347684,0.15372517456988796,0.027757865005710886,0.05852890716119412,0.5,0.15372517456988796,0.06510409409756841,0.050217048433220265,0.0,0.20776579755943578,0.5692100924062055 -6442,0.5,0.15372517456988796,0.05045068681578186,0.20670480922792822,0.15372517456988796,0.10092246177078001,0.5448169107563441,0.15372517456988796,0.03659481475223874,0.302483992340235,0.15372517456988796,0.021019701984588253,0.191124278110534,0.15372517456988796,0.2308756101443153,0.19889972924913488,0.15372517456988796,0.09520222796297026,0.17004598697225048,0.15372517456988796,0.08333806743595225,0.18639130111808444,0.15372517456988796,0.018089756923586758,0.08265377012548614,0.5,0.15372517456988796,0.16883714975351466,0.04482232773230984,0.15372517456988796,0.20817994030619413,0.013536297575411499,0.5,0.15372517456988796,0.25522740461505605,0.1816350000442717,0.15372517456988796,0.2800835917517458,0.013858238959582382,0.15372517456988796,0.0761250403441206,0.30381413169158367,0.15372517456988796,0.16597330694084314,0.23064984032443908,0.15372517456988796,0.09044696013456516,0.3607569596107037,0.15372517456988796,0.033571919063569905,0.10192476839552912,0.15372517456988796,0.08251331428952835,0.0789895266990919,0.5,0.15372517456988796,0.08640295332481777,0.07993179546995964,0.0,0.4757349879886995,0.42481384910842296 -6443,0.5,0.15372517456988796,0.06365040946846219,0.30601512082757903,0.15372517456988796,0.09937201019275904,0.4910841744388447,0.15372517456988796,0.09409783239694883,0.38636247142575486,0.15372517456988796,0.019969326690746088,0.2040949053297013,0.15372517456988796,0.3673588040394483,0.20525505317219456,0.15372517456988796,0.12568731798051155,0.23462087219060213,0.15372517456988796,0.15488704867448166,0.2599934579464378,0.15372517456988796,0.03836598669551908,0.09195099752680994,0.5,0.15372517456988796,0.1815458282212689,0.05433568133855961,0.15372517456988796,0.29031157142350494,0.022979557256363897,0.5,0.15372517456988796,0.4068110047736203,0.2283609918910829,0.15372517456988796,0.4089493624113341,0.031491271733637194,0.15372517456988796,0.1062296888480064,0.310579574271018,0.15372517456988796,0.25278355147786064,0.23673851750633873,0.15372517456988796,0.14624031830865158,0.3880737236240535,0.15372517456988796,0.0563046205103785,0.1099394079199614,0.15372517456988796,0.174710846470799,0.13065071380044702,0.5,0.15372517456988796,0.10899266365566188,0.09152981246944863,0.0,0.6563742728914165,0.6443785362174117 -6444,0.5,0.15372517456988796,0.06403491947717438,0.3666859917863312,0.15372517456988796,0.11727632742557917,0.15445880575721524,0.15372517456988796,0.14953991783003853,0.4866758803581636,0.15372517456988796,0.03494101785211637,0.22289269321156416,0.15372517456988796,0.4943557246932062,0.33033491311354624,0.15372517456988796,0.1792320438005165,0.3397259920674869,0.15372517456988796,0.22071281848443014,0.3238733421845006,0.15372517456988796,0.0567700085276735,0.09252159968672555,0.5,0.15372517456988796,0.18086494097196157,0.058884989512033276,0.15372517456988796,0.3377541436572316,0.037163692371987814,0.5,0.15372517456988796,0.44095732608099325,0.2409613625989788,0.15372517456988796,0.5540071838669565,0.05462501193391999,0.15372517456988796,0.25062831406775293,0.46607290070876284,0.15372517456988796,0.40087172118378683,0.3182576940180436,0.15372517456988796,0.22364527897072295,0.2884973646830874,0.15372517456988796,0.14825124939183543,0.1555181368152716,0.15372517456988796,0.22143808978023083,0.14713689684005554,0.5,0.15372517456988796,0.12946586436454696,0.12895216154304534,0.0,0.5903350720602204,0.8496894606479268 -6445,0.5,0.15372517456988796,0.05899257462268633,0.2975315009848807,0.15372517456988796,0.4477483840758975,0.26341461601003696,0.15372517456988796,0.14776243374242326,0.44463285062684504,0.15372517456988796,0.05419162525194261,0.2420275558957025,0.15372517456988796,0.5255276011147776,0.6547933145035975,0.15372517456988796,0.21661534612634337,0.4436815395426901,0.15372517456988796,0.2257474884132959,0.4018857954411037,0.15372517456988796,0.058410902522864586,0.0873254612128353,0.5,0.15372517456988796,0.16273282081514212,0.06319768478750475,0.15372517456988796,0.44605368810435075,0.03815529169970705,0.5,0.15372517456988796,0.3429672277486796,0.16665371963214104,0.15372517456988796,0.616346402765783,0.058032549081658155,0.15372517456988796,0.4089434324611294,0.6358608460633911,0.15372517456988796,0.46346350145643445,0.4785858262205588,0.15372517456988796,0.2870196630777773,0.2500413712182732,0.15372517456988796,0.23966869351575376,0.1944960837799855,0.15372517456988796,0.16296387889729635,0.13440198488070101,0.5,0.15372517456988796,0.19681983394549127,0.1492851031216165,0.0,0.20031543311616168,0.8579302512127969 -6446,0.5,0.15372517456988796,0.08118923517467203,0.22247055407077368,0.15372517456988796,0.5607251409644013,0.4970618741068006,0.15372517456988796,0.1918376685111257,0.35674011389013466,0.15372517456988796,0.05177862130530314,0.1866977125208404,0.15372517456988796,0.32301297769530857,0.7742268694480903,0.15372517456988796,0.2313052574247354,0.4420130417237144,0.15372517456988796,0.23742528246728498,0.5047377865677897,0.15372517456988796,0.06840302078635253,0.08908938777678672,0.5,0.15372517456988796,0.10595225444253809,0.06208501552680381,0.15372517456988796,0.502058067229715,0.03255399359085949,0.5,0.15372517456988796,0.2972569277438283,0.15250670150072024,0.15372517456988796,0.6062092734092466,0.05407088654823528,0.15372517456988796,0.3624351085995642,0.7294055582140648,0.15372517456988796,0.34032065218948376,0.6073049618087858,0.15372517456988796,0.3674021884189716,0.2928329129485303,0.15372517456988796,0.23094704426470425,0.2356320348719739,0.15372517456988796,0.10939237835641838,0.1121952095861599,0.5,0.15372517456988796,0.2196642165255129,0.1511286230049819,0.0,0.1155696006967852,0.7640349074288447 -6447,0.5,0.15372517456988796,0.10060383960184342,0.18368721684422987,0.15372517456988796,0.3421835648843007,0.4697191301148094,0.15372517456988796,0.18170813231787963,0.2940830388716133,0.15372517456988796,0.04477664458316796,0.15035539604429796,0.15372517456988796,0.08382708897824614,0.7062495410336809,0.15372517456988796,0.19637259959785391,0.3706360014011534,0.15372517456988796,0.13576491051104272,0.541422299737245,0.15372517456988796,0.0937512308017292,0.07568475979381609,0.5,0.15372517456988796,0.05947258487570761,0.06092992512772409,0.15372517456988796,0.4670102220397164,0.025467099247270083,0.5,0.15372517456988796,0.26207837171106674,0.18174581460450304,0.15372517456988796,0.5182690272478825,0.04991311930806169,0.15372517456988796,0.1238044787134214,0.7790964913486702,0.15372517456988796,0.08212826395333268,0.5838113624627395,0.15372517456988796,0.3700639453136019,0.3557971492384452,0.15372517456988796,0.16552596053007682,0.25210707646701525,0.15372517456988796,0.09609483467368267,0.10035947578073943,0.5,0.15372517456988796,0.16138577056801545,0.12159338354027541,0.0,0.22019652176062277,0.7831565392592952 -6448,0.5,0.15372517456988796,0.09957162470758402,0.14652796151094294,0.15372517456988796,0.03338274592097222,0.3112352653776017,0.15372517456988796,0.11584229512269797,0.1813944009265472,0.15372517456988796,0.022783828175408433,0.13195268248065722,0.15372517456988796,0.048747769043553414,0.5949143058517065,0.15372517456988796,0.1931359918647792,0.34307125779401515,0.15372517456988796,0.07105630088613782,0.4729885305654431,0.15372517456988796,0.09975822143821331,0.0590378111074556,0.5,0.15372517456988796,0.02904415219729521,0.039887106563084314,0.15372517456988796,0.36195941394227277,0.019605412923035505,0.5,0.15372517456988796,0.14550872308112167,0.1476103923997101,0.15372517456988796,0.3785275392867922,0.05679087939304912,0.15372517456988796,0.030681895556705644,0.7421731638964284,0.15372517456988796,0.02912713453067351,0.5914905043962178,0.15372517456988796,0.20566236497229198,0.34169293649443216,0.15372517456988796,0.0902315162541819,0.2397101314071312,0.15372517456988796,0.08235170094613542,0.10167197922874885,0.5,0.15372517456988796,0.09736527957158704,0.0759969933109104,0.0,0.28350408530019716,0.8965296244349512 -6449,0.5,0.15372517456988796,0.06496015342178815,0.12372888969225186,0.15372517456988796,0.0036102129735969685,0.4581206781741966,0.15372517456988796,0.0561325476862678,0.082360976985733,0.15372517456988796,0.006360650454006647,0.0916929417819432,0.15372517456988796,0.028016072250263594,0.4075008577506323,0.15372517456988796,0.12255612219173925,0.26739388252950774,0.15372517456988796,0.08399081734695976,0.31823151982402426,0.15372517456988796,0.06121214665975187,0.05187367319802088,0.5,0.15372517456988796,0.017128510517492587,0.02251478390930965,0.15372517456988796,0.20922356502816342,0.007205667317993732,0.5,0.15372517456988796,0.04266446161354849,0.07828557147073155,0.15372517456988796,0.21873069757699326,0.029219477169341593,0.15372517456988796,0.030805179988608183,0.6182129136543089,0.15372517456988796,0.017554584316895144,0.5352881153826348,0.15372517456988796,0.04722481967653835,0.27849537749560965,0.15372517456988796,0.04325477700624197,0.1760970328404832,0.15372517456988796,0.037653425126478984,0.06721277313915838,0.5,0.15372517456988796,0.03953454635920787,0.04524840141983764,0.0,0.2985030248145254,0.9076526373966513 -6450,0.5,0.15372517456988796,0.0,0.1397619664583586,0.15372517456988796,0.0,0.4934382031644641,0.15372517456988796,0.0,0.05280789835706532,0.15372517456988796,4.075172497714373e-05,0.05036017443045092,0.15372517456988796,0.002397660360262883,0.3268296008060939,0.15372517456988796,0.015501447663153166,0.16589588910939845,0.15372517456988796,0.011104122662464341,0.21594528765675203,0.15372517456988796,0.011853375620296067,0.04726150057513846,0.5,0.15372517456988796,0.0050045060023318245,0.008845167037613713,0.15372517456988796,0.0,0.00588117182926213,0.5,0.15372517456988796,0.00038849830590119953,0.03990834040457083,0.15372517456988796,0.0038871172917187002,0.01581429956552308,0.15372517456988796,6.325829426281428e-05,0.5484610906922299,0.15372517456988796,0.00020612880578949289,0.47203942306756497,0.15372517456988796,0.00033725183564250913,0.22612888991365426,0.15372517456988796,0.00015271420450205456,0.098002839461795,0.15372517456988796,0.00022589520765214726,0.030941012208192238,0.5,0.15372517456988796,0.00021868769543268636,0.04433345827923768,0.0,0.5859540041497372,0.8926414879107607 -6451,0.5,0.15372517456988796,0.0,0.17788439400948028,0.15372517456988796,0.0,0.3928078843764341,0.15372517456988796,0.0,0.07363047000804186,0.15372517456988796,0.0,0.03241316822229785,0.15372517456988796,0.0,0.35406116348999267,0.15372517456988796,0.0,0.11323498082319758,0.15372517456988796,0.0,0.18112413605537567,0.15372517456988796,0.0,0.057589609641283374,0.5,0.15372517456988796,0.0,0.004878493734266593,0.15372517456988796,0.0,0.003844305839185506,0.5,0.15372517456988796,0.0,0.026958378281060888,0.15372517456988796,0.0,0.010777978130485694,0.15372517456988796,0.0,0.5538481703249968,0.15372517456988796,0.0,0.46215015998786024,0.15372517456988796,0.0,0.21012272591197229,0.15372517456988796,0.0,0.06186451637224566,0.15372517456988796,0.0,0.020766846263108873,0.5,0.15372517456988796,0.0,0.031348428166654174,0.0,0.8060852472912171,0.9001500377969994 -6452,0.5,0.15372517456988796,0.0,0.20127410647799365,0.15372517456988796,0.0,0.4105192465015589,0.15372517456988796,0.0,0.09046311733403076,0.15372517456988796,0.0,0.04259319503228818,0.15372517456988796,0.0,0.40645657724186324,0.15372517456988796,0.0,0.11421471685165657,0.15372517456988796,0.0,0.15799957326340716,0.15372517456988796,0.0,0.049758583235366256,0.5,0.15372517456988796,0.0,0.005304603453273743,0.15372517456988796,0.0,0.004531797649641976,0.5,0.15372517456988796,0.0,0.016890384857736442,0.15372517456988796,0.0,0.00809442913576733,0.15372517456988796,0.0,0.556696052462222,0.15372517456988796,0.0,0.42470530803172046,0.15372517456988796,0.0,0.220238615578358,0.15372517456988796,0.0,0.05688297671164036,0.15372517456988796,0.0,0.013925764373345554,0.5,0.15372517456988796,0.0,0.021585090804044214,0.0,0.8583958613118648,0.8753314361671793 -6453,0.5,0.15372517456988796,0.0,0.2157504792679354,0.15372517456988796,0.0,0.3712511985111475,0.15372517456988796,0.0,0.10823826533288095,0.15372517456988796,0.0,0.06153443418862139,0.15372517456988796,0.0,0.2577227514576326,0.15372517456988796,0.0,0.09761554773391179,0.15372517456988796,0.0,0.14358323098648598,0.15372517456988796,0.0,0.04413581449061878,0.5,0.15372517456988796,0.0,0.005485320454199417,0.15372517456988796,0.0,0.007950509538589228,0.5,0.15372517456988796,0.0,0.005264140897671482,0.15372517456988796,0.0,0.005895257252916978,0.15372517456988796,0.0,0.560394173951797,0.15372517456988796,0.0,0.38698378070123574,0.15372517456988796,0.0,0.2360532520399004,0.15372517456988796,0.0,0.0618741069518802,0.15372517456988796,0.0,0.00954059453716486,0.5,0.15372517456988796,0.0,0.01660962796018306,0.0,0.8199152753015525,0.6749688443426608 -6454,0.5,0.15372517456988796,0.0,0.20563666264725758,0.15372517456988796,0.0,0.2912175727749513,0.15372517456988796,0.0,0.12583735652976044,0.15372517456988796,0.0,0.0831064816343457,0.15372517456988796,0.0,0.16076171543693646,0.15372517456988796,0.0,0.06477208298165923,0.15372517456988796,0.0,0.11991369504767199,0.15372517456988796,0.0,0.0366715377819276,0.5,0.15372517456988796,0.0,0.004439199303514175,0.15372517456988796,0.0,0.006505202296454882,0.5,0.15372517456988796,0.0,0.0011205293839293825,0.15372517456988796,0.0,0.0036598452095508013,0.15372517456988796,0.0,0.5739049767155588,0.15372517456988796,0.0,0.3793279300144713,0.15372517456988796,0.0,0.21580472341636978,0.15372517456988796,0.0,0.05890803843240072,0.15372517456988796,0.0,0.0076493514912063755,0.5,0.15372517456988796,0.0,0.011391505935958876,0.0,0.7656219755066063,0.45789925410272375 -6455,0.5,0.15372517456988796,0.0,0.19178066768227212,0.15372517456988796,0.0,0.2848627974392136,0.15372517456988796,0.0,0.14101391673203803,0.15372517456988796,0.0,0.09264240196181857,0.15372517456988796,0.0,0.11141462445068598,0.15372517456988796,0.0,0.03426078809251364,0.15372517456988796,0.0,0.09013706209448073,0.15372517456988796,0.0,0.03023424965781534,0.5,0.15372517456988796,0.0,0.0040656704886294385,0.15372517456988796,0.0,0.004739142770552195,0.5,0.15372517456988796,0.0,0.0012921233759550345,0.15372517456988796,0.0,0.006106936320586215,0.15372517456988796,0.0,0.515682947703869,0.15372517456988796,0.0,0.37340870517447056,0.15372517456988796,0.0,0.15413801540016725,0.15372517456988796,0.0,0.04644508838851123,0.15372517456988796,0.0,0.008312072440741405,0.5,0.15372517456988796,0.0,0.0045379251531513206,0.0,0.7775313671999873,0.32762220457477026 -6456,0.5,0.15372517456988796,0.0,0.18760401080315237,0.15372517456988796,0.0,0.3157937350792979,0.15372517456988796,0.0,0.15643273462197588,0.15372517456988796,0.0,0.0937299219335302,0.15372517456988796,0.0,0.10693882462892025,0.15372517456988796,0.0,0.023716003784190733,0.15372517456988796,0.0,0.0636440661894214,0.15372517456988796,0.0,0.024981951672013218,0.5,0.15372517456988796,0.0,0.004246205399042064,0.15372517456988796,0.0,0.0038091878892473206,0.5,0.15372517456988796,0.0,0.002114527205981257,0.15372517456988796,0.0,0.006020943436151098,0.15372517456988796,0.0,0.4397314678294464,0.15372517456988796,0.0,0.3052639632306546,0.15372517456988796,0.0,0.1400463491303406,0.15372517456988796,0.0,0.03828211347707605,0.15372517456988796,0.0,0.010130590745253068,0.5,0.15372517456988796,0.0,0.0022654555048395785,0.0,0.7964241718282365,0.2332712613061425 -6457,0.5,0.15372517456988796,0.0,0.16082890798431942,0.15372517456988796,0.0,0.3376406800104001,0.15372517456988796,0.0,0.14058247499925294,0.15372517456988796,0.0,0.09337672089248747,0.15372517456988796,0.0,0.11178526441808748,0.15372517456988796,0.0,0.01960928136384326,0.15372517456988796,0.0,0.03895734961533745,0.15372517456988796,0.0,0.020491282563489126,0.5,0.15372517456988796,0.0,0.0048881911655831315,0.15372517456988796,0.0,0.0031355717270317757,0.5,0.15372517456988796,0.0,0.004206853233134642,0.15372517456988796,0.0,0.0033769453286425534,0.15372517456988796,0.0,0.30681316973447603,0.15372517456988796,0.0,0.21649733778667984,0.15372517456988796,0.0,0.14622423823359798,0.15372517456988796,0.0,0.029663124489398906,0.15372517456988796,0.0,0.012367946693213045,0.5,0.15372517456988796,0.0,0.0020465854981978476,0.0,0.631580584173852,0.13488871320546383 -6458,0.5,0.15372517456988796,0.0,0.13968593325473977,0.15372517456988796,0.0,0.2730544495139229,0.15372517456988796,0.0,0.10106630510288671,0.15372517456988796,0.0,0.08464787281709862,0.15372517456988796,0.0,0.07779593377813188,0.15372517456988796,0.0,0.019737838553496645,0.15372517456988796,0.0,0.03162162137128566,0.15372517456988796,0.0,0.017240725629033254,0.5,0.15372517456988796,0.0,0.005238652100183234,0.15372517456988796,0.0,0.0012970318888703408,0.5,0.15372517456988796,0.0,0.006498057158676217,0.15372517456988796,0.0,0.0035808619331111737,0.15372517456988796,0.0,0.14015713673487057,0.15372517456988796,0.0,0.12676122088590502,0.15372517456988796,0.0,0.15579696857901817,0.15372517456988796,0.0,0.024839131665933916,0.15372517456988796,0.0,0.013937816608332973,0.5,0.15372517456988796,0.0,0.003211154125965141,0.0,0.6641483041477566,0.08459851062568138 -6459,0.5,0.15372517456988796,0.0,0.12274439400705997,0.15372517456988796,0.0,0.1571945653370205,0.15372517456988796,0.0,0.06196649925750068,0.15372517456988796,0.0,0.06439037248504792,0.15372517456988796,0.0,0.0460039276222904,0.15372517456988796,0.0,0.03134587935308018,0.15372517456988796,0.0,0.02391441779087784,0.15372517456988796,0.0,0.01765371877135541,0.5,0.15372517456988796,0.0,0.0038621125219398733,0.15372517456988796,0.0,0.0005500618526200819,0.5,0.15372517456988796,0.0,0.006422405259589672,0.15372517456988796,0.0,0.005499022242924501,0.15372517456988796,0.0,0.0747736389469097,0.15372517456988796,0.0,0.058789229759324255,0.15372517456988796,0.0,0.1359244728992219,0.15372517456988796,0.0,0.021164535115505853,0.15372517456988796,0.0,0.013318490666569817,0.5,0.15372517456988796,0.0,0.005727521843347107,0.0,0.4982504144172445,0.0801588263751119 -6460,0.5,0.15372517456988796,0.0,0.10027541001491765,0.15372517456988796,0.0,0.06057207857410689,0.15372517456988796,0.0,0.04440623671804439,0.15372517456988796,0.0,0.03996000534564194,0.15372517456988796,0.0,0.029119451628152836,0.15372517456988796,0.0,0.036920385761043326,0.15372517456988796,0.0,0.02077248388068579,0.15372517456988796,0.0,0.018805981651913883,0.5,0.15372517456988796,0.0,0.0028639867822100756,0.15372517456988796,0.0,0.0008777177736158801,0.5,0.15372517456988796,0.0,0.005153648429431515,0.15372517456988796,0.0,0.006667694550657165,0.15372517456988796,0.0,0.0764058222624851,0.15372517456988796,0.0,0.03496783183404421,0.15372517456988796,0.0,0.08609084580543955,0.15372517456988796,0.0,0.01631245253455417,0.15372517456988796,0.0,0.01142805302414932,0.5,0.15372517456988796,0.0,0.008755886848157103,0.0,0.3932102160100993,0.09793557052673972 -6461,0.5,0.15372517456988796,0.0,0.08822817095321588,0.15372517456988796,0.0,0.01841348312041088,0.15372517456988796,0.0,0.03660084737095329,0.15372517456988796,0.0,0.027643922454084733,0.15372517456988796,0.0,0.02130129256616273,0.15372517456988796,0.0,0.03668535968755297,0.15372517456988796,0.0,0.02056310509714998,0.15372517456988796,0.0,0.017306818790262288,0.5,0.15372517456988796,0.0,0.002759008978573366,0.15372517456988796,0.0,0.0037683102876966187,0.5,0.15372517456988796,0.0,0.006080183402974314,0.15372517456988796,0.0,0.006328725865794055,0.15372517456988796,0.0,0.08342039442584118,0.15372517456988796,0.0,0.02323622211316651,0.15372517456988796,0.0,0.03930946027444581,0.15372517456988796,0.0,0.0137445125546193,0.15372517456988796,0.0,0.01018634311449764,0.5,0.15372517456988796,0.0,0.008542015260267774,0.0,0.3220382297253727,0.13020071038969488 -6462,0.5,0.15372517456988796,0.0,0.06875704820327537,0.15372517456988796,0.0,0.009591567645601595,0.15372517456988796,0.0,0.02164172984422903,0.15372517456988796,0.0,0.01845213367257761,0.15372517456988796,0.0,0.016827082725781855,0.15372517456988796,0.0,0.03526936863923792,0.15372517456988796,0.0,0.013236194026453875,0.15372517456988796,0.0,0.014067334872380785,0.5,0.15372517456988796,0.0,0.00328269664116183,0.15372517456988796,0.0,0.005773376078097116,0.5,0.15372517456988796,0.0,0.006132344825780831,0.15372517456988796,0.0,0.007788644397698002,0.15372517456988796,0.0,0.09071737505268682,0.15372517456988796,0.0,0.01769093534992829,0.15372517456988796,0.0,0.02112586081219083,0.15372517456988796,0.0,0.012572733114826573,0.15372517456988796,0.0,0.0105062105826787,0.5,0.15372517456988796,0.0,0.005901186991447985,0.0,0.2822707303670839,0.1497471061567639 -6463,0.5,0.15372517456988796,0.003296672907759815,0.04811367961525553,0.15372517456988796,0.0016397202922236074,0.0051560950063222035,0.15372517456988796,0.0002062875009495338,0.010387955171388793,0.15372517456988796,0.0011495993887603996,0.012839028175426998,0.15372517456988796,0.0,0.012596547506748334,0.15372517456988796,0.0,0.04009997757813702,0.15372517456988796,0.0,0.011850745187625876,0.15372517456988796,0.0,0.011912350882586102,0.5,0.15372517456988796,2.1396413612164375e-06,0.004177285321191438,0.15372517456988796,0.003485551592759308,0.004974880212084871,0.5,0.15372517456988796,0.0005689858091950281,0.008033274526080403,0.15372517456988796,0.0012986307728602988,0.0072902940791245655,0.15372517456988796,0.000720284968864002,0.09542539478531653,0.15372517456988796,0.00016153918751938545,0.01481772019413362,0.15372517456988796,0.0006418120559146402,0.015425195406272001,0.15372517456988796,1.4176071164903444e-05,0.0075772104857848655,0.15372517456988796,0.0007982448451373295,0.010221790215462134,0.5,0.15372517456988796,0.0023413864219190396,0.0030214232678611014,0.0,0.2800925806339726,0.1666117819891401 -6464,0.5,0.15372517456988796,0.0723412599733331,0.047091346292588376,0.15372517456988796,0.11348991984056435,0.003950362067319876,0.15372517456988796,0.0048577568544125194,0.015394519760330471,0.15372517456988796,0.010265728842148963,0.018915397618625398,0.15372517456988796,0.06137371950784467,0.009637433798046451,0.15372517456988796,0.003551445484320614,0.05282431357664412,0.15372517456988796,0.005700490925499471,0.017309217543733064,0.15372517456988796,0.008897316343047149,0.008803801971904484,0.5,0.15372517456988796,0.0663079376453069,0.0020213709698013857,0.15372517456988796,0.11801988025268297,0.003427841278094369,0.5,0.15372517456988796,0.09040302656786924,0.00920583701905059,0.15372517456988796,0.10607651762037887,0.004404415910908947,0.15372517456988796,0.10724815572697556,0.09436036261121675,0.15372517456988796,0.09737377187695792,0.012677111406384257,0.15372517456988796,0.05587224158135931,0.018764225799571592,0.15372517456988796,0.006423327985571289,0.004800450594219785,0.15372517456988796,0.03555353172669375,0.007148847914962473,0.5,0.15372517456988796,0.05313090942435859,0.0011710373286826204,0.0,0.31562011672776236,0.18857183341707737 -6465,0.5,0.15372517456988796,0.18072006705199875,0.087694953673316,0.15372517456988796,0.2687609750039527,0.012955660786547822,0.15372517456988796,0.0210705206222758,0.030627533229563048,0.15372517456988796,0.028026012168074675,0.04577851359396855,0.15372517456988796,0.1909693138563053,0.006824288127831992,0.15372517456988796,0.010804482920894257,0.0517256198697191,0.15372517456988796,0.028496404599802544,0.030236776774991432,0.15372517456988796,0.017738545303637023,0.005744194735863386,0.5,0.15372517456988796,0.18006431715804383,0.0006257715826959119,0.15372517456988796,0.2720344542117771,0.0033794723489667853,0.5,0.15372517456988796,0.241288907419141,0.005227488017456092,0.15372517456988796,0.261442411020204,0.0025752245092964324,0.15372517456988796,0.2616455859193752,0.09668192477859439,0.15372517456988796,0.253969180332796,0.015516083139469311,0.15372517456988796,0.15302969139428652,0.02534455582819692,0.15372517456988796,0.010721296681595344,0.0056771789368516784,0.15372517456988796,0.13795392958585317,0.0065550412922457555,0.5,0.15372517456988796,0.14231535749760058,0.0015134991312934104,0.0,0.36564759895764865,0.19939026639992016 -6466,0.5,0.15372517456988796,0.31682378881993944,0.1342252389496332,0.15372517456988796,0.41536493197286173,0.0405555929851168,0.15372517456988796,0.04424263108538151,0.031040336057624546,0.15372517456988796,0.06063834270247708,0.06819328057737582,0.15372517456988796,0.35249318431494636,0.0029774727844978487,0.15372517456988796,0.022591193475989115,0.04121608677441339,0.15372517456988796,0.05652167165519616,0.04206806902785523,0.15372517456988796,0.02932490118284662,0.0036362966300198746,0.5,0.15372517456988796,0.27032495359699843,0.0006409645306191745,0.15372517456988796,0.43275615976860937,0.01653173923930017,0.5,0.15372517456988796,0.3885231529130191,0.005890218999517649,0.15372517456988796,0.42161429677079254,0.008948503193297791,0.15372517456988796,0.404699306853503,0.18853756697514165,0.15372517456988796,0.40253667100455603,0.027422772907576807,0.15372517456988796,0.2514991745858824,0.025400765027679354,0.15372517456988796,0.0254801861106389,0.00797078083154142,0.15372517456988796,0.2209189256432053,0.008863143305111232,0.5,0.15372517456988796,0.2716551700855118,0.0028420631139014422,0.0,0.42145349438489166,0.19508302977756367 -6467,0.5,0.15372517456988796,0.49775567191248127,0.1596337009445627,0.15372517456988796,0.5411685628946501,0.07479251343739242,0.15372517456988796,0.07212212385840906,0.02683858524005722,0.15372517456988796,0.09474792441725642,0.0727043044365259,0.15372517456988796,0.518527266225562,0.0005169498801747822,0.15372517456988796,0.07563670453973939,0.028898094009096553,0.15372517456988796,0.04708418031637433,0.03124079717935445,0.15372517456988796,0.04729839910756056,0.00512480899804694,0.5,0.15372517456988796,0.3514285138476198,0.002492693708913608,0.15372517456988796,0.5590694241485453,0.04681642644073117,0.5,0.15372517456988796,0.4918791968680968,0.00782953046216823,0.15372517456988796,0.551345548045242,0.020089056342256512,0.15372517456988796,0.5113328096746323,0.28940221436713087,0.15372517456988796,0.534664157899705,0.037388640834316325,0.15372517456988796,0.40555476989780037,0.025712112137617864,0.15372517456988796,0.06632392038062992,0.012626085105762228,0.15372517456988796,0.24624686787084782,0.010964192623379047,0.5,0.15372517456988796,0.41514519772290714,0.0026471223173469326,0.0,0.4796803297808252,0.1943035571833465 -6468,0.5,0.15372517456988796,0.5734716645844686,0.17694568984219378,0.15372517456988796,0.6130697887081235,0.09109479971952393,0.15372517456988796,0.19037600793914486,0.02154058123341211,0.15372517456988796,0.12437912705066324,0.0670751305667384,0.15372517456988796,0.613209384545359,0.00062231501856147,0.15372517456988796,0.14733807140752483,0.019295687998238185,0.15372517456988796,0.051392424601170106,0.018449249518910825,0.15372517456988796,0.07364444786601891,0.008461565545463812,0.5,0.15372517456988796,0.42474865973988674,0.004920735744202176,0.15372517456988796,0.6314315344184277,0.06596334182175687,0.5,0.15372517456988796,0.5344386177491149,0.0072000722403355154,0.15372517456988796,0.6264700504287612,0.038308737060382,0.15372517456988796,0.5596229366957987,0.3332157747243918,0.15372517456988796,0.6145164701168546,0.03973207617691331,0.15372517456988796,0.5040733761819802,0.028056229783844477,0.15372517456988796,0.0648443571114521,0.012298695965211085,0.15372517456988796,0.22484305602360818,0.011767554763601485,0.5,0.15372517456988796,0.5165418769240149,0.0044768689644377494,0.0,0.5218932958924022,0.1990806335967594 -6469,0.5,0.15372517456988796,0.5976209343369135,0.1840010693669675,0.15372517456988796,0.6347292563381344,0.09844893729816116,0.15372517456988796,0.3239059433790401,0.02135282870219412,0.15372517456988796,0.2488235955667692,0.07299154915809195,0.15372517456988796,0.6458633973869136,0.003105424730531305,0.15372517456988796,0.23231442297281685,0.01159396713641515,0.15372517456988796,0.0898211289711011,0.008284230530781827,0.15372517456988796,0.08231078525754315,0.010634670015125938,0.5,0.15372517456988796,0.5006321586996747,0.00923165035130305,0.15372517456988796,0.652531354405395,0.09106013933917076,0.5,0.15372517456988796,0.5646495926647215,0.006171768915567831,0.15372517456988796,0.6509479910736643,0.08775371418516638,0.15372517456988796,0.5678620728247395,0.3523091864671687,0.15372517456988796,0.6425539791195973,0.03937184511623014,0.15372517456988796,0.5494234235690256,0.034162209051080965,0.15372517456988796,0.08111518184143116,0.009061604112896134,0.15372517456988796,0.21194557609242826,0.011819634306769848,0.5,0.15372517456988796,0.4744946562814403,0.010114399560084194,0.0,0.5631935432189364,0.21741837339057046 -6470,0.5,0.15372517456988796,0.5888175269041498,0.1808846370195934,0.15372517456988796,0.610433932020406,0.10802473368891488,0.15372517456988796,0.33037426186905006,0.04946539737517141,0.15372517456988796,0.41290498980711265,0.07895962790252141,0.15372517456988796,0.6305409985232631,0.009165830161327566,0.15372517456988796,0.3029880718305041,0.007558892410860793,0.15372517456988796,0.22143960648908398,0.002820579688150397,0.15372517456988796,0.15098564852531524,0.018615928857791657,0.5,0.15372517456988796,0.5392773936366404,0.015289278401762698,0.15372517456988796,0.6217648971390813,0.13560297760273635,0.5,0.15372517456988796,0.586572855479986,0.009677834372539608,0.15372517456988796,0.6245020670166933,0.14561029339626988,0.15372517456988796,0.5333849491273008,0.37542684000569077,0.15372517456988796,0.6252784325968349,0.04292772453475808,0.15372517456988796,0.5516616067919279,0.037180258693514684,0.15372517456988796,0.11972818854755876,0.0049366126355313966,0.15372517456988796,0.2602526244977124,0.010690281712238524,0.5,0.15372517456988796,0.3409493353516784,0.02547391246190049,0.0,0.5338837016722136,0.2350335071544015 -6471,0.5,0.15372517456988796,0.5059965634386261,0.1570469207463951,0.15372517456988796,0.5238283140735944,0.0916702439613003,0.15372517456988796,0.22283193761050013,0.08093925106862937,0.15372517456988796,0.40251743414813934,0.08800375226703701,0.15372517456988796,0.5556660742955462,0.016770074727680637,0.15372517456988796,0.34887034056109467,0.006798560790131693,0.15372517456988796,0.3041478823400589,0.0010350123119931462,0.15372517456988796,0.1948027055514328,0.026505364446958876,0.5,0.15372517456988796,0.4942346038220957,0.02353420819393393,0.15372517456988796,0.5158184296802842,0.19146329907339224,0.5,0.15372517456988796,0.5327710235985486,0.022691356990748326,0.15372517456988796,0.5347116906661973,0.17482851168623603,0.15372517456988796,0.4711832088360899,0.35767300979383176,0.15372517456988796,0.5487747875900315,0.040011518510358106,0.15372517456988796,0.49526038038765374,0.03557696819045408,0.15372517456988796,0.17362986769929845,0.003447700029662732,0.15372517456988796,0.29735606980908535,0.01233409841501716,0.5,0.15372517456988796,0.28289732783089905,0.037567172261916575,0.0,0.41392519413873485,0.2258682193615586 -6472,0.5,0.15372517456988796,0.3724329504162166,0.10553897528429586,0.15372517456988796,0.3998570030963737,0.07053848943259187,0.15372517456988796,0.1321489955093067,0.059185219213034455,0.15372517456988796,0.28490780066705484,0.07803672591321957,0.15372517456988796,0.4285259987319556,0.015496315114494705,0.15372517456988796,0.3217945714299939,0.0077540060477694645,0.15372517456988796,0.32804922960487704,0.0014698520538686396,0.15372517456988796,0.13494702820864293,0.02720268938466118,0.5,0.15372517456988796,0.3708917866916137,0.035581972450964484,0.15372517456988796,0.38239872920296203,0.18789177135958807,0.5,0.15372517456988796,0.3964380609460326,0.043458564091095366,0.15372517456988796,0.40662425769489674,0.16402237383462664,0.15372517456988796,0.37605194985854085,0.2910580740645472,0.15372517456988796,0.42284701610443143,0.030933798294318034,0.15372517456988796,0.39675570623342377,0.024770331056445972,0.15372517456988796,0.19505804883965555,0.0053949134179874245,0.15372517456988796,0.23619911609117838,0.015936251984607647,0.5,0.15372517456988796,0.24527312442350518,0.03691888325426089,0.0,0.31896038706541907,0.19358937257732872 -6473,0.5,0.15372517456988796,0.1288068997387863,0.02736048181361128,0.15372517456988796,0.16330885659351935,0.032200853332819565,0.15372517456988796,0.06776052915821554,0.02137687636627779,0.15372517456988796,0.09120929750376142,0.023346082034466743,0.15372517456988796,0.2908536614094851,0.008659361488252852,0.15372517456988796,0.19090010277929845,0.0061845424985482195,0.15372517456988796,0.24775529788440748,0.0011535618636854227,0.15372517456988796,0.09324501265515373,0.022812878385005703,0.5,0.15372517456988796,0.24246211371864845,0.03848628843686641,0.15372517456988796,0.19428166203161623,0.09853742887485606,0.5,0.15372517456988796,0.24659921501269375,0.0452391949296754,0.15372517456988796,0.26213816825647496,0.0719076207260297,0.15372517456988796,0.18063352385754636,0.15724157395409072,0.15372517456988796,0.25031292588608145,0.01655045643208764,0.15372517456988796,0.16830644889057833,0.00826342947189707,0.15372517456988796,0.11908029997340172,0.007265192237268873,0.15372517456988796,0.13225296705218142,0.013257665116685389,0.5,0.15372517456988796,0.13191155113205644,0.014699118486099522,0.0,0.26408114222473655,0.16096648432674682 -6474,0.5,0.15372517456988796,0.0,0.015400712993335956,0.15372517456988796,0.0,0.008175753480818709,0.15372517456988796,2.7499840261911525e-05,0.0039599831881286995,0.15372517456988796,0.0,0.0064741159595814906,0.15372517456988796,0.0012625326695978824,0.0007647650136205361,0.15372517456988796,0.022898990807605574,0.0009877753697165041,0.15372517456988796,0.0,0.00041191522341082874,0.15372517456988796,0.013982008053498928,0.007486995609919065,0.5,0.15372517456988796,0.012812680294349552,0.03191371531092727,0.15372517456988796,0.0,0.07532609724471367,0.5,0.15372517456988796,0.0,0.032146031483857467,0.15372517456988796,0.0009189095230237041,0.05399555673863823,0.15372517456988796,0.0,0.07458781564036594,0.15372517456988796,0.0,0.003161163529407428,0.15372517456988796,0.0,0.001415567888986201,0.15372517456988796,0.00011111408328969772,0.00697534480485025,0.15372517456988796,0.00013590690004791883,0.011159153010535876,0.5,0.15372517456988796,5.698325942388182e-05,0.018109839317840073,0.0,0.24363238755223754,0.1424402709172501 -6475,0.5,0.15372517456988796,0.0,0.016296046740077064,0.15372517456988796,0.0,0.00357881241482358,0.15372517456988796,0.0,0.0026961269647732006,0.15372517456988796,0.0,0.001646307254252212,0.15372517456988796,0.0,0.00017118378276750863,0.15372517456988796,0.0,0.0004570897442507742,0.15372517456988796,0.0,0.0002386167394270716,0.15372517456988796,0.0,0.0040404276541563654,0.5,0.15372517456988796,0.0,0.027980901191567178,0.15372517456988796,0.0,0.056773306850198796,0.5,0.15372517456988796,0.0,0.025824699470444617,0.15372517456988796,0.0,0.04519643341449348,0.15372517456988796,0.0,0.05488841751765399,0.15372517456988796,0.0,0.0007269452477331065,0.15372517456988796,0.0,0.0005095516653951627,0.15372517456988796,0.0,0.006207636440245377,0.15372517456988796,0.0,0.012077578951367735,0.5,0.15372517456988796,0.0,0.014894577875609568,0.0,0.23731749402818023,0.1461495514617589 -6476,0.5,0.15372517456988796,0.0,0.02094259476359994,0.15372517456988796,0.0,0.0006957121951204285,0.15372517456988796,0.0,0.001579534649422786,0.15372517456988796,0.0,0.0006416760509313231,0.15372517456988796,0.0,2.5267740843025924e-05,0.15372517456988796,0.0,0.00036521080325194096,0.15372517456988796,0.0,0.00021157239275958352,0.15372517456988796,0.0,0.002528857407108135,0.5,0.15372517456988796,0.0,0.02269392036542171,0.15372517456988796,0.0,0.03647682649313072,0.5,0.15372517456988796,0.0,0.011667194490457585,0.15372517456988796,0.0,0.03504833687927139,0.15372517456988796,0.0,0.03957903670333386,0.15372517456988796,0.0,0.0007251348398401856,0.15372517456988796,0.0,0.00022660045715388032,0.15372517456988796,0.0,0.004769274503932837,0.15372517456988796,0.0,0.012438544382475327,0.5,0.15372517456988796,0.0,0.009289822478189883,0.0,0.22818047145547837,0.18270453780063226 -6477,0.5,0.15372517456988796,0.0,0.02636531888567427,0.15372517456988796,0.0,0.0002745050644548268,0.15372517456988796,0.0,0.0011871409085458876,0.15372517456988796,0.0,0.0005065460390031502,0.15372517456988796,0.0,4.067235362004102e-05,0.15372517456988796,0.0,0.00016898495667710576,0.15372517456988796,0.0,0.00022832431263029626,0.15372517456988796,0.0,0.0015039622648788148,0.5,0.15372517456988796,0.0,0.018525465527076485,0.15372517456988796,0.0,0.020885843727793556,0.5,0.15372517456988796,0.0,0.008386442332811788,0.15372517456988796,0.0,0.02680299649779686,0.15372517456988796,0.0,0.0379266015585392,0.15372517456988796,0.0,0.002637471637301789,0.15372517456988796,0.0,0.00037869917433384,0.15372517456988796,0.0,0.0036624085293353787,0.15372517456988796,0.0,0.0109747505658035,0.5,0.15372517456988796,0.0,0.00799032791130288,0.0,0.23885920758791557,0.24649138304492718 -6478,0.5,0.15372517456988796,0.0,0.027506191242932812,0.15372517456988796,0.0,0.0008830573642584912,0.15372517456988796,0.0,0.0007282185556890294,0.15372517456988796,0.0,0.0005517785896944138,0.15372517456988796,0.0,0.00030250876314643087,0.15372517456988796,0.0,5.781461474947841e-05,0.15372517456988796,0.0,0.00023475926393510876,0.15372517456988796,0.0,0.0009981229918215317,0.5,0.15372517456988796,0.0,0.015830180837622,0.15372517456988796,0.0,0.01160908713191559,0.5,0.15372517456988796,0.0,0.008083585933826597,0.15372517456988796,0.0,0.021457134769386307,0.15372517456988796,0.0,0.046273823827875094,0.15372517456988796,0.0,0.008262068063944536,0.15372517456988796,0.0,0.0012493095258315039,0.15372517456988796,0.0,0.0024820751615391755,0.15372517456988796,0.0,0.006298408362280185,0.5,0.15372517456988796,0.0,0.007627485430923808,0.0,0.2579430240269916,0.2879026960506792 -6479,0.5,0.15372517456988796,0.0,0.029314230793224767,0.15372517456988796,0.0,0.004994327767456532,0.15372517456988796,0.0,0.0007582666720185956,0.15372517456988796,0.0,0.0018741653574057165,0.15372517456988796,0.0,0.001386268878725044,0.15372517456988796,0.0,4.5750508090739635e-05,0.15372517456988796,0.0,0.00048496322552651265,0.15372517456988796,0.0,0.0009542322464093039,0.5,0.15372517456988796,0.0,0.013927252847124474,0.15372517456988796,0.0,0.00786886450282307,0.5,0.15372517456988796,0.0,0.008093793045972842,0.15372517456988796,0.0,0.017764249926511055,0.15372517456988796,0.0,0.06634558334858048,0.15372517456988796,0.0,0.017229460132496655,0.15372517456988796,0.0,0.0025883870399923763,0.15372517456988796,0.0,0.002130276867389305,0.15372517456988796,0.0,0.00394381197203673,0.5,0.15372517456988796,0.0,0.006511638661617341,0.0,0.2659931827508377,0.32207542794843225 -6480,0.5,0.15372517456988796,0.0,0.027778842661782956,0.15372517456988796,0.0,0.0075302476018442605,0.15372517456988796,0.0,0.0013288611820385895,0.15372517456988796,0.0,0.0043293087768831355,0.15372517456988796,0.0,0.002200469908986098,0.15372517456988796,0.0,0.00023454200977275104,0.15372517456988796,0.0,0.0008186767498606742,0.15372517456988796,0.0,0.0015056918277186638,0.5,0.15372517456988796,0.0,0.014038059933814288,0.15372517456988796,0.0,0.0060809901408918725,0.5,0.15372517456988796,0.0,0.008228588050432166,0.15372517456988796,0.0,0.017792878058802496,0.15372517456988796,0.0,0.08288787135736089,0.15372517456988796,0.0,0.03209125490110279,0.15372517456988796,0.0,0.00493683902163978,0.15372517456988796,0.0,0.002814608982215302,0.15372517456988796,0.0,0.0034730254936117017,0.5,0.15372517456988796,0.0,0.005310259499091201,0.0,0.24043024095399312,0.38103821855538034 -6481,0.5,0.15372517456988796,0.0,0.027411878435147346,0.15372517456988796,0.0,0.0133408294234799,0.15372517456988796,0.0,0.0014637499335050943,0.15372517456988796,0.0,0.004363039869630341,0.15372517456988796,0.0,0.002265581221924892,0.15372517456988796,0.0,0.002108394991268118,0.15372517456988796,0.0,0.0007359395819601089,0.15372517456988796,0.0,0.0042866918557284165,0.5,0.15372517456988796,0.0,0.017122580435710175,0.15372517456988796,0.0,0.005344250061586382,0.5,0.15372517456988796,0.0,0.007090729435404242,0.15372517456988796,0.0,0.017632261838119074,0.15372517456988796,0.0,0.09868345835534816,0.15372517456988796,0.0,0.043018732000745366,0.15372517456988796,0.0,0.0073442112036956105,0.15372517456988796,0.0,0.0018126477943092075,0.15372517456988796,0.0,0.003494074359017635,0.5,0.15372517456988796,0.0,0.0048024756394906675,0.0,0.20708017199373982,0.3757859315332829 -6482,0.5,0.15372517456988796,0.0,0.02593069734727893,0.15372517456988796,0.0,0.019478189295784463,0.15372517456988796,0.0,0.0008752147971580681,0.15372517456988796,0.0,0.004557138885146231,0.15372517456988796,0.0,0.0024038669204045162,0.15372517456988796,0.0,0.0059282010502461095,0.15372517456988796,0.0,0.0017110103633019725,0.15372517456988796,0.0,0.007005061682830469,0.5,0.15372517456988796,0.0,0.020431732862527273,0.15372517456988796,0.0,0.006654753198944865,0.5,0.15372517456988796,0.0,0.0065498982778443866,0.15372517456988796,0.0,0.019583658622312698,0.15372517456988796,0.0,0.11561007749369806,0.15372517456988796,0.0,0.04777907076618218,0.15372517456988796,0.0,0.006448380330121736,0.15372517456988796,0.0,0.0017665240282032535,0.15372517456988796,0.0,0.003184467600948962,0.5,0.15372517456988796,0.0,0.004677651060858315,0.0,0.20978369544241882,0.35500875154244216 -6483,0.5,0.15372517456988796,0.0,0.02602090366075738,0.15372517456988796,0.0,0.021096170406180472,0.15372517456988796,0.0,0.0007750738445558253,0.15372517456988796,0.0,0.005162368133068813,0.15372517456988796,0.0,0.0024306611774351267,0.15372517456988796,0.0,0.003967642857848285,0.15372517456988796,0.0,0.004512439861776315,0.15372517456988796,0.0,0.0070100859027509435,0.5,0.15372517456988796,0.0,0.017719372371280934,0.15372517456988796,0.0,0.00856814847585947,0.5,0.15372517456988796,0.0,0.008657654455389982,0.15372517456988796,0.0,0.020115717161103372,0.15372517456988796,0.0,0.12535337466880228,0.15372517456988796,0.0,0.04976874448143895,0.15372517456988796,0.0,0.007291657335488485,0.15372517456988796,0.0,0.002585300369016304,0.15372517456988796,0.0,0.0039024755332432385,0.5,0.15372517456988796,0.0,0.00528858375160739,0.0,0.19378669373376528,0.3327873138355682 -6484,0.5,0.15372517456988796,0.0,0.026974967097319336,0.15372517456988796,0.0,0.02452197878243438,0.15372517456988796,0.0,0.0012063338881240788,0.15372517456988796,0.0,0.0060495769284992845,0.15372517456988796,0.0,0.001595470433687726,0.15372517456988796,0.0,0.000875814288204676,0.15372517456988796,0.0,0.0017919420099517282,0.15372517456988796,0.0,0.005579718768708657,0.5,0.15372517456988796,0.0,0.009766258557308501,0.15372517456988796,0.0,0.008950621258709601,0.5,0.15372517456988796,0.0,0.010851062379506572,0.15372517456988796,0.0,0.0215203057228603,0.15372517456988796,0.0,0.14054038572252137,0.15372517456988796,0.0,0.04930097648640959,0.15372517456988796,0.0,0.007459492892890511,0.15372517456988796,0.0,0.0047375400639688816,0.15372517456988796,0.0,0.006580033843246928,0.5,0.15372517456988796,0.0,0.006806519605553913,0.0,0.18111800348335239,0.32410060121943063 -6485,0.5,0.15372517456988796,0.0,0.029013638741619493,0.15372517456988796,0.0,0.027027086049515956,0.15372517456988796,0.0,0.002765949850917437,0.15372517456988796,0.0,0.006967550112362995,0.15372517456988796,0.0,0.0018242064296275136,0.15372517456988796,0.0,0.0008497273727930176,0.15372517456988796,0.0,0.0006156543256585281,0.15372517456988796,0.0,0.004612687009480007,0.5,0.15372517456988796,0.0,0.007878438928397949,0.15372517456988796,0.0,0.008030993497735048,0.5,0.15372517456988796,0.0,0.009229963537314813,0.15372517456988796,0.0,0.01888802238303694,0.15372517456988796,0.0,0.15036675818589554,0.15372517456988796,0.0,0.048326982661132764,0.15372517456988796,0.0,0.005853068463444866,0.15372517456988796,0.0,0.004279989506084225,0.15372517456988796,0.0,0.008261616645228466,0.5,0.15372517456988796,0.0,0.009865752698498239,0.0,0.17619761706619033,0.29875006058479175 -6486,0.5,0.15372517456988796,0.0,0.03049323414014271,0.15372517456988796,0.0,0.029942090118920617,0.15372517456988796,0.0,0.0027357962203345644,0.15372517456988796,0.0,0.009700253414530938,0.15372517456988796,0.0,0.00243193467356162,0.15372517456988796,0.0,0.002660865124587393,0.15372517456988796,0.0,0.00046628510158806705,0.15372517456988796,0.0,0.004598801157381503,0.5,0.15372517456988796,0.0,0.011750483171887547,0.15372517456988796,0.0,0.005320619952923344,0.5,0.15372517456988796,0.0,0.005772770073526922,0.15372517456988796,0.0,0.0160652373154631,0.15372517456988796,0.0,0.15318814103773323,0.15372517456988796,0.0,0.05042358338636768,0.15372517456988796,0.0,0.005772736539716487,0.15372517456988796,0.0,0.002101093149326437,0.15372517456988796,0.0,0.00785162224722146,0.5,0.15372517456988796,0.0,0.01343234105812637,0.0,0.19245957060381783,0.32245918396653156 -6487,0.5,0.15372517456988796,0.006517697449824829,0.03150139141428471,0.15372517456988796,0.000843058059389829,0.033509843573206965,0.15372517456988796,0.00250593941055103,0.002266900329002542,0.15372517456988796,0.009113098673137334,0.011500455736910626,0.15372517456988796,0.0,0.001748735294184304,0.15372517456988796,0.0,0.004678303463101382,0.15372517456988796,0.0,0.0011568840391511538,0.15372517456988796,0.0,0.004558358517349101,0.5,0.15372517456988796,0.0,0.014691380732066743,0.15372517456988796,0.0032564474939018213,0.004598771280289475,0.5,0.15372517456988796,0.00038228505870029045,0.003928922763246126,0.15372517456988796,0.0009443918058714067,0.016819955252066046,0.15372517456988796,0.000359837341153432,0.13137556081860968,0.15372517456988796,0.00010043977502137217,0.04838331200115377,0.15372517456988796,0.0008131144055750798,0.007956486838768496,0.15372517456988796,0.0002801159431126928,0.001690131740450036,0.15372517456988796,0.003435343875508508,0.005728968510520915,0.5,0.15372517456988796,0.006449218701352394,0.009610568831421766,0.0,0.2271028154341752,0.47582565985643843 -6488,0.5,0.15372517456988796,0.14014987672420715,0.03202041041350784,0.15372517456988796,0.11336315690069033,0.03116405082689049,0.15372517456988796,0.08457528395954717,0.0027750755692150545,0.15372517456988796,0.1391590058210841,0.007429106735853931,0.15372517456988796,0.08915399425849055,0.0018167704334819473,0.15372517456988796,0.0639144460263949,0.005768223900812693,0.15372517456988796,0.05823015974229306,0.0025377027734768552,0.15372517456988796,0.07021573710847327,0.007461894162111211,0.5,0.15372517456988796,0.07446631349203899,0.015495760301280493,0.15372517456988796,0.12318168622654074,0.0038994039603837175,0.5,0.15372517456988796,0.10433446634189678,0.003307375000382536,0.15372517456988796,0.10881621246189044,0.01336255015281025,0.15372517456988796,0.10441423061264901,0.10616880808875745,0.15372517456988796,0.09338257374918829,0.04530529931929885,0.15372517456988796,0.10194272757533421,0.006768678736210531,0.15372517456988796,0.08605397658930991,0.001865726426088386,0.15372517456988796,0.1211041601163772,0.002778245360093075,0.5,0.15372517456988796,0.13497891359817835,0.00486350084569376,0.0,0.2791950816465949,0.4177609745168315 -6489,0.5,0.15372517456988796,0.295438354572359,0.04721012815427945,0.15372517456988796,0.2703860283979232,0.03856750273329641,0.15372517456988796,0.19321391671683244,0.0017573807172776232,0.15372517456988796,0.2814616750007808,0.005412605902998674,0.15372517456988796,0.24660422040879043,0.003174711501033936,0.15372517456988796,0.18718329764352268,0.0098433249710272,0.15372517456988796,0.1807014618347016,0.002343911920296623,0.15372517456988796,0.20913750930607483,0.0254891818813559,0.5,0.15372517456988796,0.20519308338731534,0.020819963643337377,0.15372517456988796,0.2822843710590479,0.002150045510232295,0.5,0.15372517456988796,0.2604318652095885,0.008208995280332134,0.15372517456988796,0.26730235255695706,0.012742347245295278,0.15372517456988796,0.2581334598491663,0.10452025053304033,0.15372517456988796,0.24924691504615817,0.052105529903778106,0.15372517456988796,0.24985433418110392,0.005700912959798943,0.15372517456988796,0.21561931869822137,0.0018476306368801296,0.15372517456988796,0.2745251101259176,0.0035194739602109025,0.5,0.15372517456988796,0.2900310315475897,0.004687153775637328,0.0,0.3404020790517261,0.273114799049098 -6490,0.5,0.15372517456988796,0.44403660713911874,0.0718035143664626,0.15372517456988796,0.41676466927231837,0.06717393596151586,0.15372517456988796,0.31381372576387806,0.0017122011974314757,0.15372517456988796,0.4114895339667233,0.008610344920678399,0.15372517456988796,0.39726765480105397,0.007400537708721256,0.15372517456988796,0.3344132096537146,0.03756088602892391,0.15372517456988796,0.32426837821631727,0.006985281007135703,0.15372517456988796,0.37647628163118185,0.07162454105494451,0.5,0.15372517456988796,0.390722474413878,0.03722195121267587,0.15372517456988796,0.4417452877639963,0.006344672158274066,0.5,0.15372517456988796,0.41648660046757263,0.04084034756885208,0.15372517456988796,0.4265397555449021,0.02680601358722529,0.15372517456988796,0.37134440650775075,0.17685315836062532,0.15372517456988796,0.3968076479017605,0.07437860524453069,0.15372517456988796,0.40211023893802544,0.012813273996783631,0.15372517456988796,0.3384306778242248,0.004401624329860032,0.15372517456988796,0.42742000630792965,0.015381937764251704,0.5,0.15372517456988796,0.4449686002690259,0.016533453244826107,0.0,0.387385201516179,0.16470583178306372 -6491,0.5,0.15372517456988796,0.5622387173428054,0.10497891084488922,0.15372517456988796,0.5394029406271114,0.07348021858237265,0.15372517456988796,0.43276209006801225,0.00603507629782968,0.15372517456988796,0.5097009108286137,0.014890915494338871,0.15372517456988796,0.5304332955046372,0.011321081322520618,0.15372517456988796,0.5044181533063983,0.08879708062002135,0.15372517456988796,0.48254731479917856,0.016612880162062162,0.15372517456988796,0.5207131988752485,0.13794282624605486,0.5,0.15372517456988796,0.5311955154876176,0.09320161701963364,0.15372517456988796,0.5682048227000465,0.008681674181889181,0.5,0.15372517456988796,0.5449883798393168,0.08024539068344476,0.15372517456988796,0.5557786577323728,0.030917566049999297,0.15372517456988796,0.4727294187085731,0.27159221641817166,0.15372517456988796,0.5271956514155304,0.0803322796518208,0.15372517456988796,0.5338321710484091,0.02181587330485467,0.15372517456988796,0.4389622205142387,0.013144002530546322,0.15372517456988796,0.5534427849094671,0.03452887841703735,0.5,0.15372517456988796,0.5681932494397085,0.03458243249289988,0.0,0.39263633752874794,0.0831951664829268 -6492,0.5,0.15372517456988796,0.6240761808987528,0.10379559754016746,0.15372517456988796,0.6091653546965512,0.1006166869787202,0.15372517456988796,0.500416261718423,0.006332892507298365,0.15372517456988796,0.5568955511735784,0.015871240537673168,0.15372517456988796,0.6108119321935181,0.010460920484596781,0.15372517456988796,0.5995723857855215,0.09165742666304144,0.15372517456988796,0.6025776544760986,0.024499571792649912,0.15372517456988796,0.6039265165310214,0.18260257442306102,0.5,0.15372517456988796,0.6119186237640732,0.15995199763596768,0.15372517456988796,0.6389194625495795,0.008840501397934018,0.5,0.15372517456988796,0.6188071075410913,0.09000904007196832,0.15372517456988796,0.6297435990620304,0.02960189050687323,0.15372517456988796,0.5501768452978444,0.3279415151159022,0.15372517456988796,0.6054217808527338,0.06322649825365279,0.15372517456988796,0.6112611867254525,0.020379867582214842,0.15372517456988796,0.5078982335324491,0.01996284533322421,0.15372517456988796,0.6169483607725658,0.05016199811830188,0.5,0.15372517456988796,0.6371626672615831,0.05702241445810537,0.0,0.34833505840251594,0.03747096885427801 -6493,0.5,0.15372517456988796,0.6371966830012693,0.10531905568321343,0.15372517456988796,0.6304378151071153,0.08963652552426304,0.15372517456988796,0.5220032289491003,0.004812205380041456,0.15372517456988796,0.5591706177355039,0.01902630899326161,0.15372517456988796,0.6392967012958995,0.006178949023231616,0.15372517456988796,0.6303598778013425,0.06510350433281932,0.15372517456988796,0.6383683108910201,0.028499197103551584,0.15372517456988796,0.6341980411953485,0.2103338005212591,0.5,0.15372517456988796,0.6413485465926648,0.17535989049527717,0.15372517456988796,0.6587259040646126,0.007847268721708787,0.5,0.15372517456988796,0.6418827423325666,0.08761313477577158,0.15372517456988796,0.6524178506300523,0.026961698630728267,0.15372517456988796,0.5763759577545988,0.3131246837572306,0.15372517456988796,0.6325414030841479,0.043099708839228174,0.15372517456988796,0.6376553349513661,0.010215072912025594,0.15372517456988796,0.5810438239761885,0.02989177418488776,0.15372517456988796,0.6346892036659969,0.056572620290283884,0.5,0.15372517456988796,0.6490519395653056,0.07566188175713642,0.0,0.2949418914203504,0.025849947042538842 -6494,0.5,0.15372517456988796,0.6012343248282702,0.09035498340842246,0.15372517456988796,0.6056733557525761,0.06656032944252452,0.15372517456988796,0.5303276114881453,0.006331902671057404,0.15372517456988796,0.5404142640674896,0.02018443688900587,0.15372517456988796,0.62221558356999,0.005096104472120945,0.15372517456988796,0.6160377029464215,0.06261897022204274,0.15372517456988796,0.6207751381655997,0.01966082861420211,0.15372517456988796,0.620227477937249,0.21809679641589091,0.5,0.15372517456988796,0.6255725679513657,0.16935567589135253,0.15372517456988796,0.6301210790117634,0.009941081104998611,0.5,0.15372517456988796,0.6199814938762684,0.08746742824504605,0.15372517456988796,0.6287501561025564,0.027351529024446094,0.15372517456988796,0.5702983259210865,0.26791105115833064,0.15372517456988796,0.6143627086785114,0.03242625736915006,0.15372517456988796,0.6180249874081192,0.004191406557320263,0.15372517456988796,0.5890169591563859,0.041352323957031735,0.15372517456988796,0.6061306039874017,0.06037983083533921,0.5,0.15372517456988796,0.6139282254601658,0.07920046529052639,0.0,0.2351779895952813,0.026113543855554675 -6495,0.5,0.15372517456988796,0.5056958785010033,0.06972329375295808,0.15372517456988796,0.5215643275780466,0.06351773156720276,0.15372517456988796,0.47931419392038177,0.011972052698181076,0.15372517456988796,0.4709982471486316,0.01990067941540679,0.15372517456988796,0.5467096618364575,0.00729874480374646,0.15372517456988796,0.5457943434369272,0.07393057218450899,0.15372517456988796,0.5428749666082969,0.015651114546465606,0.15372517456988796,0.5493461335943101,0.2124714798891027,0.5,0.15372517456988796,0.5529507147786417,0.15825130003696175,0.15372517456988796,0.5421382491327065,0.013422485051063181,0.5,0.15372517456988796,0.5400171531043355,0.08688817262492861,0.15372517456988796,0.5476129604884346,0.02739547915545426,0.15372517456988796,0.5134922775906224,0.22657288085267693,0.15372517456988796,0.5373510837022675,0.025301289025508798,0.15372517456988796,0.5357586359267008,0.003867132005735037,0.15372517456988796,0.5259294763399737,0.04050616994178515,0.15372517456988796,0.5205404808377525,0.060594221745013346,0.5,0.15372517456988796,0.5213292092304783,0.07503615098879664,0.0,0.17592556742425067,0.030983901819709513 -6496,0.5,0.15372517456988796,0.3738792962105351,0.04377475369870586,0.15372517456988796,0.39556151532776795,0.052056736352377536,0.15372517456988796,0.3716496472707642,0.011592641111778186,0.15372517456988796,0.34848323193704805,0.016475319184923905,0.15372517456988796,0.42118197816307057,0.01802140117286617,0.15372517456988796,0.4235484334193381,0.10515259890898512,0.15372517456988796,0.41636384594221554,0.024546502454076146,0.15372517456988796,0.42617945394635415,0.17498012841202115,0.5,0.15372517456988796,0.4269090013175073,0.1342732379187804,0.15372517456988796,0.4030646996599343,0.014862077295881095,0.5,0.15372517456988796,0.407673633697797,0.0768653394625762,0.15372517456988796,0.41403456825850404,0.02323292853823284,0.15372517456988796,0.3951241666863569,0.17013125281576416,0.15372517456988796,0.41225605769762114,0.015885250000647153,0.15372517456988796,0.4055357134411822,0.003986363439192229,0.15372517456988796,0.39787019615787633,0.031016034909742637,0.15372517456988796,0.3878176598128238,0.054781052334000546,0.5,0.15372517456988796,0.3823651529214635,0.05890238488457111,0.0,0.1459298351129721,0.03033700207571248 -6497,0.5,0.15372517456988796,0.12120173119692115,0.012844767267229183,0.15372517456988796,0.1566265205242445,0.009631923594627306,0.15372517456988796,0.13750157630758136,0.0016143548887760748,0.15372517456988796,0.10875719421019445,0.0041008351288339155,0.15372517456988796,0.2502295077477821,0.028953077104806345,0.15372517456988796,0.2873763672551322,0.08838577841028775,0.15372517456988796,0.24518127237289675,0.027571720164865317,0.15372517456988796,0.2873126286676123,0.06456258807835218,0.5,0.15372517456988796,0.284522999052856,0.06262106320505424,0.15372517456988796,0.1643572139027723,0.004219389272845773,0.5,0.15372517456988796,0.24676306475902376,0.02741048024434086,0.15372517456988796,0.24787186083923826,0.008052110312944847,0.15372517456988796,0.1728214493616656,0.07426138761779072,0.15372517456988796,0.1987868698812475,0.0043248452992902765,0.15372517456988796,0.15684885503762044,0.0012184768387450368,0.15372517456988796,0.19220124837984787,0.00896834445318438,0.15372517456988796,0.15187071982341732,0.018670048755259665,0.5,0.15372517456988796,0.13279963239286655,0.01708583960339171,0.0,0.11058975942690541,0.015911645402828117 -6498,0.5,0.15372517456988796,0.0,0.013333514822245499,0.15372517456988796,0.0,0.003470093927613518,0.15372517456988796,0.0,0.0014606950064807115,0.15372517456988796,0.0,0.003906595324561455,0.15372517456988796,0.0,0.04165621733740517,0.15372517456988796,0.009032925470206713,0.09628352003472801,0.15372517456988796,0.0,0.04975443798941708,0.15372517456988796,0.010005252260290122,0.05623578893451249,0.5,0.15372517456988796,0.00877306195897598,0.03986065160340666,0.15372517456988796,0.0,0.004222210364799985,0.5,0.15372517456988796,0.0,0.029445256350952024,0.15372517456988796,0.0,0.01400098467857873,0.15372517456988796,0.0,0.03397383152250164,0.15372517456988796,0.0,0.0014135232455371872,0.15372517456988796,0.0,0.0029601206857644835,0.15372517456988796,0.0,0.009975817188743972,0.15372517456988796,0.0,0.01848849879921617,0.5,0.15372517456988796,0.0,0.015374286275493414,0.0,0.09103815307331647,0.0046942976459649136 -6499,0.5,0.15372517456988796,0.0,0.012540195488195363,0.15372517456988796,0.0,0.00020058269717238884,0.15372517456988796,0.0,0.005365810667268588,0.15372517456988796,0.0,0.0030436092448519183,0.15372517456988796,0.0,0.054232208683731374,0.15372517456988796,0.0,0.128510263443193,0.15372517456988796,0.0,0.06533010647709173,0.15372517456988796,0.0,0.059058530279835375,0.5,0.15372517456988796,0.0,0.03486544986022055,0.15372517456988796,0.0,0.004649619309376757,0.5,0.15372517456988796,0.0,0.026532393600301917,0.15372517456988796,0.0,0.017500738219851084,0.15372517456988796,0.0,0.01797270092122363,0.15372517456988796,0.0,0.004930887051819324,0.15372517456988796,0.0,0.006700134359067506,0.15372517456988796,0.0,0.013466641465333364,0.15372517456988796,0.0,0.015729800431058177,0.5,0.15372517456988796,0.0,0.00897561750124538,0.0,0.09747380030105086,0.0001933937811294774 -6500,0.5,0.15372517456988796,0.0,0.011554275110226813,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.008274391572707377,0.15372517456988796,0.0,0.0030184194188931338,0.15372517456988796,0.0,0.07279253207217179,0.15372517456988796,0.0,0.12903651734887084,0.15372517456988796,0.0,0.06998270188873479,0.15372517456988796,0.0,0.05643509621094019,0.5,0.15372517456988796,0.0,0.024459706890740455,0.15372517456988796,0.0,0.006111268298805198,0.5,0.15372517456988796,0.0,0.02516853642300293,0.15372517456988796,0.0,0.02105017058565606,0.15372517456988796,0.0,0.01053681170556094,0.15372517456988796,0.0,0.009290020973912199,0.15372517456988796,0.0,0.008814680786568031,0.15372517456988796,0.0,0.014912237941692948,0.15372517456988796,0.0,0.012289052430820995,0.5,0.15372517456988796,0.0,0.007044390015071976,0.0,0.0976197719966293,0.000258796569935878 -6501,0.5,0.15372517456988796,0.0,0.009391189484395646,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.00977892716321489,0.15372517456988796,0.0,0.004576517081674082,0.15372517456988796,0.0,0.08814380886103582,0.15372517456988796,0.0,0.11396545168491976,0.15372517456988796,0.0,0.07091297366153902,0.15372517456988796,0.0,0.05209714963777033,0.5,0.15372517456988796,0.0,0.01644258767652791,0.15372517456988796,0.0,0.007297292578184245,0.5,0.15372517456988796,0.0,0.02174604769541375,0.15372517456988796,0.0,0.024876431480052197,0.15372517456988796,0.0,0.007468300313138811,0.15372517456988796,0.0,0.016267239495128052,0.15372517456988796,0.0,0.010807612959095735,0.15372517456988796,0.0,0.018056217221913317,0.15372517456988796,0.0,0.011619469054753521,0.5,0.15372517456988796,0.0,0.005739525517764142,0.0,0.08775685418261428,0.0005099395858986875 -6502,0.5,0.15372517456988796,0.0,0.00818215876718715,0.15372517456988796,0.0,0.0002967612332066661,0.15372517456988796,0.0,0.010915867555249367,0.15372517456988796,0.0,0.008705329051253492,0.15372517456988796,0.0,0.08809739987608599,0.15372517456988796,0.0,0.09756335494409044,0.15372517456988796,0.0,0.06823229663589017,0.15372517456988796,0.0,0.05029718869759745,0.5,0.15372517456988796,0.0,0.010855573723674055,0.15372517456988796,0.0,0.010337419550645325,0.5,0.15372517456988796,0.0,0.017853186910126998,0.15372517456988796,0.0,0.029184898344225895,0.15372517456988796,0.0,0.006399634990940296,0.15372517456988796,0.0,0.023529995466649543,0.15372517456988796,0.0,0.014092345373826486,0.15372517456988796,0.0,0.01931215090494024,0.15372517456988796,0.0,0.011959991688999664,0.5,0.15372517456988796,0.0,0.004484801486965881,0.0,0.07359071615239786,0.0018464897311731285 -6503,0.5,0.15372517456988796,0.0,0.008332016408182817,0.15372517456988796,0.0,0.0008513885304659554,0.15372517456988796,0.0,0.011409548387434302,0.15372517456988796,0.0,0.012744031246783713,0.15372517456988796,0.0,0.08420242281092247,0.15372517456988796,0.0,0.08684462547818675,0.15372517456988796,0.0,0.06450758549204333,0.15372517456988796,0.0,0.051107075727701554,0.5,0.15372517456988796,0.0,0.010852678383320507,0.15372517456988796,0.0,0.009712648871015856,0.5,0.15372517456988796,0.0,0.018684255230673,0.15372517456988796,0.0,0.03198763341273843,0.15372517456988796,0.0,0.0057192514596683145,0.15372517456988796,0.0,0.027935673755307887,0.15372517456988796,0.0,0.016899566807374186,0.15372517456988796,0.0,0.019385155840299432,0.15372517456988796,0.0,0.01242024273572227,0.5,0.15372517456988796,0.0,0.003718943981320235,0.0,0.06170335342008415,0.008540173038253976 -6504,0.5,0.15372517456988796,0.0,0.00820836824115479,0.15372517456988796,0.0,0.004198286122982611,0.15372517456988796,0.0,0.00934128820636003,0.15372517456988796,0.0,0.013432392244987216,0.15372517456988796,0.0,0.08542130866301235,0.15372517456988796,0.0,0.08211839619198591,0.15372517456988796,0.0,0.06102781789931073,0.15372517456988796,0.0,0.05430197149956313,0.5,0.15372517456988796,0.0,0.010604765492100028,0.15372517456988796,0.0,0.009586318145708109,0.5,0.15372517456988796,0.0,0.017873137956925016,0.15372517456988796,0.0,0.03166206542583236,0.15372517456988796,0.0,0.006062649637871016,0.15372517456988796,0.0,0.03255082498323672,0.15372517456988796,0.0,0.01872592527627577,0.15372517456988796,0.0,0.019938860019525502,0.15372517456988796,0.0,0.01315007040613636,0.5,0.15372517456988796,0.0,0.0034008050584184634,0.0,0.0539920638216215,0.02226367214047379 -6505,0.5,0.15372517456988796,0.0,0.007302865539104964,0.15372517456988796,0.0,0.008245935130519398,0.15372517456988796,0.0,0.008313236217253678,0.15372517456988796,0.0,0.012360391084290313,0.15372517456988796,0.0,0.08690041289296786,0.15372517456988796,0.0,0.07302185789051788,0.15372517456988796,0.0,0.06111397998888248,0.15372517456988796,0.0,0.04781624791736877,0.5,0.15372517456988796,0.0,0.01124364669427999,0.15372517456988796,0.0,0.01013649009742351,0.5,0.15372517456988796,0.0,0.015189896915193091,0.15372517456988796,0.0,0.03381716869421969,0.15372517456988796,0.0,0.00682018224731531,0.15372517456988796,0.0,0.04218510368903708,0.15372517456988796,0.0,0.02048283175587612,0.15372517456988796,0.0,0.018823587681188674,0.15372517456988796,0.0,0.013575478355317402,0.5,0.15372517456988796,0.0,0.0038031159735600084,0.0,0.047179426493506926,0.04398084330752605 -6506,0.5,0.15372517456988796,0.0,0.007231799503165073,0.15372517456988796,0.0,0.00857723507805003,0.15372517456988796,0.0,0.007256358832573524,0.15372517456988796,0.0,0.01152267725831807,0.15372517456988796,0.0,0.08504701833421525,0.15372517456988796,0.0,0.06363646959428068,0.15372517456988796,0.0,0.06218009050229798,0.15372517456988796,0.0,0.049847911035873556,0.5,0.15372517456988796,0.0,0.010754096881196685,0.15372517456988796,0.0,0.00969372389954352,0.5,0.15372517456988796,0.0,0.012126956204471843,0.15372517456988796,0.0,0.03609819712734006,0.15372517456988796,0.0,0.009121166573734194,0.15372517456988796,0.0,0.0529348789446589,0.15372517456988796,0.0,0.022526669391121343,0.15372517456988796,0.0,0.017531734519700883,0.15372517456988796,0.0,0.014202911702720977,0.5,0.15372517456988796,0.0,0.00460031037459826,0.0,0.0424176500969056,0.07101881623880173 -6507,0.5,0.15372517456988796,0.0,0.007903909138574057,0.15372517456988796,0.0,0.013460486009039176,0.15372517456988796,0.0,0.0068364064467408125,0.15372517456988796,0.0,0.012410263624944635,0.15372517456988796,0.0,0.08322925758087661,0.15372517456988796,0.0,0.055094336558581855,0.15372517456988796,0.0,0.06707176201392116,0.15372517456988796,0.0,0.05547444440875683,0.5,0.15372517456988796,0.0,0.010558143841335424,0.15372517456988796,0.0,0.011632001340140054,0.5,0.15372517456988796,0.0,0.00930173453992071,0.15372517456988796,0.0,0.03488862082665592,0.15372517456988796,0.0,0.009483180998996667,0.15372517456988796,0.0,0.06479216516359904,0.15372517456988796,0.0,0.024436186570535208,0.15372517456988796,0.0,0.018616072260923783,0.15372517456988796,0.0,0.014603779776277904,0.5,0.15372517456988796,0.0,0.005515449721435581,0.0,0.0396553135044906,0.10190411451732675 -6508,0.5,0.15372517456988796,0.0,0.007106163376768141,0.15372517456988796,0.0,0.013813376607292021,0.15372517456988796,0.0,0.006010951443737572,0.15372517456988796,0.0,0.01232559998927992,0.15372517456988796,0.0,0.07993496580756133,0.15372517456988796,0.0,0.04992327199571113,0.15372517456988796,0.0,0.07071975263942502,0.15372517456988796,0.0,0.05611557116830899,0.5,0.15372517456988796,0.0,0.011991166556163012,0.15372517456988796,0.0,0.011282620014954694,0.5,0.15372517456988796,0.0,0.008589328086173275,0.15372517456988796,0.0,0.03862119689578334,0.15372517456988796,0.0,0.010631433034717662,0.15372517456988796,0.0,0.0761546069519787,0.15372517456988796,0.0,0.029621311811584033,0.15372517456988796,0.0,0.023400696195311998,0.15372517456988796,0.0,0.01409998059307671,0.5,0.15372517456988796,0.0,0.005858303990280592,0.0,0.03020791695636142,0.13083160659613574 -6509,0.5,0.15372517456988796,0.0,0.007116959557355971,0.15372517456988796,0.0,0.02181060319710446,0.15372517456988796,0.0,0.006354938679881431,0.15372517456988796,0.0,0.012485963319563231,0.15372517456988796,0.0,0.07506401476713233,0.15372517456988796,0.0,0.04705181070793235,0.15372517456988796,0.0,0.07253850195885994,0.15372517456988796,0.0,0.053941442679850765,0.5,0.15372517456988796,0.0,0.012019970460991212,0.15372517456988796,0.0,0.012149459228999241,0.5,0.15372517456988796,0.0,0.00904895782273964,0.15372517456988796,0.0,0.03956034710589993,0.15372517456988796,0.0,0.013151343415743161,0.15372517456988796,0.0,0.0898839046296709,0.15372517456988796,0.0,0.03713363088403682,0.15372517456988796,0.0,0.02402778932816649,0.15372517456988796,0.0,0.015245374241795394,0.5,0.15372517456988796,0.0,0.004840458213199398,0.0,0.02576597990374007,0.15798272261842516 -6510,0.5,0.15372517456988796,0.0,0.0073576371659202,0.15372517456988796,0.0,0.033937823530998605,0.15372517456988796,0.0,0.007872622642837421,0.15372517456988796,0.0,0.013087672350224452,0.15372517456988796,0.0,0.07085255462125725,0.15372517456988796,0.0,0.04751584721647191,0.15372517456988796,0.0,0.07182642200991611,0.15372517456988796,0.0,0.04632461429996464,0.5,0.15372517456988796,0.0,0.010925711094770533,0.15372517456988796,0.0,0.01533965617439573,0.5,0.15372517456988796,0.0,0.008097021759321256,0.15372517456988796,0.0,0.03845635023394396,0.15372517456988796,0.0,0.017473270087149023,0.15372517456988796,0.0,0.09980782618536532,0.15372517456988796,0.0,0.04196184788000988,0.15372517456988796,0.0,0.025493189810673042,0.15372517456988796,0.0,0.01619577589538985,0.5,0.15372517456988796,0.0,0.0052818108848685565,0.0,0.02678609039009807,0.17626346372642512 -6511,0.5,0.15372517456988796,0.005445103040953856,0.007906816320624002,0.15372517456988796,0.0001420065675858004,0.04554429626133654,0.15372517456988796,0.0030523758782878964,0.008848855829131514,0.15372517456988796,0.007663313366064843,0.012828671905351698,0.15372517456988796,0.0,0.06427519372598164,0.15372517456988796,0.0,0.04445655055568028,0.15372517456988796,0.0,0.06829539820491487,0.15372517456988796,0.0,0.04566217425166133,0.5,0.15372517456988796,0.0,0.011019577143508623,0.15372517456988796,0.0026413877158714028,0.012973598291700729,0.5,0.15372517456988796,9.882884649534121e-05,0.007738406439527212,0.15372517456988796,0.0005005028065484396,0.0380567104682506,0.15372517456988796,0.00014810570098852514,0.022017503348979724,0.15372517456988796,3.846029051349686e-05,0.1012918848434759,0.15372517456988796,0.00037400552712600214,0.044734257607527896,0.15372517456988796,7.286913706630005e-05,0.025743401624395985,0.15372517456988796,0.002824419217886807,0.015631976951826738,0.5,0.15372517456988796,0.006011556355018422,0.006745829574982425,0.0,0.02112818571388383,0.19836030818466652 -6512,0.5,0.15372517456988796,0.13459583321577878,0.007947862147953282,0.15372517456988796,0.10666441739201779,0.030757707363820993,0.15372517456988796,0.12162104719381892,0.00813106823778255,0.15372517456988796,0.14322617811247323,0.010386235533930923,0.15372517456988796,0.08369521811161595,0.04863840645374591,0.15372517456988796,0.07345902777399202,0.035634504896222816,0.15372517456988796,0.08771922297712181,0.04709105252923797,0.15372517456988796,0.07861039201830826,0.03574361586664247,0.5,0.15372517456988796,0.08509816257233702,0.00906296016617069,0.15372517456988796,0.12010534199393155,0.009299008720050926,0.5,0.15372517456988796,0.09652314953629218,0.008086541471679937,0.15372517456988796,0.0889530551006345,0.029882680509492988,0.15372517456988796,0.09953696743508136,0.02416683881828003,0.15372517456988796,0.08792754034674946,0.08829236929831955,0.15372517456988796,0.10338465274141298,0.04114495828898692,0.15372517456988796,0.10101546482182268,0.0225420486996643,0.15372517456988796,0.11697466065016729,0.012937592917964143,0.5,0.15372517456988796,0.13647688241551592,0.0049699063307260686,0.0,0.016294286563592903,0.21451418705567737 -6513,0.5,0.15372517456988796,0.28838598036767377,0.00960614349010633,0.15372517456988796,0.2626046142665084,0.0396449102889803,0.15372517456988796,0.27646874326596926,0.010938203025217716,0.15372517456988796,0.2969002044091969,0.010321197116308129,0.15372517456988796,0.23740460529487822,0.04226893296318803,0.15372517456988796,0.21956601007707655,0.0338760523854838,0.15372517456988796,0.24150707099927604,0.04219111645098417,0.15372517456988796,0.22387437564157142,0.03274643307349853,0.5,0.15372517456988796,0.23688860402011255,0.010695872277372577,0.15372517456988796,0.27941886601809257,0.005895265573636934,0.5,0.15372517456988796,0.24417571942561728,0.007844614259355311,0.15372517456988796,0.2215386170331205,0.025445340691259036,0.15372517456988796,0.25519623473949354,0.03274377975553739,0.15372517456988796,0.24226008779660554,0.09576992190759268,0.15372517456988796,0.25815827509001166,0.04724490063834098,0.15372517456988796,0.25673078029543106,0.02539056644799753,0.15372517456988796,0.2701385408277721,0.01602312782630763,0.5,0.15372517456988796,0.2946648661903931,0.00406147572118323,0.0,0.010325111648108488,0.22181919351105692 -6514,0.5,0.15372517456988796,0.43512233318498994,0.020787609872787105,0.15372517456988796,0.40844173244491133,0.09280017529565712,0.15372517456988796,0.4272710049790127,0.02746257043953217,0.15372517456988796,0.4454038273032497,0.01785270690820821,0.15372517456988796,0.3839683438999069,0.07295742788497961,0.15372517456988796,0.3525848494937932,0.06819345857916201,0.15372517456988796,0.3871235759954456,0.06782072968990462,0.15372517456988796,0.36015557341086857,0.04930982356600304,0.5,0.15372517456988796,0.3836074217287554,0.035132395861068186,0.15372517456988796,0.4376939430861857,0.006946458547053697,0.5,0.15372517456988796,0.3777397317261637,0.015780262358213268,0.15372517456988796,0.34925412502623293,0.029088932998403795,0.15372517456988796,0.40126434999536287,0.05081056356200516,0.15372517456988796,0.38837409883342067,0.13708223652428803,0.15372517456988796,0.40608685156089797,0.08550105460521348,0.15372517456988796,0.4073814050528637,0.06167884814378567,0.15372517456988796,0.42364177100199085,0.03470757567167783,0.5,0.15372517456988796,0.45111705852648154,0.005802436091036571,0.0,0.006444513220655848,0.22985196028510213 -6515,0.5,0.15372517456988796,0.5519059509767967,0.030234987598551033,0.15372517456988796,0.5316994836303913,0.1167922100455587,0.15372517456988796,0.5488248122616035,0.044118277737141366,0.15372517456988796,0.5584199762892686,0.02710824337237481,0.15372517456988796,0.5103254053897874,0.06743238098207645,0.15372517456988796,0.46653470729052177,0.07217175122698796,0.15372517456988796,0.5116711033310944,0.09954147448836982,0.15372517456988796,0.48030496452862304,0.07164381367519684,0.5,0.15372517456988796,0.504249087274095,0.08203515393653074,0.15372517456988796,0.562164975200797,0.014664736513914076,0.5,0.15372517456988796,0.46526664536242146,0.021659696482486675,0.15372517456988796,0.4561503748781931,0.036821878538183694,0.15372517456988796,0.5286922107305776,0.08032640776129839,0.15372517456988796,0.515910542134635,0.13686916223980894,0.15372517456988796,0.5306295417468735,0.09708690431928878,0.15372517456988796,0.5330565491240151,0.124599819930795,0.15372517456988796,0.5459465565697852,0.05396631629011639,0.5,0.15372517456988796,0.5706957299333095,0.00936568465331624,0.0,0.004855257534859878,0.2337891303209988 -6516,0.5,0.15372517456988796,0.6128779325907011,0.03772481856045587,0.15372517456988796,0.6002876978232438,0.14897292022812006,0.15372517456988796,0.6153340585026988,0.060688819594415765,0.15372517456988796,0.616368207949604,0.03143598037084309,0.15372517456988796,0.5834947096846873,0.059829181614314025,0.15372517456988796,0.5375501245101516,0.06025370146007371,0.15372517456988796,0.586411463042722,0.11475865973288572,0.15372517456988796,0.5500161073819031,0.0877298804079503,0.5,0.15372517456988796,0.5771440426527944,0.12651513055659278,0.15372517456988796,0.6305477547903698,0.024403244063046482,0.5,0.15372517456988796,0.5071917788266331,0.028846960458545963,0.15372517456988796,0.5320110388353159,0.04151623142948104,0.15372517456988796,0.6024702278488587,0.10617425051957169,0.15372517456988796,0.5880131590050044,0.13584619524093222,0.15372517456988796,0.6008286543569483,0.11410824252580698,0.15372517456988796,0.6061821902522361,0.19116994714064708,0.15372517456988796,0.6068579546875472,0.0628615739608177,0.5,0.15372517456988796,0.6336123816397142,0.009217409054966012,0.0,0.0035657840983261218,0.22823376476205173 -6517,0.5,0.15372517456988796,0.6256434609912455,0.04719435449544051,0.15372517456988796,0.6181394209661648,0.18927476817083308,0.15372517456988796,0.6319477840096794,0.06397721114570461,0.15372517456988796,0.6274160309336907,0.03340362790440129,0.15372517456988796,0.6061774528838827,0.04420575244648086,0.15372517456988796,0.5630258520564777,0.04928500569623509,0.15372517456988796,0.6086904857694188,0.10265692479229836,0.15372517456988796,0.5806984228563585,0.08552420044753944,0.5,0.15372517456988796,0.6041789921842375,0.1464731894385141,0.15372517456988796,0.6501591039683808,0.022237313461690195,0.5,0.15372517456988796,0.5122125160421352,0.040904394256199066,0.15372517456988796,0.5742862361134842,0.06391645221877927,0.15372517456988796,0.6230786962445899,0.12586832608164022,0.15372517456988796,0.6084521446146451,0.13631199615354592,0.15372517456988796,0.6215826685751691,0.118951347377921,0.15372517456988796,0.6294592293314418,0.2207293969569606,0.15372517456988796,0.6157795962250596,0.06966661199911257,0.5,0.15372517456988796,0.6473734299912803,0.0101812353174726,0.0,0.0005099539791490755,0.22893360021795126 -6518,0.5,0.15372517456988796,0.5894937637949788,0.056628246692590194,0.15372517456988796,0.5898156634898584,0.21934868862437684,0.15372517456988796,0.600961612860467,0.06962604712203299,0.15372517456988796,0.5892114577751132,0.03675256036547595,0.15372517456988796,0.5833100638905373,0.03575911142140341,0.15372517456988796,0.5397844041291637,0.043424440141420086,0.15372517456988796,0.5878609038109693,0.09593706089576265,0.15372517456988796,0.572101756847857,0.08219868065832604,0.5,0.15372517456988796,0.5772604582642824,0.16012669946509375,0.15372517456988796,0.6244610184643453,0.01554041445758268,0.5,0.15372517456988796,0.4600813223461345,0.04718882068395388,0.15372517456988796,0.5535753391124675,0.08037007724745054,0.15372517456988796,0.5951037905855118,0.14063266528424018,0.15372517456988796,0.5825918764569251,0.13524080982275774,0.15372517456988796,0.596383261117474,0.12638646168567655,0.15372517456988796,0.6067848654303056,0.2144306688214532,0.15372517456988796,0.5737014308624441,0.06859834435416877,0.5,0.15372517456988796,0.6120829864906856,0.009724434041109951,0.0,0.0008504837440729456,0.24204314327902476 -6519,0.5,0.15372517456988796,0.49362709708144303,0.06814156205323434,0.15372517456988796,0.5034698731897592,0.23052566275027006,0.15372517456988796,0.5109567721870623,0.0741704488358208,0.15372517456988796,0.4919449763234952,0.040365310291344436,0.15372517456988796,0.49520719986474926,0.035273127866763454,0.15372517456988796,0.452749052094943,0.03935593702356488,0.15372517456988796,0.5123899854305994,0.08793888331647576,0.15372517456988796,0.4848977736926138,0.06998815418797566,0.5,0.15372517456988796,0.4853200699146828,0.18486951689900397,0.15372517456988796,0.5371098865099094,0.012972048159233883,0.5,0.15372517456988796,0.37894671623187415,0.06699193395639554,0.15372517456988796,0.4729999707348936,0.074652026758822,0.15372517456988796,0.5107940445488303,0.14808189996466709,0.15372517456988796,0.4968737750224438,0.1250914706086463,0.15372517456988796,0.5123042156181262,0.12631703415934692,0.15372517456988796,0.5263799416858277,0.2058303557081411,0.15372517456988796,0.48198876166196225,0.0676361189840516,0.5,0.15372517456988796,0.5182399136493148,0.009664875872575352,0.0,0.0014449634056112979,0.25510036684201026 -6520,0.5,0.15372517456988796,0.36401558689437497,0.06908822168633351,0.15372517456988796,0.37462922709596097,0.20324327501792086,0.15372517456988796,0.3777623748843442,0.05994891379535622,0.15372517456988796,0.3581462760020644,0.03637162266455378,0.15372517456988796,0.3503106327242125,0.031211473724633385,0.15372517456988796,0.30333466786753693,0.02802179468489416,0.15372517456988796,0.38402371325646767,0.061572767164840864,0.15372517456988796,0.33316515461557433,0.0511019507994535,0.5,0.15372517456988796,0.35362833260228704,0.1686615737765942,0.15372517456988796,0.39345062006414755,0.005549790750152576,0.5,0.15372517456988796,0.27556131340557116,0.06321725517930236,0.15372517456988796,0.332587145701959,0.03686084023510095,0.15372517456988796,0.3819345661953749,0.13856960596758439,0.15372517456988796,0.35778713680937846,0.10709847884220625,0.15372517456988796,0.3834200820852876,0.10552496745593229,0.15372517456988796,0.39683475581407945,0.14895248935718886,0.15372517456988796,0.3508008324228314,0.05081905155495656,0.5,0.15372517456988796,0.3779201945301249,0.007151938661424045,0.0,0.0018543470740569079,0.2498343054568617 -6521,0.5,0.15372517456988796,0.11366882456717792,0.033857023488011104,0.15372517456988796,0.15210714844111464,0.08150700060308319,0.15372517456988796,0.12717184590356956,0.021403775627513347,0.15372517456988796,0.09879690955707983,0.02217161160479739,0.15372517456988796,0.17533041128893037,0.01074356560897466,0.15372517456988796,0.14880868567869768,0.008772692985431697,0.15372517456988796,0.19419716384559293,0.012799672750831118,0.15372517456988796,0.17553038797528586,0.02134700648459347,0.5,0.15372517456988796,0.20672539408914958,0.05818358576663475,0.15372517456988796,0.15928848996063508,0.0023906837508816366,0.5,0.15372517456988796,0.1600275525318236,0.019707801902114127,0.15372517456988796,0.1494017766181965,0.012071300157667005,0.15372517456988796,0.17159061978512846,0.07885533368748962,0.15372517456988796,0.18069369182423867,0.04467940829834097,0.15372517456988796,0.15058494918641924,0.0362458174221669,0.15372517456988796,0.16069306133633748,0.05205124216127169,0.15372517456988796,0.1395791033530146,0.018767716540626967,0.5,0.15372517456988796,0.12466961822811051,0.0032595899771715956,0.0,0.0009947598029655612,0.22872994401921898 -6522,0.5,0.15372517456988796,0.0,0.04775602696198014,0.15372517456988796,0.0,0.08610901937071253,0.15372517456988796,0.0,0.029426197661133323,0.15372517456988796,0.0,0.03577271050286878,0.15372517456988796,0.0,0.004595751791531466,0.15372517456988796,0.0,0.0048093327604409476,0.15372517456988796,0.0,0.015711941986659504,0.15372517456988796,0.0020911047898814115,0.022476499534004803,0.5,0.15372517456988796,0.0,0.03761287791327332,0.15372517456988796,0.0,0.0030424808808831422,0.5,0.15372517456988796,0.0,0.020234584235110376,0.15372517456988796,0.0,0.00984844596936058,0.15372517456988796,0.0,0.08868537106190379,0.15372517456988796,0.0,0.0370652328430455,0.15372517456988796,0.0,0.04375570095418512,0.15372517456988796,0.0,0.046388496112399084,0.15372517456988796,0.0,0.019682557448455103,0.5,0.15372517456988796,0.0,0.004725423877983838,0.0,0.008902087397517223,0.1931425992430402 -6523,0.5,0.15372517456988796,0.0,0.05369170351947958,0.15372517456988796,0.0,0.09722130096157004,0.15372517456988796,0.0,0.028780504019603224,0.15372517456988796,0.0,0.04645269819829196,0.15372517456988796,0.0,0.006266932780727966,0.15372517456988796,0.0,0.008630381599680983,0.15372517456988796,0.0,0.019577472822331524,0.15372517456988796,0.0,0.027607499006431533,0.5,0.15372517456988796,0.0,0.03993955695544804,0.15372517456988796,0.0,0.003808524367156685,0.5,0.15372517456988796,0.0,0.02020218900428524,0.15372517456988796,0.0,0.009140608541376856,0.15372517456988796,0.0,0.10017442147544142,0.15372517456988796,0.0,0.038034204861601,0.15372517456988796,0.0,0.05120078335866579,0.15372517456988796,0.0,0.03683879346075557,0.15372517456988796,0.0,0.018831589783488336,0.5,0.15372517456988796,0.0,0.004691534061589073,0.0,0.0231865886767601,0.15799318882444613 -6524,0.5,0.15372517456988796,0.0,0.053309764533039886,0.15372517456988796,0.0,0.08968672929631186,0.15372517456988796,0.0,0.025333327049606124,0.15372517456988796,0.0,0.0493011779866902,0.15372517456988796,0.0,0.006892048491024535,0.15372517456988796,0.0,0.013491595875688447,0.15372517456988796,0.0,0.019586971294433073,0.15372517456988796,0.0,0.03373324670439493,0.5,0.15372517456988796,0.0,0.04651497661021477,0.15372517456988796,0.0,0.006141203017837906,0.5,0.15372517456988796,0.0,0.020203484724778425,0.15372517456988796,0.0,0.009367029815843263,0.15372517456988796,0.0,0.09698169953434883,0.15372517456988796,0.0,0.034071272296848844,0.15372517456988796,0.0,0.047496510978955075,0.15372517456988796,0.0,0.027831258733875368,0.15372517456988796,0.0,0.017224991500667444,0.5,0.15372517456988796,0.0,0.004388946362295895,0.0,0.03954217510032252,0.12251147556648398 -6525,0.5,0.15372517456988796,0.0,0.048460744900370674,0.15372517456988796,0.0,0.08037533045691743,0.15372517456988796,0.0,0.025845764671598707,0.15372517456988796,0.0,0.052807742792565206,0.15372517456988796,0.0,0.00685934637335727,0.15372517456988796,0.0,0.021523778123174485,0.15372517456988796,0.0,0.02257015739176991,0.15372517456988796,0.0,0.045132155937709834,0.5,0.15372517456988796,0.0,0.05334415732480534,0.15372517456988796,0.0,0.006299109761531513,0.5,0.15372517456988796,0.0,0.023095313477260827,0.15372517456988796,0.0,0.009308088714232981,0.15372517456988796,0.0,0.09670323668698387,0.15372517456988796,0.0,0.031184489259611942,0.15372517456988796,0.0,0.04180699910194774,0.15372517456988796,0.0,0.02389908592617935,0.15372517456988796,0.0,0.016879826634367587,0.5,0.15372517456988796,0.0,0.0036954702109424768,0.0,0.051541212495924374,0.08420798636440475 -6526,0.5,0.15372517456988796,0.0,0.03950383669717479,0.15372517456988796,0.0,0.06725360763522831,0.15372517456988796,0.0,0.02649525666670956,0.15372517456988796,0.0,0.04811431945500697,0.15372517456988796,0.0,0.008294033029662397,0.15372517456988796,0.0,0.03194139880439893,0.15372517456988796,0.0,0.03009149718068795,0.15372517456988796,0.0,0.0585301162856457,0.5,0.15372517456988796,0.0,0.05257026081448121,0.15372517456988796,0.0,0.0055240972956827235,0.5,0.15372517456988796,0.0,0.026071487014628792,0.15372517456988796,0.0,0.009449758662496841,0.15372517456988796,0.0,0.09627257279005483,0.15372517456988796,0.0,0.025897496122185136,0.15372517456988796,0.0,0.03276814042218376,0.15372517456988796,0.0,0.024354234341677668,0.15372517456988796,0.0,0.017338419415812385,0.5,0.15372517456988796,0.0,0.003930811044559321,0.0,0.05102949586613173,0.04740182389113195 -6527,0.5,0.15372517456988796,0.0,0.03821029847049116,0.15372517456988796,0.0,0.055177279977134834,0.15372517456988796,0.0,0.028235601989279126,0.15372517456988796,0.0,0.04466761694803356,0.15372517456988796,0.0,0.013767569569614982,0.15372517456988796,0.0,0.04186944440357501,0.15372517456988796,0.0,0.0377622376183936,0.15372517456988796,0.0,0.06434128797990213,0.5,0.15372517456988796,0.0,0.045945068588313535,0.15372517456988796,0.0,0.004474654233715048,0.5,0.15372517456988796,0.0,0.024107188991494298,0.15372517456988796,0.0,0.012854214150970255,0.15372517456988796,0.0,0.0905053160412205,0.15372517456988796,0.0,0.020777844933533688,0.15372517456988796,0.0,0.02664161909584207,0.15372517456988796,0.0,0.026678679990834182,0.15372517456988796,0.0,0.016546990702938566,0.5,0.15372517456988796,0.0,0.00431672961748489,0.0,0.05133222169200294,0.021368911841093522 -6528,0.5,0.15372517456988796,0.0,0.03806198701211562,0.15372517456988796,0.0,0.04076780524717424,0.15372517456988796,0.0,0.02874882766081178,0.15372517456988796,0.0,0.04261263018647688,0.15372517456988796,0.0,0.016451561976476313,0.15372517456988796,0.0,0.05087175139985184,0.15372517456988796,0.0,0.04151503209039237,0.15372517456988796,0.0,0.06809060291764069,0.5,0.15372517456988796,0.0,0.042266204862887076,0.15372517456988796,0.0,0.0036881235914837532,0.5,0.15372517456988796,0.0,0.022479800233697545,0.15372517456988796,0.0,0.01723730062090278,0.15372517456988796,0.0,0.08102341020539347,0.15372517456988796,0.0,0.01728927273063799,0.15372517456988796,0.0,0.022279194532534033,0.15372517456988796,0.0,0.02701780032628711,0.15372517456988796,0.0,0.01609947662882288,0.5,0.15372517456988796,0.0,0.0047973214672741935,0.0,0.05099208189473742,0.008995608832248073 -6529,0.5,0.15372517456988796,0.0,0.03646702432481402,0.15372517456988796,0.0,0.02860241683123106,0.15372517456988796,0.0,0.02854891097780904,0.15372517456988796,0.0,0.040296685574627865,0.15372517456988796,0.0,0.018889130077098828,0.15372517456988796,0.0,0.06367479168758165,0.15372517456988796,0.0,0.05115594372063267,0.15372517456988796,0.0,0.06994849779710345,0.5,0.15372517456988796,0.0,0.03703513904713329,0.15372517456988796,0.0,0.0035511528079178118,0.5,0.15372517456988796,0.0,0.019207592309893717,0.15372517456988796,0.0,0.015384960733749611,0.15372517456988796,0.0,0.07208592029701691,0.15372517456988796,0.0,0.01261874207452309,0.15372517456988796,0.0,0.01779635738929244,0.15372517456988796,0.0,0.027637593922175203,0.15372517456988796,0.0,0.015543258427045565,0.5,0.15372517456988796,0.0,0.005322792215147908,0.0,0.052238311674934645,0.0034063501450486283 -6530,0.5,0.15372517456988796,0.0,0.035698329357246227,0.15372517456988796,0.0,0.018606690179173862,0.15372517456988796,0.0,0.030351873343858644,0.15372517456988796,0.0,0.037407461700227886,0.15372517456988796,0.0,0.02632955601923439,0.15372517456988796,0.0,0.072545958561739,0.15372517456988796,0.0,0.059767359654222106,0.15372517456988796,0.0,0.059552555391062766,0.5,0.15372517456988796,0.0,0.030636649612261497,0.15372517456988796,0.0,0.00413382329246161,0.5,0.15372517456988796,0.0,0.01810513882709301,0.15372517456988796,0.0,0.01668999321583899,0.15372517456988796,0.0,0.06648301383846156,0.15372517456988796,0.0,0.007990848849089143,0.15372517456988796,0.0,0.0152687221825357,0.15372517456988796,0.0,0.02847349748489057,0.15372517456988796,0.0,0.014806939356195117,0.5,0.15372517456988796,0.0,0.00622602191703499,0.0,0.057607983265651544,0.0023653890550559007 -6531,0.5,0.15372517456988796,0.0,0.03515025869616826,0.15372517456988796,0.0,0.012723324129487509,0.15372517456988796,0.0,0.03080061190417483,0.15372517456988796,0.0,0.03678176238688334,0.15372517456988796,0.0,0.03303729363963432,0.15372517456988796,0.0,0.07048775426572602,0.15372517456988796,0.0,0.06342720675239051,0.15372517456988796,0.0,0.0496401642649377,0.5,0.15372517456988796,0.0,0.03002543309245371,0.15372517456988796,0.0,0.004608962567807017,0.5,0.15372517456988796,0.0,0.019120406160552314,0.15372517456988796,0.0,0.017321306828370485,0.15372517456988796,0.0,0.060659022714761514,0.15372517456988796,0.0,0.005821631970674925,0.15372517456988796,0.0,0.014202013221045329,0.15372517456988796,0.0,0.02847804618071368,0.15372517456988796,0.0,0.01397886727047569,0.5,0.15372517456988796,0.0,0.007909722019906196,0.0,0.06575964138147683,0.008041908580584624 -6532,0.5,0.15372517456988796,0.0,0.034380111253026924,0.15372517456988796,0.0,0.010411698821119836,0.15372517456988796,0.0,0.028736987087289143,0.15372517456988796,0.0,0.03463425061247815,0.15372517456988796,0.0,0.03713503560495456,0.15372517456988796,0.0,0.061582848388389684,0.15372517456988796,0.0,0.06359603966288978,0.15372517456988796,0.0,0.03992465749185288,0.5,0.15372517456988796,0.0,0.025111045863124064,0.15372517456988796,0.0,0.004823129381489668,0.5,0.15372517456988796,0.0,0.021387470859413758,0.15372517456988796,0.0,0.015973255574997642,0.15372517456988796,0.0,0.054962275467372534,0.15372517456988796,0.0,0.006169154984049591,0.15372517456988796,0.0,0.01248373842140104,0.15372517456988796,0.0,0.029436662553027463,0.15372517456988796,0.0,0.015132551789046341,0.5,0.15372517456988796,0.0,0.008420985581422853,0.0,0.0734406019737345,0.03340440247449013 -6533,0.5,0.15372517456988796,0.0,0.0331551064548912,0.15372517456988796,0.0,0.009380212989826272,0.15372517456988796,0.0,0.030164550298385624,0.15372517456988796,0.0,0.0304657178329036,0.15372517456988796,0.0,0.03514494094743695,0.15372517456988796,0.0,0.053414149146823325,0.15372517456988796,0.0,0.06409532184302924,0.15372517456988796,0.0,0.03273541926056423,0.5,0.15372517456988796,0.0,0.020176981230348844,0.15372517456988796,0.0,0.004006757098775324,0.5,0.15372517456988796,0.0,0.018549009116066426,0.15372517456988796,0.0,0.015459635263474185,0.15372517456988796,0.0,0.04968691102917379,0.15372517456988796,0.0,0.009385670365297513,0.15372517456988796,0.0,0.012328728561573531,0.15372517456988796,0.0,0.028869559303868787,0.15372517456988796,0.0,0.014678158400744793,0.5,0.15372517456988796,0.0,0.0076305552600739925,0.0,0.07355130683190841,0.021418730922265088 -6534,0.5,0.15372517456988796,0.0,0.03066943580726605,0.15372517456988796,0.0,0.0105832096187371,0.15372517456988796,0.0,0.034959657966197176,0.15372517456988796,0.0,0.0315274880287092,0.15372517456988796,0.0,0.02938126438676255,0.15372517456988796,0.0,0.05643981742946849,0.15372517456988796,0.0,0.06880184021895988,0.15372517456988796,0.0,0.02808647398418566,0.5,0.15372517456988796,0.0,0.017969827574487673,0.15372517456988796,0.0,0.003283422548659718,0.5,0.15372517456988796,0.0,0.01781240406084162,0.15372517456988796,0.0,0.016367119913513722,0.15372517456988796,0.0,0.04357494542804442,0.15372517456988796,0.0,0.010213351613935152,0.15372517456988796,0.0,0.015884077276423453,0.15372517456988796,0.0,0.0273469158383151,0.15372517456988796,0.0,0.013825619899539641,0.5,0.15372517456988796,0.0,0.006581046988526317,0.0,0.0675217885227184,0.024924261771989434 -6535,0.5,0.15372517456988796,0.0025026208897576106,0.02732435515408222,0.15372517456988796,0.0,0.007104501416186325,0.15372517456988796,0.0015018006346053496,0.037259677396152886,0.15372517456988796,0.004161587354421003,0.030386400762012912,0.15372517456988796,0.0,0.028997356321303295,0.15372517456988796,0.0,0.06482680572779892,0.15372517456988796,0.0,0.066403936444153,0.15372517456988796,0.0,0.02235717595347747,0.5,0.15372517456988796,0.0,0.013656832343566665,0.15372517456988796,0.001013364440920135,0.0025263683771400472,0.5,0.15372517456988796,0.0,0.02057297469047316,0.15372517456988796,5.458483130431255e-05,0.017776504643297577,0.15372517456988796,1.4227700352634723e-05,0.03158354122875495,0.15372517456988796,1.3731522164476062e-06,0.007201009029491719,0.15372517456988796,5.7307592038450015e-05,0.022843917217529024,0.15372517456988796,0.0,0.02449963628482697,0.15372517456988796,0.0009257728048293584,0.013572788339819267,0.5,0.15372517456988796,0.00306150031089279,0.005373255412026938,0.0,0.06524608769631451,0.03347582830295685 -6536,0.5,0.15372517456988796,0.06788815252401745,0.02532910569019314,0.15372517456988796,0.031916850342518156,0.006703551372636164,0.15372517456988796,0.07721138091368226,0.03466979214791911,0.15372517456988796,0.08855977932858532,0.02665641274017665,0.15372517456988796,0.0398921243348638,0.036028732452444236,0.15372517456988796,0.06643192841447866,0.053166716696024366,0.15372517456988796,0.021486449983261494,0.05920776632707074,0.15372517456988796,0.04260336487494144,0.01580048867070704,0.5,0.15372517456988796,0.045920139132217444,0.00792530386082165,0.15372517456988796,0.05387942113867007,0.001470860234998938,0.5,0.15372517456988796,0.04620541499520799,0.015465252608577881,0.15372517456988796,0.037921192266989374,0.01519409081888928,0.15372517456988796,0.021718123895193026,0.01811260341777816,0.15372517456988796,0.011980262096812626,0.006812986616194668,0.15372517456988796,0.051163941301330826,0.02581042235906547,0.15372517456988796,0.03322804779277546,0.021472329491010817,0.15372517456988796,0.04995813032339334,0.01191925214547626,0.5,0.15372517456988796,0.07111140655851698,0.003378337761909717,0.0,0.07750185334921035,0.03887051509615795 -6537,0.5,0.15372517456988796,0.16202757901430617,0.03439964682463693,0.15372517456988796,0.046711846341758914,0.006382852041543362,0.15372517456988796,0.19172752349487177,0.04370345638697382,0.15372517456988796,0.20661862015028687,0.029479174917548787,0.15372517456988796,0.15972392622576062,0.07483779309745132,0.15372517456988796,0.220337797126021,0.08356871642539959,0.15372517456988796,0.1374774444600739,0.07738951429391566,0.15372517456988796,0.18155376893063166,0.012787481948120169,0.5,0.15372517456988796,0.13426835666744688,0.006725728883679347,0.15372517456988796,0.12873576081118301,0.0011714048910848028,0.5,0.15372517456988796,0.13523934044640723,0.008597709880413279,0.15372517456988796,0.11089018572321943,0.012839198996209281,0.15372517456988796,0.049606982931340526,0.014157453348549669,0.15372517456988796,0.08907587437920837,0.007537556173079467,0.15372517456988796,0.1121294886068912,0.0331857368040104,0.15372517456988796,0.10015893854305086,0.02293236769784541,0.15372517456988796,0.13417588517671203,0.010425195901667933,0.5,0.15372517456988796,0.14536673786094845,0.0019255041031285083,0.0,0.09636563126464663,0.04536402409939385 -6538,0.5,0.15372517456988796,0.2389938889662963,0.039321501687369115,0.15372517456988796,0.04118461413280307,0.007816536263984682,0.15372517456988796,0.28458371693672224,0.0943365762203641,0.15372517456988796,0.3386700668514655,0.05056819032753527,0.15372517456988796,0.3541565623158697,0.18208531709900674,0.15372517456988796,0.3688409791383799,0.1614446101266369,0.15372517456988796,0.3253039832906307,0.16898198702640083,0.15372517456988796,0.3475489753340147,0.02475153221475807,0.5,0.15372517456988796,0.21437792890609642,0.014984062193114737,0.15372517456988796,0.22221866779354074,0.0022215599825284,0.5,0.15372517456988796,0.22036680952938523,0.012841866516699102,0.15372517456988796,0.183169449002868,0.013592930423596522,0.15372517456988796,0.049522687359862386,0.01642225875312319,0.15372517456988796,0.2093294669745211,0.015384284908507908,0.15372517456988796,0.1546059587098197,0.060554586402783106,0.15372517456988796,0.14160445474468764,0.03289254690836025,0.15372517456988796,0.23269278079859862,0.014510870414607784,0.5,0.15372517456988796,0.23071675077606607,0.0029330409082532834,0.0,0.0950545377090489,0.05004715882663721 -6539,0.5,0.15372517456988796,0.2886996998878281,0.03504536284767814,0.15372517456988796,0.029954680547483844,0.0003776359405635365,0.15372517456988796,0.3605493595789735,0.17424520243187885,0.15372517456988796,0.4360423230544863,0.07650769568449939,0.15372517456988796,0.5044955745720481,0.2609861585727372,0.15372517456988796,0.5018020814255838,0.21383786966155266,0.15372517456988796,0.5008440441089915,0.2746643127245947,0.15372517456988796,0.48575463417360915,0.045467135994344016,0.5,0.15372517456988796,0.2809829686949569,0.033491088948963334,0.15372517456988796,0.2915859536186586,0.004102163562675462,0.5,0.15372517456988796,0.26678785082112383,0.05419072486117121,0.15372517456988796,0.245347744475232,0.016584420165627518,0.15372517456988796,0.04843662608025566,0.025663443429609484,0.15372517456988796,0.35377592741030717,0.035641784712285796,0.15372517456988796,0.27066227978321883,0.11598558951672713,0.15372517456988796,0.24314250811327737,0.05875132896414045,0.15372517456988796,0.32977766539471925,0.03476504913792417,0.5,0.15372517456988796,0.32196969708589923,0.005798914995198402,0.0,0.10127603703759379,0.048934232484757416 -6540,0.5,0.15372517456988796,0.2955746806864511,0.032785983549886474,0.15372517456988796,0.024124529763325714,0.0,0.15372517456988796,0.3581739773216369,0.20098084202291414,0.15372517456988796,0.4618575835938165,0.08043251247717094,0.15372517456988796,0.5857311339099623,0.3012163484461433,0.15372517456988796,0.5849265712381408,0.22831537219600592,0.15372517456988796,0.5880609541711657,0.33572159439146826,0.15372517456988796,0.5626646097438661,0.05627465943036405,0.5,0.15372517456988796,0.3514242233460999,0.04563258795609706,0.15372517456988796,0.3607647950676257,0.0061629745417185865,0.5,0.15372517456988796,0.23295978276439336,0.10432577938279636,0.15372517456988796,0.26175071699745583,0.0185039327354076,0.15372517456988796,0.044906101352042566,0.03169187534071583,0.15372517456988796,0.48004066658722444,0.05508622643466164,0.15372517456988796,0.3869407879151966,0.12842898540822012,0.15372517456988796,0.4220556922508092,0.0926078086047724,0.15372517456988796,0.38171995399263575,0.0665791706343025,0.5,0.15372517456988796,0.3711721963788183,0.010721425213756542,0.0,0.10054004234939648,0.03595555029048453 -6541,0.5,0.15372517456988796,0.2683841834340461,0.029597931412990167,0.15372517456988796,0.1854570777378391,0.0001348573552745716,0.15372517456988796,0.3386632997504901,0.16951506821446036,0.15372517456988796,0.45334251253006447,0.07958452532452312,0.15372517456988796,0.6088501670326639,0.30577600172230157,0.15372517456988796,0.6155542910622243,0.2525253656489483,0.15372517456988796,0.6159345926945079,0.3291599184721503,0.15372517456988796,0.5644286734134062,0.07314312867537653,0.5,0.15372517456988796,0.4252003258164667,0.04951524067401682,0.15372517456988796,0.380833542980768,0.004984365815657045,0.5,0.15372517456988796,0.23901600420139632,0.08757625876788792,0.15372517456988796,0.2835141388236005,0.02031919130474594,0.15372517456988796,0.09910761572909332,0.029107494514042615,0.15372517456988796,0.5460675068058051,0.06210441184142303,0.15372517456988796,0.48489290021007014,0.1347543921434616,0.15372517456988796,0.5299586803042443,0.11885653178766074,0.15372517456988796,0.38303912818489233,0.08882029988238899,0.5,0.15372517456988796,0.35945835654148683,0.015122919342151675,0.0,0.08618087901535634,0.021312234830056752 -6542,0.5,0.15372517456988796,0.22850173330488321,0.029892012785474167,0.15372517456988796,0.37431275112580986,0.005432579006081227,0.15372517456988796,0.290221936026048,0.14541896454053765,0.15372517456988796,0.41995683609296114,0.07086913944197623,0.15372517456988796,0.5897932928715836,0.3256782133030123,0.15372517456988796,0.5965107179474223,0.30287919760539855,0.15372517456988796,0.5949359936051204,0.32455372675441985,0.15372517456988796,0.5195241266054971,0.08376734394035809,0.5,0.15372517456988796,0.4560477278215931,0.05275220973983075,0.15372517456988796,0.3886052313664323,0.0036744406636628375,0.5,0.15372517456988796,0.30204782128165775,0.07440089007542285,0.15372517456988796,0.29381204208088274,0.02115257581919452,0.15372517456988796,0.1615764762531392,0.026167534352230036,0.15372517456988796,0.5434006101397199,0.06245116337964468,0.15372517456988796,0.5274142978116148,0.14514058248335562,0.15372517456988796,0.5301767475297281,0.1220063818073646,0.15372517456988796,0.35412027360354204,0.08475070327688311,0.5,0.15372517456988796,0.3543088401275808,0.014204946350833553,0.0,0.08140514598384657,0.00977205683348725 -6543,0.5,0.15372517456988796,0.16638510462652534,0.027862496806616167,0.15372517456988796,0.3885010846617117,0.011619351061644934,0.15372517456988796,0.2256315643373924,0.10664758728660087,0.15372517456988796,0.321384952811717,0.05201432097963121,0.15372517456988796,0.5033166623425602,0.33742469931061936,0.15372517456988796,0.5072141852582979,0.2914167731365621,0.15372517456988796,0.5123587119771521,0.33857047024723075,0.15372517456988796,0.4399460551936058,0.07428512395408923,0.5,0.15372517456988796,0.40760417879466204,0.04740202298886101,0.15372517456988796,0.3445829074034641,0.0028076120077180993,0.5,0.15372517456988796,0.361628872844695,0.07314738549671325,0.15372517456988796,0.2625520887534342,0.015876816032874736,0.15372517456988796,0.15671418518203079,0.02577914295258099,0.15372517456988796,0.42942674379667445,0.06764838634565326,0.15372517456988796,0.48001536696367103,0.14144979447533734,0.15372517456988796,0.4216143505061654,0.1059608283943853,0.15372517456988796,0.3029100283622307,0.06464377625241438,0.5,0.15372517456988796,0.3217632335309174,0.011815079771081472,0.0,0.06581235878530266,0.004590048469341392 -6544,0.5,0.15372517456988796,0.10292410000250499,0.020530108274334324,0.15372517456988796,0.31035580058322737,0.014787701750799931,0.15372517456988796,0.22048334908957876,0.06787886541025796,0.15372517456988796,0.20379113044982194,0.033009935572334836,0.15372517456988796,0.38118392737556545,0.30143554416475066,0.15372517456988796,0.379123097762062,0.2145270549265036,0.15372517456988796,0.3827682907373189,0.2462246939350305,0.15372517456988796,0.3234649563836297,0.044143693557599666,0.5,0.15372517456988796,0.2980374600075877,0.03846131139045153,0.15372517456988796,0.246741531334882,0.001445877828246988,0.5,0.15372517456988796,0.32222674940630297,0.061354307130428276,0.15372517456988796,0.1955690420856642,0.007247875818194423,0.15372517456988796,0.11621847128638829,0.023857571343584537,0.15372517456988796,0.2926900351492854,0.07672704542042177,0.15372517456988796,0.34591201468912736,0.11422879196902805,0.15372517456988796,0.2991800997677991,0.07494476472044387,0.15372517456988796,0.22908874495201004,0.036234251000734574,0.5,0.15372517456988796,0.2252401697627853,0.0074652160324206,0.0,0.08495980119579483,0.003777498477185607 -6545,0.5,0.15372517456988796,0.04889974176026912,0.012943366726485519,0.15372517456988796,0.1479403975002381,0.015471672708647641,0.15372517456988796,0.11281937487594854,0.013830935186989949,0.15372517456988796,0.08431326740581227,0.01033266027807386,0.15372517456988796,0.16489757721674056,0.19480696813902512,0.15372517456988796,0.25861669638340407,0.10702900795716708,0.15372517456988796,0.1622103566025274,0.0776719988052834,0.15372517456988796,0.21632667282110118,0.015870620935506206,0.5,0.15372517456988796,0.18864256567941412,0.011841511100925677,0.15372517456988796,0.12023481519198286,0.00013588219767433007,0.5,0.15372517456988796,0.16282359830366894,0.016166883317630696,0.15372517456988796,0.11793616712911792,0.0016142906370137805,0.15372517456988796,0.05719164178019926,0.017357271210700388,0.15372517456988796,0.12418968551038481,0.0671044375582571,0.15372517456988796,0.1368158793987957,0.03576687506603134,0.15372517456988796,0.13675841332328265,0.0151321492710353,0.15372517456988796,0.11542290952326775,0.009629921119017743,0.5,0.15372517456988796,0.10195386736996559,0.0025370072981052306,0.0,0.15561749507740003,0.004571869397212295 -6546,0.5,0.15372517456988796,9.649669484748665e-06,0.011834249999269693,0.15372517456988796,0.0,0.02300284808118365,0.15372517456988796,0.0,0.004198195015014174,0.15372517456988796,0.0,0.005085842438123092,0.15372517456988796,0.0,0.08671961989403106,0.15372517456988796,0.0,0.036884299355652836,0.15372517456988796,0.0,0.03323999503110301,0.15372517456988796,0.0,0.0036053890087600765,0.5,0.15372517456988796,0.0,0.0028842115167629313,0.15372517456988796,0.0,0.00031052059937137615,0.5,0.15372517456988796,0.0,0.011453890663189024,0.15372517456988796,7.163885032964045e-05,0.0023247342352731215,0.15372517456988796,0.00010909364284159793,0.016504212800721563,0.15372517456988796,3.471149365022187e-05,0.04327617203620482,0.15372517456988796,0.0,0.019131954103724844,0.15372517456988796,0.0,0.006318299534185978,0.15372517456988796,0.0,0.007044103441243259,0.5,0.15372517456988796,0.0,0.0023384046670233308,0.0,0.22252764968744254,0.005119528575845502 -6547,0.5,0.15372517456988796,0.0,0.013204947752063557,0.15372517456988796,0.0,0.031061282924930832,0.15372517456988796,0.0,0.003159946842009255,0.15372517456988796,0.0,0.005145509614771806,0.15372517456988796,0.0,0.06452625919351847,0.15372517456988796,0.0,0.034054061555654706,0.15372517456988796,0.0,0.022643297017097372,0.15372517456988796,0.0,0.0035421831956283854,0.5,0.15372517456988796,0.0,0.0015861480008900121,0.15372517456988796,0.0,0.0007586348987788944,0.5,0.15372517456988796,0.0,0.005813933743417536,0.15372517456988796,0.0,0.0023439882753495973,0.15372517456988796,0.0,0.021710898709307654,0.15372517456988796,0.0,0.03302773944866806,0.15372517456988796,0.0,0.015636184298159796,0.15372517456988796,0.0,0.004155458990184297,0.15372517456988796,0.0,0.0037213719600976973,0.5,0.15372517456988796,0.0,0.0027739786278660372,0.0,0.21074582776831247,0.004413129725005808 -6548,0.5,0.15372517456988796,0.0,0.01327401307012282,0.15372517456988796,0.0,0.03520654158559619,0.15372517456988796,0.0,0.0042394575141278664,0.15372517456988796,0.0,0.006358871883347436,0.15372517456988796,0.0,0.05143484802828971,0.15372517456988796,0.0,0.024305917916082116,0.15372517456988796,0.0,0.018056788898639157,0.15372517456988796,0.0,0.0030165662604571108,0.5,0.15372517456988796,0.0,0.001550188648617112,0.15372517456988796,0.0,0.0015292474522648847,0.5,0.15372517456988796,0.0,0.0018574482545164906,0.15372517456988796,0.0,0.0020439281002085376,0.15372517456988796,0.0,0.029680197465682526,0.15372517456988796,0.0,0.03257768613828574,0.15372517456988796,0.0,0.017559717516437184,0.15372517456988796,0.0,0.0038863877072592076,0.15372517456988796,0.0,0.00150444077902722,0.5,0.15372517456988796,0.0,0.00365420253950763,0.0,0.1414232858333158,0.0031891987583601744 -6549,0.5,0.15372517456988796,0.0,0.01109598421286608,0.15372517456988796,0.0,0.03431314518955448,0.15372517456988796,0.0,0.005905837669832745,0.15372517456988796,0.0,0.005883849682784857,0.15372517456988796,0.0,0.04115689249735608,0.15372517456988796,0.0,0.011736623251683665,0.15372517456988796,0.0,0.013040355852169765,0.15372517456988796,0.0,0.003025218281941114,0.5,0.15372517456988796,0.0,0.002255594631067841,0.15372517456988796,0.0,0.0027542072875127816,0.5,0.15372517456988796,0.0,0.0012091283685126113,0.15372517456988796,0.0,0.0022059532727100478,0.15372517456988796,0.0,0.03240527602482123,0.15372517456988796,0.0,0.0370498898509758,0.15372517456988796,0.0,0.019682617873284902,0.15372517456988796,0.0,0.0035761217473979775,0.15372517456988796,0.0,0.000878398318223042,0.5,0.15372517456988796,0.0,0.003977168901644392,0.0,0.082085091943055,0.003344920639267177 -6550,0.5,0.15372517456988796,0.0,0.008509289102202186,0.15372517456988796,0.0,0.02721522276917187,0.15372517456988796,0.0,0.0075216026652339596,0.15372517456988796,0.0,0.005397663612044244,0.15372517456988796,0.0,0.03165538726861704,0.15372517456988796,0.0,0.0045837419312121435,0.15372517456988796,0.0,0.009423053743773183,0.15372517456988796,0.0,0.003906561081117775,0.5,0.15372517456988796,0.0,0.002869511111517103,0.15372517456988796,0.0,0.00320803448487406,0.5,0.15372517456988796,0.0,0.0009278598698936734,0.15372517456988796,0.0,0.0021514280405471715,0.15372517456988796,0.0,0.027505252126731165,0.15372517456988796,0.0,0.045850788038687626,0.15372517456988796,0.0,0.01888843101749977,0.15372517456988796,0.0,0.0028566830786301875,0.15372517456988796,0.0,0.0006134720464359695,0.5,0.15372517456988796,0.0,0.0038244725397685356,0.0,0.04538487467678259,0.004403619362107073 -6551,0.5,0.15372517456988796,0.0,0.0060573568424812756,0.15372517456988796,0.0,0.02123973499303081,0.15372517456988796,0.0,0.008953295377543784,0.15372517456988796,0.0,0.00558604302986254,0.15372517456988796,0.0,0.025548971876255395,0.15372517456988796,0.0,0.0021566416320342686,0.15372517456988796,0.0,0.006617314674016556,0.15372517456988796,0.0,0.0016769613021437352,0.5,0.15372517456988796,0.0,0.0021936388322841708,0.15372517456988796,0.0,0.002926363787189473,0.5,0.15372517456988796,0.0,0.0010988330072477463,0.15372517456988796,0.0,0.0019328549974623266,0.15372517456988796,0.0,0.021101847554866087,0.15372517456988796,0.0,0.057323508895010394,0.15372517456988796,0.0,0.017174255034156448,0.15372517456988796,0.0,0.0020058069153784212,0.15372517456988796,0.0,0.0005658916798727919,0.5,0.15372517456988796,0.0,0.002364015240621247,0.0,0.021288463785574828,0.008013976902218098 -6552,0.5,0.15372517456988796,0.0,0.004765760952244385,0.15372517456988796,0.0,0.020500037804227482,0.15372517456988796,0.0,0.00925236279352842,0.15372517456988796,0.0,0.006366839287566771,0.15372517456988796,0.0,0.021706588282498676,0.15372517456988796,0.0,0.0007533981069352401,0.15372517456988796,0.0,0.00476149610350474,0.15372517456988796,0.0,0.0011252366107074026,0.5,0.15372517456988796,0.0,0.0014172386807232529,0.15372517456988796,0.0,0.002213930089475241,0.5,0.15372517456988796,0.0,0.0013086550682146142,0.15372517456988796,0.0,0.0017825568099344522,0.15372517456988796,0.0,0.0158487734715712,0.15372517456988796,0.0,0.06698766782402538,0.15372517456988796,0.0,0.016773417315892106,0.15372517456988796,0.0,0.0016637733954853286,0.15372517456988796,0.0,0.00036922165314935,0.5,0.15372517456988796,0.0,0.0014256267286607079,0.0,0.012948453165605903,0.01802503200922527 -6553,0.5,0.15372517456988796,0.0,0.004755468212706269,0.15372517456988796,0.0,0.030116473563161113,0.15372517456988796,0.0,0.007993555289637818,0.15372517456988796,0.0,0.006543399893906093,0.15372517456988796,0.0,0.018519117273154685,0.15372517456988796,0.0,0.00047376654200520334,0.15372517456988796,0.0,0.003553810819919065,0.15372517456988796,0.0,0.0014432011544292245,0.5,0.15372517456988796,0.0,0.0010908705746639053,0.15372517456988796,0.0,0.0014695701086294439,0.5,0.15372517456988796,0.0,0.0008574120243642344,0.15372517456988796,0.0,0.002067175394777146,0.15372517456988796,0.0,0.011282750168239836,0.15372517456988796,0.0,0.07201138550514775,0.15372517456988796,0.0,0.0159626322658834,0.15372517456988796,0.0,0.0017837207250461613,0.15372517456988796,0.0,0.00033442648830946857,0.5,0.15372517456988796,0.0,0.0010018834508612087,0.0,0.009926542617259563,0.02724176475839984 -6554,0.5,0.15372517456988796,0.0,0.005374718701645454,0.15372517456988796,0.0,0.04562299302847007,0.15372517456988796,0.0,0.006489137884317025,0.15372517456988796,0.0,0.0057038499608305674,0.15372517456988796,0.0,0.017650477369708907,0.15372517456988796,0.0,0.0008247530636417948,0.15372517456988796,0.0,0.002775546015191569,0.15372517456988796,0.0,0.0018594987007703988,0.5,0.15372517456988796,0.0,0.001633798016771804,0.15372517456988796,0.0,0.001237644957513173,0.5,0.15372517456988796,0.0,0.0005534451561396643,0.15372517456988796,0.0,0.0028906948049289426,0.15372517456988796,0.0,0.009096023329195922,0.15372517456988796,0.0,0.07250794423836468,0.15372517456988796,0.0,0.014961673937198182,0.15372517456988796,0.0,0.001610466326451815,0.15372517456988796,0.0,0.00031848987278273495,0.5,0.15372517456988796,0.0,0.0007338197037765772,0.0,0.010256662807779557,0.04219546261241622 -6555,0.5,0.15372517456988796,0.0,0.007194334885806755,0.15372517456988796,0.0,0.04591919814040271,0.15372517456988796,0.0,0.004032880744484266,0.15372517456988796,0.0,0.004505619845170437,0.15372517456988796,0.0,0.014462240131787549,0.15372517456988796,0.0,0.0011400448913607675,0.15372517456988796,0.0,0.002490618739147944,0.15372517456988796,0.0,0.0020279889999114523,0.5,0.15372517456988796,0.0,0.002444709378489797,0.15372517456988796,0.0,0.0010331786328404246,0.5,0.15372517456988796,0.0,0.0002513745369541635,0.15372517456988796,0.0,0.002531788445991198,0.15372517456988796,0.0,0.00934448487659006,0.15372517456988796,0.0,0.06870269705426249,0.15372517456988796,0.0,0.014100865172870208,0.15372517456988796,0.0,0.0014049817696333304,0.15372517456988796,0.0,0.0002891204748963713,0.5,0.15372517456988796,0.0,0.0005695780464985423,0.0,0.01556093116944761,0.05364215441441326 -6556,0.5,0.15372517456988796,0.0,0.010339200052801627,0.15372517456988796,0.0,0.04180383140524477,0.15372517456988796,0.0,0.0022032292707753276,0.15372517456988796,0.0,0.0032045846702070733,0.15372517456988796,0.0,0.011527535976294474,0.15372517456988796,0.0,0.0013967281678061983,0.15372517456988796,0.0,0.0037016462019374956,0.15372517456988796,0.0,0.0022284140677603656,0.5,0.15372517456988796,0.0,0.002974423507455149,0.15372517456988796,0.0,0.0020903219492967554,0.5,0.15372517456988796,0.0,0.0003169288900577858,0.15372517456988796,0.0,0.0013649860542900556,0.15372517456988796,0.0,0.010276757857296351,0.15372517456988796,0.0,0.06814915048058157,0.15372517456988796,0.0,0.013008521790404145,0.15372517456988796,0.0,0.0012195508654993974,0.15372517456988796,0.0,0.0001976570971812489,0.5,0.15372517456988796,0.0,0.000557278263987927,0.0,0.02504147714475204,0.06213790148624078 -6557,0.5,0.15372517456988796,0.0,0.013157976958412575,0.15372517456988796,0.0,0.04195520486113924,0.15372517456988796,0.0,0.0012611690148742244,0.15372517456988796,0.0,0.0024039226406127718,0.15372517456988796,0.0,0.010526967121211424,0.15372517456988796,0.0,0.0015544867995678786,0.15372517456988796,0.0,0.004524594940335638,0.15372517456988796,0.0,0.0013936005222786503,0.5,0.15372517456988796,0.0,0.0018684975499708547,0.15372517456988796,0.0,0.004814424009672637,0.5,0.15372517456988796,0.0,0.0006125729399297355,0.15372517456988796,0.0,0.0012799661948732731,0.15372517456988796,0.0,0.011481449527976438,0.15372517456988796,0.0,0.07180739190973218,0.15372517456988796,0.0,0.011137533486060433,0.15372517456988796,0.0,0.0008371742057014139,0.15372517456988796,0.0,0.000355316801091553,0.5,0.15372517456988796,0.0,0.0011172500348776127,0.0,0.036832328896040184,0.06039383721424375 -6558,0.5,0.15372517456988796,0.0,0.013778941288748603,0.15372517456988796,0.0,0.04395283704054848,0.15372517456988796,0.0,0.0005801615195387729,0.15372517456988796,0.0,0.0019473486049641922,0.15372517456988796,0.0,0.011427532979746396,0.15372517456988796,0.0,0.0015614457088892497,0.15372517456988796,0.0,0.005242583938903789,0.15372517456988796,0.0,0.0010333895751555712,0.5,0.15372517456988796,0.0,0.0014223181566191342,0.15372517456988796,0.0,0.005393494379549939,0.5,0.15372517456988796,0.0,0.0006090458225186661,0.15372517456988796,0.0,0.001311715792876554,0.15372517456988796,0.0,0.014027845225144884,0.15372517456988796,0.0,0.0804031118075968,0.15372517456988796,0.0,0.009351350073922909,0.15372517456988796,0.0,0.0007843705663495719,0.15372517456988796,0.0,0.001454391883392005,0.5,0.15372517456988796,0.0,0.001668165156057495,0.0,0.04571768377207223,0.07551552714053696 -6559,0.5,0.15372517456988796,0.0015850912204541572,0.012979918080587186,0.15372517456988796,0.0,0.04426881024673016,0.15372517456988796,0.00028328629502748557,0.0007015723839968318,0.15372517456988796,0.0035188997848304587,0.001227447593205313,0.15372517456988796,0.0,0.011780256007617283,0.15372517456988796,0.0,0.0015660043112597835,0.15372517456988796,0.0,0.005810756547869826,0.15372517456988796,0.0,0.0012785030544851734,0.5,0.15372517456988796,0.0,0.0021739596984762036,0.15372517456988796,0.0004865335865691093,0.004409961084614992,0.5,0.15372517456988796,0.0,0.0004579753090547482,0.15372517456988796,6.541688002939213e-06,0.0010447106912552264,0.15372517456988796,0.0,0.019272940653206148,0.15372517456988796,0.0,0.09161061645778304,0.15372517456988796,5.840628770722026e-06,0.008332789280423863,0.15372517456988796,0.0,0.0011433254779642731,0.15372517456988796,0.0007817971437445883,0.0016452305836762177,0.5,0.15372517456988796,0.0016734826998206144,0.001413829673976341,0.0,0.05309771569076015,0.10860258927530718 -6560,0.5,0.15372517456988796,0.043411270774848396,0.01172828764313506,0.15372517456988796,0.016954376347166386,0.05065533728034107,0.15372517456988796,0.01671198749337978,0.001129007926846012,0.15372517456988796,0.07839529955529112,0.0006020441337232972,0.15372517456988796,0.06950468406730312,0.013190683715007593,0.15372517456988796,0.06221726957518455,0.001317226346157085,0.15372517456988796,0.07991881241783877,0.004435519172491812,0.15372517456988796,0.01914819561396212,0.0012548232992739563,0.5,0.15372517456988796,0.06578110443451259,0.0027339684920995077,0.15372517456988796,0.054167886993192194,0.0011844602204673584,0.5,0.15372517456988796,0.081055096287651,0.00023428388682081332,0.15372517456988796,0.07368500344047335,0.0008905522177076488,0.15372517456988796,0.026012492783444884,0.029782061131030192,0.15372517456988796,0.022255229094850715,0.10808501254941563,0.15372517456988796,0.0698593646631872,0.008440070665654279,0.15372517456988796,0.029061163747012276,0.0013109338247934215,0.15372517456988796,0.06045840154795326,0.000882346211254564,0.5,0.15372517456988796,0.04729296503085108,0.000753236856012093,0.0,0.052322339263181424,0.16447790725933906 -6561,0.5,0.15372517456988796,0.091093779240635,0.013937805464771006,0.15372517456988796,0.03555280048106602,0.07040328462484725,0.15372517456988796,0.057054468663575955,0.001271735498491373,0.15372517456988796,0.17402309855618125,0.0004779648283928537,0.15372517456988796,0.22283206118378607,0.019084303970661996,0.15372517456988796,0.20501666130646484,0.0009200114610981248,0.15372517456988796,0.23325203147646872,0.003258808734054572,0.15372517456988796,0.08743698367576591,0.0010161131497613933,0.5,0.15372517456988796,0.20134656451570582,0.0016258921399256478,0.15372517456988796,0.1393834030273793,0.0002451137772146026,0.5,0.15372517456988796,0.2225590401071884,3.238453927384888e-05,0.15372517456988796,0.20152003596625545,0.0004830135091315884,0.15372517456988796,0.07800777322724166,0.05158327839138291,0.15372517456988796,0.0918502485806367,0.12008591084634751,0.15372517456988796,0.196933132571525,0.014241707539646929,0.15372517456988796,0.09756395165836615,0.0017029588305060368,0.15372517456988796,0.14812237981718282,0.0002851456863757901,0.5,0.15372517456988796,0.11246234110571099,0.00022794234633906888,0.0,0.04489724541262405,0.20581290441393738 -6562,0.5,0.15372517456988796,0.12855805494260517,0.017182653434962048,0.15372517456988796,0.046046697164190645,0.07588595644637816,0.15372517456988796,0.11674990849543923,0.0020162437760642745,0.15372517456988796,0.2847888624875796,0.0004220524587777545,0.15372517456988796,0.3735523555503791,0.025502217339937485,0.15372517456988796,0.35298315716390166,0.002460450427430225,0.15372517456988796,0.3828144784505056,0.016683351091946453,0.15372517456988796,0.2004450725004278,0.002592090284501622,0.5,0.15372517456988796,0.3385826602621886,0.004328570040359875,0.15372517456988796,0.2278467535060804,9.210722164282726e-05,0.5,0.15372517456988796,0.37587348944432575,0.00010908611856275691,0.15372517456988796,0.33540023773135624,0.0003635203061966064,0.15372517456988796,0.10227503133233404,0.07742258472512602,0.15372517456988796,0.19357907665694957,0.10404664130934785,0.15372517456988796,0.32776126607048606,0.024641141464310682,0.15372517456988796,0.17242114861350735,0.011417725605705151,0.15372517456988796,0.26342806494853305,0.00029308393727444786,0.5,0.15372517456988796,0.17963006343403431,4.3104863867640595e-05,0.0,0.03954673958096509,0.23888394335956747 -6563,0.5,0.15372517456988796,0.14003418449937305,0.01819491552341697,0.15372517456988796,0.053727111643016495,0.05950645136460439,0.15372517456988796,0.1503607591933471,0.004210951378858849,0.15372517456988796,0.3847401360730245,0.0004399649928630712,0.15372517456988796,0.5013153371162795,0.030851317668303232,0.15372517456988796,0.48554810277580496,0.009020267557865858,0.15372517456988796,0.5119779762862947,0.059738291056405865,0.15372517456988796,0.34832115941009584,0.008682071522402551,0.5,0.15372517456988796,0.45163312851081616,0.007282137548216078,0.15372517456988796,0.3425817608767441,0.0003399998077487862,0.5,0.15372517456988796,0.5056480516779733,0.0005872318931493941,0.15372517456988796,0.45823625749718766,0.0009275288582196884,0.15372517456988796,0.15389960759085106,0.09808525078938309,0.15372517456988796,0.3123636610858876,0.07583242550860653,0.15372517456988796,0.4493502171117324,0.03023434058585457,0.15372517456988796,0.22459092579994822,0.03444166393865137,0.15372517456988796,0.3923220584382551,0.0005580001320447006,0.5,0.15372517456988796,0.24178131501194758,2.80115000176457e-06,0.0,0.034538791002504524,0.27041184607209784 -6564,0.5,0.15372517456988796,0.15693960315634695,0.017350523065882986,0.15372517456988796,0.053471404371667655,0.041796752579026,0.15372517456988796,0.11403883505689982,0.008350638074854864,0.15372517456988796,0.3840298358732538,0.0007375483580879865,0.15372517456988796,0.573508681831872,0.03462245628973575,0.15372517456988796,0.5630686667906762,0.026294048359555847,0.15372517456988796,0.5785865468015075,0.08996091558088438,0.15372517456988796,0.5067021272733905,0.018449646821504424,0.5,0.15372517456988796,0.511296313211052,0.0067330825268432665,0.15372517456988796,0.4384137442679564,0.001476426917590291,0.5,0.15372517456988796,0.5771951466753694,0.001501281401404865,0.15372517456988796,0.5337463847543086,0.005496945767480972,0.15372517456988796,0.1779028086179399,0.10937498838082155,0.15372517456988796,0.40776729072170076,0.05005843653188777,0.15372517456988796,0.5158444749536336,0.03626860082596844,0.15372517456988796,0.2381284222423577,0.0414431603159729,0.15372517456988796,0.44522402976063596,0.001705638584598373,0.5,0.15372517456988796,0.27507293000245575,9.372309197602574e-05,0.0,0.023964281548744394,0.2741306232246355 -6565,0.5,0.15372517456988796,0.1478563218457161,0.019294530578100957,0.15372517456988796,0.05322508867969135,0.028843363526668594,0.15372517456988796,0.08673651553987069,0.012263655518857795,0.15372517456988796,0.28786243374532544,0.0036188849281950843,0.15372517456988796,0.5982131170441387,0.035676382142936815,0.15372517456988796,0.5950711910367649,0.03914312614461459,0.15372517456988796,0.5874741586832097,0.09281609248509207,0.15372517456988796,0.5681807261362304,0.026129328371798138,0.5,0.15372517456988796,0.5149693695959121,0.007337226119984572,0.15372517456988796,0.4771803080539763,0.006173835833289717,0.5,0.15372517456988796,0.5923872500289169,0.007427456724967276,0.15372517456988796,0.5324726245968081,0.016502268843509374,0.15372517456988796,0.21894929709111527,0.11106198617793739,0.15372517456988796,0.45097450994930965,0.03181729921500526,0.15372517456988796,0.5085374713164551,0.04006658639172388,0.15372517456988796,0.21606943290258296,0.03365439232345865,0.15372517456988796,0.4283644346213417,0.005959156368479839,0.5,0.15372517456988796,0.29031542188028725,0.000834611893075766,0.0,0.01725291122023167,0.24930734258722745 -6566,0.5,0.15372517456988796,0.1528371896154936,0.022819305332166258,0.15372517456988796,0.04025521785743276,0.010091853441070123,0.15372517456988796,0.11118247112240015,0.014024199982819901,0.15372517456988796,0.22060962965460953,0.010375513704247092,0.15372517456988796,0.5772280980591674,0.0345320324308039,0.15372517456988796,0.5859778641781198,0.04408380806529699,0.15372517456988796,0.5573783379215631,0.08169404793878929,0.15372517456988796,0.5738227937238027,0.028736555071262517,0.5,0.15372517456988796,0.4784918807682529,0.010287964320950096,0.15372517456988796,0.45415672640652416,0.012606666254223528,0.5,0.15372517456988796,0.504123703301872,0.015641436887810133,0.15372517456988796,0.45563730415159337,0.026302746289668968,0.15372517456988796,0.19495736868526023,0.09291373846576884,0.15372517456988796,0.42903324658670094,0.021485064768322917,0.15372517456988796,0.45613086560784644,0.037781358694073314,0.15372517456988796,0.19053350058625335,0.02679532552248956,0.15372517456988796,0.39867617705443864,0.009579197710618641,0.5,0.15372517456988796,0.2565543702476679,0.0023432841042846583,0.0,0.00691020878807784,0.20331622047766873 -6567,0.5,0.15372517456988796,0.15126144156464907,0.0246335000720366,0.15372517456988796,0.046812703700512354,0.0014154583703499613,0.15372517456988796,0.10598573605880252,0.01194711107870682,0.15372517456988796,0.1364939277934646,0.016701537011873224,0.15372517456988796,0.4996999872802995,0.031286043747853744,0.15372517456988796,0.5238788257453766,0.03868105325712988,0.15372517456988796,0.4836642733897337,0.06348552407946965,0.15372517456988796,0.5058193398158266,0.02780645994980656,0.5,0.15372517456988796,0.382523232400522,0.0133654545906109,0.15372517456988796,0.37253853191370645,0.00947016417418084,0.5,0.15372517456988796,0.4159815100684918,0.012985756261686715,0.15372517456988796,0.39551503510049,0.034466963705858035,0.15372517456988796,0.1597335550794211,0.07670746414631702,0.15372517456988796,0.34462889387428364,0.015862807730033388,0.15372517456988796,0.37360800694377544,0.030317386249544463,0.15372517456988796,0.16605480578948742,0.020641825772847337,0.15372517456988796,0.33556789684759775,0.013287543043620712,0.5,0.15372517456988796,0.23697898431300515,0.0042317962816796565,0.0,0.0023315659866879764,0.15245197131088084 -6568,0.5,0.15372517456988796,0.08886176385987227,0.020737630475839847,0.15372517456988796,0.06777928972368469,0.000540077114076164,0.15372517456988796,0.06878937956358111,0.008295799911773472,0.15372517456988796,0.08029676402136404,0.018091497808349625,0.15372517456988796,0.37031133552612194,0.022381269464772268,0.15372517456988796,0.40682908116867933,0.027457000780468838,0.15372517456988796,0.36162969372839715,0.039667701422926555,0.15372517456988796,0.3841358660844515,0.021903720951946946,0.5,0.15372517456988796,0.2603796236118491,0.012952131703467012,0.15372517456988796,0.30108121793379167,0.008837403273411298,0.5,0.15372517456988796,0.2983942087829202,0.010427188024842195,0.15372517456988796,0.31293171282567267,0.037086701565028114,0.15372517456988796,0.13135947412761015,0.061010490401874375,0.15372517456988796,0.23589146629463809,0.0095958478653736,0.15372517456988796,0.25835447085804175,0.02083560205666901,0.15372517456988796,0.12648199553836176,0.015260241558594024,0.15372517456988796,0.25635753710603487,0.01663926694395956,0.5,0.15372517456988796,0.1626233199940291,0.005279516332244943,0.0,0.0013627989304165647,0.11484370478674863 -6569,0.5,0.15372517456988796,0.030088174401603725,0.011537240616912026,0.15372517456988796,0.04926871533419712,0.0002956077478257438,0.15372517456988796,0.018494140621417604,0.0028013169308083096,0.15372517456988796,0.02616147020102397,0.010374071471030385,0.15372517456988796,0.16418650170035454,0.006877571926122229,0.15372517456988796,0.21261294876908912,0.009320875137898258,0.15372517456988796,0.16205472805643784,0.01283787126976154,0.15372517456988796,0.22642770096391165,0.010598381839450301,0.5,0.15372517456988796,0.16014621650271627,0.009068054687084178,0.15372517456988796,0.13285673876891185,0.004660608418140966,0.5,0.15372517456988796,0.13958443131466616,0.01027874450809912,0.15372517456988796,0.15973507168704393,0.017687674135587094,0.15372517456988796,0.06928043091054327,0.03465320997754637,0.15372517456988796,0.10457021927710977,0.0037433049584297564,0.15372517456988796,0.11392282569683748,0.010883289666975009,0.15372517456988796,0.07981002830274701,0.007486277840398951,0.15372517456988796,0.10298631130880712,0.01575636813318311,0.5,0.15372517456988796,0.06941057089918451,0.0021311765944643855,0.0,0.0006043487210735005,0.07333265024197808 -6570,0.5,0.15372517456988796,2.338473311304018e-05,0.006768696474498714,0.15372517456988796,0.0,0.00022564746088791303,0.15372517456988796,5.127853427839821e-05,0.0011231194436775956,0.15372517456988796,1.3789866135818875e-05,0.006235330507415011,0.15372517456988796,0.0,0.0006060296642228254,0.15372517456988796,0.0,0.0019111596678148208,0.15372517456988796,0.0,0.0030271080722862197,0.15372517456988796,0.0,0.005003368933176923,0.5,0.15372517456988796,0.0,0.005953923614918102,0.15372517456988796,0.0,0.0040118806880602206,0.5,0.15372517456988796,0.0,0.009685931472471756,0.15372517456988796,0.0,0.012492437549287012,0.15372517456988796,5.7018629419758184e-05,0.012371155726645542,0.15372517456988796,0.0,0.0002166143089949008,0.15372517456988796,0.0,0.0046237558806228604,0.15372517456988796,0.0,0.0014872719108967919,0.15372517456988796,0.0,0.015216309501794712,0.5,0.15372517456988796,0.0001232426022415131,0.0018471198395952353,0.0,0.00012897360693398397,0.04937737532582696 -6571,0.5,0.15372517456988796,0.0,0.005316445199828794,0.15372517456988796,0.0,6.396120217077333e-05,0.15372517456988796,0.0,0.0008492542155749212,0.15372517456988796,0.0,0.006028594664592083,0.15372517456988796,0.0,0.0002503113425269911,0.15372517456988796,0.0,0.0008676057470357408,0.15372517456988796,0.0,0.0009130884654157477,0.15372517456988796,0.0,0.0028351448047460276,0.5,0.15372517456988796,0.0,0.008547922450899142,0.15372517456988796,0.0,0.002193098946152723,0.5,0.15372517456988796,0.0,0.013702064172527464,0.15372517456988796,0.0,0.011044518840638656,0.15372517456988796,0.0,0.006624507879818408,0.15372517456988796,0.0,0.0002925880126089774,0.15372517456988796,0.0,0.003311488514044254,0.15372517456988796,0.0,0.000941525878978368,0.15372517456988796,0.0,0.016109972032262533,0.5,0.15372517456988796,0.0,0.002016356506544088,0.0,5.0688531067104104e-05,0.043960955404444925 -6572,0.5,0.15372517456988796,0.0,0.004593648332854686,0.15372517456988796,0.0,0.00031788474387062975,0.15372517456988796,0.0,0.0005229560088327401,0.15372517456988796,0.0,0.006061848903264068,0.15372517456988796,0.0,0.0005714187673815522,0.15372517456988796,0.0,0.0005976924227277378,0.15372517456988796,0.0,0.00045414980604255696,0.15372517456988796,0.0,0.0012768717609755308,0.5,0.15372517456988796,0.0,0.009485052652426837,0.15372517456988796,0.0,0.0011605347195732852,0.5,0.15372517456988796,0.0,0.0182309409935579,0.15372517456988796,0.0,0.008754657452574406,0.15372517456988796,0.0,0.006974659448099076,0.15372517456988796,0.0,0.0027764081557313707,0.15372517456988796,0.0,0.002393679247585318,0.15372517456988796,0.0,0.0008465939205960535,0.15372517456988796,0.0,0.01506301695007363,0.5,0.15372517456988796,0.0,0.001363729533342239,0.0,9.578201247716992e-05,0.06236342740548666 -6573,0.5,0.15372517456988796,0.0,0.00471464461683575,0.15372517456988796,0.0,0.0008463352856371363,0.15372517456988796,0.0,0.0004523615525016684,0.15372517456988796,0.0,0.004950864106307471,0.15372517456988796,0.0,0.001511716581305505,0.15372517456988796,0.0,0.0006380174687828974,0.15372517456988796,0.0,0.00044364529746673164,0.15372517456988796,0.0,0.0006280473749727298,0.5,0.15372517456988796,0.0,0.008916509716534751,0.15372517456988796,0.0,0.0008795577160843862,0.5,0.15372517456988796,0.0,0.017630705038675337,0.15372517456988796,0.0,0.008087437452099559,0.15372517456988796,0.0,0.009732075278259752,0.15372517456988796,0.0,0.00647918622265028,0.15372517456988796,0.0,0.002709412179328216,0.15372517456988796,0.0,0.0007775715185945128,0.15372517456988796,0.0,0.013548681616453017,0.5,0.15372517456988796,0.0,0.0009391631386131669,0.0,0.0002706073017228634,0.11185058077877284 -6574,0.5,0.15372517456988796,0.0,0.005635758195271862,0.15372517456988796,0.0,0.003340733070003913,0.15372517456988796,0.0,0.0003727252702730597,0.15372517456988796,0.0,0.003974738998592145,0.15372517456988796,0.0,0.0017677966896562883,0.15372517456988796,0.0,0.0005747547524313202,0.15372517456988796,0.0,0.0006660784322277812,0.15372517456988796,0.0,0.00036485649343228753,0.5,0.15372517456988796,0.0,0.006931439022650129,0.15372517456988796,0.0,0.001165726406435582,0.5,0.15372517456988796,0.0,0.013292474125519349,0.15372517456988796,0.0,0.00747583341469763,0.15372517456988796,0.0,0.011902571299371924,0.15372517456988796,0.0,0.007750565542939215,0.15372517456988796,0.0,0.0029805606157444764,0.15372517456988796,0.0,0.0007332413606983771,0.15372517456988796,0.0,0.010844974850359769,0.5,0.15372517456988796,0.0,0.001085357209478274,0.0,0.0017973380697428837,0.1309151519140612 -6575,0.5,0.15372517456988796,0.0,0.006384089815674206,0.15372517456988796,0.0,0.005720101339702537,0.15372517456988796,0.0,0.00028442697600966865,0.15372517456988796,0.0,0.0035153604183490073,0.15372517456988796,0.0,0.0013250199348520042,0.15372517456988796,0.0,0.0005112942112653533,0.15372517456988796,0.0,0.0004988178414159661,0.15372517456988796,0.0,0.0002320062402412878,0.5,0.15372517456988796,0.0,0.005194994950784242,0.15372517456988796,0.0,0.0009893430265006586,0.5,0.15372517456988796,0.0,0.008712902847902023,0.15372517456988796,0.0,0.006803910673335677,0.15372517456988796,0.0,0.014663065213649011,0.15372517456988796,0.0,0.007796579239886423,0.15372517456988796,0.0,0.0025763588162344662,0.15372517456988796,0.0,0.0005885672930565085,0.15372517456988796,0.0,0.008294684054013984,0.5,0.15372517456988796,0.0,0.0019177875401136324,0.0,0.00508383692801943,0.11173575911073846 -6576,0.5,0.15372517456988796,0.0,0.006766698578887567,0.15372517456988796,0.0,0.00614558503456795,0.15372517456988796,0.0,0.0002631490368830855,0.15372517456988796,0.0,0.003180903250183193,0.15372517456988796,0.0,0.0006653958001971341,0.15372517456988796,0.0,0.00044241425013596296,0.15372517456988796,0.0,0.00030783396867785313,0.15372517456988796,0.0,0.00020035332541353928,0.5,0.15372517456988796,0.0,0.004020841311058722,0.15372517456988796,0.0,0.0009959031153082773,0.5,0.15372517456988796,0.0,0.00632228058895142,0.15372517456988796,0.0,0.0067644566368289085,0.15372517456988796,0.0,0.017562636319120157,0.15372517456988796,0.0,0.007738055316872919,0.15372517456988796,0.0,0.0020546956953973183,0.15372517456988796,0.0,0.0004085974855299632,0.15372517456988796,0.0,0.007047023558867779,0.5,0.15372517456988796,0.0,0.0030390526478248766,0.0,0.008462220541181236,0.10197649550550805 -6577,0.5,0.15372517456988796,0.0,0.007326314677986288,0.15372517456988796,0.0,0.00802272703333029,0.15372517456988796,0.0,0.0004136067982457942,0.15372517456988796,0.0,0.0029692486999894053,0.15372517456988796,0.0,0.00039230969121596454,0.15372517456988796,0.0,0.0003562931046042399,0.15372517456988796,0.0,9.65474486500924e-05,0.15372517456988796,0.0,0.00018904549989379188,0.5,0.15372517456988796,0.0,0.003580380840973089,0.15372517456988796,0.0,0.0013284311626144008,0.5,0.15372517456988796,0.0,0.0051432937159168616,0.15372517456988796,0.0,0.006525996877994342,0.15372517456988796,0.0,0.019570241367861993,0.15372517456988796,0.0,0.008643262675625716,0.15372517456988796,0.0,0.0021291008262972694,0.15372517456988796,0.0,0.00032959099837106816,0.15372517456988796,0.0,0.006839929572776198,0.5,0.15372517456988796,0.0,0.003977012464093588,0.0,0.014094283893677999,0.08209000914702502 -6578,0.5,0.15372517456988796,0.0,0.006644120594943923,0.15372517456988796,0.0,0.008691306750090312,0.15372517456988796,0.0,0.0009980078757680275,0.15372517456988796,0.0,0.0035473569079833406,0.15372517456988796,0.0,0.0005267649238172658,0.15372517456988796,0.0,0.0003262178617489599,0.15372517456988796,0.0,7.274225516654476e-05,0.15372517456988796,0.0,0.0002262179977778475,0.5,0.15372517456988796,0.0,0.003862529164364581,0.15372517456988796,0.0,0.0016572734447360962,0.5,0.15372517456988796,0.0,0.00516440653879367,0.15372517456988796,0.0,0.007033590543975923,0.15372517456988796,0.0,0.019883581346174753,0.15372517456988796,0.0,0.009894340326719566,0.15372517456988796,0.0,0.002833376316481876,0.15372517456988796,0.0,0.00024665210108241694,0.15372517456988796,0.0,0.007246854118213806,0.5,0.15372517456988796,0.0,0.004824164286203513,0.0,0.016281838534883346,0.05133458640508089 -6579,0.5,0.15372517456988796,0.0,0.005574924972249145,0.15372517456988796,0.0,0.008191916814335481,0.15372517456988796,0.0,0.0013802298099439537,0.15372517456988796,0.0,0.003397966107241684,0.15372517456988796,0.0,0.0007123535200104301,0.15372517456988796,0.0,0.000383321137578566,0.15372517456988796,0.0,0.00012707032462476293,0.15372517456988796,0.0,0.0002847545145693569,0.5,0.15372517456988796,0.0,0.0044173356495597425,0.15372517456988796,0.0,0.0019809763819937376,0.5,0.15372517456988796,0.0,0.005790266965556816,0.15372517456988796,0.0,0.008088864938271954,0.15372517456988796,0.0,0.02007578198355526,0.15372517456988796,0.0,0.01079925888763681,0.15372517456988796,0.0,0.0029275291103312007,0.15372517456988796,0.0,0.00028793713476834876,0.15372517456988796,0.0,0.008250554567536372,0.5,0.15372517456988796,0.0,0.005400960605112845,0.0,0.015288177755135792,0.030228767587249142 -6580,0.5,0.15372517456988796,0.0,0.004401163273676208,0.15372517456988796,0.0,0.008815343691196744,0.15372517456988796,0.0,0.0009134826507776858,0.15372517456988796,0.0,0.002815083708907507,0.15372517456988796,0.0,0.0006602931476188369,0.15372517456988796,0.0,0.0003685141982228505,0.15372517456988796,0.0,0.00017948130070764222,0.15372517456988796,0.0,0.0003779612243830229,0.5,0.15372517456988796,0.0,0.005635649624444914,0.15372517456988796,0.0,0.0028839961896680003,0.5,0.15372517456988796,0.0,0.006077304337180224,0.15372517456988796,0.0,0.00911818595242899,0.15372517456988796,0.0,0.017694196660251786,0.15372517456988796,0.0,0.010861633631977032,0.15372517456988796,0.0,0.002361113999481662,0.15372517456988796,0.0,0.0008012802002097322,0.15372517456988796,0.0,0.009358452616972882,0.5,0.15372517456988796,0.0,0.00630987375690694,0.0,0.013071055812108703,0.014888056960115512 -6581,0.5,0.15372517456988796,0.0,0.003775486302538,0.15372517456988796,0.0,0.009269976434642445,0.15372517456988796,0.0,0.0007265454119758951,0.15372517456988796,0.0,0.002578038081547783,0.15372517456988796,0.0,0.0007394901109244836,0.15372517456988796,0.0,0.0003104429829042119,0.15372517456988796,0.0,0.00014903827563270383,0.15372517456988796,0.0,0.0004687071700240769,0.5,0.15372517456988796,0.0,0.006503127235737617,0.15372517456988796,0.0,0.0037583929734452204,0.5,0.15372517456988796,0.0,0.006759822421689374,0.15372517456988796,0.0,0.009745630829366046,0.15372517456988796,0.0,0.013777116426775145,0.15372517456988796,0.0,0.008963572501196438,0.15372517456988796,0.0,0.0015698982223905787,0.15372517456988796,0.0,0.0010872049578206325,0.15372517456988796,0.0,0.009236458199329138,0.5,0.15372517456988796,0.0,0.00737564172935129,0.0,0.011027127966688763,0.005748725781678509 -6582,0.5,0.15372517456988796,0.0,0.0035726350982655895,0.15372517456988796,0.0,0.009339435792678407,0.15372517456988796,0.0,0.0007969528748040344,0.15372517456988796,0.0,0.0026231985186046807,0.15372517456988796,0.0,0.0017050439857647219,0.15372517456988796,0.0,0.0005987434753803179,0.15372517456988796,0.0,8.072967223349744e-05,0.15372517456988796,0.0,0.0006367627252723534,0.5,0.15372517456988796,0.0,0.006863816241453979,0.15372517456988796,0.0,0.004537287223595686,0.5,0.15372517456988796,0.0,0.006813797766444696,0.15372517456988796,0.0,0.0103079909407622,0.15372517456988796,0.0,0.012480722314887357,0.15372517456988796,0.0,0.007251826342300779,0.15372517456988796,0.0,0.0008282787067383436,0.15372517456988796,0.0,0.0012488043311364458,0.15372517456988796,0.0,0.00835405715264783,0.5,0.15372517456988796,0.0,0.008855955716575232,0.0,0.00808146172242354,0.001898554596242625 -6583,0.5,0.15372517456988796,0.001069586131690506,0.0037738507187785666,0.15372517456988796,0.0,0.009026239367461948,0.15372517456988796,0.0005202315037787881,0.0006674919571330502,0.15372517456988796,0.001263829018873117,0.0022093857401409363,0.15372517456988796,0.0,0.0030148834901675406,0.15372517456988796,0.0,0.002592036110556365,0.15372517456988796,0.0,0.00011995790246341528,0.15372517456988796,0.0,0.00100653193831799,0.5,0.15372517456988796,0.0,0.006325095317626861,0.15372517456988796,0.00015312838786131142,0.005260924130086505,0.5,0.15372517456988796,0.0,0.007048526995600694,0.15372517456988796,0.0,0.01083143764502569,0.15372517456988796,0.0,0.01109878242038573,0.15372517456988796,0.0,0.0074310184146689565,0.15372517456988796,0.0,0.0005931387237828239,0.15372517456988796,0.0,0.0012456280026061429,0.15372517456988796,0.00010801303967556611,0.007048465289357185,0.5,0.15372517456988796,0.0017851813280537498,0.010767371039687553,0.0,0.0061014210572221525,0.0008036227186263598 -6584,0.5,0.15372517456988796,0.04240505680755079,0.00359629946815483,0.15372517456988796,0.061026669943863965,0.00719921336344717,0.15372517456988796,0.0784488597742269,0.0010522914104969519,0.15372517456988796,0.03887406172779401,0.0022276954182818983,0.15372517456988796,0.026319429213616873,0.0037675232285440782,0.15372517456988796,0.036642009194671005,0.0057614067020112375,0.15372517456988796,0.06319548397503585,0.0006783682312012612,0.15372517456988796,0.06541157349985936,0.0014714509871788435,0.5,0.15372517456988796,0.0767586054022463,0.0046000836258133365,0.15372517456988796,0.028620549632360902,0.006008949545566982,0.5,0.15372517456988796,0.07808955506699214,0.005955269542627443,0.15372517456988796,0.04356575208194024,0.009209316511898843,0.15372517456988796,0.01723697192556349,0.011497483163437265,0.15372517456988796,0.015925218769633712,0.0075315791915287955,0.15372517456988796,0.06296551389104364,0.0006293464951477553,0.15372517456988796,0.08096008911887444,0.0012860867780385714,0.15372517456988796,0.03905106251618934,0.0055041429576612715,0.5,0.15372517456988796,0.056102228345958224,0.010008358766246752,0.0,0.006222226899339193,0.006294096700776706 -6585,0.5,0.15372517456988796,0.1115571992803338,0.005923252658339547,0.15372517456988796,0.1369722314204587,0.006505775610628654,0.15372517456988796,0.2010513704717494,0.0032444645563407927,0.15372517456988796,0.10169310732454542,0.004782443766192504,0.15372517456988796,0.08045804984768941,0.005240119674079531,0.15372517456988796,0.1311460527461385,0.007863979680228587,0.15372517456988796,0.19500837412076472,0.0015338500589060463,0.15372517456988796,0.20906852976913454,0.0014383883331545236,0.5,0.15372517456988796,0.23187278590395796,0.004154421285288054,0.15372517456988796,0.05675635895037702,0.013180225870413169,0.5,0.15372517456988796,0.21414596368975236,0.009065323734305748,0.15372517456988796,0.12824738431664495,0.019115282411580146,0.15372517456988796,0.04415252085353285,0.01696906076255917,0.15372517456988796,0.0575351128179996,0.008608493854330235,0.15372517456988796,0.18290032684813715,0.0006338701909932105,0.15372517456988796,0.22381192950706102,0.0008884442932556482,0.15372517456988796,0.12474381734519763,0.006171629829462285,0.5,0.15372517456988796,0.13920413230187217,0.011940354147416815,0.0,0.006937271058603485,0.033416569358959244 -6586,0.5,0.15372517456988796,0.19782487268161997,0.006690134947874113,0.15372517456988796,0.1494680528466915,0.008767355044158423,0.15372517456988796,0.32209468430854027,0.006808824369164642,0.15372517456988796,0.1544371648754884,0.01070812953142169,0.15372517456988796,0.12744545144951952,0.008855061124935016,0.15372517456988796,0.22644978145994474,0.015153832507553353,0.15372517456988796,0.3306659442609233,0.0029216558265912707,0.15372517456988796,0.35258368319326117,0.0004835259787411689,0.5,0.15372517456988796,0.3853799295954215,0.011990494782908473,0.15372517456988796,0.08078164380852694,0.056034568595682434,0.5,0.15372517456988796,0.36461488661393326,0.056718985008755676,0.15372517456988796,0.24418354340847823,0.059791508771355646,0.15372517456988796,0.07853435404678219,0.022839281384064887,0.15372517456988796,0.11196969337151938,0.010616008470447715,0.15372517456988796,0.31151353765163736,0.0012715439142905883,0.15372517456988796,0.36812362381001973,0.0009681778512914168,0.15372517456988796,0.23285678091772577,0.016954352541532543,0.5,0.15372517456988796,0.2172839070705567,0.02054999910453224,0.0,0.006837389701993494,0.09980746735182065 -6587,0.5,0.15372517456988796,0.27566968556452387,0.0053483950781851135,0.15372517456988796,0.14402745866574615,0.012277436732857722,0.15372517456988796,0.41615043281909103,0.010554438187956233,0.15372517456988796,0.18500742533818207,0.01737692984603561,0.15372517456988796,0.16087107188961688,0.013610722789000017,0.15372517456988796,0.33874162806778446,0.024590875429579037,0.15372517456988796,0.4500852734630912,0.00930822913310035,0.15372517456988796,0.4794711860449611,0.0022558688465492,0.5,0.15372517456988796,0.5172894916382953,0.04155176466741449,0.15372517456988796,0.10988089933320555,0.08752915649402503,0.5,0.15372517456988796,0.5043120765673095,0.10275990213079854,0.15372517456988796,0.37030535369457385,0.09307271101978878,0.15372517456988796,0.12441304579727627,0.026762190018918997,0.15372517456988796,0.17740772993404,0.01189007540174309,0.15372517456988796,0.42707062570312637,0.002301923043898978,0.15372517456988796,0.49397208697462447,0.003084952864458537,0.15372517456988796,0.3153230083308277,0.03476489059650707,0.5,0.15372517456988796,0.23442280441369467,0.02900368311946592,0.0,0.0048769446810275245,0.17871189000206664 -6588,0.5,0.15372517456988796,0.3127978705927919,0.003074346342530187,0.15372517456988796,0.1561668471519898,0.009719312364299796,0.15372517456988796,0.46688128869182344,0.012311483684106924,0.15372517456988796,0.22873124988760135,0.021313546264552008,0.15372517456988796,0.1980585105536577,0.01606503695288454,0.15372517456988796,0.4239888795157257,0.0280434954097304,0.15372517456988796,0.5424856049497053,0.01838130758897629,0.15372517456988796,0.5620538438972538,0.010785518082460092,0.5,0.15372517456988796,0.5977142039769958,0.08589879588120705,0.15372517456988796,0.21105484295065446,0.12965870050756717,0.5,0.15372517456988796,0.5772049246465556,0.11874746737036534,0.15372517456988796,0.4107668387936604,0.09698014865342569,0.15372517456988796,0.17797288536107236,0.02201488954020931,0.15372517456988796,0.21592000541393067,0.014048359612992146,0.15372517456988796,0.5011121950031598,0.003749202121498523,0.15372517456988796,0.574886691854844,0.008865087365632672,0.15372517456988796,0.3743065241541254,0.05829764223659119,0.5,0.15372517456988796,0.2887381698953076,0.04233834171614029,0.0,0.0016907192575773193,0.23263946031054555 -6589,0.5,0.15372517456988796,0.31472942911962876,0.0019701502153650677,0.15372517456988796,0.2038589764897068,0.0061335940171566615,0.15372517456988796,0.495185040373871,0.012917895480453086,0.15372517456988796,0.24006802693846974,0.02409830887016577,0.15372517456988796,0.17509083934258818,0.017001092679318774,0.15372517456988796,0.4737673286162267,0.02631556286003558,0.15372517456988796,0.5813089006902992,0.028262347285154768,0.15372517456988796,0.5970351267004018,0.0221777798433573,0.5,0.15372517456988796,0.6260741951806954,0.10476628495398953,0.15372517456988796,0.3433683680799873,0.1657540498565168,0.5,0.15372517456988796,0.5643356387796201,0.13244268288701452,0.15372517456988796,0.39648830395778967,0.09308933203225762,0.15372517456988796,0.1899320414704509,0.01468177822222135,0.15372517456988796,0.23958319354746505,0.01628616743746685,0.15372517456988796,0.5220820878775455,0.005207053228389833,0.15372517456988796,0.6052967896475846,0.014125274934732862,0.15372517456988796,0.39162609929308734,0.07503292075894044,0.5,0.15372517456988796,0.344429489794421,0.0605197289944902,0.0,2.3799223143365497e-05,0.2605408202267432 -6590,0.5,0.15372517456988796,0.30362925626272697,0.0017337171771476061,0.15372517456988796,0.22193236602599958,0.0028943024366919696,0.15372517456988796,0.46855532213798234,0.015940598175450453,0.15372517456988796,0.23606416881963777,0.02731238882278889,0.15372517456988796,0.19787456198289488,0.02039717577194601,0.15372517456988796,0.4927154709874164,0.026470786227074224,0.15372517456988796,0.5681850054688796,0.03435956164810893,0.15372517456988796,0.5867816632858932,0.030524018339944482,0.5,0.15372517456988796,0.6087274650890049,0.1140086454398327,0.15372517456988796,0.4246646903925253,0.18846224327402178,0.5,0.15372517456988796,0.545712745479451,0.16084774806339405,0.15372517456988796,0.3950792101741949,0.09496802612275498,0.15372517456988796,0.1656394742774242,0.010209476405265466,0.15372517456988796,0.24793791247315572,0.02034884151999873,0.15372517456988796,0.49255252377393854,0.008835186124604752,0.15372517456988796,0.5896030087263111,0.018003786144112525,0.15372517456988796,0.3779020528868953,0.09207272514385438,0.5,0.15372517456988796,0.3690461183362309,0.059100526527704214,0.0,0.0,0.26106884594199276 -6591,0.5,0.15372517456988796,0.2528792141561945,0.001911545155943722,0.15372517456988796,0.15964516365927153,0.0013279403914657323,0.15372517456988796,0.3923193490680741,0.02128225407612274,0.15372517456988796,0.17730679198289337,0.02935933607470088,0.15372517456988796,0.23859855206309205,0.025796352506679512,0.15372517456988796,0.45764805837419775,0.0281302767677734,0.15372517456988796,0.49554906444071567,0.03786926485151116,0.15372517456988796,0.5183013291019427,0.035073042933744,0.5,0.15372517456988796,0.5314732076781161,0.11468763979069391,0.15372517456988796,0.4132994627015626,0.21113613836893297,0.5,0.15372517456988796,0.4571290093625598,0.1702924179338703,0.15372517456988796,0.3851631614974681,0.09680511444938028,0.15372517456988796,0.17661528426208167,0.008209312546572109,0.15372517456988796,0.22234213556047472,0.024532445318623836,0.15372517456988796,0.405489488216227,0.014673483706603051,0.15372517456988796,0.5103923269411498,0.02257754384047491,0.15372517456988796,0.3429128168530414,0.09111680907548,0.5,0.15372517456988796,0.17656097026217957,0.04583453648521462,0.0,0.0,0.24740629863470887 -6592,0.5,0.15372517456988796,0.17740474805178533,0.0025250298729568065,0.15372517456988796,0.09251004273565652,0.001955467176371933,0.15372517456988796,0.2706261863415637,0.02840539552313442,0.15372517456988796,0.11963135535614725,0.028668030212920432,0.15372517456988796,0.2212584323417614,0.03334069648035353,0.15372517456988796,0.36038656542794345,0.03401041475505089,0.15372517456988796,0.37907915829827427,0.04104541759976791,0.15372517456988796,0.397227518425044,0.03753946062107871,0.5,0.15372517456988796,0.4059264258722614,0.11448979500295119,0.15372517456988796,0.25888888222134865,0.2045227497552704,0.5,0.15372517456988796,0.33520001542075356,0.17060260120192047,0.15372517456988796,0.32681834173212404,0.10441908352864186,0.15372517456988796,0.13181138839189263,0.007855625088960205,0.15372517456988796,0.1493589718981368,0.032051590097464625,0.15372517456988796,0.290072596318396,0.022360603337482493,0.15372517456988796,0.38067672821322496,0.027474573064431664,0.15372517456988796,0.27990135524453796,0.0759681465434944,0.5,0.15372517456988796,0.0711936243241062,0.030815993951033262,0.0,0.0,0.24163011539484114 -6593,0.5,0.15372517456988796,0.07493355583886904,0.002686745023142835,0.15372517456988796,0.033801579862589595,0.00294702059604962,0.15372517456988796,0.11237460901222601,0.028626966888005187,0.15372517456988796,0.05286344988557268,0.01857261755946756,0.15372517456988796,0.13699777415601827,0.03390655343795588,0.15372517456988796,0.17789792468892734,0.02796692226310727,0.15372517456988796,0.15326161726939974,0.022945078710320158,0.15372517456988796,0.18872776644008168,0.01810240793471873,0.5,0.15372517456988796,0.20522127543357457,0.06547337325946517,0.15372517456988796,0.09363264336954083,0.1408485349716655,0.5,0.15372517456988796,0.1469582302548037,0.11424577072123525,0.15372517456988796,0.15668076775628512,0.07579901752419987,0.15372517456988796,0.08502546357025119,0.006934763318899433,0.15372517456988796,0.0782062267183615,0.03840701871298665,0.15372517456988796,0.1211303292299063,0.01956041521451034,0.15372517456988796,0.139596384573727,0.011521547525618715,0.15372517456988796,0.11709714360133179,0.0339502140694271,0.5,0.15372517456988796,0.018384802123443414,0.013786172144088522,0.0,0.0,0.23422988833132913 -6594,0.5,0.15372517456988796,7.190521938384643e-07,0.0020040983868760045,0.15372517456988796,0.00011971175822817069,0.002970658265122863,0.15372517456988796,0.0,0.02003252858418456,0.15372517456988796,0.0,0.009550589513810043,0.15372517456988796,0.0,0.02628629026475205,0.15372517456988796,0.0,0.022959920013202646,0.15372517456988796,0.0,0.027784526718916756,0.15372517456988796,0.0,0.012542864875023874,0.5,0.15372517456988796,0.0,0.0342770516617975,0.15372517456988796,0.0,0.09088778142369566,0.5,0.15372517456988796,0.0,0.06628550740048249,0.15372517456988796,0.0,0.05137941919881161,0.15372517456988796,0.00010767877707079124,0.0032676071429564735,0.15372517456988796,0.0,0.03009676004072584,0.15372517456988796,0.0,0.01552406394897774,0.15372517456988796,0.0,0.01321879114014092,0.15372517456988796,0.0,0.02044411242317599,0.5,0.15372517456988796,4.702216928808782e-06,0.013274958022794974,0.0,0.0,0.21140710572196425 -6595,0.5,0.15372517456988796,0.0,0.0025236066249260418,0.15372517456988796,0.0,0.0044219473764868815,0.15372517456988796,0.0,0.02191243898489285,0.15372517456988796,0.0,0.008241275704369553,0.15372517456988796,0.0,0.03342095594014753,0.15372517456988796,0.0,0.03158661390330064,0.15372517456988796,0.0,0.030727653015918267,0.15372517456988796,0.0,0.00970241469957804,0.5,0.15372517456988796,0.0,0.025400793457984776,0.15372517456988796,0.0,0.06164157187723975,0.5,0.15372517456988796,0.0,0.0505603452642315,0.15372517456988796,0.0,0.04586927064033408,0.15372517456988796,0.0,0.0029916708619704344,0.15372517456988796,0.0,0.03260588571753216,0.15372517456988796,0.0,0.01675766016445088,0.15372517456988796,0.0,0.01304038312113737,0.15372517456988796,0.0,0.013173347281811095,0.5,0.15372517456988796,0.0,0.01489136222230741,0.0,0.0,0.17963990415760267 -6596,0.5,0.15372517456988796,0.0,0.003317736398278603,0.15372517456988796,0.0,0.004801328991061838,0.15372517456988796,0.0,0.019281386767585562,0.15372517456988796,0.0,0.007547311766262671,0.15372517456988796,0.0,0.03526291826639185,0.15372517456988796,0.0,0.033670013624918255,0.15372517456988796,0.0,0.03184088173082452,0.15372517456988796,0.0,0.009324451076367354,0.5,0.15372517456988796,0.0,0.018392259240637365,0.15372517456988796,0.0,0.04270776967663763,0.5,0.15372517456988796,0.0,0.02941218937847308,0.15372517456988796,0.0,0.03450582483874228,0.15372517456988796,0.0,0.0029817513372858047,0.15372517456988796,0.0,0.03493198107958906,0.15372517456988796,0.0,0.018053691449718565,0.15372517456988796,0.0,0.01216150147441709,0.15372517456988796,0.0,0.009030015347301693,0.5,0.15372517456988796,0.0,0.01540751971299035,0.0,4.283921735568624e-05,0.1520932361111164 -6597,0.5,0.15372517456988796,0.0,0.004546669861598012,0.15372517456988796,0.0,0.006359198528804894,0.15372517456988796,0.0,0.015216271225962323,0.15372517456988796,0.0,0.007037196788294741,0.15372517456988796,0.0,0.03678228044589891,0.15372517456988796,0.0,0.03446965738885296,0.15372517456988796,0.0,0.030652723555831422,0.15372517456988796,0.0,0.010717771618585444,0.5,0.15372517456988796,0.0,0.017164177774874854,0.15372517456988796,0.0,0.03279670019357327,0.5,0.15372517456988796,0.0,0.015986326470930592,0.15372517456988796,0.0,0.030374683809241073,0.15372517456988796,0.0,0.0028765423983573056,0.15372517456988796,0.0,0.03275077040689345,0.15372517456988796,0.0,0.019808061573720125,0.15372517456988796,0.0,0.01156251335090244,0.15372517456988796,0.0,0.008359887154286087,0.5,0.15372517456988796,0.0,0.018601458476788502,0.0,0.0002185493155024189,0.14027994973787114 -6598,0.5,0.15372517456988796,0.0,0.005768979350743098,0.15372517456988796,0.0,0.007193212760483202,0.15372517456988796,0.0,0.010700137424765452,0.15372517456988796,0.0,0.006797001577274907,0.15372517456988796,0.0,0.03485969115734502,0.15372517456988796,0.0,0.032547856116845915,0.15372517456988796,0.0,0.03094908198015444,0.15372517456988796,0.0,0.012157627876263642,0.5,0.15372517456988796,0.0,0.01582697032706599,0.15372517456988796,0.0,0.021553360644607382,0.5,0.15372517456988796,0.0,0.009869511456677324,0.15372517456988796,0.0,0.025963220091541006,0.15372517456988796,0.0,0.0028461173055032516,0.15372517456988796,0.0,0.02836948002568819,0.15372517456988796,0.0,0.020773103764871938,0.15372517456988796,0.0,0.011432948235178795,0.15372517456988796,0.0,0.008794773622812294,0.5,0.15372517456988796,0.0,0.024229633780366303,0.0,0.0033229366867510756,0.14784305205531978 -6599,0.5,0.15372517456988796,0.0,0.006748364500677304,0.15372517456988796,0.0,0.00581212145864897,0.15372517456988796,0.0,0.006855463244315545,0.15372517456988796,0.0,0.007003484591354409,0.15372517456988796,0.0,0.03363366931109748,0.15372517456988796,0.0,0.02868810883766037,0.15372517456988796,0.0,0.029962587489720516,0.15372517456988796,0.0,0.012254260976750572,0.5,0.15372517456988796,0.0,0.014831751034707158,0.15372517456988796,0.0,0.01691290061258636,0.5,0.15372517456988796,0.0,0.00875426169988362,0.15372517456988796,0.0,0.023167515596890495,0.15372517456988796,0.0,0.0038219950081653624,0.15372517456988796,0.0,0.027205632994738688,0.15372517456988796,0.0,0.01962199416466253,0.15372517456988796,0.0,0.01187926190069115,0.15372517456988796,0.0,0.010283313834000172,0.5,0.15372517456988796,0.0,0.032405519212354704,0.0,0.005885784832348511,0.1556874108426848 -6600,0.5,0.15372517456988796,0.0,0.006422730982563685,0.15372517456988796,0.0,0.004653897411170429,0.15372517456988796,0.0,0.004531079429838318,0.15372517456988796,0.0,0.006587631223626507,0.15372517456988796,0.0,0.036574127511971394,0.15372517456988796,0.0,0.026916147064396434,0.15372517456988796,0.0,0.028521435961929957,0.15372517456988796,0.0,0.012291078861471,0.5,0.15372517456988796,0.0,0.014082973819336262,0.15372517456988796,0.0,0.01538284963474346,0.5,0.15372517456988796,0.0,0.008112836463485642,0.15372517456988796,0.0,0.02114340203429068,0.15372517456988796,0.0,0.005588970566036301,0.15372517456988796,0.0,0.028473093409759866,0.15372517456988796,0.0,0.017260921946178197,0.15372517456988796,0.0,0.011332530880686508,0.15372517456988796,0.0,0.010871817492973218,0.5,0.15372517456988796,0.0,0.03633963672286331,0.0,0.005366731484413605,0.16728485214850225 -6601,0.5,0.15372517456988796,0.0,0.005677973735432925,0.15372517456988796,0.0,0.0063929606860450095,0.15372517456988796,0.0,0.00339023292893677,0.15372517456988796,0.0,0.004925379697698607,0.15372517456988796,0.0,0.04291304483577895,0.15372517456988796,0.0,0.02672003840641414,0.15372517456988796,0.0,0.030411439838734976,0.15372517456988796,0.0,0.012688407976177709,0.5,0.15372517456988796,0.0,0.012941495310644646,0.15372517456988796,0.0,0.015003064404724977,0.5,0.15372517456988796,0.0,0.007557340959869038,0.15372517456988796,0.0,0.021253153916288712,0.15372517456988796,0.0,0.0065619635169798475,0.15372517456988796,0.0,0.03028604666536121,0.15372517456988796,0.0,0.018251301606695483,0.15372517456988796,0.0,0.010146939003721038,0.15372517456988796,0.0,0.01151808400738709,0.5,0.15372517456988796,0.0,0.03589861141936479,0.0,0.00568143606537415,0.17201065249979647 -6602,0.5,0.15372517456988796,0.0,0.005899186338343974,0.15372517456988796,0.0,0.007300757546246797,0.15372517456988796,0.0,0.003455132795315332,0.15372517456988796,0.0,0.003337300431229988,0.15372517456988796,0.0,0.0426591359116919,0.15372517456988796,0.0,0.025196883992284303,0.15372517456988796,0.0,0.032718526282917895,0.15372517456988796,0.0,0.015177351762890808,0.5,0.15372517456988796,0.0,0.01238953468856649,0.15372517456988796,0.0,0.014469158884764176,0.5,0.15372517456988796,0.0,0.008634406332697407,0.15372517456988796,0.0,0.02194178429026383,0.15372517456988796,0.0,0.008155818383165765,0.15372517456988796,0.0,0.032609721628142394,0.15372517456988796,0.0,0.021477276950602406,0.15372517456988796,0.0,0.009843420014032687,0.15372517456988796,0.0,0.01204316953778289,0.5,0.15372517456988796,0.0,0.034808938506764905,0.0,0.006511203177283533,0.16850533088498507 -6603,0.5,0.15372517456988796,0.0,0.005376534726091458,0.15372517456988796,0.0,0.0062740544798799225,0.15372517456988796,0.0,0.0035867016971462867,0.15372517456988796,0.0,0.002758866675406443,0.15372517456988796,0.0,0.04027825777378294,0.15372517456988796,0.0,0.023715082774474604,0.15372517456988796,0.0,0.03023130260344576,0.15372517456988796,0.0,0.01437849303178227,0.5,0.15372517456988796,0.0,0.011386284589660194,0.15372517456988796,0.0,0.01301788113125126,0.5,0.15372517456988796,0.0,0.010545380620623242,0.15372517456988796,0.0,0.019772184309351938,0.15372517456988796,0.0,0.01076395171423184,0.15372517456988796,0.0,0.03545772968276796,0.15372517456988796,0.0,0.021469919482860325,0.15372517456988796,0.0,0.009004386200320463,0.15372517456988796,0.0,0.01190046842024749,0.5,0.15372517456988796,0.0,0.03421015491695416,0.0,0.006067016703017249,0.16089920574157257 -6604,0.5,0.15372517456988796,0.0,0.003946301347284256,0.15372517456988796,0.0,0.006246010592820967,0.15372517456988796,0.0,0.0032221120251973174,0.15372517456988796,0.0,0.0028662556005816034,0.15372517456988796,0.0,0.040655152421932905,0.15372517456988796,0.0,0.02344253221266044,0.15372517456988796,0.0,0.028116689306112025,0.15372517456988796,0.0,0.01388083892858229,0.5,0.15372517456988796,0.0,0.012826947719230545,0.15372517456988796,0.0,0.01238425740877136,0.5,0.15372517456988796,0.0,0.01117877333556329,0.15372517456988796,0.0,0.016509190279241096,0.15372517456988796,0.0,0.012986227533753487,0.15372517456988796,0.0,0.03862468893369321,0.15372517456988796,0.0,0.019974658600507664,0.15372517456988796,0.0,0.008510819223612565,0.15372517456988796,0.0,0.01282376537891948,0.5,0.15372517456988796,0.0,0.034245887185364615,0.0,0.0051631235503136015,0.18495920153295123 -6605,0.5,0.15372517456988796,0.0,0.0029074704442145502,0.15372517456988796,0.0,0.007986834196803301,0.15372517456988796,0.0,0.0027962763602142203,0.15372517456988796,0.0,0.0033239022988992228,0.15372517456988796,0.0,0.035869671743240676,0.15372517456988796,0.0,0.02374664436994417,0.15372517456988796,0.0,0.028333771185106986,0.15372517456988796,0.0,0.01611539213425408,0.5,0.15372517456988796,0.0,0.014019784947926477,0.15372517456988796,0.0,0.011028605050616378,0.5,0.15372517456988796,0.0,0.014317282790184425,0.15372517456988796,0.0,0.01482394215582203,0.15372517456988796,0.0,0.015163292202273627,0.15372517456988796,0.0,0.04087013427513696,0.15372517456988796,0.0,0.017053835337823307,0.15372517456988796,0.0,0.007935339718326892,0.15372517456988796,0.0,0.013322119694130035,0.5,0.15372517456988796,0.0,0.03402885654164057,0.0,0.003991763016633519,0.23164235803166966 -6606,0.5,0.15372517456988796,0.0,0.0031552761416005905,0.15372517456988796,0.0,0.010478378749942095,0.15372517456988796,0.0,0.0027154246370044615,0.15372517456988796,0.0,0.0043913392710596315,0.15372517456988796,0.0,0.03379320501333698,0.15372517456988796,0.0,0.023054852060486835,0.15372517456988796,0.0,0.0267265795751846,0.15372517456988796,0.0,0.01906804578406498,0.5,0.15372517456988796,0.0,0.01451736578261286,0.15372517456988796,0.0,0.01047312065741907,0.5,0.15372517456988796,0.0,0.0168434719196824,0.15372517456988796,0.0,0.012518224367632011,0.15372517456988796,0.0,0.021501300746847567,0.15372517456988796,0.0,0.051958733005935856,0.15372517456988796,0.0,0.015473339797491461,0.15372517456988796,0.0,0.00795230534766928,0.15372517456988796,0.0,0.012981569935435821,0.5,0.15372517456988796,0.0,0.03134409673304108,0.0,0.003826356997358207,0.24436855351458375 -6607,0.5,0.15372517456988796,0.0016289000450965495,0.00462318992081082,0.15372517456988796,0.0,0.016195177438163576,0.15372517456988796,0.00030738546108053234,0.0031720910340589663,0.15372517456988796,0.0030783219849031536,0.0058240144637418025,0.15372517456988796,0.0,0.038549227098926664,0.15372517456988796,0.0,0.02506634692913782,0.15372517456988796,0.0,0.0253518915189641,0.15372517456988796,0.0,0.02096647968716052,0.5,0.15372517456988796,0.0,0.014387011791446285,0.15372517456988796,7.213847498835455e-05,0.009349597591643803,0.5,0.15372517456988796,0.0,0.020661507477825542,0.15372517456988796,0.0,0.013565583556945008,0.15372517456988796,0.0,0.031901065750713865,0.15372517456988796,0.0,0.06203556383050768,0.15372517456988796,0.0,0.01681539444480753,0.15372517456988796,0.0,0.007419155921428302,0.15372517456988796,0.0005036903682142016,0.012813427836175652,0.5,0.15372517456988796,0.0016124762415092103,0.023372840889026948,0.0,0.006251970061853966,0.24578183806437734 -6608,0.5,0.15372517456988796,0.0907537746483641,0.006707529773717891,0.15372517456988796,0.08884450233755721,0.0212996722571602,0.15372517456988796,0.09543345696914687,0.0033736087422688112,0.15372517456988796,0.0971183649777086,0.006808741990571205,0.15372517456988796,0.06881548176680359,0.034472559355832336,0.15372517456988796,0.061587405347158564,0.023192770567952492,0.15372517456988796,0.07431934848195496,0.02218356251438475,0.15372517456988796,0.0680705304275377,0.0172093934743329,0.5,0.15372517456988796,0.06826945813744005,0.011579299881898781,0.15372517456988796,0.07506561862539303,0.009159116287800688,0.5,0.15372517456988796,0.04077565657360789,0.024729100101510127,0.15372517456988796,0.06410468283987197,0.015208911621085336,0.15372517456988796,0.07859055150212238,0.03092152116993872,0.15372517456988796,0.07150899615264503,0.05612579898287645,0.15372517456988796,0.08775932749406873,0.018505122606911565,0.15372517456988796,0.087294485081553,0.006268891275322363,0.15372517456988796,0.06754566721126343,0.011613072219568855,0.5,0.15372517456988796,0.0671550481422091,0.019920426946243235,0.0,0.011807764488193635,0.2453332671447969 -6609,0.5,0.15372517456988796,0.2238988471482734,0.015540575256946685,0.15372517456988796,0.24275311934683255,0.031432939674015566,0.15372517456988796,0.241240160799979,0.008200018830138432,0.15372517456988796,0.2204810581896147,0.016920004126635642,0.15372517456988796,0.22252583810284599,0.03015640587122305,0.15372517456988796,0.21521133269422812,0.02045749292139721,0.15372517456988796,0.22922848674180932,0.020612383708603264,0.15372517456988796,0.2235771027185786,0.014913141740170983,0.5,0.15372517456988796,0.20877795221265932,0.013127635437369629,0.15372517456988796,0.20317102704982978,0.02212272836853259,0.5,0.15372517456988796,0.1439148832994816,0.07566409197012472,0.15372517456988796,0.1789957160611013,0.04256171726447094,0.15372517456988796,0.2320530012571148,0.034664754214076554,0.15372517456988796,0.22419393787432468,0.058643647404725815,0.15372517456988796,0.24215048629387625,0.029577156638979325,0.15372517456988796,0.24211122731416804,0.00877057084670442,0.15372517456988796,0.1741552315836319,0.022240322802846914,0.5,0.15372517456988796,0.14712288818008107,0.050884666124973464,0.0,0.016091918911388094,0.2595980621772426 -6610,0.5,0.15372517456988796,0.3673738560707107,0.03859587505567407,0.15372517456988796,0.3877268394508556,0.06591745521133842,0.15372517456988796,0.3880294295075526,0.030758695056705167,0.15372517456988796,0.3511050012362803,0.04158977398448789,0.15372517456988796,0.37059805556720216,0.05825591248144646,0.15372517456988796,0.36518376216887677,0.03250578123735492,0.15372517456988796,0.378764727715464,0.03162380886216747,0.15372517456988796,0.37603714656633125,0.02535732275142211,0.5,0.15372517456988796,0.3485057419038209,0.0300104955419885,0.15372517456988796,0.34847386296522437,0.051771278078403996,0.5,0.15372517456988796,0.27132033197164945,0.1498162431244114,0.15372517456988796,0.30500974495410177,0.08885299463174978,0.15372517456988796,0.3777079750583157,0.06806203491760027,0.15372517456988796,0.36919819235229173,0.1044410318537749,0.15372517456988796,0.3902969528937361,0.06207956809158316,0.15372517456988796,0.390147849206902,0.01984532242037016,0.15372517456988796,0.29770982230216525,0.07971245118269112,0.5,0.15372517456988796,0.1998043860710654,0.10568720396709332,0.0,0.017709421829566526,0.31043342086190007 -6611,0.5,0.15372517456988796,0.48841382159053603,0.056507350056628394,0.15372517456988796,0.5116501998941315,0.11394583987266865,0.15372517456988796,0.5060176352679729,0.05549921546610002,0.15372517456988796,0.4620069571620334,0.0631420445525565,0.15372517456988796,0.5016930168089765,0.07328084994356045,0.15372517456988796,0.4987989428669992,0.05336140712114905,0.15372517456988796,0.5087752267874172,0.03923080342205204,0.15372517456988796,0.5097713640501188,0.06673666160381095,0.5,0.15372517456988796,0.4759111385341031,0.0896583742265828,0.15372517456988796,0.46998759241832644,0.10187707394031335,0.5,0.15372517456988796,0.39487463259596967,0.2475237508823103,0.15372517456988796,0.4173698399168275,0.14616361466056055,0.15372517456988796,0.5050383984435124,0.12167634553685952,0.15372517456988796,0.49785931650310733,0.13779701436846392,0.15372517456988796,0.5164873381234417,0.09067944316818763,0.15372517456988796,0.514559376958049,0.04129750807845305,0.15372517456988796,0.37411577731399515,0.16342522808719748,0.5,0.15372517456988796,0.23495047120570994,0.20755711592576373,0.0,0.012124925216990948,0.34572128122153806 -6612,0.5,0.15372517456988796,0.5716495938786619,0.06742265283351599,0.15372517456988796,0.5828748422827896,0.1707980840981742,0.15372517456988796,0.5780265149129902,0.08505040454379306,0.15372517456988796,0.5247640983569954,0.08382654557450264,0.15372517456988796,0.5816283224317534,0.08923164160458276,0.15372517456988796,0.5821005289165693,0.07506727397150506,0.15372517456988796,0.5868672414920525,0.06044583966643782,0.15372517456988796,0.5918998954042076,0.11755951494050207,0.5,0.15372517456988796,0.5623694294098769,0.19705830902375854,0.15372517456988796,0.5186547731805772,0.1436258709997161,0.5,0.15372517456988796,0.43664431934621745,0.26898738374293496,0.15372517456988796,0.48306356447933324,0.18262177171717406,0.15372517456988796,0.5798754562494615,0.17777285697693163,0.15372517456988796,0.5773719321406214,0.1823799077809577,0.15372517456988796,0.5893717432327732,0.12395477698551066,0.15372517456988796,0.5927808757281855,0.07253265734122817,0.15372517456988796,0.38049285738342886,0.20142818030175622,0.5,0.15372517456988796,0.2939467571406122,0.2196168988019359,0.0,0.0070911739311812876,0.31007867772725467 -6613,0.5,0.15372517456988796,0.5981891052983705,0.07718226123479038,0.15372517456988796,0.6045075984633992,0.2055944909552622,0.15372517456988796,0.5994493847907364,0.09483640104363268,0.15372517456988796,0.5305157805090938,0.10292180238054616,0.15372517456988796,0.6094870276140022,0.10162181904292855,0.15372517456988796,0.6130769636803385,0.10291825218388603,0.15372517456988796,0.6112931285541245,0.06729764622502728,0.15372517456988796,0.6162062795861699,0.1686832506341752,0.5,0.15372517456988796,0.6031280510425587,0.285792212476483,0.15372517456988796,0.3490183157935731,0.1400311399069037,0.5,0.15372517456988796,0.4273878422183943,0.2614974301728747,0.15372517456988796,0.43599805049461837,0.17147798131938524,0.15372517456988796,0.6033276543084477,0.2168416338527128,0.15372517456988796,0.604836468162677,0.2051319273406398,0.15372517456988796,0.6099795005248334,0.1493610643263344,0.15372517456988796,0.6165108728371651,0.08606972367266746,0.15372517456988796,0.38448044500555817,0.19369748631259182,0.5,0.15372517456988796,0.33130437691642695,0.17689241371689832,0.0,0.005999469962997413,0.24501233572269973 -6614,0.5,0.15372517456988796,0.5677597569636414,0.08639605675380241,0.15372517456988796,0.5786819493777005,0.21984635343070755,0.15372517456988796,0.5405275213115059,0.08769340335510221,0.15372517456988796,0.4967377923880337,0.12124576815244995,0.15372517456988796,0.5904092371304853,0.11438235911644568,0.15372517456988796,0.5977940247468813,0.11904290387832617,0.15372517456988796,0.5861840233783134,0.06878609116775604,0.15372517456988796,0.6012469266858541,0.16818145798160455,0.5,0.15372517456988796,0.5582405471438378,0.24614150187428852,0.15372517456988796,0.30556055127408954,0.14018315715490182,0.5,0.15372517456988796,0.24631892313176795,0.2387637218393193,0.15372517456988796,0.3851127363295078,0.17622011167718768,0.15372517456988796,0.5784272752095123,0.22690847487718988,0.15372517456988796,0.5841984611138578,0.2138569241552147,0.15372517456988796,0.581550883379575,0.15972748295709896,0.15372517456988796,0.5627823302621385,0.09150847238899767,0.15372517456988796,0.24308464803541946,0.17334406117905554,0.5,0.15372517456988796,0.33219224587469137,0.1431045752678979,0.0,0.006697230066345478,0.1794846880056093 -6615,0.5,0.15372517456988796,0.47373539004253784,0.0978816481038339,0.15372517456988796,0.4939837074952381,0.2372587645785183,0.15372517456988796,0.43410471699745834,0.09280250991747668,0.15372517456988796,0.4176803325813936,0.13912810588844632,0.15372517456988796,0.5135008103864833,0.11929239493455446,0.15372517456988796,0.5254427985400143,0.1286405199466231,0.15372517456988796,0.5065645195857915,0.07893412946639423,0.15372517456988796,0.5210465793367068,0.16808606937042325,0.5,0.15372517456988796,0.4602439582060611,0.21891404092515732,0.15372517456988796,0.21458796771532868,0.12943525199207395,0.5,0.15372517456988796,0.180214196509519,0.23258611016412595,0.15372517456988796,0.2965447022873642,0.17845281562010762,0.15372517456988796,0.4942842568156122,0.2154884492213827,0.15372517456988796,0.5053544842882297,0.2052538535066432,0.15372517456988796,0.48799123765079455,0.16250649547158882,0.15372517456988796,0.4134138646320939,0.0996444511307646,0.15372517456988796,0.16052784353756205,0.16431882714775312,0.5,0.15372517456988796,0.2641779894791414,0.1280427249401199,0.0,0.009733536799998006,0.11817338093274203 -6616,0.5,0.15372517456988796,0.3445384307946138,0.09547216539978697,0.15372517456988796,0.36939335886437974,0.208642430388448,0.15372517456988796,0.3030321054299899,0.09534561062501871,0.15372517456988796,0.30598452862290987,0.13093146247193574,0.15372517456988796,0.38938984989943903,0.10267719605127217,0.15372517456988796,0.40233394591884414,0.10870426697397537,0.15372517456988796,0.3861937153127231,0.08920325585087877,0.15372517456988796,0.3921061276793914,0.1545111863542492,0.5,0.15372517456988796,0.32753839147914,0.20055976002133913,0.15372517456988796,0.14942946157148743,0.1119332269214646,0.5,0.15372517456988796,0.12763996401979,0.2625354725383121,0.15372517456988796,0.20878169859933762,0.1682799780600642,0.15372517456988796,0.3707391727896242,0.16035663322108842,0.15372517456988796,0.3817947567424612,0.17541111814125881,0.15372517456988796,0.3595170582237732,0.15666034334060852,0.15372517456988796,0.26396445626020876,0.10350900094512874,0.15372517456988796,0.12390010126559838,0.14487864629205618,0.5,0.15372517456988796,0.17483187897282615,0.11177170772187331,0.0,0.018319690663554943,0.07018658305548417 -6617,0.5,0.15372517456988796,0.08431056689059878,0.04893618736358994,0.15372517456988796,0.11954438880232979,0.08294372499707224,0.15372517456988796,0.09134031222877115,0.04441144300279976,0.15372517456988796,0.0775853198520936,0.06749766255525362,0.15372517456988796,0.14507504227871,0.035547126043588305,0.15372517456988796,0.1637087994249245,0.03826384179723526,0.15372517456988796,0.1463804663682925,0.043642905226807915,0.15372517456988796,0.16727130915942945,0.06615598341098221,0.5,0.15372517456988796,0.14371606178750954,0.13103902216284752,0.15372517456988796,0.07574467561164,0.06616144144290512,0.5,0.15372517456988796,0.06188410462448497,0.24389728009536846,0.15372517456988796,0.09627687456370246,0.11809556555681112,0.15372517456988796,0.1319286243035237,0.07156430396316796,0.15372517456988796,0.14285344675113604,0.07753233912033887,0.15372517456988796,0.12362524992530213,0.0708967043714726,0.15372517456988796,0.10932770607675085,0.06996337110628682,0.15372517456988796,0.06523023840286409,0.10640970616857073,0.5,0.15372517456988796,0.07882972859811266,0.06376919145694973,0.0,0.031014971316850496,0.04548501663659177 -6618,0.5,0.15372517456988796,0.0,0.06449911743274427,0.15372517456988796,0.0,0.07998279317690933,0.15372517456988796,0.0,0.04558718765302033,0.15372517456988796,0.0,0.0838551722150318,0.15372517456988796,0.0,0.047330245997579054,0.15372517456988796,0.0,0.0334999510003323,0.15372517456988796,0.0,0.05341560404617926,0.15372517456988796,0.0,0.049569370906009755,0.5,0.15372517456988796,0.0,0.06968360817181099,0.15372517456988796,0.0,0.04811893909152559,0.5,0.15372517456988796,0.0,0.13403333888326013,0.15372517456988796,0.0,0.06343097569807875,0.15372517456988796,0.0,0.08371168036948361,0.15372517456988796,0.0,0.0792447523979899,0.15372517456988796,0.0,0.07102274928097707,0.15372517456988796,0.0,0.053567819992462816,0.15372517456988796,0.0,0.05803642617871646,0.5,0.15372517456988796,0.0,0.05402570930623942,0.0,0.05699836462667056,0.04514000093312402 -6619,0.5,0.15372517456988796,0.0,0.07183670082801147,0.15372517456988796,0.0,0.08384981033059206,0.15372517456988796,0.0,0.04953471927092941,0.15372517456988796,0.0,0.09214075130344072,0.15372517456988796,0.0,0.06212405158703946,0.15372517456988796,0.0,0.03863957456914785,0.15372517456988796,0.0,0.058387955396005504,0.15372517456988796,0.0,0.0475246996103822,0.5,0.15372517456988796,0.0,0.06102019049598673,0.15372517456988796,0.0,0.040591833185015906,0.5,0.15372517456988796,0.0,0.07943911948381784,0.15372517456988796,0.0,0.05190316216509379,0.15372517456988796,0.0,0.10187414249307845,0.15372517456988796,0.0,0.09882554142759802,0.15372517456988796,0.0,0.07390857987237465,0.15372517456988796,0.0,0.04922613431406935,0.15372517456988796,0.0,0.03720814524637906,0.5,0.15372517456988796,0.0,0.05857319400238733,0.0,0.08538055428570489,0.05497723431289674 -6620,0.5,0.15372517456988796,0.0,0.07534425454886533,0.15372517456988796,0.0,0.08324805107111727,0.15372517456988796,0.0,0.05641457860557925,0.15372517456988796,0.0,0.0899965083552422,0.15372517456988796,0.0,0.07649523328368378,0.15372517456988796,0.0,0.04613310160701006,0.15372517456988796,0.0,0.057112807342936264,0.15372517456988796,0.0,0.04282869384920907,0.5,0.15372517456988796,0.0,0.046232677159821815,0.15372517456988796,0.0,0.027107497884462546,0.5,0.15372517456988796,0.0,0.04931422113244957,0.15372517456988796,0.0,0.04513523987001878,0.15372517456988796,0.0,0.12031634928468692,0.15372517456988796,0.0,0.12099073812776974,0.15372517456988796,0.0,0.07353513040167636,0.15372517456988796,0.0,0.036321594000025915,0.15372517456988796,0.0,0.029547385376576016,0.5,0.15372517456988796,0.0,0.05148048678219614,0.0,0.10651966929495604,0.09032558948272246 -6621,0.5,0.15372517456988796,0.0,0.07604964961034608,0.15372517456988796,0.0,0.08140271220838953,0.15372517456988796,0.0,0.05483359664025401,0.15372517456988796,0.0,0.08045158067276541,0.15372517456988796,0.0,0.09114323908244899,0.15372517456988796,0.0,0.057668042635052125,0.15372517456988796,0.0,0.05668606085071453,0.15372517456988796,0.0,0.04298654535854182,0.5,0.15372517456988796,0.0,0.03485060500650643,0.15372517456988796,0.0,0.018962769068252193,0.5,0.15372517456988796,0.0,0.02856779581686335,0.15372517456988796,0.0,0.03859747415184269,0.15372517456988796,0.0,0.1333509569118356,0.15372517456988796,0.0,0.13935506268285724,0.15372517456988796,0.0,0.07413485969828437,0.15372517456988796,0.0,0.023487177143308502,0.15372517456988796,0.0,0.025897108042934013,0.5,0.15372517456988796,0.0,0.04227248191787304,0.0,0.11727021039972405,0.16838668995948972 -6622,0.5,0.15372517456988796,0.0,0.07490169037237043,0.15372517456988796,0.0,0.08351240414014732,0.15372517456988796,0.0,0.04074859846448771,0.15372517456988796,0.0,0.07081780475870676,0.15372517456988796,0.0,0.1002895284981353,0.15372517456988796,0.0,0.06693743904170311,0.15372517456988796,0.0,0.059167425949066356,0.15372517456988796,0.0,0.04419366415587567,0.5,0.15372517456988796,0.0,0.027726152118153775,0.15372517456988796,0.0,0.01283170023398683,0.5,0.15372517456988796,0.0,0.020084565217041057,0.15372517456988796,0.0,0.02938818255107475,0.15372517456988796,0.0,0.14122181411004397,0.15372517456988796,0.0,0.1511901155584876,0.15372517456988796,0.0,0.07487921795962563,0.15372517456988796,0.0,0.013727289043852278,0.15372517456988796,0.0,0.02303551610043935,0.5,0.15372517456988796,0.0,0.03461521142529154,0.0,0.10837213637526105,0.30350825619459804 -6623,0.5,0.15372517456988796,0.0,0.07252842421668179,0.15372517456988796,0.0,0.0934317835102259,0.15372517456988796,0.0,0.028527664766291944,0.15372517456988796,0.0,0.06274405614102986,0.15372517456988796,0.0,0.0972799089043105,0.15372517456988796,0.0,0.06832085177865335,0.15372517456988796,0.0,0.06002609640238457,0.15372517456988796,0.0,0.044064760165946404,0.5,0.15372517456988796,0.0,0.02218253580419211,0.15372517456988796,0.0,0.010018155609835778,0.5,0.15372517456988796,0.0,0.013447170177010227,0.15372517456988796,0.0,0.020025948382555427,0.15372517456988796,0.0,0.14342723320724948,0.15372517456988796,0.0,0.1555464148182903,0.15372517456988796,0.0,0.07590497644401915,0.15372517456988796,0.0,0.01042457232171808,0.15372517456988796,0.0,0.023523833369286443,0.5,0.15372517456988796,0.0,0.031103926263908087,0.0,0.09731213402015461,0.4260544244386029 -6624,0.5,0.15372517456988796,0.0,0.06852745165454978,0.15372517456988796,0.0,0.10349036466518637,0.15372517456988796,0.0,0.020931544163976617,0.15372517456988796,0.0,0.054999491708120365,0.15372517456988796,0.0,0.09379472380363596,0.15372517456988796,0.0,0.07990678806226134,0.15372517456988796,0.0,0.054034041235835,0.15372517456988796,0.0,0.04267532328637447,0.5,0.15372517456988796,0.0,0.01837784426983062,0.15372517456988796,0.0,0.008063526148398913,0.5,0.15372517456988796,0.0,0.010942507173902657,0.15372517456988796,0.0,0.01444747402043958,0.15372517456988796,0.0,0.14600285900316645,0.15372517456988796,0.0,0.15709521636071727,0.15372517456988796,0.0,0.07483856842702231,0.15372517456988796,0.0,0.010477013090069265,0.15372517456988796,0.0,0.022933016655127366,0.5,0.15372517456988796,0.0,0.031070571422369322,0.0,0.1010117999884167,0.5320945588558251 -6625,0.5,0.15372517456988796,0.0,0.06448030345015525,0.15372517456988796,0.0,0.1065624987239278,0.15372517456988796,0.0,0.016218910249525015,0.15372517456988796,0.0,0.047219887023183485,0.15372517456988796,0.0,0.09405348818805151,0.15372517456988796,0.0,0.07701770277570469,0.15372517456988796,0.0,0.0439164816149233,0.15372517456988796,0.0,0.039267332551868483,0.5,0.15372517456988796,0.0,0.01639399251201736,0.15372517456988796,0.0,0.005826143012656388,0.5,0.15372517456988796,0.0,0.011664114048831373,0.15372517456988796,0.0,0.012082064743825763,0.15372517456988796,0.0,0.15678558397839013,0.15372517456988796,0.0,0.1595990923593796,0.15372517456988796,0.0,0.07168356739647835,0.15372517456988796,0.0,0.010562653240321455,0.15372517456988796,0.0,0.022100184508415888,0.5,0.15372517456988796,0.0,0.028939504712834154,0.0,0.11295939623786506,0.6104290318560757 -6626,0.5,0.15372517456988796,0.0,0.06221579865282923,0.15372517456988796,0.0,0.10931689592297113,0.15372517456988796,0.0,0.01404104564867394,0.15372517456988796,0.0,0.04364953197266686,0.15372517456988796,0.0,0.10475654358152567,0.15372517456988796,0.0,0.08134883894152842,0.15372517456988796,0.0,0.0379868974681938,0.15372517456988796,0.0,0.03915178137396077,0.5,0.15372517456988796,0.0,0.015655191100496537,0.15372517456988796,0.0,0.005112688431633158,0.5,0.15372517456988796,0.0,0.01295350248952965,0.15372517456988796,0.0,0.010931280561327517,0.15372517456988796,0.0,0.17122481195840306,0.15372517456988796,0.0,0.16140486155266257,0.15372517456988796,0.0,0.06856117960642097,0.15372517456988796,0.0,0.011561573677070948,0.15372517456988796,0.0,0.023822866206791044,0.5,0.15372517456988796,0.0,0.021098706417642502,0.0,0.1244959532850038,0.6559132467260923 -6627,0.5,0.15372517456988796,0.0,0.06298036345915822,0.15372517456988796,0.0,0.11922335719853028,0.15372517456988796,0.0,0.012839420913110255,0.15372517456988796,0.0,0.04288659834348327,0.15372517456988796,0.0,0.0902311033647844,0.15372517456988796,0.0,0.07389502609441392,0.15372517456988796,0.0,0.040007291075677694,0.15372517456988796,0.0,0.03964751295223039,0.5,0.15372517456988796,0.0,0.01448917655521496,0.15372517456988796,0.0,0.00516057917707826,0.5,0.15372517456988796,0.0,0.011428484587221873,0.15372517456988796,0.0,0.01015784989492489,0.15372517456988796,0.0,0.17637593472365978,0.15372517456988796,0.0,0.16078366634651375,0.15372517456988796,0.0,0.06954658067339951,0.15372517456988796,0.0,0.013088033770581929,0.15372517456988796,0.0,0.026823080342689504,0.5,0.15372517456988796,0.0,0.015486021051634732,0.0,0.12393054250723272,0.6653554787581575 -6628,0.5,0.15372517456988796,0.0,0.06706141314359812,0.15372517456988796,0.0,0.11840480500991934,0.15372517456988796,0.0,0.012816278954870426,0.15372517456988796,0.0,0.04585847130974048,0.15372517456988796,0.0,0.08458163801652535,0.15372517456988796,0.0,0.07349120551098866,0.15372517456988796,0.0,0.04511488812479848,0.15372517456988796,0.0,0.04116713874258797,0.5,0.15372517456988796,0.0,0.013222238826755597,0.15372517456988796,0.0,0.004946894866326733,0.5,0.15372517456988796,0.0,0.012414365728026466,0.15372517456988796,0.0,0.009276317837116575,0.15372517456988796,0.0,0.17257607797505448,0.15372517456988796,0.0,0.1623288362362199,0.15372517456988796,0.0,0.07113881978032381,0.15372517456988796,0.0,0.014794757827381782,0.15372517456988796,0.0,0.027976491037627536,0.5,0.15372517456988796,0.0,0.010075603315272047,0.0,0.11931026029390561,0.6768235183497431 -6629,0.5,0.15372517456988796,0.0,0.07200977685452613,0.15372517456988796,0.0,0.12073588855458807,0.15372517456988796,0.0,0.013363315687147308,0.15372517456988796,0.0,0.05036471506791675,0.15372517456988796,0.0,0.07734879287616489,0.15372517456988796,0.0,0.0740488979755882,0.15372517456988796,0.0,0.05284904037574657,0.15372517456988796,0.0,0.04249233696092783,0.5,0.15372517456988796,0.0,0.012632340000438875,0.15372517456988796,0.0,0.0050469618246127565,0.5,0.15372517456988796,0.0,0.021161904782598155,0.15372517456988796,0.0,0.010492677609580624,0.15372517456988796,0.0,0.1771465366810459,0.15372517456988796,0.0,0.16237327982379562,0.15372517456988796,0.0,0.07671433510590477,0.15372517456988796,0.0,0.017147189233555626,0.15372517456988796,0.0,0.028928606807121563,0.5,0.15372517456988796,0.0,0.007976782765729468,0.0,0.12204414021092,0.7176887769975453 -6630,0.5,0.15372517456988796,0.0,0.0779772445730412,0.15372517456988796,0.0,0.13782850167307378,0.15372517456988796,0.0,0.014451857454676285,0.15372517456988796,0.0,0.053188759853759454,0.15372517456988796,0.0,0.08443202920054184,0.15372517456988796,0.0,0.07466027579357917,0.15372517456988796,0.0,0.053048356287937026,0.15372517456988796,0.0,0.041759426075235986,0.5,0.15372517456988796,0.0,0.010785995391018063,0.15372517456988796,0.0,0.006345452290351594,0.5,0.15372517456988796,0.0,0.026820948421070183,0.15372517456988796,0.0,0.011362567117871631,0.15372517456988796,0.0,0.18729243827044711,0.15372517456988796,0.0,0.15850534051014809,0.15372517456988796,0.0,0.082331164731013,0.15372517456988796,0.0,0.018452477607383708,0.15372517456988796,0.0,0.028938427980191285,0.5,0.15372517456988796,0.0,0.007282963805912809,0.0,0.13456666203433257,0.7568349463744256 -6631,0.5,0.15372517456988796,0.001573659484933064,0.08168552574151171,0.15372517456988796,0.0,0.1549167254240511,0.15372517456988796,0.00012467611013119965,0.01619849652414254,0.15372517456988796,0.003532365180385443,0.057455028200442515,0.15372517456988796,0.0,0.08245913459588691,0.15372517456988796,0.0,0.07332131968888664,0.15372517456988796,0.0,0.0567327155925995,0.15372517456988796,0.0,0.04331113491657432,0.5,0.15372517456988796,0.0,0.009765816969568686,0.15372517456988796,6.7761910693043924e-06,0.008265905740650125,0.5,0.15372517456988796,0.0,0.03205079463913195,0.15372517456988796,0.0,0.012541100981356846,0.15372517456988796,0.0,0.20050792432274703,0.15372517456988796,0.0,0.16160330495322509,0.15372517456988796,0.0,0.09478820102386566,0.15372517456988796,0.0,0.01877390433604297,0.15372517456988796,0.00034976073953246593,0.027589057777970674,0.5,0.15372517456988796,0.0018881345317307752,0.007152508419001406,0.0,0.15351522152842698,0.7906326949052834 -6632,0.5,0.15372517456988796,0.12236621514192458,0.07782273670338172,0.15372517456988796,0.09139176951311205,0.14374235968147014,0.15372517456988796,0.1086010577756187,0.017961384911413882,0.15372517456988796,0.13249413969520918,0.056315948471668376,0.15372517456988796,0.06794850492048869,0.06922961205127987,0.15372517456988796,0.060165849530275324,0.06272275074557863,0.15372517456988796,0.0734715378629026,0.045021906749838934,0.15372517456988796,0.06671916475670171,0.038420231168791244,0.5,0.15372517456988796,0.0674354746513246,0.007128752416724094,0.15372517456988796,0.10548194911917719,0.0060691373935389415,0.5,0.15372517456988796,0.07672371115323064,0.04537744561796744,0.15372517456988796,0.09171555269512341,0.008277035685862461,0.15372517456988796,0.08364260044233601,0.1961146391119915,0.15372517456988796,0.07184613706469856,0.1607643015642064,0.15372517456988796,0.08981145397796643,0.0979940987293732,0.15372517456988796,0.08670630841894894,0.013935171650840848,0.15372517456988796,0.09835354286453028,0.022766552119835626,0.5,0.15372517456988796,0.0929116656969259,0.007913514184784042,0.0,0.17987185921420906,0.8059574768540627 -6633,0.5,0.15372517456988796,0.2830165458738543,0.1388480241556952,0.15372517456988796,0.25270291040438264,0.2366218985726706,0.15372517456988796,0.2687489059929372,0.03536299171364187,0.15372517456988796,0.2923550188024975,0.08657397600050216,0.15372517456988796,0.2252816013300339,0.08457988265484255,0.15372517456988796,0.21651016431085882,0.0674212402809139,0.15372517456988796,0.2316694133663154,0.0420926262522255,0.15372517456988796,0.2248340435910345,0.03865263083656681,0.5,0.15372517456988796,0.2146385316606433,0.0074892412463923915,0.15372517456988796,0.2656425707519733,0.0029601420513113976,0.5,0.15372517456988796,0.23265474297185199,0.0808467953864896,0.15372517456988796,0.2513655190281646,0.008716359144321712,0.15372517456988796,0.24413834550419597,0.27618877044068996,0.15372517456988796,0.22968246601014458,0.2302624924820083,0.15372517456988796,0.24998173614104185,0.15488797116794165,0.15372517456988796,0.2426745847420645,0.013409349282989902,0.15372517456988796,0.2538255063130641,0.04343328312021238,0.5,0.15372517456988796,0.23390141998118738,0.02592485527104889,0.0,0.22946329229789736,0.824566837766419 -6634,0.5,0.15372517456988796,0.4353629503051022,0.2716487697684942,0.15372517456988796,0.40406853679982035,0.4361616558082439,0.15372517456988796,0.42378883144423096,0.06248647160588088,0.15372517456988796,0.4460158145471018,0.1570388180610682,0.15372517456988796,0.37626651709397674,0.215954104014136,0.15372517456988796,0.36873285334204625,0.15231540041158675,0.15372517456988796,0.3837409036417718,0.08881897495799922,0.15372517456988796,0.37924365742508614,0.09352154546819262,0.5,0.15372517456988796,0.37058527581902906,0.023107597670261295,0.15372517456988796,0.4252745942752211,0.0059801748239830844,0.5,0.15372517456988796,0.395975810737175,0.11144254914328358,0.15372517456988796,0.4108974072335846,0.020936709449175327,0.15372517456988796,0.3945708263721233,0.4226893141711363,0.15372517456988796,0.3802653406047034,0.37930680859549326,0.15372517456988796,0.40257989790751997,0.2733172295198438,0.15372517456988796,0.394319757398424,0.03433993626707416,0.15372517456988796,0.41330402824130896,0.11009354979132814,0.5,0.15372517456988796,0.39764790095552494,0.05771369032381288,0.0,0.27094858620279383,0.8550907163002675 -6635,0.5,0.15372517456988796,0.5568526472989433,0.3335121152123668,0.15372517456988796,0.5336955542915135,0.6076086445718648,0.15372517456988796,0.5489902283250243,0.11114426343089161,0.15372517456988796,0.5636608115681336,0.1770232854421381,0.15372517456988796,0.5095789844893529,0.2648713661708217,0.15372517456988796,0.5043323879278245,0.20130474104976764,0.15372517456988796,0.5160457604011566,0.19259209596299579,0.15372517456988796,0.5150779592332001,0.19236377699758145,0.5,0.15372517456988796,0.5133318706675691,0.0758046427579125,0.15372517456988796,0.5522026308998902,0.006968856674444073,0.5,0.15372517456988796,0.5293371758849089,0.10626674957121132,0.15372517456988796,0.5412771021146734,0.028144214148941207,0.15372517456988796,0.5263235378129479,0.5192593399667642,0.15372517456988796,0.5134379229901895,0.44037402965039696,0.15372517456988796,0.532050780243395,0.34051045041876166,0.15372517456988796,0.5268180872049111,0.1175395557172709,0.15372517456988796,0.544527121988601,0.17131225947523443,0.5,0.15372517456988796,0.5294885482641901,0.06513368311260789,0.0,0.3366857116024799,0.8534529145449468 -6636,0.5,0.15372517456988796,0.6207720897110157,0.3867198271237458,0.15372517456988796,0.6082099784632422,0.6711905513782515,0.15372517456988796,0.6176146374113007,0.16232033614018368,0.15372517456988796,0.623692441894245,0.20332499726366213,0.15372517456988796,0.5905369757027912,0.3429896174433841,0.15372517456988796,0.5887241852684792,0.3053074335158436,0.15372517456988796,0.5956789405639833,0.3200166401765066,0.15372517456988796,0.5987857408918642,0.2393295365573433,0.5,0.15372517456988796,0.6014054516941322,0.11730266188370311,0.15372517456988796,0.623073864806041,0.006111065351167239,0.5,0.15372517456988796,0.6065390258373979,0.09874504692168944,0.15372517456988796,0.6167159845311105,0.033275854569862366,0.15372517456988796,0.6039149377400918,0.5859294858199954,0.15372517456988796,0.5938339002034746,0.5014892171556055,0.15372517456988796,0.6065663443800806,0.38745943217307355,0.15372517456988796,0.6071377622344962,0.2084680134624877,0.15372517456988796,0.6173171113750203,0.17622493475457293,0.5,0.15372517456988796,0.6124877610991877,0.06385118044616885,0.0,0.39041330901364263,0.839994588067293 -6637,0.5,0.15372517456988796,0.6337208632795253,0.40902366130294515,0.15372517456988796,0.6305205561436736,0.6287413514296694,0.15372517456988796,0.6346351144241603,0.2234885199166549,0.15372517456988796,0.6336531480898051,0.22593103567992984,0.15372517456988796,0.6183936866273417,0.42392115468198743,0.15372517456988796,0.6180230896348441,0.37449554131820967,0.15372517456988796,0.6204330618722076,0.35637818269769467,0.15372517456988796,0.6284688162053471,0.2575844406846681,0.5,0.15372517456988796,0.6302105873080132,0.11007959401917841,0.15372517456988796,0.641969054565365,0.006115530945717969,0.5,0.15372517456988796,0.6300399188526521,0.08433767861163333,0.15372517456988796,0.6379011724208121,0.03281054197278993,0.15372517456988796,0.628406216667573,0.6448996096708771,0.15372517456988796,0.6206791363610181,0.5522852849972564,0.15372517456988796,0.6289096516101054,0.4287151434780395,0.15372517456988796,0.6318132363051293,0.2322583414012349,0.15372517456988796,0.6358110750756643,0.1679624165032249,0.5,0.15372517456988796,0.6375482505953213,0.06330271697053048,0.0,0.3777449905011224,0.8127999297062499 -6638,0.5,0.15372517456988796,0.5945606536580754,0.41973412862960313,0.15372517456988796,0.6033138142873674,0.6872555552575773,0.15372517456988796,0.6010237352925607,0.2636080212308496,0.15372517456988796,0.5914167488443964,0.2799980672275166,0.15372517456988796,0.5986962971916805,0.48302171942470107,0.15372517456988796,0.6003198153701692,0.45706368970624545,0.15372517456988796,0.5996648382771188,0.35027639046879544,0.15372517456988796,0.6060280633408505,0.25944953705095897,0.5,0.15372517456988796,0.6044629699367534,0.09249910286203573,0.15372517456988796,0.6099790834437709,0.005443194341663604,0.5,0.15372517456988796,0.595929136533403,0.062350643201203426,0.15372517456988796,0.6090040964717472,0.027799678722332792,0.15372517456988796,0.6029094281769442,0.6660558993447512,0.15372517456988796,0.5989181413371802,0.5645302821899058,0.15372517456988796,0.6020708381725279,0.45642849311892264,0.15372517456988796,0.6069473408359246,0.22512337341707064,0.15372517456988796,0.6033046081509706,0.1474347542006128,0.5,0.15372517456988796,0.6020707016055118,0.06928392957283674,0.0,0.4279358600695209,0.7819473054575037 -6639,0.5,0.15372517456988796,0.4941867285161794,0.426137461404452,0.15372517456988796,0.5148441120815344,0.6200977718161452,0.15372517456988796,0.5068678092876246,0.31351435209640305,0.15372517456988796,0.48869113410150167,0.31985014875596696,0.15372517456988796,0.5204132877842821,0.5073293816373811,0.15372517456988796,0.5303249879371015,0.44471822287962615,0.15372517456988796,0.523947029135174,0.3346296557644466,0.15372517456988796,0.5353109412762298,0.2345645692661324,0.5,0.15372517456988796,0.5276818564471066,0.08215062039467255,0.15372517456988796,0.5144474550496663,0.006092204897256283,0.5,0.15372517456988796,0.5146330126828922,0.04462577608813742,0.15372517456988796,0.5250934092981436,0.0205278268865507,0.15372517456988796,0.5161054493537853,0.6409256416650653,0.15372517456988796,0.5177918535864939,0.5736740358093042,0.15372517456988796,0.5151254062357496,0.47601978365607867,0.15372517456988796,0.5214017977374438,0.20958395668687807,0.15372517456988796,0.5073540928183737,0.13169447563144546,0.5,0.15372517456988796,0.5047893691014675,0.07232694381580637,0.0,0.5255601599354123,0.7430812222016046 -6640,0.5,0.15372517456988796,0.3615581042452327,0.38003303033191405,0.15372517456988796,0.3857489833172538,0.5034297787491179,0.15372517456988796,0.37132650840597214,0.299741401915189,0.15372517456988796,0.3515820328461479,0.2872235796862028,0.15372517456988796,0.394745940667921,0.4141768790258678,0.15372517456988796,0.40556713158262425,0.3057516908885426,0.15372517456988796,0.3964481044517506,0.2615072052727602,0.15372517456988796,0.4080609219757987,0.1633981594611072,0.5,0.15372517456988796,0.4042373691484452,0.06574173645641321,0.15372517456988796,0.3753682192408118,0.004756877532822241,0.5,0.15372517456988796,0.3819206296230895,0.028050724726634654,0.15372517456988796,0.38790627683741746,0.013430620615635836,0.15372517456988796,0.38892469649835104,0.5328002459661499,0.15372517456988796,0.3918559327294474,0.5061203227244822,0.15372517456988796,0.38480111728777033,0.4216813897895584,0.15372517456988796,0.39023361655294203,0.1662154876252341,0.15372517456988796,0.3664960307816783,0.0969601658227571,0.5,0.15372517456988796,0.3630430396067661,0.059450924131451616,0.0,0.6292862571636175,0.7075485420299716 -6641,0.5,0.15372517456988796,0.07918515207770414,0.23613165243669246,0.15372517456988796,0.11536917545424702,0.29189620956791235,0.15372517456988796,0.10097682277299336,0.16151136351512432,0.15372517456988796,0.07007789755906524,0.1808566333340632,0.15372517456988796,0.13954945994616608,0.18840305666560264,0.15372517456988796,0.15831587693277155,0.09697737273425802,0.15372517456988796,0.14120871948215036,0.0972012008558588,0.15372517456988796,0.15925995290569928,0.04308410672614209,0.5,0.15372517456988796,0.15475010533343966,0.023813100471938978,0.15372517456988796,0.12617596366903083,0.0008565239262798439,0.5,0.15372517456988796,0.12862076342410636,0.005700533536705628,0.15372517456988796,0.13963930557356358,0.0017612418734949632,0.15372517456988796,0.12740951651637927,0.3878446129756505,0.15372517456988796,0.13772278716260478,0.33254135466684903,0.15372517456988796,0.11919369846445087,0.2519779330213102,0.15372517456988796,0.12831116001930942,0.06220321206166975,0.15372517456988796,0.1095044648367578,0.03817959338805865,0.5,0.15372517456988796,0.09709062278805965,0.021374335714513963,0.0,0.6637338737719595,0.6679809396459905 -6642,0.5,0.15372517456988796,0.0,0.2293223629536814,0.15372517456988796,0.0,0.2739700201919665,0.15372517456988796,0.0,0.1441506851549815,0.15372517456988796,0.0,0.180697299386414,0.15372517456988796,0.0,0.16790064119671846,0.15372517456988796,0.0,0.06876007094707448,0.15372517456988796,0.0,0.08566125567079878,0.15372517456988796,0.0,0.03380906461196556,0.5,0.15372517456988796,0.0,0.010666677050792191,0.15372517456988796,0.0,0.000654323135198591,0.5,0.15372517456988796,0.0,0.0036572247293465924,0.15372517456988796,0.0,0.0011477331170146213,0.15372517456988796,0.0,0.3787890784492645,0.15372517456988796,0.0,0.32091958545074073,0.15372517456988796,0.0,0.23588170317400037,0.15372517456988796,0.0,0.05492183077636957,0.15372517456988796,0.0,0.03486747088313248,0.5,0.15372517456988796,0.0,0.020980977165945103,0.0,0.6555369063781533,0.6761628342332447 -6643,0.5,0.15372517456988796,0.0,0.2341609984256281,0.15372517456988796,0.0,0.3086398569528881,0.15372517456988796,0.0,0.1265827639536044,0.15372517456988796,0.0,0.15943440148849075,0.15372517456988796,0.0,0.18075741729839756,0.15372517456988796,0.0,0.06925190663804934,0.15372517456988796,0.0,0.0811420514085415,0.15372517456988796,0.0,0.0344765373729388,0.5,0.15372517456988796,0.0,0.007303042452949561,0.15372517456988796,0.0,0.0023538550631824664,0.5,0.15372517456988796,0.0,0.0033501862590346178,0.15372517456988796,0.0,0.0026794717901349858,0.15372517456988796,0.0,0.4012819745130859,0.15372517456988796,0.0,0.350139024286799,0.15372517456988796,0.0,0.24111861461725265,0.15372517456988796,0.0,0.0404012912151228,0.15372517456988796,0.0,0.02723104259253556,0.5,0.15372517456988796,0.0,0.01152232847255198,0.0,0.5831563433965886,0.7354399010980986 -6644,0.5,0.15372517456988796,0.0,0.22977300340993614,0.15372517456988796,0.0,0.3100356373500077,0.15372517456988796,0.0,0.09319749712912002,0.15372517456988796,0.0,0.12099925691205753,0.15372517456988796,0.0,0.17184222459389542,0.15372517456988796,0.0,0.0657101922606601,0.15372517456988796,0.0,0.07195355308888977,0.15372517456988796,0.0,0.03418656394451467,0.5,0.15372517456988796,0.0,0.005637506960156992,0.15372517456988796,0.0,0.009192340767634685,0.5,0.15372517456988796,0.0,0.002270352033882215,0.15372517456988796,0.0,0.006324919776286547,0.15372517456988796,0.0,0.4236855024366746,0.15372517456988796,0.0,0.35180129653161935,0.15372517456988796,0.0,0.2210197369900827,0.15372517456988796,0.0,0.02574229422851164,0.15372517456988796,0.0,0.021632611812468866,0.5,0.15372517456988796,0.0,0.008327821014971112,0.0,0.5030396553255404,0.851498510296916 -6645,0.5,0.15372517456988796,0.0,0.20737529261047405,0.15372517456988796,0.0,0.2791494911245411,0.15372517456988796,0.0,0.05690504082296877,0.15372517456988796,0.0,0.09664139429420973,0.15372517456988796,0.0,0.1450577372105283,0.15372517456988796,0.0,0.06555010931383866,0.15372517456988796,0.0,0.05917318689645872,0.15372517456988796,0.0,0.033388412110598585,0.5,0.15372517456988796,0.0,0.004231720637862201,0.15372517456988796,0.0,0.012539443224556936,0.5,0.15372517456988796,0.0,0.0014602473199840419,0.15372517456988796,0.0,0.011497112152896017,0.15372517456988796,0.0,0.4316122476014074,0.15372517456988796,0.0,0.3309430962488943,0.15372517456988796,0.0,0.18244554842892344,0.15372517456988796,0.0,0.016653687235879087,0.15372517456988796,0.0,0.018465355623748566,0.5,0.15372517456988796,0.0,0.007014488780486094,0.0,0.48434106077972094,0.9229543387813665 -6646,0.5,0.15372517456988796,0.0,0.17704625430767082,0.15372517456988796,0.0,0.2379881684549624,0.15372517456988796,0.0,0.03779190417783161,0.15372517456988796,0.0,0.09085495294233044,0.15372517456988796,0.0,0.1393187835474313,0.15372517456988796,0.0,0.0674938574483537,0.15372517456988796,0.0,0.05690648888092814,0.15372517456988796,0.0,0.03420894199478253,0.5,0.15372517456988796,0.0,0.0037635715969165057,0.15372517456988796,0.0,0.01859126625105579,0.5,0.15372517456988796,0.0,0.0014761221851253875,0.15372517456988796,0.0,0.021849267226843792,0.15372517456988796,0.0,0.3874700969045644,0.15372517456988796,0.0,0.30415420707867136,0.15372517456988796,0.0,0.13997209348708758,0.15372517456988796,0.0,0.01136331985917217,0.15372517456988796,0.0,0.01679930779643016,0.5,0.15372517456988796,0.0,0.004451245757694848,0.0,0.48522467106785105,0.9352484995582712 -6647,0.5,0.15372517456988796,0.0,0.15005037790311745,0.15372517456988796,0.0,0.1803955910557213,0.15372517456988796,0.0,0.029480575595810778,0.15372517456988796,0.0,0.08648725279017584,0.15372517456988796,0.0,0.11718905600022435,0.15372517456988796,0.0,0.062200622557743335,0.15372517456988796,0.0,0.058552365867394145,0.15372517456988796,0.0,0.03721186054055488,0.5,0.15372517456988796,0.0,0.003673347901552854,0.15372517456988796,0.0,0.02481494784889616,0.5,0.15372517456988796,0.0,0.0019454032222058386,0.15372517456988796,0.0,0.024602021620348857,0.15372517456988796,0.0,0.31487100119457045,0.15372517456988796,0.0,0.2603597593392418,0.15372517456988796,0.0,0.10653627734912996,0.15372517456988796,0.0,0.010560298571678905,0.15372517456988796,0.0,0.015303734921930528,0.5,0.15372517456988796,0.0,0.003395842730679776,0.0,0.46230596387862816,0.9154988580841973 -6648,0.5,0.15372517456988796,0.0,0.13650017350959404,0.15372517456988796,0.0,0.12222334993466773,0.15372517456988796,0.0,0.022832014570481562,0.15372517456988796,0.0,0.07817732751067336,0.15372517456988796,0.0,0.0887089839257201,0.15372517456988796,0.0,0.04904914159990886,0.15372517456988796,0.0,0.05402478707396394,0.15372517456988796,0.0,0.032522500733325105,0.5,0.15372517456988796,0.0,0.0037561854926903156,0.15372517456988796,0.0,0.031000491086697383,0.5,0.15372517456988796,0.0,0.002358551318424921,0.15372517456988796,0.0,0.02679521080965608,0.15372517456988796,0.0,0.2618216539273645,0.15372517456988796,0.0,0.21729500112225048,0.15372517456988796,0.0,0.08510094251214341,0.15372517456988796,0.0,0.008876650137807024,0.15372517456988796,0.0,0.011597518918643336,0.5,0.15372517456988796,0.0,0.003326375360415387,0.0,0.41761971496417677,0.8667960965148495 -6649,0.5,0.15372517456988796,0.0,0.12646635483613783,0.15372517456988796,0.0,0.11549535956669453,0.15372517456988796,0.0,0.017060853869212463,0.15372517456988796,0.0,0.07419908023498566,0.15372517456988796,0.0,0.06729410004426152,0.15372517456988796,0.0,0.0409752288552754,0.15372517456988796,0.0,0.048107634625544765,0.15372517456988796,0.0,0.02753160696397429,0.5,0.15372517456988796,0.0,0.0035352598194746897,0.15372517456988796,0.0,0.0386201673729319,0.5,0.15372517456988796,0.0,0.0019417360586846105,0.15372517456988796,0.0,0.024571466706522306,0.15372517456988796,0.0,0.24511227803655808,0.15372517456988796,0.0,0.17907955268779197,0.15372517456988796,0.0,0.07330040648624608,0.15372517456988796,0.0,0.007283072967859884,0.15372517456988796,0.0,0.009562309176337243,0.5,0.15372517456988796,0.0,0.003976288531349823,0.0,0.3693981466265956,0.7683594078537137 -6650,0.5,0.15372517456988796,0.0,0.11601050084398759,0.15372517456988796,0.0,0.13322787546373055,0.15372517456988796,0.0,0.012315139790032485,0.15372517456988796,0.0,0.06827982574938989,0.15372517456988796,0.0,0.044885286400245264,0.15372517456988796,0.0,0.032534904596459815,0.15372517456988796,0.0,0.042011754326530246,0.15372517456988796,0.0,0.024822644214067317,0.5,0.15372517456988796,0.0,0.0029868337859234604,0.15372517456988796,0.0,0.035751165263464876,0.5,0.15372517456988796,0.0,0.0017396487729908069,0.15372517456988796,0.0,0.025129982833131868,0.15372517456988796,0.0,0.23679255711942207,0.15372517456988796,0.0,0.1454240687666315,0.15372517456988796,0.0,0.06456773618287089,0.15372517456988796,0.0,0.00555876565133599,0.15372517456988796,0.0,0.008691534555192379,0.5,0.15372517456988796,0.0,0.005422995367338462,0.0,0.3442420995011866,0.6287309900693652 -6651,0.5,0.15372517456988796,0.0,0.10633393007893523,0.15372517456988796,0.0,0.12483593391319382,0.15372517456988796,0.0,0.010211080774784926,0.15372517456988796,0.0,0.06876637169481177,0.15372517456988796,0.0,0.03083081268396307,0.15372517456988796,0.0,0.025951784070767342,0.15372517456988796,0.0,0.035723437078691606,0.15372517456988796,0.0,0.01906497316753602,0.5,0.15372517456988796,0.0,0.002672695849682885,0.15372517456988796,0.0,0.03381467757225707,0.5,0.15372517456988796,0.0,0.001789472718952908,0.15372517456988796,0.0,0.029515389734658858,0.15372517456988796,0.0,0.2124506791028678,0.15372517456988796,0.0,0.11430849583682283,0.15372517456988796,0.0,0.05619140777429828,0.15372517456988796,0.0,0.005339424470132502,0.15372517456988796,0.0,0.008236324567445953,0.5,0.15372517456988796,0.0,0.00654840375764454,0.0,0.3378496213808231,0.45931877965832835 -6652,0.5,0.15372517456988796,0.0,0.10322860192461504,0.15372517456988796,0.0,0.0902323928510318,0.15372517456988796,0.0,0.009203422153662839,0.15372517456988796,0.0,0.07244213926018325,0.15372517456988796,0.0,0.024247306506558354,0.15372517456988796,0.0,0.020138145929481474,0.15372517456988796,0.0,0.027721410201634388,0.15372517456988796,0.0,0.015085837327995054,0.5,0.15372517456988796,0.0,0.0020586759605157228,0.15372517456988796,0.0,0.03098928329713987,0.5,0.15372517456988796,0.0,0.0014804928394787466,0.15372517456988796,0.0,0.027470598216578213,0.15372517456988796,0.0,0.20748286212239714,0.15372517456988796,0.0,0.09467090727293612,0.15372517456988796,0.0,0.047560869780421705,0.15372517456988796,0.0,0.005647358830648562,0.15372517456988796,0.0,0.007284447874921653,0.5,0.15372517456988796,0.0,0.006840659391852673,0.0,0.3343178732098417,0.3101437587021304 -6653,0.5,0.15372517456988796,0.0,0.1078504239600482,0.15372517456988796,0.0,0.08184856857101531,0.15372517456988796,0.0,0.009297639169746304,0.15372517456988796,0.0,0.07436424908436844,0.15372517456988796,0.0,0.02026990190546797,0.15372517456988796,0.0,0.015950024913813865,0.15372517456988796,0.0,0.024743117389353975,0.15372517456988796,0.0,0.012921410839036073,0.5,0.15372517456988796,0.0,0.0016604106783764507,0.15372517456988796,0.0,0.029685674684623728,0.5,0.15372517456988796,0.0,0.0013818192102768845,0.15372517456988796,0.0,0.020717281257117106,0.15372517456988796,0.0,0.20539900050156673,0.15372517456988796,0.0,0.08512748148047916,0.15372517456988796,0.0,0.040524299479764964,0.15372517456988796,0.0,0.006110573960727126,0.15372517456988796,0.0,0.007583068809272511,0.5,0.15372517456988796,0.0,0.0066608273763990745,0.0,0.3527888366530657,0.20572269470212506 -6654,0.5,0.15372517456988796,0.0,0.10935289671940539,0.15372517456988796,0.0,0.08453702475193269,0.15372517456988796,0.0,0.007863701527624254,0.15372517456988796,0.0,0.0776642679319056,0.15372517456988796,0.0,0.01873857758966629,0.15372517456988796,0.0,0.012278861776415255,0.15372517456988796,0.0,0.023273861734289653,0.15372517456988796,0.0,0.012882692354864791,0.5,0.15372517456988796,0.0,0.001632006098395782,0.15372517456988796,0.0,0.02332020395161548,0.5,0.15372517456988796,0.0,0.0012645427434800221,0.15372517456988796,0.0,0.01736296635652892,0.15372517456988796,0.0,0.20224468245198818,0.15372517456988796,0.0,0.07850852270085823,0.15372517456988796,0.0,0.03871601119588579,0.15372517456988796,0.0,0.006385301982114314,0.15372517456988796,0.0,0.008765619197294381,0.5,0.15372517456988796,0.0,0.007123417467299173,0.0,0.4203575033492185,0.14552101123846947 -6655,0.5,0.15372517456988796,0.0009787860099424416,0.10655479385119478,0.15372517456988796,0.0,0.0940961257707917,0.15372517456988796,3.493311160771913e-06,0.005280669610574295,0.15372517456988796,0.002589173021111268,0.07612701394281686,0.15372517456988796,0.0,0.01575723156683734,0.15372517456988796,0.0,0.008756935927299684,0.15372517456988796,0.0,0.02061536803946665,0.15372517456988796,0.0,0.013256305995513668,0.5,0.15372517456988796,0.0,0.001376996317030202,0.15372517456988796,0.0,0.024059771850098107,0.5,0.15372517456988796,0.0,0.0012334637000201458,0.15372517456988796,0.0,0.017352700831380397,0.15372517456988796,0.0,0.1852261417911452,0.15372517456988796,0.0,0.07088987601314038,0.15372517456988796,0.0,0.038100410088835135,0.15372517456988796,0.0,0.006364450990184356,0.15372517456988796,0.00015592441762305817,0.009227847861993137,0.5,0.15372517456988796,0.0018039668347794367,0.0069933028358985,0.0,0.4356944838130216,0.09321238013097938 -6656,0.5,0.15372517456988796,0.11638294962004928,0.1037557325346688,0.15372517456988796,0.08687120511594468,0.07714483674666425,0.15372517456988796,0.10449106686650647,0.0044032450544832695,0.15372517456988796,0.1268484896639498,0.06083128654198301,0.15372517456988796,0.05177794887067086,0.010109427454860001,0.15372517456988796,0.03370422789762191,0.006145359958036684,0.15372517456988796,0.05917439700111696,0.013210026646301023,0.15372517456988796,0.0387806800930097,0.012582346116530183,0.5,0.15372517456988796,0.05657213290134741,0.001196262711041922,0.15372517456988796,0.10149117507646614,0.016467364119492563,0.5,0.15372517456988796,0.08190586178149323,0.0010476309863623509,0.15372517456988796,0.08626604604931984,0.011981255787185256,0.15372517456988796,0.0797455377954127,0.16453511349510047,0.15372517456988796,0.06002698789033401,0.059544092838788254,0.15372517456988796,0.08460406191288264,0.032322550938200856,0.15372517456988796,0.08193766229840402,0.004765382949642863,0.15372517456988796,0.09860582317309219,0.0075335839246256486,0.5,0.15372517456988796,0.11527303611568344,0.005812660528229457,0.0,0.429192749488661,0.037265039409420574 -6657,0.5,0.15372517456988796,0.275212709700068,0.1464089359581063,0.15372517456988796,0.24686854561000127,0.0802239955348091,0.15372517456988796,0.2641900146309039,0.0065364240661715135,0.15372517456988796,0.2851510223200638,0.08126591509135114,0.15372517456988796,0.1784694546303058,0.007443522212376633,0.15372517456988796,0.12721690580749734,0.008788956715776246,0.15372517456988796,0.1904469399676919,0.006500451055063874,0.15372517456988796,0.12990146062884594,0.01963705971271877,0.5,0.15372517456988796,0.1794000319833575,0.0010912863360921323,0.15372517456988796,0.26067994449433396,0.007147279324055426,0.5,0.15372517456988796,0.2367100447332584,0.0007938553087423754,0.15372517456988796,0.24279317407400763,0.00650065613218611,0.15372517456988796,0.2399030514967509,0.17602400274593422,0.15372517456988796,0.1943580110513009,0.053709497820765124,0.15372517456988796,0.24316911869763946,0.031109731426174254,0.15372517456988796,0.23946641210694486,0.002796880632725086,0.15372517456988796,0.2534371170740312,0.007393381300321601,0.5,0.15372517456988796,0.27015406158722766,0.006690180574330882,0.0,0.4765022232798722,0.012078384239017456 -6658,0.5,0.15372517456988796,0.42530523510813717,0.19981769673349645,0.15372517456988796,0.3960837083862312,0.13675273576759636,0.15372517456988796,0.41832196970017277,0.011656505302310518,0.15372517456988796,0.43695954866302633,0.139006854340096,0.15372517456988796,0.30532585028743386,0.008859351040638614,0.15372517456988796,0.22179372999798083,0.027854716609740336,0.15372517456988796,0.3263202461770096,0.0074328859234188225,0.15372517456988796,0.2317616068627423,0.04243247944279327,0.5,0.15372517456988796,0.2922937265818477,0.003218987481182501,0.15372517456988796,0.41907222142764344,0.004906486566353794,0.5,0.15372517456988796,0.3901721511643216,0.0009342722859777023,0.15372517456988796,0.39963101635492465,0.006455688414203697,0.15372517456988796,0.38835306526307156,0.22029340778296927,0.15372517456988796,0.3336308312332562,0.06536213308262459,0.15372517456988796,0.39408134121940896,0.05155660759389407,0.15372517456988796,0.3917622475133816,0.0038175553920204775,0.15372517456988796,0.40799333208418476,0.015828280995423504,0.5,0.15372517456988796,0.42576800632050604,0.012649057612269567,0.0,0.48895749417773154,0.0073051118228710235 -6659,0.5,0.15372517456988796,0.5446713351206512,0.21327387774896372,0.15372517456988796,0.5233147212306489,0.1438266986074426,0.15372517456988796,0.542587735070993,0.012098934231626737,0.15372517456988796,0.5534402946999575,0.18168740446017806,0.15372517456988796,0.4232719380852806,0.00588011651908144,0.15372517456988796,0.31891544428042884,0.057343448986096474,0.15372517456988796,0.4397493916311189,0.0067520435056899145,0.15372517456988796,0.3277691482581357,0.0620909539577638,0.5,0.15372517456988796,0.38630406527042427,0.007770431627842433,0.15372517456988796,0.5447401394126374,0.006839489143452485,0.5,0.15372517456988796,0.5163703755130806,0.0008376785252876929,0.15372517456988796,0.5271426235543943,0.004978468727350276,0.15372517456988796,0.5177194142822182,0.2527858209465781,0.15372517456988796,0.4682812061371482,0.062451885193450365,0.15372517456988796,0.5216051220160828,0.05080762897327383,0.15372517456988796,0.5182150278995734,0.00373531884033235,0.15372517456988796,0.533844152889809,0.02009359298967705,0.5,0.15372517456988796,0.5466952741488329,0.011013527623470184,0.0,0.39944224365830305,0.009332444673628548 -6660,0.5,0.15372517456988796,0.6069885443396521,0.2166738031125338,0.15372517456988796,0.5958424000710469,0.17432322017918309,0.15372517456988796,0.6102519386543802,0.0109925361944919,0.15372517456988796,0.6131206145982188,0.2053359234952444,0.15372517456988796,0.5001518381959267,0.002884801119362281,0.15372517456988796,0.3920016699304258,0.09847311562783662,0.15372517456988796,0.4979894169453708,0.005421646049662152,0.15372517456988796,0.3759253477955429,0.09043768210389412,0.5,0.15372517456988796,0.45580865041877294,0.010212152957639452,0.15372517456988796,0.6148229301388723,0.01823637357471459,0.5,0.15372517456988796,0.5868748823189162,0.0007209608643816975,0.15372517456988796,0.6000721457466847,0.006092042925059147,0.15372517456988796,0.5931417703014012,0.25310086086012185,0.15372517456988796,0.5528770939746315,0.05070018551217448,0.15372517456988796,0.5945787825550412,0.05533021122149993,0.15372517456988796,0.5892557685305,0.004264200070671497,0.15372517456988796,0.6054708024136928,0.016523837529845202,0.5,0.15372517456988796,0.6151675915497749,0.00791799080996202,0.0,0.30289624659957765,0.04023484605842156 -6661,0.5,0.15372517456988796,0.6188014840694174,0.2000272805609999,0.15372517456988796,0.6147012413744587,0.1914727887208992,0.15372517456988796,0.626412176932397,0.013273310049599309,0.15372517456988796,0.6228487705545945,0.21568480828734,0.15372517456988796,0.5315899560580288,0.0025082123389166106,0.15372517456988796,0.3919800189381957,0.16028881652739374,0.15372517456988796,0.5246352646484146,0.006289016740812446,0.15372517456988796,0.37047970772337113,0.13348967036737133,0.5,0.15372517456988796,0.4584446654131529,0.016425663542377743,0.15372517456988796,0.6322776057927084,0.02862906128600985,0.5,0.15372517456988796,0.6046029821213126,0.0006625551356245885,0.15372517456988796,0.6192336895576748,0.00790041840295893,0.15372517456988796,0.614810393417736,0.21849438605293037,0.15372517456988796,0.5789259899241871,0.03834529449532824,0.15372517456988796,0.6148279152446053,0.05769223078813657,0.15372517456988796,0.6057675771931205,0.002538754844185855,0.15372517456988796,0.624455170416953,0.010303142330948752,0.5,0.15372517456988796,0.6316576669725004,0.005287337408370722,0.0,0.27002500530895723,0.1030670788534936 -6662,0.5,0.15372517456988796,0.5789423949214036,0.2356111906404449,0.15372517456988796,0.5837157031779714,0.15912242862577566,0.15372517456988796,0.5895299766946116,0.01590657982620876,0.15372517456988796,0.5805288700865636,0.2096094186066792,0.15372517456988796,0.5199944945176296,0.0042628470042870605,0.15372517456988796,0.3230135063715238,0.2178822073718365,0.15372517456988796,0.5127028254641784,0.009873193533305723,0.15372517456988796,0.3024490725642161,0.17529072278824914,0.5,0.15372517456988796,0.4267482311813835,0.029777791657241447,0.15372517456988796,0.589925306150928,0.02730760679144253,0.5,0.15372517456988796,0.5733835273416136,0.00045751445503046633,0.15372517456988796,0.5843895941136753,0.010533424755365646,0.15372517456988796,0.5861477799369774,0.1904108972449049,0.15372517456988796,0.5558974163703948,0.0284983953235289,0.15372517456988796,0.5852012378016762,0.052245883941651444,0.15372517456988796,0.5725256053086262,0.001149500055223994,0.15372517456988796,0.5896371934312971,0.005779952443417333,0.5,0.15372517456988796,0.5904097453801535,0.003904160227283561,0.0,0.46939472189189935,0.157190185562153 -6663,0.5,0.15372517456988796,0.47920827266284505,0.29483136222977013,0.15372517456988796,0.4977742313170399,0.14128409236949968,0.15372517456988796,0.4927944970237925,0.019707003830800554,0.15372517456988796,0.4783006828773717,0.18482683424266214,0.15372517456988796,0.4484421320113663,0.006294783998255039,0.15372517456988796,0.23173450998240963,0.2464925801870288,0.15372517456988796,0.4480053755465019,0.011962823972396877,0.15372517456988796,0.2041966576741455,0.19225203592732515,0.5,0.15372517456988796,0.36578471838214954,0.04662946993875287,0.15372517456988796,0.4981000863245858,0.018006164166340335,0.5,0.15372517456988796,0.48649013511538175,0.00015027770020225266,0.15372517456988796,0.4843287508884799,0.013057866346175801,0.15372517456988796,0.4971210017301131,0.18438894455244462,0.15372517456988796,0.47444073081138954,0.024031737069620664,0.15372517456988796,0.49594277253447006,0.04982708239439385,0.15372517456988796,0.4836860376301434,0.0011467176382800655,0.15372517456988796,0.48720679654173765,0.003826469350683938,0.5,0.15372517456988796,0.4911532590530547,0.002908387404443073,0.0,0.7218088020037773,0.1315940246970535 -6664,0.5,0.15372517456988796,0.34842542838945867,0.29891822295913406,0.15372517456988796,0.37059558915323937,0.11902315702372847,0.15372517456988796,0.35583508887657966,0.019438999115012574,0.15372517456988796,0.34279701283261504,0.0997985371628315,0.15372517456988796,0.3263479699951305,0.006313007626251337,0.15372517456988796,0.13995902782115582,0.22133095765505859,0.15372517456988796,0.3213709375875102,0.012211138848743553,0.15372517456988796,0.1346877540285431,0.17416642506865937,0.5,0.15372517456988796,0.2592132739176668,0.06107227779321902,0.15372517456988796,0.3561834725144002,0.0028664810733911245,0.5,0.15372517456988796,0.3547165443696033,0.00012260859810483206,0.15372517456988796,0.35342461823449267,0.01195889328292793,0.15372517456988796,0.36712544783494505,0.18989824677910933,0.15372517456988796,0.3453274973710257,0.024557991676296912,0.15372517456988796,0.3649749402649125,0.050112121163242276,0.15372517456988796,0.3507135211172118,0.0016901833113631814,0.15372517456988796,0.3501020287671221,0.0023404218924661154,0.5,0.15372517456988796,0.3496544700137614,0.002478569949660431,0.0,0.7699373842845345,0.06860820766776089 -6665,0.5,0.15372517456988796,0.0710531595920166,0.22605312922036308,0.15372517456988796,0.10823061584922122,0.062049463176219566,0.15372517456988796,0.09464237821203786,0.009027132440771985,0.15372517456988796,0.06350693230708793,0.06552625832522678,0.15372517456988796,0.1434322038614282,0.005573528591821572,0.15372517456988796,0.06943724714642757,0.17043389222737823,0.15372517456988796,0.14676367673278135,0.007748635386056133,0.15372517456988796,0.05693234200557512,0.13238845309546438,0.5,0.15372517456988796,0.12795547520695746,0.06269293748192267,0.15372517456988796,0.11951099572634892,0.0002759626792892734,0.5,0.15372517456988796,0.12963634069412674,0.00012519728961466974,0.15372517456988796,0.13851596923780052,0.005769321390809021,0.15372517456988796,0.12177400833653289,0.18715911771091678,0.15372517456988796,0.13994360126797942,0.016828093690082185,0.15372517456988796,0.1151040829568338,0.024755633432476706,0.15372517456988796,0.12994561700582447,0.0007878978987839161,0.15372517456988796,0.10486914467657737,0.0009273657023720786,0.5,0.15372517456988796,0.09041126084235124,0.0017548219663980785,0.0,0.6904238466678859,0.018394158158179692 -6666,0.5,0.15372517456988796,0.0,0.2144811894687997,0.15372517456988796,0.0,0.08417132306376318,0.15372517456988796,0.0,0.012028033274574974,0.15372517456988796,0.0,0.08566948645133529,0.15372517456988796,0.0,0.004745342928450687,0.15372517456988796,0.0,0.12216911904815025,0.15372517456988796,0.0,0.004106436509596359,0.15372517456988796,8.09066675240167e-05,0.08478299265495717,0.5,0.15372517456988796,0.0,0.04785487292265275,0.15372517456988796,0.0,0.001161313252238277,0.5,0.15372517456988796,0.0,0.0006282540357701503,0.15372517456988796,0.0,0.006711551378957179,0.15372517456988796,0.0,0.2506083531617641,0.15372517456988796,0.0,0.03065697008738355,0.15372517456988796,0.0,0.039219251357067414,0.15372517456988796,0.0,0.0011315471958567474,0.15372517456988796,0.0,0.001814472497459056,0.5,0.15372517456988796,0.0,0.003651148621676615,0.0,0.5996201899357464,0.0024909674960458526 -6667,0.5,0.15372517456988796,0.0,0.19004665134430737,0.15372517456988796,0.0,0.09425325989372214,0.15372517456988796,0.0,0.010573099475219236,0.15372517456988796,0.0,0.09423398589474097,0.15372517456988796,0.0,0.00874568511423736,0.15372517456988796,0.0,0.08976441697221149,0.15372517456988796,0.0,0.0021691267992143453,0.15372517456988796,0.0,0.05300911083100448,0.5,0.15372517456988796,0.0,0.039375564632947516,0.15372517456988796,0.0,0.0036886275867573214,0.5,0.15372517456988796,0.0,0.0009793210257456992,0.15372517456988796,0.0,0.004258771203544037,0.15372517456988796,0.0,0.276601463249782,0.15372517456988796,0.0,0.04896187672392108,0.15372517456988796,0.0,0.04712978428468229,0.15372517456988796,0.0,0.0010717966088509825,0.15372517456988796,0.0,0.0030120021980159406,0.5,0.15372517456988796,0.0,0.004971640612270269,0.0,0.5439143659593644,0.0015515432706144246 -6668,0.5,0.15372517456988796,0.0,0.17191563791461353,0.15372517456988796,0.0,0.11407299590736808,0.15372517456988796,0.0,0.009813485880695217,0.15372517456988796,0.0,0.08890063023048313,0.15372517456988796,0.0,0.011410218992968771,0.15372517456988796,0.0,0.061507597682492796,0.15372517456988796,0.0,0.0016982600149785783,0.15372517456988796,0.0,0.032410009656484495,0.5,0.15372517456988796,0.0,0.026860969781330873,0.15372517456988796,0.0,0.007140976991412434,0.5,0.15372517456988796,0.0,0.0016973995548373454,0.15372517456988796,0.0,0.0028757276659099056,0.15372517456988796,0.0,0.26873736542096294,0.15372517456988796,0.0,0.06585055047436145,0.15372517456988796,0.0,0.05461800141854458,0.15372517456988796,0.0,0.000853060574435551,0.15372517456988796,0.0,0.004293361576534021,0.5,0.15372517456988796,0.0,0.005904856690051485,0.0,0.5286893404101046,0.006933707629571678 -6669,0.5,0.15372517456988796,0.0,0.1589293999417337,0.15372517456988796,0.0,0.12305376075721774,0.15372517456988796,0.0,0.00982688990584943,0.15372517456988796,0.0,0.0838400476192704,0.15372517456988796,0.0,0.012329316433092095,0.15372517456988796,0.0,0.034651097506750314,0.15372517456988796,0.0,0.0025693305209706597,0.15372517456988796,0.0,0.019949327495762375,0.5,0.15372517456988796,0.0,0.017053994007432613,0.15372517456988796,0.0,0.013345319530349889,0.5,0.15372517456988796,0.0,0.00315787832562088,0.15372517456988796,0.0,0.0027673318201984726,0.15372517456988796,0.0,0.26148273698586355,0.15372517456988796,0.0,0.07901687465938409,0.15372517456988796,0.0,0.060060346954096455,0.15372517456988796,0.0,0.0012079549616124364,0.15372517456988796,0.0,0.005888154000400474,0.5,0.15372517456988796,0.0,0.005337657198329161,0.0,0.5282399538873906,0.02166122263467584 -6670,0.5,0.15372517456988796,0.0,0.14725104488818674,0.15372517456988796,0.0,0.12514995252734468,0.15372517456988796,0.0,0.008689496474354559,0.15372517456988796,0.0,0.079285686646078,0.15372517456988796,0.0,0.011784151383547499,0.15372517456988796,0.0,0.018524507567119902,0.15372517456988796,0.0,0.0036331515582943914,0.15372517456988796,0.0,0.012213945294750759,0.5,0.15372517456988796,0.0,0.010297193006903045,0.15372517456988796,0.0,0.014092184783098963,0.5,0.15372517456988796,0.0,0.004513528448858876,0.15372517456988796,0.0,0.0033611805045458353,0.15372517456988796,0.0,0.2564723183612173,0.15372517456988796,0.0,0.08581614235212136,0.15372517456988796,0.0,0.061029957995710774,0.15372517456988796,0.0,0.00205810870366794,0.15372517456988796,0.0,0.007514929307650042,0.5,0.15372517456988796,0.0,0.004258935437333798,0.0,0.5330685696355737,0.03367392644499408 -6671,0.5,0.15372517456988796,0.0,0.14484962756934505,0.15372517456988796,0.0,0.12032742706240095,0.15372517456988796,0.0,0.0079914671246077,0.15372517456988796,0.0,0.07923919177121702,0.15372517456988796,0.0,0.009011176864887595,0.15372517456988796,0.0,0.01170489196159297,0.15372517456988796,0.0,0.004562379523196472,0.15372517456988796,0.0,0.009512514123714722,0.5,0.15372517456988796,0.0,0.006304745180703308,0.15372517456988796,0.0,0.0125334314422132,0.5,0.15372517456988796,0.0,0.004924717512468446,0.15372517456988796,0.0,0.00429299159953801,0.15372517456988796,0.0,0.24784207222366267,0.15372517456988796,0.0,0.07693462456773463,0.15372517456988796,0.0,0.05484103671780311,0.15372517456988796,0.0,0.002967185479218541,0.15372517456988796,0.0,0.00778659627643655,0.5,0.15372517456988796,0.0,0.0028627352455251106,0.0,0.5147945712392274,0.03675801219776487 -6672,0.5,0.15372517456988796,0.0,0.14018740332468546,0.15372517456988796,0.0,0.09629088282444437,0.15372517456988796,0.0,0.0069334866625637365,0.15372517456988796,0.0,0.07695971333942689,0.15372517456988796,0.0,0.006390964876820385,0.15372517456988796,0.0,0.008429971745956291,0.15372517456988796,0.0,0.003986600508519025,0.15372517456988796,0.0,0.006726070689934395,0.5,0.15372517456988796,0.0,0.004361156014177949,0.15372517456988796,0.0,0.0104798510761796,0.5,0.15372517456988796,0.0,0.004344042591862774,0.15372517456988796,0.0,0.005498722665513484,0.15372517456988796,0.0,0.23407090517507043,0.15372517456988796,0.0,0.06641668618400966,0.15372517456988796,0.0,0.04543385803600841,0.15372517456988796,0.0,0.00350168466363516,0.15372517456988796,0.0,0.008251566472554654,0.5,0.15372517456988796,0.0,0.002994759696753164,0.0,0.4830064308715771,0.03300671977663059 -6673,0.5,0.15372517456988796,0.0,0.1336376911024335,0.15372517456988796,0.0,0.07974886522160983,0.15372517456988796,0.0,0.005281262639106483,0.15372517456988796,0.0,0.07100496373660975,0.15372517456988796,0.0,0.004383056749662108,0.15372517456988796,0.0,0.005438619215049083,0.15372517456988796,0.0,0.0027030087930597357,0.15372517456988796,0.0,0.004062894250059674,0.5,0.15372517456988796,0.0,0.0029451838671430645,0.15372517456988796,0.0,0.00950323159549981,0.5,0.15372517456988796,0.0,0.0031830034208775674,0.15372517456988796,0.0,0.005588774304630012,0.15372517456988796,0.0,0.2263307214484196,0.15372517456988796,0.0,0.06528571117618515,0.15372517456988796,0.0,0.03933904633813201,0.15372517456988796,0.0,0.003914538749636331,0.15372517456988796,0.0,0.007317344153011211,0.5,0.15372517456988796,0.0,0.003944976036144036,0.0,0.4462066383816699,0.031144652779831975 -6674,0.5,0.15372517456988796,0.0,0.12462269982740143,0.15372517456988796,0.0,0.08858322492997142,0.15372517456988796,0.0,0.003926028418550598,0.15372517456988796,0.0,0.06948174709590113,0.15372517456988796,0.0,0.004396707113283502,0.15372517456988796,0.0,0.0034623050370874023,0.15372517456988796,0.0,0.003182286813872205,0.15372517456988796,0.0,0.00217089876564972,0.5,0.15372517456988796,0.0,0.0019183594290605752,0.15372517456988796,0.0,0.010402329997436444,0.5,0.15372517456988796,0.0,0.0014052862829047027,0.15372517456988796,0.0,0.004720532650662548,0.15372517456988796,0.0,0.2350149096282079,0.15372517456988796,0.0,0.07537321856053006,0.15372517456988796,0.0,0.037772929015036885,0.15372517456988796,0.0,0.004740480114556242,0.15372517456988796,0.0,0.006312152995747738,0.5,0.15372517456988796,0.0,0.005685017988210238,0.0,0.4073479689990131,0.042640474681610974 -6675,0.5,0.15372517456988796,0.0,0.11307737549221576,0.15372517456988796,0.0,0.10234748482754784,0.15372517456988796,0.0,0.0031825051702756447,0.15372517456988796,0.0,0.07016266358832514,0.15372517456988796,0.0,0.007239655792190518,0.15372517456988796,0.0,0.0004905462630575468,0.15372517456988796,0.0,0.0032123096547961643,0.15372517456988796,0.0,0.0003746465615380786,0.5,0.15372517456988796,0.0,0.001044021250310691,0.15372517456988796,0.0,0.009300296625558658,0.5,0.15372517456988796,0.0,0.0009944982723776744,0.15372517456988796,0.0,0.0031945606933931276,0.15372517456988796,0.0,0.2503572827801208,0.15372517456988796,0.0,0.09474398636453776,0.15372517456988796,0.0,0.0372398830157817,0.15372517456988796,0.0,0.004465558336543454,0.15372517456988796,0.0,0.005253313460810818,0.5,0.15372517456988796,0.0,0.006655582467097065,0.0,0.39354858738620707,0.09616705309430203 -6676,0.5,0.15372517456988796,0.0,0.10818318810987118,0.15372517456988796,0.0,0.10990593379866832,0.15372517456988796,0.0,0.002829181439383773,0.15372517456988796,0.0,0.07085585806264474,0.15372517456988796,0.0,0.014621914688188594,0.15372517456988796,0.0,0.0002741082496042142,0.15372517456988796,0.0,0.004448504325148595,0.15372517456988796,0.0,0.00025005081327060557,0.5,0.15372517456988796,0.0,0.000860381584579264,0.15372517456988796,0.0,0.00740490282509605,0.5,0.15372517456988796,0.0,0.0009564004220515047,0.15372517456988796,0.0,0.002136617407800864,0.15372517456988796,0.0,0.2695802975007781,0.15372517456988796,0.0,0.12196986805801377,0.15372517456988796,0.0,0.04452047690374734,0.15372517456988796,0.0,0.005264654096096393,0.15372517456988796,0.0,0.005138539854669102,0.5,0.15372517456988796,0.0,0.005754036531848197,0.0,0.41988724685825823,0.23488491660936817 -6677,0.5,0.15372517456988796,0.0,0.10958825220606493,0.15372517456988796,0.0,0.12074815808164872,0.15372517456988796,0.0,0.0031194012092875295,0.15372517456988796,0.0,0.06795628048332923,0.15372517456988796,0.0,0.02093994688751601,0.15372517456988796,0.0,0.000578377692197488,0.15372517456988796,0.0,0.012826793562962766,0.15372517456988796,0.0,0.0017120511734345569,0.5,0.15372517456988796,0.0,0.0009697490845262918,0.15372517456988796,0.0,0.007521647453929644,0.5,0.15372517456988796,0.0,0.001284817578443808,0.15372517456988796,0.0,0.0025092697400974752,0.15372517456988796,0.0,0.305449510072486,0.15372517456988796,0.0,0.13586431782429048,0.15372517456988796,0.0,0.04988225988395007,0.15372517456988796,0.0,0.011027132899723131,0.15372517456988796,0.0,0.0061419766939478,0.5,0.15372517456988796,0.0,0.004575342891399616,0.0,0.4736752663114566,0.46251755711338044 -6678,0.5,0.15372517456988796,0.0,0.11305433770375306,0.15372517456988796,0.0,0.12490145380877855,0.15372517456988796,0.0,0.004092866454851496,0.15372517456988796,0.0,0.07110464438601778,0.15372517456988796,0.0,0.02532836348996088,0.15372517456988796,0.0,0.002848991182842572,0.15372517456988796,0.0,0.016141160444162514,0.15372517456988796,0.0,0.0019935847406506516,0.5,0.15372517456988796,0.0,0.0009935156201127799,0.15372517456988796,0.0,0.006875489134173238,0.5,0.15372517456988796,0.0,0.0034788255064792262,0.15372517456988796,0.0,0.003604609103691726,0.15372517456988796,0.0,0.3188267006364192,0.15372517456988796,0.0,0.13146143057107673,0.15372517456988796,0.0,0.05915378376938336,0.15372517456988796,0.0,0.009847420809255691,0.15372517456988796,0.0,0.007373577824345744,0.5,0.15372517456988796,0.0,0.004746578464731495,0.0,0.5439923030402426,0.6705546822758895 -6679,0.5,0.15372517456988796,0.0005786840932595457,0.12307184216455404,0.15372517456988796,0.0,0.12315228410031333,0.15372517456988796,0.0,0.005202442974878814,0.15372517456988796,0.001848556661919452,0.07267686960904207,0.15372517456988796,0.0,0.03351510900019589,0.15372517456988796,0.0,0.006397650307476679,0.15372517456988796,0.0,0.021924004440897413,0.15372517456988796,0.0,0.003686676278782071,0.5,0.15372517456988796,0.0,0.0012690132512797158,0.15372517456988796,0.0,0.006763209108799863,0.5,0.15372517456988796,0.0,0.005686210415399434,0.15372517456988796,0.0,0.005631292125536354,0.15372517456988796,0.0,0.3089319464549226,0.15372517456988796,0.0,0.13468360291101433,0.15372517456988796,0.0,0.05745623489214171,0.15372517456988796,0.0,0.011348008792406527,0.15372517456988796,3.035851507241804e-05,0.009053160611857557,0.5,0.15372517456988796,0.0012405179757832186,0.005386090104947017,0.0,0.6134189402021907,0.7675407393773018 -6680,0.5,0.15372517456988796,0.10606851119241792,0.13105587599781265,0.15372517456988796,0.08009354940927793,0.10316937998152256,0.15372517456988796,0.09882361472759299,0.004215264092893008,0.15372517456988796,0.12159349030291627,0.06334561393047097,0.15372517456988796,0.04468156527931365,0.03808347780372569,0.15372517456988796,0.024956994353616493,0.00973227646972967,0.15372517456988796,0.051186916976207905,0.02208100695042048,0.15372517456988796,0.03650973171831026,0.006675539872934894,0.5,0.15372517456988796,0.025035227787410432,0.0014361781724161428,0.15372517456988796,0.09358847725908542,0.004535442846701699,0.5,0.15372517456988796,0.04906743075446637,0.007469437562520522,0.15372517456988796,0.05807950699851187,0.012103313060623887,0.15372517456988796,0.07372351766014877,0.30852900969046554,0.15372517456988796,0.06326426163802955,0.1410210333794465,0.15372517456988796,0.07962712718345816,0.051237613431633515,0.15372517456988796,0.06819925474056432,0.011271400515006228,0.15372517456988796,0.09668599598953567,0.009477391902430016,0.5,0.15372517456988796,0.11531296632362972,0.005251279697088956,0.0,0.6947430565750072,0.7943828145950571 -6681,0.5,0.15372517456988796,0.2606172779257401,0.21575451443242435,0.15372517456988796,0.24348008607795857,0.1546997545635288,0.15372517456988796,0.2579643645980906,0.0041417966737185615,0.15372517456988796,0.27960066665376104,0.11419093508022744,0.15372517456988796,0.1527082240369359,0.05209647355338583,0.15372517456988796,0.11821633226975323,0.02615694978371235,0.15372517456988796,0.1522858361505067,0.021784096191146834,0.15372517456988796,0.15639873629754247,0.015717986693815633,0.5,0.15372517456988796,0.08367887760007145,0.00409487506020786,0.15372517456988796,0.24428185220372128,0.0015979782279208871,0.5,0.15372517456988796,0.13062510269536345,0.008939086058169681,0.15372517456988796,0.1641990898508121,0.009107987002545635,0.15372517456988796,0.23546078497041562,0.36776556603841626,0.15372517456988796,0.2180259416990429,0.17549175098415365,0.15372517456988796,0.23870610895777325,0.06444961368836188,0.15372517456988796,0.19684693050372326,0.011663199530549407,0.15372517456988796,0.24999324577241794,0.011867454566735044,0.5,0.15372517456988796,0.27171747658396767,0.007830819341343498,0.0,0.7652410023445144,0.8088591419719497 -6682,0.5,0.15372517456988796,0.41212674201473243,0.27139875198882124,0.15372517456988796,0.39469923167426246,0.23302544113932536,0.15372517456988796,0.41105771558302784,0.008715728768158425,0.15372517456988796,0.4316592125617088,0.19233991285892468,0.15372517456988796,0.2533093383383252,0.0956150997635192,0.15372517456988796,0.24079434067226455,0.05316729097016992,0.15372517456988796,0.21561577276499236,0.04050300124533765,0.15372517456988796,0.28452902230437493,0.03655401716952783,0.5,0.15372517456988796,0.15338634364263168,0.018541638339618974,0.15372517456988796,0.3962620231529527,0.0032893011227623265,0.5,0.15372517456988796,0.21360888649367957,0.02868069506888905,0.15372517456988796,0.2771129337713705,0.0210590927918642,0.15372517456988796,0.3871649814212606,0.4982976310437677,0.15372517456988796,0.35856264074355404,0.25935992309560196,0.15372517456988796,0.38988501839298506,0.10432329758656597,0.15372517456988796,0.31797778853750713,0.026206991859331664,0.15372517456988796,0.39832193082246936,0.03515812647705236,0.5,0.15372517456988796,0.4248085006315877,0.021012569370864678,0.0,0.7529516032904093,0.8318571408224943 -6683,0.5,0.15372517456988796,0.5361220885627428,0.3227700455064279,0.15372517456988796,0.5229220139924676,0.31298414416638115,0.15372517456988796,0.534718613988284,0.014476349515634567,0.15372517456988796,0.5485810106542675,0.2281675415969339,0.15372517456988796,0.32138506528144206,0.12688881140726121,0.15372517456988796,0.36479540599464855,0.06778491630875134,0.15372517456988796,0.243018912391815,0.06615005230127358,0.15372517456988796,0.3915207517082341,0.06677968247707518,0.5,0.15372517456988796,0.26706845991463496,0.057678608236694226,0.15372517456988796,0.5258011204517925,0.00582490758307773,0.5,0.15372517456988796,0.2863645018442321,0.042998332669032004,0.15372517456988796,0.38747832705714846,0.04017365011019351,0.15372517456988796,0.5186383471160187,0.5595124744118609,0.15372517456988796,0.47852352077777704,0.2892105395946677,0.15372517456988796,0.5170527336793931,0.14592983254132996,0.15372517456988796,0.4102155995907635,0.05401700950989635,0.15372517456988796,0.5132164456128039,0.0680606569271067,0.5,0.15372517456988796,0.545012137852868,0.03254576430915079,0.0,0.685808511744593,0.8189250725146251 -6684,0.5,0.15372517456988796,0.6016320175261216,0.37001093395566365,0.15372517456988796,0.595742728170225,0.3591181896299171,0.15372517456988796,0.6026244982691165,0.027565545149139007,0.15372517456988796,0.6087055957482046,0.24746780364683696,0.15372517456988796,0.3719239244482512,0.15065115796570816,0.15372517456988796,0.47820254773576076,0.06854484732833097,0.15372517456988796,0.30994249172579813,0.10198642032906431,0.15372517456988796,0.43204321763996373,0.13537752807183148,0.5,0.15372517456988796,0.34111896422223764,0.11974446567957184,0.15372517456988796,0.6062600120277258,0.006062010327506673,0.5,0.15372517456988796,0.3945194370841944,0.05477414165976676,0.15372517456988796,0.5071317850595299,0.04661359646349767,0.15372517456988796,0.5950643318116461,0.5807988836870428,0.15372517456988796,0.5542008486756226,0.3110255112296215,0.15372517456988796,0.5863699118855537,0.17592561056033929,0.15372517456988796,0.4655451101573999,0.10171355539556186,0.15372517456988796,0.5759836791157082,0.0772754835446498,0.5,0.15372517456988796,0.6127368400407233,0.040799345841572764,0.0,0.6219481688156562,0.752578598561295 -6685,0.5,0.15372517456988796,0.6141122634078171,0.417996787854562,0.15372517456988796,0.6157742633751145,0.4278752172005561,0.15372517456988796,0.6192728878049009,0.05251185782380399,0.15372517456988796,0.6183737905133406,0.2755213867937191,0.15372517456988796,0.38556295536720775,0.16505878548163141,0.15372517456988796,0.5247910218467469,0.10028373947763564,0.15372517456988796,0.37382208963894975,0.15171148739845788,0.15372517456988796,0.40901056317613316,0.2275456557547521,0.5,0.15372517456988796,0.4150784227837273,0.1777215414838717,0.15372517456988796,0.6299222619171351,0.006158532402115755,0.5,0.15372517456988796,0.44148679214247766,0.06403390615843182,0.15372517456988796,0.5632959202602503,0.04222548816073962,0.15372517456988796,0.6180125192837511,0.6107614394752593,0.15372517456988796,0.5677367066645521,0.34426022494073577,0.15372517456988796,0.595661081658228,0.21884043126737296,0.15372517456988796,0.4937874988821998,0.1344158105435,0.15372517456988796,0.5936011240345186,0.07726759955218218,0.5,0.15372517456988796,0.6293202636441037,0.04326466432784076,0.0,0.6866234290887133,0.7044208430453844 -6686,0.5,0.15372517456988796,0.5735884122246055,0.4860888883569316,0.15372517456988796,0.5855654116137792,0.468130823317187,0.15372517456988796,0.5848579636951887,0.08243821759928259,0.15372517456988796,0.575354969958388,0.3028319973984537,0.15372517456988796,0.40298977310746087,0.2011216182572272,0.15372517456988796,0.4987482484781258,0.18156177376747423,0.15372517456988796,0.4295203513010606,0.2016648370569557,0.15372517456988796,0.33807875276167404,0.30540719697002816,0.5,0.15372517456988796,0.4224890353016374,0.16929249512465594,0.15372517456988796,0.59959461606777,0.01125220229578266,0.5,0.15372517456988796,0.47873221712516734,0.08290455459806785,0.15372517456988796,0.5685187798384772,0.04555156041592541,0.15372517456988796,0.5892322956141829,0.6312774328797276,0.15372517456988796,0.5234893943169676,0.3822839681355911,0.15372517456988796,0.5555434382810089,0.2585079357253604,0.15372517456988796,0.5054178700515707,0.14891610528018634,0.15372517456988796,0.5662618793674898,0.08202123341214754,0.5,0.15372517456988796,0.5914029244644419,0.049796702459888154,0.0,0.7762866257649311,0.718281688800268 -6687,0.5,0.15372517456988796,0.47312091855916105,0.5471432883094068,0.15372517456988796,0.4956769310970649,0.5264621938121883,0.15372517456988796,0.4905571375321299,0.10863912102847025,0.15372517456988796,0.4725510854572992,0.3126420665072305,0.15372517456988796,0.3899403019047638,0.26120174195286566,0.15372517456988796,0.3605018410866381,0.2622931839795176,0.15372517456988796,0.3624157403301856,0.24673972686602985,0.15372517456988796,0.2936374985108582,0.3368823886356703,0.5,0.15372517456988796,0.4097836391467619,0.19950825678224718,0.15372517456988796,0.508867602512857,0.02796490317478612,0.5,0.15372517456988796,0.43859397824321955,0.10181443296726436,0.15372517456988796,0.5017895527457994,0.06064551994280365,0.15372517456988796,0.499058061589909,0.6824708113404414,0.15372517456988796,0.4441151486297805,0.4327587282357167,0.15372517456988796,0.477999115548844,0.30463595148846545,0.15372517456988796,0.4368810797345801,0.14979952461292276,0.15372517456988796,0.48546122133164615,0.09230370835082143,0.5,0.15372517456988796,0.4933040821194874,0.06291315381222032,0.0,0.8576132502700448,0.7142660914717743 -6688,0.5,0.15372517456988796,0.3424238740805199,0.5052877175294679,0.15372517456988796,0.3676185607528035,0.483411336320025,0.15372517456988796,0.35589806012206376,0.11801681476178222,0.15372517456988796,0.3370842856195079,0.23371395987719734,0.15372517456988796,0.31296856443774873,0.3091345321498463,0.15372517456988796,0.196420977506765,0.28377489460432626,0.15372517456988796,0.25648108707227674,0.2739826913746859,0.15372517456988796,0.20014161573774183,0.28861350296145855,0.5,0.15372517456988796,0.329960335759031,0.2822749452062981,0.15372517456988796,0.3702715203133289,0.038830989937121155,0.5,0.15372517456988796,0.33580718567869644,0.11081557536084546,0.15372517456988796,0.3792770393086577,0.06906910455229717,0.15372517456988796,0.3718105059928135,0.6644082046480846,0.15372517456988796,0.3419025008772517,0.4693017504173739,0.15372517456988796,0.35650382972826944,0.30916822227879276,0.15372517456988796,0.3225932354241762,0.14663614375284156,0.15372517456988796,0.3556598952467303,0.0918406569943572,0.5,0.15372517456988796,0.35187727742074615,0.07313241304345738,0.0,0.9241490497038333,0.7456311527176144 -6689,0.5,0.15372517456988796,0.06454118423704355,0.38818010372945594,0.15372517456988796,0.09985365181493462,0.31840173523055143,0.15372517456988796,0.08860770106469519,0.05844467308614437,0.15372517456988796,0.058010728540496215,0.13147365125073054,0.15372517456988796,0.12926897314606894,0.20548938425661506,0.15372517456988796,0.06393550680633935,0.1963219592006782,0.15372517456988796,0.10228059439046397,0.17705391934568712,0.15372517456988796,0.11016858131353265,0.2235064810593066,0.5,0.15372517456988796,0.11063250750375592,0.21447109016625213,0.15372517456988796,0.11451311997944674,0.019069726768017038,0.5,0.15372517456988796,0.1174602037925691,0.06481135509122879,0.15372517456988796,0.12661190149479482,0.03744229053252069,0.15372517456988796,0.11142806417752565,0.5785158866464005,0.15372517456988796,0.12383916456112048,0.3888626587586598,0.15372517456988796,0.10560692018043492,0.20773733628535462,0.15372517456988796,0.11747346441801496,0.06759482082910326,0.15372517456988796,0.09783492011138331,0.04828538228140186,0.5,0.15372517456988796,0.0852899812749426,0.039036703299960715,0.0,0.9553522861975269,0.8044681935274526 -6690,0.5,0.15372517456988796,0.0,0.3758201743951938,0.15372517456988796,0.0,0.3281270753480491,0.15372517456988796,0.0,0.07582546347429549,0.15372517456988796,0.0,0.1443957416002122,0.15372517456988796,0.0,0.19613633473086053,0.15372517456988796,0.0,0.15495213116113415,0.15372517456988796,0.0,0.1564150462711553,0.15372517456988796,0.0,0.1409188268662963,0.5,0.15372517456988796,5.9604577863796995e-05,0.1371748098346441,0.15372517456988796,0.0,0.02669515099376764,0.5,0.15372517456988796,0.0,0.10635653337557258,0.15372517456988796,0.0,0.058459200333914316,0.15372517456988796,0.0,0.5732866764246584,0.15372517456988796,0.0,0.4197345828118114,0.15372517456988796,0.0,0.242922457216386,0.15372517456988796,0.0,0.07123988498592769,0.15372517456988796,0.0,0.0698443135545154,0.5,0.15372517456988796,0.0,0.04684731437330998,0.0,0.9571323667458761,0.8842157181046966 -6691,0.5,0.15372517456988796,0.0,0.39769550970953865,0.15372517456988796,0.0,0.3694353506567553,0.15372517456988796,0.0,0.08384339718266108,0.15372517456988796,0.0,0.14650228422523132,0.15372517456988796,0.0,0.2455503699230098,0.15372517456988796,0.0,0.1461554132877397,0.15372517456988796,0.0,0.1738367980077468,0.15372517456988796,0.0,0.11347068762369159,0.5,0.15372517456988796,0.0,0.09435625769244282,0.15372517456988796,0.0,0.027245919805449426,0.5,0.15372517456988796,0.0,0.10953600368611716,0.15372517456988796,0.0,0.06714689587629039,0.15372517456988796,0.0,0.5987887108658754,0.15372517456988796,0.0,0.49502155523109115,0.15372517456988796,0.0,0.26687241176665255,0.15372517456988796,0.0,0.08334879372374829,0.15372517456988796,0.0,0.07399352052650587,0.5,0.15372517456988796,0.0,0.03746952672151818,0.0,0.9545107617931549,0.9761077543053769 -6692,0.5,0.15372517456988796,0.0,0.42544506299993023,0.15372517456988796,0.0,0.3467822146938461,0.15372517456988796,0.0,0.0789308916508277,0.15372517456988796,0.0,0.14885454797623002,0.15372517456988796,0.0,0.297433953328214,0.15372517456988796,0.0,0.13712887910025262,0.15372517456988796,0.0,0.18148363199990955,0.15372517456988796,0.0,0.12100060513776825,0.5,0.15372517456988796,0.0,0.08393851530803571,0.15372517456988796,0.0,0.02266274358455643,0.5,0.15372517456988796,0.0,0.11226708407929914,0.15372517456988796,0.0,0.07263847864355065,0.15372517456988796,0.0,0.6001362432208253,0.15372517456988796,0.0,0.5780827831984695,0.15372517456988796,0.0,0.24419669896922516,0.15372517456988796,0.0,0.0937431001964662,0.15372517456988796,0.0,0.0698270994091324,0.5,0.15372517456988796,0.0,0.030940971543868604,0.0,0.956001719979098,1.000227292707452 -6693,0.5,0.15372517456988796,0.0,0.42515083101371504,0.15372517456988796,0.0,0.29209181440478216,0.15372517456988796,0.0,0.06279180908918508,0.15372517456988796,0.0,0.15720393928022638,0.15372517456988796,0.0,0.32436136082733047,0.15372517456988796,0.0,0.20526163180680362,0.15372517456988796,0.0,0.18829208837781888,0.15372517456988796,0.0,0.1456504509148263,0.5,0.15372517456988796,0.0,0.09848015752911954,0.15372517456988796,0.0,0.020129599594233258,0.5,0.15372517456988796,0.0,0.1192041814190484,0.15372517456988796,0.0,0.084741743748236,0.15372517456988796,0.0,0.5999729136860782,0.15372517456988796,0.0,0.6206379916886927,0.15372517456988796,0.0,0.21877232923676812,0.15372517456988796,0.0,0.09849840599292503,0.15372517456988796,0.0,0.06505744880142848,0.5,0.15372517456988796,0.0,0.026330867289503224,0.0,0.9463408893871946,1.0080705621897805 -6694,0.5,0.15372517456988796,0.0,0.3823448190639344,0.15372517456988796,0.0,0.2840668350144264,0.15372517456988796,0.0,0.05566236918523177,0.15372517456988796,0.0,0.15513341781533085,0.15372517456988796,0.0,0.32180759604026543,0.15372517456988796,0.0,0.26504190380972503,0.15372517456988796,0.0,0.24140955866240227,0.15372517456988796,0.0,0.15524505720297804,0.5,0.15372517456988796,0.0,0.1212793132849905,0.15372517456988796,0.0,0.025882196936621263,0.5,0.15372517456988796,0.0,0.13425537328224402,0.15372517456988796,0.0,0.1004899305965576,0.15372517456988796,0.0,0.6132636089033201,0.15372517456988796,0.0,0.6038646052788286,0.15372517456988796,0.0,0.21667127021721996,0.15372517456988796,0.0,0.1149392079377109,0.15372517456988796,0.0,0.0656590931494235,0.5,0.15372517456988796,0.0,0.01833791111583349,0.0,0.9075577266201112,1.0068626014920832 -6695,0.5,0.15372517456988796,0.0,0.3391262320767909,0.15372517456988796,0.0,0.3248284399924383,0.15372517456988796,0.0,0.05688501870078125,0.15372517456988796,0.0,0.1469211297313597,0.15372517456988796,0.0,0.36092508260147965,0.15372517456988796,0.0,0.2784116153628797,0.15372517456988796,0.0,0.3181520833163265,0.15372517456988796,0.0,0.16503984434450403,0.5,0.15372517456988796,0.0,0.12024918498857777,0.15372517456988796,0.0,0.033260043109077,0.5,0.15372517456988796,0.0,0.13077933923449936,0.15372517456988796,0.0,0.11109549597554845,0.15372517456988796,0.0,0.6366680347015774,0.15372517456988796,0.0,0.570613419179431,0.15372517456988796,0.0,0.2115785286374818,0.15372517456988796,0.0,0.15108372451257288,0.15372517456988796,0.0,0.06977187573063054,0.5,0.15372517456988796,0.0,0.016236619296443454,0.0,0.8674667020668471,1.0026138505412394 -6696,0.5,0.15372517456988796,0.0,0.3000173330528503,0.15372517456988796,0.0,0.3911951198365777,0.15372517456988796,0.0,0.04972837171280335,0.15372517456988796,0.0,0.13928425541935574,0.15372517456988796,0.0,0.3955940321570509,0.15372517456988796,0.0,0.29330284238271337,0.15372517456988796,0.0,0.3799424994206502,0.15372517456988796,0.0,0.16124885401746286,0.5,0.15372517456988796,0.0,0.10788815537330693,0.15372517456988796,0.0,0.03886211874483361,0.5,0.15372517456988796,0.0,0.1084861799459715,0.15372517456988796,0.0,0.11407004706407209,0.15372517456988796,0.0,0.6600514397299999,0.15372517456988796,0.0,0.5623576214738337,0.15372517456988796,0.0,0.21053490135620276,0.15372517456988796,0.0,0.18277853229605726,0.15372517456988796,0.0,0.0731923422060113,0.5,0.15372517456988796,0.0,0.019278927220066865,0.0,0.8572082555483826,1.0053138704042768 -6697,0.5,0.15372517456988796,0.0,0.2677077179872919,0.15372517456988796,0.0,0.39397038100234943,0.15372517456988796,0.0,0.045751495272267705,0.15372517456988796,0.0,0.1372485928572542,0.15372517456988796,0.0,0.4374505532461721,0.15372517456988796,0.0,0.3331857468121792,0.15372517456988796,0.0,0.4372878625781037,0.15372517456988796,0.0,0.16084447077831304,0.5,0.15372517456988796,0.0,0.11739290124816915,0.15372517456988796,0.0,0.04995483795078878,0.5,0.15372517456988796,0.0,0.11145717536378484,0.15372517456988796,0.0,0.11060819472194425,0.15372517456988796,0.0,0.6643627178845507,0.15372517456988796,0.0,0.5646736437821902,0.15372517456988796,0.0,0.2171522501314801,0.15372517456988796,0.0,0.1942665046656676,0.15372517456988796,0.0,0.07070951695436521,0.5,0.15372517456988796,0.0,0.017844878119946447,0.0,0.8510281433034986,1.0054196985108899 -6698,0.5,0.15372517456988796,0.0,0.24969702829819648,0.15372517456988796,0.0,0.3707425331932892,0.15372517456988796,0.0,0.04924478722843494,0.15372517456988796,0.0,0.13849966040873368,0.15372517456988796,0.0,0.4856906134513465,0.15372517456988796,0.0,0.31786986529872036,0.15372517456988796,0.0,0.4269953284786088,0.15372517456988796,0.0,0.20650286295173126,0.5,0.15372517456988796,0.0,0.1543018804699171,0.15372517456988796,0.0,0.05314682539347518,0.5,0.15372517456988796,0.0,0.11770414976072947,0.15372517456988796,0.0,0.10797545526677299,0.15372517456988796,0.0,0.6287609345376424,0.15372517456988796,0.0,0.5788984171436296,0.15372517456988796,0.0,0.22595231698077367,0.15372517456988796,0.0,0.1940902937335185,0.15372517456988796,0.0,0.07392273129095314,0.5,0.15372517456988796,0.0,0.017306527395574058,0.0,0.8409913671473902,1.0068116835923278 -6699,0.5,0.15372517456988796,0.0,0.24152477206633344,0.15372517456988796,0.0,0.4355632857953661,0.15372517456988796,0.0,0.056602337939448376,0.15372517456988796,0.0,0.1390332759912388,0.15372517456988796,0.0,0.45228051926694085,0.15372517456988796,0.0,0.3993259510155883,0.15372517456988796,0.0,0.33206201362132964,0.15372517456988796,0.0,0.347266099006712,0.5,0.15372517456988796,0.0,0.26123644922418354,0.15372517456988796,0.0,0.046733424226345355,0.5,0.15372517456988796,0.0,0.09634605932425416,0.15372517456988796,0.0,0.09631735870568152,0.15372517456988796,0.0,0.6030151913702402,0.15372517456988796,0.0,0.5652331151791903,0.15372517456988796,0.0,0.24903600122808456,0.15372517456988796,0.0,0.16443160553836367,0.15372517456988796,0.0,0.07683923447710542,0.5,0.15372517456988796,0.0,0.019360600358794076,0.0,0.8043637638072018,1.0057718970969367 -6700,0.5,0.15372517456988796,0.0,0.24624676843459048,0.15372517456988796,0.0,0.43352932836729663,0.15372517456988796,0.0,0.06649300686172369,0.15372517456988796,0.0,0.14938057510332595,0.15372517456988796,0.0,0.4332316141354201,0.15372517456988796,0.0,0.5730393752400753,0.15372517456988796,0.0,0.2976426396994769,0.15372517456988796,0.0,0.44422938101119447,0.5,0.15372517456988796,0.0,0.3898207006584336,0.15372517456988796,0.0,0.054171242013395356,0.5,0.15372517456988796,0.0,0.11366685480371135,0.15372517456988796,0.0,0.08887866418447407,0.15372517456988796,0.0,0.628256457202744,0.15372517456988796,0.0,0.5238127629478575,0.15372517456988796,0.0,0.2667528420935206,0.15372517456988796,0.0,0.14396622098168352,0.15372517456988796,0.0,0.07860384346155277,0.5,0.15372517456988796,0.0,0.021687661323257973,0.0,0.7961585648032309,1.0046823582775786 -6701,0.5,0.15372517456988796,0.0,0.2632026955083006,0.15372517456988796,0.0,0.44278829355185095,0.15372517456988796,0.0,0.08361226925825438,0.15372517456988796,0.0,0.15898536496708215,0.15372517456988796,0.0,0.49652682691721006,0.15372517456988796,0.0,0.6172399363818017,0.15372517456988796,0.0,0.38687377475345336,0.15372517456988796,0.0,0.49421582003425396,0.5,0.15372517456988796,0.0,0.5045082842230684,0.15372517456988796,0.0,0.06259392518892658,0.5,0.15372517456988796,0.0,0.0829099280605056,0.15372517456988796,0.0,0.08571328193047008,0.15372517456988796,0.0,0.6826517988692201,0.15372517456988796,0.0,0.4888873897841245,0.15372517456988796,0.0,0.26356814824133534,0.15372517456988796,0.0,0.19043221005466493,0.15372517456988796,0.0,0.08062420093593563,0.5,0.15372517456988796,0.0,0.023997179385946893,0.0,0.8109259131258676,1.0013373842917688 -6702,0.5,0.15372517456988796,0.0,0.28687298331536537,0.15372517456988796,0.0,0.4303502768408423,0.15372517456988796,0.0,0.10370542528266394,0.15372517456988796,0.0,0.169080135618405,0.15372517456988796,0.0,0.5685836304108495,0.15372517456988796,0.0,0.5882768589185002,0.15372517456988796,0.0,0.5485515749793247,0.15372517456988796,0.0,0.5069465892718514,0.5,0.15372517456988796,0.0,0.6161626795850476,0.15372517456988796,0.0,0.060140996666384325,0.5,0.15372517456988796,0.0,0.051865757210135435,0.15372517456988796,0.0,0.10323613439460393,0.15372517456988796,0.0,0.7178390643217255,0.15372517456988796,0.0,0.4042300700289517,0.15372517456988796,0.0,0.23343763318712563,0.15372517456988796,0.0,0.3326499106989156,0.15372517456988796,0.0,0.07171401214666022,0.5,0.15372517456988796,0.0,0.024555364946485074,0.0,0.8367686491662797,0.9804758616067637 -6703,0.5,0.15372517456988796,0.00023848522545485892,0.3149436085527336,0.15372517456988796,0.0,0.3847019824775771,0.15372517456988796,0.0,0.12377883057804456,0.15372517456988796,0.0011430419722830091,0.17751881349379056,0.15372517456988796,0.0,0.6422897719810186,0.15372517456988796,0.0,0.4900125159852198,0.15372517456988796,0.0,0.6643212634539244,0.15372517456988796,0.0,0.4481550204984714,0.5,0.15372517456988796,0.0,0.6067901598271591,0.15372517456988796,0.0,0.08578911587739953,0.5,0.15372517456988796,0.0,0.05718627117786649,0.15372517456988796,0.0,0.14204148509716583,0.15372517456988796,0.0,0.7029798168490823,0.15372517456988796,0.0,0.40521960152953485,0.15372517456988796,0.0,0.24711700381931923,0.15372517456988796,0.0,0.4803621460625074,0.15372517456988796,0.0,0.05976098682673685,0.5,0.15372517456988796,0.0006892062020646355,0.025934361600789983,0.0,0.8563788955339519,0.9571946417554391 -6704,0.5,0.15372517456988796,0.06710726128252534,0.37228062927833355,0.15372517456988796,0.030534622303834906,0.3570902450664196,0.15372517456988796,0.04604674647718924,0.1423210260306555,0.15372517456988796,0.09140758506659762,0.20070354984205116,0.15372517456988796,0.0006471340080578856,0.5419455671832006,0.15372517456988796,0.0028615055922222264,0.3742148656383536,0.15372517456988796,0.0010011014846121882,0.720206059825485,0.15372517456988796,0.004006576959160724,0.3773734061679061,0.5,0.15372517456988796,0.002048810611134922,0.4952844643262829,0.15372517456988796,0.08254434157008338,0.04797621910770399,0.5,0.15372517456988796,0.015056659539382974,0.08673148499658592,0.15372517456988796,0.041538796519493014,0.1611760104682558,0.15372517456988796,0.015439330950798816,0.6609954453333016,0.15372517456988796,0.004994086885162476,0.511318944192755,0.15372517456988796,0.018176773196571225,0.33923153168232867,0.15372517456988796,0.010830081023739852,0.6917849130614884,0.15372517456988796,0.05793041227884548,0.06548934159081722,0.5,0.15372517456988796,0.1021651760656937,0.028724372548704843,0.0,0.8636802308746436,0.9307125760925761 -6705,0.5,0.15372517456988796,0.17225203251481572,0.5112799674342833,0.15372517456988796,0.08041166252327656,0.5055844600755534,0.15372517456988796,0.11237909198549753,0.21414527974996944,0.15372517456988796,0.21338698818933424,0.2658328604366384,0.15372517456988796,0.010536506060584306,0.5099240629232029,0.15372517456988796,0.01857793281771661,0.3659035683598465,0.15372517456988796,0.01130860451072658,0.635039670330943,0.15372517456988796,0.042265834404639754,0.45396000729474717,0.5,0.15372517456988796,0.011251779684015084,0.38488329179743463,0.15372517456988796,0.2106127267214279,0.023096054273280663,0.5,0.15372517456988796,0.04089938594653452,0.10722988614242872,0.15372517456988796,0.1069744437104579,0.19476364287892103,0.15372517456988796,0.05341017041769792,0.687742560129351,0.15372517456988796,0.010984421597636356,0.47341780979755765,0.15372517456988796,0.03552341245426669,0.4559668370213178,0.15372517456988796,0.02484808447033858,0.8016062350595344,0.15372517456988796,0.1509273799453134,0.09451389949534568,0.5,0.15372517456988796,0.24984467646398562,0.04131443406319496,0.0,0.868781721849003,0.9653355596414994 -6706,0.5,0.15372517456988796,0.2533528744793615,0.5828597047372591,0.15372517456988796,0.07704171866185566,0.4752133545527032,0.15372517456988796,0.13778607429531,0.2613334253213175,0.15372517456988796,0.32675628851169225,0.3091870975526407,0.15372517456988796,0.021788961488685095,0.5133482301288901,0.15372517456988796,0.01452660066407397,0.44873133130392884,0.15372517456988796,0.06642722087095602,0.6248461768749016,0.15372517456988796,0.07486054670535054,0.5481115569394233,0.5,0.15372517456988796,0.02586913399341009,0.4189248097906711,0.15372517456988796,0.32391418472135824,0.018232501827980228,0.5,0.15372517456988796,0.04225031350416074,0.15659885267164855,0.15372517456988796,0.1340803141608236,0.2162375901516405,0.15372517456988796,0.07510204436328943,0.655614405111124,0.15372517456988796,0.024109165915314198,0.4882794539444248,0.15372517456988796,0.03185704027881481,0.5735595144175254,0.15372517456988796,0.02477084069781605,0.7553928705200064,0.15372517456988796,0.2269252905150737,0.1700441273248194,0.5,0.15372517456988796,0.3884842680010324,0.07160318625622851,0.0,0.850733154868165,0.9788260473047825 -6707,0.5,0.15372517456988796,0.2930978280213042,0.5867306823701003,0.15372517456988796,0.035340179527694665,0.4677325743248218,0.15372517456988796,0.156703942209248,0.36531819658398657,0.15372517456988796,0.3953532256500759,0.28981924530371483,0.15372517456988796,0.03125977966268856,0.3929166770755622,0.15372517456988796,0.013575991860782963,0.36563182681500483,0.15372517456988796,0.09323634977302343,0.6481682804650509,0.15372517456988796,0.09142937743079385,0.5945175627834032,0.5,0.15372517456988796,0.044128049008994294,0.488037760937481,0.15372517456988796,0.3466413634771523,0.01596363942456923,0.5,0.15372517456988796,0.04177483311926545,0.18676028737760256,0.15372517456988796,0.13143196812861968,0.22101960741633928,0.15372517456988796,0.052875496157888245,0.5131547735510917,0.15372517456988796,0.024089189539637196,0.4713892909622134,0.15372517456988796,0.05178276779941501,0.7134591211266141,0.15372517456988796,0.03022479335105986,0.6460572533171179,0.15372517456988796,0.2853364819090381,0.22043348425766773,0.5,0.15372517456988796,0.5010671431652586,0.045964398787960735,0.0,0.7896809207664568,0.986569903568153 -6708,0.5,0.15372517456988796,0.3116599817633958,0.6359385752242686,0.15372517456988796,0.017450653665820926,0.4729013620403589,0.15372517456988796,0.18307680543297264,0.5481727078146418,0.15372517456988796,0.3871926368272617,0.3126755516352738,0.15372517456988796,0.0692567012507236,0.39244381510294685,0.15372517456988796,0.06502965094340159,0.5255716800803785,0.15372517456988796,0.07279097454376611,0.5429092062216272,0.15372517456988796,0.10489596493386563,0.6929058287846785,0.5,0.15372517456988796,0.08399478184828703,0.6093997744645812,0.15372517456988796,0.3097931130422874,0.00855923845375799,0.5,0.15372517456988796,0.035079166181558,0.25401486953984403,0.15372517456988796,0.13253093612585987,0.20928021558971008,0.15372517456988796,0.03046789739119348,0.4983008200904038,0.15372517456988796,0.06938872923010732,0.39666611839329263,0.15372517456988796,0.09549462645403776,0.6807276284538238,0.15372517456988796,0.06800541984238012,0.6407093382911472,0.15372517456988796,0.3080884596185175,0.31478974357494616,0.5,0.15372517456988796,0.5479017241444581,0.030016582045472567,0.0,0.7499387806463125,0.9155416718941627 -6709,0.5,0.15372517456988796,0.253711085923112,0.6383101843891703,0.15372517456988796,0.052389567491050865,0.5906697358615449,0.15372517456988796,0.17249735269841565,0.590103971231928,0.15372517456988796,0.3592615444610148,0.38735334955300654,0.15372517456988796,0.19945627196983537,0.5807630663600561,0.15372517456988796,0.08177299352816284,0.7174558975597254,0.15372517456988796,0.021106836818803626,0.41209031388408085,0.15372517456988796,0.12599430807396061,0.738276983259881,0.5,0.15372517456988796,0.1116298367844897,0.7367182253404508,0.15372517456988796,0.3247784407875141,0.009231346817279306,0.5,0.15372517456988796,0.028539331385257237,0.27118354877584144,0.15372517456988796,0.11264388726398585,0.18782897634463055,0.15372517456988796,0.02830318986895055,0.4112731466191976,0.15372517456988796,0.14213673555167047,0.3934137707055856,0.15372517456988796,0.12108962822126687,0.5950456101121627,0.15372517456988796,0.07727326565385077,0.6535807703955645,0.15372517456988796,0.23929859098598535,0.3238832397824306,0.5,0.15372517456988796,0.5421484488122597,0.0194954424948968,0.0,0.7637446295652716,0.7871194520612821 -6710,0.5,0.15372517456988796,0.15197957470207762,0.5873221372218848,0.15372517456988796,0.09414172363747363,0.39698654379537385,0.15372517456988796,0.11420514318029899,0.5108502344781438,0.15372517456988796,0.33033726314461637,0.4180500622358865,0.15372517456988796,0.06984281312442622,0.6828013417474355,0.15372517456988796,0.0506332226239801,0.8541111752683563,0.15372517456988796,0.06486662040986868,0.6177006386057058,0.15372517456988796,0.13020732577799024,0.7824935997115321,0.5,0.15372517456988796,0.11287321429302473,0.7786886027786313,0.15372517456988796,0.31151094942368535,0.006643627218797599,0.5,0.15372517456988796,0.05456928601601319,0.4465104730287703,0.15372517456988796,0.08785226513127589,0.19623643569203006,0.15372517456988796,0.030275179684094385,0.3537853930026925,0.15372517456988796,0.2068221436018784,0.3671947531041272,0.15372517456988796,0.07800523423220185,0.47800565622099356,0.15372517456988796,0.07407332324634966,0.7168237509393778,0.15372517456988796,0.1724025254915911,0.32169786669935496,0.5,0.15372517456988796,0.48405126328553927,0.018175657925701548,0.0,0.7575170889389501,0.6124609652226951 -6711,0.5,0.15372517456988796,0.07517999893896549,0.483683235261554,0.15372517456988796,0.018482540798161473,0.17343087394443654,0.15372517456988796,0.07242343688187777,0.5819828287734781,0.15372517456988796,0.25125072027164314,0.3792400290350617,0.15372517456988796,0.10547690717087421,0.8269819220375885,0.15372517456988796,0.03751223653189553,0.9158866846151692,0.15372517456988796,0.07910618872951693,0.7921339642460637,0.15372517456988796,0.08072517409710424,0.7268883775390806,0.5,0.15372517456988796,0.11483483526240279,0.7330549883164355,0.15372517456988796,0.22509979480263625,0.013385308097049171,0.5,0.15372517456988796,0.07592570744627891,0.5594107761151832,0.15372517456988796,0.07652979421644374,0.21699398380108564,0.15372517456988796,0.06452458500355736,0.25383751309801733,0.15372517456988796,0.09248934123326208,0.4849102875258086,0.15372517456988796,0.08103629546999129,0.5271366071140815,0.15372517456988796,0.06896107700048008,0.7533941487978334,0.15372517456988796,0.10503934355371802,0.33180812892670464,0.5,0.15372517456988796,0.3935812247647088,0.012761243461199232,0.0,0.8101749742017754,0.44810650355176523 -6712,0.5,0.15372517456988796,0.05983782974996369,0.40414653316534,0.15372517456988796,0.0028921775797010395,0.2022503911577121,0.15372517456988796,0.05476376867334313,0.6128369245219051,0.15372517456988796,0.1534865263734297,0.3301786626980904,0.15372517456988796,0.01873100875563321,0.8743845647022985,0.15372517456988796,0.03463892042641284,0.8698477417915478,0.15372517456988796,0.02958847497132874,0.8176466849448439,0.15372517456988796,0.06956526374556049,0.6499587219117888,0.5,0.15372517456988796,0.10462089170537667,0.668308665152302,0.15372517456988796,0.14342018726144956,0.03445594127798593,0.5,0.15372517456988796,0.04816245930705501,0.4733605459937461,0.15372517456988796,0.05563682425788992,0.17146330996073467,0.15372517456988796,0.11323440007722424,0.23459892122392478,0.15372517456988796,0.02737378958428255,0.4956512275325035,0.15372517456988796,0.08121869463052396,0.6257802316429338,0.15372517456988796,0.04254393795915513,0.7607062640000071,0.15372517456988796,0.06072596665402899,0.3496637842637985,0.5,0.15372517456988796,0.24992844137044523,0.002968075347723133,0.0,0.8274453525036144,0.3953496700898594 -6713,0.5,0.15372517456988796,0.015917807246742,0.35682902734634053,0.15372517456988796,0.0012076977385767577,0.2591886340461784,0.15372517456988796,0.02334415501076339,0.5190051061178432,0.15372517456988796,0.03093463043614125,0.29642068982683645,0.15372517456988796,0.0026344820807117394,0.8878971403254032,0.15372517456988796,0.024527707117357585,0.7680252914029756,0.15372517456988796,0.01334016523817195,0.7067185481942246,0.15372517456988796,0.017440125448194815,0.5307646733049621,0.5,0.15372517456988796,0.061376168581432924,0.5677931460560299,0.15372517456988796,0.06904231056772528,0.010738927243929101,0.5,0.15372517456988796,0.02666375239106557,0.2627277181619367,0.15372517456988796,0.02173969967287777,0.14380400539748633,0.15372517456988796,0.01139335457073175,0.23082738099955796,0.15372517456988796,0.022023910986235178,0.6482096131619471,0.15372517456988796,0.014713363842914617,0.675974214607398,0.15372517456988796,0.012554487139757323,0.624927893893908,0.15372517456988796,0.019272140785598225,0.19695786166905793,0.5,0.15372517456988796,0.08672748931350585,0.002467303731008785,0.0,0.5897127313880096,0.6596019484419818 -6714,0.5,0.15372517456988796,0.0,0.3478377080939569,0.15372517456988796,0.0,0.3873782926367414,0.15372517456988796,6.182084675188353e-06,0.389236533204938,0.15372517456988796,0.0,0.23923130207252385,0.15372517456988796,0.0,0.8577098161069665,0.15372517456988796,2.58973843368847e-05,0.5617444103743686,0.15372517456988796,3.8165953386692534e-05,0.5979800817663158,0.15372517456988796,0.00017659356730703531,0.3561157738010774,0.5,0.15372517456988796,0.00016799742293589464,0.44127985877997356,0.15372517456988796,0.0,0.0038650709722086634,0.5,0.15372517456988796,0.0,0.2171767976136878,0.15372517456988796,0.00010422704056938088,0.12141150444242203,0.15372517456988796,0.0,0.3508282078264772,0.15372517456988796,0.00010411305460506102,0.7429333261220161,0.15372517456988796,1.2100224406882195e-08,0.6536095085433207,0.15372517456988796,0.0,0.40707894499348746,0.15372517456988796,1.4490773011117653e-05,0.11522712262780592,0.5,0.15372517456988796,0.0,0.0018025356866096585,0.0,0.5724040423014432,0.5773677505493303 -6715,0.5,0.15372517456988796,0.0,0.37317203690142814,0.15372517456988796,0.0,0.473385532642835,0.15372517456988796,0.0,0.33653926289954506,0.15372517456988796,0.0,0.2137477143470822,0.15372517456988796,0.0,0.8033370878595059,0.15372517456988796,0.0,0.4867118386500071,0.15372517456988796,0.0,0.5000919230016023,0.15372517456988796,0.0,0.32218483358129435,0.5,0.15372517456988796,0.0,0.43720589809510835,0.15372517456988796,0.0,0.00468910642448847,0.5,0.15372517456988796,0.0,0.20702988648837886,0.15372517456988796,0.0,0.08583110932919251,0.15372517456988796,0.0,0.5052677967319186,0.15372517456988796,0.0,0.7721200039853573,0.15372517456988796,0.0,0.613675499379486,0.15372517456988796,0.0,0.3280070327126731,0.15372517456988796,0.0,0.11908163073537073,0.5,0.15372517456988796,0.0,0.0012888787397024473,0.0,0.661165355354635,0.503625029452457 -6716,0.5,0.15372517456988796,0.0,0.3769515758013185,0.15372517456988796,0.0,0.4779528086764642,0.15372517456988796,0.0,0.29166285896545385,0.15372517456988796,0.0,0.19645728626964046,0.15372517456988796,0.0,0.7784677406287086,0.15372517456988796,0.0,0.4625553721961412,0.15372517456988796,0.0,0.5064026293345548,0.15372517456988796,0.0,0.258606932448357,0.5,0.15372517456988796,0.0,0.31148139226270793,0.15372517456988796,0.0,0.0027158932256852795,0.5,0.15372517456988796,0.0,0.18794490401067496,0.15372517456988796,0.0,0.05268655003483898,0.15372517456988796,0.0,0.590625112803058,0.15372517456988796,0.0,0.7877330016480213,0.15372517456988796,0.0,0.5534421084132091,0.15372517456988796,0.0,0.3174066145637238,0.15372517456988796,0.0,0.14391440652393633,0.5,0.15372517456988796,0.0,0.0028263443609359215,0.0,0.7506252869185662,0.6265455299865789 -6717,0.5,0.15372517456988796,0.0,0.3485087696814131,0.15372517456988796,0.0,0.5117191070507957,0.15372517456988796,0.0,0.1986712114739157,0.15372517456988796,0.0,0.17651784903450807,0.15372517456988796,0.0,0.6156150078278024,0.15372517456988796,0.0,0.4269045491174325,0.15372517456988796,0.0,0.6025583981001145,0.15372517456988796,0.0,0.21010255465057948,0.5,0.15372517456988796,0.0,0.16764028548341967,0.15372517456988796,0.0,0.0020009507047763298,0.5,0.15372517456988796,0.0,0.14648176356243572,0.15372517456988796,0.0,0.03309222850250728,0.15372517456988796,0.0,0.7215032366094927,0.15372517456988796,0.0,0.7656713102847998,0.15372517456988796,0.0,0.4990563958151027,0.15372517456988796,0.0,0.3372628850638211,0.15372517456988796,0.0,0.14741480632255,0.5,0.15372517456988796,0.0,0.0030263935850626082,0.0,0.71573074863604,0.5906340655309639 -6718,0.5,0.15372517456988796,0.0,0.2844255243190395,0.15372517456988796,0.0,0.4521710159000501,0.15372517456988796,0.0,0.17577245229129998,0.15372517456988796,0.0,0.17564554609996008,0.15372517456988796,0.0,0.5619625652896215,0.15372517456988796,0.0,0.39499238378318396,0.15372517456988796,0.0,0.6585794084633774,0.15372517456988796,0.0,0.1109619174676864,0.5,0.15372517456988796,0.0,0.11251491670991501,0.15372517456988796,0.0,0.004289674000485913,0.5,0.15372517456988796,0.0,0.1509959112351083,0.15372517456988796,0.0,0.03046718736499084,0.15372517456988796,0.0,0.7808984904625249,0.15372517456988796,0.0,0.6659472786772067,0.15372517456988796,0.0,0.43722803886163253,0.15372517456988796,0.0,0.33885728487393074,0.15372517456988796,0.0,0.13508853977992524,0.5,0.15372517456988796,0.0,0.0008528416313081327,0.0,0.6488636695979644,0.6151624494460778 -6719,0.5,0.15372517456988796,0.0,0.23590045194107762,0.15372517456988796,0.0,0.3856900944515357,0.15372517456988796,0.0,0.1914819753532272,0.15372517456988796,0.0,0.1693191988923891,0.15372517456988796,0.0,0.6449917327515229,0.15372517456988796,0.0,0.27796298901749905,0.15372517456988796,0.0,0.5017510013225134,0.15372517456988796,0.0,0.10959730198267481,0.5,0.15372517456988796,0.0,0.11758834561711862,0.15372517456988796,0.0,0.0011136938531831073,0.5,0.15372517456988796,0.0,0.1850376313971464,0.15372517456988796,0.0,0.0235374183787064,0.15372517456988796,0.0,0.7926787483272344,0.15372517456988796,0.0,0.5711143285102225,0.15372517456988796,0.0,0.41088203753438624,0.15372517456988796,0.0,0.2637246508283674,0.15372517456988796,0.0,0.1402143576372802,0.5,0.15372517456988796,0.0,0.0017975142186105917,0.0,0.5369219725202891,0.8480386723929245 -6720,0.5,0.15372517456988796,0.0,0.21797758488175628,0.15372517456988796,0.0,0.33312686335050506,0.15372517456988796,0.0,0.23693668902664214,0.15372517456988796,0.0,0.14647176197909684,0.15372517456988796,0.0,0.5732057526240587,0.15372517456988796,0.0,0.24155825589245927,0.15372517456988796,0.0,0.2454290787928106,0.15372517456988796,0.0,0.1501341791761744,0.5,0.15372517456988796,0.0,0.10425770998690947,0.15372517456988796,0.0,0.004781498874899105,0.5,0.15372517456988796,0.0,0.14074756017353335,0.15372517456988796,0.0,0.022082814941073958,0.15372517456988796,0.0,0.7337168857878456,0.15372517456988796,0.0,0.5153271130318562,0.15372517456988796,0.0,0.43497746971661344,0.15372517456988796,0.0,0.19636577023605825,0.15372517456988796,0.0,0.1407419190123027,0.5,0.15372517456988796,0.0,0.003211017472800154,0.0,0.6132332719947393,0.8131215281279149 -6721,0.5,0.15372517456988796,0.0,0.22606204073181058,0.15372517456988796,0.0,0.3503229985711118,0.15372517456988796,0.0,0.2843626900266193,0.15372517456988796,0.0,0.17443139351671189,0.15372517456988796,0.0,0.3982147434485133,0.15372517456988796,0.0,0.29476619518871017,0.15372517456988796,0.0,0.22520064384016994,0.15372517456988796,0.0,0.1673829563762927,0.5,0.15372517456988796,0.0,0.09007778679203,0.15372517456988796,0.0,0.0028003981567268866,0.5,0.15372517456988796,0.0,0.07370102755135692,0.15372517456988796,0.0,0.03130340421801696,0.15372517456988796,0.0,0.663251952537823,0.15372517456988796,0.0,0.5199370763991593,0.15372517456988796,0.0,0.37947868164786747,0.15372517456988796,0.0,0.19145263414610655,0.15372517456988796,0.0,0.08257807319015528,0.5,0.15372517456988796,0.0,0.007829064327789261,0.0,0.7887130092458907,0.8706776987788346 -6722,0.5,0.15372517456988796,0.0,0.22498841045870596,0.15372517456988796,0.0,0.3561409227830219,0.15372517456988796,0.0,0.23482623698455102,0.15372517456988796,0.0,0.1944138946318607,0.15372517456988796,0.0,0.4217240265260544,0.15372517456988796,0.0,0.3318303076896716,0.15372517456988796,0.0,0.25548650337044543,0.15372517456988796,0.0,0.20096973936718104,0.5,0.15372517456988796,0.0,0.11576472345216457,0.15372517456988796,0.0,0.002000643186823592,0.5,0.15372517456988796,0.0,0.10774385997044428,0.15372517456988796,0.0,0.036090682839213455,0.15372517456988796,0.0,0.5160965347078519,0.15372517456988796,0.0,0.5119561540817873,0.15372517456988796,0.0,0.2845269756237956,0.15372517456988796,0.0,0.1381368426438461,0.15372517456988796,0.0,0.05847652245721506,0.5,0.15372517456988796,0.0,0.012408872264046703,0.0,0.7529636211948818,0.851092874271666 -6723,0.5,0.15372517456988796,0.0,0.19485523080451778,0.15372517456988796,0.0,0.3648643196702622,0.15372517456988796,0.0,0.13993397156479048,0.15372517456988796,0.0,0.15007406869087847,0.15372517456988796,0.0,0.41610147027438477,0.15372517456988796,0.0,0.3676618549614762,0.15372517456988796,0.0,0.2906246061007717,0.15372517456988796,0.0,0.22022333756678036,0.5,0.15372517456988796,0.0,0.14619192775537226,0.15372517456988796,0.0,0.002520011496912175,0.5,0.15372517456988796,0.0,0.08889425434557148,0.15372517456988796,0.0,0.046723118654240094,0.15372517456988796,0.0,0.4757692881499707,0.15372517456988796,0.0,0.5266340936948796,0.15372517456988796,0.0,0.22251512735177584,0.15372517456988796,0.0,0.14207902668911065,0.15372517456988796,0.0,0.06570733508678979,0.5,0.15372517456988796,0.0,0.006836600492535781,0.0,0.6611416910994066,0.8634118964381119 -6724,0.5,0.15372517456988796,0.0,0.14209634556400705,0.15372517456988796,0.0,0.3079831293337115,0.15372517456988796,0.0,0.08085542396417454,0.15372517456988796,0.0,0.09817562939196804,0.15372517456988796,0.0,0.4045418917903054,0.15372517456988796,0.0,0.39226110028461464,0.15372517456988796,0.0,0.31952714861214254,0.15372517456988796,0.0,0.21016848821536072,0.5,0.15372517456988796,0.0,0.15184219212952005,0.15372517456988796,0.0,0.0007823959593412249,0.5,0.15372517456988796,0.0,0.06122859798944081,0.15372517456988796,0.0,0.05862284818609302,0.15372517456988796,0.0,0.49479037411164256,0.15372517456988796,0.0,0.49851044716567505,0.15372517456988796,0.0,0.20861113936552217,0.15372517456988796,0.0,0.16906671350545388,0.15372517456988796,0.0,0.06027543683894746,0.5,0.15372517456988796,0.0,0.0034053704197701544,0.0,0.557677837496094,0.8361516464004062 -6725,0.5,0.15372517456988796,0.0,0.11879867694043056,0.15372517456988796,0.0,0.26757255282586984,0.15372517456988796,0.0,0.08583536708146727,0.15372517456988796,0.0,0.06373233559193536,0.15372517456988796,0.0,0.4240879208049896,0.15372517456988796,0.0,0.3432293592639581,0.15372517456988796,0.0,0.3266063947490202,0.15372517456988796,0.0,0.19590102821530875,0.5,0.15372517456988796,0.0,0.14899249783237145,0.15372517456988796,0.0,0.0026819038004163714,0.5,0.15372517456988796,0.0,0.04933404494594562,0.15372517456988796,0.0,0.06785001298139587,0.15372517456988796,0.0,0.544831624410244,0.15372517456988796,0.0,0.4692211338454022,0.15372517456988796,0.0,0.19644903960092874,0.15372517456988796,0.0,0.18156751271040106,0.15372517456988796,0.0,0.05051480314279713,0.5,0.15372517456988796,0.0,0.004346559647245621,0.0,0.5454210251596109,0.8625189725847039 -6726,0.5,0.15372517456988796,0.0,0.11261010414815031,0.15372517456988796,0.0,0.23343450367371174,0.15372517456988796,0.0,0.08866379362907098,0.15372517456988796,0.0,0.04272827867216093,0.15372517456988796,0.0,0.3826642099764019,0.15372517456988796,0.0,0.2543161866743712,0.15372517456988796,0.0,0.3104724883092733,0.15372517456988796,0.0,0.1948405796620864,0.5,0.15372517456988796,0.0,0.12582183301821223,0.15372517456988796,0.0,0.008149804276302868,0.5,0.15372517456988796,0.0,0.04727137680063962,0.15372517456988796,0.0,0.07755893435808935,0.15372517456988796,0.0,0.5511643003141241,0.15372517456988796,0.0,0.45638530110506537,0.15372517456988796,0.0,0.18352206141079525,0.15372517456988796,0.0,0.17543005463982494,0.15372517456988796,0.0,0.04131135904874506,0.5,0.15372517456988796,0.0,0.012702810331109581,0.0,0.5428850105135228,0.9301952168601383 -6727,0.5,0.15372517456988796,9.102296759919257e-05,0.11731782573843637,0.15372517456988796,0.0,0.20732002899362387,0.15372517456988796,0.0,0.08287465967228051,0.15372517456988796,0.0005331074464765932,0.04680527672127036,0.15372517456988796,0.0,0.2892022950184977,0.15372517456988796,0.0,0.20698140133307594,0.15372517456988796,0.0,0.2811868414140551,0.15372517456988796,0.0,0.2168846726282407,0.5,0.15372517456988796,0.0,0.11078154995890098,0.15372517456988796,0.0,0.012922756063809339,0.5,0.15372517456988796,0.0,0.043381450521522966,0.15372517456988796,0.0,0.09106745134438761,0.15372517456988796,0.0,0.5135641583724488,0.15372517456988796,0.0,0.4231131184579977,0.15372517456988796,0.0,0.18470677220883333,0.15372517456988796,0.0,0.15284512261768615,0.15372517456988796,0.0,0.03419125205372016,0.5,0.15372517456988796,0.00020122439035775085,0.020849778954813984,0.0,0.5214412552588796,0.9501041513622471 -6728,0.5,0.15372517456988796,0.09870225482182861,0.10103067160155754,0.15372517456988796,0.06871771559784196,0.1890999378941074,0.15372517456988796,0.07037989279473879,0.05637719936825098,0.15372517456988796,0.07693239112292774,0.04726378792389413,0.15372517456988796,0.04615292066693468,0.21134585572613718,0.15372517456988796,0.035679715672486026,0.17302526458645345,0.15372517456988796,0.032058646394936656,0.25579909663430356,0.15372517456988796,0.024684704006939406,0.22176392068052553,0.5,0.15372517456988796,0.03556178281324743,0.10165924389016838,0.15372517456988796,0.03397262031068739,0.011933268643897795,0.5,0.15372517456988796,0.03883128476004691,0.05430683228229493,0.15372517456988796,0.012897322810685612,0.10004941673476564,0.15372517456988796,0.053243367485127896,0.4762478641701711,0.15372517456988796,0.04668246794048438,0.3724920488686998,0.15372517456988796,0.05852068029313598,0.16951987981607036,0.15372517456988796,0.025519498352714033,0.13405633803334546,0.15372517456988796,0.030212455778235253,0.03533455090766796,0.5,0.15372517456988796,0.061917942870845954,0.024232693742509376,0.0,0.5211010808894486,0.9408937658033321 -6729,0.5,0.15372517456988796,0.25002421126664187,0.16716890625165265,0.15372517456988796,0.20849018286751997,0.275936743489349,0.15372517456988796,0.19039712028526204,0.10554900726352648,0.15372517456988796,0.15552611567189273,0.08089581034070874,0.15372517456988796,0.18955904597226603,0.22044401612009362,0.15372517456988796,0.15349849512754016,0.20135521737341947,0.15372517456988796,0.12631395132274248,0.30169449552456157,0.15372517456988796,0.11802363439665278,0.24890050414580414,0.5,0.15372517456988796,0.14191857093763457,0.12342938439992568,0.15372517456988796,0.10703620489413954,0.01113966243888817,0.5,0.15372517456988796,0.14005129383385345,0.15885943003591768,0.15372517456988796,0.054646421377766013,0.10904846745663534,0.15372517456988796,0.18725597369210523,0.4892739142044149,0.15372517456988796,0.18815966742516954,0.40691153982639616,0.15372517456988796,0.16444319272558175,0.21668051438928299,0.15372517456988796,0.0912254418853223,0.15581831043105834,0.15372517456988796,0.08904846102794461,0.0623366232665882,0.5,0.15372517456988796,0.17168667272508809,0.04232481388912792,0.0,0.4519485352958494,0.928567522880145 -6730,0.5,0.15372517456988796,0.3901527011876609,0.30044686824175176,0.15372517456988796,0.3621256761536207,0.3758021471245409,0.15372517456988796,0.29774927776317195,0.20483274481290148,0.15372517456988796,0.2209241569016538,0.12584433611729132,0.15372517456988796,0.30973334597822,0.3172077863532333,0.15372517456988796,0.27395110325461985,0.3547460074496321,0.15372517456988796,0.26941526544745376,0.4743278790332792,0.15372517456988796,0.1885993124591732,0.32033998754312243,0.5,0.15372517456988796,0.22871741490498143,0.22051498285009088,0.15372517456988796,0.2118512386585607,0.009248284953065306,0.5,0.15372517456988796,0.2271524767061326,0.4078893275569184,0.15372517456988796,0.1150489890680465,0.11195938430722296,0.15372517456988796,0.3508194311396744,0.5847668863066278,0.15372517456988796,0.3231901403042995,0.46219904250739463,0.15372517456988796,0.24712206385124505,0.3139032036727059,0.15372517456988796,0.20555976953607802,0.2332662987498587,0.15372517456988796,0.1645806765712286,0.14563024505792457,0.5,0.15372517456988796,0.30648702760220525,0.071130038102412,0.0,0.4194353824319868,0.8753525163764063 -6731,0.5,0.15372517456988796,0.4994238223295323,0.40425491538584996,0.15372517456988796,0.4940762214738166,0.44431282439188,0.15372517456988796,0.36687993380411915,0.29459433851454025,0.15372517456988796,0.251224908759274,0.14679586659657606,0.15372517456988796,0.4338433918583051,0.5543039194339048,0.15372517456988796,0.3123133835446277,0.512909611529177,0.15372517456988796,0.3908940901134068,0.664015378491628,0.15372517456988796,0.28361030218610334,0.44554353869611474,0.5,0.15372517456988796,0.2300858328740213,0.44482461485748476,0.15372517456988796,0.3333163633685859,0.010954402116647293,0.5,0.15372517456988796,0.24437427082890917,0.5150027887810391,0.15372517456988796,0.18900081885061779,0.09277208938138339,0.15372517456988796,0.48679556158224657,0.6413968911600305,0.15372517456988796,0.4123782487882812,0.4669117048266542,0.15372517456988796,0.3463370688159878,0.5405388411049199,0.15372517456988796,0.37232260179902565,0.4349817134615363,0.15372517456988796,0.2320407592788289,0.2748184601593607,0.5,0.15372517456988796,0.44099732934664726,0.07124069059112882,0.0,0.4077307344833309,0.7802625377471193 -6732,0.5,0.15372517456988796,0.5289472818346854,0.47229474384562603,0.15372517456988796,0.542784908752968,0.5736647590746785,0.15372517456988796,0.40607056610678294,0.4631948349700912,0.15372517456988796,0.2547428246037017,0.17722609986383053,0.15372517456988796,0.4949406177052975,0.7150095347767025,0.15372517456988796,0.33041988710132814,0.5483556573954442,0.15372517456988796,0.42812865476258,0.7162119595570324,0.15372517456988796,0.3783723287006894,0.7109764756541574,0.5,0.15372517456988796,0.19313628015371884,0.5153029188253038,0.15372517456988796,0.46789192275941616,0.014202050164125896,0.5,0.15372517456988796,0.20371312315407503,0.4570997298555727,0.15372517456988796,0.24997202653265826,0.06260248416774751,0.15372517456988796,0.5431323631676344,0.6076707532104684,0.15372517456988796,0.5105765963909547,0.5849038798412034,0.15372517456988796,0.4391497224948361,0.6312770075684295,0.15372517456988796,0.4135426537313764,0.6557509292288769,0.15372517456988796,0.25242905182709785,0.3247195805968368,0.5,0.15372517456988796,0.5346799977223811,0.07832025274406751,0.0,0.3560340469437484,0.8463100319462145 -6733,0.5,0.15372517456988796,0.4938405387747722,0.5109307112692336,0.15372517456988796,0.48892922653924203,0.6039527165808709,0.15372517456988796,0.4083773428749925,0.5492619070539639,0.15372517456988796,0.25580159583102924,0.23681344317541456,0.15372517456988796,0.3630234396893734,0.6987121296106995,0.15372517456988796,0.4032494212204206,0.6272659625895611,0.15372517456988796,0.4521095550389779,0.7494329568698407,0.15372517456988796,0.4009158665526371,0.8380300779425061,0.5,0.15372517456988796,0.16193377568212086,0.5454051938650202,0.15372517456988796,0.5300785634111507,0.019570835299441213,0.5,0.15372517456988796,0.11751966047628479,0.4295364327180968,0.15372517456988796,0.2796978764544923,0.03638665177149014,0.15372517456988796,0.5116907103301674,0.5562976403256099,0.15372517456988796,0.5031133934759898,0.6483925087161799,0.15372517456988796,0.45999918980074944,0.600714907791204,0.15372517456988796,0.3996469552575187,0.7928989621707369,0.15372517456988796,0.24965342254446155,0.31165642423601364,0.5,0.15372517456988796,0.5681854015326034,0.09132826454621097,0.0,0.3246447465528891,0.872496292925566 -6734,0.5,0.15372517456988796,0.4138124374123504,0.49606748134429907,0.15372517456988796,0.487217781731205,0.5551029836810161,0.15372517456988796,0.3702839006187155,0.601508830263141,0.15372517456988796,0.24746477742826156,0.28319422233855074,0.15372517456988796,0.28985636439079937,0.6158702719263486,0.15372517456988796,0.4499597703829984,0.7702262799895381,0.15372517456988796,0.4161089432779559,0.7589502372011804,0.15372517456988796,0.2902341262536983,0.8510881123081407,0.5,0.15372517456988796,0.08022413572959196,0.5526493581270666,0.15372517456988796,0.4961079503209539,0.01948595034149801,0.5,0.15372517456988796,0.0523841427799077,0.3670906266927331,0.15372517456988796,0.2859894011923375,0.028666651686582247,0.15372517456988796,0.40355649320598275,0.4686173786745711,0.15372517456988796,0.32440736800690434,0.6813216566530138,0.15372517456988796,0.38639122966162387,0.5474461716124598,0.15372517456988796,0.2935961942060686,0.8229800868067714,0.15372517456988796,0.21216776575168744,0.30624819173991397,0.5,0.15372517456988796,0.5305800756575143,0.09892198509599381,0.0,0.29006639469867707,0.8689849669749838 -6735,0.5,0.15372517456988796,0.2859979862005519,0.3794532766639017,0.15372517456988796,0.2707881936005269,0.4544644105517055,0.15372517456988796,0.24871724162701478,0.5678839851941914,0.15372517456988796,0.21422772023822617,0.2922918885388261,0.15372517456988796,0.29399540559600434,0.5436569867539486,0.15372517456988796,0.4105721870632943,0.8240796806087587,0.15372517456988796,0.3215890731035143,0.762955987568823,0.15372517456988796,0.19508264553692725,0.789632959496273,0.5,0.15372517456988796,0.033173536006877634,0.40548005973435247,0.15372517456988796,0.40832340140305395,0.013063988027470694,0.5,0.15372517456988796,0.036189301581460276,0.13456620125335986,0.15372517456988796,0.25916055897133816,0.03684950265106012,0.15372517456988796,0.3558962050234795,0.41081923844201823,0.15372517456988796,0.14156878450578447,0.5454075184962255,0.15372517456988796,0.2549993456963744,0.4067433219208926,0.15372517456988796,0.16307138394454573,0.7959960061354237,0.15372517456988796,0.13982000171623044,0.23222984379577763,0.5,0.15372517456988796,0.42789386080222347,0.09447986133186818,0.0,0.22884965911645425,0.9009285765449787 -6736,0.5,0.15372517456988796,0.17901183639935153,0.21700311906664504,0.15372517456988796,0.08481303763732653,0.21976799169224964,0.15372517456988796,0.11721096405754354,0.46453800371860565,0.15372517456988796,0.12492385873787781,0.24864316228907735,0.15372517456988796,0.2704383439558901,0.4932106218171199,0.15372517456988796,0.36235280636433154,0.7794019484314045,0.15372517456988796,0.20350382597231417,0.7513164175555966,0.15372517456988796,0.1535384818682039,0.7308902527586842,0.5,0.15372517456988796,0.058479622405142165,0.29954602708012645,0.15372517456988796,0.29224345751574954,0.008700695048540928,0.5,0.15372517456988796,0.056228970372466006,0.08983710540225684,0.15372517456988796,0.19971928753129337,0.038705039604113346,0.15372517456988796,0.16340295326598434,0.29848641739461634,0.15372517456988796,0.12490140912139719,0.3921980936577438,0.15372517456988796,0.151179593915455,0.28783214104282395,0.15372517456988796,0.05651992471883063,0.6354678739534495,0.15372517456988796,0.0719441891794401,0.09158967870153062,0.5,0.15372517456988796,0.2874252896749047,0.07466921274532518,0.0,0.12478157304420313,1.0022462147160802 -6737,0.5,0.15372517456988796,0.04552991308329556,0.12211430300366312,0.15372517456988796,0.05490492375685542,0.09999729875177993,0.15372517456988796,0.026406679582744414,0.3124735326903353,0.15372517456988796,0.03642639589896006,0.18542359262567612,0.15372517456988796,0.1138932063859687,0.40864863769719406,0.15372517456988796,0.13212407361476614,0.6443117006892218,0.15372517456988796,0.11091472892012302,0.6908267193753765,0.15372517456988796,0.05054670964134247,0.5981604075812403,0.5,0.15372517456988796,0.040038498824030884,0.19739824212995463,0.15372517456988796,0.10542500678533148,0.005056149286492582,0.5,0.15372517456988796,0.04301735794893481,0.09732460006928746,0.15372517456988796,0.09148082173006328,0.04807611108210795,0.15372517456988796,0.0288050933372569,0.19111516242718635,0.15372517456988796,0.07311544114366786,0.31648023754934007,0.15372517456988796,0.07674041753240722,0.22817672281122708,0.15372517456988796,0.023141886155894815,0.4539560359606086,0.15372517456988796,0.03193586528605734,0.062090132924179905,0.5,0.15372517456988796,0.07814199607719688,0.035589719159128834,0.0,0.07855683731845017,1.0050604589836336 -6738,0.5,0.15372517456988796,0.0,0.14680922698533982,0.15372517456988796,0.0,0.1392221408504068,0.15372517456988796,0.0,0.20006304209411413,0.15372517456988796,0.0,0.18006862652557085,0.15372517456988796,0.0,0.49349024984638795,0.15372517456988796,0.0,0.5245285285117588,0.15372517456988796,0.0,0.5122604414861891,0.15372517456988796,0.0,0.5349434518811425,0.5,0.15372517456988796,0.0,0.17200782795045427,0.15372517456988796,0.0,0.009023871914047993,0.5,0.15372517456988796,0.0,0.08407941051439846,0.15372517456988796,0.0,0.07263733628803037,0.15372517456988796,1.3938686675104993e-08,0.16708219243305703,0.15372517456988796,0.0,0.34282701421806494,0.15372517456988796,0.0,0.23964776336080706,0.15372517456988796,2.3412905848608718e-05,0.32273391853283234,0.15372517456988796,0.0,0.05859642314285925,0.5,0.15372517456988796,0.0,0.041574532577662776,0.0,0.0546943844242715,1.0053975341998815 -6739,0.5,0.15372517456988796,0.0,0.18823157002538338,0.15372517456988796,0.0,0.1958082139122068,0.15372517456988796,0.0,0.16912396033599683,0.15372517456988796,0.0,0.20362725828045167,0.15372517456988796,0.0,0.49550719187942366,0.15372517456988796,0.0,0.5150881411402229,0.15372517456988796,0.0,0.4664602273235439,0.15372517456988796,0.0,0.5397378840364638,0.5,0.15372517456988796,0.0,0.1636557680057351,0.15372517456988796,0.0,0.01634692638590991,0.5,0.15372517456988796,0.0,0.10410230086556857,0.15372517456988796,0.0,0.10000136352626551,0.15372517456988796,0.0,0.24126583320615716,0.15372517456988796,0.0,0.4270611500759429,0.15372517456988796,0.0,0.23964150954744845,0.15372517456988796,0.0,0.3055316470870316,0.15372517456988796,0.0,0.07178077315449923,0.5,0.15372517456988796,0.0,0.03153764248559308,0.0,0.08843376716661236,1.0065031457279998 -6740,0.5,0.15372517456988796,0.0,0.2362984281691018,0.15372517456988796,0.0,0.2762331264655577,0.15372517456988796,0.0,0.16930485495762146,0.15372517456988796,0.0,0.22808727030641446,0.15372517456988796,0.0,0.4304297389621417,0.15372517456988796,0.0,0.5520743934037666,0.15372517456988796,0.0,0.5971927602037581,0.15372517456988796,0.0,0.5039106987308841,0.5,0.15372517456988796,0.0,0.14675049398843767,0.15372517456988796,0.0,0.022834475142721956,0.5,0.15372517456988796,0.0,0.11243089391061824,0.15372517456988796,0.0,0.13221545829273218,0.15372517456988796,0.0,0.3335725046781255,0.15372517456988796,0.0,0.47938963265719436,0.15372517456988796,0.0,0.2521518488771584,0.15372517456988796,0.0,0.3547909718663658,0.15372517456988796,0.0,0.09553233210529244,0.5,0.15372517456988796,0.0,0.033453199458345,0.0,0.1745957711249831,1.006646027014071 -6741,0.5,0.15372517456988796,0.0,0.2690301569219288,0.15372517456988796,0.0,0.2906233223838967,0.15372517456988796,0.0,0.17598704109032137,0.15372517456988796,0.0,0.26109239390159183,0.15372517456988796,0.0,0.43671377115699594,0.15372517456988796,0.0,0.624048634314069,0.15372517456988796,0.0,0.6807453181068159,0.15372517456988796,0.0,0.3710888295824215,0.5,0.15372517456988796,0.0,0.175603838236646,0.15372517456988796,0.0,0.026596946593442333,0.5,0.15372517456988796,0.0,0.12251558785029583,0.15372517456988796,0.0,0.13842370993946168,0.15372517456988796,0.0,0.4378749801241653,0.15372517456988796,0.0,0.4578657954127028,0.15372517456988796,0.0,0.2966932362694571,0.15372517456988796,0.0,0.3813486473875328,0.15372517456988796,0.0,0.11406334513457918,0.5,0.15372517456988796,0.0,0.0330185760794736,0.0,0.29550006980599164,1.0059308568187764 -6742,0.5,0.15372517456988796,0.0,0.2691021602948067,0.15372517456988796,0.0,0.26706863555940696,0.15372517456988796,0.0,0.1804510374962511,0.15372517456988796,0.0,0.2800167959670091,0.15372517456988796,0.0,0.5153533342704909,0.15372517456988796,0.0,0.664792127661266,0.15372517456988796,0.0,0.6908990042773631,0.15372517456988796,0.0,0.35645111751667674,0.5,0.15372517456988796,0.0,0.23648419551121624,0.15372517456988796,0.0,0.038487095847107224,0.5,0.15372517456988796,0.0,0.15958341764556694,0.15372517456988796,0.0,0.11638035331330343,0.15372517456988796,0.0,0.45576548921225346,0.15372517456988796,0.0,0.4444672584975573,0.15372517456988796,0.0,0.357546985748461,0.15372517456988796,0.0,0.33894728984618216,0.15372517456988796,0.0,0.13503779708628955,0.5,0.15372517456988796,0.0,0.03631968800096329,0.0,0.46789718704123384,1.0049548916129118 -6743,0.5,0.15372517456988796,0.0,0.25373215813613836,0.15372517456988796,0.0,0.28198340363666835,0.15372517456988796,0.0,0.17403245617759425,0.15372517456988796,0.0,0.29931441262090164,0.15372517456988796,0.0,0.6707927959072125,0.15372517456988796,0.0,0.6188454928085113,0.15372517456988796,0.0,0.6435591983390624,0.15372517456988796,0.0,0.41924515939849505,0.5,0.15372517456988796,0.0,0.41719398859833956,0.15372517456988796,0.0,0.03619904222198566,0.5,0.15372517456988796,0.0,0.14912588052304102,0.15372517456988796,0.0,0.10427717655523128,0.15372517456988796,0.0,0.4407004011332674,0.15372517456988796,0.0,0.4779599001176379,0.15372517456988796,0.0,0.3810483446650645,0.15372517456988796,0.0,0.33081251773737197,0.15372517456988796,0.0,0.14350843488541043,0.5,0.15372517456988796,0.0,0.042372209755366,0.0,0.5033549671849233,1.0059031208624316 -6744,0.5,0.15372517456988796,0.0,0.24626869126392953,0.15372517456988796,0.0,0.36758863703756944,0.15372517456988796,0.0,0.19497885461069303,0.15372517456988796,0.0,0.28902599710962484,0.15372517456988796,0.0,0.6274965322611892,0.15372517456988796,0.0,0.5987445460265268,0.15372517456988796,0.0,0.6583484405981923,0.15372517456988796,0.0,0.46406374197948286,0.5,0.15372517456988796,0.0,0.5717885398182871,0.15372517456988796,0.0,0.03615289505636973,0.5,0.15372517456988796,0.0,0.12023156161499672,0.15372517456988796,0.0,0.1066910831671449,0.15372517456988796,0.0,0.4483852186668384,0.15372517456988796,0.0,0.547873011650812,0.15372517456988796,0.0,0.3932222239560321,0.15372517456988796,0.0,0.5144467889965189,0.15372517456988796,0.0,0.1339688803537731,0.5,0.15372517456988796,0.0,0.0407060553788391,0.0,0.4783551424566158,1.0067237475893194 -6745,0.5,0.15372517456988796,0.0,0.2671054790565684,0.15372517456988796,0.0,0.4305730884194209,0.15372517456988796,0.0,0.2995970024045015,0.15372517456988796,0.0,0.2692927722270045,0.15372517456988796,0.0,0.5556692544223489,0.15372517456988796,0.0,0.6206209343379183,0.15372517456988796,0.0,0.7113539902369529,0.15372517456988796,0.0,0.5551975563483398,0.5,0.15372517456988796,0.0,0.5770839666492755,0.15372517456988796,0.0,0.04091623196801859,0.5,0.15372517456988796,0.0,0.07350265613804939,0.15372517456988796,0.0,0.09236892414258073,0.15372517456988796,0.0,0.5028699553429652,0.15372517456988796,0.0,0.507926134721512,0.15372517456988796,0.0,0.4790619304079115,0.15372517456988796,0.0,0.6861139490033467,0.15372517456988796,0.0,0.11334268620687246,0.5,0.15372517456988796,0.0,0.0301192853226442,0.0,0.4532596709157476,1.0044378128654923 -6746,0.5,0.15372517456988796,0.0,0.30614864317910484,0.15372517456988796,0.0,0.3371961438980229,0.15372517456988796,0.0,0.38414590358395595,0.15372517456988796,0.0,0.2462435342414711,0.15372517456988796,0.0,0.5571241117196231,0.15372517456988796,0.0,0.6217114491910285,0.15372517456988796,0.0,0.7350364308267974,0.15372517456988796,0.0,0.5489474765426708,0.5,0.15372517456988796,0.0,0.6191926820640151,0.15372517456988796,0.0,0.04788992836314012,0.5,0.15372517456988796,0.0,0.06391735741851176,0.15372517456988796,0.0,0.08038490144240841,0.15372517456988796,0.0,0.5451659426548295,0.15372517456988796,0.0,0.401353465781502,0.15372517456988796,0.0,0.6022538806198532,0.15372517456988796,0.0,0.7302914368889508,0.15372517456988796,0.0,0.09146386646323568,0.5,0.15372517456988796,0.0,0.021813396985544437,0.0,0.48032025847537674,1.0038663136727277 -6747,0.5,0.15372517456988796,0.0,0.3222242104871607,0.15372517456988796,0.0,0.3772720813184388,0.15372517456988796,0.0,0.39999724773383083,0.15372517456988796,0.0,0.21020087371150065,0.15372517456988796,0.0,0.5850408794290249,0.15372517456988796,0.0,0.5939197835894873,0.15372517456988796,0.0,0.7432197301248711,0.15372517456988796,0.0,0.5337739933229508,0.5,0.15372517456988796,0.0,0.645099174076103,0.15372517456988796,0.0,0.04664932836692958,0.5,0.15372517456988796,0.0,0.07759413707055186,0.15372517456988796,0.0,0.08117418162945483,0.15372517456988796,0.0,0.45816395434009055,0.15372517456988796,0.0,0.37552776248099606,0.15372517456988796,0.0,0.5914405573439366,0.15372517456988796,0.0,0.6998454957273975,0.15372517456988796,0.0,0.08567085825875904,0.5,0.15372517456988796,0.0,0.016628869335687337,0.0,0.5166364759470875,1.0016475304571144 -6748,0.5,0.15372517456988796,0.0,0.3559511875141137,0.15372517456988796,0.0,0.37315097041326295,0.15372517456988796,0.0,0.44828747774495764,0.15372517456988796,0.0,0.17949642863045692,0.15372517456988796,0.0,0.662312823149814,0.15372517456988796,0.0,0.48125185751785515,0.15372517456988796,0.0,0.6848639954802482,0.15372517456988796,0.0,0.495222551234041,0.5,0.15372517456988796,0.0,0.5692066699640768,0.15372517456988796,0.0,0.05049921557836647,0.5,0.15372517456988796,0.0,0.07801769193146306,0.15372517456988796,0.0,0.07455193879907483,0.15372517456988796,0.0,0.37476915784764303,0.15372517456988796,0.0,0.45721800976855986,0.15372517456988796,0.0,0.5903817566416317,0.15372517456988796,0.0,0.6842621098496772,0.15372517456988796,0.0,0.08187526431261137,0.5,0.15372517456988796,0.0,0.01611136651265864,0.0,0.5576932291785377,0.9979659671508597 -6749,0.5,0.15372517456988796,0.0,0.3873577763479166,0.15372517456988796,0.0,0.4201835627772407,0.15372517456988796,0.0,0.4152407165099389,0.15372517456988796,0.0,0.17825764404433125,0.15372517456988796,0.0,0.5996995139317428,0.15372517456988796,0.0,0.38211491037242196,0.15372517456988796,0.0,0.5123538925120777,0.15372517456988796,0.0,0.424416630000074,0.5,0.15372517456988796,0.0,0.5194194798660887,0.15372517456988796,0.0,0.04078653467086548,0.5,0.15372517456988796,0.0,0.06174675815832159,0.15372517456988796,0.0,0.07653493490343109,0.15372517456988796,0.0,0.3808419667978923,0.15372517456988796,0.0,0.5557756719001989,0.15372517456988796,0.0,0.587675675026534,0.15372517456988796,0.0,0.7207594702623326,0.15372517456988796,0.0,0.07309747397670771,0.5,0.15372517456988796,0.0,0.014362526250176092,0.0,0.5320869033095025,0.9973697931699163 -6750,0.5,0.15372517456988796,0.0,0.40506395038327747,0.15372517456988796,0.0,0.3959784732176473,0.15372517456988796,0.0,0.4081146604140107,0.15372517456988796,0.0,0.17310313622586587,0.15372517456988796,0.0,0.5425068073747096,0.15372517456988796,0.0,0.3177582141973876,0.15372517456988796,0.0,0.40956753328712625,0.15372517456988796,0.0,0.383570362656536,0.5,0.15372517456988796,0.0,0.545475693845456,0.15372517456988796,0.0,0.040731672855273994,0.5,0.15372517456988796,0.0,0.03872547635118806,0.15372517456988796,0.0,0.08389661859471348,0.15372517456988796,0.0,0.49349364406161605,0.15372517456988796,0.0,0.5446909791242083,0.15372517456988796,0.0,0.5611045811855633,0.15372517456988796,0.0,0.7065476144383872,0.15372517456988796,0.0,0.055836214772783464,0.5,0.15372517456988796,0.0,0.013843290786963799,0.0,0.6176177216595745,0.9967325841299344 -6751,0.5,0.15372517456988796,0.0,0.4246074184597367,0.15372517456988796,0.0,0.4115803141129998,0.15372517456988796,0.0,0.41601111055067413,0.15372517456988796,9.545278215088526e-05,0.1764840460453004,0.15372517456988796,0.0,0.43126912616144336,0.15372517456988796,0.0,0.27508249601433954,0.15372517456988796,0.0,0.3809644513809155,0.15372517456988796,0.0,0.4282244946418037,0.5,0.15372517456988796,0.0,0.559313637058013,0.15372517456988796,0.0,0.04016603134509737,0.5,0.15372517456988796,0.0,0.053512298013848124,0.15372517456988796,0.0,0.0864445736942372,0.15372517456988796,0.0,0.524412182459238,0.15372517456988796,0.0,0.5046053716513175,0.15372517456988796,0.0,0.5370779152242119,0.15372517456988796,0.0,0.6279894755769873,0.15372517456988796,0.0,0.04896177822959226,0.5,0.15372517456988796,0.00010387383773681277,0.013739421861423086,0.0,0.6137197083962297,0.9856425593221781 -6752,0.5,0.15372517456988796,0.017263357782971115,0.4434437173116019,0.15372517456988796,0.02358683216280353,0.3915546974899857,0.15372517456988796,0.01347838982151876,0.38163829311042075,0.15372517456988796,0.022138270687605228,0.18653623197913435,0.15372517456988796,0.0066653638393904925,0.39225580272738036,0.15372517456988796,0.002874664541426109,0.2688392737083997,0.15372517456988796,0.0006741133736136334,0.43933788605669083,0.15372517456988796,0.0007596935327103698,0.4275680871059168,0.5,0.15372517456988796,0.0041538505112781775,0.5262212633782258,0.15372517456988796,0.08629262221320327,0.03426874597515852,0.5,0.15372517456988796,0.03920841544647312,0.06683495608623638,0.15372517456988796,0.06555970959522307,0.08144602970568177,0.15372517456988796,0.00905396557771031,0.5129664071792843,0.15372517456988796,0.006662160555378075,0.4232271798779399,0.15372517456988796,0.007567764716564258,0.5048253901610755,0.15372517456988796,0.0028309638388789643,0.6638271273180923,0.15372517456988796,0.05320428930009632,0.05442350269664508,0.5,0.15372517456988796,0.1037326259304739,0.0132637916420585,0.0,0.6178700743168055,0.981443198101543 -6753,0.5,0.15372517456988796,0.048807646410362296,0.4570712014317539,0.15372517456988796,0.05808957260135689,0.3641543581698079,0.15372517456988796,0.045783020686231184,0.3575438790927732,0.15372517456988796,0.08382359746736892,0.1956358347337172,0.15372517456988796,0.049043462328972096,0.4843443747200845,0.15372517456988796,0.03785114509764081,0.27639072310284196,0.15372517456988796,0.0008611167143218004,0.49051690642354673,0.15372517456988796,0.007274539321549143,0.36641736376017164,0.5,0.15372517456988796,0.027611835749287144,0.4731086281952496,0.15372517456988796,0.24555173397169766,0.02113534989567227,0.5,0.15372517456988796,0.14841283637313518,0.09023256004295424,0.15372517456988796,0.2208317036379437,0.07110112065686947,0.15372517456988796,0.039031378249396245,0.44530241998451325,0.15372517456988796,0.06863291454939309,0.4825974866232411,0.15372517456988796,0.03807977607509975,0.5732013606881535,0.15372517456988796,0.012495961978124262,0.7096037195637624,0.15372517456988796,0.18395872590853782,0.07962763099006948,0.5,0.15372517456988796,0.2620037984837304,0.015826981903288746,0.0,0.5997223761526528,0.9983623989409715 -6754,0.5,0.15372517456988796,0.09593951111968622,0.49916237756729964,0.15372517456988796,0.20864241835501374,0.5692202118330801,0.15372517456988796,0.08601748443063396,0.3010317020156079,0.15372517456988796,0.15621511370148078,0.20366406242040092,0.15372517456988796,0.09216821732854172,0.6329438837814307,0.15372517456988796,0.09336204011362423,0.36271901524946193,0.15372517456988796,0.00425757199391776,0.508879423225765,0.15372517456988796,0.014949420255679545,0.3333024104956628,0.5,0.15372517456988796,0.0674258667291435,0.4515153131582746,0.15372517456988796,0.40270475558112706,0.012521133247217112,0.5,0.15372517456988796,0.2849110903058122,0.14299167486577194,0.15372517456988796,0.3781838766771152,0.08933371565351236,0.15372517456988796,0.09176928182474708,0.47084395301719834,0.15372517456988796,0.1115337181793537,0.6304707142115558,0.15372517456988796,0.04064541063814034,0.6487959010042876,0.15372517456988796,0.04305028726052331,0.7078281328257293,0.15372517456988796,0.32839347669169267,0.14351521062747213,0.5,0.15372517456988796,0.41806908495229367,0.032191964557161175,0.0,0.5152739252306079,0.996276781315247 -6755,0.5,0.15372517456988796,0.1674430856224295,0.5693049172959981,0.15372517456988796,0.132194491311712,0.7064356570541599,0.15372517456988796,0.15364603200089927,0.2545657487119646,0.15372517456988796,0.2116998116671045,0.2039205097343863,0.15372517456988796,0.11354062411705938,0.6494916815751477,0.15372517456988796,0.10845259456636065,0.44495036371968666,0.15372517456988796,0.013781472677548305,0.44509556652524757,0.15372517456988796,0.02543538552372306,0.3304385835735414,0.5,0.15372517456988796,0.1168242397478872,0.48977310343969943,0.15372517456988796,0.5273271810856359,0.01100408127937617,0.5,0.15372517456988796,0.3995979235825555,0.1881547122388918,0.15372517456988796,0.49994639028984955,0.11025437585233402,0.15372517456988796,0.16972021954012506,0.5515339318673271,0.15372517456988796,0.1557715764321581,0.702340465234838,0.15372517456988796,0.02724876054750325,0.6613923965985896,0.15372517456988796,0.08129527501817974,0.6472459378588252,0.15372517456988796,0.45568221735912406,0.18010964532948512,0.5,0.15372517456988796,0.5378500383929831,0.03184876726391604,0.0,0.4046219577251342,1.000178977103121 -6756,0.5,0.15372517456988796,0.17989352870333594,0.5954177703493962,0.15372517456988796,0.06134676919564361,0.7959445722195649,0.15372517456988796,0.23586414842772946,0.29866820161751984,0.15372517456988796,0.2711837173393151,0.17080931903669375,0.15372517456988796,0.11784561459997747,0.6795056317343149,0.15372517456988796,0.11800883606233405,0.5309677702401556,0.15372517456988796,0.02907940257786415,0.41433340094767657,0.15372517456988796,0.034372732742142836,0.3253342248093812,0.5,0.15372517456988796,0.11746319061482,0.6103269335634146,0.15372517456988796,0.5967045395056171,0.00707417558052965,0.5,0.15372517456988796,0.44542294992190357,0.2245747463518176,0.15372517456988796,0.5604761148619999,0.13756715168146694,0.15372517456988796,0.14598227815596398,0.5980545175281597,0.15372517456988796,0.17180293425792317,0.7138523233420717,0.15372517456988796,0.03494384018498215,0.6130151056336824,0.15372517456988796,0.10101141867749192,0.5991823787085839,0.15372517456988796,0.5370528315278975,0.21179305212229502,0.5,0.15372517456988796,0.6013888419468318,0.02418450890243061,0.0,0.35689358925726095,1.0072855717984006 -6757,0.5,0.15372517456988796,0.11224638719271887,0.5554152738865644,0.15372517456988796,0.01044202567250355,0.5485552162572083,0.15372517456988796,0.284641744097495,0.3729893154986438,0.15372517456988796,0.35330409130641927,0.14820616954796353,0.15372517456988796,0.10242833576346683,0.7063531042282106,0.15372517456988796,0.09389292846054059,0.5449694859902898,0.15372517456988796,0.03491034169661404,0.40983807664250393,0.15372517456988796,0.03933286304529016,0.31293112352171637,0.5,0.15372517456988796,0.10699898985439328,0.5181406457370737,0.15372517456988796,0.6143912089683949,0.00638682038197412,0.5,0.15372517456988796,0.42075312585940133,0.2514280605656897,0.15372517456988796,0.5626035684599687,0.1880025273392574,0.15372517456988796,0.1163252550646441,0.5762306385934131,0.15372517456988796,0.17531527593895213,0.69952416253018,0.15372517456988796,0.041614699133646085,0.5759821025277091,0.15372517456988796,0.10388277176161377,0.6927096855102021,0.15372517456988796,0.5550480156955444,0.2427050048538647,0.5,0.15372517456988796,0.6138622312122584,0.01631167184533624,0.0,0.20726940251518405,1.0083320192298542 -6758,0.5,0.15372517456988796,0.07831238858806175,0.47504910289113,0.15372517456988796,0.0222807634500145,0.4736750895066214,0.15372517456988796,0.3033494296501615,0.47235994550783394,0.15372517456988796,0.4059191330213143,0.1681987952629373,0.15372517456988796,0.06984459695015412,0.696305480246321,0.15372517456988796,0.08831462891915348,0.5293433079444321,0.15372517456988796,0.026145046227370003,0.36097740060617506,0.15372517456988796,0.04115990958558248,0.3136118882167954,0.5,0.15372517456988796,0.07433853948949104,0.47522449865963967,0.15372517456988796,0.5814155160107204,0.008605177523159611,0.5,0.15372517456988796,0.3321696746500782,0.2327604735172883,0.15372517456988796,0.5042785512716397,0.20638091529325947,0.15372517456988796,0.13833719242836218,0.5808016869713832,0.15372517456988796,0.12262872243597678,0.7081205099676746,0.15372517456988796,0.03890866295725248,0.5225699949896114,0.15372517456988796,0.09692055538049624,0.6735262628943727,0.15372517456988796,0.5156455707368559,0.24379027225808053,0.5,0.15372517456988796,0.5744255627078576,0.010364407100630243,0.0,0.16872315903816396,1.0034257928511259 -6759,0.5,0.15372517456988796,0.07122594612205485,0.3838317848022529,0.15372517456988796,0.03089772917213395,0.448560209380837,0.15372517456988796,0.25526328209787885,0.5544273594809829,0.15372517456988796,0.35728968306670794,0.21515265193694413,0.15372517456988796,0.06029145919925723,0.641224873618043,0.15372517456988796,0.14830350602634368,0.590655892604108,0.15372517456988796,0.023342429405583204,0.3489478078407067,0.15372517456988796,0.05039874867832677,0.3204601827500271,0.5,0.15372517456988796,0.046802225569467865,0.4773199714547985,0.15372517456988796,0.48969525431306704,0.008622078927315547,0.5,0.15372517456988796,0.21680780155556478,0.27425704907336124,0.15372517456988796,0.3869221248802437,0.17336308117927232,0.15372517456988796,0.0959152906223439,0.5307148184582274,0.15372517456988796,0.0701870279721775,0.6966760595873054,0.15372517456988796,0.03165806864715379,0.4449780593188467,0.15372517456988796,0.06288113102650249,0.5900590138620374,0.15372517456988796,0.41376208649757884,0.23927449971866394,0.5,0.15372517456988796,0.47590321100828326,0.009515495026650795,0.0,0.23781611334096,1.0021606581334632 -6760,0.5,0.15372517456988796,0.07125004478656097,0.29530974922277115,0.15372517456988796,0.018682694852913982,0.3778765505017839,0.15372517456988796,0.1596074767744956,0.4725795709723581,0.15372517456988796,0.26392741927836216,0.19622758502861015,0.15372517456988796,0.06034850940042523,0.6520985238288552,0.15372517456988796,0.23916247103955807,0.6277941703139003,0.15372517456988796,0.02743573261490784,0.3585706854182341,0.15372517456988796,0.06357006914421506,0.3398571670826569,0.5,0.15372517456988796,0.02527656026439411,0.4157889228604739,0.15372517456988796,0.35214488085043805,0.004109370906553621,0.5,0.15372517456988796,0.11845132068621472,0.20557755524169866,0.15372517456988796,0.24644769453556087,0.11815976906231947,0.15372517456988796,0.03902217258716722,0.4353487863432407,0.15372517456988796,0.0523029107856683,0.6398793283290142,0.15372517456988796,0.0158103714850621,0.38759423757408074,0.15372517456988796,0.028933153185551196,0.4792061215807897,0.15372517456988796,0.2719405802657091,0.15693931918141282,0.5,0.15372517456988796,0.33615709458666504,0.007428414546380881,0.0,0.34411675479771225,1.0074719444037694 -6761,0.5,0.15372517456988796,0.020005432222408154,0.24261496086404086,0.15372517456988796,0.0033304046219914396,0.2794566874052389,0.15372517456988796,0.054776305649321164,0.33842798154805054,0.15372517456988796,0.04313370031733548,0.19746567494393133,0.15372517456988796,0.04685609294530517,0.6016952706354445,0.15372517456988796,0.12707408057879294,0.5049702772500594,0.15372517456988796,0.02758628452043613,0.34688023987631356,0.15372517456988796,0.04904081394840102,0.27649534479339244,0.5,0.15372517456988796,0.00959147169221939,0.327428332461057,0.15372517456988796,0.09454072680352024,0.0025123614845989884,0.5,0.15372517456988796,0.04911478862944993,0.13443192077487012,0.15372517456988796,0.09247389637650962,0.133745694251812,0.15372517456988796,0.010831003352836106,0.36560486828947114,0.15372517456988796,0.02073155840609307,0.5565137431412744,0.15372517456988796,0.0037606186702181417,0.32333859949288235,0.15372517456988796,0.00939299724859765,0.383486167050548,0.15372517456988796,0.06854907180720582,0.1050694035377789,0.5,0.15372517456988796,0.06689295683677297,0.006830323398955849,0.0,0.27965314761505705,1.0075840291209182 -6762,0.5,0.15372517456988796,0.0,0.2501556119280501,0.15372517456988796,0.0,0.2199952404412552,0.15372517456988796,0.0,0.26786351478596376,0.15372517456988796,0.0,0.24298016478054835,0.15372517456988796,0.0,0.4691475194036141,0.15372517456988796,0.0,0.4037480193716384,0.15372517456988796,9.08173346242795e-06,0.302315950789728,0.15372517456988796,2.696544132793543e-06,0.22757875542762696,0.5,0.15372517456988796,0.00011464670886198593,0.219684402885161,0.15372517456988796,0.0,0.004658759515569261,0.5,0.15372517456988796,1.409940315755451e-05,0.11538995037947415,0.15372517456988796,1.5764619962695e-05,0.13064206358162206,0.15372517456988796,0.0,0.3513034445733389,0.15372517456988796,0.0,0.48073688734642483,0.15372517456988796,0.0,0.2669086000677763,0.15372517456988796,3.7441639258462506e-05,0.3154482543928562,0.15372517456988796,0.0,0.10100213505854615,0.5,0.15372517456988796,0.0,0.011166208831157251,0.0,0.22555764250130284,1.0074686289785812 -6763,0.5,0.15372517456988796,0.0,0.2550510546776363,0.15372517456988796,0.0,0.17725665813564778,0.15372517456988796,0.0,0.21571182017529972,0.15372517456988796,0.0,0.2469507219899281,0.15372517456988796,0.0,0.4467791770227569,0.15372517456988796,0.0,0.4286347252521189,0.15372517456988796,0.0,0.28474686418841644,0.15372517456988796,0.0,0.2013844770206408,0.5,0.15372517456988796,0.0,0.15618849068472596,0.15372517456988796,0.0,0.013736118041842429,0.5,0.15372517456988796,0.0,0.10683165916425777,0.15372517456988796,0.0,0.08668569776738604,0.15372517456988796,0.0,0.3344764205797839,0.15372517456988796,0.0,0.4607503371646354,0.15372517456988796,0.0,0.23371891648888038,0.15372517456988796,0.0,0.25866436238547164,0.15372517456988796,0.0,0.09581392795018295,0.5,0.15372517456988796,0.0,0.0163539033744195,0.0,0.2351559280713845,1.0079894811042387 -6764,0.5,0.15372517456988796,0.0,0.2250896641841464,0.15372517456988796,0.0,0.14017235579424794,0.15372517456988796,0.0,0.16432932571724618,0.15372517456988796,0.0,0.22001408815319806,0.15372517456988796,0.0,0.5127143676546375,0.15372517456988796,0.0,0.4706352226743872,0.15372517456988796,0.0,0.26398598989590905,0.15372517456988796,0.0,0.18117547494340014,0.5,0.15372517456988796,0.0,0.1233443735925426,0.15372517456988796,0.0,0.026756739763801343,0.5,0.15372517456988796,0.0,0.10947837257188447,0.15372517456988796,0.0,0.0400783738365401,0.15372517456988796,0.0,0.28307303040923826,0.15372517456988796,0.0,0.43612286011384027,0.15372517456988796,0.0,0.2230195449716979,0.15372517456988796,0.0,0.2370775296979192,0.15372517456988796,0.0,0.0979277479203563,0.5,0.15372517456988796,0.0,0.02581534901777864,0.0,0.1889427474578154,1.008219544363265 -6765,0.5,0.15372517456988796,0.0,0.17433184435417232,0.15372517456988796,0.0,0.15039426266045747,0.15372517456988796,0.0,0.13673949087046125,0.15372517456988796,0.0,0.17434369608570094,0.15372517456988796,0.0,0.49487256920919154,0.15372517456988796,0.0,0.5135951188147385,0.15372517456988796,0.0,0.2374860658012394,0.15372517456988796,0.0,0.16284499716957324,0.5,0.15372517456988796,0.0,0.12031270524988397,0.15372517456988796,0.0,0.040739591983016674,0.5,0.15372517456988796,0.0,0.1633351583952567,0.15372517456988796,0.0,0.019267489602748843,0.15372517456988796,0.0,0.26904598916697375,0.15372517456988796,0.0,0.4616633614753323,0.15372517456988796,0.0,0.21083206311236063,0.15372517456988796,0.0,0.17293433004742373,0.15372517456988796,0.0,0.09114557435134249,0.5,0.15372517456988796,0.0,0.030632831770180557,0.0,0.13525665602949083,1.0077677578644968 -6766,0.5,0.15372517456988796,0.0,0.12618995110831369,0.15372517456988796,0.0,0.17478868726002936,0.15372517456988796,0.0,0.13681519186237268,0.15372517456988796,0.0,0.13227964132747352,0.15372517456988796,0.0,0.4452085991720284,0.15372517456988796,0.0,0.5829096313228684,0.15372517456988796,0.0,0.2690760258773555,0.15372517456988796,0.0,0.15144951747885352,0.5,0.15372517456988796,0.0,0.13560167937557202,0.15372517456988796,0.0,0.047034351656001644,0.5,0.15372517456988796,0.0,0.21577773653283916,0.15372517456988796,0.0,0.013845495204981014,0.15372517456988796,0.0,0.3169125498905627,0.15372517456988796,0.0,0.45349598819221115,0.15372517456988796,0.0,0.19614648435709636,0.15372517456988796,0.0,0.13872257705310684,0.15372517456988796,0.0,0.1080115020934728,0.5,0.15372517456988796,0.0,0.029942913078960447,0.0,0.13737192808713927,1.0065310272727195 -6767,0.5,0.15372517456988796,0.0,0.1030067317627756,0.15372517456988796,0.0,0.2471800864755544,0.15372517456988796,0.0,0.14253835583866797,0.15372517456988796,0.0,0.10909863336718602,0.15372517456988796,0.0,0.5231201950245078,0.15372517456988796,0.0,0.6038597426086242,0.15372517456988796,0.0,0.33179114316683755,0.15372517456988796,0.0,0.156919928112719,0.5,0.15372517456988796,0.0,0.1574665919702749,0.15372517456988796,0.0,0.049400909110443605,0.5,0.15372517456988796,0.0,0.2607244105474648,0.15372517456988796,0.0,0.012903298290141599,0.15372517456988796,0.0,0.38098950327871,0.15372517456988796,0.0,0.46869396521100326,0.15372517456988796,0.0,0.19284031715709368,0.15372517456988796,0.0,0.1636119986202232,0.15372517456988796,0.0,0.11918506175893927,0.5,0.15372517456988796,0.0,0.031945936395868145,0.0,0.16365812765556245,1.007446349701303 -6768,0.5,0.15372517456988796,0.0,0.08811926807226289,0.15372517456988796,0.0,0.3059100598693716,0.15372517456988796,0.0,0.13924594175890478,0.15372517456988796,0.0,0.09947344260440524,0.15372517456988796,0.0,0.6172037822117025,0.15372517456988796,0.0,0.5794524190028109,0.15372517456988796,0.0,0.34377135939979436,0.15372517456988796,0.0,0.145468640265619,0.5,0.15372517456988796,0.0,0.14255168654393527,0.15372517456988796,0.0,0.041697377951295925,0.5,0.15372517456988796,0.0,0.2546529353949071,0.15372517456988796,0.0,0.015068682418800222,0.15372517456988796,0.0,0.4469235902598846,0.15372517456988796,0.0,0.5073236634143673,0.15372517456988796,0.0,0.2086557285491921,0.15372517456988796,0.0,0.18423531446992206,0.15372517456988796,0.0,0.13355050238289512,0.5,0.15372517456988796,0.0,0.02301427684083717,0.0,0.1801117193497224,1.0083420286972902 -6769,0.5,0.15372517456988796,0.0,0.08945874562183682,0.15372517456988796,0.0,0.3096631127682209,0.15372517456988796,0.0,0.2023058389549242,0.15372517456988796,0.0,0.08802108540030339,0.15372517456988796,0.0,0.6460068580478797,0.15372517456988796,0.0,0.5357374949914834,0.15372517456988796,0.0,0.3047083541890598,0.15372517456988796,0.0,0.14276836197714052,0.5,0.15372517456988796,0.0,0.12578999337893962,0.15372517456988796,0.0,0.04277467910060362,0.5,0.15372517456988796,0.0,0.21525151285079205,0.15372517456988796,0.0,0.017811900615259224,0.15372517456988796,0.0,0.5108182587536992,0.15372517456988796,0.0,0.5472754790612084,0.15372517456988796,0.0,0.24835759797738086,0.15372517456988796,0.0,0.13868502785249814,0.15372517456988796,0.0,0.11628807692623526,0.5,0.15372517456988796,0.0,0.02253104466763571,0.0,0.1815259301748713,1.0085652009723676 -6770,0.5,0.15372517456988796,0.0,0.11966585683077066,0.15372517456988796,0.0,0.3006552510563981,0.15372517456988796,0.0,0.2348455428011775,0.15372517456988796,0.0,0.08978401344664833,0.15372517456988796,0.0,0.6503124347068352,0.15372517456988796,0.0,0.5156595180288724,0.15372517456988796,0.0,0.28080819020015024,0.15372517456988796,0.0,0.141761748256209,0.5,0.15372517456988796,0.0,0.12420024696380622,0.15372517456988796,0.0,0.0336682883110191,0.5,0.15372517456988796,0.0,0.09850776768330168,0.15372517456988796,0.0,0.013685074518190447,0.15372517456988796,0.0,0.5634298041642697,0.15372517456988796,0.0,0.5811675177181246,0.15372517456988796,0.0,0.2571322031410609,0.15372517456988796,0.0,0.12118245698608687,0.15372517456988796,0.0,0.0739644915737926,0.5,0.15372517456988796,0.0,0.01963617869579304,0.0,0.21323647037964577,1.0086493981441376 -6771,0.5,0.15372517456988796,0.0,0.14208057872917823,0.15372517456988796,0.0,0.3055124088776664,0.15372517456988796,0.0,0.19617192057268046,0.15372517456988796,0.0,0.1102559814103411,0.15372517456988796,0.0,0.637962083750013,0.15372517456988796,0.0,0.49576801666445053,0.15372517456988796,0.0,0.26499345346320957,0.15372517456988796,0.0,0.13182897933804966,0.5,0.15372517456988796,0.0,0.08336125913545676,0.15372517456988796,0.0,0.03483797702131967,0.5,0.15372517456988796,0.0,0.0512670111382976,0.15372517456988796,0.0,0.007758449373218846,0.15372517456988796,0.0,0.6120942322453434,0.15372517456988796,0.0,0.61009558515645,0.15372517456988796,0.0,0.25005373260411784,0.15372517456988796,0.0,0.11334465152102492,0.15372517456988796,0.0,0.043082098409021864,0.5,0.15372517456988796,0.0,0.014019342618728201,0.0,0.25682293343291646,1.0084053672698345 -6772,0.5,0.15372517456988796,0.0,0.15882119956783983,0.15372517456988796,0.0,0.32566320079082445,0.15372517456988796,0.0,0.13619169483365226,0.15372517456988796,0.0,0.11958055942350924,0.15372517456988796,0.0,0.614109343467562,0.15372517456988796,0.0,0.44183446409885785,0.15372517456988796,0.0,0.276321302384394,0.15372517456988796,0.0,0.08851028004563105,0.5,0.15372517456988796,0.0,0.04724813301656151,0.15372517456988796,0.0,0.02594466419533829,0.5,0.15372517456988796,0.0,0.0191537059373566,0.15372517456988796,0.0,0.004312133080963593,0.15372517456988796,0.0,0.6563616315852355,0.15372517456988796,0.0,0.5964787762708592,0.15372517456988796,0.0,0.2357596625354336,0.15372517456988796,0.0,0.1136480648664432,0.15372517456988796,0.0,0.02163799181939842,0.5,0.15372517456988796,0.0,0.0106928229762158,0.0,0.4046924421429678,1.0049768003102242 -6773,0.5,0.15372517456988796,0.0,0.14901533001613043,0.15372517456988796,0.0,0.3610437679913213,0.15372517456988796,0.0,0.09672864887929393,0.15372517456988796,0.0,0.09080573428791187,0.15372517456988796,0.0,0.5565338514914894,0.15372517456988796,0.0,0.3588170372319077,0.15372517456988796,0.0,0.26048553146896797,0.15372517456988796,0.0,0.06374441027721423,0.5,0.15372517456988796,0.0,0.033852876887024534,0.15372517456988796,0.0,0.023293344807555492,0.5,0.15372517456988796,0.0,0.008298432993055448,0.15372517456988796,0.0,0.002186509176897081,0.15372517456988796,0.0,0.6685708957418657,0.15372517456988796,0.0,0.5738743826426587,0.15372517456988796,0.0,0.24285527749688735,0.15372517456988796,0.0,0.09450753189867166,0.15372517456988796,0.0,0.009117559006934827,0.5,0.15372517456988796,0.0,0.010657445903236347,0.0,0.5118689448086712,0.9980694757889403 -6774,0.5,0.15372517456988796,0.0,0.1348259649008848,0.15372517456988796,0.0,0.3636133334232437,0.15372517456988796,0.0,0.08801982494119509,0.15372517456988796,0.0,0.05797929227798505,0.15372517456988796,0.0,0.4633899198189396,0.15372517456988796,0.0,0.2925638009900253,0.15372517456988796,0.0,0.21117039642302873,0.15372517456988796,0.0,0.06238459380424537,0.5,0.15372517456988796,0.0,0.03617743454567387,0.15372517456988796,0.0,0.020654902959799937,0.5,0.15372517456988796,0.0,0.003991662294153225,0.15372517456988796,0.0,0.0018796355660776036,0.15372517456988796,0.0,0.646278180947186,0.15372517456988796,0.0,0.5413893017206821,0.15372517456988796,0.0,0.24323906312379082,0.15372517456988796,0.0,0.07536151589004708,0.15372517456988796,0.0,0.0038818045061117055,0.5,0.15372517456988796,0.0,0.010723421137301339,0.0,0.47510070775308155,0.9987686732793204 -6775,0.5,0.15372517456988796,0.0,0.14305627343581426,0.15372517456988796,0.0,0.3273889194048068,0.15372517456988796,0.0,0.08556681524367743,0.15372517456988796,9.284007908350378e-06,0.039133409039510895,0.15372517456988796,0.0,0.3716341574693708,0.15372517456988796,0.0,0.25279405809161315,0.15372517456988796,0.0,0.16820974445946724,0.15372517456988796,0.0,0.0651447679190909,0.5,0.15372517456988796,0.0,0.03070251707346803,0.15372517456988796,0.0,0.018500579046435272,0.5,0.15372517456988796,0.0,0.0008868107266670481,0.15372517456988796,0.0,0.0021547201610844094,0.15372517456988796,0.0,0.6069879111421084,0.15372517456988796,0.0,0.4953158449871783,0.15372517456988796,0.0,0.22478136665675588,0.15372517456988796,0.0,0.05726053419589563,0.15372517456988796,0.0,0.00151783506601674,0.5,0.15372517456988796,1.5223120893303003e-05,0.01090678657039545,0.0,0.5008197346113654,0.9995854892488115 -6776,0.5,0.15372517456988796,0.0805266838922109,0.15832308083123758,0.15372517456988796,0.05080599874759503,0.3025675992970677,0.15372517456988796,0.03710838083012554,0.08778203820973268,0.15372517456988796,0.03364568223105148,0.0300355011801924,0.15372517456988796,0.026593590060340525,0.3586862611470255,0.15372517456988796,0.03222065112207115,0.2056976380886687,0.15372517456988796,0.04129788848095964,0.12820304500588994,0.15372517456988796,0.017205235521719656,0.05034486830808697,0.5,0.15372517456988796,0.02342478767684614,0.033225024628911394,0.15372517456988796,0.051565571902462796,0.017703808349039687,0.5,0.15372517456988796,0.02010422397467199,6.780565743232129e-05,0.15372517456988796,0.012551120822321113,0.002753100160987886,0.15372517456988796,0.023378925702664498,0.6278959199828165,0.15372517456988796,0.03090479347235636,0.4511822183313309,0.15372517456988796,0.06157653268141221,0.18418979801947938,0.15372517456988796,0.034699373474435094,0.04803460333622354,0.15372517456988796,0.02057786722373984,0.00042612454232732904,0.5,0.15372517456988796,0.08459378737055087,0.007431999151858559,0.0,0.645989962892816,0.9935144934023216 -6777,0.5,0.15372517456988796,0.23825217356896802,0.2733340703359632,0.15372517456988796,0.14907901441593274,0.3927752575174198,0.15372517456988796,0.11671143633194761,0.12518806416903405,0.15372517456988796,0.10773215986081783,0.07210735130312172,0.15372517456988796,0.1056540186999096,0.3655942320259191,0.15372517456988796,0.1672462137570346,0.19561412646175363,0.15372517456988796,0.18604228216256916,0.09264418962468418,0.15372517456988796,0.09437061886892979,0.04893502252786329,0.5,0.15372517456988796,0.10724353745191706,0.035250024965411776,0.15372517456988796,0.1488525949697722,0.009641999683411829,0.5,0.15372517456988796,0.0692247397277612,0.000497830045057816,0.15372517456988796,0.04829227803489276,0.0043014013074041645,0.15372517456988796,0.10807112700429654,0.6975007427346546,0.15372517456988796,0.11783811883582407,0.48522035987065903,0.15372517456988796,0.21745603816930797,0.20147472752129703,0.15372517456988796,0.14978481618670852,0.05972633330125921,0.15372517456988796,0.06954781361951523,0.0006677737616743443,0.5,0.15372517456988796,0.22438934008178466,0.003728220262833301,0.0,0.7293378027902451,0.9819857196563471 -6778,0.5,0.15372517456988796,0.38745460310519453,0.40458464185487863,0.15372517456988796,0.2138099838461146,0.3971062357306267,0.15372517456988796,0.2155401836926545,0.13902197398264976,0.15372517456988796,0.20304705504225068,0.11926862266665435,0.15372517456988796,0.20562373982340817,0.4659812817705325,0.15372517456988796,0.2864013933224279,0.26714446432635697,0.15372517456988796,0.32678388319927804,0.16041012877055127,0.15372517456988796,0.1968148626412371,0.07410984197083945,0.5,0.15372517456988796,0.18650567133569823,0.04427581505212174,0.15372517456988796,0.2488060106731162,0.003963345124771043,0.5,0.15372517456988796,0.09243511683613845,0.009423098658759394,0.15372517456988796,0.10213232552947032,0.0075550961942804275,0.15372517456988796,0.26596010502852085,0.7259625519276527,0.15372517456988796,0.1578853627074453,0.4408343488172964,0.15372517456988796,0.3634259402551531,0.2898876818143858,0.15372517456988796,0.2770354653815182,0.08868452309213005,0.15372517456988796,0.11278507068646548,0.002189851256979378,0.5,0.15372517456988796,0.3778054926251721,0.0017469283624109324,0.0,0.6758033067716815,0.958581756817491 -6779,0.5,0.15372517456988796,0.5006420938819904,0.4033786199217989,0.15372517456988796,0.16674792233412414,0.4016669668499062,0.15372517456988796,0.33144245436325337,0.1092150192052483,0.15372517456988796,0.2901957804636805,0.10220638930334476,0.15372517456988796,0.385206873655553,0.5200328555420932,0.15372517456988796,0.40924043064607996,0.3039345348979775,0.15372517456988796,0.43987483241656167,0.28584718803365666,0.15372517456988796,0.31420734754310853,0.12058617125639226,0.5,0.15372517456988796,0.24614845836917937,0.06737055614243309,0.15372517456988796,0.382754401056254,0.006250649688872526,0.5,0.15372517456988796,0.09390274745756684,0.043348605013298534,0.15372517456988796,0.1641220574600867,0.015372539878006412,0.15372517456988796,0.40155653284983156,0.721065634334103,0.15372517456988796,0.2705923691736513,0.4424754894901279,0.15372517456988796,0.4711283160543424,0.36384743505161005,0.15372517456988796,0.3329552901065585,0.10482839698746192,0.15372517456988796,0.12808745220639522,0.015174750929664974,0.5,0.15372517456988796,0.5003274787072182,0.0022735906746438636,0.0,0.524037794931929,0.9196270522999995 -6780,0.5,0.15372517456988796,0.5577690254925347,0.3676287531704778,0.15372517456988796,0.10919478618764894,0.3097260973537571,0.15372517456988796,0.41021750358820697,0.0893700747895352,0.15372517456988796,0.3508311916694691,0.09184297606223096,0.15372517456988796,0.48313519827894236,0.3950684906979472,0.15372517456988796,0.48867542535058084,0.255847920380613,0.15372517456988796,0.4780998370276668,0.30867966832304883,0.15372517456988796,0.3667052718997531,0.11837208432382657,0.5,0.15372517456988796,0.25374394572704895,0.06832514561707065,0.15372517456988796,0.5025337420684242,0.029645950467952948,0.5,0.15372517456988796,0.08519357742921696,0.06870862803059932,0.15372517456988796,0.220577403741224,0.030338904673363983,0.15372517456988796,0.4093170493068724,0.731298636613735,0.15372517456988796,0.3865592682336668,0.39172299000424526,0.15372517456988796,0.5083967531681793,0.3766845086825743,0.15372517456988796,0.3100672019951878,0.1490809786030812,0.15372517456988796,0.1306580895562106,0.030400725400567614,0.5,0.15372517456988796,0.5768648296410649,0.012271681743858067,0.0,0.41532590289294047,0.7668910452103157 -6781,0.5,0.15372517456988796,0.5614167663081318,0.31818244123540645,0.15372517456988796,0.10707370797623263,0.2302865265579169,0.15372517456988796,0.3669161266161023,0.08680647098939952,0.15372517456988796,0.37624138185899975,0.07749181896578182,0.15372517456988796,0.5372256708106481,0.3188131448877487,0.15372517456988796,0.5171244177245611,0.2216571882022701,0.15372517456988796,0.4903752443572654,0.23682126196686096,0.15372517456988796,0.39200609170579864,0.12409906326241185,0.5,0.15372517456988796,0.20794302730539732,0.0743295730904226,0.15372517456988796,0.5593926937201911,0.07000120302654919,0.5,0.15372517456988796,0.0608924610810896,0.08067471498836726,0.15372517456988796,0.2508696885920751,0.04499340367079696,0.15372517456988796,0.36235065354696083,0.7104216420463905,0.15372517456988796,0.45476243087953494,0.37376188819584255,0.15372517456988796,0.49749909086712196,0.2879878184400391,0.15372517456988796,0.3084065275388541,0.13754132641983982,0.15372517456988796,0.15854118490449604,0.041660935196129706,0.5,0.15372517456988796,0.596182598239641,0.04145750069815765,0.0,0.34759890960322287,0.5070878182867483 -6782,0.5,0.15372517456988796,0.4926049386378067,0.2629395361346177,0.15372517456988796,0.24315379568038192,0.2816943458318171,0.15372517456988796,0.263597014729934,0.07232353510486998,0.15372517456988796,0.3685468838223921,0.07300139081252169,0.15372517456988796,0.5289293880687173,0.2910479115313272,0.15372517456988796,0.4876219922757813,0.19524096860498985,0.15372517456988796,0.4591663227579714,0.1964271094308592,0.15372517456988796,0.35391025633824136,0.1326703049273083,0.5,0.15372517456988796,0.12757352536902578,0.06351547770646465,0.15372517456988796,0.537126738889188,0.10309048714091418,0.5,0.15372517456988796,0.033401546019424355,0.07971919056165433,0.15372517456988796,0.24155781431956178,0.047327771102793736,0.15372517456988796,0.25056720417715417,0.5791561769970371,0.15372517456988796,0.47438982876423663,0.33149058394202285,0.15372517456988796,0.4504003966490967,0.23657509710739294,0.15372517456988796,0.2828985781895329,0.1200824123662706,0.15372517456988796,0.19498231783729603,0.05020379671144934,0.5,0.15372517456988796,0.5595265328743974,0.08148881856635869,0.0,0.2949321149164181,0.4989728719267755 -6783,0.5,0.15372517456988796,0.2980761117233277,0.1891410520129952,0.15372517456988796,0.2897556191844263,0.260728333338347,0.15372517456988796,0.1894496352965811,0.04718607414832498,0.15372517456988796,0.2752741962418632,0.05683519576532254,0.15372517456988796,0.43202970634580407,0.26170689322996304,0.15372517456988796,0.4122433874917941,0.1675552572678521,0.15372517456988796,0.3720792158584998,0.1469613521047986,0.15372517456988796,0.234467296372014,0.12154553449636069,0.5,0.15372517456988796,0.08099923170241205,0.05101282030090457,0.15372517456988796,0.43286104648080714,0.1137500480750018,0.5,0.15372517456988796,0.016695347490032604,0.055792640732215966,0.15372517456988796,0.1917225534713884,0.03679884287863058,0.15372517456988796,0.1790370516171931,0.32282709626706124,0.15372517456988796,0.342638284491944,0.25641319426954334,0.15372517456988796,0.3480531933515359,0.1610914237962672,0.15372517456988796,0.19636100086930727,0.09917414624025356,0.15372517456988796,0.17930701578280223,0.05321341328186467,0.5,0.15372517456988796,0.4613214457445358,0.11878418450644208,0.0,0.23499247900374295,0.8058555410093055 -6784,0.5,0.15372517456988796,0.1557892388883376,0.11221063197646568,0.15372517456988796,0.018535204946024123,0.056850580416055625,0.15372517456988796,0.09827872577351217,0.023937382012100317,0.15372517456988796,0.16585604743458707,0.023691321247926847,0.15372517456988796,0.2941419856606816,0.18686843045712395,0.15372517456988796,0.29682760857146034,0.11722046313350308,0.15372517456988796,0.2532830996821324,0.07679971966925986,0.15372517456988796,0.128917501943048,0.09565879122102738,0.5,0.15372517456988796,0.041979870842987405,0.03608918374211163,0.15372517456988796,0.291285826377221,0.08281139966783777,0.5,0.15372517456988796,0.014947795093616476,0.030612069670213262,0.15372517456988796,0.12816660072252847,0.022465516655349415,0.15372517456988796,0.16564228006254944,0.1482174194468995,0.15372517456988796,0.26184868826928187,0.20394755525282315,0.15372517456988796,0.23243399712063312,0.07973488319288742,0.15372517456988796,0.11047376785063638,0.07253595263039657,0.15372517456988796,0.10729103659525827,0.03564122137178022,0.5,0.15372517456988796,0.31879670925517284,0.10522285526642321,0.0,0.1870085497276909,0.9050694369200865 -6785,0.5,0.15372517456988796,0.03119294340898667,0.03359316589845399,0.15372517456988796,0.008195857199101363,0.00716707812093547,0.15372517456988796,0.020239395362203642,0.006577022653862921,0.15372517456988796,0.02948624629086189,0.00390385811902329,0.15372517456988796,0.11424701362912329,0.047392880161554726,0.15372517456988796,0.1356893974487585,0.02433698929300577,0.15372517456988796,0.1115035532778526,0.017680035909318204,0.15372517456988796,0.07613915105811057,0.04753320298550974,0.5,0.15372517456988796,0.010531668808687345,0.018634355446757796,0.15372517456988796,0.09277779466475256,0.030034793476952582,0.5,0.15372517456988796,0.007265961864328215,0.0324467543694527,0.15372517456988796,0.05205479602359238,0.016169551876425464,0.15372517456988796,0.057680489887334326,0.05117893436878822,0.15372517456988796,0.1019477718815819,0.08826066800297169,0.15372517456988796,0.0822919632444576,0.01076273437388244,0.15372517456988796,0.032477832562609374,0.0318398869015898,0.15372517456988796,0.028421153786041164,0.01378511861336934,0.5,0.15372517456988796,0.06359042254197608,0.04129696956226631,0.0,0.2217564669633785,0.8340661679335469 -6786,0.5,0.15372517456988796,0.0,0.010619690998511561,0.15372517456988796,0.0,0.007534452280896381,0.15372517456988796,0.0,0.0027888687359657366,0.15372517456988796,0.0,0.0035816819652009116,0.15372517456988796,0.0,0.029093333200492868,0.15372517456988796,0.0,0.008867351407005113,0.15372517456988796,0.0,0.015210068125007236,0.15372517456988796,0.0,0.026081114899576555,0.5,0.15372517456988796,0.00011302106881662869,0.011712543226684089,0.15372517456988796,0.0,0.019619447984512425,0.5,0.15372517456988796,0.0,0.053057003095365526,0.15372517456988796,0.0,0.025338119462718283,0.15372517456988796,0.0,0.05385478636260859,0.15372517456988796,0.0,0.06695535025354563,0.15372517456988796,0.0,0.007192605641758318,0.15372517456988796,1.4928192322554446e-06,0.018915497900880426,0.15372517456988796,0.0,0.016194735684780092,0.5,0.15372517456988796,0.0,0.034549625376752546,0.0,0.1402898208530649,0.7773035943783569 -6787,0.5,0.15372517456988796,0.0,0.0037109867060772677,0.15372517456988796,0.0,0.01291879929853801,0.15372517456988796,0.0,0.003989628072612351,0.15372517456988796,0.0,0.005822687989243934,0.15372517456988796,0.0,0.01752057666475614,0.15372517456988796,0.0,0.006542031259005801,0.15372517456988796,0.0,0.029239257623317142,0.15372517456988796,0.0,0.015020570815291033,0.5,0.15372517456988796,0.0,0.013795752521041212,0.15372517456988796,0.0,0.01108313358787217,0.5,0.15372517456988796,0.0,0.08696806883309924,0.15372517456988796,0.0,0.034252045227638805,0.15372517456988796,0.0,0.07306630747443454,0.15372517456988796,0.0,0.05787135306691115,0.15372517456988796,0.0,0.009019479778604214,0.15372517456988796,0.0,0.0132687657048045,0.15372517456988796,0.0,0.022842217451934856,0.5,0.15372517456988796,0.0,0.017774795803072847,0.0,0.0649282246019476,0.6738577840464487 -6788,0.5,0.15372517456988796,0.0,0.0030423130037951136,0.15372517456988796,0.0,0.02097045139191561,0.15372517456988796,0.0,0.004923731701437794,0.15372517456988796,0.0,0.00912064410682954,0.15372517456988796,0.0,0.011637784317641106,0.15372517456988796,0.0,0.008396001400850124,0.15372517456988796,0.0,0.035911620363790746,0.15372517456988796,0.0,0.013712051904951898,0.5,0.15372517456988796,0.0,0.02184438505290983,0.15372517456988796,0.0,0.009140635458086598,0.5,0.15372517456988796,0.0,0.09897841933544567,0.15372517456988796,0.0,0.044169077814749186,0.15372517456988796,0.0,0.08762895810398619,0.15372517456988796,0.0,0.04946465485307572,0.15372517456988796,0.0,0.011049204881535653,0.15372517456988796,0.0,0.007127740923680864,0.15372517456988796,0.0,0.03761714474933133,0.5,0.15372517456988796,0.0,0.00919834671483943,0.0,0.018395008805013702,0.48923389031081255 -6789,0.5,0.15372517456988796,0.0,0.0044787868932236645,0.15372517456988796,0.0,0.024574882373212703,0.15372517456988796,0.0,0.007716181896096675,0.15372517456988796,0.0,0.010199941167076529,0.15372517456988796,0.0,0.009824877153165403,0.15372517456988796,0.0,0.01358795477122544,0.15372517456988796,0.0,0.03735621957580897,0.15372517456988796,0.0,0.013751068711370426,0.5,0.15372517456988796,0.0,0.03526507000934035,0.15372517456988796,0.0,0.01193021487144907,0.5,0.15372517456988796,0.0,0.06007674836400709,0.15372517456988796,0.0,0.0448921716986388,0.15372517456988796,0.0,0.09074782758801922,0.15372517456988796,0.0,0.03374486978310054,0.15372517456988796,0.0,0.012149296711675249,0.15372517456988796,0.0,0.01096931586241383,0.15372517456988796,0.0,0.04015188934015366,0.5,0.15372517456988796,0.0,0.009276978787871369,0.0,0.011095420419367768,0.21188962660618127 -6790,0.5,0.15372517456988796,0.0,0.0066938268679886505,0.15372517456988796,0.0,0.02293129202408877,0.15372517456988796,0.0,0.023234903260667673,0.15372517456988796,0.0,0.012834081777354957,0.15372517456988796,0.0,0.013343883364315459,0.15372517456988796,0.0,0.018870637700137437,0.15372517456988796,0.0,0.03431175400373989,0.15372517456988796,0.0,0.011638000321517177,0.5,0.15372517456988796,0.0,0.042911874078922246,0.15372517456988796,0.0,0.017986887636090926,0.5,0.15372517456988796,0.0,0.032337613843417566,0.15372517456988796,0.0,0.039312019475789654,0.15372517456988796,0.0,0.07755707464837099,0.15372517456988796,0.0,0.023593317158887985,0.15372517456988796,0.0,0.015219197977881634,0.15372517456988796,0.0,0.021961386422478184,0.15372517456988796,0.0,0.03262781517400775,0.5,0.15372517456988796,0.0,0.01334253712423657,0.0,0.0012079313827287653,0.048954886358644326 -6791,0.5,0.15372517456988796,0.0,0.01068124770569229,0.15372517456988796,0.0,0.022674682429909686,0.15372517456988796,0.0,0.04655046882853754,0.15372517456988796,0.0,0.02348539087558184,0.15372517456988796,0.0,0.02240220216167345,0.15372517456988796,0.0,0.020128856942727237,0.15372517456988796,0.0,0.021709492832861704,0.15372517456988796,0.0,0.009118995470809504,0.5,0.15372517456988796,0.0,0.044785372171303094,0.15372517456988796,0.0,0.028452844140541663,0.5,0.15372517456988796,0.0,0.009720679732142535,0.15372517456988796,0.0,0.03129709677888344,0.15372517456988796,0.0,0.053700398380118905,0.15372517456988796,0.0,0.021186061522879707,0.15372517456988796,0.0,0.0188932738073954,0.15372517456988796,0.0,0.03130770412321746,0.15372517456988796,0.0,0.027891748385763797,0.5,0.15372517456988796,0.0,0.01661310990882832,0.0,0.0013929327762424292,0.01462302684095064 -6792,0.5,0.15372517456988796,0.0,0.01620209133157391,0.15372517456988796,0.0,0.016618585250829862,0.15372517456988796,0.0,0.04993789159095478,0.15372517456988796,0.0,0.041627300880575466,0.15372517456988796,0.0,0.022011578419781883,0.15372517456988796,0.0,0.014914375856775613,0.15372517456988796,0.0,0.010734798836983684,0.15372517456988796,0.0,0.006641775257579717,0.5,0.15372517456988796,0.0,0.04013017830156079,0.15372517456988796,0.0,0.03846490576113835,0.5,0.15372517456988796,0.0,0.0008678288815028183,0.15372517456988796,0.0,0.022112414499450634,0.15372517456988796,0.0,0.040620605040894334,0.15372517456988796,0.0,0.02079588665737487,0.15372517456988796,0.0,0.020661513857498436,0.15372517456988796,0.0,0.037544944487238885,0.15372517456988796,0.0,0.024599329356535006,0.5,0.15372517456988796,0.0,0.014991774808603855,0.0,0.010678943581710515,0.03432604156299312 -6793,0.5,0.15372517456988796,0.0,0.021524825633840727,0.15372517456988796,0.0,0.019580627943749738,0.15372517456988796,0.0,0.0539983957750631,0.15372517456988796,0.0,0.06485419341489529,0.15372517456988796,0.0,0.013644772104887683,0.15372517456988796,0.0,0.007713380808537015,0.15372517456988796,0.0,0.005979023128648579,0.15372517456988796,0.0,0.006181807199650698,0.5,0.15372517456988796,0.0,0.030375674204933006,0.15372517456988796,0.0,0.03646587926918544,0.5,0.15372517456988796,0.0,0.00033580913060414903,0.15372517456988796,0.0,0.010282599519948595,0.15372517456988796,0.0,0.03144080917634562,0.15372517456988796,0.0,0.019793027368447666,0.15372517456988796,0.0,0.021774532139727777,0.15372517456988796,0.0,0.04396292319627208,0.15372517456988796,0.0,0.019975436175313086,0.5,0.15372517456988796,0.0,0.01239855602731071,0.0,0.027460839582635673,0.10765479315309844 -6794,0.5,0.15372517456988796,0.0,0.02343430160014387,0.15372517456988796,0.0,0.029269022779488837,0.15372517456988796,0.0,0.05830839143671553,0.15372517456988796,0.0,0.08179518422365342,0.15372517456988796,0.0,0.008518628300043215,0.15372517456988796,0.0,0.005358135819412466,0.15372517456988796,0.0,0.004799761151548686,0.15372517456988796,0.0,0.007042321743721669,0.5,0.15372517456988796,0.0,0.02317193984504451,0.15372517456988796,0.0,0.027190350394162306,0.5,0.15372517456988796,0.0,0.00016994355695008876,0.15372517456988796,0.0,0.00532107599638277,0.15372517456988796,0.0,0.022534287333214706,0.15372517456988796,0.0,0.01819150877471227,0.15372517456988796,0.0,0.019950091632637612,0.15372517456988796,0.0,0.039767128624695385,0.15372517456988796,0.0,0.013327470538917485,0.5,0.15372517456988796,0.0,0.010490173605088965,0.0,0.052426838129210014,0.23841687128297664 -6795,0.5,0.15372517456988796,0.0,0.029576393182540874,0.15372517456988796,0.0,0.04150891649032842,0.15372517456988796,0.0,0.06664717817383116,0.15372517456988796,0.0,0.08070904819170692,0.15372517456988796,0.0,0.009001830791280982,0.15372517456988796,0.0,0.006399792365055253,0.15372517456988796,0.0,0.003203065624998347,0.15372517456988796,0.0,0.008228215898086672,0.5,0.15372517456988796,0.0,0.0174034692546824,0.15372517456988796,0.0,0.021194838395876433,0.5,0.15372517456988796,0.0,0.0009746520649291775,0.15372517456988796,0.0,0.00501943626103721,0.15372517456988796,0.0,0.025398714614000444,0.15372517456988796,0.0,0.018851023374869366,0.15372517456988796,0.0,0.017648028236135115,0.15372517456988796,0.0,0.02523916206212909,0.15372517456988796,0.0,0.008021590646533882,0.5,0.15372517456988796,0.0,0.007895302223106497,0.0,0.07533566663345613,0.3809130225909099 -6796,0.5,0.15372517456988796,0.0,0.03896489183769838,0.15372517456988796,0.0,0.03445708057705613,0.15372517456988796,0.0,0.08039780839012652,0.15372517456988796,0.0,0.07179625469620605,0.15372517456988796,0.0,0.011510627793759548,0.15372517456988796,0.0,0.007827562892468585,0.15372517456988796,0.0,0.002303634398295456,0.15372517456988796,0.0,0.011015922908319764,0.5,0.15372517456988796,0.0,0.01354019184329198,0.15372517456988796,0.0,0.018266290198209065,0.5,0.15372517456988796,0.0,0.0046397844135061365,0.15372517456988796,0.0,0.005381044432280576,0.15372517456988796,0.0,0.034297337656373196,0.15372517456988796,0.0,0.020502539066088652,0.15372517456988796,0.0,0.01651034205729388,0.15372517456988796,0.0,0.02022265791871416,0.15372517456988796,0.0,0.006395683397187468,0.5,0.15372517456988796,0.0,0.006641418969269385,0.0,0.0996531904344398,0.4915684574966595 -6797,0.5,0.15372517456988796,0.0,0.05650896025138421,0.15372517456988796,0.0,0.026215410696660214,0.15372517456988796,0.0,0.0533588462528199,0.15372517456988796,0.0,0.07775804202117886,0.15372517456988796,0.0,0.010063956695147043,0.15372517456988796,0.0,0.007778917482630798,0.15372517456988796,0.0,0.0010812552933760523,0.15372517456988796,0.0,0.013187929073218752,0.5,0.15372517456988796,0.0,0.009371235720960889,0.15372517456988796,0.0,0.0190808626733059,0.5,0.15372517456988796,0.0,0.009815120208351224,0.15372517456988796,0.0,0.005233213028672786,0.15372517456988796,0.0,0.04247478471740498,0.15372517456988796,0.0,0.02554516139128522,0.15372517456988796,0.0,0.015392279154956279,0.15372517456988796,0.0,0.015835806403945208,0.15372517456988796,0.0,0.00698073695446675,0.5,0.15372517456988796,0.0,0.006662670233717001,0.0,0.15156453820032242,0.5085924644321131 -6798,0.5,0.15372517456988796,0.0,0.0712460093397883,0.15372517456988796,0.0,0.021533859341784714,0.15372517456988796,0.0,0.022734736203062832,0.15372517456988796,0.0,0.08284020650996739,0.15372517456988796,0.0,0.008100511361049804,0.15372517456988796,0.0,0.007593488802939872,0.15372517456988796,0.0,0.000931576735264888,0.15372517456988796,0.0,0.012994136778625633,0.5,0.15372517456988796,0.0,0.007984196379146616,0.15372517456988796,0.0,0.02196850264569712,0.5,0.15372517456988796,0.0,0.02396030332530101,0.15372517456988796,0.0,0.005629186921750144,0.15372517456988796,0.0,0.04733186519186273,0.15372517456988796,0.0,0.03495123759402707,0.15372517456988796,0.0,0.013858613593639199,0.15372517456988796,0.0,0.011332655777315502,0.15372517456988796,0.0,0.010769112103666469,0.5,0.15372517456988796,0.0,0.006771942559424876,0.0,0.17619681940641269,0.5196575882943453 -6799,0.5,0.15372517456988796,0.0,0.0829167954506455,0.15372517456988796,0.0,0.017311301426337015,0.15372517456988796,0.0,0.012865571693631882,0.15372517456988796,7.126555045070005e-06,0.07551083485783718,0.15372517456988796,0.0,0.009665320846913827,0.15372517456988796,0.0,0.009157547578409636,0.15372517456988796,0.0,0.0016530376702561704,0.15372517456988796,0.0,0.012740883422532562,0.5,0.15372517456988796,0.0,0.007912709315587083,0.15372517456988796,0.0,0.020388536527670177,0.5,0.15372517456988796,0.0,0.03825047153671406,0.15372517456988796,0.0,0.004914782438056008,0.15372517456988796,0.0,0.052066605809240815,0.15372517456988796,0.0,0.04111711007469722,0.15372517456988796,0.0,0.013070354879182473,0.15372517456988796,0.0,0.011156543838091202,0.15372517456988796,0.0,0.017358233882511932,0.5,0.15372517456988796,0.0,0.008495204146468198,0.0,0.11820892494991926,0.5213045962896004 -6800,0.5,0.15372517456988796,0.005570577580118959,0.10254348063625862,0.15372517456988796,0.013106258098373675,0.010291802485599659,0.15372517456988796,0.0028439711085633634,0.013443605898101842,0.15372517456988796,0.028193460833294885,0.08507812859018678,0.15372517456988796,0.01990517560746006,0.012129333908784333,0.15372517456988796,0.031393015721927806,0.01108298856759583,0.15372517456988796,0.007017529732308092,0.002419345742891066,0.15372517456988796,0.02917679728977698,0.012347078189392215,0.5,0.15372517456988796,0.014284649086748744,0.008467406637228506,0.15372517456988796,0.02622592891478435,0.01182545803790542,0.5,0.15372517456988796,0.004090605285797878,0.06445131460678623,0.15372517456988796,0.01045937611982371,0.008572598696218443,0.15372517456988796,0.04022713755850871,0.04815963841931313,0.15372517456988796,0.030181299296927408,0.03901405254415756,0.15372517456988796,0.004113990295054366,0.010233773547649353,0.15372517456988796,0.003936654684682123,0.012221814527654732,0.15372517456988796,0.01743963278330291,0.024284915503287242,0.5,0.15372517456988796,0.07184228454507945,0.0076074254454172405,0.0,0.05793006707955395,0.44207859857994813 -6801,0.5,0.15372517456988796,0.014829282477877175,0.11829663287485892,0.15372517456988796,0.09043511008576235,0.007187564549208643,0.15372517456988796,0.014758138209474116,0.03144382698185297,0.15372517456988796,0.05816639515550985,0.09886426092671616,0.15372517456988796,0.11695650275384602,0.01236723918198724,0.15372517456988796,0.18615264249427949,0.01891849299937414,0.15372517456988796,0.038058460394631684,0.0028121317522654377,0.15372517456988796,0.16366046386257888,0.012618872701662202,0.5,0.15372517456988796,0.09947694239536678,0.011590791891550569,0.15372517456988796,0.10452244650029939,0.0060356477309306215,0.5,0.15372517456988796,0.022081287871109658,0.10894841064839912,0.15372517456988796,0.038408179162842636,0.01743957692456262,0.15372517456988796,0.1738445752526291,0.0471237888008198,0.15372517456988796,0.1493418386840633,0.03755922604076847,0.15372517456988796,0.02261187023009209,0.009074217252539152,0.15372517456988796,0.026037230167792018,0.016101804221792845,0.15372517456988796,0.06768912739446573,0.04516470805780324,0.5,0.15372517456988796,0.18758622971141858,0.005593651366047835,0.0,0.02244425241089543,0.3180653142056926 -6802,0.5,0.15372517456988796,0.02273241888430404,0.11872064542404638,0.15372517456988796,0.1976579066778389,0.016967369081837755,0.15372517456988796,0.03674200695220883,0.062234127113820634,0.15372517456988796,0.07038065536436884,0.10016845878302803,0.15372517456988796,0.24158895617892762,0.03176798515149508,0.15372517456988796,0.3433179431810955,0.05803606806555749,0.15372517456988796,0.11586063228705011,0.010787432081982974,0.15372517456988796,0.32049864600743694,0.02010861125783919,0.5,0.15372517456988796,0.2315578399743961,0.015338826405264853,0.15372517456988796,0.18183710983868046,0.005039130057146916,0.5,0.15372517456988796,0.0427001013812874,0.11841507173613634,0.15372517456988796,0.05856161778399321,0.03163832165483263,0.15372517456988796,0.30227563452572426,0.0642047324244659,0.15372517456988796,0.2783027261774606,0.051686755003096316,0.15372517456988796,0.04247046061310929,0.010708190854945383,0.15372517456988796,0.0717466942518468,0.02293458436345501,0.15372517456988796,0.11670302174082003,0.08131422059726812,0.5,0.15372517456988796,0.2962156394576846,0.010101639396158442,0.0,0.015997982772100055,0.2142099144352527 -6803,0.5,0.15372517456988796,0.026008338026635224,0.10236172239611734,0.15372517456988796,0.3167092593466976,0.021939421727992403,0.15372517456988796,0.0528358910124221,0.0970184026884248,0.15372517456988796,0.09234235261813847,0.10250259594963768,0.15372517456988796,0.41872110500447657,0.08596539452210887,0.15372517456988796,0.48154328758124587,0.10984056204123618,0.15372517456988796,0.2902452899543609,0.034335337556775786,0.15372517456988796,0.46680406325584467,0.039417442689756665,0.5,0.15372517456988796,0.3824581301093335,0.021883367029900958,0.15372517456988796,0.2442627503664303,0.014031300880128517,0.5,0.15372517456988796,0.07398101187421038,0.10360318691858378,0.15372517456988796,0.05575635957368457,0.04367874240468488,0.15372517456988796,0.42050874567848784,0.09610805254580929,0.15372517456988796,0.42900055229207057,0.07735761281155194,0.15372517456988796,0.09471719220315752,0.01484890348580964,0.15372517456988796,0.16363957253291908,0.02279705560348375,0.15372517456988796,0.13443165435880533,0.09588539293666001,0.5,0.15372517456988796,0.3743438080212499,0.018805139241051427,0.0,0.027244772496949243,0.16548256456359572 -6804,0.5,0.15372517456988796,0.0365523169230227,0.09497631171141183,0.15372517456988796,0.4548157032263488,0.01892653518735557,0.15372517456988796,0.06831262675878552,0.1261594906386569,0.15372517456988796,0.11257718361132779,0.1017080146607356,0.15372517456988796,0.5366388986923807,0.1229110727590691,0.15372517456988796,0.567854946104319,0.12663724398438855,0.15372517456988796,0.4215666140605464,0.06530224709412423,0.15372517456988796,0.5592672336467408,0.05292641363312495,0.5,0.15372517456988796,0.4957170443876332,0.030555951261099865,0.15372517456988796,0.2533835007334443,0.022071980865898566,0.5,0.15372517456988796,0.10280020179377009,0.06608321481462548,0.15372517456988796,0.05864958892774382,0.04346901991453973,0.15372517456988796,0.5076478608269847,0.10664065329869418,0.15372517456988796,0.5328346169209922,0.08576060239797764,0.15372517456988796,0.16535037470214312,0.019259049825210758,0.15372517456988796,0.3127982383503213,0.025321226809998758,0.15372517456988796,0.1338258166705618,0.09106700990654898,0.5,0.15372517456988796,0.40754375558801414,0.03754519545694556,0.0,0.04762371706810261,0.11830969697919382 -6805,0.5,0.15372517456988796,0.05649073387798985,0.09224422598272451,0.15372517456988796,0.506295099377672,0.009170603505033277,0.15372517456988796,0.1035805840454099,0.12720949945452464,0.15372517456988796,0.1253282460925462,0.10891004105226308,0.15372517456988796,0.544764080245153,0.14825327059464594,0.15372517456988796,0.595523750865949,0.1213880218776973,0.15372517456988796,0.4933892572330374,0.0880309806814071,0.15372517456988796,0.5672921401548338,0.05095358368235868,0.5,0.15372517456988796,0.5356563249281663,0.04453932968434302,0.15372517456988796,0.2075288881101226,0.03253050822182205,0.5,0.15372517456988796,0.13017811144368438,0.04553343526334085,0.15372517456988796,0.048365871374739834,0.03863923232071767,0.15372517456988796,0.5100403894316947,0.08856183988714539,0.15372517456988796,0.5467543123195845,0.08757808798528102,0.15372517456988796,0.26618183480571683,0.023154154319810803,0.15372517456988796,0.38815850715856137,0.034936064794789584,0.15372517456988796,0.11362169170921035,0.08072318714706625,0.5,0.15372517456988796,0.3980704142802442,0.041901199866373105,0.0,0.061978529436011905,0.05960529530059396 -6806,0.5,0.15372517456988796,0.07250777816897448,0.07959285449021651,0.15372517456988796,0.4990055307654733,0.004549246018178325,0.15372517456988796,0.15065565643026935,0.1289675901574896,0.15372517456988796,0.12674011315191674,0.11415359890936058,0.15372517456988796,0.46086686441067215,0.1690774567068479,0.15372517456988796,0.5266299000810937,0.11724510303529806,0.15372517456988796,0.4874130900911844,0.10972521539040875,0.15372517456988796,0.5135649440173743,0.04515302131955935,0.5,0.15372517456988796,0.4955276404591442,0.048551941247855904,0.15372517456988796,0.10720719113643565,0.037714271391089516,0.5,0.15372517456988796,0.13262375077930894,0.029408147823326576,0.15372517456988796,0.0317731770329985,0.031366973436187544,0.15372517456988796,0.4522066994676661,0.06953730474110713,0.15372517456988796,0.5126232111756541,0.08895032225180022,0.15372517456988796,0.30365774567220427,0.03792401883642006,0.15372517456988796,0.29818663528492745,0.04635693285396417,0.15372517456988796,0.09525928681179188,0.06177385539886377,0.5,0.15372517456988796,0.33320134917170713,0.06267089154777254,0.0,0.0753375295372797,0.032832214345349386 -6807,0.5,0.15372517456988796,0.07259229947104026,0.06733770858851636,0.15372517456988796,0.42155230496570584,0.005930357007605895,0.15372517456988796,0.13483481372784303,0.12642020271296348,0.15372517456988796,0.10427122044066356,0.12523202908869732,0.15372517456988796,0.3833284896552184,0.17580250666638328,0.15372517456988796,0.35220330400413596,0.09926491779840768,0.15372517456988796,0.37804506987889064,0.10482813524303558,0.15372517456988796,0.4338811635523617,0.036616166645613346,0.5,0.15372517456988796,0.4052287971985662,0.04523553796437368,0.15372517456988796,0.08134505104763058,0.03243759403402027,0.5,0.15372517456988796,0.09151359100138887,0.034434433785087044,0.15372517456988796,0.027041924175585506,0.02957529970534096,0.15372517456988796,0.3792578965583432,0.051174043444532746,0.15372517456988796,0.41318180961762346,0.09222069771590291,0.15372517456988796,0.2884720318122295,0.04555959749931409,0.15372517456988796,0.12298715010942542,0.037983033197519264,0.15372517456988796,0.08057729021707816,0.05454426003952438,0.5,0.15372517456988796,0.22170444060953703,0.06591874169888746,0.0,0.07398891083051487,0.020064134652549234 -6808,0.5,0.15372517456988796,0.05020183351686835,0.06037246028243133,0.15372517456988796,0.30000045034937783,0.011286311448934471,0.15372517456988796,0.09147865436682918,0.10678687097809218,0.15372517456988796,0.0491617617989553,0.1309555945925437,0.15372517456988796,0.31317501305468814,0.16669347949880664,0.15372517456988796,0.28498336533834884,0.08391983812490476,0.15372517456988796,0.2909849535862918,0.08143584710119296,0.15372517456988796,0.3098338191913111,0.02762070067228105,0.5,0.15372517456988796,0.299071832430161,0.03524955563682448,0.15372517456988796,0.05091465466351503,0.03426799923838884,0.5,0.15372517456988796,0.03401569970099022,0.02132054060670924,0.15372517456988796,0.02293917140119264,0.026269744429715785,0.15372517456988796,0.25538960023199614,0.030465562112714194,0.15372517456988796,0.2932684416405165,0.08259822725153088,0.15372517456988796,0.18615653066780521,0.03746689302819192,0.15372517456988796,0.0634468264339363,0.024467659609729974,0.15372517456988796,0.04592730800929494,0.0481665643634222,0.5,0.15372517456988796,0.10875378592888689,0.06375402604392494,0.0,0.06372554494051659,0.016865538507084665 -6809,0.5,0.15372517456988796,0.013766377718714038,0.05103394950998776,0.15372517456988796,0.057235748991855115,0.0008116894643346652,0.15372517456988796,0.03409524840910502,0.07618334013496145,0.15372517456988796,0.006679900185897046,0.1173743468087563,0.15372517456988796,0.09075254480564385,0.10073076553296136,0.15372517456988796,0.11419102469135817,0.05794410479759628,0.15372517456988796,0.09683674322351693,0.023678280205432407,0.15372517456988796,0.11376288179029888,0.01697720113523943,0.5,0.15372517456988796,0.1044126004777058,0.011335993888239054,0.15372517456988796,0.020245517253871664,0.03171013481498578,0.5,0.15372517456988796,0.032388883903273415,0.004333325992807321,0.15372517456988796,0.013502508862482948,0.0153209221456229,0.15372517456988796,0.0569433136736136,0.011649489339593847,0.15372517456988796,0.07824570766708755,0.042437739682499774,0.15372517456988796,0.04251737906797809,0.009803143974624515,0.15372517456988796,0.03189311477983327,0.00624067185287092,0.15372517456988796,0.012004563246875846,0.026651630369398542,0.5,0.15372517456988796,0.021053098331263228,0.04555241894526828,0.0,0.04136496985498524,0.021800318873336617 -6810,0.5,0.15372517456988796,0.0,0.04178070374132229,0.15372517456988796,0.0,0.0005547186196460295,0.15372517456988796,0.0,0.036315978060397526,0.15372517456988796,0.0,0.09306637984639764,0.15372517456988796,0.0,0.10326877593318591,0.15372517456988796,0.0,0.04497891645667894,0.15372517456988796,0.0,0.019537246454107277,0.15372517456988796,0.0,0.015940189772676847,0.5,0.15372517456988796,0.0,0.011121521228563854,0.15372517456988796,0.0,0.023290646622651824,0.5,0.15372517456988796,0.0,0.009050797543198676,0.15372517456988796,1.1031021807338931e-05,0.011702508972452742,0.15372517456988796,0.0,0.010211388937335138,0.15372517456988796,0.0,0.05451402639576565,0.15372517456988796,0.0,0.008687140606639644,0.15372517456988796,0.0,0.002236238025724101,0.15372517456988796,0.0,0.0118313355469587,0.5,0.15372517456988796,0.0,0.025744610254629242,0.0,0.025096648628462413,0.053191026819959866 -6811,0.5,0.15372517456988796,0.0,0.05127483273497668,0.15372517456988796,0.0,0.006493023262955392,0.15372517456988796,0.0,0.022082573417162098,0.15372517456988796,0.0,0.08950972649490484,0.15372517456988796,0.0,0.09288388042503277,0.15372517456988796,0.0,0.025813962247027797,0.15372517456988796,0.0,0.021232660408987972,0.15372517456988796,0.0,0.009525761537042054,0.5,0.15372517456988796,0.0,0.007776098491759999,0.15372517456988796,0.0,0.02477026336751817,0.5,0.15372517456988796,0.0,0.004493511400077496,0.15372517456988796,0.0,0.007237110570335824,0.15372517456988796,0.0,0.014230739520278667,0.15372517456988796,0.0,0.0782687991412227,0.15372517456988796,0.0,0.012586547412572532,0.15372517456988796,0.0,0.002151564306315048,0.15372517456988796,0.0,0.00852801434412283,0.5,0.15372517456988796,0.0,0.015010531543186684,0.0,0.020236589720672903,0.09040495415683836 -6812,0.5,0.15372517456988796,0.0,0.06826650846183993,0.15372517456988796,0.0,0.015012750293163747,0.15372517456988796,0.0,0.013256011743993774,0.15372517456988796,0.0,0.0841372438088333,0.15372517456988796,0.0,0.06520644854017785,0.15372517456988796,0.0,0.015760269436082976,0.15372517456988796,0.0,0.017563082960349703,0.15372517456988796,0.0,0.006500232315407769,0.5,0.15372517456988796,0.0,0.00581650843226737,0.15372517456988796,0.0,0.02727362064128612,0.5,0.15372517456988796,0.0,0.0015531281311610664,0.15372517456988796,0.0,0.00514306473912098,0.15372517456988796,0.0,0.02486031659232938,0.15372517456988796,0.0,0.08895693926640227,0.15372517456988796,0.0,0.018629247729471502,0.15372517456988796,0.0,0.002979294037912546,0.15372517456988796,0.0,0.010442072259168284,0.5,0.15372517456988796,0.0,0.01717738039616489,0.0,0.012101626170045362,0.12647125247386057 -6813,0.5,0.15372517456988796,0.0,0.0800737536183561,0.15372517456988796,0.0,0.0228228883742393,0.15372517456988796,0.0,0.008057018388231819,0.15372517456988796,0.0,0.07545773028884721,0.15372517456988796,0.0,0.04201076231365415,0.15372517456988796,0.0,0.012333576322812467,0.15372517456988796,0.0,0.014222973773376167,0.15372517456988796,0.0,0.005978362282584409,0.5,0.15372517456988796,0.0,0.003552943806945987,0.15372517456988796,0.0,0.0335650467018537,0.5,0.15372517456988796,0.0,0.001064896341806575,0.15372517456988796,0.0,0.004981578176442111,0.15372517456988796,0.0,0.037541646293902,0.15372517456988796,0.0,0.07898084500874214,0.15372517456988796,0.0,0.019557098757505498,0.15372517456988796,0.0,0.003231885426434077,0.15372517456988796,0.0,0.010333378879350864,0.5,0.15372517456988796,0.0,0.027010007074160965,0.0,0.007691506653521878,0.17441234434718117 -6814,0.5,0.15372517456988796,0.0,0.07718275963383042,0.15372517456988796,0.0,0.024229003877131238,0.15372517456988796,0.0,0.004796266554379413,0.15372517456988796,0.0,0.06356584413302402,0.15372517456988796,0.0,0.027917026138880547,0.15372517456988796,0.0,0.005396159884308752,0.15372517456988796,0.0,0.010821262369700413,0.15372517456988796,0.0,0.007571208327973534,0.5,0.15372517456988796,0.0,0.0025971372999448934,0.15372517456988796,0.0,0.037346092003476467,0.5,0.15372517456988796,0.0,0.00052236085911136,0.15372517456988796,0.0,0.003719527845788422,0.15372517456988796,0.0,0.04668976212307296,0.15372517456988796,0.0,0.06845446330995104,0.15372517456988796,0.0,0.022503497469764537,0.15372517456988796,0.0,0.0032433469300676364,0.15372517456988796,0.0,0.007220200926544804,0.5,0.15372517456988796,0.0,0.034802514056339016,0.0,0.011625101133157017,0.19734853370947306 -6815,0.5,0.15372517456988796,0.0,0.06953189828259718,0.15372517456988796,0.0,0.03058682232911244,0.15372517456988796,0.0,0.004193274345605947,0.15372517456988796,0.0,0.0515807005397129,0.15372517456988796,0.0,0.024890637897105723,0.15372517456988796,0.0,0.0055132378653468105,0.15372517456988796,0.0,0.005930541202799075,0.15372517456988796,0.0,0.013665622163187993,0.5,0.15372517456988796,0.0,0.0021527851346299304,0.15372517456988796,0.0,0.038091083465540215,0.5,0.15372517456988796,0.0,0.00015793071511725388,0.15372517456988796,0.0,0.003318952282172958,0.15372517456988796,0.0,0.061140939357524626,0.15372517456988796,0.0,0.058054311173408174,0.15372517456988796,0.0,0.025644919686122078,0.15372517456988796,0.0,0.0033305302227313194,0.15372517456988796,0.0,0.005269085530010122,0.5,0.15372517456988796,0.0,0.032560040420195856,0.0,0.023022630719492284,0.29349095768085376 -6816,0.5,0.15372517456988796,0.0,0.0684318390434427,0.15372517456988796,0.0,0.04267803850218491,0.15372517456988796,0.0,0.00474942207208586,0.15372517456988796,0.0,0.039132218316425424,0.15372517456988796,0.0,0.022623199736965686,0.15372517456988796,0.0,0.007640321458376224,0.15372517456988796,0.0,0.0044432974940975655,0.15372517456988796,0.0,0.017089641887037498,0.5,0.15372517456988796,0.0,0.00208620399094648,0.15372517456988796,0.0,0.03490835170449,0.5,0.15372517456988796,0.0,0.00011148265416342439,0.15372517456988796,0.0,0.003523869343062906,0.15372517456988796,0.0,0.07627087034943222,0.15372517456988796,0.0,0.05625285244722362,0.15372517456988796,0.0,0.027053015204338688,0.15372517456988796,0.0,0.0031756335570258,0.15372517456988796,0.0,0.003914180495840565,0.5,0.15372517456988796,0.0,0.02547476382619855,0.0,0.034534209099728194,0.38988607018265986 -6817,0.5,0.15372517456988796,0.0,0.06174483125640187,0.15372517456988796,0.0,0.029630524401517755,0.15372517456988796,0.0,0.0048317682233744354,0.15372517456988796,0.0,0.023961112574597414,0.15372517456988796,0.0,0.02217555786059336,0.15372517456988796,0.0,0.011697755117704496,0.15372517456988796,0.0,0.0038232574306681093,0.15372517456988796,0.0,0.016566103820521774,0.5,0.15372517456988796,0.0,0.0024229930850433005,0.15372517456988796,0.0,0.03546448255310828,0.5,0.15372517456988796,0.0,0.00026522258212967434,0.15372517456988796,0.0,0.004887404561767444,0.15372517456988796,0.0,0.08987769664047766,0.15372517456988796,0.0,0.05542300622936781,0.15372517456988796,0.0,0.02663647565710061,0.15372517456988796,0.0,0.0019274693842570587,0.15372517456988796,0.0,0.0025104704582785986,0.5,0.15372517456988796,0.0,0.01880334616207744,0.0,0.016802899813247646,0.3570241895024009 -6818,0.5,0.15372517456988796,0.0,0.044165296309792004,0.15372517456988796,0.0,0.017788507986015674,0.15372517456988796,0.0,0.007026248980231328,0.15372517456988796,0.0,0.010929776936437256,0.15372517456988796,0.0,0.02412516919593601,0.15372517456988796,0.0,0.02414959542002376,0.15372517456988796,0.0,0.004547907659365671,0.15372517456988796,0.0,0.017307631313232062,0.5,0.15372517456988796,0.0,0.0021117765687561868,0.15372517456988796,0.0,0.04160240388399648,0.5,0.15372517456988796,0.0,0.0003424542255677848,0.15372517456988796,0.0,0.0061202368682148674,0.15372517456988796,0.0,0.10030360076496696,0.15372517456988796,0.0,0.055778944745766904,0.15372517456988796,0.0,0.022050815261786188,0.15372517456988796,0.0,0.0011675170958197016,0.15372517456988796,0.0,0.0021854633157568815,0.5,0.15372517456988796,0.0,0.017650743119330663,0.0,0.005417961982327,0.3112763735016031 -6819,0.5,0.15372517456988796,0.0,0.029100511712977024,0.15372517456988796,0.0,0.026098180585928072,0.15372517456988796,0.0,0.007727457383661473,0.15372517456988796,0.0,0.007738557917442716,0.15372517456988796,0.0,0.02845114767981028,0.15372517456988796,0.0,0.031287624209489544,0.15372517456988796,0.0,0.0056066080542039815,0.15372517456988796,0.0,0.01504519565637829,0.5,0.15372517456988796,0.0,0.0015256503860794745,0.15372517456988796,0.0,0.04470229679449881,0.5,0.15372517456988796,0.0,0.0003671009905285308,0.15372517456988796,0.0,0.007924291266159292,0.15372517456988796,0.0,0.09600378161592169,0.15372517456988796,0.0,0.056708935417911055,0.15372517456988796,0.0,0.01686810895816917,0.15372517456988796,0.0,0.0007845520886980327,0.15372517456988796,0.0,0.003025501418833651,0.5,0.15372517456988796,0.0,0.016437677351039008,0.0,0.01532465722506268,0.3003479025385037 -6820,0.5,0.15372517456988796,0.0,0.025274234389672807,0.15372517456988796,0.0,0.03896814743848948,0.15372517456988796,0.0,0.006155689487608763,0.15372517456988796,0.0,0.0056049280492957545,0.15372517456988796,0.0,0.035868921156546725,0.15372517456988796,0.0,0.031890097904231925,0.15372517456988796,0.0,0.007127865225710515,0.15372517456988796,0.0,0.013170821669028977,0.5,0.15372517456988796,0.0,0.001401131328819271,0.15372517456988796,0.0,0.049670276443026885,0.5,0.15372517456988796,0.0,0.00011070383230759235,0.15372517456988796,0.0,0.008559146375350398,0.15372517456988796,0.0,0.08461409694562959,0.15372517456988796,0.0,0.06256739114019448,0.15372517456988796,0.0,0.01608796982787943,0.15372517456988796,0.0,0.001004940772289627,0.15372517456988796,0.0,0.00406878494992543,0.5,0.15372517456988796,0.0,0.012495888894049113,0.0,0.03439657764370733,0.2903359281560751 -6821,0.5,0.15372517456988796,0.0,0.0233788168625685,0.15372517456988796,0.0,0.0529956895646326,0.15372517456988796,0.0,0.004836606766621858,0.15372517456988796,0.0,0.004643952897639835,0.15372517456988796,0.0,0.03992413072349474,0.15372517456988796,0.0,0.02653214839263692,0.15372517456988796,0.0,0.010228236933265791,0.15372517456988796,0.0,0.014037577774843202,0.5,0.15372517456988796,0.0,0.0013219514444103245,0.15372517456988796,0.0,0.049744239096650836,0.5,0.15372517456988796,0.0,0.0006645243888893336,0.15372517456988796,0.0,0.018483291184959765,0.15372517456988796,0.0,0.09084105966200952,0.15372517456988796,0.0,0.07233184719460613,0.15372517456988796,0.0,0.015421615499982453,0.15372517456988796,0.0,0.0019371353677540555,0.15372517456988796,0.0,0.0039035809915816365,0.5,0.15372517456988796,0.0,0.010646483290662794,0.0,0.06547546395690156,0.3051405125266146 -6822,0.5,0.15372517456988796,0.0,0.023596745620784423,0.15372517456988796,0.0,0.048260494871375785,0.15372517456988796,0.0,0.0034523377434956437,0.15372517456988796,0.0,0.005144204749301653,0.15372517456988796,0.0,0.035660833625543245,0.15372517456988796,0.0,0.025291470995926203,0.15372517456988796,0.0,0.015066699230987494,0.15372517456988796,0.0,0.012236564740193783,0.5,0.15372517456988796,0.0,0.002587397432332384,0.15372517456988796,0.0,0.043377400112964364,0.5,0.15372517456988796,0.0,0.0023840091109550176,0.15372517456988796,0.0,0.013894083059605397,0.15372517456988796,0.0,0.0899460600612943,0.15372517456988796,0.0,0.08171699717761868,0.15372517456988796,0.0,0.014299072265842833,0.15372517456988796,0.0,0.00273083246717958,0.15372517456988796,0.0,0.003933959272450767,0.5,0.15372517456988796,0.0,0.011139844819407175,0.0,0.10446104531018356,0.3373250435525395 -6823,0.5,0.15372517456988796,0.0,0.024662656232986444,0.15372517456988796,0.0,0.03333586730305177,0.15372517456988796,0.0,0.0011601659099318205,0.15372517456988796,0.0,0.00620999439379123,0.15372517456988796,0.0,0.04071734301438988,0.15372517456988796,0.0,0.02192232125479849,0.15372517456988796,0.0,0.017955959474535894,0.15372517456988796,0.0,0.011585889677442139,0.5,0.15372517456988796,0.0,0.006280581930054919,0.15372517456988796,0.0,0.03856329867542969,0.5,0.15372517456988796,0.0,0.002253173672092987,0.15372517456988796,0.0,0.016605720078315414,0.15372517456988796,0.0,0.09935058957917386,0.15372517456988796,0.0,0.08168307499347835,0.15372517456988796,0.0,0.013150427866500194,0.15372517456988796,0.0,0.002860940207143425,0.15372517456988796,0.0,0.006461252280549566,0.5,0.15372517456988796,0.0,0.013405797362540307,0.0,0.12140527636281057,0.3336005563257701 -6824,0.5,0.15372517456988796,0.050171979850815646,0.02308909285710405,0.15372517456988796,0.05465582417526436,0.032747578634043234,0.15372517456988796,0.0701691868185845,0.00117703944926722,0.15372517456988796,0.09495609429044313,0.003735984369147909,0.15372517456988796,0.02547979498670661,0.03709529898008014,0.15372517456988796,0.02433280498862331,0.01650187596395018,0.15372517456988796,0.04161003281829418,0.012454973468413236,0.15372517456988796,0.03524304166036829,0.009946215077384035,0.5,0.15372517456988796,0.04436482421362808,0.007632888389666981,0.15372517456988796,0.0019566479015860495,0.03451922087701506,0.5,0.15372517456988796,0.05945207976134555,0.0026953413907185755,0.15372517456988796,0.016969814783034262,0.015852193020944507,0.15372517456988796,0.04108071952479423,0.10260952221991806,0.15372517456988796,0.028351708126190405,0.08700510174791438,0.15372517456988796,0.05472964534338941,0.012859595507903599,0.15372517456988796,0.05597783548773097,0.002718683343243928,0.15372517456988796,0.053169985045410505,0.006325633212818364,0.5,0.15372517456988796,0.030054120089677314,0.0189768817298356,0.0,0.11971138960929356,0.37687485845269864 -6825,0.5,0.15372517456988796,0.1795418911361384,0.025236696342930465,0.15372517456988796,0.21158933405118516,0.032957921969817706,0.15372517456988796,0.2249183070168757,0.0013549296234947556,0.15372517456988796,0.2489692479152017,0.002900861643651529,0.15372517456988796,0.15054523068878892,0.032963115496688275,0.15372517456988796,0.15038907631572862,0.012135011388671079,0.15372517456988796,0.19507616228363742,0.008360609982254064,0.15372517456988796,0.17352410766709458,0.006968928992354581,0.5,0.15372517456988796,0.1939233424077134,0.004686053184579984,0.15372517456988796,0.0189225538379801,0.03393873244110929,0.5,0.15372517456988796,0.20947059150789005,0.005054809625949153,0.15372517456988796,0.056371966919309555,0.016835761118913214,0.15372517456988796,0.1933036559357474,0.14046307381380613,0.15372517456988796,0.12981789112893483,0.08528299665398209,0.15372517456988796,0.21121735353054844,0.010272912799792047,0.15372517456988796,0.21400851057053233,0.003343255946560957,0.15372517456988796,0.16862881097566548,0.00828783433616356,0.5,0.15372517456988796,0.10762276346885596,0.039705030788209035,0.0,0.14850313524470943,0.3896778872907099 -6826,0.5,0.15372517456988796,0.33541874315203124,0.0475589074546549,0.15372517456988796,0.3620318486987018,0.061447863410771464,0.15372517456988796,0.38216275464442234,0.003696225284909555,0.15372517456988796,0.3975008456677489,0.003517091656958321,0.15372517456988796,0.3127933163524431,0.038527724473361405,0.15372517456988796,0.25011478248654034,0.01227504509976747,0.15372517456988796,0.3252684389371488,0.009235496826713138,0.15372517456988796,0.28428323863840427,0.007926688164975805,0.5,0.15372517456988796,0.3199628558196244,0.01072171278686792,0.15372517456988796,0.051661065786564,0.029072324700694326,0.5,0.15372517456988796,0.33351751951812114,0.021511416007141817,0.15372517456988796,0.07980862025979109,0.02396138957134605,0.15372517456988796,0.3240326635806914,0.23554091267601032,0.15372517456988796,0.25640213408413076,0.10566075434579666,0.15372517456988796,0.3616097832380587,0.016200679044195188,0.15372517456988796,0.36664485559566523,0.006585650542432956,0.15372517456988796,0.260458652688588,0.02723089152471031,0.5,0.15372517456988796,0.20993974939481777,0.07551401377765962,0.0,0.20924940998588593,0.3372608114971448 -6827,0.5,0.15372517456988796,0.48029444754088657,0.07003095173296292,0.15372517456988796,0.48672355915206444,0.07010115407373077,0.15372517456988796,0.5085731696211975,0.009610765679605933,0.15372517456988796,0.5137361236291612,0.0019420993015776386,0.15372517456988796,0.4259695073667392,0.032848651144471594,0.15372517456988796,0.33249724011706705,0.011971236525106314,0.15372517456988796,0.3960982752903165,0.015049300871273426,0.15372517456988796,0.36250471886587293,0.01647133598526083,0.5,0.15372517456988796,0.4234937186873662,0.0399207103048949,0.15372517456988796,0.07912648367004305,0.044704279441829066,0.5,0.15372517456988796,0.36353183143284,0.09333536743781004,0.15372517456988796,0.1255903878827107,0.04986299940087243,0.15372517456988796,0.4514243701910836,0.2739351041402599,0.15372517456988796,0.42811708021133676,0.0954121647236446,0.15372517456988796,0.48297510636987606,0.022138605833637148,0.15372517456988796,0.4829733063664256,0.014017338046546724,0.15372517456988796,0.32350497636049813,0.059561000687155106,0.5,0.15372517456988796,0.2895676630885386,0.0783391733391634,0.0,0.18498241563261797,0.2833174032486871 -6828,0.5,0.15372517456988796,0.5526355188534879,0.07846010561836954,0.15372517456988796,0.5557898351935716,0.06485535223988684,0.15372517456988796,0.5754920529941269,0.028742478448015488,0.15372517456988796,0.5765419440886941,0.0038720753976604658,0.15372517456988796,0.46928044688718185,0.028159613472131296,0.15372517456988796,0.41219598248421385,0.010979110494816528,0.15372517456988796,0.455565290628008,0.01901941897716491,0.15372517456988796,0.44577309273270604,0.0458655772442276,0.5,0.15372517456988796,0.49923901546978383,0.09208701648183809,0.15372517456988796,0.16504992138634877,0.07397794103109469,0.5,0.15372517456988796,0.32705222734155465,0.18744178540229245,0.15372517456988796,0.18468188341823477,0.07900603713879077,0.15372517456988796,0.5243903839788996,0.2644908654315868,0.15372517456988796,0.5168306094095612,0.06910819870181589,0.15372517456988796,0.5199529192881731,0.021972109842964955,0.15372517456988796,0.5325069357927877,0.031908349922174686,0.15372517456988796,0.35290514379092,0.10535535035772035,0.5,0.15372517456988796,0.29807701717757307,0.08815657546611966,0.0,0.17237745297476345,0.1581790382557158 -6829,0.5,0.15372517456988796,0.5678639882984506,0.06052477399235241,0.15372517456988796,0.5547463186029958,0.08061956077391877,0.15372517456988796,0.5837525561129706,0.04787798944157951,0.15372517456988796,0.5869557835043827,0.013490622192857451,0.15372517456988796,0.465846332578381,0.010822447674518648,0.15372517456988796,0.4616680597120201,0.018317839277865997,0.15372517456988796,0.48467517558828455,0.03231976338297387,0.15372517456988796,0.4852709540229385,0.09485679219082171,0.5,0.15372517456988796,0.5086645643663286,0.1640118639829315,0.15372517456988796,0.2821180389224264,0.10780843206026655,0.5,0.15372517456988796,0.29952376927155444,0.22419150099127813,0.15372517456988796,0.24203829392158002,0.11634659704481974,0.15372517456988796,0.5245040369707809,0.23082016583077566,0.15372517456988796,0.5342012224294019,0.0570754784316502,0.15372517456988796,0.5239548967233346,0.02197060155894083,0.15372517456988796,0.5353523448060523,0.06018309697048549,0.15372517456988796,0.32784545508465224,0.15177411467133972,0.5,0.15372517456988796,0.23356669176112,0.1307532005058923,0.0,0.12039176530623978,0.04439027623848918 -6830,0.5,0.15372517456988796,0.5256954514384802,0.04541936852599139,0.15372517456988796,0.5152498922915973,0.055176594846061064,0.15372517456988796,0.5379883150860822,0.07191852769501465,0.15372517456988796,0.5389837261749212,0.028751977554390164,0.15372517456988796,0.42376469289596574,0.0022506122278096834,0.15372517456988796,0.45006094833552224,0.033946856756780164,0.15372517456988796,0.469869406930102,0.05094897884858717,0.15372517456988796,0.4567814978016137,0.13303441095843319,0.5,0.15372517456988796,0.4556766776875828,0.21830395600846,0.15372517456988796,0.3032666498711646,0.122113666307152,0.5,0.15372517456988796,0.299927481965613,0.20559821737297185,0.15372517456988796,0.2750841101297709,0.10639905013356928,0.15372517456988796,0.4626567190729314,0.1594322914857616,0.15372517456988796,0.46632505028542776,0.03443885168466297,0.15372517456988796,0.4814807354000902,0.015060161241165156,0.15372517456988796,0.5059545495507471,0.0785358655890616,0.15372517456988796,0.28611510921274963,0.16929191778394606,0.5,0.15372517456988796,0.25312715026988625,0.17250892143578297,0.0,0.0796884749136625,0.017374240769235664 -6831,0.5,0.15372517456988796,0.41261624932851204,0.024406273215434617,0.15372517456988796,0.41185629079323705,0.022228465138234132,0.15372517456988796,0.4322710381430327,0.09721976200722444,0.15372517456988796,0.4318241043912584,0.048165780074537104,0.15372517456988796,0.35423790301598035,0.005259659645945405,0.15372517456988796,0.3814821968727124,0.05955486612572249,0.15372517456988796,0.3870469297550008,0.07568836317851746,0.15372517456988796,0.3633708368551451,0.15651747613511402,0.5,0.15372517456988796,0.3673607373987901,0.2390870979069531,0.15372517456988796,0.3240690486693658,0.10074133779703945,0.5,0.15372517456988796,0.26788774035397156,0.17739062566844704,0.15372517456988796,0.2354844367603796,0.08044320880250798,0.15372517456988796,0.3465255876180596,0.08870483511851462,0.15372517456988796,0.3556897162980797,0.015826734441880493,0.15372517456988796,0.400622423000651,0.015603122538514477,0.15372517456988796,0.4082211566993438,0.08768613058752106,0.15372517456988796,0.22371256561939015,0.1536523583776222,0.5,0.15372517456988796,0.2453402877122865,0.1920867548789807,0.0,0.06338418804687637,0.01396916065346066 -6832,0.5,0.15372517456988796,0.2669997355567586,0.008544023931345419,0.15372517456988796,0.2719437076115814,0.0054618275283094654,0.15372517456988796,0.2853381608417478,0.10711607435956488,0.15372517456988796,0.29637115436329287,0.052744832447351016,0.15372517456988796,0.2378641176838523,0.02528367655305446,0.15372517456988796,0.2705810484609557,0.0870791117728957,0.15372517456988796,0.2542982810628712,0.08180587865538115,0.15372517456988796,0.24197569575894395,0.15044817547618577,0.5,0.15372517456988796,0.24467098449197816,0.20842262657709235,0.15372517456988796,0.2770589828570651,0.0812509978479214,0.5,0.15372517456988796,0.19204913095994403,0.14650834771968266,0.15372517456988796,0.17806106099247387,0.05334149607349688,0.15372517456988796,0.2589797214894339,0.03853677303163249,0.15372517456988796,0.2344644796336416,0.007472522613442615,0.15372517456988796,0.26699234351818624,0.02436961934819383,0.15372517456988796,0.2599058781992382,0.06954053447804134,0.15372517456988796,0.16106861242953405,0.11860712325353928,0.5,0.15372517456988796,0.18326702548403542,0.14890051814579558,0.0,0.03624913713916823,0.007159155220796262 -6833,0.5,0.15372517456988796,0.019888004850704234,0.003379846694225502,0.15372517456988796,0.06348422960321075,0.0006242771023522423,0.15372517456988796,0.05675884163341387,0.055744671303970705,0.15372517456988796,0.019671175131920376,0.03101021526971135,0.15372517456988796,0.09249563328757458,0.029088369076593717,0.15372517456988796,0.11697665746577689,0.06370167010926678,0.15372517456988796,0.10161284699046476,0.03760061415708692,0.15372517456988796,0.10792956966958717,0.07934226375772091,0.5,0.15372517456988796,0.08904958530553889,0.13079602789730607,0.15372517456988796,0.07807861852278426,0.02147783444628207,0.5,0.15372517456988796,0.07317083646886555,0.05514861013063173,0.15372517456988796,0.07961383668378597,0.020816510852081156,0.15372517456988796,0.05415117215393804,0.00697056802865063,0.15372517456988796,0.0781453319639852,0.0033604886786300562,0.15372517456988796,0.07611975252206499,0.016499008597226417,0.15372517456988796,0.09019875062517778,0.02890123015343238,0.15372517456988796,0.053956508383952634,0.06426722662948244,0.5,0.15372517456988796,0.05279009324002574,0.060838100405021495,0.0,0.01835791688770835,0.0008865771119981124 -6834,0.5,0.15372517456988796,0.0,0.006496126671715977,0.15372517456988796,0.0,0.0013136747836997465,0.15372517456988796,0.0,0.07309360804343534,0.15372517456988796,0.0,0.04731992525199584,0.15372517456988796,0.0,0.06038730634759373,0.15372517456988796,0.0,0.06475678819295122,0.15372517456988796,0.0,0.056573353936873,0.15372517456988796,0.0,0.07796370377830006,0.5,0.15372517456988796,0.0,0.1066856159878778,0.15372517456988796,0.0,0.01293294130986474,0.5,0.15372517456988796,0.0,0.05198790440738372,0.15372517456988796,0.0,0.02875135897067324,0.15372517456988796,0.0,0.000833936968634875,0.15372517456988796,0.0,0.006118171850207509,0.15372517456988796,0.0,0.03226127110624197,0.15372517456988796,0.0,0.03875702169774647,0.15372517456988796,0.0,0.055880428147330276,0.5,0.15372517456988796,0.0,0.04627147212552947,0.0,0.013875122630608134,0.000348033331987817 -6835,0.5,0.15372517456988796,0.0,0.011223427829048713,0.15372517456988796,0.0,0.007460083919241745,0.15372517456988796,0.0,0.07288386745410211,0.15372517456988796,0.0,0.056504027161086726,0.15372517456988796,0.0,0.07536331899863712,0.15372517456988796,0.0,0.08358617492585235,0.15372517456988796,0.0,0.0590671708725997,0.15372517456988796,0.0,0.0714238359086103,0.5,0.15372517456988796,0.0,0.10195497663141918,0.15372517456988796,0.0,0.005787545558867233,0.5,0.15372517456988796,0.0,0.05330094114452026,0.15372517456988796,0.0,0.03146161464306569,0.15372517456988796,0.0,0.0010239143803319399,0.15372517456988796,0.0,0.021852056034677637,0.15372517456988796,0.0,0.046863267922918,0.15372517456988796,0.0,0.04396449631600862,0.15372517456988796,0.0,0.05368689818392565,0.5,0.15372517456988796,0.0,0.02923325679321202,0.0,0.008684491938129141,0.00019350782914958294 -6836,0.5,0.15372517456988796,0.0,0.01783341985643623,0.15372517456988796,0.0,0.017045854010859632,0.15372517456988796,0.0,0.07569542266886814,0.15372517456988796,0.0,0.06607922721132711,0.15372517456988796,0.0,0.09449572820264195,0.15372517456988796,0.0,0.09508963140805907,0.15372517456988796,0.0,0.06897943901353612,0.15372517456988796,0.0,0.07754923249716622,0.5,0.15372517456988796,0.0,0.08521820547260517,0.15372517456988796,0.0,0.004635412432435681,0.5,0.15372517456988796,0.0,0.06590965042528991,0.15372517456988796,0.0,0.03905509066914526,0.15372517456988796,0.0,0.007494666141189582,0.15372517456988796,0.0,0.037710496868259315,0.15372517456988796,0.0,0.06720825366715906,0.15372517456988796,0.0,0.04859977780777296,0.15372517456988796,0.0,0.059306717211743576,0.5,0.15372517456988796,0.0,0.018032412839831116,0.0,0.0070099335662959705,0.0003620609576268939 -6837,0.5,0.15372517456988796,0.0,0.024324653965998803,0.15372517456988796,0.0,0.03509167073794533,0.15372517456988796,0.0,0.08631421300313608,0.15372517456988796,0.0,0.07174299375070095,0.15372517456988796,0.0,0.12189119586521001,0.15372517456988796,0.0,0.1116731858752634,0.15372517456988796,0.0,0.08838213399793929,0.15372517456988796,0.0,0.06927449893914328,0.5,0.15372517456988796,0.0,0.06300533028017473,0.15372517456988796,0.0,0.011473623269634059,0.5,0.15372517456988796,0.0,0.061165300210701476,0.15372517456988796,0.0,0.04651758762450834,0.15372517456988796,0.0,0.018246237326271984,0.15372517456988796,0.0,0.04587839953448688,0.15372517456988796,0.0,0.07207148622065047,0.15372517456988796,0.0,0.05595108069227818,0.15372517456988796,0.0,0.06467565506747619,0.5,0.15372517456988796,0.0,0.015437721713895514,0.0,0.003750000649386295,0.003070769783437647 -6838,0.5,0.15372517456988796,0.0,0.03191780125661256,0.15372517456988796,0.0,0.036599687652221616,0.15372517456988796,0.0,0.116557858386439,0.15372517456988796,0.0,0.07479719986446776,0.15372517456988796,0.0,0.16065882143466678,0.15372517456988796,0.0,0.09892582253423,0.15372517456988796,0.0,0.11148396710460208,0.15372517456988796,0.0,0.06899288659641468,0.5,0.15372517456988796,0.0,0.042995345750218156,0.15372517456988796,0.0,0.03103768213271413,0.5,0.15372517456988796,0.0,0.058036478966730726,0.15372517456988796,0.0,0.056409767119280994,0.15372517456988796,0.0,0.02088598864785341,0.15372517456988796,0.0,0.06752474113446094,0.15372517456988796,0.0,0.07723464994947926,0.15372517456988796,0.0,0.060383906740518474,0.15372517456988796,0.0,0.06009649946191377,0.5,0.15372517456988796,0.0,0.01850920687153758,0.0,0.0065111955455792216,0.021175717638300243 -6839,0.5,0.15372517456988796,0.0,0.03931907765248481,0.15372517456988796,0.0,0.05731335534185731,0.15372517456988796,0.0,0.11387383470360557,0.15372517456988796,0.0,0.0877787380305648,0.15372517456988796,0.0,0.16623138583477753,0.15372517456988796,0.0,0.09312218898638958,0.15372517456988796,0.0,0.09790453897332198,0.15372517456988796,0.0,0.07451332667305466,0.5,0.15372517456988796,0.0,0.04437855270590245,0.15372517456988796,0.0,0.0529508281453195,0.5,0.15372517456988796,0.0,0.0377254017229261,0.15372517456988796,0.0,0.0646557031476015,0.15372517456988796,0.0,0.028884969428714304,0.15372517456988796,0.0,0.10041994990316175,0.15372517456988796,0.0,0.09578844014188534,0.15372517456988796,0.0,0.061464598355907375,0.15372517456988796,0.0,0.046281607980866744,0.5,0.15372517456988796,0.0,0.021201225285103115,0.0,0.007690012712891096,0.06424860908027692 -6840,0.5,0.15372517456988796,0.0,0.046827439354018056,0.15372517456988796,0.0,0.0720123684903895,0.15372517456988796,0.0,0.08534356163274744,0.15372517456988796,0.0,0.10826459269153424,0.15372517456988796,0.0,0.16287265296255862,0.15372517456988796,0.0,0.14219835368717929,0.15372517456988796,0.0,0.09932317990616533,0.15372517456988796,0.0,0.07546398136502279,0.5,0.15372517456988796,0.0,0.04167224533633324,0.15372517456988796,0.0,0.05295477486593445,0.5,0.15372517456988796,0.0,0.033933403134937416,0.15372517456988796,0.0,0.06484401796439791,0.15372517456988796,0.0,0.050200298118213964,0.15372517456988796,0.0,0.12085396557162476,0.15372517456988796,0.0,0.12101790481895319,0.15372517456988796,0.0,0.05973430246967685,0.15372517456988796,0.0,0.03731198399341355,0.5,0.15372517456988796,0.0,0.02438824649431413,0.0,0.012521659138107911,0.11449864937808574 -6841,0.5,0.15372517456988796,0.0,0.057406865169580164,0.15372517456988796,0.0,0.08537574531992938,0.15372517456988796,0.0,0.06624526853713568,0.15372517456988796,0.0,0.12660564774835625,0.15372517456988796,0.0,0.20796251318987846,0.15372517456988796,0.0,0.18168285342208285,0.15372517456988796,0.0,0.1393416891473145,0.15372517456988796,0.0,0.06249595491331545,0.5,0.15372517456988796,0.0,0.050924579294143776,0.15372517456988796,0.0,0.04002135415950407,0.5,0.15372517456988796,0.0,0.045303167911479335,0.15372517456988796,0.0,0.07585579994955877,0.15372517456988796,0.0,0.06230908436125539,0.15372517456988796,0.0,0.15539704092376605,0.15372517456988796,0.0,0.13871545956621306,0.15372517456988796,0.0,0.052572209969641896,0.15372517456988796,0.0,0.038739154038275075,0.5,0.15372517456988796,0.0,0.02315004617210413,0.0,0.017533046181207417,0.1577249933049018 -6842,0.5,0.15372517456988796,0.0,0.07058269338287478,0.15372517456988796,0.0,0.09928356120876056,0.15372517456988796,0.0,0.05987329964017397,0.15372517456988796,0.0,0.1332421676930659,0.15372517456988796,0.0,0.2625340024902487,0.15372517456988796,0.0,0.20096101898326768,0.15372517456988796,0.0,0.14483911625082335,0.15372517456988796,0.0,0.05413470874654837,0.5,0.15372517456988796,0.0,0.05177103380141617,0.15372517456988796,0.0,0.047265791460392816,0.5,0.15372517456988796,0.0,0.06307546936832889,0.15372517456988796,0.0,0.08841930321402632,0.15372517456988796,0.0,0.07555823514069122,0.15372517456988796,0.0,0.19686738896040706,0.15372517456988796,0.0,0.15806355505761754,0.15372517456988796,0.0,0.05103149540674084,0.15372517456988796,0.0,0.047288256262076604,0.5,0.15372517456988796,0.0,0.016400905152990038,0.0,0.021857296242369442,0.1875955437590877 -6843,0.5,0.15372517456988796,0.0,0.09026765761899315,0.15372517456988796,0.0,0.11793087148461286,0.15372517456988796,0.0,0.05300094374296054,0.15372517456988796,0.0,0.13850897174361318,0.15372517456988796,0.0,0.3292595997575381,0.15372517456988796,0.0,0.161666183462256,0.15372517456988796,0.0,0.10665375746722058,0.15372517456988796,0.0,0.0621961284391014,0.5,0.15372517456988796,0.0,0.06054352025557498,0.15372517456988796,0.0,0.0451104031715467,0.5,0.15372517456988796,0.0,0.0602126593093744,0.15372517456988796,0.0,0.0836965383746573,0.15372517456988796,0.0,0.08917282815017054,0.15372517456988796,0.0,0.2472868357900669,0.15372517456988796,0.0,0.19140369921891412,0.15372517456988796,0.0,0.03546451708482271,0.15372517456988796,0.0,0.05711281516862793,0.5,0.15372517456988796,0.0,0.016599137367443086,0.0,0.035616776658260796,0.2472213501401886 -6844,0.5,0.15372517456988796,0.0,0.12225557956721242,0.15372517456988796,0.0,0.186393550968057,0.15372517456988796,0.0,0.053978618694347245,0.15372517456988796,0.0,0.1370052663017296,0.15372517456988796,0.0,0.3121322209125022,0.15372517456988796,0.0,0.15220603344643302,0.15372517456988796,0.0,0.09981064644740553,0.15372517456988796,0.0,0.07695367391477245,0.5,0.15372517456988796,0.0,0.13406572501063638,0.15372517456988796,0.0,0.04047282698986541,0.5,0.15372517456988796,0.0,0.0321185798523757,0.15372517456988796,0.0,0.05696753435339016,0.15372517456988796,0.0,0.11282330039691464,0.15372517456988796,0.0,0.30407719458910254,0.15372517456988796,0.0,0.2548822191610525,0.15372517456988796,0.0,0.02283836874102019,0.15372517456988796,0.0,0.0548274204032511,0.5,0.15372517456988796,0.0,0.022923427395593596,0.0,0.06088982261199766,0.38789987719245694 -6845,0.5,0.15372517456988796,0.0,0.17555536935663762,0.15372517456988796,0.0,0.2603679398690849,0.15372517456988796,0.0,0.05908080922438295,0.15372517456988796,0.0,0.13733660787281807,0.15372517456988796,0.0,0.349035900562908,0.15372517456988796,0.0,0.14433041920588338,0.15372517456988796,0.0,0.14281746118560013,0.15372517456988796,0.0,0.1326012036859567,0.5,0.15372517456988796,0.0,0.4204708810282264,0.15372517456988796,0.0,0.045596985014133874,0.5,0.15372517456988796,0.0,0.012232973334566015,0.15372517456988796,0.0,0.03222339469102704,0.15372517456988796,0.0,0.15356240363277313,0.15372517456988796,0.0,0.35825058132067544,0.15372517456988796,0.0,0.25305981034294817,0.15372517456988796,0.0,0.0456495650084009,0.15372517456988796,0.0,0.053236560576190646,0.5,0.15372517456988796,0.0,0.027601718341291354,0.0,0.09111102810764166,0.5994743174230472 -6846,0.5,0.15372517456988796,0.0,0.23607380425380442,0.15372517456988796,0.0,0.3997594227328597,0.15372517456988796,0.0,0.044760574312763014,0.15372517456988796,0.0,0.15175075473747549,0.15372517456988796,0.0,0.3912787783617036,0.15372517456988796,0.0,0.1150623063394304,0.15372517456988796,0.0,0.188102627998051,0.15372517456988796,0.0,0.27122450978475604,0.5,0.15372517456988796,0.0,0.489599626584748,0.15372517456988796,0.0,0.05977379369178086,0.5,0.15372517456988796,0.0,0.01628507409741451,0.15372517456988796,0.0,0.010933206091639076,0.15372517456988796,0.0,0.18539644356726026,0.15372517456988796,0.0,0.4696148181469342,0.15372517456988796,0.0,0.26190741554791064,0.15372517456988796,0.0,0.08422187026466453,0.15372517456988796,0.0,0.0480215097020598,0.5,0.15372517456988796,0.0,0.040616960123498025,0.0,0.13444519336254496,0.7360121485750692 -6847,0.5,0.15372517456988796,0.0,0.2641043577863413,0.15372517456988796,0.0,0.5051861272421083,0.15372517456988796,0.0,0.031747655742398725,0.15372517456988796,0.0,0.1414958860126114,0.15372517456988796,0.0,0.3929873000777539,0.15372517456988796,0.0,0.10185629394825776,0.15372517456988796,0.0,0.2966141141765631,0.15372517456988796,0.0,0.3146890322432578,0.5,0.15372517456988796,0.0,0.4642886721452101,0.15372517456988796,0.0,0.012168768865287907,0.5,0.15372517456988796,0.0,0.0070882014267875685,0.15372517456988796,0.0,0.010587935264230817,0.15372517456988796,0.0,0.2247475076251939,0.15372517456988796,0.0,0.6055851126018443,0.15372517456988796,0.0,0.2817481941017483,0.15372517456988796,0.0,0.1511703004775144,0.15372517456988796,0.0,0.035232870808807305,0.5,0.15372517456988796,0.0,0.049471518792879095,0.0,0.18891251087923064,0.8398906798418793 -6848,0.5,0.15372517456988796,0.021830416783031163,0.3028625037837703,0.15372517456988796,0.0004995266465830262,0.6833303268395449,0.15372517456988796,0.030089195465561023,0.02927748105350515,0.15372517456988796,0.0729484342655049,0.15649760303620694,0.15372517456988796,0.0002440435178075373,0.35271646508768334,0.15372517456988796,0.0003499317398767869,0.08156454348602563,0.15372517456988796,0.0009243256343922282,0.4909865132307232,0.15372517456988796,0.0017469566499388512,0.27509955167467703,0.5,0.15372517456988796,0.006904281549575402,0.5210118996614158,0.15372517456988796,0.03716830932373562,0.03876294694518913,0.5,0.15372517456988796,0.002345937613547894,0.011064602369869609,0.15372517456988796,0.016318363174271284,0.007398297118789029,0.15372517456988796,0.002802241036652567,0.33568637799148693,0.15372517456988796,0.00025380453449116123,0.7203064395948591,0.15372517456988796,0.005201739459095989,0.28114627765206035,0.15372517456988796,0.00830063877470127,0.25848771153911204,0.15372517456988796,0.03747534758746422,0.019929393274617808,0.5,0.15372517456988796,0.08583669930299904,0.03049182163554974,0.0,0.2657889307986493,0.9160733368383872 -6849,0.5,0.15372517456988796,0.07105427168348398,0.36845254953621964,0.15372517456988796,0.003575925959367181,0.6717045012589479,0.15372517456988796,0.09216739072302534,0.04521010809132698,0.15372517456988796,0.2045029110613969,0.1926382362500595,0.15372517456988796,0.0010840412951786797,0.24287154428941696,0.15372517456988796,0.0036589292632932483,0.09734772185903695,0.15372517456988796,0.019896085229302966,0.6513430675539814,0.15372517456988796,0.0174228421203208,0.23646354396612662,0.5,0.15372517456988796,0.03582597081327379,0.5617935860943204,0.15372517456988796,0.12505810302692216,0.021543867370849023,0.5,0.15372517456988796,0.021993543088942864,0.005691088686932442,0.15372517456988796,0.05003703876004972,0.008076587805202533,0.15372517456988796,0.013319285328013311,0.5827327177911914,0.15372517456988796,0.0020725418956597237,0.7212010934032136,0.15372517456988796,0.03153491419747797,0.2828491005705185,0.15372517456988796,0.04774241139101447,0.3699724842001977,0.15372517456988796,0.12009227239724696,0.014380249641507975,0.5,0.15372517456988796,0.22211018392014908,0.00972559407783205,0.0,0.3493712703490752,0.9380714418656384 -6850,0.5,0.15372517456988796,0.12932834596281534,0.4505887077555694,0.15372517456988796,0.015623001865063246,0.5472938864199852,0.15372517456988796,0.1220913208488118,0.0676349071252128,0.15372517456988796,0.3179662414345732,0.2258545366238534,0.15372517456988796,0.007838978076846394,0.1866613153933061,0.15372517456988796,0.019995215857216187,0.12689132987673374,0.15372517456988796,0.06177474665891102,0.6542102902193366,0.15372517456988796,0.040425379757064554,0.2650290415416043,0.5,0.15372517456988796,0.06786667390037923,0.4708010039471683,0.15372517456988796,0.1865924354630762,0.007173672428753468,0.5,0.15372517456988796,0.04573055336547618,0.0072479643468931435,0.15372517456988796,0.07300923845251142,0.013267991722150265,0.15372517456988796,0.01705350326738613,0.717543402641499,0.15372517456988796,0.0033550655554322136,0.6460272348681109,0.15372517456988796,0.0789733381652252,0.30580441814538983,0.15372517456988796,0.10312586227694484,0.6177499647966918,0.15372517456988796,0.21591822783885103,0.019259171648409255,0.5,0.15372517456988796,0.34501320293870974,0.00622660732786285,0.0,0.5306274456470226,0.9576089411630766 -6851,0.5,0.15372517456988796,0.16155514125663148,0.4482095756970499,0.15372517456988796,0.011330313080361016,0.4576321585769245,0.15372517456988796,0.13902777133285069,0.10057060120008399,0.15372517456988796,0.389935865483245,0.20123188539700107,0.15372517456988796,0.03400273747553275,0.23439179600931054,0.15372517456988796,0.06372844885960857,0.16206437299086945,0.15372517456988796,0.06988788231923987,0.6518903379008687,0.15372517456988796,0.05594508124867592,0.24405370704294277,0.5,0.15372517456988796,0.10311268440148202,0.4096981518090538,0.15372517456988796,0.19014290733018735,0.008004483014278172,0.5,0.15372517456988796,0.07609092409683371,0.008394460381218482,0.15372517456988796,0.1678221828826612,0.017632990340434106,0.15372517456988796,0.01486135555211166,0.8108335379104086,0.15372517456988796,0.008787114683282126,0.5247082652236962,0.15372517456988796,0.16158724537180594,0.3938769968652881,0.15372517456988796,0.16952927129707224,0.6423244434853415,0.15372517456988796,0.26139244805858747,0.02541804650725942,0.5,0.15372517456988796,0.41069711479162435,0.007916110860152575,0.0,0.7574146910846667,0.9828031194642411 -6852,0.5,0.15372517456988796,0.17985423747944013,0.4212849542328065,0.15372517456988796,0.006255654403677419,0.4413431250195127,0.15372517456988796,0.18230420956528873,0.1255172257646404,0.15372517456988796,0.4012625833568363,0.15829369903650567,0.15372517456988796,0.06097679121514776,0.4192311029737641,0.15372517456988796,0.08671870731491478,0.2107183898339354,0.15372517456988796,0.060817614803790526,0.4774856281207099,0.15372517456988796,0.06257759706301018,0.22698829603266701,0.5,0.15372517456988796,0.14217561366134818,0.5093870332091481,0.15372517456988796,0.23713242397642573,0.0029415460411624504,0.5,0.15372517456988796,0.1393738271330871,0.0184903616280711,0.15372517456988796,0.22994549454314583,0.024352352423892564,0.15372517456988796,0.007800162576790292,0.8557797198680971,0.15372517456988796,0.03542519120350339,0.36289328583298186,0.15372517456988796,0.23184741408129353,0.5148282057371631,0.15372517456988796,0.2049070829323335,0.5357732145820745,0.15372517456988796,0.271262954885029,0.023246531942867143,0.5,0.15372517456988796,0.44229182863589667,0.007205325378478743,0.0,0.882913113046459,0.9918394451169394 -6853,0.5,0.15372517456988796,0.18308680176567563,0.41473921800621505,0.15372517456988796,0.05529178216575295,0.35628659611715663,0.15372517456988796,0.2188366516222003,0.06225069561495374,0.15372517456988796,0.38869571691293614,0.12698897585462013,0.15372517456988796,0.07612542429524168,0.4498107579429827,0.15372517456988796,0.08334770634235791,0.19114454899008032,0.15372517456988796,0.07783234635851738,0.2761127962143533,0.15372517456988796,0.09629486125837147,0.46867255609360986,0.5,0.15372517456988796,0.1433387930745136,0.6019346576701027,0.15372517456988796,0.26591925084653084,0.0020733013874421765,0.5,0.15372517456988796,0.15602315350810286,0.04442395679778308,0.15372517456988796,0.21692155526360452,0.026070616344035215,0.15372517456988796,0.00746916374989222,0.7844751586968304,0.15372517456988796,0.06382000377300932,0.23439742831610358,0.15372517456988796,0.20782239040870762,0.5769337227908791,0.15372517456988796,0.2042430383926389,0.5239614761988297,0.15372517456988796,0.25971423673627025,0.021246912599813213,0.5,0.15372517456988796,0.3894619189327103,0.013015922992259416,0.0,0.9461622533018134,0.9909582245684422 -6854,0.5,0.15372517456988796,0.16438002946668534,0.3715640483309233,0.15372517456988796,0.09800965045041124,0.2074059805235757,0.15372517456988796,0.148878834897863,0.05224217412025825,0.15372517456988796,0.3465028403469002,0.08709456061330029,0.15372517456988796,0.08387037791711004,0.22468254295187798,0.15372517456988796,0.041189901469771,0.25552091968405877,0.15372517456988796,0.10676776559594697,0.2796767241271417,0.15372517456988796,0.045954765483724826,0.5051046385938089,0.5,0.15372517456988796,0.10920220703555686,0.5661155979435886,0.15372517456988796,0.2307381610152324,0.00912580688570468,0.5,0.15372517456988796,0.10921574705997014,0.05692258975736126,0.15372517456988796,0.20102372239942243,0.04662019936672325,0.15372517456988796,0.013335924424642131,0.555894044359067,0.15372517456988796,0.08870671854779592,0.2006065864280287,0.15372517456988796,0.19153258472535623,0.3872661171892877,0.15372517456988796,0.1905722461349948,0.5237776433386798,0.15372517456988796,0.25898168693847295,0.0282101912156942,0.5,0.15372517456988796,0.29069130059160675,0.016985094595361128,0.0,0.9494837950368756,0.994296470821993 -6855,0.5,0.15372517456988796,0.10387000407855601,0.2782092408710096,0.15372517456988796,0.03644081948694088,0.09749138946968172,0.15372517456988796,0.13597394243987657,0.07829369954511702,0.15372517456988796,0.27374250067112504,0.07408606022893703,0.15372517456988796,0.1997578851406083,0.13503406823146802,0.15372517456988796,0.025729348812587764,0.270783253596946,0.15372517456988796,0.06997716700796153,0.29546743028931544,0.15372517456988796,0.05943752645258015,0.49402324179170987,0.5,0.15372517456988796,0.07266217967905371,0.5218516215664274,0.15372517456988796,0.14453149930335726,0.00843335058550771,0.5,0.15372517456988796,0.058518934268987535,0.07172637326234764,0.15372517456988796,0.14563757758212392,0.05527339620891159,0.15372517456988796,0.011960207610035085,0.30936741539005425,0.15372517456988796,0.0783134129816383,0.13856757235324985,0.15372517456988796,0.18214962607546853,0.2754520763709088,0.15372517456988796,0.1571258404783446,0.4988698809715876,0.15372517456988796,0.22418874537599454,0.03765354237565659,0.5,0.15372517456988796,0.17213416089766995,0.02518374336823877,0.0,0.9113746618913097,0.9844900726208916 -6856,0.5,0.15372517456988796,0.07066690342549535,0.1994236395225766,0.15372517456988796,0.018795681422691494,0.057780796433274474,0.15372517456988796,0.08697085893635198,0.05780298316103047,0.15372517456988796,0.15478954125835426,0.03769584624640163,0.15372517456988796,0.037228716805228386,0.057096658223056186,0.15372517456988796,0.06231281049669546,0.33495057239147075,0.15372517456988796,0.003426798367278167,0.369740703791843,0.15372517456988796,0.10581346057708127,0.5624163593187629,0.5,0.15372517456988796,0.05041455429742436,0.46678373135483864,0.15372517456988796,0.0797217142053436,0.01129030899874724,0.5,0.15372517456988796,0.024461590015240578,0.034806007757427225,0.15372517456988796,0.09720946303797078,0.04534252890678785,0.15372517456988796,0.01072437861924066,0.14673439857044984,0.15372517456988796,0.0780848754197897,0.06462473403014132,0.15372517456988796,0.08627492758414754,0.17265804028388584,0.15372517456988796,0.06916204590177052,0.4083919735767613,0.15372517456988796,0.1328823219649854,0.03597897745054288,0.5,0.15372517456988796,0.08782215099373986,0.01789915597906532,0.0,0.8332630991289104,0.9730591530769904 -6857,0.5,0.15372517456988796,0.0028536221844786477,0.14525279828641938,0.15372517456988796,0.0191328175330754,0.036256839324528035,0.15372517456988796,0.031134969830380284,0.040290123396362204,0.15372517456988796,0.013435721712783464,0.01984021666624201,0.15372517456988796,0.002904761890239727,0.12000686832214155,0.15372517456988796,0.03147127832893944,0.23882373180096977,0.15372517456988796,0.007240239483171177,0.30189784683546417,0.15372517456988796,0.047826777491246336,0.48244097388155815,0.5,0.15372517456988796,0.027347763539638845,0.3373516447108495,0.15372517456988796,0.02983686273990581,0.01430597919402657,0.5,0.15372517456988796,0.005413305137595289,0.01063597328336742,0.15372517456988796,0.047343494730842775,0.024221679405981144,0.15372517456988796,0.005603619568542744,0.09785158846033415,0.15372517456988796,0.044783772286951073,0.01594997349361011,0.15372517456988796,0.01133544638333037,0.14301664601108918,0.15372517456988796,0.011449402457923624,0.3878991323206068,0.15372517456988796,0.039143363849764225,0.02397779316134176,0.5,0.15372517456988796,0.018385956192586088,0.003745601346148046,0.0,0.6398035449891747,0.9649288301086456 -6858,0.5,0.15372517456988796,0.0,0.12682743566509017,0.15372517456988796,0.0,0.034766267029194484,0.15372517456988796,0.0,0.036446387201819475,0.15372517456988796,0.0,0.017830767191291078,0.15372517456988796,0.0,0.21899187869051998,0.15372517456988796,5.846965624109995e-06,0.1551043287063238,0.15372517456988796,0.0,0.28020196913552864,0.15372517456988796,2.6013953063018885e-05,0.4040427815686216,0.5,0.15372517456988796,5.4168796059199966e-06,0.23954080256876312,0.15372517456988796,0.0,0.010631039452185069,0.5,0.15372517456988796,0.0,0.005257567968824629,0.15372517456988796,0.0,0.018889153550680066,0.15372517456988796,0.0,0.06661952467689569,0.15372517456988796,0.0,0.012761179199180402,0.15372517456988796,0.0,0.13374773223136863,0.15372517456988796,0.0,0.29709451177237306,0.15372517456988796,0.0,0.014841089459221638,0.5,0.15372517456988796,0.0,0.005040644314785938,0.0,0.39666997451967395,0.9523530725640779 -6859,0.5,0.15372517456988796,0.0,0.10130077936360773,0.15372517456988796,0.0,0.018048781127265483,0.15372517456988796,0.0,0.03552426701369491,0.15372517456988796,0.0,0.01872415602347962,0.15372517456988796,0.0,0.20261888725943367,0.15372517456988796,0.0,0.12439488072645802,0.15372517456988796,0.0,0.18188299753970538,0.15372517456988796,0.0,0.36667949246652676,0.5,0.15372517456988796,0.0,0.2227300494879415,0.15372517456988796,0.0,0.019331239626205955,0.5,0.15372517456988796,0.0,0.02482128478967352,0.15372517456988796,0.0,0.019970952785197265,0.15372517456988796,0.0,0.05118333295399438,0.15372517456988796,0.0,0.029118401110659775,0.15372517456988796,0.0,0.16982092625952563,0.15372517456988796,0.0,0.19135642497350752,0.15372517456988796,0.0,0.00972372060471629,0.5,0.15372517456988796,0.0,0.006009520816056829,0.0,0.29357066620535766,0.9340769381909 -6860,0.5,0.15372517456988796,0.0,0.07406561400813996,0.15372517456988796,0.0,0.019007735114832173,0.15372517456988796,0.0,0.03655235540853319,0.15372517456988796,0.0,0.021697490709781376,0.15372517456988796,0.0,0.16560863379569862,0.15372517456988796,0.0,0.17136887200348921,0.15372517456988796,0.0,0.15094444518456973,0.15372517456988796,0.0,0.391857388371075,0.5,0.15372517456988796,0.0,0.20836584455291532,0.15372517456988796,0.0,0.012395351348385176,0.5,0.15372517456988796,0.0,0.030780781702638236,0.15372517456988796,0.0,0.014778670200471867,0.15372517456988796,0.0,0.02603688771408524,0.15372517456988796,0.0,0.039203294472733005,0.15372517456988796,0.0,0.17794478426669033,0.15372517456988796,0.0,0.11459909675872987,0.15372517456988796,0.0,0.01774145216520455,0.5,0.15372517456988796,0.0,0.017967007534357798,0.0,0.2859958658300298,0.9298918599626702 -6861,0.5,0.15372517456988796,0.0,0.05795219914003927,0.15372517456988796,0.0,0.06822869292538668,0.15372517456988796,0.0,0.03546897191986589,0.15372517456988796,0.0,0.021973509724980102,0.15372517456988796,0.0,0.1355536695471423,0.15372517456988796,0.0,0.19882503875243984,0.15372517456988796,0.0,0.1419032181546899,0.15372517456988796,0.0,0.24785815840006548,0.5,0.15372517456988796,0.0,0.1859010469577661,0.15372517456988796,0.0,0.010160799159544848,0.5,0.15372517456988796,0.0,0.04889965186939362,0.15372517456988796,0.0,0.019762886849086274,0.15372517456988796,0.0,0.014839035686121604,0.15372517456988796,0.0,0.0385759271288873,0.15372517456988796,0.0,0.15709309942695154,0.15372517456988796,0.0,0.10011853534966517,0.15372517456988796,0.0,0.014826098918985856,0.5,0.15372517456988796,0.0,0.011761306073296455,0.0,0.18375517798950217,0.940402908896228 -6862,0.5,0.15372517456988796,0.0,0.049740583802452956,0.15372517456988796,0.0,0.19568915826889025,0.15372517456988796,0.0,0.04304422740936936,0.15372517456988796,0.0,0.022989816329492724,0.15372517456988796,0.0,0.10027821151026496,0.15372517456988796,0.0,0.2399979089647304,0.15372517456988796,0.0,0.16090345766685163,0.15372517456988796,0.0,0.19340122281623018,0.5,0.15372517456988796,0.0,0.17307294869666717,0.15372517456988796,0.0,0.008331589925434415,0.5,0.15372517456988796,0.0,0.059265449706289004,0.15372517456988796,0.0,0.029848978201017104,0.15372517456988796,0.0,0.01642614167186489,0.15372517456988796,0.0,0.04426372050106171,0.15372517456988796,0.0,0.11064753686223626,0.15372517456988796,0.0,0.0958835865136251,0.15372517456988796,0.0,0.017775446488806596,0.5,0.15372517456988796,0.0,0.013492541123209124,0.0,0.10716347092241763,0.9422421426031153 -6863,0.5,0.15372517456988796,0.0,0.04915785196428563,0.15372517456988796,0.0,0.23268021645058176,0.15372517456988796,0.0,0.032777695217966155,0.15372517456988796,0.0,0.02157967890255228,0.15372517456988796,0.0,0.0946997516380308,0.15372517456988796,0.0,0.2941026665652735,0.15372517456988796,0.0,0.2339172109938857,0.15372517456988796,0.0,0.19181984844832212,0.5,0.15372517456988796,0.0,0.18036181852832955,0.15372517456988796,0.0,0.004662401564909336,0.5,0.15372517456988796,0.0,0.04903987997370998,0.15372517456988796,0.0,0.04299189789921269,0.15372517456988796,0.0,0.028451947138721293,0.15372517456988796,0.0,0.04247891755676647,0.15372517456988796,0.0,0.07947456771191225,0.15372517456988796,0.0,0.07971813465791434,0.15372517456988796,0.0,0.022396347186787822,0.5,0.15372517456988796,0.0,0.008291207228368713,0.0,0.06360280069135929,0.9180142080207717 -6864,0.5,0.15372517456988796,0.0,0.04678347206284217,0.15372517456988796,0.0,0.15526736224781246,0.15372517456988796,0.0,0.03421972597653048,0.15372517456988796,0.0,0.020330445924586743,0.15372517456988796,0.0,0.12326889313782127,0.15372517456988796,0.0,0.3397363711009301,0.15372517456988796,0.0,0.23259522356813062,0.15372517456988796,0.0,0.20403640746989293,0.5,0.15372517456988796,0.0,0.19622368937957108,0.15372517456988796,0.0,0.0012642821017751877,0.5,0.15372517456988796,0.0,0.04479653116777208,0.15372517456988796,0.0,0.05427218335755705,0.15372517456988796,0.0,0.04071305503625804,0.15372517456988796,0.0,0.039543039802595464,0.15372517456988796,0.0,0.0670181258923554,0.15372517456988796,0.0,0.0632882699525444,0.15372517456988796,0.0,0.02478706524714972,0.5,0.15372517456988796,0.0,0.004259104910838997,0.0,0.04080729557531418,0.8833767250285937 -6865,0.5,0.15372517456988796,0.0,0.03895298733403926,0.15372517456988796,0.0,0.10870398142208723,0.15372517456988796,0.0,0.03551503055179007,0.15372517456988796,0.0,0.029075961790341182,0.15372517456988796,0.0,0.1571815106883157,0.15372517456988796,0.0,0.36474651632622224,0.15372517456988796,0.0,0.2189056449102616,0.15372517456988796,0.0,0.20696962591846696,0.5,0.15372517456988796,0.0,0.2166666548757553,0.15372517456988796,0.0,0.005247615920700177,0.5,0.15372517456988796,0.0,0.04456577608199376,0.15372517456988796,0.0,0.06404597627577654,0.15372517456988796,0.0,0.04141972260930578,0.15372517456988796,0.0,0.04080858436265687,0.15372517456988796,0.0,0.0658491531059738,0.15372517456988796,0.0,0.06552088995879148,0.15372517456988796,0.0,0.024122583982850575,0.5,0.15372517456988796,0.0,0.0022377281377125562,0.0,0.028616173116249047,0.8648700783489746 -6866,0.5,0.15372517456988796,0.0,0.03370469636293933,0.15372517456988796,0.0,0.08229631471208425,0.15372517456988796,0.0,0.04123981450349227,0.15372517456988796,0.0,0.03692943220557002,0.15372517456988796,0.0,0.22421300862811802,0.15372517456988796,0.0,0.3505931492211964,0.15372517456988796,0.0,0.23821594024443982,0.15372517456988796,0.0,0.22170319839660646,0.5,0.15372517456988796,0.0,0.2256295563758723,0.15372517456988796,0.0,0.024649664096165542,0.5,0.15372517456988796,0.0,0.05238220578548844,0.15372517456988796,0.0,0.07421052935187503,0.15372517456988796,0.0,0.034042565885620185,0.15372517456988796,0.0,0.03952794810903686,0.15372517456988796,0.0,0.081202515633408,0.15372517456988796,0.0,0.07545924401616197,0.15372517456988796,0.0,0.03488058764753995,0.5,0.15372517456988796,0.0,0.00317424229845853,0.0,0.03340619128168337,0.8426054247705022 -6867,0.5,0.15372517456988796,0.0,0.031006173364542994,0.15372517456988796,0.0,0.07159332483523426,0.15372517456988796,0.0,0.06280964143817547,0.15372517456988796,0.0,0.03682492775318672,0.15372517456988796,0.0,0.33813668267923624,0.15372517456988796,0.0,0.3415352869200234,0.15372517456988796,0.0,0.22681133157610495,0.15372517456988796,0.0,0.25053443068679415,0.5,0.15372517456988796,0.0,0.222176977101684,0.15372517456988796,0.0,0.04879187229450645,0.5,0.15372517456988796,0.0,0.068018015836251,0.15372517456988796,0.0,0.07235341319169719,0.15372517456988796,0.0,0.02991888084596283,0.15372517456988796,0.0,0.042265853722104174,0.15372517456988796,0.0,0.11596757629605041,0.15372517456988796,0.0,0.0831724270451865,0.15372517456988796,0.0,0.05120006821541865,0.5,0.15372517456988796,0.0,0.004424510589788297,0.0,0.046124106891747146,0.8296150315119817 -6868,0.5,0.15372517456988796,0.0,0.03401943837923362,0.15372517456988796,0.0,0.06898002436626903,0.15372517456988796,0.0,0.09430398221663439,0.15372517456988796,0.0,0.04215325038823112,0.15372517456988796,0.0,0.41501233206812693,0.15372517456988796,0.0,0.35629105616549894,0.15372517456988796,0.0,0.23639130040571996,0.15372517456988796,0.0,0.28939102202217437,0.5,0.15372517456988796,0.0,0.23550030276127115,0.15372517456988796,0.0,0.052949083102791374,0.5,0.15372517456988796,0.0,0.0667395697630827,0.15372517456988796,0.0,0.0476395856778786,0.15372517456988796,0.0,0.03254334525312762,0.15372517456988796,0.0,0.06598321475604806,0.15372517456988796,0.0,0.16477654552466503,0.15372517456988796,0.0,0.09006877601468108,0.15372517456988796,0.0,0.06345373713026282,0.5,0.15372517456988796,0.0,0.024677545987744545,0.0,0.07400641911209925,0.8287054976350468 -6869,0.5,0.15372517456988796,0.0,0.04090680420679631,0.15372517456988796,0.0,0.07150453608863097,0.15372517456988796,0.0,0.14493527281933644,0.15372517456988796,0.0,0.059272185448926075,0.15372517456988796,0.0,0.406227159951153,0.15372517456988796,0.0,0.3790536522579563,0.15372517456988796,0.0,0.2414155046820976,0.15372517456988796,0.0,0.3369725579697018,0.5,0.15372517456988796,0.0,0.2640661250705095,0.15372517456988796,0.0,0.04259811167126562,0.5,0.15372517456988796,0.0,0.06961520284437557,0.15372517456988796,0.0,0.035565824396360204,0.15372517456988796,0.0,0.03468661072108135,0.15372517456988796,0.0,0.11162349074677853,0.15372517456988796,0.0,0.22006064302200387,0.15372517456988796,0.0,0.08993068946608762,0.15372517456988796,0.0,0.07379974246089663,0.5,0.15372517456988796,0.0,0.07807052342907377,0.0,0.11589068621315873,0.8390507065648468 -6870,0.5,0.15372517456988796,0.0,0.04861281377093114,0.15372517456988796,0.0,0.07644090110135977,0.15372517456988796,0.0,0.18521038708716975,0.15372517456988796,0.0,0.07690340338050093,0.15372517456988796,0.0,0.3813639078791001,0.15372517456988796,0.0,0.37522289686995614,0.15372517456988796,0.0,0.2782478759921587,0.15372517456988796,0.0,0.3928262733533083,0.5,0.15372517456988796,0.0,0.2408622001379798,0.15372517456988796,0.0,0.046062496090681616,0.5,0.15372517456988796,0.0,0.05888778279526104,0.15372517456988796,0.0,0.029974981379460777,0.15372517456988796,0.0,0.035270958329585565,0.15372517456988796,0.0,0.15906340254072138,0.15372517456988796,0.0,0.25986514363634783,0.15372517456988796,0.0,0.10577497237109793,0.15372517456988796,0.0,0.09738138797755128,0.5,0.15372517456988796,0.0,0.11724564610144911,0.0,0.17113306793260671,0.85050619183425 -6871,0.5,0.15372517456988796,0.0,0.05552614833584189,0.15372517456988796,0.0,0.14235404356618586,0.15372517456988796,0.0,0.17372655437260015,0.15372517456988796,0.0,0.0894366931412849,0.15372517456988796,0.0,0.3772884893933259,0.15372517456988796,0.0,0.361082691536792,0.15372517456988796,0.0,0.29863209542447827,0.15372517456988796,0.0,0.4225947857699999,0.5,0.15372517456988796,0.0,0.21693361241941594,0.15372517456988796,0.0,0.04134143997131728,0.5,0.15372517456988796,0.0,0.04107087516215671,0.15372517456988796,0.0,0.02247600777587739,0.15372517456988796,0.0,0.03715230906737114,0.15372517456988796,0.0,0.20754175682201315,0.15372517456988796,0.0,0.2931518287347086,0.15372517456988796,0.0,0.1255034330733854,0.15372517456988796,0.0,0.11089905986316757,0.5,0.15372517456988796,0.0,0.12816916136998205,0.0,0.18232329869719188,0.8544710073940117 -6872,0.5,0.15372517456988796,0.028316560183243425,0.06608725522034392,0.15372517456988796,0.0004970651191832651,0.3791670734666495,0.15372517456988796,0.016166465132975164,0.1963953997727443,0.15372517456988796,0.021241446315022824,0.15309373425760944,0.15372517456988796,0.0012974256654963636,0.40373115355924194,0.15372517456988796,0.0005523033588687342,0.3494879653591405,0.15372517456988796,0.0017433640834097531,0.3204787541462122,0.15372517456988796,0.005569605554628099,0.46331261998246565,0.5,0.15372517456988796,0.003186593272599723,0.21471978693925753,0.15372517456988796,0.001188534320052214,0.028863026791462444,0.5,0.15372517456988796,0.003413450792632746,0.05324973466463431,0.15372517456988796,0.019378351848166747,0.015135583523995178,0.15372517456988796,0.0018272245597222973,0.05411052075056405,0.15372517456988796,0.003665986726815574,0.26644348428774334,0.15372517456988796,0.006647727607052617,0.3280906124983214,0.15372517456988796,0.002781815996132637,0.1604575229844812,0.15372517456988796,0.00783908906933079,0.1349071011209817,0.5,0.15372517456988796,0.004696611675989286,0.1583221274578936,0.0,0.17772077168620914,0.8551436552218206 -6873,0.5,0.15372517456988796,0.10256956006117797,0.12805467138740143,0.15372517456988796,0.0026937243993421316,0.4172673852099617,0.15372517456988796,0.04541831477750199,0.2731451485570154,0.15372517456988796,0.07565235516139826,0.2604850123218141,0.15372517456988796,0.013398735113553922,0.4813509408689934,0.15372517456988796,0.0035150245723116324,0.37217882130103763,0.15372517456988796,0.026407665248694645,0.40292877944804956,0.15372517456988796,0.06397581177107856,0.5589597291523609,0.5,0.15372517456988796,0.03169407089957371,0.3104158741155508,0.15372517456988796,0.011218175382901104,0.013614351310117803,0.5,0.15372517456988796,0.015451818889436418,0.09060764762249296,0.15372517456988796,0.10008876841425285,0.026660509942592718,0.15372517456988796,0.008950211621396146,0.10096901829756877,0.15372517456988796,0.030318985344669112,0.3205428890678015,0.15372517456988796,0.03411487798609952,0.40082158756602215,0.15372517456988796,0.02010662201181712,0.22993992301479724,0.15372517456988796,0.03886766733157898,0.16481382542991524,0.5,0.15372517456988796,0.024864979737051592,0.1657108174634005,0.0,0.209665542432081,0.8471969359568269 -6874,0.5,0.15372517456988796,0.17735245781807765,0.2383019500371978,0.15372517456988796,0.045133069926454064,0.4093439584255125,0.15372517456988796,0.05172172148111253,0.36607791054944055,0.15372517456988796,0.14986737923544505,0.3224442844353436,0.15372517456988796,0.0574455558163177,0.5798332562497928,0.15372517456988796,0.0071558630201741065,0.4041971602956012,0.15372517456988796,0.06878210677067123,0.5381238791139077,0.15372517456988796,0.14624460451456844,0.6664536328923203,0.5,0.15372517456988796,0.09355370748245209,0.4130019636611757,0.15372517456988796,0.06370509347279468,0.010464500901414025,0.5,0.15372517456988796,0.029477262251797545,0.1802942419152161,0.15372517456988796,0.1912429147642153,0.043947365503976175,0.15372517456988796,0.011998313324436658,0.15175557480284668,0.15372517456988796,0.07062118044355277,0.35421643976351097,0.15372517456988796,0.07962554859843587,0.45638293082079967,0.15372517456988796,0.039584855357789696,0.3076637415451819,0.15372517456988796,0.08436730503394024,0.2246683492950371,0.5,0.15372517456988796,0.05384040600756142,0.12128596803309825,0.0,0.25157020067762065,0.8327558971230538 -6875,0.5,0.15372517456988796,0.21158719338055823,0.3841820130252408,0.15372517456988796,0.19172817647028628,0.5084733317342097,0.15372517456988796,0.04440390578002533,0.41554399784090207,0.15372517456988796,0.21976258537393117,0.3422446164158581,0.15372517456988796,0.08095033304025341,0.6031876780949734,0.15372517456988796,0.008388749679189959,0.38562623236470567,0.15372517456988796,0.09569330291463359,0.6153721317053784,0.15372517456988796,0.24546954137106808,0.6584892321768617,0.5,0.15372517456988796,0.2630307788432573,0.498524316832533,0.15372517456988796,0.14145782028992146,0.009848112484453527,0.5,0.15372517456988796,0.0658822392258324,0.1977023568529269,0.15372517456988796,0.24025058256027,0.04611515052833542,0.15372517456988796,0.012177912819469684,0.18912249311190654,0.15372517456988796,0.12556750189843463,0.3675307137297865,0.15372517456988796,0.1077706271205216,0.4985044534525852,0.15372517456988796,0.08050900848092084,0.3728191026143429,0.15372517456988796,0.11134380668187338,0.2649120601291051,0.5,0.15372517456988796,0.09863698478244046,0.08138323372654618,0.0,0.3482524129078565,0.8261796078007007 -6876,0.5,0.15372517456988796,0.20140813103473987,0.447358193054644,0.15372517456988796,0.258738913489946,0.5790695958118752,0.15372517456988796,0.06127123588569315,0.4450304767470758,0.15372517456988796,0.1937183146371376,0.36370948655843416,0.15372517456988796,0.07021746332484641,0.5409881010600194,0.15372517456988796,0.011485130620429862,0.32800947136266934,0.15372517456988796,0.06208024629858762,0.5791049606743042,0.15372517456988796,0.3299634372154414,0.6256637074492921,0.5,0.15372517456988796,0.26073663179783113,0.5099095803064161,0.15372517456988796,0.1929208286834347,0.0072233061901429444,0.5,0.15372517456988796,0.13846865050504692,0.13947088524328882,0.15372517456988796,0.24690564926542813,0.027008331113085513,0.15372517456988796,0.021202586761135674,0.19052697898965584,0.15372517456988796,0.12682235825859978,0.3634712853100077,0.15372517456988796,0.09205265593170535,0.49922733340934394,0.15372517456988796,0.12972506982229362,0.4501456974874187,0.15372517456988796,0.12282974151880713,0.2520937825312132,0.5,0.15372517456988796,0.13900313500887776,0.05475941264896981,0.0,0.3587384816480468,0.8096777880882408 -6877,0.5,0.15372517456988796,0.1460113848027363,0.48034464925013415,0.15372517456988796,0.2011461973563388,0.5926531546255241,0.15372517456988796,0.09456904963490931,0.48832275876981407,0.15372517456988796,0.10337112570583384,0.3764019485103944,0.15372517456988796,0.059992083341414884,0.4624876503398497,0.15372517456988796,0.015031043254632042,0.2733124076770264,0.15372517456988796,0.03417869171897227,0.49964186729996973,0.15372517456988796,0.36327224726344415,0.6258595027664613,0.5,0.15372517456988796,0.2942638585671906,0.4887342483846725,0.15372517456988796,0.21520647999626794,0.003914047024596136,0.5,0.15372517456988796,0.29524057208659404,0.12364742811797995,0.15372517456988796,0.25915871548138303,0.018171464758833352,0.15372517456988796,0.028313324702574222,0.17379358826397137,0.15372517456988796,0.08049376858249478,0.3258470143970785,0.15372517456988796,0.06912865907793485,0.4584157217626047,0.15372517456988796,0.15506218954899076,0.4688550980815511,0.15372517456988796,0.12149331086149792,0.18886428512100564,0.5,0.15372517456988796,0.14689115745116116,0.03364409522294681,0.0,0.4560125109400293,0.8106388341794295 -6878,0.5,0.15372517456988796,0.08009589459586787,0.4607691883159429,0.15372517456988796,0.1290105420814316,0.5474511082166473,0.15372517456988796,0.1399801146636022,0.5042379302819402,0.15372517456988796,0.07276597530223813,0.371804902247793,0.15372517456988796,0.05606076227640153,0.3886817578314595,0.15372517456988796,0.01680022898572476,0.23300606638774704,0.15372517456988796,0.02072875523420247,0.3896469083838956,0.15372517456988796,0.30757430800368135,0.593728412932288,0.5,0.15372517456988796,0.27148470160630866,0.45286938582258063,0.15372517456988796,0.1810278839142376,0.0031896970714765925,0.5,0.15372517456988796,0.229626066404493,0.20942527113898898,0.15372517456988796,0.2212638046106556,0.0186723790181202,0.15372517456988796,0.02337035006443075,0.1611001959503085,0.15372517456988796,0.055250295796319196,0.277152086210783,0.15372517456988796,0.07580579021172644,0.4280107576400234,0.15372517456988796,0.14395952330551862,0.4392232751338092,0.15372517456988796,0.19224639543800845,0.1713524165029604,0.5,0.15372517456988796,0.1302100472127038,0.013046170838744767,0.0,0.5539560344780398,0.8254132203252622 -6879,0.5,0.15372517456988796,0.050714805640179994,0.41849613340846004,0.15372517456988796,0.10764666874757882,0.5183666186973716,0.15372517456988796,0.14769553969105814,0.5004859111035589,0.15372517456988796,0.052365414732483795,0.3222198128997946,0.15372517456988796,0.04557717975842,0.32707186400110144,0.15372517456988796,0.015329960278917303,0.19563199767227263,0.15372517456988796,0.011051949284645764,0.28339189978803353,0.15372517456988796,0.2260446309880394,0.5115791496268796,0.5,0.15372517456988796,0.2104715056112554,0.3797651024639684,0.15372517456988796,0.13633578892452647,0.004801819595826479,0.5,0.15372517456988796,0.09625787996649386,0.2259551156360509,0.15372517456988796,0.19268843898542504,0.014015998873584313,0.15372517456988796,0.01695712143114471,0.14625141017889376,0.15372517456988796,0.04143322105782108,0.2446014390731433,0.15372517456988796,0.0619857294816258,0.417689795967762,0.15372517456988796,0.12198460018941193,0.39210870643350537,0.15372517456988796,0.1580665662025222,0.19255619146190234,0.5,0.15372517456988796,0.09735898968040299,0.0060112743216495365,0.0,0.57914447654397,0.824154881882591 -6880,0.5,0.15372517456988796,0.021779032598936807,0.3529671241324408,0.15372517456988796,0.06724254326125992,0.4671743769594425,0.15372517456988796,0.09945580819396213,0.46643888834647396,0.15372517456988796,0.04612445744707565,0.27525354130470303,0.15372517456988796,0.026687054229410735,0.2585020658814592,0.15372517456988796,0.009996769153572128,0.15185326835788215,0.15372517456988796,0.004244700595814577,0.1938164151649329,0.15372517456988796,0.1376762424743924,0.4022193089967673,0.5,0.15372517456988796,0.16002075352581846,0.25331957072649525,0.15372517456988796,0.065063265239628,0.007269346586545467,0.5,0.15372517456988796,0.067433136853672,0.1983245494894629,0.15372517456988796,0.1565581361666463,0.010155535028688356,0.15372517456988796,0.009067229737032584,0.13310099078022777,0.15372517456988796,0.02174980593084611,0.21645139347270242,0.15372517456988796,0.025345203953873314,0.388008928953245,0.15372517456988796,0.08568300017696358,0.3488869326207501,0.15372517456988796,0.08681632527271291,0.17345098478945398,0.5,0.15372517456988796,0.0532576039661397,0.005257037185724837,0.0,0.4769840614358905,0.798476231995943 -6881,0.5,0.15372517456988796,0.0012886079612817987,0.2719271940856185,0.15372517456988796,0.016074031103916222,0.33849623265915996,0.15372517456988796,0.02522027119594312,0.3704911903348908,0.15372517456988796,0.003039363854449207,0.22620051549001485,0.15372517456988796,0.008513669076124913,0.1802633622301027,0.15372517456988796,0.003316196013546856,0.12678680180042484,0.15372517456988796,0.0010995384494211404,0.13044500432451414,0.15372517456988796,0.04519435291606913,0.3132585179200145,0.5,0.15372517456988796,0.06890080476677649,0.10673400669405536,0.15372517456988796,0.014478913738925875,0.009918831090332886,0.5,0.15372517456988796,0.03737580009934546,0.09977122603496254,0.15372517456988796,0.05746368256860159,0.002506059648697456,0.15372517456988796,0.0016000183873527472,0.11800104795074491,0.15372517456988796,0.004309982904812365,0.1733776785961058,0.15372517456988796,0.004411901274748102,0.34223615938196866,0.15372517456988796,0.02791115675207887,0.2364295324667281,0.15372517456988796,0.018597451616598835,0.11171604459078857,0.5,0.15372517456988796,0.011243724227535593,0.0023519249806365043,0.0,0.43483258229502963,0.7468632805950066 -6882,0.5,0.15372517456988796,0.0,0.22001093265736849,0.15372517456988796,0.0,0.2303007618750689,0.15372517456988796,0.0,0.25835174543390693,0.15372517456988796,0.0,0.18637497555844207,0.15372517456988796,0.0,0.139751892415383,0.15372517456988796,6.428695916058886e-09,0.10948090944215197,0.15372517456988796,0.0,0.1005613267778012,0.15372517456988796,1.1651921455251293e-05,0.2268370289915217,0.5,0.15372517456988796,0.0,0.044329815914876294,0.15372517456988796,0.0,0.010510269406480564,0.5,0.15372517456988796,0.0,0.014743138758916115,0.15372517456988796,0.0,0.002861388130234778,0.15372517456988796,0.0,0.10464866197889068,0.15372517456988796,0.0,0.1417314909785402,0.15372517456988796,0.0,0.2993439374557242,0.15372517456988796,0.0,0.16730812576702453,0.15372517456988796,0.0,0.050114318952247584,0.5,0.15372517456988796,0.0,0.0014583840387274241,0.0,0.44560469972261635,0.685640519438953 -6883,0.5,0.15372517456988796,0.0,0.19115506286139994,0.15372517456988796,0.0,0.2461831410223937,0.15372517456988796,0.0,0.1909487177750156,0.15372517456988796,0.0,0.16618234418081693,0.15372517456988796,0.0,0.15102781598610587,0.15372517456988796,0.0,0.10490569395376279,0.15372517456988796,0.0,0.09105730630810258,0.15372517456988796,0.0,0.1862050603001944,0.5,0.15372517456988796,0.0,0.022146694811722014,0.15372517456988796,0.0,0.01040458750652178,0.5,0.15372517456988796,0.0,0.0026834613954233016,0.15372517456988796,0.0,0.004238752359529396,0.15372517456988796,0.0,0.10310308651023987,0.15372517456988796,0.0,0.12703417174799528,0.15372517456988796,0.0,0.2611527601877184,0.15372517456988796,0.0,0.1532383372280596,0.15372517456988796,0.0,0.02258220403243234,0.5,0.15372517456988796,0.0,0.002871308009651085,0.0,0.4731017778751315,0.6119859317505393 -6884,0.5,0.15372517456988796,0.0,0.17090463843188575,0.15372517456988796,0.0,0.27167677696059617,0.15372517456988796,0.0,0.17227482065258395,0.15372517456988796,0.0,0.13183095626665364,0.15372517456988796,0.0,0.1669258847620747,0.15372517456988796,0.0,0.11355096417712615,0.15372517456988796,0.0,0.10591413644247333,0.15372517456988796,0.0,0.15352459152837358,0.5,0.15372517456988796,0.0,0.014084059696240117,0.15372517456988796,0.0,0.01574232817663879,0.5,0.15372517456988796,0.0,0.0007540956529629243,0.15372517456988796,0.0,0.003110486695548645,0.15372517456988796,0.0,0.11199986708397214,0.15372517456988796,0.0,0.11802844068254725,0.15372517456988796,0.0,0.2306912125928961,0.15372517456988796,0.0,0.1411270385686188,0.15372517456988796,0.0,0.01254682295531873,0.5,0.15372517456988796,0.0,0.0037596552422583997,0.0,0.4912311174107577,0.5048428581759419 -6885,0.5,0.15372517456988796,0.0,0.17038662080771694,0.15372517456988796,0.0,0.22787454506432026,0.15372517456988796,0.0,0.17202386537059566,0.15372517456988796,0.0,0.100821695436311,0.15372517456988796,0.0,0.18484929226274602,0.15372517456988796,0.0,0.11842803361093193,0.15372517456988796,0.0,0.11511309778609652,0.15372517456988796,0.0,0.11795984619039887,0.5,0.15372517456988796,0.0,0.012571161659372245,0.15372517456988796,0.0,0.012052733927876888,0.5,0.15372517456988796,0.0,0.0005223249852534368,0.15372517456988796,0.0,0.0018789762604371357,0.15372517456988796,0.0,0.11710875796208958,0.15372517456988796,0.0,0.11233370307947028,0.15372517456988796,0.0,0.2364742409409283,0.15372517456988796,0.0,0.11288184868673964,0.15372517456988796,0.0,0.008318096338810447,0.5,0.15372517456988796,0.0,0.006871705874753288,0.0,0.5121296411285664,0.47693570002876856 -6886,0.5,0.15372517456988796,0.0,0.17470418877479857,0.15372517456988796,0.0,0.2089576606169352,0.15372517456988796,0.0,0.1840050387270506,0.15372517456988796,0.0,0.09211737692543813,0.15372517456988796,0.0,0.17742027981810624,0.15372517456988796,0.0,0.12658191712157243,0.15372517456988796,0.0,0.13755152367940873,0.15372517456988796,0.0,0.10086122597619998,0.5,0.15372517456988796,0.0,0.011612577168758798,0.15372517456988796,0.0,0.0038102791900384136,0.5,0.15372517456988796,0.0,0.0009665714658182842,0.15372517456988796,0.0,0.0013688025478657394,0.15372517456988796,0.0,0.12239743354965854,0.15372517456988796,0.0,0.10881522702213012,0.15372517456988796,0.0,0.28554744997937426,0.15372517456988796,0.0,0.08673566994664199,0.15372517456988796,0.0,0.006372722064312834,0.5,0.15372517456988796,0.0,0.006360330473754437,0.0,0.5681409624768927,0.45524454830364647 -6887,0.5,0.15372517456988796,0.0,0.1698377708915243,0.15372517456988796,0.0,0.26386795437792515,0.15372517456988796,0.0,0.18974766497248444,0.15372517456988796,0.0,0.10218347621515236,0.15372517456988796,0.0,0.16264892398508365,0.15372517456988796,0.0,0.1286347723060851,0.15372517456988796,0.0,0.14358781973340573,0.15372517456988796,0.0,0.10240933946727185,0.5,0.15372517456988796,0.0,0.013588665661403767,0.15372517456988796,0.0,0.001660490234581698,0.5,0.15372517456988796,0.0,0.0009628575368903739,0.15372517456988796,0.0,0.0015398807077683047,0.15372517456988796,0.0,0.12870568743411082,0.15372517456988796,0.0,0.10778179017396651,0.15372517456988796,0.0,0.30872675750015544,0.15372517456988796,0.0,0.0578537246152393,0.15372517456988796,0.0,0.004614830983559014,0.5,0.15372517456988796,0.0,0.004413693852983458,0.0,0.5623546365757283,0.3522989062540192 -6888,0.5,0.15372517456988796,0.0,0.16293276482259694,0.15372517456988796,0.0,0.2655597280003797,0.15372517456988796,0.0,0.18068686117788688,0.15372517456988796,0.0,0.12575151445031718,0.15372517456988796,0.0,0.1421345775735804,0.15372517456988796,0.0,0.12147740609311532,0.15372517456988796,0.0,0.1539859748728987,0.15372517456988796,0.0,0.0943301021030235,0.5,0.15372517456988796,0.0,0.013606658004885093,0.15372517456988796,0.0,0.00019500311196054797,0.5,0.15372517456988796,0.0,0.0006485649203024091,0.15372517456988796,0.0,0.0011132500224017613,0.15372517456988796,0.0,0.12929769849331635,0.15372517456988796,0.0,0.1010850669043764,0.15372517456988796,0.0,0.28658994892844303,0.15372517456988796,0.0,0.049164032055140514,0.15372517456988796,0.0,0.0053751059833468205,0.5,0.15372517456988796,0.0,0.003556646710602316,0.0,0.47774954881180637,0.25857326459945035 -6889,0.5,0.15372517456988796,0.0,0.1515739579458214,0.15372517456988796,0.0,0.1891795757139662,0.15372517456988796,0.0,0.14151327342492326,0.15372517456988796,0.0,0.1491154100057237,0.15372517456988796,0.0,0.12824265984231645,0.15372517456988796,0.0,0.0995207461480623,0.15372517456988796,0.0,0.1423038035781786,0.15372517456988796,0.0,0.09401384273240447,0.5,0.15372517456988796,0.0,0.015277833745826966,0.15372517456988796,0.0,0.0002746341185850792,0.5,0.15372517456988796,0.0,0.00025433524420957765,0.15372517456988796,0.0,0.0013458405780795897,0.15372517456988796,0.0,0.11262017527773328,0.15372517456988796,0.0,0.08682450123760835,0.15372517456988796,0.0,0.2465790801631248,0.15372517456988796,0.0,0.04576855812736316,0.15372517456988796,0.0,0.005100175433471802,0.5,0.15372517456988796,0.0,0.004490329609433989,0.0,0.3941429956367451,0.21413500006880176 -6890,0.5,0.15372517456988796,0.0,0.1368633300198544,0.15372517456988796,0.0,0.12275443054277392,0.15372517456988796,0.0,0.11646932855579832,0.15372517456988796,0.0,0.14951047475724247,0.15372517456988796,0.0,0.09906103572425462,0.15372517456988796,0.0,0.08460545081397805,0.15372517456988796,0.0,0.11720885844241814,0.15372517456988796,0.0,0.08994138792869033,0.5,0.15372517456988796,0.0,0.01623173595512885,0.15372517456988796,0.0,0.00028356359306896153,0.5,0.15372517456988796,0.0,8.401537876876841e-05,0.15372517456988796,0.0,0.0023650116457263506,0.15372517456988796,0.0,0.09444883582779101,0.15372517456988796,0.0,0.07444520785861106,0.15372517456988796,0.0,0.23709486188408396,0.15372517456988796,0.0,0.041168324192857965,0.15372517456988796,0.0,0.00490125845110182,0.5,0.15372517456988796,0.0,0.0069458197477896555,0.0,0.3526094349615238,0.21713524754930197 -6891,0.5,0.15372517456988796,0.0,0.12800383223919595,0.15372517456988796,0.0,0.07716326053582917,0.15372517456988796,0.0,0.09027179877210068,0.15372517456988796,0.0,0.13701048785875672,0.15372517456988796,0.0,0.07463316023819629,0.15372517456988796,0.0,0.0792829204753438,0.15372517456988796,0.0,0.11581351385739976,0.15372517456988796,0.0,0.08861941746370978,0.5,0.15372517456988796,0.0,0.01743402550558665,0.15372517456988796,0.0,0.00041248494318713556,0.5,0.15372517456988796,0.0,0.00017219346566131448,0.15372517456988796,0.0,0.004455312640460793,0.15372517456988796,0.0,0.07752258832298062,0.15372517456988796,0.0,0.057346062257612025,0.15372517456988796,0.0,0.20613914359822627,0.15372517456988796,0.0,0.043018957659318034,0.15372517456988796,0.0,0.005790956069675506,0.5,0.15372517456988796,0.0,0.005004494066293264,0.0,0.31423899640436415,0.26898016941546593 -6892,0.5,0.15372517456988796,0.0,0.1243929405476759,0.15372517456988796,0.0,0.05281886258233066,0.15372517456988796,0.0,0.06555608771558552,0.15372517456988796,0.0,0.1150948072950688,0.15372517456988796,0.0,0.060515783404730225,0.15372517456988796,0.0,0.06886468298135812,0.15372517456988796,0.0,0.11176698925726057,0.15372517456988796,0.0,0.08538836029383944,0.5,0.15372517456988796,0.0,0.017343167079224245,0.15372517456988796,0.0,0.0006853378047898741,0.5,0.15372517456988796,0.0,0.0004421220246661737,0.15372517456988796,0.0,0.006541228807717336,0.15372517456988796,0.0,0.05418770455589553,0.15372517456988796,0.0,0.04726069255225807,0.15372517456988796,0.0,0.17507924986855594,0.15372517456988796,0.0,0.043368460782042616,0.15372517456988796,0.0,0.007025019083004967,0.5,0.15372517456988796,0.0,0.002827616885116414,0.0,0.23722963720045004,0.2834633974502696 -6893,0.5,0.15372517456988796,0.0,0.12216529732753625,0.15372517456988796,0.0,0.034306156628063175,0.15372517456988796,0.0,0.05663673852132428,0.15372517456988796,0.0,0.09120697232090796,0.15372517456988796,0.0,0.0470650091676164,0.15372517456988796,0.0,0.06397302981886624,0.15372517456988796,0.0,0.10380951740635219,0.15372517456988796,0.0,0.08676950293543845,0.5,0.15372517456988796,0.0,0.01693293433478245,0.15372517456988796,0.0,0.0011579904486428805,0.5,0.15372517456988796,0.0,0.0006061484900350966,0.15372517456988796,0.0,0.009024557466652998,0.15372517456988796,0.0,0.04359310497359721,0.15372517456988796,0.0,0.046047316890295495,0.15372517456988796,0.0,0.15717419391832393,0.15372517456988796,0.0,0.04290796165904875,0.15372517456988796,0.0,0.008100679939847338,0.5,0.15372517456988796,0.0,0.0012597810520642765,0.0,0.16009221831491588,0.2887528712551359 -6894,0.5,0.15372517456988796,0.0,0.11825211122528184,0.15372517456988796,0.0,0.027992605790418856,0.15372517456988796,0.0,0.0542280840111822,0.15372517456988796,0.0,0.08379837426435725,0.15372517456988796,0.0,0.036179513486297624,0.15372517456988796,0.0,0.06182179653196153,0.15372517456988796,0.0,0.099944544750883,0.15372517456988796,0.0,0.0861512026031065,0.5,0.15372517456988796,0.0,0.013719862236905741,0.15372517456988796,0.0,0.0024730831360584523,0.5,0.15372517456988796,0.0,0.0007342789355488013,0.15372517456988796,0.0,0.004325234630659644,0.15372517456988796,0.0,0.0377721384654194,0.15372517456988796,0.0,0.046561121295168935,0.15372517456988796,0.0,0.14084877800574017,0.15372517456988796,0.0,0.04170793610081963,0.15372517456988796,0.0,0.0073454415322051336,0.5,0.15372517456988796,0.0,0.0019578601388059395,0.0,0.14149704207123837,0.24136693414852728 -6895,0.5,0.15372517456988796,0.0,0.11795017743454181,0.15372517456988796,0.0,0.027076612504759,0.15372517456988796,0.0,0.05300927032991431,0.15372517456988796,0.0,0.08380005393043671,0.15372517456988796,0.0,0.030965085070704723,0.15372517456988796,0.0,0.05750387224994155,0.15372517456988796,0.0,0.09892178577306689,0.15372517456988796,0.0,0.07096147295852595,0.5,0.15372517456988796,0.0,0.01192364752976106,0.15372517456988796,0.0,0.004007127506585248,0.5,0.15372517456988796,0.0,0.0010178626494966546,0.15372517456988796,0.0,0.005603297862685739,0.15372517456988796,0.0,0.03602794070288485,0.15372517456988796,0.0,0.0452535872997752,0.15372517456988796,0.0,0.13018119332372963,0.15372517456988796,0.0,0.0423439636792842,0.15372517456988796,0.0,0.006433242737915634,0.5,0.15372517456988796,0.0,0.003493295599589029,0.0,0.14480690092796372,0.18752761498997425 -6896,0.5,0.15372517456988796,0.011181675070712337,0.14067776216103023,0.15372517456988796,0.0006898394435374295,0.029413432081831517,0.15372517456988796,0.027802445134009552,0.06268628862982402,0.15372517456988796,0.03593895600841858,0.08914495215771423,0.15372517456988796,0.0003263078634833561,0.02833228852815947,0.15372517456988796,0.0007675972956184544,0.051156785686648484,0.15372517456988796,0.00889985539383237,0.09047246180379472,0.15372517456988796,0.019840067281081564,0.06741611371199037,0.5,0.15372517456988796,0.03210994892728124,0.011886948317956239,0.15372517456988796,0.006695288314692774,0.0036240385164349864,0.5,0.15372517456988796,0.03421982147667282,0.0010904841682140977,0.15372517456988796,0.02477457806294535,0.006295793926698561,0.15372517456988796,0.006216421559171202,0.04074295643401736,0.15372517456988796,0.0021686206764824248,0.0393383109238766,0.15372517456988796,0.008124281665718557,0.13380834715015263,0.15372517456988796,0.039311761237743915,0.034102030573902584,0.15372517456988796,0.01829363277619663,0.005549035877166949,0.5,0.15372517456988796,0.006442043831427833,0.003373268006563994,0.0,0.1353704084283057,0.15747378065897427 -6897,0.5,0.15372517456988796,0.05194503073837133,0.19015690085756948,0.15372517456988796,0.009756191505407486,0.03223149129740675,0.15372517456988796,0.11457135499946154,0.09497946218621688,0.15372517456988796,0.09589152874427295,0.1134540390234034,0.15372517456988796,0.002388603001939361,0.02767962057005418,0.15372517456988796,0.007202694861198253,0.05730949612124965,0.15372517456988796,0.057612335453214786,0.10024439423355888,0.15372517456988796,0.12294102594057327,0.07314178835863247,0.5,0.15372517456988796,0.18523244562462593,0.008839669409720193,0.15372517456988796,0.07043960654988148,0.0016952253935453138,0.5,0.15372517456988796,0.17230851825332927,0.0011261051087684845,0.15372517456988796,0.13875120979438976,0.0021766434894626083,0.15372517456988796,0.06867264052492167,0.05813399368402439,0.15372517456988796,0.036780664863952706,0.03683000317159704,0.15372517456988796,0.04097411542906957,0.1374808552460533,0.15372517456988796,0.18223704631528326,0.039030427095182174,0.15372517456988796,0.09242957782390604,0.008874196413586366,0.5,0.15372517456988796,0.03734222615761683,0.0035133532206016267,0.0,0.13528838081527436,0.1447718376071993 -6898,0.5,0.15372517456988796,0.09565284537077096,0.21525560003030317,0.15372517456988796,0.054387510772829314,0.03823746427583933,0.15372517456988796,0.235226641086084,0.15876531023463972,0.15372517456988796,0.1521430350534194,0.1475904632576281,0.15372517456988796,0.008254502636698939,0.02717225143245278,0.15372517456988796,0.014636309516580596,0.06721781268930536,0.15372517456988796,0.10605194269869092,0.16895661765846717,0.15372517456988796,0.19312419063662495,0.0773495056887067,0.5,0.15372517456988796,0.3308268506803076,0.017712261834329272,0.15372517456988796,0.17332421426462308,0.002399383901196022,0.5,0.15372517456988796,0.32792607691710307,0.011501139706281872,0.15372517456988796,0.294697253699058,0.004373696251000929,0.15372517456988796,0.14687951859491782,0.0736739842999771,0.15372517456988796,0.1079446772641918,0.05377384738240519,0.15372517456988796,0.0880414204915029,0.13940699011285304,0.15372517456988796,0.344367336809262,0.09161084430756432,0.15372517456988796,0.19215002504064402,0.03432983949169657,0.5,0.15372517456988796,0.09096327286074948,0.009138755458926355,0.0,0.12690054199568218,0.09265670244892513 -6899,0.5,0.15372517456988796,0.13803412427014106,0.2057728397107514,0.15372517456988796,0.12662305030803042,0.05497527967783897,0.15372517456988796,0.3409224252748832,0.21810331189344204,0.15372517456988796,0.20421055663213636,0.178350342221058,0.15372517456988796,0.026124017468995505,0.02631836581713137,0.15372517456988796,0.010922833281431434,0.0500509507195151,0.15372517456988796,0.12058558682554052,0.2025762280680241,0.15372517456988796,0.2507789037010681,0.059710623099465295,0.5,0.15372517456988796,0.4567366378916745,0.03448458906514359,0.15372517456988796,0.24195909672640709,0.004281040710450257,0.5,0.15372517456988796,0.4501966811272358,0.03352637954552714,0.15372517456988796,0.4311712039778338,0.009639971427088927,0.15372517456988796,0.159155865067771,0.09445993091296277,0.15372517456988796,0.18372524018128392,0.06373908204481644,0.15372517456988796,0.1374898214695187,0.15229205361442094,0.15372517456988796,0.48546224174344166,0.15762377491171375,0.15372517456988796,0.26909060095135307,0.06046623157053168,0.5,0.15372517456988796,0.12670007069478612,0.010599411631910433,0.0,0.11971803154419033,0.054024377471106236 -6900,0.5,0.15372517456988796,0.1724620798147406,0.1848265937976567,0.15372517456988796,0.17953560770129212,0.08791017469570621,0.15372517456988796,0.4624329620424081,0.23614194425991236,0.15372517456988796,0.25177914249090505,0.18158090253181636,0.15372517456988796,0.0354578603540511,0.02016229159849794,0.15372517456988796,0.02088911295559887,0.027702174411757055,0.15372517456988796,0.0990854261903934,0.23416345148631007,0.15372517456988796,0.3024309269334102,0.0871618237264697,0.5,0.15372517456988796,0.5415998884410308,0.0818819602672989,0.15372517456988796,0.31969630756616196,0.009491863442415082,0.5,0.15372517456988796,0.5248009450038833,0.04703367633348448,0.15372517456988796,0.518951656059524,0.021913318819792593,0.15372517456988796,0.13183097603076552,0.11070147128693832,0.15372517456988796,0.1685240897023265,0.06523499632028937,0.15372517456988796,0.16060060047967567,0.13762943128528315,0.15372517456988796,0.5626204367967724,0.19227911446100135,0.15372517456988796,0.3419722332952486,0.07456900017732541,0.5,0.15372517456988796,0.15477299859674368,0.010634493050876678,0.0,0.11596906483564293,0.04591585432695406 -6901,0.5,0.15372517456988796,0.19499824135095004,0.16397470280767798,0.15372517456988796,0.12893207412040927,0.1124236597943336,0.15372517456988796,0.5354605244698067,0.23072812441987273,0.15372517456988796,0.2894126040679761,0.17554960658490726,0.15372517456988796,0.064818156227099,0.01582367625411108,0.15372517456988796,0.07345694604456288,0.017847742165619296,0.15372517456988796,0.045322022501852306,0.19892604661947544,0.15372517456988796,0.31181949954682336,0.055513900567248815,0.5,0.15372517456988796,0.5413029376487923,0.05766157755408612,0.15372517456988796,0.38643309036414836,0.010844914164376648,0.5,0.15372517456988796,0.5431018808099836,0.08931544724316233,0.15372517456988796,0.5333492979276924,0.04019759928224304,0.15372517456988796,0.09957444409606285,0.11709728946483537,0.15372517456988796,0.10726399141500692,0.0622507454901949,0.15372517456988796,0.1603513005912135,0.12454092642464636,0.15372517456988796,0.5573590655289516,0.22386158588870989,0.15372517456988796,0.37015409598277893,0.10141674947634899,0.5,0.15372517456988796,0.16908812922680513,0.010128618579162921,0.0,0.12124094574376403,0.047481703228791236 -6902,0.5,0.15372517456988796,0.18011598398316536,0.14188823006282583,0.15372517456988796,0.08925493838673881,0.11663199504843386,0.15372517456988796,0.5201249801297926,0.2014012668066897,0.15372517456988796,0.28942530916801296,0.1503094085942989,0.15372517456988796,0.055371607258399735,0.010818803769351824,0.15372517456988796,0.09256008320843104,0.011598571854212605,0.15372517456988796,0.039758448968418486,0.11028071539504992,0.15372517456988796,0.27826608677793496,0.04223997166632268,0.5,0.15372517456988796,0.4749197559038618,0.06860218372679701,0.15372517456988796,0.39816279113551517,0.018399214256557488,0.5,0.15372517456988796,0.49258322494144124,0.07230092497891229,0.15372517456988796,0.4749892857351876,0.031037461949829027,0.15372517456988796,0.0779177231471498,0.11578855522135825,0.15372517456988796,0.06440415406382037,0.05182707464462302,0.15372517456988796,0.1087293404935846,0.10839741168705937,0.15372517456988796,0.44094947654095146,0.16554714705335868,0.15372517456988796,0.3566735282716571,0.1063880792794418,0.5,0.15372517456988796,0.16010118716582647,0.012125140609415296,0.0,0.1391510111250869,0.050613269088738616 -6903,0.5,0.15372517456988796,0.13166271247976885,0.10413632759259366,0.15372517456988796,0.038025991346428464,0.09223107642846637,0.15372517456988796,0.4358171982990232,0.1697657018336294,0.15372517456988796,0.2537955569887012,0.11568194732844699,0.15372517456988796,0.055175693666956405,0.018247516628947122,0.15372517456988796,0.07026890902658989,0.020148686741841206,0.15372517456988796,0.05519515002819704,0.059079073134076746,0.15372517456988796,0.20788700067546384,0.02538046786765764,0.5,0.15372517456988796,0.37436063778326134,0.049455559617306986,0.15372517456988796,0.3318226834531313,0.006693667696268914,0.5,0.15372517456988796,0.37035773896039986,0.05880039819379947,0.15372517456988796,0.3667700308138503,0.02660173571575077,0.15372517456988796,0.04856446172891556,0.0946355951960549,0.15372517456988796,0.042225569103067434,0.03791688163580642,0.15372517456988796,0.03934850826551095,0.07493056761250058,0.15372517456988796,0.2700552199057361,0.08639509395524547,0.15372517456988796,0.28074558020893553,0.07973081358795472,0.5,0.15372517456988796,0.15502498008569998,0.009563403358324838,0.0,0.14486803624295225,0.03158509926353147 -6904,0.5,0.15372517456988796,0.07411458311465462,0.07555473306447294,0.15372517456988796,0.012189981852250148,0.07103578306527468,0.15372517456988796,0.29523668732371844,0.08377114302739122,0.15372517456988796,0.1762431622182743,0.05748860897720204,0.15372517456988796,0.09706099865436751,0.017900638560280343,0.15372517456988796,0.03407125030024173,0.015822929333778202,0.15372517456988796,0.03045341001210241,0.07900901618738625,0.15372517456988796,0.1618590710071802,0.007126557756212261,0.5,0.15372517456988796,0.25679718643702193,0.027285628786392336,0.15372517456988796,0.21969982940132063,0.007740433157972326,0.5,0.15372517456988796,0.25804756851812616,0.06498781411212645,0.15372517456988796,0.24599351149419524,0.02066377516785625,0.15372517456988796,0.022785946836838673,0.07285427277937402,0.15372517456988796,0.02280714734024074,0.0291634900665228,0.15372517456988796,0.014929926112356684,0.034431251237958066,0.15372517456988796,0.14505414611412026,0.06661759546803826,0.15372517456988796,0.15260160380720794,0.06461120481949412,0.5,0.15372517456988796,0.12782459150113692,0.006261663392361401,0.0,0.12831295766993697,0.01924334810459517 -6905,0.5,0.15372517456988796,0.0016083632623330154,0.04810882678943822,0.15372517456988796,0.0024550807089315906,0.03857040738387325,0.15372517456988796,0.03987917046283666,0.027857167277006406,0.15372517456988796,0.0003568535863406441,0.0167614697947645,0.15372517456988796,0.017388249470348387,0.009659531359162324,0.15372517456988796,0.014645538174866957,0.004436190594536021,0.15372517456988796,0.004653642579064369,0.04495500281642087,0.15372517456988796,0.07615613255146667,0.0005976971537878931,0.5,0.15372517456988796,0.08036117377631445,0.01032832653989883,0.15372517456988796,0.06685485352178638,0.0008941201502058071,0.5,0.15372517456988796,0.07523801576205005,0.0036786583766874226,0.15372517456988796,0.08017424333056437,0.0018051628281672057,0.15372517456988796,0.0044808961656374515,0.056148238340329525,0.15372517456988796,0.009198127674378345,0.013203676977692771,0.15372517456988796,0.004481173072927933,0.02081425313541881,0.15372517456988796,0.03646918360838637,0.019963686799874057,0.15372517456988796,0.04522849047257883,0.018561017566898,0.5,0.15372517456988796,0.036619824906694104,0.003529354247328296,0.0,0.1359342140177828,0.018395214107492588 -6906,0.5,0.15372517456988796,0.0,0.029725256300693736,0.15372517456988796,0.0,0.014737804297395159,0.15372517456988796,0.0,0.020446567222056122,0.15372517456988796,0.0,0.016980921648113566,0.15372517456988796,0.0,0.005478515010837845,0.15372517456988796,0.0,0.003785001630516412,0.15372517456988796,0.0,0.01817196557640194,0.15372517456988796,0.0,0.0013659494261306481,0.5,0.15372517456988796,0.0,0.007349004329523709,0.15372517456988796,0.0,0.001307426765250038,0.5,0.15372517456988796,0.0,0.003808539854964301,0.15372517456988796,0.0,0.002399115895722914,0.15372517456988796,0.0,0.044486935452874854,0.15372517456988796,0.0,0.006901921138398432,0.15372517456988796,0.0,0.018757115876807312,0.15372517456988796,0.0,0.009977867477721074,0.15372517456988796,0.0,0.006846173867571496,0.5,0.15372517456988796,0.0,0.0018656754412729793,0.0,0.15985882311127925,0.007355713193770904 -6907,0.5,0.15372517456988796,0.0,0.02689039189310348,0.15372517456988796,0.0,0.01268990403558672,0.15372517456988796,0.0,0.009665626404936303,0.15372517456988796,0.0,0.014610728931489934,0.15372517456988796,0.0,0.002998123540197036,0.15372517456988796,0.0,0.008889965526047688,0.15372517456988796,0.0,0.010962216194268105,0.15372517456988796,0.0,0.0049448543778462944,0.5,0.15372517456988796,0.0,0.005497871158316821,0.15372517456988796,0.0,0.0029949020827587944,0.5,0.15372517456988796,0.0,0.0007447459828968129,0.15372517456988796,0.0,0.00678869406781624,0.15372517456988796,0.0,0.04491706309631533,0.15372517456988796,0.0,0.007420017542511877,0.15372517456988796,0.0,0.014637553607371073,0.15372517456988796,0.0,0.01180153953579746,0.15372517456988796,0.0,0.003050443722439327,0.5,0.15372517456988796,0.0,0.0015114270589723614,0.0,0.13883878024615912,0.0009743116443535391 -6908,0.5,0.15372517456988796,0.0,0.03118331296230521,0.15372517456988796,0.0,0.02267688749338774,0.15372517456988796,0.0,0.015406423854665218,0.15372517456988796,0.0,0.010105566793122906,0.15372517456988796,0.0,0.0014269312056004657,0.15372517456988796,0.0,0.012472084707715367,0.15372517456988796,0.0,0.00869779783096862,0.15372517456988796,0.0,0.009061021298905885,0.5,0.15372517456988796,0.0,0.004282934903850766,0.15372517456988796,0.0,0.005680216018259639,0.5,0.15372517456988796,0.0,0.0003950201589138346,0.15372517456988796,0.0,0.009549424733689768,0.15372517456988796,0.0,0.04660986082586905,0.15372517456988796,0.0,0.00621139477073202,0.15372517456988796,0.0,0.01226420358764347,0.15372517456988796,0.0,0.007976019712130723,0.15372517456988796,0.0,0.00272016600021024,0.5,0.15372517456988796,0.0,0.002723271234021443,0.0,0.15359792899844704,4.539616734103248e-05 -6909,0.5,0.15372517456988796,0.0,0.028555055227822864,0.15372517456988796,0.0,0.019523459148318836,0.15372517456988796,0.0,0.025291144639057794,0.15372517456988796,0.0,0.01221821912428307,0.15372517456988796,0.0,0.001445419555150671,0.15372517456988796,0.0,0.017631146677539063,0.15372517456988796,0.0,0.006182610474930435,0.15372517456988796,0.0,0.00993147419546372,0.5,0.15372517456988796,0.0,0.004275502196782319,0.15372517456988796,0.0,0.008248431799342941,0.5,0.15372517456988796,0.0,0.00019563881071910043,0.15372517456988796,0.0,0.009765156692180936,0.15372517456988796,0.0,0.04246445137865433,0.15372517456988796,0.0,0.007609095349643824,0.15372517456988796,0.0,0.010208543929892974,0.15372517456988796,0.0,0.006211944229964656,0.15372517456988796,0.0,0.0015058115801377724,0.5,0.15372517456988796,0.0,0.00399991364459716,0.0,0.17426805744091603,8.436642036882559e-06 -6910,0.5,0.15372517456988796,0.0,0.02358939749532614,0.15372517456988796,0.0,0.009353243580526823,0.15372517456988796,0.0,0.019457787815039273,0.15372517456988796,0.0,0.01713697325664506,0.15372517456988796,0.0,0.0032510593876034907,0.15372517456988796,0.0,0.021082878802510377,0.15372517456988796,0.0,0.007031887606630333,0.15372517456988796,0.0,0.009187111725122713,0.5,0.15372517456988796,0.0,0.004960404223933311,0.15372517456988796,0.0,0.011711054523123422,0.5,0.15372517456988796,0.0,0.0006563453820928304,0.15372517456988796,0.0,0.015579221599940652,0.15372517456988796,0.0,0.04697412946360631,0.15372517456988796,0.0,0.008380118601447852,0.15372517456988796,0.0,0.006509966662853846,0.15372517456988796,0.0,0.007168617917063101,0.15372517456988796,0.0,0.001140032056340255,0.5,0.15372517456988796,0.0,0.004308108480727056,0.0,0.16715301718805453,0.0008018996152651576 -6911,0.5,0.15372517456988796,0.0,0.016732449877785723,0.15372517456988796,0.0,0.011565445514401222,0.15372517456988796,0.0,0.012433890283429873,0.15372517456988796,0.0,0.015897867863853547,0.15372517456988796,0.0,0.005247964483030324,0.15372517456988796,0.0,0.021690986949187526,0.15372517456988796,0.0,0.008441919345018225,0.15372517456988796,0.0,0.007754673642097219,0.5,0.15372517456988796,0.0,0.006446531523933187,0.15372517456988796,0.0,0.013968123822650152,0.5,0.15372517456988796,0.0,0.003285776918670948,0.15372517456988796,0.0,0.022770226694778763,0.15372517456988796,0.0,0.054222025926789305,0.15372517456988796,0.0,0.006797902066769635,0.15372517456988796,0.0,0.002119525940097348,0.15372517456988796,0.0,0.007531996619036484,0.15372517456988796,0.0,0.002007086042847252,0.5,0.15372517456988796,0.0,0.0060042737923247675,0.0,0.16896437634656047,0.0001326011123630756 -6912,0.5,0.15372517456988796,0.0,0.009860031169255507,0.15372517456988796,0.0,0.014089430188313472,0.15372517456988796,0.0,0.007772197067989044,0.15372517456988796,0.0,0.012246828186126085,0.15372517456988796,0.0,0.009416825105117375,0.15372517456988796,0.0,0.020780714055760097,0.15372517456988796,0.0,0.010807734974473607,0.15372517456988796,0.0,0.009003127936747617,0.5,0.15372517456988796,0.0,0.010647251679114093,0.15372517456988796,0.0,0.017733509569385145,0.5,0.15372517456988796,0.0,0.005838877422181472,0.15372517456988796,0.0,0.03510263593694547,0.15372517456988796,0.0,0.046032830400918816,0.15372517456988796,0.0,0.011208869353820271,0.15372517456988796,0.0,0.001086328519600922,0.15372517456988796,0.0,0.00984629493474523,0.15372517456988796,0.0,0.0030883370641943114,0.5,0.15372517456988796,0.0,0.011775352986740126,0.0,0.17047658089682557,0.00044920598994484506 -6913,0.5,0.15372517456988796,0.0,0.00683602958094561,0.15372517456988796,0.0,0.021444265429365696,0.15372517456988796,0.0,0.008496232701014284,0.15372517456988796,0.0,0.01047240840988807,0.15372517456988796,0.0,0.01715687241317312,0.15372517456988796,0.0,0.019997494137289747,0.15372517456988796,0.0,0.012544489421501713,0.15372517456988796,0.0,0.015040969518558163,0.5,0.15372517456988796,0.0,0.017193926286791745,0.15372517456988796,0.0,0.021540163191610943,0.5,0.15372517456988796,0.0,0.005724331852450046,0.15372517456988796,0.0,0.04415429556354307,0.15372517456988796,0.0,0.041836180197416965,0.15372517456988796,0.0,0.012542626587229353,0.15372517456988796,0.0,0.001211143822504615,0.15372517456988796,0.0,0.011000676888926269,0.15372517456988796,0.0,0.004420021544174826,0.5,0.15372517456988796,0.0,0.016837540129542913,0.0,0.1455051425398745,0.0005804861486098822 -6914,0.5,0.15372517456988796,0.0,0.008899560781003513,0.15372517456988796,0.0,0.011950888534504572,0.15372517456988796,0.0,0.011235284456187938,0.15372517456988796,0.0,0.012435074414225013,0.15372517456988796,0.0,0.02264971633159795,0.15372517456988796,0.0,0.02016989749159715,0.15372517456988796,0.0,0.01366849608524892,0.15372517456988796,0.0,0.024151641789191096,0.5,0.15372517456988796,0.0,0.027714805295444008,0.15372517456988796,0.0,0.01880365072641542,0.5,0.15372517456988796,0.0,0.008094898881962298,0.15372517456988796,0.0,0.06314200677987256,0.15372517456988796,0.0,0.047856796378975344,0.15372517456988796,0.0,0.008718269638235002,0.15372517456988796,0.0,0.001878208075347622,0.15372517456988796,0.0,0.012464099351155023,0.15372517456988796,0.0,0.005920720889716418,0.5,0.15372517456988796,0.0,0.02420226179213475,0.0,0.1359877929064549,0.00018956512137407257 -6915,0.5,0.15372517456988796,0.0,0.01192660045464679,0.15372517456988796,0.0,0.00805222298153043,0.15372517456988796,0.0,0.01401539957259919,0.15372517456988796,0.0,0.015850669132729436,0.15372517456988796,0.0,0.03238742359952387,0.15372517456988796,0.0,0.022006045260194965,0.15372517456988796,0.0,0.014974987977217665,0.15372517456988796,0.0,0.033302595985136914,0.5,0.15372517456988796,0.0,0.04369319297032784,0.15372517456988796,0.0,0.015489305084771579,0.5,0.15372517456988796,0.0,0.012221338000061269,0.15372517456988796,0.0,0.10721444124520874,0.15372517456988796,0.0,0.0393129713586652,0.15372517456988796,0.0,0.012561000721884345,0.15372517456988796,0.0,0.0036777856467003476,0.15372517456988796,0.0,0.015081663819720169,0.15372517456988796,0.0,0.009225472274625472,0.5,0.15372517456988796,0.0,0.02883829432266585,0.0,0.15061366401477583,0.0017567466140438527 -6916,0.5,0.15372517456988796,0.0,0.012830460500459929,0.15372517456988796,0.0,0.008915731906199247,0.15372517456988796,0.0,0.015715036029384056,0.15372517456988796,0.0,0.018251729244212474,0.15372517456988796,0.0,0.03198493655300731,0.15372517456988796,0.0,0.02674558048982378,0.15372517456988796,0.0,0.015353956367736479,0.15372517456988796,0.0,0.04431769635769025,0.5,0.15372517456988796,0.0,0.06498301318993636,0.15372517456988796,0.0,0.01776978270986787,0.5,0.15372517456988796,0.0,0.02123550515035263,0.15372517456988796,0.0,0.16841074712941148,0.15372517456988796,0.0,0.03064880939819303,0.15372517456988796,0.0,0.01479169731946995,0.15372517456988796,0.0,0.00660992454980861,0.15372517456988796,0.0,0.017993432301101224,0.15372517456988796,0.0,0.014338961006850812,0.5,0.15372517456988796,0.0,0.02795448170558473,0.0,0.157246550290346,0.00902605408176976 -6917,0.5,0.15372517456988796,0.0,0.011763699783166154,0.15372517456988796,0.0,0.009781989649270422,0.15372517456988796,0.0,0.01484579497272701,0.15372517456988796,0.0,0.017420489583215126,0.15372517456988796,0.0,0.019844647415535602,0.15372517456988796,0.0,0.03542057468820696,0.15372517456988796,0.0,0.01910656740804752,0.15372517456988796,0.0,0.046562480723515466,0.5,0.15372517456988796,0.0,0.15005867668907133,0.15372517456988796,0.0,0.026905712089507726,0.5,0.15372517456988796,0.0,0.02356281036628253,0.15372517456988796,0.0,0.23312976736078905,0.15372517456988796,0.0,0.037673027175015035,0.15372517456988796,0.0,0.010023699350492984,0.15372517456988796,0.0,0.01018204161743717,0.15372517456988796,0.0,0.022613166763586604,0.15372517456988796,0.0,0.019495285272546105,0.5,0.15372517456988796,0.0,0.024828286570343864,0.0,0.14614220166616942,0.008924796866972288 -6918,0.5,0.15372517456988796,0.0,0.011452451641899933,0.15372517456988796,0.0,0.006731088370563341,0.15372517456988796,0.0,0.013090653430404883,0.15372517456988796,0.0,0.014401110077070366,0.15372517456988796,0.0,0.010356545651341947,0.15372517456988796,0.0,0.034108912096320214,0.15372517456988796,0.0,0.024630179745672977,0.15372517456988796,0.0,0.04956790213534831,0.5,0.15372517456988796,0.0,0.25195647047256087,0.15372517456988796,0.0,0.05061109850564597,0.5,0.15372517456988796,0.0,0.04617061020740255,0.15372517456988796,0.0,0.26695112158047973,0.15372517456988796,0.0,0.043038245044021324,0.15372517456988796,0.0,0.004887866847243207,0.15372517456988796,0.0,0.009735673508832634,0.15372517456988796,0.0,0.02801728478381691,0.15372517456988796,0.0,0.0268738905140675,0.5,0.15372517456988796,0.0,0.03412828768669055,0.0,0.14577411592490758,0.00526185296046654 -6919,0.5,0.15372517456988796,0.0,0.011541772682193481,0.15372517456988796,0.0,0.0014161121655383586,0.15372517456988796,0.0,0.00929627625699696,0.15372517456988796,0.0,0.010495270926476672,0.15372517456988796,0.0,0.008044987736699427,0.15372517456988796,0.0,0.028807918463097167,0.15372517456988796,0.0,0.025761958109281776,0.15372517456988796,0.0,0.0886991261531831,0.5,0.15372517456988796,0.0,0.2824339577655545,0.15372517456988796,0.0,0.11230842087012148,0.5,0.15372517456988796,0.0,0.16668794243065382,0.15372517456988796,0.0,0.277524675311042,0.15372517456988796,0.0,0.032467118201328915,0.15372517456988796,0.0,0.003327106243747131,0.15372517456988796,0.0,0.0069358591915017875,0.15372517456988796,0.0,0.03436796260889845,0.15372517456988796,0.0,0.06365750330330383,0.5,0.15372517456988796,0.0,0.08574829976290653,0.0,0.16879457452802923,0.003665352634203051 -6920,0.5,0.15372517456988796,0.008381456349802432,0.01143860166208009,0.15372517456988796,0.011507767426093411,0.001188510763518176,0.15372517456988796,0.00584842133951237,0.006423858402386517,0.15372517456988796,0.017678608783317347,0.006376194757235664,0.15372517456988796,0.0027944043980056197,0.006846040626756846,0.15372517456988796,0.000368611239265529,0.02567263107110681,0.15372517456988796,0.0005094082543680296,0.02413902302121268,0.15372517456988796,0.0003162675389085597,0.17793727246934637,0.5,0.15372517456988796,0.003176189163025926,0.2698631433752485,0.15372517456988796,0.0018061212221535978,0.16782600532888797,0.5,0.15372517456988796,0.002595268227930924,0.42244713588191984,0.15372517456988796,0.0007057830964246107,0.22679600746864925,0.15372517456988796,0.007191782832813228,0.020053653058989825,0.15372517456988796,0.0036057561860510165,0.0046598000644196835,0.15372517456988796,0.0032100117497496907,0.004587828325603265,0.15372517456988796,0.0003968825609097495,0.05134197455333124,0.15372517456988796,0.0009500801645887652,0.14091966199328798,0.5,0.15372517456988796,0.0038345243650160874,0.1950460395915708,0.0,0.20489734837678067,0.003110828121746767 -6921,0.5,0.15372517456988796,0.03645300774700059,0.011474760530282778,0.15372517456988796,0.07509493033727252,0.001645592561619183,0.15372517456988796,0.024737891747927496,0.0076394206723978475,0.15372517456988796,0.06175081503279321,0.005309505840657371,0.15372517456988796,0.02947798727140051,0.009148954020767854,0.15372517456988796,0.002540322769841499,0.032312161838912626,0.15372517456988796,0.0025116427111430023,0.022479077300517986,0.15372517456988796,0.009908961146190491,0.27096265928640884,0.5,0.15372517456988796,0.03666935756094685,0.2954346491221357,0.15372517456988796,0.004249077486302269,0.17748245283213723,0.5,0.15372517456988796,0.03286339990673739,0.4269865408302945,0.15372517456988796,0.005196078802801647,0.1738509016555772,0.15372517456988796,0.0663129393734878,0.01805598511030784,0.15372517456988796,0.040565141058983,0.007432200842664603,0.15372517456988796,0.02027331710355789,0.003729781099320042,0.15372517456988796,0.00220246556632948,0.10179708276741206,0.15372517456988796,0.0032768760726238047,0.2213830440617261,0.5,0.15372517456988796,0.01512539055384765,0.240564765689476,0.0,0.20400535307270812,0.004481001289572738 -6922,0.5,0.15372517456988796,0.07956601564333533,0.012464516610110042,0.15372517456988796,0.15110254144234297,0.006611253815917192,0.15372517456988796,0.02823696358475605,0.012025316999164407,0.15372517456988796,0.09061193029061398,0.010141652895961663,0.15372517456988796,0.05474716079731619,0.012771870384931747,0.15372517456988796,0.004021632364514164,0.05308296720932146,0.15372517456988796,0.007802546801648737,0.023232197754616882,0.15372517456988796,0.0655828175690549,0.37002068510378183,0.5,0.15372517456988796,0.05914730576136373,0.3056645225435369,0.15372517456988796,0.007017598236545052,0.13259545794921196,0.5,0.15372517456988796,0.07032197528678635,0.5714916206818841,0.15372517456988796,0.022528353352134812,0.14156104197499383,0.15372517456988796,0.14580489501693983,0.023821530023468325,0.15372517456988796,0.09244013229473998,0.01230957908973284,0.15372517456988796,0.032311887690628815,0.004302055264932792,0.15372517456988796,0.01364516738304723,0.1828806222199404,0.15372517456988796,0.025965489542719187,0.3268042400857923,0.5,0.15372517456988796,0.029849862953983043,0.2709309286150444,0.0,0.14558872453895763,0.0072750175154909615 -6923,0.5,0.15372517456988796,0.12194678768026695,0.0147456670665956,0.15372517456988796,0.24214338343156583,0.00802222173451957,0.15372517456988796,0.01691428197586084,0.016730086935625565,0.15372517456988796,0.0648619096899585,0.009903777198855164,0.15372517456988796,0.07915645433820373,0.014230812931917376,0.15372517456988796,0.005548922114330615,0.07853788476181633,0.15372517456988796,0.010071553864135826,0.03645275114534966,0.15372517456988796,0.1250439642673402,0.4229504270269342,0.5,0.15372517456988796,0.07075629756690097,0.2953690764549861,0.15372517456988796,0.024512370465922556,0.1066283444469908,0.5,0.15372517456988796,0.06457067478059227,0.518951414008891,0.15372517456988796,0.06778389430076297,0.15526442855140052,0.15372517456988796,0.2155342814929741,0.028755463312908573,0.15372517456988796,0.144780629128353,0.013884764465893411,0.15372517456988796,0.045711037248396154,0.0052215172412974796,0.15372517456988796,0.044928816950907426,0.24069269129114024,0.15372517456988796,0.06347769996846701,0.45483669835431545,0.5,0.15372517456988796,0.03293931843139624,0.24441071496143363,0.0,0.10647157163616698,0.007481525396227274 -6924,0.5,0.15372517456988796,0.14864574795045638,0.017062016266283203,0.15372517456988796,0.2678558802569104,0.003426356811881156,0.15372517456988796,0.017316728444043514,0.033335409337197884,0.15372517456988796,0.054148818499932125,0.009636086609459804,0.15372517456988796,0.0910973587934377,0.01547184763764896,0.15372517456988796,0.015276206996888368,0.09040829544079049,0.15372517456988796,0.011660136967576368,0.05704786434201187,0.15372517456988796,0.16125533988544155,0.38128606583250557,0.5,0.15372517456988796,0.11697973741177012,0.3494584317173007,0.15372517456988796,0.0761421957567276,0.111644116446688,0.5,0.15372517456988796,0.030396454911934247,0.379670036159292,0.15372517456988796,0.09466285308989404,0.2621293662296495,0.15372517456988796,0.24922296816234177,0.02769048598045169,0.15372517456988796,0.19541359621290394,0.008854580259947786,0.15372517456988796,0.059789332009167695,0.005814554439455996,0.15372517456988796,0.05865297019207964,0.2320772375697535,0.15372517456988796,0.07348240605376921,0.42274617362962424,0.5,0.15372517456988796,0.029861120398049293,0.16819417665532793,0.0,0.10951202081578675,0.005330490418526521 -6925,0.5,0.15372517456988796,0.1482703996288769,0.01457808048296358,0.15372517456988796,0.25123406725286074,0.0006806925478486612,0.15372517456988796,0.019118746113420553,0.04184454388027785,0.15372517456988796,0.05628565093936212,0.012446238106083723,0.15372517456988796,0.09153262434457327,0.015150967946418882,0.15372517456988796,0.038585657678334766,0.11456365516036104,0.15372517456988796,0.008503981116863206,0.08613341086254754,0.15372517456988796,0.217345869824895,0.39334416092848656,0.5,0.15372517456988796,0.21533106663212753,0.38694028735420505,0.15372517456988796,0.12905075934862606,0.3230216698375006,0.5,0.15372517456988796,0.035164853071115595,0.3660862564343717,0.15372517456988796,0.11586028052435408,0.29583808627241825,0.15372517456988796,0.2584472568851683,0.01482396995982111,0.15372517456988796,0.20877464920067862,0.005039587820364486,0.15372517456988796,0.08526636424591538,0.005822684777309428,0.15372517456988796,0.06329869016353591,0.23503737894657897,0.15372517456988796,0.06256691358465089,0.357904780823773,0.5,0.15372517456988796,0.04370126947136364,0.14220992570858063,0.0,0.08874845053948956,0.0032341812684392453 -6926,0.5,0.15372517456988796,0.1265049748583303,0.009184626059541682,0.15372517456988796,0.2348390457719109,0.0,0.15372517456988796,0.0191150566293396,0.05298572397481848,0.15372517456988796,0.06005472399463978,0.018615820198467144,0.15372517456988796,0.05563586658767412,0.0128846020857451,0.15372517456988796,0.06059564373712228,0.0933648292676931,0.15372517456988796,0.01371754942241693,0.11888849506795154,0.15372517456988796,0.2521971140745055,0.24061815195537606,0.5,0.15372517456988796,0.26764152297704047,0.30115409043541846,0.15372517456988796,0.13996614749868164,0.24628368193030617,0.5,0.15372517456988796,0.05227669181697525,0.23465281007693106,0.15372517456988796,0.06610780109247606,0.2699094822340616,0.15372517456988796,0.2460013975713299,0.005391380601024171,0.15372517456988796,0.20525358744237543,0.003357858764050806,0.15372517456988796,0.09136737862832067,0.004624393150486614,0.15372517456988796,0.06086418969053979,0.2070893735992525,0.15372517456988796,0.0523982645338466,0.2650594371823136,0.5,0.15372517456988796,0.05041337179382712,0.07425986532447049,0.0,0.06604809476683568,0.0024759826004579844 -6927,0.5,0.15372517456988796,0.09435784791218599,0.005733584683882062,0.15372517456988796,0.19792051534264113,0.0,0.15372517456988796,0.01267135653509198,0.05541347484217958,0.15372517456988796,0.044908430426041625,0.02943752582602998,0.15372517456988796,0.015839602759621083,0.010086660590465087,0.15372517456988796,0.07307714671280084,0.03837267426645713,0.15372517456988796,0.01697934976752289,0.09512462098016866,0.15372517456988796,0.34899828234944724,0.14074731189566692,0.5,0.15372517456988796,0.23489572315541735,0.2761484799965277,0.15372517456988796,0.07729603904182854,0.1352973573646745,0.5,0.15372517456988796,0.05787832263786985,0.22091755713000907,0.15372517456988796,0.05002184819964779,0.22054146582722764,0.15372517456988796,0.21042045647584684,0.0026251073901402255,0.15372517456988796,0.13657782673980087,0.005020303113108755,0.15372517456988796,0.06821209466878539,0.004745558790331592,0.15372517456988796,0.055612021352075616,0.12948293522681725,0.15372517456988796,0.047588141980709514,0.16535860756747375,0.5,0.15372517456988796,0.043348614632195144,0.039493143173441055,0.0,0.041245607868645714,0.003721555092136147 -6928,0.5,0.15372517456988796,0.0546040810881043,0.0034689824882677732,0.15372517456988796,0.10229999218650915,0.0,0.15372517456988796,0.006955029205415957,0.05136242622910169,0.15372517456988796,0.01472260709434688,0.02933157039206489,0.15372517456988796,0.004683953225373435,0.007511310399931074,0.15372517456988796,0.13577498824005174,0.020060028486303304,0.15372517456988796,0.041736538500362755,0.08767454038867709,0.15372517456988796,0.2779585735295273,0.045199714108381486,0.5,0.15372517456988796,0.14445207914701538,0.1594020148548708,0.15372517456988796,0.019213124253934687,0.20911590826125973,0.5,0.15372517456988796,0.0460560134572744,0.2099689077136012,0.15372517456988796,0.04747613789384561,0.177356245658176,0.15372517456988796,0.13726464991370413,0.0012351646920659115,0.15372517456988796,0.05286304459171761,0.006626542593365682,0.15372517456988796,0.025867345295524327,0.004084141923151802,0.15372517456988796,0.06139884062087986,0.11181938136091706,0.15372517456988796,0.03616554136552183,0.13384657960785273,0.5,0.15372517456988796,0.029572724520378475,0.03395604253286743,0.0,0.019246177710289254,0.011416576323722371 -6929,0.5,0.15372517456988796,0.0002212199814924641,0.0011480929236397036,0.15372517456988796,0.030868167217575515,0.0,0.15372517456988796,0.001317686785879315,0.0532340506172801,0.15372517456988796,0.0002643479376617341,0.032102226741453466,0.15372517456988796,0.0015539884084054237,0.007313513018699574,0.15372517456988796,0.07591411922874969,0.018465813635733148,0.15372517456988796,0.023948663282420686,0.07988083391092328,0.15372517456988796,0.08160256858324788,0.014336861914889388,0.5,0.15372517456988796,0.057025147588417445,0.07379968508525121,0.15372517456988796,0.003739842347430201,0.23849624084098278,0.5,0.15372517456988796,0.026387949151152175,0.07817327015125711,0.15372517456988796,0.020278348051328977,0.10945755484958411,0.15372517456988796,0.031399573446131146,0.0005560213756237592,0.15372517456988796,0.011104905889605578,0.007859576301361866,0.15372517456988796,0.005807767192231034,0.004404516174018849,0.15372517456988796,0.016911125058344613,0.08858776404534577,0.15372517456988796,0.0050349638440693395,0.07376826327414873,0.5,0.15372517456988796,0.0047618558820636285,0.08121713197519159,0.0,0.00859737341821331,0.024564444622200345 -6930,0.5,0.15372517456988796,0.0,0.0007433731789459171,0.15372517456988796,0.0,0.00015189999662710017,0.15372517456988796,0.0,0.06703332306824984,0.15372517456988796,0.0,0.03742536579897976,0.15372517456988796,0.0,0.01022256557175579,0.15372517456988796,0.0,0.03160591478430014,0.15372517456988796,0.0,0.06579543922899417,0.15372517456988796,0.0,0.03099459969326924,0.5,0.15372517456988796,0.0,0.0569724743816356,0.15372517456988796,0.0,0.1178000552947999,0.5,0.15372517456988796,0.0,0.06670261505594527,0.15372517456988796,0.0,0.0597868527100351,0.15372517456988796,0.0,0.0009284844303551607,0.15372517456988796,0.0,0.014746610435917781,0.15372517456988796,0.0,0.009324244538488314,0.15372517456988796,0.0,0.0679078626333671,0.15372517456988796,0.0,0.05527146940550299,0.5,0.15372517456988796,0.0,0.1152509922572524,0.0,0.005939142594847671,0.04875015168788672 -6931,0.5,0.15372517456988796,0.0,0.0006917184680201857,0.15372517456988796,0.0,0.0006643334697230783,0.15372517456988796,0.0,0.08902540404677328,0.15372517456988796,0.0,0.04262337995170778,0.15372517456988796,0.0,0.013695215178522332,0.15372517456988796,0.0,0.04236101083258555,0.15372517456988796,0.0,0.06412020381934616,0.15372517456988796,0.0,0.047315211416135594,0.5,0.15372517456988796,0.0,0.04691920983544088,0.15372517456988796,0.0,0.05360535442236145,0.5,0.15372517456988796,0.0,0.07363849748724423,0.15372517456988796,0.0,0.03037685332266512,0.15372517456988796,0.0,0.003284471397086303,0.15372517456988796,0.0,0.014179813774702694,0.15372517456988796,0.0,0.015399911383005012,0.15372517456988796,0.0,0.05056270469263721,0.15372517456988796,0.0,0.05682668176670874,0.5,0.15372517456988796,0.0,0.1072381494233913,0.0,0.003414552282672979,0.09111768620776543 -6932,0.5,0.15372517456988796,0.0,0.0008882743265186503,0.15372517456988796,0.0,0.00030996641236727705,0.15372517456988796,0.0,0.11892728704690678,0.15372517456988796,0.0,0.05535577680885943,0.15372517456988796,0.0,0.030480488102811076,0.15372517456988796,0.0,0.04923815688695819,0.15372517456988796,0.0,0.041601648412725616,0.15372517456988796,0.0,0.07197396933460931,0.5,0.15372517456988796,0.0,0.038255300604021075,0.15372517456988796,0.0,0.034218545922945834,0.5,0.15372517456988796,0.0,0.0439831063152288,0.15372517456988796,0.0,0.018674273622115583,0.15372517456988796,0.0,0.003157258917814603,0.15372517456988796,0.0,0.012327166914701575,0.15372517456988796,0.0,0.0278484200418165,0.15372517456988796,0.0,0.019175496621800302,0.15372517456988796,0.0,0.05330093162911306,0.5,0.15372517456988796,0.0,0.07435037858294774,0.0,0.0034563557091899606,0.051793348120253616 -6933,0.5,0.15372517456988796,0.0,0.00047603125225614454,0.15372517456988796,0.0,0.0017995331821799227,0.15372517456988796,0.0,0.09151546641615724,0.15372517456988796,0.0,0.05710245514512952,0.15372517456988796,0.0,0.01948987624601492,0.15372517456988796,0.0,0.06582822351762199,0.15372517456988796,0.0,0.05370795523757669,0.15372517456988796,0.0,0.08365691037234038,0.5,0.15372517456988796,0.0,0.021352293901061102,0.15372517456988796,0.0,0.02145515267266987,0.5,0.15372517456988796,0.0,0.009359400618111965,0.15372517456988796,0.0,0.01612232994313811,0.15372517456988796,0.0,0.0037016042955914006,0.15372517456988796,0.0,0.032128002779550704,0.15372517456988796,0.0,0.035116364773130515,0.15372517456988796,0.0,0.028102245707649468,0.15372517456988796,0.0,0.029635082440984797,0.5,0.15372517456988796,0.0,0.039565591257435875,0.0,0.0008335358588404751,0.0894180731619783 -6934,0.5,0.15372517456988796,0.0,0.0008890645799882462,0.15372517456988796,0.0,0.003126554159466764,0.15372517456988796,0.0,0.06931197234039668,0.15372517456988796,0.0,0.04564405304568143,0.15372517456988796,0.0,0.01720568155856458,0.15372517456988796,0.0,0.07011092383820242,0.15372517456988796,0.0,0.07326919428978487,0.15372517456988796,0.0,0.05887805022499378,0.5,0.15372517456988796,0.0,0.01820345968114229,0.15372517456988796,0.0,0.011170485204316601,0.5,0.15372517456988796,0.0,0.009183832702327548,0.15372517456988796,0.0,0.013500968508687927,0.15372517456988796,0.0,0.009587110094048619,0.15372517456988796,0.0,0.019328173641215987,0.15372517456988796,0.0,0.01959130356077319,0.15372517456988796,0.0,0.03385457474781666,0.15372517456988796,0.0,0.013657143539784759,0.5,0.15372517456988796,0.0,0.02030516710270991,0.0,0.0,0.13552842431828155 -6935,0.5,0.15372517456988796,0.0,0.0015594005109595976,0.15372517456988796,0.0,0.0023494459946254475,0.15372517456988796,0.0,0.045757863915518907,0.15372517456988796,0.0,0.03876998179079518,0.15372517456988796,0.0,0.03346479784588986,0.15372517456988796,0.0,0.06172381943667157,0.15372517456988796,0.0,0.06593761867291667,0.15372517456988796,0.0,0.06129251766392706,0.5,0.15372517456988796,0.0,0.01921418402827919,0.15372517456988796,0.0,0.004059367131748384,0.5,0.15372517456988796,0.0,0.007566434794073229,0.15372517456988796,0.0,0.01633414730640601,0.15372517456988796,0.0,0.01184261067848989,0.15372517456988796,0.0,0.010150651559600102,0.15372517456988796,0.0,0.010082088042233312,0.15372517456988796,0.0,0.02458092599649373,0.15372517456988796,0.0,0.009254325006745298,0.5,0.15372517456988796,0.0,0.0087814004127433,0.0,7.506839312997604e-05,0.10549352770260717 -6936,0.5,0.15372517456988796,0.0,0.0014472234203961908,0.15372517456988796,0.0,0.0013864188538265881,0.15372517456988796,0.0,0.03264476925791268,0.15372517456988796,0.0,0.03851559086964466,0.15372517456988796,0.0,0.044930212474769526,0.15372517456988796,0.0,0.06195892351807834,0.15372517456988796,0.0,0.05197119891183768,0.15372517456988796,0.0,0.07194563476031782,0.5,0.15372517456988796,0.0,0.01294161386331646,0.15372517456988796,0.0,0.002141728133758411,0.5,0.15372517456988796,0.0,0.0046469949842528795,0.15372517456988796,0.0,0.010912714891261735,0.15372517456988796,0.0,0.013561136525877562,0.15372517456988796,0.0,0.015318523888704421,0.15372517456988796,0.0,0.010144854788695255,0.15372517456988796,0.0,0.0188156888725012,0.15372517456988796,0.0,0.005293239081173865,0.5,0.15372517456988796,0.0,0.0035957643689059557,0.0,0.0035543916198663475,0.1127761013861837 -6937,0.5,0.15372517456988796,0.0,0.0017550568822547346,0.15372517456988796,0.0,0.0044750529411273395,0.15372517456988796,0.0,0.01592455810148795,0.15372517456988796,0.0,0.03190592685312948,0.15372517456988796,0.0,0.04423285349237927,0.15372517456988796,0.0,0.061359384426307756,0.15372517456988796,0.0,0.05176130075028508,0.15372517456988796,0.0,0.05592254448046999,0.5,0.15372517456988796,0.0,0.02024172962020666,0.15372517456988796,0.0,0.0010410637357375118,0.5,0.15372517456988796,0.0,0.0026696690063075608,0.15372517456988796,0.0,0.005216488178463263,0.15372517456988796,0.0,0.013136919726549972,0.15372517456988796,0.0,0.032867414531126724,0.15372517456988796,0.0,0.01453103724318544,0.15372517456988796,0.0,0.02357451782977304,0.15372517456988796,0.0,0.003429340951032965,0.5,0.15372517456988796,0.0,0.0007273074144790043,0.0,0.0038910961624738106,0.1391325111486918 -6938,0.5,0.15372517456988796,0.0,0.0017846770047100578,0.15372517456988796,0.0,0.012776211926287456,0.15372517456988796,0.0,0.01779545875582415,0.15372517456988796,0.0,0.02335779538755716,0.15372517456988796,0.0,0.04593512374005638,0.15372517456988796,0.0,0.06499412845210868,0.15372517456988796,0.0,0.05018088854692297,0.15372517456988796,0.0,0.05622367133186647,0.5,0.15372517456988796,0.0,0.017753651300695932,0.15372517456988796,0.0,0.0034499183240222124,0.5,0.15372517456988796,0.0,0.004900571877901556,0.15372517456988796,0.0,0.004938654721773674,0.15372517456988796,0.0,0.012452957576203846,0.15372517456988796,0.0,0.04772434608227062,0.15372517456988796,0.0,0.01984446490008644,0.15372517456988796,0.0,0.019576517732420917,0.15372517456988796,0.0,0.005553366627339343,0.5,0.15372517456988796,0.0,7.8988949939471e-05,0.0,0.0022510271337681975,0.2430566881496651 -6939,0.5,0.15372517456988796,0.0,0.003461120207888217,0.15372517456988796,0.0,0.02252224850729119,0.15372517456988796,0.0,0.026415543880398004,0.15372517456988796,0.0,0.024499038676363192,0.15372517456988796,0.0,0.05634767325048863,0.15372517456988796,0.0,0.07700950163397641,0.15372517456988796,0.0,0.06330045094332032,0.15372517456988796,0.0,0.053358937698753856,0.5,0.15372517456988796,0.0,0.012248968857915885,0.15372517456988796,0.0,0.003218058472744174,0.5,0.15372517456988796,0.0,0.008448345942358444,0.15372517456988796,0.0,0.0026316902079052086,0.15372517456988796,0.0,0.020513196300389887,0.15372517456988796,0.0,0.03735194300613294,0.15372517456988796,0.0,0.02074024650535906,0.15372517456988796,0.0,0.020473207703698256,0.15372517456988796,0.0,0.005497788559759508,0.5,0.15372517456988796,0.0,0.0008477231284825709,0.0,0.0,0.23321304800917214 -6940,0.5,0.15372517456988796,0.0,0.004853903092395359,0.15372517456988796,0.0,0.005290798659231781,0.15372517456988796,0.0,0.019019352547605867,0.15372517456988796,0.0,0.02692200163414249,0.15372517456988796,0.0,0.06823622552878601,0.15372517456988796,0.0,0.08837104854929168,0.15372517456988796,0.0,0.0688533572989972,0.15372517456988796,0.0,0.04296346748981141,0.5,0.15372517456988796,0.0,0.006762817235139428,0.15372517456988796,0.0,0.006536941611499556,0.5,0.15372517456988796,0.0,0.00634058984386906,0.15372517456988796,0.0,0.003923679539617395,0.15372517456988796,0.0,0.024657677346553646,0.15372517456988796,0.0,0.03456342794114264,0.15372517456988796,0.0,0.0187225827115418,0.15372517456988796,0.0,0.020888354374191127,0.15372517456988796,0.0,0.004476849677803227,0.5,0.15372517456988796,0.0,0.0014311320950779359,0.0,0.0003222021913836578,0.18852755676033145 -6941,0.5,0.15372517456988796,0.0,0.0028707245146430797,0.15372517456988796,0.0,0.0018043938807153672,0.15372517456988796,0.0,0.01944138217414368,0.15372517456988796,0.0,0.01882638524591985,0.15372517456988796,0.0,0.06801861294418435,0.15372517456988796,0.0,0.09551063615467362,0.15372517456988796,0.0,0.06948651374327844,0.15372517456988796,0.0,0.03702474863839813,0.5,0.15372517456988796,0.0,0.007066145735706937,0.15372517456988796,0.0,0.007919136509538467,0.5,0.15372517456988796,0.0,0.0046572465528320105,0.15372517456988796,0.0,0.004858446922802092,0.15372517456988796,0.0,0.01913436417857061,0.15372517456988796,0.0,0.04005291644614116,0.15372517456988796,0.0,0.022449943816574315,0.15372517456988796,0.0,0.020092266712375788,0.15372517456988796,0.0,0.0038747010740720926,0.5,0.15372517456988796,0.0,0.0026391393222701008,0.0,0.002020555321899911,0.1868477476366357 -6942,0.5,0.15372517456988796,0.0,0.001779247939543792,0.15372517456988796,0.0,0.008487553327080651,0.15372517456988796,0.0,0.012760806571929073,0.15372517456988796,0.0,0.014004426073464995,0.15372517456988796,0.0,0.06899637605792328,0.15372517456988796,0.0,0.08242522234351331,0.15372517456988796,0.0,0.07500709265589767,0.15372517456988796,0.0,0.03699374128533156,0.5,0.15372517456988796,0.0,0.010137757864163028,0.15372517456988796,0.0,0.012835714320096215,0.5,0.15372517456988796,0.0,0.003278727008881455,0.15372517456988796,0.0,0.006103912374304011,0.15372517456988796,0.0,0.019090827454922167,0.15372517456988796,0.0,0.04360960308124095,0.15372517456988796,0.0,0.016629095738442276,0.15372517456988796,0.0,0.02353414081344413,0.15372517456988796,0.0,0.0038399713249246594,0.5,0.15372517456988796,0.0,0.00251814005567241,0.0,0.004136102081592442,0.17667776176322456 -6943,0.5,0.15372517456988796,0.0,0.0010573436507035252,0.15372517456988796,0.0,0.013758737779883843,0.15372517456988796,0.0,0.009102010721683429,0.15372517456988796,0.0,0.009773218119694052,0.15372517456988796,0.0,0.06150360559401667,0.15372517456988796,0.0,0.06554566992711193,0.15372517456988796,0.0,0.061680055565794735,0.15372517456988796,0.0,0.04295725474772464,0.5,0.15372517456988796,0.0,0.012339822228166307,0.15372517456988796,0.0,0.006922448155298867,0.5,0.15372517456988796,0.0,0.00999320484347643,0.15372517456988796,0.0,0.004544394401370347,0.15372517456988796,0.0,0.024500544466078165,0.15372517456988796,0.0,0.04427789222276057,0.15372517456988796,0.0,0.015350219418795339,0.15372517456988796,0.0,0.01867164817962016,0.15372517456988796,0.0,0.005252515052670839,0.5,0.15372517456988796,0.0,0.0013830506031310506,0.0,1.6835181776441214e-05,0.2206246469454198 -6944,0.5,0.15372517456988796,0.02189230509988344,0.0019355859047252015,0.15372517456988796,0.004457996177036868,0.015087282488817412,0.15372517456988796,0.03659407342721434,0.006421198664043035,0.15372517456988796,0.03582958722519641,0.006706375667017586,0.15372517456988796,0.003985708821717402,0.056328494654747846,0.15372517456988796,0.0019412823880685778,0.04992406297774368,0.15372517456988796,0.007191202668228697,0.043078437238587286,0.15372517456988796,0.0041524180106589665,0.04193254627139034,0.5,0.15372517456988796,0.003963586073919779,0.01100793066447097,0.15372517456988796,0.0010361826546051753,0.0011057120883145811,0.5,0.15372517456988796,0.006480569356029292,0.01041159537604482,0.15372517456988796,0.0010262391935124198,0.012179365147970014,0.15372517456988796,0.005329376681742225,0.03146331794082207,0.15372517456988796,0.003948475048195771,0.054309767389033814,0.15372517456988796,0.014715242275405063,0.016805163537963054,0.15372517456988796,0.016920593457105143,0.019843791711838497,0.15372517456988796,0.014428263300948159,0.004306456871426897,0.5,0.15372517456988796,0.0069711035312541155,0.00129212723074987,0.0,0.00020492788653742223,0.28554608902186135 -6945,0.5,0.15372517456988796,0.09308383549131555,0.003871356741779587,0.15372517456988796,0.019322503017271175,0.014621843043094563,0.15372517456988796,0.13396142102113737,0.008210355879768719,0.15372517456988796,0.12713168221875543,0.01191492143056646,0.15372517456988796,0.014737912484936786,0.06816815836519816,0.15372517456988796,0.017949770980951293,0.050824340731513186,0.15372517456988796,0.04401846905108866,0.030787437693026286,0.15372517456988796,0.05146411027167422,0.03408099809216385,0.5,0.15372517456988796,0.05091508321019459,0.01610592801075477,0.15372517456988796,0.0035360137839844166,0.0008459370463859619,0.5,0.15372517456988796,0.0595007765691916,0.022259563628691213,0.15372517456988796,0.013774205661138603,0.013399322346118861,0.15372517456988796,0.0452635018592309,0.03882368076143856,0.15372517456988796,0.032185306411677835,0.06650552452172842,0.15372517456988796,0.07837242101613558,0.023855699583071453,0.15372517456988796,0.05710827451237489,0.01899752400859871,0.15372517456988796,0.05805091310753482,0.005982833288302858,0.5,0.15372517456988796,0.025337553738839832,0.0035628159547023922,0.0,0.00038846700781111306,0.35690484153008484 -6946,0.5,0.15372517456988796,0.16259402850751628,0.009338737840351713,0.15372517456988796,0.024895686240653317,0.031073244942303558,0.15372517456988796,0.20702980543246094,0.02522363395547969,0.15372517456988796,0.24915235003970881,0.027932824519691243,0.15372517456988796,0.04146505431713039,0.10128157301517524,0.15372517456988796,0.024419206244242788,0.08549608350517549,0.15372517456988796,0.04479206789240947,0.021994625043796963,0.15372517456988796,0.1417846349992529,0.03664111927923239,0.5,0.15372517456988796,0.14375947089074598,0.049397672866580256,0.15372517456988796,0.006779865264235013,0.001535410956172273,0.5,0.15372517456988796,0.11707083527831014,0.03549243588806896,0.15372517456988796,0.03750957499720649,0.007442837645844288,0.15372517456988796,0.08194463646648997,0.05576371309300944,0.15372517456988796,0.02718200675546821,0.07301985526003651,0.15372517456988796,0.09779283220673618,0.030567946923293586,0.15372517456988796,0.07405069664921231,0.016405250494912992,0.15372517456988796,0.08869280942610547,0.01940434984608558,0.5,0.15372517456988796,0.0345952657047663,0.003334456890694737,0.0,0.0021493561188969342,0.24778666712403286 -6947,0.5,0.15372517456988796,0.24578246026020667,0.0140691266072321,0.15372517456988796,0.035821335948674496,0.04853110666666381,0.15372517456988796,0.25676607988749034,0.05423956156957133,0.15372517456988796,0.3540847256524661,0.050617488984608015,0.15372517456988796,0.07014187417549869,0.17797584434199307,0.15372517456988796,0.024625929548331017,0.11271868262215637,0.15372517456988796,0.057996295206984336,0.02729649005880979,0.15372517456988796,0.22891767227821835,0.04875044336249955,0.5,0.15372517456988796,0.24296845614548823,0.0692904516607097,0.15372517456988796,0.02409749269334998,0.005822725822281656,0.5,0.15372517456988796,0.2330090252615313,0.02414950702563696,0.15372517456988796,0.045841335751003465,0.007157843244555234,0.15372517456988796,0.1170770058447978,0.09576120526777726,0.15372517456988796,0.08141855109249033,0.11614524754964231,0.15372517456988796,0.10914670873526465,0.04206256865030224,0.15372517456988796,0.08980404807439923,0.018793765727488827,0.15372517456988796,0.1296300367783025,0.024620732533122067,0.5,0.15372517456988796,0.03351707923655717,0.0045136927324840185,0.0,0.00351836012641603,0.2022149023122711 -6948,0.5,0.15372517456988796,0.3043131239872281,0.019012832677224246,0.15372517456988796,0.014588109587030332,0.037987798176217766,0.15372517456988796,0.30125644938944224,0.09378224142504867,0.15372517456988796,0.4102098837692518,0.0658169089899396,0.15372517456988796,0.04361774117095675,0.23873283029144357,0.15372517456988796,0.02730658988314162,0.1219232981390865,0.15372517456988796,0.06782117400895649,0.04401189994815422,0.15372517456988796,0.23363750151655538,0.049307323176771514,0.5,0.15372517456988796,0.2483468767505691,0.06277148455879043,0.15372517456988796,0.03261112566347663,0.009040831728836692,0.5,0.15372517456988796,0.3638078893307325,0.025462367063140784,0.15372517456988796,0.06040763117673187,0.017455023672765572,0.15372517456988796,0.0750931756174772,0.08970420076477624,0.15372517456988796,0.12970629459770014,0.20924514736120564,0.15372517456988796,0.09944451277425628,0.07048802558125061,0.15372517456988796,0.12070604989157226,0.02981890647851164,0.15372517456988796,0.25781347656276477,0.030881387200679306,0.5,0.15372517456988796,0.03693925854725951,0.0040328843601203715,0.0,0.0027493955720182804,0.1780443307467563 -6949,0.5,0.15372517456988796,0.28595463935597026,0.019685136041324245,0.15372517456988796,0.050163767353555225,0.04776360886384968,0.15372517456988796,0.3017629835898369,0.14009089657868276,0.15372517456988796,0.42181333633475127,0.07036856743244789,0.15372517456988796,0.028595964533749768,0.25586909233097166,0.15372517456988796,0.032544240252922296,0.1307784191804479,0.15372517456988796,0.05112755591649814,0.054281388215155595,0.15372517456988796,0.14767101261610815,0.03956322733895206,0.5,0.15372517456988796,0.14278695016565782,0.04654666887286892,0.15372517456988796,0.04690234047051385,0.0154721744311647,0.5,0.15372517456988796,0.2919321778002393,0.01564419983569974,0.15372517456988796,0.09646877363223669,0.035933326261808424,0.15372517456988796,0.04574091162883942,0.07076902868714072,0.15372517456988796,0.1596694035009602,0.30447378645004153,0.15372517456988796,0.11728305542700153,0.09003435188312603,0.15372517456988796,0.17928029217292427,0.04200411290129345,0.15372517456988796,0.30032240246325104,0.044000564950710454,0.5,0.15372517456988796,0.03534088264598395,0.005728098195011456,0.0,0.0005384896904978549,0.177307207964077 -6950,0.5,0.15372517456988796,0.20060811280177773,0.015036792494057743,0.15372517456988796,0.03316316821015172,0.028683236671547062,0.15372517456988796,0.23294560898909655,0.1423896891791109,0.15372517456988796,0.3891775471590116,0.07265217629952206,0.15372517456988796,0.060905744049375224,0.23891777138541498,0.15372517456988796,0.08656346272162596,0.159557485854127,0.15372517456988796,0.04099658597922538,0.06062675794063271,0.15372517456988796,0.09121126543441628,0.03248088378389838,0.5,0.15372517456988796,0.08992232378540457,0.03080773931847317,0.15372517456988796,0.10197332031696511,0.025237527045334024,0.5,0.15372517456988796,0.12533703101154367,0.00923697001178725,0.15372517456988796,0.06297297200383817,0.05647587794677336,0.15372517456988796,0.028899926230802363,0.057013598012201995,0.15372517456988796,0.0988122856059343,0.2720723612465929,0.15372517456988796,0.10264918062384953,0.09788969526646854,0.15372517456988796,0.18578041969429665,0.05421677800847517,0.15372517456988796,0.18430378150557813,0.04274485381947552,0.5,0.15372517456988796,0.040168342848956554,0.006458564808168395,0.0,0.000930912109070842,0.11485707347238537 -6951,0.5,0.15372517456988796,0.1143275293270003,0.011083678946756098,0.15372517456988796,0.03651882832745007,0.028927912145925105,0.15372517456988796,0.13956777717959987,0.0869863471220958,0.15372517456988796,0.2459477825059148,0.06906332724905921,0.15372517456988796,0.07933012223459969,0.27744681399772203,0.15372517456988796,0.1082805904127429,0.14940343418339436,0.15372517456988796,0.04411755053017294,0.06199083963020228,0.15372517456988796,0.07056827715762896,0.022714942360032932,0.5,0.15372517456988796,0.06822510194163163,0.02411040819689034,0.15372517456988796,0.03217723112947605,0.028950125765990903,0.5,0.15372517456988796,0.08620535873343159,0.005852198227046371,0.15372517456988796,0.028954172441222177,0.054415595738121526,0.15372517456988796,0.020954398656757443,0.06346344385857706,0.15372517456988796,0.06737696812967225,0.1856217859894953,0.15372517456988796,0.06672736376105248,0.08785993876965677,0.15372517456988796,0.15140413848928475,0.053504328385466315,0.15372517456988796,0.118212865286243,0.02489247404606442,0.5,0.15372517456988796,0.059797517880942216,0.0031393186744568913,0.0,0.004926953814776393,0.12410748168960635 -6952,0.5,0.15372517456988796,0.048732122212531356,0.007567371033148418,0.15372517456988796,0.1061144758377395,0.0340873683914991,0.15372517456988796,0.0938311757102985,0.024124016333506845,0.15372517456988796,0.08818747729688693,0.0305220717634303,0.15372517456988796,0.04630063167743645,0.1773108274605902,0.15372517456988796,0.09994911453871724,0.09160472549589771,0.15372517456988796,0.04668545076986129,0.04626565014054884,0.15372517456988796,0.03611701049032939,0.016262735712999816,0.5,0.15372517456988796,0.04624051642570243,0.025475780488480516,0.15372517456988796,0.006512159717005975,0.06770658605525658,0.5,0.15372517456988796,0.04240873857080431,0.005029956244406825,0.15372517456988796,0.020893521304072408,0.06603264818232019,0.15372517456988796,0.039640056367361995,0.06536473260689576,0.15372517456988796,0.05215537142205401,0.1398832782402643,0.15372517456988796,0.037114426186971056,0.06475939738247728,0.15372517456988796,0.10386482108924197,0.0330219916497253,0.15372517456988796,0.07022912566464794,0.012890071866854499,0.5,0.15372517456988796,0.03835917035351156,0.0012187857634398344,0.0,0.01357645601121501,0.16103363104200027 -6953,0.5,0.15372517456988796,3.154187887327449e-05,0.005963364033111389,0.15372517456988796,0.01276039201778813,0.044873127159651416,0.15372517456988796,0.008415894057019235,0.004385857976478487,0.15372517456988796,0.0,0.007696554342845856,0.15372517456988796,0.019147456321169626,0.08349529117047555,0.15372517456988796,0.0419427919355103,0.055637009854450706,0.15372517456988796,0.026322380456015478,0.03939083486734835,0.15372517456988796,0.006917840994271712,0.014172105719819729,0.5,0.15372517456988796,0.010140187054729442,0.019403287932374048,0.15372517456988796,0.000598711636710834,0.10886555229043712,0.5,0.15372517456988796,0.007723310639041375,0.0014923022896218222,0.15372517456988796,0.007491286665963961,0.055516257985973906,0.15372517456988796,0.01050858204353979,0.06195583943066693,0.15372517456988796,0.007326472271957723,0.10190493515234561,0.15372517456988796,0.0033685831829345795,0.048472439230190886,0.15372517456988796,0.027548360107742052,0.021967843932542037,0.15372517456988796,0.01746691308378272,0.006941541553375523,0.5,0.15372517456988796,0.004752562516525932,0.0016784260238325156,0.0,0.03277636943537331,0.20362881177003098 -6954,0.5,0.15372517456988796,0.0,0.0061529981160903585,0.15372517456988796,0.0,0.053860654242666034,0.15372517456988796,0.0,0.005876964533240393,0.15372517456988796,0.0,0.0034484230136864057,0.15372517456988796,0.0,0.06267027992353026,0.15372517456988796,0.0,0.05007980427175927,0.15372517456988796,0.0,0.041887784324607415,0.15372517456988796,0.0,0.012507987727973055,0.5,0.15372517456988796,0.0,0.01644463843064308,0.15372517456988796,0.0,0.12770389081210903,0.5,0.15372517456988796,0.0,0.0011629785208733517,0.15372517456988796,0.0,0.032339080653655816,0.15372517456988796,0.0,0.06596740129017846,0.15372517456988796,0.0,0.0694780062386737,0.15372517456988796,0.0,0.038386323207257246,0.15372517456988796,0.0,0.028609687991805726,0.15372517456988796,0.0,0.006685512804342354,0.5,0.15372517456988796,0.0,0.0040489826355899865,0.0,0.051970774154105934,0.21247144221156247 -6955,0.5,0.15372517456988796,0.0,0.006777760750249284,0.15372517456988796,0.0,0.029871714525316388,0.15372517456988796,0.0,0.007861987865175593,0.15372517456988796,0.0,0.0034836492712152565,0.15372517456988796,0.0,0.05799974525165603,0.15372517456988796,0.0,0.03381965467699181,0.15372517456988796,0.0,0.027649532778014112,0.15372517456988796,0.0,0.01206417544046585,0.5,0.15372517456988796,0.0,0.012369177008627271,0.15372517456988796,0.0,0.10599181317908667,0.5,0.15372517456988796,0.0,0.0011283333895098285,0.15372517456988796,0.0,0.021052110198602307,0.15372517456988796,0.0,0.05451317224148608,0.15372517456988796,0.0,0.05364620539647801,0.15372517456988796,0.0,0.030941024500462308,0.15372517456988796,0.0,0.022682211662965104,0.15372517456988796,0.0,0.006887921064372056,0.5,0.15372517456988796,0.0,0.006062531928513076,0.0,0.07093893571606526,0.15104583872933167 -6956,0.5,0.15372517456988796,0.0,0.0072155064625204985,0.15372517456988796,0.0,0.021951245845862097,0.15372517456988796,0.0,0.011083998493636048,0.15372517456988796,0.0,0.0030239093659131075,0.15372517456988796,0.0,0.051811371615914245,0.15372517456988796,0.0,0.029013895306229366,0.15372517456988796,0.0,0.02498800360402908,0.15372517456988796,0.0,0.014603908412963492,0.5,0.15372517456988796,0.0,0.011886731744609047,0.15372517456988796,0.0,0.07085807910666364,0.5,0.15372517456988796,0.0,0.0021893517337650734,0.15372517456988796,0.0,0.017684561144838906,0.15372517456988796,0.0,0.04856819912115792,0.15372517456988796,0.0,0.0537398563158462,0.15372517456988796,0.0,0.03013846704870163,0.15372517456988796,0.0,0.01764442437547663,0.15372517456988796,0.0,0.005415388914888474,0.5,0.15372517456988796,0.0,0.008018974273073295,0.0,0.09049190122624783,0.09458906973627222 -6957,0.5,0.15372517456988796,0.0,0.008231778972996033,0.15372517456988796,0.0,0.02476208425460764,0.15372517456988796,0.0,0.01341827242323859,0.15372517456988796,0.0,0.003273328782053793,0.15372517456988796,0.0,0.04671070210326769,0.15372517456988796,0.0,0.026752293648570014,0.15372517456988796,0.0,0.023233830673098803,0.15372517456988796,0.0,0.020118861508937467,0.5,0.15372517456988796,0.0,0.014693465770765076,0.15372517456988796,0.0,0.05227501900667079,0.5,0.15372517456988796,0.0,0.003139731293478752,0.15372517456988796,0.0,0.019327634570458403,0.15372517456988796,0.0,0.04737801042889218,0.15372517456988796,0.0,0.04986455976391894,0.15372517456988796,0.0,0.02661610705882545,0.15372517456988796,0.0,0.01516548084624909,0.15372517456988796,0.0,0.00560258461487241,0.5,0.15372517456988796,0.0,0.00774083347249028,0.0,0.11025992016514066,0.06077811532327696 -6958,0.5,0.15372517456988796,0.0,0.009867716010440456,0.15372517456988796,0.0,0.02278146493446613,0.15372517456988796,0.0,0.018134090114090402,0.15372517456988796,0.0,0.004563620109798749,0.15372517456988796,0.0,0.03642375863362321,0.15372517456988796,0.0,0.02871079742245232,0.15372517456988796,0.0,0.02232199758342662,0.15372517456988796,0.0,0.02931585444834636,0.5,0.15372517456988796,0.0,0.02765622070750008,0.15372517456988796,0.0,0.0377614899256836,0.5,0.15372517456988796,0.0,0.0020771794571567198,0.15372517456988796,0.0,0.020703748233897364,0.15372517456988796,0.0,0.04717472946450461,0.15372517456988796,0.0,0.039811936819811634,0.15372517456988796,0.0,0.020612829846868935,0.15372517456988796,0.0,0.015273523000796187,0.15372517456988796,0.0,0.005449176611773599,0.5,0.15372517456988796,0.0,0.0071031679415507224,0.0,0.12387731605554918,0.0524480012123763 -6959,0.5,0.15372517456988796,0.0,0.010729665612629592,0.15372517456988796,0.0,0.020397887093855014,0.15372517456988796,0.0,0.020482794500924013,0.15372517456988796,0.0,0.006142326976270271,0.15372517456988796,0.0,0.025267548185526383,0.15372517456988796,0.0,0.03729808408941785,0.15372517456988796,0.0,0.026261989081712355,0.15372517456988796,0.0,0.050375075044685524,0.5,0.15372517456988796,0.0,0.04060401373115424,0.15372517456988796,0.0,0.02557489138801007,0.5,0.15372517456988796,0.0,0.001694762985053536,0.15372517456988796,0.0,0.017113320421127818,0.15372517456988796,0.0,0.046867122006847305,0.15372517456988796,0.0,0.03674288538942206,0.15372517456988796,0.0,0.012655686388319647,0.15372517456988796,0.0,0.021340709088742343,0.15372517456988796,0.0,0.004768166551975003,0.5,0.15372517456988796,0.0,0.006332840880544333,0.0,0.11480209416362674,0.027909942140041933 -6960,0.5,0.15372517456988796,0.0,0.013416844400715432,0.15372517456988796,0.0,0.0259017640858579,0.15372517456988796,0.0,0.016660552577652206,0.15372517456988796,0.0,0.006655051841278205,0.15372517456988796,0.0,0.02642244938723182,0.15372517456988796,0.0,0.047023847600317824,0.15372517456988796,0.0,0.029550634238377477,0.15372517456988796,0.0,0.06457444545099295,0.5,0.15372517456988796,0.0,0.042076473811736445,0.15372517456988796,0.0,0.01867451925162973,0.5,0.15372517456988796,0.0,0.002313300721644945,0.15372517456988796,0.0,0.0171088686143843,0.15372517456988796,0.0,0.0455508669634053,0.15372517456988796,0.0,0.03541262694010443,0.15372517456988796,0.0,0.010178082968837768,0.15372517456988796,0.0,0.02084284159778661,0.15372517456988796,0.0,0.005789529630291402,0.5,0.15372517456988796,0.0,0.004944174396227661,0.0,0.12156523682839068,0.016592301284141044 -6961,0.5,0.15372517456988796,0.0,0.018929104789005086,0.15372517456988796,0.0,0.022739909101283682,0.15372517456988796,0.0,0.015526891559635568,0.15372517456988796,0.0,0.008521625173646307,0.15372517456988796,0.0,0.03043930605776685,0.15372517456988796,0.0,0.051803033806759324,0.15372517456988796,0.0,0.037337021452530574,0.15372517456988796,0.0,0.058572540304739476,0.5,0.15372517456988796,0.0,0.02105868241515751,0.15372517456988796,0.0,0.010406107213402634,0.5,0.15372517456988796,0.0,0.0028631013744113212,0.15372517456988796,0.0,0.013859842034450086,0.15372517456988796,0.0,0.0409896264658421,0.15372517456988796,0.0,0.03808067602825133,0.15372517456988796,0.0,0.011652444448601411,0.15372517456988796,0.0,0.01935748604606368,0.15372517456988796,0.0,0.005998630512475243,0.5,0.15372517456988796,0.0,0.004992960572813454,0.0,0.13520520542963071,0.05358855865230646 -6962,0.5,0.15372517456988796,0.0,0.020207017781820873,0.15372517456988796,0.0,0.016057858337537468,0.15372517456988796,0.0,0.012709498097401756,0.15372517456988796,0.0,0.009859478817918795,0.15372517456988796,0.0,0.03805403288322408,0.15372517456988796,0.0,0.049736977923068165,0.15372517456988796,0.0,0.04273179772362705,0.15372517456988796,0.0,0.0401896746645885,0.5,0.15372517456988796,0.0,0.01648146456882194,0.15372517456988796,0.0,0.007193828603836144,0.5,0.15372517456988796,0.0,0.0036912654444233844,0.15372517456988796,0.0,0.011728602236116189,0.15372517456988796,0.0,0.04215415954534256,0.15372517456988796,0.0,0.04551589867855608,0.15372517456988796,0.0,0.015954477566660883,0.15372517456988796,0.0,0.017771617946425844,0.15372517456988796,0.0,0.005548149839906772,0.5,0.15372517456988796,0.0,0.002695540825153084,0.0,0.15815535603184602,0.1582298164806963 -6963,0.5,0.15372517456988796,0.0,0.023149934663163396,0.15372517456988796,0.0,0.012842965662277966,0.15372517456988796,0.0,0.011472575767095075,0.15372517456988796,0.0,0.01010685563824942,0.15372517456988796,0.0,0.05285390793496193,0.15372517456988796,0.0,0.05187635024380165,0.15372517456988796,0.0,0.05052857879113051,0.15372517456988796,0.0,0.04375101177308269,0.5,0.15372517456988796,0.0,0.022598159910423098,0.15372517456988796,0.0,0.004955731990531835,0.5,0.15372517456988796,0.0,0.0013441815356235345,0.15372517456988796,0.0,0.01172905843903198,0.15372517456988796,0.0,0.043693548367988604,0.15372517456988796,0.0,0.05448095970696623,0.15372517456988796,0.0,0.021533439827683624,0.15372517456988796,0.0,0.023851043757243503,0.15372517456988796,0.0,0.004509764169553791,0.5,0.15372517456988796,0.0,0.002312172541137538,0.0,0.2246103998422288,0.30457983086958446 -6964,0.5,0.15372517456988796,0.0,0.029960349165341717,0.15372517456988796,0.0,0.02297290899029043,0.15372517456988796,0.0,0.007311984901552602,0.15372517456988796,0.0,0.009453452279128362,0.15372517456988796,0.0,0.06405449153564108,0.15372517456988796,0.0,0.07621444117776323,0.15372517456988796,0.0,0.058577088999013815,0.15372517456988796,0.0,0.05719287112660278,0.5,0.15372517456988796,0.0,0.020379322281915427,0.15372517456988796,0.0,0.008736068845202663,0.5,0.15372517456988796,0.0,0.0012918606184043847,0.15372517456988796,0.0,0.010790189791325478,0.15372517456988796,0.0,0.04179770741242295,0.15372517456988796,0.0,0.07001282299645276,0.15372517456988796,0.0,0.026784349620362226,0.15372517456988796,0.0,0.023836072630728324,0.15372517456988796,0.0,0.004568420167176617,0.5,0.15372517456988796,0.0,0.0023216153359504124,0.0,0.2574557315026293,0.3771226081850387 -6965,0.5,0.15372517456988796,0.0,0.03566461971725718,0.15372517456988796,0.0,0.0389748294899563,0.15372517456988796,0.0,0.00796240613872431,0.15372517456988796,0.0,0.006714100702262204,0.15372517456988796,0.0,0.07242836792334523,0.15372517456988796,0.0,0.09851140699117428,0.15372517456988796,0.0,0.0861768425919338,0.15372517456988796,0.0,0.07185962616793828,0.5,0.15372517456988796,0.0,0.020917319380492124,0.15372517456988796,0.0,0.016615592834808842,0.5,0.15372517456988796,0.0,0.0008892517168207863,0.15372517456988796,0.0,0.010476027852645243,0.15372517456988796,0.0,0.05279353907872678,0.15372517456988796,0.0,0.07939767468001888,0.15372517456988796,0.0,0.03522438301190814,0.15372517456988796,0.0,0.03152281979279402,0.15372517456988796,0.0,0.004973297206509746,0.5,0.15372517456988796,0.0,0.006149705575653435,0.0,0.29109109110053116,0.5303217051748182 -6966,0.5,0.15372517456988796,0.0,0.04825101987488088,0.15372517456988796,0.0,0.034481715398552916,0.15372517456988796,0.0,0.011078140678847114,0.15372517456988796,0.0,0.007267291255763463,0.15372517456988796,0.0,0.10284504728656493,0.15372517456988796,0.0,0.13785911306909218,0.15372517456988796,0.0,0.1051724599347295,0.15372517456988796,0.0,0.08258330222836954,0.5,0.15372517456988796,0.0,0.023062538445011594,0.15372517456988796,0.0,0.016735623178347363,0.5,0.15372517456988796,0.0,0.003242145281121672,0.15372517456988796,0.0,0.008648098228120647,0.15372517456988796,0.0,0.07708739428032954,0.15372517456988796,0.0,0.10347259818816074,0.15372517456988796,0.0,0.040008891938923916,0.15372517456988796,0.0,0.037225248986268826,0.15372517456988796,0.0,0.005036168983357815,0.5,0.15372517456988796,0.0,0.006005685180676178,0.0,0.3351410140800233,0.746704985888616 -6967,0.5,0.15372517456988796,0.0,0.05438449856452033,0.15372517456988796,0.0,0.054917510963674566,0.15372517456988796,0.0,0.014274691826575404,0.15372517456988796,0.0,0.009668665744728777,0.15372517456988796,0.0,0.1286946555979577,0.15372517456988796,0.0,0.16354913399034166,0.15372517456988796,0.0,0.14026998222627285,0.15372517456988796,0.0,0.09321816818354317,0.5,0.15372517456988796,0.0,0.027788402358391057,0.15372517456988796,0.0,0.012196896193246919,0.5,0.15372517456988796,0.0,0.003450953797654553,0.15372517456988796,0.0,0.013404258188244629,0.15372517456988796,0.0,0.10584743472990776,0.15372517456988796,0.0,0.13502760419673457,0.15372517456988796,0.0,0.05755343791329254,0.15372517456988796,0.0,0.046124309005166834,0.15372517456988796,0.0,0.0058730168924816225,0.5,0.15372517456988796,0.0,0.0036496206903092144,0.0,0.3379860863054239,0.8716929762021277 -6968,0.5,0.15372517456988796,0.009654331405248467,0.05521810519199914,0.15372517456988796,0.0012896188785704113,0.07837951366030971,0.15372517456988796,0.018909802410920513,0.015716717094690424,0.15372517456988796,0.02496671220978713,0.0087885454635255,0.15372517456988796,0.00467692367461385,0.1646815950367689,0.15372517456988796,0.0007777008323832088,0.1885996676115013,0.15372517456988796,0.0066913674216568155,0.15358649931578724,0.15372517456988796,0.0012792451879367192,0.10742388913235806,0.5,0.15372517456988796,0.00418268981993511,0.029992806988940864,0.15372517456988796,0.037660880514187776,0.009392273166827555,0.5,0.15372517456988796,0.025820233907201062,0.007645902324990384,0.15372517456988796,0.03622463299310248,0.015531700950312359,0.15372517456988796,0.0014329631121772803,0.1387156393951828,0.15372517456988796,0.004843798730859087,0.18468533047989422,0.15372517456988796,0.007154034791534124,0.06996282139441909,0.15372517456988796,0.010475127170283312,0.06314947894569843,0.15372517456988796,0.017748148996866747,0.006236368598762289,0.5,0.15372517456988796,0.016058623195115453,0.002670508935423246,0.0,0.3169965004606936,0.9342283232202941 -6969,0.5,0.15372517456988796,0.041234850481059786,0.07421824143495664,0.15372517456988796,0.03787256108303949,0.1449533991531241,0.15372517456988796,0.08076330007692817,0.02299006404002948,0.15372517456988796,0.10157243630554343,0.013610521754320148,0.15372517456988796,0.04948842738474107,0.20617623078561326,0.15372517456988796,0.006680199187852299,0.20888339291531308,0.15372517456988796,0.05225947732300947,0.20120184921476136,0.15372517456988796,0.015633183648446118,0.1319218191455768,0.5,0.15372517456988796,0.049355823334315915,0.03658339994499531,0.15372517456988796,0.162131039060386,0.005795458896454008,0.5,0.15372517456988796,0.13977092668945218,0.016146798085976178,0.15372517456988796,0.17146868755056538,0.019683302414035028,0.15372517456988796,0.037941704882834285,0.2100593953414129,0.15372517456988796,0.06393532319946167,0.24650454299293317,0.15372517456988796,0.08084530176667179,0.09231135361324318,0.15372517456988796,0.09021670295480322,0.10208439286342867,0.15372517456988796,0.08831277395192383,0.013096432699078496,0.5,0.15372517456988796,0.06717812782001431,0.003445542785442117,0.0,0.29794323383448956,0.9534603823850785 -6970,0.5,0.15372517456988796,0.09822726338125762,0.109710905998789,0.15372517456988796,0.17564094673703434,0.2564445696151505,0.15372517456988796,0.19546470393113238,0.05080948583219228,0.15372517456988796,0.2356128486747775,0.02801438864212193,0.15372517456988796,0.06573953256569715,0.2493572987750361,0.15372517456988796,0.00774760613101355,0.24531800597158615,0.15372517456988796,0.08042402111708982,0.2994145041891799,0.15372517456988796,0.03049365930293129,0.16754559660502016,0.5,0.15372517456988796,0.13521461032091148,0.05861158417385289,0.15372517456988796,0.31863463164591255,0.013418437234098645,0.5,0.15372517456988796,0.25227019450148347,0.08518195818950182,0.15372517456988796,0.31360627014997666,0.05608756867608137,0.15372517456988796,0.1234459198645802,0.2974414659503107,0.15372517456988796,0.10673983267915951,0.32071543660130725,0.15372517456988796,0.19160489005673648,0.16869937278647154,0.15372517456988796,0.1901691465661956,0.24744233613882965,0.15372517456988796,0.22384617664150108,0.050079914469028396,0.5,0.15372517456988796,0.14334688285636707,0.008300460746379133,0.0,0.2915429086842819,0.9751791572528464 -6971,0.5,0.15372517456988796,0.1775223001923555,0.14248937980012438,0.15372517456988796,0.2606994632305834,0.3457349666206293,0.15372517456988796,0.3592775861670328,0.10943353805779027,0.15372517456988796,0.39260149224469976,0.04572126634858888,0.15372517456988796,0.03952651224416574,0.31900067314015423,0.15372517456988796,0.022123918244547642,0.2709447185973338,0.15372517456988796,0.0747500639255022,0.3473998878834758,0.15372517456988796,0.054866663519773734,0.183123580339911,0.5,0.15372517456988796,0.2533762109904978,0.10049006168714462,0.15372517456988796,0.4720560369230572,0.02813740647044969,0.5,0.15372517456988796,0.35490193178274554,0.21331061710803914,0.15372517456988796,0.44425580799707914,0.09930445970799873,0.15372517456988796,0.2110194821630391,0.37192173032343157,0.15372517456988796,0.10976126672781256,0.3983210802792284,0.15372517456988796,0.27447465862678827,0.26272304113443373,0.15372517456988796,0.2654914613975229,0.2892669168922003,0.15372517456988796,0.3946880690346173,0.11714363440976075,0.5,0.15372517456988796,0.29558945174121426,0.02613410170386648,0.0,0.2673767809902899,0.9800742196138363 -6972,0.5,0.15372517456988796,0.28688979076637017,0.19301407530754117,0.15372517456988796,0.32485459449752824,0.4217258213850106,0.15372517456988796,0.47359734781966134,0.17426281979240432,0.15372517456988796,0.4948642503838194,0.06596616000565445,0.15372517456988796,0.039377420215919584,0.32588176136622404,0.15372517456988796,0.12480842623005221,0.3020795957209135,0.15372517456988796,0.057914987313838595,0.34966842414719124,0.15372517456988796,0.08839030557830456,0.18559668831401138,0.5,0.15372517456988796,0.38837776065808594,0.12753279347438465,0.15372517456988796,0.5468729546536248,0.045495463597165955,0.5,0.15372517456988796,0.46055409838886596,0.26987930086166484,0.15372517456988796,0.5350675338541131,0.12087099758824119,0.15372517456988796,0.22714214826088996,0.43384520680289823,0.15372517456988796,0.08403741659682813,0.4391997780602351,0.15372517456988796,0.2683339325808532,0.3309243861917366,0.15372517456988796,0.2895000393412869,0.34314095996901506,0.15372517456988796,0.4869240951484865,0.16545045015071277,0.5,0.15372517456988796,0.4720558148738808,0.05114430508767713,0.0,0.21832387718128932,0.9560413647053432 -6973,0.5,0.15372517456988796,0.35501798107220234,0.2436932356558552,0.15372517456988796,0.34165919152154006,0.5329843782274319,0.15372517456988796,0.4881013736015667,0.2313977434875679,0.15372517456988796,0.5238566926162784,0.08622491791447097,0.15372517456988796,0.05639360110745144,0.3297415441963143,0.15372517456988796,0.20957207058224936,0.34474699810369125,0.15372517456988796,0.10364266057153147,0.36120501993757337,0.15372517456988796,0.1448947957740811,0.2124066001630582,0.5,0.15372517456988796,0.46443640303473765,0.13368593609474283,0.15372517456988796,0.5716560917574816,0.053407289393576515,0.5,0.15372517456988796,0.5150122231748658,0.2399879891487175,0.15372517456988796,0.5714839801740517,0.11621381106839193,0.15372517456988796,0.14353602845039143,0.4315834370190299,0.15372517456988796,0.07499767434996589,0.4626815388156855,0.15372517456988796,0.2150607891585787,0.3846277406385283,0.15372517456988796,0.2945470026127361,0.3449674995652514,0.15372517456988796,0.5189162959219025,0.16684539763740278,0.5,0.15372517456988796,0.5502501987890348,0.061993258176080916,0.0,0.18412152658621103,0.9213135069742051 -6974,0.5,0.15372517456988796,0.3145931190939241,0.26374523435546326,0.15372517456988796,0.16237766884643004,0.5369772309851215,0.15372517456988796,0.44510456233819107,0.23526070240378957,0.15372517456988796,0.46693014101150504,0.0974909732748664,0.15372517456988796,0.16375779496503065,0.36496631640047567,0.15372517456988796,0.2363502711090656,0.36960648561278114,0.15372517456988796,0.18148891014186902,0.37465539997389874,0.15372517456988796,0.22549746236995766,0.26558584550187103,0.5,0.15372517456988796,0.4826541354920165,0.15212668791078737,0.15372517456988796,0.5415331999027584,0.05643955373771949,0.5,0.15372517456988796,0.511382280543962,0.1848859914922681,0.15372517456988796,0.5451034592260058,0.09693977880641355,0.15372517456988796,0.06457682103485862,0.4580451888564772,0.15372517456988796,0.07324081987703186,0.4829427318144605,0.15372517456988796,0.1454332603027853,0.358808899347316,0.15372517456988796,0.2670441210886699,0.3153502652561017,0.15372517456988796,0.4992065987899772,0.1523164485997002,0.5,0.15372517456988796,0.5141068286266643,0.07290590646834771,0.0,0.16774606143237125,0.903918796776806 -6975,0.5,0.15372517456988796,0.24010538372750598,0.26569336817087386,0.15372517456988796,0.05789693656433771,0.462073196074366,0.15372517456988796,0.3547591012480633,0.1988728326184181,0.15372517456988796,0.37563722783684184,0.08880390993729133,0.15372517456988796,0.18682102216322166,0.37006469006053894,0.15372517456988796,0.2648947708901633,0.3820781986977204,0.15372517456988796,0.17109705121552643,0.34903894146922776,0.15372517456988796,0.2747321170370547,0.2537074839191226,0.5,0.15372517456988796,0.43102746524439073,0.14390710122268302,0.15372517456988796,0.4461615133449336,0.046043875044801855,0.5,0.15372517456988796,0.4387157065250007,0.1367544476985869,0.15372517456988796,0.4559374104098414,0.06340383020568563,0.15372517456988796,0.026207965998273602,0.4646901521673774,0.15372517456988796,0.0879654064193958,0.4580518643347786,0.15372517456988796,0.09757081106339593,0.2945690489433379,0.15372517456988796,0.21060977367330558,0.25211650646472794,0.15372517456988796,0.4165662007419946,0.128130225510467,0.5,0.15372517456988796,0.4186941338217388,0.08274829400507831,0.0,0.17826800630383624,0.9120984112241847 -6976,0.5,0.15372517456988796,0.14030774109581823,0.20071916021690822,0.15372517456988796,0.03479106363285463,0.3415059016062593,0.15372517456988796,0.21570602295161967,0.11356695557983848,0.15372517456988796,0.1911076308089892,0.0393530449495476,0.15372517456988796,0.12079625590174937,0.34864273421662567,0.15372517456988796,0.22549255820366318,0.31028547026011133,0.15372517456988796,0.13040547143112763,0.2861090336670351,0.15372517456988796,0.23276841145789984,0.17734284117597784,0.5,0.15372517456988796,0.3223800307539837,0.08078487673038995,0.15372517456988796,0.308470119613442,0.016844036819744425,0.5,0.15372517456988796,0.3119509236256999,0.08899820020190602,0.15372517456988796,0.3214560394220458,0.023641163085850618,0.15372517456988796,0.00879355449481224,0.4734453618525703,0.15372517456988796,0.05305455761853291,0.42673632376202575,0.15372517456988796,0.07604838694986776,0.2257169535077036,0.15372517456988796,0.1401571637982514,0.15834803817874374,0.15372517456988796,0.29065182334627304,0.07129349741288717,0.5,0.15372517456988796,0.2886154396436534,0.043664187017140865,0.0,0.219714602577314,0.9032281899707616 -6977,0.5,0.15372517456988796,3.523393943515732e-05,0.1767407194994634,0.15372517456988796,4.8413076949851715e-05,0.2840070049036205,0.15372517456988796,0.005224217924016549,0.060397338445952305,0.15372517456988796,0.0,0.044651454400869366,0.15372517456988796,0.03925343024429327,0.35866240377664,0.15372517456988796,0.06527007446695376,0.30970552814799873,0.15372517456988796,0.04553271956240473,0.2580159496504019,0.15372517456988796,0.06425703806224109,0.13029477439588671,0.5,0.15372517456988796,0.06276119018684626,0.04134016021943268,0.15372517456988796,0.04511759423390593,0.013841740554921806,0.5,0.15372517456988796,0.046358141282773165,0.04878384070249145,0.15372517456988796,0.053596526800524964,0.02118317325019963,0.15372517456988796,0.0006794788969442239,0.4782489300993452,0.15372517456988796,0.0153154753662583,0.418531824421044,0.15372517456988796,0.013850670384758308,0.19036822390061073,0.15372517456988796,0.030006220687951758,0.1143020821100681,0.15372517456988796,0.024131834442658318,0.044881992255439686,0.5,0.15372517456988796,0.008792554839155869,0.03393522288241718,0.0,0.2756491888512944,0.8774080658788137 -6978,0.5,0.15372517456988796,0.0,0.19775285420972719,0.15372517456988796,0.0,0.3155246143891816,0.15372517456988796,0.0,0.06618290727006457,0.15372517456988796,0.0,0.060571015581579575,0.15372517456988796,0.0,0.3877795187900578,0.15372517456988796,0.0,0.3378074273590155,0.15372517456988796,0.0,0.2593776086942312,0.15372517456988796,0.0,0.13169692225321816,0.5,0.15372517456988796,0.0,0.03293306772337548,0.15372517456988796,0.0,0.012437125078468099,0.5,0.15372517456988796,0.0,0.05214224629768685,0.15372517456988796,0.0,0.022379741014126316,0.15372517456988796,0.0,0.47774201046168535,0.15372517456988796,0.0,0.41949472153204465,0.15372517456988796,0.0,0.19227111967113228,0.15372517456988796,0.0,0.10864649249235936,0.15372517456988796,0.0,0.04846425025728202,0.5,0.15372517456988796,0.0,0.0352655775294413,0.0,0.3515568162831513,0.8746954419061077 -6979,0.5,0.15372517456988796,0.0,0.22689194709401198,0.15372517456988796,0.0,0.3584882959841167,0.15372517456988796,0.0,0.07401908647513436,0.15372517456988796,0.0,0.07322220389364582,0.15372517456988796,0.0,0.3743029434125544,0.15372517456988796,0.0,0.3231579619246272,0.15372517456988796,0.0,0.2601430803107283,0.15372517456988796,0.0,0.11977990353758541,0.5,0.15372517456988796,0.0,0.02613936148063433,0.15372517456988796,0.0,0.008611107803094946,0.5,0.15372517456988796,0.0,0.04621411576123949,0.15372517456988796,0.0,0.023590355284987402,0.15372517456988796,0.0,0.49120003176778404,0.15372517456988796,0.0,0.4151871591105582,0.15372517456988796,0.0,0.20988996020481493,0.15372517456988796,0.0,0.1021872237177554,0.15372517456988796,0.0,0.04195086982901526,0.5,0.15372517456988796,0.0,0.03046444898244207,0.0,0.43874193156625413,0.873743650232946 -6980,0.5,0.15372517456988796,0.0,0.2599797403429826,0.15372517456988796,0.0,0.3892716489009388,0.15372517456988796,0.0,0.07773144227431888,0.15372517456988796,0.0,0.08594248448508683,0.15372517456988796,0.0,0.3390735689410417,0.15372517456988796,0.0,0.30059170333506857,0.15372517456988796,0.0,0.24344190393566517,0.15372517456988796,0.0,0.10714463631612212,0.5,0.15372517456988796,0.0,0.027378647878955713,0.15372517456988796,0.0,0.0063216246831137145,0.5,0.15372517456988796,0.0,0.04555516138993406,0.15372517456988796,0.0,0.02752706819292567,0.15372517456988796,0.0,0.5089445834694677,0.15372517456988796,0.0,0.40816606695931784,0.15372517456988796,0.0,0.22843722316604034,0.15372517456988796,0.0,0.09438648587635884,0.15372517456988796,0.0,0.039162334852597125,0.5,0.15372517456988796,0.0,0.02335143005549672,0.0,0.524353888311684,0.9359535133671171 -6981,0.5,0.15372517456988796,0.0,0.29270744702981644,0.15372517456988796,0.0,0.37796298679535817,0.15372517456988796,0.0,0.07610398798782506,0.15372517456988796,0.0,0.09392347561677067,0.15372517456988796,0.0,0.3135469936844701,0.15372517456988796,0.0,0.28429735307918447,0.15372517456988796,0.0,0.24442218277880637,0.15372517456988796,0.0,0.11394635187112649,0.5,0.15372517456988796,0.0,0.029499163630699998,0.15372517456988796,0.0,0.006038040298452388,0.5,0.15372517456988796,0.0,0.0452143600641273,0.15372517456988796,0.0,0.032732458052103966,0.15372517456988796,0.0,0.5267456931855946,0.15372517456988796,0.0,0.40612376030288133,0.15372517456988796,0.0,0.23728267171343215,0.15372517456988796,0.0,0.08923386947719181,0.15372517456988796,0.0,0.04092191271034085,0.5,0.15372517456988796,0.0,0.018927608233222804,0.0,0.6275200427414209,0.9738847962492593 -6982,0.5,0.15372517456988796,0.0,0.31639375573238815,0.15372517456988796,0.0,0.35763239853094825,0.15372517456988796,0.0,0.08380268987438198,0.15372517456988796,0.0,0.09615023010559308,0.15372517456988796,0.0,0.3133282575688203,0.15372517456988796,0.0,0.2881021821821086,0.15372517456988796,0.0,0.2585479237102478,0.15372517456988796,0.0,0.12829683290991334,0.5,0.15372517456988796,0.0,0.030362099760839315,0.15372517456988796,0.0,0.007338983823115332,0.5,0.15372517456988796,0.0,0.04441532666970878,0.15372517456988796,0.0,0.03986878098177291,0.15372517456988796,0.0,0.5423750148223061,0.15372517456988796,0.0,0.4022733347173796,0.15372517456988796,0.0,0.2270686034885948,0.15372517456988796,0.0,0.098927455675223,0.15372517456988796,0.0,0.04054439807977598,0.5,0.15372517456988796,0.0,0.016689772527787933,0.0,0.6495857987123839,0.9630579833430349 -6983,0.5,0.15372517456988796,0.0,0.32727939940016887,0.15372517456988796,0.0,0.3513421209473251,0.15372517456988796,0.0,0.09133259392037535,0.15372517456988796,0.0,0.10065014531434127,0.15372517456988796,0.0,0.3175517405484443,0.15372517456988796,0.0,0.29903692962447587,0.15372517456988796,0.0,0.2646691655539925,0.15372517456988796,0.0,0.13942010886238865,0.5,0.15372517456988796,0.0,0.02967918955703672,0.15372517456988796,0.0,0.014233614958876034,0.5,0.15372517456988796,0.0,0.04102333553148272,0.15372517456988796,0.0,0.039406649615668386,0.15372517456988796,0.0,0.5267572510659638,0.15372517456988796,0.0,0.37871520528402036,0.15372517456988796,0.0,0.21943389020230697,0.15372517456988796,0.0,0.0991913532664362,0.15372517456988796,0.0,0.039255815495115316,0.5,0.15372517456988796,0.0,0.014585716897803755,0.0,0.6361853846792146,0.9262184212524095 -6984,0.5,0.15372517456988796,0.0,0.32273978936434,0.15372517456988796,0.0,0.33309342134003755,0.15372517456988796,0.0,0.09211967845240077,0.15372517456988796,0.0,0.104838199337196,0.15372517456988796,0.0,0.3261500505320884,0.15372517456988796,0.0,0.2848960199316979,0.15372517456988796,0.0,0.2790468527587619,0.15372517456988796,0.0,0.14202808890217927,0.5,0.15372517456988796,0.0,0.029558776307899423,0.15372517456988796,0.0,0.024154630677744288,0.5,0.15372517456988796,0.0,0.04093956655813038,0.15372517456988796,0.0,0.04728313764278906,0.15372517456988796,0.0,0.48737273698452305,0.15372517456988796,0.0,0.3511970518878733,0.15372517456988796,0.0,0.21741051698768737,0.15372517456988796,0.0,0.10636679340209068,0.15372517456988796,0.0,0.03849481438786694,0.5,0.15372517456988796,0.0,0.010743309269580986,0.0,0.6421440264711473,0.882720686896627 -6985,0.5,0.15372517456988796,0.0,0.3027121496336475,0.15372517456988796,0.0,0.29872705666568605,0.15372517456988796,0.0,0.09490784911015132,0.15372517456988796,0.0,0.11014932587615472,0.15372517456988796,0.0,0.3093480558026827,0.15372517456988796,0.0,0.2527260983056247,0.15372517456988796,0.0,0.2766232839752056,0.15372517456988796,0.0,0.14831887229844226,0.5,0.15372517456988796,0.0,0.03145495708834243,0.15372517456988796,0.0,0.029892406318153222,0.5,0.15372517456988796,0.0,0.036214425299403497,0.15372517456988796,0.0,0.052464682072422004,0.15372517456988796,0.0,0.44627843805477974,0.15372517456988796,0.0,0.3318227324036239,0.15372517456988796,0.0,0.2070518138159132,0.15372517456988796,0.0,0.10736928022289724,0.15372517456988796,0.0,0.037061201205305455,0.5,0.15372517456988796,0.0,0.008500156180235564,0.0,0.6410204903862847,0.8012908213959221 -6986,0.5,0.15372517456988796,0.0,0.2711885895818298,0.15372517456988796,0.0,0.2616968067240019,0.15372517456988796,0.0,0.09692116323554396,0.15372517456988796,0.0,0.1218100116117234,0.15372517456988796,0.0,0.27946656298940786,0.15372517456988796,0.0,0.21366413661005926,0.15372517456988796,0.0,0.26757487928286044,0.15372517456988796,0.0,0.15294850249081188,0.5,0.15372517456988796,0.0,0.035673036570100576,0.15372517456988796,0.0,0.03448893310205666,0.5,0.15372517456988796,0.0,0.030242196638434457,0.15372517456988796,0.0,0.05871438686257386,0.15372517456988796,0.0,0.41496486187475046,0.15372517456988796,0.0,0.31775690735443596,0.15372517456988796,0.0,0.20775091130233414,0.15372517456988796,0.0,0.10278376001041292,0.15372517456988796,0.0,0.03648491765552672,0.5,0.15372517456988796,0.0,0.00778117398055485,0.0,0.6133621343895195,0.7850930631115979 -6987,0.5,0.15372517456988796,0.0,0.24257776386983573,0.15372517456988796,0.0,0.2382639746420528,0.15372517456988796,0.0,0.1041448832110887,0.15372517456988796,0.0,0.1312777489231462,0.15372517456988796,0.0,0.26699129628116414,0.15372517456988796,0.0,0.18631302551807433,0.15372517456988796,0.0,0.2516343143723644,0.15372517456988796,0.0,0.13939489071511046,0.5,0.15372517456988796,0.0,0.04033248891376392,0.15372517456988796,0.0,0.04804287481550079,0.5,0.15372517456988796,0.0,0.02602651560982382,0.15372517456988796,0.0,0.05546408470309836,0.15372517456988796,0.0,0.3969806718558453,0.15372517456988796,0.0,0.32735162554696406,0.15372517456988796,0.0,0.20232154161912408,0.15372517456988796,0.0,0.10202479744474773,0.15372517456988796,0.0,0.03198871067622914,0.5,0.15372517456988796,0.0,0.007385798304112348,0.0,0.5696347851675111,0.8091975473943387 -6988,0.5,0.15372517456988796,0.0,0.2259136983139242,0.15372517456988796,0.0,0.2432766596049357,0.15372517456988796,0.0,0.10378489678970286,0.15372517456988796,0.0,0.13665628796986512,0.15372517456988796,0.0,0.2651833474192727,0.15372517456988796,0.0,0.183069227584397,0.15372517456988796,0.0,0.2295699853073723,0.15372517456988796,0.0,0.1194896450546426,0.5,0.15372517456988796,0.0,0.04672373507089971,0.15372517456988796,0.0,0.04794976143303803,0.5,0.15372517456988796,0.0,0.02369148774084013,0.15372517456988796,0.0,0.048401929936924645,0.15372517456988796,0.0,0.3817094122339836,0.15372517456988796,0.0,0.3253305274261439,0.15372517456988796,0.0,0.19386996926556432,0.15372517456988796,0.0,0.09838152085252708,0.15372517456988796,0.0,0.028776567110484333,0.5,0.15372517456988796,0.0,0.008401543949106098,0.0,0.4987367992462053,0.7775648848836985 -6989,0.5,0.15372517456988796,0.0,0.21306744349511003,0.15372517456988796,0.0,0.2505830721805401,0.15372517456988796,0.0,0.10695567311832797,0.15372517456988796,0.0,0.13140477328716044,0.15372517456988796,0.0,0.28219230235982334,0.15372517456988796,0.0,0.20409153112275175,0.15372517456988796,0.0,0.21097761206350796,0.15372517456988796,0.0,0.12565783606404352,0.5,0.15372517456988796,0.0,0.054495262614700515,0.15372517456988796,0.0,0.04459651469997068,0.5,0.15372517456988796,0.0,0.02688332997562802,0.15372517456988796,0.0,0.050492921901210124,0.15372517456988796,0.0,0.3722483645878861,0.15372517456988796,0.0,0.32471633308270265,0.15372517456988796,0.0,0.18768378418195306,0.15372517456988796,0.0,0.09099543418114754,0.15372517456988796,0.0,0.030923509847295735,0.5,0.15372517456988796,0.0,0.010498344326313669,0.0,0.41710274759622495,0.7541997154372612 -6990,0.5,0.15372517456988796,0.0,0.19781204690585716,0.15372517456988796,0.0,0.24938300494968704,0.15372517456988796,0.0,0.10918169717439273,0.15372517456988796,0.0,0.1272102804878854,0.15372517456988796,0.0,0.31202228683501104,0.15372517456988796,0.0,0.2419960332951391,0.15372517456988796,0.0,0.22808568090295095,0.15372517456988796,0.0,0.137360834158602,0.5,0.15372517456988796,0.0,0.06288831294345107,0.15372517456988796,0.0,0.050198591516333595,0.5,0.15372517456988796,0.0,0.031014029941269027,0.15372517456988796,0.0,0.05657877324180198,0.15372517456988796,0.0,0.348823013207503,0.15372517456988796,0.0,0.3361288276274424,0.15372517456988796,0.0,0.18590077488547657,0.15372517456988796,0.0,0.08181128943275517,0.15372517456988796,0.0,0.033271310429624446,0.5,0.15372517456988796,0.0,0.015336198303631155,0.0,0.3645797507776977,0.7554149027973578 -6991,0.5,0.15372517456988796,0.0,0.18671666562710434,0.15372517456988796,0.0,0.2446961210218401,0.15372517456988796,0.0,0.11074354577634994,0.15372517456988796,0.0,0.13077170965612622,0.15372517456988796,0.0,0.3375820263054324,0.15372517456988796,0.0,0.2572571611736116,0.15372517456988796,0.0,0.25560352574706535,0.15372517456988796,0.0,0.15079091462564664,0.5,0.15372517456988796,0.0,0.06998112825226359,0.15372517456988796,0.0,0.053729976895014124,0.5,0.15372517456988796,0.0,0.03670444295768651,0.15372517456988796,0.0,0.06915163283327229,0.15372517456988796,0.0,0.3583183179555625,0.15372517456988796,0.0,0.3597501556046233,0.15372517456988796,0.0,0.19315458039514755,0.15372517456988796,0.0,0.0846044869046011,0.15372517456988796,0.0,0.03447504334963636,0.5,0.15372517456988796,0.0,0.02279321891059785,0.0,0.33120481024401466,0.8405312763107372 -6992,0.5,0.15372517456988796,0.03700061119987894,0.18681697256842497,0.15372517456988796,0.014141071544666362,0.26401357345837306,0.15372517456988796,0.04359984735751534,0.10646096550371573,0.15372517456988796,0.061504687340609404,0.1213841709370634,0.15372517456988796,0.005493846203243566,0.3423788546621591,0.15372517456988796,0.004608238956603419,0.23963333275188137,0.15372517456988796,0.009933068895174998,0.2579080008681077,0.15372517456988796,0.009204652907787826,0.1470692433754474,0.5,0.15372517456988796,0.01613665536040335,0.0661308756560743,0.15372517456988796,0.05204644927991267,0.04627578382868724,0.5,0.15372517456988796,0.03260783897683868,0.04254872000127605,0.15372517456988796,0.038963503280961806,0.0718095099923086,0.15372517456988796,0.004079897870602613,0.40686967471137897,0.15372517456988796,0.0057349647283775505,0.39871437676053856,0.15372517456988796,0.021308870316876036,0.1904557176780811,0.15372517456988796,0.022345909110498035,0.08749777203315251,0.15372517456988796,0.048511299896800836,0.03378169489758544,0.5,0.15372517456988796,0.06735435192179406,0.026868484753789574,0.0,0.336133275905607,0.9496757808931107 -6993,0.5,0.15372517456988796,0.17201149316936307,0.24270513394311427,0.15372517456988796,0.12656547547918875,0.3458659090169747,0.15372517456988796,0.19553609681411444,0.14078458780823375,0.15372517456988796,0.2106760706805365,0.16470180866593895,0.15372517456988796,0.0854110927821412,0.37440191937664824,0.15372517456988796,0.08394719245548218,0.2465332130384093,0.15372517456988796,0.1250573086390578,0.2569853314230937,0.15372517456988796,0.14437938634581426,0.15511689069143214,0.5,0.15372517456988796,0.15452714220154418,0.07329772437354769,0.15372517456988796,0.20713352108370578,0.03826152919560989,0.5,0.15372517456988796,0.183291767682499,0.04558842054062702,0.15372517456988796,0.1933181319205139,0.060788023614369836,0.15372517456988796,0.03906247616175185,0.5103751930648148,0.15372517456988796,0.0836300623275942,0.4541772412669374,0.15372517456988796,0.15697381754480208,0.21865619575027567,0.15372517456988796,0.1461405084220962,0.11257325768333634,0.15372517456988796,0.20158591825364708,0.037110641957460604,0.5,0.15372517456988796,0.22255640788980086,0.028141952171063234,0.0,0.44782541727126457,0.9674455319276601 -6994,0.5,0.15372517456988796,0.31337337356249206,0.34887793306869064,0.15372517456988796,0.19793451921576566,0.4694701824834753,0.15372517456988796,0.3445197822521159,0.27330640322084016,0.15372517456988796,0.35721718641182715,0.2760110697603573,0.15372517456988796,0.14577801434120027,0.5090308678124251,0.15372517456988796,0.19635780770989755,0.3743780298042472,0.15372517456988796,0.19579068544573752,0.3995220725503883,0.15372517456988796,0.285280422965595,0.21356963050369532,0.5,0.15372517456988796,0.3046593228237199,0.15749761987481525,0.15372517456988796,0.36358715176381873,0.03457024397551157,0.5,0.15372517456988796,0.33601250046391057,0.10696156636389187,0.15372517456988796,0.3502239194888693,0.0734331895098623,0.15372517456988796,0.06526770946669062,0.5658778552643682,0.15372517456988796,0.12946626413488946,0.5075831518586351,0.15372517456988796,0.26305057191834336,0.3821657662750027,0.15372517456988796,0.2747167378937187,0.24114240497650566,0.15372517456988796,0.35426963751530083,0.06758635429439805,0.5,0.15372517456988796,0.3769533870564837,0.03917045493914972,0.0,0.48206354212602087,0.9953933637494898 -6995,0.5,0.15372517456988796,0.4102566205619864,0.4332640014237712,0.15372517456988796,0.27569697287245076,0.6623620263185738,0.15372517456988796,0.46566379578833833,0.5328478578108229,0.15372517456988796,0.47243618837749957,0.3964291785189365,0.15372517456988796,0.21762840394793298,0.6934692888768332,0.15372517456988796,0.3332903576653939,0.5449908891797401,0.15372517456988796,0.30737237734635237,0.5798058497101629,0.15372517456988796,0.4058597657630679,0.37545134541278924,0.5,0.15372517456988796,0.44542945949480794,0.29735650463639385,0.15372517456988796,0.4903301339020505,0.04918273429438751,0.5,0.15372517456988796,0.4641918722762708,0.30531778133332793,0.15372517456988796,0.4809721546470834,0.12054871250174547,0.15372517456988796,0.07607012882534551,0.6530273964157103,0.15372517456988796,0.15038615080428347,0.6053959550600438,0.15372517456988796,0.31844085432567565,0.535795077651891,0.15372517456988796,0.3965509792228894,0.3910917100536211,0.15372517456988796,0.4777768318435811,0.17317060228818698,0.5,0.15372517456988796,0.4977610071079879,0.06258144552120302,0.0,0.6020789611634617,1.0056406556237576 -6996,0.5,0.15372517456988796,0.4368690157306607,0.5070441429502167,0.15372517456988796,0.2309448812342424,0.7436743220013988,0.15372517456988796,0.5321344604661514,0.623468638414504,0.15372517456988796,0.5326499400686527,0.4578678224119931,0.15372517456988796,0.2222898701738281,0.7130589412855031,0.15372517456988796,0.35767815495648936,0.7023132818469162,0.15372517456988796,0.4297720404975344,0.7184602910170661,0.15372517456988796,0.47159220851006123,0.49661144665331935,0.5,0.15372517456988796,0.5251579896715859,0.3972049574668701,0.15372517456988796,0.5627467467919886,0.08008093855043547,0.5,0.15372517456988796,0.5404155116817669,0.49215238597446,0.15372517456988796,0.5584047050254284,0.2053849825594003,0.15372517456988796,0.04933717660943364,0.6248631435565966,0.15372517456988796,0.11806044855487118,0.6585388558531478,0.15372517456988796,0.3398843964875563,0.6104945765997668,0.15372517456988796,0.4911107323566299,0.463359622437933,0.15372517456988796,0.5470627842878337,0.3381188036165836,0.5,0.15372517456988796,0.5634209029043382,0.08377633939907654,0.0,0.6300969833673806,1.0067910600483152 -6997,0.5,0.15372517456988796,0.38139266451591736,0.5410745790040686,0.15372517456988796,0.18589667236680493,0.7560941443344859,0.15372517456988796,0.5420934370039702,0.6955507344549929,0.15372517456988796,0.5403318124542602,0.519565324163899,0.15372517456988796,0.16900272239456338,0.8396585259032237,0.15372517456988796,0.2583450245463022,0.7922052035301244,0.15372517456988796,0.46979393983217155,0.8155747478780836,0.15372517456988796,0.4940642304592698,0.558555797986974,0.5,0.15372517456988796,0.5502478979887894,0.48370166881543625,0.15372517456988796,0.5810499530078284,0.11098818585872149,0.5,0.15372517456988796,0.563386798052463,0.508362248676269,0.15372517456988796,0.5815044558681892,0.24202869701035518,0.15372517456988796,0.038766894251845006,0.6732451260063305,0.15372517456988796,0.0992209812583611,0.7435731276901089,0.15372517456988796,0.3405370213260577,0.6537470395414778,0.15372517456988796,0.49575575629744567,0.5088711657828029,0.15372517456988796,0.5629517027464593,0.3912521826407103,0.5,0.15372517456988796,0.5754132555765141,0.11196243752682788,0.0,0.6910729346111084,1.0096236765195943 -6998,0.5,0.15372517456988796,0.25673479869514765,0.5125735499518194,0.15372517456988796,0.05440706002199279,0.7522968878469878,0.15372517456988796,0.4930539558417561,0.6762467266116724,0.15372517456988796,0.49228035600749,0.5038121212875326,0.15372517456988796,0.07839722794244125,0.9075319017330731,0.15372517456988796,0.09522689717614229,0.7896569057891092,0.15372517456988796,0.36986942349516944,0.8594006155877538,0.15372517456988796,0.4552648218735874,0.5649858034208918,0.5,0.15372517456988796,0.5187302001962679,0.5079877831634412,0.15372517456988796,0.5448712412973583,0.13054482072511223,0.5,0.15372517456988796,0.5333773737622273,0.5285495417276285,0.15372517456988796,0.5506786260216565,0.23836042489273865,0.15372517456988796,0.03900963819533281,0.7619146528040702,0.15372517456988796,0.06375609911299918,0.8502714306446675,0.15372517456988796,0.3336958901384016,0.7375644138267241,0.15372517456988796,0.4654856041617085,0.5343082540847703,0.15372517456988796,0.5253738616189124,0.38010301536294083,0.5,0.15372517456988796,0.5322150343150955,0.13570692635234743,0.0,0.6354741472802646,1.0102842675571255 -6999,0.5,0.15372517456988796,0.1445269887635588,0.4756309511035008,0.15372517456988796,0.015437785864511612,0.8411591480889173,0.15372517456988796,0.38545706917800976,0.648450440257244,0.15372517456988796,0.38510878618633104,0.4630155087455341,0.15372517456988796,0.021919362386736037,0.8957023603366372,0.15372517456988796,0.023647063607166514,0.6186515862460009,0.15372517456988796,0.16394600833554868,0.8114063370341702,0.15372517456988796,0.34196974157941273,0.526663235260952,0.5,0.15372517456988796,0.4279049128456081,0.5295525706465944,0.15372517456988796,0.4490665728524714,0.1188299344337889,0.5,0.15372517456988796,0.4444917294328862,0.4628207093898966,0.15372517456988796,0.45941565270419715,0.17114085216969635,0.15372517456988796,0.02260432141025184,0.8252824954552178,0.15372517456988796,0.03164847616133408,0.8720202020761717,0.15372517456988796,0.2148313297806965,0.7964983569333007,0.15372517456988796,0.3947285947710406,0.5258342707119278,0.15372517456988796,0.4288784885198589,0.3441811304073494,0.5,0.15372517456988796,0.4296657068911959,0.10844529915892825,0.0,0.5304292073286998,1.0105442104701214 -7000,0.5,0.15372517456988796,0.07367416003647564,0.49790930755924956,0.15372517456988796,0.0036921125737808345,0.8170311373179748,0.15372517456988796,0.2277008258181623,0.548968378248803,0.15372517456988796,0.17548027835763175,0.3553100484713926,0.15372517456988796,0.011527379672216037,0.8718510485968081,0.15372517456988796,0.05057665752309012,0.6291961768265086,0.15372517456988796,0.03646962378396897,0.6115413944505228,0.15372517456988796,0.2379958847666967,0.48977793776938194,0.5,0.15372517456988796,0.29808073989344286,0.43181882525211157,0.15372517456988796,0.3116101177158966,0.0784083305115722,0.5,0.15372517456988796,0.3125981411214069,0.32743279171957684,0.15372517456988796,0.3238848100661339,0.08906511965702844,0.15372517456988796,0.00607443114825849,0.8678788700660734,0.15372517456988796,0.009744379321123197,0.872618531762552,0.15372517456988796,0.09257444119376254,0.813974920815719,0.15372517456988796,0.26649677339821043,0.4441643077211116,0.15372517456988796,0.2935596929545224,0.22339860951023102,0.5,0.15372517456988796,0.2748066912078179,0.07631241346141111,0.0,0.5673012501402164,1.010359038803083 -7001,0.5,0.15372517456988796,4.833926498942833e-06,0.47820723439816204,0.15372517456988796,1.9107187644607367e-05,0.8552137398642338,0.15372517456988796,0.0005772447167937811,0.4742076997083119,0.15372517456988796,0.0,0.333463576803144,0.15372517456988796,0.0037834971255979156,0.9093114324915227,0.15372517456988796,0.013103854419049004,0.7345542650271978,0.15372517456988796,0.015459753150795133,0.520849612311992,0.15372517456988796,0.05531214340373451,0.4802111980494806,0.5,0.15372517456988796,0.05719044899482721,0.3503496559484448,0.15372517456988796,0.04077638446494619,0.09528505196323026,0.5,0.15372517456988796,0.04133162338094688,0.23333957533635105,0.15372517456988796,0.04861454571965697,0.0803967931322407,0.15372517456988796,9.961999177583227e-05,0.8828533673760797,0.15372517456988796,0.0012980754284407305,0.8922724721054913,0.15372517456988796,0.0037491479899646077,0.6845833974337779,0.15372517456988796,0.034926968527872665,0.4014289532827506,0.15372517456988796,0.016259516322520737,0.16374436521214902,0.5,0.15372517456988796,0.0035018273477011577,0.08620317341798173,0.0,0.6208240547992172,1.0106574118726648 -7002,0.5,0.15372517456988796,0.0,0.4528976790583289,0.15372517456988796,0.0,0.9251559041013449,0.15372517456988796,0.0,0.4644064591876593,0.15372517456988796,0.0,0.3910267127529151,0.15372517456988796,0.0,0.9282623710085767,0.15372517456988796,0.0,0.8051178292204626,0.15372517456988796,0.0,0.5374099148754518,0.15372517456988796,0.0,0.4089695685677438,0.5,0.15372517456988796,0.0,0.3282637683496754,0.15372517456988796,0.0,0.11523913957173089,0.5,0.15372517456988796,0.0,0.2583607922963983,0.15372517456988796,0.0,0.092835408906015,0.15372517456988796,0.0,0.8926415246033668,0.15372517456988796,0.0,0.9171862869389229,0.15372517456988796,0.0,0.6646763353061317,0.15372517456988796,0.0,0.4352843426714962,0.15372517456988796,0.0,0.1751464430556635,0.5,0.15372517456988796,0.0,0.10082647501931943,0.0,0.6733669696004406,1.0110806685676175 -7003,0.5,0.15372517456988796,0.0,0.4957218489749411,0.15372517456988796,0.0,0.9666820146947904,0.15372517456988796,0.0,0.5325263994325957,0.15372517456988796,0.0,0.4648181377413658,0.15372517456988796,0.0,0.9652488243739091,0.15372517456988796,0.0,0.7943000830958564,0.15372517456988796,0.0,0.5687033249809276,0.15372517456988796,0.0,0.3997415370704447,0.5,0.15372517456988796,0.0,0.30551882658404267,0.15372517456988796,0.0,0.12149263003976678,0.5,0.15372517456988796,0.0,0.29125390851981114,0.15372517456988796,0.0,0.10195048073317227,0.15372517456988796,0.0,0.9401483944267609,0.15372517456988796,0.0,0.9499359387594274,0.15372517456988796,0.0,0.6970873189810181,0.15372517456988796,0.0,0.4684340491437414,0.15372517456988796,0.0,0.19647721343956773,0.5,0.15372517456988796,0.0,0.10857100641628945,0.0,0.9855485860221358,1.0111629142621124 -7004,0.5,0.15372517456988796,0.0,0.5943802713006585,0.15372517456988796,0.0,0.9928337950361537,0.15372517456988796,0.0,0.6484652035465974,0.15372517456988796,0.0,0.5255887830900906,0.15372517456988796,0.0,0.9433524962380999,0.15372517456988796,0.0,0.7140570144324954,0.15372517456988796,0.0,0.801901161270573,0.15372517456988796,0.0,0.4589157372414932,0.5,0.15372517456988796,0.0,0.26626570308405056,0.15372517456988796,0.0,0.1259062903679484,0.5,0.15372517456988796,0.0,0.2914596862143673,0.15372517456988796,0.0,0.11775220895721165,0.15372517456988796,0.0,0.9719754252023247,0.15372517456988796,0.0,0.964140609641474,0.15372517456988796,0.0,0.8214624176821005,0.15372517456988796,0.0,0.4683974761033224,0.15372517456988796,0.0,0.20357206181897913,0.5,0.15372517456988796,0.0,0.11393009588685851,0.0,0.9801518920234091,1.010782495566219 -7005,0.5,0.15372517456988796,0.0,0.7173151472437338,0.15372517456988796,0.0,0.9930447625708778,0.15372517456988796,0.0,0.7131252615810789,0.15372517456988796,0.0,0.5609249994473958,0.15372517456988796,0.0,0.9389382310450258,0.15372517456988796,0.0,0.7194807427323822,0.15372517456988796,0.0,0.9036475045273982,0.15372517456988796,0.0,0.39911130406474216,0.5,0.15372517456988796,0.0,0.21677429385173771,0.15372517456988796,0.0,0.13416402380378986,0.5,0.15372517456988796,0.0,0.2610161251763567,0.15372517456988796,0.0,0.13685190063106853,0.15372517456988796,0.0,0.9832498788255317,0.15372517456988796,0.0,0.9582612367591078,0.15372517456988796,0.0,0.9543164062934046,0.15372517456988796,0.0,0.5567107155550803,0.15372517456988796,0.0,0.20268055549563882,0.5,0.15372517456988796,0.0,0.11084702889288223,0.0,0.9538191164432521,1.0111797387021515 -7006,0.5,0.15372517456988796,0.0,0.8201237343633484,0.15372517456988796,0.0,0.9940643778385516,0.15372517456988796,0.0,0.7009136457167513,0.15372517456988796,0.0,0.6188631948856897,0.15372517456988796,0.0,0.969085985879636,0.15372517456988796,0.0,0.7126790587248699,0.15372517456988796,0.0,0.8724592837146287,0.15372517456988796,0.0,0.3189818378589603,0.5,0.15372517456988796,0.0,0.17190942434950174,0.15372517456988796,0.0,0.14221546756694095,0.5,0.15372517456988796,0.0,0.2495981060802028,0.15372517456988796,0.0,0.1385323225081224,0.15372517456988796,0.0,0.9890462098936903,0.15372517456988796,0.0,0.9793749023319043,0.15372517456988796,0.0,0.9440591936180658,0.15372517456988796,0.0,0.5932910673883125,0.15372517456988796,0.0,0.21743685103397878,0.5,0.15372517456988796,0.0,0.1133383371424992,0.0,0.9852140270363707,1.0110777541838984 -7007,0.5,0.15372517456988796,0.0,0.8796728125124639,0.15372517456988796,0.0,1.0180032399264016,0.15372517456988796,0.0,0.7191767699376432,0.15372517456988796,0.0,0.6635367266143443,0.15372517456988796,0.0,0.9384870254798814,0.15372517456988796,0.0,0.6470431118043412,0.15372517456988796,0.0,0.8141177618132812,0.15372517456988796,0.0,0.2909486773855807,0.5,0.15372517456988796,0.0,0.15986308109000721,0.15372517456988796,0.0,0.1471671769232998,0.5,0.15372517456988796,0.0,0.2614023304853661,0.15372517456988796,0.0,0.12517853389369052,0.15372517456988796,0.0,1.0003906021852067,0.15372517456988796,0.0,0.9759243639028814,0.15372517456988796,0.0,0.963256862780868,0.15372517456988796,0.0,0.5581886382007779,0.15372517456988796,0.0,0.244094818953061,0.5,0.15372517456988796,0.0,0.11894379314122294,0.0,0.9909322825771054,1.0107405771617273 -7008,0.5,0.15372517456988796,0.0,0.8932749851899824,0.15372517456988796,0.0,1.0125154720162513,0.15372517456988796,0.0,0.7058444511187504,0.15372517456988796,0.0,0.7068277337956993,0.15372517456988796,0.0,0.900375845061101,0.15372517456988796,0.0,0.6306947802559253,0.15372517456988796,0.0,0.7554428500717569,0.15372517456988796,0.0,0.29145289728706836,0.5,0.15372517456988796,0.0,0.15115688400880672,0.15372517456988796,0.0,0.13045050866339492,0.5,0.15372517456988796,0.0,0.3009056234531192,0.15372517456988796,0.0,0.10953190909105773,0.15372517456988796,0.0,0.9923508526491414,0.15372517456988796,0.0,0.9512211603654394,0.15372517456988796,0.0,0.9644694994118093,0.15372517456988796,0.0,0.4641171611167874,0.15372517456988796,0.0,0.28853235137450606,0.5,0.15372517456988796,0.0,0.11938136387074301,0.0,1.0101635192454288,1.011164421536223 -7009,0.5,0.15372517456988796,0.0,0.9283367390129804,0.15372517456988796,0.0,1.0154011773076617,0.15372517456988796,0.0,0.6715272500509502,0.15372517456988796,0.0,0.6906629897786553,0.15372517456988796,0.0,0.884860665505041,0.15372517456988796,0.0,0.6492335600809125,0.15372517456988796,0.0,0.7187995922991628,0.15372517456988796,0.0,0.30042802590269363,0.5,0.15372517456988796,0.0,0.14885601376603744,0.15372517456988796,0.0,0.13281766580384882,0.5,0.15372517456988796,0.0,0.3396109046396953,0.15372517456988796,0.0,0.10593430041032627,0.15372517456988796,0.0,0.9911583207908913,0.15372517456988796,0.0,0.916361904774525,0.15372517456988796,0.0,0.9514665306801506,0.15372517456988796,0.0,0.3855546276104178,0.15372517456988796,0.0,0.3040484816513759,0.5,0.15372517456988796,0.0,0.11175738679288087,0.0,1.009809568638662,1.0098037948685832 -7010,0.5,0.15372517456988796,0.0,0.9168192867078071,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.6561377821454815,0.15372517456988796,0.0,0.7055956022587394,0.15372517456988796,0.0,0.9502280654315293,0.15372517456988796,0.0,0.6379875245513763,0.15372517456988796,0.0,0.7562120940227324,0.15372517456988796,0.0,0.29926641687266486,0.5,0.15372517456988796,0.0,0.14027886639656661,0.15372517456988796,0.0,0.11554507658162223,0.5,0.15372517456988796,0.0,0.34282902230274265,0.15372517456988796,0.0,0.1025056847475402,0.15372517456988796,0.0,0.999183531801417,0.15372517456988796,0.0,0.9229075405935174,0.15372517456988796,0.0,0.9359477848957588,0.15372517456988796,0.0,0.3572658295623278,0.15372517456988796,0.0,0.29966474030800827,0.5,0.15372517456988796,0.0,0.10501295454088226,0.0,1.010260024260187,1.0089602906919062 -7011,0.5,0.15372517456988796,0.0,0.9228169789398547,0.15372517456988796,0.0,0.9980165798169256,0.15372517456988796,0.0,0.5875527607843747,0.15372517456988796,0.0,0.7150472936978001,0.15372517456988796,0.0,0.9209051034661082,0.15372517456988796,0.0,0.605233851979159,0.15372517456988796,0.0,0.7802548764107184,0.15372517456988796,0.0,0.28690049935375284,0.5,0.15372517456988796,0.0,0.1299875224099618,0.15372517456988796,0.0,0.09936781953015256,0.5,0.15372517456988796,0.0,0.31750878144565275,0.15372517456988796,0.0,0.08908702638919047,0.15372517456988796,0.0,0.9640426857372857,0.15372517456988796,0.0,0.9089862628163841,0.15372517456988796,0.0,0.9664255817031855,0.15372517456988796,0.0,0.3626122399129477,0.15372517456988796,0.0,0.2718834153473424,0.5,0.15372517456988796,0.0,0.09743776005027056,0.0,1.0097446015820344,1.0088921969972011 -7012,0.5,0.15372517456988796,0.0,0.9326549279395764,0.15372517456988796,0.0,0.9704700247431691,0.15372517456988796,0.0,0.6206953932187832,0.15372517456988796,0.0,0.7223582549158889,0.15372517456988796,0.0,0.90635073007768,0.15372517456988796,0.0,0.6030464136178822,0.15372517456988796,0.0,0.7771019835304736,0.15372517456988796,0.0,0.26447525909200353,0.5,0.15372517456988796,0.0,0.1151678752778595,0.15372517456988796,0.0,0.08610676144653492,0.5,0.15372517456988796,0.0,0.2662975664686998,0.15372517456988796,0.0,0.07080620763757425,0.15372517456988796,0.0,0.9370749322146148,0.15372517456988796,0.0,0.9323023835832553,0.15372517456988796,0.0,0.9913847362080482,0.15372517456988796,0.0,0.3908129176415671,0.15372517456988796,0.0,0.24342475076904047,0.5,0.15372517456988796,0.0,0.09279973894598731,0.0,1.0011636939713582,1.0084738662451846 -7013,0.5,0.15372517456988796,0.0,0.9339121905532217,0.15372517456988796,0.0,1.0160711696985394,0.15372517456988796,0.0,0.669376418185883,0.15372517456988796,0.0,0.7273236069743867,0.15372517456988796,0.0,0.9032932694212087,0.15372517456988796,0.0,0.6257176211341198,0.15372517456988796,0.0,0.802336024218426,0.15372517456988796,0.0,0.25278336090950765,0.5,0.15372517456988796,0.0,0.1071573720862833,0.15372517456988796,0.0,0.07519415455673738,0.5,0.15372517456988796,0.0,0.2053684453616428,0.15372517456988796,0.0,0.064815135299621,0.15372517456988796,0.0,0.9299937243619983,0.15372517456988796,0.0,0.8904520650287611,0.15372517456988796,0.0,0.9705119641217342,0.15372517456988796,0.0,0.4139968684446561,0.15372517456988796,0.0,0.21987421354571285,0.5,0.15372517456988796,0.0,0.08587259658859973,0.0,1.006730223914429,1.0075511429405752 -7014,0.5,0.15372517456988796,0.0,0.9055697619223555,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.7194783144498667,0.15372517456988796,0.0,0.7491547165153879,0.15372517456988796,0.0,0.8605417850175923,0.15372517456988796,0.0,0.6135829143845417,0.15372517456988796,0.0,0.8684200073951945,0.15372517456988796,0.0,0.22874451301068188,0.5,0.15372517456988796,0.0,0.09901438049803162,0.15372517456988796,0.0,0.06164178723500573,0.5,0.15372517456988796,0.0,0.18382930200077405,0.15372517456988796,0.0,0.06550123874064433,0.15372517456988796,0.0,0.8825973031499407,0.15372517456988796,0.0,0.7962532100377074,0.15372517456988796,0.0,0.953175636627039,0.15372517456988796,0.0,0.4118727366355032,0.15372517456988796,0.0,0.20850392070033846,0.5,0.15372517456988796,0.0,0.0795614013543409,0.0,1.008145017160315,1.0069162319898104 -7015,0.5,0.15372517456988796,0.0,0.9237022184815167,0.15372517456988796,0.0,0.8636573657703333,0.15372517456988796,0.0,0.7422732491232753,0.15372517456988796,0.0,0.768022354760636,0.15372517456988796,0.0,0.7563947089571447,0.15372517456988796,0.0,0.5616061823200362,0.15372517456988796,0.0,0.8733426432559676,0.15372517456988796,0.0,0.19437487000740375,0.5,0.15372517456988796,0.0,0.09308979363988731,0.15372517456988796,0.0,0.06029004847104354,0.5,0.15372517456988796,0.0,0.18583245997659115,0.15372517456988796,0.0,0.07078751225298996,0.15372517456988796,0.0,0.8631313620719889,0.15372517456988796,0.0,0.7587065461644953,0.15372517456988796,0.0,0.9219109155039783,0.15372517456988796,0.0,0.4387836370941284,0.15372517456988796,0.0,0.20511647826952945,0.5,0.15372517456988796,0.0,0.08559850445223256,0.0,0.9910393095973903,1.0054083217248908 -7016,0.5,0.15372517456988796,0.006415389988904326,0.9545408535049487,0.15372517456988796,0.0005276165346835704,0.8759205762351643,0.15372517456988796,0.009443521195773153,0.8187157840489276,0.15372517456988796,0.014133984221001206,0.8386929338161553,0.15372517456988796,0.00041215100238703586,0.6809378163067864,0.15372517456988796,0.0005154924110159749,0.4912035669249127,0.15372517456988796,0.0005815998057209024,0.8058744711223506,0.15372517456988796,0.004849242476054017,0.18460020735081467,0.5,0.15372517456988796,0.0026085807961424364,0.08467050472347012,0.15372517456988796,0.004800388033588636,0.0643771338673954,0.5,0.15372517456988796,0.001294986499436175,0.18320829934620708,0.15372517456988796,0.0026227200585710857,0.07985882484007156,0.15372517456988796,0.0005548203422948316,0.8716421686884219,0.15372517456988796,0.00028575800516747246,0.6909339406601069,0.15372517456988796,0.0009155451428038687,0.8679988975501527,0.15372517456988796,0.005968903927252364,0.4532987366730096,0.15372517456988796,0.0018667056927653381,0.21273547645450633,0.5,0.15372517456988796,0.007516634986362836,0.10144129886219924,0.0,0.9938349726075014,0.9996557916402206 -7017,0.5,0.15372517456988796,0.03654719838799391,0.9348743187794414,0.15372517456988796,0.0038115221925226457,0.7647137887075922,0.15372517456988796,0.0410486931027697,0.8378823995852092,0.15372517456988796,0.05949255992298242,0.914165766438736,0.15372517456988796,0.00996209098125987,0.6973739261439865,0.15372517456988796,0.007386131983522669,0.45555395129376197,0.15372517456988796,0.005559392620373221,0.7279165954464237,0.15372517456988796,0.05581873093285811,0.2630200332620591,0.5,0.15372517456988796,0.04182485348536077,0.11706443908252487,0.15372517456988796,0.01952271852750405,0.07389639481154668,0.5,0.15372517456988796,0.008429490901461315,0.18396724019570665,0.15372517456988796,0.017665105659556483,0.09361562451001652,0.15372517456988796,0.007857158260107524,0.8371850848041695,0.15372517456988796,0.003323919146781727,0.6619288055950885,0.15372517456988796,0.004512992826312901,0.8015255277142261,0.15372517456988796,0.04558549851504481,0.4697656901053259,0.15372517456988796,0.011913214595949387,0.2372265249490616,0.5,0.15372517456988796,0.02952134185691152,0.12336538656259737,0.0,0.998060579050563,0.9868037264367074 -7018,0.5,0.15372517456988796,0.04105760050572791,0.8772848346823934,0.15372517456988796,0.020983974300959052,0.6915574350489629,0.15372517456988796,0.059488047387115134,0.8012026657461112,0.15372517456988796,0.09009116834982174,0.9488544209613023,0.15372517456988796,0.03923113564533773,0.72330527781388,0.15372517456988796,0.023067086745368105,0.4338112594079405,0.15372517456988796,0.015201377657222076,0.7038108081583588,0.15372517456988796,0.06970134137684354,0.3504521256014489,0.5,0.15372517456988796,0.09540210630806538,0.20867091828607362,0.15372517456988796,0.04490468529793137,0.09807696167253756,0.5,0.15372517456988796,0.009081261680015454,0.1680444150566522,0.15372517456988796,0.0495216725602142,0.1190984073288141,0.15372517456988796,0.03862232864714522,0.8507478469444433,0.15372517456988796,0.008570820505340325,0.6831050283766251,0.15372517456988796,0.02146304465003956,0.7516904621501876,0.15372517456988796,0.07357372575810736,0.5282775468981621,0.15372517456988796,0.02646368429979153,0.27766908692970266,0.5,0.15372517456988796,0.042597993622535836,0.14527636538247307,0.0,1.0050103021048522,0.9697794439298731 -7019,0.5,0.15372517456988796,0.04181607428943747,0.8408696980523611,0.15372517456988796,0.027838218298471863,0.6660690753450744,0.15372517456988796,0.055983667649498914,0.6990551256175016,0.15372517456988796,0.09715064279246932,0.9239036531121166,0.15372517456988796,0.05800190669866396,0.7231513649957994,0.15372517456988796,0.03549720043184574,0.46517195040395964,0.15372517456988796,0.02542041043459477,0.6886540475434486,0.15372517456988796,0.06723509467402605,0.39472825794198485,0.5,0.15372517456988796,0.13315998463611248,0.26462273238365114,0.15372517456988796,0.10650577347103571,0.1259607213953508,0.5,0.15372517456988796,0.010280298118970252,0.1475044118313718,0.15372517456988796,0.10483844303493325,0.1598672635897218,0.15372517456988796,0.047150243771867835,0.8792077535617595,0.15372517456988796,0.020763209601274965,0.7076932722341964,0.15372517456988796,0.05999403936968159,0.7767534746392298,0.15372517456988796,0.07415025604613704,0.527930510402719,0.15372517456988796,0.03780354129613334,0.28037077568650615,0.5,0.15372517456988796,0.07646624924354702,0.15669044254692607,0.0,1.007908862578235,0.9416104306036921 -7020,0.5,0.15372517456988796,0.045321420431456726,0.8169544058006567,0.15372517456988796,0.027709002070775306,0.7759484109046106,0.15372517456988796,0.06530280038951965,0.6780247380972992,0.15372517456988796,0.0837722424021526,0.8559100231952829,0.15372517456988796,0.0507394029539424,0.7030321149317034,0.15372517456988796,0.0713799944122726,0.4965377463790324,0.15372517456988796,0.03100047855618961,0.6925679363542103,0.15372517456988796,0.07018371207162777,0.353114467301584,0.5,0.15372517456988796,0.12116402038041776,0.25587703908095,0.15372517456988796,0.20508258125219822,0.2229776348988075,0.5,0.15372517456988796,0.011865968005031447,0.1378304389544548,0.15372517456988796,0.1605478832704365,0.19065355857702496,0.15372517456988796,0.048651246169534715,0.853071172675428,0.15372517456988796,0.05888413994348643,0.7495032104380548,0.15372517456988796,0.06721380466395149,0.7750036011139942,0.15372517456988796,0.06726603718907204,0.5136344803415869,0.15372517456988796,0.051912251465108666,0.2894253539733696,0.5,0.15372517456988796,0.09248441904397524,0.14749515913524774,0.0,1.0093280143992476,0.8954866705715727 -7021,0.5,0.15372517456988796,0.06072216605520436,0.8043865229521735,0.15372517456988796,0.05205111997340867,0.7470141157315597,0.15372517456988796,0.053728483416005085,0.7277526351124302,0.15372517456988796,0.04388999084399674,0.8167097005346264,0.15372517456988796,0.038515141344570486,0.5771989391325477,0.15372517456988796,0.14259010086847312,0.44598080103740007,0.15372517456988796,0.03801119702763047,0.734981169391784,0.15372517456988796,0.08436765996935346,0.3024289580545221,0.5,0.15372517456988796,0.10552625576373992,0.24447055988089722,0.15372517456988796,0.25261700193073644,0.253991717054932,0.5,0.15372517456988796,0.011507743153518617,0.12875085113902418,0.15372517456988796,0.1864153161065205,0.18465820129288638,0.15372517456988796,0.07005568086235683,0.8258171546990452,0.15372517456988796,0.09913650619083061,0.7905131919922546,0.15372517456988796,0.0411116577874664,0.7043900129218522,0.15372517456988796,0.06397124280823982,0.511985416352275,0.15372517456988796,0.05902706817744075,0.29988354738400264,0.5,0.15372517456988796,0.12302457426195394,0.15367691707928227,0.0,1.0084799582381505,0.8827869942856179 -7022,0.5,0.15372517456988796,0.02798026662702728,0.7728384270901749,0.15372517456988796,0.09640451832002896,0.7748728620107144,0.15372517456988796,0.03232185719567025,0.7258571005558598,0.15372517456988796,0.04244865369530826,0.8272249270150069,0.15372517456988796,0.07278103507841308,0.516881224355569,0.15372517456988796,0.20036324056578975,0.495954999203065,0.15372517456988796,0.0537289115384381,0.710787354528878,0.15372517456988796,0.09087535057214832,0.284072021075395,0.5,0.15372517456988796,0.08301039651754595,0.22980327697123043,0.15372517456988796,0.28031822070934653,0.251409988373243,0.5,0.15372517456988796,0.014848334635660678,0.16729175914365435,0.15372517456988796,0.165822119091719,0.14576003802333767,0.15372517456988796,0.08265232067732126,0.8156894544872536,0.15372517456988796,0.058825326368068226,0.7381946983953007,0.15372517456988796,0.03614952924206522,0.6882408093763839,0.15372517456988796,0.047453646603383554,0.5425380800041264,0.15372517456988796,0.05225819192143099,0.27223766568080066,0.5,0.15372517456988796,0.12553786760402674,0.15728739774136485,0.0,1.0039373816772166,0.8439210088630335 -7023,0.5,0.15372517456988796,0.024847657046092594,0.7466287280190579,0.15372517456988796,0.029240137541464532,0.7942661243781048,0.15372517456988796,0.019615423348233144,0.6397611915971312,0.15372517456988796,0.04019403008009662,0.8451895461010538,0.15372517456988796,0.05521559938657687,0.5131022158567876,0.15372517456988796,0.07598745889267658,0.453844348820839,0.15372517456988796,0.1016633211443163,0.6716911828100716,0.15372517456988796,0.056518008424900845,0.25101558403250485,0.5,0.15372517456988796,0.06353400408597418,0.20859409996884506,0.15372517456988796,0.17388872147673434,0.19488603654810804,0.5,0.15372517456988796,0.013890342940933196,0.2208759048372034,0.15372517456988796,0.12916730889336694,0.09770659114822557,0.15372517456988796,0.10104122894557671,0.8042957129141205,0.15372517456988796,0.06576767680592907,0.6542655732557507,0.15372517456988796,0.026221632219619054,0.6890531692754542,0.15372517456988796,0.04112772171828878,0.5259419460233744,0.15372517456988796,0.038647313582046254,0.25353697176746365,0.5,0.15372517456988796,0.08947570563650417,0.10962795761885202,0.0,0.9992594963688091,0.8358733715503095 -7024,0.5,0.15372517456988796,0.013950801298743236,0.714907122150487,0.15372517456988796,0.012321918934713544,0.6408060994176784,0.15372517456988796,0.020321826679581916,0.6006714765184268,0.15372517456988796,0.016097656212995623,0.7884483225035269,0.15372517456988796,0.022722412526160737,0.48288835570230676,0.15372517456988796,0.012280189772767769,0.38236384589515227,0.15372517456988796,0.03782278276760702,0.5971798279588458,0.15372517456988796,0.019412734963475578,0.2195217681155408,0.5,0.15372517456988796,0.04247178082436728,0.15361522021031035,0.15372517456988796,0.0885226436525512,0.09589191081879134,0.5,0.15372517456988796,0.008149661262677297,0.17964419048636732,0.15372517456988796,0.09708407353466379,0.062208524679899554,0.15372517456988796,0.04673022857848581,0.7183196150923012,0.15372517456988796,0.025839027613126293,0.5909509527247403,0.15372517456988796,0.022275384222227322,0.6302973350301335,0.15372517456988796,0.02418972205623712,0.4471457810075835,0.15372517456988796,0.017808809419144055,0.19425621144602054,0.5,0.15372517456988796,0.051659096247413924,0.0537087163746842,0.0,0.9981888632891802,0.8782895361408609 -7025,0.5,0.15372517456988796,1.1355817372613822e-05,0.6644981680970227,0.15372517456988796,0.0,0.4752358999256552,0.15372517456988796,0.0,0.5989287031918291,0.15372517456988796,4.208561192200124e-05,0.7076375634563355,0.15372517456988796,0.0014431091225820967,0.46194356983393736,0.15372517456988796,0.0014885128683418437,0.4432238186702453,0.15372517456988796,0.002315578091527672,0.45248405239103967,0.15372517456988796,0.0029068758925095144,0.1601234242449202,0.5,0.15372517456988796,0.014998817135484243,0.10595668546019096,0.15372517456988796,0.023097125683607188,0.04216607967040163,0.5,0.15372517456988796,0.002476844785168322,0.10447537797196364,0.15372517456988796,0.02207944102154292,0.036272185247411194,0.15372517456988796,0.0,0.5988802977205098,0.15372517456988796,0.006016498377829412,0.542656773288694,0.15372517456988796,0.0006116018805352526,0.4976479640422332,0.15372517456988796,0.0031628318606383974,0.3850945423197526,0.15372517456988796,0.0014731915781418458,0.12094146057434252,0.5,0.15372517456988796,0.0011627068093243839,0.025399515021422566,0.0,0.9807742306578228,0.9348506350264612 -7026,0.5,0.15372517456988796,0.0,0.5636514452688614,0.15372517456988796,0.0,0.2768234726416097,0.15372517456988796,0.0,0.5621768475316544,0.15372517456988796,0.0,0.6183890884548779,0.15372517456988796,0.0,0.3683817732339387,0.15372517456988796,0.0,0.2904881684631579,0.15372517456988796,0.0,0.3728414048613979,0.15372517456988796,0.0,0.06274783159848667,0.5,0.15372517456988796,0.0,0.056221410084934004,0.15372517456988796,0.0,0.02386489428774063,0.5,0.15372517456988796,0.0,0.05614037244161341,0.15372517456988796,0.0,0.025495249951839754,0.15372517456988796,0.0,0.5159459651557874,0.15372517456988796,0.0,0.5340166162270815,0.15372517456988796,0.0,0.3886700336799408,0.15372517456988796,0.0,0.2462103670722932,0.15372517456988796,0.0,0.08484449292836227,0.5,0.15372517456988796,0.0,0.01488330075417688,0.0,0.9658404046412614,0.9389410466973829 -7027,0.5,0.15372517456988796,0.0,0.4407120901938637,0.15372517456988796,0.0,0.2670328667125181,0.15372517456988796,0.0,0.5126932835825918,0.15372517456988796,0.0,0.5840181997967016,0.15372517456988796,0.0,0.2979345987343352,0.15372517456988796,0.0,0.14703607115754136,0.15372517456988796,0.0,0.4487466059709753,0.15372517456988796,0.0,0.0447624469670502,0.5,0.15372517456988796,0.0,0.04011680920014043,0.15372517456988796,0.0,0.02146761961226212,0.5,0.15372517456988796,0.0,0.03641068671848152,0.15372517456988796,0.0,0.028301840905506578,0.15372517456988796,0.0,0.47762689760308646,0.15372517456988796,0.0,0.5136402208709512,0.15372517456988796,0.0,0.380023635135963,0.15372517456988796,0.0,0.1396470175715484,0.15372517456988796,0.0,0.0751515712607772,0.5,0.15372517456988796,0.0,0.008660250162412807,0.0,0.9481645339394088,0.9087241935235879 -7028,0.5,0.15372517456988796,0.0,0.34008232175020053,0.15372517456988796,0.0,0.26634314256804564,0.15372517456988796,0.0,0.3915676359449326,0.15372517456988796,0.0,0.4849976586111862,0.15372517456988796,0.0,0.26011783360614504,0.15372517456988796,0.0,0.12254335264779517,0.15372517456988796,0.0,0.38233470594275365,0.15372517456988796,0.0,0.049492515523896156,0.5,0.15372517456988796,0.0,0.034850486441382215,0.15372517456988796,0.0,0.0287376385772769,0.5,0.15372517456988796,0.0,0.022124535587123604,0.15372517456988796,0.0,0.03371796317142714,0.15372517456988796,0.0,0.4879850455564574,0.15372517456988796,0.0,0.4892390153181366,0.15372517456988796,0.0,0.36944951034852824,0.15372517456988796,0.0,0.14900539747285574,0.15372517456988796,0.0,0.07491253473365064,0.5,0.15372517456988796,0.0,0.009321165500622902,0.0,0.9125986509848726,0.8626429017552136 -7029,0.5,0.15372517456988796,0.0,0.29372580747098204,0.15372517456988796,0.0,0.3109042870558709,0.15372517456988796,0.0,0.24431779363446016,0.15372517456988796,0.0,0.33678834558070425,0.15372517456988796,0.0,0.255782496071614,0.15372517456988796,0.0,0.15035993359462158,0.15372517456988796,0.0,0.2589734558767549,0.15372517456988796,0.0,0.05553175204146172,0.5,0.15372517456988796,0.0,0.029603528445510757,0.15372517456988796,0.0,0.03233823924918732,0.5,0.15372517456988796,0.0,0.01650650787864756,0.15372517456988796,0.0,0.030214279574640623,0.15372517456988796,0.0,0.500640207385787,0.15372517456988796,0.0,0.4978685637098904,0.15372517456988796,0.0,0.37488216334653085,0.15372517456988796,0.0,0.12991216664873922,0.15372517456988796,0.0,0.06261935078025635,0.5,0.15372517456988796,0.0,0.012559005594908702,0.0,0.8704220123027538,0.8103246751796204 -7030,0.5,0.15372517456988796,0.0,0.29003097752983636,0.15372517456988796,0.0,0.3618313537587435,0.15372517456988796,0.0,0.20385944861228217,0.15372517456988796,0.0,0.2365420139636221,0.15372517456988796,0.0,0.2507857692231149,0.15372517456988796,0.0,0.17883658440376843,0.15372517456988796,0.0,0.234411756903822,0.15372517456988796,0.0,0.0712492356980381,0.5,0.15372517456988796,0.0,0.035958685530900765,0.15372517456988796,0.0,0.02887634983046631,0.5,0.15372517456988796,0.0,0.02051870225352475,0.15372517456988796,0.0,0.018903890514539792,0.15372517456988796,0.0,0.4908296617566571,0.15372517456988796,0.0,0.4990423874460167,0.15372517456988796,0.0,0.3589351210136135,0.15372517456988796,0.0,0.11427578099263808,0.15372517456988796,0.0,0.021918943402288713,0.5,0.15372517456988796,0.0,0.019872428509852224,0.0,0.8652084195315037,0.6992269997636753 -7031,0.5,0.15372517456988796,0.0,0.3136652766378921,0.15372517456988796,0.0,0.4874981866541853,0.15372517456988796,0.0,0.2148756485636782,0.15372517456988796,0.0,0.17646383288646353,0.15372517456988796,0.0,0.2518513563506749,0.15372517456988796,0.0,0.19035660456116704,0.15372517456988796,0.0,0.2468663994417459,0.15372517456988796,0.0,0.07921364189536147,0.5,0.15372517456988796,0.0,0.044863592561820764,0.15372517456988796,0.0,0.016778990332294283,0.5,0.15372517456988796,0.0,0.033531080050867766,0.15372517456988796,0.0,0.01156143903646518,0.15372517456988796,0.0,0.4316896316821818,0.15372517456988796,0.0,0.4812133504528321,0.15372517456988796,0.0,0.3270924068126849,0.15372517456988796,0.0,0.10132040630429884,0.15372517456988796,0.0,0.017792109479606744,0.5,0.15372517456988796,0.0,0.02310807589591987,0.0,0.8559168424640995,0.6578906021824196 -7032,0.5,0.15372517456988796,0.0,0.3267732232522041,0.15372517456988796,0.0,0.6100692243793109,0.15372517456988796,0.0,0.218291654795518,0.15372517456988796,0.0,0.16412216752006822,0.15372517456988796,0.0,0.2390137730120221,0.15372517456988796,0.0,0.19197494822665173,0.15372517456988796,0.0,0.26226043669187854,0.15372517456988796,0.0,0.08503535363598995,0.5,0.15372517456988796,0.0,0.060386559994768864,0.15372517456988796,0.0,0.018459828393694398,0.5,0.15372517456988796,0.0,0.048819360387716726,0.15372517456988796,0.0,0.013357789927649528,0.15372517456988796,0.0,0.392247810239704,0.15372517456988796,0.0,0.4486615601321899,0.15372517456988796,0.0,0.3098626398154694,0.15372517456988796,0.0,0.09433475217993192,0.15372517456988796,0.0,0.02884142722493674,0.5,0.15372517456988796,0.0,0.013313118781885057,0.0,0.8124965732387165,0.7077851648853936 -7033,0.5,0.15372517456988796,0.0,0.3278042802283533,0.15372517456988796,0.0,0.6195493022250682,0.15372517456988796,0.0,0.21247560696065035,0.15372517456988796,0.0,0.18550325350186425,0.15372517456988796,0.0,0.21727924182504585,0.15372517456988796,0.0,0.1932276625342736,0.15372517456988796,0.0,0.2815915194470881,0.15372517456988796,0.0,0.10035873649035923,0.5,0.15372517456988796,0.0,0.08357937709002104,0.15372517456988796,0.0,0.028380268570259833,0.5,0.15372517456988796,0.0,0.06015635717131225,0.15372517456988796,0.0,0.015573060382948263,0.15372517456988796,0.0,0.3955770657702891,0.15372517456988796,0.0,0.40283839113498576,0.15372517456988796,0.0,0.30822424246236513,0.15372517456988796,0.0,0.10157478059437314,0.15372517456988796,0.0,0.03178177617828132,0.5,0.15372517456988796,0.0,0.006865709960607692,0.0,0.7671302653034798,0.8296676739059627 -7034,0.5,0.15372517456988796,0.0,0.33140304683514143,0.15372517456988796,0.0,0.4864513403117639,0.15372517456988796,0.0,0.19670180757738945,0.15372517456988796,0.0,0.20064883093060776,0.15372517456988796,0.0,0.20282370436628713,0.15372517456988796,0.0,0.20452695064423929,0.15372517456988796,0.0,0.2804626600046891,0.15372517456988796,0.0,0.14004795271497486,0.5,0.15372517456988796,0.0,0.11018849065042954,0.15372517456988796,0.0,0.04829857240179979,0.5,0.15372517456988796,0.0,0.07850654716335956,0.15372517456988796,0.0,0.01399692487800333,0.15372517456988796,0.0,0.3476446936865455,0.15372517456988796,0.0,0.3557119750045376,0.15372517456988796,0.0,0.2685065234960815,0.15372517456988796,0.0,0.11558071337328245,0.15372517456988796,0.0,0.03535554354809361,0.5,0.15372517456988796,0.0,0.0031935149935978504,0.0,0.7911240169337161,0.9256922758831525 -7035,0.5,0.15372517456988796,0.0,0.2925389095747758,0.15372517456988796,0.0,0.3718730624719755,0.15372517456988796,0.0,0.16559737855458337,0.15372517456988796,0.0,0.1876612822159781,0.15372517456988796,0.0,0.21263246751882464,0.15372517456988796,0.0,0.22822293880632896,0.15372517456988796,0.0,0.3029750543176716,0.15372517456988796,0.0,0.17721158460408212,0.5,0.15372517456988796,0.0,0.15428757904533036,0.15372517456988796,0.0,0.12448920937407983,0.5,0.15372517456988796,0.0,0.0900562042773668,0.15372517456988796,0.0,0.010511556657404756,0.15372517456988796,0.0,0.3033267715100021,0.15372517456988796,0.0,0.2968073102063523,0.15372517456988796,0.0,0.2055145714097818,0.15372517456988796,0.0,0.11635851975377795,0.15372517456988796,0.0,0.04575234979564649,0.5,0.15372517456988796,0.0,0.0028258120781738533,0.0,0.7246052767205149,0.9649040376450126 -7036,0.5,0.15372517456988796,0.0,0.24790632399303233,0.15372517456988796,0.0,0.1993534323910882,0.15372517456988796,0.0,0.15221757781125064,0.15372517456988796,0.0,0.16126262561387353,0.15372517456988796,0.0,0.23616117538061818,0.15372517456988796,0.0,0.26153816141622815,0.15372517456988796,0.0,0.323660559070929,0.15372517456988796,0.0,0.21206382158801623,0.5,0.15372517456988796,0.0,0.20700914995749972,0.15372517456988796,0.0,0.12946375358772877,0.5,0.15372517456988796,0.0,0.11368005466198745,0.15372517456988796,0.0,0.008685881723283847,0.15372517456988796,0.0,0.31158371883947905,0.15372517456988796,0.0,0.26751239124756687,0.15372517456988796,0.0,0.17260322549528048,0.15372517456988796,0.0,0.14984003298117038,0.15372517456988796,0.0,0.059212536318595764,0.5,0.15372517456988796,0.0,0.0023809960013719657,0.0,0.6508033660787962,0.9809611399018314 -7037,0.5,0.15372517456988796,0.0,0.21387388695054138,0.15372517456988796,0.0,0.13530550836118727,0.15372517456988796,0.0,0.1604312501724113,0.15372517456988796,0.0,0.15698620816482686,0.15372517456988796,0.0,0.260923698018092,0.15372517456988796,0.0,0.30744534056676254,0.15372517456988796,0.0,0.32660264828262847,0.15372517456988796,0.0,0.2597783040065714,0.5,0.15372517456988796,0.0,0.24481107260421017,0.15372517456988796,0.0,0.053180313854724125,0.5,0.15372517456988796,0.0,0.1556659902864857,0.15372517456988796,0.0,0.007818513640598252,0.15372517456988796,0.0,0.3204526055442935,0.15372517456988796,0.0,0.2777791988627667,0.15372517456988796,0.0,0.16887484484119436,0.15372517456988796,0.0,0.2036077664851116,0.15372517456988796,0.0,0.08695453992724235,0.5,0.15372517456988796,0.0,0.00350905866337729,0.0,0.6100905146777185,0.9921968102925802 -7038,0.5,0.15372517456988796,0.0,0.19101818789038477,0.15372517456988796,0.0,0.1438794862845465,0.15372517456988796,0.0,0.17480145539929787,0.15372517456988796,0.0,0.16834824187707606,0.15372517456988796,0.0,0.32552296122283503,0.15372517456988796,0.0,0.37244078273779957,0.15372517456988796,0.0,0.321550883967342,0.15372517456988796,0.0,0.3113498331969884,0.5,0.15372517456988796,0.0,0.2879345081223271,0.15372517456988796,0.0,0.017663816903219602,0.5,0.15372517456988796,0.0,0.2295970142088061,0.15372517456988796,0.0,0.01424981244179459,0.15372517456988796,0.0,0.356380263399513,0.15372517456988796,0.0,0.314145930165853,0.15372517456988796,0.0,0.1781858229215199,0.15372517456988796,0.0,0.25623439771880924,0.15372517456988796,0.0,0.13179121860221146,0.5,0.15372517456988796,0.0,0.0020450313252292915,0.0,0.47891304420551767,0.9986960704615938 -7039,0.5,0.15372517456988796,0.0,0.17237780435892222,0.15372517456988796,0.0,0.1699511278054211,0.15372517456988796,0.0,0.1793731354221145,0.15372517456988796,0.0,0.16282324598047554,0.15372517456988796,0.0,0.4590926827688534,0.15372517456988796,0.0,0.44963499199223056,0.15372517456988796,0.0,0.32242691366624754,0.15372517456988796,0.0,0.3849323546940786,0.5,0.15372517456988796,0.0,0.36878400089607244,0.15372517456988796,0.0,0.030216285312145725,0.5,0.15372517456988796,0.0,0.24455570482005776,0.15372517456988796,0.0,0.057121855198543244,0.15372517456988796,0.0,0.4000992207807132,0.15372517456988796,0.0,0.37087833733892195,0.15372517456988796,0.0,0.21059477607172244,0.15372517456988796,0.0,0.2829581424255891,0.15372517456988796,0.0,0.18267806746960172,0.5,0.15372517456988796,0.0,0.0006959705242607535,0.0,0.5291998389103423,0.9984771874072116 -7040,0.5,0.15372517456988796,0.007577089550084935,0.1663166812142115,0.15372517456988796,0.006083265757945629,0.18577877251518812,0.15372517456988796,0.0024452737529409374,0.2168117086730663,0.15372517456988796,0.011002195858726666,0.15900508442327346,0.15372517456988796,0.001704190116383467,0.627763315254064,0.15372517456988796,0.0010264253804618572,0.619273365282629,0.15372517456988796,0.0014418200646048145,0.4045225631638802,0.15372517456988796,0.0009396918755603767,0.49881273158280215,0.5,0.15372517456988796,0.002885038971518924,0.47650021617173516,0.15372517456988796,0.017926981621184133,0.06064945899190227,0.5,0.15372517456988796,0.005532824072869754,0.2766757351639375,0.15372517456988796,0.001793387056616216,0.11109734809666849,0.15372517456988796,0.0036409489564316133,0.45002404704957605,0.15372517456988796,0.0030083069180592494,0.4647467520842543,0.15372517456988796,0.0028061781716222285,0.2710450166527423,0.15372517456988796,0.0013305876297807586,0.3439081709860873,0.15372517456988796,0.007230858022741097,0.2417211937231779,0.5,0.15372517456988796,0.020664759336942066,0.006816034164025703,0.0,0.5004545351375755,1.0053410902417201 -7041,0.5,0.15372517456988796,0.07024653394709304,0.19941989466296633,0.15372517456988796,0.0838850833692827,0.2946201093489441,0.15372517456988796,0.018673705742670087,0.2967077250589749,0.15372517456988796,0.049865629767636144,0.18100649878122804,0.15372517456988796,0.030397579695911336,0.7923348239491247,0.15372517456988796,0.017418297468308683,0.8248507184588327,0.15372517456988796,0.01754726999323069,0.5872654152935908,0.15372517456988796,0.011813709571166885,0.6040489127147548,0.5,0.15372517456988796,0.02827440233676493,0.6234470738411046,0.15372517456988796,0.03179451755937657,0.08570070818088238,0.5,0.15372517456988796,0.07094760093569964,0.4134398711087741,0.15372517456988796,0.012542930133716797,0.1961903278885525,0.15372517456988796,0.05444003775009899,0.5363847516210946,0.15372517456988796,0.041215870409680375,0.6368031872015494,0.15372517456988796,0.032606827482686784,0.4004424123552033,0.15372517456988796,0.013179290721972955,0.5019825393294466,0.15372517456988796,0.0407505273375948,0.36008687373591763,0.5,0.15372517456988796,0.07738042203696537,0.05322874412096654,0.0,0.4094481663723891,1.0085381657452244 -7042,0.5,0.15372517456988796,0.13654653449471071,0.25679599571143547,0.15372517456988796,0.11416585967256072,0.5911930995732025,0.15372517456988796,0.041719570233868575,0.4753919682542818,0.15372517456988796,0.057765880429826444,0.2157836829222392,0.15372517456988796,0.05106374405076845,0.9232267473597705,0.15372517456988796,0.01670986343242395,0.8941646863746631,0.15372517456988796,0.041948766116175304,0.7606966310298761,0.15372517456988796,0.014483295486630484,0.702002637665301,0.5,0.15372517456988796,0.047763985277171336,0.7906962011176635,0.15372517456988796,0.04124551118953962,0.14875416453452706,0.5,0.15372517456988796,0.10821922735015033,0.7604137011507558,0.15372517456988796,0.03449226940196444,0.35531871598804765,0.15372517456988796,0.11032873800123613,0.6426860217975668,0.15372517456988796,0.07724793507323365,0.7862470729919737,0.15372517456988796,0.05840732312121231,0.5389450676333428,0.15372517456988796,0.01856285949979097,0.6395187460991684,0.15372517456988796,0.06857828326928339,0.47248886053208194,0.5,0.15372517456988796,0.08260326663177908,0.07319646793782207,0.0,0.3368884759783718,1.0100732193117652 -7043,0.5,0.15372517456988796,0.17507021318491398,0.3446251974549232,0.15372517456988796,0.15239446745151558,0.7030040564916246,0.15372517456988796,0.04865881911038715,0.59784106583914,0.15372517456988796,0.0426051655225356,0.28633166409584515,0.15372517456988796,0.04171616905446528,0.9746218256413189,0.15372517456988796,0.02339964292849808,0.9551151730296565,0.15372517456988796,0.04366262232359325,0.8097991324540441,0.15372517456988796,0.02513821886798569,0.8548874375823343,0.5,0.15372517456988796,0.04988376481675411,0.8924842224754299,0.15372517456988796,0.08929766231530266,0.31487602057073083,0.5,0.15372517456988796,0.08841208108087652,0.9611157161216588,0.15372517456988796,0.048926944184973835,0.5540144132656049,0.15372517456988796,0.15333348424652027,0.7348315495566162,0.15372517456988796,0.08438908695732618,0.8738314088100931,0.15372517456988796,0.06987452448917904,0.6360908270507921,0.15372517456988796,0.041214418634626944,0.7741066990361787,0.15372517456988796,0.08428074721085889,0.606753042051133,0.5,0.15372517456988796,0.06278752160078335,0.08018550851608074,0.0,0.326031260873149,1.0108681897577225 -7044,0.5,0.15372517456988796,0.16258172533694248,0.4181627925135438,0.15372517456988796,0.17970946856806874,0.7883229750342967,0.15372517456988796,0.049959951176890484,0.713230027999888,0.15372517456988796,0.03675688204475992,0.38575683236094216,0.15372517456988796,0.03683882102610239,0.9923152586413609,0.15372517456988796,0.012732022458173523,1.0067820146886932,0.15372517456988796,0.03461832220497629,0.8951756042701124,0.15372517456988796,0.027070396884007936,0.9770289348482243,0.5,0.15372517456988796,0.04475001319947647,0.9862776928507474,0.15372517456988796,0.10492280395494895,0.561342404771299,0.5,0.15372517456988796,0.07483526297247231,0.9545015037712636,0.15372517456988796,0.05072494264124197,0.7559436054745046,0.15372517456988796,0.15410896656705514,0.7941056029580219,0.15372517456988796,0.0640008453899927,0.91396872876087,0.15372517456988796,0.07435790427927202,0.741618358772311,0.15372517456988796,0.05450057624591995,0.890925102711611,0.15372517456988796,0.08440712926134525,0.6303034680106262,0.5,0.15372517456988796,0.07257504119359312,0.19922537987528735,0.0,0.31555185087861254,1.011321586675783 -7045,0.5,0.15372517456988796,0.14954118304971514,0.49550390180954756,0.15372517456988796,0.11501692489414106,0.8313384637616401,0.15372517456988796,0.07792494771485,0.8141848299044967,0.15372517456988796,0.03251281268107264,0.5225076124060429,0.15372517456988796,0.01862603228634542,1.0120954260605395,0.15372517456988796,0.009948639058075248,1.0177232216484564,0.15372517456988796,0.018867099269041204,0.9804624521658849,0.15372517456988796,0.018297007175545568,1.0077096581136904,0.5,0.15372517456988796,0.023504098488619563,1.0123792650290395,0.15372517456988796,0.04772161112154702,0.787585601499054,0.5,0.15372517456988796,0.06705488458096528,0.9763880824052904,0.15372517456988796,0.0647820494664031,0.8737219145157151,0.15372517456988796,0.10957707331112926,0.8056726670358956,0.15372517456988796,0.041619416116845075,0.9386697693796932,0.15372517456988796,0.06071496948010742,0.7887542389013497,0.15372517456988796,0.04463329187102154,0.9725862550690988,0.15372517456988796,0.10749970246048693,0.7715264399495121,0.5,0.15372517456988796,0.06389657607197088,0.2493099836706078,0.0,0.32296217260451604,1.0113332274837152 -7046,0.5,0.15372517456988796,0.13590889186565025,0.5792900714556932,0.15372517456988796,0.04182732362572267,0.7992523188780644,0.15372517456988796,0.07928999455278765,0.8074267199881529,0.15372517456988796,0.0588780421173067,0.6120931954105954,0.15372517456988796,0.0069296555037424564,1.0193371679155987,0.15372517456988796,0.005821330266975857,1.020591797518188,0.15372517456988796,0.014562558244378375,1.0074440584849977,0.15372517456988796,0.01190824338627777,1.0141555983584436,0.5,0.15372517456988796,0.010856400356434117,1.0203006761435853,0.15372517456988796,0.03903714497857198,0.8307514211350444,0.5,0.15372517456988796,0.04417621336539591,1.002145329792354,0.15372517456988796,0.05098638894649974,0.8950319019740269,0.15372517456988796,0.058050616788895636,0.8273742482778775,0.15372517456988796,0.01579339458343381,0.9544967590932316,0.15372517456988796,0.030022979075806783,0.862728524763664,0.15372517456988796,0.02323570532093341,1.0073619605490205,0.15372517456988796,0.08098114547578977,0.8862355799580757,0.5,0.15372517456988796,0.04536867009781937,0.44537595467861446,0.0,0.307584197646199,1.0113421642886287 -7047,0.5,0.15372517456988796,0.07719713303298585,0.6290488265531742,0.15372517456988796,0.025139476768237756,0.8366819223476304,0.15372517456988796,0.04798103190035735,0.8064409298417264,0.15372517456988796,0.06193970380454482,0.5751022211925425,0.15372517456988796,0.0041604836816763364,1.0217391304347827,0.15372517456988796,0.001437778573886355,1.021739130434783,0.15372517456988796,0.007834812075826054,1.0105010480451422,0.15372517456988796,0.01223855779373636,1.0173032458049565,0.5,0.15372517456988796,0.005325566167297937,1.0216110910107032,0.15372517456988796,0.04549441994628009,0.8720674931371375,0.5,0.15372517456988796,0.014291304159252788,1.0206309796087096,0.15372517456988796,0.02829321974324974,0.9856780372555441,0.15372517456988796,0.035147342515665245,0.8246289423385391,0.15372517456988796,0.0054865007802402666,0.9607986236306477,0.15372517456988796,0.012036028400769318,0.915170318932912,0.15372517456988796,0.005399558201619357,1.015881786102947,0.15372517456988796,0.033858627002205294,0.8870429066251511,0.5,0.15372517456988796,0.03183668188015128,0.5267615198589506,0.0,0.3113639806836107,1.0113750548841893 -7048,0.5,0.15372517456988796,0.03468741934159202,0.5970625676270168,0.15372517456988796,0.003728750305756316,0.8904492390805476,0.15372517456988796,0.010878468824883223,0.8221371576262767,0.15372517456988796,0.03157265819979997,0.4766732489780007,0.15372517456988796,0.0030240690389141487,1.0217391304347827,0.15372517456988796,0.020258149497883807,1.021739130434783,0.15372517456988796,0.002513850244151642,1.0187086673226107,0.15372517456988796,0.010312202805841731,1.0215791792916304,0.5,0.15372517456988796,0.004017392312407168,1.0214576649247284,0.15372517456988796,0.012245866882545814,0.9451787639942753,0.5,0.15372517456988796,0.0023618363225932203,1.0217391304347827,0.15372517456988796,0.004885521056540328,1.0035507611513144,0.15372517456988796,0.007199502720378109,0.8366949416557622,0.15372517456988796,0.0024785505842190823,0.9691069628169029,0.15372517456988796,0.0033930284477632308,0.9147517448381192,0.15372517456988796,0.00417586155066713,1.0077007026399376,0.15372517456988796,0.008582614507551756,0.9194469624561055,0.5,0.15372517456988796,0.011240375211687725,0.7039996051836053,0.0,0.34357508795328345,1.0114391641388607 -7049,0.5,0.15372517456988796,0.00016011946260434832,0.4951183301071451,0.15372517456988796,0.0,0.8345793399981349,0.15372517456988796,3.543152950510294e-05,0.8381480687062707,0.15372517456988796,0.0,0.4304062726752765,0.15372517456988796,0.0019511418499065483,1.0217391304347827,0.15372517456988796,0.0035699680099830523,1.0215387098239628,0.15372517456988796,0.0018644807550046352,1.0217089892793036,0.15372517456988796,0.004151977502887165,1.0212478914842071,0.5,0.15372517456988796,0.002456849748356267,1.0217391304347825,0.15372517456988796,0.0015752372048112875,0.9359754743547687,0.5,0.15372517456988796,0.0010008659372833136,1.0217391304347827,0.15372517456988796,0.00128672504040887,1.0186064463005688,0.15372517456988796,0.00014619640930901728,0.8357791785603248,0.15372517456988796,0.0007095786321407744,0.9904960903173033,0.15372517456988796,0.0002082412231345085,0.930509873035011,0.15372517456988796,0.0009376657510484348,1.021525303053128,0.15372517456988796,0.0002487052724345408,0.9329415232219771,0.5,0.15372517456988796,0.00046214520057547524,0.7985537041589734,0.0,0.36785611383946437,1.0114391641388607 -7050,0.5,0.15372517456988796,0.0,0.4730227875289152,0.15372517456988796,0.0,0.9625476660918676,0.15372517456988796,0.0,0.8340658630844138,0.15372517456988796,0.0,0.4473696992717468,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0217137601150172,0.15372517456988796,0.0,1.0215038718624703,0.15372517456988796,0.0,1.0138394440457295,0.5,0.15372517456988796,0.0,1.0211786209495366,0.15372517456988796,0.0,0.9782182434282943,0.5,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9388187961292834,0.15372517456988796,0.0,0.8805149100174351,0.15372517456988796,0.0,0.9952849481324897,0.15372517456988796,0.0,0.9879091195660277,0.15372517456988796,0.0,1.0215657826360285,0.15372517456988796,0.0,0.9856999691525834,0.5,0.15372517456988796,0.0,0.8606469474779209,0.0,0.32979984159430253,1.0114262416158937 -7051,0.5,0.15372517456988796,0.0,0.5537576568924771,0.15372517456988796,0.0,1.0027142667182607,0.15372517456988796,0.0,0.9506974570928568,0.15372517456988796,0.0,0.5284256843404218,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0064025674766124,0.5,0.15372517456988796,0.0,1.0076958476697255,0.15372517456988796,0.0,1.0038117033741711,0.5,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0208931099860978,0.15372517456988796,0.0,0.8242186175005713,0.15372517456988796,0.0,1.0049292893024224,0.15372517456988796,0.0,1.0212873648410705,0.15372517456988796,0.0,1.0031100746321748,0.15372517456988796,0.0,0.9911851998993007,0.5,0.15372517456988796,0.0,0.879389983618218,0.0,0.3033052009040006,1.0114391641388607 -7052,0.5,0.15372517456988796,0.0,0.654141573138709,0.15372517456988796,0.0,0.9403907590156156,0.15372517456988796,0.0,1.021627155057274,0.15372517456988796,0.0,0.6440948901101855,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217386158000126,0.15372517456988796,0.0,0.9927183301460667,0.5,0.15372517456988796,0.0,0.9874222325228998,0.15372517456988796,0.0,1.0217391304347827,0.5,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0206489316744711,0.15372517456988796,0.0,0.7513917226512141,0.15372517456988796,0.0,1.0029651782940472,0.15372517456988796,0.0,1.0087912665328391,0.15372517456988796,0.0,0.9832059452361086,0.15372517456988796,0.0,1.021098905970713,0.5,0.15372517456988796,0.0,0.8843693780595301,0.0,0.36439498518908336,1.0114391641388607 -7053,0.5,0.15372517456988796,0.0,0.7351021970819663,0.15372517456988796,0.0,0.9902132780056274,0.15372517456988796,0.0,1.020978505824399,0.15372517456988796,0.0,0.8184881007962221,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217371741129497,0.15372517456988796,0.0,0.9941860857594553,0.5,0.15372517456988796,0.0,0.9919875078869015,0.15372517456988796,0.0,1.0217391304347827,0.5,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0161449317646312,0.15372517456988796,0.0,0.7202277022933532,0.15372517456988796,0.0,0.8899978226309033,0.15372517456988796,0.0,1.0139679549740424,0.15372517456988796,0.0,0.9820701975250781,0.15372517456988796,0.0,1.0186634543856292,0.5,0.15372517456988796,0.0,1.0003265259762022,0.0,0.4704492227618457,0.009798657133745689 -7054,0.5,0.15372517456988796,0.0,0.7863731501416769,0.15372517456988796,0.0,1.0037484254143365,0.15372517456988796,0.0,1.0205750295790779,0.15372517456988796,0.0,0.9610760942387272,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.012274862800782,0.5,0.15372517456988796,0.0,1.0012938769231199,0.15372517456988796,0.0,1.0217391304347827,0.5,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0083069152158406,0.15372517456988796,0.0,0.7581836417731208,0.15372517456988796,0.0,0.9118959895014995,0.15372517456988796,0.0,1.0193531483288798,0.15372517456988796,0.0,0.9983968147621805,0.15372517456988796,0.0,1.0158834770959015,0.5,0.15372517456988796,0.0,1.0217391304347827,0.0,0.22640558488366366,0.009798657133745689 -7055,0.5,0.15372517456988796,0.0,0.8056880264636298,0.15372517456988796,0.0,1.0013490976793016,0.15372517456988796,0.0,1.0169059746685183,0.15372517456988796,0.0,1.005744525066059,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.02103024548629,0.5,0.15372517456988796,0.0,1.006962521980223,0.15372517456988796,0.0,1.0207345339752019,0.5,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.991546819472631,0.15372517456988796,0.0,0.733078933439492,0.15372517456988796,0.0,0.8957419596639696,0.15372517456988796,0.0,1.0113544375608061,0.15372517456988796,0.0,1.0186733729875022,0.15372517456988796,0.0,1.0110763772396887,0.5,0.15372517456988796,0.0,1.0217238081067295,0.0,0.9083276357707688,0.009798657133745689 -7056,0.5,0.15372517456988796,0.0,0.7971260666352857,0.15372517456988796,0.0,0.9338336271821888,0.15372517456988796,0.0,1.0191443638335516,0.15372517456988796,0.0,0.9794220989830276,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021427581195537,0.5,0.15372517456988796,0.0,1.008618945504397,0.15372517456988796,0.0,1.0180604885035642,0.5,0.15372517456988796,0.0,1.0216936798166305,0.15372517456988796,0.0,0.9874754467603112,0.15372517456988796,0.0,0.6192860584177633,0.15372517456988796,0.0,0.8361971345566211,0.15372517456988796,0.0,1.0099363711436031,0.15372517456988796,0.0,1.019819421113504,0.15372517456988796,0.0,1.0177495095883926,0.5,0.15372517456988796,0.0,1.0217117982822663,0.0,0.7479648653921522,0.009798657133745689 -7057,0.5,0.15372517456988796,0.0,0.7546333921151731,0.15372517456988796,0.0,0.7873530072863674,0.15372517456988796,0.0,1.0214038345685057,0.15372517456988796,0.0,0.9806228140468356,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0140567014128958,0.5,0.15372517456988796,0.0,0.9951912863559008,0.15372517456988796,0.0,1.01513924056604,0.5,0.15372517456988796,0.0,1.0212718486335122,0.15372517456988796,0.0,0.9822863139536588,0.15372517456988796,0.0,0.40402537587289294,0.15372517456988796,0.0,0.7288889955875006,0.15372517456988796,0.0,1.010484274690453,0.15372517456988796,0.0,1.020893321623456,0.15372517456988796,0.0,1.0184648498093245,0.5,0.15372517456988796,0.0,1.0211822564497297,0.0,0.419754436776321,0.009798657133745689 -7058,0.5,0.15372517456988796,0.0,0.6979498082904058,0.15372517456988796,0.0,0.21415576828156127,0.15372517456988796,0.0,1.0217350309397855,0.15372517456988796,0.0,0.988555401342346,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0116593839647792,0.5,0.15372517456988796,0.0,0.9741558387733114,0.15372517456988796,0.0,1.016842346744454,0.5,0.15372517456988796,0.0,1.0207893406500843,0.15372517456988796,0.0,0.9780749187518485,0.15372517456988796,0.0,0.18591478290053068,0.15372517456988796,0.0,0.6503164216409456,0.15372517456988796,0.0,1.0057029303382474,0.15372517456988796,0.0,1.0205726696524882,0.15372517456988796,0.0,1.0206734042535481,0.5,0.15372517456988796,0.0,1.0215023980630977,0.0,0.2606047580451075,0.009798657133745689 -7059,0.5,0.15372517456988796,0.0,0.6670285752409093,0.15372517456988796,0.0,0.015233722510036844,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9988814590473396,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0110465882519115,0.5,0.15372517456988796,0.0,0.9569467719006794,0.15372517456988796,0.0,1.0135476055845984,0.5,0.15372517456988796,0.0,1.019963486746364,0.15372517456988796,0.0,0.9540348410958869,0.15372517456988796,0.0,0.170559324593458,0.15372517456988796,0.0,0.6302426576282871,0.15372517456988796,0.0,0.9828824270746339,0.15372517456988796,0.0,1.0178983533377033,0.15372517456988796,0.0,1.0209450370536308,0.5,0.15372517456988796,0.0,1.0206227030212485,0.0,0.13115801748234485,0.009798657133745689 -7060,0.5,0.15372517456988796,0.0,0.5453740547075719,0.15372517456988796,0.0,0.059303272474235474,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.983346396130828,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0206169822168136,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.016985944666182,0.5,0.15372517456988796,0.0,0.9686809933690901,0.15372517456988796,0.0,1.0093048532365456,0.5,0.15372517456988796,0.0,1.0203798473611363,0.15372517456988796,0.0,0.9444994487039855,0.15372517456988796,0.0,0.23481284173170197,0.15372517456988796,0.0,0.7292826220617332,0.15372517456988796,0.0,0.8964356070133672,0.15372517456988796,0.0,1.0141542263975465,0.15372517456988796,0.0,1.021211050181406,0.5,0.15372517456988796,0.0,1.0189442808558673,0.0,0.08350366917322886,0.009798657133745689 -7061,0.5,0.15372517456988796,0.0,0.3845903894282516,0.15372517456988796,0.0,0.4931754276826401,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9678053323348984,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0183433171184155,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.015413586067425,0.5,0.15372517456988796,0.0,0.9718927103083507,0.15372517456988796,0.0,0.9962940753233501,0.5,0.15372517456988796,0.0,1.0210505331180058,0.15372517456988796,0.0,0.9683981700315786,0.15372517456988796,0.0,0.23705351156349844,0.15372517456988796,0.0,0.8296430072328,0.15372517456988796,0.0,0.8314600973207339,0.15372517456988796,0.0,1.0196266072552065,0.15372517456988796,0.0,1.0215603150327635,0.5,0.15372517456988796,0.0,1.0134382632973216,0.0,0.05622005569619041,0.009798657133745689 -7062,0.5,0.15372517456988796,0.0,0.29751047658196006,0.15372517456988796,0.0,0.6736421108106194,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.939935294344702,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0145720363154531,0.15372517456988796,0.0,0.7279490618020218,0.15372517456988796,0.0,1.007220589164445,0.5,0.15372517456988796,0.0,0.9623924750606763,0.15372517456988796,0.0,0.9765185782853605,0.5,0.15372517456988796,0.0,1.020158540752876,0.15372517456988796,0.0,0.999423236522439,0.15372517456988796,0.0,0.19487406288934198,0.15372517456988796,0.0,0.8593697521433248,0.15372517456988796,0.0,0.8981763972827275,0.15372517456988796,0.0,1.020707427761228,0.15372517456988796,0.0,1.021697749843985,0.5,0.15372517456988796,0.0,0.9991404137334284,0.0,0.004056914595749472,0.009798657133745689 -7063,0.5,0.15372517456988796,0.0,0.24071988504635344,0.15372517456988796,0.0,0.5971521104761263,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.8853315654797785,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.014420504720012,0.15372517456988796,0.0,0.7279490618020218,0.15372517456988796,0.0,1.0008751092563595,0.5,0.15372517456988796,0.0,0.9652067484670678,0.15372517456988796,0.0,0.9833715304898251,0.5,0.15372517456988796,0.0,1.018982622137698,0.15372517456988796,0.0,0.9910317773060835,0.15372517456988796,0.0,0.1730312521479025,0.15372517456988796,0.0,0.7966093594555297,0.15372517456988796,0.0,0.9475549988929454,0.15372517456988796,0.0,1.0210028998570435,0.15372517456988796,0.0,1.0216171733490649,0.5,0.15372517456988796,0.0,0.9707573369427066,0.0,0.0008655190419505698,0.0803921935695231 -7064,0.5,0.15372517456988796,0.0038711433248959847,0.15614833054195615,0.15372517456988796,0.002007609130575542,0.3918595989941176,0.15372517456988796,0.002287466993897662,1.019641443914756,0.15372517456988796,0.007334835743456197,0.8201514358945842,0.15372517456988796,0.00012487190308099264,1.0217391304347827,0.15372517456988796,0.0005024172650700497,1.0174036057874565,0.15372517456988796,0.0005309252978665681,1.0217391304347827,0.15372517456988796,0.001071436123229671,1.0057902401589718,0.5,0.15372517456988796,0.003776186685279665,0.9742737967186498,0.15372517456988796,0.0031708625246321814,1.0177593670967733,0.5,0.15372517456988796,0.0048357720418941924,1.018274685712571,0.15372517456988796,0.003261743959795444,0.9600473129349317,0.15372517456988796,0.001834176368313166,0.15861039661494197,0.15372517456988796,0.0006886661563224878,0.7579948521186544,0.15372517456988796,0.000753142132613557,0.8817326669894463,0.15372517456988796,0.0017706868580375746,1.0209168268124271,0.15372517456988796,0.003920142371048411,1.0216091834413763,0.5,0.15372517456988796,0.0022094845164722142,0.9838760991451202,0.0,0.000594285577979332,1.0114391641388607 -7065,0.5,0.15372517456988796,0.03792398613082634,0.144248354001446,0.15372517456988796,0.034534771465389316,0.37949388577994897,0.15372517456988796,0.016813626486964914,0.997835256461605,0.15372517456988796,0.0335725828155383,0.7095414269731863,0.15372517456988796,0.0018196776985659,1.0217391304347827,0.15372517456988796,0.00938100218469366,1.0216551423730689,0.15372517456988796,0.0054246728010787105,1.0217391304347827,0.15372517456988796,0.016780721420016437,1.016216924074969,0.5,0.15372517456988796,0.06864843344418813,0.9930664522898242,0.15372517456988796,0.02849169138165855,1.0058272852227401,0.5,0.15372517456988796,0.054928680062243836,1.020279082616195,0.15372517456988796,0.04506969545145515,0.9641766355268326,0.15372517456988796,0.030010979632068405,0.12303938960768755,0.15372517456988796,0.012184453784611481,0.763084611253716,0.15372517456988796,0.00944648195600374,0.7742995446127655,0.15372517456988796,0.021000066549318963,1.0216880853725994,0.15372517456988796,0.029109860213174656,1.0216211237098236,0.5,0.15372517456988796,0.014641890639913885,1.0065736374610645,0.0,0.0006660487594993308,1.0114391641388607 -7066,0.5,0.15372517456988796,0.08198937754095949,0.1999547905406232,0.15372517456988796,0.06926885721831418,0.30697437647724224,0.15372517456988796,0.03111868419098595,0.9890927735762657,0.15372517456988796,0.04805705306021432,0.5012547150580345,0.15372517456988796,0.007877677378285068,1.0217391304347827,0.15372517456988796,0.022148556730976432,1.021739130434783,0.15372517456988796,0.010034252024022599,1.0217391304347827,0.15372517456988796,0.03945902005001211,1.0202811000773329,0.5,0.15372517456988796,0.1456826786042714,1.0012604269871412,0.15372517456988796,0.08289867380182175,1.0057090126768058,0.5,0.15372517456988796,0.10354418635404478,1.0208483272703517,0.15372517456988796,0.08286624607506633,0.9395943020350618,0.15372517456988796,0.0692880190326306,0.11912389817779408,0.15372517456988796,0.019965987000661278,0.8178586371169458,0.15372517456988796,0.01968373338966431,0.6704237014147791,0.15372517456988796,0.045565198900681565,1.021739130434783,0.15372517456988796,0.05002121122352936,1.0216966536579621,0.5,0.15372517456988796,0.04110074874507137,1.0176801473667823,0.0,0.0068296975176676345,1.0114391641388607 -7067,0.5,0.15372517456988796,0.098443305082116,0.22230418659512668,0.15372517456988796,0.03886281096260571,0.12446449533276632,0.15372517456988796,0.04122269412390196,0.9828834359063747,0.15372517456988796,0.04053758651138232,0.3766825356380046,0.15372517456988796,0.018952713227892503,1.0217391304347827,0.15372517456988796,0.03694622000388726,1.021739130434783,0.15372517456988796,0.019393095046899688,1.0217391304347827,0.15372517456988796,0.06771092689852377,1.0217391304347825,0.5,0.15372517456988796,0.1568188622132441,1.004139333634428,0.15372517456988796,0.1092834973043501,1.0090865723393605,0.5,0.15372517456988796,0.1508060603035687,1.020797440525247,0.15372517456988796,0.11200347163511845,0.9324599420367597,0.15372517456988796,0.08509719404140426,0.18646872487731986,0.15372517456988796,0.012148386530099909,0.8416392718510343,0.15372517456988796,0.01866703850528604,0.5580775791097229,0.15372517456988796,0.06440631995562257,1.021739130434783,0.15372517456988796,0.06629670322385785,1.0216197300815424,0.5,0.15372517456988796,0.07942518380251373,1.0214138855315813,0.0,0.017067788908124167,1.0114391641388607 -7068,0.5,0.15372517456988796,0.12987750815242044,0.16071930578752544,0.15372517456988796,0.015760163225774504,0.026641401214794358,0.15372517456988796,0.05855980887332837,0.9453969558842485,0.15372517456988796,0.04140832262076436,0.3542208954182746,0.15372517456988796,0.016174711162682764,1.0217391304347827,0.15372517456988796,0.05231992779978429,1.0208176033479102,0.15372517456988796,0.024557316855982232,1.0217391304347827,0.15372517456988796,0.08386090389785342,1.0217391304347825,0.5,0.15372517456988796,0.14170050780212382,0.9947998169175994,0.15372517456988796,0.14612007576692373,1.0217391304347827,0.5,0.15372517456988796,0.14678865910265068,1.0214580514996716,0.15372517456988796,0.14031055985571525,0.946732244411788,0.15372517456988796,0.10207532062654498,0.3129683118607348,0.15372517456988796,0.010668346911855602,0.8794110023504532,0.15372517456988796,0.023399620789107147,0.48673705366216524,0.15372517456988796,0.06611960398752105,1.021739130434783,0.15372517456988796,0.10261858886805106,1.019498727318285,0.5,0.15372517456988796,0.11540777794827642,1.0213129907484062,0.0,0.004853533203195008,1.0114391641388607 -7069,0.5,0.15372517456988796,0.14106647542817471,0.11484620274662627,0.15372517456988796,0.011196333328440148,0.013735830717317543,0.15372517456988796,0.05217607823149238,0.8824064514500775,0.15372517456988796,0.06816818945833401,0.3369602039892647,0.15372517456988796,0.012143092046962506,1.0217391304347827,0.15372517456988796,0.05217309782963882,1.0170358661997918,0.15372517456988796,0.017056153430733835,1.021737371479065,0.15372517456988796,0.07711689332270953,1.0217391304347825,0.5,0.15372517456988796,0.1220646672182637,0.9903068080140367,0.15372517456988796,0.161795020229063,1.0217391304347827,0.5,0.15372517456988796,0.0960177652797127,1.0199256382437936,0.15372517456988796,0.1162505775763149,0.947121377925032,0.15372517456988796,0.0736203760654502,0.3864855356486023,0.15372517456988796,0.009159747677317701,0.9254710542252156,0.15372517456988796,0.02488898801057766,0.4497483821728174,0.15372517456988796,0.05872324430228747,1.021739130434783,0.15372517456988796,0.10117962438058398,1.015745681137995,0.5,0.15372517456988796,0.12690816469561625,1.0213240231885705,0.0,0.0,1.0114233376597392 -7070,0.5,0.15372517456988796,0.14108221500978935,0.09184093411286554,0.15372517456988796,0.008082955048839295,0.01829996723347537,0.15372517456988796,0.048352512385083646,0.7966141345027185,0.15372517456988796,0.07205260765708782,0.32918148133048003,0.15372517456988796,0.013771572859459564,1.0128482505975838,0.15372517456988796,0.047813165958623824,0.9869175687634382,0.15372517456988796,0.015741160770727698,1.0217084870916318,0.15372517456988796,0.062020671857855494,1.0156925984211431,0.5,0.15372517456988796,0.09001658672320116,0.9736953835984852,0.15372517456988796,0.15045074822603133,1.0217391304347827,0.5,0.15372517456988796,0.07211822329245964,1.0188166293302343,0.15372517456988796,0.09318803504688455,0.9431735181506491,0.15372517456988796,0.03822332685620155,0.3130514902178647,0.15372517456988796,0.006933168070938235,0.9202267337972097,0.15372517456988796,0.020200248122526365,0.4439332269699425,0.15372517456988796,0.046183882020702394,1.021739130434783,0.15372517456988796,0.08088837849819218,1.0079248017202977,0.5,0.15372517456988796,0.1113475829705465,1.0194034245615526,0.0,0.006143891984288154,1.0113260212226258 -7071,0.5,0.15372517456988796,0.12077586189110612,0.06932085547481814,0.15372517456988796,0.010421703656908839,0.02348150392326091,0.15372517456988796,0.035413298049402235,0.6682486330178932,0.15372517456988796,0.041470128827623805,0.2855010158154161,0.15372517456988796,0.015979007954150488,0.9970015549162836,0.15372517456988796,0.04014057848581847,0.939116047518516,0.15372517456988796,0.018322346347107082,1.0213098534037397,0.15372517456988796,0.04296034391680936,0.9913417584343865,0.5,0.15372517456988796,0.0675167132077029,0.9531579637140328,0.15372517456988796,0.09438291974841762,1.0217391304347827,0.5,0.15372517456988796,0.0500386127673144,1.016953442505464,0.15372517456988796,0.07418410777962596,0.9361529830512756,0.15372517456988796,0.028671688700104024,0.3269885673484368,0.15372517456988796,0.006481217763932312,0.9127338847946252,0.15372517456988796,0.010570285266870419,0.46214943208124737,0.15372517456988796,0.029096957874058357,1.02104198731054,0.15372517456988796,0.05602797144782866,0.9942688845533338,0.5,0.15372517456988796,0.07433097995155954,1.018084994141768,0.0,0.02994244809055307,1.0111288157392497 -7072,0.5,0.15372517456988796,0.08187822772644487,0.040224499400317394,0.15372517456988796,0.02874385563731043,0.04816318139503953,0.15372517456988796,0.014744560747931054,0.4677629337841271,0.15372517456988796,0.01729452712327508,0.2437796406417741,0.15372517456988796,0.009689331480164091,0.9760050489611838,0.15372517456988796,0.022232766824984877,0.8775756515973524,0.15372517456988796,0.01199914704558435,1.0196139609706294,0.15372517456988796,0.02163665220831275,0.9468712230337335,0.5,0.15372517456988796,0.03098676503907421,0.9133381263098292,0.15372517456988796,0.044448349411970074,1.0217391304347827,0.5,0.15372517456988796,0.022742667837343532,1.0168815706942054,0.15372517456988796,0.038267273473446134,0.9356390025590611,0.15372517456988796,0.028194960899714572,0.3749430142832082,0.15372517456988796,0.004114385991469583,0.9012964209603265,0.15372517456988796,0.002540130258360655,0.49088696359806067,0.15372517456988796,0.012351254408273938,1.020535164650592,0.15372517456988796,0.02609629446799636,0.9934366479636934,0.5,0.15372517456988796,0.03438883476560004,1.016814373488547,0.0,0.033961503515626615,1.010893566037714 -7073,0.5,0.15372517456988796,5.115495999560295e-05,0.013319924025715286,0.15372517456988796,0.0,0.10179602598604427,0.15372517456988796,0.0,0.29977129215805537,0.15372517456988796,6.818685071817674e-05,0.2006099587710811,0.15372517456988796,0.00149157975422207,0.9444761642831757,0.15372517456988796,0.004868889574595327,0.8096869430294775,0.15372517456988796,0.001608484789854832,1.0146102012361633,0.15372517456988796,0.0058701859573695656,0.9063582171216926,0.5,0.15372517456988796,0.007737823633231264,0.8769519492569914,0.15372517456988796,0.0010855079871768258,1.0217391304347827,0.5,0.15372517456988796,0.0030361743973651408,1.0165678387734196,0.15372517456988796,0.0066663065876928955,0.942888275269178,0.15372517456988796,0.0002757033323122136,0.41602347247747934,0.15372517456988796,0.0005002138795661006,0.8920317456947336,0.15372517456988796,7.361338442987658e-05,0.5063163774688213,0.15372517456988796,0.000979705939246186,1.020183033875418,0.15372517456988796,0.00021233820130248186,0.9815631166584546,0.5,0.15372517456988796,0.0,1.015778453988365,0.0,0.01760575852638504,1.0059155475204382 -7074,0.5,0.15372517456988796,0.0,0.010255237912378855,0.15372517456988796,0.0,0.21075119380697607,0.15372517456988796,0.0,0.18688758910208728,0.15372517456988796,0.0,0.17014842065376273,0.15372517456988796,0.0,0.8666123964529373,0.15372517456988796,0.0,0.6550287081146005,0.15372517456988796,0.0,0.9933337615464851,0.15372517456988796,0.0,0.8303949024957878,0.5,0.15372517456988796,0.0,0.8443304723798911,0.15372517456988796,0.0,1.0217391304347827,0.5,0.15372517456988796,0.0,1.0149402176656344,0.15372517456988796,0.0,0.9362549368957483,0.15372517456988796,0.0,0.454371104068785,0.15372517456988796,0.0,0.8612253704910937,0.15372517456988796,0.0,0.5608060704545059,0.15372517456988796,0.0,1.0192545487612688,0.15372517456988796,0.0,0.9366787294146495,0.5,0.15372517456988796,0.0,1.0127560988324669,0.0,0.001038465827680346,0.9893663309591012 -7075,0.5,0.15372517456988796,0.0,0.015299738831291609,0.15372517456988796,0.0,0.33889282791578224,0.15372517456988796,0.0,0.15987905249727447,0.15372517456988796,0.0,0.14807651812851005,0.15372517456988796,0.0,0.7269302112714403,0.15372517456988796,0.0,0.4641482218052606,0.15372517456988796,0.0,0.939525918525463,0.15372517456988796,0.0,0.6991994055552051,0.5,0.15372517456988796,0.0,0.7999039182419003,0.15372517456988796,0.0,1.0177762016662488,0.5,0.15372517456988796,0.0,1.0078215110112216,0.15372517456988796,0.0,0.9308682937645777,0.15372517456988796,0.0,0.46836474318774957,0.15372517456988796,0.0,0.7955211661964252,0.15372517456988796,0.0,0.6435959881144302,0.15372517456988796,0.0,1.0172142409702465,0.15372517456988796,0.0,0.8883369631469588,0.5,0.15372517456988796,0.0,1.0088979724898686,0.0,0.0,0.9187467509395003 -7076,0.5,0.15372517456988796,0.0,0.02921327181442415,0.15372517456988796,0.0,0.4094132087386225,0.15372517456988796,0.0,0.16853398543936268,0.15372517456988796,0.0,0.10763482908802396,0.15372517456988796,0.0,0.590892145072841,0.15372517456988796,0.0,0.2743549631640692,0.15372517456988796,0.0,0.8599496920296736,0.15372517456988796,0.0,0.5355405872836823,0.5,0.15372517456988796,0.0,0.7599508940522486,0.15372517456988796,0.0,1.0099472257133948,0.5,0.15372517456988796,0.0,0.9978475367106872,0.15372517456988796,0.0,0.911801240181804,0.15372517456988796,0.0,0.44577617465260017,0.15372517456988796,0.0,0.7155911553868464,0.15372517456988796,0.0,0.7167505445877793,0.15372517456988796,0.0,1.008692676211834,0.15372517456988796,0.0,0.83403056802798,0.5,0.15372517456988796,0.0,1.005534199179685,0.0,0.0,0.8454935588916838 -7077,0.5,0.15372517456988796,0.0,0.03942351089052832,0.15372517456988796,0.0,0.41737787327627934,0.15372517456988796,0.0,0.19419459929564417,0.15372517456988796,0.0,0.08554268636826509,0.15372517456988796,0.0,0.47901800685283813,0.15372517456988796,0.0,0.11861934032017674,0.15372517456988796,0.0,0.7431109143944364,0.15372517456988796,0.0,0.41158725054828527,0.5,0.15372517456988796,0.0,0.6448013962508321,0.15372517456988796,0.0,0.9993016470463516,0.5,0.15372517456988796,0.0,0.9775918285607652,0.15372517456988796,0.0,0.8732557106677188,0.15372517456988796,0.0,0.4383340373037628,0.15372517456988796,0.0,0.6248938017614638,0.15372517456988796,0.0,0.7314931788807005,0.15372517456988796,0.0,0.9864165385376518,0.15372517456988796,0.0,0.7828169959827378,0.5,0.15372517456988796,0.0,0.9914342619656769,0.0,0.0,0.7599509592552207 -7078,0.5,0.15372517456988796,0.0,0.04401183833864557,0.15372517456988796,0.0,0.4312834146037112,0.15372517456988796,0.0,0.22095725187762846,0.15372517456988796,0.0,0.08747491069159452,0.15372517456988796,0.0,0.41000337211483684,0.15372517456988796,0.0,0.08501977248309225,0.15372517456988796,0.0,0.6203263991473065,0.15372517456988796,0.0,0.341127719972228,0.5,0.15372517456988796,0.0,0.48537454963041277,0.15372517456988796,0.0,0.9767935547832876,0.5,0.15372517456988796,0.0,0.9541937519334499,0.15372517456988796,0.0,0.8220013702097775,0.15372517456988796,0.0,0.4329772132577553,0.15372517456988796,0.0,0.5526359023248166,0.15372517456988796,0.0,0.7204703212350905,0.15372517456988796,0.0,0.94015830371222,0.15372517456988796,0.0,0.7464922230550066,0.5,0.15372517456988796,0.0,0.9643943741730596,0.0,0.012411076871183938,0.5583399927310304 -7079,0.5,0.15372517456988796,0.0,0.04999414227141291,0.15372517456988796,0.0,0.4459189524345395,0.15372517456988796,0.0,0.2585686933296724,0.15372517456988796,0.0,0.10670821363417596,0.15372517456988796,0.0,0.31785676257937756,0.15372517456988796,0.0,0.060401154693662154,0.15372517456988796,0.0,0.5409879423545517,0.15372517456988796,0.0,0.24296986863323503,0.5,0.15372517456988796,0.0,0.3450397005925349,0.15372517456988796,0.0,0.9503975110179557,0.5,0.15372517456988796,0.0,0.9265630336552162,0.15372517456988796,0.0,0.7726376479182547,0.15372517456988796,0.0,0.41135852748219737,0.15372517456988796,0.0,0.4632740937116847,0.15372517456988796,0.0,0.702058071973046,0.15372517456988796,0.0,0.8745019348051764,0.15372517456988796,0.0,0.7305952983259925,0.5,0.15372517456988796,0.0,0.9293888784725701,0.0,0.06340553252827981,0.32692777493049335 -7080,0.5,0.15372517456988796,0.0,0.06149598778343209,0.15372517456988796,0.0,0.451579197994666,0.15372517456988796,0.0,0.3063289581316477,0.15372517456988796,0.0,0.12978124612831593,0.15372517456988796,0.0,0.1877292302777031,0.15372517456988796,0.0,0.051481627129480234,0.15372517456988796,0.0,0.4501807618271465,0.15372517456988796,0.0,0.1664882911901402,0.5,0.15372517456988796,0.0,0.2254160157604449,0.15372517456988796,0.0,0.9275549062854931,0.5,0.15372517456988796,0.0,0.8966011779452043,0.15372517456988796,0.0,0.7356434041533471,0.15372517456988796,0.0,0.3707403797143327,0.15372517456988796,0.0,0.3685067272549662,0.15372517456988796,0.0,0.672842356348274,0.15372517456988796,0.0,0.8066114133157489,0.15372517456988796,0.0,0.7213677366617037,0.5,0.15372517456988796,0.0,0.875365268186442,0.0,0.11499918367060014,0.09507281978445482 -7081,0.5,0.15372517456988796,0.0,0.06953769031037994,0.15372517456988796,0.0,0.4363658343014985,0.15372517456988796,0.0,0.3692215081006876,0.15372517456988796,0.0,0.15458400621655988,0.15372517456988796,0.0,0.11822134273396803,0.15372517456988796,0.0,0.05955762991457936,0.15372517456988796,0.0,0.34701950993001107,0.15372517456988796,0.0,0.12359386710616652,0.5,0.15372517456988796,0.0,0.15018227685708394,0.15372517456988796,0.0,0.8978970046227823,0.5,0.15372517456988796,0.0,0.8708510731797904,0.15372517456988796,0.0,0.7174451916979028,0.15372517456988796,0.0,0.3229871458123855,0.15372517456988796,0.0,0.24212370656765875,0.15372517456988796,0.0,0.6127384216542442,0.15372517456988796,0.0,0.7189391371572339,0.15372517456988796,0.0,0.7371912841337674,0.5,0.15372517456988796,0.0,0.8514435782314579,0.0,0.14512198705643792,0.030358804748713407 -7082,0.5,0.15372517456988796,0.0,0.06944259105913239,0.15372517456988796,0.0,0.4196855794774865,0.15372517456988796,0.0,0.46050424717847604,0.15372517456988796,0.0,0.18051366552602716,0.15372517456988796,0.0,0.10230078383403979,0.15372517456988796,0.0,0.05511202361147936,0.15372517456988796,0.0,0.2695944681809885,0.15372517456988796,0.0,0.08884920582316123,0.5,0.15372517456988796,0.0,0.11171521526024572,0.15372517456988796,0.0,0.8823450813518823,0.5,0.15372517456988796,0.0,0.8345521282197441,0.15372517456988796,0.0,0.6961600967453486,0.15372517456988796,0.0,0.237446571496558,0.15372517456988796,0.0,0.14520336173499682,0.15372517456988796,0.0,0.5344742738679795,0.15372517456988796,0.0,0.5757127403899615,0.15372517456988796,0.0,0.7775617765715825,0.5,0.15372517456988796,0.0,0.8643272600489725,0.0,0.12067326815598982,0.04127367591156997 -7083,0.5,0.15372517456988796,0.0,0.0687112224962898,0.15372517456988796,0.0,0.3558938449496357,0.15372517456988796,0.0,0.5781940646837025,0.15372517456988796,0.0,0.20780875902456336,0.15372517456988796,0.0,0.100696817576939,0.15372517456988796,0.0,0.05341576823118663,0.15372517456988796,0.0,0.21290979868628573,0.15372517456988796,0.0,0.063848298882362,0.5,0.15372517456988796,0.0,0.0857190374267308,0.15372517456988796,0.0,0.8755576418236681,0.5,0.15372517456988796,0.0,0.7958525420910578,0.15372517456988796,0.0,0.6594759604152619,0.15372517456988796,0.0,0.13940219449956576,0.15372517456988796,0.0,0.08623370517023535,0.15372517456988796,0.0,0.4553222514590268,0.15372517456988796,0.0,0.4199848642994513,0.15372517456988796,0.0,0.8185361797870653,0.5,0.15372517456988796,0.0,0.8862400599755994,0.0,0.09588961952980093,0.08014647681959731 -7084,0.5,0.15372517456988796,0.0,0.06828671394460833,0.15372517456988796,0.0,0.22241228243911107,0.15372517456988796,0.0,0.6449996322283842,0.15372517456988796,0.0,0.2427882609621513,0.15372517456988796,0.0,0.08929559516833026,0.15372517456988796,0.0,0.04642052360373043,0.15372517456988796,0.0,0.14088071736700042,0.15372517456988796,0.0,0.04364404406745548,0.5,0.15372517456988796,0.0,0.06016079657345572,0.15372517456988796,0.0,0.8662479855753529,0.5,0.15372517456988796,0.0,0.7829498011281608,0.15372517456988796,0.0,0.6317704221379271,0.15372517456988796,0.0,0.08565668634730667,0.15372517456988796,0.0,0.07556405134000768,0.15372517456988796,0.0,0.39684184407425277,0.15372517456988796,0.0,0.30729252561506065,0.15372517456988796,0.0,0.8111228716963842,0.5,0.15372517456988796,0.0,0.9059957436660798,0.0,0.0794170425888609,0.11552375700283286 -7085,0.5,0.15372517456988796,0.0,0.06453239445572527,0.15372517456988796,0.0,0.1572978951328604,0.15372517456988796,0.0,0.6201028771230619,0.15372517456988796,0.0,0.2889011898530089,0.15372517456988796,0.0,0.06857558488628178,0.15372517456988796,0.0,0.038830382169833824,0.15372517456988796,0.0,0.09114906476360399,0.15372517456988796,0.0,0.03258493718191814,0.5,0.15372517456988796,0.0,0.040122780544285544,0.15372517456988796,0.0,0.8439602853711781,0.5,0.15372517456988796,0.0,0.7200599172724392,0.15372517456988796,0.0,0.5705895554195095,0.15372517456988796,0.0,0.0505632332862437,0.15372517456988796,0.0,0.0864453091700513,0.15372517456988796,0.0,0.3499881301169704,0.15372517456988796,0.0,0.20006321757799672,0.15372517456988796,0.0,0.7726332357724252,0.5,0.15372517456988796,0.0,0.9265043975814229,0.0,0.06140753912789388,0.15253017631260438 -7086,0.5,0.15372517456988796,0.0,0.057501885828307654,0.15372517456988796,0.0,0.1310653996601711,0.15372517456988796,0.0,0.5564309536555262,0.15372517456988796,0.0,0.3107489365762458,0.15372517456988796,0.0,0.05662482424683249,0.15372517456988796,0.0,0.03606515607837178,0.15372517456988796,0.0,0.05531828322330284,0.15372517456988796,0.0,0.024528217949642564,0.5,0.15372517456988796,0.0,0.026773576224676635,0.15372517456988796,0.0,0.8065821185210629,0.5,0.15372517456988796,0.0,0.5797917604743209,0.15372517456988796,0.0,0.5151245890882148,0.15372517456988796,0.0,0.031150013933950567,0.15372517456988796,0.0,0.09969949186427568,0.15372517456988796,0.0,0.30732567155281076,0.15372517456988796,0.0,0.11010796502770892,0.15372517456988796,0.0,0.7183345445440855,0.5,0.15372517456988796,0.0,0.9436497754149737,0.0,0.0510411129046452,0.17303190434685384 -7087,0.5,0.15372517456988796,0.0,0.05326040725286451,0.15372517456988796,0.0,0.11731966938337605,0.15372517456988796,0.0,0.4979466831947782,0.15372517456988796,0.0,0.3058284732636508,0.15372517456988796,0.0,0.05420469082858681,0.15372517456988796,0.0,0.037087446594325155,0.15372517456988796,0.0,0.034887056885338705,0.15372517456988796,0.0,0.020011886206534296,0.5,0.15372517456988796,0.0,0.01974292607368509,0.15372517456988796,0.0,0.7628017016017496,0.5,0.15372517456988796,0.0,0.44681090798322215,0.15372517456988796,0.0,0.4187446867480074,0.15372517456988796,0.0,0.024503051862674603,0.15372517456988796,0.0,0.09972324963212008,0.15372517456988796,0.0,0.23410551331216384,0.15372517456988796,0.0,0.0537480769746622,0.15372517456988796,0.0,0.658879619815029,0.5,0.15372517456988796,0.0,0.9552180036891182,0.0,0.04686741157702448,0.18744315062730899 -7088,0.5,0.15372517456988796,0.014364317973526613,0.05456102784272149,0.15372517456988796,0.0005760149140738451,0.11251422448514052,0.15372517456988796,0.0008341305854165584,0.4659839342429808,0.15372517456988796,0.0016392247583444535,0.28733836286417963,0.15372517456988796,0.002928396503221534,0.05145275079336789,0.15372517456988796,8.334820876144815e-05,0.042166307132550915,0.15372517456988796,0.005463676626738845,0.027108689848443716,0.15372517456988796,0.0011880568277792432,0.017423793924061147,0.5,0.15372517456988796,0.0037333027586421157,0.014589673743261802,0.15372517456988796,0.0016357835608716122,0.7156668119760881,0.5,0.15372517456988796,0.0033999393018828167,0.3485775778345034,0.15372517456988796,0.001486684736861061,0.36694726888052986,0.15372517456988796,0.0019872559600711023,0.023952891798322516,0.15372517456988796,0.003466640509104807,0.09421255176942389,0.15372517456988796,0.003449494446023566,0.15052088055666205,0.15372517456988796,0.005870068938300655,0.02627963970671424,0.15372517456988796,0.001065993148593492,0.5894399137469972,0.5,0.15372517456988796,0.001432907524614551,0.9448044762995321,0.0,0.03661366913789126,0.24026715558012401 -7089,0.5,0.15372517456988796,0.09567785997759223,0.056329905344098555,0.15372517456988796,0.012661695467465654,0.1077470341469071,0.15372517456988796,0.009764587010075742,0.4353223262263842,0.15372517456988796,0.016016549084930675,0.2717704595832551,0.15372517456988796,0.069537710531894,0.05051282090072342,0.15372517456988796,0.003123711749262492,0.048209544315525626,0.15372517456988796,0.11570985607158678,0.023184393409397985,0.15372517456988796,0.017439762551943117,0.017180333448240846,0.5,0.15372517456988796,0.0536723523875771,0.011158279577739422,0.15372517456988796,0.011840358759188976,0.6488150566651558,0.5,0.15372517456988796,0.052398366525111414,0.31528193118878883,0.15372517456988796,0.015142106798937264,0.33714858351089233,0.15372517456988796,0.0637167166108461,0.02976870606682708,0.15372517456988796,0.09234450874525527,0.09454725837432634,0.15372517456988796,0.07463984802589516,0.09845642164925986,0.15372517456988796,0.10531678813063508,0.0161283946012306,0.15372517456988796,0.014036847663528031,0.5332603539509346,0.5,0.15372517456988796,0.007694466397454593,0.9125957743786683,0.0,0.025820763330591218,0.3581426862542881 -7090,0.5,0.15372517456988796,0.1903217955499012,0.061439610375082054,0.15372517456988796,0.07253153887073119,0.07547439842568514,0.15372517456988796,0.03696416927464724,0.37347358478142145,0.15372517456988796,0.041308470701216356,0.25469034601177065,0.15372517456988796,0.13543697246827935,0.05822893773426843,0.15372517456988796,0.019004790503789185,0.056259238945809975,0.15372517456988796,0.19769028140832984,0.02483222455106225,0.15372517456988796,0.0352725894895493,0.01907257723787134,0.5,0.15372517456988796,0.09909535936368698,0.013290585327051256,0.15372517456988796,0.02435202530340631,0.5495138541789372,0.5,0.15372517456988796,0.11934159642429812,0.30398228556275103,0.15372517456988796,0.045953572223210816,0.3371453868533038,0.15372517456988796,0.18518325250861384,0.04832520975011492,0.15372517456988796,0.17863920737179104,0.10207378755313176,0.15372517456988796,0.1610306509024913,0.07498737573694873,0.15372517456988796,0.22102728107627215,0.015586814167694403,0.15372517456988796,0.03962536520043601,0.4854209008222277,0.5,0.15372517456988796,0.014526942871032936,0.8749253229456897,0.0,0.018565324629922934,0.5258108309053826 -7091,0.5,0.15372517456988796,0.269985121537922,0.05736736673490812,0.15372517456988796,0.2148061802575128,0.05545896726717663,0.15372517456988796,0.08387377325003972,0.31355417570703287,0.15372517456988796,0.07103461245537443,0.22432442699062646,0.15372517456988796,0.19267208709496556,0.0787594205268276,0.15372517456988796,0.04736897699456379,0.07585237559354516,0.15372517456988796,0.25508034342893837,0.035229255032030005,0.15372517456988796,0.06013721626688974,0.025114427914647863,0.5,0.15372517456988796,0.13736566531681757,0.023918153855637763,0.15372517456988796,0.03150207395199034,0.41842186919674673,0.5,0.15372517456988796,0.16238972757698836,0.30353557651363144,0.15372517456988796,0.08676644062486102,0.3233904732624715,0.15372517456988796,0.3219030203619382,0.08394773172637243,0.15372517456988796,0.2511515330301939,0.12285863207267969,0.15372517456988796,0.24192734286932965,0.06732791825635423,0.15372517456988796,0.3268546423741461,0.01936920602515097,0.15372517456988796,0.07024515881333496,0.44030220778100454,0.5,0.15372517456988796,0.02100750564255713,0.8385374692205158,0.0,0.012386448080524196,0.6498742382861052 -7092,0.5,0.15372517456988796,0.3338177254083582,0.04775901911895154,0.15372517456988796,0.3904814010689116,0.05097514964261254,0.15372517456988796,0.12662774191291126,0.2773453811631467,0.15372517456988796,0.10477830614114789,0.19093333450103808,0.15372517456988796,0.22552378328487258,0.11033234589468115,0.15372517456988796,0.08634035397967739,0.10775980377000818,0.15372517456988796,0.28169507022224116,0.049462981629218375,0.15372517456988796,0.085557570608431,0.03140315077429785,0.5,0.15372517456988796,0.1570922565342435,0.03610225700332958,0.15372517456988796,0.035629155843306365,0.3168518234574816,0.5,0.15372517456988796,0.16400044935824457,0.2635089056727936,0.15372517456988796,0.10652005176299573,0.2941110837435823,0.15372517456988796,0.43059966811575234,0.1198868379963822,0.15372517456988796,0.27805545289902467,0.14943783864342203,0.15372517456988796,0.31821376510874727,0.061715924292374214,0.15372517456988796,0.39976485795000777,0.02067353685405921,0.15372517456988796,0.09382886065845952,0.3870545128248141,0.5,0.15372517456988796,0.023898794913845178,0.80760506005071,0.0,0.007729102334987475,0.684780793111349 -7093,0.5,0.15372517456988796,0.37073337834241926,0.038952258263669964,0.15372517456988796,0.5034502123865495,0.07064399596707092,0.15372517456988796,0.14190007457937648,0.22013353409272654,0.15372517456988796,0.14106246949831291,0.1724479711170762,0.15372517456988796,0.24082140210742847,0.1380226900991185,0.15372517456988796,0.10247824310118714,0.1354701554195162,0.15372517456988796,0.28601205792186896,0.07315313891213347,0.15372517456988796,0.11772789838840761,0.03829349445877693,0.5,0.15372517456988796,0.1561697373733308,0.03659872434502458,0.15372517456988796,0.039093358392071065,0.2634545210443547,0.5,0.15372517456988796,0.15131266044026137,0.2100357512317955,0.15372517456988796,0.0938278954132289,0.24317722442993045,0.15372517456988796,0.46790874418008566,0.13798854822214904,0.15372517456988796,0.26333081459082636,0.16663501391179744,0.15372517456988796,0.3839202016567367,0.058580226870252244,0.15372517456988796,0.4480135843135237,0.0177885958026342,0.15372517456988796,0.10142970404721789,0.3508623809584197,0.5,0.15372517456988796,0.021803500345619294,0.773061733572884,0.0,0.006120074127140846,0.700492357986958 -7094,0.5,0.15372517456988796,0.3483721213660881,0.03289420563994364,0.15372517456988796,0.5019476050043227,0.08336974211061908,0.15372517456988796,0.13592244252621574,0.1685992994248624,0.15372517456988796,0.17289917454564113,0.16674245364801726,0.15372517456988796,0.22212260258682187,0.16586411671157517,0.15372517456988796,0.12508002720623163,0.1503784161802945,0.15372517456988796,0.2657570181258874,0.0889183776512148,0.15372517456988796,0.1419473455033091,0.04104150673993211,0.5,0.15372517456988796,0.1479935329964295,0.03431887805426048,0.15372517456988796,0.03530585174401187,0.26243420002049267,0.5,0.15372517456988796,0.12115649076687504,0.16059599651488474,0.15372517456988796,0.07114412913221668,0.20725899696100797,0.15372517456988796,0.41888494295770834,0.15245839902756356,0.15372517456988796,0.22596764128919944,0.18201833840306847,0.15372517456988796,0.41738827584458227,0.05614158437769674,0.15372517456988796,0.47685844341051886,0.01764035527757524,0.15372517456988796,0.0948745276136137,0.30644236664629343,0.5,0.15372517456988796,0.015805721554320497,0.7159244173348361,0.0,0.010221979572420627,0.6889118784897038 -7095,0.5,0.15372517456988796,0.27493396873655784,0.027454808486663606,0.15372517456988796,0.4042971950693291,0.08053272788933401,0.15372517456988796,0.1191103606622561,0.1117046009028081,0.15372517456988796,0.16209604324890362,0.14594868132496225,0.15372517456988796,0.16188776999949403,0.16120641961124652,0.15372517456988796,0.14335218283273507,0.15847610971671194,0.15372517456988796,0.203297549021277,0.08517001245285423,0.15372517456988796,0.17040021786441203,0.04536681367482228,0.5,0.15372517456988796,0.12014459007329835,0.033895036319970887,0.15372517456988796,0.025028670701972473,0.22832799284923297,0.5,0.15372517456988796,0.08855530993027165,0.12306415703878955,0.15372517456988796,0.05068270771805787,0.157383294951075,0.15372517456988796,0.3085877352039104,0.15597499113146085,0.15372517456988796,0.17171111616501475,0.18158325420527976,0.15372517456988796,0.3711030160022232,0.046063765419074996,0.15372517456988796,0.4186430840699114,0.018509787457046397,0.15372517456988796,0.0778855649443948,0.2551843777308605,0.5,0.15372517456988796,0.00891503075991755,0.6007579586925306,0.0,0.021812235618201628,0.658616500196264 -7096,0.5,0.15372517456988796,0.11443801472328763,0.016576456977704806,0.15372517456988796,0.20115867295911966,0.03392999790598845,0.15372517456988796,0.07353715732939017,0.059088655889895265,0.15372517456988796,0.07486823290171203,0.0828349881706359,0.15372517456988796,0.09067395084680263,0.1376763102073288,0.15372517456988796,0.16795855936514267,0.10236540910921704,0.15372517456988796,0.12931098247468387,0.052545968910463245,0.15372517456988796,0.1687041739544543,0.0249570110258884,0.5,0.15372517456988796,0.07856783317102652,0.028014124197532922,0.15372517456988796,0.010496405511759704,0.17550818018190006,0.5,0.15372517456988796,0.05103343374683869,0.08071867807218205,0.15372517456988796,0.03729587069876271,0.13075875730061073,0.15372517456988796,0.17476425507385204,0.11875496852095661,0.15372517456988796,0.09824502772235633,0.16345889120391563,0.15372517456988796,0.21344943809691008,0.01806571179095088,0.15372517456988796,0.2575310158776592,0.008973152943176443,0.15372517456988796,0.04696688640004572,0.19568852132193662,0.5,0.15372517456988796,0.0033462205289870386,0.46285527582791725,0.0,0.03894023085281905,0.6528589936243704 -7097,0.5,0.15372517456988796,0.0,0.013371637754898073,0.15372517456988796,0.0,0.03150077041980908,0.15372517456988796,0.0,0.025561657938337055,0.15372517456988796,0.0,0.05360956473085686,0.15372517456988796,0.001970362186113432,0.1083996226705567,0.15372517456988796,0.04204156643485627,0.06566994752150784,0.15372517456988796,0.005524247449924243,0.03688234596045956,0.15372517456988796,0.0397578571772042,0.017671482298870386,0.5,0.15372517456988796,0.02409036048816449,0.013735502776957106,0.15372517456988796,7.772297540950424e-05,0.12348602247792782,0.5,0.15372517456988796,0.004048106541719556,0.03982336327640647,0.15372517456988796,0.007077952112462811,0.09007779091717377,0.15372517456988796,0.0,0.12264382492756802,0.15372517456988796,0.0009187860486791357,0.1453302529155735,0.15372517456988796,0.0,0.013904792820319941,0.15372517456988796,0.00043515192490991525,0.006241463192754522,0.15372517456988796,0.00031962060455751815,0.13601286400255147,0.5,0.15372517456988796,0.00016029635716209519,0.34584251475549316,0.0,0.03882741996725054,0.6131874512227031 -7098,0.5,0.15372517456988796,0.0,0.011862990437575539,0.15372517456988796,0.0,0.04368988816002523,0.15372517456988796,0.0,0.012444033825162381,0.15372517456988796,0.0,0.03445297068720059,0.15372517456988796,0.0,0.11287179261914854,0.15372517456988796,0.0,0.07680132299773448,0.15372517456988796,0.0,0.04408678404591465,0.15372517456988796,0.0,0.026640849341845754,0.5,0.15372517456988796,0.0,0.01262008874941297,0.15372517456988796,0.0,0.09235531943361543,0.5,0.15372517456988796,0.0,0.025473806023296987,0.15372517456988796,0.0,0.06801738539853995,0.15372517456988796,0.0,0.1437976445270838,0.15372517456988796,0.0,0.14750194758827984,0.15372517456988796,0.0,0.01904236724321972,0.15372517456988796,0.0,0.008485073024831103,0.15372517456988796,0.0,0.10284326005290362,0.5,0.15372517456988796,0.0,0.265036155971876,0.0,0.030809074606886006,0.5500421966324804 -7099,0.5,0.15372517456988796,0.0,0.011655216546109914,0.15372517456988796,0.0,0.0547292594863483,0.15372517456988796,0.0,0.008091586709016236,0.15372517456988796,0.0,0.026792067877735918,0.15372517456988796,0.0,0.11371854621864286,0.15372517456988796,0.0,0.07424599534824086,0.15372517456988796,0.0,0.04914552606247065,0.15372517456988796,0.0,0.03344491668754949,0.5,0.15372517456988796,0.0,0.010378312945430453,0.15372517456988796,0.0,0.07466073664025456,0.5,0.15372517456988796,0.0,0.016252207262442333,0.15372517456988796,0.0,0.05315981414235958,0.15372517456988796,0.0,0.1695305496236428,0.15372517456988796,0.0,0.1562092098984154,0.15372517456988796,0.0,0.028178878808759834,0.15372517456988796,0.0,0.009013139192475502,0.15372517456988796,0.0,0.08083646641510202,0.5,0.15372517456988796,0.0,0.22259573184685572,0.0,0.029863252138355223,0.3634852412432242 -7100,0.5,0.15372517456988796,0.0,0.011837032134054655,0.15372517456988796,0.0,0.06859689633100925,0.15372517456988796,0.0,0.005288160025786518,0.15372517456988796,0.0,0.024265532331687392,0.15372517456988796,0.0,0.11320226916720413,0.15372517456988796,0.0,0.07306540914669152,0.15372517456988796,0.0,0.052834868447159046,0.15372517456988796,0.0,0.03744367008082275,0.5,0.15372517456988796,0.0,0.009454818213882108,0.15372517456988796,0.0,0.05761674798417162,0.5,0.15372517456988796,0.0,0.015920723281793288,0.15372517456988796,0.0,0.0412854731756058,0.15372517456988796,0.0,0.2059808023705118,0.15372517456988796,0.0,0.17669035940907615,0.15372517456988796,0.0,0.03844230560406309,0.15372517456988796,0.0,0.010825470742624292,0.15372517456988796,0.0,0.06941259472779981,0.5,0.15372517456988796,0.0,0.1969339982066211,0.0,0.02918434515339204,0.4258563421094675 -7101,0.5,0.15372517456988796,0.0,0.012920965859415571,0.15372517456988796,0.0,0.0780737347247831,0.15372517456988796,0.0,0.0026086500531998327,0.15372517456988796,0.0,0.02531297634129234,0.15372517456988796,0.0,0.10797703182216087,0.15372517456988796,0.0,0.07324895263028228,0.15372517456988796,0.0,0.05195327422340969,0.15372517456988796,0.0,0.03904346842957844,0.5,0.15372517456988796,0.0,0.009684592952777642,0.15372517456988796,0.0,0.0439257785353669,0.5,0.15372517456988796,0.0,0.012631385455525664,0.15372517456988796,0.0,0.031907487464421104,0.15372517456988796,0.0,0.2365162507753959,0.15372517456988796,0.0,0.20222760145943225,0.15372517456988796,0.0,0.04309481608882104,0.15372517456988796,0.0,0.0138975765156543,0.15372517456988796,0.0,0.0632591945208685,0.5,0.15372517456988796,0.0,0.17961323967933715,0.0,0.031247066497031024,0.6102491538939008 -7102,0.5,0.15372517456988796,0.0,0.016380531753421915,0.15372517456988796,0.0,0.08565576688762959,0.15372517456988796,0.0,0.0017087736265888262,0.15372517456988796,0.0,0.02578903301022142,0.15372517456988796,0.0,0.10743623998293661,0.15372517456988796,0.0,0.08457432213073397,0.15372517456988796,0.0,0.05580872058195611,0.15372517456988796,0.0,0.04265789636421398,0.5,0.15372517456988796,0.0,0.010067159364121257,0.15372517456988796,0.0,0.033790648123875736,0.5,0.15372517456988796,0.0,0.006634875645884271,0.15372517456988796,0.0,0.03287331832650652,0.15372517456988796,0.0,0.24867068611800924,0.15372517456988796,0.0,0.2131938117574094,0.15372517456988796,0.0,0.04692328346881098,0.15372517456988796,0.0,0.017225689597898497,0.15372517456988796,0.0,0.05670015837874253,0.5,0.15372517456988796,0.0,0.15424748835494123,0.0,0.04053107314727068,0.685520677990147 -7103,0.5,0.15372517456988796,0.0,0.021277869079648987,0.15372517456988796,0.0,0.09737941018778176,0.15372517456988796,0.0,0.0018494020565368598,0.15372517456988796,0.0,0.023201996761314486,0.15372517456988796,0.0,0.11175088612069423,0.15372517456988796,0.0,0.0963819802581484,0.15372517456988796,0.0,0.06517758624325762,0.15372517456988796,0.0,0.04618684519061323,0.5,0.15372517456988796,0.0,0.009919796700703113,0.15372517456988796,0.0,0.024942761777105072,0.5,0.15372517456988796,0.0,0.0030250628085222602,0.15372517456988796,0.0,0.025897195413204774,0.15372517456988796,0.0,0.26446161239075655,0.15372517456988796,0.0,0.2129938417336909,0.15372517456988796,0.0,0.05210456433022249,0.15372517456988796,0.0,0.020664366967734042,0.15372517456988796,0.0,0.047924285788278766,0.5,0.15372517456988796,0.0,0.1285054101737314,0.0,0.05710201079722528,0.9040219914905451 -7104,0.5,0.15372517456988796,0.0,0.026211722598405162,0.15372517456988796,0.0,0.1051845876407732,0.15372517456988796,0.0,0.0032663960638403045,0.15372517456988796,0.0,0.01717202229165203,0.15372517456988796,0.0,0.11886676082270306,0.15372517456988796,0.0,0.10984410886349225,0.15372517456988796,0.0,0.07532116636295214,0.15372517456988796,0.0,0.05088009781827973,0.5,0.15372517456988796,0.0,0.009261979526514155,0.15372517456988796,0.0,0.015127408299944922,0.5,0.15372517456988796,0.0,0.0015468856102644171,0.15372517456988796,0.0,0.011732276540784783,0.15372517456988796,0.0,0.26899614215434037,0.15372517456988796,0.0,0.20820226799684832,0.15372517456988796,0.0,0.0592541054247854,0.15372517456988796,0.0,0.024686470191765536,0.15372517456988796,0.0,0.03480619206516172,0.5,0.15372517456988796,0.0,0.10768096882335909,0.0,0.06968199250127151,0.9577550446058815 -7105,0.5,0.15372517456988796,0.0,0.03262439250949839,0.15372517456988796,0.0,0.10855699181058104,0.15372517456988796,0.0,0.0045938126256095365,0.15372517456988796,0.0,0.011108449951201142,0.15372517456988796,0.0,0.13364777207848857,0.15372517456988796,0.0,0.12518887528215025,0.15372517456988796,0.0,0.0831938046142447,0.15372517456988796,0.0,0.05609677349716735,0.5,0.15372517456988796,0.0,0.008747970316099979,0.15372517456988796,0.0,0.008072754676468142,0.5,0.15372517456988796,0.0,0.0011080640100059682,0.15372517456988796,0.0,0.005552459930815204,0.15372517456988796,0.0,0.26330047508213733,0.15372517456988796,0.0,0.21258716201557454,0.15372517456988796,0.0,0.06720181749273428,0.15372517456988796,0.0,0.030267538384321863,0.15372517456988796,0.0,0.021371701624973333,0.5,0.15372517456988796,0.0,0.08719259391547654,0.0,0.0798123445039738,0.9747946580879181 -7106,0.5,0.15372517456988796,0.0,0.03979917053783259,0.15372517456988796,0.0,0.11581582363392508,0.15372517456988796,0.0,0.006191298239207024,0.15372517456988796,0.0,0.007263202456654891,0.15372517456988796,0.0,0.14421735763678278,0.15372517456988796,0.0,0.13115676756688183,0.15372517456988796,0.0,0.08875862530711966,0.15372517456988796,0.0,0.057510793823223647,0.5,0.15372517456988796,0.0,0.009407006441137157,0.15372517456988796,0.0,0.0038429322257341933,0.5,0.15372517456988796,0.0,0.0006354551689958048,0.15372517456988796,0.0,0.005414951789446777,0.15372517456988796,0.0,0.2533537782488438,0.15372517456988796,0.0,0.22714124399011004,0.15372517456988796,0.0,0.07172151801863898,0.15372517456988796,0.0,0.03495300041821856,0.15372517456988796,0.0,0.012079645366559318,0.5,0.15372517456988796,0.0,0.06586025840275768,0.0,0.10500992825688941,0.978695982816024 -7107,0.5,0.15372517456988796,0.0,0.04319643570168186,0.15372517456988796,0.0,0.12259085777996982,0.15372517456988796,0.0,0.00810370009595875,0.15372517456988796,0.0,0.004462716309947542,0.15372517456988796,0.0,0.15251774631674683,0.15372517456988796,0.0,0.1360191277501116,0.15372517456988796,0.0,0.09081596305793346,0.15372517456988796,0.0,0.05711974690600735,0.5,0.15372517456988796,0.0,0.009940862893008925,0.15372517456988796,0.0,0.0020073238055011104,0.5,0.15372517456988796,0.0,0.0005429341389478089,0.15372517456988796,0.0,0.006728467312793715,0.15372517456988796,0.0,0.2505645252823169,0.15372517456988796,0.0,0.2478267222865253,0.15372517456988796,0.0,0.07195255903585601,0.15372517456988796,0.0,0.034937850773678884,0.15372517456988796,0.0,0.006963534348386841,0.5,0.15372517456988796,0.0,0.043048019193707945,0.0,0.1448397302778075,0.9397309867125948 -7108,0.5,0.15372517456988796,0.0,0.04545108968438449,0.15372517456988796,0.0,0.12226133192219885,0.15372517456988796,0.0,0.00995344977004696,0.15372517456988796,0.0,0.003107714079778081,0.15372517456988796,0.0,0.16567670318206107,0.15372517456988796,0.0,0.1438441451010245,0.15372517456988796,0.0,0.09110425626725432,0.15372517456988796,0.0,0.05776577076009139,0.5,0.15372517456988796,0.0,0.009852751374839626,0.15372517456988796,0.0,0.0015269710015983471,0.5,0.15372517456988796,0.0,0.0010159479271896075,0.15372517456988796,0.0,0.0048306310205056095,0.15372517456988796,0.0,0.2581857923124287,0.15372517456988796,0.0,0.25791401772447403,0.15372517456988796,0.0,0.07133657419954145,0.15372517456988796,0.0,0.031765672417643616,0.15372517456988796,0.0,0.0050796455566718916,0.5,0.15372517456988796,0.0,0.02459603466126474,0.0,0.1820449870011039,0.8927823447347067 -7109,0.5,0.15372517456988796,0.0,0.04985898064987765,0.15372517456988796,0.0,0.11994868561359875,0.15372517456988796,0.0,0.009224327304347982,0.15372517456988796,0.0,0.0022212734872847925,0.15372517456988796,0.0,0.18024142418499173,0.15372517456988796,0.0,0.15108321516707712,0.15372517456988796,0.0,0.09490119287649529,0.15372517456988796,0.0,0.06405503328761432,0.5,0.15372517456988796,0.0,0.010223333685034221,0.15372517456988796,0.0,0.0017178052633614533,0.5,0.15372517456988796,0.0,0.0009199005272175977,0.15372517456988796,0.0,0.0033390062048150857,0.15372517456988796,0.0,0.27246205575566945,0.15372517456988796,0.0,0.25992604754348525,0.15372517456988796,0.0,0.07227569276180862,0.15372517456988796,0.0,0.03131823115853642,0.15372517456988796,0.0,0.0039591382441979996,0.5,0.15372517456988796,0.0,0.014565297176044864,0.0,0.21073729848586323,0.8755211477258847 -7110,0.5,0.15372517456988796,0.0,0.052251526481670516,0.15372517456988796,0.0,0.11597905012201938,0.15372517456988796,0.0,0.007722962123702829,0.15372517456988796,0.0,0.0018421876352024875,0.15372517456988796,0.0,0.185308129528656,0.15372517456988796,0.0,0.15831439672129297,0.15372517456988796,0.0,0.09569844912652527,0.15372517456988796,0.0,0.06770472912345088,0.5,0.15372517456988796,0.0,0.011116063186435567,0.15372517456988796,0.0,0.0020948316985464205,0.5,0.15372517456988796,0.0,0.0008483314873894357,0.15372517456988796,0.0,0.0036932275403895876,0.15372517456988796,0.0,0.28342750240331394,0.15372517456988796,0.0,0.2504293192509319,0.15372517456988796,0.0,0.0739822642678052,0.15372517456988796,0.0,0.0349576157732874,0.15372517456988796,0.0,0.002853672220403873,0.5,0.15372517456988796,0.0,0.010164601042766851,0.0,0.239261650087286,0.8715821492700487 -7111,0.5,0.15372517456988796,0.0,0.056579144410179444,0.15372517456988796,0.0,0.1110330871174828,0.15372517456988796,0.0,0.007014584428881929,0.15372517456988796,0.0,0.002946197978097443,0.15372517456988796,0.0,0.19240865726470258,0.15372517456988796,0.0,0.1653605979026821,0.15372517456988796,0.0,0.10532557502511974,0.15372517456988796,0.0,0.07023505854317591,0.5,0.15372517456988796,0.0,0.012568504934777352,0.15372517456988796,0.0,0.001431646945707249,0.5,0.15372517456988796,0.0,0.0007997098232352581,0.15372517456988796,0.0,0.003987308091271613,0.15372517456988796,0.0,0.3004395221519333,0.15372517456988796,0.0,0.24315847426406656,0.15372517456988796,0.0,0.07657562460975036,0.15372517456988796,0.0,0.04046446196525046,0.15372517456988796,0.0,0.002268901585429892,0.5,0.15372517456988796,0.0,0.007774845543639057,0.0,0.26956213430292253,0.8856780125048779 -7112,0.5,0.15372517456988796,0.013203930077430263,0.06233728766865767,0.15372517456988796,0.006119853778670392,0.10863047504067663,0.15372517456988796,0.019120059956727664,0.007879191945386945,0.15372517456988796,0.02061878550536298,0.0040996892395750665,0.15372517456988796,0.0014227918679136581,0.19325518695889563,0.15372517456988796,0.0007819082338356947,0.16980524553683085,0.15372517456988796,0.0033499194734465188,0.10487393616680421,0.15372517456988796,0.002508853672631294,0.07180835158693787,0.5,0.15372517456988796,0.005699064407129494,0.013356717830417648,0.15372517456988796,0.0014843078057796828,0.001042525749539296,0.5,0.15372517456988796,0.014553528798722314,0.0003811751082990417,0.15372517456988796,0.008574746796046504,0.002876254495687807,0.15372517456988796,0.002411050334810578,0.3283175538101213,0.15372517456988796,0.001368525545527963,0.24926060633274205,0.15372517456988796,0.006551763160632841,0.07566997005658832,0.15372517456988796,0.006770859029604442,0.04373140745484657,0.15372517456988796,0.01563232549918609,0.0017955471886255871,0.5,0.15372517456988796,0.004649058048050357,0.005698895287383178,0.0,0.29791309109651104,0.9027504244852862 -7113,0.5,0.15372517456988796,0.0900433722144471,0.08335356042467505,0.15372517456988796,0.13215181991800085,0.126374532811561,0.15372517456988796,0.1487327988049718,0.010025227105638105,0.15372517456988796,0.11010920046311477,0.006223514730622136,0.15372517456988796,0.04285826480763735,0.21276246284398848,0.15372517456988796,0.0366121044690695,0.1851235701086089,0.15372517456988796,0.06951088003108984,0.11894911184668555,0.15372517456988796,0.05852876976578261,0.07358285197988823,0.5,0.15372517456988796,0.11705063879075459,0.016175631033995826,0.15372517456988796,0.014695618756642343,0.0017469733802195206,0.5,0.15372517456988796,0.16822499284237452,9.455377966399446e-05,0.15372517456988796,0.09588976022329679,0.0016302726551037157,0.15372517456988796,0.04499422765179126,0.3820850403191416,0.15372517456988796,0.031006660484670354,0.2720025666964856,0.15372517456988796,0.12442276090006313,0.07850039036556221,0.15372517456988796,0.10771510672232706,0.0577296687551998,0.15372517456988796,0.11193015367331484,0.0019520119539492816,0.5,0.15372517456988796,0.028122622604581097,0.004432145255112633,0.0,0.3141007843172229,0.8878781137019385 -7114,0.5,0.15372517456988796,0.1857365882800571,0.14133229059881022,0.15372517456988796,0.24665737117330094,0.18333125582539664,0.15372517456988796,0.2895650664825881,0.026274626496790125,0.15372517456988796,0.2069657411994239,0.010457460396179471,0.15372517456988796,0.09414873748174142,0.27494324061073133,0.15372517456988796,0.07035439941425521,0.22631139827701685,0.15372517456988796,0.12762199176305034,0.15685652545854653,0.15372517456988796,0.10970155444375573,0.09170837151020417,0.5,0.15372517456988796,0.2468590844802005,0.03178010972943751,0.15372517456988796,0.03911587527195677,0.00523969188909461,0.5,0.15372517456988796,0.3226971984055818,4.492419883346381e-05,0.15372517456988796,0.19596901350243434,0.0029033894893123195,0.15372517456988796,0.07457300715001168,0.4093929912052652,0.15372517456988796,0.07696440037557375,0.3148355906006695,0.15372517456988796,0.23750079749404124,0.11331556705014745,0.15372517456988796,0.21243859282084326,0.10560770815606804,0.15372517456988796,0.20837134455782613,0.0032133772228979296,0.5,0.15372517456988796,0.050426354755361585,0.006424772923942629,0.0,0.3273963255821333,0.8669851028038956 -7115,0.5,0.15372517456988796,0.2804542550347912,0.1956178943055682,0.15372517456988796,0.28951094246180337,0.2322775009748257,0.15372517456988796,0.41695038631105835,0.04821866019155792,0.15372517456988796,0.27772882964859286,0.014683138290431146,0.15372517456988796,0.10912909553192399,0.33449713358737576,0.15372517456988796,0.055276406088639644,0.27802068052549667,0.15372517456988796,0.15137071207820216,0.2006013075533942,0.15372517456988796,0.14033170003445725,0.10623663626383384,0.5,0.15372517456988796,0.36879961993348065,0.04280308178216196,0.15372517456988796,0.07139761254864097,0.011825936070271572,0.5,0.15372517456988796,0.452332447009555,3.057995859474291e-05,0.15372517456988796,0.29254387558378714,0.006991395820749618,0.15372517456988796,0.09348219324062079,0.4677433961668669,0.15372517456988796,0.12744465761885723,0.37272175248043327,0.15372517456988796,0.31218589060895224,0.15309465397720964,0.15372517456988796,0.3144062744464043,0.14121842017749495,0.15372517456988796,0.3014720141709667,0.00352597625835415,0.5,0.15372517456988796,0.06264920500177139,0.005660971653296781,0.0,0.35379217996084417,0.8478308492062667 -7116,0.5,0.15372517456988796,0.3458777738172225,0.2333376093493103,0.15372517456988796,0.2839660393145856,0.29223264890375844,0.15372517456988796,0.5036225059112702,0.05890130986987499,0.15372517456988796,0.32006761118099575,0.01885390317185689,0.15372517456988796,0.09095714608126401,0.3692668063640846,0.15372517456988796,0.04130754602942582,0.256706180378186,0.15372517456988796,0.14767385031829214,0.20832295004061196,0.15372517456988796,0.16264099759410447,0.1344956574466227,0.5,0.15372517456988796,0.4511985969597063,0.05751186011249983,0.15372517456988796,0.09295386219693391,0.017986224262265267,0.5,0.15372517456988796,0.5345991464167635,1.856620022568548e-05,0.15372517456988796,0.33253651736729917,0.015235732598565003,0.15372517456988796,0.11107573216376251,0.44386069073868106,0.15372517456988796,0.14754024483879932,0.3998091970912335,0.15372517456988796,0.34030489572047484,0.16892286939380322,0.15372517456988796,0.4000151574149864,0.15114654100308125,0.15372517456988796,0.36316540209129267,0.002821261324794368,0.5,0.15372517456988796,0.06985427774173975,0.004577791718050221,0.0,0.371289513044992,0.8107492503982892 -7117,0.5,0.15372517456988796,0.3655662578889524,0.2421731924650265,0.15372517456988796,0.23742966774707763,0.26319733817541324,0.15372517456988796,0.5211910033414897,0.054344174538270146,0.15372517456988796,0.3294258939769086,0.02515540192052776,0.15372517456988796,0.07846825941995174,0.3993202011753336,0.15372517456988796,0.04564154831839155,0.24618509017512408,0.15372517456988796,0.1463223610317193,0.23158769565874385,0.15372517456988796,0.20888042194993311,0.15731489821958283,0.5,0.15372517456988796,0.4825220584733938,0.06857138446935816,0.15372517456988796,0.0876519378561517,0.021737590324674205,0.5,0.15372517456988796,0.5659008168360995,3.340340557704613e-05,0.15372517456988796,0.3048269182817449,0.023802158893602477,0.15372517456988796,0.13414420922801584,0.46239311734283606,0.15372517456988796,0.1364962524457116,0.4217127527953347,0.15372517456988796,0.33465894758319004,0.15200700633655514,0.15372517456988796,0.44649419600767537,0.13778660409796428,0.15372517456988796,0.3690435712222403,0.0025756688304427156,0.5,0.15372517456988796,0.06590212417483053,0.005565022730649953,0.0,0.36342739788420175,0.7765287944666645 -7118,0.5,0.15372517456988796,0.3391358411493457,0.24786846995203818,0.15372517456988796,0.1833022986576928,0.2834842965079987,0.15372517456988796,0.4832911186773978,0.043864832369166946,0.15372517456988796,0.2936144983341812,0.033856593513819734,0.15372517456988796,0.06832051816208735,0.37472973657136455,0.15372517456988796,0.04619889100931172,0.231510058970895,0.15372517456988796,0.16250644662491737,0.21899073253073847,0.15372517456988796,0.2153163498392418,0.15685504825927554,0.5,0.15372517456988796,0.4712506077690458,0.07436718515196757,0.15372517456988796,0.07064827582416897,0.024981867866668245,0.5,0.15372517456988796,0.5374092742836355,0.00028359271007933804,0.15372517456988796,0.24919269287496945,0.023881816624838674,0.15372517456988796,0.1369343155555159,0.5047918315291814,0.15372517456988796,0.11191406332354722,0.42280663793916873,0.15372517456988796,0.2967252858267182,0.1548623196355366,0.15372517456988796,0.4485463820786031,0.12521705149320425,0.15372517456988796,0.3407074335312584,0.0023041972526829982,0.5,0.15372517456988796,0.052114505213059645,0.005004267199615004,0.0,0.3487858954525031,0.783734583970773 -7119,0.5,0.15372517456988796,0.27456780806156766,0.24121396158289646,0.15372517456988796,0.14167325025812252,0.2877979859397309,0.15372517456988796,0.38279011234464816,0.03851591758090931,0.15372517456988796,0.2318116924960255,0.04185418599325162,0.15372517456988796,0.0501083281401046,0.31124821704235645,0.15372517456988796,0.03310569266713036,0.20420312267850393,0.15372517456988796,0.15265953825289585,0.1885467158174977,0.15372517456988796,0.15828794671375582,0.1193034455056115,0.5,0.15372517456988796,0.39775219032638215,0.06608028785461335,0.15372517456988796,0.05069748899359515,0.023304020081040634,0.5,0.15372517456988796,0.4423536738051622,0.0012225234808063382,0.15372517456988796,0.1719534806001356,0.016595459693157476,0.15372517456988796,0.11293794285800654,0.46301935365470565,0.15372517456988796,0.07339431023107995,0.3848397472877366,0.15372517456988796,0.2440100492536193,0.14503599653537352,0.15372517456988796,0.3643801954819664,0.10761219283476048,0.15372517456988796,0.267716028863117,0.0027152523571883397,0.5,0.15372517456988796,0.031855639698830374,0.0031045092619419604,0.0,0.35202620286231995,0.809592499161964 -7120,0.5,0.15372517456988796,0.15047250118008876,0.16465549748583483,0.15372517456988796,0.09862377685904238,0.2352442950917351,0.15372517456988796,0.19866595692549627,0.025428287692648578,0.15372517456988796,0.12857745446672383,0.03141789238853531,0.15372517456988796,0.01566724921645988,0.24347477889162317,0.15372517456988796,0.025241535980503858,0.1920782061412909,0.15372517456988796,0.0795816250465258,0.1457507030460358,0.15372517456988796,0.08392172618372272,0.08306759758074955,0.5,0.15372517456988796,0.27750089485796936,0.043919160887739915,0.15372517456988796,0.03154008338004282,0.01630417023461563,0.5,0.15372517456988796,0.29557026937873865,0.0022521187837071122,0.15372517456988796,0.1112966482653614,0.009216542939115419,0.15372517456988796,0.055773293680519406,0.4039512247598845,0.15372517456988796,0.027580969070746024,0.3380761409584957,0.15372517456988796,0.15868336907756334,0.1014471826991291,0.15372517456988796,0.22816789723932882,0.06641674871707898,0.15372517456988796,0.150961481302901,0.0028105086236310654,0.5,0.15372517456988796,0.013747990587471103,0.0027466650316163854,0.0,0.3493606299688019,0.8315578932697453 -7121,0.5,0.15372517456988796,0.0,0.12937757952213252,0.15372517456988796,0.0,0.18498228816499124,0.15372517456988796,0.0,0.024659676976925,0.15372517456988796,0.0,0.023177292554194925,0.15372517456988796,0.000652160635995545,0.2102492306690198,0.15372517456988796,0.004318428224624774,0.19016812868405364,0.15372517456988796,0.0006084824707512315,0.12286842271140512,0.15372517456988796,0.01010732712525517,0.07179833224742907,0.5,0.15372517456988796,0.033419084994373814,0.020589878656482957,0.15372517456988796,0.001569197494372393,0.00947241187114723,0.5,0.15372517456988796,0.007615734005327543,0.000969739065682951,0.15372517456988796,0.011821240198963344,0.004549221079892101,0.15372517456988796,0.00022056609375466706,0.3977365085614736,0.15372517456988796,0.00038040857547579256,0.30436613965597165,0.15372517456988796,0.0,0.08764344421164941,0.15372517456988796,0.0,0.03868476731966319,0.15372517456988796,0.0,0.002703569680280822,0.5,0.15372517456988796,0.0009381071104566952,0.0023482773284493864,0.0,0.34656694692383067,0.866750688126856 -7122,0.5,0.15372517456988796,0.0,0.13808716113114225,0.15372517456988796,0.0,0.19420945635766595,0.15372517456988796,0.0,0.03173771755413731,0.15372517456988796,0.0,0.028972023401791527,0.15372517456988796,0.0,0.19999275751797935,0.15372517456988796,0.0,0.20502832381308406,0.15372517456988796,0.0,0.12429837488097627,0.15372517456988796,0.0,0.0852662523058676,0.5,0.15372517456988796,0.0,0.02207902520221354,0.15372517456988796,0.0,0.006770163638100114,0.5,0.15372517456988796,0.0,0.0007504183460722143,0.15372517456988796,0.0,0.0036279002187382947,0.15372517456988796,0.0,0.42184845278403915,0.15372517456988796,0.0,0.2797535676431786,0.15372517456988796,0.0,0.09181073088419156,0.15372517456988796,0.0,0.04174179847120416,0.15372517456988796,0.0,0.0022021320286205424,0.5,0.15372517456988796,0.0,0.0011455595399824093,0.0,0.3404518019987396,0.9302225160896149 -7123,0.5,0.15372517456988796,0.0,0.1429108076693363,0.15372517456988796,0.0,0.21174707984299065,0.15372517456988796,0.0,0.029297259316304933,0.15372517456988796,0.0,0.03300175811421552,0.15372517456988796,0.0,0.2103414851659086,0.15372517456988796,0.0,0.2151313495527984,0.15372517456988796,0.0,0.1308347331610225,0.15372517456988796,0.0,0.09764874841498491,0.5,0.15372517456988796,0.0,0.021910088426934624,0.15372517456988796,0.0,0.003903419591696585,0.5,0.15372517456988796,0.0,0.00026482389396257434,0.15372517456988796,0.0,0.002139246955312291,0.15372517456988796,0.0,0.4270446272595055,0.15372517456988796,0.0,0.267510088208179,0.15372517456988796,0.0,0.09838571944434167,0.15372517456988796,0.0,0.046750553627102974,0.15372517456988796,0.0,0.0019420205183139558,0.5,0.15372517456988796,0.0,0.0008467191376018887,0.0,0.350380478558426,0.9649099378789379 -7124,0.5,0.15372517456988796,0.0,0.15033967922453773,0.15372517456988796,0.0,0.20666147996500872,0.15372517456988796,0.0,0.02329368826716497,0.15372517456988796,0.0,0.03466031051140752,0.15372517456988796,0.0,0.23620479381665446,0.15372517456988796,0.0,0.22999010863032765,0.15372517456988796,0.0,0.1430702262984211,0.15372517456988796,0.0,0.10322178673122293,0.5,0.15372517456988796,0.0,0.02337464376492809,0.15372517456988796,0.0,0.0014712976292399903,0.5,0.15372517456988796,0.0,1.8495401796621834e-05,0.15372517456988796,0.0,0.001213146719598887,0.15372517456988796,0.0,0.41282714019574096,0.15372517456988796,0.0,0.26152723192215754,0.15372517456988796,0.0,0.10990042734443817,0.15372517456988796,0.0,0.0557265988140716,0.15372517456988796,0.0,0.0021968434015271496,0.5,0.15372517456988796,0.0,0.0007628546294983932,0.0,0.4193795784250166,0.9670310000870844 -7125,0.5,0.15372517456988796,0.0,0.1561750071213811,0.15372517456988796,0.0,0.19695599965512975,0.15372517456988796,0.0,0.019320570089445894,0.15372517456988796,0.0,0.031171940745337693,0.15372517456988796,0.0,0.2508254858984109,0.15372517456988796,0.0,0.24080842141610354,0.15372517456988796,0.0,0.1728312267371966,0.15372517456988796,0.0,0.10486048283165006,0.5,0.15372517456988796,0.0,0.025650792277714246,0.15372517456988796,0.0,0.000729180765780402,0.5,0.15372517456988796,0.0,6.43220082773541e-05,0.15372517456988796,0.0,0.0011037437137499117,0.15372517456988796,0.0,0.3844015141037484,0.15372517456988796,0.0,0.2561202082918684,0.15372517456988796,0.0,0.11740816310541542,0.15372517456988796,0.0,0.06360363987803473,0.15372517456988796,0.0,0.0023263451876754833,0.5,0.15372517456988796,0.0,0.0004870383526862427,0.0,0.4885171890538936,0.9267459665457819 -7126,0.5,0.15372517456988796,0.0,0.1673193669880938,0.15372517456988796,0.0,0.19048155408582795,0.15372517456988796,0.0,0.020409605875348003,0.15372517456988796,0.0,0.026114226641637005,0.15372517456988796,0.0,0.24091254573332604,0.15372517456988796,0.0,0.21613236557951926,0.15372517456988796,0.0,0.21100577997734649,0.15372517456988796,0.0,0.10228116310814499,0.5,0.15372517456988796,0.0,0.030004878334612958,0.15372517456988796,0.0,0.0006133758270717316,0.5,0.15372517456988796,0.0,0.000951104809567356,0.15372517456988796,0.0,0.0035145716944382727,0.15372517456988796,0.0,0.35398408919084146,0.15372517456988796,0.0,0.2564648780649905,0.15372517456988796,0.0,0.12221385288890747,0.15372517456988796,0.0,0.0668571087314528,0.15372517456988796,0.0,0.00205041520631439,0.5,0.15372517456988796,0.0,0.0003321833149249843,0.0,0.5050504180128975,0.8756831787555024 -7127,0.5,0.15372517456988796,0.0,0.18554857754540727,0.15372517456988796,0.0,0.1798204590430549,0.15372517456988796,0.0,0.025345499168381004,0.15372517456988796,0.0,0.02524180901741288,0.15372517456988796,0.0,0.24093966382383739,0.15372517456988796,0.0,0.21270576217735931,0.15372517456988796,0.0,0.2127624165266783,0.15372517456988796,0.0,0.09736890636670444,0.5,0.15372517456988796,0.0,0.030318109824551083,0.15372517456988796,0.0,0.0005542577728659139,0.5,0.15372517456988796,0.0,0.0029551712574406924,0.15372517456988796,0.0,0.009087471950687268,0.15372517456988796,0.0,0.344544238176675,0.15372517456988796,0.0,0.2626089572619462,0.15372517456988796,0.0,0.12324430914455607,0.15372517456988796,0.0,0.06825823815370463,0.15372517456988796,0.0,0.002502167364052374,0.5,0.15372517456988796,0.0,0.0001956046742600698,0.0,0.5325259540848388,0.7992305539571911 -7128,0.5,0.15372517456988796,0.0,0.190887511623211,0.15372517456988796,0.0,0.15933607635719388,0.15372517456988796,0.0,0.029386915782832906,0.15372517456988796,0.0,0.028714573394121336,0.15372517456988796,0.0,0.27498562900826584,0.15372517456988796,0.0,0.2500349016567728,0.15372517456988796,0.0,0.19958891668878032,0.15372517456988796,0.0,0.10231357346210035,0.5,0.15372517456988796,0.0,0.030299111649685188,0.15372517456988796,0.0,0.0007107041299656931,0.5,0.15372517456988796,0.0,0.007743346789091092,0.15372517456988796,0.0,0.006420834399558932,0.15372517456988796,0.0,0.33597135625399904,0.15372517456988796,0.0,0.2630737161555161,0.15372517456988796,0.0,0.12110060303557152,0.15372517456988796,0.0,0.06551918737088464,0.15372517456988796,0.0,0.004032163125077826,0.5,0.15372517456988796,0.0,9.828579894435242e-05,0.0,0.5331052629351166,0.7406808708578964 -7129,0.5,0.15372517456988796,0.0,0.17477488740463093,0.15372517456988796,0.0,0.15482695582878753,0.15372517456988796,0.0,0.02886034424806941,0.15372517456988796,0.0,0.03272656910895327,0.15372517456988796,0.0,0.37113072032352656,0.15372517456988796,0.0,0.2922157494253542,0.15372517456988796,0.0,0.2052483427333582,0.15372517456988796,0.0,0.11849531171021285,0.5,0.15372517456988796,0.0,0.03428901858576991,0.15372517456988796,0.0,0.0024843250580562017,0.5,0.15372517456988796,0.0,0.008835073971114665,0.15372517456988796,0.0,0.006080812931691136,0.15372517456988796,0.0,0.32349720665267995,0.15372517456988796,0.0,0.2933951061582071,0.15372517456988796,0.0,0.12045695769692018,0.15372517456988796,0.0,0.057741084257555024,0.15372517456988796,0.0,0.005984296247702454,0.5,0.15372517456988796,0.0,0.00025591293069496544,0.0,0.5306112300391876,0.4566253633029719 -7130,0.5,0.15372517456988796,0.0,0.15918788864075678,0.15372517456988796,0.0,0.16000957489109932,0.15372517456988796,0.0,0.02838460181511316,0.15372517456988796,0.0,0.03243862265303143,0.15372517456988796,0.0,0.4789164820285275,0.15372517456988796,0.0,0.29578014266910124,0.15372517456988796,0.0,0.21965256952633153,0.15372517456988796,0.0,0.12214251733668426,0.5,0.15372517456988796,0.0,0.03719663422185825,0.15372517456988796,0.0,0.004925757428383734,0.5,0.15372517456988796,0.0,0.007583355336929954,0.15372517456988796,0.0,0.005374948658274973,0.15372517456988796,0.0,0.31848510706943545,0.15372517456988796,0.0,0.38660667024515516,0.15372517456988796,0.0,0.12614059707665182,0.15372517456988796,0.0,0.055326424807254124,0.15372517456988796,0.0,0.00716909720433506,0.5,0.15372517456988796,0.0,0.0007307075549634638,0.0,0.538769257399411,0.2121058292860679 -7131,0.5,0.15372517456988796,0.0,0.1467102506798157,0.15372517456988796,0.0,0.17298510263818684,0.15372517456988796,0.0,0.029829146967428645,0.15372517456988796,0.0,0.0279628685052921,0.15372517456988796,0.0,0.5223831291503837,0.15372517456988796,0.0,0.2937376814959125,0.15372517456988796,0.0,0.22241846371008991,0.15372517456988796,0.0,0.12299730982520524,0.5,0.15372517456988796,0.0,0.037929543320553975,0.15372517456988796,0.0,0.004496496945269217,0.5,0.15372517456988796,0.0,0.008181341826897337,0.15372517456988796,0.0,0.00430686764818219,0.15372517456988796,0.0,0.3153008064746546,0.15372517456988796,0.0,0.4895306061922615,0.15372517456988796,0.0,0.1364549599512453,0.15372517456988796,0.0,0.057824292839024335,0.15372517456988796,0.0,0.006918427279567406,0.5,0.15372517456988796,0.0,0.0012692872826040045,0.0,0.5318615329964159,0.4822392532489478 -7132,0.5,0.15372517456988796,0.0,0.1399716561263664,0.15372517456988796,0.0,0.19381685022624812,0.15372517456988796,0.0,0.03225859320780315,0.15372517456988796,0.0,0.026563119988197027,0.15372517456988796,0.0,0.5098017647617141,0.15372517456988796,0.0,0.2961309958895272,0.15372517456988796,0.0,0.2223184393304127,0.15372517456988796,0.0,0.12397147488408443,0.5,0.15372517456988796,0.0,0.039426475082738235,0.15372517456988796,0.0,0.0037971504951368517,0.5,0.15372517456988796,0.0,0.007875722625134791,0.15372517456988796,0.0,0.006371509798745393,0.15372517456988796,0.0,0.33430754783142314,0.15372517456988796,0.0,0.5383679798629961,0.15372517456988796,0.0,0.15117640083186668,0.15372517456988796,0.0,0.06107322527873318,0.15372517456988796,0.0,0.005936911271101683,0.5,0.15372517456988796,0.0,0.001791797325568344,0.0,0.5177919064232961,0.37826214820368975 -7133,0.5,0.15372517456988796,0.0,0.13782052239967466,0.15372517456988796,0.0,0.25377302148861675,0.15372517456988796,0.0,0.0388005866268455,0.15372517456988796,0.0,0.029237267825589882,0.15372517456988796,0.0,0.4647488207350356,0.15372517456988796,0.0,0.30585043250932087,0.15372517456988796,0.0,0.23000481242937157,0.15372517456988796,0.0,0.13096048991425085,0.5,0.15372517456988796,0.0,0.043584422397135135,0.15372517456988796,0.0,0.0041674492242711825,0.5,0.15372517456988796,0.0,0.006481759476385863,0.15372517456988796,0.0,0.005875449972412533,0.15372517456988796,0.0,0.386677113136562,0.15372517456988796,0.0,0.5062419353119012,0.15372517456988796,0.0,0.16771945242363306,0.15372517456988796,0.0,0.063914163388325,0.15372517456988796,0.0,0.005663409394971586,0.5,0.15372517456988796,0.0,0.0015455824020719365,0.0,0.5172611246523661,0.3136129868522082 -7134,0.5,0.15372517456988796,0.0,0.14289254229951656,0.15372517456988796,0.0,0.3039554628689889,0.15372517456988796,0.0,0.04882410295181697,0.15372517456988796,0.0,0.033523288679758595,0.15372517456988796,0.0,0.42751294544446666,0.15372517456988796,0.0,0.3369108796767365,0.15372517456988796,0.0,0.23894908846784474,0.15372517456988796,0.0,0.14280117253086172,0.5,0.15372517456988796,0.0,0.050835355421630805,0.15372517456988796,0.0,0.0063190127440148555,0.5,0.15372517456988796,0.0,0.005819699461540571,0.15372517456988796,0.0,0.0050316920897059796,0.15372517456988796,0.0,0.4575339659868362,0.15372517456988796,0.0,0.42931928199261304,0.15372517456988796,0.0,0.18160371730381925,0.15372517456988796,0.0,0.06663712492730889,0.15372517456988796,0.0,0.006056900212441869,0.5,0.15372517456988796,0.0,0.0011872879285811139,0.0,0.5258994522348024,0.2238932679301948 -7135,0.5,0.15372517456988796,0.0,0.1468519317005633,0.15372517456988796,0.0,0.3594611631631481,0.15372517456988796,0.0,0.055923665622201545,0.15372517456988796,0.0,0.03798287771583098,0.15372517456988796,0.0,0.3912754663106849,0.15372517456988796,0.0,0.3426977087991714,0.15372517456988796,0.0,0.2461005088236196,0.15372517456988796,0.0,0.15982737532750071,0.5,0.15372517456988796,0.0,0.05592404559427463,0.15372517456988796,0.0,0.005444245653800902,0.5,0.15372517456988796,0.0,0.00635632348171773,0.15372517456988796,0.0,0.0050963585693463214,0.15372517456988796,0.0,0.4494420249979466,0.15372517456988796,0.0,0.3053711436919856,0.15372517456988796,0.0,0.1933294856300365,0.15372517456988796,0.0,0.06950564457215101,0.15372517456988796,0.0,0.006481583065716243,0.5,0.15372517456988796,0.0,0.0014286356695656713,0.0,0.5261374400475909,0.14144262189142337 -7136,0.5,0.15372517456988796,0.015171616701476546,0.14834771220514137,0.15372517456988796,2.889510056327581e-05,0.3691657912264617,0.15372517456988796,0.017323167734947385,0.05617401805819255,0.15372517456988796,0.030791259394695788,0.037706327544316735,0.15372517456988796,0.00011985273577843058,0.3392920558575786,0.15372517456988796,2.042240855640941e-05,0.29885914771001426,0.15372517456988796,0.00028509040579690687,0.2589198717855523,0.15372517456988796,0.00026111731922380483,0.16512015951984915,0.5,0.15372517456988796,0.0025502249077309896,0.06148806814230007,0.15372517456988796,0.025456962140988058,0.0033446950471825794,0.5,0.15372517456988796,0.010017464287600466,0.008770911665053322,0.15372517456988796,0.016702964330047372,0.006284121958312938,0.15372517456988796,7.133742153288603e-05,0.3479069797154388,0.15372517456988796,3.6090964295309396e-05,0.22125961389589655,0.15372517456988796,0.0006048270492948013,0.20308868882111042,0.15372517456988796,0.002428437191442442,0.0767634005410871,0.15372517456988796,0.017447248902096396,0.007332248082470481,0.5,0.15372517456988796,0.01584021666093891,0.002257486459681277,0.0,0.5233848939742983,0.1111721587639453 -7137,0.5,0.15372517456988796,0.10956520438347203,0.16597049594194146,0.15372517456988796,0.0005338951960879764,0.3625612503802701,0.15372517456988796,0.14401653878355053,0.054862252776067905,0.15372517456988796,0.16731622218585968,0.03832718706087741,0.15372517456988796,0.0013569313029392115,0.2925274331684595,0.15372517456988796,0.0007194675041603535,0.24684680055173785,0.15372517456988796,0.006047101814904663,0.2781503490615926,0.15372517456988796,0.004395314967529552,0.17291745271857262,0.5,0.15372517456988796,0.048517648568688496,0.06684201591501002,0.15372517456988796,0.14800095850488035,0.0007078031272678026,0.5,0.15372517456988796,0.1385370282014003,0.01188176517312012,0.15372517456988796,0.16155988751309663,0.005391894594429692,0.15372517456988796,0.011139191533745468,0.25287822132758264,0.15372517456988796,0.002205316178958226,0.1868637794658169,0.15372517456988796,0.00749989573658248,0.21295814178279912,0.15372517456988796,0.03972171311794553,0.09425252443181988,0.15372517456988796,0.13265714043882934,0.008169682548372938,0.5,0.15372517456988796,0.07491238634712655,0.0025616971374414843,0.0,0.5207278881316835,0.11783292612757262 -7138,0.5,0.15372517456988796,0.186408688103482,0.18343653934405238,0.15372517456988796,0.0009490500629907072,0.3408554710494153,0.15372517456988796,0.25265753390749734,0.08864580504824032,0.15372517456988796,0.31829718777028054,0.06714196520904414,0.15372517456988796,0.0009794466401272257,0.23896692226578822,0.15372517456988796,0.001963412776305834,0.20445425142413498,0.15372517456988796,0.012173629337297829,0.30746190348650704,0.15372517456988796,0.01055753418382029,0.18458292174628513,0.5,0.15372517456988796,0.09556020164681053,0.07907500871951405,0.15372517456988796,0.27000307441268667,0.0018368792156245874,0.5,0.15372517456988796,0.27299719056709293,0.015510786758841566,0.15372517456988796,0.3186581469650315,0.003805675227156327,0.15372517456988796,0.03215851658742408,0.23985674811578622,0.15372517456988796,0.006483156183152248,0.164604284513651,0.15372517456988796,0.018068525037885978,0.20957781202378895,0.15372517456988796,0.09104752055848189,0.12015445007996002,0.15372517456988796,0.25640983872588996,0.015796261185664216,0.5,0.15372517456988796,0.1479648768274371,0.006639341773718141,0.0,0.502821448394156,0.10857151695292361 -7139,0.5,0.15372517456988796,0.22414719909167785,0.18469730996688127,0.15372517456988796,0.0029200601832884165,0.3039333702855324,0.15372517456988796,0.3380526245783964,0.12036664374695263,0.15372517456988796,0.4371576006006459,0.11053258600040088,0.15372517456988796,0.0016794365902680678,0.18548610557183107,0.15372517456988796,0.0063203416256951694,0.16998891912124858,0.15372517456988796,0.013296300631155935,0.32562065947672797,0.15372517456988796,0.015302256655877524,0.2054482717276649,0.5,0.15372517456988796,0.12102696006736927,0.09409524151837236,0.15372517456988796,0.38341083922428915,0.016717367304586773,0.5,0.15372517456988796,0.3778780510330537,0.03789437317772743,0.15372517456988796,0.44003984818342334,0.015395779145155213,0.15372517456988796,0.060192811150073855,0.2274613551838851,0.15372517456988796,0.013681184532442018,0.1291812498696575,0.15372517456988796,0.02352010596358717,0.2040381388778466,0.15372517456988796,0.14734809375402397,0.15471530462792613,0.15372517456988796,0.36791707091601816,0.05792603680920219,0.5,0.15372517456988796,0.23170337834804344,0.025644020689080196,0.0,0.46841522612632747,0.08800503172793109 -7140,0.5,0.15372517456988796,0.21386292846831706,0.17452415009273337,0.15372517456988796,0.006797888518835565,0.2465288116638383,0.15372517456988796,0.37172962307520885,0.17463743538739493,0.15372517456988796,0.5007791851984953,0.13016950540535902,0.15372517456988796,0.004039437148398217,0.14082262313268132,0.15372517456988796,0.012737906575162938,0.14244957239040307,0.15372517456988796,0.016272469183729526,0.3127165158246745,0.15372517456988796,0.018656263661388204,0.20557742448815283,0.5,0.15372517456988796,0.11098229005761553,0.10243788393130014,0.15372517456988796,0.47013780121475907,0.02167973831918777,0.5,0.15372517456988796,0.4284822308742279,0.06179813313859118,0.15372517456988796,0.502466068368372,0.04205163179000489,0.15372517456988796,0.08355184028345725,0.17726166357606535,0.15372517456988796,0.023356527252033757,0.09063624035018127,0.15372517456988796,0.026614548461500992,0.19748303716180393,0.15372517456988796,0.16758027929933786,0.18907354670225152,0.15372517456988796,0.41169025151646615,0.08757825516068157,0.5,0.15372517456988796,0.3565067086469287,0.02966586664214399,0.0,0.45605685295007964,0.0951171783359552 -7141,0.5,0.15372517456988796,0.169959598029319,0.1519393505280166,0.15372517456988796,0.005779512949745571,0.18880521512822154,0.15372517456988796,0.3394916013136934,0.19835325391421668,0.15372517456988796,0.49591439064130705,0.12158937955537799,0.15372517456988796,0.0050149760276606455,0.10967886432718152,0.15372517456988796,0.012216404371260564,0.10109383404437239,0.15372517456988796,0.01985613116360298,0.298251663689339,0.15372517456988796,0.02621584011727669,0.18531136205741477,0.5,0.15372517456988796,0.09100903772664481,0.09261571412075197,0.15372517456988796,0.5016376152499642,0.015099601372713128,0.5,0.15372517456988796,0.42623284050555993,0.07941813837237864,0.15372517456988796,0.5011870837025977,0.033453378065090994,0.15372517456988796,0.0958332213136428,0.12768097911439272,0.15372517456988796,0.024212307514715006,0.06465247747335062,0.15372517456988796,0.03363929497273126,0.18270658593848488,0.15372517456988796,0.14833441066274605,0.2285782141491541,0.15372517456988796,0.3974515755419561,0.08683296262631554,0.5,0.15372517456988796,0.4696037208134284,0.021595767773628344,0.0,0.4608408406718852,0.1523912657861954 -7142,0.5,0.15372517456988796,0.11297515684905726,0.1355541938897905,0.15372517456988796,0.0022833512504408775,0.13592166296905964,0.15372517456988796,0.27106869656125265,0.1861969502400171,0.15372517456988796,0.41727864290900935,0.10419827360612573,0.15372517456988796,0.0041347447532189534,0.08873727034246999,0.15372517456988796,0.00840723976811025,0.05714617397770387,0.15372517456988796,0.014195082652248807,0.24665948097686383,0.15372517456988796,0.03460393592562713,0.16878003850191847,0.5,0.15372517456988796,0.07050932078846665,0.09373809210779772,0.15372517456988796,0.4594660673122888,0.0065518369239375256,0.5,0.15372517456988796,0.3792112717182611,0.06707149979530752,0.15372517456988796,0.44717232441406674,0.020452556071858002,0.15372517456988796,0.0925428140698622,0.08584574298058098,0.15372517456988796,0.02425888542983938,0.048345836135290754,0.15372517456988796,0.03942785750420697,0.15849864782876258,0.15372517456988796,0.1310844163694816,0.2380390410256407,0.15372517456988796,0.3434646875407311,0.07497555902675852,0.5,0.15372517456988796,0.4419737074367458,0.012641006684869447,0.0,0.4039476553337953,0.22179745998277578 -7143,0.5,0.15372517456988796,0.05990352943754706,0.11476463115216945,0.15372517456988796,0.0011535865833849843,0.10694409581791224,0.15372517456988796,0.18053552617734459,0.16003105809838108,0.15372517456988796,0.28986554700695927,0.07535495359318775,0.15372517456988796,0.0028440942163781777,0.06433833295221186,0.15372517456988796,0.004047247779716804,0.03442898556371468,0.15372517456988796,0.006517897021284796,0.20470218195537992,0.15372517456988796,0.024051851109210896,0.13105970212008908,0.5,0.15372517456988796,0.04675520800915295,0.058914778602264385,0.15372517456988796,0.3714345195810348,0.0025318434353636754,0.5,0.15372517456988796,0.2874014081365858,0.041801956734541804,0.15372517456988796,0.3312243245566141,0.01033045890597993,0.15372517456988796,0.09065102961083286,0.05698595182146368,0.15372517456988796,0.0272142844712927,0.0376143430206712,0.15372517456988796,0.030506661855807277,0.1448459410296892,0.15372517456988796,0.08095541810940514,0.2182213106682542,0.15372517456988796,0.2646864372691855,0.0509062621036381,0.5,0.15372517456988796,0.33745051422362604,0.005286795871783307,0.0,0.32253723308488397,0.30034804944739246 -7144,0.5,0.15372517456988796,0.02138060829369868,0.09373767584440312,0.15372517456988796,0.0007403120554812377,0.07115322624991506,0.15372517456988796,0.08956122532678001,0.10849170877614023,0.15372517456988796,0.13465364373061214,0.031696327006470425,0.15372517456988796,0.004417922055127718,0.040479970011793494,0.15372517456988796,0.002577729034735837,0.017512919161843932,0.15372517456988796,0.001913366528493043,0.129521431558969,0.15372517456988796,0.01304456641260086,0.07881542072951818,0.5,0.15372517456988796,0.0213379173629458,0.0283843958641595,0.15372517456988796,0.24129852231610846,0.001107296970195572,0.5,0.15372517456988796,0.15641140726731553,0.008227480669642958,0.15372517456988796,0.19217565144944188,0.0016871778723602235,0.15372517456988796,0.09430631769292472,0.03393757619885487,0.15372517456988796,0.028909962471094744,0.030849823073902723,0.15372517456988796,0.010099118962381772,0.11579683753044015,0.15372517456988796,0.028247232560195366,0.1739517118058146,0.15372517456988796,0.1643582126819744,0.015011338908563529,0.5,0.15372517456988796,0.1905593771995005,0.0010081761534896081,0.0,0.2251217281771935,0.4071410697738594 -7145,0.5,0.15372517456988796,3.739086911084121e-05,0.08312106986243141,0.15372517456988796,4.500251714812866e-05,0.04151275480647113,0.15372517456988796,0.0,0.07778513986168653,0.15372517456988796,0.0,0.035681791372530934,0.15372517456988796,3.0865959520175266e-05,0.025451017076990833,0.15372517456988796,0.0011300409031305548,0.017050475731549164,0.15372517456988796,0.00046844497261808144,0.07137395706952417,0.15372517456988796,0.00363344709392403,0.04486557063103288,0.5,0.15372517456988796,0.002761343362191134,0.013745766677366836,0.15372517456988796,0.0,0.0003317845004214937,0.5,0.15372517456988796,0.0003198202730194105,0.006177571384277486,0.15372517456988796,0.006518089383583473,0.0011095212291409124,0.15372517456988796,0.00023967185518103157,0.03247708898622842,0.15372517456988796,9.068973038012125e-05,0.027675207217650308,0.15372517456988796,0.00019153457849855696,0.09378354197227944,0.15372517456988796,1.3416895992168868e-05,0.1243340592300394,0.15372517456988796,0.0,0.010438360647141537,0.5,0.15372517456988796,0.0,0.0005420019318883517,0.0,0.13248641645838338,0.49683952989337055 -7146,0.5,0.15372517456988796,0.0,0.07654510418876936,0.15372517456988796,0.0,0.02152373569454602,0.15372517456988796,0.0,0.07244935345911,0.15372517456988796,0.0,0.041038487940604114,0.15372517456988796,0.0,0.02111713252372287,0.15372517456988796,0.0,0.02335419388802059,0.15372517456988796,0.0,0.04328282558409418,0.15372517456988796,0.0,0.02739263267539645,0.5,0.15372517456988796,0.0,0.01059098944491989,0.15372517456988796,0.0,0.00023926006622487648,0.5,0.15372517456988796,0.0,0.006836344895931844,0.15372517456988796,0.0,0.0026160967733690056,0.15372517456988796,0.0,0.029154487513199035,0.15372517456988796,0.0,0.024457932017473046,0.15372517456988796,0.0,0.06558925018258276,0.15372517456988796,0.0,0.0921402863418348,0.15372517456988796,0.0,0.010379653513060375,0.5,0.15372517456988796,0.0,0.0003975481850903343,0.0,0.09588736365802004,0.534288092501244 -7147,0.5,0.15372517456988796,0.0,0.06787444441870989,0.15372517456988796,0.0,0.01243273317181876,0.15372517456988796,0.0,0.07056125506959918,0.15372517456988796,0.0,0.043863518022284366,0.15372517456988796,0.0,0.021340427667836285,0.15372517456988796,0.0,0.021959544623072386,0.15372517456988796,0.0,0.037722421129797304,0.15372517456988796,0.0,0.019824341642275638,0.5,0.15372517456988796,0.0,0.008883338518236705,0.15372517456988796,0.0,0.00013000402916689657,0.5,0.15372517456988796,0.0,0.0061042141680910465,0.15372517456988796,0.0,0.0025179910577343965,0.15372517456988796,0.0,0.02888780443949929,0.15372517456988796,0.0,0.026501239239561623,0.15372517456988796,0.0,0.04447982184993265,0.15372517456988796,0.0,0.07262001910497784,0.15372517456988796,0.0,0.009196210698834934,0.5,0.15372517456988796,0.0,0.00014616538161970054,0.0,0.07047153128430703,0.6140953117426058 -7148,0.5,0.15372517456988796,0.0,0.05833533941765199,0.15372517456988796,0.0,0.009651863283117249,0.15372517456988796,0.0,0.07529797206122617,0.15372517456988796,0.0,0.048368414703842746,0.15372517456988796,0.0,0.025905788941176594,0.15372517456988796,0.0,0.021517786871208942,0.15372517456988796,0.0,0.034040073654460955,0.15372517456988796,0.0,0.011029520177997465,0.5,0.15372517456988796,0.0,0.0077308921389192455,0.15372517456988796,0.0,6.397002559045053e-05,0.5,0.15372517456988796,0.0,0.00506994222401036,0.15372517456988796,0.0,0.0018260457027670664,0.15372517456988796,0.0,0.03625919455696624,0.15372517456988796,0.0,0.03447742636842735,0.15372517456988796,0.0,0.033005148680510174,0.15372517456988796,0.0,0.05009272735520737,0.15372517456988796,0.0,0.008854105100408063,0.5,0.15372517456988796,0.0,7.392196282556725e-05,0.0,0.04643626860583881,0.6931949218454434 -7149,0.5,0.15372517456988796,0.0,0.049243009943421616,0.15372517456988796,0.0,0.00877634872497528,0.15372517456988796,0.0,0.0818758312141835,0.15372517456988796,0.0,0.05371853280385152,0.15372517456988796,0.0,0.027308168714911582,0.15372517456988796,0.0,0.020283142232136932,0.15372517456988796,0.0,0.027119394252329287,0.15372517456988796,0.0,0.007137384770030938,0.5,0.15372517456988796,0.0,0.006248215228668932,0.15372517456988796,0.0,9.296998919845226e-05,0.5,0.15372517456988796,0.0,0.005451897113891993,0.15372517456988796,0.0,0.0011076432868019777,0.15372517456988796,0.0,0.04826641878001647,0.15372517456988796,0.0,0.045219334195392,0.15372517456988796,0.0,0.029122241876845218,0.15372517456988796,0.0,0.030700726700789542,0.15372517456988796,0.0,0.009206297592803715,0.5,0.15372517456988796,0.0,0.00012010525655265666,0.0,0.04168505267042184,0.772991865153413 -7150,0.5,0.15372517456988796,0.0,0.039493418251864726,0.15372517456988796,0.0,0.010717189248671318,0.15372517456988796,0.0,0.08016964478187304,0.15372517456988796,0.0,0.05877145200288321,0.15372517456988796,0.0,0.025273968488520978,0.15372517456988796,0.0,0.013918857863536579,0.15372517456988796,0.0,0.022185800188569964,0.15372517456988796,0.0,0.004875409927898887,0.5,0.15372517456988796,0.0,0.004108154808975141,0.15372517456988796,0.0,9.746143229422314e-05,0.5,0.15372517456988796,0.0,0.00713197462442317,0.15372517456988796,0.0,0.0022413860312550014,0.15372517456988796,0.0,0.06253364143967925,0.15372517456988796,0.0,0.0554312680969865,0.15372517456988796,0.0,0.02873787263959785,0.15372517456988796,0.0,0.01860008393617818,0.15372517456988796,0.0,0.010434881720759601,0.5,0.15372517456988796,0.0,0.0001676583150197317,0.0,0.0439640562893873,0.8229671838415794 -7151,0.5,0.15372517456988796,0.0,0.0292700236468662,0.15372517456988796,0.0,0.008591582775426458,0.15372517456988796,0.0,0.06484645840110621,0.15372517456988796,0.0,0.05858987114611696,0.15372517456988796,0.0,0.021216949549956905,0.15372517456988796,0.0,0.007699985398415175,0.15372517456988796,0.0,0.016025420092674336,0.15372517456988796,0.0,0.0034681605915978958,0.5,0.15372517456988796,0.0,0.002257108874778356,0.15372517456988796,0.0,4.785255764736082e-05,0.5,0.15372517456988796,0.0,0.0046821911075034224,0.15372517456988796,0.0,0.002948241386521705,0.15372517456988796,0.0,0.08601666019132903,0.15372517456988796,0.0,0.06634008409353448,0.15372517456988796,0.0,0.024922176512686106,0.15372517456988796,0.0,0.010314690871172887,0.15372517456988796,0.0,0.010010964270569201,0.5,0.15372517456988796,0.0,0.00010558462051494804,0.0,0.0351008347485019,0.8671390836827917 -7152,0.5,0.15372517456988796,0.0,0.020308854963314128,0.15372517456988796,0.0,0.008301537286532292,0.15372517456988796,0.0,0.04485857573041993,0.15372517456988796,0.0,0.05325967961112522,0.15372517456988796,0.0,0.020694185099717925,0.15372517456988796,0.0,0.00609530883266453,0.15372517456988796,0.0,0.009258990918931734,0.15372517456988796,0.0,0.0019752617688403922,0.5,0.15372517456988796,0.0,0.0021956359009508253,0.15372517456988796,0.0,0.00030065544929554417,0.5,0.15372517456988796,0.0,0.002095817580223605,0.15372517456988796,0.0,0.0011799619922108334,0.15372517456988796,0.0,0.12285484652224427,0.15372517456988796,0.0,0.07924323158319327,0.15372517456988796,0.0,0.02079686973028995,0.15372517456988796,0.0,0.006874640171555208,0.15372517456988796,0.0,0.007280685968921829,0.5,0.15372517456988796,0.0,0.00016594366571473743,0.0,0.018915530429837697,0.8943961007834204 -7153,0.5,0.15372517456988796,0.0,0.016262000159609883,0.15372517456988796,0.0,0.010892251672049696,0.15372517456988796,0.0,0.035089051258363695,0.15372517456988796,0.0,0.04862082964454567,0.15372517456988796,0.0,0.021737790792310807,0.15372517456988796,0.0,0.006341685747273854,0.15372517456988796,0.0,0.0036244808005525095,0.15372517456988796,0.0,0.0012228017334776793,0.5,0.15372517456988796,0.0,0.002534279183520638,0.15372517456988796,0.0,0.0005811320663156505,0.5,0.15372517456988796,0.0,0.0008381369122971812,0.15372517456988796,0.0,0.0005521291455417697,0.15372517456988796,0.0,0.15569543156395224,0.15372517456988796,0.0,0.08812771850379447,0.15372517456988796,0.0,0.01786949082913812,0.15372517456988796,0.0,0.004760604912286052,0.15372517456988796,0.0,0.004823017260199697,0.5,0.15372517456988796,0.0,0.0008033445956648397,0.0,0.014890121752669726,0.9114912754234289 -7154,0.5,0.15372517456988796,0.0,0.01316909616928915,0.15372517456988796,0.0,0.01572696784002799,0.15372517456988796,0.0,0.031651570202888085,0.15372517456988796,0.0,0.04820477562778352,0.15372517456988796,0.0,0.024742598997004338,0.15372517456988796,0.0,0.008628236291763978,0.15372517456988796,0.0,0.001860921651315559,0.15372517456988796,0.0,0.0016680707737020198,0.5,0.15372517456988796,0.0,0.0029024702813993464,0.15372517456988796,0.0,0.0003404041297767438,0.5,0.15372517456988796,0.0,0.0008196967557246872,0.15372517456988796,0.0,0.0005583103527710291,0.15372517456988796,0.0,0.1843411209380246,0.15372517456988796,0.0,0.09472517839390038,0.15372517456988796,0.0,0.016184374579414438,0.15372517456988796,0.0,0.0035899854516286615,0.15372517456988796,0.0,0.004536358279319224,0.5,0.15372517456988796,0.0,0.0006890166819383417,0.0,0.020463443122283115,0.9289199519983771 -7155,0.5,0.15372517456988796,0.0,0.011172485377034825,0.15372517456988796,0.0,0.01974507479596972,0.15372517456988796,0.0,0.0267378288180399,0.15372517456988796,0.0,0.04697510729146094,0.15372517456988796,0.0,0.032923402032403286,0.15372517456988796,0.0,0.013867497635127183,0.15372517456988796,0.0,0.003220726607906511,0.15372517456988796,0.0,0.003455910871814733,0.5,0.15372517456988796,0.0,0.0035023144846684255,0.15372517456988796,0.0,1.388532907953262e-05,0.5,0.15372517456988796,0.0,0.0008650049754157707,0.15372517456988796,0.0,0.0011020477190834212,0.15372517456988796,0.0,0.2046105164060385,0.15372517456988796,0.0,0.1031001196222168,0.15372517456988796,0.0,0.014381566921002202,0.15372517456988796,0.0,0.003421118214391419,0.15372517456988796,0.0,0.00515164359888523,0.5,0.15372517456988796,0.0,0.0002634434030350093,0.0,0.030456115763678102,0.9356443993716472 -7156,0.5,0.15372517456988796,0.0,0.009071586806290737,0.15372517456988796,0.0,0.024671707770027917,0.15372517456988796,0.0,0.019132332367664595,0.15372517456988796,0.0,0.04034274908865864,0.15372517456988796,0.0,0.045248145308515356,0.15372517456988796,0.0,0.01791956719076548,0.15372517456988796,0.0,0.0036660152847095254,0.15372517456988796,0.0,0.00473995187198485,0.5,0.15372517456988796,0.0,0.003248827341433025,0.15372517456988796,0.0,0.00017852915340715587,0.5,0.15372517456988796,0.0,0.0006836512069373466,0.15372517456988796,0.0,0.001844457795314633,0.15372517456988796,0.0,0.21634433661196345,0.15372517456988796,0.0,0.11312949861262628,0.15372517456988796,0.0,0.012111443533776182,0.15372517456988796,0.0,0.0032248220583135823,0.15372517456988796,0.0,0.004762177114997209,0.5,0.15372517456988796,0.0,0.0001829870861760711,0.0,0.03604193921999659,0.9419830964863579 -7157,0.5,0.15372517456988796,0.0,0.007610759236792303,0.15372517456988796,0.0,0.03021104173181733,0.15372517456988796,0.0,0.013066857740259043,0.15372517456988796,0.0,0.032497925382113546,0.15372517456988796,0.0,0.05980400452968411,0.15372517456988796,0.0,0.0215310680666667,0.15372517456988796,0.0,0.0037269922915934353,0.15372517456988796,0.0,0.005687266862993266,0.5,0.15372517456988796,0.0,0.0027698372922140974,0.15372517456988796,0.0,0.0004620016201535228,0.5,0.15372517456988796,0.0,0.0005370151033770777,0.15372517456988796,0.0,0.0018821744815641585,0.15372517456988796,0.0,0.22957330826813194,0.15372517456988796,0.0,0.1269132110653298,0.15372517456988796,0.0,0.010615930168207013,0.15372517456988796,0.0,0.0030802322738563387,0.15372517456988796,0.0,0.0037156049735219215,0.5,0.15372517456988796,0.0,0.0006328862503562592,0.0,0.04267519592708338,0.9406952693420035 -7158,0.5,0.15372517456988796,0.0,0.008351210711344228,0.15372517456988796,0.0,0.03883314221572113,0.15372517456988796,0.0,0.008768845664277885,0.15372517456988796,0.0,0.027895839569020846,0.15372517456988796,0.0,0.06833162369887713,0.15372517456988796,0.0,0.02604056089815107,0.15372517456988796,0.0,0.004321860904755289,0.15372517456988796,0.0,0.007827977393488828,0.5,0.15372517456988796,0.0,0.00371801153743581,0.15372517456988796,0.0,0.000800032704868276,0.5,0.15372517456988796,0.0,0.0004048828873316531,0.15372517456988796,0.0,0.0026881041030501125,0.15372517456988796,0.0,0.234798045622007,0.15372517456988796,0.0,0.13826216959318277,0.15372517456988796,0.0,0.01189409318107199,0.15372517456988796,0.0,0.003167881129513833,0.15372517456988796,0.0,0.0030699918106460943,0.5,0.15372517456988796,0.0,0.0013590820584824233,0.0,0.052578027144338214,0.9313735676184244 -7159,0.5,0.15372517456988796,0.0,0.010414893709468543,0.15372517456988796,0.0,0.04286149326841028,0.15372517456988796,0.0,0.00636859087830546,0.15372517456988796,0.0,0.025356135635768558,0.15372517456988796,0.0,0.07098070065713605,0.15372517456988796,0.0,0.03371927497940003,0.15372517456988796,0.0,0.005677448295628655,0.15372517456988796,0.0,0.015277730033062981,0.5,0.15372517456988796,0.0,0.004132220622578055,0.15372517456988796,0.0,0.0013924558657634162,0.5,0.15372517456988796,0.0,0.0002767148124356072,0.15372517456988796,0.0,0.0017772415058958577,0.15372517456988796,0.0,0.2409590764797962,0.15372517456988796,0.0,0.15182865512726235,0.15372517456988796,0.0,0.012149668128623517,0.15372517456988796,0.0,0.0035945786038089475,0.15372517456988796,0.0,0.0027285268514585983,0.5,0.15372517456988796,0.0,0.0024820860549892455,0.0,0.0704608349422942,0.9396308543912955 -7160,0.5,0.15372517456988796,0.004383399792757245,0.01145088367870085,0.15372517456988796,0.0052686125860562545,0.046854925538824976,0.15372517456988796,0.0015281241766323453,0.005314458963274978,0.15372517456988796,0.010381890751467995,0.022836946954762315,0.15372517456988796,0.0016973435527109658,0.0767474951180069,0.15372517456988796,0.0004452431488303682,0.0386845723678749,0.15372517456988796,0.001348577429472679,0.008407946670067305,0.15372517456988796,0.0009203175945185756,0.023129548537279252,0.5,0.15372517456988796,0.002494555423769382,0.005054643666746417,0.15372517456988796,0.01592271248165139,0.001804140576113322,0.5,0.15372517456988796,0.0016294399021694337,0.00010148214648680588,0.15372517456988796,0.0038677087346458243,0.001523909217247956,0.15372517456988796,0.002918763525254914,0.24234343688208998,0.15372517456988796,0.0019502957128033182,0.15446194504296218,0.15372517456988796,0.003154320626732019,0.011343599107104264,0.15372517456988796,0.0007516990038458554,0.004194283577568901,0.15372517456988796,0.005021947360649162,0.002222183142898783,0.5,0.15372517456988796,0.04392977893612973,0.003918976507320518,0.0,0.08473025497521455,0.9567143494878304 -7161,0.5,0.15372517456988796,0.06566920473187711,0.013330361927784905,0.15372517456988796,0.1513891771053194,0.0435096483746772,0.15372517456988796,0.022647852904969443,0.0050725198692009935,0.15372517456988796,0.05744428128792642,0.021159933857143584,0.15372517456988796,0.1301208545564587,0.0669259660561227,0.15372517456988796,0.10711044669911943,0.03756770774317019,0.15372517456988796,0.0481747353577415,0.010296695422148429,0.15372517456988796,0.07118317954055081,0.01912567793161824,0.5,0.15372517456988796,0.06252059587074676,0.004795436989336066,0.15372517456988796,0.11365427493235192,0.0023159999748142046,0.5,0.15372517456988796,0.027269689925190868,0.00013235974828135577,0.15372517456988796,0.05656681293855213,0.0014444807279367516,0.15372517456988796,0.1360825118022329,0.24504988121908286,0.15372517456988796,0.1314388754178263,0.16255558661200892,0.15372517456988796,0.08017321600629884,0.0124644224940582,0.15372517456988796,0.013076620641527294,0.005615243268272864,0.15372517456988796,0.03910278790931222,0.0018925505668109964,0.5,0.15372517456988796,0.2010880030327198,0.003167009299006005,0.0,0.09770015532516313,0.9695374130255718 -7162,0.5,0.15372517456988796,0.13709534124085251,0.024508904973717216,0.15372517456988796,0.30694469414691977,0.05488686765113565,0.15372517456988796,0.05638637531112821,0.009890029868580332,0.15372517456988796,0.1079313202560222,0.02526642909195476,0.15372517456988796,0.28688083615724774,0.07599809456851012,0.15372517456988796,0.25832866115291775,0.048314352824735195,0.15372517456988796,0.1165248365696607,0.020904408026177275,0.15372517456988796,0.19963443081401844,0.025110784602135595,0.5,0.15372517456988796,0.13855496974019588,0.009470975543014829,0.15372517456988796,0.23051324508410004,0.003597826854352385,0.5,0.15372517456988796,0.0761950737100864,0.0006611774572911317,0.15372517456988796,0.138746380649764,0.002316140964561806,0.15372517456988796,0.29120848106555547,0.2903915377112216,0.15372517456988796,0.2865959662385001,0.1941885214985474,0.15372517456988796,0.1646863997306464,0.01957173795891382,0.15372517456988796,0.03976441548755652,0.010787012384312608,0.15372517456988796,0.083363629011576,0.0025774170507476745,0.5,0.15372517456988796,0.3593848046213964,0.0039005263630383646,0.0,0.12550219464426857,0.9843262973966285 -7163,0.5,0.15372517456988796,0.21117970472820713,0.05013690183652953,0.15372517456988796,0.4368867888053601,0.10671078963698542,0.15372517456988796,0.11236115646595901,0.01993433567845752,0.15372517456988796,0.1596631397285579,0.02980215238562683,0.15372517456988796,0.4268355049933895,0.1219228228544639,0.15372517456988796,0.40272840318822073,0.09383991889078033,0.15372517456988796,0.26652661766830843,0.06283960614833543,0.15372517456988796,0.3490631103089531,0.06245483436526643,0.5,0.15372517456988796,0.21152781574353297,0.023686137351137396,0.15372517456988796,0.34499002078609997,0.011046561669608337,0.5,0.15372517456988796,0.13813626060215559,0.001904416134437489,0.15372517456988796,0.25419774969336706,0.00729653228597416,0.15372517456988796,0.4208019462099508,0.37561921846137847,0.15372517456988796,0.41798934222021245,0.255641513063447,0.15372517456988796,0.21847755065748964,0.042025439627664384,0.15372517456988796,0.08706835355537715,0.026903348148744614,0.15372517456988796,0.13327708567696678,0.004161643223454919,0.5,0.15372517456988796,0.48602166712412287,0.008819928898650404,0.0,0.16434530435537473,0.9910946114239058 -7164,0.5,0.15372517456988796,0.26236652518095765,0.07873645265971453,0.15372517456988796,0.5061530479885575,0.1439516823204705,0.15372517456988796,0.1613661920461539,0.038404352235381176,0.15372517456988796,0.22076692578215637,0.033876255064001326,0.15372517456988796,0.5062898758120984,0.17643461950474848,0.15372517456988796,0.4899757755435,0.16229217278817792,0.15372517456988796,0.36712804276758026,0.13890566433850432,0.15372517456988796,0.4387247949238601,0.11344605493113008,0.5,0.15372517456988796,0.3155040482268041,0.03774590725822564,0.15372517456988796,0.44515272151980456,0.02172760541569451,0.5,0.15372517456988796,0.21643596419427197,0.00986598352590327,0.15372517456988796,0.3718775463781059,0.015458870525181934,0.15372517456988796,0.4872674677574286,0.469510224695265,0.15372517456988796,0.49401877172590286,0.3245349496819886,0.15372517456988796,0.24659061498257007,0.06775809055960952,0.15372517456988796,0.18401151246907912,0.06446386488011653,0.15372517456988796,0.19190846084123442,0.007718229742305289,0.5,0.15372517456988796,0.5589935940759557,0.01803847528832362,0.0,0.19892912427212317,0.9955267942034774 -7165,0.5,0.15372517456988796,0.2761422581769073,0.1033176039950613,0.15372517456988796,0.5346259143724356,0.2059047509067404,0.15372517456988796,0.13336177869023388,0.057911332694310654,0.15372517456988796,0.282173987260616,0.0350393985199646,0.15372517456988796,0.5209173977352387,0.3291474702388883,0.15372517456988796,0.5247086619172177,0.19436867919923964,0.15372517456988796,0.39008525126724536,0.19045487104881564,0.15372517456988796,0.48711069280794833,0.12972163311394125,0.5,0.15372517456988796,0.39899162647076847,0.03902790137638272,0.15372517456988796,0.515574994865686,0.031042898893194518,0.5,0.15372517456988796,0.3099967201369869,0.020053500052232213,0.15372517456988796,0.4542338823161389,0.02155294198153798,0.15372517456988796,0.48948507538940367,0.5101049361770454,0.15372517456988796,0.5164706391933692,0.40507039587708665,0.15372517456988796,0.27496585757781433,0.10591240629049258,0.15372517456988796,0.2855644146102876,0.12176815924862125,0.15372517456988796,0.25402303617952837,0.011821533645123799,0.5,0.15372517456988796,0.5742823496920415,0.023482721799247364,0.0,0.23141503909193561,0.9999393681830968 -7166,0.5,0.15372517456988796,0.26584444428346626,0.11732513034816355,0.15372517456988796,0.49628467223394857,0.2927144417316242,0.15372517456988796,0.09523688757204689,0.07180521844968728,0.15372517456988796,0.27773907265570774,0.031138896109596213,0.15372517456988796,0.4876151851684248,0.3574455106339623,0.15372517456988796,0.5107494773445489,0.19624483556854713,0.15372517456988796,0.3584629634324149,0.19827135085691278,0.15372517456988796,0.440131830914684,0.10017248481823594,0.5,0.15372517456988796,0.4694783035192842,0.03235621096510087,0.15372517456988796,0.5193730820681703,0.03923526084371823,0.5,0.15372517456988796,0.3436936878244065,0.0276289911852214,0.15372517456988796,0.4810757031441538,0.024680718588818457,0.15372517456988796,0.41358466979341046,0.5692644426943918,0.15372517456988796,0.4729577860627649,0.4705337737395901,0.15372517456988796,0.22813321574290096,0.13551147996916513,0.15372517456988796,0.33407117672375297,0.13697428676511378,0.15372517456988796,0.31272685851367105,0.01721819298204076,0.5,0.15372517456988796,0.5255541143176279,0.024498005976994565,0.0,0.2708111375716649,1.0030803995289825 -7167,0.5,0.15372517456988796,0.2256293300493154,0.11394935158590563,0.15372517456988796,0.38729744799871246,0.20934334329869986,0.15372517456988796,0.08740143165507923,0.07249537178250687,0.15372517456988796,0.21427954301257585,0.024874551767532647,0.15372517456988796,0.41399894136336457,0.286075602754136,0.15372517456988796,0.4178663869624193,0.11924029424263105,0.15372517456988796,0.25216927196678063,0.14512079625306432,0.15372517456988796,0.3754196357408241,0.0812216560308307,0.5,0.15372517456988796,0.4235164724604573,0.024796527253584662,0.15372517456988796,0.43691738067389285,0.03971034154128354,0.5,0.15372517456988796,0.35403404317253756,0.03649531621407594,0.15372517456988796,0.4321350984286143,0.02508047091924051,0.15372517456988796,0.2867292791413028,0.5127965384317925,0.15372517456988796,0.3816298440596959,0.42272324238843084,0.15372517456988796,0.1949822826081281,0.12987883187909904,0.15372517456988796,0.2326190804055678,0.10586881775667027,0.15372517456988796,0.31128820842996446,0.02071977573637029,0.5,0.15372517456988796,0.41640201927790943,0.021463030419035613,0.0,0.2966701719036991,1.0034987999396667 -7168,0.5,0.15372517456988796,0.09966609376837166,0.076134353589487,0.15372517456988796,0.1740089773471403,0.1432297283882708,0.15372517456988796,0.06334429556614007,0.06297501073365665,0.15372517456988796,0.09351294226142198,0.012136112464177435,0.15372517456988796,0.2253173786466951,0.19024832952348425,0.15372517456988796,0.2647923091644557,0.05328483238104284,0.15372517456988796,0.1547416331723208,0.08323412140396856,0.15372517456988796,0.26117859772577645,0.042263419971704595,0.5,0.15372517456988796,0.2825568393101261,0.00860712440416444,0.15372517456988796,0.24078379569103875,0.016322976584344454,0.5,0.15372517456988796,0.26307931202203017,0.017127950761454715,0.15372517456988796,0.2905413807034424,0.011116680028789567,0.15372517456988796,0.1430837228270645,0.4872421533539375,0.15372517456988796,0.2055913518836321,0.34085129582469864,0.15372517456988796,0.1228010453227508,0.10035093240353597,0.15372517456988796,0.11972975909719354,0.052439091048107365,0.15372517456988796,0.20081232172404975,0.007733785809347295,0.5,0.15372517456988796,0.19392204626957393,0.008795769521312592,0.0,0.2864763631276215,1.0033057094645477 -7169,0.5,0.15372517456988796,2.3524673104534143e-05,0.067795214239636,0.15372517456988796,0.0,0.1450099485282724,0.15372517456988796,0.00020985244557147434,0.037325519016619804,0.15372517456988796,5.47134397787302e-05,0.010989929710690056,0.15372517456988796,0.0,0.1772470011362601,0.15372517456988796,0.0022713110007214314,0.05666611952027702,0.15372517456988796,0.0,0.06317995869765412,0.15372517456988796,0.009505520176811123,0.045875684137274594,0.5,0.15372517456988796,0.016251215407382467,0.006454367995242443,0.15372517456988796,0.0,0.016664078983378475,0.5,0.15372517456988796,0.0,0.009547743820135615,0.15372517456988796,0.0044539109627691285,0.010676547306013244,0.15372517456988796,0.0,0.4569421510694243,0.15372517456988796,0.0,0.3285940651519961,0.15372517456988796,0.0,0.09496697526355305,0.15372517456988796,0.0,0.029596405293815888,0.15372517456988796,0.0,0.006158136094074783,0.5,0.15372517456988796,0.0,0.01441813978980606,0.0,0.29987379295125277,1.0033170862896776 -7170,0.5,0.15372517456988796,0.0,0.07441284056102687,0.15372517456988796,0.0,0.15866981093111354,0.15372517456988796,0.0,0.014492016105608784,0.15372517456988796,0.0,0.010840078857949936,0.15372517456988796,0.0,0.17296467838960597,0.15372517456988796,0.0,0.07217456218700712,0.15372517456988796,0.0,0.08256930931198163,0.15372517456988796,0.0,0.046282320224221074,0.5,0.15372517456988796,0.0,0.0059377748711774035,0.15372517456988796,0.0,0.012533276412786934,0.5,0.15372517456988796,0.0,0.007229777624909082,0.15372517456988796,0.0,0.009272545147955922,0.15372517456988796,0.0,0.4537572608445416,0.15372517456988796,0.0,0.32942713894601394,0.15372517456988796,0.0,0.10354227405825975,0.15372517456988796,0.0,0.022276993407882147,0.15372517456988796,0.0,0.005974888238602393,0.5,0.15372517456988796,0.0,0.015103634924239637,0.0,0.31037995084355635,1.0039353800413633 -7171,0.5,0.15372517456988796,0.0,0.08561970062097062,0.15372517456988796,0.0,0.15225251140070606,0.15372517456988796,0.0,0.010855516843027454,0.15372517456988796,0.0,0.013398229900356716,0.15372517456988796,0.0,0.15424590063270216,0.15372517456988796,0.0,0.08375848873234212,0.15372517456988796,0.0,0.10220645655774355,0.15372517456988796,0.0,0.03301928551926217,0.5,0.15372517456988796,0.0,0.005959332187764698,0.15372517456988796,0.0,0.009169659185909482,0.5,0.15372517456988796,0.0,0.007805933782358497,0.15372517456988796,0.0,0.008790487494561437,0.15372517456988796,0.0,0.4808732821010761,0.15372517456988796,0.0,0.3211102606551233,0.15372517456988796,0.0,0.09995965916313446,0.15372517456988796,0.0,0.02444773531253605,0.15372517456988796,0.0,0.005987247692289671,0.5,0.15372517456988796,0.0,0.012308453646685358,0.0,0.32249083399161127,1.0039590932735494 -7172,0.5,0.15372517456988796,0.0,0.09372689495450771,0.15372517456988796,0.0,0.17670908092902668,0.15372517456988796,0.0,0.018370678239635525,0.15372517456988796,0.0,0.0158443951195936,0.15372517456988796,0.0,0.1542291251512897,0.15372517456988796,0.0,0.09240570669556039,0.15372517456988796,0.0,0.10149689817598197,0.15372517456988796,0.0,0.02189154905101171,0.5,0.15372517456988796,0.0,0.006104842596971449,0.15372517456988796,0.0,0.006912482224151727,0.5,0.15372517456988796,0.0,0.010110452199777777,0.15372517456988796,0.0,0.010971137247107016,0.15372517456988796,0.0,0.5052131412991523,0.15372517456988796,0.0,0.33156040077841886,0.15372517456988796,0.0,0.0915717000641962,0.15372517456988796,0.0,0.029518414892478306,0.15372517456988796,0.0,0.007716248462752033,0.5,0.15372517456988796,0.0,0.00838827855269102,0.0,0.3936982156178674,1.004031272267833 -7173,0.5,0.15372517456988796,0.0,0.10387529781571184,0.15372517456988796,0.0,0.19749964959810898,0.15372517456988796,0.0,0.025367087702121878,0.15372517456988796,0.0,0.0195200191074763,0.15372517456988796,0.0,0.16853741260292784,0.15372517456988796,0.0,0.10054113369544386,0.15372517456988796,0.0,0.10239498043276413,0.15372517456988796,0.0,0.02084437863228586,0.5,0.15372517456988796,0.0,0.00476182055293079,0.15372517456988796,0.0,0.00535637053069403,0.5,0.15372517456988796,0.0,0.014787891291528469,0.15372517456988796,0.0,0.01442218061135874,0.15372517456988796,0.0,0.5142808261498674,0.15372517456988796,0.0,0.3381536421657074,0.15372517456988796,0.0,0.09900133079453388,0.15372517456988796,0.0,0.025027356313060814,0.15372517456988796,0.0,0.008070326831887263,0.5,0.15372517456988796,0.0,0.006162621928890336,0.0,0.49287889873398893,1.0041217495637447 -7174,0.5,0.15372517456988796,0.0,0.127456708301669,0.15372517456988796,0.0,0.19827673212200025,0.15372517456988796,0.0,0.022455147208064744,0.15372517456988796,0.0,0.027538792143215418,0.15372517456988796,0.0,0.1881423559969636,0.15372517456988796,0.0,0.10673048804018528,0.15372517456988796,0.0,0.10441825256887789,0.15372517456988796,0.0,0.02821140841003407,0.5,0.15372517456988796,0.0,0.0037679283720200045,0.15372517456988796,0.0,0.004008001530300823,0.5,0.15372517456988796,0.0,0.01991809312237692,0.15372517456988796,0.0,0.01736843823358301,0.15372517456988796,0.0,0.5064047910941297,0.15372517456988796,0.0,0.33634848221667124,0.15372517456988796,0.0,0.1182203687591422,0.15372517456988796,0.0,0.022742617906018683,0.15372517456988796,0.0,0.00911378379095937,0.5,0.15372517456988796,0.0,0.006374303562657143,0.0,0.5520389897131094,1.0037159829253302 -7175,0.5,0.15372517456988796,0.0,0.14703933741946423,0.15372517456988796,0.0,0.20557295936845432,0.15372517456988796,0.0,0.022112450593967783,0.15372517456988796,0.0,0.03058748066094138,0.15372517456988796,0.0,0.19666112049730905,0.15372517456988796,0.0,0.11434549077653114,0.15372517456988796,0.0,0.09840412315085661,0.15372517456988796,0.0,0.033486359073155246,0.5,0.15372517456988796,0.0,0.0028829911214524073,0.15372517456988796,0.0,0.0027217748020944687,0.5,0.15372517456988796,0.0,0.010973790158085986,0.15372517456988796,0.0,0.018127250538833576,0.15372517456988796,0.0,0.4859164588206488,0.15372517456988796,0.0,0.33146676884565973,0.15372517456988796,0.0,0.12308181987381181,0.15372517456988796,0.0,0.02293138660862814,0.15372517456988796,0.0,0.009411452727361408,0.5,0.15372517456988796,0.0,0.004451475730361288,0.0,0.5638749183903685,1.001416397897845 -7176,0.5,0.15372517456988796,0.0,0.1408991167093498,0.15372517456988796,0.0,0.20736703737692108,0.15372517456988796,0.0,0.02714429512851737,0.15372517456988796,0.0,0.034592473326243364,0.15372517456988796,0.0,0.18410244336075562,0.15372517456988796,0.0,0.12094687235122607,0.15372517456988796,0.0,0.09798745499514958,0.15372517456988796,0.0,0.037970577343829116,0.5,0.15372517456988796,0.0,0.0024583500324941434,0.15372517456988796,0.0,0.0016102586125617884,0.5,0.15372517456988796,0.0,0.004161435423609792,0.15372517456988796,0.0,0.015445063775288183,0.15372517456988796,0.0,0.46155119119420096,0.15372517456988796,0.0,0.32553434845832213,0.15372517456988796,0.0,0.12309162898476386,0.15372517456988796,0.0,0.02311378624438264,0.15372517456988796,0.0,0.007451069615831596,0.5,0.15372517456988796,0.0,0.002980873618632239,0.0,0.5741670559030182,1.0007919639024685 -7177,0.5,0.15372517456988796,0.0,0.13244971702405078,0.15372517456988796,0.0,0.21319165687328004,0.15372517456988796,0.0,0.03113816363547349,0.15372517456988796,0.0,0.03986072751460056,0.15372517456988796,0.0,0.18142036881292994,0.15372517456988796,0.0,0.11519022962296822,0.15372517456988796,0.0,0.10213793274346628,0.15372517456988796,0.0,0.04192991052571247,0.5,0.15372517456988796,0.0,0.00247729346946789,0.15372517456988796,0.0,0.00156924537231861,0.5,0.15372517456988796,0.0,0.0014374302840136602,0.15372517456988796,0.0,0.009664025473400487,0.15372517456988796,0.0,0.45504114666774426,0.15372517456988796,0.0,0.320614578053825,0.15372517456988796,0.0,0.11455481262030155,0.15372517456988796,0.0,0.02414702657791449,0.15372517456988796,0.0,0.0047886779233194425,0.5,0.15372517456988796,0.0,0.003638370674552509,0.0,0.5786840236295921,0.9957355908551307 -7178,0.5,0.15372517456988796,0.0,0.12544211681474346,0.15372517456988796,0.0,0.1975236559856976,0.15372517456988796,0.0,0.02891311596834778,0.15372517456988796,0.0,0.043443225865954435,0.15372517456988796,0.0,0.18262501519794913,0.15372517456988796,0.0,0.1069979511778599,0.15372517456988796,0.0,0.09599673363242979,0.15372517456988796,0.0,0.04057498606636345,0.5,0.15372517456988796,0.0,0.0030815727525567585,0.15372517456988796,0.0,0.0012734441829748196,0.5,0.15372517456988796,0.0,0.0023173872244783033,0.15372517456988796,0.0,0.00711333315772398,0.15372517456988796,0.0,0.456762921631176,0.15372517456988796,0.0,0.3087286225002506,0.15372517456988796,0.0,0.10363425888375341,0.15372517456988796,0.0,0.02383288029971784,0.15372517456988796,0.0,0.0032299253308913254,0.5,0.15372517456988796,0.0,0.005334479767749753,0.0,0.5876673513165411,0.9976233341386567 -7179,0.5,0.15372517456988796,0.0,0.12246506795584544,0.15372517456988796,0.0,0.17678858282521376,0.15372517456988796,0.0,0.02500140258922927,0.15372517456988796,0.0,0.04581334491856273,0.15372517456988796,0.0,0.16391879505161042,0.15372517456988796,0.0,0.09337830257620638,0.15372517456988796,0.0,0.0889390684221564,0.15372517456988796,0.0,0.03286813004466828,0.5,0.15372517456988796,0.0,0.0033350121269530527,0.15372517456988796,0.0,0.001007432174893731,0.5,0.15372517456988796,0.0,0.006484844213592633,0.15372517456988796,0.0,0.0069911768512373965,0.15372517456988796,0.0,0.46086042039033426,0.15372517456988796,0.0,0.29533612921602803,0.15372517456988796,0.0,0.09603647335080524,0.15372517456988796,0.0,0.022343492454783856,0.15372517456988796,0.0,0.004421389525025896,0.5,0.15372517456988796,0.0,0.005776573358932731,0.0,0.6151020653240225,1.0008175854007437 -7180,0.5,0.15372517456988796,0.0,0.11325742217911938,0.15372517456988796,0.0,0.16140499256415286,0.15372517456988796,0.0,0.024720408606136134,0.15372517456988796,0.0,0.047557693934806834,0.15372517456988796,0.0,0.141932188507893,0.15372517456988796,0.0,0.08116245240830691,0.15372517456988796,0.0,0.07446974333288915,0.15372517456988796,0.0,0.023121016329196456,0.5,0.15372517456988796,0.0,0.002670251709861633,0.15372517456988796,0.0,0.0009859474840199789,0.5,0.15372517456988796,0.0,0.0073081018577591484,0.15372517456988796,0.0,0.007903456048964863,0.15372517456988796,0.0,0.47275266959391254,0.15372517456988796,0.0,0.2803088190427173,0.15372517456988796,0.0,0.08908075694192516,0.15372517456988796,0.0,0.021422211184433416,0.15372517456988796,0.0,0.0047694409382475315,0.5,0.15372517456988796,0.0,0.005534950220526822,0.0,0.6286720011454868,0.9993467553297928 -7181,0.5,0.15372517456988796,0.0,0.10279497565378991,0.15372517456988796,0.0,0.1536890717011981,0.15372517456988796,0.0,0.024221549885089365,0.15372517456988796,0.0,0.04764801208354042,0.15372517456988796,0.0,0.12372951948765482,0.15372517456988796,0.0,0.07695252765242047,0.15372517456988796,0.0,0.060364503322808925,0.15372517456988796,0.0,0.01928784869500232,0.5,0.15372517456988796,0.0,0.0017087003527510901,0.15372517456988796,0.0,0.000919512007969906,0.5,0.15372517456988796,0.0,0.007336308379649724,0.15372517456988796,0.0,0.00997630453752829,0.15372517456988796,0.0,0.4575663006194901,0.15372517456988796,0.0,0.2652574176021565,0.15372517456988796,0.0,0.08306118862295805,0.15372517456988796,0.0,0.019155065140629108,0.15372517456988796,0.0,0.0054404222751682435,0.5,0.15372517456988796,0.0,0.004668531231248978,0.0,0.6360503004263709,0.9983106002021463 -7182,0.5,0.15372517456988796,0.0,0.09912377551420887,0.15372517456988796,0.0,0.15386122971591493,0.15372517456988796,0.0,0.021551681660788646,0.15372517456988796,0.0,0.04439096051195586,0.15372517456988796,0.0,0.10428757861819245,0.15372517456988796,0.0,0.06447127051131868,0.15372517456988796,0.0,0.05240274162715337,0.15372517456988796,0.0,0.022330711586418098,0.5,0.15372517456988796,0.0,0.0011528984284820368,0.15372517456988796,0.0,0.0011140608523720166,0.5,0.15372517456988796,0.0,0.00948423367049565,0.15372517456988796,0.0,0.012705161969373237,0.15372517456988796,0.0,0.46151271813526673,0.15372517456988796,0.0,0.26602127278036913,0.15372517456988796,0.0,0.07682961084998308,0.15372517456988796,0.0,0.014660409525161431,0.15372517456988796,0.0,0.007376565713884451,0.5,0.15372517456988796,0.0,0.0030099106133419365,0.0,0.6335188258137872,0.9935116012501577 -7183,0.5,0.15372517456988796,0.0,0.0979178812434869,0.15372517456988796,0.0,0.13694761904365144,0.15372517456988796,0.0,0.019003078884437242,0.15372517456988796,0.0,0.042324623086779235,0.15372517456988796,0.0,0.09706762460204706,0.15372517456988796,0.0,0.039565495120865914,0.15372517456988796,0.0,0.044950241844655126,0.15372517456988796,0.0,0.022867634950335107,0.5,0.15372517456988796,0.0,0.0015483856188676097,0.15372517456988796,0.0,0.0016631615644730183,0.5,0.15372517456988796,0.0,0.009228230170482249,0.15372517456988796,0.0,0.01833032075826722,0.15372517456988796,0.0,0.46673302453275456,0.15372517456988796,0.0,0.26423594432500475,0.15372517456988796,0.0,0.07431581892037695,0.15372517456988796,0.0,0.013047645971531038,0.15372517456988796,0.0,0.008112535580514453,0.5,0.15372517456988796,0.0,0.002157023314878738,0.0,0.6153891675889879,0.9885469865340646 -7184,0.5,0.15372517456988796,0.013971956050699237,0.08845670682788473,0.15372517456988796,0.003786190464028061,0.1383392629637761,0.15372517456988796,0.012939118012036,0.015932084858141397,0.15372517456988796,0.0282243897201118,0.035844709824078134,0.15372517456988796,0.0009220101916389463,0.09931674581825006,0.15372517456988796,0.0001958965309174187,0.035277640336521005,0.15372517456988796,0.0025915370854625737,0.034735501625110764,0.15372517456988796,0.0020311697874762767,0.01754887261509576,0.5,0.15372517456988796,0.0042940039751750035,0.0025341013276354235,0.15372517456988796,0.02616801061103924,0.0019484862621841703,0.5,0.15372517456988796,0.008497913407683483,0.0067812063184428464,0.15372517456988796,0.012811828710613883,0.015944153294159748,0.15372517456988796,0.0012727464883793213,0.4663030879577059,0.15372517456988796,0.001018385805353519,0.2546021976525079,0.15372517456988796,0.005111100147682963,0.06210243158254712,0.15372517456988796,0.006245492972133667,0.010964987349694621,0.15372517456988796,0.02004649361598345,0.005765652130200087,0.5,0.15372517456988796,0.04275856842008786,0.002301152650973461,0.0,0.5827579985639311,0.9781928931971401 -7185,0.5,0.15372517456988796,0.1667541615670518,0.09065848495852834,0.15372517456988796,0.1295748378444293,0.148016775959384,0.15372517456988796,0.17010441894485379,0.010809897903551864,0.15372517456988796,0.1797242487798359,0.029252146955132338,0.15372517456988796,0.120433487320247,0.09256550730565066,0.15372517456988796,0.1201179954694846,0.045766867181583584,0.15372517456988796,0.133398311953129,0.02504443984466939,0.15372517456988796,0.13226531222112864,0.013062290504299478,0.5,0.15372517456988796,0.1436861152994424,0.0023837364349666734,0.15372517456988796,0.19107469660074447,0.0014778145095303628,0.5,0.15372517456988796,0.16356396044989172,0.005331922518104868,0.15372517456988796,0.17462920312140856,0.008411694557614554,0.15372517456988796,0.05155917989477712,0.47780477579451386,0.15372517456988796,0.08129950894518682,0.25531479897445597,0.15372517456988796,0.1440914369377167,0.053363166509226,0.15372517456988796,0.15167682676101826,0.008013891627707688,0.15372517456988796,0.18067096280505984,0.0033508353575649194,0.5,0.15372517456988796,0.20525295447594208,0.002119789020945022,0.0,0.5958199260753244,0.9708957814687552 -7186,0.5,0.15372517456988796,0.31816614584904357,0.12901264828885525,0.15372517456988796,0.2823652152551972,0.17564516687418688,0.15372517456988796,0.32687924741448576,0.007588694343179548,0.15372517456988796,0.33621886367483295,0.030701809250722138,0.15372517456988796,0.2764701870228495,0.09348698898396782,0.15372517456988796,0.2785738199886923,0.047165184296832155,0.15372517456988796,0.2920564002535753,0.027266768033193882,0.15372517456988796,0.29291696963031805,0.012897302531050283,0.5,0.15372517456988796,0.30585097132264805,0.0013318225861433117,0.15372517456988796,0.35802580939305945,0.0022134566972944656,0.5,0.15372517456988796,0.3259014533489511,0.0035233905524088205,0.15372517456988796,0.34031653699724,0.005215791864483235,0.15372517456988796,0.06540077921951774,0.46776713984433727,0.15372517456988796,0.15726823350293254,0.27201156602298715,0.15372517456988796,0.30000608242464566,0.05808524953142122,0.15372517456988796,0.3111344754853893,0.006861289584106364,0.15372517456988796,0.34150390316461404,0.002085845936460045,0.5,0.15372517456988796,0.36909414953511044,0.0048652081719599075,0.0,0.6369547542328955,0.9619042164529586 -7187,0.5,0.15372517456988796,0.4413047078404733,0.16774006549176163,0.15372517456988796,0.36877730583449475,0.19117740209479184,0.15372517456988796,0.4564820565857153,0.008932785840839435,0.15372517456988796,0.4610492613088179,0.03135225591066737,0.15372517456988796,0.4134786585520757,0.1295463109570281,0.15372517456988796,0.4219241508920811,0.055969112914152755,0.15372517456988796,0.4318708038276957,0.02974915788212877,0.15372517456988796,0.4326467296410459,0.01695259694341778,0.5,0.15372517456988796,0.4473057736171989,0.0030286593904117207,0.15372517456988796,0.49443467206823166,0.0038636534819801106,0.5,0.15372517456988796,0.4632153453360721,0.0049981251251550105,0.15372517456988796,0.4788080697071243,0.007085871382579162,0.15372517456988796,0.06162356798401194,0.4508683015776171,0.15372517456988796,0.2005885255562958,0.26902847564466337,0.15372517456988796,0.4333914350523502,0.07142562823731216,0.15372517456988796,0.4481827632275325,0.010230790560378256,0.15372517456988796,0.4735369034328779,0.0031308344260504812,0.5,0.15372517456988796,0.4989367093069138,0.012504083278820646,0.0,0.6105086187117688,0.9526992201367964 -7188,0.5,0.15372517456988796,0.509422591167455,0.16720245483197044,0.15372517456988796,0.15220173786686197,0.18520391374385192,0.15372517456988796,0.5307015858913526,0.0064183390202593275,0.15372517456988796,0.5287133522183841,0.02548946489802056,0.15372517456988796,0.4958436468350157,0.1606880547877878,0.15372517456988796,0.5151561536292548,0.057794202064290257,0.15372517456988796,0.5201441129355324,0.028207094531520618,0.15372517456988796,0.5216668299828464,0.024844344184981854,0.5,0.15372517456988796,0.534130986778445,0.007704041251763031,0.15372517456988796,0.5725869738969005,0.010189578973052612,0.5,0.15372517456988796,0.5457705683853943,0.010893373760784295,0.15372517456988796,0.5615491922585988,0.009283099615159744,0.15372517456988796,0.08099977846288467,0.45562942976531884,0.15372517456988796,0.2671239916004949,0.2682959410672627,0.15372517456988796,0.5119067391858765,0.08049083635882977,0.15372517456988796,0.5289342731129969,0.013808193006523944,0.15372517456988796,0.5495924135487976,0.005805673061848162,0.5,0.15372517456988796,0.5698875293171615,0.025142531373193264,0.0,0.5798955463742334,0.9517739893177724 -7189,0.5,0.15372517456988796,0.4975011589762748,0.1452835616776577,0.15372517456988796,0.07619227540125685,0.12600926251123568,0.15372517456988796,0.5475163532447621,0.003417314012426702,0.15372517456988796,0.5381394468746686,0.02227780158963097,0.15372517456988796,0.5027734653691402,0.1437351609923039,0.15372517456988796,0.5496204243289108,0.051156738315773394,0.15372517456988796,0.5493112860986215,0.021404451790304417,0.15372517456988796,0.5547338977384318,0.030284953606222506,0.5,0.15372517456988796,0.5619412564611632,0.013002432293440057,0.15372517456988796,0.5915098294095511,0.01800329885175199,0.5,0.15372517456988796,0.5703092551266511,0.03046102032039305,0.15372517456988796,0.5862470169390482,0.016046693655578717,0.15372517456988796,0.11068609683465538,0.4145735091603513,0.15372517456988796,0.311713982725064,0.2669686776116249,0.15372517456988796,0.5343112798814169,0.07076404019082409,0.15372517456988796,0.5520876121194601,0.017651568162110668,0.15372517456988796,0.5678472733355455,0.010336687731481366,0.5,0.15372517456988796,0.5828904687069518,0.03526947814939797,0.0,0.5873982439777323,0.9498873687026756 -7190,0.5,0.15372517456988796,0.4085186588137217,0.11501494786630011,0.15372517456988796,0.2473277072981585,0.13405195023871347,0.15372517456988796,0.5045821208214469,0.0024628185744227024,0.15372517456988796,0.4869098310035971,0.020173964333888444,0.15372517456988796,0.49294170105348,0.12168974143878108,0.15372517456988796,0.5269100111514159,0.052719516745415765,0.15372517456988796,0.5206370717215588,0.019286567949087882,0.15372517456988796,0.5320043974882127,0.037702833489718715,0.5,0.15372517456988796,0.5334391796937241,0.02124201622746827,0.15372517456988796,0.5503363356679158,0.026486208785947436,0.5,0.15372517456988796,0.5353525167070261,0.04983064320765555,0.15372517456988796,0.5518941839224745,0.025616852401183422,0.15372517456988796,0.1016510479908875,0.3662814279193311,0.15372517456988796,0.3222042371245985,0.23733476475381993,0.15372517456988796,0.5002706836501167,0.05557947949766808,0.15372517456988796,0.5198317356450342,0.018147034885394268,0.15372517456988796,0.5256038697655451,0.01728481284979115,0.5,0.15372517456988796,0.5357483710516432,0.03865381467461021,0.0,0.5233002043301475,0.9417658620583323 -7191,0.5,0.15372517456988796,0.3116154971350602,0.07748161336481187,0.15372517456988796,0.2830439176931584,0.08904248990244744,0.15372517456988796,0.4009221037043221,0.0034652239794126824,0.15372517456988796,0.37623679428036,0.020086872454750455,0.15372517456988796,0.4218840600828552,0.06813570922713699,0.15372517456988796,0.442127394546266,0.03602824036245815,0.15372517456988796,0.4306606513825287,0.019001128005468847,0.15372517456988796,0.44635523215130757,0.035717182122513354,0.5,0.15372517456988796,0.4461372544565778,0.02264897319672101,0.15372517456988796,0.44496539119900397,0.032243180299388205,0.5,0.15372517456988796,0.43801474348077235,0.05559903817716626,0.15372517456988796,0.45143905413400565,0.03701084936204299,0.15372517456988796,0.1057627515815372,0.3174301700392938,0.15372517456988796,0.3085002035790399,0.16724324327883178,0.15372517456988796,0.40361623211034214,0.03135897946568229,0.15372517456988796,0.4252084661336234,0.016230999192246544,0.15372517456988796,0.42061473213196676,0.020304690829654144,0.5,0.15372517456988796,0.42621525900728574,0.02807450574488272,0.0,0.4599521716001974,0.9205436327853942 -7192,0.5,0.15372517456988796,0.11991666594155964,0.04390328018599378,0.15372517456988796,0.16905461010260142,0.0387690537913701,0.15372517456988796,0.18853993803921926,0.0031059859879620246,0.15372517456988796,0.12987612296343648,0.010647449794716808,0.15372517456988796,0.21750625585163347,0.02564374939966055,0.15372517456988796,0.2463332240699519,0.01898705860750769,0.15372517456988796,0.23120098709318532,0.015060694024025371,0.15372517456988796,0.2679543352872403,0.01639090800284356,0.5,0.15372517456988796,0.2897944253444853,0.008631795722272387,0.15372517456988796,0.23840829718142237,0.019131524620802524,0.5,0.15372517456988796,0.2363062801127611,0.026674844996295976,0.15372517456988796,0.2747711981486962,0.018265424415486863,0.15372517456988796,0.069648196282366,0.26082407230639154,0.15372517456988796,0.1815289924346635,0.1084759563031109,0.15372517456988796,0.1927647475696168,0.01723566699978169,0.15372517456988796,0.2190407879556377,0.007517562395129809,0.15372517456988796,0.19933284332594817,0.008074150675725105,0.5,0.15372517456988796,0.1894982031768157,0.011133986074612192,0.0,0.39520794943822574,0.9096076311576436 -7193,0.5,0.15372517456988796,0.0,0.05028975652224988,0.15372517456988796,0.0,0.035657077879685084,0.15372517456988796,0.0,0.00544491465670026,0.15372517456988796,0.0,0.016360502521943154,0.15372517456988796,0.0,0.030533459814821903,0.15372517456988796,0.0,0.033609258502120466,0.15372517456988796,0.0,0.030446083595179696,0.15372517456988796,0.0023772001061150485,0.028411846372043928,0.5,0.15372517456988796,0.01035059750005033,0.00936366156447445,0.15372517456988796,0.0,0.018962913343313185,0.5,0.15372517456988796,0.0,0.02946420107511093,0.15372517456988796,0.0027942336571427024,0.015268410667159234,0.15372517456988796,0.0,0.2211254022084984,0.15372517456988796,0.0,0.11260854343263726,0.15372517456988796,0.0,0.023234652177560874,0.15372517456988796,0.0,0.011954019673014415,0.15372517456988796,0.0,0.008831942034010259,0.5,0.15372517456988796,0.0,0.01670170170572676,0.0,0.29558056151238715,0.8935565106621288 -7194,0.5,0.15372517456988796,0.0,0.048059079614472526,0.15372517456988796,0.0,0.02932919904692626,0.15372517456988796,0.0,0.00541099459553772,0.15372517456988796,0.0,0.01922819635165535,0.15372517456988796,0.0,0.03690284271879364,0.15372517456988796,0.0,0.047667042060217206,0.15372517456988796,0.0,0.03885376245373047,0.15372517456988796,0.0,0.03709579818251748,0.5,0.15372517456988796,0.0,0.009088399045800496,0.15372517456988796,0.0,0.013336118735988675,0.5,0.15372517456988796,0.0,0.01945044353832204,0.15372517456988796,0.0,0.012056538080455655,0.15372517456988796,0.0,0.19894726123938394,0.15372517456988796,0.0,0.1152786024138074,0.15372517456988796,0.0,0.02310869698454504,0.15372517456988796,0.0,0.013341859734282828,0.15372517456988796,0.0,0.007853270492378507,0.5,0.15372517456988796,0.0,0.017159867655994806,0.0,0.21613853992926446,0.8823914507225095 -7195,0.5,0.15372517456988796,0.0,0.04053712549641669,0.15372517456988796,0.0,0.029819872499702558,0.15372517456988796,0.0,0.004339962189247209,0.15372517456988796,0.0,0.02429584376014295,0.15372517456988796,0.0,0.0509148549670698,0.15372517456988796,0.0,0.06024855989224917,0.15372517456988796,0.0,0.04525814793206778,0.15372517456988796,0.0,0.04339942868412319,0.5,0.15372517456988796,0.0,0.0087037349935531,0.15372517456988796,0.0,0.008433928197981421,0.5,0.15372517456988796,0.0,0.0102456256352177,0.15372517456988796,0.0,0.01082214859772886,0.15372517456988796,0.0,0.1935074703325517,0.15372517456988796,0.0,0.12099782289709352,0.15372517456988796,0.0,0.024683164790101186,0.15372517456988796,0.0,0.013598246318159852,0.15372517456988796,0.0,0.007778589908326958,0.5,0.15372517456988796,0.0,0.014430505254887942,0.0,0.20096384808137144,0.8901740202881786 -7196,0.5,0.15372517456988796,0.0,0.037189784836181294,0.15372517456988796,0.0,0.041278032771520215,0.15372517456988796,0.0,0.0040661755538470845,0.15372517456988796,0.0,0.03189659672097917,0.15372517456988796,0.0,0.07398554936917938,0.15372517456988796,0.0,0.0784910918206885,0.15372517456988796,0.0,0.05226455471971367,0.15372517456988796,0.0,0.047996888115499084,0.5,0.15372517456988796,0.0,0.008699405813271152,0.15372517456988796,0.0,0.005188858521623549,0.5,0.15372517456988796,0.0,0.00719408125101098,0.15372517456988796,0.0,0.01104968974111985,0.15372517456988796,0.0,0.1930511165474701,0.15372517456988796,0.0,0.13164443992933164,0.15372517456988796,0.0,0.030718567248954855,0.15372517456988796,0.0,0.01442871394544641,0.15372517456988796,0.0,0.008752641779928176,0.5,0.15372517456988796,0.0,0.012106928181629131,0.0,0.2073382190093821,0.8973996310990318 -7197,0.5,0.15372517456988796,0.0,0.04005800406906054,0.15372517456988796,0.0,0.04982774979430395,0.15372517456988796,0.0,0.005330785781199711,0.15372517456988796,0.0,0.04059080664703642,0.15372517456988796,0.0,0.08301590315693506,0.15372517456988796,0.0,0.08102670244411017,0.15372517456988796,0.0,0.06285068610455576,0.15372517456988796,0.0,0.050442366571060965,0.5,0.15372517456988796,0.0,0.008817593024253025,0.15372517456988796,0.0,0.0030028061074409687,0.5,0.15372517456988796,0.0,0.006471594880989785,0.15372517456988796,0.0,0.012320540499702194,0.15372517456988796,0.0,0.1980214284860876,0.15372517456988796,0.0,0.13791776706480388,0.15372517456988796,0.0,0.036329518579633964,0.15372517456988796,0.0,0.015236055734740088,0.15372517456988796,0.0,0.010282739827015087,0.5,0.15372517456988796,0.0,0.010534999921856171,0.0,0.22354831245024276,0.8960622340285311 -7198,0.5,0.15372517456988796,0.0,0.04299523430276502,0.15372517456988796,0.0,0.060507609667580765,0.15372517456988796,0.0,0.007397576188595684,0.15372517456988796,0.0,0.05030503916659519,0.15372517456988796,0.0,0.08953527579142925,0.15372517456988796,0.0,0.10245087975888512,0.15372517456988796,0.0,0.07112866449876896,0.15372517456988796,0.0,0.05213867218588156,0.5,0.15372517456988796,0.0,0.007469142915629438,0.15372517456988796,0.0,0.0019353059426102535,0.5,0.15372517456988796,0.0,0.006686370243755528,0.15372517456988796,0.0,0.013597905700918338,0.15372517456988796,0.0,0.20973592830010085,0.15372517456988796,0.0,0.13765815314592958,0.15372517456988796,0.0,0.03979150174604887,0.15372517456988796,0.0,0.014662672811170188,0.15372517456988796,0.0,0.010065659894239255,0.5,0.15372517456988796,0.0,0.008705029807425423,0.0,0.2391412203045407,0.8996442418518223 -7199,0.5,0.15372517456988796,0.0,0.04639457497635481,0.15372517456988796,0.0,0.07503525683134314,0.15372517456988796,0.0,0.008233956186246724,0.15372517456988796,0.0,0.05220844394589617,0.15372517456988796,0.0,0.08771065826326792,0.15372517456988796,0.0,0.09123941129390616,0.15372517456988796,0.0,0.07701703157623682,0.15372517456988796,0.0,0.057224608372893206,0.5,0.15372517456988796,0.0,0.007385054709331485,0.15372517456988796,0.0,0.001156633884717275,0.5,0.15372517456988796,0.0,0.007520157601804228,0.15372517456988796,0.0,0.013703904522851085,0.15372517456988796,0.0,0.2118191574897762,0.15372517456988796,0.0,0.1374473134280877,0.15372517456988796,0.0,0.045227819754287246,0.15372517456988796,0.0,0.014371964903666797,0.15372517456988796,0.0,0.009061877930894992,0.5,0.15372517456988796,0.0,0.007987961611141604,0.0,0.23868006320380514,0.909994776858646 -7200,0.5,0.15372517456988796,0.0,0.05475339927918175,0.15372517456988796,0.0,0.08175123253276707,0.15372517456988796,0.0,0.008788387154192749,0.15372517456988796,0.0,0.0520120167779192,0.15372517456988796,0.0,0.08688551038166768,0.15372517456988796,0.0,0.08244899195276226,0.15372517456988796,0.0,0.07070975296825903,0.15372517456988796,0.0,0.05838339171669982,0.5,0.15372517456988796,0.0,0.007231468720455385,0.15372517456988796,0.0,0.0009153473575136308,0.5,0.15372517456988796,0.0,0.007390163822669791,0.15372517456988796,0.0,0.01158474967083268,0.15372517456988796,0.0,0.20669111030262163,0.15372517456988796,0.0,0.1450582535457235,0.15372517456988796,0.0,0.049800848347720195,0.15372517456988796,0.0,0.017508105966584885,0.15372517456988796,0.0,0.008843962239456243,0.5,0.15372517456988796,0.0,0.008019183399125863,0.0,0.21721275724831388,0.9151213958244526 -7201,0.5,0.15372517456988796,0.0,0.059598975614754614,0.15372517456988796,0.0,0.07683109861923104,0.15372517456988796,0.0,0.009845482507356547,0.15372517456988796,0.0,0.05349543943568087,0.15372517456988796,0.0,0.08624637250920211,0.15372517456988796,0.0,0.07575623977675813,0.15372517456988796,0.0,0.06597688634247781,0.15372517456988796,0.0,0.0499316558411941,0.5,0.15372517456988796,0.0,0.0068006508142864405,0.15372517456988796,0.0,0.0008661060705031566,0.5,0.15372517456988796,0.0,0.007216060333731365,0.15372517456988796,0.0,0.010417434219465695,0.15372517456988796,0.0,0.20855323671889126,0.15372517456988796,0.0,0.14969689361477267,0.15372517456988796,0.0,0.049381647767089,0.15372517456988796,0.0,0.018094237495117592,0.15372517456988796,0.0,0.009039936932465667,0.5,0.15372517456988796,0.0,0.00860350261203667,0.0,0.19529301407814978,0.9035438920415788 -7202,0.5,0.15372517456988796,0.0,0.06061819937530178,0.15372517456988796,0.0,0.07816587431691448,0.15372517456988796,0.0,0.01094551140204852,0.15372517456988796,0.0,0.05706319761438845,0.15372517456988796,0.0,0.09835939979095598,0.15372517456988796,0.0,0.09146652707231305,0.15372517456988796,0.0,0.06517235077275796,0.15372517456988796,0.0,0.04866334604693601,0.5,0.15372517456988796,0.0,0.005481438181492531,0.15372517456988796,0.0,0.0006812150060783194,0.5,0.15372517456988796,0.0,0.007516467525551881,0.15372517456988796,0.0,0.012168140611982533,0.15372517456988796,0.0,0.21297682840398388,0.15372517456988796,0.0,0.15745961825179386,0.15372517456988796,0.0,0.04997385867451218,0.15372517456988796,0.0,0.016164387773227266,0.15372517456988796,0.0,0.009468010631831607,0.5,0.15372517456988796,0.0,0.00876321085923469,0.0,0.19498727499479546,0.8866161570734307 -7203,0.5,0.15372517456988796,0.0,0.06356077588222392,0.15372517456988796,0.0,0.08446559394574107,0.15372517456988796,0.0,0.010185457118715904,0.15372517456988796,0.0,0.05815557566914984,0.15372517456988796,0.0,0.10104642053945885,0.15372517456988796,0.0,0.09904479059168667,0.15372517456988796,0.0,0.06924780129505666,0.15372517456988796,0.0,0.05403328103634968,0.5,0.15372517456988796,0.0,0.004154898255744454,0.15372517456988796,0.0,0.0007726792693812017,0.5,0.15372517456988796,0.0,0.006914805970343498,0.15372517456988796,0.0,0.012448423541079204,0.15372517456988796,0.0,0.20566507277225862,0.15372517456988796,0.0,0.1448715129589643,0.15372517456988796,0.0,0.0492517503301937,0.15372517456988796,0.0,0.01605300754032217,0.15372517456988796,0.0,0.009181020556469278,0.5,0.15372517456988796,0.0,0.008322094824306576,0.0,0.221924731131726,0.8819364195795418 -7204,0.5,0.15372517456988796,0.0,0.06930027954127882,0.15372517456988796,0.0,0.07844107975892681,0.15372517456988796,0.0,0.009354585555087511,0.15372517456988796,0.0,0.05859001744676636,0.15372517456988796,0.0,0.10261249380306729,0.15372517456988796,0.0,0.0927844238083185,0.15372517456988796,0.0,0.07549347234118217,0.15372517456988796,0.0,0.052066406477382005,0.5,0.15372517456988796,0.0,0.003740514850220298,0.15372517456988796,0.0,0.0013085171090026874,0.5,0.15372517456988796,0.0,0.006592269726011362,0.15372517456988796,0.0,0.013987386761755195,0.15372517456988796,0.0,0.19657151908384546,0.15372517456988796,0.0,0.13789373746488381,0.15372517456988796,0.0,0.050463532204212125,0.15372517456988796,0.0,0.017696795922260592,0.15372517456988796,0.0,0.008688301701154791,0.5,0.15372517456988796,0.0,0.008203193984661442,0.0,0.2356361103073943,0.9038083871595631 -7205,0.5,0.15372517456988796,0.0,0.07565022071632696,0.15372517456988796,0.0,0.08007353304083538,0.15372517456988796,0.0,0.011210626033953364,0.15372517456988796,0.0,0.06246026967466031,0.15372517456988796,0.0,0.10382884288979463,0.15372517456988796,0.0,0.08791668161290296,0.15372517456988796,0.0,0.0751588531730571,0.15372517456988796,0.0,0.05883264472555311,0.5,0.15372517456988796,0.0,0.003645554087100726,0.15372517456988796,0.0,0.0017714318328108732,0.5,0.15372517456988796,0.0,0.006952843917121382,0.15372517456988796,0.0,0.01500791047886858,0.15372517456988796,0.0,0.19266230335443718,0.15372517456988796,0.0,0.1413377591073835,0.15372517456988796,0.0,0.048891156387218984,0.15372517456988796,0.0,0.01833995187099722,0.15372517456988796,0.0,0.009322227902537221,0.5,0.15372517456988796,0.0,0.0067382244967261655,0.0,0.23853584527508304,0.9267589433854084 -7206,0.5,0.15372517456988796,0.0,0.08430474851217741,0.15372517456988796,0.0,0.08223147688234014,0.15372517456988796,0.0,0.014867027231581254,0.15372517456988796,0.0,0.06630183277721806,0.15372517456988796,0.0,0.10556990592190858,0.15372517456988796,0.0,0.08996288297894495,0.15372517456988796,0.0,0.07687388465844647,0.15372517456988796,0.0,0.05540221145462321,0.5,0.15372517456988796,0.0,0.004087607717644986,0.15372517456988796,0.0,0.00597701711495403,0.5,0.15372517456988796,0.0,0.007662548126203213,0.15372517456988796,0.0,0.015269459992568893,0.15372517456988796,0.0,0.208583159173753,0.15372517456988796,0.0,0.1563722320667673,0.15372517456988796,0.0,0.04871348770573312,0.15372517456988796,0.0,0.02145967714094467,0.15372517456988796,0.0,0.009319243034114511,0.5,0.15372517456988796,0.0,0.0048676006634633525,0.0,0.2416183495409751,0.935634339729789 -7207,0.5,0.15372517456988796,0.0,0.09023133019329585,0.15372517456988796,0.0,0.08367170498682511,0.15372517456988796,0.0,0.016302877775859387,0.15372517456988796,0.0,0.06975674941328933,0.15372517456988796,0.0,0.10320536606531548,0.15372517456988796,0.0,0.08774399562856941,0.15372517456988796,0.0,0.07630805102849507,0.15372517456988796,0.0,0.05957322470542217,0.5,0.15372517456988796,0.0,0.005358267090075549,0.15372517456988796,0.0,0.011168737424782835,0.5,0.15372517456988796,0.0,0.0087724458096826,0.15372517456988796,0.0,0.015850971409423553,0.15372517456988796,0.0,0.2206880900893084,0.15372517456988796,0.0,0.17131733639463068,0.15372517456988796,0.0,0.04931006077412313,0.15372517456988796,0.0,0.02610518560478868,0.15372517456988796,0.0,0.010861308043326256,0.5,0.15372517456988796,0.0,0.0039862638963131655,0.0,0.2586038057414709,0.9337360133848398 -7208,0.5,0.15372517456988796,0.013348518165837197,0.09518533253315643,0.15372517456988796,0.003089169034161643,0.07985482323016485,0.15372517456988796,0.011254539158412218,0.015780164195855668,0.15372517456988796,0.029481174361121715,0.06676644149329418,0.15372517456988796,0.00040977204597313966,0.10829416526178838,0.15372517456988796,2.4792139101594283e-05,0.09384163516710756,0.15372517456988796,0.0016508840715758904,0.06801560015268796,0.15372517456988796,0.0013265090665397015,0.05559481355517846,0.5,0.15372517456988796,0.0035317971167001874,0.006517216045940485,0.15372517456988796,0.020415747312541064,0.0161925335362842,0.5,0.15372517456988796,0.007590849833081768,0.008740517902010995,0.15372517456988796,0.010435209589890946,0.019729573229807524,0.15372517456988796,0.001007730789154529,0.22860951502367638,0.15372517456988796,0.0005550997964747814,0.17417650667130635,0.15372517456988796,0.0043420475547609975,0.04954979407343597,0.15372517456988796,0.005561556451533157,0.029472622479088325,0.15372517456988796,0.017367625479983644,0.011400968740447166,0.5,0.15372517456988796,0.04009149227132379,0.0032454104206737656,0.0,0.29228966155548375,0.9263984768743004 -7209,0.5,0.15372517456988796,0.17501366564519794,0.10386439739028652,0.15372517456988796,0.14296731404299406,0.07055046249242071,0.15372517456988796,0.1739065229432154,0.017081007373851393,0.15372517456988796,0.196094983140217,0.0651031300591003,0.15372517456988796,0.12626738767836562,0.09026712979815138,0.15372517456988796,0.1217361956246652,0.08139752118172022,0.15372517456988796,0.13752993216052908,0.05592251224283894,0.15372517456988796,0.1349282396577423,0.04973376327078843,0.5,0.15372517456988796,0.14644036566703944,0.006149842545464272,0.15372517456988796,0.18015795407456228,0.017874408598009317,0.5,0.15372517456988796,0.16274648002967576,0.008194057187243343,0.15372517456988796,0.17085113693875717,0.015527299083874608,0.15372517456988796,0.1297970188760033,0.22306414577983813,0.15372517456988796,0.12574030327461969,0.16625400584458483,0.15372517456988796,0.14931588574039997,0.04408499049766995,0.15372517456988796,0.1565530835199446,0.026868202957674857,0.15372517456988796,0.18152782401876918,0.010675928855199367,0.5,0.15372517456988796,0.206889604087842,0.0031256190807059003,0.0,0.33548097147092715,0.927564933754709 -7210,0.5,0.15372517456988796,0.3321710083752214,0.15103768153267558,0.15372517456988796,0.3026820294677119,0.07104004286694635,0.15372517456988796,0.3345548886892389,0.02095364678999727,0.15372517456988796,0.3556158204065725,0.08446556510456996,0.15372517456988796,0.28902094065955014,0.09525642483452512,0.15372517456988796,0.2859411744400223,0.0835522410973873,0.15372517456988796,0.3018145614878105,0.052487947456316415,0.15372517456988796,0.3012847198177892,0.04392964527299462,0.5,0.15372517456988796,0.3125183710362379,0.007088749810023838,0.15372517456988796,0.3550178959985899,0.008219938411654398,0.5,0.15372517456988796,0.32732784590560987,0.0071934788882731734,0.15372517456988796,0.33801881848182785,0.013296191536691326,0.15372517456988796,0.2881870045150762,0.23760020725870418,0.15372517456988796,0.2866896911053885,0.16977616404928,0.15372517456988796,0.31127129583290647,0.04160433440369373,0.15372517456988796,0.32070825327933616,0.028230438879094162,0.15372517456988796,0.3459333256628947,0.013649740240884231,0.5,0.15372517456988796,0.37207758094833926,0.005303729382424886,0.0,0.3485802886958038,0.9456082860140845 -7211,0.5,0.15372517456988796,0.45960534581415174,0.20135293331370788,0.15372517456988796,0.43824925196875586,0.09339373704328877,0.15372517456988796,0.46719755685856834,0.030528287513861222,0.15372517456988796,0.48166072086377487,0.12642471767345298,0.15372517456988796,0.4315083914233646,0.11851283027858846,0.15372517456988796,0.4315123475320343,0.09481294398915446,0.15372517456988796,0.44441455579660816,0.05635246656324039,0.15372517456988796,0.4472925664406279,0.047548144624648916,0.5,0.15372517456988796,0.4564488169886385,0.013729945191467927,0.15372517456988796,0.4920977673589382,0.0061049008710860235,0.5,0.15372517456988796,0.46698353951968474,0.014748322566804029,0.15372517456988796,0.47893942734114736,0.0177797278577364,0.15372517456988796,0.4245961950107861,0.2898369673286389,0.15372517456988796,0.4267153043590325,0.22006573963076043,0.15372517456988796,0.4488260699326594,0.04608577319736937,0.15372517456988796,0.4605609604743487,0.045566110970388166,0.15372517456988796,0.4817866443509044,0.028282968063672913,0.5,0.15372517456988796,0.502229228608066,0.012685082731546761,0.0,0.3492024107076725,0.9604159159730306 -7212,0.5,0.15372517456988796,0.5293396779006958,0.22803347638038876,0.15372517456988796,0.5179910901741038,0.14202061234388236,0.15372517456988796,0.543430469529232,0.03585423824004791,0.15372517456988796,0.548819190851548,0.14891261721926136,0.15372517456988796,0.5223638466496998,0.14773695945565,0.15372517456988796,0.5262889574446318,0.10592341062738816,0.15372517456988796,0.5338311411964988,0.07981082057406583,0.15372517456988796,0.539515610964051,0.0631326896819382,0.5,0.15372517456988796,0.5454260053926935,0.025004028649277938,0.15372517456988796,0.5698499880604049,0.005663932927596857,0.5,0.15372517456988796,0.5513373091887026,0.01819690751467698,0.15372517456988796,0.5624550125294365,0.01841973383127481,0.15372517456988796,0.5087368761982832,0.3136471051727468,0.15372517456988796,0.5147922443215878,0.2641831941153421,0.15372517456988796,0.5313896004569517,0.05761444209640399,0.15372517456988796,0.544810801664344,0.07354448423982979,0.15372517456988796,0.5601915447369271,0.04382100798229974,0.5,0.15372517456988796,0.5736283671186163,0.015208410610708647,0.0,0.29490070331827356,0.9655964881731904 -7213,0.5,0.15372517456988796,0.5410431762228699,0.20580768288637383,0.15372517456988796,0.5384472432833353,0.12474487877786447,0.15372517456988796,0.5608262058196625,0.03456233211061182,0.15372517456988796,0.5574003887707044,0.14867713329823307,0.15372517456988796,0.5509952843021553,0.16565316676700256,0.15372517456988796,0.5606860838438885,0.12185996936903656,0.15372517456988796,0.5630160955447301,0.11332408729353678,0.15372517456988796,0.5712021816954821,0.06313363882107839,0.5,0.15372517456988796,0.5758733278063091,0.030443132234665746,0.15372517456988796,0.5883726017541455,0.0063599780652441274,0.5,0.15372517456988796,0.5767609818307179,0.019229862733612737,0.15372517456988796,0.5867531683863001,0.015412062809644168,0.15372517456988796,0.5340464451087683,0.30052387527697255,0.15372517456988796,0.5429617147393734,0.24464455514471772,0.15372517456988796,0.5538420451607111,0.07249612730389818,0.15372517456988796,0.5690781958016541,0.08309693184152503,0.15372517456988796,0.5792876479459397,0.05282169151552795,0.5,0.15372517456988796,0.5858583093348274,0.017129430105562265,0.0,0.2436756634000293,0.9604845406478933 -7214,0.5,0.15372517456988796,0.4928208260909595,0.1964883105425976,0.15372517456988796,0.5022271870191086,0.11181489100820304,0.15372517456988796,0.5183823329758015,0.032082470563115216,0.15372517456988796,0.5058336764393087,0.13714228704522646,0.15372517456988796,0.5224269734516277,0.13581551200163072,0.15372517456988796,0.5365988464931084,0.1008429546611457,0.15372517456988796,0.5324034656072872,0.10297256674790217,0.15372517456988796,0.5456939566297074,0.06941576080459871,0.5,0.15372517456988796,0.5484256969685751,0.035075839378381435,0.15372517456988796,0.5470651787605585,0.006639365680884142,0.5,0.15372517456988796,0.5433045861553624,0.012949742801460934,0.15372517456988796,0.5520466512353922,0.015528353909660429,0.15372517456988796,0.5000313263623392,0.29392193855522153,0.15372517456988796,0.511935614112372,0.25528425899687196,0.15372517456988796,0.517033109107847,0.07381776200866899,0.15372517456988796,0.5344078940147405,0.08872313077676983,0.15372517456988796,0.5377089083559777,0.049734005355800755,0.5,0.15372517456988796,0.5368780464961301,0.015537545091020911,0.0,0.22849738963330724,0.9495969272462443 -7215,0.5,0.15372517456988796,0.38641996347066004,0.14754383176391742,0.15372517456988796,0.40788264766031634,0.07465735904947007,0.15372517456988796,0.41428709766121397,0.02486121491166682,0.15372517456988796,0.3950338671052567,0.0928106933664012,0.15372517456988796,0.43373400563981507,0.09600831753937969,0.15372517456988796,0.450402036106636,0.07040741861914622,0.15372517456988796,0.44038931415542065,0.07262495278023591,0.15372517456988796,0.4575463009967743,0.052624857008887055,0.5,0.15372517456988796,0.45850143973800866,0.02793859700230158,0.15372517456988796,0.4428876358241756,0.004361973752782968,0.5,0.15372517456988796,0.4469128254044556,0.007525221293166366,0.15372517456988796,0.4541874853945839,0.010457880682165126,0.15372517456988796,0.40500663786563823,0.23792727676739014,0.15372517456988796,0.4217637839648105,0.20387589167126494,0.15372517456988796,0.41997672155074406,0.043295694417888456,0.15372517456988796,0.43713980069133823,0.06605817721699785,0.15372517456988796,0.4330352195563856,0.03913996475342915,0.5,0.15372517456988796,0.4255608661944521,0.01146052756353245,0.0,0.19923139475152157,0.9494378379611027 -7216,0.5,0.15372517456988796,0.11948974093044296,0.11155778804026575,0.15372517456988796,0.1540213574274222,0.06323107029250026,0.15372517456988796,0.17929447569808774,0.01470091121158037,0.15372517456988796,0.12198851972944377,0.06260703358901548,0.15372517456988796,0.2137975701885888,0.0826662200364371,0.15372517456988796,0.2429343176365715,0.0565411192968862,0.15372517456988796,0.22661270106517722,0.04482601671804635,0.15372517456988796,0.23726607731599747,0.02683223046444366,0.5,0.15372517456988796,0.27621333228517875,0.010858334570412999,0.15372517456988796,0.2307781693550981,0.0011938647658761242,0.5,0.15372517456988796,0.2103841144550483,0.0010624318241791368,0.15372517456988796,0.2587184041700444,0.0018795729979658178,0.15372517456988796,0.1810998368023851,0.23093457325006478,0.15372517456988796,0.19456200771941956,0.18421270731461697,0.15372517456988796,0.18322947511741047,0.03748040381100084,0.15372517456988796,0.2092112762218074,0.03185948628613111,0.15372517456988796,0.19130726246145213,0.010887556705923234,0.5,0.15372517456988796,0.18338663964682717,0.003699654022089223,0.0,0.19566558184745547,0.952909519911403 -7217,0.5,0.15372517456988796,0.0,0.12367392632035931,0.15372517456988796,0.0,0.08482061821152304,0.15372517456988796,0.0,0.023423395479753993,0.15372517456988796,0.0,0.08377185725639022,0.15372517456988796,0.0,0.10778581158571118,0.15372517456988796,0.0,0.08713823163151249,0.15372517456988796,0.0,0.05821986771971676,0.15372517456988796,0.0,0.041905111798981376,0.5,0.15372517456988796,0.00041939625908318296,0.013097469868466317,0.15372517456988796,0.0,0.0021685201544457463,0.5,0.15372517456988796,0.0,0.0011501430465822465,0.15372517456988796,0.00039974754033461645,0.003018197964061628,0.15372517456988796,0.0,0.2764273037148135,0.15372517456988796,0.0,0.2135742582788555,0.15372517456988796,0.0,0.052593916509451534,0.15372517456988796,0.0,0.03944030435122599,0.15372517456988796,0.0,0.012931567401159963,0.5,0.15372517456988796,0.0,0.004803377040179293,0.0,0.2085832098971601,0.9514063653053576 -7218,0.5,0.15372517456988796,0.0,0.11940093328611975,0.15372517456988796,0.0,0.11210141671410016,0.15372517456988796,0.0,0.02621713158934119,0.15372517456988796,0.0,0.08760723105919825,0.15372517456988796,0.0,0.13134568746203487,0.15372517456988796,0.0,0.11054837081973805,0.15372517456988796,0.0,0.07732998009751307,0.15372517456988796,0.0,0.05006325720412724,0.5,0.15372517456988796,0.0,0.013534218618078965,0.15372517456988796,0.0,0.004817112466804369,0.5,0.15372517456988796,0.0,0.0035884295421530483,0.15372517456988796,0.0,0.008180922137580083,0.15372517456988796,0.0,0.2867496049648306,0.15372517456988796,0.0,0.22409334243203793,0.15372517456988796,0.0,0.06875863461983817,0.15372517456988796,0.0,0.03915944841195386,0.15372517456988796,0.0,0.012678838665790096,0.5,0.15372517456988796,0.0,0.0055073680654916385,0.0,0.2414897755840534,0.9540034367221149 -7219,0.5,0.15372517456988796,0.0,0.12340322241931226,0.15372517456988796,0.0,0.12263529930720407,0.15372517456988796,0.0,0.03135292697864016,0.15372517456988796,0.0,0.08843988832834708,0.15372517456988796,0.0,0.13385681295532026,0.15372517456988796,0.0,0.11273890575064516,0.15372517456988796,0.0,0.09445049335258576,0.15372517456988796,0.0,0.05846861922995818,0.5,0.15372517456988796,0.0,0.014807541985575625,0.15372517456988796,0.0,0.010394954718989102,0.5,0.15372517456988796,0.0,0.0061471841171804546,0.15372517456988796,0.0,0.015910202599847798,0.15372517456988796,0.0,0.27700920879860375,0.15372517456988796,0.0,0.21508346987059213,0.15372517456988796,0.0,0.08237144874020849,0.15372517456988796,0.0,0.04015537971755955,0.15372517456988796,0.0,0.012645322134421936,0.5,0.15372517456988796,0.0,0.00560912402545206,0.0,0.3013541699768949,0.9580016479342435 -7220,0.5,0.15372517456988796,0.0,0.12849561902467888,0.15372517456988796,0.0,0.1175597345398221,0.15372517456988796,0.0,0.036843274139189246,0.15372517456988796,0.0,0.09121405029277313,0.15372517456988796,0.0,0.14088381890719087,0.15372517456988796,0.0,0.12198712693795344,0.15372517456988796,0.0,0.10450579864439173,0.15372517456988796,0.0,0.06059866186324164,0.5,0.15372517456988796,0.0,0.016123369075368682,0.15372517456988796,0.0,0.016771464918947144,0.5,0.15372517456988796,0.0,0.008056891598124163,0.15372517456988796,0.0,0.018581221101779326,0.15372517456988796,0.0,0.28500316188426683,0.15372517456988796,0.0,0.21383435848064197,0.15372517456988796,0.0,0.09120114083872925,0.15372517456988796,0.0,0.04272075850953689,0.15372517456988796,0.0,0.014462028662546322,0.5,0.15372517456988796,0.0,0.0063879508655843775,0.0,0.355641870201371,0.9621047936017983 -7221,0.5,0.15372517456988796,0.0,0.12457069372860922,0.15372517456988796,0.0,0.11006544974959956,0.15372517456988796,0.0,0.04298173499606305,0.15372517456988796,0.0,0.09302452004006832,0.15372517456988796,0.0,0.14224134850621112,0.15372517456988796,0.0,0.12342134192922409,0.15372517456988796,0.0,0.10906966489283584,0.15372517456988796,0.0,0.0715768505792566,0.5,0.15372517456988796,0.0,0.017645353199077597,0.15372517456988796,0.0,0.023977706627973987,0.5,0.15372517456988796,0.0,0.009005749199770992,0.15372517456988796,0.0,0.02237486590142068,0.15372517456988796,0.0,0.2956497171184711,0.15372517456988796,0.0,0.22079502034536835,0.15372517456988796,0.0,0.09167249324324153,0.15372517456988796,0.0,0.042917127577920614,0.15372517456988796,0.0,0.017754128249826123,0.5,0.15372517456988796,0.0,0.008554354150487423,0.0,0.3581886808330213,0.9624081720015474 -7222,0.5,0.15372517456988796,0.0,0.11675443930875123,0.15372517456988796,0.0,0.1325934535398268,0.15372517456988796,0.0,0.04302165051002399,0.15372517456988796,0.0,0.09060431443488202,0.15372517456988796,0.0,0.14874086484846827,0.15372517456988796,0.0,0.12744845885530165,0.15372517456988796,0.0,0.10989933236480037,0.15372517456988796,0.0,0.0722240600706617,0.5,0.15372517456988796,0.0,0.01836448118725242,0.15372517456988796,0.0,0.029715946030378818,0.5,0.15372517456988796,0.0,0.011778953924639587,0.15372517456988796,0.0,0.024765509846411207,0.15372517456988796,0.0,0.3134415170990049,0.15372517456988796,0.0,0.23108280610844148,0.15372517456988796,0.0,0.08420298349687794,0.15372517456988796,0.0,0.04402714492813785,0.15372517456988796,0.0,0.017415321393835344,0.5,0.15372517456988796,0.0,0.010766987617153622,0.0,0.3493979610904211,0.95423846496764 -7223,0.5,0.15372517456988796,0.0,0.11477269941350442,0.15372517456988796,0.0,0.11209850971612158,0.15372517456988796,0.0,0.046813538478435626,0.15372517456988796,0.0,0.08601468400103318,0.15372517456988796,0.0,0.16223255070770498,0.15372517456988796,0.0,0.12739391657186255,0.15372517456988796,0.0,0.1019506065548359,0.15372517456988796,0.0,0.06564425661375879,0.5,0.15372517456988796,0.0,0.01752341154803844,0.15372517456988796,0.0,0.03358734198440658,0.5,0.15372517456988796,0.0,0.013020435338733509,0.15372517456988796,0.0,0.023933442330466632,0.15372517456988796,0.0,0.3262416582016213,0.15372517456988796,0.0,0.24366052745054229,0.15372517456988796,0.0,0.08627390964688308,0.15372517456988796,0.0,0.04191050272214388,0.15372517456988796,0.0,0.017451144910439156,0.5,0.15372517456988796,0.0,0.013300161681486086,0.0,0.3427728259951298,0.9360456656698913 -7224,0.5,0.15372517456988796,0.0,0.1119482293976616,0.15372517456988796,0.0,0.1192186078845028,0.15372517456988796,0.0,0.04578225247698224,0.15372517456988796,0.0,0.08016573682144147,0.15372517456988796,0.0,0.17701565714035744,0.15372517456988796,0.0,0.12758906301840925,0.15372517456988796,0.0,0.09606058523940358,0.15372517456988796,0.0,0.06369998037491749,0.5,0.15372517456988796,0.0,0.015898991975745607,0.15372517456988796,0.0,0.03218979125533779,0.5,0.15372517456988796,0.0,0.011872516585124384,0.15372517456988796,0.0,0.022845275568741386,0.15372517456988796,0.0,0.3335720994361586,0.15372517456988796,0.0,0.2508997575901424,0.15372517456988796,0.0,0.08615916863658273,0.15372517456988796,0.0,0.03694668438993678,0.15372517456988796,0.0,0.015264979824849907,0.5,0.15372517456988796,0.0,0.013266497075246981,0.0,0.3357839294482589,0.9045778254224752 -7225,0.5,0.15372517456988796,0.0,0.10209004523358685,0.15372517456988796,0.0,0.12163043309251198,0.15372517456988796,0.0,0.04803529198628765,0.15372517456988796,0.0,0.0744122572002839,0.15372517456988796,0.0,0.1742482756811143,0.15372517456988796,0.0,0.1355117648433959,0.15372517456988796,0.0,0.10088032455959406,0.15372517456988796,0.0,0.056166387190371245,0.5,0.15372517456988796,0.0,0.014180725155159158,0.15372517456988796,0.0,0.02759592913897628,0.5,0.15372517456988796,0.0,0.009930396353622773,0.15372517456988796,0.0,0.022104011155835938,0.15372517456988796,0.0,0.332134925350837,0.15372517456988796,0.0,0.2513506951414074,0.15372517456988796,0.0,0.08625924724987588,0.15372517456988796,0.0,0.033370703542128795,0.15372517456988796,0.0,0.014048295534147302,0.5,0.15372517456988796,0.0,0.011683560483195181,0.0,0.3368147505569503,0.8173942069298753 -7226,0.5,0.15372517456988796,0.0,0.09342679643858101,0.15372517456988796,0.0,0.1277706671429231,0.15372517456988796,0.0,0.049557773029080265,0.15372517456988796,0.0,0.07319660946363007,0.15372517456988796,0.0,0.20197297992366503,0.15372517456988796,0.0,0.1440668321840985,0.15372517456988796,0.0,0.11920159318167599,0.15372517456988796,0.0,0.05607182147805553,0.5,0.15372517456988796,0.0,0.013433368076862455,0.15372517456988796,0.0,0.02711119122007628,0.5,0.15372517456988796,0.0,0.009080028237735205,0.15372517456988796,0.0,0.019780411673914988,0.15372517456988796,0.0,0.3245377646902428,0.15372517456988796,0.0,0.24991002166995907,0.15372517456988796,0.0,0.08975574929694836,0.15372517456988796,0.0,0.031603762505993456,0.15372517456988796,0.0,0.013417942620103353,0.5,0.15372517456988796,0.0,0.01048391885382368,0.0,0.34627804565684756,0.34544544037759184 -7227,0.5,0.15372517456988796,0.0,0.09057865439844719,0.15372517456988796,0.0,0.14665793354456955,0.15372517456988796,0.0,0.04851037403514952,0.15372517456988796,0.0,0.07455003961717431,0.15372517456988796,0.0,0.18341052227722762,0.15372517456988796,0.0,0.13512123938693674,0.15372517456988796,0.0,0.1074215822337436,0.15372517456988796,0.0,0.05678294296173575,0.5,0.15372517456988796,0.0,0.014257142137013797,0.15372517456988796,0.0,0.03043946576630187,0.5,0.15372517456988796,0.0,0.009509576852724369,0.15372517456988796,0.0,0.017268401817372075,0.15372517456988796,0.0,0.3248244375201407,0.15372517456988796,0.0,0.24641193958202603,0.15372517456988796,0.0,0.08933800478554761,0.15372517456988796,0.0,0.029339148592781562,0.15372517456988796,0.0,0.011427415363644536,0.5,0.15372517456988796,0.0,0.009881824201482415,0.0,0.3655883602823611,0.4444377234402784 -7228,0.5,0.15372517456988796,0.0,0.08809046240211613,0.15372517456988796,0.0,0.13925665329372716,0.15372517456988796,0.0,0.050474448742169276,0.15372517456988796,0.0,0.07232833602894516,0.15372517456988796,0.0,0.17781555323948336,0.15372517456988796,0.0,0.12604901820861558,0.15372517456988796,0.0,0.10359769207803848,0.15372517456988796,0.0,0.0675981484294298,0.5,0.15372517456988796,0.0,0.014588513987315603,0.15372517456988796,0.0,0.029167065708003447,0.5,0.15372517456988796,0.0,0.01033593751702785,0.15372517456988796,0.0,0.016479650419208965,0.15372517456988796,0.0,0.3116831792748286,0.15372517456988796,0.0,0.2404173971580588,0.15372517456988796,0.0,0.08694145640880582,0.15372517456988796,0.0,0.02978243595322821,0.15372517456988796,0.0,0.010762008516669853,0.5,0.15372517456988796,0.0,0.008846365721937092,0.0,0.3726750968366077,0.6283345925119681 -7229,0.5,0.15372517456988796,0.0,0.08461086846460646,0.15372517456988796,0.0,0.12494922191727095,0.15372517456988796,0.0,0.051789813257029825,0.15372517456988796,0.0,0.07163001162615436,0.15372517456988796,0.0,0.18120798154900775,0.15372517456988796,0.0,0.12294372492635747,0.15372517456988796,0.0,0.1159043360268976,0.15372517456988796,0.0,0.07289920539982589,0.5,0.15372517456988796,0.0,0.015411845497119787,0.15372517456988796,0.0,0.02966989728951001,0.5,0.15372517456988796,0.0,0.0142913595728291,0.15372517456988796,0.0,0.016990151018940632,0.15372517456988796,0.0,0.25259228095800723,0.15372517456988796,0.0,0.2374385210461834,0.15372517456988796,0.0,0.08388401455200419,0.15372517456988796,0.0,0.02979959907173132,0.15372517456988796,0.0,0.011272002692493819,0.5,0.15372517456988796,0.0,0.010619031158152705,0.0,0.37531490936391637,0.6052748430009701 -7230,0.5,0.15372517456988796,0.0,0.08021021497396896,0.15372517456988796,0.0,0.11928066974526845,0.15372517456988796,0.0,0.051963187311635003,0.15372517456988796,0.0,0.06740154503769982,0.15372517456988796,0.0,0.1657642105512566,0.15372517456988796,0.0,0.10920650561511755,0.15372517456988796,0.0,0.08867375277162003,0.15372517456988796,0.0,0.05959011490031406,0.5,0.15372517456988796,0.0,0.01536200512794509,0.15372517456988796,0.0,0.03557317937883747,0.5,0.15372517456988796,0.0,0.019088663490511568,0.15372517456988796,0.0,0.017483945365778564,0.15372517456988796,0.0,0.21117012024343798,0.15372517456988796,0.0,0.2297949239698252,0.15372517456988796,0.0,0.08320330720283592,0.15372517456988796,0.0,0.02829952352397778,0.15372517456988796,0.0,0.012476912163100014,0.5,0.15372517456988796,0.0,0.013220183978615602,0.0,0.3657233679240585,0.6037234017447852 -7231,0.5,0.15372517456988796,0.0,0.0765176335117634,0.15372517456988796,0.0,0.12335436448356114,0.15372517456988796,0.0,0.05107544855069495,0.15372517456988796,0.0,0.06392425150889225,0.15372517456988796,0.0,0.1584990378226293,0.15372517456988796,0.0,0.10646987151918239,0.15372517456988796,0.0,0.07588997586427476,0.15372517456988796,0.0,0.04911308419952701,0.5,0.15372517456988796,0.0,0.014540208167235856,0.15372517456988796,0.0,0.03432499212153088,0.5,0.15372517456988796,0.0,0.021340047840163197,0.15372517456988796,0.0,0.018237663524569864,0.15372517456988796,0.0,0.21126637892878322,0.15372517456988796,0.0,0.1890206546666544,0.15372517456988796,0.0,0.08059402848558016,0.15372517456988796,0.0,0.02812449847229244,0.15372517456988796,0.0,0.01256481418668778,0.5,0.15372517456988796,0.0,0.014855872459464806,0.0,0.35734861529560386,0.601188080873695 -7232,0.5,0.15372517456988796,0.011134916199702997,0.06839901081675565,0.15372517456988796,0.0017800578198174113,0.11502494273669925,0.15372517456988796,0.009639093274900992,0.04726795087797648,0.15372517456988796,0.02443373497068607,0.055867635962264496,0.15372517456988796,2.7232331807154736e-05,0.1559575916292391,0.15372517456988796,0.0,0.10722003827397764,0.15372517456988796,0.0007317545267444179,0.0868211221268923,0.15372517456988796,0.0006665117187585415,0.045446495077195115,0.5,0.15372517456988796,0.001798087464397271,0.01385031594293027,0.15372517456988796,0.016923741975088655,0.02887389081570171,0.5,0.15372517456988796,0.006447308850485514,0.022050146631459287,0.15372517456988796,0.008605859123502712,0.019672960580465096,0.15372517456988796,0.0003621138459196088,0.17827433360189945,0.15372517456988796,0.00022081876818499382,0.1330674092253588,0.15372517456988796,0.0031955267528213428,0.08334588733941194,0.15372517456988796,0.0038439232100319454,0.027275802520787217,0.15372517456988796,0.013812085766232723,0.011827652655979995,0.5,0.15372517456988796,0.034500248141523804,0.014091433466140332,0.0,0.3506613772669288,0.5473731856453249 -7233,0.5,0.15372517456988796,0.17105683969813806,0.06222787573874675,0.15372517456988796,0.11171349023801261,0.09183015628091563,0.15372517456988796,0.17231435852915616,0.038925827420152666,0.15372517456988796,0.1906192138376909,0.04725802682689366,0.15372517456988796,0.08796327659334165,0.13742772343159362,0.15372517456988796,0.10568437314026068,0.08990547812296037,0.15372517456988796,0.12433911819309067,0.06283241301766504,0.15372517456988796,0.12400849221917923,0.0320005585838275,0.5,0.15372517456988796,0.08508088252180601,0.014394317959792355,0.15372517456988796,0.18047234255700703,0.022364051798582446,0.5,0.15372517456988796,0.15669763655819366,0.015398056401913263,0.15372517456988796,0.1659743822063037,0.015466600123926278,0.15372517456988796,0.01952703555907022,0.11464878068971095,0.15372517456988796,0.04466121111355081,0.0933968387815617,0.15372517456988796,0.13796724416675135,0.07408626851862903,0.15372517456988796,0.11924470041224977,0.024934101985580544,0.15372517456988796,0.16664921123547993,0.010032202636226494,0.5,0.15372517456988796,0.1983127268259141,0.009417876819751458,0.0,0.3369703195435413,0.5236019262220439 -7234,0.5,0.15372517456988796,0.32525801283374517,0.06234125021149232,0.15372517456988796,0.1543489949272348,0.09952194660328166,0.15372517456988796,0.33371978744590736,0.037053264891160245,0.15372517456988796,0.3488786322939718,0.04851714740594984,0.15372517456988796,0.16113087542534998,0.14186573151102053,0.15372517456988796,0.23896821005897156,0.09631026903317,0.15372517456988796,0.28009011896032443,0.061964363652255584,0.15372517456988796,0.28411430169610574,0.025021284482589362,0.5,0.15372517456988796,0.19878434968641762,0.01711046861630593,0.15372517456988796,0.34482295592230394,0.014196975114973065,0.5,0.15372517456988796,0.31948494502912705,0.010901363209869164,0.15372517456988796,0.33170126497198466,0.011524215861644583,0.15372517456988796,0.02447580730643757,0.09246903944146304,0.15372517456988796,0.05261515005508884,0.09905906690364738,0.15372517456988796,0.2838880476001756,0.07472933762626541,0.15372517456988796,0.23090273560652994,0.033032082082780766,0.15372517456988796,0.30804622477712823,0.010179770094410748,0.5,0.15372517456988796,0.3611076663333685,0.008261321185649718,0.0,0.3125887200878192,0.5259643588155094 -7235,0.5,0.15372517456988796,0.43971160044398944,0.06961382767302915,0.15372517456988796,0.04180556663368893,0.0998272588184051,0.15372517456988796,0.46456175364163377,0.05041899106273984,0.15372517456988796,0.4736982360428507,0.07054987263678238,0.15372517456988796,0.1548170606576948,0.13903008707218828,0.15372517456988796,0.32850009864262864,0.11799735588681162,0.15372517456988796,0.4021921989432476,0.08169909636772892,0.15372517456988796,0.42309608052692843,0.024864458241630014,0.5,0.15372517456988796,0.3404181030854469,0.020037509081776886,0.15372517456988796,0.47935587690673387,0.017239377482854264,0.5,0.15372517456988796,0.4586863754286887,0.03105537336460645,0.15372517456988796,0.47086621220230285,0.0122997679704181,0.15372517456988796,0.039564784515472,0.11015030975138831,0.15372517456988796,0.036109289502576525,0.12360513064679939,0.15372517456988796,0.3752832500932201,0.09007204135529927,0.15372517456988796,0.3261427587247477,0.03267301755402854,0.15372517456988796,0.41305614500487614,0.01969516752947363,0.5,0.15372517456988796,0.48912774303926154,0.012664037240927697,0.0,0.23667728199062774,0.5115963359918102 -7236,0.5,0.15372517456988796,0.47622372608700847,0.0642275794917149,0.15372517456988796,0.015190874636036356,0.07442452301818266,0.15372517456988796,0.5369609779201048,0.05733640874398528,0.15372517456988796,0.5402322099081915,0.06592254780772787,0.15372517456988796,0.12286231948567915,0.111708624728924,0.15372517456988796,0.3717659195478017,0.12988935525771209,0.15372517456988796,0.4340990739683497,0.10424956425140176,0.15372517456988796,0.5073491990801628,0.03688148800950958,0.5,0.15372517456988796,0.4786414098462898,0.024545128565836898,0.15372517456988796,0.5573713869749573,0.036385438911713634,0.5,0.15372517456988796,0.5439836525385122,0.05177671326594968,0.15372517456988796,0.5547081505138198,0.015187109284360777,0.15372517456988796,0.04363037745929472,0.13844799424189744,0.15372517456988796,0.029523956015692254,0.14392237646523248,0.15372517456988796,0.37139341891700534,0.10934505598907042,0.15372517456988796,0.40394949943525416,0.0385123508919999,0.15372517456988796,0.46351557882178573,0.033712088988822574,0.5,0.15372517456988796,0.559297610672947,0.017166515428110568,0.0,0.10837800667477648,0.4249285009842717 -7237,0.5,0.15372517456988796,0.4469151607877597,0.061212212395331755,0.15372517456988796,0.002833132546000243,0.03541143563652063,0.15372517456988796,0.5567256070536222,0.05064261000894163,0.15372517456988796,0.5483813387919956,0.055550101873758334,0.15372517456988796,0.1136999736862793,0.07507394235505037,0.15372517456988796,0.35967269920901884,0.10691747182093234,0.15372517456988796,0.4031520677043148,0.12012975016472374,0.15372517456988796,0.5236419090255939,0.04308109212135519,0.5,0.15372517456988796,0.5482365253128696,0.029735325919320352,0.15372517456988796,0.5767375215413754,0.045931194370234754,0.5,0.15372517456988796,0.5686186586012202,0.06037917288493105,0.15372517456988796,0.579778199047298,0.018725795068423007,0.15372517456988796,0.036751955587098165,0.11999074815087954,0.15372517456988796,0.007864155226767712,0.1384718903627994,0.15372517456988796,0.31068544327276804,0.09841012151738997,0.15372517456988796,0.4630688732575452,0.04594945664056015,0.15372517456988796,0.48874506634417325,0.04176280798063059,0.5,0.15372517456988796,0.5709226764067377,0.01638114248744787,0.0,0.028715863997857215,0.39331497718575675 -7238,0.5,0.15372517456988796,0.3719477079038608,0.04645304262111295,0.15372517456988796,0.0018858679692669409,0.01175055990556765,0.15372517456988796,0.5106467461842238,0.04372779987096615,0.15372517456988796,0.4959653177364338,0.04252774360733224,0.15372517456988796,0.060520052773871985,0.046965910123466854,0.15372517456988796,0.29506216474378105,0.0837336040084664,0.15372517456988796,0.33940460261075445,0.10329260928626408,0.15372517456988796,0.47562509125985075,0.043198553647190045,0.5,0.15372517456988796,0.5315961917427146,0.032106650154228936,0.15372517456988796,0.5349448771679962,0.043942378036837454,0.5,0.15372517456988796,0.5340369895326572,0.04853948781400934,0.15372517456988796,0.5456843764025315,0.014934605968525758,0.15372517456988796,0.03873385245936998,0.09167206780334648,0.15372517456988796,0.006111577034294962,0.12967794203144217,0.15372517456988796,0.20603023161301137,0.07290822133394018,0.15372517456988796,0.4608593219181669,0.048808330459884836,0.15372517456988796,0.4772345624944736,0.03359323265714635,0.5,0.15372517456988796,0.5213698272634383,0.01239612171325491,0.0,0.017645384827466106,0.3763967867151091 -7239,0.5,0.15372517456988796,0.24728407443275668,0.0332442469626115,0.15372517456988796,0.0013109425527962693,0.003250755116240739,0.15372517456988796,0.4012037159683919,0.034305444700301155,0.15372517456988796,0.3848257818037477,0.025090248553832642,0.15372517456988796,0.043465136484874156,0.02817511039839598,0.15372517456988796,0.1928252470543333,0.03798651072704836,0.15372517456988796,0.2505787743354452,0.06243804269275508,0.15372517456988796,0.3657392003380796,0.03546080091095924,0.5,0.15372517456988796,0.4390697702140336,0.02910419821143507,0.15372517456988796,0.4300658909343027,0.02934855586015768,0.5,0.15372517456988796,0.4370209028186358,0.03140606945870561,0.15372517456988796,0.4481030795378158,0.011143716228004467,0.15372517456988796,0.02326151512120811,0.07017530839639374,0.15372517456988796,0.003776877525866193,0.12157980935498022,0.15372517456988796,0.10193233579957424,0.042130295080880675,0.15372517456988796,0.3736034472334074,0.04349977154508683,0.15372517456988796,0.39987918960943497,0.02217647906437097,0.5,0.15372517456988796,0.41063844991687604,0.006924763882769501,0.0,0.03432825294046911,0.3415041361514235 -7240,0.5,0.15372517456988796,0.0714417508010013,0.01858516603774353,0.15372517456988796,0.00048497561044355954,0.001387904442965969,0.15372517456988796,0.1675030719214384,0.01499350423263072,0.15372517456988796,0.11425502764606173,0.011977140543399085,0.15372517456988796,0.01667643341326714,0.014593603053444334,0.15372517456988796,0.09033065400452474,0.01701791591401026,0.15372517456988796,0.13904923612908424,0.028774077227201485,0.15372517456988796,0.2099965954532539,0.015139934804209788,0.5,0.15372517456988796,0.24509239214491807,0.012071310842928633,0.15372517456988796,0.22307302621050895,0.006354942872911004,0.5,0.15372517456988796,0.2030429789945929,0.0069745536906119536,0.15372517456988796,0.2372631611784008,0.002147871748019564,0.15372517456988796,0.026749283384347344,0.0644354084696234,0.15372517456988796,0.0014803475537881433,0.11460085214537255,0.15372517456988796,0.0304509762122636,0.0247429050743199,0.15372517456988796,0.18238660018106023,0.022863046254252017,0.15372517456988796,0.181901877982124,0.004814484428969649,0.5,0.15372517456988796,0.17484988435972754,0.001097055374245627,0.0,0.07974179774174586,0.2732293792657414 -7241,0.5,0.15372517456988796,0.0,0.01741422504250895,0.15372517456988796,0.0,0.0042537556056248685,0.15372517456988796,0.0,0.0208293510401927,0.15372517456988796,0.0,0.01719077687161529,0.15372517456988796,0.00012424384468910583,0.008504075811479456,0.15372517456988796,0.0001591289996546179,0.014006830395541799,0.15372517456988796,0.0,0.030309195611551522,0.15372517456988796,0.0,0.017945564109128537,0.5,0.15372517456988796,0.0,0.01152414960346918,0.15372517456988796,0.0,0.004562952240511163,0.5,0.15372517456988796,0.0,0.006616265212945238,0.15372517456988796,0.0,0.0022633775619428703,0.15372517456988796,9.975807021503987e-05,0.06300778542682199,0.15372517456988796,0.00012336245764099218,0.08565277742431826,0.15372517456988796,8.663187483881338e-05,0.021219913197055962,0.15372517456988796,0.0,0.019330769100265183,0.15372517456988796,0.0,0.003985573381930581,0.5,0.15372517456988796,0.0,0.0009929208912866116,0.0,0.12019038841271987,0.20243029357364015 -7242,0.5,0.15372517456988796,0.0,0.013400279719865441,0.15372517456988796,0.0,0.0035666149553627174,0.15372517456988796,0.0,0.021042072075782653,0.15372517456988796,0.0,0.020136795339515758,0.15372517456988796,0.0,0.005278115320000627,0.15372517456988796,0.0,0.010248223264604287,0.15372517456988796,0.0,0.02347643341560615,0.15372517456988796,0.0,0.02217928418886049,0.5,0.15372517456988796,0.0,0.011657309466944921,0.15372517456988796,0.0,0.00410462361139469,0.5,0.15372517456988796,0.0,0.007418869050859969,0.15372517456988796,0.0,0.0035110681632744803,0.15372517456988796,0.0,0.06029636836809575,0.15372517456988796,0.0,0.06303230985413055,0.15372517456988796,0.0,0.015206545941854359,0.15372517456988796,0.0,0.017245389183697137,0.15372517456988796,0.0,0.0037610834221866664,0.5,0.15372517456988796,0.0,0.0014258526869918252,0.0,0.13258515077162258,0.1609217261807184 -7243,0.5,0.15372517456988796,0.0,0.011183476056544876,0.15372517456988796,0.0,0.005580183061460521,0.15372517456988796,0.0,0.01868164422796621,0.15372517456988796,0.0,0.021653196254883617,0.15372517456988796,0.0,0.003689439478120633,0.15372517456988796,0.0,0.00701587137118845,0.15372517456988796,0.0,0.016469326352612595,0.15372517456988796,0.0,0.021988724994101212,0.5,0.15372517456988796,0.0,0.011305418778835064,0.15372517456988796,0.0,0.006279679692785303,0.5,0.15372517456988796,0.0,0.006916357422909362,0.15372517456988796,0.0,0.005981370391658752,0.15372517456988796,0.0,0.05844647920171119,0.15372517456988796,0.0,0.05643595320818323,0.15372517456988796,0.0,0.009969908665778598,0.15372517456988796,0.0,0.013661027776938452,0.15372517456988796,0.0,0.0039037288321069467,0.5,0.15372517456988796,0.0,0.0039151956522916215,0.0,0.16181988042064235,0.12541532408383235 -7244,0.5,0.15372517456988796,0.0,0.011317818742610874,0.15372517456988796,0.0,0.013349970293801926,0.15372517456988796,0.0,0.016647936481469713,0.15372517456988796,0.0,0.0234408466263603,0.15372517456988796,0.0,0.005198714887237971,0.15372517456988796,0.0,0.00809917642971391,0.15372517456988796,0.0,0.0153787890779325,0.15372517456988796,0.0,0.020106570747369486,0.5,0.15372517456988796,0.0,0.011076755494136193,0.15372517456988796,0.0,0.009521391711155368,0.5,0.15372517456988796,0.0,0.00666129685145277,0.15372517456988796,0.0,0.00840106100552482,0.15372517456988796,0.0,0.06046885630928792,0.15372517456988796,0.0,0.05153174246584745,0.15372517456988796,0.0,0.00924170597600534,0.15372517456988796,0.0,0.01073799658041509,0.15372517456988796,0.0,0.003845586305462585,0.5,0.15372517456988796,0.0,0.006824820731059473,0.0,0.1974964964226721,0.10221666139099597 -7245,0.5,0.15372517456988796,0.0,0.013633266852802372,0.15372517456988796,0.0,0.017625128555814513,0.15372517456988796,0.0,0.01452188587971672,0.15372517456988796,0.0,0.02169587270634947,0.15372517456988796,0.0,0.008653327712101852,0.15372517456988796,0.0,0.00910307249120058,0.15372517456988796,0.0,0.016624401388615297,0.15372517456988796,0.0,0.022209938325407817,0.5,0.15372517456988796,0.0,0.009802169377247684,0.15372517456988796,0.0,0.0127073475460415,0.5,0.15372517456988796,0.0,0.006202251621704572,0.15372517456988796,0.0,0.010071580320413717,0.15372517456988796,0.0,0.07251310008955321,0.15372517456988796,0.0,0.058330172259384194,0.15372517456988796,0.0,0.011030596476770255,0.15372517456988796,0.0,0.010631628490634044,0.15372517456988796,0.0,0.003451770122811028,0.5,0.15372517456988796,0.0,0.009145343772943348,0.0,0.23084700677297848,0.10859355533702662 -7246,0.5,0.15372517456988796,0.0,0.02103098632619019,0.15372517456988796,0.0,0.028285433337979945,0.15372517456988796,0.0,0.013871732410380987,0.15372517456988796,0.0,0.023557305254790457,0.15372517456988796,0.0,0.011455729456965763,0.15372517456988796,0.0,0.007238549263616988,0.15372517456988796,0.0,0.010631122028962896,0.15372517456988796,0.0,0.024378217726200094,0.5,0.15372517456988796,0.0,0.009309779784926055,0.15372517456988796,0.0,0.016031001696636522,0.5,0.15372517456988796,0.0,0.006895219477564588,0.15372517456988796,0.0,0.012580484191712867,0.15372517456988796,0.0,0.06911363535850999,0.15372517456988796,0.0,0.07556069814294923,0.15372517456988796,0.0,0.011500942170019814,0.15372517456988796,0.0,0.011439671201739977,0.15372517456988796,0.0,0.0030079419990369696,0.5,0.15372517456988796,0.0,0.008798348242250061,0.0,0.2606887030216013,0.11991515499227019 -7247,0.5,0.15372517456988796,0.0,0.021758279789716225,0.15372517456988796,0.0,0.02278006679592362,0.15372517456988796,0.0,0.013438217690470378,0.15372517456988796,0.0,0.02629219413366811,0.15372517456988796,0.0,0.013551415749614304,0.15372517456988796,0.0,0.00288925170457792,0.15372517456988796,0.0,0.005280809005309672,0.15372517456988796,0.0,0.01994508778916807,0.5,0.15372517456988796,0.0,0.011181688940148787,0.15372517456988796,0.0,0.017032392776885986,0.5,0.15372517456988796,0.0,0.007462969107114697,0.15372517456988796,0.0,0.016285719113512735,0.15372517456988796,0.0,0.06107222749208166,0.15372517456988796,0.0,0.07025913834896255,0.15372517456988796,0.0,0.010444446263526391,0.15372517456988796,0.0,0.009133743842998645,0.15372517456988796,0.0,0.003304429667870023,0.5,0.15372517456988796,0.0,0.008533025657016257,0.0,0.20108608034030548,0.14916822999372978 -7248,0.5,0.15372517456988796,0.0,0.019686215184921908,0.15372517456988796,0.0,0.0302090873737694,0.15372517456988796,0.0,0.013089490969832737,0.15372517456988796,0.0,0.028080635128510643,0.15372517456988796,0.0,0.012843738799638396,0.15372517456988796,0.0,0.0015658432646576022,0.15372517456988796,0.0,0.0038722306022652506,0.15372517456988796,0.0,0.01370770880190052,0.5,0.15372517456988796,0.0,0.01112401591704653,0.15372517456988796,0.0,0.020269948079233293,0.5,0.15372517456988796,0.0,0.007292902196055723,0.15372517456988796,0.0,0.01673640855714539,0.15372517456988796,0.0,0.0489349155480161,0.15372517456988796,0.0,0.06563011352522384,0.15372517456988796,0.0,0.004669282835850145,0.15372517456988796,0.0,0.006672440599425419,0.15372517456988796,0.0,0.004070837206119909,0.5,0.15372517456988796,0.0,0.0092408816787624,0.0,0.16008719905972985,0.13330693005963928 -7249,0.5,0.15372517456988796,0.0,0.02015928324567604,0.15372517456988796,0.0,0.024185823019962544,0.15372517456988796,0.0,0.015390324102749287,0.15372517456988796,0.0,0.03079065392887015,0.15372517456988796,0.0,0.014914177619483977,0.15372517456988796,0.0,0.005458822551914687,0.15372517456988796,0.0,0.006876829018399031,0.15372517456988796,0.0,0.012630458728852698,0.5,0.15372517456988796,0.0,0.007712086466365318,0.15372517456988796,0.0,0.02657382729292504,0.5,0.15372517456988796,0.0,0.0074538459049939484,0.15372517456988796,0.0,0.014769092235681472,0.15372517456988796,0.0,0.033031739462484534,0.15372517456988796,0.0,0.05283809535829109,0.15372517456988796,0.0,0.006525014288743844,0.15372517456988796,0.0,0.006566604361305814,0.15372517456988796,0.0,0.004109559543568146,0.5,0.15372517456988796,0.0,0.010013410590273327,0.0,0.11864979798705817,0.09989329033311463 -7250,0.5,0.15372517456988796,0.0,0.018331148900021854,0.15372517456988796,0.0,0.021380817778711668,0.15372517456988796,0.0,0.022181485037067496,0.15372517456988796,0.0,0.03306117714471855,0.15372517456988796,0.0,0.0185492873927236,0.15372517456988796,0.0,0.009103664264231858,0.15372517456988796,0.0,0.015272769517568173,0.15372517456988796,0.0,0.018422379181797902,0.5,0.15372517456988796,0.0,0.007976485611520485,0.15372517456988796,0.0,0.026531590015013054,0.5,0.15372517456988796,0.0,0.0062919794160510795,0.15372517456988796,0.0,0.013951889517289187,0.15372517456988796,0.0,0.027107485377416973,0.15372517456988796,0.0,0.0472157577013338,0.15372517456988796,0.0,0.006957580006318992,0.15372517456988796,0.0,0.011660794593050791,0.15372517456988796,0.0,0.003894559241781125,0.5,0.15372517456988796,0.0,0.010665177396731857,0.0,0.10679449087187069,0.07695641872302808 -7251,0.5,0.15372517456988796,0.0,0.02046028723817844,0.15372517456988796,0.0,0.02363947652198972,0.15372517456988796,0.0,0.025899377299147368,0.15372517456988796,0.0,0.04244693948279148,0.15372517456988796,0.0,0.017038762626069806,0.15372517456988796,0.0,0.008469232505037241,0.15372517456988796,0.0,0.012368421899878404,0.15372517456988796,0.0,0.02046405542418038,0.5,0.15372517456988796,0.0,0.013116929019590185,0.15372517456988796,0.0,0.02140019409532148,0.5,0.15372517456988796,0.0,0.007731268870913353,0.15372517456988796,0.0,0.011296846605581327,0.15372517456988796,0.0,0.020279615251758348,0.15372517456988796,0.0,0.04859884797904562,0.15372517456988796,0.0,0.006230721720438981,0.15372517456988796,0.0,0.013256483431122795,0.15372517456988796,0.0,0.00459066071821287,0.5,0.15372517456988796,0.0,0.009296227102117978,0.0,0.0864971071387544,0.07589118485629229 -7252,0.5,0.15372517456988796,0.0,0.019684495050726603,0.15372517456988796,0.0,0.019217761533668186,0.15372517456988796,0.0,0.02025730307073241,0.15372517456988796,0.0,0.03991239376777049,0.15372517456988796,0.0,0.019697375086498978,0.15372517456988796,0.0,0.011280950528661685,0.15372517456988796,0.0,0.015419770376465435,0.15372517456988796,0.0,0.016476884500986517,0.5,0.15372517456988796,0.0,0.012598283850666385,0.15372517456988796,0.0,0.017041890498990252,0.5,0.15372517456988796,0.0,0.011939799584178758,0.15372517456988796,0.0,0.009548287366019958,0.15372517456988796,0.0,0.016012579415523896,0.15372517456988796,0.0,0.051373800776997026,0.15372517456988796,0.0,0.006539074487193142,0.15372517456988796,0.0,0.01266628331356197,0.15372517456988796,0.0,0.005469256604212189,0.5,0.15372517456988796,0.0,0.007249135116113501,0.0,0.06445869164186808,0.09879160598126138 -7253,0.5,0.15372517456988796,0.0,0.01979908118927539,0.15372517456988796,0.0,0.019869983771625736,0.15372517456988796,0.0,0.017274632240324342,0.15372517456988796,0.0,0.03437320852084833,0.15372517456988796,0.0,0.020377114349581178,0.15372517456988796,0.0,0.01704407761093502,0.15372517456988796,0.0,0.012581103629638343,0.15372517456988796,0.0,0.023266889658069365,0.5,0.15372517456988796,0.0,0.005890025681293976,0.15372517456988796,0.0,0.013587962135711958,0.5,0.15372517456988796,0.0,0.007732386478626996,0.15372517456988796,0.0,0.011649027529120224,0.15372517456988796,0.0,0.015471923341119274,0.15372517456988796,0.0,0.05234309528718295,0.15372517456988796,0.0,0.0062672817321432666,0.15372517456988796,0.0,0.013432928640808238,0.15372517456988796,0.0,0.003485545569351665,0.5,0.15372517456988796,0.0,0.006479024576130148,0.0,0.046473761223485524,0.15093070587665627 -7254,0.5,0.15372517456988796,0.0,0.022392018684211746,0.15372517456988796,0.0,0.018513848514295272,0.15372517456988796,0.0,0.015921290216721812,0.15372517456988796,0.0,0.03067585641285328,0.15372517456988796,0.0,0.02153667562233051,0.15372517456988796,0.0,0.014075593357300074,0.15372517456988796,0.0,0.012126552003855515,0.15372517456988796,0.0,0.02731723871184237,0.5,0.15372517456988796,0.0,0.00600633338659003,0.15372517456988796,0.0,0.016127949495102302,0.5,0.15372517456988796,0.0,0.0034071732522118385,0.15372517456988796,0.0,0.009309257199404494,0.15372517456988796,0.0,0.01601796669372066,0.15372517456988796,0.0,0.05306075021747142,0.15372517456988796,0.0,0.006466061914107925,0.15372517456988796,0.0,0.013282093194495062,0.15372517456988796,0.0,0.0028063654510482737,0.5,0.15372517456988796,0.0,0.00732535422746885,0.0,0.03911665599359597,0.20182984958622163 -7255,0.5,0.15372517456988796,0.0,0.02385509089277005,0.15372517456988796,0.0,0.021908783730711888,0.15372517456988796,0.0,0.014639505618199069,0.15372517456988796,0.0,0.02761789921485904,0.15372517456988796,0.0,0.020605284255582806,0.15372517456988796,0.0,0.019374881083704967,0.15372517456988796,0.0,0.013497134291075736,0.15372517456988796,0.0,0.02452586097494381,0.5,0.15372517456988796,0.0,0.010405824856104688,0.15372517456988796,0.0,0.013153763373308914,0.5,0.15372517456988796,0.0,0.006853590278773965,0.15372517456988796,0.0,0.004922392679216853,0.15372517456988796,0.0,0.012617052219299056,0.15372517456988796,0.0,0.05175467223364202,0.15372517456988796,0.0,0.006662149133852371,0.15372517456988796,0.0,0.01282886783103552,0.15372517456988796,0.0,0.0038415622628195094,0.5,0.15372517456988796,0.0,0.005842045412642686,0.0,0.040229633661006195,0.24507820840333625 -7256,0.5,0.15372517456988796,0.0030189603329698533,0.021972180311470507,0.15372517456988796,0.0007581605737120085,0.015656342290736317,0.15372517456988796,0.0012439055262115026,0.012732624842612221,0.15372517456988796,0.0013691347938410926,0.02624016930238538,0.15372517456988796,0.0,0.01924952684988162,0.15372517456988796,0.0,0.022013676935061392,0.15372517456988796,2.6377820405910228e-05,0.01068142599276843,0.15372517456988796,0.00014730592281418482,0.02758282483613638,0.5,0.15372517456988796,0.0011531151693946493,0.009459369104569102,0.15372517456988796,0.010086050630114349,0.008296245388189452,0.5,0.15372517456988796,0.003488576580869154,0.00604637059575917,0.15372517456988796,0.00619490723862857,0.009620503765623086,0.15372517456988796,0.0001944564284537968,0.008949081365435364,0.15372517456988796,7.905397574992085e-05,0.0605457826776267,0.15372517456988796,0.00030075347990257635,0.006300226359740307,0.15372517456988796,0.0015801704339041653,0.014043268706629254,0.15372517456988796,0.00447570159858646,0.003778601174997395,0.5,0.15372517456988796,0.02060950371759276,0.004037847115934814,0.0,0.030123736791182208,0.31584538661213074 -7257,0.5,0.15372517456988796,0.07714290655002465,0.018482696843998617,0.15372517456988796,0.11636015232251576,0.00992014948930412,0.15372517456988796,0.023718246710852132,0.008559708854901954,0.15372517456988796,0.016208421871593232,0.021284107945671385,0.15372517456988796,0.003133955705667812,0.02268421283643701,0.15372517456988796,0.03824317827902233,0.022410256645680693,0.15372517456988796,0.031037629138708084,0.009125474183809556,0.15372517456988796,0.06090667378177374,0.02506167900565404,0.5,0.15372517456988796,0.0813436118114,0.008109553770375923,0.15372517456988796,0.13176421785539327,0.01418077742923629,0.5,0.15372517456988796,0.09525735436990032,0.0020771749010062733,0.15372517456988796,0.13744166596527949,0.009300554408939647,0.15372517456988796,0.07823452871281597,0.008145041240068597,0.15372517456988796,0.030605953095516017,0.07438242455633726,0.15372517456988796,0.014320810343506619,0.007163570679790132,0.15372517456988796,0.058265874214289894,0.012393471036584005,0.15372517456988796,0.0730713713818016,0.004131303356607034,0.5,0.15372517456988796,0.13759067906962955,0.005569386620147222,0.0,0.029069962556630264,0.34793680290310847 -7258,0.5,0.15372517456988796,0.16817131231967172,0.022217056332555322,0.15372517456988796,0.23796476012788154,0.00892842722604193,0.15372517456988796,0.053003412583725915,0.0073822522250812555,0.15372517456988796,0.03898767495238684,0.018713319423180327,0.15372517456988796,0.02523176458648899,0.026834092549744067,0.15372517456988796,0.0910978709634991,0.025874930486635833,0.15372517456988796,0.09144260726540596,0.010395681813953317,0.15372517456988796,0.15426071463064123,0.02035603792795699,0.5,0.15372517456988796,0.16110717990428886,0.00907259332459255,0.15372517456988796,0.26504150880638205,0.010416257986747203,0.5,0.15372517456988796,0.16443068651068105,0.007790779114885907,0.15372517456988796,0.28210019109014334,0.0037185214187644053,0.15372517456988796,0.18384198744680996,0.010204422523142834,0.15372517456988796,0.06924700075592007,0.08476232659587547,0.15372517456988796,0.04654774426468157,0.010395517068096383,0.15372517456988796,0.12713377193674227,0.010295130427865423,0.15372517456988796,0.1319148572346184,0.006206343291617625,0.5,0.15372517456988796,0.24606082873041568,0.004301804006491457,0.0,0.031047395781561515,0.2965998489175845 -7259,0.5,0.15372517456988796,0.2559912372495303,0.027851790723484506,0.15372517456988796,0.2984211319065706,0.02180626603775024,0.15372517456988796,0.07441509562628003,0.006956923190230663,0.15372517456988796,0.06111434444527056,0.01920067939700407,0.15372517456988796,0.08460144292417647,0.035844597847524286,0.15372517456988796,0.11883031685384884,0.031064389472459035,0.15372517456988796,0.1818970595657505,0.012198533838179643,0.15372517456988796,0.22602312087226795,0.019366164419167033,0.5,0.15372517456988796,0.25349063239957365,0.011915849754864871,0.15372517456988796,0.38108514008155103,0.0013033616839933327,0.5,0.15372517456988796,0.17682313160818527,0.0067535291969052285,0.15372517456988796,0.3847795730593555,0.002788857648653717,0.15372517456988796,0.2762896382967832,0.012174897124791443,0.15372517456988796,0.11190107110209688,0.0797015660934681,0.15372517456988796,0.08141224295865365,0.01573845995796119,0.15372517456988796,0.17772162309995998,0.014646040532287229,0.15372517456988796,0.2202068880740749,0.006877189787733839,0.5,0.15372517456988796,0.31573574714173636,0.004046705774856358,0.0,0.027335421065985698,0.31573834696015635 -7260,0.5,0.15372517456988796,0.31245407638262923,0.029948789476360895,0.15372517456988796,0.34694329968343846,0.035142999501205946,0.15372517456988796,0.093097734523173,0.006217716312030173,0.15372517456988796,0.07673576456618764,0.016195181728657516,0.15372517456988796,0.11235336609304061,0.03308215987172108,0.15372517456988796,0.13389841112759968,0.02654098044722295,0.15372517456988796,0.24948253092252057,0.011987762834697342,0.15372517456988796,0.3017130225549296,0.01901485291934067,0.5,0.15372517456988796,0.32648498606967213,0.01913392627323171,0.15372517456988796,0.4173951609209756,0.001176616815398201,0.5,0.15372517456988796,0.2938966882980659,0.002634691475087581,0.15372517456988796,0.45174937532551707,0.004046688476676391,0.15372517456988796,0.34640024515283063,0.012367305827751082,0.15372517456988796,0.16594823696159755,0.08563537588184808,0.15372517456988796,0.108694593373817,0.02033642216220247,0.15372517456988796,0.19483047030935235,0.019764689102499258,0.15372517456988796,0.274651199503858,0.006580012706957727,0.5,0.15372517456988796,0.3349420567863557,0.004913326631630173,0.0,0.020436380608159173,0.3612877002467714 -7261,0.5,0.15372517456988796,0.33615502489320964,0.027393558920268568,0.15372517456988796,0.3661983897468495,0.03513348504747253,0.15372517456988796,0.12142322831613694,0.004273994706875028,0.15372517456988796,0.07522069767532973,0.01224797793140692,0.15372517456988796,0.11386666034662794,0.033689439519865395,0.15372517456988796,0.08235221256208541,0.0181845217883205,0.15372517456988796,0.27062371238340843,0.011713982960859518,0.15372517456988796,0.31920496635343354,0.018036346901345222,0.5,0.15372517456988796,0.34233568364169603,0.023266548797231244,0.15372517456988796,0.4225721020815939,0.0008124900776833355,0.5,0.15372517456988796,0.3676777897172438,0.0030216847847772984,0.15372517456988796,0.4825604952014616,0.0013443800712525447,0.15372517456988796,0.3751036075351637,0.015718978699010882,0.15372517456988796,0.17249636012906305,0.10054589507928216,0.15372517456988796,0.13008619125155826,0.017608086058006775,0.15372517456988796,0.22387014190663046,0.022036091845008703,0.15372517456988796,0.2793822780196176,0.005842775414971899,0.5,0.15372517456988796,0.32046461007872173,0.0013491798737533356,0.0,0.013288906722234609,0.441315875373743 -7262,0.5,0.15372517456988796,0.30237636136595925,0.018847778354011198,0.15372517456988796,0.33307150113784056,0.04130307244776135,0.15372517456988796,0.12897620392310646,0.003480116892422404,0.15372517456988796,0.07596193547127073,0.009660969088309377,0.15372517456988796,0.08890958078946455,0.03695822228119996,0.15372517456988796,0.0394345965927711,0.029357964712431482,0.15372517456988796,0.19963843817383145,0.010515919526918932,0.15372517456988796,0.2654729758113137,0.022423583254030387,0.5,0.15372517456988796,0.3111064930131963,0.01998859415721331,0.15372517456988796,0.3833751899472371,0.00020692550795087074,0.5,0.15372517456988796,0.37510820125994754,0.005190445511904831,0.15372517456988796,0.4604137717163842,0.0008456442256898221,0.15372517456988796,0.3345249177163236,0.019111298270056927,0.15372517456988796,0.1412148007907173,0.10127731060539907,0.15372517456988796,0.11516128059586675,0.015640287620711728,0.15372517456988796,0.23990444961498528,0.019558567005983657,0.15372517456988796,0.27909632453924194,0.004810899557326942,0.5,0.15372517456988796,0.2837460653825515,0.0005985783726634907,0.0,0.007217659673634627,0.5194747936803498 -7263,0.5,0.15372517456988796,0.21290330737554763,0.010605869828087266,0.15372517456988796,0.22969430973082933,0.0321334555673601,0.15372517456988796,0.09346528203956952,0.0014628895131850546,0.15372517456988796,0.05234352090094951,0.0061760134374445755,0.15372517456988796,0.07852121617001281,0.02747758613289167,0.15372517456988796,0.03584078105510485,0.032667814967392295,0.15372517456988796,0.10991898823213547,0.010437581167067358,0.15372517456988796,0.18436353389476345,0.025278049122188593,0.5,0.15372517456988796,0.2607632725168139,0.016082032992478762,0.15372517456988796,0.3172599972799238,7.552262897690999e-06,0.5,0.15372517456988796,0.24713604035693468,0.0011074655749666825,0.15372517456988796,0.38176680482990627,0.00026626906763974864,0.15372517456988796,0.24850466067121596,0.01909706003055585,0.15372517456988796,0.10176992392802808,0.09003345249912856,0.15372517456988796,0.08491480140516378,0.017763916093017404,0.15372517456988796,0.20244943355257836,0.016797766514399792,0.15372517456988796,0.21953569517231097,0.002899037464090241,0.5,0.15372517456988796,0.22287912758973766,0.0004983910753799696,0.0,0.0029247712583946256,0.5600655173809852 -7264,0.5,0.15372517456988796,0.09227745556033186,0.0031674913245859702,0.15372517456988796,0.13135550028669976,0.016775415960581228,0.15372517456988796,0.0308240469939229,0.0005228650549216291,0.15372517456988796,0.027422781419922514,0.002982834214813784,0.15372517456988796,0.02992097940410106,0.023127980587690798,0.15372517456988796,0.024503193749119134,0.022461043218225757,0.15372517456988796,0.0487305625850078,0.008193668693531062,0.15372517456988796,0.09635160621928651,0.01724966713693307,0.5,0.15372517456988796,0.16023215822946985,0.008695998098623172,0.15372517456988796,0.20863946912814466,0.0006338878715561952,0.5,0.15372517456988796,0.13007002359649966,1.958651357801873e-06,0.15372517456988796,0.2186455212947776,0.0002377762959647558,0.15372517456988796,0.13615984999274133,0.031231812436655758,0.15372517456988796,0.039610182157195806,0.07726955661904233,0.15372517456988796,0.051046167823913455,0.011218784879447309,0.15372517456988796,0.11545823090091833,0.011767838706756718,0.15372517456988796,0.1202467272607469,0.001114869654072777,0.5,0.15372517456988796,0.10392829492686252,0.0006300647412866182,0.0,0.0012520223020461912,0.5963242639432681 -7265,0.5,0.15372517456988796,0.0,0.003753360957931479,0.15372517456988796,0.0,0.028317183733496263,0.15372517456988796,0.00033212699354629685,0.001016120836807642,0.15372517456988796,1.9071274606097536e-05,0.0015784783280022939,0.15372517456988796,0.00016924135104771833,0.025756581346571994,0.15372517456988796,0.00012562898828499184,0.01642547630988514,0.15372517456988796,3.574178403000551e-05,0.007689858053231325,0.15372517456988796,0.0,0.015146666691057815,0.5,0.15372517456988796,0.0,0.008897905656157033,0.15372517456988796,0.0,0.00193485454009812,0.5,0.15372517456988796,0.0,9.807221705209372e-05,0.15372517456988796,0.0,0.0009294978283701879,0.15372517456988796,0.0,0.03816823674267045,0.15372517456988796,0.0001094747245817269,0.07845042572354531,0.15372517456988796,1.6258315990073635e-05,0.010364831176297181,0.15372517456988796,0.0,0.011894125879407485,0.15372517456988796,3.700797971109404e-05,0.001216050103097318,0.5,0.15372517456988796,0.0002934642702120366,0.0010177837079560729,0.0,0.0,0.63622102321004 -7266,0.5,0.15372517456988796,0.0,0.004641816068153421,0.15372517456988796,0.0,0.023897692727203844,0.15372517456988796,0.0,0.0016305587462205856,0.15372517456988796,0.0,0.0009428981416555653,0.15372517456988796,0.0,0.028404102866515867,0.15372517456988796,0.0,0.02142704194043928,0.15372517456988796,0.0,0.00884465570926771,0.15372517456988796,0.0,0.014713775630578393,0.5,0.15372517456988796,0.0,0.005603358104425976,0.15372517456988796,0.0,0.0022630569858590054,0.5,0.15372517456988796,0.0,0.0012988669623039005,0.15372517456988796,0.0,0.0026685115889309233,0.15372517456988796,0.0,0.035482672495916544,0.15372517456988796,0.0,0.07889088135150159,0.15372517456988796,0.0,0.012615524326405973,0.15372517456988796,0.0,0.010217225994134979,0.15372517456988796,0.0,0.0017314967793365553,0.5,0.15372517456988796,0.0,0.0009197767633199094,0.0,0.0,0.6079706417791589 -7267,0.5,0.15372517456988796,0.0,0.004313665785012694,0.15372517456988796,0.0,0.02364969791197357,0.15372517456988796,0.0,0.0018529567115828614,0.15372517456988796,0.0,0.000782905040366832,0.15372517456988796,0.0,0.038781083226309215,0.15372517456988796,0.0,0.03046488617317858,0.15372517456988796,0.0,0.00997700227332163,0.15372517456988796,0.0,0.017852062739197583,0.5,0.15372517456988796,0.0,0.003012806621549842,0.15372517456988796,0.0,0.002192124371384599,0.5,0.15372517456988796,0.0,0.004345237875673968,0.15372517456988796,0.0,0.008708311312541616,0.15372517456988796,0.0,0.036932819012171506,0.15372517456988796,0.0,0.0806693481116387,0.15372517456988796,0.0,0.016859074834507767,0.15372517456988796,0.0,0.009395178036105584,0.15372517456988796,0.0,0.0024133166974471174,0.5,0.15372517456988796,0.0,0.0008299421575653325,0.0,0.0,0.5653608008141753 -7268,0.5,0.15372517456988796,0.0,0.004566819415311719,0.15372517456988796,0.0,0.02532060818081097,0.15372517456988796,0.0,0.0015945144718031595,0.15372517456988796,0.0,0.0012200146923270318,0.15372517456988796,0.0,0.0357557505596144,0.15372517456988796,0.0,0.03164124632653448,0.15372517456988796,0.0,0.02308453855286159,0.15372517456988796,0.0,0.018717140566069837,0.5,0.15372517456988796,0.0,0.004035147796444618,0.15372517456988796,0.0,0.003534355581724233,0.5,0.15372517456988796,0.0,0.0012307715517734699,0.15372517456988796,0.0,0.017982545663760036,0.15372517456988796,0.0,0.041681456335409435,0.15372517456988796,0.0,0.0906517621813078,0.15372517456988796,0.0,0.020078697874775134,0.15372517456988796,0.0,0.009671517043493026,0.15372517456988796,0.0,0.0031781779353560456,0.5,0.15372517456988796,0.0,0.0010973996755437782,0.0,0.0,0.49571302971998 -7269,0.5,0.15372517456988796,0.0,0.0043603379937306045,0.15372517456988796,0.0,0.041302950025540894,0.15372517456988796,0.0,0.001773677200585882,0.15372517456988796,0.0,0.001007874688755092,0.15372517456988796,0.0,0.04267225468027535,0.15372517456988796,0.0,0.032265319196922736,0.15372517456988796,0.0,0.020240237866403873,0.15372517456988796,0.0,0.023200368519224985,0.5,0.15372517456988796,0.0,0.004453420145533429,0.15372517456988796,0.0,0.005748602989553748,0.5,0.15372517456988796,0.0,0.0010873931998748592,0.15372517456988796,0.0,0.013253694828674561,0.15372517456988796,0.0,0.05975764635090591,0.15372517456988796,0.0,0.0918255112589681,0.15372517456988796,0.0,0.02209595323752286,0.15372517456988796,0.0,0.011507348253232729,0.15372517456988796,0.0,0.0019147361896368177,0.5,0.15372517456988796,0.0,0.001996697510567398,0.0,1.876001256001193e-05,0.5433488284044434 -7270,0.5,0.15372517456988796,0.0,0.003464109618613994,0.15372517456988796,0.0,0.04675178286004161,0.15372517456988796,0.0,0.002028054619345476,0.15372517456988796,0.0,0.0013223233894736573,0.15372517456988796,0.0,0.044840338227839935,0.15372517456988796,0.0,0.04198750967627223,0.15372517456988796,0.0,0.028365369454676256,0.15372517456988796,0.0,0.02343031716679932,0.5,0.15372517456988796,0.0,0.005524750539111756,0.15372517456988796,0.0,0.009294907183768278,0.5,0.15372517456988796,0.0,0.00411476675107531,0.15372517456988796,0.0,0.0106206480546327,0.15372517456988796,0.0,0.07001350750291921,0.15372517456988796,0.0,0.10223551947634126,0.15372517456988796,0.0,0.027062135595836617,0.15372517456988796,0.0,0.014829098412184404,0.15372517456988796,0.0,0.001556691742735663,0.5,0.15372517456988796,0.0,0.002166417571647536,0.0,0.0,0.619935451885301 -7271,0.5,0.15372517456988796,0.0,0.00506626481925234,0.15372517456988796,0.0,0.053730590875302325,0.15372517456988796,0.0,0.0017739372326310745,0.15372517456988796,0.0,0.0016772283308742484,0.15372517456988796,0.0,0.05009385808712893,0.15372517456988796,0.0,0.05667648728939806,0.15372517456988796,0.0,0.03325608713882283,0.15372517456988796,0.0,0.03248842997295501,0.5,0.15372517456988796,0.0,0.003337089151693059,0.15372517456988796,0.0,0.005123356022268042,0.5,0.15372517456988796,0.0,0.006789121778917093,0.15372517456988796,0.0,0.012885729808654881,0.15372517456988796,0.0,0.07409895251694833,0.15372517456988796,0.0,0.10507376504405008,0.15372517456988796,0.0,0.03009021167172035,0.15372517456988796,0.0,0.01614930954080023,0.15372517456988796,0.0,0.0027013736586156776,0.5,0.15372517456988796,0.0,0.0009091285548697377,0.0,0.00022813617057791755,0.6538704130220446 -7272,0.5,0.15372517456988796,0.0,0.008363313506202355,0.15372517456988796,0.0,0.06278146400587943,0.15372517456988796,0.0,0.0032418903083134875,0.15372517456988796,0.0,0.0016516289138511944,0.15372517456988796,0.0,0.056585438831309,0.15372517456988796,0.0,0.05893682997699819,0.15372517456988796,0.0,0.03520930255920003,0.15372517456988796,0.0,0.043709527938829915,0.5,0.15372517456988796,0.0,0.003926428703263039,0.15372517456988796,0.0,0.004262724488025874,0.5,0.15372517456988796,0.0,0.002144179817167672,0.15372517456988796,0.0,0.01590419491971468,0.15372517456988796,0.0,0.07805020033820621,0.15372517456988796,0.0,0.09957531856772435,0.15372517456988796,0.0,0.03141689991595489,0.15372517456988796,0.0,0.0158617435167893,0.15372517456988796,0.0,0.003297871782043061,0.5,0.15372517456988796,0.0,0.0009001721396481896,0.0,0.0004285777082872159,0.6568629617663135 -7273,0.5,0.15372517456988796,0.0,0.009086642029697707,0.15372517456988796,0.0,0.057707905299647436,0.15372517456988796,0.0,0.004998153039270053,0.15372517456988796,0.0,0.0035092538734247327,0.15372517456988796,0.0,0.053136306025075894,0.15372517456988796,0.0,0.059398600555218506,0.15372517456988796,0.0,0.050493247053364256,0.15372517456988796,0.0,0.04520079134826917,0.5,0.15372517456988796,0.0,0.006053616230619318,0.15372517456988796,0.0,0.0031673946077899816,0.5,0.15372517456988796,0.0,0.004708514806395606,0.15372517456988796,0.0,0.015407840691894579,0.15372517456988796,0.0,0.07850042480108044,0.15372517456988796,0.0,0.09932456663849148,0.15372517456988796,0.0,0.03105121048215564,0.15372517456988796,0.0,0.02166880607023213,0.15372517456988796,0.0,0.004750438502320293,0.5,0.15372517456988796,0.0,0.0012835474639538238,0.0,0.0005195171087116925,0.6817338741979123 -7274,0.5,0.15372517456988796,0.0,0.011240250750879453,0.15372517456988796,0.0,0.04895199163344397,0.15372517456988796,0.0,0.0037778157313732405,0.15372517456988796,0.0,0.005677865976457812,0.15372517456988796,0.0,0.056326863946638786,0.15372517456988796,0.0,0.06203838770885049,0.15372517456988796,0.0,0.041052240845003904,0.15372517456988796,0.0,0.04616002344315302,0.5,0.15372517456988796,0.0,0.005605791761271933,0.15372517456988796,0.0,0.0055597310557609116,0.5,0.15372517456988796,0.0,0.003722132776934629,0.15372517456988796,0.0,0.016705463536359506,0.15372517456988796,0.0,0.08882522268197493,0.15372517456988796,0.0,0.09562690837105263,0.15372517456988796,0.0,0.03229443904226764,0.15372517456988796,0.0,0.017965218797016284,0.15372517456988796,0.0,0.0027582354726061577,0.5,0.15372517456988796,0.0,0.0030257032797420457,0.0,0.0025705464452685043,0.6881419226239864 -7275,0.5,0.15372517456988796,0.0,0.0132768279895164,0.15372517456988796,0.0,0.05095071255020669,0.15372517456988796,0.0,0.008159233236804956,0.15372517456988796,0.0,0.005589863073371864,0.15372517456988796,0.0,0.061491676883780245,0.15372517456988796,0.0,0.05880068019540753,0.15372517456988796,0.0,0.04555695789134544,0.15372517456988796,0.0,0.043144448594535666,0.5,0.15372517456988796,0.0,0.008822354397883888,0.15372517456988796,0.0,0.011263613707865616,0.5,0.15372517456988796,0.0,0.004424798091779611,0.15372517456988796,0.0,0.012831085495925479,0.15372517456988796,0.0,0.10819390244030697,0.15372517456988796,0.0,0.09241636848206167,0.15372517456988796,0.0,0.03138930341649582,0.15372517456988796,0.0,0.024510256778626026,0.15372517456988796,0.0,0.0029127619073512937,0.5,0.15372517456988796,0.0,0.0017132698184432194,0.0,0.005700672724238753,0.6304511347110537 -7276,0.5,0.15372517456988796,0.0,0.015421207589431463,0.15372517456988796,0.0,0.0596728089795663,0.15372517456988796,0.0,0.008312908118743264,0.15372517456988796,0.0,0.007123071523008855,0.15372517456988796,0.0,0.055955624983212486,0.15372517456988796,0.0,0.053373365909176615,0.15372517456988796,0.0,0.044353029626159515,0.15372517456988796,0.0,0.034112227210037774,0.5,0.15372517456988796,0.0,0.009150162558378045,0.15372517456988796,0.0,0.006391888773694177,0.5,0.15372517456988796,0.0,0.002760900424713769,0.15372517456988796,0.0,0.012741633862753584,0.15372517456988796,0.0,0.12554025043067468,0.15372517456988796,0.0,0.08904091894559976,0.15372517456988796,0.0,0.030920463261451266,0.15372517456988796,0.0,0.022318435464753747,0.15372517456988796,0.0,0.0040761757269596,0.5,0.15372517456988796,0.0,0.0010430730016476948,0.0,0.012246486391464083,0.595039415653102 -7277,0.5,0.15372517456988796,0.0,0.021107978045551395,0.15372517456988796,0.0,0.06834183005024495,0.15372517456988796,0.0,0.007100348863740162,0.15372517456988796,0.0,0.006710838464686121,0.15372517456988796,0.0,0.05049187122974947,0.15372517456988796,0.0,0.04712604851549676,0.15372517456988796,0.0,0.03720606953592688,0.15372517456988796,0.0,0.03245267930354581,0.5,0.15372517456988796,0.0,0.00754099677985454,0.15372517456988796,0.0,0.004089202731385807,0.5,0.15372517456988796,0.0,0.00575611115800716,0.15372517456988796,0.0,0.011932251910370228,0.15372517456988796,0.0,0.13642392252790883,0.15372517456988796,0.0,0.0912115698969909,0.15372517456988796,0.0,0.03312603998040565,0.15372517456988796,0.0,0.019334597758979128,0.15372517456988796,0.0,0.0060987794007584025,0.5,0.15372517456988796,0.0,0.0017215133245235765,0.0,0.016273470960077117,0.5744174121821967 -7278,0.5,0.15372517456988796,0.0,0.023740737335630778,0.15372517456988796,0.0,0.06999276645591357,0.15372517456988796,0.0,0.006666393896902657,0.15372517456988796,0.0,0.009335505213306977,0.15372517456988796,0.0,0.05040153546120309,0.15372517456988796,0.0,0.054293864298512656,0.15372517456988796,0.0,0.0261328440433492,0.15372517456988796,0.0,0.031976690900041446,0.5,0.15372517456988796,0.0,0.007126465351647301,0.15372517456988796,0.0,0.0016978870837297917,0.5,0.15372517456988796,0.0,0.006279453218014202,0.15372517456988796,0.0,0.015982210915166207,0.15372517456988796,0.0,0.14464790552555215,0.15372517456988796,0.0,0.08919048219455525,0.15372517456988796,0.0,0.035932257150955084,0.15372517456988796,0.0,0.020121419047554483,0.15372517456988796,0.0,0.004912729696544842,0.5,0.15372517456988796,0.0,0.0016192864947834474,0.0,0.02615421877628594,0.48445101472271285 -7279,0.5,0.15372517456988796,0.0,0.02457209808667502,0.15372517456988796,0.0,0.06872602515101173,0.15372517456988796,0.0,0.006364422722285092,0.15372517456988796,0.0,0.012322495833495515,0.15372517456988796,0.0,0.05457840909039387,0.15372517456988796,0.0,0.06341865818644338,0.15372517456988796,0.0,0.02680302704390945,0.15372517456988796,0.0,0.03530105879616327,0.5,0.15372517456988796,0.0,0.006488290077232843,0.15372517456988796,0.0,0.004010366420199106,0.5,0.15372517456988796,0.0,0.002139206907486677,0.15372517456988796,0.0,0.01517934057511734,0.15372517456988796,0.0,0.1484990903460858,0.15372517456988796,0.0,0.09026431515504946,0.15372517456988796,0.0,0.03642252405061031,0.15372517456988796,0.0,0.01822788076135844,0.15372517456988796,0.0,0.00357702871812254,0.5,0.15372517456988796,0.0,0.002490932663137468,0.0,0.037642655501718476,0.42494665046543806 -7280,0.5,0.15372517456988796,0.00460262332086902,0.024475106105438682,0.15372517456988796,0.0,0.07026865432424895,0.15372517456988796,0.002293175219402179,0.005351241934245983,0.15372517456988796,0.008742587369660234,0.010918393171962495,0.15372517456988796,0.0,0.06255499159973571,0.15372517456988796,0.0,0.06672877662884111,0.15372517456988796,0.0,0.03557086389293172,0.15372517456988796,1.6354335748512817e-05,0.03699736733472002,0.5,0.15372517456988796,0.0005014627087007356,0.005948275353437241,0.15372517456988796,0.009604721955816855,0.005949741997761245,0.5,0.15372517456988796,0.00329663825152355,0.001757749754236917,0.15372517456988796,0.005608288632589352,0.018373363368070942,0.15372517456988796,1.7583716757651545e-06,0.15153746137987367,0.15372517456988796,2.995237970462282e-06,0.0942205688616803,0.15372517456988796,0.0002058264096960332,0.03565355140150449,0.15372517456988796,0.0011757371122455616,0.014735220814086122,0.15372517456988796,0.004936566687867872,0.0034212101539131284,0.5,0.15372517456988796,0.01584846671328898,0.0010114868916034148,0.0,0.04306421683163851,0.38852192867113966 -7281,0.5,0.15372517456988796,0.0811098153266302,0.02490250531621182,0.15372517456988796,0.0013140957874248698,0.06942342767323084,0.15372517456988796,0.04522329384672051,0.004382384397035033,0.15372517456988796,0.13128205054312653,0.008581639690059628,0.15372517456988796,0.018023601854042268,0.06565142496001353,0.15372517456988796,0.0057472744014503176,0.06810302224057921,0.15372517456988796,0.005099120821848589,0.04568372059360826,0.15372517456988796,0.02399097423944756,0.03680397361606099,0.5,0.15372517456988796,0.06011803735218252,0.005143534755915402,0.15372517456988796,0.1643732742317264,0.0023446113511477926,0.5,0.15372517456988796,0.1068647797977261,0.0061360600852121295,0.15372517456988796,0.142738481569682,0.01072473114785681,0.15372517456988796,0.0037695183024708456,0.15166853088081345,0.15372517456988796,0.00511119751594752,0.0974949346403533,0.15372517456988796,0.016092850176353833,0.03513123039215456,0.15372517456988796,0.0576920108376735,0.013364142365384316,0.15372517456988796,0.08280027083848107,0.0029410973580017083,0.5,0.15372517456988796,0.14758579384024037,0.0011509343233226778,0.0,0.04590885922995705,0.4154454115427812 -7282,0.5,0.15372517456988796,0.16289639854635915,0.03031506593451451,0.15372517456988796,0.005288778543520092,0.06943689746070486,0.15372517456988796,0.09043507495149605,0.006222937575809095,0.15372517456988796,0.2573173384781047,0.013051673786602266,0.15372517456988796,0.05675668863853528,0.07166956836278197,0.15372517456988796,0.04419521067828408,0.06894307824593877,0.15372517456988796,0.024760088728185685,0.05476034026425468,0.15372517456988796,0.09613369514089443,0.03697260455047049,0.5,0.15372517456988796,0.1565129621061208,0.0043107632176565165,0.15372517456988796,0.3247450245655146,0.001000915399258494,0.5,0.15372517456988796,0.2265055916540002,0.0035920359089548007,0.15372517456988796,0.2929465355171284,0.0061646643341826315,0.15372517456988796,0.026053256274776358,0.1485249434542825,0.15372517456988796,0.027949680662284863,0.10198639356582986,0.15372517456988796,0.043347967012442236,0.036752486075820774,0.15372517456988796,0.12026801423479286,0.01485872844733626,0.15372517456988796,0.19196639603311064,0.002068039836793079,0.5,0.15372517456988796,0.3073372303315483,0.0007110026084976152,0.0,0.05552888521628873,0.3793055614662844 -7283,0.5,0.15372517456988796,0.22972936284612672,0.042565299006557006,0.15372517456988796,0.034666892814789275,0.06426978293118729,0.15372517456988796,0.15332788218336468,0.008498156764500116,0.15372517456988796,0.3644466776504056,0.018188332297117624,0.15372517456988796,0.08123425866495294,0.08661943412569992,0.15372517456988796,0.10826604805682695,0.07802472334966243,0.15372517456988796,0.06532506558475311,0.05368461053707288,0.15372517456988796,0.20157858798198822,0.04517626534987068,0.5,0.15372517456988796,0.26486372231870287,0.005857350174720797,0.15372517456988796,0.453192528177808,0.0003293963681081229,0.5,0.15372517456988796,0.32978841346329596,0.0019185215242414077,0.15372517456988796,0.41623797772772014,0.0033400973755359628,0.15372517456988796,0.06944231908368219,0.1464522665333328,0.15372517456988796,0.0676409678831672,0.10878795030151295,0.15372517456988796,0.06450106645683328,0.0381191683396587,0.15372517456988796,0.15868541819628434,0.020546195373328656,0.15372517456988796,0.3143781555363679,0.002897193996346751,0.5,0.15372517456988796,0.4351908478811448,0.00044136264899111247,0.0,0.06750274290052986,0.38774617511406817 -7284,0.5,0.15372517456988796,0.240190712621428,0.05534793357360212,0.15372517456988796,0.07412873614175557,0.056829974426553576,0.15372517456988796,0.19836124425554202,0.0077634075105686325,0.15372517456988796,0.4415634234360441,0.020311468738936186,0.15372517456988796,0.1137363222095123,0.09548970158308731,0.15372517456988796,0.15058528790571718,0.0837236184781151,0.15372517456988796,0.15316708364369902,0.05482370712821341,0.15372517456988796,0.3004761356973882,0.05784965529086767,0.5,0.15372517456988796,0.38437636457704455,0.010151142414146514,0.15372517456988796,0.5260086206566051,0.001499174814624028,0.5,0.15372517456988796,0.4034655965094759,0.005016102738661643,0.15372517456988796,0.4925672039192093,0.003269103403092405,0.15372517456988796,0.08982973641407904,0.14634199099849596,0.15372517456988796,0.1107415575355784,0.1210772400052208,0.15372517456988796,0.09904852368360823,0.03699956836415179,0.15372517456988796,0.16163566621384667,0.028282067672755637,0.15372517456988796,0.38727085889110224,0.004042220600555062,0.5,0.15372517456988796,0.5101516238573582,0.002718657913187852,0.0,0.07014311952632568,0.3580263720696069 -7285,0.5,0.15372517456988796,0.21652556019924074,0.06409057993130111,0.15372517456988796,0.08940975199907267,0.060711492440121174,0.15372517456988796,0.20206448107395733,0.008483786929281088,0.15372517456988796,0.44121175719632033,0.022165902898673574,0.15372517456988796,0.06473116990417145,0.08561502009927509,0.15372517456988796,0.13244945694793994,0.07115840830192811,0.15372517456988796,0.20055221537974055,0.062249775282109815,0.15372517456988796,0.3220548463339856,0.06238784989619394,0.5,0.15372517456988796,0.45402478643084243,0.01818180396963065,0.15372517456988796,0.5444524583181206,0.00880651602322165,0.5,0.15372517456988796,0.4494514963156716,0.008707181799523683,0.15372517456988796,0.5167962648572958,0.00299777791190225,0.15372517456988796,0.06011008395818869,0.12021822559603493,0.15372517456988796,0.16807008098958592,0.1359778236489872,0.15372517456988796,0.1574549498434493,0.03864872561110097,0.15372517456988796,0.19326150243993165,0.03501517370515758,0.15372517456988796,0.429026001228386,0.0064252986688024686,0.5,0.15372517456988796,0.505613293246033,0.00954480346140184,0.0,0.07134718669286597,0.3100851148712304 -7286,0.5,0.15372517456988796,0.18104247115839336,0.07194720509591844,0.15372517456988796,0.06170616059198722,0.05061165129783849,0.15372517456988796,0.20261899976687275,0.02013946124244538,0.15372517456988796,0.38382295750647577,0.026376907646625626,0.15372517456988796,0.06097239515331632,0.07424017909459474,0.15372517456988796,0.12258829948129384,0.06390416108810848,0.15372517456988796,0.14909231685724134,0.05324396806375218,0.15372517456988796,0.28017354300948427,0.0609799999934112,0.5,0.15372517456988796,0.46390196248849547,0.02138014671257904,0.15372517456988796,0.5045269391488418,0.020597213919896076,0.5,0.15372517456988796,0.44960235857188435,0.01991926798161923,0.15372517456988796,0.5033364464753987,0.005148428196811143,0.15372517456988796,0.04502016568111476,0.11031520283909241,0.15372517456988796,0.11860594923341274,0.12193378418570372,0.15372517456988796,0.17024657399470078,0.038644249407766285,0.15372517456988796,0.2592937732241688,0.034036481655713824,0.15372517456988796,0.4153473400141918,0.00846408701594168,0.5,0.15372517456988796,0.4495848719585594,0.010920532118437331,0.0,0.09265331047867024,0.2773620993482943 -7287,0.5,0.15372517456988796,0.11895687776865102,0.07433331690027449,0.15372517456988796,0.027464301039756334,0.044075963338494915,0.15372517456988796,0.1765924896508454,0.028777604992964074,0.15372517456988796,0.2861589309479522,0.03273363591550047,0.15372517456988796,0.0724023977595914,0.06662278152638931,0.15372517456988796,0.12278230959159511,0.06189357090144194,0.15372517456988796,0.07230064813235211,0.05098786704583758,0.15372517456988796,0.19777731049340788,0.05854919147924567,0.5,0.15372517456988796,0.39116969710192134,0.019061189338654326,0.15372517456988796,0.39990902721714533,0.020096700898319404,0.5,0.15372517456988796,0.3916731285722717,0.019098142334335176,0.15372517456988796,0.4187268164233747,0.00842638724170817,0.15372517456988796,0.02907139410239972,0.11267996784216647,0.15372517456988796,0.08450141291407771,0.1090518373637211,0.15372517456988796,0.1093240224505864,0.029350921400108854,0.15372517456988796,0.24887293119694742,0.02401196665832506,0.15372517456988796,0.33075447198699126,0.008568364663857266,0.5,0.15372517456988796,0.33910381650814203,0.008140169248338148,0.0,0.12743331519566634,0.2332440956326985 -7288,0.5,0.15372517456988796,0.0513286694714754,0.05768709555717236,0.15372517456988796,0.017254441799117382,0.053159186968580616,0.15372517456988796,0.12268774878348457,0.01144635730214989,0.15372517456988796,0.10462989223871366,0.021112162466681367,0.15372517456988796,0.05506416254321407,0.05779537608710283,0.15372517456988796,0.09144529415778059,0.062291076024435385,0.15372517456988796,0.034101091934184764,0.05216521694129193,0.15372517456988796,0.09658958165156994,0.04756531533771577,0.5,0.15372517456988796,0.20168147538338807,0.00966410878409912,0.15372517456988796,0.21353237273639433,0.011283264878760312,0.5,0.15372517456988796,0.1895674363665102,0.007866601409981487,0.15372517456988796,0.21406256631791232,0.008529268778141856,0.15372517456988796,0.022015441573183386,0.11881533336353084,0.15372517456988796,0.05905332964005475,0.09262048651935056,0.15372517456988796,0.04130172310484965,0.030873264960221577,0.15372517456988796,0.1385935058360448,0.01904387558947062,0.15372517456988796,0.1746401731303991,0.004174117672460078,0.5,0.15372517456988796,0.16363624369257146,0.004844815010582291,0.0,0.13000688706798416,0.20271628283711626 -7289,0.5,0.15372517456988796,0.0,0.05629410230385454,0.15372517456988796,0.0,0.06380456662949854,0.15372517456988796,0.0,0.010698199110450179,0.15372517456988796,0.0,0.027909164556446143,0.15372517456988796,0.00031278394330210414,0.06763900937396225,0.15372517456988796,0.0,0.08338365764072328,0.15372517456988796,0.00036918615079050446,0.05713102866315367,0.15372517456988796,0.0,0.051132904881107,0.5,0.15372517456988796,0.0,0.013557460677271883,0.15372517456988796,0.0,0.013553185040722494,0.5,0.15372517456988796,0.0,0.007044865149598966,0.15372517456988796,0.0,0.011858216096082565,0.15372517456988796,4.446229440029159e-05,0.12845507739513434,0.15372517456988796,7.78558105539702e-05,0.08878653841892106,0.15372517456988796,0.00018191466252688533,0.04017252544907102,0.15372517456988796,0.0,0.02563858607723405,0.15372517456988796,0.0,0.005560345146679969,0.5,0.15372517456988796,0.0,0.0064698817917444185,0.0,0.1383740677356652,0.17581755434360413 -7290,0.5,0.15372517456988796,0.0,0.057441870095186066,0.15372517456988796,0.0,0.07201347738507133,0.15372517456988796,0.0,0.011508976242187606,0.15372517456988796,0.0,0.02592742088360084,0.15372517456988796,0.0,0.06097669298291495,0.15372517456988796,0.0,0.09724430853020138,0.15372517456988796,0.0,0.0654026412513063,0.15372517456988796,0.0,0.05714052925225874,0.5,0.15372517456988796,0.0,0.013752086845536958,0.15372517456988796,0.0,0.010210564359626736,0.5,0.15372517456988796,0.0,0.0048455063041993535,0.15372517456988796,0.0,0.013166720151153284,0.15372517456988796,0.0,0.12962733747171146,0.15372517456988796,0.0,0.08285611521761779,0.15372517456988796,0.0,0.046705965083079615,0.15372517456988796,0.0,0.031521273872557126,0.15372517456988796,0.0,0.006082992064658494,0.5,0.15372517456988796,0.0,0.0048087900495321426,0.0,0.1631308162637154,0.12429501836759826 -7291,0.5,0.15372517456988796,0.0,0.06529251653881883,0.15372517456988796,0.0,0.07356222859269755,0.15372517456988796,0.0,0.012855991157804184,0.15372517456988796,0.0,0.026023984491305885,0.15372517456988796,0.0,0.05497750682035675,0.15372517456988796,0.0,0.0870107488868547,0.15372517456988796,0.0,0.07356226743695539,0.15372517456988796,0.0,0.05934650837872275,0.5,0.15372517456988796,0.0,0.015363930423664178,0.15372517456988796,0.0,0.008205755140739394,0.5,0.15372517456988796,0.0,0.0052311994270530385,0.15372517456988796,0.0,0.018077485306482816,0.15372517456988796,0.0,0.12405822812324625,0.15372517456988796,0.0,0.0762414347004479,0.15372517456988796,0.0,0.050327689783711854,0.15372517456988796,0.0,0.03852129505839896,0.15372517456988796,0.0,0.0061316540676559965,0.5,0.15372517456988796,0.0,0.004425542448086791,0.0,0.1931194395078326,0.0827029517579482 -7292,0.5,0.15372517456988796,0.0,0.07393570531192198,0.15372517456988796,0.0,0.07966342423522184,0.15372517456988796,0.0,0.013965071623076034,0.15372517456988796,0.0,0.02768588709690933,0.15372517456988796,0.0,0.05288830051900105,0.15372517456988796,0.0,0.08676130449537939,0.15372517456988796,0.0,0.07408066523405361,0.15372517456988796,0.0,0.06303434528430436,0.5,0.15372517456988796,0.0,0.015726868156925887,0.15372517456988796,0.0,0.008140759678323225,0.5,0.15372517456988796,0.0,0.006829289326574186,0.15372517456988796,0.0,0.02102982064117036,0.15372517456988796,0.0,0.12349337819175625,0.15372517456988796,0.0,0.0726927448023415,0.15372517456988796,0.0,0.05017047596222081,0.15372517456988796,0.0,0.041490194163393966,0.15372517456988796,0.0,0.0066812831476486,0.5,0.15372517456988796,0.0,0.004835945274415318,0.0,0.20829991736664083,0.07603414608179584 -7293,0.5,0.15372517456988796,0.0,0.07885284480573293,0.15372517456988796,0.0,0.08925007970351248,0.15372517456988796,0.0,0.01396918744559222,0.15372517456988796,0.0,0.02690384963821135,0.15372517456988796,0.0,0.06430528605755884,0.15372517456988796,0.0,0.09735964083953019,0.15372517456988796,0.0,0.0647962507131803,0.15372517456988796,0.0,0.06980725722869822,0.5,0.15372517456988796,0.0,0.01620068891723494,0.15372517456988796,0.0,0.007857531297534106,0.5,0.15372517456988796,0.0,0.00966946424053336,0.15372517456988796,0.0,0.019813441087474213,0.15372517456988796,0.0,0.124410780145887,0.15372517456988796,0.0,0.073746493224004,0.15372517456988796,0.0,0.04673313114281639,0.15372517456988796,0.0,0.04137133441275053,0.15372517456988796,0.0,0.0068998428361169775,0.5,0.15372517456988796,0.0,0.00507716478697587,0.0,0.2284911404534598,0.08757508105911298 -7294,0.5,0.15372517456988796,0.0,0.08236617762471987,0.15372517456988796,0.0,0.09137304471636076,0.15372517456988796,0.0,0.017304601098164202,0.15372517456988796,0.0,0.02532311430645559,0.15372517456988796,0.0,0.07510322825224189,0.15372517456988796,0.0,0.1006936126134668,0.15372517456988796,0.0,0.06939463321269396,0.15372517456988796,0.0,0.07984324293520091,0.5,0.15372517456988796,0.0,0.01673731990419287,0.15372517456988796,0.0,0.007338190476026844,0.5,0.15372517456988796,0.0,0.01301396926965116,0.15372517456988796,0.0,0.022278967584163735,0.15372517456988796,0.0,0.12933110158659383,0.15372517456988796,0.0,0.08059918259260854,0.15372517456988796,0.0,0.04895161659793361,0.15372517456988796,0.0,0.03905347916860172,0.15372517456988796,0.0,0.007662355923862971,0.5,0.15372517456988796,0.0,0.0045236948243490656,0.0,0.2229746508621148,0.10713145971535207 -7295,0.5,0.15372517456988796,0.0,0.08612367220940233,0.15372517456988796,0.0,0.09584831026988114,0.15372517456988796,0.0,0.023504960870218743,0.15372517456988796,0.0,0.026899338962566487,0.15372517456988796,0.0,0.09889815976006028,0.15372517456988796,0.0,0.10686682589124284,0.15372517456988796,0.0,0.08055631332837088,0.15372517456988796,0.0,0.08533168093854096,0.5,0.15372517456988796,0.0,0.015712866009991708,0.15372517456988796,0.0,0.006710860233662056,0.5,0.15372517456988796,0.0,0.01541231987047842,0.15372517456988796,0.0,0.02427531326368336,0.15372517456988796,0.0,0.12640187671292027,0.15372517456988796,0.0,0.08875057319628468,0.15372517456988796,0.0,0.05551633324760531,0.15372517456988796,0.0,0.03816602647450327,0.15372517456988796,0.0,0.009114933175147777,0.5,0.15372517456988796,0.0,0.004415833834268554,0.0,0.23465045684928587,0.15546677146910093 -7296,0.5,0.15372517456988796,0.0,0.08651344299271332,0.15372517456988796,0.0,0.1000262651350002,0.15372517456988796,0.0,0.03019168864204884,0.15372517456988796,0.0,0.03170010064411444,0.15372517456988796,0.0,0.10228306863811962,0.15372517456988796,0.0,0.1143164029984667,0.15372517456988796,0.0,0.09428948628682927,0.15372517456988796,0.0,0.08991890217232154,0.5,0.15372517456988796,0.0,0.013675743039279736,0.15372517456988796,0.0,0.007817282473893815,0.5,0.15372517456988796,0.0,0.018105524025631082,0.15372517456988796,0.0,0.02683013904423459,0.15372517456988796,0.0,0.12464771979174297,0.15372517456988796,0.0,0.0949885906400178,0.15372517456988796,0.0,0.06198592434068319,0.15372517456988796,0.0,0.03701291566956124,0.15372517456988796,0.0,0.010803932937725002,0.5,0.15372517456988796,0.0,0.005378510349956496,0.0,0.2690273624121716,0.18934957084625664 -7297,0.5,0.15372517456988796,0.0,0.08861689469582726,0.15372517456988796,0.0,0.09777228146319232,0.15372517456988796,0.0,0.02933778584853518,0.15372517456988796,0.0,0.03629232847812745,0.15372517456988796,0.0,0.10768777886584663,0.15372517456988796,0.0,0.119341451030065,0.15372517456988796,0.0,0.09839207607807486,0.15372517456988796,0.0,0.08682180809889059,0.5,0.15372517456988796,0.0,0.015123184679006417,0.15372517456988796,0.0,0.010644543411987784,0.5,0.15372517456988796,0.0,0.016301534124226382,0.15372517456988796,0.0,0.028173206396067907,0.15372517456988796,0.0,0.11943906915425359,0.15372517456988796,0.0,0.09538279341875605,0.15372517456988796,0.0,0.06360853519123924,0.15372517456988796,0.0,0.036615800037184815,0.15372517456988796,0.0,0.012601036535877061,0.5,0.15372517456988796,0.0,0.006189459899051812,0.0,0.25367671368078326,0.22364202538593686 -7298,0.5,0.15372517456988796,0.0,0.0948391228941001,0.15372517456988796,0.0,0.09390558657834383,0.15372517456988796,0.0,0.025657248012589323,0.15372517456988796,0.0,0.037901834368977316,0.15372517456988796,0.0,0.11704214120522059,0.15372517456988796,0.0,0.11727025279829933,0.15372517456988796,0.0,0.10723127185424,0.15372517456988796,0.0,0.09758343579901402,0.5,0.15372517456988796,0.0,0.017372247547182695,0.15372517456988796,0.0,0.014585866704494976,0.5,0.15372517456988796,0.0,0.013952288071452141,0.15372517456988796,0.0,0.027213411187923742,0.15372517456988796,0.0,0.1095036638190335,0.15372517456988796,0.0,0.10246797180170672,0.15372517456988796,0.0,0.06440408318658314,0.15372517456988796,0.0,0.039043628799197296,0.15372517456988796,0.0,0.015030808690902939,0.5,0.15372517456988796,0.0,0.006091272156648375,0.0,0.25186079143729945,0.3086845429299818 -7299,0.5,0.15372517456988796,0.0,0.1055776858246474,0.15372517456988796,0.0,0.08727524361070617,0.15372517456988796,0.0,0.022321748975686506,0.15372517456988796,0.0,0.0349760371087435,0.15372517456988796,0.0,0.12444040115915343,0.15372517456988796,0.0,0.14082456377510863,0.15372517456988796,0.0,0.10956582136356385,0.15372517456988796,0.0,0.10990745183969544,0.5,0.15372517456988796,0.0,0.018438426230145674,0.15372517456988796,0.0,0.011909906864077991,0.5,0.15372517456988796,0.0,0.013493681927821436,0.15372517456988796,0.0,0.025819993864482815,0.15372517456988796,0.0,0.10127600635532122,0.15372517456988796,0.0,0.10838794325352616,0.15372517456988796,0.0,0.06731550187714683,0.15372517456988796,0.0,0.04350248917244968,0.15372517456988796,0.0,0.014968781388500146,0.5,0.15372517456988796,0.0,0.005962164144322239,0.0,0.27414300286716015,0.3688488160605119 -7300,0.5,0.15372517456988796,0.0,0.11169199601104336,0.15372517456988796,0.0,0.08115837787388677,0.15372517456988796,0.0,0.022227065717865084,0.15372517456988796,0.0,0.03207248556387393,0.15372517456988796,0.0,0.12512264408534027,0.15372517456988796,0.0,0.13875315869972654,0.15372517456988796,0.0,0.11296053333357295,0.15372517456988796,0.0,0.10340020202040123,0.5,0.15372517456988796,0.0,0.018361696401741685,0.15372517456988796,0.0,0.012840579318382716,0.5,0.15372517456988796,0.0,0.01754544122506478,0.15372517456988796,0.0,0.023371464680002375,0.15372517456988796,0.0,0.1026224148850936,0.15372517456988796,0.0,0.11496378912946861,0.15372517456988796,0.0,0.06773680200503898,0.15372517456988796,0.0,0.04996268894345708,0.15372517456988796,0.0,0.01473049086299993,0.5,0.15372517456988796,0.0,0.005797177000542015,0.0,0.2633969577341043,0.49980701327112304 -7301,0.5,0.15372517456988796,0.0,0.11370319887936481,0.15372517456988796,0.0,0.08289749074672306,0.15372517456988796,0.0,0.02521030326053266,0.15372517456988796,0.0,0.033273132519043895,0.15372517456988796,0.0,0.12450358972141352,0.15372517456988796,0.0,0.13755008342426364,0.15372517456988796,0.0,0.1337390576069672,0.15372517456988796,0.0,0.09598851761169142,0.5,0.15372517456988796,0.0,0.01702529551240969,0.15372517456988796,0.0,0.006776205953257089,0.5,0.15372517456988796,0.0,0.021694069445016523,0.15372517456988796,0.0,0.02311441699935089,0.15372517456988796,0.0,0.10331559559308157,0.15372517456988796,0.0,0.13145651435181982,0.15372517456988796,0.0,0.06957149202702062,0.15372517456988796,0.0,0.05266728241757618,0.15372517456988796,0.0,0.015381236455973373,0.5,0.15372517456988796,0.0,0.005412360435259678,0.0,0.24396736864167334,0.6570475309017357 -7302,0.5,0.15372517456988796,0.0,0.11613011300830817,0.15372517456988796,0.0,0.092184327094002,0.15372517456988796,0.0,0.02864901318648946,0.15372517456988796,0.0,0.03876755858319656,0.15372517456988796,0.0,0.12268366237339584,0.15372517456988796,0.0,0.1552913036657161,0.15372517456988796,0.0,0.14469744113117153,0.15372517456988796,0.0,0.09844289314531873,0.5,0.15372517456988796,0.0,0.01534945932324603,0.15372517456988796,0.0,0.005491866344866773,0.5,0.15372517456988796,0.0,0.02194806176859788,0.15372517456988796,0.0,0.02390933429735085,0.15372517456988796,0.0,0.11341007389370204,0.15372517456988796,0.0,0.13960697539205053,0.15372517456988796,0.0,0.07695023641023771,0.15372517456988796,0.0,0.057436874164606175,0.15372517456988796,0.0,0.014856393364200299,0.5,0.15372517456988796,0.0,0.005517083865852786,0.0,0.2369894341277196,0.7416344305938811 -7303,0.5,0.15372517456988796,0.0,0.12327941899827842,0.15372517456988796,0.0,0.11103298118242937,0.15372517456988796,0.0,0.031002711918789116,0.15372517456988796,0.0,0.043973879144192686,0.15372517456988796,0.0,0.133639151960764,0.15372517456988796,0.0,0.18623154160994138,0.15372517456988796,0.0,0.1349742530130582,0.15372517456988796,0.0,0.09790237248360448,0.5,0.15372517456988796,0.0,0.017085141523244245,0.15372517456988796,0.0,0.005697710172120786,0.5,0.15372517456988796,0.0,0.01832140202168363,0.15372517456988796,0.0,0.02998275744876638,0.15372517456988796,0.0,0.13068724093237952,0.15372517456988796,0.0,0.14703090402267593,0.15372517456988796,0.0,0.08387642611774276,0.15372517456988796,0.0,0.05550523782817282,0.15372517456988796,0.0,0.014651366384446668,0.5,0.15372517456988796,0.0,0.006265873205642547,0.0,0.21996826665552566,0.8051526744344855 -7304,0.5,0.15372517456988796,0.0023968319603882857,0.1314965323143621,0.15372517456988796,0.0,0.11691749632343025,0.15372517456988796,0.004217019537834811,0.03217355395686381,0.15372517456988796,0.010381992051035934,0.04104201107301398,0.15372517456988796,0.0,0.1473406420490411,0.15372517456988796,0.0,0.19675883939851063,0.15372517456988796,0.0,0.1348255937019637,0.15372517456988796,0.0,0.12059914764475137,0.5,0.15372517456988796,0.0005235128672741003,0.02148675938268832,0.15372517456988796,0.00834297287588713,0.004239648104704779,0.5,0.15372517456988796,0.0034742027303757256,0.011397933087603156,0.15372517456988796,0.005010953483819644,0.028156708238193936,0.15372517456988796,0.0,0.1450290082683567,0.15372517456988796,1.9542495396629796e-06,0.1615436237690736,0.15372517456988796,0.0003226409051023564,0.08661639925880676,0.15372517456988796,0.0012052305056227024,0.05811752114258367,0.15372517456988796,0.007029362528103865,0.013530540194128169,0.5,0.15372517456988796,0.01934550791334681,0.0059599006787879,0.0,0.2117261765766427,0.8644075530149684 -7305,0.5,0.15372517456988796,0.05576581196269796,0.14112957911785282,0.15372517456988796,0.10117188262069006,0.08696521819695407,0.15372517456988796,0.11283954981109766,0.03418446797746156,0.15372517456988796,0.15653134491748566,0.036732751437512735,0.15372517456988796,0.09595487813256375,0.13635642463850708,0.15372517456988796,0.09366907377466124,0.16316771630078736,0.15372517456988796,0.10246124458373213,0.1278305549779188,0.15372517456988796,0.10383861882965661,0.09444480509003746,0.5,0.15372517456988796,0.11919979545601464,0.016554258836492867,0.15372517456988796,0.16195801817689043,0.0034458161115417624,0.5,0.15372517456988796,0.13750808039911272,0.00922472274308245,0.15372517456988796,0.1469318713920213,0.02222303042627434,0.15372517456988796,0.08378816653203706,0.14515822853219743,0.15372517456988796,0.09145976125865563,0.1645452675374201,0.15372517456988796,0.08452228485194947,0.07773563765317255,0.15372517456988796,0.10470014450105097,0.05432758326854957,0.15372517456988796,0.1530618963547539,0.011225423239123207,0.5,0.15372517456988796,0.17675960455235049,0.004212892968618848,0.0,0.2086629946898352,0.9058725361351492 -7306,0.5,0.15372517456988796,0.1446080859830893,0.15905263043492907,0.15372517456988796,0.23988263278899266,0.09266006345167356,0.15372517456988796,0.24905009207247691,0.03506141018497506,0.15372517456988796,0.308503535635428,0.0386957368722935,0.15372517456988796,0.2520612473054077,0.1518125002257515,0.15372517456988796,0.251536158801358,0.19134395126153186,0.15372517456988796,0.25549715956270214,0.12285726063460349,0.15372517456988796,0.2626804324328229,0.0957895702089259,0.5,0.15372517456988796,0.28030137021798246,0.01757662332524534,0.15372517456988796,0.3240616857589817,0.0012120623156677735,0.5,0.15372517456988796,0.2976446950865138,0.007808644504411673,0.15372517456988796,0.3095246164389225,0.016806385400413345,0.15372517456988796,0.22900100038947308,0.16313001642704106,0.15372517456988796,0.2450116557225986,0.19427279219755444,0.15372517456988796,0.2088982403921914,0.08740671994190438,0.15372517456988796,0.2414904447401245,0.06141324663110796,0.15372517456988796,0.3122467400354775,0.009939299874727149,0.5,0.15372517456988796,0.33748332809863807,0.002787451071881572,0.0,0.21018748219318162,0.9335623555826165 -7307,0.5,0.15372517456988796,0.24224958319296253,0.1812958437035962,0.15372517456988796,0.3527673787873932,0.1635205276054342,0.15372517456988796,0.36899951835652745,0.04435330628466498,0.15372517456988796,0.4311572521935184,0.045942572457593873,0.15372517456988796,0.39016032679706425,0.19632660470231944,0.15372517456988796,0.3924443995286453,0.24741086398473366,0.15372517456988796,0.39325423390415437,0.16059402829052769,0.15372517456988796,0.40397173301886274,0.12960836472043288,0.5,0.15372517456988796,0.420724181694984,0.026695769039476243,0.15372517456988796,0.45771553223148626,0.001665043193540162,0.5,0.15372517456988796,0.4340468784225494,0.006654213446302404,0.15372517456988796,0.44690390383351686,0.016572402265759067,0.15372517456988796,0.3623778742187696,0.2091057094674784,0.15372517456988796,0.38286088063829926,0.24708492365194007,0.15372517456988796,0.32988624382219667,0.13019611966681335,0.15372517456988796,0.3713494327778525,0.09880737694138628,0.15372517456988796,0.4442607567369176,0.013258159606872662,0.5,0.15372517456988796,0.4655865419678845,0.005309565303062878,0.0,0.2151712192892976,0.9477716153619155 -7308,0.5,0.15372517456988796,0.27831947075601937,0.18260163575954244,0.15372517456988796,0.4288133378432618,0.21920030789253253,0.15372517456988796,0.44542879353632636,0.05297120629874713,0.15372517456988796,0.49668676189011873,0.048689490448255116,0.15372517456988796,0.4789189987071299,0.25402966339062,0.15372517456988796,0.48488657101544874,0.2837266119658278,0.15372517456988796,0.48183295614086136,0.24336912970430363,0.15372517456988796,0.4943587802495169,0.20769828115080405,0.5,0.15372517456988796,0.5094069280306508,0.0612364556286049,0.15372517456988796,0.5358312870202964,0.0023363161664503385,0.5,0.15372517456988796,0.5167111924044603,0.010200572947066574,0.15372517456988796,0.5301546977137096,0.014827410238476507,0.15372517456988796,0.4457725294989793,0.2634233272453404,0.15372517456988796,0.4677717074269556,0.3075795535132817,0.15372517456988796,0.42036154628637246,0.17145009148639767,0.15372517456988796,0.4685379662361351,0.16736690476688035,0.15372517456988796,0.5208983902378153,0.0201058411300337,0.5,0.15372517456988796,0.5366141646815036,0.010227640671472034,0.0,0.2057374826241201,0.9579564809728581 -7309,0.5,0.15372517456988796,0.2630088867297336,0.19481153236206952,0.15372517456988796,0.46589958700141876,0.19878033842268167,0.15372517456988796,0.4736367030070131,0.050768049091161255,0.15372517456988796,0.5020421587664178,0.046734399812046745,0.15372517456988796,0.5105267768800016,0.2784041522344584,0.15372517456988796,0.5191427452586892,0.3049391379015054,0.15372517456988796,0.5152216580854767,0.3119223816450579,0.15372517456988796,0.5275713868167278,0.28362915531555316,0.5,0.15372517456988796,0.5407489825379863,0.10383784015692916,0.15372517456988796,0.5552841965917605,0.00258020596002818,0.5,0.15372517456988796,0.5413039484627011,0.0171884575727388,0.15372517456988796,0.5549192306950275,0.012869825648191852,0.15372517456988796,0.47392786973593204,0.28590454214439887,0.15372517456988796,0.4980973290853907,0.36419043638756565,0.15372517456988796,0.4701360294378086,0.18588070618547206,0.15372517456988796,0.5152029257680952,0.19505806521171293,0.15372517456988796,0.5391403602970337,0.025968391461131248,0.5,0.15372517456988796,0.549303030737843,0.01823427799286869,0.0,0.21601499609664884,0.9760827156374742 -7310,0.5,0.15372517456988796,0.21863179121082668,0.19337319662202196,0.15372517456988796,0.4486730581930504,0.20424645698896848,0.15372517456988796,0.4532012407594091,0.06646991244650279,0.15372517456988796,0.44859409329543165,0.045528610731210464,0.15372517456988796,0.48356281746529517,0.26880287924140994,0.15372517456988796,0.495933618323385,0.29626885196628266,0.15372517456988796,0.488727007233576,0.3363928995899667,0.15372517456988796,0.5044309569137877,0.2947825802030957,0.5,0.15372517456988796,0.5143787003432888,0.10661819244068377,0.15372517456988796,0.5150138110580292,0.0026303784734424077,0.5,0.15372517456988796,0.5079029521728261,0.03222805950563282,0.15372517456988796,0.5212018693080545,0.013515186939677818,0.15372517456988796,0.4467912093040245,0.27175321153386367,0.15372517456988796,0.4709083170165994,0.35580082094206467,0.15372517456988796,0.4589936161002833,0.1753663142857313,0.15372517456988796,0.49217765367877153,0.2091983769938455,0.15372517456988796,0.4980360644250193,0.02685687700658535,0.5,0.15372517456988796,0.5016508735902798,0.013497661502321656,0.0,0.19937913597925472,0.9630581061897041 -7311,0.5,0.15372517456988796,0.18665490014160718,0.1694668102917333,0.15372517456988796,0.36144369512607666,0.16985132075014964,0.15372517456988796,0.3697294373699668,0.055367618764908165,0.15372517456988796,0.34317472219772605,0.03652971075071361,0.15372517456988796,0.39596318784516515,0.23141513509588138,0.15372517456988796,0.41209459312406505,0.23056752569191996,0.15372517456988796,0.4004312169001476,0.27770106588607113,0.15372517456988796,0.41953526145111575,0.24018338160076655,0.5,0.15372517456988796,0.4268093514496528,0.09889347867395752,0.15372517456988796,0.4129866699201955,0.001541855159111343,0.5,0.15372517456988796,0.41363541065804393,0.01984212794025999,0.15372517456988796,0.42549713826595115,0.01145488330948812,0.15372517456988796,0.3631909485209725,0.2614038781837717,0.15372517456988796,0.38345015762627455,0.3184191381195698,0.15372517456988796,0.3728104716732438,0.13576228189552847,0.15372517456988796,0.4000977325933682,0.1521007999631565,0.15372517456988796,0.3962577329371224,0.018848917254681342,0.5,0.15372517456988796,0.39321658243559576,0.00782727542634205,0.0,0.17811706973288022,0.9369176499683367 -7312,0.5,0.15372517456988796,0.08244519604908289,0.12740309746464187,0.15372517456988796,0.11528282846899796,0.14494632817752934,0.15372517456988796,0.1442687884967244,0.04327450046737777,0.15372517456988796,0.0910909815220505,0.047846789415046484,0.15372517456988796,0.18442715638448626,0.23448678631012568,0.15372517456988796,0.21510823333574033,0.20268149022106532,0.15372517456988796,0.19395693032695815,0.2305689950271769,0.15372517456988796,0.20114663934431756,0.12857089931451415,0.5,0.15372517456988796,0.205298615197992,0.04751389738296401,0.15372517456988796,0.20515303064218335,0.0005140458321421877,0.5,0.15372517456988796,0.18192894308173982,0.009633905270805931,0.15372517456988796,0.20557796657607258,0.009938477369048192,0.15372517456988796,0.14689338873641855,0.27488603753322033,0.15372517456988796,0.16058442583836902,0.29115912705812136,0.15372517456988796,0.14696426477213,0.12963966244080113,0.15372517456988796,0.1751631601443454,0.0975269127429402,0.15372517456988796,0.15919120428841574,0.012047966179140198,0.5,0.15372517456988796,0.1534642164483315,0.002790278627060951,0.0,0.18333558577316586,0.9016383900440257 -7313,0.5,0.15372517456988796,0.0,0.135713951293107,0.15372517456988796,0.0,0.17233119070985473,0.15372517456988796,0.0,0.04574539064974667,0.15372517456988796,0.0,0.06294784881324622,0.15372517456988796,0.0,0.26634175041595626,0.15372517456988796,0.0,0.24421029982357673,0.15372517456988796,0.0,0.20901980863321407,0.15372517456988796,0.0,0.10129298303735938,0.5,0.15372517456988796,0.0,0.0512195612503177,0.15372517456988796,0.0,0.0016326471818607264,0.5,0.15372517456988796,0.0,0.013165295061888712,0.15372517456988796,0.0,0.015525964217710478,0.15372517456988796,0.0,0.30334006185790374,0.15372517456988796,0.0,0.29244504232378166,0.15372517456988796,0.0,0.1454418835416553,0.15372517456988796,0.0,0.08824743474916502,0.15372517456988796,0.0,0.01750861475213492,0.5,0.15372517456988796,0.0,0.004191787758474725,0.0,0.20609890266774486,0.8733317244744856 -7314,0.5,0.15372517456988796,0.0,0.1477739810908475,0.15372517456988796,0.0,0.17531552974195028,0.15372517456988796,0.0,0.04433244433257157,0.15372517456988796,0.0,0.06184796333311489,0.15372517456988796,0.0,0.2698202804670548,0.15372517456988796,0.0,0.2652583129769879,0.15372517456988796,0.0,0.19369128549639295,0.15372517456988796,0.0,0.09692703244805823,0.5,0.15372517456988796,0.0,0.04849907721447258,0.15372517456988796,0.0,0.0030341949785297985,0.5,0.15372517456988796,0.0,0.013811268071122205,0.15372517456988796,0.0,0.018635027855063786,0.15372517456988796,0.0,0.33021680441507223,0.15372517456988796,0.0,0.2848508551610843,0.15372517456988796,0.0,0.14607298108837863,0.15372517456988796,0.0,0.08579083514053686,0.15372517456988796,0.0,0.016392071478592563,0.5,0.15372517456988796,0.0,0.005067408543995347,0.0,0.24751939694502317,0.8633809241187094 -7315,0.5,0.15372517456988796,0.0,0.159778199379086,0.15372517456988796,0.0,0.179236276796292,0.15372517456988796,0.0,0.04692936317123896,0.15372517456988796,0.0,0.06288814541066373,0.15372517456988796,0.0,0.2600573209655052,0.15372517456988796,0.0,0.2834271706040104,0.15372517456988796,0.0,0.1999450880229521,0.15372517456988796,0.0,0.1070333361767753,0.5,0.15372517456988796,0.0,0.04206724798611741,0.15372517456988796,0.0,0.00290955508230108,0.5,0.15372517456988796,0.0,0.016101317379553094,0.15372517456988796,0.0,0.025334070192229375,0.15372517456988796,0.0,0.34331322014460497,0.15372517456988796,0.0,0.26971120213191146,0.15372517456988796,0.0,0.1397578047271235,0.15372517456988796,0.0,0.07753193723293852,0.15372517456988796,0.0,0.01754639930277293,0.5,0.15372517456988796,0.0,0.005644156037802603,0.0,0.265256529523181,0.7854455491975 -7316,0.5,0.15372517456988796,0.0,0.15978142124057984,0.15372517456988796,0.0,0.19823591203057112,0.15372517456988796,0.0,0.04897757511387673,0.15372517456988796,0.0,0.06493790939557367,0.15372517456988796,0.0,0.21261213864813416,0.15372517456988796,0.0,0.25703820471137656,0.15372517456988796,0.0,0.221764324899692,0.15372517456988796,0.0,0.11360349673324252,0.5,0.15372517456988796,0.0,0.039975553715895874,0.15372517456988796,0.0,0.0031093359063023643,0.5,0.15372517456988796,0.0,0.021203675501685088,0.15372517456988796,0.0,0.029188496900109856,0.15372517456988796,0.0,0.3312097051615825,0.15372517456988796,0.0,0.2325418408443105,0.15372517456988796,0.0,0.14758131005536582,0.15372517456988796,0.0,0.07028605315306742,0.15372517456988796,0.0,0.02114700071645257,0.5,0.15372517456988796,0.0,0.004641634412289446,0.0,0.2542342159326379,0.6258784476444955 -7317,0.5,0.15372517456988796,0.0,0.16119157514463206,0.15372517456988796,0.0,0.1833311810856796,0.15372517456988796,0.0,0.047382805126423774,0.15372517456988796,0.0,0.06827803334995386,0.15372517456988796,0.0,0.19505597289137913,0.15372517456988796,0.0,0.19757606998241978,0.15372517456988796,0.0,0.24144087803021397,0.15372517456988796,0.0,0.10520883791046995,0.5,0.15372517456988796,0.0,0.04339812342693246,0.15372517456988796,0.0,0.0048715792338514365,0.5,0.15372517456988796,0.0,0.02167975919501219,0.15372517456988796,0.0,0.038328883716269815,0.15372517456988796,0.0,0.28592022410067025,0.15372517456988796,0.0,0.20473313017517766,0.15372517456988796,0.0,0.15869774449705507,0.15372517456988796,0.0,0.07891529842848084,0.15372517456988796,0.0,0.022631040642083416,0.5,0.15372517456988796,0.0,0.003758220989076719,0.0,0.29067452366768615,0.5982382359620503 -7318,0.5,0.15372517456988796,0.0,0.16460835071696248,0.15372517456988796,0.0,0.1374503509924436,0.15372517456988796,0.0,0.051011236208845935,0.15372517456988796,0.0,0.07250942977388967,0.15372517456988796,0.0,0.19663743950637008,0.15372517456988796,0.0,0.1822098709682789,0.15372517456988796,0.0,0.2195753397999287,0.15372517456988796,0.0,0.09947520286241876,0.5,0.15372517456988796,0.0,0.04706738073168719,0.15372517456988796,0.0,0.00908057861510337,0.5,0.15372517456988796,0.0,0.02134921785702993,0.15372517456988796,0.0,0.04059597575934987,0.15372517456988796,0.0,0.27356839645275477,0.15372517456988796,0.0,0.19786351433968727,0.15372517456988796,0.0,0.1643504291596085,0.15372517456988796,0.0,0.08743489163670179,0.15372517456988796,0.0,0.023551360216338156,0.5,0.15372517456988796,0.0,0.004157437820372058,0.0,0.328118159216804,0.5566652789424131 -7319,0.5,0.15372517456988796,0.0,0.16806606425546977,0.15372517456988796,0.0,0.1332562690169521,0.15372517456988796,0.0,0.0552035224322723,0.15372517456988796,0.0,0.07776132588909862,0.15372517456988796,0.0,0.1944900171795902,0.15372517456988796,0.0,0.19926873570606177,0.15372517456988796,0.0,0.2119434975995934,0.15372517456988796,0.0,0.10906819901370324,0.5,0.15372517456988796,0.0,0.043600067320008914,0.15372517456988796,0.0,0.015399928312406667,0.5,0.15372517456988796,0.0,0.02617846452208734,0.15372517456988796,0.0,0.04525144448485769,0.15372517456988796,0.0,0.2565048972060488,0.15372517456988796,0.0,0.20579065447031836,0.15372517456988796,0.0,0.15582663309043293,0.15372517456988796,0.0,0.09885626511762226,0.15372517456988796,0.0,0.02486322155785627,0.5,0.15372517456988796,0.0,0.00470748794936315,0.0,0.3445607547124137,0.4743906881391818 -7320,0.5,0.15372517456988796,0.0,0.17152058073624385,0.15372517456988796,0.0,0.12907442343947878,0.15372517456988796,0.0,0.06308387585301653,0.15372517456988796,0.0,0.08527744598239076,0.15372517456988796,0.0,0.21004995954121194,0.15372517456988796,0.0,0.2030885951086134,0.15372517456988796,0.0,0.19821766469903346,0.15372517456988796,0.0,0.12286856245129435,0.5,0.15372517456988796,0.0,0.04447495537265009,0.15372517456988796,0.0,0.01975407014336288,0.5,0.15372517456988796,0.0,0.028541375998968305,0.15372517456988796,0.0,0.055097673944009044,0.15372517456988796,0.0,0.25064423984684125,0.15372517456988796,0.0,0.20854316139597712,0.15372517456988796,0.0,0.1410423929405661,0.15372517456988796,0.0,0.10685691889528116,0.15372517456988796,0.0,0.025728932740343706,0.5,0.15372517456988796,0.0,0.005597581792605566,0.0,0.33156500369116554,0.3955618583309019 -7321,0.5,0.15372517456988796,0.0,0.1654265954489419,0.15372517456988796,0.0,0.14899753601397708,0.15372517456988796,0.0,0.06859965317968127,0.15372517456988796,0.0,0.08968023804605316,0.15372517456988796,0.0,0.21651338496638983,0.15372517456988796,0.0,0.19632613763059326,0.15372517456988796,0.0,0.20600897277726057,0.15372517456988796,0.0,0.12772151460953515,0.5,0.15372517456988796,0.0,0.04569245151750399,0.15372517456988796,0.0,0.026893088706336544,0.5,0.15372517456988796,0.0,0.028763931568951944,0.15372517456988796,0.0,0.050944807852079436,0.15372517456988796,0.0,0.2454103506998016,0.15372517456988796,0.0,0.21028166571381313,0.15372517456988796,0.0,0.12760560815846628,0.15372517456988796,0.0,0.10030115328499363,0.15372517456988796,0.0,0.0284709555808984,0.5,0.15372517456988796,0.0,0.005867193698821002,0.0,0.31572035722191993,0.274357294181171 -7322,0.5,0.15372517456988796,0.0,0.15068160045102716,0.15372517456988796,0.0,0.1445452287237275,0.15372517456988796,0.0,0.07029030429374382,0.15372517456988796,0.0,0.09568684879525954,0.15372517456988796,0.0,0.2050572813856912,0.15372517456988796,0.0,0.19033795415891996,0.15372517456988796,0.0,0.21744858122957064,0.15372517456988796,0.0,0.12646547684046572,0.5,0.15372517456988796,0.0,0.04789409993463441,0.15372517456988796,0.0,0.029699619864639874,0.5,0.15372517456988796,0.0,0.02607975846606182,0.15372517456988796,0.0,0.05178095510746163,0.15372517456988796,0.0,0.24659900044266547,0.15372517456988796,0.0,0.20940172913248542,0.15372517456988796,0.0,0.12893601906900481,0.15372517456988796,0.0,0.08880096649557892,0.15372517456988796,0.0,0.0309211350161386,0.5,0.15372517456988796,0.0,0.005686302248261346,0.0,0.31489525543367125,0.33877205827961165 -7323,0.5,0.15372517456988796,0.0,0.13784849144253508,0.15372517456988796,0.0,0.13273318936865092,0.15372517456988796,0.0,0.07046578586916742,0.15372517456988796,0.0,0.10262114909310972,0.15372517456988796,0.0,0.20321528402722847,0.15372517456988796,0.0,0.1864468107653311,0.15372517456988796,0.0,0.22487463984858155,0.15372517456988796,0.0,0.1293052244150533,0.5,0.15372517456988796,0.0,0.049858976798783185,0.15372517456988796,0.0,0.03477608131196223,0.5,0.15372517456988796,0.0,0.019695767341857698,0.15372517456988796,0.0,0.05263077255702625,0.15372517456988796,0.0,0.23030937089711867,0.15372517456988796,0.0,0.2054943360676437,0.15372517456988796,0.0,0.13716388288594222,0.15372517456988796,0.0,0.09592842592701734,0.15372517456988796,0.0,0.032549971827566714,0.5,0.15372517456988796,0.0,0.005937958157510536,0.0,0.31396191811516316,0.48096722814126713 -7324,0.5,0.15372517456988796,0.0,0.13024064063334168,0.15372517456988796,0.0,0.13489053045753058,0.15372517456988796,0.0,0.07072153952836696,0.15372517456988796,0.0,0.10628896338491232,0.15372517456988796,0.0,0.19817055798123848,0.15372517456988796,0.0,0.18759814543623632,0.15372517456988796,0.0,0.21345755888527038,0.15372517456988796,0.0,0.12681121274205354,0.5,0.15372517456988796,0.0,0.052302562758513506,0.15372517456988796,0.0,0.043426653708751366,0.5,0.15372517456988796,0.0,0.014963677625538397,0.15372517456988796,0.0,0.04479645192235785,0.15372517456988796,0.0,0.21928391674612838,0.15372517456988796,0.0,0.21432475940365003,0.15372517456988796,0.0,0.13742759786849862,0.15372517456988796,0.0,0.09373732779364297,0.15372517456988796,0.0,0.03470897914555568,0.5,0.15372517456988796,0.0,0.007177884305336407,0.0,0.31352233949345437,0.6485436286889159 -7325,0.5,0.15372517456988796,0.0,0.1262447100076689,0.15372517456988796,0.0,0.1278153614734449,0.15372517456988796,0.0,0.06925619596189087,0.15372517456988796,0.0,0.10716074004030103,0.15372517456988796,0.0,0.19607510926121208,0.15372517456988796,0.0,0.18134581624749474,0.15372517456988796,0.0,0.2093595409338156,0.15372517456988796,0.0,0.12156688205324495,0.5,0.15372517456988796,0.0,0.05717121993812277,0.15372517456988796,0.0,0.048417786778137475,0.5,0.15372517456988796,0.0,0.01381909176174342,0.15372517456988796,0.0,0.03943839774224549,0.15372517456988796,0.0,0.21682765731956963,0.15372517456988796,0.0,0.21891445859202188,0.15372517456988796,0.0,0.1393300010057238,0.15372517456988796,0.0,0.09864908726703683,0.15372517456988796,0.0,0.03181274362434258,0.5,0.15372517456988796,0.0,0.008438202260298691,0.0,0.29334330459362135,0.7147333064552956 -7326,0.5,0.15372517456988796,0.0,0.13072253110024032,0.15372517456988796,0.0,0.1227764357708049,0.15372517456988796,0.0,0.0761544163761309,0.15372517456988796,0.0,0.1036826247265087,0.15372517456988796,0.0,0.19544639425085378,0.15372517456988796,0.0,0.20744333279877109,0.15372517456988796,0.0,0.21237076073377,0.15372517456988796,0.0,0.14300356989701174,0.5,0.15372517456988796,0.0,0.06203357444442172,0.15372517456988796,0.0,0.04458238211725254,0.5,0.15372517456988796,0.0,0.017293241980398246,0.15372517456988796,0.0,0.04503110831998664,0.15372517456988796,0.0,0.23267655274648175,0.15372517456988796,0.0,0.21772344608927244,0.15372517456988796,0.0,0.1400613162718799,0.15372517456988796,0.0,0.1042005204270164,0.15372517456988796,0.0,0.035494717739143165,0.5,0.15372517456988796,0.0,0.0084871324812426,0.0,0.2769405419301744,0.7046068711949351 -7327,0.5,0.15372517456988796,0.0,0.14166004221002962,0.15372517456988796,0.0,0.14364796827910176,0.15372517456988796,0.0,0.09194939325753836,0.15372517456988796,0.0,0.1060260921092679,0.15372517456988796,0.0,0.24549294313171227,0.15372517456988796,0.0,0.2354647098323699,0.15372517456988796,0.0,0.2141046074289645,0.15372517456988796,0.0,0.12873449762769534,0.5,0.15372517456988796,0.0,0.06506526357706516,0.15372517456988796,0.0,0.05058243293503943,0.5,0.15372517456988796,0.0,0.02503341073230517,0.15372517456988796,0.0,0.05206532849086711,0.15372517456988796,0.0,0.24425225747545318,0.15372517456988796,0.0,0.2334962667446772,0.15372517456988796,0.0,0.14123895991025165,0.15372517456988796,0.0,0.10966957369389088,0.15372517456988796,0.0,0.03755758173061289,0.5,0.15372517456988796,0.0,0.008674532842548857,0.0,0.2790083225349726,0.8068590259552584 -7328,0.5,0.15372517456988796,0.0038057904580878323,0.14301128549459963,0.15372517456988796,0.0,0.1288854382678405,0.15372517456988796,0.004256854239955037,0.09242007403379711,0.15372517456988796,0.009641758689889366,0.10715288397810982,0.15372517456988796,0.0,0.27172190487592224,0.15372517456988796,0.0,0.229009734416232,0.15372517456988796,0.0,0.2649542926261884,0.15372517456988796,0.0,0.11105250897208184,0.5,0.15372517456988796,0.00015982505604778192,0.06929621261203478,0.15372517456988796,0.0075571975192861626,0.048185949055666075,0.5,0.15372517456988796,0.0026249537862107187,0.027623054558211003,0.15372517456988796,0.004266492369908144,0.052883183292474656,0.15372517456988796,0.0,0.23789578139166312,0.15372517456988796,0.0,0.29343510407174256,0.15372517456988796,0.00019554904063546753,0.14967743680087933,0.15372517456988796,0.0006028468708947126,0.11039913729542056,0.15372517456988796,0.006324766689944144,0.035821224814387945,0.5,0.15372517456988796,0.016822055910811963,0.009334589502338411,0.0,0.3050788809978671,0.894188427483636 -7329,0.5,0.15372517456988796,0.12230294865040614,0.14627928848391353,0.15372517456988796,0.10754744675695471,0.1271432780777362,0.15372517456988796,0.14324940274583803,0.08387758487360891,0.15372517456988796,0.16416929622210735,0.10301509103022244,0.15372517456988796,0.024488034642014305,0.2730952449252702,0.15372517456988796,0.04152829644515037,0.23038712615926868,0.15372517456988796,0.04256001158384808,0.2574517778188273,0.15372517456988796,0.06289384285040622,0.1442961076013617,0.5,0.15372517456988796,0.058599507366355955,0.08356713964990109,0.15372517456988796,0.16137767828194546,0.03683669230053352,0.5,0.15372517456988796,0.12750413431010627,0.02398365611574867,0.15372517456988796,0.14442691621573228,0.04607004232428576,0.15372517456988796,0.04489608286397013,0.2958523316449407,0.15372517456988796,0.026499500449573183,0.2961249345359759,0.15372517456988796,0.0963901900969134,0.14605032189717113,0.15372517456988796,0.11047763720173868,0.125440601559474,0.15372517456988796,0.15513982623859623,0.033981184041637046,0.5,0.15372517456988796,0.1786395444984773,0.009641422620054567,0.0,0.33597062036352626,0.9111584144121447 -7330,0.5,0.15372517456988796,0.2673768732931531,0.1870981763929155,0.15372517456988796,0.256785675122131,0.19019930517270295,0.15372517456988796,0.30277519302294276,0.0951038332258501,0.15372517456988796,0.3197536710461815,0.12760319067065526,0.15372517456988796,0.08976391880728865,0.30861824502850366,0.15372517456988796,0.23467667959557095,0.2939575843099194,0.15372517456988796,0.08913466965979569,0.30298500754622154,0.15372517456988796,0.16797360879315285,0.1789003260921989,0.5,0.15372517456988796,0.10160397052283648,0.11712773878447802,0.15372517456988796,0.32466446458749715,0.021537148846176673,0.5,0.15372517456988796,0.26006868798788385,0.01832510277321998,0.15372517456988796,0.3054724931342502,0.03550860522927705,0.15372517456988796,0.11939533900534277,0.38380878961566334,0.15372517456988796,0.05345056068999428,0.3205167793192413,0.15372517456988796,0.2210924620071139,0.21574125082346107,0.15372517456988796,0.2406892182943975,0.1976430906648944,0.15372517456988796,0.31574272562249356,0.036892888682823644,0.5,0.15372517456988796,0.340953644310344,0.0093800735570649,0.0,0.3489749285321578,0.9579846362467453 -7331,0.5,0.15372517456988796,0.39047781107097174,0.2554063499472563,0.15372517456988796,0.3293324441796269,0.22818038161199225,0.15372517456988796,0.43448464466078385,0.13882953311682858,0.15372517456988796,0.44352075020042125,0.16815679607731246,0.15372517456988796,0.26231239668484185,0.43805086277459543,0.15372517456988796,0.3854092757982236,0.42144635357941385,0.15372517456988796,0.21856440176965852,0.45195005326312876,0.15372517456988796,0.2535470570895767,0.28297832230139286,0.5,0.15372517456988796,0.10590705303294445,0.15312917887654695,0.15372517456988796,0.45841763435616945,0.012257359488562424,0.5,0.15372517456988796,0.3333152115095712,0.014887566587577453,0.15372517456988796,0.43606127927618876,0.03360580601987422,0.15372517456988796,0.13264590157320247,0.37325628247585657,0.15372517456988796,0.1796368220534979,0.39199934683229964,0.15372517456988796,0.29080366840313765,0.2980159485072418,0.15372517456988796,0.317386871666677,0.3109350207146519,0.15372517456988796,0.4438572808096184,0.03885411518591437,0.5,0.15372517456988796,0.4698901473363547,0.012256566043877839,0.0,0.3468205794281124,0.9965356983063222 -7332,0.5,0.15372517456988796,0.46130986085886166,0.2827442100477664,0.15372517456988796,0.32773344402280613,0.2619494150344901,0.15372517456988796,0.5079953471530096,0.22625437603417478,0.15372517456988796,0.5103610543441618,0.18662364036939827,0.15372517456988796,0.4628616697989177,0.6003140131235339,0.15372517456988796,0.48564886530787,0.5505571054103747,0.15372517456988796,0.34684575637268467,0.5200074567437629,0.15372517456988796,0.3403179292435752,0.3919423821643563,0.5,0.15372517456988796,0.09772029449769308,0.21247409104800102,0.15372517456988796,0.5360845284022087,0.007791798549869356,0.5,0.15372517456988796,0.3187467320656341,0.016525049943388916,0.15372517456988796,0.5119689126232114,0.03200891133627462,0.15372517456988796,0.09763967109137166,0.34010641232090427,0.15372517456988796,0.36557863688497916,0.5032476772406489,0.15372517456988796,0.30206706550856677,0.34108664367576597,0.15372517456988796,0.325999440068306,0.3709797578033393,0.15372517456988796,0.505691466696518,0.04586221837570686,0.5,0.15372517456988796,0.5410968069775658,0.01591993193591157,0.0,0.3140945826848583,1.0060502308158366 -7333,0.5,0.15372517456988796,0.47423165018829144,0.2894511607764448,0.15372517456988796,0.12926473887625947,0.2564659486844755,0.15372517456988796,0.5206554325522073,0.24603571130243396,0.15372517456988796,0.5188215724334149,0.18656677455779516,0.15372517456988796,0.5052782020346136,0.6099124414424119,0.15372517456988796,0.5205591384379972,0.5755100536685303,0.15372517456988796,0.45225406454759165,0.631983173841193,0.15372517456988796,0.4136642146634999,0.4575373448840934,0.5,0.15372517456988796,0.10078973546525044,0.23970064385608905,0.15372517456988796,0.5549266822315715,0.007634327660685074,0.5,0.15372517456988796,0.25153373572810683,0.0207736217187773,0.15372517456988796,0.5342962153320406,0.030646024455414627,0.15372517456988796,0.121966486173306,0.40913914216958647,0.15372517456988796,0.4783129950526692,0.5942633162282123,0.15372517456988796,0.37249261781973175,0.3422923457796678,0.15372517456988796,0.2553027277397465,0.3979450251308917,0.15372517456988796,0.48758487346474655,0.05493474287860034,0.5,0.15372517456988796,0.5530420933453221,0.014646106698890021,0.0,0.33225782870791454,1.0085334111394035 -7334,0.5,0.15372517456988796,0.4199926578160901,0.27921856189077093,0.15372517456988796,0.3477803793029234,0.3381549404637711,0.15372517456988796,0.46696829645944704,0.2968913449723057,0.15372517456988796,0.46660315392567775,0.1832849731408717,0.15372517456988796,0.48387947202448855,0.6305693984255133,0.15372517456988796,0.49525170311138034,0.6231341341979604,0.15372517456988796,0.4696828653179583,0.6327478311607354,0.15372517456988796,0.4249773287496096,0.4931921657049292,0.5,0.15372517456988796,0.09621065468574216,0.24338457529999613,0.15372517456988796,0.5139835508367847,0.00387683486753497,0.5,0.15372517456988796,0.1984784114310014,0.017819735391957008,0.15372517456988796,0.500816061807944,0.026489831430066068,0.15372517456988796,0.36474881554154903,0.46826914480719717,0.15372517456988796,0.451472539961541,0.6167867224130554,0.15372517456988796,0.3618784224982714,0.3650588074234019,0.15372517456988796,0.18168760493620323,0.4067562140884424,0.15372517456988796,0.41217549819628474,0.049006142931254264,0.5,0.15372517456988796,0.5042196308087246,0.012631401116005941,0.0,0.2898565291266498,1.008322408264757 -7335,0.5,0.15372517456988796,0.3102298407765186,0.22609241513731126,0.15372517456988796,0.35872562320897294,0.23406304542112466,0.15372517456988796,0.34532909666699485,0.2182597399821649,0.15372517456988796,0.35688372917904093,0.13851461637562426,0.15372517456988796,0.3939145899209503,0.5166170746620358,0.15372517456988796,0.4091513933099713,0.5396108201987291,0.15372517456988796,0.39440237737129735,0.576375657270464,0.15372517456988796,0.36052028810797465,0.5180130388360251,0.5,0.15372517456988796,0.06794102926959644,0.2410245524495546,0.15372517456988796,0.4112740007472849,0.0009719068791781225,0.5,0.15372517456988796,0.170020726972794,0.015417747807420444,0.15372517456988796,0.40499362900173974,0.019783025413712976,0.15372517456988796,0.3353908222085503,0.4472994140881407,0.15372517456988796,0.35984717849737935,0.569401994864532,0.15372517456988796,0.29915747296870965,0.3339302178508804,0.15372517456988796,0.13637525474418796,0.3985370524141124,0.15372517456988796,0.30938577533756395,0.03511048784578506,0.5,0.15372517456988796,0.39452876465584397,0.007827119617421033,0.0,0.2563166798575284,1.0077565482638213 -7336,0.5,0.15372517456988796,0.08185404655109173,0.19702726105788998,0.15372517456988796,0.1090259122931175,0.20344867130468405,0.15372517456988796,0.12164476874371044,0.16346170055555512,0.15372517456988796,0.08575494492056852,0.1362715790192156,0.15372517456988796,0.1798920319173098,0.44732510578175433,0.15372517456988796,0.20939967659868935,0.5218313160894771,0.15372517456988796,0.18687537153926942,0.498172874996007,0.15372517456988796,0.162539258508482,0.47152064363363955,0.5,0.15372517456988796,0.028940718846856932,0.1886785773613734,0.15372517456988796,0.20004381721313236,0.0011241352466240593,0.5,0.15372517456988796,0.1193890939758844,0.017747835249309334,0.15372517456988796,0.20013508223776144,0.020911680367393846,0.15372517456988796,0.1309460623051707,0.45645435877695983,0.15372517456988796,0.1477320914450032,0.5108100500651596,0.15372517456988796,0.13493349969939472,0.30823332699779316,0.15372517456988796,0.09241462967540778,0.3370609023399145,0.15372517456988796,0.12346758109231887,0.02901127969476446,0.5,0.15372517456988796,0.147944840829567,0.009413423408689522,0.0,0.27411444238947186,1.0072090413452206 -7337,0.5,0.15372517456988796,0.0,0.2192921866271529,0.15372517456988796,0.0,0.22027688952171184,0.15372517456988796,0.0,0.16684480176506872,0.15372517456988796,0.0,0.16809062071628672,0.15372517456988796,0.0,0.4869000142965194,0.15372517456988796,0.0,0.5487854240243271,0.15372517456988796,0.0,0.5109711212590252,0.15372517456988796,0.0,0.34755756293939044,0.5,0.15372517456988796,0.00043388207889676246,0.17429536044592042,0.15372517456988796,0.0,0.0011501170848684605,0.5,0.15372517456988796,0.0,0.034254515601756436,0.15372517456988796,0.0,0.03488692552431814,0.15372517456988796,0.0,0.484482679797448,0.15372517456988796,0.0,0.515855249629595,0.15372517456988796,0.0,0.323046233266264,0.15372517456988796,6.036272326492966e-05,0.29827057958863284,0.15372517456988796,0.0,0.041044831965516684,0.5,0.15372517456988796,0.0,0.012723542582145444,0.0,0.29790236401325954,1.007240372387479 -7338,0.5,0.15372517456988796,0.0,0.21517100850093623,0.15372517456988796,0.0,0.2453736855028001,0.15372517456988796,0.0,0.17196686904475084,0.15372517456988796,0.0,0.175235571192946,0.15372517456988796,0.0,0.5649813467213911,0.15372517456988796,0.0,0.5804933581992092,0.15372517456988796,0.0,0.5577949739426717,0.15372517456988796,0.0,0.31585159407215957,0.5,0.15372517456988796,0.0,0.1768361294999686,0.15372517456988796,0.0,0.0012911534821627862,0.5,0.15372517456988796,0.0,0.04350429854207028,0.15372517456988796,0.0,0.05052940493785619,0.15372517456988796,0.0,0.5078470319999171,0.15372517456988796,0.0,0.5442604180143886,0.15372517456988796,0.0,0.3406039717371931,0.15372517456988796,0.0,0.2666111960328085,0.15372517456988796,0.0,0.04377294925987931,0.5,0.15372517456988796,0.0,0.010240646451818403,0.0,0.3383893404681465,1.0076528894598962 -7339,0.5,0.15372517456988796,0.0,0.22603952631072108,0.15372517456988796,0.0,0.27504836671452393,0.15372517456988796,0.0,0.17295292197303966,0.15372517456988796,0.0,0.17304206613215814,0.15372517456988796,0.0,0.6749135720771942,0.15372517456988796,0.0,0.6139677976699103,0.15372517456988796,0.0,0.5656946620114972,0.15372517456988796,0.0,0.385284493375954,0.5,0.15372517456988796,0.0,0.19015159173504156,0.15372517456988796,0.0,0.002229207613526495,0.5,0.15372517456988796,0.0,0.05186031202744836,0.15372517456988796,0.0,0.06688145281560828,0.15372517456988796,0.0,0.5247244371710824,0.15372517456988796,0.0,0.581995411196524,0.15372517456988796,0.0,0.3427063429256166,0.15372517456988796,0.0,0.23902539695377084,0.15372517456988796,0.0,0.05062940247896111,0.5,0.15372517456988796,0.0,0.013516954362321764,0.0,0.3799562292151592,1.0080445317854416 -7340,0.5,0.15372517456988796,0.0,0.2402325320796304,0.15372517456988796,0.0,0.2958457662789853,0.15372517456988796,0.0,0.16849184143440793,0.15372517456988796,0.0,0.16613226786980928,0.15372517456988796,0.0,0.7012920927284114,0.15372517456988796,0.0,0.656806787857648,0.15372517456988796,0.0,0.5365727825362991,0.15372517456988796,0.0,0.41747328375082904,0.5,0.15372517456988796,0.0,0.20483748032109003,0.15372517456988796,0.0,0.005154401346626391,0.5,0.15372517456988796,0.0,0.06414964127334517,0.15372517456988796,0.0,0.08412422286725126,0.15372517456988796,0.0,0.5388390802739614,0.15372517456988796,0.0,0.6133472866943852,0.15372517456988796,0.0,0.34597134041637617,0.15372517456988796,0.0,0.2327977661422464,0.15372517456988796,0.0,0.05932293828183483,0.5,0.15372517456988796,0.0,0.01734468095633599,0.0,0.4093938086196899,0.8341761776229331 -7341,0.5,0.15372517456988796,0.0,0.24747916185031163,0.15372517456988796,0.0,0.2980690174254098,0.15372517456988796,0.0,0.16045194945980557,0.15372517456988796,0.0,0.15887610571455293,0.15372517456988796,0.0,0.6228626999393778,0.15372517456988796,0.0,0.6616564533693219,0.15372517456988796,0.0,0.5518169635796707,0.15372517456988796,0.0,0.39060390121401733,0.5,0.15372517456988796,0.0,0.23783436946370848,0.15372517456988796,0.0,0.01683967268843385,0.5,0.15372517456988796,0.0,0.07550313848081837,0.15372517456988796,0.0,0.09946269404318123,0.15372517456988796,0.0,0.5263109412527747,0.15372517456988796,0.0,0.5946043851978731,0.15372517456988796,0.0,0.33838396620164013,0.15372517456988796,0.0,0.26264342813232044,0.15372517456988796,0.0,0.06592480657211201,0.5,0.15372517456988796,0.0,0.02232240964007339,0.0,0.4327088687076649,0.554712149373446 -7342,0.5,0.15372517456988796,0.0,0.24372383817544835,0.15372517456988796,0.0,0.3040834390140314,0.15372517456988796,0.0,0.16377602777806863,0.15372517456988796,0.0,0.15703813898061306,0.15372517456988796,0.0,0.5798099882499188,0.15372517456988796,0.0,0.5863386350013509,0.15372517456988796,0.0,0.5857599963149672,0.15372517456988796,0.0,0.38714815121914714,0.5,0.15372517456988796,0.0,0.2978775237031822,0.15372517456988796,0.0,0.025174893473243684,0.5,0.15372517456988796,0.0,0.0883534589464342,0.15372517456988796,0.0,0.11414740315255652,0.15372517456988796,0.0,0.5376682163316123,0.15372517456988796,0.0,0.5357699065340753,0.15372517456988796,0.0,0.3385742998799319,0.15372517456988796,0.0,0.311248531606275,0.15372517456988796,0.0,0.07566123022915708,0.5,0.15372517456988796,0.0,0.021076181985847296,0.0,0.43838113172130927,0.42801080359425026 -7343,0.5,0.15372517456988796,0.0,0.23783626260244914,0.15372517456988796,0.0,0.3106447917853837,0.15372517456988796,0.0,0.1860558888553915,0.15372517456988796,0.0,0.16210043090594428,0.15372517456988796,0.0,0.5058455738421728,0.15372517456988796,0.0,0.5182013456486757,0.15372517456988796,0.0,0.5834540914948504,0.15372517456988796,0.0,0.4344102937761151,0.5,0.15372517456988796,0.0,0.4052340618630518,0.15372517456988796,0.0,0.03321441400880238,0.5,0.15372517456988796,0.0,0.11259855365265295,0.15372517456988796,0.0,0.13253077652599785,0.15372517456988796,0.0,0.5444730248974612,0.15372517456988796,0.0,0.5024847646054187,0.15372517456988796,0.0,0.37564332515411314,0.15372517456988796,0.0,0.366770024217788,0.15372517456988796,0.0,0.08296214037369307,0.5,0.15372517456988796,0.0,0.022532678598060674,0.0,0.44976859948415837,0.2886389688268637 -7344,0.5,0.15372517456988796,0.0,0.24273672865658116,0.15372517456988796,0.0,0.30686799789064884,0.15372517456988796,0.0,0.2048484765193037,0.15372517456988796,0.0,0.16668593249276795,0.15372517456988796,0.0,0.47127876375854655,0.15372517456988796,0.0,0.5285274089758941,0.15372517456988796,0.0,0.5495004169277029,0.15372517456988796,0.0,0.5213686532922817,0.5,0.15372517456988796,0.0,0.5321268030170523,0.15372517456988796,0.0,0.04513292439597029,0.5,0.15372517456988796,0.0,0.18014741087740974,0.15372517456988796,0.0,0.1341848579388413,0.15372517456988796,0.0,0.5156601479843086,0.15372517456988796,0.0,0.4473348186692929,0.15372517456988796,0.0,0.37761240858305395,0.15372517456988796,0.0,0.4625423207788501,0.15372517456988796,0.0,0.10073260821257327,0.5,0.15372517456988796,0.0,0.022257721235678193,0.0,0.46779211023978223,0.1560643076582541 -7345,0.5,0.15372517456988796,0.0,0.24208112378481902,0.15372517456988796,0.0,0.2696951994900648,0.15372517456988796,0.0,0.24792000325780297,0.15372517456988796,0.0,0.1742352014387688,0.15372517456988796,0.0,0.4994154599431274,0.15372517456988796,0.0,0.5675529237540029,0.15372517456988796,0.0,0.5815549088721955,0.15372517456988796,0.0,0.583904294334496,0.5,0.15372517456988796,0.0,0.6294381926808928,0.15372517456988796,0.0,0.04407906126480509,0.5,0.15372517456988796,0.0,0.2598686904331072,0.15372517456988796,0.0,0.13657848330725172,0.15372517456988796,0.0,0.4696504971899837,0.15372517456988796,0.0,0.36618895435420173,0.15372517456988796,0.0,0.37142135328826514,0.15372517456988796,0.0,0.5507756064548223,0.15372517456988796,0.0,0.12936639767334,0.5,0.15372517456988796,0.0,0.021910848463834412,0.0,0.5166101586000786,0.09627146067940191 -7346,0.5,0.15372517456988796,0.0,0.2462769960544078,0.15372517456988796,0.0,0.2476375478617733,0.15372517456988796,0.0,0.2841061456891652,0.15372517456988796,0.0,0.1966460423386598,0.15372517456988796,0.0,0.49879838996471265,0.15372517456988796,0.0,0.5662513964280238,0.15372517456988796,0.0,0.6602970898809167,0.15372517456988796,0.0,0.5828192189277052,0.5,0.15372517456988796,0.0,0.7071858182291706,0.15372517456988796,0.0,0.05607469557856624,0.5,0.15372517456988796,0.0,0.295504400284907,0.15372517456988796,0.0,0.18405618730849477,0.15372517456988796,0.0,0.40051135516429603,0.15372517456988796,0.0,0.3384617007711559,0.15372517456988796,0.0,0.39173854473556297,0.15372517456988796,0.0,0.6817127593179144,0.15372517456988796,0.0,0.1603166744159496,0.5,0.15372517456988796,0.0,0.021827390152359082,0.0,0.5112812521335074,0.15545506145281784 -7347,0.5,0.15372517456988796,0.0,0.2747219701101877,0.15372517456988796,0.0,0.22445448400355006,0.15372517456988796,0.0,0.3443745347189974,0.15372517456988796,0.0,0.2192983986298077,0.15372517456988796,0.0,0.5225902492172946,0.15372517456988796,0.0,0.5164224350398585,0.15372517456988796,0.0,0.7343266708968506,0.15372517456988796,0.0,0.48379850489498855,0.5,0.15372517456988796,0.0,0.7422935194063854,0.15372517456988796,0.0,0.05081795261146502,0.5,0.15372517456988796,0.0,0.3272600705811313,0.15372517456988796,0.0,0.24081408124064538,0.15372517456988796,0.0,0.33772756991162367,0.15372517456988796,0.0,0.2890536744967971,0.15372517456988796,0.0,0.46275153922883927,0.15372517456988796,0.0,0.7728297565793889,0.15372517456988796,0.0,0.1809837750704874,0.5,0.15372517456988796,0.0,0.024069261203590295,0.0,0.5233099148389577,0.2702124467569463 -7348,0.5,0.15372517456988796,0.0,0.30622788671028384,0.15372517456988796,0.0,0.27371472615999937,0.15372517456988796,0.0,0.42211875617326355,0.15372517456988796,0.0,0.2629903231981579,0.15372517456988796,0.0,0.5563538668245934,0.15372517456988796,0.0,0.39524808072660755,0.15372517456988796,0.0,0.7679241807206556,0.15372517456988796,0.0,0.3849614830652748,0.5,0.15372517456988796,0.0,0.7478423227386339,0.15372517456988796,0.0,0.06663899489387752,0.5,0.15372517456988796,0.0,0.3920007576671123,0.15372517456988796,0.0,0.247927361901717,0.15372517456988796,0.0,0.27935915382502263,0.15372517456988796,0.0,0.28976754873624927,0.15372517456988796,0.0,0.5247118259680765,0.15372517456988796,0.0,0.8070628227624297,0.15372517456988796,0.0,0.20188426143800967,0.5,0.15372517456988796,0.0,0.02835149344306633,0.0,0.4809365418861191,0.2916416845901593 -7349,0.5,0.15372517456988796,0.0,0.35292252364386617,0.15372517456988796,0.0,0.2849158344600679,0.15372517456988796,0.0,0.5162371170548307,0.15372517456988796,0.0,0.3008629862307653,0.15372517456988796,0.0,0.4759728196736721,0.15372517456988796,0.0,0.3200141233510126,0.15372517456988796,0.0,0.6547494693029412,0.15372517456988796,0.0,0.3983467469343198,0.5,0.15372517456988796,0.0,0.6977330456916557,0.15372517456988796,0.0,0.07483786853597771,0.5,0.15372517456988796,0.0,0.594452185203707,0.15372517456988796,0.0,0.23916763326795837,0.15372517456988796,0.0,0.2561217841184338,0.15372517456988796,0.0,0.30751128414886897,0.15372517456988796,0.0,0.5997824780165402,0.15372517456988796,0.0,0.8271243802084699,0.15372517456988796,0.0,0.2596647168215523,0.5,0.15372517456988796,0.0,0.03263600201372907,0.0,0.38461089065948684,0.3882903166267031 -7350,0.5,0.15372517456988796,0.0,0.42389209671985106,0.15372517456988796,0.0,0.4573553550017766,0.15372517456988796,0.0,0.6057962593091119,0.15372517456988796,0.0,0.3368930583380872,0.15372517456988796,0.0,0.41821361889168635,0.15372517456988796,0.0,0.4882091311349514,0.15372517456988796,0.0,0.4333466967128654,0.15372517456988796,0.0,0.40532317575975335,0.5,0.15372517456988796,0.0,0.5626878319904405,0.15372517456988796,0.0,0.08416697800711063,0.5,0.15372517456988796,0.0,0.6226666040494793,0.15372517456988796,0.0,0.236306759601113,0.15372517456988796,0.0,0.333705489306634,0.15372517456988796,0.0,0.30809581526738195,0.15372517456988796,0.0,0.6598115758144647,0.15372517456988796,0.0,0.7752765899114717,0.15372517456988796,0.0,0.3040342392017004,0.5,0.15372517456988796,0.0,0.039107708781575226,0.0,0.3350504889971728,0.5084492667916352 -7351,0.5,0.15372517456988796,0.0,0.48857451278246766,0.15372517456988796,0.0,0.6040237369848712,0.15372517456988796,0.0,0.6953679626588947,0.15372517456988796,0.0,0.3642450239701833,0.15372517456988796,0.0,0.572146892775042,0.15372517456988796,0.0,0.5876261737669174,0.15372517456988796,0.0,0.3933243413182808,0.15372517456988796,0.0,0.24309572630369852,0.5,0.15372517456988796,0.0,0.38921147318053617,0.15372517456988796,0.0,0.05377536525822809,0.5,0.15372517456988796,0.0,0.5812755036696722,0.15372517456988796,0.0,0.23625311543390562,0.15372517456988796,0.0,0.34741245161172774,0.15372517456988796,0.0,0.2991336308422893,0.15372517456988796,0.0,0.6191933073859888,0.15372517456988796,0.0,0.7450280319353033,0.15372517456988796,0.0,0.29955568524241516,0.5,0.15372517456988796,0.0,0.03983213881621963,0.0,0.3413711785435279,0.4930363778387476 -7352,0.5,0.15372517456988796,0.001062965715323708,0.5446914124099097,0.15372517456988796,0.0,0.44064776598284267,0.15372517456988796,0.0008537246393201457,0.7313884378921346,0.15372517456988796,0.0038910334504945313,0.3988525688701858,0.15372517456988796,0.0,0.6872682019701246,0.15372517456988796,0.0,0.4282234728268909,0.15372517456988796,0.0,0.45489005302637553,0.15372517456988796,0.0,0.16890101003187818,0.5,0.15372517456988796,9.420551105185274e-07,0.30139861997695205,0.15372517456988796,0.0031130250100276126,0.04042716798387382,0.5,0.15372517456988796,0.0004142327190564342,0.4901051233582998,0.15372517456988796,0.0007624806227916176,0.24466380999892906,0.15372517456988796,0.0,0.34963369508368414,0.15372517456988796,0.0,0.5257538264521057,0.15372517456988796,9.250885735943464e-07,0.4767836277197663,0.15372517456988796,9.314014705036916e-06,0.6847065455545985,0.15372517456988796,0.0007415473408211435,0.2960366995794743,0.5,0.15372517456988796,0.012744435465701632,0.030628347381639692,0.0,0.4944614088948943,0.6685525494512146 -7353,0.5,0.15372517456988796,0.035003112231845136,0.5540571208373744,0.15372517456988796,0.009423219907268143,0.44044125848132987,0.15372517456988796,0.03477696143248601,0.7206213477731211,0.15372517456988796,0.05809085355421331,0.4680541300545455,0.15372517456988796,0.007421129815960174,0.6682299347257894,0.15372517456988796,0.033273693201673143,0.2854275839439616,0.15372517456988796,0.006397736438730592,0.34027517568933746,0.15372517456988796,0.005291306736482996,0.21771610048350512,0.5,0.15372517456988796,0.004979803963244798,0.30686535107150364,0.15372517456988796,0.05889949776432964,0.028820775031628363,0.5,0.15372517456988796,0.017151654672711854,0.4297712691423083,0.15372517456988796,0.02142126651434487,0.24817688915251335,0.15372517456988796,0.007536996000767524,0.37739369308781456,0.15372517456988796,0.007666524635137785,0.6761977528426317,0.15372517456988796,0.00780637019338976,0.4189632592181226,0.15372517456988796,0.0031383046809955743,0.5092042628147334,0.15372517456988796,0.013973463989555826,0.27726702186131486,0.5,0.15372517456988796,0.15327725118759822,0.018527032553629433,0.0,0.7254975169459923,0.9469320411563524 -7354,0.5,0.15372517456988796,0.068465001465513,0.5270700705915844,0.15372517456988796,0.05592423385244791,0.5281523209932355,0.15372517456988796,0.07498888723220164,0.6983917630507598,0.15372517456988796,0.10756366884823909,0.5382861805588923,0.15372517456988796,0.04320826496590972,0.5498970504789523,0.15372517456988796,0.1301165595167952,0.4521454003644849,0.15372517456988796,0.10608632353236154,0.30868835293976293,0.15372517456988796,0.030828962205674014,0.35271239050903613,0.5,0.15372517456988796,0.020571781746583025,0.3032219712301658,0.15372517456988796,0.1214393328282917,0.011637274663530097,0.5,0.15372517456988796,0.02377081777436659,0.4087559617334576,0.15372517456988796,0.0552403532314313,0.2204382865742729,0.15372517456988796,0.03218940910136346,0.4897004626032488,0.15372517456988796,0.05430955453146796,0.6457277796604879,0.15372517456988796,0.02154052417838228,0.4312790931236803,0.15372517456988796,0.014359947218663153,0.3695040100876761,0.15372517456988796,0.03365478615956358,0.26631936117913535,0.5,0.15372517456988796,0.26355384415267047,0.013262024125413132,0.0,0.8661693578930055,0.9442703179513414 -7355,0.5,0.15372517456988796,0.07085038997108739,0.5013319277471251,0.15372517456988796,0.09272291583696654,0.8163766934982479,0.15372517456988796,0.09304649280203033,0.6478071418364845,0.15372517456988796,0.14435424081219067,0.5775892078859524,0.15372517456988796,0.28466299878953,0.7262991379517734,0.15372517456988796,0.10128776974165217,0.6726702890468121,0.15372517456988796,0.17435041302955406,0.3848154969474189,0.15372517456988796,0.07574366144502992,0.43915482114416415,0.5,0.15372517456988796,0.05824926466691334,0.34253279910474965,0.15372517456988796,0.19897772934840294,0.007043325729927287,0.5,0.15372517456988796,0.021369472765801163,0.3886783388021149,0.15372517456988796,0.1050366135634807,0.18635726907458253,0.15372517456988796,0.03677918375802117,0.759400723560711,0.15372517456988796,0.10034802616946384,0.6534273673921487,0.15372517456988796,0.07546129494647696,0.3997013367278559,0.15372517456988796,0.03413085168595061,0.31753547781188457,0.15372517456988796,0.03805032758860326,0.24596439115099183,0.5,0.15372517456988796,0.339155110224299,0.012080773702716513,0.0,0.9118549733795794,0.7975084194986289 -7356,0.5,0.15372517456988796,0.08064299955155757,0.500389605809722,0.15372517456988796,0.06620677630151459,0.6654953903198437,0.15372517456988796,0.09785612133252988,0.5658562810772338,0.15372517456988796,0.18309802968644612,0.5771500604447571,0.15372517456988796,0.35371592531423185,0.8563879869873802,0.15372517456988796,0.15634524466446545,0.6953902365104436,0.15372517456988796,0.09527967314881743,0.5774147157444026,0.15372517456988796,0.2047725343471536,0.588226400145981,0.5,0.15372517456988796,0.0769706829792605,0.3958411298876526,0.15372517456988796,0.30843894801168614,0.010753763971140255,0.5,0.15372517456988796,0.036599479224790156,0.351199975377234,0.15372517456988796,0.1396232443514194,0.17618382583589853,0.15372517456988796,0.036132097848303193,0.7626242060732662,0.15372517456988796,0.21974780847634026,0.6786184315455721,0.15372517456988796,0.1643330230792989,0.36166377576794995,0.15372517456988796,0.054697663557336254,0.36025004031955443,0.15372517456988796,0.03926662001653562,0.22598257855658072,0.5,0.15372517456988796,0.3887151730473497,0.0154625540636387,0.0,0.7511542847365976,0.87760778013704 -7357,0.5,0.15372517456988796,0.08223901202807403,0.4706326255387682,0.15372517456988796,0.035588034468313726,0.3031013359807312,0.15372517456988796,0.09083106014953046,0.4484690022402094,0.15372517456988796,0.2085653541992125,0.5406472081295851,0.15372517456988796,0.12951673059690036,0.7034179696522465,0.15372517456988796,0.3182790000011239,0.6982736177929254,0.15372517456988796,0.09530646256362779,0.46118097086677223,0.15372517456988796,0.25297259266591887,0.7109630896160148,0.5,0.15372517456988796,0.056162901078421035,0.43708988799260007,0.15372517456988796,0.38596945193340404,0.008161809879209421,0.5,0.15372517456988796,0.060185180610951815,0.2928577987373764,0.15372517456988796,0.1368331070499534,0.16445885912617345,0.15372517456988796,0.09274204374336346,0.6279117523670943,0.15372517456988796,0.2269289774252838,0.7231532259486987,0.15372517456988796,0.1346755967447972,0.43459026895511144,0.15372517456988796,0.0448869990360345,0.3733116165941212,0.15372517456988796,0.04301080782890935,0.20898987633064275,0.5,0.15372517456988796,0.413469476541484,0.01645713470529559,0.0,0.7199143102642428,0.9930957249276366 -7358,0.5,0.15372517456988796,0.05784242005729051,0.3973054745607269,0.15372517456988796,0.1660693981475273,0.4700909346997685,0.15372517456988796,0.06674785887432336,0.3556021317459322,0.15372517456988796,0.19581764294190251,0.4445659285787713,0.15372517456988796,0.19771517325176718,0.5611886850832238,0.15372517456988796,0.2946916252814365,0.6926898057269095,0.15372517456988796,0.2760473050673076,0.534312091466986,0.15372517456988796,0.18546079001762886,0.7910037316084644,0.5,0.15372517456988796,0.040380423197008304,0.4706476864687814,0.15372517456988796,0.35629652107860255,0.004547693937318759,0.5,0.15372517456988796,0.06325452302105991,0.2505035209949923,0.15372517456988796,0.1110206345449512,0.1684816865148144,0.15372517456988796,0.13351867660821443,0.5138180637041523,0.15372517456988796,0.20330004294389786,0.7064842168102157,0.15372517456988796,0.03757893722007744,0.3615312207655057,0.15372517456988796,0.04440863502205194,0.4344913647952935,0.15372517456988796,0.06251884089743136,0.1916275684661833,0.5,0.15372517456988796,0.4198463950672009,0.014062963637107951,0.0,0.7323330501497046,1.0069546635930462 -7359,0.5,0.15372517456988796,0.03016534454776779,0.30416238084229685,0.15372517456988796,0.2154695197857806,0.5129421781772607,0.15372517456988796,0.043813869063581735,0.3370395083680069,0.15372517456988796,0.13966430096042737,0.3554747435728429,0.15372517456988796,0.22960987353574103,0.4930691602026007,0.15372517456988796,0.21369403940170117,0.6248695659492355,0.15372517456988796,0.23621319237481328,0.6308334787792664,0.15372517456988796,0.11361159525673648,0.7872161482241747,0.5,0.15372517456988796,0.04956337799437625,0.5485238738295528,0.15372517456988796,0.2324696545079863,0.00440315508445328,0.5,0.15372517456988796,0.047573120420243156,0.2583641748715704,0.15372517456988796,0.08137789849640933,0.16630744495753674,0.15372517456988796,0.17521511137983947,0.5219434173858811,0.15372517456988796,0.16237225259202234,0.6003115853123271,0.15372517456988796,0.05551166969848235,0.23939721298979205,0.15372517456988796,0.05059714883566055,0.546835682497686,0.15372517456988796,0.07778178160339629,0.17591457726886928,0.5,0.15372517456988796,0.3577851282298025,0.006116714517175624,0.0,0.6449699584709258,1.006349493279802 -7360,0.5,0.15372517456988796,0.010064419641813597,0.2098307597122635,0.15372517456988796,0.0119438159017678,0.3512982020473181,0.15372517456988796,0.015289396491389223,0.31021265817605714,0.15372517456988796,0.03927482625995654,0.2814828033987389,0.15372517456988796,0.1293031194144324,0.36695733167246625,0.15372517456988796,0.08613735801691458,0.5925837587981801,0.15372517456988796,0.11725709703500398,0.5945277386763108,0.15372517456988796,0.05735047847550448,0.8201102678309438,0.5,0.15372517456988796,0.022802763411129454,0.55059826751346,0.15372517456988796,0.10589911239815672,0.0029027436566493843,0.5,0.15372517456988796,0.031086867988691785,0.25729635009779833,0.15372517456988796,0.045724014954192704,0.16047749536633427,0.15372517456988796,0.08375574044647538,0.4791950056286809,0.15372517456988796,0.11149343210594115,0.5199728500706008,0.15372517456988796,0.07330290256154721,0.2089587428864332,0.15372517456988796,0.02223509413923408,0.6131643243488001,0.15372517456988796,0.04316948240030845,0.15466603177494867,0.5,0.15372517456988796,0.14405916627308446,0.004113745139794459,0.0,0.5754359054026982,1.007218019333759 -7361,0.5,0.15372517456988796,0.0,0.14526155613479375,0.15372517456988796,0.0,0.20666895991504666,0.15372517456988796,7.991764910611169e-05,0.2887215955930214,0.15372517456988796,0.0,0.2544819937078915,0.15372517456988796,0.0,0.3508417880065313,0.15372517456988796,0.0,0.6557980802628989,0.15372517456988796,0.0,0.534427019529721,0.15372517456988796,0.00019479139282997174,0.7643589442516554,0.5,0.15372517456988796,0.0004622417350389096,0.5658984999557103,0.15372517456988796,0.0004323419883863485,0.0030456059227645816,0.5,0.15372517456988796,0.0,0.22629500395808566,0.15372517456988796,5.6781701819122054e-05,0.16647069264952166,0.15372517456988796,0.0,0.3996650237098967,0.15372517456988796,0.0,0.4583366696665027,0.15372517456988796,3.285211103793761e-07,0.22580271724659381,0.15372517456988796,0.00020173310494127293,0.6152917190517089,0.15372517456988796,9.098171085196743e-05,0.14707507267772024,0.5,0.15372517456988796,0.0,0.005032943136315299,0.0,0.3624943478362138,1.0064166860240291 -7362,0.5,0.15372517456988796,0.0,0.1305145479106923,0.15372517456988796,0.0,0.20859519583388736,0.15372517456988796,0.0,0.28082887443535537,0.15372517456988796,0.0,0.25180143110140946,0.15372517456988796,0.0,0.4649385588601679,0.15372517456988796,0.0,0.707515793143771,0.15372517456988796,0.0,0.5654468615807285,0.15372517456988796,0.0,0.7306401867559735,0.5,0.15372517456988796,0.0,0.5322868056615739,0.15372517456988796,0.0,0.006640507545342076,0.5,0.15372517456988796,0.0,0.2097133366980897,0.15372517456988796,0.0,0.17308022242586504,0.15372517456988796,0.0,0.38539785447833336,0.15372517456988796,0.0,0.45384653966046007,0.15372517456988796,0.0,0.23234919337842214,0.15372517456988796,0.0,0.6252842236074565,0.15372517456988796,0.0,0.1465147135519959,0.5,0.15372517456988796,0.0,0.0070342376884707895,0.0,0.2852642798538966,1.0060700091956059 -7363,0.5,0.15372517456988796,0.0,0.14027795387206615,0.15372517456988796,0.0,0.26992181072120314,0.15372517456988796,0.0,0.2622584611327758,0.15372517456988796,0.0,0.2449772236997414,0.15372517456988796,0.0,0.5987344312811392,0.15372517456988796,0.0,0.7719199511210589,0.15372517456988796,0.0,0.6748818891843621,0.15372517456988796,0.0,0.7259374139000083,0.5,0.15372517456988796,0.0,0.5429304304963816,0.15372517456988796,0.0,0.010108003239885675,0.5,0.15372517456988796,0.0,0.2433674917310932,0.15372517456988796,0.0,0.16072402886949788,0.15372517456988796,0.0,0.39275022526704656,0.15372517456988796,0.0,0.4945001636077964,0.15372517456988796,0.0,0.2727957816368971,0.15372517456988796,0.0,0.6060196861135687,0.15372517456988796,0.0,0.15780797861586038,0.5,0.15372517456988796,0.0,0.009516886107205046,0.0,0.23622103949138465,1.0063663323711898 -7364,0.5,0.15372517456988796,0.0,0.16270413698181146,0.15372517456988796,0.0,0.2924121426664744,0.15372517456988796,0.0,0.2533104745219452,0.15372517456988796,0.0,0.2155075661667952,0.15372517456988796,0.0,0.6932966337464117,0.15372517456988796,0.0,0.8173926928876574,0.15372517456988796,0.0,0.6909499675378367,0.15372517456988796,0.0,0.7008810917343655,0.5,0.15372517456988796,0.0,0.5099121270945595,0.15372517456988796,0.0,0.024891894787473924,0.5,0.15372517456988796,0.0,0.3087007331143945,0.15372517456988796,0.0,0.12292865677704727,0.15372517456988796,0.0,0.42218579503968046,0.15372517456988796,0.0,0.5422842947532815,0.15372517456988796,0.0,0.3097590190070632,0.15372517456988796,0.0,0.5899192555465191,0.15372517456988796,0.0,0.1848791960865458,0.5,0.15372517456988796,0.0,0.017294894922596997,0.0,0.24874415674257427,1.007044103492321 -7365,0.5,0.15372517456988796,0.0,0.19055191545642156,0.15372517456988796,0.0,0.2923916557483802,0.15372517456988796,0.0,0.2869654083791727,0.15372517456988796,0.0,0.19536419106940767,0.15372517456988796,0.0,0.7182663007642901,0.15372517456988796,0.0,0.8608506330076355,0.15372517456988796,0.0,0.6778611751031863,0.15372517456988796,0.0,0.7133044051188457,0.5,0.15372517456988796,0.0,0.5207797189190163,0.15372517456988796,0.0,0.0362186137654056,0.5,0.15372517456988796,0.0,0.35487207636977514,0.15372517456988796,0.0,0.09115972178808589,0.15372517456988796,0.0,0.46507453538895743,0.15372517456988796,0.0,0.5879483768393172,0.15372517456988796,0.0,0.32659566320377315,0.15372517456988796,0.0,0.6070835991315309,0.15372517456988796,0.0,0.2070781168854524,0.5,0.15372517456988796,0.0,0.02724071048737295,0.0,0.2550300587154496,1.0079593863985858 -7366,0.5,0.15372517456988796,0.0,0.21475078585870128,0.15372517456988796,0.0,0.29791744497900224,0.15372517456988796,0.0,0.35489039506547276,0.15372517456988796,0.0,0.2068092652039593,0.15372517456988796,0.0,0.7159949791818294,0.15372517456988796,0.0,0.882965001421694,0.15372517456988796,0.0,0.6879587284255516,0.15372517456988796,0.0,0.6838552815722514,0.5,0.15372517456988796,0.0,0.5866210126073753,0.15372517456988796,0.0,0.03582346296288048,0.5,0.15372517456988796,0.0,0.29275143265529496,0.15372517456988796,0.0,0.08040512410462618,0.15372517456988796,0.0,0.5170854942721629,0.15372517456988796,0.0,0.6322220168195474,0.15372517456988796,0.0,0.35942844759722464,0.15372517456988796,0.0,0.6592504572720589,0.15372517456988796,0.0,0.21722786290159204,0.5,0.15372517456988796,0.0,0.044311303181979254,0.0,0.26813649040972404,1.0084938895647024 -7367,0.5,0.15372517456988796,0.0,0.2356745009993211,0.15372517456988796,0.0,0.3532383063446025,0.15372517456988796,0.0,0.40886736880062113,0.15372517456988796,0.0,0.2335106685520336,0.15372517456988796,0.0,0.7672961103956255,0.15372517456988796,0.0,0.8683823412228129,0.15372517456988796,0.0,0.7592054563773354,0.15372517456988796,0.0,0.67521161659912,0.5,0.15372517456988796,0.0,0.6423892340902723,0.15372517456988796,0.0,0.03402979338994184,0.5,0.15372517456988796,0.0,0.20217199072933392,0.15372517456988796,0.0,0.10072144343391537,0.15372517456988796,0.0,0.5522624008217132,0.15372517456988796,0.0,0.6305185508933948,0.15372517456988796,0.0,0.3793558856598578,0.15372517456988796,0.0,0.728463229083352,0.15372517456988796,0.0,0.1835846425326662,0.5,0.15372517456988796,0.0,0.04546129380192876,0.0,0.29444548742674875,1.0086327028141302 -7368,0.5,0.15372517456988796,0.0,0.25393562547376325,0.15372517456988796,0.0,0.4159389593502677,0.15372517456988796,0.0,0.4394474180582699,0.15372517456988796,0.0,0.24780344008049035,0.15372517456988796,0.0,0.7860995055898146,0.15372517456988796,0.0,0.8245693461400128,0.15372517456988796,0.0,0.7664798478755612,0.15372517456988796,0.0,0.6500121870488522,0.5,0.15372517456988796,0.0,0.7000084441619391,0.15372517456988796,0.0,0.04535887572924435,0.5,0.15372517456988796,0.0,0.18750255951602007,0.15372517456988796,0.0,0.12947204028088058,0.15372517456988796,0.0,0.5626143929352787,0.15372517456988796,0.0,0.6622021920323559,0.15372517456988796,0.0,0.4571655407663773,0.15372517456988796,0.0,0.8033895074625725,0.15372517456988796,0.0,0.16740728227444332,0.5,0.15372517456988796,0.0,0.0420802171888634,0.0,0.314519849633221,1.0092874258317137 -7369,0.5,0.15372517456988796,0.0,0.27811274720084295,0.15372517456988796,0.0,0.4768729809278424,0.15372517456988796,0.0,0.4442092907814485,0.15372517456988796,0.0,0.2630055891504903,0.15372517456988796,0.0,0.7549090190744187,0.15372517456988796,0.0,0.7795648612486101,0.15372517456988796,0.0,0.7300793879210986,0.15372517456988796,0.0,0.5841495800746054,0.5,0.15372517456988796,0.0,0.6765423241649666,0.15372517456988796,0.0,0.08034208935957941,0.5,0.15372517456988796,0.0,0.15217996924762048,0.15372517456988796,0.0,0.16393551553363947,0.15372517456988796,0.0,0.6051824177767628,0.15372517456988796,0.0,0.7085336251156382,0.15372517456988796,0.0,0.5013506111749537,0.15372517456988796,0.0,0.8466814567558392,0.15372517456988796,0.0,0.16174145700981712,0.5,0.15372517456988796,0.0,0.058529321052470135,0.0,0.3503737055090975,1.0018881294105642 -7370,0.5,0.15372517456988796,0.0,0.3023887259190845,0.15372517456988796,0.0,0.5600869733555157,0.15372517456988796,0.0,0.41321047699799274,0.15372517456988796,0.0,0.3021294364650504,0.15372517456988796,0.0,0.7517510961196254,0.15372517456988796,0.0,0.7396525153821285,0.15372517456988796,0.0,0.6941640558381571,0.15372517456988796,0.0,0.5619660560362527,0.5,0.15372517456988796,0.0,0.5485229947743644,0.15372517456988796,0.0,0.1250616367844915,0.5,0.15372517456988796,0.0,0.2933087765665832,0.15372517456988796,0.0,0.19091862739652485,0.15372517456988796,0.0,0.684905822242009,0.15372517456988796,0.0,0.7169468279471631,0.15372517456988796,0.0,0.5022266978534904,0.15372517456988796,0.0,0.8347399602669973,0.15372517456988796,0.0,0.17500393076124232,0.5,0.15372517456988796,0.0,0.0850351613138079,0.0,0.38053092246706743,0.9226778540435033 -7371,0.5,0.15372517456988796,0.0,0.2821884460930476,0.15372517456988796,0.0,0.5863822914483354,0.15372517456988796,0.0,0.35290967362652864,0.15372517456988796,0.0,0.2948734155189057,0.15372517456988796,0.0,0.772749832835337,0.15372517456988796,0.0,0.6989205179204525,0.15372517456988796,0.0,0.6281202948945711,0.15372517456988796,0.0,0.5711947356385314,0.5,0.15372517456988796,0.0,0.3684542641947134,0.15372517456988796,0.0,0.12371652750593917,0.5,0.15372517456988796,0.0,0.3794597516377677,0.15372517456988796,0.0,0.19218182587882027,0.15372517456988796,0.0,0.7347103319059586,0.15372517456988796,0.0,0.7365997152679797,0.15372517456988796,0.0,0.5035937036036008,0.15372517456988796,0.0,0.7246596603608473,0.15372517456988796,0.0,0.22900801947148827,0.5,0.15372517456988796,0.0,0.09944332007888976,0.0,0.4656563143452112,0.6690899001307331 -7372,0.5,0.15372517456988796,0.0,0.3038675528648372,0.15372517456988796,0.0,0.6240282175765071,0.15372517456988796,0.0,0.2712651369573878,0.15372517456988796,0.0,0.2438353268824829,0.15372517456988796,0.0,0.746182175026493,0.15372517456988796,0.0,0.6797811825623374,0.15372517456988796,0.0,0.673536217718482,0.15372517456988796,0.0,0.5131948205366599,0.5,0.15372517456988796,0.0,0.23773077453578736,0.15372517456988796,0.0,0.10236697629766044,0.5,0.15372517456988796,0.0,0.2800410793266309,0.15372517456988796,0.0,0.20873112237669633,0.15372517456988796,0.0,0.7472587650304052,0.15372517456988796,0.0,0.746966234337997,0.15372517456988796,0.0,0.4836857993714062,0.15372517456988796,0.0,0.5895223922641222,0.15372517456988796,0.0,0.26325421010702754,0.5,0.15372517456988796,0.0,0.11435314466585807,0.0,0.42585982326066624,0.37156388341597435 -7373,0.5,0.15372517456988796,0.0,0.34454685694164233,0.15372517456988796,0.0,0.6353747199912251,0.15372517456988796,0.0,0.18357067256029497,0.15372517456988796,0.0,0.21234361034236054,0.15372517456988796,0.0,0.7083880826826041,0.15372517456988796,0.0,0.6789363805491394,0.15372517456988796,0.0,0.7696671386601486,0.15372517456988796,0.0,0.38678058737479937,0.5,0.15372517456988796,0.0,0.2579269829316476,0.15372517456988796,0.0,0.10254086946335267,0.5,0.15372517456988796,0.0,0.20252893816673115,0.15372517456988796,0.0,0.1998833680851858,0.15372517456988796,0.0,0.7616298362776993,0.15372517456988796,0.0,0.725629584267783,0.15372517456988796,0.0,0.48104270760630774,0.15372517456988796,0.0,0.5829889427472573,0.15372517456988796,0.0,0.2796769451776166,0.5,0.15372517456988796,0.0,0.10120357322127728,0.0,0.4441296769214187,0.204617912569659 -7374,0.5,0.15372517456988796,0.0,0.353311001315745,0.15372517456988796,0.0,0.5392398377923274,0.15372517456988796,0.0,0.16805080303242945,0.15372517456988796,0.0,0.2249698493528536,0.15372517456988796,0.0,0.7122809104900804,0.15372517456988796,0.0,0.5818424556740222,0.15372517456988796,0.0,0.7316226997511005,0.15372517456988796,0.0,0.36307624506089764,0.5,0.15372517456988796,0.0,0.36316806700515236,0.15372517456988796,0.0,0.08464555187932345,0.5,0.15372517456988796,0.0,0.1765362769980223,0.15372517456988796,0.0,0.1835552027539171,0.15372517456988796,0.0,0.7793198575239846,0.15372517456988796,0.0,0.6983154373660504,0.15372517456988796,0.0,0.46212624951718195,0.15372517456988796,0.0,0.5519382383714979,0.15372517456988796,0.0,0.2527963421120885,0.5,0.15372517456988796,0.0,0.08020389577756523,0.0,0.44656841101173084,0.11825028457857223 -7375,0.5,0.15372517456988796,0.0,0.32425338466334486,0.15372517456988796,0.0,0.5250015762939916,0.15372517456988796,0.0,0.2293579325197636,0.15372517456988796,0.0,0.2267027291835037,0.15372517456988796,0.0,0.6198641957952463,0.15372517456988796,0.0,0.4879008103354662,0.15372517456988796,0.0,0.657233342427914,0.15372517456988796,0.0,0.32668060195211324,0.5,0.15372517456988796,0.0,0.4890404714744502,0.15372517456988796,0.0,0.06683958788908471,0.5,0.15372517456988796,0.0,0.16703115489137282,0.15372517456988796,0.0,0.17023399702542416,0.15372517456988796,0.0,0.7392757313547483,0.15372517456988796,0.0,0.6584291778194418,0.15372517456988796,0.0,0.38645946257697905,0.15372517456988796,0.0,0.5862965231780987,0.15372517456988796,0.0,0.18750285586185855,0.5,0.15372517456988796,0.0,0.07443901580450449,0.0,0.5379365222188421,0.06281812906599199 -7376,0.5,0.15372517456988796,0.0006419870587746317,0.3064104113174426,0.15372517456988796,0.0,0.43285622450136985,0.15372517456988796,0.0010573514324348525,0.2838567793327467,0.15372517456988796,0.0032491397203332282,0.19681475521593975,0.15372517456988796,0.0,0.5168581952690987,0.15372517456988796,0.0,0.44169309821571123,0.15372517456988796,0.0,0.5656520427769463,0.15372517456988796,0.0,0.3691009488882585,0.5,0.15372517456988796,0.0,0.5474709046717927,0.15372517456988796,0.004012507394504553,0.08007659881013861,0.5,0.15372517456988796,0.0003422415269833285,0.12347729944414533,0.15372517456988796,0.0014640045749581172,0.1528948116296403,0.15372517456988796,0.0,0.6818341521962594,0.15372517456988796,0.0,0.58420347504428,0.15372517456988796,0.0,0.3737827187091429,0.15372517456988796,9.585770812806184e-07,0.5843511959184113,0.15372517456988796,0.00238226738374222,0.13737900926454333,0.5,0.15372517456988796,0.00964000022458351,0.07268514753745309,0.0,0.6145453470232778,0.03438760419484104 -7377,0.5,0.15372517456988796,0.02490623548606384,0.34121925550436377,0.15372517456988796,0.016577539539541095,0.2544562975757673,0.15372517456988796,0.05178333033523069,0.33919568084810187,0.15372517456988796,0.06631154580442696,0.21889712965844174,0.15372517456988796,0.019764453684281817,0.45097008349394885,0.15372517456988796,0.01032918935795745,0.35303517481189334,0.15372517456988796,0.02624473338059991,0.4572778143566896,0.15372517456988796,0.004300339493094721,0.4679796150160735,0.5,0.15372517456988796,0.007885791432743375,0.5197783176103961,0.15372517456988796,0.09978695596650357,0.057625743240558906,0.5,0.15372517456988796,0.03797265939484176,0.05307458131631867,0.15372517456988796,0.05795722414226098,0.08972935015176442,0.15372517456988796,0.006820347554183913,0.618243476072766,0.15372517456988796,0.007374524613745251,0.4705360078918323,0.15372517456988796,0.03676025300781868,0.41660767822189115,0.15372517456988796,0.017684077204262207,0.5652866242589981,0.15372517456988796,0.0792685869282992,0.12250349497674516,0.5,0.15372517456988796,0.15455843972825736,0.07485773489358234,0.0,0.5987700626748291,0.02532782385845781 -7378,0.5,0.15372517456988796,0.07563509509260184,0.4074726009584617,0.15372517456988796,0.09335120031238199,0.3250041176333401,0.15372517456988796,0.132325483600438,0.3330693963018248,0.15372517456988796,0.14327622353455752,0.2391953089492523,0.15372517456988796,0.08223318689810678,0.3651534926235831,0.15372517456988796,0.03528690923170463,0.3284885249490295,0.15372517456988796,0.05370432652886884,0.5588925496529196,0.15372517456988796,0.02315101247585759,0.4955250250711375,0.5,0.15372517456988796,0.02591499762691355,0.4711527581919011,0.15372517456988796,0.23066946393687432,0.0601736737812513,0.5,0.15372517456988796,0.08609396446037472,0.02753013701401379,0.15372517456988796,0.13408688064363905,0.060903489136626486,0.15372517456988796,0.024973583367065864,0.4980730896149773,0.15372517456988796,0.047688181329534396,0.40277999627746924,0.15372517456988796,0.09638618617364693,0.4445498593343381,0.15372517456988796,0.0666242734095841,0.5616090955614578,0.15372517456988796,0.20361423731482894,0.1414492757671678,0.5,0.15372517456988796,0.3100153888640087,0.08622229947898678,0.0,0.60759949946631,0.024576320351517085 -7379,0.5,0.15372517456988796,0.12760488028195363,0.4861455562816854,0.15372517456988796,0.20723144352723338,0.5125390369993208,0.15372517456988796,0.24259040976849172,0.35998338000676505,0.15372517456988796,0.22509045442244807,0.2370325850434822,0.15372517456988796,0.08541439117181351,0.33454312886609894,0.15372517456988796,0.0435447537361727,0.3744144323881584,0.15372517456988796,0.07343487950450683,0.7933114887226745,0.15372517456988796,0.06058538620708351,0.43679929110792526,0.5,0.15372517456988796,0.04676659929426112,0.4514726971224091,0.15372517456988796,0.32749134626284315,0.047349529028959336,0.5,0.15372517456988796,0.13287273699819319,0.02478846406197569,0.15372517456988796,0.17368919596030488,0.03516980509094935,0.15372517456988796,0.06441878474761836,0.4345497576134277,0.15372517456988796,0.08473146105708439,0.35606514380400256,0.15372517456988796,0.13669269583060045,0.48011966460177696,0.15372517456988796,0.11313278868929327,0.5642234499027634,0.15372517456988796,0.32304547849218784,0.17274704864501228,0.5,0.15372517456988796,0.42861148259914916,0.10997852081733256,0.0,0.45507940137347613,0.028629801561277778 -7380,0.5,0.15372517456988796,0.150449474549718,0.5057842589898836,0.15372517456988796,0.1718694982658421,0.4631738675967799,0.15372517456988796,0.3224649232540103,0.48500584515122996,0.15372517456988796,0.3161214663008646,0.2476371357968128,0.15372517456988796,0.0933971145179257,0.4699731589845542,0.15372517456988796,0.03806879895479242,0.37390998891364124,0.15372517456988796,0.08254969412456134,0.721974015505848,0.15372517456988796,0.07479656467173669,0.39895634080214915,0.5,0.15372517456988796,0.08671745753112638,0.41050087769024146,0.15372517456988796,0.3299081651329822,0.03092708453803721,0.5,0.15372517456988796,0.2011965118058014,0.060655482961654524,0.15372517456988796,0.18962653159233542,0.017038371460739214,0.15372517456988796,0.11206836881769568,0.3945021754499074,0.15372517456988796,0.09031268499530762,0.3188034045092105,0.15372517456988796,0.14826305990247496,0.5321019364032914,0.15372517456988796,0.144504553423211,0.5549096849471528,0.15372517456988796,0.3831227282174521,0.18063336615699788,0.5,0.15372517456988796,0.4857573823080791,0.13799886013847185,0.0,0.4391284397296241,0.043781429591406344 -7381,0.5,0.15372517456988796,0.16160153508841488,0.461951273049624,0.15372517456988796,0.09179439383146742,0.44873277431536257,0.15372517456988796,0.33882582673275047,0.5636771364144498,0.15372517456988796,0.3882774328367038,0.269189010338637,0.15372517456988796,0.040173657293307304,0.3622795169669792,0.15372517456988796,0.04037947608600765,0.33784552742242346,0.15372517456988796,0.0806638753188987,0.5587245410533948,0.15372517456988796,0.061866364742314196,0.2973933694165465,0.5,0.15372517456988796,0.1068902274983679,0.32613835957201176,0.15372517456988796,0.2712116387806953,0.01957891583835561,0.5,0.15372517456988796,0.21799766083077213,0.08447451368126116,0.15372517456988796,0.21558222915107453,0.010729958005496988,0.15372517456988796,0.09666151432465958,0.3211845184381252,0.15372517456988796,0.05866324057449816,0.24513025932470933,0.15372517456988796,0.12601638589920466,0.6295696282165726,0.15372517456988796,0.17411233659937822,0.4685016007141192,0.15372517456988796,0.39949580610741803,0.21109998995323292,0.5,0.15372517456988796,0.4813185693675245,0.14711705331722752,0.0,0.5662064420724383,0.051253882592482015 -7382,0.5,0.15372517456988796,0.1505846069681161,0.39310685984261934,0.15372517456988796,0.04319403341256746,0.3902655733121389,0.15372517456988796,0.2696278256583262,0.4439186054014907,0.15372517456988796,0.3903000307659404,0.268208494998685,0.15372517456988796,0.017339255893003246,0.2597094030823051,0.15372517456988796,0.0347737883314581,0.2447079875553172,0.15372517456988796,0.07075952867582457,0.3569861018546408,0.15372517456988796,0.06906005430429567,0.2559484599097988,0.5,0.15372517456988796,0.10351828535342229,0.28121094811692343,0.15372517456988796,0.2626946518177291,0.014935244624157847,0.5,0.15372517456988796,0.18189742720151017,0.0567299664653613,0.15372517456988796,0.17759760197190216,0.009725560365347448,0.15372517456988796,0.04818035502611138,0.2528279857785862,0.15372517456988796,0.026824366910262694,0.15250010616149517,0.15372517456988796,0.08548858849288059,0.48620129024434056,0.15372517456988796,0.1654639847896935,0.38729228136959415,0.15372517456988796,0.3680594197888054,0.15629263413359096,0.5,0.15372517456988796,0.43728385192929,0.14093061824361403,0.0,0.5834959752093557,0.06387184227480436 -7383,0.5,0.15372517456988796,0.12149565061593356,0.33490689011728975,0.15372517456988796,0.00625709495828346,0.2352589265797341,0.15372517456988796,0.17800991552905632,0.3161643949736188,0.15372517456988796,0.30217999130754325,0.19544298307243665,0.15372517456988796,0.012704461044914331,0.11853273987973809,0.15372517456988796,0.026640766207783488,0.15030022638923496,0.15372517456988796,0.0422650039371673,0.23804378747940388,0.15372517456988796,0.0600226834210868,0.16829374372929923,0.5,0.15372517456988796,0.07213295332025119,0.23080673710284574,0.15372517456988796,0.16385243018265733,0.009437891382038717,0.5,0.15372517456988796,0.11425325968420125,0.029315879763981662,0.15372517456988796,0.11157039321453555,0.011430944731151044,0.15372517456988796,0.016575062812907833,0.20189765200352705,0.15372517456988796,0.009391556660635927,0.09139622414484966,0.15372517456988796,0.047256890506288375,0.2706418205117158,0.15372517456988796,0.09725759463725654,0.3241369288258483,0.15372517456988796,0.2626481973551337,0.09122782964130462,0.5,0.15372517456988796,0.33666088788014975,0.10192171769978398,0.0,0.4522432473121104,0.08034358614465138 -7384,0.5,0.15372517456988796,0.050618249238216534,0.2673023839269073,0.15372517456988796,0.0011907015437795383,0.14397979952270235,0.15372517456988796,0.0823551190619681,0.19824898104858535,0.15372517456988796,0.0746500340510853,0.12590509468655225,0.15372517456988796,0.007039369079851025,0.057226358513501274,0.15372517456988796,0.011214508685087603,0.08418123230560182,0.15372517456988796,0.024399923059476174,0.18786615006114735,0.15372517456988796,0.019915407200794374,0.10914908355205387,0.5,0.15372517456988796,0.02701882098852832,0.15930259245766445,0.15372517456988796,0.05655594063898496,0.017469392913037406,0.5,0.15372517456988796,0.05441573222576526,0.028264377907708613,0.15372517456988796,0.057085918685265455,0.0226445447018808,0.15372517456988796,0.0034914628666444765,0.15694713191391263,0.15372517456988796,0.0030357918899735106,0.04791879671915397,0.15372517456988796,0.0193010222955914,0.1251642126717394,0.15372517456988796,0.04026897107031343,0.2562029531542877,0.15372517456988796,0.11669963744809603,0.06452182934257938,0.5,0.15372517456988796,0.12721844441766955,0.10320480396235465,0.0,0.3056308073947292,0.11056914942643893 -7385,0.5,0.15372517456988796,0.0,0.19935811005562123,0.15372517456988796,0.0,0.060825890718356326,0.15372517456988796,0.0,0.12875370480354256,0.15372517456988796,0.0,0.11861735702839235,0.15372517456988796,6.435867250173421e-05,0.03487042498823325,0.15372517456988796,8.720327536003653e-05,0.0896535609513097,0.15372517456988796,0.00022951386620826504,0.12896457828798374,0.15372517456988796,0.0008226873997433093,0.10821997515423323,0.5,0.15372517456988796,0.0004253881426834811,0.16057831117780264,0.15372517456988796,7.158953831487374e-05,0.042702295828290646,0.5,0.15372517456988796,0.0,0.04455457167488668,0.15372517456988796,0.0,0.026795520483187195,0.15372517456988796,0.0,0.09431487215261192,0.15372517456988796,6.449751963709812e-05,0.025327577719950103,0.15372517456988796,5.616454446371892e-05,0.07251643364931487,0.15372517456988796,7.365802813533745e-05,0.13463004312721952,0.15372517456988796,0.0,0.07550389152856615,0.5,0.15372517456988796,0.0,0.15156164398304986,0.0,0.2435214725962898,0.1367958377178448 -7386,0.5,0.15372517456988796,0.0,0.14047996374661037,0.15372517456988796,0.0,0.03198049314088714,0.15372517456988796,0.0,0.08630982696965984,0.15372517456988796,0.0,0.122363293549613,0.15372517456988796,0.0,0.04154662624801261,0.15372517456988796,0.0,0.10315584945564465,0.15372517456988796,0.0,0.09769653042638887,0.15372517456988796,0.0,0.11873457909535126,0.5,0.15372517456988796,0.0,0.13109932351632023,0.15372517456988796,0.0,0.06538471039760395,0.5,0.15372517456988796,0.0,0.018452321373812447,0.15372517456988796,0.0,0.02196723382085798,0.15372517456988796,0.0,0.049928341645262275,0.15372517456988796,0.0,0.02517828946586481,0.15372517456988796,0.0,0.05582436686888568,0.15372517456988796,0.0,0.06234518821991021,0.15372517456988796,0.0,0.07384872387806962,0.5,0.15372517456988796,0.0,0.21293928383438113,0.0,0.21003071685490837,0.18117220725113128 -7387,0.5,0.15372517456988796,0.0,0.11406040507469586,0.15372517456988796,0.0,0.0531887010836524,0.15372517456988796,0.0,0.054994692448921315,0.15372517456988796,0.0,0.1291026187587208,0.15372517456988796,0.0,0.06907436654353223,0.15372517456988796,0.0,0.1191321785754532,0.15372517456988796,0.0,0.08939986707903698,0.15372517456988796,0.0,0.10388779202009449,0.5,0.15372517456988796,0.0,0.08515931028424226,0.15372517456988796,0.0,0.07816230026305002,0.5,0.15372517456988796,0.0,0.0034012110598457736,0.15372517456988796,0.0,0.011912475270484984,0.15372517456988796,0.0,0.03463971144363781,0.15372517456988796,0.0,0.029532434477599158,0.15372517456988796,0.0,0.0496087422560884,0.15372517456988796,0.0,0.0539189785867403,0.15372517456988796,0.0,0.06702542565847469,0.5,0.15372517456988796,0.0,0.19983658855806952,0.0,0.14936268507381692,0.3019020505113272 -7388,0.5,0.15372517456988796,0.0,0.09710335675627849,0.15372517456988796,0.0,0.056528115546512235,0.15372517456988796,0.0,0.030745782378820568,0.15372517456988796,0.0,0.1268780307243348,0.15372517456988796,0.0,0.09289473064537426,0.15372517456988796,0.0,0.13462617064919108,0.15372517456988796,0.0,0.07765581086107029,0.15372517456988796,0.0,0.10904112692498416,0.5,0.15372517456988796,0.0,0.05161574967169517,0.15372517456988796,0.0,0.04843310976921665,0.5,0.15372517456988796,0.0,0.0074537268336724045,0.15372517456988796,0.0,0.009882009156098829,0.15372517456988796,0.0,0.028596580512959387,0.15372517456988796,0.0,0.036209979730671624,0.15372517456988796,0.0,0.05336483125275566,0.15372517456988796,0.0,0.057081499570660985,0.15372517456988796,0.0,0.060813032300678894,0.5,0.15372517456988796,0.0,0.2224416120361966,0.0,0.10749681753966085,0.30975341126226796 -7389,0.5,0.15372517456988796,0.0,0.08638748581317945,0.15372517456988796,0.0,0.04235527971072396,0.15372517456988796,0.0,0.013693041091704472,0.15372517456988796,0.0,0.10860325143219962,0.15372517456988796,0.0,0.10467408668682222,0.15372517456988796,0.0,0.18789809035297245,0.15372517456988796,0.0,0.0651299861228251,0.15372517456988796,0.0,0.13695884014372373,0.5,0.15372517456988796,0.0,0.051530248447099164,0.15372517456988796,0.0,0.02342842707005556,0.5,0.15372517456988796,0.0,0.006790429370957625,0.15372517456988796,0.0,0.0046301297685085,0.15372517456988796,0.0,0.02196937087824761,0.15372517456988796,0.0,0.042484181803859225,0.15372517456988796,0.0,0.05729874647090352,0.15372517456988796,0.0,0.0442296361511897,0.15372517456988796,0.0,0.06534976807001541,0.5,0.15372517456988796,0.0,0.20054380557561538,0.0,0.08477357522521886,0.2678230794341275 -7390,0.5,0.15372517456988796,0.0,0.07439611449930916,0.15372517456988796,0.0,0.04694441019909145,0.15372517456988796,0.0,0.003986259543761801,0.15372517456988796,0.0,0.07843192733092136,0.15372517456988796,0.0,0.12441759431493211,0.15372517456988796,0.0,0.18072775009245134,0.15372517456988796,0.0,0.07461187415442763,0.15372517456988796,0.0,0.14128553218452516,0.5,0.15372517456988796,0.0,0.07160336627194878,0.15372517456988796,0.0,0.019079789646701532,0.5,0.15372517456988796,0.0,0.003776053965913407,0.15372517456988796,0.0,0.0030727850626532335,0.15372517456988796,0.0,0.01600899759196538,0.15372517456988796,0.0,0.06730159436224335,0.15372517456988796,0.0,0.05331488561726238,0.15372517456988796,0.0,0.025366566253544387,0.15372517456988796,0.0,0.050806506189794313,0.5,0.15372517456988796,0.0,0.1337187060507174,0.0,0.0856309824941944,0.1749552276502722 -7391,0.5,0.15372517456988796,0.0,0.05747913518424126,0.15372517456988796,0.0,0.058510877176361935,0.15372517456988796,0.0,0.005378210354007209,0.15372517456988796,0.0,0.06211425338548825,0.15372517456988796,0.0,0.12753468096681314,0.15372517456988796,0.0,0.13660912853912308,0.15372517456988796,0.0,0.13092665484142976,0.15372517456988796,0.0,0.1250703621162201,0.5,0.15372517456988796,0.0,0.06873381424072461,0.15372517456988796,0.0,0.013994915191368446,0.5,0.15372517456988796,0.0,0.0019663318559178878,0.15372517456988796,0.0,0.0018980537456281406,0.15372517456988796,0.0,0.01791283734521546,0.15372517456988796,0.0,0.1035088871318541,0.15372517456988796,0.0,0.03620458941437449,0.15372517456988796,0.0,0.0234059849800117,0.15372517456988796,0.0,0.039771736248836766,0.5,0.15372517456988796,0.0,0.09806502946436155,0.0,0.0862131364878449,0.1297819353390118 -7392,0.5,0.15372517456988796,0.0,0.036473814864280515,0.15372517456988796,0.0,0.044751862571993484,0.15372517456988796,0.0,0.004918951945940355,0.15372517456988796,0.0,0.0707984695950715,0.15372517456988796,0.0,0.11395804712738021,0.15372517456988796,0.0,0.10630177250030395,0.15372517456988796,0.0,0.11040557196507844,0.15372517456988796,0.0,0.13788577471302793,0.5,0.15372517456988796,0.0,0.06608352388031874,0.15372517456988796,0.0,0.008413641692100345,0.5,0.15372517456988796,0.0,0.0008415021937152957,0.15372517456988796,0.0,0.004729034265250837,0.15372517456988796,0.0,0.03775832940588074,0.15372517456988796,0.0,0.14242992089756362,0.15372517456988796,0.0,0.026930024441395146,0.15372517456988796,0.0,0.01378037863392872,0.15372517456988796,0.0,0.02626026024726272,0.5,0.15372517456988796,0.0,0.078007695775128,0.0,0.05478174445380767,0.10144336010234695 -7393,0.5,0.15372517456988796,0.0,0.0296367058793391,0.15372517456988796,0.0,0.02600279099901144,0.15372517456988796,0.0,0.005539120015262552,0.15372517456988796,0.0,0.07298746635691179,0.15372517456988796,0.0,0.1086708795029366,0.15372517456988796,0.0,0.102774103402893,0.15372517456988796,0.0,0.08778391478326585,0.15372517456988796,0.0,0.13807281540778818,0.5,0.15372517456988796,0.0,0.0772133698212157,0.15372517456988796,0.0,0.0036391680870581722,0.5,0.15372517456988796,0.0,0.00048739440351550545,0.15372517456988796,0.0,0.005744103522259643,0.15372517456988796,0.0,0.07928584514407043,0.15372517456988796,0.0,0.15635832360608884,0.15372517456988796,0.0,0.020075047738666647,0.15372517456988796,0.0,0.007171714961710446,0.15372517456988796,0.0,0.01867125234385747,0.5,0.15372517456988796,0.0,0.06429879737777199,0.0,0.031571827948258586,0.0863618726269746 -7394,0.5,0.15372517456988796,0.0,0.028243535219543977,0.15372517456988796,0.0,0.013523012966101715,0.15372517456988796,0.0,0.004849262016168687,0.15372517456988796,0.0,0.08228247120008307,0.15372517456988796,0.0,0.1160894495985879,0.15372517456988796,0.0,0.1354059927885436,0.15372517456988796,0.0,0.08308195825708825,0.15372517456988796,0.0,0.12705335956020053,0.5,0.15372517456988796,0.0,0.08263199930087967,0.15372517456988796,0.0,0.0019736609841296223,0.5,0.15372517456988796,0.0,0.0008296195807405858,0.15372517456988796,0.0,0.007992697624209844,0.15372517456988796,0.0,0.11607230608670499,0.15372517456988796,0.0,0.16754480194534477,0.15372517456988796,0.0,0.015565783055330336,0.15372517456988796,0.0,0.005998470586293409,0.15372517456988796,0.0,0.010608465601391878,0.5,0.15372517456988796,0.0,0.06588720476657446,0.0,0.010986882150715875,0.0655027885151711 -7395,0.5,0.15372517456988796,0.0,0.0207299452148772,0.15372517456988796,0.0,0.009085201593040356,0.15372517456988796,0.0,0.003218062956751705,0.15372517456988796,0.0,0.07535339829718132,0.15372517456988796,0.0,0.12489076293011331,0.15372517456988796,0.0,0.1389748148843958,0.15372517456988796,0.0,0.08794802683830927,0.15372517456988796,0.0,0.13374176216670108,0.5,0.15372517456988796,0.0,0.11008716516163287,0.15372517456988796,0.0,0.0010045382682232335,0.5,0.15372517456988796,0.0,0.001995294577005956,0.15372517456988796,0.0,0.015030891663592106,0.15372517456988796,0.0,0.14353464729834392,0.15372517456988796,0.0,0.17572369291447407,0.15372517456988796,0.0,0.013888727932060793,0.15372517456988796,0.0,0.00680252174927346,0.15372517456988796,0.0,0.004988161988611574,0.5,0.15372517456988796,0.0,0.06804109362882035,0.0,0.0006494817150283987,0.048763807023693304 -7396,0.5,0.15372517456988796,0.0,0.016733296404697652,0.15372517456988796,0.0,0.006761505045224413,0.15372517456988796,0.0,0.0023016990801204553,0.15372517456988796,0.0,0.07798610461443331,0.15372517456988796,0.0,0.1185615650807384,0.15372517456988796,0.0,0.138693991716532,0.15372517456988796,0.0,0.10512174921027495,0.15372517456988796,0.0,0.14449012568396222,0.5,0.15372517456988796,0.0,0.11415052472988735,0.15372517456988796,0.0,0.013351006573017262,0.5,0.15372517456988796,0.0,0.006012284181461121,0.15372517456988796,0.0,0.014770648716955076,0.15372517456988796,0.0,0.15573491410587292,0.15372517456988796,0.0,0.16597434427201918,0.15372517456988796,0.0,0.01286341099209283,0.15372517456988796,0.0,0.007929922050148036,0.15372517456988796,0.0,0.0037106286832711563,0.5,0.15372517456988796,0.0,0.07045794666168381,0.0,0.0037937385263413148,0.03024561940281601 -7397,0.5,0.15372517456988796,0.0,0.013045196156917262,0.15372517456988796,0.0,0.0037460068612564642,0.15372517456988796,0.0,0.00036255523563767753,0.15372517456988796,0.0,0.07888354774205403,0.15372517456988796,0.0,0.12473883504424738,0.15372517456988796,0.0,0.14650556979325446,0.15372517456988796,0.0,0.12373534009729857,0.15372517456988796,0.0,0.1333540547127965,0.5,0.15372517456988796,0.0,0.12053258067634533,0.15372517456988796,0.0,0.016479822769189047,0.5,0.15372517456988796,0.0,0.011002180517308998,0.15372517456988796,0.0,0.014727298645966343,0.15372517456988796,0.0,0.15603968182617228,0.15372517456988796,0.0,0.15874722680106085,0.15372517456988796,0.0,0.012308088444973123,0.15372517456988796,0.0,0.015983142955675687,0.15372517456988796,0.0,0.004023016356141258,0.5,0.15372517456988796,0.0,0.09331162266437357,0.0,0.015510352722329264,0.018629545056978086 -7398,0.5,0.15372517456988796,0.0,0.008895147003379553,0.15372517456988796,0.0,0.002119413698322102,0.15372517456988796,0.0,0.0006730115740248574,0.15372517456988796,0.0,0.07958381437177227,0.15372517456988796,0.0,0.12638118906145993,0.15372517456988796,0.0,0.12716296836424948,0.15372517456988796,0.0,0.14411413188727565,0.15372517456988796,0.0,0.12493749364275356,0.5,0.15372517456988796,0.0,0.12250422657831427,0.15372517456988796,0.0,0.004221744527233287,0.5,0.15372517456988796,0.0,0.007348358393040084,0.15372517456988796,0.0,0.01960360963916134,0.15372517456988796,0.0,0.1900348269783943,0.15372517456988796,0.0,0.1492270138582652,0.15372517456988796,0.0,0.015187265836686455,0.15372517456988796,0.0,0.02468366224775649,0.15372517456988796,0.0,0.0030622811827820708,0.5,0.15372517456988796,0.0,0.07554428831476959,0.0,0.020165961708148585,0.011363623610351974 -7399,0.5,0.15372517456988796,0.0,0.006182167210608538,0.15372517456988796,0.0,0.01877534226171941,0.15372517456988796,0.0,0.0005221119499020976,0.15372517456988796,0.0,0.08686288939942707,0.15372517456988796,0.0,0.14191569493756817,0.15372517456988796,0.0,0.1375228668019383,0.15372517456988796,0.0,0.13896310528431427,0.15372517456988796,0.0,0.1232388602810915,0.5,0.15372517456988796,0.0,0.12668266251384527,0.15372517456988796,0.0,0.0008458997835029244,0.5,0.15372517456988796,0.0,0.006182531905925923,0.15372517456988796,0.0,0.024229108182575745,0.15372517456988796,0.0,0.22010707278788058,0.15372517456988796,0.0,0.14871797005063403,0.15372517456988796,0.0,0.022768612200742097,0.15372517456988796,0.0,0.03721179554776867,0.15372517456988796,0.0,0.0015835163956060714,0.5,0.15372517456988796,0.0,0.03855007643340502,0.0,0.019185885030037632,0.0062573268661260464 -7400,0.5,0.15372517456988796,0.0004077384763253446,0.005067135501922843,0.15372517456988796,0.0,0.04190222366477518,0.15372517456988796,0.00024077537251375746,0.00019324425988289526,0.15372517456988796,0.0020403488548078196,0.08033521888542307,0.15372517456988796,0.0,0.14330149667876813,0.15372517456988796,0.0,0.1184165106704694,0.15372517456988796,0.0,0.1477017703740799,0.15372517456988796,0.0,0.1341237317946917,0.5,0.15372517456988796,0.0,0.11532976234790349,0.15372517456988796,0.0018030220387959912,0.00032865142615691966,0.5,0.15372517456988796,6.605503454842659e-07,0.008814960058283054,0.15372517456988796,0.00016570732423323883,0.023050297552338558,0.15372517456988796,0.0,0.27135835278347775,0.15372517456988796,0.0,0.15085155273193324,0.15372517456988796,0.0,0.029349331586957995,0.15372517456988796,0.0,0.05608166124997177,0.15372517456988796,0.0013239029540629782,0.002327826401186859,0.5,0.15372517456988796,0.0041845986984716714,0.020724235908093715,0.0,0.015434208683679828,0.005125520411582553 -7401,0.5,0.15372517456988796,0.015118834660571798,0.004729402445804218,0.15372517456988796,0.0027295994978141563,0.08125793522961959,0.15372517456988796,0.011592325563334876,0.0003837006126563171,0.15372517456988796,0.042931335314550526,0.07995521191891987,0.15372517456988796,0.0015527832746947288,0.14163362576636265,0.15372517456988796,0.005650602439535799,0.12608981054718102,0.15372517456988796,0.0008250766596706591,0.15062886798966213,0.15372517456988796,0.017538711486054844,0.1435558847556627,0.5,0.15372517456988796,0.012752863476705349,0.12975223760142646,0.15372517456988796,0.03140655891567414,0.0002680330801616413,0.5,0.15372517456988796,0.003314280358094834,0.009143835989909564,0.15372517456988796,0.005550055376934484,0.02213435446128301,0.15372517456988796,0.0025935423677645626,0.29586839912663465,0.15372517456988796,0.003444071048256672,0.1533624827722907,0.15372517456988796,0.002701143732171665,0.046120432389803095,0.15372517456988796,0.0018959840960674809,0.07804737193987954,0.15372517456988796,0.03499142651040565,0.002163248056562613,0.5,0.15372517456988796,0.07960333442834995,0.010216181424589823,0.0,0.013098615676466094,0.013408718031791325 -7402,0.5,0.15372517456988796,0.033276788827434525,0.0037355693943690546,0.15372517456988796,0.007698081905758998,0.10640902550202698,0.15372517456988796,0.036240353654416683,0.0009006821052059965,0.15372517456988796,0.11592089664611746,0.09272868413680208,0.15372517456988796,0.011577515036878323,0.14472080265478682,0.15372517456988796,0.02302041303252185,0.11887063529433303,0.15372517456988796,0.0028786952976789476,0.15696828917943798,0.15372517456988796,0.0612298980561631,0.1558284505169817,0.5,0.15372517456988796,0.04284618874010133,0.12110898838317238,0.15372517456988796,0.06432139508237526,0.0014904750547163723,0.5,0.15372517456988796,0.01255706756944852,0.023127106364108942,0.15372517456988796,0.016365017099455235,0.037393377125268266,0.15372517456988796,0.0091485235729746,0.3232552080460412,0.15372517456988796,0.016152723565924995,0.15094513448685218,0.15372517456988796,0.010515300568794225,0.07031876168311045,0.15372517456988796,0.008593609075102671,0.09082446894535004,0.15372517456988796,0.08174929959701216,0.005707754764021488,0.5,0.15372517456988796,0.15636580200944383,0.005879672033891533,0.0,0.012112358188978526,0.02188256306699087 -7403,0.5,0.15372517456988796,0.0474052046429414,0.003888030280721076,0.15372517456988796,0.011795347599726162,0.1730304474190171,0.15372517456988796,0.06837864635520836,0.005424838802070833,0.15372517456988796,0.22061926908643104,0.1364266370473091,0.15372517456988796,0.04789991014301168,0.1532594446511234,0.15372517456988796,0.041829975687769944,0.11532348766512217,0.15372517456988796,0.00552537827240269,0.1503776717492165,0.15372517456988796,0.1063467931977345,0.15266478347396437,0.5,0.15372517456988796,0.07805903514917292,0.12660720022361716,0.15372517456988796,0.08597413675224702,0.006710214947539118,0.5,0.15372517456988796,0.026207805044598406,0.04312209140894328,0.15372517456988796,0.026948660216370882,0.052046495416461044,0.15372517456988796,0.01787853776620106,0.3429966451295745,0.15372517456988796,0.05187549894801726,0.1932251777946773,0.15372517456988796,0.02273576695005238,0.11443557093752588,0.15372517456988796,0.01781893536580278,0.08943580102358023,0.15372517456988796,0.11543623475899087,0.01998057988113197,0.5,0.15372517456988796,0.21009205679886092,0.006816106306870806,0.0,0.008521304920880787,0.02340930614132903 -7404,0.5,0.15372517456988796,0.08264730268960349,0.00589407812107455,0.15372517456988796,0.020879468976788638,0.2633168032380803,0.15372517456988796,0.08298856741062975,0.01387127095070522,0.15372517456988796,0.32311507008667506,0.15770106870030395,0.15372517456988796,0.10560801143173519,0.1625317465044934,0.15372517456988796,0.06484288671455926,0.101932838132796,0.15372517456988796,0.008216829238216228,0.1494964070252109,0.15372517456988796,0.11387505811036985,0.16004084180719394,0.5,0.15372517456988796,0.10709956324493872,0.13397485894652725,0.15372517456988796,0.0784338137263547,0.013027479538922816,0.5,0.15372517456988796,0.037487633109385424,0.060899294742041664,0.15372517456988796,0.03492901432825567,0.05683876901777364,0.15372517456988796,0.030807921665133395,0.34100752888994174,0.15372517456988796,0.08892970545295445,0.23350731510989964,0.15372517456988796,0.03103633455144849,0.14050490580714609,0.15372517456988796,0.026974372934359746,0.09955422109792607,0.15372517456988796,0.1252081201520881,0.03459021750298162,0.5,0.15372517456988796,0.23828952266559456,0.021148639118578335,0.0,0.003550169337102856,0.01466934060955653 -7405,0.5,0.15372517456988796,0.10284889443728923,0.006925663512972026,0.15372517456988796,0.0259634178029399,0.3084654360734507,0.15372517456988796,0.08322502724045215,0.02517958578085519,0.15372517456988796,0.34061279180726056,0.13448581841457533,0.15372517456988796,0.1242406811145322,0.18373764180189528,0.15372517456988796,0.08727037918150717,0.1064608310368793,0.15372517456988796,0.02695888664902337,0.15882226910215277,0.15372517456988796,0.09232707445843988,0.17208837463261156,0.5,0.15372517456988796,0.11974771077619059,0.1405518373360948,0.15372517456988796,0.059329218251154454,0.021126483504056173,0.5,0.15372517456988796,0.0414049892797068,0.0767774606412041,0.15372517456988796,0.037504857514443796,0.05671057809879737,0.15372517456988796,0.043579834644358835,0.31284387902941607,0.15372517456988796,0.10553629792426046,0.2320502953487386,0.15372517456988796,0.032698336245922506,0.15707797306634938,0.15372517456988796,0.02671486017478533,0.10280657959623024,0.15372517456988796,0.10768500654032995,0.04825859270824921,0.5,0.15372517456988796,0.22698806522323473,0.031919724742265614,0.0,0.0046110035165446836,0.009306906626040149 -7406,0.5,0.15372517456988796,0.09565957719088634,0.00869619867427437,0.15372517456988796,0.023167486382960067,0.24543203084306414,0.15372517456988796,0.05556129503030233,0.030948083601452216,0.15372517456988796,0.27527900714423714,0.09815964562935184,0.15372517456988796,0.1475463363966689,0.20264215793524473,0.15372517456988796,0.10722196921157504,0.10615184284576902,0.15372517456988796,0.0396281319715492,0.16633386205903325,0.15372517456988796,0.06659935132484626,0.16377911830247455,0.5,0.15372517456988796,0.10442243154381774,0.14629351312995195,0.15372517456988796,0.03686411438314457,0.036010985753683646,0.5,0.15372517456988796,0.034708772417455444,0.08901255796616638,0.15372517456988796,0.03269349828375219,0.06380271165276266,0.15372517456988796,0.05751066853011583,0.26755269387280856,0.15372517456988796,0.10353283216743678,0.19426469711941863,0.15372517456988796,0.02881011156067906,0.1627143101983392,0.15372517456988796,0.022720082758551904,0.11643114328288867,0.15372517456988796,0.07130775091753624,0.05170065301960004,0.5,0.15372517456988796,0.16434385907260007,0.037694324889073344,0.0,0.0037019772452639922,0.006527258846913521 -7407,0.5,0.15372517456988796,0.06320362155172209,0.007387362279159604,0.15372517456988796,0.011890096213390506,0.19983494414878467,0.15372517456988796,0.01727259637833109,0.022925846685085172,0.15372517456988796,0.15024928747004615,0.05557059485842048,0.15372517456988796,0.11799711610823403,0.15293480747822566,0.15372517456988796,0.1225016434120382,0.09189669988827157,0.15372517456988796,0.032856370651630266,0.15192129616405176,0.15372517456988796,0.04116698628881171,0.14112854445228717,0.5,0.15372517456988796,0.06343048467321075,0.13049663732880915,0.15372517456988796,0.017979520102991198,0.05195018230376338,0.5,0.15372517456988796,0.019650651384626065,0.0880724954444358,0.15372517456988796,0.023631080664861158,0.07256128070449032,0.15372517456988796,0.05779168271706414,0.2348907748370147,0.15372517456988796,0.09677390126776146,0.1460113568851621,0.15372517456988796,0.02199062912880529,0.17760189524715125,0.15372517456988796,0.013534402005752396,0.11507532572138635,0.15372517456988796,0.03624773718358055,0.044504905266048715,0.5,0.15372517456988796,0.0980916652508563,0.04603394859823904,0.0,0.004464136197976553,0.005132558293774078 -7408,0.5,0.15372517456988796,0.016821639501152886,0.007044613834800911,0.15372517456988796,0.0027186740575140464,0.1840408503658565,0.15372517456988796,0.003085316249135298,0.01426781294614425,0.15372517456988796,0.03647078092307297,0.028835857006290905,0.15372517456988796,0.06527769052297178,0.07588821588293397,0.15372517456988796,0.10492155033759529,0.05430167015340439,0.15372517456988796,0.01893828272191596,0.11439832738572776,0.15372517456988796,0.016409089761334025,0.10955995479177683,0.5,0.15372517456988796,0.032248758949482245,0.10689850473385006,0.15372517456988796,0.004727328733455307,0.0918460624897126,0.5,0.15372517456988796,0.00549501605688858,0.11493509921615325,0.15372517456988796,0.009851461800840414,0.09100457708061846,0.15372517456988796,0.036187678195875844,0.1968921107357155,0.15372517456988796,0.060303989587540546,0.10217449902632988,0.15372517456988796,0.007293065213707786,0.16285197884133787,0.15372517456988796,0.005132878703594863,0.12136984043043605,0.15372517456988796,0.011557342219708767,0.055576963258899804,0.5,0.15372517456988796,0.0403884499620093,0.04795255616892701,0.0,0.005339418998482371,0.006058435363440657 -7409,0.5,0.15372517456988796,0.0,0.008429887792025343,0.15372517456988796,0.0,0.1622228260965966,0.15372517456988796,3.90642275815689e-06,0.01731402181086644,0.15372517456988796,0.0,0.020850965364490177,0.15372517456988796,0.0,0.03806643062329899,0.15372517456988796,9.726018697680088e-05,0.04750505882160331,0.15372517456988796,0.00021930910323676448,0.10335941424655916,0.15372517456988796,0.00011183243884320702,0.0880942632501131,0.5,0.15372517456988796,0.0005501689970109476,0.06801753905032866,0.15372517456988796,0.00022592338556150015,0.11467081328824708,0.5,0.15372517456988796,0.0005005888575687572,0.1096539220358646,0.15372517456988796,0.0005826588246602629,0.09306300432185627,0.15372517456988796,0.0,0.16350325764848322,0.15372517456988796,0.0,0.0647607394032143,0.15372517456988796,4.294578133267011e-05,0.1613276690411265,0.15372517456988796,0.0002642843400987291,0.1381924924573489,0.15372517456988796,0.00021512187456149508,0.06088013907553961,0.5,0.15372517456988796,1.9762805383984582e-05,0.07285626016743266,0.0,0.011425374229435,0.005003187499482238 -7410,0.5,0.15372517456988796,0.0,0.016128316673135742,0.15372517456988796,0.0,0.19456110586776476,0.15372517456988796,0.0,0.02119994524962069,0.15372517456988796,0.0,0.013917387134491322,0.15372517456988796,0.0,0.024759003672485423,0.15372517456988796,0.0,0.04370760395512492,0.15372517456988796,0.0,0.09820923944776246,0.15372517456988796,0.0,0.06506187136183283,0.5,0.15372517456988796,0.0,0.052846352090508086,0.15372517456988796,0.0,0.09660199396271044,0.5,0.15372517456988796,0.0,0.1171727809321947,0.15372517456988796,0.0,0.08407630448078626,0.15372517456988796,0.0,0.1700059060183457,0.15372517456988796,0.0,0.06022695689855544,0.15372517456988796,0.0,0.17906281453720624,0.15372517456988796,0.0,0.15215441212611036,0.15372517456988796,0.0,0.06729610304065038,0.5,0.15372517456988796,0.0,0.1333981198645629,0.0,0.015703256312564938,0.006369085525946004 -7411,0.5,0.15372517456988796,0.0,0.02143222751803349,0.15372517456988796,0.0,0.2005629706690376,0.15372517456988796,0.0,0.03063448504613662,0.15372517456988796,0.0,0.012586866662706094,0.15372517456988796,0.0,0.02346731552351431,0.15372517456988796,0.0,0.034794669110506285,0.15372517456988796,0.0,0.07803503321342435,0.15372517456988796,0.0,0.05318422392410008,0.5,0.15372517456988796,0.0,0.04406314053563207,0.15372517456988796,0.0,0.09440031619564235,0.5,0.15372517456988796,0.0,0.15237676237727324,0.15372517456988796,0.0,0.07435844475681361,0.15372517456988796,0.0,0.18371713580000407,0.15372517456988796,0.0,0.052424734104216816,0.15372517456988796,0.0,0.16871473552576255,0.15372517456988796,0.0,0.1610198335931365,0.15372517456988796,0.0,0.0800511631545533,0.5,0.15372517456988796,0.0,0.16683225188110645,0.0,0.009229528420519318,0.013172031383411106 -7412,0.5,0.15372517456988796,0.0,0.03153239128417603,0.15372517456988796,0.0,0.171960117736579,0.15372517456988796,0.0,0.06445124305802397,0.15372517456988796,0.0,0.011952841731792152,0.15372517456988796,0.0,0.01404928858152423,0.15372517456988796,0.0,0.025699851621968972,0.15372517456988796,0.0,0.04548653951829678,0.15372517456988796,0.0,0.03915474287754893,0.5,0.15372517456988796,0.0,0.03440837203868174,0.15372517456988796,0.0,0.09117916000345783,0.5,0.15372517456988796,0.0,0.18020761847239425,0.15372517456988796,0.0,0.06492979846146542,0.15372517456988796,0.0,0.17414464756241219,0.15372517456988796,0.0,0.045085737796479106,0.15372517456988796,0.0,0.14139008452954246,0.15372517456988796,0.0,0.15282909649570733,0.15372517456988796,0.0,0.08723589746198443,0.5,0.15372517456988796,0.0,0.16967832413584524,0.0,0.00911676456567278,0.022412612284053286 -7413,0.5,0.15372517456988796,0.0,0.04582163042751058,0.15372517456988796,0.0,0.09978612398648758,0.15372517456988796,0.0,0.12653890362051962,0.15372517456988796,0.0,0.012735952111825672,0.15372517456988796,0.0,0.005919831330838077,0.15372517456988796,0.0,0.016419757194343156,0.15372517456988796,0.0,0.03218102859790922,0.15372517456988796,0.0,0.03162769390564395,0.5,0.15372517456988796,0.0,0.029696064174056402,0.15372517456988796,0.0,0.07836667756934945,0.5,0.15372517456988796,0.0,0.19208261314308253,0.15372517456988796,0.0,0.05719655012617041,0.15372517456988796,0.0,0.13793015047552482,0.15372517456988796,0.0,0.024857974785502255,0.15372517456988796,0.0,0.12603509551299857,0.15372517456988796,0.0,0.1429342078523545,0.15372517456988796,0.0,0.0954648948154583,0.5,0.15372517456988796,0.0,0.17148145477130175,0.0,0.007687924694887862,0.03218477094345626 -7414,0.5,0.15372517456988796,0.0,0.059651300490562,0.15372517456988796,0.0,0.08543582516745382,0.15372517456988796,0.0,0.15960095236321245,0.15372517456988796,0.0,0.017335927833649633,0.15372517456988796,0.0,0.0041216943088939135,0.15372517456988796,0.0,0.012057319157038665,0.15372517456988796,0.0,0.027673992491696615,0.15372517456988796,0.0,0.026274078796609236,0.5,0.15372517456988796,0.0,0.02428446472626449,0.15372517456988796,0.0,0.059545785469315174,0.5,0.15372517456988796,0.0,0.17028149011073476,0.15372517456988796,0.0,0.044681552420952286,0.15372517456988796,0.0,0.103505052371898,0.15372517456988796,0.0,0.01825436756522131,0.15372517456988796,0.0,0.1270352047475779,0.15372517456988796,0.0,0.11613724597436408,0.15372517456988796,0.0,0.10387350887034606,0.5,0.15372517456988796,0.0,0.18267690773689638,0.0,0.006566492545747378,0.03496949883972025 -7415,0.5,0.15372517456988796,0.0,0.06738630725333601,0.15372517456988796,0.0,0.0874486025237164,0.15372517456988796,0.0,0.18799619228793546,0.15372517456988796,0.0,0.025341757483944027,0.15372517456988796,0.0,0.005867310008853394,0.15372517456988796,0.0,0.015121553746236617,0.15372517456988796,0.0,0.022859100704545922,0.15372517456988796,0.0,0.01704970142648027,0.5,0.15372517456988796,0.0,0.020840397599268975,0.15372517456988796,0.0,0.05224938274236954,0.5,0.15372517456988796,0.0,0.1636143593578919,0.15372517456988796,0.0,0.04320182602120269,0.15372517456988796,0.0,0.11214000168167412,0.15372517456988796,0.0,0.01617596029021415,0.15372517456988796,0.0,0.1115110739107858,0.15372517456988796,0.0,0.09339694323244624,0.15372517456988796,0.0,0.10817155062897554,0.5,0.15372517456988796,0.0,0.1626307413828812,0.0,0.0027753615045354608,0.03252156914827803 -7416,0.5,0.15372517456988796,0.0,0.07645916045527607,0.15372517456988796,0.0,0.07806365918977164,0.15372517456988796,0.0,0.1932360850523038,0.15372517456988796,0.0,0.040546360401472345,0.15372517456988796,0.0,0.01058258610745168,0.15372517456988796,0.0,0.018240821058528374,0.15372517456988796,0.0,0.021384609509308806,0.15372517456988796,0.0,0.009392475651451916,0.5,0.15372517456988796,0.0,0.011228922782297488,0.15372517456988796,0.0,0.04962866826648548,0.5,0.15372517456988796,0.0,0.14514003927408328,0.15372517456988796,0.0,0.04099976820961831,0.15372517456988796,0.0,0.11740283235559662,0.15372517456988796,0.0,0.018317531102951028,0.15372517456988796,0.0,0.09930484212909642,0.15372517456988796,0.0,0.06772193088049905,0.15372517456988796,0.0,0.1158694741721709,0.5,0.15372517456988796,0.0,0.12967391533672387,0.0,0.007306347998277524,0.02213882724516553 -7417,0.5,0.15372517456988796,0.0,0.08391179021202637,0.15372517456988796,0.0,0.07815542559570543,0.15372517456988796,0.0,0.18032239901366065,0.15372517456988796,0.0,0.05106785815131597,0.15372517456988796,0.0,0.014237877708361804,0.15372517456988796,0.0,0.018989282301505657,0.15372517456988796,0.0,0.018287767273505173,0.15372517456988796,0.0,0.006385319693776709,0.5,0.15372517456988796,0.0,0.00531590711757955,0.15372517456988796,0.0,0.03435949056946713,0.5,0.15372517456988796,0.0,0.1282202017395738,0.15372517456988796,0.0,0.0441519285463388,0.15372517456988796,0.0,0.12305381135270722,0.15372517456988796,0.0,0.022203247886991535,0.15372517456988796,0.0,0.08889387490507904,0.15372517456988796,0.0,0.039114015137846014,0.15372517456988796,0.0,0.11244209658219737,0.5,0.15372517456988796,0.0,0.09418190707279525,0.0,0.02221123651390202,0.014214535633699446 -7418,0.5,0.15372517456988796,0.0,0.10201351491966525,0.15372517456988796,0.0,0.06288624809384498,0.15372517456988796,0.0,0.16418690255005758,0.15372517456988796,0.0,0.058011076297875074,0.15372517456988796,0.0,0.017291237744703772,0.15372517456988796,0.0,0.018291805185040318,0.15372517456988796,0.0,0.02220239694080012,0.15372517456988796,0.0,0.008257312204573855,0.5,0.15372517456988796,0.0,0.003095820425520048,0.15372517456988796,0.0,0.019769636525060523,0.5,0.15372517456988796,0.0,0.08961327384187083,0.15372517456988796,0.0,0.03034837596218982,0.15372517456988796,0.0,0.11737247953584404,0.15372517456988796,0.0,0.02446128475559557,0.15372517456988796,0.0,0.06780318927850512,0.15372517456988796,0.0,0.023073312371717888,0.15372517456988796,0.0,0.08940385992055248,0.5,0.15372517456988796,0.0,0.07801406194498076,0.0,0.05936060503924099,0.0073976258635694864 -7419,0.5,0.15372517456988796,0.0,0.11875852886786802,0.15372517456988796,0.0,0.044780803407023485,0.15372517456988796,0.0,0.13508850557431942,0.15372517456988796,0.0,0.06293636683658567,0.15372517456988796,0.0,0.01694928469433131,0.15372517456988796,0.0,0.016830170940747555,0.15372517456988796,0.0,0.021435502071988202,0.15372517456988796,0.0,0.009886407779058519,0.5,0.15372517456988796,0.0,0.002013180647392248,0.15372517456988796,0.0,0.013667432387144319,0.5,0.15372517456988796,0.0,0.04435852275572636,0.15372517456988796,0.0,0.021757299750554324,0.15372517456988796,0.0,0.11316428885227311,0.15372517456988796,0.0,0.022884445227570813,0.15372517456988796,0.0,0.05851797572786584,0.15372517456988796,0.0,0.015378539281719266,0.15372517456988796,0.0,0.0612984829404378,0.5,0.15372517456988796,0.0,0.060949137711464006,0.0,0.15168998434688527,0.004866452179252892 -7420,0.5,0.15372517456988796,0.0,0.12886645383186596,0.15372517456988796,0.0,0.048123618183097835,0.15372517456988796,0.0,0.12391048545343684,0.15372517456988796,0.0,0.06704250054622346,0.15372517456988796,0.0,0.016080252968572052,0.15372517456988796,0.0,0.013748386390795578,0.15372517456988796,0.0,0.01622020795284306,0.15372517456988796,0.0,0.00942748155203926,0.5,0.15372517456988796,0.0,0.0010778365553175495,0.15372517456988796,0.0,0.009354915616558025,0.5,0.15372517456988796,0.0,0.02270346196159117,0.15372517456988796,0.0,0.01400364596340435,0.15372517456988796,0.0,0.10289948009290543,0.15372517456988796,0.0,0.02196122436871564,0.15372517456988796,0.0,0.046188182433822306,0.15372517456988796,0.0,0.007406877123355185,0.15372517456988796,0.0,0.04763788438308249,0.5,0.15372517456988796,0.0,0.04948882953697947,0.0,0.2912943397092715,0.0031643652171648943 -7421,0.5,0.15372517456988796,0.0,0.1494438868235776,0.15372517456988796,0.0,0.03679920606416291,0.15372517456988796,0.0,0.11518295399699577,0.15372517456988796,0.0,0.07203571132948472,0.15372517456988796,0.0,0.01998848317030161,0.15372517456988796,0.0,0.015042303758549671,0.15372517456988796,0.0,0.012880875776681197,0.15372517456988796,0.0,0.010100691414060092,0.5,0.15372517456988796,0.0,0.0005575159174187505,0.15372517456988796,0.0,0.006268971074997782,0.5,0.15372517456988796,0.0,0.014329448010330209,0.15372517456988796,0.0,0.008847119117061581,0.15372517456988796,0.0,0.1036067138918494,0.15372517456988796,0.0,0.023277421952088206,0.15372517456988796,0.0,0.03150317188884146,0.15372517456988796,0.0,0.002582966403420297,0.15372517456988796,0.0,0.03594757236813649,0.5,0.15372517456988796,0.0,0.03503332585102538,0.0,0.46378408348870165,0.0025529788320209886 -7422,0.5,0.15372517456988796,0.0,0.16984610792171095,0.15372517456988796,0.0,0.02272441540488063,0.15372517456988796,0.0,0.08133963282764858,0.15372517456988796,0.0,0.08178887444674666,0.15372517456988796,0.0,0.0273923488422997,0.15372517456988796,0.0,0.019451226939991774,0.15372517456988796,0.0,0.012969850580375931,0.15372517456988796,0.0,0.010752479337184111,0.5,0.15372517456988796,0.0,0.0005932638125046403,0.15372517456988796,0.0,0.004965450004548346,0.5,0.15372517456988796,0.0,0.0050864040286020045,0.15372517456988796,0.0,0.005025858387612487,0.15372517456988796,0.0,0.09987206275793958,0.15372517456988796,0.0,0.027818738704983473,0.15372517456988796,0.0,0.024667166929619174,0.15372517456988796,0.0,0.0015549691882194047,0.15372517456988796,0.0,0.02323688042327411,0.5,0.15372517456988796,0.0,0.022319128666522702,0.0,0.5660222357368595,0.0024068864303322347 -7423,0.5,0.15372517456988796,0.0,0.18701019898348173,0.15372517456988796,0.0,0.01540118295825416,0.15372517456988796,0.0,0.03775487398824446,0.15372517456988796,0.0,0.08909887607118082,0.15372517456988796,0.0,0.03199654052325072,0.15372517456988796,0.0,0.02249761081550776,0.15372517456988796,0.0,0.015304802776569731,0.15372517456988796,0.0,0.01049697894159075,0.5,0.15372517456988796,0.0,0.0006258887705363103,0.15372517456988796,0.0,0.00453857858211404,0.5,0.15372517456988796,0.0,0.001104139062470031,0.15372517456988796,0.0,0.0031579431305490506,0.15372517456988796,0.0,0.08799669878536008,0.15372517456988796,0.0,0.03277990666184874,0.15372517456988796,0.0,0.024459313890483534,0.15372517456988796,0.0,0.001712369317760284,0.15372517456988796,0.0,0.014943443647221253,0.5,0.15372517456988796,0.0,0.011440409072820837,0.0,0.5964205882699207,0.002522741068363202 -7424,0.5,0.15372517456988796,0.0002044411571773576,0.19192482305190622,0.15372517456988796,0.0,0.011619531393596543,0.15372517456988796,5.671793626480111e-05,0.017544900249247618,0.15372517456988796,0.00024176587017004655,0.07893150343925251,0.15372517456988796,0.0,0.035678432734604526,0.15372517456988796,0.0,0.026768727858005492,0.15372517456988796,0.0,0.014080565720617465,0.15372517456988796,0.0,0.011044914470670384,0.5,0.15372517456988796,0.0,0.00038442205405062307,0.15372517456988796,0.0014217362901217563,0.004288682518186739,0.5,0.15372517456988796,0.0,0.0008785898566947821,0.15372517456988796,0.0004149577127847294,0.002365772845170191,0.15372517456988796,0.0,0.0784882120613701,0.15372517456988796,0.0,0.03620086084033722,0.15372517456988796,0.0,0.027348548062464905,0.15372517456988796,0.0,0.001311579968349413,0.15372517456988796,0.00016726456212034444,0.008601636497002279,0.5,0.15372517456988796,0.0015474775941304783,0.008417272108473975,0.0,0.5351333223430462,0.007293348556200792 -7425,0.5,0.15372517456988796,0.04482358661802041,0.22430242972683567,0.15372517456988796,0.03817019498673396,0.0075622950453422075,0.15372517456988796,0.049199014857772574,0.021621172082529616,0.15372517456988796,0.009598544810048747,0.07095917228045008,0.15372517456988796,0.07721996764064,0.03667504632457084,0.15372517456988796,0.07557028152853038,0.026265282031246062,0.15372517456988796,0.08871219454104541,0.01085481892311166,0.15372517456988796,0.07618546749474185,0.01010386709805584,0.5,0.15372517456988796,0.021993553570314534,0.00025688588600944094,0.15372517456988796,0.036243412942095474,0.01191229529367789,0.5,0.15372517456988796,0.034190893639236976,0.0007789652679858249,0.15372517456988796,0.04946176771537264,0.0031494970401572107,0.15372517456988796,0.025609961883613856,0.06691575520767232,0.15372517456988796,0.06106763832197496,0.04170818620006219,0.15372517456988796,0.0763105952491813,0.024808527060341055,0.15372517456988796,0.06259900248108317,0.0007768904481156023,0.15372517456988796,0.008626440586413093,0.006947586337977025,0.5,0.15372517456988796,0.02566395405992432,0.010485507355548918,0.0,0.5036100361010583,0.023100250212230458 -7426,0.5,0.15372517456988796,0.13611715607810787,0.24203904402718693,0.15372517456988796,0.06903561344922796,0.00838500765508057,0.15372517456988796,0.11726114467050613,0.03681664465995338,0.15372517456988796,0.04508362169866298,0.0741273389541968,0.15372517456988796,0.24169467088292612,0.03745629138949097,0.15372517456988796,0.24192709946133006,0.02518421220163592,0.15372517456988796,0.2541632801449381,0.009165912885696806,0.15372517456988796,0.2155227896794319,0.008838380042687301,0.5,0.15372517456988796,0.07579495248088415,0.000324841418857103,0.15372517456988796,0.07660444997905935,0.0124333359025728,0.5,0.15372517456988796,0.11016835601412125,0.0008079678716502946,0.15372517456988796,0.13438210816755883,0.002629250113747827,0.15372517456988796,0.10068547153920528,0.05723464296492208,0.15372517456988796,0.19647035144466862,0.0527288541435114,0.15372517456988796,0.21381563041175639,0.0324419024376147,0.15372517456988796,0.17358726764392665,0.00036095214910129847,0.15372517456988796,0.030485622669897454,0.006269978788012541,0.5,0.15372517456988796,0.05185343980106045,0.006668229001559834,0.0,0.4806748950872307,0.05519153588281239 -7427,0.5,0.15372517456988796,0.24674608283037391,0.25134443901485815,0.15372517456988796,0.07304057896106562,0.021441325476721545,0.15372517456988796,0.17052787258675295,0.028007238603622954,0.15372517456988796,0.0988080416826528,0.06809659317201125,0.15372517456988796,0.3869446505797862,0.05676394983487735,0.15372517456988796,0.3902216112620792,0.028413030039430725,0.15372517456988796,0.39957678374638367,0.007304050403301646,0.15372517456988796,0.3330060964364312,0.00764771050759213,0.5,0.15372517456988796,0.15807530349501459,0.0012664089540353563,0.15372517456988796,0.1040621932340689,0.015494630263779025,0.5,0.15372517456988796,0.1974933611365745,0.00041294620317700265,0.15372517456988796,0.19694827727179776,0.002215492022213832,0.15372517456988796,0.1764822930161448,0.05364426250655207,0.15372517456988796,0.31390362320560183,0.07192161710916979,0.15372517456988796,0.3477259773823268,0.0388001893613598,0.15372517456988796,0.277671390755309,0.0001229847472359875,0.15372517456988796,0.058968090138764834,0.00386927927784788,0.5,0.15372517456988796,0.07181991164814851,0.005890139808185765,0.0,0.493057794786863,0.08508476027076632 -7428,0.5,0.15372517456988796,0.3358964548096266,0.23001801120805818,0.15372517456988796,0.0773262363353965,0.05928314651340694,0.15372517456988796,0.23201941179099114,0.0117364029187167,0.15372517456988796,0.14858130693113647,0.053610885110095007,0.15372517456988796,0.48177317611066844,0.07019205232211582,0.15372517456988796,0.4886359313956732,0.03906888520109819,0.15372517456988796,0.49264592623246456,0.00921281588364709,0.15372517456988796,0.40499706510047506,0.010288549259502098,0.5,0.15372517456988796,0.24585300894337614,0.007876443498400075,0.15372517456988796,0.11570880474209604,0.023338171333229314,0.5,0.15372517456988796,0.2984548684098404,0.0001401332249073935,0.15372517456988796,0.2168204815413763,0.003003616018959186,0.15372517456988796,0.22428070395386968,0.05315589284526174,0.15372517456988796,0.3890996572487555,0.08284399941801932,0.15372517456988796,0.42652626375950287,0.037465905264205235,0.15372517456988796,0.3294226055941402,0.00040969969468740826,0.15372517456988796,0.09659837319500547,0.0014438979126634801,0.5,0.15372517456988796,0.08308418645351134,0.004933386297693582,0.0,0.5205843840152216,0.0888944761277912 -7429,0.5,0.15372517456988796,0.38547654576033785,0.2006019872146829,0.15372517456988796,0.06348657522618506,0.0343458472757175,0.15372517456988796,0.2876660658217519,0.0030172854047512123,0.15372517456988796,0.1633228231710731,0.03626819503552806,0.15372517456988796,0.5153434713932608,0.059387707568872225,0.15372517456988796,0.5255781301062084,0.040495095366998766,0.15372517456988796,0.5240868885789687,0.008007194068079601,0.15372517456988796,0.413987052481524,0.019082407887020727,0.5,0.15372517456988796,0.3011448517847946,0.01576777809995476,0.15372517456988796,0.12077035331814068,0.030673730827472868,0.5,0.15372517456988796,0.34454141683095313,1.3066877104010108e-06,0.15372517456988796,0.17725083682508755,0.00583918238750265,0.15372517456988796,0.2391627032746131,0.04372043900229833,0.15372517456988796,0.41770338560523057,0.08516329218976111,0.15372517456988796,0.44997471484372614,0.03255026016404625,0.15372517456988796,0.3316786443836315,0.0007535328671469566,0.15372517456988796,0.11310618456956643,0.0011689281891454377,0.5,0.15372517456988796,0.07968970733660974,0.0038025405084543464,0.0,0.5491692648495241,0.12491413204403432 -7430,0.5,0.15372517456988796,0.3544955975700206,0.1821656333228305,0.15372517456988796,0.0505686635519718,0.01192084357057019,0.15372517456988796,0.2721368869579828,0.0008865076700082459,0.15372517456988796,0.15351845891637922,0.02204085087017045,0.15372517456988796,0.4870445509105854,0.07073769189029276,0.15372517456988796,0.5011662671465862,0.047071717508323965,0.15372517456988796,0.49313403770679554,0.008360006896206838,0.15372517456988796,0.3588923354117271,0.03141480619039691,0.5,0.15372517456988796,0.3038107419562892,0.01803773502895246,0.15372517456988796,0.10724636488994901,0.02649897140461143,0.5,0.15372517456988796,0.22004282940933773,4.048445094376941e-05,0.15372517456988796,0.12222670863324567,0.006504774350788838,0.15372517456988796,0.25016050871070233,0.034155721880734236,0.15372517456988796,0.40553150953698147,0.09526651418923505,0.15372517456988796,0.39379860538317285,0.023001387419017593,0.15372517456988796,0.31229601700135284,0.0009058411801903275,0.15372517456988796,0.08613194837218409,0.0009871619204031845,0.5,0.15372517456988796,0.07117488019424341,0.00151010227817767,0.0,0.603412583567726,0.19736235759625448 -7431,0.5,0.15372517456988796,0.2544017171659187,0.13126329028080808,0.15372517456988796,0.0507922796739588,0.014767891846225584,0.15372517456988796,0.20525666283183613,0.00041484291755686427,0.15372517456988796,0.12409978653974241,0.01357382518896318,0.15372517456988796,0.39586736968681174,0.05544187895959108,0.15372517456988796,0.4133755447981544,0.04315172271875947,0.15372517456988796,0.39857899590540163,0.005192734621798406,0.15372517456988796,0.2679093983237828,0.029973403658843115,0.5,0.15372517456988796,0.26939288186205146,0.020073926800739158,0.15372517456988796,0.08109491652729815,0.022315207574513173,0.5,0.15372517456988796,0.11707326856095265,0.000280217287743734,0.15372517456988796,0.0665124451983706,0.0030369714252610255,0.15372517456988796,0.20756045031236708,0.03577110987143081,0.15372517456988796,0.33472514936323416,0.09257483420996138,0.15372517456988796,0.298824352575419,0.013011813314891816,0.15372517456988796,0.2216034898372736,0.0022934082516787627,0.15372517456988796,0.04943848709693921,0.0003750821104852963,0.5,0.15372517456988796,0.046413045864432026,0.0017250042319714482,0.0,0.5241760872524521,0.3087005923697339 -7432,0.5,0.15372517456988796,0.050660741981398194,0.05615363896774152,0.15372517456988796,0.05657541651801054,0.011155591208655105,0.15372517456988796,0.0773227180353933,0.0001673378687881517,0.15372517456988796,0.039803988085828676,0.004712617652583166,0.15372517456988796,0.15973193304623934,0.03820441736922865,0.15372517456988796,0.1927007585073009,0.03167548288148119,0.15372517456988796,0.16634809716760116,0.008600371825670998,0.15372517456988796,0.14506203799880987,0.023291576687037074,0.5,0.15372517456988796,0.12920638534131687,0.015411351085728874,0.15372517456988796,0.03550194208899243,0.016721567785494,0.5,0.15372517456988796,0.039759286763692114,0.0006480387172917388,0.15372517456988796,0.023491008706762587,0.00113081441668338,0.15372517456988796,0.07985860247311218,0.035782296478908286,0.15372517456988796,0.12551010806835522,0.07218999013397381,0.15372517456988796,0.10173235909636912,0.004669469275578439,0.15372517456988796,0.08401557219047583,0.004052515868481068,0.15372517456988796,0.015264883089197013,0.0005395204095944132,0.5,0.15372517456988796,0.019290423642557182,0.001566699084043007,0.0,0.37480782830071196,0.49389001063593285 -7433,0.5,0.15372517456988796,0.0,0.02953523360589768,0.15372517456988796,0.0,0.027194465242236628,0.15372517456988796,0.0,9.93373583133718e-05,0.15372517456988796,0.0,0.0037521861330095815,0.15372517456988796,0.0,0.05246443202454053,0.15372517456988796,0.0,0.0444107720654949,0.15372517456988796,0.0,0.028428917189093555,0.15372517456988796,0.0,0.036080910277417395,0.5,0.15372517456988796,4.05869387866571e-05,0.020516649379406133,0.15372517456988796,0.0,0.007388775844189471,0.5,0.15372517456988796,0.00011654514764248242,0.0009224690452074394,0.15372517456988796,5.1595649577902836e-05,0.0009528427696719544,0.15372517456988796,0.0,0.049902843317857416,0.15372517456988796,0.0,0.08342480939492745,0.15372517456988796,0.0,0.008737371945311687,0.15372517456988796,0.00011836283847733649,0.005700597153461547,0.15372517456988796,3.684765091433062e-05,0.0006281885321594335,0.5,0.15372517456988796,3.465655126237633e-06,0.0007249827308038422,0.0,0.21614863239310642,0.6422141291789116 -7434,0.5,0.15372517456988796,0.0,0.018954255767275482,0.15372517456988796,0.0,0.0387444971459961,0.15372517456988796,0.0,0.0003880422895150674,0.15372517456988796,0.0,0.0018551977155515206,0.15372517456988796,0.0,0.057053733283246616,0.15372517456988796,0.0,0.05935137820547959,0.15372517456988796,0.0,0.0370592931263705,0.15372517456988796,0.0,0.04326115541634054,0.5,0.15372517456988796,0.0,0.023268971312915478,0.15372517456988796,0.0,0.0059619506313167,0.5,0.15372517456988796,0.0,0.001516524693460582,0.15372517456988796,0.0,0.0012003768406256693,0.15372517456988796,0.0,0.06270081953638852,0.15372517456988796,0.0,0.08077653686468203,0.15372517456988796,0.0,0.013875891364310755,0.15372517456988796,0.0,0.00796023243452568,0.15372517456988796,0.0,0.0007079621316757238,0.5,0.15372517456988796,0.0,0.001085699652855545,0.0,0.15187928230621095,0.6875919250606322 -7435,0.5,0.15372517456988796,0.0,0.013098443356849431,0.15372517456988796,0.0,0.03353136277830923,0.15372517456988796,0.0,0.0012310740138091255,0.15372517456988796,0.0,0.0013367573040183947,0.15372517456988796,0.0,0.06589764982917419,0.15372517456988796,0.0,0.08055458481553353,0.15372517456988796,0.0,0.03681063041306576,0.15372517456988796,0.0,0.050045945649576803,0.5,0.15372517456988796,0.0,0.023355150810784913,0.15372517456988796,0.0,0.0036122069807680837,0.5,0.15372517456988796,0.0,0.0030592054391428967,0.15372517456988796,0.0,0.0013182857381800086,0.15372517456988796,0.0,0.07540886253169746,0.15372517456988796,0.0,0.08296780108857894,0.15372517456988796,0.0,0.016763031492965357,0.15372517456988796,0.0,0.008745636688697805,0.15372517456988796,0.0,0.0010140347529496575,0.5,0.15372517456988796,0.0,0.0021240867345033872,0.0,0.10435165073484742,0.695761071239542 -7436,0.5,0.15372517456988796,0.0,0.00846622593721878,0.15372517456988796,0.0,0.02794859987428869,0.15372517456988796,0.0,0.003351476391637263,0.15372517456988796,0.0,0.002310212180340341,0.15372517456988796,0.0,0.08429553180674929,0.15372517456988796,0.0,0.10274468969388224,0.15372517456988796,0.0,0.04356889649876483,0.15372517456988796,0.0,0.0651927392485267,0.5,0.15372517456988796,0.0,0.022438183018958537,0.15372517456988796,0.0,0.0017349914004943854,0.5,0.15372517456988796,0.0,0.006285883906677784,0.15372517456988796,0.0,0.0029963283386278267,0.15372517456988796,0.0,0.08541888866450034,0.15372517456988796,0.0,0.09294460733190255,0.15372517456988796,0.0,0.018694356537794297,0.15372517456988796,0.0,0.0092288418039492,0.15372517456988796,0.0,0.0023275072066748633,0.5,0.15372517456988796,0.0,0.0036543886637142725,0.0,0.06396746919878996,0.7456693635053256 -7437,0.5,0.15372517456988796,0.0,0.005924563087222293,0.15372517456988796,0.0,0.024946279307103324,0.15372517456988796,0.0,0.006693728998743171,0.15372517456988796,0.0,0.003181992639075575,0.15372517456988796,0.0,0.09817034220910574,0.15372517456988796,0.0,0.1130843269677794,0.15372517456988796,0.0,0.05513174534891484,0.15372517456988796,0.0,0.07738857648781547,0.5,0.15372517456988796,0.0,0.019975141464640002,0.15372517456988796,0.0,0.0014970871892775618,0.5,0.15372517456988796,0.0,0.007910199230866352,0.15372517456988796,0.0,0.003184633179327161,0.15372517456988796,0.0,0.09076285226141009,0.15372517456988796,0.0,0.10957559035463184,0.15372517456988796,0.0,0.02206748347801105,0.15372517456988796,0.0,0.00962598117926762,0.15372517456988796,0.0,0.003009191510151946,0.5,0.15372517456988796,0.0,0.0053621239486097705,0.0,0.04407198401460563,0.8296423226239632 -7438,0.5,0.15372517456988796,0.0,0.004571263942691758,0.15372517456988796,0.0,0.03000206183770868,0.15372517456988796,0.0,0.006092405089360222,0.15372517456988796,0.0,0.0028186815912570576,0.15372517456988796,0.0,0.1060610445202261,0.15372517456988796,0.0,0.12376658530597047,0.15372517456988796,0.0,0.06952656440019257,0.15372517456988796,0.0,0.08391029524152907,0.5,0.15372517456988796,0.0,0.018704051652547748,0.15372517456988796,0.0,0.0020977614895183803,0.5,0.15372517456988796,0.0,0.007180025500841269,0.15372517456988796,0.0,0.0035964043860404185,0.15372517456988796,0.0,0.09618775784418294,0.15372517456988796,0.0,0.1246443601010603,0.15372517456988796,0.0,0.027910153173329545,0.15372517456988796,0.0,0.010543391306299787,0.15372517456988796,0.0,0.003036520670534479,0.5,0.15372517456988796,0.0,0.01024170956700727,0.0,0.025727234326956942,0.8944510134390629 -7439,0.5,0.15372517456988796,0.0,0.004297285204487687,0.15372517456988796,0.0,0.040344173775136924,0.15372517456988796,0.0,0.004055694326348586,0.15372517456988796,0.0,0.004216015518017565,0.15372517456988796,0.0,0.11722018134847552,0.15372517456988796,0.0,0.13541552166061094,0.15372517456988796,0.0,0.08207147593284239,0.15372517456988796,0.0,0.0846782991783703,0.5,0.15372517456988796,0.0,0.018819498324482903,0.15372517456988796,0.0,0.0013266317708556395,0.5,0.15372517456988796,0.0,0.00591940932634338,0.15372517456988796,0.0,0.0032526008888045153,0.15372517456988796,0.0,0.10038397647096234,0.15372517456988796,0.0,0.1396730558471429,0.15372517456988796,0.0,0.03466672459902555,0.15372517456988796,0.0,0.011798595809375716,0.15372517456988796,0.0,0.003683751931624241,0.5,0.15372517456988796,0.0,0.0034367325985944267,0.0,0.011337892200767622,0.9228966515870315 -7440,0.5,0.15372517456988796,0.0,0.004336441933493677,0.15372517456988796,0.0,0.05161117281070938,0.15372517456988796,0.0,0.002461311381831809,0.15372517456988796,0.0,0.005620580592302013,0.15372517456988796,0.0,0.1230555915668422,0.15372517456988796,0.0,0.1413804999881576,0.15372517456988796,0.0,0.09169578353416351,0.15372517456988796,0.0,0.08684280833538785,0.5,0.15372517456988796,0.0,0.020076181612127257,0.15372517456988796,0.0,0.0012482581286777338,0.5,0.15372517456988796,0.0,0.006586696481912907,0.15372517456988796,0.0,0.0043320474857290285,0.15372517456988796,0.0,0.10341619584026926,0.15372517456988796,0.0,0.15055293959658633,0.15372517456988796,0.0,0.040774206895702374,0.15372517456988796,0.0,0.014909674448210878,0.15372517456988796,0.0,0.0020563031217709976,0.5,0.15372517456988796,0.0,0.003708981826388484,0.0,0.0042593034489525625,0.9452879163217148 -7441,0.5,0.15372517456988796,0.0,0.005124759861367084,0.15372517456988796,0.0,0.06052967693536197,0.15372517456988796,0.0,0.0024358826501152415,0.15372517456988796,0.0,0.004201967787738011,0.15372517456988796,0.0,0.13635986834818692,0.15372517456988796,0.0,0.14138742786738784,0.15372517456988796,0.0,0.09788255512358048,0.15372517456988796,0.0,0.09160920618279261,0.5,0.15372517456988796,0.0,0.024769444463139632,0.15372517456988796,0.0,0.0007738183038540529,0.5,0.15372517456988796,0.0,0.008396030263087,0.15372517456988796,0.0,0.005292268851732797,0.15372517456988796,0.0,0.10468148192380965,0.15372517456988796,0.0,0.16186183319131744,0.15372517456988796,0.0,0.043932971152994035,0.15372517456988796,0.0,0.01873459984059504,0.15372517456988796,0.0,0.0028393319488628755,0.5,0.15372517456988796,0.0,0.00245012682528123,0.0,0.0010598811719320356,0.9606673383208736 -7442,0.5,0.15372517456988796,0.0,0.007157628737441479,0.15372517456988796,0.0,0.06734641856758285,0.15372517456988796,0.0,0.004536189589786715,0.15372517456988796,0.0,0.0038804264968696094,0.15372517456988796,0.0,0.14286562580223966,0.15372517456988796,0.0,0.14691370122725328,0.15372517456988796,0.0,0.11153412963316815,0.15372517456988796,0.0,0.10689842968079039,0.5,0.15372517456988796,0.0,0.03084919808404851,0.15372517456988796,0.0,0.0005101348232826665,0.5,0.15372517456988796,0.0,0.009884508316445443,0.15372517456988796,0.0,0.008461164994433787,0.15372517456988796,0.0,0.11359007235986572,0.15372517456988796,0.0,0.17661278845613312,0.15372517456988796,0.0,0.046072852322192534,0.15372517456988796,0.0,0.02952486749906755,0.15372517456988796,0.0,0.0029257907354623344,0.5,0.15372517456988796,0.0,0.003051786999173191,0.0,0.0009904438672441807,0.9678512713567992 -7443,0.5,0.15372517456988796,0.0,0.01027022730184922,0.15372517456988796,0.0,0.08259928308933595,0.15372517456988796,0.0,0.0048141915629834,0.15372517456988796,0.0,0.0038338380852788274,0.15372517456988796,0.0,0.16666676785859882,0.15372517456988796,0.0,0.17126245985962518,0.15372517456988796,0.0,0.13733858164308124,0.15372517456988796,0.0,0.13048805476764103,0.5,0.15372517456988796,0.0,0.03744078241525568,0.15372517456988796,0.0,0.0007632651386717476,0.5,0.15372517456988796,0.0,0.00663238298060059,0.15372517456988796,0.0,0.00518479213221351,0.15372517456988796,0.0,0.1385866993949564,0.15372517456988796,0.0,0.18869067238708717,0.15372517456988796,0.0,0.045898611803520714,0.15372517456988796,0.0,0.04767151928589193,0.15372517456988796,0.0,0.0032057238736962713,0.5,0.15372517456988796,0.0,0.003689751828479336,0.0,0.002681567267861869,0.9744887593061919 -7444,0.5,0.15372517456988796,0.0,0.011388571735881358,0.15372517456988796,0.0,0.07754385020912195,0.15372517456988796,0.0,0.0029781784814644783,0.15372517456988796,0.0,0.00625581780291023,0.15372517456988796,0.0,0.1837986868592127,0.15372517456988796,0.0,0.1992362738855409,0.15372517456988796,0.0,0.16280127818123116,0.15372517456988796,0.0,0.15291115254554843,0.5,0.15372517456988796,0.0,0.03982388357491273,0.15372517456988796,0.0,0.0013754241394858127,0.5,0.15372517456988796,0.0,0.005612362826900705,0.15372517456988796,0.0,0.01103353563136037,0.15372517456988796,0.0,0.15351704919917905,0.15372517456988796,0.0,0.20486595031017793,0.15372517456988796,0.0,0.046679087938977765,0.15372517456988796,0.0,0.061175165931911676,0.15372517456988796,0.0,0.0014663777449078889,0.5,0.15372517456988796,0.0,0.0013747667191323582,0.0,0.008374451264216725,0.9860820533447979 -7445,0.5,0.15372517456988796,0.0,0.00918997884560625,0.15372517456988796,0.0,0.07174123816966613,0.15372517456988796,0.0,0.002600095203347349,0.15372517456988796,0.0,0.005211821114076833,0.15372517456988796,0.0,0.19370658996726875,0.15372517456988796,0.0,0.21985894692480384,0.15372517456988796,0.0,0.17530449324284417,0.15372517456988796,0.0,0.16436834368845887,0.5,0.15372517456988796,0.0,0.04345226435735599,0.15372517456988796,0.0,0.0008129082071680791,0.5,0.15372517456988796,0.0,0.017230428835002073,0.15372517456988796,0.0,0.01740225720658321,0.15372517456988796,0.0,0.15895023437057207,0.15372517456988796,0.0,0.21600852666404857,0.15372517456988796,0.0,0.043911649537788144,0.15372517456988796,0.0,0.06867471565066406,0.15372517456988796,0.0,0.004189050393189235,0.5,0.15372517456988796,0.0,0.0030688979047703746,0.0,0.01803164870859437,0.9951195527824926 -7446,0.5,0.15372517456988796,0.0,0.008934095073683236,0.15372517456988796,0.0,0.06148649279934034,0.15372517456988796,0.0,0.005505388676762567,0.15372517456988796,0.0,0.0029602421968403948,0.15372517456988796,0.0,0.19261035889065148,0.15372517456988796,0.0,0.23707553725071062,0.15372517456988796,0.0,0.1945780898303594,0.15372517456988796,0.0,0.18401179457034886,0.5,0.15372517456988796,0.0,0.059421602243261644,0.15372517456988796,0.0,0.0018324049696663153,0.5,0.15372517456988796,0.0,0.01432136372446164,0.15372517456988796,0.0,0.017924084914972296,0.15372517456988796,0.0,0.15189603648138078,0.15372517456988796,0.0,0.21805793384396271,0.15372517456988796,0.0,0.051415543966940924,0.15372517456988796,0.0,0.08827870102092254,0.15372517456988796,0.0,0.004703664228078937,0.5,0.15372517456988796,0.0,0.0008314443238552674,0.0,0.014307724848793968,1.0012504103754192 -7447,0.5,0.15372517456988796,0.0,0.013096079313175057,0.15372517456988796,0.0,0.0698254939366571,0.15372517456988796,0.0,0.004951895714349018,0.15372517456988796,0.0,0.006007135649010676,0.15372517456988796,0.0,0.2046167013545079,0.15372517456988796,0.0,0.2660962948231903,0.15372517456988796,0.0,0.21970751947479983,0.15372517456988796,0.0,0.20977699145686018,0.5,0.15372517456988796,0.0,0.07776649175751567,0.15372517456988796,0.0,0.0019824569367005883,0.5,0.15372517456988796,0.0,0.01372709216708196,0.15372517456988796,0.0,0.02644784637540753,0.15372517456988796,0.0,0.1517221670397396,0.15372517456988796,0.0,0.23697844985648603,0.15372517456988796,0.0,0.07227450485826487,0.15372517456988796,0.0,0.10257944845147678,0.15372517456988796,0.0,0.003545124084850999,0.5,0.15372517456988796,0.0,0.0003313442596241331,0.0,0.01796212364037669,1.002174586049273 -7448,0.5,0.15372517456988796,0.0001679430745755731,0.01493094615604614,0.15372517456988796,0.0,0.0966331676668902,0.15372517456988796,2.0983783310703365e-05,0.00703082764495861,0.15372517456988796,0.0002477712619774022,0.007111174110948693,0.15372517456988796,0.0,0.216936323234323,0.15372517456988796,0.0,0.29086318302010006,0.15372517456988796,0.0,0.24246590862196882,0.15372517456988796,0.0,0.24592596803141914,0.5,0.15372517456988796,0.0,0.09210212926762934,0.15372517456988796,0.0016696218254683645,0.005571569011059448,0.5,0.15372517456988796,0.0,0.027374478953852432,0.15372517456988796,0.0005967312024307208,0.030941120815247643,0.15372517456988796,0.0,0.17898260534678279,0.15372517456988796,0.0,0.25733961208741407,0.15372517456988796,0.0,0.08705128646714382,0.15372517456988796,0.0,0.10135274935267058,0.15372517456988796,0.00046643168945139355,0.00908077921679169,0.5,0.15372517456988796,0.001120105116204078,0.00047502847140614904,0.0,0.036673234520941136,1.002420662440276 -7449,0.5,0.15372517456988796,0.04960940576747757,0.01581122551069428,0.15372517456988796,0.023404043812781307,0.12189166071182606,0.15372517456988796,0.016972347008646756,0.018235703618726687,0.15372517456988796,0.006363089537818804,0.008379992392221267,0.15372517456988796,0.06737092787927285,0.20288743339898177,0.15372517456988796,0.03755446635567829,0.3012177511139995,0.15372517456988796,0.08040370126425463,0.22554541345838008,0.15372517456988796,0.055265486045615,0.2673440895339597,0.5,0.15372517456988796,0.07937602047315664,0.08071169846985604,0.15372517456988796,0.07343306017371462,0.008391549709106522,0.5,0.15372517456988796,0.1141634086901496,0.025790911391340904,0.15372517456988796,0.12317485720749588,0.031592608975672176,0.15372517456988796,0.03827580885953274,0.19229112266847193,0.15372517456988796,0.06349651465722914,0.2471177653382265,0.15372517456988796,0.04717184987742544,0.07766262059257421,0.15372517456988796,0.05259687516249734,0.09911452600927018,0.15372517456988796,0.0640998299076376,0.01148844851665988,0.5,0.15372517456988796,0.028793169440277856,0.0008371190254690697,0.0,0.04939751907011733,1.0024849369807736 -7450,0.5,0.15372517456988796,0.10415671631209844,0.01983691454914963,0.15372517456988796,0.09275990964821332,0.16555745144719738,0.15372517456988796,0.044744095505220814,0.04063426117453698,0.15372517456988796,0.01666225008965986,0.011384205019055394,0.15372517456988796,0.19617596877674795,0.22005065140429186,0.15372517456988796,0.13221662476821985,0.3594069685704767,0.15372517456988796,0.22297596658550506,0.22320921684723866,0.15372517456988796,0.16827032914701,0.32097079185973165,0.5,0.15372517456988796,0.21957248236153837,0.11574521466504814,0.15372517456988796,0.17273466835708956,0.008422215090218772,0.5,0.15372517456988796,0.27783274197709906,0.051952831011969264,0.15372517456988796,0.2888870075783857,0.04380419942201255,0.15372517456988796,0.1426553278667332,0.24054688769831073,0.15372517456988796,0.21420774090843808,0.2885732275874727,0.15372517456988796,0.14192013258203093,0.09185813219366953,0.15372517456988796,0.20018968430241413,0.17589275100126905,0.15372517456988796,0.1707212754623286,0.028572488023854037,0.5,0.15372517456988796,0.09675967879002337,0.0037215589883491983,0.0,0.04648470159513377,1.0035080293787202 -7451,0.5,0.15372517456988796,0.13898599548991525,0.02935928268271968,0.15372517456988796,0.17827406695438003,0.2573350322798751,0.15372517456988796,0.061779299980907386,0.07174049712387334,0.15372517456988796,0.03684183792540119,0.014187643904618725,0.15372517456988796,0.311460664359864,0.31495856901491004,0.15372517456988796,0.2172998347856443,0.4461416941574896,0.15372517456988796,0.3213190552915061,0.36882719769232947,0.15372517456988796,0.2531970609184654,0.4447719573539889,0.5,0.15372517456988796,0.3293637614309962,0.2711631026362122,0.15372517456988796,0.2874739466098141,0.008790245689383264,0.5,0.15372517456988796,0.4191832467948542,0.1211968538172262,0.15372517456988796,0.4270359495256565,0.08805071825470495,0.15372517456988796,0.2272044629467373,0.3271422718414892,0.15372517456988796,0.33644861110736474,0.3704084341488648,0.15372517456988796,0.23173234287290256,0.1631836468507949,0.15372517456988796,0.30192134142786664,0.4016851113910381,0.15372517456988796,0.27074870095752246,0.07592043011755693,0.5,0.15372517456988796,0.14852088226786583,0.009062429182580711,0.0,0.05261398059308386,1.0047838834491432 -7452,0.5,0.15372517456988796,0.12872392039304256,0.037371145868213156,0.15372517456988796,0.1813775244931614,0.29982229853102244,0.15372517456988796,0.07973754007482771,0.09970684998063233,0.15372517456988796,0.06877993244436552,0.01666920378755659,0.15372517456988796,0.36274120852464325,0.44103416681433044,0.15372517456988796,0.23849767501760305,0.5269924330205742,0.15372517456988796,0.37131170970949234,0.5422392497425428,0.15372517456988796,0.26564391654536834,0.5864270746195985,0.5,0.15372517456988796,0.35326088259363775,0.40849598439867973,0.15372517456988796,0.40258227231142263,0.01173061375264828,0.5,0.15372517456988796,0.5058280928579225,0.17946441389647044,0.15372517456988796,0.5116930723133165,0.11515499768086396,0.15372517456988796,0.302628052610712,0.3927711878730012,0.15372517456988796,0.39418816735868156,0.4654401501894112,0.15372517456988796,0.28195517535675424,0.2666306184708961,0.15372517456988796,0.33616745384754637,0.6444537602455537,0.15372517456988796,0.3562475748443379,0.12415501177371253,0.5,0.15372517456988796,0.15897933054907049,0.014591694314285768,0.0,0.06853718860015022,1.0060929597285169 -7453,0.5,0.15372517456988796,0.12481225441598433,0.04388088299973556,0.15372517456988796,0.08093925183057712,0.2986967050564133,0.15372517456988796,0.12384941865324228,0.11543674548371322,0.15372517456988796,0.10538742619748842,0.026845004781478145,0.15372517456988796,0.3507564239373251,0.5882604404201008,0.15372517456988796,0.21700712641555708,0.663610795875557,0.15372517456988796,0.3500928724716438,0.6056962499702556,0.15372517456988796,0.2153360761420211,0.6950177931735,0.5,0.15372517456988796,0.3216937502873469,0.5187864432938878,0.15372517456988796,0.4690980532064162,0.00729237511674554,0.5,0.15372517456988796,0.5241556128810496,0.2622451844391363,0.15372517456988796,0.534304380738194,0.12094134712391594,0.15372517456988796,0.3041827463531942,0.4746936814139757,0.15372517456988796,0.3848804693007137,0.5767077515006018,0.15372517456988796,0.2591321120726258,0.34729075859577185,0.15372517456988796,0.30553113803109155,0.6541100467652493,0.15372517456988796,0.3829034242023,0.1722684407510438,0.5,0.15372517456988796,0.15093669385101816,0.01187229830044994,0.0,0.06946857350219554,1.0077225605267321 -7454,0.5,0.15372517456988796,0.1068222945018214,0.04652157179703586,0.15372517456988796,0.05285531129391119,0.2628945266240904,0.15372517456988796,0.21819567002866264,0.14715059864005156,0.15372517456988796,0.09509210014625488,0.04182904946230842,0.15372517456988796,0.3210544993656047,0.6386018695142133,0.15372517456988796,0.10978312610971747,0.7239525184201541,0.15372517456988796,0.3314276188783113,0.5754211137383852,0.15372517456988796,0.15879963578561956,0.6701946034584135,0.5,0.15372517456988796,0.23362534334386176,0.6123077762911107,0.15372517456988796,0.47985216224026306,0.006119806327651176,0.5,0.15372517456988796,0.4619592850169128,0.22357733728102566,0.15372517456988796,0.48116520403210694,0.08647533201028472,0.15372517456988796,0.2179743727221668,0.4975520976112028,0.15372517456988796,0.32878809384774055,0.638558717618128,0.15372517456988796,0.1955425325175761,0.389919509895797,0.15372517456988796,0.27452910523161095,0.5807500624564489,0.15372517456988796,0.3563173902772779,0.16821570721802223,0.5,0.15372517456988796,0.13379821555779378,0.00802791721963153,0.0,0.06837486618524179,1.0084451736245772 -7455,0.5,0.15372517456988796,0.07319232349746568,0.049807961970693274,0.15372517456988796,0.040739371178974006,0.28144144508229163,0.15372517456988796,0.22503646286359485,0.13365988698649178,0.15372517456988796,0.09190167839869119,0.04729189656031396,0.15372517456988796,0.24259638617672502,0.6543421542564902,0.15372517456988796,0.04697020715984486,0.7614273257608136,0.15372517456988796,0.2206704315911854,0.5694290350362213,0.15372517456988796,0.07662955061732682,0.652026534207423,0.5,0.15372517456988796,0.12431990416026387,0.6897072671048093,0.15372517456988796,0.3916582343531475,0.0046001839225705615,0.5,0.15372517456988796,0.32452058887150026,0.13638146002633514,0.15372517456988796,0.3688771220370157,0.13594255717401535,0.15372517456988796,0.13888286405000091,0.4786434455534347,0.15372517456988796,0.27640362850111233,0.6436026318916366,0.15372517456988796,0.12016050215560235,0.406999640217135,0.15372517456988796,0.22267628287007674,0.4740804158656239,0.15372517456988796,0.28531700342165683,0.10921242838232362,0.5,0.15372517456988796,0.1103642338863141,0.017802127519348825,0.0,0.07119005633184812,1.0085542825179201 -7456,0.5,0.15372517456988796,0.018468957670635597,0.04726835800023222,0.15372517456988796,0.03291802185790385,0.3004943547514467,0.15372517456988796,0.08276224211415978,0.07592620524883915,0.15372517456988796,0.03812219993824425,0.037592850291557484,0.15372517456988796,0.10088171148231881,0.6969468126637828,0.15372517456988796,0.01134940151682267,0.7662781141798551,0.15372517456988796,0.09261364024887507,0.5286744421488393,0.15372517456988796,0.01877122693118202,0.6283308884815662,0.5,0.15372517456988796,0.03117756891192695,0.6785070494325682,0.15372517456988796,0.1749182817125054,0.0020968954292083664,0.5,0.15372517456988796,0.14338945806197034,0.09576452762108403,0.15372517456988796,0.15617565065819328,0.1583863161135062,0.15372517456988796,0.0691910875638503,0.4391245593740175,0.15372517456988796,0.11443243220622223,0.6294433336098019,0.15372517456988796,0.044689162805014955,0.35460988880526245,0.15372517456988796,0.12555365278117014,0.3787348988186143,0.15372517456988796,0.10576350991101711,0.07093237656040319,0.5,0.15372517456988796,0.055726142514143276,0.009560096362123831,0.0,0.07830534505347424,1.0079132258347088 -7457,0.5,0.15372517456988796,0.0,0.062010144948826146,0.15372517456988796,0.0,0.29224067527738856,0.15372517456988796,0.0,0.06565816601872332,0.15372517456988796,0.0,0.042366622145415485,0.15372517456988796,4.064210456333597e-05,0.6898033065593128,0.15372517456988796,0.00039852909145407576,0.6569493570337535,0.15372517456988796,7.442764169819657e-06,0.5662628599695244,0.15372517456988796,0.0002461839327634563,0.4677982452572357,0.5,0.15372517456988796,0.0002526840639392874,0.5067520188055047,0.15372517456988796,0.0,0.004636148077146751,0.5,0.15372517456988796,0.0,0.1317817020248591,0.15372517456988796,4.003828400822332e-05,0.18826978298304614,0.15372517456988796,0.0,0.4758275603288189,0.15372517456988796,0.0,0.6151843921525528,0.15372517456988796,0.0,0.2608426457540972,0.15372517456988796,0.0,0.38567576967035744,0.15372517456988796,0.0,0.08328651934278783,0.5,0.15372517456988796,0.0,0.005902683665832287,0.0,0.11785568111087781,1.0075838966133457 -7458,0.5,0.15372517456988796,0.0,0.07486942346447617,0.15372517456988796,0.0,0.29086919308225023,0.15372517456988796,0.0,0.0833469060566166,0.15372517456988796,0.0,0.037573272481920536,0.15372517456988796,0.0,0.6722299474638554,0.15372517456988796,0.0,0.597899095409719,0.15372517456988796,0.0,0.642311166394555,0.15372517456988796,0.0,0.4106169593086864,0.5,0.15372517456988796,0.0,0.4222692239373796,0.15372517456988796,0.0,0.026100138823482184,0.5,0.15372517456988796,0.0,0.1898959605331189,0.15372517456988796,0.0,0.2121753306494775,0.15372517456988796,0.0,0.5338889650553393,0.15372517456988796,0.0,0.6105180790644502,0.15372517456988796,0.0,0.2412585862426873,0.15372517456988796,0.0,0.4825696388632856,0.15372517456988796,0.0,0.10804760142194754,0.5,0.15372517456988796,0.0,0.004315171756648955,0.0,0.18445950749220727,1.0090400273613995 -7459,0.5,0.15372517456988796,0.0,0.098826864032149,0.15372517456988796,0.0,0.2756645562645009,0.15372517456988796,0.0,0.12434902090656644,0.15372517456988796,0.0,0.04088723487545386,0.15372517456988796,0.0,0.6362681444065089,0.15372517456988796,0.0,0.5927723105514632,0.15372517456988796,0.0,0.5656232398994027,0.15372517456988796,0.0,0.43476346733415483,0.5,0.15372517456988796,0.0,0.4642817825429087,0.15372517456988796,0.0,0.08560650212517418,0.5,0.15372517456988796,0.0,0.3659817757360699,0.15372517456988796,0.0,0.20799510365758517,0.15372517456988796,0.0,0.5799029456589004,0.15372517456988796,0.0,0.5820816548670018,0.15372517456988796,0.0,0.2520579178928678,0.15372517456988796,0.0,0.5794091102845893,0.15372517456988796,0.0,0.14157660263106273,0.5,0.15372517456988796,0.0,0.009863338427403752,0.0,0.25880213438108624,1.0074945480819473 -7460,0.5,0.15372517456988796,0.0,0.12389553684993736,0.15372517456988796,0.0,0.2336711272720187,0.15372517456988796,0.0,0.1650247288126776,0.15372517456988796,0.0,0.05062146012163698,0.15372517456988796,0.0,0.6552036973966671,0.15372517456988796,0.0,0.6301084491756013,0.15372517456988796,0.0,0.6006870090720569,0.15372517456988796,0.0,0.5118816217449282,0.5,0.15372517456988796,0.0,0.5643894614343659,0.15372517456988796,0.0,0.16478544964560896,0.5,0.15372517456988796,0.0,0.6647174979597997,0.15372517456988796,0.0,0.1916419485180336,0.15372517456988796,0.0,0.5454197181529595,0.15372517456988796,0.0,0.5565152494128842,0.15372517456988796,0.0,0.28864511470823345,0.15372517456988796,0.0,0.5684086947389361,0.15372517456988796,0.0,0.21493893221160917,0.5,0.15372517456988796,0.0,0.023954111336013217,0.0,0.391870629644586,1.0068755767323778 -7461,0.5,0.15372517456988796,0.0,0.1358791957264213,0.15372517456988796,0.0,0.3005593692726787,0.15372517456988796,0.0,0.21365141684911138,0.15372517456988796,0.0,0.06370096291139908,0.15372517456988796,0.0,0.6486554831791649,0.15372517456988796,0.0,0.6867869917578315,0.15372517456988796,0.0,0.6281543209885535,0.15372517456988796,0.0,0.5302070773146643,0.5,0.15372517456988796,0.0,0.5252373264305372,0.15372517456988796,0.0,0.2264374472111223,0.5,0.15372517456988796,0.0,0.7253177418702887,0.15372517456988796,0.0,0.23099718181020987,0.15372517456988796,0.0,0.4929403048967446,0.15372517456988796,0.0,0.6082225821110179,0.15372517456988796,0.0,0.3812374349599159,0.15372517456988796,0.0,0.5538090991672671,0.15372517456988796,0.0,0.2690685886866365,0.5,0.15372517456988796,0.0,0.04695473977328487,0.0,0.45731170908903795,1.0052456437825197 -7462,0.5,0.15372517456988796,0.0,0.14478995530631275,0.15372517456988796,0.0,0.35871732918177457,0.15372517456988796,0.0,0.26803270546048075,0.15372517456988796,0.0,0.08466582872655504,0.15372517456988796,0.0,0.6957828553067624,0.15372517456988796,0.0,0.6611367219342292,0.15372517456988796,0.0,0.6717842664214668,0.15372517456988796,0.0,0.47917565765870607,0.5,0.15372517456988796,0.0,0.4051676382043531,0.15372517456988796,0.0,0.21286544069724286,0.5,0.15372517456988796,0.0,0.5642923938986546,0.15372517456988796,0.0,0.20633419268744754,0.15372517456988796,0.0,0.5123565906097712,0.15372517456988796,0.0,0.6113167977434844,0.15372517456988796,0.0,0.472322492520002,0.15372517456988796,0.0,0.5821790162910551,0.15372517456988796,0.0,0.31707608557002864,0.5,0.15372517456988796,0.0,0.08289568056037658,0.0,0.4647917383381187,0.9932372486552175 -7463,0.5,0.15372517456988796,0.0,0.15256274479732657,0.15372517456988796,0.0,0.4289668758986141,0.15372517456988796,0.0,0.3538348581569806,0.15372517456988796,0.0,0.10220039037735712,0.15372517456988796,0.0,0.6942854054752609,0.15372517456988796,0.0,0.6716304937369524,0.15372517456988796,0.0,0.6322037745693435,0.15372517456988796,0.0,0.48138433406382686,0.5,0.15372517456988796,0.0,0.34976613033912207,0.15372517456988796,0.0,0.12511048971226318,0.5,0.15372517456988796,0.0,0.5724530496372939,0.15372517456988796,0.0,0.19960177012980926,0.15372517456988796,0.0,0.5620495266796658,0.15372517456988796,0.0,0.6273983942665973,0.15372517456988796,0.0,0.5079185314866841,0.15372517456988796,0.0,0.5839280577957332,0.15372517456988796,0.0,0.34740146396889116,0.5,0.15372517456988796,0.0,0.09934184128884413,0.0,0.44696906471081543,0.9809409609175372 -7464,0.5,0.15372517456988796,0.0,0.17264399096289118,0.15372517456988796,0.0,0.4177904654100268,0.15372517456988796,0.0,0.441532791976099,0.15372517456988796,0.0,0.1267292031649701,0.15372517456988796,0.0,0.7485595098542888,0.15372517456988796,0.0,0.7191501814556249,0.15372517456988796,0.0,0.6181557964719029,0.15372517456988796,0.0,0.4940546608610553,0.5,0.15372517456988796,0.0,0.35017972434460365,0.15372517456988796,0.0,0.06071345143133468,0.5,0.15372517456988796,0.0,0.5555613465445199,0.15372517456988796,0.0,0.16801064198098925,0.15372517456988796,0.0,0.5324535547298148,0.15372517456988796,0.0,0.6167124856233059,0.15372517456988796,0.0,0.48659396414876466,0.15372517456988796,0.0,0.4994753735022842,0.15372517456988796,0.0,0.35889203352707816,0.5,0.15372517456988796,0.0,0.08157478391146408,0.0,0.3780301321595077,0.9814935839943641 -7465,0.5,0.15372517456988796,0.0,0.18860221337447738,0.15372517456988796,0.0,0.3828931579279277,0.15372517456988796,0.0,0.4137814683066468,0.15372517456988796,0.0,0.14383024952755852,0.15372517456988796,0.0,0.7941305235447897,0.15372517456988796,0.0,0.7417538672163515,0.15372517456988796,0.0,0.6679286980629755,0.15372517456988796,0.0,0.49687424228085786,0.5,0.15372517456988796,0.0,0.3389668651403361,0.15372517456988796,0.0,0.032174715367330374,0.5,0.15372517456988796,0.0,0.3976015946330387,0.15372517456988796,0.0,0.1262992793034013,0.15372517456988796,0.0,0.5281588404716766,0.15372517456988796,0.0,0.6425625430209557,0.15372517456988796,0.0,0.4290813242364614,0.15372517456988796,0.0,0.4527807158236801,0.15372517456988796,0.0,0.2950260399831088,0.5,0.15372517456988796,0.0,0.057193577788988155,0.0,0.4054599188140022,0.9871913148577051 -7466,0.5,0.15372517456988796,0.0,0.1839760038587449,0.15372517456988796,0.0,0.43427505943991856,0.15372517456988796,0.0,0.3828692763742918,0.15372517456988796,0.0,0.12628121157128502,0.15372517456988796,0.0,0.808007610381287,0.15372517456988796,0.0,0.7422061594297004,0.15372517456988796,0.0,0.629792258326199,0.15372517456988796,0.0,0.4754019188106504,0.5,0.15372517456988796,0.0,0.33572622888578285,0.15372517456988796,0.0,0.018863616209902977,0.5,0.15372517456988796,0.0,0.17217420926441315,0.15372517456988796,0.0,0.08253702310443412,0.15372517456988796,0.0,0.5605029983982871,0.15372517456988796,0.0,0.6942105280384063,0.15372517456988796,0.0,0.4333966739706842,0.15372517456988796,0.0,0.4019623624091893,0.15372517456988796,0.0,0.20172222573449441,0.5,0.15372517456988796,0.0,0.029448923703477167,0.0,0.43039901539852116,0.9990725793800904 -7467,0.5,0.15372517456988796,0.0,0.16987893481556607,0.15372517456988796,0.0,0.4669980746504374,0.15372517456988796,0.0,0.3479862467938825,0.15372517456988796,0.0,0.13202221866339475,0.15372517456988796,0.0,0.821891452910934,0.15372517456988796,0.0,0.7425420061794622,0.15372517456988796,0.0,0.6367233311610967,0.15372517456988796,0.0,0.44309094191802534,0.5,0.15372517456988796,0.0,0.33373190179951256,0.15372517456988796,0.0,0.008854841974059106,0.5,0.15372517456988796,0.0,0.09779970711034366,0.15372517456988796,0.0,0.045189396697077854,0.15372517456988796,0.0,0.5970241084858353,0.15372517456988796,0.0,0.7429137682591558,0.15372517456988796,0.0,0.4452309117805457,0.15372517456988796,0.0,0.4062732346315575,0.15372517456988796,0.0,0.1551917639954945,0.5,0.15372517456988796,0.0,0.013526457454625003,0.0,0.37587728157754285,0.9964145929128991 -7468,0.5,0.15372517456988796,0.0,0.16428325820518824,0.15372517456988796,0.0,0.5018997613336624,0.15372517456988796,0.0,0.22759890431821508,0.15372517456988796,0.0,0.16032058500616145,0.15372517456988796,0.0,0.8290327199096943,0.15372517456988796,0.0,0.7460309872204192,0.15372517456988796,0.0,0.6165614965616624,0.15372517456988796,0.0,0.40482836179729986,0.5,0.15372517456988796,0.0,0.31937151897991445,0.15372517456988796,0.0,0.0049973991873598625,0.5,0.15372517456988796,0.0,0.08228861702362703,0.15372517456988796,0.0,0.025362301810775645,0.15372517456988796,0.0,0.6184567601113808,0.15372517456988796,0.0,0.7444632208133453,0.15372517456988796,0.0,0.42398067818330076,0.15372517456988796,0.0,0.4229475344855392,0.15372517456988796,0.0,0.10948631760487712,0.5,0.15372517456988796,0.0,0.012261615320300422,0.0,0.4757386891507459,0.9984077592677323 -7469,0.5,0.15372517456988796,0.0,0.17379145834962437,0.15372517456988796,0.0,0.5272100833998181,0.15372517456988796,0.0,0.1685832019387779,0.15372517456988796,0.0,0.1620312490528113,0.15372517456988796,0.0,0.8212367265792826,0.15372517456988796,0.0,0.7656392624841384,0.15372517456988796,0.0,0.5665401928729998,0.15372517456988796,0.0,0.4308191563099796,0.5,0.15372517456988796,0.0,0.29367578185209464,0.15372517456988796,0.0,0.003410162231277684,0.5,0.15372517456988796,0.0,0.07462095751736675,0.15372517456988796,0.0,0.021892866660144516,0.15372517456988796,0.0,0.644637825341232,0.15372517456988796,0.0,0.7351063619610501,0.15372517456988796,0.0,0.4061057252196173,0.15372517456988796,0.0,0.4067656318259752,0.15372517456988796,0.0,0.08077567128271763,0.5,0.15372517456988796,0.0,0.019173362782592664,0.0,0.5110760960499153,1.0014474102700122 -7470,0.5,0.15372517456988796,0.0,0.20311243624420808,0.15372517456988796,0.0,0.5549609695561615,0.15372517456988796,0.0,0.22744661121484508,0.15372517456988796,0.0,0.14286360992587546,0.15372517456988796,0.0,0.8131753062406845,0.15372517456988796,0.0,0.7629918280957385,0.15372517456988796,0.0,0.523450155975747,0.15372517456988796,0.0,0.42848553462871214,0.5,0.15372517456988796,0.0,0.25126295295996265,0.15372517456988796,0.0,0.001336174224359821,0.5,0.15372517456988796,0.0,0.05996022790463889,0.15372517456988796,0.0,0.021300301647707822,0.15372517456988796,0.0,0.6820464727986004,0.15372517456988796,0.0,0.7149405793447756,0.15372517456988796,0.0,0.38009296041400786,0.15372517456988796,0.0,0.4106066126364525,0.15372517456988796,0.0,0.06314111376393136,0.5,0.15372517456988796,0.0,0.018607933488044653,0.0,0.3853198876586923,0.9975086063856772 -7471,0.5,0.15372517456988796,0.0,0.22204435153328925,0.15372517456988796,0.0,0.5307332095940968,0.15372517456988796,0.0,0.2686595702646274,0.15372517456988796,0.0,0.13060496655939588,0.15372517456988796,0.0,0.7833670454816751,0.15372517456988796,0.0,0.6555123945205283,0.15372517456988796,0.0,0.49679589788389183,0.15372517456988796,0.0,0.3155973986556525,0.5,0.15372517456988796,0.0,0.21238901374713032,0.15372517456988796,0.0,0.00030048335660813955,0.5,0.15372517456988796,0.0,0.04357610831813782,0.15372517456988796,0.0,0.019884415251397225,0.15372517456988796,0.0,0.6793752417258596,0.15372517456988796,0.0,0.6895921977545694,0.15372517456988796,0.0,0.3741000827671837,0.15372517456988796,0.0,0.37247852726702535,0.15372517456988796,0.0,0.0426876728468903,0.5,0.15372517456988796,0.0,0.008240488458959023,0.0,0.4095236203256647,0.9984935050695029 -7472,0.5,0.15372517456988796,0.0001652375837309586,0.23278009676105327,0.15372517456988796,0.0,0.5749721631833632,0.15372517456988796,0.00010662693401752049,0.24348143862482816,0.15372517456988796,0.001173505772439189,0.10732178259284893,0.15372517456988796,0.0,0.730498657484306,0.15372517456988796,0.0,0.5026570816220043,0.15372517456988796,0.0,0.4710856750930828,0.15372517456988796,0.0,0.2193511906597011,0.5,0.15372517456988796,0.0,0.17482615509901306,0.15372517456988796,0.0007327848913171606,0.00019555749274331884,0.5,0.15372517456988796,0.0,0.0335497859065598,0.15372517456988796,0.0001377895123198637,0.015462396123911053,0.15372517456988796,0.0,0.6642497562940723,0.15372517456988796,0.0,0.6602831005627967,0.15372517456988796,0.0,0.38924542190237693,0.15372517456988796,0.0,0.3050258762320336,0.15372517456988796,0.0006610627438512067,0.028524851455693084,0.5,0.15372517456988796,0.0007501449342057759,0.004547827850810856,0.0,0.48617074568907587,1.0069302796157644 -7473,0.5,0.15372517456988796,0.04823472360936617,0.25417252447780336,0.15372517456988796,0.004189411986673607,0.5483383617942875,0.15372517456988796,0.08421660980660114,0.20235930364159582,0.15372517456988796,0.09530287362810569,0.08005292902284081,0.15372517456988796,0.004086137927706643,0.6405457130691701,0.15372517456988796,0.018903775993412923,0.3788198279182601,0.15372517456988796,0.006009096859795761,0.3963028501467545,0.15372517456988796,0.02747463513680884,0.17933568250312631,0.5,0.15372517456988796,0.03161721812428804,0.181560095623783,0.15372517456988796,0.06155725076240691,0.0016078620880790788,0.5,0.15372517456988796,0.019264049761353156,0.02843333142740615,0.15372517456988796,0.06043096849713342,0.009392304037934885,0.15372517456988796,0.0018586969607788204,0.6733705514165771,0.15372517456988796,0.005130518957746031,0.6599429738497148,0.15372517456988796,0.011479868016381593,0.414341096654183,0.15372517456988796,0.02312877502607725,0.2466709982161095,0.15372517456988796,0.06035313234314609,0.02165939955384717,0.5,0.15372517456988796,0.016416786446023054,0.00606970639900419,0.0,0.5633411275280471,1.0085460277962361 -7474,0.5,0.15372517456988796,0.13972489433092494,0.29561421274015753,0.15372517456988796,0.011407161054687257,0.6774423577799555,0.15372517456988796,0.20719251387125065,0.21638018685532853,0.15372517456988796,0.26462084720978957,0.1064530757838609,0.15372517456988796,0.01945680466142024,0.48532952086586145,0.15372517456988796,0.12748558652839814,0.34773760190858705,0.15372517456988796,0.06487130490520053,0.3342664617806913,0.15372517456988796,0.09418827052331138,0.19565097089891248,0.5,0.15372517456988796,0.10210514275022785,0.2005545457654929,0.15372517456988796,0.1832606546676097,0.011202498239391461,0.5,0.15372517456988796,0.07357044462371565,0.023939593459250258,0.15372517456988796,0.17842041193614108,0.0056447500027944535,0.15372517456988796,0.007646660952954395,0.7045087235893749,0.15372517456988796,0.036051991367836086,0.6841416537181366,0.15372517456988796,0.023001178797504844,0.4545610577281882,0.15372517456988796,0.07431666908734688,0.2524869382292168,0.15372517456988796,0.1634408620343174,0.028629017794505152,0.5,0.15372517456988796,0.05134104019311042,0.006672994513000091,0.0,0.5865987466103568,1.0067807788098944 -7475,0.5,0.15372517456988796,0.22285793983807164,0.3275771466928966,0.15372517456988796,0.01941755811289133,0.643503059051793,0.15372517456988796,0.3247700119399587,0.22938180266077857,0.15372517456988796,0.40993245845803306,0.1334293918615707,0.15372517456988796,0.031901382030200105,0.3876543268012597,0.15372517456988796,0.2803396627320637,0.36577453571087615,0.15372517456988796,0.20830122832554226,0.3855445643173131,0.15372517456988796,0.1603656783064368,0.23420259430496004,0.5,0.15372517456988796,0.18454123581397952,0.18965644412967797,0.15372517456988796,0.2983283257163561,0.0389318361890548,0.5,0.15372517456988796,0.19693386446661776,0.028025022417907563,0.15372517456988796,0.33933811169730144,0.007743076332074319,0.15372517456988796,0.014284792289413564,0.7155977428117385,0.15372517456988796,0.08774274739060677,0.6453753520502779,0.15372517456988796,0.036613449868558204,0.41835161941809323,0.15372517456988796,0.10545075903415452,0.2790222490382572,0.15372517456988796,0.2569124484725384,0.04573167550058461,0.5,0.15372517456988796,0.09928146437329152,0.005134929413036058,0.0,0.600123644554956,1.003956547342506 -7476,0.5,0.15372517456988796,0.256877529916628,0.3169773734525159,0.15372517456988796,0.03331171617126635,0.5355696130160873,0.15372517456988796,0.39647162179058326,0.19325992707813996,0.15372517456988796,0.4824919378202317,0.12330243665695635,0.15372517456988796,0.059345586739034145,0.3399301795884163,0.15372517456988796,0.39552792573837564,0.38037618019890884,0.15372517456988796,0.37314092362978285,0.4583481897742039,0.15372517456988796,0.20458981915198682,0.2847472300075006,0.5,0.15372517456988796,0.2630476292278407,0.1848234013837645,0.15372517456988796,0.34289709212076364,0.07601900148287434,0.5,0.15372517456988796,0.40218047427935966,0.02101373169457534,0.15372517456988796,0.4395302793723475,0.017162648592381955,0.15372517456988796,0.035984911033705,0.6762329431403227,0.15372517456988796,0.09660706246502511,0.5436675913377009,0.15372517456988796,0.06205129747892114,0.3116392686071867,0.15372517456988796,0.11676913280517857,0.2946836623760417,0.15372517456988796,0.32423977210807897,0.04531443952955917,0.5,0.15372517456988796,0.15386305136877115,0.006011350676447975,0.0,0.5301945726818018,0.9965179432353941 -7477,0.5,0.15372517456988796,0.2081013218086508,0.28578597241827863,0.15372517456988796,0.049065995566845266,0.3249507350576783,0.15372517456988796,0.38320446354581733,0.1877603423981425,0.15372517456988796,0.4925512886957959,0.10305489187826217,0.15372517456988796,0.08101040679876045,0.27910362774897346,0.15372517456988796,0.4685723636838486,0.38962123238392565,0.15372517456988796,0.413028448641365,0.4671083500527434,0.15372517456988796,0.22870597698673412,0.2873364952898338,0.5,0.15372517456988796,0.36609844339689573,0.17709505238339726,0.15372517456988796,0.31828722538007453,0.11571776884777411,0.5,0.15372517456988796,0.4432205219576545,0.01215398416853858,0.15372517456988796,0.4191782736730998,0.03162027242165327,0.15372517456988796,0.0856862018396784,0.5824751382445172,0.15372517456988796,0.07559178719101048,0.46734314212864736,0.15372517456988796,0.11555788162170771,0.24742856484117956,0.15372517456988796,0.15386868282369953,0.2924735849763297,0.15372517456988796,0.38880153857109356,0.02993737896457137,0.5,0.15372517456988796,0.20437299633327782,0.01199532007399302,0.0,0.48811396728325995,0.9705535585469532 -7478,0.5,0.15372517456988796,0.14735104906150848,0.23456849195988846,0.15372517456988796,0.05170558870209234,0.2287329576939713,0.15372517456988796,0.25814451207279077,0.1572787655890227,0.15372517456988796,0.4358025289989349,0.07873805514599377,0.15372517456988796,0.1516125908456378,0.2623709824764388,0.15372517456988796,0.45288080030442024,0.3277956432987365,0.15372517456988796,0.3424171697891594,0.4002517721503685,0.15372517456988796,0.2593076076355986,0.28473923255733496,0.5,0.15372517456988796,0.40484367177144914,0.16652048217230525,0.15372517456988796,0.29218087726612674,0.1436968042456928,0.5,0.15372517456988796,0.4347563270937783,0.010801652604504636,0.15372517456988796,0.34071625047890775,0.04459509055296512,0.15372517456988796,0.09182885250941021,0.48344584766805465,0.15372517456988796,0.05551664183545021,0.37742656448334,0.15372517456988796,0.14152523866281025,0.18060995155357518,0.15372517456988796,0.25448722317962713,0.2656685055224031,0.15372517456988796,0.3676239884146796,0.014562698825156099,0.5,0.15372517456988796,0.20280194654020015,0.021498776501541434,0.0,0.44158892421293955,0.8496296639057339 -7479,0.5,0.15372517456988796,0.06506789251859774,0.1812142959676454,0.15372517456988796,0.02456065211764227,0.13348712391003156,0.15372517456988796,0.15506748297551232,0.06972846743995269,0.15372517456988796,0.2931596287059195,0.03814167467708862,0.15372517456988796,0.2271311513097164,0.23535446330668316,0.15372517456988796,0.3490054609061784,0.2247532957504074,0.15372517456988796,0.22474948440594095,0.2906154118082306,0.15372517456988796,0.24340322598735237,0.24695863847363395,0.5,0.15372517456988796,0.35591955491442756,0.11671520291266974,0.15372517456988796,0.21478870570425151,0.1581317654197877,0.5,0.15372517456988796,0.3695347801493098,0.024034264350261327,0.15372517456988796,0.24931867058381335,0.057540138551193255,0.15372517456988796,0.03121593871543194,0.3891374128568641,0.15372517456988796,0.06007394247492741,0.27458479481696785,0.15372517456988796,0.1583393347921338,0.08457085602861793,0.15372517456988796,0.3040426307430295,0.16840210672566766,0.15372517456988796,0.30043009268107396,0.00858485197160022,0.5,0.15372517456988796,0.14796135718159495,0.0329466355151634,0.0,0.4170026875137621,0.6962901060750419 -7480,0.5,0.15372517456988796,0.00553472597685409,0.11875272130671491,0.15372517456988796,0.0051351485100688396,0.06293298212643235,0.15372517456988796,0.057924733263625,0.012772730561267803,0.15372517456988796,0.04635161327467965,0.010756729432653548,0.15372517456988796,0.14500563585292447,0.15957331386021795,0.15372517456988796,0.1587940456272706,0.15509688097294227,0.15372517456988796,0.07815923467262942,0.19907847411978707,0.15372517456988796,0.12927945748243025,0.12297099215900334,0.5,0.15372517456988796,0.16533549111714455,0.06160789371411275,0.15372517456988796,0.11097807808403869,0.1572764348430849,0.5,0.15372517456988796,0.14448334719996006,0.025725701833310244,0.15372517456988796,0.13809824516219923,0.04927111674278859,0.15372517456988796,0.004843006351780739,0.3196480871017244,0.15372517456988796,0.05240490048396311,0.19808264099377104,0.15372517456988796,0.08498301512035507,0.039901224028006305,0.15372517456988796,0.1151318385679502,0.11082961002432773,0.15372517456988796,0.11588252630778079,0.012820828174476792,0.5,0.15372517456988796,0.057415130044629115,0.027298584492107203,0.0,0.4538582004892571,0.7367027847907405 -7481,0.5,0.15372517456988796,0.0,0.07703891831137788,0.15372517456988796,0.0,0.031140557170476063,0.15372517456988796,0.0,0.0061554951090727,0.15372517456988796,0.0,0.002263231283481951,0.15372517456988796,0.0,0.15847591571509415,0.15372517456988796,0.0,0.1558161560947794,0.15372517456988796,0.0,0.12987588935541874,0.15372517456988796,0.0,0.1273357012260746,0.5,0.15372517456988796,0.0,0.06113834369718258,0.15372517456988796,0.00011686809810862284,0.15955717148698692,0.5,0.15372517456988796,0.0,0.0472382452646158,0.15372517456988796,0.0,0.06801977299005472,0.15372517456988796,0.0,0.23072517327598324,0.15372517456988796,0.0,0.16502519034582053,0.15372517456988796,0.0,0.04759874562870206,0.15372517456988796,0.0,0.08096897451284403,0.15372517456988796,0.0,0.028866260887467403,0.5,0.15372517456988796,1.2821111250113805e-05,0.036846290882415825,0.0,0.4065650701475578,0.8181292827520836 -7482,0.5,0.15372517456988796,0.0,0.057014569182399166,0.15372517456988796,0.0,0.0390111603062833,0.15372517456988796,0.0,0.006834558641793875,0.15372517456988796,0.0,0.0013539444524978106,0.15372517456988796,0.0,0.14880323756156727,0.15372517456988796,0.0,0.19514216075291427,0.15372517456988796,0.0,0.06859080206314086,0.15372517456988796,0.0,0.16541871603083852,0.5,0.15372517456988796,0.0,0.04507805537393408,0.15372517456988796,0.0,0.17727514429439462,0.5,0.15372517456988796,0.0,0.048107248438328906,0.15372517456988796,0.0,0.08602858637408776,0.15372517456988796,0.0,0.1906902453104402,0.15372517456988796,0.0,0.1576889305795558,0.15372517456988796,0.0,0.05646497451333772,0.15372517456988796,0.0,0.03839883352846249,0.15372517456988796,0.0,0.028735654120871743,0.5,0.15372517456988796,0.0,0.045391597531118204,0.0,0.29324020624708474,0.9278009977188746 -7483,0.5,0.15372517456988796,0.0,0.0398375340947379,0.15372517456988796,0.0,0.06600205563884437,0.15372517456988796,0.0,0.007756470822673491,0.15372517456988796,0.0,0.0030748474322153585,0.15372517456988796,0.0,0.149645924805765,0.15372517456988796,0.0,0.2300889897544048,0.15372517456988796,0.0,0.10102944036071444,0.15372517456988796,0.0,0.14232590803509657,0.5,0.15372517456988796,0.0,0.026840645520105816,0.15372517456988796,0.0,0.17155007207920797,0.5,0.15372517456988796,0.0,0.04441195612440944,0.15372517456988796,0.0,0.08818656598536008,0.15372517456988796,0.0,0.186146210518098,0.15372517456988796,0.0,0.1426689227211127,0.15372517456988796,0.0,0.050347182366301646,0.15372517456988796,0.0,0.04000737223051249,0.15372517456988796,0.0,0.028512606847896672,0.5,0.15372517456988796,0.0,0.052688631302639545,0.0,0.23408759204918256,0.8863527553459299 -7484,0.5,0.15372517456988796,0.0,0.031866398123365364,0.15372517456988796,0.0,0.07755265711633144,0.15372517456988796,0.0,0.007518787354174745,0.15372517456988796,0.0,0.005591829385398869,0.15372517456988796,0.0,0.18325708804935076,0.15372517456988796,0.0,0.2172069425355555,0.15372517456988796,0.0,0.1338183817732366,0.15372517456988796,0.0,0.10276008586241492,0.5,0.15372517456988796,0.0,0.02552458163235769,0.15372517456988796,0.0,0.13931431940790828,0.5,0.15372517456988796,0.0,0.042418231601677917,0.15372517456988796,0.0,0.07559376551114307,0.15372517456988796,0.0,0.20005919159216834,0.15372517456988796,0.0,0.15017721615020166,0.15372517456988796,0.0,0.04648462124757849,0.15372517456988796,0.0,0.04704870068664844,0.15372517456988796,0.0,0.029094345599815982,0.5,0.15372517456988796,0.0,0.06278298200667508,0.0,0.1946546228172262,0.7755036613542872 -7485,0.5,0.15372517456988796,0.0,0.02816044700784865,0.15372517456988796,0.0,0.06895452638578146,0.15372517456988796,0.0,0.00747793738721607,0.15372517456988796,0.0,0.008716836825272304,0.15372517456988796,0.0,0.174096529084761,0.15372517456988796,0.0,0.17299779951671063,0.15372517456988796,0.0,0.09687764837207777,0.15372517456988796,0.0,0.07744522843938403,0.5,0.15372517456988796,0.0,0.025851376271361255,0.15372517456988796,0.0,0.09034687455986323,0.5,0.15372517456988796,0.0,0.0397525855808681,0.15372517456988796,0.0,0.06261827952475581,0.15372517456988796,0.0,0.20933557326488397,0.15372517456988796,0.0,0.1844576504648615,0.15372517456988796,0.0,0.06826377940754107,0.15372517456988796,0.0,0.035807249677123065,0.15372517456988796,0.0,0.0309790863974563,0.5,0.15372517456988796,0.0,0.06424612499403526,0.0,0.1477209408933186,0.8048781951189542 -7486,0.5,0.15372517456988796,0.0,0.028167292771343604,0.15372517456988796,0.0,0.10159395117660228,0.15372517456988796,0.0,0.015754749942928754,0.15372517456988796,0.0,0.011839480569694886,0.15372517456988796,0.0,0.1561684755800253,0.15372517456988796,0.0,0.1357901594676495,0.15372517456988796,0.0,0.07220292001215459,0.15372517456988796,0.0,0.09389526656910023,0.5,0.15372517456988796,0.0,0.02416407022176614,0.15372517456988796,0.0,0.04613834145203218,0.5,0.15372517456988796,0.0,0.037917008428939705,0.15372517456988796,0.0,0.045498126634171514,0.15372517456988796,0.0,0.17324790438139798,0.15372517456988796,0.0,0.19432823305050867,0.15372517456988796,0.0,0.06682357485131532,0.15372517456988796,0.0,0.026632021876687968,0.15372517456988796,0.0,0.03136499691976087,0.5,0.15372517456988796,0.0,0.06590550331553921,0.0,0.1160635469735126,0.921186334035591 -7487,0.5,0.15372517456988796,0.0,0.036788950882120884,0.15372517456988796,0.0,0.09124210476672086,0.15372517456988796,0.0,0.031935044565313965,0.15372517456988796,0.0,0.016913220044048844,0.15372517456988796,0.0,0.12707774821277582,0.15372517456988796,0.0,0.1613839286993555,0.15372517456988796,0.0,0.08503716914757978,0.15372517456988796,0.0,0.10555407402748748,0.5,0.15372517456988796,0.0,0.0224976290968921,0.15372517456988796,0.0,0.022225400237756904,0.5,0.15372517456988796,0.0,0.034385842442285236,0.15372517456988796,0.0,0.03584429429449402,0.15372517456988796,0.0,0.17823528893560703,0.15372517456988796,0.0,0.17211677810935425,0.15372517456988796,0.0,0.04533744519017201,0.15372517456988796,0.0,0.02459931200705701,0.15372517456988796,0.0,0.03152994353530022,0.5,0.15372517456988796,0.0,0.07219365841714542,0.0,0.045459510570836775,0.8992096575132256 -7488,0.5,0.15372517456988796,0.0,0.04951044761094215,0.15372517456988796,0.0,0.04359767213959124,0.15372517456988796,0.0,0.044344227086627275,0.15372517456988796,0.0,0.029328452912669136,0.15372517456988796,0.0,0.11857888658393143,0.15372517456988796,0.0,0.16935720670899274,0.15372517456988796,0.0,0.08558043363355951,0.15372517456988796,0.0,0.10232773021254074,0.5,0.15372517456988796,0.0,0.02320513627741555,0.15372517456988796,0.0,0.012919261127692653,0.5,0.15372517456988796,0.0,0.03217691697546212,0.15372517456988796,0.0,0.02688343661376414,0.15372517456988796,0.0,0.16648016653596326,0.15372517456988796,0.0,0.14649942322289455,0.15372517456988796,0.0,0.0438854519108496,0.15372517456988796,0.0,0.022790834531962584,0.15372517456988796,0.0,0.03139468566355206,0.5,0.15372517456988796,0.0,0.06784122130474247,0.0,0.040821897970269444,0.9030909592541372 -7489,0.5,0.15372517456988796,0.0,0.054053608003391033,0.15372517456988796,0.0,0.040211130452703824,0.15372517456988796,0.0,0.049992935614426554,0.15372517456988796,0.0,0.041597566373785436,0.15372517456988796,0.0,0.11683323754327261,0.15372517456988796,0.0,0.16507617271327676,0.15372517456988796,0.0,0.08323670865090896,0.15372517456988796,0.0,0.1000527492102461,0.5,0.15372517456988796,0.0,0.026007825330127885,0.15372517456988796,0.0,0.009500674768941912,0.5,0.15372517456988796,0.0,0.02635381121455497,0.15372517456988796,0.0,0.0213211635565971,0.15372517456988796,0.0,0.11689519472964933,0.15372517456988796,0.0,0.14049710359908504,0.15372517456988796,0.0,0.05451922049487598,0.15372517456988796,0.0,0.020469131451709883,0.15372517456988796,0.0,0.030043068983460187,0.5,0.15372517456988796,0.0,0.040391344323982295,0.0,0.08729965663584496,0.8956817567989578 -7490,0.5,0.15372517456988796,0.0,0.05415174185827425,0.15372517456988796,0.0,0.06646435734456986,0.15372517456988796,0.0,0.052251150797616316,0.15372517456988796,0.0,0.04820060767156046,0.15372517456988796,0.0,0.12296569585920253,0.15372517456988796,0.0,0.14049203864743298,0.15372517456988796,0.0,0.08091395423610112,0.15372517456988796,0.0,0.09173290342183289,0.5,0.15372517456988796,0.0,0.02458836497999219,0.15372517456988796,0.0,0.005572628124772386,0.5,0.15372517456988796,0.0,0.019543017493984197,0.15372517456988796,0.0,0.0172716791495378,0.15372517456988796,0.0,0.10741267907657324,0.15372517456988796,0.0,0.1593155015581591,0.15372517456988796,0.0,0.06373149473073507,0.15372517456988796,0.0,0.02053715880721241,0.15372517456988796,0.0,0.027058402328669934,0.5,0.15372517456988796,0.0,0.027025807687319596,0.0,0.08491770619996385,0.8929806141730702 -7491,0.5,0.15372517456988796,0.0,0.05219577523462819,0.15372517456988796,0.0,0.09755503395089264,0.15372517456988796,0.0,0.05401461499349169,0.15372517456988796,0.0,0.0518561235435427,0.15372517456988796,0.0,0.12442482798411682,0.15372517456988796,0.0,0.12351596316678981,0.15372517456988796,0.0,0.08403054435398871,0.15372517456988796,0.0,0.08022323931482923,0.5,0.15372517456988796,0.0,0.02005473708071122,0.15372517456988796,0.0,0.0028637262371126507,0.5,0.15372517456988796,0.0,0.016844343894843353,0.15372517456988796,0.0,0.017066333294062413,0.15372517456988796,0.0,0.14880161186218877,0.15372517456988796,0.0,0.18430041163786995,0.15372517456988796,0.0,0.07317945688107297,0.15372517456988796,0.0,0.022314700079423315,0.15372517456988796,0.0,0.023397536239990673,0.5,0.15372517456988796,0.0,0.013892194225908145,0.0,0.11729199711229542,0.9279741225478384 -7492,0.5,0.15372517456988796,0.0,0.047043215526619296,0.15372517456988796,0.0,0.113921966570986,0.15372517456988796,0.0,0.05104473936359668,0.15372517456988796,0.0,0.05469482648091503,0.15372517456988796,0.0,0.1258955808281429,0.15372517456988796,0.0,0.1175002628647423,0.15372517456988796,0.0,0.0871112893753874,0.15372517456988796,0.0,0.0734035358725053,0.5,0.15372517456988796,0.0,0.014736988189710431,0.15372517456988796,0.0,0.002275690585712844,0.5,0.15372517456988796,0.0,0.016899758862441425,0.15372517456988796,0.0,0.015927775401907266,0.15372517456988796,0.0,0.1975347169087125,0.15372517456988796,0.0,0.18967290660629302,0.15372517456988796,0.0,0.08719499108390937,0.15372517456988796,0.0,0.025614678292117433,0.15372517456988796,0.0,0.020829979443023186,0.5,0.15372517456988796,0.0,0.005752263952181277,0.0,0.11961120083531743,0.9570591577938754 -7493,0.5,0.15372517456988796,0.0,0.045550546249325995,0.15372517456988796,0.0,0.12087293567327966,0.15372517456988796,0.0,0.045311077260832396,0.15372517456988796,0.0,0.05615652538823702,0.15372517456988796,0.0,0.13852312223739147,0.15372517456988796,0.0,0.12050524310754385,0.15372517456988796,0.0,0.08332724540336144,0.15372517456988796,0.0,0.07674925926765655,0.5,0.15372517456988796,0.0,0.011091568476107481,0.15372517456988796,0.0,0.003398810813261802,0.5,0.15372517456988796,0.0,0.018006511403278757,0.15372517456988796,0.0,0.02123531648273644,0.15372517456988796,0.0,0.22185773942657583,0.15372517456988796,0.0,0.19306439773851164,0.15372517456988796,0.0,0.10100161445039067,0.15372517456988796,0.0,0.025886044687952463,0.15372517456988796,0.0,0.01841434058974887,0.5,0.15372517456988796,0.0,0.0016856528250485453,0.0,0.0740940974345366,0.9661597890633541 -7494,0.5,0.15372517456988796,0.0,0.04831207849370817,0.15372517456988796,0.0,0.12366736785414185,0.15372517456988796,0.0,0.037727249976864635,0.15372517456988796,0.0,0.05650476952178213,0.15372517456988796,0.0,0.1471468319132298,0.15372517456988796,0.0,0.11426513103483887,0.15372517456988796,0.0,0.07826495210832832,0.15372517456988796,0.0,0.07944564678361486,0.5,0.15372517456988796,0.0,0.010101073844644742,0.15372517456988796,0.0,0.0026697614227918056,0.5,0.15372517456988796,0.0,0.017068179515470926,0.15372517456988796,0.0,0.022273845841007583,0.15372517456988796,0.0,0.20834409348140528,0.15372517456988796,0.0,0.20625895888611145,0.15372517456988796,0.0,0.10479203964404107,0.15372517456988796,0.0,0.021770596675338462,0.15372517456988796,0.0,0.01481144322749374,0.5,0.15372517456988796,0.0,0.0008900910864685803,0.0,0.050138683349602385,0.9775255517394793 -7495,0.5,0.15372517456988796,0.0,0.05382809997410211,0.15372517456988796,0.0,0.11776594846927267,0.15372517456988796,0.0,0.032970216098327024,0.15372517456988796,0.0,0.058280776799199865,0.15372517456988796,0.0,0.141788410066319,0.15372517456988796,0.0,0.11160595401665302,0.15372517456988796,0.0,0.07556244464313044,0.15372517456988796,0.0,0.07606908459430738,0.5,0.15372517456988796,0.0,0.008692268795764487,0.15372517456988796,0.0,0.003026844856050729,0.5,0.15372517456988796,0.0,0.011827924903363846,0.15372517456988796,0.0,0.021784001879548213,0.15372517456988796,0.0,0.20908395468014673,0.15372517456988796,0.0,0.230985236531097,0.15372517456988796,0.0,0.10485419092823091,0.15372517456988796,0.0,0.014998181422956409,0.15372517456988796,0.0,0.010929150298852565,0.5,0.15372517456988796,0.0,0.0007234381343480772,0.0,0.07479429607668883,0.9862592542775772 -7496,0.5,0.15372517456988796,7.87001414600831e-05,0.06078542997188856,0.15372517456988796,0.0,0.11564465058494135,0.15372517456988796,6.24797062439058e-07,0.02912984517308851,0.15372517456988796,0.00020687861971683923,0.06327251235455933,0.15372517456988796,0.0,0.12797023730482252,0.15372517456988796,0.0,0.10836952345106891,0.15372517456988796,0.0,0.06608277403302808,0.15372517456988796,0.0,0.0708635629025813,0.5,0.15372517456988796,0.0,0.008207229209693214,0.15372517456988796,0.00038088613956338275,0.0028882891136017006,0.5,0.15372517456988796,0.0,0.008090118440479258,0.15372517456988796,2.5616632325569716e-05,0.01858988658771124,0.15372517456988796,0.0,0.22164675324670266,0.15372517456988796,0.0,0.2425063636535749,0.15372517456988796,0.0,0.0979921987435644,0.15372517456988796,0.0,0.011167438451710357,0.15372517456988796,0.00018211768315682202,0.007906274932623907,0.5,0.15372517456988796,0.001730258762682594,0.0002500218538585312,0.0,0.10978943594306545,0.9907997087943614 -7497,0.5,0.15372517456988796,0.0622693109330998,0.06900240884832531,0.15372517456988796,0.049968622902649584,0.1128210424330484,0.15372517456988796,0.0135854854250664,0.02313204913246505,0.15372517456988796,0.009511068788173385,0.0748502826376316,0.15372517456988796,0.03661328249003544,0.10313126750147836,0.15372517456988796,0.041338116014936116,0.0913329359646109,0.15372517456988796,0.046137049882075454,0.048185694709830085,0.15372517456988796,0.044533987625251514,0.05902754766655991,0.5,0.15372517456988796,0.048256080800007047,0.007997774683338591,0.15372517456988796,0.03821897122694842,0.003157615099592144,0.5,0.15372517456988796,0.07041980582710329,0.010420659496587513,0.15372517456988796,0.08435940955569918,0.01493930501841471,0.15372517456988796,0.03517739298769779,0.23666740355037205,0.15372517456988796,0.035538319533229626,0.23211920641201045,0.15372517456988796,0.04967923317627565,0.09005220677421098,0.15372517456988796,0.021104455431853186,0.007897175255930849,0.15372517456988796,0.029012374737397574,0.005803590982552511,0.5,0.15372517456988796,0.05199155878438378,0.00031887672756224873,0.0,0.1450454568226342,0.989992835135945 -7498,0.5,0.15372517456988796,0.14723163631552152,0.09851725405922158,0.15372517456988796,0.1734769515411781,0.16576654708926453,0.15372517456988796,0.03130769490563012,0.017315656605135975,0.15372517456988796,0.020943577944737574,0.07121623074487185,0.15372517456988796,0.16591396652417487,0.09798096387945981,0.15372517456988796,0.18980963723587987,0.09175064588330606,0.15372517456988796,0.17080521763505713,0.04409362444038001,0.15372517456988796,0.1798212409442462,0.07131964246141623,0.5,0.15372517456988796,0.1671397350605317,0.01881334902958835,0.15372517456988796,0.08759742271479948,0.0014799374874830144,0.5,0.15372517456988796,0.20921982671137848,0.04263011171634278,0.15372517456988796,0.22670906926876822,0.0095804973343117,0.15372517456988796,0.15047560155986422,0.2642150103906368,0.15372517456988796,0.16095310160227003,0.26175849721323363,0.15372517456988796,0.14660109832971888,0.10391573728334573,0.15372517456988796,0.05355444788253813,0.010114755103625805,0.15372517456988796,0.09923931893358015,0.011999395427210376,0.5,0.15372517456988796,0.1388769670029255,0.0009122736851856989,0.0,0.20229997407953418,0.984376704060951 -7499,0.5,0.15372517456988796,0.1808436860293416,0.14424520908917934,0.15372517456988796,0.28174156876660644,0.2110349885334552,0.15372517456988796,0.05090478573370607,0.008691414760022437,0.15372517456988796,0.03649475922481683,0.06516828850553075,0.15372517456988796,0.31339332089150745,0.10068169129450737,0.15372517456988796,0.35296649274299574,0.10981203485354361,0.15372517456988796,0.3127537055669574,0.06861421764522456,0.15372517456988796,0.32170280434986354,0.11829190225428832,0.5,0.15372517456988796,0.2868228587218892,0.026839560780704867,0.15372517456988796,0.15027943977227096,0.0005031185441837425,0.5,0.15372517456988796,0.36733586739989704,0.010689640501451277,0.15372517456988796,0.3551762478271402,0.008397269110127245,0.15372517456988796,0.267015543784904,0.26720009138468714,0.15372517456988796,0.29276965265688554,0.2982424776094935,0.15372517456988796,0.19632689485865873,0.13963410117298303,0.15372517456988796,0.09536537822086963,0.029218508548443413,0.15372517456988796,0.176255603340784,0.017265360747861055,0.5,0.15372517456988796,0.22844647873044688,0.0023286271195927712,0.0,0.22401245116047155,0.9727695645770519 -7500,0.5,0.15372517456988796,0.16814614854935375,0.16207282682175742,0.15372517456988796,0.3501219449998075,0.21094401055716624,0.15372517456988796,0.07484165258818437,0.006007109609868241,0.15372517456988796,0.052914706166713885,0.04706789827890062,0.15372517456988796,0.43663909369795184,0.10652229167603955,0.15372517456988796,0.460804452442213,0.12684103986963044,0.15372517456988796,0.39747993178668445,0.11045358946233717,0.15372517456988796,0.395629920751295,0.0965072205783603,0.5,0.15372517456988796,0.3777471330335027,0.028582370580450538,0.15372517456988796,0.21401809331870714,0.00023049268518307177,0.5,0.15372517456988796,0.4566758287513226,0.00709816677429841,0.15372517456988796,0.4188040172812545,0.005765685617476603,0.15372517456988796,0.34509702702479195,0.2876734679812526,0.15372517456988796,0.39587024731303716,0.30131010298082983,0.15372517456988796,0.19579831002772394,0.13414387719008222,0.15372517456988796,0.15031222435508862,0.09383476799907156,0.15372517456988796,0.2514098217082238,0.02004285786178415,0.5,0.15372517456988796,0.2930751119746119,0.0004887574445517609,0.0,0.2390981232403946,0.9619128792374549 -7501,0.5,0.15372517456988796,0.11588406086219999,0.1738773402644162,0.15372517456988796,0.35169469930306596,0.2382470883471884,0.15372517456988796,0.10908232340270144,0.007082844489159114,0.15372517456988796,0.06875621486160585,0.03353425805863525,0.15372517456988796,0.45647806110782985,0.11200132225880524,0.15372517456988796,0.487627103277012,0.11414368670745581,0.15372517456988796,0.43218299460070264,0.12484283415307597,0.15372517456988796,0.43859359275773935,0.0786453997772063,0.5,0.15372517456988796,0.4467075559564125,0.0318205079961525,0.15372517456988796,0.21628619969907295,3.844006311871172e-05,0.5,0.15372517456988796,0.4876937434646474,0.005615833493944265,0.15372517456988796,0.4166826013540794,0.0037181844932655623,0.15372517456988796,0.36712798521957096,0.3069814271312076,0.15372517456988796,0.4540050505371838,0.2777256355207366,0.15372517456988796,0.1597308135028423,0.11996171556058953,0.15372517456988796,0.220810629398107,0.10669010637446162,0.15372517456988796,0.3220156877626565,0.015778040720757117,0.5,0.15372517456988796,0.37932109100027794,0.00032457181008509455,0.0,0.2930036638787833,0.9186346280001348 -7502,0.5,0.15372517456988796,0.06504345230427622,0.15738332417435488,0.15372517456988796,0.34218592720548613,0.18254988284644985,0.15372517456988796,0.13850660144648175,0.008828066057306202,0.15372517456988796,0.0764484874663363,0.02629818626840546,0.15372517456988796,0.35524733266841685,0.0906863490686061,0.15372517456988796,0.4414867997706222,0.09108037047133744,0.15372517456988796,0.40625533920175455,0.11239128411470548,0.15372517456988796,0.43758981967769456,0.07748105032424558,0.5,0.15372517456988796,0.4358935268956756,0.030489712757976514,0.15372517456988796,0.22872882912834075,0.00015705554515753738,0.5,0.15372517456988796,0.4467139243299835,0.0029179602439463053,0.15372517456988796,0.36087536919571256,0.0023544998924770436,0.15372517456988796,0.35633448193579764,0.2864309975765661,0.15372517456988796,0.41338757442955465,0.22416686939775837,0.15372517456988796,0.12439495326844618,0.0814762955976919,0.15372517456988796,0.25439337027256526,0.10905321402363828,0.15372517456988796,0.315377644840781,0.010809234300176187,0.5,0.15372517456988796,0.371621973141744,0.0004778578523752968,0.0,0.3674619967263245,0.8798180557783506 -7503,0.5,0.15372517456988796,0.01633547010710194,0.1447691337878827,0.15372517456988796,0.10942236871189541,0.14849094709785451,0.15372517456988796,0.10954414857926718,0.008046051558525044,0.15372517456988796,0.0625903786715708,0.02195736708075584,0.15372517456988796,0.22763422736034225,0.06998693676545553,0.15372517456988796,0.35579842425200714,0.06464799324204534,0.15372517456988796,0.32797588530840377,0.055987046090635026,0.15372517456988796,0.34248016356893496,0.05172001734859847,0.5,0.15372517456988796,0.34612090015807323,0.025202168957894757,0.15372517456988796,0.15779955608646315,0.0002523893460272412,0.5,0.15372517456988796,0.3260863120882239,0.0007536785481612282,0.15372517456988796,0.2451297200284635,0.0010404530214443498,0.15372517456988796,0.29482571730355056,0.22310846274003607,0.15372517456988796,0.2647069667049965,0.14479619200351912,0.15372517456988796,0.10144461838520859,0.05202281190871805,0.15372517456988796,0.18636043900481664,0.07779327818864318,0.15372517456988796,0.2262235419022502,0.004437426399648422,0.5,0.15372517456988796,0.2731875266137003,0.0008019450818166128,0.0,0.4082701889367057,0.8579896084020386 -7504,0.5,0.15372517456988796,0.005472993109201881,0.1186453761100254,0.15372517456988796,0.00652793159340471,0.08583165489701453,0.15372517456988796,0.06845994116475092,0.004339901656283942,0.15372517456988796,0.019814916022436773,0.01682921089866472,0.15372517456988796,0.14354558756835176,0.05600519625920644,0.15372517456988796,0.1821932577004209,0.047347950505559615,0.15372517456988796,0.15246435328399452,0.03836423546030107,0.15372517456988796,0.16124075191517434,0.0336029896612241,0.5,0.15372517456988796,0.17374110979107404,0.010900195190619051,0.15372517456988796,0.06113963364039561,0.0006176672075758876,0.5,0.15372517456988796,0.15271172157484098,5.0129740348619535e-05,0.15372517456988796,0.12824033275074734,0.0009847404203108757,0.15372517456988796,0.08466779016373968,0.18841838798809157,0.15372517456988796,0.08924023900496642,0.12220665869831779,0.15372517456988796,0.05579652571737659,0.03428386954701093,0.15372517456988796,0.08098995447187055,0.033004903273806264,0.15372517456988796,0.08180711207052765,0.0014976969391633861,0.5,0.15372517456988796,0.09491702334781074,0.0004694537443364184,0.0,0.3939314568786013,0.8220721280803613 -7505,0.5,0.15372517456988796,0.0,0.09813362139729305,0.15372517456988796,0.0,0.06366659640351173,0.15372517456988796,0.0,0.00452647754226734,0.15372517456988796,0.0,0.013649722637472076,0.15372517456988796,0.0,0.0709125780066941,0.15372517456988796,0.0,0.05726308567672718,0.15372517456988796,0.0,0.04833993913653184,0.15372517456988796,0.0,0.0470457475088413,0.5,0.15372517456988796,0.0,0.012573250670024301,0.15372517456988796,1.8919690562435756e-05,0.0011420904025610176,0.5,0.15372517456988796,0.0,0.0003777790602006333,0.15372517456988796,5.992137415707742e-06,0.0018710723336118492,0.15372517456988796,0.0,0.17342630069639864,0.15372517456988796,0.0,0.12316012516261743,0.15372517456988796,0.0,0.0315911088268384,0.15372517456988796,0.0,0.0284950897730905,0.15372517456988796,1.8025335573190902e-06,0.0020458097512851543,0.5,0.15372517456988796,0.0,0.0006857735681681623,0.0,0.3853065038849074,0.8449756216025635 -7506,0.5,0.15372517456988796,0.0,0.08415265210081432,0.15372517456988796,0.0,0.05573139618548576,0.15372517456988796,0.0,0.004002435962593192,0.15372517456988796,0.0,0.011384017962200578,0.15372517456988796,0.0,0.05717846892106322,0.15372517456988796,0.0,0.0615900921981478,0.15372517456988796,0.0,0.055710407353777594,0.15372517456988796,0.0,0.05253764094004179,0.5,0.15372517456988796,0.0,0.01243604302099426,0.15372517456988796,0.0,0.002389579143447203,0.5,0.15372517456988796,0.0,0.0007363703089945349,0.15372517456988796,0.0,0.0034711224616944267,0.15372517456988796,0.0,0.15320659581887977,0.15372517456988796,0.0,0.1233968348431128,0.15372517456988796,0.0,0.028886245143308946,0.15372517456988796,0.0,0.026887849221963363,0.15372517456988796,0.0,0.0023639856315338806,0.5,0.15372517456988796,0.0,0.0008856033911421172,0.0,0.3971574136250887,0.817815029724563 -7507,0.5,0.15372517456988796,0.0,0.07191811494061755,0.15372517456988796,0.0,0.04749530209716782,0.15372517456988796,0.0,0.003909054467997042,0.15372517456988796,0.0,0.00845690413885432,0.15372517456988796,0.0,0.05829797203250577,0.15372517456988796,0.0,0.0655141881062497,0.15372517456988796,0.0,0.05765538391498154,0.15372517456988796,0.0,0.05588411114311706,0.5,0.15372517456988796,0.0,0.011620532180029756,0.15372517456988796,0.0,0.002289860005364532,0.5,0.15372517456988796,0.0,0.0008225463612286483,0.15372517456988796,0.0,0.00545830701212317,0.15372517456988796,0.0,0.13461076285489065,0.15372517456988796,0.0,0.10694233591965951,0.15372517456988796,0.0,0.029142631502876312,0.15372517456988796,0.0,0.02696413223281756,0.15372517456988796,0.0,0.002413940068587346,0.5,0.15372517456988796,0.0,0.0008934801434489427,0.0,0.5109046017780455,0.8140830789165802 -7508,0.5,0.15372517456988796,0.0,0.054612653254123567,0.15372517456988796,0.0,0.036555286339989536,0.15372517456988796,0.0,0.0046168280827612275,0.15372517456988796,0.0,0.007179019818115484,0.15372517456988796,0.0,0.06298719698679513,0.15372517456988796,0.0,0.0727548699194808,0.15372517456988796,0.0,0.06101356423683074,0.15372517456988796,0.0,0.05737215904135547,0.5,0.15372517456988796,0.0,0.012556511439595486,0.15372517456988796,0.0,0.0009874668138548663,0.5,0.15372517456988796,0.0,0.0010513281519659514,0.15372517456988796,0.0,0.00788003432256399,0.15372517456988796,0.0,0.11086068855039885,0.15372517456988796,0.0,0.09072524594593842,0.15372517456988796,0.0,0.030608854208487697,0.15372517456988796,0.0,0.029529273395239263,0.15372517456988796,0.0,0.002781650579337716,0.5,0.15372517456988796,0.0,0.0008450301117933381,0.0,0.437335112351871,0.7685985846593373 -7509,0.5,0.15372517456988796,0.0,0.040118005354854894,0.15372517456988796,0.0,0.03202678110852788,0.15372517456988796,0.0,0.005893040355157967,0.15372517456988796,0.0,0.007238060074890531,0.15372517456988796,0.0,0.06530548385893908,0.15372517456988796,0.0,0.082297871613424,0.15372517456988796,0.0,0.06731870161602829,0.15372517456988796,0.0,0.061098176567251916,0.5,0.15372517456988796,0.0,0.013297235316815627,0.15372517456988796,0.0,0.0008273167385523646,0.5,0.15372517456988796,0.0,0.004572772510289481,0.15372517456988796,0.0,0.010873570997974109,0.15372517456988796,0.0,0.08374976160299932,0.15372517456988796,0.0,0.08477761930748479,0.15372517456988796,0.0,0.03444640535360877,0.15372517456988796,0.0,0.027830909626085424,0.15372517456988796,0.0,0.0035016686605952143,0.5,0.15372517456988796,0.0,0.0006650485502577969,0.0,0.2961362354558019,0.6508875622705111 -7510,0.5,0.15372517456988796,0.0,0.031288580420388026,0.15372517456988796,0.0,0.03732932238980327,0.15372517456988796,0.0,0.00736329882597917,0.15372517456988796,0.0,0.008967001684665854,0.15372517456988796,0.0,0.06292139606614847,0.15372517456988796,0.0,0.09107113378738033,0.15372517456988796,0.0,0.07231053682497869,0.15372517456988796,0.0,0.07232938376624329,0.5,0.15372517456988796,0.0,0.0166845714787111,0.15372517456988796,0.0,0.0020676916463835786,0.5,0.15372517456988796,0.0,0.007933862145937602,0.15372517456988796,0.0,0.010792764924031095,0.15372517456988796,0.0,0.06239680228845477,0.15372517456988796,0.0,0.0858819594109058,0.15372517456988796,0.0,0.03360519969333249,0.15372517456988796,0.0,0.0286753284059446,0.15372517456988796,0.0,0.005466616249407028,0.5,0.15372517456988796,0.0,0.0011126663113062477,0.0,0.16984521645684164,0.6202659042124444 -7511,0.5,0.15372517456988796,0.0,0.024736873519271316,0.15372517456988796,0.0,0.030338827579969,0.15372517456988796,0.0,0.00896578121724837,0.15372517456988796,0.0,0.010685620849213637,0.15372517456988796,0.0,0.06015873555301511,0.15372517456988796,0.0,0.10355104433423626,0.15372517456988796,0.0,0.07776866140933299,0.15372517456988796,0.0,0.07642363534215382,0.5,0.15372517456988796,0.0,0.02137258560923154,0.15372517456988796,0.0,0.004541617942069782,0.5,0.15372517456988796,0.0,0.006906641613056879,0.15372517456988796,0.0,0.009058124672164887,0.15372517456988796,0.0,0.05085001680067613,0.15372517456988796,0.0,0.07665977797945434,0.15372517456988796,0.0,0.033539299407340364,0.15372517456988796,0.0,0.02880871374540792,0.15372517456988796,0.0,0.006634723497476843,0.5,0.15372517456988796,0.0,0.0011180111588656044,0.0,0.10605914796379334,0.6218162289319284 -7512,0.5,0.15372517456988796,0.0,0.019078722082528716,0.15372517456988796,0.0,0.02550897174317309,0.15372517456988796,0.0,0.010317321065531185,0.15372517456988796,0.0,0.011843391544489722,0.15372517456988796,0.0,0.07148498755719807,0.15372517456988796,0.0,0.11482298988711298,0.15372517456988796,0.0,0.09251571504419934,0.15372517456988796,0.0,0.08128013738300413,0.5,0.15372517456988796,0.0,0.016941950394837035,0.15372517456988796,0.0,0.007257978955878422,0.5,0.15372517456988796,0.0,0.004601272566917945,0.15372517456988796,0.0,0.010427999570976457,0.15372517456988796,0.0,0.050333770479496345,0.15372517456988796,0.0,0.06637975114338654,0.15372517456988796,0.0,0.031168050941353463,0.15372517456988796,0.0,0.02959230369285815,0.15372517456988796,0.0,0.005635448110345365,0.5,0.15372517456988796,0.0,0.0019246324719359297,0.0,0.07719708821618879,0.5575610332810453 -7513,0.5,0.15372517456988796,0.0,0.016769988537445848,0.15372517456988796,0.0,0.02400305554453934,0.15372517456988796,0.0,0.010546900161134543,0.15372517456988796,0.0,0.012385130968918507,0.15372517456988796,0.0,0.09648266342923772,0.15372517456988796,0.0,0.1277979305660112,0.15372517456988796,0.0,0.09845948493724113,0.15372517456988796,0.0,0.06432466727935932,0.5,0.15372517456988796,0.0,0.0151684351289544,0.15372517456988796,0.0,0.014295489652357765,0.5,0.15372517456988796,0.0,0.0021023330648128748,0.15372517456988796,0.0,0.013836137320991052,0.15372517456988796,0.0,0.04462995724478952,0.15372517456988796,0.0,0.07550004623623377,0.15372517456988796,0.0,0.03476153098278595,0.15372517456988796,0.0,0.031968742478575535,0.15372517456988796,0.0,0.004801020060352229,0.5,0.15372517456988796,0.0,0.002671947960094352,0.0,0.06775536342065815,0.5993110943353973 -7514,0.5,0.15372517456988796,0.0,0.015824795411007064,0.15372517456988796,0.0,0.030950133700828844,0.15372517456988796,0.0,0.012557792040638944,0.15372517456988796,0.0,0.01266046211205728,0.15372517456988796,0.0,0.10993981365669565,0.15372517456988796,0.0,0.1271422214950148,0.15372517456988796,0.0,0.10709060076988451,0.15372517456988796,0.0,0.059760407254983064,0.5,0.15372517456988796,0.0,0.01835384882008828,0.15372517456988796,0.0,0.02294234763739661,0.5,0.15372517456988796,0.0,0.00411813745331591,0.15372517456988796,0.0,0.016263896940618357,0.15372517456988796,0.0,0.05157007362121331,0.15372517456988796,0.0,0.09581210544531055,0.15372517456988796,0.0,0.04311830881852492,0.15372517456988796,0.0,0.03225498976021343,0.15372517456988796,0.0,0.004202079414788803,0.5,0.15372517456988796,0.0,0.0025348493371285916,0.0,0.0574788423433104,0.6727022203666542 -7515,0.5,0.15372517456988796,0.0,0.017627057496744862,0.15372517456988796,0.0,0.04251033569306193,0.15372517456988796,0.0,0.015400927177260227,0.15372517456988796,0.0,0.011756520264247092,0.15372517456988796,0.0,0.12344576146075077,0.15372517456988796,0.0,0.12964430048340128,0.15372517456988796,0.0,0.10974138737494606,0.15372517456988796,0.0,0.06675819450477699,0.5,0.15372517456988796,0.0,0.02438655643235337,0.15372517456988796,0.0,0.0272426353430286,0.5,0.15372517456988796,0.0,0.002886886234314672,0.15372517456988796,0.0,0.01940425692134783,0.15372517456988796,0.0,0.06684716647696845,0.15372517456988796,0.0,0.11241018217815296,0.15372517456988796,0.0,0.05083129969730203,0.15372517456988796,0.0,0.029195196779973214,0.15372517456988796,0.0,0.0035191917619174003,0.5,0.15372517456988796,0.0,0.0027647990143721468,0.0,0.05316294702125782,0.7470259068247463 -7516,0.5,0.15372517456988796,0.0,0.02257147901159725,0.15372517456988796,0.0,0.06139751390767875,0.15372517456988796,0.0,0.020760089489836056,0.15372517456988796,0.0,0.011387950709277882,0.15372517456988796,0.0,0.12180882266808124,0.15372517456988796,0.0,0.14645323789759176,0.15372517456988796,0.0,0.08094273706647033,0.15372517456988796,0.0,0.08626092543554918,0.5,0.15372517456988796,0.0,0.026756565389304512,0.15372517456988796,0.0,0.03596665739409386,0.5,0.15372517456988796,0.0,0.004731870584275968,0.15372517456988796,0.0,0.024227310370084805,0.15372517456988796,0.0,0.09116278301307178,0.15372517456988796,0.0,0.13244081546000744,0.15372517456988796,0.0,0.056475154619223596,0.15372517456988796,0.0,0.023843082010180885,0.15372517456988796,0.0,0.0038043457073151897,0.5,0.15372517456988796,0.0,0.004884663144809492,0.0,0.049382107473863186,0.8274010501383603 -7517,0.5,0.15372517456988796,0.0,0.029075690232497908,0.15372517456988796,0.0,0.052503308304991135,0.15372517456988796,0.0,0.023952325472839726,0.15372517456988796,0.0,0.013925775955011169,0.15372517456988796,0.0,0.1586794618683152,0.15372517456988796,0.0,0.1718286363632031,0.15372517456988796,0.0,0.09781347260218087,0.15372517456988796,0.0,0.09641776242478331,0.5,0.15372517456988796,0.0,0.03186776809150985,0.15372517456988796,0.0,0.038112876238183796,0.5,0.15372517456988796,0.0,0.00511125454092803,0.15372517456988796,0.0,0.026826169286599956,0.15372517456988796,0.0,0.11493362115421636,0.15372517456988796,0.0,0.13544109568228596,0.15372517456988796,0.0,0.049023379469812695,0.15372517456988796,0.0,0.027472046302994543,0.15372517456988796,0.0,0.00425998848208805,0.5,0.15372517456988796,0.0,0.010945374658863381,0.0,0.07556651362486837,0.7939031741456007 -7518,0.5,0.15372517456988796,0.0,0.03264204744625217,0.15372517456988796,0.0,0.05950220048615044,0.15372517456988796,0.0,0.0313892668468182,0.15372517456988796,0.0,0.018768088233985986,0.15372517456988796,0.0,0.18164551437896126,0.15372517456988796,0.0,0.18530811482603465,0.15372517456988796,0.0,0.10693219129026976,0.15372517456988796,0.0,0.10923262801316483,0.5,0.15372517456988796,0.0,0.03891557978137541,0.15372517456988796,0.0,0.03240506133682748,0.5,0.15372517456988796,0.0,0.0076008548018963425,0.15372517456988796,0.0,0.030653049234076142,0.15372517456988796,0.0,0.10808905290625893,0.15372517456988796,0.0,0.1720864357024943,0.15372517456988796,0.0,0.06151567063710568,0.15372517456988796,0.0,0.03621450651937152,0.15372517456988796,0.0,0.0050776665267287715,0.5,0.15372517456988796,0.0,0.012282376296442863,0.0,0.12288366859358273,0.6885948427123718 -7519,0.5,0.15372517456988796,0.0,0.03551071967834424,0.15372517456988796,0.0,0.06757396950271033,0.15372517456988796,0.0,0.03194234020576579,0.15372517456988796,0.0,0.02282768438917444,0.15372517456988796,0.0,0.19401005137857869,0.15372517456988796,0.0,0.18672306742967615,0.15372517456988796,0.0,0.12347419344240325,0.15372517456988796,0.0,0.11667198577667112,0.5,0.15372517456988796,0.0,0.04946202756343616,0.15372517456988796,0.0,0.026891951331332768,0.5,0.15372517456988796,0.0,0.013457057893454284,0.15372517456988796,0.0,0.028210641304959497,0.15372517456988796,0.0,0.14102114360769027,0.15372517456988796,0.0,0.18754947062510852,0.15372517456988796,0.0,0.07140235497199864,0.15372517456988796,0.0,0.042915997841316215,0.15372517456988796,0.0,0.007388911408736073,0.5,0.15372517456988796,0.0,0.014255588052239847,0.0,0.13220454660076314,0.5118949760383389 -7520,0.5,0.15372517456988796,3.69302704825047e-05,0.04037960145937029,0.15372517456988796,0.0,0.07536496840719907,0.15372517456988796,1.180481334764652e-06,0.03588299509714549,0.15372517456988796,0.0008076268271094098,0.026817049688957883,0.15372517456988796,0.0,0.18293659940257415,0.15372517456988796,0.0,0.18260174236349194,0.15372517456988796,0.0,0.14381998788425845,0.15372517456988796,0.0,0.14097986791213749,0.5,0.15372517456988796,0.0,0.059707890630957515,0.15372517456988796,0.0005139029764342595,0.020514957690747716,0.5,0.15372517456988796,0.0,0.01900463159908268,0.15372517456988796,7.698225563261252e-06,0.025020186562602055,0.15372517456988796,0.0,0.16631427243264413,0.15372517456988796,0.0,0.21625750244019484,0.15372517456988796,0.0,0.0813777049146545,0.15372517456988796,0.0,0.04559894731989322,0.15372517456988796,0.0003013001538447326,0.009473796465234396,0.5,0.15372517456988796,0.0030073378687895196,0.014517149361878237,0.0,0.09721616202632594,0.40030078028241245 -7521,0.5,0.15372517456988796,0.08606334552494735,0.04584505880867817,0.15372517456988796,0.03769873000326167,0.07952794926325686,0.15372517456988796,0.08546303708593891,0.028046097350968597,0.15372517456988796,0.10249640200783149,0.029035977181122267,0.15372517456988796,0.010127919146057793,0.18138911368648225,0.15372517456988796,0.004607491023852187,0.19855795300869927,0.15372517456988796,0.018916070799078543,0.16511968984641417,0.15372517456988796,0.006229371281864909,0.1407058768243722,0.5,0.15372517456988796,0.01601232972161677,0.06303726837431263,0.15372517456988796,0.11283285851239125,0.011594118705585715,0.5,0.15372517456988796,0.04457165806996072,0.02076296555795624,0.15372517456988796,0.06486348662733707,0.021365022678716858,0.15372517456988796,0.015983700125520882,0.2116156952461363,0.15372517456988796,0.011459247920663898,0.2069352032976422,0.15372517456988796,0.042148916558902356,0.07072840629475591,0.15372517456988796,0.022827512426217722,0.05096213174923626,0.15372517456988796,0.07644006219721827,0.009479073608902076,0.5,0.15372517456988796,0.09792266993261944,0.010025330971045396,0.0,0.14323792059582308,0.4405505395734366 -7522,0.5,0.15372517456988796,0.23468463356038188,0.05155238903734802,0.15372517456988796,0.11781374904977562,0.07279215748831587,0.15372517456988796,0.20046474177510745,0.024020620083524357,0.15372517456988796,0.23705554435713666,0.029716727991978987,0.15372517456988796,0.059827102931773554,0.21597507142250494,0.15372517456988796,0.01764021885024565,0.22746902270050454,0.15372517456988796,0.09242567650974493,0.19563891312642884,0.15372517456988796,0.03180442790687806,0.13268693638945514,0.5,0.15372517456988796,0.05880635254689248,0.08179948364034241,0.15372517456988796,0.2727375490193742,0.0053570202012521405,0.5,0.15372517456988796,0.1615780138423833,0.020224849647762472,0.15372517456988796,0.18910795807264283,0.021215776508641326,0.15372517456988796,0.05888846841917973,0.2429366984695563,0.15372517456988796,0.06814524550855307,0.21449528389013606,0.15372517456988796,0.11735808422672755,0.07606626736560032,0.15372517456988796,0.08695322478031936,0.06017132167393985,0.15372517456988796,0.20673486440558575,0.011020582997473317,0.5,0.15372517456988796,0.23075703850663593,0.0054033753838931085,0.0,0.17180325988523742,0.47960547078489096 -7523,0.5,0.15372517456988796,0.35588387928255205,0.06593000057394327,0.15372517456988796,0.15761866699138832,0.09662231940747007,0.15372517456988796,0.27915324824096566,0.02238899605631903,0.15372517456988796,0.3492658018828113,0.033379336779978355,0.15372517456988796,0.11898186067016314,0.23392694484483945,0.15372517456988796,0.03302561546800839,0.21971164326341525,0.15372517456988796,0.17001137574503983,0.2574442832307189,0.15372517456988796,0.07406152496083097,0.1505190229443485,0.5,0.15372517456988796,0.10059057888030805,0.12511418503746385,0.15372517456988796,0.40155194314891907,0.0018319553178672023,0.5,0.15372517456988796,0.2735444415079381,0.025042295876404417,0.15372517456988796,0.307413883543286,0.017583707131251944,0.15372517456988796,0.09690244658463548,0.25869811110393937,0.15372517456988796,0.15043974938910848,0.2543703490481701,0.15372517456988796,0.17675712046640119,0.1041163920375341,0.15372517456988796,0.22538974362322045,0.10492025921405848,0.15372517456988796,0.34736182945239236,0.0159195150441607,0.5,0.15372517456988796,0.3627529648606226,0.0061752252695597065,0.0,0.2129244699065537,0.7072462297192406 -7524,0.5,0.15372517456988796,0.40423399532993987,0.07121450734468217,0.15372517456988796,0.18028458048722068,0.11642970612958566,0.15372517456988796,0.3783346261221149,0.031646071585759404,0.15372517456988796,0.42597053516561373,0.03231885663913518,0.15372517456988796,0.1845784193028667,0.334257301358336,0.15372517456988796,0.07044922173216553,0.30526363154817165,0.15372517456988796,0.22210946420565186,0.3413565577739923,0.15372517456988796,0.09023468700980733,0.180214066486991,0.5,0.15372517456988796,0.14335754023509545,0.16498322285759054,0.15372517456988796,0.47625823540329737,0.0008586990370223027,0.5,0.15372517456988796,0.31480824369491567,0.030151197965972223,0.15372517456988796,0.3903217536754268,0.016522767614459706,0.15372517456988796,0.1485476077553049,0.2674499715927199,0.15372517456988796,0.19628488111673958,0.3193958173738179,0.15372517456988796,0.24653874920896146,0.1446244073454747,0.15372517456988796,0.30193465410016557,0.19200710785693234,0.15372517456988796,0.41599821860871977,0.026250505715527003,0.5,0.15372517456988796,0.4497446880251103,0.0055043025040616474,0.0,0.18626528533436154,0.8435753578446034 -7525,0.5,0.15372517456988796,0.3816792442228668,0.06736209627143225,0.15372517456988796,0.20689383534179073,0.16499715420500113,0.15372517456988796,0.36137858008237095,0.04599772131607877,0.15372517456988796,0.44881776540030766,0.0326816764546944,0.15372517456988796,0.1684334900555348,0.5111059721249646,0.15372517456988796,0.07907612424650798,0.4644174080016218,0.15372517456988796,0.20959061542732266,0.3617750939566796,0.15372517456988796,0.08336058683505145,0.19882888094371137,0.5,0.15372517456988796,0.20404273749368917,0.19761410989859426,0.15372517456988796,0.479006719873307,0.00420026420524695,0.5,0.15372517456988796,0.3677559514473156,0.036688502817349,0.15372517456988796,0.41734176063225725,0.016408370293706724,0.15372517456988796,0.19942417374413093,0.2872340899562418,0.15372517456988796,0.1771494703839064,0.3790888747755348,0.15372517456988796,0.31841966404557587,0.17786656431519854,0.15372517456988796,0.3370471100235718,0.2357306388735441,0.15372517456988796,0.4272202944427926,0.03231421170482999,0.5,0.15372517456988796,0.4726069138797053,0.003126006288791293,0.0,0.1437496203524943,0.8997078275834172 -7526,0.5,0.15372517456988796,0.3049322643435303,0.08047020879441456,0.15372517456988796,0.225459320118461,0.15967351749385095,0.15372517456988796,0.2759375124684491,0.04967811566825648,0.15372517456988796,0.4026815984101564,0.027959379079375117,0.15372517456988796,0.09497182326179793,0.5362904663379388,0.15372517456988796,0.06620777688363182,0.3408853095818481,0.15372517456988796,0.16621388066135315,0.4177509769728786,0.15372517456988796,0.11498694721086741,0.24370154964596566,0.5,0.15372517456988796,0.213512957790614,0.194343974900918,0.15372517456988796,0.4159797421082359,0.024581800075236422,0.5,0.15372517456988796,0.3579341773932695,0.03468750575018625,0.15372517456988796,0.38434304809234837,0.012697265098161587,0.15372517456988796,0.20452727687794814,0.29632955294090524,0.15372517456988796,0.11135574403127857,0.37161524022150294,0.15372517456988796,0.28976360342742513,0.18850604578499558,0.15372517456988796,0.33908887543113625,0.1969100978964518,0.15372517456988796,0.39567194576639364,0.02896827772296188,0.5,0.15372517456988796,0.41516398745725236,0.003528860431076859,0.0,0.14590466823788004,0.8814930038907502 -7527,0.5,0.15372517456988796,0.17016141459635278,0.06204282052111439,0.15372517456988796,0.14955115103672179,0.15229740935162778,0.15372517456988796,0.21519818311860495,0.03021390649558578,0.15372517456988796,0.25063378562024,0.012000054338247091,0.15372517456988796,0.031809598858299884,0.372115545843611,0.15372517456988796,0.05622393635641982,0.22629836610780973,0.15372517456988796,0.12918990281734205,0.22758035060989718,0.15372517456988796,0.11356135900991199,0.2063868586216025,0.5,0.15372517456988796,0.14628128722261366,0.12059974590171901,0.15372517456988796,0.3243151216779398,0.030809314047722986,0.5,0.15372517456988796,0.3072127783681468,0.016851672124802927,0.15372517456988796,0.2891642865198772,0.004689058459429013,0.15372517456988796,0.08455332382185844,0.2837476463575313,0.15372517456988796,0.04895183261375365,0.361613959683193,0.15372517456988796,0.2090305048678549,0.13857638638121306,0.15372517456988796,0.26961357990516777,0.16490728333902308,0.15372517456988796,0.2911275206049848,0.01570958800375745,0.5,0.15372517456988796,0.3212617090700961,0.011255364947858258,0.0,0.1656364642142066,0.8665072538332704 -7528,0.5,0.15372517456988796,0.021131291492299455,0.05399776971187098,0.15372517456988796,0.05509819642407286,0.11499791042993293,0.15372517456988796,0.0909652875051335,0.029541742717539357,0.15372517456988796,0.039103301235621654,0.01078441041144345,0.15372517456988796,0.01211930699601914,0.265882323668881,0.15372517456988796,0.05317611098947014,0.14378790209914408,0.15372517456988796,0.10684081455311059,0.11058301441353528,0.15372517456988796,0.07134882687264933,0.11527098866908296,0.5,0.15372517456988796,0.05572759246694735,0.06695854827273115,0.15372517456988796,0.16270158368500615,0.01667450093446235,0.5,0.15372517456988796,0.11909620863387105,0.009315680242334146,0.15372517456988796,0.1338489441392209,0.004169282858639401,0.15372517456988796,0.01728633763352224,0.2671371536009182,0.15372517456988796,0.021549125327409907,0.3287066327425401,0.15372517456988796,0.0764133956710571,0.12058739958762017,0.15372517456988796,0.09244081912942348,0.10818895121325246,0.15372517456988796,0.10757972539972746,0.009966762800569634,0.5,0.15372517456988796,0.10201594268081467,0.021206869147023546,0.0,0.16669794563224596,0.8458947635283108 -7529,0.5,0.15372517456988796,0.0,0.05558130539070865,0.15372517456988796,0.0,0.0943741305348144,0.15372517456988796,0.0,0.03137454635046697,0.15372517456988796,0.0,0.014579251678869169,0.15372517456988796,0.0,0.14806907111309314,0.15372517456988796,0.0,0.09373638650492386,0.15372517456988796,0.0,0.07299390957284381,0.15372517456988796,0.0,0.055556917357941715,0.5,0.15372517456988796,0.0001429004417202507,0.02773383053481984,0.15372517456988796,0.0,0.013314168127073641,0.5,0.15372517456988796,0.0,0.007512848253455501,0.15372517456988796,0.0,0.008183629447916979,0.15372517456988796,0.0,0.2635523449361946,0.15372517456988796,0.0,0.2899951691831323,0.15372517456988796,0.0,0.10625731792967996,0.15372517456988796,0.0,0.06027581800354414,0.15372517456988796,0.0,0.007220556154304674,0.5,0.15372517456988796,0.0,0.019139924205415812,0.0,0.1544512558521229,0.8432435622099643 -7530,0.5,0.15372517456988796,0.0,0.054661398133868284,0.15372517456988796,0.0,0.08838058963716447,0.15372517456988796,0.0,0.025014835491485466,0.15372517456988796,0.0,0.016813916997921688,0.15372517456988796,0.0,0.07891532297562738,0.15372517456988796,0.0,0.09326511060205828,0.15372517456988796,0.0,0.058158858800962485,0.15372517456988796,0.0,0.04480620562747277,0.5,0.15372517456988796,0.0,0.015757017522187146,0.15372517456988796,0.0,0.01022667060779388,0.5,0.15372517456988796,0.0,0.008349242641203717,0.15372517456988796,0.0,0.009944389054223962,0.15372517456988796,0.0,0.2534670939826628,0.15372517456988796,0.0,0.27130177594788885,0.15372517456988796,0.0,0.07562966777381479,0.15372517456988796,0.0,0.041603083779046285,0.15372517456988796,0.0,0.00776982882450586,0.5,0.15372517456988796,0.0,0.012167794303001822,0.0,0.15690646545093556,0.9282421175533326 -7531,0.5,0.15372517456988796,0.0,0.05473871754403261,0.15372517456988796,0.0,0.06972803708070194,0.15372517456988796,0.0,0.016011089527313418,0.15372517456988796,0.0,0.01782023456434845,0.15372517456988796,0.0,0.07529368349104039,0.15372517456988796,0.0,0.09925420606340835,0.15372517456988796,0.0,0.058761172777683265,0.15372517456988796,0.0,0.04767708749119841,0.5,0.15372517456988796,0.0,0.011282497051654879,0.15372517456988796,0.0,0.009708713761067522,0.5,0.15372517456988796,0.0,0.009434226706244416,0.15372517456988796,0.0,0.01212585515441467,0.15372517456988796,0.0,0.26773126809028897,0.15372517456988796,0.0,0.2195681029064745,0.15372517456988796,0.0,0.056525865370885026,0.15372517456988796,0.0,0.03249236181597314,0.15372517456988796,0.0,0.00871777768288797,0.5,0.15372517456988796,0.0,0.013071162499345748,0.0,0.1723215113536085,0.9568718136150851 -7532,0.5,0.15372517456988796,0.0,0.05294378657749065,0.15372517456988796,0.0,0.050877121127085714,0.15372517456988796,0.0,0.010005933764633275,0.15372517456988796,0.0,0.016822948174829683,0.15372517456988796,0.0,0.08638108715732123,0.15372517456988796,0.0,0.08744315593217175,0.15372517456988796,0.0,0.05698496872013323,0.15372517456988796,0.0,0.046762939484922356,0.5,0.15372517456988796,0.0,0.008491972450915564,0.15372517456988796,0.0,0.0098481108591403,0.5,0.15372517456988796,0.0,0.011853613461865559,0.15372517456988796,0.0,0.015091568136147994,0.15372517456988796,0.0,0.3126361255090875,0.15372517456988796,0.0,0.1454941775025282,0.15372517456988796,0.0,0.047632859042933635,0.15372517456988796,0.0,0.025497286425021057,0.15372517456988796,0.0,0.010243046253778422,0.5,0.15372517456988796,0.0,0.014795865800473169,0.0,0.16961744221693656,0.9628465830935561 -7533,0.5,0.15372517456988796,0.0,0.04847527876434527,0.15372517456988796,0.0,0.042820706013735735,0.15372517456988796,0.0,0.007716499314744252,0.15372517456988796,0.0,0.016632726636910383,0.15372517456988796,0.0,0.08552365123700606,0.15372517456988796,0.0,0.06497886283751289,0.15372517456988796,0.0,0.041788321831297125,0.15372517456988796,0.0,0.03877892236657301,0.5,0.15372517456988796,0.0,0.008583776134775024,0.15372517456988796,0.0,0.009145772463268914,0.5,0.15372517456988796,0.0,0.017050792886597305,0.15372517456988796,0.0,0.01521972862101487,0.15372517456988796,0.0,0.26752339635711103,0.15372517456988796,0.0,0.12239557698336556,0.15372517456988796,0.0,0.03370361025618937,0.15372517456988796,0.0,0.01974308033667184,0.15372517456988796,0.0,0.015288885329263901,0.5,0.15372517456988796,0.0,0.023860919890444643,0.0,0.1678820790503741,0.9666781409936618 -7534,0.5,0.15372517456988796,0.0,0.04180886517400262,0.15372517456988796,0.0,0.04180862097857062,0.15372517456988796,0.0,0.008618108653588242,0.15372517456988796,0.0,0.018389198687471246,0.15372517456988796,0.0,0.06749515136779542,0.15372517456988796,0.0,0.0548627512677136,0.15372517456988796,0.0,0.035439653374179717,0.15372517456988796,0.0,0.04076669939383469,0.5,0.15372517456988796,0.0,0.007068885336980366,0.15372517456988796,0.0,0.00930103089874343,0.5,0.15372517456988796,0.0,0.016201585472208117,0.15372517456988796,0.0,0.013537081702971921,0.15372517456988796,0.0,0.20331674145658732,0.15372517456988796,0.0,0.1129874277557473,0.15372517456988796,0.0,0.023119239918683202,0.15372517456988796,0.0,0.014555875196838947,0.15372517456988796,0.0,0.019439175370551228,0.5,0.15372517456988796,0.0,0.02767327667809858,0.0,0.15476359048412025,0.9127807087267678 -7535,0.5,0.15372517456988796,0.0,0.034231115350172286,0.15372517456988796,0.0,0.03735089033379538,0.15372517456988796,0.0,0.009634756577095725,0.15372517456988796,0.0,0.019374830135391152,0.15372517456988796,0.0,0.05968725005978104,0.15372517456988796,0.0,0.05336148684195591,0.15372517456988796,0.0,0.029621899731170267,0.15372517456988796,0.0,0.04579074227930138,0.5,0.15372517456988796,0.0,0.007000250157877003,0.15372517456988796,0.0,0.013913230126507707,0.5,0.15372517456988796,0.0,0.018592232481183992,0.15372517456988796,0.0,0.014702606879603671,0.15372517456988796,0.0,0.12322116701616452,0.15372517456988796,0.0,0.09816185333159214,0.15372517456988796,0.0,0.016946399976258207,0.15372517456988796,0.0,0.0116026468540758,0.15372517456988796,0.0,0.02068093273136452,0.5,0.15372517456988796,0.0,0.027943276777357494,0.0,0.14535814241914652,0.8362873308835098 -7536,0.5,0.15372517456988796,0.0,0.026776670395038546,0.15372517456988796,0.0,0.03593502577107577,0.15372517456988796,0.0,0.007156184418198336,0.15372517456988796,0.0,0.01987533784083907,0.15372517456988796,0.0,0.05443303011332064,0.15372517456988796,0.0,0.05442601879904848,0.15372517456988796,0.0,0.028186154031946457,0.15372517456988796,0.0,0.04842085894549135,0.5,0.15372517456988796,0.0,0.008372276107404287,0.15372517456988796,0.0,0.009520738233390762,0.5,0.15372517456988796,0.0,0.02256589685692393,0.15372517456988796,0.0,0.014866879927463857,0.15372517456988796,0.0,0.09982585890890339,0.15372517456988796,0.0,0.08929396712697289,0.15372517456988796,0.0,0.01450781164126419,0.15372517456988796,0.0,0.010717182529749495,0.15372517456988796,0.0,0.02124559798741436,0.5,0.15372517456988796,0.0,0.03254891964071149,0.0,0.1115165746499916,0.7196890631680041 -7537,0.5,0.15372517456988796,0.0,0.01879043905662699,0.15372517456988796,0.0,0.031045932414403007,0.15372517456988796,0.0,0.0044101586593247605,0.15372517456988796,0.0,0.018803524151428625,0.15372517456988796,0.0,0.04818104098896354,0.15372517456988796,0.0,0.051107002779237846,0.15372517456988796,0.0,0.032320406941073944,0.15372517456988796,0.0,0.04271609448061851,0.5,0.15372517456988796,0.0,0.009210803736050589,0.15372517456988796,0.0,0.01088864431530473,0.5,0.15372517456988796,0.0,0.021837238905593453,0.15372517456988796,0.0,0.016981303787764634,0.15372517456988796,0.0,0.091675168606693,0.15372517456988796,0.0,0.0817544758345464,0.15372517456988796,0.0,0.015872632565367764,0.15372517456988796,0.0,0.00941714308020256,0.15372517456988796,0.0,0.016761642955216483,0.5,0.15372517456988796,0.0,0.029505230012824055,0.0,0.08517462892586897,0.620975569372458 -7538,0.5,0.15372517456988796,0.0,0.012685135959766078,0.15372517456988796,0.0,0.02442899070975021,0.15372517456988796,0.0,0.0031354851237522232,0.15372517456988796,0.0,0.01637821636322975,0.15372517456988796,0.0,0.04997705255734901,0.15372517456988796,0.0,0.054150828858016434,0.15372517456988796,0.0,0.04041809409429222,0.15372517456988796,0.0,0.04862876866804754,0.5,0.15372517456988796,0.0,0.009642886959089379,0.15372517456988796,0.0,0.01414382528264791,0.5,0.15372517456988796,0.0,0.015205804585747626,0.15372517456988796,0.0,0.01626976771971285,0.15372517456988796,0.0,0.07514349808508616,0.15372517456988796,0.0,0.06685424865592914,0.15372517456988796,0.0,0.02027386780613228,0.15372517456988796,0.0,0.0124480521992154,0.15372517456988796,0.0,0.017433015829567442,0.5,0.15372517456988796,0.0,0.02178935041176231,0.0,0.08640763980060309,0.5303034707811887 -7539,0.5,0.15372517456988796,0.0,0.007696808909472647,0.15372517456988796,0.0,0.03289821990776462,0.15372517456988796,0.0,0.002612237465392364,0.15372517456988796,0.0,0.015431023518649837,0.15372517456988796,0.0,0.0574566348850707,0.15372517456988796,0.0,0.06393117849801931,0.15372517456988796,0.0,0.04734453073727565,0.15372517456988796,0.0,0.051402358658596936,0.5,0.15372517456988796,0.0,0.011392141319954776,0.15372517456988796,0.0,0.01247714065622138,0.5,0.15372517456988796,0.0,0.01792606471142989,0.15372517456988796,0.0,0.01565611255722909,0.15372517456988796,0.0,0.06084860632567179,0.15372517456988796,0.0,0.06489569348736976,0.15372517456988796,0.0,0.022534975819289624,0.15372517456988796,0.0,0.017171253417573317,0.15372517456988796,0.0,0.01942596466763538,0.5,0.15372517456988796,0.0,0.018728064031770346,0.0,0.08496264035311285,0.6044284614492283 -7540,0.5,0.15372517456988796,0.0,0.005993237780636585,0.15372517456988796,0.0,0.043958871816957006,0.15372517456988796,0.0,0.0033585921766179088,0.15372517456988796,0.0,0.01636830946390888,0.15372517456988796,0.0,0.06186796134715278,0.15372517456988796,0.0,0.07278100038906804,0.15372517456988796,0.0,0.048015920405921717,0.15372517456988796,0.0,0.06255795561656201,0.5,0.15372517456988796,0.0,0.013956171304152961,0.15372517456988796,0.0,0.012346635085295729,0.5,0.15372517456988796,0.0,0.015113953299655553,0.15372517456988796,0.0,0.015935696710373988,0.15372517456988796,0.0,0.05352310127228348,0.15372517456988796,0.0,0.06374550676373097,0.15372517456988796,0.0,0.023144006980345966,0.15372517456988796,0.0,0.01565465151671588,0.15372517456988796,0.0,0.016981767823776618,0.5,0.15372517456988796,0.0,0.0150226978968434,0.0,0.06747345710547444,0.6437699384940971 -7541,0.5,0.15372517456988796,0.0,0.008307925225294699,0.15372517456988796,0.0,0.03654927482393413,0.15372517456988796,0.0,0.00718997172811179,0.15372517456988796,0.0,0.019898755726474957,0.15372517456988796,0.0,0.06681471655137482,0.15372517456988796,0.0,0.07776401663694346,0.15372517456988796,0.0,0.048946802933732395,0.15372517456988796,0.0,0.06486987555483956,0.5,0.15372517456988796,0.0,0.015568798120260416,0.15372517456988796,0.0,0.012187208454061856,0.5,0.15372517456988796,0.0,0.010654388617451924,0.15372517456988796,0.0,0.014894782944313538,0.15372517456988796,0.0,0.04897834101920125,0.15372517456988796,0.0,0.0637384480161128,0.15372517456988796,0.0,0.02592823992497255,0.15372517456988796,0.0,0.016453282697058345,0.15372517456988796,0.0,0.017215937563660213,0.5,0.15372517456988796,0.0,0.013376783851500079,0.0,0.025573316590833277,0.541750924479873 -7542,0.5,0.15372517456988796,0.0,0.014683782467610802,0.15372517456988796,0.0,0.033418450897197166,0.15372517456988796,0.0,0.010951165545910599,0.15372517456988796,0.0,0.02574627230068896,0.15372517456988796,0.0,0.0643497749720949,0.15372517456988796,0.0,0.07950280393853154,0.15372517456988796,0.0,0.053229304988382097,0.15372517456988796,0.0,0.07313287850369811,0.5,0.15372517456988796,0.0,0.019503846644297662,0.15372517456988796,0.0,0.013590886041710291,0.5,0.15372517456988796,0.0,0.007619638511276584,0.15372517456988796,0.0,0.011415401525573894,0.15372517456988796,0.0,0.04227406830017151,0.15372517456988796,0.0,0.07555636836904711,0.15372517456988796,0.0,0.030360712077973202,0.15372517456988796,0.0,0.01747653887114559,0.15372517456988796,0.0,0.01715440525151861,0.5,0.15372517456988796,0.0,0.012673744888578378,0.0,0.007283602052716333,0.42957976748293947 -7543,0.5,0.15372517456988796,0.0,0.02233260586641114,0.15372517456988796,0.0,0.02927553011014105,0.15372517456988796,0.0,0.01142579594632284,0.15372517456988796,0.0,0.032643497533390416,0.15372517456988796,0.0,0.06659020951425876,0.15372517456988796,0.0,0.09561977513574763,0.15372517456988796,0.0,0.06366565235400619,0.15372517456988796,0.0,0.06714867192912592,0.5,0.15372517456988796,0.0,0.02766096798349581,0.15372517456988796,0.0,0.015416373720896055,0.5,0.15372517456988796,0.0,0.007229010103382453,0.15372517456988796,0.0,0.01306415547675389,0.15372517456988796,0.0,0.046335335385822296,0.15372517456988796,0.0,0.0847396203666746,0.15372517456988796,0.0,0.03811773793219716,0.15372517456988796,0.0,0.01704813386562051,0.15372517456988796,0.0,0.01787674483825078,0.5,0.15372517456988796,0.0,0.01453379331321564,0.0,0.010825925225638442,0.48898215970377673 -7544,0.5,0.15372517456988796,4.850968273302082e-07,0.028482343684021638,0.15372517456988796,0.0,0.0381394567425084,0.15372517456988796,0.0,0.01031587111962092,0.15372517456988796,0.0004377456294550683,0.047767550632096624,0.15372517456988796,0.0,0.07773598741640551,0.15372517456988796,0.0,0.09438419262053024,0.15372517456988796,0.0,0.07306920812081802,0.15372517456988796,0.0,0.07289445612416234,0.5,0.15372517456988796,0.0,0.031700770654521586,0.15372517456988796,5.071225556324728e-05,0.01722805315623217,0.5,0.15372517456988796,0.0,0.008530741057913302,0.15372517456988796,0.0,0.01403889919116531,0.15372517456988796,0.0,0.05522938533235048,0.15372517456988796,0.0,0.0926135933852545,0.15372517456988796,0.0,0.04784413583543211,0.15372517456988796,0.0,0.016495491083614998,0.15372517456988796,0.00013109586627136548,0.020754250766511464,0.5,0.15372517456988796,0.002354586260220055,0.020665970599736926,0.0,0.023213779611045312,0.6525459359696971 -7545,0.5,0.15372517456988796,0.07094359772409924,0.03333062006202971,0.15372517456988796,0.05294457867820257,0.04999131258339642,0.15372517456988796,0.07503426170278475,0.010151911958911899,0.15372517456988796,0.09628446200857194,0.05564752652997959,0.15372517456988796,0.02402088127889009,0.08243194030353262,0.15372517456988796,0.019949896607113316,0.08580052224611018,0.15372517456988796,0.024827206123988185,0.06815149591518391,0.15372517456988796,0.015353268191749415,0.07159175115661615,0.5,0.15372517456988796,0.028825349646787943,0.02432535726846848,0.15372517456988796,0.06415162439712373,0.013506909980762028,0.5,0.15372517456988796,0.05090771699746586,0.009113562341065815,0.15372517456988796,0.06102249549715494,0.011938390728960942,0.15372517456988796,0.045652548283226436,0.06755707185536344,0.15372517456988796,0.03615293923210571,0.10367696617884758,0.15372517456988796,0.041502529900674906,0.05175459854317322,0.15372517456988796,0.029129392417996152,0.016697566797784898,0.15372517456988796,0.0828313929733256,0.02164755745935823,0.5,0.15372517456988796,0.09674739593746703,0.02763030694132869,0.0,0.037977592885293704,0.6224993276681443 -7546,0.5,0.15372517456988796,0.19617740981415982,0.03871893671734996,0.15372517456988796,0.13059954002777,0.06305738543917237,0.15372517456988796,0.19209867848995274,0.009747692493220364,0.15372517456988796,0.22409848621731127,0.06828921893292245,0.15372517456988796,0.12118685904774913,0.09278217323714066,0.15372517456988796,0.0909279488770108,0.07910422025370532,0.15372517456988796,0.09222468692112167,0.0702297442132667,0.15372517456988796,0.06856668160686291,0.06433997726261415,0.5,0.15372517456988796,0.1088318627662033,0.022051339355306437,0.15372517456988796,0.15034554483976417,0.011670886555402663,0.5,0.15372517456988796,0.1713308906977877,0.01304818790248388,0.15372517456988796,0.16463849388770266,0.014929455231637398,0.15372517456988796,0.20399488669543864,0.08434299677267917,0.15372517456988796,0.15050030723246624,0.12434599438278426,0.15372517456988796,0.15152945292053768,0.0575651434017726,0.15372517456988796,0.091819689063791,0.019344696651901264,0.15372517456988796,0.2179744971445522,0.02456263985469435,0.5,0.15372517456988796,0.2092301134631364,0.033630160383988306,0.0,0.05738837781518287,0.514437965250152 -7547,0.5,0.15372517456988796,0.2902814559612612,0.06560327058427946,0.15372517456988796,0.10924100329847095,0.09109525102692094,0.15372517456988796,0.2765014047599408,0.009693351130087399,0.15372517456988796,0.33418239304703423,0.09669672981292972,0.15372517456988796,0.21967220638642998,0.09760906999616935,0.15372517456988796,0.14142745013439528,0.07560256704250506,0.15372517456988796,0.12235717488662534,0.07138140987478034,0.15372517456988796,0.13009395606934204,0.06890435704889265,0.5,0.15372517456988796,0.1780506536908407,0.027968157485852477,0.15372517456988796,0.23600922547157446,0.014184587827219656,0.5,0.15372517456988796,0.27950534092256496,0.03727372115632787,0.15372517456988796,0.24524712547991012,0.01801713087869337,0.15372517456988796,0.31800638283118304,0.0988909180623872,0.15372517456988796,0.23610651718472922,0.1444512815106076,0.15372517456988796,0.22267762146380726,0.07751187621471908,0.15372517456988796,0.15196390226452544,0.018234394107893768,0.15372517456988796,0.329517026056599,0.04152914548628022,0.5,0.15372517456988796,0.3232103093840453,0.054732918913554834,0.0,0.06455040057869105,0.5210276624310487 -7548,0.5,0.15372517456988796,0.3181405986190939,0.08388786507562018,0.15372517456988796,0.21719219317385874,0.13754771054000095,0.15372517456988796,0.3371045283432787,0.013213477344330126,0.15372517456988796,0.3934395284317881,0.1078478731211873,0.15372517456988796,0.2841112512517163,0.12040152001716542,0.15372517456988796,0.13346224828712766,0.09149929875157056,0.15372517456988796,0.07983764128919532,0.06530227980139536,0.15372517456988796,0.165322668841129,0.08763069449706788,0.5,0.15372517456988796,0.19760304733754439,0.03245649341189967,0.15372517456988796,0.2743852785435186,0.019922443442306585,0.5,0.15372517456988796,0.28250963227529147,0.066590955532875,0.15372517456988796,0.2803730687555963,0.025402215010844914,0.15372517456988796,0.3452070354587865,0.12612173887040018,0.15372517456988796,0.2978792034548308,0.18110889585161574,0.15372517456988796,0.20293063694302366,0.09286506396526699,0.15372517456988796,0.2042688625935332,0.0159666496873049,0.15372517456988796,0.3883271186193258,0.06240098347290554,0.5,0.15372517456988796,0.3928972200796867,0.06814881437045042,0.0,0.07688357397196459,0.6207145791598128 -7549,0.5,0.15372517456988796,0.2855437834265328,0.08815381894999971,0.15372517456988796,0.32733754589228936,0.16744922728207354,0.15372517456988796,0.36202732749919886,0.017036241426816697,0.15372517456988796,0.3872729942215652,0.10014712526192247,0.15372517456988796,0.21173566911761293,0.1415575435390779,0.15372517456988796,0.10475039049256343,0.10700950158607456,0.15372517456988796,0.05305559493679387,0.06034129947912933,0.15372517456988796,0.1321938699382274,0.08025909196121522,0.5,0.15372517456988796,0.2604387425396606,0.03221760459933431,0.15372517456988796,0.2613777243603545,0.022338046060162504,0.5,0.15372517456988796,0.3318436679566604,0.06708358975181325,0.15372517456988796,0.30578216958665444,0.031094459598737308,0.15372517456988796,0.3254658093286293,0.145069633919522,0.15372517456988796,0.2959477780194689,0.20795686085726342,0.15372517456988796,0.1289373202585431,0.0861187857169851,0.15372517456988796,0.26060453088308244,0.02782844359793159,0.15372517456988796,0.38000376040640876,0.08162898283573894,0.5,0.15372517456988796,0.3584917732262463,0.08775825486095953,0.0,0.093940196771912,0.6791270035800908 -7550,0.5,0.15372517456988796,0.24202303497476035,0.11004603049821554,0.15372517456988796,0.2510652260329753,0.1315286711372953,0.15372517456988796,0.32642851005311035,0.01965507671014087,0.15372517456988796,0.3339166342571733,0.10577069046412632,0.15372517456988796,0.08975699260032333,0.11243184499303102,0.15372517456988796,0.05077633220212178,0.09631240660977833,0.15372517456988796,0.061441960261036224,0.05158541138201266,0.15372517456988796,0.10398817575297403,0.07374877055515677,0.5,0.15372517456988796,0.30031030835338207,0.03995921634181099,0.15372517456988796,0.2619785735206406,0.025764132797897268,0.5,0.15372517456988796,0.2992366083811805,0.07719963708905657,0.15372517456988796,0.30801029659510093,0.0382780768855996,0.15372517456988796,0.2579673016509828,0.14532042183254423,0.15372517456988796,0.1564600409404564,0.213003848999518,0.15372517456988796,0.08382370059391912,0.0628775797319569,0.15372517456988796,0.2879135353943417,0.027725034995222324,0.15372517456988796,0.3271373666648728,0.09104420889585225,0.5,0.15372517456988796,0.22710436481362584,0.09501074350097585,0.0,0.11572704144747772,0.7304284113832673 -7551,0.5,0.15372517456988796,0.15676098424087706,0.09503578963844886,0.15372517456988796,0.060237818339989875,0.11794322029262537,0.15372517456988796,0.22651020657134546,0.01966649435548109,0.15372517456988796,0.2199170351423751,0.09428415500973523,0.15372517456988796,0.04057085566060927,0.11024011032626388,0.15372517456988796,0.027728108334264694,0.10321270983764717,0.15372517456988796,0.04696931861301865,0.047887954550476404,0.15372517456988796,0.12043114235241,0.07550662003838089,0.5,0.15372517456988796,0.2332795549892021,0.03917138726602902,0.15372517456988796,0.23420036134385824,0.033144053808981846,0.5,0.15372517456988796,0.26539856452163496,0.09776113811897397,0.15372517456988796,0.26429766838846597,0.039236746227902096,0.15372517456988796,0.15470379371308737,0.1623282952203291,0.15372517456988796,0.06948106173603005,0.19931267915822565,0.15372517456988796,0.08684278504270858,0.055478869978005184,0.15372517456988796,0.19918750583494557,0.016191829260286922,0.15372517456988796,0.23662313384298506,0.08247434595095311,0.5,0.15372517456988796,0.16206310971234883,0.0994895441046689,0.0,0.15413651008724044,0.802829701986852 -7552,0.5,0.15372517456988796,0.011813116882094852,0.09544031006230909,0.15372517456988796,0.008316829937690895,0.09604939535878973,0.15372517456988796,0.0804276642876944,0.02869239647513302,0.15372517456988796,0.029143258048548518,0.0945054625643701,0.15372517456988796,0.011471154149836274,0.12973333745116974,0.15372517456988796,0.009046244808665251,0.13715486954413736,0.15372517456988796,0.015029180486910532,0.04495706900212944,0.15372517456988796,0.0739952475415191,0.07919171322131299,0.5,0.15372517456988796,0.10744836499000894,0.024898889262297278,0.15372517456988796,0.11926202379451764,0.04886843855231581,0.5,0.15372517456988796,0.12371500931389738,0.06584154425980135,0.15372517456988796,0.13671718652016204,0.04300687699027666,0.15372517456988796,0.04044650399723249,0.18380808580613392,0.15372517456988796,0.014473641043615974,0.21395936273413593,0.15372517456988796,0.045340384164458646,0.049850526051446596,0.15372517456988796,0.07426488117046445,0.016019261774756932,0.15372517456988796,0.09709502918067345,0.07362514485658822,0.5,0.15372517456988796,0.0675099163135265,0.09176471872331075,0.0,0.21161386230519216,0.8145416147396081 -7553,0.5,0.15372517456988796,0.0,0.11015401717548438,0.15372517456988796,0.0,0.07940933221368507,0.15372517456988796,0.0,0.038375951296353114,0.15372517456988796,0.0,0.10504132852641088,0.15372517456988796,0.0,0.13089691608515652,0.15372517456988796,0.00019842367209914257,0.14366422592656913,0.15372517456988796,2.9521461615787408e-05,0.04232764872892245,0.15372517456988796,0.0,0.0892546326492322,0.5,0.15372517456988796,0.0,0.02086409382389203,0.15372517456988796,0.0,0.06403599912512152,0.5,0.15372517456988796,0.0,0.040360041161636884,0.15372517456988796,0.0,0.055246645826267565,0.15372517456988796,0.0,0.18614893218126238,0.15372517456988796,0.0,0.22504015703224503,0.15372517456988796,0.0,0.0570354849414412,0.15372517456988796,0.0,0.022423388907759488,0.15372517456988796,0.0,0.07236676636126325,0.5,0.15372517456988796,0.0,0.11413583740421251,0.0,0.24116694384327636,0.8262922575787179 -7554,0.5,0.15372517456988796,0.0,0.12679443927575282,0.15372517456988796,0.0,0.07176549640736019,0.15372517456988796,0.0,0.03603961572286027,0.15372517456988796,0.0,0.10606939038817832,0.15372517456988796,0.0,0.1143752067490023,0.15372517456988796,0.0,0.1243910202401983,0.15372517456988796,0.0,0.04347506741758879,0.15372517456988796,0.0,0.10011211121517105,0.5,0.15372517456988796,0.0,0.01516215230504339,0.15372517456988796,0.0,0.04767832982134558,0.5,0.15372517456988796,0.0,0.01817176726009904,0.15372517456988796,0.0,0.08180817411212726,0.15372517456988796,0.0,0.18484145738472135,0.15372517456988796,0.0,0.23007923161285068,0.15372517456988796,0.0,0.0722942192706793,0.15372517456988796,0.0,0.023133045283008715,0.15372517456988796,0.0,0.07293721918918408,0.5,0.15372517456988796,0.0,0.11605816328140696,0.0,0.2462219798320807,0.894609934276297 -7555,0.5,0.15372517456988796,0.0,0.15291510187506768,0.15372517456988796,0.0,0.10205933503766597,0.15372517456988796,0.0,0.03283938657850206,0.15372517456988796,0.0,0.11173045172143327,0.15372517456988796,0.0,0.11205946831788598,0.15372517456988796,0.0,0.11156104239312453,0.15372517456988796,0.0,0.049581450468886415,0.15372517456988796,0.0,0.10076321615820416,0.5,0.15372517456988796,0.0,0.006901539524331705,0.15372517456988796,0.0,0.03841873544343045,0.5,0.15372517456988796,0.0,0.012105540249186714,0.15372517456988796,0.0,0.06500703781569116,0.15372517456988796,0.0,0.20135442339595244,0.15372517456988796,0.0,0.24443165059550623,0.15372517456988796,0.0,0.09167530951135147,0.15372517456988796,0.0,0.024653852608571947,0.15372517456988796,0.0,0.07092576965600088,0.5,0.15372517456988796,0.0,0.09014496169809144,0.0,0.30451881719816587,0.9218750713356615 -7556,0.5,0.15372517456988796,0.0,0.17034189243335598,0.15372517456988796,0.0,0.1215849288352466,0.15372517456988796,0.0,0.03245481368632692,0.15372517456988796,0.0,0.10937614068090128,0.15372517456988796,0.0,0.12792958078809102,0.15372517456988796,0.0,0.1110550133837317,0.15372517456988796,0.0,0.04647845097876327,0.15372517456988796,0.0,0.10445338172482747,0.5,0.15372517456988796,0.0,0.006371600968875148,0.15372517456988796,0.0,0.03458039814606626,0.5,0.15372517456988796,0.0,0.008054077415239624,0.15372517456988796,0.0,0.051842678034695874,0.15372517456988796,0.0,0.23277309981074587,0.15372517456988796,0.0,0.2732404824785465,0.15372517456988796,0.0,0.10837339078856263,0.15372517456988796,0.0,0.024494684516194985,0.15372517456988796,0.0,0.06317864954091633,0.5,0.15372517456988796,0.0,0.08171540107459634,0.0,0.39144216088427014,0.9292246241860105 -7557,0.5,0.15372517456988796,0.0,0.17203411952254757,0.15372517456988796,0.0,0.1348482869590984,0.15372517456988796,0.0,0.02952172304465142,0.15372517456988796,0.0,0.09667136505993608,0.15372517456988796,0.0,0.12267505001922571,0.15372517456988796,0.0,0.12742803264389235,0.15372517456988796,0.0,0.03625623553647932,0.15372517456988796,0.0,0.09515194875016103,0.5,0.15372517456988796,0.0,0.010756412502447561,0.15372517456988796,0.0,0.040504063004874295,0.5,0.15372517456988796,0.0,0.0073487362831967705,0.15372517456988796,0.0,0.03661798025190015,0.15372517456988796,0.0,0.2745624671439999,0.15372517456988796,0.0,0.27729862093142854,0.15372517456988796,0.0,0.11495040162413919,0.15372517456988796,0.0,0.020384140344742997,0.15372517456988796,0.0,0.05502155851892659,0.5,0.15372517456988796,0.0,0.05780752358627363,0.0,0.4305580264849121,0.9321896775966664 -7558,0.5,0.15372517456988796,0.0,0.1728971079960965,0.15372517456988796,0.0,0.17036058249671351,0.15372517456988796,0.0,0.025327339801116747,0.15372517456988796,0.0,0.08998062835801189,0.15372517456988796,0.0,0.09602124858655672,0.15372517456988796,0.0,0.13513753625592217,0.15372517456988796,0.0,0.03366968840632527,0.15372517456988796,0.0,0.0807649470039369,0.5,0.15372517456988796,0.0,0.009213600277163798,0.15372517456988796,0.0,0.05660100406772151,0.5,0.15372517456988796,0.0,0.004586486028851213,0.15372517456988796,0.0,0.019298293339756335,0.15372517456988796,0.0,0.298511558725917,0.15372517456988796,0.0,0.24233434856221192,0.15372517456988796,0.0,0.11451758818245766,0.15372517456988796,0.0,0.0142895043705437,0.15372517456988796,0.0,0.05358031471899814,0.5,0.15372517456988796,0.0,0.04576289175607247,0.0,0.4755340966283764,0.9365723253048668 -7559,0.5,0.15372517456988796,0.0,0.18832044756780375,0.15372517456988796,0.0,0.19987256883808646,0.15372517456988796,0.0,0.023602274815797412,0.15372517456988796,0.0,0.08855869986377002,0.15372517456988796,0.0,0.08698610227855924,0.15372517456988796,0.0,0.1296239679511591,0.15372517456988796,0.0,0.03910046124148163,0.15372517456988796,0.0,0.06880525003979977,0.5,0.15372517456988796,0.0,0.005227491750404723,0.15372517456988796,0.0,0.06151056760458136,0.5,0.15372517456988796,0.0,0.0008619691327930589,0.15372517456988796,0.0,0.007313071333664811,0.15372517456988796,0.0,0.319192739446167,0.15372517456988796,0.0,0.1990306954931756,0.15372517456988796,0.0,0.10613177256739798,0.15372517456988796,0.0,0.009980616944095386,0.15372517456988796,0.0,0.0431096877718052,0.5,0.15372517456988796,0.0,0.0439666783872269,0.0,0.5153428688554983,0.9513663364302121 -7560,0.5,0.15372517456988796,0.0,0.2059882143901222,0.15372517456988796,0.0,0.22120030019358747,0.15372517456988796,0.0,0.02216513367771181,0.15372517456988796,0.0,0.08572794298172902,0.15372517456988796,0.0,0.10314664622014938,0.15372517456988796,0.0,0.10913189296224124,0.15372517456988796,0.0,0.046132796977668034,0.15372517456988796,0.0,0.0674703074847062,0.5,0.15372517456988796,0.0,0.014422452078838834,0.15372517456988796,0.0,0.060784452476230086,0.5,0.15372517456988796,0.0,0.0001629527299318771,0.15372517456988796,0.0,0.014048261146765275,0.15372517456988796,0.0,0.3433021750072277,0.15372517456988796,0.0,0.17832128582182566,0.15372517456988796,0.0,0.10016720120228606,0.15372517456988796,0.0,0.007084070706357328,0.15372517456988796,0.0,0.03604877027391194,0.5,0.15372517456988796,0.0,0.04301803149682665,0.0,0.5182526501889857,0.9396620597708656 -7561,0.5,0.15372517456988796,0.0,0.22186902233089636,0.15372517456988796,0.0,0.2533889616198782,0.15372517456988796,0.0,0.017931676723683607,0.15372517456988796,0.0,0.08221140747976392,0.15372517456988796,0.0,0.09464909964827871,0.15372517456988796,0.0,0.09481741297092511,0.15372517456988796,0.0,0.04534697268881457,0.15372517456988796,0.0,0.06541749429315004,0.5,0.15372517456988796,0.0,0.0321334990220701,0.15372517456988796,0.0,0.036237375707644286,0.5,0.15372517456988796,0.0,0.0008597683516508959,0.15372517456988796,0.0,0.0071807865203444895,0.15372517456988796,0.0,0.3658490862387697,0.15372517456988796,0.0,0.19928437507042873,0.15372517456988796,0.0,0.09224030031082808,0.15372517456988796,0.0,0.008257805424740049,0.15372517456988796,0.0,0.02736732370138259,0.5,0.15372517456988796,0.0,0.03361160381941348,0.0,0.544231522024084,0.9409937606231772 -7562,0.5,0.15372517456988796,0.0,0.22411165205256361,0.15372517456988796,0.0,0.25740253831089344,0.15372517456988796,0.0,0.012317022036788935,0.15372517456988796,0.0,0.07898022304820086,0.15372517456988796,0.0,0.07062712792697527,0.15372517456988796,0.0,0.09129393430704799,0.15372517456988796,0.0,0.0471615819031499,0.15372517456988796,0.0,0.07652501735884959,0.5,0.15372517456988796,0.0,0.02755390713516055,0.15372517456988796,0.0,0.026043797517068392,0.5,0.15372517456988796,0.0,0.0001985027060114021,0.15372517456988796,0.0,0.003105071013841773,0.15372517456988796,0.0,0.39497628139478824,0.15372517456988796,0.0,0.22073708010628107,0.15372517456988796,0.0,0.0860254799559339,0.15372517456988796,0.0,0.011821675839809186,0.15372517456988796,0.0,0.01533343539333248,0.5,0.15372517456988796,0.0,0.02300663708790555,0.0,0.5818711466641472,0.9528331461971871 -7563,0.5,0.15372517456988796,0.0,0.24481258330043643,0.15372517456988796,0.0,0.24582786416174934,0.15372517456988796,0.0,0.009537092163648658,0.15372517456988796,0.0,0.08111842487014137,0.15372517456988796,0.0,0.056380267008611,0.15372517456988796,0.0,0.12109793227062977,0.15372517456988796,0.0,0.05292502138495676,0.15372517456988796,0.0,0.07366456364480843,0.5,0.15372517456988796,0.0,0.02212778491250718,0.15372517456988796,0.0,0.01418098187148563,0.5,0.15372517456988796,0.0,0.0010341701112682592,0.15372517456988796,0.0,0.0060230000453162435,0.15372517456988796,0.0,0.44878439519825236,0.15372517456988796,0.0,0.2178539628551711,0.15372517456988796,0.0,0.07580241854451496,0.15372517456988796,0.0,0.012840478454435623,0.15372517456988796,0.0,0.008016460338485047,0.5,0.15372517456988796,0.0,0.014466309847400702,0.0,0.6459151725850061,0.987821661156379 -7564,0.5,0.15372517456988796,0.0,0.2851013851808525,0.15372517456988796,0.0,0.22757594027923456,0.15372517456988796,0.0,0.008521343728187192,0.15372517456988796,0.0,0.08309497096560843,0.15372517456988796,0.0,0.050219747379441015,0.15372517456988796,0.0,0.08651282635016397,0.15372517456988796,0.0,0.04488708816769776,0.15372517456988796,0.0,0.06747747215900254,0.5,0.15372517456988796,0.0,0.02224948971945912,0.15372517456988796,0.0,0.004685757424265073,0.5,0.15372517456988796,0.0,0.0032470518980249967,0.15372517456988796,0.0,0.0069897097907317554,0.15372517456988796,0.0,0.4675073895606955,0.15372517456988796,0.0,0.19714411006827998,0.15372517456988796,0.0,0.06332916751222768,0.15372517456988796,0.0,0.00994791143259105,0.15372517456988796,0.0,0.007156827455612558,0.5,0.15372517456988796,0.0,0.010009908470415054,0.0,0.7065563283480706,0.988931568275776 -7565,0.5,0.15372517456988796,0.0,0.29526601461718754,0.15372517456988796,0.0,0.2684978350115629,0.15372517456988796,0.0,0.00711580869312416,0.15372517456988796,0.0,0.07631812279490198,0.15372517456988796,0.0,0.041431003198772645,0.15372517456988796,0.0,0.09008799952202498,0.15372517456988796,0.0,0.03971890999263492,0.15372517456988796,0.0,0.06266054241214812,0.5,0.15372517456988796,0.0,0.019890195661774284,0.15372517456988796,0.0,0.002691861404064283,0.5,0.15372517456988796,0.0,0.002070007394562232,0.15372517456988796,0.0,0.008271986801402946,0.15372517456988796,0.0,0.4765839883918419,0.15372517456988796,0.0,0.1770066194542346,0.15372517456988796,0.0,0.05987650858471801,0.15372517456988796,0.0,0.009074895219348195,0.15372517456988796,0.0,0.00934027091656999,0.5,0.15372517456988796,0.0,0.007534409551498,0.0,0.7136817368675713,0.9727925768189241 -7566,0.5,0.15372517456988796,0.0,0.27304810657522743,0.15372517456988796,0.0,0.3040614962009096,0.15372517456988796,0.0,0.005534057207363095,0.15372517456988796,0.0,0.07146152334305643,0.15372517456988796,0.0,0.03643941733666902,0.15372517456988796,0.0,0.09193175008712254,0.15372517456988796,0.0,0.03325671844891066,0.15372517456988796,0.0,0.05762928082915786,0.5,0.15372517456988796,0.0,0.01768550426620322,0.15372517456988796,0.0,0.0009739590780394503,0.5,0.15372517456988796,0.0,0.0024578686827356087,0.15372517456988796,0.0,0.00894485987110148,0.15372517456988796,0.0,0.5815873062214799,0.15372517456988796,0.0,0.15643719908917245,0.15372517456988796,0.0,0.06494185613263924,0.15372517456988796,0.0,0.005846166238303436,0.15372517456988796,0.0,0.009606726903314168,0.5,0.15372517456988796,0.0,0.006170183400244609,0.0,0.778185734672287,0.9199390069687452 -7567,0.5,0.15372517456988796,0.0,0.2319735097565062,0.15372517456988796,0.0,0.3891477071006027,0.15372517456988796,0.0,0.0037781962453034227,0.15372517456988796,0.0,0.05952397131838812,0.15372517456988796,0.0,0.03421060540592119,0.15372517456988796,0.0,0.08695786358445069,0.15372517456988796,0.0,0.025032998797932787,0.15372517456988796,0.0,0.04896770610648562,0.5,0.15372517456988796,0.0,0.015480001192137112,0.15372517456988796,0.0,0.0005708715141233113,0.5,0.15372517456988796,0.0,0.002124716692870092,0.15372517456988796,0.0,0.006653250587412701,0.15372517456988796,0.0,0.6500660310934625,0.15372517456988796,0.0,0.15472625498783776,0.15372517456988796,0.0,0.07219921055508592,0.15372517456988796,0.0,0.004577973601741385,0.15372517456988796,0.0,0.00825993111033708,0.5,0.15372517456988796,0.0,0.004733039834035081,0.0,0.7947439033272428,0.8619665962649022 -7568,0.5,0.15372517456988796,0.0,0.19133323353973516,0.15372517456988796,0.0,0.3840826913869464,0.15372517456988796,0.0,0.003143151722897621,0.15372517456988796,2.5559812004545367e-05,0.0539683223258378,0.15372517456988796,0.0,0.02604201368839476,0.15372517456988796,0.0,0.0714074529661306,0.15372517456988796,0.0,0.02056588822996096,0.15372517456988796,0.0,0.04102204753609714,0.5,0.15372517456988796,0.0,0.012052161120386781,0.15372517456988796,0.0,0.0013094903731474116,0.5,0.15372517456988796,0.0,0.002256768145694138,0.15372517456988796,0.0,0.006078036083249218,0.15372517456988796,0.0,0.6264467770421791,0.15372517456988796,0.0,0.16333211491778912,0.15372517456988796,0.0,0.07379985958173188,0.15372517456988796,0.0,0.003338586352491644,0.15372517456988796,3.0222506880015415e-05,0.007524903668144536,0.5,0.15372517456988796,0.0014919179495477802,0.004034806553349245,0.0,0.7515968491360072,0.8221518888849447 -7569,0.5,0.15372517456988796,0.0047197995643322044,0.15643203152894378,0.15372517456988796,0.003076544571046566,0.323507988722871,0.15372517456988796,0.07113719773169239,0.0021336686648813765,0.15372517456988796,0.04640480587758746,0.055918139325937886,0.15372517456988796,0.009293675123957805,0.01905318876388174,0.15372517456988796,0.0073365661101786155,0.047358772431838204,0.15372517456988796,0.014595784646006462,0.01133967954449163,0.15372517456988796,0.013717548374361899,0.025766074650681113,0.5,0.15372517456988796,0.023082346619603678,0.0053303552402035,0.15372517456988796,0.09647225757809152,0.0029444039931878713,0.5,0.15372517456988796,0.048259035354337815,0.0021055839920489953,0.15372517456988796,0.06409885392102327,0.0024939959358275723,0.15372517456988796,0.0026314064029682154,0.574978977149525,0.15372517456988796,0.009616370594043185,0.16625810593400758,0.15372517456988796,0.03603196056179683,0.06482226276871655,0.15372517456988796,0.05187741999112437,0.0017621198071990328,0.15372517456988796,0.07612178015092065,0.006240499141027618,0.5,0.15372517456988796,0.08579697353996335,0.004836627531294797,0.0,0.7521190976913845,0.7785272362984772 -7570,0.5,0.15372517456988796,0.018420676980709576,0.1433050768075279,0.15372517456988796,0.016849689078277292,0.2581302662407722,0.15372517456988796,0.19297981664349878,0.001302951628133694,0.15372517456988796,0.12550532531764358,0.0681159113596157,0.15372517456988796,0.05740137944456841,0.0128027847060275,0.15372517456988796,0.05941488774691474,0.03401814695975317,0.15372517456988796,0.06266159183365778,0.005911485334831364,0.15372517456988796,0.06632313809551431,0.01938968792372394,0.5,0.15372517456988796,0.07606684475390249,0.004723843426197121,0.15372517456988796,0.24378978606531213,0.0018515402539868138,0.5,0.15372517456988796,0.13596081228798015,0.0011871677673655602,0.15372517456988796,0.1818884432207143,0.0011666344910752076,0.15372517456988796,0.01918693058952382,0.5156802009042142,0.15372517456988796,0.03949204385119163,0.1570535217764248,0.15372517456988796,0.13697763154398498,0.05634566035066706,0.15372517456988796,0.17610281351589152,0.0007098845159981775,0.15372517456988796,0.18500766461848894,0.005597661356577182,0.5,0.15372517456988796,0.20487369464175526,0.006620331200983683,0.0,0.6570397434583177,0.7447283538227446 -7571,0.5,0.15372517456988796,0.036209453425605366,0.1484977701369133,0.15372517456988796,0.03284191447913258,0.19946230172358795,0.15372517456988796,0.2944646818519317,0.0010955766889632664,0.15372517456988796,0.2039077921537386,0.09580713099005793,0.15372517456988796,0.1312343613234544,0.009808357103172478,0.15372517456988796,0.12401156922522447,0.028372396201397865,0.15372517456988796,0.14617450122660455,0.002566128814830466,0.15372517456988796,0.079767466166529,0.01708550008328685,0.5,0.15372517456988796,0.10147218258355109,0.005868358022261363,0.15372517456988796,0.370623108431227,0.0010821138753009517,0.5,0.15372517456988796,0.23529050897325288,0.0018529173420280005,0.15372517456988796,0.29204868753021646,0.001963964089119744,0.15372517456988796,0.03738354828887876,0.43625803083949743,0.15372517456988796,0.09771537775839648,0.13626010557973162,0.15372517456988796,0.22951971634265977,0.050981818217219026,0.15372517456988796,0.27931057986487307,9.07122454716496e-05,0.15372517456988796,0.27664207404598695,0.005994794558520498,0.5,0.15372517456988796,0.3241420122920778,0.01201055388611395,0.0,0.5742004736049947,0.6553861747868793 -7572,0.5,0.15372517456988796,0.051611674348530874,0.15846301255351913,0.15372517456988796,0.04835704561648238,0.15718821368019148,0.15372517456988796,0.3586182292004805,0.0009263129675878457,0.15372517456988796,0.26819519210522114,0.116455008446006,0.15372517456988796,0.2080205299367708,0.008939502311930985,0.15372517456988796,0.1322352861933775,0.033871708938278164,0.15372517456988796,0.20549534276789183,0.0013241377422551566,0.15372517456988796,0.0694902939148774,0.018007931958079947,0.5,0.15372517456988796,0.10955131170328275,0.006482985013164539,0.15372517456988796,0.4333601996478693,0.0005608751243590321,0.5,0.15372517456988796,0.29437903805486526,0.0021906779830497603,0.15372517456988796,0.3575520710847659,0.004263189737937056,0.15372517456988796,0.05047806555496769,0.35470942904834646,0.15372517456988796,0.14945627082609952,0.10916582993376639,0.15372517456988796,0.2693511438626958,0.04367811333567069,0.15372517456988796,0.3253028787457959,0.0001551743158686,0.15372517456988796,0.34159897183315374,0.005814769672658368,0.5,0.15372517456988796,0.3978667457797546,0.020076238212502224,0.0,0.5101979655747606,0.5314108421976727 -7573,0.5,0.15372517456988796,0.05396506756387183,0.13540336193133815,0.15372517456988796,0.05953217847423596,0.12062998021805853,0.15372517456988796,0.3633923296338233,0.0008097005440321861,0.15372517456988796,0.28456662694853374,0.11413720900274005,0.15372517456988796,0.26282701968491207,0.010169528010905843,0.15372517456988796,0.112362332562392,0.04409437484498508,0.15372517456988796,0.21776159754870145,0.0016154172515512053,0.15372517456988796,0.0659264585727162,0.014639503440655222,0.5,0.15372517456988796,0.0989660115484915,0.006522991127679527,0.15372517456988796,0.42482386838676733,0.0045154777218936034,0.5,0.15372517456988796,0.2969226439295482,0.007090695953971869,0.15372517456988796,0.38952888208120495,0.008857713242506856,0.15372517456988796,0.05716234436829511,0.27766361771881876,0.15372517456988796,0.1743209833880116,0.08190420562182532,0.15372517456988796,0.27639059122647214,0.0328892588691378,0.15372517456988796,0.31862858874000377,0.0012694022392553315,0.15372517456988796,0.3331982174492066,0.00294351096810162,0.5,0.15372517456988796,0.4031768619301792,0.017059640648020295,0.0,0.5194176353477471,0.4405169263737426 -7574,0.5,0.15372517456988796,0.0468894175473942,0.112565691870812,0.15372517456988796,0.05106697167389197,0.07765843604216023,0.15372517456988796,0.293890786494741,0.000601661219798379,0.15372517456988796,0.24006178888054416,0.092817367705389,0.15372517456988796,0.26334724797457654,0.008616770234666254,0.15372517456988796,0.10631781105932864,0.051720108677491584,0.15372517456988796,0.17501391097633326,0.0018523392746315392,0.15372517456988796,0.05575792871581764,0.009912642819735626,0.5,0.15372517456988796,0.07848202192571797,0.006851460909644471,0.15372517456988796,0.38484932800212,0.009815242480912579,0.5,0.15372517456988796,0.2950250100607137,0.01540944975322679,0.15372517456988796,0.3543620581625306,0.017968939791279392,0.15372517456988796,0.050710955080924755,0.20523963200655748,0.15372517456988796,0.1974410101287671,0.061841145463014516,0.15372517456988796,0.23633287902295835,0.022758253466564186,0.15372517456988796,0.26854511042315987,0.001420530739350956,0.15372517456988796,0.26682525750846253,0.003036265057869853,0.5,0.15372517456988796,0.35990330321937963,0.012840348381173344,0.0,0.4556810365825308,0.3985175707878883 -7575,0.5,0.15372517456988796,0.0354791697310293,0.08727596017020656,0.15372517456988796,0.02908353914372106,0.04667307806837365,0.15372517456988796,0.17460565020144508,0.0004044435520404698,0.15372517456988796,0.14405265780517268,0.048075985940354,0.15372517456988796,0.19225286300543365,0.006821404721631241,0.15372517456988796,0.06952774220763898,0.041454316195787475,0.15372517456988796,0.12701116623488748,0.0017301050225646535,0.15372517456988796,0.04289466939919413,0.009758438732504253,0.5,0.15372517456988796,0.05607937541763955,0.007609193912703704,0.15372517456988796,0.26503200046372993,0.010069502192029489,0.5,0.15372517456988796,0.2553679490531243,0.015929970471453017,0.15372517456988796,0.25903310012591263,0.025282244184808105,0.15372517456988796,0.027256217808930453,0.14300063669302887,0.15372517456988796,0.17540960758191249,0.04644141636292019,0.15372517456988796,0.1523161285100325,0.012095401598330127,0.15372517456988796,0.19048340693812935,0.000957251783597956,0.15372517456988796,0.19045444359298985,0.003133360740312591,0.5,0.15372517456988796,0.26770888339035026,0.008047873094078126,0.0,0.38983564475408383,0.3870224550694437 -7576,0.5,0.15372517456988796,0.0055821229169321415,0.06470059022149235,0.15372517456988796,0.0063790180894626085,0.01982709471488956,0.15372517456988796,0.06445827830172246,0.0009014662156709395,0.15372517456988796,0.022080048046941886,0.02255927322517804,0.15372517456988796,0.09340683831393128,0.006464363528401394,0.15372517456988796,0.027208620679925948,0.030141245879632794,0.15372517456988796,0.08099653857862077,0.0024421884407126743,0.15372517456988796,0.020333949120350265,0.010558299336975056,0.5,0.15372517456988796,0.031597551064465886,0.009442922103063066,0.15372517456988796,0.11359180954757181,0.003946542230016361,0.5,0.15372517456988796,0.11809209586514592,0.008210188885040355,0.15372517456988796,0.12421304742780068,0.015380689223704823,0.15372517456988796,0.0049152807284906005,0.08805176054876623,0.15372517456988796,0.0780704395467245,0.03617141967142061,0.15372517456988796,0.05632685414411866,0.00522165846418654,0.15372517456988796,0.0937477105637928,0.0024041642096254076,0.15372517456988796,0.07802296408172096,0.0024304420623416415,0.5,0.15372517456988796,0.08835087853127647,0.006012711206042279,0.0,0.3397414212843422,0.39775756218784725 -7577,0.5,0.15372517456988796,0.0,0.04919748494375143,0.15372517456988796,0.0,0.005498710392756109,0.15372517456988796,0.0,0.0018928264674047083,0.15372517456988796,0.0,0.022697431228850058,0.15372517456988796,0.0,0.008549075173249087,0.15372517456988796,0.0,0.02463376175146851,0.15372517456988796,0.0,0.0029815642659091882,0.15372517456988796,1.1203833143041701e-05,0.010390490239383366,0.5,0.15372517456988796,7.5340010398746075e-06,0.009748752382639343,0.15372517456988796,0.0,0.0038518128170530954,0.5,0.15372517456988796,0.0,0.003486067444557582,0.15372517456988796,0.0,0.013693287990333886,0.15372517456988796,0.0,0.04498656190074011,0.15372517456988796,0.0,0.03164304266612246,0.15372517456988796,0.0,0.003134415736398625,0.15372517456988796,0.0,0.0043393130133808685,0.15372517456988796,0.0,0.0018844374482163773,0.5,0.15372517456988796,0.0,0.005174910726990733,0.0,0.3061734638297053,0.35821402375516137 -7578,0.5,0.15372517456988796,0.0,0.039539806538148654,0.15372517456988796,0.0,0.0015458726408826243,0.15372517456988796,0.0,0.001590608948851757,0.15372517456988796,0.0,0.02288801076627923,0.15372517456988796,0.0,0.006960452232755907,0.15372517456988796,0.0,0.022207633974247108,0.15372517456988796,0.0,0.003855423002395646,0.15372517456988796,0.0,0.010358406755430165,0.5,0.15372517456988796,0.0,0.009584042534341397,0.15372517456988796,0.0,0.006368175393155219,0.5,0.15372517456988796,0.0,0.0021196058396837523,0.15372517456988796,0.0,0.017489129744155087,0.15372517456988796,0.0,0.020607624602356586,0.15372517456988796,0.0,0.027567770716047775,0.15372517456988796,0.0,0.0021320633762233953,0.15372517456988796,0.0,0.006955614291238596,0.15372517456988796,0.0,0.0013863515523265064,0.5,0.15372517456988796,0.0,0.0034081533849281984,0.0,0.2512092830281884,0.2916859327838396 -7579,0.5,0.15372517456988796,0.0,0.029618458896330347,0.15372517456988796,0.0,0.0010384643796461182,0.15372517456988796,0.0,0.0013971812492301753,0.15372517456988796,0.0,0.023162845806658467,0.15372517456988796,0.0,0.008104386746424065,0.15372517456988796,0.0,0.02107861282040608,0.15372517456988796,0.0,0.005141280819402279,0.15372517456988796,0.0,0.010377131607774176,0.5,0.15372517456988796,0.0,0.010574531250761066,0.15372517456988796,0.0,0.010629231491601906,0.5,0.15372517456988796,0.0,0.009487477898153943,0.15372517456988796,0.0,0.026045062607254955,0.15372517456988796,0.0,0.013825223251193147,0.15372517456988796,0.0,0.020464243454064897,0.15372517456988796,0.0,0.0010520951236505456,0.15372517456988796,0.0,0.008745026638714268,0.15372517456988796,0.0,0.0032619058515134243,0.5,0.15372517456988796,0.0,0.005130072174897392,0.0,0.18321791869702614,0.2178803485240751 -7580,0.5,0.15372517456988796,0.0,0.02044514921734727,0.15372517456988796,0.0,0.0006932109620014187,0.15372517456988796,0.0,0.0023366117301207865,0.15372517456988796,0.0,0.022883273377835543,0.15372517456988796,0.0,0.009385601748720345,0.15372517456988796,0.0,0.020248736085507417,0.15372517456988796,0.0,0.004487591495249338,0.15372517456988796,0.0,0.011221792276059803,0.5,0.15372517456988796,0.0,0.01584219076999474,0.15372517456988796,0.0,0.01361538440720966,0.5,0.15372517456988796,0.0,0.014860828882895747,0.15372517456988796,0.0,0.03133069445811626,0.15372517456988796,0.0,0.008905900638728875,0.15372517456988796,0.0,0.014115964005934073,0.15372517456988796,0.0,0.0005666614353179244,0.15372517456988796,0.0,0.006081127192222832,0.15372517456988796,0.0,0.007135600770625192,0.5,0.15372517456988796,0.0,0.010785452082232047,0.0,0.12411199829410931,0.15154843757825134 -7581,0.5,0.15372517456988796,0.0,0.015811076166793264,0.15372517456988796,0.0,0.00018065606911659628,0.15372517456988796,0.0,0.004960423685826872,0.15372517456988796,0.0,0.021676163705516997,0.15372517456988796,0.0,0.012335610975268307,0.15372517456988796,0.0,0.020055172499966266,0.15372517456988796,0.0,0.00700460482444209,0.15372517456988796,0.0,0.01414895850414135,0.5,0.15372517456988796,0.0,0.024081365927998363,0.15372517456988796,0.0,0.013845342006545193,0.5,0.15372517456988796,0.0,0.014364832786159206,0.15372517456988796,0.0,0.03571544361514839,0.15372517456988796,0.0,0.005647335535025157,0.15372517456988796,0.0,0.009807113667826396,0.15372517456988796,0.0,0.000432086081332383,0.15372517456988796,0.0,0.004828891166507315,0.15372517456988796,0.0,0.008720123839297536,0.5,0.15372517456988796,0.0,0.017990836069267414,0.0,0.09945048322911591,0.09286725251781303 -7582,0.5,0.15372517456988796,0.0,0.012818804819847311,0.15372517456988796,0.0,4.057691592659937e-05,0.15372517456988796,0.0,0.008429160715804069,0.15372517456988796,0.0,0.020440939704006563,0.15372517456988796,0.0,0.014230218190319954,0.15372517456988796,0.0,0.020975200108797568,0.15372517456988796,0.0,0.011409884128506052,0.15372517456988796,0.0,0.017668668744301962,0.5,0.15372517456988796,0.0,0.02470025097324828,0.15372517456988796,0.0,0.017489915328921177,0.5,0.15372517456988796,0.0,0.017130115205286258,0.15372517456988796,0.0,0.038959718726964035,0.15372517456988796,0.0,0.004331816720512463,0.15372517456988796,0.0,0.0071709957037534335,0.15372517456988796,0.0,0.0006346329574429669,0.15372517456988796,0.0,0.005580065236007172,0.15372517456988796,0.0,0.008532180478872806,0.5,0.15372517456988796,0.0,0.024453692805549036,0.0,0.07133784141134573,0.061459091726217274 -7583,0.5,0.15372517456988796,0.0,0.010517014258157802,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.008839510150063644,0.15372517456988796,0.0,0.01927674992784949,0.15372517456988796,0.0,0.014249767039464734,0.15372517456988796,0.0,0.020035070271049712,0.15372517456988796,0.0,0.012851705287989167,0.15372517456988796,0.0,0.02057796767684434,0.5,0.15372517456988796,0.0,0.02561366429650408,0.15372517456988796,0.0,0.03449989826677937,0.5,0.15372517456988796,0.0,0.02189986863538029,0.15372517456988796,0.0,0.04894376017814235,0.15372517456988796,0.0,0.0023311486503862075,0.15372517456988796,0.0,0.0057511353379848425,0.15372517456988796,0.0,0.0011900986703621032,0.15372517456988796,0.0,0.0059150094944699525,0.15372517456988796,0.0,0.009394732875177047,0.5,0.15372517456988796,0.0,0.02765228501776483,0.0,0.03613828116979827,0.052004754825661505 -7584,0.5,0.15372517456988796,0.0,0.00925691641703666,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.008266953548415898,0.15372517456988796,0.0,0.017424283133327712,0.15372517456988796,0.0,0.010333695280142241,0.15372517456988796,0.0,0.018630049286233786,0.15372517456988796,0.0,0.01145681426404451,0.15372517456988796,0.0,0.025360733548342684,0.5,0.15372517456988796,0.0,0.029735653270103208,0.15372517456988796,0.0,0.061068240493344896,0.5,0.15372517456988796,0.0,0.025593428928805773,0.15372517456988796,0.0,0.07104412496801073,0.15372517456988796,0.0,0.0011501875933041016,0.15372517456988796,0.0,0.005884882443684987,0.15372517456988796,0.0,0.0017753906674178514,0.15372517456988796,0.0,0.006525085206308196,0.15372517456988796,0.0,0.0118548191420344,0.5,0.15372517456988796,0.0,0.027312921709042204,0.0,0.013485175621346079,0.0645921958011582 -7585,0.5,0.15372517456988796,0.0,0.009189362410104672,0.15372517456988796,0.0,0.0004548646987370581,0.15372517456988796,0.0,0.010536167243146384,0.15372517456988796,0.0,0.014945053209573162,0.15372517456988796,0.0,0.008429803174987567,0.15372517456988796,0.0,0.021562876390242486,0.15372517456988796,0.0,0.011813194473697127,0.15372517456988796,0.0,0.027801847743753168,0.5,0.15372517456988796,0.0,0.023649480621357105,0.15372517456988796,0.0,0.04849876231340072,0.5,0.15372517456988796,0.0,0.03264702439031068,0.15372517456988796,0.0,0.10342961376375634,0.15372517456988796,0.0,0.0009294390383213155,0.15372517456988796,0.0,0.005555131023958267,0.15372517456988796,0.0,0.0018575393718025955,0.15372517456988796,0.0,0.006007330975742786,0.15372517456988796,0.0,0.01437637684937814,0.5,0.15372517456988796,0.0,0.02091778292299371,0.0,0.006720615005645569,0.08577456232457314 -7586,0.5,0.15372517456988796,0.0,0.009264086306386624,0.15372517456988796,0.0,0.0004839738133024503,0.15372517456988796,0.0,0.012773990787867263,0.15372517456988796,0.0,0.01230924302277503,0.15372517456988796,0.0,0.008875502821896803,0.15372517456988796,0.0,0.02268814629852089,0.15372517456988796,0.0,0.010282831326397653,0.15372517456988796,0.0,0.024221978163938642,0.5,0.15372517456988796,0.0,0.012910511173753901,0.15372517456988796,0.0,0.029303217032222332,0.5,0.15372517456988796,0.0,0.04760743849540771,0.15372517456988796,0.0,0.1573913832577948,0.15372517456988796,0.0,0.0007035766545386958,0.15372517456988796,0.0,0.0052081467148772185,0.15372517456988796,0.0,0.0021327532930125372,0.15372517456988796,0.0,0.004445608262360458,0.15372517456988796,0.0,0.01572851550659321,0.5,0.15372517456988796,0.0,0.020353366903072635,0.0,0.004832684254602484,0.09194262346911287 -7587,0.5,0.15372517456988796,0.0,0.008694662018222244,0.15372517456988796,0.0,8.285120972721655e-06,0.15372517456988796,0.0,0.01508301730621343,0.15372517456988796,0.0,0.011259035815010143,0.15372517456988796,0.0,0.010715025877239041,0.15372517456988796,0.0,0.02443961171487482,0.15372517456988796,0.0,0.00937983235222909,0.15372517456988796,0.0,0.019121095668012594,0.5,0.15372517456988796,0.0,0.006640585722529454,0.15372517456988796,0.0,0.02632987936898639,0.5,0.15372517456988796,0.0,0.0812115257858814,0.15372517456988796,0.0,0.1997548829809345,0.15372517456988796,0.0,0.0004962296174496799,0.15372517456988796,0.0,0.007770722378289556,0.15372517456988796,0.0,0.0022348761278879565,0.15372517456988796,0.0,0.004347328404085521,0.15372517456988796,0.0,0.017005908496024676,0.5,0.15372517456988796,0.0,0.027766405226074323,0.0,0.0019062776902682903,0.09423446067504915 -7588,0.5,0.15372517456988796,0.0,0.008492357172034117,0.15372517456988796,0.0,9.935392545003331e-05,0.15372517456988796,0.0,0.017040155606435823,0.15372517456988796,0.0,0.012240731245534445,0.15372517456988796,0.0,0.015768503770657954,0.15372517456988796,0.0,0.022616450863851553,0.15372517456988796,0.0,0.010878693381703308,0.15372517456988796,0.0,0.01406317211412463,0.5,0.15372517456988796,0.0,0.004508581442379749,0.15372517456988796,0.0,0.04389611287217574,0.5,0.15372517456988796,0.0,0.09938001359889816,0.15372517456988796,0.0,0.18420377218055217,0.15372517456988796,0.0,0.0007767333128765159,0.15372517456988796,0.0,0.012128644605491713,0.15372517456988796,0.0,0.002100795274445369,0.15372517456988796,0.0,0.004457077352971791,0.15372517456988796,0.0,0.018057306050121888,0.5,0.15372517456988796,0.0,0.03609592094903927,0.0,0.0,0.11165018280612027 -7589,0.5,0.15372517456988796,0.0,0.007674143660706005,0.15372517456988796,0.0,0.0003018969664068428,0.15372517456988796,0.0,0.014947426695784494,0.15372517456988796,0.0,0.01277403626506208,0.15372517456988796,0.0,0.018643310986090452,0.15372517456988796,0.0,0.018581346878608424,0.15372517456988796,0.0,0.012772175316466633,0.15372517456988796,0.0,0.007890193336060483,0.5,0.15372517456988796,0.0,0.00406880061639953,0.15372517456988796,0.0,0.0812864026905215,0.5,0.15372517456988796,0.0,0.08302029468982322,0.15372517456988796,0.0,0.14301610155151764,0.15372517456988796,0.0,0.0014737737491110682,0.15372517456988796,0.0,0.015583943262814566,0.15372517456988796,0.0,0.0035112892695111884,0.15372517456988796,0.0,0.003396750712954581,0.15372517456988796,0.0,0.019345760081950037,0.5,0.15372517456988796,0.0,0.03760487520744092,0.0,0.0,0.11594415308787287 -7590,0.5,0.15372517456988796,0.0,0.006039349477028051,0.15372517456988796,0.0,0.0010213997329467702,0.15372517456988796,0.0,0.009862112081158211,0.15372517456988796,0.0,0.01342890766724884,0.15372517456988796,0.0,0.016741539071214104,0.15372517456988796,0.0,0.013302898765761507,0.15372517456988796,0.0,0.012611366040241493,0.15372517456988796,0.0,0.00659629496924364,0.5,0.15372517456988796,0.0,0.0035528493450588125,0.15372517456988796,0.0,0.10569181434717204,0.5,0.15372517456988796,0.0,0.061114310538955725,0.15372517456988796,0.0,0.11343543229619944,0.15372517456988796,0.0,0.001623013736512871,0.15372517456988796,0.0,0.01643489871476613,0.15372517456988796,0.0,0.005694786136342784,0.15372517456988796,0.0,0.002717174832937611,0.15372517456988796,0.0,0.019929641140288747,0.5,0.15372517456988796,0.0,0.033447880316035905,0.0,0.0,0.10247707789683384 -7591,0.5,0.15372517456988796,0.0,0.005287873435162028,0.15372517456988796,0.0,0.002677978036301194,0.15372517456988796,0.0,0.005683204125303097,0.15372517456988796,0.0,0.014258423696988569,0.15372517456988796,0.0,0.011174491193707612,0.15372517456988796,0.0,0.009918314007338634,0.15372517456988796,0.0,0.00886557404847149,0.15372517456988796,0.0,0.009257131951508277,0.5,0.15372517456988796,0.0,0.0034805580878909197,0.15372517456988796,0.0,0.08227873386481983,0.5,0.15372517456988796,0.0,0.049579631388482835,0.15372517456988796,0.0,0.09012511827930095,0.15372517456988796,0.0,0.0013468223588014798,0.15372517456988796,0.0,0.013141796981538476,0.15372517456988796,0.0,0.006853022287849281,0.15372517456988796,0.0,0.0017889452570350125,0.15372517456988796,0.0,0.018680473907186156,0.5,0.15372517456988796,0.0,0.02588628909871821,0.0,0.0,0.10258521930919656 -7592,0.5,0.15372517456988796,0.0,0.005891975736562467,0.15372517456988796,0.0,0.0009594096752228293,0.15372517456988796,0.0,0.0045566519364064785,0.15372517456988796,6.5130654535369055e-09,0.01335944326191088,0.15372517456988796,0.0,0.008748089075492915,0.15372517456988796,0.0,0.00852500075607185,0.15372517456988796,0.0,0.005130875105174868,0.15372517456988796,0.0,0.012322161602656024,0.5,0.15372517456988796,0.0,0.003692171221522443,0.15372517456988796,0.0,0.04665649036351464,0.5,0.15372517456988796,0.0,0.03473227626026868,0.15372517456988796,0.0,0.06256734548986768,0.15372517456988796,0.0,0.0003685020301350283,0.15372517456988796,0.0,0.009088826709315267,0.15372517456988796,0.0,0.005318384127323179,0.15372517456988796,0.0,0.0010294075693706628,0.15372517456988796,0.0,0.01431045831935126,0.5,0.15372517456988796,0.00012523940599334276,0.018484882061466826,0.0,0.0,0.08869828462465887 -7593,0.5,0.15372517456988796,0.008700930274717645,0.007095104168893928,0.15372517456988796,0.003709410866091617,0.0001979243155747488,0.15372517456988796,0.038043702519079764,0.0037764302267035673,0.15372517456988796,0.010510186367315376,0.013827956783986779,0.15372517456988796,0.011393381149394925,0.007599379469065096,0.15372517456988796,0.020441062561824562,0.007481349882321536,0.15372517456988796,0.016820123384556532,0.0035900137021531125,0.15372517456988796,0.024640686728356585,0.011474888433288206,0.5,0.15372517456988796,0.014920306764715091,0.003480133957354136,0.15372517456988796,0.0011061265086734055,0.02575322498946438,0.5,0.15372517456988796,0.007021905151835414,0.016713654175788246,0.15372517456988796,0.00680490891550497,0.0360086505539537,0.15372517456988796,0.002938785244815417,0.0005882902417017597,0.15372517456988796,0.009630288721013786,0.006964754971343558,0.15372517456988796,0.0107565398947795,0.002483800147796863,0.15372517456988796,0.007315565267080101,0.0005893309464226483,0.15372517456988796,0.03083725125619122,0.009323347790750029,0.5,0.15372517456988796,0.010993088534678114,0.011516621481941703,0.0,0.0,0.06982997317088203 -7594,0.5,0.15372517456988796,0.03244036423568318,0.009051947444902836,0.15372517456988796,0.01608389742219268,0.0,0.15372517456988796,0.07292048883264232,0.0028635021382281997,0.15372517456988796,0.028645157106237322,0.018551240455497626,0.15372517456988796,0.08891558671464955,0.006396580582163862,0.15372517456988796,0.13107672861588776,0.006987743617066033,0.15372517456988796,0.09848567738948938,0.002550019951198328,0.15372517456988796,0.12573031638284693,0.008458238742738888,0.5,0.15372517456988796,0.07448405777293875,0.0031725228727936873,0.15372517456988796,0.003660744919805934,0.011355952800778769,0.5,0.15372517456988796,0.029963949385423322,0.006602823814658172,0.15372517456988796,0.02723947904987828,0.01700432728004071,0.15372517456988796,0.024151400436895266,0.0029781050004849432,0.15372517456988796,0.0828651719843065,0.005414789095508778,0.15372517456988796,0.05548036221141148,0.0008824746867242087,0.15372517456988796,0.04048032772036481,0.000369901446022205,0.15372517456988796,0.07717418979353691,0.006864936529115364,0.5,0.15372517456988796,0.034884986296610646,0.010038527528582322,0.0,0.0,0.04610968501303945 -7595,0.5,0.15372517456988796,0.05434170802382576,0.011858330934836398,0.15372517456988796,0.034407416086028104,0.0,0.15372517456988796,0.07884116054471649,0.0029513269326687792,0.15372517456988796,0.043491454685119016,0.023653390404311463,0.15372517456988796,0.20128973956553622,0.007044551146699462,0.15372517456988796,0.24921431837864882,0.007131805894048835,0.15372517456988796,0.1976668723127858,0.0018098768944470238,0.15372517456988796,0.237450030008403,0.00866109831589285,0.5,0.15372517456988796,0.16551145220535277,0.002706548008115738,0.15372517456988796,0.007370528316665379,0.003603991662893955,0.5,0.15372517456988796,0.06534862861780041,0.0029145567551580325,0.15372517456988796,0.04042334422885539,0.006594228752818891,0.15372517456988796,0.04579469792066176,0.005144465082379965,0.15372517456988796,0.17334027691585008,0.00379628882252178,0.15372517456988796,0.104744721376064,0.0014828512705824454,0.15372517456988796,0.08970348121357681,0.0004566815468712711,0.15372517456988796,0.12053465542333516,0.006165662026346144,0.5,0.15372517456988796,0.05674042878377793,0.006909939110377985,0.0,0.0,0.03175734674090862 -7596,0.5,0.15372517456988796,0.07239420464655363,0.012608080721162257,0.15372517456988796,0.07076562160815958,0.0,0.15372517456988796,0.08763312814357904,0.0032231120963327736,0.15372517456988796,0.04965787134834001,0.02568703951486533,0.15372517456988796,0.2767754256160917,0.009464811864645324,0.15372517456988796,0.34315363805619037,0.009971220147783275,0.15372517456988796,0.26384678827624125,0.0015880683282452647,0.15372517456988796,0.32732357462568207,0.011259010309219112,0.5,0.15372517456988796,0.23902145668885505,0.002699963130766714,0.15372517456988796,0.012725953276592528,0.0008605261668432122,0.5,0.15372517456988796,0.07549701961342407,0.0015070691853152102,0.15372517456988796,0.04321970642537208,0.003365433333924811,0.15372517456988796,0.07442070870148401,0.005489538327121965,0.15372517456988796,0.2478616762193001,0.00568579217692579,0.15372517456988796,0.14822281952428107,0.00363645288384239,0.15372517456988796,0.12582112572359266,0.0004899992682629254,0.15372517456988796,0.14044492001065023,0.007033598830451808,0.5,0.15372517456988796,0.0670978797958535,0.002322137400134,0.0,0.0,0.02278254622568303 -7597,0.5,0.15372517456988796,0.08490479047973389,0.010438126599376443,0.15372517456988796,0.06208945851380574,0.0,0.15372517456988796,0.08534520395261128,0.0028920103046070093,0.15372517456988796,0.04794319677479138,0.023746427499236132,0.15372517456988796,0.3057571994730617,0.0070678874355172405,0.15372517456988796,0.3926465653964982,0.010446634135806236,0.15372517456988796,0.27282719812432654,0.0009421526340782516,0.15372517456988796,0.36049041980971075,0.010349048240272982,0.5,0.15372517456988796,0.24551002674905142,0.0019989183141912144,0.15372517456988796,0.016942880720142633,0.0004594409256746971,0.5,0.15372517456988796,0.0613009624769721,0.0014630557512619825,0.15372517456988796,0.04434575867772984,0.0030023305606411295,0.15372517456988796,0.10416925169287265,0.0053946516377275005,0.15372517456988796,0.283925988768666,0.006487727753454573,0.15372517456988796,0.19096691748923575,0.004271873293668228,0.15372517456988796,0.12373589900563334,0.0003037540295977947,0.15372517456988796,0.13217036678274718,0.005197196674070675,0.5,0.15372517456988796,0.0645797081833773,0.0012073903495840544,0.0,0.0007225986420119295,0.020620772777773758 -7598,0.5,0.15372517456988796,0.0783556443419533,0.008872438756898537,0.15372517456988796,0.05945869782440236,2.2061205506888854e-05,0.15372517456988796,0.06815379948389468,0.003590231531644375,0.15372517456988796,0.03824351472728441,0.01803958951966377,0.15372517456988796,0.27591234483542226,0.005291239941211286,0.15372517456988796,0.3753501780799096,0.009582448782513572,0.15372517456988796,0.22964660509242765,0.0003703932721528432,0.15372517456988796,0.3298342287664646,0.009824140432960798,0.5,0.15372517456988796,0.2181425226275135,0.0040357739706593865,0.15372517456988796,0.014939548156864407,0.0008102695067422828,0.5,0.15372517456988796,0.0356359857421127,0.0010395254614730962,0.15372517456988796,0.04759456075528516,0.001683316188307387,0.15372517456988796,0.1140327928316125,0.004716265732038067,0.15372517456988796,0.261919884916522,0.005303684005338022,0.15372517456988796,0.16281147548979907,0.003934607785928815,0.15372517456988796,0.06746522232761504,0.0001193236631688189,0.15372517456988796,0.09629308277138951,0.003188705039886124,0.5,0.15372517456988796,0.05511936438274892,0.0019126096071856826,0.0,0.003755000752038215,0.031062839945090116 -7599,0.5,0.15372517456988796,0.049342265291867166,0.008036283826847034,0.15372517456988796,0.04868042851529541,0.0,0.15372517456988796,0.035978376775979634,0.0031977513825146315,0.15372517456988796,0.020911097816784862,0.01189756010128392,0.15372517456988796,0.19422419754435097,0.002790321941375622,0.15372517456988796,0.3044422396719315,0.011300975348553274,0.15372517456988796,0.15381307896054977,0.00012394521342330093,0.15372517456988796,0.26062076863648254,0.009930419577090201,0.5,0.15372517456988796,0.18440542669888205,0.00547938724639951,0.15372517456988796,0.009483467711906291,0.0009869319106224996,0.5,0.15372517456988796,0.02032962711112348,0.0008059205343825008,0.15372517456988796,0.038144518040184094,0.0011556537593293353,0.15372517456988796,0.08266211698364748,0.0042369338348058885,0.15372517456988796,0.18854285625218367,0.0037355593958021444,0.15372517456988796,0.11011323787898729,0.0015253054979047595,0.15372517456988796,0.02846774373499941,9.987512494963365e-05,0.15372517456988796,0.05018859191025676,0.0019785259808221315,0.5,0.15372517456988796,0.036427083052350484,0.003023962647865857,0.0,0.005251014951611767,0.03991900444152229 -7600,0.5,0.15372517456988796,0.0029292244883679505,0.00688156862468492,0.15372517456988796,0.02860549141809969,0.0,0.15372517456988796,0.007054216876856318,0.0011536326565370104,0.15372517456988796,0.0024467426152067224,0.005767876772144492,0.15372517456988796,0.1079786051805374,0.0045368382109964465,0.15372517456988796,0.14941804985734392,0.009724232714772262,0.15372517456988796,0.09492073018583205,0.0013874377664980005,0.15372517456988796,0.11279725594889346,0.005098220467111085,0.5,0.15372517456988796,0.09920367542205927,0.0019931635010526,0.15372517456988796,0.004333343210775181,0.00047455462718017094,0.5,0.15372517456988796,0.00832457829009194,0.0008098840573166279,0.15372517456988796,0.016696952663615483,0.0010759140414390732,0.15372517456988796,0.02886320908391766,0.004041401292720598,0.15372517456988796,0.08366274347839396,0.002758159327119109,0.15372517456988796,0.046251848932997795,0.000422649452508027,0.15372517456988796,0.007571664029133202,0.00045257055420656417,0.15372517456988796,0.011996391242416284,0.0007672797758983544,0.5,0.15372517456988796,0.00911475342252469,0.0009226773593131265,0.0,0.006574345991037795,0.04669945265523199 -7601,0.5,0.15372517456988796,0.0,0.006637713259386426,0.15372517456988796,0.0,0.0,0.15372517456988796,0.0,0.00038433408310127685,0.15372517456988796,0.0,0.0033730026351825103,0.15372517456988796,0.0,0.007282516725010381,0.15372517456988796,0.0,0.012649245782694336,0.15372517456988796,0.0,0.004055586633783378,0.15372517456988796,0.0,0.009463493904226891,0.5,0.15372517456988796,0.0,0.001651601498707338,0.15372517456988796,3.439474521093454e-05,0.00030152293973906193,0.5,0.15372517456988796,0.0,0.000688228391163515,0.15372517456988796,2.111444124241012e-05,0.0006864730472110085,0.15372517456988796,0.0,0.0037092871188406304,0.15372517456988796,0.0,0.006395233480321075,0.15372517456988796,0.0,0.0002923920276619836,0.15372517456988796,0.0,0.00148565980306053,0.15372517456988796,0.0,0.000506493797877334,0.5,0.15372517456988796,0.0,0.0003346610470691449,0.0,0.00994704642136877,0.07211157330135724 -7602,0.5,0.15372517456988796,0.0,0.00699919319763115,0.15372517456988796,0.0,0.0003112478336090772,0.15372517456988796,0.0,0.00016321487048644108,0.15372517456988796,0.0,0.002510006915767492,0.15372517456988796,0.0,0.007522380537965019,0.15372517456988796,0.0,0.018682167333592615,0.15372517456988796,0.0,0.0032349940840046866,0.15372517456988796,0.0,0.015315940288836179,0.5,0.15372517456988796,0.0,0.003641653734822067,0.15372517456988796,0.0,0.0013333159598810935,0.5,0.15372517456988796,0.0,0.0003190262962691575,0.15372517456988796,0.0,0.0008020437290023011,0.15372517456988796,0.0,0.005962202810567112,0.15372517456988796,0.0,0.00933947184989367,0.15372517456988796,0.0,0.0004000348366600236,0.15372517456988796,0.0,0.002084116430481046,0.15372517456988796,0.0,0.0005550550040206598,0.5,0.15372517456988796,0.0,0.0002418422537031308,0.0,0.018789803005387875,0.12141806430913801 -7603,0.5,0.15372517456988796,0.0,0.008592035269693935,0.15372517456988796,0.0,0.004089499662024207,0.15372517456988796,0.0,0.00027600923462618927,0.15372517456988796,0.0,0.0025510480640099217,0.15372517456988796,0.0,0.007872094071666154,0.15372517456988796,0.0,0.02937566542212102,0.15372517456988796,0.0,0.002851407076958625,0.15372517456988796,0.0,0.02128652107095174,0.5,0.15372517456988796,0.0,0.006937236762869831,0.15372517456988796,0.0,0.002550207830903617,0.5,0.15372517456988796,0.0,0.0006812423726979994,0.15372517456988796,0.0,0.001781203042782888,0.15372517456988796,0.0,0.007280695120725447,0.15372517456988796,0.0,0.010631782379196613,0.15372517456988796,0.0,0.0011615349401901335,0.15372517456988796,0.0,0.0010791108451185564,0.15372517456988796,0.0,0.000991313021873574,0.5,0.15372517456988796,0.0,0.0002902785901399686,0.0,0.04058433760849887,0.14888458532833035 -7604,0.5,0.15372517456988796,0.0,0.008967303356731212,0.15372517456988796,0.0,0.001238858316169052,0.15372517456988796,0.0,0.0014490255938876036,0.15372517456988796,0.0,0.0027593477544462053,0.15372517456988796,0.0,0.01481457507397194,0.15372517456988796,0.0,0.03287397749781151,0.15372517456988796,0.0,0.007739934776629878,0.15372517456988796,0.0,0.022848541498918212,0.5,0.15372517456988796,0.0,0.007933414356627588,0.15372517456988796,0.0,0.0025215698912560217,0.5,0.15372517456988796,0.0,0.0010433789192344505,0.15372517456988796,0.0,0.003951264593713849,0.15372517456988796,0.0,0.004835617234826724,0.15372517456988796,0.0,0.007389528309405652,0.15372517456988796,0.0,0.0010795145843005346,0.15372517456988796,0.0,0.0006692382703238553,0.15372517456988796,0.0,0.0016588418755296556,0.5,0.15372517456988796,0.0,0.0006062531020596673,0.0,0.057976692214909774,0.16122243066510952 -7605,0.5,0.15372517456988796,0.0,0.008910742752143458,0.15372517456988796,0.0,0.00040337511382011277,0.15372517456988796,0.0,0.0024994829594974415,0.15372517456988796,0.0,0.0019985234066692142,0.15372517456988796,0.0,0.020222247584944154,0.15372517456988796,0.0,0.026054307658092662,0.15372517456988796,0.0,0.01497723606183818,0.15372517456988796,0.0,0.024058592508500357,0.5,0.15372517456988796,0.0,0.006614424968194095,0.15372517456988796,0.0,0.003049648665534713,0.5,0.15372517456988796,0.0,0.001511537766649512,0.15372517456988796,0.0,0.005329231339451468,0.15372517456988796,0.0,0.0033808738884146387,0.15372517456988796,0.0,0.0076660751133351005,0.15372517456988796,0.0,0.00043171424168122807,0.15372517456988796,0.0,0.0013787463032649547,0.15372517456988796,0.0,0.0018654355211334824,0.5,0.15372517456988796,0.0,0.000997314746361918,0.0,0.0831045999156088,0.16992097168285564 -7606,0.5,0.15372517456988796,0.0,0.008946359464668636,0.15372517456988796,0.0,0.0001799580132148465,0.15372517456988796,0.0,0.0015838237040745502,0.15372517456988796,0.0,0.0009166141362196082,0.15372517456988796,0.0,0.02190284748343253,0.15372517456988796,0.0,0.025053004902990506,0.15372517456988796,0.0,0.017528253483171413,0.15372517456988796,0.0,0.030330604837106374,0.5,0.15372517456988796,0.0,0.006951353408010948,0.15372517456988796,0.0,0.00510978581318291,0.5,0.15372517456988796,0.0,0.005855430821527141,0.15372517456988796,0.0,0.008070905061769112,0.15372517456988796,0.0,0.004114482101385958,0.15372517456988796,0.0,0.011259184088081492,0.15372517456988796,0.0,0.0012868208872768548,0.15372517456988796,0.0,0.0040614993053127635,0.15372517456988796,0.0,0.0020339145075326066,0.5,0.15372517456988796,0.0,0.0013045844277101777,0.0,0.09740603809483238,0.1882517351112239 -7607,0.5,0.15372517456988796,0.0,0.009084539244433018,0.15372517456988796,0.0,0.0009182027793077972,0.15372517456988796,0.0,0.0007704694871712073,0.15372517456988796,0.0,0.0007029410285705589,0.15372517456988796,0.0,0.02530964395546708,0.15372517456988796,0.0,0.03132563722044579,0.15372517456988796,0.0,0.017747408067276833,0.15372517456988796,0.0,0.03892145069948207,0.5,0.15372517456988796,0.0,0.00764877389660306,0.15372517456988796,0.0,0.008906301632674331,0.5,0.15372517456988796,0.0,0.00965049136941756,0.15372517456988796,0.0,0.01069807454615154,0.15372517456988796,0.0,0.011444461097468935,0.15372517456988796,0.0,0.017391245117243097,0.15372517456988796,0.0,0.004670050204630261,0.15372517456988796,0.0,0.0059377253002793,0.15372517456988796,0.0,0.004252160329731277,0.5,0.15372517456988796,0.0,0.0020110429326069567,0.0,0.09419825604112084,0.2026572975302265 -7608,0.5,0.15372517456988796,0.0,0.0075492207602539,0.15372517456988796,0.0,0.0052909342326896,0.15372517456988796,0.0,0.0009183948656994109,0.15372517456988796,0.0,0.0005214398970649905,0.15372517456988796,0.0,0.02829528004960704,0.15372517456988796,0.0,0.04114142324243975,0.15372517456988796,0.0,0.01902092570608067,0.15372517456988796,0.0,0.04536595709804017,0.5,0.15372517456988796,0.0,0.0086454088230707,0.15372517456988796,0.0,0.009996685463665998,0.5,0.15372517456988796,0.0,0.013250187318365816,0.15372517456988796,0.0,0.01689973863626428,0.15372517456988796,0.0,0.015886979440159876,0.15372517456988796,0.0,0.02247715558469498,0.15372517456988796,0.0,0.007663577185572291,0.15372517456988796,0.0,0.0060002301125631095,0.15372517456988796,0.0,0.005774407000965603,0.5,0.15372517456988796,0.0,0.0033439124924540247,0.0,0.07262138494657613,0.2224965392205201 -7609,0.5,0.15372517456988796,0.0,0.005923276631434326,0.15372517456988796,0.0,0.005612606129954339,0.15372517456988796,0.0,0.0014392408085230437,0.15372517456988796,0.0,0.0003352499256467657,0.15372517456988796,0.0,0.030366568358342488,0.15372517456988796,0.0,0.04888885515444438,0.15372517456988796,0.0,0.01965778688609471,0.15372517456988796,0.0,0.043575029508699736,0.5,0.15372517456988796,0.0,0.010360980242757055,0.15372517456988796,0.0,0.007992004776459814,0.5,0.15372517456988796,0.0,0.020336386473152748,0.15372517456988796,0.0,0.02345366744144403,0.15372517456988796,0.0,0.013122889248677988,0.15372517456988796,0.0,0.025919185053403432,0.15372517456988796,0.0,0.008555036501947276,0.15372517456988796,0.0,0.0070594078947373564,0.15372517456988796,0.0,0.007735754430554586,0.5,0.15372517456988796,0.0,0.004070784707993241,0.0,0.05501115815331683,0.2608765492703784 -7610,0.5,0.15372517456988796,0.0,0.005062754622592783,0.15372517456988796,0.0,0.00481701855694126,0.15372517456988796,0.0,0.002198721220815572,0.15372517456988796,0.0,0.00042146908656815564,0.15372517456988796,0.0,0.03345921937290431,0.15372517456988796,0.0,0.05347347980840398,0.15372517456988796,0.0,0.01942917017393103,0.15372517456988796,0.0,0.04730774993039199,0.5,0.15372517456988796,0.0,0.014337032829554291,0.15372517456988796,0.0,0.006994318807449468,0.5,0.15372517456988796,0.0,0.023438519096039945,0.15372517456988796,0.0,0.03149034359202425,0.15372517456988796,0.0,0.008358336463496811,0.15372517456988796,0.0,0.02943488306301452,0.15372517456988796,0.0,0.009803358823763193,0.15372517456988796,0.0,0.0071171440924110265,0.15372517456988796,0.0,0.010627778530399173,0.5,0.15372517456988796,0.0,0.005006216850931253,0.0,0.0486526537163429,0.2935728227894021 -7611,0.5,0.15372517456988796,0.0,0.005182422458065211,0.15372517456988796,0.0,0.005245387813492468,0.15372517456988796,0.0,0.004674251925318276,0.15372517456988796,0.0,0.0010795547880820913,0.15372517456988796,0.0,0.03834966347137744,0.15372517456988796,0.0,0.0587246387735572,0.15372517456988796,0.0,0.02210293454461201,0.15372517456988796,0.0,0.054256226300455686,0.5,0.15372517456988796,0.0,0.016362388641522087,0.15372517456988796,0.0,0.006253568310644322,0.5,0.15372517456988796,0.0,0.026161699514085087,0.15372517456988796,0.0,0.0316346868375094,0.15372517456988796,0.0,0.006027439952330251,0.15372517456988796,0.0,0.03384889748598839,0.15372517456988796,0.0,0.010611403770567933,0.15372517456988796,0.0,0.0065027343441658465,0.15372517456988796,0.0,0.01242578123456062,0.5,0.15372517456988796,0.0,0.006156371202738545,0.0,0.048874882903609564,0.3182839237605657 -7612,0.5,0.15372517456988796,0.0,0.00641865830701868,0.15372517456988796,0.0,0.00531296291202452,0.15372517456988796,0.0,0.007325615757157315,0.15372517456988796,0.0,0.0025834785039606663,0.15372517456988796,0.0,0.04525378004987929,0.15372517456988796,0.0,0.06725616089190034,0.15372517456988796,0.0,0.02898162462061683,0.15372517456988796,0.0,0.05620894629969235,0.5,0.15372517456988796,0.0,0.01620030851928249,0.15372517456988796,0.0,0.007759703742208148,0.5,0.15372517456988796,0.0,0.02996548077362914,0.15372517456988796,0.0,0.033751976458318886,0.15372517456988796,0.0,0.006475892071372731,0.15372517456988796,0.0,0.04087800177465539,0.15372517456988796,0.0,0.010372703640593586,0.15372517456988796,0.0,0.007351457173357948,0.15372517456988796,0.0,0.014453245384743876,0.5,0.15372517456988796,0.0,0.007089835483493583,0.0,0.0565102179066008,0.3453398053768123 -7613,0.5,0.15372517456988796,0.0,0.008340410170257558,0.15372517456988796,0.0,0.00565807587001616,0.15372517456988796,0.0,0.0077721171312742495,0.15372517456988796,0.0,0.004733524956542682,0.15372517456988796,0.0,0.05660503229698618,0.15372517456988796,0.0,0.07698430806928591,0.15372517456988796,0.0,0.04214484055344021,0.15372517456988796,0.0,0.06638277793367417,0.5,0.15372517456988796,0.0,0.019067090521621394,0.15372517456988796,0.0,0.011033795729513636,0.5,0.15372517456988796,0.0,0.03290065590751259,0.15372517456988796,0.0,0.04305591867858667,0.15372517456988796,0.0,0.009340460056933344,0.15372517456988796,0.0,0.05061001162045309,0.15372517456988796,0.0,0.01125093991814281,0.15372517456988796,0.0,0.011224924542554677,0.15372517456988796,0.0,0.01667702934333202,0.5,0.15372517456988796,0.0,0.008186705446164287,0.0,0.07133749480868459,0.4015461425969214 -7614,0.5,0.15372517456988796,0.0,0.010370760472878163,0.15372517456988796,0.0,0.008602568286815415,0.15372517456988796,0.0,0.006981127273237738,0.15372517456988796,0.0,0.006532640725467095,0.15372517456988796,0.0,0.07046231447098644,0.15372517456988796,0.0,0.08796258625207401,0.15372517456988796,0.0,0.056959807805440625,0.15372517456988796,0.0,0.08615184334992815,0.5,0.15372517456988796,0.0,0.028017437212693425,0.15372517456988796,0.0,0.014105981781540825,0.5,0.15372517456988796,0.0,0.033596996773995656,0.15372517456988796,0.0,0.0518393791571929,0.15372517456988796,0.0,0.013485167308029872,0.15372517456988796,0.0,0.0641257856269785,0.15372517456988796,0.0,0.015659807098367597,0.15372517456988796,0.0,0.016753996650810808,0.15372517456988796,0.0,0.018012047119552684,0.5,0.15372517456988796,0.0,0.00993942121687283,0.0,0.0837488257899949,0.489353283653848 -7615,0.5,0.15372517456988796,0.0,0.01177922525344181,0.15372517456988796,0.0,0.01680868695154624,0.15372517456988796,0.0,0.006568470590719428,0.15372517456988796,0.0,0.00724081138324905,0.15372517456988796,0.0,0.07735570652094202,0.15372517456988796,0.0,0.10151787532264303,0.15372517456988796,0.0,0.07411716257771632,0.15372517456988796,0.0,0.1037614774701345,0.5,0.15372517456988796,0.0,0.05110585477181408,0.15372517456988796,0.0,0.01548915024095429,0.5,0.15372517456988796,0.0,0.033776310436096024,0.15372517456988796,0.0,0.06802899739096632,0.15372517456988796,0.0,0.0217327775354356,0.15372517456988796,0.0,0.0773764560963279,0.15372517456988796,0.0,0.023813871382180194,0.15372517456988796,0.0,0.0216395508230636,0.15372517456988796,0.0,0.017389942453836977,0.5,0.15372517456988796,0.0,0.011337152420888057,0.0,0.08591252395560825,0.5445840162423771 -7616,0.5,0.15372517456988796,0.0,0.012860198065526691,0.15372517456988796,0.0,0.025599710345638096,0.15372517456988796,0.0,0.008329749306158398,0.15372517456988796,6.268978349652537e-06,0.007817436558575178,0.15372517456988796,0.0,0.08472802659466584,0.15372517456988796,0.0,0.12034202546232091,0.15372517456988796,0.0,0.09093746307093428,0.15372517456988796,0.0,0.14663302605037606,0.5,0.15372517456988796,0.0,0.10891568662392999,0.15372517456988796,0.0,0.017014591986911826,0.5,0.15372517456988796,0.0,0.04258283441737757,0.15372517456988796,0.0,0.09078636271570789,0.15372517456988796,0.0,0.028847355672062255,0.15372517456988796,0.0,0.0889400063603536,0.15372517456988796,0.0,0.03225551628080825,0.15372517456988796,0.0,0.029918707058748474,0.15372517456988796,0.0,0.018971778465134183,0.5,0.15372517456988796,0.0005890147428358009,0.015169434853832656,0.0,0.08747191782197752,0.5798795882460973 -7617,0.5,0.15372517456988796,0.0026973050335400255,0.015549525273540152,0.15372517456988796,0.03399067750532119,0.031743988052006886,0.15372517456988796,0.005341234364433992,0.013928934331818512,0.15372517456988796,0.011009066135798365,0.009848386208412009,0.15372517456988796,0.02290131960571263,0.08321540986124062,0.15372517456988796,0.017622293101877722,0.12194126590649826,0.15372517456988796,0.02838625078498878,0.10161915772796878,0.15372517456988796,0.009801017013034645,0.22023220050808323,0.5,0.15372517456988796,0.01151044317081629,0.1704010097222705,0.15372517456988796,0.04831167524825607,0.023580488547701166,0.5,0.15372517456988796,0.046647694709328585,0.06429057783218667,0.15372517456988796,0.0494465727649327,0.12008137019293132,0.15372517456988796,0.01624067675385516,0.03259837542047722,0.15372517456988796,0.021528684966787892,0.10117921723903434,0.15372517456988796,0.024767592891936144,0.039031617970226855,0.15372517456988796,0.005659695854088349,0.04588957654718387,0.15372517456988796,0.03901436555868711,0.02614012330690996,0.5,0.15372517456988796,0.08615806269541065,0.028401938557285383,0.0,0.09118475221732514,0.6489356335621981 -7618,0.5,0.15372517456988796,0.010687583558084988,0.019554558867881298,0.15372517456988796,0.15756231856511724,0.04099600591662223,0.15372517456988796,0.02501984866760926,0.023839017473963057,0.15372517456988796,0.034607435158078875,0.014315662681957041,0.15372517456988796,0.15498404277619707,0.08413886149273425,0.15372517456988796,0.11023230584215898,0.13657930993121084,0.15372517456988796,0.1452657707800521,0.12193418640803848,0.15372517456988796,0.04881589918262361,0.3542066360051078,0.5,0.15372517456988796,0.061816231623246565,0.2109440618569942,0.15372517456988796,0.13331664315054723,0.0343508056061545,0.5,0.15372517456988796,0.2010588092580107,0.13243021717008316,0.15372517456988796,0.15530549900302792,0.14803444425131407,0.15372517456988796,0.12900894520577752,0.0394408317464474,0.15372517456988796,0.15914360466509628,0.12406221887335764,0.15372517456988796,0.10139860404777792,0.04743781837352045,0.15372517456988796,0.025031467738561262,0.08124533778225873,0.15372517456988796,0.14590562446375513,0.05557322609084621,0.5,0.15372517456988796,0.20347063357702277,0.041316841050658595,0.0,0.0886886839712524,0.7256623557680103 -7619,0.5,0.15372517456988796,0.022508424498824574,0.02833136278663911,0.15372517456988796,0.23869577127566466,0.060593128349241576,0.15372517456988796,0.05011208915137575,0.04437474090789719,0.15372517456988796,0.06063592525488501,0.025265898555169686,0.15372517456988796,0.25212009576948535,0.10622213471941809,0.15372517456988796,0.18875160504378014,0.22243960176844818,0.15372517456988796,0.23543481253106602,0.22559056448791656,0.15372517456988796,0.08287184964558288,0.5152687054866465,0.5,0.15372517456988796,0.14698595354327995,0.2262390498304724,0.15372517456988796,0.23313565000821596,0.030953463106120956,0.5,0.15372517456988796,0.32284460335907966,0.2553145762862215,0.15372517456988796,0.2897926959076018,0.12601351065533806,0.15372517456988796,0.22451707455220854,0.05479390924086627,0.15372517456988796,0.27622202698751447,0.15432257613226336,0.15372517456988796,0.1557298264279513,0.06994150795913415,0.15372517456988796,0.05447892654699632,0.1395454853062865,0.15372517456988796,0.2836118140261597,0.1412604038729991,0.5,0.15372517456988796,0.30598095324373314,0.05983051043865027,0.0,0.0885454176996538,0.7977002994818232 -7620,0.5,0.15372517456988796,0.03324764698668467,0.04159669106105626,0.15372517456988796,0.2814763585611491,0.10230516995075292,0.15372517456988796,0.08037337388864418,0.08083547442191029,0.15372517456988796,0.07995617989554793,0.04351830030300215,0.15372517456988796,0.2820898956799591,0.16830691478970852,0.15372517456988796,0.2571263074303426,0.359003930826404,0.15372517456988796,0.258242723707928,0.3862160159701631,0.15372517456988796,0.10691294978634608,0.5638107729706667,0.5,0.15372517456988796,0.26000803937822486,0.22172638617431079,0.15372517456988796,0.32840378015754546,0.023027759096752972,0.5,0.15372517456988796,0.37989375323626057,0.33013509391684337,0.15372517456988796,0.37868022647622956,0.11800747043681362,0.15372517456988796,0.2678714227314966,0.09219296861073747,0.15372517456988796,0.3402358217553821,0.1967794814373423,0.15372517456988796,0.1800692836726795,0.11135249168654586,0.15372517456988796,0.10212152944496042,0.18852925756974434,0.15372517456988796,0.35521172266361506,0.23188334245930234,0.5,0.15372517456988796,0.389683522830786,0.09093138633471251,0.0,0.09880518899032036,0.8576197118824053 -7621,0.5,0.15372517456988796,0.04188355419184727,0.059550528645045495,0.15372517456988796,0.30105563229642757,0.15370984860323111,0.15372517456988796,0.09959464615346761,0.11445825315601306,0.15372517456988796,0.10529605171876277,0.07139987680394923,0.15372517456988796,0.2538303946681434,0.23474950024344185,0.15372517456988796,0.24590409113636397,0.4627855823066524,0.15372517456988796,0.22177857498150255,0.48845329020827544,0.15372517456988796,0.15713224138666898,0.5857013726420338,0.5,0.15372517456988796,0.33755854755996395,0.2034506775808462,0.15372517456988796,0.39193379906835424,0.0219423786656733,0.5,0.15372517456988796,0.4353955968126342,0.291740718918546,0.15372517456988796,0.43450777053935724,0.09376275836949118,0.15372517456988796,0.25924178078093113,0.12387331581444738,0.15372517456988796,0.3406882641386825,0.23779602968165953,0.15372517456988796,0.1533214502063787,0.1628936597096023,0.15372517456988796,0.17420417366518143,0.2261851978029071,0.15372517456988796,0.35865769828212596,0.24926064390272643,0.5,0.15372517456988796,0.427838215764332,0.10412153585707462,0.0,0.11036688664488543,0.873540315564324 -7622,0.5,0.15372517456988796,0.04819086281873762,0.07749622758812802,0.15372517456988796,0.28289573060013257,0.15226170122436913,0.15372517456988796,0.1102523457760988,0.12405371827140821,0.15372517456988796,0.15004751697054797,0.10239332600895523,0.15372517456988796,0.2035197910535999,0.3758893045821375,0.15372517456988796,0.17137388576758236,0.5238872139552084,0.15372517456988796,0.13484222728669615,0.44777318643061853,0.15372517456988796,0.22158980396702435,0.5412935482832947,0.5,0.15372517456988796,0.3624585094386965,0.15178347853007182,0.15372517456988796,0.4036295135167326,0.016366544071267888,0.5,0.15372517456988796,0.44468697131862006,0.1934020705251011,0.15372517456988796,0.4429356525620901,0.05645235252967965,0.15372517456988796,0.18997265027499385,0.1577766055081352,0.15372517456988796,0.26989589802802344,0.22875372616166134,0.15372517456988796,0.09997658287271706,0.179904370586131,0.15372517456988796,0.1997232119606798,0.22615529245808444,0.15372517456988796,0.31539924106671474,0.19620245281799048,0.5,0.15372517456988796,0.4029673106435937,0.09979004639602652,0.0,0.11413972485750677,0.8628272198404506 -7623,0.5,0.15372517456988796,0.03582194353594465,0.08516605496112732,0.15372517456988796,0.1839307754933564,0.158953033113673,0.15372517456988796,0.09505787857124712,0.09861762645485,0.15372517456988796,0.16505043012169388,0.107069423799387,0.15372517456988796,0.09877781795794462,0.4606661390480503,0.15372517456988796,0.10799284657147323,0.4877826495913267,0.15372517456988796,0.08157887765465986,0.41252881252559626,0.15372517456988796,0.2352697623538074,0.39547471138616097,0.5,0.15372517456988796,0.25551376809417187,0.08807427576411524,0.15372517456988796,0.3535419315298074,0.010651878664196231,0.5,0.15372517456988796,0.32791037852626564,0.15045472434694765,0.15372517456988796,0.3354365167678498,0.04004380091452432,0.15372517456988796,0.09692544747012573,0.16365548721941187,0.15372517456988796,0.1445788567328584,0.23750736141743983,0.15372517456988796,0.04985087039295593,0.17223648351455298,0.15372517456988796,0.1556212193941121,0.19966258232482845,0.15372517456988796,0.2430843734892869,0.12894085144785186,0.5,0.15372517456988796,0.3188545028400875,0.043792662474262965,0.0,0.134519005457742,0.8576783118477105 -7624,0.5,0.15372517456988796,0.0005879436229036968,0.09115672718357248,0.15372517456988796,0.02901959815081988,0.14684129550920322,0.15372517456988796,0.03375720917600907,0.07141276127372832,0.15372517456988796,0.010461741874507012,0.11162970113135326,0.15372517456988796,0.046315491362946576,0.4167623994975869,0.15372517456988796,0.04957077794977318,0.35761760236883816,0.15372517456988796,0.07699006374825118,0.2895592495005919,0.15372517456988796,0.10331787170981215,0.2673471065449976,0.5,0.15372517456988796,0.0873264650530523,0.049402648398864595,0.15372517456988796,0.1404107626871658,0.009658784132660945,0.5,0.15372517456988796,0.11655236883277105,0.06773397390709772,0.15372517456988796,0.12416046936357028,0.027914847460592498,0.15372517456988796,0.007515139853365431,0.1797713694617609,0.15372517456988796,0.034915758428928176,0.2774374393123754,0.15372517456988796,0.008748573243986575,0.17167152822715007,0.15372517456988796,0.08106920464770455,0.13860691350119714,0.15372517456988796,0.06596267801946158,0.09583656849367082,0.5,0.15372517456988796,0.07706280352433018,0.0247530579239096,0.0,0.1538759703796048,0.8715764843512411 -7625,0.5,0.15372517456988796,0.0,0.11446300969775927,0.15372517456988796,0.0,0.19870430727326927,0.15372517456988796,0.0,0.07848701616843215,0.15372517456988796,0.0,0.12726872718859988,0.15372517456988796,0.0,0.3424707277410787,0.15372517456988796,0.0,0.2656126030957294,0.15372517456988796,0.0,0.2035655924294664,0.15372517456988796,0.0,0.2264658469042969,0.5,0.15372517456988796,0.0,0.0365674023545874,0.15372517456988796,0.0,0.01162802002803505,0.5,0.15372517456988796,0.0,0.06878619066904305,0.15372517456988796,0.0,0.03131167842635624,0.15372517456988796,0.0,0.21292540138964117,0.15372517456988796,0.0,0.32762102808245297,0.15372517456988796,0.0,0.19202357080282031,0.15372517456988796,0.0,0.09806957089810832,0.15372517456988796,0.0,0.10395354053045472,0.5,0.15372517456988796,0.0,0.03793721473284049,0.0,0.19817668649645093,0.904637162843658 -7626,0.5,0.15372517456988796,0.0,0.15628773167273466,0.15372517456988796,0.0,0.24788195480443745,0.15372517456988796,0.0,0.10048942830906762,0.15372517456988796,0.0,0.11729896084552988,0.15372517456988796,0.0,0.2955729451946033,0.15372517456988796,0.0,0.23937759095155425,0.15372517456988796,0.0,0.1970538893758403,0.15372517456988796,0.0,0.15820995383349012,0.5,0.15372517456988796,0.0,0.03949374401020077,0.15372517456988796,0.0,0.017764616578802832,0.5,0.15372517456988796,0.0,0.06346298928880639,0.15372517456988796,0.0,0.03663322218845844,0.15372517456988796,0.0,0.2729028328280179,0.15372517456988796,0.0,0.35485743178124346,0.15372517456988796,0.0,0.21167737061332956,0.15372517456988796,0.0,0.08314939722388831,0.15372517456988796,0.0,0.11386246679298168,0.5,0.15372517456988796,0.0,0.04672336658882023,0.0,0.22150235225138487,0.953884716434598 -7627,0.5,0.15372517456988796,0.0,0.21067908964756676,0.15372517456988796,0.0,0.234092936247688,0.15372517456988796,0.0,0.10697344890489682,0.15372517456988796,0.0,0.11622535513618927,0.15372517456988796,0.0,0.3102231459344083,0.15372517456988796,0.0,0.2085187359017657,0.15372517456988796,0.0,0.21119449055201234,0.15372517456988796,0.0,0.09052875326407836,0.5,0.15372517456988796,0.0,0.08847690749101986,0.15372517456988796,0.0,0.02860737294422663,0.5,0.15372517456988796,0.0,0.07638765367213787,0.15372517456988796,0.0,0.037522532382555956,0.15372517456988796,0.0,0.33923145636437757,0.15372517456988796,0.0,0.3920764075999789,0.15372517456988796,0.0,0.21679845095955735,0.15372517456988796,0.0,0.09151230651515783,0.15372517456988796,0.0,0.12560535699355332,0.5,0.15372517456988796,0.0,0.04931499507185592,0.0,0.25587105267641214,0.9933822748077838 -7628,0.5,0.15372517456988796,0.0,0.25530445080280423,0.15372517456988796,0.0,0.2364678866709313,0.15372517456988796,0.0,0.09622268746597819,0.15372517456988796,0.0,0.12163509116044265,0.15372517456988796,0.0,0.36567536773152515,0.15372517456988796,0.0,0.14905820119772445,0.15372517456988796,0.0,0.20452278024033893,0.15372517456988796,0.0,0.07787530069109905,0.5,0.15372517456988796,0.0,0.09252193442935196,0.15372517456988796,0.0,0.03240798741340887,0.5,0.15372517456988796,0.0,0.05214721368937248,0.15372517456988796,0.0,0.026555038329417243,0.15372517456988796,0.0,0.3483449680120786,0.15372517456988796,0.0,0.4423603080149159,0.15372517456988796,0.0,0.21790492709868448,0.15372517456988796,0.0,0.07801219928732753,0.15372517456988796,0.0,0.11915141344230311,0.5,0.15372517456988796,0.0,0.04635776383380099,0.0,0.33485631336726673,1.0028981708579146 -7629,0.5,0.15372517456988796,0.0,0.28292280163936595,0.15372517456988796,0.0,0.22221230873672315,0.15372517456988796,0.0,0.07711431212306756,0.15372517456988796,0.0,0.13121230526531868,0.15372517456988796,0.0,0.328420656273105,0.15372517456988796,0.0,0.132545005927674,0.15372517456988796,0.0,0.1653689109159645,0.15372517456988796,0.0,0.08404367963250582,0.5,0.15372517456988796,0.0,0.048385906077117846,0.15372517456988796,0.0,0.02996682844339377,0.5,0.15372517456988796,0.0,0.0244378587527778,0.15372517456988796,0.0,0.014816775520286884,0.15372517456988796,0.0,0.33691955393486805,0.15372517456988796,0.0,0.47504479034940505,0.15372517456988796,0.0,0.22969289602651444,0.15372517456988796,0.0,0.060783045428010836,0.15372517456988796,0.0,0.09836268245572008,0.5,0.15372517456988796,0.0,0.04741994220461857,0.0,0.39026196946832337,0.9988525358451574 -7630,0.5,0.15372517456988796,0.0,0.27998137016913005,0.15372517456988796,0.0,0.2961970591786869,0.15372517456988796,0.0,0.05699949613514958,0.15372517456988796,0.0,0.1500822866266016,0.15372517456988796,0.0,0.2657999216271497,0.15372517456988796,0.0,0.13911956437188416,0.15372517456988796,0.0,0.14032317639450526,0.15372517456988796,0.0,0.07725996404955221,0.5,0.15372517456988796,0.0,0.026258632360619902,0.15372517456988796,0.0,0.033392863451249734,0.5,0.15372517456988796,0.0,0.02023013497910476,0.15372517456988796,0.0,0.013050602671502895,0.15372517456988796,0.0,0.40180215779602224,0.15372517456988796,0.0,0.4516114256015733,0.15372517456988796,0.0,0.23107232979981507,0.15372517456988796,0.0,0.055424358694421784,0.15372517456988796,0.0,0.07811583428096022,0.5,0.15372517456988796,0.0,0.04273767317878138,0.0,0.4244045781989234,0.9934082024571143 -7631,0.5,0.15372517456988796,0.0,0.2860224636070632,0.15372517456988796,0.0,0.3410387841543885,0.15372517456988796,0.0,0.05035049667508279,0.15372517456988796,0.0,0.16060860418159034,0.15372517456988796,0.0,0.19875948635160698,0.15372517456988796,0.0,0.13547812704706097,0.15372517456988796,0.0,0.11495065243461061,0.15372517456988796,0.0,0.05497678330771204,0.5,0.15372517456988796,0.0,0.015794976849385002,0.15372517456988796,0.0,0.030286282433535035,0.5,0.15372517456988796,0.0,0.02580844839439765,0.15372517456988796,0.0,0.013012541910568089,0.15372517456988796,0.0,0.4928908253219471,0.15372517456988796,0.0,0.43885807781222996,0.15372517456988796,0.0,0.20516039318038992,0.15372517456988796,0.0,0.04929609523732966,0.15372517456988796,0.0,0.06537097936684583,0.5,0.15372517456988796,0.0,0.03996881575573255,0.0,0.5036566637473502,0.9896059677425466 -7632,0.5,0.15372517456988796,0.0,0.3037575035684036,0.15372517456988796,0.0,0.3479355679447191,0.15372517456988796,0.0,0.048158947474136196,0.15372517456988796,0.0,0.15633580472208686,0.15372517456988796,0.0,0.13801087789939412,0.15372517456988796,0.0,0.11601428993933308,0.15372517456988796,0.0,0.07722892232490214,0.15372517456988796,0.0,0.02523072058820114,0.5,0.15372517456988796,0.0,0.0095130508875902,0.15372517456988796,0.0,0.026425230962049653,0.5,0.15372517456988796,0.0,0.02422124403589179,0.15372517456988796,0.0,0.010202804167277408,0.15372517456988796,0.0,0.547864613794851,0.15372517456988796,0.0,0.4185463961900977,0.15372517456988796,0.0,0.17795318385334885,0.15372517456988796,0.0,0.031900965217729435,0.15372517456988796,0.0,0.06099986523751333,0.5,0.15372517456988796,0.0,0.04032109767005562,0.0,0.6401983456227032,0.9915725569897914 -7633,0.5,0.15372517456988796,0.0,0.3384892257427693,0.15372517456988796,0.0,0.30654964360493603,0.15372517456988796,0.0,0.04759860997410061,0.15372517456988796,0.0,0.14913598384369262,0.15372517456988796,0.0,0.0965326956168904,0.15372517456988796,0.0,0.08355109009972933,0.15372517456988796,0.0,0.045183689104233274,0.15372517456988796,0.0,0.011842238661204726,0.5,0.15372517456988796,0.0,0.002484607619645085,0.15372517456988796,0.0,0.02244362108019257,0.5,0.15372517456988796,0.0,0.017500206483748174,0.15372517456988796,0.0,0.0089128585443321,0.15372517456988796,0.0,0.5392601147778311,0.15372517456988796,0.0,0.38765785895515914,0.15372517456988796,0.0,0.15641505054807409,0.15372517456988796,0.0,0.016396854880425898,0.15372517456988796,0.0,0.05965695172011219,0.5,0.15372517456988796,0.0,0.040178819708723855,0.0,0.712424683347237,0.9813635003727587 -7634,0.5,0.15372517456988796,0.0,0.36392327380096456,0.15372517456988796,0.0,0.30546189022474696,0.15372517456988796,0.0,0.048150342666668754,0.15372517456988796,0.0,0.1543954908859488,0.15372517456988796,0.0,0.07559981844901421,0.15372517456988796,0.0,0.053268605693189794,0.15372517456988796,0.0,0.02563458032749578,0.15372517456988796,0.0,0.009384854393062152,0.5,0.15372517456988796,0.0,0.007173545417202752,0.15372517456988796,0.0,0.024694960170395543,0.5,0.15372517456988796,0.0,0.011582500142758348,0.15372517456988796,0.0,0.009831093405018823,0.15372517456988796,0.0,0.5218075281781395,0.15372517456988796,0.0,0.34652615358116023,0.15372517456988796,0.0,0.1577815298140967,0.15372517456988796,0.0,0.005488994667779858,0.15372517456988796,0.0,0.05471427354636067,0.5,0.15372517456988796,0.0,0.034581821527456154,0.0,0.7560808865474459,0.9301351775839258 -7635,0.5,0.15372517456988796,0.0,0.37915578490412144,0.15372517456988796,0.0,0.3146070433975844,0.15372517456988796,0.0,0.04232172636458118,0.15372517456988796,0.0,0.1677014604118144,0.15372517456988796,0.0,0.058183492893209565,0.15372517456988796,0.0,0.033929623593692435,0.15372517456988796,0.0,0.01494165596186258,0.15372517456988796,0.0,0.010186169774202149,0.5,0.15372517456988796,0.0,0.001290503463651943,0.15372517456988796,0.0,0.0292725376581758,0.5,0.15372517456988796,0.0,0.0211637446483605,0.15372517456988796,0.0,0.009190526097638653,0.15372517456988796,0.0,0.4847831618583129,0.15372517456988796,0.0,0.2890822283787354,0.15372517456988796,0.0,0.14064537273164449,0.15372517456988796,0.0,0.011657139220894064,0.15372517456988796,0.0,0.050812530201277656,0.5,0.15372517456988796,0.0,0.02501465413086005,0.0,0.848698728926868,0.7994378389615983 -7636,0.5,0.15372517456988796,0.0,0.36947361175749804,0.15372517456988796,0.0,0.21879453479903432,0.15372517456988796,0.0,0.034420099231001984,0.15372517456988796,0.0,0.17862971159388313,0.15372517456988796,0.0,0.04781178719156663,0.15372517456988796,0.0,0.020905050343121918,0.15372517456988796,0.0,0.01701947762017425,0.15372517456988796,0.0,0.007949208261992951,0.5,0.15372517456988796,0.0,0.000733794806202634,0.15372517456988796,0.0,0.03482071912417662,0.5,0.15372517456988796,0.0,0.011054357328305788,0.15372517456988796,0.0,0.009898876368120781,0.15372517456988796,0.0,0.426924430784771,0.15372517456988796,0.0,0.23310808673854988,0.15372517456988796,0.0,0.12254714223609524,0.15372517456988796,0.0,0.0076521995808702375,0.15372517456988796,0.0,0.0635109021592837,0.5,0.15372517456988796,0.0,0.01945592980044256,0.0,0.8645572983400895,0.6915295707549545 -7637,0.5,0.15372517456988796,0.0,0.3620271167562415,0.15372517456988796,0.0,0.23008061069346106,0.15372517456988796,0.0,0.04691377110269928,0.15372517456988796,0.0,0.20174916737401866,0.15372517456988796,0.0,0.044074646784164596,0.15372517456988796,0.0,0.012996456774268882,0.15372517456988796,0.0,0.014664208483191154,0.15372517456988796,0.0,0.0072198350519955086,0.5,0.15372517456988796,0.0,0.0018990208783802808,0.15372517456988796,0.0,0.035453491373654694,0.5,0.15372517456988796,0.0,0.004752857414649219,0.15372517456988796,0.0,0.009842897195233223,0.15372517456988796,0.0,0.4670984931726666,0.15372517456988796,0.0,0.22328293918679573,0.15372517456988796,0.0,0.15222153343645628,0.15372517456988796,0.0,0.00490605418042915,0.15372517456988796,0.0,0.08053413245282162,0.5,0.15372517456988796,0.0,0.019874907556817173,0.0,0.8353012621235589,0.6900945861690492 -7638,0.5,0.15372517456988796,0.0,0.37360352276784387,0.15372517456988796,0.0,0.3105496862601205,0.15372517456988796,0.0,0.06200028882174363,0.15372517456988796,0.0,0.21375874252780816,0.15372517456988796,0.0,0.039743988365329455,0.15372517456988796,0.0,0.008495590864591162,0.15372517456988796,0.0,0.011437438598308269,0.15372517456988796,0.0,0.008361534309583954,0.5,0.15372517456988796,0.0,0.00189500093371058,0.15372517456988796,0.0,0.051393198128826326,0.5,0.15372517456988796,0.0,0.006972950359728395,0.15372517456988796,0.0,0.008304230790354581,0.15372517456988796,0.0,0.5419397864307073,0.15372517456988796,0.0,0.22156998712521725,0.15372517456988796,0.0,0.19080201365162405,0.15372517456988796,0.0,0.004079842481096507,0.15372517456988796,0.0,0.07695560038826961,0.5,0.15372517456988796,0.0,0.010189337468551237,0.0,0.8102529607280956,0.6615273184730104 -7639,0.5,0.15372517456988796,0.0,0.40052156443914577,0.15372517456988796,0.0,0.3740897089143142,0.15372517456988796,0.0,0.08297667273857792,0.15372517456988796,0.0,0.21497597289386136,0.15372517456988796,0.0,0.03774262755623382,0.15372517456988796,0.0,0.006895636650875654,0.15372517456988796,0.0,0.0168021877495368,0.15372517456988796,0.0,0.009715651522034102,0.5,0.15372517456988796,0.0,0.0025853465764827262,0.15372517456988796,0.0,0.025208535348561732,0.5,0.15372517456988796,0.0,0.011501324777316859,0.15372517456988796,0.0,0.007627095442813414,0.15372517456988796,0.0,0.5899455170223655,0.15372517456988796,0.0,0.2179015711018034,0.15372517456988796,0.0,0.20892298004176252,0.15372517456988796,0.0,0.011194105771914046,0.15372517456988796,0.0,0.06750844910705364,0.5,0.15372517456988796,0.0,0.007358540530682237,0.0,0.8532463863426754,0.6608199831112856 -7640,0.5,0.15372517456988796,0.0,0.4318972204627696,0.15372517456988796,0.0,0.4473194986797138,0.15372517456988796,0.0,0.08602836006896102,0.15372517456988796,0.0,0.20327214046952136,0.15372517456988796,0.0,0.039887159616174915,0.15372517456988796,0.0,0.009230591549798176,0.15372517456988796,0.0,0.02139585155637378,0.15372517456988796,0.0,0.011534097545507323,0.5,0.15372517456988796,0.0,0.0023980170417991905,0.15372517456988796,0.0,0.012197804364065331,0.5,0.15372517456988796,0.0,0.009452498882435982,0.15372517456988796,0.0,0.0035306111234096826,0.15372517456988796,0.0,0.6180242140721537,0.15372517456988796,0.0,0.21744068035412317,0.15372517456988796,0.0,0.21211566895756057,0.15372517456988796,0.0,0.016714534194619796,0.15372517456988796,0.0,0.0627901493346219,0.5,0.15372517456988796,0.00020407883044608043,0.008488400815869318,0.0,0.8937715439572689,0.6076476022111735 -7641,0.5,0.15372517456988796,0.0025314203319069515,0.455058262944387,0.15372517456988796,0.001412300736798265,0.4501507631513241,0.15372517456988796,0.01212499719999993,0.0599714903199093,0.15372517456988796,0.009899466818686968,0.21686103633241408,0.15372517456988796,0.003297372691975268,0.04588232533498796,0.15372517456988796,0.0008378745114577526,0.00912407825733328,0.15372517456988796,0.008256265829319168,0.015384424531728688,0.15372517456988796,0.0023440146417097185,0.010650742687447607,0.5,0.15372517456988796,0.0028192797972056306,0.0037663715954543426,0.15372517456988796,0.023333441371299935,0.007240937780033486,0.5,0.15372517456988796,0.009251879282133378,0.003817870100596225,0.15372517456988796,0.017721959623405566,0.0028762090110153182,0.15372517456988796,0.000880617713309462,0.6260755902743027,0.15372517456988796,0.0019174364742487624,0.24289234744268634,0.15372517456988796,0.005428940460158921,0.2226102399201096,0.15372517456988796,0.011963603651455932,0.015594639183562003,0.15372517456988796,0.01490956340902881,0.06799890518150369,0.5,0.15372517456988796,0.06052538350141068,0.00914562299506992,0.0,0.9153627241294797,0.5381695927871218 -7642,0.5,0.15372517456988796,0.0098495574713205,0.45824592725427915,0.15372517456988796,0.007195585373501542,0.4139873620750405,0.15372517456988796,0.043159836865328045,0.047758869084772115,0.15372517456988796,0.04126898278271865,0.2348249753100489,0.15372517456988796,0.030692217662121032,0.05444567864817608,0.15372517456988796,0.008785368458275322,0.008932538764109047,0.15372517456988796,0.05149594048051126,0.014650681436953947,0.15372517456988796,0.016502913786077624,0.008254881209646653,0.5,0.15372517456988796,0.014969210371761056,0.007996110563268611,0.15372517456988796,0.0734712989069584,0.0024295925480985747,0.5,0.15372517456988796,0.043886943641667536,0.0007347561840534176,0.15372517456988796,0.06964128407381334,0.0020481932491905296,0.15372517456988796,0.004696004062539903,0.61803201837346,0.15372517456988796,0.015139468507100885,0.2648490101557982,0.15372517456988796,0.03010413769540709,0.2326331379471248,0.15372517456988796,0.043951083008060374,0.027010114515872787,0.15372517456988796,0.04261352219677614,0.06479597737829579,0.5,0.15372517456988796,0.1453346819299894,0.00955960606088769,0.0,0.9103770193270407,0.558367296112556 -7643,0.5,0.15372517456988796,0.01754998703465885,0.4504558692609932,0.15372517456988796,0.01349574806230826,0.41415003135734735,0.15372517456988796,0.08614601966208563,0.05226167793553813,0.15372517456988796,0.06140137881844564,0.2597340820030134,0.15372517456988796,0.0612089068231082,0.07697986924789657,0.15372517456988796,0.019197513557845172,0.008715326777920373,0.15372517456988796,0.09087459229434981,0.03540007726432455,0.15372517456988796,0.03966573457553302,0.011722278073938063,0.5,0.15372517456988796,0.028861487102531728,0.015914823824367763,0.15372517456988796,0.15580297169612292,0.0007241441829615439,0.5,0.15372517456988796,0.08836526718594379,0.0005285985842982796,0.15372517456988796,0.15742285000352232,0.0010111116968947152,0.15372517456988796,0.009306750585026264,0.620555906271227,0.15372517456988796,0.03184952062887944,0.27778894951813915,0.15372517456988796,0.05964685040309069,0.23269202982374196,0.15372517456988796,0.056961383595547734,0.031221839428428683,0.15372517456988796,0.0740445972080185,0.059964235195622335,0.5,0.15372517456988796,0.21528746578909302,0.010690962529756286,0.0,0.8920857594964658,0.5856813230323371 -7644,0.5,0.15372517456988796,0.02223260664126539,0.4501817362758576,0.15372517456988796,0.018229932351507692,0.3851657154991651,0.15372517456988796,0.12101390622886721,0.06634287836132417,0.15372517456988796,0.06571778760361298,0.2876321995091803,0.15372517456988796,0.09054206515004624,0.0871553821247961,0.15372517456988796,0.024416243744985907,0.01089368361092953,0.15372517456988796,0.10072586371997287,0.036581392260600316,0.15372517456988796,0.04411931016049105,0.013374399443146973,0.5,0.15372517456988796,0.046852268290913456,0.012424610103513768,0.15372517456988796,0.295989198564311,0.002712024692477372,0.5,0.15372517456988796,0.1221812715864614,4.431169362313858e-05,0.15372517456988796,0.23123458026618232,0.001544732505393934,0.15372517456988796,0.014295174422961061,0.6088443563109348,0.15372517456988796,0.04039045296693502,0.2672613310877674,0.15372517456988796,0.08244344077509808,0.23215858900384928,0.15372517456988796,0.06134698608069454,0.0329657810844473,0.15372517456988796,0.1206084252606115,0.05027732031927156,0.5,0.15372517456988796,0.26027265833403046,0.0232966932996852,0.0,0.8822561772937366,0.6188323600472042 -7645,0.5,0.15372517456988796,0.021970463627031752,0.4542141034398136,0.15372517456988796,0.01708050819304393,0.3735947746946939,0.15372517456988796,0.12639307026122631,0.07806234276065678,0.15372517456988796,0.05924935445812517,0.2938687341354828,0.15372517456988796,0.09411212294205812,0.07756537296237404,0.15372517456988796,0.018458952512325825,0.011997306423542754,0.15372517456988796,0.08977075850971598,0.033210117863247055,0.15372517456988796,0.04541644630144094,0.0069956148654394205,0.5,0.15372517456988796,0.07011990013121158,0.010238531971739382,0.15372517456988796,0.32909778716229376,0.012501020889024456,0.5,0.15372517456988796,0.11083253018410755,1.7150160649185374e-05,0.15372517456988796,0.23875680036310823,0.0031455626386543293,0.15372517456988796,0.01407995845101636,0.5861699641789352,0.15372517456988796,0.043482594060814325,0.26860777050278056,0.15372517456988796,0.07477296106915339,0.20997509041560586,0.15372517456988796,0.061184716213962015,0.0286782736354254,0.15372517456988796,0.16347337908971224,0.03661552968962604,0.5,0.15372517456988796,0.28443710709981473,0.03164983549795984,0.0,0.8698342353982955,0.5865570903795958 -7646,0.5,0.15372517456988796,0.015540298611649036,0.4595281897510778,0.15372517456988796,0.015296830379692641,0.4054595751380438,0.15372517456988796,0.11225170467458122,0.06707348710466975,0.15372517456988796,0.06306102899320448,0.30119480631749257,0.15372517456988796,0.08246485233764454,0.06173884286194898,0.15372517456988796,0.016531511090123574,0.006948870175121089,0.15372517456988796,0.05097772416903071,0.019860415860066524,0.15372517456988796,0.05877960791924021,0.012922901091476747,0.5,0.15372517456988796,0.06314293614301283,0.0077908212058293,0.15372517456988796,0.3356163450514347,0.013723242583985726,0.5,0.15372517456988796,0.08258543665291566,1.0877981501330644e-05,0.15372517456988796,0.18490490628406936,0.0056532082652392115,0.15372517456988796,0.010239335076804926,0.5999137265428813,0.15372517456988796,0.037890900787685075,0.2645765576001373,0.15372517456988796,0.051561831261395505,0.17628362345523307,0.15372517456988796,0.06369136964608378,0.02063971751616541,0.15372517456988796,0.1670185992479743,0.02000454654484573,0.5,0.15372517456988796,0.2935909198443897,0.032132183498466624,0.0,0.8888701556964489,0.5086388286680951 -7647,0.5,0.15372517456988796,0.011965435371154916,0.472540812141123,0.15372517456988796,0.01256504235112405,0.36163722832809697,0.15372517456988796,0.055509872654213116,0.03921169847232209,0.15372517456988796,0.038572950812911705,0.2902483627061567,0.15372517456988796,0.029123811914276564,0.02842208095419783,0.15372517456988796,0.03277273576962769,0.006121626915512391,0.15372517456988796,0.05270525710847713,0.012258627055316683,0.15372517456988796,0.039118137108593104,0.014762529970602588,0.5,0.15372517456988796,0.0381254020631038,0.0042167754414667875,0.15372517456988796,0.2684493626098849,0.01284720439569897,0.5,0.15372517456988796,0.040706281466996286,1.5941278830258367e-05,0.15372517456988796,0.10566080787539142,0.008443457491459692,0.15372517456988796,0.0064022406014089435,0.6220655066020542,0.15372517456988796,0.020281777562029073,0.2261674239496302,0.15372517456988796,0.02295499797097602,0.1185734934942288,0.15372517456988796,0.049060252444275004,0.029377177398353292,0.15372517456988796,0.12921130425608973,0.00791163529219655,0.5,0.15372517456988796,0.2607503291525748,0.016171158501104725,0.0,0.8935989877553534,0.45142550645209223 -7648,0.5,0.15372517456988796,0.0009398807609507127,0.49058196105987056,0.15372517456988796,0.0008779772710404493,0.27046417029814,0.15372517456988796,0.011759562623933035,0.014647759723430952,0.15372517456988796,0.005362001567536937,0.2626871806861867,0.15372517456988796,0.010300121645343623,0.02055731264041398,0.15372517456988796,0.01989157376722503,0.009146830179917097,0.15372517456988796,0.029635635356616195,0.012370747038586531,0.15372517456988796,0.01028560359322314,0.012267137332612001,0.5,0.15372517456988796,0.01570127913257701,0.0020203363092428516,0.15372517456988796,0.12025819859966272,0.019791524736932783,0.5,0.15372517456988796,0.011735928468539688,6.308016341961652e-05,0.15372517456988796,0.04040871138072515,0.01337355178596258,0.15372517456988796,0.000535345245280326,0.599612766767188,0.15372517456988796,0.004397354126856599,0.1890425370247022,0.15372517456988796,0.005578342727953447,0.087476847451991,0.15372517456988796,0.015826043722182746,0.02043059223817586,0.15372517456988796,0.03953168484934327,0.0016439440975771064,0.5,0.15372517456988796,0.07432517800933854,0.009594545496374729,0.0,0.9092607892084178,0.4772927007356117 -7649,0.5,0.15372517456988796,0.0,0.4916830974622282,0.15372517456988796,0.0,0.22781058169147897,0.15372517456988796,0.0,0.013327299411970958,0.15372517456988796,0.0,0.22933039399935165,0.15372517456988796,0.0,0.02395836546044047,0.15372517456988796,1.0639130787545567e-05,0.007086308715778724,0.15372517456988796,0.0,0.011366437653219867,0.15372517456988796,5.456919918012293e-05,0.004954704627452049,0.5,0.15372517456988796,7.74835836586047e-05,0.0011095091390956355,0.15372517456988796,0.0,0.016295853190370302,0.5,0.15372517456988796,0.0,0.0011855279126679625,0.15372517456988796,3.099693757144057e-05,0.019952984396640266,0.15372517456988796,0.0,0.54359462187693,0.15372517456988796,0.0,0.18596648893178935,0.15372517456988796,0.0,0.07880567806913118,0.15372517456988796,0.0,0.006097359683068509,0.15372517456988796,0.0,0.0024997165148349957,0.5,0.15372517456988796,0.0,0.01570299670711626,0.0,0.9397638165737846,0.4873723574559923 -7650,0.5,0.15372517456988796,0.0,0.4784130494499386,0.15372517456988796,0.0,0.24667381545927525,0.15372517456988796,0.0,0.015155468236055666,0.15372517456988796,0.0,0.1943896046705832,0.15372517456988796,0.0,0.025717183128019648,0.15372517456988796,0.0,0.0021031495230638426,0.15372517456988796,0.0,0.009774650681690237,0.15372517456988796,0.0,0.0030124267204494257,0.5,0.15372517456988796,0.0,0.0006957649485461721,0.15372517456988796,0.0,0.014450029388021625,0.5,0.15372517456988796,0.0,0.006807771195633969,0.15372517456988796,0.0,0.01861807993338605,0.15372517456988796,0.0,0.5329425072062423,0.15372517456988796,0.0,0.18811108869421422,0.15372517456988796,0.0,0.07216269050754864,0.15372517456988796,0.0,0.006304818983788533,0.15372517456988796,0.0,0.005507326956569169,0.5,0.15372517456988796,0.0,0.016476333294118385,0.0,0.9579720742778671,0.515217837070804 -7651,0.5,0.15372517456988796,0.0,0.46356520983863164,0.15372517456988796,0.0,0.26022804301046504,0.15372517456988796,0.0,0.014441676257989887,0.15372517456988796,0.0,0.17052000927004266,0.15372517456988796,0.0,0.025494647450436236,0.15372517456988796,0.0,0.0014280662709279049,0.15372517456988796,0.0,0.009613540579689111,0.15372517456988796,0.0,0.003100392551522178,0.5,0.15372517456988796,0.0,0.0004227676876776078,0.15372517456988796,0.0,0.01417962165285445,0.5,0.15372517456988796,0.0,0.009917836847564835,0.15372517456988796,0.0,0.015414628699624493,0.15372517456988796,0.0,0.5279810181129878,0.15372517456988796,0.0,0.1808305116773527,0.15372517456988796,0.0,0.06403025625339057,0.15372517456988796,0.0,0.004822905215862638,0.15372517456988796,0.0,0.007186414103145934,0.5,0.15372517456988796,0.0,0.025399245212254493,0.0,0.9558805986961251,0.5627851282345292 -7652,0.5,0.15372517456988796,0.0,0.44925467626877436,0.15372517456988796,0.0,0.2123985008488924,0.15372517456988796,0.0,0.013872748245960216,0.15372517456988796,0.0,0.1685367088955013,0.15372517456988796,0.0,0.02334915004115045,0.15372517456988796,0.0,0.0026503989876590383,0.15372517456988796,0.0,0.004836855878686478,0.15372517456988796,0.0,0.0040222477369283045,0.5,0.15372517456988796,0.0,0.0010879882999030404,0.15372517456988796,0.0,0.010520893074807212,0.5,0.15372517456988796,0.0,0.013213819277366964,0.15372517456988796,0.0,0.015068667853547086,0.15372517456988796,0.0,0.5127518219761328,0.15372517456988796,0.0,0.16518876711421582,0.15372517456988796,0.0,0.057435243132863315,0.15372517456988796,0.0,0.0009309782318814207,0.15372517456988796,0.0,0.012078110379154358,0.5,0.15372517456988796,0.0,0.0317090076693342,0.0,0.9379643159791571,0.532569681506303 -7653,0.5,0.15372517456988796,0.0,0.43967475297389785,0.15372517456988796,0.0,0.17646373953566533,0.15372517456988796,0.0,0.019242582068052218,0.15372517456988796,0.0,0.1643431373849932,0.15372517456988796,0.0,0.014188531150790419,0.15372517456988796,0.0,0.0028082495216339605,0.15372517456988796,0.0,0.0021042415672666522,0.15372517456988796,0.0,0.004677716059227478,0.5,0.15372517456988796,0.0,0.002773560786269579,0.15372517456988796,0.0,0.006332814636177673,0.5,0.15372517456988796,0.0,0.01769701729456163,0.15372517456988796,0.0,0.014728616812505656,0.15372517456988796,0.0,0.4673725104634398,0.15372517456988796,0.0,0.1296802532291991,0.15372517456988796,0.0,0.04840572330696705,0.15372517456988796,0.0,0.0012968197171847474,0.15372517456988796,0.0,0.015286466708889803,0.5,0.15372517456988796,0.0,0.039606963877815496,0.0,0.9031212882793725,0.4975974831499623 -7654,0.5,0.15372517456988796,0.0,0.424984907335502,0.15372517456988796,0.0,0.15901799370376915,0.15372517456988796,0.0,0.019245007654032434,0.15372517456988796,0.0,0.17176703444468902,0.15372517456988796,0.0,0.006999224840947338,0.15372517456988796,0.0,0.002695041852561927,0.15372517456988796,0.0,0.0007905931010123815,0.15372517456988796,0.0,0.006495143286375765,0.5,0.15372517456988796,0.0,0.003368773810795254,0.15372517456988796,0.0,0.028907435147295612,0.5,0.15372517456988796,0.0,0.016558086426639276,0.15372517456988796,0.0,0.01582006239028822,0.15372517456988796,0.0,0.42409405610220907,0.15372517456988796,0.0,0.09551634848386965,0.15372517456988796,0.0,0.042304185716466346,0.15372517456988796,0.0,0.003157516511989492,0.15372517456988796,0.0,0.01927270706579904,0.5,0.15372517456988796,0.0,0.037187851750182674,0.0,0.8892866414066607,0.42110004477227403 -7655,0.5,0.15372517456988796,0.0,0.4200324054600877,0.15372517456988796,0.0,0.13838966595427946,0.15372517456988796,0.0,0.023104433482537642,0.15372517456988796,0.0,0.18764938465041786,0.15372517456988796,0.0,0.007346585579473879,0.15372517456988796,0.0,0.002805910185159178,0.15372517456988796,0.0,0.0008976863819407896,0.15372517456988796,0.0,0.006301290813385221,0.5,0.15372517456988796,0.0,0.0024544752341525483,0.15372517456988796,0.0,0.032010794081174444,0.5,0.15372517456988796,0.0,0.003647937800070382,0.15372517456988796,0.0,0.025851859278286052,0.15372517456988796,0.0,0.3816016231725892,0.15372517456988796,0.0,0.08131953538840458,0.15372517456988796,0.0,0.034997377766811937,0.15372517456988796,0.0,0.005563386583008138,0.15372517456988796,0.0,0.02208045215796298,0.5,0.15372517456988796,0.0,0.014861473065439092,0.0,0.8882255450817628,0.30486494148766435 -7656,0.5,0.15372517456988796,0.0,0.4148766175591429,0.15372517456988796,0.0,0.11736280253852198,0.15372517456988796,0.0,0.039136958293700876,0.15372517456988796,0.0,0.1957332116048602,0.15372517456988796,0.0,0.010014702574535128,0.15372517456988796,0.0,0.0032003986235639758,0.15372517456988796,0.0,0.0012216480698334776,0.15372517456988796,0.0,0.004390503065681426,0.5,0.15372517456988796,0.0,0.002161900672209862,0.15372517456988796,0.0,0.04569835193083,0.5,0.15372517456988796,0.0,0.001969102635248021,0.15372517456988796,0.0,0.03811217807262643,0.15372517456988796,0.0,0.33909484972302595,0.15372517456988796,0.0,0.0854282815947499,0.15372517456988796,0.0,0.03872471730536289,0.15372517456988796,0.0,0.006928079011304557,0.15372517456988796,0.0,0.02273774267079587,0.5,0.15372517456988796,0.0,0.02048188251157566,0.0,0.8955841959275374,0.2352234552904161 -7657,0.5,0.15372517456988796,0.0,0.42206636316838714,0.15372517456988796,0.0,0.12888200203040887,0.15372517456988796,0.0,0.05543477067250159,0.15372517456988796,0.0,0.2138123949329987,0.15372517456988796,0.0,0.013525373153580615,0.15372517456988796,0.0,0.0032148016417724414,0.15372517456988796,0.0,0.0022722492847143706,0.15372517456988796,0.0,0.005422726050111924,0.5,0.15372517456988796,0.0,0.003949864311167822,0.15372517456988796,0.0,0.15292725958296963,0.5,0.15372517456988796,0.0,0.008009473072407274,0.15372517456988796,0.0,0.04883691580740895,0.15372517456988796,0.0,0.31888675372055203,0.15372517456988796,0.0,0.09276433201579341,0.15372517456988796,0.0,0.050389224120765436,0.15372517456988796,0.0,0.00815728093713467,0.15372517456988796,0.0,0.019671493467425024,0.5,0.15372517456988796,0.0,0.03334530919030183,0.0,0.9041242462626674,0.22870076276242035 -7658,0.5,0.15372517456988796,0.0,0.4584193369683802,0.15372517456988796,0.0,0.14338491386756622,0.15372517456988796,0.0,0.06696408348561522,0.15372517456988796,0.0,0.2406654879868741,0.15372517456988796,0.0,0.017203574518644536,0.15372517456988796,0.0,0.0038828525473870923,0.15372517456988796,0.0,0.004263499686196414,0.15372517456988796,0.0,0.007458543482543965,0.5,0.15372517456988796,0.0,0.005949146297675492,0.15372517456988796,0.0,0.306842895683629,0.5,0.15372517456988796,0.0,0.005080641447149321,0.15372517456988796,0.0,0.056344438698692975,0.15372517456988796,0.0,0.3278480281721315,0.15372517456988796,0.0,0.09317728678939671,0.15372517456988796,0.0,0.057994128427570485,0.15372517456988796,0.0,0.010929170558462549,0.15372517456988796,0.0,0.014665206026038618,0.5,0.15372517456988796,0.0,0.02279543051125248,0.0,0.9080457436953142,0.2559536485193684 -7659,0.5,0.15372517456988796,0.0,0.487334996768669,0.15372517456988796,0.0,0.15392332046444412,0.15372517456988796,0.0,0.08092709795331607,0.15372517456988796,0.0,0.26189900781963,0.15372517456988796,0.0,0.02129901793340181,0.15372517456988796,0.0,0.005566340939919574,0.15372517456988796,0.0,0.006398354435546323,0.15372517456988796,0.0,0.010122445021157384,0.5,0.15372517456988796,0.0,0.010170188403106434,0.15372517456988796,0.0,0.3145534874498617,0.5,0.15372517456988796,0.0,0.0058189057286487135,0.15372517456988796,0.0,0.05943195418956886,0.15372517456988796,0.0,0.3521991527839101,0.15372517456988796,0.0,0.09329241864592996,0.15372517456988796,0.0,0.07095509326264521,0.15372517456988796,0.0,0.014388253472587138,0.15372517456988796,0.0,0.008778989170690792,0.5,0.15372517456988796,0.0,0.03382643864506403,0.0,0.9085500767142657,0.36165199951736 -7660,0.5,0.15372517456988796,0.0,0.5031624820059509,0.15372517456988796,0.0,0.17700254800970935,0.15372517456988796,0.0,0.11961585495428895,0.15372517456988796,0.0,0.2688755425093997,0.15372517456988796,0.0,0.023101922694859812,0.15372517456988796,0.0,0.009367079926949937,0.15372517456988796,0.0,0.010128657103660904,0.15372517456988796,0.0,0.017448564802761156,0.5,0.15372517456988796,0.0,0.014234285300259593,0.15372517456988796,0.0,0.3215616154527603,0.5,0.15372517456988796,0.0,0.0093383359777228,0.15372517456988796,0.0,0.06781561578736468,0.15372517456988796,0.0,0.3888591416127458,0.15372517456988796,0.0,0.09825746132414996,0.15372517456988796,0.0,0.10058848068813452,0.15372517456988796,0.0,0.020732366247832642,0.15372517456988796,0.0,0.0076184391530914,0.5,0.15372517456988796,0.0,0.05349729940655849,0.0,0.9298314159865375,0.3325395497096201 -7661,0.5,0.15372517456988796,0.0,0.5243327036092336,0.15372517456988796,0.0,0.21028181955567635,0.15372517456988796,0.0,0.1489732007083515,0.15372517456988796,0.0,0.28151555904753073,0.15372517456988796,0.0,0.03255175014337399,0.15372517456988796,0.0,0.015576103594859732,0.15372517456988796,0.0,0.015080750439904093,0.15372517456988796,0.0,0.02151679636455986,0.5,0.15372517456988796,0.0,0.01862413936708456,0.15372517456988796,0.0,0.314220475014223,0.5,0.15372517456988796,0.0,0.014377690885568931,0.15372517456988796,0.0,0.10778302653111858,0.15372517456988796,0.0,0.44530959071440784,0.15372517456988796,0.0,0.11021651558673863,0.15372517456988796,0.0,0.13984902619883724,0.15372517456988796,0.0,0.01952178200027483,0.15372517456988796,0.0,0.01525202912089587,0.5,0.15372517456988796,0.0,0.08931368709145449,0.0,0.9582791016074392,0.3316556845167604 -7662,0.5,0.15372517456988796,0.0,0.5706347565719797,0.15372517456988796,0.0,0.2435438988026399,0.15372517456988796,0.0,0.16681645930201006,0.15372517456988796,0.0,0.3127106870675893,0.15372517456988796,0.0,0.04313912989766344,0.15372517456988796,0.0,0.022416945874125474,0.15372517456988796,0.0,0.019754780535033756,0.15372517456988796,0.0,0.02359495686038777,0.5,0.15372517456988796,0.0,0.02375152191981029,0.15372517456988796,0.0,0.2879185755404726,0.5,0.15372517456988796,0.0,0.02733024923883569,0.15372517456988796,0.0,0.19521254592893852,0.15372517456988796,0.0,0.49110802200392933,0.15372517456988796,0.0,0.13534421350420442,0.15372517456988796,0.0,0.18839094669015086,0.15372517456988796,0.0,0.019392567103411504,0.15372517456988796,0.0,0.03670538758336453,0.5,0.15372517456988796,0.0,0.13474289222939836,0.0,0.9827090120194939,0.3495984432839739 -7663,0.5,0.15372517456988796,0.0,0.6333231587843178,0.15372517456988796,0.0,0.2627322487170404,0.15372517456988796,0.0,0.17434168599316552,0.15372517456988796,0.0,0.34834453353586864,0.15372517456988796,0.0,0.04806177487242061,0.15372517456988796,0.0,0.026940751197591914,0.15372517456988796,0.0,0.018098133041661267,0.15372517456988796,0.0,0.03685426224457345,0.5,0.15372517456988796,0.0,0.03390587784748496,0.15372517456988796,0.0,0.23305662189347826,0.5,0.15372517456988796,0.0,0.06119768010567545,0.15372517456988796,0.0,0.24858531714986726,0.15372517456988796,0.0,0.5368486005551139,0.15372517456988796,0.0,0.16244347905870848,0.15372517456988796,0.0,0.22627578470695778,0.15372517456988796,0.0,0.016016815222585332,0.15372517456988796,0.0,0.07771412894228129,0.5,0.15372517456988796,0.0,0.15804954904797763,0.0,0.9970744635849169,0.41934625107657203 -7664,0.5,0.15372517456988796,0.0,0.6863775947411141,0.15372517456988796,0.0,0.2729261880405885,0.15372517456988796,0.0,0.16671439848401404,0.15372517456988796,0.0,0.3640015232193685,0.15372517456988796,0.0,0.05973934282291552,0.15372517456988796,0.0,0.04142438101524923,0.15372517456988796,0.0,0.01259216606787418,0.15372517456988796,0.0,0.06426398781479893,0.5,0.15372517456988796,0.0,0.045876666421853826,0.15372517456988796,0.0,0.18997373246691332,0.5,0.15372517456988796,0.0,0.14293180667386973,0.15372517456988796,0.0,0.2316945151209344,0.15372517456988796,0.0,0.604738444862486,0.15372517456988796,0.0,0.20147458174362232,0.15372517456988796,0.0,0.23736840533921236,0.15372517456988796,0.0,0.014264906887057819,0.15372517456988796,0.0,0.1242229486783061,0.5,0.15372517456988796,1.3065131226450417e-05,0.14237679891390015,0.0,1.001072800975093,0.4765937336544905 -7665,0.5,0.15372517456988796,0.002083749801558694,0.7275054030420265,0.15372517456988796,0.0010380801448866852,0.3269926994275227,0.15372517456988796,0.0007411058363328534,0.12832923192602794,0.15372517456988796,0.004881233882270858,0.37835898374832666,0.15372517456988796,0.0004259189904405499,0.072786935125606,0.15372517456988796,0.0006569378299269332,0.0676652170763656,0.15372517456988796,0.0007848526226791788,0.01226572682100089,0.15372517456988796,0.002324380853140924,0.10630052803641524,0.5,0.15372517456988796,0.005169220151086819,0.0523902027731169,0.15372517456988796,0.017064070777924926,0.2158177354534377,0.5,0.15372517456988796,0.0033378542915011083,0.24674927479152226,0.15372517456988796,0.004960498414667744,0.2531882519483397,0.15372517456988796,0.00041911459093926193,0.6771987586807107,0.15372517456988796,0.0005036963826638971,0.24449089050752615,0.15372517456988796,0.0006876174455921147,0.23975727347691267,0.15372517456988796,0.0011136124144985448,0.023997782725007518,0.15372517456988796,0.0033420662208540975,0.16300419949134456,0.5,0.15372517456988796,0.009108338578648612,0.13402707155771418,0.0,1.0037155171214351,0.5957961363644996 -7666,0.5,0.15372517456988796,0.006606303945114049,0.7265146949881461,0.15372517456988796,0.00998944838385312,0.4532742802750839,0.15372517456988796,0.007687665543035395,0.1113743887152394,0.15372517456988796,0.018590216612403926,0.4028283340891557,0.15372517456988796,0.0025383247072437807,0.08260288561354244,0.15372517456988796,0.004444884388081449,0.08675320957490912,0.15372517456988796,0.005186251126301312,0.014026595522051741,0.15372517456988796,0.021685996661720094,0.15225691618392567,0.5,0.15372517456988796,0.03995134408182534,0.0731850155242163,0.15372517456988796,0.04155225874872162,0.41361000428624867,0.5,0.15372517456988796,0.023499206224283878,0.3098025383355629,0.15372517456988796,0.01950370086272294,0.28509146520311857,0.15372517456988796,0.0025605537891366117,0.7720768123190791,0.15372517456988796,0.0031815016090569978,0.30387193122925393,0.15372517456988796,0.003127094223332982,0.23410014835742382,0.15372517456988796,0.0056706262041754186,0.06133964438260321,0.15372517456988796,0.012650813180559372,0.1991125469515421,0.5,0.15372517456988796,0.029843799803680703,0.15518115982911304,0.0,1.0058903691970897,0.7371457379403512 -7667,0.5,0.15372517456988796,0.008986490876373628,0.7026514320545498,0.15372517456988796,0.020054246902061354,0.4843791063095934,0.15372517456988796,0.031288700070219534,0.1529292723273999,0.15372517456988796,0.03214207301617161,0.4074090610468485,0.15372517456988796,0.007466935862512132,0.09773206890838124,0.15372517456988796,0.011888181539654822,0.10585075107621131,0.15372517456988796,0.011605441263885172,0.018564398920294253,0.15372517456988796,0.045792963359291915,0.1867518103594804,0.5,0.15372517456988796,0.08170511850070275,0.12423911889397389,0.15372517456988796,0.05724953735192762,0.4839563238665159,0.5,0.15372517456988796,0.04182316994528232,0.3551533180501424,0.15372517456988796,0.04295110393956873,0.30762736532582624,0.15372517456988796,0.005150719371292115,0.8387230511653524,0.15372517456988796,0.00624687833284396,0.35582446305189686,0.15372517456988796,0.004574744596195634,0.22369837662985148,0.15372517456988796,0.012827106442134454,0.1270330141800641,0.15372517456988796,0.020637191194733413,0.23831182818826901,0.5,0.15372517456988796,0.04143671286519515,0.21907947055665355,0.0,1.0075354566107586,0.881337392898781 -7668,0.5,0.15372517456988796,0.008449456707289481,0.6633814610505615,0.15372517456988796,0.012585482062998815,0.5137981412905734,0.15372517456988796,0.051816701449454494,0.24759899816900188,0.15372517456988796,0.05012400211607047,0.3850989443633526,0.15372517456988796,0.012209178738189181,0.1145166127770684,0.15372517456988796,0.017167282942491327,0.1329116490659862,0.15372517456988796,0.013441660363657135,0.030879084816755296,0.15372517456988796,0.06591996151681276,0.1927178344574128,0.5,0.15372517456988796,0.10057289809422491,0.16053857415780837,0.15372517456988796,0.057657611151239074,0.4394843382356695,0.5,0.15372517456988796,0.03969938692730236,0.3484701618085954,0.15372517456988796,0.06941062775537994,0.3173677898617286,0.15372517456988796,0.005191195031280947,0.8594414478473896,0.15372517456988796,0.009435352562555871,0.373522155341522,0.15372517456988796,0.0050501175500420395,0.21646548119824524,0.15372517456988796,0.026841197367009375,0.2084423121126996,0.15372517456988796,0.02331556039341954,0.25944791896677194,0.5,0.15372517456988796,0.04413090465244421,0.21145678783449803,0.0,1.0079355139537465,0.9671354825853715 -7669,0.5,0.15372517456988796,0.005813675030124869,0.6330187888573384,0.15372517456988796,0.004686614717890795,0.5358726330212555,0.15372517456988796,0.07000399359810666,0.3465434984630958,0.15372517456988796,0.07125573584485809,0.3300785142577848,0.15372517456988796,0.014436510611599965,0.12450720860087948,0.15372517456988796,0.01893889141991508,0.1635105277608913,0.15372517456988796,0.008932624176752002,0.07226661879593861,0.15372517456988796,0.07866175495712477,0.1711804344892769,0.5,0.15372517456988796,0.08259996940838735,0.17491352553933592,0.15372517456988796,0.05981434249597509,0.3620853009553656,0.5,0.15372517456988796,0.02464317850355724,0.2947016395119259,0.15372517456988796,0.07515842846210011,0.31871398171563897,0.15372517456988796,0.002307293356229341,0.8577714718870592,0.15372517456988796,0.010247274861359049,0.387005855014921,0.15372517456988796,0.006233496575216886,0.1990396425240642,0.15372517456988796,0.04037528377669121,0.3010905220163365,0.15372517456988796,0.025343668488435753,0.23325511646846828,0.5,0.15372517456988796,0.04236084917954529,0.17541568559707563,0.0,1.0071236536493222,1.000645798924402 -7670,0.5,0.15372517456988796,0.004090306387948533,0.612386747366114,0.15372517456988796,0.0021661273745335573,0.5314812789028238,0.15372517456988796,0.06386514860776168,0.4028566856948782,0.15372517456988796,0.06635398694077245,0.2897191164164236,0.15372517456988796,0.008190422016640862,0.10824930716444268,0.15372517456988796,0.016454095799517628,0.1847386585029322,0.15372517456988796,0.0073479624036952625,0.14762769372601786,0.15372517456988796,0.10746168427455102,0.13752014744286928,0.5,0.15372517456988796,0.07137592270523993,0.20482537733134565,0.15372517456988796,0.06696418702343421,0.2622061601583838,0.5,0.15372517456988796,0.03190112689059927,0.3158673561623864,0.15372517456988796,0.06639290427010568,0.2938042326754048,0.15372517456988796,0.0010396380356865289,0.8633099704924388,0.15372517456988796,0.008328702397068361,0.39159823120464776,0.15372517456988796,0.004923270372713124,0.17872626531973188,0.15372517456988796,0.039347605881855166,0.3357514099496625,0.15372517456988796,0.025707220773309232,0.20722146268012126,0.5,0.15372517456988796,0.0357620348989114,0.19636335763403462,0.0,1.0062886548604786,1.003176035326082 -7671,0.5,0.15372517456988796,0.0029366669058958255,0.5870831345999589,0.15372517456988796,0.0009334273574683901,0.4960653615157127,0.15372517456988796,0.03001712933975409,0.3556022508071901,0.15372517456988796,0.03179318117425287,0.2362947445036013,0.15372517456988796,0.0022389199827255258,0.0737673037590906,0.15372517456988796,0.013412557713572137,0.196195763249906,0.15372517456988796,0.006189194786559615,0.2637998219766782,0.15372517456988796,0.09070040789432682,0.10198417245743296,0.5,0.15372517456988796,0.03421823760751406,0.20132102655501774,0.15372517456988796,0.06088126115385069,0.1467133092603689,0.5,0.15372517456988796,0.030102889242735333,0.3715717812798442,0.15372517456988796,0.043525384442937985,0.195277108444137,0.15372517456988796,0.0005120547198357267,0.8629981632027702,0.15372517456988796,0.003958900476903393,0.374523639459436,0.15372517456988796,0.00410893577792357,0.15681181872201552,0.15372517456988796,0.03041520959424066,0.31557864740398955,0.15372517456988796,0.013898602767124329,0.18280768244009765,0.5,0.15372517456988796,0.019631944459330156,0.18680909740756943,0.0,1.0054838740222054,1.003307627919075 -7672,0.5,0.15372517456988796,4.857157413973662e-05,0.5587102545701811,0.15372517456988796,2.6802176465720114e-05,0.4748489181810549,0.15372517456988796,0.004704752733579933,0.2801919812441667,0.15372517456988796,0.0005162196951893545,0.16857952406920532,0.15372517456988796,0.0005429374221480709,0.04053166708112301,0.15372517456988796,0.007637323330229494,0.2106853195971959,0.15372517456988796,0.0033344680706886834,0.366227806127666,0.15372517456988796,0.04005709835613337,0.05131185346439043,0.5,0.15372517456988796,0.01204971006290518,0.18908030264591588,0.15372517456988796,0.028226301485399036,0.051544294883220716,0.5,0.15372517456988796,0.017112552924432974,0.3963021163872527,0.15372517456988796,0.023205731421531022,0.12034300588918269,0.15372517456988796,1.4248178652256063e-05,0.8611567851133711,0.15372517456988796,0.0007200452118217389,0.32942666950278954,0.15372517456988796,0.001387466429146031,0.14055046231772503,0.15372517456988796,0.01182730384704343,0.2884589607958809,0.15372517456988796,0.0026874185986568615,0.17207146893211345,0.5,0.15372517456988796,0.006893047530990364,0.1498377496866932,0.0,1.004339357866832,1.0030890905726244 -7673,0.5,0.15372517456988796,0.0,0.5248044162790708,0.15372517456988796,0.0,0.4378475550086462,0.15372517456988796,0.0,0.2296625715240866,0.15372517456988796,0.0,0.12098196454713127,0.15372517456988796,0.0,0.026876200879668737,0.15372517456988796,0.0,0.2455760988117016,0.15372517456988796,0.0,0.44339931667183474,0.15372517456988796,0.0,0.04517951062945995,0.5,0.15372517456988796,0.00011038777692443777,0.17242342426808124,0.15372517456988796,0.0,0.017917117886634356,0.5,0.15372517456988796,0.0,0.3458491171516431,0.15372517456988796,0.0,0.06641756955931336,0.15372517456988796,0.0,0.851629573965083,0.15372517456988796,0.0,0.2720387717150062,0.15372517456988796,0.0,0.14352992742168172,0.15372517456988796,0.0,0.26841190826772515,0.15372517456988796,0.0,0.17439321575243108,0.5,0.15372517456988796,0.0,0.1004362793930325,0.0,1.0038696609029767,1.0014926479596642 -7674,0.5,0.15372517456988796,0.0,0.4828643525750437,0.15372517456988796,0.0,0.31886698208777664,0.15372517456988796,0.0,0.3037384252836925,0.15372517456988796,0.0,0.10082440130383254,0.15372517456988796,0.0,0.05899383051946675,0.15372517456988796,0.0,0.30372468167852096,0.15372517456988796,0.0,0.4990672389779984,0.15372517456988796,0.0,0.06961747671651076,0.5,0.15372517456988796,0.0,0.14562389120592004,0.15372517456988796,0.0,0.008538731182404835,0.5,0.15372517456988796,0.0,0.20068717517010373,0.15372517456988796,0.0,0.03058685701490395,0.15372517456988796,0.0,0.8337280111956877,0.15372517456988796,0.0,0.22138506948300984,0.15372517456988796,0.0,0.1769862531425497,0.15372517456988796,0.0,0.2957599595241482,0.15372517456988796,0.0,0.17684278009889348,0.5,0.15372517456988796,0.0,0.06609826034601002,0.0,1.0035570958098057,0.9956602114857898 -7675,0.5,0.15372517456988796,0.0,0.43370501608690387,0.15372517456988796,0.0,0.2593761203072978,0.15372517456988796,0.0,0.26278737502270655,0.15372517456988796,0.0,0.09975908718457813,0.15372517456988796,0.0,0.16477558456261893,0.15372517456988796,0.0,0.330004221130434,0.15372517456988796,0.0,0.4471649859876803,0.15372517456988796,0.0,0.10582462548346278,0.5,0.15372517456988796,0.0,0.17121819171005245,0.15372517456988796,0.0,0.010539099545354803,0.5,0.15372517456988796,0.0,0.054568773600678674,0.15372517456988796,0.0,0.0386400963056131,0.15372517456988796,0.0,0.8168624526386723,0.15372517456988796,0.0,0.19291053398211072,0.15372517456988796,0.0,0.22894567586709982,0.15372517456988796,0.0,0.31152528564838594,0.15372517456988796,0.0,0.12464499925085268,0.5,0.15372517456988796,0.0,0.03947610015980274,0.0,1.0021461792151396,0.9667556818254825 -7676,0.5,0.15372517456988796,0.0,0.3724384006475284,0.15372517456988796,0.0,0.20345393129887435,0.15372517456988796,0.0,0.1380797772514432,0.15372517456988796,0.0,0.0878945698821121,0.15372517456988796,0.0,0.30422377249518073,0.15372517456988796,0.0,0.2794211018859811,0.15372517456988796,0.0,0.26221616916149115,0.15372517456988796,0.0,0.1092627662366103,0.5,0.15372517456988796,0.0,0.22989367301285105,0.15372517456988796,0.0,0.013230004261513783,0.5,0.15372517456988796,0.0,0.04907533736872989,0.15372517456988796,0.0,0.05415307781376877,0.15372517456988796,0.0,0.7832449256250026,0.15372517456988796,0.0,0.1734369847124031,0.15372517456988796,0.0,0.2510377769648155,0.15372517456988796,0.0,0.28613589438043424,0.15372517456988796,0.0,0.07131251196547832,0.5,0.15372517456988796,0.0,0.019826527296155715,0.0,0.9987672026885531,0.9062318813143447 -7677,0.5,0.15372517456988796,0.0,0.29435431522719624,0.15372517456988796,0.0,0.17457569401696435,0.15372517456988796,0.0,0.07792191083048244,0.15372517456988796,0.0,0.057686303772485466,0.15372517456988796,0.0,0.3943255455763614,0.15372517456988796,0.0,0.18364578200698572,0.15372517456988796,0.0,0.16067760356323046,0.15372517456988796,0.0,0.09592707086959903,0.5,0.15372517456988796,0.0,0.2586806321924639,0.15372517456988796,0.0,0.014868156850655026,0.5,0.15372517456988796,0.0,0.06733290697637087,0.15372517456988796,0.0,0.06280531945870113,0.15372517456988796,0.0,0.7140733929880259,0.15372517456988796,0.0,0.17135695772210674,0.15372517456988796,0.0,0.23595984296561184,0.15372517456988796,0.0,0.2366730289708945,0.15372517456988796,0.0,0.05198167961859147,0.5,0.15372517456988796,0.0,0.015931364714129856,0.0,0.988326034154316,0.8298130928298988 -7678,0.5,0.15372517456988796,0.0,0.233811262215333,0.15372517456988796,0.0,0.16100842581005967,0.15372517456988796,0.0,0.060494602207635695,0.15372517456988796,0.0,0.03360777736969048,0.15372517456988796,0.0,0.3619927867142318,0.15372517456988796,0.0,0.12028653931635978,0.15372517456988796,0.0,0.13261827998166176,0.15372517456988796,0.0,0.09471984927164817,0.5,0.15372517456988796,0.0,0.27926275925580635,0.15372517456988796,0.0,0.0142385935824175,0.5,0.15372517456988796,0.0,0.07175532392650867,0.15372517456988796,0.0,0.07498934195727842,0.15372517456988796,0.0,0.6215534790189406,0.15372517456988796,0.0,0.18343837253090234,0.15372517456988796,0.0,0.20627896562906303,0.15372517456988796,0.0,0.18399523529226194,0.15372517456988796,0.0,0.04757995426487339,0.5,0.15372517456988796,0.0,0.019582413866855837,0.0,0.9513458948067789,0.7516747885632822 -7679,0.5,0.15372517456988796,0.0,0.1732532371872495,0.15372517456988796,0.0,0.1606280596726568,0.15372517456988796,0.0,0.053204064944465536,0.15372517456988796,0.0,0.023087841022054544,0.15372517456988796,0.0,0.2583813010905687,0.15372517456988796,0.0,0.09813133390808416,0.15372517456988796,0.0,0.12174997468163455,0.15372517456988796,0.0,0.14704945565199262,0.5,0.15372517456988796,0.0,0.3165116441043094,0.15372517456988796,0.0,0.011135357782124012,0.5,0.15372517456988796,0.0,0.06503805434168419,0.15372517456988796,0.0,0.08128139549983658,0.15372517456988796,0.0,0.5038813563425537,0.15372517456988796,0.0,0.20803831887867302,0.15372517456988796,0.0,0.16334505823175807,0.15372517456988796,0.0,0.19874459687493898,0.15372517456988796,0.0,0.04109914796916017,0.5,0.15372517456988796,0.0,0.018896247047767226,0.0,0.8565944221550567,0.6860695570881762 -7680,0.5,0.15372517456988796,0.0,0.12247095866047966,0.15372517456988796,0.0,0.1627612740926789,0.15372517456988796,0.0,0.0485678857120887,0.15372517456988796,0.0,0.015553451759504969,0.15372517456988796,0.0,0.1711741091860127,0.15372517456988796,0.0,0.08762277158307748,0.15372517456988796,0.0,0.13578329056431107,0.15372517456988796,0.0,0.20203482554305113,0.5,0.15372517456988796,0.0,0.3596028353111587,0.15372517456988796,0.0,0.007448797811162322,0.5,0.15372517456988796,0.0,0.06586127744196561,0.15372517456988796,0.0,0.06581219052890235,0.15372517456988796,0.0,0.3668246721982771,0.15372517456988796,0.0,0.23603200500215887,0.15372517456988796,0.0,0.12538326323841342,0.15372517456988796,0.0,0.2259253062129616,0.15372517456988796,0.0,0.03660364822102649,0.5,0.15372517456988796,0.0,0.013851382307912724,0.0,0.6936405133483826,0.6083502746395775 -7681,0.5,0.15372517456988796,0.0,0.08674123715110624,0.15372517456988796,0.0,0.12888085156267426,0.15372517456988796,0.0,0.05534787490882369,0.15372517456988796,0.0,0.010954968040902442,0.15372517456988796,0.0,0.131035783633075,0.15372517456988796,0.0,0.09931660212749388,0.15372517456988796,0.0,0.1610093912338715,0.15372517456988796,0.0,0.20301025291329752,0.5,0.15372517456988796,0.0,0.3912010264326527,0.15372517456988796,0.0,0.004878651518455842,0.5,0.15372517456988796,0.0,0.06776574505095842,0.15372517456988796,0.0,0.05651569229335012,0.15372517456988796,0.0,0.2604318097076166,0.15372517456988796,0.0,0.2382916546520037,0.15372517456988796,0.0,0.10749220494117018,0.15372517456988796,0.0,0.2013403172216848,0.15372517456988796,0.0,0.030586982217039857,0.5,0.15372517456988796,0.0,0.007939010824803725,0.0,0.5230787855589352,0.5169909474160268 -7682,0.5,0.15372517456988796,0.0,0.06013206703325887,0.15372517456988796,0.0,0.07401456006586282,0.15372517456988796,0.0,0.04834101120386893,0.15372517456988796,0.0,0.009048122098204485,0.15372517456988796,0.0,0.11575007364243127,0.15372517456988796,0.0,0.13646801964295335,0.15372517456988796,0.0,0.1854253135578266,0.15372517456988796,0.0,0.25245775665438397,0.5,0.15372517456988796,0.0,0.3721801800093456,0.15372517456988796,0.0,0.00533031691914054,0.5,0.15372517456988796,0.0,0.06455268371706135,0.15372517456988796,0.0,0.049652844661873335,0.15372517456988796,0.0,0.19529505298148156,0.15372517456988796,0.0,0.20103845384854863,0.15372517456988796,0.0,0.10030054968013388,0.15372517456988796,0.0,0.18964259161597072,0.15372517456988796,0.0,0.02907334887088532,0.5,0.15372517456988796,0.0,0.003914375524855602,0.0,0.38701424986755273,0.5487056797613519 -7683,0.5,0.15372517456988796,0.0,0.041956740591319444,0.15372517456988796,0.0,0.06134937860043741,0.15372517456988796,0.0,0.02921379727379546,0.15372517456988796,0.0,0.00845972251640944,0.15372517456988796,0.0,0.12803555390450733,0.15372517456988796,0.0,0.1716576056379399,0.15372517456988796,0.0,0.19316844546135203,0.15372517456988796,0.0,0.3099712673857876,0.5,0.15372517456988796,0.0,0.3603933015347227,0.15372517456988796,0.0,0.006579153508542697,0.5,0.15372517456988796,0.0,0.05545122995270434,0.15372517456988796,0.0,0.0436237419665577,0.15372517456988796,0.0,0.14984442387594002,0.15372517456988796,0.0,0.15046056578729328,0.15372517456988796,0.0,0.08595351610029346,0.15372517456988796,0.0,0.20757007263628646,0.15372517456988796,0.0,0.031100234920357177,0.5,0.15372517456988796,0.0,0.0032929058259328955,0.0,0.2795929883472513,0.6313045321037475 -7684,0.5,0.15372517456988796,0.0,0.030558747382564956,0.15372517456988796,0.0,0.05860135108689502,0.15372517456988796,0.0,0.021833145979242085,0.15372517456988796,0.0,0.0055931335682397505,0.15372517456988796,0.0,0.13631468327757867,0.15372517456988796,0.0,0.2228012109191851,0.15372517456988796,0.0,0.2125199844515373,0.15372517456988796,0.0,0.3438020487841109,0.5,0.15372517456988796,0.0,0.39173835754000474,0.15372517456988796,0.0,0.007421836234011064,0.5,0.15372517456988796,0.0,0.05307554554183295,0.15372517456988796,0.0,0.04230741131931493,0.15372517456988796,0.0,0.11462463176036837,0.15372517456988796,0.0,0.12407533082033168,0.15372517456988796,0.0,0.08023750144008317,0.15372517456988796,0.0,0.2368776828545152,0.15372517456988796,0.0,0.03224015893617011,0.5,0.15372517456988796,0.0,0.00438955464466914,0.0,0.1892030889617549,0.7419557279035592 -7685,0.5,0.15372517456988796,0.0,0.022741238065789714,0.15372517456988796,0.0,0.054065789451638084,0.15372517456988796,0.0,0.030455384488966997,0.15372517456988796,0.0,0.004272260771567528,0.15372517456988796,0.0,0.161678801299021,0.15372517456988796,0.0,0.290110817541805,0.15372517456988796,0.0,0.20619674268976237,0.15372517456988796,0.0,0.3990101518074999,0.5,0.15372517456988796,0.0,0.3520068036222478,0.15372517456988796,0.0,0.008755504073651065,0.5,0.15372517456988796,0.0,0.0565608908992968,0.15372517456988796,0.0,0.04413162288633249,0.15372517456988796,0.0,0.08992969950846869,0.15372517456988796,0.0,0.11581000577864763,0.15372517456988796,0.0,0.08243576719231568,0.15372517456988796,0.0,0.2347876730648007,0.15372517456988796,0.0,0.03153690303662596,0.5,0.15372517456988796,0.0,0.005582839786657229,0.0,0.129391691238174,0.7363431799736473 -7686,0.5,0.15372517456988796,0.0,0.017285272368240536,0.15372517456988796,0.0,0.050477386878100605,0.15372517456988796,0.0,0.03821601036238694,0.15372517456988796,0.0,0.004122893927975186,0.15372517456988796,0.0,0.18958754362707655,0.15372517456988796,0.0,0.3344968108292402,0.15372517456988796,0.0,0.22266078762434416,0.15372517456988796,0.0,0.42428445899914335,0.5,0.15372517456988796,0.0,0.2530237503821975,0.15372517456988796,0.0,0.009980363568023376,0.5,0.15372517456988796,0.0,0.06135297647989758,0.15372517456988796,0.0,0.041156629302599015,0.15372517456988796,0.0,0.07436152011108271,0.15372517456988796,0.0,0.12174912135059343,0.15372517456988796,0.0,0.09201961846237133,0.15372517456988796,0.0,0.1893230777261877,0.15372517456988796,0.0,0.032800369597907206,0.5,0.15372517456988796,0.0,0.005737684979788145,0.0,0.08909523735261239,0.6152406634607254 -7687,0.5,0.15372517456988796,0.0,0.014332032482828036,0.15372517456988796,0.0,0.05073430586213542,0.15372517456988796,0.0,0.04251012729535985,0.15372517456988796,0.0,0.0037374128880733296,0.15372517456988796,0.0,0.1973476538175132,0.15372517456988796,0.0,0.3729801518494953,0.15372517456988796,0.0,0.23621242623476907,0.15372517456988796,0.0,0.4179837168505506,0.5,0.15372517456988796,0.0,0.22388368778729986,0.15372517456988796,0.0,0.010474931171835448,0.5,0.15372517456988796,0.0,0.05955664861119296,0.15372517456988796,0.0,0.038195816804877235,0.15372517456988796,0.0,0.06631609458913082,0.15372517456988796,0.0,0.13014774161631906,0.15372517456988796,0.0,0.10219890213310656,0.15372517456988796,0.0,0.13390357805853584,0.15372517456988796,0.0,0.031280588214347475,0.5,0.15372517456988796,0.0,0.005744423430115706,0.0,0.05621646587632493,0.6095082423675079 -7688,0.5,0.15372517456988796,0.0,0.013436909989057349,0.15372517456988796,0.0,0.062028624072157375,0.15372517456988796,0.0,0.039934149377070724,0.15372517456988796,0.0,0.002821450771935763,0.15372517456988796,0.0,0.21435068467885687,0.15372517456988796,0.0,0.43678791193775,0.15372517456988796,0.0,0.23051464400641322,0.15372517456988796,0.0,0.4051290430019591,0.5,0.15372517456988796,0.0,0.21988095305141422,0.15372517456988796,0.0,0.009410118034929384,0.5,0.15372517456988796,0.0,0.05009968368100668,0.15372517456988796,0.0,0.03448695654877937,0.15372517456988796,0.0,0.06366028790272572,0.15372517456988796,0.0,0.1466327053505124,0.15372517456988796,0.0,0.10609447861114257,0.15372517456988796,0.0,0.1128508442278297,0.15372517456988796,0.0,0.025982964026164616,0.5,0.15372517456988796,7.763332200851768e-06,0.00636676780324454,0.0,0.03792645216092981,0.6793941430363298 -7689,0.5,0.15372517456988796,0.010513897248736888,0.011822183428899902,0.15372517456988796,0.0014154593974534757,0.07620433931118581,0.15372517456988796,0.045226658771283026,0.028787344702122675,0.15372517456988796,0.03979907155353249,0.0017678900378487075,0.15372517456988796,0.005036523801549992,0.23745899380415564,0.15372517456988796,0.005380410524964521,0.48311270661216454,0.15372517456988796,0.020883736533209435,0.21875695171291792,0.15372517456988796,0.004185960982150529,0.3818892621746819,0.5,0.15372517456988796,0.012393889839188004,0.23210910679095684,0.15372517456988796,0.044055530124940824,0.006531485542428917,0.5,0.15372517456988796,0.044890042085986875,0.032658234373686285,0.15372517456988796,0.04693872303530085,0.02227365862113876,0.15372517456988796,0.001721134841635223,0.06207256461948196,0.15372517456988796,0.0009551755774433565,0.16981247324642812,0.15372517456988796,0.012217160184103267,0.09538333005467942,0.15372517456988796,0.04161541300458608,0.08024571314920588,0.15372517456988796,0.03785131060056034,0.01804107601944874,0.5,0.15372517456988796,0.0582780580069797,0.008912182669163226,0.0,0.027413091422040334,0.7356218077288007 -7690,0.5,0.15372517456988796,0.04498343330633669,0.009441392813637829,0.15372517456988796,0.012384938537826748,0.08884242233011758,0.15372517456988796,0.17934536150978508,0.02036638069529735,0.15372517456988796,0.1282851747201794,0.0014851149185450539,0.15372517456988796,0.058913021018296846,0.26494739269023204,0.15372517456988796,0.086240430028726,0.4738335528557814,0.15372517456988796,0.15713006681620106,0.2087796602111982,0.15372517456988796,0.034814556785439266,0.38706454968823456,0.5,0.15372517456988796,0.09749512186260437,0.24979786460166456,0.15372517456988796,0.16274435829039513,0.01030734149292683,0.5,0.15372517456988796,0.17773856212306643,0.021215006173298245,0.15372517456988796,0.17840582652365408,0.016859203714843583,0.15372517456988796,0.014203591145732832,0.06678040229857045,0.15372517456988796,0.024029906014495745,0.18378954576733808,0.15372517456988796,0.10875059790303875,0.07959369031886977,0.15372517456988796,0.17372487605648435,0.07737202263480221,0.15372517456988796,0.12581468964290987,0.013326151790311302,0.5,0.15372517456988796,0.17862282094873239,0.017655367297086687,0.0,0.019387930887041514,0.7612964792355652 -7691,0.5,0.15372517456988796,0.08502027406755133,0.010816839744780317,0.15372517456988796,0.03342723899161662,0.09552613117987424,0.15372517456988796,0.3133631072680714,0.02533560936035825,0.15372517456988796,0.21701951679509765,0.0041034885727793315,0.15372517456988796,0.1459859786433008,0.2897991919230062,0.15372517456988796,0.20518094637523265,0.44448884987576276,0.15372517456988796,0.25059383308293076,0.24960190724828665,0.15372517456988796,0.0964436903180931,0.3491739929939862,0.5,0.15372517456988796,0.21347164233477944,0.2726256417691671,0.15372517456988796,0.300417681541273,0.027806434004108593,0.5,0.15372517456988796,0.3190972144771762,0.01602221282016706,0.15372517456988796,0.318748448914164,0.030512041743491432,0.15372517456988796,0.03335440827573512,0.0802702354048002,0.15372517456988796,0.08527102163945208,0.18025969396830532,0.15372517456988796,0.24379768611968528,0.07803302124535529,0.15372517456988796,0.27112457495714753,0.12091398498700776,0.15372517456988796,0.227312141152213,0.015666028915695306,0.5,0.15372517456988796,0.3058722614175464,0.045384685966994825,0.0,0.011278649445320392,0.7005865449274192 -7692,0.5,0.15372517456988796,0.12766324288759107,0.01368764477092917,0.15372517456988796,0.05700584213270864,0.10561923887210936,0.15372517456988796,0.39022228516715957,0.026241243861602995,0.15372517456988796,0.3025254367003758,0.017488641023457548,0.15372517456988796,0.2986787867005038,0.2765484271184336,0.15372517456988796,0.20103238212461005,0.3066877450560582,0.15372517456988796,0.281543544566288,0.2673506989511336,0.15372517456988796,0.21917283750350353,0.3390021308701008,0.5,0.15372517456988796,0.2801964049684701,0.2834357431336951,0.15372517456988796,0.4028165601475715,0.04673123110870864,0.5,0.15372517456988796,0.41107473857750054,0.02469254493456821,0.15372517456988796,0.4186777135023485,0.0543526979502603,0.15372517456988796,0.054221871064017546,0.0977907240123815,0.15372517456988796,0.12838857000886336,0.1652167633906499,0.15372517456988796,0.35236814565605545,0.09280886627978217,0.15372517456988796,0.3398235818282723,0.13526812458809892,0.15372517456988796,0.32781807116289513,0.026723767241160813,0.5,0.15372517456988796,0.3865790803052523,0.06761290252368751,0.0,0.003693617731622075,0.68578802606663 -7693,0.5,0.15372517456988796,0.18282283590623738,0.017146493653600676,0.15372517456988796,0.10349006382693773,0.1488041358158952,0.15372517456988796,0.41330734437766653,0.030595286835848674,0.15372517456988796,0.31213095155284487,0.046303052289789016,0.15372517456988796,0.3881550578424528,0.23541059614015328,0.15372517456988796,0.1893642173177803,0.17631200062797753,0.15372517456988796,0.28274095767485324,0.2238229237849115,0.15372517456988796,0.28047081675216123,0.3514038923077308,0.5,0.15372517456988796,0.2966331295183088,0.25111982198312105,0.15372517456988796,0.44313746910660967,0.06810058982731344,0.5,0.15372517456988796,0.41905720631172616,0.028014172531410867,0.15372517456988796,0.45604823991583787,0.07794543220459288,0.15372517456988796,0.06572900272817371,0.1167565965781412,0.15372517456988796,0.20675527703013044,0.16369103864485926,0.15372517456988796,0.39922201711455096,0.10340692564545476,0.15372517456988796,0.3893445189389409,0.1354404562835417,0.15372517456988796,0.3688251862141736,0.03861166561333983,0.5,0.15372517456988796,0.40805265875970326,0.0910682394009495,0.0,0.0,0.6548083001760888 -7694,0.5,0.15372517456988796,0.1791246508998999,0.024317405195769554,0.15372517456988796,0.0642144870432804,0.1479651542775395,0.15372517456988796,0.3766198597183972,0.04419253684898038,0.15372517456988796,0.24362192447544367,0.07216338185477189,0.15372517456988796,0.31988748998634203,0.13734327611197028,0.15372517456988796,0.23061725903246882,0.15779564258265677,0.15372517456988796,0.28582683125085523,0.1749623336289362,0.15372517456988796,0.22209408995237784,0.33889316985285545,0.5,0.15372517456988796,0.2707664683252595,0.20042391998669817,0.15372517456988796,0.40466100977712444,0.0703648687996453,0.5,0.15372517456988796,0.36519791908573496,0.05091265859085715,0.15372517456988796,0.43097314393049735,0.0867978162252109,0.15372517456988796,0.05863762626437409,0.1296966709239199,0.15372517456988796,0.2851363459767093,0.17204250180373043,0.15372517456988796,0.3783354827616553,0.09250421810109091,0.15372517456988796,0.38513586990062415,0.09737476902006456,0.15372517456988796,0.32445954197701377,0.04945567070401775,0.5,0.15372517456988796,0.368130652877031,0.10016554226851532,0.0,0.0,0.5852316874082151 -7695,0.5,0.15372517456988796,0.10918766260639662,0.024679112399787023,0.15372517456988796,0.04699840758794491,0.13728080225933026,0.15372517456988796,0.2670318683506028,0.031492173320297655,0.15372517456988796,0.131167362593667,0.06641523873222102,0.15372517456988796,0.18414857415772234,0.0886173235022968,0.15372517456988796,0.15921321873455696,0.16361999390692994,0.15372517456988796,0.27771685878017655,0.12002740825562075,0.15372517456988796,0.1285403986916038,0.28664198153195886,0.5,0.15372517456988796,0.19882107139929311,0.11867731253312687,0.15372517456988796,0.31083085589225123,0.046300144318139544,0.5,0.15372517456988796,0.2801091299094597,0.058537148848629865,0.15372517456988796,0.3378715115753133,0.05447298674803712,0.15372517456988796,0.03434078082006778,0.14722760100405474,0.15372517456988796,0.24570069224791657,0.14313242022288541,0.15372517456988796,0.26670308249830854,0.0717369668748191,0.15372517456988796,0.28684993898662914,0.05328112105737015,0.15372517456988796,0.2346181839119693,0.03684779769829863,0.5,0.15372517456988796,0.2761930866200639,0.05119624791808576,0.0,0.0,0.6031364255632758 -7696,0.5,0.15372517456988796,0.0,0.02432238071876324,0.15372517456988796,0.0,0.11145723154642027,0.15372517456988796,0.03982597595095765,0.02559907718450206,0.15372517456988796,0.0013640509589371661,0.04767873019265385,0.15372517456988796,0.08099298193753263,0.105968342808281,0.15372517456988796,0.07994993910767256,0.16740536909591955,0.15372517456988796,0.09494541912398184,0.09983027262728017,0.15372517456988796,0.0393246980105091,0.19467604944983458,0.5,0.15372517456988796,0.07094775217972592,0.05690571663022175,0.15372517456988796,0.12458035235726928,0.021439128316057397,0.5,0.15372517456988796,0.09856566545026896,0.05547464844434576,0.15372517456988796,0.1260147172745191,0.03469391644261048,0.15372517456988796,0.0,0.14838329725038046,0.15372517456988796,0.05482102258189561,0.13389221493145714,0.15372517456988796,0.04603352257386959,0.09263659494054306,0.15372517456988796,0.06867939439498119,0.03942978719546651,0.15372517456988796,0.06394698775727564,0.03006787588009007,0.5,0.15372517456988796,0.06290880503646396,0.0300657040255572,0.0,0.0,0.6474805279480635 -7697,0.5,0.15372517456988796,0.0,0.029559291504449754,0.15372517456988796,0.0,0.1551881832419419,0.15372517456988796,0.0,0.03434134789613013,0.15372517456988796,0.0,0.045068290760651435,0.15372517456988796,0.0,0.1481239466407808,0.15372517456988796,0.0,0.15421843819030678,0.15372517456988796,0.0,0.09081562347261644,0.15372517456988796,0.0,0.10605829660490379,0.5,0.15372517456988796,2.474151362187218e-05,0.032482211191395494,0.15372517456988796,0.0,0.01745087190551378,0.5,0.15372517456988796,0.0,0.06346415034243125,0.15372517456988796,0.0,0.03175045513740924,0.15372517456988796,0.0,0.15056571941563973,0.15372517456988796,0.0,0.1529775635313349,0.15372517456988796,0.0,0.11038415313540614,0.15372517456988796,0.0,0.035291107473191814,0.15372517456988796,0.0,0.03667155097189569,0.5,0.15372517456988796,0.0,0.03219789279601966,0.0,8.027902791117712e-05,0.648633721366121 -7698,0.5,0.15372517456988796,0.0,0.02964497971177,0.15372517456988796,0.0,0.1635720506745576,0.15372517456988796,0.0,0.03942894348750342,0.15372517456988796,0.0,0.04443322692499657,0.15372517456988796,0.0,0.14701448388863503,0.15372517456988796,0.0,0.11345205910278544,0.15372517456988796,0.0,0.07249538432458603,0.15372517456988796,0.0,0.0842228249711724,0.5,0.15372517456988796,0.0,0.02699670572514623,0.15372517456988796,0.0,0.012337568481964998,0.5,0.15372517456988796,0.0,0.051975354005189545,0.15372517456988796,0.0,0.025420763273220966,0.15372517456988796,0.0,0.1566328676064516,0.15372517456988796,0.0,0.16012402632072353,0.15372517456988796,0.0,0.1001674922353616,0.15372517456988796,0.0,0.026939917161559173,0.15372517456988796,0.0,0.031071425822835355,0.5,0.15372517456988796,0.0,0.03305235394292391,0.0,0.006348497799177543,0.6143608120951112 -7699,0.5,0.15372517456988796,0.0,0.03167937778470178,0.15372517456988796,0.0,0.14626910894564893,0.15372517456988796,0.0,0.04683965909205611,0.15372517456988796,0.0,0.04548556743712575,0.15372517456988796,0.0,0.12901554063597834,0.15372517456988796,0.0,0.06795461824315698,0.15372517456988796,0.0,0.06657667423998638,0.15372517456988796,0.0,0.07549130174781954,0.5,0.15372517456988796,0.0,0.028742019135880627,0.15372517456988796,0.0,0.009912525772720154,0.5,0.15372517456988796,0.0,0.041809697413314466,0.15372517456988796,0.0,0.019574386038427878,0.15372517456988796,0.0,0.1527093981977647,0.15372517456988796,0.0,0.16762276205952267,0.15372517456988796,0.0,0.08837569091611548,0.15372517456988796,0.0,0.02789534284396177,0.15372517456988796,0.0,0.03094194881399133,0.5,0.15372517456988796,0.0,0.040773315625607286,0.0,0.01023405062479469,0.6042790542382266 -7700,0.5,0.15372517456988796,0.0,0.035848411189011276,0.15372517456988796,0.0,0.10716634565042132,0.15372517456988796,0.0,0.052352683440654156,0.15372517456988796,0.0,0.04751297047490901,0.15372517456988796,0.0,0.10636289646657276,0.15372517456988796,0.0,0.04876517407982203,0.15372517456988796,0.0,0.06028340406807214,0.15372517456988796,0.0,0.0526967001694625,0.5,0.15372517456988796,0.0,0.0312048276912606,0.15372517456988796,0.0,0.006462926963915977,0.5,0.15372517456988796,0.0,0.03022479046056562,0.15372517456988796,0.0,0.012706551874937386,0.15372517456988796,0.0,0.13190191573163917,0.15372517456988796,0.0,0.16350039080386847,0.15372517456988796,0.0,0.07003781437962511,0.15372517456988796,0.0,0.02874446346300259,0.15372517456988796,0.0,0.032520440999328847,0.5,0.15372517456988796,0.0,0.04044085914003754,0.0,0.012249016686568045,0.6154561814297161 -7701,0.5,0.15372517456988796,0.0,0.04248155297237754,0.15372517456988796,0.0,0.07360857604031835,0.15372517456988796,0.0,0.05747612527487998,0.15372517456988796,0.0,0.04978438228611028,0.15372517456988796,0.0,0.08318011885181474,0.15372517456988796,0.0,0.05814976162700955,0.15372517456988796,0.0,0.05319511713241956,0.15372517456988796,0.0,0.042917035087876185,0.5,0.15372517456988796,0.0,0.02947765411542766,0.15372517456988796,0.0,0.00471769989474054,0.5,0.15372517456988796,0.0,0.021242205166855987,0.15372517456988796,0.0,0.008171585499295739,0.15372517456988796,0.0,0.1023309184659004,0.15372517456988796,0.0,0.14897554966620896,0.15372517456988796,0.0,0.05884571266604223,0.15372517456988796,0.0,0.029521967448855668,0.15372517456988796,0.0,0.030227997585869575,0.5,0.15372517456988796,0.0,0.028590930710442917,0.0,0.02251479465826696,0.6432962998033523 -7702,0.5,0.15372517456988796,0.0,0.04676961122398772,0.15372517456988796,0.0,0.06184332114295455,0.15372517456988796,0.0,0.062973840970926,0.15372517456988796,0.0,0.05036890812594401,0.15372517456988796,0.0,0.06313622575857036,0.15372517456988796,0.0,0.06289626243434929,0.15372517456988796,0.0,0.05147966436472388,0.15372517456988796,0.0,0.03783218513662065,0.5,0.15372517456988796,0.0,0.029621428037450853,0.15372517456988796,0.0,0.005477979003647496,0.5,0.15372517456988796,0.0,0.016595686296964438,0.15372517456988796,0.0,0.008086795778046194,0.15372517456988796,0.0,0.07730941878753868,0.15372517456988796,0.0,0.13370655501815698,0.15372517456988796,0.0,0.055201835505043324,0.15372517456988796,0.0,0.03044519303690843,0.15372517456988796,0.0,0.02515216912194815,0.5,0.15372517456988796,0.0,0.017137132551849968,0.0,0.06802203291306905,0.657462615269757 -7703,0.5,0.15372517456988796,0.0,0.04748505223072211,0.15372517456988796,0.0,0.059164535906010673,0.15372517456988796,0.0,0.05765389908337177,0.15372517456988796,0.0,0.04712840951061389,0.15372517456988796,0.0,0.0524080612903878,0.15372517456988796,0.0,0.06520748830499562,0.15372517456988796,0.0,0.04751929448482908,0.15372517456988796,0.0,0.03554023775636213,0.5,0.15372517456988796,0.0,0.031173546891199895,0.15372517456988796,0.0,0.006915465013986605,0.5,0.15372517456988796,0.0,0.019017662324493503,0.15372517456988796,0.0,0.006430330178273157,0.15372517456988796,0.0,0.05917009469769955,0.15372517456988796,0.0,0.1212588887585413,0.15372517456988796,0.0,0.05689091529010321,0.15372517456988796,0.0,0.03100791670916927,0.15372517456988796,0.0,0.021957076734461053,0.5,0.15372517456988796,0.0,0.01293442773874968,0.0,0.12025747266549822,0.6550770106082805 -7704,0.5,0.15372517456988796,0.0,0.049843883721996364,0.15372517456988796,0.0,0.05829329622135428,0.15372517456988796,0.0,0.04854759723343669,0.15372517456988796,0.0,0.04382318047767112,0.15372517456988796,0.0,0.06669878061950375,0.15372517456988796,0.0,0.0677985591029472,0.15372517456988796,0.0,0.053891125370932984,0.15372517456988796,0.0,0.03790677481485692,0.5,0.15372517456988796,0.0,0.025734980983933484,0.15372517456988796,0.0,0.005064542896709495,0.5,0.15372517456988796,0.0,0.019516585671228208,0.15372517456988796,0.0,0.0037228452243067206,0.15372517456988796,0.0,0.04749700689746933,0.15372517456988796,0.0,0.12322352843185594,0.15372517456988796,0.0,0.05723690223369356,0.15372517456988796,0.0,0.03437064059056564,0.15372517456988796,0.0,0.023233725767910954,0.5,0.15372517456988796,0.0,0.011523311106877468,0.0,0.1343901662331892,0.6547173371706922 -7705,0.5,0.15372517456988796,0.0,0.05766626017551095,0.15372517456988796,0.0,0.05164644648467958,0.15372517456988796,0.0,0.03229966480522105,0.15372517456988796,0.0,0.03934935801180869,0.15372517456988796,0.0,0.09291810378225702,0.15372517456988796,0.0,0.07817782887173554,0.15372517456988796,0.0,0.06653280165499376,0.15372517456988796,0.0,0.03910569817589533,0.5,0.15372517456988796,0.0,0.01861303280174037,0.15372517456988796,0.0,0.0030127634415215753,0.5,0.15372517456988796,0.0,0.018421917996631846,0.15372517456988796,0.0,0.002657944061420663,0.15372517456988796,0.0,0.041762174426095956,0.15372517456988796,0.0,0.1344054949452824,0.15372517456988796,0.0,0.057061183418055175,0.15372517456988796,0.0,0.03225570041574486,0.15372517456988796,0.0,0.022602273008004218,0.5,0.15372517456988796,0.0,0.005983784311220873,0.0,0.1416015677361807,0.6494062725884974 -7706,0.5,0.15372517456988796,0.0,0.0696043964467855,0.15372517456988796,0.0,0.04645317384005398,0.15372517456988796,0.0,0.02957704709378729,0.15372517456988796,0.0,0.03364956101833068,0.15372517456988796,0.0,0.11562116954848276,0.15372517456988796,0.0,0.10186504976821693,0.15372517456988796,0.0,0.0699057754595826,0.15372517456988796,0.0,0.03688757616529079,0.5,0.15372517456988796,0.0,0.013727352006032584,0.15372517456988796,0.0,0.0016078210233684144,0.5,0.15372517456988796,0.0,0.01941196848150875,0.15372517456988796,0.0,0.0017971485946261167,0.15372517456988796,0.0,0.04484156152322039,0.15372517456988796,0.0,0.13573708191197054,0.15372517456988796,0.0,0.05744187764444315,0.15372517456988796,0.0,0.02603234834891431,0.15372517456988796,0.0,0.02192941654733198,0.5,0.15372517456988796,0.0,0.004401947980662976,0.0,0.1780165822223106,0.6733995857215157 -7707,0.5,0.15372517456988796,0.0,0.08432431260987248,0.15372517456988796,0.0,0.04212832256122193,0.15372517456988796,0.0,0.03653648782945934,0.15372517456988796,0.0,0.034190944054030864,0.15372517456988796,0.0,0.13276034568565295,0.15372517456988796,0.0,0.10899131167032541,0.15372517456988796,0.0,0.06926104240152268,0.15372517456988796,0.0,0.030619134114856277,0.5,0.15372517456988796,0.0,0.011014858125378203,0.15372517456988796,0.0,0.0013438611061146349,0.5,0.15372517456988796,0.0,0.01934075653860788,0.15372517456988796,0.0,0.002642828215791092,0.15372517456988796,0.0,0.051083194238478395,0.15372517456988796,0.0,0.12896541462344444,0.15372517456988796,0.0,0.055439370652167266,0.15372517456988796,0.0,0.0263231693797058,0.15372517456988796,0.0,0.02136803226391107,0.5,0.15372517456988796,0.0,0.003465813289785154,0.0,0.2636557886715596,0.6957149525663043 -7708,0.5,0.15372517456988796,0.0,0.09564035047285421,0.15372517456988796,0.0,0.0432723555496324,0.15372517456988796,0.0,0.04876174530317076,0.15372517456988796,0.0,0.042869556603802365,0.15372517456988796,0.0,0.13596690146425322,0.15372517456988796,0.0,0.10657598892219763,0.15372517456988796,0.0,0.0643110555688273,0.15372517456988796,0.0,0.024460974326536863,0.5,0.15372517456988796,0.0,0.00825889962900322,0.15372517456988796,0.0,0.0023227773882200887,0.5,0.15372517456988796,0.0,0.01319101837440748,0.15372517456988796,0.0,0.003297619017174983,0.15372517456988796,0.0,0.05655294687393545,0.15372517456988796,0.0,0.11755852941417565,0.15372517456988796,0.0,0.059311854131603725,0.15372517456988796,0.0,0.022619315613777755,0.15372517456988796,0.0,0.017345448590024907,0.5,0.15372517456988796,0.0,0.0021078074047658326,0.0,0.32312560380201777,0.6575500622232309 -7709,0.5,0.15372517456988796,0.0,0.11166439934667684,0.15372517456988796,0.0,0.04921133846332715,0.15372517456988796,0.0,0.05936854628576269,0.15372517456988796,0.0,0.05577059763045182,0.15372517456988796,0.0,0.13203310954427727,0.15372517456988796,0.0,0.09770504407430242,0.15372517456988796,0.0,0.05713507462811171,0.15372517456988796,0.0,0.019971803722221272,0.5,0.15372517456988796,0.0,0.006808724996130743,0.15372517456988796,0.0,0.0048140456709548345,0.5,0.15372517456988796,0.0,0.005153054980069146,0.15372517456988796,0.0,0.0018430108323167697,0.15372517456988796,0.0,0.06764778736341717,0.15372517456988796,0.0,0.11080725515043507,0.15372517456988796,0.0,0.06385949757208445,0.15372517456988796,0.0,0.019405389908397543,0.15372517456988796,0.0,0.013394332282992126,0.5,0.15372517456988796,0.0,0.0016390054448437422,0.0,0.2946611600163946,0.5672132634493684 -7710,0.5,0.15372517456988796,0.0,0.1348960233639852,0.15372517456988796,0.0,0.05388779889570757,0.15372517456988796,0.0,0.061520778175601545,0.15372517456988796,0.0,0.0633803958793777,0.15372517456988796,0.0,0.1248396600878395,0.15372517456988796,0.0,0.09224708256601838,0.15372517456988796,0.0,0.05229155277117526,0.15372517456988796,0.0,0.02053118925503291,0.5,0.15372517456988796,0.0,0.006346314323498691,0.15372517456988796,0.0,0.00551204494524248,0.5,0.15372517456988796,0.0,0.0010561930545528782,0.15372517456988796,0.0,0.0018323071915633373,0.15372517456988796,0.0,0.08760092004566952,0.15372517456988796,0.0,0.10533238667053912,0.15372517456988796,0.0,0.06994263160976427,0.15372517456988796,0.0,0.017167810527771003,0.15372517456988796,0.0,0.009602067103459053,0.5,0.15372517456988796,0.0,0.0012029299775824574,0.0,0.28296776036283217,0.5221049149208943 -7711,0.5,0.15372517456988796,0.0,0.1679609493607385,0.15372517456988796,0.0,0.05382110352837652,0.15372517456988796,0.0,0.05929419078558769,0.15372517456988796,0.0,0.07153653526981626,0.15372517456988796,0.0,0.11245185914555016,0.15372517456988796,0.0,0.08416930243056686,0.15372517456988796,0.0,0.04233328492650443,0.15372517456988796,0.0,0.022342894953164646,0.5,0.15372517456988796,0.0,0.005427563822365761,0.15372517456988796,0.0,0.00423635996172115,0.5,0.15372517456988796,0.0,0.0007268037826473567,0.15372517456988796,0.0,0.001722029624979135,0.15372517456988796,0.0,0.10037815110008894,0.15372517456988796,0.0,0.10706709188780059,0.15372517456988796,0.0,0.06553154050740345,0.15372517456988796,0.0,0.017283341077261642,0.15372517456988796,0.0,0.006675770273622363,0.5,0.15372517456988796,0.0,0.0019469158089997513,0.0,0.34528624772287375,0.5390196696611245 -7712,0.5,0.15372517456988796,0.0,0.18701599212571182,0.15372517456988796,0.0,0.05638596496209259,0.15372517456988796,0.0,0.060269017698122755,0.15372517456988796,0.0,0.07672282874800965,0.15372517456988796,0.0,0.09367260464007042,0.15372517456988796,0.0,0.07614053001392102,0.15372517456988796,0.0,0.034756424384444776,0.15372517456988796,0.0,0.02069085459221571,0.5,0.15372517456988796,0.0,0.004168902382398589,0.15372517456988796,0.0,0.005028702666092225,0.5,0.15372517456988796,0.0,0.00033999569912164615,0.15372517456988796,0.0,0.0017235760398471214,0.15372517456988796,0.0,0.12009276090385512,0.15372517456988796,0.0,0.10830646149112205,0.15372517456988796,0.0,0.05880795266787982,0.15372517456988796,0.0,0.01872748193660408,0.15372517456988796,0.0,0.005113237316302298,0.5,0.15372517456988796,0.0,0.0017161333064068802,0.0,0.46444917865633767,0.5255865670581764 -7713,0.5,0.15372517456988796,0.004841062241398668,0.20806054409295133,0.15372517456988796,0.003023366340385062,0.06503428631948183,0.15372517456988796,0.005622798649773986,0.06389759331296256,0.15372517456988796,0.0050844953090694155,0.09898119216223676,0.15372517456988796,0.0038458989835194845,0.0828169644436368,0.15372517456988796,0.0025299049139011483,0.06980620352985765,0.15372517456988796,0.0016812707854099746,0.03164141096983788,0.15372517456988796,0.0030291428954252035,0.017337603701792874,0.5,0.15372517456988796,0.005996444410559667,0.003054257365161231,0.15372517456988796,0.0168243153585828,0.005976563979969932,0.5,0.15372517456988796,0.0062594003302944255,0.0002173327886907261,0.15372517456988796,0.012210779818481123,0.0016782234742234122,0.15372517456988796,0.0034631779930774233,0.144209259454232,0.15372517456988796,0.004755965754993128,0.09720861705594538,0.15372517456988796,0.0014408242160418479,0.06314486471775271,0.15372517456988796,0.0019622485842009517,0.018916349526048908,0.15372517456988796,0.013065949363141762,0.0034345412238697944,0.5,0.15372517456988796,0.025595439121265717,0.0015625545847969414,0.0,0.5736869841875442,0.47757444015412137 -7714,0.5,0.15372517456988796,0.02300633495628207,0.2263965546778154,0.15372517456988796,0.03577954081457329,0.11713370976758335,0.15372517456988796,0.028335767348473487,0.0816779556710884,0.15372517456988796,0.02136030554274551,0.12613784757858318,0.15372517456988796,0.031486251037932525,0.08961378602458588,0.15372517456988796,0.028243232366151297,0.0735911988535139,0.15372517456988796,0.01640720454814378,0.03239615975756163,0.15372517456988796,0.03140719864176109,0.012744966367058016,0.5,0.15372517456988796,0.030358954839045237,0.0036016974401577987,0.15372517456988796,0.046965927778045875,0.006256664520035652,0.5,0.15372517456988796,0.025470331804676727,0.0007103732777382249,0.15372517456988796,0.038375914330933354,0.0032739284565462,0.15372517456988796,0.045131564224908924,0.17403568665254254,0.15372517456988796,0.048607170081160986,0.0950748637671375,0.15372517456988796,0.009098571827372039,0.07834684695668243,0.15372517456988796,0.01428019363491348,0.020840628260102308,0.15372517456988796,0.03905226634046984,0.0037339587654560387,0.5,0.15372517456988796,0.05994598378483426,0.00513642970409305,0.0,0.6263866289199211,0.3815045717990079 -7715,0.5,0.15372517456988796,0.044067201597387876,0.2527371200386619,0.15372517456988796,0.0713316173312252,0.22468035686598672,0.15372517456988796,0.044132051730263355,0.0906566005066411,0.15372517456988796,0.036207238990340916,0.14037188253883134,0.15372517456988796,0.03547812358205616,0.10897513850302629,0.15372517456988796,0.0678423333870406,0.09657849391737697,0.15372517456988796,0.04441030148122398,0.041442217114742386,0.15372517456988796,0.06018767512682893,0.012324229951628893,0.5,0.15372517456988796,0.04340478770487575,0.00571359295903729,0.15372517456988796,0.057570432937496745,0.013518291288372012,0.5,0.15372517456988796,0.048358951198362844,0.0008870738973641962,0.15372517456988796,0.07127713889342467,0.005180401760756396,0.15372517456988796,0.07965404052105256,0.22420899323963633,0.15372517456988796,0.04243116654150401,0.11274158306487908,0.15372517456988796,0.02100048510703277,0.10107689889550107,0.15372517456988796,0.03201757656834377,0.022030903892683067,0.15372517456988796,0.06009144799327372,0.004292523805818887,0.5,0.15372517456988796,0.07773353908872042,0.0170616594464968,0.0,0.6869242588052628,0.41542984302301267 -7716,0.5,0.15372517456988796,0.05181648276535673,0.2693993437256296,0.15372517456988796,0.07713846433129704,0.3433118082165016,0.15372517456988796,0.04733469732458773,0.08551491376345029,0.15372517456988796,0.057752633380924547,0.15191687078027855,0.15372517456988796,0.047741615041782454,0.1281839483990332,0.15372517456988796,0.09405898781339855,0.10733569141140115,0.15372517456988796,0.05899427763416945,0.05517600149971564,0.15372517456988796,0.07507033654128849,0.014536635353831833,0.5,0.15372517456988796,0.05696500766635231,0.004909285128284832,0.15372517456988796,0.05461454193642774,0.023391205753487364,0.5,0.15372517456988796,0.06825218354049681,0.0008486306907212035,0.15372517456988796,0.09892709408846408,0.007414420826242796,0.15372517456988796,0.08665596791630943,0.36458904182828633,0.15372517456988796,0.03902766916579755,0.15700800655211006,0.15372517456988796,0.02661068357678941,0.12665915930407376,0.15372517456988796,0.04894012007314761,0.025353590046442942,0.15372517456988796,0.06869927137883886,0.0028363037991669436,0.5,0.15372517456988796,0.08214704031208725,0.03877720610496767,0.0,0.7777279390164559,0.4258706283589048 -7717,0.5,0.15372517456988796,0.03719207546889301,0.27829817868206613,0.15372517456988796,0.040838388076224516,0.33671145887849835,0.15372517456988796,0.0441409027570941,0.08231473359765848,0.15372517456988796,0.07031825011750548,0.19162948991817394,0.15372517456988796,0.05954552520814807,0.12815129580886092,0.15372517456988796,0.09537365822158483,0.09627380718314837,0.15372517456988796,0.07421043903615829,0.07023259062882266,0.15372517456988796,0.08339433766851523,0.015617233723894886,0.5,0.15372517456988796,0.07501177475386106,0.003518350705346707,0.15372517456988796,0.051758927307594065,0.051163294069717785,0.5,0.15372517456988796,0.059628752647168486,0.001121444232662195,0.15372517456988796,0.10225300039486185,0.013007090428637597,0.15372517456988796,0.10661902398112527,0.48030620751175246,0.15372517456988796,0.056010417014662583,0.2190938562506589,0.15372517456988796,0.02263341810687009,0.14953006647274283,0.15372517456988796,0.06807997705627176,0.029972747981494026,0.15372517456988796,0.06282404795353493,0.0027731907359560756,0.5,0.15372517456988796,0.07559443967583704,0.06371903476728089,0.0,0.8361596543027123,0.4637382482291568 -7718,0.5,0.15372517456988796,0.02319483274702759,0.2847433839067692,0.15372517456988796,0.009562541883336375,0.32039125302045884,0.15372517456988796,0.04419812711865951,0.08723286647735304,0.15372517456988796,0.049828292274001686,0.22542248957850086,0.15372517456988796,0.05326384445154781,0.13274044837256663,0.15372517456988796,0.08671073586662245,0.10507334691807574,0.15372517456988796,0.08847825523611881,0.0780984357451048,0.15372517456988796,0.10500215964744149,0.01645687429554087,0.5,0.15372517456988796,0.07827254883186552,0.004532559957812012,0.15372517456988796,0.0395098301297762,0.09092021361047876,0.5,0.15372517456988796,0.040988559915093696,0.002673850582026406,0.15372517456988796,0.09604984051852193,0.015919172722218152,0.15372517456988796,0.07872598353911556,0.5379690974727875,0.15372517456988796,0.08843120798140887,0.28804098823656044,0.15372517456988796,0.01639522225871638,0.14864048766854637,0.15372517456988796,0.04733265961096842,0.022850384363548585,0.15372517456988796,0.05624866787986815,0.0057602017947707826,0.5,0.15372517456988796,0.05365900745302937,0.06989862358994124,0.0,0.8521913502850228,0.5690411149007488 -7719,0.5,0.15372517456988796,0.012697169358286005,0.28478275446037665,0.15372517456988796,0.001203174386019513,0.2787078600234525,0.15372517456988796,0.03967681859113138,0.09781222711069201,0.15372517456988796,0.022437777275659872,0.2359177930504494,0.15372517456988796,0.05055852954043169,0.17055156313181866,0.15372517456988796,0.09412451219454022,0.11015022218541065,0.15372517456988796,0.03373648107082977,0.05284518098916004,0.15372517456988796,0.07168190588173248,0.013608244043514805,0.5,0.15372517456988796,0.0653834820701484,0.0045491769816274445,0.15372517456988796,0.02286884447294696,0.05603291690459492,0.5,0.15372517456988796,0.03201977604063093,0.004948902780381524,0.15372517456988796,0.0665225165078125,0.016995793987780842,0.15372517456988796,0.024979759988125586,0.5427106256705654,0.15372517456988796,0.06329464226735172,0.3337268623338272,0.15372517456988796,0.012047190129118137,0.1391514616536906,0.15372517456988796,0.02162384162286847,0.00963799314521274,0.15372517456988796,0.03731725252492318,0.010303977287589482,0.5,0.15372517456988796,0.027793995567447907,0.05865265701405068,0.0,0.833683568725004,0.5327873882789499 -7720,0.5,0.15372517456988796,8.627454009793981e-05,0.26932345961602083,0.15372517456988796,0.0010223925822207306,0.2233105455654412,0.15372517456988796,0.0044450743889521225,0.07315959579352713,0.15372517456988796,0.0002455935905781121,0.2355149429402413,0.15372517456988796,0.016553120800043127,0.1542966546406159,0.15372517456988796,0.038779255862641464,0.07532575507901167,0.15372517456988796,0.00618241630275845,0.04177232665081136,0.15372517456988796,0.022806380989118115,0.008254748231469504,0.5,0.15372517456988796,0.03899888584751803,0.001913472222070286,0.15372517456988796,0.008952887536410227,0.02667506473503079,0.5,0.15372517456988796,0.01912691924185859,0.0048893779229554155,0.15372517456988796,0.031058644897647085,0.010169709417878963,0.15372517456988796,0.00016968993410079554,0.5014505352991344,0.15372517456988796,0.01283910219106358,0.3818487064757657,0.15372517456988796,0.002427586471602751,0.12484550909075011,0.15372517456988796,0.007349347102743456,0.006551049208709315,0.15372517456988796,0.013552360736681257,0.01141574479363218,0.5,0.15372517456988796,0.006343118239214146,0.04688197646247789,0.0,0.797618601621676,0.6113393373590951 -7721,0.5,0.15372517456988796,0.0,0.2564300399326424,0.15372517456988796,0.0,0.2059750156859317,0.15372517456988796,0.0,0.048196382451801155,0.15372517456988796,0.0,0.2599252994727395,0.15372517456988796,0.0,0.13158805942391869,0.15372517456988796,0.0,0.06009693464232409,0.15372517456988796,0.0,0.03609853925535021,0.15372517456988796,0.0,0.008137215771995939,0.5,0.15372517456988796,1.8507258620992576e-05,0.0008564485129001489,0.15372517456988796,0.0,0.014359236884586842,0.5,0.15372517456988796,0.0,0.004517499325755114,0.15372517456988796,6.961610741234825e-07,0.003956548901429737,0.15372517456988796,0.0,0.4494766140577693,0.15372517456988796,0.0,0.38464164703941717,0.15372517456988796,0.0,0.11993172657093268,0.15372517456988796,0.0,0.006837206700992088,0.15372517456988796,0.0,0.01754954441537937,0.5,0.15372517456988796,0.0,0.04298482095253147,0.0,0.7822901686667425,0.8479448333864567 -7722,0.5,0.15372517456988796,0.0,0.2533948479718035,0.15372517456988796,0.0,0.18476469271007545,0.15372517456988796,0.0,0.05486306104578512,0.15372517456988796,0.0,0.2937414499357854,0.15372517456988796,0.0,0.1080469329225696,0.15372517456988796,0.0,0.056929825050648086,0.15372517456988796,0.0,0.034622320496576625,0.15372517456988796,0.0,0.007657674187225033,0.5,0.15372517456988796,0.0,0.0007239463103779978,0.15372517456988796,0.0,0.014762199708112708,0.5,0.15372517456988796,0.0,0.005890920258392043,0.15372517456988796,0.0,0.0051659795685082815,0.15372517456988796,0.0,0.4254492813164018,0.15372517456988796,0.0,0.3347369286808404,0.15372517456988796,0.0,0.12309281998920615,0.15372517456988796,0.0,0.008273705768773645,0.15372517456988796,0.0,0.023898656247356036,0.5,0.15372517456988796,0.0,0.043936179941477915,0.0,0.8126371507087254,0.9277377199228645 -7723,0.5,0.15372517456988796,0.0,0.25003392449134043,0.15372517456988796,0.0,0.1724407365637666,0.15372517456988796,0.0,0.11182483031551017,0.15372517456988796,0.0,0.30103434880970564,0.15372517456988796,0.0,0.10978781077941369,0.15372517456988796,0.0,0.052985310348853454,0.15372517456988796,0.0,0.030953521188436542,0.15372517456988796,0.0,0.005403159225368009,0.5,0.15372517456988796,0.0,0.0009507440278814141,0.15372517456988796,0.0,0.019204485455678644,0.5,0.15372517456988796,0.0,0.0072345243536777815,0.15372517456988796,0.0,0.006867621896751401,0.15372517456988796,0.0,0.41875106881007557,0.15372517456988796,0.0,0.28002658299455824,0.15372517456988796,0.0,0.12309265196335038,0.15372517456988796,0.0,0.008546218162109676,0.15372517456988796,0.0,0.03110122987373388,0.5,0.15372517456988796,0.0,0.048060721740516205,0.0,0.8287532662802609,0.9015134183290124 -7724,0.5,0.15372517456988796,0.0,0.24454783641013253,0.15372517456988796,0.0,0.1571392562566482,0.15372517456988796,0.0,0.1551863429392422,0.15372517456988796,0.0,0.3051563589135053,0.15372517456988796,0.0,0.11063467245155217,0.15372517456988796,0.0,0.04402840590076204,0.15372517456988796,0.0,0.022563395206932416,0.15372517456988796,0.0,0.0034156253298825447,0.5,0.15372517456988796,0.0,0.0012571849110363375,0.15372517456988796,0.0,0.021083361712503215,0.5,0.15372517456988796,0.0,0.009488898867852721,0.15372517456988796,0.0,0.008666417946783854,0.15372517456988796,0.0,0.39977254926390837,0.15372517456988796,0.0,0.23931405120442778,0.15372517456988796,0.0,0.11744144803701466,0.15372517456988796,0.0,0.008021711635798876,0.15372517456988796,0.0,0.04287530161103621,0.5,0.15372517456988796,0.0,0.058468309614533406,0.0,0.8093146481890691,0.8888911786629005 -7725,0.5,0.15372517456988796,0.0,0.2346036833235118,0.15372517456988796,0.0,0.14518055721649348,0.15372517456988796,0.0,0.19013775523670515,0.15372517456988796,0.0,0.294113887826266,0.15372517456988796,0.0,0.10455383232039477,0.15372517456988796,0.0,0.03684457525903119,0.15372517456988796,0.0,0.01706772896415523,0.15372517456988796,0.0,0.00172759974597858,0.5,0.15372517456988796,0.0,0.0017196781429408266,0.15372517456988796,0.0,0.02267351041053779,0.5,0.15372517456988796,0.0,0.011307101782617752,0.15372517456988796,0.0,0.011007233036153578,0.15372517456988796,0.0,0.3807227955466336,0.15372517456988796,0.0,0.20393289261040148,0.15372517456988796,0.0,0.11384528890615081,0.15372517456988796,0.0,0.007762532416801022,0.15372517456988796,0.0,0.05661693088564373,0.5,0.15372517456988796,0.0,0.07139613906410777,0.0,0.7770332771795285,0.8790223535925105 -7726,0.5,0.15372517456988796,0.0,0.21362313563259042,0.15372517456988796,0.0,0.13125743322686376,0.15372517456988796,0.0,0.18557782333971637,0.15372517456988796,0.0,0.2779972031479924,0.15372517456988796,0.0,0.10024683421922967,0.15372517456988796,0.0,0.029765924319722734,0.15372517456988796,0.0,0.01214004434044175,0.15372517456988796,0.0,0.0007096486985992526,0.5,0.15372517456988796,0.0,0.0016851056349985794,0.15372517456988796,0.0,0.023221699096386335,0.5,0.15372517456988796,0.0,0.014695433398889474,0.15372517456988796,0.0,0.012871479196150714,0.15372517456988796,0.0,0.35478666176279006,0.15372517456988796,0.0,0.18590294516333652,0.15372517456988796,0.0,0.1168934608103925,0.15372517456988796,0.0,0.007539130182268499,0.15372517456988796,0.0,0.0685971715239831,0.5,0.15372517456988796,0.0,0.08825565536926057,0.0,0.7363442841857322,0.8918237378358636 -7727,0.5,0.15372517456988796,0.0,0.17954289962531064,0.15372517456988796,0.0,0.11478470366655825,0.15372517456988796,0.0,0.16901260586450942,0.15372517456988796,0.0,0.2550118404738016,0.15372517456988796,0.0,0.09543706475213787,0.15372517456988796,0.0,0.022951124654272025,0.15372517456988796,0.0,0.011543606298152535,0.15372517456988796,0.0,0.0007400337774519019,0.5,0.15372517456988796,0.0,0.0008830363978007634,0.15372517456988796,0.0,0.02428096366388854,0.5,0.15372517456988796,0.0,0.017197837422320072,0.15372517456988796,0.0,0.013151389341111633,0.15372517456988796,0.0,0.32947230189395577,0.15372517456988796,0.0,0.16365133675094323,0.15372517456988796,0.0,0.11787226590734154,0.15372517456988796,0.0,0.00849111448775962,0.15372517456988796,0.0,0.07986208240854561,0.5,0.15372517456988796,0.0,0.10888429616373174,0.0,0.6712484703573222,0.9071218223544741 -7728,0.5,0.15372517456988796,0.0,0.15136408632789256,0.15372517456988796,0.0,0.09608937240673544,0.15372517456988796,0.0,0.16334029121688293,0.15372517456988796,0.0,0.2258724292937979,0.15372517456988796,0.0,0.08867666834565009,0.15372517456988796,0.0,0.019412054804255258,0.15372517456988796,0.0,0.012717813203034585,0.15372517456988796,0.0,0.0007891939967221346,0.5,0.15372517456988796,0.0,0.0005136278204644815,0.15372517456988796,0.0,0.029010213321060123,0.5,0.15372517456988796,0.0,0.020566622338533347,0.15372517456988796,0.0,0.013237646176283212,0.15372517456988796,0.0,0.30698986392523114,0.15372517456988796,0.0,0.14869408391843847,0.15372517456988796,0.0,0.10964648594573474,0.15372517456988796,0.0,0.010461401110010964,0.15372517456988796,0.0,0.0918581219644932,0.5,0.15372517456988796,0.0,0.12791605598834754,0.0,0.6148746284962202,0.9024645132345296 -7729,0.5,0.15372517456988796,0.0,0.13419378155965175,0.15372517456988796,0.0,0.08091596056098553,0.15372517456988796,0.0,0.15762773841766353,0.15372517456988796,0.0,0.19795329770918507,0.15372517456988796,0.0,0.07993036978223707,0.15372517456988796,0.0,0.01936720026696303,0.15372517456988796,0.0,0.016240068125063085,0.15372517456988796,0.0,0.0007444085682286354,0.5,0.15372517456988796,0.0,0.00039788388167611186,0.15372517456988796,0.0,0.04571429562098592,0.5,0.15372517456988796,0.0,0.027730162079822568,0.15372517456988796,0.0,0.014050761974910762,0.15372517456988796,0.0,0.2846989102804329,0.15372517456988796,0.0,0.13900478690526907,0.15372517456988796,0.0,0.09357105207858815,0.15372517456988796,0.0,0.014198693195890472,0.15372517456988796,0.0,0.10713317679295258,0.5,0.15372517456988796,0.0,0.1433608628079206,0.0,0.5632345252213453,0.8731803755835706 -7730,0.5,0.15372517456988796,0.0,0.12395511638735363,0.15372517456988796,0.0,0.08175555876239148,0.15372517456988796,0.0,0.1513431743793662,0.15372517456988796,0.0,0.1802915236505248,0.15372517456988796,0.0,0.07415670109596896,0.15372517456988796,0.0,0.017760652002771223,0.15372517456988796,0.0,0.02164051162343065,0.15372517456988796,0.0,0.0006581509118173814,0.5,0.15372517456988796,0.0,0.00042491179894442314,0.15372517456988796,0.0,0.0693145482727163,0.5,0.15372517456988796,0.0,0.03441748410004525,0.15372517456988796,0.0,0.015672931393754124,0.15372517456988796,0.0,0.2621724288663785,0.15372517456988796,0.0,0.12853805862901213,0.15372517456988796,0.0,0.07639126008571483,0.15372517456988796,0.0,0.020769725316998063,0.15372517456988796,0.0,0.12392687016799175,0.5,0.15372517456988796,0.0,0.15288787050975539,0.0,0.538886007057797,0.8305973157440083 -7731,0.5,0.15372517456988796,0.0,0.11340428710957297,0.15372517456988796,0.0,0.08734325254479551,0.15372517456988796,0.0,0.14683344124633352,0.15372517456988796,0.0,0.16730542963395456,0.15372517456988796,0.0,0.06973327743666334,0.15372517456988796,0.0,0.015404151355984516,0.15372517456988796,0.0,0.028497297946456484,0.15372517456988796,0.0,0.0005778479613695242,0.5,0.15372517456988796,0.0,0.0005733955616245277,0.15372517456988796,0.0,0.07716668437738516,0.5,0.15372517456988796,0.0,0.042317220866965065,0.15372517456988796,0.0,0.01699880623372518,0.15372517456988796,0.0,0.24514824391531218,0.15372517456988796,0.0,0.11628117707803125,0.15372517456988796,0.0,0.06145061617730172,0.15372517456988796,0.0,0.02586796798420098,0.15372517456988796,0.0,0.1422436743804663,0.5,0.15372517456988796,0.0,0.17613933938813436,0.0,0.4656977752045065,0.7835826906810054 -7732,0.5,0.15372517456988796,0.0,0.10550994444905229,0.15372517456988796,0.0,0.08311485524853246,0.15372517456988796,0.0,0.14726043275805525,0.15372517456988796,0.0,0.16670015822805714,0.15372517456988796,0.0,0.06788991495796161,0.15372517456988796,0.0,0.010254283214358215,0.15372517456988796,0.0,0.027279437803104555,0.15372517456988796,0.0,0.0006023617079818542,0.5,0.15372517456988796,0.0,0.0006464963383670395,0.15372517456988796,0.0,0.07119925743543963,0.5,0.15372517456988796,0.0,0.06454702180764157,0.15372517456988796,0.0,0.019724980174393704,0.15372517456988796,0.0,0.22617052876923616,0.15372517456988796,0.0,0.10909404276417867,0.15372517456988796,0.0,0.05100685916913006,0.15372517456988796,0.0,0.0264263898022134,0.15372517456988796,0.0,0.16209985580815156,0.5,0.15372517456988796,0.0,0.19606970338878632,0.0,0.4029968717951665,0.7342729944644738 -7733,0.5,0.15372517456988796,0.0,0.09773880028242588,0.15372517456988796,0.0,0.0746379164706678,0.15372517456988796,0.0,0.1384885879236785,0.15372517456988796,0.0,0.1780520346688419,0.15372517456988796,0.0,0.05675170230419624,0.15372517456988796,0.0,0.004225006084158351,0.15372517456988796,0.0,0.02189732547095736,0.15372517456988796,0.0,0.0006564541283022049,0.5,0.15372517456988796,0.0,0.0006935649547430544,0.15372517456988796,0.0,0.06722182599650837,0.5,0.15372517456988796,0.0,0.08507567817492255,0.15372517456988796,0.0,0.019924207594405052,0.15372517456988796,0.0,0.21364543772486705,0.15372517456988796,0.0,0.10325666727156238,0.15372517456988796,0.0,0.04250623755778668,0.15372517456988796,0.0,0.023527598731909738,0.15372517456988796,0.0,0.1837099420140021,0.5,0.15372517456988796,0.0,0.2223655315693725,0.0,0.3452327013460926,0.7281526815945127 -7734,0.5,0.15372517456988796,0.0,0.09032355547067579,0.15372517456988796,0.0,0.07203190258388012,0.15372517456988796,0.0,0.1307746732600427,0.15372517456988796,0.0,0.1925611299137525,0.15372517456988796,0.0,0.04831703433906231,0.15372517456988796,0.0,0.005098724278029578,0.15372517456988796,0.0,0.017276552038090986,0.15372517456988796,0.0,0.0011888862623852532,0.5,0.15372517456988796,0.0,0.0007329093025449451,0.15372517456988796,0.0,0.06460944220513329,0.5,0.15372517456988796,0.0,0.10714235652452336,0.15372517456988796,0.0,0.021068494798557307,0.15372517456988796,0.0,0.20287174851036494,0.15372517456988796,0.0,0.09678701363662552,0.15372517456988796,0.0,0.03431876585341957,0.15372517456988796,0.0,0.020725547795770943,0.15372517456988796,0.0,0.1955577395015918,0.5,0.15372517456988796,0.0,0.2506214373022056,0.0,0.34148327075168045,0.7678673024937244 -7735,0.5,0.15372517456988796,0.0,0.08628467310459273,0.15372517456988796,0.0,0.06662984734367462,0.15372517456988796,0.0,0.12912336933477414,0.15372517456988796,0.0,0.2036582697269801,0.15372517456988796,0.0,0.05438009125429368,0.15372517456988796,0.0,0.009102623130976756,0.15372517456988796,0.0,0.016622778281046458,0.15372517456988796,0.0,0.0011639469949794076,0.5,0.15372517456988796,0.0,0.0007070610943792027,0.15372517456988796,0.0,0.06800099968019915,0.5,0.15372517456988796,0.0,0.09484686741727733,0.15372517456988796,0.0,0.02115688475220011,0.15372517456988796,0.0,0.18982357437721575,0.15372517456988796,0.0,0.10029560908121508,0.15372517456988796,0.0,0.02824095058554912,0.15372517456988796,0.0,0.01989610877661814,0.15372517456988796,0.0,0.18911566590740636,0.5,0.15372517456988796,0.0,0.27881869059201536,0.0,0.3194910548053067,0.8180367576536696 -7736,0.5,0.15372517456988796,0.0,0.08448965491288221,0.15372517456988796,0.0,0.054594510189012214,0.15372517456988796,0.0,0.13535256388282865,0.15372517456988796,0.0,0.21140327550784985,0.15372517456988796,0.0,0.05825418803620579,0.15372517456988796,0.0,0.009782294721051958,0.15372517456988796,0.0,0.01869683593335539,0.15372517456988796,0.0,0.0012735029123530288,0.5,0.15372517456988796,0.0,0.0009540912731016137,0.15372517456988796,0.0,0.0707421429131491,0.5,0.15372517456988796,0.0,0.07570536698837177,0.15372517456988796,0.0,0.017748637626736116,0.15372517456988796,0.0,0.18305987418240527,0.15372517456988796,0.0,0.1097620133840047,0.15372517456988796,0.0,0.023933136060255683,0.15372517456988796,0.0,0.01974054680035884,0.15372517456988796,0.0,0.1686658974795359,0.5,0.15372517456988796,0.0,0.3152692589125288,0.0,0.3110008487318319,0.8285069372621312 -7737,0.5,0.15372517456988796,0.018236844649088528,0.0875475386132279,0.15372517456988796,0.0026296587598181784,0.0434561753441938,0.15372517456988796,0.002475654524233759,0.14770819511281744,0.15372517456988796,0.0016259164374354442,0.2180110812397108,0.15372517456988796,0.0035320717756957727,0.048740135803352284,0.15372517456988796,0.0006554861063597696,0.009024307785570635,0.15372517456988796,0.0015160890920760909,0.022244513194520067,0.15372517456988796,0.002135040930921865,0.0018193609305642375,0.5,0.15372517456988796,0.005936277034195483,0.001347290741274909,0.15372517456988796,0.011663920941394366,0.0643559094397819,0.5,0.15372517456988796,0.010467316150236255,0.07360948107747392,0.15372517456988796,0.010973372377767746,0.013280589327060336,0.15372517456988796,0.0015593375267426077,0.1729076907581611,0.15372517456988796,0.002688027681111971,0.1094692937096645,0.15372517456988796,0.006591191737673555,0.02107490859140444,0.15372517456988796,0.003163378555414559,0.02540551976313424,0.15372517456988796,0.0022742130124202135,0.14106288646313456,0.5,0.15372517456988796,0.008226598037829465,0.34513460927250467,0.0,0.29292270427665495,0.7935003115155873 -7738,0.5,0.15372517456988796,0.09007054351143742,0.09114859819485929,0.15372517456988796,0.02681405535641426,0.05026582418842525,0.15372517456988796,0.02370544801278475,0.17410282449367906,0.15372517456988796,0.009826669520123732,0.2195967838329527,0.15372517456988796,0.06200817000535293,0.049868720473515205,0.15372517456988796,0.0074351131156433405,0.01015796459828938,0.15372517456988796,0.032628427774030744,0.03153849502487069,0.15372517456988796,0.014609403995309283,0.0016190241864936896,0.5,0.15372517456988796,0.04377521418774149,0.0013850816605205528,0.15372517456988796,0.04033416719373602,0.07499699844383229,0.5,0.15372517456988796,0.06430882316249764,0.07319653878209466,0.15372517456988796,0.04663597476592762,0.018091085270345104,0.15372517456988796,0.03378763437646336,0.17219243770571738,0.15372517456988796,0.03967090908522714,0.10577332992123875,0.15372517456988796,0.06735891257427434,0.019404058021956907,0.15372517456988796,0.021885167386569357,0.03820292590582332,0.15372517456988796,0.012168810166019383,0.12652709221558173,0.5,0.15372517456988796,0.023817969242126067,0.35535068032111333,0.0,0.2482518088385808,0.7284297803058507 -7739,0.5,0.15372517456988796,0.1680420807132974,0.10765350533473786,0.15372517456988796,0.06860878493499162,0.09646567250508414,0.15372517456988796,0.0830765138472454,0.16632079065775385,0.15372517456988796,0.02677538851274066,0.21571523783231925,0.15372517456988796,0.15380298092661135,0.06951720492204948,0.15372517456988796,0.02237269635113696,0.009195561581508914,0.15372517456988796,0.10107978375567223,0.03602967931061454,0.15372517456988796,0.030068130852027607,0.0014473448788132428,0.5,0.15372517456988796,0.0694193129608192,0.0021831117432815367,0.15372517456988796,0.07784277894632821,0.09152369969339312,0.5,0.15372517456988796,0.1421322930204211,0.06570520791051991,0.15372517456988796,0.08622414022131523,0.026519626385141826,0.15372517456988796,0.10301451639794323,0.17494983889137208,0.15372517456988796,0.07982265273828859,0.11348924140983029,0.15372517456988796,0.15157824720282279,0.024742736607372584,0.15372517456988796,0.055796775494147195,0.038174067944822636,0.15372517456988796,0.029436736759313617,0.12185916257592849,0.5,0.15372517456988796,0.03881234631416366,0.34277659096619245,0.0,0.21454987445060647,0.6415353078789323 -7740,0.5,0.15372517456988796,0.24422748554755336,0.12394739817025699,0.15372517456988796,0.1519236165545244,0.11174841478031053,0.15372517456988796,0.1942543113388816,0.15097676935132567,0.15372517456988796,0.0576115676406562,0.19401863245258835,0.15372517456988796,0.19604466415867744,0.06362683291842003,0.15372517456988796,0.03187311340543045,0.005350270408603219,0.15372517456988796,0.14017950485564196,0.038006953672467515,0.15372517456988796,0.04268436181201073,0.0041999134802838765,0.5,0.15372517456988796,0.07828162486636597,0.00572355105613021,0.15372517456988796,0.10828993303455788,0.07755299221521941,0.5,0.15372517456988796,0.17726666333022326,0.07004101682852001,0.15372517456988796,0.11435782661374226,0.03536564501937454,0.15372517456988796,0.16644253551972674,0.1769305085896478,0.15372517456988796,0.1220807481269737,0.09933797677315515,0.15372517456988796,0.23391111998758174,0.025257143977017095,0.15372517456988796,0.06780713851204143,0.017917421772845832,0.15372517456988796,0.03914885698617236,0.1094659399417925,0.5,0.15372517456988796,0.04711575818735417,0.29729632619487306,0.0,0.2190122190014798,0.554888932087221 -7741,0.5,0.15372517456988796,0.2748509695619848,0.12779023856996427,0.15372517456988796,0.2656153555168577,0.11928725700559313,0.15372517456988796,0.2930886595756011,0.11905665545376722,0.15372517456988796,0.08228738942623415,0.17747921787752233,0.15372517456988796,0.19396310166813407,0.05286950125331032,0.15372517456988796,0.033608444711302615,0.006281751168121465,0.15372517456988796,0.14071808838392308,0.02480528968115369,0.15372517456988796,0.054807172527016446,0.006938524051028173,0.5,0.15372517456988796,0.08520301316097205,0.008028748162089958,0.15372517456988796,0.13395851488817845,0.07452491553740187,0.5,0.15372517456988796,0.16826952072487092,0.04926380999128716,0.15372517456988796,0.1033090237784663,0.03479363050403512,0.15372517456988796,0.16755567380109906,0.16164457318386155,0.15372517456988796,0.13105636754455027,0.07185657239247177,0.15372517456988796,0.25825299921103695,0.01721229274447222,0.15372517456988796,0.06691100745942032,0.006353048371495911,0.15372517456988796,0.038630031394153976,0.07860779582350616,0.5,0.15372517456988796,0.043407393888303336,0.25209965500822495,0.0,0.22850619655133655,0.49543378919644715 -7742,0.5,0.15372517456988796,0.23307039233697152,0.1268340099400554,0.15372517456988796,0.16614847166002739,0.09162961414361803,0.15372517456988796,0.2848501347381867,0.10809877009695447,0.15372517456988796,0.09825373535487997,0.14978544487702686,0.15372517456988796,0.17259646851393085,0.03851137119495757,0.15372517456988796,0.04027870408911118,0.005682337151009357,0.15372517456988796,0.10089208251909507,0.014670571881034732,0.15372517456988796,0.09186983011174957,0.005120785677053104,0.5,0.15372517456988796,0.11047714762982801,0.004373943966788736,0.15372517456988796,0.10191068076683996,0.04525774422368439,0.5,0.15372517456988796,0.16410576697810375,0.03633511471567407,0.15372517456988796,0.10911220108946643,0.027216521672293235,0.15372517456988796,0.10563595556903059,0.13485540766755447,0.15372517456988796,0.09346303551747188,0.055873658196773875,0.15372517456988796,0.22309416315492264,0.013260099549662095,0.15372517456988796,0.05895110687145941,0.002513118288725403,0.15372517456988796,0.034383368797694505,0.058100303253499075,0.5,0.15372517456988796,0.034577852578123736,0.2000925462098229,0.0,0.23149671411283285,0.4800695435601791 -7743,0.5,0.15372517456988796,0.14793191571077885,0.08907914921133826,0.15372517456988796,0.05862886284295492,0.08383220878918339,0.15372517456988796,0.1985800740254948,0.07325614202429906,0.15372517456988796,0.07306831283931016,0.13058690554279326,0.15372517456988796,0.10553354012098883,0.018296828171323762,0.15372517456988796,0.028854411807967974,0.0025075739052151844,0.15372517456988796,0.05831415272382678,0.006241346327845715,0.15372517456988796,0.0942877575780893,0.003258610120405237,0.5,0.15372517456988796,0.11697884099113962,0.0027934905882613095,0.15372517456988796,0.1046051873061735,0.019524868867245054,0.5,0.15372517456988796,0.16975399902215638,0.020580354860538563,0.15372517456988796,0.08806259081983507,0.012183745633346257,0.15372517456988796,0.042196347706564,0.11316028113114932,0.15372517456988796,0.06363220481545945,0.0359803845870022,0.15372517456988796,0.141302995512125,0.009773870689688238,0.15372517456988796,0.04381824589746312,0.0005891408100371689,0.15372517456988796,0.018353055897453306,0.0526445338784532,0.5,0.15372517456988796,0.024971490082075557,0.14425539024398862,0.0,0.22428588546259307,0.4458428692057013 -7744,0.5,0.15372517456988796,0.00014832043022631488,0.07155037513825903,0.15372517456988796,0.0,0.07399971626007422,0.15372517456988796,0.009195303128689842,0.0412527684723285,0.15372517456988796,0.00027388027858705935,0.10701045068878524,0.15372517456988796,0.017275209420465485,0.008602922797560194,0.15372517456988796,0.012753484105748123,0.0025795173592137325,0.15372517456988796,0.015019628427443477,0.0028041483606654574,0.15372517456988796,0.048889167167240614,0.0023265490339935335,0.5,0.15372517456988796,0.05695091346364306,0.0012431592439278896,0.15372517456988796,0.06163252795457366,0.00386454304936067,0.5,0.15372517456988796,0.07516473566330018,0.00829834489267528,0.15372517456988796,0.06446815685578515,0.0031329517396560965,0.15372517456988796,0.0,0.07836976707334992,0.15372517456988796,0.01653924553202295,0.024866237772626306,0.15372517456988796,0.016669304220428224,0.01260827482783598,0.15372517456988796,0.014348967446682973,0.0006678971963409435,0.15372517456988796,0.00338989710226643,0.03222845905287309,0.5,0.15372517456988796,0.008861055752416079,0.08371364669833234,0.0,0.2170568490930106,0.4422492502563201 -7745,0.5,0.15372517456988796,0.0,0.059994003757681276,0.15372517456988796,0.0,0.040896382053474296,0.15372517456988796,0.0,0.05026711612708383,0.15372517456988796,0.0,0.1007711659272344,0.15372517456988796,0.0,0.018593617406686715,0.15372517456988796,0.0,0.006379241405327727,0.15372517456988796,0.0,0.0053533030478281115,0.15372517456988796,0.0,0.002570226620194549,0.5,0.15372517456988796,3.680475864768762e-06,0.0013729458035927071,0.15372517456988796,0.0,0.0017925183676274796,0.5,0.15372517456988796,0.0,0.0019744317891854787,0.15372517456988796,0.0,0.002146215664345713,0.15372517456988796,0.0,0.06319899070673303,0.15372517456988796,0.0,0.033937787201089004,0.15372517456988796,0.0,0.01635974428990101,0.15372517456988796,0.0,0.002776286172444073,0.15372517456988796,0.0,0.021951797941223407,0.5,0.15372517456988796,0.0,0.05153166921333552,0.0,0.16558239681700754,0.46778152876563567 -7746,0.5,0.15372517456988796,0.0,0.050914004597485,0.15372517456988796,0.0,0.029672108026073733,0.15372517456988796,0.0,0.046013523001706684,0.15372517456988796,0.0,0.1002651638242186,0.15372517456988796,0.0,0.029558274685926488,0.15372517456988796,0.0,0.004516083531928312,0.15372517456988796,0.0,0.010346301890779154,0.15372517456988796,0.0,0.0008910983541823691,0.5,0.15372517456988796,0.0,0.0008666143134058267,0.15372517456988796,0.0,0.000915322597645227,0.5,0.15372517456988796,0.0,0.0005818924824015137,0.15372517456988796,0.0,0.0018428889461730219,0.15372517456988796,0.0,0.038521923806737475,0.15372517456988796,0.0,0.043937653988605774,0.15372517456988796,0.0,0.015208351607005975,0.15372517456988796,0.0,0.005097963229953586,0.15372517456988796,0.0,0.020376466209753332,0.5,0.15372517456988796,0.0,0.03497957872940268,0.0,0.15082308146485474,0.4957324649137636 -7747,0.5,0.15372517456988796,0.0,0.044756800264043724,0.15372517456988796,0.0,0.018087538916700164,0.15372517456988796,0.0,0.03772064400968119,0.15372517456988796,0.0,0.09575440732423746,0.15372517456988796,0.0,0.0326596468825726,0.15372517456988796,0.0,0.002602061668753068,0.15372517456988796,0.0,0.008717927556799255,0.15372517456988796,0.0,0.002710025636990814,0.5,0.15372517456988796,0.0,0.0007521977362980703,0.15372517456988796,0.0,0.002338244688684904,0.5,0.15372517456988796,0.0,0.0004604757789478285,0.15372517456988796,0.0,0.002002541254021367,0.15372517456988796,0.0,0.0266266887352567,0.15372517456988796,0.0,0.04574845315213766,0.15372517456988796,0.0,0.011714980583047029,0.15372517456988796,0.0,0.0040803144887309436,0.15372517456988796,0.0,0.01685102972880995,0.5,0.15372517456988796,0.0,0.022471401090267774,0.0,0.15730489106606274,0.4735498445549235 -7748,0.5,0.15372517456988796,0.0,0.039754407855994024,0.15372517456988796,0.0,0.011123736640975913,0.15372517456988796,0.0,0.025010907050130725,0.15372517456988796,0.0,0.08562022220858012,0.15372517456988796,0.0,0.026159881177838427,0.15372517456988796,0.0,0.003880767568572183,0.15372517456988796,0.0,0.006101559619729239,0.15372517456988796,0.0,0.005654798949791328,0.5,0.15372517456988796,0.0,0.003079058884633967,0.15372517456988796,0.0,0.005354842272999066,0.5,0.15372517456988796,0.0,0.0003724046573226573,0.15372517456988796,0.0,0.003082543198055322,0.15372517456988796,0.0,0.018852437092857964,0.15372517456988796,0.0,0.03933625724239574,0.15372517456988796,0.0,0.00798020789139664,0.15372517456988796,0.0,0.0018626825528354344,0.15372517456988796,0.0,0.015225027018913512,0.5,0.15372517456988796,0.0,0.01371148917564238,0.0,0.1647547536519453,0.3917034884018636 -7749,0.5,0.15372517456988796,0.0,0.035047261473510505,0.15372517456988796,0.0,0.0100954252367312,0.15372517456988796,0.0,0.022825867904364368,0.15372517456988796,0.0,0.07211798561602926,0.15372517456988796,0.0,0.023184527352381943,0.15372517456988796,0.0,0.008039215412364943,0.15372517456988796,0.0,0.011386623858255595,0.15372517456988796,0.0,0.0047242775460419675,0.5,0.15372517456988796,0.0,0.003067501953250477,0.15372517456988796,0.0,0.0033509816985831413,0.5,0.15372517456988796,0.0,0.001078894672107864,0.15372517456988796,0.0,0.00524119428182418,0.15372517456988796,0.0,0.013548500786677707,0.15372517456988796,0.0,0.030296371914416847,0.15372517456988796,0.0,0.005857615990802116,0.15372517456988796,0.0,0.003577433992299729,0.15372517456988796,0.0,0.01252659587935612,0.5,0.15372517456988796,0.0,0.00835971644344018,0.0,0.1897038256261389,0.3090706159765568 -7750,0.5,0.15372517456988796,0.0,0.0318109127094038,0.15372517456988796,0.0,0.012701690675278859,0.15372517456988796,0.0,0.0265535630379139,0.15372517456988796,0.0,0.0627717564806618,0.15372517456988796,0.0,0.02419933748695039,0.15372517456988796,0.0,0.008891084759009876,0.15372517456988796,0.0,0.017003687637536676,0.15372517456988796,0.0,0.002789580718655373,0.5,0.15372517456988796,0.0,0.0014436525188258591,0.15372517456988796,0.0,0.004827503495496361,0.5,0.15372517456988796,0.0,0.0019774911541623136,0.15372517456988796,0.0,0.006250362670165594,0.15372517456988796,0.0,0.012363980193125578,0.15372517456988796,0.0,0.025326922028990922,0.15372517456988796,0.0,0.0052429994385495456,0.15372517456988796,0.0,0.005703742672592029,0.15372517456988796,0.0,0.013225865081056156,0.5,0.15372517456988796,0.0,0.004740168989510184,0.0,0.20303478031785563,0.23978708270362478 -7751,0.5,0.15372517456988796,0.0,0.030256504661467523,0.15372517456988796,0.0,0.015711447884873258,0.15372517456988796,0.0,0.023367745873780554,0.15372517456988796,0.0,0.060937209080909036,0.15372517456988796,0.0,0.01979093594008277,0.15372517456988796,0.0,0.006121403142393246,0.15372517456988796,0.0,0.01402218765786814,0.15372517456988796,0.0,0.002407636098450041,0.5,0.15372517456988796,0.0,0.0010118965790854256,0.15372517456988796,0.0,0.009413967870552658,0.5,0.15372517456988796,0.0,0.002746195609197193,0.15372517456988796,0.0,0.007366464530474759,0.15372517456988796,0.0,0.01429941546170212,0.15372517456988796,0.0,0.02216520228645757,0.15372517456988796,0.0,0.0048299184308136,0.15372517456988796,0.0,0.003677486584451577,0.15372517456988796,0.0,0.012987846070646378,0.5,0.15372517456988796,0.0,0.0029286238680008947,0.0,0.19607320339538972,0.2005932042387374 -7752,0.5,0.15372517456988796,0.0,0.030090018812387445,0.15372517456988796,0.0,0.01696638136688508,0.15372517456988796,0.0,0.017855332964549428,0.15372517456988796,0.0,0.061368496279079934,0.15372517456988796,0.0,0.013789187790932736,0.15372517456988796,0.0,0.004207906219112867,0.15372517456988796,0.0,0.00983650547419662,0.15372517456988796,0.0,0.002339101314637516,0.5,0.15372517456988796,0.0,0.002400114087466025,0.15372517456988796,0.0,0.005326303385484628,0.5,0.15372517456988796,0.0,0.0013912691557541779,0.15372517456988796,0.0,0.00658680546592377,0.15372517456988796,0.0,0.018126730688308994,0.15372517456988796,0.0,0.014782439717304682,0.15372517456988796,0.0,0.00431264338725783,0.15372517456988796,0.0,0.0014463622205222444,0.15372517456988796,0.0,0.008264629028137169,0.5,0.15372517456988796,0.0,0.0020525147626932823,0.0,0.16728831116326368,0.16727198218958894 -7753,0.5,0.15372517456988796,0.0,0.029904919328533862,0.15372517456988796,0.0,0.015505668653535053,0.15372517456988796,0.0,0.013165424735220364,0.15372517456988796,0.0,0.06189328875642714,0.15372517456988796,0.0,0.01241111235865607,0.15372517456988796,0.0,0.0028363106170891522,0.15372517456988796,0.0,0.00962306279104015,0.15372517456988796,0.0,0.0028428667829130377,0.5,0.15372517456988796,0.0,0.0029924057149252766,0.15372517456988796,0.0,0.009082953841864517,0.5,0.15372517456988796,0.0,0.00100581854007253,0.15372517456988796,0.0,0.0059950640324503745,0.15372517456988796,0.0,0.020615358586745222,0.15372517456988796,0.0,0.006927389048027739,0.15372517456988796,0.0,0.003903425439003823,0.15372517456988796,0.0,0.0012816362430880552,0.15372517456988796,0.0,0.0032455266535107146,0.5,0.15372517456988796,0.0,0.0012376580241167294,0.0,0.1422198072509046,0.14338950595116284 -7754,0.5,0.15372517456988796,0.0,0.0299705267945029,0.15372517456988796,0.0,0.012373896259022764,0.15372517456988796,0.0,0.013003681156693859,0.15372517456988796,0.0,0.06425688557271927,0.15372517456988796,0.0,0.010596769435474454,0.15372517456988796,0.0,0.0018422519206433476,0.15372517456988796,0.0,0.009606673364660647,0.15372517456988796,0.0,0.002892817301898982,0.5,0.15372517456988796,0.0,0.004745361204836805,0.15372517456988796,0.0,0.003234707353572053,0.5,0.15372517456988796,0.0,0.0005478014423394951,0.15372517456988796,0.0,0.006037218874953498,0.15372517456988796,0.0,0.020036883310952217,0.15372517456988796,0.0,0.005189039705061431,0.15372517456988796,0.0,0.004341232226501719,0.15372517456988796,0.0,0.0012663327615197069,0.15372517456988796,0.0,0.0023364797026437126,0.5,0.15372517456988796,0.0,0.0010145468662103056,0.0,0.13551439596582135,0.12121271322385474 -7755,0.5,0.15372517456988796,0.0,0.02901861861506207,0.15372517456988796,0.0,0.014322227797882937,0.15372517456988796,0.0,0.01373301053190712,0.15372517456988796,0.0,0.0650161195214117,0.15372517456988796,0.0,0.007544374305990141,0.15372517456988796,0.0,0.0009529079926634725,0.15372517456988796,0.0,0.007372800705534225,0.15372517456988796,0.0,0.0021392417806440755,0.5,0.15372517456988796,0.0,0.0034497076221828484,0.15372517456988796,0.0,0.0024252418458689273,0.5,0.15372517456988796,0.0,0.0007124362312016827,0.15372517456988796,0.0,0.007370450664770968,0.15372517456988796,0.0,0.017573374724291015,0.15372517456988796,0.0,0.006954295916961194,0.15372517456988796,0.0,0.005767147252755055,0.15372517456988796,0.0,0.001352154811505567,0.15372517456988796,0.0,0.0015067013916904245,0.5,0.15372517456988796,0.0,0.0010442815727027704,0.0,0.13958248945335278,0.10448625278116544 -7756,0.5,0.15372517456988796,0.0,0.02947610268602273,0.15372517456988796,0.0,0.020791975739226063,0.15372517456988796,0.0,0.013628068107107755,0.15372517456988796,0.0,0.06888793202702782,0.15372517456988796,0.0,0.008884290392432234,0.15372517456988796,0.0,0.00147074286283009,0.15372517456988796,0.0,0.0068157391630679215,0.15372517456988796,0.0,0.0027265413881801532,0.5,0.15372517456988796,0.0,0.004187280554054496,0.15372517456988796,0.0,0.004041051282991885,0.5,0.15372517456988796,0.0,0.0010416205080118473,0.15372517456988796,0.0,0.007210512576096132,0.15372517456988796,0.0,0.014865960339786512,0.15372517456988796,0.0,0.012017736270144679,0.15372517456988796,0.0,0.007370035395569109,0.15372517456988796,0.0,0.002696546753510498,0.15372517456988796,0.0,0.002774623422202332,0.5,0.15372517456988796,0.0,0.0014757055274253151,0.0,0.1344088454638667,0.10291579657764227 -7757,0.5,0.15372517456988796,0.0,0.02985534710123038,0.15372517456988796,0.0,0.01810697289896206,0.15372517456988796,0.0,0.010423332008658666,0.15372517456988796,0.0,0.08031744999616669,0.15372517456988796,0.0,0.013654480157628381,0.15372517456988796,0.0,0.001529184280073862,0.15372517456988796,0.0,0.007179036803548226,0.15372517456988796,0.0,0.001967273259154511,0.5,0.15372517456988796,0.0,0.006582807138778045,0.15372517456988796,0.0,0.006650754195755786,0.5,0.15372517456988796,0.0,0.0015439219352427775,0.15372517456988796,0.0,0.010031629051940981,0.15372517456988796,0.0,0.012514156141114811,0.15372517456988796,0.0,0.016447736431665486,0.15372517456988796,0.0,0.0070843001428147374,0.15372517456988796,0.0,0.0026526845585833803,0.15372517456988796,0.0,0.003520941736876699,0.5,0.15372517456988796,0.0,0.0035255107086910884,0.0,0.12354257232375165,0.09713999632013881 -7758,0.5,0.15372517456988796,0.0,0.026631341307895826,0.15372517456988796,0.0,0.017432561172518297,0.15372517456988796,0.0,0.006850468163544357,0.15372517456988796,0.0,0.08174734743310333,0.15372517456988796,0.0,0.015046707374757613,0.15372517456988796,0.0,0.0010251328287964755,0.15372517456988796,0.0,0.005267520521836873,0.15372517456988796,0.0,0.0019928902399844136,0.5,0.15372517456988796,0.0,0.006997753663907426,0.15372517456988796,0.0,0.009394810102209189,0.5,0.15372517456988796,0.0,0.007723597842845312,0.15372517456988796,0.0,0.010416028172649302,0.15372517456988796,0.0,0.010932347875790366,0.15372517456988796,0.0,0.017059058202009567,0.15372517456988796,0.0,0.006234677326496659,0.15372517456988796,0.0,0.0026189260400714307,0.15372517456988796,0.0,0.003980858364653405,0.5,0.15372517456988796,0.0,0.007351524772699617,0.0,0.10242183665859793,0.0917537120325183 -7759,0.5,0.15372517456988796,0.0,0.025400904873164494,0.15372517456988796,0.0,0.016871556070454898,0.15372517456988796,0.0,0.00766855492852319,0.15372517456988796,0.0,0.06880303883022329,0.15372517456988796,0.0,0.022163435712040973,0.15372517456988796,0.0,0.0025747825485756227,0.15372517456988796,0.0,0.005951209091797899,0.15372517456988796,0.0,0.0018679518512296931,0.5,0.15372517456988796,0.0,0.0058506898662934225,0.15372517456988796,0.0,0.01655708739253245,0.5,0.15372517456988796,0.0,0.017045415582383674,0.15372517456988796,0.0,0.01078581900621376,0.15372517456988796,0.0,0.008935023246465067,0.15372517456988796,0.0,0.016275666821458076,0.15372517456988796,0.0,0.006525447775344793,0.15372517456988796,0.0,0.006691925415861832,0.15372517456988796,0.0,0.009011989882391932,0.5,0.15372517456988796,0.0,0.015660332753171906,0.0,0.09049056325864759,0.09075959874613687 -7760,0.5,0.15372517456988796,0.0,0.02665160397352718,0.15372517456988796,0.0,0.014444331881468478,0.15372517456988796,0.0,0.010517380065104347,0.15372517456988796,0.0,0.0655410703960066,0.15372517456988796,0.0,0.02830542141903019,0.15372517456988796,0.0,0.002989639547080502,0.15372517456988796,0.0,0.007467704911944198,0.15372517456988796,0.0,0.0037215755846387415,0.5,0.15372517456988796,0.0,0.00881747149102543,0.15372517456988796,0.0,0.016113446265827287,0.5,0.15372517456988796,0.0,0.0257727187653191,0.15372517456988796,0.0,0.01315292770668329,0.15372517456988796,0.0,0.007117464868938804,0.15372517456988796,0.0,0.01579703909320072,0.15372517456988796,0.0,0.006831088218585805,0.15372517456988796,0.0,0.004677304267729261,0.15372517456988796,0.0,0.01291512358613822,0.5,0.15372517456988796,0.0,0.01932209052264329,0.0,0.08804981645689781,0.08602216312282793 -7761,0.5,0.15372517456988796,0.0022233804400023298,0.025650503709622498,0.15372517456988796,0.0009063071344884923,0.014056747929839505,0.15372517456988796,0.004142007921075966,0.01034468575447068,0.15372517456988796,0.005866394224137669,0.06973297048073822,0.15372517456988796,0.006788924890340262,0.02828866889297676,0.15372517456988796,0.0016318838328066383,0.005945132165512034,0.15372517456988796,0.0044180874163577775,0.0074662319087689215,0.15372517456988796,0.003236905633776788,0.005339177503194882,0.5,0.15372517456988796,0.014356539435314102,0.01225726256848615,0.15372517456988796,0.04020219213066905,0.014975633577870281,0.5,0.15372517456988796,0.017884046989000063,0.0418814791208111,0.15372517456988796,0.04119652287119236,0.01448449170711107,0.15372517456988796,0.0015283977290523369,0.006608732971915107,0.15372517456988796,0.006303110616019456,0.01029330033695151,0.15372517456988796,0.007921774868379616,0.00617169669692695,0.15372517456988796,0.012360354091106602,0.004683870684059876,0.15372517456988796,0.0075972461755267565,0.01750945687525485,0.5,0.15372517456988796,0.02877755434529413,0.02856193174596706,0.0,0.10535548004627499,0.08375352070633796 -7762,0.5,0.15372517456988796,0.018376842605277725,0.028031000204858002,0.15372517456988796,0.00901836782776286,0.015702386275834708,0.15372517456988796,0.030034227556016813,0.014101476316848377,0.15372517456988796,0.023079853449027077,0.07329229396537137,0.15372517456988796,0.1293498867737225,0.028505902954142355,0.15372517456988796,0.029148692103446183,0.009430544078458041,0.15372517456988796,0.07252399150891764,0.009549251375361398,0.15372517456988796,0.034817856112934024,0.009176442823622573,0.5,0.15372517456988796,0.09337628470556425,0.014690355536053764,0.15372517456988796,0.09574068128883961,0.04542769280851981,0.5,0.15372517456988796,0.07078507129993476,0.05288665190924672,0.15372517456988796,0.1450660499946782,0.026739414035109772,0.15372517456988796,0.0260152542500711,0.006774852210449642,0.15372517456988796,0.1202676525006861,0.007834692789522079,0.15372517456988796,0.08235725717324828,0.007667642261263027,0.15372517456988796,0.08668548124374252,0.006111540995010678,0.15372517456988796,0.04152651751516777,0.03430094825162289,0.5,0.15372517456988796,0.09736414921200211,0.039015169369540095,0.0,0.1264681245540795,0.08335571856624578 -7763,0.5,0.15372517456988796,0.035859843909195104,0.03434968730982877,0.15372517456988796,0.027046423611235385,0.02001490698222974,0.15372517456988796,0.05715657928920204,0.020474942403242036,0.15372517456988796,0.03583075455501632,0.08642383727770651,0.15372517456988796,0.2737559441475161,0.03056884380470717,0.15372517456988796,0.05521073122112752,0.015458193234448147,0.15372517456988796,0.18739587554952575,0.016591234908420405,0.15372517456988796,0.05222159367477858,0.021411315986878482,0.5,0.15372517456988796,0.17122366911060094,0.0486855576227313,0.15372517456988796,0.1404696275536217,0.0759101463121281,0.5,0.15372517456988796,0.13326399541604764,0.08457337042654721,0.15372517456988796,0.23197390607540141,0.06549174118565303,0.15372517456988796,0.056903466369476255,0.008263599827268448,0.15372517456988796,0.23264745718159968,0.005875366751038105,0.15372517456988796,0.14841404573412964,0.008816757766911102,0.15372517456988796,0.18861126456341007,0.008826574736595816,0.15372517456988796,0.09177897369345206,0.03963862594684908,0.5,0.15372517456988796,0.18705148715194006,0.04253684079752924,0.0,0.14601081407514077,0.07534106767746614 -7764,0.5,0.15372517456988796,0.05001205156265294,0.04169362213969693,0.15372517456988796,0.038792973617725025,0.026302664950161845,0.15372517456988796,0.08004038148124125,0.021357762203632502,0.15372517456988796,0.03527869185209188,0.08672165475084555,0.15372517456988796,0.38345410703564936,0.029161246667476562,0.15372517456988796,0.08708106324857993,0.01226925480595836,0.15372517456988796,0.31271260678646773,0.016652242946636343,0.15372517456988796,0.1073150758670845,0.044159953019810086,0.5,0.15372517456988796,0.21973939404528176,0.11738071489471616,0.15372517456988796,0.1525585028032562,0.07699698545659787,0.5,0.15372517456988796,0.2000731303191521,0.11757165076960813,0.15372517456988796,0.2748678531546066,0.08218094002352251,0.15372517456988796,0.07236080393014077,0.011669095172993537,0.15372517456988796,0.32072127634253045,0.00542289774199806,0.15372517456988796,0.18514021140577364,0.009965339056436666,0.15372517456988796,0.26582234072937433,0.012688366107957424,0.15372517456988796,0.13746340115989428,0.044262898218855505,0.5,0.15372517456988796,0.24624472483678994,0.045190485826022087,0.0,0.13627409418978104,0.06891456086801939 -7765,0.5,0.15372517456988796,0.04334778135310688,0.042112860416343184,0.15372517456988796,0.0453276665670378,0.02896918266365516,0.15372517456988796,0.07416576886429294,0.018744235389423578,0.15372517456988796,0.03174092867004763,0.08181578423381079,0.15372517456988796,0.4249425396863442,0.0272257102140693,0.15372517456988796,0.11302005326797769,0.02122872942267094,0.15372517456988796,0.33355607998502856,0.01281990837771065,0.15372517456988796,0.12190386202781453,0.05724573415665442,0.5,0.15372517456988796,0.2261282153543731,0.15665546273969386,0.15372517456988796,0.1509434012937425,0.0762833258759559,0.5,0.15372517456988796,0.21094764808885252,0.09196047444469194,0.15372517456988796,0.27402035400713026,0.06834318214541457,0.15372517456988796,0.07577117591102187,0.015060620641763589,0.15372517456988796,0.36339977172330373,0.004449293738009874,0.15372517456988796,0.18963513892545408,0.011066610149280846,0.15372517456988796,0.2551134307980378,0.009229504752395418,0.15372517456988796,0.1218597348918324,0.04087728549614211,0.5,0.15372517456988796,0.2495501144330149,0.03498486369188226,0.0,0.13607633307870728,0.0634222170427379 -7766,0.5,0.15372517456988796,0.028377390134123118,0.040465627399556725,0.15372517456988796,0.04447184967890999,0.027245677196063082,0.15372517456988796,0.057379685794577466,0.02071973563781469,0.15372517456988796,0.025160312703022877,0.07668552328128897,0.15372517456988796,0.4009257882107547,0.02837779592149302,0.15372517456988796,0.1389399731691724,0.022144360351144882,0.15372517456988796,0.30068606383439306,0.02264773616377318,0.15372517456988796,0.08997869849226497,0.0641920144515393,0.5,0.15372517456988796,0.21846509745108025,0.1599728940257171,0.15372517456988796,0.14135173994517186,0.054874614108604614,0.5,0.15372517456988796,0.1391788198263538,0.058973961875337225,0.15372517456988796,0.241569440962962,0.05750865609406699,0.15372517456988796,0.061738386233843645,0.016232217511288893,0.15372517456988796,0.34863897221612034,0.003762332933581472,0.15372517456988796,0.14380525700751756,0.012364849852609988,0.15372517456988796,0.18499661156644606,0.00623561730258167,0.15372517456988796,0.1032732113941367,0.028395508621496677,0.5,0.15372517456988796,0.17941538708156557,0.027528206747003216,0.0,0.13101978046771687,0.06187003484179746 -7767,0.5,0.15372517456988796,0.011858055175876493,0.03108783726340826,0.15372517456988796,0.025395262688476177,0.016661481557485966,0.15372517456988796,0.03298784740855487,0.016677424614062585,0.15372517456988796,0.01277770615287753,0.07430548239232916,0.15372517456988796,0.3100000792194049,0.012334094192335752,0.15372517456988796,0.12296747100809936,0.01629310506833525,0.15372517456988796,0.22946716032695158,0.014032433398241832,0.15372517456988796,0.0648853423304309,0.05077050590899705,0.5,0.15372517456988796,0.16575023559129887,0.10907562397301068,0.15372517456988796,0.11085274136201977,0.048640763826185124,0.5,0.15372517456988796,0.09204756764007008,0.06825433776024578,0.15372517456988796,0.18072937948405268,0.05558338758552203,0.15372517456988796,0.04642306872353986,0.011002962113902105,0.15372517456988796,0.2599253436387564,0.0023456913391505727,0.15372517456988796,0.09267188088500247,0.00874491248047983,0.15372517456988796,0.1114497080183475,0.0075411029792305465,0.15372517456988796,0.052762684092922854,0.027233173441817037,0.5,0.15372517456988796,0.0927625212258508,0.018402218705973035,0.0,0.12773715141407488,0.0675388825688839 -7768,0.5,0.15372517456988796,0.00045094824267481975,0.02182513673977773,0.15372517456988796,0.0009568506010832463,0.012288150260911365,0.15372517456988796,0.002717461223814755,0.009353612966968124,0.15372517456988796,0.0006474473262671487,0.04980597841242008,0.15372517456988796,0.07429232279216919,0.016308382738817108,0.15372517456988796,0.060586180247288624,0.01689836087168299,0.15372517456988796,0.08133698060556799,0.012653313845596726,0.15372517456988796,0.027940007230763005,0.03664170348322988,0.5,0.15372517456988796,0.06694847869067737,0.06595003733439288,0.15372517456988796,0.05138644388821382,0.041789387466893264,0.5,0.15372517456988796,0.04045104121071535,0.05827462337658745,0.15372517456988796,0.08688296839648485,0.03730120662593742,0.15372517456988796,4.099070913415307e-05,0.00885277008877364,0.15372517456988796,0.03814376325282907,0.003340327025452459,0.15372517456988796,0.012366299482508196,0.005024928262507055,0.15372517456988796,0.03337702736317454,0.0037900776383702033,0.15372517456988796,0.010485640131662952,0.02619215822859138,0.5,0.15372517456988796,0.02184938267645393,0.024852606147228545,0.0,0.11959168190281415,0.07446040459740624 -7769,0.5,0.15372517456988796,0.0,0.020258113997569008,0.15372517456988796,0.0,0.011133786224124656,0.15372517456988796,0.0,0.006433949408680131,0.15372517456988796,0.0,0.03447282060557924,0.15372517456988796,0.0,0.02009397556916343,0.15372517456988796,0.0,0.020527063100326627,0.15372517456988796,0.0,0.01780855602402622,0.15372517456988796,0.0,0.03135196538848589,0.5,0.15372517456988796,0.0,0.06161709868330794,0.15372517456988796,0.0,0.029873550628246197,0.5,0.15372517456988796,0.0,0.03723709965075317,0.15372517456988796,0.0,0.026817335319875107,0.15372517456988796,0.0,0.009306046172153911,0.15372517456988796,0.0,0.004131495939237718,0.15372517456988796,0.0,0.004689311562256545,0.15372517456988796,0.0,0.0043805304331335955,0.15372517456988796,0.0,0.014924910372963118,0.5,0.15372517456988796,0.0,0.022305505114185015,0.0,0.11858455541626808,0.07348963006569509 -7770,0.5,0.15372517456988796,0.0,0.018607023504056037,0.15372517456988796,0.0,0.00982068579024529,0.15372517456988796,0.0,0.007986742790707397,0.15372517456988796,0.0,0.03067279426921957,0.15372517456988796,0.0,0.01483816780154088,0.15372517456988796,0.0,0.020113352633870162,0.15372517456988796,0.0,0.015948272207926016,0.15372517456988796,0.0,0.033426497771880434,0.5,0.15372517456988796,0.0,0.07176579701620527,0.15372517456988796,0.0,0.02363925797605325,0.5,0.15372517456988796,0.0,0.036627464085898065,0.15372517456988796,0.0,0.026200748192488996,0.15372517456988796,0.0,0.009457543093189885,0.15372517456988796,0.0,0.0033234704710691024,0.15372517456988796,0.0,0.0043502165816484365,0.15372517456988796,0.0,0.005075846227794581,0.15372517456988796,0.0,0.01135861232726051,0.5,0.15372517456988796,0.0,0.020812982761625024,0.0,0.11423475349915417,0.07637415807697386 -7771,0.5,0.15372517456988796,0.0,0.017329799448662506,0.15372517456988796,0.0,0.011813645255795785,0.15372517456988796,0.0,0.008987540676755003,0.15372517456988796,0.0,0.026343537008098456,0.15372517456988796,0.0,0.014638997247964775,0.15372517456988796,0.0,0.02398586180050419,0.15372517456988796,0.0,0.013887136104449945,0.15372517456988796,0.0,0.03712199494046912,0.5,0.15372517456988796,0.0,0.06405150913650393,0.15372517456988796,0.0,0.020002262786188788,0.5,0.15372517456988796,0.0,0.03982341946550372,0.15372517456988796,0.0,0.028608343112251973,0.15372517456988796,0.0,0.010407837804872845,0.15372517456988796,0.0,0.0035659132664681973,0.15372517456988796,0.0,0.005483669962879873,0.15372517456988796,0.0,0.0037827463045577523,0.15372517456988796,0.0,0.010451315590608076,0.5,0.15372517456988796,0.0,0.01792817214665447,0.0,0.105875938477169,0.087508721301475 -7772,0.5,0.15372517456988796,0.0,0.018231629817008172,0.15372517456988796,0.0,0.016706203348325885,0.15372517456988796,0.0,0.012777051326554115,0.15372517456988796,0.0,0.02325070169426904,0.15372517456988796,0.0,0.016897076074581272,0.15372517456988796,0.0,0.02335802560159654,0.15372517456988796,0.0,0.018106453061640243,0.15372517456988796,0.0,0.0421973926560863,0.5,0.15372517456988796,0.0,0.05849070717636711,0.15372517456988796,0.0,0.015765234102744788,0.5,0.15372517456988796,0.0,0.03992966094869473,0.15372517456988796,0.0,0.028821811343538565,0.15372517456988796,0.0,0.010241691607248821,0.15372517456988796,0.0,0.004069354254910265,0.15372517456988796,0.0,0.0074476682256149705,0.15372517456988796,0.0,0.006177406884263418,0.15372517456988796,0.0,0.010203561476239196,0.5,0.15372517456988796,0.0,0.014634893306052114,0.0,0.09136501524890912,0.10413399990943811 -7773,0.5,0.15372517456988796,0.0,0.020248309449254938,0.15372517456988796,0.0,0.016142530046209524,0.15372517456988796,0.0,0.015869963298657665,0.15372517456988796,0.0,0.024832476789639683,0.15372517456988796,0.0,0.016423477299193006,0.15372517456988796,0.0,0.018237972912603068,0.15372517456988796,0.0,0.02000621165065506,0.15372517456988796,0.0,0.04581097825491426,0.5,0.15372517456988796,0.0,0.06534654980283165,0.15372517456988796,0.0,0.014028392504214266,0.5,0.15372517456988796,0.0,0.04127378362937238,0.15372517456988796,0.0,0.031065941119384554,0.15372517456988796,0.0,0.008557228530821446,0.15372517456988796,0.0,0.00409224915964972,0.15372517456988796,0.0,0.008048470138876032,0.15372517456988796,0.0,0.007852290649181238,0.15372517456988796,0.0,0.010535182873441424,0.5,0.15372517456988796,0.0,0.008122119442779081,0.0,0.07438749293109542,0.12134357701636479 -7774,0.5,0.15372517456988796,0.0,0.02228943849138689,0.15372517456988796,0.0,0.013868008228452602,0.15372517456988796,0.0,0.015390230214076449,0.15372517456988796,0.0,0.024931020147985653,0.15372517456988796,0.0,0.015599081203347515,0.15372517456988796,0.0,0.014482919300382941,0.15372517456988796,0.0,0.017164356094839135,0.15372517456988796,0.0,0.04370599551796194,0.5,0.15372517456988796,0.0,0.07368013851210986,0.15372517456988796,0.0,0.013969218159089147,0.5,0.15372517456988796,0.0,0.034335343075819695,0.15372517456988796,0.0,0.03049297364697391,0.15372517456988796,0.0,0.006252105219383939,0.15372517456988796,0.0,0.004815704082304058,0.15372517456988796,0.0,0.008049911032869093,0.15372517456988796,0.0,0.007127013765191524,0.15372517456988796,0.0,0.010369366980997892,0.5,0.15372517456988796,0.0,0.005939173939636876,0.0,0.08536421980315273,0.1486815369816127 -7775,0.5,0.15372517456988796,0.0,0.023659625819847777,0.15372517456988796,0.0,0.011612757348632895,0.15372517456988796,0.0,0.016467278799904325,0.15372517456988796,0.0,0.021002676785045856,0.15372517456988796,0.0,0.016440833223177725,0.15372517456988796,0.0,0.015749028152346068,0.15372517456988796,0.0,0.016032424927760656,0.15372517456988796,0.0,0.04706516212673294,0.5,0.15372517456988796,0.0,0.0795750629707635,0.15372517456988796,0.0,0.009925267514152304,0.5,0.15372517456988796,0.0,0.02830126538858717,0.15372517456988796,0.0,0.02836752394236468,0.15372517456988796,0.0,0.0031487969284328334,0.15372517456988796,0.0,0.006687191388463206,0.15372517456988796,0.0,0.008527534565853206,0.15372517456988796,0.0,0.005246069807645854,0.15372517456988796,0.0,0.009309135839235858,0.5,0.15372517456988796,0.0,0.008035864258213052,0.0,0.11825706663485837,0.18454137001783819 -7776,0.5,0.15372517456988796,0.0,0.024512569379348516,0.15372517456988796,0.0,0.012793446651466868,0.15372517456988796,0.0,0.017267189241041828,0.15372517456988796,0.0,0.020249001945177484,0.15372517456988796,0.0,0.018014373524027346,0.15372517456988796,0.0,0.018570249951448584,0.15372517456988796,0.0,0.016173624463085907,0.15372517456988796,0.0,0.04891132902605542,0.5,0.15372517456988796,0.0,0.08117861697481484,0.15372517456988796,0.0,0.007287801374215204,0.5,0.15372517456988796,0.0,0.027221964851168342,0.15372517456988796,0.0,0.024324340729866435,0.15372517456988796,0.0,0.0020023830075333654,0.15372517456988796,0.0,0.009581140240243818,0.15372517456988796,0.0,0.008693058051657588,0.15372517456988796,0.0,0.004118726872525722,0.15372517456988796,0.0,0.008089314391478806,0.5,0.15372517456988796,0.0,0.00898393825432254,0.0,0.14311290229538778,0.1966420219474701 -7777,0.5,0.15372517456988796,0.0,0.023466693755601287,0.15372517456988796,0.0,0.016868332274783075,0.15372517456988796,0.0,0.01762176975027907,0.15372517456988796,0.0,0.0194043634274192,0.15372517456988796,0.0,0.01908462020409861,0.15372517456988796,0.0,0.019426818180265114,0.15372517456988796,0.0,0.018522916354345224,0.15372517456988796,0.0,0.05316249428633052,0.5,0.15372517456988796,0.0,0.079029122612607,0.15372517456988796,0.0,0.007507408440582531,0.5,0.15372517456988796,0.0,0.028802885910825964,0.15372517456988796,0.0,0.023609824091409905,0.15372517456988796,0.0,0.002025727036546879,0.15372517456988796,0.0,0.012422999537158662,0.15372517456988796,0.0,0.009932201490331343,0.15372517456988796,0.0,0.003869734182218501,0.15372517456988796,0.0,0.008082943767127303,0.5,0.15372517456988796,0.0,0.00984642866831963,0.0,0.14581248207239209,0.20948241081914826 -7778,0.5,0.15372517456988796,0.0,0.021666159748847506,0.15372517456988796,0.0,0.015622510027042569,0.15372517456988796,0.0,0.018215138169809936,0.15372517456988796,0.0,0.018666304414085972,0.15372517456988796,0.0,0.01866155227137755,0.15372517456988796,0.0,0.015483496186481802,0.15372517456988796,0.0,0.019109676722349134,0.15372517456988796,0.0,0.045794213145788146,0.5,0.15372517456988796,0.0,0.08084312748503944,0.15372517456988796,0.0,0.008478996856962425,0.5,0.15372517456988796,0.0,0.03172958379731258,0.15372517456988796,0.0,0.02282126028711784,0.15372517456988796,0.0,0.001992298718814181,0.15372517456988796,0.0,0.014239002665738649,0.15372517456988796,0.0,0.008607327723398648,0.15372517456988796,0.0,0.005628372529871014,0.15372517456988796,0.0,0.009929520665305598,0.5,0.15372517456988796,0.0,0.010987416280090445,0.0,0.13771439146488212,0.22440391080595748 -7779,0.5,0.15372517456988796,0.0,0.018878704055918755,0.15372517456988796,0.0,0.014534356770413898,0.15372517456988796,0.0,0.013849621674346954,0.15372517456988796,0.0,0.017936504362261903,0.15372517456988796,0.0,0.021361229598003913,0.15372517456988796,0.0,0.014432998185346648,0.15372517456988796,0.0,0.016565235082321893,0.15372517456988796,0.0,0.04069127848468793,0.5,0.15372517456988796,0.0,0.07584121528264048,0.15372517456988796,0.0,0.0095489798101116,0.5,0.15372517456988796,0.0,0.038309417466040455,0.15372517456988796,0.0,0.022825528615127284,0.15372517456988796,0.0,0.0019156765989624515,0.15372517456988796,0.0,0.01639759143540793,0.15372517456988796,0.0,0.006509108547097269,0.15372517456988796,0.0,0.010630827614618884,0.15372517456988796,0.0,0.01548459877908795,0.5,0.15372517456988796,0.0,0.014570077101052315,0.0,0.1133073812010089,0.23984422528448948 -7780,0.5,0.15372517456988796,0.0,0.01773887402373555,0.15372517456988796,0.0,0.01648950364238119,0.15372517456988796,0.0,0.010944786506110226,0.15372517456988796,0.0,0.015528484614459982,0.15372517456988796,0.0,0.021088992264038427,0.15372517456988796,0.0,0.018747290030611305,0.15372517456988796,0.0,0.014848960269567571,0.15372517456988796,0.0,0.04083356845679808,0.5,0.15372517456988796,0.0,0.06095217592839471,0.15372517456988796,0.0,0.008834995015349501,0.5,0.15372517456988796,0.0,0.03903973513524472,0.15372517456988796,0.0,0.021817864120830477,0.15372517456988796,0.0,0.002770807679889914,0.15372517456988796,0.0,0.01807541749797792,0.15372517456988796,0.0,0.005647528616882796,0.15372517456988796,0.0,0.012941839891742413,0.15372517456988796,0.0,0.02026554604608664,0.5,0.15372517456988796,0.0,0.018526871921803766,0.0,0.08478914387629176,0.24418392593398627 -7781,0.5,0.15372517456988796,0.0,0.01751841713497762,0.15372517456988796,0.0,0.016981664597203662,0.15372517456988796,0.0,0.008646242942158613,0.15372517456988796,0.0,0.014122214954935519,0.15372517456988796,0.0,0.023440232886401614,0.15372517456988796,0.0,0.021795786033376653,0.15372517456988796,0.0,0.017476606553265307,0.15372517456988796,0.0,0.04444097533407594,0.5,0.15372517456988796,0.0,0.052305635967329775,0.15372517456988796,0.0,0.008053900402564722,0.5,0.15372517456988796,0.0,0.041694662108607006,0.15372517456988796,0.0,0.022469336269850267,0.15372517456988796,0.0,0.006399096292060031,0.15372517456988796,0.0,0.020671172055519407,0.15372517456988796,0.0,0.004326196170167945,0.15372517456988796,0.0,0.01218592659444332,0.15372517456988796,0.0,0.025152815060787828,0.5,0.15372517456988796,0.0,0.019808845731629516,0.0,0.06780577232319959,0.2468854415542662 -7782,0.5,0.15372517456988796,0.0,0.017163451391919472,0.15372517456988796,0.0,0.015792776390015757,0.15372517456988796,0.0,0.006784798212508412,0.15372517456988796,0.0,0.011733838825465396,0.15372517456988796,0.0,0.022467205690299485,0.15372517456988796,0.0,0.028176827709552536,0.15372517456988796,0.0,0.021586777579833565,0.15372517456988796,0.0,0.05217855111788486,0.5,0.15372517456988796,0.0,0.05343656594052171,0.15372517456988796,0.0,0.007880155903804354,0.5,0.15372517456988796,0.0,0.042217849720567,0.15372517456988796,0.0,0.022410308480332018,0.15372517456988796,0.0,0.009422422098123441,0.15372517456988796,0.0,0.021123928517917556,0.15372517456988796,0.0,0.005007771346357407,0.15372517456988796,0.0,0.013150993834374005,0.15372517456988796,0.0,0.02674953247188274,0.5,0.15372517456988796,0.0,0.020547653682215193,0.0,0.05782433966387952,0.23970474833889654 -7783,0.5,0.15372517456988796,0.0,0.017636153531365068,0.15372517456988796,0.0,0.011176934572849831,0.15372517456988796,0.0,0.007135020313326005,0.15372517456988796,0.0,0.011717886199065945,0.15372517456988796,0.0,0.021900898206777653,0.15372517456988796,0.0,0.036900263389414205,0.15372517456988796,0.0,0.027525216970846127,0.15372517456988796,0.0,0.05824108885868205,0.5,0.15372517456988796,0.0,0.058204180688893395,0.15372517456988796,0.0,0.008457080867824596,0.5,0.15372517456988796,0.0,0.04964088301895754,0.15372517456988796,0.0,0.022493649972519292,0.15372517456988796,0.0,0.01190622867607714,0.15372517456988796,0.0,0.021677579855360812,0.15372517456988796,0.0,0.003831254572823086,0.15372517456988796,0.0,0.01625678229404985,0.15372517456988796,0.0,0.02983742745019694,0.5,0.15372517456988796,0.0,0.023222821655373135,0.0,0.04667088817796361,0.23799450590308022 -7784,0.5,0.15372517456988796,0.0,0.017229006673655428,0.15372517456988796,0.0,0.011486765855717344,0.15372517456988796,0.0,0.005159792762446103,0.15372517456988796,0.0,0.011126341887501822,0.15372517456988796,0.0,0.023006590607724423,0.15372517456988796,0.0,0.051076436805007785,0.15372517456988796,0.0,0.03125318252974948,0.15372517456988796,0.0,0.06875241562577866,0.5,0.15372517456988796,0.0,0.05648136057519794,0.15372517456988796,0.0,0.00819972187278599,0.5,0.15372517456988796,0.0,0.06274741684348767,0.15372517456988796,0.0,0.024793136010950036,0.15372517456988796,0.0,0.01618547892751746,0.15372517456988796,0.0,0.023722589302020036,0.15372517456988796,0.0,0.0038167423048983892,0.15372517456988796,0.0,0.019391852465177987,0.15372517456988796,0.0,0.03368130493949483,0.5,0.15372517456988796,0.0,0.02618658025655538,0.0,0.034685023772523985,0.23544227378196086 -7785,0.5,0.15372517456988796,0.006222009100745863,0.020169535030100095,0.15372517456988796,0.009295406912718844,0.007533898754820598,0.15372517456988796,0.009104268468963485,0.00986777528180528,0.15372517456988796,0.0051182337437033305,0.013356246939591865,0.15372517456988796,0.008205011145028635,0.027415913948744187,0.15372517456988796,0.007140478180282315,0.06056779807522924,0.15372517456988796,0.012139684841543135,0.034573808179785136,0.15372517456988796,0.009240202111098592,0.07688463065063933,0.5,0.15372517456988796,0.013393888314471681,0.05309880226944193,0.15372517456988796,0.0436725128409482,0.009848516461788696,0.5,0.15372517456988796,0.026489734907067738,0.06535788275434375,0.15372517456988796,0.030232478860384354,0.02948156130325464,0.15372517456988796,0.004289931363732361,0.019224280663518913,0.15372517456988796,0.006746183726167631,0.02362055817458989,0.15372517456988796,0.012672352334168965,0.0032573380570756843,0.15372517456988796,0.019080900586542885,0.025161125671142898,0.15372517456988796,0.0449286282951277,0.030301135682309247,0.5,0.15372517456988796,0.06417111837531439,0.02268013665521368,0.0,0.025924496057213843,0.2328520992551022 -7786,0.5,0.15372517456988796,0.03673460117506563,0.02636482360764255,0.15372517456988796,0.1406740454814252,0.002830425336511323,0.15372517456988796,0.05840593162851701,0.015132257698586605,0.15372517456988796,0.027408260461501837,0.019721610623808363,0.15372517456988796,0.16174646017853023,0.027982169584024014,0.15372517456988796,0.15221456813309336,0.0650884477765199,0.15372517456988796,0.1755023127893854,0.03213052372673885,0.15372517456988796,0.12568874922741727,0.12102191117776656,0.5,0.15372517456988796,0.11134239695334328,0.08594818266988183,0.15372517456988796,0.1535344131801682,0.01659108644011877,0.5,0.15372517456988796,0.14008525423535184,0.11671337970294746,0.15372517456988796,0.12898564378726096,0.049029251132426115,0.15372517456988796,0.10087633378063282,0.018229488483945004,0.15372517456988796,0.14699136290466636,0.022869318725606193,0.15372517456988796,0.1425153978814032,0.0028396777334862115,0.15372517456988796,0.15395197659664345,0.02942548076675163,0.15372517456988796,0.1875051751603326,0.04120118158657007,0.5,0.15372517456988796,0.20805921227354196,0.035963449473661334,0.0,0.018492209666515286,0.23859646318498873 -7787,0.5,0.15372517456988796,0.06692295862275424,0.03624763885728501,0.15372517456988796,0.2667947532112308,0.0010430816470636155,0.15372517456988796,0.12146983687928709,0.02656401812842213,0.15372517456988796,0.06189551862735304,0.024201128290580187,0.15372517456988796,0.3114891805707153,0.03209802825165922,0.15372517456988796,0.29772086982102425,0.09209500913753324,0.15372517456988796,0.3248541992556646,0.042496216367952484,0.15372517456988796,0.25223374693866324,0.20436369144271993,0.5,0.15372517456988796,0.22937587646728294,0.13413839694629853,0.15372517456988796,0.2585826137093651,0.023063902141248427,0.5,0.15372517456988796,0.2847958367882186,0.16743439651079167,0.15372517456988796,0.23519448742043558,0.061105854260806315,0.15372517456988796,0.20638012216012583,0.01434257681267105,0.15372517456988796,0.29175399079109204,0.02380785857562826,0.15372517456988796,0.26651806486864393,0.004433596315500412,0.15372517456988796,0.31366868644764656,0.040957123468823374,0.15372517456988796,0.3363538902498165,0.08150409619137623,0.5,0.15372517456988796,0.3394826795146454,0.08790209075324466,0.0,0.013339317350190743,0.21849649982874572 -7788,0.5,0.15372517456988796,0.09031107344555572,0.03675251369480319,0.15372517456988796,0.3635757640336732,0.00022377541972405762,0.15372517456988796,0.17318020413369578,0.04043775338518316,0.15372517456988796,0.07930696077660011,0.02732937453862911,0.15372517456988796,0.412577372699048,0.044201980859691806,0.15372517456988796,0.39543919925167387,0.12161084237227687,0.15372517456988796,0.42413034315544634,0.07916200170956221,0.15372517456988796,0.3361449990421162,0.2725280070582436,0.5,0.15372517456988796,0.29274276319814985,0.14890377180175152,0.15372517456988796,0.3160420180149762,0.035100118130299826,0.5,0.15372517456988796,0.3902433305633432,0.22388333860062967,0.15372517456988796,0.2970782472028946,0.07905116778684042,0.15372517456988796,0.2755927169769456,0.01063440495404339,0.15372517456988796,0.3932110099028784,0.029949290145249885,0.15372517456988796,0.35023644165866974,0.00937986482817964,0.15372517456988796,0.408553459111744,0.07440431376473408,0.15372517456988796,0.4358617544368392,0.13235395602966527,0.5,0.15372517456988796,0.40927643901348876,0.1532467286572165,0.0,0.00856816297009965,0.1828558167260284 -7789,0.5,0.15372517456988796,0.10250920060315245,0.033627423230027806,0.15372517456988796,0.40061169259099116,0.0001133995256153084,0.15372517456988796,0.1884657379827926,0.04934657695546741,0.15372517456988796,0.08245447131836388,0.024425087925739827,0.15372517456988796,0.45004071253674094,0.059129969725979586,0.15372517456988796,0.43633352117692603,0.16247705098156712,0.15372517456988796,0.45982021464191375,0.11332203094182784,0.15372517456988796,0.35513835361545987,0.300260393549636,0.5,0.15372517456988796,0.27548853071281965,0.15340917285847977,0.15372517456988796,0.32231837256533685,0.03982822438907247,0.5,0.15372517456988796,0.4226157320789125,0.27678785778316234,0.15372517456988796,0.3114281671797394,0.09258420380852359,0.15372517456988796,0.30570098392558415,0.006235490294916802,0.15372517456988796,0.43197303908435325,0.03758603618852155,0.15372517456988796,0.3750428916980405,0.01757302979696023,0.15372517456988796,0.43848947446304154,0.14205359151268201,0.15372517456988796,0.45486591180922176,0.16758223462477895,0.5,0.15372517456988796,0.4272003063026799,0.14633416223045093,0.0,0.006472573248747916,0.1737473044739667 -7790,0.5,0.15372517456988796,0.07847877653680375,0.025336733090516293,0.15372517456988796,0.3762442106586878,3.3641855645595e-05,0.15372517456988796,0.1803614016537786,0.04864448845493491,0.15372517456988796,0.06505370485221287,0.019030673456147524,0.15372517456988796,0.4196180218739015,0.07403902343822347,0.15372517456988796,0.3961909220660824,0.18351388818550418,0.15372517456988796,0.428748058909725,0.14675081909236337,0.15372517456988796,0.28761259556823415,0.26288367494741094,0.5,0.15372517456988796,0.20893276497407895,0.11103554838820182,0.15372517456988796,0.2782550686677997,0.03956221637682389,0.5,0.15372517456988796,0.38387403313230223,0.22776506144638275,0.15372517456988796,0.26072340562714236,0.0757709648440236,0.15372517456988796,0.2820871655401994,0.003978389956999287,0.15372517456988796,0.40606812934231784,0.03826171548166073,0.15372517456988796,0.3349904155237331,0.02081902744703826,0.15372517456988796,0.3822400143588895,0.1776033974550386,0.15372517456988796,0.4089751048556217,0.15530829078235792,0.5,0.15372517456988796,0.37619966033814917,0.1280519633213281,0.0,0.006041950959052664,0.19716133783255976 -7791,0.5,0.15372517456988796,0.040598301122315175,0.019220866015247418,0.15372517456988796,0.21352068305529456,0.0,0.15372517456988796,0.14337940831928128,0.04007888824306922,0.15372517456988796,0.026309343498983055,0.010791035414863035,0.15372517456988796,0.3110606989652763,0.09477570833944791,0.15372517456988796,0.25557123007593785,0.1829721400265953,0.15372517456988796,0.3271603465344215,0.1450508420737025,0.15372517456988796,0.17880456209297757,0.22042904683788858,0.5,0.15372517456988796,0.11202176772175437,0.07549184505946764,0.15372517456988796,0.17862044957815743,0.029548664335422876,0.5,0.15372517456988796,0.2643413124649858,0.1630758426613506,0.15372517456988796,0.17626010336510073,0.048983628080280985,0.15372517456988796,0.20263200558198777,0.0033113790519278354,0.15372517456988796,0.28621893802395565,0.050456185429383946,0.15372517456988796,0.23128525260761346,0.014843612145708703,0.15372517456988796,0.26867255665277656,0.13624959799314576,0.15372517456988796,0.2999066096720868,0.10334294751262325,0.5,0.15372517456988796,0.25552644148005177,0.08899815613232775,0.0,0.00526257207152451,0.22070645420873608 -7792,0.5,0.15372517456988796,3.36109497363721e-05,0.012339339586301772,0.15372517456988796,0.0,0.0,0.15372517456988796,0.010773029571457371,0.0248006389855798,0.15372517456988796,0.0002745772160474387,0.0052961570115000545,0.15372517456988796,0.0722376491543115,0.11892179897137299,0.15372517456988796,0.09734222353873193,0.16981086685051028,0.15372517456988796,0.0821176615096053,0.14503867874996831,0.15372517456988796,0.04615587173885406,0.1806147031821147,0.5,0.15372517456988796,0.022866701085863594,0.04819388153438416,0.15372517456988796,0.06547939802502911,0.016001944013051033,0.5,0.15372517456988796,0.06204082307282267,0.14224991595760542,0.15372517456988796,0.0706529613322352,0.032766126856361134,0.15372517456988796,0.0,0.0036112741516016135,0.15372517456988796,0.02936518531961123,0.06569066602769946,0.15372517456988796,0.017857963606810197,0.02286901930358147,0.15372517456988796,0.05891076808514201,0.09920149361816763,0.15372517456988796,0.049428202197975585,0.07725325456709259,0.5,0.15372517456988796,0.0434368056405471,0.0553784472398038,0.0,0.003875931871482155,0.2853708144502545 -7793,0.5,0.15372517456988796,0.0,0.008667820652298744,0.15372517456988796,0.0,0.0008819055777127883,0.15372517456988796,0.0,0.022832243247428045,0.15372517456988796,0.0,0.0030628252488278,0.15372517456988796,0.0,0.1722684414179732,0.15372517456988796,0.0,0.18567876256412985,0.15372517456988796,0.0,0.14321322709555423,0.15372517456988796,0.0,0.16471631572748746,0.5,0.15372517456988796,0.0,0.0379859104782841,0.15372517456988796,0.0,0.016061312145019387,0.5,0.15372517456988796,0.0,0.14332806741398593,0.15372517456988796,1.766034457186791e-09,0.03500654594406581,0.15372517456988796,0.0,0.0038517819797683943,0.15372517456988796,0.0,0.07253429678293476,0.15372517456988796,0.0,0.03134001288995415,0.15372517456988796,0.0,0.09197106932992713,0.15372517456988796,0.0,0.07743830095126661,0.5,0.15372517456988796,0.0,0.05166368882513408,0.0,0.0035276303373153657,0.312896043779165 -7794,0.5,0.15372517456988796,0.0,0.0063181517219054115,0.15372517456988796,0.0,0.0009269196500165533,0.15372517456988796,0.0,0.023484246378025077,0.15372517456988796,0.0,0.002367842833514828,0.15372517456988796,0.0,0.1657570593209614,0.15372517456988796,0.0,0.20487580729037808,0.15372517456988796,0.0,0.13923602445106228,0.15372517456988796,0.0,0.18800094221444266,0.5,0.15372517456988796,0.0,0.037197622330025756,0.15372517456988796,0.0,0.0148629120854365,0.5,0.15372517456988796,0.0,0.10620009402944064,0.15372517456988796,0.0,0.03236189448877373,0.15372517456988796,0.0,0.003531658377803543,0.15372517456988796,0.0,0.07683023976140119,0.15372517456988796,0.0,0.030668369449747438,0.15372517456988796,0.0,0.07697159698583901,0.15372517456988796,0.0,0.0638645514316223,0.5,0.15372517456988796,0.0,0.048838193566720464,0.0,0.004003718070846054,0.35996187617830894 -7795,0.5,0.15372517456988796,0.0,0.005100107818357094,0.15372517456988796,0.0,0.0010308677445975034,0.15372517456988796,0.0,0.02558233708719449,0.15372517456988796,0.0,0.002428760456409189,0.15372517456988796,0.0,0.17308036129165277,0.15372517456988796,0.0,0.21993477117018945,0.15372517456988796,0.0,0.15912064142454163,0.15372517456988796,0.0,0.21722534378718758,0.5,0.15372517456988796,0.0,0.036954994606085825,0.15372517456988796,0.0,0.012206863842375985,0.5,0.15372517456988796,0.0,0.08658229247642721,0.15372517456988796,0.0,0.030904185697451052,0.15372517456988796,0.0,0.004836151685538458,0.15372517456988796,0.0,0.10097831856400816,0.15372517456988796,0.0,0.03513376588117322,0.15372517456988796,0.0,0.07606729053820004,0.15372517456988796,0.0,0.0546033870488823,0.5,0.15372517456988796,0.0,0.04195710146148928,0.0,0.0036092158886377496,0.4960375580513713 -7796,0.5,0.15372517456988796,0.0,0.004022746893891424,0.15372517456988796,0.0,0.006377099860902186,0.15372517456988796,0.0,0.028320640996848796,0.15372517456988796,0.0,0.002920905666106937,0.15372517456988796,0.0,0.1848589054511585,0.15372517456988796,0.0,0.21164770112094988,0.15372517456988796,0.0,0.19874069485293872,0.15372517456988796,0.0,0.21000021458310672,0.5,0.15372517456988796,0.0,0.033296434596842686,0.15372517456988796,0.0,0.008580976765275005,0.5,0.15372517456988796,0.0,0.09568966749972364,0.15372517456988796,0.0,0.03316686541289872,0.15372517456988796,0.0,0.00669159778181719,0.15372517456988796,0.0,0.12397628627685472,0.15372517456988796,0.0,0.055650958201268315,0.15372517456988796,0.0,0.0916331220432929,0.15372517456988796,0.0,0.05232084864981299,0.5,0.15372517456988796,0.0,0.036788906362835105,0.0,0.0035459436742593985,0.6778014367467883 -7797,0.5,0.15372517456988796,0.0,0.0034582542916130115,0.15372517456988796,0.0,0.017154796926280125,0.15372517456988796,0.0,0.0403389454603489,0.15372517456988796,0.0,0.0030139236988602105,0.15372517456988796,0.0,0.21218700280272257,0.15372517456988796,0.0,0.2389427656991795,0.15372517456988796,0.0,0.23296659905092182,0.15372517456988796,0.0,0.1873982370981503,0.5,0.15372517456988796,0.0,0.022098376991634826,0.15372517456988796,0.0,0.007804928365218949,0.5,0.15372517456988796,0.0,0.10430583146878994,0.15372517456988796,0.0,0.033154328991797995,0.15372517456988796,0.0,0.010729894139690721,0.15372517456988796,0.0,0.14568671460722418,0.15372517456988796,0.0,0.07251782169525799,0.15372517456988796,0.0,0.10818604637339864,0.15372517456988796,0.0,0.054048231308570664,0.5,0.15372517456988796,0.0,0.03253566983480862,0.0,0.0019028192978264437,0.8056534344302787 -7798,0.5,0.15372517456988796,0.0,0.0032573377743274814,0.15372517456988796,0.0,0.024526745008980718,0.15372517456988796,0.0,0.04416551438549491,0.15372517456988796,0.0,0.004735754040510502,0.15372517456988796,0.0,0.27004537431791925,0.15372517456988796,0.0,0.26156374033332863,0.15372517456988796,0.0,0.27848169686740964,0.15372517456988796,0.0,0.1618833071566478,0.5,0.15372517456988796,0.0,0.015975081938867517,0.15372517456988796,0.0,0.006884686249885743,0.5,0.15372517456988796,0.0,0.1060794269576136,0.15372517456988796,0.0,0.03027185931349468,0.15372517456988796,0.0,0.016810886030095264,0.15372517456988796,0.0,0.1788348303596421,0.15372517456988796,0.0,0.07908635336073577,0.15372517456988796,0.0,0.11066969078012208,0.15372517456988796,0.0,0.06021562521783753,0.5,0.15372517456988796,0.0,0.029630569500180223,0.0,0.00020188755541977968,0.8803445322662697 -7799,0.5,0.15372517456988796,0.0,0.003811122485449243,0.15372517456988796,0.0,0.027138393777459115,0.15372517456988796,0.0,0.038941690254840164,0.15372517456988796,0.0,0.006665486096380754,0.15372517456988796,0.0,0.3231728099952773,0.15372517456988796,0.0,0.2739228960399302,0.15372517456988796,0.0,0.3088811884642174,0.15372517456988796,0.0,0.13545678158086644,0.5,0.15372517456988796,0.0,0.011987244777502504,0.15372517456988796,0.0,0.006057070436477342,0.5,0.15372517456988796,0.0,0.08204437214660451,0.15372517456988796,0.0,0.028640133456042424,0.15372517456988796,0.0,0.022691727396676454,0.15372517456988796,0.0,0.19384928077440125,0.15372517456988796,0.0,0.08520781835097255,0.15372517456988796,0.0,0.12418988146977107,0.15372517456988796,0.0,0.05722582831146924,0.5,0.15372517456988796,0.0,0.02902911808879431,0.0,8.148428000162359e-05,0.9167394668635449 -7800,0.5,0.15372517456988796,0.0,0.004686458621602066,0.15372517456988796,0.0,0.02511786711538927,0.15372517456988796,0.0,0.04167967935067746,0.15372517456988796,0.0,0.007706153748057568,0.15372517456988796,0.0,0.3402204759681388,0.15372517456988796,0.0,0.2552711569594206,0.15372517456988796,0.0,0.29870610974210593,0.15372517456988796,0.0,0.11500831149838578,0.5,0.15372517456988796,0.0,0.011505021366620783,0.15372517456988796,0.0,0.006983518678061882,0.5,0.15372517456988796,0.0,0.06548967335560414,0.15372517456988796,0.0,0.022740030247300785,0.15372517456988796,0.0,0.024834793653576305,0.15372517456988796,0.0,0.21941000559554313,0.15372517456988796,0.0,0.08165493118041277,0.15372517456988796,0.0,0.1146084635329213,0.15372517456988796,0.0,0.0502446210067691,0.5,0.15372517456988796,0.0,0.029229305044619458,0.0,5.431186434645674e-05,0.9568645223677916 -7801,0.5,0.15372517456988796,0.0,0.005960436944334248,0.15372517456988796,0.0,0.02813996640451821,0.15372517456988796,0.0,0.04556301855744537,0.15372517456988796,0.0,0.01077986888632125,0.15372517456988796,0.0,0.3321953424821917,0.15372517456988796,0.0,0.24362413824022888,0.15372517456988796,0.0,0.3092047797816386,0.15372517456988796,0.0,0.09908781413950601,0.5,0.15372517456988796,0.0,0.010864609408646234,0.15372517456988796,0.0,0.005937582596296785,0.5,0.15372517456988796,0.0,0.05590217988070822,0.15372517456988796,0.0,0.0190744003929098,0.15372517456988796,0.0,0.033719990660973295,0.15372517456988796,0.0,0.23420845003375934,0.15372517456988796,0.0,0.08155741614376946,0.15372517456988796,0.0,0.09522963979520638,0.15372517456988796,0.0,0.04405351679010085,0.5,0.15372517456988796,0.0,0.02518680265204821,0.0,0.0015325694960631139,0.9827501424978562 -7802,0.5,0.15372517456988796,0.0,0.006315381016980877,0.15372517456988796,0.0,0.03300448157875454,0.15372517456988796,0.0,0.04471933554011975,0.15372517456988796,0.0,0.014805471679633447,0.15372517456988796,0.0,0.35652033179728554,0.15372517456988796,0.0,0.21660699750423323,0.15372517456988796,0.0,0.31865679018020415,0.15372517456988796,0.0,0.08667864795442201,0.5,0.15372517456988796,0.0,0.0101062634472882,0.15372517456988796,0.0,0.004674131663729422,0.5,0.15372517456988796,0.0,0.03957712373332229,0.15372517456988796,0.0,0.01900187598568352,0.15372517456988796,0.0,0.03702667816561196,0.15372517456988796,0.0,0.24417066364602508,0.15372517456988796,0.0,0.09044465571160873,0.15372517456988796,0.0,0.0978537590688848,0.15372517456988796,0.0,0.038656206146804116,0.5,0.15372517456988796,0.0,0.022118823588061123,0.0,0.003569819558443269,0.9956146865284686 -7803,0.5,0.15372517456988796,0.0,0.007071512859878715,0.15372517456988796,0.0,0.0444595619723332,0.15372517456988796,0.0,0.05290183900852303,0.15372517456988796,0.0,0.017664476935638992,0.15372517456988796,0.0,0.35780820519637224,0.15372517456988796,0.0,0.18099817265685894,0.15372517456988796,0.0,0.3130599034237494,0.15372517456988796,0.0,0.07114836443199449,0.5,0.15372517456988796,0.0,0.010717039399255243,0.15372517456988796,0.0,0.003153818734401585,0.5,0.15372517456988796,0.0,0.03223937064193278,0.15372517456988796,0.0,0.017494142047023556,0.15372517456988796,0.0,0.04095253074394112,0.15372517456988796,0.0,0.2783082109498963,0.15372517456988796,0.0,0.1161045161912369,0.15372517456988796,0.0,0.0986939869043213,0.15372517456988796,0.0,0.035137497880272726,0.5,0.15372517456988796,0.0,0.02211394070852858,0.0,0.004931096057254563,1.0009455279582213 -7804,0.5,0.15372517456988796,0.0,0.010168195888156373,0.15372517456988796,0.0,0.057565054273576215,0.15372517456988796,0.0,0.0629151198627885,0.15372517456988796,0.0,0.0203784466669733,0.15372517456988796,0.0,0.39675981528902904,0.15372517456988796,0.0,0.1570983140000141,0.15372517456988796,0.0,0.27509874907337045,0.15372517456988796,0.0,0.05819914798918677,0.5,0.15372517456988796,0.0,0.008212265625996012,0.15372517456988796,0.0,0.0023412410571061063,0.5,0.15372517456988796,0.0,0.02711509002318315,0.15372517456988796,0.0,0.019585943543086466,0.15372517456988796,0.0,0.06062901851160658,0.15372517456988796,0.0,0.3400108257911682,0.15372517456988796,0.0,0.1477806049851204,0.15372517456988796,0.0,0.09364145810914193,0.15372517456988796,0.0,0.034454646287556547,0.5,0.15372517456988796,0.0,0.019554434031955774,0.0,0.004256688595096279,1.0019592911039699 -7805,0.5,0.15372517456988796,0.0,0.016190891222294432,0.15372517456988796,0.0,0.092402218109844,0.15372517456988796,0.0,0.09431347805943602,0.15372517456988796,0.0,0.023403370009481502,0.15372517456988796,0.0,0.39047144079697055,0.15372517456988796,0.0,0.12367939171542605,0.15372517456988796,0.0,0.24463024744529382,0.15372517456988796,0.0,0.0547412190021658,0.5,0.15372517456988796,0.0,0.008934053966241357,0.15372517456988796,0.0,0.004337661647590111,0.5,0.15372517456988796,0.0,0.023657186251596848,0.15372517456988796,0.0,0.018577496395202394,0.15372517456988796,0.0,0.07094615706074252,0.15372517456988796,0.0,0.3668596898842871,0.15372517456988796,0.0,0.19294821097604128,0.15372517456988796,0.0,0.0772067064654311,0.15372517456988796,0.0,0.035873420945446696,0.5,0.15372517456988796,0.0,0.01622752646397415,0.0,0.0020334587945433085,1.0050594637611185 -7806,0.5,0.15372517456988796,0.0,0.024810957198114776,0.15372517456988796,0.0,0.1097619309148496,0.15372517456988796,0.0,0.10472462101883781,0.15372517456988796,0.0,0.03494765452592944,0.15372517456988796,0.0,0.35722825841290046,0.15372517456988796,0.0,0.1007897598068346,0.15372517456988796,0.0,0.20236812386460415,0.15372517456988796,0.0,0.05363596236491397,0.5,0.15372517456988796,0.0,0.011236933432185854,0.15372517456988796,0.0,0.007898910627574444,0.5,0.15372517456988796,0.0,0.01690796457623469,0.15372517456988796,0.0,0.01510926751639827,0.15372517456988796,0.0,0.0897831196089194,0.15372517456988796,0.0,0.3897996359783438,0.15372517456988796,0.0,0.2090197657922065,0.15372517456988796,0.0,0.07191205737185269,0.15372517456988796,0.0,0.036428113375662895,0.5,0.15372517456988796,0.0,0.016915671275848962,0.0,0.0009089998546227863,1.005668488449202 -7807,0.5,0.15372517456988796,0.0,0.02321621619885835,0.15372517456988796,0.0,0.12590381545579282,0.15372517456988796,0.0,0.09015591990221647,0.15372517456988796,0.0,0.043606860828644976,0.15372517456988796,0.0,0.36729273011921326,0.15372517456988796,0.0,0.10581414649254742,0.15372517456988796,0.0,0.1683070724045,0.15372517456988796,0.0,0.05752945114873556,0.5,0.15372517456988796,0.0,0.010071222296871978,0.15372517456988796,0.0,0.008809180490515878,0.5,0.15372517456988796,0.0,0.010452206358186316,0.15372517456988796,0.0,0.012263882600753048,0.15372517456988796,0.0,0.10668540549504062,0.15372517456988796,0.0,0.43877073156824276,0.15372517456988796,0.0,0.20619496768543794,0.15372517456988796,0.0,0.06272764978640104,0.15372517456988796,0.0,0.03190514386764229,0.5,0.15372517456988796,0.0,0.019685393523863913,0.0,0.0009022198853853088,1.0061352950622222 -7808,0.5,0.15372517456988796,0.0,0.022285124354541906,0.15372517456988796,0.0,0.16522511942137766,0.15372517456988796,0.0,0.07205220277486511,0.15372517456988796,0.0,0.03882663725863997,0.15372517456988796,0.0,0.35943882556000717,0.15372517456988796,0.0,0.09925587723850043,0.15372517456988796,0.0,0.16487037000168256,0.15372517456988796,0.0,0.06310237015403425,0.5,0.15372517456988796,0.0,0.010761845854104392,0.15372517456988796,0.0,0.005799279454483868,0.5,0.15372517456988796,0.0,0.013225867151012096,0.15372517456988796,0.0,0.01637162262993219,0.15372517456988796,0.0,0.1525870120331642,0.15372517456988796,0.0,0.47429502569202103,0.15372517456988796,0.0,0.22678133907168957,0.15372517456988796,0.0,0.060064706547639575,0.15372517456988796,0.0,0.029837777317661025,0.5,0.15372517456988796,0.0,0.017537564713134318,0.0,0.0012076940877990086,1.006156011955707 -7809,0.5,0.15372517456988796,0.009425826898813137,0.02578498849240202,0.15372517456988796,0.006455882921756065,0.16608122650601534,0.15372517456988796,0.008354093411119087,0.07478098281518007,0.15372517456988796,0.024698733979740494,0.039309160573793536,0.15372517456988796,0.0013110107979666778,0.3251353281395335,0.15372517456988796,0.002475317941574446,0.08496526057952872,0.15372517456988796,0.002520381807797934,0.15036697778948713,0.15372517456988796,0.004559656448481785,0.06186079541637475,0.5,0.15372517456988796,0.005891344787663766,0.014041833599786615,0.15372517456988796,0.005146847180945486,0.0031459200373844093,0.5,0.15372517456988796,0.0053244044383354205,0.01343141516726976,0.15372517456988796,0.007704817860307204,0.01669531531576116,0.15372517456988796,0.0030259114756772307,0.17410746555862666,0.15372517456988796,0.002780360658935163,0.480766133558869,0.15372517456988796,0.004781784160366126,0.24073901429622935,0.15372517456988796,0.0025781403023554406,0.0647333293288803,0.15372517456988796,0.00558287168526649,0.03185085433216595,0.5,0.15372517456988796,0.01119779589294625,0.011525782800441916,0.0,0.0013304092811778233,1.0059841915344498 -7810,0.5,0.15372517456988796,0.0748761665941081,0.04631606113070621,0.15372517456988796,0.11487448655954019,0.1661514265297501,0.15372517456988796,0.052366775203592675,0.10249888271458935,0.15372517456988796,0.10736282993042254,0.06039704721881518,0.15372517456988796,0.022073288973134642,0.2881129659328531,0.15372517456988796,0.042130636467481095,0.07574772832107476,0.15372517456988796,0.049183702658926645,0.12738654879845898,0.15372517456988796,0.07239965239597364,0.05514981273271602,0.5,0.15372517456988796,0.07252055168930732,0.015332075058853959,0.15372517456988796,0.038136227625085124,0.002578271192122642,0.5,0.15372517456988796,0.05286976002402289,0.00811147136645902,0.15372517456988796,0.07067518176291934,0.012064513989053649,0.15372517456988796,0.07531110863264596,0.2062818806247011,0.15372517456988796,0.05161467850018903,0.49801098165409685,0.15372517456988796,0.06590489340369819,0.25965374991404727,0.15372517456988796,0.03923213330048688,0.06303955577547678,0.15372517456988796,0.03164656434007418,0.03525753209908676,0.5,0.15372517456988796,0.03866065436086166,0.012659398939227838,0.0,0.002247929203307476,1.005844964963511 -7811,0.5,0.15372517456988796,0.17514781835542595,0.08066237186482106,0.15372517456988796,0.23099931204617857,0.26161119875529104,0.15372517456988796,0.12154522994925583,0.12302267511858518,0.15372517456988796,0.21029014704241414,0.10440514938647064,0.15372517456988796,0.047944054264892136,0.24185239003029127,0.15372517456988796,0.067639490634182,0.07186926923329114,0.15372517456988796,0.1140314606793458,0.11580363704117892,0.15372517456988796,0.12865193272747433,0.04722409212071954,0.5,0.15372517456988796,0.1660615650234413,0.013164511365504684,0.15372517456988796,0.10700882594446573,0.0054072064302386575,0.5,0.15372517456988796,0.12007374565303297,0.0084238493831519,0.15372517456988796,0.19056303865114893,0.007960126438879214,0.15372517456988796,0.1665451426199976,0.29924549881281926,0.15372517456988796,0.09354993330227634,0.5064878963740873,0.15372517456988796,0.13559695712515815,0.30643140500126553,0.15372517456988796,0.11528816494274019,0.06732605660410955,0.15372517456988796,0.08741073215161693,0.04281962266881283,0.5,0.15372517456988796,0.07607554871486968,0.023778876806772913,0.0,0.004826358158056109,1.0053223584898197 -7812,0.5,0.15372517456988796,0.2843158104867965,0.11838911248009107,0.15372517456988796,0.2683637967907519,0.3806417379560584,0.15372517456988796,0.18588433127714277,0.12672876144249384,0.15372517456988796,0.27865061992618556,0.1331356359874587,0.15372517456988796,0.06020538913623259,0.18969573660462402,0.15372517456988796,0.06940092031721831,0.07471520176150567,0.15372517456988796,0.15756808086759932,0.1135629790209618,0.15372517456988796,0.15382059674191118,0.042674206827070876,0.5,0.15372517456988796,0.2477491938784141,0.014553363658640657,0.15372517456988796,0.2051519307162949,0.0038938019225475385,0.5,0.15372517456988796,0.2097006791308494,0.01082820868345461,0.15372517456988796,0.2926292329577111,0.007827569647121465,0.15372517456988796,0.19856216739465476,0.40348472517757783,0.15372517456988796,0.10463831114328648,0.48546367295178783,0.15372517456988796,0.1795837473859154,0.3528650038539714,0.15372517456988796,0.18784126223684655,0.09091932396969446,0.15372517456988796,0.17056224590917693,0.05035894351003266,0.5,0.15372517456988796,0.1152514634242678,0.03972220696213627,0.0,0.008305092855778896,1.0047640221458436 -7813,0.5,0.15372517456988796,0.31608944466590094,0.14352044493274285,0.15372517456988796,0.2656851143974671,0.44989685120524814,0.15372517456988796,0.20953514907720144,0.13488931442272967,0.15372517456988796,0.3299065765630624,0.15292624822617507,0.15372517456988796,0.056263750013848673,0.14367069395426646,0.15372517456988796,0.053429011557157194,0.08508584721069183,0.15372517456988796,0.15543574752652378,0.09319635640436427,0.15372517456988796,0.15790556056886637,0.05243744243514227,0.5,0.15372517456988796,0.26575750394576736,0.016060102571321757,0.15372517456988796,0.2969980111493068,0.0030774831251507502,0.5,0.15372517456988796,0.3004112010296499,0.010568057706985346,0.15372517456988796,0.3541337906279002,0.00729983152151867,0.15372517456988796,0.17764875169984873,0.4750873698626945,0.15372517456988796,0.0818058852415023,0.45832197780336625,0.15372517456988796,0.19121002004133328,0.33706907868808106,0.15372517456988796,0.22342638791628067,0.08129760001391062,0.15372517456988796,0.22601683548118223,0.04810364124681623,0.5,0.15372517456988796,0.16311921230338144,0.045047202526469564,0.0,0.01629272148071576,1.004112466687444 -7814,0.5,0.15372517456988796,0.2841283915332997,0.15053524389455897,0.15372517456988796,0.2047163772326706,0.448109529951098,0.15372517456988796,0.19310119810313894,0.1292368746945163,0.15372517456988796,0.3152971706686097,0.14768864100478685,0.15372517456988796,0.03869144903976471,0.10919099078403763,0.15372517456988796,0.03572179739330282,0.08634608938196818,0.15372517456988796,0.11948540555768786,0.0726237657087791,0.15372517456988796,0.118100369524127,0.055819108134944395,0.5,0.15372517456988796,0.2375435881682783,0.018078486660404187,0.15372517456988796,0.3221214764464074,0.004018622906573802,0.5,0.15372517456988796,0.30192039232831946,0.008547790859122464,0.15372517456988796,0.35302814154990747,0.005585948144208757,0.15372517456988796,0.10324727501650552,0.49364007776318475,0.15372517456988796,0.04553983717692549,0.38495108982209203,0.15372517456988796,0.15390030954618197,0.275366281547847,0.15372517456988796,0.21875851390695747,0.06567746315992773,0.15372517456988796,0.22170261811086936,0.040790333329797715,0.5,0.15372517456988796,0.16835331086722724,0.03068063924218746,0.0,0.027859748343953748,0.9886973989982176 -7815,0.5,0.15372517456988796,0.1693285098655412,0.11785129303126872,0.15372517456988796,0.07722623404059016,0.36813848746993133,0.15372517456988796,0.12467265483453124,0.08317484727211266,0.15372517456988796,0.20833066966245276,0.09834895572838984,0.15372517456988796,0.019682354018568254,0.08456863056943659,0.15372517456988796,0.01466108652832852,0.061262907517653176,0.15372517456988796,0.04569859327593832,0.06784332614411646,0.15372517456988796,0.061998745885662496,0.050127959414886264,0.5,0.15372517456988796,0.17943117625168903,0.014512603197485065,0.15372517456988796,0.2287810042359422,0.0037163251565505337,0.5,0.15372517456988796,0.21093639836979544,0.0060549955294898076,0.15372517456988796,0.28695862728050753,0.0036308943257887857,0.15372517456988796,0.03814418702902747,0.49095201604960576,0.15372517456988796,0.019726554018199227,0.32991292869476263,0.15372517456988796,0.08164591391395569,0.20838056018737322,0.15372517456988796,0.16218933492414997,0.03997504668334713,0.15372517456988796,0.15593329003194095,0.025784249778059733,0.5,0.15372517456988796,0.12800615926048628,0.020545118667389513,0.0,0.04556368190421834,0.956660954991813 -7816,0.5,0.15372517456988796,0.0,0.09616641133709887,0.15372517456988796,0.0,0.34035898089963235,0.15372517456988796,0.008271073908711783,0.039529589445322824,0.15372517456988796,0.0,0.07748309045256896,0.15372517456988796,0.0024940785835764075,0.06681425485462261,0.15372517456988796,0.0027737838856838623,0.04328083871026199,0.15372517456988796,0.007561366438142579,0.06359876360266933,0.15372517456988796,0.017147484684031458,0.04291867750362312,0.5,0.15372517456988796,0.08142719029837256,0.01378885263154909,0.15372517456988796,0.09492255679120827,0.00263308271216071,0.5,0.15372517456988796,0.0731522514127849,0.007330436303670879,0.15372517456988796,0.10199855915644065,0.0055788766430550215,0.15372517456988796,0.0003501727280801079,0.45121223607604966,0.15372517456988796,0.00106443574495496,0.29336231933213835,0.15372517456988796,0.006226155176744816,0.16569866833928226,0.15372517456988796,0.045282755212362906,0.0355605409705135,0.15372517456988796,0.03766469464060393,0.01992146046243764,0.5,0.15372517456988796,0.037806646101617936,0.016879252064472144,0.0,0.09056423323239256,0.9153645647411068 -7817,0.5,0.15372517456988796,0.0,0.10890700115510749,0.15372517456988796,0.0,0.33498790678580986,0.15372517456988796,0.0,0.03646758927555472,0.15372517456988796,0.0,0.08052646350697583,0.15372517456988796,0.0,0.05843309900577266,0.15372517456988796,0.0,0.03873728420455387,0.15372517456988796,0.0,0.055019009379384295,0.15372517456988796,0.0,0.036450359954092675,0.5,0.15372517456988796,0.0,0.015282213347850232,0.15372517456988796,0.0,0.0012004994035632946,0.5,0.15372517456988796,0.0,0.007378303638422529,0.15372517456988796,0.0,0.011637536057297213,0.15372517456988796,0.0,0.40496418118238636,0.15372517456988796,0.0,0.2597959299651157,0.15372517456988796,0.0,0.15004623196571734,0.15372517456988796,0.0,0.0389042788469595,0.15372517456988796,0.0,0.01886923819028618,0.5,0.15372517456988796,0.0,0.011918412675938336,0.0,0.17868689909392493,0.8791552647960288 -7818,0.5,0.15372517456988796,0.0,0.12777275663983906,0.15372517456988796,0.0,0.31245638188779473,0.15372517456988796,0.0,0.03268202668229496,0.15372517456988796,0.0,0.08118367825111712,0.15372517456988796,0.0,0.05739392583764894,0.15372517456988796,0.0,0.04022279617598891,0.15372517456988796,0.0,0.04419403970178369,0.15372517456988796,0.0,0.03398748344734608,0.5,0.15372517456988796,0.0,0.013637658300010472,0.15372517456988796,0.0,0.0023189051060982205,0.5,0.15372517456988796,0.0,0.007221659864069449,0.15372517456988796,0.0,0.01915413995972249,0.15372517456988796,0.0,0.3943319257529523,0.15372517456988796,0.0,0.2250673214690821,0.15372517456988796,0.0,0.1407919148010146,0.15372517456988796,0.0,0.038006048892639865,0.15372517456988796,0.0,0.019410898203449687,0.5,0.15372517456988796,0.0,0.007362093320481861,0.0,0.20602176961479224,0.7611498177337568 -7819,0.5,0.15372517456988796,0.0,0.1363267436248498,0.15372517456988796,0.0,0.27397301730684565,0.15372517456988796,0.0,0.031904871586576684,0.15372517456988796,0.0,0.08978710694658372,0.15372517456988796,0.0,0.05708540217712898,0.15372517456988796,0.0,0.04776974756512914,0.15372517456988796,0.0,0.04100975664590493,0.15372517456988796,0.0,0.03613155143226057,0.5,0.15372517456988796,0.0,0.012312929530623958,0.15372517456988796,0.0,0.0068375360852642045,0.5,0.15372517456988796,0.0,0.00860841853590458,0.15372517456988796,0.0,0.021918117043756385,0.15372517456988796,0.0,0.4306481875524882,0.15372517456988796,0.0,0.1870033136820077,0.15372517456988796,0.0,0.12005040062878256,0.15372517456988796,0.0,0.03231169606500451,0.15372517456988796,0.0,0.022095003511765708,0.5,0.15372517456988796,0.0,0.0086768259751283,0.0,0.22129087316483834,0.6879046205419054 -7820,0.5,0.15372517456988796,0.0,0.1440730386332552,0.15372517456988796,0.0,0.2434782527802393,0.15372517456988796,0.0,0.03038474199140019,0.15372517456988796,0.0,0.10122704360334307,0.15372517456988796,0.0,0.05758633494778831,0.15372517456988796,0.0,0.05901309623355323,0.15372517456988796,0.0,0.04323000322278945,0.15372517456988796,0.0,0.039038261355853074,0.5,0.15372517456988796,0.0,0.012064494443431748,0.15372517456988796,0.0,0.0033349432009277835,0.5,0.15372517456988796,0.0,0.009953484375986395,0.15372517456988796,0.0,0.023174264601721818,0.15372517456988796,0.0,0.45496345844984626,0.15372517456988796,0.0,0.16233572270342703,0.15372517456988796,0.0,0.10045521079776148,0.15372517456988796,0.0,0.029522170840162662,0.15372517456988796,0.0,0.021768119125201314,0.5,0.15372517456988796,0.0,0.014932420085107726,0.0,0.2776592870051833,0.581413614897983 -7821,0.5,0.15372517456988796,0.0,0.14955283703321007,0.15372517456988796,0.0,0.2319232161286973,0.15372517456988796,0.0,0.026173191707537454,0.15372517456988796,0.0,0.10393748612893138,0.15372517456988796,0.0,0.05765734642895745,0.15372517456988796,0.0,0.061498666727907575,0.15372517456988796,0.0,0.05455413610089722,0.15372517456988796,0.0,0.04041896541894627,0.5,0.15372517456988796,0.0,0.013254446557916185,0.15372517456988796,0.0,0.0007036479310132015,0.5,0.15372517456988796,0.0,0.016012463420763345,0.15372517456988796,0.0,0.027612141447916915,0.15372517456988796,0.0,0.46810504291159705,0.15372517456988796,0.0,0.1486014332061893,0.15372517456988796,0.0,0.0895824584028252,0.15372517456988796,0.0,0.02953814140565617,0.15372517456988796,0.0,0.02042074303640565,0.5,0.15372517456988796,0.0,0.011760474639160268,0.0,0.3101428937880151,0.4857623415872789 -7822,0.5,0.15372517456988796,0.0,0.15477868849558002,0.15372517456988796,0.0,0.23386142511318736,0.15372517456988796,0.0,0.022061829600819816,0.15372517456988796,0.0,0.0950622006723928,0.15372517456988796,0.0,0.05554646708675732,0.15372517456988796,0.0,0.056669576689652904,0.15372517456988796,0.0,0.06519424420755897,0.15372517456988796,0.0,0.04015376804290863,0.5,0.15372517456988796,0.0,0.015006533895870528,0.15372517456988796,0.0,0.0011202651575958978,0.5,0.15372517456988796,0.0,0.0181211314359027,0.15372517456988796,0.0,0.03346283218493476,0.15372517456988796,0.0,0.4173767567526055,0.15372517456988796,0.0,0.13612148610220437,0.15372517456988796,0.0,0.08720161228194614,0.15372517456988796,0.0,0.031290764526969064,0.15372517456988796,0.0,0.021499320553156235,0.5,0.15372517456988796,0.0,0.0064273788262244344,0.0,0.4004504907792422,0.4631885327882798 -7823,0.5,0.15372517456988796,0.0,0.17196775631303718,0.15372517456988796,0.0,0.2004019743884068,0.15372517456988796,0.0,0.01847968723282178,0.15372517456988796,0.0,0.08048457808334705,0.15372517456988796,0.0,0.050493552082684905,0.15372517456988796,0.0,0.04778878091770543,0.15372517456988796,0.0,0.06994296253492048,0.15372517456988796,0.0,0.03899507524928983,0.5,0.15372517456988796,0.0,0.015269465363690048,0.15372517456988796,0.0,0.0017960099736489769,0.5,0.15372517456988796,0.0,0.01800449794407918,0.15372517456988796,0.0,0.03426309453904447,0.15372517456988796,0.0,0.3462232344795594,0.15372517456988796,0.0,0.12048714509105624,0.15372517456988796,0.0,0.08481089877092575,0.15372517456988796,0.0,0.03491523724657717,0.15372517456988796,0.0,0.023045382851455215,0.5,0.15372517456988796,0.0,0.006609726080074312,0.0,0.40329290090983666,0.4570739993835262 -7824,0.5,0.15372517456988796,0.0,0.16824794760372072,0.15372517456988796,0.0,0.14214407367170565,0.15372517456988796,0.0,0.01801017024716979,0.15372517456988796,0.0,0.07156376539704974,0.15372517456988796,0.0,0.045164869632123815,0.15372517456988796,0.0,0.03988957290399242,0.15372517456988796,0.0,0.06699824532388952,0.15372517456988796,0.0,0.03634514759266497,0.5,0.15372517456988796,0.0,0.015994347832094732,0.15372517456988796,0.0,0.003969229631714345,0.5,0.15372517456988796,0.0,0.017916234888782946,0.15372517456988796,0.0,0.03578452493400635,0.15372517456988796,0.0,0.287452732564708,0.15372517456988796,0.0,0.10575652230444754,0.15372517456988796,0.0,0.07551038436157484,0.15372517456988796,0.0,0.037896918469728376,0.15372517456988796,0.0,0.023894136140523502,0.5,0.15372517456988796,0.0,0.0073096756206847266,0.0,0.35573886164502605,0.4824163195168289 -7825,0.5,0.15372517456988796,0.0,0.15117747249417224,0.15372517456988796,0.0,0.11084085515428456,0.15372517456988796,0.0,0.021638937938756368,0.15372517456988796,0.0,0.07091657823479305,0.15372517456988796,0.0,0.04258329336627198,0.15372517456988796,0.0,0.040842300031079096,0.15372517456988796,0.0,0.060061564582119635,0.15372517456988796,0.0,0.03701470753813321,0.5,0.15372517456988796,0.0,0.016012313469579705,0.15372517456988796,0.0,0.0043384363337279465,0.5,0.15372517456988796,0.0,0.016820058144209626,0.15372517456988796,0.0,0.03400709521359948,0.15372517456988796,0.0,0.24988968554211766,0.15372517456988796,0.0,0.09767273756768749,0.15372517456988796,0.0,0.06260450963051367,0.15372517456988796,0.0,0.03988412622368149,0.15372517456988796,0.0,0.022975343914560478,0.5,0.15372517456988796,0.0,0.00736500293794746,0.0,0.4346881335998903,0.4615110268870318 -7826,0.5,0.15372517456988796,0.0,0.1452685515352608,0.15372517456988796,0.0,0.08736318951463158,0.15372517456988796,0.0,0.024194639014135915,0.15372517456988796,0.0,0.06701130699293989,0.15372517456988796,0.0,0.040963848819921614,0.15372517456988796,0.0,0.040998460380521524,0.15372517456988796,0.0,0.05552073300871333,0.15372517456988796,0.0,0.037279994113804976,0.5,0.15372517456988796,0.0,0.016884220269043713,0.15372517456988796,0.0,0.0033860252803731695,0.5,0.15372517456988796,0.0,0.016692568876009176,0.15372517456988796,0.0,0.033001875361709086,0.15372517456988796,0.0,0.2072988009448235,0.15372517456988796,0.0,0.08454736120373094,0.15372517456988796,0.0,0.05403698007803927,0.15372517456988796,0.0,0.03978114386065069,0.15372517456988796,0.0,0.022491218108538494,0.5,0.15372517456988796,0.0,0.006737446710175447,0.0,0.3366994457138444,0.43696885723597445 -7827,0.5,0.15372517456988796,0.0,0.13738570084563317,0.15372517456988796,0.0,0.06879391503334087,0.15372517456988796,0.0,0.023755526299327333,0.15372517456988796,0.0,0.05836623646467338,0.15372517456988796,0.0,0.03961961973612147,0.15372517456988796,0.0,0.03623671992284799,0.15372517456988796,0.0,0.05147693876474938,0.15372517456988796,0.0,0.031106604158595275,0.5,0.15372517456988796,0.0,0.019528645724007677,0.15372517456988796,0.0,0.0012885009509621668,0.5,0.15372517456988796,0.0,0.0179196225795068,0.15372517456988796,0.0,0.033763228177753554,0.15372517456988796,0.0,0.16642819979422308,0.15372517456988796,0.0,0.06786411131605469,0.15372517456988796,0.0,0.05176385876419782,0.15372517456988796,0.0,0.04116542676132864,0.15372517456988796,0.0,0.023222832369233913,0.5,0.15372517456988796,0.0,0.004865544319010066,0.0,0.3301141925842049,0.39895462637243917 -7828,0.5,0.15372517456988796,0.0,0.12774281775797394,0.15372517456988796,0.0,0.057618199391154035,0.15372517456988796,0.0,0.022343248313372154,0.15372517456988796,0.0,0.05543570184745132,0.15372517456988796,0.0,0.04020854006026622,0.15372517456988796,0.0,0.03961890638275155,0.15372517456988796,0.0,0.04266753653366101,0.15372517456988796,0.0,0.026525705885303702,0.5,0.15372517456988796,0.0,0.016431825218449984,0.15372517456988796,0.0,0.001190996353833544,0.5,0.15372517456988796,0.0,0.019021768175220083,0.15372517456988796,0.0,0.04341058023255916,0.15372517456988796,0.0,0.14372941721114516,0.15372517456988796,0.0,0.06209936869150584,0.15372517456988796,0.0,0.047288163283086215,0.15372517456988796,0.0,0.04145508160987652,0.15372517456988796,0.0,0.025204785984314502,0.5,0.15372517456988796,0.0,0.0038840127047015697,0.0,0.3849571490314008,0.35128308019217536 -7829,0.5,0.15372517456988796,0.0,0.12595494710228333,0.15372517456988796,0.0,0.053929468052120864,0.15372517456988796,0.0,0.024126103698005875,0.15372517456988796,0.0,0.0602110232053887,0.15372517456988796,0.0,0.046963694315993565,0.15372517456988796,0.0,0.06499452866421221,0.15372517456988796,0.0,0.04233924514053873,0.15372517456988796,0.0,0.034149340867600186,0.5,0.15372517456988796,0.0,0.014522740295755298,0.15372517456988796,0.0,0.0011956693711447238,0.5,0.15372517456988796,0.0,0.02127436336176702,0.15372517456988796,0.0,0.052357810412105805,0.15372517456988796,0.0,0.12954612724598163,0.15372517456988796,0.0,0.06001014118332937,0.15372517456988796,0.0,0.042902345664198885,0.15372517456988796,0.0,0.035474817468752265,0.15372517456988796,0.0,0.026393553741557697,0.5,0.15372517456988796,0.0,0.005222833864077802,0.0,0.42732422123267005,0.32822829820830834 -7830,0.5,0.15372517456988796,0.0,0.12889581676570894,0.15372517456988796,0.0,0.053653321188151366,0.15372517456988796,0.0,0.02425848542064205,0.15372517456988796,0.0,0.06126778372161354,0.15372517456988796,0.0,0.047369354570449315,0.15372517456988796,0.0,0.06589445980658422,0.15372517456988796,0.0,0.06238079975098001,0.15372517456988796,0.0,0.04865739286776713,0.5,0.15372517456988796,0.0,0.013981468854935366,0.15372517456988796,0.0,0.000778063442632034,0.5,0.15372517456988796,0.0,0.02010694379160536,0.15372517456988796,0.0,0.04971526717777357,0.15372517456988796,0.0,0.12883083419840344,0.15372517456988796,0.0,0.051941719609183305,0.15372517456988796,0.0,0.04366176248723471,0.15372517456988796,0.0,0.03262835051908177,0.15372517456988796,0.0,0.024826244743362508,0.5,0.15372517456988796,0.0,0.006767418959507071,0.0,0.44544977514186423,0.3047751536946354 -7831,0.5,0.15372517456988796,0.0,0.13249384927199984,0.15372517456988796,0.0,0.06842030741584021,0.15372517456988796,0.0,0.02178595251406495,0.15372517456988796,0.0,0.05760025781149632,0.15372517456988796,0.0,0.041851735061319936,0.15372517456988796,0.0,0.0661392488577992,0.15372517456988796,0.0,0.06977817040004203,0.15372517456988796,0.0,0.06061829652177887,0.5,0.15372517456988796,0.0,0.015291417237958453,0.15372517456988796,0.0,0.0010117056480762748,0.5,0.15372517456988796,0.0,0.012486397105417579,0.15372517456988796,0.0,0.0419431356508263,0.15372517456988796,0.0,0.12465646817718673,0.15372517456988796,0.0,0.04888739878513931,0.15372517456988796,0.0,0.04918776992988545,0.15372517456988796,0.0,0.04247094581653082,0.15372517456988796,0.0,0.02126909104765295,0.5,0.15372517456988796,0.0,0.006316419671007734,0.0,0.45467351152446805,0.28841125447253635 -7832,0.5,0.15372517456988796,0.0,0.14502529192952582,0.15372517456988796,0.0,0.07224246467043476,0.15372517456988796,0.0,0.026017478658767024,0.15372517456988796,0.0,0.05342153157196483,0.15372517456988796,0.0,0.04525361705179738,0.15372517456988796,0.0,0.06955066280937072,0.15372517456988796,0.0,0.06899790262462206,0.15372517456988796,0.0,0.06434543208694063,0.5,0.15372517456988796,0.0,0.021101665897223947,0.15372517456988796,0.0,0.0015347634866496583,0.5,0.15372517456988796,0.0,0.009860400021026595,0.15372517456988796,0.0,0.04229228315111255,0.15372517456988796,0.0,0.12474714336777866,0.15372517456988796,0.0,0.05764879644859949,0.15372517456988796,0.0,0.055410214675127654,0.15372517456988796,0.0,0.051373448382462696,0.15372517456988796,0.0,0.018307777843296427,0.5,0.15372517456988796,0.0,0.005763471721070196,0.0,0.5480323077966192,0.2622397961123405 -7833,0.5,0.15372517456988796,0.006361653693115043,0.1765289868946499,0.15372517456988796,0.0009687521447413849,0.06934657474305311,0.15372517456988796,0.004455261392010796,0.03707709469745782,0.15372517456988796,0.009490275342406054,0.05541401175402707,0.15372517456988796,0.0016301635544319743,0.0511820166596292,0.15372517456988796,0.0009107331462537352,0.07930239881337378,0.15372517456988796,0.0021439276543924386,0.05763933473944627,0.15372517456988796,0.0014431793056827633,0.074118087357221,0.5,0.15372517456988796,0.00348423045950096,0.028779655589988674,0.15372517456988796,0.0593081613827427,0.001031352184444907,0.5,0.15372517456988796,0.012172393837316884,0.011348612391244108,0.15372517456988796,0.035900984714786664,0.035263918381672685,0.15372517456988796,0.0011074666385752492,0.12465669952302522,0.15372517456988796,0.000602481997581265,0.07265814711806523,0.15372517456988796,0.002740016423556377,0.0569426804032254,0.15372517456988796,0.0036203908697665104,0.05386351384207376,0.15372517456988796,0.02860041542215198,0.018608203647982217,0.5,0.15372517456988796,0.07699192613007351,0.003484915985557225,0.0,0.6337626486573995,0.3423659227902822 -7834,0.5,0.15372517456988796,0.04663586414591095,0.21844663455746216,0.15372517456988796,0.029585698353042464,0.07239687225415671,0.15372517456988796,0.04856624565243139,0.045552463485585025,0.15372517456988796,0.04018573697129652,0.06897017936120857,0.15372517456988796,0.04062948309012873,0.0610014056939633,0.15372517456988796,0.018132460133183488,0.09300425161621934,0.15372517456988796,0.034232643841218595,0.061581986653447024,0.15372517456988796,0.025161823148297593,0.09600072440836319,0.5,0.15372517456988796,0.04909000891765607,0.037972535797088855,0.15372517456988796,0.20372164489526315,0.0009404898764530912,0.5,0.15372517456988796,0.09341832065983238,0.014926992342853981,0.15372517456988796,0.14722535419327806,0.03013501591320796,0.15372517456988796,0.022658139729179346,0.12296003502258587,0.15372517456988796,0.01513038467290092,0.08305496986946706,0.15372517456988796,0.03540690584378602,0.05798044093823769,0.15372517456988796,0.046910183351194776,0.050895912349741806,0.15372517456988796,0.12388549044327477,0.02472029335774665,0.5,0.15372517456988796,0.22874468430563522,0.0020626041570527506,0.0,0.6077088126145693,0.362672165181466 -7835,0.5,0.15372517456988796,0.10643145812549439,0.24802132677508892,0.15372517456988796,0.06964799974682599,0.06462117892927635,0.15372517456988796,0.12010104890140186,0.04605293645483718,0.15372517456988796,0.07389499459186921,0.08265498514940793,0.15372517456988796,0.09260486945454441,0.07765951101385353,0.15372517456988796,0.03571891758770243,0.11105580414136537,0.15372517456988796,0.06184202372646973,0.07779703942240583,0.15372517456988796,0.08630844033203822,0.11357516842984486,0.5,0.15372517456988796,0.11078317118173639,0.05086193058462146,0.15372517456988796,0.33242092290646263,0.0019245757928553313,0.5,0.15372517456988796,0.189012478579047,0.013998391114453923,0.15372517456988796,0.2520265074553517,0.027226488590575918,0.15372517456988796,0.04094454613244955,0.13162010541651986,0.15372517456988796,0.07140200491829615,0.10058456336023655,0.15372517456988796,0.06963075026420953,0.05733184837509962,0.15372517456988796,0.09420343205475427,0.052468885574888456,0.15372517456988796,0.22757350572308938,0.030382456502596245,0.5,0.15372517456988796,0.35556266600272235,0.0026311639423563125,0.0,0.5469392492075216,0.36145487889241035 -7836,0.5,0.15372517456988796,0.15936779773928675,0.24625260168376947,0.15372517456988796,0.03702486146106646,0.07331215907045054,0.15372517456988796,0.1637080887068111,0.04554050266775946,0.15372517456988796,0.11829693236207142,0.09915240582754872,0.15372517456988796,0.11618183451390454,0.09697329884465124,0.15372517456988796,0.11889567432041985,0.12734673466965257,0.15372517456988796,0.07660227868307079,0.09741904065541304,0.15372517456988796,0.21551154255260496,0.14070471692571374,0.5,0.15372517456988796,0.21836308049582515,0.07436176831493597,0.15372517456988796,0.4176819732824101,0.00189852453637786,0.5,0.15372517456988796,0.2734490769910162,0.0139949624623688,0.15372517456988796,0.33770592285945483,0.02566204401784193,0.15372517456988796,0.01985924621081895,0.16000004415954525,0.15372517456988796,0.14094862843397826,0.11659392642631283,0.15372517456988796,0.10515331951246146,0.065574639694736,0.15372517456988796,0.15235925535670058,0.07014454237791946,0.15372517456988796,0.3029097732873891,0.035428291468327794,0.5,0.15372517456988796,0.4328795452025964,0.005698425609480202,0.0,0.4663561000290434,0.4711944192290949 -7837,0.5,0.15372517456988796,0.15642139629292343,0.21573665670338182,0.15372517456988796,0.03136444682340081,0.09079021062280633,0.15372517456988796,0.1678886238988709,0.04597233780685053,0.15372517456988796,0.14133374780146127,0.095226971843048,0.15372517456988796,0.07993506985136778,0.12257132550811785,0.15372517456988796,0.21479441733467552,0.15731725592509294,0.15372517456988796,0.09983428140327529,0.12076752401559104,0.15372517456988796,0.3165898582900759,0.15326044144589654,0.5,0.15372517456988796,0.2898197437342882,0.09858904014289138,0.15372517456988796,0.4468702629996544,0.002017942038079738,0.5,0.15372517456988796,0.33958350147031985,0.020865418780386908,0.15372517456988796,0.3983065767372851,0.023145638294506003,0.15372517456988796,0.02477116844561733,0.17609456317190939,0.15372517456988796,0.09517274464133368,0.12602500488862,0.15372517456988796,0.11871297480440537,0.07778990744005859,0.15372517456988796,0.19689269985043412,0.09341932946997647,0.15372517456988796,0.3369935314361678,0.036581917738054553,0.5,0.15372517456988796,0.4517417517018235,0.007970770045722627,0.0,0.3447766841584914,0.5277962999490255 -7838,0.5,0.15372517456988796,0.08914932376793062,0.1954065928848201,0.15372517456988796,0.07516781441650333,0.11470466708140305,0.15372517456988796,0.20236675098551093,0.04397567604230308,0.15372517456988796,0.11918288925073356,0.08941539230312262,0.15372517456988796,0.06555068244454476,0.13752540620042872,0.15372517456988796,0.3035529615575593,0.15255877636661275,0.15372517456988796,0.147437718217418,0.14891500658895962,0.15372517456988796,0.3523898406480086,0.1911342470031161,0.5,0.15372517456988796,0.2874030937763885,0.11701828215256758,0.15372517456988796,0.41508176049574885,0.0008774931963177377,0.5,0.15372517456988796,0.338007973537074,0.029154990760854545,0.15372517456988796,0.3889299221170207,0.024838601190173396,0.15372517456988796,0.0625560214603404,0.2029984892045564,0.15372517456988796,0.03710066463977479,0.1346179031621691,0.15372517456988796,0.08590283938627805,0.08113889298171878,0.15372517456988796,0.23435869921849908,0.1016350588998666,0.15372517456988796,0.31730645092633203,0.033924442696507885,0.5,0.15372517456988796,0.4071009793871415,0.007024724338380638,0.0,0.34722021739209097,0.5022167067681945 -7839,0.5,0.15372517456988796,0.02668201598950947,0.196349581456856,0.15372517456988796,0.036244971471982496,0.14232315421585506,0.15372517456988796,0.18387948076860172,0.03526633068612016,0.15372517456988796,0.07794647615395636,0.08599200941098276,0.15372517456988796,0.11817205780030707,0.13237856946434065,0.15372517456988796,0.2614366201759073,0.14514489402046798,0.15372517456988796,0.18106835879671795,0.17165099643061044,0.15372517456988796,0.29018480408514535,0.17829408483396775,0.5,0.15372517456988796,0.18230929267865117,0.1148432826077085,0.15372517456988796,0.31959407829791536,0.0016085755321781497,0.5,0.15372517456988796,0.23350690346598285,0.02897841920403676,0.15372517456988796,0.29552170232725894,0.029823517611491955,0.15372517456988796,0.05383843683231546,0.20891082938721672,0.15372517456988796,0.01704642522337093,0.14004653943054512,0.15372517456988796,0.046236619011948574,0.09696335968000587,0.15372517456988796,0.20990351142494815,0.09653082935203904,0.15372517456988796,0.23947620872267195,0.03484826667715542,0.5,0.15372517456988796,0.28166688665676504,0.006056203178496401,0.0,0.4387963431093799,0.3600119412960709 -7840,0.5,0.15372517456988796,0.0004785961916724709,0.23220390871430918,0.15372517456988796,0.0,0.1357982071391224,0.15372517456988796,0.0032647257371281983,0.039190211864778876,0.15372517456988796,4.820110668886124e-05,0.0806314138435907,0.15372517456988796,0.040916946357582196,0.14227461596903185,0.15372517456988796,0.09139366560792406,0.1614085282025055,0.15372517456988796,0.06098558996146592,0.2275981132940729,0.15372517456988796,0.07248002856958316,0.18066907084273764,0.5,0.15372517456988796,0.04871495643996421,0.10820302623682768,0.15372517456988796,0.100518044355977,0.004488376431332876,0.5,0.15372517456988796,0.06158499032198992,0.02123861627503885,0.15372517456988796,0.09301936789221946,0.03202721463349623,0.15372517456988796,0.0,0.21265561470230818,0.15372517456988796,0.005635910660650979,0.14095000816503678,0.15372517456988796,0.001972922801765292,0.11702403625280958,0.15372517456988796,0.04608613715272372,0.11808306589366617,0.15372517456988796,0.03755081245285567,0.03759755347605733,0.5,0.15372517456988796,0.04168615682403196,0.010228785360177397,0.0,0.5268777809360858,0.1174160722203828 -7841,0.5,0.15372517456988796,0.0,0.2923569895522172,0.15372517456988796,0.0,0.14791368257603252,0.15372517456988796,0.0,0.04760103415845222,0.15372517456988796,0.0,0.08985744686584966,0.15372517456988796,0.0,0.18378182390135536,0.15372517456988796,0.0,0.2122641698642416,0.15372517456988796,0.0,0.29583533200118334,0.15372517456988796,0.0,0.19474286374282257,0.5,0.15372517456988796,0.0,0.10110964887952409,0.15372517456988796,0.0,0.003403181029721691,0.5,0.15372517456988796,0.0,0.0272722762033466,0.15372517456988796,0.0,0.04209279999556413,0.15372517456988796,0.0,0.21482619399923142,0.15372517456988796,0.0,0.16644798246976233,0.15372517456988796,0.0,0.145017136933271,0.15372517456988796,0.0,0.1483019824313237,0.15372517456988796,0.0,0.03982463509918403,0.5,0.15372517456988796,0.0,0.020919007015897786,0.0,0.5802159616237326,0.06710977356960182 -7842,0.5,0.15372517456988796,0.0,0.3212187782715129,0.15372517456988796,0.0,0.15461244206051078,0.15372517456988796,0.0,0.06108306728860296,0.15372517456988796,0.0,0.11246681514585072,0.15372517456988796,0.0,0.2131460539361579,0.15372517456988796,0.0,0.2422446802199437,0.15372517456988796,0.0,0.3039658146099197,0.15372517456988796,0.0,0.18628238550521498,0.5,0.15372517456988796,0.0,0.1057935744184755,0.15372517456988796,0.0,0.006717405344338486,0.5,0.15372517456988796,0.0,0.035763625819260084,0.15372517456988796,0.0,0.05243896563205614,0.15372517456988796,0.0,0.24311783456481792,0.15372517456988796,0.0,0.2051959208556508,0.15372517456988796,0.0,0.17407842178447647,0.15372517456988796,0.0,0.1415730260368593,0.15372517456988796,0.0,0.031811422690552385,0.5,0.15372517456988796,0.0,0.012820507896046211,0.0,0.5423166787290222,0.09014161343115998 -7843,0.5,0.15372517456988796,0.0,0.3348171118049387,0.15372517456988796,0.0,0.19906804506520573,0.15372517456988796,0.0,0.07722804578300692,0.15372517456988796,0.0,0.12659337576709606,0.15372517456988796,0.0,0.25984779691483506,0.15372517456988796,0.0,0.2711457246522321,0.15372517456988796,0.0,0.3238333848318301,0.15372517456988796,0.0,0.1864260282445681,0.5,0.15372517456988796,0.0,0.1346126083893079,0.15372517456988796,0.0,0.01467155562613601,0.5,0.15372517456988796,0.0,0.04228096827809676,0.15372517456988796,0.0,0.061777707516769635,0.15372517456988796,0.0,0.28774395322141894,0.15372517456988796,0.0,0.23762987329918558,0.15372517456988796,0.0,0.2101333078510907,0.15372517456988796,0.0,0.1539733892572412,0.15372517456988796,0.0,0.04228293338431191,0.5,0.15372517456988796,0.0,0.007504387812763759,0.0,0.5738184961341,0.5174808377126261 -7844,0.5,0.15372517456988796,0.0,0.34129222000738607,0.15372517456988796,0.0,0.2411434655836867,0.15372517456988796,0.0,0.08782441969194849,0.15372517456988796,0.0,0.1415845787145081,0.15372517456988796,0.0,0.31081956914985853,0.15372517456988796,0.0,0.2789430668754922,0.15372517456988796,0.0,0.33431322881190745,0.15372517456988796,0.0,0.21263635308870882,0.5,0.15372517456988796,0.0,0.1725567216840938,0.15372517456988796,0.0,0.018934647734268763,0.5,0.15372517456988796,0.0,0.04646160965418794,0.15372517456988796,0.0,0.0641804761335379,0.15372517456988796,0.0,0.3341980470585943,0.15372517456988796,0.0,0.26182537355334934,0.15372517456988796,0.0,0.22991002406773017,0.15372517456988796,0.0,0.1498673105347786,0.15372517456988796,0.0,0.05320000789023263,0.5,0.15372517456988796,0.0,0.010061135037901507,0.0,0.6347215901846686,0.801109750266488 -7845,0.5,0.15372517456988796,0.0,0.35044574939857015,0.15372517456988796,0.0,0.24773194135794424,0.15372517456988796,0.0,0.09012836520217275,0.15372517456988796,0.0,0.15347686879694536,0.15372517456988796,0.0,0.350152702607269,0.15372517456988796,0.0,0.28851393004825876,0.15372517456988796,0.0,0.3773946712427133,0.15372517456988796,0.0,0.2640857552479321,0.5,0.15372517456988796,0.0,0.19729678721808278,0.15372517456988796,0.0,0.017225110952809302,0.5,0.15372517456988796,0.0,0.04224015016605756,0.15372517456988796,0.0,0.06608800592233799,0.15372517456988796,0.0,0.3642039555413701,0.15372517456988796,0.0,0.2884077210245844,0.15372517456988796,0.0,0.238631791616405,0.15372517456988796,0.0,0.18143750373243347,0.15372517456988796,0.0,0.054585248852317775,0.5,0.15372517456988796,0.0,0.011958465700292535,0.0,0.6929871637754413,0.8895236288414559 -7846,0.5,0.15372517456988796,0.0,0.35380324287760584,0.15372517456988796,0.0,0.27772551083665425,0.15372517456988796,0.0,0.10118090487659032,0.15372517456988796,0.0,0.15816728623835152,0.15372517456988796,0.0,0.40132089706959934,0.15372517456988796,0.0,0.3428004212081533,0.15372517456988796,0.0,0.467800824048054,0.15372517456988796,0.0,0.31988506596066785,0.5,0.15372517456988796,0.0,0.18060768885390593,0.15372517456988796,0.0,0.025176988646342355,0.5,0.15372517456988796,0.0,0.051341421919411635,0.15372517456988796,0.0,0.07110048594440854,0.15372517456988796,0.0,0.38988605344610905,0.15372517456988796,0.0,0.3071316574418365,0.15372517456988796,0.0,0.26215913659456574,0.15372517456988796,0.0,0.21404833661934314,0.15372517456988796,0.0,0.05530539079475822,0.5,0.15372517456988796,0.0,0.013567763813671958,0.0,0.7458427824115629,0.9824138610092931 -7847,0.5,0.15372517456988796,0.0,0.3596357742914813,0.15372517456988796,0.0,0.310792056304209,0.15372517456988796,0.0,0.11865426282564095,0.15372517456988796,0.0,0.16132867877807816,0.15372517456988796,0.0,0.4510980974178444,0.15372517456988796,0.0,0.3903856139198836,0.15372517456988796,0.0,0.5632479028715546,0.15372517456988796,0.0,0.3523792305888272,0.5,0.15372517456988796,0.0,0.1599533744814457,0.15372517456988796,0.0,0.026619254395681875,0.5,0.15372517456988796,0.0,0.0688194512520767,0.15372517456988796,0.0,0.07936501968124464,0.15372517456988796,0.0,0.40532622642196464,0.15372517456988796,0.0,0.31304614533580016,0.15372517456988796,0.0,0.291220339236131,0.15372517456988796,0.0,0.2674540198979032,0.15372517456988796,0.0,0.06723857857142236,0.5,0.15372517456988796,0.0,0.014616871402134345,0.0,0.7908873599863699,0.991856032407249 -7848,0.5,0.15372517456988796,0.0,0.3617305869574659,0.15372517456988796,0.0,0.3226406277797195,0.15372517456988796,0.0,0.13332497381142927,0.15372517456988796,0.0,0.1664370233670082,0.15372517456988796,0.0,0.49004559979405654,0.15372517456988796,0.0,0.4107100927047924,0.15372517456988796,0.0,0.6338167221697021,0.15372517456988796,0.0,0.38415575840664257,0.5,0.15372517456988796,0.0,0.15865769249360182,0.15372517456988796,0.0,0.033202128673549755,0.5,0.15372517456988796,0.0,0.07737811722451245,0.15372517456988796,0.0,0.0821576903147422,0.15372517456988796,0.0,0.44420449481381835,0.15372517456988796,0.0,0.30454144320247767,0.15372517456988796,0.0,0.35939023240658124,0.15372517456988796,0.0,0.3227204274388212,0.15372517456988796,0.0,0.0847318504384855,0.5,0.15372517456988796,0.0,0.016170916318919024,0.0,0.7884124754948973,0.9888849974247249 -7849,0.5,0.15372517456988796,0.0,0.3718257144739574,0.15372517456988796,0.0,0.3724343053891694,0.15372517456988796,0.0,0.15788998652515987,0.15372517456988796,0.0,0.18674684481053672,0.15372517456988796,0.0,0.4812749130618947,0.15372517456988796,0.0,0.3960331075400256,0.15372517456988796,0.0,0.6909569969152667,0.15372517456988796,0.0,0.3349208019934147,0.5,0.15372517456988796,0.0,0.13809655442231886,0.15372517456988796,0.0,0.03445041250046348,0.5,0.15372517456988796,0.0,0.07504685221900055,0.15372517456988796,0.0,0.07328341284069073,0.15372517456988796,0.0,0.4253082991317177,0.15372517456988796,0.0,0.4653300847057668,0.15372517456988796,0.0,0.4641775366994661,0.15372517456988796,0.0,0.3596437367315573,0.15372517456988796,0.0,0.09006447413717705,0.5,0.15372517456988796,0.0,0.017387546099997528,0.0,0.7965125778391524,0.9638716536812875 -7850,0.5,0.15372517456988796,0.0,0.3895391741478401,0.15372517456988796,0.0,0.5125471480914012,0.15372517456988796,0.0,0.19937734695753814,0.15372517456988796,0.0,0.2087910366499352,0.15372517456988796,0.0,0.4401655315935573,0.15372517456988796,0.0,0.25142557215013867,0.15372517456988796,0.0,0.6809183181653746,0.15372517456988796,0.0,0.1731211481656122,0.5,0.15372517456988796,0.0,0.15085611160040036,0.15372517456988796,0.0,0.024291690356359953,0.5,0.15372517456988796,0.0,0.0636358148965973,0.15372517456988796,0.0,0.06769513692267637,0.15372517456988796,0.0,0.5166611999039987,0.15372517456988796,0.0,0.5788949743747623,0.15372517456988796,0.0,0.5324385757772901,0.15372517456988796,0.0,0.3723058667296115,0.15372517456988796,0.0,0.07641136372463618,0.5,0.15372517456988796,0.0,0.016048438385774928,0.0,0.808154548470028,0.8873269444091058 -7851,0.5,0.15372517456988796,0.0,0.4094057481898675,0.15372517456988796,0.0,0.6303974882273017,0.15372517456988796,0.0,0.23872450964780179,0.15372517456988796,0.0,0.22437500108763103,0.15372517456988796,0.0,0.7180002230879592,0.15372517456988796,0.0,0.5043738259149038,0.15372517456988796,0.0,0.5690018495542492,0.15372517456988796,0.0,0.15892271488476528,0.5,0.15372517456988796,0.0,0.2817003477496509,0.15372517456988796,0.0,0.03838060553041717,0.5,0.15372517456988796,0.0,0.054649536569132434,0.15372517456988796,0.0,0.07139563328119021,0.15372517456988796,0.0,0.42954467469202107,0.15372517456988796,0.0,0.6320587872341779,0.15372517456988796,0.0,0.6179648429501701,0.15372517456988796,0.0,0.3269870098187484,0.15372517456988796,0.0,0.07938344505374206,0.5,0.15372517456988796,0.0,0.017049212522487377,0.0,0.8279747081443316,0.6720992355517084 -7852,0.5,0.15372517456988796,0.0,0.4505497595019772,0.15372517456988796,0.0,0.697266886325195,0.15372517456988796,0.0,0.28751044178626106,0.15372517456988796,0.0,0.23261149329637876,0.15372517456988796,0.0,0.7138145528848697,0.15372517456988796,0.0,0.6863184055159084,0.15372517456988796,0.0,0.4292196184775886,0.15372517456988796,0.0,0.2629454670412019,0.5,0.15372517456988796,0.0,0.284138562828795,0.15372517456988796,0.0,0.03504494030220749,0.5,0.15372517456988796,0.0,0.0622484605491864,0.15372517456988796,0.0,0.07253210229071183,0.15372517456988796,0.0,0.6999259436599543,0.15372517456988796,0.0,0.6901485872518534,0.15372517456988796,0.0,0.6408705681003554,0.15372517456988796,0.0,0.27891724624480196,0.15372517456988796,0.0,0.08007822424562108,0.5,0.15372517456988796,0.0,0.02267656925088671,0.0,0.8532584095690877,0.7351790695231021 -7853,0.5,0.15372517456988796,0.0,0.5026725877493069,0.15372517456988796,0.0,0.6653645773744513,0.15372517456988796,0.0,0.29909033060017604,0.15372517456988796,0.0,0.2444434639415103,0.15372517456988796,0.0,0.6464220924556904,0.15372517456988796,0.0,0.4432035051897724,0.15372517456988796,0.0,0.46219182371597467,0.15372517456988796,0.0,0.28587005300496005,0.5,0.15372517456988796,0.0,0.2062270804753295,0.15372517456988796,0.0,0.021675793416357763,0.5,0.15372517456988796,0.0,0.06830012156693165,0.15372517456988796,0.0,0.06333723119705385,0.15372517456988796,0.0,0.8515842503235916,0.15372517456988796,0.0,0.7377394348027715,0.15372517456988796,0.0,0.6051927055488883,0.15372517456988796,0.0,0.24818868532055424,0.15372517456988796,0.0,0.068047845873405,0.5,0.15372517456988796,0.0,0.019478451556922384,0.0,0.8802081087386098,0.8180848026484482 -7854,0.5,0.15372517456988796,0.0,0.5519209147533933,0.15372517456988796,0.0,0.8948709286989819,0.15372517456988796,0.0,0.2870962567053047,0.15372517456988796,0.0,0.2499199174074004,0.15372517456988796,0.0,0.48218198479003427,0.15372517456988796,0.0,0.2994771773198292,0.15372517456988796,0.0,0.4160432906973661,0.15372517456988796,0.0,0.22005385316694673,0.5,0.15372517456988796,0.0,0.1332449083350254,0.15372517456988796,0.0,0.03438380142813099,0.5,0.15372517456988796,0.0,0.0735859396359656,0.15372517456988796,0.0,0.05658678802883584,0.15372517456988796,0.0,0.7272108363274556,0.15372517456988796,0.0,0.5766213818127586,0.15372517456988796,0.0,0.5738030694065415,0.15372517456988796,0.0,0.3012151548573725,0.15372517456988796,0.0,0.06524046651865309,0.5,0.15372517456988796,0.0,0.015855135674711737,0.0,0.8936845810270316,0.7901218347648378 -7855,0.5,0.15372517456988796,0.0,0.5740757980608668,0.15372517456988796,0.0,0.7017218257562516,0.15372517456988796,0.0,0.2722559214977979,0.15372517456988796,0.0,0.2792895022372931,0.15372517456988796,0.0,0.3065484177862516,0.15372517456988796,0.0,0.263714219348295,0.15372517456988796,0.0,0.4222163413037461,0.15372517456988796,0.0,0.1861120257582634,0.5,0.15372517456988796,0.0,0.0796111296999689,0.15372517456988796,0.0,0.031215381602858985,0.5,0.15372517456988796,0.0,0.06711640564364188,0.15372517456988796,0.0,0.0636584196710959,0.15372517456988796,0.0,0.6747635850177863,0.15372517456988796,0.0,0.46838575977386154,0.15372517456988796,0.0,0.5267079296271125,0.15372517456988796,0.0,0.30527972591299524,0.15372517456988796,0.0,0.06483914598511,0.5,0.15372517456988796,0.0,0.01769361875411203,0.0,0.8625926706223412,0.7270869768591831 -7856,0.5,0.15372517456988796,0.0,0.5444844329255334,0.15372517456988796,0.0,0.5816985531637126,0.15372517456988796,0.0,0.27697419430316117,0.15372517456988796,0.0,0.32013904918511193,0.15372517456988796,0.0,0.16851074899325044,0.15372517456988796,0.0,0.1550058174983555,0.15372517456988796,0.0,0.33777530577774795,0.15372517456988796,0.0,0.21940090715231797,0.5,0.15372517456988796,0.0,0.07033125801588677,0.15372517456988796,0.0,0.025036103817448783,0.5,0.15372517456988796,0.0,0.07612609655277455,0.15372517456988796,0.0,0.05625148452539007,0.15372517456988796,0.0,0.5094363508486891,0.15372517456988796,0.0,0.3186898888433261,0.15372517456988796,0.0,0.5132121540968124,0.15372517456988796,0.0,0.2894910646053171,0.15372517456988796,0.0,0.061521934867858834,0.5,0.15372517456988796,0.0,0.01831299895411375,0.0,0.7184133278754415,0.7438494383532919 -7857,0.5,0.15372517456988796,0.000383215126358177,0.5058904969635557,0.15372517456988796,0.0007102058612000164,0.2472388111528198,0.15372517456988796,0.0030470474404847956,0.22003908780754058,0.15372517456988796,0.0023045447257924083,0.3074287578302894,0.15372517456988796,0.0016845172421869,0.07884738450256759,0.15372517456988796,0.0012407352935771463,0.07616864741590741,0.15372517456988796,0.0003658334147849974,0.2918120519601773,0.15372517456988796,9.559085632958858e-05,0.22516049530632182,0.5,0.15372517456988796,0.0014036459678252874,0.07942371074166554,0.15372517456988796,0.024440716618151993,0.016213928503666625,0.5,0.15372517456988796,0.007598905409405416,0.06275662407984081,0.15372517456988796,0.01913262720078079,0.04466055549573459,0.15372517456988796,0.0005073965429253022,0.4289398403865868,0.15372517456988796,0.0006482828723584573,0.2333697156165473,0.15372517456988796,0.0004851079591282953,0.44374553288275764,0.15372517456988796,0.0003982191504862756,0.2449595759384985,0.15372517456988796,0.010530664303153376,0.0651650683814898,0.5,0.15372517456988796,0.02377295248473907,0.014310727273579203,0.0,0.9746075630777989,0.7972395355966774 -7858,0.5,0.15372517456988796,0.0027423725001388083,0.4552832956542622,0.15372517456988796,0.007853468005450386,0.16663214021304362,0.15372517456988796,0.011545273700307156,0.1803848706598364,0.15372517456988796,0.009239736541815858,0.27054323085240223,0.15372517456988796,0.06979821594829504,0.06158399529585654,0.15372517456988796,0.05433340103135688,0.04874630080618965,0.15372517456988796,0.007210005986951291,0.2571675082994782,0.15372517456988796,0.0019983305377513027,0.1942411977654711,0.5,0.15372517456988796,0.010377561194390865,0.08396432323361724,0.15372517456988796,0.09829380481213087,0.012833091904134375,0.5,0.15372517456988796,0.044897660528651316,0.06803083889222769,0.15372517456988796,0.09714598707666042,0.033522573002651095,0.15372517456988796,0.010817080875519872,0.36221244839377587,0.15372517456988796,0.022755745017566352,0.19930664612475857,0.15372517456988796,0.007658454621840343,0.3720131959720053,0.15372517456988796,0.0010741754876148419,0.23576264031969515,0.15372517456988796,0.049734746139803845,0.07066733475834665,0.5,0.15372517456988796,0.07866210034147088,0.009472282771817489,0.0,0.9893632677801774,0.8411739402873029 -7859,0.5,0.15372517456988796,0.013747941794088475,0.545585024593886,0.15372517456988796,0.015891522867526,0.14164116353390682,0.15372517456988796,0.008568622273146349,0.278512698532157,0.15372517456988796,0.01331867863489129,0.238302603570726,0.15372517456988796,0.22457881166185562,0.07235653646739328,0.15372517456988796,0.19945298035351566,0.0345342026557847,0.15372517456988796,0.029400964853621123,0.18186840011576133,0.15372517456988796,0.011062944475571587,0.1603903281406483,0.5,0.15372517456988796,0.01375905188437071,0.09806969691048949,0.15372517456988796,0.16688196543541567,0.010877737765077927,0.5,0.15372517456988796,0.07693680118214105,0.08735449531771848,0.15372517456988796,0.16769560156606458,0.025315641974020954,0.15372517456988796,0.039343206555659475,0.3331319114269775,0.15372517456988796,0.08296747334614679,0.19323390949092661,0.15372517456988796,0.032855526068381935,0.29330366413963277,0.15372517456988796,0.0033391250148268165,0.25435638459854004,0.15372517456988796,0.0746031267788669,0.06970653607990134,0.5,0.15372517456988796,0.1450804337541513,0.008200371811259329,0.0,0.9238429656793,0.8230940133982351 -7860,0.5,0.15372517456988796,0.03393368465824589,0.5839173808096603,0.15372517456988796,0.03277241088812002,0.14061134634011108,0.15372517456988796,0.006971348662493624,0.3745338587200922,0.15372517456988796,0.013938778153664668,0.21709902851953566,0.15372517456988796,0.36572261787833693,0.09567455993025402,0.15372517456988796,0.3316115344921702,0.03229420369218602,0.15372517456988796,0.08164016039167564,0.11994479533000776,0.15372517456988796,0.0418413117918497,0.1186630751885219,0.5,0.15372517456988796,0.012195957629626546,0.10451188083162816,0.15372517456988796,0.2092499874332614,0.009583582087296226,0.5,0.15372517456988796,0.09891327207729626,0.13471311003934147,0.15372517456988796,0.20259307598065826,0.023203164567843142,0.15372517456988796,0.08483855254670586,0.31893898767125073,0.15372517456988796,0.16963053354539556,0.20928214544827134,0.15372517456988796,0.061614637211256415,0.22151113533648378,0.15372517456988796,0.0070323415340247785,0.2535507246257202,0.15372517456988796,0.08594041165373661,0.06718862408086161,0.5,0.15372517456988796,0.1800949549080187,0.008522437810252567,0.0,0.8953308301888632,0.7854003583123398 -7861,0.5,0.15372517456988796,0.04558044239678262,0.5723896541735068,0.15372517456988796,0.05440539338713738,0.15413383830620014,0.15372517456988796,0.007709666272305052,0.42339275283780337,0.15372517456988796,0.010114068231901786,0.2713184830534583,0.15372517456988796,0.4246683916802152,0.11329284345068712,0.15372517456988796,0.3828464267687467,0.029650428232964644,0.15372517456988796,0.13975949423507356,0.07242757745346241,0.15372517456988796,0.05209312085422717,0.0674462896016994,0.5,0.15372517456988796,0.010307135775976257,0.09318440874018545,0.15372517456988796,0.21414357236489448,0.009267928462212888,0.5,0.15372517456988796,0.10018192601619808,0.13593721707370354,0.15372517456988796,0.21116069656541747,0.023416199994506188,0.15372517456988796,0.11918050095796362,0.3297626147425151,0.15372517456988796,0.24723246201353355,0.2553095420176259,0.15372517456988796,0.09346303727814007,0.16692333675775886,0.15372517456988796,0.016194404128196144,0.20196574209861404,0.15372517456988796,0.07210996787774518,0.05724466249879886,0.5,0.15372517456988796,0.16451930594060513,0.010593383149954106,0.0,0.884057966846214,0.7704451794353999 -7862,0.5,0.15372517456988796,0.04726349470334916,0.4371842788970046,0.15372517456988796,0.0622243402627974,0.16858526127037926,0.15372517456988796,0.013963902016279844,0.3441661908465185,0.15372517456988796,0.003561644264545339,0.2757692735186484,0.15372517456988796,0.39209584549263665,0.11994852403293728,0.15372517456988796,0.3660406866634227,0.03386194526445812,0.15372517456988796,0.1875928937236591,0.05154480017785749,0.15372517456988796,0.06485739950939987,0.035453371153766546,0.5,0.15372517456988796,0.00626837215242771,0.07126947656982983,0.15372517456988796,0.13230499331975884,0.011648218504422577,0.5,0.15372517456988796,0.07860054051325353,0.09225284542630234,0.15372517456988796,0.20087032471334834,0.020388995602543404,0.15372517456988796,0.16563118642850802,0.34815990551678655,0.15372517456988796,0.2776389714983747,0.3116973958834312,0.15372517456988796,0.11425904634224451,0.12814511124035374,0.15372517456988796,0.02802588407868711,0.1512406220444103,0.15372517456988796,0.05326185450878272,0.03590235213159065,0.5,0.15372517456988796,0.12453719094997884,0.011866047268914316,0.0,0.7790119744985495,0.7412509810290854 -7863,0.5,0.15372517456988796,0.03008432052693293,0.28954435832261055,0.15372517456988796,0.03090201574833337,0.15287960366202386,0.15372517456988796,0.011517812970053127,0.27848869808160615,0.15372517456988796,0.0028110937596104494,0.28156740841845435,0.15372517456988796,0.2977786702556688,0.07865455090241386,0.15372517456988796,0.28400394294015036,0.01564544577459866,0.15372517456988796,0.16411462150839565,0.03152825804566617,0.15372517456988796,0.05569202659477217,0.03142482120530476,0.5,0.15372517456988796,0.0032353167277923336,0.05059982831731932,0.15372517456988796,0.0781635185246567,0.014569863118614695,0.5,0.15372517456988796,0.03787580224006074,0.05015606500110264,0.15372517456988796,0.16792684613145742,0.013376632630347976,0.15372517456988796,0.1221049761558061,0.31973041364216914,0.15372517456988796,0.2207358904594076,0.2903565937514607,0.15372517456988796,0.1060991202487813,0.08153078032588292,0.15372517456988796,0.03215295745126807,0.12305191926148028,0.15372517456988796,0.024577703354865657,0.02844715558466039,0.5,0.15372517456988796,0.06632070680243499,0.012680943535845434,0.0,0.7157591535222181,0.649912151381125 -7864,0.5,0.15372517456988796,0.0,0.1899758142716904,0.15372517456988796,0.0,0.16578215748356287,0.15372517456988796,8.769539493780645e-05,0.204648977098418,0.15372517456988796,0.00010965555737078865,0.2308601259420948,0.15372517456988796,0.04197178996478282,0.04649091313450462,0.15372517456988796,0.08464803106542074,0.006838356842008359,0.15372517456988796,0.05204672786522074,0.007763093786388291,0.15372517456988796,0.022042024136470155,0.047531880143584795,0.5,0.15372517456988796,0.0019197991729515379,0.051006534770936585,0.15372517456988796,0.044590785869354735,0.0179239135398511,0.5,0.15372517456988796,0.008980786422181374,0.020042430929846373,0.15372517456988796,0.08716169448791246,0.011314009430205663,0.15372517456988796,0.0,0.3201247765122869,0.15372517456988796,0.0,0.23167424044727658,0.15372517456988796,0.0005431206198398302,0.05800667790075725,0.15372517456988796,0.010853906277073944,0.10812473235913636,0.15372517456988796,0.004169497715595988,0.029615827831256304,0.5,0.15372517456988796,0.017352940732041244,0.01081538009571812,0.0,0.6982545164382712,0.47344202269571223 -7865,0.5,0.15372517456988796,0.0,0.1455449192370794,0.15372517456988796,0.0,0.17672239197791162,0.15372517456988796,0.0,0.1232862681304307,0.15372517456988796,0.0,0.17908251448816367,0.15372517456988796,0.0,0.03596844017042026,0.15372517456988796,0.0,0.004249016944579235,0.15372517456988796,0.0,0.0019100431045850476,0.15372517456988796,0.0,0.04817666654869037,0.5,0.15372517456988796,0.0,0.08040250833865223,0.15372517456988796,0.0,0.01535328733253026,0.5,0.15372517456988796,0.0,0.0251232304811702,0.15372517456988796,0.0,0.005657666237146729,0.15372517456988796,0.0,0.3220239739666036,0.15372517456988796,0.0,0.18877711851394804,0.15372517456988796,0.0,0.055244152772502705,0.15372517456988796,0.0,0.09841587440277884,0.15372517456988796,0.0,0.06864211670657949,0.5,0.15372517456988796,0.0,0.008634926186592489,0.0,0.7363719901535637,0.46004576666697433 -7866,0.5,0.15372517456988796,0.0,0.12630568241418405,0.15372517456988796,0.0,0.14811838382054218,0.15372517456988796,0.0,0.05290040846185461,0.15372517456988796,0.0,0.11565477709415135,0.15372517456988796,0.0,0.029792104098465933,0.15372517456988796,0.0,0.0033947851681604786,0.15372517456988796,0.0,0.001399094638331602,0.15372517456988796,0.0,0.037735328742780905,0.5,0.15372517456988796,0.0,0.1318884424221053,0.15372517456988796,0.0,0.011855362990452742,0.5,0.15372517456988796,0.0,0.1061816922223895,0.15372517456988796,0.0,0.004118033879362182,0.15372517456988796,0.0,0.30676355070413536,0.15372517456988796,0.0,0.16718659317948614,0.15372517456988796,0.0,0.04978176497492922,0.15372517456988796,0.0,0.08533432239823792,0.15372517456988796,0.0,0.16029040997334926,0.5,0.15372517456988796,0.0,0.006490511943513719,0.0,0.7476523332201974,0.494069710790132 -7867,0.5,0.15372517456988796,0.0,0.12807306572982605,0.15372517456988796,0.0,0.13331028009587895,0.15372517456988796,0.0,0.02015580362704191,0.15372517456988796,0.0,0.06443979102383503,0.15372517456988796,0.0,0.025094905383021948,0.15372517456988796,0.0,0.0039801596362031705,0.15372517456988796,0.0,0.0017768132733842704,0.15372517456988796,0.0,0.02339369714425149,0.5,0.15372517456988796,0.0,0.16945999011438562,0.15372517456988796,0.0,0.012960722634799415,0.5,0.15372517456988796,0.0,0.2673803492994093,0.15372517456988796,0.0,0.005511777584694988,0.15372517456988796,0.0,0.31388453222622786,0.15372517456988796,0.0,0.15505259573234997,0.15372517456988796,0.0,0.049793514719334186,0.15372517456988796,0.0,0.048613068713533616,0.15372517456988796,0.0,0.2001791733959951,0.5,0.15372517456988796,0.0,0.00540841070107414,0.0,0.7329940566197162,0.582718856202441 -7868,0.5,0.15372517456988796,0.0,0.13494586453284307,0.15372517456988796,0.0,0.127921620548556,0.15372517456988796,0.0,0.011619063174913508,0.15372517456988796,0.0,0.03771773302921448,0.15372517456988796,0.0,0.02192678470942583,0.15372517456988796,0.0,0.006547820946930106,0.15372517456988796,0.0,0.002225501828479356,0.15372517456988796,0.0,0.012563160914927683,0.5,0.15372517456988796,0.0,0.17101438079270825,0.15372517456988796,0.0,0.015532301707934437,0.5,0.15372517456988796,0.0,0.2884625356778514,0.15372517456988796,0.0,0.010692417940773509,0.15372517456988796,0.0,0.3502743637682092,0.15372517456988796,0.0,0.14740944609002163,0.15372517456988796,0.0,0.048491449044156164,0.15372517456988796,0.0,0.024136306796558333,0.15372517456988796,0.0,0.15718493942949816,0.5,0.15372517456988796,0.0,0.004884235487506772,0.0,0.7163391690769277,0.5960571812989108 -7869,0.5,0.15372517456988796,0.0,0.13545070416773364,0.15372517456988796,0.0,0.1330987612466942,0.15372517456988796,0.0,0.010510917979767026,0.15372517456988796,0.0,0.0262649550788361,0.15372517456988796,0.0,0.017325726715682457,0.15372517456988796,0.0,0.010628472302239195,0.15372517456988796,0.0,0.003182955053554373,0.15372517456988796,0.0,0.008661955579467416,0.5,0.15372517456988796,0.0,0.1469077142971797,0.15372517456988796,0.0,0.007934120214766643,0.5,0.15372517456988796,0.0,0.1966174132731526,0.15372517456988796,0.0,0.012762492498617228,0.15372517456988796,0.0,0.4118337409288879,0.15372517456988796,0.0,0.129830009459263,0.15372517456988796,0.0,0.04664393450058294,0.15372517456988796,0.0,0.016263210484281136,0.15372517456988796,0.0,0.11096146372273061,0.5,0.15372517456988796,0.0,0.0058540504756841244,0.0,0.7090111779416413,0.4547666406832255 -7870,0.5,0.15372517456988796,0.0,0.13243849535061097,0.15372517456988796,0.0,0.12853034578139744,0.15372517456988796,0.0,0.009924651878291566,0.15372517456988796,0.0,0.020036954523248652,0.15372517456988796,0.0,0.007787946051155859,0.15372517456988796,0.0,0.011279569630159594,0.15372517456988796,0.0,0.0035218454667980095,0.15372517456988796,0.0,0.009686912652324773,0.5,0.15372517456988796,0.0,0.11974995713707556,0.15372517456988796,0.0,0.001191977021495077,0.5,0.15372517456988796,0.0,0.13467773497975002,0.15372517456988796,0.0,0.010092317588039995,0.15372517456988796,0.0,0.4135212051828404,0.15372517456988796,0.0,0.09183021615190255,0.15372517456988796,0.0,0.04424161956284105,0.15372517456988796,0.0,0.014046478912556127,0.15372517456988796,0.0,0.0854967941108907,0.5,0.15372517456988796,0.0,0.006441857439553297,0.0,0.7135667944830856,0.3085127165445238 -7871,0.5,0.15372517456988796,0.0,0.12346778587177723,0.15372517456988796,0.0,0.08851760520690108,0.15372517456988796,0.0,0.010601220721982588,0.15372517456988796,0.0,0.019438725006511344,0.15372517456988796,0.0,0.0034508846312245657,0.15372517456988796,0.0,0.01347410976529505,0.15372517456988796,0.0,0.0029620259114827973,0.15372517456988796,0.0,0.014450901233034632,0.5,0.15372517456988796,0.0,0.10173459918521562,0.15372517456988796,0.0,0.00039023810708207037,0.5,0.15372517456988796,0.0,0.12962266628482205,0.15372517456988796,0.0,0.010580205643391316,0.15372517456988796,0.0,0.33554675899063463,0.15372517456988796,0.0,0.05573511189300773,0.15372517456988796,0.0,0.03527616128641425,0.15372517456988796,0.0,0.015094263788012818,0.15372517456988796,0.0,0.07965382407514125,0.5,0.15372517456988796,0.0,0.007800619189414932,0.0,0.7410122781972028,0.12093380066370614 -7872,0.5,0.15372517456988796,0.0,0.10202935730603437,0.15372517456988796,0.0,0.061984808721122026,0.15372517456988796,0.0,0.00976714200198508,0.15372517456988796,0.0,0.020960893054016,0.15372517456988796,0.0,0.0024558820747935537,0.15372517456988796,0.0,0.015627942873244434,0.15372517456988796,0.0,0.005498074989203069,0.15372517456988796,0.0,0.020128224121706288,0.5,0.15372517456988796,0.0,0.09749812097467814,0.15372517456988796,0.0,0.0011046070819642824,0.5,0.15372517456988796,0.0,0.13967427466934038,0.15372517456988796,0.0,0.016650980159758823,0.15372517456988796,0.0,0.25867830728469926,0.15372517456988796,0.0,0.035497243774925996,0.15372517456988796,0.0,0.025840354305854858,0.15372517456988796,0.0,0.01764930992371164,0.15372517456988796,0.0,0.08330357535799904,0.5,0.15372517456988796,0.0,0.012958125922438286,0.0,0.7986026139057237,0.02242874055177673 -7873,0.5,0.15372517456988796,0.0,0.07789714216119588,0.15372517456988796,0.0,0.04889456329549051,0.15372517456988796,0.0,0.006561293459892047,0.15372517456988796,0.0,0.02132571086645573,0.15372517456988796,0.0,0.0017541531301066818,0.15372517456988796,0.0,0.019331326718823982,0.15372517456988796,0.0,0.009127893638839006,0.15372517456988796,0.0,0.023329526768795482,0.5,0.15372517456988796,0.0,0.09237139745424411,0.15372517456988796,0.0,0.002941105734014371,0.5,0.15372517456988796,0.0,0.17173960179693848,0.15372517456988796,0.0,0.018096619691649985,0.15372517456988796,0.0,0.1538598404157383,0.15372517456988796,0.0,0.03189348077328802,0.15372517456988796,0.0,0.0198921952447705,0.15372517456988796,0.0,0.017959207838407962,0.15372517456988796,0.0,0.09815658515002285,0.5,0.15372517456988796,0.0,0.020055131220290564,0.0,0.6353698864264277,0.017991710416332223 -7874,0.5,0.15372517456988796,0.0,0.062288671821932574,0.15372517456988796,0.0,0.04708740729562479,0.15372517456988796,0.0,0.0046862776761262175,0.15372517456988796,0.0,0.01962710093597885,0.15372517456988796,0.0,0.004590238020443198,0.15372517456988796,0.0,0.025038180435139272,0.15372517456988796,0.0,0.013101220303405362,0.15372517456988796,0.0,0.025988868825863466,0.5,0.15372517456988796,0.0,0.07836712962680842,0.15372517456988796,0.0,0.00481366784270734,0.5,0.15372517456988796,0.0,0.22650517729822844,0.15372517456988796,0.0,0.019085034571073543,0.15372517456988796,0.0,0.07876548027513855,0.15372517456988796,0.0,0.037041219911791726,0.15372517456988796,0.0,0.016744691845140994,0.15372517456988796,0.0,0.01909346539528646,0.15372517456988796,0.0,0.11200232278766509,0.5,0.15372517456988796,0.0,0.027939147284990862,0.0,0.5197299220480869,0.08909962878441435 -7875,0.5,0.15372517456988796,0.0,0.05990191166506595,0.15372517456988796,0.0,0.059142945122319185,0.15372517456988796,0.0,0.003078936349711246,0.15372517456988796,0.0,0.019294215061315,0.15372517456988796,0.0,0.007920334936495306,0.15372517456988796,0.0,0.03105328404535925,0.15372517456988796,0.0,0.017868034561626105,0.15372517456988796,0.0,0.032087271108107815,0.5,0.15372517456988796,0.0,0.06728970533116374,0.15372517456988796,0.0,0.008848795312085052,0.5,0.15372517456988796,0.0,0.2571184734880161,0.15372517456988796,0.0,0.02425578120662992,0.15372517456988796,0.0,0.052133775777825984,0.15372517456988796,0.0,0.046632478232390695,0.15372517456988796,0.0,0.014082374223679112,0.15372517456988796,0.0,0.01699305276021769,0.15372517456988796,0.0,0.1008740750173778,0.5,0.15372517456988796,0.0,0.03983337841580137,0.0,0.6094316718361175,0.20466384011688454 -7876,0.5,0.15372517456988796,0.0,0.058703265685473516,0.15372517456988796,0.0,0.06526155539981271,0.15372517456988796,0.0,0.0016817288234025982,0.15372517456988796,0.0,0.019559390208236438,0.15372517456988796,0.0,0.007600682904039504,0.15372517456988796,0.0,0.035123108413704016,0.15372517456988796,0.0,0.024756513531645766,0.15372517456988796,0.0,0.0363034257356581,0.5,0.15372517456988796,0.0,0.06831396619177808,0.15372517456988796,0.0,0.014826335617642145,0.5,0.15372517456988796,0.0,0.21785298331497466,0.15372517456988796,0.0,0.03140366445176699,0.15372517456988796,0.0,0.06494757442956282,0.15372517456988796,0.0,0.04677359029935044,0.15372517456988796,0.0,0.011453311628424931,0.15372517456988796,0.0,0.016410437724564964,0.15372517456988796,0.0,0.08056322457589898,0.5,0.15372517456988796,0.0,0.048727971701414144,0.0,0.6502808800949479,0.22779230447991303 -7877,0.5,0.15372517456988796,0.0,0.05551759107174168,0.15372517456988796,0.0,0.059786210631724276,0.15372517456988796,0.0,0.0017305426733241298,0.15372517456988796,0.0,0.01755720035521611,0.15372517456988796,0.0,0.00645861930387095,0.15372517456988796,0.0,0.0346322732786681,0.15372517456988796,0.0,0.028907652797694583,0.15372517456988796,0.0,0.04051106952226251,0.5,0.15372517456988796,0.0,0.07814050585320723,0.15372517456988796,0.0,0.020237512933041005,0.5,0.15372517456988796,0.0,0.18785619462578906,0.15372517456988796,0.0,0.03097158604719003,0.15372517456988796,0.0,0.09932322779100547,0.15372517456988796,0.0,0.033335997745119014,0.15372517456988796,0.0,0.008973718434698847,0.15372517456988796,0.0,0.016275501715681578,0.15372517456988796,0.0,0.0685777559935925,0.5,0.15372517456988796,0.0,0.04933596404313059,0.0,0.4905311329121149,0.16874724678875563 -7878,0.5,0.15372517456988796,0.0,0.05057914806778398,0.15372517456988796,0.0,0.046868306265555736,0.15372517456988796,0.0,0.0025161186195349554,0.15372517456988796,0.0,0.014555922341572656,0.15372517456988796,0.0,0.003968693385004679,0.15372517456988796,0.0,0.04015236753753454,0.15372517456988796,0.0,0.031812372319391005,0.15372517456988796,0.0,0.04808801773003306,0.5,0.15372517456988796,0.0,0.08344537601162076,0.15372517456988796,0.0,0.023102736169740422,0.5,0.15372517456988796,0.0,0.1719202480930683,0.15372517456988796,0.0,0.030893273416675242,0.15372517456988796,0.0,0.1100641043607602,0.15372517456988796,0.0,0.020974349102658083,0.15372517456988796,0.0,0.0068142302494345755,0.15372517456988796,0.0,0.01955869793541915,0.15372517456988796,0.0,0.07910342627187848,0.5,0.15372517456988796,0.0,0.06119929628119036,0.0,0.3377824738913229,0.08673974019804323 -7879,0.5,0.15372517456988796,0.0,0.047815944134020995,0.15372517456988796,0.0,0.033639930011472884,0.15372517456988796,0.0,0.005283630849245406,0.15372517456988796,0.0,0.012496924038406071,0.15372517456988796,0.0,0.0032562815503013377,0.15372517456988796,0.0,0.05185974179854602,0.15372517456988796,0.0,0.037382145186379855,0.15372517456988796,0.0,0.05694354652442268,0.5,0.15372517456988796,0.0,0.08614525600174155,0.15372517456988796,0.0,0.026339685153870352,0.5,0.15372517456988796,0.0,0.16759117727285436,0.15372517456988796,0.0,0.03364084901673777,0.15372517456988796,0.0,0.0765912631472367,0.15372517456988796,0.0,0.0132624418192302,0.15372517456988796,0.0,0.006894545989938862,0.15372517456988796,0.0,0.026625522378913045,0.15372517456988796,0.0,0.09338924929129469,0.5,0.15372517456988796,0.0,0.09033431633148957,0.0,0.2878207129756737,0.032577509133177675 -7880,0.5,0.15372517456988796,0.0,0.04715966170430803,0.15372517456988796,0.0,0.023013077708213613,0.15372517456988796,0.0,0.008829558478088431,0.15372517456988796,0.0,0.011146114658989223,0.15372517456988796,0.0,0.006593566969359492,0.15372517456988796,0.0,0.061897367265413186,0.15372517456988796,0.0,0.04890948272529811,0.15372517456988796,0.0,0.06399104531684655,0.5,0.15372517456988796,0.0,0.08742230482799619,0.15372517456988796,0.0,0.035421751685399114,0.5,0.15372517456988796,0.0,0.2012272361803905,0.15372517456988796,0.0,0.04604434755604547,0.15372517456988796,0.0,0.03617555599048067,0.15372517456988796,0.0,0.010729161542252837,0.15372517456988796,0.0,0.006072647590199572,0.15372517456988796,0.0,0.032757675373701015,0.15372517456988796,0.0,0.1060934673104534,0.5,0.15372517456988796,0.0,0.13351506336668303,0.0,0.2963665931409216,0.009039885050713578 -7881,0.5,0.15372517456988796,0.003349171047842089,0.04347002198315315,0.15372517456988796,0.004829207640333204,0.02209093621503549,0.15372517456988796,0.021499842180670973,0.00919377683935434,0.15372517456988796,0.007964263680268107,0.011251569479825365,0.15372517456988796,0.003152203840599968,0.01711212779264278,0.15372517456988796,0.003922452005589384,0.07549104733270254,0.15372517456988796,0.006570736748753714,0.059891240675696025,0.15372517456988796,0.006774627538954653,0.06443134594299205,0.5,0.15372517456988796,0.002536968760119114,0.09911567747120176,0.15372517456988796,0.008049869317310571,0.04672273368315913,0.5,0.15372517456988796,0.005602250616894407,0.2419762195851749,0.15372517456988796,0.0061696140133414784,0.06438134611752416,0.15372517456988796,0.0021181678042484094,0.017035632666715872,0.15372517456988796,0.0023980218615204467,0.012181149464166006,0.15372517456988796,0.007966052577417957,0.004073851815909384,0.15372517456988796,0.01488399042045112,0.03383531523944687,0.15372517456988796,0.039063784009315365,0.11264655682816221,0.5,0.15372517456988796,0.010861435726922046,0.17356162960590105,0.0,0.2579581430719837,0.0025398435018118997 -7882,0.5,0.15372517456988796,0.03598621089947114,0.0358980472144105,0.15372517456988796,0.12019725571004106,0.033611408336547514,0.15372517456988796,0.14793716549993585,0.006693186998603135,0.15372517456988796,0.05207288266651243,0.011222969528826298,0.15372517456988796,0.11240856040049729,0.0308437488625548,0.15372517456988796,0.1429781441349077,0.0853975003167104,0.15372517456988796,0.1526286407932397,0.06412452945096367,0.15372517456988796,0.13861221566507975,0.06332635535952427,0.5,0.15372517456988796,0.02984864204531549,0.12576857756537685,0.15372517456988796,0.03663057456150624,0.0640045829538411,0.5,0.15372517456988796,0.0378740252111826,0.29476238156687273,0.15372517456988796,0.035018925172078365,0.09617354607074195,0.15372517456988796,0.09402645321260014,0.016416070796054234,0.15372517456988796,0.09750386737711882,0.013674680982506212,0.15372517456988796,0.1347453627918536,0.004082618108118294,0.15372517456988796,0.1778227741267699,0.033320261383622804,0.15372517456988796,0.1876587638068867,0.12216762078994114,0.5,0.15372517456988796,0.048691101624413945,0.19360998456860248,0.0,0.1544698562947601,0.0007388714877659605 -7883,0.5,0.15372517456988796,0.059960670792486355,0.032670778460202644,0.15372517456988796,0.22520311842983987,0.03109425458568445,0.15372517456988796,0.25414891829549957,0.004933718378858577,0.15372517456988796,0.10546129899482014,0.012596436349830556,0.15372517456988796,0.2401970799119783,0.04930758289207591,0.15372517456988796,0.2953969728131447,0.10248216716587191,0.15372517456988796,0.3001548416207176,0.07031779998533486,0.15372517456988796,0.2457418920418114,0.06860420760826577,0.5,0.15372517456988796,0.0581227217013,0.13622909450937423,0.15372517456988796,0.06307243865603457,0.08679776342514094,0.5,0.15372517456988796,0.07196656351355284,0.3352980882264899,0.15372517456988796,0.06588208985559824,0.10914299907398436,0.15372517456988796,0.21568967675954342,0.021878300635081796,0.15372517456988796,0.20833023746666265,0.015383390359882574,0.15372517456988796,0.24080203438591086,0.004803175971937557,0.15372517456988796,0.3271824674521773,0.03176795270454298,0.15372517456988796,0.3319920618606429,0.1620551817833082,0.5,0.15372517456988796,0.0899426550284856,0.21466418609363466,0.0,0.06913585449213233,0.00020992809652828806 -7884,0.5,0.15372517456988796,0.07288861750812947,0.03753921858455358,0.15372517456988796,0.30847994509393745,0.014658717357511826,0.15372517456988796,0.3181419021270873,0.005271433829067888,0.15372517456988796,0.1380782770929871,0.016987114912403102,0.15372517456988796,0.32859655015075,0.07936070251332128,0.15372517456988796,0.3983985985000221,0.14185277722681178,0.15372517456988796,0.4015862025199163,0.08493048856323981,0.15372517456988796,0.2807658365963936,0.10923088366370429,0.5,0.15372517456988796,0.07810072685375052,0.15867195499593276,0.15372517456988796,0.08152223830564254,0.11323068334806638,0.5,0.15372517456988796,0.10510323758426195,0.3036000079519023,0.15372517456988796,0.09261480741390131,0.09657099961855659,0.15372517456988796,0.3055646563470602,0.0212040718998832,0.15372517456988796,0.2884527447876701,0.019753219797896147,0.15372517456988796,0.3048534737352998,0.005347511337096976,0.15372517456988796,0.42091281907471334,0.033974045164263084,0.15372517456988796,0.4243203482420852,0.1942827801066325,0.5,0.15372517456988796,0.12944772769528884,0.2082730610076957,0.0,0.0450051731110594,0.0008785058739510028 -7885,0.5,0.15372517456988796,0.07570580002244054,0.03473063797174293,0.15372517456988796,0.3717720182803761,0.00627565348190021,0.15372517456988796,0.34808682149477804,0.011755471045472294,0.15372517456988796,0.13812275031465876,0.022155142919032818,0.15372517456988796,0.37016406521401646,0.11303155539604909,0.15372517456988796,0.43244891867316393,0.18877599403556072,0.15372517456988796,0.4398398965356898,0.12165374240652364,0.15372517456988796,0.24304290389774144,0.15933576137312258,0.5,0.15372517456988796,0.07852350588986108,0.14086287504748446,0.15372517456988796,0.08723630625535414,0.1268137670574478,0.5,0.15372517456988796,0.12453861327488572,0.33274056346656217,0.15372517456988796,0.10171014542736298,0.08866175047754829,0.15372517456988796,0.3360842928262829,0.016171425139919027,0.15372517456988796,0.33078697540794816,0.02521580556473725,0.15372517456988796,0.34117242291652505,0.008309013082113464,0.15372517456988796,0.45273999141284826,0.05282061456292966,0.15372517456988796,0.45298759609045947,0.21356600543101062,0.5,0.15372517456988796,0.14478132203116065,0.1998182931990084,0.0,0.04600051617335634,0.003103892293763148 -7886,0.5,0.15372517456988796,0.07884126581461294,0.02029691489130019,0.15372517456988796,0.32869570314548396,0.0021270454773912816,0.15372517456988796,0.3513326194682869,0.02625334453988671,0.15372517456988796,0.11054512386735099,0.023290549804891685,0.15372517456988796,0.34749943864215443,0.1126395623387921,0.15372517456988796,0.38925062140402017,0.1783820960059183,0.15372517456988796,0.4103250638621907,0.1503322731001559,0.15372517456988796,0.17604579314057697,0.16289377528579946,0.5,0.15372517456988796,0.06466995803965789,0.10791629178753771,0.15372517456988796,0.049010941678725974,0.12603580014781127,0.5,0.15372517456988796,0.12296911182589829,0.33558812747597905,0.15372517456988796,0.091180655354833,0.08520100977222062,0.15372517456988796,0.29543365911812114,0.009360223407892616,0.15372517456988796,0.30499318504170886,0.026944861401282983,0.15372517456988796,0.3286073930055652,0.010166540341589167,0.15372517456988796,0.4192548527470457,0.07148195867436198,0.15372517456988796,0.41031746342530956,0.20706585302764494,0.5,0.15372517456988796,0.1314529609441541,0.1949827792408786,0.0,0.04222579686351258,0.008089884241272874 -7887,0.5,0.15372517456988796,0.07113568732525552,0.00969159776813671,0.15372517456988796,0.20098263336092598,0.0010056861524589246,0.15372517456988796,0.2584867307549942,0.01770019070286897,0.15372517456988796,0.07266825415901804,0.013718040052366357,0.15372517456988796,0.25411573570337387,0.09497183716590145,0.15372517456988796,0.27699257387525356,0.17984879704994794,0.15372517456988796,0.3133086802386632,0.15342973393932802,0.15372517456988796,0.09457984009641449,0.17356580036610647,0.5,0.15372517456988796,0.04241323421952175,0.09194031011819623,0.15372517456988796,0.02752429809250284,0.10612261872903178,0.5,0.15372517456988796,0.10101640437749482,0.2757225141402673,0.15372517456988796,0.057619779524822716,0.07761348230896585,0.15372517456988796,0.19422338021464036,0.004353119322497502,0.15372517456988796,0.21459843272741752,0.026555792385410358,0.15372517456988796,0.24126789202369903,0.011321504361890099,0.15372517456988796,0.28883011257668373,0.06660600040816397,0.15372517456988796,0.26438205746007215,0.16927818488407456,0.5,0.15372517456988796,0.08424774234697875,0.19333510807589963,0.0,0.04241407949623058,0.015616877193123444 -7888,0.5,0.15372517456988796,0.0001230679403247747,0.006255741401158051,0.15372517456988796,0.0,0.0007693105696996586,0.15372517456988796,0.0,0.021880412367597326,0.15372517456988796,8.99860857356906e-05,0.006066777842623357,0.15372517456988796,0.04225648167895543,0.10296655696123953,0.15372517456988796,0.08172143849189664,0.21149879780984876,0.15372517456988796,0.06065431679885212,0.1805324848904727,0.15372517456988796,0.022273476876946925,0.17032338471609532,0.5,0.15372517456988796,0.0162122514899206,0.08062905397271271,0.15372517456988796,0.0072230571702120655,0.093429747607306,0.5,0.15372517456988796,0.027136224066484266,0.21926940086682933,0.15372517456988796,0.016052737984845068,0.07696387612305276,0.15372517456988796,0.0,0.0029101241054562757,0.15372517456988796,0.0,0.028778118767969194,0.15372517456988796,0.0,0.01519269512210165,0.15372517456988796,0.03723185066830213,0.0805332571958955,0.15372517456988796,0.02694655545996612,0.1533591406582694,0.5,0.15372517456988796,0.005105489330282641,0.20045858932368357,0.0,0.034130304363572686,0.02411442168240992 -7889,0.5,0.15372517456988796,0.0,0.004173682736855541,0.15372517456988796,0.0,0.0006973179736142937,0.15372517456988796,0.0,0.02782637299007531,0.15372517456988796,0.0,0.004373678857837576,0.15372517456988796,0.0,0.142670879208122,0.15372517456988796,0.0,0.2597992515985327,0.15372517456988796,0.0,0.22513625912227128,0.15372517456988796,0.0,0.17885118801539573,0.5,0.15372517456988796,0.0,0.07179966989439507,0.15372517456988796,0.0,0.09297101413550103,0.5,0.15372517456988796,0.0,0.2128518761326596,0.15372517456988796,0.0,0.08685702964529021,0.15372517456988796,0.0,0.004533367400253365,0.15372517456988796,0.0,0.03220260594881858,0.15372517456988796,0.0,0.02088101605185377,0.15372517456988796,0.0,0.10328992488876207,0.15372517456988796,0.0,0.17378496424990356,0.5,0.15372517456988796,0.0,0.21309346261162945,0.0,0.018668201908525528,0.03745565954927174 -7890,0.5,0.15372517456988796,0.0,0.0031456913934049843,0.15372517456988796,0.0,0.0008412298094090322,0.15372517456988796,0.0,0.03004054509429088,0.15372517456988796,0.0,0.0051638501764740465,0.15372517456988796,0.0,0.16441543940972242,0.15372517456988796,0.0,0.2622413439766236,0.15372517456988796,0.0,0.24643092323874288,0.15372517456988796,0.0,0.19727058588642504,0.5,0.15372517456988796,0.0,0.07579995869485188,0.15372517456988796,0.0,0.11144632556960349,0.5,0.15372517456988796,0.0,0.22463526049422275,0.15372517456988796,0.0,0.11693961439935728,0.15372517456988796,0.0,0.005076988059689485,0.15372517456988796,0.0,0.031544131397177516,0.15372517456988796,0.0,0.024333788005191613,0.15372517456988796,0.0,0.1124688614883884,0.15372517456988796,0.0,0.19546075841104432,0.5,0.15372517456988796,0.0,0.2602027167644565,0.0,0.005256098119688558,0.058433274958105935 -7891,0.5,0.15372517456988796,0.0,0.0031385157597719785,0.15372517456988796,0.0,0.0011810373871877064,0.15372517456988796,0.0,0.03489775239756502,0.15372517456988796,0.0,0.006980784952514921,0.15372517456988796,0.0,0.16971270032103197,0.15372517456988796,0.0,0.2519624780923542,0.15372517456988796,0.0,0.2459416069251394,0.15372517456988796,0.0,0.2187411410620883,0.5,0.15372517456988796,0.0,0.08829951705206318,0.15372517456988796,0.0,0.12713143208077632,0.5,0.15372517456988796,0.0,0.22478936223616214,0.15372517456988796,0.0,0.1415101469954611,0.15372517456988796,0.0,0.0038737042040331844,0.15372517456988796,0.0,0.03530360026228138,0.15372517456988796,0.0,0.03029676028962776,0.15372517456988796,0.0,0.11085573935455856,0.15372517456988796,0.0,0.2107719539623549,0.5,0.15372517456988796,0.0,0.28344277898547643,0.0,0.0009411007265552852,0.08372207117143865 -7892,0.5,0.15372517456988796,0.0,0.0035117206617997668,0.15372517456988796,0.0,0.002924863553714753,0.15372517456988796,0.0,0.04044133984348249,0.15372517456988796,0.0,0.010255033537286887,0.15372517456988796,0.0,0.16502633546085754,0.15372517456988796,0.0,0.2586883396974325,0.15372517456988796,0.0,0.247637707434064,0.15372517456988796,0.0,0.2660371181476727,0.5,0.15372517456988796,0.0,0.1043022611008267,0.15372517456988796,0.0,0.13948857578721008,0.5,0.15372517456988796,0.0,0.2333488858943093,0.15372517456988796,0.0,0.17081201875030766,0.15372517456988796,0.0,0.003681609461381203,0.15372517456988796,0.0,0.04536565371331771,0.15372517456988796,0.0,0.03693872193259283,0.15372517456988796,0.0,0.1074534328483388,0.15372517456988796,0.0,0.21272691794441895,0.5,0.15372517456988796,0.0,0.27690461540135614,0.0,0.0038023017830955534,0.10597270175609753 -7893,0.5,0.15372517456988796,0.0,0.004249874579773917,0.15372517456988796,0.0,0.005190852310236317,0.15372517456988796,0.0,0.043532348577307686,0.15372517456988796,0.0,0.01363849012152448,0.15372517456988796,0.0,0.17462088630784875,0.15372517456988796,0.0,0.2804567991175939,0.15372517456988796,0.0,0.2561820469833049,0.15372517456988796,0.0,0.3026562244365558,0.5,0.15372517456988796,0.0,0.10771397899888695,0.15372517456988796,0.0,0.15183059980685704,0.5,0.15372517456988796,0.0,0.2477515435588635,0.15372517456988796,0.0,0.19125050306832125,0.15372517456988796,0.0,0.004351499202406319,0.15372517456988796,0.0,0.05857010207591953,0.15372517456988796,0.0,0.041824606602312964,0.15372517456988796,0.0,0.10714601621188884,0.15372517456988796,0.0,0.21660085745905783,0.5,0.15372517456988796,0.0,0.2771175886924318,0.0,0.008699433629079422,0.13641043741639333 -7894,0.5,0.15372517456988796,0.0,0.004548041089390178,0.15372517456988796,0.0,0.00793539388033835,0.15372517456988796,0.0,0.04156769677285103,0.15372517456988796,0.0,0.014431059557786185,0.15372517456988796,0.0,0.20697862866256042,0.15372517456988796,0.0,0.30000627520674783,0.15372517456988796,0.0,0.272982337461791,0.15372517456988796,0.0,0.3206543779914082,0.5,0.15372517456988796,0.0,0.10950261910708738,0.15372517456988796,0.0,0.1471370716279058,0.5,0.15372517456988796,0.0,0.2342017537281985,0.15372517456988796,0.0,0.18966922000828898,0.15372517456988796,0.0,0.006464494544080928,0.15372517456988796,0.0,0.0738150882256424,0.15372517456988796,0.0,0.046524691485351134,0.15372517456988796,0.0,0.10886698882819032,0.15372517456988796,0.0,0.22023697188723035,0.5,0.15372517456988796,0.0,0.2701747100087793,0.0,0.012209511308405613,0.1739126708597307 -7895,0.5,0.15372517456988796,0.0,0.004681622437968534,0.15372517456988796,0.0,0.013991406906084426,0.15372517456988796,0.0,0.040320506442604195,0.15372517456988796,0.0,0.01449838555198337,0.15372517456988796,0.0,0.25342105635086637,0.15372517456988796,0.0,0.3030000140245209,0.15372517456988796,0.0,0.2891713853151323,0.15372517456988796,0.0,0.3115821213100155,0.5,0.15372517456988796,0.0,0.11155266404217204,0.15372517456988796,0.0,0.1273509404991928,0.5,0.15372517456988796,0.0,0.2288964547031811,0.15372517456988796,0.0,0.18223606284084062,0.15372517456988796,0.0,0.010821908321094763,0.15372517456988796,0.0,0.09164195927697372,0.15372517456988796,0.0,0.05116898895169379,0.15372517456988796,0.0,0.1064854455333458,0.15372517456988796,0.0,0.22033820640952878,0.5,0.15372517456988796,0.0,0.2541409233892523,0.0,0.013988275638762194,0.23474500346072236 -7896,0.5,0.15372517456988796,0.0,0.004840678038091937,0.15372517456988796,0.0,0.02198382066171744,0.15372517456988796,0.0,0.03997133054094751,0.15372517456988796,0.0,0.012410826891882571,0.15372517456988796,0.0,0.29026548674959307,0.15372517456988796,0.0,0.3000508554829039,0.15372517456988796,0.0,0.30074135651223866,0.15372517456988796,0.0,0.2894738131440705,0.5,0.15372517456988796,0.0,0.10246117277581684,0.15372517456988796,0.0,0.10072711778044192,0.5,0.15372517456988796,0.0,0.2558972976788558,0.15372517456988796,0.0,0.17729834245933526,0.15372517456988796,0.0,0.017501572955910046,0.15372517456988796,0.0,0.11129225234319987,0.15372517456988796,0.0,0.05813715114786125,0.15372517456988796,0.0,0.10474630870357204,0.15372517456988796,0.0,0.2295567124577609,0.5,0.15372517456988796,0.0,0.22548553382291106,0.0,0.01576307154007141,0.32194971054065796 -7897,0.5,0.15372517456988796,0.0,0.005143415339108167,0.15372517456988796,0.0,0.02925710825391375,0.15372517456988796,0.0,0.04073391926346535,0.15372517456988796,0.0,0.010415656493297036,0.15372517456988796,0.0,0.314916900284271,0.15372517456988796,0.0,0.30658122514305475,0.15372517456988796,0.0,0.30312142075287346,0.15372517456988796,0.0,0.27202346802487054,0.5,0.15372517456988796,0.0,0.09115054940648946,0.15372517456988796,0.0,0.09038838200057017,0.5,0.15372517456988796,0.0,0.2788479421668239,0.15372517456988796,0.0,0.1657064788509913,0.15372517456988796,0.0,0.025192661030842618,0.15372517456988796,0.0,0.12855364599379537,0.15372517456988796,0.0,0.06864651801964905,0.15372517456988796,0.0,0.09487837946474488,0.15372517456988796,0.0,0.23245974517974605,0.5,0.15372517456988796,0.0,0.1993789727775085,0.0,0.01744251383952101,0.4476298366344295 -7898,0.5,0.15372517456988796,0.0,0.006527452194171824,0.15372517456988796,0.0,0.034368068584340536,0.15372517456988796,0.0,0.04296793816405094,0.15372517456988796,0.0,0.01273623493416712,0.15372517456988796,0.0,0.33271347769961235,0.15372517456988796,0.0,0.314561076001399,0.15372517456988796,0.0,0.295182160933685,0.15372517456988796,0.0,0.25287028827047486,0.5,0.15372517456988796,0.0,0.07736230239862685,0.15372517456988796,0.0,0.07832923106364299,0.5,0.15372517456988796,0.0,0.28487372266564936,0.15372517456988796,0.0,0.1515525510184081,0.15372517456988796,0.0,0.032892053681177896,0.15372517456988796,0.0,0.14850928736932412,0.15372517456988796,0.0,0.08003006131927926,0.15372517456988796,0.0,0.08392968058714352,0.15372517456988796,0.0,0.20479126814896093,0.5,0.15372517456988796,0.0,0.15403167072418894,0.0,0.01813824295061269,0.5893166437445475 -7899,0.5,0.15372517456988796,0.0,0.009035575888784364,0.15372517456988796,0.0,0.039902282604244964,0.15372517456988796,0.0,0.045067754852094466,0.15372517456988796,0.0,0.02022754309438021,0.15372517456988796,0.0,0.34634637781795635,0.15372517456988796,0.0,0.31838387818975156,0.15372517456988796,0.0,0.25637847067839226,0.15372517456988796,0.0,0.23646641908669758,0.5,0.15372517456988796,0.0,0.06880327263024553,0.15372517456988796,0.0,0.06006821824521921,0.5,0.15372517456988796,0.0,0.2819154142826772,0.15372517456988796,0.0,0.13391111773020772,0.15372517456988796,0.0,0.038912527036277025,0.15372517456988796,0.0,0.17190548844955866,0.15372517456988796,0.0,0.09452681242784546,0.15372517456988796,0.0,0.07521890755873256,0.15372517456988796,0.0,0.18373601188330893,0.5,0.15372517456988796,0.0,0.11195294254642149,0.0,0.01751659776955906,0.6949158365096402 -7900,0.5,0.15372517456988796,0.0,0.011537535252325112,0.15372517456988796,0.0,0.04427072988125222,0.15372517456988796,0.0,0.0521341128972404,0.15372517456988796,0.0,0.029591211888338062,0.15372517456988796,0.0,0.36100445621830046,0.15372517456988796,0.0,0.3126812395026825,0.15372517456988796,0.0,0.2230843068031361,0.15372517456988796,0.0,0.23310036835548295,0.5,0.15372517456988796,0.0,0.06651662801695361,0.15372517456988796,0.0,0.04612382481083741,0.5,0.15372517456988796,0.0,0.24934706715135116,0.15372517456988796,0.0,0.09844514082961957,0.15372517456988796,0.0,0.043816131093961236,0.15372517456988796,0.0,0.201782392258291,0.15372517456988796,0.0,0.11283343744754742,0.15372517456988796,0.0,0.06815242504939817,0.15372517456988796,0.0,0.17925824091817769,0.5,0.15372517456988796,0.0,0.1113246476969168,0.0,0.015763086838618035,0.7594248644025023 -7901,0.5,0.15372517456988796,0.0,0.014807548472174225,0.15372517456988796,0.0,0.046274994549180784,0.15372517456988796,0.0,0.06816797396299766,0.15372517456988796,0.0,0.03766748276039748,0.15372517456988796,0.0,0.3539995850366504,0.15372517456988796,0.0,0.3070592122715188,0.15372517456988796,0.0,0.20403460225000264,0.15372517456988796,0.0,0.2473579570839643,0.5,0.15372517456988796,0.0,0.06549130503095686,0.15372517456988796,0.0,0.0321746104025397,0.5,0.15372517456988796,0.0,0.18459761734981225,0.15372517456988796,0.0,0.06923529587809221,0.15372517456988796,0.0,0.04818129243253364,0.15372517456988796,0.0,0.22931342951776418,0.15372517456988796,0.0,0.13283071994063372,0.15372517456988796,0.0,0.07006004421871558,0.15372517456988796,0.0,0.15783114473024035,0.5,0.15372517456988796,0.0,0.117153406461793,0.0,0.013616065758480135,0.8071534553641733 -7902,0.5,0.15372517456988796,0.0,0.019218002267341636,0.15372517456988796,0.0,0.047922405964465495,0.15372517456988796,0.0,0.0930158113958086,0.15372517456988796,0.0,0.04545396662680072,0.15372517456988796,0.0,0.33704876933094774,0.15372517456988796,0.0,0.3219797813314015,0.15372517456988796,0.0,0.19561212824242355,0.15372517456988796,0.0,0.24775411452045895,0.5,0.15372517456988796,0.0,0.0596263423804369,0.15372517456988796,0.0,0.02800195837770344,0.5,0.15372517456988796,0.0,0.15428624687722212,0.15372517456988796,0.0,0.062242807598260196,0.15372517456988796,0.0,0.052833019132436126,0.15372517456988796,0.0,0.25742047550999286,0.15372517456988796,0.0,0.1625194564493442,0.15372517456988796,0.0,0.07838920409419367,0.15372517456988796,0.0,0.13586426204645424,0.5,0.15372517456988796,0.0,0.11258730548527568,0.0,0.012124494541984639,0.8742782163838763 -7903,0.5,0.15372517456988796,0.0,0.02403700094240676,0.15372517456988796,0.0,0.06040077661012706,0.15372517456988796,0.0,0.11076478413654435,0.15372517456988796,0.0,0.0554701136911121,0.15372517456988796,0.0,0.343656929013786,0.15372517456988796,0.0,0.33623402527968504,0.15372517456988796,0.0,0.20908991303337998,0.15372517456988796,0.0,0.24471350762085448,0.5,0.15372517456988796,0.0,0.053749192116263195,0.15372517456988796,0.0,0.031017974897577374,0.5,0.15372517456988796,0.0,0.15479241012380696,0.15372517456988796,0.0,0.06499343298316299,0.15372517456988796,0.0,0.05812654352961878,0.15372517456988796,0.0,0.28581277282200723,0.15372517456988796,0.0,0.1911618297481625,0.15372517456988796,0.0,0.07858259652605094,0.15372517456988796,0.0,0.12580929862906728,0.5,0.15372517456988796,0.0,0.10983610849352116,0.0,0.010954320585832825,0.9204994769406099 -7904,0.5,0.15372517456988796,0.0,0.02829160971837913,0.15372517456988796,0.0,0.09378923914022014,0.15372517456988796,0.0,0.11195019230658787,0.15372517456988796,0.0,0.0675899009328501,0.15372517456988796,0.0,0.39346474924975106,0.15372517456988796,0.0,0.33919693553225394,0.15372517456988796,0.0,0.2513904352472572,0.15372517456988796,0.0,0.23804606793075328,0.5,0.15372517456988796,0.0,0.05510356866252647,0.15372517456988796,0.0,0.034442854382466664,0.5,0.15372517456988796,0.0,0.1610183456758207,0.15372517456988796,0.0,0.06928814997054024,0.15372517456988796,0.0,0.06537099810786501,0.15372517456988796,0.0,0.32188598416370345,0.15372517456988796,0.0,0.2055289196137435,0.15372517456988796,0.0,0.09094373105512564,0.15372517456988796,0.0,0.1306722299676795,0.5,0.15372517456988796,0.0,0.11344839750293936,0.0,0.011017098730729787,0.9589136629612901 -7905,0.5,0.15372517456988796,0.012335470694062316,0.028295384796637162,0.15372517456988796,0.0032461411842368694,0.11443989486697193,0.15372517456988796,0.01975319422921839,0.10388836962407443,0.15372517456988796,0.019297910274281804,0.07397130594147958,0.15372517456988796,0.001532276842629274,0.39717299928572375,0.15372517456988796,0.000281343132965207,0.35022323023876284,0.15372517456988796,0.004043746272242034,0.2955446372848803,0.15372517456988796,0.002439188684360741,0.2249059738867758,0.5,0.15372517456988796,0.003865256860673864,0.05608186853192215,0.15372517456988796,0.006438396671326122,0.03843915742566499,0.5,0.15372517456988796,0.013542833270507586,0.1448798880074958,0.15372517456988796,0.010488972449083717,0.07525705385016594,0.15372517456988796,0.0013527927664755838,0.07695923866980732,0.15372517456988796,0.0013338001053750227,0.36561750843655083,0.15372517456988796,0.005066930802243083,0.21327057702194976,0.15372517456988796,0.009726982946167332,0.09687026484608782,0.15372517456988796,0.028000084117624165,0.15490125616423306,0.5,0.15372517456988796,0.016037059638310983,0.12852827447403706,0.0,0.011963948395666278,0.9851735231949788 -7906,0.5,0.15372517456988796,0.13669881942826156,0.02849330600144732,0.15372517456988796,0.09024487126757569,0.10335427131149814,0.15372517456988796,0.15544361379196323,0.11719552712363508,0.15372517456988796,0.10373077002096295,0.09854959723625496,0.15372517456988796,0.052866111792173806,0.43122165701895304,0.15372517456988796,0.0070794260285150686,0.3751788248730586,0.15372517456988796,0.1029390496072947,0.2994083760062033,0.15372517456988796,0.048410366490765085,0.2523027382233059,0.5,0.15372517456988796,0.05492324998652291,0.06307113039024113,0.15372517456988796,0.034920174656188394,0.0444412410427188,0.5,0.15372517456988796,0.10708336237012359,0.15887593903801125,0.15372517456988796,0.07026610880181049,0.0761302282358145,0.15372517456988796,0.07833937605678575,0.08893340377328092,0.15372517456988796,0.06221622696585437,0.4148142054307923,0.15372517456988796,0.09874475134459702,0.24104427906030557,0.15372517456988796,0.1457563511147986,0.09734877177671432,0.15372517456988796,0.14119789905632968,0.21023298260853995,0.5,0.15372517456988796,0.0642024674484279,0.1876097387508401,0.0,0.011655753535270125,0.9997892093902088 -7907,0.5,0.15372517456988796,0.2652985733239658,0.04134399338985165,0.15372517456988796,0.21744717850319084,0.13540945473626728,0.15372517456988796,0.2910768840026969,0.1997366767904396,0.15372517456988796,0.19509963046935475,0.15828773776238586,0.15372517456988796,0.12373865368106053,0.4641467459805769,0.15372517456988796,0.028814979094992855,0.37397459153252915,0.15372517456988796,0.22280088534479864,0.3407231940263986,0.15372517456988796,0.10268987759230082,0.2555883598861515,0.5,0.15372517456988796,0.10998806186492652,0.06740116880378785,0.15372517456988796,0.07580258838061422,0.05666856740210903,0.5,0.15372517456988796,0.1996299102919348,0.21844828755772985,0.15372517456988796,0.13908052156956338,0.10236038010129592,0.15372517456988796,0.19444242823764285,0.10591085782322435,0.15372517456988796,0.15223824476446585,0.49202795358118256,0.15372517456988796,0.20529857484344385,0.3239942739520065,0.15372517456988796,0.28796189216509893,0.1018869045698856,0.15372517456988796,0.25155374343927844,0.26819370876257687,0.5,0.15372517456988796,0.12428493904282273,0.2505833250158625,0.0,0.009372534339233615,1.0061971368812428 -7908,0.5,0.15372517456988796,0.344473038145085,0.06629340074463197,0.15372517456988796,0.30233790036809216,0.1970015119291096,0.15372517456988796,0.38325841271417377,0.3325276687903789,0.15372517456988796,0.26209817223921117,0.25748175987672645,0.15372517456988796,0.200761188137687,0.5252397830284922,0.15372517456988796,0.05893612144318258,0.34793698417413665,0.15372517456988796,0.3205172403427444,0.40679920211075493,0.15372517456988796,0.14758870695345883,0.296719240725444,0.5,0.15372517456988796,0.15300062891455052,0.08038874922833796,0.15372517456988796,0.12526040316184278,0.05857440720313113,0.5,0.15372517456988796,0.2595080951435047,0.2289980131759584,0.15372517456988796,0.19661357025207998,0.10530979390723805,0.15372517456988796,0.28501145315073145,0.14484570845620137,0.15372517456988796,0.22152681796586887,0.5387437619517655,0.15372517456988796,0.29004143455751225,0.38186164250988197,0.15372517456988796,0.39041168424442185,0.12689019218341707,0.15372517456988796,0.3255818878882692,0.3241420808487785,0.5,0.15372517456988796,0.17892407412309408,0.2135776926639997,0.0,0.007107593362661421,1.0074804198003053 -7909,0.5,0.15372517456988796,0.3301060633621648,0.09419239537255586,0.15372517456988796,0.32582186839088556,0.2437792688307896,0.15372517456988796,0.4118728584130099,0.4603902206933318,0.15372517456988796,0.2814660998371843,0.2610788529468238,0.15372517456988796,0.250414317596009,0.5411326328936428,0.15372517456988796,0.0998021863158027,0.32990479609242396,0.15372517456988796,0.3650760808520246,0.4503796015464262,0.15372517456988796,0.16465329366742873,0.2735958062983303,0.5,0.15372517456988796,0.16151041665680826,0.08283172440211428,0.15372517456988796,0.16768681396301285,0.05826828485547104,0.5,0.15372517456988796,0.25708182204969,0.3027916867309809,0.15372517456988796,0.23449571141163794,0.11181752467585872,0.15372517456988796,0.31866152449931584,0.184072498968587,0.15372517456988796,0.24997630042922336,0.5705707896749783,0.15372517456988796,0.33225867016113403,0.44576006084642983,0.15372517456988796,0.43195569194078476,0.16323339285236296,0.15372517456988796,0.33747314062126377,0.3457724604014262,0.5,0.15372517456988796,0.21889072135381052,0.23168173730891897,0.0,0.005466216165582439,1.0072112337662484 -7910,0.5,0.15372517456988796,0.2654558108372236,0.09306179368944802,0.15372517456988796,0.29579910218710187,0.2456148845553657,0.15372517456988796,0.37184420820718755,0.42336146526434604,0.15372517456988796,0.2325762251882395,0.209624850276632,0.15372517456988796,0.2646061041244723,0.5506224502665401,0.15372517456988796,0.11960937432428492,0.3352576127429932,0.15372517456988796,0.3468671145428378,0.438097371291341,0.15372517456988796,0.1518228673335708,0.24025768294469596,0.5,0.15372517456988796,0.14540251876567095,0.08231330800026093,0.15372517456988796,0.1826609670163287,0.05890080052678129,0.5,0.15372517456988796,0.19482255551819527,0.3475568613854088,0.15372517456988796,0.23994510943099426,0.11128698938549468,0.15372517456988796,0.2926737201158945,0.21711136993564176,0.15372517456988796,0.2267763792094725,0.5986187994451888,0.15372517456988796,0.3212896292276634,0.4355687975134096,0.15372517456988796,0.401357224591639,0.16939011204293136,0.15372517456988796,0.2868487674713005,0.3324541279992709,0.5,0.15372517456988796,0.20589606315621903,0.221776005362395,0.0,0.0041458642945654675,1.0063475532199342 -7911,0.5,0.15372517456988796,0.14577539309826307,0.07529889551038237,0.15372517456988796,0.200549715719433,0.21722824966146556,0.15372517456988796,0.2579463407941238,0.2906935783485442,0.15372517456988796,0.13596119294434597,0.14755475040810745,0.15372517456988796,0.23400425150513088,0.5287412014144967,0.15372517456988796,0.09856649472537989,0.3223086771805657,0.15372517456988796,0.27211630245174057,0.3637322279076006,0.15372517456988796,0.1056144051071052,0.19231108477343273,0.5,0.15372517456988796,0.10348822880501576,0.07239406242095281,0.15372517456988796,0.1366786104489508,0.06620175050277824,0.5,0.15372517456988796,0.10744587125264089,0.354189868580977,0.15372517456988796,0.20412714818981495,0.10660222975623448,0.15372517456988796,0.2030842787893994,0.22729126085178322,0.15372517456988796,0.1644303207920113,0.5689222545465743,0.15372517456988796,0.2442708521116133,0.378719490415815,0.15372517456988796,0.28293741714831366,0.1388777482729767,0.15372517456988796,0.17855006677817503,0.2915293276272957,0.5,0.15372517456988796,0.12983803321363402,0.20249199749062344,0.0,0.004349881630125512,1.005873708831562 -7912,0.5,0.15372517456988796,1.7213072178629795e-08,0.06914876461402822,0.15372517456988796,0.0,0.21379736344404826,0.15372517456988796,0.0,0.20940618147453485,0.15372517456988796,8.215601313815028e-05,0.12211756910293588,0.15372517456988796,0.022261673529633465,0.5153814345975609,0.15372517456988796,0.044572063397141815,0.28601837957435106,0.15372517456988796,0.0431065759554703,0.287331689245383,0.15372517456988796,0.04270909504344598,0.1459315795878391,0.5,0.15372517456988796,0.03532533892713318,0.05708537400490043,0.15372517456988796,0.052920471267673436,0.05682539779313917,0.5,0.15372517456988796,0.02895666865414349,0.3048873928197827,0.15372517456988796,0.07223720972820269,0.09082165662774866,0.15372517456988796,0.0,0.25333732866558056,0.15372517456988796,0.0,0.5544131072382148,0.15372517456988796,0.0,0.34314811430767767,0.15372517456988796,0.029488542385260177,0.11177721710361416,0.15372517456988796,0.016801834961775113,0.2504146186388083,0.5,0.15372517456988796,0.018918638989131525,0.17816073168318916,0.0,0.004968710889479046,1.0069995417531616 -7913,0.5,0.15372517456988796,0.0,0.07088271344527425,0.15372517456988796,0.0,0.2314015187543025,0.15372517456988796,0.0,0.20200866159106476,0.15372517456988796,0.0,0.12385691777849756,0.15372517456988796,0.0,0.5082301675286502,0.15372517456988796,0.0,0.25499307211358757,0.15372517456988796,0.0,0.27535989065173627,0.15372517456988796,0.0,0.12061381442353888,0.5,0.15372517456988796,0.0,0.0456103302185379,0.15372517456988796,0.0,0.04724679702394598,0.5,0.15372517456988796,0.0,0.26020428037745275,0.15372517456988796,0.0,0.0835439640022979,0.15372517456988796,0.0,0.28310241646712797,0.15372517456988796,0.0,0.5677223603132304,0.15372517456988796,0.0,0.34155395758519824,0.15372517456988796,0.0,0.11198268343891027,0.15372517456988796,0.0,0.24437728251672713,0.5,0.15372517456988796,0.0,0.15488116571724375,0.0,0.005899822984152698,1.0073026928996456 -7914,0.5,0.15372517456988796,0.0,0.07246125319318437,0.15372517456988796,0.0,0.2518932394739169,0.15372517456988796,0.0,0.20234945391589468,0.15372517456988796,0.0,0.1269240074624074,0.15372517456988796,0.0,0.4950268950241814,0.15372517456988796,0.0,0.24616012195547582,0.15372517456988796,0.0,0.2755222518599801,0.15372517456988796,0.0,0.12804360270280024,0.5,0.15372517456988796,0.0,0.0534929364848218,0.15372517456988796,0.0,0.05347928846914777,0.5,0.15372517456988796,0.0,0.2227943862260308,0.15372517456988796,0.0,0.08733206442285507,0.15372517456988796,0.0,0.2991376959917841,0.15372517456988796,0.0,0.5876904875205717,0.15372517456988796,0.0,0.3463380367994004,0.15372517456988796,0.0,0.11966828913781866,0.15372517456988796,0.0,0.2529128204541393,0.5,0.15372517456988796,0.0,0.14523013978456095,0.0,0.00826090598474128,1.007262776465575 -7915,0.5,0.15372517456988796,0.0,0.07361857963866,0.15372517456988796,0.0,0.2698429225003876,0.15372517456988796,0.0,0.19900295834863843,0.15372517456988796,0.0,0.1323666188710878,0.15372517456988796,0.0,0.49113674822022235,0.15372517456988796,0.0,0.24687389517079328,0.15372517456988796,0.0,0.30648876494292415,0.15372517456988796,0.0,0.14652026249561095,0.5,0.15372517456988796,0.0,0.057246488969500825,0.15372517456988796,0.0,0.05727824734069076,0.5,0.15372517456988796,0.0,0.19551739684209896,0.15372517456988796,0.0,0.08695378548672725,0.15372517456988796,0.0,0.32257124623650585,0.15372517456988796,0.0,0.6040505615112424,0.15372517456988796,0.0,0.3563781699161491,0.15372517456988796,0.0,0.11978757155874795,0.15372517456988796,0.0,0.24283028738002746,0.5,0.15372517456988796,0.0,0.16443093064507738,0.0,0.015802222560919076,1.0071495128053822 -7916,0.5,0.15372517456988796,0.0,0.07532456279045585,0.15372517456988796,0.0,0.284127664767023,0.15372517456988796,0.0,0.19184468797025236,0.15372517456988796,0.0,0.14248742816216806,0.15372517456988796,0.0,0.49766233841835933,0.15372517456988796,0.0,0.25345283974918226,0.15372517456988796,0.0,0.31096435588328514,0.15372517456988796,0.0,0.15407120399220134,0.5,0.15372517456988796,0.0,0.05382688397454375,0.15372517456988796,0.0,0.05254753862921031,0.5,0.15372517456988796,0.0,0.20046732190022407,0.15372517456988796,0.0,0.08535294456714541,0.15372517456988796,0.0,0.34095124675797195,0.15372517456988796,0.0,0.5971349357765973,0.15372517456988796,0.0,0.36282949915750173,0.15372517456988796,0.0,0.119057119779662,0.15372517456988796,0.0,0.23281103368831352,0.5,0.15372517456988796,0.0,0.15930190833389113,0.0,0.023339006838350447,1.0071246805105591 -7917,0.5,0.15372517456988796,0.0,0.08117505922305297,0.15372517456988796,0.0,0.292068988531388,0.15372517456988796,0.0,0.1821269378123847,0.15372517456988796,0.0,0.15090630561204935,0.15372517456988796,0.0,0.5065102603597418,0.15372517456988796,0.0,0.25794989708051497,0.15372517456988796,0.0,0.31463288149574953,0.15372517456988796,0.0,0.1484917816349316,0.5,0.15372517456988796,0.0,0.042163783711436593,0.15372517456988796,0.0,0.04763522857462506,0.5,0.15372517456988796,0.0,0.21987086853196355,0.15372517456988796,0.0,0.08702583453270007,0.15372517456988796,0.0,0.34349924918253727,0.15372517456988796,0.0,0.5861589421050792,0.15372517456988796,0.0,0.3553275322761605,0.15372517456988796,0.0,0.11697548746452542,0.15372517456988796,0.0,0.23179361410044924,0.5,0.15372517456988796,0.0,0.12783102891426112,0.0,0.026029131380354543,1.007388774367612 -7918,0.5,0.15372517456988796,0.0,0.08838303867031111,0.15372517456988796,0.0,0.2812750902801033,0.15372517456988796,0.0,0.17542656920374847,0.15372517456988796,0.0,0.14515104227376094,0.15372517456988796,0.0,0.5092226800720745,0.15372517456988796,0.0,0.26393743253609814,0.15372517456988796,0.0,0.2916187187962597,0.15372517456988796,0.0,0.13498516454490952,0.5,0.15372517456988796,0.0,0.034188268143089715,0.15372517456988796,0.0,0.03903135651500165,0.5,0.15372517456988796,0.0,0.2181883942740036,0.15372517456988796,0.0,0.08929755614513943,0.15372517456988796,0.0,0.3366106662875211,0.15372517456988796,0.0,0.5887331970895207,0.15372517456988796,0.0,0.345366079450532,0.15372517456988796,0.0,0.10557279844901866,0.15372517456988796,0.0,0.2310601763452557,0.5,0.15372517456988796,0.0,0.10220958100707216,0.0,0.026488792073283716,1.0076232363247124 -7919,0.5,0.15372517456988796,0.0,0.09220691150620061,0.15372517456988796,0.0,0.2668083480101209,0.15372517456988796,0.0,0.16988238522072524,0.15372517456988796,0.0,0.13929035543747526,0.15372517456988796,0.0,0.5022382988892792,0.15372517456988796,0.0,0.2540483983541131,0.15372517456988796,0.0,0.2420859722446448,0.15372517456988796,0.0,0.12650378365442425,0.5,0.15372517456988796,0.0,0.029222598317612494,0.15372517456988796,0.0,0.03171123191891503,0.5,0.15372517456988796,0.0,0.1739393075733682,0.15372517456988796,0.0,0.07700546266333458,0.15372517456988796,0.0,0.3391159026824788,0.15372517456988796,0.0,0.5907848958069624,0.15372517456988796,0.0,0.33117950630851045,0.15372517456988796,0.0,0.08231698997147319,0.15372517456988796,0.0,0.2122898493099855,0.5,0.15372517456988796,0.0,0.0881544988899157,0.0,0.028484215525373266,1.007692562020158 -7920,0.5,0.15372517456988796,0.0,0.09645923469896342,0.15372517456988796,0.0,0.27361865424710397,0.15372517456988796,0.0,0.15778251223840775,0.15372517456988796,0.0,0.13567523131545345,0.15372517456988796,0.0,0.4773195810190137,0.15372517456988796,0.0,0.24529516419518965,0.15372517456988796,0.0,0.21474760158440956,0.15372517456988796,0.0,0.12200724687924033,0.5,0.15372517456988796,0.0,0.024477788989324744,0.15372517456988796,0.0,0.025864890958082414,0.5,0.15372517456988796,0.0,0.14182387188309484,0.15372517456988796,0.0,0.06308381593510674,0.15372517456988796,0.0,0.34630666800274656,0.15372517456988796,0.0,0.5914002915020116,0.15372517456988796,0.0,0.32741010168210616,0.15372517456988796,0.0,0.07354475701693554,0.15372517456988796,0.0,0.1756028373811518,0.5,0.15372517456988796,0.0,0.07760548882601141,0.0,0.03245194029088101,1.0076668487836984 -7921,0.5,0.15372517456988796,0.0,0.10277752995580779,0.15372517456988796,0.0,0.2880051639732898,0.15372517456988796,0.0,0.14742728328334276,0.15372517456988796,0.0,0.1428524043940205,0.15372517456988796,0.0,0.4444748641745176,0.15372517456988796,0.0,0.2311712780847941,0.15372517456988796,0.0,0.196808651884177,0.15372517456988796,0.0,0.1087840802350637,0.5,0.15372517456988796,0.0,0.018678109480445515,0.15372517456988796,0.0,0.020732926250865622,0.5,0.15372517456988796,0.0,0.1295224019431416,0.15372517456988796,0.0,0.05550075692809925,0.15372517456988796,0.0,0.3393094850372291,0.15372517456988796,0.0,0.5775536160672229,0.15372517456988796,0.0,0.3291466583398431,0.15372517456988796,0.0,0.07488622160832475,0.15372517456988796,0.0,0.13909748619949985,0.5,0.15372517456988796,0.0,0.0711489412563831,0.0,0.04370896203022343,1.0070872545774556 -7922,0.5,0.15372517456988796,0.0,0.11045430908374865,0.15372517456988796,0.0,0.2906282106043526,0.15372517456988796,0.0,0.13814639632775996,0.15372517456988796,0.0,0.15613962135773665,0.15372517456988796,0.0,0.407143151751748,0.15372517456988796,0.0,0.2070713281489042,0.15372517456988796,0.0,0.18382347897012735,0.15372517456988796,0.0,0.08787196170573383,0.5,0.15372517456988796,0.0,0.012220618674910146,0.15372517456988796,0.0,0.01756890068125085,0.5,0.15372517456988796,0.0,0.12928783588224715,0.15372517456988796,0.0,0.0538522664837771,0.15372517456988796,0.0,0.3405735944715918,0.15372517456988796,0.0,0.5550949166419255,0.15372517456988796,0.0,0.32908155366202174,0.15372517456988796,0.0,0.08925646691445371,0.15372517456988796,0.0,0.11954011890396089,0.5,0.15372517456988796,0.0,0.06602025297996662,0.0,0.06403225488382286,1.0065123071631898 -7923,0.5,0.15372517456988796,0.0,0.12074477158889259,0.15372517456988796,0.0,0.28591807498352234,0.15372517456988796,0.0,0.1341006114932954,0.15372517456988796,0.0,0.16162261921367616,0.15372517456988796,0.0,0.38024812240605965,0.15372517456988796,0.0,0.1800242076738382,0.15372517456988796,0.0,0.17211909709264703,0.15372517456988796,0.0,0.07166607292549723,0.5,0.15372517456988796,0.0,0.009051362107308353,0.15372517456988796,0.0,0.01635009454937502,0.5,0.15372517456988796,0.0,0.12188298646288533,0.15372517456988796,0.0,0.05000990445632699,0.15372517456988796,0.0,0.359414728080283,0.15372517456988796,0.0,0.5322270959063142,0.15372517456988796,0.0,0.3266852474851231,0.15372517456988796,0.0,0.10190664401112386,0.15372517456988796,0.0,0.10911709635397678,0.5,0.15372517456988796,0.0,0.05950506749492316,0.0,0.08851340759881093,1.006293699148693 -7924,0.5,0.15372517456988796,0.0,0.132902906434223,0.15372517456988796,0.0,0.275280061906724,0.15372517456988796,0.0,0.12506710248650393,0.15372517456988796,0.0,0.16151388618367554,0.15372517456988796,0.0,0.3573057398547908,0.15372517456988796,0.0,0.1503784422282911,0.15372517456988796,0.0,0.18235382905980063,0.15372517456988796,0.0,0.05765937668943907,0.5,0.15372517456988796,0.0,0.008483167467016396,0.15372517456988796,0.0,0.01545141277319807,0.5,0.15372517456988796,0.0,0.10170291272913363,0.15372517456988796,0.0,0.04537379996732479,0.15372517456988796,0.0,0.36949736564153957,0.15372517456988796,0.0,0.5238314457321205,0.15372517456988796,0.0,0.3267597082661109,0.15372517456988796,0.0,0.11020516293465198,0.15372517456988796,0.0,0.09102585215683011,0.5,0.15372517456988796,0.0,0.05131077726036988,0.0,0.12179413538500435,1.0063602475375093 -7925,0.5,0.15372517456988796,0.0,0.14132534983568343,0.15372517456988796,0.0,0.2699128305429213,0.15372517456988796,0.0,0.11025475829470284,0.15372517456988796,0.0,0.15989056167290944,0.15372517456988796,0.0,0.3472272500506304,0.15372517456988796,0.0,0.13824185363881142,0.15372517456988796,0.0,0.17887778272925814,0.15372517456988796,0.0,0.05145186390341902,0.5,0.15372517456988796,0.0,0.009119952455464734,0.15372517456988796,0.0,0.013590983380479874,0.5,0.15372517456988796,0.0,0.08569801255175415,0.15372517456988796,0.0,0.03601488701551069,0.15372517456988796,0.0,0.3812442426929943,0.15372517456988796,0.0,0.5365768181567102,0.15372517456988796,0.0,0.35267997234118187,0.15372517456988796,0.0,0.11044820450997814,0.15372517456988796,0.0,0.07860198520053296,0.5,0.15372517456988796,0.0,0.040980354211864294,0.0,0.15705734626131657,1.006429721141791 -7926,0.5,0.15372517456988796,0.0,0.14771126753414018,0.15372517456988796,0.0,0.2684200043150054,0.15372517456988796,0.0,0.10052372050861261,0.15372517456988796,0.0,0.1543754427156624,0.15372517456988796,0.0,0.3525581199125237,0.15372517456988796,0.0,0.12739491922738738,0.15372517456988796,0.0,0.17576693747270689,0.15372517456988796,0.0,0.046870009503527404,0.5,0.15372517456988796,0.0,0.009488838059413194,0.15372517456988796,0.0,0.010256398917720568,0.5,0.15372517456988796,0.0,0.07930764786068037,0.15372517456988796,0.0,0.02686271784142652,0.15372517456988796,0.0,0.41153656001914063,0.15372517456988796,0.0,0.5502468262614613,0.15372517456988796,0.0,0.39176343394756513,0.15372517456988796,0.0,0.08912965820096028,0.15372517456988796,0.0,0.07092666655686726,0.5,0.15372517456988796,0.0,0.0318006657759944,0.0,0.20220461607858048,1.006209736175318 -7927,0.5,0.15372517456988796,0.0,0.1528265772373113,0.15372517456988796,0.0,0.28972509048504697,0.15372517456988796,0.0,0.09412911808533789,0.15372517456988796,0.0,0.15244057789564716,0.15372517456988796,0.0,0.36424053384378546,0.15372517456988796,0.0,0.11611658327437945,0.15372517456988796,0.0,0.1770795726836452,0.15372517456988796,0.0,0.04169929535356663,0.5,0.15372517456988796,0.0,0.00884886835822079,0.15372517456988796,0.0,0.007729597263718959,0.5,0.15372517456988796,0.0,0.07144092932444925,0.15372517456988796,0.0,0.022710379741099195,0.15372517456988796,0.0,0.43624384515745207,0.15372517456988796,0.0,0.5676401747090956,0.15372517456988796,0.0,0.42604237072625245,0.15372517456988796,0.0,0.07399155992120851,0.15372517456988796,0.0,0.0630400871622346,0.5,0.15372517456988796,0.0,0.02634458911237742,0.0,0.2600831990302635,1.0058663578398026 -7928,0.5,0.15372517456988796,0.0,0.15759008250933984,0.15372517456988796,0.0,0.37389069296411853,0.15372517456988796,0.0,0.08223686955381643,0.15372517456988796,0.0,0.15492851096396607,0.15372517456988796,0.0,0.3747326299791026,0.15372517456988796,0.0,0.09757112926092518,0.15372517456988796,0.0,0.16831467108613218,0.15372517456988796,0.0,0.03547083976501263,0.5,0.15372517456988796,0.0,0.007321641878234174,0.15372517456988796,0.0,0.005386519731022303,0.5,0.15372517456988796,0.0,0.05714785516609045,0.15372517456988796,0.0,0.018505951775342942,0.15372517456988796,0.0,0.47445830898588237,0.15372517456988796,0.0,0.5909267452738998,0.15372517456988796,0.0,0.442465521152696,0.15372517456988796,0.0,0.06695293349421022,0.15372517456988796,0.0,0.053363468482231724,0.5,0.15372517456988796,0.0,0.023055794758266468,0.0,0.319863382366433,1.0059133804406677 -7929,0.5,0.15372517456988796,0.00649208047883313,0.18132066191288965,0.15372517456988796,0.0016604579604393625,0.5013275140683952,0.15372517456988796,0.012121292905812368,0.07643313976922256,0.15372517456988796,0.026328449929195405,0.1694906712972245,0.15372517456988796,0.0005387634736397053,0.35465177599832803,0.15372517456988796,6.208003727790516e-05,0.07755289507170834,0.15372517456988796,0.0012925014120649418,0.14697942003268397,0.15372517456988796,0.0005462417086487288,0.031035839549026223,0.5,0.15372517456988796,0.0013005752899882931,0.005451625220549636,0.15372517456988796,0.01141452261603114,0.005055106432321551,0.5,0.15372517456988796,0.004225258651396798,0.06069053428297555,0.15372517456988796,0.005903013530169971,0.017409140654269538,0.15372517456988796,0.000988784180726887,0.5210798036550878,0.15372517456988796,0.000526101996818095,0.6311283696780512,0.15372517456988796,0.0028638561833033097,0.475584915907534,0.15372517456988796,0.0038869362758076655,0.057839904595858235,0.15372517456988796,0.014012100826999514,0.05339119734295678,0.5,0.15372517456988796,0.03716775504420591,0.022587142895153213,0.0,0.3529000912254843,1.005987833533339 -7930,0.5,0.15372517456988796,0.07906165364449111,0.22566429449155706,0.15372517456988796,0.029716107497670306,0.6642215301643756,0.15372517456988796,0.10838243710061765,0.08582035654357884,0.15372517456988796,0.13367756619347793,0.19423343102159224,0.15372517456988796,0.016969463281122792,0.3391288941728001,0.15372517456988796,0.001536366392539687,0.06869251858498614,0.15372517456988796,0.02843149129947578,0.11381847680399093,0.15372517456988796,0.0062405358167801905,0.02951234274173365,0.5,0.15372517456988796,0.014444430088930106,0.004629974680138839,0.15372517456988796,0.055718002315380384,0.005574417143454922,0.5,0.15372517456988796,0.039638394382857295,0.07001102046731883,0.15372517456988796,0.04212271726465045,0.017438199231571704,0.15372517456988796,0.10216961302016363,0.5822037820618617,0.15372517456988796,0.02717484088210107,0.6708744595164859,0.15372517456988796,0.05480854698326242,0.4885284903150999,0.15372517456988796,0.06498026554323769,0.04420039408420577,0.15372517456988796,0.08096660639943226,0.062114343001875565,0.5,0.15372517456988796,0.1296852108032755,0.026108547510394545,0.0,0.37401029732056135,1.0064570685212766 -7931,0.5,0.15372517456988796,0.13006533516751909,0.30597909724210315,0.15372517456988796,0.053232882948674794,0.6734781714821907,0.15372517456988796,0.20212370487230039,0.1204339975912496,0.15372517456988796,0.21925548731436695,0.264288293676472,0.15372517456988796,0.026175038933201052,0.3169760272923374,0.15372517456988796,0.003526465065483155,0.0630564396564734,0.15372517456988796,0.05157889377608579,0.08878138826780058,0.15372517456988796,0.01174287970695338,0.02618744356160537,0.5,0.15372517456988796,0.029853639258634712,0.003500573728053434,0.15372517456988796,0.09778416231153986,0.00655590029409357,0.5,0.15372517456988796,0.06825427567426624,0.06440639991691223,0.15372517456988796,0.08006595775735259,0.016451150008685182,0.15372517456988796,0.1973598412993478,0.665599966672679,0.15372517456988796,0.05173514703596518,0.6842595353259129,0.15372517456988796,0.1294186931328013,0.4937285210399192,0.15372517456988796,0.13908237108048346,0.03852926008471095,0.15372517456988796,0.14209984009780585,0.07896680190325948,0.5,0.15372517456988796,0.2073388762428201,0.037145779505105135,0.0,0.46485076016102117,1.004237897633624 -7932,0.5,0.15372517456988796,0.14927922631462645,0.40591600622091323,0.15372517456988796,0.06727158030069202,0.7370509082703283,0.15372517456988796,0.2580677502424063,0.1958582858727212,0.15372517456988796,0.27145731971339404,0.3557705876165373,0.15372517456988796,0.017134399485058332,0.28891888388566417,0.15372517456988796,0.005009199005096142,0.056643285653640435,0.15372517456988796,0.05101921017822835,0.07586855462549745,0.15372517456988796,0.020082117989941792,0.02330837620796727,0.5,0.15372517456988796,0.03754360367900006,0.0037251271115777986,0.15372517456988796,0.11097661868585704,0.005180266611787238,0.5,0.15372517456988796,0.10200213881604064,0.057948033253268125,0.15372517456988796,0.11203330995543068,0.016280938622967586,0.15372517456988796,0.2215898137191036,0.7403641998899433,0.15372517456988796,0.05177864377015376,0.6542912573964232,0.15372517456988796,0.17892589966563066,0.4941554064405992,0.15372517456988796,0.17360239314739995,0.03861882253068721,0.15372517456988796,0.16412531225062602,0.08058915219802987,0.5,0.15372517456988796,0.230630282782114,0.03889895553829928,0.0,0.5854077053903944,0.9997385752330182 -7933,0.5,0.15372517456988796,0.17886810197825057,0.45750490053697734,0.15372517456988796,0.06870838484926417,0.7278837251491149,0.15372517456988796,0.2651236712097173,0.20741318033300654,0.15372517456988796,0.2671343764884013,0.4046349905385356,0.15372517456988796,0.01771680460561975,0.26220145018014346,0.15372517456988796,0.00734084252168727,0.049746969883239976,0.15372517456988796,0.027628184149514873,0.06528066995080424,0.15372517456988796,0.025545115673327488,0.022621748069976105,0.5,0.15372517456988796,0.0384644069117969,0.004847728076772391,0.15372517456988796,0.12007213193624951,0.004282105554063553,0.5,0.15372517456988796,0.13723417542888733,0.057567597644546525,0.15372517456988796,0.12448328201598494,0.01605516848180302,0.15372517456988796,0.2220162036655863,0.7627491673020256,0.15372517456988796,0.04050092627023674,0.6297580959928915,0.15372517456988796,0.17898475303457317,0.5128130627018954,0.15372517456988796,0.1636465703728596,0.038650376796344615,0.15372517456988796,0.14866123821942978,0.08276018045359364,0.5,0.15372517456988796,0.2146848431689414,0.03432605787100963,0.0,0.6546745234262101,0.9959627034630719 -7934,0.5,0.15372517456988796,0.19493474879916386,0.46560286252647454,0.15372517456988796,0.05680639106786541,0.7230270696712869,0.15372517456988796,0.2268001481039255,0.20871736491334497,0.15372517456988796,0.20024898538528388,0.4009037972722776,0.15372517456988796,0.016840419871257357,0.24040043800681304,0.15372517456988796,0.009462045156401044,0.04549331896759293,0.15372517456988796,0.014276558543231128,0.05819309080600733,0.15372517456988796,0.023000790253910622,0.022816544915978496,0.5,0.15372517456988796,0.02930253747724739,0.00644937403349283,0.15372517456988796,0.10137086177376406,0.002516985802490357,0.5,0.15372517456988796,0.14147189705020718,0.04833783660800129,0.15372517456988796,0.12217541231757093,0.013734878239603869,0.15372517456988796,0.19973017718074967,0.7486843293040379,0.15372517456988796,0.02733562475634179,0.6346881172579213,0.15372517456988796,0.14119554834483872,0.5207801916978748,0.15372517456988796,0.10342717183157711,0.032502653883628635,0.15372517456988796,0.11635517212608132,0.07650354829090208,0.5,0.15372517456988796,0.1294881580373883,0.02560722286061577,0.0,0.6998742639630281,0.9983532850304534 -7935,0.5,0.15372517456988796,0.11864775708896352,0.42883595709254313,0.15372517456988796,0.027806112229374447,0.7813242454223444,0.15372517456988796,0.1395071056731456,0.18349297462441758,0.15372517456988796,0.09917527548744248,0.32744385165956696,0.15372517456988796,0.011018703613526866,0.23779473165894952,0.15372517456988796,0.006840648120987491,0.045222908509678014,0.15372517456988796,0.0066532883433663564,0.06399591351204564,0.15372517456988796,0.013292422826755062,0.02517046282657673,0.5,0.15372517456988796,0.02456922960535023,0.007259895069571117,0.15372517456988796,0.07766517398306824,0.0030200946111262087,0.5,0.15372517456988796,0.10655900893430285,0.034541341503205716,0.15372517456988796,0.08914379504003606,0.00957477623318643,0.15372517456988796,0.14976657983329933,0.7430885155837068,0.15372517456988796,0.014142412933740491,0.651233081306982,0.15372517456988796,0.07962859185632451,0.4948967442240566,0.15372517456988796,0.040462762787917245,0.029565011503551637,0.15372517456988796,0.0610143029248911,0.055320807819939914,0.5,0.15372517456988796,0.07353403472003331,0.018098836011579328,0.0,0.7097880184251902,1.0001448690578532 -7936,0.5,0.15372517456988796,0.0,0.39263627972637566,0.15372517456988796,0.0,0.7940717357880204,0.15372517456988796,0.0,0.1610173675614646,0.15372517456988796,0.0,0.2568146531755225,0.15372517456988796,9.788883965415038e-05,0.22674918877393774,0.15372517456988796,0.0019472451519477274,0.04346569089043299,0.15372517456988796,0.0011002863609150062,0.07295209570494082,0.15372517456988796,0.005169515311326679,0.02407945692136113,0.5,0.15372517456988796,0.00884869142387904,0.006380292153489253,0.15372517456988796,0.0322383716343717,0.004450979178536872,0.5,0.15372517456988796,0.04302584869961058,0.018683409744025138,0.15372517456988796,0.04011809667912242,0.010272832411777979,0.15372517456988796,0.0,0.7737342949636485,0.15372517456988796,6.225237109178556e-05,0.6413764076779207,0.15372517456988796,0.0,0.4701737937407933,0.15372517456988796,0.0048073397913221405,0.02909920542601655,0.15372517456988796,0.0069788872884331355,0.037945847064621674,0.5,0.15372517456988796,0.00574816303257451,0.01861449063811515,0.0,0.744080324449989,0.994590889376451 -7937,0.5,0.15372517456988796,0.0,0.39073373242985554,0.15372517456988796,0.0,0.8523406007626747,0.15372517456988796,0.0,0.15247506910956715,0.15372517456988796,0.0,0.24028482993428946,0.15372517456988796,0.0,0.22824590072501552,0.15372517456988796,0.0,0.03954334262878522,0.15372517456988796,0.0,0.0749202330883472,0.15372517456988796,0.0,0.024416375157769066,0.5,0.15372517456988796,0.0,0.006184977616739369,0.15372517456988796,0.0,0.006107202057864674,0.5,0.15372517456988796,0.0,0.015832783848489226,0.15372517456988796,0.0,0.012630654556406292,0.15372517456988796,0.0,0.823484663824177,0.15372517456988796,0.0,0.6512730196243193,0.15372517456988796,0.0,0.4496385494674826,0.15372517456988796,0.0,0.032999085600196966,0.15372517456988796,0.0,0.03210281105451525,0.5,0.15372517456988796,0.0,0.01920740250744566,0.0,0.7482622253456395,0.9915274792004368 -7938,0.5,0.15372517456988796,0.0,0.4010337860162049,0.15372517456988796,0.0,0.8636639419714819,0.15372517456988796,0.0,0.14674236316387748,0.15372517456988796,0.0,0.24290524476899944,0.15372517456988796,0.0,0.2433145011389889,0.15372517456988796,0.0,0.036072371252245265,0.15372517456988796,0.0,0.07832038089075401,0.15372517456988796,0.0,0.024890820853519555,0.5,0.15372517456988796,0.0,0.006861812612892586,0.15372517456988796,0.0,0.006481770295249607,0.5,0.15372517456988796,0.0,0.012343619755851042,0.15372517456988796,0.0,0.013181566949213906,0.15372517456988796,0.0,0.8660324093537215,0.15372517456988796,0.0,0.6716030280147143,0.15372517456988796,0.0,0.4370850291551123,0.15372517456988796,0.0,0.03427693232981755,0.15372517456988796,0.0,0.03131194462315328,0.5,0.15372517456988796,0.0,0.021285144663172845,0.0,0.7676880431087445,0.9915137990664901 -7939,0.5,0.15372517456988796,0.0,0.4139756754434972,0.15372517456988796,0.0,0.7969109490889489,0.15372517456988796,0.0,0.14210534869669525,0.15372517456988796,0.0,0.2379531156376923,0.15372517456988796,0.0,0.2402210668850517,0.15372517456988796,0.0,0.03721542579849516,0.15372517456988796,0.0,0.0752523140187115,0.15372517456988796,0.0,0.025609459986660824,0.5,0.15372517456988796,0.0,0.007952233821114789,0.15372517456988796,0.0,0.006359272964703462,0.5,0.15372517456988796,0.0,0.01126474688860902,0.15372517456988796,0.0,0.013700755887140072,0.15372517456988796,0.0,0.8682019853896581,0.15372517456988796,0.0,0.6692024997336374,0.15372517456988796,0.0,0.4146616721979214,0.15372517456988796,0.0,0.034663861946971686,0.15372517456988796,0.0,0.028521942697865742,0.5,0.15372517456988796,0.0,0.02315492623621792,0.0,0.7360197218925504,0.9956089089349656 -7940,0.5,0.15372517456988796,0.0,0.4283589410119738,0.15372517456988796,0.0,0.8028641981597195,0.15372517456988796,0.0,0.12395106239671487,0.15372517456988796,0.0,0.2349178254917356,0.15372517456988796,0.0,0.2425449621133473,0.15372517456988796,0.0,0.03944987420963407,0.15372517456988796,0.0,0.07168329038716484,0.15372517456988796,0.0,0.025428046609956498,0.5,0.15372517456988796,0.0,0.00859115312617592,0.15372517456988796,0.0,0.006268319929520256,0.5,0.15372517456988796,0.0,0.014707354998228532,0.15372517456988796,0.0,0.016238381735363967,0.15372517456988796,0.0,0.850791149316167,0.15372517456988796,0.0,0.644493035077062,0.15372517456988796,0.0,0.40122742525656996,0.15372517456988796,0.0,0.03301158517482405,0.15372517456988796,0.0,0.028024305352209823,0.5,0.15372517456988796,0.0,0.024986870890582564,0.0,0.6926083852549898,1.0024084793781811 -7941,0.5,0.15372517456988796,0.0,0.46229688713088235,0.15372517456988796,0.0,0.8050840929237241,0.15372517456988796,0.0,0.11420992872362747,0.15372517456988796,0.0,0.23425796871145824,0.15372517456988796,0.0,0.2422546230777355,0.15372517456988796,0.0,0.04008005732409051,0.15372517456988796,0.0,0.06750022371609828,0.15372517456988796,0.0,0.024670624978236792,0.5,0.15372517456988796,0.0,0.01136855719263703,0.15372517456988796,0.0,0.0066877414535775745,0.5,0.15372517456988796,0.0,0.02039103397084107,0.15372517456988796,0.0,0.019503593624574253,0.15372517456988796,0.0,0.8375645405181771,0.15372517456988796,0.0,0.6272787756994345,0.15372517456988796,0.0,0.40271159288800984,0.15372517456988796,0.0,0.028505269585474863,0.15372517456988796,0.0,0.028355233372140666,0.5,0.15372517456988796,0.0,0.027877264537092626,0.0,0.7397379570077024,1.004238771157838 -7942,0.5,0.15372517456988796,0.0,0.44702074223007815,0.15372517456988796,0.0,0.7930027769757402,0.15372517456988796,0.0,0.10100318114842424,0.15372517456988796,0.0,0.2273965470824298,0.15372517456988796,0.0,0.23044544724165658,0.15372517456988796,0.0,0.03968832650787937,0.15372517456988796,0.0,0.05515103705050208,0.15372517456988796,0.0,0.028814746668092642,0.5,0.15372517456988796,0.0,0.015614391507439412,0.15372517456988796,0.0,0.008050649888981458,0.5,0.15372517456988796,0.0,0.023305310178054286,0.15372517456988796,0.0,0.02521390858992113,0.15372517456988796,0.0,0.834511776360939,0.15372517456988796,0.0,0.6123130794072249,0.15372517456988796,0.0,0.409359154448314,0.15372517456988796,0.0,0.022799328261815584,0.15372517456988796,0.0,0.029373585520097518,0.5,0.15372517456988796,0.0,0.02835856078039431,0.0,0.7526484170187252,1.004069811051759 -7943,0.5,0.15372517456988796,0.0,0.4098967992244795,0.15372517456988796,0.0,0.8089253078355201,0.15372517456988796,0.0,0.07962204614646719,0.15372517456988796,0.0,0.21576698448210505,0.15372517456988796,0.0,0.2137132647559652,0.15372517456988796,0.0,0.04362555841777211,0.15372517456988796,0.0,0.050758330156881235,0.15372517456988796,0.0,0.034507624407557724,0.5,0.15372517456988796,0.0,0.019505219783497018,0.15372517456988796,0.0,0.00991650387974463,0.5,0.15372517456988796,0.0,0.024258514522199855,0.15372517456988796,0.0,0.029179604228642964,0.15372517456988796,0.0,0.8434725755542702,0.15372517456988796,0.0,0.5983427355133328,0.15372517456988796,0.0,0.385963377934319,0.15372517456988796,0.0,0.01932331156159833,0.15372517456988796,0.0,0.029431215644985045,0.5,0.15372517456988796,0.0,0.029063136658532378,0.0,0.7232232192336081,1.0003250172524545 -7944,0.5,0.15372517456988796,0.0,0.38683601200523127,0.15372517456988796,0.0,0.7773757461693859,0.15372517456988796,0.0,0.06624589535885039,0.15372517456988796,0.0,0.20937059021516535,0.15372517456988796,0.0,0.20266734047836765,0.15372517456988796,0.0,0.04888041980075729,0.15372517456988796,0.0,0.05320499744930145,0.15372517456988796,0.0,0.040456918320767976,0.5,0.15372517456988796,0.0,0.021417982037881915,0.15372517456988796,0.0,0.012512748811041937,0.5,0.15372517456988796,0.0,0.02636485791516379,0.15372517456988796,0.0,0.032934551325719714,0.15372517456988796,0.0,0.8409124081830085,0.15372517456988796,0.0,0.5892848772704139,0.15372517456988796,0.0,0.34723455232247874,0.15372517456988796,0.0,0.017982850068489167,0.15372517456988796,0.0,0.028839944418425446,0.5,0.15372517456988796,0.0,0.033807005930397975,0.0,0.7055939758944294,0.9950378093130345 -7945,0.5,0.15372517456988796,0.0,0.37547088176036925,0.15372517456988796,0.0,0.7178773350608555,0.15372517456988796,0.0,0.057571880728433306,0.15372517456988796,0.0,0.20615851788951006,0.15372517456988796,0.0,0.18791734681532896,0.15372517456988796,0.0,0.05341493552224143,0.15372517456988796,0.0,0.05320193903502175,0.15372517456988796,0.0,0.04516970463984486,0.5,0.15372517456988796,0.0,0.02553177211303846,0.15372517456988796,0.0,0.013536918412666604,0.5,0.15372517456988796,0.0,0.02636590098039921,0.15372517456988796,0.0,0.03519416886008579,0.15372517456988796,0.0,0.8219268267769302,0.15372517456988796,0.0,0.5759895665371638,0.15372517456988796,0.0,0.35180291950904746,0.15372517456988796,0.0,0.02107175104711942,0.15372517456988796,0.0,0.02836831705628487,0.5,0.15372517456988796,0.0,0.036397334490591376,0.0,0.6809430434810737,0.9911923456694124 -7946,0.5,0.15372517456988796,0.0,0.3959438692491702,0.15372517456988796,0.0,0.7092468648231982,0.15372517456988796,0.0,0.05553502346241347,0.15372517456988796,0.0,0.2073921746078852,0.15372517456988796,0.0,0.1768453036654719,0.15372517456988796,0.0,0.05696117291533673,0.15372517456988796,0.0,0.054187850079779214,0.15372517456988796,0.0,0.04828562072354251,0.5,0.15372517456988796,0.0,0.02993190212561241,0.15372517456988796,0.0,0.014344717239086827,0.5,0.15372517456988796,0.0,0.02801118984859052,0.15372517456988796,0.0,0.03672598725565424,0.15372517456988796,0.0,0.7872837443956175,0.15372517456988796,0.0,0.5672678696100998,0.15372517456988796,0.0,0.36591099806334054,0.15372517456988796,0.0,0.024440578134666418,0.15372517456988796,0.0,0.0277586879464688,0.5,0.15372517456988796,0.0,0.035998275542181414,0.0,0.6843556364065626,0.9883462001938046 -7947,0.5,0.15372517456988796,0.0,0.41519309260365733,0.15372517456988796,0.0,0.7219303232901214,0.15372517456988796,0.0,0.05854061223900257,0.15372517456988796,0.0,0.21155207798085865,0.15372517456988796,0.0,0.16836865562544623,0.15372517456988796,0.0,0.05610451789570311,0.15372517456988796,0.0,0.057140203705988914,0.15372517456988796,0.0,0.05030880055040066,0.5,0.15372517456988796,0.0,0.03214571219781918,0.15372517456988796,0.0,0.018352338042593196,0.5,0.15372517456988796,0.0,0.030892679000643374,0.15372517456988796,0.0,0.03631514562423898,0.15372517456988796,0.0,0.751081068974881,0.15372517456988796,0.0,0.5690328874916343,0.15372517456988796,0.0,0.35763456478952804,0.15372517456988796,0.0,0.027150368342828555,0.15372517456988796,0.0,0.027785843257676288,0.5,0.15372517456988796,0.0,0.039056845138125296,0.0,0.7148923007903273,0.9892576374311908 -7948,0.5,0.15372517456988796,0.0,0.4337234730924886,0.15372517456988796,0.0,0.7213895302234555,0.15372517456988796,0.0,0.06078276253741097,0.15372517456988796,0.0,0.2286234070089688,0.15372517456988796,0.0,0.15956865712080887,0.15372517456988796,0.0,0.058689290907453145,0.15372517456988796,0.0,0.060970873328583045,0.15372517456988796,0.0,0.05201254786195171,0.5,0.15372517456988796,0.0,0.03304200770538572,0.15372517456988796,0.0,0.01763215332482073,0.5,0.15372517456988796,0.0,0.036720880922263485,0.15372517456988796,0.0,0.03723471254036664,0.15372517456988796,0.0,0.7643868704317404,0.15372517456988796,0.0,0.5712120598357885,0.15372517456988796,0.0,0.3566390659707039,0.15372517456988796,0.0,0.03104934695955843,0.15372517456988796,0.0,0.029482116935970287,0.5,0.15372517456988796,0.0,0.04130191688921476,0.0,0.7406505044462106,0.9922673965337397 -7949,0.5,0.15372517456988796,0.0,0.47577510633799336,0.15372517456988796,0.0,0.7049654177013057,0.15372517456988796,0.0,0.06283848443705771,0.15372517456988796,0.0,0.2465671802714797,0.15372517456988796,0.0,0.16910085290438773,0.15372517456988796,0.0,0.0687654133086586,0.15372517456988796,0.0,0.06413866660247382,0.15372517456988796,0.0,0.058888191386891005,0.5,0.15372517456988796,0.0,0.03417736302534895,0.15372517456988796,0.0,0.016045018849453287,0.5,0.15372517456988796,0.0,0.04453758676666191,0.15372517456988796,0.0,0.039123771530962734,0.15372517456988796,0.0,0.7922255985414124,0.15372517456988796,0.0,0.5837839092520272,0.15372517456988796,0.0,0.3827284247349847,0.15372517456988796,0.0,0.031423234976003966,0.15372517456988796,0.0,0.030890195314946,0.5,0.15372517456988796,0.0,0.038751617479864206,0.0,0.7619512058912724,0.9937397563558048 -7950,0.5,0.15372517456988796,0.0,0.5048721605871818,0.15372517456988796,0.0,0.693244572570038,0.15372517456988796,0.0,0.06428315021713508,0.15372517456988796,0.0,0.2627721468691001,0.15372517456988796,0.0,0.18025251984239435,0.15372517456988796,0.0,0.08466109800111524,0.15372517456988796,0.0,0.06651542535474704,0.15372517456988796,0.0,0.06159491521110634,0.5,0.15372517456988796,0.0,0.036457689395590395,0.15372517456988796,0.0,0.016656290859008514,0.5,0.15372517456988796,0.0,0.04756326912308124,0.15372517456988796,0.0,0.03978871299326084,0.15372517456988796,0.0,0.7963862354716615,0.15372517456988796,0.0,0.5992013273657212,0.15372517456988796,0.0,0.3862334855819122,0.15372517456988796,0.0,0.029625321813445557,0.15372517456988796,0.0,0.031370683103880734,0.5,0.15372517456988796,0.0,0.038326871919534135,0.0,0.8012465716862792,0.9950724296127386 -7951,0.5,0.15372517456988796,0.0,0.5237361213045806,0.15372517456988796,0.0,0.7972918623343362,0.15372517456988796,0.0,0.07016439870747303,0.15372517456988796,0.0,0.2690124468486762,0.15372517456988796,0.0,0.18845197491841356,0.15372517456988796,0.0,0.09553773610870628,0.15372517456988796,0.0,0.07728989213414666,0.15372517456988796,0.0,0.06559153038508467,0.5,0.15372517456988796,0.0,0.04200389789157203,0.15372517456988796,0.0,0.017990372043262887,0.5,0.15372517456988796,0.0,0.05231286749650714,0.15372517456988796,0.0,0.0421126693741393,0.15372517456988796,0.0,0.7931025585640388,0.15372517456988796,0.0,0.6046770336886795,0.15372517456988796,0.0,0.4175046779414571,0.15372517456988796,0.0,0.029486761242923924,0.15372517456988796,0.0,0.033408660290372885,0.5,0.15372517456988796,0.0,0.04116460544360395,0.0,0.8260106419914413,0.994524536015609 -7952,0.5,0.15372517456988796,0.0,0.527294398826664,0.15372517456988796,0.0,0.7384381256063838,0.15372517456988796,0.0,0.08423296377537721,0.15372517456988796,0.0,0.2684145912769565,0.15372517456988796,0.0,0.20865137683650722,0.15372517456988796,0.0,0.09911949800271305,0.15372517456988796,0.0,0.09178727235496399,0.15372517456988796,0.0,0.07127373530413322,0.5,0.15372517456988796,0.0,0.04608443304888474,0.15372517456988796,0.0,0.017913520470523792,0.5,0.15372517456988796,0.0,0.05888136958901175,0.15372517456988796,0.0,0.046005511089735586,0.15372517456988796,0.0,0.8225556092723254,0.15372517456988796,0.0,0.6066705516016185,0.15372517456988796,0.0,0.45025887960530625,0.15372517456988796,0.0,0.03128834222815136,0.15372517456988796,0.0,0.037786759758814896,0.5,0.15372517456988796,0.0,0.04705410723512082,0.0,0.831548528207448,0.9946221701454097 -7953,0.5,0.15372517456988796,0.0038351597133297745,0.5327526988054788,0.15372517456988796,0.0005030320807336546,0.8170889672770018,0.15372517456988796,0.010108642260863145,0.10161388112773977,0.15372517456988796,0.01276325813609742,0.2839799675883012,0.15372517456988796,0.0008430240810140424,0.23474695608991225,0.15372517456988796,0.0008806311087596856,0.10303362348412419,0.15372517456988796,0.002967148128106364,0.09785152829294486,0.15372517456988796,0.002580554620017365,0.07277565767649222,0.5,0.15372517456988796,0.005339185929676346,0.04818553905556385,0.15372517456988796,0.03655219738071472,0.019147313542152714,0.5,0.15372517456988796,0.01207731559255363,0.06438785908600933,0.15372517456988796,0.023259018257181265,0.05090416315896601,0.15372517456988796,0.00013533253798099195,0.8440737797785319,0.15372517456988796,0.00023339907864695472,0.625362514722462,0.15372517456988796,0.002172331310960815,0.48338174541694034,0.15372517456988796,0.00646410595783611,0.03619805838751068,0.15372517456988796,0.021724374085171555,0.04399231354036462,0.5,0.15372517456988796,0.05091405469778995,0.05290790910948324,0.0,0.8199084652892148,0.9953024676589004 -7954,0.5,0.15372517456988796,0.037648645976038814,0.5749369386425526,0.15372517456988796,0.010102806976594601,0.8467295228585413,0.15372517456988796,0.09017273801574407,0.12166444491930502,0.15372517456988796,0.07619393586401514,0.33166013860557986,0.15372517456988796,0.0769264194064117,0.2990708483926344,0.15372517456988796,0.06994725960288971,0.10693156582549779,0.15372517456988796,0.10535246882574367,0.0990446562074105,0.15372517456988796,0.08081542209700991,0.07428145658714004,0.5,0.15372517456988796,0.10758977867666832,0.05690768219126956,0.15372517456988796,0.17392714371750068,0.023710416374803474,0.5,0.15372517456988796,0.1381445974322045,0.08390574944730815,0.15372517456988796,0.15857238036292462,0.05332252209707037,0.15372517456988796,0.012826352775000455,0.8623643466112347,0.15372517456988796,0.032197436188500836,0.6897617405923615,0.15372517456988796,0.04195641478502006,0.5337043784852397,0.15372517456988796,0.11643850963652219,0.03724174571503264,0.15372517456988796,0.13927178261080908,0.048956156398314354,0.5,0.15372517456988796,0.18207443076884874,0.06564695861958342,0.0,0.8393480676784125,0.9959486376566267 -7955,0.5,0.15372517456988796,0.06610740473909205,0.6165796016094656,0.15372517456988796,0.024733066273315327,0.8113151621077058,0.15372517456988796,0.16845913122493092,0.15155508786910502,0.15372517456988796,0.1258838630654895,0.4081630067914045,0.15372517456988796,0.17976759599406075,0.3847037465783507,0.15372517456988796,0.15356981420404522,0.11411548020550376,0.15372517456988796,0.23795040061590242,0.10656123024845883,0.15372517456988796,0.20866803252503502,0.08814623900771518,0.5,0.15372517456988796,0.23256785913224398,0.08652972098625346,0.15372517456988796,0.31315933130703333,0.034017060172488754,0.5,0.15372517456988796,0.27853176498721494,0.18692786480208112,0.15372517456988796,0.29893757719960695,0.07737718603066715,0.15372517456988796,0.02956618356409415,0.8677485104533756,0.15372517456988796,0.07356945981764225,0.7531650187010349,0.15372517456988796,0.08242916524230841,0.5688321952179854,0.15372517456988796,0.22354565068024956,0.040285105648644334,0.15372517456988796,0.26200820719238926,0.0861807780281947,0.5,0.15372517456988796,0.3003807551072121,0.12167643546187039,0.0,0.8604181042674172,0.9945706673343027 -7956,0.5,0.15372517456988796,0.08901467197065357,0.6534723790009763,0.15372517456988796,0.04425919710452774,0.8184761306983215,0.15372517456988796,0.22656711119522846,0.1965574954725204,0.15372517456988796,0.1546366974308902,0.4754383337899107,0.15372517456988796,0.2582306587244725,0.491120308845286,0.15372517456988796,0.21732112009909768,0.13185347072550446,0.15372517456988796,0.3256185906820526,0.13834808577936317,0.15372517456988796,0.3213682509768815,0.15421023388186822,0.5,0.15372517456988796,0.3449131030471134,0.13558713547371534,0.15372517456988796,0.4032989703421412,0.037320210337957974,0.5,0.15372517456988796,0.38562387375914264,0.21990304097647975,0.15372517456988796,0.3841800292633045,0.0999293216113176,0.15372517456988796,0.03964227740891788,0.8577443113910573,0.15372517456988796,0.08894071852659219,0.7803440682948646,0.15372517456988796,0.11268118189602672,0.6008598773095841,0.15372517456988796,0.29461093516701736,0.051423631958563136,0.15372517456988796,0.354000349758795,0.13701035904852327,0.5,0.15372517456988796,0.3757777009111994,0.1632447664148985,0.0,0.8622922769962845,0.9934041580114373 -7957,0.5,0.15372517456988796,0.08554119896644036,0.7034315743540458,0.15372517456988796,0.05968480289592865,0.8594921153254313,0.15372517456988796,0.25320911628306414,0.24347722273021333,0.15372517456988796,0.16082377448145882,0.5394355583271774,0.15372517456988796,0.2821957755503814,0.5393271878655582,0.15372517456988796,0.2667210487047479,0.15221847983094028,0.15372517456988796,0.3581247757177778,0.1584606824545228,0.15372517456988796,0.3798810054357233,0.20077451664696622,0.5,0.15372517456988796,0.39964350765398426,0.17631508778100174,0.15372517456988796,0.42952234189822214,0.04765874610034232,0.5,0.15372517456988796,0.42569481162571765,0.2778907243333901,0.15372517456988796,0.4156916298464831,0.12415475381784748,0.15372517456988796,0.04265789776323459,0.8480215280088736,0.15372517456988796,0.078368737910192,0.785295708259661,0.15372517456988796,0.12337126982389232,0.604653636611462,0.15372517456988796,0.3199292616819033,0.06868294178837359,0.15372517456988796,0.38264210895901984,0.1546293882334736,0.5,0.15372517456988796,0.3830147250669164,0.17173069412933228,0.0,0.8632334441836058,0.9951591032922089 -7958,0.5,0.15372517456988796,0.09080961386740412,0.6938954174585649,0.15372517456988796,0.05631507780226895,0.8536596213084159,0.15372517456988796,0.23424564007141166,0.2988073125319219,0.15372517456988796,0.13565701484279102,0.5606463566171246,0.15372517456988796,0.23035724763411128,0.5497893841718433,0.15372517456988796,0.2914663561727158,0.1690633211342697,0.15372517456988796,0.31719383381205524,0.17944989575296896,0.15372517456988796,0.368304133338621,0.20596779645614757,0.5,0.15372517456988796,0.3756370416598873,0.1912977855533521,0.15372517456988796,0.403117503526852,0.06383838816656973,0.5,0.15372517456988796,0.39495837466300765,0.2906826512430946,0.15372517456988796,0.39318561994824897,0.11657038377379096,0.15372517456988796,0.04055095299542698,0.8619389076333136,0.15372517456988796,0.061817678165872865,0.7643450201562484,0.15372517456988796,0.11391884126019977,0.6077454969331344,0.15372517456988796,0.2894725465784744,0.08708934580856703,0.15372517456988796,0.3278455527208797,0.1698592314985317,0.5,0.15372517456988796,0.34526368714211725,0.191463233263028,0.0,0.8637058391020815,0.9970123976377895 -7959,0.5,0.15372517456988796,0.062072751229777734,0.6329136859708262,0.15372517456988796,0.033369329313469316,0.8111454332192494,0.15372517456988796,0.15007899437982708,0.30855980322381493,0.15372517456988796,0.06967946312877672,0.5458233784069767,0.15372517456988796,0.13932358482987406,0.5565079238548699,0.15372517456988796,0.24878812917732807,0.19321973274782492,0.15372517456988796,0.21336172534456194,0.1835245682657711,0.15372517456988796,0.2792508050448443,0.18019886532307433,0.5,0.15372517456988796,0.28802787129995006,0.16432831750120394,0.15372517456988796,0.29132610811329007,0.06480849406635122,0.5,0.15372517456988796,0.30013424901994135,0.30731485847042894,0.15372517456988796,0.2973845239109977,0.1025771718661526,0.15372517456988796,0.022496741098537047,0.8492810190482564,0.15372517456988796,0.03719864005403524,0.7292208014853818,0.15372517456988796,0.06993005594724457,0.5764882649309735,0.15372517456988796,0.1882658371020723,0.10088574690772728,0.15372517456988796,0.23040170996372467,0.17537841289395553,0.5,0.15372517456988796,0.2566423688564897,0.1717713390387549,0.0,0.8527965289954973,0.9976821483414149 -7960,0.5,0.15372517456988796,0.0,0.5773828163223093,0.15372517456988796,0.0,0.7322798450485745,0.15372517456988796,0.0,0.30607742244036046,0.15372517456988796,0.0,0.5080507216636119,0.15372517456988796,0.008664497554745822,0.5454612277423925,0.15372517456988796,0.06968806267251075,0.2150156627030016,0.15372517456988796,0.03748690456660152,0.17939056058791258,0.15372517456988796,0.06088450457113714,0.14272212394880257,0.5,0.15372517456988796,0.07616605359488612,0.1257419580315896,0.15372517456988796,0.08196106155495989,0.057036135283116365,0.5,0.15372517456988796,0.05895060181103939,0.2777299190293309,0.15372517456988796,0.08686514185019502,0.09604266166601351,0.15372517456988796,0.0,0.8135748999562995,0.15372517456988796,0.0,0.6987115118139111,0.15372517456988796,0.0,0.5239693434803168,0.15372517456988796,0.019164651358841666,0.1094269735979782,0.15372517456988796,0.01876866420508858,0.1648792483784745,0.5,0.15372517456988796,0.020303978563012734,0.1537251562673504,0.0,0.814124003565527,1.000021653889577 -7961,0.5,0.15372517456988796,0.0,0.5759819290250159,0.15372517456988796,0.0,0.7136117716018103,0.15372517456988796,0.0,0.3393052335229171,0.15372517456988796,0.0,0.516522634030568,0.15372517456988796,0.0,0.5412904650446693,0.15372517456988796,0.0,0.22839528114029278,0.15372517456988796,0.0,0.19238051527102507,0.15372517456988796,0.0,0.1298017504471043,0.5,0.15372517456988796,0.0,0.12425107446011567,0.15372517456988796,0.0,0.050711274112418346,0.5,0.15372517456988796,0.0,0.2657344606456833,0.15372517456988796,0.0,0.10339659055257432,0.15372517456988796,0.0,0.7827476031662062,0.15372517456988796,0.0,0.6776123436919022,0.15372517456988796,0.0,0.4952623280862242,0.15372517456988796,0.0,0.13340442542829226,0.15372517456988796,0.0,0.15979195457976986,0.5,0.15372517456988796,0.0,0.138325524138875,0.0,0.8370355406660479,1.0049512045814912 -7962,0.5,0.15372517456988796,0.0,0.6026547706287045,0.15372517456988796,0.0,0.7734007717630078,0.15372517456988796,0.0,0.3656268538363783,0.15372517456988796,0.0,0.5512838907973778,0.15372517456988796,0.0,0.5585181050807475,0.15372517456988796,0.0,0.22910208587546227,0.15372517456988796,0.0,0.24755696341165184,0.15372517456988796,0.0,0.11794450181178179,0.5,0.15372517456988796,0.0,0.13479374832123522,0.15372517456988796,0.0,0.047688803819702266,0.5,0.15372517456988796,0.0,0.2790160863147487,0.15372517456988796,0.0,0.10441231962507959,0.15372517456988796,0.0,0.7789587197783117,0.15372517456988796,0.0,0.6697799091018706,0.15372517456988796,0.0,0.5198905432213846,0.15372517456988796,0.0,0.17993198004789132,0.15372517456988796,0.0,0.14657804834105304,0.5,0.15372517456988796,0.0,0.11980157670184348,0.0,0.8557116642275147,1.0068999645459507 -7963,0.5,0.15372517456988796,0.0,0.6321519241502792,0.15372517456988796,0.0,0.7947322927503787,0.15372517456988796,0.0,0.3581401117527039,0.15372517456988796,0.0,0.5743588898615535,0.15372517456988796,0.0,0.5462534164645916,0.15372517456988796,0.0,0.22906593803911077,0.15372517456988796,0.0,0.31489471568345795,0.15372517456988796,0.0,0.11995076840344274,0.5,0.15372517456988796,0.0,0.16819387107699635,0.15372517456988796,0.0,0.04609010641537349,0.5,0.15372517456988796,0.0,0.3041467325849908,0.15372517456988796,0.0,0.10207260634835771,0.15372517456988796,0.0,0.7822267449348523,0.15372517456988796,0.0,0.6614224579505574,0.15372517456988796,0.0,0.5492584642709081,0.15372517456988796,0.0,0.1575352544344982,0.15372517456988796,0.0,0.14564892900851475,0.5,0.15372517456988796,0.0,0.11669139007380187,0.0,0.8313791978349805,1.0072472628133933 -7964,0.5,0.15372517456988796,0.0,0.6753532414048039,0.15372517456988796,0.0,0.7061342864328833,0.15372517456988796,0.0,0.38189287437095637,0.15372517456988796,0.0,0.5930156878902991,0.15372517456988796,0.0,0.5042514152873194,0.15372517456988796,0.0,0.23432480693679347,0.15372517456988796,0.0,0.31781562758568094,0.15372517456988796,0.0,0.12624633773520552,0.5,0.15372517456988796,0.0,0.19914582964007946,0.15372517456988796,0.0,0.04344730722289283,0.5,0.15372517456988796,0.0,0.3094008057851285,0.15372517456988796,0.0,0.09446672974307575,0.15372517456988796,0.0,0.7417592942371478,0.15372517456988796,0.0,0.6450887770124729,0.15372517456988796,0.0,0.5784840532289224,0.15372517456988796,0.0,0.118631021335039,0.15372517456988796,0.0,0.15607759207526323,0.5,0.15372517456988796,0.0,0.12279694562208279,0.0,0.8263246239320973,1.0062839252754874 -7965,0.5,0.15372517456988796,0.0,0.7111329943564509,0.15372517456988796,0.0,0.7173783666217621,0.15372517456988796,0.0,0.4536128651940914,0.15372517456988796,0.0,0.5947203355672359,0.15372517456988796,0.0,0.47375567186216194,0.15372517456988796,0.0,0.23928798243444882,0.15372517456988796,0.0,0.2912230067724581,0.15372517456988796,0.0,0.12404177300998553,0.5,0.15372517456988796,0.0,0.16887531981072237,0.15372517456988796,0.0,0.044953058395686224,0.5,0.15372517456988796,0.0,0.27116379656373824,0.15372517456988796,0.0,0.08420121504719941,0.15372517456988796,0.0,0.7196621680944224,0.15372517456988796,0.0,0.6285014273131311,0.15372517456988796,0.0,0.6069671303865672,0.15372517456988796,0.0,0.13772919169343806,0.15372517456988796,0.0,0.1577086955194994,0.5,0.15372517456988796,0.0,0.1286973507533033,0.0,0.8268274296043586,1.006016397698235 -7966,0.5,0.15372517456988796,0.0,0.694280681956808,0.15372517456988796,0.0,0.7483262952349076,0.15372517456988796,0.0,0.5351708065668636,0.15372517456988796,0.0,0.5872294579542786,0.15372517456988796,0.0,0.5015059413050529,0.15372517456988796,0.0,0.24174905749864745,0.15372517456988796,0.0,0.2780717078642463,0.15372517456988796,0.0,0.11101938132707992,0.5,0.15372517456988796,0.0,0.1367616424546096,0.15372517456988796,0.0,0.04133455686997791,0.5,0.15372517456988796,0.0,0.23969881237668,0.15372517456988796,0.0,0.0719934208015761,0.15372517456988796,0.0,0.7065061362738783,0.15372517456988796,0.0,0.6286079060872969,0.15372517456988796,0.0,0.6495099144065195,0.15372517456988796,0.0,0.1764265791288864,0.15372517456988796,0.0,0.15150556475172694,0.5,0.15372517456988796,0.0,0.12334970400209196,0.0,0.8131872030794414,1.0046020794242871 -7967,0.5,0.15372517456988796,0.0,0.6893119062741001,0.15372517456988796,0.0,0.7653462621814293,0.15372517456988796,0.0,0.5742980193929339,0.15372517456988796,0.0,0.5875609377728713,0.15372517456988796,0.0,0.5312556916218388,0.15372517456988796,0.0,0.22654503220536704,0.15372517456988796,0.0,0.3302221261000161,0.15372517456988796,0.0,0.09588745499604495,0.5,0.15372517456988796,0.0,0.09494812420111372,0.15372517456988796,0.0,0.043805797423220674,0.5,0.15372517456988796,0.0,0.21693137963155476,0.15372517456988796,0.0,0.06771992788001617,0.15372517456988796,0.0,0.6847164958329506,0.15372517456988796,0.0,0.6458190047879286,0.15372517456988796,0.0,0.7004433985653356,0.15372517456988796,0.0,0.1733244050749751,0.15372517456988796,0.0,0.14994920235171016,0.5,0.15372517456988796,0.0,0.12125713962826029,0.0,0.8183412149828443,0.9974169918890945 -7968,0.5,0.15372517456988796,0.0,0.6754289455275,0.15372517456988796,0.0,0.8073447700402778,0.15372517456988796,0.0,0.5545274514736938,0.15372517456988796,0.0,0.5823220882125782,0.15372517456988796,0.0,0.572139246744914,0.15372517456988796,0.0,0.22255321741867334,0.15372517456988796,0.0,0.36745184953430665,0.15372517456988796,0.0,0.06945853451528369,0.5,0.15372517456988796,0.0,0.07334195312251825,0.15372517456988796,0.0,0.0441892251583453,0.5,0.15372517456988796,0.0,0.21481997240720468,0.15372517456988796,0.0,0.06609122357995062,0.15372517456988796,0.0,0.679862139500974,0.15372517456988796,0.0,0.6896366888343912,0.15372517456988796,0.0,0.7068657724651908,0.15372517456988796,0.0,0.1689720287462765,0.15372517456988796,0.0,0.1593682736611739,0.5,0.15372517456988796,0.0,0.12450266174611635,0.0,0.8189534598397759,0.990827502061837 -7969,0.5,0.15372517456988796,0.0,0.6612867207035987,0.15372517456988796,0.0,0.8416037305287358,0.15372517456988796,0.0,0.5021555522565434,0.15372517456988796,0.0,0.5831337192423497,0.15372517456988796,0.0,0.6451214679980398,0.15372517456988796,0.0,0.2308254129597122,0.15372517456988796,0.0,0.3755953051055357,0.15372517456988796,0.0,0.05692630235820169,0.5,0.15372517456988796,0.0,0.06673721343341377,0.15372517456988796,0.0,0.041880374759475154,0.5,0.15372517456988796,0.0,0.25399281338148183,0.15372517456988796,0.0,0.06199190193770998,0.15372517456988796,0.0,0.7272065145677347,0.15372517456988796,0.0,0.7249439157215185,0.15372517456988796,0.0,0.6889858665910228,0.15372517456988796,0.0,0.1969570864500031,0.15372517456988796,0.0,0.17956959072679476,0.5,0.15372517456988796,0.0,0.12563135622787178,0.0,0.8161707360530217,0.9789890789029199 -7970,0.5,0.15372517456988796,0.0,0.6617433705993722,0.15372517456988796,0.0,0.8598919261942822,0.15372517456988796,0.0,0.4633498314092945,0.15372517456988796,0.0,0.5708409566565699,0.15372517456988796,0.0,0.6726856326075705,0.15372517456988796,0.0,0.2661056447151354,0.15372517456988796,0.0,0.36876333203444217,0.15372517456988796,0.0,0.05884506274100476,0.5,0.15372517456988796,0.0,0.06279217541474175,0.15372517456988796,0.0,0.03405748786862474,0.5,0.15372517456988796,0.0,0.2794066487171433,0.15372517456988796,0.0,0.0660105444509067,0.15372517456988796,0.0,0.7643003185076145,0.15372517456988796,0.0,0.7354923651380995,0.15372517456988796,0.0,0.6801052822265494,0.15372517456988796,0.0,0.21631080794516425,0.15372517456988796,0.0,0.18754782340159268,0.5,0.15372517456988796,0.0,0.11474002050889796,0.0,0.8107295197008819,0.9653208364872818 -7971,0.5,0.15372517456988796,0.0,0.6680891297575765,0.15372517456988796,0.0,0.833953918099475,0.15372517456988796,0.0,0.4587511661566283,0.15372517456988796,0.0,0.5690949605686851,0.15372517456988796,0.0,0.6012139837402727,0.15372517456988796,0.0,0.26729542786016086,0.15372517456988796,0.0,0.3783408696032778,0.15372517456988796,0.0,0.07391446426320927,0.5,0.15372517456988796,0.0,0.06835009862277257,0.15372517456988796,0.0,0.028057412912954483,0.5,0.15372517456988796,0.0,0.3510359932208361,0.15372517456988796,0.0,0.06296467573005925,0.15372517456988796,0.0,0.7938492524674015,0.15372517456988796,0.0,0.7217877245659357,0.15372517456988796,0.0,0.6789150634986139,0.15372517456988796,0.0,0.2291270111267704,0.15372517456988796,0.0,0.18960429022893804,0.5,0.15372517456988796,0.0,0.10136987839596287,0.0,0.7968305890013385,0.956707955955491 -7972,0.5,0.15372517456988796,0.0,0.6612955451986701,0.15372517456988796,0.0,0.8185833845761085,0.15372517456988796,0.0,0.47620670837756796,0.15372517456988796,0.0,0.5778131576362227,0.15372517456988796,0.0,0.5845484108012984,0.15372517456988796,0.0,0.26398379852786535,0.15372517456988796,0.0,0.36410777707402603,0.15372517456988796,0.0,0.07916232055964109,0.5,0.15372517456988796,0.0,0.07725551229643751,0.15372517456988796,0.0,0.026237915154740655,0.5,0.15372517456988796,0.0,0.39641002766450656,0.15372517456988796,0.0,0.06037723352602209,0.15372517456988796,0.0,0.7843326208638365,0.15372517456988796,0.0,0.7288007445499222,0.15372517456988796,0.0,0.6920888331477971,0.15372517456988796,0.0,0.2094040296522772,0.15372517456988796,0.0,0.17088726034111681,0.5,0.15372517456988796,0.0,0.09175768830309969,0.0,0.8091742085847444,0.9673987548048311 -7973,0.5,0.15372517456988796,0.0,0.6512118257619963,0.15372517456988796,0.0,0.8136880853599051,0.15372517456988796,0.0,0.5009383355627051,0.15372517456988796,0.0,0.5816507687632461,0.15372517456988796,0.0,0.5983297625632464,0.15372517456988796,0.0,0.25823150276662515,0.15372517456988796,0.0,0.3508380018937959,0.15372517456988796,0.0,0.060347654330216646,0.5,0.15372517456988796,0.0,0.08013511694196482,0.15372517456988796,0.0,0.030397600604683227,0.5,0.15372517456988796,0.0,0.3672367714272205,0.15372517456988796,0.0,0.058857373016789234,0.15372517456988796,0.0,0.7729074554208256,0.15372517456988796,0.0,0.7444899067344566,0.15372517456988796,0.0,0.7016742977538588,0.15372517456988796,0.0,0.18544356739014226,0.15372517456988796,0.0,0.1908194291374139,0.5,0.15372517456988796,0.0,0.08645543925036395,0.0,0.8243590257452916,0.9890703928399631 -7974,0.5,0.15372517456988796,0.0,0.6472924849451689,0.15372517456988796,0.0,0.7981258525314283,0.15372517456988796,0.0,0.5059587051319774,0.15372517456988796,0.0,0.5869413366642628,0.15372517456988796,0.0,0.6494969579781757,0.15372517456988796,0.0,0.254882068789132,0.15372517456988796,0.0,0.3619652878002193,0.15372517456988796,0.0,0.04545140284936734,0.5,0.15372517456988796,0.0,0.0816357586039484,0.15372517456988796,0.0,0.034564780779633486,0.5,0.15372517456988796,0.0,0.3782991821603515,0.15372517456988796,0.0,0.05799442823859953,0.15372517456988796,0.0,0.749929796221844,0.15372517456988796,0.0,0.7426874077791747,0.15372517456988796,0.0,0.7006226340912656,0.15372517456988796,0.0,0.20032059949633052,0.15372517456988796,0.0,0.213609249781,0.5,0.15372517456988796,0.0,0.09533746702449494,0.0,0.816068788872196,0.9978671505686882 -7975,0.5,0.15372517456988796,0.0,0.6312435387751562,0.15372517456988796,0.0,0.7691234541248319,0.15372517456988796,0.0,0.49500515814102436,0.15372517456988796,0.0,0.5693707470587624,0.15372517456988796,0.0,0.6958264369080244,0.15372517456988796,0.0,0.24596339572573805,0.15372517456988796,0.0,0.41739947524982646,0.15372517456988796,0.0,0.04264175695211461,0.5,0.15372517456988796,0.0,0.08450266298891886,0.15372517456988796,0.0,0.03308476065646593,0.5,0.15372517456988796,0.0,0.4174209908918256,0.15372517456988796,0.0,0.06692111827088983,0.15372517456988796,0.0,0.7175292971152891,0.15372517456988796,0.0,0.7452039475591318,0.15372517456988796,0.0,0.6787821420386124,0.15372517456988796,0.0,0.23083794275154346,0.15372517456988796,0.0,0.23041113049629636,0.5,0.15372517456988796,0.0,0.1016113673998884,0.0,0.7927644723567892,1.003745636874897 -7976,0.5,0.15372517456988796,0.0,0.6146418753917929,0.15372517456988796,0.0,0.7387865822139567,0.15372517456988796,0.0,0.48468021957845775,0.15372517456988796,0.0,0.5376771990989312,0.15372517456988796,0.0,0.7053513174892241,0.15372517456988796,0.0,0.27296655181743357,0.15372517456988796,0.0,0.43829294460052787,0.15372517456988796,0.0,0.05617818828513642,0.5,0.15372517456988796,0.0,0.08960078620235798,0.15372517456988796,0.0,0.035923087522879656,0.5,0.15372517456988796,0.0,0.4595682022765361,0.15372517456988796,0.0,0.06926605155796234,0.15372517456988796,0.0,0.6950276537102432,0.15372517456988796,0.0,0.7555087752479387,0.15372517456988796,0.0,0.6599548724701082,0.15372517456988796,0.0,0.23775957601283865,0.15372517456988796,0.0,0.24940030329653493,0.5,0.15372517456988796,0.0,0.10612814249654075,0.0,0.7618062787743134,1.0050295294733544 -7977,0.5,0.15372517456988796,0.002599925025879662,0.6176824368309447,0.15372517456988796,0.0008107711743526634,0.7284141208483002,0.15372517456988796,0.002190479985078512,0.46358482206712737,0.15372517456988796,0.007735762801429954,0.531062866523214,0.15372517456988796,0.00013874229207136058,0.69327862603091,0.15372517456988796,0.0006643085579887707,0.3207669790973289,0.15372517456988796,0.001467860677598671,0.4302173200849677,0.15372517456988796,0.002350652906720461,0.06999694280158916,0.5,0.15372517456988796,0.002024933619728332,0.10517999688899579,0.15372517456988796,0.022894854882664174,0.0400542470894375,0.5,0.15372517456988796,0.004494414287620483,0.5152550972185156,0.15372517456988796,0.01976442916970964,0.07279466591035688,0.15372517456988796,0.00013263603106286202,0.6869999199454137,0.15372517456988796,0.00013998863916115967,0.7486328825109636,0.15372517456988796,0.001165974643933402,0.656696348723841,0.15372517456988796,0.0017873406947044239,0.2080829098417432,0.15372517456988796,0.0041980320105771156,0.276271718757643,0.5,0.15372517456988796,0.02139731007114605,0.13167964943975496,0.0,0.7549019800547246,1.0067715095344174 -7978,0.5,0.15372517456988796,0.031700644197783776,0.6526872534621915,0.15372517456988796,0.03221807656088967,0.7501898569431761,0.15372517456988796,0.02333904291700433,0.44095936430364613,0.15372517456988796,0.06007779442105357,0.5516468817685238,0.15372517456988796,0.018341265092438983,0.7230059900197461,0.15372517456988796,0.08803693408199016,0.331427760455117,0.15372517456988796,0.05285305171796964,0.49088841707600495,0.15372517456988796,0.08743481140926081,0.07615238209917152,0.5,0.15372517456988796,0.0331814849604318,0.1386694910817708,0.15372517456988796,0.10913138742726655,0.05113456465520124,0.5,0.15372517456988796,0.04996945674722933,0.528793570224998,0.15372517456988796,0.1413841219777989,0.09202643371723385,0.15372517456988796,0.038212029702559415,0.7025161434215286,0.15372517456988796,0.02453009557555946,0.7502451649946859,0.15372517456988796,0.024448439320028804,0.6763579358119258,0.15372517456988796,0.02350995774062029,0.21966570096425084,0.15372517456988796,0.03327735870695031,0.29883116517257374,0.5,0.15372517456988796,0.08304486249591032,0.16557336636242742,0.0,0.7885757371925731,1.006201081026696 -7979,0.5,0.15372517456988796,0.06297597577569773,0.6803357108913413,0.15372517456988796,0.07111322961268171,0.7746594299921049,0.15372517456988796,0.051032674212265795,0.4753719943261744,0.15372517456988796,0.12248921986079295,0.5947219548549381,0.15372517456988796,0.04884013569257759,0.7227979145481973,0.15372517456988796,0.21252083188555393,0.31256222872231354,0.15372517456988796,0.13212442577337202,0.5485194134316509,0.15372517456988796,0.17292669765164903,0.09998142186626124,0.5,0.15372517456988796,0.06882257284304566,0.18116031393867016,0.15372517456988796,0.18550061520684075,0.05551745197967614,0.5,0.15372517456988796,0.10156694847641806,0.4737372402794319,0.15372517456988796,0.25498624523523766,0.1088464735836544,0.15372517456988796,0.10657011343629741,0.7111761870707108,0.15372517456988796,0.06461236533258909,0.7612908412439636,0.15372517456988796,0.05855293976836114,0.6955816115995114,0.15372517456988796,0.05242004493571845,0.26199406012806525,0.15372517456988796,0.06571927480007926,0.3437658747999019,0.5,0.15372517456988796,0.1359122011894085,0.20216138306647194,0.0,0.8054817972051621,0.9956869907893348 -7980,0.5,0.15372517456988796,0.08579243974949864,0.6946379952215742,0.15372517456988796,0.09533066002783928,0.8084949975014862,0.15372517456988796,0.071755043327494,0.4663266453030623,0.15372517456988796,0.16073059214275984,0.6281636393957983,0.15372517456988796,0.07619385379445694,0.6914541512302651,0.15372517456988796,0.3146277593387328,0.3011409313261352,0.15372517456988796,0.2220792732220069,0.5500725046717647,0.15372517456988796,0.23107841484231328,0.12276162812993502,0.5,0.15372517456988796,0.09689244656714374,0.19711484049916642,0.15372517456988796,0.23405478811986397,0.05830011146655968,0.5,0.15372517456988796,0.14315977746209313,0.4210395741632613,0.15372517456988796,0.33143902006908854,0.10464755770138413,0.15372517456988796,0.12836208309947375,0.7213567210413024,0.15372517456988796,0.09241406605712141,0.7769063203266208,0.15372517456988796,0.0857108385692012,0.7225189719218782,0.15372517456988796,0.07894542281195856,0.2880847254028108,0.15372517456988796,0.0900351889015279,0.3543180223892612,0.5,0.15372517456988796,0.17645465409331496,0.19893672479348035,0.0,0.7993779735000938,0.9823039421832716 -7981,0.5,0.15372517456988796,0.09574068726309759,0.6912763147951548,0.15372517456988796,0.10008421847438707,0.8345104417265508,0.15372517456988796,0.07635544593919551,0.5195981167698265,0.15372517456988796,0.1636668036113565,0.6634210426168711,0.15372517456988796,0.08998232968354082,0.6421687348057992,0.15372517456988796,0.3828720822711786,0.29656793295288475,0.15372517456988796,0.26946368315432856,0.5184438552741568,0.15372517456988796,0.2608203659806211,0.15313994970332384,0.5,0.15372517456988796,0.10986335919288076,0.2084035400206994,0.15372517456988796,0.2514851469478141,0.06419287586013853,0.5,0.15372517456988796,0.15026200999860206,0.43177711317496215,0.15372517456988796,0.35797396291407907,0.10701558981532984,0.15372517456988796,0.12513196938307214,0.7063639348601608,0.15372517456988796,0.09415203247008491,0.7397723516645951,0.15372517456988796,0.09903736373141703,0.7484672622845032,0.15372517456988796,0.09185398528343754,0.26809375092756266,0.15372517456988796,0.09431258014075498,0.34763790247054877,0.5,0.15372517456988796,0.180538441806217,0.23326906289368296,0.0,0.7982448383878707,0.9803233628954902 -7982,0.5,0.15372517456988796,0.08382622088094822,0.6857607986763897,0.15372517456988796,0.08972941718771506,0.8020517767067701,0.15372517456988796,0.06356707045290153,0.5927608812934908,0.15372517456988796,0.1336497543831801,0.6772709072369251,0.15372517456988796,0.07780847770366574,0.6521607671067812,0.15372517456988796,0.36539345194510586,0.3163574082409518,0.15372517456988796,0.23911683972064002,0.4815963822836711,0.15372517456988796,0.2425525600702962,0.14177608999468816,0.5,0.15372517456988796,0.0994200892825406,0.18761645916773623,0.15372517456988796,0.2300818960771346,0.0666869836854966,0.5,0.15372517456988796,0.1342567885331882,0.4147296089356916,0.15372517456988796,0.33248911835975553,0.09177101370485803,0.15372517456988796,0.1097197367022188,0.6483860515614815,0.15372517456988796,0.07579856279298788,0.7098373401305424,0.15372517456988796,0.09541789256555738,0.7125224510639456,0.15372517456988796,0.07587678425435032,0.2736704725633673,0.15372517456988796,0.07488583127007903,0.3357096546044115,0.5,0.15372517456988796,0.15434055720483097,0.22125978510119337,0.0,0.8072266777364215,0.9893687367334136 -7983,0.5,0.15372517456988796,0.04882900921438977,0.6705291771697967,0.15372517456988796,0.05169372883585063,0.6984238614054873,0.15372517456988796,0.036282014823566945,0.589607701202731,0.15372517456988796,0.08538348796062845,0.6646257180199954,0.15372517456988796,0.047400480457165446,0.6724677139669148,0.15372517456988796,0.280395726278752,0.30169726108635364,0.15372517456988796,0.16848393832866182,0.48015378040627976,0.15372517456988796,0.1661474874552923,0.10934864452091378,0.5,0.15372517456988796,0.06621934849278757,0.17031279312744207,0.15372517456988796,0.16000075515900208,0.0727128688624008,0.5,0.15372517456988796,0.08497220367223035,0.3829304905642539,0.15372517456988796,0.25653302687601465,0.09499810260073048,0.15372517456988796,0.06664356128081061,0.5868237133539848,0.15372517456988796,0.04352296132273486,0.7043902713791442,0.15372517456988796,0.05657481643174028,0.6242678165118614,0.15372517456988796,0.04156732590992682,0.25154110602111274,0.15372517456988796,0.043148220877946786,0.33326211459908966,0.5,0.15372517456988796,0.09330383014178065,0.2011456507630724,0.0,0.8322681081503582,0.9973087571588797 -7984,0.5,0.15372517456988796,0.0,0.6109778259860965,0.15372517456988796,0.0,0.6034799171990733,0.15372517456988796,0.0,0.5002324272413893,0.15372517456988796,0.0,0.6243050270982521,0.15372517456988796,0.0005193791060072537,0.6580583149803212,0.15372517456988796,0.060019997153530805,0.2701029192522182,0.15372517456988796,0.02176854674374172,0.4576070573943206,0.15372517456988796,0.0381558714243616,0.09382469760415103,0.5,0.15372517456988796,0.017794926380604866,0.16215176124177622,0.15372517456988796,0.05686895740532238,0.07239703216378235,0.5,0.15372517456988796,0.023204086742195405,0.3459443748898816,0.15372517456988796,0.06976171703483819,0.10774273005468975,0.15372517456988796,0.0,0.5255764409114839,0.15372517456988796,0.0,0.7054181347236561,0.15372517456988796,0.0,0.5586317383059306,0.15372517456988796,0.0037663807242147426,0.22744050669153135,0.15372517456988796,0.004302556502896363,0.3060358093619011,0.5,0.15372517456988796,0.013977143935143644,0.18347027724678633,0.0,0.8218286770813663,1.0001424445764862 -7985,0.5,0.15372517456988796,0.0,0.5336025841456072,0.15372517456988796,0.0,0.6278014304336028,0.15372517456988796,0.0,0.4296406793499818,0.15372517456988796,0.0,0.5677870095920873,0.15372517456988796,0.0,0.6253510258171735,0.15372517456988796,0.0,0.27370809564779014,0.15372517456988796,0.0,0.4099641128752796,0.15372517456988796,0.0,0.08665489505932053,0.5,0.15372517456988796,0.0,0.1531345176186779,0.15372517456988796,0.0,0.06915232081073365,0.5,0.15372517456988796,0.0,0.3330776919338733,0.15372517456988796,0.0,0.11092550801970684,0.15372517456988796,0.0,0.5198041025836235,0.15372517456988796,0.0,0.6983597040249993,0.15372517456988796,0.0,0.5759073663501689,0.15372517456988796,0.0,0.20849217090845806,0.15372517456988796,0.0,0.287017968852919,0.5,0.15372517456988796,0.0,0.14709344849779815,0.0,0.7952260092646664,0.996174522986272 -7986,0.5,0.15372517456988796,0.0,0.4929504598961661,0.15372517456988796,0.0,0.6094219332932789,0.15372517456988796,0.0,0.4486647164854819,0.15372517456988796,0.0,0.5193970246149162,0.15372517456988796,0.0,0.6027521594531786,0.15372517456988796,0.0,0.2489901723923606,0.15372517456988796,0.0,0.3799418365086253,0.15372517456988796,0.0,0.0859889471605502,0.5,0.15372517456988796,0.0,0.16802073087208574,0.15372517456988796,0.0,0.0582612287868305,0.5,0.15372517456988796,0.0,0.33541743218876297,0.15372517456988796,0.0,0.1058313945764361,0.15372517456988796,0.0,0.5353025650867862,0.15372517456988796,0.0,0.6747895532410071,0.15372517456988796,0.0,0.6018157866213885,0.15372517456988796,0.0,0.1928270890199683,0.15372517456988796,0.0,0.2646741707480252,0.5,0.15372517456988796,0.0,0.12768321922421766,0.0,0.7921994633421755,0.9953264075442046 -7987,0.5,0.15372517456988796,0.0,0.48793960551111043,0.15372517456988796,0.0,0.5718990875315536,0.15372517456988796,0.0,0.44985630542963057,0.15372517456988796,0.0,0.4960255520244325,0.15372517456988796,0.0,0.5376714512256062,0.15372517456988796,0.0,0.24574877942615356,0.15372517456988796,0.0,0.3300970445675634,0.15372517456988796,0.0,0.10347271860713586,0.5,0.15372517456988796,0.0,0.15776053628928388,0.15372517456988796,0.0,0.03820539761906105,0.5,0.15372517456988796,0.0,0.3067900552235562,0.15372517456988796,0.0,0.09584870859940121,0.15372517456988796,0.0,0.5410516985329956,0.15372517456988796,0.0,0.6153526020470687,0.15372517456988796,0.0,0.5725934523428065,0.15372517456988796,0.0,0.1645204644846043,0.15372517456988796,0.0,0.24133255753466515,0.5,0.15372517456988796,0.0,0.1076160955718903,0.0,0.7678044160043717,0.9931376847648069 -7988,0.5,0.15372517456988796,0.0,0.46693593940675066,0.15372517456988796,0.0,0.5201850909744263,0.15372517456988796,0.0,0.3983619045126394,0.15372517456988796,0.0,0.4954379176808569,0.15372517456988796,0.0,0.4823472403184108,0.15372517456988796,0.0,0.21299117202474885,0.15372517456988796,0.0,0.32845618205170946,0.15372517456988796,0.0,0.10367734144110974,0.5,0.15372517456988796,0.0,0.13358481530240537,0.15372517456988796,0.0,0.03011498203852359,0.5,0.15372517456988796,0.0,0.3047422447788628,0.15372517456988796,0.0,0.08389320227502652,0.15372517456988796,0.0,0.5469569324086281,0.15372517456988796,0.0,0.5582808878669892,0.15372517456988796,0.0,0.5154290743043318,0.15372517456988796,0.0,0.13046960341919475,0.15372517456988796,0.0,0.22339491384215412,0.5,0.15372517456988796,0.0,0.08698381171993724,0.0,0.728777861362748,0.9811638350948668 -7989,0.5,0.15372517456988796,0.0,0.43000333203216595,0.15372517456988796,0.0,0.506679088857757,0.15372517456988796,0.0,0.3228652533921587,0.15372517456988796,0.0,0.4736896491371818,0.15372517456988796,0.0,0.4379891600360891,0.15372517456988796,0.0,0.16477244769121527,0.15372517456988796,0.0,0.3158128005823276,0.15372517456988796,0.0,0.08799134334077323,0.5,0.15372517456988796,0.0,0.1111035376510446,0.15372517456988796,0.0,0.025655062867907093,0.5,0.15372517456988796,0.0,0.3180654158007952,0.15372517456988796,0.0,0.07228137675487031,0.15372517456988796,0.0,0.5126754331956924,0.15372517456988796,0.0,0.5151580000925862,0.15372517456988796,0.0,0.47063840889753483,0.15372517456988796,0.0,0.13436979952706596,0.15372517456988796,0.0,0.20399791828586097,0.5,0.15372517456988796,0.0,0.07829713867980652,0.0,0.7224213247439326,0.9580713264116478 -7990,0.5,0.15372517456988796,0.0,0.4161254014521773,0.15372517456988796,0.0,0.4667802674824468,0.15372517456988796,0.0,0.26860290230101563,0.15372517456988796,0.0,0.4255573886940705,0.15372517456988796,0.0,0.3950280636562488,0.15372517456988796,0.0,0.1267643847739528,0.15372517456988796,0.0,0.2551481358677298,0.15372517456988796,0.0,0.07571270587680445,0.5,0.15372517456988796,0.0,0.08915231662571312,0.15372517456988796,0.0,0.021349104723128412,0.5,0.15372517456988796,0.0,0.29315665935528656,0.15372517456988796,0.0,0.05826741143332906,0.15372517456988796,0.0,0.48208065437774333,0.15372517456988796,0.0,0.49084686759488527,0.15372517456988796,0.0,0.46108480531708823,0.15372517456988796,0.0,0.14576012667973615,0.15372517456988796,0.0,0.18099232947652982,0.5,0.15372517456988796,0.0,0.07455328632157643,0.0,0.7543562347217996,0.9336251009294986 -7991,0.5,0.15372517456988796,0.0,0.42063627204927906,0.15372517456988796,0.0,0.3987381590770405,0.15372517456988796,0.0,0.2691395997947736,0.15372517456988796,0.0,0.3960793888541425,0.15372517456988796,0.0,0.387036613518708,0.15372517456988796,0.0,0.10475646759833035,0.15372517456988796,0.0,0.21598560315087348,0.15372517456988796,0.0,0.07324932799243052,0.5,0.15372517456988796,0.0,0.07713579449368752,0.15372517456988796,0.0,0.019653466909884378,0.5,0.15372517456988796,0.0,0.2261716656338973,0.15372517456988796,0.0,0.04969299672498885,0.15372517456988796,0.0,0.44771965275149084,0.15372517456988796,0.0,0.490207415138582,0.15372517456988796,0.0,0.43477059280476943,0.15372517456988796,0.0,0.12129843955673973,0.15372517456988796,0.0,0.16479630006039875,0.5,0.15372517456988796,0.0,0.06353894632090391,0.0,0.7438773662602164,0.925647341323266 -7992,0.5,0.15372517456988796,0.0,0.42384902767389177,0.15372517456988796,0.0,0.4228723823484653,0.15372517456988796,0.0,0.27661124602134013,0.15372517456988796,0.0,0.3830914431957084,0.15372517456988796,0.0,0.395133882707375,0.15372517456988796,0.0,0.10490089550303808,0.15372517456988796,0.0,0.1810323857540701,0.15372517456988796,0.0,0.06722590789540764,0.5,0.15372517456988796,0.0,0.08332032939702988,0.15372517456988796,0.0,0.018075746900478702,0.5,0.15372517456988796,0.0,0.14560426595757758,0.15372517456988796,0.0,0.04429907359017424,0.15372517456988796,0.0,0.4248499993633645,0.15372517456988796,0.0,0.48730455767638314,0.15372517456988796,0.0,0.37886587312983233,0.15372517456988796,0.0,0.1149879822757209,0.15372517456988796,0.0,0.14313540953256004,0.5,0.15372517456988796,0.0,0.053849609870248595,0.0,0.7636613542428166,0.9193232981710036 -7993,0.5,0.15372517456988796,0.0,0.40581895905808707,0.15372517456988796,0.0,0.4205975479583187,0.15372517456988796,0.0,0.25467137855313843,0.15372517456988796,0.0,0.4038185061638368,0.15372517456988796,0.0,0.3618318461750412,0.15372517456988796,0.0,0.1062447175119617,0.15372517456988796,0.0,0.16946211863916805,0.15372517456988796,0.0,0.05849443529955485,0.5,0.15372517456988796,0.0,0.08433032865414547,0.15372517456988796,0.0,0.015466221638879313,0.5,0.15372517456988796,0.0,0.12862647658965498,0.15372517456988796,0.0,0.0409794947806624,0.15372517456988796,0.0,0.42716372476094566,0.15372517456988796,0.0,0.4712954635286428,0.15372517456988796,0.0,0.35469714611844455,0.15372517456988796,0.0,0.09102399550666397,0.15372517456988796,0.0,0.10970603192249144,0.5,0.15372517456988796,0.0,0.045127263433763824,0.0,0.7977851241662335,0.9124610466853185 -7994,0.5,0.15372517456988796,0.0,0.3924950080916252,0.15372517456988796,0.0,0.4014372287765429,0.15372517456988796,0.0,0.2198783099235648,0.15372517456988796,0.0,0.3944422024005585,0.15372517456988796,0.0,0.33142864617372636,0.15372517456988796,0.0,0.09671588254422098,0.15372517456988796,0.0,0.18641188123145294,0.15372517456988796,0.0,0.055935768079039244,0.5,0.15372517456988796,0.0,0.06808522807179739,0.15372517456988796,0.0,0.013314333867840067,0.5,0.15372517456988796,0.0,0.14128500465791924,0.15372517456988796,0.0,0.035997948511353565,0.15372517456988796,0.0,0.42288275408415715,0.15372517456988796,0.0,0.45169623350738713,0.15372517456988796,0.0,0.35458562071946803,0.15372517456988796,0.0,0.07188468301845907,0.15372517456988796,0.0,0.09056378579907427,0.5,0.15372517456988796,0.0,0.040441895688705536,0.0,0.7643734530302507,0.8858958359246543 -7995,0.5,0.15372517456988796,0.0,0.3816585390653411,0.15372517456988796,0.0,0.4119274968464503,0.15372517456988796,0.0,0.1958766466159821,0.15372517456988796,0.0,0.32853411345745226,0.15372517456988796,0.0,0.30465453263949616,0.15372517456988796,0.0,0.0798516936015806,0.15372517456988796,0.0,0.179604090117423,0.15372517456988796,0.0,0.0569112454644342,0.5,0.15372517456988796,0.0,0.06114023867674073,0.15372517456988796,0.0,0.010767039756052504,0.5,0.15372517456988796,0.0,0.1335984262169223,0.15372517456988796,0.0,0.03228036038328512,0.15372517456988796,0.0,0.39538135164358723,0.15372517456988796,0.0,0.43461223334223187,0.15372517456988796,0.0,0.33893551444826747,0.15372517456988796,0.0,0.06967633203225299,0.15372517456988796,0.0,0.08122706968127646,0.5,0.15372517456988796,0.0,0.036514742287381115,0.0,0.7477247298973088,0.8472584145329953 -7996,0.5,0.15372517456988796,0.0,0.36240078087920413,0.15372517456988796,0.0,0.3931043242355951,0.15372517456988796,0.0,0.18006615175193608,0.15372517456988796,0.0,0.2994506143031427,0.15372517456988796,0.0,0.27956757449638386,0.15372517456988796,0.0,0.10078903785270465,0.15372517456988796,0.0,0.13467509611067235,0.15372517456988796,0.0,0.06060894695541107,0.5,0.15372517456988796,0.0,0.06046128685206103,0.15372517456988796,0.0,0.010137086255126451,0.5,0.15372517456988796,0.0,0.10256449254780556,0.15372517456988796,0.0,0.03047233889010195,0.15372517456988796,0.0,0.38258102043255965,0.15372517456988796,0.0,0.41753495458278483,0.15372517456988796,0.0,0.3242911245753734,0.15372517456988796,0.0,0.07035258861249365,0.15372517456988796,0.0,0.06107397852278277,0.5,0.15372517456988796,0.0,0.032889406156063915,0.0,0.7737173277673449,0.8324930933478728 -7997,0.5,0.15372517456988796,0.0,0.34451157220003586,0.15372517456988796,0.0,0.3722885452456534,0.15372517456988796,0.0,0.16390575036028496,0.15372517456988796,0.0,0.2829025825673139,0.15372517456988796,0.0,0.2613387240729147,0.15372517456988796,0.0,0.09263639460599138,0.15372517456988796,0.0,0.10441226313580908,0.15372517456988796,0.0,0.05944774122683173,0.5,0.15372517456988796,0.0,0.061163915761600116,0.15372517456988796,0.0,0.010403075732210675,0.5,0.15372517456988796,0.0,0.07533502361861788,0.15372517456988796,0.0,0.03246858102801465,0.15372517456988796,0.0,0.38886557852649745,0.15372517456988796,0.0,0.39804056545602096,0.15372517456988796,0.0,0.31456286427516567,0.15372517456988796,0.0,0.060415866903756714,0.15372517456988796,0.0,0.04345394704999719,0.5,0.15372517456988796,0.0,0.030694623627916758,0.0,0.7924517857199389,0.8379417888585143 -7998,0.5,0.15372517456988796,0.0,0.339343680007961,0.15372517456988796,0.0,0.3833309478162385,0.15372517456988796,0.0,0.15075185636384617,0.15372517456988796,0.0,0.2785948177610758,0.15372517456988796,0.0,0.2412626051010614,0.15372517456988796,0.0,0.06449012615620471,0.15372517456988796,0.0,0.11811363833837808,0.15372517456988796,0.0,0.056171077375633885,0.5,0.15372517456988796,0.0,0.05613952307914826,0.15372517456988796,0.0,0.011339960913245892,0.5,0.15372517456988796,0.0,0.0800103533547172,0.15372517456988796,0.0,0.03136066848178623,0.15372517456988796,0.0,0.39579454568921446,0.15372517456988796,0.0,0.3833689324981107,0.15372517456988796,0.0,0.30278036064347374,0.15372517456988796,0.0,0.049254880381086885,0.15372517456988796,0.0,0.03686048179300782,0.5,0.15372517456988796,0.0,0.03135173936523179,0.0,0.7921365559578085,0.809753208983355 -7999,0.5,0.15372517456988796,0.0,0.3423869636631092,0.15372517456988796,0.0,0.361354527008166,0.15372517456988796,0.0,0.12499238018318048,0.15372517456988796,0.0,0.28243519906605946,0.15372517456988796,0.0,0.2259531930428424,0.15372517456988796,0.0,0.046421751705094855,0.15372517456988796,0.0,0.09800659804128432,0.15372517456988796,0.0,0.049853996794070134,0.5,0.15372517456988796,0.0,0.04612995312810275,0.15372517456988796,0.0,0.010961988122183946,0.5,0.15372517456988796,0.0,0.07520692237296893,0.15372517456988796,0.0,0.029939156327832894,0.15372517456988796,0.0,0.41171246590986854,0.15372517456988796,0.0,0.3753897741930653,0.15372517456988796,0.0,0.295249476533195,0.15372517456988796,0.0,0.047757130894045915,0.15372517456988796,0.0,0.031632949803776816,0.5,0.15372517456988796,0.0,0.031999074398481216,0.0,0.7977021120582907,0.7991627575751886 -8000,0.5,0.15372517456988796,0.0,0.35470573938317423,0.15372517456988796,0.0,0.3612411628519895,0.15372517456988796,0.0,0.11792815323071085,0.15372517456988796,0.0,0.27906480365717445,0.15372517456988796,0.0,0.22198185533002474,0.15372517456988796,0.0,0.04766592069362437,0.15372517456988796,0.0,0.08278455450709224,0.15372517456988796,0.0,0.04447843462335896,0.5,0.15372517456988796,0.0,0.041296038889280955,0.15372517456988796,0.0,0.011352666169777068,0.5,0.15372517456988796,0.0,0.059698560604527426,0.15372517456988796,0.0,0.028520672935748698,0.15372517456988796,0.0,0.42854549499410616,0.15372517456988796,0.0,0.38265349875360016,0.15372517456988796,0.0,0.2965522022636377,0.15372517456988796,0.0,0.046896842696133936,0.15372517456988796,0.0,0.02797637617867083,0.5,0.15372517456988796,0.0,0.033568369523346214,0.0,0.8162124725705489,0.8093109058444137 -8001,0.5,0.15372517456988796,0.004052269100651572,0.37507916787508183,0.15372517456988796,0.00027206936659574156,0.3818011229162641,0.15372517456988796,0.0012792715461154357,0.1273043295159922,0.15372517456988796,0.0027489568465411864,0.2848816334867412,0.15372517456988796,5.3726163584644976e-05,0.23274757751680622,0.15372517456988796,0.00012607242769329928,0.055166946902650865,0.15372517456988796,0.0009546034071372445,0.08167237808038512,0.15372517456988796,0.0007546745233098613,0.03775843117806072,0.5,0.15372517456988796,0.0009388728301725593,0.04272693403929877,0.15372517456988796,0.01739541892560617,0.014440737873381324,0.5,0.15372517456988796,0.002236163503019051,0.06374745944928192,0.15372517456988796,0.01326596897170712,0.026690779658197508,0.15372517456988796,6.897798366576187e-05,0.4223753481518832,0.15372517456988796,4.299174798693853e-05,0.4032797066409791,0.15372517456988796,0.0008559701358015946,0.30898713774249753,0.15372517456988796,0.0010397734556113728,0.04202593543488552,0.15372517456988796,0.0015842559336118056,0.02844318288039794,0.5,0.15372517456988796,0.012449950890731212,0.041419569741182743,0.0,0.8183587291053643,0.7647017237456816 -8002,0.5,0.15372517456988796,0.08000976817096996,0.40257185596298695,0.15372517456988796,0.014173868643472013,0.3785622854447741,0.15372517456988796,0.012048697669302616,0.13067829555566865,0.15372517456988796,0.023190081939194057,0.30067710830862343,0.15372517456988796,0.012232569021651905,0.2729276640253518,0.15372517456988796,0.02957878317509678,0.06276460971829488,0.15372517456988796,0.04099356588404163,0.10190799291395518,0.15372517456988796,0.04358445567528659,0.033079915668775765,0.5,0.15372517456988796,0.015619221114269187,0.042546592724430135,0.15372517456988796,0.09261044903382364,0.017415157911336503,0.5,0.15372517456988796,0.026801750032233604,0.07278026114145368,0.15372517456988796,0.11068985790778646,0.03239163445816525,0.15372517456988796,0.01904167245182633,0.43543194162554044,0.15372517456988796,0.011153768592358991,0.42323764049163004,0.15372517456988796,0.017833502211296082,0.30754625345030395,0.15372517456988796,0.013885697692210073,0.04816129991056423,0.15372517456988796,0.013683552405306275,0.033935212235109834,0.5,0.15372517456988796,0.05549118192349345,0.05455646449162383,0.0,0.8291991335323821,0.7085728617959681 -8003,0.5,0.15372517456988796,0.20482082970090418,0.417153413222091,0.15372517456988796,0.03689022369228555,0.3564299432144452,0.15372517456988796,0.028752672806715864,0.14978636686620603,0.15372517456988796,0.06372826354908274,0.3056484156899122,0.15372517456988796,0.03355748427609166,0.271403541557849,0.15372517456988796,0.07204809752593086,0.054833341896992537,0.15372517456988796,0.08813492845204668,0.13151167518219264,0.15372517456988796,0.10979429252180561,0.02796989691509598,0.5,0.15372517456988796,0.041371442186240004,0.04136530447129618,0.15372517456988796,0.17413198407836084,0.016439376440958227,0.5,0.15372517456988796,0.057832185811540336,0.08629000969532505,0.15372517456988796,0.2136534332473501,0.04235112262168923,0.15372517456988796,0.0562278691396019,0.4502799444819125,0.15372517456988796,0.030939195131110563,0.42171394049493605,0.15372517456988796,0.040550991333144465,0.3008066347949243,0.15372517456988796,0.03527855637218497,0.05601461798243075,0.15372517456988796,0.032444759331555495,0.04579010898993948,0.5,0.15372517456988796,0.09841887022556046,0.06603086398551895,0.0,0.8560832867599779,0.7047373584230616 -8004,0.5,0.15372517456988796,0.30021965504541515,0.40805404752868313,0.15372517456988796,0.05321244198693117,0.3267802700950574,0.15372517456988796,0.040948028797985564,0.17349647508891686,0.15372517456988796,0.08972356976978477,0.29882731081447494,0.15372517456988796,0.04818167659948537,0.25859017209504376,0.15372517456988796,0.0995981702283286,0.04886049495304224,0.15372517456988796,0.12524856246266036,0.14884083040519275,0.15372517456988796,0.16390738925041023,0.027879239502218822,0.5,0.15372517456988796,0.06670722000694432,0.04293492138247984,0.15372517456988796,0.2364081794857261,0.023416007979448945,0.5,0.15372517456988796,0.08536252104009684,0.12008764824851872,0.15372517456988796,0.2907807198143967,0.05096769789364026,0.15372517456988796,0.0878872266767777,0.4412927244234598,0.15372517456988796,0.0419305679955358,0.4142376263368228,0.15372517456988796,0.05344013094339661,0.3035870707131786,0.15372517456988796,0.04987531788854567,0.06024803890590168,0.15372517456988796,0.04590763354792759,0.06169435421442472,0.5,0.15372517456988796,0.12720017253646113,0.08589245635316234,0.0,0.8718796255385106,0.724182062497501 -8005,0.5,0.15372517456988796,0.3275222409887225,0.40863626268862135,0.15372517456988796,0.05550412452521689,0.3037423681998425,0.15372517456988796,0.042880132130516994,0.17212473973627998,0.15372517456988796,0.09934361490277449,0.2913894634584417,0.15372517456988796,0.05070584162399354,0.2565265434696133,0.15372517456988796,0.10316704280569655,0.04720920637943861,0.15372517456988796,0.12810617769436833,0.12948812183282646,0.15372517456988796,0.18469508796247128,0.02314603169894308,0.5,0.15372517456988796,0.07697860455306052,0.04351013356801112,0.15372517456988796,0.25272703737382207,0.03149891891261852,0.5,0.15372517456988796,0.09927809499760593,0.12177778408221357,0.15372517456988796,0.3257948840393343,0.05327584499145133,0.15372517456988796,0.10945020576765596,0.4062513976626453,0.15372517456988796,0.04263072792718502,0.38977150991021625,0.15372517456988796,0.05637627369342686,0.31283671968182303,0.15372517456988796,0.052721073774314405,0.06545810724268407,0.15372517456988796,0.04935644714860239,0.07606285717115233,0.5,0.15372517456988796,0.13407877167363927,0.10871479806494486,0.0,0.8811439615408468,0.7357700131714913 -8006,0.5,0.15372517456988796,0.2883838776013226,0.38964839611375435,0.15372517456988796,0.03630903708418547,0.2611956985522824,0.15372517456988796,0.032242419987241894,0.17594906539103175,0.15372517456988796,0.08635651262696895,0.2838045623486398,0.15372517456988796,0.042201859373277625,0.27263426204254426,0.15372517456988796,0.0781046287281209,0.05523864288629805,0.15372517456988796,0.09698522426806852,0.11029487383292431,0.15372517456988796,0.16391609321835707,0.023122538310399884,0.5,0.15372517456988796,0.07007951976331928,0.04275211575518228,0.15372517456988796,0.2179159875135226,0.04277786722690534,0.5,0.15372517456988796,0.09668982154474501,0.10627476867772648,0.15372517456988796,0.3155599196835039,0.05300375396070422,0.15372517456988796,0.1147023322636179,0.38637311103566596,0.15372517456988796,0.032168652899680385,0.388956227100976,0.15372517456988796,0.04630034101367809,0.3025965874378581,0.15372517456988796,0.044445030639383355,0.055378047667515036,0.15372517456988796,0.04087203432682299,0.08248459221247066,0.5,0.15372517456988796,0.12048168635193113,0.12127289185830148,0.0,0.8808000736111957,0.7946009414687049 -8007,0.5,0.15372517456988796,0.13156399168808638,0.38685107607429914,0.15372517456988796,0.012318334933761402,0.256110110114485,0.15372517456988796,0.015478708958546477,0.1619268973446722,0.15372517456988796,0.03935441645041512,0.28761181406207664,0.15372517456988796,0.024415144259511738,0.2814002194467693,0.15372517456988796,0.04301483884349516,0.074465223158288,0.15372517456988796,0.05330963739568237,0.11333058526383069,0.15372517456988796,0.10956163202528768,0.02520645928370626,0.5,0.15372517456988796,0.04896540835070586,0.046780977038051466,0.15372517456988796,0.15183227267354707,0.04782735304356925,0.5,0.15372517456988796,0.05719193144097742,0.09506402419597933,0.15372517456988796,0.24109179382725301,0.05218627379353406,0.15372517456988796,0.06992254660382267,0.3866989894646857,0.15372517456988796,0.017895311089130225,0.4130532488742735,0.15372517456988796,0.022802059246909367,0.2817762918878326,0.15372517456988796,0.023354483635006886,0.050317450895349725,0.15372517456988796,0.022545138520731728,0.08860527307939499,0.5,0.15372517456988796,0.07940571613902515,0.12317962270467772,0.0,0.8685339634085218,0.8403787684344814 -8008,0.5,0.15372517456988796,1.0332306594719651e-05,0.4014401070116558,0.15372517456988796,0.0,0.29128550976725603,0.15372517456988796,0.0,0.14596338934337355,0.15372517456988796,0.0001954224392018356,0.31113692889770794,0.15372517456988796,0.0,0.2976683306711999,0.15372517456988796,0.010882480658059088,0.07899598371311503,0.15372517456988796,0.005370059184027939,0.11800501974576508,0.15372517456988796,0.024213987393697674,0.02401488244652919,0.5,0.15372517456988796,0.011960809466687046,0.05236141661294939,0.15372517456988796,0.058900170298389655,0.046498398758032716,0.5,0.15372517456988796,0.016986285011101998,0.10155915066852823,0.15372517456988796,0.07643116484326294,0.052681929053137594,0.15372517456988796,0.0,0.4161688965865388,0.15372517456988796,0.00032897749312961515,0.4441171028751635,0.15372517456988796,0.0,0.28626144758970185,0.15372517456988796,0.0010431956402395775,0.05527666817687475,0.15372517456988796,0.0021975591312086555,0.08513702038088941,0.5,0.15372517456988796,0.01078737875425716,0.10558264052159866,0.0,0.8568398925563219,0.8712416333223563 -8009,0.5,0.15372517456988796,0.0,0.44001474135165936,0.15372517456988796,0.0,0.34116098484258583,0.15372517456988796,0.0,0.15431264357255292,0.15372517456988796,0.0,0.35247801034918114,0.15372517456988796,0.0,0.29976691554805607,0.15372517456988796,0.0,0.0636365521783836,0.15372517456988796,0.0,0.12335832877942243,0.15372517456988796,0.0,0.019706229570709725,0.5,0.15372517456988796,0.0,0.05177766692814754,0.15372517456988796,0.0,0.03994035903042709,0.5,0.15372517456988796,0.0,0.10718648690749882,0.15372517456988796,0.0,0.05159485531330176,0.15372517456988796,0.0,0.4714414718891732,0.15372517456988796,0.0,0.45395156718167734,0.15372517456988796,0.0,0.3047535579593999,0.15372517456988796,0.0,0.062330572105428125,0.15372517456988796,0.0,0.07973234699073671,0.5,0.15372517456988796,0.0,0.1062955492909646,0.0,0.8605297748853691,0.871388320369404 -8010,0.5,0.15372517456988796,0.0,0.4968534797129004,0.15372517456988796,0.0,0.4085707082827114,0.15372517456988796,0.0,0.17395298644438456,0.15372517456988796,0.0,0.4113676577905721,0.15372517456988796,0.0,0.30556323976029826,0.15372517456988796,0.0,0.05883124392511909,0.15372517456988796,0.0,0.10547380065580632,0.15372517456988796,0.0,0.01321765116691557,0.5,0.15372517456988796,0.0,0.05333027088511455,0.15372517456988796,0.0,0.03223135389806249,0.5,0.15372517456988796,0.0,0.11312808332986438,0.15372517456988796,0.0,0.061516084483188085,0.15372517456988796,0.0,0.5304235865249082,0.15372517456988796,0.0,0.4590511358594983,0.15372517456988796,0.0,0.33994324477827975,0.15372517456988796,0.0,0.06275705723494783,0.15372517456988796,0.0,0.0874091951358219,0.5,0.15372517456988796,0.0,0.09130769408277355,0.0,0.8921801498983448,0.8733946234960039 -8011,0.5,0.15372517456988796,0.0,0.548568418697669,0.15372517456988796,0.0,0.43739803267679295,0.15372517456988796,0.0,0.22985917703240602,0.15372517456988796,0.0,0.4681807438898331,0.15372517456988796,0.0,0.3260437756896987,0.15372517456988796,0.0,0.07867870799561362,0.15372517456988796,0.0,0.10085307562155227,0.15372517456988796,0.0,0.011010439780219214,0.5,0.15372517456988796,0.0,0.048115290238418436,0.15372517456988796,0.0,0.03798972893706188,0.5,0.15372517456988796,0.0,0.11763459780329495,0.15372517456988796,0.0,0.07083340478948719,0.15372517456988796,0.0,0.5778846443266198,0.15372517456988796,0.0,0.46797619697514803,0.15372517456988796,0.0,0.3655618025829712,0.15372517456988796,0.0,0.05947808337535105,0.15372517456988796,0.0,0.09797783100069223,0.5,0.15372517456988796,0.0,0.10767608374873258,0.0,0.9204275008568001,0.9053834167912046 -8012,0.5,0.15372517456988796,0.0,0.5762333544809266,0.15372517456988796,0.0,0.4775232577625377,0.15372517456988796,0.0,0.27510760892106567,0.15372517456988796,0.0,0.4991752814786777,0.15372517456988796,0.0,0.3441591892740116,0.15372517456988796,0.0,0.10557332155877969,0.15372517456988796,0.0,0.10988807363157956,0.15372517456988796,0.0,0.010721968855806441,0.5,0.15372517456988796,0.0,0.04368024923118101,0.15372517456988796,0.0,0.036967206343448716,0.5,0.15372517456988796,0.0,0.11720648381375355,0.15372517456988796,0.0,0.05849141341968208,0.15372517456988796,0.0,0.6239433738937988,0.15372517456988796,0.0,0.48344989687232354,0.15372517456988796,0.0,0.382973017869708,0.15372517456988796,0.0,0.06141099002364887,0.15372517456988796,0.0,0.11761042652783453,0.5,0.15372517456988796,0.0,0.12811388599764853,0.0,0.9244966178496608,0.9326229627112013 -8013,0.5,0.15372517456988796,0.0,0.5796745717821555,0.15372517456988796,0.0,0.5850329550208663,0.15372517456988796,0.0,0.3179497992425516,0.15372517456988796,0.0,0.5197004373527679,0.15372517456988796,0.0,0.36851804441492214,0.15372517456988796,0.0,0.1335879582753094,0.15372517456988796,0.0,0.13118123142337482,0.15372517456988796,0.0,0.011927857245685396,0.5,0.15372517456988796,0.0,0.05865657003149682,0.15372517456988796,0.0,0.042931367008723305,0.5,0.15372517456988796,0.0,0.11136849435419377,0.15372517456988796,0.0,0.06377731451249728,0.15372517456988796,0.0,0.6699145762021472,0.15372517456988796,0.0,0.5095389211151087,0.15372517456988796,0.0,0.38973651496742134,0.15372517456988796,0.0,0.06982397880986052,0.15372517456988796,0.0,0.1499567973690008,0.5,0.15372517456988796,0.0,0.16652630517394773,0.0,0.9098581174929782,0.9510482497447206 -8014,0.5,0.15372517456988796,0.0,0.5724969083173069,0.15372517456988796,0.0,0.6096636617053561,0.15372517456988796,0.0,0.34531090447584367,0.15372517456988796,0.0,0.5191997844782352,0.15372517456988796,0.0,0.38623190958390585,0.15372517456988796,0.0,0.1546836246834995,0.15372517456988796,0.0,0.15556814229494417,0.15372517456988796,0.0,0.01609850456888686,0.5,0.15372517456988796,0.0,0.0645836011255749,0.15372517456988796,0.0,0.052722825501760065,0.5,0.15372517456988796,0.0,0.13017947549776349,0.15372517456988796,0.0,0.0775219715912775,0.15372517456988796,0.0,0.6962534963775612,0.15372517456988796,0.0,0.5183829603713395,0.15372517456988796,0.0,0.40184798570827523,0.15372517456988796,0.0,0.08625059643801708,0.15372517456988796,0.0,0.16549446674199034,0.5,0.15372517456988796,0.0,0.1439704661335341,0.0,0.894126952226072,0.9631465683090105 -8015,0.5,0.15372517456988796,0.0,0.5560384064220255,0.15372517456988796,0.0,0.6405591068352304,0.15372517456988796,0.0,0.37294738395131116,0.15372517456988796,0.0,0.5195259642522198,0.15372517456988796,0.0,0.3741452408191258,0.15372517456988796,0.0,0.16197121270025933,0.15372517456988796,0.0,0.1703746108881399,0.15372517456988796,0.0,0.02398041474154184,0.5,0.15372517456988796,0.0,0.08658995118340279,0.15372517456988796,0.0,0.056034375136359865,0.5,0.15372517456988796,0.0,0.1669610386337994,0.15372517456988796,0.0,0.0866511029770346,0.15372517456988796,0.0,0.7183947376466925,0.15372517456988796,0.0,0.5174877539166238,0.15372517456988796,0.0,0.42077878787621803,0.15372517456988796,0.0,0.11011072018837127,0.15372517456988796,0.0,0.18935827270452713,0.5,0.15372517456988796,0.0,0.15844738807823486,0.0,0.8898295976981629,0.9548269135007965 -8016,0.5,0.15372517456988796,0.0,0.5350552141821269,0.15372517456988796,0.0,0.6627505130580961,0.15372517456988796,0.0,0.3899968317180298,0.15372517456988796,0.0,0.5343037285527819,0.15372517456988796,0.0,0.3809754859252378,0.15372517456988796,0.0,0.1846467432769983,0.15372517456988796,0.0,0.17215903807869004,0.15372517456988796,0.0,0.03280063900948606,0.5,0.15372517456988796,0.0,0.12003244257412912,0.15372517456988796,0.0,0.065958049156666,0.5,0.15372517456988796,0.0,0.21158037628223575,0.15372517456988796,0.0,0.09867799320631573,0.15372517456988796,0.0,0.7376979677925359,0.15372517456988796,0.0,0.5316744653559724,0.15372517456988796,0.0,0.44784121695031087,0.15372517456988796,0.0,0.12454083679554795,0.15372517456988796,0.0,0.23216748605796866,0.5,0.15372517456988796,0.0,0.20040150558900832,0.0,0.8813596841242951,0.955970786934777 -8017,0.5,0.15372517456988796,0.0,0.5233861913854491,0.15372517456988796,0.0,0.6825410657164306,0.15372517456988796,0.0,0.41370756781492585,0.15372517456988796,0.0,0.5515673128795848,0.15372517456988796,0.0,0.41433752970527477,0.15372517456988796,0.0,0.2099199998180015,0.15372517456988796,0.0,0.20323878137628906,0.15372517456988796,0.0,0.04186465052234112,0.5,0.15372517456988796,0.0,0.14617078652917395,0.15372517456988796,0.0,0.0772213636830832,0.5,0.15372517456988796,0.0,0.2733978365171069,0.15372517456988796,0.0,0.11164807991346015,0.15372517456988796,0.0,0.7346408647688959,0.15372517456988796,0.0,0.5544769626021044,0.15372517456988796,0.0,0.4887195325358743,0.15372517456988796,0.0,0.14824041823240947,0.15372517456988796,0.0,0.29548313786877534,0.5,0.15372517456988796,0.0,0.258537959311614,0.0,0.8585063331425292,0.9667693619499359 -8018,0.5,0.15372517456988796,0.0,0.5056093021749262,0.15372517456988796,0.0,0.6694883723068208,0.15372517456988796,0.0,0.4481294146456707,0.15372517456988796,0.0,0.5627085640341745,0.15372517456988796,0.0,0.44245461845212936,0.15372517456988796,0.0,0.2345006994170314,0.15372517456988796,0.0,0.24289170408107774,0.15372517456988796,0.0,0.05252972876346981,0.5,0.15372517456988796,0.0,0.17387642217308505,0.15372517456988796,0.0,0.0810242264252554,0.5,0.15372517456988796,0.0,0.2948090072827373,0.15372517456988796,0.0,0.12262593619409365,0.15372517456988796,0.0,0.7185813046915887,0.15372517456988796,0.0,0.5760691864239023,0.15372517456988796,0.0,0.5255179946580497,0.15372517456988796,0.0,0.17379805411313895,0.15372517456988796,0.0,0.326364986799572,0.5,0.15372517456988796,0.0,0.2557696063640485,0.0,0.8241494931764209,0.9818711351580977 -8019,0.5,0.15372517456988796,0.0,0.4804032663233538,0.15372517456988796,0.0,0.5873470432361729,0.15372517456988796,0.0,0.47335726144592405,0.15372517456988796,0.0,0.5434442160784367,0.15372517456988796,0.0,0.45687751249547104,0.15372517456988796,0.0,0.2507432403620644,0.15372517456988796,0.0,0.26192054042166535,0.15372517456988796,0.0,0.0656324380394462,0.5,0.15372517456988796,0.0,0.2147275137304426,0.15372517456988796,0.0,0.07777189563733847,0.5,0.15372517456988796,0.0,0.3206098169486008,0.15372517456988796,0.0,0.12158796124699531,0.15372517456988796,0.0,0.7083691288413053,0.15372517456988796,0.0,0.5920864338939027,0.15372517456988796,0.0,0.5443536694554784,0.15372517456988796,0.0,0.20863757161496324,0.15372517456988796,0.0,0.33571319744132627,0.5,0.15372517456988796,0.0,0.23965158103741774,0.0,0.7939999546559093,0.9760341102441245 -8020,0.5,0.15372517456988796,0.0,0.4693112174472808,0.15372517456988796,0.0,0.5573486132771348,0.15372517456988796,0.0,0.5039609977095044,0.15372517456988796,0.0,0.5530748490584465,0.15372517456988796,0.0,0.4612393847635137,0.15372517456988796,0.0,0.26837588045891886,0.15372517456988796,0.0,0.2794755104053684,0.15372517456988796,0.0,0.07739956907505498,0.5,0.15372517456988796,0.0,0.2501440108112233,0.15372517456988796,0.0,0.07236895268685496,0.5,0.15372517456988796,0.0,0.37194407153966175,0.15372517456988796,0.0,0.12154738753268308,0.15372517456988796,0.0,0.7190512639795683,0.15372517456988796,0.0,0.605283717557406,0.15372517456988796,0.0,0.524196711722105,0.15372517456988796,0.0,0.2523688577979948,0.15372517456988796,0.0,0.3719074333073766,0.5,0.15372517456988796,0.0,0.21857452682650744,0.0,0.7991784112871354,0.9284785055693738 -8021,0.5,0.15372517456988796,0.0,0.46542585656075647,0.15372517456988796,0.0,0.5687192841796306,0.15372517456988796,0.0,0.49965299934878543,0.15372517456988796,0.0,0.550706057950844,0.15372517456988796,0.0,0.459587547742033,0.15372517456988796,0.0,0.2902755551609613,0.15372517456988796,0.0,0.3058631864199053,0.15372517456988796,0.0,0.08695701944368432,0.5,0.15372517456988796,0.0,0.27609535937336355,0.15372517456988796,0.0,0.0772061104902777,0.5,0.15372517456988796,0.0,0.4115412483711092,0.15372517456988796,0.0,0.12666086383804373,0.15372517456988796,0.0,0.72157791947696,0.15372517456988796,0.0,0.6026537916457535,0.15372517456988796,0.0,0.5193655244384386,0.15372517456988796,0.0,0.29241694536773394,0.15372517456988796,0.0,0.4103932861549374,0.5,0.15372517456988796,0.0,0.2297340874278853,0.0,0.8149840800639997,0.9326992929657074 -8022,0.5,0.15372517456988796,0.0,0.4714906935994314,0.15372517456988796,0.0,0.5598075752940961,0.15372517456988796,0.0,0.5019130364199472,0.15372517456988796,0.0,0.5546131675124156,0.15372517456988796,0.0,0.4757777686855628,0.15372517456988796,0.0,0.31859719155082666,0.15372517456988796,0.0,0.32364053300985723,0.15372517456988796,0.0,0.10132849713770456,0.5,0.15372517456988796,0.0,0.2917430535992425,0.15372517456988796,0.0,0.09456782370301962,0.5,0.15372517456988796,0.0,0.4566186639532484,0.15372517456988796,0.0,0.13610200907955727,0.15372517456988796,0.0,0.6883983087223255,0.15372517456988796,0.0,0.5835322832234978,0.15372517456988796,0.0,0.5299748472861684,0.15372517456988796,0.0,0.3217193951970486,0.15372517456988796,0.0,0.4590081703259332,0.5,0.15372517456988796,0.0,0.249481643110293,0.0,0.8238831040601843,0.9868654832652017 -8023,0.5,0.15372517456988796,0.0,0.4881925358567593,0.15372517456988796,0.0,0.5133046302647242,0.15372517456988796,0.0,0.5261764598505049,0.15372517456988796,0.0,0.5707942170592041,0.15372517456988796,0.0,0.5072942479891377,0.15372517456988796,0.0,0.37729586808705207,0.15372517456988796,0.0,0.3398175187653211,0.15372517456988796,0.0,0.12028782524450221,0.5,0.15372517456988796,0.0,0.31408564458048405,0.15372517456988796,0.0,0.11145262057850758,0.5,0.15372517456988796,0.0,0.5096713587831228,0.15372517456988796,0.0,0.1515136309882848,0.15372517456988796,0.0,0.6461849462065994,0.15372517456988796,0.0,0.5779040695429103,0.15372517456988796,0.0,0.5347604590968991,0.15372517456988796,0.0,0.3615742409186841,0.15372517456988796,0.0,0.49750919643099495,0.5,0.15372517456988796,0.0,0.25955752833988466,0.0,0.844146986142714,1.000671808960818 -8024,0.5,0.15372517456988796,0.0,0.4966165521003618,0.15372517456988796,0.0,0.470331019368557,0.15372517456988796,0.0,0.5627961721738352,0.15372517456988796,0.0,0.6150654246930181,0.15372517456988796,0.0,0.567237269412045,0.15372517456988796,0.0,0.4260920103978797,0.15372517456988796,0.0,0.3746215519813174,0.15372517456988796,0.0,0.15009900992970682,0.5,0.15372517456988796,0.0,0.33807458102866916,0.15372517456988796,0.0,0.10339873670664387,0.5,0.15372517456988796,0.0,0.5625907990572383,0.15372517456988796,0.0,0.15078801114006724,0.15372517456988796,0.0,0.6620851683888622,0.15372517456988796,0.0,0.616814082148963,0.15372517456988796,0.0,0.5363975672597149,0.15372517456988796,0.0,0.4066981399798296,0.15372517456988796,0.0,0.5246739182804545,0.5,0.15372517456988796,0.0,0.22587797929176945,0.0,0.862664646476322,1.0001260202568187 -8025,0.5,0.15372517456988796,0.006136115707289342,0.5218140038213732,0.15372517456988796,0.0007292053315352401,0.5007927168171085,0.15372517456988796,0.0018848816755330426,0.6156490830951553,0.15372517456988796,0.0074139686493289005,0.6755681158111361,0.15372517456988796,2.285133744043217e-05,0.6398689034054291,0.15372517456988796,2.7790687658291722e-05,0.4607455611256357,0.15372517456988796,0.00028216621414321746,0.4291081967703068,0.15372517456988796,0.0003117823732420728,0.17239576853831107,0.5,0.15372517456988796,0.0005031279547222303,0.3532411124067707,0.15372517456988796,0.00277208687345313,0.09266433985436248,0.5,0.15372517456988796,0.0013249910607987657,0.4799545558418254,0.15372517456988796,0.001858464143930065,0.12185649850594732,0.15372517456988796,0.00011321011607944099,0.7320742160168039,0.15372517456988796,0.00013860674913586708,0.6817365914969983,0.15372517456988796,0.0014631825594917994,0.5542907319103123,0.15372517456988796,0.0009446182094200767,0.4376656362177874,0.15372517456988796,0.0025781294723274967,0.5107506222948628,0.5,0.15372517456988796,0.008934867371351183,0.21213998889906274,0.0,0.895129867767574,1.0033926338934172 -8026,0.5,0.15372517456988796,0.1300226581110585,0.5578534344632484,0.15372517456988796,0.1278219533715423,0.6165973381481783,0.15372517456988796,0.022849150845473745,0.7074988541418102,0.15372517456988796,0.0542152873470618,0.7358188472352901,0.15372517456988796,0.026152022705428157,0.6788828880663191,0.15372517456988796,0.018561069570351345,0.47067315720002145,0.15372517456988796,0.01587750272499602,0.5133956398772636,0.15372517456988796,0.01104062989130251,0.18758974275190618,0.5,0.15372517456988796,0.006080300446871713,0.3744460286804194,0.15372517456988796,0.02096418467824194,0.08287266121549104,0.5,0.15372517456988796,0.012438508556570358,0.3830153231810457,0.15372517456988796,0.01538225094041073,0.09921957354095277,0.15372517456988796,0.10860020401928167,0.755791983585807,0.15372517456988796,0.05013736096622298,0.7051050353185463,0.15372517456988796,0.05821856105624967,0.5981840123705271,0.15372517456988796,0.015317678806816908,0.4690441595276906,0.15372517456988796,0.023267373900224098,0.4908928593738413,0.5,0.15372517456988796,0.049355377765857585,0.25346515898892313,0.0,0.9336894173109398,1.005125896720928 -8027,0.5,0.15372517456988796,0.25184591285531965,0.5934850989723189,0.15372517456988796,0.28224034563056294,0.6325136791838232,0.15372517456988796,0.051943497858392175,0.7433753356988064,0.15372517456988796,0.10162199928059684,0.7626322375187977,0.15372517456988796,0.0758511740123873,0.6390847640763546,0.15372517456988796,0.08080707681310839,0.5236694224301905,0.15372517456988796,0.052326953051542315,0.6167574032915129,0.15372517456988796,0.03687448385743464,0.21196789329426463,0.5,0.15372517456988796,0.01574838837797472,0.36613490258154996,0.15372517456988796,0.04487993911813343,0.07976882975807105,0.5,0.15372517456988796,0.030327015459671883,0.3465249267766696,0.15372517456988796,0.03599580019922882,0.09576407474401424,0.15372517456988796,0.2611230036043589,0.7532638767451871,0.15372517456988796,0.17455476964470212,0.685540119005481,0.15372517456988796,0.14119142246805183,0.6193893594384717,0.15372517456988796,0.04091458230804025,0.5124334540929335,0.15372517456988796,0.04953588863887884,0.491019084739918,0.5,0.15372517456988796,0.08203485477303898,0.2531567079432861,0.0,0.9500067250073525,1.0059487706554477 -8028,0.5,0.15372517456988796,0.33992215964328054,0.5860052903071998,0.15372517456988796,0.38632747669071965,0.5746468282311339,0.15372517456988796,0.08387849220168142,0.7617007470263223,0.15372517456988796,0.1321897473727947,0.7838187895111252,0.15372517456988796,0.13458046451676917,0.6196802520986648,0.15372517456988796,0.1524770690623312,0.5287615144110989,0.15372517456988796,0.12423429655757995,0.630892764128262,0.15372517456988796,0.06404573779110431,0.22815309818069557,0.5,0.15372517456988796,0.024222834194610143,0.35745082350726,0.15372517456988796,0.06483339686664913,0.08556730265037692,0.5,0.15372517456988796,0.04842173513683108,0.4057349605901612,0.15372517456988796,0.0598187814752075,0.11559827551689182,0.15372517456988796,0.36152855976523496,0.7514450736253493,0.15372517456988796,0.33864419524113026,0.6317700350586478,0.15372517456988796,0.24169830621456212,0.5925145782836593,0.15372517456988796,0.06573447164316513,0.5576175614023932,0.15372517456988796,0.06027425194239222,0.5055076797328095,0.5,0.15372517456988796,0.10962433869733279,0.21931952524886975,0.0,0.9436359031766202,1.0062136262542942 -8029,0.5,0.15372517456988796,0.3861578865110723,0.5568088188347042,0.15372517456988796,0.42253168527256396,0.4879587673272678,0.15372517456988796,0.1079694921524886,0.790700643154968,0.15372517456988796,0.13152453742967157,0.7672143531475838,0.15372517456988796,0.214284893774625,0.677012964802256,0.15372517456988796,0.16103259046309107,0.45574701268570245,0.15372517456988796,0.23841172262084454,0.5853090438062487,0.15372517456988796,0.057048142433042015,0.2124490171663581,0.5,0.15372517456988796,0.03281160193775594,0.359123788910006,0.15372517456988796,0.08088280636555156,0.09521885601329637,0.5,0.15372517456988796,0.042257233231348584,0.4787925902621428,0.15372517456988796,0.0774142639092579,0.1578449056812774,0.15372517456988796,0.39500640153190236,0.7418827576228697,0.15372517456988796,0.40666207182208264,0.5914638767252134,0.15372517456988796,0.3270568912915927,0.5559459653752239,0.15372517456988796,0.09031192492069698,0.5749822767777699,0.15372517456988796,0.054762024372581285,0.5313814412729224,0.5,0.15372517456988796,0.12297773351611341,0.2466435476164237,0.0,0.9204181712557016,0.9990124165836896 -8030,0.5,0.15372517456988796,0.3554549097246268,0.5097657262627043,0.15372517456988796,0.38744054462721755,0.4540735436800679,0.15372517456988796,0.12409804098639332,0.751488115929813,0.15372517456988796,0.11651798391909643,0.7311871501729688,0.15372517456988796,0.27870973493981466,0.632014561566623,0.15372517456988796,0.13596273429981165,0.4701008593060897,0.15372517456988796,0.2674604424757069,0.5130371850541177,0.15372517456988796,0.0391958126297484,0.2087149308095972,0.5,0.15372517456988796,0.03499327347891441,0.38100955134709086,0.15372517456988796,0.07432803597831411,0.10795942707285819,0.5,0.15372517456988796,0.03247018847719554,0.5803515214869716,0.15372517456988796,0.06775594357520111,0.2106616611283305,0.15372517456988796,0.36635010788163924,0.7127206184590227,0.15372517456988796,0.3860419391523355,0.5855298732291996,0.15372517456988796,0.3557772628640827,0.5053180912680041,0.15372517456988796,0.09606007773013843,0.5587800562812163,0.15372517456988796,0.04445565004105454,0.5830703791145273,0.5,0.15372517456988796,0.12233697388372776,0.30785473253923873,0.0,0.878458073560623,0.9586868794363945 -8031,0.5,0.15372517456988796,0.16645954902390767,0.4436364318999229,0.15372517456988796,0.17079116186440246,0.4247283427962713,0.15372517456988796,0.10209487221873226,0.7097107065665532,0.15372517456988796,0.07696634738651133,0.6893701775226155,0.15372517456988796,0.254548046795918,0.5358493638883136,0.15372517456988796,0.12485671466958255,0.4658175429839233,0.15372517456988796,0.20010417195263888,0.44727770878269596,0.15372517456988796,0.0194911348567379,0.20128876677096194,0.5,0.15372517456988796,0.02038429523122639,0.3716864482485862,0.15372517456988796,0.04426700528159191,0.10370602986095295,0.5,0.15372517456988796,0.024471723285027648,0.6103419299790837,0.15372517456988796,0.03606720957320125,0.17786637599855237,0.15372517456988796,0.22945650967166142,0.6627078913579714,0.15372517456988796,0.24235712795525008,0.5937026266365941,0.15372517456988796,0.2301835709207798,0.47244671021638274,0.15372517456988796,0.07026321624322128,0.5013356042407351,0.15372517456988796,0.02972999180744681,0.617062348762539,0.5,0.15372517456988796,0.07231768878742173,0.30882651482764534,0.0,0.8572077849692661,0.8968595607245716 -8032,0.5,0.15372517456988796,0.0,0.3941074302272183,0.15372517456988796,0.0,0.3696683941853741,0.15372517456988796,0.0,0.673265471762367,0.15372517456988796,0.0,0.6414366393617549,0.15372517456988796,0.0,0.5116114432394528,0.15372517456988796,0.03499595627820165,0.41274257070352033,0.15372517456988796,0.0024509192575284944,0.38424395906971953,0.15372517456988796,0.004002311664028202,0.1673438629966429,0.5,0.15372517456988796,0.004654733501745953,0.2976454224041437,0.15372517456988796,0.007760632929988688,0.08918237311151664,0.5,0.15372517456988796,0.009828897197144058,0.5352588835847412,0.15372517456988796,0.009163774705357489,0.11668321425888159,0.15372517456988796,0.0,0.5992337321829411,0.15372517456988796,0.0,0.5531755942725911,0.15372517456988796,0.0,0.4556675977081538,0.15372517456988796,0.0017186281480184127,0.4663942960040245,0.15372517456988796,0.001964049430278481,0.5822539755519938,0.5,0.15372517456988796,0.005993258113786451,0.27589475145668396,0.0,0.8471966474097692,0.901926560307317 -8033,0.5,0.15372517456988796,0.0,0.3765537408637358,0.15372517456988796,0.0,0.37418278752670375,0.15372517456988796,0.0,0.6313052570446073,0.15372517456988796,0.0,0.6328557173196592,0.15372517456988796,0.0,0.49902680278650724,0.15372517456988796,0.0,0.36606216070098097,0.15372517456988796,0.0,0.36188975361266523,0.15372517456988796,0.0,0.13886744076354,0.5,0.15372517456988796,0.0,0.20104205758057841,0.15372517456988796,0.0,0.08135656123302037,0.5,0.15372517456988796,0.0,0.3783657604183066,0.15372517456988796,0.0,0.07951751071332473,0.15372517456988796,0.0,0.5574067582167442,0.15372517456988796,0.0,0.47917848703854926,0.15372517456988796,0.0,0.44815587729810397,0.15372517456988796,0.0,0.44241070910887176,0.15372517456988796,0.0,0.4821313705622904,0.5,0.15372517456988796,0.0,0.1876581497603306,0.0,0.8430361710213943,0.9605167605366673 -8034,0.5,0.15372517456988796,0.0,0.37365422526538555,0.15372517456988796,0.0,0.3620147013953308,0.15372517456988796,0.0,0.5965523148891103,0.15372517456988796,0.0,0.6225768568856285,0.15372517456988796,0.0,0.4638453765168569,0.15372517456988796,0.0,0.3336634969103296,0.15372517456988796,0.0,0.34332441475222175,0.15372517456988796,0.0,0.1269767569577765,0.5,0.15372517456988796,0.0,0.15709664339411844,0.15372517456988796,0.0,0.054079270701285674,0.5,0.15372517456988796,0.0,0.3089402224988367,0.15372517456988796,0.0,0.07339248066328284,0.15372517456988796,0.0,0.5340517082288873,0.15372517456988796,0.0,0.45779952373307325,0.15372517456988796,0.0,0.4335080735724655,0.15372517456988796,0.0,0.3949236523210509,0.15372517456988796,0.0,0.4043518062169027,0.5,0.15372517456988796,0.0,0.14754444715133286,0.0,0.8205539394471598,0.9926621354942946 -8035,0.5,0.15372517456988796,0.0,0.36210978890883083,0.15372517456988796,0.0,0.3410974293945625,0.15372517456988796,0.0,0.5273511979647472,0.15372517456988796,0.0,0.6196883079697224,0.15372517456988796,0.0,0.4603931799411851,0.15372517456988796,0.0,0.31604997820189584,0.15372517456988796,0.0,0.2946314904165719,0.15372517456988796,0.0,0.10577768517039174,0.5,0.15372517456988796,0.0,0.14810130442523506,0.15372517456988796,0.0,0.030191806614471278,0.5,0.15372517456988796,0.0,0.27125669083302245,0.15372517456988796,0.0,0.04710056893991934,0.15372517456988796,0.0,0.5429746319375363,0.15372517456988796,0.0,0.4878275398498611,0.15372517456988796,0.0,0.39490009637592016,0.15372517456988796,0.0,0.3281167595682501,0.15372517456988796,0.0,0.33940834569662237,0.5,0.15372517456988796,0.0,0.1533519821136303,0.0,0.8124875293803087,0.9981871535703303 -8036,0.5,0.15372517456988796,0.0,0.34981229328818203,0.15372517456988796,0.0,0.3280068620100609,0.15372517456988796,0.0,0.4422103240801641,0.15372517456988796,0.0,0.6139618340622452,0.15372517456988796,0.0,0.49183272581559734,0.15372517456988796,0.0,0.32206800478907077,0.15372517456988796,0.0,0.24892015644906362,0.15372517456988796,0.0,0.09413520335190928,0.5,0.15372517456988796,0.0,0.1444063974925626,0.15372517456988796,0.0,0.030599021886523147,0.5,0.15372517456988796,0.0,0.24986148908075284,0.15372517456988796,0.0,0.023654118902151217,0.15372517456988796,0.0,0.5470727442751098,0.15372517456988796,0.0,0.49642268629112196,0.15372517456988796,0.0,0.3534540024579914,0.15372517456988796,0.0,0.28378423001489234,0.15372517456988796,0.0,0.29695434871896453,0.5,0.15372517456988796,0.0,0.1401193766871211,0.0,0.8343603142991266,0.9916408247992524 -8037,0.5,0.15372517456988796,0.0,0.36052895388360046,0.15372517456988796,0.0,0.2929572283106846,0.15372517456988796,0.0,0.4112894818720227,0.15372517456988796,0.0,0.5775884763678074,0.15372517456988796,0.0,0.5025350853402752,0.15372517456988796,0.0,0.3471492291610365,0.15372517456988796,0.0,0.22154553132532295,0.15372517456988796,0.0,0.07035471476421244,0.5,0.15372517456988796,0.0,0.12028742150820884,0.15372517456988796,0.0,0.0330642805352507,0.5,0.15372517456988796,0.0,0.2644633954971772,0.15372517456988796,0.0,0.021391140327162515,0.15372517456988796,0.0,0.5263572248988808,0.15372517456988796,0.0,0.4584330972303034,0.15372517456988796,0.0,0.30975368112896035,0.15372517456988796,0.0,0.27218127213383,0.15372517456988796,0.0,0.2987176941251058,0.5,0.15372517456988796,0.0,0.10836574019231687,0.0,0.8467819463031186,0.9700864598015813 -8038,0.5,0.15372517456988796,0.0,0.36021978573863556,0.15372517456988796,0.0,0.2503784954806263,0.15372517456988796,0.0,0.38161210798081474,0.15372517456988796,0.0,0.5413615849922833,0.15372517456988796,0.0,0.41886987983486107,0.15372517456988796,0.0,0.3435279856118999,0.15372517456988796,0.0,0.2304421420800712,0.15372517456988796,0.0,0.05805616744402077,0.5,0.15372517456988796,0.0,0.10440058886700324,0.15372517456988796,0.0,0.02510792306157996,0.5,0.15372517456988796,0.0,0.2791673611910567,0.15372517456988796,0.0,0.02553214445936817,0.15372517456988796,0.0,0.4764262256692104,0.15372517456988796,0.0,0.39053177016001384,0.15372517456988796,0.0,0.26607962970702487,0.15372517456988796,0.0,0.2747893084661027,0.15372517456988796,0.0,0.3128356292895509,0.5,0.15372517456988796,0.0,0.07125903524044941,0.0,0.8640910981161569,0.9352970621237038 -8039,0.5,0.15372517456988796,0.0,0.34937891552785916,0.15372517456988796,0.0,0.2159911885617153,0.15372517456988796,0.0,0.3393268112681865,0.15372517456988796,0.0,0.5406028629043461,0.15372517456988796,0.0,0.29563433389649196,0.15372517456988796,0.0,0.31758053307552225,0.15372517456988796,0.0,0.21470278004415402,0.15372517456988796,0.0,0.05697254037291648,0.5,0.15372517456988796,0.0,0.09423770235396009,0.15372517456988796,0.0,0.01652016136810844,0.5,0.15372517456988796,0.0,0.2335289876454421,0.15372517456988796,0.0,0.025835853532577106,0.15372517456988796,0.0,0.4023306794886455,0.15372517456988796,0.0,0.3188806355475661,0.15372517456988796,0.0,0.2441594432144566,0.15372517456988796,0.0,0.2575770763252551,0.15372517456988796,0.0,0.3151474982657637,0.5,0.15372517456988796,0.0,0.04930660310577742,0.0,0.8637580890004289,0.8976569469703589 -8040,0.5,0.15372517456988796,0.0,0.32302175013771667,0.15372517456988796,0.0,0.17895921768875764,0.15372517456988796,0.0,0.35869127129282247,0.15372517456988796,0.0,0.5377138510255702,0.15372517456988796,0.0,0.24205372415183277,0.15372517456988796,0.0,0.26533301544710136,0.15372517456988796,0.0,0.1756955877960547,0.15372517456988796,0.0,0.052051372042626595,0.5,0.15372517456988796,0.0,0.08980133856887156,0.15372517456988796,0.0,0.015585971141847406,0.5,0.15372517456988796,0.0,0.17968816567892604,0.15372517456988796,0.0,0.022982645085860294,0.15372517456988796,0.0,0.33520864414620505,0.15372517456988796,0.0,0.2615365950300654,0.15372517456988796,0.0,0.21956549564690553,0.15372517456988796,0.0,0.2100609197637424,0.15372517456988796,0.0,0.28115706620393677,0.5,0.15372517456988796,0.0,0.03992134261034984,0.0,0.8289017147184469,0.8560415118673674 -8041,0.5,0.15372517456988796,0.0,0.2979204906416133,0.15372517456988796,0.0,0.13783821697697768,0.15372517456988796,0.0,0.35171477475257495,0.15372517456988796,0.0,0.491426336066553,0.15372517456988796,0.0,0.20416578796089893,0.15372517456988796,0.0,0.22099443395115848,0.15372517456988796,0.0,0.14750436716863546,0.15372517456988796,0.0,0.040906130200922625,0.5,0.15372517456988796,0.0,0.08609789633267953,0.15372517456988796,0.0,0.017681006023362356,0.5,0.15372517456988796,0.0,0.13421175597769153,0.15372517456988796,0.0,0.02096526116002151,0.15372517456988796,0.0,0.2927148253020877,0.15372517456988796,0.0,0.23058060077551756,0.15372517456988796,0.0,0.1932371723690759,0.15372517456988796,0.0,0.17336157116965334,0.15372517456988796,0.0,0.23828354545218117,0.5,0.15372517456988796,0.0,0.03360375709514356,0.0,0.7674572170713498,0.8083792936275207 -8042,0.5,0.15372517456988796,0.0,0.27504978406992797,0.15372517456988796,0.0,0.11897721178280063,0.15372517456988796,0.0,0.32770627252348744,0.15372517456988796,0.0,0.4505611329066665,0.15372517456988796,0.0,0.20731565446333927,0.15372517456988796,0.0,0.19669410577994342,0.15372517456988796,0.0,0.129254454411198,0.15372517456988796,0.0,0.02868524044654952,0.5,0.15372517456988796,0.0,0.07055668763683015,0.15372517456988796,0.0,0.015854494534227923,0.5,0.15372517456988796,0.0,0.10308717807563922,0.15372517456988796,0.0,0.015727587965971204,0.15372517456988796,0.0,0.2717734812425692,0.15372517456988796,0.0,0.21642758826031433,0.15372517456988796,0.0,0.1764831639401699,0.15372517456988796,0.0,0.14777154046291066,0.15372517456988796,0.0,0.20093647740556206,0.5,0.15372517456988796,0.0,0.03205510118862072,0.0,0.7045837970250473,0.7117338699787299 -8043,0.5,0.15372517456988796,0.0,0.256674243048398,0.15372517456988796,0.0,0.11036685068112008,0.15372517456988796,0.0,0.30103246228831515,0.15372517456988796,0.0,0.3910018505523137,0.15372517456988796,0.0,0.2067093628913754,0.15372517456988796,0.0,0.1987825702829309,0.15372517456988796,0.0,0.1228707330720839,0.15372517456988796,0.0,0.020690419225866338,0.5,0.15372517456988796,0.0,0.05432532608580252,0.15372517456988796,0.0,0.011808428781374803,0.5,0.15372517456988796,0.0,0.07605294706646676,0.15372517456988796,0.0,0.00726344411945449,0.15372517456988796,0.0,0.26041504364122664,0.15372517456988796,0.0,0.2105903021036012,0.15372517456988796,0.0,0.16395655124977673,0.15372517456988796,0.0,0.13064342792005584,0.15372517456988796,0.0,0.1758305116765292,0.5,0.15372517456988796,0.0,0.02711831552840315,0.0,0.674356913267171,0.5851935173602024 -8044,0.5,0.15372517456988796,0.0,0.2377406193522214,0.15372517456988796,0.0,0.11256600317852954,0.15372517456988796,0.0,0.28667868629341464,0.15372517456988796,0.0,0.3440088183481826,0.15372517456988796,0.0,0.21152807479213648,0.15372517456988796,0.0,0.21168665736230763,0.15372517456988796,0.0,0.11485427452863824,0.15372517456988796,0.0,0.02113428740576361,0.5,0.15372517456988796,0.0,0.046815419406500185,0.15372517456988796,0.0,0.006280852432998241,0.5,0.15372517456988796,0.0,0.07085636907267975,0.15372517456988796,0.0,0.00338125218212775,0.15372517456988796,0.0,0.25396693707850215,0.15372517456988796,0.0,0.20823957776829863,0.15372517456988796,0.0,0.16486363864740483,0.15372517456988796,0.0,0.13097258219578592,0.15372517456988796,0.0,0.15737840884470874,0.5,0.15372517456988796,0.0,0.021264865917892447,0.0,0.6605031391112806,0.4503048060479267 -8045,0.5,0.15372517456988796,0.0,0.2159482916226342,0.15372517456988796,0.0,0.11931821911325535,0.15372517456988796,0.0,0.2734202048357869,0.15372517456988796,0.0,0.31411881155422483,0.15372517456988796,0.0,0.21826374030860268,0.15372517456988796,0.0,0.2096555692908646,0.15372517456988796,0.0,0.11547744790218667,0.15372517456988796,0.0,0.022612256328576566,0.5,0.15372517456988796,0.0,0.04389927884152115,0.15372517456988796,0.0,0.0024924733339336054,0.5,0.15372517456988796,0.0,0.07598211980116581,0.15372517456988796,0.0,0.0021447484114456533,0.15372517456988796,0.0,0.2519530800382683,0.15372517456988796,0.0,0.20632876990684293,0.15372517456988796,0.0,0.17235845352335089,0.15372517456988796,0.0,0.12860714244398422,0.15372517456988796,0.0,0.13773291044235994,0.5,0.15372517456988796,0.0,0.016602412476516924,0.0,0.6423788464573125,0.3195096159629251 -8046,0.5,0.15372517456988796,0.0,0.19228389289840225,0.15372517456988796,0.0,0.1245619463606638,0.15372517456988796,0.0,0.2688296252591481,0.15372517456988796,0.0,0.2980999449453954,0.15372517456988796,0.0,0.21905233743571006,0.15372517456988796,0.0,0.19514208750527995,0.15372517456988796,0.0,0.12370786218090278,0.15372517456988796,0.0,0.020320767366742435,0.5,0.15372517456988796,0.0,0.040328771685028464,0.15372517456988796,0.0,0.0010735127259070862,0.5,0.15372517456988796,0.0,0.0831118457255088,0.15372517456988796,0.0,0.0023439806461773706,0.15372517456988796,0.0,0.2432680469306915,0.15372517456988796,0.0,0.1925809070860588,0.15372517456988796,0.0,0.17741669911465155,0.15372517456988796,0.0,0.12774597697459392,0.15372517456988796,0.0,0.12161698037984145,0.5,0.15372517456988796,0.0,0.011029529060245447,0.0,0.6327128378165674,0.19334339928116434 -8047,0.5,0.15372517456988796,0.0,0.17033792178002344,0.15372517456988796,0.0,0.12152728356869688,0.15372517456988796,0.0,0.2673687959702073,0.15372517456988796,0.0,0.2790953732415599,0.15372517456988796,0.0,0.20351437032064654,0.15372517456988796,0.0,0.18037603952873651,0.15372517456988796,0.0,0.12084164151455419,0.15372517456988796,0.0,0.020308583235507,0.5,0.15372517456988796,0.0,0.03555615979186247,0.15372517456988796,0.0,0.0003728384904132885,0.5,0.15372517456988796,0.0,0.08199142131079405,0.15372517456988796,0.0,0.0026264335772883526,0.15372517456988796,0.0,0.22037613892335195,0.15372517456988796,0.0,0.16031594285938155,0.15372517456988796,0.0,0.17377003323131332,0.15372517456988796,0.0,0.13043488391547292,0.15372517456988796,0.0,0.11143761116216998,0.5,0.15372517456988796,0.0,0.006736015407851256,0.0,0.6569758399912263,0.10660827637073172 -8048,0.5,0.15372517456988796,0.0,0.16164612292470196,0.15372517456988796,0.0,0.11262376339212535,0.15372517456988796,0.0,0.25755544744611836,0.15372517456988796,0.0,0.2707046171079291,0.15372517456988796,0.0,0.1681842744774237,0.15372517456988796,0.0,0.17813389218418596,0.15372517456988796,0.0,0.11000968885232305,0.15372517456988796,0.0,0.022381452899988413,0.5,0.15372517456988796,0.0,0.032025249329639086,0.15372517456988796,0.0,0.00030791554616202795,0.5,0.15372517456988796,0.0,0.06732760985334048,0.15372517456988796,0.0,0.0019432914048835826,0.15372517456988796,0.0,0.18131722796009284,0.15372517456988796,0.0,0.11255052493250431,0.15372517456988796,0.0,0.16225749703442904,0.15372517456988796,0.0,0.13302453176809168,0.15372517456988796,0.0,0.09894756324878488,0.5,0.15372517456988796,0.0,0.004771695492344385,0.0,0.683237187006986,0.06652003163520623 -8049,0.5,0.15372517456988796,0.004367158276174697,0.16175163065016998,0.15372517456988796,0.00016937910659865673,0.10365419007539063,0.15372517456988796,0.001573761882995167,0.2501901815797673,0.15372517456988796,0.005267784604484308,0.25813052228296585,0.15372517456988796,0.0,0.13135178188903218,0.15372517456988796,1.5190867162701407e-06,0.18419563853847237,0.15372517456988796,0.0002750906363440668,0.10315772223676481,0.15372517456988796,7.46431764229706e-05,0.025720086350162943,0.5,0.15372517456988796,0.00017025261259271516,0.029892693708425257,0.15372517456988796,0.0007027872350853236,0.0006266359344631247,0.5,0.15372517456988796,0.00041154628098421706,0.05029655457189288,0.15372517456988796,0.0004929185552700029,0.0015015759343829556,0.15372517456988796,2.6198905031865116e-05,0.1357642348646017,0.15372517456988796,7.870277687119027e-05,0.06927171046200908,0.15372517456988796,0.0009262887988441212,0.1499343343451755,0.15372517456988796,0.0004962971008732523,0.12715344675975787,0.15372517456988796,0.0004985436299581108,0.08495741186068302,0.5,0.15372517456988796,0.0015631288655379159,0.004554940131373192,0.0,0.6781057887033234,0.04823760829668744 -8050,0.5,0.15372517456988796,0.10061041606480892,0.1729155009877454,0.15372517456988796,0.12799940823562006,0.07507774580430739,0.15372517456988796,0.01951749072244185,0.2284777369244789,0.15372517456988796,0.04805198876389526,0.24056480601972025,0.15372517456988796,0.03310151358893094,0.12584360364428604,0.15372517456988796,0.01133192074415952,0.20085634606108363,0.15372517456988796,0.029532704725145912,0.10763026630259617,0.15372517456988796,0.003118207397942067,0.03128248040619975,0.5,0.15372517456988796,0.002007171940514796,0.030460042787654525,0.15372517456988796,0.004376696012570622,0.0007386209240353459,0.5,0.15372517456988796,0.0029189192701081575,0.03840605862697675,0.15372517456988796,0.0032041089987389568,0.0014960289809661928,0.15372517456988796,0.1073953888921205,0.10138553766434395,0.15372517456988796,0.08091935278020747,0.05153054385985063,0.15372517456988796,0.044730657676757865,0.1387201942743783,0.15372517456988796,0.007601028768135121,0.13030298802479726,0.15372517456988796,0.0031202331217172205,0.07654424278468369,0.5,0.15372517456988796,0.007466996881684592,0.0041264647468770375,0.0,0.6710368422571547,0.045989705816421256 -8051,0.5,0.15372517456988796,0.22535630518936034,0.1861759571561254,0.15372517456988796,0.2848419069932695,0.04562762508269239,0.15372517456988796,0.03862228389309319,0.20106213128974412,0.15372517456988796,0.08502256258394887,0.21314757722841174,0.15372517456988796,0.08384096316390216,0.14215488371365717,0.15372517456988796,0.03602422729935495,0.2759638372343469,0.15372517456988796,0.08059499521019622,0.11947716507871192,0.15372517456988796,0.0088063320347444,0.04189024040700069,0.5,0.15372517456988796,0.004924487027513637,0.03421972528436205,0.15372517456988796,0.010941791906106191,0.0008369902157958153,0.5,0.15372517456988796,0.007043670956682131,0.03986229721797891,0.15372517456988796,0.00794592639996464,0.0018595330676162817,0.15372517456988796,0.2649848756249995,0.0786853641164881,0.15372517456988796,0.19229187640160858,0.05254243209944197,0.15372517456988796,0.12235692664541041,0.1260971968251285,0.15372517456988796,0.017715279058196382,0.13093660232859794,0.15372517456988796,0.007315314009316861,0.07509234495959588,0.5,0.15372517456988796,0.01509744988606881,0.0034342923730098767,0.0,0.6367637724043491,0.0632218715691549 -8052,0.5,0.15372517456988796,0.325768281585888,0.18412621652373526,0.15372517456988796,0.3890578266726371,0.030890663045150788,0.15372517456988796,0.056406708599563385,0.18628152172179602,0.15372517456988796,0.1171042621285452,0.19439125498842424,0.15372517456988796,0.10323981972692024,0.15900835289770315,0.15372517456988796,0.061284815494542635,0.321792155489732,0.15372517456988796,0.10988874333209417,0.12606249931295388,0.15372517456988796,0.011910215282132066,0.05347734948896063,0.5,0.15372517456988796,0.007833119527692648,0.044177748371973025,0.15372517456988796,0.015732376285897735,0.0008005520680588563,0.5,0.15372517456988796,0.01106238492056935,0.05121147010908058,0.15372517456988796,0.012523801467460332,0.002352904900052261,0.15372517456988796,0.37153336703856105,0.07322250393162998,0.15372517456988796,0.2676771473679389,0.06841892785182643,0.15372517456988796,0.2074180412571308,0.10135943096728883,0.15372517456988796,0.02638716398470904,0.11901601020227985,0.15372517456988796,0.0102081427867247,0.07245453594493785,0.5,0.15372517456988796,0.022215297056281075,0.002966421696157989,0.0,0.499982652737864,0.09069597850857206 -8053,0.5,0.15372517456988796,0.37604208192933025,0.15639606503544146,0.15372517456988796,0.42401178677014617,0.04718886714524865,0.15372517456988796,0.07461503084329014,0.16165444327165232,0.15372517456988796,0.13779506314975257,0.17953243189175794,0.15372517456988796,0.09140231356096644,0.16626764125815752,0.15372517456988796,0.06675291117496705,0.346075086622056,0.15372517456988796,0.09969211107976132,0.1451177322156511,0.15372517456988796,0.010833753754000728,0.061456403583653646,0.5,0.15372517456988796,0.00858495143438993,0.05328082367919137,0.15372517456988796,0.01717441206958106,0.0010623361618499064,0.5,0.15372517456988796,0.011189732918408503,0.058690227739087185,0.15372517456988796,0.01459923838475485,0.003253824066306122,0.15372517456988796,0.4094700548260505,0.07653795114458731,0.15372517456988796,0.2938014898707244,0.08041330310069585,0.15372517456988796,0.2714926286047028,0.08113281216461134,0.15372517456988796,0.03307256642092089,0.1050213000291206,0.15372517456988796,0.010609481349509833,0.07104577083368789,0.5,0.15372517456988796,0.02548203601857222,0.0037187822510280884,0.0,0.28660703587802927,0.10942416901627113 -8054,0.5,0.15372517456988796,0.3556918993568444,0.11127114179862053,0.15372517456988796,0.38717765813783594,0.05179410454800439,0.15372517456988796,0.07750689439290766,0.132181093609033,0.15372517456988796,0.14690604143237637,0.15552118350898772,0.15372517456988796,0.0745292064630302,0.17044180911440812,0.15372517456988796,0.04814418573671329,0.3528267394325618,0.15372517456988796,0.07495723169807071,0.14944560005255839,0.15372517456988796,0.00781658840605324,0.08205386154296151,0.5,0.15372517456988796,0.006610175730456402,0.056779675035992225,0.15372517456988796,0.0160884872955478,0.001566260585934835,0.5,0.15372517456988796,0.00817819241988571,0.06408483912680184,0.15372517456988796,0.012374498307019668,0.004574076558405118,0.15372517456988796,0.37571396272329405,0.07667414163582892,0.15372517456988796,0.27495595656238253,0.08028782139911546,0.15372517456988796,0.26654002468038174,0.08042309003621832,0.15372517456988796,0.030208749392310993,0.09291678682343008,0.15372517456988796,0.008607112140867618,0.06820978731560257,0.5,0.15372517456988796,0.01887553707730303,0.006116622707234499,0.0,0.17201163153533972,0.14595778975400248 -8055,0.5,0.15372517456988796,0.17169733978339458,0.07270156472870681,0.15372517456988796,0.1696539670867011,0.055644380335064345,0.15372517456988796,0.06120401445654197,0.09916629932597097,0.15372517456988796,0.10060373899820052,0.11338862741579885,0.15372517456988796,0.0448828348205229,0.16739812706936194,0.15372517456988796,0.02643676637842886,0.3433176148576753,0.15372517456988796,0.04293125067847777,0.15675265777023106,0.15372517456988796,0.003869122404516857,0.09487139436560607,0.5,0.15372517456988796,0.00366641249590318,0.05358787445603253,0.15372517456988796,0.00806627665246383,0.0022884697688989476,0.5,0.15372517456988796,0.004141434490558487,0.0603906164173992,0.15372517456988796,0.006627894373102286,0.006012257898328991,0.15372517456988796,0.22707309782881216,0.08335693213133712,0.15372517456988796,0.1764394162946314,0.08410521545451813,0.15372517456988796,0.17640729018222656,0.07148859740852626,0.15372517456988796,0.01910763262172872,0.08278017257506025,0.15372517456988796,0.004816626463404484,0.06140599284103977,0.5,0.15372517456988796,0.008519582834151647,0.007647037517136495,0.0,0.13307936724005154,0.20837831336015514 -8056,0.5,0.15372517456988796,0.0,0.06085480861283631,0.15372517456988796,0.0,0.06579067372851964,0.15372517456988796,0.00034506408259341655,0.08544310785485389,0.15372517456988796,2.673718852528881e-05,0.08389227400395331,0.15372517456988796,0.0,0.15839579462403428,0.15372517456988796,0.004301396684519667,0.3360285767738352,0.15372517456988796,0.00043282771924742875,0.1752612191152459,0.15372517456988796,0.0010211326631534817,0.11765034353865178,0.5,0.15372517456988796,0.0010975480713496545,0.05509929899081493,0.15372517456988796,0.0015212650847708507,0.002646277294980779,0.5,0.15372517456988796,0.0011059308893586685,0.0562831221773947,0.15372517456988796,0.0014436442702130937,0.0061971389214630765,0.15372517456988796,0.0,0.09607978535328435,0.15372517456988796,0.0,0.0944769619077481,0.15372517456988796,0.0,0.06601547572310014,0.15372517456988796,0.0005639140015316755,0.08063608720485843,0.15372517456988796,0.0006758143239910338,0.05094830612585872,0.5,0.15372517456988796,0.0008132931361374329,0.006336676984215466,0.0,0.11312129247179961,0.2980461234859358 -8057,0.5,0.15372517456988796,0.0,0.057403261158620676,0.15372517456988796,0.0,0.07031039192392884,0.15372517456988796,0.0,0.078413467542085,0.15372517456988796,0.0,0.07287096184314673,0.15372517456988796,0.0,0.1425075236901199,0.15372517456988796,0.0,0.30528522350547826,0.15372517456988796,0.0,0.20806906757350138,0.15372517456988796,0.0,0.13459907718493463,0.5,0.15372517456988796,0.0,0.06238574915619427,0.15372517456988796,0.0,0.002252777074559822,0.5,0.15372517456988796,0.0,0.048101687698556835,0.15372517456988796,0.0,0.005451148335194634,0.15372517456988796,0.0,0.10209774492247263,0.15372517456988796,0.0,0.09843530626730565,0.15372517456988796,0.0,0.06229067894911222,0.15372517456988796,0.0,0.08853018468029927,0.15372517456988796,0.0,0.03949363364262145,0.5,0.15372517456988796,0.0,0.004261728415265663,0.0,0.1071957110987153,0.41260313320447745 -8058,0.5,0.15372517456988796,0.0,0.054309619240218925,0.15372517456988796,0.0,0.08281481813791923,0.15372517456988796,0.0,0.07950843610821796,0.15372517456988796,0.0,0.06783983355326835,0.15372517456988796,0.0,0.12347083983763027,0.15372517456988796,0.0,0.26896054830696525,0.15372517456988796,0.0,0.21927252936441913,0.15372517456988796,0.0,0.1399447409954265,0.5,0.15372517456988796,0.0,0.07356861471786616,0.15372517456988796,0.0,0.0017026072777937096,0.5,0.15372517456988796,0.0,0.03593912627612602,0.15372517456988796,0.0,0.005245340644609466,0.15372517456988796,0.0,0.10613849115374788,0.15372517456988796,0.0,0.09854028934360011,0.15372517456988796,0.0,0.05907236765773163,0.15372517456988796,0.0,0.10643144197931016,0.15372517456988796,0.0,0.032898430752288516,0.5,0.15372517456988796,0.0,0.0036964852540797583,0.0,0.11529862626235982,0.5194022001805477 -8059,0.5,0.15372517456988796,0.0,0.05307851811208963,0.15372517456988796,0.0,0.0825437863118488,0.15372517456988796,0.0,0.08292899932288568,0.15372517456988796,0.0,0.06130915651344423,0.15372517456988796,0.0,0.1266736269767625,0.15372517456988796,0.0,0.2293907314403194,0.15372517456988796,0.0,0.17953968428781109,0.15372517456988796,0.0,0.12613918959461562,0.5,0.15372517456988796,0.0,0.08521681684401647,0.15372517456988796,0.0,0.0010877162386819063,0.5,0.15372517456988796,0.0,0.028571452535741892,0.15372517456988796,0.0,0.0050997477939877835,0.15372517456988796,0.0,0.09868028748164474,0.15372517456988796,0.0,0.09820183277566437,0.15372517456988796,0.0,0.055338831196715434,0.15372517456988796,0.0,0.1122381683037822,0.15372517456988796,0.0,0.02925507718984589,0.5,0.15372517456988796,0.0,0.003622753835534193,0.0,0.13743286159554569,0.5729726346175181 -8060,0.5,0.15372517456988796,0.0,0.05281455538561035,0.15372517456988796,0.0,0.08390171376952232,0.15372517456988796,0.0,0.07553340457043617,0.15372517456988796,0.0,0.05060072575594459,0.15372517456988796,0.0,0.1207555727769147,0.15372517456988796,0.0,0.2103746988658861,0.15372517456988796,0.0,0.11911902943478153,0.15372517456988796,0.0,0.106897493466789,0.5,0.15372517456988796,0.0,0.09150129181708558,0.15372517456988796,0.0,0.0008284556940591071,0.5,0.15372517456988796,0.0,0.0300354251578432,0.15372517456988796,0.0,0.005691195665205669,0.15372517456988796,0.0,0.09010949372174407,0.15372517456988796,0.0,0.0943487529679752,0.15372517456988796,0.0,0.05280684219349567,0.15372517456988796,0.0,0.11171212024009387,0.15372517456988796,0.0,0.028790036864955914,0.5,0.15372517456988796,0.0,0.003476820282757295,0.0,0.16570148274543958,0.6029246708972049 -8061,0.5,0.15372517456988796,0.0,0.056054526294395425,0.15372517456988796,0.0,0.06739826109601188,0.15372517456988796,0.0,0.06302982748903205,0.15372517456988796,0.0,0.04221148440684519,0.15372517456988796,0.0,0.11104041535010102,0.15372517456988796,0.0,0.21170351305356544,0.15372517456988796,0.0,0.07715273482621131,0.15372517456988796,0.0,0.09469758373237475,0.5,0.15372517456988796,0.0,0.08911156738479159,0.15372517456988796,0.0,0.0007707284152295346,0.5,0.15372517456988796,0.0,0.035349016592592965,0.15372517456988796,0.0,0.007114054948645238,0.15372517456988796,0.0,0.08068585352697363,0.15372517456988796,0.0,0.0886425261415712,0.15372517456988796,0.0,0.048135170807965706,0.15372517456988796,0.0,0.1051849542515252,0.15372517456988796,0.0,0.031019614223076836,0.5,0.15372517456988796,0.0,0.0034470582739775657,0.0,0.1813394141503715,0.6511227723020345 -8062,0.5,0.15372517456988796,0.0,0.060325825017654634,0.15372517456988796,0.0,0.04821538137175509,0.15372517456988796,0.0,0.05274160474236913,0.15372517456988796,0.0,0.038647389516676914,0.15372517456988796,0.0,0.10714770770799718,0.15372517456988796,0.0,0.22020870696677564,0.15372517456988796,0.0,0.057089652424421884,0.15372517456988796,0.0,0.09137644183448447,0.5,0.15372517456988796,0.0,0.08430106911819454,0.15372517456988796,0.0,0.0014613037046747434,0.5,0.15372517456988796,0.0,0.042544388465186565,0.15372517456988796,0.0,0.007985793182675876,0.15372517456988796,0.0,0.07133811368137771,0.15372517456988796,0.0,0.08637287398833896,0.15372517456988796,0.0,0.04198001830872552,0.15372517456988796,0.0,0.09107309594366167,0.15372517456988796,0.0,0.03308820996673411,0.5,0.15372517456988796,0.0,0.004343669504715831,0.0,0.17835951413118173,0.6958619580609844 -8063,0.5,0.15372517456988796,0.0,0.06356776102558465,0.15372517456988796,0.0,0.030384489124872474,0.15372517456988796,0.0,0.049355946319868546,0.15372517456988796,0.0,0.03886465250399293,0.15372517456988796,0.0,0.1107141341854227,0.15372517456988796,0.0,0.2407559711611989,0.15372517456988796,0.0,0.053092970521518526,0.15372517456988796,0.0,0.09647653857144901,0.5,0.15372517456988796,0.0,0.07992314083520297,0.15372517456988796,0.0,0.0027467976977228175,0.5,0.15372517456988796,0.0,0.04612601486057925,0.15372517456988796,0.0,0.00842983370906631,0.15372517456988796,0.0,0.06631435370878731,0.15372517456988796,0.0,0.09134707959363006,0.15372517456988796,0.0,0.03789790154915908,0.15372517456988796,0.0,0.0742204815252416,0.15372517456988796,0.0,0.03529293888994331,0.5,0.15372517456988796,0.0,0.00596502751801011,0.0,0.1756120848650271,0.756844216277808 -8064,0.5,0.15372517456988796,0.0,0.06384662771283549,0.15372517456988796,0.0,0.018848733483097492,0.15372517456988796,0.0,0.05024676231512238,0.15372517456988796,0.0,0.039744876869896285,0.15372517456988796,0.0,0.12544036943443118,0.15372517456988796,0.0,0.25974113867801896,0.15372517456988796,0.0,0.05657202279741478,0.15372517456988796,0.0,0.11402080600118843,0.5,0.15372517456988796,0.0,0.07056516760311268,0.15372517456988796,0.0,0.0038540740855375183,0.5,0.15372517456988796,0.0,0.048362748825662716,0.15372517456988796,0.0,0.008756816916771451,0.15372517456988796,0.0,0.06159420516314098,0.15372517456988796,0.0,0.10662745005954732,0.15372517456988796,0.0,0.035691586173481775,0.15372517456988796,0.0,0.06016533362730025,0.15372517456988796,0.0,0.03583010152129337,0.5,0.15372517456988796,0.0,0.0073768007184917255,0.0,0.15938314771669512,0.7930315402380301 -8065,0.5,0.15372517456988796,0.0,0.05901427517067304,0.15372517456988796,0.0,0.019422265374466115,0.15372517456988796,0.0,0.04949674462385865,0.15372517456988796,0.0,0.03907972974037504,0.15372517456988796,0.0,0.1384609575909432,0.15372517456988796,0.0,0.2757874855668075,0.15372517456988796,0.0,0.06072046676000295,0.15372517456988796,0.0,0.1316165901916354,0.5,0.15372517456988796,0.0,0.06000171676915347,0.15372517456988796,0.0,0.004700862606494664,0.5,0.15372517456988796,0.0,0.05003835923273026,0.15372517456988796,0.0,0.00920801958349344,0.15372517456988796,0.0,0.054346695883865384,0.15372517456988796,0.0,0.12185338964998074,0.15372517456988796,0.0,0.03480469568020168,0.15372517456988796,0.0,0.04982040426899773,0.15372517456988796,0.0,0.035699377824517285,0.5,0.15372517456988796,0.0,0.008853037630126537,0.0,0.1206061939947448,0.8185514209607752 -8066,0.5,0.15372517456988796,0.0,0.04887429982329096,0.15372517456988796,0.0,0.028846492562854632,0.15372517456988796,0.0,0.047526487712122256,0.15372517456988796,0.0,0.038596495632886224,0.15372517456988796,0.0,0.140733254445062,0.15372517456988796,0.0,0.2727484538739861,0.15372517456988796,0.0,0.07479634402152208,0.15372517456988796,0.0,0.13557710859670524,0.5,0.15372517456988796,0.0,0.05450793606182826,0.15372517456988796,0.0,0.005101079138859465,0.5,0.15372517456988796,0.0,0.05266629363141249,0.15372517456988796,0.0,0.009953527736255673,0.15372517456988796,0.0,0.052723525796400494,0.15372517456988796,0.0,0.12735318311955332,0.15372517456988796,0.0,0.03603529360318091,0.15372517456988796,0.0,0.04123322149034137,0.15372517456988796,0.0,0.03476278697025502,0.5,0.15372517456988796,0.0,0.008424735543109517,0.0,0.04447752403937577,0.8471924115149776 -8067,0.5,0.15372517456988796,0.0,0.03758313322802788,0.15372517456988796,0.0,0.03363812263910865,0.15372517456988796,0.0,0.04268803857019712,0.15372517456988796,0.0,0.03779923360424595,0.15372517456988796,0.0,0.12990825791328833,0.15372517456988796,0.0,0.24403960355154952,0.15372517456988796,0.0,0.0871933295558139,0.15372517456988796,0.0,0.12701267492224086,0.5,0.15372517456988796,0.0,0.05740428549762441,0.15372517456988796,0.0,0.005383117966746892,0.5,0.15372517456988796,0.0,0.05250799891065522,0.15372517456988796,0.0,0.011112631274422203,0.15372517456988796,0.0,0.0529708200154122,0.15372517456988796,0.0,0.12317255108951397,0.15372517456988796,0.0,0.03893587381806595,0.15372517456988796,0.0,0.03906800418651988,0.15372517456988796,0.0,0.03332873091002785,0.5,0.15372517456988796,0.0,0.007016623505481481,0.0,0.00458160945387687,0.8715410877971805 -8068,0.5,0.15372517456988796,0.0,0.029138775587707267,0.15372517456988796,0.0,0.03599456762744175,0.15372517456988796,0.0,0.03567577619566659,0.15372517456988796,0.0,0.0376902077276946,0.15372517456988796,0.0,0.11699137582512782,0.15372517456988796,0.0,0.205679520461188,0.15372517456988796,0.0,0.09717036416225287,0.15372517456988796,0.0,0.10853452225385782,0.5,0.15372517456988796,0.0,0.06353234244339062,0.15372517456988796,0.0,0.005602759997964781,0.5,0.15372517456988796,0.0,0.04951415738507392,0.15372517456988796,0.0,0.011506486336191958,0.15372517456988796,0.0,0.057883375661420725,0.15372517456988796,0.0,0.12050971887831229,0.15372517456988796,0.0,0.04206368988659702,0.15372517456988796,0.0,0.04572770444695005,0.15372517456988796,0.0,0.03108280450912914,0.5,0.15372517456988796,0.0,0.0063080792896760005,0.0,0.0009083033336007016,0.8873345182760904 -8069,0.5,0.15372517456988796,0.0,0.025992478204651212,0.15372517456988796,0.0,0.03788983713135315,0.15372517456988796,0.0,0.02791584755086879,0.15372517456988796,0.0,0.037024631544989764,0.15372517456988796,0.0,0.10715757852001888,0.15372517456988796,0.0,0.183917405310389,0.15372517456988796,0.0,0.10342628065278386,0.15372517456988796,0.0,0.09486247116888546,0.5,0.15372517456988796,0.0,0.0681494125530872,0.15372517456988796,0.0,0.00568063781897974,0.5,0.15372517456988796,0.0,0.045515375767837415,0.15372517456988796,0.0,0.010316242854489246,0.15372517456988796,0.0,0.06263186459900814,0.15372517456988796,0.0,0.12118657114831363,0.15372517456988796,0.0,0.04592486039074316,0.15372517456988796,0.0,0.05815250156875744,0.15372517456988796,0.0,0.02882540812432303,0.5,0.15372517456988796,0.0,0.0069546631387991786,0.0,0.012789734612118945,0.8781328310395831 -8070,0.5,0.15372517456988796,0.0,0.02854302224962002,0.15372517456988796,0.0,0.03988910647265891,0.15372517456988796,0.0,0.02853388305133808,0.15372517456988796,0.0,0.034834719310619384,0.15372517456988796,0.0,0.09765583176213861,0.15372517456988796,0.0,0.173781225954714,0.15372517456988796,0.0,0.1027393460710763,0.15372517456988796,0.0,0.07952219450052214,0.5,0.15372517456988796,0.0,0.07091906185427212,0.15372517456988796,0.0,0.006465104904533346,0.5,0.15372517456988796,0.0,0.039813740477268274,0.15372517456988796,0.0,0.008699085895824283,0.15372517456988796,0.0,0.06236490890333945,0.15372517456988796,0.0,0.12404818507836593,0.15372517456988796,0.0,0.048849541227339414,0.15372517456988796,0.0,0.07563701541954536,0.15372517456988796,0.0,0.026006126718763806,0.5,0.15372517456988796,0.0,0.007586265003688278,0.0,0.035942961790164436,0.8634238232768301 -8071,0.5,0.15372517456988796,0.0,0.032309628755282295,0.15372517456988796,0.0,0.04070496591288923,0.15372517456988796,0.0,0.04065529639060317,0.15372517456988796,0.0,0.032461469882095424,0.15372517456988796,0.0,0.09165986720743059,0.15372517456988796,0.0,0.1646865815281107,0.15372517456988796,0.0,0.09431194969138205,0.15372517456988796,0.0,0.0717563298921548,0.5,0.15372517456988796,0.0,0.06997874857736192,0.15372517456988796,0.0,0.00816874231924991,0.5,0.15372517456988796,0.0,0.0354029669992809,0.15372517456988796,0.0,0.00792242307800857,0.15372517456988796,0.0,0.06175037778883461,0.15372517456988796,0.0,0.12405091870992746,0.15372517456988796,0.0,0.05001541644538624,0.15372517456988796,0.0,0.09287391107131232,0.15372517456988796,0.0,0.02396708181170155,0.5,0.15372517456988796,0.0,0.007665787451936484,0.0,0.07646693242867791,0.8258657963355516 -8072,0.5,0.15372517456988796,0.0,0.033268375048860876,0.15372517456988796,0.0,0.03643207633777873,0.15372517456988796,0.0,0.062079803169381054,0.15372517456988796,0.0,0.033442267274123916,0.15372517456988796,0.0,0.08715031184556661,0.15372517456988796,0.0,0.15473459046302634,0.15372517456988796,0.0,0.08346583473758074,0.15372517456988796,0.0,0.06643889534467316,0.5,0.15372517456988796,0.0,0.07271517532392514,0.15372517456988796,0.0,0.010023315967409024,0.5,0.15372517456988796,0.0,0.03952006626319261,0.15372517456988796,0.0,0.0079922946095389,0.15372517456988796,0.0,0.0541514608857859,0.15372517456988796,0.0,0.11776404197487356,0.15372517456988796,0.0,0.04807228619599259,0.15372517456988796,0.0,0.10382979740837904,0.15372517456988796,0.0,0.024959723763016424,0.5,0.15372517456988796,0.0,0.008002912091053109,0.0,0.10736084039286094,0.7800270851632622 -8073,0.5,0.15372517456988796,0.004274033312993976,0.03200447522713299,0.15372517456988796,0.0,0.03163587496080305,0.15372517456988796,0.001174603149876513,0.08746682586505064,0.15372517456988796,0.002271625454438689,0.03696555720031215,0.15372517456988796,0.0,0.08245185611566694,0.15372517456988796,0.0,0.14940228783641252,0.15372517456988796,9.60527682708507e-05,0.07380742553405424,0.15372517456988796,9.153945525846616e-05,0.06013873914577128,0.5,0.15372517456988796,0.00038323535987091936,0.07795523069158862,0.15372517456988796,0.003554873407568346,0.011458138849916491,0.5,0.15372517456988796,0.0008120780108583092,0.050941300821995036,0.15372517456988796,0.0022899252055908767,0.00949397701951423,0.15372517456988796,3.161092909897604e-06,0.046139016175067,0.15372517456988796,3.473717555025338e-05,0.10420280010190638,0.15372517456988796,0.0011227613814843212,0.04177102053210369,0.15372517456988796,0.0005516684969235002,0.10994583596882997,0.15372517456988796,0.0020001010611812686,0.0299833250207312,0.5,0.15372517456988796,0.0166871907452722,0.008704301289448192,0.0,0.11180415125745664,0.714503443002767 -8074,0.5,0.15372517456988796,0.0981426317985857,0.032050978304504846,0.15372517456988796,0.12017946565512105,0.028081904034994026,0.15372517456988796,0.009967144193122203,0.11105701060152455,0.15372517456988796,0.01925520832776382,0.04269935507877588,0.15372517456988796,0.11214379031841673,0.08253902972304575,0.15372517456988796,0.07853541829955271,0.15940126675513078,0.15372517456988796,0.04633917983016267,0.07193948613190701,0.15372517456988796,0.005451897556172059,0.05543552059901627,0.5,0.15372517456988796,0.006633590160710496,0.08988871888243852,0.15372517456988796,0.03755497896010336,0.016037676661948587,0.5,0.15372517456988796,0.00925534445075319,0.06573289443055602,0.15372517456988796,0.028076422087478965,0.015660894595562205,0.15372517456988796,0.06880397745931972,0.04064464023040334,0.15372517456988796,0.10452784431553507,0.08559945162142085,0.15372517456988796,0.09540326097116841,0.03637820546726481,0.15372517456988796,0.00833718033859141,0.11526360261386034,0.15372517456988796,0.024152659949376376,0.03941141446243899,0.5,0.15372517456988796,0.09253300146269945,0.01749614006510651,0.0,0.10091452530096875,0.6542477065404431 -8075,0.5,0.15372517456988796,0.16791262617953928,0.038256221840247386,0.15372517456988796,0.27473160230197397,0.021584523759797542,0.15372517456988796,0.018546911789633642,0.11780814968848646,0.15372517456988796,0.03889596237995624,0.048967024774901786,0.15372517456988796,0.2712807294880214,0.09622944186126862,0.15372517456988796,0.19546869842459558,0.16988443266458852,0.15372517456988796,0.1305400128783511,0.07646736860508174,0.15372517456988796,0.018497633890342764,0.058086900604103056,0.5,0.15372517456988796,0.01977153838737573,0.10398937737524476,0.15372517456988796,0.07505412784385494,0.022355898722284117,0.5,0.15372517456988796,0.02656949021461854,0.10880873814756878,0.15372517456988796,0.06144921690015237,0.0214379853731415,0.15372517456988796,0.15339327199580483,0.04406316441556073,0.15372517456988796,0.26018514064002113,0.0744423559732377,0.15372517456988796,0.223431385241248,0.03453993473971494,0.15372517456988796,0.022595743219016123,0.1151334116282898,0.15372517456988796,0.05964662539647503,0.06120580731703525,0.5,0.15372517456988796,0.16637089804797622,0.035175301583998765,0.0,0.0850861396240954,0.5938353945174788 -8076,0.5,0.15372517456988796,0.20112530391527234,0.04074198365322968,0.15372517456988796,0.3783040737096814,0.015618348595820085,0.15372517456988796,0.025646387050911698,0.11048876071842177,0.15372517456988796,0.05598441860942777,0.057019399123077574,0.15372517456988796,0.38369168839720846,0.1224612263040487,0.15372517456988796,0.2808868745324632,0.16578336054949694,0.15372517456988796,0.21008196840553925,0.07330377250617735,0.15372517456988796,0.03409896172668402,0.0632657131895285,0.5,0.15372517456988796,0.03576739689050445,0.11472868283591708,0.15372517456988796,0.09292342085071253,0.029910826187102144,0.5,0.15372517456988796,0.04232354276135038,0.12001709604234315,0.15372517456988796,0.08447173028176791,0.02872601649207318,0.15372517456988796,0.2075203698945612,0.051624187905426666,0.15372517456988796,0.36882581871268894,0.07371799175431851,0.15372517456988796,0.3192162207224266,0.039807599419014975,0.15372517456988796,0.03943224020334483,0.11199893795448693,0.15372517456988796,0.07962360163667534,0.07059065038650236,0.5,0.15372517456988796,0.20612516387840507,0.049618224018466245,0.0,0.07568482771477025,0.5324979819444343 -8077,0.5,0.15372517456988796,0.19188110294442795,0.039179601974601,0.15372517456988796,0.41375154086501964,0.01422816666650862,0.15372517456988796,0.028403748178275873,0.09219381002924971,0.15372517456988796,0.06192878226439105,0.061163392082159374,0.15372517456988796,0.4292856015907248,0.13177068540285153,0.15372517456988796,0.31876867935875897,0.20795645393570925,0.15372517456988796,0.2538564309556866,0.07654485343345929,0.15372517456988796,0.045893931486261995,0.06575237201623364,0.5,0.15372517456988796,0.05034034685369712,0.12530530877800264,0.15372517456988796,0.09391473305343108,0.043026642008346376,0.5,0.15372517456988796,0.054253330956137755,0.13275610597014606,0.15372517456988796,0.08926656051898876,0.03924615706952663,0.15372517456988796,0.2243300496436037,0.05358194596150571,0.15372517456988796,0.40745031235612084,0.07978621189402949,0.15372517456988796,0.35573292739820084,0.042762692852038146,0.15372517456988796,0.050601356549572846,0.12566471476241256,0.15372517456988796,0.07945829236274432,0.08810245482713172,0.5,0.15372517456988796,0.1922451278430483,0.058827305425261545,0.0,0.07647247623578149,0.4847608677307602 -8078,0.5,0.15372517456988796,0.14242709100002185,0.03481650701909737,0.15372517456988796,0.37835712383082093,0.014096275211258755,0.15372517456988796,0.027562973524046706,0.07461785718794123,0.15372517456988796,0.04945744768129669,0.060453572087928974,0.15372517456988796,0.40468818027253384,0.14959634745494135,0.15372517456988796,0.3039162534128055,0.22080834505977606,0.15372517456988796,0.24616808503414944,0.08177209971218193,0.15372517456988796,0.046942570812468616,0.06851499043580289,0.5,0.15372517456988796,0.04981191256418326,0.13752295994271346,0.15372517456988796,0.07451812380264496,0.05954505946455846,0.5,0.15372517456988796,0.04557294552667945,0.14926622285604102,0.15372517456988796,0.07300506739959425,0.05201279622747899,0.15372517456988796,0.18823613425994384,0.053831528856198775,0.15372517456988796,0.3746091453233562,0.08382230877410406,0.15372517456988796,0.32672306797957307,0.04375694181511818,0.15372517456988796,0.049648685325948134,0.12346521529953496,0.15372517456988796,0.06653094905178228,0.10230824676421758,0.5,0.15372517456988796,0.1411393542047618,0.06940354064165116,0.0,0.07999183234188814,0.46123551210000163 -8079,0.5,0.15372517456988796,0.06260262112301733,0.03108424882672655,0.15372517456988796,0.1652758874753922,0.01722778267658924,0.15372517456988796,0.016877045469147166,0.05882339316174378,0.15372517456988796,0.028890837125274363,0.056754587452425724,0.15372517456988796,0.2884751101319873,0.14373230709781526,0.15372517456988796,0.23376065143146713,0.21241105610063626,0.15372517456988796,0.1821182281244954,0.08365563934921358,0.15372517456988796,0.03123288365928229,0.06905634578822609,0.5,0.15372517456988796,0.03274408386544422,0.1306350839131201,0.15372517456988796,0.040229995759438336,0.07455794356801401,0.5,0.15372517456988796,0.030272367263738567,0.1525320981326308,0.15372517456988796,0.04419359726856179,0.06210981035743129,0.15372517456988796,0.08673825932210993,0.052867826423503225,0.15372517456988796,0.2234196947787706,0.09119548743282826,0.15372517456988796,0.18826189275941746,0.04295218784774201,0.15372517456988796,0.034833572949173816,0.11468034387713995,0.15372517456988796,0.03632951719481455,0.10605775405565702,0.5,0.15372517456988796,0.05933468631283358,0.06839075534255845,0.0,0.08180870483093354,0.4607784364789174 -8080,0.5,0.15372517456988796,0.0,0.02964762144713186,0.15372517456988796,0.0,0.02502560915416065,0.15372517456988796,0.0002934978178637427,0.05191840829165814,0.15372517456988796,0.0002561651091908077,0.05166637322501808,0.15372517456988796,0.0,0.12899117036852148,0.15372517456988796,0.036247477857063955,0.18285615812033928,0.15372517456988796,0.0014473783981674814,0.08464831669461775,0.15372517456988796,0.008560816663790629,0.05879179727047955,0.5,0.15372517456988796,0.00939277786504042,0.1090875825201831,0.15372517456988796,0.008289206580456964,0.07052288594527402,0.5,0.15372517456988796,0.008511155819323222,0.13470316575521293,0.15372517456988796,0.010908180630345045,0.056934035761236026,0.15372517456988796,0.0,0.05250819756972597,0.15372517456988796,0.0,0.10411536707123618,0.15372517456988796,0.0,0.04512554070315331,0.15372517456988796,0.0038066467676351424,0.09344977737170927,0.15372517456988796,0.0011331115574821655,0.0931243637847032,0.5,0.15372517456988796,0.0017073536820267402,0.05930083245194234,0.0,0.08477859311790602,0.4472947908374213 -8081,0.5,0.15372517456988796,0.0,0.03176555981977405,0.15372517456988796,0.0,0.03608836701695615,0.15372517456988796,0.0,0.05472449823724406,0.15372517456988796,0.0,0.05144168355726925,0.15372517456988796,0.0,0.125543016845666,0.15372517456988796,0.0,0.16526491130735635,0.15372517456988796,0.0,0.07983214804660654,0.15372517456988796,0.0,0.047738425350457844,0.5,0.15372517456988796,0.0,0.07895873316396378,0.15372517456988796,0.0,0.07457984893388835,0.5,0.15372517456988796,0.0,0.10649269825222474,0.15372517456988796,0.0,0.052948204602504434,0.15372517456988796,0.0,0.05282159266499195,0.15372517456988796,0.0,0.11779249691080476,0.15372517456988796,0.0,0.04951551659779761,0.15372517456988796,0.0,0.08000751283483652,0.15372517456988796,0.0,0.08486481057492634,0.5,0.15372517456988796,0.0,0.04028059753766891,0.0,0.08634120719954992,0.4148418204525748 -8082,0.5,0.15372517456988796,0.0,0.033525702981419755,0.15372517456988796,0.0,0.04737392216561986,0.15372517456988796,0.0,0.060485108603407715,0.15372517456988796,0.0,0.05285730973442958,0.15372517456988796,0.0,0.1254178993795899,0.15372517456988796,0.0,0.15568064412045055,0.15372517456988796,0.0,0.07592456653500926,0.15372517456988796,0.0,0.04184962536981604,0.5,0.15372517456988796,0.0,0.06939425778589237,0.15372517456988796,0.0,0.08795395044557666,0.5,0.15372517456988796,0.0,0.09627345494458317,0.15372517456988796,0.0,0.0664636476590358,0.15372517456988796,0.0,0.051696368907846776,0.15372517456988796,0.0,0.12258936694165229,0.15372517456988796,0.0,0.05307997537600299,0.15372517456988796,0.0,0.07917346098103244,0.15372517456988796,0.0,0.08640951479956328,0.5,0.15372517456988796,0.0,0.03362395434472035,0.0,0.0813501578900984,0.36403072014108123 -8083,0.5,0.15372517456988796,0.0,0.03418746528103216,0.15372517456988796,0.0,0.054784562103311465,0.15372517456988796,0.0,0.06251703521180565,0.15372517456988796,0.0,0.05318581728000178,0.15372517456988796,0.0,0.12481715698911738,0.15372517456988796,0.0,0.15316071030615006,0.15372517456988796,0.0,0.0727890069126306,0.15372517456988796,0.0,0.03501351839590764,0.5,0.15372517456988796,0.0,0.06943443217418409,0.15372517456988796,0.0,0.08797669356565167,0.5,0.15372517456988796,0.0,0.09654746640840213,0.15372517456988796,0.0,0.08088406631281905,0.15372517456988796,0.0,0.050215121894763515,0.15372517456988796,0.0,0.12118568337755298,0.15372517456988796,0.0,0.05690683731587873,0.15372517456988796,0.0,0.07456210464962634,0.15372517456988796,0.0,0.0831946234903108,0.5,0.15372517456988796,0.0,0.035349372385673095,0.0,0.07210547877903754,0.30979680584152 -8084,0.5,0.15372517456988796,0.0,0.03467931583362954,0.15372517456988796,0.0,0.053736896740752785,0.15372517456988796,0.0,0.05527627528700715,0.15372517456988796,0.0,0.05329782175806278,0.15372517456988796,0.0,0.12186417864446134,0.15372517456988796,0.0,0.1412441295143992,0.15372517456988796,0.0,0.07025148358117987,0.15372517456988796,0.0,0.025311078895064766,0.5,0.15372517456988796,0.0,0.07009485510744601,0.15372517456988796,0.0,0.07351463988155024,0.5,0.15372517456988796,0.0,0.09789127553211736,0.15372517456988796,0.0,0.08656319830905719,0.15372517456988796,0.0,0.04792497441616177,0.15372517456988796,0.0,0.11344649085377614,0.15372517456988796,0.0,0.060192015217087495,0.15372517456988796,0.0,0.06500208492657451,0.15372517456988796,0.0,0.0825963966830375,0.5,0.15372517456988796,0.0,0.03865557953299404,0.0,0.06086797712833462,0.252560055869149 -8085,0.5,0.15372517456988796,0.0,0.03451930884504108,0.15372517456988796,0.0,0.04576968885196853,0.15372517456988796,0.0,0.04503947895067306,0.15372517456988796,0.0,0.053950938279408084,0.15372517456988796,0.0,0.12254045023666989,0.15372517456988796,0.0,0.13046692058481074,0.15372517456988796,0.0,0.06912418455111896,0.15372517456988796,0.0,0.01756210762205441,0.5,0.15372517456988796,0.0,0.0651778453764882,0.15372517456988796,0.0,0.06150438503087612,0.5,0.15372517456988796,0.0,0.0980472156766174,0.15372517456988796,0.0,0.0769130064400436,0.15372517456988796,0.0,0.046655410680625564,0.15372517456988796,0.0,0.10597503196980743,0.15372517456988796,0.0,0.06270310838260791,0.15372517456988796,0.0,0.05382980322306366,0.15372517456988796,0.0,0.08616818376379637,0.5,0.15372517456988796,0.0,0.044265483009054724,0.0,0.05252526654536263,0.21640578652497067 -8086,0.5,0.15372517456988796,0.0,0.03482393841881314,0.15372517456988796,0.0,0.03886046632441087,0.15372517456988796,0.0,0.0370300752675652,0.15372517456988796,0.0,0.05469560367341438,0.15372517456988796,0.0,0.12158716952447843,0.15372517456988796,0.0,0.12229022802518333,0.15372517456988796,0.0,0.06617919346216786,0.15372517456988796,0.0,0.013367412354009404,0.5,0.15372517456988796,0.0,0.0598550768331464,0.15372517456988796,0.0,0.05330833887636659,0.5,0.15372517456988796,0.0,0.10080697533321002,0.15372517456988796,0.0,0.058236144653872404,0.15372517456988796,0.0,0.04691966596025887,0.15372517456988796,0.0,0.10752453072219763,0.15372517456988796,0.0,0.06192489532784529,0.15372517456988796,0.0,0.0451294391956114,0.15372517456988796,0.0,0.09426588547078378,0.5,0.15372517456988796,0.0,0.05106178221280565,0.0,0.05113825782518542,0.20030540228327132 -8087,0.5,0.15372517456988796,0.0,0.03702723929210924,0.15372517456988796,0.0,0.038745270398402566,0.15372517456988796,0.0,0.03323968964383175,0.15372517456988796,0.0,0.05505480128170709,0.15372517456988796,0.0,0.12617912326589126,0.15372517456988796,0.0,0.11674795994099915,0.15372517456988796,0.0,0.060691836174407356,0.15372517456988796,0.0,0.009978725654076316,0.5,0.15372517456988796,0.0,0.0583884413482816,0.15372517456988796,0.0,0.04757418433084499,0.5,0.15372517456988796,0.0,0.10726838761367458,0.15372517456988796,0.0,0.051014204913602354,0.15372517456988796,0.0,0.04700785177402041,0.15372517456988796,0.0,0.11242366999768459,0.15372517456988796,0.0,0.06047702718049282,0.15372517456988796,0.0,0.03704327704691365,0.15372517456988796,0.0,0.09222247299557944,0.5,0.15372517456988796,0.0,0.05991374177278021,0.0,0.053928934317626194,0.20041463448740526 -8088,0.5,0.15372517456988796,0.0,0.04081862114321627,0.15372517456988796,0.0,0.043124111120524285,0.15372517456988796,0.0,0.03183250765458418,0.15372517456988796,0.0,0.055722602746515575,0.15372517456988796,0.0,0.13923697979794675,0.15372517456988796,0.0,0.12054542000759458,0.15372517456988796,0.0,0.0586261263438249,0.15372517456988796,0.0,0.008616879258403536,0.5,0.15372517456988796,0.0,0.0593364419704318,0.15372517456988796,0.0,0.04392364149440917,0.5,0.15372517456988796,0.0,0.11220123853766906,0.15372517456988796,0.0,0.05484090800445987,0.15372517456988796,0.0,0.048762929361888606,0.15372517456988796,0.0,0.1189687323837454,0.15372517456988796,0.0,0.062390524124606786,0.15372517456988796,0.0,0.03244294931757249,0.15372517456988796,0.0,0.09060453823016346,0.5,0.15372517456988796,0.0,0.0679626572597459,0.0,0.05970165827918843,0.2158150626330751 -8089,0.5,0.15372517456988796,0.0,0.0456219832407049,0.15372517456988796,0.0,0.04905195622912649,0.15372517456988796,0.0,0.03331110942754393,0.15372517456988796,0.0,0.05804512776541805,0.15372517456988796,0.0,0.16143142802765875,0.15372517456988796,0.0,0.1292247171742421,0.15372517456988796,0.0,0.0610502204246804,0.15372517456988796,0.0,0.00843501485089058,0.5,0.15372517456988796,0.0,0.06326517942287051,0.15372517456988796,0.0,0.04492746258766078,0.5,0.15372517456988796,0.0,0.12714884089158462,0.15372517456988796,0.0,0.06038092086133053,0.15372517456988796,0.0,0.051155377548512466,0.15372517456988796,0.0,0.1229977526980358,0.15372517456988796,0.0,0.06462635340004072,0.15372517456988796,0.0,0.02907732931646276,0.15372517456988796,0.0,0.09242069521936777,0.5,0.15372517456988796,0.0,0.0749697601495877,0.0,0.06526747796358694,0.23399008376914815 -8090,0.5,0.15372517456988796,0.0,0.051644248082686875,0.15372517456988796,0.0,0.05426263814462857,0.15372517456988796,0.0,0.03605181447612984,0.15372517456988796,0.0,0.06216961953588423,0.15372517456988796,0.0,0.16693286189688328,0.15372517456988796,0.0,0.12910100071460948,0.15372517456988796,0.0,0.06598465441885079,0.15372517456988796,0.0,0.009767090381350037,0.5,0.15372517456988796,0.0,0.06216208342931978,0.15372517456988796,0.0,0.05116907577948083,0.5,0.15372517456988796,0.0,0.1408265900759258,0.15372517456988796,0.0,0.0671113975149181,0.15372517456988796,0.0,0.0536431769584322,0.15372517456988796,0.0,0.12888213171026253,0.15372517456988796,0.0,0.06648238688471368,0.15372517456988796,0.0,0.02735915807003934,0.15372517456988796,0.0,0.09732441169793413,0.5,0.15372517456988796,0.0,0.07500882615273467,0.0,0.06746825306736243,0.24625723769755548 -8091,0.5,0.15372517456988796,0.0,0.058383790938845916,0.15372517456988796,0.0,0.058965889461236175,0.15372517456988796,0.0,0.04068601691106617,0.15372517456988796,0.0,0.0662755422142264,0.15372517456988796,0.0,0.1672838900116296,0.15372517456988796,0.0,0.12480075793067286,0.15372517456988796,0.0,0.06972836248304873,0.15372517456988796,0.0,0.011141443596024026,0.5,0.15372517456988796,0.0,0.05685364861755169,0.15372517456988796,0.0,0.05289796760276354,0.5,0.15372517456988796,0.0,0.1307440771615762,0.15372517456988796,0.0,0.06478789369881074,0.15372517456988796,0.0,0.054245188359472174,0.15372517456988796,0.0,0.13755461839558158,0.15372517456988796,0.0,0.0692188088983708,0.15372517456988796,0.0,0.02691829946375729,0.15372517456988796,0.0,0.09195152428011091,0.5,0.15372517456988796,0.0,0.07101645883184386,0.0,0.06330660329140284,0.25452048496613777 -8092,0.5,0.15372517456988796,0.0,0.0662841099625393,0.15372517456988796,0.0,0.06454577142120131,0.15372517456988796,0.0,0.045069700540532984,0.15372517456988796,0.0,0.07270930856469385,0.15372517456988796,0.0,0.1715894618032262,0.15372517456988796,0.0,0.12077902624457912,0.15372517456988796,0.0,0.07218204356841172,0.15372517456988796,0.0,0.010966460294080965,0.5,0.15372517456988796,0.0,0.05484169123490115,0.15372517456988796,0.0,0.04763348378323094,0.5,0.15372517456988796,0.0,0.11855733762734445,0.15372517456988796,0.0,0.059248428731681665,0.15372517456988796,0.0,0.055888559847638124,0.15372517456988796,0.0,0.14737665270253955,0.15372517456988796,0.0,0.07401508534962671,0.15372517456988796,0.0,0.026704091476816308,0.15372517456988796,0.0,0.0802939788267979,0.5,0.15372517456988796,0.0,0.06534498864838442,0.0,0.05114738877439644,0.26743924704924676 -8093,0.5,0.15372517456988796,0.0,0.07193515847163874,0.15372517456988796,0.0,0.06996408813872791,0.15372517456988796,0.0,0.04724487020158635,0.15372517456988796,0.0,0.07947948903563958,0.15372517456988796,0.0,0.17815403500008756,0.15372517456988796,0.0,0.11861248970943958,0.15372517456988796,0.0,0.07461134003898037,0.15372517456988796,0.0,0.00979505993496747,0.5,0.15372517456988796,0.0,0.053355797903537935,0.15372517456988796,0.0,0.037911430260671314,0.5,0.15372517456988796,0.0,0.1090948027583354,0.15372517456988796,0.0,0.052049706134375213,0.15372517456988796,0.0,0.06552529449483077,0.15372517456988796,0.0,0.16293647866585984,0.15372517456988796,0.0,0.08037830135879524,0.15372517456988796,0.0,0.026376436497985,0.15372517456988796,0.0,0.06841989718113707,0.5,0.15372517456988796,0.0,0.05764816620025753,0.0,0.04350017815601627,0.29797192122444344 -8094,0.5,0.15372517456988796,0.0,0.07686945627100768,0.15372517456988796,0.0,0.07553573948803859,0.15372517456988796,0.0,0.04781701004549004,0.15372517456988796,0.0,0.08639760971805603,0.15372517456988796,0.0,0.18740422259130643,0.15372517456988796,0.0,0.11263610868433435,0.15372517456988796,0.0,0.07374387985408426,0.15372517456988796,0.0,0.009764085110342418,0.5,0.15372517456988796,0.0,0.05792186284622369,0.15372517456988796,0.0,0.03048660909470241,0.5,0.15372517456988796,0.0,0.10077019185077128,0.15372517456988796,0.0,0.0424065619380755,0.15372517456988796,0.0,0.07902571840586858,0.15372517456988796,0.0,0.16932751666900292,0.15372517456988796,0.0,0.08077955551287735,0.15372517456988796,0.0,0.028231420671630245,0.15372517456988796,0.0,0.05831518534707043,0.5,0.15372517456988796,0.0,0.052432574516958,0.0,0.05145006160541687,0.33696673085279977 -8095,0.5,0.15372517456988796,0.0,0.08265107171929016,0.15372517456988796,0.0,0.08182461817332999,0.15372517456988796,0.0,0.04838177305081978,0.15372517456988796,0.0,0.09473382093540944,0.15372517456988796,0.0,0.19246613895202003,0.15372517456988796,0.0,0.10248082784865117,0.15372517456988796,0.0,0.0699577302072586,0.15372517456988796,0.0,0.011201304900588484,0.5,0.15372517456988796,0.0,0.06793691488239738,0.15372517456988796,0.0,0.022623542865472114,0.5,0.15372517456988796,0.0,0.09350367690559062,0.15372517456988796,0.0,0.03292523132270669,0.15372517456988796,0.0,0.09378842124802998,0.15372517456988796,0.0,0.17237993534931612,0.15372517456988796,0.0,0.07473088416223478,0.15372517456988796,0.0,0.03124566787377423,0.15372517456988796,0.0,0.054550757409668575,0.5,0.15372517456988796,0.0,0.0477171676562523,0.0,0.07058620464286756,0.3815041561148905 -8096,0.5,0.15372517456988796,0.0,0.09029685009537035,0.15372517456988796,0.0,0.08225536052287638,0.15372517456988796,0.0,0.048231890672187146,0.15372517456988796,0.0,0.10452793392526792,0.15372517456988796,0.0,0.1766305949715744,0.15372517456988796,0.0,0.09308174546550052,0.15372517456988796,0.0,0.061680002498775796,0.15372517456988796,0.0,0.012583838279278595,0.5,0.15372517456988796,0.0,0.06918306252521798,0.15372517456988796,0.0,0.01693771525825004,0.5,0.15372517456988796,0.0,0.08591742517949681,0.15372517456988796,0.0,0.023218265338588038,0.15372517456988796,0.0,0.11033711515005251,0.15372517456988796,0.0,0.1714774529267471,0.15372517456988796,0.0,0.06720701323643927,0.15372517456988796,0.0,0.030827906798020645,0.15372517456988796,0.0,0.05273406844573248,0.5,0.15372517456988796,0.0,0.045970429995758316,0.0,0.096545193498866,0.4287568090797176 -8097,0.5,0.15372517456988796,0.0009451934308263,0.09964120867146385,0.15372517456988796,0.0,0.07941158381235731,0.15372517456988796,0.0007613835137856423,0.04618598664487825,0.15372517456988796,0.0017636095233186612,0.11696974949018933,0.15372517456988796,0.0,0.14827459259086656,0.15372517456988796,0.0,0.08632532877577878,0.15372517456988796,2.402406821532843e-05,0.05495422583314767,0.15372517456988796,0.00011951014135442647,0.013486208315204997,0.5,0.15372517456988796,0.00043761908967684173,0.0677686408998798,0.15372517456988796,0.0032938250000671236,0.017526522719204848,0.5,0.15372517456988796,0.0011717881944466487,0.09246065986393284,0.15372517456988796,0.0028989685347844208,0.02260462987588369,0.15372517456988796,0.0,0.11805133760902536,0.15372517456988796,3.5852230194735965e-07,0.1666238650137634,0.15372517456988796,0.00012947214415641616,0.061516678194447186,0.15372517456988796,0.0005146939593008777,0.028342963292320045,0.15372517456988796,0.002270908604300633,0.05413420111971469,0.5,0.15372517456988796,0.010474334841683619,0.04824772012501062,0.0,0.13921001137633957,0.445813892114161 -8098,0.5,0.15372517456988796,0.018225918348319346,0.11232341992017582,0.15372517456988796,0.015448112861911674,0.08256249305789994,0.15372517456988796,0.008244577111114473,0.0439145822875524,0.15372517456988796,0.015740333233527214,0.13294621416735128,0.15372517456988796,0.008402970149756479,0.12866497373942593,0.15372517456988796,0.021770819872902098,0.08036574530454449,0.15372517456988796,0.016994386704800662,0.047857789887251395,0.15372517456988796,0.02183519735368467,0.022476738298695384,0.5,0.15372517456988796,0.011467328842023424,0.06969070649818321,0.15372517456988796,0.029212903504344377,0.017407541054780054,0.5,0.15372517456988796,0.01395208270847982,0.12177239052864175,0.15372517456988796,0.03703533631891881,0.026739694233490603,0.15372517456988796,0.006371332987301272,0.12170168953096902,0.15372517456988796,0.007467702464872377,0.1572476340984343,0.15372517456988796,0.008650492802767532,0.06177716622564128,0.15372517456988796,0.010222590179311044,0.028782051996061226,0.15372517456988796,0.021944476196818555,0.06812489978357021,0.5,0.15372517456988796,0.05677732570423803,0.05321719003024984,0.0,0.2006208872071457,0.42864177794830755 -8099,0.5,0.15372517456988796,0.04465867519120295,0.12667153946080997,0.15372517456988796,0.03272879217147868,0.0912626122211114,0.15372517456988796,0.023357088152886722,0.041377512544893885,0.15372517456988796,0.03592853393158247,0.15895894421039888,0.15372517456988796,0.03035166063356695,0.11972928311966385,0.15372517456988796,0.07017102054065363,0.07422649013335443,0.15372517456988796,0.04591529744896427,0.045750274116068065,0.15372517456988796,0.06329255388262303,0.03125324054350513,0.5,0.15372517456988796,0.032059358934703644,0.0716673911671136,0.15372517456988796,0.0595447834116072,0.013632226394838468,0.5,0.15372517456988796,0.03427596706717937,0.12596283117124082,0.15372517456988796,0.07267273294046318,0.027132217242144846,0.15372517456988796,0.01888001169390432,0.13526879916506895,0.15372517456988796,0.031494330236480614,0.15489571894672274,0.15372517456988796,0.020800588167357595,0.06369537731794589,0.15372517456988796,0.028561219881046644,0.030620108426657463,0.15372517456988796,0.04898492330108425,0.07739449407650284,0.5,0.15372517456988796,0.10233891766787484,0.047849836981336324,0.0,0.3049246148560447,0.39761714897357303 -8100,0.5,0.15372517456988796,0.06285234492379323,0.1506259646134879,0.15372517456988796,0.027463379014398423,0.0990943301027244,0.15372517456988796,0.03875761493773536,0.04678412739543555,0.15372517456988796,0.06378566703024847,0.19851897288881828,0.15372517456988796,0.045435939626082965,0.11519065692909343,0.15372517456988796,0.11056714134031109,0.07305846459374225,0.15372517456988796,0.06806584847481525,0.044632670618974066,0.15372517456988796,0.08965987572554207,0.04106087346900349,0.5,0.15372517456988796,0.0478311473909233,0.06260737302424907,0.15372517456988796,0.07854684201426183,0.008317339475153495,0.5,0.15372517456988796,0.05059744520024942,0.12522235190777595,0.15372517456988796,0.10744004492144085,0.02354619984671846,0.15372517456988796,0.029291019074787976,0.15707242808603686,0.15372517456988796,0.059741487724357806,0.16519439661406365,0.15372517456988796,0.027623936037499602,0.0643229001015947,0.15372517456988796,0.04394543491417089,0.028008589979756797,0.15372517456988796,0.07288105406991999,0.07636255580970511,0.5,0.15372517456988796,0.15522012008227928,0.037457665992540794,0.0,0.427982584038629,0.3856769549840202 -8101,0.5,0.15372517456988796,0.051000194608292936,0.1714385543160409,0.15372517456988796,0.020234621224207404,0.10671100421495644,0.15372517456988796,0.04805030194898527,0.046316040849366476,0.15372517456988796,0.08287204401115376,0.25577835224704937,0.15372517456988796,0.044677501699058736,0.11032381472933354,0.15372517456988796,0.11268027141012502,0.07299216181916657,0.15372517456988796,0.07352172911126287,0.04614304705524332,0.15372517456988796,0.09509108698591848,0.04492947125412774,0.5,0.15372517456988796,0.05188228587489484,0.049350007930867856,0.15372517456988796,0.0831220947738786,0.004195299266143101,0.5,0.15372517456988796,0.05825471189203047,0.10927779894252784,0.15372517456988796,0.12514295910268636,0.017721228506933258,0.15372517456988796,0.02908338304312371,0.17556493121326572,0.15372517456988796,0.05656767237117677,0.1759869421617109,0.15372517456988796,0.030492246876528864,0.0636771968581559,0.15372517456988796,0.051181835735562696,0.02218892001653453,0.15372517456988796,0.08608502700961507,0.0667418393675105,0.5,0.15372517456988796,0.19011814302571667,0.0259084700485697,0.0,0.500243871831344,0.4055886403157559 -8102,0.5,0.15372517456988796,0.038261899803375965,0.19662926550019044,0.15372517456988796,0.011149573425451401,0.1136246677449198,0.15372517456988796,0.045156042870927934,0.04177224024740523,0.15372517456988796,0.07225039910917055,0.28599711162086205,0.15372517456988796,0.03193401647111708,0.10246487427809103,0.15372517456988796,0.08937367432100005,0.05773626203881456,0.15372517456988796,0.06477648189571256,0.03853107981163941,0.15372517456988796,0.0770444517580996,0.03446747981017108,0.5,0.15372517456988796,0.04120101650777315,0.0286959173590859,0.15372517456988796,0.08287532551951589,0.0025345882485053256,0.5,0.15372517456988796,0.0533343927883824,0.0653609710125026,0.15372517456988796,0.12230951797804279,0.014021337912894187,0.15372517456988796,0.019084498515974047,0.20098131957465665,0.15372517456988796,0.047085970657066316,0.17450327252076403,0.15372517456988796,0.02430528577886946,0.05846788952725786,0.15372517456988796,0.0450283454409641,0.01695130295246386,0.15372517456988796,0.08019399412258765,0.045461262334104705,0.5,0.15372517456988796,0.18444508845315521,0.014407871004092458,0.0,0.48856777392855644,0.46639154116662407 -8103,0.5,0.15372517456988796,0.018538287839327414,0.21888560055622167,0.15372517456988796,0.004126990897530125,0.1101048782616156,0.15372517456988796,0.023886528299395898,0.03597945037545436,0.15372517456988796,0.034406330500478186,0.2899955074172421,0.15372517456988796,0.01770684359293094,0.08306698458400129,0.15372517456988796,0.05379463557172709,0.040256861619337926,0.15372517456988796,0.045864187220908195,0.028346947386706497,0.15372517456988796,0.042169742431851454,0.018882096089168694,0.5,0.15372517456988796,0.022572811444981897,0.01548551529229567,0.15372517456988796,0.0532447543131291,0.0033620612975822518,0.5,0.15372517456988796,0.03491718575831431,0.032128690744132216,0.15372517456988796,0.08580869414071725,0.011233737549948945,0.15372517456988796,0.007033146903609109,0.2121398034935131,0.15372517456988796,0.01644697174890836,0.15670719724944226,0.15372517456988796,0.011760369151127045,0.04802266155697102,0.15372517456988796,0.0272617558426925,0.009079610927826576,0.15372517456988796,0.04705933415038206,0.03149076898804368,0.5,0.15372517456988796,0.12193692806978611,0.00575474054194663,0.0,0.5139657496305502,0.519631648953095 -8104,0.5,0.15372517456988796,3.0478417314608022e-05,0.23034328167366566,0.15372517456988796,0.0,0.0953811018766539,0.15372517456988796,0.00025225685556094074,0.02712647964762145,0.15372517456988796,0.00017302920504275353,0.26516166542957803,0.15372517456988796,0.0,0.06403799142060353,0.15372517456988796,0.011316692331192568,0.027336286501432487,0.15372517456988796,0.0009368988703405963,0.017596386438075824,0.15372517456988796,0.009161191012295677,0.0073270374834017524,0.5,0.15372517456988796,0.005492675619901009,0.00820348733385857,0.15372517456988796,0.017849234412515624,0.003440490542485147,0.5,0.15372517456988796,0.009140933477648792,0.011969152990487623,0.15372517456988796,0.02171620523306189,0.006928359345312308,0.15372517456988796,0.00037707430752095524,0.21846102230057063,0.15372517456988796,0.0,0.1315461447135965,0.15372517456988796,0.0003684617822687864,0.039075066442275826,0.15372517456988796,0.0009481397311003612,0.003622830383914465,0.15372517456988796,0.0006152970469994235,0.019648043061047782,0.5,0.15372517456988796,0.0024623922238704845,0.003094992532567643,0.0,0.5381984203761393,0.49299498353435217 -8105,0.5,0.15372517456988796,0.0,0.2366259099078522,0.15372517456988796,0.0,0.08217225673029921,0.15372517456988796,0.0,0.02004041051809533,0.15372517456988796,0.0,0.2496391119198431,0.15372517456988796,0.0,0.050309060960440674,0.15372517456988796,0.0,0.020489194052486483,0.15372517456988796,0.0,0.011883655004476459,0.15372517456988796,0.0,0.004010377464325459,0.5,0.15372517456988796,0.0,0.004090949964510297,0.15372517456988796,0.0,0.002829676434151545,0.5,0.15372517456988796,0.0,0.008155263377780192,0.15372517456988796,0.0,0.0036636507336517826,0.15372517456988796,0.0,0.21625742219479024,0.15372517456988796,0.0,0.11086371166224951,0.15372517456988796,0.0,0.03104776812793041,0.15372517456988796,0.0,0.0016822529680111742,0.15372517456988796,0.0,0.012424081883340158,0.5,0.15372517456988796,0.0,0.0019855583224609665,0.0,0.570828635468047,0.4212218470463791 -8106,0.5,0.15372517456988796,0.0,0.2330789898651655,0.15372517456988796,0.0,0.07136030147009974,0.15372517456988796,0.0,0.012639112750068033,0.15372517456988796,0.0,0.2478432120695317,0.15372517456988796,0.0,0.03634497476861733,0.15372517456988796,0.0,0.01335839052321077,0.15372517456988796,0.0,0.007292358979344113,0.15372517456988796,0.0,0.003184087137871849,0.5,0.15372517456988796,0.0,0.0028846760010202217,0.15372517456988796,0.0,0.0014428076704121869,0.5,0.15372517456988796,0.0,0.005576454049602607,0.15372517456988796,0.0,0.0022349620515557055,0.15372517456988796,0.0,0.21704277354468945,0.15372517456988796,0.0,0.09071598984855264,0.15372517456988796,0.0,0.022840988532259285,0.15372517456988796,0.0,0.0010597865313853642,0.15372517456988796,0.0,0.008620852759988615,0.5,0.15372517456988796,0.0,0.0016136368150211967,0.0,0.6180318091267057,0.3623524647735097 -8107,0.5,0.15372517456988796,0.0,0.2355261086080505,0.15372517456988796,0.0,0.0572887712356341,0.15372517456988796,0.0,0.010563884950127798,0.15372517456988796,0.0,0.247359405560588,0.15372517456988796,0.0,0.023068111741924045,0.15372517456988796,0.0,0.007831544371677738,0.15372517456988796,0.0,0.0038061925998519597,0.15372517456988796,0.0,0.002956194891916569,0.5,0.15372517456988796,0.0,0.0015850232936892538,0.15372517456988796,0.0,0.00047232682548859286,0.5,0.15372517456988796,0.0,0.002392550492220179,0.15372517456988796,0.0,0.0012341261953857817,0.15372517456988796,0.0,0.21255260376007495,0.15372517456988796,0.0,0.07447514116845949,0.15372517456988796,0.0,0.01677595439646209,0.15372517456988796,0.0,0.0007069275630226669,0.15372517456988796,0.0,0.006263026441899844,0.5,0.15372517456988796,0.0,0.0020239297071557847,0.0,0.6622962331816751,0.2867967087857725 -8108,0.5,0.15372517456988796,0.0,0.239318036951363,0.15372517456988796,0.0,0.04878956490051607,0.15372517456988796,0.0,0.00799139533335088,0.15372517456988796,0.0,0.23137923413161704,0.15372517456988796,0.0,0.012014166939129586,0.15372517456988796,0.0,0.00473766945892749,0.15372517456988796,0.0,0.0025612647437346686,0.15372517456988796,0.0,0.0032450659316378243,0.5,0.15372517456988796,0.0,0.0010799311801013628,0.15372517456988796,0.0,0.0001501457228404797,0.5,0.15372517456988796,0.0,0.0006620028797662068,0.15372517456988796,0.0,0.0007747801156870349,0.15372517456988796,0.0,0.1925011819903621,0.15372517456988796,0.0,0.054656006376339175,0.15372517456988796,0.0,0.013214475044888681,0.15372517456988796,0.0,0.000401916763085269,0.15372517456988796,0.0,0.0039965511666353575,0.5,0.15372517456988796,0.0,0.0014269707728896434,0.0,0.7025347655005357,0.23438059586067006 -8109,0.5,0.15372517456988796,0.0,0.23814317466215873,0.15372517456988796,0.0,0.03826866398454453,0.15372517456988796,0.0,0.005994518272012147,0.15372517456988796,0.0,0.20011577278614956,0.15372517456988796,0.0,0.00446767270756134,0.15372517456988796,0.0,0.0023289528856930393,0.15372517456988796,0.0,0.0014318745484162595,0.15372517456988796,0.0,0.0032446962235135653,0.5,0.15372517456988796,0.0,0.0007430371396733227,0.15372517456988796,0.0,0.00015729162432614384,0.5,0.15372517456988796,0.0,9.028757156687236e-05,0.15372517456988796,0.0,0.0006902109110077704,0.15372517456988796,0.0,0.1651310391856886,0.15372517456988796,0.0,0.03115507887629964,0.15372517456988796,0.0,0.009734791865349009,0.15372517456988796,0.0,0.0001905250008030352,0.15372517456988796,0.0,0.0018573444874534772,0.5,0.15372517456988796,0.0,0.0012642317613082645,0.0,0.6976277997222154,0.14099862866038895 -8110,0.5,0.15372517456988796,0.0,0.21448993858382506,0.15372517456988796,0.0,0.028302929926155292,0.15372517456988796,0.0,0.004958960738366452,0.15372517456988796,0.0,0.16880482007558326,0.15372517456988796,0.0,0.0008708734399372973,0.15372517456988796,0.0,0.0011659596521184016,0.15372517456988796,0.0,0.0011155476512658398,0.15372517456988796,0.0,0.0024760895935332537,0.5,0.15372517456988796,0.0,0.0005923685431877198,0.15372517456988796,0.0,0.00034295062636849956,0.5,0.15372517456988796,0.0,4.403098664305493e-05,0.15372517456988796,0.0,0.0006272493739766282,0.15372517456988796,0.0,0.13895774807892503,0.15372517456988796,0.0,0.01349705224532839,0.15372517456988796,0.0,0.005979835784917927,0.15372517456988796,0.0,0.0001358040596640212,0.15372517456988796,0.0,0.001138478845488083,0.5,0.15372517456988796,0.0,0.0010209204010506857,0.0,0.6534577769492408,0.07270077110444696 -8111,0.5,0.15372517456988796,0.0,0.18999977181793637,0.15372517456988796,0.0,0.01826570482586633,0.15372517456988796,0.0,0.0043741475288123196,0.15372517456988796,0.0,0.14431016893577978,0.15372517456988796,0.0,0.0004144204115633787,0.15372517456988796,0.0,0.0006336665653053365,0.15372517456988796,0.0,0.0011359553676089133,0.15372517456988796,0.0,0.0014575435909780655,0.5,0.15372517456988796,0.0,0.00047091747786189817,0.15372517456988796,0.0,0.0005445731990604472,0.5,0.15372517456988796,0.0,3.732279381883903e-05,0.15372517456988796,0.0,0.0005200446853401288,0.15372517456988796,0.0,0.10548517603615858,0.15372517456988796,0.0,0.00486298864681442,0.15372517456988796,0.0,0.0035021884127949855,0.15372517456988796,0.0,0.00024515278779766456,0.15372517456988796,0.0,0.0009378336650081131,0.5,0.15372517456988796,0.0,0.0005356522415288743,0.0,0.5975928745482706,0.03261426786905385 -8112,0.5,0.15372517456988796,0.0,0.17116355750984916,0.15372517456988796,0.0,0.007342901527841972,0.15372517456988796,0.0,0.0034261826698590925,0.15372517456988796,0.0,0.13474481930002358,0.15372517456988796,0.0,0.0007044860931712069,0.15372517456988796,0.0,0.0005948262997565149,0.15372517456988796,0.0,0.0013058326176085787,0.15372517456988796,0.0,0.0009885920847054793,0.5,0.15372517456988796,0.0,0.0002886778259000805,0.15372517456988796,0.0,0.0006678962655177831,0.5,0.15372517456988796,0.0,4.5005578379084305e-05,0.15372517456988796,0.0,0.00042960992858408323,0.15372517456988796,0.0,0.06864201743765269,0.15372517456988796,0.0,0.0020203993488342193,0.15372517456988796,0.0,0.002476044855634477,0.15372517456988796,0.0,0.00027133824857051013,0.15372517456988796,0.0,0.0013099609579784782,0.5,0.15372517456988796,0.0,0.00025876196033275184,0.0,0.5380615065965648,0.00985206523447651 -8113,0.5,0.15372517456988796,0.0,0.15075879295892666,0.15372517456988796,0.0,0.003049742308675349,0.15372517456988796,0.0,0.0029616737632326634,0.15372517456988796,0.0,0.105651216384792,0.15372517456988796,0.0,0.0016131060666103006,0.15372517456988796,0.0,0.0005833979145216115,0.15372517456988796,0.0,0.0012296936355647454,0.15372517456988796,0.0,0.0008051859054825142,0.5,0.15372517456988796,0.0,0.0002960236372121048,0.15372517456988796,0.0,0.0006802893175345158,0.5,0.15372517456988796,0.0,0.00011160635245222104,0.15372517456988796,0.0,0.0004864413635856415,0.15372517456988796,0.0,0.05147176756111314,0.15372517456988796,0.0,0.0021637175683473313,0.15372517456988796,0.0,0.003074833489874036,0.15372517456988796,0.0,0.00031367718594222413,0.15372517456988796,0.0,0.0015551096351535073,0.5,0.15372517456988796,0.0,0.00018620299631508287,0.0,0.5027779594483046,7.667806373672034e-05 -8114,0.5,0.15372517456988796,0.0,0.1294675135308685,0.15372517456988796,0.0,0.001276010488457995,0.15372517456988796,0.0,0.004847344176121692,0.15372517456988796,0.0,0.08487547722110729,0.15372517456988796,0.0,0.003112648552819954,0.15372517456988796,0.0,0.0005226231125554023,0.15372517456988796,0.0,0.0010838588901133737,0.15372517456988796,0.0,0.0007784970078788286,0.5,0.15372517456988796,0.0,0.0006253373222010832,0.15372517456988796,0.0,0.0007828119407137419,0.5,0.15372517456988796,0.0,0.0005883211451625683,0.15372517456988796,0.0,0.0006385875026637192,0.15372517456988796,0.0,0.03756720644386641,0.15372517456988796,0.0,0.004888553204450665,0.15372517456988796,0.0,0.004054265558666127,0.15372517456988796,0.0,0.0005504045932046616,0.15372517456988796,0.0,0.0017904780376634688,0.5,0.15372517456988796,0.0,0.00023553570249105652,0.0,0.4531210187216728,2.7916222369056106e-05 -8115,0.5,0.15372517456988796,0.0,0.10659718471904574,0.15372517456988796,0.0,0.0010946936510464631,0.15372517456988796,0.0,0.006716972126434995,0.15372517456988796,0.0,0.06597065960801532,0.15372517456988796,0.0,0.005190839987788241,0.15372517456988796,0.0,0.0006241575393595263,0.15372517456988796,0.0,0.0011308081827322086,0.15372517456988796,0.0,0.0012954763264033588,0.5,0.15372517456988796,0.0,0.0015652747804629553,0.15372517456988796,0.0,0.0007460517297404913,0.5,0.15372517456988796,0.0,0.001343294430941465,0.15372517456988796,0.0,0.0009220349639861408,0.15372517456988796,0.0,0.028226375328581264,0.15372517456988796,0.0,0.011079673152879131,0.15372517456988796,0.0,0.004799020760535116,0.15372517456988796,0.0,0.0008303647618103904,0.15372517456988796,0.0,0.002001149209629136,0.5,0.15372517456988796,0.0,0.0002217503977934851,0.0,0.410183617981224,9.092690433749951e-05 -8116,0.5,0.15372517456988796,0.0,0.08563629117068884,0.15372517456988796,0.0,0.0021245715319033144,0.15372517456988796,0.0,0.008464689526499303,0.15372517456988796,0.0,0.05113241200006244,0.15372517456988796,0.0,0.007295625423599775,0.15372517456988796,0.0,0.0009431810134481024,0.15372517456988796,0.0,0.0014450989362727613,0.15372517456988796,0.0,0.0024407873373662593,0.5,0.15372517456988796,0.0,0.0017001315030862165,0.15372517456988796,0.0,0.0007872215741480799,0.5,0.15372517456988796,0.0,0.005181268277315111,0.15372517456988796,0.0,0.0021133618183396554,0.15372517456988796,0.0,0.021376095940569564,0.15372517456988796,0.0,0.017936593740214404,0.15372517456988796,0.0,0.005822358616641575,0.15372517456988796,0.0,0.0013699342737562945,0.15372517456988796,0.0,0.0028716055587914005,0.5,0.15372517456988796,0.0,0.00017220970319693047,0.0,0.3577224051817843,0.0025036647410315986 -8117,0.5,0.15372517456988796,0.0,0.0698076498521359,0.15372517456988796,0.0,0.00666800104860244,0.15372517456988796,0.0,0.009996344540767846,0.15372517456988796,0.0,0.043386073933943496,0.15372517456988796,0.0,0.010365382340124067,0.15372517456988796,0.0,0.0015556032629247339,0.15372517456988796,0.0,0.0021931795099875244,0.15372517456988796,0.0,0.0028600850072130475,0.5,0.15372517456988796,0.0,0.0008861003282288488,0.15372517456988796,0.0,0.0008694447216662275,0.5,0.15372517456988796,0.0,0.0075127997045153815,0.15372517456988796,0.0,0.002695600000609153,0.15372517456988796,0.0,0.019344963376260214,0.15372517456988796,0.0,0.02675166051869156,0.15372517456988796,0.0,0.008155593622610985,0.15372517456988796,0.0,0.0026392138477332404,0.15372517456988796,0.0,0.004136370954600552,0.5,0.15372517456988796,0.0,0.00014611268275933244,0.0,0.3262314802144035,0.012447598149758028 -8118,0.5,0.15372517456988796,0.0,0.059138601891309234,0.15372517456988796,0.0,0.01400849367793134,0.15372517456988796,0.0,0.01126605458099719,0.15372517456988796,0.0,0.03814152196831671,0.15372517456988796,0.0,0.013638401472865205,0.15372517456988796,0.0,0.0026228664160962436,0.15372517456988796,0.0,0.0042983854123898576,0.15372517456988796,0.0,0.00186299227508337,0.5,0.15372517456988796,0.0,0.0011647904317666187,0.15372517456988796,0.0,0.0012968775063365346,0.5,0.15372517456988796,0.0,0.008263563916479503,0.15372517456988796,0.0,0.0020347087317883015,0.15372517456988796,0.0,0.022598667307719682,0.15372517456988796,0.0,0.03610070887790058,0.15372517456988796,0.0,0.012944007824922185,0.15372517456988796,0.0,0.0042963136264534026,0.15372517456988796,0.0,0.005502653515516403,0.5,0.15372517456988796,0.0,0.000435443710469158,0.0,0.30807081775346434,0.028700652714877723 -8119,0.5,0.15372517456988796,0.0,0.05193885481542067,0.15372517456988796,0.0,0.026078428544578758,0.15372517456988796,0.0,0.01282718404453492,0.15372517456988796,0.0,0.034057129823724955,0.15372517456988796,0.0,0.018396787780098553,0.15372517456988796,0.0,0.003225088897688685,0.15372517456988796,0.0,0.00600160325769337,0.15372517456988796,0.0,0.0020774540590817567,0.5,0.15372517456988796,0.0,0.001416024334186148,0.15372517456988796,0.0,0.0011001872092695944,0.5,0.15372517456988796,0.0,0.00758473836534946,0.15372517456988796,0.0,0.001279382773444803,0.15372517456988796,0.0,0.03383501062432559,0.15372517456988796,0.0,0.048418270081712816,0.15372517456988796,0.0,0.01959595289311715,0.15372517456988796,0.0,0.004554005796098809,0.15372517456988796,0.0,0.005384385517506223,0.5,0.15372517456988796,0.0,0.0014597914447463537,0.0,0.26710663751692865,0.055250917085683915 -8120,0.5,0.15372517456988796,0.0,0.04568097967547895,0.15372517456988796,0.0,0.03815420125544446,0.15372517456988796,0.0,0.01373792024229156,0.15372517456988796,0.0,0.03069701019226938,0.15372517456988796,0.0,0.021295926062424232,0.15372517456988796,0.0,0.0032878607470280072,0.15372517456988796,0.0,0.0060957725280390345,0.15372517456988796,0.0,0.002795648439534293,0.5,0.15372517456988796,0.0,0.0008460818028398888,0.15372517456988796,0.0,0.0009262393916233487,0.5,0.15372517456988796,0.0,0.00563474739867519,0.15372517456988796,0.0,0.0007200264919138854,0.15372517456988796,0.0,0.04717090856238054,0.15372517456988796,0.0,0.06641247450486709,0.15372517456988796,0.0,0.025091568103432906,0.15372517456988796,0.0,0.004256808664738882,0.15372517456988796,0.0,0.004302148337501256,0.5,0.15372517456988796,0.0,0.0024618391787007625,0.0,0.20372599332026198,0.08625295502529215 -8121,0.5,0.15372517456988796,0.00040325078149372684,0.04134927521444074,0.15372517456988796,0.0,0.048259265479619576,0.15372517456988796,0.0012907077921819404,0.01323243622089294,0.15372517456988796,0.0016439913920003224,0.029367277385135664,0.15372517456988796,0.0,0.020885127515072897,0.15372517456988796,0.0,0.002821721380465006,0.15372517456988796,6.9388121581605e-07,0.005444552138811171,0.15372517456988796,4.005213644435173e-05,0.002124528607570581,0.5,0.15372517456988796,0.0005604249022393649,0.0005715759444067678,0.15372517456988796,0.008839070651190757,0.0005481307154180272,0.5,0.15372517456988796,0.0015376196710841863,0.005029477068980125,0.15372517456988796,0.0035895838343988065,0.0008865136512006503,0.15372517456988796,0.0,0.06115739794899754,0.15372517456988796,0.0,0.0893368516054085,0.15372517456988796,0.00010930819431436565,0.028458148307739357,0.15372517456988796,0.00042367445617915415,0.005185597639462994,0.15372517456988796,0.0019426871777893364,0.0032191697792798477,0.5,0.15372517456988796,0.011328797028657316,0.001374197625733745,0.0,0.155110638023925,0.11040904683870868 -8122,0.5,0.15372517456988796,0.0056476266198160156,0.041757577227886464,0.15372517456988796,0.00646645165094078,0.05426936753686135,0.15372517456988796,0.0171386976576156,0.014252709599242516,0.15372517456988796,0.016612208265347456,0.033767354010391444,0.15372517456988796,0.012283803097052907,0.020628257440683726,0.15372517456988796,0.021375022779164754,0.0036083289875872707,0.15372517456988796,0.005419063295309544,0.005589562197671371,0.15372517456988796,0.00866406895400074,0.0013975858871372866,0.5,0.15372517456988796,0.0174760652791612,0.0004665507666250589,0.15372517456988796,0.0692863675132864,0.0006397297123843549,0.5,0.15372517456988796,0.020802773177533818,0.0098371702266676,0.15372517456988796,0.03859268369995268,0.0010422395190448604,0.15372517456988796,0.0031630169792272317,0.08513389951718736,0.15372517456988796,0.009640918023329899,0.10533506704053758,0.15372517456988796,0.006391564877162486,0.02827722959735284,0.15372517456988796,0.008414825915597453,0.004803085873612754,0.15372517456988796,0.01861264846270569,0.005060138899197263,0.5,0.15372517456988796,0.06488094586792173,0.0008330743923851994,0.0,0.1223778406784536,0.12525559173188508 -8123,0.5,0.15372517456988796,0.01517626093400825,0.04487406367361423,0.15372517456988796,0.027586691423457578,0.06103109421815859,0.15372517456988796,0.038260239198451396,0.023541999667401024,0.15372517456988796,0.03521272120725128,0.05199234342483722,0.15372517456988796,0.058156243123725415,0.024326970736118912,0.15372517456988796,0.07173478984626559,0.006272284555799923,0.15372517456988796,0.02066937904226168,0.008017559210727351,0.15372517456988796,0.02689368001833614,0.0020955346066784896,0.5,0.15372517456988796,0.04038766684419938,0.0010118637440680802,0.15372517456988796,0.09831355010140921,0.0023994027716468104,0.5,0.15372517456988796,0.042520656728602065,0.012749009958002416,0.15372517456988796,0.06003779099532646,0.002369809631741794,0.15372517456988796,0.01810981774884606,0.1187063159655542,0.15372517456988796,0.05117280700514637,0.11045123941394866,0.15372517456988796,0.019778827527858516,0.027895272381975776,0.15372517456988796,0.020934544530609212,0.006927858566749469,0.15372517456988796,0.03478217094290796,0.0096866966277257,0.5,0.15372517456988796,0.10241283482618321,0.0016990811549219744,0.0,0.10309882903378417,0.12465537703415566 -8124,0.5,0.15372517456988796,0.025574531435486058,0.05138708595722995,0.15372517456988796,0.05968504920548781,0.06571895176365733,0.15372517456988796,0.051535921738818574,0.0377294518728835,0.15372517456988796,0.046180358618516076,0.06960947004854211,0.15372517456988796,0.11653600941501582,0.038792469953301476,0.15372517456988796,0.1126508563484086,0.009542841280145684,0.15372517456988796,0.0394072044245876,0.014217399734030346,0.15372517456988796,0.04362748858625292,0.004467306113595224,0.5,0.15372517456988796,0.05112279480270136,0.0018881053133896696,0.15372517456988796,0.09584508449555999,0.004539378829390164,0.5,0.15372517456988796,0.052479122269184414,0.01183498061526077,0.15372517456988796,0.06495919262968233,0.0037894412494370562,0.15372517456988796,0.04470660317160313,0.1471044384229828,0.15372517456988796,0.12926988226145217,0.11240918685183393,0.15372517456988796,0.03553938107261812,0.03138787312777068,0.15372517456988796,0.02953617725280108,0.009493925430554684,0.15372517456988796,0.04085057917940391,0.013171730711934438,0.5,0.15372517456988796,0.11396163910205515,0.008250938501600774,0.0,0.1015944159699238,0.09972234814272263 -8125,0.5,0.15372517456988796,0.0321886216413421,0.05915773981364927,0.15372517456988796,0.11651097776437364,0.07912617056741884,0.15372517456988796,0.053172386273430516,0.04496597090966051,0.15372517456988796,0.047634793109221155,0.07071548540338482,0.15372517456988796,0.16002210973743103,0.04835418198272006,0.15372517456988796,0.12418529931704658,0.015914538883522775,0.15372517456988796,0.06567092656560153,0.021224776277948703,0.15372517456988796,0.0487791292057899,0.006764283192541535,0.5,0.15372517456988796,0.051358217493655954,0.0023750545789334226,0.15372517456988796,0.0841727582506663,0.005848483336919531,0.5,0.15372517456988796,0.049207897430198905,0.014773849978117575,0.15372517456988796,0.05398469773344008,0.005027368804473057,0.15372517456988796,0.07072037243173399,0.1620495885015294,0.15372517456988796,0.19612844878230642,0.11974370544203652,0.15372517456988796,0.04758759392093123,0.038704654190005024,0.15372517456988796,0.03263197291124281,0.010599314333038413,0.15372517456988796,0.03621218418071322,0.013976595926957849,0.5,0.15372517456988796,0.10808099912232999,0.01793638168955477,0.0,0.12269300029714278,0.09872829997617813 -8126,0.5,0.15372517456988796,0.029639317658726787,0.061531762415687107,0.15372517456988796,0.15659586923845636,0.09755919363357538,0.15372517456988796,0.03851858453840659,0.04649743379495877,0.15372517456988796,0.03422538706063042,0.0621932511530994,0.15372517456988796,0.18263160354623653,0.050442625488818706,0.15372517456988796,0.10008727011143323,0.02455140943477868,0.15372517456988796,0.07604892602352317,0.026180090959343486,0.15372517456988796,0.037517920892538886,0.0073436658169150895,0.5,0.15372517456988796,0.04213399582294031,0.0014927306516707463,0.15372517456988796,0.05588735919472694,0.007307934959999252,0.5,0.15372517456988796,0.03842900238441495,0.01312092147252965,0.15372517456988796,0.04487268089341703,0.006621171177905677,0.15372517456988796,0.06848343679762188,0.17007259902419028,0.15372517456988796,0.1900936605925472,0.13217143450957533,0.15372517456988796,0.04635436685421097,0.045992659053172555,0.15372517456988796,0.028380771231057395,0.0100481012002519,0.15372517456988796,0.026083632638512905,0.01418694971171515,0.5,0.15372517456988796,0.07330332855195039,0.02391414456205277,0.0,0.1546754979387525,0.1471043950511113 -8127,0.5,0.15372517456988796,0.016110596396365202,0.060638441783086194,0.15372517456988796,0.09348964130015713,0.10107196460364057,0.15372517456988796,0.014221555545751894,0.0404313194626641,0.15372517456988796,0.014938145655834028,0.047239381534782944,0.15372517456988796,0.14822585710563774,0.058229642637666085,0.15372517456988796,0.04681257210942581,0.02587727602409181,0.15372517456988796,0.04268051379698812,0.024611554113484518,0.15372517456988796,0.019220030211017564,0.006379123429162211,0.5,0.15372517456988796,0.028133140781994373,0.0007564444745614758,0.15372517456988796,0.033484210300221966,0.007575901809722027,0.5,0.15372517456988796,0.02322552130193642,0.008430890068181924,0.15372517456988796,0.021635259469353407,0.007948723597963565,0.15372517456988796,0.034897452932110086,0.16362061776039294,0.15372517456988796,0.12734478608558852,0.14699239151028465,0.15372517456988796,0.026369395507135664,0.04462161509850652,0.15372517456988796,0.016460760006128207,0.0083783186013459,0.15372517456988796,0.013151344291008206,0.014026018923641283,0.5,0.15372517456988796,0.03039082635975557,0.011905105914629899,0.0,0.2115755948627082,0.25584618849481416 -8128,0.5,0.15372517456988796,0.00015620933625605095,0.06283318653204213,0.15372517456988796,0.0,0.08849922563288291,0.15372517456988796,0.0,0.032646321182149045,0.15372517456988796,0.0,0.02838519871212075,0.15372517456988796,0.0,0.0687501412364014,0.15372517456988796,0.006163208469376808,0.027660606087090922,0.15372517456988796,0.0002464122558259178,0.021019269767747286,0.15372517456988796,0.003229395412416466,0.005073548494090887,0.5,0.15372517456988796,0.006806434738244328,0.0017055479596267019,0.15372517456988796,0.008081402069110467,0.00477143223205795,0.5,0.15372517456988796,0.0063815043081587395,0.004468617020873685,0.15372517456988796,0.004812501448396879,0.008349485861095862,0.15372517456988796,0.00015380224400116652,0.15954980102791488,0.15372517456988796,0.0,0.15610201192628975,0.15372517456988796,0.0,0.03687424419394974,0.15372517456988796,0.00040064484273751673,0.006530438146536654,0.15372517456988796,0.00014034735179924336,0.009690449696824411,0.5,0.15372517456988796,0.0008361027923095154,0.0027379415361105694,0.0,0.24814991154694865,0.33052040123661486 -8129,0.5,0.15372517456988796,0.0,0.07036788178701865,0.15372517456988796,0.0,0.08281021489184717,0.15372517456988796,0.0,0.019519163397263416,0.15372517456988796,0.0,0.02134815078359624,0.15372517456988796,0.0,0.07810692281705879,0.15372517456988796,0.0,0.03435469422466872,0.15372517456988796,0.0,0.021743972233081842,0.15372517456988796,0.0,0.004799255315035798,0.5,0.15372517456988796,0.0,0.0025664912701324274,0.15372517456988796,0.0,0.0042199500870486,0.5,0.15372517456988796,0.0,0.0014640985781857795,0.15372517456988796,0.0,0.005665246225825889,0.15372517456988796,0.0,0.15678351176960142,0.15372517456988796,0.0,0.1590323099458386,0.15372517456988796,0.0,0.03527933244593393,0.15372517456988796,0.0,0.006561620071309383,0.15372517456988796,0.0,0.004372709033588411,0.5,0.15372517456988796,0.0,0.0028466969325755013,0.0,0.3310758462893751,0.40183784054210336 -8130,0.5,0.15372517456988796,0.0,0.0726716345020291,0.15372517456988796,0.0,0.09648312969873732,0.15372517456988796,0.0,0.011115006264781896,0.15372517456988796,0.0,0.01830489570077608,0.15372517456988796,0.0,0.07878034739246444,0.15372517456988796,0.0,0.03798155150616105,0.15372517456988796,0.0,0.02478133223924761,0.15372517456988796,0.0,0.005569163664289417,0.5,0.15372517456988796,0.0,0.0026515134951653925,0.15372517456988796,0.0,0.004340780525467162,0.5,0.15372517456988796,0.0,0.0007767762215675865,0.15372517456988796,0.0,0.003075671614461319,0.15372517456988796,0.0,0.15510923421114464,0.15372517456988796,0.0,0.15023157012002547,0.15372517456988796,0.0,0.035641751985143764,0.15372517456988796,0.0,0.0074979581671961795,0.15372517456988796,0.0,0.0018107982439981686,0.5,0.15372517456988796,0.0,0.0034615520558226925,0.0,0.4183273325819925,0.4712908065257629 -8131,0.5,0.15372517456988796,0.0,0.07048849695477534,0.15372517456988796,0.0,0.09745967308154704,0.15372517456988796,0.0,0.007367204462479428,0.15372517456988796,0.0,0.014822590942649334,0.15372517456988796,0.0,0.07620923193469141,0.15372517456988796,0.0,0.039413704374611135,0.15372517456988796,0.0,0.024603034764755494,0.15372517456988796,0.0,0.007257375487612709,0.5,0.15372517456988796,0.0,0.0024746606668530386,0.15372517456988796,0.0,0.0037262002981208677,0.5,0.15372517456988796,0.0,0.00033812528844323614,0.15372517456988796,0.0,0.002187909216249117,0.15372517456988796,0.0,0.1518812270035902,0.15372517456988796,0.0,0.1386502119532103,0.15372517456988796,0.0,0.03539870549004946,0.15372517456988796,0.0,0.006071791045094833,0.15372517456988796,0.0,0.0008722912601120805,0.5,0.15372517456988796,0.0,0.0028927740407809236,0.0,0.4384704080085742,0.5835202410469962 -8132,0.5,0.15372517456988796,0.0,0.06604715693224064,0.15372517456988796,0.0,0.08794796752129035,0.15372517456988796,0.0,0.005323057693545719,0.15372517456988796,0.0,0.010412422674693469,0.15372517456988796,0.0,0.07084862099539263,0.15372517456988796,0.0,0.03833410125734285,0.15372517456988796,0.0,0.022423200076760318,0.15372517456988796,0.0,0.00932912909795844,0.5,0.15372517456988796,0.0,0.0024019620654487884,0.15372517456988796,0.0,0.003046595390740598,0.5,0.15372517456988796,0.0,3.5568966369409776e-05,0.15372517456988796,0.0,0.0019675025057665652,0.15372517456988796,0.0,0.15592759347116597,0.15372517456988796,0.0,0.13556640032636563,0.15372517456988796,0.0,0.03323544886441862,0.15372517456988796,0.0,0.004327558370710265,0.15372517456988796,0.0,0.0008532126923095741,0.5,0.15372517456988796,0.0,0.001980633904943581,0.0,0.3834095249352659,0.6820524060674631 -8133,0.5,0.15372517456988796,0.0,0.05898682420733933,0.15372517456988796,0.0,0.09011831279579044,0.15372517456988796,0.0,0.003934693447505363,0.15372517456988796,0.0,0.007925096837034077,0.15372517456988796,0.0,0.06665055390730873,0.15372517456988796,0.0,0.03640599183815877,0.15372517456988796,0.0,0.023136863001738273,0.15372517456988796,0.0,0.014706915617393665,0.5,0.15372517456988796,0.0,0.0026993715340445654,0.15372517456988796,0.0,0.0027273271345049726,0.5,0.15372517456988796,0.0,0.0001416398524725294,0.15372517456988796,0.0,0.0021252797995408327,0.15372517456988796,0.0,0.14826016184578075,0.15372517456988796,0.0,0.13524105195754071,0.15372517456988796,0.0,0.0344095305077209,0.15372517456988796,0.0,0.0033159101120163004,0.15372517456988796,0.0,0.001022446815937218,0.5,0.15372517456988796,0.0,0.000927471279631105,0.0,0.3456262915738355,0.7893930684565013 -8134,0.5,0.15372517456988796,0.0,0.05315898957534915,0.15372517456988796,0.0,0.09585879697205743,0.15372517456988796,0.0,0.0042312818288969805,0.15372517456988796,0.0,0.006459212350185581,0.15372517456988796,0.0,0.0675586554260374,0.15372517456988796,0.0,0.03627070822693605,0.15372517456988796,0.0,0.02328893953420596,0.15372517456988796,0.0,0.025528579053320455,0.5,0.15372517456988796,0.0,0.003919399471684377,0.15372517456988796,0.0,0.002553323211581976,0.5,0.15372517456988796,0.0,0.00025248965425810234,0.15372517456988796,0.0,0.0021150649824533546,0.15372517456988796,0.0,0.12409748786336493,0.15372517456988796,0.0,0.13224898044509914,0.15372517456988796,0.0,0.037090840521107275,0.15372517456988796,0.0,0.0028352022486387947,0.15372517456988796,0.0,0.0007249351047607501,0.5,0.15372517456988796,0.0,0.0009899894301575731,0.0,0.2931606790201899,0.9403149188328633 -8135,0.5,0.15372517456988796,0.0,0.05215215209412393,0.15372517456988796,0.0,0.10161797582382273,0.15372517456988796,0.0,0.006694089878120739,0.15372517456988796,0.0,0.005003136118849575,0.15372517456988796,0.0,0.06672261015828979,0.15372517456988796,0.0,0.040539369885598225,0.15372517456988796,0.0,0.021947359489399566,0.15372517456988796,0.0,0.037107173852892576,0.5,0.15372517456988796,0.0,0.009950226458971086,0.15372517456988796,0.0,0.0022296709314211004,0.5,0.15372517456988796,0.0,0.00030692755588935047,0.15372517456988796,0.0,0.0017706036486918558,0.15372517456988796,0.0,0.11161376138693771,0.15372517456988796,0.0,0.13087136503704164,0.15372517456988796,0.0,0.03974929858468587,0.15372517456988796,0.0,0.002077981540632955,0.15372517456988796,0.0,0.0005927963155027951,0.5,0.15372517456988796,0.0,0.0012670332804757744,0.0,0.24661628990264092,0.9758961091684057 -8136,0.5,0.15372517456988796,0.0,0.04987678006394334,0.15372517456988796,0.0,0.10332248668521092,0.15372517456988796,0.0,0.006682313674342531,0.15372517456988796,0.0,0.004835637921574402,0.15372517456988796,0.0,0.07127759411369221,0.15372517456988796,0.0,0.04815984234630157,0.15372517456988796,0.0,0.024337644414731508,0.15372517456988796,0.0,0.04579792620145824,0.5,0.15372517456988796,0.0,0.02410352644499287,0.15372517456988796,0.0,0.001993856790642858,0.5,0.15372517456988796,0.0,0.00044918865553714247,0.15372517456988796,0.0,0.0019796968711021014,0.15372517456988796,0.0,0.10560820746327725,0.15372517456988796,0.0,0.16985672400140928,0.15372517456988796,0.0,0.04211336117655291,0.15372517456988796,0.0,0.0016885052543513662,0.15372517456988796,0.0,0.0005900002075157326,0.5,0.15372517456988796,0.0,0.0012223607496758679,0.0,0.21609216980638238,0.927988242625791 -8137,0.5,0.15372517456988796,0.0,0.04740525611931041,0.15372517456988796,0.0,0.09994015470585256,0.15372517456988796,0.0,0.00404701028349558,0.15372517456988796,0.0,0.004354607415964231,0.15372517456988796,0.0,0.08038776996853134,0.15372517456988796,0.0,0.059171229307873,0.15372517456988796,0.0,0.03023879487650895,0.15372517456988796,0.0,0.07170689967354704,0.5,0.15372517456988796,0.0,0.036390812507454386,0.15372517456988796,0.0,0.0017266586327470868,0.5,0.15372517456988796,0.0,0.0004613654468210257,0.15372517456988796,0.0,0.0029987625325364644,0.15372517456988796,0.0,0.09879005192443845,0.15372517456988796,0.0,0.25241364961863544,0.15372517456988796,0.0,0.04460403463836098,0.15372517456988796,0.0,0.002137597858585855,0.15372517456988796,0.0,0.0006977675609707571,0.5,0.15372517456988796,0.0,0.001109796754502351,0.0,0.20871579549165437,0.883308866718083 -8138,0.5,0.15372517456988796,0.0,0.046630455395187925,0.15372517456988796,0.0,0.09305472590945174,0.15372517456988796,0.0,0.0028085537751158713,0.15372517456988796,0.0,0.002768058425753317,0.15372517456988796,0.0,0.08572951596571549,0.15372517456988796,0.0,0.07637825180449863,0.15372517456988796,0.0,0.04324432196168136,0.15372517456988796,0.0,0.12477230582673943,0.5,0.15372517456988796,0.0,0.054798758903067186,0.15372517456988796,0.0,0.0017699756595561187,0.5,0.15372517456988796,0.0,0.0002926044335293254,0.15372517456988796,0.0,0.004027226397182554,0.15372517456988796,0.0,0.09464874280685087,0.15372517456988796,0.0,0.29187501628078183,0.15372517456988796,0.0,0.04817395495872551,0.15372517456988796,0.0,0.003452134518653161,0.15372517456988796,0.0,0.000729405239272833,0.5,0.15372517456988796,0.0,0.0012656579436550958,0.0,0.2051997476278585,0.9064104636455689 -8139,0.5,0.15372517456988796,0.0,0.0471861974870828,0.15372517456988796,0.0,0.09097573406898088,0.15372517456988796,0.0,0.0033769133128479798,0.15372517456988796,0.0,0.0017528094355330635,0.15372517456988796,0.0,0.08789232984438271,0.15372517456988796,0.0,0.11023636010440452,0.15372517456988796,0.0,0.07072596459479576,0.15372517456988796,0.0,0.19934260180850122,0.5,0.15372517456988796,0.0,0.0791815341723617,0.15372517456988796,0.0,0.002791473977743112,0.5,0.15372517456988796,0.0,0.00024008468841834872,0.15372517456988796,0.0,0.005090108372425397,0.15372517456988796,0.0,0.08321776117053488,0.15372517456988796,0.0,0.2881180362925906,0.15372517456988796,0.0,0.052939270746454,0.15372517456988796,0.0,0.008160488929257272,0.15372517456988796,0.0,0.0007731659265901434,0.5,0.15372517456988796,0.0,0.0017937531106203906,0.0,0.2260897534719703,0.8952917523124246 -8140,0.5,0.15372517456988796,0.0,0.045578543109838984,0.15372517456988796,0.0,0.08840410989996872,0.15372517456988796,0.0,0.0034124315427049336,0.15372517456988796,0.0,0.001320730878657338,0.15372517456988796,0.0,0.0893499483910844,0.15372517456988796,0.0,0.14810231814431263,0.15372517456988796,0.0,0.1084935339386919,0.15372517456988796,0.0,0.26350503497642275,0.5,0.15372517456988796,0.0,0.12022288260613709,0.15372517456988796,0.0,0.005819067722855404,0.5,0.15372517456988796,0.0,0.00024243815957261333,0.15372517456988796,0.0,0.007241831283397501,0.15372517456988796,0.0,0.07142173041951905,0.15372517456988796,0.0,0.27105028121997654,0.15372517456988796,0.0,0.057303279673188344,0.15372517456988796,0.0,0.018409980092572373,0.15372517456988796,0.0,0.0006483453416571606,0.5,0.15372517456988796,0.0,0.0022865839002437164,0.0,0.2624131563682481,0.8022494865261313 -8141,0.5,0.15372517456988796,0.0,0.04357999635910901,0.15372517456988796,0.0,0.08082476561824803,0.15372517456988796,0.0,0.0036965546298673197,0.15372517456988796,0.0,0.0012240395743312847,0.15372517456988796,0.0,0.09839651658776058,0.15372517456988796,0.0,0.16254828934002175,0.15372517456988796,0.0,0.11795300417856298,0.15372517456988796,0.0,0.26373096934418355,0.5,0.15372517456988796,0.0,0.17250318693145442,0.15372517456988796,0.0,0.0084983165026389,0.5,0.15372517456988796,0.0,0.0005510085134950584,0.15372517456988796,0.0,0.010450818651266056,0.15372517456988796,0.0,0.07486268037378574,0.15372517456988796,0.0,0.2767311911751088,0.15372517456988796,0.0,0.06206917206470825,0.15372517456988796,0.0,0.03427917342383256,0.15372517456988796,0.0,0.0007305283196071216,0.5,0.15372517456988796,0.0,0.0028074574819630677,0.0,0.22793774891394192,0.7091430086849181 -8142,0.5,0.15372517456988796,0.0,0.043332593976138936,0.15372517456988796,0.0,0.06752273519140503,0.15372517456988796,0.0,0.004456523046763462,0.15372517456988796,0.0,0.0010355692182533762,0.15372517456988796,0.0,0.10311566938134223,0.15372517456988796,0.0,0.13606644360220185,0.15372517456988796,0.0,0.1306744771396813,0.15372517456988796,0.0,0.24238096144483734,0.5,0.15372517456988796,0.0,0.24274528262926903,0.15372517456988796,0.0,0.010740085201523914,0.5,0.15372517456988796,0.0,0.003107491220407869,0.15372517456988796,0.0,0.01431783742368325,0.15372517456988796,0.0,0.07937591924790252,0.15372517456988796,0.0,0.28213403627334865,0.15372517456988796,0.0,0.06647975598072084,0.15372517456988796,0.0,0.05481261465739938,0.15372517456988796,0.0,0.001499142325337162,0.5,0.15372517456988796,0.0,0.004187027131030819,0.0,0.18799952761823435,0.6245468378524287 -8143,0.5,0.15372517456988796,0.0,0.04270197010485828,0.15372517456988796,0.0,0.06672662491861253,0.15372517456988796,0.0,0.005998677304347669,0.15372517456988796,0.0,0.0010376069733193287,0.15372517456988796,0.0,0.11103962495513556,0.15372517456988796,0.0,0.09897498404441231,0.15372517456988796,0.0,0.1482600300706451,0.15372517456988796,0.0,0.20816830893186042,0.5,0.15372517456988796,0.0,0.2797660700065422,0.15372517456988796,0.0,0.013873494584743483,0.5,0.15372517456988796,0.0,0.010599692824408105,0.15372517456988796,0.0,0.021118358177748705,0.15372517456988796,0.0,0.08449668138935537,0.15372517456988796,0.0,0.2805715075333631,0.15372517456988796,0.0,0.07097944466514147,0.15372517456988796,0.0,0.07045468611233964,0.15372517456988796,0.0,0.0035635158302751947,0.5,0.15372517456988796,0.0,0.005516909987051467,0.0,0.1602147329958118,0.55515777040862 -8144,0.5,0.15372517456988796,0.0,0.04135141643006979,0.15372517456988796,0.0,0.06502015115024842,0.15372517456988796,0.0,0.008929229710320653,0.15372517456988796,0.0,0.0013671838157136595,0.15372517456988796,0.0,0.0956101361853706,0.15372517456988796,0.0,0.06029063457395379,0.15372517456988796,0.0,0.1529683491211372,0.15372517456988796,0.0,0.16445956820278407,0.5,0.15372517456988796,0.0,0.2800892908501025,0.15372517456988796,0.0,0.016134868909910612,0.5,0.15372517456988796,0.0,0.01833916308258802,0.15372517456988796,0.0,0.03585501684187999,0.15372517456988796,0.0,0.0970895246177225,0.15372517456988796,0.0,0.27290771871787,0.15372517456988796,0.0,0.07945205577468158,0.15372517456988796,0.0,0.07876963389498277,0.15372517456988796,0.0,0.008715472590981214,0.5,0.15372517456988796,0.0,0.006720042633322862,0.0,0.1427411149629501,0.44250173862336817 -8145,0.5,0.15372517456988796,0.0007598577387790467,0.039500251649484126,0.15372517456988796,0.0,0.06483212121094438,0.15372517456988796,0.0007908885805403652,0.010612479967867954,0.15372517456988796,0.001579726039440341,0.0022083059976923925,0.15372517456988796,0.0,0.07831526544208173,0.15372517456988796,0.0,0.04994766663287823,0.15372517456988796,0.0,0.12302508865443985,0.15372517456988796,3.1381295390985716e-05,0.12496513151287411,0.5,0.15372517456988796,0.0005296187537579001,0.2501385513776011,0.15372517456988796,0.0021064241962465966,0.02316583788564559,0.5,0.15372517456988796,0.00041010257057326704,0.042935460936687916,0.15372517456988796,0.0013466831968290667,0.056723677187712145,0.15372517456988796,0.0,0.09263783693673919,0.15372517456988796,0.0,0.2608362628257397,0.15372517456988796,5.8244710161935504e-05,0.09569974165139938,0.15372517456988796,0.00046357133987997076,0.08631232106919541,0.15372517456988796,0.0016096903869342065,0.016440030166975952,0.5,0.15372517456988796,0.0021309795265368765,0.008551988005609268,0.0,0.1450762142751428,0.3375476124974584 -8146,0.5,0.15372517456988796,0.014535152119153422,0.037795650076984974,0.15372517456988796,0.009628636187003718,0.06540728602202778,0.15372517456988796,0.011207707715531378,0.015385518326467933,0.15372517456988796,0.015383844217769022,0.0037060490538812453,0.15372517456988796,0.08134315361824193,0.06767965148001404,0.15372517456988796,0.09049197584621735,0.04796845732933394,0.15372517456988796,0.012184505839023106,0.10390190967224673,0.15372517456988796,0.0709338352804405,0.09998601537466145,0.5,0.15372517456988796,0.04223038236295657,0.24252446921518378,0.15372517456988796,0.021695234203958153,0.02529267863547303,0.5,0.15372517456988796,0.005865295809362916,0.0884179473599169,0.15372517456988796,0.015786011205807717,0.0836693762983906,0.15372517456988796,0.0035845676755704753,0.09649937378587961,0.15372517456988796,0.040143354474432874,0.24000937508090442,0.15372517456988796,0.017897629363420837,0.12391573934290512,0.15372517456988796,0.016809232809057478,0.1161473688722454,0.15372517456988796,0.019114195312626137,0.03322489675148502,0.5,0.15372517456988796,0.016170811249799633,0.01811326251140281,0.0,0.13046149830184822,0.2521514117484459 -8147,0.5,0.15372517456988796,0.033856553222787446,0.038688784901597266,0.15372517456988796,0.0144481760482906,0.05438626017866868,0.15372517456988796,0.028179013801449215,0.03113042813198981,0.15372517456988796,0.03584140868383633,0.007620533358971923,0.15372517456988796,0.23914411151661003,0.07003747262220164,0.15372517456988796,0.23871041106949326,0.045424665413937575,0.15372517456988796,0.05335515538559417,0.09609415537557035,0.15372517456988796,0.19014840181472092,0.1136630652290831,0.5,0.15372517456988796,0.12071220294933668,0.25437153161295045,0.15372517456988796,0.047009594754767264,0.030901431976715167,0.5,0.15372517456988796,0.01578808079103423,0.12321632119890773,0.15372517456988796,0.032645400136425334,0.10904362468683881,0.15372517456988796,0.014952836348983162,0.09429568876130756,0.15372517456988796,0.09160966543851924,0.22444391923460122,0.15372517456988796,0.06968389314425466,0.15058145609896348,0.15372517456988796,0.04078451978449177,0.15953934066621125,0.15372517456988796,0.04355325403193827,0.05990165349309475,0.5,0.15372517456988796,0.03334407004740638,0.03039710540359728,0.0,0.11174607746478474,0.18114584849329948 -8148,0.5,0.15372517456988796,0.04927296810710984,0.0405544946057059,0.15372517456988796,0.030509545015417847,0.027799302980803183,0.15372517456988796,0.03681696585130103,0.05740214705778042,0.15372517456988796,0.04945396392013051,0.015081555665495974,0.15372517456988796,0.3487050195328707,0.07765477931716529,0.15372517456988796,0.3230583481214442,0.03905661862448913,0.15372517456988796,0.2221244052040449,0.09478365677773021,0.15372517456988796,0.26849215399512477,0.11499294319431,0.5,0.15372517456988796,0.19527859054805588,0.2747541341780141,0.15372517456988796,0.0571827668039596,0.033681464508464806,0.5,0.15372517456988796,0.023191369857795078,0.15536425633229767,0.15372517456988796,0.03781432089683094,0.12452060425313925,0.15372517456988796,0.02700542568747698,0.08331954255278007,0.15372517456988796,0.09037707762330335,0.22326610543554226,0.15372517456988796,0.1450359232765531,0.17159027235432592,0.15372517456988796,0.05188395729602882,0.190095642726856,0.15372517456988796,0.05364729993719565,0.0776947794109945,0.5,0.15372517456988796,0.045483237464984505,0.03193579142705967,0.0,0.0874426984840499,0.14120076198780865 -8149,0.5,0.15372517456988796,0.05484807875908675,0.03728144004046365,0.15372517456988796,0.028571102110223262,0.010096993938409658,0.15372517456988796,0.03386379098351191,0.08316246319920596,0.15372517456988796,0.046635460154552985,0.019046166021702542,0.15372517456988796,0.3930436176143963,0.08728678483048519,0.15372517456988796,0.33703644471622696,0.04101926652026164,0.15372517456988796,0.3310633445934087,0.1046956007976521,0.15372517456988796,0.3040546671103689,0.1003271511075765,0.5,0.15372517456988796,0.23904290665257838,0.2826284826212272,0.15372517456988796,0.056173095818993865,0.03311666692402233,0.5,0.15372517456988796,0.02703847784519323,0.17714238544640853,0.15372517456988796,0.03382348126078773,0.12181677212090351,0.15372517456988796,0.043810978115284865,0.07974617725607097,0.15372517456988796,0.07632968266116583,0.21229348502916126,0.15372517456988796,0.20613421058138243,0.16947000570796295,0.15372517456988796,0.052382211466126774,0.1934893156514511,0.15372517456988796,0.053508152201717375,0.09391416638062035,0.5,0.15372517456988796,0.04714868598390288,0.02939851588445936,0.0,0.06937889339050664,0.1099945183160074 -8150,0.5,0.15372517456988796,0.04147983226969284,0.03230925446279956,0.15372517456988796,0.019065646463428416,0.01014839896526547,0.15372517456988796,0.026445731514151548,0.10945871922262952,0.15372517456988796,0.02992870841362337,0.01890725492897456,0.15372517456988796,0.3407626928890829,0.08634744632573807,0.15372517456988796,0.2959561465956429,0.04012963484941425,0.15372517456988796,0.3423753057407285,0.11874597168213341,0.15372517456988796,0.2985687571643939,0.08520647558102751,0.5,0.15372517456988796,0.2279092598988015,0.25219273899173467,0.15372517456988796,0.04304645679634716,0.031981118271353415,0.5,0.15372517456988796,0.019701515327906517,0.19171245749722268,0.15372517456988796,0.025556933103781987,0.11964508228050906,0.15372517456988796,0.05410031162661499,0.07277686309117129,0.15372517456988796,0.05024513834554664,0.17671528367708117,0.15372517456988796,0.20666996486305686,0.15138264894208078,0.15372517456988796,0.056605720444136726,0.16217767402063768,0.15372517456988796,0.03968270584223029,0.10634468230715444,0.5,0.15372517456988796,0.037951150078185336,0.025938783218122843,0.0,0.06459544820420911,0.08553438331313631 -8151,0.5,0.15372517456988796,0.01735098210604861,0.02382706995006075,0.15372517456988796,0.005446632462367358,0.021191166764611958,0.15372517456988796,0.017516398196500624,0.11889349602266769,0.15372517456988796,0.011246045316168667,0.0160378348898275,0.15372517456988796,0.21379803432944894,0.07859584156884947,0.15372517456988796,0.1837980941054594,0.032816020190873735,0.15372517456988796,0.26317076895964386,0.08370441392826966,0.15372517456988796,0.2251857926272623,0.05810333593560606,0.5,0.15372517456988796,0.17424987871933226,0.1850442013967305,0.15372517456988796,0.02338212083281785,0.026931770934178798,0.5,0.15372517456988796,0.007314211472581364,0.1893023625404946,0.15372517456988796,0.013584589222402708,0.1258954735079936,0.15372517456988796,0.042915551110508,0.057554029412916874,0.15372517456988796,0.047003128015521034,0.13109916032069674,0.15372517456988796,0.12309253999538361,0.1240013106312503,0.15372517456988796,0.08086219860151442,0.11832449112448293,0.15372517456988796,0.018403272863955093,0.10699357280076074,0.5,0.15372517456988796,0.018268970394625418,0.02344490455097635,0.0,0.06294755889578667,0.06367126602437766 -8152,0.5,0.15372517456988796,0.00023582865437953392,0.017288640275656946,0.15372517456988796,0.0,0.029696498451083124,0.15372517456988796,0.00030698119536429707,0.0914957035715157,0.15372517456988796,0.00044511818015031756,0.012626240438098438,0.15372517456988796,0.0,0.075777716321368,0.15372517456988796,0.03083930991910921,0.02627791787225483,0.15372517456988796,0.001992134119343618,0.05788118159860116,0.15372517456988796,0.0439953816248339,0.031486842311036274,0.5,0.15372517456988796,0.04213116394449312,0.11926216930934878,0.15372517456988796,0.003889533842694184,0.022183085113605238,0.5,0.15372517456988796,0.001597450786132318,0.2190375261017924,0.15372517456988796,0.003315225802533259,0.14582081624408388,0.15372517456988796,2.6393837294806513e-05,0.0461619739151432,0.15372517456988796,0.00014461366295425817,0.09220351851488445,0.15372517456988796,0.0,0.09996715536862451,0.15372517456988796,0.0010920027674406212,0.0728686807738984,0.15372517456988796,0.0002555239758769159,0.11999683388839286,0.5,0.15372517456988796,0.0005834718720870123,0.018161252608583953,0.0,0.0668696156526247,0.04692414132170194 -8153,0.5,0.15372517456988796,0.0,0.014591295444542298,0.15372517456988796,0.0,0.026710508085826642,0.15372517456988796,0.0,0.07309808952379356,0.15372517456988796,0.0,0.01337782141373422,0.15372517456988796,0.0,0.056411024472523316,0.15372517456988796,0.0,0.021360579931254668,0.15372517456988796,0.0,0.049750523062186316,0.15372517456988796,0.0,0.024436490104634407,0.5,0.15372517456988796,0.0,0.07531811809257526,0.15372517456988796,0.0,0.018632511204839886,0.5,0.15372517456988796,0.0,0.2884151835837549,0.15372517456988796,0.0,0.17721423922016627,0.15372517456988796,0.0,0.03661941518014128,0.15372517456988796,0.0,0.058371430184961895,0.15372517456988796,0.0,0.07560690133232321,0.15372517456988796,0.0,0.04547456605316532,0.15372517456988796,0.0,0.1503727927264851,0.5,0.15372517456988796,0.0,0.014614769157310878,0.0,0.0814159266240364,0.04679059311657042 -8154,0.5,0.15372517456988796,0.0,0.012780977720765514,0.15372517456988796,0.0,0.01326145693186272,0.15372517456988796,0.0,0.06932939572306539,0.15372517456988796,0.0,0.016799624286489304,0.15372517456988796,0.0,0.04521952199585786,0.15372517456988796,0.0,0.016441889429788963,0.15372517456988796,0.0,0.03276298682745109,0.15372517456988796,0.0,0.020673331103834177,0.5,0.15372517456988796,0.0,0.04522936717497004,0.15372517456988796,0.0,0.025117459885138534,0.5,0.15372517456988796,0.0,0.3461993027201748,0.15372517456988796,0.0,0.22815896671225622,0.15372517456988796,0.0,0.027458436725248662,0.15372517456988796,0.0,0.03564852446998436,0.15372517456988796,0.0,0.04910164998454043,0.15372517456988796,0.0,0.027880338012290104,0.15372517456988796,0.0,0.1832816285577424,0.5,0.15372517456988796,0.0,0.020021963074048035,0.0,0.07422969729060662,0.10941212929931707 -8155,0.5,0.15372517456988796,0.0,0.01122272784806691,0.15372517456988796,0.0,0.00614043013962157,0.15372517456988796,0.0,0.06458099307258933,0.15372517456988796,0.0,0.021346190157522732,0.15372517456988796,0.0,0.0383101781451048,0.15372517456988796,0.0,0.013854675251010237,0.15372517456988796,0.0,0.030711692884969978,0.15372517456988796,0.0,0.01698077259487344,0.5,0.15372517456988796,0.0,0.03126926983086981,0.15372517456988796,0.0,0.040224765762855864,0.5,0.15372517456988796,0.0,0.342975504280896,0.15372517456988796,0.0,0.26798844313273257,0.15372517456988796,0.0,0.024346380564697803,0.15372517456988796,0.0,0.023348477196473476,0.15372517456988796,0.0,0.034024222974231286,0.15372517456988796,0.0,0.026422634684472986,0.15372517456988796,0.0,0.18954873010622905,0.5,0.15372517456988796,0.0,0.027519330695723907,0.0,0.06936225971241461,0.18455968103801254 -8156,0.5,0.15372517456988796,0.0,0.010018280053276365,0.15372517456988796,0.0,0.003379429549657469,0.15372517456988796,0.0,0.04484519898841775,0.15372517456988796,0.0,0.02616841000117655,0.15372517456988796,0.0,0.029183920713069522,0.15372517456988796,0.0,0.009950687659404048,0.15372517456988796,0.0,0.029857691994531015,0.15372517456988796,0.0,0.013310080187364123,0.5,0.15372517456988796,0.0,0.024191741145744614,0.15372517456988796,0.0,0.05462915194079603,0.5,0.15372517456988796,0.0,0.22988532837697326,0.15372517456988796,0.0,0.3035657213753877,0.15372517456988796,0.0,0.027228667930794863,0.15372517456988796,0.0,0.0171359443418233,0.15372517456988796,0.0,0.025205099019375343,0.15372517456988796,0.0,0.027122814395911802,0.15372517456988796,0.0,0.17216328210878715,0.5,0.15372517456988796,0.0,0.03393659533563387,0.0,0.07816786608508854,0.23013431891034025 -8157,0.5,0.15372517456988796,0.0,0.01021299399190005,0.15372517456988796,0.0,0.0034183167555795696,0.15372517456988796,0.0,0.0314950399521733,0.15372517456988796,0.0,0.02811729199632681,0.15372517456988796,0.0,0.020548373553586387,0.15372517456988796,0.0,0.007960420474062518,0.15372517456988796,0.0,0.029169661353373365,0.15372517456988796,0.0,0.011677512045621351,0.5,0.15372517456988796,0.0,0.020501812697549696,0.15372517456988796,0.0,0.08076148919717156,0.5,0.15372517456988796,0.0,0.12066067620598933,0.15372517456988796,0.0,0.3166466843367055,0.15372517456988796,0.0,0.04035850967262612,0.15372517456988796,0.0,0.030108896359258973,0.15372517456988796,0.0,0.01729170704204131,0.15372517456988796,0.0,0.02593983176816557,0.15372517456988796,0.0,0.16089340751592715,0.5,0.15372517456988796,0.0,0.04669850937584809,0.0,0.09074807459860619,0.3641699953401917 -8158,0.5,0.15372517456988796,0.0,0.010991126677992588,0.15372517456988796,0.0,0.005123678747351129,0.15372517456988796,0.0,0.023996472601300566,0.15372517456988796,0.0,0.029408487174818105,0.15372517456988796,0.0,0.019870636550945908,0.15372517456988796,0.0,0.011163308631136029,0.15372517456988796,0.0,0.02540702064394263,0.15372517456988796,0.0,0.010101806070341042,0.5,0.15372517456988796,0.0,0.017913076411783045,0.15372517456988796,0.0,0.11727535602587708,0.5,0.15372517456988796,0.0,0.06596076562365961,0.15372517456988796,0.0,0.2823416237127212,0.15372517456988796,0.0,0.06689909871098383,0.15372517456988796,0.0,0.058214686555703915,0.15372517456988796,0.0,0.010000082186141563,0.15372517456988796,0.0,0.02134849925442411,0.15372517456988796,0.0,0.14173215232788933,0.5,0.15372517456988796,0.0,0.06443334613310947,0.0,0.08427327988384276,0.6133401330383161 -8159,0.5,0.15372517456988796,0.0,0.011260368751841813,0.15372517456988796,0.0,0.008540757454848263,0.15372517456988796,0.0,0.021277110579064482,0.15372517456988796,0.0,0.029681670040295243,0.15372517456988796,0.0,0.025290700958614208,0.15372517456988796,0.0,0.01673490018589051,0.15372517456988796,0.0,0.0196808670216158,0.15372517456988796,0.0,0.011875306297546928,0.5,0.15372517456988796,0.0,0.01777003393359023,0.15372517456988796,0.0,0.14215356757501693,0.5,0.15372517456988796,0.0,0.03987024229528568,0.15372517456988796,0.0,0.21921439313463803,0.15372517456988796,0.0,0.10379311499223645,0.15372517456988796,0.0,0.09710042225474322,0.15372517456988796,0.0,0.005679831257455562,0.15372517456988796,0.0,0.01563334595536394,0.15372517456988796,0.0,0.12339739245171089,0.5,0.15372517456988796,0.0,0.09396412971221704,0.0,0.066496406760596,0.7666917392713994 -8160,0.5,0.15372517456988796,0.0,0.01162051216329641,0.15372517456988796,0.0,0.013064547337748034,0.15372517456988796,0.0,0.01995096334607138,0.15372517456988796,0.0,0.0281682343175997,0.15372517456988796,0.0,0.03474557918663054,0.15372517456988796,0.0,0.020640389738964857,0.15372517456988796,0.0,0.016434466593331733,0.15372517456988796,0.0,0.013536731737433114,0.5,0.15372517456988796,0.0,0.0164467352906427,0.15372517456988796,0.0,0.12856694228453666,0.5,0.15372517456988796,0.0,0.02735102221575321,0.15372517456988796,0.0,0.1786761699716248,0.15372517456988796,0.0,0.162068705965506,0.15372517456988796,0.0,0.12909043074612858,0.15372517456988796,0.0,0.0042426838951850065,0.15372517456988796,0.0,0.010151043209261038,0.15372517456988796,0.0,0.10325251928902114,0.5,0.15372517456988796,0.0,0.12241072787630278,0.0,0.05861477921077664,0.8310414453346843 -8161,0.5,0.15372517456988796,0.0,0.012214912790290331,0.15372517456988796,0.0,0.024272152984478768,0.15372517456988796,0.0,0.01815094316142633,0.15372517456988796,0.0,0.026864935935754213,0.15372517456988796,0.0,0.044343253762559924,0.15372517456988796,0.0,0.02497712758997437,0.15372517456988796,0.0,0.014277431130009701,0.15372517456988796,0.0,0.012602063533117186,0.5,0.15372517456988796,0.0,0.0158185725307406,0.15372517456988796,0.0,0.09782591173474085,0.5,0.15372517456988796,0.0,0.02037302405008504,0.15372517456988796,0.0,0.13654500960739888,0.15372517456988796,0.0,0.24088714043969137,0.15372517456988796,0.0,0.1564064843907116,0.15372517456988796,0.0,0.005753191030716061,0.15372517456988796,0.0,0.0073032045578254705,0.15372517456988796,0.0,0.08416394837170517,0.5,0.15372517456988796,0.0,0.12943544002955298,0.0,0.06750986351975041,0.8853774843641191 -8162,0.5,0.15372517456988796,0.0,0.012900964215427916,0.15372517456988796,0.0,0.04655725695374794,0.15372517456988796,0.0,0.015027284260549917,0.15372517456988796,0.0,0.0241104235706549,0.15372517456988796,0.0,0.05990673678287943,0.15372517456988796,0.0,0.033883915472748716,0.15372517456988796,0.0,0.014131968704170094,0.15372517456988796,0.0,0.012009661345513671,0.5,0.15372517456988796,0.0,0.013165706870425902,0.15372517456988796,0.0,0.08098098377094752,0.5,0.15372517456988796,0.0,0.015101965176004609,0.15372517456988796,0.0,0.10443051988457175,0.15372517456988796,0.0,0.30178489986276286,0.15372517456988796,0.0,0.18425916511084917,0.15372517456988796,0.0,0.010036409268406092,0.15372517456988796,0.0,0.006212725654941462,0.15372517456988796,0.0,0.06788197826850662,0.5,0.15372517456988796,0.0,0.12370586966969052,0.0,0.08713735248038637,0.9401718341358388 -8163,0.5,0.15372517456988796,0.0,0.014143667495936804,0.15372517456988796,0.0,0.07091458020140791,0.15372517456988796,0.0,0.012466892669238366,0.15372517456988796,0.0,0.018188755450264462,0.15372517456988796,0.0,0.0835368091890094,0.15372517456988796,0.0,0.048410826167076114,0.15372517456988796,0.0,0.018132149564501026,0.15372517456988796,0.0,0.013244135798338528,0.5,0.15372517456988796,0.0,0.008865915521292126,0.15372517456988796,0.0,0.06883669722669747,0.5,0.15372517456988796,0.0,0.01133017553490537,0.15372517456988796,0.0,0.08318926697004547,0.15372517456988796,0.0,0.34122816773016296,0.15372517456988796,0.0,0.2110561170439227,0.15372517456988796,0.0,0.017295740181644075,0.15372517456988796,0.0,0.004206349660600284,0.15372517456988796,0.0,0.05733313478459549,0.5,0.15372517456988796,0.0,0.11152474236604729,0.0,0.1255226987213832,0.9793654048654878 -8164,0.5,0.15372517456988796,0.0,0.01696311804843149,0.15372517456988796,0.0,0.08722409128856602,0.15372517456988796,0.0,0.011675791964267263,0.15372517456988796,0.0,0.0135054399559014,0.15372517456988796,0.0,0.11637355569576859,0.15372517456988796,0.0,0.0714065473993938,0.15372517456988796,0.0,0.024325673644986064,0.15372517456988796,0.0,0.016242064215248632,0.5,0.15372517456988796,0.0,0.005367095119147786,0.15372517456988796,0.0,0.06342782359640917,0.5,0.15372517456988796,0.0,0.009663674074586874,0.15372517456988796,0.0,0.06126050035601026,0.15372517456988796,0.0,0.37666009463014644,0.15372517456988796,0.0,0.2499810437660474,0.15372517456988796,0.0,0.027789916781094357,0.15372517456988796,0.0,0.002135991077522712,0.15372517456988796,0.0,0.051521724238864856,0.5,0.15372517456988796,0.0,0.10327040924639297,0.0,0.1838463259005082,0.9832170933629929 -8165,0.5,0.15372517456988796,0.0,0.021964369390383084,0.15372517456988796,0.0,0.10909230892797264,0.15372517456988796,0.0,0.011597736798556765,0.15372517456988796,0.0,0.010187319886256756,0.15372517456988796,0.0,0.14829840925090088,0.15372517456988796,0.0,0.09051646436418909,0.15372517456988796,0.0,0.034668428589140356,0.15372517456988796,0.0,0.02255326876650724,0.5,0.15372517456988796,0.0,0.00423483082113441,0.15372517456988796,0.0,0.05515023336596959,0.5,0.15372517456988796,0.0,0.008172693545153084,0.15372517456988796,0.0,0.049454653960529164,0.15372517456988796,0.0,0.423000850306847,0.15372517456988796,0.0,0.29751903616324465,0.15372517456988796,0.0,0.04099081850620159,0.15372517456988796,0.0,0.0012406063065589536,0.15372517456988796,0.0,0.045965788258534236,0.5,0.15372517456988796,0.0,0.09639360799871484,0.0,0.2394389381713081,0.9966865454142662 -8166,0.5,0.15372517456988796,0.0,0.03116379015626153,0.15372517456988796,0.0,0.13840015951555332,0.15372517456988796,0.0,0.011891930079694591,0.15372517456988796,0.0,0.009491049176373495,0.15372517456988796,0.0,0.19966784224414377,0.15372517456988796,0.0,0.11908850836676624,0.15372517456988796,0.0,0.053068017552965925,0.15372517456988796,0.0,0.03167381992388006,0.5,0.15372517456988796,0.0,0.0035596862086449367,0.15372517456988796,0.0,0.05105240035090785,0.5,0.15372517456988796,0.0,0.006736343661548073,0.15372517456988796,0.0,0.0434899701095905,0.15372517456988796,0.0,0.47010025315343357,0.15372517456988796,0.0,0.3607369945386012,0.15372517456988796,0.0,0.059450628894262,0.15372517456988796,0.0,0.0012378255620953725,0.15372517456988796,0.0,0.04234425635160756,0.5,0.15372517456988796,0.0,0.08880544405719171,0.0,0.2927805655369484,1.0048048484666654 -8167,0.5,0.15372517456988796,0.0,0.0435246125176788,0.15372517456988796,0.0,0.18628640270885768,0.15372517456988796,0.0,0.010491957886748133,0.15372517456988796,0.0,0.010073284528273262,0.15372517456988796,0.0,0.2681575452852849,0.15372517456988796,0.0,0.1522093519225809,0.15372517456988796,0.0,0.07507754622655835,0.15372517456988796,0.0,0.03969335743797786,0.5,0.15372517456988796,0.0,0.0028900601115130833,0.15372517456988796,0.0,0.051514107944281844,0.5,0.15372517456988796,0.0,0.006285423597813786,0.15372517456988796,0.0,0.036707443099211555,0.15372517456988796,0.0,0.5248396956850128,0.15372517456988796,0.0,0.4396335978783254,0.15372517456988796,0.0,0.081753576083153,0.15372517456988796,0.0,0.0034537754052946746,0.15372517456988796,0.0,0.03983422840776166,0.5,0.15372517456988796,0.0,0.08792326144441356,0.0,0.3496497787990762,1.005722629658462 -8168,0.5,0.15372517456988796,0.0,0.05729605049964916,0.15372517456988796,0.0,0.2387601444317993,0.15372517456988796,0.0,0.010114195040056265,0.15372517456988796,0.0,0.010880755927591005,0.15372517456988796,0.0,0.3447628530761647,0.15372517456988796,0.0,0.20231950376952892,0.15372517456988796,0.0,0.09889685501454917,0.15372517456988796,0.0,0.05238319085948148,0.5,0.15372517456988796,0.0,0.00288586525422608,0.15372517456988796,0.0,0.055941055580639686,0.5,0.15372517456988796,0.0,0.004894310531752928,0.15372517456988796,0.0,0.029463420119571804,0.15372517456988796,0.0,0.5944521140824417,0.15372517456988796,0.0,0.5180686107613015,0.15372517456988796,0.0,0.10921354803820305,0.15372517456988796,0.0,0.008821780281645207,0.15372517456988796,0.0,0.03835590220744304,0.5,0.15372517456988796,0.0,0.0897422181751001,0.0,0.44396101434760715,1.0070243744456093 -8169,0.5,0.15372517456988796,0.0005673378322715232,0.07458728566377967,0.15372517456988796,0.0,0.33345925764655965,0.15372517456988796,0.00242751505672717,0.01614808425790713,0.15372517456988796,0.0014434730575281663,0.01184377215330162,0.15372517456988796,0.0,0.4409627463606503,0.15372517456988796,0.0,0.2641605668165006,0.15372517456988796,0.0,0.12811440130995042,0.15372517456988796,7.259969536633855e-05,0.06525595724538638,0.5,0.15372517456988796,0.0015382716034718755,0.005087804499095179,0.15372517456988796,0.0029713999538942236,0.05517765554579262,0.5,0.15372517456988796,0.0028781010188469423,0.009862398350690622,0.15372517456988796,0.003655005408805734,0.024539278596570444,0.15372517456988796,0.0,0.6780428883478804,0.15372517456988796,0.0,0.5991703513894011,0.15372517456988796,0.00032988103970989116,0.14110062977306165,0.15372517456988796,0.0009197823993864358,0.01824716835227388,0.15372517456988796,0.0024944191335869994,0.040336185408226005,0.5,0.15372517456988796,0.003126805107770511,0.09675679210330113,0.0,0.5515807216475532,1.0077262783570131 -8170,0.5,0.15372517456988796,0.04205688395162479,0.10102621201229466,0.15372517456988796,0.08752165521718437,0.4279714816216585,0.15372517456988796,0.06909250347780696,0.03406915620817878,0.15372517456988796,0.02017225175573934,0.01672381544208889,0.15372517456988796,0.04815523760509281,0.5825506749699327,0.15372517456988796,0.02598174291929223,0.3475995529846385,0.15372517456988796,0.10416142663270711,0.15307682913569914,0.15372517456988796,0.08649075643772938,0.08986003083632862,0.5,0.15372517456988796,0.10747807153113313,0.010359755892062431,0.15372517456988796,0.033739328237353844,0.05029506310243738,0.5,0.15372517456988796,0.0497049248639415,0.014593665509831794,0.15372517456988796,0.06060444380543879,0.019890746821906908,0.15372517456988796,0.02505532069074548,0.7595980690872904,0.15372517456988796,0.03381049615218049,0.66696499579323,0.15372517456988796,0.10954393640424298,0.16944648225039544,0.15372517456988796,0.07780852555702553,0.034981827528780735,0.15372517456988796,0.031393405265981514,0.04584407951588081,0.5,0.15372517456988796,0.02532490844952004,0.1056360336977917,0.0,0.6437726901164289,1.0090284355543115 -8171,0.5,0.15372517456988796,0.12279103642855499,0.16078433256288338,0.15372517456988796,0.22898971901919257,0.5128210062130595,0.15372517456988796,0.1695189571100626,0.06885930647991016,0.15372517456988796,0.053528916104926855,0.022722235462841668,0.15372517456988796,0.11164690189266777,0.6770864915374692,0.15372517456988796,0.04172932088663826,0.4511541549453307,0.15372517456988796,0.2558227060563117,0.21103646626057315,0.15372517456988796,0.1908767838852477,0.12493323318877955,0.5,0.15372517456988796,0.24742366735114324,0.021083050688727588,0.15372517456988796,0.06691475280568929,0.041727852881162944,0.5,0.15372517456988796,0.0983351255962672,0.01916711500445984,0.15372517456988796,0.13030070466597868,0.016015721288745132,0.15372517456988796,0.061179979762233105,0.8289538422494471,0.15372517456988796,0.07803878305293747,0.7460029397036623,0.15372517456988796,0.25874376775112035,0.22257841823426527,0.15372517456988796,0.20144826645868524,0.06953381722238335,0.15372517456988796,0.06324760426765923,0.0493350749962607,0.5,0.15372517456988796,0.04920167131803323,0.11369674560511844,0.0,0.7284206902013785,1.0093322880811084 -8172,0.5,0.15372517456988796,0.20690354458708404,0.22853704041053244,0.15372517456988796,0.3101819449274248,0.5207352588051556,0.15372517456988796,0.27373471213114575,0.1057859815017588,0.15372517456988796,0.08541921813005388,0.028548778900624645,0.15372517456988796,0.1289727423560255,0.750256306950048,0.15372517456988796,0.03597529901021703,0.5448182047430631,0.15372517456988796,0.32732425282021965,0.31536965518715404,0.15372517456988796,0.24866521044050083,0.1650705293511342,0.5,0.15372517456988796,0.33696619276997847,0.05150075141456337,0.15372517456988796,0.08852379199378418,0.03411933250151233,0.5,0.15372517456988796,0.12781873551361467,0.028392236809817763,0.15372517456988796,0.1949382734645665,0.015203285017650352,0.15372517456988796,0.06792413584446212,0.8515068188443478,0.15372517456988796,0.08372965707444764,0.7619468969546415,0.15372517456988796,0.3600111204227695,0.2791790469792287,0.15372517456988796,0.2882558981204232,0.14528899682126364,0.15372517456988796,0.0841958906571037,0.05171099298282232,0.5,0.15372517456988796,0.06512441863797995,0.1280924790745449,0.0,0.7834885571717018,1.0095555915219874 -8173,0.5,0.15372517456988796,0.24547022251065403,0.2724903502554596,0.15372517456988796,0.3136823646241302,0.6589859578241151,0.15372517456988796,0.32507891806189826,0.13880541218075562,0.15372517456988796,0.10731751591022226,0.035868092819428994,0.15372517456988796,0.07409597272098331,0.7621283728171135,0.15372517456988796,0.025919618958820757,0.5990035390783768,0.15372517456988796,0.29023453743847516,0.374213803268764,0.15372517456988796,0.23301740755103434,0.2306916413606708,0.5,0.15372517456988796,0.34057518912848705,0.09677036010286018,0.15372517456988796,0.09620546956323796,0.029340503041941322,0.5,0.15372517456988796,0.139188163124512,0.038927927355851,0.15372517456988796,0.23541063359575432,0.020626837752345327,0.15372517456988796,0.055948281912369904,0.9033204003445526,0.15372517456988796,0.061328650678054326,0.7814032440065424,0.15372517456988796,0.39309176498641835,0.33709620841433474,0.15372517456988796,0.3117204054198456,0.25100465396020144,0.15372517456988796,0.09128814923840729,0.06306343026813498,0.5,0.15372517456988796,0.06620557912470607,0.14065036382111093,0.0,0.8312274052721778,1.0090163339065734 -8174,0.5,0.15372517456988796,0.22824484797294697,0.2821214800197934,0.15372517456988796,0.20653500259297755,0.7855288973976414,0.15372517456988796,0.33242675369284436,0.13658535732239654,0.15372517456988796,0.11072963460881166,0.0419750851027141,0.15372517456988796,0.018538128770396334,0.7999089502060794,0.15372517456988796,0.012510600063142082,0.6456991711195925,0.15372517456988796,0.22433396476510953,0.45346607141017575,0.15372517456988796,0.16578260274429127,0.3247918942746355,0.5,0.15372517456988796,0.28223252983076474,0.15176041533446127,0.15372517456988796,0.08439864168228298,0.03306996082851163,0.5,0.15372517456988796,0.11978063473279978,0.0641146704950337,0.15372517456988796,0.2323624651419539,0.03334849146740712,0.15372517456988796,0.030341132372429663,0.9229432751349214,0.15372517456988796,0.033252420253817944,0.8210630224491353,0.15372517456988796,0.34120705093357717,0.4095368843704672,0.15372517456988796,0.2727163359448814,0.3813504140801652,0.15372517456988796,0.07347316808726648,0.09744341120840683,0.5,0.15372517456988796,0.0533380592375477,0.1446226872012125,0.0,0.8740628703838219,0.9476425931783073 -8175,0.5,0.15372517456988796,0.12223487894313623,0.2627141224817164,0.15372517456988796,0.05254408446339972,0.7794427838166602,0.15372517456988796,0.23298007644299212,0.08696428225882731,0.15372517456988796,0.06927096741632735,0.03527809519445288,0.15372517456988796,0.006487816041689744,0.8101483777464968,0.15372517456988796,0.0036953123071632654,0.6866767220455579,0.15372517456988796,0.11427591034442654,0.5505458981615996,0.15372517456988796,0.08448444765033952,0.4278937081070155,0.5,0.15372517456988796,0.17063309931018408,0.19993054340236086,0.15372517456988796,0.0544537711478516,0.045322979886544254,0.5,0.15372517456988796,0.07247956820322281,0.11700008612935747,0.15372517456988796,0.1849586529675758,0.04081645827417904,0.15372517456988796,0.009992654142752822,0.917862445394332,0.15372517456988796,0.013586404791029637,0.8200397257397805,0.15372517456988796,0.1828398254174003,0.47789883540995304,0.15372517456988796,0.18514135334731444,0.44369229885006667,0.15372517456988796,0.03966532418721669,0.13464856383014934,0.5,0.15372517456988796,0.030849733249437034,0.15108045786524704,0.0,0.89129473651413,0.9095580370650171 -8176,0.5,0.15372517456988796,1.9521256583858694e-05,0.2818426057021862,0.15372517456988796,0.0005302151543242907,0.7950116256142158,0.15372517456988796,0.0,0.09440702816105402,0.15372517456988796,0.0,0.02502567876091245,0.15372517456988796,0.00017031495843668884,0.7950310471810726,0.15372517456988796,0.0007266218292814594,0.7033860825891816,0.15372517456988796,0.0004169421025711804,0.6138121659815192,0.15372517456988796,0.009502816249609244,0.47792120648722547,0.5,0.15372517456988796,0.030207993668937148,0.22914320567541704,0.15372517456988796,0.012652188151735288,0.0627511836161192,0.5,0.15372517456988796,0.017874257788380525,0.17963860647757926,0.15372517456988796,0.057421306613457235,0.0372918648327212,0.15372517456988796,0.00022768556474426352,0.9040767454158161,0.15372517456988796,0.00013654500723427076,0.7842655034921575,0.15372517456988796,0.00038329148434818966,0.5149337995194312,0.15372517456988796,0.0026920121400630884,0.4898687745332843,0.15372517456988796,6.0369588186965975e-05,0.1499016280020029,0.5,0.15372517456988796,0.0008412788660610553,0.15720207103898734,0.0,0.910235180205414,0.92617136567553 -8177,0.5,0.15372517456988796,0.0,0.3364292521409502,0.15372517456988796,0.0,0.8031462825715231,0.15372517456988796,0.0,0.12543095579313382,0.15372517456988796,0.0,0.03114556452957685,0.15372517456988796,0.0,0.734932859644605,0.15372517456988796,0.0,0.6815579223335306,0.15372517456988796,0.0,0.6991955054432805,0.15372517456988796,0.0,0.5070365192847903,0.5,0.15372517456988796,0.0,0.2546088957585857,0.15372517456988796,0.0,0.08874354644087187,0.5,0.15372517456988796,0.0,0.20985091653799876,0.15372517456988796,0.0,0.02885512423140485,0.15372517456988796,0.0,0.8218673757091344,0.15372517456988796,0.0,0.6456268705135579,0.15372517456988796,0.0,0.593996245095321,0.15372517456988796,0.0,0.5523089686170347,0.15372517456988796,0.0,0.18290162237097343,0.5,0.15372517456988796,0.0,0.143022029568176,0.0,0.9395398363773535,0.9246851612804226 -8178,0.5,0.15372517456988796,0.0,0.39009202512740004,0.15372517456988796,0.0,0.7663401223583299,0.15372517456988796,0.0,0.19501934147473976,0.15372517456988796,0.0,0.047380551894100786,0.15372517456988796,0.0,0.6534958737861247,0.15372517456988796,0.0,0.586922384946883,0.15372517456988796,0.0,0.7591588333286461,0.15372517456988796,0.0,0.5531321750944596,0.5,0.15372517456988796,0.0,0.28713226543341974,0.15372517456988796,0.0,0.09781776926884937,0.5,0.15372517456988796,0.0,0.2554038222518887,0.15372517456988796,0.0,0.02753805016167985,0.15372517456988796,0.0,0.6722051637280371,0.15372517456988796,0.0,0.48787605184197336,0.15372517456988796,0.0,0.681474378116913,0.15372517456988796,0.0,0.5963771515448658,0.15372517456988796,0.0,0.23609524767962303,0.5,0.15372517456988796,0.0,0.13811758622677686,0.0,0.962168298655918,0.9557910700763212 -8179,0.5,0.15372517456988796,0.0,0.43716041112218496,0.15372517456988796,0.0,0.6219972573242399,0.15372517456988796,0.0,0.30853956951055017,0.15372517456988796,0.0,0.07067361830816109,0.15372517456988796,0.0,0.5664853490460423,0.15372517456988796,0.0,0.49555959423441326,0.15372517456988796,0.0,0.7568778678157506,0.15372517456988796,0.0,0.5593812168083092,0.5,0.15372517456988796,0.0,0.34091105910568464,0.15372517456988796,0.0,0.09027279771985713,0.5,0.15372517456988796,0.0,0.2952870079975742,0.15372517456988796,0.0,0.03138177335414366,0.15372517456988796,0.0,0.4051927923910883,0.15372517456988796,0.0,0.3983072957875947,0.15372517456988796,0.0,0.7063125784715089,0.15372517456988796,0.0,0.6510944750127823,0.15372517456988796,0.0,0.27383699458986127,0.5,0.15372517456988796,0.0,0.140267238692935,0.0,0.9744068298685328,0.948038330563227 -8180,0.5,0.15372517456988796,0.0,0.4707837983425381,0.15372517456988796,0.0,0.603014206788122,0.15372517456988796,0.0,0.4392774659333771,0.15372517456988796,0.0,0.1008133208628822,0.15372517456988796,0.0,0.36946133284952154,0.15372517456988796,0.0,0.37028194077875415,0.15372517456988796,0.0,0.692327393333466,0.15372517456988796,0.0,0.525006239302283,0.5,0.15372517456988796,0.0,0.402912678779155,0.15372517456988796,0.0,0.07712822443097868,0.5,0.15372517456988796,0.0,0.2383051714980227,0.15372517456988796,0.0,0.03681031711431549,0.15372517456988796,0.0,0.3267804488377072,0.15372517456988796,0.0,0.32506171806496575,0.15372517456988796,0.0,0.6580948529304551,0.15372517456988796,0.0,0.6802918231769841,0.15372517456988796,0.0,0.28484294229197615,0.5,0.15372517456988796,0.0,0.13984860842331737,0.0,0.9673153487322206,0.9561237486597445 -8181,0.5,0.15372517456988796,0.0,0.48163051690155434,0.15372517456988796,0.0,0.4874789149245183,0.15372517456988796,0.0,0.5161989819602286,0.15372517456988796,0.0,0.13861762174208525,0.15372517456988796,0.0,0.20512355141746846,0.15372517456988796,0.0,0.18104139650759582,0.15372517456988796,0.0,0.5637233879095574,0.15372517456988796,0.0,0.41614290872674575,0.5,0.15372517456988796,0.0,0.4165763984759017,0.15372517456988796,0.0,0.08979816917962113,0.5,0.15372517456988796,0.0,0.1239731741303949,0.15372517456988796,0.0,0.053477311186668,0.15372517456988796,0.0,0.304221880478385,0.15372517456988796,0.0,0.2525201909958358,0.15372517456988796,0.0,0.5858357210399986,0.15372517456988796,0.0,0.6691589305169308,0.15372517456988796,0.0,0.2541844459835679,0.5,0.15372517456988796,0.0,0.12149692675698859,0.0,0.9317917289129011,0.934216533317074 -8182,0.5,0.15372517456988796,0.0,0.46127700486877893,0.15372517456988796,0.0,0.21767185502503164,0.15372517456988796,0.0,0.5549226447409601,0.15372517456988796,0.0,0.1814447023403448,0.15372517456988796,0.0,0.10612868583814727,0.15372517456988796,0.0,0.09050717680100226,0.15372517456988796,0.0,0.3803866901971878,0.15372517456988796,0.0,0.2789630373472024,0.5,0.15372517456988796,0.0,0.3686560622324957,0.15372517456988796,0.0,0.1402949500415983,0.5,0.15372517456988796,0.0,0.10672632247554648,0.15372517456988796,0.0,0.07969485369657459,0.15372517456988796,0.0,0.3146138173947874,0.15372517456988796,0.0,0.22705224384549982,0.15372517456988796,0.0,0.45201065086069786,0.15372517456988796,0.0,0.6087262997842062,0.15372517456988796,0.0,0.2147329874453371,0.5,0.15372517456988796,0.0,0.08133020711824807,0.0,0.8463203960775002,0.8585896043557831 -8183,0.5,0.15372517456988796,0.0,0.42713424719392556,0.15372517456988796,0.0,0.08774716156979633,0.15372517456988796,0.0,0.5694039532547448,0.15372517456988796,0.0,0.22834834279039695,0.15372517456988796,0.0,0.10032800051414645,0.15372517456988796,0.0,0.07547366533166612,0.15372517456988796,0.0,0.2942500928349833,0.15372517456988796,0.0,0.2006589469000999,0.5,0.15372517456988796,0.0,0.27408336662803207,0.15372517456988796,0.0,0.18450225223631575,0.5,0.15372517456988796,0.0,0.11419443717618813,0.15372517456988796,0.0,0.10953908681463032,0.15372517456988796,0.0,0.2988211430670855,0.15372517456988796,0.0,0.20714920866489817,0.15372517456988796,0.0,0.3130381977329405,0.15372517456988796,0.0,0.4902957632223213,0.15372517456988796,0.0,0.19592322797598252,0.5,0.15372517456988796,0.0,0.05343908758709912,0.0,0.7389095784359029,0.8503276812417436 -8184,0.5,0.15372517456988796,0.0,0.3640067958390093,0.15372517456988796,0.0,0.08202876872327716,0.15372517456988796,0.0,0.5799273367734689,0.15372517456988796,0.0,0.29265725970602713,0.15372517456988796,0.0,0.09439788914866713,0.15372517456988796,0.0,0.07728947687880036,0.15372517456988796,0.0,0.15009014957832906,0.15372517456988796,0.0,0.16896935731282148,0.5,0.15372517456988796,0.0,0.18698604389405818,0.15372517456988796,0.0,0.17590747007674834,0.5,0.15372517456988796,0.0,0.11019209332405223,0.15372517456988796,0.0,0.13354415651386106,0.15372517456988796,0.0,0.24600203171337817,0.15372517456988796,0.0,0.1862696158266009,0.15372517456988796,0.0,0.21121195312572077,0.15372517456988796,0.0,0.3855877578954877,0.15372517456988796,0.0,0.17784111832603244,0.5,0.15372517456988796,0.0,0.04837198734716937,0.0,0.6309523109277051,0.858346652155228 -8185,0.5,0.15372517456988796,0.0,0.28311542597111694,0.15372517456988796,0.0,0.08704483705812366,0.15372517456988796,0.0,0.54543243231081,0.15372517456988796,0.0,0.3237040639146963,0.15372517456988796,0.0,0.09362183495294762,0.15372517456988796,0.0,0.07489715258394748,0.15372517456988796,0.0,0.10111196518394026,0.15372517456988796,0.0,0.13308362377189514,0.5,0.15372517456988796,0.0,0.11954384500201479,0.15372517456988796,0.0,0.1493101834912746,0.5,0.15372517456988796,0.0,0.08797525280020539,0.15372517456988796,0.0,0.1358058670265702,0.15372517456988796,0.0,0.21590207799367653,0.15372517456988796,0.0,0.17426381239084004,0.15372517456988796,0.0,0.14409451091633757,0.15372517456988796,0.0,0.2884819170862265,0.15372517456988796,0.0,0.15892755208612508,0.5,0.15372517456988796,0.0,0.0470011517691832,0.0,0.4438439077817952,0.7671583876677043 -8186,0.5,0.15372517456988796,0.0,0.21643665954199703,0.15372517456988796,0.0,0.09017897431577204,0.15372517456988796,0.0,0.4847828364649076,0.15372517456988796,0.0,0.3614133595966895,0.15372517456988796,0.0,0.10869932241841732,0.15372517456988796,0.0,0.09353021420122679,0.15372517456988796,0.0,0.09640545219681133,0.15372517456988796,0.0,0.12578092252502554,0.5,0.15372517456988796,0.0,0.0776576129369784,0.15372517456988796,0.0,0.13392849188322917,0.5,0.15372517456988796,0.0,0.07603251447449631,0.15372517456988796,0.0,0.10946939051197566,0.15372517456988796,0.0,0.23099505273213256,0.15372517456988796,0.0,0.166315700425692,0.15372517456988796,0.0,0.109021493113337,0.15372517456988796,0.0,0.17677880675294572,0.15372517456988796,0.0,0.12863301035416078,0.5,0.15372517456988796,0.0,0.041363483839689484,0.0,0.41526100612909417,0.7814296674484246 -8187,0.5,0.15372517456988796,0.0,0.16917468759726534,0.15372517456988796,0.0,0.09782738815190974,0.15372517456988796,0.0,0.3723462125630621,0.15372517456988796,0.0,0.3924724199091082,0.15372517456988796,0.0,0.1419989005933926,0.15372517456988796,0.0,0.12547972353931885,0.15372517456988796,0.0,0.10238450218280049,0.15372517456988796,0.0,0.13143645123256475,0.5,0.15372517456988796,0.0,0.06830503635741422,0.15372517456988796,0.0,0.1268170085780847,0.5,0.15372517456988796,0.0,0.08649265710315257,0.15372517456988796,0.0,0.07719567414966327,0.15372517456988796,0.0,0.218289456124592,0.15372517456988796,0.0,0.19845458740837763,0.15372517456988796,0.0,0.09365919598012432,0.15372517456988796,0.0,0.09141826320589083,0.15372517456988796,0.0,0.10909481914671831,0.5,0.15372517456988796,0.0,0.03699891970125843,0.0,0.38217381781811754,0.9112056461938365 -8188,0.5,0.15372517456988796,0.0,0.1280992680088075,0.15372517456988796,0.0,0.11258598713993924,0.15372517456988796,0.0,0.2425666565869986,0.15372517456988796,0.0,0.3949115520989677,0.15372517456988796,0.0,0.16425031466097548,0.15372517456988796,0.0,0.15484198245783876,0.15372517456988796,0.0,0.10874467566111456,0.15372517456988796,0.0,0.15676658243373398,0.5,0.15372517456988796,0.0,0.08306776604892549,0.15372517456988796,0.0,0.11955563321434151,0.5,0.15372517456988796,0.0,0.11718828425673605,0.15372517456988796,0.0,0.054326697225760334,0.15372517456988796,0.0,0.18280402825412007,0.15372517456988796,0.0,0.23185755651587134,0.15372517456988796,0.0,0.08801624612738265,0.15372517456988796,0.0,0.04955333151804606,0.15372517456988796,0.0,0.0924072376440675,0.5,0.15372517456988796,0.0,0.034004090770689915,0.0,0.4118543539027796,0.8893940384003213 -8189,0.5,0.15372517456988796,0.0,0.10445565786035407,0.15372517456988796,0.0,0.1446785712086713,0.15372517456988796,0.0,0.15646244649081598,0.15372517456988796,0.0,0.37036871480607175,0.15372517456988796,0.0,0.19360536287503113,0.15372517456988796,0.0,0.17242175500295737,0.15372517456988796,0.0,0.12052388347864271,0.15372517456988796,0.0,0.16738051001811838,0.5,0.15372517456988796,0.0,0.0965041322851445,0.15372517456988796,0.0,0.10818143280546955,0.5,0.15372517456988796,0.0,0.1620770508564258,0.15372517456988796,0.0,0.042125676367225084,0.15372517456988796,0.0,0.2279574984780607,0.15372517456988796,0.0,0.28461003577348143,0.15372517456988796,0.0,0.09366976690974084,0.15372517456988796,0.0,0.03165121016489493,0.15372517456988796,0.0,0.07633698326870618,0.5,0.15372517456988796,0.0,0.030760839424062235,0.0,0.42974264145343716,0.8704346901284736 -8190,0.5,0.15372517456988796,0.0,0.09307651090628014,0.15372517456988796,0.0,0.1987790202077141,0.15372517456988796,0.0,0.11304739893596055,0.15372517456988796,0.0,0.2861384020444614,0.15372517456988796,0.0,0.25574642506003714,0.15372517456988796,0.0,0.18629753315941278,0.15372517456988796,0.0,0.1617796912972586,0.15372517456988796,0.0,0.15231528633657881,0.5,0.15372517456988796,0.0,0.09377071376047458,0.15372517456988796,0.0,0.09074638902673503,0.5,0.15372517456988796,0.0,0.1602175817660504,0.15372517456988796,0.0,0.04512506316118187,0.15372517456988796,0.0,0.27385775449467636,0.15372517456988796,0.0,0.2938099292602671,0.15372517456988796,0.0,0.11291193848247652,0.15372517456988796,0.0,0.036985935599204864,0.15372517456988796,0.0,0.06371295134424415,0.5,0.15372517456988796,0.0,0.031198849573882165,0.0,0.3495907114722018,0.8619569099356605 -8191,0.5,0.15372517456988796,0.0,0.09076310340288384,0.15372517456988796,0.0,0.3240321939322285,0.15372517456988796,0.0,0.0927337111584254,0.15372517456988796,0.0,0.21326465811792106,0.15372517456988796,0.0,0.30011469841635185,0.15372517456988796,0.0,0.17833436928635565,0.15372517456988796,0.0,0.2168433015081552,0.15372517456988796,0.0,0.1462862826290106,0.5,0.15372517456988796,0.0,0.08731146333018143,0.15372517456988796,0.0,0.0833541198922311,0.5,0.15372517456988796,0.0,0.11636940149924635,0.15372517456988796,0.0,0.0639252010232427,0.15372517456988796,0.0,0.2853479684529784,0.15372517456988796,0.0,0.30887514893452517,0.15372517456988796,0.0,0.14628652367628017,0.15372517456988796,0.0,0.04935217239618405,0.15372517456988796,0.0,0.056492470603764784,0.5,0.15372517456988796,0.0,0.02842614618166099,0.0,0.40494514254068426,0.859432111901198 -8192,0.5,0.15372517456988796,0.0,0.09086565467094036,0.15372517456988796,0.0,0.27593097871925143,0.15372517456988796,0.0,0.08800299114297735,0.15372517456988796,0.0,0.13826705933244962,0.15372517456988796,0.0,0.3490944886258913,0.15372517456988796,0.0,0.20223145084719577,0.15372517456988796,0.0,0.28279194986435585,0.15372517456988796,0.0,0.1822322244984671,0.5,0.15372517456988796,0.0,0.07457906849273667,0.15372517456988796,0.0,0.10279977626169984,0.5,0.15372517456988796,0.0,0.1051238431111144,0.15372517456988796,0.0,0.09204628731536249,0.15372517456988796,0.0,0.23304532541988537,0.15372517456988796,0.0,0.3464091962672224,0.15372517456988796,0.0,0.18834878610648853,0.15372517456988796,0.0,0.06526273410663608,0.15372517456988796,0.0,0.05718173606001725,0.5,0.15372517456988796,0.0,0.035555266289680414,0.0,0.4626759370126886,0.8391040144878035 -8193,0.5,0.15372517456988796,0.0009141487901121268,0.0997191879351333,0.15372517456988796,0.0,0.2828894801415752,0.15372517456988796,0.0013854686627543728,0.08246540190601821,0.15372517456988796,0.0014350821962596692,0.09033134148442268,0.15372517456988796,0.0,0.38701344115513236,0.15372517456988796,0.0,0.22580363251664018,0.15372517456988796,0.0,0.3136661766658725,0.15372517456988796,8.767114456948528e-06,0.19073864713550062,0.5,0.15372517456988796,0.0006596227316693764,0.05999959039329995,0.15372517456988796,0.0019846711518490784,0.12700919759714444,0.5,0.15372517456988796,0.0011461412167191969,0.10887624414959483,0.15372517456988796,0.0014971208790427815,0.0944933291677291,0.15372517456988796,0.0,0.27091226178617867,0.15372517456988796,0.0,0.3339610973047904,0.15372517456988796,5.601111398335531e-05,0.22886186780170592,0.15372517456988796,0.0005116930332197325,0.0906720896485563,0.15372517456988796,0.0017914440870979995,0.06602322057186889,0.5,0.15372517456988796,0.007281456193324716,0.050524100037284504,0.0,0.48710711206650725,0.8653918986333928 -8194,0.5,0.15372517456988796,0.05340484157158736,0.10436981493316282,0.15372517456988796,0.07156410958403045,0.3643098587678015,0.15372517456988796,0.04462918171701806,0.08098406558802289,0.15372517456988796,0.01873022135564952,0.07167334106914723,0.15372517456988796,0.004666136010760275,0.39426174548793225,0.15372517456988796,0.014103634712809341,0.23695225846495527,0.15372517456988796,0.011224324132606649,0.3297091773309794,0.15372517456988796,0.011967027532778798,0.15636452990040695,0.5,0.15372517456988796,0.04568163824827118,0.05527295599947439,0.15372517456988796,0.021613603899559117,0.14173198028007,0.5,0.15372517456988796,0.02603256575218433,0.10356100244744616,0.15372517456988796,0.02405194334355392,0.09276402947503072,0.15372517456988796,0.020497366840634218,0.26214998304900994,0.15372517456988796,0.013990509104462513,0.3176746174942346,0.15372517456988796,0.023294422056808962,0.26225293420157403,0.15372517456988796,0.03026175273413334,0.10896478136250687,0.15372517456988796,0.024469919840236627,0.0786981782607799,0.5,0.15372517456988796,0.03320439043298314,0.07691113044290494,0.0,0.419658857111845,0.9001933768731811 -8195,0.5,0.15372517456988796,0.12567705556375436,0.12753626702434842,0.15372517456988796,0.10022176242471348,0.2983236059904993,0.15372517456988796,0.1268247576948265,0.08743577487881955,0.15372517456988796,0.06806533068222533,0.0616856207449981,0.15372517456988796,0.016117695870382472,0.41675562407057776,0.15372517456988796,0.05103544492925351,0.2752953912446966,0.15372517456988796,0.040559365622441536,0.34759906535138935,0.15372517456988796,0.04844528691827575,0.174985939428699,0.5,0.15372517456988796,0.11218455398895957,0.056771185532514284,0.15372517456988796,0.05347692495822391,0.13752912672272682,0.5,0.15372517456988796,0.07319348323561206,0.12314411648203068,0.15372517456988796,0.05728620291671549,0.10041152783315925,0.15372517456988796,0.04709046243092913,0.2395026754168435,0.15372517456988796,0.039624677857755655,0.35084704964959335,0.15372517456988796,0.047731298732690636,0.318396591242149,0.15372517456988796,0.0670313952044237,0.12691706782163498,0.15372517456988796,0.055431404526616594,0.09485270707676625,0.5,0.15372517456988796,0.06277768739624201,0.12087247775157317,0.0,0.38133697054001403,0.8679611666648127 -8196,0.5,0.15372517456988796,0.24008401742461072,0.16540306758439485,0.15372517456988796,0.14900109593572736,0.3675499089462741,0.15372517456988796,0.18005234192559638,0.10136176638664779,0.15372517456988796,0.12943376308870808,0.06298789145181903,0.15372517456988796,0.023769382672919108,0.43590431941901536,0.15372517456988796,0.09385441689230493,0.32359220406234473,0.15372517456988796,0.055502627982979856,0.38265533302344557,0.15372517456988796,0.09349202104465928,0.2045782064297305,0.5,0.15372517456988796,0.17008786204805365,0.07285642762242114,0.15372517456988796,0.07837643877261039,0.11477864295524727,0.5,0.15372517456988796,0.08541413531690267,0.14792192065357074,0.15372517456988796,0.07515900337215117,0.10877269083300452,0.15372517456988796,0.06981856158189877,0.23960725840408204,0.15372517456988796,0.05201878738245635,0.3972611895243509,0.15372517456988796,0.05622120702648337,0.3868901263690234,0.15372517456988796,0.09937201568267304,0.15793325739167968,0.15372517456988796,0.08913624508241448,0.11647028583193149,0.5,0.15372517456988796,0.08154348935083838,0.1380923847109419,0.0,0.6046206499862478,0.8662944774310117 -8197,0.5,0.15372517456988796,0.27679403029395505,0.20068173451413263,0.15372517456988796,0.17979184455792138,0.4237754781823033,0.15372517456988796,0.1768671729188655,0.1304852461321209,0.15372517456988796,0.18875018181205397,0.0781261189485126,0.15372517456988796,0.02859759404924186,0.46812655206231435,0.15372517456988796,0.07676844385139077,0.3553570233019463,0.15372517456988796,0.06850412257708774,0.43823237016987665,0.15372517456988796,0.09505807236278094,0.2116934605242426,0.5,0.15372517456988796,0.2105136954195293,0.08042632619551204,0.15372517456988796,0.08262764394443001,0.09257762885110953,0.5,0.15372517456988796,0.06730608449507125,0.13127600743730336,0.15372517456988796,0.08489497999381886,0.11217324783887221,0.15372517456988796,0.05509078308160544,0.22904223141304855,0.15372517456988796,0.03534815716098666,0.3835818562098839,0.15372517456988796,0.060573867585563365,0.4155419823020511,0.15372517456988796,0.07608621996761988,0.19382791565453192,0.15372517456988796,0.09859559085980693,0.12240449191753874,0.5,0.15372517456988796,0.07947590287270775,0.139083927385205,0.0,0.5876689295989928,0.742728768327265 -8198,0.5,0.15372517456988796,0.20943153852046278,0.20892018330306417,0.15372517456988796,0.06887592398572347,0.4556688870033163,0.15372517456988796,0.09070464412635104,0.18102213482619153,0.15372517456988796,0.1896084188003335,0.09091245246526544,0.15372517456988796,0.024109045840816825,0.49381584116055144,0.15372517456988796,0.09154657429271638,0.3519033987668925,0.15372517456988796,0.07812718250868422,0.4683304956596069,0.15372517456988796,0.07001298389027835,0.20045027778906102,0.5,0.15372517456988796,0.14471379379457477,0.09482591500255957,0.15372517456988796,0.07422719957409839,0.07082897151082945,0.5,0.15372517456988796,0.06421381760719513,0.09760429435063724,0.15372517456988796,0.08040418677817948,0.0993106417937531,0.15372517456988796,0.05003130091879773,0.21738053489921713,0.15372517456988796,0.05134087683862282,0.35620382107732995,0.15372517456988796,0.06125532199798009,0.4063608769237184,0.15372517456988796,0.05446589931396391,0.20546718673196665,0.15372517456988796,0.07551466550527054,0.12072534076489559,0.5,0.15372517456988796,0.06683634350651985,0.12644946619548028,0.0,0.5279779884360332,0.6181561124158726 -8199,0.5,0.15372517456988796,0.09800379160568812,0.19276900969745753,0.15372517456988796,0.024866082662880644,0.3368861234329197,0.15372517456988796,0.038403111041160835,0.18322694586545923,0.15372517456988796,0.10040696159934667,0.09647195319653266,0.15372517456988796,0.04847250451743317,0.47354377983344764,0.15372517456988796,0.07376940358286987,0.3481171121437914,0.15372517456988796,0.04429544217332701,0.4804468446472,0.15372517456988796,0.06958598101889786,0.20506191120020648,0.5,0.15372517456988796,0.07357373409253534,0.11032766928602111,0.15372517456988796,0.044791558321702826,0.050508364471979386,0.5,0.15372517456988796,0.0468544870389541,0.0931163700632754,0.15372517456988796,0.0527560051048933,0.09044522812897755,0.15372517456988796,0.04013306191726103,0.216859211435313,0.15372517456988796,0.04293945170278843,0.34431838214397326,0.15372517456988796,0.037097989281411066,0.38390837172851566,0.15372517456988796,0.02564082039875199,0.17474012406932146,0.15372517456988796,0.0379587755186292,0.12109077293061736,0.5,0.15372517456988796,0.042047847143799055,0.08994520447784474,0.0,0.5134152138988577,0.602247246079833 -8200,0.5,0.15372517456988796,0.0,0.1721347028828893,0.15372517456988796,0.0,0.3047853544997741,0.15372517456988796,0.0,0.13173136525150575,0.15372517456988796,0.0,0.08964795315356247,0.15372517456988796,0.0,0.4198103146528318,0.15372517456988796,0.008508589917962023,0.3338237320360177,0.15372517456988796,0.00011023128877412512,0.44303728509290946,0.15372517456988796,0.013125133163290479,0.174382445861037,0.5,0.15372517456988796,0.022392502476303047,0.11691633697684367,0.15372517456988796,0.008870066502553928,0.03797497470197987,0.5,0.15372517456988796,0.008935985513573564,0.09145049647259612,0.15372517456988796,0.013822715905953284,0.09074046585816727,0.15372517456988796,0.0,0.23632388912108868,0.15372517456988796,0.00025057567711154186,0.3956286588017789,0.15372517456988796,0.0004017314543516385,0.35358747094204607,0.15372517456988796,0.0004952958413757455,0.15566097557321887,0.15372517456988796,3.702132824397245e-05,0.11471719568596536,0.5,0.15372517456988796,0.0008098723203297153,0.058833529527908865,0.0,0.4413148165981574,0.6076207549178555 -8201,0.5,0.15372517456988796,0.0,0.15886395439169745,0.15372517456988796,0.0,0.3001872849016511,0.15372517456988796,0.0,0.11428492782613987,0.15372517456988796,0.0,0.08459691266760165,0.15372517456988796,0.0,0.4048666844025966,0.15372517456988796,0.0,0.3126821531157633,0.15372517456988796,0.0,0.37907196827435324,0.15372517456988796,0.0,0.14543470824548696,0.5,0.15372517456988796,0.0,0.09031534861225643,0.15372517456988796,0.0,0.035156753537086985,0.5,0.15372517456988796,0.0,0.08388986631195405,0.15372517456988796,0.0,0.08888346385054413,0.15372517456988796,0.0,0.23748049119110626,0.15372517456988796,0.0,0.44175988875402605,0.15372517456988796,0.0,0.36800997104074906,0.15372517456988796,0.0,0.15079573168224802,0.15372517456988796,0.0,0.09905233554896892,0.5,0.15372517456988796,0.0,0.05774428935430941,0.0,0.3663415139465246,0.5576139194474786 -8202,0.5,0.15372517456988796,0.0,0.15342556503222954,0.15372517456988796,0.0,0.3155727060263893,0.15372517456988796,0.0,0.11102786988734392,0.15372517456988796,0.0,0.08063492947410154,0.15372517456988796,0.0,0.43059938774464035,0.15372517456988796,0.0,0.29273265566691636,0.15372517456988796,0.0,0.3257402593089354,0.15372517456988796,0.0,0.12416420414731404,0.5,0.15372517456988796,0.0,0.05197544901536393,0.15372517456988796,0.0,0.039434602015683266,0.5,0.15372517456988796,0.0,0.07696591509498686,0.15372517456988796,0.0,0.0912928809971644,0.15372517456988796,0.0,0.2316007137103392,0.15372517456988796,0.0,0.42592672052589475,0.15372517456988796,0.0,0.3910609272244783,0.15372517456988796,0.0,0.15581076538820088,0.15372517456988796,0.0,0.08862525956984825,0.5,0.15372517456988796,0.0,0.08032016079554638,0.0,0.3110451015326794,0.5818740436315066 -8203,0.5,0.15372517456988796,0.0,0.14698966783850403,0.15372517456988796,0.0,0.3614337212662673,0.15372517456988796,0.0,0.11326085440970521,0.15372517456988796,0.0,0.08126537895236054,0.15372517456988796,0.0,0.4194659456099744,0.15372517456988796,0.0,0.26918897251805207,0.15372517456988796,0.0,0.2876822278820842,0.15372517456988796,0.0,0.10896594119463246,0.5,0.15372517456988796,0.0,0.028553042265568658,0.15372517456988796,0.0,0.04996400241590079,0.5,0.15372517456988796,0.0,0.05189956568746477,0.15372517456988796,0.0,0.07761796589438046,0.15372517456988796,0.0,0.21641825406242618,0.15372517456988796,0.0,0.3421415347480362,0.15372517456988796,0.0,0.36633252434903535,0.15372517456988796,0.0,0.14183347540223193,0.15372517456988796,0.0,0.08364786534990795,0.5,0.15372517456988796,0.0,0.09477871777806929,0.0,0.26388279387090186,0.6449612475362262 -8204,0.5,0.15372517456988796,0.0,0.14438852483891268,0.15372517456988796,0.0,0.3731373298775739,0.15372517456988796,0.0,0.11832742697925627,0.15372517456988796,0.0,0.07950671875021982,0.15372517456988796,0.0,0.3165905455017985,0.15372517456988796,0.0,0.24283410807984862,0.15372517456988796,0.0,0.2773670623809237,0.15372517456988796,0.0,0.10236418635253211,0.5,0.15372517456988796,0.0,0.020115421661016573,0.15372517456988796,0.0,0.07041949174395547,0.5,0.15372517456988796,0.0,0.048318505492285516,0.15372517456988796,0.0,0.05095851586327091,0.15372517456988796,0.0,0.1943366815302106,0.15372517456988796,0.0,0.27067747422247845,0.15372517456988796,0.0,0.28906434966519107,0.15372517456988796,0.0,0.1211717498552701,0.15372517456988796,0.0,0.07892022121484316,0.5,0.15372517456988796,0.0,0.10656978327728883,0.0,0.3427902865737922,0.428883657274689 -8205,0.5,0.15372517456988796,0.0,0.13807119413201085,0.15372517456988796,0.0,0.3205897470507829,0.15372517456988796,0.0,0.12868434857213232,0.15372517456988796,0.0,0.0804439826482874,0.15372517456988796,0.0,0.22045242568338963,0.15372517456988796,0.0,0.207756353012454,0.15372517456988796,0.0,0.26222804668604344,0.15372517456988796,0.0,0.10826474370075964,0.5,0.15372517456988796,0.0,0.014956564197639936,0.15372517456988796,0.0,0.08301970183258836,0.5,0.15372517456988796,0.0,0.05925510717791,0.15372517456988796,0.0,0.029950101445227528,0.15372517456988796,0.0,0.19011121014324955,0.15372517456988796,0.0,0.23062439157430434,0.15372517456988796,0.0,0.20346615236994242,0.15372517456988796,0.0,0.0869286105939541,0.15372517456988796,0.0,0.07211957238645816,0.5,0.15372517456988796,0.0,0.11308644475792652,0.0,0.3941077720318955,0.3126132474147229 -8206,0.5,0.15372517456988796,0.0,0.13434817566155668,0.15372517456988796,0.0,0.2442332691271721,0.15372517456988796,0.0,0.11873436635898127,0.15372517456988796,0.0,0.08673936059798101,0.15372517456988796,0.0,0.20950175733287843,0.15372517456988796,0.0,0.17320511776454145,0.15372517456988796,0.0,0.22936246602989968,0.15372517456988796,0.0,0.10971179272961765,0.5,0.15372517456988796,0.0,0.015399282793352113,0.15372517456988796,0.0,0.055525524435219416,0.5,0.15372517456988796,0.0,0.07083360199329465,0.15372517456988796,0.0,0.019992986097046354,0.15372517456988796,0.0,0.1814779325045468,0.15372517456988796,0.0,0.21264984168061463,0.15372517456988796,0.0,0.16599763808087226,0.15372517456988796,0.0,0.07739636945401601,0.15372517456988796,0.0,0.061003308671859276,0.5,0.15372517456988796,0.0,0.10811279374622719,0.0,0.3685492695497351,0.5142759372828227 -8207,0.5,0.15372517456988796,0.0,0.12458457621713315,0.15372517456988796,0.0,0.1905234253331298,0.15372517456988796,0.0,0.09406112718420333,0.15372517456988796,0.0,0.09446821322053613,0.15372517456988796,0.0,0.18185147136468052,0.15372517456988796,0.0,0.13775418213921264,0.15372517456988796,0.0,0.1866677579607861,0.15372517456988796,0.0,0.09815955163966082,0.5,0.15372517456988796,0.0,0.014854442345617504,0.15372517456988796,0.0,0.03768934150194736,0.5,0.15372517456988796,0.0,0.05624297663910037,0.15372517456988796,0.0,0.019826171298903884,0.15372517456988796,0.0,0.16804014104646217,0.15372517456988796,0.0,0.18781295985440918,0.15372517456988796,0.0,0.15469405839037567,0.15372517456988796,0.0,0.06695136424690253,0.15372517456988796,0.0,0.04762519357496684,0.5,0.15372517456988796,0.0,0.09870827495228807,0.0,0.3085004348284015,0.5891117547008794 -8208,0.5,0.15372517456988796,0.0,0.11391888519091439,0.15372517456988796,0.0,0.2206522484621252,0.15372517456988796,0.0,0.07441727220138357,0.15372517456988796,0.0,0.10022760596960252,0.15372517456988796,0.0,0.13609576178208369,0.15372517456988796,0.0,0.09166069217557851,0.15372517456988796,0.0,0.15036478770037162,0.15372517456988796,0.0,0.08369004098143246,0.5,0.15372517456988796,0.0,0.011867768760087325,0.15372517456988796,0.0,0.028343680668415146,0.5,0.15372517456988796,0.0,0.046331888230472594,0.15372517456988796,0.0,0.019112746232882713,0.15372517456988796,0.0,0.155645486791107,0.15372517456988796,0.0,0.1790268646695049,0.15372517456988796,0.0,0.15482698618646115,0.15372517456988796,0.0,0.058461170907635,0.15372517456988796,0.0,0.037951576304216826,0.5,0.15372517456988796,0.0,0.08671021483051936,0.0,0.26315993101187507,0.7824337451533763 -8209,0.5,0.15372517456988796,0.0,0.10765042717530511,0.15372517456988796,0.0,0.19693582545055607,0.15372517456988796,0.0,0.0718610785384299,0.15372517456988796,0.0,0.09483508500296847,0.15372517456988796,0.0,0.1204352940472435,0.15372517456988796,0.0,0.06533383705174807,0.15372517456988796,0.0,0.11829384052836044,0.15372517456988796,0.0,0.060770342500726854,0.5,0.15372517456988796,0.0,0.008379149400309987,0.15372517456988796,0.0,0.020829644551381594,0.5,0.15372517456988796,0.0,0.03680713600479259,0.15372517456988796,0.0,0.018096908401263184,0.15372517456988796,0.0,0.15914186553924184,0.15372517456988796,0.0,0.16494852673083757,0.15372517456988796,0.0,0.15508046505006848,0.15372517456988796,0.0,0.05266750968341756,0.15372517456988796,0.0,0.03497222270345004,0.5,0.15372517456988796,0.0,0.07255181659718214,0.0,0.19618947074460108,0.8822905021363359 -8210,0.5,0.15372517456988796,0.0,0.10373698926725813,0.15372517456988796,0.0,0.221386557208552,0.15372517456988796,0.0,0.08105198762792298,0.15372517456988796,0.0,0.08519541980570221,0.15372517456988796,0.0,0.12413007189433833,0.15372517456988796,0.0,0.052196830641393833,0.15372517456988796,0.0,0.08945233219244283,0.15372517456988796,0.0,0.03656348520178296,0.5,0.15372517456988796,0.0,0.006595625354172839,0.15372517456988796,0.0,0.019276504097264592,0.5,0.15372517456988796,0.0,0.020536464635320703,0.15372517456988796,0.0,0.01462690703355189,0.15372517456988796,0.0,0.12596815914134937,0.15372517456988796,0.0,0.15325307971272256,0.15372517456988796,0.0,0.13595863419226065,0.15372517456988796,0.0,0.04488765960831974,0.15372517456988796,0.0,0.033468750045876204,0.5,0.15372517456988796,0.0,0.06070981033553707,0.0,0.17545500305212505,0.8420021198074967 -8211,0.5,0.15372517456988796,0.0,0.0998057804225655,0.15372517456988796,0.0,0.2276121634061065,0.15372517456988796,0.0,0.09098239450946981,0.15372517456988796,0.0,0.07476428296719938,0.15372517456988796,0.0,0.12350271971966537,0.15372517456988796,0.0,0.0613442883046678,0.15372517456988796,0.0,0.07561918990307778,0.15372517456988796,0.0,0.030250651106717746,0.5,0.15372517456988796,0.0,0.006192311796385259,0.15372517456988796,0.0,0.019618276176899326,0.5,0.15372517456988796,0.0,0.012475471934899566,0.15372517456988796,0.0,0.013805537065413098,0.15372517456988796,0.0,0.09893160966253035,0.15372517456988796,0.0,0.17119198582349382,0.15372517456988796,0.0,0.11392159071104477,0.15372517456988796,0.0,0.0390131582253016,0.15372517456988796,0.0,0.03634668048895992,0.5,0.15372517456988796,0.0,0.06229706519845804,0.0,0.19615412507478122,0.7265000513365506 -8212,0.5,0.15372517456988796,0.0,0.0939767500050208,0.15372517456988796,0.0,0.19499365081141676,0.15372517456988796,0.0,0.08825365869275295,0.15372517456988796,0.0,0.06065413752406575,0.15372517456988796,0.0,0.1297204998816956,0.15372517456988796,0.0,0.071850575178601,0.15372517456988796,0.0,0.06720028538064646,0.15372517456988796,0.0,0.03282313789045927,0.5,0.15372517456988796,0.0,0.006443235264819451,0.15372517456988796,0.0,0.019045182847088785,0.5,0.15372517456988796,0.0,0.007781358622210494,0.15372517456988796,0.0,0.011343396304520309,0.15372517456988796,0.0,0.0800059489017072,0.15372517456988796,0.0,0.1732101924557009,0.15372517456988796,0.0,0.09877674751759069,0.15372517456988796,0.0,0.03767025986696626,0.15372517456988796,0.0,0.03734553232708407,0.5,0.15372517456988796,0.0,0.054879759313954266,0.0,0.22633001134975356,0.5710993668433622 -8213,0.5,0.15372517456988796,0.0,0.08732793350140014,0.15372517456988796,0.0,0.13207740429795828,0.15372517456988796,0.0,0.07249560337640201,0.15372517456988796,0.0,0.04859852945465379,0.15372517456988796,0.0,0.13678733145219374,0.15372517456988796,0.0,0.08625737414142139,0.15372517456988796,0.0,0.07132021379787946,0.15372517456988796,0.0,0.03410399507673802,0.5,0.15372517456988796,0.0,0.00788429033446693,0.15372517456988796,0.0,0.019929021961543926,0.5,0.15372517456988796,0.0,0.006006115070581776,0.15372517456988796,0.0,0.007102425440619475,0.15372517456988796,0.0,0.07223252417995374,0.15372517456988796,0.0,0.1770413372524153,0.15372517456988796,0.0,0.09325093199828914,0.15372517456988796,0.0,0.039185091592265416,0.15372517456988796,0.0,0.039127606444224486,0.5,0.15372517456988796,0.0,0.041267709095458176,0.0,0.2763214238072127,0.3898562633222407 -8214,0.5,0.15372517456988796,0.0,0.0823643410630103,0.15372517456988796,0.0,0.093278715793898,0.15372517456988796,0.0,0.05780538590414899,0.15372517456988796,0.0,0.03883407347318605,0.15372517456988796,0.0,0.13623594255253127,0.15372517456988796,0.0,0.09619731251163252,0.15372517456988796,0.0,0.09494917638423528,0.15372517456988796,0.0,0.03297945160583189,0.5,0.15372517456988796,0.0,0.007836075414903955,0.15372517456988796,0.0,0.015796293265633535,0.5,0.15372517456988796,0.0,0.004363638861595914,0.15372517456988796,0.0,0.005003855934657234,0.15372517456988796,0.0,0.07072625329278172,0.15372517456988796,0.0,0.16017507492383687,0.15372517456988796,0.0,0.10425157594249315,0.15372517456988796,0.0,0.042412986011239585,0.15372517456988796,0.0,0.02886884646328913,0.5,0.15372517456988796,0.0,0.028167365133479026,0.0,0.3148815832833243,0.23733007156555144 -8215,0.5,0.15372517456988796,0.0,0.07817212766308822,0.15372517456988796,0.0,0.05820295261328221,0.15372517456988796,0.0,0.05221383553540816,0.15372517456988796,0.0,0.033186691281528284,0.15372517456988796,0.0,0.10991337654487478,0.15372517456988796,0.0,0.09002733680092946,0.15372517456988796,0.0,0.12585687785887012,0.15372517456988796,0.0,0.02994241125892358,0.5,0.15372517456988796,0.0,0.00658733600013018,0.15372517456988796,0.0,0.013370692782997719,0.5,0.15372517456988796,0.0,0.004189337399031331,0.15372517456988796,0.0,0.002782679201574552,0.15372517456988796,0.0,0.07009657116631048,0.15372517456988796,0.0,0.11669392370422749,0.15372517456988796,0.0,0.11593035078306563,0.15372517456988796,0.0,0.041731643680249585,0.15372517456988796,0.0,0.016252588195686445,0.5,0.15372517456988796,0.0,0.022988832410074857,0.0,0.34941300764437566,0.15607771874605475 -8216,0.5,0.15372517456988796,0.0,0.0763979539821378,0.15372517456988796,0.0,0.03097714419026033,0.15372517456988796,0.0,0.05090268759162979,0.15372517456988796,0.0,0.03079087260560785,0.15372517456988796,0.0,0.08700274461692725,0.15372517456988796,0.0,0.07558873423087618,0.15372517456988796,0.0,0.1568956915266208,0.15372517456988796,0.0,0.03188864061650551,0.5,0.15372517456988796,0.0,0.005325432479175322,0.15372517456988796,0.0,0.012643199116608465,0.5,0.15372517456988796,0.0,0.003885598495872693,0.15372517456988796,0.0,0.0016059096117945822,0.15372517456988796,0.0,0.04942609637741656,0.15372517456988796,0.0,0.07688655012838137,0.15372517456988796,0.0,0.12224616524496766,0.15372517456988796,0.0,0.041947220649344884,0.15372517456988796,0.0,0.009414809478567661,0.5,0.15372517456988796,0.0,0.020871417832320077,0.0,0.3931364482859459,0.11382224183894783 -8217,0.5,0.15372517456988796,0.0007831151537570747,0.07420719919138617,0.15372517456988796,0.0,0.012823446515224778,0.15372517456988796,0.002478833357586965,0.04703414888465712,0.15372517456988796,0.00398689826602051,0.030261120220026444,0.15372517456988796,0.0,0.06324777890053936,0.15372517456988796,0.0,0.058941319830453476,0.15372517456988796,0.0,0.1733388191993584,0.15372517456988796,1.5007141497905397e-06,0.03177228059035979,0.5,0.15372517456988796,0.0006411208518566731,0.005981519274394107,0.15372517456988796,0.0039433887442070995,0.008957546239691347,0.5,0.15372517456988796,0.004172974608768433,0.003070684951963546,0.15372517456988796,0.0036265369386405074,0.0016700244980490933,0.15372517456988796,0.0,0.024627647421188982,0.15372517456988796,0.0,0.049958263347974805,0.15372517456988796,4.3575509796860836e-05,0.11422361294520608,0.15372517456988796,0.000446110123943889,0.04333353590322977,0.15372517456988796,0.004096768345689962,0.00586749415418493,0.5,0.15372517456988796,0.007061244346524662,0.01896087896110159,0.0,0.36343743787541116,0.07176489222341673 -8218,0.5,0.15372517456988796,0.026714376297802416,0.07248732387993248,0.15372517456988796,0.00941593397452371,0.007365853161293808,0.15372517456988796,0.05843963727034948,0.04327178180493224,0.15372517456988796,0.06512317163067612,0.031054816569047117,0.15372517456988796,0.003544938988504532,0.041168227614132295,0.15372517456988796,0.0060327933150886495,0.0424748041268299,0.15372517456988796,0.017576367822146936,0.1804022556246061,0.15372517456988796,0.02732236560078094,0.0290152061133826,0.5,0.15372517456988796,0.039490553194963196,0.007456801182803417,0.15372517456988796,0.0692155239337227,0.00849589952580568,0.5,0.15372517456988796,0.11754228456329645,0.003205103447945134,0.15372517456988796,0.07467898458216295,0.0022323473896793517,0.15372517456988796,0.026206929493457466,0.013185196485649883,0.15372517456988796,0.005750677672606718,0.032422072403175586,0.15372517456988796,0.03556687837751905,0.10831974149180183,0.15372517456988796,0.061984154305245155,0.05256748556739963,0.15372517456988796,0.08493277556694165,0.008100392856192884,0.5,0.15372517456988796,0.05397994705477811,0.02099719911922049,0.0,0.23941343364589368,0.07128034573329257 -8219,0.5,0.15372517456988796,0.06047731440533055,0.07968058640916802,0.15372517456988796,0.040150625584726665,0.00444225092144363,0.15372517456988796,0.1236052537776932,0.04608430164539508,0.15372517456988796,0.10909024213653598,0.035399372878881515,0.15372517456988796,0.021516524932505998,0.02380864930536743,0.15372517456988796,0.02800624429779834,0.03342712314277581,0.15372517456988796,0.045896336484234045,0.1861534086991914,0.15372517456988796,0.06274182831253845,0.027400552803984145,0.5,0.15372517456988796,0.09120764564237155,0.009662945277283237,0.15372517456988796,0.20613943118445377,0.008867528510322308,0.5,0.15372517456988796,0.20746855552479004,0.004781127854875966,0.15372517456988796,0.1638397912913734,0.0027361841635887623,0.15372517456988796,0.08457791605212622,0.012165083695276656,0.15372517456988796,0.018371234811984976,0.023812021163267832,0.15372517456988796,0.073341875977815,0.1097478167530726,0.15372517456988796,0.18447276436720209,0.06709208450356953,0.15372517456988796,0.16088080728732318,0.01625882519581424,0.5,0.15372517456988796,0.1010267031459807,0.025272885014272804,0.0,0.1828620807448599,0.09799949844742924 -8220,0.5,0.15372517456988796,0.1118251805006236,0.091969782171717,0.15372517456988796,0.09510304920744336,0.005330424840340593,0.15372517456988796,0.18696125807588715,0.05628991288302314,0.15372517456988796,0.10225393210769698,0.04143023990823783,0.15372517456988796,0.10285481862977017,0.015867232784512377,0.15372517456988796,0.056774797446797795,0.03523358866092515,0.15372517456988796,0.06297161470365953,0.14947660863106652,0.15372517456988796,0.0917962526649356,0.029530582384477873,0.5,0.15372517456988796,0.11571313489661891,0.010120340021723965,0.15372517456988796,0.27600636965982467,0.008546254824817098,0.5,0.15372517456988796,0.19310592847194794,0.008206102220892991,0.15372517456988796,0.21784654328995257,0.004226562556813037,0.15372517456988796,0.08810476809460326,0.014301061940137964,0.15372517456988796,0.04680090915046767,0.027331988378072207,0.15372517456988796,0.07322537636827527,0.11321222237342767,0.15372517456988796,0.2686642009883823,0.07371439055642769,0.15372517456988796,0.1886480051934642,0.02220263719527428,0.5,0.15372517456988796,0.08516590451847757,0.021339967149430445,0.0,0.14832551185425497,0.19611907318041605 -8221,0.5,0.15372517456988796,0.12071104617404779,0.09764188278209855,0.15372517456988796,0.10782400064412642,0.0024644640997823325,0.15372517456988796,0.2142041995447561,0.07033038892150438,0.15372517456988796,0.09770168057927633,0.04184891503297262,0.15372517456988796,0.23225500263781113,0.016435274651179842,0.15372517456988796,0.07856853817813113,0.044701873124774305,0.15372517456988796,0.09427407701221963,0.1603918066651433,0.15372517456988796,0.12013503916011242,0.02945967849938446,0.5,0.15372517456988796,0.13054802239759375,0.009628487873740156,0.15372517456988796,0.3069456887134895,0.0063272792517362455,0.5,0.15372517456988796,0.15542196988721743,0.012668915091861835,0.15372517456988796,0.20958684020551874,0.004945879859447659,0.15372517456988796,0.09936415602142606,0.03148587837013726,0.15372517456988796,0.11630567192760441,0.04285658715857541,0.15372517456988796,0.06528517515121178,0.10163553764967764,0.15372517456988796,0.2946847324309865,0.0875485761512476,0.15372517456988796,0.16501656639944462,0.024298512496707766,0.5,0.15372517456988796,0.08789776144751697,0.015558375303230041,0.0,0.12310276073734772,0.4005408035895368 -8222,0.5,0.15372517456988796,0.07473560049000523,0.09492511893540245,0.15372517456988796,0.1416169198684734,0.005732759083442078,0.15372517456988796,0.19277536258854272,0.08742126567979139,0.15372517456988796,0.06697296913666914,0.04303342792690845,0.15372517456988796,0.2836081594813495,0.02807552787677043,0.15372517456988796,0.2498403679348654,0.05795750239335413,0.15372517456988796,0.10367294840170317,0.1327784053458369,0.15372517456988796,0.17679377133412086,0.030663897566710018,0.5,0.15372517456988796,0.1271592731323124,0.010143306388267069,0.15372517456988796,0.25508969057106645,0.007405135513867851,0.5,0.15372517456988796,0.07763258981982125,0.015091464343131128,0.15372517456988796,0.15431063661516897,0.005515780930604763,0.15372517456988796,0.131421324066235,0.05862724586893154,0.15372517456988796,0.2199135490215054,0.07106876167380999,0.15372517456988796,0.06291563666190952,0.07555072648948742,0.15372517456988796,0.21117827136423567,0.0999500690811698,0.15372517456988796,0.11718731843450425,0.024600889575179336,0.5,0.15372517456988796,0.06904870128815684,0.010808681784916039,0.0,0.12042515543060528,0.705066583016545 -8223,0.5,0.15372517456988796,0.030864821179812436,0.08865214945100436,0.15372517456988796,0.03829526760152607,0.008535967629359681,0.15372517456988796,0.1230517733572063,0.08750055404774107,0.15372517456988796,0.03022202990143929,0.040213602362853325,0.15372517456988796,0.2153345641681029,0.04779569826209096,0.15372517456988796,0.24929684686331582,0.05420213578437187,0.15372517456988796,0.15164304275139906,0.05797270487315718,0.15372517456988796,0.13007277613276344,0.02870166608510033,0.5,0.15372517456988796,0.12330126605820815,0.013468861699695805,0.15372517456988796,0.12122975715560204,0.00726400618211614,0.5,0.15372517456988796,0.05303111381808513,0.016928221155519153,0.15372517456988796,0.08980654593297191,0.008670901407417395,0.15372517456988796,0.05772017088379258,0.12375618267041463,0.15372517456988796,0.18447081636827195,0.1072217963185392,0.15372517456988796,0.03169391616934567,0.054913024961525225,0.15372517456988796,0.11358403673757228,0.06155420558924352,0.15372517456988796,0.06762819954488003,0.018988405558933205,0.5,0.15372517456988796,0.04796560256266143,0.007375850809835509,0.0,0.10202100599154446,0.8924776972788452 -8224,0.5,0.15372517456988796,0.0,0.08622465862182241,0.15372517456988796,0.0,0.032310212916476844,0.15372517456988796,9.082824826769592e-05,0.08141903959411577,0.15372517456988796,0.0,0.036978445659652484,0.15372517456988796,0.0,0.07451248391611208,0.15372517456988796,0.019941250630254887,0.0660234997743753,0.15372517456988796,0.0008540706361658143,0.05446554131985942,0.15372517456988796,0.03403473825868919,0.035741129059150986,0.5,0.15372517456988796,0.03686380144001982,0.0210801625696584,0.15372517456988796,0.01556184282375832,0.006704498205909024,0.5,0.15372517456988796,0.017784371215591906,0.009327605373103566,0.15372517456988796,0.02045650068576235,0.0064346717215707115,0.15372517456988796,0.0,0.22078868790466497,0.15372517456988796,0.0,0.14268317389626592,0.15372517456988796,0.00023898209363423282,0.04385858346320106,0.15372517456988796,0.0003655398169881541,0.04035162471096318,0.15372517456988796,4.466906975005943e-05,0.010478380859898846,0.5,0.15372517456988796,0.0008482527225399955,0.004810986998910995,0.0,0.12423529832278854,0.9855760237485147 -8225,0.5,0.15372517456988796,0.0,0.0948949850586738,0.15372517456988796,0.0,0.059776265981243935,0.15372517456988796,0.0,0.07952019250943158,0.15372517456988796,0.0,0.04176299629544037,0.15372517456988796,0.0,0.10121689383896225,0.15372517456988796,0.0,0.09446749197220203,0.15372517456988796,0.0,0.07093969695396007,0.15372517456988796,0.0,0.0473989473473332,0.5,0.15372517456988796,0.0,0.02735596434538863,0.15372517456988796,0.0,0.007089475151128669,0.5,0.15372517456988796,0.0,0.005943481933077214,0.15372517456988796,0.0,0.003255645810496516,0.15372517456988796,0.0,0.32815640153022696,0.15372517456988796,0.0,0.2083587532234128,0.15372517456988796,0.0,0.05081319100944834,0.15372517456988796,0.0,0.04469990403766982,0.15372517456988796,0.0,0.0065613839347571645,0.5,0.15372517456988796,0.0,0.003462108376970972,0.0,0.15766593599719486,1.0037382330229956 -8226,0.5,0.15372517456988796,0.0,0.11159767379152129,0.15372517456988796,0.0,0.0731690560618554,0.15372517456988796,0.0,0.07976159575785509,0.15372517456988796,0.0,0.04754544546390792,0.15372517456988796,0.0,0.15209109827982253,0.15372517456988796,0.0,0.16084732357642945,0.15372517456988796,0.0,0.09755040355450978,0.15372517456988796,0.0,0.07074949485901386,0.5,0.15372517456988796,0.0,0.03764966061137509,0.15372517456988796,0.0,0.007301159909978242,0.5,0.15372517456988796,0.0,0.00625503309586301,0.15372517456988796,0.0,0.004162668786620809,0.15372517456988796,0.0,0.37599922484064324,0.15372517456988796,0.0,0.27728969353603383,0.15372517456988796,0.0,0.06725259774781665,0.15372517456988796,0.0,0.05458879729193536,0.15372517456988796,0.0,0.008363243575713216,0.5,0.15372517456988796,0.0,0.0032397643076896377,0.0,0.23883189311743694,1.0045884521426034 -8227,0.5,0.15372517456988796,0.0,0.12899098891881716,0.15372517456988796,0.0,0.1366806702716131,0.15372517456988796,0.0,0.08681390649424427,0.15372517456988796,0.0,0.052022721304254387,0.15372517456988796,0.0,0.2619601887690017,0.15372517456988796,0.0,0.2283776151159172,0.15372517456988796,0.0,0.15971550466109052,0.15372517456988796,0.0,0.10555084020637887,0.5,0.15372517456988796,0.0,0.05360250933713401,0.15372517456988796,0.0,0.00897544085629799,0.5,0.15372517456988796,0.0,0.011310497983228049,0.15372517456988796,0.0,0.007020822943768268,0.15372517456988796,0.0,0.43771200108921204,0.15372517456988796,0.0,0.37087157575574065,0.15372517456988796,0.0,0.09513995708048258,0.15372517456988796,0.0,0.07458217650159922,0.15372517456988796,0.0,0.012316149721132479,0.5,0.15372517456988796,0.0,0.0020943101019075265,0.0,0.35452052555495894,1.0056214690783682 -8228,0.5,0.15372517456988796,0.0,0.14776297873788452,0.15372517456988796,0.0,0.2558324300930549,0.15372517456988796,0.0,0.0961417377633393,0.15372517456988796,0.0,0.05744409151831317,0.15372517456988796,0.0,0.3990236047325775,0.15372517456988796,0.0,0.31834506428645243,0.15372517456988796,0.0,0.23057852336097678,0.15372517456988796,0.0,0.15278627411329168,0.5,0.15372517456988796,0.0,0.07835478216071183,0.15372517456988796,0.0,0.008935323794931269,0.5,0.15372517456988796,0.0,0.027357217707075013,0.15372517456988796,0.0,0.010034031296342184,0.15372517456988796,0.0,0.5311223392022395,0.15372517456988796,0.0,0.5001317773683978,0.15372517456988796,0.0,0.15506797294808586,0.15372517456988796,0.0,0.11470379246701305,0.15372517456988796,0.0,0.018942396317658237,0.5,0.15372517456988796,0.0,0.0014599887231660702,0.0,0.47140076465697867,1.0074967056045117 -8229,0.5,0.15372517456988796,0.0,0.16194227975199205,0.15372517456988796,0.0,0.3169905052985331,0.15372517456988796,0.0,0.11657092575456622,0.15372517456988796,0.0,0.06694628797951574,0.15372517456988796,0.0,0.5812669674396658,0.15372517456988796,0.0,0.46092865012560835,0.15372517456988796,0.0,0.3231867985382234,0.15372517456988796,0.0,0.21908271689264747,0.5,0.15372517456988796,0.0,0.11846993152860782,0.15372517456988796,0.0,0.0070436272326484025,0.5,0.15372517456988796,0.0,0.050365845709970984,0.15372517456988796,0.0,0.016487522091633594,0.15372517456988796,0.0,0.6196603499072229,0.15372517456988796,0.0,0.6023425943347072,0.15372517456988796,0.0,0.22393016235805654,0.15372517456988796,0.0,0.18728391523331805,0.15372517456988796,0.0,0.03020280940782815,0.5,0.15372517456988796,0.0,0.0014969863833242973,0.0,0.5360938516830974,1.008310636662146 -8230,0.5,0.15372517456988796,0.0,0.1821933626251499,0.15372517456988796,0.0,0.4542234940524544,0.15372517456988796,0.0,0.1515707521753117,0.15372517456988796,0.0,0.07975620771629012,0.15372517456988796,0.0,0.731927929970112,0.15372517456988796,0.0,0.579455766732015,0.15372517456988796,0.0,0.41782175166821023,0.15372517456988796,0.0,0.30848705925337017,0.5,0.15372517456988796,0.0,0.18748577535143104,0.15372517456988796,0.0,0.005908769193038329,0.5,0.15372517456988796,0.0,0.0717847037653968,0.15372517456988796,0.0,0.015798162184086067,0.15372517456988796,0.0,0.7392739268834994,0.15372517456988796,0.0,0.7323487945632289,0.15372517456988796,0.0,0.32341025321299766,0.15372517456988796,0.0,0.2661203357505528,0.15372517456988796,0.0,0.05106241099286448,0.5,0.15372517456988796,0.0,0.0018438607936288806,0.0,0.6332210684752214,0.13914705527571547 -8231,0.5,0.15372517456988796,0.0,0.2293593844405278,0.15372517456988796,0.0,0.6580420184867593,0.15372517456988796,0.0,0.21541886341322464,0.15372517456988796,0.0,0.09647568515754994,0.15372517456988796,0.0,0.9199027098162746,0.15372517456988796,0.0,0.7648221456487307,0.15372517456988796,0.0,0.5685058657573496,0.15372517456988796,0.0,0.4363888732525988,0.5,0.15372517456988796,0.0,0.24103869825439098,0.15372517456988796,0.0,0.0009494109171837298,0.5,0.15372517456988796,0.0,0.09102836633988687,0.15372517456988796,0.0,0.01716292973800199,0.15372517456988796,0.0,0.862101057286266,0.15372517456988796,0.0,0.8738062503986515,0.15372517456988796,0.0,0.4955693671253879,0.15372517456988796,0.0,0.3457965696241885,0.15372517456988796,0.0,0.07515576101704317,0.5,0.15372517456988796,0.0,0.0018973878156279974,0.0,0.7488049321712981,0.018674861353432673 -8232,0.5,0.15372517456988796,0.0,0.3294606922675426,0.15372517456988796,0.0,0.8211143974281618,0.15372517456988796,0.0,0.31128933275982945,0.15372517456988796,0.0,0.12347527006918275,0.15372517456988796,0.0,0.9617160059966832,0.15372517456988796,0.0,0.8258731667483865,0.15372517456988796,0.0,0.7554961611399051,0.15372517456988796,0.0,0.5679662784813146,0.5,0.15372517456988796,0.0,0.2836364509584817,0.15372517456988796,0.0,0.00036786707219917873,0.5,0.15372517456988796,0.0,0.10518034008034342,0.15372517456988796,0.0,0.014788187096270508,0.15372517456988796,0.0,0.9266949890984514,0.15372517456988796,0.0,0.9215337606210903,0.15372517456988796,0.0,0.6696145699910588,0.15372517456988796,0.0,0.5148133187949021,0.15372517456988796,0.0,0.09406082850882641,0.5,0.15372517456988796,0.0,0.0008110753603299636,0.0,0.8118048232645643,0.018984180594372534 -8233,0.5,0.15372517456988796,0.0,0.43601192586102666,0.15372517456988796,0.0,0.9687927206980116,0.15372517456988796,0.0,0.40128927314998797,0.15372517456988796,0.0,0.1593243915103107,0.15372517456988796,0.0,0.9983437497214976,0.15372517456988796,0.0,0.92917893430338,0.15372517456988796,0.0,0.8362288391363235,0.15372517456988796,0.0,0.6651196201878338,0.5,0.15372517456988796,0.0,0.3327707231050814,0.15372517456988796,0.0,0.0006210400633226608,0.5,0.15372517456988796,0.0,0.09738950265578224,0.15372517456988796,0.0,0.013733685959124454,0.15372517456988796,0.0,0.9009761541670002,0.15372517456988796,0.0,0.9725708300481188,0.15372517456988796,0.0,0.8025217451238529,0.15372517456988796,0.0,0.6073528452044398,0.15372517456988796,0.0,0.1161283730977734,0.5,0.15372517456988796,0.0,0.0010137156381912306,0.0,0.8844108283864157,0.019006509712325353 -8234,0.5,0.15372517456988796,0.0,0.5569568597759437,0.15372517456988796,0.0,1.007486201413926,0.15372517456988796,0.0,0.45040720808150264,0.15372517456988796,0.0,0.18536942425091127,0.15372517456988796,0.0,1.0207205769280694,0.15372517456988796,0.0,0.9896815213910812,0.15372517456988796,0.0,0.9319264927484976,0.15372517456988796,0.0,0.7716373920119469,0.5,0.15372517456988796,0.0,0.3701877429016004,0.15372517456988796,0.0,0.004709876145295421,0.5,0.15372517456988796,0.0,0.0768569160247697,0.15372517456988796,0.0,0.03063116128714429,0.15372517456988796,0.0,0.8869930125103266,0.15372517456988796,0.0,0.9975461897117948,0.15372517456988796,0.0,0.9172911424798411,0.15372517456988796,0.0,0.7048398167054939,0.15372517456988796,0.0,0.12271992894304508,0.5,0.15372517456988796,0.0,0.0019706882354193446,0.0,0.9508473206451927,0.009798657133745689 -8235,0.5,0.15372517456988796,0.0,0.6957074791561935,0.15372517456988796,0.0,1.0050183944951068,0.15372517456988796,0.0,0.5886004171441216,0.15372517456988796,0.0,0.21454489606085425,0.15372517456988796,0.0,1.021674140502283,0.15372517456988796,0.0,0.9944215625729018,0.15372517456988796,0.0,0.9686560617545131,0.15372517456988796,0.0,0.8129497602654614,0.5,0.15372517456988796,0.0,0.41047425451334535,0.15372517456988796,0.0,0.015448406548656028,0.5,0.15372517456988796,0.0,0.07797918676660262,0.15372517456988796,0.0,0.039765843759306724,0.15372517456988796,0.0,0.901098374770829,0.15372517456988796,0.0,0.9999033347326777,0.15372517456988796,0.0,0.9453299502186161,0.15372517456988796,0.0,0.7915807305264069,0.15372517456988796,0.0,0.12202964696626932,0.5,0.15372517456988796,0.0,0.006381185405715497,0.0,0.9914613874348273,0.009798657133745689 -8236,0.5,0.15372517456988796,0.0,0.7910154536139058,0.15372517456988796,0.0,1.0122690986300689,0.15372517456988796,0.0,0.7129674758408077,0.15372517456988796,0.0,0.2359626574646397,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9968814588770645,0.15372517456988796,0.0,0.9860103539938909,0.15372517456988796,0.0,0.8271288436632422,0.5,0.15372517456988796,0.0,0.46373601639124595,0.15372517456988796,0.0,0.020993888516057782,0.5,0.15372517456988796,0.0,0.10812256992653307,0.15372517456988796,0.0,0.04929089642385423,0.15372517456988796,0.0,0.8948097818259286,0.15372517456988796,0.0,1.003284076720507,0.15372517456988796,0.0,0.9672890571301375,0.15372517456988796,0.0,0.8474324644591882,0.15372517456988796,0.0,0.13504642381836765,0.5,0.15372517456988796,0.0,0.011870690932337915,0.0,1.0062830574144292,0.8807904023555848 -8237,0.5,0.15372517456988796,0.0,0.8428478167700382,0.15372517456988796,0.0,1.016507262171439,0.15372517456988796,0.0,0.7747569533322206,0.15372517456988796,0.0,0.2712586057686962,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0055278634757172,0.15372517456988796,0.0,1.003027300573723,0.15372517456988796,0.0,0.8490519008243325,0.5,0.15372517456988796,0.0,0.5499460001006716,0.15372517456988796,0.0,0.026075509080118763,0.5,0.15372517456988796,0.0,0.14455444221592542,0.15372517456988796,0.0,0.06083445429807068,0.15372517456988796,0.0,0.9066040676271985,0.15372517456988796,0.0,1.006111913718374,0.15372517456988796,0.0,0.9846707239407018,0.15372517456988796,0.0,0.8809908882203674,0.15372517456988796,0.0,0.15917133609857928,0.5,0.15372517456988796,0.0,0.023942088206565525,0.0,1.007499101934284,1.0096152624661947 -8238,0.5,0.15372517456988796,0.0,0.8750745191287324,0.15372517456988796,0.0,1.0212202080082908,0.15372517456988796,0.0,0.8140969202699293,0.15372517456988796,0.0,0.32425437215015696,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0091150430732276,0.15372517456988796,0.0,1.0179202430023482,0.15372517456988796,0.0,0.8960519919720557,0.5,0.15372517456988796,0.0,0.6335524125255184,0.15372517456988796,0.0,0.02525510666709761,0.5,0.15372517456988796,0.0,0.18647293140005272,0.15372517456988796,0.0,0.07805238568352818,0.15372517456988796,0.0,0.9263281603773323,0.15372517456988796,0.0,1.0085757532061927,0.15372517456988796,0.0,0.9969360987445164,0.15372517456988796,0.0,0.9144771686745364,0.15372517456988796,0.0,0.20583574637170465,0.5,0.15372517456988796,0.0,0.0248109512453921,0.0,1.0081212586948005,1.0051795265461843 -8239,0.5,0.15372517456988796,0.0,0.9030541434368593,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8666934944833787,0.15372517456988796,0.0,0.3988848317336025,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0114576384959035,0.15372517456988796,0.0,1.020084308630968,0.15372517456988796,0.0,0.9457047189152504,0.5,0.15372517456988796,0.0,0.7177335117689586,0.15372517456988796,0.0,0.03329684163054875,0.5,0.15372517456988796,0.0,0.2083240479398677,0.15372517456988796,0.0,0.0927728354188694,0.15372517456988796,0.0,1.0115798112549843,0.15372517456988796,0.0,1.0109967987629027,0.15372517456988796,0.0,1.0086413961776504,0.15372517456988796,0.0,0.9392158486445616,0.15372517456988796,0.0,0.2547644794703987,0.5,0.15372517456988796,0.0,0.027798769799627702,0.0,1.010274157671332,1.011359629604291 -8240,0.5,0.15372517456988796,0.0,0.9285536699616078,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9064726629296526,0.15372517456988796,0.0,0.4869621642007815,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.011464729338341,0.15372517456988796,0.0,1.019879250967132,0.15372517456988796,0.0,0.9727683787260639,0.5,0.15372517456988796,0.0,0.7677188015058842,0.15372517456988796,0.0,0.052983104765331995,0.5,0.15372517456988796,0.0,0.2216921910205159,0.15372517456988796,0.0,0.10366299223978795,0.15372517456988796,0.0,1.0003814196998084,0.15372517456988796,0.0,1.004687756352665,0.15372517456988796,0.0,1.015830746941985,0.15372517456988796,0.0,0.9655512613433476,0.15372517456988796,0.0,0.28270900703897783,0.5,0.15372517456988796,0.0,0.03376977303223731,0.0,1.010288034989066,1.0112425044860214 -8241,0.5,0.15372517456988796,0.0005875937100342263,0.949257502844754,0.15372517456988796,0.0,0.9874052319049949,0.15372517456988796,0.0012128697917106453,0.9281260806568014,0.15372517456988796,0.003745210695049771,0.5631677776407135,0.15372517456988796,0.0,1.0151760396762506,0.15372517456988796,0.0,0.989349439137382,0.15372517456988796,0.0,1.014489540018603,0.15372517456988796,0.0,0.9692123338585592,0.5,0.15372517456988796,0.00014967731949354826,0.7910709947752209,0.15372517456988796,0.007474554993246629,0.06193018503724228,0.5,0.15372517456988796,0.0017481979880734973,0.2095876656653353,0.15372517456988796,0.003798631277518686,0.11789004150815013,0.15372517456988796,0.0,0.9606327295641967,0.15372517456988796,0.0,0.9376856773321791,0.15372517456988796,1.3652600444578374e-06,1.0077949042396146,0.15372517456988796,0.0001699770426351241,0.9924945141299214,0.15372517456988796,0.00387808017036092,0.29368029688704705,0.5,0.15372517456988796,0.020662640404306296,0.03805778547857645,0.0,1.010288034989066,1.0081519947524102 -8242,0.5,0.15372517456988796,0.015169967458498204,0.9713140309083439,0.15372517456988796,0.002550450549994587,0.9167650554079492,0.15372517456988796,0.024377931957633252,0.9464121515426968,0.15372517456988796,0.04895960506962431,0.6345288377867444,0.15372517456988796,0.0013958530648854126,0.8997179468357422,0.15372517456988796,0.0009269011182982379,0.8989750687833713,0.15372517456988796,0.0017955002724393946,0.9774342021698809,0.15372517456988796,0.002531579467105646,0.9222488638278756,0.5,0.15372517456988796,0.011870951529436184,0.8419623996015017,0.15372517456988796,0.09208714132291185,0.06999429711344186,0.5,0.15372517456988796,0.030740871067633,0.2169180793345728,0.15372517456988796,0.059720292476749835,0.14363492915033696,0.15372517456988796,0.0022789916271917627,0.9061285408807969,0.15372517456988796,0.003110196597665947,0.8489715457896675,0.15372517456988796,0.0034279074702589615,0.9652868265607054,0.15372517456988796,0.008214382752841188,0.996750083471872,0.15372517456988796,0.05490009644777119,0.32968553171419784,0.5,0.15372517456988796,0.14749548066216744,0.05820751962538211,0.0,1.0098974764327813,1.0078448104502735 -8243,0.5,0.15372517456988796,0.03276377247772577,0.9798695313764645,0.15372517456988796,0.012138300844066113,0.8867355892740981,0.15372517456988796,0.040829494409487785,0.9533844296180413,0.15372517456988796,0.08095360943472063,0.6939561800266875,0.15372517456988796,0.016934080909978465,0.8176783259359051,0.15372517456988796,0.010358089761106668,0.8371153741629713,0.15372517456988796,0.011845090725220858,0.8735747539763611,0.15372517456988796,0.004513063571278244,0.7964161550004809,0.5,0.15372517456988796,0.026515289224028866,0.8680902148959037,0.15372517456988796,0.16797774293551143,0.09304355265283688,0.5,0.15372517456988796,0.054457987071812805,0.2712952387315056,0.15372517456988796,0.11104691202965919,0.1656737788624931,0.15372517456988796,0.01446565235472565,0.8745526851450139,0.15372517456988796,0.028498214475791935,0.7972944124106629,0.15372517456988796,0.01147153385057218,0.9269915811688916,0.15372517456988796,0.020263731208057974,0.9700617119120171,0.15372517456988796,0.09627191379117495,0.36713657635719094,0.5,0.15372517456988796,0.23759654091111626,0.08376946704765535,0.0,1.0083651715759572,1.0070156740927942 -8244,0.5,0.15372517456988796,0.03796693719928046,0.965150361548897,0.15372517456988796,0.03488544902043288,0.8757828020395957,0.15372517456988796,0.047783398215298395,0.9676756926407285,0.15372517456988796,0.08176349880479183,0.7418729894189415,0.15372517456988796,0.07470113971485683,0.8494477438632088,0.15372517456988796,0.04321272780330766,0.7935041790245738,0.15372517456988796,0.019370719682561988,0.7676805281381079,0.15372517456988796,0.010668345688161501,0.6600857405727043,0.5,0.15372517456988796,0.034499552659504974,0.8302944409251583,0.15372517456988796,0.1948795586035036,0.09593105082915827,0.5,0.15372517456988796,0.058319449949229565,0.3602389051743538,0.15372517456988796,0.12599788702701814,0.1766766090917639,0.15372517456988796,0.04843355795230855,0.8542318231516492,0.15372517456988796,0.07738049357796599,0.8049114942037481,0.15372517456988796,0.023669049240745327,0.8736138614444833,0.15372517456988796,0.031922740829445614,0.911478990666344,0.15372517456988796,0.10316133017517262,0.3785739882120003,0.5,0.15372517456988796,0.2723573844959923,0.08576730384656635,0.0,1.007543730861404,1.007434883586813 -8245,0.5,0.15372517456988796,0.031015895264275582,0.9211469895357552,0.15372517456988796,0.06015251664857153,0.8800486191333222,0.15372517456988796,0.05367134877081693,0.9832399631542952,0.15372517456988796,0.06125335536466072,0.8403874733360065,0.15372517456988796,0.08345339853918166,0.8309263443153607,0.15372517456988796,0.06902156277587931,0.6433398989285357,0.15372517456988796,0.030750793848129634,0.7070760764282622,0.15372517456988796,0.025180732927578407,0.5328061361216991,0.5,0.15372517456988796,0.03243054479790566,0.7131136806623993,0.15372517456988796,0.14486307189816033,0.09676900197519137,0.5,0.15372517456988796,0.0512828198808466,0.3887073699383869,0.15372517456988796,0.10575050325180357,0.20857833796528974,0.15372517456988796,0.039008117632099604,0.876455477902032,0.15372517456988796,0.10130610376741417,0.8304279678285409,0.15372517456988796,0.0409053381650112,0.8231267446452698,0.15372517456988796,0.029119544686519276,0.8323094562902579,0.15372517456988796,0.07622196671233795,0.3857828359851523,0.5,0.15372517456988796,0.21495138414830978,0.08320613351351845,0.0,1.0044405821078637,1.0086514492820595 -8246,0.5,0.15372517456988796,0.02352903346442269,0.8274551717540709,0.15372517456988796,0.053394730209643054,0.8993085307257926,0.15372517456988796,0.039083925834131714,0.9565029757777522,0.15372517456988796,0.044556280898432304,0.9004900599167188,0.15372517456988796,0.044431989261377314,0.7554124528364083,0.15372517456988796,0.0861473064260482,0.5058791983303713,0.15372517456988796,0.02489855075227598,0.5898851824568628,0.15372517456988796,0.030683308026338736,0.3890220449134396,0.5,0.15372517456988796,0.020770845438539864,0.5741475588375503,0.15372517456988796,0.10035037860241273,0.10719191150482738,0.5,0.15372517456988796,0.034613126514096086,0.3687757844030956,0.15372517456988796,0.06747233379749218,0.23072968474908098,0.15372517456988796,0.025109010964147332,0.8699841966524672,0.15372517456988796,0.0884510616385164,0.8052483215104895,0.15372517456988796,0.04743910374557013,0.8065501730799257,0.15372517456988796,0.03396043971509772,0.7281907067232537,0.15372517456988796,0.05543023809728193,0.45730682129558986,0.5,0.15372517456988796,0.12346051983715953,0.07822798048483004,0.0,0.9877925072535672,1.0094190500787834 -8247,0.5,0.15372517456988796,0.012480891830398601,0.7491015517131852,0.15372517456988796,0.0266634298275889,0.8226139930501447,0.15372517456988796,0.03094947726105602,0.903197474024048,0.15372517456988796,0.015872151432480518,0.8628774270701246,0.15372517456988796,0.01314183546990824,0.658611818073794,0.15372517456988796,0.13694311798521075,0.43170979453861036,0.15372517456988796,0.03418200645856796,0.41696285167009883,0.15372517456988796,0.024161033126780692,0.3242996363231551,0.5,0.15372517456988796,0.012558462706511479,0.4093759485297576,0.15372517456988796,0.051257969862958844,0.1308947103971785,0.5,0.15372517456988796,0.0186627303804236,0.4738838630146362,0.15372517456988796,0.03441096074763446,0.2308515443711905,0.15372517456988796,0.008771823632895878,0.8408140275850733,0.15372517456988796,0.04577234406335462,0.7451255537771144,0.15372517456988796,0.019364724788160634,0.6989349785572767,0.15372517456988796,0.013925307509148886,0.5254123721673412,0.15372517456988796,0.029158344363439007,0.47826249237272317,0.5,0.15372517456988796,0.05979100222515317,0.06564640615241471,0.0,0.9819176352588185,1.0087514934196065 -8248,0.5,0.15372517456988796,0.0001234160056803608,0.7007559727196391,0.15372517456988796,0.0,0.7866959973992591,0.15372517456988796,0.0002282436945185761,0.773480282785335,0.15372517456988796,0.000465223946586082,0.7706904109070738,0.15372517456988796,0.0,0.5133071407582338,0.15372517456988796,0.004367693206504669,0.41776024467712813,0.15372517456988796,0.0001375876015179368,0.3564247910500488,0.15372517456988796,0.009989440752938497,0.25353125484063055,0.5,0.15372517456988796,0.0033962987647134573,0.294248839610947,0.15372517456988796,0.007678562813217193,0.19840353536667366,0.5,0.15372517456988796,0.0033651586225462494,0.6649239353161711,0.15372517456988796,0.00770978659266661,0.19169844047864915,0.15372517456988796,0.0002072541428401961,0.7922022043047435,0.15372517456988796,0.00011589995221764693,0.7150914586511529,0.15372517456988796,0.00014017756324677055,0.5454726130954085,0.15372517456988796,0.0006109176475818143,0.3210176946668023,0.15372517456988796,0.0006370831462747792,0.4930125863430973,0.5,0.15372517456988796,0.0007403233967303388,0.07738466437859505,0.0,0.9750369519935811,1.0087088609860697 -8249,0.5,0.15372517456988796,0.0,0.6692495278813954,0.15372517456988796,0.0,0.8125006356943093,0.15372517456988796,0.0,0.5846650885574167,0.15372517456988796,0.0,0.6470277595741576,0.15372517456988796,0.0,0.44448565644974314,0.15372517456988796,0.0,0.4675072569481816,0.15372517456988796,0.0,0.4041505175647213,0.15372517456988796,0.0,0.2228640477575955,0.5,0.15372517456988796,0.0,0.21701489478717392,0.15372517456988796,0.0,0.2685709032488695,0.5,0.15372517456988796,0.0,0.7207115818411124,0.15372517456988796,0.0,0.15854306467413515,0.15372517456988796,0.0,0.729741371896377,0.15372517456988796,0.0,0.697523061009911,0.15372517456988796,0.0,0.4692722226936317,0.15372517456988796,0.0,0.23528217299886245,0.15372517456988796,0.0,0.44295361746588785,0.5,0.15372517456988796,0.0,0.09517490067911479,0.0,0.974659670130844,1.0078139440950684 -8250,0.5,0.15372517456988796,0.0,0.6289337005773283,0.15372517456988796,0.0,0.8465868077730427,0.15372517456988796,0.0,0.41968828090522725,0.15372517456988796,0.0,0.4985678415155938,0.15372517456988796,0.0,0.49714143946589995,0.15372517456988796,0.0,0.5134673706546077,0.15372517456988796,0.0,0.4612691337949895,0.15372517456988796,0.0,0.232419577550575,0.5,0.15372517456988796,0.0,0.16944131305069915,0.15372517456988796,0.0,0.19194003501180076,0.5,0.15372517456988796,0.0,0.5579803799633086,0.15372517456988796,0.0,0.1279374125683375,0.15372517456988796,0.0,0.7998547658867472,0.15372517456988796,0.0,0.7380608252023227,0.15372517456988796,0.0,0.4600310097441856,0.15372517456988796,0.0,0.20673935740142374,0.15372517456988796,0.0,0.35593466801246165,0.5,0.15372517456988796,0.0,0.15509762299530527,0.0,0.9740448825014163,1.0081663454224359 -8251,0.5,0.15372517456988796,0.0,0.5842565474085316,0.15372517456988796,0.0,0.8851024460426605,0.15372517456988796,0.0,0.30486628637712637,0.15372517456988796,0.0,0.40418332990650657,0.15372517456988796,0.0,0.5857026678445137,0.15372517456988796,0.0,0.5432961050141089,0.15372517456988796,0.0,0.5201986923430949,0.15372517456988796,0.0,0.2537436548704788,0.5,0.15372517456988796,0.0,0.14335956720991722,0.15372517456988796,0.0,0.14134068784324127,0.5,0.15372517456988796,0.0,0.4743847467971366,0.15372517456988796,0.0,0.09876502341247116,0.15372517456988796,0.0,0.8877234628573425,0.15372517456988796,0.0,0.7959828707698816,0.15372517456988796,0.0,0.49986803205984437,0.15372517456988796,0.0,0.2244366445278758,0.15372517456988796,0.0,0.26117428061019243,0.5,0.15372517456988796,0.0,0.15950956080941936,0.0,0.9630330204544586,1.0091188934615063 -8252,0.5,0.15372517456988796,0.0,0.5338534499133585,0.15372517456988796,0.0,0.8952048327312602,0.15372517456988796,0.0,0.2452891639498864,0.15372517456988796,0.0,0.2922736664667516,0.15372517456988796,0.0,0.6973896906317694,0.15372517456988796,0.0,0.5623352124587994,0.15372517456988796,0.0,0.617454797736097,0.15372517456988796,0.0,0.29568389578594023,0.5,0.15372517456988796,0.0,0.15965242403872595,0.15372517456988796,0.0,0.11703362856881043,0.5,0.15372517456988796,0.0,0.3756289296260447,0.15372517456988796,0.0,0.09433302005431095,0.15372517456988796,0.0,0.941275687806935,0.15372517456988796,0.0,0.8414356680997158,0.15372517456988796,0.0,0.5215768393383798,0.15372517456988796,0.0,0.2847171553076239,0.15372517456988796,0.0,0.20775467324100805,0.5,0.15372517456988796,0.0,0.15319417233006336,0.0,0.9684891596175367,1.0097539497893362 -8253,0.5,0.15372517456988796,0.0,0.4917089592731191,0.15372517456988796,0.0,0.8736258046428154,0.15372517456988796,0.0,0.23797013315091362,0.15372517456988796,0.0,0.21033851615376226,0.15372517456988796,0.0,0.8088020414132631,0.15372517456988796,0.0,0.6226829315454053,0.15372517456988796,0.0,0.7158582558812716,0.15372517456988796,0.0,0.3083538523969643,0.5,0.15372517456988796,0.0,0.17003167714358802,0.15372517456988796,0.0,0.09924758738383473,0.5,0.15372517456988796,0.0,0.3009038511785565,0.15372517456988796,0.0,0.09912444939423498,0.15372517456988796,0.0,0.9749775016456413,0.15372517456988796,0.0,0.8916139476237671,0.15372517456988796,0.0,0.5934931721881388,0.15372517456988796,0.0,0.3491862701480145,0.15372517456988796,0.0,0.18374920357018315,0.5,0.15372517456988796,0.0,0.11642211440976596,0.0,0.9986638594706219,0.07933032151874184 -8254,0.5,0.15372517456988796,0.0,0.47464667310205444,0.15372517456988796,0.0,0.8875343876578672,0.15372517456988796,0.0,0.25580499771922643,0.15372517456988796,0.0,0.17513409482611195,0.15372517456988796,0.0,0.8858290794707968,0.15372517456988796,0.0,0.7022494039285783,0.15372517456988796,0.0,0.7740077591957489,0.15372517456988796,0.0,0.32552603957563775,0.5,0.15372517456988796,0.0,0.19498391503486867,0.15372517456988796,0.0,0.09094698137410616,0.5,0.15372517456988796,0.0,0.32765051575342424,0.15372517456988796,0.0,0.11684627110513807,0.15372517456988796,0.0,0.9762280289511276,0.15372517456988796,0.0,0.9215286882655915,0.15372517456988796,0.0,0.6911981774198871,0.15372517456988796,0.0,0.4052987775944207,0.15372517456988796,0.0,0.17620793393481313,0.5,0.15372517456988796,0.0,0.08915263833945926,0.0,1.0044088423898585,1.01052447958538 -8255,0.5,0.15372517456988796,0.0,0.5150191496789179,0.15372517456988796,0.0,0.9110840436039476,0.15372517456988796,0.0,0.31990973049653076,0.15372517456988796,0.0,0.1659884996567884,0.15372517456988796,0.0,0.9336166390327053,0.15372517456988796,0.0,0.782967086648281,0.15372517456988796,0.0,0.800953211660785,0.15372517456988796,0.0,0.3730710614174848,0.5,0.15372517456988796,0.0,0.22015210952132772,0.15372517456988796,0.0,0.09342334204670927,0.5,0.15372517456988796,0.0,0.2011767901078502,0.15372517456988796,0.0,0.13835294248098975,0.15372517456988796,0.0,0.9810351916835064,0.15372517456988796,0.0,0.9366643326431396,0.15372517456988796,0.0,0.7659204542529452,0.15372517456988796,0.0,0.4178842771374877,0.15372517456988796,0.0,0.17758986910624233,0.5,0.15372517456988796,0.0,0.08848104134694822,0.0,1.0048379573413315,1.0105993506165507 -8256,0.5,0.15372517456988796,0.0,0.5570061228346419,0.15372517456988796,0.0,0.9820622740220156,0.15372517456988796,0.0,0.4265773503032856,0.15372517456988796,0.0,0.1826778861085192,0.15372517456988796,0.0,0.9392738351259449,0.15372517456988796,0.0,0.7928933501281161,0.15372517456988796,0.0,0.8127357430463585,0.15372517456988796,0.0,0.4077606520323142,0.5,0.15372517456988796,0.0,0.27115114559036274,0.15372517456988796,0.0,0.06504345835342484,0.5,0.15372517456988796,0.0,0.13414276384088694,0.15372517456988796,0.0,0.07925327513032233,0.15372517456988796,0.0,0.9826535976107653,0.15372517456988796,0.0,0.9522620256633954,0.15372517456988796,0.0,0.8019957720229988,0.15372517456988796,0.0,0.4236168926492897,0.15372517456988796,0.0,0.20654082651428865,0.5,0.15372517456988796,0.0,0.09517060562687639,0.0,1.0062183578533765,1.0105877796145326 -8257,0.5,0.15372517456988796,0.0,0.5627969827508623,0.15372517456988796,0.0,1.0082514889493923,0.15372517456988796,0.0,0.4753868488559309,0.15372517456988796,0.0,0.2209081375384704,0.15372517456988796,0.0,0.9237419881424189,0.15372517456988796,0.0,0.7453902432794284,0.15372517456988796,0.0,0.8141967794683239,0.15372517456988796,0.0,0.4768543531799947,0.5,0.15372517456988796,0.0,0.357926568239586,0.15372517456988796,0.0,0.051087825182238984,0.5,0.15372517456988796,0.0,0.2006308362948539,0.15372517456988796,0.0,0.01766063655651171,0.15372517456988796,0.0,0.9908480304573235,0.15372517456988796,0.0,0.9382412031716494,0.15372517456988796,0.0,0.8036260204346133,0.15372517456988796,0.0,0.4270879022642092,0.15372517456988796,0.0,0.23250469957889958,0.5,0.15372517456988796,0.0,0.08970369476027759,0.0,1.0055451297710973,1.0104610268893632 -8258,0.5,0.15372517456988796,0.0,0.5981020995375977,0.15372517456988796,0.0,1.0041950905163164,0.15372517456988796,0.0,0.47738443328973396,0.15372517456988796,0.0,0.2853997668832073,0.15372517456988796,0.0,0.9446059994425903,0.15372517456988796,0.0,0.7829702095647721,0.15372517456988796,0.0,0.7930217773578453,0.15372517456988796,0.0,0.5791677653492904,0.5,0.15372517456988796,0.0,0.42238720941825525,0.15372517456988796,0.0,0.03455689534641261,0.5,0.15372517456988796,0.0,0.2706456599987339,0.15372517456988796,0.0,0.022621972695566556,0.15372517456988796,0.0,0.991487356395692,0.15372517456988796,0.0,0.9356743898421434,0.15372517456988796,0.0,0.7976302402203375,0.15372517456988796,0.0,0.4507771027781936,0.15372517456988796,0.0,0.2236770966965146,0.5,0.15372517456988796,0.0,0.09804129508515207,0.0,1.004314289132027,1.010363393630703 -8259,0.5,0.15372517456988796,0.0,0.6606301532741723,0.15372517456988796,0.0,0.9831488153184192,0.15372517456988796,0.0,0.4698374609126352,0.15372517456988796,0.0,0.3684572504226036,0.15372517456988796,0.0,0.9543614566632612,0.15372517456988796,0.0,0.8171211893313804,0.15372517456988796,0.0,0.8288933726852239,0.15372517456988796,0.0,0.6709598742772533,0.5,0.15372517456988796,0.0,0.49035787585273233,0.15372517456988796,0.0,0.030894165384454317,0.5,0.15372517456988796,0.0,0.34774415801812864,0.15372517456988796,0.0,0.04203224653666906,0.15372517456988796,0.0,0.9928607499395026,0.15372517456988796,0.0,0.9340245419505896,0.15372517456988796,0.0,0.8153621888410633,0.15372517456988796,0.0,0.5855322881968742,0.15372517456988796,0.0,0.2720834828405582,0.5,0.15372517456988796,0.0,0.114758081265854,0.0,1.0089387612485812,1.0097701360657108 -8260,0.5,0.15372517456988796,0.0,0.708081411638024,0.15372517456988796,0.0,0.9885632383809208,0.15372517456988796,0.0,0.5085576846157902,0.15372517456988796,0.0,0.4217792822817211,0.15372517456988796,0.0,0.9388321477560935,0.15372517456988796,0.0,0.8014554922560806,0.15372517456988796,0.0,0.9106455601976008,0.15372517456988796,0.0,0.6423606533954738,0.5,0.15372517456988796,0.0,0.48787395277968937,0.15372517456988796,0.0,0.03170037903172407,0.5,0.15372517456988796,0.0,0.4497046941250106,0.15372517456988796,0.0,0.06862245466174235,0.15372517456988796,0.0,0.9855432626094405,0.15372517456988796,0.0,0.9371157080049417,0.15372517456988796,0.0,0.8690043822121414,0.15372517456988796,0.0,0.6725721257345565,0.15372517456988796,0.0,0.3791896138853196,0.5,0.15372517456988796,0.0,0.0938768144099862,0.0,1.0092843246088827,1.0098051125598013 -8261,0.5,0.15372517456988796,0.0,0.7394805238928202,0.15372517456988796,0.0,0.9870274967512164,0.15372517456988796,0.0,0.6237998962004085,0.15372517456988796,0.0,0.4674554549519676,0.15372517456988796,0.0,0.9283036564705927,0.15372517456988796,0.0,0.8166964391115745,0.15372517456988796,0.0,0.9248473887815511,0.15372517456988796,0.0,0.5962449991548195,0.5,0.15372517456988796,0.0,0.4390444049401666,0.15372517456988796,0.0,0.04157684407385422,0.5,0.15372517456988796,0.0,0.5241880987032304,0.15372517456988796,0.0,0.10760885933470891,0.15372517456988796,0.0,0.9881696981121226,0.15372517456988796,0.0,0.9243211587879197,0.15372517456988796,0.0,0.9193974697594574,0.15372517456988796,0.0,0.7295698054353921,0.15372517456988796,0.0,0.4518310565954331,0.5,0.15372517456988796,0.0,0.08586639527336229,0.0,1.009101133420742,1.010007182351439 -8262,0.5,0.15372517456988796,0.0,0.7657447410821147,0.15372517456988796,0.0,0.9949125595976476,0.15372517456988796,0.0,0.7337177135588059,0.15372517456988796,0.0,0.5149737502829638,0.15372517456988796,0.0,0.9560491788431341,0.15372517456988796,0.0,0.8836910970543188,0.15372517456988796,0.0,0.9008513819579494,0.15372517456988796,0.0,0.5553211653533024,0.5,0.15372517456988796,0.0,0.4638189595783854,0.15372517456988796,0.0,0.08798731894408211,0.5,0.15372517456988796,0.0,0.4599912539127421,0.15372517456988796,0.0,0.15016122517497782,0.15372517456988796,0.0,0.9835337763702208,0.15372517456988796,0.0,0.9258629131125238,0.15372517456988796,0.0,0.9177053783471266,0.15372517456988796,0.0,0.7304091136084434,0.15372517456988796,0.0,0.5012849993734608,0.5,0.15372517456988796,0.0,0.08441939823096839,0.0,1.0084096041259194,1.0105661539796154 -8263,0.5,0.15372517456988796,0.0,0.783658892795165,0.15372517456988796,0.0,0.9600044287315124,0.15372517456988796,0.0,0.803909558689816,0.15372517456988796,0.0,0.5517612167755066,0.15372517456988796,0.0,1.019057463308175,0.15372517456988796,0.0,0.9192417937945516,0.15372517456988796,0.0,0.9247503235620741,0.15372517456988796,0.0,0.575648083629351,0.5,0.15372517456988796,0.0,0.5773978265181771,0.15372517456988796,0.0,0.19015981132688958,0.5,0.15372517456988796,0.0,0.4864604578686842,0.15372517456988796,0.0,0.1990462360204878,0.15372517456988796,0.0,0.9688962404126512,0.15372517456988796,0.0,0.9493969215035049,0.15372517456988796,0.0,0.8924449994591012,0.15372517456988796,0.0,0.7283788818773292,0.15372517456988796,0.0,0.454622745308556,0.5,0.15372517456988796,0.0,0.0844657981498945,0.0,1.0094516532799722,1.0109060928142741 -8264,0.5,0.15372517456988796,0.0,0.7848849994944409,0.15372517456988796,0.0,0.9764079035841876,0.15372517456988796,0.0,0.8665650786581043,0.15372517456988796,0.0,0.5813540722515335,0.15372517456988796,0.0,1.0195820689958948,0.15372517456988796,0.0,0.9569739042234575,0.15372517456988796,0.0,0.949299421704736,0.15372517456988796,0.0,0.6337793334269621,0.5,0.15372517456988796,0.0,0.7324865866026289,0.15372517456988796,0.0,0.312030850203223,0.5,0.15372517456988796,0.0,0.5188827638558913,0.15372517456988796,0.0,0.2590126755769564,0.15372517456988796,0.0,0.9790243608089441,0.15372517456988796,0.0,0.9877916715323729,0.15372517456988796,0.0,0.9172549457942528,0.15372517456988796,0.0,0.7564359055838277,0.15372517456988796,0.0,0.4144219541849078,0.5,0.15372517456988796,0.0,0.10765939378160656,0.0,1.0094238489716234,1.0113596173539843 -8265,0.5,0.15372517456988796,0.00036915588455745845,0.7789027619367166,0.15372517456988796,0.0,1.0142136620099853,0.15372517456988796,0.0011299643192754583,0.9177868842780409,0.15372517456988796,0.0028682564253424397,0.6190494320486237,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9800659214205706,0.15372517456988796,0.0,0.9351911083607464,0.15372517456988796,0.0,0.7685032843926295,0.5,0.15372517456988796,5.184006332038503e-05,0.8629881394110414,0.15372517456988796,0.0062823929667821105,0.4280401740972565,0.5,0.15372517456988796,0.0011075494345806907,0.6434566549901733,0.15372517456988796,0.002788226481833816,0.3634768649690985,0.15372517456988796,0.0,0.994960196761527,0.15372517456988796,0.0,0.994398923698701,0.15372517456988796,6.668620755368708e-08,0.9443407258872818,0.15372517456988796,3.565388154851318e-05,0.8179584741483018,0.15372517456988796,0.0015793528748940372,0.4104523707707516,0.5,0.15372517456988796,0.011153290744729082,0.14247327012835753,0.0,1.0093408819269327,1.0112012055565232 -8266,0.5,0.15372517456988796,0.02021134575856475,0.8144891771054642,0.15372517456988796,0.007200673959902721,1.0083400093778054,0.15372517456988796,0.019918691515164108,0.90973467991842,0.15372517456988796,0.053059141017705945,0.7155788303409444,0.15372517456988796,0.0038578338797479873,1.0217391304347827,0.15372517456988796,0.0037994627608768025,0.9860424038447064,0.15372517456988796,0.006226078547004761,0.9584898469085964,0.15372517456988796,0.015397643233450496,0.8304047842530151,0.5,0.15372517456988796,0.010136831441513878,0.8710589598680533,0.15372517456988796,0.09042829972777344,0.4828349340731587,0.5,0.15372517456988796,0.027223165099273826,0.8927469280240148,0.15372517456988796,0.047515351698236334,0.5647715058636147,0.15372517456988796,0.004142380035335641,0.9947256652095386,0.15372517456988796,0.005498191402242423,0.9920466553535889,0.15372517456988796,0.019971163504015583,0.9651601748733976,0.15372517456988796,0.017862038475501513,0.8608028528732213,0.15372517456988796,0.02625545386469949,0.5367450014731936,0.5,0.15372517456988796,0.10107401381603853,0.2233627165873197,0.0,1.0088930737490813,1.0110619739110658 -8267,0.5,0.15372517456988796,0.038170146564377644,0.8694236465599393,0.15372517456988796,0.01692754817851182,1.0134725557731947,0.15372517456988796,0.045503780444461545,0.9342303884688984,0.15372517456988796,0.11579443115747194,0.7559620512351236,0.15372517456988796,0.01792355853635322,1.0215280575326584,0.15372517456988796,0.007694005446869934,0.9787584069773266,0.15372517456988796,0.02421081306096677,0.9883083435766192,0.15372517456988796,0.04448583672864658,0.8337232792537459,0.5,0.15372517456988796,0.03269166388888374,0.8418352712823876,0.15372517456988796,0.1591768746100065,0.5486873868870203,0.5,0.15372517456988796,0.060031271649947426,0.9757657323754731,0.15372517456988796,0.08689412541740284,0.8000491004587007,0.15372517456988796,0.00723093576026382,0.9848413475885713,0.15372517456988796,0.019413330907353126,0.988175143848119,0.15372517456988796,0.04019438509928367,0.9898920110970524,0.15372517456988796,0.0428241885263284,0.9132687351557948,0.15372517456988796,0.053347357425991664,0.7471470794688656,0.5,0.15372517456988796,0.1505893003320561,0.37311444519196535,0.0,1.0091475190515085,1.0110311386947048 -8268,0.5,0.15372517456988796,0.05310176834881251,0.8953140912592921,0.15372517456988796,0.014301592664557782,1.013188223751157,0.15372517456988796,0.09358615151511121,0.9263254080707934,0.15372517456988796,0.12703283316460318,0.7752650340536641,0.15372517456988796,0.028217078941754473,1.0215522750720867,0.15372517456988796,0.022771958822918673,0.9671879126355569,0.15372517456988796,0.015508905986755986,0.9695657290807757,0.15372517456988796,0.05560840739716662,0.8003087967919049,0.5,0.15372517456988796,0.05343119315387365,0.8626209685445201,0.15372517456988796,0.20255704332223703,0.731538157066041,0.5,0.15372517456988796,0.09169938575243354,0.9658528376649046,0.15372517456988796,0.09603676133180551,0.8334693632172068,0.15372517456988796,0.014049367960911937,0.9888618671631082,0.15372517456988796,0.034824169965593954,0.9840400894082444,0.15372517456988796,0.04990161203129056,0.9998202465677754,0.15372517456988796,0.06444369298981346,0.903236091638132,0.15372517456988796,0.06980121053634168,0.8531378644350417,0.5,0.15372517456988796,0.17781185373770628,0.49355723832672777,0.0,1.00105147109116,1.0107569489437307 -8269,0.5,0.15372517456988796,0.045106338483890465,0.9124994074597984,0.15372517456988796,0.018515394735355767,1.0137081560425665,0.15372517456988796,0.0892485510825438,0.970623701817545,0.15372517456988796,0.10823615862839485,0.7901685910073051,0.15372517456988796,0.029823571226140457,1.0215211197742935,0.15372517456988796,0.02907104556066488,0.9750858719638922,0.15372517456988796,0.0460867659264045,0.9819026302921474,0.15372517456988796,0.048717354432162775,0.7765023236723649,0.5,0.15372517456988796,0.052365615195923906,0.8920283755187031,0.15372517456988796,0.20122446017199208,0.8275874128757201,0.5,0.15372517456988796,0.11600976271833234,0.9601557628359962,0.15372517456988796,0.12319047291545568,0.8849406398305595,0.15372517456988796,0.023858992786857155,0.9589064135922177,0.15372517456988796,0.027152650129624728,0.983613998358178,0.15372517456988796,0.054594580625666966,0.9932252943204732,0.15372517456988796,0.06725079983794402,0.8570019554213311,0.15372517456988796,0.06888117299308939,0.857183749382491,0.5,0.15372517456988796,0.17772673167750003,0.5971594503362586,0.0,0.9923707165989577,1.0106420850856876 -8270,0.5,0.15372517456988796,0.03311849064139973,0.93767820729542,0.15372517456988796,0.031220471356633132,1.0205406115973945,0.15372517456988796,0.06365699116939182,0.9759527520801945,0.15372517456988796,0.08234132969007724,0.8127720421306621,0.15372517456988796,0.01176532387729509,1.0217391304347827,0.15372517456988796,0.028989402925795802,1.0040251351830853,0.15372517456988796,0.02452879216941155,0.9821386139725621,0.15372517456988796,0.061891212299653074,0.7925126260624211,0.5,0.15372517456988796,0.046987658972086566,0.9022023435442961,0.15372517456988796,0.16595822495284257,0.9161193712439828,0.5,0.15372517456988796,0.06954836227898699,1.019874620130972,0.15372517456988796,0.09823506362759464,0.9266160453558413,0.15372517456988796,0.0168415179446089,0.9402369906378825,0.15372517456988796,0.015385606263954589,0.9866719932044634,0.15372517456988796,0.04521403024514692,0.9875633091914755,0.15372517456988796,0.058049917104783695,0.8350707034519623,0.15372517456988796,0.054967541855035565,0.8589268802916927,0.5,0.15372517456988796,0.14947647272299386,0.6384841799463836,0.0,0.9815152273499177,1.0109478289927307 -8271,0.5,0.15372517456988796,0.01449838033950675,0.945536342446325,0.15372517456988796,0.016703260034544285,1.018620187944916,0.15372517456988796,0.040830535873640314,0.9600567721555539,0.15372517456988796,0.034653496675501244,0.8639410437383619,0.15372517456988796,0.015229252204371317,1.0217391304347827,0.15372517456988796,0.02116764435906995,0.9988657258080615,0.15372517456988796,0.02265173596960738,0.9816806998482625,0.15372517456988796,0.033129612769213806,0.8301481509552928,0.5,0.15372517456988796,0.03214868872983682,0.959509884036854,0.15372517456988796,0.056474985789085774,0.9406979123710869,0.5,0.15372517456988796,0.017605336869035884,1.0013521827796947,0.15372517456988796,0.0531301593353738,0.913480881041828,0.15372517456988796,0.006928771042046238,0.9661417696556613,0.15372517456988796,0.009818334395625813,0.9920399839352543,0.15372517456988796,0.014843864968780356,0.9796983348719727,0.15372517456988796,0.02945804919368506,0.8479921517021615,0.15372517456988796,0.02658811327697061,0.90599092312405,0.5,0.15372517456988796,0.07639751795319454,0.7592471334705022,0.0,0.988610155476055,1.010799271937268 -8272,0.5,0.15372517456988796,0.00013039800175953264,0.9187535276488006,0.15372517456988796,0.00012120582563158777,1.018895907618247,0.15372517456988796,0.0,0.9418682769245016,0.15372517456988796,4.536986045718562e-05,0.8536808812804639,0.15372517456988796,0.000526646377614417,1.0217391304347827,0.15372517456988796,0.001573459341982319,0.9971145347066455,0.15372517456988796,0.0009708948633593629,0.9762137433367732,0.15372517456988796,0.004930945598609541,0.9001384344774022,0.5,0.15372517456988796,0.007391308964927458,0.9896995917855066,0.15372517456988796,0.01656582503582434,0.9114764640441844,0.5,0.15372517456988796,0.006776205189205401,0.9835174968331291,0.15372517456988796,0.013075778216402515,0.8972101377909301,0.15372517456988796,0.0002890799544501338,0.9614910142647428,0.15372517456988796,0.0007184232775335072,0.9643633229821189,0.15372517456988796,1.2028184076331583e-05,0.982970145661108,0.15372517456988796,0.00033775650939609473,0.8797179925026322,0.15372517456988796,0.0001990694070307026,0.9118075025984387,0.5,0.15372517456988796,0.002389363166538137,0.8220459944321542,0.0,1.0094922265602262,1.0090531417948094 -8273,0.5,0.15372517456988796,0.0,0.8990831352081693,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9396153145332486,0.15372517456988796,0.0,0.8057650752895859,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0084598140881322,0.15372517456988796,0.0,0.9896697220882986,0.15372517456988796,0.0,0.9707161639921826,0.5,0.15372517456988796,0.0,0.9776220117389687,0.15372517456988796,0.0,0.8753800759172592,0.5,0.15372517456988796,0.0,1.0204657615783557,0.15372517456988796,0.0,0.9314027071026351,0.15372517456988796,0.0,0.9188669555374349,0.15372517456988796,0.0,0.9719167908567743,0.15372517456988796,0.0,0.9850989016099487,0.15372517456988796,0.0,0.8968205811373325,0.15372517456988796,0.0,0.917190767627001,0.5,0.15372517456988796,0.0,0.8528447366241616,0.0,1.0096683404702864,1.0095549991130102 -8274,0.5,0.15372517456988796,0.0,0.910896988298137,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9474417196024811,0.15372517456988796,0.0,0.8013425438925474,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0148063144241095,0.15372517456988796,0.0,0.9975787270551706,0.15372517456988796,0.0,0.9953260986701691,0.5,0.15372517456988796,0.0,0.9689736198385943,0.15372517456988796,0.0,0.8389472322748247,0.5,0.15372517456988796,0.0,1.0200512929811751,0.15372517456988796,0.0,0.9545207700108267,0.15372517456988796,0.0,0.9457846893194809,0.15372517456988796,0.0,0.9709348665523201,0.15372517456988796,0.0,1.0022856623223217,0.15372517456988796,0.0,0.9499082470209677,0.15372517456988796,0.0,0.9691963921551743,0.5,0.15372517456988796,0.0,0.886927721488181,0.0,1.0094378145820082,1.0097558539837235 -8275,0.5,0.15372517456988796,0.0,0.9299472512657821,0.15372517456988796,0.0,1.017661712629182,0.15372517456988796,0.0,0.9675604920480358,0.15372517456988796,0.0,0.8435775189591994,0.15372517456988796,0.0,1.0211161415918404,0.15372517456988796,0.0,1.0029921093010068,0.15372517456988796,0.0,1.013870071370043,0.15372517456988796,0.0,0.9777288651256408,0.5,0.15372517456988796,0.0,0.9694079752031144,0.15372517456988796,0.0,0.7885730346681425,0.5,0.15372517456988796,0.0,1.0184178382263072,0.15372517456988796,0.0,0.9574891920284296,0.15372517456988796,0.0,0.973073694049305,0.15372517456988796,0.0,0.9555128465971153,0.15372517456988796,0.0,1.0097975966357096,0.15372517456988796,0.0,0.9799989190261512,0.15372517456988796,0.0,0.990818241771776,0.5,0.15372517456988796,0.0,0.9238297908915848,0.0,1.0097351983778304,1.0091576428225077 -8276,0.5,0.15372517456988796,0.0,0.9487464439653428,0.15372517456988796,0.0,1.012704681431138,0.15372517456988796,0.0,0.9855894597024976,0.15372517456988796,0.0,0.8779123154548465,0.15372517456988796,0.0,0.9895988832256428,0.15372517456988796,0.0,0.9918333457719646,0.15372517456988796,0.0,1.0003174574666311,0.15372517456988796,0.0,0.9451689218070637,0.5,0.15372517456988796,0.0,0.9497664048721488,0.15372517456988796,0.0,0.7275546164890081,0.5,0.15372517456988796,0.0,1.0089305061134994,0.15372517456988796,0.0,0.9582266200760293,0.15372517456988796,0.0,0.9413877769176724,0.15372517456988796,0.0,0.9454955965228995,0.15372517456988796,0.0,1.0145507695901363,0.15372517456988796,0.0,0.9722909627666244,0.15372517456988796,0.0,0.9972765817244615,0.5,0.15372517456988796,0.0,0.9197445770571473,0.0,1.009700298162667,1.0091322314077291 -8277,0.5,0.15372517456988796,0.0,0.9509232412369891,0.15372517456988796,0.0,1.016439298236559,0.15372517456988796,0.0,0.997079374539682,0.15372517456988796,0.0,0.8707549143048889,0.15372517456988796,0.0,0.9920276130381903,0.15372517456988796,0.0,0.9975274291904701,0.15372517456988796,0.0,0.9728800686245492,0.15372517456988796,0.0,0.9508027989106822,0.5,0.15372517456988796,0.0,0.9182732121910117,0.15372517456988796,0.0,0.7480072020366866,0.5,0.15372517456988796,0.0,1.0090055987806033,0.15372517456988796,0.0,0.9487674245611053,0.15372517456988796,0.0,0.934367116260167,0.15372517456988796,0.0,0.9321784505787507,0.15372517456988796,0.0,1.0095680072548276,0.15372517456988796,0.0,0.9395884319347076,0.15372517456988796,0.0,0.986990009623057,0.5,0.15372517456988796,0.0,0.8771618290320534,0.0,1.0078345588238733,1.0094006430729874 -8278,0.5,0.15372517456988796,0.0,0.9563734951917271,0.15372517456988796,0.0,1.0153704891748383,0.15372517456988796,0.0,1.0002097989187448,0.15372517456988796,0.0,0.9041752697704526,0.15372517456988796,0.0,0.9882033413172312,0.15372517456988796,0.0,1.0086699944708428,0.15372517456988796,0.0,0.9565397875247211,0.15372517456988796,0.0,0.9439648124408927,0.5,0.15372517456988796,0.0,0.8878599179460004,0.15372517456988796,0.0,0.8232424352127296,0.5,0.15372517456988796,0.0,1.0076004664248674,0.15372517456988796,0.0,0.92292759140922,0.15372517456988796,0.0,0.9541399973502794,0.15372517456988796,0.0,0.9170087175731382,0.15372517456988796,0.0,0.986473710571146,0.15372517456988796,0.0,0.9240705644244864,0.15372517456988796,0.0,0.9788923589942053,0.5,0.15372517456988796,0.0,0.8425707457517817,0.0,1.0086938021597418,1.008814344322263 -8279,0.5,0.15372517456988796,0.0,0.9413871009498953,0.15372517456988796,0.0,0.9992223092285294,0.15372517456988796,0.0,0.9784819977058263,0.15372517456988796,0.0,0.9444933507319396,0.15372517456988796,0.0,0.9593309714193666,0.15372517456988796,0.0,0.9725220424525376,0.15372517456988796,0.0,0.9647652171484494,0.15372517456988796,0.0,0.8940311173790554,0.5,0.15372517456988796,0.0,0.8539440469225413,0.15372517456988796,0.0,0.856418825835743,0.5,0.15372517456988796,0.0,1.0014755852376545,0.15372517456988796,0.0,0.9038925573934166,0.15372517456988796,0.0,0.9430196112455761,0.15372517456988796,0.0,0.8807499835964716,0.15372517456988796,0.0,0.9632388125910085,0.15372517456988796,0.0,0.9245431053676738,0.15372517456988796,0.0,0.9614706735546493,0.5,0.15372517456988796,0.0,0.838751754689402,0.0,1.0101502308260701,1.0083119090540227 -8280,0.5,0.15372517456988796,0.0,0.9068549008215229,0.15372517456988796,0.0,0.9973355069088834,0.15372517456988796,0.0,0.9556091902152489,0.15372517456988796,0.0,0.9229988540235396,0.15372517456988796,0.0,0.9124791182492997,0.15372517456988796,0.0,0.9392414994991625,0.15372517456988796,0.0,0.9608168086520528,0.15372517456988796,0.0,0.8433678200872952,0.5,0.15372517456988796,0.0,0.8384286693968384,0.15372517456988796,0.0,0.7974848793397719,0.5,0.15372517456988796,0.0,0.9895149995237568,0.15372517456988796,0.0,0.8798700679845703,0.15372517456988796,0.0,0.9330068734544391,0.15372517456988796,0.0,0.8386039340677576,0.15372517456988796,0.0,0.9437900177037566,0.15372517456988796,0.0,0.9464041256719056,0.15372517456988796,0.0,0.9345620750627336,0.5,0.15372517456988796,0.0,0.8422530119220033,0.0,1.0098713586915482,1.007342501560566 -8281,0.5,0.15372517456988796,0.0,0.8883349993522777,0.15372517456988796,0.0,0.9829556321134608,0.15372517456988796,0.0,0.9700192874887975,0.15372517456988796,0.0,0.900974998868242,0.15372517456988796,0.0,0.912834044383935,0.15372517456988796,0.0,0.9344921928283387,0.15372517456988796,0.0,0.9221717054746402,0.15372517456988796,0.0,0.8279694289004478,0.5,0.15372517456988796,0.0,0.8981928631161354,0.15372517456988796,0.0,0.704267576319606,0.5,0.15372517456988796,0.0,0.9792190710347216,0.15372517456988796,0.0,0.8501316303543994,0.15372517456988796,0.0,0.9282734474696819,0.15372517456988796,0.0,0.750573025428966,0.15372517456988796,0.0,0.9271624787110192,0.15372517456988796,0.0,0.9147109017098938,0.15372517456988796,0.0,0.8971473168244726,0.5,0.15372517456988796,0.0,0.8281000308393875,0.0,1.0094408340998868,1.0059442214459173 -8282,0.5,0.15372517456988796,0.0,0.886287108500746,0.15372517456988796,0.0,0.9163524654675284,0.15372517456988796,0.0,0.9924608214363502,0.15372517456988796,0.0,0.9118653217371048,0.15372517456988796,0.0,0.9217875376496129,0.15372517456988796,0.0,0.9423818665865478,0.15372517456988796,0.0,0.8653781010253677,0.15372517456988796,0.0,0.844430873242436,0.5,0.15372517456988796,0.0,0.9301643118277244,0.15372517456988796,0.0,0.6317016943112421,0.5,0.15372517456988796,0.0,1.0016377057743886,0.15372517456988796,0.0,0.8111380268254758,0.15372517456988796,0.0,0.8944539279185387,0.15372517456988796,0.0,0.6677906107103004,0.15372517456988796,0.0,0.8845973613469842,0.15372517456988796,0.0,0.8815659938029587,0.15372517456988796,0.0,0.871310477873237,0.5,0.15372517456988796,0.0,0.7930363891020895,0.0,1.009904713820555,1.0049701906178221 -8283,0.5,0.15372517456988796,0.0,0.8421473662965892,0.15372517456988796,0.0,0.7922435276340688,0.15372517456988796,0.0,0.962903204091936,0.15372517456988796,0.0,0.916230816897225,0.15372517456988796,0.0,0.9028248863107078,0.15372517456988796,0.0,0.9348044941162094,0.15372517456988796,0.0,0.882615621635367,0.15372517456988796,0.0,0.8520336039885267,0.5,0.15372517456988796,0.0,0.9222288237177496,0.15372517456988796,0.0,0.524767630816113,0.5,0.15372517456988796,0.0,1.016646938812659,0.15372517456988796,0.0,0.7251113387799341,0.15372517456988796,0.0,0.8150546155657173,0.15372517456988796,0.0,0.64291685404259,0.15372517456988796,0.0,0.8330974879987975,0.15372517456988796,0.0,0.8862072915553836,0.15372517456988796,0.0,0.8730768266139393,0.5,0.15372517456988796,0.0,0.7511991587511416,0.0,1.0100425030145042,1.004164392516154 -8284,0.5,0.15372517456988796,0.0,0.766520054818585,0.15372517456988796,0.0,0.7796175321060531,0.15372517456988796,0.0,0.922044357192098,0.15372517456988796,0.0,0.8938428200048523,0.15372517456988796,0.0,0.8310299756784986,0.15372517456988796,0.0,0.9477215351382693,0.15372517456988796,0.0,0.9306438344269763,0.15372517456988796,0.0,0.8523761000374783,0.5,0.15372517456988796,0.0,0.9076641706154842,0.15372517456988796,0.0,0.36440869413596394,0.5,0.15372517456988796,0.0,1.0105340430419036,0.15372517456988796,0.0,0.6108165306173957,0.15372517456988796,0.0,0.7160577697848463,0.15372517456988796,0.0,0.6199761785401299,0.15372517456988796,0.0,0.7478448079624749,0.15372517456988796,0.0,0.914339039294796,0.15372517456988796,0.0,0.8811154572246072,0.5,0.15372517456988796,0.0,0.6632679064838586,0.0,1.0036794071335535,1.001689854647304 -8285,0.5,0.15372517456988796,0.0,0.692761826363348,0.15372517456988796,0.0,0.5051908711239512,0.15372517456988796,0.0,0.8916719665902693,0.15372517456988796,0.0,0.8522472955301729,0.15372517456988796,0.0,0.8516144166909334,0.15372517456988796,0.0,0.97651432935808,0.15372517456988796,0.0,0.9378054308335229,0.15372517456988796,0.0,0.8496112363536078,0.5,0.15372517456988796,0.0,0.9193018677637571,0.15372517456988796,0.0,0.22882828894894483,0.5,0.15372517456988796,0.0,0.9953892468658352,0.15372517456988796,0.0,0.47409257573105296,0.15372517456988796,0.0,0.6501423875149165,0.15372517456988796,0.0,0.6739165455425806,0.15372517456988796,0.0,0.681512200693748,0.15372517456988796,0.0,0.9072849384098194,0.15372517456988796,0.0,0.8705736520566711,0.5,0.15372517456988796,0.0,0.5258243892501244,0.0,0.9715932579121229,0.9872252138620714 -8286,0.5,0.15372517456988796,0.0,0.6245618383520233,0.15372517456988796,0.0,0.5561358953540034,0.15372517456988796,0.0,0.9148134425861595,0.15372517456988796,0.0,0.8222916622191623,0.15372517456988796,0.0,0.9039251451583834,0.15372517456988796,0.0,0.9653159494415746,0.15372517456988796,0.0,0.9500380580411424,0.15372517456988796,0.0,0.847829501497596,0.5,0.15372517456988796,0.0,0.9250587365126285,0.15372517456988796,0.0,0.15405390361787064,0.5,0.15372517456988796,0.0,0.9586469552461367,0.15372517456988796,0.0,0.3590736514877144,0.15372517456988796,0.0,0.7200709840217873,0.15372517456988796,0.0,0.6952953610169128,0.15372517456988796,0.0,0.7262601715961254,0.15372517456988796,0.0,0.9001619721891947,0.15372517456988796,0.0,0.8300290640336839,0.5,0.15372517456988796,0.0,0.38875734274413637,0.0,0.9426442700276141,0.977295013037051 -8287,0.5,0.15372517456988796,0.0,0.5976055975052161,0.15372517456988796,0.0,0.6263886259301934,0.15372517456988796,0.0,0.9278991329888591,0.15372517456988796,0.0,0.8115344553230485,0.15372517456988796,0.0,0.9731936345583989,0.15372517456988796,0.0,0.982111582891501,0.15372517456988796,0.0,0.9510596484812454,0.15372517456988796,0.0,0.9001294978564776,0.5,0.15372517456988796,0.0,0.9271309755449303,0.15372517456988796,0.0,0.11220300582202601,0.5,0.15372517456988796,0.0,0.8951472013924058,0.15372517456988796,0.0,0.28907964605280134,0.15372517456988796,0.0,0.7294887723470646,0.15372517456988796,0.0,0.7476215809622238,0.15372517456988796,0.0,0.7578541524402223,0.15372517456988796,0.0,0.9141475510604078,0.15372517456988796,0.0,0.7518457341996575,0.5,0.15372517456988796,0.0,0.25502648501389225,0.0,0.9501039380256942,0.9625449399633093 -8288,0.5,0.15372517456988796,0.0,0.6293768208866031,0.15372517456988796,0.0,0.5680316541492189,0.15372517456988796,0.0,0.9264979064173611,0.15372517456988796,0.0,0.7972851220100063,0.15372517456988796,0.0,1.018835176995436,0.15372517456988796,0.0,1.0055567522923874,0.15372517456988796,0.0,0.9648817055569783,0.15372517456988796,0.0,0.9281283451857844,0.5,0.15372517456988796,0.0,0.9399438090695879,0.15372517456988796,0.0,0.09623930057452144,0.5,0.15372517456988796,0.0,0.7686714440785154,0.15372517456988796,0.0,0.26138700115311053,0.15372517456988796,0.0,0.7612004518808496,0.15372517456988796,0.0,0.7781889263329269,0.15372517456988796,0.0,0.8541445856252596,0.15372517456988796,0.0,0.9231658948734096,0.15372517456988796,0.0,0.646473349065753,0.5,0.15372517456988796,0.0,0.16797707238793194,0.0,0.9178088805940933,0.8178597349268011 -8289,0.5,0.15372517456988796,0.00020590145072089342,0.6559106707575023,0.15372517456988796,0.0,0.6994210283217477,0.15372517456988796,0.0007794220644948139,0.8977741064799231,0.15372517456988796,0.0020723747094383406,0.7795801164428311,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.004087258051317,0.15372517456988796,0.0,0.9998578432899066,0.15372517456988796,0.0,0.9094440154226029,0.5,0.15372517456988796,6.916634156327989e-05,0.9495431095527476,0.15372517456988796,0.005813116462635163,0.08531016696443297,0.5,0.15372517456988796,0.0015552279472354638,0.6434034779721951,0.15372517456988796,0.0036783395212709757,0.2772355028197153,0.15372517456988796,0.0,0.7100253327300392,0.15372517456988796,0.0,0.9091042742812379,0.15372517456988796,0.0,0.9492754066305128,0.15372517456988796,2.0637050526175172e-05,0.9597014480065768,0.15372517456988796,0.0019641686902924964,0.5416264713587937,0.5,0.15372517456988796,0.009712738197369664,0.11832639407200302,0.0,0.8253999071865441,0.7848511958038444 -8290,0.5,0.15372517456988796,0.011174475672215394,0.734694371903976,0.15372517456988796,0.00216090792858779,0.955867536129094,0.15372517456988796,0.026026496771421565,0.9499766793290129,0.15372517456988796,0.04815112506273868,0.8026975540591105,0.15372517456988796,0.0026186328169721437,1.0217391304347827,0.15372517456988796,0.004732102347039293,1.0066899048147468,0.15372517456988796,0.01150217777637967,1.018562140597904,0.15372517456988796,0.012399318437505708,0.957039039751997,0.5,0.15372517456988796,0.011282886941024625,0.9778380935402551,0.15372517456988796,0.09753240221989148,0.05941962322561556,0.5,0.15372517456988796,0.05184899340849655,0.6877484501147688,0.15372517456988796,0.08076537075238535,0.30468544204171144,0.15372517456988796,0.0022926776229859444,0.7511309986957672,0.15372517456988796,0.0020999486028843058,0.999312383815635,0.15372517456988796,0.011040552924789006,0.9998733519515615,0.15372517456988796,0.006985468884560719,0.9945618521453132,0.15372517456988796,0.036489770022640394,0.5399667219837463,0.5,0.15372517456988796,0.10568051112961876,0.10331777977601427,0.0,0.8653351364700648,1.0093512356982464 -8291,0.5,0.15372517456988796,0.03206674933878133,0.8453421840064176,0.15372517456988796,0.008749757451544531,1.021739130434783,0.15372517456988796,0.049764009694112564,0.9669823771442837,0.15372517456988796,0.10622665137105133,0.8581524949716688,0.15372517456988796,0.011068614888234282,1.0217391304347827,0.15372517456988796,0.02519288955924799,1.021739130434783,0.15372517456988796,0.03829467119199725,1.0204408631303792,0.15372517456988796,0.04441917507813984,1.0193610847485375,0.5,0.15372517456988796,0.0379756523593788,1.0079013196885935,0.15372517456988796,0.20954660608434234,0.03928644396729386,0.5,0.15372517456988796,0.11988594951888643,0.735520802633169,0.15372517456988796,0.18098408403642371,0.3242891257258903,0.15372517456988796,0.009359048021518301,0.8991059314717945,0.15372517456988796,0.0097120787336335,1.010596432794804,0.15372517456988796,0.03437054524487618,1.0167614477903313,0.15372517456988796,0.014445896684836923,1.0156295521604173,0.15372517456988796,0.09806487067663598,0.6062540721152369,0.5,0.15372517456988796,0.21979649893484465,0.08580839669183064,0.0,0.9311127268011961,1.0114391641388607 -8292,0.5,0.15372517456988796,0.04589571241602211,0.9105621217363544,0.15372517456988796,0.02165244131209756,1.021739130434783,0.15372517456988796,0.0699621088515116,1.0144643479617614,0.15372517456988796,0.130194293476619,0.8689697379056734,0.15372517456988796,0.029515749910026593,1.0217391304347827,0.15372517456988796,0.028005934327436154,1.021739130434783,0.15372517456988796,0.05919824360633005,1.0217391304347827,0.15372517456988796,0.05668505038599736,1.0216578443850999,0.5,0.15372517456988796,0.06082226845066947,1.0169901789664042,0.15372517456988796,0.2903493868793569,0.03130502508494933,0.5,0.15372517456988796,0.1751089762087718,0.8193017042188818,0.15372517456988796,0.24129013731686472,0.35180567747935676,0.15372517456988796,0.013160999322020365,0.9864020304829588,0.15372517456988796,0.021780090074003063,1.0083682239559375,0.15372517456988796,0.04374052907226672,1.0215891356257036,0.15372517456988796,0.023912759196257977,1.0215424239110606,0.15372517456988796,0.16820818898075268,0.6431149138661514,0.5,0.15372517456988796,0.32625831770180724,0.08011908017320651,0.0,0.9343571699060621,1.0114004238927088 -8293,0.5,0.15372517456988796,0.04968527257953674,0.9541806685835635,0.15372517456988796,0.019519037965414415,1.021739130434783,0.15372517456988796,0.06266185835782875,1.0195161575499936,0.15372517456988796,0.1174122294371087,0.9026604402093381,0.15372517456988796,0.023881756758580116,1.0217391304347827,0.15372517456988796,0.017029191932884043,1.021739130434783,0.15372517456988796,0.04102546956552758,1.0217391304347827,0.15372517456988796,0.05888130878488128,1.0217146323118391,0.5,0.15372517456988796,0.06821166155263912,1.0198712480182766,0.15372517456988796,0.2824540014425553,0.02568206310799419,0.5,0.15372517456988796,0.21284585580009135,0.9046133455332154,0.15372517456988796,0.26418333856813747,0.36766048747584784,0.15372517456988796,0.01559157264803701,1.0081902017337043,0.15372517456988796,0.030264016169157117,1.0094116970113358,0.15372517456988796,0.039042554504181454,1.0215610155889636,0.15372517456988796,0.034072640239984034,1.021739130434783,0.15372517456988796,0.19481492550024634,0.6831344926841983,0.5,0.15372517456988796,0.35162091701030895,0.07069027326235997,0.0,0.9889028706094649,1.0114391641388607 -8294,0.5,0.15372517456988796,0.035661208019711885,0.9896174364494641,0.15372517456988796,0.028644822342061824,1.021739130434783,0.15372517456988796,0.0487059255770361,1.0216270931439277,0.15372517456988796,0.09962299896223431,0.9525250913177044,0.15372517456988796,0.007570793046228351,1.0217391304347827,0.15372517456988796,0.008673105292381415,1.021739130434783,0.15372517456988796,0.023720537835050876,1.0217391304347827,0.15372517456988796,0.05548038684680087,1.0217391304347825,0.5,0.15372517456988796,0.06132396746085367,1.0191049871217512,0.15372517456988796,0.2297074924947634,0.022270931954581807,0.5,0.15372517456988796,0.1706063781887006,0.9703954998463288,0.15372517456988796,0.21994447831329117,0.41356342894422193,0.15372517456988796,0.018309814559878325,1.0030915515792869,0.15372517456988796,0.014594596124871965,1.0130364855222629,0.15372517456988796,0.02705913213762641,1.0217391304347827,0.15372517456988796,0.03335965808543623,1.021739130434783,0.15372517456988796,0.1684981310492833,0.7143604315843793,0.5,0.15372517456988796,0.3021781510530144,0.051952488061150603,0.0,1.0098282731484611,1.0114391641388607 -8295,0.5,0.15372517456988796,0.01585021965382483,1.0122137242144158,0.15372517456988796,0.009714341883997911,1.021739130434783,0.15372517456988796,0.03651251891797623,1.0216965951174337,0.15372517456988796,0.05523223664629577,0.9819424349546962,0.15372517456988796,0.001491125066403197,1.0217391304347827,0.15372517456988796,0.006791245020869092,1.021739130434783,0.15372517456988796,0.006926496665456677,1.0217391304347827,0.15372517456988796,0.05090272652196996,1.0217391304347825,0.5,0.15372517456988796,0.04906670632881852,1.0169838456366769,0.15372517456988796,0.11048635490974837,0.025765194688226533,0.5,0.15372517456988796,0.09039812493676849,0.9963948091439316,0.15372517456988796,0.11547931294433869,0.4973063331632697,0.15372517456988796,0.007988426208445601,1.005883417382945,0.15372517456988796,0.0029563144551088744,1.0140766079873493,0.15372517456988796,0.010014336899106864,1.0217391304347827,0.15372517456988796,0.018626376884777196,1.021739130434783,0.15372517456988796,0.08749481157170459,0.752179219608518,0.5,0.15372517456988796,0.19182034954885602,0.04215236615373644,0.0,1.0080885463024245,0.8807904023555848 -8296,0.5,0.15372517456988796,0.0002226722368930541,1.0188309692585682,0.15372517456988796,6.28103620727626e-05,1.021739130434783,0.15372517456988796,0.00032858657656172264,1.0217320842861395,0.15372517456988796,0.0,1.003852750884477,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0010129459960326608,1.021739130434783,0.15372517456988796,4.786378937021553e-05,1.0217391304347827,0.15372517456988796,0.008062212044434964,1.0217391304347825,0.5,0.15372517456988796,0.021179364702081024,1.0131944595293567,0.15372517456988796,0.024908649210256737,0.050198071623417766,0.5,0.15372517456988796,0.01671646764554968,0.9800246483103024,0.15372517456988796,0.04241105151987998,0.5969519160078756,0.15372517456988796,0.0004654204521146024,1.0082071674261535,0.15372517456988796,0.0,1.0141982165446684,0.15372517456988796,0.0002515297716773646,1.0217391304347827,0.15372517456988796,0.00048404642971617906,1.021739130434783,0.15372517456988796,0.0001860238989895615,0.787844033672277,0.5,0.15372517456988796,0.004008567012442246,0.06913050924714342,0.0,1.0073307776655411,0.9932658329209185 -8297,0.5,0.15372517456988796,0.0,1.0203392307490375,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217321774597148,0.15372517456988796,0.0,1.018583930546814,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0217391304347825,0.5,0.15372517456988796,0.0,1.016268059978605,0.15372517456988796,0.0,0.10313878301719266,0.5,0.15372517456988796,0.0,0.9888344723426784,0.15372517456988796,0.0,0.6293353143991564,0.15372517456988796,0.0,0.8978125158213341,0.15372517456988796,0.0,1.0142313074394114,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8262325645427903,0.5,0.15372517456988796,0.0,0.11238827587609801,0.0,1.010288034989066,1.0031151226219506 -8298,0.5,0.15372517456988796,0.0,1.02047238978108,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217321019251835,0.15372517456988796,0.0,1.0208510436089684,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0217391304347825,0.5,0.15372517456988796,0.0,1.0194086829668572,0.15372517456988796,0.0,0.14224199367271673,0.5,0.15372517456988796,0.0,1.0083146819326023,0.15372517456988796,0.0,0.6119247486991183,0.15372517456988796,0.0,0.9094720875085787,0.15372517456988796,0.0,1.0142516151127525,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8332831348534346,0.5,0.15372517456988796,0.0,0.1326276007144527,0.0,1.010288034989066,1.0093433808412398 -8299,0.5,0.15372517456988796,0.0,1.0204752925276892,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217345022354822,0.15372517456988796,0.0,1.0209005224741612,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0216664733547434,0.5,0.15372517456988796,0.0,1.0187314426347986,0.15372517456988796,0.0,0.13438607034102584,0.5,0.15372517456988796,0.0,1.013204359173686,0.15372517456988796,0.0,0.6078648007834679,0.15372517456988796,0.0,1.0121309772040794,0.15372517456988796,0.0,1.0105986327764218,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8487812272018472,0.5,0.15372517456988796,0.0,0.1186530319060664,0.0,1.010288034989066,1.009459870874508 -8300,0.5,0.15372517456988796,0.0,1.0204074922895885,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217340303685998,0.15372517456988796,0.0,1.0212714395631444,0.15372517456988796,0.0,1.0198172487623607,0.15372517456988796,0.0,1.0206848244078857,0.15372517456988796,0.0,1.021734382449216,0.15372517456988796,0.0,1.0177831547529028,0.5,0.15372517456988796,0.0,1.0197961323507698,0.15372517456988796,0.0,0.15206592866502489,0.5,0.15372517456988796,0.0,1.0143609170468395,0.15372517456988796,0.0,0.653467790134731,0.15372517456988796,0.0,1.0117416007950402,0.15372517456988796,0.0,0.9924699930299339,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8609741923025729,0.5,0.15372517456988796,0.0,0.1257930543342632,0.0,1.010288034989066,1.0104252282276343 -8301,0.5,0.15372517456988796,0.0,1.020276385501824,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217336346010122,0.15372517456988796,0.0,1.0215473508714266,0.15372517456988796,0.0,0.9762347599122996,0.15372517456988796,0.0,0.9899335112397236,0.15372517456988796,0.0,1.021605372241746,0.15372517456988796,0.0,0.9775454282614364,0.5,0.15372517456988796,0.0,1.0213685409341282,0.15372517456988796,0.0,0.23492932690723892,0.5,0.15372517456988796,0.0,1.016249317858594,0.15372517456988796,0.0,0.7259416962633546,0.15372517456988796,0.0,1.0094706642520346,0.15372517456988796,0.0,0.9434190113953567,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.8838620685325609,0.5,0.15372517456988796,0.0,0.1474400631534001,0.0,1.010288034989066,1.0087167190047006 -8302,0.5,0.15372517456988796,0.0,1.0201356447065526,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217337186835456,0.15372517456988796,0.0,1.021103256831277,0.15372517456988796,0.0,0.8446373061830401,0.15372517456988796,0.0,0.9092721475658352,0.15372517456988796,0.0,1.012693917043781,0.15372517456988796,0.0,0.8973067770822487,0.5,0.15372517456988796,0.0,1.0200485203227112,0.15372517456988796,0.0,0.23309184324618232,0.5,0.15372517456988796,0.0,1.0189078664457705,0.15372517456988796,0.0,0.7415641616396214,0.15372517456988796,0.0,0.9722798209865099,0.15372517456988796,0.0,0.8399962958503204,0.15372517456988796,0.0,1.0187805541471047,0.15372517456988796,0.0,1.0196262411079282,0.15372517456988796,0.0,0.9212914814903034,0.5,0.15372517456988796,0.0,0.2872011353001133,0.0,1.010288034989066,1.005409052490058 -8303,0.5,0.15372517456988796,0.0,1.019656948908169,0.15372517456988796,0.0,0.8755631128200049,0.15372517456988796,0.0,1.0217361019043383,0.15372517456988796,0.0,1.0206391802526318,0.15372517456988796,0.0,0.7331173016114266,0.15372517456988796,0.0,0.8428793724209351,0.15372517456988796,0.0,0.991896858097371,0.15372517456988796,0.0,0.786480824517055,0.5,0.15372517456988796,0.0,0.9818675661254599,0.15372517456988796,0.0,0.25694658665078524,0.5,0.15372517456988796,0.0,1.0197609892641302,0.15372517456988796,0.0,0.7337009644568157,0.15372517456988796,0.0,0.9020202957610572,0.15372517456988796,0.0,0.7654077227515496,0.15372517456988796,0.0,0.9909627705377612,0.15372517456988796,0.0,0.99109226814418,0.15372517456988796,0.0,0.9315089246339118,0.5,0.15372517456988796,0.0,0.29948693480289157,0.0,1.0102836008018907,1.0073020324550637 -8304,0.5,0.15372517456988796,0.0,1.0095173852265835,0.15372517456988796,0.0,0.8162015701280494,0.15372517456988796,0.0,1.0217188199803338,0.15372517456988796,0.0,1.0188092317579869,0.15372517456988796,0.0,0.6965389514934263,0.15372517456988796,0.0,0.7648108964100948,0.15372517456988796,0.0,0.9599378711645502,0.15372517456988796,0.0,0.6136471884262533,0.5,0.15372517456988796,0.0,0.8819203769072247,0.15372517456988796,0.0,0.2520108571439522,0.5,0.15372517456988796,0.0,1.0186383561445351,0.15372517456988796,0.0,0.719159680398675,0.15372517456988796,0.0,0.8961977154995091,0.15372517456988796,0.0,0.7826098616190967,0.15372517456988796,0.0,0.9161347966010879,0.15372517456988796,0.0,0.9169314456604356,0.15372517456988796,0.0,0.929479497768105,0.5,0.15372517456988796,0.0,0.24679053230416279,0.0,1.0102258875563794,1.0078967910277272 -8305,0.5,0.15372517456988796,0.0,0.9760192045654128,0.15372517456988796,0.0,0.9342716925545368,0.15372517456988796,0.0,1.006458302868066,0.15372517456988796,0.0,1.013821702949119,0.15372517456988796,0.0,0.7578222725188121,0.15372517456988796,0.0,0.7347671840639866,0.15372517456988796,0.0,0.9206913864656779,0.15372517456988796,0.0,0.48406697841192214,0.5,0.15372517456988796,0.0,0.7455488344520902,0.15372517456988796,0.0,0.2159666115410945,0.5,0.15372517456988796,0.0,1.0152799489626094,0.15372517456988796,0.0,0.6992958435389739,0.15372517456988796,0.0,0.8820786148223834,0.15372517456988796,0.0,0.8019587459056456,0.15372517456988796,0.0,0.8498625413955444,0.15372517456988796,0.0,0.8523702863604324,0.15372517456988796,0.0,0.9111129766873403,0.5,0.15372517456988796,0.0,0.2178749208211596,0.0,1.0082835763503728,1.0081622042134497 -8306,0.5,0.15372517456988796,0.0,0.9300163935860619,0.15372517456988796,0.0,0.9191233131837524,0.15372517456988796,0.0,0.9227775426487936,0.15372517456988796,0.0,0.9945745446681904,0.15372517456988796,0.0,0.8063212731683389,0.15372517456988796,0.0,0.609202611909571,0.15372517456988796,0.0,0.8847999993445974,0.15372517456988796,0.0,0.3823845665738912,0.5,0.15372517456988796,0.0,0.5418454603675217,0.15372517456988796,0.0,0.2130861912866893,0.5,0.15372517456988796,0.0,0.9840281785112808,0.15372517456988796,0.0,0.6342691229615084,0.15372517456988796,0.0,0.8484824130732096,0.15372517456988796,0.0,0.794068185626419,0.15372517456988796,0.0,0.8170310365015623,0.15372517456988796,0.0,0.7375458034340014,0.15372517456988796,0.0,0.8646884562286072,0.5,0.15372517456988796,0.0,0.20605124866851074,0.0,1.0073168106472257,1.0090767402860057 -8307,0.5,0.15372517456988796,0.0,0.8498868701903164,0.15372517456988796,0.0,0.8387767046884517,0.15372517456988796,0.0,0.7846828691036343,0.15372517456988796,0.0,0.9412831074250978,0.15372517456988796,0.0,0.8174736765822351,0.15372517456988796,0.0,0.5654512173100359,0.15372517456988796,0.0,0.8253835896780369,0.15372517456988796,0.0,0.31139321026031874,0.5,0.15372517456988796,0.0,0.34115799236836,0.15372517456988796,0.0,0.14976865529138395,0.5,0.15372517456988796,0.0,0.9580558950732856,0.15372517456988796,0.0,0.5485910435908096,0.15372517456988796,0.0,0.8726131832757519,0.15372517456988796,0.0,0.8443446719548275,0.15372517456988796,0.0,0.7721649969743489,0.15372517456988796,0.0,0.6005911729298246,0.15372517456988796,0.0,0.7918045620255837,0.5,0.15372517456988796,0.0,0.19886566618186335,0.0,1.004546164554988,1.0027112169233003 -8308,0.5,0.15372517456988796,0.0,0.74845144539488,0.15372517456988796,0.0,0.8868763541898502,0.15372517456988796,0.0,0.5947669314763903,0.15372517456988796,0.0,0.8147160189511777,0.15372517456988796,0.0,0.8330132696357022,0.15372517456988796,0.0,0.5978175060409371,0.15372517456988796,0.0,0.745132642199606,0.15372517456988796,0.0,0.23722624505675724,0.5,0.15372517456988796,0.0,0.20531016929055745,0.15372517456988796,0.0,0.13590087808715143,0.5,0.15372517456988796,0.0,0.8790961788184408,0.15372517456988796,0.0,0.46544443228816074,0.15372517456988796,0.0,0.9263720876631834,0.15372517456988796,0.0,0.8846832243962153,0.15372517456988796,0.0,0.7830778247868728,0.15372517456988796,0.0,0.4913118910625081,0.15372517456988796,0.0,0.6884788547587476,0.5,0.15372517456988796,0.0,0.17992291723139547,0.0,0.9968208116918051,1.0075403298626264 -8309,0.5,0.15372517456988796,0.0,0.6637137181207926,0.15372517456988796,0.0,0.94549799941553,0.15372517456988796,0.0,0.44636801355731,0.15372517456988796,0.0,0.6541685862155717,0.15372517456988796,0.0,0.8582766100331964,0.15372517456988796,0.0,0.6004494098263329,0.15372517456988796,0.0,0.70282036111852,0.15372517456988796,0.0,0.1864329386281306,0.5,0.15372517456988796,0.0,0.12539855811295975,0.15372517456988796,0.0,0.13234186880370685,0.5,0.15372517456988796,0.0,0.8457083494595966,0.15372517456988796,0.0,0.3795978425582946,0.15372517456988796,0.0,0.9725862994441405,0.15372517456988796,0.0,0.893980279545468,0.15372517456988796,0.0,0.7918446448782337,0.15372517456988796,0.0,0.3739229071616368,0.15372517456988796,0.0,0.5857607508575227,0.5,0.15372517456988796,0.0,0.17110822834511863,0.0,1.0005631044028118,1.008401190136614 -8310,0.5,0.15372517456988796,0.0,0.6554348770026145,0.15372517456988796,0.0,0.953846149162514,0.15372517456988796,0.0,0.3996041403180345,0.15372517456988796,0.0,0.5168337232848723,0.15372517456988796,0.0,0.8846424503752182,0.15372517456988796,0.0,0.5888572082310738,0.15372517456988796,0.0,0.7097472906212924,0.15372517456988796,0.0,0.1446002486898791,0.5,0.15372517456988796,0.0,0.07613381646278543,0.15372517456988796,0.0,0.11131917929007518,0.5,0.15372517456988796,0.0,0.7677812419932647,0.15372517456988796,0.0,0.30372624633792367,0.15372517456988796,0.0,0.9815455766587193,0.15372517456988796,0.0,0.8780867353063717,0.15372517456988796,0.0,0.7922579309236272,0.15372517456988796,0.0,0.3091109828782189,0.15372517456988796,0.0,0.48627825666485913,0.5,0.15372517456988796,0.0,0.15742409939387722,0.0,1.0052139573353265,1.0084803294058005 -8311,0.5,0.15372517456988796,0.0,0.6945899293853087,0.15372517456988796,0.0,0.9712919733437716,0.15372517456988796,0.0,0.39618206589265614,0.15372517456988796,0.0,0.4373671748894519,0.15372517456988796,0.0,0.8872101607392602,0.15372517456988796,0.0,0.5620584104893958,0.15372517456988796,0.0,0.6808071156062786,0.15372517456988796,0.0,0.13266798290271797,0.5,0.15372517456988796,0.0,0.05024101936805672,0.15372517456988796,0.0,0.11753580587428064,0.5,0.15372517456988796,0.0,0.6004638060630385,0.15372517456988796,0.0,0.26055232274814716,0.15372517456988796,0.0,0.9568269331036657,0.15372517456988796,0.0,0.8110916067211201,0.15372517456988796,0.0,0.809294375376773,0.15372517456988796,0.0,0.2435588424702269,0.15372517456988796,0.0,0.3517539712840745,0.5,0.15372517456988796,0.0,0.1226150270624595,0.0,1.0077723166575512,1.0083609135732385 -8312,0.5,0.15372517456988796,0.0,0.7182898790325434,0.15372517456988796,0.0,0.9761881105714684,0.15372517456988796,0.0,0.3541352917622955,0.15372517456988796,0.0,0.4073196332196172,0.15372517456988796,0.0,0.8695654573160697,0.15372517456988796,0.0,0.5458096337724022,0.15372517456988796,0.0,0.6472627108230027,0.15372517456988796,0.0,0.12524886556622844,0.5,0.15372517456988796,0.0,0.035997174612261665,0.15372517456988796,0.0,0.08491982821995225,0.5,0.15372517456988796,0.0,0.440416335449452,0.15372517456988796,0.0,0.2512576611557767,0.15372517456988796,0.0,0.8745727055866168,0.15372517456988796,0.0,0.7469485879360995,0.15372517456988796,0.0,0.8156218607321406,0.15372517456988796,0.0,0.2124946461065112,0.15372517456988796,0.0,0.2457640544385691,0.5,0.15372517456988796,0.0,0.10482709107587035,0.0,1.0090981988091237,0.9986747772396419 -8313,0.5,0.15372517456988796,0.00041927874899403604,0.7420441417714585,0.15372517456988796,0.0,0.9464390825101542,0.15372517456988796,0.000648591525637757,0.3023639655328216,0.15372517456988796,0.0013777849309325994,0.3667018154766081,0.15372517456988796,0.0,0.8119535046397872,0.15372517456988796,0.0,0.5358783420434075,0.15372517456988796,0.0,0.6400654299076441,0.15372517456988796,0.0,0.11522180129002135,0.5,0.15372517456988796,5.843153140010504e-06,0.025863267595332227,0.15372517456988796,0.003762730907976762,0.07481112818476808,0.5,0.15372517456988796,0.00016421959968449727,0.3171422883516051,0.15372517456988796,0.0019466201484417158,0.2423309115803986,0.15372517456988796,0.0,0.8226449580763422,0.15372517456988796,0.0,0.65944275413766,0.15372517456988796,0.0,0.8127958843599195,0.15372517456988796,2.9334193436715878e-05,0.21236382148959845,0.15372517456988796,0.0006376283392394688,0.19180407287142226,0.5,0.15372517456988796,0.004396753142931575,0.09701324316729205,0.0,1.0094311216581784,0.9963340775291645 -8314,0.5,0.15372517456988796,0.08087105231003083,0.7723080045917675,0.15372517456988796,0.012938160801497397,0.8872250167359345,0.15372517456988796,0.03904396376588423,0.347429487588995,0.15372517456988796,0.021986569225550732,0.36870610456860986,0.15372517456988796,0.0073574690181000746,0.6613143117737809,0.15372517456988796,0.05400917189223958,0.4851921291165592,0.15372517456988796,0.07379777490453383,0.6296115435824241,0.15372517456988796,0.03888203064400522,0.12047650300319121,0.5,0.15372517456988796,0.01599608127307079,0.032254527794274505,0.15372517456988796,0.061497118617996095,0.09135770554782187,0.5,0.15372517456988796,0.003972618941062356,0.21558369883328768,0.15372517456988796,0.039493874228559676,0.22727175831700636,0.15372517456988796,0.003031394687824701,0.7458083943274745,0.15372517456988796,0.00474949063602832,0.548289455060911,0.15372517456988796,0.06013381516519403,0.8082454721177177,0.15372517456988796,0.0358002567672429,0.24167004810542594,0.15372517456988796,0.00923590178185497,0.17360800298176923,0.5,0.15372517456988796,0.05036566238966734,0.08507663995028944,0.0,1.0092011662302112,0.9925794985425775 -8315,0.5,0.15372517456988796,0.17523571346805247,0.8295349146740711,0.15372517456988796,0.02770203679491373,0.7718163714006226,0.15372517456988796,0.10494967645642196,0.4824037709162489,0.15372517456988796,0.0622072668111635,0.44930579465451614,0.15372517456988796,0.017046540657791695,0.47405691223913515,0.15372517456988796,0.13831257288195226,0.40480629756597275,0.15372517456988796,0.18850396577643283,0.6136807056246549,0.15372517456988796,0.12730180893933019,0.16879106029493918,0.5,0.15372517456988796,0.04570415195887227,0.05622873286559645,0.15372517456988796,0.13614098856903314,0.07185623988442803,0.5,0.15372517456988796,0.01120514423717412,0.14194410202557026,0.15372517456988796,0.09008497634700399,0.23052210862432765,0.15372517456988796,0.012238378743553237,0.6972937829447825,0.15372517456988796,0.018536701104832982,0.45918729055932683,0.15372517456988796,0.13672230555959178,0.7960089448888683,0.15372517456988796,0.10382970653882714,0.2742643691666724,0.15372517456988796,0.02476213394090073,0.1530432950652495,0.5,0.15372517456988796,0.10246662338665166,0.08283103181881382,0.0,1.0060701384208135,0.9806337263233269 -8316,0.5,0.15372517456988796,0.1986655564766081,0.8104101154037812,0.15372517456988796,0.03871009404666592,0.5621817010514281,0.15372517456988796,0.15170265873280164,0.5376807192934656,0.15372517456988796,0.12653906406649607,0.4818047706536212,0.15372517456988796,0.029301826248922094,0.31944770189807425,0.15372517456988796,0.16670285404023436,0.34560893779746793,0.15372517456988796,0.2249340803054939,0.5786480679894745,0.15372517456988796,0.20564002414666036,0.20867886699126098,0.5,0.15372517456988796,0.06847729552876158,0.06674373853754116,0.15372517456988796,0.19353506591850053,0.06315546810639536,0.5,0.15372517456988796,0.02048302573513183,0.11910925174115546,0.15372517456988796,0.12985833597966095,0.23447299009537545,0.15372517456988796,0.028224806689307023,0.7216911287554857,0.15372517456988796,0.03965737502955684,0.38870295004319166,0.15372517456988796,0.157621755198257,0.7298088130183485,0.15372517456988796,0.15300371564040377,0.279879154640667,0.15372517456988796,0.04100680890842352,0.12879430016055968,0.5,0.15372517456988796,0.12223611393530194,0.0916638393890539,0.0,1.0015885315435036,0.9389353498424723 -8317,0.5,0.15372517456988796,0.15615734301099937,0.7052000456319808,0.15372517456988796,0.04454687411932991,0.39253394003787984,0.15372517456988796,0.16629371239993482,0.5279701687013502,0.15372517456988796,0.15065040987683365,0.4739086348312014,0.15372517456988796,0.05534347955206818,0.22337335591220583,0.15372517456988796,0.13703816244615424,0.26925928188467474,0.15372517456988796,0.17483437136273278,0.551084371487209,0.15372517456988796,0.25228204702664114,0.20642642917324325,0.5,0.15372517456988796,0.07959097716571421,0.06002162257037261,0.15372517456988796,0.21685392029731243,0.06483649355022511,0.5,0.15372517456988796,0.023650974242906415,0.08811629699793427,0.15372517456988796,0.12352871345722902,0.23200417714601063,0.15372517456988796,0.04327907671965024,0.764798794791918,0.15372517456988796,0.08304857757282597,0.3542567212756822,0.15372517456988796,0.13041509890051872,0.6060849466800242,0.15372517456988796,0.1786682937363177,0.282258423801293,0.15372517456988796,0.0453201648612487,0.09806013618271843,0.5,0.15372517456988796,0.10740384040023476,0.10094833619606788,0.0,0.9860732823299391,0.7424383742603897 -8318,0.5,0.15372517456988796,0.07568236728326524,0.5832219878309542,0.15372517456988796,0.04631555516844716,0.3263536957881841,0.15372517456988796,0.14651603044434805,0.4777225936650322,0.15372517456988796,0.13178723985304233,0.4337869246912116,0.15372517456988796,0.06802348600385769,0.15901157021433815,0.15372517456988796,0.0882610001201262,0.20937328242413478,0.15372517456988796,0.06561934358193226,0.4699078464726233,0.15372517456988796,0.26809900639871465,0.16999791799412797,0.5,0.15372517456988796,0.0778241701456025,0.052958794960711354,0.15372517456988796,0.1824646297045206,0.06206860148107082,0.5,0.15372517456988796,0.02131404930588418,0.06548016087652966,0.15372517456988796,0.08766416848419978,0.19507748147316106,0.15372517456988796,0.037786704261909415,0.7701281759096799,0.15372517456988796,0.1300574451736301,0.27549607859130576,0.15372517456988796,0.06905377134248031,0.4617941163288263,0.15372517456988796,0.15073130730147846,0.253657422047788,0.15372517456988796,0.03703938913290838,0.06936409947824246,0.5,0.15372517456988796,0.08818787611499035,0.11175572570503696,0.0,0.9744315742982869,0.6056053227026629 -8319,0.5,0.15372517456988796,0.015692308893171983,0.46255705092284594,0.15372517456988796,0.009539570367913745,0.18863094089895333,0.15372517456988796,0.085618139885454,0.3838758121774012,0.15372517456988796,0.06873293542353501,0.3622974442061305,0.15372517456988796,0.07337814284475654,0.12377554148463618,0.15372517456988796,0.038569709468285474,0.16408311530936098,0.15372517456988796,0.02258229100179252,0.3020646849520463,0.15372517456988796,0.21660142754731485,0.12130393687606339,0.5,0.15372517456988796,0.062452008999678246,0.03796275081013597,0.15372517456988796,0.09502654111045147,0.08639478201413055,0.5,0.15372517456988796,0.014540289436079464,0.04216820179733197,0.15372517456988796,0.04691272914869994,0.12424071906412518,0.15372517456988796,0.03396193946747742,0.765665513651201,0.15372517456988796,0.13576042526714477,0.19525674509194904,0.15372517456988796,0.02139911580020164,0.358743073467877,0.15372517456988796,0.07164336538825324,0.2021993997617343,0.15372517456988796,0.021651943289349933,0.04610733150780038,0.5,0.15372517456988796,0.05499558835442963,0.1423059039670274,0.0,0.9712714814183009,0.5633868558680905 -8320,0.5,0.15372517456988796,0.00010641562195340512,0.3793390395350859,0.15372517456988796,0.0,0.1361123665683477,0.15372517456988796,0.0,0.31343655800330256,0.15372517456988796,3.106907161507262e-05,0.2765310019512085,0.15372517456988796,0.0,0.12716000760170235,0.15372517456988796,0.004077609136743182,0.12163546961769786,0.15372517456988796,0.00021084311482587277,0.18850793436345598,0.15372517456988796,0.040345898518442835,0.0815042983886834,0.5,0.15372517456988796,0.022123280288217043,0.016098838765761663,0.15372517456988796,0.018473040444211795,0.1012238373055338,0.5,0.15372517456988796,0.003243455933272952,0.020325840148149175,0.15372517456988796,0.011171882167063371,0.07150588486455306,0.15372517456988796,4.471980476315666e-05,0.6317828602607345,0.15372517456988796,0.0,0.2360710313522921,0.15372517456988796,0.000334842562984961,0.2144600954135901,0.15372517456988796,0.0003323141355598408,0.1405333539913371,0.15372517456988796,0.00015680261177340152,0.03048006885737514,0.5,0.15372517456988796,0.0011794380853461905,0.12218786091712831,0.0,0.9817059099035985,0.501782980866276 -8321,0.5,0.15372517456988796,0.0,0.346980314396506,0.15372517456988796,0.0,0.06977156945878203,0.15372517456988796,0.0,0.27126588888935044,0.15372517456988796,0.0,0.22931193734205155,0.15372517456988796,0.0,0.1425847304219997,0.15372517456988796,0.0,0.10112225955143134,0.15372517456988796,0.0,0.12392420161829075,0.15372517456988796,0.0,0.0660017747837757,0.5,0.15372517456988796,0.0,0.011721344604711092,0.15372517456988796,0.0,0.10384933302331438,0.5,0.15372517456988796,0.0,0.008886910323807572,0.15372517456988796,0.0,0.05339605647178133,0.15372517456988796,0.0,0.48454078458991184,0.15372517456988796,0.0,0.2967666741605747,0.15372517456988796,0.0,0.14728000121843982,0.15372517456988796,0.0,0.09082567662531864,0.15372517456988796,0.0,0.02238822367017782,0.5,0.15372517456988796,0.0,0.113735855386238,0.0,0.9753861294857064,0.5830389891651053 -8322,0.5,0.15372517456988796,0.0,0.2858178696231403,0.15372517456988796,0.0,0.09266740356308062,0.15372517456988796,0.0,0.22342500202694432,0.15372517456988796,0.0,0.20987775227030334,0.15372517456988796,0.0,0.13344840293261775,0.15372517456988796,0.0,0.09859129239858097,0.15372517456988796,0.0,0.09953901909312457,0.15372517456988796,0.0,0.05804932966365178,0.5,0.15372517456988796,0.0,0.009357265847452698,0.15372517456988796,0.0,0.08688655698601448,0.5,0.15372517456988796,0.0,0.0039295488481819255,0.15372517456988796,0.0,0.04026835648215274,0.15372517456988796,0.0,0.4081363069201102,0.15372517456988796,0.0,0.31838918883889944,0.15372517456988796,0.0,0.15378023462229523,0.15372517456988796,0.0,0.06319072899220833,0.15372517456988796,0.0,0.01910995239778609,0.5,0.15372517456988796,0.0,0.0982599939655362,0.0,0.9474193820900269,0.8430348833120064 -8323,0.5,0.15372517456988796,0.0,0.23507180569474198,0.15372517456988796,0.0,0.13365767788139965,0.15372517456988796,0.0,0.17246958788526354,0.15372517456988796,0.0,0.19091498019842235,0.15372517456988796,0.0,0.12666284576524656,0.15372517456988796,0.0,0.09437428575031759,0.15372517456988796,0.0,0.08599322800320229,0.15372517456988796,0.0,0.042291333984497775,0.5,0.15372517456988796,0.0,0.0066072183379622135,0.15372517456988796,0.0,0.07350145190478646,0.5,0.15372517456988796,0.0,0.0021959579094252496,0.15372517456988796,0.0,0.027438741196988962,0.15372517456988796,0.0,0.29982376657969445,0.15372517456988796,0.0,0.35743409142864135,0.15372517456988796,0.0,0.19348517502168938,0.15372517456988796,0.0,0.04997176025605203,0.15372517456988796,0.0,0.014008125016395109,0.5,0.15372517456988796,0.0,0.07472482392328594,0.0,0.9466233497164119,0.9219153619997053 -8324,0.5,0.15372517456988796,0.0,0.2120221780721398,0.15372517456988796,0.0,0.3383467223563214,0.15372517456988796,0.0,0.128881847561882,0.15372517456988796,0.0,0.16144142680324186,0.15372517456988796,0.0,0.1198039659377594,0.15372517456988796,0.0,0.08096276240947896,0.15372517456988796,0.0,0.07802246945538563,0.15372517456988796,0.0,0.02919902551911824,0.5,0.15372517456988796,0.0,0.00446766249249807,0.15372517456988796,0.0,0.06521620574996514,0.5,0.15372517456988796,0.0,0.0018685887536835407,0.15372517456988796,0.0,0.019543221933912898,0.15372517456988796,0.0,0.25119476731537566,0.15372517456988796,0.0,0.3768655923371768,0.15372517456988796,0.0,0.21094803856375455,0.15372517456988796,0.0,0.0378470786228932,0.15372517456988796,0.0,0.010382171106899719,0.5,0.15372517456988796,0.0,0.052210454441948266,0.0,0.951949708820076,0.8689195466495152 -8325,0.5,0.15372517456988796,0.0,0.1994526159670344,0.15372517456988796,0.0,0.507534503847844,0.15372517456988796,0.0,0.09110801604066754,0.15372517456988796,0.0,0.12629819203258094,0.15372517456988796,0.0,0.12056160367021893,0.15372517456988796,0.0,0.06600747909207802,0.15372517456988796,0.0,0.07549502465861996,0.15372517456988796,0.0,0.02004810612046582,0.5,0.15372517456988796,0.0,0.0025040620516896517,0.15372517456988796,0.0,0.05389549093780685,0.5,0.15372517456988796,0.0,0.0011390579672708734,0.15372517456988796,0.0,0.014711259403388816,0.15372517456988796,0.0,0.247502655713435,0.15372517456988796,0.0,0.34993949378882205,0.15372517456988796,0.0,0.19947358891835487,0.15372517456988796,0.0,0.02903255585640188,0.15372517456988796,0.0,0.008244306412281615,0.5,0.15372517456988796,0.0,0.03236516059016922,0.0,0.9506788606636517,0.8467741803313216 -8326,0.5,0.15372517456988796,0.0,0.18739107158271537,0.15372517456988796,0.0,0.4708803624276139,0.15372517456988796,0.0,0.060266622268672215,0.15372517456988796,0.0,0.08416678846133824,0.15372517456988796,0.0,0.11172486144886863,0.15372517456988796,0.0,0.056736630326924276,0.15372517456988796,0.0,0.0780898825048242,0.15372517456988796,0.0,0.013700118636219942,0.5,0.15372517456988796,0.0,0.001309809535892046,0.15372517456988796,0.0,0.04794653806763405,0.5,0.15372517456988796,0.0,0.0008434857912716919,0.15372517456988796,0.0,0.011869790742426271,0.15372517456988796,0.0,0.3101435632535684,0.15372517456988796,0.0,0.3289332893723461,0.15372517456988796,0.0,0.17467050073123497,0.15372517456988796,0.0,0.024155631665090358,0.15372517456988796,0.0,0.005860546385636052,0.5,0.15372517456988796,0.0,0.023195956041659,0.0,0.938136507561055,0.9061093526654707 -8327,0.5,0.15372517456988796,0.0,0.19559503855884858,0.15372517456988796,0.0,0.5073335126664804,0.15372517456988796,0.0,0.03830164026734957,0.15372517456988796,0.0,0.0615566477261847,0.15372517456988796,0.0,0.11660970974218415,0.15372517456988796,0.0,0.06278491463114491,0.15372517456988796,0.0,0.07865334833220401,0.15372517456988796,0.0,0.01127764572646578,0.5,0.15372517456988796,0.0,0.0009008404478102815,0.15372517456988796,0.0,0.03445024914568251,0.5,0.15372517456988796,0.0,0.0006168104708687395,0.15372517456988796,0.0,0.008767842964452146,0.15372517456988796,0.0,0.3890930053885967,0.15372517456988796,0.0,0.3172250660127317,0.15372517456988796,0.0,0.15596306541127478,0.15372517456988796,0.0,0.02063285580048501,0.15372517456988796,0.0,0.0034816403577153407,0.5,0.15372517456988796,0.0,0.017441037436648647,0.0,0.8857835322801224,0.9246243052760292 -8328,0.5,0.15372517456988796,0.0,0.21241919141653337,0.15372517456988796,0.0,0.4729036012492319,0.15372517456988796,0.0,0.022654245846497917,0.15372517456988796,0.0,0.047407159471698934,0.15372517456988796,0.0,0.12522861514607636,0.15372517456988796,0.0,0.07342224070537692,0.15372517456988796,0.0,0.0804296708085017,0.15372517456988796,0.0,0.010142358422306402,0.5,0.15372517456988796,0.0,0.0005659602686106652,0.15372517456988796,0.0,0.03151310499556142,0.5,0.15372517456988796,0.0,0.0002877990618667649,0.15372517456988796,0.0,0.007093180705299049,0.15372517456988796,0.0,0.4360127686685434,0.15372517456988796,0.0,0.3281866921244786,0.15372517456988796,0.0,0.13379682747921887,0.15372517456988796,0.0,0.018401922044267525,0.15372517456988796,0.0,0.001896171301483293,0.5,0.15372517456988796,0.0,0.013711038688552193,0.0,0.8499258670438388,0.9173753270535677 -8329,0.5,0.15372517456988796,0.0,0.23563135526053608,0.15372517456988796,0.0,0.35890240974501275,0.15372517456988796,0.0,0.016550445614195906,0.15372517456988796,0.0,0.04171162415647983,0.15372517456988796,0.0,0.13277971364457672,0.15372517456988796,0.0,0.07857517075865808,0.15372517456988796,0.0,0.08548044475038488,0.15372517456988796,0.0,0.009639135389937128,0.5,0.15372517456988796,0.0,0.00032595332014185804,0.15372517456988796,0.0,0.033508704668350736,0.5,0.15372517456988796,0.0,7.832580002491682e-06,0.15372517456988796,0.0,0.007338577421591589,0.15372517456988796,0.0,0.4834579022409114,0.15372517456988796,0.0,0.3446047765622282,0.15372517456988796,0.0,0.11497346506687439,0.15372517456988796,0.0,0.01589893412969003,0.15372517456988796,0.0,0.001309542139482589,0.5,0.15372517456988796,0.0,0.011426448140798056,0.0,0.8417087836185504,0.9117923982995059 -8330,0.5,0.15372517456988796,0.0,0.2546678021971371,0.15372517456988796,0.0,0.2478763352811817,0.15372517456988796,0.0,0.015104458300979324,0.15372517456988796,0.0,0.03126043770400911,0.15372517456988796,0.0,0.1372817687001297,0.15372517456988796,0.0,0.08566977927694797,0.15372517456988796,0.0,0.08576378882250871,0.15372517456988796,0.0,0.009272000743510287,0.5,0.15372517456988796,0.0,0.0001773908266790492,0.15372517456988796,0.0,0.039693559506409896,0.5,0.15372517456988796,0.0,1.7303848669649757e-05,0.15372517456988796,0.0,0.007501200009524855,0.15372517456988796,0.0,0.5621335489345821,0.15372517456988796,0.0,0.36863068431305723,0.15372517456988796,0.0,0.1043542984020733,0.15372517456988796,0.0,0.01221782048966986,0.15372517456988796,0.0,0.0012159799135651186,0.5,0.15372517456988796,0.0,0.01119666554255055,0.0,0.8682799667500626,0.9112583505507528 -8331,0.5,0.15372517456988796,0.0,0.23865537328524655,0.15372517456988796,0.0,0.2286937228460415,0.15372517456988796,0.0,0.0174463824133522,0.15372517456988796,0.0,0.020836805482706743,0.15372517456988796,0.0,0.15751760743054274,0.15372517456988796,0.0,0.09803296856974078,0.15372517456988796,0.0,0.0891352281631082,0.15372517456988796,0.0,0.010473838984120612,0.5,0.15372517456988796,0.0,0.00014943078177276343,0.15372517456988796,0.0,0.03893830473147606,0.5,0.15372517456988796,0.0,1.8120397815216186e-05,0.15372517456988796,0.0,0.007432987165775942,0.15372517456988796,0.0,0.5882231624913161,0.15372517456988796,0.0,0.4025643317397085,0.15372517456988796,0.0,0.10584142652779988,0.15372517456988796,0.0,0.012548658601379442,0.15372517456988796,0.0,0.001483444142693118,0.5,0.15372517456988796,0.0,0.012351913034917169,0.0,0.8736656122411883,0.9502332002743444 -8332,0.5,0.15372517456988796,0.0,0.2164625656476056,0.15372517456988796,0.0,0.24906068371727186,0.15372517456988796,0.0,0.019104997401468413,0.15372517456988796,0.0,0.014098640150684797,0.15372517456988796,0.0,0.18475081850802766,0.15372517456988796,0.0,0.1108199840962986,0.15372517456988796,0.0,0.1000470582147151,0.15372517456988796,0.0,0.014712036778394904,0.5,0.15372517456988796,0.0,0.0002626543685064405,0.15372517456988796,0.0,0.03886128421232017,0.5,0.15372517456988796,0.0,3.690279531675824e-05,0.15372517456988796,0.0,0.006607842683231583,0.15372517456988796,0.0,0.5910504921665991,0.15372517456988796,0.0,0.41447300114953045,0.15372517456988796,0.0,0.11467850651119567,0.15372517456988796,0.0,0.014199577583821794,0.15372517456988796,0.0,0.0015944917895301476,0.5,0.15372517456988796,0.0,0.01306162944689342,0.0,0.8863485819988238,0.9976963601031426 -8333,0.5,0.15372517456988796,0.0,0.19197571084427473,0.15372517456988796,0.0,0.2511924223455061,0.15372517456988796,0.0,0.018503005366410197,0.15372517456988796,0.0,0.01182293929509387,0.15372517456988796,0.0,0.21496755422791688,0.15372517456988796,0.0,0.11363226454956932,0.15372517456988796,0.0,0.10680200851885553,0.15372517456988796,0.0,0.019562420054153158,0.5,0.15372517456988796,0.0,0.00027778712391363043,0.15372517456988796,0.0,0.03524537191206807,0.5,0.15372517456988796,0.0,8.876625185999796e-06,0.15372517456988796,0.0,0.00686919841922314,0.15372517456988796,0.0,0.5800515590813754,0.15372517456988796,0.0,0.41838551948039604,0.15372517456988796,0.0,0.12307414580141343,0.15372517456988796,0.0,0.018830278948817718,0.15372517456988796,0.0,0.0011243361889067436,0.5,0.15372517456988796,0.0,0.012987754118736242,0.0,0.9282323079470443,1.0048090107723437 -8334,0.5,0.15372517456988796,0.0,0.1763643991639961,0.15372517456988796,0.0,0.27828414520401945,0.15372517456988796,0.0,0.01798439103353477,0.15372517456988796,0.0,0.012649021763473779,0.15372517456988796,0.0,0.246596706021357,0.15372517456988796,0.0,0.11205186357630964,0.15372517456988796,0.0,0.10726505861152454,0.15372517456988796,0.0,0.022815388372508946,0.5,0.15372517456988796,0.0,0.0002796560631855357,0.15372517456988796,0.0,0.03993937915568787,0.5,0.15372517456988796,0.0,1.8227148809472405e-05,0.15372517456988796,0.0,0.00848660869218654,0.15372517456988796,0.0,0.6022763827810834,0.15372517456988796,0.0,0.42773308269179067,0.15372517456988796,0.0,0.12979966285063044,0.15372517456988796,0.0,0.02444862713349074,0.15372517456988796,0.0,0.000826291298502106,0.5,0.15372517456988796,0.0,0.014002923145834057,0.0,0.9248276074332578,1.0048528712491613 -8335,0.5,0.15372517456988796,0.0,0.16643018980058435,0.15372517456988796,0.0,0.3076481815244973,0.15372517456988796,0.0,0.016821439266639468,0.15372517456988796,0.0,0.014588878341762675,0.15372517456988796,0.0,0.2735717141857656,0.15372517456988796,0.0,0.11956332494366761,0.15372517456988796,0.0,0.12177208770958264,0.15372517456988796,0.0,0.023994813680100185,0.5,0.15372517456988796,0.0,0.0005025178493749351,0.15372517456988796,0.0,0.03976796813229434,0.5,0.15372517456988796,0.0,2.2663541466252162e-05,0.15372517456988796,0.0,0.010347827310034375,0.15372517456988796,0.0,0.6308373776501205,0.15372517456988796,0.0,0.4348362290477624,0.15372517456988796,0.0,0.1312814767315039,0.15372517456988796,0.0,0.04019260034425659,0.15372517456988796,0.0,0.0004353290142653979,0.5,0.15372517456988796,0.0,0.017652099871495627,0.0,0.85447461680523,1.005049060526221 -8336,0.5,0.15372517456988796,0.0,0.16966270243349935,0.15372517456988796,0.0,0.3213543349885831,0.15372517456988796,0.0,0.013849551047521598,0.15372517456988796,0.0,0.01627393690946875,0.15372517456988796,0.0,0.2718321932337508,0.15372517456988796,0.0,0.15342816803062642,0.15372517456988796,0.0,0.1258198837298029,0.15372517456988796,0.0,0.02610286561002363,0.5,0.15372517456988796,0.0,0.0010684333977133132,0.15372517456988796,0.0,0.04535861837242936,0.5,0.15372517456988796,0.0,4.4518899071797706e-05,0.15372517456988796,0.0,0.010657754763647267,0.15372517456988796,0.0,0.6430167836518862,0.15372517456988796,0.0,0.44514229698083235,0.15372517456988796,0.0,0.1296506312690202,0.15372517456988796,0.0,0.046256943332911686,0.15372517456988796,0.0,0.000271239925907586,0.5,0.15372517456988796,0.0,0.0204212056938821,0.0,0.7682993821570459,1.0054222397923367 -8337,0.5,0.15372517456988796,0.0003224330308676529,0.17880969147322892,0.15372517456988796,0.0,0.3249523444600556,0.15372517456988796,0.0009157349751281868,0.012941348818124275,0.15372517456988796,0.0012360471932531538,0.01693525721333642,0.15372517456988796,0.0,0.27807311588456296,0.15372517456988796,0.0,0.1373967779736079,0.15372517456988796,0.0,0.1295870746409458,0.15372517456988796,0.0,0.03591085814773368,0.5,0.15372517456988796,2.356820918599424e-05,0.001521088552108905,0.15372517456988796,0.0025086976721980193,0.054186234435581175,0.5,0.15372517456988796,0.00036943431296195683,0.00011774842509880835,0.15372517456988796,0.0009769073632102442,0.010034338032272685,0.15372517456988796,0.0,0.645505022571428,0.15372517456988796,0.0,0.47362812711518876,0.15372517456988796,0.0,0.13385319766794593,0.15372517456988796,1.3312187322293574e-05,0.048805167090914515,0.15372517456988796,0.0010236116953438541,0.0002608702130709806,0.5,0.15372517456988796,0.00394142498041237,0.019349611050185456,0.0,0.7954530340716122,1.0062025425484258 -8338,0.5,0.15372517456988796,0.05814363339371456,0.18453340769108464,0.15372517456988796,0.06961593610873698,0.3238546122853904,0.15372517456988796,0.04627480825629506,0.017128071736887317,0.15372517456988796,0.026730398298278477,0.021070323635336227,0.15372517456988796,0.0194220717575803,0.29361672475205963,0.15372517456988796,0.00833102484073864,0.14562686786056878,0.15372517456988796,0.010353639235960825,0.16900131508424396,0.15372517456988796,0.02332294400199821,0.04775815713675881,0.5,0.15372517456988796,0.07901512340096198,0.0015820453752592907,0.15372517456988796,0.04003024669119154,0.03531710650371648,0.5,0.15372517456988796,0.017199529419411233,0.0001297371806737501,0.15372517456988796,0.017631298779120043,0.007765764495973163,0.15372517456988796,0.03811577218816124,0.6624925244354223,0.15372517456988796,0.050717329702754915,0.5077805236983586,0.15372517456988796,0.032438473658060483,0.15227080819145605,0.15372517456988796,0.03201368679762239,0.06263556438035152,0.15372517456988796,0.02968746911337955,0.00033223377681253235,0.5,0.15372517456988796,0.040580831361649625,0.015664217400456967,0.0,0.8439656586579221,1.006705864301877 -8339,0.5,0.15372517456988796,0.12639916959503744,0.19310124630065076,0.15372517456988796,0.206954253393604,0.3665305991212528,0.15372517456988796,0.11599051328220764,0.04571909071496407,0.15372517456988796,0.07187352347245124,0.02820824535099132,0.15372517456988796,0.08050799018313737,0.33178934361883994,0.15372517456988796,0.07444213196959007,0.199825355888297,0.15372517456988796,0.040839845343090535,0.2539548191504296,0.15372517456988796,0.08684152036996902,0.05009532272128282,0.5,0.15372517456988796,0.2152287572758217,0.0026823875636632646,0.15372517456988796,0.07532447694947968,0.026810884033447613,0.5,0.15372517456988796,0.04708365433681407,0.00016710336500606226,0.15372517456988796,0.03905108213798154,0.006122141046215061,0.15372517456988796,0.16063973643151158,0.7067335636517575,0.15372517456988796,0.1867659547465315,0.5422079059745231,0.15372517456988796,0.07214576289942565,0.19337185254311595,0.15372517456988796,0.1136517882569956,0.08223130054479809,0.15372517456988796,0.07696447871280841,0.00041911395307321734,0.5,0.15372517456988796,0.07387811499896249,0.011478618699688175,0.0,0.8454883552909847,1.0070074762356866 -8340,0.5,0.15372517456988796,0.17994422792943543,0.20747127160534973,0.15372517456988796,0.2735687381856198,0.4261609077148355,0.15372517456988796,0.19203977371804865,0.08275293582660868,0.15372517456988796,0.1392288383822935,0.037998104068693486,0.15372517456988796,0.2632971210856996,0.3687744902485713,0.15372517456988796,0.27886996493209193,0.2620144623609418,0.15372517456988796,0.060631097676787135,0.33257705630483403,0.15372517456988796,0.20532748606324006,0.04770084387914969,0.5,0.15372517456988796,0.3161488852832455,0.006750784677666471,0.15372517456988796,0.10484809111181273,0.01879926842611182,0.5,0.15372517456988796,0.07269278234909536,0.00016835854109561963,0.15372517456988796,0.060800935919864116,0.0042373436376800825,0.15372517456988796,0.2696058367593686,0.7599921784561443,0.15372517456988796,0.29999522179302207,0.5716023749394079,0.15372517456988796,0.08758917956654935,0.21457884317253173,0.15372517456988796,0.22106025368312143,0.10630521540607032,0.15372517456988796,0.12218565389075858,0.001090376405943043,0.5,0.15372517456988796,0.09797716603619422,0.008604651989952038,0.0,0.8251474476329116,1.0075238814559717 -8341,0.5,0.15372517456988796,0.17012972457860376,0.2066463375461277,0.15372517456988796,0.29156904899095665,0.4136124914062476,0.15372517456988796,0.24262696466913586,0.08528614929714644,0.15372517456988796,0.17541551243506437,0.046274991485103015,0.15372517456988796,0.34269628864500923,0.37770450571014574,0.15372517456988796,0.35774749675047474,0.3071934154486036,0.15372517456988796,0.08609622470415923,0.35394206775291154,0.15372517456988796,0.34541454961889934,0.04982838371429831,0.5,0.15372517456988796,0.3629358650198309,0.010365630925835782,0.15372517456988796,0.10172402841627136,0.01225756474586036,0.5,0.15372517456988796,0.08400010232042592,0.0005946024046650326,0.15372517456988796,0.06753578537883785,0.0030732979791610977,0.15372517456988796,0.2990236033481417,0.7743685013799098,0.15372517456988796,0.3579799990205561,0.5939110660027291,0.15372517456988796,0.07569120856417003,0.22923117372747367,0.15372517456988796,0.31110814173004947,0.1166234714363161,0.15372517456988796,0.1346131188759691,0.002377448481094121,0.5,0.15372517456988796,0.09830821011164972,0.007327613683975328,0.0,0.8010407862713599,1.0078189524153225 -8342,0.5,0.15372517456988796,0.1199896463951495,0.19508515474710503,0.15372517456988796,0.3166093358829044,0.4089746116279415,0.15372517456988796,0.2569282965451781,0.07391011910515774,0.15372517456988796,0.1738280222624349,0.04091750022416517,0.15372517456988796,0.35304445973744325,0.40271998327306396,0.15372517456988796,0.3535861879565034,0.31899115249207777,0.15372517456988796,0.15792127293016345,0.35940302313073696,0.15372517456988796,0.38790126056888924,0.050934225857650894,0.5,0.15372517456988796,0.3525282124190176,0.010725199362324765,0.15372517456988796,0.10084659668251393,0.010013723386527156,0.5,0.15372517456988796,0.09273599842778836,0.004717116244023404,0.15372517456988796,0.06079126530880974,0.003651428854806874,0.15372517456988796,0.2712398400833296,0.7641617844376101,0.15372517456988796,0.33838061494052596,0.6020077156251922,0.15372517456988796,0.07239731211223543,0.23175412139164264,0.15372517456988796,0.30670817498157316,0.11763187428280845,0.15372517456988796,0.12094588453800276,0.005439375252480664,0.5,0.15372517456988796,0.09754352681328854,0.006652985906434938,0.0,0.7796321559367684,1.00783827868796 -8343,0.5,0.15372517456988796,0.037771449432009024,0.18149208999138347,0.15372517456988796,0.14458411354530762,0.4864490050988758,0.15372517456988796,0.19368842555189997,0.03849430253293171,0.15372517456988796,0.10356333362316683,0.026393237521218502,0.15372517456988796,0.26187715522089305,0.48206616496519783,0.15372517456988796,0.2877986310779757,0.26616189561327835,0.15372517456988796,0.15002255494103392,0.31237957950396644,0.15372517456988796,0.2764092180651824,0.04013478198794951,0.5,0.15372517456988796,0.2588223883963899,0.00958397344576961,0.15372517456988796,0.04876824534028831,0.011647383309005653,0.5,0.15372517456988796,0.061643786100987794,0.017673304864811692,0.15372517456988796,0.03783025141434093,0.00768769435272389,0.15372517456988796,0.15293217420991748,0.7815912781733632,0.15372517456988796,0.2060492964507026,0.6253433962780587,0.15372517456988796,0.05439463734347994,0.23131851840831535,0.15372517456988796,0.23718888841726174,0.09560408124196862,0.15372517456988796,0.08187150660442943,0.011345993810901876,0.5,0.15372517456988796,0.059044356809050146,0.0075338784861955985,0.0,0.7887660057860244,1.0082353112556535 -8344,0.5,0.15372517456988796,0.0,0.15269094474748637,0.15372517456988796,0.0,0.4737460957695568,0.15372517456988796,0.0,0.018992997676375398,0.15372517456988796,0.0,0.01980897703906024,0.15372517456988796,0.0,0.5645296145149821,0.15372517456988796,0.02173622137329153,0.23235465036232839,0.15372517456988796,0.0007829424613674123,0.18131364509159364,0.15372517456988796,0.04090080633356355,0.045320013216282415,0.5,0.15372517456988796,0.05513074491111483,0.009733974518978587,0.15372517456988796,0.014690514382691717,0.014058688079774761,0.5,0.15372517456988796,0.02188994654948074,0.01248605147950909,0.15372517456988796,0.011555504264275467,0.017774238088585387,0.15372517456988796,0.0,0.7772477339840778,0.15372517456988796,0.0,0.6571497092574132,0.15372517456988796,0.0,0.20283732316693215,0.15372517456988796,0.0005546841378327942,0.06222747152630149,0.15372517456988796,0.00027602809481471917,0.012093115160376425,0.5,0.15372517456988796,0.0032224782378707656,0.01023327996060888,0.0,0.8292559953792963,1.0086780195121563 -8345,0.5,0.15372517456988796,0.0,0.13977471063427285,0.15372517456988796,0.0,0.4596408101710235,0.15372517456988796,0.0,0.01688481134961649,0.15372517456988796,0.0,0.015764015591086554,0.15372517456988796,0.0,0.5565854061267557,0.15372517456988796,0.0,0.22779244330726595,0.15372517456988796,0.0,0.13155249071971456,0.15372517456988796,0.0,0.05666825335150144,0.5,0.15372517456988796,0.0,0.012259846171903097,0.15372517456988796,0.0,0.016035912534612347,0.5,0.15372517456988796,0.0,0.0065530067012691,0.15372517456988796,0.0,0.030447356859789214,0.15372517456988796,0.0,0.7909329417415266,0.15372517456988796,0.0,0.6806181230004344,0.15372517456988796,0.0,0.1947488769348047,0.15372517456988796,0.0,0.044964280784030385,0.15372517456988796,0.0,0.01231394283798845,0.5,0.15372517456988796,0.0,0.014717606294334627,0.0,0.8619626822700885,1.0086810445317191 -8346,0.5,0.15372517456988796,0.0,0.14130062021399434,0.15372517456988796,0.0,0.4446853168763035,0.15372517456988796,0.0,0.01820556535789992,0.15372517456988796,0.0,0.013189195930464668,0.15372517456988796,0.0,0.48680083428128806,0.15372517456988796,0.0,0.23127282446916642,0.15372517456988796,0.0,0.15831641565580912,0.15372517456988796,0.0,0.06664266316761419,0.5,0.15372517456988796,0.0,0.01393114625870207,0.15372517456988796,0.0,0.02019774950996936,0.5,0.15372517456988796,0.0,0.002350512665518996,0.15372517456988796,0.0,0.03995386747176734,0.15372517456988796,0.0,0.8098403985007081,0.15372517456988796,0.0,0.6843020516730077,0.15372517456988796,0.0,0.18944432067624736,0.15372517456988796,0.0,0.052345695919244734,0.15372517456988796,0.0,0.012711949772142683,0.5,0.15372517456988796,0.0,0.017600573564494782,0.0,0.8861690585718721,1.0084845952853547 -8347,0.5,0.15372517456988796,0.0,0.15749299881668205,0.15372517456988796,0.0,0.465127544984341,0.15372517456988796,0.0,0.02244050849638237,0.15372517456988796,0.0,0.017156035279923036,0.15372517456988796,0.0,0.4494053249637291,0.15372517456988796,0.0,0.23454961030530724,0.15372517456988796,0.0,0.1834036590849389,0.15372517456988796,0.0,0.07732348989128535,0.5,0.15372517456988796,0.0,0.014190296303142873,0.15372517456988796,0.0,0.02672928626385067,0.5,0.15372517456988796,0.0,0.001081094642476889,0.15372517456988796,0.0,0.04644593349461723,0.15372517456988796,0.0,0.8314086591043438,0.15372517456988796,0.0,0.6652677997507028,0.15372517456988796,0.0,0.18002488292127355,0.15372517456988796,0.0,0.06006964810678296,0.15372517456988796,0.0,0.012472944831255318,0.5,0.15372517456988796,0.0,0.020789623610310212,0.0,0.899928512208572,1.008502645480649 -8348,0.5,0.15372517456988796,0.0,0.1629247850057229,0.15372517456988796,0.0,0.43236424061172735,0.15372517456988796,0.0,0.0318645691211568,0.15372517456988796,0.0,0.02611301235125456,0.15372517456988796,0.0,0.45152453705702844,0.15372517456988796,0.0,0.2637939168218867,0.15372517456988796,0.0,0.18417814420064182,0.15372517456988796,0.0,0.08640359898100258,0.5,0.15372517456988796,0.0,0.017050774264701727,0.15372517456988796,0.0,0.028169002338771086,0.5,0.15372517456988796,0.0,0.002269908071593791,0.15372517456988796,0.0,0.049342817338952204,0.15372517456988796,0.0,0.8297951638112862,0.15372517456988796,0.0,0.6417629849231135,0.15372517456988796,0.0,0.17347682505955797,0.15372517456988796,0.0,0.06375053171720904,0.15372517456988796,0.0,0.014461193276955988,0.5,0.15372517456988796,0.0,0.01998912119602227,0.0,0.8891491448435592,1.0084622169149855 -8349,0.5,0.15372517456988796,0.0,0.16286870043795246,0.15372517456988796,0.0,0.3722430456779641,0.15372517456988796,0.0,0.046928983468901335,0.15372517456988796,0.0,0.03821427860819282,0.15372517456988796,0.0,0.49542960011115383,0.15372517456988796,0.0,0.3056838464529886,0.15372517456988796,0.0,0.19501616467931396,0.15372517456988796,0.0,0.10248324284941904,0.5,0.15372517456988796,0.0,0.021382864805414323,0.15372517456988796,0.0,0.02951294796406588,0.5,0.15372517456988796,0.0,0.00554870361996285,0.15372517456988796,0.0,0.053021218726357615,0.15372517456988796,0.0,0.8150123851110715,0.15372517456988796,0.0,0.6416817749705817,0.15372517456988796,0.0,0.179802934602483,0.15372517456988796,0.0,0.06192018342552971,0.15372517456988796,0.0,0.017864009605626126,0.5,0.15372517456988796,0.0,0.019010357742756216,0.0,0.861338745804966,1.008704661248231 -8350,0.5,0.15372517456988796,0.0,0.16632680666908384,0.15372517456988796,0.0,0.3923706209627456,0.15372517456988796,0.0,0.05705053646500448,0.15372517456988796,0.0,0.05172983457228847,0.15372517456988796,0.0,0.5821725026450962,0.15372517456988796,0.0,0.35065914203750503,0.15372517456988796,0.0,0.22187877847617213,0.15372517456988796,0.0,0.12110196012089905,0.5,0.15372517456988796,0.0,0.024242675457886328,0.15372517456988796,0.0,0.034351283318029974,0.5,0.15372517456988796,0.0,0.011449114029157824,0.15372517456988796,0.0,0.058301317269283094,0.15372517456988796,0.0,0.7990368568014402,0.15372517456988796,0.0,0.6753598699671066,0.15372517456988796,0.0,0.2044077676609305,0.15372517456988796,0.0,0.0696546711589263,0.15372517456988796,0.0,0.024611262677933732,0.5,0.15372517456988796,0.0,0.020563650307179996,0.0,0.8345813270312442,1.0094377358406605 -8351,0.5,0.15372517456988796,0.0,0.18076482817452433,0.15372517456988796,0.0,0.4347132353002959,0.15372517456988796,0.0,0.0659338584244755,0.15372517456988796,0.0,0.05846782981180342,0.15372517456988796,0.0,0.6791887480746795,0.15372517456988796,0.0,0.42370159739349245,0.15372517456988796,0.0,0.2703681849307703,0.15372517456988796,0.0,0.14205558719853162,0.5,0.15372517456988796,0.0,0.022270862856321266,0.15372517456988796,0.0,0.034541889752549,0.5,0.15372517456988796,0.0,0.014255964996938554,0.15372517456988796,0.0,0.06454059222317204,0.15372517456988796,0.0,0.7940935799382504,0.15372517456988796,0.0,0.7280057086456222,0.15372517456988796,0.0,0.23614148642039343,0.15372517456988796,0.0,0.08344053553771366,0.15372517456988796,0.0,0.0340116507594483,0.5,0.15372517456988796,0.0,0.021728109700320283,0.0,0.8157878525272585,1.0101391437257015 -8352,0.5,0.15372517456988796,0.0,0.20162453117854484,0.15372517456988796,0.0,0.4727465361183632,0.15372517456988796,0.0,0.07513067383557209,0.15372517456988796,0.0,0.062314897723785165,0.15372517456988796,0.0,0.7634482153428361,0.15372517456988796,0.0,0.5174151189954143,0.15372517456988796,0.0,0.34910362252708066,0.15372517456988796,0.0,0.16543985122685767,0.5,0.15372517456988796,0.0,0.031238089533056578,0.15372517456988796,0.0,0.04346462167920733,0.5,0.15372517456988796,0.0,0.013294356841693826,0.15372517456988796,0.0,0.06995821374448502,0.15372517456988796,0.0,0.8143807910107218,0.15372517456988796,0.0,0.7769130414693158,0.15372517456988796,0.0,0.2802859944341042,0.15372517456988796,0.0,0.098807470416627,0.15372517456988796,0.0,0.04572759988621553,0.5,0.15372517456988796,0.0,0.022349022654289702,0.0,0.8137607035841853,0.2008581119168958 -8353,0.5,0.15372517456988796,0.0,0.21772996459811567,0.15372517456988796,0.0,0.5450378851300456,0.15372517456988796,0.0,0.088802003028424,0.15372517456988796,0.0,0.06479834804467978,0.15372517456988796,0.0,0.816355435615045,0.15372517456988796,0.0,0.5937548684316187,0.15372517456988796,0.0,0.41646495803128014,0.15372517456988796,0.0,0.2087160027995329,0.5,0.15372517456988796,0.0,0.037146835695020225,0.15372517456988796,0.0,0.04418420388776237,0.5,0.15372517456988796,0.0,0.011324064753643451,0.15372517456988796,0.0,0.07044846323294011,0.15372517456988796,0.0,0.8336360428448388,0.15372517456988796,0.0,0.8103340528299221,0.15372517456988796,0.0,0.3456928553322004,0.15372517456988796,0.0,0.11797573087271293,0.15372517456988796,0.0,0.050736513972232916,0.5,0.15372517456988796,0.0,0.02497905653286963,0.0,0.8178136991646122,1.010345377315804 -8354,0.5,0.15372517456988796,0.0,0.23600237517283162,0.15372517456988796,0.0,0.6309609318338916,0.15372517456988796,0.0,0.11285862131418299,0.15372517456988796,0.0,0.0730684989051646,0.15372517456988796,0.0,0.8487332124022955,0.15372517456988796,0.0,0.6436712506436097,0.15372517456988796,0.0,0.4833175976251679,0.15372517456988796,0.0,0.26415721530548136,0.5,0.15372517456988796,0.0,0.07009747286447139,0.15372517456988796,0.0,0.0447416872283078,0.5,0.15372517456988796,0.0,0.014056408902936851,0.15372517456988796,0.0,0.07131616467024027,0.15372517456988796,0.0,0.8511627978269761,0.15372517456988796,0.0,0.8292418119341112,0.15372517456988796,0.0,0.41882729485841685,0.15372517456988796,0.0,0.1478451041673189,0.15372517456988796,0.0,0.05001604161000669,0.5,0.15372517456988796,0.0,0.03285114352928164,0.0,0.7994489851162323,0.9878574851145183 -8355,0.5,0.15372517456988796,0.0,0.25760364083478576,0.15372517456988796,0.0,0.7039964823568807,0.15372517456988796,0.0,0.149630677272113,0.15372517456988796,0.0,0.09536742276267647,0.15372517456988796,0.0,0.8486754082671177,0.15372517456988796,0.0,0.6383915293954614,0.15372517456988796,0.0,0.5579442999346457,0.15372517456988796,0.0,0.34138092654980945,0.5,0.15372517456988796,0.0,0.11766229593337309,0.15372517456988796,0.0,0.04498248774480542,0.5,0.15372517456988796,0.0,0.016950305081518274,0.15372517456988796,0.0,0.07859156130504133,0.15372517456988796,0.0,0.888566943503293,0.15372517456988796,0.0,0.8499825735312245,0.15372517456988796,0.0,0.48525944508066493,0.15372517456988796,0.0,0.19829312147396586,0.15372517456988796,0.0,0.055834527703794004,0.5,0.15372517456988796,0.0,0.035906471752731824,0.0,0.8080065717770439,0.9595071465396999 -8356,0.5,0.15372517456988796,0.0,0.27766035475884965,0.15372517456988796,0.0,0.8184902866609309,0.15372517456988796,0.0,0.20104305894711993,0.15372517456988796,0.0,0.11511292809139208,0.15372517456988796,0.0,0.892042489070706,0.15372517456988796,0.0,0.67593386720607,0.15372517456988796,0.0,0.6051632433470532,0.15372517456988796,0.0,0.3926987571818379,0.5,0.15372517456988796,0.0,0.16367548174292124,0.15372517456988796,0.0,0.03952509001706046,0.5,0.15372517456988796,0.0,0.02150191804049205,0.15372517456988796,0.0,0.08461734508426087,0.15372517456988796,0.0,0.920023417072831,0.15372517456988796,0.0,0.8629743240455784,0.15372517456988796,0.0,0.5317520811360975,0.15372517456988796,0.0,0.2988329051182689,0.15372517456988796,0.0,0.06431668921360591,0.5,0.15372517456988796,0.0,0.0318900448075458,0.0,0.8264384605952567,0.9633143870003956 -8357,0.5,0.15372517456988796,0.0,0.3111358657992788,0.15372517456988796,0.0,0.8942931298477336,0.15372517456988796,0.0,0.29860154536121525,0.15372517456988796,0.0,0.13082951581881874,0.15372517456988796,0.0,0.9139877260081714,0.15372517456988796,0.0,0.72648172710458,0.15372517456988796,0.0,0.6385598403011268,0.15372517456988796,0.0,0.4328293476026124,0.5,0.15372517456988796,0.0,0.19012840496270772,0.15372517456988796,0.0,0.04038688110692994,0.5,0.15372517456988796,0.0,0.030164611785792307,0.15372517456988796,0.0,0.08908453695190105,0.15372517456988796,0.0,0.916612131427521,0.15372517456988796,0.0,0.8503028303015034,0.15372517456988796,0.0,0.5972394910004749,0.15372517456988796,0.0,0.3804771852634281,0.15372517456988796,0.0,0.07753853541846306,0.5,0.15372517456988796,0.0,0.028691528999920293,0.0,0.8843751778120847,0.9734983266661167 -8358,0.5,0.15372517456988796,0.0,0.35891213750763745,0.15372517456988796,0.0,0.9129734641504692,0.15372517456988796,0.0,0.379736511130241,0.15372517456988796,0.0,0.15063842164416105,0.15372517456988796,0.0,0.9273010886223547,0.15372517456988796,0.0,0.7677959143938875,0.15372517456988796,0.0,0.6835177738508302,0.15372517456988796,0.0,0.47129669218130554,0.5,0.15372517456988796,0.0,0.17741897814796045,0.15372517456988796,0.0,0.05195218103627298,0.5,0.15372517456988796,0.0,0.038002971560358506,0.15372517456988796,0.0,0.09795682800320778,0.15372517456988796,0.0,0.8806291742331614,0.15372517456988796,0.0,0.7996124569451838,0.15372517456988796,0.0,0.6664938287441875,0.15372517456988796,0.0,0.424121479496149,0.15372517456988796,0.0,0.08320459370238084,0.5,0.15372517456988796,0.0,0.031051188338220834,0.0,0.9447197071998524,0.9558577599514276 -8359,0.5,0.15372517456988796,0.0,0.39521963901052126,0.15372517456988796,0.0,0.8901629002522149,0.15372517456988796,0.0,0.41208090089086424,0.15372517456988796,0.0,0.17520817801618718,0.15372517456988796,0.0,0.8499233458953722,0.15372517456988796,0.0,0.8140616839706571,0.15372517456988796,0.0,0.7347743342306599,0.15372517456988796,0.0,0.5042797036566755,0.5,0.15372517456988796,0.0,0.18783271409099161,0.15372517456988796,0.0,0.06583030912314393,0.5,0.15372517456988796,0.0,0.06879897887145027,0.15372517456988796,0.0,0.10252671234087166,0.15372517456988796,0.0,0.8449466236140859,0.15372517456988796,0.0,0.6945269196808901,0.15372517456988796,0.0,0.7099225692571356,0.15372517456988796,0.0,0.4138407555128324,0.15372517456988796,0.0,0.1036781787984116,0.5,0.15372517456988796,0.0,0.04504351273803018,0.0,0.9731681835658812,0.9845371375373319 -8360,0.5,0.15372517456988796,0.0,0.423912898229667,0.15372517456988796,0.0,0.8331095574965047,0.15372517456988796,0.0,0.4277852192262865,0.15372517456988796,0.0,0.19914831685707385,0.15372517456988796,0.0,0.6677059200724338,0.15372517456988796,0.0,0.672563832196083,0.15372517456988796,0.0,0.8003767284198855,0.15372517456988796,0.0,0.5227353576299545,0.5,0.15372517456988796,0.0,0.2104908834870189,0.15372517456988796,0.0,0.0726428234585571,0.5,0.15372517456988796,0.0,0.10681473966076943,0.15372517456988796,0.0,0.09398159431556803,0.15372517456988796,0.0,0.738929047274435,0.15372517456988796,0.0,0.5805158587349601,0.15372517456988796,0.0,0.7376606419738202,0.15372517456988796,0.0,0.4138149508913044,0.15372517456988796,0.0,0.13025140538991434,0.5,0.15372517456988796,0.0,0.06621377151951627,0.0,0.9765199309236943,0.9902051690255106 -8361,0.5,0.15372517456988796,0.00026400715411819306,0.46267827136828255,0.15372517456988796,0.0,0.8053997085970969,0.15372517456988796,0.00034529628352876745,0.45957066018176296,0.15372517456988796,0.0023067837044988583,0.2348868654121233,0.15372517456988796,0.0,0.49096160395865474,0.15372517456988796,0.0,0.4535782874507097,0.15372517456988796,0.0,0.7720759063767882,0.15372517456988796,0.0,0.4591228136691142,0.5,0.15372517456988796,2.4266750316141266e-06,0.20864968288040434,0.15372517456988796,0.0017990749007684554,0.07346376181213095,0.5,0.15372517456988796,0.0002583727454126501,0.16005650033108426,0.15372517456988796,0.0005397271485301178,0.08204632900248379,0.15372517456988796,0.0,0.6265283692058464,0.15372517456988796,0.0,0.4965427759032498,0.15372517456988796,0.0,0.7541173902940039,0.15372517456988796,0.0,0.4487306683882698,0.15372517456988796,0.00041765080495919396,0.16653582438595738,0.5,0.15372517456988796,0.0037099105375405033,0.07486733275109479,0.0,1.0030770104047346,0.9909593431231701 -8362,0.5,0.15372517456988796,0.01589798944355306,0.5062050080896261,0.15372517456988796,0.002425575339828071,0.613632468908485,0.15372517456988796,0.034996732355382774,0.5296614728392914,0.15372517456988796,0.05691844181588786,0.3397014772263931,0.15372517456988796,0.006324384585236878,0.3571137770619487,0.15372517456988796,0.0033202365802512943,0.33475664904702146,0.15372517456988796,0.0016712745156910636,0.5950400502654714,0.15372517456988796,0.004575598241736013,0.3462180002322759,0.5,0.15372517456988796,0.027297904659797527,0.22044757280103103,0.15372517456988796,0.026680366942471934,0.06355048468805932,0.5,0.15372517456988796,0.020324564966592476,0.31968932945642675,0.15372517456988796,0.0109935073512993,0.07347783375601145,0.15372517456988796,0.004445601091151082,0.568677878528055,0.15372517456988796,0.009296786663767976,0.4483317707095579,0.15372517456988796,0.0048115921231560695,0.7011495925155007,0.15372517456988796,0.010472803150123807,0.444649379639968,0.15372517456988796,0.01320517654907587,0.2610321888713164,0.5,0.15372517456988796,0.04397878650010305,0.06995866878851603,0.0,0.9819897088610585,0.9782679555797639 -8363,0.5,0.15372517456988796,0.038207971129809386,0.5590578632809563,0.15372517456988796,0.021888223839934252,0.4781819231483797,0.15372517456988796,0.07673592508925556,0.6334570764527512,0.15372517456988796,0.10937919188564144,0.4797633378335248,0.15372517456988796,0.05003818682820081,0.2971174576568508,0.15372517456988796,0.026503502524670493,0.28609699483920464,0.15372517456988796,0.007195699615802687,0.47070760648873927,0.15372517456988796,0.010871367814216853,0.21750506079503454,0.5,0.15372517456988796,0.05582740575413672,0.2332948038803469,0.15372517456988796,0.052718751030329816,0.06349543511730048,0.5,0.15372517456988796,0.05947310768311803,0.491113999142629,0.15372517456988796,0.03075522669602513,0.07044147337463261,0.15372517456988796,0.03127532326777158,0.565588646286317,0.15372517456988796,0.06695959467200911,0.4420221829072575,0.15372517456988796,0.015420672899960476,0.5698459201667172,0.15372517456988796,0.02286385557353242,0.4116739947327634,0.15372517456988796,0.04129670249109341,0.3288473749587254,0.5,0.15372517456988796,0.07611310192682791,0.06629033881766541,0.0,0.9547032875284384,0.9598984519905835 -8364,0.5,0.15372517456988796,0.0346734088330637,0.572230771502706,0.15372517456988796,0.08099894097550661,0.4887298852594146,0.15372517456988796,0.06007348624828101,0.707433461905936,0.15372517456988796,0.12787311196456946,0.6128594019095284,0.15372517456988796,0.10532487566480307,0.3238560796823263,0.15372517456988796,0.07936573634714657,0.32793777305570826,0.15372517456988796,0.025009675193023537,0.39907933773878596,0.15372517456988796,0.021309529133775512,0.1600848929394902,0.5,0.15372517456988796,0.059484889820389256,0.19271995199550906,0.15372517456988796,0.061438144830060784,0.061622615114362206,0.5,0.15372517456988796,0.12338997604784815,0.4553343013559572,0.15372517456988796,0.06142966036008614,0.09266365453657649,0.15372517456988796,0.06226908679679198,0.5945428883529784,0.15372517456988796,0.11779453518889432,0.48032025865378514,0.15372517456988796,0.03877954095631093,0.5039908155586188,0.15372517456988796,0.024960384971110146,0.3201300179545671,0.15372517456988796,0.07539622029634313,0.33483119844653775,0.5,0.15372517456988796,0.082331216689575,0.057535191561832406,0.0,0.8967781645809901,0.9884031073189725 -8365,0.5,0.15372517456988796,0.03532447770981209,0.5559623007356674,0.15372517456988796,0.10606526286739883,0.6309009611114933,0.15372517456988796,0.04498359742698382,0.6749592706727736,0.15372517456988796,0.09076396783246274,0.6601287439682492,0.15372517456988796,0.15486710247905486,0.37235275525970163,0.15372517456988796,0.14618313055792312,0.3490655055176814,0.15372517456988796,0.0805496376394999,0.38173324508556805,0.15372517456988796,0.030899603897364285,0.1427487902642725,0.5,0.15372517456988796,0.042027328690264924,0.1502177467256311,0.15372517456988796,0.062081341080284264,0.057333171104507086,0.5,0.15372517456988796,0.2854191075411823,0.313212876704405,0.15372517456988796,0.08539993580754478,0.09682656580067756,0.15372517456988796,0.10069842079725945,0.6154701354756817,0.15372517456988796,0.1325548706559172,0.5145953750591602,0.15372517456988796,0.056392180490734786,0.4668046629820578,0.15372517456988796,0.026329237536994086,0.22724279839199596,0.15372517456988796,0.09102115867969979,0.3079675702317462,0.5,0.15372517456988796,0.0667196220806188,0.04565216661008116,0.0,0.8776957364370701,1.000476550967517 -8366,0.5,0.15372517456988796,0.03486572906151072,0.5205644675584943,0.15372517456988796,0.07970825231808673,0.6186787047688336,0.15372517456988796,0.04121566783663505,0.5927231566541312,0.15372517456988796,0.05615354045150571,0.6474236990701434,0.15372517456988796,0.14264208016840105,0.430368657126763,0.15372517456988796,0.13611036316173689,0.36289029767416725,0.15372517456988796,0.11917945689634135,0.40587611121452677,0.15372517456988796,0.04217756968792177,0.13493587180274821,0.5,0.15372517456988796,0.01687965722349616,0.09764719900190895,0.15372517456988796,0.045838064789495724,0.05095879506344997,0.5,0.15372517456988796,0.2840488924898251,0.3797685843343501,0.15372517456988796,0.10422744176660162,0.08461561679331858,0.15372517456988796,0.1426779064322393,0.6392904211063456,0.15372517456988796,0.10526935398353923,0.5327558031362112,0.15372517456988796,0.06590604538722886,0.4326820011852099,0.15372517456988796,0.034809183678395764,0.17452155128009966,0.15372517456988796,0.10624030366181227,0.31996220022808564,0.5,0.15372517456988796,0.04484110534037633,0.033406173923557186,0.0,0.8857148814744819,1.00540868096934 -8367,0.5,0.15372517456988796,0.017781901312241197,0.4517986650126684,0.15372517456988796,0.036721677126817814,0.5942682007966237,0.15372517456988796,0.02614431200896021,0.44623758826758253,0.15372517456988796,0.025079062842819716,0.5305857582298475,0.15372517456988796,0.0980181454613488,0.33437226585128493,0.15372517456988796,0.09027220890197576,0.28141141498296157,0.15372517456988796,0.09563246092984187,0.3751338834711051,0.15372517456988796,0.0420202072236403,0.11331727073529443,0.5,0.15372517456988796,0.01005519777533073,0.05763576251596556,0.15372517456988796,0.02638266500124118,0.04080475737792913,0.5,0.15372517456988796,0.11797862561220779,0.33555768828322113,0.15372517456988796,0.08904892432395689,0.052828457659664825,0.15372517456988796,0.041624066439391406,0.6266060817947857,0.15372517456988796,0.05185282533185641,0.5151018266933804,0.15372517456988796,0.049408269039724964,0.4472546904648751,0.15372517456988796,0.030345616708039282,0.15473621634993107,0.15372517456988796,0.06903328371783148,0.2961165115669142,0.5,0.15372517456988796,0.021796176184126523,0.02710130447023258,0.0,0.8956917825462973,1.0051755621555603 -8368,0.5,0.15372517456988796,0.00023827599469545147,0.4339579010970686,0.15372517456988796,0.0,0.5492501230309158,0.15372517456988796,8.818492856735178e-05,0.27574576641564597,0.15372517456988796,0.00012676308247451523,0.3902418700054547,0.15372517456988796,0.0,0.2860936422693518,0.15372517456988796,0.00900138479235938,0.21292913503526245,0.15372517456988796,0.00017677948859647365,0.32002238421871737,0.15372517456988796,0.014430970406403886,0.08028755273187708,0.5,0.15372517456988796,0.005103789905040375,0.0397148575640413,0.15372517456988796,0.005819503620145321,0.024742523842690222,0.5,0.15372517456988796,0.01144522314443824,0.2761014249132339,0.15372517456988796,0.02777964192085948,0.018871445450142618,0.15372517456988796,0.0002896016322305941,0.6226905174028144,0.15372517456988796,0.0,0.4924106855307071,0.15372517456988796,2.7174259249561015e-05,0.3947839793676202,0.15372517456988796,0.00026764039320549624,0.13026556088891886,0.15372517456988796,0.00025017570747981697,0.2093445150178062,0.5,0.15372517456988796,0.0008650161061091281,0.01736268467457544,0.0,0.9179524761292627,0.9976267311261228 -8369,0.5,0.15372517456988796,0.0,0.43375025863495253,0.15372517456988796,0.0,0.3998341475447876,0.15372517456988796,0.0,0.1951312749421825,0.15372517456988796,0.0,0.26469355388412297,0.15372517456988796,0.0,0.2995768778935118,0.15372517456988796,0.0,0.18664205399187966,0.15372517456988796,0.0,0.2690062275565519,0.15372517456988796,0.0,0.06861097046899925,0.5,0.15372517456988796,0.0,0.026374161943504636,0.15372517456988796,0.0,0.014076083486367167,0.5,0.15372517456988796,0.0,0.19580248228048075,0.15372517456988796,0.0,0.009692246574980084,0.15372517456988796,0.0,0.5731327495853534,0.15372517456988796,0.0,0.5066554531771963,0.15372517456988796,0.0,0.360855604767482,0.15372517456988796,0.0,0.10310918779802446,0.15372517456988796,0.0,0.14192208727868103,0.5,0.15372517456988796,0.0,0.008938997188525463,0.0,0.9262819008162836,0.9289902159626762 -8370,0.5,0.15372517456988796,0.0,0.46379310476271873,0.15372517456988796,0.0,0.3194963009788294,0.15372517456988796,0.0,0.15828586468304184,0.15372517456988796,0.0,0.19856659190784848,0.15372517456988796,0.0,0.3069993619300453,0.15372517456988796,0.0,0.15299216012889394,0.15372517456988796,0.0,0.218897923557934,0.15372517456988796,0.0,0.06321911002951396,0.5,0.15372517456988796,0.0,0.018651418534869138,0.15372517456988796,0.0,0.008329755229365934,0.5,0.15372517456988796,0.0,0.13048384562710333,0.15372517456988796,0.0,0.0053455686043233875,0.15372517456988796,0.0,0.583121508828321,0.15372517456988796,0.0,0.5240293327223264,0.15372517456988796,0.0,0.315745083243755,0.15372517456988796,0.0,0.07766383557017865,0.15372517456988796,0.0,0.09509807862400436,0.5,0.15372517456988796,0.0,0.00636771854862201,0.0,0.9104256339498611,0.8815607414853538 -8371,0.5,0.15372517456988796,0.0,0.4932651604778003,0.15372517456988796,0.0,0.4037071688374465,0.15372517456988796,0.0,0.1310213404974128,0.15372517456988796,0.0,0.15731693082809184,0.15372517456988796,0.0,0.29758447584373415,0.15372517456988796,0.0,0.11578210154335436,0.15372517456988796,0.0,0.20322031764945386,0.15372517456988796,0.0,0.0576462545184936,0.5,0.15372517456988796,0.0,0.011778626510809067,0.15372517456988796,0.0,0.00487522353835918,0.5,0.15372517456988796,0.0,0.09117865579199078,0.15372517456988796,0.0,0.004327515115364416,0.15372517456988796,0.0,0.5798860727626615,0.15372517456988796,0.0,0.48674090257093483,0.15372517456988796,0.0,0.32910678799502047,0.15372517456988796,0.0,0.059743572771243286,0.15372517456988796,0.0,0.06012450707702222,0.5,0.15372517456988796,0.0,0.005227800312564823,0.0,0.9373306826989768,0.8804211986807738 -8372,0.5,0.15372517456988796,0.0,0.46998473992117695,0.15372517456988796,0.0,0.4938913872301626,0.15372517456988796,0.0,0.1074313883306257,0.15372517456988796,0.0,0.13043188211324688,0.15372517456988796,0.0,0.28103156844359944,0.15372517456988796,0.0,0.09911967541134797,0.15372517456988796,0.0,0.18865579912285524,0.15372517456988796,0.0,0.049859065670237956,0.5,0.15372517456988796,0.0,0.006888921518474243,0.15372517456988796,0.0,0.0031714673360702596,0.5,0.15372517456988796,0.0,0.06738295409421491,0.15372517456988796,0.0,0.003844494560164452,0.15372517456988796,0.0,0.5666379953210783,0.15372517456988796,0.0,0.41551572047767715,0.15372517456988796,0.0,0.38249647323379066,0.15372517456988796,0.0,0.04752114190925572,0.15372517456988796,0.0,0.04029465345053078,0.5,0.15372517456988796,0.0,0.003980888764875425,0.0,0.9398611885923779,0.8971877724875122 -8373,0.5,0.15372517456988796,0.0,0.44916100559509353,0.15372517456988796,0.0,0.4998867909336034,0.15372517456988796,0.0,0.08658490862117635,0.15372517456988796,0.0,0.11247226890472777,0.15372517456988796,0.0,0.263031775499593,0.15372517456988796,0.0,0.09484602230022138,0.15372517456988796,0.0,0.1619151780348781,0.15372517456988796,0.0,0.041825302902093936,0.5,0.15372517456988796,0.0,0.004862983559305456,0.15372517456988796,0.0,0.0025566402264748365,0.5,0.15372517456988796,0.0,0.04582082871940888,0.15372517456988796,0.0,0.0034458329934443275,0.15372517456988796,0.0,0.5061628392416941,0.15372517456988796,0.0,0.3850384111446089,0.15372517456988796,0.0,0.44066802134269767,0.15372517456988796,0.0,0.04232736965112096,0.15372517456988796,0.0,0.02847051282955105,0.5,0.15372517456988796,0.0,0.004242886409480066,0.0,0.9227603886043927,0.8775777927015044 -8374,0.5,0.15372517456988796,0.0,0.4495548053568869,0.15372517456988796,0.0,0.5007392668303752,0.15372517456988796,0.0,0.07951617151576257,0.15372517456988796,0.0,0.09160763075966534,0.15372517456988796,0.0,0.2510481618006469,0.15372517456988796,0.0,0.09466117087602022,0.15372517456988796,0.0,0.12054510650116045,0.15372517456988796,0.0,0.03388884910756175,0.5,0.15372517456988796,0.0,0.004256751988054266,0.15372517456988796,0.0,0.001492055053672225,0.5,0.15372517456988796,0.0,0.02631967555016282,0.15372517456988796,0.0,0.003106649355298894,0.15372517456988796,0.0,0.4506866916399066,0.15372517456988796,0.0,0.3657822944364082,0.15372517456988796,0.0,0.4590584769723983,0.15372517456988796,0.0,0.03691354570286472,0.15372517456988796,0.0,0.021014790149384698,0.5,0.15372517456988796,0.0,0.004433163950711944,0.0,0.954722140089004,0.7972348334071595 -8375,0.5,0.15372517456988796,0.0,0.43841992717222716,0.15372517456988796,0.0,0.4899910086076853,0.15372517456988796,0.0,0.0765656959967849,0.15372517456988796,0.0,0.07016338268496661,0.15372517456988796,0.0,0.2255233439957949,0.15372517456988796,0.0,0.08529237498286285,0.15372517456988796,0.0,0.08563572882828736,0.15372517456988796,0.0,0.02789264544331973,0.5,0.15372517456988796,0.0,0.003893491363295777,0.15372517456988796,0.0,0.0006802010360685006,0.5,0.15372517456988796,0.0,0.012391659081351302,0.15372517456988796,0.0,0.002655790061082812,0.15372517456988796,0.0,0.3956046996153052,0.15372517456988796,0.0,0.3187243269112946,0.15372517456988796,0.0,0.44655804884730005,0.15372517456988796,0.0,0.029405713299302787,0.15372517456988796,0.0,0.01388848955385106,0.5,0.15372517456988796,0.0,0.0025565947243876477,0.0,0.9458394159365202,0.7104703480711526 -8376,0.5,0.15372517456988796,0.0,0.41650488055803253,0.15372517456988796,0.0,0.4766094960758844,0.15372517456988796,0.0,0.06911226030723021,0.15372517456988796,0.0,0.05497383547632216,0.15372517456988796,0.0,0.1983695879628665,0.15372517456988796,0.0,0.06766125085745461,0.15372517456988796,0.0,0.066487408146622,0.15372517456988796,0.0,0.02302151510561842,0.5,0.15372517456988796,0.0,0.0034562397741899962,0.15372517456988796,0.0,0.000537542181806681,0.5,0.15372517456988796,0.0,0.006858854243572118,0.15372517456988796,0.0,0.0023675844108554315,0.15372517456988796,0.0,0.353656154341446,0.15372517456988796,0.0,0.2581330816917551,0.15372517456988796,0.0,0.39248793448714125,0.15372517456988796,0.0,0.023469455275637718,0.15372517456988796,0.0,0.008616079892842915,0.5,0.15372517456988796,0.0,0.001405929802475026,0.0,0.8782956855304698,0.5727389731505319 -8377,0.5,0.15372517456988796,0.0,0.39333718869969225,0.15372517456988796,0.0,0.39646187871105226,0.15372517456988796,0.0,0.05487670326331854,0.15372517456988796,0.0,0.04722604152243879,0.15372517456988796,0.0,0.15711554205771988,0.15372517456988796,0.0,0.057483839625752695,0.15372517456988796,0.0,0.05823767596919071,0.15372517456988796,0.0,0.017372212864956396,0.5,0.15372517456988796,0.0,0.0028924925930147293,0.15372517456988796,0.0,0.0005474395721784752,0.5,0.15372517456988796,0.0,0.00610477331494945,0.15372517456988796,0.0,0.0022403505934623,0.15372517456988796,0.0,0.31612094183362144,0.15372517456988796,0.0,0.20110363261224978,0.15372517456988796,0.0,0.3170162180150891,0.15372517456988796,0.0,0.02041924033774728,0.15372517456988796,0.0,0.005837970698312994,0.5,0.15372517456988796,0.0,0.0013269853036230548,0.0,0.7832885923210785,0.25322459123834373 -8378,0.5,0.15372517456988796,0.0,0.37299469686047576,0.15372517456988796,0.0,0.3059550236923423,0.15372517456988796,0.0,0.04257758158027661,0.15372517456988796,0.0,0.04198455442092879,0.15372517456988796,0.0,0.14097724905789616,0.15372517456988796,0.0,0.05974928049509185,0.15372517456988796,0.0,0.05431532672072669,0.15372517456988796,0.0,0.012167342920185096,0.5,0.15372517456988796,0.0,0.0023616866148355132,0.15372517456988796,0.0,0.0005679204359341764,0.5,0.15372517456988796,0.0,0.0031141402328297664,0.15372517456988796,0.0,0.0020168126297233297,0.15372517456988796,0.0,0.22236624639258465,0.15372517456988796,0.0,0.15570155315970707,0.15372517456988796,0.0,0.24063019531964014,0.15372517456988796,0.0,0.01706133184880236,0.15372517456988796,0.0,0.003535492748290233,0.5,0.15372517456988796,0.0,0.0016333561505221794,0.0,0.731920820042429,0.05278676897949363 -8379,0.5,0.15372517456988796,0.0,0.3320653856965315,0.15372517456988796,0.0,0.22160339035063514,0.15372517456988796,0.0,0.03676283774399946,0.15372517456988796,0.0,0.03955573722214724,0.15372517456988796,0.0,0.1431684037114178,0.15372517456988796,0.0,0.06792727087598716,0.15372517456988796,0.0,0.05858722671529719,0.15372517456988796,0.0,0.009307132269473599,0.5,0.15372517456988796,0.0,0.001937768589086617,0.15372517456988796,0.0,0.0005181550906377916,0.5,0.15372517456988796,0.0,0.00123618773184164,0.15372517456988796,0.0,0.001471588067763933,0.15372517456988796,0.0,0.12483373571251667,0.15372517456988796,0.0,0.12733775901862376,0.15372517456988796,0.0,0.18798355706623246,0.15372517456988796,0.0,0.01356923580469052,0.15372517456988796,0.0,0.0019797875604318925,0.5,0.15372517456988796,0.0,0.0012842855434536014,0.0,0.5763203487617828,0.06947210476350366 -8380,0.5,0.15372517456988796,0.0,0.27682841521220297,0.15372517456988796,0.0,0.15067798617694272,0.15372517456988796,0.0,0.03272638280926807,0.15372517456988796,0.0,0.03618047496400381,0.15372517456988796,0.0,0.14398405630194164,0.15372517456988796,0.0,0.07142011331758517,0.15372517456988796,0.0,0.06357463114181434,0.15372517456988796,0.0,0.008050936061582309,0.5,0.15372517456988796,0.0,0.0015874264543952773,0.15372517456988796,0.0,0.0004219494953652869,0.5,0.15372517456988796,0.0,0.0008568770941697659,0.15372517456988796,0.0,0.0008785315865838366,0.15372517456988796,0.0,0.06878709815144984,0.15372517456988796,0.0,0.1261751905622848,0.15372517456988796,0.0,0.14808834052830136,0.15372517456988796,0.0,0.01075081328056187,0.15372517456988796,0.0,0.0008720919760356174,0.5,0.15372517456988796,0.0,0.0008782614944735309,0.0,0.4303544510979359,0.29131748091056664 -8381,0.5,0.15372517456988796,0.0,0.2219496171310824,0.15372517456988796,0.0,0.11610330560282672,0.15372517456988796,0.0,0.02943175134437684,0.15372517456988796,0.0,0.030249615433887805,0.15372517456988796,0.0,0.14923259994677926,0.15372517456988796,0.0,0.07271041066249428,0.15372517456988796,0.0,0.06566026806812807,0.15372517456988796,0.0,0.008366037315627507,0.5,0.15372517456988796,0.0,0.0016402868733096446,0.15372517456988796,0.0,0.0004248356252373681,0.5,0.15372517456988796,0.0,0.000815707626630734,0.15372517456988796,0.0,0.0006543990214400911,0.15372517456988796,0.0,0.04635168162708402,0.15372517456988796,0.0,0.1526690237612085,0.15372517456988796,0.0,0.12491122022496251,0.15372517456988796,0.0,0.010631507537193444,0.15372517456988796,0.0,0.0006090619957898737,0.5,0.15372517456988796,0.0,0.000631918983786153,0.0,0.32994958059495927,0.6644201706350024 -8382,0.5,0.15372517456988796,0.0,0.1701590968608529,0.15372517456988796,0.0,0.10750876250901306,0.15372517456988796,0.0,0.025928552083502487,0.15372517456988796,0.0,0.02451098424175891,0.15372517456988796,0.0,0.16193469076598016,0.15372517456988796,0.0,0.07409903768456487,0.15372517456988796,0.0,0.07081683505510127,0.15372517456988796,0.0,0.0086568687030101,0.5,0.15372517456988796,0.0,0.002113550306528612,0.15372517456988796,0.0,0.0004825613783593717,0.5,0.15372517456988796,0.0,0.0008130737967308052,0.15372517456988796,0.0,0.0006583828954370981,0.15372517456988796,0.0,0.06596070814603765,0.15372517456988796,0.0,0.18603043374522749,0.15372517456988796,0.0,0.11665114309206051,0.15372517456988796,0.0,0.012394749234308848,0.15372517456988796,0.0,0.0005475400392054887,0.5,0.15372517456988796,0.0,0.0005507650089556548,0.0,0.26161508425911956,0.9004912623840976 -8383,0.5,0.15372517456988796,0.0,0.13491329504503494,0.15372517456988796,0.0,0.11974330233974292,0.15372517456988796,0.0,0.024410906448922756,0.15372517456988796,0.0,0.0207756143928779,0.15372517456988796,0.0,0.18399269011814876,0.15372517456988796,0.0,0.077889402090283,0.15372517456988796,0.0,0.08596202604327413,0.15372517456988796,0.0,0.008965441733482724,0.5,0.15372517456988796,0.0,0.002962265776899388,0.15372517456988796,0.0,0.0006762020687227394,0.5,0.15372517456988796,0.0,0.0008738319231580993,0.15372517456988796,0.0,0.0007426958661014782,0.15372517456988796,0.0,0.13413587950586192,0.15372517456988796,0.0,0.23883980456122927,0.15372517456988796,0.0,0.11625078590383389,0.15372517456988796,0.0,0.01664991477333836,0.15372517456988796,0.0,0.0005754296148583571,0.5,0.15372517456988796,0.0,0.0006259350525213618,0.0,0.27291653145334593,0.9946189587867131 -8384,0.5,0.15372517456988796,0.0,0.11313153162365029,0.15372517456988796,0.0,0.14150216780867422,0.15372517456988796,0.0,0.0244753669693336,0.15372517456988796,0.0,0.01893358380874308,0.15372517456988796,0.0,0.21295729133960659,0.15372517456988796,0.0,0.08456877321918871,0.15372517456988796,0.0,0.11753908150089751,0.15372517456988796,0.0,0.011573021755894327,0.5,0.15372517456988796,0.0,0.004664850970641322,0.15372517456988796,0.0,0.001260033526179701,0.5,0.15372517456988796,0.0,0.0010013721056564005,0.15372517456988796,0.0,0.0009296328054763726,0.15372517456988796,0.0,0.24025797163386364,0.15372517456988796,0.0,0.2980137470456866,0.15372517456988796,0.0,0.12229292717096085,0.15372517456988796,0.0,0.022734303184685216,0.15372517456988796,0.0,0.0007080688529826535,0.5,0.15372517456988796,0.0,0.0008031602561016829,0.0,0.23345553905743033,1.0039397552359164 -8385,0.5,0.15372517456988796,0.0001877612189460325,0.1037501436243325,0.15372517456988796,0.0,0.1560951547698677,0.15372517456988796,0.00033791634689102487,0.025474191408231626,0.15372517456988796,0.0015931802565817398,0.018116617281788337,0.15372517456988796,0.0,0.24955062028708505,0.15372517456988796,0.0,0.10047051094860852,0.15372517456988796,0.0,0.17350435424126434,0.15372517456988796,0.0,0.01686612720413201,0.5,0.15372517456988796,4.5343227354985963e-07,0.007768784521466708,0.15372517456988796,0.0015043048086995933,0.0021968851159811374,0.5,0.15372517456988796,0.00017766929721124708,0.002332394269713061,0.15372517456988796,0.0009431819561772377,0.0012005797259433534,0.15372517456988796,0.0,0.3788968634479808,0.15372517456988796,0.0,0.35382893591311093,0.15372517456988796,0.0,0.13741965419155872,0.15372517456988796,0.0,0.038652982549675315,0.15372517456988796,0.0006111358268505179,0.0009402752413028053,0.5,0.15372517456988796,0.0018865375119209201,0.0012854909569443203,0.0,0.1828097542348269,1.004736781078741 -8386,0.5,0.15372517456988796,0.032408684688880245,0.114340949434203,0.15372517456988796,0.021471247587460558,0.20068907458236115,0.15372517456988796,0.04817834547975023,0.030684056780577968,0.15372517456988796,0.039296063150280475,0.020177016813233514,0.15372517456988796,0.03180585851696478,0.2962928175810477,0.15372517456988796,0.013559814221494496,0.13447899294214424,0.15372517456988796,0.011431321732762286,0.25212061675708447,0.15372517456988796,0.007307980795296674,0.02681131296977991,0.5,0.15372517456988796,0.029306278914127015,0.012445662692206151,0.15372517456988796,0.023176597077538795,0.002860795514070393,0.5,0.15372517456988796,0.012333256475914751,0.006737387185449245,0.15372517456988796,0.02017781906074954,0.0029119520273832335,0.15372517456988796,0.012879687129502077,0.520536504125651,0.15372517456988796,0.01561175085502441,0.4216113508986664,0.15372517456988796,0.028925705600872834,0.1904101367876816,0.15372517456988796,0.026699016980282035,0.06818900680340409,0.15372517456988796,0.014539269498232511,0.002401348200223795,0.5,0.15372517456988796,0.019404503924721647,0.0018379232122293693,0.0,0.18769231690385565,1.0054481206825698 -8387,0.5,0.15372517456988796,0.08894855879191085,0.145310325655021,0.15372517456988796,0.0697655308903849,0.2927987929743669,0.15372517456988796,0.13993413861748896,0.051940517657500955,0.15372517456988796,0.09620488384075067,0.030446339655397926,0.15372517456988796,0.11889307026406168,0.36807640366059824,0.15372517456988796,0.037737410186280955,0.17039959151255654,0.15372517456988796,0.0349258273137087,0.29813336205427216,0.15372517456988796,0.022588003182427006,0.04531906003087817,0.5,0.15372517456988796,0.10103883394617996,0.019411906633363944,0.15372517456988796,0.05358496701937573,0.011264288160413354,0.5,0.15372517456988796,0.044699614514164654,0.015331142958848904,0.15372517456988796,0.046902344907999646,0.011174006371613221,0.15372517456988796,0.041880871866827,0.6547814283871143,0.15372517456988796,0.09087335048442668,0.49970730602221425,0.15372517456988796,0.07190199266822288,0.2794578235972835,0.15372517456988796,0.057315435077634765,0.12161250798375682,0.15372517456988796,0.03875946343503691,0.008107401259075884,0.5,0.15372517456988796,0.041414363379233654,0.00526677569296015,0.0,0.4370633623685012,1.0040830523467343 -8388,0.5,0.15372517456988796,0.13245433165089757,0.19182864270413716,0.15372517456988796,0.06844828328996125,0.4510350409349354,0.15372517456988796,0.2125883881686394,0.1080874970450105,0.15372517456988796,0.14577289912817745,0.0460310705417714,0.15372517456988796,0.12002763351268252,0.4093873148790629,0.15372517456988796,0.046816978208266864,0.1830388235711614,0.15372517456988796,0.047178305301521464,0.29914026365398505,0.15372517456988796,0.03480489394737199,0.09211614557309251,0.5,0.15372517456988796,0.15916917736403643,0.03677299658847809,0.15372517456988796,0.07714190236905898,0.02540589208617506,0.5,0.15372517456988796,0.08558542195485182,0.03151895427992707,0.15372517456988796,0.06550293201452227,0.02530427350179091,0.15372517456988796,0.03884069996510616,0.7171517093617195,0.15372517456988796,0.14660683244067899,0.607439489770911,0.15372517456988796,0.09398631124813733,0.40326031019075176,0.15372517456988796,0.07388879048183096,0.14491467696257782,0.15372517456988796,0.06972152071845839,0.0223845748059094,0.5,0.15372517456988796,0.0551509142204497,0.016102617942788798,0.0,0.669982681368766,0.9954581138946584 -8389,0.5,0.15372517456988796,0.1497823671270523,0.26382088090456823,0.15372517456988796,0.08174211331548151,0.7112997727616119,0.15372517456988796,0.21576761597940278,0.19565560525301723,0.15372517456988796,0.16365968875863413,0.05781680079135711,0.15372517456988796,0.06864325853774603,0.41980826047633896,0.15372517456988796,0.0351275503070426,0.22071551937176187,0.15372517456988796,0.046725226902563706,0.39893614709156483,0.15372517456988796,0.034766197429928654,0.1702849342848733,0.5,0.15372517456988796,0.1682684408274174,0.05792157423722384,0.15372517456988796,0.06087902444302648,0.03759192868018766,0.5,0.15372517456988796,0.10410129839049678,0.057511505475817966,0.15372517456988796,0.05940412267642413,0.04676184180787317,0.15372517456988796,0.032714852366057666,0.6920033234586085,0.15372517456988796,0.11447430846284712,0.6768849853779428,0.15372517456988796,0.08639812679507286,0.5218199085241678,0.15372517456988796,0.07524617978978197,0.16222947305718266,0.15372517456988796,0.08412610988290525,0.04442172286898342,0.5,0.15372517456988796,0.049994129315636265,0.028602847910168074,0.0,0.7930671711111461,0.988874435772147 -8390,0.5,0.15372517456988796,0.13388381849993178,0.301990639900445,0.15372517456988796,0.14052783119220041,0.8056580831706556,0.15372517456988796,0.15798136387303524,0.2829034373539598,0.15372517456988796,0.139443820567085,0.05964457000659625,0.15372517456988796,0.05280456419743347,0.41674034120428194,0.15372517456988796,0.03318619124040977,0.29201669608877767,0.15372517456988796,0.03309419746570428,0.38216963387940595,0.15372517456988796,0.029466598224024722,0.22859493516320642,0.5,0.15372517456988796,0.1284608033890333,0.07908883717287352,0.15372517456988796,0.03806305588929522,0.03876357600132561,0.5,0.15372517456988796,0.08224578248171638,0.0655059576266995,0.15372517456988796,0.04063598955008251,0.06328021905234683,0.15372517456988796,0.024984696430668116,0.6975147309340639,0.15372517456988796,0.10700270010377283,0.7150851998409226,0.15372517456988796,0.04784097650200849,0.5986124768320129,0.15372517456988796,0.05448628404302446,0.16303610054715895,0.15372517456988796,0.08161270751770576,0.06871467842374772,0.5,0.15372517456988796,0.02872950709555118,0.035940708091212074,0.0,0.858156884438072,0.9606586768407694 -8391,0.5,0.15372517456988796,0.07164662983632628,0.33766830455298974,0.15372517456988796,0.045570303821469746,0.8409483011699952,0.15372517456988796,0.05454757244869862,0.36218375481600984,0.15372517456988796,0.07963215851958041,0.055508391895827916,0.15372517456988796,0.04700707881534269,0.45159760192813825,0.15372517456988796,0.0245527247369639,0.31006041652969263,0.15372517456988796,0.028854272455186313,0.432956914019135,0.15372517456988796,0.01920998287607059,0.21033437612778605,0.5,0.15372517456988796,0.06933655065004839,0.08871827185616375,0.15372517456988796,0.015242310015025191,0.036749560591265246,0.5,0.15372517456988796,0.05581544519713594,0.09157197871837733,0.15372517456988796,0.019490734125705168,0.07799120746812681,0.15372517456988796,0.00786097061519734,0.6434013181087924,0.15372517456988796,0.06837979214079729,0.6784623274878545,0.15372517456988796,0.01877670929067357,0.5320985245118649,0.15372517456988796,0.02372400952530618,0.21593317203638265,0.15372517456988796,0.04853276825530528,0.09139211533491746,0.5,0.15372517456988796,0.012090042328476158,0.040819196465396085,0.0,0.9317964007958297,0.9254548591530085 -8392,0.5,0.15372517456988796,0.0,0.3724214925812091,0.15372517456988796,0.0,0.7765113004665258,0.15372517456988796,0.00010820895239454293,0.31225817636446884,0.15372517456988796,4.7369798315610036e-05,0.08419596614862655,0.15372517456988796,0.0,0.5075347818842239,0.15372517456988796,0.007407624390055699,0.299614294980869,0.15372517456988796,0.0002022296002964772,0.47887201945021474,0.15372517456988796,0.008928295135116442,0.20739670174413627,0.5,0.15372517456988796,0.01268229575140963,0.10515822791291657,0.15372517456988796,0.0018830351291151215,0.03871484389772056,0.5,0.15372517456988796,0.00888222557253336,0.15988890136894454,0.15372517456988796,0.004422704866303802,0.08794635917398412,0.15372517456988796,0.0002106166490261985,0.4980312717396914,0.15372517456988796,3.449986664051362e-05,0.5985938903790369,0.15372517456988796,0.00010423960052775601,0.49718034662697264,0.15372517456988796,0.0003760214945515702,0.19362011720338174,0.15372517456988796,8.574183295676876e-05,0.09832043972104744,0.5,0.15372517456988796,0.00047771568579320193,0.048377846137247715,0.0,0.9572938523295289,0.8851797897892947 -8393,0.5,0.15372517456988796,0.0,0.42383797420158,0.15372517456988796,0.0,0.6500803705878498,0.15372517456988796,0.0,0.21016697065937062,0.15372517456988796,0.0,0.1114838247146118,0.15372517456988796,0.0,0.5441211269008397,0.15372517456988796,0.0,0.3020831316809101,0.15372517456988796,0.0,0.4857871282822842,0.15372517456988796,0.0,0.19819466050175943,0.5,0.15372517456988796,0.0,0.10899615260992966,0.15372517456988796,0.0,0.051602707701796806,0.5,0.15372517456988796,0.0,0.1433682763915705,0.15372517456988796,0.0,0.0851383215008751,0.15372517456988796,0.0,0.42896210334394297,0.15372517456988796,0.0,0.46707374752243913,0.15372517456988796,0.0,0.4794345630635759,0.15372517456988796,0.0,0.19989955693707648,0.15372517456988796,0.0,0.09054587587644271,0.5,0.15372517456988796,0.0,0.06268997128092815,0.0,0.959930272257787,0.8452663237104805 -8394,0.5,0.15372517456988796,0.0,0.4657401452431266,0.15372517456988796,0.0,0.5580013749358466,0.15372517456988796,0.0,0.15072577337450815,0.15372517456988796,0.0,0.14215005904398886,0.15372517456988796,0.0,0.49395577696256665,0.15372517456988796,0.0,0.32594969153610265,0.15372517456988796,0.0,0.5067178158041523,0.15372517456988796,0.0,0.16030937102442527,0.5,0.15372517456988796,0.0,0.13043760213414407,0.15372517456988796,0.0,0.07073900150621583,0.5,0.15372517456988796,0.0,0.12961925020446727,0.15372517456988796,0.0,0.07684992611234132,0.15372517456988796,0.0,0.4598329267800939,0.15372517456988796,0.0,0.3988538570929368,0.15372517456988796,0.0,0.5162663346889473,0.15372517456988796,0.0,0.29936448129773696,0.15372517456988796,0.0,0.09153067026206194,0.5,0.15372517456988796,0.0,0.08745354295725542,0.0,0.9847982349587762,0.8339458082681493 -8395,0.5,0.15372517456988796,0.0,0.450830225491337,0.15372517456988796,0.0,0.40296685706724217,0.15372517456988796,0.0,0.14529210758293612,0.15372517456988796,0.0,0.1660326740303784,0.15372517456988796,0.0,0.35141808959972665,0.15372517456988796,0.0,0.3231083695964867,0.15372517456988796,0.0,0.4756244133221712,0.15372517456988796,0.0,0.14166253937550785,0.5,0.15372517456988796,0.0,0.12446657401581337,0.15372517456988796,0.0,0.07806057740778233,0.5,0.15372517456988796,0.0,0.11962682864767732,0.15372517456988796,0.0,0.07773621946703345,0.15372517456988796,0.0,0.4224860349839128,0.15372517456988796,0.0,0.3492719255641151,0.15372517456988796,0.0,0.5433934009558541,0.15372517456988796,0.0,0.28299369993515505,0.15372517456988796,0.0,0.1259051294781153,0.5,0.15372517456988796,0.0,0.10846945052465173,0.0,0.9658580271815745,0.8289267933016734 -8396,0.5,0.15372517456988796,0.0,0.43140464477035284,0.15372517456988796,0.0,0.1817250364108185,0.15372517456988796,0.0,0.19467023805565298,0.15372517456988796,0.0,0.16141815972319914,0.15372517456988796,0.0,0.19856481572316895,0.15372517456988796,0.0,0.28397139503350904,0.15372517456988796,0.0,0.4283665058834679,0.15372517456988796,0.0,0.13038944477620273,0.5,0.15372517456988796,0.0,0.08136723267188706,0.15372517456988796,0.0,0.08435139784602329,0.5,0.15372517456988796,0.0,0.14197525932722646,0.15372517456988796,0.0,0.07854566938027806,0.15372517456988796,0.0,0.33580132162782905,0.15372517456988796,0.0,0.24476595631222964,0.15372517456988796,0.0,0.5255015423001811,0.15372517456988796,0.0,0.21361180865490995,0.15372517456988796,0.0,0.17560979050667122,0.5,0.15372517456988796,0.0,0.12426752481588624,0.0,0.893361571881936,0.785744714245647 -8397,0.5,0.15372517456988796,0.0,0.3815013043690004,0.15372517456988796,0.0,0.0918007778222484,0.15372517456988796,0.0,0.24265361330045124,0.15372517456988796,0.0,0.14729257837011678,0.15372517456988796,0.0,0.1403426870026252,0.15372517456988796,0.0,0.21252439809012086,0.15372517456988796,0.0,0.37792048169558995,0.15372517456988796,0.0,0.1146500025660753,0.5,0.15372517456988796,0.0,0.03724178797851132,0.15372517456988796,0.0,0.07816601182699828,0.5,0.15372517456988796,0.0,0.1427174028066922,0.15372517456988796,0.0,0.06908825306244702,0.15372517456988796,0.0,0.32904750288112,0.15372517456988796,0.0,0.17114992815678776,0.15372517456988796,0.0,0.4073219373399133,0.15372517456988796,0.0,0.18629589025369855,0.15372517456988796,0.0,0.17579878561954287,0.5,0.15372517456988796,0.0,0.1516579598852321,0.0,0.8251596106221187,0.7504625760341953 -8398,0.5,0.15372517456988796,0.0,0.3398091540264079,0.15372517456988796,0.0,0.07107158420388737,0.15372517456988796,0.0,0.25180474606089137,0.15372517456988796,0.0,0.15769588212978727,0.15372517456988796,0.0,0.11925671951300937,0.15372517456988796,0.0,0.1765827234251957,0.15372517456988796,0.0,0.28986249587393753,0.15372517456988796,0.0,0.12170062297150733,0.5,0.15372517456988796,0.0,0.022275390883494072,0.15372517456988796,0.0,0.06422365915146858,0.5,0.15372517456988796,0.0,0.11885646568740407,0.15372517456988796,0.0,0.046896624008528426,0.15372517456988796,0.0,0.30712975733695524,0.15372517456988796,0.0,0.18317162493284164,0.15372517456988796,0.0,0.2770879337894603,0.15372517456988796,0.0,0.19365553657922085,0.15372517456988796,0.0,0.1444549932772859,0.5,0.15372517456988796,0.0,0.14412793582763828,0.0,0.8469550391876917,0.6984771052907749 -8399,0.5,0.15372517456988796,0.0,0.30543919305979395,0.15372517456988796,0.0,0.1129254264711694,0.15372517456988796,0.0,0.2616207172563389,0.15372517456988796,0.0,0.18914951758763945,0.15372517456988796,0.0,0.10069456036440877,0.15372517456988796,0.0,0.1620510677137881,0.15372517456988796,0.0,0.2300046113925817,0.15372517456988796,0.0,0.13704325365664502,0.5,0.15372517456988796,0.0,0.03114625056265152,0.15372517456988796,0.0,0.03336789267647721,0.5,0.15372517456988796,0.0,0.09621895917838526,0.15372517456988796,0.0,0.032662816319343535,0.15372517456988796,0.0,0.3224892635909666,0.15372517456988796,0.0,0.21026708789126997,0.15372517456988796,0.0,0.20145328970187049,0.15372517456988796,0.0,0.1934545111984753,0.15372517456988796,0.0,0.1430286338995621,0.5,0.15372517456988796,0.0,0.09076187905198649,0.0,0.8949800267369538,0.49792950851864265 -8400,0.5,0.15372517456988796,0.0,0.2451236770674927,0.15372517456988796,0.0,0.16813630600171897,0.15372517456988796,0.0,0.2641001788394244,0.15372517456988796,0.0,0.2261671228312491,0.15372517456988796,0.0,0.09288135891401125,0.15372517456988796,0.0,0.18412220707330926,0.15372517456988796,0.0,0.16369293513474972,0.15372517456988796,0.0,0.1487840099028228,0.5,0.15372517456988796,0.0,0.03837256239858872,0.15372517456988796,0.0,0.019624834413854566,0.5,0.15372517456988796,0.0,0.06452794223988959,0.15372517456988796,0.0,0.03387464861527151,0.15372517456988796,0.0,0.35826698207415636,0.15372517456988796,0.0,0.19602569987481722,0.15372517456988796,0.0,0.1667331574499162,0.15372517456988796,0.0,0.17017279233386678,0.15372517456988796,0.0,0.1469483111580255,0.5,0.15372517456988796,0.0,0.06492542023427031,0.0,0.9393751920809963,0.481345240583316 -8401,0.5,0.15372517456988796,0.0,0.22770779782179776,0.15372517456988796,0.0,0.19231545083055868,0.15372517456988796,0.0,0.20593403098583662,0.15372517456988796,0.0,0.257210519245688,0.15372517456988796,0.0,0.1077307639439352,0.15372517456988796,0.0,0.21403965289624893,0.15372517456988796,0.0,0.1395613047498726,0.15372517456988796,0.0,0.14012941304097998,0.5,0.15372517456988796,0.0,0.05033687276637349,0.15372517456988796,0.0,0.01802967351843951,0.5,0.15372517456988796,0.0,0.03707169701738757,0.15372517456988796,0.0,0.03173362991685914,0.15372517456988796,0.0,0.3878174658909841,0.15372517456988796,0.0,0.2078341677089744,0.15372517456988796,0.0,0.14540689835078122,0.15372517456988796,0.0,0.12981910114543802,0.15372517456988796,0.0,0.12893792594154765,0.5,0.15372517456988796,0.0,0.05688545201361468,0.0,0.9589412537628877,0.6494764694308361 -8402,0.5,0.15372517456988796,0.0,0.23738041499293988,0.15372517456988796,0.0,0.2177382173093732,0.15372517456988796,0.0,0.1480563120655095,0.15372517456988796,0.0,0.2592489193390602,0.15372517456988796,0.0,0.14801129248829373,0.15372517456988796,0.0,0.27245559690162113,0.15372517456988796,0.0,0.1409439291015698,0.15372517456988796,0.0,0.1174074174833308,0.5,0.15372517456988796,0.0,0.07160576342429949,0.15372517456988796,0.0,0.024066942518259117,0.5,0.15372517456988796,0.0,0.012202024893573877,0.15372517456988796,0.0,0.03382832370519663,0.15372517456988796,0.0,0.3828878751373196,0.15372517456988796,0.0,0.21145880544450063,0.15372517456988796,0.0,0.13938028543597303,0.15372517456988796,0.0,0.11408383561713853,0.15372517456988796,0.0,0.08881299213367691,0.5,0.15372517456988796,0.0,0.07143218695762205,0.0,0.9528616431639395,0.5784969616443382 -8403,0.5,0.15372517456988796,0.0,0.24209018100403978,0.15372517456988796,0.0,0.22292261175014869,0.15372517456988796,0.0,0.11621288004851023,0.15372517456988796,0.0,0.18514343196224328,0.15372517456988796,0.0,0.21079514263896248,0.15372517456988796,0.0,0.34870161074992023,0.15372517456988796,0.0,0.1790786968609263,0.15372517456988796,0.0,0.1169604921586683,0.5,0.15372517456988796,0.0,0.11076184597374678,0.15372517456988796,0.0,0.025250763824284185,0.5,0.15372517456988796,0.0,0.004399065571172621,0.15372517456988796,0.0,0.029496399907492775,0.15372517456988796,0.0,0.42695261604022894,0.15372517456988796,0.0,0.2341192175765698,0.15372517456988796,0.0,0.13097978356259454,0.15372517456988796,0.0,0.09949040701657838,0.15372517456988796,0.0,0.05383927888076822,0.5,0.15372517456988796,0.0,0.05437703574136873,0.0,0.9561637195201154,0.5570929944457358 -8404,0.5,0.15372517456988796,0.0,0.23234878008823942,0.15372517456988796,0.0,0.22300303093319568,0.15372517456988796,0.0,0.10046284909549862,0.15372517456988796,0.0,0.12821633997381526,0.15372517456988796,0.0,0.34635703979179155,0.15372517456988796,0.0,0.4292353328784513,0.15372517456988796,0.0,0.24994796899396363,0.15372517456988796,0.0,0.14944471535152204,0.5,0.15372517456988796,0.0,0.16286921903434556,0.15372517456988796,0.0,0.02786791648401239,0.5,0.15372517456988796,0.0,0.004614851857892852,0.15372517456988796,0.0,0.028743871931972406,0.15372517456988796,0.0,0.44355048572974776,0.15372517456988796,0.0,0.3083822949426377,0.15372517456988796,0.0,0.13838402467697739,0.15372517456988796,0.0,0.10074129073059046,0.15372517456988796,0.0,0.035668717326618034,0.5,0.15372517456988796,0.0,0.0353677925481102,0.0,0.9592269420249654,0.8670396493804736 -8405,0.5,0.15372517456988796,0.0,0.2013565038534806,0.15372517456988796,0.0,0.19979619002680146,0.15372517456988796,0.0,0.09252286733961049,0.15372517456988796,0.0,0.08997977142194083,0.15372517456988796,0.0,0.5313112853883014,0.15372517456988796,0.0,0.5225449319017148,0.15372517456988796,0.0,0.36900292021690323,0.15372517456988796,0.0,0.2109390583479908,0.5,0.15372517456988796,0.0,0.22178651064492613,0.15372517456988796,0.0,0.022121912992745275,0.5,0.15372517456988796,0.0,0.017465697871224612,0.15372517456988796,0.0,0.041177384700152156,0.15372517456988796,0.0,0.38965828256347107,0.15372517456988796,0.0,0.36514431690487664,0.15372517456988796,0.0,0.17306637331431046,0.15372517456988796,0.0,0.14415765794384197,0.15372517456988796,0.0,0.028449716417441293,0.5,0.15372517456988796,0.0,0.022682812217788346,0.0,0.9283589764400257,0.9929777684025727 -8406,0.5,0.15372517456988796,0.0,0.1705355644291764,0.15372517456988796,0.0,0.2253403372422321,0.15372517456988796,0.0,0.10437470281475202,0.15372517456988796,0.0,0.0750188941111663,0.15372517456988796,0.0,0.6495990831988905,0.15372517456988796,0.0,0.5444701512751025,0.15372517456988796,0.0,0.4204355843648634,0.15372517456988796,0.0,0.3053308593814995,0.5,0.15372517456988796,0.0,0.31648201610240295,0.15372517456988796,0.0,0.028171828746444885,0.5,0.15372517456988796,0.0,0.058688413832205334,0.15372517456988796,0.0,0.05426579041438593,0.15372517456988796,0.0,0.41437149226850634,0.15372517456988796,0.0,0.45899457666898325,0.15372517456988796,0.0,0.20662389321836208,0.15372517456988796,0.0,0.2350744723558967,0.15372517456988796,0.0,0.0386276082400638,0.5,0.15372517456988796,0.0,0.023009438716001245,0.0,0.8642232248447204,1.006826801996788 -8407,0.5,0.15372517456988796,0.0,0.1545556964866939,0.15372517456988796,0.0,0.3172539356957995,0.15372517456988796,0.0,0.14339090636389312,0.15372517456988796,0.0,0.07359322582481806,0.15372517456988796,0.0,0.6857607707677236,0.15372517456988796,0.0,0.5970563653884255,0.15372517456988796,0.0,0.4555054775122901,0.15372517456988796,0.0,0.4158010316036852,0.5,0.15372517456988796,0.0,0.46647029704252274,0.15372517456988796,0.0,0.031862546665829355,0.5,0.15372517456988796,0.0,0.14854952458551895,0.15372517456988796,0.0,0.06920995292694197,0.15372517456988796,0.0,0.4083450414616235,0.15372517456988796,0.0,0.5541401017599661,0.15372517456988796,0.0,0.23576011350863119,0.15372517456988796,0.0,0.3408613452275517,0.15372517456988796,0.0,0.08037444185061589,0.5,0.15372517456988796,0.0,0.02982503699608581,0.0,0.8276980987025347,1.007808544999322 -8408,0.5,0.15372517456988796,0.0,0.16512932785483841,0.15372517456988796,0.0,0.3377462871166235,0.15372517456988796,0.0,0.19632838294662786,0.15372517456988796,0.0,0.07871910916682902,0.15372517456988796,0.0,0.7270558497335272,0.15372517456988796,0.0,0.6466090613626099,0.15372517456988796,0.0,0.5040119559899651,0.15372517456988796,0.0,0.505760279248809,0.5,0.15372517456988796,0.0,0.6224043424408375,0.15372517456988796,0.0,0.0359675679371516,0.5,0.15372517456988796,0.0,0.2802821904776309,0.15372517456988796,0.0,0.09626604094296565,0.15372517456988796,0.0,0.5355604270109713,0.15372517456988796,0.0,0.6024383443654477,0.15372517456988796,0.0,0.28465276512626864,0.15372517456988796,0.0,0.4916347877601721,0.15372517456988796,0.0,0.1429714287211667,0.5,0.15372517456988796,0.0,0.03900467090393164,0.0,0.7065399865026001,1.0080900432373074 -8409,0.5,0.15372517456988796,7.689169019745093e-05,0.18898481517724983,0.15372517456988796,0.0,0.3721398894409838,0.15372517456988796,0.00031319703398808386,0.2682238352386933,0.15372517456988796,0.0009609707186813367,0.0943022123722268,0.15372517456988796,0.0,0.7935132130375174,0.15372517456988796,0.0,0.7862576326801773,0.15372517456988796,0.0,0.5878951813917346,0.15372517456988796,0.0,0.5934565745116751,0.5,0.15372517456988796,0.0,0.6680768408941948,0.15372517456988796,0.002921754037687047,0.0377441788479808,0.5,0.15372517456988796,0.0002983091992303546,0.2733626547289232,0.15372517456988796,0.0018076001101168266,0.12367948576260042,0.15372517456988796,0.0,0.6298504369503936,0.15372517456988796,0.0,0.6865945269254432,0.15372517456988796,0.0,0.35581392785820415,0.15372517456988796,0.0,0.5846796131262288,0.15372517456988796,0.0012643135185958212,0.18725874049349484,0.5,0.15372517456988796,0.003944103081824495,0.0493244658617137,0.0,0.5707725933292582,1.0091020704228546 -8410,0.5,0.15372517456988796,0.03458688117521173,0.22140020780484873,0.15372517456988796,0.00555480582623801,0.5020955121803159,0.15372517456988796,0.031104868614978638,0.3319061326749633,0.15372517456988796,0.02660277999767639,0.1296739149161236,0.15372517456988796,0.004447024073923064,0.8415119142159069,0.15372517456988796,0.0023113862240569157,0.8391011552383484,0.15372517456988796,0.008025904723114886,0.7388010961776539,0.15372517456988796,0.004165109673931905,0.743145041430564,0.5,0.15372517456988796,0.011380769338391248,0.682334865448034,0.15372517456988796,0.06478277508720169,0.04007486866591245,0.5,0.15372517456988796,0.02560270151521446,0.2942694627861254,0.15372517456988796,0.05273041276343323,0.19925032054255445,0.15372517456988796,0.0034787478623505967,0.6225437201564434,0.15372517456988796,0.004690385439265603,0.7601098663098504,0.15372517456988796,0.01578713003417539,0.47232056131138545,0.15372517456988796,0.019825590355565796,0.6768359009819875,0.15372517456988796,0.029369301662999163,0.24885434095662406,0.5,0.15372517456988796,0.05098679096607339,0.08620194472126279,0.0,0.6651334979491799,1.0098983132171138 -8411,0.5,0.15372517456988796,0.07598501862202449,0.2657415439431323,0.15372517456988796,0.03319676111697835,0.5440521435844553,0.15372517456988796,0.07270627111841986,0.4188859986916017,0.15372517456988796,0.06996199704827899,0.20515895923081887,0.15372517456988796,0.011083105701502362,0.8847555379685555,0.15372517456988796,0.007500034913752052,0.8154564191613658,0.15372517456988796,0.019317686524275905,0.8243815059419967,0.15372517456988796,0.014887445641993277,0.7654031981608109,0.5,0.15372517456988796,0.019630727887958277,0.555870604942552,0.15372517456988796,0.1532353204799297,0.067563894076998,0.5,0.15372517456988796,0.05009704707362484,0.4325996247664121,0.15372517456988796,0.10729274972850897,0.29581771038880633,0.15372517456988796,0.022637940140973534,0.6446870335630953,0.15372517456988796,0.017696486817584997,0.8058279307991054,0.15372517456988796,0.04547037332206881,0.5990809170938659,0.15372517456988796,0.04604452597956114,0.78188985134748,0.15372517456988796,0.06323714945021487,0.371588743589188,0.5,0.15372517456988796,0.08646079235831138,0.12746914718921673,0.0,0.7194733716777817,1.0101169222692066 -8412,0.5,0.15372517456988796,0.10863377382909742,0.3055700293447516,0.15372517456988796,0.047371635091186595,0.5871875380310005,0.15372517456988796,0.09385372062619188,0.5834245839745883,0.15372517456988796,0.10470080048558196,0.3082167002930507,0.15372517456988796,0.01529580243492825,0.8824165020429793,0.15372517456988796,0.005768767296720609,0.6483795306351586,0.15372517456988796,0.0225750844259629,0.889344264783289,0.15372517456988796,0.014359716716744485,0.7159690598957065,0.5,0.15372517456988796,0.021602324886025533,0.6753001852572618,0.15372517456988796,0.17619727480693972,0.10514303593074677,0.5,0.15372517456988796,0.05078349231243068,0.6014982069917739,0.15372517456988796,0.10660409763733265,0.3430342417380595,0.15372517456988796,0.03497584918335705,0.7104265112592738,0.15372517456988796,0.021354272972474032,0.8253674858279398,0.15372517456988796,0.05160952916019876,0.6728054826408533,0.15372517456988796,0.04820153268312766,0.8335757579813904,0.15372517456988796,0.0882291853017373,0.4318080633700871,0.5,0.15372517456988796,0.13058554229438,0.1390529587608888,0.0,0.6919362535456944,0.8217906360414249 -8413,0.5,0.15372517456988796,0.10473450360834019,0.3723493388577413,0.15372517456988796,0.04279916986846664,0.6518378965611662,0.15372517456988796,0.0799685139397082,0.6613980101947392,0.15372517456988796,0.11238062456116682,0.4343348182872085,0.15372517456988796,0.014459099230120773,0.8365903031222192,0.15372517456988796,0.0015825616801272658,0.521707685515636,0.15372517456988796,0.02143859020603814,0.8739332754171353,0.15372517456988796,0.007743137877052195,0.671686072832973,0.5,0.15372517456988796,0.017350249772603424,0.8327209709356725,0.15372517456988796,0.11375403495475767,0.11506942306989945,0.5,0.15372517456988796,0.04645864893190818,0.8014844882848015,0.15372517456988796,0.07599936133639076,0.41552345702955706,0.15372517456988796,0.030194829309521352,0.7366035625699265,0.15372517456988796,0.016706130956284506,0.8086820048916634,0.15372517456988796,0.04480038522916934,0.7328698515327478,0.15372517456988796,0.03978449980771065,0.8183536750127264,0.15372517456988796,0.08422902629517237,0.5206415247057327,0.5,0.15372517456988796,0.13410970826955634,0.14979471755792328,0.0,0.6246241861539984,0.7018699577406703 -8414,0.5,0.15372517456988796,0.07070540444380874,0.4312952530282974,0.15372517456988796,0.019410123938011115,0.6457776933370086,0.15372517456988796,0.04941218051242574,0.6540733523960263,0.15372517456988796,0.07913524682837267,0.4705424082085978,0.15372517456988796,0.0070218169569608154,0.7361893180689169,0.15372517456988796,0.0005367605774725363,0.5678639417544771,0.15372517456988796,0.009815144785757714,0.816792956294392,0.15372517456988796,0.0018491046002417492,0.5576714576657373,0.5,0.15372517456988796,0.006748145145708121,0.7631922132583393,0.15372517456988796,0.079458914187987,0.11871687397019977,0.5,0.15372517456988796,0.028962618944580472,0.7819641804740309,0.15372517456988796,0.05144661400586119,0.5527486782991073,0.15372517456988796,0.018346659285015034,0.7384171318987274,0.15372517456988796,0.006859935872385072,0.7429873262418665,0.15372517456988796,0.030664334593602568,0.7671845717011262,0.15372517456988796,0.029614044109610202,0.7685638298811347,0.15372517456988796,0.05957689879418502,0.5795002727220092,0.5,0.15372517456988796,0.09932815591728078,0.16783541885457784,0.0,0.5438758580675342,0.8246581143682807 -8415,0.5,0.15372517456988796,0.02974812704280362,0.4571336231939006,0.15372517456988796,0.007047308388767407,0.5970572676734136,0.15372517456988796,0.02171949690741088,0.6353592943474855,0.15372517456988796,0.031247506656203863,0.3688595349396941,0.15372517456988796,0.0007955871609502269,0.631710245663611,0.15372517456988796,0.0005815835405911302,0.44112337159085246,0.15372517456988796,0.0013993928311689474,0.6961950647066125,0.15372517456988796,0.0005946539256217428,0.3495327741290009,0.5,0.15372517456988796,0.0012154496638038198,0.6047695618625684,0.15372517456988796,0.04398545149090309,0.16525245259310423,0.5,0.15372517456988796,0.008678485658941568,0.7616617075695691,0.15372517456988796,0.02180672369187316,0.5338009601594224,0.15372517456988796,0.004912037646069817,0.7418817400848033,0.15372517456988796,0.001964241347693297,0.6422402490683428,0.15372517456988796,0.010564647022525946,0.7942136708152886,0.15372517456988796,0.011343149076540413,0.6583300541332759,0.15372517456988796,0.027379315052323883,0.577936870645554,0.5,0.15372517456988796,0.05269483815150116,0.19443635600857329,0.0,0.5561344276754759,0.8261942104720519 -8416,0.5,0.15372517456988796,0.00017206681455004473,0.46307036003640334,0.15372517456988796,0.00024966181288884926,0.5980825056216962,0.15372517456988796,0.00010230436853558072,0.5680615232622592,0.15372517456988796,0.0,0.2537859936605842,0.15372517456988796,4.8514496942434134e-06,0.4879622474351399,0.15372517456988796,0.00023383443790934882,0.28028521945491947,0.15372517456988796,6.38651768010493e-05,0.48240693900521625,0.15372517456988796,0.0003550981203110387,0.26110982687799184,0.5,0.15372517456988796,0.0001943650544148371,0.4375752071731584,0.15372517456988796,0.006798585570344589,0.16429788493814618,0.5,0.15372517456988796,0.0006249441538871386,0.7524373187462761,0.15372517456988796,0.0028569188776571505,0.5461410442227613,0.15372517456988796,6.42149116027025e-05,0.6796128517996434,0.15372517456988796,1.3046670287865968e-05,0.4737048544711062,0.15372517456988796,0.00022005921447977944,0.6832978389796539,0.15372517456988796,7.96850757755071e-05,0.5619164047948567,0.15372517456988796,0.00018171480378039004,0.4943970806787988,0.5,0.15372517456988796,0.0009506944406733303,0.255273041782194,0.0,0.5994052595958935,0.8674718764933256 -8417,0.5,0.15372517456988796,0.0,0.44618004515329046,0.15372517456988796,0.0,0.4501710168623802,0.15372517456988796,0.0,0.4422076451071775,0.15372517456988796,0.0,0.2230252183171353,0.15372517456988796,0.0,0.34152518476489596,0.15372517456988796,0.0,0.20067065982905774,0.15372517456988796,0.0,0.3250480360087334,0.15372517456988796,0.0,0.17125827887729383,0.5,0.15372517456988796,0.0,0.317410736789308,0.15372517456988796,0.0,0.3506372494348312,0.5,0.15372517456988796,0.0,0.694926880359911,0.15372517456988796,0.0,0.5352465199429051,0.15372517456988796,0.0,0.5950407698061936,0.15372517456988796,0.0,0.3728413473162209,0.15372517456988796,0.0,0.5801079847985344,0.15372517456988796,0.0,0.3944212516166273,0.15372517456988796,0.0,0.43663569178504447,0.5,0.15372517456988796,0.0,0.3145583697134414,0.0,0.6494804730608236,0.5340416666137109 -8418,0.5,0.15372517456988796,0.0,0.4087388492768794,0.15372517456988796,0.0,0.4371078205911911,0.15372517456988796,0.0,0.48072199644510594,0.15372517456988796,0.0,0.22142779567464435,0.15372517456988796,0.0,0.24991255212790653,0.15372517456988796,0.0,0.17247573194948385,0.15372517456988796,0.0,0.29544786847674304,0.15372517456988796,0.0,0.13622527351831049,0.5,0.15372517456988796,0.0,0.2522737899681072,0.15372517456988796,0.0,0.5567304134655584,0.5,0.15372517456988796,0.0,0.7951137992978129,0.15372517456988796,0.0,0.3785001616106533,0.15372517456988796,0.0,0.45256870800435867,0.15372517456988796,0.0,0.40438200325609996,0.15372517456988796,0.0,0.48609578583597846,0.15372517456988796,0.0,0.21126263231723127,0.15372517456988796,0.0,0.5136100185071876,0.5,0.15372517456988796,0.0,0.299382451595392,0.0,0.6965651039912744,0.26227445700606883 -8419,0.5,0.15372517456988796,0.0,0.3641410612812245,0.15372517456988796,0.0,0.346977658515396,0.15372517456988796,0.0,0.558069462897739,0.15372517456988796,0.0,0.2658218082983433,0.15372517456988796,0.0,0.20948530533642415,0.15372517456988796,0.0,0.1556250733936671,0.15372517456988796,0.0,0.22739589583076808,0.15372517456988796,0.0,0.11933170331329394,0.5,0.15372517456988796,0.0,0.2067936727107697,0.15372517456988796,0.0,0.620108840178079,0.5,0.15372517456988796,0.0,0.7577637093326315,0.15372517456988796,0.0,0.2753876121184246,0.15372517456988796,0.0,0.27343937778539046,0.15372517456988796,0.0,0.25691098202217955,0.15372517456988796,0.0,0.3644896201429678,0.15372517456988796,0.0,0.11899083729391885,0.15372517456988796,0.0,0.5179237836002588,0.5,0.15372517456988796,0.0,0.50769312178658,0.0,0.7023057260999357,0.2829561248275467 -8420,0.5,0.15372517456988796,0.0,0.3145874534978702,0.15372517456988796,0.0,0.2758179365171332,0.15372517456988796,0.0,0.49031235998990796,0.15372517456988796,0.0,0.4034798781659356,0.15372517456988796,0.0,0.1720391197066403,0.15372517456988796,0.0,0.15847460287300544,0.15372517456988796,0.0,0.18011350140850685,0.15372517456988796,0.0,0.11635656550138515,0.5,0.15372517456988796,0.0,0.17232943048682262,0.15372517456988796,0.0,0.5187180840337088,0.5,0.15372517456988796,0.0,0.6978296260582809,0.15372517456988796,0.0,0.2143853255157518,0.15372517456988796,0.0,0.25269186709993396,0.15372517456988796,0.0,0.23142747583884365,0.15372517456988796,0.0,0.26931961171006913,0.15372517456988796,0.0,0.0912006829018902,0.15372517456988796,0.0,0.4448351357273233,0.5,0.15372517456988796,0.0,0.5196487722901679,0.0,0.6419574339502032,0.3677879688359402 -8421,0.5,0.15372517456988796,0.0,0.28353417209035714,0.15372517456988796,0.0,0.2226643345687219,0.15372517456988796,0.0,0.36595488260905024,0.15372517456988796,0.0,0.43455775340150143,0.15372517456988796,0.0,0.19283812821949348,0.15372517456988796,0.0,0.16561804389059032,0.15372517456988796,0.0,0.18005038088564407,0.15372517456988796,0.0,0.12096390273859493,0.5,0.15372517456988796,0.0,0.15590482909964368,0.15372517456988796,0.0,0.4449655379791557,0.5,0.15372517456988796,0.0,0.634153040803917,0.15372517456988796,0.0,0.1641806673386828,0.15372517456988796,0.0,0.38931674711368974,0.15372517456988796,0.0,0.21660614347374674,0.15372517456988796,0.0,0.22342259812120274,0.15372517456988796,0.0,0.08954111743129166,0.15372517456988796,0.0,0.38510227105041445,0.5,0.15372517456988796,0.0,0.39846517389495817,0.0,0.5610874429843171,0.5313839949399578 -8422,0.5,0.15372517456988796,0.0,0.26923837877595647,0.15372517456988796,0.0,0.19342801929872488,0.15372517456988796,0.0,0.2871496921212447,0.15372517456988796,0.0,0.3995335193442099,0.15372517456988796,0.0,0.23334095709302174,0.15372517456988796,0.0,0.17302022331410621,0.15372517456988796,0.0,0.1758148290465311,0.15372517456988796,0.0,0.13060884918097132,0.5,0.15372517456988796,0.0,0.15102293927314508,0.15372517456988796,0.0,0.38719027998248345,0.5,0.15372517456988796,0.0,0.5224837637373251,0.15372517456988796,0.0,0.12565166136436318,0.15372517456988796,0.0,0.39836999974371917,0.15372517456988796,0.0,0.26842635657973263,0.15372517456988796,0.0,0.22328714867376873,0.15372517456988796,0.0,0.08818400443854628,0.15372517456988796,0.0,0.3258052977521447,0.5,0.15372517456988796,0.0,0.30916350944799326,0.0,0.5306010583778255,0.5384690439521684 -8423,0.5,0.15372517456988796,0.0,0.25407927715323314,0.15372517456988796,0.0,0.2264873988013131,0.15372517456988796,0.0,0.26362925921543806,0.15372517456988796,0.0,0.3392589941421752,0.15372517456988796,0.0,0.26752531646372335,0.15372517456988796,0.0,0.19940753809878325,0.15372517456988796,0.0,0.20660604931018545,0.15372517456988796,0.0,0.16147184577642656,0.5,0.15372517456988796,0.0,0.14916174280993735,0.15372517456988796,0.0,0.3404913480939956,0.5,0.15372517456988796,0.0,0.4666073277336029,0.15372517456988796,0.0,0.10173476158032665,0.15372517456988796,0.0,0.3245751203263762,0.15372517456988796,0.0,0.31190823865285855,0.15372517456988796,0.0,0.17749060258963728,0.15372517456988796,0.0,0.08342904526111093,0.15372517456988796,0.0,0.2749550169538596,0.5,0.15372517456988796,0.0,0.26711919163823417,0.0,0.5212403637003388,0.6068581565713297 -8424,0.5,0.15372517456988796,0.0,0.24506248645908968,0.15372517456988796,0.0,0.12501805147754244,0.15372517456988796,0.0,0.26969863308510267,0.15372517456988796,0.0,0.2922406213315452,0.15372517456988796,0.0,0.29440118170422086,0.15372517456988796,0.0,0.27229983129158,0.15372517456988796,0.0,0.2640079820206855,0.15372517456988796,0.0,0.1947244923312373,0.5,0.15372517456988796,0.0,0.14815688426138152,0.15372517456988796,0.0,0.3011563914301603,0.5,0.15372517456988796,0.0,0.466450269974802,0.15372517456988796,0.0,0.09368716503984909,0.15372517456988796,0.0,0.2259472089603638,0.15372517456988796,0.0,0.3644310086494071,0.15372517456988796,0.0,0.21175715493167246,0.15372517456988796,0.0,0.0953286015123446,0.15372517456988796,0.0,0.2340125197936446,0.5,0.15372517456988796,0.0,0.24767470370623587,0.0,0.6363946185495492,0.6038473246265137 -8425,0.5,0.15372517456988796,0.0,0.23967228204154184,0.15372517456988796,0.0,0.2528276972166472,0.15372517456988796,0.0,0.23567506311517286,0.15372517456988796,0.0,0.28166903318423303,0.15372517456988796,0.0,0.3714566443240494,0.15372517456988796,0.0,0.34384869908805993,0.15372517456988796,0.0,0.3743824108020647,0.15372517456988796,0.0,0.2180543965049435,0.5,0.15372517456988796,0.0,0.1488302114847227,0.15372517456988796,0.0,0.2901152605136927,0.5,0.15372517456988796,0.0,0.4872607106327092,0.15372517456988796,0.0,0.10460252502607689,0.15372517456988796,0.0,0.29420419599757935,0.15372517456988796,0.0,0.3833021106109277,0.15372517456988796,0.0,0.283651755847269,0.15372517456988796,0.0,0.11584935671562145,0.15372517456988796,0.0,0.21348092296906845,0.5,0.15372517456988796,0.0,0.2474457907918392,0.0,0.44661297619875523,0.5847897638032287 -8426,0.5,0.15372517456988796,0.0,0.19043964822062043,0.15372517456988796,0.0,0.3334417690156047,0.15372517456988796,0.0,0.19822483649471048,0.15372517456988796,0.0,0.2724126151833374,0.15372517456988796,0.0,0.4147897681636832,0.15372517456988796,0.0,0.34821000590772033,0.15372517456988796,0.0,0.4909231856276155,0.15372517456988796,0.0,0.2173382838744484,0.5,0.15372517456988796,0.0,0.15276578562050208,0.15372517456988796,0.0,0.3150048917619672,0.5,0.15372517456988796,0.0,0.4758917426724663,0.15372517456988796,0.0,0.11983239575745429,0.15372517456988796,0.0,0.3303820495389259,0.15372517456988796,0.0,0.389356121331471,0.15372517456988796,0.0,0.328005537706634,0.15372517456988796,0.0,0.14412584187538385,0.15372517456988796,0.0,0.20888207433470848,0.5,0.15372517456988796,0.0,0.2543993542714027,0.0,0.5420054902831978,0.4174597581546863 -8427,0.5,0.15372517456988796,0.0,0.17806579319186144,0.15372517456988796,0.0,0.3222354190415403,0.15372517456988796,0.0,0.21513991030434404,0.15372517456988796,0.0,0.21390594673705424,0.15372517456988796,0.0,0.3892451926374655,0.15372517456988796,0.0,0.3178787884139367,0.15372517456988796,0.0,0.49006210747064627,0.15372517456988796,0.0,0.19540875933925828,0.5,0.15372517456988796,0.0,0.14927363489127854,0.15372517456988796,0.0,0.36077770389872543,0.5,0.15372517456988796,0.0,0.478441642661776,0.15372517456988796,0.0,0.14151195655318896,0.15372517456988796,0.0,0.3371457496088162,0.15372517456988796,0.0,0.38454515474090395,0.15372517456988796,0.0,0.3725735816994822,0.15372517456988796,0.0,0.1709007658051112,0.15372517456988796,0.0,0.23107361747231095,0.5,0.15372517456988796,0.0,0.24792964478098992,0.0,0.5109784451524081,0.34628567098042673 -8428,0.5,0.15372517456988796,0.0,0.17519340511585232,0.15372517456988796,0.0,0.2805970617227919,0.15372517456988796,0.0,0.28147601496120656,0.15372517456988796,0.0,0.18376425377670166,0.15372517456988796,0.0,0.3292221540424335,0.15372517456988796,0.0,0.31972806591412906,0.15372517456988796,0.0,0.41205039389169046,0.15372517456988796,0.0,0.2004353957211038,0.5,0.15372517456988796,0.0,0.13998903011580052,0.15372517456988796,0.0,0.38558906776674395,0.5,0.15372517456988796,0.0,0.5225215008537438,0.15372517456988796,0.0,0.15413175213137958,0.15372517456988796,0.0,0.269630681834853,0.15372517456988796,0.0,0.3239716511853075,0.15372517456988796,0.0,0.39244058271756194,0.15372517456988796,0.0,0.15211896057128418,0.15372517456988796,0.0,0.25351415263303323,0.5,0.15372517456988796,0.0,0.23920953049788268,0.0,0.31478814027724983,0.4248008076590024 -8429,0.5,0.15372517456988796,0.0,0.20419367028435398,0.15372517456988796,0.0,0.23789655752605235,0.15372517456988796,0.0,0.3800056301494771,0.15372517456988796,0.0,0.22359022874975568,0.15372517456988796,0.0,0.3436991412074816,0.15372517456988796,0.0,0.3651957123116962,0.15372517456988796,0.0,0.36759504224230327,0.15372517456988796,0.0,0.22539697347203774,0.5,0.15372517456988796,0.0,0.15562431641371008,0.15372517456988796,0.0,0.3919388138733504,0.5,0.15372517456988796,0.0,0.5654332647937031,0.15372517456988796,0.0,0.15957417672861382,0.15372517456988796,0.0,0.17789111203581587,0.15372517456988796,0.0,0.33754096929046284,0.15372517456988796,0.0,0.3199765141300476,0.15372517456988796,0.0,0.11239622514776128,0.15372517456988796,0.0,0.2793351559013957,0.5,0.15372517456988796,0.0,0.25235416045874104,0.0,0.29686936394799257,0.5285725039276518 -8430,0.5,0.15372517456988796,0.0,0.20650826004131828,0.15372517456988796,0.0,0.26097861283168644,0.15372517456988796,0.0,0.36564683792406844,0.15372517456988796,0.0,0.2777893533463278,0.15372517456988796,0.0,0.42304930479710723,0.15372517456988796,0.0,0.3807618832317231,0.15372517456988796,0.0,0.39884451016000577,0.15372517456988796,0.0,0.24512014958093206,0.5,0.15372517456988796,0.0,0.17876326253331343,0.15372517456988796,0.0,0.3850858457361508,0.5,0.15372517456988796,0.0,0.5248161380672808,0.15372517456988796,0.0,0.17441445034452974,0.15372517456988796,0.0,0.13828781585363548,0.15372517456988796,0.0,0.42891205347828754,0.15372517456988796,0.0,0.27263864168461,0.15372517456988796,0.0,0.1105333860364794,0.15372517456988796,0.0,0.2920847260027898,0.5,0.15372517456988796,0.0,0.2768992569231174,0.0,0.5311950090712197,0.4599306625408794 -8431,0.5,0.15372517456988796,0.0,0.17552026125737408,0.15372517456988796,0.0,0.3560549948949491,0.15372517456988796,0.0,0.29391390193185485,0.15372517456988796,0.0,0.3439687747174788,0.15372517456988796,0.0,0.48228956365704423,0.15372517456988796,0.0,0.4062736391136399,0.15372517456988796,0.0,0.4493468308243785,0.15372517456988796,0.0,0.2716969415917089,0.5,0.15372517456988796,0.0,0.2105233738150378,0.15372517456988796,0.0,0.37364729237192473,0.5,0.15372517456988796,0.0,0.4952216625010829,0.15372517456988796,0.0,0.17583697262272724,0.15372517456988796,0.0,0.17132122137264733,0.15372517456988796,0.0,0.5028630999509205,0.15372517456988796,0.0,0.3129226398915129,0.15372517456988796,0.0,0.12857762700691766,0.15372517456988796,0.0,0.3019716395639666,0.5,0.15372517456988796,0.0,0.30441213776652776,0.0,0.33513153398479806,0.41820635626238295 -8432,0.5,0.15372517456988796,0.0,0.16220853270149738,0.15372517456988796,0.0,0.4856740289673468,0.15372517456988796,0.0,0.2619217138240486,0.15372517456988796,0.0,0.3355968120533087,0.15372517456988796,0.0,0.5088052161866138,0.15372517456988796,0.0,0.4641680181749489,0.15372517456988796,0.0,0.4805448672731097,0.15372517456988796,0.0,0.3108401015336908,0.5,0.15372517456988796,0.0,0.2372517809384733,0.15372517456988796,0.0,0.37555943029927114,0.5,0.15372517456988796,0.0,0.5064387370973871,0.15372517456988796,0.0,0.17450246025977936,0.15372517456988796,0.0,0.2679616492158895,0.15372517456988796,0.0,0.5192139479156626,0.15372517456988796,0.0,0.38651227611516237,0.15372517456988796,0.0,0.14695200636600347,0.15372517456988796,0.0,0.3046387668733165,0.5,0.15372517456988796,0.0,0.34389204383258537,0.0,0.4181314555227553,0.48094236818785296 -8433,0.5,0.15372517456988796,1.0761421781984102e-05,0.17260120001531348,0.15372517456988796,0.0,0.5613012284622975,0.15372517456988796,1.1183229649324565e-05,0.27423185512869996,0.15372517456988796,6.85983169101726e-05,0.3197476638802892,0.15372517456988796,0.0,0.5680065276147227,0.15372517456988796,0.0,0.5352556371261544,0.15372517456988796,0.0,0.48853666300084103,0.15372517456988796,0.0,0.3606443043949483,0.5,0.15372517456988796,0.0,0.2914865757798388,0.15372517456988796,3.979168687155054e-05,0.3715996724204542,0.5,0.15372517456988796,0.0,0.5032698015561307,0.15372517456988796,1.0295577712857533e-05,0.1797488228395852,0.15372517456988796,0.0,0.3442037274138351,0.15372517456988796,0.0,0.5012873574314205,0.15372517456988796,0.0,0.44359123328177974,0.15372517456988796,0.0,0.19035516849614853,0.15372517456988796,1.2788050786981071e-05,0.3133566908649187,0.5,0.15372517456988796,0.0002208679636480935,0.3740659169640678,0.0,0.4153502673769566,0.6012984376644646 -8434,0.5,0.15372517456988796,0.0017665937610505493,0.19947769063993986,0.15372517456988796,0.00021894711219956725,0.4732063194631448,0.15372517456988796,0.00122803057527857,0.31641629255971915,0.15372517456988796,0.0027649529871107163,0.2830979266969575,0.15372517456988796,8.824198932811708e-05,0.622921705378243,0.15372517456988796,3.973341178547024e-05,0.5930705944411233,0.15372517456988796,0.0001484554748143115,0.5273210740735688,0.15372517456988796,0.00036425472774205667,0.413741213217867,0.5,0.15372517456988796,0.000523635874590716,0.39758191669170184,0.15372517456988796,0.000514013012144443,0.3733100743676472,0.5,0.15372517456988796,0.00043196358264933416,0.5008505629605347,0.15372517456988796,0.0005484817585237963,0.20591108398733773,0.15372517456988796,0.00012588444350464034,0.355601380705993,0.15372517456988796,0.00010935271614940327,0.507751166902161,0.15372517456988796,0.000273411600781741,0.4625046732142472,0.15372517456988796,0.0008547650292048882,0.20165248758412613,0.15372517456988796,0.00039072117896447823,0.3149328199954115,0.5,0.15372517456988796,0.0007247601908302142,0.39114601834366736,0.0,0.2678782310795196,0.6836579553018527 -8435,0.5,0.15372517456988796,0.0018564611826704818,0.22631028061529426,0.15372517456988796,0.0007674351258507382,0.4355086701719051,0.15372517456988796,0.003972839515087318,0.3197044589972917,0.15372517456988796,0.0071253980647223,0.2632683046078472,0.15372517456988796,0.0003667911083878456,0.656346916597444,0.15372517456988796,0.0005199012070334447,0.6250780737875531,0.15372517456988796,0.00032126141731473684,0.6305285536695302,0.15372517456988796,0.0008100498370952164,0.48456068153342163,0.5,0.15372517456988796,0.00098425752522276,0.48323475207159405,0.15372517456988796,0.0012100048769155473,0.3852213715423972,0.5,0.15372517456988796,0.0012377406998359689,0.541358226927804,0.15372517456988796,0.002219013815432622,0.21819851609458416,0.15372517456988796,0.000467248183593544,0.3608354697786741,0.15372517456988796,0.0003315424167702889,0.5287860907809023,0.15372517456988796,0.0009460907617845722,0.47602091390336576,0.15372517456988796,0.0027762984042735326,0.22743271600760026,0.15372517456988796,0.0010757780013262563,0.31796225282402796,0.5,0.15372517456988796,0.001226889428952388,0.39313513811064016,0.0,0.12698728776801474,0.8290245260204612 -8436,0.5,0.15372517456988796,0.0021759451600840995,0.26512575776641245,0.15372517456988796,0.0007360089707131624,0.4356141257957952,0.15372517456988796,0.014051642944167001,0.3419163036983553,0.15372517456988796,0.0066306843411299,0.26461743841672725,0.15372517456988796,0.0008654406999429885,0.699667457649962,0.15372517456988796,0.0011096699077290913,0.725570720089791,0.15372517456988796,0.0006317580138243274,0.7051006681089318,0.15372517456988796,0.0017958122589650475,0.5703609130780503,0.5,0.15372517456988796,0.0013146647542421487,0.5458464641775269,0.15372517456988796,0.0034261385494761777,0.41278341072682767,0.5,0.15372517456988796,0.001891112920416668,0.6350595614308937,0.15372517456988796,0.00505626561707763,0.24304976342776272,0.15372517456988796,0.0006808239936139145,0.40304509859839643,0.15372517456988796,0.0007285611736106941,0.5823834678932678,0.15372517456988796,0.001081419600630175,0.49212770829708347,0.15372517456988796,0.0019266168030072227,0.30120331003901263,0.15372517456988796,0.0021635191815643873,0.3620853849515881,0.5,0.15372517456988796,0.0018193502150134645,0.40216473500265626,0.0,0.08035097002347277,0.9749967685485075 -8437,0.5,0.15372517456988796,0.0023646921864799845,0.27446871726626754,0.15372517456988796,0.0006275684967210951,0.4808855068310299,0.15372517456988796,0.01641473886574881,0.37566961307428104,0.15372517456988796,0.005605785069407034,0.2918529458542416,0.15372517456988796,0.0009599031814699782,0.7701978822367269,0.15372517456988796,0.0014486864200298146,0.8534251902210495,0.15372517456988796,0.0008116779777948723,0.7696330480660059,0.15372517456988796,0.0026801579302130406,0.6418812541727756,0.5,0.15372517456988796,0.002333466272493601,0.6327441450627772,0.15372517456988796,0.005043059824246553,0.42939874263244104,0.5,0.15372517456988796,0.001497501191333709,0.756095999587445,0.15372517456988796,0.006700748959074071,0.2789533770496594,0.15372517456988796,0.0007730537170389333,0.4898991485961976,0.15372517456988796,0.0009083402668384615,0.6628355085239622,0.15372517456988796,0.0009582717144328087,0.5420749938327825,0.15372517456988796,0.0010711212625301074,0.3710449014986366,0.15372517456988796,0.0022152622990702308,0.43859741440101513,0.5,0.15372517456988796,0.0024586776277134028,0.42916786022478115,0.0,0.07193667540612528,0.9934017971802764 -8438,0.5,0.15372517456988796,0.0016348175840584479,0.26954814042952796,0.15372517456988796,0.0009068057700030398,0.5950729280052521,0.15372517456988796,0.005569876758653885,0.49431907913946227,0.15372517456988796,0.0036604825032244327,0.3264892625980937,0.15372517456988796,0.0008598383453949957,0.8461195930340409,0.15372517456988796,0.0009418875502265747,0.9528987360922767,0.15372517456988796,0.0007229606203143086,0.8547981625885093,0.15372517456988796,0.0022074879783763944,0.7326908225417237,0.5,0.15372517456988796,0.0028866253133197307,0.7346964406564724,0.15372517456988796,0.005087795552536445,0.45733624321889743,0.5,0.15372517456988796,0.00099392812346534,0.8054286167081157,0.15372517456988796,0.004548419790495567,0.3440748105548525,0.15372517456988796,0.0007211420274094841,0.630639662670236,0.15372517456988796,0.0006467862284326906,0.7325248555842976,0.15372517456988796,0.0008485009133529993,0.6371177918613596,0.15372517456988796,0.001198033678534099,0.4427501340996666,0.15372517456988796,0.0016462680891683016,0.4916321061724712,0.5,0.15372517456988796,0.0018906593467301815,0.4455757231809829,0.0,0.09169374614046183,0.9975332413734119 -8439,0.5,0.15372517456988796,0.0006671817624792525,0.2963156485787021,0.15372517456988796,0.0004048298612298814,0.7348420546686445,0.15372517456988796,0.0009006613026868849,0.6033231705911098,0.15372517456988796,0.0008599954262361913,0.3848394475389687,0.15372517456988796,0.0005188555240745364,0.9203768279344671,0.15372517456988796,0.0004499575759743581,0.9865091074148106,0.15372517456988796,0.0004143361780479532,0.9389123066825441,0.15372517456988796,0.0016583270406802066,0.8326924138560121,0.5,0.15372517456988796,0.0018862978837790119,0.8132705138299631,0.15372517456988796,0.00384830246569946,0.5342924809738209,0.5,0.15372517456988796,0.0006222069150168402,0.8248226769091391,0.15372517456988796,0.0016990669588704804,0.40826147180987105,0.15372517456988796,0.0003158347197922316,0.7607509384843671,0.15372517456988796,0.0003290481525179323,0.7933154518815917,0.15372517456988796,0.0004135212346428471,0.7190989137576737,0.15372517456988796,0.0009739752607525313,0.4873565009195061,0.15372517456988796,0.0006921577843784457,0.5451815028486618,0.5,0.15372517456988796,0.0011810904884682195,0.4981648355879852,0.0,0.1450665244176756,1.0082992456267152 -8440,0.5,0.15372517456988796,8.322806617029708e-06,0.3684370324908005,0.15372517456988796,0.0,0.8197309624207032,0.15372517456988796,4.44174024596135e-05,0.6388596971953457,0.15372517456988796,4.313245533838978e-06,0.4398854240835392,0.15372517456988796,2.8003714606311506e-05,0.9610038835416999,0.15372517456988796,5.004478123470019e-05,0.9998694897401443,0.15372517456988796,6.307904932754929e-07,0.9751534068337909,0.15372517456988796,0.0005793558609041419,0.8907129555922974,0.5,0.15372517456988796,0.0007579915275178911,0.8548954265609225,0.15372517456988796,0.0004264886277479171,0.6504232235510261,0.5,0.15372517456988796,0.0001888550670433262,0.8764748259417077,0.15372517456988796,0.0003622149513231733,0.5008395102590031,0.15372517456988796,0.0,0.832850716163028,0.15372517456988796,0.0,0.8310699470105789,0.15372517456988796,8.452349547116464e-06,0.8007321821296592,0.15372517456988796,0.00023614299465259548,0.5776690671256322,0.15372517456988796,2.2114942537770348e-05,0.6298738491276076,0.5,0.15372517456988796,0.00014205429450139055,0.580796773777633,0.0,0.263222893138208,1.0101280746035897 -8441,0.5,0.15372517456988796,0.0,0.48122873212652073,0.15372517456988796,0.0,0.8651656824000118,0.15372517456988796,0.0,0.6673419150732011,0.15372517456988796,0.0,0.5252836287903916,0.15372517456988796,0.0,0.993439458261838,0.15372517456988796,0.0,1.010334865577659,0.15372517456988796,0.0,0.9955438326057058,0.15372517456988796,0.0,0.9272686142448001,0.5,0.15372517456988796,0.0,0.8883621669862308,0.15372517456988796,0.0,0.7589772588044333,0.5,0.15372517456988796,0.0,0.951245775873956,0.15372517456988796,0.0,0.6105271819024234,0.15372517456988796,0.0,0.882053691157453,0.15372517456988796,0.0,0.8753067744413985,0.15372517456988796,0.0,0.858316986410409,0.15372517456988796,0.0,0.6753373201616031,0.15372517456988796,0.0,0.70564870593308,0.5,0.15372517456988796,0.0,0.6504838401004387,0.0,0.5032618375887831,1.0107884005850938 -8442,0.5,0.15372517456988796,0.0,0.60994870421591,0.15372517456988796,0.0,0.8967911912683075,0.15372517456988796,0.0,0.706845009884429,0.15372517456988796,0.0,0.597128554091256,0.15372517456988796,0.0,1.0123022217048172,0.15372517456988796,0.0,1.0153938880011792,0.15372517456988796,0.0,1.016568136465866,0.15372517456988796,0.0,0.9522566079814159,0.5,0.15372517456988796,0.0,0.9271333861621567,0.15372517456988796,0.0,0.8019905534585996,0.5,0.15372517456988796,0.0,0.9945241792710262,0.15372517456988796,0.0,0.7481109646599349,0.15372517456988796,0.0,0.9214659892295479,0.15372517456988796,0.0,0.9363589785715687,0.15372517456988796,0.0,0.9028169469980893,0.15372517456988796,0.0,0.7973088496977873,0.15372517456988796,0.0,0.8059168899378282,0.5,0.15372517456988796,0.0,0.7271761688276877,0.0,0.7798958482727394,1.0112302685541545 -8443,0.5,0.15372517456988796,0.0,0.7161470307338562,0.15372517456988796,0.0,0.9659787953915304,0.15372517456988796,0.0,0.7819942419112235,0.15372517456988796,0.0,0.6157838240287469,0.15372517456988796,0.0,1.0175534489135671,0.15372517456988796,0.0,1.0176725997919114,0.15372517456988796,0.0,1.0206576075943066,0.15372517456988796,0.0,0.9694030538856039,0.5,0.15372517456988796,0.0,0.965060598285684,0.15372517456988796,0.0,0.8398742608272796,0.5,0.15372517456988796,0.0,1.0013057187197345,0.15372517456988796,0.0,0.7839256748997218,0.15372517456988796,0.0,0.9467450373870895,0.15372517456988796,0.0,0.9739152978790927,0.15372517456988796,0.0,0.9475243222618831,0.15372517456988796,0.0,0.9072028412933412,0.15372517456988796,0.0,0.8996721911962708,0.5,0.15372517456988796,0.0,0.8134931115402637,0.0,0.8886943301810903,1.0114128191623253 -8444,0.5,0.15372517456988796,0.0,0.7742984690892826,0.15372517456988796,0.0,1.0059756367557735,0.15372517456988796,0.0,0.8460508841832165,0.15372517456988796,0.0,0.6721171649111154,0.15372517456988796,0.0,1.0203044249524211,0.15372517456988796,0.0,1.0195698356257648,0.15372517456988796,0.0,1.018522267346549,0.15372517456988796,0.0,0.9771003252567565,0.5,0.15372517456988796,0.0,0.9835974416976556,0.15372517456988796,0.0,0.9038937772083039,0.5,0.15372517456988796,0.0,1.0045795458558573,0.15372517456988796,0.0,0.7679738503644624,0.15372517456988796,0.0,0.9633543820002116,0.15372517456988796,0.0,0.9940827275659265,0.15372517456988796,0.0,0.9837303322379077,0.15372517456988796,0.0,0.9512564394888434,0.15372517456988796,0.0,0.9621869319299083,0.5,0.15372517456988796,0.0,0.8999637748809333,0.0,0.8955009369379887,1.011437464987806 -8445,0.5,0.15372517456988796,0.0,0.825452166960726,0.15372517456988796,0.0,1.0130750901208718,0.15372517456988796,0.0,0.8952809508746262,0.15372517456988796,0.0,0.7522231195657159,0.15372517456988796,0.0,1.0197033452949678,0.15372517456988796,0.0,1.0127374482393297,0.15372517456988796,0.0,1.0062122667185216,0.15372517456988796,0.0,0.9797743087723603,0.5,0.15372517456988796,0.0,0.9909427104171633,0.15372517456988796,0.0,0.9319980806995255,0.5,0.15372517456988796,0.0,1.0071515689036468,0.15372517456988796,0.0,0.7433035356002392,0.15372517456988796,0.0,0.9726997068319312,0.15372517456988796,0.0,0.9986227043643288,0.15372517456988796,0.0,0.9963297247459066,0.15372517456988796,0.0,0.9323640378558332,0.15372517456988796,0.0,0.9906679119375182,0.5,0.15372517456988796,0.0,0.9597008780477996,0.0,0.88369788078676,0.973572891323513 -8446,0.5,0.15372517456988796,0.0,0.8794965713142651,0.15372517456988796,0.0,1.0164376248493343,0.15372517456988796,0.0,0.928226387383981,0.15372517456988796,0.0,0.8311280488419653,0.15372517456988796,0.0,1.0116340767462766,0.15372517456988796,0.0,1.0080596670593946,0.15372517456988796,0.0,1.0149984355110326,0.15372517456988796,0.0,0.9842016665290994,0.5,0.15372517456988796,0.0,1.0012654800076461,0.15372517456988796,0.0,0.9123150082577387,0.5,0.15372517456988796,0.0,1.0141298504552887,0.15372517456988796,0.0,0.723848636198823,0.15372517456988796,0.0,0.9594909467994146,0.15372517456988796,0.0,0.9919253316728804,0.15372517456988796,0.0,0.99867296113511,0.15372517456988796,0.0,0.8933985170647833,0.15372517456988796,0.0,0.9972725035258958,0.5,0.15372517456988796,0.0,0.9845829370035373,0.0,0.9294296942057013,0.7508352553750185 -8447,0.5,0.15372517456988796,0.0,0.9212030539405199,0.15372517456988796,0.0,1.0204835994308492,0.15372517456988796,0.0,0.9079449415553252,0.15372517456988796,0.0,0.8747594519079033,0.15372517456988796,0.0,1.0015563770368734,0.15372517456988796,0.0,1.002479211490492,0.15372517456988796,0.0,1.009792486360412,0.15372517456988796,0.0,0.9784115507271833,0.5,0.15372517456988796,0.0,1.0061911283458365,0.15372517456988796,0.0,0.849653923531513,0.5,0.15372517456988796,0.0,1.0175465713152998,0.15372517456988796,0.0,0.7381516422780272,0.15372517456988796,0.0,0.9366221791811766,0.15372517456988796,0.0,0.9723352747998822,0.15372517456988796,0.0,1.0043999445594196,0.15372517456988796,0.0,0.9255430417645658,0.15372517456988796,0.0,0.9898354297505038,0.5,0.15372517456988796,0.0,0.9748650914825915,0.0,0.9875333780847738,0.4400991884803761 -8448,0.5,0.15372517456988796,0.0,0.9549301849912024,0.15372517456988796,0.0,1.0069232858261137,0.15372517456988796,0.0,0.9094015764576177,0.15372517456988796,0.0,0.8905392771162519,0.15372517456988796,0.0,0.9853652449635232,0.15372517456988796,0.0,0.9863520759945106,0.15372517456988796,0.0,1.007180529094951,0.15372517456988796,0.0,0.9910444840183504,0.5,0.15372517456988796,0.0,1.0057337607643155,0.15372517456988796,0.0,0.8478074624899233,0.5,0.15372517456988796,0.0,1.0177212550358832,0.15372517456988796,0.0,0.7513560609323734,0.15372517456988796,0.0,0.8296108529205771,0.15372517456988796,0.0,0.9448159723107092,0.15372517456988796,0.0,0.9746292348592818,0.15372517456988796,0.0,0.9151756177800872,0.15372517456988796,0.0,0.9896893833509549,0.5,0.15372517456988796,0.0,0.963057662955374,0.0,0.9926355306173815,0.24946570749746685 -8449,0.5,0.15372517456988796,0.0,0.9445701822226533,0.15372517456988796,0.0,0.9577503176283428,0.15372517456988796,0.0,0.8901686356850397,0.15372517456988796,0.0,0.9034154913460514,0.15372517456988796,0.0,0.9525512159629507,0.15372517456988796,0.0,1.0078713338407381,0.15372517456988796,0.0,0.988296101177783,0.15372517456988796,0.0,1.0112654454120245,0.5,0.15372517456988796,0.0,1.007676229948045,0.15372517456988796,0.0,0.8220700276433477,0.5,0.15372517456988796,0.0,1.0178825720285358,0.15372517456988796,0.0,0.7792762830187854,0.15372517456988796,0.0,0.610077840753767,0.15372517456988796,0.0,0.9251994435314901,0.15372517456988796,0.0,0.950258231208375,0.15372517456988796,0.0,0.9305898659986548,0.15372517456988796,0.0,0.99132067254733,0.5,0.15372517456988796,0.0,0.9611842429050369,0.0,0.9686298343292109,0.18684209985613387 -8450,0.5,0.15372517456988796,0.0,0.8800766575781314,0.15372517456988796,0.0,0.9943393960287202,0.15372517456988796,0.0,0.8882592358339484,0.15372517456988796,0.0,0.8942551632060134,0.15372517456988796,0.0,1.0057488725816957,0.15372517456988796,0.0,1.0216829258984006,0.15372517456988796,0.0,0.999899924922576,0.15372517456988796,0.0,1.014216967436011,0.5,0.15372517456988796,0.0,1.0110633735313193,0.15372517456988796,0.0,0.7983608059418761,0.5,0.15372517456988796,0.0,1.018136636914304,0.15372517456988796,0.0,0.81119970140813,0.15372517456988796,0.0,0.38457728659012225,0.15372517456988796,0.0,0.9015116623468015,0.15372517456988796,0.0,0.9206828924501259,0.15372517456988796,0.0,0.9292363257029604,0.15372517456988796,0.0,0.9939474059617128,0.5,0.15372517456988796,0.0,0.9609503778892998,0.0,0.8672760439621845,0.20116904331330188 -8451,0.5,0.15372517456988796,0.0,0.790488755350159,0.15372517456988796,0.0,0.9476409445354544,0.15372517456988796,0.0,0.9213818664574488,0.15372517456988796,0.0,0.8817061672504312,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0209047455657163,0.15372517456988796,0.0,1.0166259353059697,0.5,0.15372517456988796,0.0,1.0130635079778894,0.15372517456988796,0.0,0.7530265937214105,0.5,0.15372517456988796,0.0,1.0187055229818271,0.15372517456988796,0.0,0.8318933663528104,0.15372517456988796,0.0,0.3031760229521515,0.15372517456988796,0.0,0.914820484533956,0.15372517456988796,0.0,0.9312869758767082,0.15372517456988796,0.0,0.9689793614172322,0.15372517456988796,0.0,0.9965359379121437,0.5,0.15372517456988796,0.0,0.9478875441279937,0.0,0.6604953082687169,0.48598260873720245 -8452,0.5,0.15372517456988796,0.0,0.7239143821575391,0.15372517456988796,0.0,0.9770255043240912,0.15372517456988796,0.0,0.961909482474302,0.15372517456988796,0.0,0.886239771832441,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0212567402829718,0.15372517456988796,0.0,1.0217365027740435,0.15372517456988796,0.0,1.0153780255666491,0.5,0.15372517456988796,0.0,1.0153326328844516,0.15372517456988796,0.0,0.7036461058148142,0.5,0.15372517456988796,0.0,1.01972914949773,0.15372517456988796,0.0,0.8536101634137938,0.15372517456988796,0.0,0.28736074948986906,0.15372517456988796,0.0,0.9001681608554971,0.15372517456988796,0.0,0.9961080894622638,0.15372517456988796,0.0,1.0079263273022097,0.15372517456988796,0.0,1.0033550766354695,0.5,0.15372517456988796,0.0,0.9160099157488643,0.0,0.33331072963748043,0.7722453290515154 -8453,0.5,0.15372517456988796,0.0,0.7659346885997882,0.15372517456988796,0.0,0.99336634535914,0.15372517456988796,0.0,0.9995138389337843,0.15372517456988796,0.0,0.9093054119012832,0.15372517456988796,0.0,1.0210500571998875,0.15372517456988796,0.0,1.0189096167957468,0.15372517456988796,0.0,1.0214893600034392,0.15372517456988796,0.0,0.9937421697595568,0.5,0.15372517456988796,0.0,1.0085404669848324,0.15372517456988796,0.0,0.692391198469477,0.5,0.15372517456988796,0.0,1.0197351874713474,0.15372517456988796,0.0,0.8644529342239491,0.15372517456988796,0.0,0.3059598316552875,0.15372517456988796,0.0,0.7768360313080271,0.15372517456988796,0.0,1.0159216609533865,0.15372517456988796,0.0,1.0134306973053462,0.15372517456988796,0.0,1.0107676720135808,0.5,0.15372517456988796,0.0,0.8657311442884958,0.0,0.14693178427582815,0.8582329869908693 -8454,0.5,0.15372517456988796,0.0,0.8219581767203644,0.15372517456988796,0.0,0.8595707606930767,0.15372517456988796,0.0,1.011536695299262,0.15372517456988796,0.0,0.963782825879934,0.15372517456988796,0.0,0.9976507986580208,0.15372517456988796,0.0,1.0174845177532876,0.15372517456988796,0.0,1.0194930058703675,0.15372517456988796,0.0,0.990114107108147,0.5,0.15372517456988796,0.0,0.9963224934966654,0.15372517456988796,0.0,0.7182412206918227,0.5,0.15372517456988796,0.0,1.017223144113591,0.15372517456988796,0.0,0.8700569739570556,0.15372517456988796,0.0,0.27594646286672897,0.15372517456988796,0.0,0.5863802937733711,0.15372517456988796,0.0,1.0101936060778836,0.15372517456988796,0.0,0.9953221723031334,0.15372517456988796,0.0,1.009470011271331,0.5,0.15372517456988796,0.0,0.8325208274500666,0.0,0.08468574675340339,0.8520778631276122 -8455,0.5,0.15372517456988796,0.0,0.8361526378720723,0.15372517456988796,0.0,0.4837250405843069,0.15372517456988796,0.0,1.0131429422694884,0.15372517456988796,0.0,0.9990675649376718,0.15372517456988796,0.0,0.9371333636448617,0.15372517456988796,0.0,1.01436610363416,0.15372517456988796,0.0,1.0145808632574052,0.15372517456988796,0.0,0.9896930002115667,0.5,0.15372517456988796,0.0,0.996641666746116,0.15372517456988796,0.0,0.758241139100661,0.5,0.15372517456988796,0.0,1.0117304907649614,0.15372517456988796,0.0,0.8622312816811506,0.15372517456988796,0.0,0.32862017274728206,0.15372517456988796,0.0,0.48080337766814146,0.15372517456988796,0.0,0.9690609262175526,0.15372517456988796,0.0,0.9726460174541558,0.15372517456988796,0.0,1.0094199026289332,0.5,0.15372517456988796,0.0,0.8574475620066189,0.0,0.08043310594103859,0.8669785037805255 -8456,0.5,0.15372517456988796,0.0,0.7751090322732973,0.15372517456988796,0.0,0.3392932322114878,0.15372517456988796,0.0,1.0035308549839757,0.15372517456988796,0.0,1.008403216873183,0.15372517456988796,0.0,0.8146674390496172,0.15372517456988796,0.0,1.0146300565858217,0.15372517456988796,0.0,1.0081616659077848,0.15372517456988796,0.0,0.9865995917023986,0.5,0.15372517456988796,0.0,1.0033893140637489,0.15372517456988796,0.0,0.7611586829607957,0.5,0.15372517456988796,0.0,1.0045056627709341,0.15372517456988796,0.0,0.8607165952725522,0.15372517456988796,0.0,0.3727684823101074,0.15372517456988796,0.0,0.43705921139467574,0.15372517456988796,0.0,0.8912685400958129,0.15372517456988796,0.0,0.9635641604728602,0.15372517456988796,0.0,0.9799012715812893,0.5,0.15372517456988796,0.0,0.8399299832340419,0.0,0.0877595090768453,0.9063826670167584 -8457,0.5,0.15372517456988796,2.066610672383011e-07,0.6389822729602757,0.15372517456988796,0.0,0.4563328138315554,0.15372517456988796,2.2281865034919755e-05,0.9931886576628195,0.15372517456988796,0.00011738414356703424,0.9967056245447676,0.15372517456988796,0.0,0.7442738442897252,0.15372517456988796,0.0,1.0165238201070932,0.15372517456988796,0.0,1.0126399285280883,0.15372517456988796,0.0,0.9928543266370082,0.5,0.15372517456988796,0.0,1.0058780289547478,0.15372517456988796,0.0013707698339943256,0.7724635354893286,0.5,0.15372517456988796,1.5075561888334887e-07,1.0100402310213474,0.15372517456988796,0.00041458404137441324,0.9460743474908271,0.15372517456988796,0.0,0.3572912697444618,0.15372517456988796,0.0,0.400387096471794,0.15372517456988796,0.0,0.8368615404242549,0.15372517456988796,0.0,0.9724368368515782,0.15372517456988796,7.724284512396582e-05,0.9552222051009881,0.5,0.15372517456988796,0.0011134770940449282,0.7748815201720097,0.0,0.17239809700472342,0.967578130827788 -8458,0.5,0.15372517456988796,0.00046463455128519177,0.565864675220062,0.15372517456988796,0.0012549213668309126,0.4793319876406152,0.15372517456988796,0.0033510162715767516,0.9984678901171545,0.15372517456988796,0.003353013325350307,0.9687660797431844,0.15372517456988796,0.00020411909198076892,0.5933557222292776,0.15372517456988796,0.000200700757140191,0.9847097584139266,0.15372517456988796,0.00017046684017881506,1.0167799798718287,0.15372517456988796,0.0009449432805368912,1.0041743263390726,0.5,0.15372517456988796,0.0014426983387926344,1.0132589682486781,0.15372517456988796,0.03659016277554277,0.7862028684813431,0.5,0.15372517456988796,0.0016264494518136174,1.0195781590506152,0.15372517456988796,0.006354850127594959,0.9710605171129413,0.15372517456988796,0.0012365867879538276,0.29629641138902124,0.15372517456988796,0.0011293190009292965,0.38815399200100265,0.15372517456988796,0.0002364142574913801,0.8054562120780048,0.15372517456988796,0.0008591984889794167,0.9891667818993476,0.15372517456988796,0.0015856972233607542,0.9668588906464815,0.5,0.15372517456988796,0.014628838592129378,0.7879320513922285,0.0,0.29246940295962426,0.9713749718428234 -8459,0.5,0.15372517456988796,0.0017249208853357622,0.5533359368905001,0.15372517456988796,0.01122929828559718,0.40601491738904266,0.15372517456988796,0.008895479850146933,1.0109294463610103,0.15372517456988796,0.008985762673753978,0.9595243211431228,0.15372517456988796,0.0027978368189436513,0.610792880894951,0.15372517456988796,0.0019576804098638627,0.9075732903178327,0.15372517456988796,0.001705634361755287,1.014109750089892,0.15372517456988796,0.0029681581849852505,1.0096760323034846,0.5,0.15372517456988796,0.0032774554203155917,1.0183809091915506,0.15372517456988796,0.07015268110102922,0.8258642353866348,0.5,0.15372517456988796,0.008864586317052735,1.0209226663571151,0.15372517456988796,0.013438207706820674,0.9452110725748317,0.15372517456988796,0.009816716338527478,0.23833676613039906,0.15372517456988796,0.00878005122916092,0.4696514580419999,0.15372517456988796,0.00098373367136945,0.7043053750413198,0.15372517456988796,0.002317015044304231,1.0016166118017285,0.15372517456988796,0.0035018942033503767,0.9760332314026526,0.5,0.15372517456988796,0.05283662758753435,0.8398815926597909,0.0,0.393704458828314,0.9918966982426846 -8460,0.5,0.15372517456988796,0.004203747891859841,0.5459989608880442,0.15372517456988796,0.021216315226478454,0.366020666917933,0.15372517456988796,0.01058641566167946,1.0160189374908244,0.15372517456988796,0.012240633600060101,0.9625014123363717,0.15372517456988796,0.009511827900596116,0.6166592969936804,0.15372517456988796,0.0015534844253540687,0.9153959269849357,0.15372517456988796,0.004981406330430674,0.9961785706457327,0.15372517456988796,0.004859280013771332,1.0057548858203837,0.5,0.15372517456988796,0.0029613433306705955,1.0200978004882457,0.15372517456988796,0.07343557737375256,0.9143044637521879,0.5,0.15372517456988796,0.01554072476380582,1.0215901776684828,0.15372517456988796,0.027218546656790063,0.9696909141008883,0.15372517456988796,0.025198753465432863,0.34928095585126484,0.15372517456988796,0.018884101948758072,0.563792135730404,0.15372517456988796,0.004431179894221629,0.725824864611291,0.15372517456988796,0.003746885730973528,1.0051858742220514,0.15372517456988796,0.006738051352950582,0.9879855683446512,0.5,0.15372517456988796,0.07906479656235839,0.8563509327997206,0.0,0.490702273468799,1.0014305870880542 -8461,0.5,0.15372517456988796,0.00640098639940169,0.5188539125740035,0.15372517456988796,0.027644414505216104,0.3783871770636377,0.15372517456988796,0.009388709316889553,1.0161761633895827,0.15372517456988796,0.009268732584929296,0.9659243560291172,0.15372517456988796,0.02449672113893485,0.5264381658986371,0.15372517456988796,0.011203301690208878,0.6309067580933321,0.15372517456988796,0.0023835436713169757,0.9622250188480949,0.15372517456988796,0.002609623294241681,0.914174474381932,0.5,0.15372517456988796,0.002677631354506659,1.0142934282400988,0.15372517456988796,0.06221550036055447,0.9460800631703855,0.5,0.15372517456988796,0.0076964318124954885,1.0217391304347827,0.15372517456988796,0.030984807935407935,0.9967639851125956,0.15372517456988796,0.020289355637251615,0.6001111180732374,0.15372517456988796,0.023534287897344533,0.7059171155557054,0.15372517456988796,0.008930249492606119,0.6704655697791859,0.15372517456988796,0.006354003775597987,0.9980446602529682,0.15372517456988796,0.008042541996255332,1.0091324806312225,0.5,0.15372517456988796,0.06482052691184859,0.8737317296378592,0.0,0.5262308300860404,1.0083555732119363 -8462,0.5,0.15372517456988796,0.0076447138818007895,0.5029534974685871,0.15372517456988796,0.017444804734909614,0.656614398265186,0.15372517456988796,0.00986278196795043,1.0075351407364932,0.15372517456988796,0.005268828016761858,0.9777839818111136,0.15372517456988796,0.021083915259995763,0.7436746015112556,0.15372517456988796,0.019665269941348016,0.6822893545103381,0.15372517456988796,0.008427537478682521,0.7847936574786354,0.15372517456988796,0.0024609359227939615,0.785365758132514,0.5,0.15372517456988796,0.0009702001011174324,0.9635046579842489,0.15372517456988796,0.048326758569517604,0.9358133027022387,0.5,0.15372517456988796,0.001298877866008996,1.0216091273622585,0.15372517456988796,0.018934238599593797,1.0085926780789338,0.15372517456988796,0.03181742375184421,0.718369705455826,0.15372517456988796,0.0227921691269064,0.7468049081159673,0.15372517456988796,0.012294741809424541,0.6283942994358696,0.15372517456988796,0.003056096963845147,0.9329560970862888,0.15372517456988796,0.0046276192983739,1.0151304086963273,0.5,0.15372517456988796,0.044747268491788006,0.891135272770532,0.0,0.47817053724524533,1.0068334511133465 -8463,0.5,0.15372517456988796,0.004979808016080119,0.49290284731134587,0.15372517456988796,0.0035821300773561282,0.9029692389099104,0.15372517456988796,0.0037225095604167292,0.9310962706046908,0.15372517456988796,0.002142097104747854,0.9905657002123632,0.15372517456988796,0.025036611410658723,0.6728423610260272,0.15372517456988796,0.005887218632854514,0.7948064918383879,0.15372517456988796,0.007491972514865604,0.6710319296545306,0.15372517456988796,0.003061182524345955,0.7347762193810964,0.5,0.15372517456988796,0.00143429574780258,0.865430764882615,0.15372517456988796,0.01582569676244595,0.984549054781291,0.5,0.15372517456988796,0.00034716036205651514,1.0207821570670652,0.15372517456988796,0.004636570463412456,0.9996600361688547,0.15372517456988796,0.020821220337568665,0.7493949729653278,0.15372517456988796,0.0683922105027919,0.6528933946079531,0.15372517456988796,0.008378413298177248,0.6465763608262313,0.15372517456988796,0.0014222165271390213,0.8599875586373471,0.15372517456988796,0.001131632961677795,1.0154329298398406,0.5,0.15372517456988796,0.01732694086080387,0.904995943651316,0.0,0.7582685747318844,1.0048186529719563 -8464,0.5,0.15372517456988796,0.00013465553428359574,0.49066801588838255,0.15372517456988796,0.0,0.6334576615079337,0.15372517456988796,0.0,0.8755500021019488,0.15372517456988796,5.238422396396807e-05,0.9465623692337772,0.15372517456988796,2.2319702490183728e-05,0.49964093265858944,0.15372517456988796,0.002679268318578002,0.5453192240392345,0.15372517456988796,0.00011534123773387912,0.8400403885270226,0.15372517456988796,0.0011283006499014016,0.8315024141782041,0.5,0.15372517456988796,0.0007118233615711873,0.7905518319409114,0.15372517456988796,0.001805060413016092,0.9440489670653697,0.5,0.15372517456988796,0.0006952072301230481,1.0185415953215449,0.15372517456988796,0.0012473603376783975,0.9883390061334663,0.15372517456988796,0.0,0.7528146402988487,0.15372517456988796,0.0,0.5755820895933808,0.15372517456988796,0.0006990654374576017,0.7584519851784494,0.15372517456988796,0.0002625339357756149,0.7491915345872151,0.15372517456988796,1.6967016131908193e-05,1.00555374015291,0.5,0.15372517456988796,0.0005481398599983073,0.9097139102392768,0.0,0.9422681089946622,1.0056881013379713 -8465,0.5,0.15372517456988796,0.0,0.5972419660380148,0.15372517456988796,0.0,0.5733495396802465,0.15372517456988796,0.0,0.831282636868822,0.15372517456988796,0.0,0.8588998728007851,0.15372517456988796,0.0,0.5139167081871461,0.15372517456988796,0.0,0.3948076730284297,0.15372517456988796,0.0,0.777938634251196,0.15372517456988796,0.0,0.7343769363660881,0.5,0.15372517456988796,0.0,0.730599456855363,0.15372517456988796,0.0,0.9320773344454597,0.5,0.15372517456988796,0.0,1.006742377213803,0.15372517456988796,0.0,0.9693148695457992,0.15372517456988796,0.0,0.7855276667005813,0.15372517456988796,0.0,0.6353249859992122,0.15372517456988796,0.0,0.730621301027247,0.15372517456988796,0.0,0.7701016407009783,0.15372517456988796,0.0,0.9726239390703303,0.5,0.15372517456988796,0.0,0.9015714713679819,0.0,0.9808922420962569,1.0064086152994167 -8466,0.5,0.15372517456988796,0.0,0.7001917404712887,0.15372517456988796,0.0,0.7589740413307031,0.15372517456988796,0.0,0.7926256715700473,0.15372517456988796,0.0,0.8578755549456926,0.15372517456988796,0.0,0.6399175301013416,0.15372517456988796,0.0,0.48235472999808204,0.15372517456988796,0.0,0.6290248616359222,0.15372517456988796,0.0,0.7095200143602198,0.5,0.15372517456988796,0.0,0.7311764341945143,0.15372517456988796,0.0,0.9703831033354691,0.5,0.15372517456988796,0.0,0.9266269655256542,0.15372517456988796,0.0,0.9401521856837435,0.15372517456988796,0.0,0.8127516242051642,0.15372517456988796,0.0,0.7050614325175819,0.15372517456988796,0.0,0.6758874256993149,0.15372517456988796,0.0,0.7782645662711639,0.15372517456988796,0.0,0.9102954532159938,0.5,0.15372517456988796,0.0,0.8986066751424129,0.0,0.9797692635948004,1.0071067925382993 -8467,0.5,0.15372517456988796,0.0,0.7139045214078081,0.15372517456988796,0.0,0.8284514566930381,0.15372517456988796,0.0,0.8254840994745947,0.15372517456988796,0.0,0.8633524074791633,0.15372517456988796,0.0,0.7525947389570778,0.15372517456988796,0.0,0.5970292739439376,0.15372517456988796,0.0,0.6451156086312172,0.15372517456988796,0.0,0.5969890570828567,0.5,0.15372517456988796,0.0,0.7524588919683342,0.15372517456988796,0.0,0.9347991396876922,0.5,0.15372517456988796,0.0,0.8424610737178834,0.15372517456988796,0.0,0.8934086859076421,0.15372517456988796,0.0,0.8474994024388527,0.15372517456988796,0.0,0.7433678967488628,0.15372517456988796,0.0,0.6803758366038464,0.15372517456988796,0.0,0.7366491860398703,0.15372517456988796,0.0,0.8632828516094055,0.5,0.15372517456988796,0.0,0.9102777067031385,0.0,0.9957193335889237,1.0079939055776879 -8468,0.5,0.15372517456988796,0.0,0.660262953439883,0.15372517456988796,0.0,0.7470345324759352,0.15372517456988796,0.0,0.772819872788989,0.15372517456988796,0.0,0.8395812770581614,0.15372517456988796,0.0,0.8295752385738535,0.15372517456988796,0.0,0.6602656120680421,0.15372517456988796,0.0,0.8128908714766377,0.15372517456988796,0.0,0.518992074722812,0.5,0.15372517456988796,0.0,0.7333559811000641,0.15372517456988796,0.0,0.9266728160250871,0.5,0.15372517456988796,0.0,0.8443426636504118,0.15372517456988796,0.0,0.8069491742188178,0.15372517456988796,0.0,0.8188216211062121,0.15372517456988796,0.0,0.7866449703686123,0.15372517456988796,0.0,0.7584993412735255,0.15372517456988796,0.0,0.6438546678926111,0.15372517456988796,0.0,0.7785332457823513,0.5,0.15372517456988796,0.0,0.9002983346394049,0.0,0.9959047479511087,1.0086177117927884 -8469,0.5,0.15372517456988796,0.0,0.6652190428182966,0.15372517456988796,0.0,0.8275038102409483,0.15372517456988796,0.0,0.5855055711239008,0.15372517456988796,0.0,0.6911294365693699,0.15372517456988796,0.0,0.8819082159103278,0.15372517456988796,0.0,0.687132023377194,0.15372517456988796,0.0,0.9152054768809775,0.15372517456988796,0.0,0.5683025167733164,0.5,0.15372517456988796,0.0,0.6166886569380259,0.15372517456988796,0.0,0.8705670916624413,0.5,0.15372517456988796,0.0,0.7836878404338116,0.15372517456988796,0.0,0.760949261222365,0.15372517456988796,0.0,0.8276477310382646,0.15372517456988796,0.0,0.8536521317035225,0.15372517456988796,0.0,0.8441560152683729,0.15372517456988796,0.0,0.6571605664206319,0.15372517456988796,0.0,0.7794242789964096,0.5,0.15372517456988796,0.0,0.8742416704298572,0.0,0.9988790802253003,1.008502235553762 -8470,0.5,0.15372517456988796,0.0,0.6941841159032672,0.15372517456988796,0.0,0.9712127958128316,0.15372517456988796,0.0,0.538081137906773,0.15372517456988796,0.0,0.5519635823190379,0.15372517456988796,0.0,0.8820708382585969,0.15372517456988796,0.0,0.681198442450681,0.15372517456988796,0.0,0.9018765129843026,0.15372517456988796,0.0,0.593701125003665,0.5,0.15372517456988796,0.0,0.4750610307945785,0.15372517456988796,0.0,0.9018418543983033,0.5,0.15372517456988796,0.0,0.8239591746763658,0.15372517456988796,0.0,0.7843215067185062,0.15372517456988796,0.0,0.8937475685168198,0.15372517456988796,0.0,0.8570731807326409,0.15372517456988796,0.0,0.9061293224172288,0.15372517456988796,0.0,0.7125997460407621,0.15372517456988796,0.0,0.7783782430608074,0.5,0.15372517456988796,0.0,0.876699793332193,0.0,1.0019676838646827,1.0075057177662 -8471,0.5,0.15372517456988796,0.0,0.789919742092515,0.15372517456988796,0.0,0.99965421282278,0.15372517456988796,0.0,0.6391761005823123,0.15372517456988796,0.0,0.5677027370561445,0.15372517456988796,0.0,0.8503306504705958,0.15372517456988796,0.0,0.683858951373542,0.15372517456988796,0.0,0.9102134647288748,0.15372517456988796,0.0,0.5209489561744829,0.5,0.15372517456988796,0.0,0.3081928819165848,0.15372517456988796,0.0,0.8224585306083583,0.5,0.15372517456988796,0.0,0.7308102833508926,0.15372517456988796,0.0,0.7708827182554855,0.15372517456988796,0.0,0.9304786294746262,0.15372517456988796,0.0,0.8194094642002331,0.15372517456988796,0.0,0.9584838292168281,0.15372517456988796,0.0,0.7048935361775012,0.15372517456988796,0.0,0.7338381966594084,0.5,0.15372517456988796,0.0,0.8342979105921778,0.0,1.007877982315554,1.0078555493943715 -8472,0.5,0.15372517456988796,0.0,0.8759837007314483,0.15372517456988796,0.0,0.8552278194551172,0.15372517456988796,0.0,0.7344257158121992,0.15372517456988796,0.0,0.6592320681894646,0.15372517456988796,0.0,0.8469739794907925,0.15372517456988796,0.0,0.7002180831880929,0.15372517456988796,0.0,0.9110924973795984,0.15372517456988796,0.0,0.49921294296059815,0.5,0.15372517456988796,0.0,0.2372276505729105,0.15372517456988796,0.0,0.7969357405086435,0.5,0.15372517456988796,0.0,0.5040875295818412,0.15372517456988796,0.0,0.7184518839073412,0.15372517456988796,0.0,0.9024753603905148,0.15372517456988796,0.0,0.8100496502517811,0.15372517456988796,0.0,0.9603118436901057,0.15372517456988796,0.0,0.6886920408859668,0.15372517456988796,0.0,0.6577677968388249,0.5,0.15372517456988796,0.0,0.7956811699369613,0.0,1.0057285112790044,1.0076661658061057 -8473,0.5,0.15372517456988796,0.0,0.9394635299931732,0.15372517456988796,0.0,0.8964778688343661,0.15372517456988796,0.0,0.8494342677251094,0.15372517456988796,0.0,0.7664476678598808,0.15372517456988796,0.0,0.888301094882653,0.15372517456988796,0.0,0.7305000177764984,0.15372517456988796,0.0,0.9129440203585167,0.15372517456988796,0.0,0.5195889166466733,0.5,0.15372517456988796,0.0,0.24219923068766447,0.15372517456988796,0.0,0.6001987136819296,0.5,0.15372517456988796,0.0,0.5118971253726272,0.15372517456988796,0.0,0.5595966249375653,0.15372517456988796,0.0,0.8744453071503888,0.15372517456988796,0.0,0.8322614288901375,0.15372517456988796,0.0,0.9364537044113244,0.15372517456988796,0.0,0.7331574545781027,0.15372517456988796,0.0,0.6173801781335038,0.5,0.15372517456988796,0.0,0.792536406621252,0.0,1.0055584942645304,1.00855489208586 -8474,0.5,0.15372517456988796,0.0,0.933408818762207,0.15372517456988796,0.0,0.9858761163600908,0.15372517456988796,0.0,0.8849826900867098,0.15372517456988796,0.0,0.8679732151152862,0.15372517456988796,0.0,0.9465872471606332,0.15372517456988796,0.0,0.7990171125918196,0.15372517456988796,0.0,0.943191739818691,0.15372517456988796,0.0,0.5578051085886317,0.5,0.15372517456988796,0.0,0.2811614697575504,0.15372517456988796,0.0,0.32069973697159976,0.5,0.15372517456988796,0.0,0.5896686480975089,0.15372517456988796,0.0,0.42137790020378085,0.15372517456988796,0.0,0.8782799591222873,0.15372517456988796,0.0,0.884223731001414,0.15372517456988796,0.0,0.9543292239215069,0.15372517456988796,0.0,0.7792588362564942,0.15372517456988796,0.0,0.6494835993015114,0.5,0.15372517456988796,0.0,0.7196844553102848,0.0,1.002136657609982,1.01003893447734 -8475,0.5,0.15372517456988796,0.0,0.9238928570843042,0.15372517456988796,0.0,0.9592932947208636,0.15372517456988796,0.0,0.9043100852162991,0.15372517456988796,0.0,0.909037326489326,0.15372517456988796,0.0,0.9956902712157941,0.15372517456988796,0.0,0.8734745323511763,0.15372517456988796,0.0,0.9872224166079944,0.15372517456988796,0.0,0.6136398158350265,0.5,0.15372517456988796,0.0,0.357548168612664,0.15372517456988796,0.0,0.19972929674983936,0.5,0.15372517456988796,0.0,0.5357107814688916,0.15372517456988796,0.0,0.3521151861784729,0.15372517456988796,0.0,0.923554181872681,0.15372517456988796,0.0,0.9624578282282498,0.15372517456988796,0.0,0.9828966271246697,0.15372517456988796,0.0,0.7982118336052084,0.15372517456988796,0.0,0.6530508484208523,0.5,0.15372517456988796,0.0,0.5781080074655147,0.0,1.0057640162034223,1.0104774775873075 -8476,0.5,0.15372517456988796,0.0,0.9530847648683066,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9609650403446549,0.15372517456988796,0.0,0.9006079811382851,0.15372517456988796,0.0,1.0176959378724173,0.15372517456988796,0.0,0.9180787316805484,0.15372517456988796,0.0,1.0039459748085697,0.15372517456988796,0.0,0.7016245852744551,0.5,0.15372517456988796,0.0,0.36145873704277737,0.15372517456988796,0.0,0.17125678446714127,0.5,0.15372517456988796,0.0,0.5103573902202602,0.15372517456988796,0.0,0.3075754168549978,0.15372517456988796,0.0,0.9869329336864843,0.15372517456988796,0.0,0.9887087415943872,0.15372517456988796,0.0,1.0150258963521968,0.15372517456988796,0.0,0.8256984739296315,0.15372517456988796,0.0,0.6347313373311018,0.5,0.15372517456988796,0.0,0.5044084071497007,0.0,1.0084606049573848,1.0106375554879814 -8477,0.5,0.15372517456988796,0.0,0.9971008795599179,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0068476792379584,0.15372517456988796,0.0,0.9231938210470584,0.15372517456988796,0.0,1.0208086052932446,0.15372517456988796,0.0,0.9325086593943397,0.15372517456988796,0.0,1.012053984416942,0.15372517456988796,0.0,0.7476569462871261,0.5,0.15372517456988796,0.0,0.329537809209112,0.15372517456988796,0.0,0.16575598435012684,0.5,0.15372517456988796,0.0,0.5630496264851417,0.15372517456988796,0.0,0.3170019080957447,0.15372517456988796,0.0,1.0085873172482451,0.15372517456988796,0.0,0.9897879975232311,0.15372517456988796,0.0,1.019470631437773,0.15372517456988796,0.0,0.8513045054215507,0.15372517456988796,0.0,0.6841462909953792,0.5,0.15372517456988796,0.0,0.43984975308311236,0.0,1.0102105136360215,0.009182317891321174 -8478,0.5,0.15372517456988796,0.0,1.0144424967600354,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0177029482782582,0.15372517456988796,0.0,0.976994294205248,0.15372517456988796,0.0,1.020626454057276,0.15372517456988796,0.0,0.9367426593503443,0.15372517456988796,0.0,1.015230679994012,0.15372517456988796,0.0,0.7290558756095948,0.5,0.15372517456988796,0.0,0.3636950760404976,0.15372517456988796,0.0,0.22981123212375562,0.5,0.15372517456988796,0.0,0.6326472662969049,0.15372517456988796,0.0,0.2964431139858372,0.15372517456988796,0.0,1.005323097624016,0.15372517456988796,0.0,0.9981968662646248,0.15372517456988796,0.0,1.0201520932870034,0.15372517456988796,0.0,0.8537545484498975,0.15372517456988796,0.0,0.7285398602783936,0.5,0.15372517456988796,0.0,0.45933053210315156,0.0,1.010288034989066,0.009332907391519853 -8479,0.5,0.15372517456988796,0.0,1.0186497658812157,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0187796366155912,0.15372517456988796,0.0,1.006804525970533,0.15372517456988796,0.0,1.0217324050219116,0.15372517456988796,0.0,0.9394074076545376,0.15372517456988796,0.0,1.0138661502680706,0.15372517456988796,0.0,0.7291609314793046,0.5,0.15372517456988796,0.0,0.5012725749005763,0.15372517456988796,0.0,0.24650395673325765,0.5,0.15372517456988796,0.0,0.7513586433754306,0.15372517456988796,0.0,0.2589374062519331,0.15372517456988796,0.0,1.0068948248309,0.15372517456988796,0.0,0.9995303298938911,0.15372517456988796,0.0,1.0208102725219341,0.15372517456988796,0.0,0.8577358286748104,0.15372517456988796,0.0,0.7403412981949946,0.5,0.15372517456988796,0.0,0.5200116454044803,0.0,1.0102864577751771,0.20145881425810508 -8480,0.5,0.15372517456988796,0.0,1.019174467888597,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0177780736727888,0.15372517456988796,0.0,1.0144677757622955,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9667657862815576,0.15372517456988796,0.0,1.0163739586670038,0.15372517456988796,0.0,0.7380389384554922,0.5,0.15372517456988796,0.0,0.64132095242887,0.15372517456988796,0.0,0.2693779418806505,0.5,0.15372517456988796,0.0,0.877908162804783,0.15372517456988796,0.0,0.28942836442091885,0.15372517456988796,0.0,1.0042590124963726,0.15372517456988796,0.0,0.9878953135000713,0.15372517456988796,0.0,1.0203829826447215,0.15372517456988796,0.0,0.8697126356627629,0.15372517456988796,0.0,0.8064124081881429,0.5,0.15372517456988796,0.0,0.5219750859905602,0.0,1.010288034989066,0.8895775165143981 -8481,0.5,0.15372517456988796,1.6635971691084277e-05,1.017406126760408,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,4.926197600253042e-05,1.013339254832618,0.15372517456988796,0.0005539921717524822,1.0169426783098652,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9987855427718995,0.15372517456988796,0.0,1.0195558166631202,0.15372517456988796,0.0,0.7977618700481679,0.5,0.15372517456988796,0.0,0.7347984999875128,0.15372517456988796,0.005149172400961108,0.3950207421681987,0.5,0.15372517456988796,0.00037307535826500317,0.9376565787085976,0.15372517456988796,0.0025716701075711545,0.32325668435541205,0.15372517456988796,0.0,0.9910565080023076,0.15372517456988796,0.0,0.9963122284233635,0.15372517456988796,0.0,1.0207703361365272,0.15372517456988796,0.0,0.9093253074470796,0.15372517456988796,0.001973296229553575,0.8923322586962367,0.5,0.15372517456988796,0.0027275550026100823,0.5496245409376066,0.0,1.0098456636670365,1.0114391641388607 -8482,0.5,0.15372517456988796,0.005057844237684744,1.0096862593189189,0.15372517456988796,0.0007886049596495041,1.0134540259336269,0.15372517456988796,0.020159572975178935,1.0183913675683458,0.15372517456988796,0.012735965644719177,1.016851081656569,0.15372517456988796,0.0016896174138188393,1.0217391304347827,0.15372517456988796,0.0036020125525950456,1.0064290134492495,0.15372517456988796,0.002563541288352373,1.0210975516441052,0.15372517456988796,0.006772389660373963,0.8491289271206236,0.5,0.15372517456988796,0.03306667984659613,0.8063334826807288,0.15372517456988796,0.14893249709273024,0.5289574613222112,0.5,0.15372517456988796,0.10217006441098689,0.9678712530800412,0.15372517456988796,0.13160459948849734,0.38596604585808264,0.15372517456988796,0.0021289110514488407,0.9918447106348733,0.15372517456988796,0.0010700506605598183,1.0063703973578233,0.15372517456988796,0.0041315438982191845,1.0203450437157413,0.15372517456988796,0.005866666807444528,0.9409056657875255,0.15372517456988796,0.07617892980188844,0.9508256181924366,0.5,0.15372517456988796,0.06566157236345525,0.6910792095815301,0.0,1.0082368537090818,1.0113951162534425 -8483,0.5,0.15372517456988796,0.021665719094335283,1.005678581367973,0.15372517456988796,0.0014218375289171109,1.016000859078995,0.15372517456988796,0.04718372893384893,1.019291149941858,0.15372517456988796,0.03664792627928651,1.0177680112923495,0.15372517456988796,0.008500280415422208,1.0217391304347827,0.15372517456988796,0.020363767608219265,1.012724104513815,0.15372517456988796,0.01224414057328805,1.021191180565118,0.15372517456988796,0.022659653096988808,0.8931575720538854,0.5,0.15372517456988796,0.061737366813406094,0.7998106247957981,0.15372517456988796,0.29998990765240957,0.582709414949542,0.5,0.15372517456988796,0.20589791776640315,0.9893317153577256,0.15372517456988796,0.27840126698774903,0.4945702155700011,0.15372517456988796,0.026137200288965542,0.9768091525709156,0.15372517456988796,0.004457424035794042,1.0018966739350978,0.15372517456988796,0.013068249803733754,1.0203271018408646,0.15372517456988796,0.018531843358710453,0.9591535892432524,0.15372517456988796,0.11260706872380659,0.9631315048977167,0.5,0.15372517456988796,0.20557006566715247,0.8286863550374222,0.0,1.0056607136608673,1.0113219970704215 -8484,0.5,0.15372517456988796,0.03629713947572026,0.9979680574225825,0.15372517456988796,0.0024928679238164445,1.0076188185004855,0.15372517456988796,0.0622763530114758,1.01919904964749,0.15372517456988796,0.05015885788088258,1.0195276400441509,0.15372517456988796,0.014320185674981084,1.0217391304347827,0.15372517456988796,0.035775524796510416,1.019384046084336,0.15372517456988796,0.023836717760803625,1.0213421108964877,0.15372517456988796,0.0517941951058931,0.9598450797833495,0.5,0.15372517456988796,0.05990412906555597,0.8581793713074717,0.15372517456988796,0.4007054608441133,0.6391511199970107,0.5,0.15372517456988796,0.12102811338373808,1.0039728189627024,0.15372517456988796,0.3443279677770466,0.6023015072956859,0.15372517456988796,0.038029927304566426,0.968946571875632,0.15372517456988796,0.005798119232941029,0.9877217066581356,0.15372517456988796,0.021284582611255362,1.0205439692503249,0.15372517456988796,0.03861881454774875,0.9816176415059472,0.15372517456988796,0.08257383875823589,0.9884438248199767,0.5,0.15372517456988796,0.3327808631336183,0.8905675683343869,0.0,1.0052699993499346,1.0114391641388607 -8485,0.5,0.15372517456988796,0.050178960791359986,0.9818837542136716,0.15372517456988796,0.0034252187281617694,0.8970411307715442,0.15372517456988796,0.07897003406446074,1.020921425389789,0.15372517456988796,0.047451293343320995,1.0185703222122071,0.15372517456988796,0.012338815836134399,1.0217391304347827,0.15372517456988796,0.02811014332223717,1.021739130434783,0.15372517456988796,0.027797770683966064,1.021510472539234,0.15372517456988796,0.050277559788753465,0.9891128258841146,0.5,0.15372517456988796,0.09189308297966094,0.8993297133431132,0.15372517456988796,0.4111173440409407,0.6902216304020368,0.5,0.15372517456988796,0.04585184057639141,1.0186353401442385,0.15372517456988796,0.2757282623434925,0.7374814341156417,0.15372517456988796,0.06940419595263345,0.9607174777354851,0.15372517456988796,0.005936277566706605,0.9865779664372774,0.15372517456988796,0.02635330345723802,1.01626736795634,0.15372517456988796,0.0587389323336235,1.0004960065603563,0.15372517456988796,0.03258857249233806,1.005932028508084,0.5,0.15372517456988796,0.31816845100493213,0.914736432984449,0.0,1.0066973297067892,1.0112910803479946 -8486,0.5,0.15372517456988796,0.03742746397105445,0.9557015718638255,0.15372517456988796,0.004530698820602387,0.8451977086962399,0.15372517456988796,0.07741140078245734,1.0213582691674123,0.15372517456988796,0.04133856605700803,1.0187413890234231,0.15372517456988796,0.0027615894505589925,1.0201675036275542,0.15372517456988796,0.027843474650436864,1.021739130434783,0.15372517456988796,0.03434415736809952,1.0211799113035573,0.15372517456988796,0.031889006014502355,0.9799050255964643,0.5,0.15372517456988796,0.09036738521924603,0.9059331738889804,0.15372517456988796,0.22045949719723762,0.7892691783127765,0.5,0.15372517456988796,0.04111479889697309,1.0173807601779354,0.15372517456988796,0.16091529398575483,0.8107205065221497,0.15372517456988796,0.12501210006855945,0.9415725896479927,0.15372517456988796,0.01056562842648337,0.949530952572444,0.15372517456988796,0.02212856470840799,1.0002139036014512,0.15372517456988796,0.04279015861304137,1.0021520865017672,0.15372517456988796,0.03167158050519689,1.016672381103175,0.5,0.15372517456988796,0.18104393115687983,0.9433211615056953,0.0,1.0033555632156013,0.1401653751463139 -8487,0.5,0.15372517456988796,0.021241347662001593,0.9116106598348008,0.15372517456988796,0.0404305663598168,0.8282074721769122,0.15372517456988796,0.03424449648237104,1.0216132617516092,0.15372517456988796,0.020141280482583415,1.0161949529290684,0.15372517456988796,0.006458524357774423,0.9924597309910066,0.15372517456988796,0.011554553194943425,1.021739130434783,0.15372517456988796,0.014864480207892224,1.0214198358529012,0.15372517456988796,0.024934163352558898,0.9937106056112686,0.5,0.15372517456988796,0.04851385362879423,0.9022626268143725,0.15372517456988796,0.05515548163528948,0.9117421092571334,0.5,0.15372517456988796,0.04516470503787322,1.0201535560321036,0.15372517456988796,0.05419407645508344,0.8767953500483312,0.15372517456988796,0.14831255058279724,0.933647424098274,0.15372517456988796,0.03487720675144691,0.9352003840407567,0.15372517456988796,0.012180663974058408,0.9635157108500229,0.15372517456988796,0.026599836868595045,1.0009361059256228,0.15372517456988796,0.024394580979709066,1.0189444755881651,0.5,0.15372517456988796,0.059789266838315924,0.9826507615497939,0.0,1.0026633776669138,0.009701511226784445 -8488,0.5,0.15372517456988796,5.6297570621045986e-05,0.8650840040415452,0.15372517456988796,0.0,0.8876666364085447,0.15372517456988796,0.0,1.0171852857177246,0.15372517456988796,8.199506264495424e-05,1.015571254776381,0.15372517456988796,2.8213829575078373e-05,0.9937065557887166,0.15372517456988796,0.0020299964903119755,1.0214324823373317,0.15372517456988796,9.409001582778867e-05,1.0215918850746346,0.15372517456988796,0.004498230195464233,0.990074048589612,0.5,0.15372517456988796,0.010823675874437099,0.8794021511432287,0.15372517456988796,0.013989874328643015,0.9892127299323379,0.5,0.15372517456988796,0.013817071983716352,1.0209391827712793,0.15372517456988796,0.012804146610239117,0.9372054975062977,0.15372517456988796,0.0,0.9404120790051306,0.15372517456988796,0.0,0.7528169158574858,0.15372517456988796,0.00017935103264259765,0.9512245594729813,0.15372517456988796,0.0010550045527542471,1.0049817858381331,0.15372517456988796,0.0002785425046326068,1.0174325514370397,0.5,0.15372517456988796,0.0024007127490530754,1.0144807156371791,0.0,0.9959903855417787,0.009798657133745689 -8489,0.5,0.15372517456988796,0.0,0.8277172301284001,0.15372517456988796,0.0,0.9710686749498254,0.15372517456988796,0.0,1.0161981619620055,0.15372517456988796,0.0,1.0165186324406563,0.15372517456988796,0.0,1.0217362818067264,0.15372517456988796,0.0,1.021436206748204,0.15372517456988796,0.0,1.0209030702499515,0.15372517456988796,0.0,0.986820224222281,0.5,0.15372517456988796,0.0,0.8506398547911208,0.15372517456988796,0.0,1.0056502396665934,0.5,0.15372517456988796,0.0,1.0198410596179537,0.15372517456988796,0.0,0.9276391602385321,0.15372517456988796,0.0,0.8714688431721906,0.15372517456988796,0.0,0.824478294076463,0.15372517456988796,0.0,0.9667581070002152,0.15372517456988796,0.0,0.9969932118556256,0.15372517456988796,0.0,1.0163537159015064,0.5,0.15372517456988796,0.0,1.0198159558190658,0.0,0.998403194640448,0.009798657133745689 -8490,0.5,0.15372517456988796,0.0,0.830783461424692,0.15372517456988796,0.0,1.0211218791972825,0.15372517456988796,0.0,0.9989323758398359,0.15372517456988796,0.0,0.9987679589609484,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0193654189195143,0.15372517456988796,0.0,1.0204004562140059,0.15372517456988796,0.0,0.9897998273127091,0.5,0.15372517456988796,0.0,0.8580407873871707,0.15372517456988796,0.0,1.0175135273817715,0.5,0.15372517456988796,0.0,1.019340591956515,0.15372517456988796,0.0,0.9024326695196923,0.15372517456988796,0.0,0.8269180936365463,0.15372517456988796,0.0,0.9191625391928332,0.15372517456988796,0.0,1.0149970093642042,0.15372517456988796,0.0,0.9786712998823192,0.15372517456988796,0.0,1.0167444651968327,0.5,0.15372517456988796,0.0,1.0183199517338923,0.0,1.00358362095817,1.0114391641388607 -8491,0.5,0.15372517456988796,0.0,0.8688500522819765,0.15372517456988796,0.0,1.0174144313773923,0.15372517456988796,0.0,0.9850614761127482,0.15372517456988796,0.0,0.9629191437638088,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0027156275683495,0.15372517456988796,0.0,1.0202898224852808,0.15372517456988796,0.0,0.9747291889327429,0.5,0.15372517456988796,0.0,0.8700309844557261,0.15372517456988796,0.0,1.0169501326810353,0.5,0.15372517456988796,0.0,1.0154066726119402,0.15372517456988796,0.0,0.8764823647185779,0.15372517456988796,0.0,0.9100199261313411,0.15372517456988796,0.0,1.0138885564652438,0.15372517456988796,0.0,1.0208091774762926,0.15372517456988796,0.0,0.9991482223959444,0.15372517456988796,0.0,1.0157234556160621,0.5,0.15372517456988796,0.0,1.0185235163001776,0.0,0.9993449872933606,1.0114391641388607 -8492,0.5,0.15372517456988796,0.0,0.915565409193037,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0186221502771813,0.15372517456988796,0.0,0.9413054194036171,0.15372517456988796,0.0,1.0088787809716575,0.15372517456988796,0.0,0.96857433960804,0.15372517456988796,0.0,1.0216572805719717,0.15372517456988796,0.0,0.9525213202169758,0.5,0.15372517456988796,0.0,0.8785336232865916,0.15372517456988796,0.0,1.0121843986851748,0.5,0.15372517456988796,0.0,1.0137473813035658,0.15372517456988796,0.0,0.848112330406411,0.15372517456988796,0.0,0.9785911510429097,0.15372517456988796,0.0,1.0035483536100318,0.15372517456988796,0.0,0.8925305307235698,0.15372517456988796,0.0,0.9870149556090648,0.15372517456988796,0.0,1.0167821130421353,0.5,0.15372517456988796,0.0,1.013605545890127,0.0,0.9965967939100111,1.011340907794772 -8493,0.5,0.15372517456988796,0.0,0.9133817705461538,0.15372517456988796,0.0,1.0072013431384188,0.15372517456988796,0.0,1.021670768163415,0.15372517456988796,0.0,0.94337520809041,0.15372517456988796,0.0,0.95240790726836,0.15372517456988796,0.0,0.8753146721516404,0.15372517456988796,0.0,1.0161446422336406,0.15372517456988796,0.0,0.8585288772109217,0.5,0.15372517456988796,0.0,0.7829732624303191,0.15372517456988796,0.0,1.0004917275321072,0.5,0.15372517456988796,0.0,1.0146485931849276,0.15372517456988796,0.0,0.8158880646142866,0.15372517456988796,0.0,0.9866310918319441,0.15372517456988796,0.0,0.952680396031327,0.15372517456988796,0.0,1.01665552306181,0.15372517456988796,0.0,0.9756657746831318,0.15372517456988796,0.0,1.01915536371249,0.5,0.15372517456988796,0.0,1.007617413204136,0.0,1.0027810745388444,1.0112046674351285 -8494,0.5,0.15372517456988796,0.0,0.9594138531933774,0.15372517456988796,0.0,0.9006274214549892,0.15372517456988796,0.0,1.0217054966129397,0.15372517456988796,0.0,1.003855361843573,0.15372517456988796,0.0,0.9100432779736346,0.15372517456988796,0.0,0.7441032378056806,0.15372517456988796,0.0,0.9705203410660421,0.15372517456988796,0.0,0.7841113398616948,0.5,0.15372517456988796,0.0,0.6359389669084983,0.15372517456988796,0.0,0.9890758715115955,0.5,0.15372517456988796,0.0,1.0050378542268232,0.15372517456988796,0.0,0.7890656989641499,0.15372517456988796,0.0,0.9632817016886646,0.15372517456988796,0.0,0.8945783292856994,0.15372517456988796,0.0,0.9581638799672976,0.15372517456988796,0.0,0.9627526428594356,0.15372517456988796,0.0,1.0195477147430128,0.5,0.15372517456988796,0.0,1.0197409370369808,0.0,1.0066990952527797,1.0105877168862667 -8495,0.5,0.15372517456988796,0.0,0.9089573968914596,0.15372517456988796,0.0,0.9379317737769428,0.15372517456988796,0.0,1.0197065925548132,0.15372517456988796,0.0,1.0149957179628872,0.15372517456988796,0.0,0.8718463368860225,0.15372517456988796,0.0,0.6069670514548069,0.15372517456988796,0.0,0.9291066124680064,0.15372517456988796,0.0,0.6791182803793376,0.5,0.15372517456988796,0.0,0.5080734059349575,0.15372517456988796,0.0,0.9688462206901712,0.5,0.15372517456988796,0.0,0.9920224273620958,0.15372517456988796,0.0,0.7347900090968726,0.15372517456988796,0.0,0.9493766446362015,0.15372517456988796,0.0,0.8694079888288666,0.15372517456988796,0.0,0.9401538695458147,0.15372517456988796,0.0,0.9037438594384144,0.15372517456988796,0.0,1.0110996805355972,0.5,0.15372517456988796,0.0,1.0187676072814118,0.0,1.0085089892886532,1.0095256490250255 -8496,0.5,0.15372517456988796,0.0,0.9053349900412502,0.15372517456988796,0.0,0.8663533671587798,0.15372517456988796,0.0,0.9983890527977898,0.15372517456988796,0.0,1.0190514839311928,0.15372517456988796,0.0,0.7081613651735208,0.15372517456988796,0.0,0.5122223921134375,0.15372517456988796,0.0,0.8799434525843839,0.15372517456988796,0.0,0.5697757854069562,0.5,0.15372517456988796,0.0,0.40856094856091907,0.15372517456988796,0.0,0.9525803862958516,0.5,0.15372517456988796,0.0,0.9601572696054019,0.15372517456988796,0.0,0.7197964867897286,0.15372517456988796,0.0,0.9312437839928219,0.15372517456988796,0.0,0.7976761214581339,0.15372517456988796,0.0,0.9594658143017505,0.15372517456988796,0.0,0.8496406600032891,0.15372517456988796,0.0,0.9936353330588512,0.5,0.15372517456988796,0.0,1.0129874445920561,0.0,1.0097360622863087,1.0071670339710426 -8497,0.5,0.15372517456988796,0.0,0.914978587586241,0.15372517456988796,0.0,0.8150168881206179,0.15372517456988796,0.0,1.0000078647846407,0.15372517456988796,0.0,1.0187694142058077,0.15372517456988796,0.0,0.5858929946265989,0.15372517456988796,0.0,0.5026189187516734,0.15372517456988796,0.0,0.8340100169600585,0.15372517456988796,0.0,0.5249981119537501,0.5,0.15372517456988796,0.0,0.33702882830331665,0.15372517456988796,0.0,0.9382966742259671,0.5,0.15372517456988796,0.0,0.9311295233591432,0.15372517456988796,0.0,0.6764163542190926,0.15372517456988796,0.0,0.8987173830603118,0.15372517456988796,0.0,0.6625609506852914,0.15372517456988796,0.0,0.9411514585916329,0.15372517456988796,0.0,0.8248391504214655,0.15372517456988796,0.0,0.9818624710734373,0.5,0.15372517456988796,0.0,1.0190827350096072,0.0,1.0082547407635705,0.9990495172243303 -8498,0.5,0.15372517456988796,0.0,0.9113170373731976,0.15372517456988796,0.0,0.8443887916769502,0.15372517456988796,0.0,0.9988946423203034,0.15372517456988796,0.0,1.0189317655531227,0.15372517456988796,0.0,0.6174452493481233,0.15372517456988796,0.0,0.4952822843119,0.15372517456988796,0.0,0.7744034680582325,0.15372517456988796,0.0,0.48560482787519643,0.5,0.15372517456988796,0.0,0.34410096434281084,0.15372517456988796,0.0,0.9012675931598603,0.5,0.15372517456988796,0.0,0.9027439064322712,0.15372517456988796,0.0,0.6142817577909747,0.15372517456988796,0.0,0.8333817326563084,0.15372517456988796,0.0,0.5694731751203832,0.15372517456988796,0.0,0.8945405013251408,0.15372517456988796,0.0,0.7601141884866038,0.15372517456988796,0.0,0.9612282224050827,0.5,0.15372517456988796,0.0,1.0157369453266467,0.0,1.0022487120338235,1.001627802160607 -8499,0.5,0.15372517456988796,0.0,0.9043172816659771,0.15372517456988796,0.0,0.709764336319533,0.15372517456988796,0.0,0.9651535928486086,0.15372517456988796,0.0,1.0144719353809175,0.15372517456988796,0.0,0.691256498146154,0.15372517456988796,0.0,0.40645781695047223,0.15372517456988796,0.0,0.7393714277420794,0.15372517456988796,0.0,0.40856213618571346,0.5,0.15372517456988796,0.0,0.3719765540703565,0.15372517456988796,0.0,0.8417935879722147,0.5,0.15372517456988796,0.0,0.8489568379334342,0.15372517456988796,0.0,0.5292177355631055,0.15372517456988796,0.0,0.684004357903226,0.15372517456988796,0.0,0.5444690967522463,0.15372517456988796,0.0,0.8519304228761153,0.15372517456988796,0.0,0.6553404960644277,0.15372517456988796,0.0,0.9504847183463137,0.5,0.15372517456988796,0.0,0.990235660855469,0.0,1.0033708209453656,1.0050091538577324 -8500,0.5,0.15372517456988796,0.0,0.8603134911352437,0.15372517456988796,0.0,0.5664012985568295,0.15372517456988796,0.0,0.8918236099571236,0.15372517456988796,0.0,1.0000930247416902,0.15372517456988796,0.0,0.6873351380191187,0.15372517456988796,0.0,0.3051815787209021,0.15372517456988796,0.0,0.752472854372486,0.15372517456988796,0.0,0.3358832819577516,0.5,0.15372517456988796,0.0,0.3145011919965329,0.15372517456988796,0.0,0.7671442889367398,0.5,0.15372517456988796,0.0,0.7515178084872793,0.15372517456988796,0.0,0.4422878395570991,0.15372517456988796,0.0,0.5641671136831883,0.15372517456988796,0.0,0.6060042259749294,0.15372517456988796,0.0,0.844041670494725,0.15372517456988796,0.0,0.6236707226210023,0.15372517456988796,0.0,0.9168461866436898,0.5,0.15372517456988796,0.0,0.9623915437504147,0.0,0.9948203708966505,0.9782811733394001 -8501,0.5,0.15372517456988796,0.0,0.7806310567791177,0.15372517456988796,0.0,0.5118170901286021,0.15372517456988796,0.0,0.7758694710776924,0.15372517456988796,0.0,0.9722085249071952,0.15372517456988796,0.0,0.5563458643818716,0.15372517456988796,0.0,0.29917480277486835,0.15372517456988796,0.0,0.6811137938389139,0.15372517456988796,0.0,0.3052011762861505,0.5,0.15372517456988796,0.0,0.25347767417950096,0.15372517456988796,0.0,0.6702230089772643,0.5,0.15372517456988796,0.0,0.7058594262418095,0.15372517456988796,0.0,0.3815244408701878,0.15372517456988796,0.0,0.5687540376359211,0.15372517456988796,0.0,0.6290784394361463,0.15372517456988796,0.0,0.8395298729779503,0.15372517456988796,0.0,0.6309155933281495,0.15372517456988796,0.0,0.8557725278045653,0.5,0.15372517456988796,0.0,0.9089863524139883,0.0,0.9993775467152116,0.9152942656619094 -8502,0.5,0.15372517456988796,0.0,0.6964419028884427,0.15372517456988796,0.0,0.5608685299593105,0.15372517456988796,0.0,0.7695798287187247,0.15372517456988796,0.0,0.8887619753584415,0.15372517456988796,0.0,0.4973044061059183,0.15372517456988796,0.0,0.37810659938247987,0.15372517456988796,0.0,0.6548245683000831,0.15372517456988796,0.0,0.3454359514675519,0.5,0.15372517456988796,0.0,0.23170416099873842,0.15372517456988796,0.0,0.5638209362942439,0.5,0.15372517456988796,0.0,0.6725018054703138,0.15372517456988796,0.0,0.3234278641314233,0.15372517456988796,0.0,0.6510323837917125,0.15372517456988796,0.0,0.5913250123090292,0.15372517456988796,0.0,0.7809362006346094,0.15372517456988796,0.0,0.5450563521140244,0.15372517456988796,0.0,0.7744147120038942,0.5,0.15372517456988796,0.0,0.8267972357177741,0.0,0.9969304795558834,0.9513179167317842 -8503,0.5,0.15372517456988796,0.0,0.6538099072083031,0.15372517456988796,0.0,0.5852285794976462,0.15372517456988796,0.0,0.8135626489380228,0.15372517456988796,0.0,0.8257410932620755,0.15372517456988796,0.0,0.5039101899986423,0.15372517456988796,0.0,0.4009224970770716,0.15372517456988796,0.0,0.6515022954470786,0.15372517456988796,0.0,0.3819953633783838,0.5,0.15372517456988796,0.0,0.2728050136220682,0.15372517456988796,0.0,0.46739925790270065,0.5,0.15372517456988796,0.0,0.5912691933702946,0.15372517456988796,0.0,0.2734186916304751,0.15372517456988796,0.0,0.6694465440014774,0.15372517456988796,0.0,0.5400106007912502,0.15372517456988796,0.0,0.685481477127671,0.15372517456988796,0.0,0.5036533817227625,0.15372517456988796,0.0,0.7295492939961864,0.5,0.15372517456988796,0.0,0.7481614617482788,0.0,0.9893627293349598,1.0044250851232912 -8504,0.5,0.15372517456988796,0.0,0.6211239783736259,0.15372517456988796,0.0,0.5656157333524525,0.15372517456988796,0.0,0.7975357902906197,0.15372517456988796,0.0,0.8334653820751812,0.15372517456988796,0.0,0.5776877216178616,0.15372517456988796,0.0,0.46736049652134903,0.15372517456988796,0.0,0.6462447550318279,0.15372517456988796,0.0,0.46309626111696406,0.5,0.15372517456988796,0.0,0.33684825474657915,0.15372517456988796,0.0,0.3839492385629454,0.5,0.15372517456988796,0.0,0.5537171456756211,0.15372517456988796,0.0,0.24855224416874291,0.15372517456988796,0.0,0.6896942061828879,0.15372517456988796,0.0,0.6025408525230311,0.15372517456988796,0.0,0.6312645246561106,0.15372517456988796,0.0,0.5190420423084152,0.15372517456988796,0.0,0.668037293605357,0.5,0.15372517456988796,0.0,0.6945237569475141,0.0,0.958859866318142,1.006773848523736 -8505,0.5,0.15372517456988796,0.0001235044159489056,0.5623039318270213,0.15372517456988796,0.0,0.6622155739272465,0.15372517456988796,3.744659088321948e-05,0.823753518908353,0.15372517456988796,0.0012006954233081703,0.8554476735845898,0.15372517456988796,0.0,0.5847226949447293,0.15372517456988796,0.0,0.5978853865303473,0.15372517456988796,0.0,0.6876994744608105,0.15372517456988796,0.0,0.4897584196580922,0.5,0.15372517456988796,0.0,0.4036645635329739,0.15372517456988796,0.0018142170813142224,0.3420471714663874,0.5,0.15372517456988796,4.628377878542373e-05,0.5546358226324088,0.15372517456988796,0.00042099971661672855,0.23436105575152807,0.15372517456988796,0.0,0.7097781859057042,0.15372517456988796,0.0,0.6607940823843363,0.15372517456988796,0.0,0.6974712085106234,0.15372517456988796,0.0,0.533644150078788,0.15372517456988796,0.00043925673174193496,0.6141635767397787,0.5,0.15372517456988796,0.0017783100818494124,0.6400238286830389,0.0,0.9468190067573251,1.0071982018571977 -8506,0.5,0.15372517456988796,0.039079321663567194,0.5766772050073025,0.15372517456988796,0.01552082566707915,0.6938506820909001,0.15372517456988796,0.03196667282095665,0.9053929134161641,0.15372517456988796,0.05135937678748921,0.9196657965079024,0.15372517456988796,0.003796863202346279,0.8070005316559925,0.15372517456988796,0.006018903186989392,0.7624718639193433,0.15372517456988796,0.0018855561165580907,0.8070756469085638,0.15372517456988796,0.007428473160024192,0.5743988290704896,0.5,0.15372517456988796,0.006453441034582993,0.49078454665254634,0.15372517456988796,0.03247937074798023,0.36140931038769253,0.5,0.15372517456988796,0.016556728780605347,0.6990423437419108,0.15372517456988796,0.017299047445970075,0.22473081855404348,0.15372517456988796,0.005357938128803419,0.8028522341306477,0.15372517456988796,0.004620658441796732,0.739094806825116,0.15372517456988796,0.014159431174660753,0.7409040215871197,0.15372517456988796,0.005786892814960242,0.6214460274823627,0.15372517456988796,0.02240083433331143,0.7196321350723429,0.5,0.15372517456988796,0.028411027077910853,0.674292157593034,0.0,0.9130179511638121,1.0093085743235257 -8507,0.5,0.15372517456988796,0.07520864770124318,0.7381529658891708,0.15372517456988796,0.02003081624004331,0.7858719049473503,0.15372517456988796,0.07646118159504409,0.9225693867951109,0.15372517456988796,0.08239509181211462,0.9268111944462404,0.15372517456988796,0.034218127726022694,0.9425255397148076,0.15372517456988796,0.034087138509776904,0.8445973713722406,0.15372517456988796,0.017324224432259658,0.9147513507874445,0.15372517456988796,0.043973491346611555,0.6540788652869556,0.5,0.15372517456988796,0.013301315908966679,0.5869816171766838,0.15372517456988796,0.059724811557526264,0.4287372766619446,0.5,0.15372517456988796,0.03591803879039845,0.7691933606023235,0.15372517456988796,0.061250114485854976,0.2864589411426973,0.15372517456988796,0.014951624806142249,0.9031010915348424,0.15372517456988796,0.03276169512268418,0.904841736996006,0.15372517456988796,0.014690455330393135,0.8141755315725056,0.15372517456988796,0.011836341491258931,0.7450078234800577,0.15372517456988796,0.04686763761825527,0.7886076610815413,0.5,0.15372517456988796,0.057461408122087734,0.7362499558912938,0.0,0.9185176850041287,1.0108070149498773 -8508,0.5,0.15372517456988796,0.0878364285630644,0.8326014377265829,0.15372517456988796,0.01738433275873867,0.9323932788700859,0.15372517456988796,0.08432036294856492,0.9689665433135941,0.15372517456988796,0.11795010671261125,0.9278330246012808,0.15372517456988796,0.03492790158244195,0.9965648248282626,0.15372517456988796,0.05422843968840281,0.9481605927139383,0.15372517456988796,0.03991525526269808,0.9720325233197835,0.15372517456988796,0.09371863479847536,0.7681384392808521,0.5,0.15372517456988796,0.030886051610068604,0.662943217180545,0.15372517456988796,0.08539827858241815,0.45705076568614234,0.5,0.15372517456988796,0.033346582308562224,0.8082938439212508,0.15372517456988796,0.11018866686010255,0.401253632422352,0.15372517456988796,0.02424353920411535,0.9591966926726261,0.15372517456988796,0.03581873653755119,0.9724985783391424,0.15372517456988796,0.023150543515693213,0.8948194730863575,0.15372517456988796,0.025567898402197,0.8273381800589742,0.15372517456988796,0.0625748164570347,0.7914570196808582,0.5,0.15372517456988796,0.05434930230751843,0.726323019099877,0.0,0.9336440814416193,1.0111658110134312 -8509,0.5,0.15372517456988796,0.0501358084325107,0.882603597694772,0.15372517456988796,0.03882274616220435,1.0211080485562505,0.15372517456988796,0.04846193671922175,0.967636952626674,0.15372517456988796,0.10916267698574675,0.937642852540036,0.15372517456988796,0.01836378307314897,1.0214409731497047,0.15372517456988796,0.06398711294308936,0.9996970435508741,0.15372517456988796,0.04130729633650651,0.9971944781048661,0.15372517456988796,0.0847257968446457,0.8309587254504471,0.5,0.15372517456988796,0.047467121276940714,0.7172170224404286,0.15372517456988796,0.19624040344470153,0.5325428713594783,0.5,0.15372517456988796,0.021357344140617976,0.842203230671511,0.15372517456988796,0.11924414664500238,0.5192656004004906,0.15372517456988796,0.018543068889496646,0.9904355667295872,0.15372517456988796,0.01525414546213227,0.9909566305628359,0.15372517456988796,0.03379233848460371,0.9864296653623801,0.15372517456988796,0.035436112265577774,0.8472830269521558,0.15372517456988796,0.05121686932710172,0.8151963970655078,0.5,0.15372517456988796,0.057420682958814445,0.7117572567850147,0.0,1.003809388494471,1.0113045704243138 -8510,0.5,0.15372517456988796,0.019960845304090653,0.9184890438613085,0.15372517456988796,0.006689159901762909,1.021739130434783,0.15372517456988796,0.03654977452298804,0.9730700913921825,0.15372517456988796,0.05178969817264365,0.9327571293756564,0.15372517456988796,0.005080979223186895,1.0217391304347827,0.15372517456988796,0.05594261078301885,1.008048794802049,0.15372517456988796,0.03797758976329196,1.0127285766669811,0.15372517456988796,0.07052418286056156,0.8310879797138674,0.5,0.15372517456988796,0.046869542004400036,0.7707273665568781,0.15372517456988796,0.18305653089097906,0.6401827863486382,0.5,0.15372517456988796,0.019290318851118374,0.8815491833872963,0.15372517456988796,0.08411927977287609,0.6125911679317099,0.15372517456988796,0.005894775834889758,1.0101855343787158,0.15372517456988796,0.0060159627336773555,1.0015785463110556,0.15372517456988796,0.02089429675594041,1.0049837595730515,0.15372517456988796,0.032770963375795194,0.9047668662375128,0.15372517456988796,0.02956260411540473,0.8937330119029929,0.5,0.15372517456988796,0.07811488442947091,0.7840037981870334,0.0,1.0078956922273319,0.20177968158865345 -8511,0.5,0.15372517456988796,0.00591624202464133,0.9717165217218452,0.15372517456988796,0.0015074343103005042,1.021739130434783,0.15372517456988796,0.024314536768804386,0.9958467368648126,0.15372517456988796,0.016025006116174485,0.9531598331942498,0.15372517456988796,0.002062770371636473,1.0217391304347827,0.15372517456988796,0.016385922512434897,0.9904993534389411,0.15372517456988796,0.018451816795556845,1.020919882581712,0.15372517456988796,0.0432100368480145,0.8447172668388352,0.5,0.15372517456988796,0.02387726979259657,0.8000599352365232,0.15372517456988796,0.09823031787237993,0.6154987210743346,0.5,0.15372517456988796,0.02066696581434634,0.9036516695054352,0.15372517456988796,0.05385588501092177,0.6430167560924571,0.15372517456988796,0.0022211227065998436,0.9270961841443983,0.15372517456988796,0.004057214366881044,1.0081520703634557,0.15372517456988796,0.004960403763898297,1.0176025525167436,0.15372517456988796,0.01620437305869929,0.9672600514718548,0.15372517456988796,0.01624376226761036,0.9383496896242499,0.5,0.15372517456988796,0.0763036095533445,0.8599877832247994,0.0,1.0102474890663118,0.009798657133745689 -8512,0.5,0.15372517456988796,6.496715209272312e-05,0.9928014474357549,0.15372517456988796,0.00018868138397845508,1.021739130434783,0.15372517456988796,0.0,1.0038048024567325,0.15372517456988796,4.973783750642333e-05,0.984403348373014,0.15372517456988796,9.052969253892535e-05,1.0217391304347827,0.15372517456988796,0.0012670147250730952,0.9966946201232023,0.15372517456988796,5.482811959504834e-05,1.021437398876842,0.15372517456988796,0.005936286451892489,0.875927718745799,0.5,0.15372517456988796,0.005152280803667516,0.8382527954954936,0.15372517456988796,0.041251972493524074,0.5378935743714598,0.5,0.15372517456988796,0.005563012262096206,0.9483875893552896,0.15372517456988796,0.02116923090049698,0.6022904791020537,0.15372517456988796,0.00010005960170274886,0.9093681016561909,0.15372517456988796,0.00012643119127590566,0.992638550541232,0.15372517456988796,1.1123036956112947e-05,1.0212792582830932,0.15372517456988796,0.0007458754690041344,0.9920313338230472,0.15372517456988796,0.00027355173344188207,0.9670435488929217,0.5,0.15372517456988796,0.010788660507496554,0.8651973162548394,0.0,1.0102524782986804,0.009798657133745689 -8513,0.5,0.15372517456988796,0.0,1.0055783955730413,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0100306917753121,0.15372517456988796,0.0,1.001839533046212,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0106036090501136,0.15372517456988796,0.0,1.0213213755625472,0.15372517456988796,0.0,0.9277187277752201,0.5,0.15372517456988796,0.0,0.8872445732126016,0.15372517456988796,0.0,0.48955182797573177,0.5,0.15372517456988796,0.0,0.9853080364414716,0.15372517456988796,0.0,0.5648987958685006,0.15372517456988796,0.0,0.6716511767152559,0.15372517456988796,0.0,0.9649468089777659,0.15372517456988796,0.0,1.0214626665306838,0.15372517456988796,0.0,0.9979060533619268,0.15372517456988796,0.0,0.9812814801939055,0.5,0.15372517456988796,0.0,0.8353358028416862,0.0,1.0102790579673229,0.8899982549341644 -8514,0.5,0.15372517456988796,0.0,1.015075529044803,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0163525532674105,0.15372517456988796,0.0,1.0040635549095258,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.009912276932971,0.15372517456988796,0.0,1.0212747052051705,0.15372517456988796,0.0,0.9374228923954948,0.5,0.15372517456988796,0.0,0.9047412680976954,0.15372517456988796,0.0,0.4390680011283277,0.5,0.15372517456988796,0.0,0.9952214310713232,0.15372517456988796,0.0,0.5235707388778175,0.15372517456988796,0.0,1.0118453920846924,0.15372517456988796,0.0,1.0139307197716962,0.15372517456988796,0.0,1.0214795378763908,0.15372517456988796,0.0,1.0079636290879481,0.15372517456988796,0.0,0.9896631125523454,0.5,0.15372517456988796,0.0,0.817724560383263,0.0,1.0102792989810254,1.0114391641388607 -8515,0.5,0.15372517456988796,0.0,1.017402426252304,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0204620120896564,0.15372517456988796,0.0,1.0153708795509966,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0136686969636712,0.15372517456988796,0.0,1.0209213544690035,0.15372517456988796,0.0,0.9453012545048846,0.5,0.15372517456988796,0.0,0.932750438604335,0.15372517456988796,0.0,0.37080368538392783,0.5,0.15372517456988796,0.0,0.9982094392580064,0.15372517456988796,0.0,0.5014731107662755,0.15372517456988796,0.0,1.0105944317271378,0.15372517456988796,0.0,1.0138767392104095,0.15372517456988796,0.0,1.0215133013026079,0.15372517456988796,0.0,1.0180777304406543,0.15372517456988796,0.0,0.9956442856025584,0.5,0.15372517456988796,0.0,0.7973048504315073,0.0,1.0102768580925687,1.0114391641388607 -8516,0.5,0.15372517456988796,0.0,1.0182498624262046,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0182411754125549,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0183195693469598,0.15372517456988796,0.0,1.0209845458607685,0.15372517456988796,0.0,0.9716440639644494,0.5,0.15372517456988796,0.0,0.9758955612853556,0.15372517456988796,0.0,0.33099605186736997,0.5,0.15372517456988796,0.0,1.0047072977006322,0.15372517456988796,0.0,0.5013704416383769,0.15372517456988796,0.0,1.0102521871420356,0.15372517456988796,0.0,1.0138176463504285,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0203336457649013,0.15372517456988796,0.0,0.9993074332026912,0.5,0.15372517456988796,0.0,0.7655900089423676,0.0,1.0102613568396337,1.0114391641388607 -8517,0.5,0.15372517456988796,0.0,1.018576618215232,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0187246221632396,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0196579408012147,0.15372517456988796,0.0,1.020848593997932,0.15372517456988796,0.0,0.9771848851992251,0.5,0.15372517456988796,0.0,0.9902423921739394,0.15372517456988796,0.0,0.34718352865771873,0.5,0.15372517456988796,0.0,1.0080074476539331,0.15372517456988796,0.0,0.5023172757288763,0.15372517456988796,0.0,1.0117413689885115,0.15372517456988796,0.0,1.0140771281904235,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0202487346596216,0.15372517456988796,0.0,1.0044731840443002,0.5,0.15372517456988796,0.0,0.771032223942068,0.0,1.010275367998722,1.0114391641388607 -8518,0.5,0.15372517456988796,0.0,1.0182000652655714,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0190907321623308,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0203879368593927,0.15372517456988796,0.0,1.0203567756221352,0.15372517456988796,0.0,0.9851419466661187,0.5,0.15372517456988796,0.0,0.9905942450150572,0.15372517456988796,0.0,0.36092190676219726,0.5,0.15372517456988796,0.0,1.0109458146266204,0.15372517456988796,0.0,0.5011351470393158,0.15372517456988796,0.0,1.0116425652784105,0.15372517456988796,0.0,1.0140999261033514,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0201039570838588,0.15372517456988796,0.0,1.0047322289273128,0.5,0.15372517456988796,0.0,0.7753430042267287,0.0,1.0102846920322617,1.0114391641388607 -8519,0.5,0.15372517456988796,0.0,1.017053764094833,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0195815065011864,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0212338280112943,0.15372517456988796,0.0,1.019570938221339,0.15372517456988796,0.0,0.9876518151662979,0.5,0.15372517456988796,0.0,0.9832740620693519,0.15372517456988796,0.0,0.38345393388308385,0.5,0.15372517456988796,0.0,1.0124551185033193,0.15372517456988796,0.0,0.5038819502310281,0.15372517456988796,0.0,1.0085148327888562,0.15372517456988796,0.0,1.0141138237803455,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0169509345658545,0.15372517456988796,0.0,1.003100322064721,0.5,0.15372517456988796,0.0,0.767328992127871,0.0,1.0102746557037243,1.0114391641388607 -8520,0.5,0.15372517456988796,0.0,1.017202396219194,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0198602785829036,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021622956761072,0.15372517456988796,0.0,1.0199044442652252,0.15372517456988796,0.0,0.9941270811030181,0.5,0.15372517456988796,0.0,0.9830299519169582,0.15372517456988796,0.0,0.42454523602917643,0.5,0.15372517456988796,0.0,1.0120452180457262,0.15372517456988796,0.0,0.48293412843368755,0.15372517456988796,0.0,1.0048183486293103,0.15372517456988796,0.0,1.014220027549331,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0171292566103125,0.15372517456988796,0.0,1.0052518679200386,0.5,0.15372517456988796,0.0,0.7661388796454579,0.0,1.0101091351674922,1.0114391641388607 -8521,0.5,0.15372517456988796,0.0,1.0151279176044743,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0202013876905014,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0215258688613966,0.15372517456988796,0.0,1.0205905470540682,0.15372517456988796,0.0,0.9961270118442064,0.5,0.15372517456988796,0.0,0.9876451973333543,0.15372517456988796,0.0,0.41989818366168874,0.5,0.15372517456988796,0.0,1.0118613214568706,0.15372517456988796,0.0,0.45000905005801356,0.15372517456988796,0.0,1.0032646004082335,0.15372517456988796,0.0,1.0142402452132693,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0162223214904849,0.15372517456988796,0.0,1.0085789778851297,0.5,0.15372517456988796,0.0,0.7642998883794662,0.0,1.0095413142072844,1.0114391641388607 -8522,0.5,0.15372517456988796,0.0,1.0064783929688008,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.02004960513303,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0216066003953637,0.15372517456988796,0.0,1.020825630216227,0.15372517456988796,0.0,0.9944246025943945,0.5,0.15372517456988796,0.0,0.9907725051396744,0.15372517456988796,0.0,0.409622365617615,0.5,0.15372517456988796,0.0,1.0132402194785195,0.15372517456988796,0.0,0.45326462308903365,0.15372517456988796,0.0,0.9978061636945869,0.15372517456988796,0.0,1.014222108259145,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0139469517092183,0.15372517456988796,0.0,1.0109588918306385,0.5,0.15372517456988796,0.0,0.7614933073190878,0.0,1.0093930727414258,1.0114391641388607 -8523,0.5,0.15372517456988796,0.0,1.0042298805890244,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0209340764886858,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0216469171670315,0.15372517456988796,0.0,1.0208779747887569,0.15372517456988796,0.0,0.9960843100641679,0.5,0.15372517456988796,0.0,0.9892889998437888,0.15372517456988796,0.0,0.431130821799208,0.5,0.15372517456988796,0.0,1.0139439540103508,0.15372517456988796,0.0,0.5054907914326429,0.15372517456988796,0.0,0.9898843581081556,0.15372517456988796,0.0,1.0133537393192384,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.014489771305818,0.15372517456988796,0.0,1.011311319930084,0.5,0.15372517456988796,0.0,0.7912600383015462,0.0,1.0084751516347414,1.0114391641388607 -8524,0.5,0.15372517456988796,0.0,1.0071757351175936,0.15372517456988796,0.0,1.0216706234501842,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0213099104394807,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0214426351162085,0.15372517456988796,0.0,1.0206530064791282,0.15372517456988796,0.0,0.9928517540300795,0.5,0.15372517456988796,0.0,0.9849507254930004,0.15372517456988796,0.0,0.4728055734995932,0.5,0.15372517456988796,0.0,1.0125984394246952,0.15372517456988796,0.0,0.48849936734845134,0.15372517456988796,0.0,0.9813730365252229,0.15372517456988796,0.0,1.0122389220524872,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.014253254415879,0.15372517456988796,0.0,1.0106646672337332,0.5,0.15372517456988796,0.0,0.7734862301515257,0.0,0.9932715039422073,1.0114391641388607 -8525,0.5,0.15372517456988796,0.0,0.9970313920019708,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217374756632989,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0212527942707363,0.15372517456988796,0.0,1.0201237395830112,0.15372517456988796,0.0,0.9974175275969114,0.5,0.15372517456988796,0.0,0.9853615945371949,0.15372517456988796,0.0,0.473891492428878,0.5,0.15372517456988796,0.0,1.011199181685411,0.15372517456988796,0.0,0.43972581523872173,0.15372517456988796,0.0,0.9767524445597497,0.15372517456988796,0.0,1.012655406288118,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0139036194385762,0.15372517456988796,0.0,1.0100583184749037,0.5,0.15372517456988796,0.0,0.7570330496751081,0.0,0.9649354330477765,1.0114391641388607 -8526,0.5,0.15372517456988796,0.0,0.990533697124954,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.021737152123492,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0216669584287295,0.15372517456988796,0.0,1.019152732006078,0.15372517456988796,0.0,0.9968004723847084,0.5,0.15372517456988796,0.0,0.9956575666733569,0.15372517456988796,0.0,0.42532652623168904,0.5,0.15372517456988796,0.0,1.0106812019455007,0.15372517456988796,0.0,0.42064209208405096,0.15372517456988796,0.0,0.9858389580025939,0.15372517456988796,0.0,1.013108898516163,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.017837817854507,0.15372517456988796,0.0,1.0059736789701312,0.5,0.15372517456988796,0.0,0.7398002654304053,0.0,0.9676906422169762,1.0114391641388607 -8527,0.5,0.15372517456988796,0.0,0.9962754553841444,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.02173521868154,0.15372517456988796,0.0,1.0214904211653038,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0205066897094794,0.15372517456988796,0.0,0.9823360750293564,0.5,0.15372517456988796,0.0,0.9940800401213308,0.15372517456988796,0.0,0.39985785258681394,0.5,0.15372517456988796,0.0,1.0036756765351864,0.15372517456988796,0.0,0.41994190666024966,0.15372517456988796,0.0,0.9896122466951159,0.15372517456988796,0.0,1.0133830306376628,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0155229407687838,0.15372517456988796,0.0,0.9958489880590844,0.5,0.15372517456988796,0.0,0.7199032824100521,0.0,0.9844147553561367,1.0114391641388607 -8528,0.5,0.15372517456988796,0.0,1.0013859717034472,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217323558536475,0.15372517456988796,0.0,1.0214957085469465,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0216159738043389,0.15372517456988796,0.0,1.021481328457408,0.15372517456988796,0.0,0.9679429534061125,0.5,0.15372517456988796,0.0,0.9806243952233655,0.15372517456988796,0.0,0.4312421986191945,0.5,0.15372517456988796,0.0,1.0031323796538834,0.15372517456988796,0.0,0.4116396990098667,0.15372517456988796,0.0,0.9883978914778099,0.15372517456988796,0.0,1.013586699753522,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.011190382291193,0.15372517456988796,0.0,0.9845332499100148,0.5,0.15372517456988796,0.0,0.7041281163480242,0.0,0.995013935572123,1.0114391641388607 -8529,0.5,0.15372517456988796,6.752533600679096e-07,1.0071896673708707,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,3.5163456267078195e-06,1.0217324548479267,0.15372517456988796,5.3533430979298606e-05,1.0210632064543392,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0197648267069372,0.15372517456988796,0.0,1.0213071746105558,0.15372517456988796,0.0,0.9624422358002167,0.5,0.15372517456988796,0.0,0.9589622652581259,0.15372517456988796,0.003918137492352517,0.4724981334341118,0.5,0.15372517456988796,4.873476198890984e-05,1.0015059480334545,0.15372517456988796,0.0018621198697753628,0.3893483445595081,0.15372517456988796,0.0,0.9883234002704024,0.15372517456988796,0.0,1.0137635342057452,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.011002308780088,0.15372517456988796,0.00038340166576091413,0.9848073051128513,0.5,0.15372517456988796,0.00255792342133548,0.7073500074370525,0.0,0.9945837044778972,1.0114391641388607 -8530,0.5,0.15372517456988796,0.0007347721060680186,1.0114144377364847,0.15372517456988796,0.0007412423872988801,1.021739130434783,0.15372517456988796,0.00595375837488927,1.021733625443771,0.15372517456988796,0.00365391791197426,1.0210137329124214,0.15372517456988796,0.00023944543541434327,1.0217391304347827,0.15372517456988796,0.0007443547207964697,1.0126295269456245,0.15372517456988796,0.0005686672586586204,1.0209902473574635,0.15372517456988796,0.0015802784574514722,0.9559358212351272,0.5,0.15372517456988796,0.013204752760806933,0.959194717175728,0.15372517456988796,0.1196945781850682,0.5274805138843002,0.5,0.15372517456988796,0.03660959649412483,1.0046721224702206,0.15372517456988796,0.10990673898075526,0.38347586408840995,0.15372517456988796,0.00019620107942757068,0.9711205541909235,0.15372517456988796,0.00021646078355423132,1.0136876819363452,0.15372517456988796,0.0008118629233157704,1.0217391304347827,0.15372517456988796,0.0009658980027164211,1.0091432362375905,0.15372517456988796,0.013111009096000447,0.9930967475690021,0.5,0.15372517456988796,0.04906183445693417,0.7516894994951498,0.0,0.9970805448698413,1.0114391641388607 -8531,0.5,0.15372517456988796,0.002332394155663399,1.0156041888817369,0.15372517456988796,0.0019959441091537606,1.021739130434783,0.15372517456988796,0.01588451445886845,1.021733841710389,0.15372517456988796,0.015654790625070435,1.0202901298860567,0.15372517456988796,0.000538346002821116,1.0217391304347827,0.15372517456988796,0.000996645948600184,1.0141306372755916,0.15372517456988796,0.0005836584021370272,1.0212222591200495,0.15372517456988796,0.006290763493571171,0.9507705302859091,0.5,0.15372517456988796,0.018803390964932356,0.967300125988872,0.15372517456988796,0.2602658803668815,0.5623488824689697,0.5,0.15372517456988796,0.0792746839636688,1.0136733915137144,0.15372517456988796,0.2372620482111691,0.42933239891437347,0.15372517456988796,0.0008697324966852443,0.9410856658173881,0.15372517456988796,0.0007383197425046514,1.0136699691425934,0.15372517456988796,0.0015923361532486407,1.0216743153870462,0.15372517456988796,0.0019998606057363834,1.0062665305857976,0.15372517456988796,0.02837211466063978,0.9967613998242094,0.5,0.15372517456988796,0.12195567746283054,0.8132114925407651,0.0,0.9920966829415647,1.0114391641388607 -8532,0.5,0.15372517456988796,0.003684030456672552,1.0182508209922243,0.15372517456988796,0.002684365210879097,1.021739130434783,0.15372517456988796,0.009400540071238134,1.0217338441582704,0.15372517456988796,0.024957990185220432,1.0197184273146365,0.15372517456988796,0.0005023348392545082,1.0217391304347827,0.15372517456988796,0.0013048872309379912,1.017006961826135,0.15372517456988796,0.0007025006329761263,1.0213223929392223,0.15372517456988796,0.007866412858694936,0.9615030074998563,0.5,0.15372517456988796,0.032224502316182596,0.972041167546179,0.15372517456988796,0.343388907402279,0.5644064113204572,0.5,0.15372517456988796,0.08832062839185564,1.0168824767453748,0.15372517456988796,0.3226819588411868,0.5160695001758131,0.15372517456988796,0.0015602374202701738,0.9256065545313664,0.15372517456988796,0.001648260043444509,1.0135711126451068,0.15372517456988796,0.0014456576146256329,1.0215572363534333,0.15372517456988796,0.002683440069463211,1.0097464665387272,0.15372517456988796,0.035777193146838276,0.9989948697156689,0.5,0.15372517456988796,0.1849792881314069,0.8656693826277061,0.0,0.964396634146666,1.0114391641388607 -8533,0.5,0.15372517456988796,0.0037513115736171688,1.0184424046320693,0.15372517456988796,0.0030396644197640444,1.021739130434783,0.15372517456988796,0.0055736983300267795,1.021736962956545,0.15372517456988796,0.01618528967078158,1.020292293600741,0.15372517456988796,0.0008709273770945003,1.0217391304347827,0.15372517456988796,0.0014981219427547948,1.019234453327121,0.15372517456988796,0.0008267442261904903,1.0214667611767474,0.15372517456988796,0.008006922957277772,0.9616223485400959,0.5,0.15372517456988796,0.025768285262111286,0.977493954447151,0.15372517456988796,0.3510437636603725,0.5921396671939386,0.5,0.15372517456988796,0.08023178309269166,1.0144696911957534,0.15372517456988796,0.3415644997238328,0.5772777255916698,0.15372517456988796,0.0028984464440393255,0.9220113751796394,0.15372517456988796,0.0020048309936915175,1.0129932364532213,0.15372517456988796,0.0015271422073927063,1.021187298449422,0.15372517456988796,0.004699922157543101,1.0068586691800792,0.15372517456988796,0.04036129502196114,0.995995987385114,0.5,0.15372517456988796,0.20646221787884095,0.9134522099460018,0.0,0.9068295189158079,1.0114391641388607 -8534,0.5,0.15372517456988796,0.0022119429527779383,1.0151460830417225,0.15372517456988796,0.001688310667243168,1.021739130434783,0.15372517456988796,0.008089715936062055,1.0204850337518503,0.15372517456988796,0.005500340065127577,1.02019583794348,0.15372517456988796,0.0010791488928350447,1.0217391304347827,0.15372517456988796,0.0010533546895158002,1.021739130434783,0.15372517456988796,0.0008564054581169958,1.0215707493424253,0.15372517456988796,0.0032182330329451688,0.9626226719959214,0.5,0.15372517456988796,0.026660861015302524,0.9981629940054197,0.15372517456988796,0.29193836658479827,0.6743000636626194,0.5,0.15372517456988796,0.03876499548847533,1.0117052718494959,0.15372517456988796,0.2972704071331024,0.572132621834728,0.15372517456988796,0.004224988716637009,0.9095623427618647,0.15372517456988796,0.0014868665213783262,1.012767498396101,0.15372517456988796,0.0016881847169518773,1.0213694722112412,0.15372517456988796,0.004136741771998306,1.015107565484204,0.15372517456988796,0.039467753419041775,0.9928021554769573,0.5,0.15372517456988796,0.16855638028978623,0.9382760051663224,0.0,0.8423354073007515,1.0114391641388607 -8535,0.5,0.15372517456988796,0.000842027272290436,1.0096571891301085,0.15372517456988796,0.0006983597906653246,1.021739130434783,0.15372517456988796,0.007467307138837695,1.0193408562725081,0.15372517456988796,0.005788491980808475,1.0192537516523714,0.15372517456988796,0.0007083955854407504,1.0217391304347827,0.15372517456988796,0.00047086621151252626,1.021739130434783,0.15372517456988796,0.0005022163276714276,1.021562102445523,0.15372517456988796,0.0011500309843510553,0.9710146320449119,0.5,0.15372517456988796,0.012876521931194228,0.9792090970140388,0.15372517456988796,0.19696515535088047,0.6813665682568193,0.5,0.15372517456988796,0.010851355597467499,1.0116067577474308,0.15372517456988796,0.1934670717747648,0.5448127142060816,0.15372517456988796,0.0018033156314498436,0.8586719534017313,0.15372517456988796,0.000661401079180036,1.012383435989275,0.15372517456988796,0.0009506774101769682,1.0213677621158683,0.15372517456988796,0.0021247523779661217,1.014486544114479,0.15372517456988796,0.02292716994023495,0.9986178455723728,0.5,0.15372517456988796,0.10884725428827341,0.9083750821460277,0.0,0.8450278308658299,1.0114391641388607 -8536,0.5,0.15372517456988796,7.88796602557028e-06,1.0006369375283475,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.00017227231961876663,1.0189765274769862,0.15372517456988796,0.00022365055772973727,1.019691014585451,0.15372517456988796,4.0054555302712626e-05,1.0217391304347827,0.15372517456988796,8.224140176054886e-05,1.0214824706454166,0.15372517456988796,1.6905440730375496e-05,1.0215095340470985,0.15372517456988796,0.00044000057214034147,0.972828460982059,0.5,0.15372517456988796,0.0016123694908150917,0.962429793582302,0.15372517456988796,0.0735956521442986,0.6598642389503067,0.5,0.15372517456988796,0.00292328649358886,1.0140765128763392,0.15372517456988796,0.066937510448549,0.5073319802412114,0.15372517456988796,8.527329777509509e-07,0.7980272252919105,0.15372517456988796,0.0,1.0105566406140818,0.15372517456988796,2.650512247836299e-05,1.0214830846453105,0.15372517456988796,4.103320833739809e-05,1.0141117713610155,0.15372517456988796,0.00018795815332984237,0.9952722920014695,0.5,0.15372517456988796,0.013145718578565845,0.8698046975294605,0.0,0.8270033324737208,1.0114391641388607 -8537,0.5,0.15372517456988796,0.0,0.9731621622699612,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0177858058988758,0.15372517456988796,0.0,1.020204363439289,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021111837417636,0.15372517456988796,0.0,1.0212145130076924,0.15372517456988796,0.0,0.9636913322110923,0.5,0.15372517456988796,0.0,0.9505401588225345,0.15372517456988796,0.0,0.6609615216792469,0.5,0.15372517456988796,0.0,1.013744464589822,0.15372517456988796,0.0,0.4785500382045485,0.15372517456988796,0.0,0.755552027235083,0.15372517456988796,0.0,1.006908611466513,0.15372517456988796,0.0,1.0215321854167894,0.15372517456988796,0.0,1.0169427207220654,0.15372517456988796,0.0,0.9971638140884291,0.5,0.15372517456988796,0.0,0.8493207915906884,0.0,0.7881254547330107,1.011424622669413 -8538,0.5,0.15372517456988796,0.0,0.9314202986437382,0.15372517456988796,0.0,1.0186354389991372,0.15372517456988796,0.0,1.014703807412413,0.15372517456988796,0.0,1.0193587328285991,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0205187309645907,0.15372517456988796,0.0,1.021452835828689,0.15372517456988796,0.0,0.957517188987233,0.5,0.15372517456988796,0.0,0.9396591511159094,0.15372517456988796,0.0,0.6361806060942579,0.5,0.15372517456988796,0.0,1.0068048142934116,0.15372517456988796,0.0,0.48334950645792685,0.15372517456988796,0.0,0.7420801474694594,0.15372517456988796,0.0,0.9996591278815895,0.15372517456988796,0.0,1.0200365858631062,0.15372517456988796,0.0,1.0202840251043621,0.15372517456988796,0.0,0.9971564587245956,0.5,0.15372517456988796,0.0,0.8352476712191901,0.0,0.7668811414811282,1.0113294652360008 -8539,0.5,0.15372517456988796,0.0,0.8858900175507657,0.15372517456988796,0.0,1.0110929580533847,0.15372517456988796,0.0,1.0122992306382985,0.15372517456988796,0.0,1.0182065009249586,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021002068453578,0.15372517456988796,0.0,1.0213047477015795,0.15372517456988796,0.0,0.9499736770751975,0.5,0.15372517456988796,0.0,0.9334911874583487,0.15372517456988796,0.0,0.5834370047690173,0.5,0.15372517456988796,0.0,1.0038443386830596,0.15372517456988796,0.0,0.49301561757599355,0.15372517456988796,0.0,0.7166714640600483,0.15372517456988796,0.0,0.9879668912304999,0.15372517456988796,0.0,1.017693297331241,0.15372517456988796,0.0,1.018940519635518,0.15372517456988796,0.0,0.9932331016279261,0.5,0.15372517456988796,0.0,0.8144102244452567,0.0,0.7062137550933287,1.0111782857623712 -8540,0.5,0.15372517456988796,0.0,0.838045788139334,0.15372517456988796,0.0,0.9946381791715702,0.15372517456988796,0.0,1.0097051782887236,0.15372517456988796,0.0,1.0183956585786205,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0215097595964595,0.15372517456988796,0.0,1.021521061758458,0.15372517456988796,0.0,0.9341907031167971,0.5,0.15372517456988796,0.0,0.9337245838693049,0.15372517456988796,0.0,0.5437990306073313,0.5,0.15372517456988796,0.0,1.0061942085033289,0.15372517456988796,0.0,0.489611938119873,0.15372517456988796,0.0,0.6896184623366046,0.15372517456988796,0.0,0.9671387877132007,0.15372517456988796,0.0,1.0153814620036412,0.15372517456988796,0.0,1.0145274094444745,0.15372517456988796,0.0,0.9892541097892231,0.5,0.15372517456988796,0.0,0.7877297676527694,0.0,0.5288526775139266,1.0104301960768203 -8541,0.5,0.15372517456988796,0.0,0.8102704227907761,0.15372517456988796,0.0,0.9710657838885952,0.15372517456988796,0.0,1.0061345299973514,0.15372517456988796,0.0,1.0175632681356088,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.021599803181362,0.15372517456988796,0.0,0.9336350918552698,0.5,0.15372517456988796,0.0,0.9304806673919731,0.15372517456988796,0.0,0.5194235927599353,0.5,0.15372517456988796,0.0,1.0050472871132214,0.15372517456988796,0.0,0.46599253698364984,0.15372517456988796,0.0,0.6533642710307911,0.15372517456988796,0.0,0.946661301167663,0.15372517456988796,0.0,1.0150445560142467,0.15372517456988796,0.0,1.0105769520714951,0.15372517456988796,0.0,0.9800981293658224,0.5,0.15372517456988796,0.0,0.7702720472977049,0.0,0.5732876911813397,1.0106354772028383 -8542,0.5,0.15372517456988796,0.0,0.8054485406871773,0.15372517456988796,0.0,0.959694688089178,0.15372517456988796,0.0,0.9980412816767161,0.15372517456988796,0.0,1.0155696179306637,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0216512543595027,0.15372517456988796,0.0,0.9483269777976413,0.5,0.15372517456988796,0.0,0.9260414816023521,0.15372517456988796,0.0,0.49526113236682556,0.5,0.15372517456988796,0.0,0.9990352003285858,0.15372517456988796,0.0,0.45116909763336355,0.15372517456988796,0.0,0.6265149781328287,0.15372517456988796,0.0,0.9356669741257657,0.15372517456988796,0.0,1.0132042114911748,0.15372517456988796,0.0,1.009701285583112,0.15372517456988796,0.0,0.9720114512776238,0.5,0.15372517456988796,0.0,0.7344524097694096,0.0,0.6346635788839278,1.0106945270093113 -8543,0.5,0.15372517456988796,0.0,0.8100664563122706,0.15372517456988796,0.0,0.9671964785270298,0.15372517456988796,0.0,0.9932649752687833,0.15372517456988796,0.0,1.0117940866045916,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0216807146974531,0.15372517456988796,0.0,0.958553092405398,0.5,0.15372517456988796,0.0,0.9247740463137315,0.15372517456988796,0.0,0.4863234568152858,0.5,0.15372517456988796,0.0,0.999807364041028,0.15372517456988796,0.0,0.4491446662543446,0.15372517456988796,0.0,0.6249304148706265,0.15372517456988796,0.0,0.9384911943412111,0.15372517456988796,0.0,1.0110478466305561,0.15372517456988796,0.0,1.0121722735711705,0.15372517456988796,0.0,0.9695682616803414,0.5,0.15372517456988796,0.0,0.7032529339424676,0.0,0.6509925717329226,1.0108314899832993 -8544,0.5,0.15372517456988796,0.0,0.8135118161905726,0.15372517456988796,0.0,0.97694852951192,0.15372517456988796,0.0,0.9887850128072765,0.15372517456988796,0.0,1.0080198120443893,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.021699167429417,0.15372517456988796,0.0,0.9603245053714738,0.5,0.15372517456988796,0.0,0.9253761336230883,0.15372517456988796,0.0,0.463117313298739,0.5,0.15372517456988796,0.0,1.0016255446398659,0.15372517456988796,0.0,0.44623006476420646,0.15372517456988796,0.0,0.6105854284820056,0.15372517456988796,0.0,0.9507043080065483,0.15372517456988796,0.0,1.0113399105511263,0.15372517456988796,0.0,1.013610368868884,0.15372517456988796,0.0,0.9715997270470099,0.5,0.15372517456988796,0.0,0.6917662022666028,0.0,0.6175569111384657,1.0110159463407171 -8545,0.5,0.15372517456988796,0.0,0.8246872148410801,0.15372517456988796,0.0,0.9866472250700355,0.15372517456988796,0.0,0.9876995133147061,0.15372517456988796,0.0,1.0044595468133537,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9649868985099214,0.5,0.15372517456988796,0.0,0.9222070201550993,0.15372517456988796,0.0,0.4484171047334235,0.5,0.15372517456988796,0.0,1.0012589821409084,0.15372517456988796,0.0,0.45071486287457196,0.15372517456988796,0.0,0.6126525906635366,0.15372517456988796,0.0,0.9634572474986707,0.15372517456988796,0.0,1.0133686209951347,0.15372517456988796,0.0,1.013882677189298,0.15372517456988796,0.0,0.9715169813764132,0.5,0.15372517456988796,0.0,0.6883266040827892,0.0,0.4842038365654396,1.0111155410076424 -8546,0.5,0.15372517456988796,0.0,0.8467906780718479,0.15372517456988796,0.0,0.9981438565741144,0.15372517456988796,0.0,0.9929070854111774,0.15372517456988796,0.0,1.0042251536112203,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9643346827484776,0.5,0.15372517456988796,0.0,0.9076925441043849,0.15372517456988796,0.0,0.4576176252825945,0.5,0.15372517456988796,0.0,1.0016044352549969,0.15372517456988796,0.0,0.45358475384742886,0.15372517456988796,0.0,0.6319583611789583,0.15372517456988796,0.0,0.9703543040064064,0.15372517456988796,0.0,1.0145903883139387,0.15372517456988796,0.0,1.0143686104359515,0.15372517456988796,0.0,0.9740134413973974,0.5,0.15372517456988796,0.0,0.6847760890061884,0.0,0.3664565700589225,1.0112409889566178 -8547,0.5,0.15372517456988796,0.0,0.8671650412506857,0.15372517456988796,0.0,0.9988771571871572,0.15372517456988796,0.0,1.002452838346644,0.15372517456988796,0.0,1.0056624173180146,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9585506135716204,0.5,0.15372517456988796,0.0,0.8850238875447718,0.15372517456988796,0.0,0.47275309842560004,0.5,0.15372517456988796,0.0,0.9976984730189188,0.15372517456988796,0.0,0.43781913576168946,0.15372517456988796,0.0,0.6532755542415078,0.15372517456988796,0.0,0.9803837594779243,0.15372517456988796,0.0,1.0148826518918386,0.15372517456988796,0.0,1.0129512537428365,0.15372517456988796,0.0,0.9770888791247783,0.5,0.15372517456988796,0.0,0.6783685357120297,0.0,0.35162280591139483,1.0113955079961496 -8548,0.5,0.15372517456988796,0.0,0.8786749506765387,0.15372517456988796,0.0,0.9973437918086626,0.15372517456988796,0.0,1.01424249429914,0.15372517456988796,0.0,1.005234234872203,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9422095883711532,0.5,0.15372517456988796,0.0,0.8861396359611987,0.15372517456988796,0.0,0.465596441776921,0.5,0.15372517456988796,0.0,0.988852798322897,0.15372517456988796,0.0,0.41115208299532535,0.15372517456988796,0.0,0.6628832769792432,0.15372517456988796,0.0,0.9954397387798752,0.15372517456988796,0.0,1.0173787767965397,0.15372517456988796,0.0,1.010019654575012,0.15372517456988796,0.0,0.9763082987377433,0.5,0.15372517456988796,0.0,0.668120805696263,0.0,0.20646812384314722,1.009923781995617 -8549,0.5,0.15372517456988796,0.0,0.8811666901881905,0.15372517456988796,0.0,1.0100683085386482,0.15372517456988796,0.0,1.020581460932739,0.15372517456988796,0.0,1.0091438814124547,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9122482905606748,0.5,0.15372517456988796,0.0,0.8671662647078563,0.15372517456988796,0.0,0.44314033601579306,0.5,0.15372517456988796,0.0,0.9797452077652304,0.15372517456988796,0.0,0.3930166667105863,0.15372517456988796,0.0,0.6500971739738741,0.15372517456988796,0.0,1.0059418950681551,0.15372517456988796,0.0,1.01942798870491,0.15372517456988796,0.0,1.0067865853796594,0.15372517456988796,0.0,0.9718302533344867,0.5,0.15372517456988796,0.0,0.643100387142126,0.0,0.11695157118010804,1.0011057944293535 -8550,0.5,0.15372517456988796,0.0,0.879351038577282,0.15372517456988796,0.0,1.0164378405332473,0.15372517456988796,0.0,1.0217382676479674,0.15372517456988796,0.0,1.01423236351857,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.020526028728548,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.8745860042088704,0.5,0.15372517456988796,0.0,0.8235604436926441,0.15372517456988796,0.0,0.4121374610653582,0.5,0.15372517456988796,0.0,0.9678107811389062,0.15372517456988796,0.0,0.38145321140297805,0.15372517456988796,0.0,0.6258108253087987,0.15372517456988796,0.0,1.01118984498112,0.15372517456988796,0.0,1.0210844856783146,0.15372517456988796,0.0,1.002625282441423,0.15372517456988796,0.0,0.9649008328264599,0.5,0.15372517456988796,0.0,0.6086927878584464,0.0,0.05844784996837492,0.9698417646156757 -8551,0.5,0.15372517456988796,0.0,0.8732004362119218,0.15372517456988796,0.0,1.0207751212421394,0.15372517456988796,0.0,1.0217360561671387,0.15372517456988796,0.0,1.0143524276535871,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0185214421710085,0.15372517456988796,0.0,1.0217180160450732,0.15372517456988796,0.0,0.8426685922602766,0.5,0.15372517456988796,0.0,0.7896670387145303,0.15372517456988796,0.0,0.4021698995995989,0.5,0.15372517456988796,0.0,0.945756320299142,0.15372517456988796,0.0,0.34547327072431366,0.15372517456988796,0.0,0.5511362387386547,0.15372517456988796,0.0,1.0125829945225349,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9944280529437044,0.15372517456988796,0.0,0.9604112946662677,0.5,0.15372517456988796,0.0,0.5748351575644297,0.0,0.062013373732784836,0.8218394082725065 -8552,0.5,0.15372517456988796,0.0,0.8549496953137966,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0210509358763755,0.15372517456988796,0.0,1.0126000144257523,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.018378440436954,0.15372517456988796,0.0,1.021709632540315,0.15372517456988796,0.0,0.8343447480467572,0.5,0.15372517456988796,0.0,0.7930094745643266,0.15372517456988796,0.0,0.28937307860005224,0.5,0.15372517456988796,0.0,0.9235571347803684,0.15372517456988796,0.0,0.3250064665407804,0.15372517456988796,0.0,0.41949497871244834,0.15372517456988796,0.0,1.0130646057144703,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9825583708047312,0.15372517456988796,0.0,0.9478018745643773,0.5,0.15372517456988796,0.0,0.5454619677858654,0.0,0.17958951125853206,0.4850241646758888 -8553,0.5,0.15372517456988796,1.0392253443895873e-07,0.821931426289373,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,7.234870163626409e-06,1.0210796875909156,0.15372517456988796,7.335730566652254e-05,1.0125162592080763,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.006793539850274,0.15372517456988796,0.0,1.0213791024287986,0.15372517456988796,0.0,0.8049882451369197,0.5,0.15372517456988796,0.0,0.7671981334084166,0.15372517456988796,0.004350956347565285,0.23277770189336955,0.5,0.15372517456988796,2.787145509879993e-06,0.933908044301242,0.15372517456988796,0.0015839516309246095,0.3119197176898618,0.15372517456988796,0.0,0.31590928959587594,0.15372517456988796,0.0,1.0136464851098865,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9775653903094456,0.15372517456988796,8.003022746127282e-05,0.9344304826641026,0.5,0.15372517456988796,0.0029192835889911154,0.5153198360309307,0.0,0.503148686005837,0.25497101319328724 -8554,0.5,0.15372517456988796,0.0006251984690371117,0.7736686290369469,0.15372517456988796,0.000220141717699324,1.021739130434783,0.15372517456988796,0.0035786433709125813,1.0206021751062477,0.15372517456988796,0.0030268317194417005,1.0160312257375899,0.15372517456988796,0.00013201921932125559,1.0217391304347827,0.15372517456988796,0.0025189039306860246,1.0045935629326828,0.15372517456988796,0.004016801216313761,1.0187323923085045,0.15372517456988796,0.003231881916142098,0.8168166077236065,0.5,0.15372517456988796,0.0027686650479322927,0.7365287914138018,0.15372517456988796,0.1320436502507567,0.18955965311689724,0.5,0.15372517456988796,0.004978112070829234,0.9518003353738616,0.15372517456988796,0.10052634751488491,0.29212697745124133,0.15372517456988796,0.000714304477848767,0.2512453100663711,0.15372517456988796,0.00011871793106027048,1.0134591815592398,0.15372517456988796,0.000501628736559347,1.0217391304347827,0.15372517456988796,0.003139285852339169,0.9718795989854844,0.15372517456988796,0.0021884185679089782,0.9374110403462107,0.5,0.15372517456988796,0.057802872719936005,0.49109868798705486,0.0,0.5635586916628195,0.18826169418810063 -8555,0.5,0.15372517456988796,0.0019436963241161495,0.7546398550698146,0.15372517456988796,0.0006195468798617828,1.021739130434783,0.15372517456988796,0.015921446165071573,1.0168894855579758,0.15372517456988796,0.009186067309351778,1.0178317208972405,0.15372517456988796,0.0011445219132467702,1.0174355878381396,0.15372517456988796,0.002061472117899001,1.0179107864732608,0.15372517456988796,0.004531837742949894,1.018480888897101,0.15372517456988796,0.010364682719227598,0.8651455813854698,0.5,0.15372517456988796,0.018226064084448285,0.7739930515587585,0.15372517456988796,0.2803801256814712,0.18199331224009757,0.5,0.15372517456988796,0.015818552585904637,0.948632830434803,0.15372517456988796,0.22363180926023762,0.27664619519189243,0.15372517456988796,0.004178155076792262,0.2484204938287376,0.15372517456988796,0.0016881445334996864,1.0136504149256602,0.15372517456988796,0.0029300982153129427,1.0215478849529491,0.15372517456988796,0.027693584945055263,0.9597559564371824,0.15372517456988796,0.007542612435509454,0.9391173179605485,0.5,0.15372517456988796,0.14304574306562845,0.4881379986990183,0.0,0.6320832058689896,0.16471101075541 -8556,0.5,0.15372517456988796,0.0029002812770178377,0.7539499624090805,0.15372517456988796,0.0007794752003786967,1.021739130434783,0.15372517456988796,0.037670048740971906,1.015127197869066,0.15372517456988796,0.01604667654322689,1.0195353021577085,0.15372517456988796,0.004460020451541079,1.0217391304347827,0.15372517456988796,0.00502770783457328,1.012199708416982,0.15372517456988796,0.0015501971697752185,1.0210787901638654,0.15372517456988796,0.010375429577266691,0.8846923530620585,0.5,0.15372517456988796,0.03595721564120579,0.7912290247958687,0.15372517456988796,0.3777702168144016,0.14088821507307603,0.5,0.15372517456988796,0.03682995923151011,0.9301205554682834,0.15372517456988796,0.31236350086387654,0.28578084325799763,0.15372517456988796,0.007938219539451589,0.26883165300991957,0.15372517456988796,0.005457489789380745,1.0110118881068815,0.15372517456988796,0.0028465902363033328,1.0196012884553165,0.15372517456988796,0.014893754539023757,0.9474946377683664,0.15372517456988796,0.019842623504573983,0.9285824391091193,0.5,0.15372517456988796,0.19039664372190962,0.5070077993779888,0.0,0.6757608041976143,0.1240289529162163 -8557,0.5,0.15372517456988796,0.00335325092205557,0.7601883952462524,0.15372517456988796,0.0013059679878415962,1.021739130434783,0.15372517456988796,0.037679826270442474,0.9890831813931132,0.15372517456988796,0.023777519055700476,1.0203004167817036,0.15372517456988796,0.002306811069291915,1.0217391304347827,0.15372517456988796,0.02564194056687677,1.0044281015007894,0.15372517456988796,0.00552684257039706,1.0187609376662599,0.15372517456988796,0.007135753672555512,0.8869972210567865,0.5,0.15372517456988796,0.03768294251109189,0.7699754862504511,0.15372517456988796,0.4061514143324336,0.1261919213735457,0.5,0.15372517456988796,0.08601620467483781,0.9079267229170296,0.15372517456988796,0.3606347236532941,0.2673996955310438,0.15372517456988796,0.008672784590848045,0.2534082030898531,0.15372517456988796,0.0037376361326627167,1.010433441274233,0.15372517456988796,0.005529583865102007,1.0184033236096115,0.15372517456988796,0.004822147268802427,0.9785966208115258,0.15372517456988796,0.033815370569745096,0.9091570306560953,0.5,0.15372517456988796,0.22927584338815696,0.49301589492399606,0.0,0.7547237795210845,0.12088017777202137 -8558,0.5,0.15372517456988796,0.003940077330058746,0.7602344909406958,0.15372517456988796,0.0033202890223952234,1.021739130434783,0.15372517456988796,0.009279762232934372,0.9451631835838717,0.15372517456988796,0.01494530020395277,1.0180445216782814,0.15372517456988796,0.007715307776905886,1.0217391304347827,0.15372517456988796,0.03069291170047076,1.0021881622319428,0.15372517456988796,0.024551250066624078,1.0158893166318674,0.15372517456988796,0.006948277843392768,0.863227649609615,0.5,0.15372517456988796,0.041999062785352315,0.726094742472399,0.15372517456988796,0.3742527685574999,0.10841612104519283,0.5,0.15372517456988796,0.09990840359901046,0.8787605500294084,0.15372517456988796,0.36673454703370834,0.21765190084098754,0.15372517456988796,0.007014207538619245,0.19023840346287962,0.15372517456988796,0.00407523129248718,1.0108424519500863,0.15372517456988796,0.0053256551962409795,1.0203220506901618,0.15372517456988796,0.0035926404968068338,0.9653983392461212,0.15372517456988796,0.036884369644644296,0.8801643284616274,0.5,0.15372517456988796,0.24191853707001992,0.4573537815928906,0.0,0.7630702768171056,0.13972102736361516 -8559,0.5,0.15372517456988796,0.00267430691910162,0.7401147419164233,0.15372517456988796,0.0014132458521692079,1.021739130434783,0.15372517456988796,0.002165536493164302,0.9867627886308927,0.15372517456988796,0.005302777032282652,1.0117738589122476,0.15372517456988796,0.002263505540224024,1.0217391304347827,0.15372517456988796,0.02600178422616262,1.01132311661733,0.15372517456988796,0.02249636362573968,1.0173557035997023,0.15372517456988796,0.01981520610175003,0.8386929286992993,0.5,0.15372517456988796,0.046010247278184035,0.651220612032417,0.15372517456988796,0.3019249632216321,0.09626659383031913,0.5,0.15372517456988796,0.14903316884462725,0.8460066261720514,0.15372517456988796,0.3103598063729036,0.15954621559728457,0.15372517456988796,0.0030471894294580083,0.19904822144011203,0.15372517456988796,0.001971038709858177,1.009260666819561,0.15372517456988796,0.0038721319444348355,1.0205487586322193,0.15372517456988796,0.005161048181954669,0.9467262910756338,0.15372517456988796,0.02786173459812511,0.8503578724247322,0.5,0.15372517456988796,0.19695062126980264,0.3983059693137083,0.0,0.6621442938641912,0.16028681160541716 -8560,0.5,0.15372517456988796,2.3568379459758068e-05,0.7094229044284032,0.15372517456988796,0.00040880778455164616,1.021739130434783,0.15372517456988796,0.00023534583941056244,0.9830609638759679,0.15372517456988796,0.00031518427694347915,1.0080402543931626,0.15372517456988796,0.000817956549629794,1.0217391304347827,0.15372517456988796,0.004755475639916273,1.013076776887125,0.15372517456988796,0.0002481792706134459,1.0190309917318965,0.15372517456988796,0.007780282006990307,0.8228832102588732,0.5,0.15372517456988796,0.039555640868688347,0.5616620053180446,0.15372517456988796,0.08462623403231681,0.09568643471013925,0.5,0.15372517456988796,0.046055833952338865,0.7739096945908871,0.15372517456988796,0.08815713365770918,0.1258299764585059,0.15372517456988796,0.00013879330112326801,0.18567137377729792,0.15372517456988796,0.00023229144155460874,1.0066577974168989,0.15372517456988796,8.132045079550662e-05,1.0179105281439618,0.15372517456988796,0.0002003225371262084,0.9327405181784938,0.15372517456988796,0.003705755425172745,0.7986827078931795,0.5,0.15372517456988796,0.017448876524112526,0.3299701591792548,0.0,0.5207719826636968,0.21246602857295774 -8561,0.5,0.15372517456988796,0.0,0.6957340777469787,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9774978813165783,0.15372517456988796,0.0,1.0061221926728363,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0103104452899774,0.15372517456988796,0.0,1.0197106911385123,0.15372517456988796,0.0,0.816842361587274,0.5,0.15372517456988796,0.0,0.46570024929834164,0.15372517456988796,0.0,0.09834842934754598,0.5,0.15372517456988796,0.0,0.666183567657716,0.15372517456988796,0.0,0.11631906125402947,0.15372517456988796,0.0,0.19355130182782374,0.15372517456988796,0.0,1.0016678677364657,0.15372517456988796,0.0,1.0174239751337846,0.15372517456988796,0.0,0.9073602097132928,0.15372517456988796,0.0,0.7450404220057192,0.5,0.15372517456988796,0.0,0.2925930575037573,0.0,0.43239816415419424,0.3263136979901612 -8562,0.5,0.15372517456988796,0.0,0.6824437914076118,0.15372517456988796,0.0,1.0190664919652608,0.15372517456988796,0.0,0.9904312262298152,0.15372517456988796,0.0,0.9988913225309214,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0126325465733403,0.15372517456988796,0.0,1.0188738411149123,0.15372517456988796,0.0,0.8346057208132168,0.5,0.15372517456988796,0.0,0.4029142434065815,0.15372517456988796,0.0,0.08322189734086674,0.5,0.15372517456988796,0.0,0.5543756695321936,0.15372517456988796,0.0,0.09695031101155364,0.15372517456988796,0.0,0.20922442927729812,0.15372517456988796,0.0,1.002316014281917,0.15372517456988796,0.0,1.0187468751758404,0.15372517456988796,0.0,0.9034545185817716,0.15372517456988796,0.0,0.6808787296294139,0.5,0.15372517456988796,0.0,0.23444301286125,0.0,0.3146152508441208,0.3734369141103946 -8563,0.5,0.15372517456988796,0.0,0.6749449633492629,0.15372517456988796,0.0,1.0146719535354056,0.15372517456988796,0.0,1.004401844613511,0.15372517456988796,0.0,1.0051960311775818,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0080042599176458,0.15372517456988796,0.0,1.0190353595594246,0.15372517456988796,0.0,0.835795032261945,0.5,0.15372517456988796,0.0,0.375649742702658,0.15372517456988796,0.0,0.06755247969649475,0.5,0.15372517456988796,0.0,0.4241317493857022,0.15372517456988796,0.0,0.08231839265591745,0.15372517456988796,0.0,0.2290810562785304,0.15372517456988796,0.0,1.0039511864276718,0.15372517456988796,0.0,1.0188530800768087,0.15372517456988796,0.0,0.9055279550449976,0.15372517456988796,0.0,0.5817507133990383,0.5,0.15372517456988796,0.0,0.185343843517811,0.0,0.2059805554114134,0.2643389348343609 -8564,0.5,0.15372517456988796,0.0,0.66759039440303,0.15372517456988796,0.0,1.017847737135354,0.15372517456988796,0.0,1.004957233966675,0.15372517456988796,0.0,1.0113148279851945,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0051442251843794,0.15372517456988796,0.0,1.0181654995746714,0.15372517456988796,0.0,0.8145675366554067,0.5,0.15372517456988796,0.0,0.34165262459307605,0.15372517456988796,0.0,0.06446993409080548,0.5,0.15372517456988796,0.0,0.3375852163114563,0.15372517456988796,0.0,0.07585208808340556,0.15372517456988796,0.0,0.278634929127037,0.15372517456988796,0.0,1.0025976993529413,0.15372517456988796,0.0,1.0196229300073845,0.15372517456988796,0.0,0.8888052590020812,0.15372517456988796,0.0,0.4783053010164805,0.5,0.15372517456988796,0.0,0.14934684434288106,0.0,0.12384429097143143,0.17382970093006905 -8565,0.5,0.15372517456988796,0.0,0.6657374130889065,0.15372517456988796,0.0,1.0182520061409548,0.15372517456988796,0.0,1.005733515750207,0.15372517456988796,0.0,1.0118724375539156,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0015671740103005,0.15372517456988796,0.0,1.0167345481727939,0.15372517456988796,0.0,0.7762384244427616,0.5,0.15372517456988796,0.0,0.30806257921868196,0.15372517456988796,0.0,0.06561790967957491,0.5,0.15372517456988796,0.0,0.306587857764246,0.15372517456988796,0.0,0.08565823798805156,0.15372517456988796,0.0,0.2846554575313255,0.15372517456988796,0.0,0.9999096072025986,0.15372517456988796,0.0,1.0203927622355897,0.15372517456988796,0.0,0.8675765327735717,0.15372517456988796,0.0,0.418654133880727,0.5,0.15372517456988796,0.0,0.12272851064945856,0.0,0.06041289669849472,0.13610508192323842 -8566,0.5,0.15372517456988796,0.0,0.6690378115778292,0.15372517456988796,0.0,1.0182375218446955,0.15372517456988796,0.0,1.0064794231567005,0.15372517456988796,0.0,1.0076024288741494,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9914667388027105,0.15372517456988796,0.0,1.0137337201466008,0.15372517456988796,0.0,0.7155370940255625,0.5,0.15372517456988796,0.0,0.30114187086253086,0.15372517456988796,0.0,0.09500267018986899,0.5,0.15372517456988796,0.0,0.30842035497697345,0.15372517456988796,0.0,0.09370244056263485,0.15372517456988796,0.0,0.2523144800834929,0.15372517456988796,0.0,0.9996788867428827,0.15372517456988796,0.0,1.0205062240325382,0.15372517456988796,0.0,0.8518308852708658,0.15372517456988796,0.0,0.3839625347526544,0.5,0.15372517456988796,0.0,0.10935073457282198,0.0,0.022803052128763344,0.11935470509611731 -8567,0.5,0.15372517456988796,0.0,0.6763984902470207,0.15372517456988796,0.0,1.0216067332299896,0.15372517456988796,0.0,1.0062102110801983,0.15372517456988796,0.0,1.0052477549643686,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9781297800772704,0.15372517456988796,0.0,1.0090493437492931,0.15372517456988796,0.0,0.6604269312868816,0.5,0.15372517456988796,0.0,0.3318922470910061,0.15372517456988796,0.0,0.10433008786535905,0.5,0.15372517456988796,0.0,0.3316499783594255,0.15372517456988796,0.0,0.09301290205719502,0.15372517456988796,0.0,0.2222699120654785,0.15372517456988796,0.0,1.0022274389438566,0.15372517456988796,0.0,1.0206816532373404,0.15372517456988796,0.0,0.8039518810556977,0.15372517456988796,0.0,0.36439462684524854,0.5,0.15372517456988796,0.0,0.08541180083719847,0.0,0.009296239124189523,0.10201732111183444 -8568,0.5,0.15372517456988796,0.0,0.7042560650128251,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.006404291689603,0.15372517456988796,0.0,1.0044614967911,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9786991734149302,0.15372517456988796,0.0,1.002169727681481,0.15372517456988796,0.0,0.6587772062352404,0.5,0.15372517456988796,0.0,0.3574230153148855,0.15372517456988796,0.0,0.1248320933830566,0.5,0.15372517456988796,0.0,0.345047886790818,0.15372517456988796,0.0,0.10213997143715595,0.15372517456988796,0.0,0.19094390319451507,0.15372517456988796,0.0,1.0015767049427806,0.15372517456988796,0.0,1.020183896684981,0.15372517456988796,0.0,0.7653009809809052,0.15372517456988796,0.0,0.3536159059074636,0.5,0.15372517456988796,0.0,0.07739320507518199,0.0,0.003951101670080918,0.07274638296237865 -8569,0.5,0.15372517456988796,0.0,0.7532403534020625,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,1.0015497271244753,0.15372517456988796,0.0,1.0040634790810106,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9769635567396924,0.15372517456988796,0.0,0.9969771207724105,0.15372517456988796,0.0,0.6968119973172254,0.5,0.15372517456988796,0.0,0.44122882674105257,0.15372517456988796,0.0,0.14330054190909214,0.5,0.15372517456988796,0.0,0.3678537045522684,0.15372517456988796,0.0,0.10997890597479265,0.15372517456988796,0.0,0.14591071442621462,0.15372517456988796,0.0,0.9894735783151413,0.15372517456988796,0.0,1.0191036853794555,0.15372517456988796,0.0,0.7428464187279183,0.15372517456988796,0.0,0.3377803504728137,0.5,0.15372517456988796,0.0,0.07785551112499939,0.0,0.0012407707828705297,0.05016732725110431 -8570,0.5,0.15372517456988796,0.0,0.7941841292659716,0.15372517456988796,0.0,1.021739130434783,0.15372517456988796,0.0,0.9917216915067899,0.15372517456988796,0.0,1.002008082883312,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.9706470395509288,0.15372517456988796,0.0,0.9958295539670371,0.15372517456988796,0.0,0.751878167499819,0.5,0.15372517456988796,0.0,0.6250536397394998,0.15372517456988796,0.0,0.15956159249115115,0.5,0.15372517456988796,0.0,0.4122332197896888,0.15372517456988796,0.0,0.11470535856497222,0.15372517456988796,0.0,0.10814138558392225,0.15372517456988796,0.0,0.9394179029277996,0.15372517456988796,0.0,1.0166965663235192,0.15372517456988796,0.0,0.74828068371251,0.15372517456988796,0.0,0.3359442897955415,0.5,0.15372517456988796,0.0,0.10233015858271234,0.0,0.0023829484535997183,0.034949753822820805 -8571,0.5,0.15372517456988796,0.0,0.8264617365330011,0.15372517456988796,0.0,1.0191960343546949,0.15372517456988796,0.0,0.9824412643828685,0.15372517456988796,0.0,0.9995315861894536,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,0.964292808182449,0.15372517456988796,0.0,0.9984805233952351,0.15372517456988796,0.0,0.7730699791220164,0.5,0.15372517456988796,0.0,0.6443533966471973,0.15372517456988796,0.0,0.1572839882721937,0.5,0.15372517456988796,0.0,0.5347004808425732,0.15372517456988796,0.0,0.1306365072949424,0.15372517456988796,0.0,0.08231069017135358,0.15372517456988796,0.0,0.841862545282012,0.15372517456988796,0.0,1.016161185287395,0.15372517456988796,0.0,0.7856972134074071,0.15372517456988796,0.0,0.39648983473366484,0.5,0.15372517456988796,0.0,0.11860694133580851,0.0,0.005952642758695114,0.024804388344905986 -8572,0.5,0.15372517456988796,0.0,0.8248786476849789,0.15372517456988796,0.0,1.0166739085504441,0.15372517456988796,0.0,0.987557222571828,0.15372517456988796,0.0,0.9920409484043023,0.15372517456988796,0.0,1.0217391304347827,0.15372517456988796,0.0,1.0017515404330224,0.15372517456988796,0.0,1.0043298658552255,0.15372517456988796,0.0,0.8582813817832472,0.5,0.15372517456988796,0.0,0.6849095090017036,0.15372517456988796,0.0,0.15590048584040744,0.5,0.15372517456988796,0.0,0.7352659644581887,0.15372517456988796,0.0,0.15172374784962903,0.15372517456988796,0.0,0.05509582558669954,0.15372517456988796,0.0,0.7669778623000779,0.15372517456988796,0.0,1.015997590561068,0.15372517456988796,0.0,0.8829537211434729,0.15372517456988796,0.0,0.4873081852203778,0.5,0.15372517456988796,0.0,0.13408751203333857,0.0,0.015441575246634351,0.01787118101341323 -8573,0.5,0.15372517456988796,0.0,0.8023497272431144,0.15372517456988796,0.0,1.0082716531257,0.15372517456988796,0.0,1.0009319826979388,0.15372517456988796,0.0,0.9825360389842924,0.15372517456988796,0.0,1.0208315414862448,0.15372517456988796,0.0,0.9920937127604367,0.15372517456988796,0.0,1.007817346885664,0.15372517456988796,0.0,0.9076937259887115,0.5,0.15372517456988796,0.0,0.7694857602501053,0.15372517456988796,0.0,0.16276206018522743,0.5,0.15372517456988796,0.0,0.8620083295461001,0.15372517456988796,0.0,0.19548234303744352,0.15372517456988796,0.0,0.031250532394722995,0.15372517456988796,0.0,0.7068733531960608,0.15372517456988796,0.0,1.0159217737137434,0.15372517456988796,0.0,0.909817380210653,0.15372517456988796,0.0,0.6223353797861731,0.5,0.15372517456988796,0.0,0.14430520966063853,0.0,0.023120274914198238,0.020403612073377767 -8574,0.5,0.15372517456988796,0.0,0.7616732400645935,0.15372517456988796,0.0,0.9699619784721192,0.15372517456988796,0.0,1.014473073023536,0.15372517456988796,0.0,0.981609032248601,0.15372517456988796,0.0,1.0141091450958022,0.15372517456988796,0.0,0.9929232499643679,0.15372517456988796,0.0,1.0059363751116228,0.15372517456988796,0.0,0.9214919615953887,0.5,0.15372517456988796,0.0,0.8382844747772392,0.15372517456988796,0.0,0.19181138223519667,0.5,0.15372517456988796,0.0,0.8922532002247597,0.15372517456988796,0.0,0.23902442385617165,0.15372517456988796,0.0,0.018655516214750163,0.15372517456988796,0.0,0.6490229668336025,0.15372517456988796,0.0,1.0109936909074426,0.15372517456988796,0.0,0.9242178802500588,0.15372517456988796,0.0,0.6840001865016083,0.5,0.15372517456988796,0.0,0.15599460953663769,0.0,0.03758175791721845,0.057240324320471055 -8575,0.5,0.15372517456988796,0.0,0.712405214476926,0.15372517456988796,0.0,0.905888720808301,0.15372517456988796,0.0,1.0195762270056297,0.15372517456988796,0.0,0.9823227918726782,0.15372517456988796,0.0,1.0046253242539116,0.15372517456988796,0.0,0.9956734583578923,0.15372517456988796,0.0,0.9977860550729513,0.15372517456988796,0.0,0.9376897374998433,0.5,0.15372517456988796,0.0,0.905491230480344,0.15372517456988796,0.0,0.2225259282889668,0.5,0.15372517456988796,0.0,0.9168976897590579,0.15372517456988796,0.0,0.3248782665711545,0.15372517456988796,0.0,0.014887314986537399,0.15372517456988796,0.0,0.5978709063960451,0.15372517456988796,0.0,0.9981205244674709,0.15372517456988796,0.0,0.954541869354721,0.15372517456988796,0.0,0.7694971332948607,0.5,0.15372517456988796,0.0,0.1789234092845363,0.0,0.048887882906976064,0.2326336279192032 -8576,0.5,0.15372517456988796,0.0,0.6695562207689763,0.15372517456988796,0.0,0.8015404781826544,0.15372517456988796,0.0,1.0198656612824923,0.15372517456988796,0.0,0.9922130424857756,0.15372517456988796,0.0,0.9848117971186513,0.15372517456988796,0.0,0.9931939613354025,0.15372517456988796,0.0,0.9974584357575398,0.15372517456988796,0.0,0.9674561251088032,0.5,0.15372517456988796,0.0,0.947048595742084,0.15372517456988796,0.0,0.2759528143401623,0.5,0.15372517456988796,0.0,0.9588693511472154,0.15372517456988796,0.0,0.42996102051293633,0.15372517456988796,0.0,0.018989028049923837,0.15372517456988796,0.0,0.5365533238874485,0.15372517456988796,0.0,0.9817131128487622,0.15372517456988796,0.0,0.9723750322588948,0.15372517456988796,0.0,0.8234763258162339,0.5,0.15372517456988796,0.0,0.21324986840621862,0.0,0.05940432723214989,0.6384044014960725 -8577,0.5,0.15372517456988796,9.784245682052359e-07,0.6262851775309352,0.15372517456988796,0.0,0.6824239296209157,0.15372517456988796,1.3176879545258986e-05,1.0147686571736247,0.15372517456988796,0.00035186084934343587,1.003406061869414,0.15372517456988796,0.0,0.9326638456277347,0.15372517456988796,0.0,0.9929014390731141,0.15372517456988796,0.0,0.9932296727691892,0.15372517456988796,0.0,0.9675654582958767,0.5,0.15372517456988796,0.0,0.9717209217752701,0.15372517456988796,0.004120413097696026,0.3629627940263589,0.5,0.15372517456988796,3.0108628092202844e-06,0.995443239434648,0.15372517456988796,0.00103696314999525,0.5530518030324135,0.15372517456988796,0.0,0.03555944006940882,0.15372517456988796,0.0,0.5083789607502814,0.15372517456988796,0.0,0.9581829280998803,0.15372517456988796,0.0,0.9788472176057168,0.15372517456988796,0.00021842070213156032,0.8678632713704163,0.5,0.15372517456988796,0.007016254321778082,0.3137086974794856,0.0,0.09443910830154445,0.9273764034159905 -8578,0.5,0.15372517456988796,0.0012317272379443593,0.5868026295369608,0.15372517456988796,0.000246383360885109,0.5159007213059841,0.15372517456988796,0.003883566257421525,1.0108324922081378,0.15372517456988796,0.006092275330713879,1.0029428009260046,0.15372517456988796,0.00028215890160136596,0.8072040041057745,0.15372517456988796,0.00019247219958797818,0.9184350355061079,0.15372517456988796,0.0001628616422299274,1.0008577779035068,0.15372517456988796,0.0007165789055395145,0.9408077962323483,0.5,0.15372517456988796,0.0015714271177768207,0.997589290784301,0.15372517456988796,0.11553900044201221,0.4929692423414743,0.5,0.15372517456988796,0.012056938498787133,1.0064495592649698,0.15372517456988796,0.042438822562911885,0.6890743147262501,0.15372517456988796,0.0008792909401157301,0.07810368032532013,0.15372517456988796,0.0004995226362069923,0.601868414067248,0.15372517456988796,0.0006737882981863718,0.9510674127608986,0.15372517456988796,0.0008838114784617709,0.9731813248242523,0.15372517456988796,0.008660421051045171,0.9154171797326883,0.5,0.15372517456988796,0.11481003091480371,0.43504246455051193,0.0,0.12331575547012585,0.980348268333286 -8579,0.5,0.15372517456988796,0.003758718386817233,0.5604840991787994,0.15372517456988796,0.0006243235911224202,0.3950565563748418,0.15372517456988796,0.008403616451770454,1.0152197758568522,0.15372517456988796,0.007346228777129447,1.0001849839221817,0.15372517456988796,0.0007332696172676712,0.7503428101914837,0.15372517456988796,0.0006721327834652465,0.6813615802291031,0.15372517456988796,0.0006872155983196806,0.9833714787541616,0.15372517456988796,0.0018550515685621298,0.90619686795462,0.5,0.15372517456988796,0.004201530197112925,1.0040611997376856,0.15372517456988796,0.21300385319744042,0.6734809748386271,0.5,0.15372517456988796,0.020209794940736846,1.0069875132109425,0.15372517456988796,0.0845809241064642,0.7467841931143947,0.15372517456988796,0.00945955045532894,0.1899697954547258,0.15372517456988796,0.002938330903952382,0.6711572942140256,0.15372517456988796,0.0013844894218191768,0.9336414811124162,0.15372517456988796,0.002237510105909231,0.9598996508759656,0.15372517456988796,0.01886522796287778,0.9608946416389894,0.5,0.15372517456988796,0.19369077103133658,0.627703469752848,0.0,0.12411589927059585,1.005349465445269 -8580,0.5,0.15372517456988796,0.00725536270511296,0.5670492628547935,0.15372517456988796,0.0026172082882181145,0.460957012517948,0.15372517456988796,0.011444345675282082,1.0137405953697853,0.15372517456988796,0.00872384972843709,1.0009734574124909,0.15372517456988796,0.007749676260642452,0.7333998571130053,0.15372517456988796,0.0010091946054417561,0.5916095699634092,0.15372517456988796,0.0010916819389761418,0.8999059365375227,0.15372517456988796,0.005331506981408435,0.8491826262110821,0.5,0.15372517456988796,0.008183170603198469,0.9990084053224045,0.15372517456988796,0.22940095575791503,0.7644713782665197,0.5,0.15372517456988796,0.012630630498296108,1.0057790699145086,0.15372517456988796,0.1139578921517991,0.7467109600761868,0.15372517456988796,0.03061455915606018,0.4958192473570794,0.15372517456988796,0.011119032993553424,0.729099526794029,0.15372517456988796,0.001418215935448102,0.8671847673004105,0.15372517456988796,0.0020719521860827063,0.9225482826676854,0.15372517456988796,0.019050930552444865,0.9779062495697045,0.5,0.15372517456988796,0.2471827996461035,0.7639997889116803,0.0,0.1795822518097741,1.0073020749864472 -8581,0.5,0.15372517456988796,0.009541406003968439,0.5718418137019384,0.15372517456988796,0.01781216317646577,0.7077070658624626,0.15372517456988796,0.010860341481678396,1.011155640519568,0.15372517456988796,0.009669111141407147,0.9936951897498666,0.15372517456988796,0.07309073364852421,0.5957472305083155,0.15372517456988796,0.008238048229939707,0.4359760493775242,0.15372517456988796,0.0012710538351906149,0.8115568676100787,0.15372517456988796,0.005476195811746178,0.6867382114745364,0.5,0.15372517456988796,0.01198099450796992,0.9796824879082818,0.15372517456988796,0.22795070022902708,0.7482978427176269,0.5,0.15372517456988796,0.019319062501641962,1.0047201383467017,0.15372517456988796,0.12727925129537984,0.7661824068804258,0.15372517456988796,0.015070845875299419,0.7554120064572033,0.15372517456988796,0.022465214391215682,0.7492731633948215,0.15372517456988796,0.003167073437235332,0.7983377221807069,0.15372517456988796,0.0034769168473847843,0.8588582280611796,0.15372517456988796,0.012822293665228393,0.9702961548934328,0.5,0.15372517456988796,0.2699624223986866,0.826857454742908,0.0,0.34329780931009607,1.0053064706924126 -8582,0.5,0.15372517456988796,0.013767226451139633,0.56108665790724,0.15372517456988796,0.013775386763542723,0.9123996333298025,0.15372517456988796,0.00372625232645012,0.9647934413396622,0.15372517456988796,0.004867491656221728,0.9854927645362108,0.15372517456988796,0.16549123465926383,0.4735327076586493,0.15372517456988796,0.09078489398341405,0.23337363341460315,0.15372517456988796,0.005024524037101158,0.7162464756540122,0.15372517456988796,0.0029228151783006555,0.49683524617883923,0.5,0.15372517456988796,0.010626826091723142,0.938144228135745,0.15372517456988796,0.2790243246028551,0.7027479556829732,0.5,0.15372517456988796,0.024825345576529892,1.0079303553052996,0.15372517456988796,0.13582828987705553,0.7503365336081528,0.15372517456988796,0.031985057790416334,0.8569769427405638,0.15372517456988796,0.06395813595459798,0.783403141624081,0.15372517456988796,0.0053464554627757985,0.7821006338120471,0.15372517456988796,0.004609156146272878,0.7582275843517692,0.15372517456988796,0.008334697675761261,0.9490328663494096,0.5,0.15372517456988796,0.24508012913764182,0.7767577565611108,0.0,0.72282077151182,1.0086501533504564 -8583,0.5,0.15372517456988796,0.009178116229564506,0.5916725085353775,0.15372517456988796,0.011936535565128047,0.8511957152135785,0.15372517456988796,0.004495396618042063,0.8896657396052614,0.15372517456988796,0.0014370619101291401,0.9596142126572524,0.15372517456988796,0.1964472335556583,0.4297291232456317,0.15372517456988796,0.18585103368436,0.17392014358421437,0.15372517456988796,0.03518220430447869,0.5346157202878107,0.15372517456988796,0.0018612759054474032,0.3400359864497526,0.5,0.15372517456988796,0.0056774691584143815,0.8721328075396121,0.15372517456988796,0.21332526729692103,0.6336679316513124,0.5,0.15372517456988796,0.020726266967626583,1.0156324188019548,0.15372517456988796,0.12822844956359575,0.7234276120383296,0.15372517456988796,0.011839091852925863,0.9124212601549729,0.15372517456988796,0.014114083906564639,0.8211176222477254,0.15372517456988796,0.014981003500079467,0.7590721630405325,0.15372517456988796,0.002989956665751345,0.6857927007207142,0.15372517456988796,0.005666945469530693,0.9240291215531276,0.5,0.15372517456988796,0.14132837043986135,0.7034863400445857,0.0,0.9751550670652531,1.0089125163865795 -8584,0.5,0.15372517456988796,5.193706203995453e-05,0.6983639200662508,0.15372517456988796,0.0,0.9217906337330958,0.15372517456988796,0.0003415344590183889,0.7511059985159385,0.15372517456988796,0.00026922702548269503,0.8968914121442756,0.15372517456988796,0.0,0.31025737824281396,0.15372517456988796,0.04313473665136605,0.18474766272857013,0.15372517456988796,0.0005873301758785711,0.3538142513050091,0.15372517456988796,0.0014874252093658778,0.20954372281551856,0.5,0.15372517456988796,0.0013164252053457365,0.7646950623229134,0.15372517456988796,0.08767074100882055,0.6094213319161957,0.5,0.15372517456988796,0.0037920154319542277,1.0179219065000893,0.15372517456988796,0.04187344835452837,0.710430836090675,0.15372517456988796,0.0,0.8998399674640255,0.15372517456988796,0.0,0.7788681097192389,0.15372517456988796,6.063554866169228e-05,0.6716635657733873,0.15372517456988796,0.00019713118424515553,0.6059482454590323,0.15372517456988796,0.0010657041585448953,0.9017685191595397,0.5,0.15372517456988796,0.01905950584992355,0.6917461982645736,0.0,1.007392102901945,1.006864309083713 -8585,0.5,0.15372517456988796,0.0,0.8167455812048651,0.15372517456988796,0.0,0.8636661693019075,0.15372517456988796,0.0,0.6650993269699034,0.15372517456988796,0.0,0.8143226454607139,0.15372517456988796,0.0,0.25681114541704186,0.15372517456988796,0.0,0.22381763256668324,0.15372517456988796,0.0,0.30972218990468475,0.15372517456988796,0.0,0.16402013184997571,0.5,0.15372517456988796,0.0,0.6227906225613453,0.15372517456988796,0.0,0.6628426704557102,0.5,0.15372517456988796,0.0,1.005635600935965,0.15372517456988796,0.0,0.7158470304619068,0.15372517456988796,0.0,0.8650022010863658,0.15372517456988796,0.0,0.6582246096856483,0.15372517456988796,0.0,0.5846339678715599,0.15372517456988796,0.0,0.4202937927876389,0.15372517456988796,0.0,0.8789297329430864,0.5,0.15372517456988796,0.0,0.691202840842787,0.0,1.006983279857841,1.005465759752319 -8586,0.5,0.15372517456988796,0.0,0.8497789625359754,0.15372517456988796,0.0,0.8172692798621132,0.15372517456988796,0.0,0.610435171711329,0.15372517456988796,0.0,0.7632692876323607,0.15372517456988796,0.0,0.27260489877853433,0.15372517456988796,0.0,0.2529136341247799,0.15372517456988796,0.0,0.337522530906344,0.15372517456988796,0.0,0.17910071709380065,0.5,0.15372517456988796,0.0,0.47322434304756383,0.15372517456988796,0.0,0.714153558791021,0.5,0.15372517456988796,0.0,0.9831672978166808,0.15372517456988796,0.0,0.7048954777251655,0.15372517456988796,0.0,0.8528076900922597,0.15372517456988796,0.0,0.5988826625135755,0.15372517456988796,0.0,0.5376135659304941,0.15372517456988796,0.0,0.29299578794134584,0.15372517456988796,0.0,0.855793134503376,0.5,0.15372517456988796,0.0,0.7284383058024431,0.0,1.0050125455031151,1.0049132707039332 -8587,0.5,0.15372517456988796,0.0,0.8276046362699359,0.15372517456988796,0.0,0.7804323591653051,0.15372517456988796,0.0,0.44301860603902016,0.15372517456988796,0.0,0.7566229173748126,0.15372517456988796,0.0,0.3824245141365363,0.15372517456988796,0.0,0.28247615754057814,0.15372517456988796,0.0,0.40824167931144134,0.15372517456988796,0.0,0.20149807996847502,0.5,0.15372517456988796,0.0,0.32509784679193127,0.15372517456988796,0.0,0.7347755772055272,0.5,0.15372517456988796,0.0,0.9392906399662392,0.15372517456988796,0.0,0.6669903790571902,0.15372517456988796,0.0,0.86503353032912,0.15372517456988796,0.0,0.5992215165608857,0.15372517456988796,0.0,0.5160513193782388,0.15372517456988796,0.0,0.2535506005191419,0.15372517456988796,0.0,0.7981752374303988,0.5,0.15372517456988796,0.0,0.7363048203451138,0.0,1.0068946692621703,1.0058086625037201 -8588,0.5,0.15372517456988796,0.0,0.8059035616391856,0.15372517456988796,0.0,0.7375794121042503,0.15372517456988796,0.0,0.28783225676835716,0.15372517456988796,0.0,0.6686266984098125,0.15372517456988796,0.0,0.6118793881565021,0.15372517456988796,0.0,0.31721027792032586,0.15372517456988796,0.0,0.5132307304012499,0.15372517456988796,0.0,0.21114357411829993,0.5,0.15372517456988796,0.0,0.23649018435893537,0.15372517456988796,0.0,0.6865379747721688,0.5,0.15372517456988796,0.0,0.8894636975502787,0.15372517456988796,0.0,0.6047307092751337,0.15372517456988796,0.0,0.8614760100443828,0.15372517456988796,0.0,0.6669927779447637,0.15372517456988796,0.0,0.617132365428634,0.15372517456988796,0.0,0.2590589294217661,0.15372517456988796,0.0,0.7146671520773943,0.5,0.15372517456988796,0.0,0.7059047179594002,0.0,1.0044697349063116,1.007422474747768 -8589,0.5,0.15372517456988796,0.0,0.7724493539752575,0.15372517456988796,0.0,0.7701681885296944,0.15372517456988796,0.0,0.2288809346003505,0.15372517456988796,0.0,0.5555534576239001,0.15372517456988796,0.0,0.6819045316310757,0.15372517456988796,0.0,0.32829466545079833,0.15372517456988796,0.0,0.6439413117119791,0.15372517456988796,0.0,0.23591247507940322,0.5,0.15372517456988796,0.0,0.21801964701966559,0.15372517456988796,0.0,0.6720863131051182,0.5,0.15372517456988796,0.0,0.8285598452004331,0.15372517456988796,0.0,0.541110302042744,0.15372517456988796,0.0,0.8559675279779595,0.15372517456988796,0.0,0.7191628025986407,0.15372517456988796,0.0,0.6792375068690385,0.15372517456988796,0.0,0.2956296658557473,0.15372517456988796,0.0,0.6043384359428745,0.5,0.15372517456988796,0.0,0.6932132930031971,0.0,1.0037160332610968,1.0082902600677448 -8590,0.5,0.15372517456988796,0.0,0.7274842464498726,0.15372517456988796,0.0,0.8181284536559078,0.15372517456988796,0.0,0.2673633741584343,0.15372517456988796,0.0,0.4966124117889924,0.15372517456988796,0.0,0.7363542136230201,0.15372517456988796,0.0,0.4011790798505062,0.15372517456988796,0.0,0.7495775168826485,0.15372517456988796,0.0,0.252533461110218,0.5,0.15372517456988796,0.0,0.21693156235988065,0.15372517456988796,0.0,0.6505873843218871,0.5,0.15372517456988796,0.0,0.7259092361105423,0.15372517456988796,0.0,0.47898937594155844,0.15372517456988796,0.0,0.8267481667519458,0.15372517456988796,0.0,0.7526271037666024,0.15372517456988796,0.0,0.7074967650444195,0.15372517456988796,0.0,0.3916451519154591,0.15372517456988796,0.0,0.4804149390166751,0.5,0.15372517456988796,0.0,0.6566091794136549,0.0,1.0044027762375907,1.0087026181861698 -8591,0.5,0.15372517456988796,0.0,0.7085983504242855,0.15372517456988796,0.0,0.8766489926197181,0.15372517456988796,0.0,0.2987611186901474,0.15372517456988796,0.0,0.4007259601845101,0.15372517456988796,0.0,0.8132543721354291,0.15372517456988796,0.0,0.5214813788454166,0.15372517456988796,0.0,0.7181695636738219,0.15372517456988796,0.0,0.36858841297939116,0.5,0.15372517456988796,0.0,0.2149908513849669,0.15372517456988796,0.0,0.5551609483316746,0.5,0.15372517456988796,0.0,0.5213547151190672,0.15372517456988796,0.0,0.4254737237488424,0.15372517456988796,0.0,0.7514636444488831,0.15372517456988796,0.0,0.7919874041442352,0.15372517456988796,0.0,0.7441688155689173,0.15372517456988796,0.0,0.4870878793222795,0.15372517456988796,0.0,0.375696691068949,0.5,0.15372517456988796,0.0,0.6397170599193913,0.0,1.006234983821758,1.008687318470368 -8592,0.5,0.15372517456988796,0.0,0.7441519892354245,0.15372517456988796,0.0,0.9166963404761675,0.15372517456988796,0.0,0.39595143728485,0.15372517456988796,0.0,0.3908077420442548,0.15372517456988796,0.0,0.8649960122539728,0.15372517456988796,0.0,0.5649127662169305,0.15372517456988796,0.0,0.746525738118257,0.15372517456988796,0.0,0.4234545973834587,0.5,0.15372517456988796,0.0,0.23442071859714914,0.15372517456988796,0.0,0.46136511298982863,0.5,0.15372517456988796,0.0,0.2948957110713359,0.15372517456988796,0.0,0.36799436043682454,0.15372517456988796,0.0,0.7326900679354496,0.15372517456988796,0.0,0.8233430518239913,0.15372517456988796,0.0,0.7762566348285403,0.15372517456988796,0.0,0.5122182417709777,0.15372517456988796,0.0,0.31397701535817824,0.5,0.15372517456988796,0.0,0.6076959005517866,0.0,1.006643158689861,1.0087678802609468 -8593,0.5,0.15372517456988796,0.0,0.8151420567341531,0.15372517456988796,0.0,0.93236335026334,0.15372517456988796,0.0,0.5101651838968041,0.15372517456988796,0.0,0.4804113028794367,0.15372517456988796,0.0,0.878723748240639,0.15372517456988796,0.0,0.6101293012942927,0.15372517456988796,0.0,0.76754533229021,0.15372517456988796,0.0,0.3880719751844459,0.5,0.15372517456988796,0.0,0.25979729493032777,0.15372517456988796,0.0,0.48548766745001176,0.5,0.15372517456988796,0.0,0.27826911560582696,0.15372517456988796,0.0,0.33576319096653073,0.15372517456988796,0.0,0.7613498482812263,0.15372517456988796,0.0,0.8302066883175372,0.15372517456988796,0.0,0.819199315777317,0.15372517456988796,0.0,0.5395810737871225,0.15372517456988796,0.0,0.3032318581760719,0.5,0.15372517456988796,0.0,0.5502834341193888,0.0,1.0058413720915778,1.0086060326245518 -8594,0.5,0.15372517456988796,0.0,0.8787949839215173,0.15372517456988796,0.0,0.9268448608771519,0.15372517456988796,0.0,0.5924116949992295,0.15372517456988796,0.0,0.5724197870877599,0.15372517456988796,0.0,0.8947207801042336,0.15372517456988796,0.0,0.6917931262593612,0.15372517456988796,0.0,0.8023249173427469,0.15372517456988796,0.0,0.3849313685231694,0.5,0.15372517456988796,0.0,0.30870707789727736,0.15372517456988796,0.0,0.5796905725855257,0.5,0.15372517456988796,0.0,0.2732239431290054,0.15372517456988796,0.0,0.314321090491609,0.15372517456988796,0.0,0.7839815140418258,0.15372517456988796,0.0,0.8358410506932759,0.15372517456988796,0.0,0.8453387771011022,0.15372517456988796,0.0,0.5410444958895486,0.15372517456988796,0.0,0.3279978910732594,0.5,0.15372517456988796,0.0,0.4862782586491569,0.0,1.0013252211268155,1.008909984694367 -8595,0.5,0.15372517456988796,0.0,0.8940964506947711,0.15372517456988796,0.0,0.9085342736909482,0.15372517456988796,0.0,0.6249352794396209,0.15372517456988796,0.0,0.6315929594933614,0.15372517456988796,0.0,0.9120424406537628,0.15372517456988796,0.0,0.7680392942374124,0.15372517456988796,0.0,0.8695912574299749,0.15372517456988796,0.0,0.40914617667658426,0.5,0.15372517456988796,0.0,0.31544649273801373,0.15372517456988796,0.0,0.5569646323715213,0.5,0.15372517456988796,0.0,0.3839865715538913,0.15372517456988796,0.0,0.3155250250488707,0.15372517456988796,0.0,0.786426336172311,0.15372517456988796,0.0,0.8578029497126757,0.15372517456988796,0.0,0.8537151877837473,0.15372517456988796,0.0,0.5728858149336077,0.15372517456988796,0.0,0.39648567753930825,0.5,0.15372517456988796,0.0,0.43684951068190025,0.0,0.9601801067640412,1.009219601988971 -8596,0.5,0.15372517456988796,0.0,0.8565573644611777,0.15372517456988796,0.0,0.9157927157675758,0.15372517456988796,0.0,0.6339279290980805,0.15372517456988796,0.0,0.6877436537747093,0.15372517456988796,0.0,0.9216512289116734,0.15372517456988796,0.0,0.7946709037402613,0.15372517456988796,0.0,0.9079134687849377,0.15372517456988796,0.0,0.4331348604850218,0.5,0.15372517456988796,0.0,0.2833449325215016,0.15372517456988796,0.0,0.44489337058625505,0.5,0.15372517456988796,0.0,0.52043767334261,0.15372517456988796,0.0,0.2901648412303046,0.15372517456988796,0.0,0.8395076838284683,0.15372517456988796,0.0,0.8701931054936465,0.15372517456988796,0.0,0.8739182466497368,0.15372517456988796,0.0,0.6071269545825528,0.15372517456988796,0.0,0.5037838324841333,0.5,0.15372517456988796,0.0,0.41023897461114855,0.0,0.956948540088417,1.00914468151769 -8597,0.5,0.15372517456988796,0.0,0.8293028378278502,0.15372517456988796,0.0,0.9303392788937646,0.15372517456988796,0.0,0.6622428930689007,0.15372517456988796,0.0,0.714260855654492,0.15372517456988796,0.0,0.9413350552197232,0.15372517456988796,0.0,0.7796771043504966,0.15372517456988796,0.0,0.9107334947145115,0.15372517456988796,0.0,0.4915169605454222,0.5,0.15372517456988796,0.0,0.2651134062258996,0.15372517456988796,0.0,0.34966466911838945,0.5,0.15372517456988796,0.0,0.4649998178777032,0.15372517456988796,0.0,0.29529192871186555,0.15372517456988796,0.0,0.8315335968962276,0.15372517456988796,0.0,0.8780082838229174,0.15372517456988796,0.0,0.9018100828363326,0.15372517456988796,0.0,0.6116730542722765,0.15372517456988796,0.0,0.5368652059968486,0.5,0.15372517456988796,0.0,0.3877808809245174,0.0,0.9874804768688991,1.0086899473814666 -8598,0.5,0.15372517456988796,0.0,0.83323606150942,0.15372517456988796,0.0,0.9298118085588446,0.15372517456988796,0.0,0.7106410409674004,0.15372517456988796,0.0,0.7106847881649009,0.15372517456988796,0.0,0.944201548438431,0.15372517456988796,0.0,0.7760819175470152,0.15372517456988796,0.0,0.9282714363240749,0.15372517456988796,0.0,0.5404735726384687,0.5,0.15372517456988796,0.0,0.2905888581157788,0.15372517456988796,0.0,0.25673953019656814,0.5,0.15372517456988796,0.0,0.472976227129889,0.15372517456988796,0.0,0.33248392499364815,0.15372517456988796,0.0,0.8437314830043326,0.15372517456988796,0.0,0.8881496024901361,0.15372517456988796,0.0,0.9300697255680145,0.15372517456988796,0.0,0.65603310141398,0.15372517456988796,0.0,0.5363400296256713,0.5,0.15372517456988796,0.0,0.33130100479493907,0.0,0.9847447996865647,1.008836604353042 -8599,0.5,0.15372517456988796,0.0,0.8325674963643755,0.15372517456988796,0.0,0.9535370762485652,0.15372517456988796,0.0,0.769233204547092,0.15372517456988796,0.0,0.7307945528297258,0.15372517456988796,0.0,0.9414142670067431,0.15372517456988796,0.0,0.7796211050517753,0.15372517456988796,0.0,0.9454276628948418,0.15372517456988796,0.0,0.5539052787526878,0.5,0.15372517456988796,0.0,0.3884998754572396,0.15372517456988796,0.0,0.21378270622414527,0.5,0.15372517456988796,0.0,0.4577059830391221,0.15372517456988796,0.0,0.3045318110164172,0.15372517456988796,0.0,0.7916407379187537,0.15372517456988796,0.0,0.8956426161846163,0.15372517456988796,0.0,0.9660307179360118,0.15372517456988796,0.0,0.6714123564639991,0.15372517456988796,0.0,0.4779501870978836,0.5,0.15372517456988796,0.0,0.34098855522362814,0.0,0.9841747461444494,1.0099868995493448 -8600,0.5,0.15372517456988796,0.0,0.8484490623415892,0.15372517456988796,0.0,0.9591936853463328,0.15372517456988796,0.0,0.8511257959441789,0.15372517456988796,0.0,0.7700645583148622,0.15372517456988796,0.0,0.9746440919562513,0.15372517456988796,0.0,0.7796311708435533,0.15372517456988796,0.0,0.9538360624442126,0.15372517456988796,0.0,0.6212121887672382,0.5,0.15372517456988796,0.0,0.47499110976997233,0.15372517456988796,0.0,0.18106031599513359,0.5,0.15372517456988796,0.0,0.4547545661289525,0.15372517456988796,0.0,0.3111926703423414,0.15372517456988796,0.0,0.6609194397382414,0.15372517456988796,0.0,0.8962195312299646,0.15372517456988796,0.0,0.9747239562550246,0.15372517456988796,0.0,0.6988660166848233,0.15372517456988796,0.0,0.45954033253566623,0.5,0.15372517456988796,0.0,0.3363471089099672,0.0,0.9809120571350616,1.0082834626828856 -8601,0.5,0.15372517456988796,1.343303628628281e-05,0.8653846097107122,0.15372517456988796,0.0,1.0000145019457338,0.15372517456988796,3.25665640003195e-05,0.9031703651362663,0.15372517456988796,0.0007859731452789409,0.8585861273810352,0.15372517456988796,0.0,0.9523828047848654,0.15372517456988796,0.0,0.8109142024637743,0.15372517456988796,0.0,0.9723478463596822,0.15372517456988796,0.0,0.6698615733495419,0.5,0.15372517456988796,0.0,0.5619471397224186,0.15372517456988796,0.0007809107190051896,0.19163762270115992,0.5,0.15372517456988796,2.5364321549490982e-06,0.5172591418681954,0.15372517456988796,0.0003430588053297343,0.3481226474228876,0.15372517456988796,0.0,0.7236612172185498,0.15372517456988796,0.0,0.8807575833965582,0.15372517456988796,0.0,0.9842299411805302,0.15372517456988796,0.0,0.7410501274877489,0.15372517456988796,0.0005917698063371362,0.5364666983028407,0.5,0.15372517456988796,0.0014363859194654446,0.3718409547759403,0.0,0.9825563987281102,1.0098541782222565 -8602,0.5,0.15372517456988796,0.004523463200499325,0.8575999976263295,0.15372517456988796,0.0029481311350744895,0.9802548761813809,0.15372517456988796,0.008471061635899944,0.9061107689940375,0.15372517456988796,0.018703727169069526,0.9720132190094,0.15372517456988796,0.0029264485299104275,0.9087520778718723,0.15372517456988796,0.0063320841586505024,0.8292064926992242,0.15372517456988796,0.0024257840422667377,0.9755518049445374,0.15372517456988796,0.0018529037958276086,0.59029063390578,0.5,0.15372517456988796,0.03810352329171248,0.5272859381074927,0.15372517456988796,0.016159368919924907,0.26032129634908074,0.5,0.15372517456988796,0.10244262855855164,0.5850293886308742,0.15372517456988796,0.04179304689752646,0.3996332939605421,0.15372517456988796,0.005325021336196041,0.7524451962859587,0.15372517456988796,0.0024741846229128844,0.931620278687203,0.15372517456988796,0.0033611607588076814,0.9952811094143685,0.15372517456988796,0.00639984646081953,0.7248455144370497,0.15372517456988796,0.058968197951673934,0.6251808424308984,0.5,0.15372517456988796,0.02065766844325335,0.4974427646308384,0.0,0.9682644218472849,1.0108707076901073 -8603,0.5,0.15372517456988796,0.01268765868122774,0.8488291518654592,0.15372517456988796,0.011022178425625289,0.9417839593477711,0.15372517456988796,0.04564334176970419,0.9071910567295685,0.15372517456988796,0.02238580379407233,0.966174842800591,0.15372517456988796,0.01929338971152045,0.9155047784671307,0.15372517456988796,0.0289210068251567,0.7835594951266178,0.15372517456988796,0.01571009606743927,0.9663780433265037,0.15372517456988796,0.012836055873300393,0.5946836270246827,0.5,0.15372517456988796,0.04955690871460072,0.46275758246050547,0.15372517456988796,0.04854857702430059,0.3811510721480196,0.5,0.15372517456988796,0.24679693442145906,0.8020876618731714,0.15372517456988796,0.14501739190521942,0.41453245687538653,0.15372517456988796,0.08091793141813099,0.8281481223974361,0.15372517456988796,0.029996413349778858,0.9624738080463326,0.15372517456988796,0.013258087431996614,0.9871706979249772,0.15372517456988796,0.013492754914796234,0.7515922841664102,0.15372517456988796,0.1300185226154279,0.8122950729830795,0.5,0.15372517456988796,0.04289993375894871,0.582759884579306,0.0,0.9546375385841177,1.0111727400744697 -8604,0.5,0.15372517456988796,0.019081616777568446,0.839086101810453,0.15372517456988796,0.05224499331307587,1.009728727930534,0.15372517456988796,0.09534618340235897,0.9540333386003896,0.15372517456988796,0.030057106149281955,0.9543028096671686,0.15372517456988796,0.057848619006039534,1.0124784322335407,0.15372517456988796,0.05044239270841081,0.8018338309783797,0.15372517456988796,0.023834059314311602,0.946720524394601,0.15372517456988796,0.04563998752001189,0.6593174185745438,0.5,0.15372517456988796,0.0468625386629143,0.40617162570578064,0.15372517456988796,0.08754286135677174,0.40665414632665314,0.5,0.15372517456988796,0.2550860382270925,0.8294729932379337,0.15372517456988796,0.24931274889702257,0.5091146727746931,0.15372517456988796,0.12396741618663965,0.8602209960886071,0.15372517456988796,0.09061811806403952,0.9915709017986745,0.15372517456988796,0.018933174692088356,0.9854091782251211,0.15372517456988796,0.03357471577097587,0.7885081402001456,0.15372517456988796,0.14726309823721817,0.8861335595188194,0.5,0.15372517456988796,0.06553225467773395,0.6557048577531819,0.0,0.8819853616889111,1.0113087291526974 -8605,0.5,0.15372517456988796,0.026562194220714024,0.8017564826950965,0.15372517456988796,0.09380806241498371,1.021739130434783,0.15372517456988796,0.08813657071547516,0.9755952215768103,0.15372517456988796,0.050770089108905854,0.96913823410219,0.15372517456988796,0.10753824297366625,1.0068894283332126,0.15372517456988796,0.053408337837897626,0.8489682605715637,0.15372517456988796,0.027660694309104304,0.9706363218633886,0.15372517456988796,0.05125310644018501,0.696833424608651,0.5,0.15372517456988796,0.050339804788677424,0.4365433285242712,0.15372517456988796,0.15208333606503027,0.4264598078013635,0.5,0.15372517456988796,0.12670665030166564,0.7245149118301469,0.15372517456988796,0.2793202045996189,0.6143283133958521,0.15372517456988796,0.11415909380072928,0.8850670030051475,0.15372517456988796,0.17879210424904332,1.0006197800209395,0.15372517456988796,0.03320857124558154,0.998056256588528,0.15372517456988796,0.04211518778200303,0.8071974553227109,0.15372517456988796,0.1204401896806235,0.8745305039266882,0.5,0.15372517456988796,0.13057184314094775,0.6956740837689026,0.0,0.2600522575156465,0.9440431849958526 -8606,0.5,0.15372517456988796,0.032966350692492846,0.7410000957209216,0.15372517456988796,0.19335862094509731,1.021739130434783,0.15372517456988796,0.04879387911550487,0.9548249467784836,0.15372517456988796,0.034897628141654743,0.9763897614553216,0.15372517456988796,0.17923540032849516,0.9346318644799843,0.15372517456988796,0.042543201436926414,0.750473222127205,0.15372517456988796,0.014678913147256481,0.9785294012627198,0.15372517456988796,0.05559587740963666,0.7388765846458263,0.5,0.15372517456988796,0.05458472844263296,0.47875226850889585,0.15372517456988796,0.18100515718827775,0.4513880973017046,0.5,0.15372517456988796,0.04613795450839349,0.7475960689999549,0.15372517456988796,0.22652837708398732,0.6396261062103922,0.15372517456988796,0.045018969764776304,0.8373080169838192,0.15372517456988796,0.21269079064557073,0.9865977684464158,0.15372517456988796,0.04187091964958025,1.0120806845920494,0.15372517456988796,0.03858501703435262,0.8170334460184464,0.15372517456988796,0.08721746205977855,0.8457993209350028,0.5,0.15372517456988796,0.10704917707427006,0.6945715214528312,0.0,0.8675774771739125,0.8565845399925938 -8607,0.5,0.15372517456988796,0.02123986575277182,0.7102732111119661,0.15372517456988796,0.038143931609200696,1.0211336574259633,0.15372517456988796,0.026757483937421285,0.9364305382806972,0.15372517456988796,0.016898709741231092,0.9498551087619134,0.15372517456988796,0.13594349828423483,0.8654763431383727,0.15372517456988796,0.02776488361093512,0.6636087001257273,0.15372517456988796,0.027034195930082126,0.9369265327406273,0.15372517456988796,0.024449378936486327,0.6526605692349275,0.5,0.15372517456988796,0.03909313707536979,0.4725656557009136,0.15372517456988796,0.138779103445904,0.4343620585429521,0.5,0.15372517456988796,0.025148400284255624,0.7421463733851802,0.15372517456988796,0.15567992200145925,0.6219486495263297,0.15372517456988796,0.012823859401097938,0.855967939410016,0.15372517456988796,0.07800273231192044,0.8499718373210219,0.15372517456988796,0.0750468841888638,1.019235637360744,0.15372517456988796,0.02266162525107447,0.8418410346112897,0.15372517456988796,0.040086046949703906,0.819548070267007,0.5,0.15372517456988796,0.06100243524223596,0.6639059995648067,0.0,0.9668682279287609,0.8849448003412043 -8608,0.5,0.15372517456988796,0.0001698203628047297,0.6699566486084627,0.15372517456988796,0.0,1.0205218898313004,0.15372517456988796,0.00013358214530191325,0.9344766214541669,0.15372517456988796,0.0,0.8791034589683467,0.15372517456988796,0.0,0.6508344466090047,0.15372517456988796,0.02038913466726117,0.6410740720122411,0.15372517456988796,0.0017032035675834981,0.8880006098439559,0.15372517456988796,0.006584044089968698,0.4880767102609118,0.5,0.15372517456988796,0.01481287277278671,0.4607304686533809,0.15372517456988796,0.030485571277736018,0.4236247113441045,0.5,0.15372517456988796,0.006621223024703473,0.7301757490871335,0.15372517456988796,0.047962369701762805,0.5743000474773278,0.15372517456988796,0.00019528035365433099,0.8712998916644292,0.15372517456988796,0.0006105396207578218,0.7192764688205798,0.15372517456988796,0.0,1.017253702571999,0.15372517456988796,0.002329379997667258,0.855734260944723,0.15372517456988796,0.0036650421719232303,0.7997739539091008,0.5,0.15372517456988796,0.0036311718185683506,0.560715166553444,0.0,0.9901409335196485,0.8707896305610026 -8609,0.5,0.15372517456988796,0.0,0.6152270434465922,0.15372517456988796,0.0,0.9687392419367276,0.15372517456988796,0.0,0.9724596186999745,0.15372517456988796,0.0,0.8159915667174394,0.15372517456988796,0.0,0.416492749360824,0.15372517456988796,0.0,0.4979979008217731,0.15372517456988796,0.0,0.834696957410925,0.15372517456988796,0.0,0.435641873609704,0.5,0.15372517456988796,0.0,0.3898463833047126,0.15372517456988796,0.0,0.39040136133723174,0.5,0.15372517456988796,0.0,0.7222057351171414,0.15372517456988796,0.0,0.49730934191100246,0.15372517456988796,0.0,0.7781789191014608,0.15372517456988796,0.0,0.6238476938760347,0.15372517456988796,0.0,1.009073336214453,0.15372517456988796,0.0,0.8244500212115309,0.15372517456988796,0.0,0.8090091599990019,0.5,0.15372517456988796,0.0,0.5222707683965241,0.0,1.0095207178316379,0.8664828037108996 -8610,0.5,0.15372517456988796,0.0,0.5529972966944634,0.15372517456988796,0.0,0.8821969218471128,0.15372517456988796,0.0,1.0093735269867872,0.15372517456988796,0.0,0.8078182604211576,0.15372517456988796,0.0,0.2709717186908016,0.15372517456988796,0.0,0.45893424312135067,0.15372517456988796,0.0,0.7911813404927168,0.15372517456988796,0.0,0.40908670994464164,0.5,0.15372517456988796,0.0,0.33216957238293393,0.15372517456988796,0.0,0.3394232854988676,0.5,0.15372517456988796,0.0,0.8079601954871152,0.15372517456988796,0.0,0.4599539805860388,0.15372517456988796,0.0,0.6669606568999027,0.15372517456988796,0.0,0.5299025569036306,0.15372517456988796,0.0,0.9683802170724596,0.15372517456988796,0.0,0.8079195727159945,0.15372517456988796,0.0,0.8343153717420349,0.5,0.15372517456988796,0.0,0.5755387445350495,0.0,1.0069490466918407,0.8464125672165735 -8611,0.5,0.15372517456988796,0.0,0.5358184259620578,0.15372517456988796,0.0,0.7406928030771105,0.15372517456988796,0.0,1.0163666086111494,0.15372517456988796,0.0,0.8315766474898231,0.15372517456988796,0.0,0.20015862790312994,0.15372517456988796,0.0,0.42164955574929996,0.15372517456988796,0.0,0.7696960691198143,0.15372517456988796,0.0,0.4480567695033203,0.5,0.15372517456988796,0.0,0.30526161152878195,0.15372517456988796,0.0,0.3909190811719494,0.5,0.15372517456988796,0.0,0.8121479940540677,0.15372517456988796,0.0,0.45400767375424866,0.15372517456988796,0.0,0.5781587683489604,0.15372517456988796,0.0,0.47804144834780593,0.15372517456988796,0.0,0.9032160592270908,0.15372517456988796,0.0,0.8061871626147008,0.15372517456988796,0.0,0.8229207880592406,0.5,0.15372517456988796,0.0,0.6309754346378333,0.0,0.9760970914419309,0.8137923291533086 -8612,0.5,0.15372517456988796,0.0,0.640133441263367,0.15372517456988796,0.0,0.5648061267367052,0.15372517456988796,0.0,1.0129745770253005,0.15372517456988796,0.0,0.8676634136195921,0.15372517456988796,0.0,0.22892815117452373,0.15372517456988796,0.0,0.33186669314434736,0.15372517456988796,0.0,0.7536079410424831,0.15372517456988796,0.0,0.5269590629390533,0.5,0.15372517456988796,0.0,0.32532774564662514,0.15372517456988796,0.0,0.4332058005361139,0.5,0.15372517456988796,0.0,0.57632500045311,0.15372517456988796,0.0,0.43691214225060204,0.15372517456988796,0.0,0.49425613163633586,0.15372517456988796,0.0,0.46556925363761736,0.15372517456988796,0.0,0.8025500487938231,0.15372517456988796,0.0,0.808715731509623,0.15372517456988796,0.0,0.8059052287186318,0.5,0.15372517456988796,0.0,0.6588272744209932,0.0,0.9279577820239846,0.7424182824262124 -8613,0.5,0.15372517456988796,0.0,0.7407222261945503,0.15372517456988796,0.0,0.4391721665978598,0.15372517456988796,0.0,1.0055821816153663,0.15372517456988796,0.0,0.8321710715149664,0.15372517456988796,0.0,0.31483459918609846,0.15372517456988796,0.0,0.24247039327828895,0.15372517456988796,0.0,0.6007454220286561,0.15372517456988796,0.0,0.5436614158653967,0.5,0.15372517456988796,0.0,0.374251692876951,0.15372517456988796,0.0,0.4386636215546972,0.5,0.15372517456988796,0.0,0.5374267675790222,0.15372517456988796,0.0,0.3861621846327179,0.15372517456988796,0.0,0.41587742834268693,0.15372517456988796,0.0,0.43780610297690914,0.15372517456988796,0.0,0.6824445078593144,0.15372517456988796,0.0,0.8029578702054148,0.15372517456988796,0.0,0.762225162663749,0.5,0.15372517456988796,0.0,0.6785502920751817,0.0,0.8730014560100304,0.6368644223052828 -8614,0.5,0.15372517456988796,0.0,0.7743007063763153,0.15372517456988796,0.0,0.3737737669475804,0.15372517456988796,0.0,0.9600716701484805,0.15372517456988796,0.0,0.7453664197133908,0.15372517456988796,0.0,0.3510531818720195,0.15372517456988796,0.0,0.1767395625505514,0.15372517456988796,0.0,0.48009260122697983,0.15372517456988796,0.0,0.4756170727557035,0.5,0.15372517456988796,0.0,0.3453121114598602,0.15372517456988796,0.0,0.4320799429696513,0.5,0.15372517456988796,0.0,0.6034766618710111,0.15372517456988796,0.0,0.3620064962472035,0.15372517456988796,0.0,0.3291740209314463,0.15372517456988796,0.0,0.3798266673944394,0.15372517456988796,0.0,0.5572026776252634,0.15372517456988796,0.0,0.6970814646195721,0.15372517456988796,0.0,0.8092009437465647,0.5,0.15372517456988796,0.0,0.712507121879314,0.0,0.7499929852367908,0.5033774716435879 -8615,0.5,0.15372517456988796,0.0,0.7818983554782457,0.15372517456988796,0.0,0.3514768920544812,0.15372517456988796,0.0,0.9124716128044478,0.15372517456988796,0.0,0.7925335770657801,0.15372517456988796,0.0,0.33789824077472674,0.15372517456988796,0.0,0.12568666015961788,0.15372517456988796,0.0,0.4681828342629582,0.15372517456988796,0.0,0.42561206408155466,0.5,0.15372517456988796,0.0,0.308158541727137,0.15372517456988796,0.0,0.44808825508895467,0.5,0.15372517456988796,0.0,0.7243581520666483,0.15372517456988796,0.0,0.3784279961833,0.15372517456988796,0.0,0.2559774659482223,0.15372517456988796,0.0,0.33579493706129987,0.15372517456988796,0.0,0.45704753602179904,0.15372517456988796,0.0,0.6012671536024274,0.15372517456988796,0.0,0.8600619573133226,0.5,0.15372517456988796,0.0,0.7171558834259963,0.0,0.5427157465299297,0.361758152575685 -8616,0.5,0.15372517456988796,0.0,0.7159071179983482,0.15372517456988796,0.0,0.353038052845067,0.15372517456988796,0.0,0.8608912077825495,0.15372517456988796,0.0,0.7953929142354419,0.15372517456988796,0.0,0.27771327881574437,0.15372517456988796,0.0,0.11065871081894053,0.15372517456988796,0.0,0.46260718057962497,0.15372517456988796,0.0,0.3876355082753973,0.5,0.15372517456988796,0.0,0.31181699492905784,0.15372517456988796,0.0,0.48161387111013565,0.5,0.15372517456988796,0.0,0.6488428672840325,0.15372517456988796,0.0,0.37937412471072035,0.15372517456988796,0.0,0.19363528810167244,0.15372517456988796,0.0,0.28913635034016405,0.15372517456988796,0.0,0.39841621672369787,0.15372517456988796,0.0,0.5483165266795571,0.15372517456988796,0.0,0.822030893367851,0.5,0.15372517456988796,0.0,0.736926783792808,0.0,0.3218116606965958,0.2550231032496063 -8617,0.5,0.15372517456988796,0.0,0.6157177632718227,0.15372517456988796,0.0,0.2974672932738504,0.15372517456988796,0.0,0.7675037424322658,0.15372517456988796,0.0,0.8316648960570893,0.15372517456988796,0.0,0.18905544596153565,0.15372517456988796,0.0,0.08824045252793535,0.15372517456988796,0.0,0.40213079581225925,0.15372517456988796,0.0,0.322323568628982,0.5,0.15372517456988796,0.0,0.3678426174095872,0.15372517456988796,0.0,0.5071077743041396,0.5,0.15372517456988796,0.0,0.5676409238285859,0.15372517456988796,0.0,0.39796339896994415,0.15372517456988796,0.0,0.1406684471226677,0.15372517456988796,0.0,0.23793104167140156,0.15372517456988796,0.0,0.3802366788774811,0.15372517456988796,0.0,0.4968692357275021,0.15372517456988796,0.0,0.7759017442422416,0.5,0.15372517456988796,0.0,0.7667854446129069,0.0,0.19736110565743165,0.1816610263904668 -8618,0.5,0.15372517456988796,0.0,0.5097491730973942,0.15372517456988796,0.0,0.24187316728267294,0.15372517456988796,0.0,0.6341511650723429,0.15372517456988796,0.0,0.8709327030114359,0.15372517456988796,0.0,0.12081649698931422,0.15372517456988796,0.0,0.044645983399177566,0.15372517456988796,0.0,0.3460673616453627,0.15372517456988796,0.0,0.23927687165191178,0.5,0.15372517456988796,0.0,0.3270375570781601,0.15372517456988796,0.0,0.49969459937332367,0.5,0.15372517456988796,0.0,0.5229205073222719,0.15372517456988796,0.0,0.4212068789481108,0.15372517456988796,0.0,0.09864223165591307,0.15372517456988796,0.0,0.17975311310156777,0.15372517456988796,0.0,0.3572166440272528,0.15372517456988796,0.0,0.4419796674177498,0.15372517456988796,0.0,0.747023740752186,0.5,0.15372517456988796,0.0,0.8065714221869557,0.0,0.15396123467103565,0.1200369094753935 -8619,0.5,0.15372517456988796,0.0,0.40321239457759384,0.15372517456988796,0.0,0.1525968921157924,0.15372517456988796,0.0,0.4804835544234356,0.15372517456988796,0.0,0.8610354614230555,0.15372517456988796,0.0,0.08439196353612345,0.15372517456988796,0.0,0.014328854561348024,0.15372517456988796,0.0,0.24820560097038646,0.15372517456988796,0.0,0.1524374595882235,0.5,0.15372517456988796,0.0,0.24953101350161305,0.15372517456988796,0.0,0.48689702846110017,0.5,0.15372517456988796,0.0,0.5642358711685678,0.15372517456988796,0.0,0.3987202040982762,0.15372517456988796,0.0,0.07141551850099613,0.15372517456988796,0.0,0.12054008731615543,0.15372517456988796,0.0,0.30455070142892665,0.15372517456988796,0.0,0.35486397751710785,0.15372517456988796,0.0,0.6748150306784071,0.5,0.15372517456988796,0.0,0.8352943688105966,0.0,0.15186995324796346,0.05131444941666508 -8620,0.5,0.15372517456988796,0.0,0.32987496196646277,0.15372517456988796,0.0,0.08504897298746206,0.15372517456988796,0.0,0.3978377759567694,0.15372517456988796,0.0,0.8222043101339856,0.15372517456988796,0.0,0.07778469701001708,0.15372517456988796,0.0,0.00546308265168133,0.15372517456988796,0.0,0.1984156774034266,0.15372517456988796,0.0,0.10396665044557712,0.5,0.15372517456988796,0.0,0.17354520001197515,0.15372517456988796,0.0,0.47959690835879104,0.5,0.15372517456988796,0.0,0.4715204822931988,0.15372517456988796,0.0,0.3940360561243801,0.15372517456988796,0.0,0.05337936760324269,0.15372517456988796,0.0,0.07345612769594675,0.15372517456988796,0.0,0.26295476775307686,0.15372517456988796,0.0,0.3127347611281122,0.15372517456988796,0.0,0.6052533025895451,0.5,0.15372517456988796,0.0,0.8419718892865333,0.0,0.17375589039566056,0.010472413781623613 -8621,0.5,0.15372517456988796,0.0,0.2914615438971769,0.15372517456988796,0.0,0.058565723739780765,0.15372517456988796,0.0,0.3845964580340381,0.15372517456988796,0.0,0.7499126193189805,0.15372517456988796,0.0,0.058974919963912374,0.15372517456988796,0.0,0.00376896688706904,0.15372517456988796,0.0,0.16683808057540211,0.15372517456988796,0.0,0.08317722716272681,0.5,0.15372517456988796,0.0,0.1399514670863223,0.15372517456988796,0.0,0.45904682642840194,0.5,0.15372517456988796,0.0,0.3912529902305945,0.15372517456988796,0.0,0.3778030719708979,0.15372517456988796,0.0,0.034316362228719255,0.15372517456988796,0.0,0.03832673410705152,0.15372517456988796,0.0,0.22628023031726863,0.15372517456988796,0.0,0.28253848056490444,0.15372517456988796,0.0,0.5429674840217685,0.5,0.15372517456988796,0.0,0.8322334174207388,0.0,0.20970291032809274,0.0006504293433526607 -8622,0.5,0.15372517456988796,0.0,0.2705080580946091,0.15372517456988796,0.0,0.039849683881989985,0.15372517456988796,0.0,0.400559776613704,0.15372517456988796,0.0,0.6512857491084998,0.15372517456988796,0.0,0.03757713016126973,0.15372517456988796,0.0,0.0017802274300418766,0.15372517456988796,0.0,0.13959034366812062,0.15372517456988796,0.0,0.06845155481131021,0.5,0.15372517456988796,0.0,0.1326954449476749,0.15372517456988796,0.0,0.4435973256454483,0.5,0.15372517456988796,0.0,0.4107291570252861,0.15372517456988796,0.0,0.3826164094989346,0.15372517456988796,0.0,0.020115781302109715,0.15372517456988796,0.0,0.013583634366741867,0.15372517456988796,0.0,0.19396537287179266,0.15372517456988796,0.0,0.2651409134120472,0.15372517456988796,0.0,0.5182120738679517,0.5,0.15372517456988796,0.0,0.7633979219726934,0.0,0.19777054866167115,7.260596696721886e-05 -8623,0.5,0.15372517456988796,0.0,0.2319669698401835,0.15372517456988796,0.0,0.016610677165182764,0.15372517456988796,0.0,0.41136418691278714,0.15372517456988796,0.0,0.5529830280608136,0.15372517456988796,0.0,0.015247924460965892,0.15372517456988796,0.0,0.0005638013092880287,0.15372517456988796,0.0,0.10492179512339024,0.15372517456988796,0.0,0.04492165124053923,0.5,0.15372517456988796,0.0,0.11143456331968501,0.15372517456988796,0.0,0.4625254838765171,0.5,0.15372517456988796,0.0,0.4626962486543648,0.15372517456988796,0.0,0.3969889355063576,0.15372517456988796,0.0,0.013218758366657205,0.15372517456988796,0.0,0.004656384517358099,0.15372517456988796,0.0,0.158639523281372,0.15372517456988796,0.0,0.24344337393305399,0.15372517456988796,0.0,0.5029110912186078,0.5,0.15372517456988796,0.0,0.6592819738413445,0.0,0.17307775082912838,0.01275985907605812 -8624,0.5,0.15372517456988796,0.0,0.18664926847286598,0.15372517456988796,0.0,0.011861602166663295,0.15372517456988796,0.0,0.40146563168466476,0.15372517456988796,0.0,0.4826905901514562,0.15372517456988796,0.0,0.004399953345834321,0.15372517456988796,0.0,0.00010099294925855381,0.15372517456988796,0.0,0.0707261801253857,0.15372517456988796,0.0,0.020167974048926732,0.5,0.15372517456988796,0.0,0.08561631612318726,0.15372517456988796,0.0,0.4832275649207516,0.5,0.15372517456988796,0.0,0.43151162523480696,0.15372517456988796,0.0,0.4055799718185418,0.15372517456988796,0.0,0.014129886187603866,0.15372517456988796,0.0,0.005068613626982049,0.15372517456988796,0.0,0.10848834657125597,0.15372517456988796,0.0,0.2168278254287684,0.15372517456988796,0.0,0.46415625697385265,0.5,0.15372517456988796,0.0,0.611605930362927,0.0,0.1511214247561151,0.035058373669509424 -8625,0.5,0.15372517456988796,2.7453311949002684e-05,0.1395613216225512,0.15372517456988796,0.0,0.015029787344350034,0.15372517456988796,8.45844627796252e-06,0.34059209400190277,0.15372517456988796,0.0005312915716835883,0.4190071159149818,0.15372517456988796,0.0,0.003949703979137825,0.15372517456988796,0.0,0.00024072271150726138,0.15372517456988796,0.0,0.03389005375437636,0.15372517456988796,0.0,0.009611377554949906,0.5,0.15372517456988796,0.0,0.06511744083399452,0.15372517456988796,0.0003810670433934896,0.5340175523172083,0.5,0.15372517456988796,0.0,0.2989422053804164,0.15372517456988796,0.0003640614952845606,0.3911134307646357,0.15372517456988796,0.0,0.017381774049049274,0.15372517456988796,0.0,0.009703061500295254,0.15372517456988796,0.0,0.06073160073508019,0.15372517456988796,0.0,0.17100867286441016,0.15372517456988796,0.0007324410969917534,0.4000411882008517,0.5,0.15372517456988796,0.0016156469687959247,0.5882804703516664,0.0,0.1312519581289461,0.04211957807498842 -8626,0.5,0.15372517456988796,0.06059957123345332,0.11840318034979946,0.15372517456988796,0.05670851336418578,0.012962925772585758,0.15372517456988796,0.03367005351903567,0.28726137280631414,0.15372517456988796,0.02762651475111609,0.3711995386457151,0.15372517456988796,0.043155935712342774,0.008180182573993616,0.15372517456988796,0.02105797787997333,0.0013514986936122018,0.15372517456988796,0.042260361066948825,0.023181966570822405,0.15372517456988796,0.03584273538844464,0.006400290495052967,0.5,0.15372517456988796,0.020044982842435916,0.06368052962463779,0.15372517456988796,0.007427898152137798,0.5340214779843011,0.5,0.15372517456988796,0.019138286536291342,0.23447161658596502,0.15372517456988796,0.023452558956684272,0.34022397946553196,0.15372517456988796,0.025854108327283184,0.02036621269969633,0.15372517456988796,0.036975501096445325,0.014915091769192325,0.15372517456988796,0.05379510430038957,0.033645771839886984,0.15372517456988796,0.0364182181764526,0.1487997344160582,0.15372517456988796,0.04911238550609442,0.3605856638259557,0.5,0.15372517456988796,0.03464593979270804,0.5994036239827714,0.0,0.11568116020959027,0.027752864743846865 -8627,0.5,0.15372517456988796,0.1683479618410173,0.10856060830579381,0.15372517456988796,0.21838569298043353,0.014613005776568816,0.15372517456988796,0.07943354519532675,0.21921423823952496,0.15372517456988796,0.06528814428431944,0.3157821608743261,0.15372517456988796,0.19698788723055466,0.01644549794894172,0.15372517456988796,0.11852606700618254,0.0059060434461494105,0.15372517456988796,0.1677817116925329,0.024667877526606673,0.15372517456988796,0.11224689507647059,0.0057006612976841994,0.5,0.15372517456988796,0.06290296729372757,0.0637852132372347,0.15372517456988796,0.036211782570511226,0.468163834895361,0.5,0.15372517456988796,0.03821524555939888,0.1900060345212951,0.15372517456988796,0.05635570066146765,0.30203352634687697,0.15372517456988796,0.13916694081229225,0.022845881022969475,0.15372517456988796,0.18504418801424524,0.024317683224050438,0.15372517456988796,0.20486838407443256,0.029284613064633265,0.15372517456988796,0.11063890965056655,0.114935105696263,0.15372517456988796,0.1161956277467445,0.3089211720767929,0.5,0.15372517456988796,0.09932068750343,0.5455017501235739,0.0,0.10754344825147563,0.01970332738698707 -8628,0.5,0.15372517456988796,0.23848469983736714,0.1035156211339284,0.15372517456988796,0.3288863385763432,0.02603581936278828,0.15372517456988796,0.11401701821231261,0.17773056863599773,0.15372517456988796,0.08442283049771647,0.2612282435588697,0.15372517456988796,0.30399109964115384,0.02399140993180506,0.15372517456988796,0.25195793626842977,0.01652440491088028,0.15372517456988796,0.3031900028777116,0.028120891856374643,0.15372517456988796,0.16964084825600342,0.007198407764623417,0.5,0.15372517456988796,0.10786915255929956,0.06362295208667663,0.15372517456988796,0.1066814306303197,0.39407707636679384,0.5,0.15372517456988796,0.06021383175387461,0.13932114137362114,0.15372517456988796,0.07775972021432892,0.2594591522125356,0.15372517456988796,0.20348974394383693,0.030119778172085852,0.15372517456988796,0.27935128771474876,0.042972070161861095,0.15372517456988796,0.327571173778033,0.03683823916051751,0.15372517456988796,0.21540351968908023,0.07596851878609892,0.15372517456988796,0.1569718899387798,0.25024462462914665,0.5,0.15372517456988796,0.17301832290709546,0.4624206959344655,0.0,0.09064641545747694,0.0246387768071602 -8629,0.5,0.15372517456988796,0.2532424879961986,0.09370237857696023,0.15372517456988796,0.35871627044952414,0.03191948836525492,0.15372517456988796,0.15089448422798346,0.14728330750934376,0.15372517456988796,0.0741410274397179,0.2244210193570288,0.15372517456988796,0.31748265628238287,0.03381546412125561,0.15372517456988796,0.2844786701801196,0.028765435978812134,0.15372517456988796,0.3740568395268204,0.02541566138623666,0.15372517456988796,0.182306736400523,0.0173459569565054,0.5,0.15372517456988796,0.14543526508007631,0.08443409313868518,0.15372517456988796,0.1812806249498477,0.31746728346994074,0.5,0.15372517456988796,0.07316329553505155,0.10671918297411616,0.15372517456988796,0.08907421181685078,0.21536884194892836,0.15372517456988796,0.20958514630641853,0.04168256466617193,0.15372517456988796,0.28948823020065284,0.07373411652449893,0.15372517456988796,0.39103831905827025,0.040871491460414446,0.15372517456988796,0.29904295854317775,0.045277019020441886,0.15372517456988796,0.1686112306859051,0.20255241434661259,0.5,0.15372517456988796,0.1944063638095958,0.3712593341354833,0.0,0.05730781315592692,0.03828055939504546 -8630,0.5,0.15372517456988796,0.22973567153283295,0.07278564167459953,0.15372517456988796,0.3051655035394063,0.031377884355346906,0.15372517456988796,0.1597156368594418,0.11413122483704177,0.15372517456988796,0.05161357167494218,0.19783382112279246,0.15372517456988796,0.27740318195220653,0.03953377196684799,0.15372517456988796,0.2662008696069208,0.043748875033156796,0.15372517456988796,0.34594847095181436,0.017078790647699314,0.15372517456988796,0.15964870778815252,0.03129925842596138,0.5,0.15372517456988796,0.14037360028027565,0.0882680811450239,0.15372517456988796,0.18120863086582412,0.24029517446805715,0.5,0.15372517456988796,0.08495404829366116,0.08022186716947227,0.15372517456988796,0.09357006500803403,0.17233984980607192,0.15372517456988796,0.16599840763331924,0.05632064181403551,0.15372517456988796,0.2461792783693918,0.11072787068792245,0.15372517456988796,0.35875810423937643,0.0355469417398734,0.15372517456988796,0.2650207749757676,0.02112352748089561,0.15372517456988796,0.1485817510274975,0.15158312443994404,0.5,0.15372517456988796,0.13908731718442163,0.2984490327859154,0.0,0.03250127777466328,0.0581294889301856 -8631,0.5,0.15372517456988796,0.12068964123400161,0.04648278967952387,0.15372517456988796,0.16965506619387408,0.029388499151907062,0.15372517456988796,0.11667101816520176,0.0686146413705808,0.15372517456988796,0.024815752229956085,0.1686159611193527,0.15372517456988796,0.18041300756784392,0.03678187650371135,0.15372517456988796,0.1773961534313007,0.04174361151287443,0.15372517456988796,0.26500366561892374,0.008421176225599836,0.15372517456988796,0.0979732191699467,0.040238261669246114,0.5,0.15372517456988796,0.09772130865579351,0.0877562770836913,0.15372517456988796,0.11724120988479589,0.14485003926619497,0.5,0.15372517456988796,0.06685811895153107,0.05659840064716664,0.15372517456988796,0.06513078219052462,0.13519515371912116,0.15372517456988796,0.09315364531698983,0.07209703750829081,0.15372517456988796,0.18249001773094106,0.1250918233315511,0.15372517456988796,0.23618112896213528,0.02060016064464528,0.15372517456988796,0.20979489520386163,0.005767306287434007,0.15372517456988796,0.08130984052241177,0.10555032255474395,0.5,0.15372517456988796,0.06701195573861823,0.20749848731193865,0.0,0.02540097882963955,0.06612421464965665 -8632,0.5,0.15372517456988796,0.0,0.031078830512294722,0.15372517456988796,0.0,0.038638884984513566,0.15372517456988796,0.0,0.02922997816963463,0.15372517456988796,0.00013970759688342578,0.12587838822929445,0.15372517456988796,0.0,0.03910837642351808,0.15372517456988796,0.03750573659960313,0.04279721365024772,0.15372517456988796,0.012966433619953716,0.008862809973649112,0.15372517456988796,0.02213901141104412,0.03293309646422685,0.5,0.15372517456988796,0.026132735385571874,0.08846559335495716,0.15372517456988796,0.029864635200135343,0.08765907904177855,0.5,0.15372517456988796,0.018757727005204713,0.032360049310822224,0.15372517456988796,0.019535248854217688,0.09547513320335128,0.15372517456988796,0.0,0.08807528497769986,0.15372517456988796,0.0,0.11389315097663315,0.15372517456988796,0.0,0.01701695682368813,0.15372517456988796,0.011349556630515945,0.0018895325616532547,0.15372517456988796,0.01016164513910299,0.06508858801904048,0.5,0.15372517456988796,0.0059092416115266765,0.1397289557698627,0.0,0.025969006988979946,0.06623763815662753 -8633,0.5,0.15372517456988796,0.0,0.026216779620862884,0.15372517456988796,0.0,0.0382190172982613,0.15372517456988796,0.0,0.011488091484054167,0.15372517456988796,0.0,0.0925174821209329,0.15372517456988796,0.0,0.05023939610309433,0.15372517456988796,0.0,0.04428878958997992,0.15372517456988796,0.0,0.017956736553093718,0.15372517456988796,0.0,0.026828684538719602,0.5,0.15372517456988796,0.0,0.07832581072340922,0.15372517456988796,0.0,0.04881043271164124,0.5,0.15372517456988796,0.0,0.01719285100620036,0.15372517456988796,0.0,0.06563673704950473,0.15372517456988796,0.0,0.11691481746119077,0.15372517456988796,0.0,0.10461165239669712,0.15372517456988796,0.0,0.014583555249015653,0.15372517456988796,0.0,0.0036378502690514345,0.15372517456988796,0.0,0.03519230175446658,0.5,0.15372517456988796,0.0,0.09546691523825787,0.0,0.029893819301655966,0.04826992570435778 -8634,0.5,0.15372517456988796,0.0,0.025389219521378296,0.15372517456988796,0.0,0.03400632973021854,0.15372517456988796,0.0,0.004149851581209251,0.15372517456988796,0.0,0.0679728776075457,0.15372517456988796,0.0,0.06037159606701104,0.15372517456988796,0.0,0.05502594473844334,0.15372517456988796,0.0,0.032898521831582775,0.15372517456988796,0.0,0.030133068825068894,0.5,0.15372517456988796,0.0,0.10637060356177139,0.15372517456988796,0.0,0.03088895479868676,0.5,0.15372517456988796,0.0,0.009974504126491396,0.15372517456988796,0.0,0.030878696051709797,0.15372517456988796,0.0,0.1358326627398816,0.15372517456988796,0.0,0.10745428523463144,0.15372517456988796,0.0,0.01291258414794373,0.15372517456988796,0.0,0.01129905541190344,0.15372517456988796,0.0,0.01837622553766005,0.5,0.15372517456988796,0.0,0.07333769916922357,0.0,0.046775157653657654,0.06762751428372576 -8635,0.5,0.15372517456988796,0.0,0.028733958749972907,0.15372517456988796,0.0,0.03311824579099628,0.15372517456988796,0.0,0.002372606393868587,0.15372517456988796,0.0,0.04960073559199064,0.15372517456988796,0.0,0.07117672382420678,0.15372517456988796,0.0,0.06989358253455685,0.15372517456988796,0.0,0.049594830969751015,0.15372517456988796,0.0,0.03447070497784863,0.5,0.15372517456988796,0.0,0.10063675137214809,0.15372517456988796,0.0,0.012945306002801702,0.5,0.15372517456988796,0.0,0.01203320390139938,0.15372517456988796,0.0,0.021674997206331422,0.15372517456988796,0.0,0.13093230734175357,0.15372517456988796,0.0,0.115059572111957,0.15372517456988796,0.0,0.018193104940165968,0.15372517456988796,0.0,0.022346594458984043,0.15372517456988796,0.0,0.007496160796739754,0.5,0.15372517456988796,0.0,0.051716386153287275,0.0,0.09318447047346286,0.1266254594944805 -8636,0.5,0.15372517456988796,0.0,0.034190938592792555,0.15372517456988796,0.0,0.03559678344100785,0.15372517456988796,0.0,0.004243219760698918,0.15372517456988796,0.0,0.033938877411792086,0.15372517456988796,0.0,0.09093346296628989,0.15372517456988796,0.0,0.08364693512092321,0.15372517456988796,0.0,0.06434604790307405,0.15372517456988796,0.0,0.05826809577666972,0.5,0.15372517456988796,0.0,0.12762121598579312,0.15372517456988796,0.0,0.0132725983913668,0.5,0.15372517456988796,0.0,0.01275508352115258,0.15372517456988796,0.0,0.012433971348542407,0.15372517456988796,0.0,0.13458288213205424,0.15372517456988796,0.0,0.11545776642760427,0.15372517456988796,0.0,0.030174933719526453,0.15372517456988796,0.0,0.034940355319065884,0.15372517456988796,0.0,0.0034079942211809257,0.5,0.15372517456988796,0.0,0.031993477264838664,0.0,0.16337296828882344,0.184905036392684 -8637,0.5,0.15372517456988796,0.0,0.03939437325273449,0.15372517456988796,0.0,0.04494055467106897,0.15372517456988796,0.0,0.008093166068782636,0.15372517456988796,0.0,0.02162138399444645,0.15372517456988796,0.0,0.11517081676506358,0.15372517456988796,0.0,0.09640012939733694,0.15372517456988796,0.0,0.07804304752661481,0.15372517456988796,0.0,0.09446577238104373,0.5,0.15372517456988796,0.0,0.17194894917823633,0.15372517456988796,0.0,0.005520361801031893,0.5,0.15372517456988796,0.0,0.021188812508496156,0.15372517456988796,0.0,0.010354150120912264,0.15372517456988796,0.0,0.1595663804135724,0.15372517456988796,0.0,0.12092312248076686,0.15372517456988796,0.0,0.0458460035578159,0.15372517456988796,0.0,0.046965804477641634,0.15372517456988796,0.0,0.003736165959925768,0.5,0.15372517456988796,0.0,0.022895557623815038,0.0,0.20125518582925003,0.24370798802057628 -8638,0.5,0.15372517456988796,0.0,0.04388664778946915,0.15372517456988796,0.0,0.061139223081841186,0.15372517456988796,0.0,0.013483642796998289,0.15372517456988796,0.0,0.013757564099099744,0.15372517456988796,0.0,0.1293436507796938,0.15372517456988796,0.0,0.11165533895641311,0.15372517456988796,0.0,0.09074141089352471,0.15372517456988796,0.0,0.14242054921566094,0.5,0.15372517456988796,0.0,0.21981728049979607,0.15372517456988796,0.0,0.0016509085876953134,0.5,0.15372517456988796,0.0,0.02843348119678908,0.15372517456988796,0.0,0.012138383765190231,0.15372517456988796,0.0,0.19111205686041194,0.15372517456988796,0.0,0.13665467842553247,0.15372517456988796,0.0,0.0623300335498524,0.15372517456988796,0.0,0.06189049844327365,0.15372517456988796,0.0,0.006816065706588266,0.5,0.15372517456988796,0.0,0.01234314101863123,0.0,0.21674134335392464,0.3504637131647063 -8639,0.5,0.15372517456988796,0.0,0.048629813973147855,0.15372517456988796,0.0,0.07404623044967913,0.15372517456988796,0.0,0.018847751956483645,0.15372517456988796,0.0,0.010074439297052895,0.15372517456988796,0.0,0.13072701918799848,0.15372517456988796,0.0,0.13398771548083122,0.15372517456988796,0.0,0.09766286063777253,0.15372517456988796,0.0,0.18031681745779368,0.5,0.15372517456988796,0.0,0.2673961097110055,0.15372517456988796,0.0,0.0014883559917813058,0.5,0.15372517456988796,0.0,0.03803905574472791,0.15372517456988796,0.0,0.01804732610777143,0.15372517456988796,0.0,0.2136770987381139,0.15372517456988796,0.0,0.1610731908122357,0.15372517456988796,0.0,0.07731199221804962,0.15372517456988796,0.0,0.07408784733557959,0.15372517456988796,0.0,0.010136665831971694,0.5,0.15372517456988796,0.0,0.005917641107733913,0.0,0.24379742753607941,0.537624497586839 -8640,0.5,0.15372517456988796,0.0,0.052686576576750056,0.15372517456988796,0.0,0.08826299987439486,0.15372517456988796,0.0,0.020250721101038576,0.15372517456988796,0.0,0.01020906032763128,0.15372517456988796,0.0,0.11958814389992055,0.15372517456988796,0.0,0.17009542667584715,0.15372517456988796,0.0,0.11070856190010431,0.15372517456988796,0.0,0.2552632056295747,0.5,0.15372517456988796,0.0,0.3338803918376891,0.15372517456988796,0.0,0.0031089389323921334,0.5,0.15372517456988796,0.0,0.04743025916364317,0.15372517456988796,0.0,0.03495705788402557,0.15372517456988796,0.0,0.2236598701031181,0.15372517456988796,0.0,0.17322412861072434,0.15372517456988796,0.0,0.0872113899379976,0.15372517456988796,0.0,0.08945527824199533,0.15372517456988796,0.0,0.013774345191951231,0.5,0.15372517456988796,0.0,0.004034326995481663,0.0,0.2759674297740697,0.5830595972688172 -8641,0.5,0.15372517456988796,0.0,0.05656155064337741,0.15372517456988796,0.0,0.10051718113658337,0.15372517456988796,0.0,0.021473845595692206,0.15372517456988796,0.0,0.011675369566284809,0.15372517456988796,0.0,0.11435849603099046,0.15372517456988796,0.0,0.22728533550133284,0.15372517456988796,0.0,0.14487378861698283,0.15372517456988796,0.0,0.3573477444593336,0.5,0.15372517456988796,0.0,0.40321381143721313,0.15372517456988796,0.0,0.0055983048533940075,0.5,0.15372517456988796,0.0,0.04319170156696382,0.15372517456988796,0.0,0.058100617157513273,0.15372517456988796,0.0,0.2325761253385303,0.15372517456988796,0.0,0.1595394020966221,0.15372517456988796,0.0,0.09263094248996749,0.15372517456988796,0.0,0.11707117451510995,0.15372517456988796,0.0,0.02042812699558728,0.5,0.15372517456988796,0.0,0.0059846229682477365,0.0,0.3030101150618175,0.5042116943986539 -8642,0.5,0.15372517456988796,0.0,0.05835798903728873,0.15372517456988796,0.0,0.100828723337396,0.15372517456988796,0.0,0.023639852945479146,0.15372517456988796,0.0,0.015290537465873515,0.15372517456988796,0.0,0.118078461879775,0.15372517456988796,0.0,0.28002982308894464,0.15372517456988796,0.0,0.17850428149939873,0.15372517456988796,0.0,0.4544662682554076,0.5,0.15372517456988796,0.0,0.47537034366596853,0.15372517456988796,0.0,0.012616214697385577,0.5,0.15372517456988796,0.0,0.0622541120223,0.15372517456988796,0.0,0.11973130160899664,0.15372517456988796,0.0,0.2240843529178016,0.15372517456988796,0.0,0.13347619397112537,0.15372517456988796,0.0,0.09101103193579746,0.15372517456988796,0.0,0.17254970191572197,0.15372517456988796,0.0,0.035336870085141685,0.5,0.15372517456988796,0.0,0.011505456188094195,0.0,0.344905496460859,0.5195385865370546 -8643,0.5,0.15372517456988796,0.0,0.05793091633071512,0.15372517456988796,0.0,0.08437525344910342,0.15372517456988796,0.0,0.024425662258389026,0.15372517456988796,0.0,0.01922052593423179,0.15372517456988796,0.0,0.12598085246857385,0.15372517456988796,0.0,0.3438324339272741,0.15372517456988796,0.0,0.19992406577683391,0.15372517456988796,0.0,0.5444747725573305,0.5,0.15372517456988796,0.0,0.5243370977730122,0.15372517456988796,0.0,0.024995936873423632,0.5,0.15372517456988796,0.0,0.1436549503534541,0.15372517456988796,0.0,0.18629390780323293,0.15372517456988796,0.0,0.188574548955867,0.15372517456988796,0.0,0.11454165626699367,0.15372517456988796,0.0,0.08312592378675303,0.15372517456988796,0.0,0.23729283052094224,0.15372517456988796,0.0,0.07049510944058135,0.5,0.15372517456988796,0.0,0.02484923274937728,0.0,0.34291489438691103,0.5069285271272036 -8644,0.5,0.15372517456988796,0.0,0.058197163470858446,0.15372517456988796,0.0,0.07210200057506529,0.15372517456988796,0.0,0.03261387942681301,0.15372517456988796,0.0,0.025905168871250626,0.15372517456988796,0.0,0.14466810616357825,0.15372517456988796,0.0,0.42056504270971895,0.15372517456988796,0.0,0.23416164032376352,0.15372517456988796,0.0,0.6350059599502678,0.5,0.15372517456988796,0.0,0.5848890629493988,0.15372517456988796,0.0,0.04406541555527247,0.5,0.15372517456988796,0.0,0.18616986664085391,0.15372517456988796,0.0,0.2604260037100332,0.15372517456988796,0.0,0.14779610416430866,0.15372517456988796,0.0,0.11362680339185932,0.15372517456988796,0.0,0.0824965997898054,0.15372517456988796,0.0,0.2898538186369717,0.15372517456988796,0.0,0.11896764553133603,0.5,0.15372517456988796,0.0,0.04973941890465114,0.0,0.30957815687456003,0.4104169730940772 -8645,0.5,0.15372517456988796,0.0,0.06166646432595558,0.15372517456988796,0.0,0.07175906276228865,0.15372517456988796,0.0,0.04534703714902992,0.15372517456988796,0.0,0.03897211394723467,0.15372517456988796,0.0,0.1737621610474848,0.15372517456988796,0.0,0.4972001732358825,0.15372517456988796,0.0,0.32053256007194153,0.15372517456988796,0.0,0.7870022778467161,0.5,0.15372517456988796,0.0,0.7120696013320543,0.15372517456988796,0.0,0.048935394430242675,0.5,0.15372517456988796,0.0,0.2856506906857003,0.15372517456988796,0.0,0.3440440755695226,0.15372517456988796,0.0,0.1225561045004539,0.15372517456988796,0.0,0.12772990138043017,0.15372517456988796,0.0,0.090118185434614,0.15372517456988796,0.0,0.3625265605392492,0.15372517456988796,0.0,0.19784691019023232,0.5,0.15372517456988796,0.0,0.08738730536961424,0.0,0.2634080504152059,0.32116123801275864 -8646,0.5,0.15372517456988796,0.0,0.06947643584699054,0.15372517456988796,0.0,0.07732700908718693,0.15372517456988796,0.0,0.055410414286807354,0.15372517456988796,0.0,0.05585155982521108,0.15372517456988796,0.0,0.21820403910781355,0.15372517456988796,0.0,0.5955127180222128,0.15372517456988796,0.0,0.45114305021730977,0.15372517456988796,0.0,0.9272794694930788,0.5,0.15372517456988796,0.0,0.8703282867971538,0.15372517456988796,0.0,0.08405045920874112,0.5,0.15372517456988796,0.0,0.462726550397466,0.15372517456988796,0.0,0.46076157449624267,0.15372517456988796,0.0,0.11580383169976517,0.15372517456988796,0.0,0.15320776101352757,0.15372517456988796,0.0,0.1139033360568431,0.15372517456988796,0.0,0.4659185800961434,0.15372517456988796,0.0,0.30466067124087964,0.5,0.15372517456988796,0.0,0.1602265993499491,0.0,0.22051013936993846,0.2904164526396608 -8647,0.5,0.15372517456988796,0.0,0.08211081891203381,0.15372517456988796,0.0,0.09763649601292312,0.15372517456988796,0.0,0.06793071603880543,0.15372517456988796,0.0,0.07180228374791188,0.15372517456988796,0.0,0.30802136785696327,0.15372517456988796,0.0,0.7420325043421483,0.15372517456988796,0.0,0.6032406266415432,0.15372517456988796,0.0,0.9977058404894867,0.5,0.15372517456988796,0.0,0.9605601029651186,0.15372517456988796,0.0,0.09703815519698217,0.5,0.15372517456988796,0.0,0.6573543974729277,0.15372517456988796,0.0,0.6050681557359605,0.15372517456988796,0.0,0.12060230412553943,0.15372517456988796,0.0,0.19506806762080342,0.15372517456988796,0.0,0.14908609056675728,0.15372517456988796,0.0,0.600585973669172,0.15372517456988796,0.0,0.45296008193424303,0.5,0.15372517456988796,0.0,0.27346032016935123,0.0,0.19866473379935795,0.3093470924432622 -8648,0.5,0.15372517456988796,0.0,0.1019024755770456,0.15372517456988796,0.0,0.13419069897092914,0.15372517456988796,0.0,0.08198746097421651,0.15372517456988796,0.0,0.0914516056349275,0.15372517456988796,0.0,0.44525934685314855,0.15372517456988796,0.0,0.8764684349183127,0.15372517456988796,0.0,0.7684734656040543,0.15372517456988796,0.0,1.0155330163288052,0.5,0.15372517456988796,0.0,0.9817499061243493,0.15372517456988796,0.0,0.11580886036080985,0.5,0.15372517456988796,0.0,0.8181609417831147,0.15372517456988796,0.0,0.7073164020289691,0.15372517456988796,0.0,0.13117172997097387,0.15372517456988796,0.0,0.25388072235807446,0.15372517456988796,0.0,0.1961565935935649,0.15372517456988796,0.0,0.7538740980026039,0.15372517456988796,0.0,0.5664307986330369,0.5,0.15372517456988796,0.0,0.41348359498482823,0.0,0.2115184217817748,0.34506170357248994 -8649,0.5,0.15372517456988796,3.922125696250324e-05,0.1147252421562571,0.15372517456988796,0.0,0.15337399700451346,0.15372517456988796,5.9024153817169e-05,0.09421687668458979,0.15372517456988796,0.0019753953736970677,0.11172622103057483,0.15372517456988796,0.0,0.5294561655715417,0.15372517456988796,0.0,0.9302756775311538,0.15372517456988796,0.0,0.8680840867579404,0.15372517456988796,0.0,1.0114811878305328,0.5,0.15372517456988796,0.0,0.9686363817384416,0.15372517456988796,0.0019066417350195619,0.12639947936144566,0.5,0.15372517456988796,0.0,0.930051071410726,0.15372517456988796,0.0004816185943733364,0.7149875630917562,0.15372517456988796,0.0,0.14273302884748756,0.15372517456988796,0.0,0.28461971170067946,0.15372517456988796,0.0,0.2377025303574693,0.15372517456988796,0.0,0.8466094872949382,0.15372517456988796,0.0011107115291096531,0.6513634661282862,0.5,0.15372517456988796,0.005091820166741738,0.5304531492608684,0.0,0.24854882778233145,0.33611260513649416 -8650,0.5,0.15372517456988796,0.09453610115560547,0.1373537738282864,0.15372517456988796,0.05451910562326181,0.19610303720390576,0.15372517456988796,0.06769284098758932,0.12874154102523927,0.15372517456988796,0.1297726623318377,0.14436587970627832,0.15372517456988796,0.01862996614809195,0.6320221974638163,0.15372517456988796,0.010240764064791642,0.9474909587983655,0.15372517456988796,0.020560036455373833,0.9144916549503701,0.15372517456988796,0.014800969005588142,1.0045352157156184,0.5,0.15372517456988796,0.014540709480806484,0.9386708506660705,0.15372517456988796,0.04058744183210965,0.15178980346110094,0.5,0.15372517456988796,0.027017236467209774,0.99889180775954,0.15372517456988796,0.027836765821360736,0.6938635984574625,0.15372517456988796,0.032437471921630205,0.14802157939227328,0.15372517456988796,0.024437455877610256,0.31631481212892865,0.15372517456988796,0.043964252471416644,0.3024815264821482,0.15372517456988796,0.028592445220655363,0.8750840490068856,0.15372517456988796,0.05084827464145248,0.7333195717308788,0.5,0.15372517456988796,0.07956253753015449,0.5693580015067975,0.0,0.28367273309269253,0.30241298336850586 -8651,0.5,0.15372517456988796,0.24955138819827755,0.18348349400766858,0.15372517456988796,0.21639321238296508,0.2320346794514773,0.15372517456988796,0.1600204160931428,0.21719994683958674,0.15372517456988796,0.27224879662493684,0.2265134511792583,0.15372517456988796,0.0924453938360139,0.6650259812032909,0.15372517456988796,0.048466756693313955,0.9640670380511693,0.15372517456988796,0.07183840973941534,0.9114872963517114,0.15372517456988796,0.05591681417401927,1.0000410760331184,0.5,0.15372517456988796,0.04386030328330405,0.8812147903023249,0.15372517456988796,0.08485576018815044,0.15142969081046612,0.5,0.15372517456988796,0.061191418414409664,1.0093616463746995,0.15372517456988796,0.061468169308279655,0.7249235838234086,0.15372517456988796,0.19606964779871455,0.1606604162314788,0.15372517456988796,0.13291954428529668,0.3589113771964952,0.15372517456988796,0.14779362602402185,0.3726945210835515,0.15372517456988796,0.08348617724845064,0.8636528641056165,0.15372517456988796,0.10517102340283432,0.7797564939938025,0.5,0.15372517456988796,0.13747488827674967,0.6068812372811865,0.0,0.30556317569313424,0.2775340094537395 -8652,0.5,0.15372517456988796,0.34592786020434185,0.2540002506958371,0.15372517456988796,0.32984889231072956,0.26755908862453553,0.15372517456988796,0.22888977894189683,0.28725443928902084,0.15372517456988796,0.3611425635496687,0.31768314998994,0.15372517456988796,0.15423423221567267,0.6882864648393417,0.15372517456988796,0.07700197067348144,0.9754566542046812,0.15372517456988796,0.11011501899545825,0.8967240469377505,0.15372517456988796,0.08769615640795969,0.9955480647255015,0.5,0.15372517456988796,0.063707661024974,0.826211127425212,0.15372517456988796,0.11741138621639441,0.20060517215802884,0.5,0.15372517456988796,0.08454958842783993,0.9974691584518756,0.15372517456988796,0.08362974443190248,0.7191537331937363,0.15372517456988796,0.3153451313170328,0.16310873212223476,0.15372517456988796,0.2148093703187269,0.37711647517585767,0.15372517456988796,0.2256657955229749,0.4640054603272948,0.15372517456988796,0.12345829868658159,0.8345139827625178,0.15372517456988796,0.13856667611304724,0.8181023754595601,0.5,0.15372517456988796,0.17332711567533665,0.6102725087884254,0.0,0.2998269685176897,0.28076769773946975 -8653,0.5,0.15372517456988796,0.3613080283079393,0.2879344931240453,0.15372517456988796,0.3708912126790031,0.2925558670399549,0.15372517456988796,0.2437916732605527,0.3739085708767653,0.15372517456988796,0.37564872778056513,0.38275825980309336,0.15372517456988796,0.1925308227525231,0.6955438047414318,0.15372517456988796,0.09006241770439394,0.9772903793692093,0.15372517456988796,0.1269744789301306,0.8908225541852931,0.15372517456988796,0.09797930905025179,0.9915348022943966,0.5,0.15372517456988796,0.07140362409627701,0.7357539975008579,0.15372517456988796,0.1164722557732757,0.18510740573552037,0.5,0.15372517456988796,0.08941243379814799,0.9861916689051596,0.15372517456988796,0.08943087576181852,0.754167415345104,0.15372517456988796,0.36630932519338544,0.15000783363238843,0.15372517456988796,0.2602996894851606,0.4051393111663137,0.15372517456988796,0.2550166333440675,0.5104973521484233,0.15372517456988796,0.13152699862166825,0.842706068928587,0.15372517456988796,0.13849228165480562,0.8413045133617681,0.5,0.15372517456988796,0.14839484903679884,0.6188972655487162,0.0,0.25156032720420085,0.2928630832933557 -8654,0.5,0.15372517456988796,0.30013370442047527,0.29159453174457395,0.15372517456988796,0.34355766920495023,0.30838211971377844,0.15372517456988796,0.19575064057925887,0.4979522114281356,0.15372517456988796,0.30743188547419953,0.4190156579241308,0.15372517456988796,0.2079989178131152,0.7402853658444078,0.15372517456988796,0.08912950329980511,0.9697594715351501,0.15372517456988796,0.11621473938575982,0.8942183296335046,0.15372517456988796,0.08550813890003495,0.9820891218888148,0.5,0.15372517456988796,0.06735572129971368,0.6739812212915026,0.15372517456988796,0.10142318886855974,0.18947397878258831,0.5,0.15372517456988796,0.0765434917867027,0.9583629753864906,0.15372517456988796,0.07522867430182399,0.7660260295717731,0.15372517456988796,0.34592924545601034,0.1466247346941927,0.15372517456988796,0.25496637839670055,0.3983233990904404,0.15372517456988796,0.23673016771531058,0.5461080958502399,0.15372517456988796,0.11286216712956687,0.8507086103930731,0.15372517456988796,0.10417285881147877,0.8673664872069825,0.5,0.15372517456988796,0.10675433045586807,0.6307596031195919,0.0,0.21956362301511084,0.2922450241894785 -8655,0.5,0.15372517456988796,0.16101036862996163,0.2720412204154714,0.15372517456988796,0.1711291198875619,0.29667127628364903,0.15372517456988796,0.11218941762238635,0.5822572073152685,0.15372517456988796,0.16237634337591353,0.4153837789135969,0.15372517456988796,0.1633463287519039,0.75723355069865,0.15372517456988796,0.06493937175339894,0.9560181636957774,0.15372517456988796,0.09240581248454768,0.9059288069925603,0.15372517456988796,0.05773896117038238,0.9679884758774913,0.5,0.15372517456988796,0.05060638443627008,0.6543813936487569,0.15372517456988796,0.06161269334075033,0.18315438108604654,0.5,0.15372517456988796,0.04886197584409648,0.8919470911084106,0.15372517456988796,0.04830993645485006,0.7487185805473358,0.15372517456988796,0.21973312988518973,0.1490458808015813,0.15372517456988796,0.18281631104348725,0.4035160899869473,0.15372517456988796,0.1648891628551711,0.5935979631961356,0.15372517456988796,0.06956022501076013,0.8639380602518331,0.15372517456988796,0.06002024186185794,0.8668238408215728,0.5,0.15372517456988796,0.05496341914902951,0.6191703953293378,0.0,0.22308553758200686,0.2703729970233135 -8656,0.5,0.15372517456988796,0.0,0.25350363142479615,0.15372517456988796,0.0,0.2924820589105493,0.15372517456988796,0.0,0.6608897131972985,0.15372517456988796,0.0,0.3737737375543253,0.15372517456988796,0.0,0.7285256869370714,0.15372517456988796,0.02425423921705864,0.9473107708924742,0.15372517456988796,0.010601622096489391,0.9074227292540469,0.15372517456988796,0.019105273927173066,0.955453773908488,0.5,0.15372517456988796,0.01677393122725054,0.6696718782910129,0.15372517456988796,0.01689224927146339,0.1515657735994375,0.5,0.15372517456988796,0.014421842011552674,0.7868276737782484,0.15372517456988796,0.01649758391710505,0.6260397630427849,0.15372517456988796,0.0,0.1574297065400813,0.15372517456988796,0.0,0.38999435224242596,0.15372517456988796,0.0,0.6033230277174951,0.15372517456988796,0.005707850979511444,0.8795447633141726,0.15372517456988796,0.008097004241602179,0.8498651410825675,0.5,0.15372517456988796,0.005041894677999846,0.544807403177256,0.0,0.2452907103231246,0.2495904264984129 -8657,0.5,0.15372517456988796,0.0,0.2310437350821493,0.15372517456988796,0.0,0.3058601447600261,0.15372517456988796,0.0,0.6477821503049359,0.15372517456988796,0.0,0.39500165222693584,0.15372517456988796,0.0,0.7383058412159036,0.15372517456988796,0.0,0.9507420190942266,0.15372517456988796,0.0,0.9144564346903623,0.15372517456988796,0.0,0.9512348741871268,0.5,0.15372517456988796,0.0,0.69672291141072,0.15372517456988796,0.0,0.23484186166281368,0.5,0.15372517456988796,0.0,0.6755558115315159,0.15372517456988796,0.0,0.4799764339365005,0.15372517456988796,0.0,0.17459990577612353,0.15372517456988796,0.0,0.413386381296534,0.15372517456988796,0.0,0.6049723116673329,0.15372517456988796,0.0,0.8898244178963879,0.15372517456988796,0.0,0.796419435168463,0.5,0.15372517456988796,0.0,0.4592736921254138,0.0,0.23802520224424928,0.26494375933807085 -8658,0.5,0.15372517456988796,0.0,0.22159738484434424,0.15372517456988796,0.0,0.28527700538200085,0.15372517456988796,0.0,0.6135304104135656,0.15372517456988796,0.0,0.4956612232439032,0.15372517456988796,0.0,0.7887825494887252,0.15372517456988796,0.0,0.9564087180822345,0.15372517456988796,0.0,0.9311000047303251,0.15372517456988796,0.0,0.9525423781796442,0.5,0.15372517456988796,0.0,0.7526151058306422,0.15372517456988796,0.0,0.3575433628029989,0.5,0.15372517456988796,0.0,0.6155962817865019,0.15372517456988796,0.0,0.388139216320049,0.15372517456988796,0.0,0.17859730927895323,0.15372517456988796,0.0,0.46859652584449124,0.15372517456988796,0.0,0.5862584281618313,0.15372517456988796,0.0,0.9206574649046392,0.15372517456988796,0.0,0.7514266488568517,0.5,0.15372517456988796,0.0,0.36937667293060356,0.0,0.19221803666677637,0.30640124415103126 -8659,0.5,0.15372517456988796,0.0,0.23744919816747784,0.15372517456988796,0.0,0.2473338335133439,0.15372517456988796,0.0,0.6224228055596644,0.15372517456988796,0.0,0.5747097492084644,0.15372517456988796,0.0,0.8302673198166561,0.15372517456988796,0.0,0.9487961214712748,0.15372517456988796,0.0,0.9177765353945088,0.15372517456988796,0.0,0.9443856759322611,0.5,0.15372517456988796,0.0,0.8212622078535935,0.15372517456988796,0.0,0.3323370482827194,0.5,0.15372517456988796,0.0,0.6188123816737524,0.15372517456988796,0.0,0.34595636618478404,0.15372517456988796,0.0,0.1772829172923677,0.15372517456988796,0.0,0.4936966571634944,0.15372517456988796,0.0,0.548523627809413,0.15372517456988796,0.0,0.9220121325154641,0.15372517456988796,0.0,0.7359475537972309,0.5,0.15372517456988796,0.0,0.2864050900472273,0.0,0.1311788696449245,0.384736970516384 -8660,0.5,0.15372517456988796,0.0,0.2520250626055541,0.15372517456988796,0.0,0.24430897115318226,0.15372517456988796,0.0,0.6952375824791586,0.15372517456988796,0.0,0.5596754304205024,0.15372517456988796,0.0,0.8305753188612967,0.15372517456988796,0.0,0.9334884987748984,0.15372517456988796,0.0,0.891145207780054,0.15372517456988796,0.0,0.917759572341101,0.5,0.15372517456988796,0.0,0.8841171442374285,0.15372517456988796,0.0,0.1679058788801941,0.5,0.15372517456988796,0.0,0.6513499720222837,0.15372517456988796,0.0,0.30195963728209296,0.15372517456988796,0.0,0.17640004886170949,0.15372517456988796,0.0,0.4881867640837516,0.15372517456988796,0.0,0.5365196207281211,0.15372517456988796,0.0,0.8949809679992666,0.15372517456988796,0.0,0.7555930148460517,0.5,0.15372517456988796,0.0,0.20732907378895724,0.0,0.07065051124807936,0.5090634475041264 -8661,0.5,0.15372517456988796,0.0,0.24285610476544167,0.15372517456988796,0.0,0.2635177960299535,0.15372517456988796,0.0,0.773488781680808,0.15372517456988796,0.0,0.5115452567275588,0.15372517456988796,0.0,0.8009104079061538,0.15372517456988796,0.0,0.9177597464396632,0.15372517456988796,0.0,0.8793594648146577,0.15372517456988796,0.0,0.8728788520912425,0.5,0.15372517456988796,0.0,0.9212559004366044,0.15372517456988796,0.0,0.09600497790955026,0.5,0.15372517456988796,0.0,0.7071883831228247,0.15372517456988796,0.0,0.27889299233582693,0.15372517456988796,0.0,0.17326119613102145,0.15372517456988796,0.0,0.48906541884826593,0.15372517456988796,0.0,0.561753194689279,0.15372517456988796,0.0,0.8988268003953296,0.15372517456988796,0.0,0.7580106732188666,0.5,0.15372517456988796,0.0,0.1274705384094815,0.0,0.03790809403764726,0.6184288956820881 -8662,0.5,0.15372517456988796,0.0,0.21817684954173241,0.15372517456988796,0.0,0.2581421817288824,0.15372517456988796,0.0,0.7530609659864429,0.15372517456988796,0.0,0.4656486267951183,0.15372517456988796,0.0,0.7762902586353841,0.15372517456988796,0.0,0.9002157710671945,0.15372517456988796,0.0,0.8802061962943482,0.15372517456988796,0.0,0.8142074386150002,0.5,0.15372517456988796,0.0,0.9274735031730843,0.15372517456988796,0.0,0.1036525345985146,0.5,0.15372517456988796,0.0,0.7317134882556094,0.15372517456988796,0.0,0.2587291918003919,0.15372517456988796,0.0,0.1738267241039753,0.15372517456988796,0.0,0.5014860491251447,0.15372517456988796,0.0,0.58531639266907,0.15372517456988796,0.0,0.9046649687582194,0.15372517456988796,0.0,0.7521876367816558,0.5,0.15372517456988796,0.0,0.09864852274489298,0.0,0.02678538327935208,0.6953237981975577 -8663,0.5,0.15372517456988796,0.0,0.19351267623841506,0.15372517456988796,0.0,0.2631421255307623,0.15372517456988796,0.0,0.7181455265754088,0.15372517456988796,0.0,0.4432043479168647,0.15372517456988796,0.0,0.7745492850601211,0.15372517456988796,0.0,0.8953881385158904,0.15372517456988796,0.0,0.9029938929938058,0.15372517456988796,0.0,0.7784104571052493,0.5,0.15372517456988796,0.0,0.9252545590574193,0.15372517456988796,0.0,0.10020960929566819,0.5,0.15372517456988796,0.0,0.7887580712577718,0.15372517456988796,0.0,0.1964193001945383,0.15372517456988796,0.0,0.16919302986575846,0.15372517456988796,0.0,0.5056046422736697,0.15372517456988796,0.0,0.5827876147421946,0.15372517456988796,0.0,0.9226916195020796,0.15372517456988796,0.0,0.7664935763245747,0.5,0.15372517456988796,0.0,0.09602119668916757,0.0,0.021937327859835126,0.7257816777308235 -8664,0.5,0.15372517456988796,0.0,0.1673751695859408,0.15372517456988796,0.0,0.2440994974685817,0.15372517456988796,0.0,0.7015500529324317,0.15372517456988796,0.0,0.4518120452352654,0.15372517456988796,0.0,0.7723481294638495,0.15372517456988796,0.0,0.9154419224728763,0.15372517456988796,0.0,0.9213100330808279,0.15372517456988796,0.0,0.7987829232838171,0.5,0.15372517456988796,0.0,0.926941381077874,0.15372517456988796,0.0,0.07202279300918621,0.5,0.15372517456988796,0.0,0.8974973072895663,0.15372517456988796,0.0,0.11829586286005975,0.15372517456988796,0.0,0.1381234013059381,0.15372517456988796,0.0,0.4849144392611474,0.15372517456988796,0.0,0.5455234380430284,0.15372517456988796,0.0,0.9482018094641788,0.15372517456988796,0.0,0.8025870369308585,0.5,0.15372517456988796,0.0,0.11759103029891815,0.0,0.015175510074631174,0.7240985285847172 -8665,0.5,0.15372517456988796,0.0,0.13908213981930023,0.15372517456988796,0.0,0.17016770256893102,0.15372517456988796,0.0,0.699714256228707,0.15372517456988796,0.0,0.4606088409440609,0.15372517456988796,0.0,0.7478910307305785,0.15372517456988796,0.0,0.9311407311514817,0.15372517456988796,0.0,0.9280139072033604,0.15372517456988796,0.0,0.8348085288093694,0.5,0.15372517456988796,0.0,0.9412831711820849,0.15372517456988796,0.0,0.047228376227440146,0.5,0.15372517456988796,0.0,0.9580095010431636,0.15372517456988796,0.0,0.07692655963945318,0.15372517456988796,0.0,0.10255977688760574,0.15372517456988796,0.0,0.4200853129399975,0.15372517456988796,0.0,0.47961683752613826,0.15372517456988796,0.0,0.9434717790955812,0.15372517456988796,0.0,0.8306713410374795,0.5,0.15372517456988796,0.0,0.16038816505277811,0.0,0.008812296659053163,0.654896286684457 -8666,0.5,0.15372517456988796,0.0,0.11159126504523799,0.15372517456988796,0.0,0.11580447469472127,0.15372517456988796,0.0,0.7058722620367804,0.15372517456988796,0.0,0.4409065728224729,0.15372517456988796,0.0,0.6808442345083099,0.15372517456988796,0.0,0.924399987151844,0.15372517456988796,0.0,0.9045745715529168,0.15372517456988796,0.0,0.8572346615394726,0.5,0.15372517456988796,0.0,0.9602760189911412,0.15372517456988796,0.0,0.03115964335845882,0.5,0.15372517456988796,0.0,0.9810975857249041,0.15372517456988796,0.0,0.09067325863771554,0.15372517456988796,0.0,0.07610722074719005,0.15372517456988796,0.0,0.33654866677698425,0.15372517456988796,0.0,0.3905632756341737,0.15372517456988796,0.0,0.9353431575803433,0.15372517456988796,0.0,0.8508980686185131,0.5,0.15372517456988796,0.0,0.22781375916769883,0.0,0.008170399996847197,0.536444932416577 -8667,0.5,0.15372517456988796,0.0,0.08818923507297191,0.15372517456988796,0.0,0.09344293401076753,0.15372517456988796,0.0,0.6786222545860883,0.15372517456988796,0.0,0.3945250460063507,0.15372517456988796,0.0,0.5553955839542227,0.15372517456988796,0.0,0.8863026185378228,0.15372517456988796,0.0,0.8328583401152284,0.15372517456988796,0.0,0.8488499438651,0.5,0.15372517456988796,0.0,0.9730910892479062,0.15372517456988796,0.0,0.032769816018481036,0.5,0.15372517456988796,0.0,0.9901842572973848,0.15372517456988796,0.0,0.15060618687107188,0.15372517456988796,0.0,0.053904658143212304,0.15372517456988796,0.0,0.2715642763265132,0.15372517456988796,0.0,0.29922596584422195,0.15372517456988796,0.0,0.9083633854909442,0.15372517456988796,0.0,0.8653683067625013,0.5,0.15372517456988796,0.0,0.2878154808438904,0.0,0.011868666878725525,0.47392590225540876 -8668,0.5,0.15372517456988796,0.0,0.07152637447116475,0.15372517456988796,0.0,0.0775500821656931,0.15372517456988796,0.0,0.6228346617811681,0.15372517456988796,0.0,0.33994323036447155,0.15372517456988796,0.0,0.4343938459539976,0.15372517456988796,0.0,0.8227874969108221,0.15372517456988796,0.0,0.73647512467594,0.15372517456988796,0.0,0.8218835692317094,0.5,0.15372517456988796,0.0,0.9828157194619676,0.15372517456988796,0.0,0.058533421832359586,0.5,0.15372517456988796,0.0,0.9982261609077568,0.15372517456988796,0.0,0.2256998830135349,0.15372517456988796,0.0,0.03640680982395101,0.15372517456988796,0.0,0.20728355095467063,0.15372517456988796,0.0,0.23660239894752472,0.15372517456988796,0.0,0.8849663057065523,0.15372517456988796,0.0,0.8628223368981125,0.5,0.15372517456988796,0.0,0.34545349239176376,0.0,0.02796752898481692,0.3246941515012155 -8669,0.5,0.15372517456988796,0.0,0.06348395263393844,0.15372517456988796,0.0,0.06118105759405329,0.15372517456988796,0.0,0.5586145872649974,0.15372517456988796,0.0,0.2828567851977119,0.15372517456988796,0.0,0.34398197088458216,0.15372517456988796,0.0,0.7625805652180759,0.15372517456988796,0.0,0.6786004809564086,0.15372517456988796,0.0,0.7580769115746235,0.5,0.15372517456988796,0.0,0.9838248385296859,0.15372517456988796,0.0,0.08904484916680401,0.5,0.15372517456988796,0.0,0.997122269955064,0.15372517456988796,0.0,0.31439426147645416,0.15372517456988796,0.0,0.030730938540799644,0.15372517456988796,0.0,0.15409975229031694,0.15372517456988796,0.0,0.19556631578860692,0.15372517456988796,0.0,0.8545049966472408,0.15372517456988796,0.0,0.8508711800940777,0.5,0.15372517456988796,0.0,0.37635078009020884,0.0,0.05270410190882091,0.2236153136399974 -8670,0.5,0.15372517456988796,0.0,0.057444894985728426,0.15372517456988796,0.0,0.04873573910407507,0.15372517456988796,0.0,0.48827440090088686,0.15372517456988796,0.0,0.2342994276026378,0.15372517456988796,0.0,0.26329054679876945,0.15372517456988796,0.0,0.6950327690969174,0.15372517456988796,0.0,0.629660279596615,0.15372517456988796,0.0,0.6631122590492864,0.5,0.15372517456988796,0.0,0.9716018868864998,0.15372517456988796,0.0,0.11783237096940229,0.5,0.15372517456988796,0.0,0.9762960733904332,0.15372517456988796,0.0,0.4269281282014234,0.15372517456988796,0.0,0.0336620240683166,0.15372517456988796,0.0,0.10894934228175254,0.15372517456988796,0.0,0.1610696662221036,0.15372517456988796,0.0,0.8148251653921827,0.15372517456988796,0.0,0.8397795548663896,0.5,0.15372517456988796,0.0,0.44200093255056633,0.0,0.08399436479583772,0.17817332885626824 -8671,0.5,0.15372517456988796,0.0,0.052087806640650186,0.15372517456988796,0.0,0.028073414051267027,0.15372517456988796,0.0,0.4161932367264473,0.15372517456988796,0.0,0.19906099755143372,0.15372517456988796,0.0,0.18743791125083964,0.15372517456988796,0.0,0.6306467945395162,0.15372517456988796,0.0,0.5719373865755792,0.15372517456988796,0.0,0.5924179889526976,0.5,0.15372517456988796,0.0,0.9568410529919265,0.15372517456988796,0.0,0.18003811613806678,0.5,0.15372517456988796,0.0,0.9375755242390764,0.15372517456988796,0.0,0.5462349646100436,0.15372517456988796,0.0,0.040191389424717915,0.15372517456988796,0.0,0.07473068844541533,0.15372517456988796,0.0,0.126579451545237,0.15372517456988796,0.0,0.7731865912313638,0.15372517456988796,0.0,0.8370320509596243,0.5,0.15372517456988796,0.0,0.5430736474731633,0.0,0.1572469920265852,0.1190843018593209 -8672,0.5,0.15372517456988796,0.0,0.05602285049158847,0.15372517456988796,0.0,0.025806951311948344,0.15372517456988796,0.0,0.3767949183205065,0.15372517456988796,0.0,0.17267226542932354,0.15372517456988796,0.0,0.141719744599074,0.15372517456988796,0.0,0.5476293440509554,0.15372517456988796,0.0,0.45720613519018855,0.15372517456988796,0.0,0.5399034192488908,0.5,0.15372517456988796,0.0,0.9424721288324944,0.15372517456988796,0.0,0.25954044136096915,0.5,0.15372517456988796,0.0,0.9177850169480004,0.15372517456988796,0.0,0.6250269282851544,0.15372517456988796,0.0,0.05650396700978427,0.15372517456988796,0.0,0.04729179046390666,0.15372517456988796,0.0,0.08772055686139299,0.15372517456988796,0.0,0.7368230803650625,0.15372517456988796,0.0,0.8395722260122576,0.5,0.15372517456988796,0.0,0.6395310332150439,0.0,0.22564321436715484,0.09883568487843243 -8673,0.5,0.15372517456988796,4.247266501300235e-05,0.0638808413445462,0.15372517456988796,0.0,0.030991831288659608,0.15372517456988796,4.458589936567062e-05,0.33695144714417014,0.15372517456988796,0.001774542266879243,0.15893101321185482,0.15372517456988796,0.0,0.10346366075249544,0.15372517456988796,0.0,0.4420689011339891,0.15372517456988796,0.0,0.30925294946750803,0.15372517456988796,0.0,0.5105726872628498,0.5,0.15372517456988796,0.0,0.9120471448584098,0.15372517456988796,0.002136906862497527,0.5180970534217557,0.5,0.15372517456988796,0.0,0.8959436476203448,0.15372517456988796,0.0006555130962562843,0.66523886831807,0.15372517456988796,0.0,0.07181916056238047,0.15372517456988796,0.0,0.036365268772774864,0.15372517456988796,0.0,0.056727307993692494,0.15372517456988796,0.0,0.6889086707307798,0.15372517456988796,0.0011815646981498701,0.8407250298347047,0.5,0.15372517456988796,0.0038686276715479088,0.6937637377738656,0.0,0.21751378504174274,0.14166590983418917 -8674,0.5,0.15372517456988796,0.0889546450120115,0.07291356953042506,0.15372517456988796,0.050249782558992734,0.030172915802649126,0.15372517456988796,0.09370136912855873,0.27796260486625435,0.15372517456988796,0.12245489950569848,0.15166107397496742,0.15372517456988796,0.05209180814466196,0.07460057256742729,0.15372517456988796,0.0582680057229578,0.34865450358886835,0.15372517456988796,0.07326763600077636,0.19917932742760566,0.15372517456988796,0.0823597304367045,0.44381938750604266,0.5,0.15372517456988796,0.06964260927300138,0.9079019716222064,0.15372517456988796,0.051974667581089554,0.700368551217955,0.5,0.15372517456988796,0.05312072108840135,0.8900716961589217,0.15372517456988796,0.0495877992570721,0.7342809389122045,0.15372517456988796,0.021470774620796405,0.07418477234507703,0.15372517456988796,0.04207100800502155,0.027165130765244086,0.15372517456988796,0.07857105164263672,0.04391602053556589,0.15372517456988796,0.09126402381809307,0.6333376506529551,0.15372517456988796,0.0843834612591121,0.8646132113038083,0.5,0.15372517456988796,0.05847170213708998,0.7424050636345698,0.0,0.25751608308149393,0.23111468317347544 -8675,0.5,0.15372517456988796,0.2368202502834404,0.08881544578244448,0.15372517456988796,0.19151250687866286,0.034416072328728765,0.15372517456988796,0.24958704149894761,0.2543162828415489,0.15372517456988796,0.27630233666817394,0.13080533529860333,0.15372517456988796,0.2235286753418333,0.0513542129994338,0.15372517456988796,0.2321425721969121,0.31106535981974154,0.15372517456988796,0.244146830047943,0.19190938636117394,0.15372517456988796,0.26079906777836004,0.32444236516835784,0.5,0.15372517456988796,0.2326164527583264,0.911163502649052,0.15372517456988796,0.10906924341476731,0.6427868102046232,0.5,0.15372517456988796,0.17849388853716236,0.8855580097861181,0.15372517456988796,0.11385415328476699,0.8026186638772402,0.15372517456988796,0.11281687745899976,0.0699641606207293,0.15372517456988796,0.20782132313337487,0.01830057082319183,0.15372517456988796,0.2433168696416771,0.03589626701774003,0.15372517456988796,0.2678057464471175,0.6069195563757942,0.15372517456988796,0.2333988094330502,0.9039729715164033,0.5,0.15372517456988796,0.11399494141575983,0.7931017606045996,0.0,0.28901577429257147,0.24612148292397856 -8676,0.5,0.15372517456988796,0.33780593485618493,0.10763038942041803,0.15372517456988796,0.3033814081973249,0.04573285345672022,0.15372517456988796,0.36941997819244,0.23461132772978874,0.15372517456988796,0.3817146804239771,0.10626892548591614,0.15372517456988796,0.3508876201942517,0.02869410982442335,0.15372517456988796,0.3648774956578924,0.2642234384147265,0.15372517456988796,0.3713427410944431,0.17049364662029506,0.15372517456988796,0.397544848390047,0.26677376089096994,0.5,0.15372517456988796,0.3711079752614066,0.8400347419713837,0.15372517456988796,0.15083415827174365,0.6443448961735357,0.5,0.15372517456988796,0.35010468107506215,0.8977543724615037,0.15372517456988796,0.16672923499968528,0.8493946978177549,0.15372517456988796,0.19145394155613066,0.09339228089280381,0.15372517456988796,0.3232320221504383,0.018473519826105927,0.15372517456988796,0.36083403646885837,0.034022965660873934,0.15372517456988796,0.39450518638771304,0.5869410418916061,0.15372517456988796,0.3506910008517859,0.9002671837631367,0.5,0.15372517456988796,0.16370331160089094,0.8598728441771446,0.0,0.2913708831394828,0.43498513985452647 -8677,0.5,0.15372517456988796,0.35580550054333493,0.12760052741791073,0.15372517456988796,0.35796180013713863,0.06369366781433812,0.15372517456988796,0.41821955920828163,0.17688002019543353,0.15372517456988796,0.41617632511203156,0.09350398371898246,0.15372517456988796,0.4103872884133454,0.01755377512179193,0.15372517456988796,0.4306567488767511,0.1727841633660101,0.15372517456988796,0.43032509465129953,0.122245960223902,0.15372517456988796,0.462501497976879,0.22033768790305563,0.5,0.15372517456988796,0.4589200108119205,0.7411041032146767,0.15372517456988796,0.15967797067980252,0.7127504742444812,0.5,0.15372517456988796,0.4213955706529394,0.8455421067226303,0.15372517456988796,0.19474499772156045,0.9014318972643838,0.15372517456988796,0.19313592268012442,0.1381918930336331,0.15372517456988796,0.3740730095550549,0.045039127941192296,0.15372517456988796,0.41102928269173333,0.040354190282041305,0.15372517456988796,0.45032880368358286,0.5276849967793521,0.15372517456988796,0.3971000469688208,0.865017864891768,0.5,0.15372517456988796,0.1857795436450314,0.9037746743960908,0.0,0.29807539628209767,0.524719218807668 -8678,0.5,0.15372517456988796,0.27366203135809025,0.1274258949528262,0.15372517456988796,0.233036821708759,0.09705271757170264,0.15372517456988796,0.40000290337357564,0.13063299517455293,0.15372517456988796,0.33993377861073687,0.08408533448335928,0.15372517456988796,0.39597309873455305,0.0167995924627012,0.15372517456988796,0.42328435014275917,0.11374422057331729,0.15372517456988796,0.4159194397519975,0.08714509389301368,0.15372517456988796,0.45195591932127477,0.13083485776725404,0.5,0.15372517456988796,0.4636819041417467,0.6550924368988904,0.15372517456988796,0.1360390968890461,0.7623053887018133,0.5,0.15372517456988796,0.41849321086410796,0.7499088297857136,0.15372517456988796,0.19166100819049295,0.9082170705575876,0.15372517456988796,0.15079373921789732,0.16213563332369363,0.15372517456988796,0.3529570180347131,0.12824537921228096,0.15372517456988796,0.38546734326220944,0.05260793483372426,0.15372517456988796,0.42996485401682094,0.4111415515512776,0.15372517456988796,0.3957430949100924,0.7817711984388568,0.5,0.15372517456988796,0.162303428418255,0.9248318807279772,0.0,0.25419616332311673,0.5173656716888229 -8679,0.5,0.15372517456988796,0.12894148089561958,0.10972708577414544,0.15372517456988796,0.06796168714814725,0.11446816515375745,0.15372517456988796,0.27383622417808107,0.10129519125991435,0.15372517456988796,0.1623453067256277,0.09173204666181012,0.15372517456988796,0.29767715774547404,0.019864419773499457,0.15372517456988796,0.3367178533115336,0.050326946513138765,0.15372517456988796,0.32464911870256064,0.05513944526982853,0.15372517456988796,0.3196187085544414,0.10062198011637266,0.5,0.15372517456988796,0.34608528509566716,0.4985645412979287,0.15372517456988796,0.09126986794290623,0.7964923109497577,0.5,0.15372517456988796,0.31004353790004613,0.6025174648970198,0.15372517456988796,0.16162710433697175,0.8483130240485723,0.15372517456988796,0.12028770193299507,0.14358144252850855,0.15372517456988796,0.20942762641919416,0.1541646497169692,0.15372517456988796,0.2521999668431564,0.06013885552890016,0.15372517456988796,0.2979618332169156,0.2783864884501319,0.15372517456988796,0.2767832610545071,0.5928014867317187,0.5,0.15372517456988796,0.11168465548338763,0.8788552325099169,0.0,0.2100855904903656,0.37794804743076754 -8680,0.5,0.15372517456988796,0.0,0.08808720891593255,0.15372517456988796,0.0,0.10572167636170976,0.15372517456988796,0.0,0.09720607458223877,0.15372517456988796,0.0,0.10661527158748396,0.15372517456988796,0.002850221509835086,0.024579469002843492,0.15372517456988796,0.07538451571065038,0.015090959599864142,0.15372517456988796,0.04088212453735885,0.02399902216493145,0.15372517456988796,0.0707188038231154,0.08364646943862675,0.5,0.15372517456988796,0.0870971956936003,0.39700368141484266,0.15372517456988796,0.038415373429392774,0.7782752463347923,0.5,0.15372517456988796,0.07261866022535385,0.3848253283777691,0.15372517456988796,0.06859733996403702,0.7246655446525779,0.15372517456988796,0.0,0.09405080465270557,0.15372517456988796,0.0,0.13921058411124693,0.15372517456988796,0.0,0.058590254594580435,0.15372517456988796,0.020286496103442492,0.2110501496286574,0.15372517456988796,0.02254031809153119,0.36557966805549785,0.5,0.15372517456988796,0.017225980366692942,0.7178453448846583,0.0,0.17163994387414996,0.26325497923541397 -8681,0.5,0.15372517456988796,0.0,0.06490620917965521,0.15372517456988796,0.0,0.07088044456237877,0.15372517456988796,0.0,0.10143598092715866,0.15372517456988796,0.0,0.11303516522773133,0.15372517456988796,0.0,0.0321436828650641,0.15372517456988796,0.0,0.008546086546780868,0.15372517456988796,0.0,0.007203482693859151,0.15372517456988796,0.0,0.05473766105870423,0.5,0.15372517456988796,0.0,0.3413571102256928,0.15372517456988796,0.0,0.6391050198259033,0.5,0.15372517456988796,0.0,0.3148410874217287,0.15372517456988796,0.0,0.5489173182559042,0.15372517456988796,0.0,0.06600374439673527,0.15372517456988796,0.0,0.09884133423035857,0.15372517456988796,0.0,0.04674834766154583,0.15372517456988796,0.0,0.13111036009364108,0.15372517456988796,0.0,0.25077609952389296,0.5,0.15372517456988796,0.0,0.4836044910372758,0.0,0.09686723865686074,0.13419535658031584 -8682,0.5,0.15372517456988796,0.0,0.042337050731764886,0.15372517456988796,0.0,0.04903392780361543,0.15372517456988796,0.0,0.09098976165103476,0.15372517456988796,0.0,0.10568691517108576,0.15372517456988796,0.0,0.03372351600355016,0.15372517456988796,0.0,0.015896372200241062,0.15372517456988796,0.0,0.009955664015022035,0.15372517456988796,0.0,0.019705469408175438,0.5,0.15372517456988796,0.0,0.2496640055027256,0.15372517456988796,0.0,0.5184722515883259,0.5,0.15372517456988796,0.0,0.2401059236343601,0.15372517456988796,0.0,0.43069037035937874,0.15372517456988796,0.0,0.04267592276671109,0.15372517456988796,0.0,0.05766996672635803,0.15372517456988796,0.0,0.043246470443399854,0.15372517456988796,0.0,0.0561236978536598,0.15372517456988796,0.0,0.17528658030339503,0.5,0.15372517456988796,0.0,0.30218397339239544,0.0,0.06065894407979263,0.07080766121349834 -8683,0.5,0.15372517456988796,0.0,0.030028112099096102,0.15372517456988796,0.0,0.04602158386726486,0.15372517456988796,0.0,0.07717957980872492,0.15372517456988796,0.0,0.08597540842817024,0.15372517456988796,0.0,0.030472560469014448,0.15372517456988796,0.0,0.02219879639639167,0.15372517456988796,0.0,0.02128333368457616,0.15372517456988796,0.0,0.01000658648495064,0.5,0.15372517456988796,0.0,0.14246368345131835,0.15372517456988796,0.0,0.39747659684148173,0.5,0.15372517456988796,0.0,0.13698388515403573,0.15372517456988796,0.0,0.33504895874061946,0.15372517456988796,0.0,0.026055005446993504,0.15372517456988796,0.0,0.03554987901519853,0.15372517456988796,0.0,0.043682309551391824,0.15372517456988796,0.0,0.031958215693510615,0.15372517456988796,0.0,0.10738657215997072,0.5,0.15372517456988796,0.0,0.181927993214982,0.0,0.033354488859866756,0.03466896483032292 -8684,0.5,0.15372517456988796,0.0,0.023167871194284546,0.15372517456988796,0.0,0.0420144616195387,0.15372517456988796,0.0,0.0625144776983433,0.15372517456988796,0.0,0.057184587511570364,0.15372517456988796,0.0,0.02321703996966831,0.15372517456988796,0.0,0.03030039128521886,0.15372517456988796,0.0,0.027560823026218047,0.15372517456988796,0.0,0.016375155589962474,0.5,0.15372517456988796,0.0,0.08248483087980767,0.15372517456988796,0.0,0.28043919007034057,0.5,0.15372517456988796,0.0,0.05791330148750869,0.15372517456988796,0.0,0.20515865241087897,0.15372517456988796,0.0,0.007755676684935502,0.15372517456988796,0.0,0.012078547749299584,0.15372517456988796,0.0,0.04722060567041171,0.15372517456988796,0.0,0.029256216285621986,0.15372517456988796,0.0,0.06021587278555114,0.5,0.15372517456988796,0.0,0.09511947543028564,0.0,0.02725287271000502,0.05969258290683052 -8685,0.5,0.15372517456988796,0.0,0.019032025194135417,0.15372517456988796,0.0,0.02233796685900655,0.15372517456988796,0.0,0.05910066121201354,0.15372517456988796,0.0,0.03820635345145837,0.15372517456988796,0.0,0.012255876518762303,0.15372517456988796,0.0,0.04241943872769571,0.15372517456988796,0.0,0.030901233033706517,0.15372517456988796,0.0,0.024386231703743235,0.5,0.15372517456988796,0.0,0.05208420901214617,0.15372517456988796,0.0,0.1642430334322916,0.5,0.15372517456988796,0.0,0.026740777291979326,0.15372517456988796,0.0,0.09715656120618223,0.15372517456988796,0.0,0.008000447331779077,0.15372517456988796,0.0,0.003012257458655989,0.15372517456988796,0.0,0.04828608525128571,0.15372517456988796,0.0,0.026277945478943743,0.15372517456988796,0.0,0.04346952169538483,0.5,0.15372517456988796,0.0,0.043572229441567654,0.0,0.01602708659252193,0.1521134106605574 -8686,0.5,0.15372517456988796,0.0,0.016188745133440666,0.15372517456988796,0.0,0.012399407159268695,0.15372517456988796,0.0,0.05793136777084199,0.15372517456988796,0.0,0.025606206845750143,0.15372517456988796,0.0,0.004364270875960972,0.15372517456988796,0.0,0.05062395043294026,0.15372517456988796,0.0,0.030897028684487956,0.15372517456988796,0.0,0.03244264213783034,0.5,0.15372517456988796,0.0,0.045565218512520746,0.15372517456988796,0.0,0.07727758533158915,0.5,0.15372517456988796,0.0,0.01896647241212948,0.15372517456988796,0.0,0.04636469751174587,0.15372517456988796,0.0,0.037082655292897546,0.15372517456988796,0.0,0.006626681859885873,0.15372517456988796,0.0,0.04246964892549121,0.15372517456988796,0.0,0.024628642345843218,0.15372517456988796,0.0,0.04262466184262439,0.5,0.15372517456988796,0.0,0.02576609113163684,0.0,0.016226572141288705,0.23366731149303893 -8687,0.5,0.15372517456988796,0.0,0.02038635779886403,0.15372517456988796,0.0,0.023611392461971047,0.15372517456988796,0.0,0.05554398662358597,0.15372517456988796,0.0,0.01775974072636383,0.15372517456988796,0.0,0.006192092863079173,0.15372517456988796,0.0,0.04923468361266995,0.15372517456988796,0.0,0.03436120412811608,0.15372517456988796,0.0,0.04134902501709614,0.5,0.15372517456988796,0.0,0.04244842510557711,0.15372517456988796,0.0,0.028678878535875918,0.5,0.15372517456988796,0.0,0.01738623389705564,0.15372517456988796,0.0,0.037769220547224217,0.15372517456988796,0.0,0.12150984302357741,0.15372517456988796,0.0,0.040393777257756086,0.15372517456988796,0.0,0.03861352047706519,0.15372517456988796,0.0,0.022070340285990413,0.15372517456988796,0.0,0.04616297178068103,0.5,0.15372517456988796,0.0,0.027582518205621947,0.0,0.06965716148927803,0.33379136470128057 -8688,0.5,0.15372517456988796,0.0,0.03279837066560429,0.15372517456988796,0.0,0.0587600805343496,0.15372517456988796,0.0,0.055632973909914216,0.15372517456988796,0.0,0.015109306512384691,0.15372517456988796,0.0,0.02033157155450124,0.15372517456988796,0.0,0.04634378961827824,0.15372517456988796,0.0,0.04109270694333051,0.15372517456988796,0.0,0.05228616747790148,0.5,0.15372517456988796,0.0,0.033615708985976676,0.15372517456988796,0.0,0.00891183785706596,0.5,0.15372517456988796,0.0,0.02069034749943264,0.15372517456988796,0.0,0.021775023169851724,0.15372517456988796,0.0,0.21925200400886932,0.15372517456988796,0.0,0.08573834118083906,0.15372517456988796,0.0,0.04474220466748775,0.15372517456988796,0.0,0.0216829071839505,0.15372517456988796,0.0,0.05168070747488864,0.5,0.15372517456988796,0.0,0.036047089915853314,0.0,0.18499109381919765,0.48802373840653185 -8689,0.5,0.15372517456988796,0.0,0.05266342079903161,0.15372517456988796,0.0,0.11061205281290784,0.15372517456988796,0.0,0.06162682861111511,0.15372517456988796,0.0,0.018881511510034726,0.15372517456988796,0.0,0.03592748530449096,0.15372517456988796,0.0,0.05539066851207458,0.15372517456988796,0.0,0.04534198075946125,0.15372517456988796,0.0,0.061548579538093444,0.5,0.15372517456988796,0.0,0.0217135104560484,0.15372517456988796,0.0,0.006987007288352412,0.5,0.15372517456988796,0.0,0.021576771265194705,0.15372517456988796,0.0,0.01756266479490976,0.15372517456988796,0.0,0.31632496798439147,0.15372517456988796,0.0,0.14109655793474496,0.15372517456988796,0.0,0.0663588169943492,0.15372517456988796,0.0,0.022413731457771587,0.15372517456988796,0.0,0.05599436345047148,0.5,0.15372517456988796,0.0,0.06012578093033257,0.0,0.22695090128174872,0.6675851961307925 -8690,0.5,0.15372517456988796,0.0,0.08395158789752727,0.15372517456988796,0.0,0.1924634112418887,0.15372517456988796,0.0,0.0731407202511047,0.15372517456988796,0.0,0.02977248047205688,0.15372517456988796,0.0,0.0581702374349204,0.15372517456988796,0.0,0.07345635125107905,0.15372517456988796,0.0,0.053987938998096265,0.15372517456988796,0.0,0.0835659418632886,0.5,0.15372517456988796,0.0,0.016134012826339736,0.15372517456988796,0.0,0.009311834206108616,0.5,0.15372517456988796,0.0,0.018478054803067332,0.15372517456988796,0.0,0.017799045846392664,0.15372517456988796,0.0,0.4461858759276569,0.15372517456988796,0.0,0.20720674762554836,0.15372517456988796,0.0,0.09726920354911434,0.15372517456988796,0.0,0.024891579386373718,0.15372517456988796,0.0,0.0550252203610802,0.5,0.15372517456988796,0.0,0.08368120926733112,0.0,0.44881912876268415,0.9168769251140215 -8691,0.5,0.15372517456988796,0.0,0.12512216906256415,0.15372517456988796,0.0,0.2852775847003982,0.15372517456988796,0.0,0.08513706301805671,0.15372517456988796,0.0,0.04383754777155313,0.15372517456988796,0.0,0.08706822394564072,0.15372517456988796,0.0,0.09560728159010487,0.15372517456988796,0.0,0.06513009047614315,0.15372517456988796,0.0,0.11206368138187582,0.5,0.15372517456988796,0.0,0.01406352635370162,0.15372517456988796,0.0,0.015272203696124894,0.5,0.15372517456988796,0.0,0.0203383700623892,0.15372517456988796,0.0,0.01949487917999476,0.15372517456988796,0.0,0.5559688300069086,0.15372517456988796,0.0,0.279075107012118,0.15372517456988796,0.0,0.13078722559098518,0.15372517456988796,0.0,0.03045677780477803,0.15372517456988796,0.0,0.05813283066744791,0.5,0.15372517456988796,0.0,0.11089013570229288,0.0,0.6615629339362203,1.0016264670808315 -8692,0.5,0.15372517456988796,0.0,0.16169975759782607,0.15372517456988796,0.0,0.4172351379959737,0.15372517456988796,0.0,0.10705109747867009,0.15372517456988796,0.0,0.0585716258004193,0.15372517456988796,0.0,0.12443804140529305,0.15372517456988796,0.0,0.11454075470475988,0.15372517456988796,0.0,0.07557289490659878,0.15372517456988796,0.0,0.14391929280883664,0.5,0.15372517456988796,0.0,0.017916293887375832,0.15372517456988796,0.0,0.02459532489306875,0.5,0.15372517456988796,0.0,0.025808257567741043,0.15372517456988796,0.0,0.020617569140946836,0.15372517456988796,0.0,0.5899912409516529,0.15372517456988796,0.0,0.37348779007823807,0.15372517456988796,0.0,0.1657856367627848,0.15372517456988796,0.0,0.035776217397166334,0.15372517456988796,0.0,0.06126361808407596,0.5,0.15372517456988796,0.0,0.1366530413927746,0.0,0.6152449871696696,1.0037139197510077 -8693,0.5,0.15372517456988796,0.0,0.18478380227203223,0.15372517456988796,0.0,0.5056158421800756,0.15372517456988796,0.0,0.12139658578235529,0.15372517456988796,0.0,0.08214259031146913,0.15372517456988796,0.0,0.1645106809966777,0.15372517456988796,0.0,0.12227978975444173,0.15372517456988796,0.0,0.09111102684200707,0.15372517456988796,0.0,0.171863379127839,0.5,0.15372517456988796,0.0,0.024658650655847197,0.15372517456988796,0.0,0.03919574781420869,0.5,0.15372517456988796,0.0,0.03965045132896782,0.15372517456988796,0.0,0.021295587687143975,0.15372517456988796,0.0,0.5640834854719369,0.15372517456988796,0.0,0.4430047532677951,0.15372517456988796,0.0,0.22156307130984493,0.15372517456988796,0.0,0.0421631986932872,0.15372517456988796,0.0,0.07056168198837104,0.5,0.15372517456988796,0.0,0.16275179288210803,0.0,0.5363210373843263,1.0040147292006012 -8694,0.5,0.15372517456988796,0.0,0.2191640636185395,0.15372517456988796,0.0,0.481822864538113,0.15372517456988796,0.0,0.1245140645132193,0.15372517456988796,0.0,0.106012757543961,0.15372517456988796,0.0,0.2396023852227122,0.15372517456988796,0.0,0.13267893569169964,0.15372517456988796,0.0,0.11961701786095648,0.15372517456988796,0.0,0.15819691083657522,0.5,0.15372517456988796,0.0,0.03837597903076949,0.15372517456988796,0.0,0.05433814481557159,0.5,0.15372517456988796,0.0,0.05874006355574065,0.15372517456988796,0.0,0.03428521022774874,0.15372517456988796,0.0,0.426527050821865,0.15372517456988796,0.0,0.5025162130143191,0.15372517456988796,0.0,0.2789611337995194,0.15372517456988796,0.0,0.042675258200643024,0.15372517456988796,0.0,0.08935541151939483,0.5,0.15372517456988796,0.0,0.17474612003000048,0.0,0.6146325936338625,1.004081156797554 -8695,0.5,0.15372517456988796,0.0,0.24553736464385228,0.15372517456988796,0.0,0.5633839003961311,0.15372517456988796,0.0,0.1350999350345918,0.15372517456988796,0.0,0.13938392737752114,0.15372517456988796,0.0,0.40211808134090143,0.15372517456988796,0.0,0.17755360715643537,0.15372517456988796,0.0,0.1742228596848132,0.15372517456988796,0.0,0.10693539249823569,0.5,0.15372517456988796,0.0,0.05250937481058466,0.15372517456988796,0.0,0.07788877502087203,0.5,0.15372517456988796,0.0,0.0851840677272229,0.15372517456988796,0.0,0.03579221688118564,0.15372517456988796,0.0,0.35670335177342516,0.15372517456988796,0.0,0.5564282486863423,0.15372517456988796,0.0,0.347333503143767,0.15372517456988796,0.0,0.050486638748686884,0.15372517456988796,0.0,0.11761591983539016,0.5,0.15372517456988796,0.0,0.21130681063205628,0.0,0.5527544795657052,1.003468558481918 -8696,0.5,0.15372517456988796,0.0,0.2419931152223276,0.15372517456988796,0.0,0.664339959220047,0.15372517456988796,0.0,0.16931632865246657,0.15372517456988796,0.0,0.2012158373856032,0.15372517456988796,0.0,0.5901836861695371,0.15372517456988796,0.0,0.28275215583620317,0.15372517456988796,0.0,0.2870392837052519,0.15372517456988796,0.0,0.12214988022086574,0.5,0.15372517456988796,0.0,0.04895433974895001,0.15372517456988796,0.0,0.10848882216955909,0.5,0.15372517456988796,0.0,0.1280598504951101,0.15372517456988796,0.0,0.05775930762457079,0.15372517456988796,0.0,0.43433065442521157,0.15372517456988796,0.0,0.4934766883747221,0.15372517456988796,0.0,0.4711265625044731,0.15372517456988796,0.0,0.07033525171714759,0.15372517456988796,0.0,0.14762586911437822,0.5,0.15372517456988796,0.0,0.24149501986935137,0.0,0.2504449486714315,1.0051002348707698 -8697,0.5,0.15372517456988796,8.840362381214127e-06,0.21331392105697566,0.15372517456988796,0.0,0.2362209625520078,0.15372517456988796,4.754827386759143e-05,0.23516400775372906,0.15372517456988796,0.0007681246433426592,0.2535477526459751,0.15372517456988796,0.0,0.5087625112991483,0.15372517456988796,0.0,0.41002430390582933,0.15372517456988796,0.0,0.5090746537609501,0.15372517456988796,0.0,0.17379053191480798,0.5,0.15372517456988796,0.0,0.05242808105087918,0.15372517456988796,0.0028135190064675717,0.158439426777632,0.5,0.15372517456988796,0.0,0.17302163400324258,0.15372517456988796,0.0010194843243915496,0.08346818147855907,0.15372517456988796,0.0,0.41344200659342706,0.15372517456988796,0.0,0.5249520520946533,0.15372517456988796,0.0,0.5123995413711384,0.15372517456988796,0.0,0.11765468667561865,0.15372517456988796,0.0010769724947046688,0.1930950699938673,0.5,0.15372517456988796,0.004229627740491697,0.32601765399312255,0.0,0.18589645411198916,1.0073129584472624 -8698,0.5,0.15372517456988796,0.017250511366491,0.1824152993334447,0.15372517456988796,0.013362609722894757,0.205819610535198,0.15372517456988796,0.043674072050297774,0.3421820961937897,0.15372517456988796,0.03906423121810258,0.3526456776323358,0.15372517456988796,0.003418160988476407,0.41047767977977984,0.15372517456988796,0.009634542599016398,0.5103985117574898,0.15372517456988796,0.006746377507757532,0.7650986607749156,0.15372517456988796,0.028833901968561886,0.3145221248338186,0.5,0.15372517456988796,0.034153491877467135,0.09179403103438188,0.15372517456988796,0.077409850114383,0.27944919663837825,0.5,0.15372517456988796,0.050506510822812996,0.3679174235883794,0.15372517456988796,0.08626958656381543,0.1376741294860449,0.15372517456988796,0.015083710451748097,0.4616908378564033,0.15372517456988796,0.003450649307958679,0.5471128488406919,0.15372517456988796,0.008293306355620656,0.48795848386572527,0.15372517456988796,0.024697358810841445,0.3389094670143202,0.15372517456988796,0.06227167307132464,0.341718684866525,0.5,0.15372517456988796,0.07013054196029093,0.5324501020995305,0.0,0.8555440070987109,1.0082485047606025 -8699,0.5,0.15372517456988796,0.045277716209158006,0.1939501932499806,0.15372517456988796,0.11297900227188776,0.22092393803616467,0.15372517456988796,0.07755668493017516,0.531585080772579,0.15372517456988796,0.08447831059614969,0.430614124596145,0.15372517456988796,0.03281855032836501,0.42497288753330936,0.15372517456988796,0.03581792635550956,0.4869101744771034,0.15372517456988796,0.02769385606629537,0.7684639547032563,0.15372517456988796,0.08287735215134039,0.6522442988398357,0.5,0.15372517456988796,0.10486646766523251,0.17471811429094153,0.15372517456988796,0.20794480289208683,0.4205695824586972,0.5,0.15372517456988796,0.12735496601442622,0.7438132409587471,0.15372517456988796,0.17813204887375378,0.2669982116366437,0.15372517456988796,0.10525986780311594,0.5518093286715656,0.15372517456988796,0.04858497972888825,0.5666045038115665,0.15372517456988796,0.027225103686830558,0.39981775707461714,0.15372517456988796,0.053258132517295886,0.5611676712830991,0.15372517456988796,0.1400819160349443,0.5935181759338097,0.5,0.15372517456988796,0.1459412157806309,0.7041268309483844,0.0,0.8980379880584971,1.0085494699759383 -8700,0.5,0.15372517456988796,0.07744950613528387,0.2922772753680087,0.15372517456988796,0.12810870300570026,0.41883961030786937,0.15372517456988796,0.07333333275713208,0.6515869989566173,0.15372517456988796,0.10232660052014562,0.4244694031742393,0.15372517456988796,0.058472491620584155,0.4426531855468488,0.15372517456988796,0.05416434984612624,0.4148518489351301,0.15372517456988796,0.04505354307584498,0.721704886386259,0.15372517456988796,0.09699694066938294,0.8956402329333807,0.5,0.15372517456988796,0.15150846493365058,0.4314573518661785,0.15372517456988796,0.31039122880361036,0.5752557505698073,0.5,0.15372517456988796,0.1630344634648684,0.8655257762420518,0.15372517456988796,0.23604417544229594,0.4937671726646941,0.15372517456988796,0.07856022628688293,0.6048703916459685,0.15372517456988796,0.09753562740902656,0.5917428817411309,0.15372517456988796,0.051722997726583606,0.3378484537444981,0.15372517456988796,0.07038309425448522,0.6950065165390726,0.15372517456988796,0.16131051422741352,0.788655389307878,0.5,0.15372517456988796,0.1959462667164093,0.8537401327433534,0.0,0.8733722057103651,1.0004311017716623 -8701,0.5,0.15372517456988796,0.10078587691141425,0.41909090330550763,0.15372517456988796,0.034934681785680856,0.474086741001096,0.15372517456988796,0.058765097175525124,0.6747245507249707,0.15372517456988796,0.09066739120646637,0.4994973154279584,0.15372517456988796,0.05433887736616151,0.4028204166022601,0.15372517456988796,0.05930827980999605,0.3996071048215568,0.15372517456988796,0.045977822133488735,0.7227364837238516,0.15372517456988796,0.08829108543061781,0.850956794272186,0.5,0.15372517456988796,0.16075035434795787,0.7604785547997291,0.15372517456988796,0.3163432758204131,0.7517092750742618,0.5,0.15372517456988796,0.15690192983113846,0.9869796795308248,0.15372517456988796,0.22681444015623964,0.6013704261847573,0.15372517456988796,0.03744282492448954,0.5436918190857203,0.15372517456988796,0.0957747421795266,0.6236694355715349,0.15372517456988796,0.059216083066991214,0.40892046713594,0.15372517456988796,0.07122204778847635,0.8038455446778501,0.15372517456988796,0.13660340654128653,0.9171420009752134,0.5,0.15372517456988796,0.21033306368764412,0.9214962477150836,0.0,0.7437095875747735,0.9486925835734323 -8702,0.5,0.15372517456988796,0.11295472421108288,0.4961818114601677,0.15372517456988796,0.02162785087912371,0.43026533989068505,0.15372517456988796,0.03325587554119999,0.5365692470939996,0.15372517456988796,0.064307174808056,0.4695991848344116,0.15372517456988796,0.05742354823086371,0.35868031369395587,0.15372517456988796,0.045525331085123716,0.3983133783089896,0.15372517456988796,0.03624708582658772,0.679760131990623,0.15372517456988796,0.07171646243639777,0.7268043271020631,0.5,0.15372517456988796,0.11936756071306055,0.9039669285040144,0.15372517456988796,0.20736487906316434,0.9135930993199336,0.5,0.15372517456988796,0.118984414528499,1.0197386825385404,0.15372517456988796,0.1690737985213311,0.7118759434789008,0.15372517456988796,0.04393569217435887,0.4830015233052486,0.15372517456988796,0.06441994132987984,0.6397203412454137,0.15372517456988796,0.048382864902114506,0.4817644800034875,0.15372517456988796,0.05625487488807865,0.7167436036627434,0.15372517456988796,0.10179804889259322,0.9667784593663878,0.5,0.15372517456988796,0.1661327267859442,0.9722743611625759,0.0,0.5753880548161162,0.889699453440425 -8703,0.5,0.15372517456988796,0.07619114399548574,0.42437630428716033,0.15372517456988796,0.012661696260043863,0.4920102908414702,0.15372517456988796,0.011666198514678728,0.45424834997110514,0.15372517456988796,0.03298864667972431,0.4711914151684696,0.15372517456988796,0.026385006729397222,0.3948968598033799,0.15372517456988796,0.02606942745216556,0.40154844962817793,0.15372517456988796,0.02113864147628901,0.6355755727359423,0.15372517456988796,0.04534621889349404,0.5564279517512378,0.5,0.15372517456988796,0.06516770434780683,0.8741736232657379,0.15372517456988796,0.10424918878152921,0.9500288300454306,0.5,0.15372517456988796,0.06750615638262421,1.0185090667308272,0.15372517456988796,0.09987467958656504,0.765634482631648,0.15372517456988796,0.04189045850715649,0.3367881470013314,0.15372517456988796,0.01709421769494164,0.58244294825131,0.15372517456988796,0.011778789281084312,0.5328256360368081,0.15372517456988796,0.03122316121567189,0.7220232199002771,0.15372517456988796,0.05951987942993667,0.9686164238003759,0.5,0.15372517456988796,0.08200535930762345,0.9729554027599417,0.0,0.3543172069424626,0.8069224365680652 -8704,0.5,0.15372517456988796,0.0,0.31378250032751265,0.15372517456988796,0.0,0.4481505891361076,0.15372517456988796,0.0,0.5374362653130892,0.15372517456988796,0.0,0.549659508891968,0.15372517456988796,0.00046574601831776837,0.4426993272357697,0.15372517456988796,0.006463809842769186,0.3996914030294051,0.15372517456988796,0.002121953334271384,0.6139275381925452,0.15372517456988796,0.01182232253669351,0.5601746909472739,0.5,0.15372517456988796,0.021123543564294883,0.7783499994229097,0.15372517456988796,0.03254569484789378,0.9388341188187042,0.5,0.15372517456988796,0.021027001516032,1.0154126963189154,0.15372517456988796,0.03390825549441289,0.7102616164570466,0.15372517456988796,0.0,0.1914642851517882,0.15372517456988796,0.0,0.430154290683212,0.15372517456988796,0.0,0.5108077090077973,0.15372517456988796,0.005504868081740222,0.7383231077190374,0.15372517456988796,0.009686576027960574,0.9039958230887517,0.5,0.15372517456988796,0.014764144850138236,0.9595269842918848,0.0,0.23077582747362793,0.68955372277791 -8705,0.5,0.15372517456988796,0.0,0.20517975431782476,0.15372517456988796,0.0,0.21597775858875154,0.15372517456988796,0.0,0.6953612846488513,0.15372517456988796,0.0,0.6682178397358312,0.15372517456988796,0.0,0.3722882492378336,0.15372517456988796,0.0,0.3572095174909646,0.15372517456988796,0.0,0.6094772484791763,0.15372517456988796,0.0,0.5050956656462255,0.5,0.15372517456988796,0.0,0.59741822382819,0.15372517456988796,0.0,0.9329860190729601,0.5,0.15372517456988796,0.0,0.946067206154632,0.15372517456988796,4.590914566899818e-06,0.6535347406038772,0.15372517456988796,0.0,0.07319722483032559,0.15372517456988796,0.0,0.280038873620604,0.15372517456988796,0.0,0.41279416815358905,0.15372517456988796,0.0,0.6536125871681697,0.15372517456988796,0.0,0.7460276600597281,0.5,0.15372517456988796,0.0,0.9418095803879253,0.0,0.14978327133005,0.4255758117958552 -8706,0.5,0.15372517456988796,0.0,0.13241730817456826,0.15372517456988796,0.0,0.05667883481871186,0.15372517456988796,0.0,0.754344829467185,0.15372517456988796,0.0,0.6015575922205925,0.15372517456988796,0.0,0.28322094681226295,0.15372517456988796,0.0,0.3052233465112118,0.15372517456988796,0.0,0.5233221473860507,0.15372517456988796,0.0,0.4736062434643761,0.5,0.15372517456988796,0.0,0.4439077937018736,0.15372517456988796,0.0,0.9384698264743985,0.5,0.15372517456988796,0.0,0.8804970684870531,0.15372517456988796,0.0,0.6238158146015259,0.15372517456988796,0.0,0.01848504173047726,0.15372517456988796,0.0,0.15977705230677258,0.15372517456988796,0.0,0.27004657614540106,0.15372517456988796,0.0,0.5984500914228429,0.15372517456988796,0.0,0.751508401378955,0.5,0.15372517456988796,0.0,0.9416554567524982,0.0,0.10065729898960027,0.18357339940729725 -8707,0.5,0.15372517456988796,0.0,0.08492339756788633,0.15372517456988796,0.0,0.009874729788553707,0.15372517456988796,0.0,0.6096057783857514,0.15372517456988796,0.0,0.4980181060240089,0.15372517456988796,0.0,0.19821758874989284,0.15372517456988796,0.0,0.24728456189763248,0.15372517456988796,0.0,0.40306794377637456,0.15372517456988796,0.0,0.4302283690268522,0.5,0.15372517456988796,0.0,0.35351930913700225,0.15372517456988796,0.0,0.9212038198633383,0.5,0.15372517456988796,0.0,0.4828507142252449,0.15372517456988796,0.0,0.5189297976028946,0.15372517456988796,0.0,0.0018568233776103807,0.15372517456988796,0.0,0.07430746348068927,0.15372517456988796,0.0,0.15023270461229038,0.15372517456988796,0.0,0.5851311984285654,0.15372517456988796,0.0,0.7035867671785083,0.5,0.15372517456988796,0.0,0.974799674759226,0.0,0.06236155741238184,0.11214655719262051 -8708,0.5,0.15372517456988796,0.0,0.05525728450107918,0.15372517456988796,0.0,0.0018811281445254941,0.15372517456988796,0.0,0.44605845478202594,0.15372517456988796,0.0,0.3616702742281129,0.15372517456988796,0.0,0.10849016290859895,0.15372517456988796,0.0,0.18670282501755853,0.15372517456988796,0.0,0.2974594247168362,0.15372517456988796,0.0,0.42312684183417804,0.5,0.15372517456988796,0.0,0.413456267434072,0.15372517456988796,0.0,0.8820454487589424,0.5,0.15372517456988796,0.0,0.34076150998801985,0.15372517456988796,0.0,0.45841786728201483,0.15372517456988796,0.0,0.0008735820670221369,0.15372517456988796,0.0,0.023691152242087597,0.15372517456988796,0.0,0.07252346621179444,0.15372517456988796,0.0,0.5668586483604979,0.15372517456988796,0.0,0.7199306046254971,0.5,0.15372517456988796,0.0,0.9746279040706276,0.0,0.03482450019822931,0.10188465579454352 -8709,0.5,0.15372517456988796,0.0,0.043933378757005946,0.15372517456988796,0.0,0.0017932871081339677,0.15372517456988796,0.0,0.3219309033244564,0.15372517456988796,0.0,0.22164208733829932,0.15372517456988796,0.0,0.04197089474387185,0.15372517456988796,0.0,0.09640236408728345,0.15372517456988796,0.0,0.18411978898152334,0.15372517456988796,0.0,0.38050898779738873,0.5,0.15372517456988796,0.0,0.5110231047578868,0.15372517456988796,0.0,0.8269446215023407,0.5,0.15372517456988796,0.0,0.5989820450482324,0.15372517456988796,0.0,0.3511900828566105,0.15372517456988796,0.0,0.00473653735527217,0.15372517456988796,0.0,0.003297517094992183,0.15372517456988796,0.0,0.026168530664126024,0.15372517456988796,0.0,0.4682235249131232,0.15372517456988796,0.0,0.7079151045940492,0.5,0.15372517456988796,0.0,0.9179541045944198,0.0,0.02537544943551546,0.14139903731426992 -8710,0.5,0.15372517456988796,0.0,0.03816321733449391,0.15372517456988796,0.0,0.00603000972107736,0.15372517456988796,0.0,0.2390577682533242,0.15372517456988796,0.0,0.12478794330080135,0.15372517456988796,0.0,0.009314578352623188,0.15372517456988796,0.0,0.03802315898436817,0.15372517456988796,0.0,0.09064075458553962,0.15372517456988796,0.0,0.2707892458634814,0.5,0.15372517456988796,0.0,0.5174227236847817,0.15372517456988796,0.0,0.6688638464091864,0.5,0.15372517456988796,0.0,0.6338122170374157,0.15372517456988796,0.0,0.22413569964072272,0.15372517456988796,0.0,0.025312122787730876,0.15372517456988796,0.0,0.000683021947216114,0.15372517456988796,0.0,0.010158811345321612,0.15372517456988796,0.0,0.35232533062468485,0.15372517456988796,0.0,0.6229661896677327,0.5,0.15372517456988796,0.0,0.7449629109542667,0.0,0.019017250232942824,0.18519341792404914 -8711,0.5,0.15372517456988796,0.0,0.03479822733276955,0.15372517456988796,0.0,0.009111865933311676,0.15372517456988796,0.0,0.1475635988751039,0.15372517456988796,0.0,0.07505780758228474,0.15372517456988796,0.0,0.0010048291462318522,0.15372517456988796,0.0,0.01673131703119475,0.15372517456988796,0.0,0.03969348719856729,0.15372517456988796,0.0,0.18753485863596248,0.5,0.15372517456988796,0.0,0.44248919954753835,0.15372517456988796,0.0,0.5100751386012528,0.5,0.15372517456988796,0.0,0.5026998239338015,0.15372517456988796,0.0,0.21776752819004166,0.15372517456988796,0.0,0.061865908656810076,0.15372517456988796,0.0,0.004225329909257884,0.15372517456988796,0.0,0.00499503327972186,0.15372517456988796,0.0,0.20053631685221074,0.15372517456988796,0.0,0.48975237156312434,0.5,0.15372517456988796,0.0,0.634895822368208,0.0,0.013082815349712684,0.27923959345707194 -8712,0.5,0.15372517456988796,0.0,0.028283979739851337,0.15372517456988796,0.0,0.02022415799953066,0.15372517456988796,0.0,0.07014651931093356,0.15372517456988796,0.0,0.057636296477664536,0.15372517456988796,0.0,0.001017936389905784,0.15372517456988796,0.0,0.007462374385250995,0.15372517456988796,0.0,0.01597318196191464,0.15372517456988796,0.0,0.11006735067100254,0.5,0.15372517456988796,0.0,0.3195399014051976,0.15372517456988796,0.0,0.3969090996844471,0.5,0.15372517456988796,0.0,0.288760167998774,0.15372517456988796,0.0,0.2501614027289584,0.15372517456988796,0.0,0.11252170186286231,0.15372517456988796,0.0,0.020903683309707148,0.15372517456988796,0.0,0.003676948426931328,0.15372517456988796,0.0,0.0948659117646313,0.15372517456988796,0.0,0.3359718370640715,0.5,0.15372517456988796,0.0,0.49455352542143405,0.0,0.007029605018433867,0.6173393911501344 -8713,0.5,0.15372517456988796,0.0,0.022326420639380513,0.15372517456988796,0.0,0.03087077016582484,0.15372517456988796,0.0,0.027438422586352894,0.15372517456988796,0.0,0.0433777215880779,0.15372517456988796,0.0,0.007334057474016129,0.15372517456988796,0.0,0.004129576471382226,0.15372517456988796,0.0,0.004972314605020829,0.15372517456988796,0.0,0.06338067961568228,0.5,0.15372517456988796,0.0,0.214952673210001,0.15372517456988796,0.0,0.22524070618693878,0.5,0.15372517456988796,0.0,0.16553367808344924,0.15372517456988796,0.0,0.28108336831838876,0.15372517456988796,0.0,0.16457178135627842,0.15372517456988796,0.0,0.06266387026421935,0.15372517456988796,0.0,0.005147862642234649,0.15372517456988796,0.0,0.042927267585270684,0.15372517456988796,0.0,0.21304472298491023,0.5,0.15372517456988796,0.0,0.36676059943222217,0.0,0.009051501650039784,0.8310799854446272 -8714,0.5,0.15372517456988796,0.0,0.01702367360770265,0.15372517456988796,0.0,0.06068907978723164,0.15372517456988796,0.0,0.01391015948172336,0.15372517456988796,0.0,0.03553056407992533,0.15372517456988796,0.0,0.02326792507921388,0.15372517456988796,0.0,0.0046516154424716665,0.15372517456988796,0.0,0.0017181156872491472,0.15372517456988796,0.0,0.032549980362477346,0.5,0.15372517456988796,0.0,0.13672175693242886,0.15372517456988796,0.0,0.10796796907727553,0.5,0.15372517456988796,0.0,0.0751025886404855,0.15372517456988796,0.0,0.18391115304095332,0.15372517456988796,0.0,0.2786157569476536,0.15372517456988796,0.0,0.12084565809678953,0.15372517456988796,0.0,0.011905404922065259,0.15372517456988796,0.0,0.015126565076096991,0.15372517456988796,0.0,0.10128163118389197,0.5,0.15372517456988796,0.0,0.2088675479174054,0.0,0.026479003169402104,0.8595170037889338 -8715,0.5,0.15372517456988796,0.0,0.015312565131877369,0.15372517456988796,0.0,0.12172924823347325,0.15372517456988796,0.0,0.011534144248272225,0.15372517456988796,0.0,0.029495785409061608,0.15372517456988796,0.0,0.05641172808321082,0.15372517456988796,0.0,0.009944784578229011,0.15372517456988796,0.0,0.003263142074698404,0.15372517456988796,0.0,0.01431165495947447,0.5,0.15372517456988796,0.0,0.07010271438012736,0.15372517456988796,0.0,0.07413024009512914,0.5,0.15372517456988796,0.0,0.02030755238697804,0.15372517456988796,0.0,0.07889041673121375,0.15372517456988796,0.0,0.28741496381012094,0.15372517456988796,0.0,0.17057645734236482,0.15372517456988796,0.0,0.026251336447095774,0.15372517456988796,0.0,0.004129569595788207,0.15372517456988796,0.0,0.043892856512260825,0.5,0.15372517456988796,0.0,0.1148981960370378,0.0,0.03495474232014471,0.7983664366792173 -8716,0.5,0.15372517456988796,0.0,0.01783846680470479,0.15372517456988796,0.0,0.1732445049892444,0.15372517456988796,0.0,0.011956375972426216,0.15372517456988796,0.0,0.02736740205039362,0.15372517456988796,0.0,0.10495185774689018,0.15372517456988796,0.0,0.02395799801850917,0.15372517456988796,0.0,0.012079162246426882,0.15372517456988796,0.0,0.007722097032633055,0.5,0.15372517456988796,0.0,0.025106360070382375,0.15372517456988796,0.0,0.04665751178257547,0.5,0.15372517456988796,0.0,0.0022312978402153675,0.15372517456988796,0.0,0.028842136749324614,0.15372517456988796,0.0,0.22195982926478675,0.15372517456988796,0.0,0.23251352196475283,0.15372517456988796,0.0,0.0509710889364335,0.15372517456988796,0.0,0.0008156016027188048,0.15372517456988796,0.0,0.018487273089949626,0.5,0.15372517456988796,0.0,0.08048423701971355,0.0,0.05500898108900589,0.7350760673581224 -8717,0.5,0.15372517456988796,0.0,0.02641101374645191,0.15372517456988796,0.0,0.2574791863679591,0.15372517456988796,0.0,0.018047284175623502,0.15372517456988796,0.0,0.027888502202621682,0.15372517456988796,0.0,0.14682325388686773,0.15372517456988796,0.0,0.045763248159906574,0.15372517456988796,0.0,0.03448801887578601,0.15372517456988796,0.0,0.00806737591935251,0.5,0.15372517456988796,0.0,0.006009371421672375,0.15372517456988796,0.0,0.022909741577153565,0.5,0.15372517456988796,0.0,0.0002653694706302229,0.15372517456988796,0.0,0.006523674222129184,0.15372517456988796,0.0,0.1871305697153975,0.15372517456988796,0.0,0.2837085284442618,0.15372517456988796,0.0,0.07897112339389137,0.15372517456988796,0.0,0.00290270627170932,0.15372517456988796,0.0,0.009333325038369126,0.5,0.15372517456988796,0.0,0.049421156431969294,0.0,0.10857892042886017,0.7297340766132461 -8718,0.5,0.15372517456988796,0.0,0.043112066070401786,0.15372517456988796,0.0,0.2824134778591609,0.15372517456988796,0.0,0.027700795977739126,0.15372517456988796,0.0,0.02596504538497073,0.15372517456988796,0.0,0.15689767288743356,0.15372517456988796,0.0,0.06976179256320109,0.15372517456988796,0.0,0.07664769105892387,0.15372517456988796,0.0,0.011865867814384996,0.5,0.15372517456988796,0.0,0.0015521622043063363,0.15372517456988796,0.0,0.008340751240309379,0.5,0.15372517456988796,0.0,4.202662071531391e-05,0.15372517456988796,0.0,0.0022348093449295263,0.15372517456988796,0.0,0.1736537840611863,0.15372517456988796,0.0,0.2606477668978189,0.15372517456988796,0.0,0.1196778419995784,0.15372517456988796,0.0,0.01117168051961968,0.15372517456988796,0.0,0.005199754838127088,0.5,0.15372517456988796,0.0,0.03392492806693705,0.0,0.2165079068465655,0.7646953086805907 -8719,0.5,0.15372517456988796,0.0,0.0640542258592635,0.15372517456988796,0.0,0.22980539359234955,0.15372517456988796,0.0,0.03382081549383282,0.15372517456988796,0.0,0.02578936164514356,0.15372517456988796,0.0,0.1473237059270896,0.15372517456988796,0.0,0.0818189153875504,0.15372517456988796,0.0,0.14343089091052394,0.15372517456988796,0.0,0.020619211556848264,0.5,0.15372517456988796,0.0,0.001175757147407192,0.15372517456988796,0.0,0.0021450471931816926,0.5,0.15372517456988796,0.0,0.002336421785345006,0.15372517456988796,0.0,0.0015293451279860396,0.15372517456988796,0.0,0.2136903097483345,0.15372517456988796,0.0,0.23301891584000778,0.15372517456988796,0.0,0.16683586032136036,0.15372517456988796,0.0,0.02736781536702812,0.15372517456988796,0.0,0.004418927310006674,0.5,0.15372517456988796,0.0,0.02450474246020773,0.0,0.3275478316450428,0.7958831128660322 -8720,0.5,0.15372517456988796,0.0,0.08068450456777268,0.15372517456988796,0.0,0.14366221985482436,0.15372517456988796,0.0,0.03704807661871888,0.15372517456988796,0.0,0.025512087088870317,0.15372517456988796,0.0,0.12711956330670954,0.15372517456988796,0.0,0.07860825117318909,0.15372517456988796,0.0,0.18517085193772453,0.15372517456988796,0.0,0.031138854394515275,0.5,0.15372517456988796,0.0,0.0022034196923435183,0.15372517456988796,0.0,0.0010266216049048997,0.5,0.15372517456988796,0.0,0.004779138987714724,0.15372517456988796,0.0,0.0024990328425687374,0.15372517456988796,0.0,0.222336413548886,0.15372517456988796,0.0,0.21232708418625632,0.15372517456988796,0.0,0.19800530883327544,0.15372517456988796,0.0,0.044359251714183145,0.15372517456988796,0.0,0.005223171391118584,0.5,0.15372517456988796,0.0,0.01583873763805805,0.0,0.41558370824299573,0.7888157865989167 -8721,0.5,0.15372517456988796,1.797156796023802e-05,0.09916896742178143,0.15372517456988796,0.0,0.07617836179466468,0.15372517456988796,2.9312758457103973e-05,0.03949592050046211,0.15372517456988796,0.0010780408321016683,0.027952401075097374,0.15372517456988796,0.0,0.12505452399862257,0.15372517456988796,0.0,0.07473380309576415,0.15372517456988796,0.0,0.13861852020187815,0.15372517456988796,0.0,0.04161014030798374,0.5,0.15372517456988796,0.0,0.005479512730208048,0.15372517456988796,0.003174940307745224,0.002162419534784612,0.5,0.15372517456988796,0.0,0.00535203141029685,0.15372517456988796,0.000904453644486359,0.003171337788292455,0.15372517456988796,0.0,0.19927935011739334,0.15372517456988796,0.0,0.2072477387845933,0.15372517456988796,0.0,0.18112668256159908,0.15372517456988796,0.0,0.06214049552424759,0.15372517456988796,0.0010829483868314952,0.006059611008886451,0.5,0.15372517456988796,0.0050925622514396965,0.015952184866736184,0.0,0.4211928774663939,0.7436234950658858 -8722,0.5,0.15372517456988796,0.02826827024207469,0.12681576832163616,0.15372517456988796,0.004258814530590415,0.04957645411786751,0.15372517456988796,0.03092295767966982,0.062247367174960856,0.15372517456988796,0.0558711280332643,0.03475259002186781,0.15372517456988796,0.01641705614788275,0.11911772101312258,0.15372517456988796,0.013609214829782529,0.07523287986959087,0.15372517456988796,0.004590670486498975,0.14241397856435295,0.15372517456988796,0.011048421758492993,0.057396059377757144,0.5,0.15372517456988796,0.036532434782326574,0.01035051548760816,0.15372517456988796,0.08878066606479286,0.005566258514968763,0.5,0.15372517456988796,0.046415881272422264,0.005491784848323916,0.15372517456988796,0.0701716994147121,0.001757169178604179,0.15372517456988796,0.009735697809091268,0.16861863450307285,0.15372517456988796,0.016802116802319907,0.1971109361883157,0.15372517456988796,0.006194877741474152,0.16776108641825327,0.15372517456988796,0.01805829097887746,0.10586833451062236,0.15372517456988796,0.05277702124055061,0.009136281581530773,0.5,0.15372517456988796,0.08565828836532777,0.0338036516254337,0.0,0.3678556592235664,0.6836944986199468 -8723,0.5,0.15372517456988796,0.07733856761306693,0.1554836095425212,0.15372517456988796,0.036452488664914545,0.04829309218272336,0.15372517456988796,0.08127285539217682,0.11460815262352998,0.15372517456988796,0.13370784915655967,0.04885589649085555,0.15372517456988796,0.10158802130703685,0.11015966797552426,0.15372517456988796,0.09794738991238977,0.07765766669003976,0.15372517456988796,0.03132817577401989,0.16555682442249972,0.15372517456988796,0.04384159777257218,0.0774921581074624,0.5,0.15372517456988796,0.08353170000233702,0.03248024129538036,0.15372517456988796,0.19147595724963618,0.025242844697628653,0.5,0.15372517456988796,0.10507860665554901,0.010720824258376055,0.15372517456988796,0.15299937262999033,0.0038343264586607924,0.15372517456988796,0.10870062237444203,0.14270509324628375,0.15372517456988796,0.11752426182993758,0.1798025295677736,0.15372517456988796,0.02825434467744605,0.1308322632732668,0.15372517456988796,0.04535495035246037,0.11584333188588206,0.15372517456988796,0.11907742951004305,0.02921555932748909,0.5,0.15372517456988796,0.17279493721848715,0.0757248961473361,0.0,0.2768674214784577,0.663435293095922 -8724,0.5,0.15372517456988796,0.10952430822539244,0.1934220467803721,0.15372517456988796,0.08108477474386311,0.05623294221723458,0.15372517456988796,0.1145072013909463,0.17340268801020484,0.15372517456988796,0.19031946437413036,0.05638416741026825,0.15372517456988796,0.20835570088256405,0.10207936879431816,0.15372517456988796,0.200305357680155,0.0730240990003712,0.15372517456988796,0.06531058452194353,0.14838500058825493,0.15372517456988796,0.07772051397485023,0.09162620578846749,0.5,0.15372517456988796,0.10318865981442715,0.05814427365014804,0.15372517456988796,0.25914468798864426,0.04211411621754854,0.5,0.15372517456988796,0.14552712876976798,0.03279480678305221,0.15372517456988796,0.1942657242154861,0.008135014192140674,0.15372517456988796,0.20565836638097074,0.13114715740278096,0.15372517456988796,0.21480481672531487,0.17300433640555457,0.15372517456988796,0.0556811473182288,0.09297548245668662,0.15372517456988796,0.05868899781037559,0.11125784569244213,0.15372517456988796,0.17720708768954704,0.06654993424245696,0.5,0.15372517456988796,0.2261878110485564,0.12100746965220219,0.0,0.21797893889002323,0.6641133031562325 -8725,0.5,0.15372517456988796,0.10724255549729261,0.21047055699391143,0.15372517456988796,0.12301905425688814,0.05282679345031877,0.15372517456988796,0.111275812046647,0.1861928077375861,0.15372517456988796,0.20190156405602994,0.06439205712506522,0.15372517456988796,0.27944847341469575,0.0920532434901365,0.15372517456988796,0.2592273896068084,0.06969500127227507,0.15372517456988796,0.09225491619224085,0.1304885247069785,0.15372517456988796,0.10227004658486206,0.1093675403830379,0.5,0.15372517456988796,0.08329598595580075,0.07818923742325655,0.15372517456988796,0.26595332357961526,0.043429300955525926,0.5,0.15372517456988796,0.15531449739661557,0.0666180334247043,0.15372517456988796,0.20054790120490734,0.013229667101810203,0.15372517456988796,0.274354404360239,0.12885971676363586,0.15372517456988796,0.2808663821514754,0.17578287705354106,0.15372517456988796,0.0798339721592683,0.07236985923176455,0.15372517456988796,0.061109084724521825,0.11551019050965565,0.15372517456988796,0.19165804318886243,0.07972177083388067,0.5,0.15372517456988796,0.22429886895708986,0.13317121980507202,0.0,0.19785668347287874,0.670724138308224 -8726,0.5,0.15372517456988796,0.07820136925651414,0.1953673352432299,0.15372517456988796,0.2042833737272064,0.04649447850057446,0.15372517456988796,0.0780591062181079,0.17021345435137028,0.15372517456988796,0.16516125231812717,0.07793328056685288,0.15372517456988796,0.2809689871798324,0.09307559622953389,0.15372517456988796,0.26839939457732104,0.06795633328657821,0.15372517456988796,0.10143167532285635,0.0998137203369183,0.15372517456988796,0.10277327707987247,0.15133604270157552,0.5,0.15372517456988796,0.06380005228395433,0.1058071191619143,0.15372517456988796,0.21811296295062954,0.041955490663399354,0.5,0.15372517456988796,0.11853488949396468,0.10036458080867112,0.15372517456988796,0.173277636735673,0.021812951638806057,0.15372517456988796,0.2781509806852682,0.13121621020023236,0.15372517456988796,0.28208816442177254,0.17783294161656785,0.15372517456988796,0.09655666695951595,0.06298108871459641,0.15372517456988796,0.06181149364882804,0.09494729354003932,0.15372517456988796,0.14506177249966606,0.0823766092494871,0.5,0.15372517456988796,0.18212744317304658,0.12032998786797722,0.0,0.14758889529778077,0.6929433429212385 -8727,0.5,0.15372517456988796,0.03503712711273735,0.1712501136216195,0.15372517456988796,0.1856499140947087,0.04377777276382183,0.15372517456988796,0.03942075035322095,0.13582063472043243,0.15372517456988796,0.09364953744015089,0.07777306399262425,0.15372517456988796,0.2227767427944159,0.09384870347905623,0.15372517456988796,0.2194411597529305,0.0689508759126454,0.15372517456988796,0.07347080013583457,0.0858923959670851,0.15372517456988796,0.0729625268307926,0.15374284120591647,0.5,0.15372517456988796,0.046474831566896656,0.12128762506413474,0.15372517456988796,0.13641960726846822,0.03487379843911214,0.5,0.15372517456988796,0.06384644375499217,0.12936814367857666,0.15372517456988796,0.11470872074009264,0.028093988257230956,0.15372517456988796,0.21366813354678127,0.1409472681760796,0.15372517456988796,0.22249044050330774,0.1760180771139918,0.15372517456988796,0.07437754865561452,0.06405101361726576,0.15372517456988796,0.03918823986866115,0.08102966135926913,0.15372517456988796,0.0776597495213602,0.0901981409203856,0.5,0.15372517456988796,0.1005098472274156,0.08868701168954811,0.0,0.08634281167582704,0.7154498679935802 -8728,0.5,0.15372517456988796,5.992155889130891e-05,0.1364007937748283,0.15372517456988796,0.0,0.047100428864441365,0.15372517456988796,0.0,0.09393852704391913,0.15372517456988796,0.0,0.07846201264709803,0.15372517456988796,0.009963550689711395,0.08720135446021053,0.15372517456988796,0.07477556840326799,0.07149853196943054,0.15372517456988796,0.018814571753567558,0.0739387194405727,0.15372517456988796,0.023598538899205802,0.1280455466999524,0.5,0.15372517456988796,0.0197273288183519,0.13701667022379946,0.15372517456988796,0.04176348267150433,0.023547309810020352,0.5,0.15372517456988796,0.018740928770754006,0.15554607145271268,0.15372517456988796,0.03585940020067846,0.027099537415685625,0.15372517456988796,0.0,0.12996096633630452,0.15372517456988796,0.0,0.17217509396187936,0.15372517456988796,0.0,0.06796929863273898,0.15372517456988796,0.0070141626091565264,0.07748003756693629,0.15372517456988796,0.016168709531972435,0.09134398359081611,0.5,0.15372517456988796,0.01854697722816523,0.050559849609055144,0.0,0.061360973986047396,0.7215721925522603 -8729,0.5,0.15372517456988796,0.0,0.10870273120171944,0.15372517456988796,0.0,0.04437631441965426,0.15372517456988796,0.0,0.06725397066973925,0.15372517456988796,0.0,0.07487785878199478,0.15372517456988796,0.0,0.08048471168826463,0.15372517456988796,0.0,0.05982267202519877,0.15372517456988796,0.0,0.06635805841529248,0.15372517456988796,0.0,0.08986754349243381,0.5,0.15372517456988796,0.0,0.13942696981231287,0.15372517456988796,0.0,0.021938037349915302,0.5,0.15372517456988796,0.0,0.18792277499844956,0.15372517456988796,0.0,0.022302337202888524,0.15372517456988796,0.0,0.11984743420832923,0.15372517456988796,0.0,0.16075314405315758,0.15372517456988796,0.0,0.06764332390018177,0.15372517456988796,0.0,0.0753134434449158,0.15372517456988796,0.0,0.08299027112487893,0.5,0.15372517456988796,0.0,0.03174670871251874,0.0,0.02884775076098493,0.7368933894813038 -8730,0.5,0.15372517456988796,0.0,0.09523083616619107,0.15372517456988796,0.0,0.05980917857197509,0.15372517456988796,0.0,0.06452729414624146,0.15372517456988796,0.0,0.06138100642247848,0.15372517456988796,0.0,0.07084009663466652,0.15372517456988796,0.0,0.05264898715721271,0.15372517456988796,0.0,0.06314936853100639,0.15372517456988796,0.0,0.07208465739205352,0.5,0.15372517456988796,0.0,0.1330438057741379,0.15372517456988796,0.0,0.03148683891077173,0.5,0.15372517456988796,0.0,0.18767458068465948,0.15372517456988796,0.0,0.030562750730024246,0.15372517456988796,0.0,0.116229925870743,0.15372517456988796,0.0,0.15672884208060947,0.15372517456988796,0.0,0.0780245160926625,0.15372517456988796,0.0,0.07279129995179187,0.15372517456988796,0.0,0.08325962029075547,0.5,0.15372517456988796,0.0,0.03032431425997407,0.0,0.046883683339160966,0.7335854323795902 -8731,0.5,0.15372517456988796,0.0,0.08239721063938522,0.15372517456988796,0.0,0.05500028597799922,0.15372517456988796,0.0,0.06331203926449976,0.15372517456988796,0.0,0.07412083036498439,0.15372517456988796,0.0,0.07782979219487823,0.15372517456988796,0.0,0.04839505264863858,0.15372517456988796,0.0,0.06410955953973146,0.15372517456988796,0.0,0.0598967731735332,0.5,0.15372517456988796,0.0,0.08158083163604116,0.15372517456988796,0.0,0.04729330113627045,0.5,0.15372517456988796,0.0,0.17854989982476366,0.15372517456988796,0.0,0.041358509317202426,0.15372517456988796,0.0,0.11974381818535715,0.15372517456988796,0.0,0.17392378381644208,0.15372517456988796,0.0,0.08229733143059524,0.15372517456988796,0.0,0.07834592215018803,0.15372517456988796,0.0,0.06672430711447666,0.5,0.15372517456988796,0.0,0.028003343573466923,0.0,0.04627761087086972,0.728309039608601 -8732,0.5,0.15372517456988796,0.0,0.064655333624227,0.15372517456988796,0.0,0.07193144517687833,0.15372517456988796,0.0,0.06185175901073097,0.15372517456988796,0.0,0.07575255283086507,0.15372517456988796,0.0,0.0825232415687136,0.15372517456988796,0.0,0.05237170790176557,0.15372517456988796,0.0,0.07467397373806574,0.15372517456988796,0.0,0.05038290364313626,0.5,0.15372517456988796,0.0,0.061884533260788833,0.15372517456988796,0.0,0.0685957256851845,0.5,0.15372517456988796,0.0,0.10110396323219076,0.15372517456988796,0.0,0.0459499679182462,0.15372517456988796,0.0,0.1282853096736604,0.15372517456988796,0.0,0.1808786245131988,0.15372517456988796,0.0,0.09238243581325088,0.15372517456988796,0.0,0.06990006834880867,0.15372517456988796,0.0,0.055252883085387186,0.5,0.15372517456988796,0.0,0.0278516166029154,0.0,0.03737488652403937,0.7469825824989934 -8733,0.5,0.15372517456988796,0.0,0.06207432535816224,0.15372517456988796,0.0,0.07201136811076557,0.15372517456988796,0.0,0.05651855721070179,0.15372517456988796,0.0,0.07447241860867443,0.15372517456988796,0.0,0.08497022837688673,0.15372517456988796,0.0,0.06335561564917631,0.15372517456988796,0.0,0.08463555224447447,0.15372517456988796,0.0,0.05854425908998888,0.5,0.15372517456988796,0.0,0.041133392859768525,0.15372517456988796,0.0,0.07936259135755096,0.5,0.15372517456988796,0.0,0.0921247504401804,0.15372517456988796,0.0,0.04314556484701247,0.15372517456988796,0.0,0.14251069256467547,0.15372517456988796,0.0,0.18481409743585306,0.15372517456988796,0.0,0.0866808689612475,0.15372517456988796,0.0,0.06778571319693273,0.15372517456988796,0.0,0.04670185390449738,0.5,0.15372517456988796,0.0,0.03599085743886199,0.0,0.07931168978966714,0.7578181977529066 -8734,0.5,0.15372517456988796,0.0,0.0676826600382054,0.15372517456988796,0.0,0.07307348236093159,0.15372517456988796,0.0,0.07163715887007321,0.15372517456988796,0.0,0.07015045865789522,0.15372517456988796,0.0,0.07969466109533639,0.15372517456988796,0.0,0.06474388245452768,0.15372517456988796,0.0,0.08935853906350814,0.15372517456988796,0.0,0.07012722396585472,0.5,0.15372517456988796,0.0,0.03605954747717581,0.15372517456988796,0.0,0.10376013751064397,0.5,0.15372517456988796,0.0,0.05820154867896745,0.15372517456988796,0.0,0.03448950885717778,0.15372517456988796,0.0,0.17532075634832703,0.15372517456988796,0.0,0.183085546845082,0.15372517456988796,0.0,0.08804293569148759,0.15372517456988796,0.0,0.045148981781557705,0.15372517456988796,0.0,0.039906756320572105,0.5,0.15372517456988796,0.0,0.037983696456961084,0.0,0.14573023901751558,0.7584153263045207 -8735,0.5,0.15372517456988796,0.0,0.06312166536913069,0.15372517456988796,0.0,0.11251947080347936,0.15372517456988796,0.0,0.07300418865452958,0.15372517456988796,0.0,0.06412859527883523,0.15372517456988796,0.0,0.07790771144274605,0.15372517456988796,0.0,0.06646409525746222,0.15372517456988796,0.0,0.07808669697671859,0.15372517456988796,0.0,0.0710831927382367,0.5,0.15372517456988796,0.0,0.037732338403648855,0.15372517456988796,0.0,0.10398888648511453,0.5,0.15372517456988796,0.0,0.0735328070830624,0.15372517456988796,0.0,0.028262976019052897,0.15372517456988796,0.0,0.23010877708142574,0.15372517456988796,0.0,0.19126449837482976,0.15372517456988796,0.0,0.10528758560351406,0.15372517456988796,0.0,0.03829932059456753,0.15372517456988796,0.0,0.04047418943587603,0.5,0.15372517456988796,0.0,0.04458230007044323,0.0,0.1708771898406549,0.7243146700969811 -8736,0.5,0.15372517456988796,0.0,0.06379181882686139,0.15372517456988796,0.0,0.1080788800983122,0.15372517456988796,0.0,0.06665737690365743,0.15372517456988796,0.0,0.05913831631246728,0.15372517456988796,0.0,0.08414924445178162,0.15372517456988796,0.0,0.0654668903410247,0.15372517456988796,0.0,0.0849911181498435,0.15372517456988796,0.0,0.06276732412239885,0.5,0.15372517456988796,0.0,0.02838089414232966,0.15372517456988796,0.0,0.10870655820506098,0.5,0.15372517456988796,0.0,0.061660574456366475,0.15372517456988796,0.0,0.03371667442376124,0.15372517456988796,0.0,0.28502727855171245,0.15372517456988796,0.0,0.20922852715963378,0.15372517456988796,0.0,0.11094783930367769,0.15372517456988796,0.0,0.046231368817773344,0.15372517456988796,0.0,0.033162680961044355,0.5,0.15372517456988796,0.0,0.0435532438634848,0.0,0.19476821125441462,0.7013052266718752 -8737,0.5,0.15372517456988796,0.0,0.06968723974229106,0.15372517456988796,0.0,0.12166819023598426,0.15372517456988796,0.0,0.061291016085206845,0.15372517456988796,0.0,0.052660350858853004,0.15372517456988796,0.0,0.09605762538403126,0.15372517456988796,0.0,0.06733051291973188,0.15372517456988796,0.0,0.1144088611780905,0.15372517456988796,0.0,0.05494400170007581,0.5,0.15372517456988796,0.0,0.022706609818876834,0.15372517456988796,0.0,0.10224030560245528,0.5,0.15372517456988796,0.0,0.047801237775720574,0.15372517456988796,0.0,0.04173673498963571,0.15372517456988796,0.0,0.30970202773873107,0.15372517456988796,0.0,0.21802974938029282,0.15372517456988796,0.0,0.09986826029061105,0.15372517456988796,0.0,0.05181549820097516,0.15372517456988796,0.0,0.027362728614071023,0.5,0.15372517456988796,0.0,0.03438379260613212,0.0,0.2598046013624734,0.7099809590938477 -8738,0.5,0.15372517456988796,0.0,0.0800726169079208,0.15372517456988796,0.0,0.1613471084284972,0.15372517456988796,0.0,0.045261970207270144,0.15372517456988796,0.0,0.048829515224822435,0.15372517456988796,0.0,0.09978549949050133,0.15372517456988796,0.0,0.07974385157827854,0.15372517456988796,0.0,0.14503238197978324,0.15372517456988796,0.0,0.060114536669099786,0.5,0.15372517456988796,0.0,0.01595886549647701,0.15372517456988796,0.0,0.09287072065123733,0.5,0.15372517456988796,0.0,0.03199396253633583,0.15372517456988796,0.0,0.04497257136915411,0.15372517456988796,0.0,0.31211203202980475,0.15372517456988796,0.0,0.20736322670158544,0.15372517456988796,0.0,0.10753099331120136,0.15372517456988796,0.0,0.05366665407099231,0.15372517456988796,0.0,0.024812635222977667,0.5,0.15372517456988796,0.0,0.04549728679179407,0.0,0.3669064935298898,0.7085375572740263 -8739,0.5,0.15372517456988796,0.0,0.09033129615060287,0.15372517456988796,0.0,0.18736913579596615,0.15372517456988796,0.0,0.030158789195775925,0.15372517456988796,0.0,0.048119983097042934,0.15372517456988796,0.0,0.09399515868231155,0.15372517456988796,0.0,0.08628804473372576,0.15372517456988796,0.0,0.15487819918591433,0.15372517456988796,0.0,0.06207511735403631,0.5,0.15372517456988796,0.0,0.011519668234334049,0.15372517456988796,0.0,0.09334391106165328,0.5,0.15372517456988796,0.0,0.02112399323977536,0.15372517456988796,0.0,0.0510093029285355,0.15372517456988796,0.0,0.30257717817092605,0.15372517456988796,0.0,0.1930845084077847,0.15372517456988796,0.0,0.12922141652404492,0.15372517456988796,0.0,0.0721684977123995,0.15372517456988796,0.0,0.018910808012481392,0.5,0.15372517456988796,0.0,0.04699635683915544,0.0,0.4375778747651126,0.6978509663128638 -8740,0.5,0.15372517456988796,0.0,0.09975766537541028,0.15372517456988796,0.0,0.1805540336896768,0.15372517456988796,0.0,0.03316758698303944,0.15372517456988796,0.0,0.04034650930996578,0.15372517456988796,0.0,0.0967586526805647,0.15372517456988796,0.0,0.07904628598957804,0.15372517456988796,0.0,0.1570466584720535,0.15372517456988796,0.0,0.053162106747380596,0.5,0.15372517456988796,0.0,0.01106733687236086,0.15372517456988796,0.0,0.07598033778315237,0.5,0.15372517456988796,0.0,0.016151729132558777,0.15372517456988796,0.0,0.052959110231606765,0.15372517456988796,0.0,0.2880740283046444,0.15372517456988796,0.0,0.18152295290367226,0.15372517456988796,0.0,0.15278687451506878,0.15372517456988796,0.0,0.0811559462137272,0.15372517456988796,0.0,0.018619166710719316,0.5,0.15372517456988796,0.0,0.04710841557517393,0.0,0.5141674364044488,0.6779629765544939 -8741,0.5,0.15372517456988796,0.0,0.11784394230409186,0.15372517456988796,0.0,0.17416905980347064,0.15372517456988796,0.0,0.03612647219589711,0.15372517456988796,0.0,0.03680856115362914,0.15372517456988796,0.0,0.10848267890873169,0.15372517456988796,0.0,0.0722380812902956,0.15372517456988796,0.0,0.16909447168725467,0.15372517456988796,0.0,0.041109579146972566,0.5,0.15372517456988796,0.0,0.010921065664132914,0.15372517456988796,0.0,0.059627383853961505,0.5,0.15372517456988796,0.0,0.013003094179858732,0.15372517456988796,0.0,0.04080652016513429,0.15372517456988796,0.0,0.2931045765179822,0.15372517456988796,0.0,0.18018452376152475,0.15372517456988796,0.0,0.1720362698262313,0.15372517456988796,0.0,0.07576105063895136,0.15372517456988796,0.0,0.01924175770504543,0.5,0.15372517456988796,0.0,0.0450233213987687,0.0,0.5877014568731422,0.641730445921848 -8742,0.5,0.15372517456988796,0.0,0.1392063260411522,0.15372517456988796,0.0,0.18797740980530606,0.15372517456988796,0.0,0.042477527492805256,0.15372517456988796,0.0,0.04066393009123047,0.15372517456988796,0.0,0.11687241202454957,0.15372517456988796,0.0,0.07745243196345132,0.15372517456988796,0.0,0.17531198873438233,0.15372517456988796,0.0,0.03382031664219359,0.5,0.15372517456988796,0.0,0.012104273916851113,0.15372517456988796,0.0,0.05062569485389166,0.5,0.15372517456988796,0.0,0.009065987877827277,0.15372517456988796,0.0,0.025593941292341025,0.15372517456988796,0.0,0.3107179435547304,0.15372517456988796,0.0,0.18628457855391217,0.15372517456988796,0.0,0.18730233282712072,0.15372517456988796,0.0,0.07230243368121637,0.15372517456988796,0.0,0.015607431635785164,0.5,0.15372517456988796,0.0,0.0357466712532834,0.0,0.6677761033329006,0.591329438940279 -8743,0.5,0.15372517456988796,0.0,0.15674935992166225,0.15372517456988796,0.0,0.1789288499015562,0.15372517456988796,0.0,0.05351657961361018,0.15372517456988796,0.0,0.04914281937594274,0.15372517456988796,0.0,0.1175437948644814,0.15372517456988796,0.0,0.08218679508213508,0.15372517456988796,0.0,0.17111612704936685,0.15372517456988796,0.0,0.03165396309961852,0.5,0.15372517456988796,0.0,0.013515942457608272,0.15372517456988796,0.0,0.0415255978107516,0.5,0.15372517456988796,0.0,0.008964726173711468,0.15372517456988796,0.0,0.013533493453952812,0.15372517456988796,0.0,0.31917061143953374,0.15372517456988796,0.0,0.18614746838581098,0.15372517456988796,0.0,0.2046717864323965,0.15372517456988796,0.0,0.05313187548576243,0.15372517456988796,0.0,0.013920846963389825,0.5,0.15372517456988796,0.0,0.03228881296853252,0.0,0.7250981863353428,0.5588462337076135 -8744,0.5,0.15372517456988796,0.0,0.1707255057951702,0.15372517456988796,0.0,0.17730362536071576,0.15372517456988796,0.0,0.07252269729635212,0.15372517456988796,0.0,0.053071479043439236,0.15372517456988796,0.0,0.11703531449904536,0.15372517456988796,0.0,0.08356094966703172,0.15372517456988796,0.0,0.14050877824701338,0.15372517456988796,0.0,0.028266298015619792,0.5,0.15372517456988796,0.0,0.008618008595485782,0.15372517456988796,0.0,0.03459843236391047,0.5,0.15372517456988796,0.0,0.013004945764903887,0.15372517456988796,0.0,0.007894548522871853,0.15372517456988796,0.0,0.3225475826938037,0.15372517456988796,0.0,0.18204096441370377,0.15372517456988796,0.0,0.21403843338494172,0.15372517456988796,0.0,0.033563736889110365,0.15372517456988796,0.0,0.01258673520736784,0.5,0.15372517456988796,0.0,0.025617261661164764,0.0,0.7382125227164097,0.5654498667110197 -8745,0.5,0.15372517456988796,1.1423322420780976e-06,0.18245673803224058,0.15372517456988796,0.0,0.1764542051778532,0.15372517456988796,3.3968441946887477e-06,0.08306404147253574,0.15372517456988796,0.0002566678186501136,0.0551550555475781,0.15372517456988796,0.0,0.11159878650067574,0.15372517456988796,0.0,0.07743882954235284,0.15372517456988796,0.0,0.11154281756072189,0.15372517456988796,0.0,0.02292312841377158,0.5,0.15372517456988796,0.0,0.004584825308143597,0.15372517456988796,0.0017379817927010738,0.021242173677391077,0.5,0.15372517456988796,0.0,0.017075136589973696,0.15372517456988796,0.0005315536292896259,0.005242580683452086,0.15372517456988796,0.0,0.31395786821301186,0.15372517456988796,0.0,0.1743000263154741,0.15372517456988796,0.0,0.22083951779274297,0.15372517456988796,0.0,0.01849631117228288,0.15372517456988796,0.0006226331063646369,0.011831650702919937,0.5,0.15372517456988796,0.003453474062579056,0.02059392985403569,0.0,0.7112426012518005,0.5991509654479117 -8746,0.5,0.15372517456988796,0.0022817292957071408,0.19996529862955312,0.15372517456988796,0.004507252186458876,0.17673773935491371,0.15372517456988796,0.011057759674797224,0.08931414702904492,0.15372517456988796,0.008115349292950989,0.06593671828485535,0.15372517456988796,0.04556248976804259,0.10473366902168649,0.15372517456988796,0.05183741582083064,0.07469891610749997,0.15372517456988796,0.04648455132385203,0.08684623755184978,0.15372517456988796,0.06781099981231455,0.018790929154376426,0.5,0.15372517456988796,0.05769125251512679,0.0033691787625193793,0.15372517456988796,0.043765792641134456,0.027586443174484422,0.5,0.15372517456988796,0.011709377438475341,0.024895097147633195,0.15372517456988796,0.031647257691602294,0.006590760552507537,0.15372517456988796,0.006939415483595122,0.29612778322236744,0.15372517456988796,0.028515086375261546,0.16817260566983824,0.15372517456988796,0.01021301070917278,0.2195104389700498,0.15372517456988796,0.029967155368256837,0.015954129453588678,0.15372517456988796,0.024836091697911167,0.015262157764113654,0.5,0.15372517456988796,0.05591707335912857,0.02993994067272269,0.0,0.6798343297685883,0.658095132932284 -8747,0.5,0.15372517456988796,0.009325598415889133,0.20629130580303526,0.15372517456988796,0.027935138257167307,0.1749344478718674,0.15372517456988796,0.04177030542321572,0.09675849514722759,0.15372517456988796,0.025062096351748296,0.07679996240944978,0.15372517456988796,0.2051183144498663,0.11065127704862024,0.15372517456988796,0.21527065908174184,0.07460454619004833,0.15372517456988796,0.19902078624022185,0.0799045717526254,0.15372517456988796,0.23405109164930174,0.016561924596010094,0.5,0.15372517456988796,0.18982822266125793,0.0019406942471882353,0.15372517456988796,0.10025090229032604,0.01651977050400111,0.5,0.15372517456988796,0.042041352561174236,0.030064071362158225,0.15372517456988796,0.0795228465740973,0.009751454330841888,0.15372517456988796,0.10937442947080608,0.2841494184920443,0.15372517456988796,0.1724020172739908,0.16444314795358095,0.15372517456988796,0.06333057938225124,0.2086875557669327,0.15372517456988796,0.12115284304628855,0.012108266158905551,0.15372517456988796,0.06048479266987765,0.01846742664052304,0.5,0.15372517456988796,0.1148953176459559,0.024944867877146518,0.0,0.6409759775927939,0.726017143194804 -8748,0.5,0.15372517456988796,0.024176587480056813,0.1983922005776518,0.15372517456988796,0.06213991862270264,0.1806456150049765,0.15372517456988796,0.06827457844191315,0.09636153993971257,0.15372517456988796,0.0408383699109915,0.08469305737815584,0.15372517456988796,0.328086302725508,0.12165794058207471,0.15372517456988796,0.3429696837605175,0.07853128926734998,0.15372517456988796,0.34320985476061455,0.06956380257154884,0.15372517456988796,0.3710051375530273,0.012293621060868731,0.5,0.15372517456988796,0.2998722449108309,0.0008588858936335881,0.15372517456988796,0.16357701967693433,0.008985515198128066,0.5,0.15372517456988796,0.07862191572619884,0.020880571795939624,0.15372517456988796,0.1246505780212705,0.011715462981118934,0.15372517456988796,0.23359423504299834,0.28594666334953406,0.15372517456988796,0.2923948281013892,0.17262512849910983,0.15372517456988796,0.14671950990254876,0.19398747020158819,0.15372517456988796,0.22780353372906492,0.0076819909286048906,0.15372517456988796,0.08309242945897433,0.017307584677653438,0.5,0.15372517456988796,0.16046213190663097,0.0179965472944226,0.0,0.5999607851585244,0.7845769990837959 -8749,0.5,0.15372517456988796,0.04224328254979305,0.1891104384315957,0.15372517456988796,0.14585478902692012,0.19041206769253569,0.15372517456988796,0.09601897406912259,0.08684373887009005,0.15372517456988796,0.04482540233914682,0.0926161022370896,0.15372517456988796,0.3888928289966166,0.13068605655076637,0.15372517456988796,0.4081159513854875,0.08341940196622824,0.15372517456988796,0.40414763110629703,0.06573358201393602,0.15372517456988796,0.4377045840730388,0.009486783847356359,0.5,0.15372517456988796,0.3589323326983585,0.0006247180270956765,0.15372517456988796,0.17273135113246335,0.004853235464245138,0.5,0.15372517456988796,0.12560106648566707,0.01584282772265785,0.15372517456988796,0.15140952681773856,0.011306401736019637,0.15372517456988796,0.31005556063629774,0.30350788184866256,0.15372517456988796,0.35158605223795186,0.1868340988065746,0.15372517456988796,0.2084616840538778,0.17927190910246912,0.15372517456988796,0.2740478357720874,0.0068180103803203475,0.15372517456988796,0.1012146570740171,0.01712031013900852,0.5,0.15372517456988796,0.16740387359024825,0.009819203986013623,0.0,0.5898613400374172,0.8146838759056458 -8750,0.5,0.15372517456988796,0.05203299361043392,0.18661854272033773,0.15372517456988796,0.26102586407279926,0.20253751817824195,0.15372517456988796,0.09908878135812033,0.07346023111790068,0.15372517456988796,0.03455798550931615,0.09669498595436096,0.15372517456988796,0.3802086914135281,0.13633950448427948,0.15372517456988796,0.4036170467307181,0.0840374818631894,0.15372517456988796,0.39364024885278526,0.06471871457888846,0.15372517456988796,0.43063058537496834,0.008532392994945433,0.5,0.15372517456988796,0.353408641908476,0.0009012536772617377,0.15372517456988796,0.14497881072944133,0.001876163722399063,0.5,0.15372517456988796,0.16404566701770457,0.012459348904525878,0.15372517456988796,0.13164261749202788,0.0068774856001565035,0.15372517456988796,0.3122566036281127,0.32444099717751346,0.15372517456988796,0.3454417733370783,0.19286034051405926,0.15372517456988796,0.22431999186104512,0.16599881209850295,0.15372517456988796,0.2607648732097566,0.009715582643938049,0.15372517456988796,0.0996679131692732,0.014099400934172696,0.5,0.15372517456988796,0.14004696794648727,0.004045771275465864,0.0,0.6033417826649672,0.8079355933833702 -8751,0.5,0.15372517456988796,0.046369444460850825,0.1918165159033992,0.15372517456988796,0.17898943795327554,0.19598925089285607,0.15372517456988796,0.06849985895657218,0.06580574186722613,0.15372517456988796,0.01712379642154036,0.10541512993052816,0.15372517456988796,0.2973198628584537,0.1415044383661287,0.15372517456988796,0.3261413466171975,0.08286820113785455,0.15372517456988796,0.3120881807419123,0.06346051685662296,0.15372517456988796,0.32212757816176146,0.010413048894113144,0.5,0.15372517456988796,0.28364240629033877,0.001540204658493462,0.15372517456988796,0.10943308629565054,0.0005242828756483464,0.5,0.15372517456988796,0.10263522260990743,0.012469318620777908,0.15372517456988796,0.08566379133923273,0.003991269965413829,0.15372517456988796,0.22255337348637905,0.34611099540472584,0.15372517456988796,0.25267026379920365,0.196309322253561,0.15372517456988796,0.16898274887630382,0.15492888573380945,0.15372517456988796,0.18830014286157412,0.013178449252378963,0.15372517456988796,0.06880001544180614,0.011878490289224346,0.5,0.15372517456988796,0.09394838724650498,0.0010127957718836212,0.0,0.6183195686125177,0.7931711034396695 -8752,0.5,0.15372517456988796,0.0003095714985185751,0.19922441955850606,0.15372517456988796,0.0,0.18357628572218188,0.15372517456988796,0.0010552111589752521,0.06702989401719703,0.15372517456988796,3.5811942191942745e-05,0.11313612989984945,0.15372517456988796,0.023819949546118446,0.14465734706666716,0.15372517456988796,0.08534486921467604,0.08093535572337135,0.15372517456988796,0.06827046832794005,0.06245175547001886,0.15372517456988796,0.07793159312621477,0.01345081673486976,0.5,0.15372517456988796,0.08156116059710028,0.0018884173745596184,0.15372517456988796,0.03197721415527723,4.383734106217892e-05,0.5,0.15372517456988796,0.029138885359778533,0.01569858865113386,0.15372517456988796,0.036270432921961276,0.002469020964679803,0.15372517456988796,0.0,0.3603723005724503,0.15372517456988796,0.0,0.20293417439076405,0.15372517456988796,0.0,0.1491553569846238,0.15372517456988796,0.026294228821601706,0.013286149027978896,0.15372517456988796,0.01473356129897252,0.010558267703315092,0.5,0.15372517456988796,0.02428839851098504,0.00024026909512319782,0.0,0.636417885411841,0.8089302607827527 -8753,0.5,0.15372517456988796,0.0,0.1958738530004503,0.15372517456988796,0.0,0.18245163651962995,0.15372517456988796,0.0,0.06892477817879697,0.15372517456988796,0.0,0.11890166881679085,0.15372517456988796,0.0,0.15252655031205076,0.15372517456988796,0.0,0.08330533361284634,0.15372517456988796,0.0,0.06377605988173496,0.15372517456988796,0.0,0.017609447071431347,0.5,0.15372517456988796,0.0,0.002189042150804623,0.15372517456988796,0.0,0.00011969227957244529,0.5,0.15372517456988796,0.0,0.014381469532365285,0.15372517456988796,0.0,0.0024743461093487337,0.15372517456988796,0.0,0.35638849920340554,0.15372517456988796,0.0,0.21301739565507338,0.15372517456988796,0.0,0.1486095937685235,0.15372517456988796,0.0,0.012723469432300554,0.15372517456988796,0.0,0.010681074319483803,0.5,0.15372517456988796,0.0,0.00044220307814256523,0.0,0.6587474468177481,0.8679522324078964 -8754,0.5,0.15372517456988796,0.0,0.19312826865993118,0.15372517456988796,0.0,0.18377125762920332,0.15372517456988796,0.0,0.06646871427457356,0.15372517456988796,0.0,0.12380858558180688,0.15372517456988796,0.0,0.1609540095934376,0.15372517456988796,0.0,0.09007124541365613,0.15372517456988796,0.0,0.06461100264937021,0.15372517456988796,0.0,0.02202652027560499,0.5,0.15372517456988796,0.0,0.0018757815913255462,0.15372517456988796,0.0,0.00016912469437460495,0.5,0.15372517456988796,0.0,0.012039878071590052,0.15372517456988796,0.0,0.003574958065759267,0.15372517456988796,0.0,0.3737010862304549,0.15372517456988796,0.0,0.23180390288172464,0.15372517456988796,0.0,0.1479955297310223,0.15372517456988796,0.0,0.011883640343137207,0.15372517456988796,0.0,0.010245054557213676,0.5,0.15372517456988796,0.0,0.0007732549748351439,0.0,0.6802220471866336,0.9118787426851815 -8755,0.5,0.15372517456988796,0.0,0.1889624573481026,0.15372517456988796,0.0,0.20185070924931253,0.15372517456988796,0.0,0.05812805165170436,0.15372517456988796,0.0,0.12587838534987622,0.15372517456988796,0.0,0.17422416938400834,0.15372517456988796,0.0,0.09694589962609568,0.15372517456988796,0.0,0.06848079326654473,0.15372517456988796,0.0,0.027383892316419287,0.5,0.15372517456988796,0.0,0.001577735090710157,0.15372517456988796,0.0,0.00023140208060072113,0.5,0.15372517456988796,0.0,0.008548300929006276,0.15372517456988796,0.0,0.004571061942921457,0.15372517456988796,0.0,0.42159357620281546,0.15372517456988796,0.0,0.2574937276597572,0.15372517456988796,0.0,0.1454803769993934,0.15372517456988796,0.0,0.012209043059313616,0.15372517456988796,0.0,0.008021226031453398,0.5,0.15372517456988796,0.0,0.0008693300066458056,0.0,0.7033964978538593,0.9438840675652665 -8756,0.5,0.15372517456988796,0.0,0.1903547947822609,0.15372517456988796,0.0,0.20573631467177575,0.15372517456988796,0.0,0.05102016993396711,0.15372517456988796,0.0,0.12150877327591665,0.15372517456988796,0.0,0.18914620504100066,0.15372517456988796,0.0,0.10085548940286759,0.15372517456988796,0.0,0.07024495964077268,0.15372517456988796,0.0,0.027580915475688958,0.5,0.15372517456988796,0.0,0.001925776096325199,0.15372517456988796,0.0,0.0013542997982744537,0.5,0.15372517456988796,0.0,0.006930432443078662,0.15372517456988796,0.0,0.005987314236094583,0.15372517456988796,0.0,0.4724606082679629,0.15372517456988796,0.0,0.28495988876158007,0.15372517456988796,0.0,0.14548975671818265,0.15372517456988796,0.0,0.01336090606225948,0.15372517456988796,0.0,0.007219231841974839,0.5,0.15372517456988796,0.0,0.0006762655936332732,0.0,0.7333900709899852,0.9690320922230062 -8757,0.5,0.15372517456988796,0.0,0.1927612273114513,0.15372517456988796,0.0,0.2187811476537242,0.15372517456988796,0.0,0.050009000404238044,0.15372517456988796,0.0,0.11244566978672707,0.15372517456988796,0.0,0.19817700495025928,0.15372517456988796,0.0,0.09736027807036116,0.15372517456988796,0.0,0.06765178230713961,0.15372517456988796,0.0,0.030916586247565103,0.5,0.15372517456988796,0.0,0.0031587988722448063,0.15372517456988796,0.0,0.006181744968185748,0.5,0.15372517456988796,0.0,0.005465769967564794,0.15372517456988796,0.0,0.007930789537359786,0.15372517456988796,0.0,0.5061166587756349,0.15372517456988796,0.0,0.30759812765865624,0.15372517456988796,0.0,0.1431574936441252,0.15372517456988796,0.0,0.01402273466534399,0.15372517456988796,0.0,0.006393107462633416,0.5,0.15372517456988796,0.0,0.0005418170961243604,0.0,0.7681548283018564,0.9832600532617614 -8758,0.5,0.15372517456988796,0.0,0.20310833212501042,0.15372517456988796,0.0,0.2482271965185601,0.15372517456988796,0.0,0.05283748588198305,0.15372517456988796,0.0,0.10575305369391763,0.15372517456988796,0.0,0.2116665257452251,0.15372517456988796,0.0,0.10518197968573818,0.15372517456988796,0.0,0.06677577081203458,0.15372517456988796,0.0,0.02871517430613034,0.5,0.15372517456988796,0.0,0.005899122832939517,0.15372517456988796,0.0,0.009363742587510179,0.5,0.15372517456988796,0.0,0.0031637963534772674,0.15372517456988796,0.0,0.0075687997020932735,0.15372517456988796,0.0,0.5290293469744802,0.15372517456988796,0.0,0.32210118998393716,0.15372517456988796,0.0,0.14432713073653664,0.15372517456988796,0.0,0.017603225765639708,0.15372517456988796,0.0,0.00643637947513672,0.5,0.15372517456988796,0.0,0.00047718718758225703,0.0,0.7972326141211863,0.9915749554268058 -8759,0.5,0.15372517456988796,0.0,0.21344641330361247,0.15372517456988796,0.0,0.27785306938650817,0.15372517456988796,0.0,0.055765528331543614,0.15372517456988796,0.0,0.10394552280279494,0.15372517456988796,0.0,0.23184252735348962,0.15372517456988796,0.0,0.12037000505144435,0.15372517456988796,0.0,0.07279307063486515,0.15372517456988796,0.0,0.03430425637811762,0.5,0.15372517456988796,0.0,0.010588364697813392,0.15372517456988796,0.0,0.010243820802459835,0.5,0.15372517456988796,0.0,0.0013854479517511618,0.15372517456988796,0.0,0.006976107829006622,0.15372517456988796,0.0,0.5416304097719845,0.15372517456988796,0.0,0.3433784338526029,0.15372517456988796,0.0,0.1475452398998675,0.15372517456988796,0.0,0.02232902539672016,0.15372517456988796,0.0,0.0075797217316208535,0.5,0.15372517456988796,0.0,0.0006117306651196014,0.0,0.8171695508762636,0.998145230815455 diff --git a/tests/data/deflex_2014_de21_test_csv/chp-heat plants.csv b/tests/data/deflex_2014_de21_test_csv/chp-heat plants.csv deleted file mode 100644 index 3c40afcd..00000000 --- a/tests/data/deflex_2014_de21_test_csv/chp-heat plants.csv +++ /dev/null @@ -1,109 +0,0 @@ -,,limit_heat_chp,capacity_heat_chp,capacity_elec_chp,limit_hp,capacity_hp,efficiency_hp,efficiency_heat_chp,efficiency_elec_chp,fuel -DE01,bioenergy,1497481,582.34,393.08,1733761,674.23,0.88,0.4,0.27,bioenergy -DE01,hard coal,2544041,989.33,667.8,100734,39.18,0.88,0.4,0.27,hard coal -DE01,lignite,3132997,1218.36,822.39,174689,67.94,0.88,0.4,0.27,lignite -DE01,natural gas,4898459,1904.91,1285.81,3881195,1509.31,0.88,0.4,0.27,natural gas -DE01,oil,30223,11.76,7.94,128494,49.97,0.88,0.4,0.27,oil -DE01,other,724377,281.7,190.15,1012957,393.92,0.88,0.4,0.27,other -DE02,bioenergy,395890,150.57,60.23,428775,163.08,0.76,0.45,0.18,bioenergy -DE02,hard coal,1309871,498.18,199.27,4729,1.8,0.76,0.45,0.18,hard coal -DE02,lignite,0,0.0,0.0,0,0.0,0.0,0.0,0.0,lignite -DE02,natural gas,317152,120.62,48.25,533974,203.09,0.76,0.45,0.18,natural gas -DE02,oil,2573,0.98,0.39,120825,45.96,0.76,0.45,0.18,oil -DE02,other,305286,116.11,46.44,581510,221.17,0.76,0.45,0.18,other -DE03,bioenergy,729703,293.38,206.16,921142,370.34,0.82,0.37,0.26,bioenergy -DE03,hard coal,25094,10.09,7.09,13201,5.31,0.82,0.37,0.26,hard coal -DE03,lignite,610437,245.43,172.46,22633,9.1,0.82,0.37,0.26,lignite -DE03,natural gas,2791747,1122.4,788.71,1938418,779.33,0.82,0.37,0.26,natural gas -DE03,oil,5005,2.02,1.42,56109,22.56,0.82,0.37,0.26,oil -DE03,other,401415,161.39,113.41,662886,266.51,0.82,0.37,0.26,other -DE04,bioenergy,652339,245.53,179.66,229309,86.31,0.94,0.41,0.3,bioenergy -DE04,hard coal,0,0.0,0.0,9513,3.59,0.94,0.0,0.0,hard coal -DE04,lignite,2214811,833.62,609.97,167792,63.16,0.94,0.41,0.3,lignite -DE04,natural gas,3097890,1165.99,853.16,2330956,877.33,0.94,0.41,0.3,natural gas -DE04,oil,7786,2.94,2.15,120775,45.46,0.94,0.41,0.3,oil -DE04,other,213375,80.32,58.77,91215,34.34,0.94,0.41,0.3,other -DE05,bioenergy,117209,46.55,23.28,61586,24.46,0.77,0.46,0.23,bioenergy -DE05,hard coal,509738,202.41,101.2,72293,28.71,0.77,0.46,0.23,hard coal -DE05,lignite,36502,14.5,7.25,7305,2.91,0.77,0.46,0.23,lignite -DE05,natural gas,344779,136.91,68.46,263263,104.54,0.77,0.46,0.23,natural gas -DE05,oil,19334,7.68,3.84,9802,3.9,0.77,0.46,0.23,oil -DE05,other,79673,31.64,15.82,32664,12.98,0.77,0.46,0.23,other -DE06,bioenergy,738092,295.04,147.52,649445,259.61,0.74,0.44,0.22,bioenergy -DE06,hard coal,2771125,1107.71,553.86,974096,389.38,0.74,0.44,0.22,hard coal -DE06,lignite,537450,214.84,107.42,109710,43.86,0.74,0.44,0.22,lignite -DE06,natural gas,3154266,1260.86,630.43,2158710,862.91,0.74,0.44,0.22,natural gas -DE06,oil,100467,40.16,20.08,134920,53.94,0.74,0.44,0.22,oil -DE06,other,737899,294.97,147.49,381007,152.31,0.74,0.44,0.22,other -DE07,bioenergy,412882,165.05,82.52,363294,145.22,0.74,0.44,0.22,bioenergy -DE07,hard coal,1550142,619.64,309.82,544900,217.82,0.74,0.44,0.22,hard coal -DE07,lignite,300645,120.18,60.09,61371,24.54,0.74,0.44,0.22,lignite -DE07,natural gas,1764468,705.32,352.66,1207563,482.71,0.74,0.44,0.22,natural gas -DE07,oil,56201,22.47,11.24,75473,30.17,0.74,0.44,0.22,oil -DE07,other,412774,165.0,82.5,213132,85.2,0.74,0.44,0.22,other -DE08,bioenergy,649163,259.93,132.99,518115,207.46,0.72,0.43,0.22,bioenergy -DE08,hard coal,1572180,629.51,322.07,503032,201.42,0.72,0.43,0.22,hard coal -DE08,lignite,288811,115.65,59.17,79690,31.91,0.72,0.43,0.22,lignite -DE08,natural gas,2059108,824.48,421.83,1324647,530.4,0.72,0.43,0.22,natural gas -DE08,oil,52652,21.09,10.79,83161,33.3,0.72,0.43,0.22,oil -DE08,other,474892,190.15,97.29,335025,134.15,0.72,0.43,0.22,other -DE09,bioenergy,884913,353.63,317.36,464701,185.7,0.64,0.39,0.35,bioenergy -DE09,hard coal,677769,270.85,243.07,65648,26.24,0.64,0.39,0.35,hard coal -DE09,lignite,60843,24.32,21.83,50270,20.09,0.64,0.39,0.35,lignite -DE09,natural gas,1923496,768.65,689.81,1081247,432.08,0.64,0.39,0.35,natural gas -DE09,oil,5626,2.25,2.02,43420,17.36,0.64,0.39,0.35,oil -DE09,other,371729,148.55,133.31,334008,133.48,0.64,0.39,0.35,other -DE10,bioenergy,0,0.0,0.0,32,0.02,0.58,0.0,0.0,bioenergy -DE10,hard coal,0,0.0,0.0,0,0.0,0.0,0.0,0.0,hard coal -DE10,lignite,0,0.0,0.0,161,0.06,0.58,0.0,0.0,lignite -DE10,natural gas,597426,216.78,129.04,0,0.0,0.0,0.42,0.25,natural gas -DE10,oil,1444,0.53,0.32,4166,1.52,0.58,0.42,0.25,oil -DE10,other,199722,72.47,43.14,0,0.0,0.0,0.42,0.25,other -DE11,bioenergy,552442,213.92,135.11,240222,93.02,0.82,0.38,0.24,bioenergy -DE11,hard coal,1029948,398.83,251.89,35715,13.83,0.82,0.38,0.24,hard coal -DE11,lignite,5690,2.21,1.4,11643,4.51,0.82,0.38,0.24,lignite -DE11,natural gas,462517,179.1,113.12,657116,254.46,0.82,0.38,0.24,natural gas -DE11,oil,3746,1.46,0.92,46076,17.85,0.82,0.38,0.24,oil -DE11,other,232872,90.18,56.96,51224,19.84,0.82,0.38,0.24,other -DE12,bioenergy,1204379,465.07,286.2,514613,198.72,0.81,0.39,0.24,bioenergy -DE12,hard coal,2245392,867.06,533.58,76509,29.55,0.81,0.39,0.24,hard coal -DE12,lignite,12404,4.79,2.95,24978,9.65,0.81,0.39,0.24,lignite -DE12,natural gas,1099772,424.68,261.34,1407681,543.58,0.81,0.39,0.24,natural gas -DE12,oil,8386,3.24,1.99,99687,38.5,0.81,0.39,0.24,oil -DE12,other,538253,207.85,127.91,109733,42.38,0.81,0.39,0.24,other -DE13,bioenergy,664504,247.86,142.71,78830,29.41,0.54,0.33,0.19,bioenergy -DE13,hard coal,1625164,606.19,349.02,81275,30.32,0.54,0.33,0.19,hard coal -DE13,lignite,0,0.0,0.0,0,0.0,0.0,0.0,0.0,lignite -DE13,natural gas,509143,189.91,109.34,349819,130.49,0.54,0.33,0.19,natural gas -DE13,oil,8853,3.31,1.91,40511,15.12,0.54,0.33,0.19,oil -DE13,other,314066,117.15,67.45,53285,19.88,0.54,0.33,0.19,other -DE14,bioenergy,311983,118.33,67.16,369290,140.07,0.56,0.37,0.21,bioenergy -DE14,hard coal,1054493,399.95,227.0,183411,69.57,0.56,0.37,0.21,hard coal -DE14,lignite,0,0.0,0.0,0,0.0,0.0,0.0,0.0,lignite -DE14,natural gas,315882,119.81,68.0,335624,127.3,0.56,0.37,0.21,natural gas -DE14,oil,29788,11.3,6.41,5794,2.2,0.56,0.37,0.21,oil -DE14,other,190138,72.12,40.93,322685,122.39,0.56,0.37,0.21,other -DE15,bioenergy,341258,134.92,66.02,130241,51.5,0.79,0.47,0.23,bioenergy -DE15,hard coal,1571345,621.25,304.02,111494,44.08,0.79,0.47,0.23,hard coal -DE15,lignite,45129,17.85,8.74,9060,3.59,0.79,0.47,0.23,lignite -DE15,natural gas,808403,319.61,156.4,677473,267.85,0.79,0.47,0.23,natural gas -DE15,oil,60519,23.93,11.71,14561,5.76,0.79,0.47,0.23,oil -DE15,other,185018,73.15,35.8,61933,24.49,0.79,0.47,0.23,other -DE16,bioenergy,746602,297.19,185.74,182975,72.84,0.77,0.4,0.25,bioenergy -DE16,hard coal,1064001,423.53,264.71,59696,23.77,0.77,0.4,0.25,hard coal -DE16,lignite,114873,45.73,28.58,4350,1.74,0.77,0.4,0.25,lignite -DE16,natural gas,1841610,733.06,458.16,710986,283.01,0.77,0.4,0.25,natural gas -DE16,oil,8105,3.23,2.02,25523,10.16,0.77,0.4,0.25,oil -DE16,other,417327,166.12,103.82,122271,48.67,0.77,0.4,0.25,other -DE17,bioenergy,0,0.0,0.0,88,0.04,0.58,0.0,0.0,bioenergy -DE17,hard coal,0,0.0,0.0,0,0.0,0.0,0.0,0.0,hard coal -DE17,lignite,0,0.0,0.0,440,0.16,0.58,0.0,0.0,lignite -DE17,natural gas,1637821,594.3,353.75,0,0.0,0.0,0.42,0.25,natural gas -DE17,oil,3958,1.44,0.86,11419,4.15,0.58,0.42,0.25,oil -DE17,other,547528,198.68,118.26,0,0.0,0.0,0.42,0.25,other -DE18,bioenergy,0,0.0,0.0,103,0.04,0.58,0.0,0.0,bioenergy -DE18,hard coal,0,0.0,0.0,0,0.0,0.0,0.0,0.0,hard coal -DE18,lignite,0,0.0,0.0,516,0.19,0.58,0.0,0.0,lignite -DE18,natural gas,1922964,697.76,415.33,0,0.0,0.0,0.42,0.25,natural gas -DE18,oil,4647,1.69,1.01,13407,4.87,0.58,0.42,0.25,oil -DE18,other,642852,233.27,138.85,0,0.0,0.0,0.42,0.25,other diff --git a/tests/data/deflex_2014_de21_test_csv/commodity sources.csv b/tests/data/deflex_2014_de21_test_csv/commodity sources.csv deleted file mode 100644 index 3ab15441..00000000 --- a/tests/data/deflex_2014_de21_test_csv/commodity sources.csv +++ /dev/null @@ -1,9 +0,0 @@ -,fuel,costs,emission -DE,nuclear,5.5,0.0 -DE,lignite,3.1,404.0 -DE,hard coal,12.53,337.0 -DE,natural gas,23.27,201.0 -DE,oil,33.2238329238329,280.0 -DE,waste,0.0,0.0 -DE,other,32.9238329238329,214.0 -DE,bioenergy,20.0,7.2 diff --git a/tests/data/deflex_2014_de21_test_csv/decentralised heat.csv b/tests/data/deflex_2014_de21_test_csv/decentralised heat.csv deleted file mode 100644 index cce8aadd..00000000 --- a/tests/data/deflex_2014_de21_test_csv/decentralised heat.csv +++ /dev/null @@ -1,8 +0,0 @@ -,,efficiency,source -DE_demand,gas,0.85,natural gas -DE_demand,hard coal,0.85,hard_coal -DE_demand,lignite,0.85,lignite -DE_demand,natural gas,0.85,natural gas -DE_demand,oil,0.85,oil -DE_demand,other,0.85,other -DE_demand,re,0.85,other diff --git a/tests/data/deflex_2014_de21_test_csv/demand series.csv b/tests/data/deflex_2014_de21_test_csv/demand series.csv deleted file mode 100644 index d863b5ac..00000000 --- a/tests/data/deflex_2014_de21_test_csv/demand series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -de21,DE01,DE01,DE02,DE02,DE03,DE03,DE04,DE04,DE05,DE05,DE06,DE06,DE07,DE07,DE08,DE08,DE09,DE09,DE10,DE10,DE11,DE11,DE12,DE12,DE13,DE13,DE14,DE14,DE15,DE15,DE16,DE16,DE17,DE17,DE18,DE18,DE_demand,DE_demand,DE_demand,DE_demand,DE_demand,DE_demand -,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,district heating,electrical_load,hard coal,lignite,natural gas,oil,other,re -0,3183.03133336975,2955.72197239022,613.04124611696,1184.23187766772,1576.5482175499,2107.87454819162,1584.90737238081,2483.99381816311,283.000330457112,908.457990753972,2301.99586395168,5041.42447197164,1287.71539519318,2940.90148736853,1478.93977037874,3323.69466859634,1126.61371230098,3773.82877928811,303.216156191755,1024.05885737632,612.925941821019,1969.05542092147,1382.18589126284,4519.27384153801,504.514731932199,1315.76857699777,531.29133975677,1792.00070428578,723.944468285148,3203.33167338835,1019.55100934382,2145.29261196274,831.255745552885,2732.95001159268,975.976305577595,3852.61367227984,15878.0924628602,4827.4818399445,108710.17384738,39481.1439536255,3673.7237581406,17831.5544630617 -1,3228.58734658318,2832.38819462252,624.766423850948,1134.81728705668,1583.46943516697,2019.91900517462,1598.51185930468,2380.34389966352,282.267295421545,870.550651366318,2294.81439513875,4831.0603270125,1283.69814733651,2818.18612581965,1475.41577271809,3185.00644844117,1130.51546308701,3616.35775720084,306.454770517257,981.327826272412,617.336837935033,1886.89240086589,1392.3101706353,4330.69754077285,518.56933351597,1260.86533820027,534.240206446735,1717.22566837697,722.324634575423,3069.66585488024,1021.33190941303,2055.77572075239,840.134285534116,2618.91186709581,986.400587991477,3691.85518317962,15679.1796148092,4806.16252941647,109500.748864776,40009.2365926822,3649.72981671775,18110.690833841 -2,3379.74743158064,2716.91710347533,675.096713770628,1088.55294001629,1696.69661034131,1937.570740908,1695.45476062022,2283.30179649365,315.185347265828,835.059953515293,2564.48700840784,4634.107166278,1434.55053643354,2703.29402606367,1639.33329458638,3055.15978031475,1219.31230166269,3468.92571487156,324.525612590171,941.320953242824,656.428783297852,1809.96737878771,1480.25196526608,4154.14322120222,556.276393129731,1209.46225133948,588.582996380944,1647.21763697438,806.132522236232,2944.52140385011,1099.13513570837,1971.96564624358,889.674822848323,2512.14380066833,1044.56606936459,3541.34525407862,17707.8705458107,5303.16711708655,118367.693743424,42637.1181980833,4022.17559002527,19116.8133853783 -3,3659.88255237226,2648.42721977749,779.112695252793,1061.11196135511,1844.0589933689,1888.7271473617,1840.3159129326,2225.74278069266,375.881763515692,814.009197486031,3060.59712480856,4517.28745895026,1712.06999014082,2635.14756211402,1930.92708352996,2978.14324647777,1344.53502278155,3381.47868954123,351.747204611627,917.591498071934,712.958206839325,1764.34049708731,1607.60441680148,4049.42276958433,638.089415266847,1178.97330899184,692.404956921855,1605.69346082742,960.899536211383,2870.29391702781,1200.23351595655,1922.25500266355,964.301798716397,2448.81598086848,1132.18550609487,3452.07262802923,21173.8604958968,6103.96109644502,133499.875192996,47492.9802678613,4540.69892749214,20907.2887472378 -4,4519.6989506855,2598.45689523281,943.110428381665,1041.09098109513,2312.81176374083,1853.09078634517,2289.33717413056,2183.74763418698,449.338277759246,798.65053349218,3657.74059536046,4432.05562071069,2046.10657648323,2585.42779714611,2324.89161492565,2921.95186486996,1680.42806198162,3317.67720528844,436.246453725997,900.278451062114,889.091631365189,1731.05105398372,2004.35374485152,3973.01856693014,771.740515492017,1156.72852973573,832.5267866758,1575.39735800925,1148.88656852477,2816.13742841395,1510.18702310231,1885.9860406081,1195.95332811843,2402.61190608764,1404.16726989828,3386.9391826824,25371.8135113573,7443.75452805795,163662.218205028,58125.3620144237,5640.85031322762,25762.2658602239 -5,5472.22973891928,2537.63475436598,1062.69664450536,1016.72214033294,2408.23767112264,1809.71544729186,2564.36577038984,2132.63260262043,436.350368709293,779.956501914996,3538.36651609436,4328.31439191175,1979.32981025825,2524.91062868064,2262.58722379833,2853.55766973927,1714.1217435828,3240.02025792828,495.564396472663,879.205612459198,977.670239630921,1690.53230177881,2206.70672248004,3880.02202910505,911.334407290885,1129.65295818811,859.11931606585,1538.52199547933,1118.53812153015,2750.22003425375,1523.87818945448,1841.84072157464,1358.57124842265,2346.37391342804,1595.09676172833,3307.66101860955,22769.5140101047,7175.40567719994,174410.283065525,66711.9464097042,5185.78925382017,30415.4026342135 -6,5458.06666248741,2423.91815102124,1050.96087000838,971.16074181208,2422.13930468791,1728.61839684658,2569.82816283015,2037.06497401076,431.572452057688,745.005055887621,3499.42488753308,4134.35377168873,1957.54622002791,2411.76421943141,2243.02666116975,2725.68391442726,1716.71369383999,3094.82832364151,497.66029304337,839.806610802845,979.959077126405,1614.77609183879,2212.03002172301,3706.15030651241,906.992387072749,1079.03089875167,848.671037150413,1469.57767825793,1106.33181208445,2626.97704973524,1529.13551598081,1759.30407188574,1364.31707044073,2241.22809953475,1601.84292399634,3159.43796349694,22551.4333698466,7150.50262331515,173907.025244774,66516.0722586191,5194.92190216708,30412.0616801478 -7,5229.47391923727,2442.37273101229,1028.10613743502,978.554705831194,2352.14819172378,1741.77928945557,2479.48646588613,2052.57423470671,424.234710783921,750.677176207284,3440.27504817041,4165.83080912861,1924.45834182479,2430.12626506742,2201.67379660174,2746.43599791155,1672.17245117601,3118.39090013903,480.192139095021,846.200505856411,946.730241094572,1627.07024234132,2136.92400286379,3734.36720288803,886.462864023401,1087.24613573293,832.860345860266,1480.76635589749,1087.44855413859,2646.97762528212,1487.41674213905,1772.69859088363,1316.42878006683,2258.29176285341,1545.61734363845,3183.4924475972,22201.7851105657,6995.15135795363,169350.025019433,64385.173908477,5098.60764354678,29347.4404037098 -8,5190.84576254288,2484.87025021232,1002.37999274088,995.581651338447,2272.6486575802,1772.08641574141,2426.398871478,2088.28922277603,407.125972426958,763.7390308963,3300.38476387157,4238.31666378424,1846.20499847589,2472.41069458831,2112.9530383399,2794.22424704768,1611.47811608415,3172.65120016169,470.38505043776,860.924475620767,923.854065308638,1655.38142023227,2085.59037399965,3799.34554951367,862.086536789786,1106.16432251981,805.376493369443,1506.53183216631,1043.83419214252,2693.03528921856,1431.99160441961,1803.54371597259,1289.54301350386,2297.58625559505,1514.05079957167,3238.88552077439,21126.1708652985,6709.29774402361,164257.464686505,63129.6959212534,4839.45133755777,28868.3766012626 -9,5063.45988284231,2641.40928117399,969.719778015951,1058.30017232779,2199.19252272042,1883.72230106652,2358.90802034083,2219.84489304619,390.496080208457,811.852194066045,3164.81106071627,4505.31731840626,1770.36631106976,2628.1648126301,2028.73491441052,2970.25160939591,1557.74856712388,3372.51827346672,456.774254427031,915.160016946655,897.582595733056,1759.66525693279,2026.24343143131,4038.6924009473,835.843871172842,1175.84920490626,775.379212955522,1601.43861174568,1001.35645453481,2862.68806464369,1384.67059693368,1917.16131253371,1252.22952556982,2442.32698238792,1470.24108120653,3442.92514850726,20175.3778906485,6449.01771861569,158836.142357667,61295.8288325519,4645.3220068327,28083.4220153367 -10,4972.34785641545,2787.29143960302,949.008007770187,1116.74893848658,2185.27568064293,1987.75823261225,2329.72315648549,2342.44450935075,383.861842314506,856.689906737009,3111.42949597129,4754.14108816475,1740.50515283831,2773.31549348305,1998.81391619385,3134.29537154373,1548.22499692716,3558.7787854522,450.297025776026,965.703308185786,887.963506626966,1856.84965301389,2004.26315940665,4261.74498461174,817.142577645196,1240.7900761379,760.710677983008,1689.88432250248,984.263236044334,3020.79120933834,1380.08208940307,2023.0440442718,1234.47244560736,2577.21404223116,1449.39251637877,3633.07415553679,19939.4686379172,6384.60762127781,156593.359405931,60181.8133353989,4639.86797131256,27585.077191821 -11,4792.66472579432,2945.90985417774,910.838832311865,1180.30057990588,2084.04116347562,2100.87703136253,2231.7650528782,2475.74769717793,365.600286095015,905.442180309142,2962.86755010645,5024.6884415397,1657.40096145996,2931.13856876019,1903.06437935293,3312.66099043071,1474.77447322683,3761.3007896998,432.077763649516,1020.65928642243,849.514278434157,1962.51874232399,1917.69240799952,4504.27119596378,783.548885079815,1311.40061650001,727.28193905426,1786.05179470919,937.55200445886,3192.69756458289,1313.49501507325,2138.17087828631,1184.52502027024,2723.87743005997,1390.7493082994,3839.82414026954,18903.6188266429,6071.98706593923,149701.377126916,57786.0926322752,4391.34512715494,26517.1520223718 -12,4733.30970158579,3007.70670768898,895.1202429885,1205.05994650097,2051.41433989292,2144.94748720765,2201.96330417248,2527.68187892362,357.119220420091,924.435795371773,2893.64055483832,5130.09218806681,1618.67601457117,2992.62556249761,1860.99450821286,3382.1512450859,1451.36963623541,3840.20223795124,425.588003299645,1042.06983037321,838.133816694991,2003.68683273941,1891.88436434808,4598.75806115999,771.170276738512,1338.91009092519,712.313420462846,1823.51810786354,915.906806831794,3259.67132599125,1293.37661717727,2183.02365351977,1166.73358512428,2781.01667153719,1369.86040709472,3920.37278624004,18417.6792025281,5945.74836668693,147145.086186579,56912.3709849999,4303.55041474376,26148.1527798414 -13,4639.22974671165,2968.7181577907,904.207872109876,1189.43889550738,2011.01622281874,2117.1427840694,2156.47591012295,2494.91583467753,363.968622094026,912.45244239275,2949.8793073969,5063.59140368317,1650.13545748773,2953.83250771868,1885.93956606851,3338.3088144907,1431.75699738513,3790.42214596584,417.163298131529,1028.5616011715,820.799391655039,1977.71327492572,1852.81947017832,4539.14489885287,777.302417616724,1321.5539561811,723.492132202124,1799.88005613559,933.318510481094,3217.41658824687,1269.73684668783,2154.72537349572,1143.63757116665,2744.96667803583,1342.74340670521,3869.55345282383,18769.1273507097,5956.82539788631,146551.377888662,56422.4669301305,4278.60487825421,25756.0797579457 -14,4666.23790860319,2944.41529563007,916.762536246649,1179.7017739655,2043.99553279175,2099.81118621442,2182.31998315158,2474.49166760952,370.671416760847,904.982819223098,3004.6817661929,5022.1392491233,1680.79145083296,2929.6515041794,1921.08347274916,3310.98036677152,1457.73374483814,3759.39255607289,421.462392441252,1020.14147184686,831.703915101148,1961.52309096109,1877.2258805579,4501.98602861305,784.920007429275,1310.73529912852,734.973938609547,1785.14567092791,950.406247388449,3191.07780237988,1293.10818721213,2137.08611272297,1155.42337734041,2722.49551598336,1356.58110663001,3837.87606912193,19191.5986592899,6072.17681518919,148677.326470943,56995.3396699039,4381.59937667024,25983.6288420796 -15,4705.79108893104,2980.41472212987,915.124756967057,1194.12521055292,2059.94238331034,2125.48419456137,2200.07647627255,2504.74564742164,367.192924978884,916.047448092726,2975.84809296021,5083.54163792317,1664.6621582034,2965.47042352521,1907.56488814019,3351.46154296047,1465.48757656118,3805.35617275668,424.915609103372,1032.61406971363,838.403648710645,1985.50534184992,1892.35751108093,4557.02884658126,786.100784637873,1326.76079632374,730.884148138509,1806.97147127183,941.620774274093,3230.09300888706,1302.23659972429,2163.21485704544,1164.89024159685,2755.78167550343,1367.69613982146,3884.79925202711,18971.3188441533,6054.4635113034,148925.47529956,57227.2115426865,4383.43868308362,26164.0590459461 -16,4893.95099867933,3177.50184069961,964.008744063358,1273.08962285832,2140.51539692866,2266.03696809359,2285.12359434881,2670.37800010565,389.714526594397,976.623297043285,3159.027386387,5419.70310099352,1767.13097664054,3161.56931427244,2018.4078069529,3573.08502830796,1527.18305195302,4056.99453625404,441.765019439602,1100.8981679243,870.680608156365,2116.80167582132,1965.29215958122,4858.37338026081,825.521946355729,1414.49605693602,772.786816090183,1926.46182204965,999.236966754366,3443.69070692114,1353.99699169465,2306.26266172065,1211.08226951212,2938.01439157461,1421.93014060048,4141.6909809261,20161.6290901018,6370.51970636302,156008.34954711,59808.5849669167,4590.31539126236,27251.5625229161 -17,4961.19294191634,3494.21883024894,987.06554985592,1399.98462811484,2134.19762869081,2491.90384173294,2299.41568700363,2936.54750166792,396.202157481235,1073.96806852426,3210.9726573694,5959.91114380614,1796.18868530066,3476.69823178943,2044.80231829663,3929.23170903508,1525.9064923736,4461.37482006138,444.681730260179,1210.63001735372,874.448787100369,2327.79354548818,1973.96640870693,5342.63097262275,846.813248303059,1555.48572597223,788.116794068152,2118.48159712772,1016.0062185029,3786.94002928658,1346.68395781189,2536.1390249612,1219.07832308054,3230.86050780133,1431.31829684801,4554.51336935742,20328.4530209978,6400.21239933482,157683.56433087,60742.1734437536,4555.96259721701,27629.0051162443 -18,4981.874438971,3552.37674983104,989.096878810926,1423.2860289067,2124.34885058216,2533.37919009385,2298.99902833515,2985.42351709448,391.726948305228,1091.8432365081,3173.49812199384,6059.10814601371,1775.22577355677,3534.56453782191,2022.45495400597,3994.63000057174,1517.28353113926,4535.63012306776,444.88380089793,1230.77979234303,873.381658206653,2366.53743543871,1971.68256167123,5431.55393868681,852.450372314672,1581.37529332819,783.849384953082,2153.74169054126,1004.78277244927,3849.97001234857,1337.89254510243,2578.35062550146,1219.63229217225,3284.63508080948,1431.96871124866,4630.31887414654,19942.3637747776,6324.26935669115,157182.308896118,60835.5018264025,4489.43480846861,27722.1301128678 -19,4938.71809963771,3492.72426539812,986.852879873729,1399.38581964906,2100.28953503079,2490.83799208974,2275.33107149603,2935.29146680235,391.541316180993,1073.50870550091,3172.05412837547,5957.36194063878,1774.41801675666,3475.21116093709,2017.97462168993,3927.55107828803,1501.55040151291,4459.46657838669,440.799308924825,1210.11220059433,863.968675377966,2326.79788992622,1950.55178916249,5340.34579563456,851.345812829325,1554.82040579483,782.889836841409,2117.57546952496,1004.29408154479,3785.32026025239,1321.78677766102,2535.05425482297,1208.43481027369,3229.47858789664,1418.82176210143,4552.56528999401,19905.2811884412,6287.36107734527,156235.896121493,60470.0107804856,4445.67475686746,27516.8214100394 -20,4812.75636275032,3331.96148174508,962.259331411178,1334.97502089231,2055.61166972202,2376.18993549846,2220.84616365944,2800.18614752161,381.05732225661,1024.09734787333,3086.95090316106,5683.15704611166,1726.81205229542,3315.25446880735,1965.84155067368,3746.77412702957,1469.98989800959,4254.20667056873,430.076636548252,1154.4132701556,843.817947980123,2219.70025571319,1904.98401622596,5094.54086213856,830.511618054237,1483.2552785409,762.570763511822,2020.10790518019,977.438008131008,3611.08989569566,1295.33391750861,2418.3710162535,1179.03900520627,3080.83245150345,1384.30818504326,4343.0202434433,19375.1706538179,6133.94929854953,152460.50947831,58934.3248197779,4354.53992455841,26826.8018175914 -21,4389.21196461129,3233.77531415502,863.066247921174,1295.63600636648,1866.77728283946,2306.16842279164,2022.26056504443,2717.67032377328,337.56773279233,993.919269771974,2733.56515930544,5515.68589939303,1529.13130493582,3217.56062310673,1746.89339998122,3636.36426954048,1329.00014611424,4128.84380205788,391.769349760008,1120.39504532537,767.883567349519,2154.29017744512,1733.62262366634,4944.41504417071,748.317507300861,1439.54674464711,678.954903889045,1960.57940990355,866.109668823161,3504.67837814839,1173.54990697374,2347.10651238761,1074.02101197265,2990.04654864788,1261.00669377098,4215.04021852224,17070.7620997411,5479.30636052294,137384.204868484,53381.3673968391,3899.75347435985,24411.348019542 -22,3936.16385280763,3194.26691835347,784.919834794703,1279.8066752654,1681.41489338735,2277.9929912971,1816.52597227106,2684.46740013793,316.062886765238,981.776139192354,2561.84541655619,5448.29844032116,1433.07285415424,3178.25032901897,1628.55452202276,3591.93727481059,1205.38943212475,4078.39997733684,350.908374541402,1106.70670689596,690.624424978445,2127.97030647903,1558.95500318768,4884.00704188399,670.084328149359,1421.9591954091,628.501862461009,1936.62618501876,810.426313628318,3461.86024544915,1062.74261479787,2318.43092300022,962.002177468722,2953.51588988753,1129.485523735,4163.54329585606,16231.625055968,5081.93332320542,124951.29968103,48135.0319959269,3601.67805015203,21851.0840629005 -23,3251.91294013383,2983.53380385259,651.178631286316,1195.37489372326,1548.32261791517,2127.70856919419,1585.96088294379,2507.36692905434,283.243974621211,917.006115633616,2300.63656874693,5088.86169680351,1286.95501790963,2968.57386564976,1472.50450154314,3354.96893485646,1111.48812036934,3809.33857721831,304.29269166353,1033.69472726359,610.521852017933,1987.58322496335,1377.14505045862,4561.79789609634,545.154978887548,1328.14928609314,544.579210560403,1808.86251403433,725.267743168528,3233.47338544739,995.469400412918,2165.47871780041,834.20702726374,2758.66567288543,979.441401652165,3888.86479574273,15367.8986515837,4720.07713691156,109744.901980674,40535.3713681566,3527.58231026122,18305.9264106094 -24,2972.05111620816,2763.37845871826,562.742030342206,1107.16802576261,1391.46339820318,1970.70467877695,1473.92628475535,2322.3479991761,245.319994039197,849.340115799151,1962.76542654707,4713.35393424557,1097.95299657003,2749.52241628962,1256.26265694301,3107.40534338164,944.312844971488,3528.24699108709,284.311290986362,957.418259690004,529.420543210865,1840.91920181403,1197.63887438829,4225.18223953789,480.978553495729,1230.1449785528,471.264078647208,1675.38631525168,634.411313566274,2994.8749662719,865.471983908704,2005.68776323412,779.428765030952,2555.10337620889,915.126314164429,3601.90495966446,13647.1726757694,4236.87686015436,95934.2678382466,34929.5125764423,3248.1201141956,15970.6247568915 -25,3061.10947817817,2617.56128575451,587.306635434035,1048.74529651131,1441.65921823301,1866.71509164707,1510.95521289831,2199.80299676808,253.658511247399,804.522376781244,2029.04353388281,4464.64100688633,1135.02836256743,2604.43639505394,1298.73448437844,2943.43465706654,977.462964430705,3342.06945172941,291.627972620445,906.897483742206,551.282114053783,1743.77809802627,1246.35055745102,4002.229018099,504.493544932317,1165.23303623734,488.799232063209,1586.9800040056,656.066747547301,2836.84225107,894.745416214561,1899.85219859761,799.487173933366,2420.27640389409,938.676866351377,3411.84065745303,14030.1888597839,4363.09624462558,99359.4067573314,36285.2934018765,3333.70016044766,16576.5400794084 -26,3179.66246589921,2574.73885813757,613.397879803062,1031.58817404283,1527.7904148768,1836.17625676724,1582.99894730356,2163.81495510759,269.120395155929,791.360659638873,2153.4951945061,4391.60097248733,1204.64548128234,2561.82868626138,1378.51747278638,2895.28105003033,1035.75048702049,3287.39431271114,305.090945906826,892.060944072673,580.219780236603,1715.25047126577,1311.46360145942,3936.75388925801,525.71546165196,1146.17021328733,515.253671724998,1561.01754164764,695.896249554528,2790.43246016339,949.539385978775,1868.77125172539,836.395411400277,2380.68149099452,982.010780662402,3356.02408483276,15005.2167548824,4639.39124901311,104598.142015594,37904.5935468671,3562.73030638028,17281.3109746953 -27,3418.05906704061,2586.95526838,665.09198309345,1036.48276919585,1665.01243496143,1844.88839561549,1679.54435282855,2174.08164724095,293.251795899151,795.115442939446,2346.76792801929,4412.43788141556,1312.76047762676,2573.98384137674,1502.32076614232,2909.0183426348,1128.22267439798,3302.99207223763,322.580540464356,896.293521842492,631.749068869996,1723.38885134237,1426.32144746763,3955.43267696601,571.506127496638,1151.60846792388,560.005901496889,1568.42412994071,758.259232483026,2803.67227575844,1034.7397642448,1877.63804463846,884.342480401915,2391.9771537211,1038.3053729318,3371.94747328602,16314.4981965445,5024.51039373915,113003.524578875,40897.8885415524,3837.513248738,18579.9371660099 -28,4160.29868261923,2671.43046087681,813.574213478731,1070.32838010287,2016.9717972855,1905.13191983087,2059.48206343501,2245.07474399035,355.577625879178,821.079374716881,2845.04839004898,4556.5229160386,1591.49400279398,2658.03546110967,1821.11175339,3004.01027677238,1368.7493231449,3410.84893954729,395.186899307637,925.561352143516,767.836690039252,1779.66489397189,1734.09475676154,4084.59453023767,697.361575700884,1189.21342700372,682.07988060648,1619.63990932152,919.516611778521,2895.22420867647,1254.49606271792,1938.95098545305,1083.39009616941,2470.0854739454,1272.00692351967,3482.05603039042,19760.0218748975,6102.03059090935,137826.716635627,49908.5546549596,4680.17104321983,22686.8466735013 -29,5501.17543524695,2836.22206603802,1050.74005881703,1136.35335600618,2463.23211395741,2022.65313242112,2618.349571141,2383.56589178075,427.130579581029,871.729013592357,3411.50958895719,4837.59956627691,1908.36720749275,2822.00077356175,2183.48889255439,3189.31761779431,1655.80662223265,3621.25279618593,506.944985320429,982.6561345564,966.676493872094,1889.44646561363,2184.73979845921,4336.55949766926,923.620337744648,1262.57202360028,843.445306853208,1719.55007518549,1105.81832559145,3073.82090121129,1504.94165853544,2058.55838302567,1389.77070687597,2622.45678066594,1631.72800591545,3696.85241416789,22759.9508904353,7247.56065716973,172096.489450178,64796.5840486555,5390.20442018203,29778.3594000711 -30,5575.72593538788,3169.11930187268,1070.52322758289,1269.73109665479,2551.27203867567,2260.05895649184,2684.90562385865,2663.33330008951,442.900802389984,974.046875968751,3538.8225452912,5405.4054313297,1979.58490881278,3153.22880689917,2265.27347839608,3563.65890505665,1714.43210630728,4046.29181571264,520.313477448367,1097.99389843846,994.956341428829,2111.21736049246,2248.40820588926,4845.55654944922,942.106083359703,1410.76448769948,867.184744281506,1921.3796405651,1146.36259387332,3434.60593765714,1560.95361323095,2300.17853108087,1426.41992778259,2930.26364241815,1674.75780921498,4130.76482346111,23825.6927894264,7540.63670140241,177200.362321808,66217.8276813372,5646.36531246875,30391.960524043 -31,5397.82734903213,3557.77016525948,1043.99994377097,1425.44694070406,2492.88444219052,2537.22550690431,2644.4752963138,2989.95615267665,432.941278138429,1093.50093347324,3459.3521149498,6068.30742009377,1935.12987819531,3539.93090976205,2214.34317539219,4000.69486941681,1675.22981308083,4542.51636830755,512.977507454963,1232.64843049391,971.161292094415,2370.1304438427,2195.49380590336,5439.80042515948,918.480317826205,1583.77622501585,847.174100734926,2157.01162064177,1120.56184618947,3855.81525037538,1525.88778684231,2582.26522043968,1406.30864056488,3289.62199598465,1651.14517266581,4637.34888110051,23389.592255771,7403.25813314952,173729.338865299,64691.1173388483,5589.78683388273,29709.129983425 -32,5318.55432554948,3815.28953711704,1017.94797571493,1528.62398242835,2399.59321961856,2720.87557097507,2557.53072597029,3206.37587473668,416.497725713461,1172.65097983188,3327.11239258574,6507.5451005714,1861.15618909756,3796.15903635734,2129.50615386681,4290.27412325004,1613.5638562664,4871.31387558945,496.318954964091,1321.87028429481,938.902277186358,2541.68579305518,2122.63018561469,5833.54536186069,893.357698216616,1698.41349490236,820.170570454631,2313.14095217115,1078.17984369431,4134.90779293793,1467.65238412257,2769.17535983839,1360.63984229058,3527.73220285716,1597.52549513771,4973.01057802698,22309.2538019651,7090.93496313348,167649.178239807,62908.7314959136,5300.72618997494,28922.5125825217 -33,5144.82323796433,3974.88267063932,980.593044473027,1592.56615220595,2291.97875096931,2834.68949101225,2453.78689286232,3340.49821804018,397.274667552426,1221.70283882677,3172.77996777643,6779.75498242548,1774.82404466734,3954.95194317798,2030.68176110747,4469.73580874938,1540.58630547061,5075.08038877611,475.80988461274,1377.16397006316,901.059525748526,2648.00422477485,2036.99213519866,6077.56191022131,862.855516067876,1769.45794094794,785.598093457241,2409.89937882378,1028.57936320547,4307.87052226182,1399.6591706342,2885.00965462778,1304.41499339193,3675.29684533167,1531.51197209943,5181.03105287316,21139.4130298847,6745.72501032442,160572.390833707,60576.0441582627,5014.11561384854,27873.6958479668 -34,4955.09362661165,4082.62102718707,938.125396709446,1635.73232191446,2175.63355678761,2911.52315187494,2365.8524494255,3431.04171778189,376.253772171762,1254.81683663535,3004.14290226265,6963.51881148097,1680.4900152875,4062.15008156098,1922.70558148867,4590.88705524891,1460.53302889561,5212.63937245966,459.037562604104,1414.49170904961,858.764231683188,2719.77782086514,1942.31080552174,6242.29294413613,827.713201204588,1817.41872528663,747.238064570815,2475.21919327712,974.312905210896,4424.63444430593,1325.34957933275,2963.20723291354,1258.43430024205,3774.91499126238,1477.52609919761,5321.46180696374,19940.7548819413,6398.65726724195,153351.241638885,58105.113541846,4753.47729113733,26796.7735853633 -35,4784.8275529324,4182.10680953529,902.61131524866,1675.59203670902,2081.88932186438,2982.47148547248,2276.85229605718,3514.64974000336,360.107228284188,1285.3943587382,2874.92364068759,7133.20664492017,1608.20594428137,4161.13702553368,1839.91467673849,4702.75832307472,1398.47685484243,5339.6615728096,442.447773459246,1448.96020694906,823.328334013037,2786.0536820142,1862.55860603727,6394.40586205298,795.325051872774,1861.70579541521,717.073634277053,2535.53562144585,932.564028657592,4532.45444924034,1268.37466591196,3035.41501018779,1212.95401410764,3866.90255726541,1424.12775353139,5451.13580500972,19037.1438785422,6121.53580938432,147146.373016121,55896.6780986569,4538.30214161648,25801.0775721938 -36,4698.22791680106,4198.48200591328,886.470569732049,1682.15288029817,2034.77295437003,2994.14946465633,2220.1619412185,3528.41148314229,351.637202351837,1290.42736865548,2806.89655533993,7161.13698360712,1570.15221600841,4177.43011393436,1796.35301190328,4721.17215002026,1366.3709087288,5360.56921836456,430.677070933553,1454.63366509188,806.833800755181,2796.96257990714,1824.75600735857,6419.44339851019,782.236863223756,1868.9953744208,701.949392748226,2545.46360645807,910.71449220483,4550.2014449678,1238.40723240512,3047.30029173229,1180.68507360472,3882.04355954814,1386.24083184041,5472.47993211011,18502.1561174111,5959.92809416124,143824.900744315,54792.5181842295,4398.75022589095,25284.8812578788 -37,4619.72731406748,4149.42140854774,878.439473286734,1662.4963889636,2007.44444868872,2959.16187601575,2181.67173700667,3487.18087291921,346.917020308958,1275.34831449402,2768.90939925657,7077.45682069648,1548.90254893726,4128.61551462114,1772.02290325622,4666.00375210422,1348.62800288268,5297.92926237526,423.448441004805,1437.6358081386,798.185391831639,2764.27918272072,1804.75784202777,6344.43016100158,776.007096763092,1847.15556912609,694.174060354069,2515.71905475362,898.554293900881,4497.03089410935,1221.6815469901,3011.69161877525,1160.8680551575,3836.68064605649,1362.97369587756,5408.53226384283,18206.7506129861,5869.38916180904,142039.429128886,54150.7780462754,4330.34411353625,24974.4169557595 -38,4619.2288787342,4077.42255554814,884.551167324948,1633.64951578876,2019.99250653714,2907.81585932186,2183.00282170122,3426.67291329499,349.200026605291,1253.21905675476,2787.18765337057,6954.65204309674,1559.12723682155,4056.97767592953,1783.65115009748,4585.04139972631,1357.43626941785,5206.00202900768,423.089804730358,1412.69061240507,802.309025146103,2716.31468094306,1813.65406316619,6234.34452506517,779.279143925347,1815.10457473566,698.498054293804,2472.06745406579,904.455701484193,4419.00048109499,1229.73989346479,2959.4341301303,1159.88486723163,3770.10832701635,1361.81933619377,5314.68589803245,18327.3911170745,5901.07857915459,142689.706980028,54334.331590216,4354.4455456395,25035.7678529895 -39,4640.39460687634,4025.50280571465,892.700092709234,1612.84748386299,2038.00896946679,2870.7892647217,2174.82453832633,3383.03946643101,352.464701418061,1237.26122579002,2813.25396922535,6866.09516940082,1573.70849508869,4005.31826041771,1800.40624630385,4526.65789906948,1370.30997228859,5139.71154297234,421.133378853665,1394.7021546995,810.48405879346,2681.72656141846,1831.08151107416,6154.95966766874,787.505651665996,1791.99198972441,705.310521377776,2440.58944999874,912.909609555437,4362.73125798483,1241.23967289501,2921.75025567486,1154.52139890205,3722.10175460028,1355.52209490144,5247.01148889034,18454.4591186358,5932.74689546157,143478.285849722,54666.7338490116,4358.92297606399,25150.0762211831 -40,4758.47683902759,4117.9056639941,907.432027887618,1649.86937272273,2044.49435940875,2936.68640760821,2223.7055345909,3460.69498710948,352.355853419977,1265.66177081983,2811.18666105687,7023.70201989678,1572.55206184012,4097.25779528924,1798.93610523054,4630.5644539807,1372.00812151118,5257.69035461999,431.847460915337,1426.71665618234,817.969018219917,2743.28389011966,1849.13804016042,6296.24285472301,802.776140935048,1833.12602685123,709.906150508721,2496.61162957501,912.878787749294,4462.87498104238,1240.46066295869,2988.81717571769,1183.89365394264,3807.54023459432,1390.00802190328,5367.45330259627,18291.7889570148,5932.20792716878,145122.168720903,55723.4201698081,4340.88017246245,25720.5348549909 -41,4811.26846786204,4339.94545525512,914.054313994705,1738.83125796709,2029.18387993512,3095.03419168832,2227.43031410182,3647.29760874665,348.497161532419,1333.90696590944,2779.0794236241,7402.42398626277,1554.59156738974,4318.18424184757,1778.30722421674,4880.24709575966,1359.54382585882,5541.18797795374,432.753695781117,1503.64602134417,818.337904919717,2891.20330159571,1850.09144967073,6635.73981343562,812.241965704194,1931.96921403644,707.799331346905,2631.23033391731,903.15862779434,4703.51571205261,1226.43990493055,3149.97588015727,1186.37806291498,4012.84494720574,1392.92496329386,5656.86940586751,17872.7167201623,5844.94254266549,144843.607737296,56113.0796566933,4238.41581554776,25950.663307516 -42,4827.58463059784,4330.39326629742,915.446054641148,1735.0041027844,2010.16911910927,3088.22204353246,2227.82326004534,3639.26993275328,344.29613965534,1330.97104620222,2744.58838571544,7386.13130392591,1535.29759679375,4308.6799491652,1756.24720127947,4869.50570674923,1345.27419818771,5528.99186278104,433.294864919341,1500.33650718795,816.187727483506,2884.83978377349,1845.51219114949,6621.13459748865,817.178431855702,1927.71696359154,703.514286448148,2625.43901474062,892.478780566346,4693.16330755577,1211.32867507413,3143.04280573741,1187.86165785634,4004.01270413061,1394.66685021325,5644.41867669799,17514.1007461285,5766.32008811222,144285.00365238,56233.1483898154,4162.79258175245,26049.7091758476 -43,4765.71234239535,4202.64077944254,908.374659399383,1683.8191236835,1991.5292706826,2997.11529600173,2173.74855678602,3531.9065235535,340.877295392357,1291.70559139756,2717.0914220053,7168.23039186393,1519.91604722405,4181.56803467659,1738.63693885154,4725.84867018562,1332.14629864125,5365.87908829748,422.776174627661,1456.07454109721,809.801706364503,2799.73308932537,1829.87534910998,6425.80212798448,812.427525044243,1870.84669317804,697.251244428534,2547.98499553424,883.667489357776,4554.70861143784,1199.21990317826,3050.31877121395,1159.02506204143,3885.88888744811,1360.80984002182,5477.90065432566,17246.1541764154,5676.15785811108,142409.14939717,55620.6581115068,4068.41421598256,25730.7154924419 -44,4563.66797539313,3946.16110569465,870.980451844487,1581.0586446996,1886.89395008588,2814.20669313863,2058.67482957712,3316.36056556916,322.139406308025,1212.87510217742,2566.73261060552,6730.76607151372,1435.8067057285,3926.37439297051,1642.36182232166,4437.43855170963,1260.85868063477,5038.40905453464,400.568404062514,1367.21290793552,772.360097221285,2628.87037061674,1744.82328903038,6033.64688087994,781.611015031658,1756.67225508527,663.215209481842,2392.48601414003,835.302438946509,4276.74286561618,1132.9686583515,2864.16325511681,1098.1432900737,3648.74001692165,1289.32862957609,5143.59414411492,16118.3920560984,5336.84109356779,135314.590158211,53199.133354416,3792.05007554763,24622.9541009917 -45,4141.85890702703,3759.60089503016,781.42082524332,1506.31191593517,1678.51958665668,2681.16118904918,1874.05983758113,3159.57504435484,285.423145027392,1155.53475835684,2273.32739216104,6412.55981925936,1271.67851473671,3740.74962644915,1454.56883719709,4227.65252198494,1118.57060147691,4800.21131514904,365.413111536783,1302.57603141277,690.393061803003,2504.58689687712,1560.88843969439,5748.39790015594,704.393177873589,1673.62315060136,590.657194802874,2279.37793698481,740.277613477807,4074.55394615828,1003.55363539386,2728.75598563636,1001.76637116003,3476.24079857131,1176.17261258911,4900.4236344989,14184.682572914,4740.01184554281,121359.266504414,48013.0320375182,3360.54128356703,22302.5133916778 -46,3715.93213296065,3621.12655648051,694.308262809911,1450.83114762162,1501.72958373305,2582.40814781829,1699.10851255939,3043.2009725901,256.789258237461,1112.97388133766,2046.20211890144,6176.37119068556,1144.62671781829,3602.96962142597,1309.15726859774,4071.93881647607,1004.84383034885,4623.40901476591,330.69164808462,1254.59930212776,613.055290570185,2412.3374737153,1387.08112001502,5536.6718102945,618.670493964797,1611.97994292278,529.261604795892,2195.42345326664,665.816075857646,3924.4791966483,903.185591585457,2628.24992376317,906.578778417244,3348.20323323883,1064.4129819352,4719.93029482092,12939.099147954,4296.97938520097,108674.45769752,42696.073825886,3079.98933594234,19832.9237453162 -47,3060.78995499865,3347.62188212714,591.442581060373,1341.24947617691,1384.68533478234,2387.35815757354,1478.79287884838,2813.34717487885,241.375114879619,1028.91066116815,1928.27255078927,5709.86819366359,1078.65799789807,3330.83634531895,1234.074596173,3764.3841694301,935.246259348108,4274.20167355245,285.846746695701,1159.83907538056,542.312517609141,2230.13296777276,1225.89785883537,5118.48548157698,514.773584769203,1490.22665910998,476.260836281064,2029.6025223249,624.823612470768,3628.06221482121,850.587207208909,2429.73749170479,783.638159399842,3095.31253176997,920.068558698494,4363.43267505523,12958.5203073176,4110.70615303546,97007.9205840294,36279.9860675712,3087.20645738295,16650.0481307146 -48,2574.76964560418,3091.01224375187,529.833463155059,1238.43692590343,1220.3739107914,2204.35687037382,1261.91058909303,2597.6919943986,217.849474358273,950.04022657921,1714.8780319862,5272.18219926585,959.287059220172,3075.51339064988,1098.90171698186,3475.8279063765,833.576402486435,3946.56570258182,245.341386645154,1070.93241382003,469.323896863862,2059.1836686765,1060.56545077523,4726.13151965881,461.226324664236,1375.99436599077,430.626686048043,1874.02474573073,569.258295448983,3349.95561684525,763.244547224297,2243.48764597938,672.59423057168,2858.04349201472,789.692024167057,4028.95676342411,11939.3019948549,3699.11581223961,85080.8102458656,31019.640244782,2842.51918632898,14115.5795486846 -49,2708.23620255959,2934.53819195232,555.19458458486,1175.74443929618,1272.28338382827,2092.76732496947,1322.06658113201,2466.19093272781,226.568361378294,901.947035125212,1783.22225215199,5005.29237629211,997.51818980478,2919.8239259538,1142.74832907963,3299.87361277315,867.764135037,3746.78159385679,257.255512044578,1016.71938560164,491.126299212456,1954.94312007027,1109.92072437526,4486.88402081327,485.491746172497,1306.33840971459,448.928336689222,1779.1573618406,592.102113316694,3180.37326408169,793.687681375116,2129.91721194495,705.256359515912,2713.36284692221,828.040587903104,3825.00183229354,12363.360146928,3843.71838749999,88878.5883782349,32556.2625441545,2942.73620892391,14836.8751610988 -50,2780.72908910493,2884.63285287291,571.292187929124,1155.74949594369,1320.78506126003,2057.17730836879,1365.88322881962,2424.25040011866,235.163866415724,886.608344784417,1851.2137580584,4920.17138045179,1035.55201526429,2870.16882060315,1186.41598530543,3243.75530699806,900.127865915332,3683.06308223179,266.006188548186,999.428853883155,507.777676165536,1921.69696926003,1147.55679565225,4410.57918038463,499.474568182757,1284.12255937465,464.277102068543,1748.90065853315,614.493935573762,3126.28720496058,823.92037964266,2093.69541699109,729.246011691629,2667.21885966981,856.206807779246,3759.9530917648,12895.7521137321,3997.9856136628,91939.5055764893,33546.5750708667,3070.285146772,15281.0869491158 -51,3015.56868433981,2910.49525274333,618.428231870438,1166.11145780804,1437.66949572793,2075.62109129264,1484.53650747867,2445.98520535443,255.692423999978,894.557300755859,2012.92815461194,4964.28355907635,1126.01356705391,2895.90154206894,1290.13296445176,3272.83744712131,978.397609475375,3716.08387033166,289.468276246219,1008.38931089085,551.88773655427,1938.92609268184,1247.30325424694,4450.12257056326,542.27404608827,1295.63545990897,503.581361096342,1764.58056321134,668.11226616128,3154.31617569213,895.884877327353,2112.46660585387,793.566447141389,2691.13201749924,931.725348612483,3793.66324321662,14042.600290466,4351.37604196773,99909.2591888408,36426.951651743,3343.60429930364,16598.9428892068 -52,3701.04340295902,2979.76491159921,759.613951760386,1193.86485915585,1750.51803695599,2125.02078186846,1813.21703534596,2504.19954553648,311.823566344243,915.847725123325,2454.51335497884,5082.4332891874,1373.03228229425,2964.82387125339,1572.9812767499,3350.73083424818,1193.6588197648,3804.52650281323,352.949193636914,1032.3889320871,673.944205753765,1985.07244830989,1523.06863112868,4556.03529178802,663.964739424587,1326.47152680339,616.545643000427,1806.57750291504,814.844183060217,3229.3887617779,1092.44556470823,2162.74321805382,967.597006649609,2755.18084101565,1136.05440550636,3883.95226135676,17068.4211754092,5296.27050781641,122032.621086216,44581.9257762706,4063.3447343036,20308.1607863914 -53,5044.78674746564,3123.95756769106,1006.67585768906,1251.6367137026,2217.57569378912,2227.8518440087,2376.88163104788,2625.37930117737,389.150367270436,960.166159623694,3058.98408358696,5328.37536083366,1711.16766966029,3108.29352121685,1960.19032545651,3512.87475941434,1498.76866514808,3988.62987938399,466.686301573777,1082.34686724433,875.807221160945,2081.13132454618,1980.61239010757,4776.50464070002,899.071183530894,1390.66029952685,788.187934211562,1893.99889900138,1017.79246114125,3385.66086945367,1361.84459240146,2267.39969207359,1279.40303190407,2888.50573585315,1502.14546017001,4071.89909921599,20519.002912502,6542.96705657514,157389.0375516,59512.6998140504,4874.19155348078,27373.2490618269 -54,5131.02824020366,3392.91358093615,1026.87567804195,1359.39593041867,2301.33409615962,2419.65795439329,2445.54426820935,2851.41039628689,404.361712484741,1042.83132288201,3179.74080961304,5787.11993820717,1778.71787581486,3375.90094396425,2037.86251417137,3815.31445965,1554.87298977561,4332.02954708891,479.955092311578,1175.53113497353,902.689084439178,2260.30558410667,2041.22765889257,5187.73610513982,918.070703450563,1510.38870230904,811.691806347324,2057.06205908858,1057.32821566592,3677.14813517899,1415.50231184007,2462.61066034035,1315.77892518055,3137.19060756376,1544.85434984927,4422.46780072075,21541.6613314525,6824.63427457138,162335.541156544,60905.9039081235,5120.17879075925,27976.7149327248 -55,4995.24084155584,3744.98018645463,998.782688362052,1500.45402086555,2239.44404504626,2670.73442368667,2379.29623182767,3147.28777577612,393.631097033825,1151.04100026322,3095.34272121169,6387.62202108389,1731.50635842632,3726.20222855523,1983.71065114576,4211.21160785379,1513.23582225551,4781.5437776366,466.971853538557,1297.51044464319,878.260500342658,2494.84681112234,1985.98882080965,5726.04296067672,893.056147794975,1667.11459902011,790.176225888652,2270.51366615377,1029.27322994301,4058.70841694244,1377.9328732152,2718.14412891176,1280.18586192988,3462.72204882277,1503.0645799001,4881.3663813869,20966.7676341118,6641.97773393813,157998.680211376,59272.4607366192,4983.51921449343,27223.6291807356 -56,4865.23285859193,3953.04907967077,972.47838350782,1583.81836243734,2150.7679724236,2819.11885509719,2299.03480781572,3322.14923071972,377.756842280271,1214.99216022861,2969.74723693304,6742.51453801018,1661.24939523842,3933.22782949144,1903.03422969481,4445.18404421389,1454.17866950384,5047.20353340135,451.257252142145,1369.59936066196,847.627153825978,2633.45903038363,1916.81464950498,6044.17853470335,867.530680392593,1759.73850414442,763.512456254369,2396.66206802182,987.925716309243,4284.207865846,1322.08875543882,2869.16261561837,1237.10487025745,3655.10884617343,1452.48324278693,5152.57222221651,19978.5063528987,6357.18856238963,152408.686490487,57485.7130711755,4746.64261563268,26425.2449131554 -57,4711.39828835948,4061.30728842494,939.064045772413,1627.19281477875,2061.71480156418,2896.32324881126,2215.24954952938,3413.12961514786,361.686014646257,1248.26593757509,2842.8538845264,6927.16505250486,1590.26641651091,4040.94321345482,1821.68092410756,4566.91986193597,1393.51867851342,5185.42625786832,434.766433319128,1407.10721105993,815.954957101885,2705.57894382537,1845.25375638242,6209.70441823522,839.610484596449,1807.93070578293,733.698246975574,2462.29705945347,946.012263995547,4401.53518967615,1265.64542910717,2947.73750784236,1191.89590755681,3755.2076631912,1399.40345761658,5293.68057377284,19025.8413415486,6076.28242220716,146542.030858914,55513.3358553363,4518.87665518966,25541.7742296479 -58,4526.2025099776,4141.62370108934,898.895646267576,1659.37217977504,1958.04912130644,2953.60093718614,2115.56692908408,3480.62766618887,342.8262308167,1272.95164467314,2694.00518034322,7064.15666812013,1507.00181515659,4120.85690617397,1726.25670375063,4657.23526882032,1322.18759799276,5287.97324719729,415.536907890508,1434.93416317179,778.265787341076,2759.0844728376,1760.16417155671,6332.50753239514,805.777130791789,1843.68434329963,698.388353233893,2510.99144593663,896.81127644472,4488.57994929295,1199.43048199727,3006.0319646004,1139.17888318201,3829.47064968745,1337.50846685637,5398.36840044591,17920.1618850717,5748.83013511512,139611.993820463,53161.6006244795,4254.66814107574,24490.6956229762 -59,4340.18296943421,4238.51024761809,861.45911501284,1698.19049150674,1862.17854285321,3022.69562450715,2019.6692419336,3562.05128616689,325.978175418038,1302.73027683569,2561.2103443956,7229.41111736722,1432.7176006062,4217.25764733096,1641.06978402685,4766.18370888484,1258.11876185604,5411.67677582125,396.541699219482,1468.50211274897,742.524641070434,2823.62876402563,1679.34500738147,6480.64624077652,771.660106362219,1886.81433815273,666.601388158165,2569.73200449969,852.821456749098,4593.58297262189,1140.34183936143,3076.35319048303,1087.10422942978,3919.05488356747,1276.36768262092,5524.65444402625,16965.207164415,5457.08633346842,133143.362880793,50853.7525506523,4026.90218063272,23436.6056855251 -60,4264.71215306601,4245.26826326996,844.355963288744,1700.89814048032,1814.72392390422,3027.51510662418,1976.14096714985,3567.73073411873,317.227224827678,1304.80739145538,2492.038541781,7240.9379205671,1394.02352798211,4223.98177716045,1596.71694532738,4773.78306389936,1225.25258515487,5420.30532552793,388.208421023876,1470.8435392604,725.873264117355,2828.13084760395,1641.77903476145,6490.97918942375,757.677284351958,1889.82273499135,650.734472080073,2573.82926700302,830.014361015645,4600.90712752858,1109.58007783305,3081.25822593119,1064.258859096,3925.30354941854,1249.54496258896,5533.46312892323,16432.4696053806,5303.28712102893,130050.515936722,49856.2540496824,3899.35324278462,22997.2885085332 -61,4227.88549937023,4134.15089574469,835.875581649045,1656.37814502232,1788.010521181,2948.27170245543,1953.57481484045,3474.34750775251,312.426540201239,1270.6548353683,2454.0293217689,7051.41068453619,1372.76151855137,4113.42157072694,1572.34077962987,4648.83213634864,1207.35858813645,5278.43206296715,383.565804428674,1432.34508592632,717.230109332713,2754.10620762497,1622.22658126147,6321.08167636659,751.014992196115,1840.3577508304,642.642855496615,2506.46081938728,817.51565792331,4480.48112461554,1092.68215258076,3000.60812763391,1051.53129943153,3822.56106764825,1234.60155109761,5388.62802827626,16128.591060428,5216.93410573773,128400.863354827,49346.4471453132,3826.46813544285,22771.2560333923 -62,4247.41352124683,4043.95738570569,840.760935103508,1620.24144788211,1796.3509025633,2883.9501573307,1960.94668620372,3398.54872712696,313.898741075476,1242.93334610968,2465.59714601127,6897.5722068407,1379.23245344706,4023.68030605373,1579.68485310419,4547.40998255378,1213.07828800157,5163.27411946987,385.352556039477,1401.09604975307,719.899516722192,2694.02071192098,1628.32455251078,6183.17656404436,753.455168814254,1800.20722670567,645.649773077443,2451.7781276383,821.367062280068,4382.73183353172,1097.8324946003,2935.14477467275,1056.42961211054,3739.16541791894,1240.35265373672,5271.06597299061,16205.384680239,5241.04345020294,128978.126074621,49560.0081232396,3844.6894122783,22869.2073041907 -63,4286.46956500001,4013.74125591021,848.52054525277,1608.13513190997,1813.2271483986,2862.40150981388,1980.88152465073,3373.15503979037,316.843142823949,1233.64624643699,2488.732794496,6846.03409276158,1392.17432323845,3993.61568499393,1594.57685093692,4513.43209476698,1224.62620452581,5124.69454355371,388.926059261083,1390.62717086604,727.272806274424,2673.89120220091,1644.93933456481,6136.9763577148,761.433936367245,1786.7562206656,651.97260708756,2433.45863535178,829.069870993584,4349.98440785189,1108.13317863938,2913.21360502355,1066.22623746857,3711.22666960424,1251.85485901495,5231.68098486897,16358.9224589155,5290.93352709601,130206.57316036,50035.6282115253,3881.13196594918,23088.089152263 -64,4388.23179581312,4117.97064945937,863.88854783965,1649.89540963022,1822.53451171506,2936.73275202407,2007.37766351629,3460.74960100602,317.473988792859,1265.68174447288,2492.74397029976,7023.81286229603,1394.4181382323,4097.32245490651,1597.00690677662,4630.63752981343,1228.93992539512,5257.77332724778,394.952717123512,1426.73917147368,735.497156650627,2743.327182413,1663.81459154602,6296.34221694856,777.209678575721,1833.1549557674,657.567239149169,2496.65102908573,830.918352236933,4462.94541053513,1110.0009495996,2988.86434281927,1082.74809447496,3807.60032212275,1271.25315015296,5367.53800741436,16215.8821515969,5284.30953727109,131531.808115327,50952.8451564052,3844.6894122783,23557.4308541101 -65,4464.34347107283,4344.0392559254,874.371196972066,1740.47146949573,1822.36307586001,3097.95368760806,2024.48319287456,3650.73804585568,316.477188334602,1335.16521887309,2484.00702515296,7409.40657362225,1389.53077116589,4322.25751551563,1591.33975637362,4884.85055426801,1227.07083747226,5546.41489135443,398.775225067137,1505.06438642583,740.373941379593,2893.93052711871,1675.04883210246,6641.99919995929,789.51243939382,1933.79160948932,659.945801779639,2633.71233112573,828.500155647138,4707.95246269227,1106.18931527943,3152.94720168712,1093.2273569604,4016.63019923345,1283.55683880766,5662.20543969656,15995.651063864,5251.71853812901,132173.113294871,51598.089849235,3790.02558177197,23899.2124378217 -66,4503.71994427178,4337.15128194929,878.820555825488,1737.71175175798,1815.4262942933,3093.0415256495,2031.20665860883,3644.94938070512,314.547714558767,1333.0481608219,2468.18829975699,7397.65810712579,1380.68192111203,4315.40407899469,1581.22175965512,4877.10506176375,1221.25112168449,5537.62041248773,400.093343162753,1502.67793369939,741.859934819768,2889.34186735181,1678.49774812471,6631.46754613588,796.651176350731,1930.72536043017,659.215460217485,2629.53627724394,823.59031819903,4700.48746246246,1099.20330139424,3147.94784118557,1096.84092839425,4010.26136998167,1287.79952839726,5653.22736159498,15772.7045090364,5208.40984121515,132174.366304237,51897.1445909337,3735.36175126564,24069.3105855431 -67,4462.75493990694,4184.77103082003,867.46591749099,1676.65947667936,1784.70449999104,2984.37147616488,2004.15249179178,3516.88875614335,308.585720163951,1286.21322233155,2420.97184891892,7137.75087151154,1354.26947111475,4163.78788796667,1550.93983572532,4705.75422666875,1198.82950703221,5343.06321716339,395.333568188753,1449.88327056267,731.225530903405,2787.82854426858,1654.60066452179,6398.47943381401,788.581512348987,1862.89179960686,648.535229753819,2537.15089056224,808.070757702708,4535.34186033855,1078.2131606441,3037.34872868099,1083.79218341849,3869.36597691686,1272.47901364353,5454.60846429345,15393.0099598075,5102.91334671014,130193.512323373,51313.070564718,3644.25536708843,23824.251647828 -68,4311.65309244766,3933.61978703532,834.914739690718,1576.03387258533,1701.70177579406,2805.26284569638,1923.70162858066,3305.82081984463,293.520756745385,1209.0204564235,2302.10543063006,6709.37498284213,1287.7766857892,3913.89595858347,1474.73915560198,4423.33590120509,1141.78096978588,5022.39645601255,379.794704360536,1362.86776026052,700.866425053275,2620.5155416706,1586.05165229764,6014.4713109566,761.035883626506,1751.08936428559,620.17348595954,2384.88243975782,768.762889316614,4263.15092305096,1025.33298654947,2855.06064042048,1041.192969713,3637.14393403714,1222.46333142393,5127.2472562186,14515.7770034305,4841.91247472656,124620.703876364,49406.1370148131,3434.71068348085,22970.0011921642 -69,3898.33503685847,3755.31215057037,750.635770651011,1504.59359873487,1518.19090044311,2678.10266887206,1727.26463048351,3155.97077615055,261.018019286777,1154.21658830865,2046.55057200961,6405.24472620406,1144.82163929444,3736.4823864724,1310.9811518725,4222.82985015412,1016.50482112821,4794.73549996054,341.679784657475,1301.09012482476,628.258831021472,2501.72980287221,1421.94828188131,5741.84044623056,687.025021431979,1671.71397401179,553.972445489063,2276.7777488872,683.767385195097,4069.90592070275,911.566544153199,2725.64317195153,936.702343644847,3472.27529561447,1099.78102126479,4894.83350264716,12790.54619255,4295.48025449607,111575.419722904,44511.1343373525,3024.7319546834,20728.9505170593 -70,3403.36463806714,3648.67846499126,661.622665868486,1461.87002362342,1339.40092885553,2602.05680464272,1514.91155237115,3066.35564378671,231.523810717321,1121.442117417,1815.78652677153,6223.36507817332,1015.73434667002,3630.38338005279,1163.05964888448,4102.92080066884,900.852396635852,4658.58694632829,298.724478844378,1264.14511740119,552.044317493113,2430.69212118099,1249.19784906962,5578.79844486303,599.394923022206,1624.24494477119,490.769764144831,2212.12767643677,606.401245518579,3954.33921122992,808.738040551137,2648.24737491917,818.941980188036,3373.67856190209,961.51872944314,4755.84262365882,11436.2942616641,3814.18976286631,98262.0068805101,38951.051208538,2705.85961006316,18095.7968957315 -71,2781.34725944932,3405.06501201647,559.127925347944,1364.26449118961,1221.42153975547,2428.32375332078,1310.21698490711,2861.62247982089,215.243154987232,1046.56613446684,1691.9729438308,5807.8460154871,946.474162764603,3387.99144573389,1084.10831045802,3828.97868350959,829.235764895224,4347.54434203538,256.091272238822,1179.74119963584,483.232867151448,2268.40067608898,1092.58081915969,5206.31554025972,495.410759875484,1515.79803083533,437.142236628887,2064.42925169242,562.948195701657,3690.31752811248,753.25654345748,2471.43029072673,702.06463965543,3148.42618858999,824.293193705185,4438.3064925717,11352.2973842055,3614.31245503347,86883.5195109768,32797.4527170642,2696.74897164544,15058.6046297449 -72,2316.94776783489,3129.61090607113,493.080202735693,1253.90176555371,1075.55509261472,2231.8835249973,1103.43740371315,2630.13037645416,202.603343350928,961.903745389131,1609.8153289831,5338.01797225783,900.515945754548,3113.91851281141,1025.31564487568,3519.23191032676,752.836953660235,3995.8479909916,214.003823841288,1084.30556000906,408.000129790121,2084.89748952637,922.108534654674,4785.1485471625,433.959734074101,1393.17693846147,399.697469231557,1897.42641568031,526.286210751093,3391.7878049579,683.215830376412,2271.50294169347,586.683474827306,2893.7329836578,688.824315944475,4079.26790079494,10759.6927530569,3318.46092225754,77181.3817184451,28367.3994570402,2475.47342774371,12764.4121780202 -73,2451.14056064381,2980.02483455084,520.333637829725,1193.9689992096,1132.50619143065,2125.2061460466,1165.49126383446,2504.41798523111,212.909887332125,915.927613923624,1691.53957378122,5082.87662653151,946.231739529442,2965.08249090781,1077.43340918764,3351.02311631553,791.679006008529,3804.85836918106,226.180536859407,1032.47898670095,430.631791532934,1985.24560488609,973.309042955195,4556.43271177782,459.639636153083,1326.58723405035,420.434461102113,1806.73508949346,553.093868292184,3229.67045925533,717.938471587766,2162.93187273549,620.065477901902,2755.42117364515,728.018082974446,3884.29105598174,11278.7086166818,3486.14540975467,81340.5883744249,29981.3660832353,2594.48657330831,13505.8505276317 -74,2536.3326068426,2896.19945258469,540.77854762853,1160.38373969965,1193.27350864745,2065.42603452413,1217.86082683443,2433.97099036687,224.550760928912,890.16340511559,1784.62613056806,4939.89994064425,998.303506528264,2881.6774234467,1136.82017579374,3256.76189089024,833.876667362504,3697.83117181483,236.448873173273,1003.43629402645,450.632037061221,1929.4024557966,1018.47367015098,4428.26441329939,476.934079866245,1289.27154449085,440.682010043909,1755.91327846944,583.20833635149,3138.82277344647,757.309749247407,2102.09057091253,648.215737655119,2677.91368790863,761.069266875402,3775.0294895477,11997.2066250908,3688.89895167227,85232.7289593622,31197.8141759161,2761.10497709875,14033.6074184973 -75,2753.3638544186,2888.40174512629,586.128726310969,1157.25953051109,1301.53364946846,2059.86509569452,1325.69096442623,2427.41778363652,244.679196104206,887.766735294708,1944.75292885037,4926.5997880679,1087.87697039068,2873.91881499953,1238.89502941272,3247.99340760634,908.238074467029,3687.87515663687,257.698698999309,1000.73464905964,490.573191027065,1924.20774591349,1108.79381382754,4416.34178469295,518.400800019194,1285.80031866439,478.820724249072,1751.18566965244,635.453837440337,3130.37182863006,825.224437140791,2096.43091673768,706.471339967815,2670.70369153959,829.467094894655,3764.86562615077,13098.9252056299,4024.35281773152,92779.6880883928,33920.331968644,3014.99968763657,15261.6404250205 -76,3386.96505630655,2912.18476138366,722.021946800975,1166.78837194548,1590.73114918258,2076.82596519321,1624.26339976573,2447.40507131527,299.607554422022,895.076580863763,2381.08131378931,4967.16526793954,1331.95507124406,2897.58257922997,1516.69754000451,3274.73729119083,1112.47520620631,3718.24101379417,315.135297144603,1008.97466915658,601.054384214085,1940.05161672572,1358.40282247013,4452.70581495316,636.250103212917,1296.38756122306,588.36001705352,1765.60488170328,778.160467172226,3156.14721954219,1010.43080788812,2113.69286814708,863.93162444914,2692.69418833307,1014.34101311469,3795.86542060271,15996.7682870153,4918.9803508501,113720.287038383,41629.6534732932,3681.47330279833,18720.9598842213 -77,4632.95038185659,2911.79487380463,959.865075122788,1166.63216060217,2021.55844033345,2076.54791667845,2138.23098906108,2447.07740912474,374.661279013006,894.956746694661,2973.08117525972,4966.50025654789,1663.11436979251,2897.19464661258,1893.75433919423,3274.29886454589,1400.51402153499,3717.74321021855,418.60428827337,1008.8395861439,784.42398516137,1939.79187976189,1774.05479882969,4452.10968014973,864.214029884372,1296.21399894967,754.14068236486,1765.36849992491,974.032953919877,3155.72466991046,1262.67286354352,2113.40988383713,1147.58799171723,2692.33368647479,1347.38159041108,3795.35722455734,19247.011079214,6085.36154871785,147144.66104185,55751.0213307561,4419.35480529886,25342.9152009156 -78,4609.27804803383,2941.42617223158,951.613609134777,1178.50415955933,2011.97574281052,2097.67949142312,2130.01921858008,2471.97960317555,372.067772172291,904.064095113703,2952.47289808747,5017.04085353953,1651.58628835732,2926.67736874628,1880.82639314294,3307.61911236527,1390.98324638818,3755.57608077128,417.409064767422,1019.10584051191,781.098227458742,1959.53178403622,1766.63058983515,4497.41568427414,861.692414071405,1309.40466157965,747.515947649102,1783.33341954388,967.296259269932,3187.83827114268,1253.92684922251,2134.91657702139,1144.31133120212,2719.73168200207,1343.53446749941,3833.97991861091,19109.1909997506,6047.72552724867,146317.584705584,55498.8965981612,4387.61796648164,25251.5416799843 -79,4483.50042172052,3128.63619342672,924.511044960348,1253.51123972081,1954.55732667311,2231.18840820549,2069.62467347767,2629.31122627502,361.538839921829,961.604161903684,2868.85493462456,5336.35545452966,1604.81116571177,3112.94868753946,1827.49712844862,3518.13585080225,1351.35988710096,3994.60349010032,405.615348076558,1083.96785466119,758.905135085017,2084.24815131586,1716.44696678014,4783.65821979138,837.410088386727,1392.74303558391,726.606319182609,1896.83546505588,939.937466642472,3390.73143770975,1218.42943526978,2270.79548549348,1111.97929822659,2892.83173484019,1305.5734690172,4077.9974188973,18556.8769408396,5874.31391982558,142202.991417849,53951.9783241919,4260.67061121273,24547.5208076669 -80,4345.10326403166,3347.94678424089,894.220857561145,1341.37965061274,1856.23481867194,2387.58986167245,1984.0139453595,2813.62022317284,342.669581971659,1029.0105216842,2717.97410152578,5710.422362656,1520.40981006061,3331.15961831908,1731.21423695473,3764.74952024231,1283.5400873178,4274.61650450028,389.02752749785,1159.95164310191,726.191163831072,2230.34941244325,1642.60706902573,5118.98225415487,808.878422760108,1490.3712924672,695.276730121086,2029.79950459255,891.121849685356,3628.4143349602,1154.61212524912,2429.97330891316,1066.50440884263,3095.61294609981,1252.18145966875,4363.85616628252,17393.7055383305,5545.86169899755,135898.164800021,51979.1918442489,3990.9074812663,23690.0908238267 -81,4221.12346430405,3582.39792953386,866.888764688459,1435.31423668178,1788.93906302496,2554.78880885819,1920.30391469803,3010.65336803864,329.944374161638,1101.07041715893,2616.59356132151,6110.31374364604,1463.69846472834,3564.43518630147,1666.62395184929,4028.38866794821,1236.81700956043,4573.96078914833,376.421583628295,1241.18112753989,702.380891918551,2386.53707247781,1588.77455657127,5477.45606797719,785.500038004312,1594.73951542565,671.447003832208,2171.94298811711,858.123283432297,3882.50615638135,1111.64735090871,2600.1402984208,1031.94568545106,3312.39357236696,1211.60610682262,4669.4497560297,16672.1051659351,5331.92561016735,131302.258925307,50388.716413217,3824.28907747586,22982.2303716888 -82,4099.92892554222,3733.34860127758,841.603096186965,1495.7937402021,1735.23314110222,2662.43935311547,1863.92028840747,3137.51257163137,319.94763995565,1147.46596627899,2537.23902607123,6367.78261849218,1419.308264763,3714.62896609442,1616.07841891652,4198.13194812889,1199.50350265754,4766.69271542577,365.41367438802,1293.48048920856,681.654243367855,2487.09803229242,1541.90799090008,5708.25836553642,762.862106446648,1661.93668498774,651.428438702798,2263.46164670677,832.139653946564,4046.10241896381,1077.95142303472,2709.70180788873,1001.76791419564,3451.96713305552,1176.17442426523,4866.20527878591,16154.0570491293,5169.20462113899,127406.736728751,48923.9762583533,3705.27593191125,22318.1134340594 -83,3896.20350623546,3835.30366112102,797.007272102537,1536.64278929533,1619.20662738306,2735.14865314803,1754.93633619226,3223.19577889757,297.932738996007,1178.80243489064,2361.7193605954,6541.68217282693,1321.12417202341,3816.07280619141,1504.18175789769,4312.77990622626,1118.98244257673,4896.86765834168,344.130823901855,1328.80450921528,640.730914260587,2555.01888721395,1449.44903573551,5864.14678781258,723.313317396353,1707.32297817127,611.393105917275,2325.2751531027,775.078407287476,4156.59856018057,1003.59608809102,2783.70181150121,943.421776013014,3546.23786778086,1107.67029819712,4999.09783809294,14883.8766289997,4796.25822775362,119566.008477892,46256.2942019636,3411.7101728519,21135.6836286179 -84,3792.77378798242,3824.58180942625,771.413417124129,1532.34700008269,1546.24277056808,2727.50235944788,1692.23416184303,3214.1851163326,283.475970289241,1175.50701267611,2246.13080797151,6523.3944563151,1256.46499471874,3805.40471565685,1430.52252649001,4300.72323728099,1066.77237427072,4883.17813244211,332.271057890734,1325.08974602102,616.573471604015,2547.87615850026,1394.98778970448,5847.75316745532,702.866853916983,1702.55004090621,586.178500669047,2318.77468859091,737.676109491856,4144.97850678852,954.704023368988,2775.91978415148,910.908671297635,3536.32411913088,1069.49670361719,4985.1225207873,13994.3079938067,4547.46486381852,114808.893153952,44795.8178553383,3205.42072053993,20514.6846947341 -85,3763.87968846164,3742.70585274891,764.598447191194,1499.54279223853,1525.66987597345,2669.11248150904,1675.22660482952,3145.37642182666,279.595679090312,1150.34197083897,2215.10195570923,6383.74280588418,1239.10773905247,3723.93929873964,1410.7491073493,4208.65413090471,1052.76756068277,4778.63993685844,328.718412033018,1296.72246404226,610.118391227044,2493.33168583178,1380.37084290804,5722.56552371913,697.44003607052,1666.10215710184,579.734370189326,2269.13477881576,727.637953472087,4056.24355547597,941.580264149108,2716.49339472851,901.16922562221,3460.6191310296,1058.06163293103,4878.40191814854,13754.8022020698,4479.78284274869,113512.908020953,44390.5455401664,3149.88125260978,20337.0549244553 -86,3784.66619570894,3665.89840938626,770.049134210001,1468.7693217559,1535.69853809821,2614.33721628175,1683.75079836997,3080.82731460889,281.502082998946,1126.73476545092,2230.26194989494,6252.73626054091,1247.58810090267,3647.51698076244,1420.33998809332,4122.28454256128,1059.86548278796,4680.57315556672,330.686233125504,1270.11125249304,613.247713901387,2442.16377689681,1387.49815034162,5605.12759387773,700.345238104017,1631.91057162793,583.431039442601,2222.56781687348,732.587470952627,3973.00172205122,948.011435722697,2660.74578303538,906.563933509459,3389.60064377364,1064.39555254799,4778.28783123646,13858.176592692,4510.73233677917,114205.421186524,44633.9459251265,3173.6838817227,20445.5333059414 -87,3847.889056519,3666.87312203067,784.813828291742,1469.15984758879,1574.4133289269,2615.03233307357,1720.50052638327,3081.64646478803,289.040277127539,1127.03434893637,2290.42593575471,6254.39877826908,1281.24328336456,3648.48680603439,1458.74183517635,4123.38060208579,1087.49906238636,4681.81765645799,337.395318649628,1270.44895784092,627.23144842179,2442.81311510732,1418.99728561815,5606.61792124885,713.610440365019,1632.3444745055,597.366873809616,2223.15876749792,752.112647905795,3974.05808929937,973.484181421077,2661.45323923538,924.956640413266,3390.50189259126,1085.99040615301,4779.5583131341,14303.8873359412,4639.25891472981,116825.564200859,45497.3003135402,3276.82860787869,20820.7317882059 -88,3988.14342439183,3815.93934764769,811.837734687516,1528.88433382541,1621.37788730475,2721.33898366798,1776.00193104249,3206.92197662183,297.305450436782,1172.85070280128,2355.57245858539,6508.65344930717,1317.6856513575,3796.80558862916,1500.15191262291,4291.00483196233,1119.1423581505,4872.14354553289,348.759804489055,1322.09542192134,646.975921831063,2542.1186865952,1463.79047016965,5834.53891665393,738.166303025338,1698.70276442271,615.695507478799,2313.53492052794,773.692545848966,4135.61204004709,1001.25281891344,2769.64699883002,956.111953071817,3528.33303734493,1122.56981881907,4973.85756869733,14653.9038944361,4765.7407026329,120508.683512266,47058.3222071994,3356.17070492176,21551.5664695451 -89,4074.0217674843,4042.072939579,825.913842674483,1619.4864305984,1633.47473975963,2882.60626366783,1802.00149640329,3396.96503536803,298.719532549513,1242.35415085454,2366.00327854282,6894.35800303264,1323.52055647354,4021.80530885554,1506.76324502957,4545.29093224964,1126.095770947,5160.86808226733,354.201012254947,1400.44315216483,655.473113337706,2692.76532359425,1483.16001117802,6180.2952618902,753.129337899213,1799.36834706079,622.101214740818,2450.63562207866,777.534444008376,4380.68952169698,1005.86355345485,2933.77702479945,971.028820546664,3737.42300198406,1140.08369380493,5268.60970579762,14592.8504576171,4775.86539522746,121898.28327907,47894.8801836738,3340.30228551314,21970.2710204149 -90,4091.35491845902,4055.45900625535,824.923514740505,1624.84965725598,1610.08524635487,2892.15254356528,1794.9498295032,3408.21470877581,293.35000684739,1246.46843472511,2322.4272595179,6917.18993538486,1299.14453067856,4035.12425555156,1479.03447168107,4560.34349770108,1108.24590651584,5177.9592444729,352.946344360767,1405.08097678886,651.649449175261,2701.68291036327,1474.64437585464,6200.76244437103,756.08797841857,1805.32728571161,615.634787568845,2458.75135188535,763.777463442713,4395.19697935605,987.577801117997,2943.49276606749,967.589195465676,3749.8001644574,1136.04523440531,5286.0576741712,14153.514912123,4673.53906201899,120836.411248345,47879.1994409974,3237.15755935716,22010.5000613669 -91,4049.97714772575,3905.93791389718,812.959599627969,1564.94292529396,1578.34082151532,2785.52150453534,1767.88125413249,3282.55692615211,286.808725426087,1200.51227497535,2270.0812661925,6662.15942130684,1269.86266161122,3886.35288699367,1445.67493965243,4392.20777243472,1084.49608904207,4987.05258724237,348.191870065077,1353.27691658825,641.037171670004,2602.07431381728,1450.79624059127,5972.14596157444,747.509140805899,1738.76650741074,604.125235401949,2368.09942138773,746.863491714309,4233.15005631504,965.446611504403,2834.96885963621,954.554982101147,3611.5484361451,1120.7417811977,5091.1655259603,13743.3107118696,4561.04752327713,118752.534275952,47269.2386734438,3141.94704290547,21760.435108459 -92,3983.59030327836,3646.79401886457,801.303870992345,1461.11500633972,1563.75605983785,2600.71291097985,1744.96955588481,3064.77195202778,284.572573617957,1120.86292216186,2252.78443546678,6220.15087436526,1260.18697297843,3628.50838285461,1434.67624500109,4100.8017503647,1075.19220931508,4656.18090912575,343.510050021671,1263.49221981295,633.220683873251,2429.43673285426,1433.03270777632,5575.91714270887,735.724844941161,1623.40606512632,597.605036233736,2210.98517087713,740.956174268113,3952.29689939517,957.998202070172,2646.87962504587,941.71994765046,3371.9361459672,1105.67218369759,4753.38635646584,13704.1915162224,4532.01612907618,117401.974095413,46581.9569504779,3134.01283320117,21426.3015168721 -93,3606.89610248498,3485.25146005348,721.66220322239,1396.39178489633,1398.83946218754,2485.50875735904,1570.18927324975,2929.01130836599,253.74036318031,1071.21189619608,2008.08769195547,5944.61595705484,1123.30585659266,3467.77582549006,1278.81670142997,3919.14794581635,959.779731956913,4449.92539415655,309.700514850259,1207.52312334886,568.939290000762,2321.81962471358,1287.73673620415,5328.91993960601,665.152665967382,1551.4938133256,535.024693264645,2113.04484297562,660.806094613829,3777.22143557498,854.082219032092,2529.63041785649,849.032372164096,3222.56900585745,996.847820100605,4542.82491782437,12114.9813591001,4031.78563614267,105352.922880255,42038.5783139246,2769.03918680306,19369.5882012679 -94,3159.38548216493,3417.99621195167,639.075330201338,1369.44547212179,1243.50217961189,2437.5456447827,1384.36358405428,2872.48988243877,227.038439343946,1050.54061245256,1797.48812927775,5829.90210479939,1005.49839076363,3400.85780646678,1144.59653324249,3843.51975357122,857.540754103877,4364.05473608532,272.080831202365,1184.22142813969,502.766520714367,2277.01523779989,1137.69285059406,5226.08723534904,582.495934910294,1521.55448110249,477.257280506452,2072.26920403151,591.116883303775,3704.33201347826,764.345134981414,2480.81588515812,745.899417208959,3160.38276750471,875.759549855366,4455.16156829761,10961.492504215,3614.89110520763,93377.8678887034,36954.3490772929,2507.21026656093,16974.3599561562 -95,2590.6027378979,3201.34983611909,543.035166784854,1282.6444986748,1144.43837179445,2283.04417751305,1203.56756017694,2690.41989638376,213.521837873741,983.953114328087,1694.87150996255,5460.37941251345,948.095594101769,3185.2977318486,1079.49296187774,3599.90198063733,797.403441593561,4087.44335799135,234.315928780143,1109.16070112875,442.59183867976,2132.68883472783,1000.65230527734,4894.83676310911,483.61853334602,1425.11222560494,428.830779631731,1940.92042978973,555.004119075106,3469.53652049483,719.702055759628,2323.57177565675,642.368350418231,2960.06497006845,754.20385701415,4172.77547198033,11052.417052793,3471.36144864101,83194.2560642389,31282.1778379119,2538.94710537816,14170.6975970407 -96,2246.07722585482,2964.10451121715,512.614902585604,1187.59040387125,1096.57490158914,2113.85255979338,1074.04760015271,2491.03851817925,220.752553587913,911.034411828507,1773.79409422105,5055.72214163546,992.244164639873,2949.24199474179,1128.38331929301,3333.12079184766,818.349735083567,3784.53149982951,214.711293480371,1026.96312686215,435.186099488582,1974.63973625032,981.274744764126,4532.0906723496,448.706762681909,1319.50014623431,426.085210738014,1797.08288577033,569.288603230042,3212.41644265235,733.504782884358,2151.37674260252,588.622976368643,2740.70076074914,691.101482218637,3863.53982974482,11894.687676746,3550.65126191929,81096.1749600108,29354.0248658655,2677.0723560963,12982.4240747707 -97,2313.73549381296,2786.57664991024,523.074655994685,1116.46255270743,1100.69091529774,1987.24847999858,1092.5890095898,2341.84379886623,220.378268262717,856.470212051861,1769.85072347895,4752.9219077807,990.038279176276,2772.60428786552,1125.91069831995,3133.49159408657,819.015547306493,3557.86615092875,218.808358418878,965.455657451758,441.150131511673,1856.37347137958,994.916574871008,4260.65207723042,461.638020310459,1240.47188050729,428.967161005014,1689.45095845646,568.519458533558,3020.01653956761,732.138470332728,2022.52524275348,599.85492658136,2576.55312604303,704.288900569349,3632.14246826413,11728.2215272671,3531.71370805791,81913.625421505,30011.487360284,2637.70364497724,13326.6256318414 -98,2465.60993260183,2697.87769841891,564.129584098792,1080.9246615076,1221.41589505436,1923.99278002195,1189.36628324435,2267.30104780908,245.746424431206,829.208083879285,1975.15515517403,4601.6326225016,1104.8836972481,2684.3500877731,1256.64500426223,3033.7500639509,910.334007829256,3444.61644105838,237.995695950738,934.724435854066,482.43832123455,1797.2836270385,1087.8160757943,4125.03213225891,494.560375204352,1200.98667375404,471.704790313109,1635.67439048875,633.633116576838,2923.8870106868,816.62253437593,1958.14665535565,652.456294415912,2494.53939039033,766.048099133863,3516.52848412609,13324.4720375269,3964.62997567867,89898.6733274587,32386.667542379,2999.89578727262,14314.0723588865 -99,2810.04720121485,2677.01882009476,649.777896464055,1072.56739757189,1447.82632318069,1909.1172608987,1384.23833134936,2249.77121066778,292.704912653057,822.79698876657,2354.31212777918,4566.05469581448,1316.98063385178,2663.59579935851,1497.99955641769,3010.29435893992,1080.73961440322,3417.98408657489,276.713586867255,927.497531800739,564.01723970092,1783.38777085779,1271.50625215018,4093.13908411207,566.552553251805,1191.70113982808,553.870945568934,1623.02803031122,754.347654686616,2901.28072151914,972.89423738211,1943.00707254624,758.599943501982,2475.25264004971,890.671221499947,3489.34013536708,16141.8155534287,4750.81472720978,105464.316440394,37372.7736016303,3637.66890740144,16440.088341228 -100,3410.74179732903,2692.09439541144,787.135409170087,1078.60753836692,1731.29205108405,1919.86841469673,1665.97121922275,2262.44075003639,350.064194295695,827.430552745044,2814.92190368292,4591.7683370299,1574.64152234249,2678.59578321555,1790.90317121334,3027.24676846088,1293.83626571802,3437.23239224297,332.639282577633,932.720714690503,677.996086179109,1793.43088167068,1528.4583517746,4116.1895109828,685.511040529665,1198.41217979299,666.448643408016,1632.16807860987,902.328441024232,2917.61922302827,1163.44732586418,1953.94907610749,911.91814549744,2489.19197335688,1070.68192598152,3508.99028112675,19187.9011396103,5665.95842824583,126710.114184456,45135.1764917831,4322.68448087314,19872.2734649256 -101,4127.66536717078,2673.6398154204,894.442399898322,1071.21357434781,1753.59735580368,1906.70752208773,1841.44007448288,2246.93148934044,342.15767076886,821.758432425381,2740.85010762827,4560.29129959002,1533.20643828224,2660.23373757953,1743.56143235392,3006.49468497659,1285.47827248592,3413.66981574544,373.202932637248,926.326819636936,731.980911783102,1781.13673116816,1652.52467650769,4087.97261460718,814.315357032394,1190.19694281173,693.712796334869,1620.97940097031,884.147159812311,2897.61864748138,1135.79445618189,1940.5545571096,1023.12187420419,2472.12831003821,1201.24608134562,3484.93579702648,17113.5759429124,5384.20045248753,134208.322173832,51811.2040555208,3834.51246299676,23398.1919338091 -102,4099.86830867737,2622.43484897654,884.60015244485,1050.69792567578,1739.45633602732,1870.19067560614,1830.02829509773,2203.89874766381,338.443142884225,806.020294208476,2710.94406388511,4472.9535955272,1516.47727141428,2609.28552141371,1724.73480556293,2948.91495468907,1271.92697247865,3348.29195618577,371.317688511003,908.586010481569,726.927301406327,1747.02478907881,1641.23172182004,4009.68065495461,810.545256653124,1167.40255062518,685.277629799098,1589.93475712779,874.580299201011,2842.12408731077,1123.44428707786,1903.38947959759,1017.95354797978,2424.78264798218,1195.17795614888,3418.19306694123,16904.3021657645,5328.18972657884,133055.100623178,51466.4971782436,3787.27000965388,23270.4423240872 -103,4008.29850391911,2731.4728265856,865.166054867437,1094.38479817843,1707.27286449011,1947.95116185464,1791.68393563859,2295.53445117584,332.63232881897,839.533737955861,2664.66544194188,4658.93412205422,1490.58943430831,2717.77676434033,1695.23792512514,3071.52761861317,1249.14642624999,3487.51027975621,363.450135320005,946.36402472107,712.127970380153,1819.66417224915,1607.76657158999,4176.39879845589,792.082924259108,1215.94187400456,672.363375299029,1656.0425082947,859.508631998903,2960.2965035732,1104.19048772318,1982.5303358666,996.384945318237,2525.60246288844,1169.85428740469,3560.31780237253,16655.5873571704,5239.54730010824,130465.187212883,50359.483011969,3732.15381408719,22754.3919141596 -104,3910.69734586927,2908.350883665,844.151765781811,1165.25230047059,1641.22586690271,2074.09183345162,1734.33443919368,2444.18307390087,319.404019818992,893.898216700415,2557.8175596189,4960.62601792418,1430.81970788712,2893.76792521634,1627.10628235561,3270.42611474983,1201.51687900544,3713.34596676131,351.801001098663,1007.64635868877,688.304071142546,1937.49754777892,1554.06514926312,4446.8438484193,770.598931829471,1294.68087301714,650.733230704092,1763.28047107328,825.51115514801,3151.99216637996,1060.16335669456,2110.91020129891,964.449279772489,2689.14926893486,1132.35866341382,3790.86818139865,15855.9363168636,5014.71785014566,126031.4039333,48921.6664609375,3551.0577429395,22128.4715731605 -105,3794.81675832326,3137.73352194643,817.006275198258,1257.1561517035,1577.04943572038,2237.67617242092,1675.57464081684,2636.95663677568,306.480919496445,964.400277663366,2453.74578744288,5351.87230457754,1372.60291204717,3122.00040053026,1560.88633200375,3528.36575151073,1154.06415356006,4006.21884516518,339.783692274355,1087.11977488105,664.256826071498,2090.30864827903,1499.8167922037,4797.56795798429,747.357950536643,1396.79280045106,626.811744073119,1902.35101058645,792.232949841211,3400.59087674448,1017.19277897432,2277.39841765158,931.504277330164,2901.24340018477,1093.67797826618,4089.85526363494,15123.2965923522,4802.2848607182,121477.076655156,47348.7707539832,3385.70915623944,21438.6468080977 -106,3707.55477686333,3340.99382479951,799.374827207615,1338.5938959675,1548.40949881304,2382.63135529803,1640.94149939386,2807.77694412573,301.211446138286,1026.87348997996,2411.85212519846,5698.56305376029,1349.16798122128,3324.24152218089,1534.24776497533,3756.93095190532,1133.63273739931,4265.73905300579,332.666354261606,1157.54267508413,650.935724316686,2225.71746038301,1469.68831968838,5108.35123810592,730.528531202378,1487.27611449188,614.7932372637,2025.58405120004,778.549952574903,3620.87890523765,999.742326993113,2424.92678131002,911.992361506004,3089.1840293196,1070.76906290206,4354.79338336284,14909.3714331598,4724.23335996432,119103.592739309,46322.780774325,3338.46670289656,20961.3404599499 -107,3560.47128992619,3526.96921039862,767.505736835854,1413.10631024235,1475.47303014619,2515.25979111044,1569.63774497658,2964.07097735143,286.969532371881,1084.0340844842,2297.40158407301,6015.77179967813,1285.14539712227,3509.28439604769,1461.36456681302,3966.05934875045,1080.89577784546,4503.19009507574,318.030225299583,1221.97692927169,622.230445598107,2349.61133287595,1404.88299475217,5392.70602626224,700.63182186711,1570.06487837161,588.031588319885,2138.33755950919,741.8250090048,3822.43400707913,952.418260460802,2559.90957890044,871.867961654959,3261.14250071061,1023.65905645742,4597.20160712661,14139.7871594018,4492.58702547298,113809.497218159,44386.5747698979,3165.24437397268,20093.5598083378 -108,3507.17479241781,3530.08829212135,754.492141851413,1414.35599341269,1443.65860713953,2517.48416574326,1541.18017978472,2966.69225898414,280.392806404412,1084.99275202509,2244.37197998573,6021.09185855847,1255.48112245804,3512.38783817225,1427.62010038517,3969.56674064644,1056.87860644724,4507.17249953737,312.39390528209,1223.05758682165,610.421649739751,2351.68921598938,1378.28794611688,5397.47507577732,689.701719185628,1571.45336814101,576.134049671807,2140.22860227169,724.903185049002,3825.81438363946,930.541326201659,2562.1734396554,856.416201243642,3264.02649809261,1005.51716436033,4601.26715084222,13756.6069645186,4383.87957192592,111568.093212473,43642.1483209939,3078.63320951075,19773.1765608866 -109,3529.26839053505,3422.28495641147,761.808486980498,1371.16378932209,1466.7698667693,2440.60416495982,1558.60409331027,2876.09415064306,285.650718928023,1051.85878250076,2287.02281512358,5837.21719785469,1279.33960886321,3405.12504644354,1454.76867614768,3848.34242540204,1075.57048111917,4369.53055127381,315.411405161868,1185.70733472769,618.20837282581,2279.8723318048,1395.70732150144,5232.64468927442,694.980656821208,1523.46365769206,584.885937036309,2074.86939212912,738.378270741496,3708.98003893378,948.064771648734,2483.92869884295,864.68856424624,3164.34827046155,1015.22973516043,4460.75170014934,14102.8055612265,4473.86713127929,113090.071282632,44037.3758341267,3157.37063174887,19922.7044487753 -110,3566.0285964001,3317.14582938003,772.190432858547,1329.03902015102,1491.41513803138,2365.62414587858,1578.12891805567,2787.73504784762,290.833774386595,1019.54367269516,2328.88497611302,5657.88674224036,1302.75691817567,3300.51310460472,1481.34189914147,3730.11399957595,1094.39946954003,4235.29023126847,319.547294822862,1149.28014187968,626.424749266206,2209.83030147649,1414.2477200812,5071.88785525763,701.640370386652,1476.65994582295,593.969823277623,2011.12544345997,751.699527494694,3595.03309166396,965.314954585484,2407.61766737392,876.026950982795,3067.13345082577,1028.54212049738,4323.70889230861,14415.7751063182,4560.10586592208,114766.797961837,44558.9731733104,3228.23431176318,20142.125611401 -111,3570.20987365573,3295.89706978001,771.111036009393,1320.5255473974,1480.56818493751,2350.47058273566,1575.03739022133,2769.87755381296,288.207708333426,1013.01274535065,2307.37026532073,5621.64381491254,1290.72178607826,3279.37088984428,1467.70746622178,3706.21987500789,1085.67397414361,4208.16008125715,318.783213672296,1141.9181569975,624.550943265598,2195.67471253102,1410.0495287429,5039.39868194481,702.893084990071,1467.20085242951,590.945140155387,1998.24270532555,745.0139625419,3572.00425969574,956.534983495478,2392.19510482944,873.932251101186,3047.48620445495,1026.08273605079,4296.01235572002,14209.5998603426,4512.04926504165,114227.915278717,44523.8383749615,3180.99185842031,20147.6856658413 -112,3750.4176890922,3429.82274091823,811.993374315003,1374.1838584569,1568.18065436113,2445.97973961128,1659.59759201688,2882.42891767878,305.778303824722,1054.17556352134,2448.54065234067,5850.07401308692,1369.69120716092,3412.62503523629,1557.45467893612,3856.81862661859,1150.66188525369,4379.15470008396,336.049255549887,1188.31892508066,658.739485715291,2284.89388511172,1487.20606815559,5244.16989789106,737.940670634475,1526.81917627156,624.535330574115,2079.4394143677,790.328710453004,3717.14928627276,1014.91590004606,2489.39969833613,921.266458796332,3171.31793420109,1081.65776864564,4470.57676892128,15154.2850072657,4794.27569664694,120680.313277347,46860.5687797328,3393.58289846325,21183.4408319296 -113,3850.92758560471,3735.36301203166,831.716772987462,1496.60082877538,1597.43765473373,2663.87593111496,1697.5857058071,3139.2054858862,310.972920117842,1148.08510690294,2489.64564043668,6371.21849634778,1392.68496089409,3716.63327625559,1583.5852503409,4200.39714301063,1171.18935254556,4769.2646898361,343.911262351958,1294.17841519564,673.126201699674,2488.44000100678,1519.7740950858,5711.33838250421,757.155428895143,1662.83341965904,637.191325231081,2264.68294746637,803.857878780016,4048.28558295286,1032.09308951694,2711.1638873903,942.819856240183,3453.8297182192,1106.96358496322,4868.83094739929,15334.9046609853,4868.27656267757,123207.87602269,48011.6378294022,3432.95160958231,21725.6921734428 -114,3878.71556236241,3831.92465014351,833.992277982318,1535.28896354584,1585.31199032282,2732.73890984197,1699.25945227194,3220.35605227306,307.655799227498,1177.76387661214,2462.16862164876,6535.91876585151,1377.31456833114,3812.7107381409,1566.14386990968,4308.98022517507,1160.71900509596,4892.55337946445,344.260024593681,1327.63379486764,672.54135576208,2552.76784332526,1518.56239289496,5858.98030867024,762.550471288156,1705.81877834901,634.240381142554,2323.2265199403,795.475986012829,4152.93647931163,1020.9632460328,2781.24929148968,943.77597487484,3543.11353194129,1108.08616262688,4994.69349153655,15027.4491344224,4802.86304168731,122810.665681164,48179.3908691307,3362.087929568,21842.1705518515 -115,3874.75523983907,3745.50003235789,832.044977848025,1500.66230097304,1585.24251202658,2671.10515204296,1697.74914789783,3147.72465516537,307.500304680146,1151.20077786381,2460.96985979864,6388.50869577212,1376.64399193535,3726.71946786406,1565.38288302947,4211.79617198848,1159.81471742863,4782.20751037224,344.260024593681,1297.69055387087,671.905394886847,2495.19312427473,1517.1810982689,5726.83780065633,761.545908291617,1667.34601351402,633.423813659087,2270.82883931061,795.064372347328,4059.2718118973,1020.45321774508,2718.5214382751,943.77597487484,3463.20271408175,1108.08616262688,4882.04397063687,15026.9749627596,4801.90847709373,122723.811227168,48136.2344056517,3362.087929568,21825.9722968102 -116,3780.91650519765,3566.67254998968,811.386832873935,1429.01374701509,1543.61214677587,2543.57424686235,1654.98107906468,2997.43773208204,299.293776174114,1096.23713214837,2395.16396306167,6083.49176444582,1339.83277622047,3548.78865644415,1523.52055217584,4010.70555680281,1129.11691233977,4553.88282158459,335.63116344658,1235.73280920743,654.802604505727,2376.06107232395,1478.58502372441,5453.41209595068,742.955514571158,1587.73920874631,617.052977731232,2162.40897528316,773.872582797224,3865.46341459424,993.202738098436,2588.72666044281,920.120274940535,3297.8534104001,1080.31203564941,4648.95262781546,14605.9434151921,4671.81242352845,119572.628988777,46943.8339945895,3267.60302288225,21290.8642658404 -117,3414.44991317356,3460.03886441057,728.214554553,1386.29017190364,1373.65589501786,2467.52838263301,1483.63067845545,2907.8225997182,265.310123670754,1063.46266125673,2122.38178256781,5901.61211641508,1187.24092370805,3442.68965002455,1349.98132060917,3890.79650731753,1002.32121529946,4417.73426795234,301.481120266681,1198.78780178386,585.772520418562,2305.02339063274,1322.91780400302,5290.37009458315,669.722578489297,1540.27017950572,549.804648544591,2097.75890283273,686.174255785913,3749.8967051214,880.320862254563,2511.33086341044,826.499209491046,3199.25667668771,970.391662683016,4509.96174882712,12819.1536032295,4129.64913150491,106809.946510372,42219.353118505,2866.0421694678,19189.2182555116 -118,3048.07628545095,3449.3170127158,661.25515799845,1381.994382691,1270.39955030579,2459.88208893286,1346.1887318202,2898.81193715324,248.01583477052,1060.1672390422,1985.8804379284,5883.32439990326,1110.88332215485,3432.02155948998,1263.08403642226,3878.73983837226,933.593204540719,4404.04474205277,272.289284982072,1195.0730385896,534.344881087377,2297.88066191904,1206.31544197838,5273.97647422589,599.018984752298,1535.49724224065,508.047734758045,2091.25843832093,641.059000484367,3738.27665172936,823.178982677027,2503.54883606071,746.47088544548,3189.34292803773,876.430509979515,4495.98643152148,12272.2696501371,3884.41197620885,97929.5422929533,38045.9093308289,2747.93603611061,17192.6641055169 -119,2447.01313631409,3224.67798563531,546.336510824193,1291.99109438379,1114.82630179858,2299.68065857621,1130.38431980183,2710.02491327262,221.484071346005,991.123154012291,1777.1062970897,5500.16904934515,994.096980577884,3208.50891011593,1130.4725933803,3626.134368832,826.595158100105,4117.22844699303,227.013581073745,1117.24312510551,453.903425641437,2148.22968048195,1023.99448168447,4930.5053059778,485.995683834255,1435.49697977995,438.208362188352,1955.06386437297,571.712621552787,3494.81893911366,735.599178147948,2340.50358022951,622.349237442176,2981.63488330329,730.699442123983,4203.1823737846,11532.9933535223,3524.77114666362,83906.2503519553,31337.1350151348,2590.46119163436,13996.276900754 -120,2347.26662694198,3030.57999046406,516.707384346822,1214.22429648456,1154.77143909287,2161.25957983528,1136.57523732592,2546.90462502258,217.709790628258,931.466029171128,1733.00457784995,5169.10598185857,969.426882899248,3015.38415480182,1112.49991174094,3407.87213789076,851.882212270369,3869.40655879728,220.956955209995,1049.99465822979,450.507878063168,2018.92465343542,1015.60225738396,4633.73111663716,452.23489008827,1349.09235671655,422.856105025784,1837.38576497918,564.865218164656,3284.46077231678,774.999065960046,2199.62531125587,605.745224281602,2802.1660012134,711.204691550632,3950.18679539663,11917.5502936425,3590.59531005482,82364.0319341517,29845.2934844037,2735.95465196765,13329.3276609678 -121,2462.28106436343,2916.79840165405,539.591723756956,1168.63686105621,1198.12043746052,2080.11618497414,1186.41605222257,2451.28238251638,225.2476197549,896.494609490697,1792.62394592229,4975.03451923629,1002.77741116068,2902.17308593532,1150.8150508075,3279.92530674601,882.331053661543,3724.13165188272,230.878294625329,1010.5731412821,469.525281072154,1943.12515120206,1058.5738944717,4459.76003181897,474.611603916057,1298.44136836394,438.864825942968,1768.40204824706,584.502942493218,3161.14735830553,801.685542901896,2117.04149446539,632.94420502246,2696.96009979167,743.138979982266,3801.87903546593,12265.0870597699,3710.19929515935,85671.5089015535,31217.8701137468,2814.87642077441,13968.9773501902 -122,2575.03667544322,2870.07712345949,568.105766713587,1149.91763525615,1284.55988636567,2046.79688292705,1257.41279943423,2412.0177401393,241.994638890498,882.13455840654,1926.78268746719,4895.3444139246,1077.82458200596,2855.68607605495,1237.08489201692,3227.38746161179,946.373562939616,3664.47850929936,244.677854403407,994.385780221079,498.888046215038,1912.00017159953,1124.66677210467,4388.3235934935,498.047045556314,1277.64293390366,467.551461113183,1740.07578339134,627.776361251866,3110.5120984063,861.626441066264,2083.13072279318,670.775181760962,2653.76019162162,787.556281289552,3740.9805352551,13326.5297001735,4002.73024622268,91198.7280779821,32898.4399267021,3060.41081261766,14685.5776700854 -123,2795.86717004757,2887.75193459564,615.913428943656,1156.99917911403,1400.95562736419,2059.40168300162,1368.77763614666,2426.87168175137,263.678248191875,887.567012325308,2099.58423771918,4925.49143933213,1174.48818599296,2873.27226272771,1348.11235742224,3247.26269889405,1030.80338133064,3687.04548669342,266.655999673157,1000.50951143311,543.140906713303,1923.77485237346,1224.47417367136,4415.34822989972,541.403686358706,1285.51104914405,508.104419771716,1750.79170129565,683.995011928832,3129.6675815209,938.890549845727,2095.95927774605,731.027444574166,2670.10285705181,858.298385843679,3764.01863548041,14547.005121459,4366.13635970137,99277.8769520565,35772.3840692016,3341.02154615281,15971.5711024311 -124,3427.29184340799,2965.33914681319,755.406356542146,1188.08506975789,1702.79029703909,2114.73304076334,1669.44451267721,2492.07610805302,320.925359213422,911.413884114252,2555.05921037942,5057.82799670775,1429.27671259481,2950.47043966816,1640.3853735253,3334.50913343951,1255.13738395216,3786.1078670886,324.694158179438,1027.39088682387,662.21551477172,1975.46223103703,1492.84893910659,4533.97841971052,662.089448203796,1320.04975635884,620.940735901753,1797.83142297319,832.573486728992,3213.75450737793,1142.59307720385,2152.27285348419,890.136884274157,2741.84234219625,1045.10857509252,3865.14910626745,17643.0088697263,5303.49296118215,121064.111256797,43723.9362891052,4051.31746541364,19519.1242670691 -125,4575.4024183922,3124.73733654595,975.029326960295,1251.94913386383,2078.4459285607,2228.40793654314,2127.49642351638,2626.03462026125,384.646748337836,960.405826024589,3056.91231101843,5329.705372866,1710.00873906723,3109.0693801801,1962.29650176828,3513.75160561637,1515.11545488865,3989.62547848745,417.905432970371,1082.61703108587,834.010723647394,2081.65079427478,1881.6388612962,4777.69690066943,876.289494308171,1391.00742126772,766.815361802089,1894.47165873664,999.030674249019,3386.50596188595,1367.36879335016,2267.9656561186,1145.67210605592,2889.22673374162,1345.13215151139,4072.91548309094,20216.1204926622,6274.26670968711,151052.522631732,56872.5244062624,4630.07710332987,25718.8231699561 -126,4617.73510868019,3451.46138809727,984.760233915853,1382.85354255385,2125.77053373943,2461.41135126896,2163.96899950948,2900.61407390397,393.492704227117,1060.82632503495,3128.03350034906,5886.98195180639,1749.7932807598,3434.15518261413,2008.21985387415,3881.15117783161,1548.43996406684,4406.78265367091,425.083054845279,1195.81599297552,849.301388899829,2299.30921102103,1916.05531152654,5277.25520600731,887.375327742461,1536.45183193839,779.324956993713,2092.55853428048,1021.83429561591,3740.60066787271,1399.12860213785,2505.10524519057,1165.34928783231,3191.3256824302,1368.23510541822,4498.78150155525,20820.5839996758,6436.65841695315,153823.240868449,57641.2038380348,4770.38247009745,26047.1989922026 -127,4503.89532833437,3821.46272770353,960.112439641894,1531.09731691235,2075.89065964622,2725.27798481506,2111.0235309965,3211.5638346999,384.516953186197,1174.54834513522,3056.76847886038,6518.07439743476,1709.92828067582,3802.30127353229,1962.41195961072,4297.215845385,1512.53043196893,4879.19572798048,414.649666182143,1324.00908847106,828.719036631572,2545.79827538682,1869.59864063487,5842.98411794023,864.937636710869,1701.16155113681,761.114664127008,2316.8836458284,998.507580700993,4141.5981302282,1367.24707282161,2773.65592339651,1136.74654323998,3533.44012174888,1334.65265964755,4981.05697707169,20360.3194407355,6290.04480614656,150176.362018371,56226.6813301271,4665.15344502177,25400.0424595278 -128,4398.47632350843,4003.47427095659,938.057635549357,1604.02158842273,2003.60648231802,2855.07960454926,2048.07822074692,3364.52664801529,370.952831534755,1230.49063010731,2948.25174965516,6828.5222192897,1649.22501659884,3983.40018042247,1892.56096873272,4501.88692121153,1460.83756589354,5111.58578580977,402.255349975666,1387.07000379196,803.137195245009,2667.05149854533,1811.95385495868,6121.27822474905,842.632957760783,1782.18577178418,738.742383272345,2427.23394830759,963.428405264534,4338.85732675315,1318.75354796018,2905.76172451047,1102.76798916743,3701.7335045129,1294.75848285537,5218.298560211,19525.2310727989,6053.75400508113,145500.02950554,54715.974062836,4472.23356571636,24735.7841485553 -129,4264.78541218347,4093.40785804396,907.269654456535,1640.05414550919,1925.1575894009,2919.21578549585,1977.34355028395,3440.10698894621,356.039417221017,1258.13223056563,2829.19280370806,6981.91735964108,1582.62453306523,4072.88282544126,1816.0942481736,4603.01679293905,1403.15890306192,5226.41186293923,388.292818741268,1418.22898535137,774.646611566827,2726.96383767312,1747.7279687352,6258.78591708148,816.608989373367,1822.22058866196,711.372628728615,2481.75905347815,924.806823542442,4436.32492035953,1265.53274473716,2971.03642278996,1064.49023227998,3784.88882161271,1249.81661754776,5335.52182087167,18649.9780815709,5801.05034325703,140187.420748323,52921.9261755943,4270.54460098797,23946.7193695099 -130,4099.20813532301,4207.64431359511,868.981181045094,1685.82382666294,1829.98913081599,3000.68356879252,1890.03267509935,3536.11150224231,337.757129807414,1293.24345613091,2683.28053462827,7176.76466530329,1501.00254660385,4186.54648027088,1722.38403627392,4731.47511947361,1332.36838645036,5372.26753800943,371.444098355216,1457.80809841924,739.424619283917,2803.06636496459,1668.39688218308,6433.45248929119,784.094273190047,1873.07406539822,677.635732027145,2551.01854767788,877.452094036418,4560.13130666409,1200.30550380199,3053.9503864171,1018.30009583731,3890.51530659308,1195.5848375443,5484.42247345005,17584.1295241376,5492.95113563978,133661.005372504,50710.1308354308,4025.01020914472,22977.680502341 -131,3929.52815888349,4292.96425410893,832.456162497476,1720.00789211328,1739.27625706389,3061.52952546309,1803.71928420959,3607.81452667495,320.912764308088,1319.46702602498,2549.01391896483,7322.29054360697,1425.89503196501,4271.43861231278,1636.09816182065,4827.41696855809,1266.85008220515,5481.20296900257,354.345137064974,1487.3686056693,705.116551022496,2859.90516541698,1591.008794865,6563.90595512034,750.63172592797,1911.0550723292,646.400793311949,2602.74648248317,833.786355116749,4652.59875467596,1140.27331524121,3115.8764538034,971.42393332006,3969.4047064062,1140.54759520583,5595.6321110317,16630.9053721939,5209.67716159577,127401.285423868,48490.8287867653,3805.78307357039,21983.7891250157 -132,3883.95261154706,4299.00748006802,822.150961860506,1722.42915530771,1714.67381987473,3065.83925496645,1780.50996811636,3612.89326414227,316.227047333837,1321.32444595952,2511.65433712977,7332.59816642279,1404.99642417846,4277.45153652474,1612.10744971267,4834.21254611545,1248.63221662672,5488.9188841858,349.847098161464,1489.46238144671,695.822784023433,2863.931067361,1570.06750496529,6573.14599638625,741.746440670218,1913.74527353721,637.587799521738,2606.41038094048,821.64157443419,4659.14823981193,1123.57002929961,3120.26268773324,959.092727987127,3974.99245606914,1126.06954282719,5603.50910865603,16364.1050342712,5131.32064360701,125689.18511642,47894.2971265274,3744.39947560958,21720.1684061257 -133,3853.63795544416,4230.77751932181,814.778090359978,1695.09231670027,1692.30472195323,3017.1810255983,1762.56200161942,3555.5526880359,312.001910842988,1300.35357873056,2477.82081355517,7216.22179643917,1386.07026107674,4209.56369222951,1590.36937413691,4757.48829434581,1232.49529675045,5401.80372522329,346.111349409947,1465.82298088966,688.482092737712,2818.4773422368,1553.4962778913,6468.82296475816,735.887580260153,1883.37203843653,630.590270227656,2565.04379137193,810.721186975843,4585.20245046705,1108.45264618925,3070.74069883487,948.851312580235,3911.90496889878,1114.0451101226,5514.57527723162,16098.6169779307,5057.46749989858,124275.99935582,47455.8749081441,3683.01587764876,21529.6119683753 -134,3871.43808682177,4163.84717333376,819.537684769291,1668.27617836156,1700.20068354319,2969.44961712087,1769.19511299103,3499.30431040267,313.472281545174,1279.78215550309,2489.50242501104,7102.06211317612,1392.60484749713,4142.96894620636,1597.79905599794,4682.22545291289,1238.33592177079,5316.34789809989,347.723199161804,1442.63385340184,691.044451132047,2773.88939999359,1559.33236746237,6366.48703307908,738.282117722002,1853.57733957064,633.541148013252,2524.46513469548,814.540950949207,4512.66514850932,1113.67812869578,3022.16198334488,953.270138357949,3850.01914487589,1119.23324780538,5427.33541893214,16175.269475555,5080.86305191254,124834.896749857,47661.2408053426,3700.55404849471,21622.059203763 -135,3897.06306499581,4128.30261357511,824.361089587651,1654.03498749955,1707.4790381368,2944.10099720945,1780.40369307127,3469.43260138045,314.668047379669,1268.85733251831,2498.86928899944,7041.4355674162,1397.84458539216,4107.60261282368,1603.86916008635,4642.25577211376,1243.50517599628,5270.96504957173,349.672559265722,1430.31885165526,695.255243899228,2750.21017416287,1568.80550648648,6312.13970250239,744.019023724457,1837.75433075908,636.83205140218,2502.91511181916,817.675226160102,4474.14291429544,1117.87677278028,2996.36338585905,958.614236135869,3817.15356891445,1125.50774615783,5381.00512867463,16214.9522220967,5098.68209716803,125474.03018242,47962.704255477,3709.32313391768,21764.9695008714 -136,4029.58826961879,4227.46349380957,850.241568543274,1693.76452785827,1751.12578238016,3014.81762670809,1831.93083599377,3552.76757530794,322.238325294222,1299.33499410512,2558.52461511128,7210.569231863,1431.21522825145,4206.26628379625,1642.05280806662,4753.76168912735,1274.14547336068,5397.57241897385,360.312554109114,1464.67478183336,714.619030805498,2816.26959064145,1612.65017499244,6463.75584784136,767.720489527726,1881.89676753044,653.890464192193,2563.03455772025,837.44372387567,4581.61079909086,1144.59367985427,3068.33534592493,987.783383839954,3908.84072058764,1159.75520509617,5510.25563549332,16526.3508282258,5213.31467228958,128952.751037833,49465.8963970063,3779.47581730147,22469.5954160942 -137,4105.48742343176,4474.65089524824,862.226126725232,1792.80198918783,1756.82368217609,3191.09944109838,1852.35302756456,3760.50429169636,322.36812044586,1375.30945048102,2558.66844726933,7632.1841964695,1431.29568664286,4452.21424620283,1642.07418572509,5031.7226935724,1276.41912397664,5713.17819588402,364.711756125332,1550.31695326886,721.212768296881,2980.94194390501,1627.71045457257,6841.70328935128,781.089963690153,1991.93465961936,658.089231683508,2712.89980269471,837.966817423697,4849.50583106192,1144.71540038282,3247.74643770898,999.84363154495,4137.39767484037,1173.91512647108,5832.45020294373,16382.1390953627,5201.0080255929,129936.98844826,50187.6119483408,3744.39947560958,22839.7565802569 -138,4131.31127797228,4482.6435527993,863.777863452125,1796.00430657345,1741.61216431298,3196.79940868047,1851.98467577078,3767.22133481914,318.668462014232,1377.76603932377,2528.43289803423,7645.81686549263,1414.38219742167,4460.16682723024,1622.66785326125,5040.71039726663,1263.6884534509,5723.38312089758,364.70018868591,1553.08614192584,719.773046707974,2986.26652646909,1624.58146468426,6853.92399499689,785.951073491551,1995.49266938842,654.405778557707,2717.74560622237,828.532369963576,4858.16805752537,1131.24478036797,3253.5475886137,999.811919842641,4144.78792796663,1173.87789380204,5842.86817257913,16045.9608316577,5127.68575916877,129386.158870194,50317.1833128605,3665.47770680282,22939.6888989142 -139,4064.02352604804,4366.0028052182,844.463957268894,1749.2713280285,1686.49202483938,3113.61700336464,1807.4111361571,3669.19625037486,307.46342324387,1341.91584090274,2438.6139387663,7446.86868133412,1364.1382945369,4344.1109358936,1564.95172614546,4909.54845629324,1220.84791119314,5574.45767588921,356.629372487203,1512.67402204204,700.964356482927,2908.56229769849,1582.37392804525,6675.58128065342,771.777838005769,1943.56889851337,635.162524314044,2647.02843330617,799.5909715619,4731.75596443122,1091.11811354341,3168.88856574993,977.686079251764,4036.93836179239,1147.89997271914,5690.83366355781,15326.2142248241,4933.30996563703,125817.144056009,49285.3486693182,3498.86508376632,22516.9723790454 -140,3939.52204458797,4120.05003937557,816.353063676332,1650.72853258559,1619.55963388918,2938.21566994431,1744.15125965699,3462.49712386021,294.723116195503,1266.32085681258,2337.04145196349,7027.35957179991,1307.31957603603,4099.39141841339,1499.72681058894,4632.97579344004,1171.30032625634,5260.42826623813,344.365960452532,1427.45961056826,675.645413880073,2744.71243922164,1525.3221376962,6299.52158650444,747.516519694363,1834.08061654897,611.169394575881,2497.91172553456,766.568262412848,4465.19899718574,1045.70510394805,2990.37358484755,944.066394067656,3809.52298898678,1108.42714342898,5370.24837263003,14601.9774602598,4720.37432803241,121154.681990367,47657.8898153016,3332.25246072983,21797.361665468 -141,3556.13280343618,3927.38161728671,732.359721853668,1573.53450371925,1440.0994242849,2800.81409193564,1562.52934216381,3300.57825128204,261.090565660922,1207.10311940441,2069.57569927157,6698.73485433048,1157.70168452641,3907.68906806281,1328.02674278353,4416.32111032526,1038.94075606759,5014.43163904151,309.155506815864,1360.70644297677,604.037049952036,2616.35977124467,1363.87685708465,6004.93320228897,673.590744396075,1748.31238194088,544.253151459609,2381.10035041133,679.25259548723,4256.39016309913,926.078070707156,2850.53291433567,847.538253032539,3631.37593344506,995.093576742996,5119.11616057158,12804.207137838,4169.95398206698,108159.995589599,42844.8519028173,2920.10544585009,19636.5947424857 -142,3118.2754988808,3768.69821724672,649.300299577233,1509.95682539245,1282.38886544085,2687.64894876951,1379.47724770678,3167.22044955833,234.001068598614,1158.33087217922,1855.60084460795,6428.07665855628,1038.00611128521,3749.80133316841,1190.64475567061,4237.88241560555,929.935232813329,4811.82666216611,271.975193230185,1305.7279494488,534.69884652082,2510.64738964123,1207.03149884137,5762.30762871139,590.574636880829,1677.6729126626,486.17612971587,2284.8934786939,608.618583807439,4084.41337836183,830.281332097752,2735.35891321958,745.609814661306,3484.65245808781,875.4195278753,4912.28147102074,11604.0180305622,3745.34380574343,96015.550323963,37711.8437434518,2648.26379773792,17229.4990718861 -143,2548.55325549057,3465.62722362852,548.751286710769,1388.52918937266,1167.53032818306,2471.51372370085,1190.47329312052,2912.51906639563,217.33154194417,1065.18027530642,1727.55931055666,5911.14389619096,966.380850265426,3448.24998827339,1108.87806824646,3897.08058948508,855.652842616556,4424.86941497994,232.629980954663,1200.72398144108,467.684989586193,2308.74626751864,1054.87099872875,5298.91464845755,488.308079445299,1542.75789233008,432.927276734103,2101.14702382243,564.393843435046,3755.95321796407,772.721056160294,2515.38695050363,637.746387544503,3204.42384279202,748.777216327274,4517.24585380378,11482.7829817414,3546.17802525034,84832.6464594206,31754.8206829797,2630.72562689197,14317.6829940083 -144,1929.87098542327,3216.6853343874,412.472307731828,1288.78877952357,957.917504463553,2293.98069548922,997.028867123898,2703.30787544701,174.40996464632,988.666567106859,1404.37025359676,5486.53639107298,785.591852890424,3200.55633536006,903.749036022848,3617.14667222564,707.493948422954,4107.02353002725,201.201208067425,1114.47393863235,392.238205346727,2142.90510211692,885.723846590429,4918.28460996965,359.120558698899,1431.9389728168,334.786734231982,1950.21806466679,449.160029129692,3486.15671948139,660.196674412404,2334.70243389968,551.585582769736,2974.24463600511,647.615925858552,4192.76441236499,9512.07529505874,2950.8693704976,68683.3691391288,25368.7461670139,2289.42471861484,11498.0937587416 -145,2069.17175560203,3086.98342224371,439.652359763342,1236.82274875688,1001.81308590224,2201.48371437485,1043.972481406,2594.30616588894,183.066812394893,948.801945331311,1473.50157071919,5265.31044355466,824.263278301116,3071.50477032755,947.403790865234,3471.29751661302,738.45097158357,3941.42175376114,210.226355380224,1069.53656184587,408.817750949806,2056.49973124779,923.249996719197,4719.97148572323,384.661717732961,1374.20089664816,353.90520794424,1871.58214421154,471.574510993273,3345.58928886715,683.137088403241,2240.56348697623,576.327686397884,2854.31832168738,676.665598020706,4023.70542619737,9889.69711586748,3076.39450459359,72216.8853298582,26801.4025030877,2367.53186230137,12151.6700671634 -146,2092.51853250572,3031.22979469156,448.895964805456,1214.48464535622,1067.23906364053,2161.7229880331,1096.40543819489,2547.45072161056,195.592300542197,931.66575020322,1575.91622390575,5170.21431984337,881.553096961049,3016.03070080209,1013.00705523004,3408.60283951519,782.846782917763,3870.23622069294,220.660223555649,1050.21979367248,429.726325988258,2019.35754277638,970.415297639815,4634.72466179294,391.614510774716,1349.38162343099,370.572410541686,1837.77972951449,503.505151527948,3285.16501259476,724.659081691591,2200.09694567261,604.931745555204,2802.76682987309,710.249587220462,3951.03377785119,10808.4437922105,3311.05450379708,75861.5747540402,27790.0029008543,2564.56696018362,12544.467848178 -147,2346.18146622247,3064.50002704765,503.496787140648,1227.81461011662,1198.65403231655,2185.44967026198,1205.43974213897,2575.4110819805,223.273646328621,941.891545701058,1799.54898674856,5226.96166115455,1006.65121555103,3049.13411064074,1153.8139644152,3446.01505045311,872.514812299369,3912.71523649072,240.471169615439,1061.74681700197,467.796230887393,2041.52164751561,1056.42947663985,4685.59456504949,439.932651003542,1364.19219313019,419.509313278015,1857.95086887427,574.638376332186,3321.22239217335,790.815317807615,2224.24481355007,659.242712833029,2833.52949386944,774.016024300427,3994.39961308614,12408.6366820709,3748.11766710098,84845.3657247539,30798.9480888328,2878.28990816927,13820.2729353301 -148,2960.00393657902,3172.23838989856,626.988469369163,1270.98078235053,1437.66781287841,2262.28333561976,1463.73724204168,2665.95458701939,266.596129546183,975.00554544695,2146.63540051273,5410.725500961,1200.80817537252,3156.33225529527,1377.38925848047,3567.16630404049,1053.77502942267,4050.27422822205,292.084908969451,1099.07455817225,568.853623488639,2113.29524780495,1284.59227222282,4850.32560860177,551.958973419183,1412.15298027479,510.155265662524,1923.27068714909,686.574231699868,3437.98632104865,958.549543181903,2302.44239641072,800.73984783516,2933.14764562823,940.147629174138,4134.83037539252,14506.7581694998,4451.85817377006,103104.734268961,37827.9746487718,3412.14627973357,17069.1779746651 -149,3995.35087362471,3418.12617657906,827.757657924811,1369.49754341136,1780.91919819977,2437.63832911932,1880.98761054285,2872.59910493467,327.168567469732,1050.58055782136,2629.60140160169,5830.12377884693,1470.97493140202,3400.98711942976,1685.17337048418,3843.66589814882,1291.17207639649,4364.22067329312,377.910542863473,1184.26645653853,720.948019923666,2277.10181818752,1629.3520553377,5226.28595016267,738.901074371097,1521.61233612892,645.914752766266,2072.34799923146,843.566640711748,3704.47286563256,1154.64486421386,2480.9102147864,1036.02761147598,3160.50293673349,1216.39869093738,4455.330969718,17043.3201629917,5369.15827374442,130613.231581884,49772.2199775211,3961.13638963161,22641.8304862848 -150,4140.48880573692,3955.25843421436,858.584119387592,1584.70355668228,1858.5651619453,2820.69445735406,1936.34568674918,3324.00597606982,343.862915068621,1215.67121793711,2764.59299988115,6746.2829215616,1546.4879946739,3935.42610596131,1770.42853797941,4447.66845241811,1346.40274974596,5050.0244095995,387.690968345472,1370.36482815538,741.14523514979,2634.9308675799,1674.86255621536,6047.55661907285,766.778434643364,1760.72201995242,674.79186975367,2398.0015596706,886.441064554966,4286.60230465091,1197.3049805934,2870.76618727492,1062.84028194174,3657.15168226624,1247.87941297009,5155.45198885256,18032.7116454431,5636.98212761246,135793.145539893,51307.9708188702,4172.95658346085,23284.0326254215 -151,4073.78873589151,4462.49946416793,846.175541458538,1787.93342841689,1845.29968166237,3182.43364217089,1899.3999078859,3750.29220816235,344.303363862029,1371.5746388962,2769.12931213405,7611.45811918956,1549.02556618606,4440.12374443319,1771.2071405055,5018.05846971281,1331.2100668178,5697.66340093755,378.238262786552,1546.10688860654,723.305592234786,2972.84685192269,1634.52769434843,6823.12385423137,756.271698665368,1986.52533109307,670.632476110279,2705.53261009087,887.367991374932,4836.33643812843,1171.34896061391,3238.92680732261,1036.9260433815,4126.16209381413,1217.45353868629,5816.61151109278,18191.4898658766,5629.64998809278,134258.941159777,50421.0136662954,4153.69127932927,22802.2697800254 -152,3874.81196751446,4615.78944877948,798.900276606536,1849.35019494631,1736.47545081154,3291.75246852656,1825.85367721923,3879.11737430391,318.779855933633,1418.68918915625,2562.54107387984,7872.9170408837,1433.46199848741,4592.64510738745,1642.4416730587,5190.43229558744,1257.36292760518,5893.38213257315,366.371463100013,1599.21674398363,699.843775814475,3074.96622512214,1581.57615369605,7057.50294133628,717.670529317596,2054.76386868368,626.124451034671,2798.46955170778,821.861146028293,5002.46798483893,1125.66489781654,3350.18621350049,1004.39365610817,4267.89865399621,1179.25730447978,6016.41619368965,16663.9310803395,5240.84847264495,126964.545120853,48233.5529652365,3875.96029128146,21950.102004543 -153,3635.1018889039,4587.71769436547,747.77447198095,1838.10303883702,1636.69310374669,3271.73308334585,1747.06806506516,3855.52582371804,296.952675823034,1410.06117547631,2386.77084883744,7825.03647870771,1335.13774502193,4564.71410945179,1531.87811276439,5158.86574725998,1185.30279904838,5857.54046827513,352.317452309527,1589.49081948252,672.212940794215,3056.26526450406,1519.20226155225,7014.58146678814,673.57409834385,2042.26745234136,584.191090093214,2781.45015538081,765.652519712908,4972.04457530245,1073.15033708869,3329.81145298114,965.865111440961,4241.94266007397,1134.02098956135,5979.82627560177,15486.2838626925,4910.02040879755,119729.290035992,45826.1213975804,3633.92271893847,20923.3201305141 -154,3461.67107875066,4616.50423847225,709.511240881361,1849.63658072546,1546.40779398763,3292.26222114023,1665.96576313536,3879.71808478843,278.978307135776,1418.9088838414,2241.70374621324,7874.13622126776,1253.98853693232,4593.35631300498,1439.43673740021,5191.2360730446,1119.18030701678,5894.2947670966,336.805300783076,1599.46439471766,641.220975783052,3075.44240675645,1449.28317767904,7058.5958487176,640.838252631057,2055.08206431429,551.167653383842,2798.9029157538,719.433165755797,5003.24265460965,1016.38679534337,3350.70501501881,923.339128511163,4268.55957018434,1084.09128750164,6017.3478809623,14459.7863247268,4614.69223525727,113430.167483316,43693.6982722804,3404.10654514032,19993.1268604883 -155,3325.52214841254,4673.75242457206,681.765981099285,1872.57349006651,1478.08993132925,3333.08879263009,1597.62937247611,3927.8295586352,266.5038116214,1436.50444005553,2141.19553056273,7971.78153739545,1197.76516196309,4650.31744711123,1374.99037035467,5255.61137380163,1070.73262517979,5967.38853379172,322.902545341703,1619.2989774666,614.946766871434,3113.58024659076,1389.88125311027,7146.12783999862,614.991115774004,2080.56665490295,528.076159175678,2833.61145423213,687.320453287492,5065.28669308505,972.824826267853,3392.25632188577,885.225244723424,4321.49297607523,1039.3418253904,6091.96760045609,13771.9743714648,4404.87463634399,108637.511942771,41934.4305738816,3245.0049670552,19194.6069843948 -156,3241.34229859195,4642.1717008563,663.417424116061,1859.92043944356,1436.87985070571,3310.56698430179,1564.39254435299,3901.2890642261,257.821467556363,1426.7979246656,2071.11099467228,7917.91590494746,1158.56051470704,4618.89507443362,1330.6959867194,5220.09900693324,1041.19165646195,5927.06666145644,316.969145498434,1608.35731240285,602.924966532477,3092.54166589541,1362.77367074984,7097.84118113197,599.328190045647,2066.50818651783,512.169831268779,2814.46463336429,664.997007390726,5031.06035735652,949.807788078555,3369.33471630151,868.95905108676,4292.29248291271,1020.24370828714,6050.80394260722,13276.7665545213,4267.14439229795,105780.389805536,41006.4516643809,3140.86210880648,18798.4583961141 -157,3195.55375921106,4598.95939196349,654.020721317209,1842.60710815716,1418.14408568443,3279.75010540229,1548.58368426584,3864.97336567226,254.163384213262,1413.51637529143,2041.7228096125,7844.21086990777,1142.1210332419,4575.8994392952,1311.82342912716,5171.50698033994,1026.70378216553,5871.89372691034,313.625305780382,1593.38569190446,596.687962011557,3063.75430637015,1348.66544775828,7031.76992712501,590.006101713064,2047.27180410034,504.90514589533,2788.26579304944,655.56223440925,4984.22802364935,937.158336489349,3337.97078969422,859.792039629491,4252.33707398294,1009.48073188293,5994.47918215738,13087.1302375684,4208.33842421249,104402.207548137,40534.233602195,3092.97234363369,18584.2881055207 -158,3177.71664640229,4515.06903083522,648.928553888883,1808.99581426512,1410.69105037364,3219.92365395906,1550.66856939292,3794.47176220866,250.834097056638,1387.73219476765,2014.68505661143,7701.12335237221,1126.99636193553,4492.42971848837,1295.98169224034,5077.17268616978,1023.62110135634,5764.78356496411,315.460586312765,1564.32048612246,599.693412096297,3007.86786918638,1355.50144723056,6903.5022760585,587.033124289413,2009.92718843058,499.462575245818,2737.40458633619,647.036454394635,4893.30991517893,942.689491729266,3277.08232534457,864.823392531015,4174.76950654606,1015.3880368768,5885.13291912104,12881.2763606258,4169.98106254941,103925.632365283,40474.288939121,3076.5692811373,18603.5397562924 -159,3228.88984050338,4486.93229095594,658.265077119694,1797.72262124834,1419.06552059263,3199.85792436249,1565.33778883288,3770.82559772626,251.833233774301,1379.08420743465,2022.21296217158,7653.13194779697,1131.2074033345,4464.43406093545,1301.21151623561,5045.53306200959,1031.53868692848,5728.8589280383,318.376867784695,1554.57204633001,605.8338878205,2989.12361627495,1369.32820662091,6860.48143928481,595.96860358668,1997.40184317208,503.707438921177,2720.3457904985,649.71791531181,4862.81607614972,951.32776780786,3256.66039772364,872.81826905619,4148.75342509539,1024.77481115936,5848.45829621507,12860.1150924685,4183.6559861359,104839.411571901,40916.8853665049,3086.84911982285,18831.3329161845 -160,3363.05603161557,4555.81206223281,683.485195989164,1825.31981125284,1445.81715974704,3248.97956642355,1593.13698547257,3828.71227571778,258.380155480618,1400.25479763302,2074.10258797953,7770.61666651636,1160.23398459386,4532.9684575025,1332.53773817659,5122.98802249152,1046.74320872164,5816.80375694424,323.177849662346,1578.43658451358,612.266561412158,3035.01023493917,1384.10613421568,6965.79802570614,619.632528117022,2028.06434779311,519.804903775073,2762.10634842383,666.751541487935,4937.46611260375,952.312030341908,3306.65402561363,885.979981216306,4212.44174675352,1040.22796053947,5938.23911830984,13073.0847781002,4252.6689256677,107348.702322318,42076.0649230729,3096.18322765562,19345.0134136846 -161,3451.18553542754,4828.08210099014,697.06607502246,1934.40681681092,1441.67654196688,3443.14907569834,1602.51355031428,4057.52848355526,257.183209865557,1483.93854551678,2063.15614079904,8235.01380846605,1154.11064233347,4803.87328868316,1325.0122813148,5429.15432794564,1041.93027667658,6164.43473089861,325.037340843214,1672.76905129907,613.496223443383,3216.39224609501,1387.08922262788,7382.09660706274,634.530509287904,2149.26802148139,523.028936341583,2927.17874216271,663.943176897733,5232.54502970526,942.593165890962,3504.27034679034,891.077706704667,4464.19086677528,1046.21319350249,6293.1274615529,12801.5126898839,4205.73986550809,107857.086902962,42664.9828326103,3026.11581856234,19657.9821090855 -162,3556.82465420974,4831.65605575716,714.566820379841,1935.83874823207,1450.40438282453,3445.69784326179,1610.97541631617,4060.53204127503,260.474252547484,1485.03702087983,2088.76406564807,8241.10972113729,1168.43548087182,4807.42932304238,1339.57588856839,5433.1732223193,1044.6434248303,6168.99791156365,325.162388391109,1674.00730715304,612.624852795629,3218.77315846561,1385.21762328447,7387.5611536068,653.182959466225,2150.85900244035,532.648738355422,2929.3455662143,672.605510862571,5236.41838539006,932.393869760515,3506.86435895684,891.420519877818,4467.49545354399,1046.61569000976,6297.78590613197,12829.1221284985,4220.28779515971,109097.333107056,43309.7165863249,2998.16359321775,19945.2604062353 -163,3617.23692573855,4703.38372299901,724.125767917892,1884.44548902367,1447.39145465523,3354.22036737476,1603.88430300862,3952.731752686,260.924368681966,1445.61178847457,2091.67338302306,8022.32213438709,1170.06292635595,4679.80016924494,1340.54779717101,5288.93162162101,1042.24014383538,6005.22140434445,323.276689409022,1629.56523183461,608.0036254928,3133.32015086509,1374.8637198169,7191.43384412303,663.609064231896,2093.75731753293,536.381999316083,2851.57637385109,673.914515402902,5097.40029431727,923.591575618113,3413.76301507003,886.250946683138,4348.89097160251,1040.54610074683,6130.59029450966,12738.7946522154,4202.2362363315,109334.32169494,43467.4305250171,2968.91699463365,20023.5819297707 -164,3530.63958167355,4425.1354374447,701.746132456962,1772.96325465325,1379.30217758305,3155.78746851737,1537.22154285374,3718.89141598056,248.497784983361,1360.09059237202,1990.96800064667,7547.72820126987,1113.72925812672,4402.94706719803,1275.44980381165,4976.0428073544,991.271215328169,5649.95747978686,309.599818414953,1533.16150237922,580.59889482398,2947.95552585953,1313.04425948445,6765.99457408861,646.463786548291,1969.8923687469,514.698373910277,2682.87947734414,642.04732670474,4795.84231474136,873.441289717446,3211.80762249018,848.756316654864,4091.61418361817,996.523703680988,5767.90965024457,11959.7220270496,3977.66750941174,104834.827439025,41960.062787046,2780.56881796442,19362.5887292684 -165,3154.28234915189,4172.35967678808,621.81397909868,1671.68677585467,1209.71084592931,2975.52031305924,1372.34887330035,3506.45823291472,214.879198047805,1282.39852194643,1720.3436428392,7116.58145688748,962.344471854901,4151.43876654261,1103.61415403627,4691.79772074181,869.744655531203,5327.21655584909,278.174164917148,1445.58315128651,519.582864246124,2779.56029571007,1175.24094691829,6379.5025787043,576.753838841313,1857.36676383361,449.849207465686,2529.62611137998,555.452937887956,4521.89076992763,773.572735560475,3028.34044361294,762.604063569495,3857.89006326113,895.372453739829,5438.43097781751,10155.1795645454,3443.22905123517,92510.694354254,37465.2570586897,2394.21476348331,17377.1290417038 -166,2707.98813072634,3953.24402346028,539.323946207137,1583.896468109,1064.60887742566,2819.25787935458,1207.47097788056,3322.31306181498,188.847994828082,1215.05207731316,1512.67024881378,6742.84704370601,846.173877960142,3933.42179580014,971.510273985918,4445.40325753637,771.004310002106,5047.45243518916,245.06548481244,1369.6669021683,460.665254869939,2633.58889886554,1041.71271364956,6044.47660210506,494.643373626308,1759.82528528111,393.845767647916,2396.780258911,488.009486510479,4284.41914066186,695.05862638545,2869.30410777334,671.837856021813,3655.28909710257,788.803965777372,5152.82632023919,9047.92473595662,3051.48262444163,81085.3938913346,32637.6739979185,2156.68244840178,15115.4253258984 -167,2189.04556787341,3614.62847008342,452.325247602753,1448.22764122719,963.578401415781,2577.7740343745,1040.36112987226,3037.73996963007,173.953686877522,1110.97665745558,1397.25372769793,6165.28773558076,781.610933504896,3596.50411752244,898.358885437361,4064.63175061675,708.387263737623,4615.11233947483,210.274776677195,1252.347932414,404.102606327566,2408.00855091224,913.016926462076,5526.73629127453,403.024737114603,1609.08725613702,347.999768784902,2191.48378116322,448.706215996905,3917.43674605022,650.993722324229,2623.53354757157,576.46043157156,3342.19490584534,676.821453959002,4711.46041276471,8949.22708123698,2879.12200945011,71208.1998157846,27329.1888673235,2156.03526178202,12514.5101125004 -168,1777.93416154554,3360.03323615909,370.549397793624,1346.2221770016,835.026402964591,2396.20932067917,873.612692107208,2823.77769810748,158.259749039999,1032.72536155328,1280.95936552214,5731.03760828765,716.556932803578,3343.185466743,815.417662435742,3778.34067535703,599.190038283241,4290.04833486675,182.700237924251,1164.13919465672,330.529100740025,2238.40121633128,748.585786375672,5137.46233668669,328.790186161637,1495.75169488322,301.867134241217,2037.12730150716,406.178587487774,3641.51330523213,542.430392162373,2438.74577677284,500.865865446727,3106.78844542569,588.065970748255,4379.61016153117,8454.70317174591,2626.07840334099,61218.8837573368,22688.4371227483,2006.78703572878,10271.2220406728 -169,1907.6494680987,3201.86968202236,395.221258010125,1282.85277878229,878.938639375173,2283.41490586933,928.481120455776,2690.85677577302,166.168324237269,984.112891928684,1344.41683170959,5461.26608720168,752.054457985599,3185.81497115744,855.79954410909,3600.48654477201,630.152004148266,4088.107090727,190.975803166114,1109.34081035643,350.592060817664,2133.03514788023,793.551958628093,4895.63160308871,352.379391098999,1425.34364009886,319.255016679274,1941.23560294657,426.592426810692,3470.09991544969,569.419411750669,2323.9490850201,523.5530178775,2960.54563532743,614.702927343045,4173.4530612303,8794.25981678113,2745.77016284614,64655.2793276377,24117.5710897703,2079.45515900447,10924.9577204944 -170,1925.43847785162,3134.2895318068,402.784353920099,1255.77629157192,934.084348836727,2235.22008919409,963.724173964283,2634.06230155181,177.389350458085,963.341747669121,1436.74416155348,5345.99806595383,803.701520388643,3118.57367913402,914.739403105988,3524.49300171467,669.752156651923,4001.82160170793,200.349305722182,1085.92654742591,365.696663664722,2088.01431629605,827.933065272396,4792.30212625386,358.226437404861,1395.25967451853,333.865719013118,1900.26298173481,455.076438871306,3396.85837321398,608.197332599822,2274.89873511336,549.250124369277,2898.05898264485,644.873867143524,4085.36622047625,9618.4388547678,2954.99032030592,67715.2191928498,24833.5426912061,2262.08322163949,11201.0365784946 -171,2157.38519957159,3182.37541022479,451.456027493181,1275.0422545482,1065.65847686533,2269.51255654776,1090.08456374725,2674.47375629856,202.438810676064,978.121216407827,1640.20889818224,5428.01570038534,917.517829895822,3166.41844690374,1044.35427781816,3578.56533301834,763.005844042396,4063.21704875819,218.326474069829,1102.58669684749,414.219707716777,2120.04837107291,936.343290701416,4865.82502675388,402.222413193294,1416.66557412977,377.777481365854,1929.41657899333,519.217149592823,3448.97254999309,694.204563625825,2309.79994729552,598.533858671027,2942.52064149079,702.737836428811,4148.0433986301,11063.01031135,3370.33567516912,76377.4127629422,27772.460675347,2563.56986025993,12464.5732434588 -172,2727.11008768432,3279.65184433256,563.185355918659,1314.01677762322,1281.73016698313,2338.88529238353,1341.38846845622,2756.22503846711,241.912251074054,1008.01968273949,1958.01727486041,5593.93516102409,1095.29692401952,3263.20712067813,1246.57696818039,3687.9521997278,915.572918474701,4187.41838095777,265.229881404021,1136.28972943736,507.03958947027,2184.85239922476,1145.82331125349,5014.55986993869,505.400057330012,1459.96913125625,459.962398019105,1988.39351933477,620.881225282199,3554.39812295377,829.140816951295,2380.4041574881,727.117794706079,3032.4653772291,853.708070943877,4274.83763825581,12919.0290921175,4001.17149457407,93065.4424293439,34379.9307802135,3019.75205057726,15513.0380670576 -173,3692.45085705092,3514.16796878765,745.70327557243,1407.97739807434,1594.59810588265,2506.13057949004,1738.12473262514,2953.31279193227,297.318567847178,1080.09954992997,2401.87217434531,5993.93737366242,1343.58528815128,3496.54734200623,1528.89571441737,3951.66441617857,1133.89353060918,4486.84563018582,344.197857444961,1217.54172698285,651.060647796587,2341.08334735361,1471.89627338738,5373.13303634909,678.223575246654,1564.36628032497,583.584863906763,2130.57639854856,764.048181159435,3808.56036703648,1018.06985048004,2550.61830952243,943.60554596298,3249.3060851966,1107.88606225987,4580.51592460529,15191.4358100156,4841.92157307329,118453.118215783,45429.9423407355,3519.53027688104,20671.7208095079 -174,3824.83124877421,4066.50576006387,773.097918816145,1629.27562090446,1674.29250984874,2900.03054136433,1812.69462107842,3417.49841963476,312.414430709274,1249.86371745568,2524.60563322588,6936.03182088909,1412.24126055364,4046.11561908626,1607.10720689846,4572.76551745857,1189.78743224313,5192.0636013203,352.931392568035,1408.90830770447,679.777068465314,2709.04208374745,1535.73450571004,6217.65283730618,703.564307376306,1810.2448563339,609.460153248297,2465.4487986648,802.677567229984,4407.16915288708,1069.9261977087,2951.51061062559,967.548205685412,3760.01432743723,1135.99710835683,5300.45648270413,16079.3336438618,5096.04970898523,123560.798735057,47056.6795802819,3715.22744784113,21365.3766460901 -175,3761.03476538545,4550.09374469061,761.467946159114,1823.02872501965,1674.42786352203,3244.90154551419,1798.57500155096,3823.90659184163,312.722219169697,1398.49724015183,2528.05239965611,7760.86322344391,1414.16935011512,4527.27881256222,1609.44266885082,5116.55780283423,1189.1063596423,5809.50268075662,344.303376276802,1576.45537864135,675.468767771254,3031.2007818647,1524.92795528651,6957.05476665558,693.625560102356,2025.51878274822,605.437582622702,2758.63943605567,803.267325109769,4931.26875443796,1071.18329256864,3302.50361346705,943.894821891852,4207.15441724851,1108.22570075725,5930.78562012858,16238.3756459808,5108.06867508091,122575.939992084,46373.1426981534,3719.95561276825,20993.8753165113 -176,3580.31827029527,4693.05175888327,719.485228080749,1880.30591115435,1558.36303691633,3346.85212218938,1691.92648213135,3944.04875231157,289.661475349096,1442.43620042915,2340.36518861741,8004.69942926692,1309.17884386784,4669.52001132776,1489.91654177008,5277.31337932069,1103.75354258615,5992.0296820205,333.609354688651,1625.98555165304,633.653202669482,3126.43715911522,1432.30938877441,7175.63635856919,658.659064706076,2089.15794254125,565.580353398332,2845.31229111766,744.297594373184,5086.20279055697,991.924790542381,3406.26397203026,914.577561888745,4339.33772481081,1073.80434335844,6117.1231732494,14852.5047048038,4727.81975276841,115191.241101614,44063.8385946061,3443.03113582223,20060.4603515237 -177,3359.52296080631,4646.65538280246,673.569905628065,1861.71685979011,1454.39132041277,3313.76452424119,1584.01304616421,3905.05715822848,269.856876790804,1428.17600986104,2180.05155526445,7925.56349294763,1219.5008661787,4623.35627444753,1387.90646097696,5225.14088499867,1028.98024998345,5932.79137038497,320.922379302551,1609.91075831336,592.780890001509,3095.52862418318,1341.40484775486,7104.69669282161,618.303974590316,2068.50414143819,527.772058353826,2817.1830085296,693.471531031175,5035.91965079673,924.04205456767,3372.58901756642,879.796693626847,4296.43823097061,1032.96817050474,6056.64816426585,13792.6791262199,4409.81395140035,107991.286117519,41531.3678012458,3215.7886754532,18963.7613725741 -178,3200.55293317552,4683.04469688128,639.351863267838,1876.29650772085,1369.80588669131,3339.7155811029,1500.35186748773,3935.63880023112,253.57804370563,1439.36047289977,2047.9664732442,7987.63089313915,1145.61368147244,4659.56312641073,1303.80327186613,5266.06048783258,967.974785860059,5979.25279064438,306.90676805115,1622.51843919281,560.710729857642,3119.77061203584,1269.39527685635,7160.33564559325,588.448502264588,2084.70320090679,498.083368263535,2839.24519065189,651.75921556566,5075.35740693564,868.178373101166,3399.00074619885,841.37341985909,4330.08489234895,987.855454014446,6104.07954321641,12874.8011718503,4138.61088812752,102139.316743621,39512.0072857279,3007.8104236559,18079.2504965279 -179,3075.2454670223,4751.98944732026,614.478251994114,1903.91973210744,1308.4800339068,3388.88356308472,1437.08273367319,3993.58008682201,242.264436700338,1460.55103481388,1956.33387105485,8105.22644350683,1094.35524335419,4728.1621763235,1245.40849665774,5343.58851705937,925.304072492399,6067.28058413034,294.26849366436,1646.40549048388,536.852142474566,3165.70051879435,1215.45239449364,7265.75158460266,564.788472610438,2115.39463163809,477.291135405743,2881.04514426645,622.735042271427,5150.07786605124,829.388659430665,3449.04153661554,806.726063564365,4393.83329570744,947.176037390305,6193.94506191347,12261.4337981475,3949.2435144649,97797.877492296,37909.4473645038,2865.96574097178,17351.2911955858 -180,2998.09792357119,4699.41988695612,598.075102640693,1882.85734878461,1266.86046503637,3351.39355579165,1396.67927028566,3949.40053807288,234.402151895306,1444.39348087973,1892.52904104012,8015.56122107515,1058.66340602978,4675.85620853986,1204.78136761754,5284.47430769026,895.860196843609,6000.16042815156,288.921482870285,1628.19189515179,521.431726159989,3130.67950572972,1181.06156375348,7185.37317241299,550.508228786899,2091.99277710648,462.99401822966,2849.17317184262,602.591283565319,5093.10439583192,802.405536253043,3410.88602316847,792.067433562811,4345.22588880359,929.9653586909,6125.42366210101,11816.5146534708,3819.10641670163,95032.4799116458,36975.8305904551,2769.07490993751,16947.3518341814 -181,2955.75069802259,4661.60099349175,589.604640720391,1867.70492929557,1248.86040532272,3324.4229937026,1375.59132942723,3917.6174751012,231.076571044639,1432.76962847071,1865.67650909527,7951.05546011551,1043.64234568524,4638.22694534159,1187.63319238019,5241.94714994204,883.003537065813,5951.87373884525,285.911760090313,1615.08891280429,513.524658081596,3105.48515460845,1163.38210749187,7127.54840487871,541.933381835645,2075.15732637666,456.427283800907,2826.24426162829,594.042495245528,5052.11730015156,791.020925585482,3383.43669149939,783.816391188305,4310.25739504899,920.277820412919,6076.12890860513,11648.567506464,3764.59990729253,93696.637111558,36478.137546923,2727.95207607077,16722.221385546 -182,2939.88569103517,4579.91998060392,585.134090609833,1834.97882712306,1234.97740481118,3266.17214002115,1365.02706292701,3848.97261169052,228.076916166015,1407.66450371812,1841.17523676804,7811.73631538041,1029.93655842833,4556.95549473308,1172.08156073778,5150.09725688823,872.21451847673,5847.58444504938,287.576613338547,1586.78917233187,509.168189399449,3051.07055042189,1154.19954100841,7002.65882854424,539.308000119951,2038.79622370899,451.578496438713,2776.72254274233,586.390292750773,4963.59362365487,780.692738583884,3324.1517942314,788.380524067894,4234.73265787685,925.636562977789,5969.66240398906,11455.31043451,3718.83402937169,92980.9115628872,36319.281633041,2701.36528584864,16686.7983762138 -183,2988.28260477529,4525.66091790259,593.772564245115,1813.23953218819,1242.58870716317,3227.47726332259,1380.44698601469,3803.37320227772,229.031548886026,1390.98767161338,1848.40269753454,7719.18939483649,1033.97953376244,4502.96849605996,1176.66628087725,5089.08321053745,876.940863251694,5778.30715365587,290.233885069148,1567.99022091788,514.312097766014,3014.92401751244,1165.81827693802,6919.69718160213,547.672281993582,2014.64227066921,455.541997939619,2743.82625564803,588.945009917477,4904.78911641667,783.859061376433,3284.77002306601,795.665335079614,4184.56308596726,934.189650250973,5898.93883500629,11431.7443590106,3729.23680210699,93831.3539882368,36771.2129126806,2704.4082761439,16914.8728194854 -184,3113.86571599436,4596.49011446827,616.797361657827,1841.61777385848,1276.85485264122,3277.98913896728,1428.21501245752,3862.89818062754,235.048996154894,1412.75742878263,1896.30973537638,7839.99914901223,1060.77829180241,4573.44254317091,1207.08521485945,5168.73029006839,901.048470533425,5868.74098434437,294.786708599077,1592.5301697972,531.41503821072,3062.10931259768,1203.73013999323,7027.9944227657,569.616196813837,2046.17258104538,470.270004491733,2786.76871482225,604.556242852237,4981.55188736701,804.314764185651,3336.17856335599,808.146730415779,4250.05390526063,948.844040519929,5991.26062089634,11633.8446075263,3808.06499932224,96586.0485483398,38030.1894822146,2727.16404858291,17481.8241962124 -185,3198.22430344447,4844.97714327139,629.603758817834,1941.17594050756,1278.20489154172,3455.19778323847,1448.49059213266,4071.72710608345,234.084348065884,1489.13133303465,1887.23862481193,8263.83082184123,1055.70399566301,4820.68361639267,1201.26790537201,5448.15271902587,899.931936612426,6186.00610918921,296.674143565187,1678.62261866957,537.346386261703,3227.64745714034,1216.92989173582,7407.92898349955,583.719378845405,2156.7890149809,473.51329667245,2937.42190033177,602.345100959224,5250.85542038758,800.741202594469,3516.53293769819,813.321062745697,4479.81253431699,954.919217477443,6315.14917790325,11393.7001571121,3772.17865739589,97303.3386816509,38703.3732968002,2666.43755222857,17831.1816998307 -186,3297.70681547737,4832.17590166043,645.704281585422,1936.04702833956,1298.8679817234,3446.06857161808,1482.96697561929,4060.96892066429,237.153438532865,1485.19679848042,1911.21885139825,8241.99639582553,1069.11831470632,4807.94656235121,1216.50625501893,5433.75778645399,912.963710094327,6169.66164429929,296.929192615937,1674.18741638073,549.19777357855,3219.11947161801,1242.7137074205,7388.3559935864,601.113141111189,2151.09041693427,482.406493707248,2929.66073937114,610.402424379194,5236.98178034492,811.078234212078,3507.24166832018,814.02027017414,4467.97611880298,955.740156023125,6298.46349538194,11428.8635900301,3802.97364465107,98985.1961787272,39555.1118292493,2653.81701747551,18220.5694661707 -187,3355.09414764498,4694.02647152768,654.611642464296,1880.69643698724,1304.91396821252,3347.54723898119,1499.60081285383,3944.86790249072,237.628251050621,1442.73578391459,1914.37166933201,8006.36194699509,1070.88197217206,4670.48983659972,1218.49046775167,5278.40943884519,916.044571940848,5993.27418291177,295.248105701265,1626.32325700091,554.538541866219,3127.08649732573,1254.03142715057,7177.12668594032,610.912148024304,2089.59184541882,485.953247589964,2845.9032417421,611.765676780969,5087.25915780512,812.559585908695,3406.97142823025,809.411633305494,4340.23897362843,950.329161381737,6118.39365514704,11350.9716502202,3797.47680803991,99622.1610833059,39945.0922089633,2630.3823372048,18406.5832951469 -188,3276.88471278746,4405.57618648501,634.779923881498,1765.12669603707,1249.50181654324,3141.83877927503,1450.28393708921,3702.45378790675,226.412232514304,1354.07894513542,1822.96616438709,7514.36698280524,1019.75057017165,4383.48588959863,1160.27608153836,4954.04852685586,874.570753147141,5624.98447323804,282.897347698098,1526.38487576278,534.9585167906,2934.92546095793,1209.42978477229,6736.08864516569,595.441247524556,1961.18537666754,466.555671974596,2671.02105770167,583.10987708351,4774.6445266232,773.985284458858,3197.61132223891,775.552492417326,4073.52910808118,910.575187456316,5742.41529104207,10658.7098903775,3601.61817873622,95792.9008093325,38704.9225025526,2465.10297424996,17867.2368582426 -189,2929.98714606749,4186.00566641606,562.949009273909,1677.154142566,1089.17157681087,2985.25195713484,1281.44291229783,3517.92634601712,195.899588502569,1286.5926946173,1576.06981190731,7139.85672658382,881.639012681933,4165.01633289304,1003.14579292922,4707.1425682606,759.108027614764,5344.63958442248,254.307326094487,1450.31103052438,471.09296279866,2788.65103905529,1065.91358424242,6400.36718117494,531.601280473876,1863.44140973139,408.063577655301,2537.89942776509,504.782731480531,4536.67992506413,669.419785734898,3038.24483956266,697.174018057754,3870.50755836397,818.551121154814,5456.21774081608,9039.90511833361,3106.82196839171,84279.3040175848,34465.9704831719,2109.08493952186,15986.5209958728 -190,2514.06975117282,3974.62274768768,488.025891365019,1592.4620121522,948.453271815443,2834.50412683411,1106.34392255743,3340.27977834555,172.099419637904,1221.62295002647,1385.29663418688,6779.31164508136,774.922244946821,3954.69332352356,881.587957121072,4469.44352668204,665.483514908016,5074.74852240829,223.886687357294,1377.07391544931,407.884586159606,2647.83106819865,923.517322829741,6077.16449023151,455.689139305586,1769.34223370099,357.115784526336,2409.74179224537,443.307880223407,4307.58882478439,588.240262954682,2884.82099994611,613.776975329964,3675.05651270218,720.634760163614,5180.69225824817,8047.06523014524,2739.93169848388,73444.4536272557,29820.0293354982,1891.86859718263,13806.7811260742 -191,2025.01394437752,3650.62789658322,407.89304029928,1462.65107781462,849.82701699195,2603.44704272144,938.720862039717,3067.99394944218,158.165275029146,1122.04128632521,1276.87128676815,6226.69012438063,714.27009900396,3632.32303686824,812.649471061308,4105.11292680571,604.86323099862,4661.07595615862,191.420966601864,1264.82053028077,350.722323149195,2431.99080180107,793.909647458107,5581.77910924274,370.190465374546,1625.11275333224,314.656232331956,2213.30958150714,406.632404746787,3956.45195255741,541.40345054978,2649.66229189405,524.773416778158,3375.48106536541,616.135796128334,4758.3835956699,7953.25816955851,2573.01180018265,64065.8011003297,24800.4472964218,1886.4615244238,11347.59377572 -192,1744.15337824685,3391.4840015506,384.014813226821,1358.82315886037,805.831362418442,2418.63844916595,813.840041899897,2850.20897531785,160.372081697786,1042.39193351172,1274.69986345001,5784.68157743905,713.055424694571,3374.47853272918,807.535215025164,3813.70690473568,575.422355344908,4330.204278042,159.876968567709,1175.03583350547,303.765392975036,2259.35322083805,686.622551951323,5185.55029037718,339.740416105672,1509.75231104782,314.491468753284,2056.19533099653,416.493447013096,3675.59879563754,518.795998041085,2461.57305730371,438.296726574955,3135.86877518751,514.603624982901,4420.60442617543,8409.84366502977,2558.04626314504,59286.8598573146,21683.996241741,1891.99289521667,9648.537726453 -193,1871.4135722285,3246.57655576598,409.467637589839,1300.76491853448,848.195247129559,2315.29763441203,865.076450850423,2728.42850919244,168.371681637479,997.8538043262,1337.79137652024,5537.52032540874,748.348239055719,3230.29767714819,847.502345886635,3650.75920211236,605.195083323193,4145.1882669478,169.9312079896,1124.83024761421,322.301622064602,2162.81816296745,728.571408141293,4963.98803408386,364.012057832529,1445.24534269374,332.546224159837,1968.34057086417,437.371933519428,3518.55201819105,544.644894118769,2356.39778176562,465.860047710541,3001.88296416189,546.965685005073,4231.72590104355,8747.65312026783,2677.30568104577,62742.7428013062,23135.8669530064,1966.92330690842,10318.0582260831 -194,1888.85574843524,3190.10813852107,417.642332078526,1278.14042935467,901.44585323141,2275.02715545661,897.598544291638,2680.97235442954,179.781875595956,980.49791451296,1429.81898400009,5441.2050213134,799.827639514401,3174.11240200519,905.935891951986,3587.26074755737,643.119412420497,4073.09009935614,176.314029657532,1105.2658287068,335.935981088941,2125.19979286174,759.256913284026,4877.64830277224,370.314620747461,1420.10787384596,347.933951019823,1934.1047921211,466.725033140397,3457.35307214793,581.636097291463,2315.41243894368,483.358314461709,2949.67055615948,567.510377573132,4158.12256542472,9567.43191341963,2884.27450618476,65689.2223094334,23729.7096055259,2154.24933613779,10528.7147980058 -195,2116.40404439393,3225.78266290711,468.25521474369,1292.43369150626,1028.4360650855,2300.46845970464,1015.18055695575,2710.95328594767,205.184370942636,991.462682866542,1632.36133209336,5502.05324112086,913.127973325839,3209.60804835086,1034.32758162119,3627.37657293411,732.622998802339,4118.6388850921,199.757469192579,1117.62585885222,380.414951725505,2148.96559908009,859.80150593933,4932.19434816256,415.897242552327,1435.98873768396,393.76385578982,1955.73361019736,532.563741031221,3496.01615851612,663.849803114694,2341.30536605778,547.627626670475,2982.6563013497,642.968894674634,4204.62225710263,11004.5849835993,3302.46140630057,74507.4720752726,26736.418990497,2478.94778680203,11848.4962268261 -196,2675.34449554707,3333.13113817899,583.686057897654,1335.44365239686,1236.91583920491,2377.02407654766,1249.67356231225,2801.16912879602,245.140379603535,1024.45684844333,1948.44645388755,5685.15206953566,1089.94309445606,3316.418260388,1234.52199362468,3748.08939987655,879.25653882447,4255.70007324781,246.365474772757,1154.81851700982,466.01110486833,2220.47946240561,1053.54211841408,5096.3292569114,522.203001348936,1483.77596255516,479.202601684967,2020.81704669381,636.645714865525,3612.35753775968,793.015890590654,2419.21996460847,675.401729851121,3081.91395125021,792.988305473165,4344.54482336362,12850.9636180317,3914.98944406103,90811.3629767828,33276.8471030175,2891.06505110665,14835.7470882628 -197,3622.44673381417,3566.93247294131,771.857342457396,1429.11788706883,1538.74236704954,2543.7596110405,1620.30183736837,2997.65617177667,301.165573206435,1096.31702094867,2389.66867441721,6083.93510178994,1336.75876210111,3549.04727609857,1513.91152712772,4010.99783887016,1089.23964397473,4554.21468795241,320.406971217825,1235.82286382128,599.166573518847,2376.23422890015,1355.18786929361,5453.80951594048,699.942428019539,1587.85491599327,607.49985810345,2162.56656186158,783.002092874756,3865.74511207167,974.010425076079,2588.91531512448,878.38372164965,3298.09374302959,1031.30920191707,4649.29142244045,15110.9499519751,4740.53342041093,115678.902891515,43939.9522571601,3390.60112905165,19787.1339156422 -198,3752.32321736579,4115.76129491577,800.383218871112,1649.01021538529,1615.66305661426,2935.1571497672,1689.6732045377,3458.89285565592,316.477255190822,1265.00268676438,2511.8574737173,7020.04447874461,1405.11005692437,4095.12417843664,1591.38958969178,4628.15312160922,1142.87709844712,5254.95245104964,334.411501883593,1425.97370398026,625.470912111525,2741.85534521673,1414.67232726504,6292.96413257905,726.218746380504,1832.1714399594,634.519705446756,2495.31153743695,822.665480027842,4460.55097173021,1023.57199944953,2987.26077116272,916.776618406539,3805.55748602994,1076.38625279783,5364.6582407783,15994.4305431465,4995.19520521296,120914.916725173,45691.9678154475,3590.41556022965,20555.3669095553 -199,3689.74350674369,4592.20137631163,788.549940209983,1839.89945918358,1615.81449940936,3274.93062328525,1676.33482088586,3859.29391772042,316.814182060199,1411.43926067175,2515.38361141894,7832.68406670789,1407.08254604786,4569.1753094657,1593.74207074436,5163.90762532542,1142.15654980033,5863.26517720366,331.968003159961,1591.04426539303,621.359211961027,3059.25222279183,1405.33142890377,7021.43697847778,716.109618488483,2044.26340726171,630.435714212475,2784.16853054612,823.362805888346,4976.90386874267,1024.71262287625,3333.06575424606,910.077858093828,4246.08840813187,1068.52124689931,5985.6704972604,16152.8045782799,5017.53809776043,120266.483739399,45158.7705971096,3627.88076607552,20289.7022972227 -200,3512.4934805281,4748.74040727329,744.820021910981,1902.61798017292,1503.78553172292,3386.56650861037,1577.22619711359,3990.84958799058,293.418585204705,1459.55242384149,2328.50954885273,8099.68472132991,1302.54690760597,4724.9294275075,1475.32649919424,5339.93498767365,1060.26194782365,6063.13225050869,313.097040608636,1645.27980671892,583.10808789137,3163.53605949234,1319.08150799586,7260.78382991141,679.790221247395,2113.94828964816,588.800083636547,2879.07531012549,762.795462740332,5146.55664416779,948.974206557852,3446.68335080718,858.343820429352,4390.82913492474,1007.78037957598,6189.71012499327,14773.9645484427,4629.90398664513,112574.47066547,42704.6707052383,3315.6707173599,19248.8147178414 -201,3295.89768540446,4692.59689214213,697.229748582173,1880.12366542894,1403.4477913538,3346.52773375385,1476.70487131325,3943.66648152168,273.34926743658,1442.2963945443,2168.97783050026,8003.92358622697,1213.30632600411,4669.06742536465,1374.30105667603,5276.80188393087,988.45719874891,5991.44891386487,293.303082228395,1625.82795553285,545.553439984238,3126.13413405711,1234.1893100829,7174.94087117767,638.082534059232,2088.9554541576,549.409455397008,2845.03651365006,710.677263218356,5085.70981826367,884.050151467193,3405.93382519361,804.079424239313,4338.91714125217,944.068621550499,6116.53028060172,13719.4370515104,4310.22663548008,105193.536677164,40017.7108741221,3078.39108033603,18055.9555869086 -202,3139.95406459969,4753.80891428483,661.697273572735,1904.64871500906,1321.8125799369,3390.18111682683,1398.83915284758,3995.10916998158,256.844677253128,1461.11025835328,2037.50559780732,8108.3298156666,1139.76196359658,4729.97252017596,1290.99693544526,5345.63449861864,929.894380199457,6069.60365675287,278.079544275706,1647.03587496462,516.135178108106,3166.91261902679,1167.73674905379,7268.53353416873,607.174603416378,2116.2045851727,518.443892295973,2882.14825413686,667.874301414935,5152.04975522442,830.641424171738,3450.36212396213,762.34466462178,4395.51562994197,895.067893767743,6196.31663250416,12806.2984918312,4042.03329608794,99379.8714507525,38000.0452175515,2872.33244818372,17171.9023706041 -203,3017.01092944005,4818.72484951881,635.896295321915,1930.65776477449,1262.62974289875,3436.47594730477,1339.89169107124,4049.66463335997,245.37849524456,1481.0625409568,1946.31473225147,8219.05362107405,1088.75062890387,4794.56295603794,1233.16529236335,5418.63214516982,888.920218060702,6152.48750946593,266.202620832582,1669.52707646537,494.210442959402,3210.15859255564,1118.12201876273,7367.78944888003,582.724510363409,2145.10254936728,496.773130442388,2921.50561005372,638.107256864157,5222.4038931931,793.545697115764,3497.47875995056,729.784523448614,4455.5388688012,856.839073743005,6280.93082219027,12196.1616154369,3856.32920017555,95134.709284118,36448.0615988263,2734.96002674884,16474.1381268662 -204,2941.32441462849,4767.64985400548,618.860488794114,1910.19418991744,1222.4609005229,3400.05178965489,1302.28105687665,4006.74111947642,237.406889329912,1465.364350046,1882.80484821924,8131.93760180973,1053.22378165974,4743.74405910664,1192.923687022,5361.19856654776,860.65604234263,6087.27559516185,258.590509096876,1651.83129789267,480.067176278227,3176.13323505298,1086.12472682173,7289.69621367855,567.938577201042,2122.36601501307,481.859892532635,2890.53976523265,617.43574282273,5167.05019200798,767.74906297972,3460.40801664172,708.916203977884,4408.31338180204,832.337606595719,6214.35750174121,11753.4841531998,3725.97908850898,92317.2770523701,35467.7008781827,2635.05281115984,16041.087238418 -205,2899.77926386234,4739.44813496408,610.095317071095,1898.89496251858,1205.0932614041,3379.93972013756,1282.6188026426,3983.04034639466,234.038619204973,1456.69639099726,1856.09006044851,8083.8353655862,1038.27977414418,4715.683748208,1175.94526970991,5329.4858736427,848.303361050371,6051.26799365603,254.935543792282,1642.06034499271,472.781256503116,3157.34569404727,1069.68602932531,7246.57602431678,559.098304301384,2109.81174364431,475.025368843465,2873.44157370573,608.676140499333,5136.4859303172,756.856308839519,3439.9389264941,698.896253367735,4382.23721865101,820.573195425173,6177.59818223294,11586.3765165991,3672.67938611183,90990.4918906022,34953.5591135565,2597.58760531397,15808.6466641373 -206,2884.22940653715,4683.4345844603,605.415020036125,1876.45271906417,1191.6898274949,3339.99362961766,1272.83808194849,3935.96646242165,230.993112508751,1439.48030706887,1831.68616431948,7988.2959045308,1024.62845824038,4659.95105902813,1160.53319289639,5266.49891447752,837.959355702625,5979.75059422,253.110803214878,1622.65352220549,468.823546445982,3120.03034899966,1060.78350985251,7160.93178039668,556.33695000209,2084.87676318018,469.949896643129,2839.48157243026,600.808101757046,5075.77995656738,746.992467134048,3399.2837305088,693.893795358371,4330.44539420723,814.69981588716,6104.58773926178,11394.0504533081,3621.97392554907,90106.5103312148,34718.3810375031,2553.87819849378,15718.4997687341 -207,2931.72124604961,4651.13906474862,614.253383274362,1863.51328013667,1199.0239419582,3316.9620641806,1287.31913944605,3908.82525223086,231.947405782375,1429.55409505648,1838.82802472557,7933.2110809478,1028.62354951715,4627.81747446144,1165.05172748992,5230.18276306411,842.534442865048,5938.5160793135,256.160720747715,1611.46420422387,473.638402241213,3098.51558247095,1071.75349168505,7111.55220451125,564.887529575282,2070.50009635855,474.024557038489,2819.90138369491,603.379306267927,5040.77894423694,750.053073467419,3375.84331883134,702.25503014373,4300.58397902851,824.516730933508,6062.49238592448,11370.6422870516,3630.16592252535,90923.9873692513,35191.1744001833,2547.63399751947,15952.5262013831 -208,3054.9263656821,4723.20290321348,637.947634510084,1892.386190219,1232.07450642298,3368.35442529034,1331.98716941648,3969.38782575163,238.024255734159,1451.70332644879,1886.42057092368,8056.12670094679,1055.24638381302,4699.51997277031,1195.14269458663,5311.21819127475,865.74034249739,6030.52628530887,264.998694957579,1636.43191524874,489.489280916374,3146.52337654195,1107.6655572452,7221.7372026732,587.422171657198,2102.58001966515,489.282014807763,2863.59238389346,619.309621473105,5118.87978674405,769.669045886366,3428.14797457787,726.484005714383,4367.21638559708,852.963940100943,6156.42345655294,11571.722989862,3714.18791561699,93853.3558689222,36522.6969561364,2591.34340433966,16575.8603767124 -209,3137.71805635107,4920.2250426211,650.944063951588,1971.32456814232,1233.34933885152,3508.8608589018,1351.16856371749,4134.96556983628,237.013641554166,1512.2592036836,1877.26658935971,8392.17733236885,1050.12573039576,4895.55421017182,1189.32635336494,5532.76860787737,864.757937990506,6282.08168422622,269.27378944585,1704.6935003519,495.161282449703,3277.77642241907,1120.70300143749,7522.98238376467,601.761976504287,2190.28635416717,492.524373437647,2983.04333898206,616.919919938533,5332.40706211657,766.332755627365,3571.14861672638,738.204017275735,4549.38901996791,866.724390655626,6413.23048884963,11332.8502816673,3680.1841067576,94647.7413329138,37251.4949445738,2535.14559557084,16960.3665827114 -210,3235.33563365681,4883.83572854229,667.457639647687,1956.74492021158,1253.27088659503,3482.9098020401,1383.48671597867,4104.38392783364,240.101139287957,1501.07474064487,1901.04292904574,8330.10993217733,1063.42599697508,4859.34735820862,1204.37967248232,5491.84900504347,877.332043207545,6235.62026396681,275.981414358175,1692.08581947245,506.203984811842,3253.53443456641,1145.81402688942,7467.34343099303,619.575780641258,2174.08729469856,501.698347421088,2960.98115685977,625.098417378177,5292.96930597765,776.274990245295,3544.73688809395,756.592719966955,4515.74235858956,888.314542919781,6365.79910989907,11367.9744535462,3717.290463018,96581.9815801591,38257.7679218965,2541.38979654516,17450.4459095201 -211,3291.6524359584,4733.33992984286,676.543271345043,1896.44766494207,1259.09018054964,3375.58365071344,1399.14285767709,3977.90700032797,240.564205698177,1454.81899934697,1904.11082895931,8073.41691112209,1065.14215207835,4709.60617065032,1206.31448812205,5322.61722734047,880.339150319209,6043.46911389279,279.337626129871,1639.9440561078,511.233127041597,3153.27650400897,1157.3008743119,7237.23663046278,629.573666532925,2107.09261632604,505.319422590241,2869.73827955919,626.429395377694,5129.86602251967,777.736372430573,3435.50553003756,765.793648946312,4376.58938728772,899.117341843212,6169.63648800632,11290.6534394885,3714.91498444676,97390.2383089603,38792.8674762438,2522.65719362222,17721.8447218654 -212,3214.95249619269,4443.97990501476,655.866684333089,1780.51343001569,1205.60235336609,3169.22640964113,1353.35078307473,3734.72833886704,229.182172192884,1365.88254686079,1813.0892820584,7579.8702501014,1014.2255326899,4421.69704545145,1148.63575341815,4997.23331748364,840.553022852082,5674.01785986001,270.816914458442,1539.69048044547,493.346436737813,2960.50941332588,1117.02034724005,6794.80760526766,613.473685389738,1978.28116800155,485.045637293446,2694.30453676207,596.985544268571,4816.26543991998,740.883011220693,3225.48512579802,742.434436752503,4109.03834879511,871.691320741904,5792.47233039021,10602.1182035206,3524.94549766649,93764.3973936742,37685.9780823738,2366.55216926441,17262.6638328131 -213,2874.65367331491,4229.73782121214,581.435916202644,1694.67575395989,1050.87927014336,3016.43956439063,1196.05605799259,3554.67892396022,198.264205248577,1300.03402159206,1567.40685239547,7214.44843631174,876.79303250186,4208.52920734029,993.026961223985,4756.31915898858,729.666668296747,5400.47625170423,240.059431201864,1465.46276025046,434.643864632288,2817.78471173295,984.354035153378,6467.23327516149,547.516372812017,1882.90920664279,424.115322896353,2564.41344123677,516.676454893135,4584.07565372616,640.868792001883,3069.98607553329,658.113947379871,3910.94363255273,772.690742228417,5513.22009051589,8991.75384122314,3033.90682235441,82303.6815058746,33479.9547609258,2004.38851275429,15392.378476742 -214,2466.53273402931,4011.98677441091,504.161560792331,1607.43218591584,915.122874958805,2861.15030048763,1032.44308660687,3371.68057052734,174.195253938744,1233.10699655064,1377.75380904882,6843.04156300106,770.702857672662,3991.87000075872,872.729514974252,4511.45918904044,639.622968595556,5122.45444355897,206.236949000532,1390.01930167663,376.20251633803,2672.72239426181,851.740354405442,6134.29377037427,469.446416022024,1785.97519604716,371.229632900072,2432.39492499209,453.821288164934,4348.08294817146,563.105868893558,2911.94018477853,565.390878095469,3709.60442289814,663.824705408647,5229.39411909638,8004.09329905317,2670.72250358266,71504.168265418,28824.3870694108,1785.84147865335,13202.2502533148 -215,1986.61768341352,3670.12216838079,422.015027714859,1470.46160204871,820.040999714219,2617.34939204301,875.246641786495,3084.37696891664,160.189288394297,1128.03296184606,1270.2971169983,6259.94051119696,710.592568667861,3651.71956112193,804.649456150886,4127.03413855938,581.102319313866,4685.96599812743,173.001691084144,1271.57464378971,322.897543991432,2444.97757860838,730.381401658273,5611.58568557757,381.913927318698,1633.79081930133,327.457965609099,2225.12860546037,416.636745756509,3977.579318014,518.028395314552,2663.81142961863,474.277662213734,3393.50605920205,556.848795405879,4783.7932582701,7911.03073171663,2506.34746080939,62227.1719065048,23893.7546545298,1773.35307670473,10783.5594701527 -216,1980.34520938161,3420.14058103,425.553704275788,1370.30462945924,963.635372253273,2439.07490262371,977.627338017477,2874.29201389233,192.649802154194,1051.199696508,1591.18031609958,5833.55964595156,890.091690283238,3402.99142331939,1003.55834047041,3845.9310859427,699.724427703171,4366.79263965567,182.355364979181,1184.96438034178,349.977807883692,2278.44378270282,790.77008062317,5229.365957493,358.300733160337,1522.50906799432,358.415835807774,2073.56929616957,487.765307801722,3706.65602279043,644.574967119548,2482.37228971309,499.9204091733,3162.36551606909,586.955911749251,4457.95663011558,10133.6093718005,3075.77955944205,69958.2159448583,25451.1675122938,2232.50539681435,11198.9422502125 -217,2090.7148118597,3288.16434148373,452.374472651665,1317.42737259093,1006.79738013243,2344.95598382681,1025.9688429088,2763.37895568198,200.787458326263,1010.63604724552,1654.75625693931,5608.45449398449,925.65548910027,3271.67693474283,1044.01352330925,3697.52446046886,730.880663383029,4198.28703065919,191.376597175625,1139.2390251382,369.898776680193,2190.52329074219,835.553079291339,5027.57540592645,382.991765898999,1463.75855271332,377.419328302257,1993.55449219779,509.13074084204,3563.6237375409,670.434608390217,2386.58261318128,524.651779656469,3040.33628978626,615.99298213964,4285.93318892539,10485.0618092872,3199.16926474474,73368.8884417105,26865.1804804261,2309.66840228655,11857.5773878412 -218,2151.3998247111,3235.20489354057,456.712766679619,1296.20877792477,1054.81753434104,2307.18792801898,1061.61069372868,2718.87174474232,209.471522250216,994.35865914227,1717.65985004926,5518.12426016115,960.843182757372,3218.9830343418,1085.18174278657,3637.9718244548,760.66468653302,4130.66907110479,197.766030263282,1120.89034679342,381.047284681734,2155.24254071373,860.840474796328,4946.60085893335,385.98185602475,1440.18313590833,389.749911587658,1961.44613799559,532.96600002056,3506.22771768984,695.796479144159,2348.14411542426,542.168171367411,2991.36838102413,636.558955199741,4216.90359306755,11130.0325598254,3346.92582425854,75911.2190466601,27495.4839836151,2441.60826163972,12095.134174483 -219,2380.61442553234,3268.6050842209,509.100843482909,1309.59081144934,1177.66707044758,2331.00729008938,1163.82581747252,2746.94132231098,231.705139379211,1004.6243980716,1867.64434256247,5575.0932647689,1044.74313369731,3252.21575087188,1184.24329261341,3675.53017288246,843.499517197172,4173.31401606259,215.198218203522,1132.46239633792,428.671206697291,2177.49322164152,967.206299651334,4997.66946736608,431.263462133276,1455.05155782806,437.883666456724,1981.69606873384,596.309370106926,3542.42594259155,756.511519340961,2372.38630835512,589.957862275961,3022.25120842119,692.668770051727,4260.4388215071,12455.7471447958,3697.87629247602,83856.2595681939,30219.0275272893,2713.54728180321,13316.7420832723 -220,2911.63804170427,3389.79449291027,634.825345855778,1358.14624472293,1414.98296575016,2417.43357526537,1417.65438502905,2848.78910935701,280.121809573312,1041.87265340381,2277.52807473402,5781.79986857586,1274.02833808099,3372.79749556815,1441.11570769405,3811.80706066616,1021.78314903167,4328.04713457949,262.450838830354,1174.45047523974,524.940718768843,2258.22769679418,1184.2374975578,5182.96704598727,542.076998191202,1509.00020973373,532.733341445515,2055.17101250459,716.801562036245,3673.76775178748,922.650910465306,2460.3467950105,719.499153484879,3134.30660435368,844.763034049554,4418.40224878934,14760.7381174175,4462.45273044451,102234.397363132,37280.5461020727,3235.47814359947,16493.0697268389 -221,4020.38136314665,3606.83075632188,863.874168863388,1445.10342951323,1825.46290192459,2572.21309104979,1875.81711130953,3031.18675760254,354.330165275481,1108.57998569739,2840.75927497586,6151.98757225345,1589.09471111934,3588.74550280373,1802.00342329931,4055.86326024499,1304.38790236397,4605.15631624908,349.210665042248,1249.64628526336,698.28147503312,2402.81383683006,1575.300850143,5514.81365303063,745.111815941194,1605.61602750466,701.688177875687,2186.75616852474,915.098155585621,3908.98579440264,1152.3545780025,2617.87388882183,957.347970406752,3334.98490364822,1124.02102518803,4701.29654115199,18122.8945485017,5567.90243738182,133574.695807396,50189.2686063244,3942.18764149615,22448.6616654047 -222,4129.44407713635,4109.52312516717,900.575547480629,1646.5108465192,1916.34791153103,2930.70839600645,1936.59172725139,3453.65028709334,371.354133403582,1263.08534974529,2952.23912276608,7009.40435023295,1651.4555165844,4088.91728791598,1876.21400372107,4621.13833072939,1367.26418637683,5246.98763407859,358.668548084461,1423.81238669651,733.683234893306,2737.6995747908,1653.78115724355,6283.42602391142,776.404804984488,1829.39445761469,738.191957086066,2491.52944809046,964.303484037629,4453.79021177838,1197.14420237501,2982.7330450779,983.276402843693,3799.78948543786,1154.46356448427,5356.52714513128,19240.04310685,5850.0019677307,138991.811468879,51789.2331528639,4175.76823150761,23156.9672263461 -223,4077.5260032332,4597.13992499892,888.402351310598,1841.87812525554,1902.26816490355,3278.45255166018,1896.55293086946,3863.44428251269,366.251621816324,1412.95715175204,2873.88884858495,7841.107497748,1607.62709106002,4574.08909544273,1831.7208514655,5169.46099878068,1350.44481602218,5869.57065428781,348.958131863703,1592.75530742372,729.955360855485,3062.54220613771,1644.05350192463,7028.98797755894,766.264866303538,2046.46185056573,734.631875057634,2787.16268317903,958.970172439806,4982.25613447617,1165.37898059024,3336.65020234762,956.655660147808,4250.65473974841,1123.20818460021,5992.1076115667,19181.0452282492,5763.34259647448,136830.541278231,50740.6981353214,4138.30926379951,22693.6125180941 -224,3913.93003864205,4739.12322654718,839.857568933833,1898.76478555735,1790.96036279029,3379.70801154356,1821.34278580332,3982.76729280349,346.305536505131,1456.5965285439,2757.70751431877,8083.28118584284,1542.63631713577,4715.36046893632,1752.06487507662,5329.12051574262,1275.16365522776,6050.85315466041,337.518179951184,1641.94777508754,685.697962418913,3157.12924517772,1546.00604805918,7246.07924210143,728.073809689561,2109.66710748119,687.044313853608,2873.24458761659,898.294869168254,5136.13380334702,1118.54649713032,3439.70310471084,925.293460073892,4381.93679849308,1086.38586568491,6177.17468278986,17852.1414715388,5446.65615532614,130221.988031793,48726.5353540468,3872.63779231295,21806.3730064657 -225,3740.43446006839,4674.07733298897,786.545824592587,1872.70366702774,1690.52121477143,3333.32050122409,1745.92869750073,3928.10261222637,327.734414788852,1436.60430250889,2640.18272150115,7972.33571713881,1476.89402480673,4650.64072638291,1673.42767791237,5255.9767317017,1204.3789577868,5967.80337278733,325.421922169212,1619.41154737178,641.853900554569,3113.7966954603,1448.74613193041,7146.62462221397,683.680345360592,2080.71129106608,641.513628899426,2833.80844032127,843.761563219811,5065.63882005522,1071.07885626937,3392.49214366902,892.132022018479,4321.79339623316,1047.4510637613,6092.39109989916,16754.9926623885,5156.04982928509,123643.264882619,46486.4223956473,3647.11650375864,20787.2852682695 -226,3577.96877646921,4699.354907794,745.885693106576,1882.83131440252,1596.66394046548,3351.34721587089,1665.06804929138,3949.34592947352,309.361583149518,1444.37350916398,2502.28688213459,8015.45038942686,1399.75635567966,4675.79155519414,1584.61859383384,5284.40123894539,1137.05738775396,6000.07746357155,311.310717362073,1628.16938204429,606.653610369157,3130.63621763544,1369.92192542668,7185.27381982491,650.211332149943,2091.96385099622,604.77528038867,2849.13377615339,794.341379693162,5093.03397317036,1015.35946541703,3410.83886064177,853.446682094872,4345.16580710324,1002.03065573328,6125.33896549871,15687.1818703538,4860.41474774501,117321.17821192,44359.1212907876,3418.61135127318,19856.5215102898 -227,3431.73269636777,4753.48401217108,714.677192939735,1904.51854057322,1518.76461069012,3389.94941272792,1590.22118370314,3994.83612168759,294.167657490886,1461.01039783723,2379.16537610944,8107.7756466742,1330.88331325994,4729.64924717583,1506.56443249169,5345.26914780643,1082.05497103199,6069.18882580504,297.225815078824,1646.92330724327,578.801173588718,3166.69617435631,1307.06153060342,7268.03676159085,622.544986046043,2116.05995181548,577.149354350511,2881.95127186921,755.375318981409,5151.69763508543,965.545655078788,3450.12630675377,814.833449556241,4395.21521561213,956.694908893539,6195.89314127688,14852.4442376042,4613.61982543259,111904.683563256,42437.1156140309,3235.77796441411,19006.4533615253 -228,3356.68701260099,4731.13057529927,694.025470751501,1895.56247069713,1471.73984735782,3374.00804845657,1553.45565363058,3976.05025497788,285.134918359522,1454.13994163847,2315.14244035798,8069.64852757067,1295.0694695847,4707.40789418046,1464.79287375437,5320.13281913625,1048.69856019458,6040.64823769464,291.167822741379,1639.17858861438,560.728545977111,3151.8046668127,1266.79074504025,7233.85854609327,605.699461718273,2106.10910051804,558.165630192874,2868.39878791041,730.288410053297,5127.47158371476,939.714550429388,3433.90195838101,798.225690259169,4374.5465511949,937.195759986127,6166.75672137026,14305.6208593701,4467.59973097099,108862.1065842,41452.7305521445,3120.25652878988,18572.8617097927 -229,3328.26688773559,4637.94794186178,684.227464105597,1858.22815915075,1451.81802897292,3307.55480854053,1536.46545341738,3897.73940991835,280.938351260579,1425.49972827046,2279.99706046766,7910.7116542914,1275.40946607931,4614.69249407412,1442.64284490401,5215.34941093514,1033.26852156003,5921.67381889574,287.800810191472,1606.89392110618,552.265449527596,3089.72786418384,1247.84360207759,7091.38308943213,596.299705193155,2064.62793884443,550.284422940923,2811.9038447774,719.764641991785,5026.48276139374,925.55721992389,3366.26906971827,788.99515135052,4288.3870674843,926.358196082659,6045.29851557358,14079.8590518318,4397.37400035612,107420.177529933,40947.8508419213,3068.31721448656,18348.1418072399 -230,3317.21738017021,4533.39364619887,678.157293443973,1816.33770699466,1441.64255616455,3232.99186223144,1536.49520204868,3809.87180040871,279.89972590358,1393.36436971851,2290.74225506288,7732.37871576455,1281.4202294874,4510.66245116141,1446.96937210835,5097.77862507648,1028.18743894089,5788.18020425383,289.139724454268,1570.66935277719,546.797128975552,3020.07543930127,1236.19137619652,6931.52045762048,592.791468356462,2018.08457038541,543.50406468356,2748.5144687758,713.086462223176,4913.16963857151,929.917711867316,3290.38251471417,792.665734698487,4191.71300063594,930.667823287558,5909.01800180091,13944.9040890519,4385.79809234939,107129.552108501,40937.0517652588,3050.1070379774,18337.7733754887 -231,3334.52509956719,4474.26101397237,684.854194079829,1792.64578036991,1443.54473417105,3190.82139707871,1548.84463154188,3760.176634803,281.0112070907,1375.18961824923,2312.23264425331,7631.5191958288,1293.44175630357,4451.82631985698,1458.834594289,5031.28427401531,1032.39255558123,5712.68040035618,291.817552979861,1550.18187244001,549.218687516734,2980.68221114024,1241.90067371112,6841.1071641853,599.659982406121,1991.76110015188,544.668498087453,2712.66342473782,713.321484203377,4849.08328826137,938.638695754166,3247.46345797392,800.006901394421,4137.03717881017,939.287077697357,5831.94201511415,13898.338501,4404.86468283358,107787.16412632,41324.376451082,3049.80721716276,18526.3305486513 -232,3444.9527009372,4535.8629236941,709.629565342087,1817.32704129334,1468.53337136628,3234.75282866645,1577.11508516143,3811.94698545343,284.014896384022,1394.12331622731,2316.48713581755,7736.59043666008,1295.82167990456,4513.11934728569,1463.93796986967,5100.55531534803,1047.08412465574,5791.3329468198,296.762861709166,1571.52487488445,565.933013518311,3021.72043307374,1279.03438847263,6935.29596197979,622.485879003992,2019.18379344037,560.366246190726,2750.011547003,725.23279520979,4915.84577485386,940.71009146284,3292.1747410524,813.564280217494,4193.99616935825,955.20477879939,5912.23656306196,13956.0223663214,4430.43783412235,109852.016241655,42385.1778180177,3050.1070379774,19059.2730602472 -233,3537.55400613612,4779.93124341003,732.128622606235,1915.11481945256,1485.79576590962,3408.81026842391,1598.29050763257,4017.06242020915,285.451694132147,1469.13910506232,2308.87709014507,8152.88534238624,1291.56469007932,4755.96386756772,1461.46892499577,5375.00892789709,1056.44736393654,6102.95631926834,300.037815425462,1656.08638876999,580.385661762768,3184.31490322386,1310.9752606632,7308.47435397462,643.668674905962,2127.83319575989,573.055370187667,2897.98574921496,732.951264820687,5180.36043026459,937.951761332631,3469.32197208149,822.54244327873,4419.66912622898,965.746028543836,6230.36558679675,13926.3371672898,4433.26791572931,111364.9267346,43250.3239849157,3032.49650309753,19512.1893877762 -234,3597.80924642934,4746.98591947084,748.854446772485,1901.91503165339,1493.97797326283,3385.31529478903,1610.08459932433,3989.37511343038,285.615418994867,1459.01317201784,2294.55098862354,8096.69218081843,1283.55080014526,4723.18373700075,1454.26915463556,5337.96207485925,1060.35206333031,6060.89214246617,301.32412464048,1644.67193534568,591.450991982883,3162.36724735418,1335.22496742591,7258.10123293342,661.46164007394,2113.16726222381,581.717340405033,2878.01159594431,736.65058011626,5144.65517765617,932.378027829676,3445.40992598728,826.068811856746,4389.20688239056,969.886333372151,6187.42325100488,13833.932276514,4420.32584665213,112239.281513861,43837.3205163061,3005.03491398029,19838.5198299442 -235,3594.80536217083,4603.37809474753,756.541035625533,1844.37749412163,1482.05391173777,3282.90130542093,1594.73223644733,3868.68685107528,282.147054572478,1414.87448877113,2250.89909942101,7851.74762625965,1259.13233326805,4580.29598596339,1428.50154972546,5176.47578966051,1050.8800285152,5877.53547125886,297.943960828628,1594.91662470747,594.80711833919,3066.69797656363,1341.94673739187,7038.52608622657,670.402548948766,2049.23883291044,583.155928349509,2790.94477252552,731.012844403355,4989.01689442801,914.798673171669,3341.17792843244,816.802219255609,4256.42274034049,959.006438874537,6000.23870721371,13584.7128127073,4354.32916832487,111529.557469186,43758.9305632604,2945.03629821982,19862.0493668003 -236,3489.49616826433,4314.21301370895,735.47691743133,1728.52136486691,1419.97425718683,3076.683088606,1534.59114393845,3625.67202070961,269.259757569982,1325.99795336949,2140.76147327408,7358.53347093478,1197.5223542927,4292.58082707322,1359.40294362959,4851.31109312616,1005.36193060083,5508.33311901389,286.523735809026,1494.73059055148,575.970200919198,2874.06075436246,1299.11538581796,6596.39512843316,654.859683769308,1920.51416572264,562.093444189055,2615.62922061759,699.15810406306,4675.62758664418,870.28382256777,3131.29901634788,785.494099720424,3989.05195277702,922.247615850453,5623.32864762029,12838.9559591324,4142.26580368851,107248.280220488,42347.4454814142,2780.11326705526,19275.6513119674 -237,3128.17337185674,4094.51253531576,652.886611594618,1640.49674263166,1249.16077480468,2920.00358662428,1372.89413208153,3441.03536162126,236.93953434797,1258.47175941988,1903.47196544769,6983.80155141679,1064.78477768327,4073.9819636762,1206.01185988229,4604.25899704115,884.952498657938,5227.82230103831,258.055368647175,1418.61171909808,508.234237655044,2727.69975627125,1147.21316265933,6260.47495926623,585.212709709198,1822.71234656596,492.537582456673,2482.42879930254,611.113750969231,4437.52213976199,774.049689422535,2971.83820861824,707.44913646051,3785.91023965912,830.615124503657,5336.9617041897,11087.9513854052,3639.94555389125,95238.1040755676,37966.8169311345,2411.60895375948,17314.7019460544 -238,2712.88101520155,3954.47865905631,566.123218920873,1584.39113399564,1094.40348924113,2820.13836032453,1200.06353369644,3323.35065168876,209.229148515629,1215.4315495989,1688.56683663517,6744.9528987783,944.568817606438,3934.65024072651,1068.80101474996,4446.79159912822,779.050163080768,5049.02880244825,225.344028042279,1370.09466213001,440.008234816027,2634.41139365225,993.534010153935,6046.36434946599,501.739854968094,1760.37489540564,431.064306851309,2397.52879611386,538.028217614352,4285.75720538744,686.479466921613,2870.20021865501,617.772220282727,3656.43067854968,725.325572142642,5154.43559676182,9881.72675541436,3220.16454578598,83344.487750136,32992.5722782217,2152.358527411,14982.2537940507 -239,2173.0054926795,3669.79726626703,468.605297216484,1470.33142761288,973.701292152152,2617.11768794411,1023.91368027045,3084.10392062265,191.686947930192,1127.93310133002,1571.25997518678,6259.38634220456,878.948434088647,3651.3962881218,991.891262986553,4126.66878774716,704.074377367858,4685.5511671796,191.530495889587,1271.46207606836,372.619302344142,2444.7611339379,841.487854049599,5611.08891299968,404.01182541673,1633.64618594411,374.10718909615,2224.93162319272,487.834839281944,3977.22719787501,637.375831404143,2663.57561241026,525.073687221755,3393.2056448722,616.488343271357,4783.36976704282,9603.83985890775,3015.14273546216,72459.3080624582,27431.5441878603,2112.20834447876,12259.845946577 -240,2158.52289695585,3440.02474670974,467.241650243161,1378.27136756206,1063.19343317938,2453.25530495514,1063.21693895951,2891.00270085449,208.563270091546,1057.31120813527,1705.85032149646,5867.47505491051,954.237040684941,3422.77588646202,1089.64015519243,3868.29073142917,814.146487180295,4392.18049324789,197.383578929398,1191.85357904723,395.086321284783,2291.69030067302,891.268759079375,5259.76867826872,399.009099978089,1531.36069904271,394.610987801474,2085.62470572266,531.568962618604,3728.20594470994,714.023302910601,2496.80441632251,541.119695347273,3180.75101759209,635.327940848147,4483.87449697695,11317.7440273189,3346.59921483913,77120.9333921535,28134.1852927333,2457.42078570269,12431.8078045321 -241,2283.61263652302,3288.61920822488,493.103936263597,1317.60961831633,1119.53515590178,2345.28037226234,1123.10210752377,2763.76122647187,219.167500924605,1010.77585313037,1792.37372515301,5609.23033702443,1002.6374399549,3272.12952070595,1144.97686744431,3698.03595585868,856.112262240907,4198.86779881482,208.645572580253,1139.39662125838,417.02412747807,2190.8263158003,940.808606958517,5028.27089331797,422.688994361725,1463.96104109697,415.0860671223,1993.83026966539,558.639981422492,3564.11670983419,750.287002494212,2386.91276001793,571.994029506211,3040.7568733449,671.577457017887,4286.52608157306,11863.6408833806,3515.4649749224,81274.8961025649,29733.5734221652,2575.56601578455,13154.8579587675 -242,2362.83698541394,3206.28838480639,512.34460093655,1284.62316474676,1179.50333786225,2286.56610588797,1173.32860128651,2694.57026117603,231.170198271814,985.471005408376,1891.28206208699,5468.80284355356,1057.96585742833,3190.21151782563,1208.27106532521,3605.45535409258,901.875206699217,4093.74883507551,218.048609041193,1110.87174315944,436.335751749332,2135.97881807371,984.332242120417,4902.38776219027,438.421800558449,1427.31066890896,435.07418690749,1943.91458242265,589.076932576346,3474.88878622834,791.520528336096,2327.15622375831,597.772102093006,2964.63130168498,701.843459006767,4179.21258628663,12619.5019186454,3720.45964699066,85162.1620495808,30939.5893230362,2740.96933789916,13664.5521892162 -243,2565.01110757574,3207.45804124031,555.263868623283,1285.09179625132,1286.50176421886,2287.40024693717,1277.16605940979,2695.55324245044,251.897073502958,985.830505978373,2061.04903776416,5470.79786697756,1152.93194820123,3191.37530940628,1316.80950165388,3606.77062693956,982.327528838948,4095.2422377546,237.636634782378,1111.27699001366,474.998517401279,2136.75802476613,1071.59666546302,4904.1761569631,476.505748974509,1427.83135292322,472.729746416095,1944.62372393627,641.853455910247,3476.15642829236,862.525985064351,2328.00517211329,651.471941659275,2965.71280143174,764.89237182377,4180.73716620696,13778.3829226948,4058.84815827959,92700.408112749,33638.2008257101,2993.01249540713,14858.7948072375 -244,3155.27247756755,3203.36424687317,684.068719901825,1283.45158724808,1572.37168251697,2284.48075551253,1564.87908353347,2692.11281063859,308.437540349016,984.572254952036,2523.35567005562,5463.81529036905,1411.54204260848,3187.30204200977,1612.00488854869,3602.16717551907,1203.17862785997,4090.01533240169,290.609567712965,1109.85862711582,581.987547701996,2134.03080344219,1312.87112804686,4897.9167800769,584.877963171054,1426.00896027625,580.872739147356,1942.14173054933,785.98868604043,3471.71968448388,1056.0670491574,2325.03385515833,796.695254989225,2961.92755523212,935.398877896978,4175.4011405937,16826.5174183552,4961.08033353335,113628.211704262,41286.2126190051,3654.62578386555,18229.3461016544 -245,4317.52692528654,3179.32130766418,910.395865611638,1273.81860575994,1999.20834863725,2267.3345218357,2062.01317521494,2671.90708326522,385.556674790286,977.182520582683,3148.69848546694,5422.80647315329,1761.35308410021,3163.37965812491,2011.3880496285,3575.13100986723,1513.69430874623,4059.31760887657,386.693559606216,1101.52855240504,760.013274267503,2118.01377605376,1715.67606273907,4861.15532982688,795.878705890728,1415.30601047063,744.56576135768,1927.56493192007,983.678903310891,3445.66259609433,1319.04460087647,2307.58324906725,1060.10592320709,2939.69672580915,1244.66900588389,4144.06255151678,20244.4919427162,6132.39640580234,147008.839064811,55275.9266261436,4387.12621037308,24705.0783167574 -246,4295.54275632363,3209.92731873553,902.556670686429,1286.08113055,1989.77182279197,2289.16121337218,2054.15712036505,2697.62842749517,382.886836891419,986.589452487172,3126.86026827992,5475.0095878731,1749.13698548958,3193.83220553056,1997.65038297773,3609.54731721111,1503.37162537799,4098.39498032057,385.616555235606,1112.13251212092,756.806973346241,2138.4030185386,1708.5311654894,4907.95166132241,793.60326644706,1428.93057597818,738.0314602665,1946.12080216347,976.874546917165,3478.8325645747,1309.90403951946,2329.79739845151,1057.15335602762,2967.99597015405,1241.20240054227,4183.955727468,20099.4989587228,6094.23981203683,146176.970097394,55022.6385090383,4355.62081568459,24615.4012111656 -247,4178.33156038356,3444.31348486638,876.855402904148,1379.98968223695,1932.9940661272,2456.31382063717,1995.92489846634,2894.60696376161,372.049528306001,1058.62937624616,3038.27270907714,5874.79013721486,1699.58191651905,3427.04312016723,1940.98742312101,3873.11339617214,1460.52786190177,4397.6563003886,374.725343287383,1193.3394834514,735.306864139958,2294.54739047888,1660.00425671185,5266.32612255664,771.247886761243,1533.26987282637,717.387594132331,2088.22488999879,949.242539388283,3732.85396333429,1272.81203555947,2499.91722543245,1027.29550603143,3184.71651472085,1206.14633712536,4489.46462061289,19518.5517000022,5919.46325061272,142067.313589673,53489.3874895403,4229.5992369306,23929.5873828593 -248,4049.6304822065,3676.81520487054,848.396951490106,1473.1432166402,1835.96586541914,2622.12253423928,1913.80189205408,3090.00180826911,352.594024459575,1130.09010475,2877.95901730955,6271.35648274856,1609.90390615329,3658.37903760571,1838.37166849298,4134.56042482903,1386.99361693846,4694.5115832541,359.536211210229,1273.89355719364,703.715853548616,2449.43637409242,1588.83830600787,5621.81928163672,745.279840534498,1636.77029002969,686.453359167401,2229.18647227446,899.904440098141,3984.83305025913,1205.97731392995,2668.66930254009,985.655068834176,3399.69464335276,1157.25635317538,4792.51724656479,18294.8999107304,5587.38539905536,135770.29757137,51533.6005719367,3961.80338207838,23101.3690722328 -249,3934.18902306393,3872.73266700636,822.558189578842,1551.63899744105,1769.48706900542,2761.84116672231,1852.5302632634,3254.65117967872,339.485628182727,1190.30645313056,2770.40784719244,6605.52292239491,1549.74076698366,3853.31413677229,1769.64644906532,4354.86863732954,1336.40615431101,4944.65654407238,347.938776594027,1341.7724085501,680.686412625395,2579.9535013714,1536.87111418471,5921.37542054343,723.866910661568,1723.98486662771,662.927555356515,2347.96768153866,866.565415266447,4197.16310622919,1161.03547836439,2810.86815886033,953.861135821271,3580.84585967718,1119.92713716968,5047.88439554344,17535.8293728945,5371.40228727793,131179.004431931,49956.5756571134,3796.40005996378,22414.0733257393 -250,3821.2545778226,4020.23934861045,798.581074197924,1610.7386408298,1716.3810097598,2867.03562775277,1798.16766221311,3378.61604804758,329.197311329564,1235.64347225637,2686.35382444536,6857.11755861734,1502.72171676976,4000.08119516901,1715.95306483465,4520.73916771416,1296.07117507393,5132.99122689257,337.773982020803,1392.87854276363,660.607514758088,2678.22012920304,1491.5530446362,6146.91188637223,703.027078116036,1789.64891025727,643.163306817035,2437.39831127669,840.323560370513,4357.02686528115,1125.83129584469,2917.92998579004,925.994731875387,3717.23500282582,1087.20922800835,5240.15087514097,16990.9277819315,5207.39147499963,127286.931332076,48504.2017596087,3678.25482988192,21766.8122505614 -251,3631.59961569773,4094.05766857461,756.466897701966,1640.31449690626,1601.78781484136,2919.67919818876,1693.39065822765,3440.65309083137,306.515262386887,1258.33195353503,2500.09261876333,6983.02570837685,1398.52890485382,4073.52937771308,1596.85319627737,4603.74750165133,1208.8682595513,5227.24153288268,318.211199663393,1418.4541229779,621.035053497862,2727.39673121314,1402.31701958384,6259.77947187471,666.832266792231,1822.50985818231,603.636576496197,2482.15302183494,782.669183641754,4437.0291674687,1048.03552457477,2971.50806178159,872.364096101106,3785.48965610048,1024.24156727483,5336.36881154203,15654.7734242209,4830.76656489877,119454.451685868,45859.1162620389,3386.82992901333,20619.6073817863 -252,3535.45789929822,4042.78772927178,732.375812301236,1619.77281637755,1529.8074252197,2883.1160162815,1633.27934460458,3397.56574585255,291.609649388453,1242.57384553968,2377.2819090961,6895.5771834167,1329.82971906918,4022.51651447308,1518.35258346198,4546.0947097068,1152.24746065123,5161.78071679078,307.37047448272,1400.69080289886,597.715553075023,2693.24150522856,1349.84690738677,6181.38816927152,648.255161290923,1799.6865426914,578.744985305321,2451.06898612468,744.86688736918,4381.4641914677,996.833132999496,2934.29582631777,842.644653688891,3738.08391817218,989.348008024895,5269.54139307028,14718.9360602048,4579.11413124548,114700.109535417,44409.2887248477,3182.04486353811,20019.5169033131 -253,3508.58115930578,3939.20814625327,725.962257410251,1578.27289005436,1509.50113548921,2809.24818676422,1616.9781285018,3310.51728652205,287.608750272717,1210.73807047319,2344.31246345144,6718.90676261801,1311.3869132447,3919.45629683232,1497.27826761483,4429.61998337264,1137.05857303278,5029.53160304015,304.114217987114,1364.80393991774,591.484890354155,2624.2384185565,1335.76716755244,6023.015864831,643.326454985138,1753.57707710995,572.382214793397,2388.27056074752,734.721236984561,4269.20743589363,983.088624385535,2859.11672751367,833.717748358508,3642.31110014145,978.866939916557,5134.53136119525,14466.9764649271,4510.69425244734,113406.036312064,44007.7413645017,3126.91042283324,19848.1240900182 -254,3527.94322138221,3856.35747693153,731.134714614339,1545.0781563773,1519.41302712345,2750.16319203357,1625.16428456288,3240.88944183696,289.57163944938,1185.2734451506,2360.38245372802,6577.59259445892,1320.37631857067,3837.02105464316,1507.47407081698,4336.45481747185,1144.7440598604,4923.7489065652,305.927737086233,1336.09895259111,594.509252153761,2569.04460767752,1342.64058824479,5896.33789372369,645.979721847256,1716.69529042802,576.031834441948,2338.03970034793,739.720858791362,4179.41611733292,989.811605770303,2798.98288189071,838.689443105074,3565.70486322255,984.704200347142,5026.54027665885,14575.7178342801,4541.93002553418,114098.298686517,44249.2378048505,3150.53946884961,19953.513810309 -255,3586.76350282141,3831.33982507813,745.065427954221,1535.05464905627,1557.62862982717,2732.32184156492,1660.48350369657,3219.86456428444,297.340359928494,1177.5841272958,2424.2571894711,6534.92125951499,1356.10726051904,3812.12884548634,1548.3677052459,4308.32259229551,1174.68525513397,4891.8066821488,312.079565728323,1327.43117253245,608.02791069116,2552.37824207858,1373.03600078164,5858.08611610255,658.108336436013,1705.55843774483,589.78833298501,2322.87195109423,759.451170835603,4152.30266169521,1016.47231862185,2780.82481959964,855.554451119885,3542.57278498195,1004.50538464438,4993.93120568429,15044.5924710526,4671.81200609461,116716.415289455,45105.9510247838,3252.93200158722,20317.3677101748 -256,3717.5918197194,3916.59478642983,770.790219845673,1569.21268012452,1604.16327192807,2793.12145831472,1714.16556407649,3291.51298011772,305.831460060071,1203.78772547413,2493.05167266805,6680.33630617037,1394.59026411793,3896.95632418252,1592.21444574939,4404.19137263512,1208.79061649549,5000.65914856193,322.635336711199,1356.96916667501,627.197112950189,2609.17375443669,1416.4438905127,5988.44022934362,680.8373060738,1743.51051856555,607.886858061361,2374.5604902103,781.229754290657,4244.69968704552,1045.41594513184,2842.70372445924,884.492702262106,3621.40210309473,1038.48174822534,5105.05614666364,15412.6663460879,4798.81297181032,120395.742030423,46652.8677524282,3331.69548830846,21032.326551425 -257,3797.84544641025,4164.4320047023,784.308450798606,1668.51049537654,1616.2862412834,2969.86668989301,1739.5617274635,3499.79580368847,307.260788434738,1279.96190675674,2503.73964703237,7103.0596302636,1400.5690190531,4143.55084513246,1598.99441663035,4682.88309288031,1216.1319786865,5317.09460346332,327.765696426984,1442.83647792086,635.508140228114,2774.27900543933,1435.35688203841,6367.38123528423,694.84658282185,1853.83768298073,614.213757787859,2524.81970736303,785.082760288394,4513.29897295692,1050.11643876253,3022.58645980981,898.557391439823,3850.55989766331,1054.99508176463,5428.0977130002,15348.2977696133,4808.16922020681,121782.734772576,47480.7541108785,3315.94279096421,21445.3288125817 -258,3814.27112764713,4176.3884919931,783.573931935345,1673.30095047582,1593.3506520655,2978.39346456312,1733.17819135405,3509.84405612721,301.703465814905,1283.63680125702,2457.15057765554,7123.45320184771,1374.50752049712,4155.4473805934,1569.24782665274,4696.32810341743,1196.62494616299,5332.36049662199,326.734130147169,1446.97900107683,631.90365942927,2782.24422893973,1427.35477681364,6385.66260300242,697.864964702977,1859.16023037032,607.832563379328,2532.06870907769,771.156595599833,4526.25709107455,1030.87234535834,3031.26459804121,895.729391085935,3861.6152277604,1051.67473017328,5443.68230682847,14886.0070075387,4704.00292662245,120719.903611997,47463.2684649579,3213.5502582266,21490.6390548951 -259,3775.85173176582,4033.88533823843,772.309956316584,1616.20600754112,1562.05550609094,2876.76727182836,1707.25116058274,3390.08416114998,294.957608037892,1239.83764492724,2401.51344973236,6880.39282831368,1343.38462088946,4013.65876151943,1533.68188437254,4536.08401523294,1170.85405276081,5150.41425546596,322.405917957708,1397.6064220015,621.665120556826,2687.31087254825,1404.38998183646,6167.77648884286,690.091959092608,1795.72355615504,596.471832727681,2445.67162766181,754.060182050471,4371.81602041766,1007.68872954295,2927.83438173975,883.863759334485,3729.85249792866,1037.74330714002,5257.93763813954,14454.4537918172,4590.12754491579,118635.916744705,46856.7527767825,3119.03407416111,21249.1825606633 -260,3713.85902433658,3768.50327976036,761.159950717634,1509.8787222462,1547.54151513852,2687.50992900722,1684.97298135441,3167.05662376024,292.671089416202,1158.27095703197,2383.3983182746,6427.74416361142,1333.25118232452,3749.60737313125,1522.13713183618,4237.66320937094,1160.89684876065,4811.57776842608,318.022170323942,1305.66041012629,614.047548131253,2510.51752535837,1387.10854817198,5762.00957094713,679.109539158646,1677.58613433181,590.032997378328,2284.7752916262,748.109627923773,4084.20211037714,999.973564251165,2735.21742563949,871.845879240663,3484.47221298676,1023.63312952309,4912.02738121385,14413.3927510937,4561.3510012209,117287.339020638,46176.1928723102,3111.15772548899,20920.7154006911 -261,3362.84125684719,3618.00747475778,685.619281533999,1449.58146445128,1384.46587996317,2580.18377318547,1516.43370670895,3040.5796909574,260.941233144562,1112.01521379677,2124.23333266819,6171.05113180522,1188.27666387013,3599.86617930142,1356.5865761758,4068.43142458008,1036.14489419263,4619.42661030428,286.80136922927,1253.51864457781,551.770007081696,2410.25959060187,1246.59966274618,5531.90276077942,614.127807102396,1610.59145315338,528.249995134434,2193.53241050414,667.16474669507,3921.09882008798,891.413678187862,2625.98606300821,786.255221352707,3345.31923585683,923.141247783519,4715.86475110531,12741.8081057066,4057.16741957409,105247.841123402,41670.4269517286,2748.84568657128,18915.5394535047 -262,2945.3707597312,3547.89306788488,607.04278993459,1421.48960856014,1230.55162957336,2530.18165015445,1336.67424486377,2981.6554230921,233.505043573167,1090.46515131266,1901.77989280075,6051.46055801354,1063.8382477475,3530.103337808,1214.42304942651,3989.5881225063,925.946141060097,4529.90541413924,251.857605078016,1229.22634643252,487.520221853044,2363.55047715094,1101.18185998401,5424.69842699717,537.60750765071,1579.37933840783,471.204608506252,2151.02331537595,596.82937452311,3845.11071890836,797.859817273116,2575.09632423655,690.458199562069,3280.48933275158,810.666087265528,4624.47465248792,11528.8101995476,3638.61318757078,93291.0343366391,36635.2069200131,2488.92618039119,16573.6377689594 -263,2414.00840458884,3327.80270191267,514.967940965374,1333.30877498158,1131.64379508531,2373.22409965796,1160.44471591454,2796.69110181322,219.747354517379,1022.81912319394,1795.21030269559,5676.06362710389,1004.22419544323,3311.11654179357,1146.69767798287,3742.09759977635,861.96895767043,4248.89679258803,216.36130686095,1152.97239196644,428.762911908334,2216.9297420959,967.600812879279,5088.18212302681,445.214219157604,1481.40395697776,423.379416145401,2017.58651228253,560.517207703211,3606.58272239444,751.905491306915,2415.35253219696,593.146426306376,3076.9871177754,696.412458993609,4337.59951301195,11625.3322651656,3498.93452204042,83124.3230140198,31020.3972804687,2520.43157507969,13812.3189996381 -264,2507.62888800509,3126.42683888313,559.277313746597,1252.62604547588,1308.16913723475,2229.61280594862,1262.3392976791,2627.45448092492,260.880327032339,960.925104195184,2140.17992906645,5332.58707097823,1197.19704379111,3110.75041106959,1363.7796346717,3515.65144259804,999.12571384008,3991.78261390217,230.183778210413,1083.20238716777,458.638218641075,2082.77631411959,1034.81076866833,4780.28013542187,459.822930330283,1391.7595197759,487.090312725075,1895.4959734071,663.564166712953,3388.33699890483,891.42450738504,2269.19191383692,631.040214260456,2890.78889874737,740.903506868612,4075.11765226124,14350.5445280557,4182.49170144151,93183.7419398375,33151.7113863723,3078.88658916878,14475.5541526677 -265,2580.29642373702,2982.81901415982,570.333463893001,1195.08850794411,1311.99349673328,2127.19881658052,1282.76267113224,2506.76621856982,260.275817527114,916.786420948468,2134.01065119414,5087.64251641945,1193.74600627284,2967.86266003223,1359.88172408326,3354.1651573993,999.134880407303,3808.42594269486,234.45582575734,1033.44707652956,464.757990317579,1987.10704332904,1048.82024917544,4560.70498871502,472.981317422486,1327.83109046253,490.026787150783,1808.42914998831,662.280084767605,3232.69871567666,889.142758059381,2164.95991628208,642.751872746135,2758.0047566973,754.654150087849,3887.93310847007,14149.0871677118,4157.90616843648,94037.8867403542,33857.9374893382,3033.60884521042,14850.034578652 -266,2754.16864150828,2915.82368900965,615.684876851567,1168.24633522332,1457.49539269785,2079.42106818233,1398.43171422191,2450.46323233723,290.509350337813,896.19502600525,2383.93228608967,4973.37200150812,1333.549879028,2901.20326066337,1519.30318248777,3278.82924722151,1111.85133118036,3722.88715099144,255.189317367506,1010.23543593423,508.506879946446,1942.47581299155,1147.32400635946,4458.26970444785,506.851916985968,1298.00746548637,539.467376291904,1767.81109762262,738.783742020323,3160.09099105737,992.788866988304,2116.33403826539,699.591964127756,2696.05885097405,821.390028536942,3800.60855356829,16075.855927545,4671.07452485715,103335.224769552,36590.7860542944,3450.16408962737,15963.4106604314 -267,3144.12493373671,2902.50260149542,709.850524678662,1162.90914294782,1729.46170570455,2069.92112820564,1629.88814885065,2439.26816752882,346.32189319034,892.100713850427,2844.17391554792,4950.65090080418,1591.0048297701,2887.94896731308,1812.77877950016,3263.84975051494,1321.4482160427,3705.87895336589,296.903406808871,1005.6201244177,594.778160087132,1933.60151431682,1341.70908803344,4437.90187455511,580.794237755323,1292.07745294582,634.155714077018,1759.73476350516,880.248970120074,3145.65395605986,1183.92346124087,2106.66545952404,813.949579349,2683.74177020106,955.65715801592,3783.24528179701,19476.0757516271,5601.20611970445,121374.664335527,42285.4034964459,4183.66354175287,18349.5299406402 -268,3814.04536249654,2901.91777643003,859.589130090086,1162.67482845825,2067.47118890854,2069.50405992859,1960.74715725429,2438.7766795402,414.05850633714,891.920964534083,3399.49608144653,4949.65339446766,1901.64696146016,2887.36707465852,2166.51637293294,3263.19211763538,1581.38802480574,3705.13225605023,356.842883341624,1005.41750208251,714.864173733725,1933.21191307013,1612.59991761952,4437.00768198742,702.680004083419,1291.81711234164,762.712407048574,1759.38019465909,1052.61798034682,3145.02013844344,1415.31287077291,2106.240987634,978.271411269373,2683.20102324172,1148.58721029089,3782.48299594474,23150.9067600837,6678.77860677838,145769.500598931,51045.8419607946,4971.49628662841,22175.3456641042 -269,4582.37648924497,2872.1565133757,972.695577231554,1150.75075821151,2082.15747893741,2048.2798008473,2152.14950634953,2413.7652629935,402.888028524731,882.773670746237,3294.22788797256,4898.89112342849,1842.76089850786,2857.75503956183,2099.08933275253,3229.7257252384,1562.26957741537,3667.13344828971,399.008155868668,995.106219315661,769.971599293171,1913.38542840817,1739.3734870661,4391.50296304938,833.669852641228,1278.56859468523,789.770207180405,1741.33647984017,1027.06066798007,3112.76568505691,1374.70900666814,2084.63996482145,1093.86592803629,2655.68285848565,1284.30658428953,3743.69090047077,20641.3641776793,6321.87897764044,153451.037566662,58190.4833846965,4410.05226154469,26005.9116387344 -270,4550.98622831865,2824.39554337461,961.973142733294,1131.61497219647,2065.00779167839,2014.21904208763,2138.42960720328,2373.62686183791,398.488057170835,868.094064460886,3258.05560666852,4817.42766874033,1822.5264557602,2810.23355106379,2076.26717753859,3176.0187518348,1545.66081932354,3606.15284023506,396.955498676869,978.558639799261,764.610463203046,1881.56782250086,1727.38447685763,4318.4768447647,829.786550699586,1257.30733123712,780.164042987619,1712.37986867078,1015.88507340121,3061.00363524797,1359.66073501075,2049.97457442255,1088.23864515743,2611.52161979763,1277.69959867296,3681.43722176001,20388.821200091,6255.41158496147,152109.702353056,57792.488907274,4355.71896879466,25860.6880706491 -271,4450.04826460932,2941.10126381468,940.945513217041,1178.37398259809,2027.12966590645,2097.44778282912,2094.01041834866,2471.70654958438,391.692456329269,903.964232660348,3202.83999730693,5016.48667379617,1791.63934977391,2926.3540894746,2041.01995920272,3307.2537544652,1518.22103908455,3755.16124177566,388.578136746345,1018.99327060674,749.091842481908,1959.31533516668,1692.27142519048,4496.91890205879,810.910868729545,1309.26002541652,765.562980533212,1783.13643345474,998.488326662919,3187.48614417251,1336.53553053272,2134.68075523814,1065.27242091402,2719.43126184414,1250.73498422059,3833.55641916784,20089.0370086513,6152.063781064,149173.560542052,56559.4712371717,4292.33012725295,25289.7759739701 -272,4339.55175390592,3114.92521833347,917.748289027455,1248.017836102,1947.90252320741,2221.41041971404,2026.00487290324,2617.78849927608,375.963263265982,957.390015579759,3073.08432188296,5312.96934243407,1719.05521377537,3099.30646157177,1958.14520847785,3502.71792745074,1459.59136165551,3977.09748889914,376.041878393756,1079.21746013198,723.90883982843,2075.1141156773,1635.46907143813,4762.6942550952,788.852296434188,1386.63946076996,740.553325550975,1888.52274916004,958.630715329153,3375.8718530805,1282.66078065716,2260.84392244217,1030.90473775951,2880.15415220891,1210.38393147198,4060.12595108064,19123.9336905974,5886.20945336372,144038.655848228,54920.268064473,4084.05250504447,24588.4929978622 -273,4209.53319092434,3314.61157272268,888.042533938095,1328.02365147026,1871.15228511131,2363.8168395228,1956.64977202554,2785.60525420354,360.65085304991,1018.76475447061,2947.16631702968,5653.56418969653,1648.61783553298,3297.99155513472,1877.88686410943,3727.26424055952,1401.46089563443,4232.05452412249,363.137954233582,1148.40210666491,698.5277478349,2208.14201960974,1578.17472501267,5068.01299831023,765.014194611209,1475.53179665773,713.113011183476,2009.58896954353,919.745531832785,3592.28653272005,1230.28492920075,2405.778278509,995.529112551932,3064.79020040311,1168.84945525055,4320.40563444527,18239.8822411217,5635.51783448661,138787.398779087,53136.6598577538,3893.88598041934,23817.7177614436 -274,4113.46507620617,3472.12531632876,868.975816074985,1391.1326982925,1837.48424653989,2476.14784163974,1916.57035982903,2917.98007465284,354.501091244764,1067.1775011258,2897.29444150789,5922.22736204673,1620.71996529688,3454.71549844847,1846.12458390564,3904.38766243225,1376.89496257714,4433.1660983188,355.562901466314,1202.97535333867,684.564361363259,2313.07519452076,1546.57435313376,5308.85017711498,747.810384134165,1545.65058192174,699.549946079972,2105.08669974734,903.981986661339,3762.99567539333,1209.37467065451,2520.10333127012,974.762388856391,3210.43217601359,1144.46727157271,4525.71574407578,17982.0826766682,5544.62784597381,136099.52811959,51994.5324999534,3839.5526876693,23289.7281125605 -275,3949.31491397289,3651.14774248648,834.180043070662,1462.85935792211,1750.58065144516,2603.81777107773,1832.84637354473,3068.43082883144,337.667946766646,1122.2010639258,2759.18290570595,6227.57679906886,1543.46163756008,3632.84027617708,1758.02783149741,4105.69749094039,1312.49843416904,4661.73968889426,339.884384008787,1265.00063950846,654.319477281189,2432.33711495346,1478.24997467045,5582.57394922234,717.177138304573,1625.34416782615,668.92463699743,2213.62475466397,861.16962630183,3957.01534751226,1151.85287982188,2650.03960125739,931.780319952128,3375.96173062439,1094.00207955487,4759.06118491987,17053.6070930048,5271.91128491856,130020.528021681,49810.5461077846,3640.3306142525,22323.1892421634 -276,3889.26164635632,3649.78314226305,819.91126283032,1462.31262074589,1712.43088426341,2602.84460577115,1799.14958255347,3067.28401646176,329.863801185525,1121.78164627125,2694.92199578119,6225.24926994903,1507.51467331264,3631.48251828773,1717.06574842443,4104.16300477094,1283.02044732858,4659.99738442736,333.820181000711,1264.5278511479,641.84388151139,2431.42803977913,1450.13479014922,5580.48748704779,705.95913340067,1624.7367026752,655.249718138081,2212.79742226116,841.369228829482,3955.53643063237,1125.14367981667,2649.04916074744,915.155534333928,3374.69997994849,1074.48294006564,4757.28250697685,16591.1928653577,5143.43981009892,127429.216100285,48963.2053388432,3540.7195775441,21964.3070234179 -277,3915.1833147212,3496.88304523053,828.046989735093,1401.05206555978,1740.49214013492,2493.80382793024,1820.19947958364,2938.78651251074,336.147212504601,1074.7869301803,2746.98937475729,5964.45535964654,1536.64068806567,3479.34908795087,1750.26715184907,3932.22760554125,1306.1813181217,4464.77645636738,337.109790711435,1211.55307878349,650.117396760457,2329.5684035435,1468.65716726106,5346.70453474631,711.406648800683,1556.67172735797,665.402548464825,2120.09686242262,857.242449438688,3789.82743355361,1146.70694044567,2538.07273887952,924.173876255448,3233.32392162469,1085.07136375845,4557.98602042536,17009.1378667336,5250.43534399746,129214.562836474,49425.1909382511,3631.27506546082,22135.1470620952 -278,3956.86936088662,3392.71863714664,839.436982089754,1359.31782474701,1770.12790801025,2419.51893013591,1843.49472581318,2851.24656519162,342.309721922632,1042.77140579746,2797.82289815892,5786.78743251134,1565.07649531505,3375.70697765555,1782.59569908625,3815.09524632753,1329.35225039923,4331.7806453011,341.569375393001,1175.46359346718,658.820812463455,2260.17571562476,1488.30976757736,5187.4380377381,718.256256215869,1510.30192117234,675.872998622662,2056.94386819939,872.858853658825,3676.93686036312,1167.81385120953,2462.46916818538,936.399660777914,3137.01035663462,1099.42564169862,4422.21370269806,17386.8661410587,5352.54658505817,131161.4640161,50022.9753107052,3712.77500458588,22381.9526104337 -279,3960.29119705423,3363.99707220198,838.101866376951,1347.81031724066,1756.73183244081,2399.03613226229,1839.23627480704,2827.1089127206,339.134603884611,1033.94366914812,2771.2403328073,5737.79852159959,1550.2064518093,3347.12942744808,1765.71294496019,3782.79798928778,1318.33720801555,4295.10931105963,340.70008868166,1165.51253133954,656.768234212373,2241.04186146665,1483.70561797555,5143.52300839673,719.496226787843,1497.51623530967,672.239056334212,2039.53050351563,864.894824494782,3645.80920371749,1156.86897037434,2441.62276867441,934.016543788337,3110.4535282246,1096.62762709518,4384.77679393983,17137.8483128907,5294.94485930625,130504.370727189,49967.2141481767,3658.44171183584,22384.1430216008 -280,4161.42988622786,3481.15766568634,882.702197646995,1394.75157589309,1861.22132891869,2482.5892659344,1938.64167913277,2925.57087655414,359.89685972533,1069.95364516974,2941.55037549527,5937.63338044632,1645.47632929241,3463.70255809355,1874.17306521475,3914.54449439586,1397.68141771136,4444.69848880365,359.206781475006,1206.10476045103,692.804154838499,2319.09240338964,1565.08298403032,5322.6605627198,755.414866574251,1549.67142067863,710.648393988244,2110.56284958868,917.70837292556,3772.7846917665,1227.81028562146,2526.65910090153,984.751949542648,3218.78375965783,1156.19600197256,4537.48889221112,18277.57241942,5627.37059480031,137918.41570386,52606.2570525149,3902.94152921101,23538.9219397772 -281,4271.72379042888,3867.20928695053,903.980145539385,1549.42601435411,1895.41940651958,2757.90216557524,1982.40460166998,3250.00932160065,365.925719629431,1188.60881079662,2990.1883954426,6596.10197426732,1672.68399202486,3847.81845186916,1905.14021762256,4348.65762390686,1422.20635859273,4937.60436162479,367.557352386296,1339.85874200038,707.859153331879,2576.27391257978,1599.18455792066,5912.93021925712,775.04542356919,1721.52607991361,724.866172740401,2344.6189562382,933.215101707937,4191.17701604809,1248.26419430257,2806.85923429383,1007.64472720937,3575.73877527323,1183.07438289337,5040.68498716909,18495.0673017534,5713.05313672123,140766.963210735,53882.7638086467,3948.21927316938,24137.586111581 -282,4300.26594488871,4002.10967073316,906.149613652606,1603.47485124651,1880.04748615971,2854.10643924268,1983.17921643681,3363.37983564562,361.862958752901,1230.07121245276,2955.79438510227,6826.19469016987,1653.44429776162,3982.04242253312,1883.25999816392,4500.35243504208,1408.71479322949,5109.84348134287,367.831249626562,1386.59721543141,707.096276442588,2666.14242337099,1597.57360300341,6119.1917625745,780.491670186683,1781.57830663323,721.166566580794,2426.40661590478,923.104238198908,4337.37840987326,1234.19166780533,2904.77128400052,1008.39560624406,3700.47175383699,1183.95598900572,5216.51988226799,18123.589789888,5634.05294299836,140236.93511999,54041.1073328766,3866.71933404432,24259.6501495603 -283,4295.9521831543,3920.94851005174,904.063542811394,1570.9570317069,1879.96815086283,2796.2263184126,1981.45722499131,3295.17185692137,361.687979707776,1205.12586723807,2954.42442568049,6687.76223087396,1652.67795501277,3901.28821750499,1882.38930418238,4409.08711321081,1407.6650966384,5006.21792833043,367.831249626562,1358.47758637051,706.434564874779,2612.07413653589,1596.13637837496,5995.09703585709,779.467015683959,1745.44862126538,720.26523576338,2377.20007399714,922.645443139649,4249.41813516261,1233.60546911644,2845.86370067076,1008.39560624406,3625.42768775192,1183.95598900572,5110.73097511767,18123.0491978763,5632.98251666342,140140.116813093,53993.2692054564,3866.71933404432,24241.6298584644 -284,4191.60120449953,3750.43858104519,881.575638394269,1502.640967045,1830.46188311434,2674.62708041789,1931.38572684375,3151.87501995764,352.013141774359,1152.7186689441,2875.23006596352,6396.93212681224,1608.37735577323,3731.63325384109,1831.92515349797,4217.34954544373,1370.30096278274,4788.5129874564,358.597996494314,1299.40159590157,688.43346544863,2498.48310762061,1555.48769136595,5734.38879973748,760.42921227072,1669.54445681804,701.60266055416,2273.82299194352,898.000278685641,4064.62407763081,1200.57793235724,2722.10588637667,983.082988299414,3467.76904569829,1154.2364767157,4888.48108494316,17615.1782004533,5480.06317300626,136531.439241086,52651.79049685,3758.05274854425,23646.3135218631 -285,3783.29914633406,3647.96367529848,790.956462869369,1461.58363784427,1628.00432411383,2601.54705202905,1730.3991650816,3065.75493330219,311.901210066808,1121.22242273186,2546.53130384162,6222.14589778926,1424.50627981104,3629.67217443526,1622.45900348312,4102.11702321168,1215.74917682159,4657.67431180484,322.019254263292,1263.89746666716,615.733634402397,2430.21593954668,1391.4419724862,5577.70553748171,685.41031115511,1623.92674914058,624.856891029005,2211.69431239075,795.896401346848,3953.56454145919,1063.58154359172,2647.72857340084,882.80373528558,3373.01764571396,1036.49873426265,4754.91093638617,15459.6635175208,4842.0688196226,121891.367344726,47326.4387541634,3296.21976016893,21305.4797830186 -286,3381.88722988706,3649.39325468403,718.778335827348,1462.15640940257,1507.76793172755,2602.56655725639,1572.46705411552,3066.95635427123,291.889860858128,1121.66181210215,2385.5476903601,6224.58425855738,1334.4535213764,3631.09458567033,1519.82445567976,4103.724578126,1133.91197228212,4659.49958085174,291.050689127134,1264.39276813522,561.966388540741,2431.1683028153,1269.45964332326,5579.89135224435,613.198131634889,1624.5631404018,578.019510679524,2212.56104048279,744.329469347868,3955.11388100064,995.771631970652,2648.76617643749,797.90457283897,3374.33947809021,936.818736434591,4756.77431093148,14801.4985194326,4559.27664138783,111912.712343702,42709.7276833571,3160.38652829383,19104.4449108479 -287,2724.17466115514,3445.80804341405,595.074233695356,1380.58848817734,1327.06027050637,2457.37966578527,1324.92195067336,2895.86299333001,261.300196572096,1059.0887373322,2140.30711196511,5877.33932963126,1197.26818873936,3428.53018474802,1363.81789712282,3874.79401983133,1006.9992632982,4399.56453401552,243.053502889662,1193.85729802696,477.924778126101,2295.54304184178,1078.86216574328,5268.61128990737,497.788341557094,1533.93519019786,499.934532858792,2089.13101378006,665.327137025778,3734.4737255373,892.266645757445,2501.00199099579,666.32208287086,3186.09842879745,782.327903589446,4491.4126917605,13912.4794309609,4145.92845329544,96184.765008486,35295.116615248,2979.27555246038,15581.5469240556 -288,2711.02206662183,3250.15050422986,601.180441115165,1302.19684743023,1395.23552110428,2317.84639748039,1338.99515273902,2731.43206161503,267.132343713469,998.95227775194,2147.57850076558,5543.61622732902,1201.33573701319,3233.85370523586,1372.81924871628,3654.77808939816,1024.8913764843,4149.75143956506,241.64106199594,1126.06850128435,466.084951103009,2165.199071139,1052.90908422815,4969.45257099046,506.231676731492,1446.8363208468,509.88403398234,1970.50739109428,688.662156297218,3522.42536704467,938.99325964113,2358.99178935723,662.449929015649,3005.18754510252,777.78161271031,4236.38433740683,14620.7882024648,4328.44438733122,96570.6698656514,34261.0599095501,3198.71698720792,15065.5827480503 -289,2842.26837653536,3126.1669159315,627.51754715148,1252.52190542213,1446.98950727164,2229.42744177048,1396.9619229902,2627.23604123029,276.292541033046,960.845215394885,2220.74124979405,5332.14373363412,1242.26230849577,3110.49179141517,1419.64555947323,3515.3591605307,1061.16639833782,3991.45074753435,252.414840098486,1083.11233255392,485.708569991874,2082.6031575434,1097.34057054834,4779.88271543207,531.057612596914,1391.64381252895,528.977434271504,1895.33838682868,712.377445661241,3388.0553014274,971.049938776397,2269.00325915525,691.985838518406,2890.54856611788,812.459686206454,4074.77885763626,15046.8620112508,4471.30360310063,100402.091668116,35815.9818877838,3290.98766953123,15783.2880655967 -290,2975.7661592317,3089.84258731795,661.338673555588,1237.96829439888,1552.49462312524,2203.52272932463,1481.96751945198,2596.70901312419,297.038382927707,949.680726009212,2388.58915210679,5270.18717584185,1336.15488721134,3074.34959906923,1527.08750021265,3474.51263352952,1138.96875977736,3945.07229990273,267.635907340289,1070.52716696581,516.180962669593,2058.40446198408,1166.08226819754,4724.34312488598,557.700262279234,1375.47368197651,564.076289930632,1873.31560421711,765.636876863145,3348.68797478123,1044.28893211902,2242.63869762441,733.713824774501,2856.96199226796,861.452461394225,4027.43218350378,16349.6874400328,4826.35640116557,106969.313217957,37781.7554246391,3578.05201453707,16601.8367912172 -291,3231.47287689464,3114.66529538184,717.149631038292,1247.91369604825,1693.25542886137,2221.2250555359,1613.39541141896,2617.57005958145,323.689996476516,957.31012677946,2603.09776850128,5312.52600508995,1456.14904187441,3099.04784191735,1664.31670631207,3502.42564538339,1240.72433749401,3976.76562253132,291.686175153408,1079.12740551813,561.980592581684,2074.94095910111,1269.59721894196,4762.29683510539,606.305860205165,1386.523753523,613.128239425294,1888.36516258162,834.292662169705,3375.59015560307,1138.04464998555,2260.6552677605,799.64673399949,2879.91381957942,938.864205620533,4059.78715645566,17847.1375441889,5264.81767406862,116456.765283972,41086.2975380949,3906.1255516866,18056.2942666563 -292,3960.02702745014,3230.46128864278,879.254016576758,1294.30821752447,2057.81539349501,2303.80502390143,1967.36347492953,2714.88521104531,393.881560126657,992.900685146532,3167.11751284457,5510.03333481686,1771.6565192584,3214.26321467347,2024.73132633878,3632.63766432202,1510.42604566224,4124.61249580844,355.142865671869,1119.24684626907,685.154367476859,2152.08242584977,1547.78529331181,4939.34792725391,741.32329132582,1438.07147374101,749.021365337516,1958.57017625186,1015.30321231128,3501.0867267722,1384.69193975112,2344.70115947767,973.610876444074,2986.98230033674,1143.11528232511,4210.72057678394,21645.2536006533,6394.39725138669,141985.009551179,50208.6925071851,4736.56169259635,22065.0113810541 -293,5264.18078807762,3495.32350121759,1130.7937816144,1400.42722271191,2503.56065021317,2492.69163836628,2497.41693398174,2937.4758690458,470.821002389534,1074.30759544121,3778.92658296952,5961.79532483089,2113.89690763438,3477.79736375282,2415.66619683096,3930.47390604933,1818.35529159923,4462.78525011268,456.080154265816,1211.0127489166,862.23749128932,2328.52945988726,1949.35798497282,5344.32000517004,978.271749166221,1555.97748107032,921.816462843848,2119.15133913063,1215.06298616057,3788.13724185786,1653.14316985685,2536.94080621459,1250.32667595176,3231.88192001965,1468.00694790852,4555.95324445966,24797.9855075522,7547.34721299579,176536.676217318,65036.5185955053,5413.21336296726,29006.0577684868 -294,5315.6663577914,4123.29907942254,1142.72163171705,1652.0302845201,2561.47747959939,2940.53272441867,2541.34528652878,3465.22762269164,481.838798164828,1267.31946778497,3868.38690624113,7032.90129397683,2163.94019282868,4102.62416722939,2473.14020488097,4636.62932282577,1859.07692832832,5264.57659985978,464.019030562076,1428.58529433322,878.123464387885,2746.87689852365,1985.19527874179,6304.48934119569,990.969949222743,1835.5269585389,937.400230614632,2499.88155967553,1243.28143383196,4468.72021906919,1692.13383035716,2992.7317706559,1272.0908082374,3812.52714976949,1493.56018773378,5374.48330955024,25540.0634831825,7744.8440781014,179848.72166562,65944.3096857089,5577.25013154202,29382.7513164025 -295,5184.98102038776,4644.44603456202,1114.21692287545,1860.83166807058,2501.54938586629,3312.18892647942,2479.37662929471,3903.20041817556,470.867976892093,1427.49695408985,3780.41795070159,7921.79512014717,2114.73116507965,4621.1580042492,2416.8347899778,5222.65648388232,1816.06697046093,5929.9705022346,452.650582006234,1609.14529300377,856.857195420654,3094.05679118597,1937.09611839232,7101.31861808956,965.973500638427,2067.52062843609,915.549033209356,2815.8435207023,1214.95074915735,5033.525218823,1653.6385445125,3370.98545048476,1240.92463194008,4294.39540070587,1456.96802008338,6053.76840584558,24975.5489838811,7568.81064180325,175597.645371852,64331.8171203874,5454.22255511095,28654.2521035432 -296,5061.22911579801,4821.51902912778,1088.03671835199,1931.777273509,2413.64598617989,3438.46861783869,2404.46394813063,4052.01286669869,454.098461518996,1481.92134798164,3644.9199975534,8223.81951096199,2038.93485153347,4797.34312516236,2330.01703765977,5421.77418625359,1753.3659245856,6156.05508297973,439.027481432053,1670.49516629398,830.338087838474,3212.0200309986,1877.20924444862,7372.06172581722,940.777076289747,2146.34640577946,888.167804268991,2923.19967054857,1171.86202318921,5225.43214961444,1594.49017973221,3499.50680349715,1203.57741150579,4458.12245185335,1413.11869643292,6284.5728746786,23950.6409956434,7282.61431361735,170065.111021259,62577.7142778161,5228.67199832064,27899.1255257231 -297,4905.50847966391,4818.0750452913,1051.95143436545,1930.39741590283,2318.44673954463,3436.01253910696,2320.55711975517,4049.11853677199,435.719348751644,1480.8628199247,3496.73028983137,8217.94528308924,1956.03888676173,4793.91641003767,2235.25436439398,5417.90144354539,1683.66213771907,6151.65784757027,423.70786291633,1669.30194102267,800.82215212121,3209.72570321468,1810.52840178976,7366.79590372425,911.471414749979,2144.81328265284,854.956530441256,2921.11164551842,1124.57174071518,5221.69965291513,1529.75760314211,3497.00712553382,1161.57925062013,4454.93804014151,1363.80870955881,6280.0838397357,22876.6047237524,6977.00865131764,163800.704471927,60503.2599541784,4992.86914349442,27003.7864654833 -298,4712.76277665319,4842.11798450029,1007.11125372776,1940.03039739097,2202.93636417661,3453.15877278379,2217.0500324037,4069.32426414537,413.198113780744,1488.25255429406,3315.1947068066,8258.954100305,1854.48954486367,4817.83879392253,2119.17079884829,5444.93760919723,1598.15078945501,6182.3555710954,405.217789586288,1677.63201573346,764.337894994222,3225.74273060311,1728.18004869718,7403.55735397427,874.881966004993,2155.51623245846,814.045258335842,2935.68844414768,1066.61273645029,5247.75674130468,1450.45153408183,3514.4577316249,1110.88940650255,4477.16886956448,1304.29382854072,6311.42242881263,21568.7087816751,6604.44447569692,156107.528250614,57946.6054579512,4705.80479848858,25904.2607905659 -299,4516.18356467758,4917.36588385001,964.438675895356,1970.17902502572,2093.22050175576,3506.82184844712,2115.15490960548,4132.5627278982,392.487502763001,1511.38042494301,3148.46533029291,8387.30061083262,1761.22265923205,4892.70938770168,2012.48840640845,5529.55349804873,1519.15969149745,6278.43114613241,386.505135187481,1703.70289741579,728.828303006792,3275.87169588183,1647.91126860802,7518.61075423939,837.357830083049,2189.01357164472,776.238299745633,2981.30988279797,1013.26912749597,5329.30838303367,1377.58407173095,3569.07341065309,1059.58936471415,4546.7453552154,1244.06251521931,6409.503739759,20399.1398915923,6262.61616912134,148754.589572232,55394.0710220426,4449.49734759051,24780.0650195497 -300,4463.30810466719,4876.68783161454,952.402201668414,1953.88106242009,2063.41404385378,3477.81227590339,2087.71128176866,4098.37682298844,386.724039539558,1498.87779379339,3102.05485848332,8317.91812833675,1735.26106651884,4852.23530203326,1982.81354833353,5483.81123047186,1497.18757899154,6226.49391873228,381.576147534198,1689.60931213217,719.206250020939,3248.77261822332,1626.18457359968,7456.41435717983,827.381567974913,2170.90533839246,765.574550485808,2956.64751639956,998.426908450025,5285.22260827041,1357.30252378706,3539.54887291073,1046.07672951024,4509.13319670829,1228.1973475432,6356.4822371725,20071.7770938356,6167.97858703518,146740.772945916,54706.5456607756,4377.73126133905,24481.449192666 -301,4427.55251346012,4843.87246599959,943.671443711547,1940.73334338509,2036.166917364,3454.40998211004,2066.23429682994,4070.7987334084,381.493194238987,1488.7918041804,3059.75069088733,8261.94663006552,1711.59650276039,4819.58447815774,1955.7545570126,5446.91051492376,1477.5925682452,6184.59567109013,377.464411402975,1678.23988492286,711.58815185151,3226.91153854221,1608.94768015319,7406.23994131479,820.720905554333,2156.2972570769,757.001042558962,2936.75215450738,984.994561322974,5249.65820098512,1338.84109855846,3515.73115186991,1034.8045587717,4478.79111627058,1214.96270632467,6313.70929458522,19745.924597264,6078.40645655739,145063.72942701,54194.8577943695,4305.96517508759,24264.1575889095 -302,4448.01868404332,4779.73629962052,949.156832134053,1915.0367137809,2045.67726215565,3408.67124416653,2074.07766569074,4016.89858911388,383.292074566506,1469.07918797777,3074.18405546539,8152.55283669042,1719.67039466552,4755.76990125902,1964.90254735192,5374.78971457462,1484.59619563687,6102.70741748053,379.222944241939,1656.01884726365,714.241883427638,3184.18503474195,1615.0068647278,7308.17628657291,823.41338045725,2127.74641462319,760.546035185737,2897.86755832577,989.638015884358,5180.14915544872,1345.15586160394,3469.18047992651,1039.62551074369,4419.48887529984,1220.6229798568,6230.11148877407,19839.9453339837,6106.58582978161,145718.669856708,54430.7551568909,4326.46977115944,24368.7217767013 -303,4477.00790636574,4738.14851390277,954.654289903703,1898.37425972445,2054.24890823613,3379.01289475175,2086.94931446829,3981.94814262434,384.724132653136,1456.29694505846,3085.50704196803,8081.61866811467,1726.00436957283,4714.39064366437,1972.20930583613,5328.02445621812,1490.66644228457,6049.60865376914,381.32808794451,1641.61006973966,718.574681440336,3156.47990696722,1624.77115935786,7244.58891473031,829.733017440042,2109.23320460362,764.408772832104,2872.65363699215,993.369615083947,5135.07743609887,1350.13336584198,3438.99564851084,1045.39668342775,4381.03554967546,1227.39890630924,6175.90420089223,19888.5126183118,6127.54375101659,146448.958008844,54768.2869116993,4336.72206919536,24528.1185045359 -304,4627.64509114485,4750.16998665884,984.309181557236,1903.19075173122,2106.11566183852,3387.58601383771,2146.66842526546,3992.05100895962,393.872586347073,1459.99181321179,3158.29694906348,8102.12308209803,1766.72237669409,4726.35183874257,2018.62657174582,5341.54254258797,1526.99546980853,6064.9575195556,392.857102671695,1645.77510818697,738.541396888157,3164.48842276096,1670.07468057646,7262.96964467405,855.975715593635,2114.58468090938,784.635885031024,2879.94203821753,1017.11296369877,5148.10598370924,1382.06620131334,3447.72095384383,1077.00304587525,4392.15096730099,1264.50789595447,6191.57349953858,20270.0977938949,6263.89458248719,150463.161971193,56466.1862692387,4418.74045348274,25317.7613673229 -305,4711.75366351722,4948.29679703511,997.580324026108,1982.57172425161,2111.72999059484,3528.88024408251,2169.18779371406,4158.55712042214,393.825611844515,1520.88721736354,3156.80558133142,8440.05789454484,1765.88811924883,4923.48520810747,2017.61384067971,5564.33515620483,1528.92897814917,6317.92334852424,397.512552214366,1714.41942485302,745.257662634439,3296.47738303715,1685.44412382974,7565.90385831281,870.484363913133,2202.78277050949,789.170732670049,3000.06273530903,1017.22520070199,5362.83047165304,1381.57082665768,3591.52337724572,1089.76578658498,4575.34501389015,1279.49261346598,6449.8204069375,20092.5129506793,6246.30299027904,151519.436105942,57252.4198462107,4377.73126133905,25725.7912269629 -306,4738.44476375465,4913.66197075874,998.790853573753,1968.6950248404,2092.22895451399,3504.18040104215,2167.32705832737,4129.4499529797,389.103897215535,1510.24200614846,3117.86203408301,8380.9830348648,1744.10345572249,4889.02404665102,1992.7422816201,5525.38846618532,1512.89250904006,6273.70203630735,397.363043898599,1702.41961534681,743.66963709338,3273.40420732266,1681.96985459757,7512.94750251916,875.498825235709,2187.36473846524,784.261857097507,2979.06426736792,1005.25884399544,5325.29418202574,1364.68183681655,3566.3850734332,1089.35591513206,4543.32060504598,1279.01138391836,6404.67590197533,19679.4919608567,6155.43475341539,150785.12371687,57362.6451132592,4285.46057901574,25829.2849328822 -307,4658.18923362664,4775.05767388485,975.880157278942,1913.16218776268,2024.68976411026,3405.33467996974,2113.73095699706,4012.96666401624,375.21024164134,1467.64118569778,3005.38289587311,8144.57274299442,1681.18365635226,4751.11473493641,1920.791229037,5369.52862318671,1460.80300042514,6096.73380676419,388.420871388013,1654.3978598468,724.137059100027,3181.06820797227,1638.04371061642,7301.02270748155,859.314512772738,2125.66367856614,760.700260347371,2895.03099227128,969.60525717567,5175.07858719265,1315.61232417625,3465.78468650662,1064.84128381918,4415.1628763128,1250.22878671005,6224.01316909276,18796.0229633843,5919.12823437561,146530.795926221,56147.794773924,4090.66691633321,25343.9679251776 -308,4513.77697850175,4482.70853196142,943.052312173906,1796.03034095553,1943.60959474585,3196.84574860123,2038.94266124971,3767.27594341851,359.541192990906,1377.78601103951,2879.21607695118,7645.92769714092,1610.60709379953,4460.23148057596,1840.12062060727,5040.7834660115,1401.05121401579,5723.46608547759,374.983815506098,1553.10865503334,697.924631718597,2986.30981456338,1578.85418478708,6854.02334758498,832.078201351249,1995.52159549868,731.672763550042,2717.78500191161,929.252097292912,4858.23848018693,1260.47573581829,3253.5947511404,1028.00409794675,4144.84800966698,1206.97829398506,5842.95286918143,17907.3927385708,5661.96974239298,141047.479831748,54272.4427481593,3895.87325365068,24528.918412559 -309,4071.97051208569,4252.15623724607,845.549988810726,1703.65785821807,1727.12092281504,3032.42726858274,1825.43265660573,3573.51939926929,318.332741139964,1306.92444950656,2548.24461779405,7252.68638706356,1425.46469193849,4230.83521368139,1628.54320169256,4781.52855640362,1242.05644130073,5429.09980439464,336.51867411766,1473.22999198685,623.872203250448,2832.71950737084,1411.55384524638,6501.51084324715,749.464042955293,1892.8889840505,651.159853890423,2578.00532088481,822.950658938176,4608.3721277584,1115.71904968004,3086.25758643275,922.553352233778,3931.67237867031,1083.16870858135,5542.44120702481,15702.0305471251,4999.21955984339,125839.56727092,48759.4236963687,3414.0152459623,22089.619201696 -310,3573.14251618182,4064.55633477506,750.058366739977,1628.49456923867,1539.22995080582,2898.6403077807,1612.86505347929,3415.86011927647,285.478995449958,1249.26455048479,2286.20196084048,6932.70678543274,1278.88043049799,4044.17596854236,1460.97080185606,4570.57339840956,1112.3927364049,5189.57459953775,296.185390760764,1408.23289700872,552.346049104711,2707.74340732644,1249.42678502043,6214.67218256394,657.444086698823,1809.37705057876,582.016800520376,2464.26689741593,737.818308660347,4405.05641839078,1000.85241046562,2950.0956982256,811.981165221983,3758.21182980199,953.346045511964,5297.91551890884,14230.8542453987,4492.93686635577,111795.624028493,42953.3284827819,3096.19400684869,19390.8174200495 -311,2933.72382358174,3724.90108328853,636.586246828349,1492.40917961648,1407.10955009764,2656.41500159295,1398.19669275708,3130.41326301587,266.103723667673,1144.86957348871,2136.26055721337,6353.37411718007,1195.00458308615,3706.22380537544,1365.49920863502,4188.6327561327,1027.20614568508,4755.90703030435,253.972907579835,1290.55370661522,483.561808586623,2481.47042886928,1092.9395114003,5695.34218213674,545.336822106579,1658.17618964093,520.582368676269,2258.34006953299,686.649080775359,4036.94722703824,934.47359781534,2703.57051472225,696.257222214107,3444.15630219871,817.474712329685,4855.19442471863,14085.5781655808,4267.23291045402,99193.4047210264,36335.1210622073,3075.68941077685,16153.6332011638 -312,2674.56551607999,3478.36348607737,602.406178395289,1393.63206715858,1390.60586383,2480.59659540048,1338.01786599261,2923.22264321543,269.507964329132,1069.09483814489,2176.90009895153,5932.86749055838,1217.73797039119,3460.92238896913,1387.79492429011,3911.40245331209,1023.38657929328,4441.13091528985,245.62715950834,1205.13667062242,473.312437034253,2317.23096494669,1069.27647552042,5318.38828578261,510.749784056788,1548.42756426645,510.14228565992,2108.86878909383,692.644619120414,3769.75643534516,948.728837311087,2524.63105735493,673.377666182204,3216.20017660568,790.61185491338,4533.84683972279,14687.4455159982,4362.99291200077,97092.6216658358,34453.1071323691,3235.18158856374,15131.7629667717 -313,2803.21905510638,3338.97942034858,628.572886087926,1337.78680991963,1441.61598137945,2381.19478179364,1395.43053406571,2806.08403516808,278.628032304,1026.25435129332,2250.06548360942,5695.12718665566,1258.66601622072,3322.23721829126,1434.50034025515,3754.66576411144,1059.15980478117,4263.16708664323,256.467391774566,1156.84475128088,493.023008199015,2224.37549586771,1113.90798092639,5105.27123077559,535.600349784493,1486.37938262648,529.034662251215,2024.36275426193,716.18831236314,3618.69574807978,980.688187640706,2423.46470638334,703.095757287909,3087.32144998401,825.503827596075,4352.16772296526,15108.8021136711,4504.94990550423,100904.07528199,36003.2795941852,3327.03216994252,15846.6827718407 -314,2914.31533124765,3273.5436329082,656.725052416239,1311.5694775213,1527.882309932,2334.52921846431,1465.92981893238,2751.09168710325,295.683520077918,1006.14228915189,2388.67924429099,5583.51669580901,1336.20528395375,3257.12953684891,1522.98774966276,3681.08354633771,1122.56856328908,4179.61949314674,269.428471295538,1134.17343836862,518.663749710661,2180.7832049874,1171.77587982341,5005.22046644724,558.30220443826,1457.25000113207,557.83764215407,1984.69022136675,759.84314863551,3547.77820832506,1040.97467902772,2375.97075645668,738.628071778308,3026.81754003772,867.222272503659,4266.87593581339,16167.2771950468,4796.29184521617,106341.95484198,37656.3146435003,3561.76143346608,16539.9119432489 -315,3164.72287597993,3298.36634727523,712.139727632081,1321.51488169608,1666.40069533863,2352.23154917067,1595.91605578096,2771.95273885769,322.212925974231,1013.77169185945,2603.19599969962,5625.85553580808,1456.20399150676,3281.82778596857,1659.84484286405,3708.99656527944,1222.84959291232,4211.31282382312,293.640543536093,1142.77367910477,564.685473420758,2197.31970630349,1275.80038770836,5043.17418630412,606.960788433749,1468.30007548447,606.342022073109,1999.73978355275,827.976341157722,3574.68039597808,1134.43112851226,2393.98733116767,805.004561786232,3049.76937317726,945.154824358749,4299.23091698106,17648.007347225,5232.02160938384,115773.072061926,40949.9395711302,3888.34127836841,17988.9812107541 -316,3870.50054858796,3400.45136544292,870.963462331063,1362.41599955349,2018.23333588528,2425.03352904476,1940.71211542744,2857.74516332261,390.648776132068,1045.1481039026,3155.5406233146,5799.9767534394,1765.18051332389,3383.400932757,2011.83872713908,3823.79066086656,1483.39683004635,4341.65369589905,356.571817865149,1178.14272532649,686.451287958339,2265.32713741359,1550.84216023967,5199.26131375645,740.533469105494,1513.74422088853,738.38777358635,2061.63208132716,1003.94954644358,3685.31738251796,1375.21491524799,2468.08165983353,977.528295409155,3144.16027130331,1147.71471891173,4432.29286949269,21311.8806398902,6329.95749803922,140718.707382738,49919.7362367346,4694.58527047105,21933.6871117244 -317,5157.04222690598,3632.30327491642,1123.09226868843,1455.30918255967,2464.88287234599,2590.37882995397,2471.32845703986,3052.59390594496,468.69708519773,1116.40910943704,3779.06734529429,6195.43475023733,2113.97564878918,3614.09029792366,2409.26714588921,4084.50698081115,1792.48069836661,4637.67930882111,459.059457705995,1258.47166144221,866.289001089967,2419.78322748711,1958.65813511928,5553.76091804329,979.299732361113,1616.9553685715,911.770490938482,2202.19969524604,1205.98068973911,3936.59222233364,1647.95959618731,2636.36209794955,1258.49432484454,3358.53756544744,1477.59657400648,4734.49850477423,24521.8348496007,7500.17542497086,175535.559830957,64825.6751369476,5388.5674408885,28896.4689665298 -318,5242.33137964547,4191.5290464719,1144.64017873965,1679.36712565294,2553.18779018189,2989.19095828191,2538.91374527839,3522.56820409519,486.127954055384,1288.29033695124,3921.16456668818,7149.27767471142,2193.46353252889,4170.51201779617,2500.14620728069,4713.35358168327,1856.38549063496,5351.69176687007,471.325954305205,1452.2246970741,891.244541717022,2792.33062784691,2014.92114148721,6408.81238246124,999.166254315139,1865.90019644549,937.755839801261,2541.24815306556,1250.50569714333,4542.66601524524,1709.69866250842,3042.25376412915,1292.12246624691,3875.61464276793,1517.07933173166,5463.41714919044,25669.1079574748,7807.18101518796,180779.679007027,66280.4943599685,5643.70794471845,29492.3460423284 -319,5114.27980788107,4692.27199002838,1116.32604231883,1879.99349099311,2494.1670111267,3346.29602965495,2477.57493651224,3943.39343322769,475.206338938569,1442.19653402825,3833.19235571974,8003.36941723457,2144.25268372277,4668.74415236451,2443.99016987667,5276.43653311865,1813.98515474908,5991.03408291704,459.884554608191,1625.7153878115,869.880127744391,3125.91768938663,1966.596560547,7174.44409859979,974.144033180983,2088.81082080038,916.140993849143,2844.83953138241,1222.38542667793,5085.35769812468,1671.32332258995,3405.69800798524,1260.75629712598,4338.61672692233,1480.25235276334,6116.10678937444,25110.8732087644,7632.25150668333,176552.222398871,64673.122858359,5521.24050288008,28766.6268370345 -320,4985.40944770656,4838.99889647442,1088.18860054438,1938.78071169522,2400.74658959838,3450.93439365587,2398.16123041556,4066.70297721549,457.078535253967,1487.29388481586,3685.99283950909,8253.6340306737,2061.91062301027,4814.73534552643,2349.95523459087,5441.43021021338,1746.92576855889,6178.37315858599,445.216964281314,1676.55135599967,841.229931506597,3223.66484329061,1901.9055900047,7398.78829482172,947.329026807006,2154.12773988315,886.724270904103,2933.7973975637,1175.95884732185,5244.37635791317,1607.28402431611,3512.19386629504,1220.5456471205,4474.2848663544,1433.04108012291,6307.35687688122,24005.5485949358,7323.22384262972,170620.357115207,62802.6956754062,5276.30561920333,27965.2077780083 -321,4817.41900822433,4803.38935755364,1048.04151928771,1924.51348645112,2293.15074895459,3425.53943382369,2304.44996408175,4036.77665959391,435.910708911075,1476.34909011533,3514.40486174582,8192.89665326548,1965.92588035459,4779.30435879802,2240.53012227707,5401.38746066937,1667.66068400271,6132.90734547782,427.894404256861,1664.21384114559,807.573837292488,3199.94232936561,1825.89602601832,7344.34161165695,914.811546956499,2138.27580496133,849.180162902487,2912.20797899815,1121.68437021819,5205.78370103773,1532.59160926573,3486.34810628252,1173.0564970407,4441.35920869261,1377.28412987281,6260.94189002141,22759.7303316974,6970.30324562322,163525.575421127,60490.7552029424,5000.75387506698,26975.1529235495 -322,4624.85591600956,4841.9880198729,1002.4448811643,1939.97832610139,2176.04265850529,3453.06608844717,2199.42875766389,4069.21504164947,412.775175820578,1488.21260892525,3327.01417795899,8258.73242625746,1861.10124873521,4817.70948095955,2121.03312243587,5444.79146461963,1580.75394413083,6182.1896338876,408.801864434025,1677.58698733462,769.910066727149,3225.65615021548,1740.88461337044,7403.35863916063,877.386254507621,2155.45837743203,807.553524498001,2935.60964894773,1062.33373845067,5247.61588915037,1450.99888432564,3514.36340199661,1120.71501357801,4477.04870033569,1315.83006121625,6311.25302739224,21420.5093941947,6587.74778919719,155662.345417717,57881.7295040542,4704.79089062424,25855.1487513826 -323,4447.91268412749,4882.40614915674,964.401054974227,1956.17214865328,2082.02920117714,3481.89029681276,2109.42120489855,4103.1825068646,395.033518687816,1500.63535127457,3183.67104778223,8327.67157140922,1780.9164150375,4857.92494697355,2029.56250089691,5490.24145012915,1513.49157561718,6233.7949949199,391.860118364432,1691.5905180044,738.220836061401,3252.58207129779,1669.21099328861,7465.15761623039,842.999758241983,2173.45090343734,774.87828792501,2960.11442876773,1016.7450842888,5291.4199664362,1388.53314456899,3543.69928505731,1074.26985070503,4514.42052621331,1261.29885500777,6363.93573535375,20447.7952452564,6297.26193811035,149222.127094835,55582.1699882857,4490.47286740709,24833.0821806122 -324,4376.69420341355,4842.96273251731,947.044930502325,1940.36885193429,2035.26303915235,3453.76120523899,2068.82523522055,4070.03419182861,385.70422923487,1488.5121924107,3108.01808212503,8260.39494398564,1738.59683918841,4818.6793062315,1981.315935414,5445.88752414413,1478.61087883383,6183.43413477887,384.526323200993,1677.9246926825,723.560532425658,3226.30548842599,1636.13744816807,7404.84896653176,829.039173247987,2155.8922803096,758.448047610078,2936.20059957217,992.830797355423,5248.67225639853,1355.60553960614,3515.07085819661,1054.16452570229,4477.94994915331,1237.69321868756,6312.52350928988,19894.3478100333,6141.69654831858,146134.265008828,54591.2726344078,4368.00542556871,24413.1027379731 -325,4341.71746646382,4803.71425966739,938.381592820239,1924.64366088695,2008.47370777246,3425.7711379226,2047.6139141373,4037.0497078879,380.498043819003,1476.44895063138,3065.71225887111,8193.45082225789,1714.93134927007,4779.62763179816,1954.33255885197,5401.75281148159,1459.30849476838,6133.32217642565,380.38519617344,1664.32640886694,715.902570016394,3200.15877403609,1618.80903440719,7344.83838423484,822.370383486844,2138.42043831855,749.974941644882,2912.4049612658,979.503905315697,5206.13582117672,1337.20484188975,3486.58392349089,1042.81178092129,4441.65962302246,1224.36397558904,6261.36538124869,19572.1480284039,6052.67970901685,144468.128074381,54081.3645622434,4296.56608449633,24196.5689773858 -326,4365.65761578913,4741.91740615615,944.912226328,1899.88429429186,2021.32524433766,3381.70068207748,2058.05895720631,3985.1155261422,383.007291256003,1457.45533556875,3085.99430531999,8088.04707573078,1726.27694022757,4718.14063806074,1967.18812807409,5332.26255682639,1468.85917096413,6054.42072817421,382.629405417657,1642.91586491615,719.56764592533,3158.99068362068,1627.14640457051,7250.35151903863,825.860529735343,2110.91096389337,754.658569016635,2874.93864811144,985.949808552599,5139.16205976836,1346.04204701442,3441.73114825743,1048.9641965838,4384.52038154524,1231.5875189339,6180.81673527819,19711.0700304077,6092.98553686226,145336.540226524,54377.6188135935,4327.18294495592,24325.2412802504 -327,4405.75852041865,4720.08382149075,953.619737671681,1891.13650704866,2040.25282106526,3366.13005065751,2078.90060411512,3966.76654411892,386.588854603687,1450.7446589079,3114.86210729795,8050.80664206644,1742.42532416454,4696.41653064575,1985.66763530025,5307.71079937877,1482.78594938505,6026.54388084724,386.169365014423,1635.35125769878,726.912587594103,3144.44549342852,1643.69398219472,7216.96815315812,834.569991318067,2101.19152989575,762.014606397486,2861.70134113096,995.167454873212,5115.49941018372,1358.63205902592,3425.88411382291,1058.66886334956,4364.33238821508,1242.9817557468,6152.35791283733,19896.9545959428,6150.71888280709,146715.21168617,54897.5769073628,4368.00542556871,24557.4692300682 -328,4502.88508915556,4747.3108215846,969.0345771695,1902.04520608922,2046.0571230614,3385.54699888794,2103.07591760552,3989.64816172437,386.3581021894,1459.11303253389,3111.62867565549,8097.24634981083,1740.61657212875,4723.50701000089,1983.47551375301,5338.32742567146,1484.2345047503,6061.306973414,391.602666399045,1644.78450306703,733.988878075091,3162.58369202467,1659.97602605634,7258.5980055113,850.50763197955,2113.31189558103,766.730952494208,2878.20857821196,994.861353057834,5145.00729779516,1357.4218372265,3445.64574319565,1073.56405577602,4389.5072967204,1260.47018208612,6187.84674223216,19677.0101941339,6126.26210538425,147885.494788274,55795.543689887,4316.97732480272,25025.6199605527 -329,4562.15658539923,4956.02953163454,975.756629877505,1985.66990158348,2030.80654159928,3534.39484748646,2109.34876511096,4165.0557238503,382.004245738034,1523.26391740598,3075.04810160975,8453.24722622385,1720.1537341622,4931.17916948047,1960.09661541075,5573.03057783172,1470.31524877442,6327.79640716998,393.432539194424,1717.09855889615,734.73323836329,3301.62880902504,1661.9000743739,7577.72714396862,860.259641022195,2206.22507303159,764.176386563499,3004.75095225827,983.967856348804,5371.21100063906,1341.68470818061,3597.13587346877,1078.58058356891,4582.49493438692,1266.36008093895,6459.89958194792,19225.7972185866,6034.93771424733,147637.476830847,56213.067038352,4214.92112327074,25284.949435929 -330,4588.50460377251,4924.64374540514,976.984952057181,1973.09495410679,2011.74935935717,3512.01205892044,2107.64571192638,4138.67905523929,377.307304607247,1513.61731716329,3036.10284281642,8399.71408872073,1698.36811321332,4899.95075684001,1935.30252312867,5537.73741719794,1454.55094588091,6287.72342857473,393.272078715492,1706.22443315491,733.123765108127,3280.72009261255,1658.37738179784,7529.73854286623,865.275492872921,2192.25338297726,759.34258113657,2985.72231845813,972.107450695023,5337.19593289522,1324.8579549499,3574.3557554646,1078.14068717051,4553.47468632545,1265.84359914132,6418.99001390595,18817.4549221043,5944.61568469702,146912.163604157,56323.5731442474,4123.07054189196,25387.8489394126 -331,4564.53391830195,4796.76130022601,969.387966462258,1921.85790624171,1994.22644804592,3420.81263154818,2092.40963114927,4031.20642884079,373.538050717695,1474.31191892714,3005.49331048231,8181.59151336218,1681.24542127302,4772.70953565996,1915.78001416229,5393.93424314459,1440.28218016722,6124.44472493115,390.900931486321,1661.91744084916,727.462245949027,3195.52682197586,1645.6824576021,7334.20736818589,860.1960248681,2135.32526034323,752.537581372877,2908.18950787329,962.454718808488,5198.60039145416,1311.54165547135,3481.53739588775,1071.6402757724,4435.23070624225,1258.21147444925,6252.30259832902,18587.1740968026,5882.00831027632,145727.712302826,55969.2888780294,4072.04244112597,25247.1002214796 -332,4395.91097541249,4513.76940977391,929.226160651722,1808.47511147099,1890.03685776963,3218.99682857324,1999.61170105972,3793.37955843835,352.911765064198,1387.33274882885,2838.38467314436,7698.90665490067,1587.76638061113,4491.13661394474,1809.21499566907,5075.7112687452,1362.87913128481,5763.12422507722,374.052600907703,1563.87021086941,694.133962326312,3007.00208210633,1570.46453481633,6901.51516647203,827.367042281738,2009.34864938988,715.594570340145,2736.61664962261,909.549990277869,4891.90142096061,1238.78613565593,3276.13904736131,1025.45120797222,4173.56783757052,1203.98094913756,5883.43893778032,17386.8319088198,5540.32593062701,138756.716809587,53672.2946457157,3806.69631714283,24263.6070657092 -333,3967.04154663625,4274.44469495577,833.472984978965,1712.58789371208,1680.41962164741,3048.32229293333,1791.04991428399,3592.25065737964,312.608411934648,1313.77493398957,2513.24897557082,7290.7026745188,1405.88845031216,4253.01191333104,1601.93110190182,4806.59181632892,1208.80204266231,5457.55742792503,335.807628265036,1480.95219750823,620.728915191287,2847.56772682017,1404.60727046694,6535.58970615664,745.459933711675,1902.81090923768,637.140032956406,2591.51840915438,805.883715108606,4632.52775646751,1097.02751694344,3102.43477227881,920.604046636842,3952.28096138718,1080.88003137808,5571.49293032914,15251.9942131311,4894.01386247544,123853.406370082,48238.536535392,3337.23779009572,21857.9854916061 -334,3485.79079875136,4064.03648887179,740.756895475181,1628.28628913118,1502.15739362396,2898.26957942442,1585.87097894394,3415.42323988721,281.334325451042,1249.10477288419,2262.8932601932,6931.82011074451,1265.84175691239,4043.65872923352,1442.2456388554,4569.98883427487,1086.20498727891,5188.91086680211,296.177065774326,1408.05278778103,550.885415008884,2707.39709417404,1246.25291811833,6213.87734258434,654.93878779003,1809.14563608484,571.072966039879,2463.95172425909,725.035834177426,4404.49302343592,987.590813341352,2949.71838886226,811.958342583192,3757.73116454301,953.319249481007,5297.23792965887,13888.9712552223,4415.54411677472,110315.612107795,42572.201630953,3041.27480565298,19218.6622212313 -335,2873.88174894311,3728.21510880077,632.243128073091,1493.73696845848,1385.27781810916,2658.77840048316,1383.52967641997,3133.19837574383,264.90182452727,1145.88815811415,2136.34024262018,6359.02668175625,1195.04915837263,3709.52121380869,1361.87858087467,4192.35936135116,1012.57139743352,4760.1383365538,255.638718876889,1291.70190567152,485.840754890164,2483.67818046463,1098.1690978373,5700.40929905354,545.911748144753,1659.65146054703,514.901386807443,2260.34930318467,681.509512471277,4040.53887841444,931.539519299589,2705.97586763219,700.823981548683,3447.22055050985,822.83653861199,4859.51406645693,13928.6856279107,4240.58132521651,98628.4147833002,36216.6594436053,3061.68604595938,16092.6726965755 -336,2700.32687742394,3484.27674740907,625.30434483529,1396.00125906344,1389.52913717462,2484.81364056723,1352.37012998677,2928.19215818684,274.747063731899,1070.91231271063,2185.96053940061,5942.95343932667,1222.8062977658,3466.80600021811,1391.31525690725,3918.05188629184,1019.2763512427,4448.68089326528,246.359480598112,1207.18541800099,480.071235854821,2321.17028650308,1084.07944221027,5327.42961223489,540.638468390158,1551.05991044803,532.815152036216,2112.45389235118,713.077056750305,3776.16506832682,958.387121009894,2528.92296165649,675.385297045637,3221.66775703983,792.969011737306,4541.55443592673,14811.6827751394,4399.6368811632,98241.6164002786,34838.7357760698,3253.89841837437,15267.6339668889 -337,2830.37960259915,3343.982948198,652.436335396771,1339.79151037367,1440.55563504898,2384.76305008933,1410.4568625054,2810.28900855971,284.046110469163,1027.79221408936,2259.48516643604,5703.66144934406,1263.93530048992,3327.21565761401,1438.17698996669,3760.29220631156,1054.93761199343,4269.5555283074,257.247646230977,1158.57830641908,500.0728096528,2227.70876730787,1129.35104968368,5112.92158244483,566.868824288565,1488.60675204075,552.536716796787,2027.39630258408,737.308348912797,3624.11843647485,990.688698896702,2427.09631701159,705.234795682269,3091.9478633009,828.015269833659,4358.68953387386,15236.6084192589,4542.84551412368,102101.070212822,36407.3177382678,3346.28039239762,15989.7947254436 -338,2942.29255893993,3279.65184433256,681.708960923453,1314.01677762322,1526.68289790281,2338.88529238353,1481.63133833167,2756.22503846711,301.430273914246,1008.01968273949,2398.58273249144,5593.93516102409,1341.7452045164,3263.20712067813,1526.82241688942,3687.9521997278,1118.0362971542,4187.41838095777,270.227741051457,1136.28972943736,526.066462956547,2184.85239922476,1187.98865958001,5014.55986993869,591.002434315364,1459.96913125625,582.635002835522,1988.39351933477,782.262742312692,3554.39812295377,1051.56020793581,2380.4041574881,740.819239904701,3032.4653772291,869.794920192817,4274.83763825581,16304.0294254319,4836.54201928368,107598.15883603,38076.9171189476,3582.36765934592,16687.8375328567 -339,3195.05146421678,3314.35164977105,739.247483153672,1327.91951141651,1665.08382087702,2363.63147534466,1612.99530484999,2785.38681450891,328.474619970501,1018.68486567031,2613.96711632011,5653.12085235242,1462.22925545829,3297.7329354803,1664.00805878172,3726.97195849218,1217.90035020344,4231.72265775467,294.509645331959,1148.31205205107,572.742694027007,2207.96886303354,1293.4464724194,5067.61557832043,642.529339082204,1475.41608941077,633.296368970761,2009.43138296512,852.408995039469,3592.00483524262,1145.96029303812,2405.58962382733,807.387171836955,3064.54986777362,947.952243765925,4320.06683982028,17797.2837286211,5275.90882712976,117139.263854267,41406.7802834936,3910.83690031747,18149.5251707604 -340,3907.7478247791,3414.61720727731,904.080136451469,1368.0916488977,2016.67117654724,2435.13590597173,1961.52552146046,2869.65016111144,398.242291248737,1049.50205611137,3168.65802440543,5824.13870857493,1772.51826731124,3397.49574468781,2016.92927135173,3839.72007960789,1477.42900451571,4359.74046525586,357.635483445714,1183.05071597589,696.253093977134,2274.76419811026,1572.31012587257,5220.92076584415,783.873360518939,1520.05028408613,771.205795544742,2070.22057469059,1033.56727101271,3700.6699394405,1389.20992547559,2478.36336972149,980.444294794861,3157.25843749321,1151.13839005356,4450.75722995701,21492.1517649864,6383.11059678693,142382.943378894,50478.0647917478,4721.74533896597,22130.3816147947 -341,5208.84807653497,3624.63552578226,1165.39473686034,1452.23704213529,2463.69239531177,2584.91057096588,2498.55963763456,3046.14991641334,477.831098895123,1114.05238304765,3795.53402273402,6182.35626095756,2123.18695727973,3606.46099616793,2415.895763523,4075.884635017,1785.71716246316,4627.88922280316,460.629775565985,1255.8150426904,878.777945675725,2414.67509379256,1986.04760148382,5542.03699461302,1035.68267389332,1613.54199496557,952.161982336226,2197.55087780751,1241.46279687609,3928.28212284036,1664.96374462133,2630.79676882809,1262.79929249487,3351.44773247911,1482.6510310078,4724.5040345819,24729.3236792785,7563.9384042353,177651.642904231,65565.3951443824,5419.7424760305,29166.9184940701 -342,5294.57462213659,4170.15032224449,1187.84575734627,1670.80158160974,2551.82361109011,2973.94471080238,2566.75477004358,3504.60148756462,495.596416425807,1281.71946423793,3938.08017135404,7112.81307333606,2202.92596679662,4149.24049007274,2506.90269836251,4689.3133125376,1849.28204879878,5324.39567965094,472.90415383303,1444.81768379309,904.071029837475,2778.0884585138,2043.04506949247,6376.12449433479,1056.85860287187,1856.38324802561,979.319205869954,2528.2866197312,1287.31927510049,4519.49633112272,1727.28739058995,3026.73687195639,1296.44904119466,3855.84722716832,1522.1591578332,5435.55121118145,25886.2917554652,7873.38513049201,182949.735932358,67033.4908078677,5676.35907053953,29766.0024963594 -343,5165.20854242541,4647.43515796051,1158.4732067833,1862.02928247675,2492.8177197161,3314.32062127072,2504.72601995714,3905.71248260954,484.461663001465,1428.41567819924,3849.71500288923,7926.89351573094,2153.49530116734,4624.13213968232,2450.58606184549,5226.01773828856,1807.03790815844,5933.78697753621,461.419987721692,1610.18092433872,882.396293877554,3096.04809811083,1994.03929297201,7105.88896242847,1030.4130131793,2068.85126598497,956.748300891312,2817.65577208634,1258.37287062587,5036.7647500602,1688.51311369154,3373.15498618633,1264.96562954922,4297.15923468717,1485.1945245671,6057.6645563566,25323.3332230294,7696.95568115354,178670.7954133,65407.6123025022,5553.1831051752,29033.3656501808 -344,5035.32229464374,4773.04326943392,1129.20966535083,1912.35510171481,2399.52859352579,3403.89810646535,2424.52742497241,4011.27375505858,465.984082828813,1467.02204701114,3701.98766870692,8141.13687588978,2070.85798391741,4749.11043104678,2356.37390170419,5367.26343539283,1740.29541774624,6094.16184040164,446.724532042146,1653.69993604355,853.347905301134,3179.72624345697,1928.47877667128,7297.94270015122,1001.94354946846,2124.76694670074,926.01675776525,2893.80969533317,1210.56601690275,5172.89543003478,1623.84804074672,3464.32261157993,1224.67858772215,4413.3002969772,1437.89356038684,6221.38750869517,24208.6631679773,7385.41362024307,172673.735405666,63518.1032253344,5306.83117444654,28226.0305944551 -345,4865.89634671809,4736.52399072771,1087.50040863836,1897.72338249449,2292.06981721927,3377.85436526702,2329.87302155277,3980.58289056004,444.406820410405,1455.79763860361,3529.7521255128,8078.84780165072,1974.51099909278,4712.7742661206,2246.71828672895,5326.19768798132,1661.38792360531,6047.53448293442,429.364856748344,1641.04722676527,819.221334719101,3155.39767521669,1851.44111397526,7242.10503256595,967.444157755294,2108.5100322057,886.793301807966,2871.66871801093,1154.68206579212,5133.31682174156,1548.41577517296,3437.81655331922,1177.08768752032,4379.53346637007,1382.01714544885,6173.78672832422,22952.3123304586,7029.59706164954,165498.727559694,61181.6957356061,5029.68525237679,27228.1028331904 -346,4671.63724016272,4760.43697161246,1040.13978940402,1907.30429521846,2175.10174493602,3394.90791910233,2223.77767079009,4000.67940073469,420.823292473813,1463.14742954147,3341.63814143378,8119.6349555699,1869.28175991689,4736.56734331402,2126.95822075651,5353.08771614342,1574.86359385169,6078.06627729953,410.229035045038,1649.33227526105,781.028305497925,3171.32812641654,1765.2728930018,7278.66777763979,927.761875198946,2119.1551297908,843.30754868997,2886.16672526172,1093.57347761723,5159.23306480799,1466.00988087598,3455.1728343569,1124.62754840198,4401.64413239234,1320.42376333905,6204.95592419655,21601.7679028628,6643.88630124286,157545.530495536,58544.6099531796,4732.01000274633,26098.8930691376 -347,4492.99132698357,4822.16883965844,1000.64384041041,1932.03762490606,2081.15298575028,3438.9320305316,2132.80178615923,4052.55896858384,402.736875492607,1482.12107095104,3197.70258572949,8224.92785969776,1788.76552880693,4797.98967743418,2035.25930705045,5422.50489496588,1507.87320072964,6156.88475292317,393.23407305387,1670.7203039205,748.886051302306,3212.45292453862,1692.6063774606,7373.05528061046,891.367073390834,2146.63567529981,809.182197571704,2923.59363890536,1046.63946754867,5226.1363967236,1402.90951423723,3499.97844248878,1078.03649607138,4458.72328634112,1265.72126850536,6285.41986534896,20620.8250595008,6350.96186120699,151029.572469335,56219.5143455975,4516.45206335875,25067.7262343937 -348,4421.17831649458,4794.09708524443,982.610351268009,1920.79046879677,2034.45168325355,3418.91264535088,2091.80061780698,4028.96741799798,393.22723350085,1473.4930572711,3121.76727558496,8177.04729752177,1746.28801203849,4770.05867949852,1986.91334299569,5390.93834663842,1473.1517612445,6121.04308862515,385.886345214097,1660.99437941939,734.021355029728,3193.75196392053,1659.08655563661,7330.13380606232,876.550872114598,2134.13925895748,792.016472967189,2906.57424257839,1022.01561531381,5195.71298718713,1369.65672913254,3479.60368196944,1057.89297515785,4432.76729241889,1242.07078641523,6248.82994726108,20062.6988352779,6194.12313415785,147906.935796798,55218.1792254628,4393.27609799442,24644.4641851697 -349,4385.93841789547,4769.98916687331,973.602690791014,1911.13145292655,2007.70302498288,3401.72007175329,2070.3879307124,4008.70708202524,387.920699588263,1466.083351186,3079.31313849254,8135.92764865773,1722.53955671777,4746.07164226794,1959.8811250998,5363.82911224171,1453.94326194397,6090.26240052002,381.738051916615,1652.64179160109,726.258287495704,3177.69164843782,1641.52865207641,7293.27300322422,869.45867315897,2123.4073830416,783.163536935708,2891.9580482599,1008.29207961974,5169.58547613601,1351.07726993905,3462.10591335166,1046.52058431602,4410.47638129556,1228.71847690185,6217.40666158186,19737.7759532497,6104.38740878295,146222.756398156,54703.2086974637,4321.4234515319,24426.4202174336 -350,4410.10496987981,4718.6542421052,980.378875360728,1890.56373549036,2020.54240379226,3365.11054543017,2080.93723925412,3965.56512314989,390.478678023157,1450.3052695376,3099.67806139759,8048.36828129833,1733.93150800553,4694.99411941068,1972.76890217158,5306.10324446445,1463.45404548643,6024.71861180033,383.988627703715,1634.85595623072,729.974461563848,3143.4931301599,1649.97807565481,7214.78233839548,873.162723478029,2100.55513863453,788.055543683962,2860.83461303892,1014.92832626065,5113.95007064227,1360.00396530342,3424.84651078626,1052.69045361759,4363.01055583882,1235.96251254198,6150.49453829202,19877.8719108298,6145.02678717054,147101.242265697,55002.6740933451,4352.21744287298,24556.2023670139 -351,4450.61143834173,4692.40194835262,989.413788120347,1880.04555975728,2039.46270181374,3346.38870949647,2102.01539222042,3943.50265042641,394.130073185619,1442.23647745975,3128.67275242956,8003.59108053115,1750.15087251674,4668.87345905595,1991.29932225587,5276.5826706084,1477.32832365768,5991.20001207706,387.540920522724,1625.76041402651,737.4263748734,3126.0042655752,1666.76006486245,7174.64280377596,882.365566322763,2088.8686730209,795.738622669453,2844.91832276088,1024.41703322479,5085.4985434478,1372.72422457349,3405.79233303863,1062.42893145061,4338.73689032303,1247.39644688561,6116.27618257904,20065.3296877545,6203.25547425316,148496.772206569,55528.6687648777,4393.27609799442,24790.6366116552 -352,4549.09753745463,4729.89593970323,1005.33389458017,1895.06780481049,2045.39676733058,3373.12756748661,2126.58483260452,3975.0126651041,393.899459719433,1453.76046935273,3125.57567749367,8067.54267249838,1748.41839717329,4706.17944925408,1989.20797504785,5318.7444775444,1478.85988251435,6039.07187043554,393.028006350721,1638.75082865267,744.625829478268,3150.98217202599,1683.31865146124,7231.97079873235,899.063279676447,2105.55949039351,800.638497233174,2867.65025070755,1024.08295549231,5126.13351898917,1371.54787860247,3433.00584749934,1077.47157191592,4373.40496974779,1265.05799177839,6165.14744484763,19843.5370922109,6178.74375018189,149688.798281673,56439.5775280399,4341.95277909262,25265.2158785755 -353,4609.37714971433,4954.66493141111,1012.22817237459,1985.12316440727,2030.29724449697,3533.42168217988,2133.07051699707,4163.90891148063,389.465738174076,1522.84449975143,3088.99742950568,8450.91969710403,1727.95686038214,4929.82141159111,1965.87879147492,5571.49609166227,1465.08761873098,6326.05410270308,394.902013809271,1716.6257705356,745.404659313317,3300.71973385071,1685.32497902109,7575.64068179407,909.199929551156,2205.61760788064,797.9448549405,3003.92361985546,1012.84856121905,5369.73208375917,1355.69820672024,3596.14543295882,1082.60909323633,4581.23318371102,1271.08994897682,6458.1209040049,19388.5203425564,6086.81106386087,149446.186666613,56864.8485321126,4239.30614128901,25529.1910791054 -354,4636.29028355483,4930.29708378522,1013.44383536452,1975.3600059579,2011.35489768704,3516.04373990904,2131.45923870709,4143.43013051608,384.680889860658,1515.35490292873,3050.00018669323,8409.3567001449,1706.14216004924,4905.57574843457,1941.09877430426,5544.09456811035,1449.45097555335,6294.94154018235,394.768587682477,1708.18312591963,743.790192671164,3284.48625759274,1681.79598110576,7538.3824493287,914.368922376841,2194.77002191189,792.878044249742,2989.14983513707,1000.62435861146,5343.32286839945,1338.7341060382,3578.45900508449,1082.24331050266,4558.70193413011,1270.66048393798,6426.35881548491,18976.7334605376,5995.84675464761,148718.361620136,56978.8501819779,4146.92416726576,25634.6850102924 -355,4612.14377038914,4793.31731638953,1005.55191284117,1920.47804863554,1993.86620821067,3418.35655281645,2116.07627379624,4028.3120989141,380.838917655395,1473.2533908702,3019.28120437896,8175.71728548943,1688.95824279283,4769.28282053527,1921.53941984947,5390.06150043639,1435.25126005106,6120.04748952169,392.396440794499,1660.72421557785,738.05057187008,3193.23249419194,1668.93125378126,7328.94154609292,908.970797739497,2133.79213721661,785.766406870959,2906.10148284314,990.684609235062,5194.86789475485,1325.28777830337,3479.03771792442,1075.74015857734,4432.04629453041,1263.02514159642,6247.81356338613,18744.5069821442,5932.73173645647,147520.685695436,56620.8753461123,4095.60084836396,25492.9269198804 -356,4442.05121581811,4508.05109223172,963.833572034487,1806.1840252378,1889.80543892645,3214.91880766388,2022.33397329505,3788.57387456219,359.813368153696,1385.57519134767,2851.53214320499,7689.15321182821,1595.1209549047,4485.44696900446,1814.74304074275,5069.28104908792,1358.19154546808,5755.8231488896,375.511194878293,1561.88900499718,704.254720685782,3003.19262903185,1592.69158373344,6892.77190742146,874.155504343841,2006.803084345,747.172660501217,2733.14973725444,936.212267701084,4885.70406279481,1251.80857937075,3271.98863521473,1029.44988876057,4168.2805080655,1208.67579512675,5875.98543959907,17534.0159263213,5588.23580882346,140470.195331069,54299.2811163498,3828.71959007458,24501.4306116621 -357,4008.92670027986,4282.24240241416,864.467699867096,1715.71210290064,1680.31189504867,3053.88323176294,1811.49105128065,3598.80386410999,318.725163470146,1316.17160381045,2524.99867318201,7304.00282709514,1412.46112350403,4260.77052177821,1606.90215166393,4815.36029961282,1204.7081888418,5467.513443103,337.141690422635,1483.65384247504,629.794283110055,2852.76243670329,1424.52111780961,6547.51233476308,787.511302516352,1906.28213506413,665.236670807725,2596.24601797138,829.493555524443,4640.97870128392,1108.59309320586,3108.09442645367,924.261328119982,3959.49095775622,1085.17404088053,5581.65679372606,15381.1170228363,4936.44856080467,125387.936022306,48803.7463153931,3356.54505617798,22073.5294968968 -358,3522.32232321477,4100.36081748534,768.349116524338,1642.83990015443,1501.94154188715,2924.17429187027,1603.86527528659,3445.95026799332,286.835510433677,1260.26926226986,2273.35430213269,6993.77666853679,1271.6935679283,4079.80092157946,1446.63925690994,4610.83536127604,1082.45573797773,5235.28931443373,297.3236773615,1420.63795336915,558.913063389632,2731.59578973335,1263.88137804829,6269.41693313043,692.007955561618,1825.31576663728,596.28225537188,2485.97450687066,746.291922568548,4443.86035008209,997.966240852107,2976.0829503931,815.101735342095,3791.31773839292,957.009902890895,5344.58460379135,14006.5410129737,4453.700791417,111677.251862473,43069.3554324247,3058.86980654752,19406.8378456126 -359,2902.60572314986,3778.51034176235,656.074240272346,1513.88812567969,1384.5419833837,2694.6464700937,1398.72213076753,3175.46657584068,270.062710508663,1161.34668456135,2145.59882464994,6444.81269973918,1200.22832433208,3759.56425804829,1365.59124908937,4248.91610085905,1008.7191400018,4824.3546598022,256.494509573877,1309.12752258652,492.83611324914,2517.18407243776,1113.50660295209,5777.31028392308,577.408145716597,1682.04087596627,537.725054573248,2290.84239209198,701.567067084454,4095.04749399846,941.135964403515,2742.4806514709,703.170099719945,3493.72504544861,825.591112950256,4925.07101124683,14046.534955816,4276.57706358416,99815.4037164715,36629.3127221099,3079.39913410824,16242.6726207378 -360,2700.91920354402,3535.09182627392,606.221519770308,1416.36069639214,1328.92990946344,2521.05243853405,1331.48478878505,2970.89723767295,251.764904373268,1086.53061675843,1974.72549671652,6029.62613199783,1104.64335024354,3517.36628376654,1260.68960178258,3975.19318993442,942.061818701961,4513.56094924932,242.98082861183,1224.79114414368,458.978646327462,2355.0224916286,1037.69933168391,5405.12543708403,549.178933325016,1573.68074036119,496.540920998078,2143.26215441532,659.375795073391,3831.23707886571,884.425626096122,2565.80505485855,666.122849057727,3268.65291723758,782.09398342477,4607.7889699666,13685.5719281927,4122.9811335415,92929.4190793014,33129.2886571041,3084.81707028961,14716.274539728 -361,2831.10016426163,3379.72245174616,632.542161781494,1354.11080690735,1377.79141245356,2410.25069425813,1388.63973001257,2840.3245486772,260.312991216739,1038.77695415868,2041.38872323906,5764.62050079981,1141.93414838553,3362.77595730539,1303.30303876716,3800.48110043318,975.124926625135,4315.18727862337,253.713357505615,1170.960849672,478.138147669568,2251.51786162051,1081.11583626853,5167.56698042324,575.747927957056,1504.51654198901,514.966900748616,2049.06451634958,681.843794464364,3662.8519455046,914.310844583281,2453.0364066524,695.545675398251,3124.99369019147,816.639286125055,4405.27392215406,14078.2478135752,4257.82161583991,96590.437231413,34626.4812696943,3172.39862749026,15412.686043246 -362,2942.89032708032,3310.64773667979,660.892868965561,1326.43551123119,1460.08563001911,2360.99002793969,1458.76512734382,2782.27403959041,276.1972385723,1017.54644687577,2166.63062472688,5646.80327638459,1211.9933205998,3294.04759442964,1383.37542498361,3722.80692662878,1033.27578906766,4226.99354792961,266.523374851806,1147.02876998209,502.938795700348,2205.50137447437,1137.13369883284,5061.9523266002,600.367807238139,1473.76725623128,542.930260307544,2007.18576753506,723.307979017748,3587.9906342347,970.354640072281,2402.90128660743,730.663858589384,3061.1251176042,857.871500004891,4315.23900203661,15064.432208012,4532.2171026013,101779.030560493,36207.9471762703,3396.21816255859,16086.1024917852 -363,3195.67430315189,3351.06587226677,716.665533889117,1342.62933630848,1592.44023572438,2389.81424080037,1588.11202882671,2816.24151010272,300.966980137368,1029.9691911624,2361.08969674118,5715.7424322873,1320.7719438324,3334.26306671518,1507.61556806934,3768.25691922616,1125.52681930947,4278.5989170097,290.473221427513,1161.03230283569,547.553953201522,2232.42729975574,1238.05913365474,5123.75131330742,652.729897907308,1491.7597850425,590.113113456129,2031.69055117654,788.143221609978,3631.79471835171,1057.43438276419,2432.23717424301,796.32146674987,3098.49694930989,934.960013604171,4367.92171821392,16444.1384908822,4943.82918462495,110803.564997861,39374.0499574795,3707.61925482757,17495.6603988069 -364,3908.59216355974,3443.72865349785,876.483863334755,1379.75536522197,1928.72286449494,2455.89674786502,1931.2361875006,2894.11547047581,364.921978356307,1058.44962499251,2862.39019030933,5873.79262012738,1601.19484697242,3426.46122124113,1827.52744951975,3872.45575620472,1365.48112736907,4396.90959502517,352.730526492229,1193.13685893238,665.660065842037,2294.15778503314,1505.03891732761,5265.43192035149,796.260725437499,1533.00952941629,718.683242531192,2087.87031733123,955.711901769998,3732.22013888669,1281.97792998447,2499.49274896752,966.997538855195,3184.17576193343,1135.35057113717,4488.70232654483,19858.127926561,5981.73035644939,134685.496917806,48002.0399540783,4476.39070136662,21331.9485176331 -365,5211.30658608142,3678.50470720772,1130.04961748059,1473.82012825224,2357.01760596617,2623.32740364477,2459.5489531904,3091.42166893278,438.223880351807,1130.6093829206,3432.04478858165,6274.23818086079,1919.85441001725,3660.0600684952,2191.09304642202,4136.46026181069,1651.79531166047,4696.66871866883,454.231017180269,1274.47891327554,840.6238952312,2450.56189393724,1902.10312802557,5624.40251638916,1051.10256863057,1637.52238853787,887.994345527044,2230.21078694492,1148.79913446075,3986.66408727801,1537.50451704421,2669.89556025841,1245.25733582826,3401.25680835851,1462.05504216601,4794.71941573509,22849.9249737704,7096.44080153115,168171.940550072,62417.7000974108,5138.11802243821,28116.7059348146 -366,5296.83078875359,4215.37704189138,1151.76777796858,1688.92200146942,2441.19401423173,3006.19816770137,2526.76141758997,3542.6101003733,454.433134853302,1295.62015423604,3560.18233505605,7189.95398623135,1991.53337950684,4194.24043537233,2273.17585163376,4740.17053401264,1710.28295175091,5382.14058860739,466.348660632884,1460.48723027855,864.733259924276,2808.21778675342,1956.50325807953,6445.27576530954,1072.76236456199,1876.51636511441,913.157733377693,2555.70676080564,1191.04193407761,4568.51182881893,1594.81940485688,3059.56287806525,1278.47740189947,3897.66522126176,1501.05867916783,5494.50164024467,23918.8055222963,7385.22064787495,173168.012481104,63805.1129189602,5381.40012577336,28695.2662065814 -367,5167.38425060788,4696.30080523339,1123.28148299016,1881.60766561426,2384.72793267958,3349.16918115882,2465.7096240635,3946.77925644017,444.216611509801,1443.43481333884,3480.23683703982,8010.2411621948,1946.8126003847,4672.7527664153,2222.07105756262,5280.96691579427,1671.18215938241,5996.17802368993,455.025491236537,1627.11123760183,843.990651075576,3128.60162261629,1909.54908156853,7180.60412289791,1045.94062793027,2090.60428733708,892.099242357467,2847.28212908012,1164.24530682387,5089.72401927159,1558.99999737911,3408.6221624135,1247.43535672352,4342.34189142159,1464.61225370794,6121.3581183854,23398.616397483,7219.53375831952,169114.408688006,62255.7699810908,5264.62471617249,27988.7668499269 -368,5037.59726765188,4840.03859458409,1094.94310196921,1939.1972744356,2295.56943444802,3451.67585486354,2386.70787857748,4067.57674129118,427.326342166182,1487.61344195436,3347.16225304884,8255.40739080112,1872.37189734193,4815.76983041564,2136.92961715079,5442.59934557062,1609.65946303611,6179.70063210505,440.525159158475,1676.91157663888,816.260604072211,3224.35747379446,1846.88474689452,7400.37798441839,1016.93470654379,2154.59057167689,863.552084054881,2934.42774769885,1120.13416811907,5245.50315465407,1499.44383393891,3512.94848959662,1207.6832389482,4475.24620270045,1417.93934317133,6308.71206359695,22368.7679556451,6928.26324398131,163450.000116039,60463.6104001746,5031.07389697075,27209.711900305 -369,4868.24112207095,4810.7321982709,1054.5272264263,1927.45544991427,2192.85467616563,3430.77598421778,2293.47646617191,4042.94759553436,407.586710541407,1478.60595405136,3191.86659355035,8205.42096280188,1785.50092825182,4786.61038128207,2037.74987306435,5409.64444856345,1536.85162834822,6142.28259250015,423.397684899193,1666.75788999221,783.672408920814,3204.83401419062,1773.22740192924,7355.56875287187,981.809959377409,2141.54454240413,827.060634548699,2916.65981034754,1068.53369628394,5213.74167356083,1429.925931003,3491.67761362072,1160.72890919331,4448.14862150302,1362.81032477932,6270.51286077066,21207.9959684916,6595.44410265172,156671.723123175,58246.6274439755,4768.3292253688,26247.4802536215 -370,4674.03449890445,4861.0924103946,1008.62942456811,1947.63264151757,2081.04048502255,3466.69039374908,2188.98802606882,4085.27040423057,386.003738623532,1494.08445221432,3022.1825410475,8291.31781243311,1690.58122394289,4836.71807886739,1929.3872255155,5466.27425681621,1456.98568145403,6206.58188032857,404.518782519097,1684.20602001472,747.190440209109,3238.38319425803,1690.818718548,7432.56909032949,941.432778268375,2163.96288393364,786.588001245235,2947.19229494408,1012.09084546991,5268.32071180642,1353.95865652256,3528.22955998613,1108.97310478537,4494.71319814213,1302.04390115038,6336.15450216286,19960.1848571637,6234.55111464065,149156.810597799,55743.4636039276,4486.12198550003,25158.9787751111 -371,4495.3444805886,4910.93277031189,970.342223503057,1967.60155048797,1991.17985782418,3502.23407042899,2099.4171924129,4127.15632824035,369.432276315797,1509.40317083937,2892.17445253441,8376.32797662514,1617.85589037493,4886.30853087232,1846.30620866827,5522.31949384642,1395.07945453974,6270.21742737356,387.757988593476,1701.4740386257,716.458443814326,3271.58605697399,1621.25458208953,7508.77457817005,904.467081589257,2186.14980816332,754.795851925736,2977.4096025623,968.696100036372,5322.33634826597,1295.73376720998,3564.4041924133,1063.02401544368,4540.79710369418,1248.09513423926,6401.1185460893,19053.8199254307,5959.96375580379,142990.79222338,53531.1484090766,4281.76501869851,24164.4214008937 -372,4423.5706503709,4881.88630325347,952.869085807674,1955.96386854579,1946.54589881767,3481.51956845647,2059.03102812765,4102.74562747534,360.73408611946,1500.47557367398,2823.72170253596,8326.78489672099,1579.5640491963,4857.40770766471,1802.58755304743,5489.65688599446,1363.0479459367,6233.13126218426,380.507822554445,1691.41040877671,702.2659162485,3252.2357581454,1589.2110823083,7464.36277625079,889.377512517996,2173.21948894343,738.82886207974,2959.79925561089,945.963236698065,5290.85657148135,1265.09263895307,3543.32197569396,1043.14795655602,4513.93986095432,1224.75867897095,6363.25814610378,18538.1580575526,5813.3143154512,140041.813279352,52581.5894158566,4164.98960909764,23756.4202288985 -373,4388.36479525108,4850.82542544098,944.144843123105,1943.51909803033,1920.98522536028,3459.36848848445,2037.93186968711,4076.6420124555,355.885080082288,1490.92883588464,2785.49356103949,8273.80593896123,1558.17957709298,4826.50257429593,1778.16869585467,5454.72908326076,1345.34548635967,6193.47312258463,376.414325810255,1680.64885294064,694.860286006151,3231.54349060245,1572.43872821536,7416.87095736374,882.139552901154,2159.39243505222,730.607012006098,2940.96760789989,933.304438849302,5257.19363070767,1247.98579994704,3520.77767947305,1031.9257884145,4485.22003305079,1211.58274573749,6322.77207750489,18237.9623126997,5729.45804117845,138451.807030524,52093.5616673968,4096.8706201638,23545.956980671 -374,4412.53421284762,4797.93095665993,950.715759003559,1922.32653774627,1933.26167665284,3421.64677259738,2048.32439059806,4032.1894101152,358.228331314391,1474.67141949714,2803.88372054108,8183.58653678618,1568.46686382581,4773.87332724062,1789.83991070503,5395.24951599157,1354.13473963093,6125.93812761024,378.634167655744,1662.32268770337,698.408417897607,3196.30602866828,1580.51800594518,7335.99576295873,885.911945168969,2135.84594435749,735.164481820289,2908.89864938692,939.439184007815,5199.86803351818,1256.22144636914,3482.38634424272,1038.01140176524,4436.31220598901,1218.72785657372,6253.82717824935,18367.4060177497,5767.50670623731,139282.030544367,52377.9880863306,4126.06447256402,23671.0723412314 -375,4453.06138303249,4759.91711940605,959.476980177497,1907.09601258557,1951.36537067915,3394.53718625095,2069.06786290862,4000.24251604826,361.577604534551,1462.98765000356,2830.10656254583,8118.74827013071,1583.13568138713,4736.05009773364,1806.65139774516,5352.50314492087,1366.97327587968,6077.40253651611,382.137023897372,1649.15216384953,705.540956889937,3170.98180906509,1596.59801788866,7277.87292802273,895.243596298224,2118.92371249097,742.333335575733,2885.8515482834,948.22088331775,5158.66966302195,1267.96946074244,3454.79552041867,1047.61435107134,4401.16346130527,1230.00266704758,6204.27832673079,18540.6193693349,5822.16794287094,140603.812474138,52879.0242032819,4164.98960909764,23897.0425168497 -376,4551.82546131213,4791.17294100806,974.957031189369,1919.61888877269,1957.1837115437,3416.82729048035,2093.17867847045,4026.50996216337,361.439901401787,1472.59430487745,2827.97533808729,8172.0597335863,1581.9434939515,4767.14919741112,1805.1612979927,5387.65016097705,1368.66072163856,6117.30957790355,387.533661652897,1659.98126119194,712.509230260494,3191.80394508995,1612.63929333286,7325.6628143115,912.029538720763,2132.83754751887,747.03408756261,2904.80138688359,948.080462954817,5192.54387861149,1267.09318736477,3477.48130879456,1062.40903153062,4430.06354013794,1247.37308241505,6245.01849335236,18335.8320431175,5800.7171363207,141753.77617353,53757.6320819262,4116.33318843061,24354.5627668852 -377,4612.3824969449,4977.21330576929,981.688187190426,1994.15733742962,1942.89172892687,3549.50206621352,2099.47709143242,4182.85860398843,357.453014109859,1529.77487109744,2795.61950512676,8489.37931115242,1563.84393744055,4952.25672462364,1784.44261780656,5596.85162656705,1356.2153108697,6354.84358455351,389.366329777851,1724.438028487,713.345614435862,3315.74110567717,1614.7636851927,7610.11695505589,922.137088444929,2215.65523750886,744.665561509666,3017.59429088197,937.86597710234,5394.16940311454,1252.68262473623,3612.51126891167,1067.43322261493,4602.0820932293,1253.27197872852,6487.51141371842,17915.5577508297,5716.15227754888,141547.931501901,54175.0313048872,4019.02034709656,24609.0539381163 -378,4639.48960482909,4938.5496642879,982.900438386839,1978.66646339726,1924.8832170159,3521.92907166927,2097.82336931655,4150.3656133335,353.122519341843,1517.89138057177,2760.88057865359,8423.43270651215,1544.41130025275,4913.7869491164,1762.29084029942,5553.37455387193,1341.96809621936,6305.47833156373,389.22360961309,1711.04236919046,711.871332557515,3289.98399673302,1611.53760499392,7551.00057496412,927.244946226123,2198.4437389279,740.044709710169,2994.15322524315,926.686210809789,5352.26679234033,1237.18151519589,3584.44881067088,1067.04196062397,4566.33251988587,1252.81259852634,6437.1155797453,17535.1850194087,5632.05881453543,140876.891365428,54292.9274645893,3931.43878989591,24710.751254459 -379,4615.37354981543,4808.32790624094,975.252859104328,1926.49215252308,1908.17920559319,3429.06136219862,2082.66948932008,4040.92702438618,349.610742548715,1477.86698119562,2733.20991415555,8201.32008430559,1528.93258405377,4784.21814477505,1744.61657975044,5406.94083412462,1328.87229956774,6139.21282256198,386.881540989713,1665.92488317628,706.394451490612,3203.23231271149,1599.24859465157,7351.89261073811,921.739770283794,2140.47424826534,733.4310146432,2915.20213163106,917.515203968119,5211.13596677123,1224.79795466076,3489.93255438408,1060.6212671355,4445.92554030915,1245.27407052981,6267.37900432771,17320.6326558036,5573.13856059693,139747.67019193,53954.5962554613,3882.78236922888,24574.3935694957 -380,4445.33634424547,4525.92084085423,934.824657398288,1813.34367224193,1808.70814126494,3227.66262750073,1990.34415321241,3803.59164197235,330.371021862943,1391.06756041368,2581.9160211543,7719.63273218061,1444.30016647766,4503.22711571438,1647.99636504634,5089.37549260479,1257.75117015537,5778.6390200237,370.222480455106,1568.08027553173,674.115622798651,3015.09717408864,1526.34185388861,6920.09460159193,886.308198198621,2014.75797791617,697.515851153928,2743.98384222645,867.2070983126,4905.0708138941,1157.06632660243,3284.95867774769,1014.9510760783,4184.80341859675,1191.6527577371,5899.27762963127,16202.225490632,5250.85498482169,133086.466425754,51751.3410456483,3629.76898176033,23618.6419778406 -381,4012.04275487898,4292.24946441615,838.475876811211,1719.72150633413,1608.30932723898,3061.01977284942,1782.7847215728,3607.21381619043,292.697898246185,1319.24733133984,2286.73819810954,7321.07136322291,1279.18039671324,4270.72740669524,1459.54711571811,4826.61319110093,1115.80829039232,5480.29033447911,332.383435690774,1487.12095493527,602.899058503607,2859.42898378267,1365.30610390533,6562.81304773902,798.352286686947,1910.73687669859,621.112987959311,2602.31311843715,768.475202868042,4651.82408490524,1024.84098309887,3115.35765228507,911.216750831158,3968.74379021808,1069.85841940269,5594.70042375904,14212.9651154576,4639.60609166474,118813.124799546,46521.8732243289,3182.12991162367,21278.5235908718 -382,3524.88569957936,4097.0467919731,745.22149863595,1641.51211131243,1437.45362632586,2921.81089298006,1578.50930143261,3443.16515526535,263.354556909473,1259.25067764442,2058.31343351585,6988.12410396061,1151.40167624859,4076.5035131462,1313.65466096135,4607.10875605758,1002.37258813636,5231.05800818429,293.139516524093,1419.48975431285,534.976699634108,2729.38803813801,1211.1893666522,6264.34981621363,701.660701287721,1823.84049573118,556.644711629595,2483.96527321897,691.262003152914,4440.2686987059,922.406948156268,2973.67759748316,803.631014981759,3788.25349008178,943.542144815853,5340.26496205305,12942.6495237239,4184.42907785317,105799.970558075,41044.7657302526,2899.9226717549,18706.7773847188 -383,2903.8754003341,3765.31921257236,636.166589207611,1508.60300216837,1324.52119359024,2685.23920995854,1376.91034794564,3164.38072823099,247.652714168678,1157.29231583803,1939.89673831482,6422.31326233182,1085.16046189797,3746.43927138943,1238.38081270536,4234.08274164222,932.985098411511,4807.51239133666,252.939010064544,1304.557237285,471.404635980815,2508.39634995159,1066.36073475164,5757.1411592065,586.071809357665,1676.16871564624,501.45283988061,2282.84484935298,649.145332442383,4080.75130432407,869.018426481991,2732.90639778294,693.422830865397,3481.52812807632,814.146857079512,4907.87713268015,12978.9545467086,4011.49827743654,94476.0633443139,34863.7796779105,2919.38524002171,15656.5049537047 -384,2393.54066777314,3492.07446117062,521.112085786411,1399.1254707774,1159.4106478969,2490.37458389193,1191.88040666691,2934.74537021437,217.643297932683,1073.30898446882,1734.53068905424,5956.25360265397,970.28057552455,3474.56461493682,1112.99399935135,3926.8203766636,855.35673619341,4458.63691649103,228.759807686065,1209.88706515163,442.597052209007,2326.36500058525,999.730523533625,5339.35225047879,475.66879885521,1554.53113908039,423.037578369863,2117.18150498966,564.262069038975,3784.61601997441,775.38499811868,2534.58262040624,627.136452354332,3228.87775923695,736.320105017404,4551.71830753945,12008.6212340241,3620.48783373488,83207.5330521659,30217.1321132066,2760.64304209501,13550.9122964264 -385,2517.6966005117,3347.10203622388,546.078606767279,1341.04119606942,1208.85583753879,2386.98742921725,1248.92427119079,2812.91029548959,226.353771905467,1028.75088356756,1803.63164588819,5708.98151897536,1008.93501766804,3330.31910601011,1157.38404279749,3763.79960529541,890.423664189023,4273.53794081681,239.915384991485,1159.65896615287,463.228650325116,2229.78665462037,1046.41544116606,5117.69064159738,500.645904226569,1489.99524461606,441.02726535446,2029.28734916807,586.911483589386,3627.49881986636,806.296066351282,2429.36018234145,657.719050084467,3094.83186651098,772.227093819955,4362.75508580526,12435.1309787751,3761.87118276183,86925.4616851107,31714.9006447544,2857.97340575861,14245.6585187325 -386,2585.17453044147,3285.89000777802,561.88496769722,1316.5161439639,1254.84223354425,2343.33404164918,1290.1182866993,2761.46760173252,234.941325344302,1009.93701782127,1872.43244539865,5604.57527878478,1047.42155455483,3269.41400492725,1201.63366147391,3694.96698351978,923.644433375497,4195.38318988103,248.042349338778,1138.45104453727,478.872400704832,2189.00816545163,1081.75821977172,5024.09796896886,515.106952241797,1462.74611079505,456.093009633798,1992.17560485978,609.099858140502,3561.15887607442,837.028184917598,2384.93187899803,679.998818723572,3038.2333719931,798.385741627019,4282.96872568703,12970.615750862,3912.94312988059,89912.4653288144,32677.2032544978,2981.84841405775,14669.2554488178 -387,2803.60029598742,3310.64773667979,608.232090164725,1326.43551123119,1365.87980211045,2360.99002793969,1402.14175350794,2782.27403959041,255.45051938815,1017.54644687577,2036.01078260688,5646.80327638459,1138.92577766909,3294.04759442964,1306.68868734544,3722.80692662878,1003.9573939678,4226.99354792961,269.916898030566,1147.02876998209,520.456800242344,2205.50137447437,1175.75237793608,5061.9523266002,559.255937188509,1473.76725623128,494.699331534897,2007.18576753506,662.245140125445,3587.9906342347,910.143948954024,2402.90128660743,739.967075394981,3061.1251176042,868.794394934026,4315.23900203661,14124.1166689785,4258.81369995011,97703.2560215581,35481.4745501177,3247.29486041304,15933.2154842507 -388,3440.69210089188,3411.88800683046,747.117857985075,1366.99817454528,1663.1577419746,2433.18957535858,1712.72238276178,2867.35653637209,311.528387454409,1048.66322080227,2482.6318239641,5819.48365033528,1388.76149622056,3394.7802289091,1593.14602394848,3836.65110726899,1224.83774553494,4356.25585632207,329.126846643516,1182.10513925478,635.60583979781,2272.94604776159,1435.79767772731,5216.74784149504,684.727648321376,1518.83535378421,605.683879921666,2068.56590988497,807.694923826543,3697.71210568073,1109.81596193559,2476.38248870159,902.288933822865,3154.73493614141,1059.37628089449,4447.19987407098,17167.5085536366,5183.58270343255,119345.742748957,43427.9800722808,3946.3038358153,19496.5165159471 -389,4690.57552977515,3627.10480327749,990.441171377941,1453.22637643397,2108.61423298592,2586.67153740089,2248.02888492267,3048.22510145806,388.779645509532,1114.81132955645,3093.64239484969,6186.5679818531,1730.55521143797,3608.91789229222,1985.04179392229,4078.66132528855,1537.7305265114,4631.04196536913,435.802571268083,1256.67056479767,826.888942905062,2416.32008756503,1869.17617139846,5545.81249897233,926.573259519963,1614.64121802053,774.459651618753,2199.04795603471,1008.95104892232,3930.95825912271,1383.2616991524,2632.58899516631,1194.73644097057,3353.73090120142,1402.73852425746,4727.72259584295,20637.9989440175,6401.8976277426,153984.274778331,57988.8521985114,4733.79496000266,26312.2122365798 -390,4770.89200716244,4150.2661628679,1010.22072708224,1662.83484603232,2187.86747409008,2959.76431296604,2312.28841258084,3487.89080589963,403.977160241494,1275.60795454797,3215.87591177062,7078.89767512807,1798.93152088862,4129.45603320165,2063.7778055332,4666.95367413898,1595.32835322883,5299.00783410651,448.060720003317,1437.92848727146,852.054984946714,2764.84194474265,1925.89498078022,6345.72178319653,946.293511533694,1847.53161978313,797.508883412702,2516.23121399959,1048.11845041209,4497.94641603438,1437.83009768029,3012.30474992186,1228.34169701623,3837.4617314734,1442.19441231465,5409.63335253587,21666.6028719583,6677.8850462488,158803.139688568,59339.4743608432,4972.69676172242,26883.0845677598 -391,4644.59371610742,4650.09937294209,982.581199996723,1863.09671992169,2129.02290729374,3316.22060746802,2249.63662980445,3907.95149345235,393.256740375642,1429.23453985528,3130.517173657,7931.43773157134,1751.18262485261,4626.78299584377,2008.93597350589,5229.01363479474,1552.60432604456,5937.18861384221,435.937975696671,1611.1039857685,828.992430077568,3097.82295616616,1873.76764461437,7109.96252455204,920.512753423613,2070.03726737072,776.369815240256,2819.27103738124,1020.30818766295,5039.65215432723,1399.66710293281,3375.08870010464,1195.10764714458,4299.62264851053,1403.17435695065,6061.13720742454,21088.374953465,6499.16825022574,154561.297955417,57748.3303158242,4839.97353854477,26159.5569284 -392,4523.61346503516,4825.61282979807,956.770947040934,1933.41748503764,2044.96830932925,3441.38811375842,2174.19565935398,4055.45330380772,377.397155007125,1483.17960094529,3003.42417828225,8230.80209832147,1680.08796767788,4801.41639883042,1927.18249067329,5426.37764476194,1491.99445817019,6161.28199638042,421.353100463449,1671.91353137564,800.217753466307,3214.7472565216,1808.82019645545,7378.32111234089,894.110349840647,2148.16880123234,750.201978696825,2925.681667757,979.336943831191,5229.8689002541,1342.89890421046,3502.478125027,1155.12375747308,4461.90770388105,1356.22932332774,6289.90890850764,20094.3757099713,6220.25548442838,149106.712266633,56012.3039676176,4609.91995170352,25398.5161501397 -393,4380.56900600097,4815.41082400656,923.93755997771,1929.32997593249,1960.49169221153,3434.11254841456,2095.31689063763,4046.87952063201,361.341321845982,1480.04395633136,2875.04127396316,8213.40105649788,1608.27174725796,4791.26554760468,1844.7603844576,5414.90553995136,1429.73414903132,6148.25620321649,406.022125346574,1668.37887740907,770.429133828741,3207.9508409603,1741.54518238738,7362.72233196323,865.2615268447,2143.62727846119,720.92792993702,2919.49637640204,937.799479414114,5218.81224181691,1285.53601802293,3495.07340704061,1113.09446289033,4452.47462049006,1306.88278241978,6276.61118045197,19136.1738234329,5945.19177917341,143376.116729224,54093.2976849071,4388.71457974078,24553.6942519253 -394,4208.42066562127,4846.9265685602,884.461419386043,1941.95699217335,1862.14717750455,3456.5880168221,2001.42192718784,4073.36540644174,342.499171385223,1489.73050000554,2724.45130584859,8267.15585729758,1524.03309881404,4822.62326693658,1748.08683908667,5450.34483807488,1356.52398177355,6188.49511097175,388.143356614138,1679.29802936532,734.966193009008,3228.94613356136,1661.51777205258,7410.90963824179,830.314385914712,2157.65682073604,686.255105592334,2938.60380158064,889.038463870527,5252.96815488388,1218.24601743841,3517.94785009818,1064.08048745147,4481.61503195222,1249.33553666971,6317.69014169853,18024.0667146954,5624.55102068655,136604.915596738,51804.3444945185,4132.116348264,23547.8153224716 -395,4035.386368676,4866.55080498516,847.658284899027,1949.81958769702,1771.0949295643,3470.5830504803,1910.92769168187,4089.8576484121,325.666966817533,1495.7621208952,2590.11911901367,8300.62791816145,1448.88890426265,4842.14910415325,1661.79602480272,5472.41219440615,1290.78067298761,6213.55109014836,370.44144157576,1686.0971712731,701.285536056487,3242.0194907563,1585.3911486825,7440.91492939025,795.111964684381,2166.39274173156,655.035581550294,2950.50162073383,845.438296525669,5274.23637249479,1158.20794336876,3532.19131745104,1015.55134979683,4499.76019501765,1192.35753834076,6343.26920571913,17063.5719032054,5338.99379490784,130282.970432267,49558.0057987466,3910.91097630126,22537.4886581067 -396,3965.24161753425,4779.08649539302,830.859487113139,1914.77636490924,1726.11749738883,3408.20783596871,1870.00495535045,4016.3524925259,316.924139097388,1468.87946694568,2520.12846300005,8151.44449870561,1409.73677254956,4755.12335525874,1616.85553350565,5374.05901295019,1257.04428119176,6101.87775558487,362.709633882051,1655.79371182096,685.641785676771,3183.75214540098,1550.11473342853,7307.18274141713,780.650916669153,2127.45714790875,639.459174568589,2897.47359379047,822.837381388996,5179.44491517074,1126.94078722602,3468.70884550977,994.354888336377,4418.88804664015,1167.47080010386,6229.2645063195,16527.7349982113,5188.35182989348,127262.767285289,48587.7044496283,3787.03596800212,22118.0618583293 -397,3930.96706299025,4679.92561515855,822.536164335993,1875.04682455051,1700.80579793758,3337.49120647007,1848.83828401033,3933.01751859842,312.127875904703,1438.40180535888,2481.66361792491,7982.31083425881,1388.21989063303,4656.45968428617,1592.15230576924,5262.55309593659,1238.67388158495,5975.27038618275,358.404359958098,1621.43778164285,677.536507741567,3117.6927289224,1531.787191925,7155.56659607816,773.748945996391,2083.31471113739,631.518856025455,2837.35414788938,810.452982063755,5071.97703037532,1109.76174631414,3396.73688544389,982.552140981446,4327.20089496695,1153.61320955997,6100.0139995008,16222.089729309,5103.76878374376,125653.594876015,48092.5722968524,3716.25024897405,21903.0117526402 -398,3949.12365043052,4588.49746322036,827.346196384137,1838.41545899826,1708.73724050778,3272.28917588028,1855.78534457688,3856.18114280193,313.598671695166,1410.3008418772,2493.36207807423,7826.36649074006,1394.76390205818,4565.48996841505,1599.58893291012,5159.74259346202,1244.54805929143,5858.53606737859,360.073413419462,1589.76098332405,680.049331889738,3056.78473423265,1537.5253009774,7015.77372675755,776.26863844388,2042.61457408223,634.473575169079,2781.92291511606,814.271027919789,4972.88966773474,1114.99282230085,3330.37741702616,987.127788588153,4242.66365796245,1158.98547155119,5980.84265947673,16299.3309676259,5127.36116730423,126218.480425172,48300.7135984805,3733.94667873107,21997.0773716888 -399,3985.43682531106,4521.63210269758,834.981386768528,1811.62535756704,1724.78818268871,3224.60411181871,1874.67336157352,3799.98737906523,316.540263276092,1389.74939230279,2516.75899837288,7712.31764987626,1407.85192490848,4498.95988200917,1614.66935967435,5084.55282786183,1256.39402145334,5773.16321288298,363.411520342189,1566.59437112756,687.020998843556,3012.24008428279,1553.22823367813,6913.53715730401,784.484822456049,2012.84880413251,640.686932571124,2741.38365795033,821.907119631856,4900.42279526975,1125.45497427427,3281.84586863775,996.279083801566,4180.83792146799,1169.72999553364,5893.68750599534,16453.7584618379,5176.16880785614,127420.584786843,48764.2668085365,3769.33953824511,22207.6945016491 -400,4080.11178059286,4540.54154942976,850.172244070943,1819.20156731156,1733.99461133529,3238.08939286323,1900.31130060377,3815.87891055108,317.169980165286,1395.5613185073,2520.72877764704,7744.57053035608,1410.07258306295,4517.7745136083,1617.06732555097,5105.81640673594,1260.78291579396,5797.30655753614,369.16201645189,1573.14586230131,694.968808263732,3024.83725984342,1571.45646996845,6942.44954107115,800.624098342353,2021.26652949742,646.218817323498,2752.84811305749,823.759461387584,4920.91634310994,1127.29868655859,3295.57053447229,1012.04385369709,4198.32216834529,1188.239391665,5918.33488274327,16309.865412814,5169.30258500403,128731.378389204,49662.1064385297,3733.94667873107,22665.7946418796 -401,4150.93501234037,4798.25586507683,860.553069325214,1922.4567147075,1734.17145085396,3421.87848119138,1917.06626793586,4032.46246370637,316.173626982707,1474.77128195049,2511.81024026871,8184.14071652954,1405.08363496599,4774.1966065123,1611.26873417189,5395.61487389164,1258.82832680266,6126.35296660585,372.848302446642,1662.43525760855,699.755120649912,3196.52247753782,1582.47132898935,7336.49254517407,813.184748742104,2135.99058052062,648.589239344681,2909.09563547605,821.381216701722,5200.22016048835,1123.37628527978,3482.62216602598,1022.14966880725,4436.61262614694,1200.10461623498,6254.25067769242,16088.3345106943,5137.04444965486,129372.40528609,50294.7891657156,3680.85738946001,23001.0772028672 -402,4187.58742752379,4810.53725448139,864.979273443797,1927.37734424261,1727.82209670648,3430.6369599604,1923.87040043284,4042.7837644391,314.245628112271,1478.54603696681,2495.75256387138,8205.08845710606,1396.10111791125,4786.41641497337,1600.97961959805,5409.42523524098,1252.82879857099,6142.03369071234,374.163648519891,1666.69034848587,701.298068606963,3204.7041457087,1586.04348357355,7355.27068547015,820.450733946535,2141.45776126744,647.895685151667,2916.54161945836,816.527728502522,5213.53039874497,1116.24365854242,3491.53612146575,1025.75564084552,4447.96837057388,1204.33838338396,6270.25876274797,15864.0780913953,5094.39843230858,129383.521724962,50589.1018299892,3627.76810018895,23169.6065711682 -403,4149.57487260958,4654.71301951564,853.830792330404,1864.94521155782,1698.75698682783,3319.51083174404,1898.50641718904,3911.82880995063,308.289117691742,1430.65257041952,2447.96897165325,7939.30699361905,1369.37141422217,4631.37350882066,1570.29056745623,5234.20165743777,1229.80570719329,5943.07925997854,369.76994774891,1612.70246007785,691.328639409414,3100.89649484155,1563.6521912897,7117.01675105531,812.088003865349,2072.09107731751,637.414134640046,2822.0682077465,801.15036449236,5044.65229992175,1094.90361679668,3378.43733099784,1013.71047459848,4303.88856579722,1190.19616912951,6067.15083050355,15482.1682915153,4991.00967416424,127449.977684806,50020.9883549919,3539.28595140386,22936.4641022907 -404,4009.11575017463,4353.46148655886,821.837689891531,1744.24655591424,1620.0022706411,3104.67315592239,1822.70288677603,3658.65650465033,293.238257477134,1338.06119514881,2327.71495797399,7425.47759266254,1302.10242074851,4331.63250150656,1493.09435553113,4895.4458057887,1171.25566879837,5558.44507736711,355.317712786231,1508.32887436704,662.755498148367,2900.20746875235,1499.16474984003,6656.40571073008,783.641007238763,1937.98600771369,609.562816916767,2639.42485892396,762.193324174648,4718.16402186599,1041.16669386659,3159.7859510536,974.090213265145,4025.34227890788,1143.67807107244,5674.48677566148,14599.8364333055,4735.4507692264,122004.365453373,48164.7903122384,3335.77700919813,22118.6465624334 -405,3624.8872345856,4119.92007474818,738.919108634974,1650.67646129601,1445.54918359225,2938.1229856077,1636.95472875557,3462.38790136431,260.766449316957,1266.28091144378,2069.25903062682,7027.13789775237,1157.52454298788,4099.26210545041,1327.25617170205,4632.82964886244,1042.71569814511,5260.26232903033,319.739793173462,1427.41458216942,594.216506426753,2744.62585883401,1344.3243729112,6299.3228716908,707.357665947585,1834.02276152254,544.516448765103,2497.83293033461,677.937454756115,4465.05814503143,925.607634471293,2990.27925521927,876.554678007486,3809.40281975799,1029.16172412077,5370.07897120964,12864.5937803059,4200.74729382999,109241.220751454,43394.7624382608,2937.6073396652,19964.6815342081 -406,3164.40705836045,3971.50365966181,651.27001879664,1591.21232645646,1275.08220104999,2832.27974770619,1435.37386186104,3337.65849141567,231.300940232428,1220.66428054827,1835.97942193764,6773.99157545006,1027.03006721675,3951.58987512746,1177.53025284489,4465.93612769819,924.116607340411,5070.76610989887,279.466971299246,1375.99325571552,522.024813300346,2645.75318088615,1180.76192900579,6072.39543107897,617.199460917249,1767.95374112568,482.376473583689,2407.85074566138,601.220678222175,4304.20844139288,821.222902869691,2882.55713461626,766.148243887932,3672.17250949209,899.533671309746,5176.62670631677,11502.5310400725,3730.36473822521,96202.3590203612,37974.0857789366,2627.91981891736,17425.9814521355 -407,2585.81515523885,3709.50060585809,550.117535605732,1486.23886438562,1161.33316683318,2645.43214369602,1239.14153439463,3117.47067535326,215.038114206243,1140.13614899419,1711.14454154641,6327.10630697225,957.198578874741,3690.90054851826,1097.85345653956,4171.31499579952,850.806585076234,4736.24389368845,239.116779210182,1285.21795600411,456.225449086588,2471.2108733859,1031.07050521204,5671.79498268812,510.575777306632,1651.32051631881,429.528924660472,2249.00303896669,558.057596738528,4020.25660539012,765.103607233982,2692.39269395263,655.52970221964,3429.91655456169,769.656583297568,4835.12078773168,11418.1504721494,3536.49782905436,85007.1749363685,31959.7446149505,2619.07160403885,14475.4675343654 -408,2336.44287980101,3461.33848547187,494.275871526681,1386.81087469777,1149.76719233217,2468.45520801882,1164.23157239149,2908.91480348852,214.009081475598,1063.86210719553,1738.53171128436,5903.82881388662,972.518710702343,3443.98275456818,1117.56921450176,3892.25792474211,865.932163299612,4419.39360783922,223.497237314195,1199.23807703691,447.970765710752,2305.88917771278,1010.51831855798,5292.35720416962,438.856700840579,1540.84871854641,407.163842930355,2098.54683954631,547.933635728492,3751.30519933973,775.655202639379,2512.27414139369,612.709312610411,3200.45834566326,719.381218732825,4511.65573016784,11748.1338491932,3548.69518500157,82259.6578957622,30177.9052338367,2680.67519929103,13519.4400756497 -409,2471.52162247661,3306.48896315053,521.59364300515,1324.76926784587,1210.55890634826,2358.02419659429,1229.61959431903,2778.7789991792,224.886012105631,1016.26822413369,1826.68768422798,5639.70986812778,1021.83235427373,3289.90967368741,1174.30349518056,3718.13040646341,910.504100832777,4221.6836779967,236.195834643644,1145.58789397676,472.747074516948,2202.73086505614,1066.46460471367,5055.5935971259,464.816393123743,1471.91593747405,428.276649284076,2004.66437845889,575.824946753853,3583.48346776466,815.000304606448,2399.88280712578,647.522041995093,3057.27978970422,760.254799689954,4309.81827982106,12314.7718299442,3727.79064239425,86685.1062752227,31891.8819758743,2809.55381464156,14303.3845547759 -410,2558.30714626569,3215.25575500186,542.094417020892,1288.21600796528,1275.71374162233,2292.96119026188,1285.06973139202,2702.10645447797,237.216881286052,988.227177736563,1927.57939546785,5484.09803030487,1078.27025316202,3199.13392412499,1239.29647113368,3615.53911731131,959.374340701332,4105.19826098035,246.959739791706,1113.9786371643,494.88606456597,2141.95273884831,1116.35777008631,4916.09879520701,482.330709940154,1431.30258155558,448.96312987824,1949.35133657475,607.245132126434,3484.60737993995,859.964861452954,2333.66483086303,677.030885162588,2972.92280362886,794.901094636552,4190.90103781967,13099.4568948262,3945.14759299872,90854.3357968157,33193.8714923759,2989.98387613231,14865.325420419 -411,2777.45558449178,3203.7541344522,587.557141802543,1283.6077985914,1391.47704931635,2284.75880402729,1398.88112004435,2692.44047282912,258.489777495705,984.692089121138,2100.62770382676,5464.4803017607,1175.07189137321,3187.68997462717,1350.64238175326,3602.60560216401,1045.0139088054,4090.51313597731,269.159000827878,1109.99371012851,538.785940276104,2134.29054040602,1215.43563017062,4898.51291488033,524.271666815022,1426.18252254964,487.844653398295,1942.3781123277,661.661495605255,3472.14223411562,937.15535504444,2325.31683946828,737.88932857507,2962.2880570904,866.354915055456,4175.90933663908,14302.4383322374,4303.98768743267,98903.4971312846,36091.9949382232,3264.92492221344,16166.438811419 -412,3416.2131358764,3204.53390330709,723.778339697529,1283.92021875263,1700.63667820175,2285.31489656173,1713.90107531512,2693.095791913,316.503755322264,984.931755522034,2571.77450142981,5465.81031379304,1438.62709326134,3188.46583359042,1653.38866750489,3603.48244836604,1279.87533841829,4091.50873508078,329.14528272777,1110.26387397004,660.075402071288,2134.81001013461,1488.94818626151,4899.70517484974,643.448722898105,1426.52964429052,599.408401182768,1942.85087206295,810.225187284351,3472.9873265479,1147.36934015263,2325.8828035133,902.339475657951,2963.00905497888,1059.43562199829,4176.92572051403,17466.4655989665,5260.67491490143,121219.841359891,44292.9470730245,3986.64516817641,19830.5905005348 -413,4666.3128632738,3214.47597984381,962.153379741151,1287.90358527864,2159.33037813169,2292.40509323235,2254.4241240252,2701.45113009691,395.528060034966,987.987509398359,3208.44813720498,5482.76800752156,1794.77649185057,3198.35805889019,2062.45379229885,3614.66226402142,1608.66370773156,4104.2026538291,436.819954786752,1113.70847113893,859.924587678427,2141.43326492065,1941.09980927967,4914.90652560014,873.780516758348,1430.9554570088,767.874658701105,1948.87857301801,1013.66191589328,3483.76228067648,1431.78331597802,2333.09886224312,1197.52555981551,2972.2017999123,1406.01322511897,4189.88464572893,21013.8825157062,6503.1508328089,156669.344324899,59246.5736746559,4785.6925833497,26814.9218686655 -414,4642.45131422397,3261.71711024479,953.882857010552,1306.83109371159,2149.01350624641,2326.09512813082,2245.69690897895,2741.15265716042,392.788480405937,1002.50734002042,3186.19135835786,5563.34479827244,1782.32625368218,3245.36231435095,2048.36572482033,3667.7846803782,1597.68641034824,4164.51953719588,435.556713345413,1130.07594361148,856.227216583361,2172.90456187463,1932.85704017954,4987.13781354268,871.224135599943,1451.98530876891,761.149433091889,1977.52001485205,1006.64799129002,3534.96094236174,1421.85343244832,2367.38694785356,1194.06243067582,3015.88237916942,1401.94716963415,4251.46074340552,20863.3867214958,6462.74989157383,155784.898143723,58976.7204177886,4751.32495258955,26717.0122758163 -415,4515.67240037655,3485.38142468087,926.715468106198,1396.44385618591,2087.6720458497,2485.60144169566,2182.0112252473,2929.12053086189,381.669226684173,1071.25184156488,3095.91276236487,5944.83763110238,1731.82523422464,3467.90513845304,1990.25499492914,3919.29409039395,1552.14714118375,4450.09133136435,423.247749876781,1207.5681517477,831.89046090336,2321.90620510121,1877.93089069049,5329.11865441964,846.672005894571,1551.55166835203,739.852648565608,2113.12363817557,978.168534540119,3777.36228772928,1381.57175466801,2529.72474748477,1160.31786794008,3222.68917508624,1362.32772177066,4542.99431924476,20260.350056762,6277.39719107781,151402.211629732,57332.1663742739,4613.85442954899,25971.9067841397 -416,4374.701746417,3744.78524266512,896.340263517872,1500.37591519389,1982.24912926855,2670.59539942929,2091.37040317499,3147.12394468085,361.681971553161,1150.98108317867,2932.38549455681,6387.28951538806,1640.34957886494,3726.00826224653,1884.88586458388,4210.99239453132,1473.59265029531,4781.29487584879,405.858866397396,1297.44290313685,795.689170945429,2494.71694264042,1796.3820726689,5725.74489327501,817.779463512254,1667.02781788341,707.816637455342,2270.39547526459,927.237221317345,4058.49714212658,1308.69168972679,2718.00263675678,1112.64689459047,3462.54179789363,1306.35729305249,4881.11228336421,18990.0341528144,5925.28945216837,144648.092278758,55220.5469285766,4321.72956808779,25058.8951721565 -417,4249.2776889969,3931.475417957,868.939003814419,1575.17471524789,1910.22479599042,2803.73358785537,2024.06073198906,3304.01868839107,348.224555933219,1208.36137236805,2822.73341908537,6705.71744168996,1579.01121248878,3911.76234173087,1814.36444001681,4420.92456883361,1419.69518519337,5019.65855244219,392.676295348242,1362.12480805843,769.45849319652,2619.08699676767,1737.19564605861,6011.19258881264,794.125173093663,1750.13477739376,683.513527977546,2383.58234761975,892.85072758696,4260.82691373879,1259.79212724963,2853.50423586552,1076.50736936399,3635.16118547276,1263.92592279783,5124.45219440063,18202.0610806195,5696.27185088369,139740.396179419,53525.1136382366,4141.29950659704,24307.9398266601 -418,4127.17449689344,4048.70099060348,843.592799675295,1622.14200828241,1852.84695217791,2887.33306144824,1964.60247711799,3402.53526082397,337.669495714478,1244.39132010542,2737.08040735078,6905.66313218498,1531.09770248536,4028.40012572206,1759.30447841565,4552.74414268656,1376.82065054898,5169.33069476621,381.187030969339,1402.73955027743,746.728028240267,2697.18082678495,1685.89599052174,6190.4294957238,771.235467611589,1802.31888887298,663.128005203022,2454.65408938203,865.806933235257,4387.87282444936,1221.57131260561,2938.58773061933,1045.00998100881,3743.55149860634,1226.94487949473,5277.24898927422,17636.4472315356,5522.3482470631,135591.656643424,51968.1223412307,4012.42089124651,23605.0706205504 -419,3920.85071158427,4098.60633598604,798.881987764218,1642.1369541603,1728.62193024319,2922.92308254402,1849.419834351,3444.47579873029,314.380308017938,1259.73001238352,2547.16158072243,6990.78413877627,1424.85885092351,4078.05523734425,1637.07478412769,4608.8624555495,1283.86325931977,5233.04921443899,358.920384319675,1420.03008417974,701.616178411206,2730.42698179425,1584.17442940594,6266.7343457899,731.215678957199,1824.53474201884,622.273479269634,2484.91079651097,806.331049449608,4441.95889040165,1136.88722164031,2974.80953014809,983.966802458572,3789.69549168682,1155.27416178734,5342.29773801875,16249.3997026557,5122.99331578948,127213.818408537,49122.2676083707,3694.5203067152,22349.7769059843 -420,3815.49195940844,4035.57484687876,773.218424601012,1616.88292167857,1650.34312216612,2877.97214572894,1782.99164239,3391.50402711082,299.067536116757,1240.35692503515,2421.89046758607,6883.27453717687,1354.78333798068,4015.33979868047,1556.46988341353,4537.98385930246,1223.39515199514,5152.57139892847,346.476649624061,1398.19178026724,674.855474493351,2688.43639659213,1523.96087785393,6170.35973323277,710.505885692781,1796.47565746913,596.514028647595,2446.69594615375,767.308793749223,4373.64706426772,1081.05620545087,2929.06064403296,949.852769447336,3731.41466876248,1115.22091934687,5260.13981552563,15277.8821970066,4856.19570711436,122116.081917713,47557.8533773679,3471.13070677428,21687.6875426425 -421,3786.06153345123,3893.78648281687,766.384833262431,1560.07436452302,1628.29130751479,2776.85570560785,1764.98303015809,3272.34484261811,294.95724638995,1196.77746339052,2388.25989717278,6641.4333440269,1335.97070501792,3874.26238522403,1534.83012610751,4378.54354857513,1207.17275240024,4971.53779229589,342.754310913535,1349.06685192594,667.703127127004,2593.97922183496,1507.80098220948,5953.56652645453,705.008889731876,1733.35717888445,589.92457407519,2360.73222878389,756.835398625029,4219.98066338155,1066.06801983537,2826.14922924983,939.648117166005,3600.31285511887,1103.23965018089,5075.32683410935,15016.31412729,4783.64896564453,120728.030100891,47124.2641128993,3410.98735294404,21498.7224764459 -422,3807.04123292505,3775.52121836386,771.848387558125,1512.69051127352,1639.01728410248,2692.5147753024,1773.98828302297,3172.9545114067,296.97169731031,1160.42796045196,2404.63961115699,6439.71430415542,1345.13336694822,3756.59012261517,1545.28822987991,4245.55484645281,1215.34725761255,4820.53818450059,344.810297199206,1308.09189125157,671.158103398285,2515.19276551289,1515.65040953697,5772.73993958417,707.949504534377,1680.7102384174,593.691681868641,2289.03014070794,761.989902493272,4091.80796276126,1073.37489656726,2740.31111576932,945.284526631144,3490.96121146732,1109.85735131071,4921.17486073582,15129.19064783,4816.76262692559,121466.524746977,47383.2797041097,3436.76307601414,21613.5772072406 -423,3871.19040550255,3759.73085335441,786.651736479074,1506.36398469934,1680.50591537035,2681.2538688907,1812.85600173915,3159.68426155357,304.949953672193,1155.57470178834,2469.77812893419,6412.78148255594,1381.57125698759,3740.87893314059,1587.26499931463,4227.79865947468,1247.27871416364,4800.37724430906,351.838386514044,1302.62105762777,686.584299207156,2504.67347306569,1550.33611671498,5748.59660533211,721.374387967675,1673.68100282188,607.910768676824,2279.45672836328,782.348547017123,4074.6947914814,1102.41469198503,2728.85031068975,964.551770489758,3476.36096197202,1132.47899763363,4900.59302770349,15615.9310220214,4954.47640305032,124269.238336641,48305.7974549594,3548.4578759846,22012.6940816397 -424,4011.85314876773,3832.83438362579,813.735637158444,1535.65345499665,1730.50060711538,2733.38768671302,1871.21914681633,3221.12059385284,313.649657609694,1178.04348838184,2539.81210300386,6537.47045193139,1420.74762042434,3813.61591006713,1632.16778073364,4310.0032159547,1283.3795655015,4893.71491577571,363.663376262971,1327.94898710801,708.102790044482,2553.37389344148,1599.05977043719,5860.37128345327,746.185261670226,1706.22375511631,626.533911348121,2323.77807487551,804.756579398825,4153.92242389822,1133.70405291677,2781.90958516298,996.969537383693,3543.95469905856,1170.54065619958,4995.8792768319,15997.934541271,5089.18224395494,128174.31728883,49958.367983458,3634.37695288496,22783.3459395349 -425,4097.27158536161,4162.5475585756,827.837373682097,1667.75547809284,1743.11227196432,2968.52279623015,1898.34289143399,3498.21211192954,315.096233893981,1279.3827115016,2550.58462415924,7099.84542645555,1426.77367005982,4141.67584793428,1639.01857256431,4680.76404257618,1290.91296888593,5314.68856626078,369.279975786789,1442.18358033262,717.165271696647,2773.0236171126,1619.6865662458,6364.49993313007,761.280334030169,1852.99880333585,632.977968150049,2523.67720180339,808.665387991701,4511.25666112218,1138.57662522855,3021.21870993651,1012.36723479956,3848.81748172842,1188.61907300299,5425.64144580722,15931.0158920223,5099.16585586985,129624.200946033,50836.174186637,3617.19313750489,23221.837927814 -426,4113.41098821123,4209.00891381853,826.83499613657,1686.37056383916,1717.74805983028,3001.65673409909,1890.5483083774,3537.25831461199,309.37107041114,1293.66287378546,2502.96683484518,7179.09219442312,1400.13671499617,4187.90423816023,1608.39351649774,4733.00960564306,1269.84812713703,5374.00984247632,367.895440241165,1458.2808867798,712.650243087474,2803.97544013892,1609.64749060123,6435.53895146574,764.228713536016,1873.68153054918,626.29817806811,2551.84588008068,794.239360183457,4561.61022354398,1117.40684107209,3054.94082692705,1008.57158241192,3891.77705726898,1184.16260239889,5486.20115139306,15451.0300272116,4988.78520947539,128457.30735304,50805.9139766387,3505.49833753443,23258.9669144343 -427,4071.14223211207,4050.97532430919,814.838615650525,1623.05323690943,1683.65083454916,2888.95500362587,1861.83778557827,3404.44661477343,302.439813169218,1245.09034952967,2446.20834313991,6909.54234738469,1368.38653476285,4030.66305553764,1571.86843791691,4555.30161963564,1242.32105199591,5172.23453554437,362.896382966602,1403.52753087835,700.876181852294,2698.6959520755,1583.23490799424,6193.90693268139,755.536241127105,1803.33133079125,614.540336818954,2456.03297672004,776.587653068289,4390.33768591584,1092.11433977517,2940.23846480258,994.86685396334,3745.6544163995,1168.07189829038,5280.21345251258,15003.0206850061,4868.06992621959,126221.308242199,50150.9724208151,3402.395445254,22991.4796553602 -428,4004.88838375792,3779.16014598985,803.159594188563,1514.14847455135,1668.24733409083,2695.10987829151,1837.84446652946,3176.01267242866,300.105332404091,1161.54640559345,2427.81647223189,6445.92103772399,1358.09829068495,3760.21080404856,1560.08799092779,4249.64680248348,1231.89131654132,4825.18432169786,358.04557404172,1309.35265802921,692.450411628735,2517.61696177872,1564.11964531262,5778.30382907885,743.640527566841,1682.33014268071,607.945801107207,2291.23635662728,770.490648964974,4095.75173427644,1083.86989636215,2742.95228588763,981.568542817818,3494.3258741083,1152.45836821656,4925.9179937014,14960.4579347077,4837.51877600813,124800.126218655,49426.9415479977,3393.80353756397,22640.5029183279 -429,3625.44479737907,3631.52350606153,723.328229666617,1454.99676239844,1492.05831337684,2589.82273741953,1653.54182835763,3051.93858686108,267.554087833553,1116.16944303614,2163.7288915607,6194.10473820498,1210.37011765259,3613.31443896041,1390.33042682677,4083.63013460912,1099.31165736698,4636.68370971765,322.758081815282,1258.20149760068,621.970778086247,2419.26375775852,1405.11300709373,5552.56865807388,672.285657963625,1616.60824683063,544.23257057573,2201.72693551079,687.076086838013,3935.74712990136,966.022301970746,2635.79613390453,884.829203371706,3357.81656755897,1038.87683374688,4733.48212089927,13225.3437131288,4302.86850849379,111969.126988918,44597.671202739,2998.57578382234,20463.7062283332 -430,3176.45385177952,3584.34736112582,640.556108011505,1436.09529087297,1326.70548389127,2556.17904693692,1458.13989478984,3012.29167369411,239.440525100689,1101.66958606714,1937.24725536747,6113.63878985335,1083.67836541204,3566.37484311692,1244.72175458696,4030.58079408508,982.620143273026,4576.44979897866,283.614682348769,1241.85654041947,549.868641603101,2387.83575309788,1241.93475579561,5480.43673235689,588.772448451293,1595.6073239867,485.514151645339,2173.12489318747,614.697485824663,3884.61889770884,864.847342443632,2601.55521539568,777.51903851877,3314.19607583028,912.884106713842,4671.99072804078,11966.4047407968,3858.85708139477,99269.913948817,39214.5152439876,2715.04283005117,17937.8905466627 -431,2609.90899970097,3370.95003164336,544.33356175676,1350.5960718859,1222.70703222912,2403.9946386367,1269.20820795378,2832.95219176771,225.442843342553,1036.08070085236,1829.35005134549,5749.65783049529,1023.32165804641,3354.04752358627,1175.87265599186,3790.61655762477,916.200895318067,4303.98676255413,244.566825438577,1167.92149935732,485.371217700054,2245.67381352688,1095.28983760141,5154.15402444568,488.995936240039,1500.61141328499,436.670371515284,2043.74595690814,577.640543397703,3653.34463344004,816.314285175074,2446.66929627755,670.470800008694,3116.88244500481,787.198907064287,4393.8395768595,12067.2055762524,3710.37914843391,88601.4468820941,33252.6443463917,2749.41046081131,14998.1149488721 -432,2516.33491950555,3147.61061932103,559.703036953589,1261.11348384742,1276.42087559604,2244.72002917078,1205.69491914944,2645.25736636022,243.589462364232,967.436059823944,1933.31284095676,5368.71916665776,1081.47749003816,3131.82797248431,1239.42786640907,3539.47249842124,943.020300328334,4018.82979933349,230.138328428736,1090.54185894244,470.705864323534,2096.88861497079,1061.01382696906,4812.6699561466,487.208323729553,1401.18968705908,471.622528937205,1908.33931585227,633.205866588845,3411.29540821149,862.819778722672,2284.56731385471,630.915615384764,2910.37606341784,740.757215488338,4102.72949224753,13289.2804627544,3952.29786692721,89697.9134819595,32172.7282412724,2973.5423458308,14243.9812982676 -433,2589.24998455929,3002.0533693089,570.764545149579,1202.79489464986,1280.21581332447,2140.91580621905,1225.41260867143,2522.93080364683,243.088810354025,922.698209606336,1928.41637775816,5120.44957664264,1078.73845338671,2987.00057090305,1236.29429803355,3375.79409417348,943.181509458718,3832.98412634363,234.409867932814,1040.11113760849,476.903815000055,1999.92066775922,1075.19302541882,4590.11415469751,500.918721732146,1336.39345199057,474.501039302266,1820.09059118461,632.097790056768,3253.54439048702,860.707829185189,2178.92040389988,642.625881089983,2775.78942373253,754.506223445823,3913.00398466108,13102.9029959352,3930.37313944985,90545.1375923357,32871.434645951,2929.81378192152,14612.4334450252 -434,2763.7956910818,2925.57082806001,616.155287720702,1172.15159860306,1422.10183654386,2086.37224509066,1335.6056747228,2458.65474472305,271.21858489848,899.190864734333,2153.12134032122,4989.99720029177,1204.43635067661,2910.90152592598,1380.54692070652,3289.78985664228,1049.33078375201,3735.33217599974,255.138809675796,1013.61249378062,521.921682665197,1948.96920349474,1176.45221405185,4473.172997434,537.136105986785,1302.34649987387,522.318671622675,1773.72061150998,704.917722654641,3170.65467720126,960.876790912923,2123.40860941513,699.45349918098,2705.07135080641,821.227457020379,3813.31338897629,14886.9150679223,4413.47869853253,99461.6134170331,35506.0683624772,3332.11656988686,15708.8140280097 -435,3155.18972770788,2893.73018139262,710.398811748845,1159.39440792637,1687.36084296019,2063.66507258422,1556.3158744427,2431.89581061932,323.206829033301,889.404460544099,2567.54987959068,4935.68823049967,1436.26387851091,2879.22053359395,1646.47059016424,3253.98520770654,1246.86315338075,3694.67843729665,296.84408769105,1002.58077410302,610.610990777884,1927.75746622319,1376.08772554591,4424.48891857754,615.896199714843,1288.1723242418,613.936526015484,1754.41620406372,839.680905000722,3136.14664399531,1145.68869848043,2100.29834914919,813.786958207274,2675.6305250144,955.466224741824,3771.81093650244,18035.3429475221,5290.12754386864,116784.487939879,41010.4528934155,4040.51930521714,18057.7543303019 -436,3827.38386702621,2900.03333030334,860.250347121227,1161.91981117454,2017.17380410857,2068.16016626572,1872.35592424288,2437.19298778127,386.473314213244,891.341769278937,3069.4008418807,4946.43919065961,1716.9947088105,2885.49207746033,1968.07293627558,3261.07306733124,1492.24988053939,3702.7262188477,356.771774718529,1004.76460449427,733.839124903507,1931.9565247434,1653.80119962048,4434.12637983326,744.991907464409,1290.97823269677,738.418488410899,1758.23768909944,1004.19959637804,3142.9778266087,1369.68244664827,2104.87323776071,978.076469640114,2681.45860730683,1148.3583295738,3780.02672875176,21438.4520388915,6308.61202861288,140269.82207231,49513.7254100932,4801.39631723855,21821.7426166589 -437,4598.24609054117,2859.35527176473,973.408777734428,1145.6218460435,2032.20586140067,2039.1505892269,2057.48844349493,2403.00707757434,376.761688172765,878.839136192011,2981.92719804878,4877.05669741278,1668.06275389263,2845.01798552038,1911.37322635298,3215.33079266652,1475.92532388849,3650.78898339979,398.932408051709,990.671017026819,789.503071519091,1904.85744288584,1781.78274283939,4371.92997313623,881.284667824971,1272.86999663859,765.006784909483,1733.57531887955,981.132226113919,3098.89204501426,1331.46931106689,2075.34869544345,1093.65826823066,2643.84644297164,1284.06277117785,3727.00521794946,19116.5050271264,5985.69482754123,147932.802833121,56590.3700903058,4259.16212476352,25589.5026478054 -438,4566.80667408541,2824.59048086097,962.678316552543,1131.69307534272,2015.49019527592,2014.35806184992,2044.44021205601,2373.790687636,372.657364646604,868.153979608128,2949.29394204128,4817.7601636852,1649.80800947097,2810.42751110094,1890.66610220203,3176.23795806941,1460.26524835533,3606.40173397509,396.880244193232,978.626179121771,783.983277233883,1881.69768678371,1769.44921297479,4318.77490252895,877.120885633988,1257.3941095679,755.713845099189,1712.49805573848,970.475313009057,3061.21490323266,1316.91001030531,2050.11606200264,1088.03233780663,2611.70186489869,1277.45737347678,3681.6913115669,18882.6652674852,5923.19152933811,146649.280260455,56208.3765217761,4206.68784807239,25447.357882451 -439,4465.50999916363,2962.6749318316,941.636189522687,1187.01763231295,1978.50117224686,2112.83305456604,2001.91403974541,2489.83709721021,366.2840519336,910.59502245821,2899.11722662267,5053.28378086735,1621.73961458956,2947.81958350672,1858.45079698606,3331.51323693334,1434.30150735205,3782.7062307826,388.504376972199,1026.46782539409,768.095460392888,1973.6873729817,1733.53452555531,4529.90485758696,857.230450311314,1318.86375497309,741.561331764807,1796.21615767829,953.822790480504,3210.8671031109,1294.48429596405,2150.33913956588,1065.07021125336,2739.37892837289,1250.49757011715,3861.67645519951,18604.9666355099,5824.91489794312,143810.765564496,55005.281311343,4145.4678585994,24885.4785435032 -440,4354.5675469653,3183.48008749658,918.418986258494,1275.48485167067,1901.22055459837,2270.30035767619,1937.0427941314,2675.40212897361,351.635241142387,978.460745262077,2782.30516197961,5429.89989216105,1556.39601587129,3167.51758513868,1783.36772377451,3579.80753712045,1379.0454649221,4064.62748685726,375.970726872766,1102.9694305942,742.212220545464,2120.78428967105,1675.21170830035,4867.51406893864,833.752940529283,1417.15733203377,717.35978938825,1930.08632481772,915.858287303839,3450.16976939555,1242.39565488075,2310.60173312379,1030.70967852728,2943.5420595372,1210.15491267738,4149.48328194813,17711.3294418881,5574.25033994444,138876.982368095,53419.0829093468,3944.31646461673,24194.6321305401 -441,4224.0734065548,3427.74335100203,888.689851801376,1373.35073550154,1826.34239105132,2444.49682169104,1870.83516468607,2880.68139482459,337.353526446396,1053.53645118164,2668.72584929071,5846.52730358304,1492.86078897741,3410.5560717294,1710.5277540874,3854.48036299198,1324.21679838146,4376.49976109361,363.069408130793,1187.59848598608,716.144328517532,2283.50862830308,1616.42608314481,5240.99052833518,808.442067551419,1525.89351548999,690.799083747361,2078.17871791887,878.781168133641,3714.89569962215,1191.72441081799,2487.89045630786,995.341195976199,3169.39526733707,1168.6288226398,4467.86640370561,16892.6959261751,5337.60591492028,133826.692084396,51690.5352424684,3760.65649619777,23435.9135830855 -442,4127.67993511691,3615.9930640037,869.610078961379,1448.77437587801,1793.46228497117,2578.74719518598,1832.4574857374,3038.88677670257,331.580850008849,1111.39607317282,2623.35092653599,6167.61525394962,1467.4784729177,3597.86186914025,1681.46723043032,4066.16622969834,1300.95746501182,4616.85463589394,355.495697146645,1252.82071859073,701.851338593708,2408.91762188751,1584.11004433335,5528.82274381163,790.319359458185,1609.69471848208,677.650334156761,2192.31110974454,863.682721092414,3918.91565609893,1171.43893800089,2624.52398350663,974.578150728873,3343.45665069316,1144.2509578233,4713.23908249193,16653.8765877512,5251.11690085652,131228.122688616,50576.1569968484,3708.18221950664,22916.4632653673 -443,3962.92449604256,3790.46682905315,834.787598442611,1518.67858077897,1708.65982467884,2703.17324476381,1752.46799237503,3185.51482827942,315.864322581707,1165.02157906163,2498.59898780959,6465.20627132329,1397.69338138309,3771.46079350923,1601.40601959099,4262.36111139617,1240.17603696135,4839.62055296086,339.820241051477,1313.27004574249,670.814313633752,2525.14929593816,1514.06566545314,5795.59165164127,757.871941596169,1687.36342335587,647.995374157821,2298.09139380663,822.830759466708,4108.00561211609,1115.76436638622,2751.15878970229,931.604474434953,3504.7803755457,1093.7956195585,4940.6556050751,15794.0590208111,4993.30642237806,125373.829138265,48455.1411508668,3515.77653830582,21964.9547898615 -444,3902.65690928691,3765.25423341024,820.507350055019,1508.57696778628,1671.44730339083,2685.19287003778,1720.32128417115,3164.32611963163,308.589982387121,1157.27234412228,2440.68260180792,6422.20243068353,1365.2954856891,3746.37461804371,1564.25868260656,4234.00967289735,1212.38322639456,4807.42942675665,333.757296008572,1304.53472417749,657.995245965656,2508.35306185731,1485.20467792814,5757.04180661842,745.943286788931,1676.13978953598,634.761306167632,2282.80545366375,803.959315531583,4080.68088166251,1089.93124079832,2732.85923525624,914.983137481197,3481.46804637597,1074.28052914178,4907.79243607785,15365.8759442015,4872.14458085621,122883.866863688,47635.1637614949,3419.57369770541,21611.7459772501 -445,3928.66319737872,3615.53819726256,828.650588423696,1448.5921301526,1698.79743629346,2578.42280675045,1740.3301185026,3038.50450591267,314.429509850556,1111.25626728797,2487.42636177209,6166.83941090968,1391.44351674235,3597.40928317713,1594.25827187858,4065.65473430852,1234.17815274104,4616.27386773831,337.046103698281,1252.66312247054,666.520041904698,2408.6145968294,1504.2726971082,5528.12725642011,751.80916024296,1609.49223009842,644.575948351537,2192.03533227694,819.055917011199,3918.42268380563,1110.7610388343,2624.19383666998,923.999280692114,3343.03606713452,1084.86637133129,4712.64618984426,15752.8341221314,4972.67424557136,124591.650723857,48077.7720455741,3507.03082552397,21779.7972554523 -446,3970.50007140572,3509.29439926247,840.049792388836,1406.02476638447,1727.70185776649,2502.65499103587,1762.53584993802,2949.21703573937,320.16890691195,1078.60163056543,2533.19082909654,5985.6247742706,1417.04374046532,3491.69820937493,1623.54295534772,3946.18411146819,1256.00995143755,4480.62311768168,341.504736267415,1215.85319805965,675.474594535481,2337.83665210201,1524.47060203741,5365.68138985602,759.128597060376,1562.19676313122,654.706155449868,2127.62164160488,833.9309031844,3803.27852396453,1131.16844696279,2547.08102394757,936.222455033979,3244.79983528042,1099.21758466176,4574.1635069013,16102.5871631865,5068.8688380284,126459.639679193,48654.6177199292,3585.74224056066,22022.6911582925 -447,3973.92412357967,3472.77512685941,838.712306822327,1391.39304968956,1714.6559513539,2476.61125433264,1758.55562092143,2918.526176538,317.23243042376,1067.3772240952,2509.47673981209,5923.3357107825,1403.7782961903,3455.36205072029,1608.38188774779,3905.11837114454,1245.68105095273,4433.99576826225,340.635761078723,1203.2004909652,673.329106265125,2313.50808806079,1519.66470600227,5309.84373190821,760.333632524106,1545.93985144209,651.201411243996,2105.48066810413,826.383063834995,3763.6999225025,1120.61746664008,2520.57497026174,933.840192072088,3211.03301050137,1096.42057277113,4526.56273474614,15872.0647614636,5015.00109934121,125838.225593235,48606.4182732657,3533.26796386953,22024.7570973583 -448,4175.76579312854,3558.61491957965,883.346558290386,1425.78539777279,1816.61301996336,2537.8279438546,1853.50755876029,2990.66608565707,336.619480392744,1093.76057352719,2663.33430855682,6069.74827452536,1489.84481048867,3540.77142834257,1706.95571997749,4001.64479145157,1320.57177300046,4543.59494003881,359.138809688533,1232.94110962678,710.315682202029,2370.69320586464,1603.10626485263,5441.09204735444,798.398395940492,1584.1522756729,688.393028218666,2157.52377988775,876.782016471874,3856.73077230041,1189.28371469773,2582.87835158628,984.565607433602,3290.40308140156,1155.97721794114,4638.44996979356,16927.5046718919,5329.15028325718,132974.79207377,51167.4485692988,3769.40220897963,23161.0969851572 -449,4286.43038434606,3869.22369770461,904.638632769581,1550.23310292739,1850.02233415308,2759.33874357473,1895.44344079116,3251.70223585548,342.292026428249,1189.22795142057,2707.72993867183,6599.53785212291,1514.67931921809,3849.82276203033,1735.37483127151,4350.9228187886,1343.82285600966,4940.17633603513,367.487949328843,1340.55666798746,725.713290020563,2577.61588129414,1637.95173914937,5916.01023622491,819.048430928057,1722.42281458492,702.182514171925,2345.84025699779,891.658848206686,4193.36018003714,1209.14679760733,2808.32131379541,1007.4544613245,3577.6013604369,1182.85099196177,5043.31065578246,17129.0352720535,5410.96767070902,135732.674386626,52414.7066133845,3813.1307728889,23750.0446857714 -450,4315.05293875095,3981.77064461543,906.807060248874,1595.3258699437,1835.07482419134,2839.60165297081,1896.35779868806,3346.28688319074,338.554652860519,1223.81989687795,2677.25547144405,6791.50344892194,1497.63218146079,3961.80537969892,1715.84965082637,4477.48130125364,1331.22309174605,5083.87486764281,367.762071438855,1379.5504227896,724.857071825426,2652.59288454174,1636.1380865001,6088.09356404472,824.614156481949,1772.52419000709,698.630307499356,2414.07543270557,882.113702757125,4315.33552249163,1195.61079594547,2890.00901512934,1008.20595683117,3681.66567458344,1183.7333218731,5190.00913097474,16785.1866214565,5337.42384499147,135243.72263756,52579.6861040472,3734.4193578522,23869.9633327482 -451,4310.74078587051,3885.92379619635,904.719732334346,1556.92412095238,1834.99873705281,2771.24842685748,1894.71380864344,3265.7370272884,338.387817569381,1194.36082185389,2675.98130476933,6628.02235980227,1496.91942429698,3866.43912343114,1715.03635890771,4369.70199654636,1330.22680387046,4961.49881253792,367.762071438855,1346.34269385162,724.182210622455,2588.74122385756,1634.67230112037,5941.54454526001,823.540392951006,1729.85702694774,697.756969348976,2355.96522427766,881.669549363489,4211.45929590358,1195.03817873992,2820.44241254828,1008.20595683117,3593.04277704947,1183.7333218731,5065.07827411013,16784.6784148529,5336.39097564601,135150.15549486,52533.1089108279,3734.4193578522,23852.4284049228 -452,4206.0281285346,3709.95547259924,882.215146013312,1486.42111011102,1786.68466428161,2645.75653213155,1846.85856241149,3117.85294614315,329.344994061367,1140.27595487904,2604.34395938071,6327.8821500122,1456.84614963465,3691.35313448137,1669.11469037355,4171.82649118934,1294.9387006184,4736.82466184408,358.530592819492,1285.37555212429,705.719148819365,2471.51389844402,1593.02053884738,5672.49047007964,803.401429728674,1651.52300470246,679.681970699978,2249.2788164343,858.134956185582,4020.74957768342,1163.056491189,2692.72284078928,982.898203647201,3430.33713812032,1154.01952129234,4835.71368037935,16314.3398551907,5191.69968351475,131672.910363736,51229.3477597881,3629.47080446994,23266.6412929191 -453,3796.32061046944,3613.52379281163,791.528057945921,1447.78504410473,1589.12453059059,2576.98623324606,1654.83482613049,3036.81159695502,291.872297076356,1110.63712860133,2307.21169985875,6163.40354380505,1290.63308601162,3595.40497928751,1478.62402763571,4063.38954651464,1149.02172749082,4613.70190137575,321.958983194219,1251.96519866729,631.131588073309,2407.2726323141,1424.8759057149,5525.04724908978,723.984976336681,1608.59549823302,605.364842082615,2190.81403533883,760.66681719289,3916.23952664777,1030.42686802951,2622.73176174329,882.638504405117,3341.17348779893,1036.30473689765,4710.02052944668,14318.1778121059,4588.45399381437,117573.505878704,46057.5721877092,3183.43945259532,20963.395488532 -454,3393.50116279875,3620.93161899415,719.302522850222,1450.75304447537,1471.63098046667,2582.269128056,1503.41504846172,3043.03714679202,273.019470767314,1112.91396619042,2160.00897609179,6176.0386957407,1208.2892310215,3602.77566138882,1384.2734957687,4071.71961024145,1071.37056096998,4623.16012102588,290.995620924355,1254.53176280525,576.165568979091,2412.20760943245,1300.29073823421,5536.37375253025,648.075945471736,1611.893164592,559.917579188618,2195.30526619894,711.150634658449,3924.26792866362,964.538830039605,2628.10843618308,797.753605421758,3348.02298813777,936.641485783511,4719.67620501402,13708.207525626,4317.71468572174,107901.217312244,41541.4266619356,3052.25376086749,18797.3485940615 -455,2733.59289359701,3402.72569914863,595.518658514671,1363.32722818051,1295.02182157456,2426.65547122239,1266.02856827486,2859.65651727207,244.156380853163,1045.84713332684,1935.28228866705,5803.85596863911,1082.57918104303,3385.66386257258,1240.5787430418,3826.34813781564,950.866633263958,4344.55753667721,243.006402102413,1178.93070592742,490.28013439802,2266.84226270414,1105.68984856382,5202.73875071405,526.820318407551,1514.7566628068,484.152295947918,2063.01096866517,635.209632154642,3687.78224398444,863.899661795734,2469.73239401678,666.192957825177,3146.26318909647,782.176298038787,4435.25733273104,12884.1016185118,3921.22644171369,92652.2308285811,34287.6672797668,2877.33950523039,15331.8318918508 -456,2596.44895575526,3212.72149834451,575.668397516172,1287.20063928451,1269.40479641953,2291.1538839061,1174.83447624071,2699.97666083388,246.407090727086,987.448259512017,1954.6642649151,5479.77547776104,1093.42128097671,3196.61237465499,1248.25711572049,3612.68935829489,925.211354847111,4101.96255383437,224.567879191593,1113.10060194953,465.948541203252,2140.26445698155,1049.74550214963,4912.22393825961,502.74637764737,1430.17443239036,477.356930067499,1947.81486265832,640.742140851435,3481.86082099604,851.056210805402,2331.82544199811,615.644437252826,2970.5795532062,722.827344814045,4187.59777995633,13283.6080646741,3969.14157116523,89754.6753753333,32090.5068217784,2957.26461294978,14142.8070383374 -457,2722.6710787217,3106.28275655491,600.964907563364,1244.55516984472,1316.68315307286,2215.24704393414,1226.05772004798,2610.52535956531,254.888509486457,954.733705704926,2021.53428287591,5298.22833542613,1130.82775635463,3090.70733454408,1291.01588531539,3492.99952213208,958.117537849336,3966.06290198992,234.638256708825,1076.2231360323,485.566855737662,2069.35664377225,1094.04733709793,4749.48000429381,527.414715818946,1382.79218428646,495.291212661788,1883.28298109707,662.882654860369,3366.50538633907,880.235526048261,2254.57113712072,643.252000372886,2872.16307042296,755.241349293491,4048.86099899068,13670.845119474,4100.56134780526,93335.2209722121,33555.2091481429,3042.57032293871,14819.1673126758 -458,2849.52199652361,3058.65174487807,633.178324506772,1225.47145259385,1412.3477155882,2181.278965016,1300.00358832392,2570.49617560845,273.953994405313,940.09404285107,2173.68464055897,5216.98654403455,1215.93927242673,3043.31515273747,1388.31260807997,3439.43868621822,1028.01939881877,3905.2482230953,248.68559551363,1059.72058273091,516.029523334762,2037.6256140535,1162.57079390006,4676.6525911853,553.849449681968,1361.58877305888,528.011823343549,1854.40516130615,712.268674381473,3314.88418185326,946.338818219242,2220.00007177521,681.762254041023,2828.12199513564,800.45618877335,3986.7767134845,14854.2422920558,4425.37521717068,99401.2049450034,35381.0441772781,3307.96586512652,15582.8520065154 -459,3094.2492043186,3086.85346391946,686.570752537532,1236.77067999271,1540.37793316659,2201.39103453333,1415.22866962258,2594.19694869021,298.521484939676,948.762001899816,2368.78081266771,5265.08878025808,1325.07428361498,3071.37546363611,1513.00015199636,3471.15137912328,1119.80239728863,3941.25582460112,271.025438026202,1069.49153563086,561.815606634985,2056.41315505922,1265.76906962524,4719.77278054706,602.116087052552,1374.14304442764,573.895321266822,1871.50335283307,776.108380123144,3345.44844354403,1031.2502429622,2240.46916192283,743.00609631036,2854.19815828667,872.362505496188,4023.53603299277,16214.6798053627,4827.32467635422,108212.011615086,38473.5611789986,3611.27505619829,16947.4835978607 -460,3792.19968081576,3206.54830775802,841.847628050078,1284.72730480051,1872.09483730953,2286.75147006612,1725.89351400951,2694.78870087066,363.285717111175,985.550894208674,2882.29671838854,5469.24618089768,1612.33037639446,3190.47013748004,1840.81402649023,3605.74763615992,1363.35591296676,4094.08070144333,330.00957825792,1110.96179777329,684.953486262231,2136.15197464991,1543.12805166471,4902.78518218007,736.208632725485,1427.42637615591,701.162398336023,1944.07216900106,944.567013983053,3475.17048370577,1254.8709691784,2327.34487843999,904.708909511069,2964.87163431447,1062.21757124874,4179.55138091161,19665.495662265,5863.25934179256,131946.080116047,47020.9045737784,4379.02644609871,20711.4510360938 -461,5048.29535010052,3465.10737772526,1083.77832266594,1388.32090926517,2280.16153597061,2471.14299534456,2195.66053054843,2912.08218700638,434.704085353163,1065.02049770582,3443.07227149183,5910.25722150273,1926.02308292238,3447.73274896455,2198.80338323432,3896.49602535039,1643.49396678287,4424.2056822443,424.572551779263,1200.5438722134,861.990358373668,2308.39995436624,1943.52977106914,5298.11980847794,971.694996745438,1542.52647783616,863.792221161633,2100.8318506656,1131.48628442722,3755.38982300921,1499.93407955826,2515.00964114028,1163.94976278035,3203.94317753303,1366.59192484825,4516.56826455381,22531.6840929317,6926.07856871172,164317.830880378,61016.704414518,5004.60165268424,27261.2335678206 -462,5096.84194838222,4072.67895065035,1095.03806806034,1631.74895538846,2332.63051266851,2904.43295520432,2233.75906619266,3422.68637959798,444.808251249086,1251.76108275902,3523.98143976295,6946.56111775245,1971.28293035588,4052.2578562612,2250.73649116557,4579.70723959353,1679.98265341369,5199.94545371133,431.882807496113,1411.04711188071,877.871112681085,2713.15456607909,1979.25015800291,6227.09159338573,984.288487585129,1812.99291256834,878.250683768055,2469.19149232206,1157.60210977825,4413.85949017735,1535.04326377606,2955.99117418371,1183.99055527113,3765.72224632896,1390.12179362888,5308.50288174884,23205.6709023266,7106.6213545885,167367.662426279,61855.8593718807,5156.25624822013,27611.5048810969 -463,4971.40958322207,4581.21960166523,1067.69689225438,1835.49952991719,2278.0025505569,3267.09896540696,2179.19039176596,3850.06481546083,434.673312564706,1408.06394965692,3443.78083308311,7813.95301285195,1926.41944578463,4558.24859927672,2199.45222940164,5151.55867431281,1641.07247374362,5849.24378493627,421.286058868723,1587.23944758492,856.610830493595,3051.93633750193,1931.29360155991,7004.64593813071,959.456932327892,2039.37476274969,857.763955541622,2777.5104794559,1131.2066700206,4965.00211787319,1500.09333297089,3325.09507221465,1154.9399654499,4235.9343268524,1356.01353334886,5971.35638532977,22692.7195775927,6944.9779329957,163406.367255109,60341.0947366635,5042.51530156821,26926.2222399764 -464,4853.47456236634,4744.64660660301,1042.766558957,1900.97776864428,2198.19861625909,3383.64701269064,2113.80751890838,3987.40915088155,419.25018739914,1458.29417087785,3320.85148634323,8092.70213397043,1857.65389550851,4720.85615383945,2120.76354330972,5335.3315291653,1584.68685051335,6057.90533710801,408.677428838178,1643.86144163725,830.099935092435,3160.80883396934,1871.59493640465,7254.52444338774,934.447663859583,2112.12589419528,832.234471525523,2876.59331291706,1091.22342930768,5142.11989352813,1446.66150702509,3443.71202927733,1120.3738780485,4387.04388289704,1315.42953442822,6184.37409116422,21761.7205903113,6682.97008387675,158286.562014435,58706.8448366996,4833.99023270637,26219.9573840639 -465,4704.73321472386,4815.21588021705,1008.28313671647,1929.25187026083,2111.70959064284,3433.97352415718,2040.44501051949,4046.71568953674,402.325815865971,1479.9840392468,3186.22574843251,8213.06855080205,1782.34549117486,4791.07158129598,2034.76099824422,5414.68632662889,1521.90017310577,6148.00730142868,394.47813107312,1668.31133590273,800.592981877719,3207.82097247838,1805.12175234045,7362.42426456151,905.354208543622,2143.54049732449,801.198834428534,2919.37818551285,1047.2919192981,5218.60096700105,1388.10380977358,3494.93191488564,1081.44703457728,4452.29436956092,1269.72557739444,6276.35708242929,20786.0249334477,6403.03437666993,152479.786889775,56770.2222163564,4615.98675162353,25381.3936508999 -466,4520.60795642771,4883.64078475277,965.423879344801,1956.66681453992,2006.7778966547,3482.77077778271,1949.93674238735,4104.22009673837,381.583731430762,1501.01482356032,3021.27622322387,8329.7774264815,1690.07423805612,4859.15339189992,1929.38918995461,5491.629791721,1444.85786613745,6235.371362179,377.343059836766,1692.01827796611,764.119782272595,3253.4045660845,1723.02497757022,7467.04536359132,869.028193670085,2174.00051356187,762.960508437047,2960.86296597058,993.441263223297,5292.75803116179,1316.34934209977,3544.59539593898,1034.47187799404,4515.56210766042,1214.57210624995,6365.54501187638,19597.8716294571,6061.76489773512,145347.260124802,54382.8092766967,4350.59120943573,24351.4735148996 -467,4332.49475519164,4949.98630567544,924.609287731904,1983.24863838905,1906.98861021526,3530.08511798309,1860.61496293584,4159.97698638298,362.495166920563,1521.40649747144,2869.65728673427,8442.93960340803,1605.25999413071,4925.1662452685,1832.47041787103,5566.23500027435,1373.61995296251,6320.08049198675,359.962426602684,1715.00478311875,728.620713430769,3297.60290708102,1643.00275568816,7568.48710270271,831.766364658818,2203.53487182358,727.602192190847,3001.08705380097,943.845532897223,5364.6615155031,1250.36548998826,3592.74963953893,986.823522383192,4576.90718472398,1158.62823298987,6452.02258432359,18535.323805291,5748.41621837135,138519.7478051,51994.4325486307,4113.63090391091,23296.8079708879 -468,4281.92800119551,4941.21387926949,913.096035356867,1979.7339008422,1879.89511201455,3523.82905786657,1836.58379526818,4152.60462417631,357.183900848034,1518.71024222781,2827.45996786769,8427.97692235255,1581.65520057253,4916.43780527784,1805.51640018703,5556.3704503781,1353.80887255492,6308.87996786973,355.389183878138,1711.96543062023,719.001535862152,3291.75885478834,1621.34205050251,7555.07413708769,821.860587522891,2199.62974031365,717.628782044746,2995.76849053805,930.048021136996,5355.15419660736,1232.0030349071,3586.38252458919,974.28614858909,4568.79593370923,1143.90811848519,6440.58823081324,18237.9206093749,5661.69167288648,136650.832117084,51351.599154256,4047.28201836396,23016.8339311734 -469,4247.90391232093,4930.49202757473,904.776535110308,1975.43811162956,1855.17016329448,3516.18276416643,1817.88222237974,4143.59396161135,352.375614630411,1515.41482001328,2789.10239925878,8409.68920584073,1560.19832812834,4905.76971474327,1781.00664494943,5544.31378143283,1336.19980680934,6295.19044197016,351.587874261479,1708.25066742597,711.385868962877,3284.61612607465,1604.16257134017,7538.68051673042,815.251904057136,2194.85680304858,709.638250604705,2989.26802602625,917.589900342878,5343.53414321531,1215.33593247678,3578.60049723946,963.865000523765,4558.88218505925,1131.67266189667,6426.6129135076,17941.9341977305,5579.71935313795,135101.033172848,50876.0166661723,3980.93313281701,22813.9431469341 -470,4267.53491565936,4883.77074938016,910.043120439853,1956.71888582949,1863.83497748602,3482.86346211933,1824.76763030414,4104.32931923427,354.036827752535,1501.05476892912,2802.25584758,8329.99910052904,1567.5562466061,4859.2827048629,1789.33369759512,5491.7759362986,1342.52949717232,6235.5372993868,353.225343514729,1692.06330636495,714.038800141085,3253.49114647212,1610.19968581979,7467.24407840495,817.925121635488,2174.0583685883,712.960743387282,2960.94176117053,921.914729693259,5292.89888331609,1221.06673468593,3544.68972556726,968.354061205841,4515.68227688921,1136.94326229064,6365.71441329677,18027.3628665416,5605.58095770735,135709.972034405,51096.8190183737,3999.889957259,22912.0933028442 -471,4295.49217501693,4843.80748683747,915.337873211691,1940.70730900301,1871.69923225866,3454.36364218928,1836.20472643516,4070.74412480904,355.370414168503,1488.77183246465,2812.67232199828,8261.83579841723,1573.38312695898,4819.51982481202,1796.05017030887,5446.83744617889,1348.07584257587,6184.51270651012,355.201977803185,1678.21737181536,718.370531734201,3226.86825044792,1619.94008209458,7406.14058872671,824.207370929921,2156.26833096664,716.604868484631,2936.71275881814,925.416535334558,5249.58777832356,1225.62748844135,3515.68398934321,973.772930140043,4478.73103457023,1143.30554936187,6313.62459798292,18071.540413462,5624.95287276986,136396.812046052,51416.5340092632,4009.36836947999,23062.8015746694 -472,4440.53596656128,4828.01712182802,943.856302829655,1934.38078242883,1919.15934906975,3443.10273577758,1889.0958133679,4057.4738749559,363.859526124987,1483.91857380103,2879.36519956127,8234.90297681776,1610.69051162133,4803.80863533744,1838.53804441745,5429.08125920077,1381.10811639877,6164.3517663186,365.997486909567,1672.74653819157,738.331972903958,3216.34895800072,1665.10896137033,7381.99725447465,850.286678370797,2149.23909537113,735.636762342494,2927.13934647348,947.626952945149,5232.4746070437,1254.76699033105,3504.22318426364,1003.36841437662,4464.13078507492,1178.05356947664,6293.0427649506,18418.4257831604,5750.58812931102,140155.339746928,53018.0847982801,4085.19566724793,23807.631489962 -473,4522.21901114016,4975.26388048047,956.743981112742,1993.37628576383,1924.65898096854,3548.11183262989,1909.59702826866,4181.22030363013,363.890298913445,1529.17570412654,2878.65663797,8486.05427569608,1610.29414875908,4950.31707407974,1838.03411017611,5594.65950751804,1383.20930267713,6352.35458277097,370.441879481937,1723.76261779125,745.047174563592,3314.44242925616,1680.44064814356,7607.13630031365,864.722805235124,2214.78743175373,740.027207396793,3016.41238963309,947.906567351776,5392.05666861823,1254.60773691842,3611.09635651168,1015.55255030023,4600.27959559406,1192.35894785026,6484.97044992314,18257.3769758883,5735.33953115773,141178.883465577,53771.7915083247,4047.28201836396,24196.0716065898 -474,4548.77729481019,4936.01540763056,958.062072136206,1977.6510947165,1907.25959558807,3520.1217653135,1908.63459954858,4148.23581968941,359.600378944956,1517.11246234722,2843.78453882313,8419.11015396832,1590.78701599776,4911.2653996464,1815.78910622724,5550.5247948555,1369.0524476072,6302.24262441775,370.406632367238,1710.16433397569,743.460456053257,3288.29571486627,1676.98840699768,7547.12571801673,869.728310095094,2197.31558976268,735.559648963676,2992.61675132672,936.927644727079,5349.52023339642,1239.55636043263,3582.60942180596,1015.45592165427,4563.98926946321,1192.24549628087,6433.81232188195,17882.3917242606,5652.79409505276,140534.199551027,53890.874593799,3961.97630837503,24298.1350516957 -475,4472.73240179213,4800.66015710679,936.240988640423,1923.42001209869,1846.10426019712,3423.59310321054,1862.14784626499,4034.48303485455,346.836733414211,1475.51025480624,2741.86528131762,8188.24159502583,1533.77431714295,4776.58884301932,1750.65934912313,5398.31848833047,1322.27486860137,6129.42273654403,362.184038986286,1663.26826442448,723.93422342342,3198.12417901694,1633.19689249497,7340.16868730784,853.674508499571,2137.06087465941,713.60029097356,2910.55331419253,903.878111695105,5202.82586727795,1195.28585535083,3484.36722526262,992.913989597918,4438.83570734081,1165.77904274159,6257.38453413538,17079.9298853149,5436.7487227151,136609.782418687,52765.2127299424,3781.88647617616,23846.4182675609 -476,4334.61589057938,4499.14870119838,904.838648759204,1802.61721640137,1772.40084608972,3208.57006321074,1796.65294342713,3781.09228985962,332.396488367114,1382.83899073523,2627.14685628655,7673.9688567252,1469.6018812415,4476.58921605081,1677.382050531,5059.27035461405,1268.39707822545,5744.45668756478,349.715813511955,1558.80462409983,697.729621895777,2997.26199635155,1574.18707146856,6879.16022699281,826.630394670141,2002.84009780863,686.450781786861,2727.75237879157,866.363942109437,4876.05589174477,1145.3641747662,3265.52719063671,958.7328160333,4160.04908782198,1125.64697066344,5864.38168466832,16272.6231402247,5201.08549435116,131520.671456591,51011.6211053138,3601.79664397729,23082.2041586761 -477,3911.16992006993,4279.77313122209,811.414538735442,1714.72277112736,1575.33312737821,3052.12226982302,1609.11029916491,3596.72868436244,294.363939707008,1315.41265923896,2325.72032125335,7299.79111695057,1300.98663924203,4258.31363192547,1484.88212311963,4812.58361642912,1124.75906029325,5464.36070858481,313.937051938173,1482.79832255161,623.698593636742,2851.11744712988,1407.38436844413,6543.73684004123,744.576735169535,1905.18291481508,611.027702355855,2594.74894356566,767.409234307688,4638.30257183276,1014.08102815295,3106.30220469033,860.646680055227,3957.207794862,1010.48416411154,5578.43824068081,14268.8726694933,4593.1084276387,117373.994973008,45842.7957762291,3156.31126959063,20790.7661735865 -478,3431.16992629907,4096.85184818359,719.668917720644,1641.43400564077,1403.56065107724,2921.67186872268,1421.0762759198,3443.00132417008,263.920657668296,1259.19076055987,2086.00420320291,6987.79159826479,1166.89163910611,4076.3095468375,1331.73171159253,4606.88954273511,1007.04066632914,5230.80910639648,276.205348786596,1419.42221280651,552.191581889512,2729.25816965609,1245.73579940791,6264.05174881191,653.135942040808,1823.75371459449,546.044846037537,2483.84708232979,687.873397026429,4440.05742389003,909.430302503246,2973.53610532818,757.206627822623,3788.07323915264,889.035331346382,5340.01086403036,12931.6867802254,4127.05366526602,104239.064243211,40370.0971071376,2862.48049073985,18246.3181269799 -479,2812.86091924478,3808.98638820631,610.073096194128,1526.09857918017,1281.29997600021,2716.38047729357,1228.84958422497,3201.07869757473,245.661109334281,1170.71367109704,1946.13899637848,6496.79414041146,1088.65232386663,3789.88749249097,1242.74399821545,4283.18626362534,928.284329623257,4863.2660940384,236.357190692931,1319.68645390356,483.422798623033,2537.48673453497,1089.67916783948,5823.90790060498,541.658633346788,1695.60758644739,487.76940757553,2309.31946713543,639.348665794468,4128.07661032453,847.752862816085,2764.60047122688,647.96439356611,3521.90412056472,760.7741641026,4964.79478577766,12798.1579929461,3915.46193773526,92308.2411423645,34081.257684798,2843.52366629786,15179.2578763601 -480,2720.52637318743,3569.46672959865,595.299006235955,1430.1332557496,1315.32109014642,2545.56691739627,1233.3633304916,2999.78596542076,252.832169581553,1097.09593917321,1990.36495642361,6088.25765433376,1113.39192071349,3551.56882556857,1266.44212165358,4013.84759788659,917.126209235997,4557.45039509839,222.32132151695,1236.70089903604,466.37870074646,2377.9225107669,1050.30250917196,5457.68437288787,521.251545537841,1588.98306515849,494.082069094709,2164.10303577801,660.648185588888,3868.49167101557,839.708648997031,2590.7547039894,609.485583456191,3300.43699345225,715.596242464149,4652.59468030379,13603.5064657973,4072.61128990511,91357.850630625,32435.9416918024,2994.94162230878,14285.0522558589 -481,2851.58365482989,3426.11882782697,621.178902195062,1372.69985827158,1363.58822776579,2443.33829220631,1286.43626631199,2879.31614276029,261.414607306692,1053.0371447268,2057.53168730484,5843.7564371191,1150.96437458059,3408.93969418563,1309.24070832341,3852.65359475519,949.367130445347,4374.4255902589,232.211639651676,1187.03564301168,485.822805098054,2282.42639655255,1094.19572348716,5238.50664617082,546.572220416916,1525.17034309207,512.410497711917,2077.19379893764,683.157109841341,3713.13508526483,868.150021094468,2486.71136111623,636.599520517109,3167.89318403167,747.430681220151,4465.74893113761,13993.8462932188,4205.59354249643,94959.2905841688,33902.2993865455,3079.97151063932,14962.7652657382 -482,2964.29063028371,3358.47369214615,648.961340092488,1345.59733415372,1445.16484447698,2395.09713111521,1351.24010421337,2822.46705464254,277.369398728769,1032.24602681418,2183.80709665011,5728.37757347199,1221.60168162122,3341.63374254495,1389.69458797901,3776.58697586511,1005.90710056837,4288.05712861204,243.844080511803,1163.59886478982,511.057020656168,2237.36227267503,1150.95752186047,5135.07780711042,569.797526103378,1495.05744859557,540.250508743918,2036.18177821517,724.705444747854,3639.82311353638,921.245926644005,2437.61384410792,668.489421837768,3105.34644382065,784.872573492992,4377.57738556547,14974.0820379406,4476.9133001766,100054.077829328,35448.3118235296,3297.27011415068,15613.4412766273 -483,3218.93320872661,3374.52398010723,703.70919491123,1352.02800078164,1576.1847516821,2406.54340170506,1471.04490455942,2835.9557441903,302.245011177115,1037.1791742781,2379.81751439965,5755.75373241558,1331.24811344453,3357.60355167395,1514.50609598193,3794.63544491058,1095.69973175937,4308.54993517139,265.746979907144,1169.15975302746,556.398311831129,2248.05472169843,1253.11633670962,5159.61856135228,619.468048147954,1502.20239143804,587.208585054852,2045.91277713825,789.666919275674,3657.21798229366,1003.89193641862,2449.26330386916,728.535400902055,3120.18702594545,855.372480561873,4398.49801322278,16345.5046087712,4883.54395890303,108923.425143567,38546.7634022149,3599.59860599258,16980.780233834 -484,3936.97800762897,3467.83657817211,860.6801483294,1389.4143836176,1908.97363667171,2473.08932595771,1788.92889336958,2914.37581174573,366.469490599602,1065.85933301492,2885.06704012895,5914.91227974238,1613.8800689941,3450.44826474326,1835.86943388188,3899.56499768929,1329.33515584384,4427.69029117809,322.74209211814,1201.4894489345,676.39386886253,2310.21810471491,1523.31621420796,5302.29273282706,755.762356800054,1543.74140813808,715.129785238638,2102.48651547121,957.556849769828,3758.34765676899,1217.14060886074,2516.99052216018,884.785368215342,3206.46667888484,1038.82536694597,4520.12562043984,19739.0409785396,5908.65308969134,132405.515928366,46996.1502293179,4345.97207022726,20706.2887466207 -485,5248.22604179155,3687.60203572742,1110.13134781018,1477.46504023493,2331.68557535925,2629.8151678602,2280.0109056904,3099.06707943344,440.056144246485,1133.40549868028,3458.89617613204,6289.75503090867,1934.87483019801,3669.111781486,2200.96462064644,4146.69016251917,1608.71856180525,4708.28407373368,416.518198093846,1277.63083349541,853.875221194522,2456.6223909004,1924.55118797275,5638.31225458207,998.927979642038,1641.57215340502,883.495741065736,2235.72633247549,1150.98317448376,3996.52352631274,1460.67322244992,2676.49849241652,1141.86905355361,3409.66847370309,1340.66699244215,4806.57726047273,22713.1618069557,7007.13129937165,165361.741556155,61118.482781644,4988.42011539128,27315.0703187126 -486,5334.52994761403,4218.6260882415,1131.36230279347,1690.22375592933,2415.18093148233,3008.51522667081,2342.04141705728,3545.3406045019,456.339021979992,1296.61876714573,3588.11223056568,7195.49571915923,2007.15710715862,4197.47319045987,2283.4467889756,4743.82407048622,1665.55212169118,5386.28893027682,427.476315513559,1461.61291622735,878.421232604421,2810.38225025448,1979.70497320232,6450.24352963825,1019.2835663489,1877.96270991024,908.568103362576,2557.67659876809,1193.31382083617,4572.03305753356,1514.91534964766,3061.9210684485,1171.91032239623,3900.66938787255,1375.93840769159,5498.73658538067,23775.5798227835,7292.77349637592,170263.641021661,62473.1320480107,5224.61424964277,27872.167143674 -487,5204.17905544755,4698.38019514959,1103.36890062125,1882.44078856963,2359.34478045724,3350.65209907907,2285.41636454151,3948.52677929437,446.080113233757,1444.07392567854,3507.54556072129,8013.78787169868,1962.08885020703,4674.82172992219,2232.11329986994,5283.30517942088,1627.45419900096,5998.83296268028,417.076920937502,1627.83167669641,857.357549414143,3129.98687942493,1932.20856996013,7183.78349245378,993.769304023074,2091.52994811865,887.617872794415,2848.54282552895,1166.46667562388,5091.97760592221,1480.87408263116,3410.13140444178,1143.40077132154,4344.26455828562,1342.46538031053,6124.06848360107,23258.5019396346,7129.22876750317,166277.727125735,60956.1404947723,5111.24106520206,27185.5237692113 -488,5073.35736015353,4870.38468270381,1075.60564129427,1951.35565917191,2270.99656571907,3473.31718222189,2212.35905678596,4093.0796458265,429.115320403143,1496.94048505855,3373.37913502427,8307.16716817681,1887.03738091745,4845.96375816689,2146.56855391238,5476.72337084716,1567.62619177611,6218.44613718123,403.880939795143,1687.42548174092,829.152579603877,3244.57355970311,1868.73176735546,7446.77689592412,966.356150431224,2168.09942993748,859.187594475681,2952.82603136384,1122.26664657229,5278.39142565702,1424.43323593842,3534.97398429921,1107.22448282636,4503.30511441586,1299.9908463492,6348.26644492319,22234.8600643017,6841.29362413918,160715.283333012,59204.0611765612,4884.49469632063,26432.0445909788 -489,4902.69565884872,4869.40996375626,1035.95918709428,1950.96513081362,2169.23969483343,3472.62206093498,2126.10949921362,4092.26049035017,409.289714997482,1496.6408996358,3216.8237990335,8305.50463969768,1799.46176033885,4844.99392662339,2046.9247889849,5475.6273042348,1496.80101560928,6217.20162824218,388.275180209013,1687.08777420921,796.013174628667,3243.92421729354,1794.13276502056,7445.28655891553,933.126701997437,2167.66552425401,822.86581917892,2952.23507691791,1070.56364276988,5277.33505157768,1358.51193187985,3534.26652352433,1064.44187690386,4502.40385977016,1249.75984356262,6346.99595480975,21081.0734462289,6512.32793314296,154055.849935799,57035.1673059968,4629.40503132903,25500.2171668308 -490,4707.01231034187,4933.87103855224,990.923485224114,1976.79193737905,2058.48682210207,3518.59250747249,2029.43284363977,4146.43368823586,387.613298425312,1516.45337829178,3045.77056910074,8415.45261281615,1703.77615072015,4909.13178279379,1938.05793006372,5548.11346248402,1419.09605572849,6299.50472084739,371.06290166037,1709.42138177361,758.92117494491,3286.86716996334,1710.67900219877,7543.84699587277,894.895182189988,2196.36100287085,782.58410313891,2991.31665918866,1014.00935836173,5347.19622408425,1286.45511159869,3581.05301725099,1017.25505936314,4562.00652089883,1194.35786155922,6431.01726006398,19840.76524123,6155.65976357084,146671.193033476,54585.4049978069,4355.41983559732,24445.3859174214 -491,4527.0263986382,4998.91693211045,953.333001525931,2002.85305590865,1969.55679390982,3564.98001779196,1946.43146620961,4201.09836881298,370.971443411277,1536.44560432679,2914.73097227477,8526.39808152018,1630.47380085275,4973.8515253472,1854.59697850629,5621.25724652493,1358.82758264711,6382.55450272047,355.715014155928,1731.95760948936,727.694985116565,3330.19971968076,1640.27877339655,7643.30161576023,859.80382569162,2225.31681928596,750.944048965791,3030.75280648398,970.530688794549,5417.69120737605,1231.17923131444,3628.2639782928,975.179400102762,4622.14992315876,1144.95688394267,6515.80084295469,18939.8380514404,5884.44814603573,140610.842567424,52420.401937258,4157.01676282607,23480.2279716986 -492,4454.69294536802,4960.44822811543,936.194808975807,1987.44028502255,1925.33139231644,3537.54604301001,1909.08667993668,4168.76920395614,362.235259520123,1524.62202894837,2845.72155128399,8460.78397182477,1591.87056302127,4935.57570987711,1810.67323604654,5577.99938006442,1327.67106579295,6333.43814347071,349.117023584748,1718.62948951533,713.261014578806,3304.57247501946,1607.82039176084,7584.48329343272,845.534978156176,2208.19209903578,735.050763402015,3007.42992791287,947.752512742111,5375.99986458653,1202.12725887233,3600.3430076321,957.09125585517,4586.58059491638,1123.719616962,6465.65909878846,18427.2800322695,5739.4836132853,137713.52431258,51491.2738344679,4043.64357838536,23085.1982061024 -493,4419.20125168625,4934.71578656925,927.644891271181,1977.13039192237,1899.99589730292,3519.19493992769,1889.57716160921,4147.1436159191,357.364741117702,1516.71301640842,2807.17824072139,8416.89345649679,1570.30978822997,4909.97229510276,1786.1381788024,5549.06337743092,1310.46044862131,6300.58328453086,345.394909218389,1709.71405872264,705.725160118782,3287.42992778622,1590.8275638603,7545.13860843026,838.710872399217,2196.73705072198,726.86298608897,2991.82881461314,935.068053624092,5348.1117391781,1185.91942969953,3581.6661438227,946.887218604978,4562.78760048766,1111.73906990329,6432.11834054124,18128.8952181603,5656.56549399685,136152.456729286,51014.4594769358,3977.50922079494,22881.8941095178 -494,4443.54786593497,4885.91511845849,934.100481333131,1957.57804316694,1912.15322654794,3484.39271996035,1899.20912001142,4106.13145068783,359.717978741055,1501.71385298457,2825.71473473059,8333.65664168121,1580.67893314563,4861.4163217155,1797.86281170179,5494.18726867008,1319.01212845298,6238.27520295716,347.424547261672,1692.80625856704,709.333652753222,3254.91969137505,1599.00600076314,7470.52280054891,842.278084283078,2175.01295548013,731.39819025818,2962.2418533086,941.214705321629,5295.22289262826,1193.73678887388,3546.24613012223,952.451395349585,4517.66502545359,1118.2719626885,6368.50947511474,18257.5614779077,5694.17414631901,136968.488894764,51292.6514263412,4005.85251690512,23003.1517672265 -495,4484.36101950816,4834.38524990087,942.707934749065,1936.93222005909,1930.05634900115,3447.64416937985,1918.43105122412,4062.82566071721,363.081217772945,1485.87585425162,2852.14224509156,8245.76476862599,1595.46224031023,4810.14483254954,1814.74995801172,5436.24218757034,1331.52304402004,6172.48251244966,350.637585186699,1674.95288169032,716.575870905065,3220.59130461522,1615.27556107018,7391.73406831845,851.157685551365,2152.07392993636,738.528435082949,2931.00022719844,950.013051164246,5239.37621231866,1204.89908919144,3508.84523540185,961.259818586008,4470.01894906771,1128.61392112216,6301.34325380221,18429.7385976167,5748.12391204556,138268.312329514,51783.5414892554,4043.64357838536,23222.8530277374 -496,4583.66259988986,4823.33849609235,958.001121072178,1932.50625641062,1935.59150857998,3439.76617158079,1941.08434238864,4053.54194985825,362.93776859663,1482.48057152104,2849.92718741666,8226.92288312176,1594.22315734146,4799.15346901483,1813.22720233432,5423.82016781286,1333.28606109779,6158.37815560226,355.744657392122,1671.12555077472,723.60015139762,3213.23213123104,1631.38985270861,7374.84367538329,867.328314832675,2147.15635931407,743.184347954049,2924.30278041899,949.865703287224,5227.40403878762,1204.2509993262,3500.82739084375,975.260665925509,4459.80478608788,1145.05229804101,6286.94444526928,18226.2325869956,5726.45427656648,139406.676878672,52645.8098362388,3996.40475153506,23671.4644979578 -497,4644.47424016742,4994.3032855369,964.706032549794,2001.00456427252,1921.21095676015,3561.68979351594,1947.23886856402,4197.2210523147,358.928653931582,1535.02757376255,2817.2460193136,8518.52881947247,1575.94161133252,4969.26101237031,1792.38740854989,5616.0692238819,1321.30055312209,6376.66385658415,357.595712992236,1730.35913518001,724.389287077691,3327.12618100537,1633.41470978471,7636.24738925696,877.178743814538,2223.26300933916,740.803010364026,3027.95563611872,939.624638475782,5412.69106178154,1190.75876619166,3624.91534739961,980.335265584901,4617.88400587207,1151.01037899787,6509.78721987567,17808.5335913021,5642.40634874084,139212.510827708,53056.8788973073,3901.92709783447,23923.2937254295 -498,4671.64641232005,4971.81989034084,965.964160645925,1991.99642563226,1903.21516601732,3545.65574940306,1945.92688976532,4178.32596840626,354.576007470555,1528.1171741323,2782.18275747018,8480.18003707237,1556.3275439102,4946.8903526835,1770.11572592314,5590.78675772198,1307.52971229517,6347.95733931373,357.589045270193,1722.56939033612,722.845406887898,3312.14809727318,1630.06031231309,7601.87046858322,882.220688869485,2213.2543058212,736.187522308639,3014.32436078145,928.418406334006,5388.32416508774,1176.17654568976,3608.59667397346,980.316986274431,4597.09517805414,1150.98891728287,6480.48140676445,17430.4811211742,5558.95260547994,138558.727685705,53174.2845343159,3816.89720950394,24025.5744220058 -499,4647.33115459399,4830.87628059912,958.461406762637,1935.52632554543,1886.65015076587,3445.14174623226,1931.94767506844,4059.87671689398,351.04872528295,1484.79735254162,2754.28492456503,8239.77969835399,1540.72175178561,4806.65345780758,1752.3577294936,5432.29636902941,1294.79292710034,6168.00230441241,355.473449866347,1673.73714112768,717.273233340666,3218.25368453796,1617.60236289921,7386.36888399993,877.025030049075,2150.51187789357,729.605779614438,2928.87280265756,919.228904768442,5235.5732861266,1164.44113454809,3506.29839033693,974.517160642451,4466.77444982743,1144.17934944099,6296.76951404122,17217.2214785206,5500.68765062261,137449.030238214,52842.7822381951,3769.65838265364,23893.6402321611 -500,4475.99442033586,4554.77237042628,918.795773992214,1824.90325103786,1788.11607409706,3248.23810971097,1846.53524268711,3827.83851693927,331.725546334133,1399.93524243182,2601.76818864148,7768.8433171399,1455.40528708257,4531.93397888483,1655.28715058039,5121.81889422214,1225.60010967806,5815.47629147296,340.290809360987,1578.07636605821,684.452697556601,3034.31760863438,1543.766997647,6964.20834574694,843.485263604525,2027.60151880528,693.859267743638,2761.47600211016,868.82127205783,4936.33932269404,1100.20167344128,3305.89940688694,932.894519846346,4211.48041623555,1095.31026022279,5936.8839398099,16105.5406759151,5182.16177886567,130903.544235538,50686.6127736369,3524.0164830321,22967.6192189164 -501,4039.60758941575,4330.26330167003,824.152143557819,1734.95203149483,1589.83653424412,3088.12935919585,1654.18997378492,3639.16071025737,293.894255720221,1330.93110083341,2304.27251329799,7385.90962987837,1288.98893197863,4308.55063620222,1465.98563173009,4869.35956217163,1087.37254311395,5528.82592557324,305.6217156261,1500.29147878912,612.106214687059,2884.75320338586,1380.80945408073,6620.93588267502,759.92478342335,1927.65910856511,617.845090650751,2625.36021954067,769.900833289858,4693.02245540147,974.607050108456,3142.94847610912,837.850496723742,4003.89253490182,983.719194475952,5644.24927527761,14128.1931533296,4578.53336892558,116868.981965716,45565.5971541816,3089.41927600938,20694.5925373402 -502,3549.22197601195,4136.29526482302,732.439040312643,1657.23730235976,1421.13914077891,2949.80096029645,1464.37651657747,3476.14963920607,264.435023222085,1271.31391942374,2074.14890033564,7055.06822568837,1160.25989130155,4115.55518757955,1319.46963651208,4651.24346872013,976.724960713077,5281.16996653751,269.402417053067,1433.08803812841,543.191594271211,2755.5347525279,1225.04550456004,6324.36039851055,667.715272622083,1841.31233772223,553.721540179378,2507.76091152534,692.549595398065,4482.80513392771,877.04939089151,3002.16453218888,738.556645047551,3824.54381621263,867.138410470613,5391.42309009424,12865.408962506,4129.81169338521,104065.205270339,40201.2109331042,2815.43408027766,18190.8142377013 -503,2924.51370688757,3835.2386819589,624.934107913022,1536.61675491325,1310.38953200103,2735.10231322727,1276.21687227773,3223.1411702982,248.689902729889,1178.78246317489,1955.09636308029,6541.57134117864,1093.66299273139,3816.0081528457,1243.96856073861,4312.70683748139,908.608741579167,4896.78469376167,231.854474765339,1328.78199610777,478.858148658813,2554.97559911967,1079.00864250021,5864.0474352245,556.889571654843,1707.29405206101,498.911543088258,2325.23575741347,650.381676823386,4156.528137519,825.530836476688,2783.65464897451,635.620366346678,3546.17778608051,746.281057563459,4999.01314149064,12901.2557407819,3961.23792819131,92897.2850694243,34139.5361080192,2834.32961101777,15209.1345558336 -504,2837.54185603041,3584.86720702908,617.585569743578,1436.30357098046,1343.41144597685,2556.54977529321,1295.29721193924,3012.72855308336,252.446979921338,1101.82936366773,1952.93313031669,6114.52546454158,1092.45290014317,3566.89208242575,1243.74238170245,4031.16535821976,904.699404357284,4577.1135317143,220.893435006942,1242.03664964716,463.863940145952,2388.18206625028,1044.60069621427,5481.2315723365,542.602926732766,1595.83873848061,504.421699999272,2173.4400663443,666.848745214766,3885.18229266369,815.185587901436,2601.93252475902,605.57108602192,3314.67674108927,711.000236043101,4672.66831729074,13655.1878406706,4087.26195027513,91844.0700531351,32524.8864181554,2985.91736634758,14385.7103666803 -505,2965.63005029233,3441.58428441952,644.405723676675,1378.89620788452,1392.66822217239,2454.36749002401,1350.94164505612,2892.31333902225,261.02601485774,1057.79054093706,2018.95634274424,5870.1350789752,1129.3856802643,3424.32760438853,1285.84942390849,3870.04442383324,936.580142236642,4394.17169145481,230.741637934917,1192.39390673029,483.241781371737,2292.72924013021,1088.34291540465,5262.15319820753,568.921225440993,1532.05494252446,523.136944932882,2086.57022519317,689.582744797149,3729.89612957452,842.86096855234,2497.93634441255,632.569565819523,3182.19301336905,742.699116574208,4485.90726472686,14046.8955083714,4219.61283478224,95440.1778929829,33985.6816587458,3070.69104551833,15064.295250045 -506,3081.06531101262,3378.0979285711,673.277393577331,1353.45992967739,1476.03869794486,2409.09216477341,1419.1234976905,2838.9592966129,276.940040021068,1038.27764770384,2142.65334517774,5761.84963433587,1198.5806501021,3361.15957976162,1364.73724188822,3798.65433219638,992.232965955063,4313.11310778865,242.272459089209,1170.3980066976,508.286417017581,2250.43562986998,1144.67588369889,5165.08309825888,593.152746273641,1503.79336959109,551.552584746891,2048.07959736835,731.497524290866,3661.09133114728,894.296292679501,2451.85731146078,664.180880519345,3123.49160688608,779.81392065254,4403.15644958606,15030.7914507552,4491.06711285739,100548.532121869,35528.7671783526,3287.33489228803,15716.3218046574 -507,3331.12681933313,3399.281709009,730.091917132328,1361.94736804893,1609.86229322256,2424.19938799556,1544.96465423144,2856.7621820482,301.773298718705,1044.7886033326,2334.92237050378,5797.9817300154,1306.13418128269,3382.23714117635,1487.27944990497,3822.47538801958,1080.77283364448,4340.16029321997,264.031456165144,1177.73747847228,553.372413851201,2264.54793072117,1246.25603698816,5197.47291898361,644.868942871128,1513.22353687427,599.489903139775,2060.92293981353,797.062334655967,3684.04974045394,974.498920965908,2467.23271147856,723.832356759949,3143.07877155655,849.850642461701,4430.76828957236,16406.7234028552,4896.81879293684,109401.53966325,38608.0649976447,3588.75241822847,17077.0181307548 -508,4078.15506379701,3491.94449654323,892.912019682455,1399.07339948782,1949.740664867,2490.28189955531,1878.76193029116,2934.63614771847,365.908306973601,1073.26903910002,2830.77351376761,5956.03192860643,1583.50876778993,3474.43530197384,1802.94432270443,3926.674232086,1311.30521448441,4458.47097928322,320.670022585183,1209.8420367528,672.744383072131,2326.27842019762,1515.04161494516,5339.15353566515,786.722074315621,1554.47328405396,730.093141570427,2117.10270978971,966.539970334642,3784.4751678201,1181.57577371106,2534.48829077796,879.10486712962,3228.75759000816,1032.15589790094,4551.54890611906,19813.5571799367,5925.12784254907,133013.706955066,47083.75081774,4332.87693539396,20834.2979790742 -509,5432.79488393398,3708.91577448956,1151.31393555427,1486.00454737064,2380.94033584351,2645.01507092387,2393.31749545253,3116.97918206746,439.516145827912,1139.95639774053,3395.45983356561,6326.10878988477,1899.38912137606,3690.31864959216,2162.51808351757,4170.6573558321,1587.90706081484,4735.49718832502,414.119535834809,1285.01533148509,849.750381692019,2470.82126794016,1915.18928111522,5670.90078048297,1039.35438438825,1651.06017290872,902.033849484881,2248.64846629914,1161.97210881187,4019.62278094252,1418.88667370561,2691.9682174877,1135.29321073077,3429.37580177427,1332.94630381096,4834.35849366362,22798.9338782579,7029.98277466721,166159.306471746,61261.9163700131,4973.38917801741,27498.4581857722 -510,5521.76172657786,4235.91101179863,1173.42170948819,1697.14908844389,2466.29569826727,3020.84197823061,2458.64130947972,3559.86688392344,455.749029742428,1301.9313868954,3521.93421214643,7224.97773317511,1970.13772998408,4214.67144451523,2243.33427745408,4763.26088112354,1643.77850119175,5408.35810409526,424.967939465381,1467.6015644267,874.087942341896,2821.89719406459,1969.87188981662,6476.67203124104,1060.62178939498,1885.65726287724,927.616816887489,2568.15613489403,1204.66407553077,4590.76599101643,1471.37643938293,3074.46663909141,1165.03370332604,3916.65155144446,1367.86457805385,5521.26648956061,23865.4237817047,7315.68864506906,171076.466345337,62613.5951276677,5208.87162015839,28057.4181647124 -511,5393.10940296787,4700.97943096906,1144.39770257152,1883.48219163248,2409.2897144816,3352.50574535561,2399.2244511149,3950.71118153782,445.501011586568,1444.87281561883,3442.82409887047,8018.2212558908,1925.88425743177,4677.40793273791,2192.88299059868,5286.22800718218,1606.15153092903,6002.15163440627,414.623470848313,1628.73222501869,853.116633762104,3131.71844938597,1922.58534679689,7187.75770198926,1034.08415619917,2092.68702339414,906.226275264028,2850.11869513461,1177.5581855991,5094.79458752767,1438.29766412759,3412.01795583339,1136.67472971254,4346.66789040864,1334.56834347701,6127.45643806671,23347.2468196941,7151.95130904165,167107.683186725,61108.7459472981,5095.84004793072,27380.412376683 -512,5258.69960664628,4862.52198978015,1115.5398814905,1948.20541307587,2319.01255696287,3467.70989897642,2322.3972638357,4086.47182519961,428.577060552878,1494.52384158461,3311.36638220085,8293.75617320122,1852.34801515468,4838.14049010246,2108.98279853427,5467.88181173053,1547.25846121328,6208.40714937547,401.533993487541,1684.70132148277,825.107935804297,3239.33555752665,1859.55272927581,7434.75490509213,1005.50280799642,2164.59927519486,877.21088754256,2948.05902303612,1132.96473427029,5269.87005134787,1383.6053104545,3529.26716302277,1100.79041734911,4496.03503051839,1292.43661831778,6338.01787670817,22319.1490534266,6864.26552422081,161514.703175321,59352.4079198929,4869.77690347539,26615.6439599837 -513,5080.18186644838,4862.91187735917,1074.37390993472,1948.36162441919,2215.04496218225,3467.98794749118,2231.72329736013,4086.79948739014,408.793431207054,1494.64367575372,3157.90092805538,8294.42118459287,1766.50084617054,4838.52842271985,2011.21475449477,5468.32023837548,1477.48195078234,6208.90495295109,386.048385469336,1684.83640449545,792.188170682536,3239.59529449047,1785.45095890212,7435.35103989556,970.870240023018,2164.77283746825,840.134068154986,2948.29540481449,1080.79328308068,5270.2926009796,1319.68782989777,3529.55014733273,1058.33720245388,4496.39553237667,1242.59235311421,6338.52607275355,21160.8336252649,6534.52488394194,154819.467132982,57178.3442072606,4615.45586596313,25676.1132829821 -514,4883.51185495199,4910.67284736026,1027.622137412,1967.49741043423,2101.89054702431,3502.04870625085,2130.10903109691,4126.93788854573,387.160049419458,1509.32328203907,2990.18845067017,8375.88463928103,1672.68402291866,4886.0499112179,1904.37545273023,5522.02721177908,1400.90554282499,6269.88556100573,368.965357012842,1701.38398401185,755.330840822816,3271.41290039779,1702.528600868,7508.37715818024,931.03714847924,2186.03410091636,799.013721299208,2977.25201598388,1023.72250386538,5322.05465078854,1249.80225200334,3564.21553773163,1011.50471920413,4540.55677106469,1187.60639454773,6400.77975146432,19916.2791294747,6177.87500362836,147432.04588258,54738.4261362581,4342.2962330796,24624.3801929249 -515,4700.80122530159,4977.21330576929,988.618472380877,1994.15733742962,2011.06916768128,3549.50206621352,2042.95017353786,4182.85860398843,370.544287213596,1529.77487109744,2861.62239298904,8489.37931115242,1600.76534818608,4952.25672462364,1822.41433415667,5596.85162656705,1341.46169444823,6354.84358455351,353.712334385485,1724.438028487,724.27097048509,3315.74110567717,1632.50554654371,7610.11695505589,894.51049536778,2215.65523750886,766.713370654182,3017.59429088197,979.836817729838,5394.16940311454,1196.14559890131,3612.51126891167,969.68912845434,4602.0820932293,1138.51076303618,6487.51141371842,19011.9375017724,5906.56724338399,141354.573972276,52573.9578472741,4144.49098168118,23654.3792262961 -516,4620.43089778781,4924.64374540514,970.821462676638,1973.09495410679,1965.87816511127,3512.01205892044,2003.68202306988,4138.67905523929,361.82716274832,1513.61731716329,2793.98192680549,8399.71408872073,1562.92789113128,4899.95075684001,1779.32170890412,5537.73741719794,1310.7708170425,6287.72342857473,347.167595705099,1706.22443315491,709.934861525191,3280.72009261255,1600.26866157049,7529.73854286623,879.636632738096,2192.25338297726,750.489950765107,2985.72231845813,956.853068598679,5337.19593289522,1167.98047943351,3574.3557554646,951.74697227262,4553.47468632545,1117.44490045657,6418.99001390595,18497.2024911186,5760.56834380249,138424.070235979,51635.1292638238,4031.45940945351,23251.9540065562 -517,4579.09166820295,4888.83926269485,961.936806644157,1958.74962319103,1939.98888587696,3486.47807483088,1983.15633921687,4108.58890652245,356.968972542181,1502.61260537821,2756.22419517508,8338.64420561669,1541.80656199709,4864.3258038029,1755.26386046847,5497.47545433145,1293.83052024658,6242.00871367876,343.476489139429,1693.81937679448,702.456824581236,3256.86771020563,1583.40661969636,7474.99379229974,872.515382279597,2176.31466691874,742.133604308396,2964.0147090034,944.056569131505,5298.3920012039,1152.27877541618,3548.3685032971,941.627941747676,4520.36877773453,1105.56415968503,6372.32092902345,18197.7096860256,5676.68422430239,136843.697989727,51152.814603544,3965.52432565404,23046.2836764195 -518,4599.76546898826,4824.96301926741,968.631458512703,1933.15713364058,1952.405123459,3440.92470106552,1993.27913396681,4054.90720192256,359.318352957453,1482.97987797589,2774.40871695346,8229.6937495857,1551.97881687163,4800.7698465586,1766.77472739133,5425.64693604965,1302.26675309378,6160.45232643697,345.492646803194,1671.68839374911,706.040851821211,3214.31436298157,1591.52965431895,7377.32755754765,876.233847937018,2147.87953171199,746.763583917819,2925.28769940021,950.260522058795,5229.16465314494,1159.8660170373,3502.00648603537,947.155162536284,4461.30686939328,1112.05366252966,6289.06191783728,18326.7714171022,5713.61849491474,137647.298713585,51424.5869977112,3993.78221871095,23165.128044481 -519,4633.57395095431,4783.76512112869,977.557661004098,1916.65089092745,1970.68741221792,3411.5444001655,2013.45061988536,4020.28441762355,362.677659243089,1470.31746922567,2800.35395296795,8159.42459240161,1566.49234418546,4759.77852158135,1783.3698950104,5379.3201043381,1314.62062021889,6107.85136630121,348.687487679771,1657.41469923781,713.252461335138,3186.86897217067,1607.72967721446,7314.33632050849,885.468518021159,2129.53988396581,754.044205208965,2900.31015984496,959.143146821185,5184.51548342682,1170.71028820436,3472.10463892966,955.913699245332,4423.21404562719,1122.33704925546,6235.36282600082,18499.1181986029,5766.62691905394,138917.649748458,51901.2893999256,4031.45940945351,23376.2360686803 -520,4743.06111440642,4777.65690970432,993.34470119969,1914.20359082553,1976.23898587436,3407.18832624628,2037.02043985377,4015.15106625969,362.560909560934,1468.44007563808,2798.50813352962,8149.00612718653,1565.45980970323,4753.70093775213,1782.07521044962,5372.45145094801,1316.55669289796,6100.05247849018,353.813288432085,1655.29840816907,720.328308520971,3182.79977793331,1623.95911601304,7304.99691701703,902.209824038838,2126.82075384162,758.807873793988,2896.60686187694,959.032241336225,5177.89556879811,1170.25803134564,3467.67123789824,969.965890195293,4417.56620843581,1138.83570864156,6227.4011235584,18295.2361215878,5746.52347670279,140098.83318243,52783.9049931915,3984.36292102531,23838.678347692 -521,4804.21230941975,4987.54527618818,1000.21938772353,1998.29691782435,1961.44820562572,3556.870315894,2043.25114973102,4191.54160966004,358.585225619643,1532.95046108017,2766.77957953816,8507.00202702355,1547.71114730038,4962.53688881236,1761.81767568346,5608.46987595524,1304.94032957562,6368.03531492524,355.705484076013,1728.01771085241,721.20960365285,3322.6241016261,1626.19105075861,7625.91445024719,912.364894941945,2220.25461530645,756.388100204736,3023.85837743688,948.734086187281,5405.36691370603,1157.34235903644,3620.01031652633,975.153273745301,4611.63534584908,1144.92620901985,6500.97854319448,17875.9067166126,5662.73379169243,139906.50768141,53199.6052614067,3890.16994416892,24093.6072000317 -522,4832.94837158481,4996.44766091837,1001.46672682151,2001.86372413537,1942.9963343364,3563.21905585204,2041.70247080268,4199.02318906543,354.258673157085,1535.6866597553,2732.61649792289,8522.1863713756,1528.60063245015,4971.39463549446,1740.09541723192,5618.48056334124,1291.50678761445,6379.40176820228,355.736578983409,1731.10208956593,719.746801400777,3328.55473010735,1623.01909491453,7639.52612103838,917.538776762259,2224.21759903691,751.684155570931,3029.25573207827,937.450477717427,5415.01507792489,1143.31602223981,3626.47175652946,975.238519270325,4619.86676026453,1145.02629568154,6512.58228990943,17496.6025786969,5579.57920958519,139262.320140833,53324.6445484195,3805.39626499817,24201.4333638999 -523,4796.20311274182,4868.890117853,993.677072870994,1950.75685070613,1926.06030636894,3472.25133257869,2026.98974576709,4091.82361096092,350.739937495856,1496.4811220352,2705.28257383474,8304.61796500945,1513.31028575121,4844.47668731455,1722.67991485753,5475.04274010011,1278.96065770467,6216.53789550653,353.642892856028,1686.90766498153,714.215769308812,3243.57790414114,1610.65418342474,7444.49171893593,912.118918704299,2167.43410976009,744.965331412874,2951.91990376108,928.179259342445,5276.77165662283,1131.94453029767,3533.88921416098,969.498757099905,4501.92319451117,1138.28724827291,6346.31836555978,17281.9553226035,5519.63566791559,138100.917983277,52972.7890033973,3758.29977656998,24056.311877693 -524,4613.23768591006,4569.00319142279,952.497252495576,1830.60493476417,1825.38648953762,3258.38682655871,1937.20738791055,3839.79812332747,331.455936123533,1404.30916635635,2555.75461822791,7793.11610392372,1429.66571737386,4546.09344416136,1627.42340662739,5137.82138170835,1210.7790053668,5833.64602540978,338.576022063299,1583.0068698151,681.605986651057,3043.79795742533,1537.29601243857,6985.96715042272,877.170669874554,2033.93650811314,708.474964166519,2770.10389116283,877.31243305443,4951.76230227814,1069.64619402436,3316.22827930158,928.193494638763,4224.63866412581,1089.79079255106,5955.43299687652,16165.9015203479,5199.63790465937,131508.100227608,50806.1674514513,3513.39803674336,23120.947489388 -525,4171.94232143878,4342.28476812295,854.336722729509,1739.76852097619,1622.89954710737,3096.70247378672,1735.27021798103,3649.26357129548,293.674410333496,1334.62596704944,2263.75643022371,7406.41403311077,1266.32460631902,4320.51182500888,1441.45432114699,4882.87764145362,1074.35875592864,5544.17478331191,304.115189944672,1504.4565150526,609.620556613719,2892.76171498055,1375.15764443446,6639.3166029813,790.217185341043,1933.01058206497,630.865690980023,2632.64861694456,777.452326509458,4706.05099618065,947.66688437406,3151.67377686722,833.72041294378,4015.00794669926,978.87006840271,5659.91856570817,14181.5884085503,4595.64574277488,117449.801815491,45692.2706606787,3080.11034320397,20844.3268824016 -526,3678.83609141758,4169.30557422747,759.308862193332,1670.46312706642,1450.78545173475,2973.34227834718,1536.33063954708,3503.89155988138,264.216460794029,1281.45982612128,2037.42131214391,7111.37222965543,1139.7148149687,4148.39997776377,1297.22785398157,4688.3633975907,964.891255932194,5323.31711596747,268.033511804772,1444.52500684405,540.914268578511,2777.52570069092,1219.86930101851,6374.8328817773,694.39799507986,1856.00720017448,565.386504589427,2527.77446430671,699.312827647101,4518.58081602887,852.66706578777,3026.12374538467,734.803842535131,3855.06614757949,862.732249850095,5434.4501307042,12914.3165528124,4146.79568173585,104622.255873739,40328.4345333424,2806.95071032043,18329.569734527 -527,3032.28898907082,3874.87703608469,648.133892150983,1552.4981547785,1338.12546502186,2763.37042456333,1339.73924799726,3256.45331113227,248.375886144612,1190.96553718601,1919.13019120457,6609.18046354708,1073.54384570954,3855.44775362489,1222.16876730738,4357.27996970102,896.797526189086,4947.39444764274,230.493713895244,1342.51536075218,476.509277231567,2581.38204627433,1073.67841079988,5924.65414268739,579.461681819139,1724.93945351954,509.379254164575,2349.26777367673,656.578528644679,4199.48711554137,801.855140691697,2812.4245634153,631.889891342323,3582.82860824156,741.901111641547,5050.67945736141,12950.310394001,3974.41640011517,93363.4972811536,34226.7895446596,2825.78930569171,15316.5902604952 -528,3260.42675970976,3625.80518221618,647.901514524356,1452.70567363984,1406.83685477114,2585.74471201508,1391.50595696899,3047.13289768775,255.593585007239,1114.41188361765,1962.39312562811,6184.35128438156,1097.74473484702,3607.62478774858,1250.77608686161,4077.19990786397,915.078867115942,4629.38262548225,225.437265150363,1256.22028954462,474.522624534927,2415.45430048498,1068.51425034944,5543.82538938586,618.280335018359,1614.06267897984,513.912487358796,2198.26001932114,678.27860088489,3929.54976490438,816.210607215205,2631.64571718306,618.027826325515,3352.52923222587,725.625678869914,4726.02861450223,14075.3586258108,4232.57533400206,94924.9057304604,33523.5891619166,3073.58002342837,14954.1209570184 -529,3349.33974494097,3475.50432730627,675.902885536863,1392.48652404199,1458.13803838624,2478.5575849458,1447.368514665,2920.81980127735,264.266507494518,1068.2160594043,2028.65924371332,5927.99076902215,1134.81339416752,3458.07756649899,1293.07048202639,3908.18734348344,947.287229294302,4437.48037719604,235.45481294851,1204.14606768631,494.279684946307,2315.32623840945,1113.10856631594,5314.01665625732,633.550647385144,1547.15478174401,532.932343828368,2107.13533290974,701.361887555252,3766.65775626227,843.892667668061,2522.55585128164,645.490558747645,3213.55651185317,757.869637812524,4530.12009063217,14470.1802964915,4363.92861917629,98465.3662234061,34950.6750229232,3159.01066912939,15611.6102238894 -530,3478.38081881906,3417.99621195167,706.424057185399,1369.44547212179,1545.80109393773,2437.5456447827,1519.66508485611,2872.48988243877,280.401089804193,1050.54061245256,2153.08630691448,5829.90210479939,1204.41675330986,3400.85780646678,1372.4907254257,3843.51975357122,1003.63957850961,4364.05473608532,247.26460344875,1184.22142813969,519.991406056617,2277.01523779989,1170.93728187413,5226.08723534904,659.498081332283,1521.55448110249,561.971914543038,2072.26920403151,744.063795825181,3704.33201347826,895.44051580451,2480.81588515812,677.866657470075,3160.38276750471,795.88237383171,4455.16156829761,15475.8274757676,4642.13289364888,103714.123703303,36535.4371761642,3380.18301933514,16285.4196378751 -531,3722.63802234839,3428.65308448432,766.108049495659,1373.71522695235,1685.98750372783,2445.14559856209,1643.77258637656,2881.44593640437,305.549890050332,1053.81606295134,2346.32211176783,5848.07898966292,1312.51109210031,3411.46124365563,1495.7492723485,3855.50335377162,1093.209016322,4377.66129740488,269.476200214181,1187.91367822645,566.131895106828,2284.1146784193,1274.88378214887,5242.38150311822,700.608997191744,1526.29849225729,610.844511851399,2078.73027285408,810.770993400623,3715.88164420874,975.756944879272,2488.55074998116,738.758918822707,3170.23643445433,867.375899850804,4469.05218900095,16824.7761557365,5042.1460929987,112481.357081583,39607.0533031393,3675.79474350129,17647.0675503144 -532,4536.49760817384,3513.77808751178,936.790784400558,1407.82118925643,2041.78426296255,2505.85253547037,2005.41982199072,2952.98513503892,370.473009079332,1079.97971769818,2844.50856340003,5993.27237302173,1591.1920287125,3496.15941566038,1813.15544184853,3951.22599662148,1326.35743426476,4486.34783465798,327.265066694242,1217.406646154,688.206672093118,2340.82361458884,1549.73298945001,5372.53691118312,856.274574210084,1564.19272085749,743.85090304176,2130.34002059167,983.118534319686,3808.13782423593,1183.06983069295,2550.33532978737,897.184933761567,3248.9455891664,1053.38368096343,4580.00773677571,20379.4163884451,6114.07396920238,136940.956528155,48317.0659128722,4450.92518346656,21519.6063334168 -533,5985.57232518448,3731.72407810252,1206.04203129503,1495.14286297214,2489.71760948771,2661.28082363075,2550.92903329703,3136.14731956707,444.81855586492,1146.96665982414,3410.87034219071,6365.01175202824,1908.00961870842,3713.01258855065,2174.06342630495,4196.30517989209,1605.6195422137,4764.61854459105,422.20882435101,1292.91764623416,868.455420127568,2486.01580054189,1957.17479036337,5705.77448337206,1123.83138055822,1661.21351258982,918.333857235422,2262.47672772554,1181.34399057049,4044.34180460649,1420.29162221107,2708.52271269711,1157.4696924888,3450.46504975013,1358.98368262332,4864.08780621791,23472.3957612138,7258.31014326233,170911.420756905,62776.2145068092,5113.90579116495,28338.6609758687 -534,6068.9997868167,4249.75194521612,1229.62263381078,1702.69456082688,2579.62433170524,3030.71264656359,2621.46292871853,3571.49882812111,461.287742186686,1306.18547665082,3538.15763276492,7248.58550856728,1979.21296283757,4228.44297717436,2255.46865903914,4778.8249419648,1662.22063780602,5426.03003445646,433.341450388727,1472.39698517092,893.482475558248,2831.11780589172,2013.40270113603,6497.83470111339,1143.60707992146,1891.81868991171,944.554816542354,2576.54764216833,1224.87283913646,4605.7664209688,1472.92061040491,3084.51252719611,1187.98937017738,3929.44929747644,1394.81679708572,5539.30735058186,24571.8871585637,7552.91168929911,175983.017885539,64157.1614259288,5356.30169206624,28916.6462793238 -535,5885.64770294641,4727.68658515964,1199.25617035607,1894.18261056555,2520.08239319636,3371.55196522974,2567.94167024325,3973.15591975401,450.918379609127,1453.08141164423,3458.70199113573,8063.77428894696,1934.76620489022,4703.98117278422,2204.75695186173,5316.26006934019,1624.17988392665,6036.25099423739,422.802615416187,1637.98536115925,872.065583552228,3149.51033482972,1965.11571734765,7228.59271436284,1117.60745233584,2104.57597458551,922.786795341153,2866.31075905877,1197.322132799,5123.73908018426,1439.81401816686,3431.40227584279,1159.09754847374,4371.36213365497,1360.8949462491,6162.26767821157,24124.1998807231,7402.29832069566,172174.710083902,62636.9543902083,5258.27044586799,28212.5810169327 -536,5796.15498280767,4856.47876382105,1168.72093432628,1945.78414988144,2425.2537891907,3463.40016947305,2480.62092382802,4081.39308773229,433.763256670445,1492.66642165007,3326.4882553306,8283.4485503854,1860.80705243544,4832.12756589049,2120.3036991242,5461.08623417317,1564.56148646576,6200.69123419224,409.410114811988,1682.60754570537,843.337657639129,3235.30965558263,1900.47006043202,7425.51486382622,1092.75904672983,2161.90907398685,893.123605020056,2944.39512457882,1151.90174779318,5263.3205662119,1385.00929878808,3524.88092909293,1122.38250922787,4490.44728085544,1317.78786572181,6330.14087908385,23008.3505186062,7095.59824172972,166297.511734109,60855.2175676007,5013.66316995041,27454.0360229697 -537,5603.25558753363,4858.55815373725,1125.36755901133,1946.6172728368,2316.11385997158,3464.8830873933,2381.48782223406,4083.14061058649,413.717159569337,1493.30553398977,3172.18581349707,8286.99525988928,1774.49168020717,4834.19652939738,2021.92100885413,5463.42449779978,1493.94003120067,6203.34617318259,393.575034698176,1683.32798479995,809.591362488785,3236.69491239127,1824.51439194432,7428.6942333821,1054.62716770785,2162.83473476842,855.284913027404,2945.65582102765,1098.78693389723,5265.57415286251,1320.97722592501,3526.39017112121,1078.97122966013,4492.36994771947,1266.81873801402,6332.85124429952,21801.3504855415,6751.88807600862,159338.638669756,58614.5842044819,4749.12777904186,26479.2030536272 -538,5402.94477384991,4905.99422162459,1076.17880668779,1965.62288441602,2197.37053821497,3498.71214205407,2278.63567723468,4123.00596344808,391.800628934809,1507.88527975908,3003.5813382391,8367.90454558503,1680.17588151783,4881.39474489529,1914.42499786096,5516.76612039117,1416.44738447385,6263.9119502894,376.111568244622,1699.762996595,771.827780318423,3268.29607362811,1739.55978008161,7501.22357908889,1019.08505703449,2183.95136485931,813.335994310307,2974.41544992939,1040.69616784706,5316.98408253246,1250.97467081999,3560.81974431174,1031.0957898778,4536.23077207765,1210.60824551922,6394.681431783,20566.0292422622,6395.27755960504,151928.945795654,56156.5869611204,4478.02386642527,25404.2295497257 -539,5220.7616469151,4952.13067475376,1035.23271695882,1984.1077957265,2102.30806033422,3531.6143758241,2186.63935088264,4161.77911783654,374.97676428967,1522.06558152689,2874.38663171005,8446.5971445602,1607.90554637946,4927.29986212111,1831.9965311724,5568.64633264584,1356.3217705572,6322.8183955571,360.550545545508,1715.74773532083,740.057733300317,3299.03145198395,1667.94250973756,7571.76582484667,983.205871510741,2204.48945871541,780.414963951817,3002.38714593903,996.055191967721,5366.98552481527,1197.24840128456,3594.3060440939,988.435828456954,4578.88993328835,1160.52123948486,6454.81764614156,19633.9711740283,6116.64800687236,145714.945518746,53958.5321952515,4274.41130966819,24422.9929745818 -540,5119.51737670848,4921.19975526551,1016.48074999628,1971.71509397521,2054.84012446835,3509.55597569362,2140.74808379303,4135.78472001542,366.14323123344,1512.55878716905,2806.37279613225,8393.83985009702,1569.85922990637,4896.52403544377,1788.630047912,5533.86466740188,1325.2570746575,6283.32618511749,353.854295243408,1705.03120569977,725.357916579506,3278.42576062957,1634.89021344959,7524.4727111358,962.259923503394,2190.72025704473,763.854953212458,2983.6342896065,972.653497488444,5333.46342936472,1169.03115123107,3571.85607292638,970.078308834021,4550.29026878553,1138.96769922122,6414.50097074727,19081.677928662,5959.38703817593,142568.27582615,52962.1079469234,4153.48158067697,23987.436351013 -541,5029.57791399095,4897.54670363554,1007.09070213375,1962.23832383039,2027.6338220822,3492.68779053155,2117.53392045279,4115.90665483258,361.217867250096,1505.28888696879,2768.39314108986,8353.49604427292,1548.6137588488,4872.98958417631,1764.41040325564,5507.26692839498,1308.10385470369,6253.12626516799,350.076235389531,1696.83621400166,717.678633530395,3262.66847020497,1617.57646585859,7488.30739568921,944.205208543559,2180.19086951251,755.310669587357,2969.2938727556,959.617177465633,5307.8288906069,1153.29543569018,3554.68845114526,959.720899123334,4528.41994122083,1126.8070777532,6383.67057771572,18777.108299623,5871.06449631937,140853.197916107,52416.3789413308,4086.52666773633,23744.1841755619 -542,5024.47953410346,4851.93010271277,1014.10159317282,1943.9616951528,2040.64256414464,3460.15628961289,2126.1885376541,4077.57038513055,363.596898238746,1491.26836473889,2786.66791176779,8275.69013073694,1558.83649813088,4827.60171253087,1775.9878294953,5455.97128736286,1316.64063800331,6194.8835606837,352.1345564321,1681.03158668735,721.353587710598,3232.27940920058,1625.90407302033,7418.5599995485,943.903743844662,2159.88419295622,760.029340101291,2941.63735372428,965.928602403028,5258.39085011013,1160.89300844628,3521.57946530133,965.363709237139,4486.24145109719,1133.4322938764,6324.21196082292,18901.4103566708,5905.44041969462,141596.76004097,52662.5941026828,4113.78229722105,23846.4906185509 -543,5037.4431123036,4809.23763972323,1023.44944789157,1926.85664397389,2059.7555090928,3429.71013906967,2140.69205416725,4041.69156596596,366.996469856401,1478.14659296532,2812.72935504969,8202.87177038548,1573.4150307254,4785.12331670129,1792.67056258278,5407.96382490426,1329.13040830968,6140.37435887324,355.391329111584,1666.24007541665,728.716454222111,3203.83836282771,1642.44302411005,7353.28358552114,942.289589895714,2140.87922503265,767.436623426061,2915.75368656627,974.958504076321,5212.12191135782,1171.74745244471,3490.59284805738,974.292029666307,4446.76670742641,1143.91502345041,6268.56478962305,19031.3977874735,5947.30310665223,142656.506078542,53086.9957421546,4142.49030893635,24037.7905189774 -544,5172.13302997201,4809.49756267486,1039.63942107432,1926.96078402763,2064.89090672115,3429.89550324782,2170.9381584669,4041.91000566059,366.842550724544,1478.22648176562,2810.66403375104,8203.31510772959,1572.25970891359,4785.3819363557,1791.22969102058,5408.2561069716,1330.98933479612,6140.70622524106,360.542566471287,1666.3301300305,735.801778649353,3204.01151940391,1658.69731916395,7353.68100551094,968.094583236902,2140.99493227961,772.151588551858,2915.91127314469,974.735158606514,5212.40360883525,1171.21764327215,3490.78150273906,988.413954123564,4447.0070400559,1160.49555685806,6268.90358424803,18864.2697597387,5937.94762256489,144044.994714337,54029.1820527317,4103.17052187328,24526.316873417 -545,5225.70331479671,5002.68582436383,1046.46747515705,2004.36309047606,2048.70332530135,3567.66780511769,2175.97568804396,4204.26575233084,362.780462519802,1537.60399483708,2778.56453191698,8532.82648913629,1554.30354168626,4977.60151974358,1770.71427836394,5625.49534713321,1319.1359517011,6387.36657712555,362.391354915723,1733.26340466585,736.538276933416,3332.71049633422,1660.60746809145,7649.06422006855,977.316574961254,2226.99457857571,769.539157631531,3033.03781760327,964.146438680242,5421.77583104554,1158.206299587,3630.99947803939,993.482338460503,4625.63475502853,1166.4463404128,6520.71337734066,18431.7435963862,5850.75155579778,143789.500744458,54431.812162716,4006.21216151276,24773.617490445 -546,5243.40925172399,5001.12628665404,1047.50234537496,2003.73825015359,2028.88301764518,3566.55562004883,2175.65912846714,4202.95511416308,358.373733147329,1537.12466203529,2744.08120841898,8530.1664650716,1535.01388646091,4976.04980181707,1748.76705157226,5623.74165472915,1305.47315952067,6385.37537891862,362.364527260722,1732.72307698278,734.917319792102,3331.67155687703,1657.0822752863,7646.67970012974,981.005371650994,2226.30033509396,764.641831355227,3032.09229813276,952.588184949264,5420.08564618097,1144.10574520235,3629.86754994936,993.408791448234,4624.19275925157,1166.35998895994,6518.68060959075,18062.1526612546,5769.17652032769,143153.292100511,54549.6696944093,3923.52933374689,24872.7172670189 -547,5162.38791314457,4873.63372905393,1039.30187592416,1952.65741363183,2011.03887021392,3475.63424119133,2151.06889282018,4095.8101499551,354.806859523628,1497.93909796825,2716.58965145055,8312.7089011047,1519.63536137299,4849.19651325443,1731.23641883653,5480.37690732075,1292.76957635794,6222.59447885066,360.214853746587,1688.55116768971,729.240201177445,3246.73802320417,1644.39066408942,7451.74466025283,960.360888342545,2169.54577473332,757.783439899154,2954.79586932629,943.144813127949,5281.91265437165,1132.71073117522,3537.33217468246,987.515541952131,4506.30928102665,1159.44073227892,6352.50139005919,17784.5385429777,5691.29188872294,141641.127202636,54101.2329639902,3863.14294251429,24683.3696539192 -548,4935.35818845136,4594.86559129321,995.962564990469,1840.96689662852,1905.37127544801,3276.83060948255,2051.76849001987,3861.53292856323,335.269359877749,1412.25812232779,2566.25994687052,7837.22828254829,1435.54230196573,4571.82616562714,1635.39013159261,5166.90352183159,1223.76899309681,5866.66681350965,344.809708335602,1591.9673268228,695.823280715807,3061.02708084715,1569.22259504874,7025.51054060135,914.478730939214,2045.44940864746,720.553191695991,2785.78379584102,891.365472015174,4979.7912730097,1070.3057488263,3334.99946816437,945.282912283609,4248.55182195524,1109.85545590733,5989.14314832834,16621.0137282863,5355.69565569728,134721.757954408,51833.5113779892,3608.30338764179,23691.0758383251 -549,4488.18417909339,4374.58028783464,893.108034321602,1752.7079599037,1693.51478083702,3119.73403922378,1844.20585418674,3676.40478148627,297.027524897671,1344.55217906183,2272.9099080461,7461.49885669377,1271.44497794784,4352.64540957557,1448.41063711771,4919.19379286703,1085.81260902002,5585.40929821842,309.6623733238,1515.64583303421,622.233490053996,2914.27648150926,1403.48429445025,6688.69617886673,835.342766512238,1947.3872488866,641.532345180245,2652.2288056799,789.826609360177,4741.05200851109,948.195944057907,3175.11418854469,848.927808596601,4044.86936187799,996.725052150011,5702.01391904548,14627.8097973299,4746.4512067115,120544.567575453,46673.9855113885,3173.28620172404,21380.9110247182 -550,4041.81140949379,4196.72751811083,793.976947081752,1681.44993177864,1514.52198812259,2992.89825083499,1639.90033334975,3526.93700858208,267.261198931902,1289.88811683183,2045.82509074767,7158.14444309565,1144.41581172344,4175.68442342761,1303.59729613415,4719.19923720587,975.262371584363,5358.32911032205,272.985983518042,1454.02579371864,552.227946514629,2795.79376776898,1245.27411640607,6416.7608015322,754.433624043367,1868.21434699646,575.029699529259,2544.39989227689,710.529782701538,4548.29997845618,853.203417787375,3046.02686691239,748.380858410698,3880.42130701395,878.673006790296,5470.19305812172,13343.958398305,4293.66389282937,107676.847624955,41313.4215566746,2896.68665323714,18870.3554139341 -551,3337.23472712606,3898.40012939042,679.021560571834,1561.92285615915,1399.61142156524,2780.14592988387,1432.77739356765,3276.22215911639,251.384269107734,1198.19549395476,1927.91069868933,6649.30260607461,1078.45558114869,3878.85289820092,1228.74020921458,4383.73157121817,906.840222371261,4977.42843843222,235.035747752244,1350.66532623528,487.059358096987,2597.05276051036,1097.35577852686,5960.6207529578,629.648189786478,1735.41098883125,518.614306493917,2363.52939914915,667.561597827918,4224.98080897606,802.674834785555,2829.49786014303,644.341707193913,3604.57877240555,756.520772675571,5081.34045718836,13364.9865732611,4111.38138234399,96174.3040751714,35097.7665051899,2912.41456806236,15797.1622433671 -552,3733.73211283914,3658.42560404162,739.178374681048,1465.77528700317,1485.90413408866,2609.00798155105,1486.32656770713,3074.54715617253,263.838553569678,1124.43795614609,1953.34045362998,6239.99027695697,1092.68075307269,3640.08164531541,1247.57479522488,4113.8814100896,926.91585640404,4671.03197133658,229.038880828678,1267.52217524758,498.635815929625,2437.18551168418,1121.49249420164,5593.70173784918,676.337373797651,1628.58397915869,552.610741474398,2218.03719032413,715.317888039197,3964.90289737381,801.7883987687,2655.3219460689,627.901520931614,3382.69106173445,737.218371053536,4768.54745906682,14634.935309961,4359.84770776617,98980.7696781269,34988.7328112547,3146.28557897836,15648.9036051893 -553,3768.12637599216,3518.97655915071,761.331990990871,1409.90399538213,1539.68023392844,2509.55982802345,1532.1707568549,2957.35393952582,274.333277589618,1081.57749757876,2030.85445436674,6002.13914140596,1136.04137489432,3501.33182129182,1297.14374820158,3957.07165214408,964.840237063585,4492.98517810996,240.207234785306,1219.20774279854,521.719876393401,2344.28675451092,1173.50625798927,5380.48533025408,696.416411237293,1566.50687140846,575.847660394708,2133.49175980301,743.809718496799,3813.77178744686,833.716473433896,2554.1084325706,658.519145372921,3253.75225341243,773.166484672786,4586.78364570699,15148.7993752503,4512.05311308081,102902.80203955,36499.358925936,3255.88407214427,16344.7221211678 -554,3831.964316958,3441.58428441952,787.559345896558,1378.89620788452,1604.85390951722,2454.36749002401,1590.78256315186,2892.31333902225,284.81692322427,1057.79054093706,2108.67984138586,5870.1350789752,1179.57618334934,3424.32760438853,1346.95312932078,3870.04442383324,1000.92864859972,4394.17169145481,248.344689449756,1192.39390673029,539.478342996708,2292.72924013021,1213.44392078012,5262.15319820753,720.075920006962,1532.05494252446,595.863060847311,2086.57022519317,772.189090694178,3729.89612957452,865.535506915122,2497.93634441255,680.827672823953,3182.19301336905,799.358898164078,4485.90726472686,15813.6782927422,4699.22108814637,106539.200608831,37608.6596075988,3400.43371949652,16842.5021793514 -555,3979.29173151281,3461.07856252024,834.233315846751,1386.70673464402,1702.9874929842,2468.26984384068,1682.15810985312,2908.69636379389,309.70526254494,1063.78221839523,2293.01599480045,5903.3854765425,1282.69213866438,3443.72413491376,1464.78358775327,3891.96564267477,1087.98755301417,4419.0617414714,270.245956522456,1199.14802242307,586.358813579598,2305.71602113659,1318.94552916919,5291.95978417982,764.53366760263,1540.73301129945,646.471781774627,2098.38925296789,839.650691780853,3751.0235018623,941.155348085005,2512.08548671202,740.869176936805,3200.21801303377,869.853551198215,4511.31693554286,17137.4441694832,5054.40563481209,114619.012542864,40529.6090965563,3680.36124066989,18140.6741343457 -556,4825.8422604655,3536.52140565947,1029.6196992393,1416.93346795044,2097.84288666173,2522.07194376139,2065.55814706953,2972.09865864198,377.625424963043,1086.97000612873,2795.69379789613,6032.06449276595,1563.88549613506,3518.78869500161,1785.7079594284,3976.80074484874,1327.27685555353,4515.38621829623,329.527791056155,1225.28644561173,715.98934895094,2355.97485489722,1610.4564282833,5407.31125184667,934.208987568348,1574.31713162241,791.118564704116,2144.12888250736,1023.83159213661,3832.78641840716,1147.5933348809,2566.84265789519,903.388107926381,3269.97474961383,1060.6668198008,4609.65234451192,20889.140080076,6177.29078302703,140220.840655161,49561.993888434,4489.40720113949,22179.1360226476 -557,6751.69921521932,3740.7564274601,1346.83209883363,1498.76174057274,2653.94582376821,2667.72224792542,2693.36604211196,3143.73812146836,470.329217438209,1149.74280386808,3479.33740092459,6380.41777042784,1946.30946406256,3721.99964819573,2222.26152521006,4206.4620118557,1665.21053594477,4776.15093507589,436.322495670451,1296.04705334652,929.424688573372,2492.03300941077,2091.96912963916,5719.58486897689,1249.80473557792,1665.23435134671,1007.47468287496,2267.95287756688,1275.7339140018,4054.13082097966,1429.8301736945,2715.07848232852,1196.16179426358,3458.81663339436,1404.41202973215,4875.86095435326,25130.4579809276,7636.94515950801,180666.637070194,66095.4686587289,5391.76233533355,29850.5111198244 -558,6679.07443706141,4255.53524822358,1364.32981568236,1705.01168396756,2742.6753333398,3034.8370118888,2753.54252981098,3576.3591258938,488.978854350779,1307.96300778506,3618.05659540906,7258.44979403898,2023.90771049894,4234.19728173191,2311.1641555115,4785.32823745481,1727.89033024154,5433.41408327187,448.597629309393,1474.40070633448,958.194572143043,2834.97055125954,2156.51826505718,6506.6773223895,1268.85089199978,1894.39318387276,1038.74488809991,2580.05395404722,1326.16142742647,4612.03420862733,1486.38149279595,3088.71010644427,1229.81361378717,3934.79671450988,1443.9225879091,5546.8455535812,26358.2735351998,7943.78394432662,185862.697632407,67456.0755575112,5656.84075274215,30440.0547602805 -559,6270.00041069344,4724.95739101593,1339.07215077676,1893.08913873853,2727.65295500544,3369.60563911168,2720.38065974334,3970.86230031183,475.998989193869,1452.24257827244,3522.00518390339,8059.11924145827,1970.17743093468,4701.26566327706,2249.7395315002,5313.19110408915,1681.60553353165,6032.76639335138,436.460398954986,1637.03978662197,932.268681304388,3147.69218868011,2098.16938615819,7224.41979965119,1241.4463042835,2103.3610470895,1011.19956656281,2864.65609807464,1290.96092294694,5120.78125325567,1446.92778107509,3429.42139939777,1196.53985095766,4368.83863813126,1404.85590561218,6158.71033054133,25784.2794740763,7791.5019291514,181535.339883054,65565.9212908406,5542.39113307515,29648.1786088797 -560,6109.3544020683,4899.36617060011,1308.30560607516,1962.96730673201,2606.36599553585,3493.98534427365,2636.38572122192,4117.43573799214,456.6313988241,1505.84811050819,3378.21200511519,8356.59941643269,1889.74084416711,4874.79992802878,2157.69647623309,5509.31290995425,1615.76845356429,6255.44933779051,421.856524643033,1697.4665984824,899.59303788362,3263.88057043741,2024.74592337827,7491.08934525529,1216.60484248122,2181.00082304712,976.238385304507,2970.39698262601,1238.53631818728,5309.80077978008,1388.14839339775,3556.00903849185,1156.50387602278,4530.10227545537,1357.84971874829,6386.04214830641,24527.0562948635,7442.99673091768,174953.300429157,63620.2152355212,5267.31473840287,28841.8285356433 -561,5872.54041552358,4898.45643711782,1261.08860972493,1962.6028152812,2486.92158743696,3493.3365674026,2531.78479452494,4116.67119641236,437.081550493711,1505.56849873849,3233.22817682166,8355.0477303528,1808.6382189751,4873.89475610254,2065.05997840943,5508.28991917462,1548.19685584548,6254.28780147925,406.50603874881,1697.15140624203,865.852383808564,3263.27452032119,1948.88389086091,7489.69837047225,1175.17297244581,2180.59584627981,937.602319763511,2969.84542769081,1185.58432602881,5308.81483519349,1328.78472828045,3555.34874481855,1114.42109337405,4529.2611083381,1308.4403775706,6384.85636301106,23335.122475952,7099.18600658193,167926.562059589,61364.5115202343,5008.52766317204,27854.0822469763 -562,5611.01951580652,4953.69021246356,1219.38084003585,1984.73263604897,2386.58551057089,3532.72656089297,2441.38262183828,4163.0897560043,414.153735198724,1522.54491432868,3063.23471309524,8449.2571686249,1713.54543286256,4928.85158004762,1956.44813091618,5570.4000250499,1468.75907634093,6324.80959376403,388.604547366066,1716.2880630039,825.718962862617,3300.07039144114,1858.70847263551,7574.15034478548,1134.7012179351,2205.18370219716,891.911747293456,3003.33266540954,1123.47415328809,5368.67570967984,1259.15577421428,3595.43797218394,1065.34482463967,4580.33192906531,1250.8199933421,6456.85041389147,22033.1697484274,6746.25175439713,160427.71904825,58810.106439215,4730.97265730211,26754.8769336358 -563,5572.54453330657,4983.3215108905,1177.59549514676,1996.60463500613,2284.68924037922,3553.85813563764,2350.18418371658,4187.99195005511,393.711061040707,1531.65226274772,2911.77866013774,8499.79776561653,1628.82230449265,4958.33430218132,1859.61677922941,5603.72027286928,1397.47461893608,6362.64246431676,370.88086783573,1726.55431737191,787.717184992345,3319.81029571547,1773.19280368148,7619.45634890989,1094.85682268724,2218.37436482714,850.90038899398,3021.2975850285,1068.0726545693,5400.78931091206,1197.05245720378,3616.94466536821,1016.75602044478,4607.72992459259,1193.7719406047,6495.47310794505,20883.0032342715,6428.01348512349,153382.61314657,56426.1647067726,4484.5560746384,25674.9890196609 -564,5423.2908234593,4940.30414578721,1147.41076444522,1979.36940939139,2211.04519987098,3523.18028099552,2284.31877096482,4151.84008259653,383.04885024053,1518.43063045811,2832.65882818583,8426.42523627267,1584.56339540205,4915.53263335161,1809.05863761135,5555.34745959846,1360.83992552866,6307.71843155846,363.138945443966,1711.65023837986,769.958718389038,3291.15280467212,1733.3215673245,7553.68316230465,1069.40707825256,2199.22476354634,830.261605368164,2995.21693560284,1039.20338105986,5354.16825202077,1164.68549334391,3585.72223091589,995.531829918108,4567.95476659197,1168.85264570669,6439.40244551789,20201.4249883001,6228.23145786735,149540.423494157,55244.5702757802,4335.36749257348,25154.3142252899 -565,5371.85618008912,4848.09622499412,1130.61122439655,1942.4256236779,2184.62900970151,3457.4221578713,2250.68599875275,4074.34838771615,377.185742138961,1490.09000057554,2789.11178198404,8269.15088072158,1560.20357673888,4823.78705851723,1781.22761690716,5451.66011092186,1340.87444106692,6189.98851365084,358.827999012297,1679.70327621953,760.724121143267,3229.72534025378,1712.54021363736,7412.69803301463,1051.5428748633,2158.17750475031,819.64031892991,2939.31294309427,1023.33652645569,5254.2357969479,1146.89456733938,3518.79679845315,983.713531595542,4482.69653169899,1154.97679679163,6319.21472161886,19850.6656182715,6134.60752904794,147790.846860772,54673.9196058612,4260.72015359391,24888.3808349663 -566,5348.80325504648,4750.88477635162,1128.01176146598,1903.47713751037,2183.62544109309,3388.09576645138,2245.37419393352,3992.65171944414,378.964008204023,1460.21150789694,2802.26382216688,8103.34226248208,1567.56070751694,4727.06304436011,1789.55208437731,5342.34632004513,1347.23823929444,6065.87015407905,360.499034029242,1646.022758921,763.565410929112,3164.96460439527,1718.99207643914,7264.06255205537,1049.12527993545,2114.90287653999,823.479263981047,2880.37540226355,1028.16056740284,5148.88065347997,1152.30117700313,3448.23975536215,988.294611562724,4392.81188348912,1160.35543691032,6192.50518681124,19928.2020535442,6148.65550328006,148214.160493262,54836.6673748777,4276.28936519703,24947.5866703708 -567,5385.36874347496,4694.28639447931,1125.2183605354,1880.80057704099,2175.5863446437,3347.73260315934,2236.75218844485,3945.08634218534,382.520540334146,1442.81567271489,2828.56790253255,8006.8052843392,1582.27496907305,4670.74845625413,1806.42654500202,5278.70172091253,1360.06489085277,5993.60604927959,363.841104063133,1626.41331161475,771.37855239841,3127.25965390193,1736.5233409594,7177.52410593012,1048.2760831647,2089.70755266578,831.527965637114,2846.06082832052,1037.80864929715,5087.54085528255,1163.11439633064,3407.16008291193,997.456771497089,4340.47930625792,1171.11271714771,6118.73244977202,20061.0143129661,6171.8339884015,149037.1511093,55252.3522880015,4301.24254211969,25112.7857164084 -568,5448.87155430775,4690.06263548478,1146.94531324518,1879.10829674818,2192.29565002928,3344.72042739808,2271.58190533475,3941.53668787759,383.071007011106,1441.51747631975,2832.03605562113,7999.60103368315,1584.21502213526,4666.54587589464,1808.5026060982,5273.95212491444,1364.56588319917,5988.21320671889,369.59627630101,1624.94992031808,779.899718810774,3124.44585219036,1755.99768277972,7171.06601423028,1070.43995927033,2087.82730499238,837.817076964964,2843.50003973363,1039.4282975803,5082.96325931976,1164.90357571185,3404.09443632869,1013.23436082302,4336.57389082951,1189.63716455589,6113.22702273838,19900.9296066354,6169.79767170605,150557.426052424,56216.1659659712,4265.46518420079,25629.5487525501 -569,5612.24966673668,4893.97275517167,1163.55091529384,1960.80639493465,2202.71779468283,3490.13902746319,2301.23403091534,4112.90310240998,381.664642457478,1504.19041354305,2821.05772359408,8347.40014235263,1578.07384378383,4869.43355608863,1801.43026399722,5503.24804110918,1362.21081487043,6248.56309255072,373.284881249255,1695.59796033152,784.86940813809,3260.28756203342,1767.41122239215,7482.84285878261,1089.87256081669,2178.59989135945,840.01467162226,2967.1270525255,1035.73400360424,5303.95554175328,1160.73821505067,3552.09444355364,1023.34653325741,4525.1153602802,1201.50985325209,6379.01214135244,19657.3644225452,6147.98895543122,151523.549444711,56985.1970783717,4212.5723031079,26026.6047284607 -570,5562.01929960063,4893.77781138216,1159.36081389797,1960.72828926299,2181.42728935414,3490.00000320581,2287.91261342009,4112.73927131472,379.186886910699,1504.1304964585,2802.31272197027,8347.0676366568,1567.58806161893,4869.23958977993,1789.48948276242,5503.02882778671,1355.54258556069,6248.31419076291,374.600292561386,1695.53041882518,786.288160969393,3260.15769355151,1770.71363854014,7482.5447913809,1088.59876566057,2178.51311022276,838.471967240272,2967.00886163631,1029.1003017558,5303.74426693741,1153.28527211765,3551.95295139866,1026.95268414563,4524.93510935106,1205.74383038858,6378.75804332975,19366.4457305364,6078.9361639172,151174.808673388,57181.0701080511,4147.30892944788,26154.4304388096 -571,5529.49724919446,4718.97914421896,1127.85695793114,1890.69390992619,2113.68031928906,3365.34224952908,2222.53854801642,3965.83817144388,371.902643075119,1450.40513005365,2748.20252545123,8048.92245029073,1537.31931344887,4695.31739241081,1754.90669081394,5306.46859527666,1330.51296056466,6025.13344274816,370.200440203514,1634.96852395207,774.922461236979,3143.70957483038,1745.28864075896,7215.27911097337,1063.46270085731,2100.69977199175,824.51687898972,2861.03159530657,1009.3892088286,5114.30219078126,1131.18359720665,3425.08232799463,1014.89065355333,4363.31097016867,1191.58181572796,6150.9180295193,18844.6698101438,5919.76458224541,148321.237479938,56432.3970346313,4030.80508216007,25805.8540575241 -572,5345.51808196339,4449.76320802223,1072.99672318922,1782.83055315637,1995.45049029392,3173.35077496635,2106.32705673389,3739.58863663973,353.595365313216,1367.66007799503,2612.48740254215,7589.73453557311,1461.40151712817,4427.451350009,1668.19802850758,5003.73661297366,1266.99101418385,5681.40190867542,355.729924780865,1541.69420160903,742.602722349363,2964.3621586937,1672.66059223115,6803.65022654377,1013.52332751265,1980.8556619626,787.849608980219,2697.81084864096,959.791553681092,4822.53322757852,1075.58275061718,3229.68270504619,975.220277023058,4114.38576582856,1145.0048774824,5800.01053338956,17740.6562566976,5594.89748969725,141708.653985669,54280.2599830981,3790.67984167414,24827.0428071837 -573,4996.0915608149,4226.4237956999,980.851545754108,1693.34796511789,1811.81831424866,3014.07616550042,1926.50181640263,3551.89381123225,314.298639511432,1299.01543696662,2321.74427815954,7208.79587173557,1298.76247716423,4205.23179890704,1482.5018107041,4752.59255377012,1127.77338101092,5396.24494545478,320.109298263016,1464.31456119416,665.535237132602,2815.5769601376,1499.28932137416,6462.16615824469,927.966466143431,1881.4339357367,703.225254914917,2562.40420758509,853.21023761838,4580.48400234997,956.125754697319,3067.58072262335,877.567662383255,3907.87938424159,1030.3510677782,5508.90044877759,15696.4006474578,5009.21071786671,127761.561062589,49143.6371575904,3356.09859999062,22515.459171622 -574,4702.79111586129,4099.25614021354,891.538556849583,1642.39730303196,1636.79393960303,2923.38649074183,1746.74968785649,3445.02189531827,278.893419400246,1259.92973341561,2060.51689657288,6991.89247676108,1152.63427329436,4078.70178334453,1315.58325557992,4609.59315717393,999.640384438787,5233.87887633465,279.791281831272,1420.25521962244,584.919518364997,2730.85987113522,1317.42246790226,6267.72789094567,837.482572794991,1824.82400873328,623.307389685669,2485.30476104627,757.031889553657,4442.66313067963,848.3597564943,2975.28116456482,767.037329075461,3790.29632034651,900.577545089037,5343.14472047332,14091.7287812989,4506.35951177148,113664.527055186,43435.7117849595,3017.91915517335,19846.9231426578 -575,3887.33534962896,3842.84144562778,754.309701064411,1539.66285843015,1492.38967141095,2740.5242277995,1510.66862931371,3229.53054593329,260.147769815181,1181.11921591122,1924.49638320211,6554.53898805915,1076.54564434742,3823.57279498416,1229.06503675942,4321.25610744281,921.355006793059,4906.49180715183,239.402537054245,1331.41609956824,512.835237201406,2560.04044052087,1154.07385237626,5875.67199642922,695.972736221478,1710.67849675077,558.678788284924,2329.84517534128,705.629737873719,4164.76780751954,790.863413798436,2789.17281099439,656.313096655797,3553.20753152041,770.576365701119,5008.92290686488,13966.2769816478,4265.12033434556,100802.537290583,36718.1904183188,3000.08352416101,16539.0093991452 -576,4075.78725930531,3637.95661329649,862.681555043689,1457.57423441078,1745.01955365405,2594.41051094257,1708.6672185861,3057.34498122175,274.409707919594,1118.14669520247,1913.00692899916,6205.0773616615,1070.11854893374,3619.71528951822,1221.24448890985,4090.86413172357,913.11857680677,4644.89742042872,231.205382688753,1260.43035420693,494.764434198071,2423.5493924673,1113.44777493194,5562.40482450577,788.291753230309,1619.47200750613,617.094047490151,2205.62721192498,768.825779163417,3942.71915783787,801.114420379971,2640.46534756944,633.840904708381,3363.7648132521,744.191793934362,4741.86730635318,14890.4298407621,4563.92720516491,104039.962306045,36603.7515598457,3173.51239197431,16747.8913098339 -577,4022.98715264395,3476.28409616116,851.776476443259,1392.79894420322,1730.82604410981,2479.11367748023,1715.89177255224,2921.47512036123,281.855296597268,1068.4557258052,2009.8744551814,5929.3207810545,1124.30535557075,3458.85342546224,1283.15830793102,3909.06418968547,960.094299059716,4438.4759762995,244.327521043447,1204.41623152784,522.047775774585,2315.84570813805,1174.91041767888,5315.20891622673,776.069674312323,1547.50190348488,621.86318508279,2107.608092645,780.266466463568,3767.50284869455,841.73180088393,2523.12181532666,669.81475596445,3214.27750974165,786.428646592678,4531.13647450712,15284.3452777882,4663.09599964341,106852.680737486,37896.1611811474,3274.25288789499,17262.9807440561 -578,4089.12693412346,3380.37226227682,873.34664502545,1354.37115830441,1803.1696244413,2410.71410695104,1778.55578645894,2840.87065056236,295.716715558559,1038.97667712808,2121.36955656489,5765.72884953558,1186.67469375613,3363.42250957721,1354.45757860647,3801.21180914547,1011.70416289183,4316.01694856681,255.494242373486,1171.18598729853,546.699768769974,2251.95075516053,1230.32942617962,5168.56053521648,790.762300584149,1504.80581150936,645.769303473304,2049.45848470637,815.988816685838,3663.55619261376,888.239716565227,2453.50804564403,700.427904621056,3125.59452467925,822.371505198846,4406.12091282442,16176.1903543509,4905.64159975941,111441.134412484,39283.0073465172,3473.63156129306,17842.9826862346 -579,4183.57318776328,3337.22493254613,888.631114348598,1337.0838614001,1855.60234833231,2379.9435679723,1880.76626688911,2804.60956060787,319.581835420772,1025.71509946967,2311.94065557257,5692.13464614418,1293.27842051079,3320.49152778451,1476.22030425196,3752.69285129704,1102.02773503196,4260.92697860072,278.464468676875,1156.23687990765,595.236466355266,2223.20668372955,1339.60785036178,5102.5886337976,809.401597212536,1485.59835520213,692.456453706898,2023.29904008075,877.782847194973,3616.79428156816,967.985850290842,2422.19128156343,763.399920463336,3085.69919744983,896.306868298976,4349.88084897688,17397.1596640728,5224.24047980757,119048.960914469,42154.8271338868,3737.01955938292,19071.9658586822 -580,5133.05336909606,3334.17082998552,1107.61264462564,1335.86021261184,2320.35545594529,2377.76553326023,2322.05983456211,2802.04288757453,394.355024207864,1024.77640364453,2830.27936692146,5686.92541891212,1583.23234657161,3317.45273900567,1807.00345604228,3749.25852814593,1349.67913901372,4257.02753871909,340.52097695073,1155.17873546519,729.178399758729,2221.1720887104,1640.94900589913,5097.91893687061,992.426602730928,1484.23879154299,860.571976582003,2021.44739300749,1087.89238404527,3613.4843276694,1185.08676408877,2419.97458333516,933.525515680529,3082.87528176818,1096.05111162307,4345.90000186356,21494.8962591886,6452.32365581355,146844.136865764,51798.8250534382,4606.0680584136,23382.7564676965 -581,7248.39013894712,3305.31930671662,1521.51285692755,1324.30063634132,2958.5596770277,2357.19005554509,3009.70775193846,2777.79601790479,486.331919109632,1015.90872356369,3527.33577033792,5637.71484470379,1973.15931214682,3288.74588210676,2251.94303211122,3716.81513361644,1695.78321586608,4220.19027531761,451.60620922782,1145.18264712254,948.244338041556,2201.95165836372,2135.41181709056,5053.80520235307,1389.57949360584,1471.39525345979,1071.96236446304,2003.95523694526,1333.88631697174,3582.21582570064,1478.34019131029,2399.0338587708,1238.06152304952,3056.19828995746,1453.60644760411,4308.29369990073,25746.6097393121,7995.57356957913,189391.520145929,69227.2612569965,5530.60050474141,31657.1851899976 -582,6914.89943800605,3336.38018452911,1433.512264165,1336.74540685678,2879.06031785053,2379.3411355171,2998.4862541176,2803.89963292463,488.659001840377,1025.45546135303,3502.84439864886,5690.69380246354,1959.4590632162,3319.65101547554,2236.53684255801,3751.74293635014,1684.19049940782,4259.84841491724,450.287575846477,1155.94420295861,944.109576858655,2222.64392590667,2126.20974261784,5101.29702124011,1329.52950725859,1485.22230735099,1082.97998832726,2022.78688465627,1348.93627665011,3615.87876647431,1468.08424634391,2421.57815499172,1234.44653897912,3084.918117861,1449.36209943976,4348.77976849962,25645.9198445801,7888.88218638046,187413.886923863,68587.7099652428,5472.38227759961,31329.7558048167 -583,6328.3224882483,3565.24297060413,1326.88096183097,1428.44097545679,2738.89298494404,2542.55474163501,2839.19057703149,2996.236311113,468.726526881219,1095.79774277807,3403.53894326641,6081.0534036777,1903.90850132113,3547.36624520908,2173.05878159446,4009.09800188849,1636.1723078639,4552.05755253769,437.560346769518,1235.23750773938,917.264793378995,2375.10870905533,2065.76596131665,5451.22628118804,1220.27381135074,1587.10281748509,1023.96673240821,2161.54224719112,1284.78331166889,3863.91407505279,1426.48510997706,2587.68905740616,1199.55531673007,3296.53157802384,1408.39636011117,4647.08925327015,24727.304904968,7582.51059924565,179849.603266036,65803.4077290979,5297.68935436174,29943.113696194 -584,6199.91596252265,3802.55328097134,1299.93825015478,1523.52110716783,2650.71819990831,2711.79270377053,2789.5656764748,3195.67230321406,450.306526076941,1168.73641893071,3222.83164074655,6485.82151695494,1802.82249194872,3783.48664193315,2057.4707268407,4275.95226651089,1553.23136773448,4855.05238332733,419.520325439146,1317.45759729731,876.966453950308,2533.20109982619,1975.20907838103,5814.07173417309,1191.48969967265,1692.74382577189,1005.95701674912,2305.41919072124,1244.13152806465,4121.10458238802,1351.10438604049,2759.93125756197,1150.0992733282,3515.95587487158,1350.33008293224,4956.40960032375,23406.0077808009,7227.20222742405,173345.691413121,63781.6546008417,4992.11934520589,29104.2567120583 -585,5935.06753184428,4023.22847200894,1241.3134531517,1611.93625523597,2516.41362485356,2869.16732254407,2689.12957761994,3381.12811248155,433.629315394545,1236.56219636577,3101.95675897964,6862.21595420111,1735.20619055529,4003.05533060213,1980.2792545789,4524.1004221204,1496.36134628652,5136.80770219418,405.869372258579,1393.91417409858,847.897715777181,2680.2114361279,1909.77977886726,6151.48223071114,1138.51284015569,1790.97954780614,973.391087696727,2439.21056266073,1198.37254724873,4360.26639651836,1300.56897484976,2920.09952149161,1112.67569601577,3719.99883680711,1306.39110876902,5244.04702565198,22370.5306735896,6907.8739661532,166784.887925351,61665.0072838143,4765.80846751865,28132.1342364196 -586,5730.70191828267,4159.03858927385,1206.52511619513,1666.34958357918,2469.58213260754,2966.02037308256,2618.46312420035,3495.26316810631,421.081975748059,1278.3042097916,3007.76917004981,7093.86035618355,1682.51851626343,4138.18447319232,1920.1478786492,4676.81822403524,1451.16113436558,5310.20835822353,393.989349829149,1440.96783976998,822.822746789536,2770.68599703534,1853.32228162684,6359.13474881155,1100.82974777612,1851.43675129306,947.124977512516,2521.54977726252,1164.62511262659,4507.45373493012,1261.1023073485,3018.67186487159,1080.10705908761,3845.57298248814,1268.15231388923,5421.06770604623,21769.8810810523,6729.86351645039,162231.280168592,59864.0106504326,4639.52943575682,27296.7429849898 -587,5737.91421492197,4214.59727303649,1198.96627784303,1688.60958130818,2387.35893211102,3005.64207516693,2529.65044699866,3541.95478128941,397.826603587039,1295.38048783515,2798.30858191008,7188.623974199,1565.34818235557,4193.46457640908,1786.30025180413,4739.2936878106,1353.06707316067,5381.14498950392,370.923476705661,1460.21706643702,772.798218707065,2807.69831702483,1740.79625549591,6444.08350534013,1098.66537867369,1876.16924337354,910.617042794274,2555.23400107038,1109.38756497142,4567.66673638665,1173.5706118017,3058.99691402023,1016.87283106723,3896.94422337328,1193.90908780682,5493.48525636972,20350.3789821544,6352.48010911618,154454.824182072,57247.4797287538,4314.23539962289,26231.5183300498 -588,5582.16471568148,4156.43934715124,1164.77791243313,1665.30817799092,2309.08900216623,2964.16672231093,2462.13218820592,3493.07876056568,381.37218153586,1277.505317914,2659.88417963732,7089.42696124047,1487.91483998151,4135.59826410505,1697.8766166403,4673.89538918609,1289.20830353103,5306.88967844976,358.004953988504,1440.06728926388,742.97777423305,2768.95442287524,1673.85727029718,6355.16052963861,1068.51468050151,1850.27967321167,884.418207677234,2519.97390383536,1068.254987897,4504.63674649347,1115.82499529114,3016.78530890509,981.457184461968,3843.16964453705,1152.32762251367,5417.6797433648,19302.5274352054,6066.34549584512,148935.631762569,55515.4568354971,4078.97704973763,25488.868856304 -589,5520.42644105508,4045.58190888075,1152.35970612098,1620.89232511206,2283.57748381393,2885.10868681542,2422.89298567882,3399.91397919127,375.777989343992,1243.43265256453,2622.71914584283,6900.34307330464,1467.12506058638,4025.2966835975,1674.13584858062,4549.23675079057,1272.07569177559,5165.34829030458,354.144700664572,1401.65889272747,735.005817966683,2695.10294367151,1655.89403845657,6185.66044620872,1056.54401158062,1800.93039910358,869.785930251809,2452.76304661953,1052.1972393302,4384.49244788904,1100.3223567307,2936.32386986437,970.874444428887,3740.66750122434,1139.90244100288,5273.18344555861,19012.0098114435,5982.60597228447,147140.170018444,54916.1147804797,4016.29029385545,25211.671667297 -590,5513.2500395395,3941.22255700735,1150.84657840926,1579.07997862764,2272.7833954637,2810.6847647637,2388.0607234747,3312.21020077689,371.165079702078,1211.35721109713,2640.75268245307,6722.34264047361,1477.2128557412,3921.46060699348,1685.57351429164,4431.88517825438,1280.70477342523,5032.10357745049,356.272281965406,1365.50186590482,738.843013050149,2625.58038727086,1664.58566139615,6026.09588179879,1056.79542157771,1754.47381178126,847.242422602049,2389.49186150711,1028.75734816484,4271.39059988268,1107.87047633015,2860.57880701525,976.707128948936,3644.17368530512,1146.75058842314,5137.15702980863,18905.2432057012,5977.80663477862,146867.218477565,54915.8860218035,4024.39733149871,25216.689915289 -591,5556.42670401073,3903.14373428821,1152.55969663654,1563.82341655945,2266.87970551332,2783.52883400142,2405.57232881825,3280.2086928134,378.706640509747,1199.6534679505,2712.64482084185,6657.3935314189,1517.42865927339,3883.57271786925,1731.56777496503,4389.06573135095,1314.40966857205,4983.48501372857,363.559620607493,1352.30882675964,755.961607876025,2600.21287537433,1702.99076507372,5967.87368463724,1064.4261366565,1737.52265099856,858.468173175589,2366.40536089288,1045.83970421239,4230.1217998937,1137.89399758812,2832.94081608961,996.68509513684,3608.96485309295,1170.20669292207,5087.52347347198,19306.0998799992,6071.7442125393,149046.946021895,55780.6695791771,4114.36760956985,25579.6689360323 -592,5652.77779426156,3931.73534090863,1171.78357754818,1575.27885530163,2310.36537756254,2803.91895203351,2458.70191300733,3304.2371280857,386.860548581592,1208.44126116835,2789.28288926584,6706.16077903408,1560.29929258462,3912.02096138528,1780.3900214963,4421.21685090096,1352.4091037455,5019.99041881001,375.758034858579,1362.21486267228,779.548746366493,2619.26015334387,1756.27019479368,6011.59000880244,1083.56825327906,1750.25048464071,874.779137024334,2383.73993419817,1064.53775548204,4261.10861121621,1170.15045976955,2853.69289054719,1030.12659132953,3635.40151810225,1209.47031074575,5124.79098902561,19671.3590445008,6204.15677668597,152924.363118919,57438.9239547871,4201.62132764855,26348.0789407831 -593,5807.44288537495,4216.5466983253,1197.09996740982,1689.39063297397,2313.81335654085,3007.03230875056,2483.72705136349,3543.59308164771,387.569314303647,1295.97965480604,2800.48665437985,7191.94900965535,1566.56657613945,4195.40422695298,1787.49439718196,4741.48580685961,1360.2452804829,5383.63399128647,381.516317115105,1460.89247713276,789.259352915677,2808.99699344584,1778.32849971124,6447.06416008238,1109.43376586344,1877.03704912867,878.920789300331,2556.41590231926,1065.21143252935,4569.77947088295,1175.09122605993,3060.41182642023,1045.91270665521,3898.74672100852,1228.00476851931,5496.026220165,19540.3214432499,6203.05426522388,154361.84140492,58415.3503014162,4173.30114637225,26848.0622414359 -594,5790.9925460037,4308.23477321512,1194.23370439882,1726.12613857997,2314.36891142963,3072.4197035185,2484.04557127811,3620.64789713883,382.300656569632,1324.16050708801,2747.3540767579,7348.33669051821,1536.84469902338,4286.63256247852,1753.59240566687,4844.58859140153,1337.90881483101,5500.70017645845,380.025519457584,1492.65933006541,783.918745230435,2870.07814471179,1766.47843654512,6587.2544493928,1105.6949528869,1917.8528934308,874.913687158673,2612.004721671,1053.88658215885,4669.14853100096,1153.12269582082,3126.95994951962,1041.82574066423,3983.52429064252,1223.20626698685,5615.53635481406,19114.3558605247,6113.68759559292,153456.43073776,58360.7278072157,4074.25225701322,26862.7996349673 -595,5849.25691729872,4162.80748152724,1200.00622852393,1667.85961814658,2296.52243770883,2968.70816040829,2459.0246660802,3498.43055162417,374.783922600232,1279.4626003019,2684.59971070034,7100.28876379966,1501.74048161215,4141.93446758869,1713.50304491994,4681.05632464352,1308.82689723422,5315.0204326286,374.827503388289,1442.27363494646,770.778337485442,2773.19677368879,1737.06476243482,6364.89735311987,1116.50689269373,1853.11451058281,861.67093050087,2523.8347883818,1034.99558694952,4511.53835859961,1126.95771293247,3021.40736461818,1027.57557412513,3849.05781435791,1206.47516471526,5425.9802404322,18648.5115760195,6002.88981449243,151452.996853243,57803.0813977892,3969.63341711859,26669.4013679372 -596,5759.08018069042,3909.77179161584,1183.48861821084,1566.47899676886,2247.34324135319,2788.25563627693,2381.95987979838,3285.77892356651,366.013141283654,1201.69063913869,2664.7421893595,6668.6986713222,1490.63236611055,3890.16754100731,1700.8532051096,4396.51894887573,1297.89190882414,4991.94763427523,369.839910323213,1354.60522705607,761.64728103053,2604.62838276408,1716.39466001902,5978.0079281083,1099.48559255652,1740.47319561666,828.791413223041,2370.42383201774,1001.77210813295,4237.30510947727,1118.49632255207,2837.75152648438,1013.90227437787,3615.09335554331,1190.42136100469,5096.16276516436,18367.7384041517,5918.6093076167,148757.361892126,56757.3208722193,3935.20078886555,26173.7455178961 -597,5504.59009599483,3750.04869976932,1133.6957986529,1502.48475822708,2140.62516983581,2674.34903639822,2215.11655405406,3151.54736306429,330.955061738884,1152.59883671231,2374.38161886498,6396.26712617154,1328.20732328662,3731.24532749523,1515.48388218796,4216.91112588665,1158.12184023795,4788.01519192856,333.352636387395,1299.26651507272,683.916435379291,2498.22337485585,1541.43703682977,5733.79267457151,1053.31923423551,1669.37089735055,760.396676231423,2273.58661398664,913.177090811568,4064.20153483026,996.813138179994,2721.8229066416,913.8737782725,3467.40854966809,1072.97803191652,4887.97289711358,16611.2682527431,5422.60402033982,136278.560916035,51886.006869199,3549.16185319945,24038.7937424445 -598,5179.53390818283,3726.85050857734,1058.59338943984,1493.19023128227,1950.70686717322,2657.80523517658,2007.76562768753,3132.05156337416,298.995772013322,1145.4687404596,2126.43387698279,6356.69915263642,1189.50762819812,3708.16345591934,1357.11767790475,4190.82487518171,1035.30273111754,4758.3960320869,292.973657766287,1291.22911731097,604.901079646686,2482.76910529029,1363.03590257389,5698.32283687899,989.585203166029,1659.04399539607,691.829202656521,2259.52197078186,828.904161798014,4039.05996153455,892.495632036265,2704.98542712224,803.176319403831,3445.95879983395,943.008287320512,4857.73538851392,15081.6032067793,4917.90951728786,122559.766341663,46349.0881411461,3216.71903373627,21532.0245749552 -599,4261.96558182997,3554.52111890936,891.977354596931,1424.14518624415,1768.49282687689,2534.90844793486,1746.16032032677,2987.22564854804,281.35182009872,1092.50232056354,2011.56851154678,6062.76568716588,1125.25299518044,3536.69815467451,1284.14695049987,3997.04133294322,965.902285275103,4538.36802663812,252.888426972158,1231.52274454512,535.423421200619,2367.96598034164,1205.39979349619,5434.83266083077,822.389121759042,1582.32988022002,622.887476162601,2155.04178267932,777.765568216442,3852.29402166075,842.914500862559,2579.90703005643,693.28415921049,3286.61782937386,813.984042867197,4633.11393596451,15064.9287116156,4672.08600873328,109185.190073282,39374.6591985996,3224.82070265348,18033.6722158348 -600,4359.75810863639,3375.0438260105,929.792387660106,1352.23628088913,1942.96662837745,2406.91413006134,1982.66376678651,2836.39262357955,305.731210482057,1037.33895187869,2123.64361363157,5756.64040710381,1187.9467804441,3358.12079098278,1356.12269454089,3795.22000904527,1012.01507637248,4309.21366790703,268.597598429852,1169.33986225515,537.909071090693,2248.40103485083,1213.43680441546,5160.41340133188,842.216861749334,1502.43380593195,685.405740863922,2046.22795029508,858.197315202259,3657.78137724852,906.050650340186,2449.64061323251,736.350264909111,3120.66769120443,864.547902377604,4399.17560247275,16711.1918115024,5132.37014191202,115076.914087373,40140.8817987938,3614.72491197343,18394.950176686 -601,4367.98369807091,3218.76472430361,929.75378720647,1289.62190247894,1949.6979734272,2295.46361340947,1984.60099207496,2705.0553983012,305.628508654286,989.305679446556,2117.57717616671,5490.08310057686,1184.55327090753,3202.62529886695,1352.27276564567,3619.48493585225,1012.00027999136,4109.6784690176,271.552238130075,1115.19437772694,544.527212764703,2144.29035892557,1228.30748689205,4921.46397952552,838.420910441267,1432.86463359837,688.945058897309,1951.47876111562,859.03054977369,3488.410306132,903.682237089351,2336.21167592795,744.450299081748,2976.16730286914,874.058142119291,4195.47477758066,16611.571088467,5119.74041426484,115937.219243191,40678.7391244175,3591.22481962105,18639.2103495218 -602,4403.95096992443,3120.77350050306,948.058377726001,1250.36099362477,2031.95845233605,2225.58112496002,2023.23032794311,2622.70340564813,334.687323718261,959.187518429747,2365.4813523633,5322.94445955406,1323.22859575066,3105.12541947503,1510.75963013359,3509.29429168563,1126.20104400234,3984.56450229456,287.391505675285,1081.24369440304,596.633453830084,2079.01014913941,1344.14130331495,4771.63622895939,850.474371998332,1389.24288084128,734.502362820927,1892.06845672816,930.9498680471,3382.2100634006,1009.10603027805,2265.08866421704,787.87305833597,2885.56165094271,925.040748112268,4067.74885068229,18391.252884581,5544.81822266459,123731.947862908,43031.670002069,3957.41817306319,19501.0023512023 -603,4498.67130647603,3062.42063713145,975.060659108814,1226.98148716125,2122.65912099786,2183.96675234173,2077.68597420646,2573.66355912631,381.543732019172,941.252433361362,2822.05867652615,5223.41495165067,1578.63376768321,3047.06514713385,1802.53796594499,3443.6767868265,1338.53828241661,3910.06029750037,311.455020754049,1061.02637790739,698.815584368858,2040.13639070696,1570.12017129008,4682.41519549361,878.418253742664,1363.26653234862,798.323598209708,1856.69017242544,1035.00893504505,3318.96880552274,1203.47322499057,2222.7355715218,853.842284443997,2831.60682700542,1002.49513194441,3991.68924787047,21182.8214993794,6215.71850272863,137027.739247799,47570.6295404012,4503.20385554942,21186.6867625484 -604,5406.30843950805,3032.59439491499,1209.07469706176,1215.03138253243,2647.15634494733,2162.69615333968,2548.18687678737,2548.59753398024,468.071346969711,932.085167857768,3373.10685257784,5172.5418489632,1886.8850686116,3017.38845869144,2154.29656489617,3410.13732568464,1601.83002775786,3871.97852515983,386.051911470085,1050.69258203304,839.538574434551,2020.26661795072,1888.29570515011,4636.81112396749,1073.14917084269,1349.98908858195,1003.85436196318,1838.60706191729,1288.36656979184,3286.64392947465,1438.64422512172,2201.08738618256,1058.34686885299,2804.028580549,1242.60370242101,3952.81245579421,25721.887544449,7566.99952121299,167542.409873669,57959.4070247667,5521.21820426348,25854.0704902153 -605,6987.46903079015,2976.32092145958,1472.54214520344,1192.48499902428,2826.84899366538,2122.56469864163,3024.36677087908,2501.30521031261,463.752180972155,914.78919512908,3269.2734394894,5076.55905056369,1828.80160866137,2961.39714985715,2087.53752130181,3346.85808445212,1582.21501922682,3800.12925935599,440.453850977233,1031.19570463197,898.138023677462,1982.77811632692,2024.7089308471,4550.76946005759,1353.76251638476,1324.93840087086,1064.33595995805,1804.4894740634,1291.71110869147,3225.6562582474,1396.8197148759,2160.24353551559,1207.48775023775,2751.99642347573,1417.70982012691,3879.46321819807,23628.3423736654,7471.90606609231,181363.185683624,67388.8845665665,5065.32170000374,31025.3499538564 -606,6792.94066054367,2912.57464265953,1414.01503496481,1166.9445807634,2801.62994125382,2077.10400921288,2955.37861455936,2447.73272820862,462.153988207298,895.196413095556,3233.38412600733,4967.83026858024,1808.72545552074,2897.97050557583,2064.84655308883,3275.17571074792,1565.37969762753,3718.73880932201,442.281458191283,1009.10974998543,891.731457881033,1940.31134949049,2011.1009265952,4453.30194011914,1317.12299683629,1296.56112069054,1063.27366765691,1765.84125966017,1292.41829379532,3156.56976234274,1381.52143303942,2113.97584788215,1212.49806702421,2693.05468436327,1423.59242664504,3796.37360843229,23453.990172493,7396.29201729714,179805.507150934,66820.9913034409,5039.26760448993,30806.5421114965 -607,6129.29030221428,3013.87989197232,1290.07944307769,1207.53327845957,2641.8411835409,2149.34989655253,2704.5539585577,2532.86983358966,451.750045750203,926.333158737807,3178.57082737442,5140.62147417921,1778.06339847006,2998.76779340101,2029.78543056014,3389.092960133,1537.59661143386,3848.08408229449,426.624930269018,1044.20863236563,873.79480292721,2007.79931087199,1969.51347487361,4608.19680760207,1193.87199042373,1341.65814435373,1028.13616130227,1827.26079769931,1259.55736822543,3266.36165645034,1358.03849630702,2187.504212503,1169.57628160799,2786.72458460083,1373.19801339325,3928.41917706896,22941.6943277193,7118.89417240243,172897.310077935,64093.1497728955,4922.8770158818,29313.0088709691 -608,6057.87172797435,3232.6056577211,1268.97212340449,1295.16737486192,2557.77546742169,2305.33428174244,2642.60812845179,2716.68734249887,434.309984667881,993.559769201976,3049.85047452209,5513.69087596903,1706.05841243238,3216.39683152608,1947.39015858769,3635.0489966935,1478.20825997718,4127.3503993788,418.187483996974,1119.98979847115,844.005136611905,2153.5109707527,1903.39389964285,4942.62664939787,1169.50219077651,1439.02606063284,1000.14761055597,1959.87026838992,1212.19058663761,3503.41073608437,1303.25056872342,2346.25756403264,1146.44533839072,2988.96504890112,1346.04000260476,4213.51563860191,21885.9671403584,6843.79834278195,167830.517662078,62660.3695306969,4686.56259136299,28743.3418295181 -609,5883.04696361039,3482.00241370336,1227.84039489242,1395.09003043641,2463.61956621909,2483.19169838959,2551.82209502531,2926.28080423738,418.357850097708,1070.21328328638,2924.91905801399,5939.07422412695,1636.17292267107,3464.54307040252,1867.58871437465,3915.49440934276,1419.32295662389,4445.77705248712,406.155726457592,1206.39743740007,814.109064759173,2319.65516121252,1836.4395782635,5323.95217527729,1130.12383691908,1550.04746852977,971.288474586587,2111.07500501316,1170.37199550062,3773.70020686035,1250.00315815137,2527.27222747324,1113.46072533671,3219.56483924666,1307.31281068869,4538.58997268837,20967.9108934578,6572.52581364278,162139.826153235,60737.6690970077,4488.99112355055,27890.6626928736 -610,5787.68398236012,3675.12570253336,1218.91110130732,1472.46630502816,2491.14566171441,2620.9176648338,2549.77678437428,3088.58194760545,414.253165507109,1129.57082657941,2875.40613094895,6268.47478463633,1608.47584491296,3656.69800671622,1835.99248798886,4132.66058784736,1394.45053719981,4692.35444783938,400.246447057146,1273.30820111174,797.987479927945,2448.31085424761,1800.43139472365,5619.23604688427,1112.4696847777,1636.01819152151,965.059101442506,2228.162157604,1163.25001124989,3983.00201324025,1228.77335920277,2667.44304482177,1097.26065699143,3398.13247834701,1288.29233120532,4790.31507739449,20939.2056934804,6564.82541394805,160695.17280281,59705.2485951384,4497.20865397016,27403.5624427172 -611,5783.87338020704,3854.53800996695,1205.07115758034,1544.34917347568,2391.69960051513,2748.86563829146,2504.85550544012,3239.36035867739,394.411864088228,1184.7142216112,2738.3625360815,6574.48922229915,1531.81491355034,3835.21071079069,1748.39018310656,4334.40883591258,1329.22759526767,4921.42583394267,384.163491517243,1335.46856811037,762.539792170004,2567.83250744507,1720.73870598726,5893.55594415761,1105.49116073877,1715.88533689341,922.016445694338,2336.93659047752,1107.392192024,4177.44422815974,1170.30705229085,2797.66229454411,1053.1698362188,3564.02252898801,1236.52535503972,5024.16870606816,19856.9282843036,6275.61960585522,154367.177868533,57654.6435335381,4258.20903855186,26568.9859304708 -612,5691.58558315627,3839.8523222293,1186.55426456581,1538.46524402398,2359.35231968047,2738.3925330082,2468.76795236655,3227.01848149931,386.912089751766,1180.20049180183,2674.60900340182,6549.44059247539,1496.15177148516,3820.59865955104,1707.66309402054,4317.89485303657,1299.36530327699,4902.67533185022,378.406522764854,1330.38046823329,747.805184917126,2558.04913359601,1687.76859005197,5871.10165209031,1087.56852119755,1709.3478592019,909.956083222289,2328.03292395725,1088.78281999069,4161.52827628234,1143.14992982414,2787.00327529281,1037.38732181556,3550.44369753912,1217.99512510458,5005.02675635387,19425.894011459,6155.46249052734,151824.872397732,56744.6055360244,4170.43892349806,26170.065396281 -613,5624.86962084066,3713.52942106311,1176.56136037319,1487.85303900677,2338.40165037063,2648.3052951999,2445.60040265557,3120.85649856575,386.603535068091,1141.37442830478,2726.25035772215,6333.97805193248,1525.03947194903,3694.90916256905,1740.66709881065,4175.84537847514,1322.83402865602,4741.38783446134,370.913324145051,1286.61380579444,757.735485421317,2473.89480661556,1708.07858733347,5677.95500698624,1077.45965348341,1653.11398285552,891.628725162957,2251.4456366644,1076.6482581297,4024.62292653704,1165.08815595098,2695.31684838089,1016.84499820224,3433.64171906095,1193.8764092757,4840.37211674263,19567.5927795514,6178.66589345099,151520.667612693,56532.6545082744,4187.46202115842,25958.5682645013 -614,5626.56822538594,3617.03276211338,1186.36126229762,1449.19093861839,2381.21934485151,2579.48865639365,2471.67165590207,3039.76054077825,393.705156873547,1111.71563031132,2776.67842454952,6169.38861407705,1553.24847050559,3598.89635402946,1772.80778617368,4067.33536505557,1346.312870866,4618.18210941301,374.629456804243,1253.18093922993,768.092643272484,2409.61025239136,1731.1982266329,5530.4124334083,1086.59902970946,1610.15755027581,905.010551964672,2192.9414598797,1096.35240306501,3920.04245283983,1186.55269942766,2625.27860680821,1027.03263682607,3344.41798703921,1205.83770272822,4714.59426920767,19986.7019470773,6293.57481488369,153600.143834222,57078.9880384906,4286.2725323943,26169.7474269548 -615,5724.4254269549,3585.45203839762,1200.64511124143,1436.53788799544,2398.50088671515,2556.96684806535,2503.59316307003,3013.22004636916,393.394746444909,1102.00911492139,2750.32564057553,6115.52298162906,1538.50696459721,3567.47398135185,1756.03161555091,4031.82299818718,1335.14369131588,4577.86023707773,377.705932966648,1242.23927416618,765.42262325867,2388.57167169602,1725.91566439546,5482.12577454165,1104.21217452871,1596.0990818907,912.593102735504,2173.79463901186,1100.55052004163,3885.8161171113,1175.40647956968,2602.35700122395,1035.46668110054,3315.21749387669,1215.74010330242,4673.43061135881,19863.8295345373,6284.76358465692,154032.534844701,57364.7225739686,4269.07265441411,26378.1449001633 -616,5831.95137731101,3641.01072216025,1229.00050663403,1458.79788572444,2477.00603053106,2596.58855014972,2566.73688638536,3059.91165955227,413.04868353935,1119.08539296493,2919.32053871548,6210.28659964452,1633.04116226964,3622.75408456861,1863.88273815528,4094.29846196254,1415.51327676021,4648.79686835812,392.692330206253,1261.48850083322,807.703734160015,2425.58399168551,1820.26625695157,5567.07453107023,1130.56757534099,1620.83157397117,948.398555931475,2207.47886281973,1148.915600816,3946.02911856782,1247.51108224547,2642.68205037259,1076.55132832719,3366.58873476183,1263.97753496018,4745.84816168229,20929.9577260281,6577.66634281016,160755.202745151,59812.5129802311,4485.46557998395,27404.3404365067 -617,6023.23174208515,3970.98381375854,1263.32806464351,1591.00404634897,2496.77093634258,2831.9090193499,2623.6675743148,3337.22161202641,415.180759593723,1220.50450294767,2967.62017828755,6773.10490076183,1660.05953812044,3951.07263581863,1894.69342348736,4465.3515635635,1440.33988498244,5070.10237716323,395.464215213202,1375.81314648784,824.999485494741,2645.40686773376,1858.29780733649,6071.60059109936,1163.58639460345,1767.72232663176,948.287559391679,2407.53557250454,1147.88390149281,4303.64504643803,1268.26719854391,2882.17982525291,1084.15034734708,3671.69184423311,1272.89953345309,5175.9491170668,20991.9592232544,6638.19847132941,163049.793674234,61012.6082519611,4484.57300451873,27968.9633579122 -618,6025.37496211966,4126.80804872429,1261.839849046,1653.43617903376,2501.56449410724,2943.03514756626,2626.18911302131,3468.17656651488,411.5093723469,1268.39796949496,2933.54044775975,7038.88636424883,1640.99564910487,4106.11554197135,1872.95905098762,4640.5751413667,1426.65286354809,5269.05680789703,395.738362323441,1429.80103489586,823.61003752185,2749.21451860091,1855.32599420123,6309.85452551421,1160.89417848339,1837.08901058169,945.364136403423,2502.0089842164,1139.37535097408,4472.52314526125,1253.92047560179,2995.27861572082,1084.90191139094,3815.77164900976,1273.78194383384,5379.05704931122,20707.5220297814,6586.67751329554,162842.764120271,61133.8493344366,4426.67551210021,28053.9867781168 -619,6071.7234393987,4042.13791874112,1271.89065391907,1619.51246498049,2496.24496056744,2882.65260358859,2642.74121202864,3397.01964396739,408.849213339216,1242.37412257028,2932.17808640146,6894.46883468093,1640.23355664312,4021.86996220126,1872.09185808235,4545.36400099451,1425.58920646094,5160.95104684734,392.144066126432,1400.46566527233,822.862728365327,2692.80861168854,1853.09922041419,6180.39461447828,1175.19611773861,1799.39727317105,934.178841005035,2450.67501776789,1128.32234288058,4380.75994435854,1253.32732389057,2933.82418732615,1075.04828286894,3737.48308368441,1262.21281121385,5268.69440239992,20585.1446416215,6569.70547158125,162332.548215288,61012.2916064419,4399.37689391362,28011.0535687881 -620,6057.40775425573,3875.33190282583,1273.16656702158,1552.68040050391,2497.14370836245,2763.69481299885,2650.19144322483,3256.83558192217,399.313514870703,1191.10534307086,2853.58765264583,6609.95630658702,1596.27078805313,3855.90033958801,1821.90729888988,4357.79146509083,1387.74640900616,4947.97521579837,382.54911318234,1342.67295687237,801.829196050716,2581.68507133244,1805.80340372714,5925.34963007891,1172.01915587451,1725.14194190319,913.734234785088,2349.54355114433,1104.143705917,4199.98008783466,1219.76500166156,2812.75471025194,1048.74407842529,3583.2491918002,1231.32907848608,5051.27235000908,20201.284117558,6484.69862637086,159687.643879547,59805.0312170413,4326.96990035175,27500.8300108059 -621,5671.19162021177,3797.61472598089,1185.16255010238,1521.54243857047,2297.54416476344,2708.27077090051,2466.62354044537,3191.52193312461,357.889179368551,1167.21852591311,2527.41188699463,6477.39807516387,1413.81105320072,3778.57284968458,1613.6092815272,4270.39888596778,1231.20678136319,4848.74689819539,348.52512070261,1315.74655308278,716.733711363626,2529.91111228125,1615.26361621083,5806.52072545447,1095.86703876868,1690.54537966197,829.924737934791,2302.42503426684,995.917355319397,4115.75230982333,1080.53575452774,2756.34680488552,955.468576253375,3511.38953742697,1121.81443092104,4949.97247780166,17976.5337313003,5845.43783322321,144762.16108289,54383.0754625044,3866.59236289405,25147.989140894 -622,5472.67923611525,3825.68648669805,1136.85994677818,1532.78959720516,2162.18409167563,2728.29016057632,2371.03564729576,3215.11348900765,329.380034720312,1175.84654153036,2367.52699333715,6525.27864809082,1324.37290856907,3806.50385389178,1511.48255082623,4301.96544138309,1148.38083673456,4884.58857054119,312.094767672805,1325.47247976773,655.13143832465,2548.61207709839,1475.34649779179,5849.44220964007,1053.08985383619,1703.04179881021,750.312558456789,2319.4444344153,907.899944502345,4146.17572619098,1011.7427368091,2776.72156997975,855.596126681811,3537.34553717729,1004.55431586823,4986.56240410533,16987.1121353921,5527.56990821897,133866.031468677,49729.7512014293,3637.33906632572,23018.2295873755 -623,4536.61486649898,3621.90633163856,959.848301145227,1451.14357030826,1956.34077903101,2582.96424484782,2040.95068580324,3043.85629697116,301.984559986878,1113.21354967586,2123.92106479186,6177.70121346887,1188.10198408114,3603.74548666077,1356.23144837612,4072.81566976596,1019.93029470344,4624.40462191715,269.846482448536,1254.86946815313,559.045303350919,2412.85694764296,1259.55402886843,5537.86407990137,877.133656665835,1612.32706746956,676.921875374196,2195.89621682338,842.169779671282,3925.32429591177,906.771658300478,2628.81589238308,739.774033711864,3348.92423695539,868.567744941266,4720.94668691167,16212.3182145263,5084.12535058148,117124.603459568,41729.7933811853,3501.95468311555,19168.6412437582 -624,4040.78955755907,3413.96739674666,875.660995085509,1367.83129750064,1741.10583618226,2434.67249327882,1742.52605828694,2869.10405922628,298.873581207148,1049.30233314197,2172.7553051878,5823.03035983916,1215.41941073475,3396.84919241599,1388.14755400829,3838.9893708956,1035.74735512066,4358.91079531242,275.158667686151,1182.82557834936,576.119503684323,2274.33130457023,1297.53099759559,5219.92721105092,798.327474953053,1519.76101456578,641.025931954323,2069.8266063338,818.678521810469,3699.96569233134,928.664959990528,2477.89173072986,754.33719075359,3156.65760300544,885.666328960889,4449.91023928665,16445.7270357775,4983.48557101658,112812.617733245,39935.6568420986,3619.29067377162,18083.1831117473 -625,4058.02040595342,3296.93676788969,881.702887375678,1320.94211013778,1782.8650628219,2351.21204394333,1779.83092923627,2770.75131788865,307.404180330125,1013.33230248915,2246.73851051612,5623.41717503996,1256.80493795436,3280.4053747335,1435.47400876935,3707.38901036512,1072.42794232092,4209.48755477621,282.233453475837,1142.27837763671,589.803664277304,2196.36734303487,1328.44088053097,5040.98837154148,799.463546284287,1467.66368422325,655.992594144855,1998.87305546071,839.538370815265,3573.13105643663,960.383738123471,2392.94972813102,773.73245125057,3048.447540801,908.438279454859,4297.36754243575,16871.6528537609,5105.35956946467,115865.343152293,41065.8720942333,3706.79910854304,18553.9319652642 -626,4162.54141828631,3234.49010384779,915.525360091671,1295.92239214563,1877.29893086695,2306.67817540531,1862.38202101347,2718.2710342578,327.362626214268,994.138964457122,2416.63682597644,5516.90507977709,1351.84449899861,3218.27182872426,1544.16676395856,3637.16804699764,1151.00849421868,4129.75643658133,294.688948653534,1120.6426960594,617.518175158048,2154.76635907943,1390.72805729405,4945.50795155203,823.869503281709,1439.86494027772,687.58965671007,1961.01277394957,889.012088746537,3505.45304791912,1032.78452830587,2347.62531390594,807.878725183345,2990.70746483601,948.529375919984,4215.97190579489,18181.9451307853,5449.76155776084,122168.747631709,42928.794238466,3975.39417429868,19290.0504929504 -627,4327.60447840702,3244.23724289815,943.801331116241,1299.82765552537,1997.30673737248,2313.62935231364,1975.04127141152,2726.46254664361,352.611332752831,997.134803186205,2633.67932447628,5533.53027856074,1473.25608409575,3227.97009398688,1682.94025691385,3648.12865641841,1253.82345907241,4142.20146158963,314.175474036996,1124.01975390578,658.57065693699,2161.25974958261,1483.16585132766,4960.41124453818,852.632474554927,1444.20397466522,732.489643281666,1966.92228783693,951.157366877888,3516.01673406301,1125.50144970131,2354.69988505567,861.300305317161,2999.71996466837,1011.25158469394,4228.67674120289,19564.6635810517,5838.75460242144,130549.565395819,45916.9270653948,4250.67293233877,20556.4490056722 -628,5200.34869126458,3341.05881026478,1139.58225283498,1338.61993287499,2445.20165942818,2382.67769971389,2400.52357021248,2807.83155802227,431.009826354157,1026.89346363302,3204.28975310939,5698.67389615954,1792.450329887,3324.30618179815,2047.36553177876,3757.00402773805,1526.39865251023,4265.82202563358,382.208743917063,1157.56519037546,804.245900673195,2225.76075267635,1810.99527681068,5108.45060033147,1017.6839432585,1487.30504340805,900.489879209548,2025.62345071076,1165.76762467445,3620.94933473039,1369.44427312789,2424.97394841161,1047.81096882149,3089.24411684804,1230.23351569606,4354.87808818094,23824.5912691652,7107.12236097924,159091.423609261,55850.7475245676,5194.52684049359,24978.7013884609 -629,7144.54756894683,3600.07274067001,1520.96923555014,1442.39578053966,2969.45018920396,2567.39360893276,3043.28349187076,3025.50730965071,515.388702766539,1106.5028710777,3822.74794091845,6140.46076905357,2138.41017377563,3582.02137297423,2442.34376809711,4048.26390523047,1837.86572370954,4596.52776654239,488.422752991844,1247.30485875193,1007.7529094772,2398.31175325174,2270.84631403198,5504.4807043834,1388.8655880515,1602.60763066604,1103.61658809275,2182.65890602141,1395.84355449264,3901.66163949595,1635.14922418027,2612.96885337366,1338.99270006731,3328.73623779715,1572.10961319475,4692.48785625501,27404.5554289663,8437.97262028033,198314.226004946,72398.629963074,5970.5079384993,32816.1789405292 -630,7051.87317162229,4199.26177476817,1487.79944849899,1682.46530045941,3085.92040268829,2994.70555719076,3114.15286867279,3529.06680222617,531.550185174861,1290.66703505637,3913.32571986137,7162.46699563947,2189.07855343422,4178.20597289761,2500.50248891495,4722.04899622229,1878.96657522786,5361.56481746803,502.305080006043,1454.90382893341,1037.76849013744,2797.48204963574,2338.37099433052,6420.6356584796,1371.56652665987,1869.34249616168,1136.73772604669,2545.93636619332,1445.75189894103,4551.04653740008,1673.68391187786,3047.86625577731,1377.0505800864,3882.76455743661,1616.793321353,5473.49631598506,28369.3784176823,8700.39001620146,202720.304334052,73476.8148137305,6212.63080525847,33340.355393701 -631,6512.54098620776,4673.62246624782,1385.49854421961,1872.52142130234,3014.71299249905,3332.99611278857,3007.27739065836,3927.72034143647,519.598210670425,1436.46449662404,3824.34331471713,7971.55987409887,2139.30261126165,4650.18814041979,2443.57913321122,5255.46523631189,1835.48272887859,5967.2226046317,486.895890021395,1619.2539512516,1007.71086776266,3113.49367040219,2270.4985760081,7145.92913482245,1265.94527811988,2080.50880268242,1105.3759885824,2833.53266285366,1413.45155790873,5065.14584776193,1635.60500854683,3392.16199683237,1334.80686237054,4321.37281267452,1567.19502651923,6091.79820725149,27795.6010988645,8478.21524673538,196631.690266325,70863.0241471382,6098.41631008991,32069.2601973046 -632,6374.99254183912,4823.07857314072,1350.11726117041,1932.40211635687,2941.55356440637,3439.58080740265,2951.67302910639,4053.32351016363,503.640306117832,1482.40068272074,3687.20393278204,8226.47954577765,2062.58809749101,4798.89484936041,2355.75893677316,5423.52788574551,1772.16961530205,6158.04628923444,480.168051060269,1671.03549616087,991.05770961742,3213.05897465484,2233.1983551583,7374.44625539349,1230.60474819302,2147.04065206712,1085.06368048848,2924.14519384057,1374.16606986616,5227.12234131019,1577.12812614524,3500.63873616208,1316.36274362096,4459.56445345839,1545.53981033198,6286.6056506443,26677.632627612,8187.14880415567,191503.75580362,69551.3039554283,5859.53198249616,31569.4719210722 -633,6122.96956229626,4846.79661023596,1295.61952005322,1941.90492340918,2793.42280248453,3456.49533698058,2826.32162442062,4073.25618924302,480.461657528735,1489.69055657405,3537.24330487706,8266.934194001,1978.70149619426,4822.49396024514,2259.91744014439,5450.19870058514,1701.74672778786,6188.32918181174,459.884503042942,1679.25300315031,947.910499572042,3228.85955737279,2136.07699867615,7410.71093306562,1180.86983305839,2157.59896851552,1035.45915669453,2938.52501020218,1306.78967762153,5252.82730956076,1513.12083942116,3517.85352504479,1260.75615576177,4481.49486855152,1480.25218678781,6317.52074849394,25338.4929411291,7793.16431708615,183345.432716234,66956.2346213449,5544.36225524188,30379.6488839715 -634,5854.29734444476,4894.81750318868,1249.68922677253,1961.14484947797,2662.29788408365,3490.74145991839,2712.36915235036,4113.61303009323,456.66641505989,1504.4500516597,3353.54231994982,8348.84098603327,1875.94084831156,4870.2740683976,2142.5147945941,5504.19795605608,1615.35092501635,6249.6416562342,440.079168605933,1695.89063728056,906.627224663245,3260.8503198563,2043.08438507055,7484.1344713401,1134.54313191747,2178.97593921059,990.209263798194,2967.63920794998,1243.85412577846,5304.87105684713,1434.70176231558,3552.70757012536,1206.46057253781,4525.89643986903,1416.50381210577,6380.11322182969,24026.2582589993,7410.88492133287,175328.28981801,64177.3975412161,5263.48643565536,29144.0058961763 -635,5843.85394297257,4934.3908844555,1236.63869697905,1977.00021748654,2579.5668134909,3518.96323582878,2631.2343178647,4146.87056762511,437.959705791585,1516.61315589237,3184.8405348385,8416.33928750438,1781.57061538182,4909.64902210263,2034.63002347847,5548.6980266187,1535.54067787432,6300.16845358303,427.153268752371,1709.6014910013,878.82176883437,3287.21348311574,1980.52067700655,7544.64183585237,1127.97847283498,2196.59241736476,960.156014353571,2991.63183234549,1199.46501863359,5347.75961903911,1362.6428104081,3581.43032661433,1171.02470178916,4562.48718615782,1374.89860167177,6431.69484931395,22896.8539662797,7111.30755570416,169136.335474882,62128.5029022882,5041.15943130024,28331.7187210976 -636,5705.63281456722,4893.19298001362,1206.80391562128,1960.49397224801,2515.21219555549,3489.58293043367,2575.64449469056,4112.24777802892,429.292080246222,1503.95074520485,3137.88008839667,8346.07011956933,1755.30137189827,4868.65769085383,2004.62019332572,5502.37118781929,1513.33925560194,6247.56748539948,417.862437396772,1695.32779430616,860.238182221212,3259.76808810577,1938.59716938497,7481.65058917575,1101.23587531931,2178.25276681267,939.217810284274,2966.65428896876,1172.35956885224,5303.11044248981,1342.58666961247,3551.52847493373,1145.55423529983,4524.39435656364,1344.99375960772,6377.99574926169,22413.9937747869,6959.13932422585,165809.081136522,61026.8049630357,4919.67197857538,27796.9913846406 -637,5614.86029489803,4857.58344109285,1191.30046881843,1946.22674700391,2442.23950438951,3464.18797060149,2511.12854667442,4082.32146040734,420.055669725787,1493.00595050432,3095.06044279492,8285.33274216111,1731.34845446624,4833.22670412543,1977.24703823368,5462.32843827528,1493.54771964756,6202.10167229131,406.754071792191,1682.99027945208,835.905351918847,3236.04557418077,1883.88117640326,7427.20390601097,1086.85438968271,2162.40083189085,912.246843241098,2945.06487040321,1141.96223690372,5264.51778561436,1324.33601489378,3525.68271492121,1115.10106668084,4491.46869890185,1309.2387333587,6331.58076240188,21952.351960048,6810.31970269282,162557.896270278,59891.1158153674,4799.93316055787,27232.7381252304 -638,5599.49194774527,4784.6098691457,1193.14930271557,1916.98934547077,2413.98842975042,3412.14683262069,2495.78831330215,4020.99434530679,418.57686288997,1470.57710734232,3109.66079916118,8160.86543608224,1739.5157600477,4760.61903389032,1986.49558464382,5380.270019285,1500.63385124648,6108.92992998468,402.800194240683,1657.70737618684,827.970435015073,3187.43172999354,1865.9826699074,7315.62793306598,1089.7203671531,2129.91593181694,902.510426916592,2900.82231526945,1132.60016802356,5185.43099852067,1330.58219400024,3472.71776550137,1104.26165933137,4423.99512521602,1296.51219908067,6236.46390647807,21947.7910144023,6795.18050622776,162148.812629788,59740.4578284419,4778.12589002779,27105.9869784827 -639,5658.61303081373,4742.17732910779,1198.12777527129,1899.9884343456,2415.3448716569,3381.88604625563,2501.07228394599,3985.33396583683,419.37032272211,1457.53522436905,3121.10177818438,8088.49041307489,1745.91573888996,4718.39925771516,1993.87507267161,5332.55483889374,1506.7773423112,6054.75259454204,404.023865966493,1643.00591952999,829.809918534858,3159.16384019687,1870.183497992,7250.74893902843,1099.80933636969,2111.02667114032,904.137206763686,2875.09623468986,1133.58513929424,5139.44375724579,1335.51076963042,3441.91980293911,1107.61630957667,4384.76071417473,1300.45088963461,6181.15552990318,21940.3226814749,6801.8800140876,162605.295779958,60035.9058389198,4770.91738155277,27250.1120102189 -640,5779.29028092167,4706.56779018701,1222.30736242414,1885.7212091015,2492.34120531699,3356.49108642345,2580.37194082695,3955.40764821525,430.839440260177,1446.59042966852,3194.68614006303,8027.75303566668,1787.07815673807,4682.96827098675,2040.77414639214,5292.51208934973,1543.52309844184,6009.28678143387,418.014033019091,1630.66840467591,857.062843155892,3135.44132627187,1931.72585407676,7196.30225586366,1122.81455355981,2095.1747362185,933.830681017632,2853.50681612431,1167.05344286681,5100.85110037034,1367.11560167172,3416.07404292658,1145.96982902556,4351.83505651294,1345.48170766851,6134.74054304336,22435.9812928822,6973.51330780972,167370.570383992,61922.4455777484,4888.51589328169,28147.8355330451 -641,5920.98700951791,4938.48467882263,1241.91921109089,1978.64042648977,2503.15999310162,3521.88272725342,2606.79439044113,4150.31099943696,431.282871094938,1517.87140691871,3193.09076626435,8423.3218641129,1786.18571925205,4913.72228949914,2039.69683429402,5553.30147803919,1545.52540231964,6305.39535893593,423.068124449103,1711.01985389913,866.053919241754,3289.94070443968,1952.10308971972,7550.90121273858,1144.14146289538,2198.41481001173,940.318062674144,2994.11382573243,1169.27773251741,5352.19636284758,1366.65981730517,3584.40164356929,1159.82543155187,4566.27243235743,1361.74955283833,6437.03087492721,22243.356590909,6959.6241034872,168567.451094962,62798.1328224853,4849.27863842062,28611.2916935314 -642,5868.46179111981,5003.66054331138,1229.14668686918,2004.75361883435,2481.02078824093,3568.3629264046,2596.14650832653,4205.08490780716,426.395307599177,1537.90358025984,3153.61423460334,8534.48901761543,1764.10290912856,4978.57135128707,2014.50072472165,5626.59141374558,1529.36260814167,6388.6110860646,422.075750608999,1733.60111219755,862.235104020463,3333.35983874379,1943.64203635883,7650.55455707713,1132.63885430032,2227.42848425918,934.09680180233,3033.6287720492,1156.71614142464,5422.83220512488,1349.98675648016,3631.70693881428,1157.10487580483,4626.53600967423,1358.55535182219,6521.98386745409,21833.895495446,6861.69044456689,167520.640029109,62707.7129961641,4762.87672614222,28605.1265158532 -643,5829.57614659861,4886.75987277865,1212.19312224662,1957.91650023567,2374.09216823054,3484.99515691063,2513.0901065495,4106.84138366825,408.909424589976,1501.97349303852,3039.75565416434,8335.09749611281,1700.41146241394,4862.25684029602,1941.70883236369,5495.13719070484,1476.74777006883,6239.35377468841,408.866988381358,1693.0989376999,831.254309126267,3255.48245339699,1874.1340492935,7471.81442274386,1125.49325998106,2175.38900613717,896.508459626486,2962.75401255457,1106.04035539569,5296.13841455329,1301.48097143057,3546.85926126883,1120.89354844262,4518.4461108705,1316.03967877199,6369.61056380778,20768.4666819783,6571.48394871603,162126.449384973,61192.0119301275,4514.71632248233,27955.1773255192 -644,5696.32177367164,4614.48983402132,1189.47567090565,1848.82949467759,2270.58284714756,3290.82564763584,2420.32942396617,3878.02517583077,391.342633323366,1418.28974515476,2912.09440425841,7870.70035416313,1628.99892886088,4591.35200911536,1860.12802313666,5188.97088525072,1416.37201026676,5891.72280073405,392.58107349946,1598.76647091441,797.147078400345,3074.10044224115,1797.31872173134,7055.51584138727,1103.63701369334,2054.18533244889,858.847019590073,2797.68161881569,1057.91151661812,5001.05949745178,1246.95689945781,3349.24294009212,1076.24632222885,4266.69699084875,1263.619427691,6014.72222056472,19830.7705628337,6295.22467495661,156124.832879094,59077.7986038901,4308.71277996518,27004.3927218627 -645,5420.41275549508,4404.01664247207,1149.68394443644,1764.5018531892,2077.39988811619,3140.72658971107,2242.99996214967,3701.1431444418,351.919538591258,1353.59961039632,2577.26763133148,7511.70694798959,1441.69989979976,4381.93416540057,1646.2034096819,4952.29482736394,1255.67239256052,5622.99326698334,359.618541323183,1525.84454589588,730.03767936418,2933.88651730168,1646.02262533802,6733.70411558942,1065.35310886915,1960.49113037989,785.718930184815,2670.07553440968,960.027562247308,4772.95433492745,1103.78266261007,3196.47938957398,985.880773757966,4072.08710647613,1157.52135303715,5740.38251507637,17840.6246710179,5716.85803625598,142873.879863523,54106.0395744493,3911.50205067651,24854.201609384 -646,5069.18456505,4222.45995965701,1065.06139839753,1691.75982487882,1869.91745440383,3011.24935391731,2019.10228699378,3548.56259661913,316.813914835346,1297.79712937177,2312.31463314709,7202.03495842364,1293.48762013956,4201.28783820196,1476.85900920138,4748.13523983937,1124.56787316944,5391.1839692619,321.876971186521,1462.94122451133,656.098425839924,2812.93631500223,1479.08961748673,6456.10548653466,994.065314636344,1879.66939531026,709.758277371159,2560.00100557662,865.906744067936,4576.18810386461,990.11568307516,3064.70373072179,882.413671554984,3904.21430144268,1036.04076093644,5503.73381636894,16136.7618680853,5170.65196670159,128388.656251308,48504.8286312706,3539.1684494108,22310.3997501999 -647,4177.57405300252,3930.76062826422,896.928328606773,1574.88832946874,1707.20665414742,2803.2238352417,1748.34065307558,3303.41797790655,294.464003243475,1208.1416776829,2161.06784905831,6704.4982613059,1208.88155485748,3911.05113611333,1380.60018578739,4420.12079137645,1038.22752574103,5018.74591791874,276.215125980735,1361.8771573244,573.793982288033,2618.61081513336,1292.65743404071,6010.09968143132,825.980174037349,1749.81658176315,632.891213905308,2383.14898357373,802.332153587749,4260.05224396806,924.288463429273,2852.98543434719,757.233431634482,3634.50026928463,889.066801667537,5123.52050712797,15845.363080869,4871.45711421068,113644.278886972,41043.5350708156,3476.83969959102,18633.272831031 -648,3540.27200248589,3689.55146101623,768.393380855229,1478.24609190072,1678.97208111759,2631.20540144383,1666.14746844486,3100.70537979173,296.696474166506,1134.00466565117,2242.26461809073,6293.08006636501,1254.30228352182,3671.05143202991,1431.29596680369,4148.88228156818,1062.10236944073,4710.77307551623,286.792535804923,1278.30624419115,594.324275237734,2457.92106732142,1339.02522029182,5641.29290932431,686.669672407553,1642.43995916016,610.596316749024,2236.90823372437,794.83607580237,3998.63626080904,955.578508115644,2677.91340481651,786.231004850415,3411.47097133833,923.112815219212,4809.11822426801,16343.6273527636,4933.14349261201,111303.637514214,39692.0152414383,3657.78195532935,17882.5973147574 -649,3630.11270550696,3559.45966759666,786.98878938262,1426.12385231611,1719.39316920815,2538.43037630979,1706.41124658675,2991.37601334031,305.165628496416,1094.02021164383,2317.52980167055,6071.189118206,1296.40493762972,3541.61194065154,1479.40108051684,4002.59470639848,1099.20456355124,4544.67350372228,294.171320129957,1233.23378657581,608.462890438697,2371.25596368751,1370.97322386421,5442.38365991193,703.599300633448,1584.52832352403,624.892564502055,2158.03593531223,815.165439844555,3857.64628739425,987.758644513802,2583.49147815799,806.459665956127,3291.1841609904,946.863260299869,4639.55105027081,16772.0550171699,5063.28171200819,114602.382522891,40939.5283003534,3747.32836906683,18426.0110971879 -650,3768.03357150252,3485.6413476325,820.790442953916,1396.54799623965,1814.25505452992,2485.7868058738,1787.94115565523,2929.33897055652,323.226725740717,1071.33173036518,2460.47085893622,5945.28096844649,1376.36485542481,3468.16375810746,1570.77394563737,3919.58637246129,1165.05528733001,4450.42319773217,307.760847151703,1207.65820636155,638.416901967355,2322.07936167741,1438.31500382746,5329.51607440944,732.69309801792,1551.66737559899,656.377044041408,2113.28122475399,862.199887040944,3777.64398520671,1048.49733509769,2529.91340216644,843.714845752776,3222.92950771573,990.604519155624,4543.33311386975,17911.0745009963,5376.44041461051,120527.045904173,42748.2764817431,3998.41720354441,19192.2285449471 -651,4004.50375408907,3508.12474282855,869.760284465103,1405.55613487992,1909.72912177542,2501.82084998668,1890.74910890464,2948.23405446495,346.465374964301,1078.24212999543,2681.47351303294,5983.6297508466,1499.99171527953,3490.53441779427,1711.9518592868,3944.86883862121,1269.13534233021,4479.12971500259,325.397782085916,1215.44795120544,674.62805986061,2337.05744540959,1519.92691304016,5363.89299508318,778.169105884812,1561.67607911696,692.294834033923,2126.91250009126,914.947972591223,3802.01088190051,1142.6331112741,2546.23207559259,892.065842883471,3243.71833553366,1047.3733629237,4572.63892698097,19245.6323265832,5751.72596626866,128683.398527792,45723.1277313998,4253.23873990112,20430.2994983507 -652,4901.77053334906,3583.43762764354,1073.85736849905,1435.73079942216,2358.71706702788,2555.53027006586,2323.45885607376,3011.52713211432,424.451423479455,1101.38997429744,3250.31900048503,6112.08710377347,1818.19866914467,3565.46967119068,2074.92153522836,4029.55780330544,1539.52134419758,4575.28826266739,398.649962451016,1241.5413481791,830.245649611173,2387.22970298166,1870.22739393259,5479.04575757385,951.383004554883,1595.20234721939,858.230035872721,2172.57333825226,1128.17003294707,3883.63295312225,1385.14669888769,2600.89492172238,1092.88395418575,3313.35490871302,1283.15365005003,4670.80494274543,23516.6219312106,7040.49567368692,157854.497943586,55915.0475011461,5236.31096919744,25013.0156230471 -653,6463.388113762,3793.45595245164,1371.16765733747,1519.87619518515,2884.36768628096,2705.30493955511,2947.51869311022,3188.0268927134,510.105149273758,1165.94030317103,3891.22995207811,6470.30466690706,2176.71838337976,3774.43492894235,2483.91165159476,4265.72236580241,1859.94010038606,4843.43702826247,511.303807578571,1314.30567707745,1044.99035800184,2527.14060286302,2355.56801381217,5800.16199598018,1246.19524651833,1688.69406090474,1058.31405270343,2299.90364519067,1358.97568398613,4111.24514335329,1659.72336141686,2753.32832540387,1401.72025498525,3507.544209527,1645.7579550369,4944.55175558611,27161.7511405401,8369.30077519955,196704.26097813,72304.2386386847,6049.55015484022,32752.9139521255 -654,6556.16676150595,4319.67141460266,1393.61068662782,1730.70831357176,2988.75334127421,3080.57574983232,3024.26409174821,3630.25927018831,528.976422967845,1327.67562398769,4037.84667718914,7367.84358741409,2258.73443609072,4298.01185863063,2577.8115340175,4857.44903780396,1926.31668701337,5515.30233688147,524.804238884736,1496.62174399369,1073.67720266109,2877.69705505979,2420.14256913022,6604.74097713138,1268.69180170483,1922.94402632648,1086.96376032689,2618.93855022882,1408.69326795052,4681.54325416373,1721.93409718223,3135.26077838768,1438.73118221168,3994.09895548062,1689.21243726298,5630.44335939235,28438.585006681,8709.69840042136,202520.96089867,73859.6530592328,6338.01876330468,33406.7415094227 -655,6390.12923777679,4776.4872532704,1367.01380771108,1913.73495932098,2985.47532522995,3406.35418519708,2986.66455376986,4014.16808498528,523.019656532809,1468.08057506808,3947.280545462,8147.01110376253,2208.07257177793,4752.53714617148,2519.92631846811,5371.13617810103,1882.317326086,6098.5590758111,517.428720334961,1654.89316131485,1062.57535799624,3182.02057124089,2394.79092043572,7303.20852224419,1240.5819447948,2126.30006982736,1079.1975408395,2895.89772036332,1402.27820270631,5176.62792673409,1683.2865708316,3466.82228954326,1418.51147410663,4416.48470868905,1665.47250388893,6225.87654363807,28207.1944830427,8629.23965602945,199792.056625117,72314.7550100971,6342.57668433899,32742.9319041985 -656,6272.74364201326,4877.85748804846,1330.79787688693,1954.34969392464,2840.8871685804,3478.64641695259,2882.79699729986,4099.35980426286,499.752698237641,1499.23729436339,3795.51062114558,8319.91315176075,2123.17386664556,4853.39909361392,2422.84108751818,5485.12650331884,1812.70064817369,6227.98732141137,500.59691261623,1690.01455898638,1022.89158598206,3249.55182491574,2305.77177561303,7458.20275195267,1212.11420004152,2171.42602240672,1034.86588320406,2957.35665791318,1334.90447317204,5286.49025033443,1618.76948467108,3540.3978212657,1372.36770310853,4510.21469645505,1611.29516149451,6358.00681709283,26724.5643868232,8220.31471396552,192238.204621552,70344.5651221402,5972.6819656999,31887.4929677916 -657,6057.42713050218,4855.11416359762,1280.84710163299,1945.23741270523,2701.93655601681,3462.42700416648,2763.57229503824,4080.24627536262,475.654019576192,1492.24700399553,3618.65230230256,8281.12102126557,2024.24094347723,4830.76980800114,2309.90657079352,5459.55174800372,1730.40678928888,6198.94892972534,479.898065599697,1682.13475734481,979.432542687145,3234.4005804083,2207.90337729544,7423.42840165166,1169.38939553014,2161.30160883589,989.013257962446,2943.56779217601,1269.24197034092,5261.84164933202,1543.52568637783,3523.89048858299,1315.62258858392,4489.18553017955,1544.67079525152,6328.36220114083,25279.7198314879,7806.82852337238,183878.429230311,67691.0736950149,5639.68244059369,30711.8966160669 -658,5857.57065096669,4880.91159060907,1239.49638743971,1955.5733427129,2604.08485620356,3480.82445166465,2667.7549981401,4101.9264772962,454.271155898894,1500.17599018853,3425.53445598367,8325.12237899281,1916.21258961022,4856.43788239276,2186.59630995683,5488.56082646996,1640.18677873028,6231.88676129299,462.980427940643,1691.07270342884,945.412697487873,3251.58641993489,2131.17175668254,7462.87244887967,1129.92389467388,2172.78558606586,955.616091837741,2959.20830498645,1218.56166915664,5289.80020423319,1461.3335715285,3542.61451949397,1269.24351801627,4513.0386121367,1490.21718793403,6361.98766420614,24004.3862041365,7450.15452838575,176513.217675517,65132.1917029243,5383.72142397841,29631.8111421721 -659,5661.52113811766,4912.42733516271,1196.6422630404,1968.20035895376,2499.6070319246,3503.29992007219,2567.47802506052,4128.41236310593,435.149474129027,1509.86253386272,3277.87982680967,8378.87717979251,1833.6159428758,4887.79560172465,2092.25261741343,5524.00012459348,1570.38397858574,6272.12566904825,446.242070304503,1701.99185538509,909.2277689221,3272.58171253595,2049.76772581959,7511.05975515823,1089.9825536428,2186.81512834071,918.560522666995,2978.31573016506,1167.99421872943,5323.95611730016,1398.41607854303,3565.48896255153,1223.3559369226,4542.17902359887,1436.34063777809,6403.0666254527,22922.6160655559,7132.21808912285,169547.998152984,62737.5763412176,5141.40779286826,28574.8547161167 -660,5541.81707446295,4867.20061551582,1168.2937167259,1950.07993909408,2420.71701265483,3471.0464631732,2500.88439713941,4090.40375029726,423.09706603565,1495.9618438646,3199.89755471304,8301.73626689722,1789.99337434582,4842.79565642507,2042.45495284054,5473.14290311844,1534.16899123017,6214.38076009181,434.36277934683,1686.32230889963,885.016372190788,3242.45238429633,1995.18601353354,7441.90848418349,1066.4950006628,2166.68201125191,893.03885173821,2950.89558909062,1132.96115500073,5274.94061960395,1365.244823567,3532.66295644267,1190.78930529689,4500.36102950543,1398.10419732134,6344.11619638949,22208.8225521987,6921.19348603858,165224.445443492,61367.6863372574,4967.18714753101,27938.192705264 -661,5443.95668146623,4825.22294221904,1148.47516477613,1933.26127369432,2383.24809039017,3441.11006524366,2457.47875028889,4055.12564161719,417.024056292355,1483.05976677619,3156.27217149083,8230.13708692982,1765.58973467115,4801.02846621302,2014.59267708724,5425.939218117,1514.12376505249,6160.7841928048,427.07417932913,1671.77844836296,869.782100642834,3214.48751955777,1960.87341145215,7377.72497753746,1046.56011893158,2147.99523895895,878.454487732665,2925.44528597863,1116.21604579432,5229.44635062237,1346.70622429388,3502.19514071705,1170.80788109495,4461.54720202277,1374.64403277256,6289.40071246227,21868.8440637275,6814.25724858036,162852.360121287,60462.5299803516,4893.56707981582,27512.9980569325 -662,5433.97872033807,4762.25643227389,1148.54523147204,1908.03327559468,2384.95770730373,3396.20546834935,2458.05163404878,4002.20847859708,418.668871224762,1463.70665114356,3177.1659461406,8122.73831697871,1777.27752077952,4738.37768089495,2027.85225661055,5355.13369061483,1524.04217563222,6080.38934187428,426.71453069155,1649.96265755796,870.244173555121,3172.54022244993,1961.81662474309,7281.44971756841,1046.26675133791,2119.9650805195,878.938463474768,2887.26983131065,1118.84930147523,5161.20494714999,1355.60751263507,3456.49341712862,1169.82191781343,4403.32646079879,1373.48641454726,6207.32748657144,21983.8553244452,6839.36768547738,163258.899341309,60552.8963746546,4913.88102752183,27520.6971600566 -663,5428.71580072769,4714.43048311068,1144.1751342458,1888.87145519755,2361.82938175349,3362.09836966891,2444.40453515627,3962.01546884213,418.545308973419,1449.00707314246,3206.88858784111,8041.16403064227,1793.90409422516,4690.79153905119,2046.90381001884,5301.35364846635,1538.4935098865,6019.32576923963,424.733741705477,1633.39256493405,864.673069280191,3140.67932844833,1949.38363741119,7208.32424669564,1044.2524956261,2098.67489096113,872.157696715912,2858.27382445203,1112.09543552547,5109.37247467949,1368.28719655289,3421.78086420302,1164.39165893118,4359.10514041042,1367.11075455264,6144.98911125838,21975.4703311698,6827.17280563509,163095.873145771,60644.3184100234,4881.37343567266,27509.0426402086 -664,5589.13020810778,4693.05175888327,1174.26930044596,1880.30591115435,2406.72875420706,3346.85212218938,2501.91615032247,3944.04875231157,421.772380528301,1442.43620042915,3203.29224473017,8004.69942926692,1791.89233283893,4669.52001132776,2044.4637847282,5277.31337932069,1539.92746449778,5992.0296820205,435.530820975151,1625.98555165304,884.118455693694,3126.43715911522,1993.43191951049,7175.63635856919,1072.61640268594,2089.15794254125,890.794998159178,2845.31229111766,1126.60370428186,5086.20279055697,1367.04098198789,3406.26397203026,1193.99144771166,4339.33772481081,1401.8638286269,6117.1231732494,21925.5205592378,6867.7061524028,165780.187267881,62003.2247856197,4895.19114052839,28237.5158886066 -665,5643.84463088483,4941.60376684851,1178.74147396,1979.89011218552,2384.15257948797,3524.10710638134,2504.23708576038,4152.93228636684,416.730682559095,1518.83007639691,3165.33901274483,8428.64193374421,1770.66164259739,4916.82573789524,2020.16797867355,5556.80887702304,1525.4109635075,6309.37777144535,436.428309681473,1712.10051363292,883.392049719017,3292.01859175217,1992.00490583275,7555.67027189112,1082.32979340174,2199.80330258704,885.926917985673,2996.00487231642,1113.06599619681,5355.57674623909,1351.16211171997,3586.66550889915,1196.45187941513,4569.15643556752,1404.75261833684,6441.09642685861,21422.5685231067,6762.69549529641,165273.009662139,62362.0010931397,4779.8036971426,28463.5364433963 -666,5668.73474589595,5041.28449298624,1181.04762741293,2019.82793265173,2375.37118918619,3595.19446423627,2505.30684372234,4236.70413968358,412.993630112914,1549.46751558431,3125.02899480532,8598.66227287924,1748.11258788619,5016.00664817665,1994.46636696302,5668.89935817133,1509.00081391946,6436.64887358311,436.967238341967,1746.63655303871,883.101487329146,3358.42432138315,1991.46431867801,7708.0812572097,1086.21514968806,2244.17715385231,884.238938097975,3056.43949137434,1105.58287032559,5463.60802598937,1334.19384025126,3659.01477832838,1197.92933217064,4661.32425249969,1406.48729372368,6571.02452292728,21065.0280500339,6688.57759261042,164815.18755006,62475.7905274347,4711.71071136971,28575.2637565086 -667,5557.37259207614,4926.33324774232,1151.33580428423,1973.77186571883,2298.03665486598,3513.21692832593,2438.84725097534,4140.09891590296,403.911530235447,1514.13659533389,3093.46851918213,8402.59578683297,1730.4579469826,4901.6317877295,1974.31052101476,5539.6372541796,1494.17749542882,6289.88056398946,426.347261911701,1706.80978923681,858.428017685546,3281.84561245736,1936.09048468283,7532.32177761867,1063.02096430172,2193.00548148544,856.813068978211,2986.74663312859,1073.48434502839,5339.02696991409,1320.7781337427,3575.58201318292,1168.81506419703,4555.0368513312,1372.30426900656,6421.19218307625,20554.2473825456,6524.64016894812,161316.403335946,61422.2434995985,4561.05213516361,28042.6147247867 -668,5303.99293158643,4646.91530575409,1093.69583501648,1861.82099984386,2156.32897760359,3313.94988841934,2306.93041826603,3905.27559792311,379.955336556013,1428.25589866134,2921.24444751301,7926.00683029175,1634.11737922395,4623.61489410194,1864.33944775696,5225.43316706602,1413.82136904391,5933.12323675279,403.939267422847,1610.0008129272,810.75785952508,3095.70178075938,1828.78858951095,7105.09411281141,1011.86713446171,2068.61984868515,806.921667675114,2817.34059510802,1007.45823484384,5036.20134827416,1247.48730723455,3372.77767224809,1107.38438583503,4296.6785636001,1300.17858826677,6056.98695889084,19159.4179106523,6113.99082050654,152673.517607358,58534.0619639512,4239.59135439598,26739.8936950217 -669,4841.5393527664,4434.94755565718,996.909228720575,1776.89455241509,1961.12215281164,3162.78498534647,2103.53003724896,3727.13753696574,340.512807867946,1363.10640281685,2586.42510108522,7564.4642317018,1446.82250447841,4412.70998580637,1650.61093337895,4987.07648552004,1253.92989393884,5662.48546937517,368.485028939753,1536.56107333311,738.969127173275,2954.492204457,1666.9106105127,6780.99721966284,924.213739826915,1974.26032924466,734.242097746235,2688.82838692073,909.489890891316,4806.47642354681,1104.71331516554,3218.92935616661,1010.18791776611,4100.68676515088,1186.06033966686,5780.69918225487,17019.4585494728,5477.2780286135,137938.448842045,53090.0364113985,3794.62282667972,24356.2154668809 -670,4374.66691341281,4239.74488321413,907.289339975207,1698.68515739338,1793.19941514914,3023.57610547711,1911.07373500155,3563.08887604066,309.599882820779,1303.10974912144,2328.98974998815,7231.51697243951,1302.81552772147,4218.48609225733,1486.21197039079,4767.57205047669,1126.82645077416,5413.25314308034,333.482800585078,1468.92987271069,672.579988573983,2824.45125881233,1516.83635533744,6482.53398813744,834.982612211273,1887.36394827725,672.77378961687,2570.48054170255,831.664651771481,4594.92103734748,994.531368846021,3077.2493013647,914.230618549576,3920.19646501458,1073.39699762853,5526.26372054887,15603.6129863705,5000.69574956471,124699.317195967,47665.6055220983,3495.75495413526,21871.7254310199 -671,3617.40944389665,3967.08495687777,773.948564399827,1589.44194049199,1650.68842943765,2829.12854768755,1668.43039910387,3333.94500601265,290.698521714909,1219.30616706858,2199.83578840031,6766.45481909817,1230.56798492991,3947.19332845927,1404.13109324977,4460.96731837762,1050.71762520565,5065.12436555036,288.319137479071,1374.46232291252,592.990515155834,2642.80951069267,1336.38469974576,6065.63927197741,698.619108860178,1765.98671231558,604.400270889568,2405.1717661853,778.160193962951,4299.41957061423,938.198327295597,2879.34999587804,790.416126213157,3668.08684313455,928.026560847864,5170.86718126044,15572.9702050507,4779.12932285254,111464.313380185,40601.1251490507,3490.22787219297,18373.5809559523 -672,3535.74940313716,3744.91520729251,762.297039193258,1500.42798648347,1706.12801898593,2670.68808376591,1660.89114356611,3147.23316717675,311.390640208499,1151.02102854747,2381.4409514541,6387.5111894356,1332.15624925871,3726.13757520951,1522.81291874965,4211.13853910892,1145.10953108717,4781.46081305659,298.624524321522,1297.48793153568,626.974855645307,2494.80352302805,1411.92873098115,5725.94360808864,687.527370700697,1667.08567290985,631.635991157826,2270.47427046454,828.308348907625,4058.63799428088,1039.68251108107,2718.09696638506,818.667958604023,3462.66196712242,961.197001052516,4881.2816847846,17044.0365333351,5128.1879344853,115977.565436852,41587.8208956555,3821.62145071182,18649.4316943698 -673,3625.50559509865,3593.18476669389,780.754404375744,1439.63606280191,1746.96826463919,2562.4814469742,1701.04732008579,3019.71864450014,320.290904800686,1104.38581302652,2461.24925496462,6128.71230255711,1376.80028303136,3575.1679364533,1571.43596502699,4040.51841272621,1171.48140940526,4587.73328767569,306.304778912204,1244.91840602549,641.884013319199,2393.72309348485,1445.60096727027,5493.94905056,704.485071078924,1599.54138160689,646.422959115432,2178.48285213962,849.523409723687,3894.19663926614,1063.85080263906,2607.96949287211,839.723089161697,3322.36740854538,985.917802857579,4683.50977815343,17461.5629290356,5260.2203391458,119181.058963785,42768.7723838233,3910.8249379521,19158.9086200385 -674,3763.07066142831,3521.05594906691,814.188170839449,1410.73711833749,1843.1048520656,2511.04274594369,1782.17310056844,2959.10146238001,339.276690346559,1082.21660991846,2613.28135216942,6005.68585090984,1461.84564527542,3503.40078479871,1667.51076340488,3959.40991577069,1236.40100543764,4495.64011710031,320.470221564961,1219.92818189312,673.541113726569,2345.67201131956,1516.73854343907,5383.66469980996,733.550930567385,1567.43253219003,679.013597516338,2134.75245625184,898.594502177675,3816.02537409747,1124.44633850116,2555.61767459888,878.557120109433,3255.67492027646,1031.51278882649,4589.49401092267,18620.7124115755,5584.68583731223,125285.043606434,44650.6079701368,4168.80665960869,19954.9229725574 -675,3999.34457504278,3525.92951859209,862.828883844217,1412.68975002737,1939.16253344126,2514.51833439786,1884.75049411308,2963.19721857292,363.753025449485,1083.714529283,2848.06075984007,6013.99845030167,1593.1790948555,3508.24991743002,1807.83323042703,3964.89022048108,1300.92221139598,4501.86262960446,338.825870053675,1221.61671081631,711.703679851724,2348.91870657115,1602.70957540453,5391.11634630303,779.126151589205,1569.60204938378,716.157106738247,2137.70721319552,953.731621355412,3821.30721716942,1183.59489168862,2559.15496017374,928.878443554819,3260.18117019264,1090.59499019562,4595.84642862667,19783.4016452036,5963.05331974191,133227.009399204,47631.8628882374,4400.21103062728,21212.2387806868 -676,4895.24491321737,3597.0186381094,1065.23884965467,1441.1721317514,2395.7171302191,2565.2155742207,2315.91346409026,3022.94063661736,445.558041805965,1105.56417525256,3452.10291784324,6135.25154182152,1931.07474375172,3578.98258419539,2198.4129888162,4044.82958207936,1612.62706715458,4592.62832666077,415.120665201576,1246.24671430947,875.939123336708,2396.27715823259,1972.238849095,5499.8110074564,952.479668565681,1601.2480670069,887.821576741598,2180.80725894814,1175.85725666075,3898.35168559719,1467.21974223266,2610.7521551454,1138.03776942651,3325.9123221155,1336.16868665841,4688.5070091417,24379.9123189472,7308.14649243855,163756.297739319,58254.8755497293,5449.08652782731,25943.4020736364 -677,6456.3872246657,3800.08400347612,1360.90620996926,1522.53177286915,2931.01363140406,2710.03173733552,2939.26198730209,3193.59711816933,535.29608892956,1167.97747242191,4131.02333515785,6481.6097960594,2310.85660486516,3781.02974580886,2633.08685191293,4273.17557623933,1956.40633562254,4851.89964076136,532.288123549599,1316.60207519004,1101.99440707812,2531.55610605372,2482.90384288643,5810.29622981378,1248.20451125597,1691.64460271693,1094.65798407343,2303.92211249404,1416.10819290369,4118.42844610567,1767.20320919402,2758.13903122375,1459.24797196608,3513.67270614928,1713.30117382081,4953.19103906271,28237.547067042,8686.03446432626,204073.493877129,75233.212868407,6307.46013618969,33918.7422251304 -678,6548.72959719774,4332.60261453787,1382.94871316777,1735.88929450393,3036.80737878424,3089.79764129424,3015.49188583951,3641.1266728062,555.138674527264,1331.65010197341,4287.07524512896,7389.89967672637,2398.15061354081,4310.87821936352,2732.58151459029,4871.99010786558,2024.1233573723,5531.81273093141,546.371256682802,1501.10197249754,1132.36824669556,2886.3116167707,2551.24037841484,6624.5126722207,1270.60505401161,1928.70047659364,1124.34209061768,2626.77850256792,1467.98904466465,4695.55773952951,1832.26201835919,3144.64637281907,1497.85635444606,4006.05553439534,1758.63122621291,5647.29843511826,29568.6729006452,9039.73392042456,210058.4881881,76818.9138099851,6608.8498405045,34578.0712780671 -679,6382.4225402677,4803.25939292625,1356.29471679909,1924.46141516154,3034.19393155322,3425.44674948707,2977.60672052981,4036.667437098,548.814246017838,1476.30914474653,4190.95069812528,8192.67497921794,2344.37942264904,4779.17504583504,2681.37670613776,5401.24131609177,2023.66107590555,6132.74140827002,538.732683016926,1664.16881274675,1120.81584394335,3199.85574897798,2524.86594836501,7344.14289684332,1242.28194191419,2138.2179499349,1116.36306149789,2912.1291837982,1461.17143384901,5205.64284888342,1834.62879045971,3486.25377665424,1476.915490584,4441.23903946382,1734.04458478873,6260.77248860102,29612.6240780565,8968.68448391275,207641.989979916,75197.4722370932,6657.15084556385,33844.4226825899 -680,6265.73860128319,4937.63993080562,1320.67787539032,1978.30197194645,2887.07856246949,3521.28029479822,2874.52678123627,4149.60107175372,524.416881001864,1517.61176880207,4029.56117714899,8421.88102043227,2254.09960328078,4912.88177719017,2572.35700740116,5552.35156309229,1923.97331949885,6304.31679525246,521.159501128996,1710.72717695009,1078.77071921623,3289.3779466168,2430.59348370033,7549.60960018109,1213.98124990213,2198.0387621606,1070.4401904947,2993.60167030795,1390.99496041034,5351.28084775374,1740.09344074669,3583.78851699758,1428.73927004399,4565.4913527686,1677.4809459918,6435.92979444995,27881.4713053561,8536.37221463102,199627.919077184,73219.4788255799,6242.38748838683,33022.1685112624 -681,6050.91403389164,4937.2500432266,1271.25615051147,1978.14576060314,2745.89613214974,3521.00224628346,2755.87068204558,4149.27340956319,499.119888855071,1517.49193463297,3841.56888833585,8421.21600904061,2148.93843932165,4912.49384457277,2450.81479819889,5551.91313644735,1829.90209206848,6303.81899167684,499.58851972742,1710.59209393741,1032.84609152994,3289.11820965297,2327.22341625006,7549.01346537765,1171.29034840185,2197.86519988721,1022.97886024302,2993.36528852958,1322.55755068214,5350.858298122,1652.54770520311,3583.50553268763,1369.60323173891,4565.13085091032,1608.04939920219,6435.42159840458,26332.1234134963,8104.67799328928,190883.943882853,70457.5219360572,5887.94139825727,31811.5459220169 -682,5851.29979487941,4985.72580922361,1230.24680405845,1997.56793492273,2647.15983122018,3555.57276215189,2660.34771863982,4190.01252650047,476.609948043944,1532.39123754077,3636.33125545738,8503.89865486378,2034.13038789582,4960.72654495989,2326.23169598203,5606.42389439597,1765.53744920062,6365.71224230272,481.974709244743,1727.38732637167,996.958952376538,3321.41200139366,2246.31915298907,7623.13250068112,1131.77369095222,2219.44466177184,988.427407382986,3022.75526756647,1269.61251330592,5403.39502453285,1592.89097591978,3618.68972917973,1321.31562942677,4609.95301161455,1551.35498720932,6498.60697260379,25159.7341705467,7741.74356147135,183584.890624435,67863.5444255743,5644.46177597384,30704.351103145 -683,5655.57458188393,5031.73229772539,1187.77960797202,2016.00077494364,2541.11361485798,3588.38231158531,2560.44014781407,4228.67645839303,456.533571855038,1546.53159393978,3479.50195015288,8582.36957979141,1946.40151139325,5006.50234922273,2226.46579072734,5658.15796207304,1694.11319971343,6424.45275036262,464.539411442774,1743.32703669866,958.766665662015,3352.06079936187,2160.43813390826,7693.47603162527,1091.80421064065,2239.92490060151,950.087009084031,3050.64816837616,1216.89804473831,5453.25561466135,1527.24162977581,3652.08169933362,1273.51741294866,4652.49200359647,1495.23516249705,6558.57378554197,24031.9338276317,7411.95102061893,176408.06140713,65407.0094796275,5391.2944243494,29627.4694605407 -684,5536.14453479142,4992.67876866499,1159.73094754247,2000.35368956797,2460.72304981076,3560.53126852631,2494.16914401979,4195.85580554757,443.901089837543,1534.52826924501,3396.60293444823,8515.75796375949,1900.0285615366,4967.64464109809,2170.53004502247,5614.24246273296,1641.09803957083,6374.58969379721,452.160147927157,1729.79629438944,933.178389060258,3326.04395345389,2102.78189904732,7633.76351673006,1068.33960784537,2222.53983974716,923.668485791802,3026.97072095898,1180.42263217821,5410.9304542554,1478.32257897925,3623.73625678287,1239.58012526482,4616.38192839476,1455.38943651897,6507.66975552347,23216.0480863251,7188.95295337447,171750.249209275,63941.5165613357,5198.38535049567,28959.6491324232 -685,5438.34889682486,4960.77313653233,1140.03887897631,1987.57046198378,2422.55583434213,3537.77775160401,2450.84158610871,4169.04225754731,437.5278790306,1524.72189140172,3350.20451325741,8461.33815156814,1874.07370982913,4935.89898914879,2140.34888521005,5578.3647379645,1615.71910358067,6333.85298246632,444.57609649763,1718.74205942051,917.131517900487,3304.78892388901,2066.65472778087,7584.98007564806,1048.35262568105,2208.33673519891,908.588907248901,3007.626914002,1162.97895180419,5376.3519915567,1456.07254043512,3600.57882941536,1218.78873207343,4586.88101507431,1430.97828841768,6466.08259823153,22875.2651307442,7077.10092903861,169169.171086161,62906.7181870603,5123.64463644405,28471.9665933448 -686,5428.3426149677,4892.93305706199,1140.09466553875,1960.38983219426,2424.07244595502,3489.39756625552,2451.38710968848,4112.0293383343,439.270770203651,1503.87085640455,3372.39877066124,8345.62678222521,1886.48897407497,4868.39907119942,2152.85016968567,5502.07890575195,1617.45338095275,6247.23561903166,444.205177494611,1695.23773969232,917.627600991397,3259.59493152957,2067.66991775055,7481.25316918594,1048.04924910073,2178.13705956571,909.09269543951,2966.49670239034,1165.75777461551,5302.82874501238,1457.82081412067,3551.33982025206,1217.77187150681,4524.15402393415,1429.78439372955,6377.65695463671,22966.2782013287,7101.26575409943,169464.010765324,62946.0775905454,5140.51459464878,28458.7110608358 -687,5423.22785982047,4845.1720870609,1135.8326897634,1941.25404617922,2399.96868479261,3455.33680749585,2437.9009998759,4071.89093717871,439.194837801132,1489.1912501192,3403.95045183658,8264.16332753706,1904.138695445,4820.87758270137,2166.34508850114,5448.37193234834,1600.4152819149,6186.25501097702,442.130388874007,1678.69016017592,911.704324489842,3227.77732562226,2054.45623273085,7408.22705090126,1046.08402735428,2156.8757961176,902.062322571241,2937.54009122095,1158.82371918942,5251.06669520344,1442.18926846733,3516.67442985316,1212.08391614406,4479.99278524613,1423.1061726274,6315.40327592594,22800.0542015074,7080.41671768827,168916.57959023,62950.8979058068,5082.6045126174,28424.5643919258 -688,5583.64088934738,4807.22322896914,1165.79289133594,1926.04955540061,2446.35959346949,3428.27356107019,2495.3920859011,4039.99865171113,442.502001787597,1477.52745234137,3399.77893383147,8199.43589252988,1901.80518649278,4783.11900654012,2169.43584143695,5405.69863002252,1630.05427522184,6137.8023844629,453.355214455764,1665.54214942957,932.156502289068,3202.49639411335,2100.76308261772,7350.20356855335,1074.55210171625,2139.98249036134,921.320728369869,2914.53238580667,1173.79387232382,5209.93874736878,1466.61945091459,3489.13076855581,1242.85635543243,4444.90412226274,1459.23605416019,6265.93912100967,22891.0647674747,7128.87724317049,172018.163479344,64425.9306856473,5118.81060331967,29189.4496251812 -689,5638.60847103062,5013.47266152386,1170.396985496,2008.68491659619,2423.62244290245,3575.3604432337,2497.9836946582,4213.33102879234,437.180584857567,1540.91939070467,3359.10682131253,8551.22504804737,1879.05357939138,4988.33426989541,2143.22732966289,5637.62509191121,1612.9736653706,6401.13907565291,454.261671500907,1737.00068315144,931.280162821935,3339.89651734126,2099.01192247627,7665.55720265136,1084.40063053386,2231.79644475694,916.251169960727,3039.57768162579,1159.63354770652,5433.46631393033,1448.14814413779,3638.82867249071,1245.34137350117,4635.60859120695,1462.15371069008,6534.77339946439,22366.4777511602,7018.71147322708,171456.577053193,64774.2031901671,4998.25472159374,29413.5021910413 -690,5663.60185282981,5085.99136042672,1172.75481913847,2037.74006987852,2415.05787975019,3627.07718828387,2499.16267163225,4274.27586780582,433.215871410547,1563.20842604452,3316.03610474375,8674.91650033533,1854.96021516074,5060.48934789585,2118.17133398034,5719.17200842381,1606.38927450854,6493.73004175613,454.811103184633,1762.12598811266,930.929627035082,3388.20733227131,2098.34283816966,7776.43767856738,1088.3400420609,2264.07885364129,914.490924622576,3083.54445547046,1151.75845408348,5512.06012189955,1440.60247874237,3691.46347049901,1246.84761990183,4702.66157550607,1463.92219265881,6629.29735452473,22064.941782734,6944.04808648752,171067.452112396,64875.6819521641,4937.99644382302,29511.288604974 -691,5552.56272233605,4961.42294706298,1143.35988220038,1987.83081338085,2335.75432213523,3538.24116429691,2433.05781161427,4169.58835943247,423.747379536385,1524.92161437112,3282.47451718525,8462.44650030391,1836.18617057492,4936.54554142061,2088.63068411797,5579.09544667679,1551.02020429777,6334.68265240977,443.73700300038,1718.96719704704,904.845267342415,3305.22181742903,2039.82831208885,7585.9736304413,1065.17881584594,2208.62600471926,886.103269300073,3008.02088235879,1118.4322580794,5377.05623866586,1390.39662039456,3601.05046840698,1216.48838865043,4587.48184956208,1428.27745815268,6466.92958890189,21346.0708448577,6763.80318541466,166959.012402471,63653.2590350404,4752.28926192526,28925.1824198156 -692,5299.63521768047,4677.32637933908,1086.25100420734,1874.00542148766,2191.6352139103,3335.63756019354,2301.6615190216,3930.83311635497,398.60994403061,1437.60291541858,3099.43114171061,7977.87745006669,1733.79338339493,4653.87348147045,1969.49415094967,5259.63026817529,1454.26426798078,5971.95171445676,420.393736103267,1620.53723332058,854.515333016665,3115.96115896136,1926.5923635178,7151.59238654268,1014.00682214801,2082.15763586191,834.478950044189,2835.77827828372,1049.63807993895,5069.16004876985,1301.84724240296,3394.85033405227,1152.49369598,4324.79756284394,1353.14137149921,6096.62604503516,19848.4423719624,6334.20453710228,157822.710712585,60582.2489810066,4409.89875996829,27550.9248487799 -693,4837.61724549901,4458.47064896291,990.14849501904,1786.31925379573,1994.00446667505,3179.56049066701,2098.77675606592,3746.90638494987,357.155474703664,1370.33635958561,2743.9343255826,7604.58637422933,1534.931721548,4436.1151303824,1750.23550385794,5013.52808703719,1322.15855332608,5692.51946016465,383.49003280353,1544.71103881621,778.831831161324,2970.16291869304,1756.01159521961,6816.96382993325,926.189038470782,1984.73186455636,759.311808931294,2703.09001239316,947.426356551981,4831.97011698151,1181.83236026384,3236.00265289434,1051.32357435665,4122.43692931487,1234.35766135339,5811.36018208182,17788.9979236543,5682.22872134155,142975.502512042,55040.7544645442,3971.12254190731,25119.0045938227 -694,4370.9244948917,4296.40824424856,901.056301185601,1721.38775224485,1823.62798129514,3063.98560868991,1906.58610133489,3610.70886189882,324.713414362071,1320.52555601923,2471.09953273135,7328.16478223068,1382.31043816489,4274.86533370902,1580.96129650851,4831.28971835415,1213.74741590757,5485.60021245981,347.08123895117,1488.56183312444,708.92605850348,2862.19949739996,1598.06305815332,6569.17178685077,836.700441593277,1912.58819826173,695.760384901494,2604.83451133481,866.309804599346,4656.33125820646,1085.9062722556,3118.37613634162,951.510228463279,3972.58912394613,1117.16693985342,5600.12115419039,16385.0833258335,5194.48578355602,129660.087424952,49608.2445387966,3669.75250068474,22638.5138693543 -695,3613.21995757717,4025.11291813563,768.024263612121,1612.69127251967,1677.59197522987,2870.51121620694,1663.52671723047,3382.71180424048,305.034191391356,1237.14139162092,2335.51651511908,6865.43015800917,1306.46654033688,4004.93032780031,1492.52556612469,4526.21947242454,1123.00244843282,5139.21373939672,300.176616211546,1394.56707168682,625.427165193837,2681.46682445463,1408.82783871672,6154.3635328653,699.648981862145,1791.81842745102,625.182521889,2440.35306822037,810.836808632983,4362.3087083531,1016.27324369098,2921.4672713649,822.922960439718,3721.741252742,966.192793254909,5246.50329284497,16295.8359650159,4965.17823121353,115822.718124635,42259.2093057984,3655.27006440383,19019.9059696141 -696,3619.38745523942,3783.25394666014,781.633727595641,1515.78868607999,1741.7977230334,2698.02937421125,1659.11576377186,3179.45310953769,325.780125052934,1162.80465855709,2505.43151368299,6452.90362508347,1401.51543375642,3764.28407771662,1597.22390832649,4254.25026099183,1178.53845412446,4830.41123509855,302.164447112617,1310.77102311087,629.438224217649,2520.34418730172,1417.8736208011,5784.56321560252,701.750779579916,1684.15253813359,655.078808152882,2293.71835383571,863.66355266635,4100.1884849161,1087.84827950482,2745.92360741748,828.372524468416,3498.111126136,972.591119397244,4931.25402753044,17524.1736640929,5282.79160113387,119712.615769777,42768.1919602803,3917.56372001159,19032.7224132676 -697,3696.82087779583,3654.85165557775,800.545293847274,1464.34335810743,1783.45451299449,2606.4592184827,1699.21006666687,3071.54360374993,333.232166037395,1123.33948272035,2562.6784460648,6233.89437503668,1433.53884322906,3636.52561722773,1633.71781281052,4109.8625228038,1205.66181892542,4666.46879871932,309.928193631309,1266.28392157744,644.399585616609,2434.80460351264,1451.67326435505,5588.23720094258,719.046681999054,1626.99300100564,670.403054281605,2215.87037009403,883.432670981505,3961.02954852019,1112.71932102589,2652.72793847729,849.656545022379,3379.38648079381,997.580660653622,4763.88902270354,17911.7859501885,5401.05927399834,122519.455241928,43809.8915770391,4004.07143622635,19508.6312306385 -698,3833.34406668824,3571.54611951486,834.974185719547,1430.96637870496,1881.80585632791,2547.04983531652,1780.44526268701,3001.53348827495,352.161653562304,1097.73505151291,2708.90848341392,6091.80436383764,1515.33858634888,3553.63778907546,1727.06166951959,4016.1858615132,1272.66244290419,4560.10533408874,324.300608470825,1237.42133813063,676.24022210611,2379.30776757554,1523.24423661546,5460.86374244375,748.830927375311,1589.90872594006,704.330628764753,2165.36373222684,933.47939579625,3870.74525766618,1176.06126949069,2592.26394601767,889.057982475013,3302.35966031628,1043.84183787278,4655.30504551946,19065.3367992427,5721.40602626989,128683.887057299,45706.8327726535,4263.59458487065,20317.9736615933 -699,4055.41579438325,3566.15270408641,884.761154302202,1428.8054669076,1979.74993600037,2543.20351850606,1882.78167791151,2997.00085269279,370.202724047766,1096.07735454777,2847.26177921832,6082.60508975759,1592.73215241602,3548.27141713532,1815.24740701026,4010.12099266813,1338.95298205294,4553.21908884895,342.851020788728,1235.55269997974,714.513696998002,2375.71475917155,1609.48886926448,5452.61725597107,795.271750456917,1587.50779425239,742.780354856937,2162.09380212632,981.389666689503,3864.90001963938,1236.22441618963,2588.34935107946,939.91324366987,3297.37274514111,1103.55093486931,4648.2750385655,19953.8169085947,6002.39683837334,135725.446896402,48405.5718364496,4461.32650764726,21538.447964791 -700,4945.9027456057,3629.96396204859,1092.40555374977,1454.37191955056,2446.12123238959,2588.71054785557,2313.71410103879,3050.62794339614,459.306232161281,1115.69010829704,3533.0979117696,6191.44470338933,1976.38260127042,3611.76271476236,2252.27154669264,4081.8764351172,1659.91258850887,4634.69250346294,420.102685854963,1257.66116773378,879.465040566017,2418.22481410227,1980.73376251628,5550.18412849761,972.351338105502,1615.91400054298,920.893359164716,2200.78141221879,1217.48708269965,3934.0569382056,1533.87765405591,2634.6642012396,1151.69579261566,3356.37456595392,1352.20455418167,4731.44934493357,24866.0998691059,7447.55889687952,167405.634700489,59358.7609041736,5561.21032809216,26336.344101477 -701,6556.0778631916,3831.07990212649,1394.51723646091,1534.95050900252,2990.81685427043,2732.13647738677,2934.74332448658,3219.64612458981,553.290540505163,1177.5042384955,4250.97793389325,6534.47792217087,2377.95810836249,3811.87022583192,2709.9519547153,4308.03031022817,2012.32179667929,4891.47481578098,538.316016497395,1327.34111791861,1105.90750711332,2552.20508550238,2492.41535557626,5857.68869611275,1273.20255541629,1705.44273049787,1134.53601888395,2322.71436451581,1467.67447897227,4152.02096421778,1846.7129719804,2780.63616491796,1475.77321491278,3542.33245235246,1732.703440387,4993.5924110593,28904.0265088747,8889.50348489049,208659.555294013,76648.3439244148,6451.0039805869,34418.0582622017 -702,6624.16444099418,4338.06100912843,1417.4469307372,1738.07624068338,3099.17421960773,3093.69029802546,3011.27670645438,3645.71391698772,573.656402105305,1333.32777065429,4408.91164302325,7399.20978245471,2466.3047782464,4316.30924464938,2810.95815232363,4878.12804545552,2082.41309422934,5538.78194075121,552.631916144513,1502.99312375593,1136.51490719312,2889.94791326898,2561.298271123,6632.85851128146,1296.29257719261,1931.13033439157,1165.59935065658,2630.08782835766,1521.39144154012,4701.47340021787,1914.98479914933,3148.60813028398,1515.01971808031,4011.10253127086,1778.78270946057,5654.41313867453,30269.9980704668,9249.26997219513,214605.041074547,78197.7235935586,6759.96010992536,35056.245955841 -703,6413.26095846019,4792.732485021,1390.51221668361,1920.24373162056,3097.06164817304,3417.93948004431,2973.97739930371,4027.82060562831,574.91661593649,1473.07363961655,4420.31392315146,8174.71976840195,2472.68310928136,4768.70092160917,2818.39744004482,5389.40386046897,2082.44131731357,6119.30078415826,545.008296524718,1660.52159105883,1125.0810640749,3192.8428887462,2535.18386169808,7328.04734388777,1267.70799994945,2133.53179380652,1157.65329587847,2905.74691017558,1524.37397345542,5194.23407030724,1919.54047368773,3478.61324145949,1494.11985017598,4431.50554174298,1754.24420133784,6247.05126931807,30691.6025578814,9298.23311827352,212788.394828004,76712.3864744194,6858.82607131366,34291.3814232916 -704,6281.03335632451,4905.0844881423,1353.53218256836,1965.25839296521,2946.23813772317,3498.06336518301,2870.3874867717,4122.2414218683,545.00089557298,1507.60566798938,4188.25274251975,8366.35285950515,2342.87021100223,4880.48957296906,2670.1816578002,5515.74312961154,1979.26120695359,6262.75041397813,527.106647837295,1699.44780435463,1082.68427907168,3267.69002351189,2440.09243443546,7499.83260430585,1238.45278798905,2183.546388092,1109.64351927881,2973.86389499418,1445.48298095772,5315.99813794587,1819.2407410795,3560.15945063844,1445.04315019672,4535.38960496038,1696.62331078526,6393.49564648766,28669.2674938162,8768.06724948988,204190.795779861,74584.2077916278,6401.57099989275,33461.5120400551 -705,6063.44716107812,4905.99422162459,1302.6610575244,1965.62288441602,2801.8553766851,3498.71214205407,2751.58768238721,4123.00596344808,517.498046446173,1507.88527975908,3975.92267103999,8367.90454558503,2224.09471440442,4881.39474489529,2534.77204415963,5516.76612039117,1882.19521869021,6263.9119502894,505.23344998888,1699.762996595,1036.49889938807,3268.29607362811,2336.10526393055,7501.22357908889,1194.71975199362,2183.95136485931,1060.25097920804,2974.41544992939,1372.74253305353,5316.98408253246,1727.23679102411,3560.81974431174,1385.07859681186,4536.23077207765,1626.21900550225,6394.681431783,27020.6527270205,8304.31054360219,195102.137993877,71725.842610798,6030.82364468661,32233.1123774087 -706,5858.62639663942,4953.23535202556,1260.59184717056,1984.55039284897,2701.07651752889,3532.40217695254,2656.17026013913,4162.70749051159,499.141922502915,1522.40511038114,3834.71880520354,8448.48133633591,2145.10656557853,4928.39900035604,2444.66357568735,5569.88853674794,1815.93596042656,6324.22883365618,487.415413007956,1716.13046906754,1000.47247366445,3299.76737058209,2254.86417477148,7573.45486703143,1154.38897344712,2204.98121661941,1024.39883589532,3003.05689176342,1324.08662918146,5368.18274421773,1665.93472569058,3595.10782992218,1336.23111519713,4579.91135133476,1568.86723993772,6456.25752945959,26026.2862213737,8002.60825047791,188316.248640064,69289.662770784,5808.37523156292,31139.7651913099 -707,5683.17920483728,4985.85576754785,1216.97821128779,1997.6200036869,2592.72985280777,3555.66544199342,2556.305145309,4190.12174369919,478.599900658724,1532.43118097227,3676.48370442086,8504.12031816036,2056.5912999655,4960.85585165133,2343.68596110623,5606.57003188571,1742.34667970907,6365.87817146274,469.757115378128,1727.43235258668,962.110113321261,3321.49857758223,2168.57630807341,7623.33120585728,1113.55299713029,2219.50251399236,984.587277545475,3022.83405894494,1269.68196077579,5403.53586985597,1597.28869435594,3618.78405423313,1287.82155303582,4610.07317501525,1512.02963504225,6498.77636580839,24868.496599691,7668.30761615758,181145.008470356,66850.0688465421,5548.85208291862,30066.530722015 -708,5559.43785974973,4936.4702743717,1188.10750355331,1977.8333404419,2510.52139339339,3520.44615374903,2489.94119073794,4148.61809047931,463.122455108153,1517.25226823207,3556.96366814456,8419.88599700827,1989.73288672629,4911.71798560951,2267.46276390137,5551.03629024532,1687.64077044784,6302.82339257338,457.205832654964,1710.32193009588,936.37317975746,3288.59873992438,2110.56830395896,7547.82120540825,1089.50772546225,2197.51807814633,957.085492287472,2992.89252879432,1228.75290320281,5350.01320568972,1545.50672818254,3582.93956864261,1253.41268113161,4564.40985302184,1471.63022263539,6434.40521452962,23934.4004552757,7405.36810698293,176029.145473955,65246.1219902838,5338.76191496847,29373.3980051016 -709,5469.95749872522,4889.81397533926,1167.9612707617,1959.14014902392,2471.62899928849,3487.1731916227,2446.7449663637,4109.40805670159,456.130291037456,1502.91218886366,3503.39297017257,8340.30672334486,1959.7659291005,4865.29562907486,2233.23573640653,5498.57151385596,1661.58453548482,6243.25321457003,449.545310294969,1694.15708214236,920.288293774365,3257.51704841614,2074.34572256527,7476.48411967086,1069.15680077556,2176.74856979631,941.489318108405,2964.60565962784,1210.17371580037,5299.44836845206,1522.19966151687,3549.0759594971,1232.41164574597,4521.27002655215,1446.97293390249,6373.5914109211,23600.6660571131,7296.74908694575,173199.894322865,64126.6536660034,5264.61244392724,28862.4612266519 -710,5468.50284405589,4804.6889723118,1168.03871050894,1925.03418671984,2473.2228239763,3426.46625471441,2447.31719331227,4037.86885806704,456.590167951219,1476.74853411683,3507.06920458239,8195.11333998606,1961.82238094735,4780.59745707011,2235.67037086589,5402.84887100609,1663.39599240706,6134.56667731692,449.179122626479,1664.66411421481,920.795200153651,3200.8081122466,2075.38521509557,7346.32871160596,1068.86471124315,2138.85434119612,942.032148837974,2912.99591189024,1211.36364671308,5207.19218842487,1523.76363637227,3487.29137969089,1231.40775595591,4442.56087184008,1445.79426818648,6262.63586314633,23654.9085359231,7308.76819211856,173262.288837627,64092.2024267491,5276.97068910078,28840.1134547621 -711,5466.09985128572,4759.65719645442,1163.56031341665,1906.99187253182,2448.45028979638,3394.35182207281,2433.68826942732,4000.02407635363,451.355361655771,1462.90776120326,3466.32923442172,8118.3049327866,1939.03281490289,4735.79147807923,2209.67288345593,5352.21086285353,1645.72003644857,6077.07067014829,447.048318034035,1649.06210923568,914.801209053513,3170.80865248889,2062.00853191831,7277.47550803293,1066.7649388673,2118.80800524401,934.64561325472,2885.69396170498,1197.58670083544,5158.38796554452,1506.18570879722,3454.606865737,1225.56623490253,4400.92312867577,1438.93574580377,6203.9395321058,23273.4124669631,7215.33276396959,171971.470082221,63871.4586959707,5190.46297288601,28772.7579748915 -712,5620.64411047852,4724.50252427479,1194.12595675873,1892.90689301313,2495.57594925502,3369.28125067616,2490.9104622262,3970.48002952194,459.298616342077,1452.10277238759,3526.72812848826,8058.34339841833,1972.81940286339,4700.81307731394,2248.06093589437,5312.67960869933,1676.02791747608,6032.18562519575,458.360910852832,1636.88219050179,935.270481547589,3147.389163622,2108.36725094409,7223.72431225968,1095.69675129184,2103.15855870584,954.490985621362,2864.38032060704,1218.78915796724,5120.28828096237,1532.5698731186,3429.09125256113,1256.57928478691,4368.41805457262,1475.34812792899,6158.11743789366,23557.8413543564,7328.64634808316,175728.198008626,65547.4144130562,5252.2541987537,29568.1317854095 -713,5678.26569054157,4950.24622862707,1198.59998443523,1983.3527784428,2471.98444765622,3530.27048216124,2493.12205127859,4160.19542607761,453.490446464979,1521.48638627174,3480.96198681491,8443.38294075214,1947.21824252499,4925.42486492292,2218.9119389827,5566.5272823417,1658.12385237251,6320.41235835457,459.206316574608,1715.09483773259,934.277495163281,3297.77606365722,2106.35248289791,7568.88452269251,1105.52497845381,2203.65057907054,949.029018867681,3001.24464037939,1203.62139114694,5364.94321298052,1512.95206241228,3592.9382942206,1258.89693293724,4577.14751735347,1478.06927565217,6452.36137894858,23017.6659171,7214.63850555593,175053.651339997,65864.3205904465,5128.67174701832,29782.7496434092 -714,5700.02534231922,5053.8907908077,1200.91443802071,2024.87873914808,2463.08336802251,3604.18465159928,2494.14971690314,4247.29849400747,451.247805230105,1553.34213305399,3463.25578331725,8620.16419319912,1937.31355451429,5028.54973590941,2207.6004766176,5683.07507742074,1651.21334026511,6452.74443668521,459.732243594194,1751.00421382121,933.880300609557,3366.82243842357,2105.57810924153,7727.35617972112,1109.4562693186,2249.78897076226,947.118062390046,3064.08246144578,1197.77218159836,5477.27039121616,1505.37014227325,3668.1645555514,1260.33874218073,4672.98041708456,1479.76210203723,6587.4561074259,22802.2011993824,7168.56246675741,174821.296188172,66010.4708406949,5079.23876632417,29883.074775499 -715,5600.40518292462,4942.25357737917,1170.65418425179,1980.15046358258,2381.90946735074,3524.57051907425,2427.92868540148,4153.478388252,435.108915975859,1519.02979936631,3338.55887970195,8429.75028247997,1867.55924911658,4917.47229016706,2128.07230395447,5557.53958573533,1594.06818924658,6310.20744138879,448.485972193894,1712.32565125944,907.63646066647,3292.45148529219,2046.68828040723,7556.66382668436,1085.70308718297,2200.09257210739,917.574112062969,2996.39884067321,1155.10845016381,5356.28099334826,1451.36119088573,3587.13714789077,1229.50750998335,4569.75727005529,1443.56319182532,6441.94341752897,21814.0422686025,6899.19605817301,169713.642264141,64486.3486898874,4856.79035320048,29250.6185618749 -716,5360.77420928002,4666.99440892019,1111.98786123179,1869.86584109293,2234.63224381752,3328.26931051306,2296.53321262828,3922.15011068336,407.259676603175,1434.42732543585,3123.90251091522,7960.25473419556,1747.48244311902,4643.59331728173,1991.11268836707,5248.01201878711,1494.3517233681,5958.75998408503,424.838351195426,1616.95755095517,857.066694471878,3109.07816301244,1932.88030789113,7135.79489135139,1033.38916344969,2077.55825806432,863.949203533613,2829.51419172881,1081.37896137687,5057.96253817836,1358.26917425082,3387.3512864376,1164.67844193328,4315.24431022416,1367.44746610789,6083.1589155591,20217.0698536991,6439.42036198319,160105.700830947,61277.4663003628,4498.40124316788,27851.1697937584 -717,4931.20860353693,4442.87522774297,1013.57115085922,1780.07083289322,2033.04706141407,3168.4386085127,2094.03250170096,3733.79996619199,370.056215014813,1365.54301800654,2838.3428175576,7577.98605832569,1587.74296697938,4420.59790721652,1809.16936093826,4995.99111338154,1358.54645953115,5672.60742176094,387.531078242224,1539.30774669876,781.136362892944,2959.77349472775,1761.69565399731,6793.11856308291,943.854629086448,1977.78941009755,786.094273110427,2693.63479093768,982.633814816079,4815.06822051752,1234.15192078343,3224.68333996975,1062.40194920693,4108.01693074871,1247.36476706789,5791.03244707218,18332.67678226,5854.75912911492,145931.375566345,55963.5426947522,4078.22090726758,25460.8934977467 -718,4481.90366312517,4261.12360744154,922.489369395077,1707.25070143658,1859.6072965906,3038.82235295664,1902.48809705852,3581.05559257123,340.273457622832,1309.68062183475,2610.55432930688,7267.98157381487,1460.32017367136,4239.75761998075,1663.841030823,4791.61231962236,1247.33614861957,5440.54923029947,350.786635048809,1476.3368859917,711.090310588584,2838.69342814544,1603.38606269116,6515.22187626389,852.780665766669,1896.88089669712,720.400052087527,2583.44207503692,903.414378666512,4618.09072147,1134.95656089218,3092.76619353746,961.66843320539,3939.96388061419,1129.09367502312,5554.12965855786,16990.7217908874,5395.27620382254,133242.033170742,50746.3317003594,3781.62302310267,23014.7672008685 -719,3708.04445212284,3990.34812723187,787.187542317647,1598.76250181889,1712.16185692993,2845.71868882995,1661.26895868796,3353.49541430215,318.390757644636,1226.45623503703,2447.136035851,6806.13362428159,1368.90547756583,3970.33985338088,1559.98454577291,4487.12663782743,1155.36767604496,5094.82648997202,303.639004012676,1382.52223378177,627.739734177193,2658.30706835251,1414.43217339643,6101.20846225802,713.836741706687,1776.34254038033,648.118532430815,2419.27580507931,844.381250159053,4324.6315665715,1062.8755338736,2896.2346379241,832.414967030558,3689.59667466904,977.337346028959,5201.18938646241,16822.9457884568,5136.37007846617,118936.469220485,43225.6858381399,3756.90653275559,19340.2926119717 -720,3341.33719016631,3760.44564304718,754.09090258639,1506.65037047849,1640.8941469614,2681.76362150437,1532.19237474448,3160.28497203809,312.307826224037,1155.79439647349,2417.00380589969,6414.00066294,1352.04978420538,3741.59013875812,1541.258342444,4228.60243693184,1139.90735201722,4801.28987883251,282.718595352936,1302.8687083618,596.419777950536,2505.1496547,1342.89242611984,5749.68951271343,671.920002388065,1673.99919845249,630.037717174329,2279.8900924093,824.766894743391,4075.46946125213,1039.56028836514,2729.36911220807,775.062449552153,3477.02187816014,909.999828756319,4901.52471497615,16715.4930449356,4988.63198196685,113978.674953578,40927.6632907138,3673.03385180542,18122.134277499 -721,3441.68271496025,3616.57789537224,776.697178403424,1449.00869289298,1693.59892594661,2579.16426795813,1579.1579897287,3039.37826998836,322.164125269107,1111.57582442647,2493.35585860277,6168.61277103711,1394.76042294283,3598.44376806635,1589.9523194364,4066.82386966576,1175.69785353297,4617.60134125737,291.741145856073,1253.02334310975,614.681367733991,2409.30722733325,1384.07150731206,5529.71694601678,691.866175004053,1609.95506189216,649.501980097365,2192.6656824121,850.780996792214,3919.54948054653,1072.38142394013,2624.94845997156,799.797434123787,3343.99740348058,939.041142443343,4714.00137655999,17257.4440590208,5148.57347855854,117520.026913133,42175.7704747719,3792.28819764326,18676.7656926564 -722,3549.13396426047,3533.27235930935,803.491391480124,1415.63171349052,1767.21032182651,2519.75488479195,1639.62917865136,2969.36815451338,336.485275801629,1085.97139321903,2604.67591262712,6026.52275983807,1457.03184123931,3515.55593991407,1661.05125486458,3973.14720837515,1226.97377787618,4511.23787662679,302.627461483792,1224.16075966294,638.933651051562,2353.81039139616,1438.57526232187,5402.34348751795,715.360643358102,1572.87078682658,675.304827957966,2142.15904454491,888.499542286794,3829.26518969253,1120.13904152557,2564.48446751195,829.64186104054,3266.97058300304,974.081445839887,4605.41739937592,18120.4111483023,5388.31908168642,122214.680166782,43654.8791177558,3983.0951509838,19306.9016216466 -723,3770.66123052296,3535.6766513393,851.073888041899,1416.59501088171,1857.61103627513,2521.4695068111,1733.13684333794,2971.38872566156,353.382744281138,1086.71036607478,2735.01703587005,6030.62363833435,1529.94347138384,3517.94817642109,1744.14913871898,3975.85082281398,1289.7337680203,4514.30764656497,319.802072035727,1224.99376647887,674.73663790861,2355.41209287528,1519.22298837283,5406.01962965171,759.538576835485,1573.94108096537,711.691359303867,2143.61672326139,933.214054627685,3831.87089648213,1176.3068689176,2566.22952674859,876.72541317785,3269.19366419692,1029.3621840655,4608.55125581887,18939.2652395922,5649.20499075836,128884.209978619,46243.0178616005,4161.97666974056,20475.9366894773 -724,4613.49198722964,3600.46262824903,1050.43621385674,1442.55199188298,2294.07346628559,2567.67165744752,2128.38433973762,3025.83497184123,438.307908062031,1106.6227052468,3392.84949248321,6141.12578044523,1897.92892049075,3582.40930559163,2163.42934775091,4048.70233187542,1598.38261796247,4597.02557011801,391.570750687133,1247.43994176461,830.024088636796,2398.57149021557,1868.55727167483,5505.07683918684,928.088129521792,1602.78119293943,882.089399514659,2182.89528779978,1157.36911200129,3902.08418912768,1459.09710145524,2613.25183768362,1073.47656004613,3329.09673965543,1260.36745346179,4692.99605230038,23599.9528509469,7010.31864989661,158964.341731779,56707.1211830312,5187.56404394597,25038.6664390278 -725,6201.23920984835,3800.019024314,1373.74183618327,1522.50573848706,2900.95679885441,2709.98539741476,2775.32275005754,3193.54250956997,546.977160580985,1167.95750070616,4229.66936893434,6481.49896441112,2366.03829235554,3780.96509246315,2697.11947782618,4273.10250749446,2005.12580163659,4851.81667618135,515.180906954101,1316.57956208254,1074.14280255152,2531.51281795943,2419.5376825517,5810.1968772257,1241.72868452213,1691.61567660667,1120.92131747733,2303.88271680481,1445.22922911605,4118.35802344411,1820.06243480535,2758.09186869705,1412.34917783839,3513.61262444892,1658.23735973753,4953.10634246041,28585.7129560651,8676.35197139071,204035.982243344,74937.1138855526,6272.7785910703,33436.7773350739 -726,6274.80831140281,4283.67198179971,1391.70200286609,1716.28487445893,2992.32161184609,3054.90273699028,2837.00708364228,3600.00528507902,564.354482659688,1316.61099318075,4365.4153948211,7306.44118786326,2441.97337551881,4262.19293301328,2784.00350428028,4816.96785452714,2065.21157757574,5469.3387121499,527.020791507095,1484.1491439431,1099.57972101357,2853.71479997191,2476.77458616563,6549.69814952572,1260.62363458372,1906.91852632535,1146.63095289212,2597.11274606342,1490.85664521129,4642.52804082536,1878.13245171488,3109.13202949031,1444.8077782803,3960.81279013248,1696.34696091983,5583.52016827137,29765.7169745828,8985.99075270373,209092.76797738,76249.3632236101,6535.13815191355,33977.043382932 -727,6119.69155083667,4724.04765753364,1366.0800488044,1892.72464728772,2993.58014181633,3368.95686224063,2803.45325451459,3970.09775873205,566.322620088032,1451.96296650274,4382.47629790537,8057.56755537838,2451.51708839056,4700.36049135082,2795.06022841254,5312.16811330952,2067.72746309554,6031.60485704012,520.031830051412,1636.7245943816,1089.3415277562,3147.08613856389,2453.36369062099,7223.02882486815,1233.35482206876,2102.95607032219,1139.84182241122,2864.10454313943,1495.67103011422,5119.79530866908,1885.0134685692,3428.76110572447,1425.64780198336,4367.99747101399,1673.8512573036,6157.52454524599,30233.7020006642,9054.61637549339,207654.904687328,74907.6497361369,6642.4670631676,33275.5895368438 -728,6023.19443327276,4851.34527134424,1334.53521414083,1943.72737813782,2861.74314190263,3459.73921684074,2717.03576918818,4077.07889184476,539.613115051207,1491.08861348523,4173.78226095921,8274.69261364946,2334.77555619717,4827.01981360477,2661.70491609069,5455.31364739544,1975.06976076332,6194.13685532027,504.919513348907,1680.82896216833,1052.72423195752,3231.88980375484,2371.29364692805,7417.66579734334,1208.72124953612,2159.62384954614,1097.62790811018,2941.28278105672,1425.55027774315,5257.75702566253,1795.74932115695,3521.15498883639,1384.2179512612,4485.70069830977,1625.20852266415,6323.44966675486,28410.5994711701,8585.93051488445,200185.176756895,73102.3786394723,6237.00228731895,32586.1954501554 -729,5822.66944898523,4832.8906913532,1286.29625253065,1936.33341411871,2727.16802225326,3446.57832423175,2609.16433639212,4061.56963114881,513.505099717305,1485.41649316557,3970.88515988375,8243.21557620958,2221.27677681777,4808.65776796875,2532.27334432693,5434.56156391115,1882.1936397983,6170.57427882274,484.761411805241,1674.43506711476,1009.61804128426,3219.59565325231,2274.2824514394,7389.44890096772,1167.58036771231,2151.40861256488,1050.83305705924,2930.09410341716,1356.77874551511,5237.75645011565,1708.69320185266,3507.76046983851,1328.95527021522,4468.63703499111,1560.32467966865,6299.3951826546,26846.1557417114,8150.73623190965,191631.123862408,70403.2348250631,5891.16468438922,31431.8421575245 -730,5626.77090416831,4857.64842025497,1243.73498798789,1946.25278138599,2625.85296583716,3464.23431052225,2516.3665726876,4082.3760690067,494.637263537545,1493.02592222007,3824.76205680203,8285.4435738094,2139.53685174739,4833.29135747115,2438.99958198296,5462.40150702015,1813.63979319444,6202.18463687132,467.254487369559,1683.01279255958,973.559304151961,3236.08886227505,2193.02343135649,7427.30325859906,1127.37409243329,2162.42975800111,1014.19080141262,2945.10426609244,1306.97239433783,5264.58820827592,1645.87063599154,3525.72987744791,1280.96069200113,4491.52878060221,1503.9743068938,6331.66545900417,25816.0871087726,7844.54323851046,184780.010038151,67961.372420196,5664.58142729733,30342.48592731 -731,5439.5310874999,4864.99126727537,1201.07994272394,1949.19474737455,2521.58518899679,3469.47086541143,2422.67742399003,4088.54701024434,474.482383520243,1495.28278809341,3668.48895748828,8297.96789409676,2052.11911178003,4840.59738622674,2339.24355018752,5470.65850200209,1740.86617093122,6211.55989194144,450.49160219131,1685.55684359004,936.571682150434,3240.98055129912,2109.8718467941,7438.53040945144,1087.79567724836,2165.69849824982,975.164741635733,2949.55610126332,1253.80678670413,5272.54618763022,1578.72982603451,3531.059389361,1235.00586956862,4498.31819924069,1450.01880876809,6341.23643796922,24679.701146064,7516.30929968382,177747.785318177,65561.6636602621,5414.14730103786,29297.5037830154 -732,5315.79688974807,4796.63134190177,1170.23846346937,1921.80583747754,2434.2437222625,3420.71995170666,2354.59373088891,4031.09721164207,457.626947256582,1474.27197549565,3537.42589649067,8181.3698500656,1978.80363626999,4772.58022896853,2255.6325501688,5393.78810565485,1680.90140016516,6124.27879577113,437.535658752166,1661.87241463415,909.324052065806,3195.44024578729,2048.51467979825,7334.00866300972,1062.52706102528,2135.26740812271,945.370235476111,2908.11071649482,1209.42268244843,5198.45954613104,1522.51309258248,3481.44307083436,1199.48763545435,4435.11054284154,1408.31689561208,6252.13320512442,23655.3522156467,7233.23079278124,172289.532058777,63868.4968208184,5187.56404394597,28574.7599733489 -733,5231.67895830562,4688.11321019597,1153.12232327736,1878.32724508239,2404.99086802467,3343.33019381445,2319.88735435903,3939.8983875193,452.436739690572,1440.91830934886,3497.54784931729,7996.2759982268,1956.4962220476,4664.60622535074,2230.13184369326,5271.76000586543,1660.99362169183,5985.72420493634,431.287069572919,1624.27450962234,896.252146084859,3123.14717576934,2019.07335496014,7168.08535948804,1044.77121514227,2086.95949923724,932.929332439338,2842.31813848475,1195.65524853753,5080.85052482346,1505.28902225885,3402.6795239287,1182.3573620478,4334.77139319427,1388.20426355834,6110.6860589431,23434.9886817438,7155.07255524375,170005.372059916,62903.3994382853,5139.86230561084,28127.9140444414 -734,5212.45358412163,4574.59155064075,1150.47103618605,1832.84395223319,2398.11621523188,3262.37216762655,2314.19789582472,3844.4945900049,451.189497796972,1406.02678040604,3487.95483857605,7802.64788369961,1951.12997973101,4551.6537824102,2224.10204855418,5144.10546387589,1656.81106285358,5840.78117243738,429.838696803021,1584.94304947233,894.185684187032,3047.52083431124,2014.34179754625,6994.51170429711,1042.36920717915,2036.4242209375,930.502291899345,2773.49201215253,1192.34894623284,4957.81881512081,1501.14815048817,3320.28436639477,1178.38670229865,4229.80583023012,1383.54231703537,5962.71710185318,23380.1523296121,7136.95165047411,169513.948643576,62709.1106865376,5127.93687102705,28037.3130991048 -735,5212.56429432187,4520.39746079839,1147.58529729174,1811.130689155,2378.67250744592,3223.72362635366,2304.90442727297,3798.94978389428,446.925886301131,1389.36991807973,3454.49284146317,7710.21178405302,1932.41164512802,4497.73143081125,2202.73963670154,5083.16447918212,1642.42330961442,5771.5868375761,428.430029778092,1566.16660898201,889.797010116129,3011.41758529702,2004.57310881012,6911.64940030563,1041.53684945126,2012.29919120207,924.84848191048,2740.63511692598,1181.18672747924,4899.08472371299,1486.87225171863,3280.94975318119,1174.52489436352,4179.6963341928,1379.00817328774,5892.07822125692,23059.7410649341,7060.05580205109,168528.651247548,62571.7886535479,5056.38426352435,28006.978969109 -736,5337.66761426807,4505.58181473649,1169.67577914216,1805.19469093912,2399.45370005878,3213.15784122887,2340.90667293949,3786.49868951747,449.703444239729,1384.81624483887,3475.01991489015,7684.94149093268,1943.8943019321,4482.99007288017,2215.69638687689,5066.50435881636,1654.77158854584,5752.67040632363,436.08361900127,1561.03348288992,902.148723387213,3001.54763525939,2032.68614746923,6888.99640306215,1063.57828357967,2005.70386129004,935.707347158861,2731.65265902725,1188.72491901771,4883.02792651247,1495.94304476613,3270.1964088765,1195.50692281402,4165.9973393432,1403.64314600246,5872.76687833802,23016.3067346785,7085.54290666861,170698.869320305,63793.8619790063,5044.45882894057,28612.3109805019 -737,5433.90519538823,4760.95681751573,1186.55746753118,1907.51257532595,2414.82025717369,3395.27864745862,2371.66515256824,4001.11628012395,451.676042211888,1463.30720714206,3489.52297148349,8120.52163025814,1952.00717891205,4737.08458262286,2224.99141972378,5353.67228027811,1664.12992787074,6078.73001003517,441.916815825832,1649.51238448874,912.898417195084,3171.67443956894,2057.0139109542,7279.4626176194,1082.90377969792,2119.38654428471,943.827112612443,2886.48189841856,1194.09421178754,5159.79645976285,1502.37150484999,3455.55014372025,1211.4984136246,4402.12479765132,1422.41873486964,6205.63351344652,22970.6219803865,7103.35891549737,172386.012512751,64765.1621716914,5032.53339435678,29093.4363277946 -738,5434.07126068859,4871.81426208936,1182.22885918971,1951.92843073021,2385.65469549474,3474.33668744923,2357.72494974062,4094.28106679554,445.280624968127,1497.37987442885,3439.32997581418,8309.60552894493,1923.92967700756,4847.38616940196,2192.94780194483,5478.33092576148,1642.548298012,6220.27140622814,439.803815288439,1687.92078320897,906.31540608873,3245.52592297172,2042.36087785,7448.96271068676,1081.65524310609,2168.73582119871,934.732007850716,2953.69275945588,1177.35088365714,5279.94076519847,1480.95765669567,3536.01158733586,1205.70570172189,4504.62694679211,1415.61751924819,6350.1298194685,22490.0050632467,6988.00784965887,170905.236647924,64558.3073564958,4925.20448310273,29047.9035110737 -739,5318.47729528843,4742.95710426583,1150.03829120919,1900.30085703224,2299.43866697321,3382.44214328515,2289.88333791037,3985.98929021789,427.781666785695,1457.77489270725,3303.19191670055,8089.8204358582,1847.77529404903,4719.17512294996,2106.09566720038,5333.43169218363,1580.18712749104,6055.74820169328,428.130087677319,1643.27608555535,878.603333569486,3159.68331412453,1980.2102886762,7251.9412086353,1056.70055693006,2111.3737956871,902.92641325472,2875.5689982466,1131.28715117323,5140.28885650926,1422.58180119569,3442.48577155901,1173.70261431838,4385.48171789129,1378.04273534051,6182.17192199393,21412.5242724805,6695.97768160503,165409.601814092,62923.4755520541,4686.69579142705,28377.621519522 -740,5081.35164167151,4461.91463910254,1094.03302976748,1787.69911392731,2161.91849437523,3182.01657389384,2169.82128145079,3749.80072017374,401.310973412513,1371.39488957985,3097.83979269905,7610.46061285304,1732.90319733795,4439.54185177864,1975.03147658272,5017.40083683325,1484.57986032008,5696.91670362189,406.234672205975,1545.90426627135,831.155526941199,2972.45725067601,1873.47742018291,6822.22966166368,1007.09793102868,1986.26499048889,851.851623597316,2705.1780412448,1061.48412371261,4835.70262051201,1334.38188773481,3238.50233543257,1113.67715215167,4125.62134685479,1307.56691713479,5815.84922524051,19898.3544649637,6261.95809704198,156279.559683624,59853.0021805922,4352.7836230811,27043.0907106117 -741,4648.45596958542,4248.12742204106,1000.07645428808,1702.04368359692,1975.72455652508,3029.55411707886,1985.09501182014,3570.1335760568,366.430232607564,1305.68617019597,2828.51355418959,7245.81464210333,1582.24456710795,4226.82659963059,1803.3959860056,4776.998173728,1355.93777396079,5423.95586362174,371.719294160231,1471.83414219652,760.222687821084,2830.03557414119,1713.6160985903,6495.35081894903,922.085862178184,1891.09551751379,778.198718095185,2575.5627231871,969.238067266561,4604.00580661148,1218.38857209575,3083.33343200449,1019.05453483866,3927.94721417104,1196.47062340895,5537.18987801386,18154.7807795041,5717.90772764536,142840.094716484,54752.8165116072,3971.16971640002,24748.563134398 -742,4196.28205196349,4124.46873585646,909.052508063599,1652.49891602465,1803.63851373554,2941.36686546786,1800.6520318133,3466.21060396605,336.255385225615,1267.67896835496,2596.2183067006,7034.89631740083,1452.30073397339,4103.78795881004,1655.15200575566,4637.94459567275,1242.51525809168,5266.07000253887,335.96507301243,1428.99054118744,690.938926280063,2747.65610521607,1557.12848771794,6306.27773596853,832.160344988184,1836.04764255316,711.935529255212,2500.59070118915,889.291633110165,4469.98786113321,1118.16969403329,2993.58071901088,921.035675520086,3813.60864951624,1081.38680629675,5376.00788947057,16783.9871423172,5253.37710081763,130133.496849256,49556.602330527,3673.03385180542,22337.2375618888 -743,3449.69442096418,3868.0540412707,769.435940807044,1549.76447142284,1642.30157346391,2758.50460252553,1557.06884822059,3250.71925458107,311.062814602344,1188.86845085057,2406.13187191299,6597.54282869891,1345.96812394289,3848.65897044968,1534.26295682822,4349.60754594163,1138.19628381068,4938.68293335604,288.136399822815,1340.15142113325,604.046249853725,2576.83667460172,1360.36685072637,5914.22184145207,691.457179736462,1721.90213057065,633.83634504472,2345.13111548417,821.738046372157,4192.09253797312,1035.19313820923,2807.47236544044,789.915157766751,3576.51986069015,927.438374436944,5041.78607586213,16403.6566905033,4945.4202496704,115033.543873072,41882.3270275754,3601.48124430272,18627.7474536854 -744,3122.93567179307,3647.3788502331,715.119874712698,1461.3493233547,1531.74142841576,2601.12998375199,1350.81472736904,3065.26344531358,285.403035021614,1121.04267341551,2177.99999628547,6221.14839145274,1218.35324288244,3629.0902817807,1403.37022239245,4101.45939033212,1101.34281383869,4656.92761448918,266.541342614109,1263.69484433197,564.558575078825,2429.8263383,1270.9736762064,5576.81134491402,636.414135714269,1623.66640853641,588.381390452524,2211.33974354468,760.163985846647,3952.93072384277,994.404717243358,2647.3041015108,730.713116537366,3372.47689875462,857.929333698492,4754.1486505339,15498.5347437191,4577.84933840577,105873.115152851,38303.7273328839,3411.90275115935,17041.5608471076 -745,3172.73611336091,3503.51110255816,723.939758807977,1403.70764576919,1544.01571314431,2498.53063020575,1409.57795445216,2944.35674326385,293.745398410367,1076.8241013685,2288.09058445555,5975.76049954985,1279.93690924452,3485.94391108893,1464.26805552379,3939.68082306603,1107.33632278173,4473.23907691405,270.054655215574,1213.84947907992,569.997996059141,2333.98391093326,1283.37802488757,5356.83877821737,645.584681916719,1559.62227197607,592.99077842125,2124.11533354748,772.656639990585,3797.01074313718,1000.4673373835,2542.88344927429,740.344731562671,3239.45242407506,869.237800556535,4566.62531211774,15764.0967579599,4693.74744859576,108163.628541791,39237.4236655369,3445.82648545472,17390.2989829084 -746,3268.3027673549,3400.51634460504,747.999284220644,1362.44203393557,1609.3524130919,2425.07986896552,1469.70151779028,2857.79977192197,308.399524921532,1045.16807561834,2415.71850950234,5800.08758508768,1351.3308011767,3383.46558610272,1543.33364059502,3823.86372961143,1154.16016025903,4341.73666047906,279.792864562878,1178.165238434,591.752109468431,2265.37042550787,1332.26298841788,5199.36066634454,666.781158159611,1513.7731469988,615.699077649965,2061.67147701639,808.377764441221,3685.38780517952,1044.1180888335,2468.12882236023,767.041668074932,3144.22035300366,900.582639502756,4432.37756609498,16618.0318468076,4937.28733540767,112653.362990144,40657.4895651883,3626.14371728742,17970.644986728 -747,3509.90248391523,3367.18113938998,802.988323972384,1349.08603731849,1724.37213240594,2401.30685131097,1592.50618623601,2829.78480824984,333.56371392789,1034.92231034207,2632.91249867097,5743.22942287918,1472.82712876599,3350.2975291899,1677.87342965483,3786.3784570165,1236.89131620916,4299.17468814905,299.889729523624,1166.61570418084,634.873591472975,2243.16303687343,1429.29711219311,5148.39142013736,716.261925914387,1498.93365399524,660.229996557451,2041.46094578885,870.131063300826,3649.26000977056,1119.40050372056,2443.93379653096,822.136471320362,3113.39761313504,965.26937738778,4388.92704247353,17916.0242882511,5335.43790150063,121317.169865462,43791.4472315794,3897.75035617964,19315.5341871506 -748,4300.25699974555,3339.36930162445,992.98991622471,1337.94301873754,2135.27822502227,2381.47282581331,1957.35379739152,2806.41169206143,411.26954018887,1026.37418352511,3222.92089403211,5695.79218729635,1802.87241941892,3322.62514463712,2058.6212371621,3755.10418366852,1537.49202269131,4263.66488217107,367.851654319363,1156.97983210973,782.688752672712,2224.63522863248,1761.76241487203,5105.86735594157,876.461446656965,1486.55294209396,820.456254982309,2024.59913221882,1077.724877197,3619.11829088033,1392.06602676291,2423.7476861184,1008.45154494581,3087.68194601421,1184.02166656376,4352.67591079485,22217.3840806834,6576.7972040955,149607.676055377,53700.9966575244,4851.46129019395,23662.7940849765 -749,5721.6024519497,3325.85327662386,1280.93660006278,1332.52772331579,2644.57052741886,2371.83386607433,2552.14212324946,2795.05280145493,507.440695353929,1022.21995622305,4011.47813425195,5672.73859164755,2243.98411476271,3309.17689124967,2553.94524209981,3739.90548072734,1885.46526386122,4246.40779080549,477.115108195634,1152.29698127069,996.022697970976,2215.63106567489,2243.46949612677,5085.20146828456,1159.69905942359,1480.53615122262,1022.80098087572,2016.40461103365,1322.42568743197,3604.46998789814,1696.77630060008,2413.93761979696,1307.99321500169,3075.18462014016,1535.71315750586,4335.05854921667,26331.4029148025,8017.82260499267,189809.231623451,70438.9521470058,5717.60696168242,31332.7192408327 -750,5745.31060666946,3356.71921064685,1285.05016729383,1344.89438815959,2690.77014108659,2393.84592178897,2556.23296275184,2820.99258537951,509.294750457724,1031.70677692783,3983.592805095,5725.38504371147,2228.38531712031,3339.88805830975,2545.46305845005,3774.61407013857,1915.24041576451,4285.81702861731,483.243299234887,1162.99099560042,1008.20992787696,2236.19346473593,2270.96910188239,5132.39521976989,1167.66877029168,1494.27642397713,1033.11589533585,2035.11806785547,1336.17052373362,3637.92165385594,1724.44178577462,2436.3404238629,1324.79342141286,3103.72419711455,1555.43825832332,4375.29051979287,26658.3797110262,8071.61540089764,191179.52411403,70708.4229147687,5816.48013564006,31527.8951404809 -751,5436.82967752869,3589.35088897524,1214.0376376159,1438.09999132701,2551.74972309499,2559.74731523261,2468.49358613547,3016.49664708574,489.093728697203,1103.20744886317,3870.57932744547,6122.17305254175,2165.16661316321,3571.35328243966,2463.98278829779,4036.2072362852,1812.97243241863,4582.83824064283,458.154453269483,1243.59009555767,954.84208106056,2391.16902453804,2150.84171075873,5488.08708402613,1105.75063245766,1597.83469340097,976.790900992465,2176.15844150962,1273.74490174364,3890.04158610391,1634.09242198188,2605.18682602393,1256.013289048,3318.82248914717,1474.68359305728,4678.51253894937,25484.3772635423,7737.09318862648,182484.115791886,67420.0140409386,5539.55131213608,29975.8746861696 -752,5421.13408813766,3815.1595787928,1205.31169040273,1528.57191366418,2489.88558168383,2720.78289113355,2381.07939595436,3206.26665753795,469.185843591897,1172.61103640038,3663.73333055708,6507.32343727482,2049.45885764622,3796.02972966591,2341.93227827895,4290.1279857603,1770.09538823979,4871.14794642943,452.272014892243,1321.82525807981,939.839347088905,2541.59921686661,2117.26815721127,5833.34665668452,1098.83902944732,1698.35564268183,959.857673413656,2313.06216079268,1232.22761592432,4134.7669476148,1590.6783015646,2769.081034785,1239.88680436343,3527.61203945645,1455.74950805563,4972.84118482238,24316.3697419443,7410.74992369077,177765.326352774,66312.6459137632,5304.92900986464,29652.3947897638 -753,5275.60116216022,4019.97942565882,1171.52859227479,1610.63450077605,2399.87938510392,2866.85026357462,2303.95543137992,3378.39760835295,451.766892345262,1235.56358345608,3525.80027835811,6856.67422127323,1972.30037200164,3999.82257551459,2253.99929343846,4520.44688564681,1706.87435644853,5132.65936052475,437.980988615464,1392.78848814978,910.170049287897,2678.04697262684,2050.42695881096,6146.51446638243,1069.13541721195,1789.53320301031,928.907311086109,2437.24072469827,1186.88096809153,4356.74516780373,1532.10870459359,2917.74133110836,1200.7084906099,3716.99467019632,1409.75030008565,5239.81208051599,23306.0263808471,7124.74070586727,171837.751471737,64352.7297813643,5083.10427683846,28803.2217877897 -754,5122.10891846662,4153.90509679704,1139.69538931572,1664.29281183556,2331.08925873951,2962.35942045025,2236.89776805234,3490.94897221877,438.628515901457,1276.72640162676,3418.65401223151,7085.10441944761,1912.36373241453,4133.07672090659,2186.39874578973,4671.04563725752,1659.86768517441,5303.65397935156,424.82617237328,1439.18925623294,883.995736861106,2767.26614520754,1991.36761777623,6351.28568232868,1037.58430182327,1849.15152685235,903.846156364853,2518.43743374042,1153.32932670295,4501.89019438075,1489.84207079122,3014.94592461505,1164.64505414812,3840.82639994247,1367.40826555211,5414.37649371725,22641.7897241539,6915.77461374838,166881.836253325,62458.9505411836,4941.26103944001,27950.0945223797 -755,4952.80717990791,4219.60080088591,1100.87235741904,1690.61428176223,2237.01951664437,3009.21034346262,2119.6223622814,3546.15975468105,413.762772092396,1296.91835063118,3179.48477055693,7197.1582368874,1778.57464991272,4198.44301573182,2042.71406046777,4744.92013001073,1592.98990198653,5387.53343116809,409.656817946135,1461.95062157522,850.441138359873,2811.03158846499,1915.94011389825,6451.73385700938,1001.3302994433,1878.39661278781,869.079437792321,2558.26754939253,1097.45214093526,4573.08942478171,1427.22724717219,3062.62852464849,1123.05883663826,3901.57063669017,1318.58194086762,5500.00706727831,21353.0406928803,6520.96441030481,159337.428535213,59898.8867442724,4683.2509898321,26924.1791334804 -756,4847.12620968863,4162.09269183446,1074.43538305088,1667.57323236743,2162.92850289532,2968.19840779462,2048.55988972277,3497.82984113965,396.284365063747,1279.24290561675,3021.04862687374,7099.0695834156,1689.94692274312,4141.22326197116,1945.83994558261,4680.25254718636,1541.00206789261,5314.10779810515,398.536645902225,1442.02598421243,827.230483501994,2772.72059205449,1863.65948131502,6363.80444573855,979.613140467041,1852.7963149522,844.206715734448,2523.40142433578,1056.14768614219,4510.76368882888,1378.20888638943,3020.88856309986,1092.57330110766,3848.39689816979,1282.78891266915,5425.04855315954,20351.2703034079,6232.25358481794,154158.462568721,58278.8838705624,4475.02284609022,26272.4556107019 -757,4760.56842618804,4055.00413951421,1055.96318520476,1624.66741153058,2129.45131302171,2891.82815512975,2026.1564105319,3407.83243798591,390.469629199503,1246.32862884026,2978.50598519148,6916.41409234492,1666.14895876572,4034.67166958844,1918.01026187988,4559.83200231126,1516.87658139927,5177.37847631727,391.755773361306,1404.92338066868,812.759077335644,2701.37988530516,1831.08907668163,6200.06695697951,961.020077890971,1805.12479732795,830.210530936713,2458.47557441775,1040.27657601317,4394.70400706275,1357.21244960363,2943.16261923084,1073.98379278365,3749.37958089877,1260.96299476887,5285.46478152353,20044.7269255379,6135.06908363355,151846.42806889,57339.5727736121,4409.38276865352,25837.4936219361 -758,4680.53285384051,3939.20814625327,1035.68361011864,1578.27289005436,2069.86806555799,2809.24818676422,2018.89035787593,3310.51728652205,386.359704879224,1210.73807047319,2999.05194180375,6718.90676261801,1677.64217865065,3919.45629683232,1920.06479125759,4429.61998337264,1472.51444653144,5029.53160304015,383.335056239551,1364.80393991774,794.113204486534,2624.2384185565,1789.17641319065,6023.015864831,945.063913763765,1753.57707710995,808.819199699061,2388.27056074752,1018.45418870117,4269.20743589363,1317.06282625121,2859.11672751367,1050.89871190587,3642.31110014145,1233.85883089442,5134.53136119525,19606.9861965823,6050.58464687188,149431.46670986,56642.1590185602,4283.34351169342,25452.0779629514 -759,4732.82127741973,3896.45070410161,1047.85589075385,1561.14180449336,2097.66430858434,2778.75569630024,2057.69146118637,3274.5838587581,394.483704097296,1197.59632698387,3081.21433568883,6645.97757061826,1723.60306901042,3876.91324765702,1968.70081262571,4381.53945216916,1492.12696606486,4974.93943664967,387.920108404555,1349.98991553954,803.922249812614,2595.75408408935,1811.25149074462,5957.64009821556,955.796508166307,1734.54318307611,819.522964519135,2362.34749790028,1035.86735497236,4222.86807447976,1335.52105692118,2828.08294774304,1063.46846083907,3602.77627477031,1248.61695700842,5078.79949339308,20017.0892626128,6179.62962223813,151788.792269374,57447.5077373684,4362.55308284827,25767.8675981367 -760,4868.62744095774,3917.17961779836,1074.10176614637,1569.4469971395,2133.22447362131,2793.53853108687,2117.11180432841,3292.00447340351,403.205915644287,1203.96747672778,3167.85751033121,6681.33382325785,1772.07046707251,3897.53822310862,2019.92496855292,4404.84901260254,1515.40078570077,5001.40585392536,397.239259689987,1357.17179119403,820.48267457633,2609.56335988243,1848.78548636314,5989.33443154877,980.813975801399,1743.77086197563,835.21352081388,2374.91506287785,1054.89152046147,4245.33351149312,1355.48442348661,2843.12820092417,1089.01656535627,3621.94285588215,1278.6129537815,5105.8184407317,20291.8372568869,6300.66045715634,155327.262244051,59046.9659491818,4410.07340642795,26486.4030577122 -761,4947.99969164284,4157.99889116418,1086.98663642595,1665.93302083879,2137.68163956235,2965.27891187489,2144.17426049083,3494.38940403062,403.982143259229,1277.9846526531,3179.6776636332,7092.08699605612,1778.68255253229,4137.1499883031,2026.11866550769,4675.64908867801,1516.82792121014,5308.88088470447,401.501959499705,1440.60761913077,827.671373499739,2769.99336653149,1865.11508614045,6357.54505921488,996.803624710649,1850.97391949932,839.31517091778,2520.91942712736,1055.72360160356,4506.32693818922,1354.65044543058,3017.91724157001,1100.7025973702,3844.61164614209,1292.33350899309,5419.7125193305,20143.5276610819,6294.48738253385,156520.338650825,59873.0674812262,4372.34424090044,26893.7922979439 -762,4964.24998790638,4266.71196665949,1087.41419021257,1709.48971890561,2123.715705637,3042.80769402448,2138.12722022362,3585.75205924865,398.220810820651,1311.39823588444,3118.12552405249,7277.51335359075,1744.2508495973,4245.31795822959,1990.06865854473,4797.8964017899,1505.77755730964,5447.68437732707,401.308548086534,1478.27306564892,825.63292957411,2842.41630503134,1860.65514378695,6523.76643013828,999.17181059732,1899.36860952149,835.590386140647,2586.83019602662,1044.06280257352,4624.14723431267,1342.78190824444,3096.82228063065,1100.17236721863,3945.1310467185,1291.71096645164,5561.41376353451,19740.5355090134,6190.21988863976,155662.823156258,59839.0947187991,4293.13466974559,26947.2207518572 -763,4912.34779544198,4110.88772539059,1072.86446062187,1647.05758369541,2091.6282075916,2931.68156131303,2107.4051986865,3454.79709946301,390.237719526966,1263.50476739984,3046.24682475557,7011.73187935278,1704.04256376997,4090.27504580533,1946.05040096325,4622.67281689884,1481.33987438347,5248.72993854549,396.659025450474,1424.28517505706,814.367342799443,2738.60864996514,1835.40565930263,6285.51248608598,987.918533461414,1830.00192276565,822.986542399329,2492.35678049327,1025.095688646,4455.26912865827,1320.20657342871,2983.72348558785,1087.42587490158,3801.05123611376,1276.74532615716,5358.3058230743,19287.7105855037,6059.51508237658,153299.455307664,59086.527475281,4199.58368039971,26651.1959984014 -764,4744.09693233155,3842.58152267615,1035.01637630963,1539.5587183764,2010.84259277323,2740.33886362135,2065.7999892656,3229.31210623866,381.707723175529,1181.03932711092,3024.18584199349,6554.09565071504,1691.70185213765,3823.31417532975,1922.54183610514,4320.96382537547,1423.25593839321,4906.15994078401,382.057776040626,1331.3260449544,783.725827195385,2559.86728394467,1766.40072332623,5875.27457643942,952.705896548165,1710.56278950381,791.625841581666,2329.68758876286,993.360159565844,4164.48611004211,1269.42807098559,2788.98415631271,1047.3970960376,3552.96719889092,1229.74758819089,5008.5841122399,18743.0801945216,5915.6599922394,148745.307639491,57344.0269909173,4056.19659405548,25781.0522184705 -765,4350.10909513847,3684.93782074584,949.026563254378,1476.39760278999,1845.52883475371,2627.9151816629,1869.33312770245,3096.82806859063,344.634067817742,1132.58663702424,2693.93551004727,6285.21081506826,1506.96284223136,3666.46092532456,1720.16025355766,4143.694266013,1306.459191287,4704.88243742768,350.7561625516,1276.70777206563,719.576717249859,2454.84753284508,1621.81325494995,5634.2386924585,874.546139633726,1640.38615201927,726.287240545885,2234.11106718059,904.531444834541,3993.63612204571,1163.98059691599,2674.5647784982,961.584893994604,3407.20505987973,1128.99559174279,4803.10460940479,16978.1574103368,5344.71698120944,135558.864822681,52328.384545446,3694.81730148336,23606.0837198188 -766,3914.17231619754,3636.3970755867,859.114281943706,1456.94939408831,1672.9495545271,2593.2983258737,1657.24730588994,3056.03434305399,311.157786606619,1117.66736240068,2413.46002950783,6202.41733759681,1350.06742816018,3618.16357159172,1544.92758048607,4089.1104393195,1189.51086232671,4642.9062222218,315.566542856984,1259.89002652387,650.667667632561,2422.51045301011,1466.23433130281,5560.02030456696,786.42644122128,1618.77776402438,660.738718716542,2204.68169245447,820.607521275919,3941.0289729733,1060.42178270111,2639.3334194794,865.113868431993,3362.32281747515,1015.72908425988,4739.83453860327,15490.537198424,4841.75812095347,122048.319817708,46906.5786586215,3379.4415791113,21151.8464532983 -767,3232.43179312586,3435.80098771521,731.855954283256,1376.57908726924,1541.58892395213,2450.24312919389,1448.01700206749,2887.45304654674,293.186222632908,1056.01301174013,2288.24061240377,5860.27080425446,1280.02083350418,3418.57330610253,1463.19154116153,3863.54113543108,1103.83570194506,4386.78765068718,272.528463489031,1190.39018775056,573.738713768099,2288.87649896145,1291.91824685912,5253.31058656889,656.728716358062,1529.48045136931,594.102038988079,2083.06391713577,770.241823961806,3723.62834874716,995.750678747961,2493.73876973927,747.126584372013,3176.84560216368,877.200365248861,4478.36906994331,15502.8620584454,4652.38021359471,109112.058263467,39942.3805592146,3388.48790825673,17736.7816038549 -768,2851.0863091612,3219.99935989964,701.027138308507,1290.11656836558,1476.36385125855,2296.34409437942,1343.21304171961,2706.09298817497,297.125780209136,989.685151732301,2335.2125671261,5492.18895564915,1306.29651461441,3203.85374379332,1496.34295163721,3620.87327744409,1133.89450063393,4111.25483627669,253.919629150252,1115.62213768865,572.692980685047,2145.11285371227,1286.52173234203,4923.35172688645,622.992192947001,1433.4142437229,588.629913985262,1952.22729831848,777.192345085003,3489.74837085758,1013.96653528195,2337.10778680962,696.111161393136,2977.30888431625,817.303222506965,4197.08405410328,16264.6978812592,4712.75587938013,106729.386798294,38038.8252607175,3529.62159018678,16584.3381835542 -769,2927.10241180692,3046.175411684,708.288511560486,1220.47271738707,1478.60333792511,2172.3814619896,1364.03236613519,2560.01104378046,296.908340420253,936.259370750199,2327.82256604193,5195.70629776221,1302.1626157158,3030.9013779677,1492.70499008109,3425.40911154641,1137.12275663186,3889.318597201,258.45422504686,1055.39795034724,576.898637279499,2029.31407740071,1296.41788506094,4657.5763834875,630.866215166221,1356.03481117537,591.835290603854,1846.84098643466,777.813830698974,3301.36266878077,1015.74008783657,2210.94462418047,708.542586354646,2816.58599977956,831.898942623077,3970.51453040627,16140.603706347,4690.12034692838,107501.694363935,38611.0014122198,3497.65147332045,16893.6287966898 -770,3115.70031648305,2955.72197239022,746.674612376265,1184.23187766772,1625.49571662374,2107.87454819162,1487.55157628576,2483.99381816311,325.967301604266,908.457990753972,2601.55073650178,5041.42447197164,1455.28364634794,2940.90148736853,1658.77740140571,3323.69466859634,1219.74500023293,3773.82877928811,281.567625561857,1024.05885737632,613.236815186171,1969.05542092147,1379.22540719803,4519.27384153801,663.048541880506,1315.76857699777,630.551450696099,1792.00070428578,844.323374594505,3203.33167338835,1093.13127057214,2145.29261196274,771.90710894033,2732.95001159268,906.295147387629,3852.61367227984,17885.5225138301,5213.91863842055,116433.547388369,41295.6204967226,3892.48224770552,18006.4875692273 -771,3525.07831526019,2934.14831067645,809.89479227236,1175.58823047826,1881.00066251994,2092.4892809498,1733.13081429785,2465.86327583445,373.866347315305,901.827202893418,3105.02522362335,5004.62737565142,1736.92266156341,2919.43599960795,1954.31559949684,3299.43519321606,1326.91709622188,3746.28379832895,327.888178562286,1016.58430477279,666.009792447919,1954.6833873055,1501.62644605946,4486.2878956473,718.663764391395,1306.16485024711,685.266588888376,1778.92098388372,943.001044547128,3179.95072128114,1193.75851932293,2129.63423220989,898.893171630352,2713.00235089201,1055.38932085601,3824.49364446396,20481.7535889134,6103.54700003423,131981.338321997,46431.2625499332,4496.57897969126,20217.4823223829 -772,4292.0469300731,2944.48027479219,1010.83169744054,1179.72780834758,2276.32546263655,2099.85752613519,2085.5696870195,2474.54627620889,457.003543009355,905.002790938846,3710.75331680529,5022.25008077159,2075.76140715195,2929.71615752512,2352.74337892954,3311.05343551639,1670.63293836297,3759.4755206529,393.984270492148,1020.16398495437,830.317148803717,1961.56637905537,1869.59912370151,4502.08538120114,887.049620838855,1310.76422523879,861.390497661273,1785.18506661714,1170.45162746521,3191.14822504144,1501.96080939312,2137.13327524966,1080.0931342753,2722.55559768371,1268.13596478494,3837.96076572422,25209.8284494937,7377.99056831778,161425.325487071,56663.8280732805,5506.03465963204,24633.6958751921 -773,5142.80803700608,2911.66490917724,1157.14318677645,1166.58008931259,2305.97510742993,2076.45523234183,2281.01158790174,2446.96818662884,451.56389627566,894.916801325857,3588.4751517999,4966.27858250035,2007.36012197192,2897.06533364959,2288.86784421584,3274.15271996829,1712.94378528921,3717.57727301075,438.541852857596,1008.79455774507,915.108977982531,1939.70529937426,2061.24840827126,4451.9109653361,1058.64065311374,1296.15614392323,917.158932517135,1765.28970472496,1172.884692569,3155.58381775615,1515.68957196741,2113.31555420885,1202.24607894161,2692.213517246,1411.55558057546,3795.18782313695,23116.5356704922,7050.25338954429,171749.64116793,64870.8064869662,5005.02621515105,28922.5424495494 -774,5113.63976408916,2865.52846235122,1150.84684642801,1148.09518052751,2296.00085574345,2043.55300306689,2266.6452196123,2408.19503753756,449.54727580217,880.736501495353,3548.96499893723,4887.58599427614,1985.25850445626,2851.16022269532,2268.99241403708,3222.27251480148,1718.29590852115,3658.67083579082,436.230827681877,992.809821203063,917.182616225681,1908.96992521748,2065.36419220488,4381.36872921578,1058.35421461952,1275.61805287304,915.969728718086,1737.3180125368,1172.56701051242,3105.58238230453,1520.89343869717,2079.82925900157,1195.91048990321,2649.55436186337,1404.11697360469,3735.05161699418,23090.6958384823,7005.96922625441,171079.957687554,64592.3281671534,4991.83849971515,28814.8771384415 -775,4989.7660360676,2998.54439370401,1104.92552035369,1201.3889976108,2243.73617983344,2138.41337857636,2219.35431246128,2519.98185452642,439.693445825204,921.619705959034,3489.00789489098,5114.46449561968,1951.71904978538,2983.50918988955,2227.22588106894,3371.84826854469,1668.44192841894,3828.50391025859,427.07418143383,1038.89539486202,885.921675440888,1997.5830434829,1995.9282537049,4584.74896074153,1016.000993327,1334.83139714187,885.326218628581,1817.96316282225,1143.12851900446,3249.74145746378,1479.39492301127,2176.37355426007,1170.8078868649,2772.54491866417,1374.64403954706,3908.43023668431,22676.2211099593,6870.89080975238,166624.871093168,62660.0287466878,4905.44240277309,27936.6856710364 -776,4873.67359993135,3220.45422664079,1090.09874448716,1290.29881409098,2162.90375822112,2296.66848281495,2146.98904141653,2706.47525896487,422.677445436772,989.82495761715,3347.03678440078,5492.96479868909,1872.30171132976,3204.30632975644,2137.41255005704,3621.38477283391,1610.7736043846,4111.83560443232,413.174680550834,1115.77973380884,864.836042634193,2145.41587877038,1947.79636188676,4924.04721427796,1004.37108425132,1433.61673210655,861.931813581089,1952.50307578608,1100.34539036662,3490.24134315088,1424.29551068893,2337.43793364627,1132.70292532716,2977.72946787489,1329.9050530381,4197.67694675095,21546.7568558889,6579.35623267117,161568.84100991,61284.6399425082,4659.61081403498,27365.0741552768 -777,4730.12604519368,3451.07150051825,1062.67928792376,1382.69733121053,2082.15358861927,2461.1333027542,2073.24197171704,2900.28641171344,406.931905390517,1060.70649086585,3209.48082441861,5886.31694041474,1795.3541676163,3433.76724999673,2052.14704370145,3880.71275118666,1559.56351199982,4406.28485009529,398.909618059502,1195.68090996284,840.339180465415,2299.0494740572,1892.19395327527,5276.65907120388,979.684438034144,1536.278269665,837.290611423466,2092.32215250211,1062.05234432101,3740.17811824098,1377.22883328765,2504.82226088061,1093.59579031985,3190.96518057191,1283.98941594283,4498.27330550987,20660.8156319995,6313.45954997093,156209.57631931,59469.6265947539,4463.36358521804,26574.6159384778 -778,4626.58908298377,3623.40089018623,1049.35386524398,1451.74237624865,2051.29759762197,2584.03008999592,2031.26445822567,3045.11232653956,402.550787685057,1113.67291076191,3155.37917081229,6180.25040588528,1765.09019827334,3605.23255124156,2021.83488119761,4074.49629342515,1553.16085903521,4626.31285554407,390.635100382514,1255.38728272869,831.172016691673,2413.85259900586,1870.89341416466,5540.1492472521,962.688007580397,1612.99238484105,831.637372160579,2196.80234060465,1054.7135011671,3926.94405811478,1372.63778656402,2629.90065794642,1070.91150974897,3350.306151032,1257.35583119508,4722.89475805928,20578.2669272062,6236.4964158053,153955.580125496,58371.5489384616,4440.49262947303,26048.461442468 -779,4443.93710613383,3776.23600805663,1009.30585876273,1512.97689705267,1956.03322411331,2693.02452791607,1942.32832426777,3173.55522189122,383.300107899241,1160.64765513711,3004.67201001837,6440.93348453947,1680.78599331832,3757.3013282327,1924.96267428126,4246.35862390997,1479.92875396526,4821.45081902404,373.358090569671,1308.3395419856,795.298819102791,2515.6689471472,1790.07599464809,5773.83284696549,925.706672071211,1681.02843404801,794.79950065778,2289.46350475396,1004.23575782842,4092.58263253198,1306.42164329575,2740.82991728765,1023.54723386977,3491.62212765544,1201.74549558386,4922.10654800847,19488.4596218589,5928.87452034486,147137.807887451,55990.013558917,4204.92836023183,25002.5769821062 -780,4377.08336470133,3728.73495470403,996.677308844889,1493.94524856597,1916.25593596663,2659.14912883945,1906.45783043671,3133.63525513309,375.803033467906,1146.04793571475,2934.42545488169,6359.91335644448,1641.49071398037,3710.03845311753,1882.35103088428,4192.94392548585,1458.13489191339,4760.80206928944,366.636422538657,1291.88201489921,784.678334267526,2484.02449361702,1765.87965900769,5701.20413903315,914.660368794509,1659.88287504094,784.496616248347,2260.66447634151,986.998249832432,4041.10227336929,1286.40686407796,2706.35317699553,1005.12003249417,3447.70121576883,1180.11014206371,4860.1916557069,19073.9082491809,5797.43924626942,144623.701720603,55145.061705331,4111.35432638402,24637.6890505806 -781,4389.18296456701,3579.53877076276,976.94224628883,1434.16869356518,1925.4328338093,2552.74979840351,1928.22184042158,3008.25052610056,376.448859902236,1100.19163841834,2991.52080920662,6105.43702210981,1673.42933207676,3561.59036383133,1907.77921195465,4025.17355811956,1429.29019468938,4570.31025105452,370.346143248159,1240.19052460378,768.437448423815,2384.63234594057,1731.22778896576,5473.0844384519,895.259069538044,1593.46673290321,768.678376806126,2170.20953193302,977.788891329606,3879.40747729845,1262.92855504391,2598.0650923475,1015.29009299787,3309.74990761446,1192.05079706791,4665.72300693907,19077.5055980538,5853.3764923018,144278.040638302,54883.5714044951,4126.87835857112,24518.6446019418 -782,4434.44968486709,3483.88685983005,986.943857637664,1395.84504772012,1957.00390988174,2484.53559205246,1953.1543015254,2927.86449599631,383.349998895048,1070.79247854153,3047.13816331471,5942.28842793501,1704.54117039342,3466.41806760071,1943.35002406366,3917.6134596469,1454.47312471625,4448.18308968965,375.303554137055,1207.05033498831,778.534572833137,2320.91054953925,1753.99110329834,5326.83347743145,902.657482401988,1550.88634817464,779.981978183646,2112.21751057281,995.551305238582,3775.74251869509,1286.1637419124,2528.63997734654,1028.88064943859,3221.30725518155,1208.0074519683,4541.04623988136,19525.4072330352,5968.10030974132,146375.035100705,55478.6153223684,4224.12585419789,24758.5394248264 -783,4443.60217433606,3435.54105846043,995.0928334863,1376.4749446901,1950.71071070989,2450.05776052065,1948.60197342337,2887.23460155494,382.611687617657,1055.93312100252,3017.8420609726,5859.82745615938,1688.15319915687,3418.31468017657,1929.57322033137,3863.24884627588,1465.72781617406,4386.45577627158,374.270420211608,1190.30013095289,784.813867670738,2288.70333818619,1767.45610284669,5252.91315694162,910.24506612699,1529.36474131644,786.545565085715,2082.90632673587,998.542229796408,3723.34664443855,1295.22771659052,2493.55011048271,1026.04835144286,3176.60526370611,1204.68205452118,4478.03026710253,19478.0993029627,5931.77881234165,146507.99813425,55632.8538395983,4206.09651860743,24838.8216383284 -784,4661.59111179176,3465.30232151477,1034.56295859842,1388.39901493683,2055.11309590377,2471.28201960194,2053.83831789342,2912.24601810164,402.295948024518,1065.08041479037,3203.66307426362,5910.58972719856,1792.09977148237,3447.92671527326,2041.82132274497,3896.71523867286,1522.7327587222,4424.45458403211,394.680181629474,1200.61141371974,815.028087603645,2308.52982284816,1836.50845338585,5298.41787587966,945.302506594001,1542.61325897286,817.42452999586,2100.95004155478,1043.51131079482,3755.60109782508,1346.73118705078,2515.15113329526,1082.0009486166,3204.12342846217,1270.37592715814,4516.8223625765,20470.1347428697,6266.78980764766,153625.672362017,58242.2552862196,4430.05632332394,25997.5099060267 -785,4773.94739127844,3768.56825892248,1043.48623751587,1509.90475662828,2079.25646583309,2687.55626892798,2099.26551625624,3167.1112323596,404.979148654892,1158.29092874772,3256.28672765311,6427.85499525971,1821.53696104562,3749.67202647697,2068.59295784125,4237.73627811581,1516.24345810877,4811.66073300609,403.776425735765,1305.68292323379,818.768763880306,2510.56081345266,1846.16076969785,5762.10892353522,957.975537608122,1677.61506044208,817.74082264703,2284.81468731543,1043.92275214413,4084.2725330387,1339.49711183833,2735.26458816618,1106.93796144359,3484.53229468711,1299.65444196088,4912.11207781615,20404.2511890097,6321.88527229888,155442.559153953,59269.0478379622,4423.29347895382,26508.765400302 -786,4803.60940103729,4026.28257456955,1045.07071287446,1613.15990402423,2062.86614246243,2871.34535725613,2099.39394030063,3383.6947855149,401.250057646173,1237.50089219091,3218.1791744374,6867.42518143317,1800.21994492171,4006.09411938097,2045.90774440936,4527.53474527152,1508.09496513456,5140.7071420758,403.930579847955,1394.97231854103,817.877379892255,2682.24603114705,1844.25058998055,6156.15192763814,961.142454260336,1792.33911146528,815.438592405984,2441.06220973399,1036.012121011,4363.57635041712,1330.75635916702,2922.31621971988,1107.36056917356,3722.82275248876,1300.15062515506,5248.0278727653,20090.5619140415,6241.93487799783,154924.101443203,59373.8140754366,4350.25408409983,26602.2904370495 -787,4793.0426838186,3963.18610630015,1033.56205647391,1587.87983716041,2055.53441521988,2826.34808052029,2097.30598063775,3330.66840529607,398.969615685254,1218.10783312679,3216.72002436303,6759.80474818548,1799.40370973898,3943.31402737146,2041.43048454591,4456.5830802796,1489.49146444473,5060.14636198526,403.930579847955,1373.11150152103,809.098043141245,2640.21215785064,1825.18204166759,6059.67796249292,952.209216886866,1764.25110080531,805.850367543135,2402.80796368755,1026.59786503408,4295.19410162162,1314.75122278152,2876.52017107805,1107.36056917356,3664.48184786407,1300.15062515506,5165.78525366988,19935.3564023607,6219.97851367358,154076.539262317,59087.3650903658,4321.20436317249,26489.8866871377 -788,4676.36569812259,3792.35127517984,1008.96026831424,1519.43359806268,2003.16140608807,2704.51713842667,2044.28480746149,3187.09852003835,389.465920699145,1165.60077431677,3130.40396826586,6468.42047513135,1751.11929879401,3773.33579070742,1988.65355956446,4264.48016170031,1459.09366797892,4842.0265901634,393.771000745339,1313.92294333074,790.163201872759,2526.40468426489,1782.34971664988,5798.47295379543,927.430667441793,1688.20230300074,788.090828263977,2299.23389936628,1004.17423578218,4110.04792395083,1288.42704845697,2752.52653957559,1079.50846324518,3506.52279148059,1267.44950327775,4943.11187226808,19495.3587516848,6062.46204413424,150332.187791239,57604.6988242492,4222.20462998232,25822.9974451684 -789,4227.12715910761,3707.94106184515,918.588791996348,1485.61402153775,1791.8371270368,2644.31995413206,1831.40679117275,3116.16003188832,348.52218945827,1139.65681425509,2771.95084278051,6324.4462721566,1550.60390457856,3689.34882432021,1767.02581623929,4169.5612963076,1323.89934857553,4734.25268743374,353.46804487233,1284.67762613722,719.11427717168,2470.17192972966,1621.26428273116,5669.41045311185,846.269483231069,1650.62627003116,715.904538450784,2248.0575156747,904.758817037835,4018.56641369437,1167.27642650204,2691.2607612877,969.019417895579,3428.47455295665,1137.72445672739,4833.08801176598,17392.9316918476,5391.10552595699,135334.887054213,52088.7386716684,3756.67077749446,23380.5906817907 -790,3778.74993799394,3720.61234513188,827.830164144047,1490.69086494158,1650.76044100278,2653.35648591093,1665.25334708064,3126.80900010875,321.545070258506,1143.55140537782,2598.02923179403,6346.05903487573,1453.31374887879,3701.95657167023,1647.56098734728,4183.81009138974,1196.45107991101,4750.43122316364,319.789856302099,1289.06780221105,646.689184704137,2478.61333906343,1458.30241512739,5688.78473784882,758.196224322212,1656.26701585727,647.156749840085,2255.73988525686,826.212221340522,4032.2992084139,1057.08569763842,2700.45770561231,876.691924201234,3440.19080506995,1029.32286470097,4849.60430108269,16170.7868936227,5029.34180962715,123252.091717943,46976.4393659271,3510.67020210418,20994.6955482635 -791,3065.94058998277,3505.26558405746,705.780564384275,1404.41059176332,1475.06983900673,2499.781839532,1406.65839724559,2945.83121252688,293.903394380584,1077.36335125484,2333.54606548458,5978.75302931037,1305.36428886478,3487.68959532413,1489.76057001803,3941.65372879257,1110.00459042485,4475.47917690878,267.644221123585,1214.45734826933,570.774679305734,2335.15271887236,1284.66015292609,5359.5213655579,633.741328918947,1560.40329659451,581.976504665801,2125.17904390717,763.806669452853,3798.91220281762,990.058232206762,2544.1568695193,733.736616700297,3241.07467078116,861.479221365094,4568.91217789034,15666.9234768907,4635.7532065744,107946.283943004,39380.8860002319,3397.31459510251,17347.1758868481 -792,2801.72318556141,3323.25403450125,690.149132211583,1331.48631772754,1471.28101899058,2369.9802153027,1352.64332665487,2792.86839391431,301.775546027256,1021.42106434544,2465.81626721552,5668.30519670447,1379.35502784112,3306.5906821624,1569.93676291945,3736.98264587818,1143.89377963908,4243.08911103171,250.38536749756,1151.39643076459,545.790614180256,2213.89949151479,1227.4967660738,5081.22724911162,615.780324529742,1479.37907314123,574.17072614417,2014.8287376065,769.648271511979,3601.65299946148,1016.29712437473,2412.05106383046,686.422115327827,3072.78128218906,805.927325938452,4331.67058653524,16537.0134125377,4783.95131451649,107266.72885703,38004.4844416993,3544.22188912927,16402.0201548247 -793,2936.90674848185,3233.19048908963,706.849493755073,1295.4016918769,1517.61466486321,2305.75135451458,1410.75671361616,2717.17883578466,310.158307729935,993.739520455629,2522.0176036808,5514.68839305651,1410.79354053789,3216.97873045217,1605.71799293928,3635.70663666092,1170.16761729867,4128.09710474223,261.518874080182,1120.19242299018,568.505321905481,2153.90057619844,1278.70245057849,4943.52085160302,630.96735643513,1439.28640404293,591.886372967482,1960.22484105748,793.603478495053,3504.04456053197,1039.48495746166,2346.68204049757,716.944206997318,2989.50580168854,841.76327465274,4214.27793266997,16926.2995103193,4915.53063113674,110618.505940869,39365.6035090538,3633.97279388802,17055.7203978474 -794,3075.90187971674,3195.24163099788,735.66152002322,1280.19720109829,1618.78416354018,2278.68810808892,1496.36637026231,2685.28655031708,329.738934479139,982.0757226778,2658.91009525912,5449.96095804934,1487.36994610499,3179.22015429092,1692.99126413706,3593.0333343351,1231.97683676849,4079.64447822811,277.341985171674,1107.04441224384,604.675426987835,2128.61964468953,1359.92057689807,4885.49736925511,655.822666371763,1422.39309828667,628.323923016625,1937.2171356432,848.381877748124,3462.91661269731,1095.67678851796,2319.13837920022,760.322673938264,2954.41713870515,892.693877097461,4164.8137777537,18052.6626787121,5233.22040829234,116887.649661568,41279.5521811995,3902.98291195769,17891.1912812769 -795,3340.41137207409,3222.4036519296,785.762604653691,1291.07986575677,1751.80219293752,2298.05871639858,1628.5102199452,2708.11355932316,354.425950751394,990.424124588044,2827.51410465494,5496.28983414544,1581.68548419531,3206.24598030034,1800.33495419657,3623.57689188292,1310.79834974724,4114.32460621487,302.268376944389,1116.45514450458,658.393168481049,2146.7145551914,1480.78064957759,4927.02786902021,701.383762087928,1434.48453786169,680.147885397578,1953.68497703496,918.281425373016,3492.35407764719,1165.24028777875,2338.85284604626,828.657444213065,2979.53196551013,972.925643304304,4200.21791054624,19273.583193023,5613.31765885448,125920.879299995,44522.3401366064,4199.75210476915,19373.3206769517 -796,4093.06039309114,3320.0699736164,963.742137799212,1330.21060017511,2130.94072476704,2367.70950074912,1985.81229826232,2790.19250368224,433.660535165,1020.44242508881,3474.43477139243,5662.87430617584,1943.56697802061,3303.42258669212,2212.00603564716,3733.40218523733,1609.76584186967,4239.02374199007,368.015655472904,1150.29326010713,802.537990325526,2211.77832030707,1804.90211485233,5076.35884700845,852.432543311587,1477.96165726156,830.92663753601,2012.89829915477,1120.46757213982,3598.2022002396,1431.71815147479,2409.7400405488,1008.90114797116,3069.83720310671,1184.54954489964,4327.52034621733,23663.7178057775,6875.55801586451,153811.847313017,54378.3594529157,5133.91986969752,23621.3514172759 -797,5434.42844445442,3567.58228347196,1227.57941816257,1429.3782384659,2589.32477920366,2544.2230237334,2519.66662851403,2998.20227366183,518.647242870782,1096.51674391807,4153.60611083328,6085.0434505257,2323.48920267249,3549.69382837039,2644.46115990702,4011.72854758245,1940.42942581408,4555.04435789586,472.210716733794,1236.0480014478,1006.54103283008,2376.66712244017,2265.49146170996,5454.80307073371,1114.88821110941,1588.14418551361,1017.71748497456,2162.96053021837,1340.41422975993,3866.44935918083,1713.55394066742,2589.38695411611,1294.54800933621,3298.69457751736,1519.9271587644,4650.13841311081,27250.5396929507,8133.34538992823,190843.406808988,70151.5013968711,5887.85803648866,30917.6560623851 -798,5488.50418179101,4124.53372132173,1249.46269043978,1652.52495293214,2660.99703159011,2941.41320988372,2564.60707287607,3466.26521786259,535.693046864692,1267.69894200802,4321.53701119496,7035.00715980008,2417.4282097362,4103.8526184273,2751.70047506067,4638.01767150548,2013.7862158706,5266.15297516666,480.472171069532,1429.01305647877,1025.48716294335,2747.69939750941,2308.0295312348,6306.37709819407,1136.39434315838,1836.07657146933,1037.32947217319,2500.63010069987,1377.88554297904,4470.05829062595,1782.24578915124,2993.62788611246,1317.19647724588,3813.66873704468,1546.51869591255,5376.09259428865,28523.0465944081,8445.71924057292,195614.946817743,71421.2026983153,6131.04984946913,31369.1847744801 -799,5353.66080467375,4612.2155003156,1205.56599165036,1847.91826605057,2595.57590435014,3289.20370545821,2501.95065616321,3876.11382188131,523.811132369727,1417.59071573051,4227.70346804584,7866.82113896342,2364.93858541029,4589.08907929977,2692.08817469046,5186.41340830164,1966.8426213889,5888.81895995589,468.708772763157,1597.97849031349,1000.72724451396,3072.5853169506,2252.2759037411,7052.03840442967,1095.55853619531,2053.17289053063,1008.14397212311,2796.30273147768,1346.90018401918,4998.59463598531,1743.17150770467,3347.59220590887,1284.94756098689,4264.59407305558,1508.6552846607,6011.75775732637,28050.1702566963,8280.92728779873,190515.172088367,69377.6168484212,6019.04316567563,30460.367901575 -800,5225.09962237275,4775.44756146387,1195.6801121911,1913.318399106,2516.88365861883,3405.61272848451,2426.7876138337,4013.29432620677,508.049377408232,1467.76101986689,4118.08197763529,8145.23775438607,2303.61732803697,4751.5026675538,2622.06483373793,5369.96704983165,1919.80140711628,6097.23161033982,454.565619274232,1654.53294285948,969.401155185982,3181.32794493609,2181.86102046942,7301.61884228498,1087.7017700796,2125.83724083953,983.162239789657,2895.26737404965,1302.68546102609,5175.50113682438,1698.46525973648,3466.06767081657,1246.17463494772,4415.52337817108,1463.13204188663,6224.52136513813,27037.3915077565,8004.76988136508,185836.868265067,68009.9916947343,5788.79871376185,29841.7775202014 -801,5063.74794492058,4798.71073181797,1150.07630685409,1922.6389604329,2409.83547060833,3422.20286962691,2341.67346490604,4032.84473449626,484.142176494868,1474.91108783534,3903.23430569905,8184.91655956948,2183.4335088103,4774.64919247541,2485.22884685264,5396.12636928146,1823.12234377611,6126.93373476148,438.671863308829,1662.59285372874,934.630149687835,3196.82550259593,2103.66984694512,7337.18803256559,1048.86710284794,2136.19306890428,945.565370751542,2909.37141294365,1245.79826401467,5200.71313278165,1610.23627052938,3482.95231286263,1202.60249772855,4437.03320970557,1411.97405141644,6254.84357034009,25516.8623631499,7601.31217744211,178176.284404716,65554.9703192453,5484.10026317759,28849.1944332864 -802,4864.0932749869,4852.44994861604,1104.60962780514,1944.16997526029,2291.13093107762,3460.52701796918,2237.1635442219,4078.0072645198,460.356766860303,1491.42814233948,3718.79714127691,8276.57680542517,2080.2610488631,4828.1189518397,2367.69673985131,5456.55585149755,1738.6155943449,6195.54729341934,419.487358976841,1681.21169591504,891.677695491194,3232.62572235298,2007.15607183443,7419.3548395281,1006.9851763812,2160.11560745014,901.567099390402,2941.95252688111,1183.05886012623,5258.95424506499,1534.33822635989,3521.95677466467,1150.00889700542,4486.72211635618,1350.2239722075,6324.88955007289,24181.7699197124,7220.27404966744,170080.233290445,62838.8013110225,5186.36068553982,27675.4211402675 -803,4660.70646191831,4905.60434034872,1073.54896189026,1965.4666755981,2191.18124886381,3498.43409803439,2134.87184590164,4122.67830655473,442.224934544372,1507.76544752728,3602.80622264392,8367.23954494434,2015.37679169946,4881.00681854944,2293.75937275819,5516.32770083408,1684.89803971317,6263.41415476156,400.092398058481,1699.62791576615,850.016857652697,3268.03634086334,1913.4123178049,7500.62745392292,976.913031223016,2183.77780539183,863.358769588022,2974.1790719725,1130.07658151095,5316.56153973191,1486.53609771856,3560.53676457667,1096.83833742626,4535.87027604745,1287.79648634506,6394.17324395342,23287.2528645143,6938.91123052605,163503.279274387,60492.0245907472,4962.5899141594,26580.5327130544 -804,4605.9889322326,4873.37379979915,1053.16710672855,1952.55327105268,2152.4349380239,3475.44887251809,2106.82509847749,4095.5917049633,433.070253261442,1497.85920723064,3511.7538620148,8312.26555300962,1964.44293539377,4848.93788732846,2235.76998285651,5480.08461816554,1643.69173614884,6222.26260443506,394.981141359187,1688.46111089204,838.713548344013,3246.56486242891,1888.00335622481,7451.34723062557,959.830269274552,2169.43006468045,850.318141473154,2954.63827892639,1110.13286417865,5281.63095006304,1449.13123447765,3537.1435154259,1082.8260184534,4506.06894256907,1271.34464059618,6352.16258721841,22678.6811888958,6782.0292411001,160577.306063507,59547.0445468013,4849.37024933302,26216.8278137382 -805,4568.79087269019,4841.33820934225,1025.67366252518,1939.71797470433,2112.00792677229,3452.60267575426,2084.58533426342,4068.66893976431,423.204449387174,1488.01288595585,3406.75205016717,8257.62407752169,1905.70588388262,4817.06292868773,2168.82454579626,5444.06075590734,1595.12876783379,6181.35996394415,390.710232970018,1677.3618497081,829.671022073424,3225.22325667545,1867.64590101645,7402.3650843674,934.399194741921,2155.16910791168,834.696411966554,2935.21568059094,1090.080674066,5246.91164204121,1405.89904349774,3513.89176300499,1071.11748292608,4476.44786584792,1257.59766403835,6310.40603672188,22027.3545350471,6616.66432772561,157343.780427128,58511.619113133,4730.40469259302,25840.9190846313 -806,4589.91458083158,4776.09737199453,1017.26634580008,1913.57875050306,2110.63337195801,3406.07614117741,2092.03222221349,4013.84042809192,421.1225412662,1467.96074283629,3364.50016492041,8146.34610312184,1882.07056639131,4752.14921982562,2141.99936293499,5370.69775854394,1576.49662873819,6098.06128028326,392.530741302726,1654.758080486,832.792882683615,3181.76083847612,1874.73226101015,7302.61239707822,927.5604754207,2126.12651035988,834.841737842493,2895.66134240643,1090.05913709705,5176.20538393354,1388.53853814982,3466.5393098082,1076.10833839499,4416.12421265885,1263.45742104849,6225.36835580849,21804.9068641477,6573.88249544833,156836.705891831,58397.0871462435,4706.93593252539,25857.6795846897 -807,4619.69188371143,4743.41197100697,1020.7878587489,1900.48310275765,2117.29314854936,3382.76653172068,2104.89022364037,3986.37156100778,421.77892923065,1457.9146985921,3363.87226365114,8090.59627889814,1881.71932417417,4719.62770891308,2141.58857300725,5333.94318757345,1576.95876023319,6056.32896984891,394.701517934266,1643.43368167554,837.744987545853,3159.98633918264,1885.85270056461,7252.63669602681,931.569636031899,2111.57628407076,838.400704410564,2875.8447757142,1092.9884216049,5140.78182880255,1388.36946575992,3442.81591839566,1082.05944129776,4385.90230144992,1270.44460334014,6182.7648146416,21777.5961708206,6578.46044570731,157367.251499988,58686.4929389197,4706.69333631881,26009.2259077596 -808,4774.64336191057,4697.73038461894,1056.50578462664,1882.18043717256,2174.6391840947,3350.18868638616,2165.21860119673,3947.98067740921,433.593553466095,1443.87420270914,3469.09844517682,8012.67952296291,1940.58188602752,4674.17517765037,2208.48501032141,5282.5744707086,1626.82743917157,5998.00329273684,406.605466970782,1627.60653906989,860.782750831061,3129.5539858849,1937.88944500411,7182.78993766055,963.783284467391,2091.24067859831,861.915610774535,2848.14885717216,1121.30009122008,5091.27335881304,1431.89220699882,3409.65976545015,1114.69367212389,4343.66372379785,1308.76041193147,6123.22149293071,22364.4966997086,6760.68025368565,162119.36280793,60611.6043022899,4819.67040493862,26863.2526928659 -809,4860.49893768884,4888.44937511583,1070.63754518461,1958.59341184771,2181.02697371646,3486.20002631612,2187.80506598463,4108.26124433192,434.143460437814,1502.49277120911,3476.72367593778,8337.97919422504,1944.84737025213,4863.93787118551,2213.38819908026,5497.03702768651,1633.04117628234,6241.51091010313,411.367933406606,1693.6842937818,868.103727839251,3256.60797324181,1954.5902819507,7474.3976574963,980.451836926545,2176.14110464535,866.569002839186,2963.77832722503,1122.04640256396,5297.96945157217,1435.32623245176,3548.08551898715,1127.74979564152,4520.00827587625,1324.08958982175,6371.81273297808,22246.7905101288,6756.3152689511,163340.42958401,61452.9718831952,4786.1654382832,27285.3341690257 -810,4887.14009351058,4983.25653172838,1069.2961087385,1996.57860062405,2160.10747121392,3553.81179571688,2185.73422388623,4187.93734145575,429.307565419502,1531.63229103197,3439.76457828809,8499.68693396825,1924.1727896496,4958.26964883561,2189.82908639851,5603.64720412441,1617.7277344976,6362.55949973675,411.158954855596,1726.53180426441,865.736067456885,3319.76700762119,1949.41267349521,7619.35699632181,981.329520175133,2218.34543871688,860.056815664861,3021.25818933927,1109.17761004117,5400.7188882505,1420.31143486909,3616.89750284151,1127.17688876411,4607.66984289224,1323.41694059118,6495.38841134275,21865.9824039643,6670.7266724732,162463.220836441,61491.4608444202,4696.41453352445,27353.4995637017 -811,4803.45353768818,4862.13210220113,1035.6668418381,1948.04920173255,2082.9933866217,3467.43185046165,2131.22061512727,4086.14416300908,411.307547434218,1494.40400741551,3278.15789838396,8293.09116180957,1833.77149356674,4837.75255748506,2086.89400378873,5467.44338508559,1545.06622644055,6207.90934579985,401.847434641043,1684.56623847009,842.483943601341,3239.07582056282,1897.34571944759,7434.1587702887,955.210390209784,2164.42571292147,831.412377992299,2947.82264125775,1066.31414529998,5269.44750171614,1354.01288867135,3528.98417871282,1101.64970454216,4495.67452866011,1293.44550630995,6337.5096806628,20677.6210863095,6366.2472148665,157060.511703461,59934.3894433053,4453.95050916371,26771.0554115445 -812,4654.0195071694,4575.6962216094,996.244567960803,1833.28654683025,1996.21732739482,3263.15996425989,2055.58168787395,3845.42295738277,393.577833786427,1406.36630732298,3133.01227477541,7804.53206472436,1752.5783615579,4552.75291437359,1994.39054528573,5145.34766089014,1477.73623122579,5842.19160248867,387.913998720809,1585.32578103521,811.69587628548,3048.25674871031,1828.13462986306,6996.2007368444,918.931435744733,2036.91597603559,797.755367666217,2774.16175415544,1021.15403928656,4959.01602769209,1294.2179597722,3321.08614764816,1063.45171136971,4230.82724244844,1248.59729147791,5964.15697695541,19686.5373799796,6083.52831715616,150873.604186708,57800.6261854154,4240.21594437107,25860.1724569977 -813,4197.73924213091,4337.0213173219,911.629867610656,1737.6596804684,1789.09203003308,3092.94884131288,1840.85168332524,3644.84015820921,354.921596223076,1333.0082154531,2865.7306739895,7397.43643307825,1603.06348293728,4315.27476603171,1824.32185932845,4876.95891718615,1351.95633731362,5537.45447527992,348.073271987594,1502.63290530055,725.144250890438,2889.25528696418,1633.45525981759,6631.26883132225,842.090520260022,1930.66750540373,715.253678480024,2629.45748204399,912.387251345405,4700.34661030816,1183.81557181758,3147.85351155729,954.229849909784,4010.14120075288,1120.36004390849,5653.05796017459,17841.6154311353,5496.90719980349,136334.754853285,52399.0394304543,3797.6925049041,23388.2792201678 -814,3684.19366239042,4159.29851222548,821.107888376903,1666.45372363292,1602.47622691256,2966.2057372607,1626.9696649675,3495.48160780093,319.628101907521,1278.3840985919,2589.5680399041,7094.30369352766,1448.58063565779,4138.44309284674,1648.36082199406,4677.11050610259,1220.71034335226,5310.54022459135,306.409819868629,1441.05789438382,642.466868688034,2770.85915361153,1446.88455854727,6359.53216880136,754.127878899482,1851.55245854002,643.049399242688,2521.70736384093,819.814205652646,4507.73543240755,1069.64101363021,3018.86051955327,840.011055012999,3845.81331511763,986.255903194557,5421.40650067122,16169.6056431937,4949.34495356568,121971.253360332,46538.6945073715,3443.22179674986,20675.6710004415 -815,3028.96014354683,3877.47627190415,694.554993979681,1553.53955784135,1464.64251704802,2765.22407083986,1411.1113419971,3258.63771337572,296.941853426509,1191.7644271263,2402.25927743221,6613.6138477392,1343.80183007141,3858.03395644062,1529.39967766107,4360.20279746232,1118.88361388129,4950.71311936872,262.992070184781,1343.41590907445,564.739167820699,2583.11361623537,1270.76984863399,5928.62835222287,626.185922263673,1726.09652879503,575.201472349723,2350.84364328239,762.361403282297,4202.30409714683,990.668394480925,2814.31111480691,720.982918989631,3585.23194036458,846.505121227199,5054.06741182705,15847.385967792,4678.33640564473,108105.600908526,39388.3917877762,3397.73985385405,17247.4085288771 -816,2995.47248092877,3652.57732187203,644.203729309063,1463.4321294804,1445.95515575475,2604.83727630507,1454.63415419601,3069.63224980047,291.075658147277,1122.6404532961,2339.67947432089,6230.01515983697,1308.79526157295,3634.26268741215,1487.60084886969,4107.30504585471,1072.21941244826,4663.56495794116,250.562293610436,1265.49594097651,531.786183727383,2433.28947822208,1197.10912938224,5584.75976398498,575.044289342768,1625.98055908738,554.618308816709,2214.49148275601,750.468952007331,3958.56468705371,952.376007288917,2651.07720429404,686.907151645529,3377.28356300065,806.49680645748,4760.92455946518,16028.2904784734,4686.82332614957,103968.711655019,36749.545955311,3466.9581104688,16015.5449212874 -817,3086.18780220774,3517.54697976516,672.056013726071,1409.33122382383,1497.9601654284,2508.5403227961,1494.30736483573,2956.15251855678,300.89236866445,1081.13810820847,2418.07285873819,5999.70078063784,1352.64780256847,3499.90941005675,1537.51505651166,3955.46409722976,1109.66252926973,4491.15990906306,261.603319872577,1218.71244133048,553.738310748453,2343.3343912423,1246.64297214132,5378.29951549144,602.76797105,1565.87048014724,575.068136666805,2132.62503171096,775.886634890873,3812.22244790541,984.452652985478,2553.07082953396,717.175711977124,3252.43042103618,842.035084352851,4584.92027116168,16487.3657068555,4832.38813512446,107902.793614693,38332.1529174771,3565.25320758435,16745.8358982819 -818,3208.53041424197,3459.25909555567,702.384582011252,1385.9777517424,1587.72990481627,2466.97229009858,1566.87610094636,2907.16728063432,319.369239172032,1063.22299485583,2567.4650635264,5900.28210438273,1436.21643318164,3441.91379106129,1632.61949906337,3889.9196611155,1176.1683158904,4416.73866884888,274.846192301157,1198.51763794233,582.815169289521,2304.50392090414,1312.0213750869,5289.17783461375,628.681483362288,1539.92305776484,606.546631100526,2097.28614309748,823.341655973623,3749.05161268912,1044.98037154662,2510.76489936542,753.480551178764,3198.53567879923,884.660549533892,4508.94536495217,17642.1441396331,5144.24897947383,113711.038865622,40095.0654535188,3816.66317393197,17479.1864089133 -819,3462.56075408532,3473.48991655219,761.721552408487,1391.67943546871,1730.43626089374,2477.12100694631,1672.34117048184,2919.12688702252,348.036986909534,1067.59691878035,2798.1344137288,5924.55489116655,1565.2507542707,3456.07325633782,1779.38684966778,3905.9221486017,1281.24911007454,4434.9084027857,299.547297654948,1203.44814169923,634.576706642669,2313.9842696951,1428.59477547587,5310.93663928953,683.536819154266,1546.2580470727,659.337131659941,2105.91403215015,897.20499840895,3764.47459227322,1138.79865645823,2521.09377178007,821.197707166525,3211.69392668949,964.16717559781,4527.49442201879,19253.4895912967,5600.76859884999,123496.038976537,43517.9068954132,4165.55289590765,18976.5827886027 -820,4201.12211963614,3551.46701634875,931.440438011487,1422.92153745589,2096.08649651631,2532.7304132228,2044.28252743953,2984.6589755147,421.920749936202,1091.5636247384,3391.57063532752,6057.55645993383,1897.21353951487,3533.65936589567,2156.566838431,3993.60700979211,1554.194599861,4534.4685867565,363.735427719481,1230.46460010266,771.268084692705,2365.93138532249,1736.26565977171,5430.16296390377,833.76896531214,1580.97031656088,802.799214982392,2153.19013560605,1087.78980732003,3848.98406776198,1380.50326276934,2577.69033182816,997.167063755479,3283.79391369222,1170.77257165955,4629.1330888512,23254.5875188403,6779.6524137277,150264.485124786,53065.3807901721,5030.23768067099,23146.1873190236 -821,5539.22226389725,3743.48562160381,1199.30043246061,1499.85521239976,2557.28629752317,2669.66857404348,2597.0776535089,3146.03174091054,505.757425034142,1150.58163723987,4058.37336556655,6385.07281791653,2270.21687750161,3724.71515770289,2580.51723437728,4209.53097710674,1877.46594794725,4779.6355359619,468.06320448289,1296.99262788379,970.907376992871,2493.85115556038,2187.39931472651,5723.75778368853,1099.40665327452,1666.44927884272,990.009295934863,2269.60753855101,1305.42601622355,4057.08864790825,1654.21975825807,2717.05935877353,1283.17775970434,3461.34012891808,1506.5773632429,4879.41830202349,26756.6031944773,8026.19522362567,187224.639407483,68782.1195236318,5774.21025457969,30448.8440146798 -822,5616.50270317635,4253.45585830738,1222.71573007238,1704.1785610122,2649.1611127422,3033.35409396856,2663.29322625353,3574.6116030396,524.66967544161,1307.32389544536,4211.72877112872,7254.9030845351,2356.00248631652,4232.12831822502,2678.3186130529,4782.9899738282,1944.52013818134,5430.75914428152,480.607410182074,1473.6802672399,999.327650228776,2833.58529445089,2251.23429178146,6503.49795283362,1122.27724590763,1893.46752309119,1018.53972260271,2578.79325759839,1353.90643175825,4609.78062197672,1716.21065725579,3087.200864416,1317.56723021214,3932.87404764586,1546.9539964951,5544.13518836553,28008.996543969,8354.60322009351,192845.086413751,70330.8537932028,6047.62966392265,31078.7160511117 -823,5420.59694920478,4716.31492923737,1192.51605701998,1889.62647248125,2588.55617824192,3363.44226333178,2614.29345943195,3963.59916060106,512.890311579992,1449.5862683976,4117.2974220614,8044.37823445033,2303.17845483711,4692.66653624937,2618.19796184678,5303.47269877049,1900.10636738219,6021.73180644216,468.945557361742,1634.04546252229,975.430194001415,3141.93471677506,2197.37096912105,7211.2055488498,1094.24537662934,2099.513770606,995.086733187238,2859.41633001167,1323.48342255515,5111.41478651423,1677.6905186157,3423.14861407632,1285.5966971032,4360.8475563453,1509.41743454297,6147.44537845136,27405.6363576942,8172.99312590935,188577.681665524,68649.9510857844,5917.74724991716,30329.1379279942 -824,5350.82082575877,4829.90156795471,1162.17577098636,1935.13579971254,2491.40056644467,3444.44662944045,2532.30694297951,4059.05756671483,493.2603343406,1484.49776905618,3958.71421439401,8238.11718062582,2214.46846142215,4805.68363253563,2517.17036050263,5431.20030950491,1829.79928256871,6166.75780352113,453.965984982504,1673.39943577981,943.018869157884,3217.60434632745,2124.45850569918,7384.87855662881,1063.76261529435,2150.077975016,962.926826947461,2928.28185203313,1273.03910807384,5234.51691887844,1613.39640820151,3505.59093413694,1244.53075997585,4465.87320100981,1461.20197038883,6295.49903214358,26195.4460026837,7841.48703857352,182121.820140168,66671.0261482492,5654.38133033648,29483.2449900366 -825,5177.32727338037,4825.61282979807,1119.08303706194,1933.41748503764,2379.38038211024,3441.38811375842,2431.01982310082,4055.45330380772,470.35812026215,1483.17960094529,3773.99987858752,8230.80209832147,2111.14095434202,4801.41639883042,2399.69410033457,5426.37764476194,1746.7031022075,6161.28199638042,436.279552729719,1671.91353137564,904.999456153016,3214.7472565216,2038.91078895437,7378.32111234089,1026.88095752602,2148.16880123234,921.99136064672,2925.681667757,1214.12223263134,5229.8689002541,1538.41008255513,3502.478125027,1196.04406779853,4461.90770388105,1404.2738072404,6289.90890850764,24834.8511483675,7462.05046407965,174483.399651137,64200.8458894125,5358.88453287421,28433.0702987731 -826,4975.69615273465,4865.51111317864,1070.18627916542,1949.40302748204,2258.25621560358,3469.84159376772,2338.12932611942,4088.98388963359,445.336776076453,1495.44256569401,3572.34541752111,8298.85456878499,1998.3372963985,4841.11462553558,2271.44881249066,5471.24306613678,1655.60794545386,6212.22362467708,416.788547227902,1685.73695281772,862.508765916249,3241.32686445151,1943.34848178171,7439.32524943105,984.515227029675,2165.92991274373,876.634778799069,2949.87127442016,1149.72208962623,5273.10958258507,1456.49793352961,3531.43669872435,1142.6102055879,4498.79886449968,1341.5371780958,6341.91402721919,23376.3896817527,7057.60311852503,166247.875642433,61466.083777987,5042.46541439989,27266.0950412054 -827,4804.26225706414,4917.56082763952,1029.4760871217,1970.25713069738,2160.85572692555,3506.9608727045,2248.8160920454,4132.72655899347,426.172785330516,1511.44034202756,3418.26513051621,8387.63311652845,1912.14619554596,4892.90335401038,2173.38932542333,5529.7727113712,1585.13676697658,6278.68004792022,399.509354765356,1703.77043892213,826.914907741945,3276.00156436374,1863.13741547094,7518.90882164111,945.813660858551,2189.10035278142,841.09089485588,2981.42807368716,1100.32054758833,5329.51965784954,1393.79163344334,3569.21490280807,1095.23994605621,4546.92560614454,1285.91981708587,6409.75783778169,22314.878291334,6748.41378845585,159401.661449106,59041.6603221415,4812.7931105518,26194.4349965521 -828,4720.63120693118,4856.34880549681,1010.83759101975,1945.73208111727,2111.8105752741,3463.30748963153,2196.00960674919,4081.28387053357,416.07717167626,1492.62647821858,3336.81070593485,8283.22688708882,1866.5813367282,4831.99825919906,2121.58429341357,5460.94009668343,1548.56782708469,6200.52530503222,392.019568575737,1682.56251949036,810.342969424675,3235.22307939406,1825.88563965373,7425.31615865005,929.963209304831,2161.85122176632,823.170572399195,2944.31633320035,1074.35541149589,5263.17972088878,1360.73413774581,3524.78660403954,1074.70697749253,4490.32711745474,1261.8120850088,6329.97148587925,21709.3694616924,6578.10200605661,155995.344546702,57957.0732157905,4681.21206844739,25738.9993793057 -829,4640.33169776348,4814.8909781033,1001.50662522034,1929.121695825,2083.36856328408,3433.74182005827,2158.8873239786,4046.44264124275,410.437508186442,1479.88417873076,3291.21813226032,8212.51438180965,1841.07726873809,4790.74830829585,2092.58460893601,5414.32097581667,1528.32403295374,6147.59247048085,387.789595519483,1668.19876818138,801.652741127612,3207.6045278079,1806.30024353435,7361.92749198362,922.341301595103,2143.39586396727,813.904008601192,2919.1812032452,1059.86950775466,5218.24884686206,1342.25987902486,3494.69609767727,1063.11066464857,4451.99395523107,1248.19686895967,6275.933591202,21357.9585228026,6478.56863046533,154145.479942786,57371.2659593977,4604.72257895532,25494.6478967762 -830,4641.53724911928,4743.6718939586,1008.47848463592,1900.58724281139,2096.43241614285,3382.95189589882,2162.28348879014,3986.59000070241,413.148494956379,1457.9945873924,3313.0236189041,8091.03961624226,1853.27505818271,4719.88632856749,2106.36962920308,5334.23546964079,1538.33532470054,6056.66083621673,390.079248729959,1643.52373628938,805.79572570693,3160.15949575884,1815.68325396042,7253.03411601662,926.303914483533,2111.69199131772,818.998829988563,2876.00236229262,1066.85611101229,5141.06352627998,1351.13121327619,3443.00457307734,1069.38766324401,4386.14263407942,1255.56668496645,6183.10360926658,21508.9810050956,6519.03248275774,155007.494002809,57657.485775232,4637.39701782856,25621.6500252539 -831,4672.23026204898,4668.09908619199,1017.77429719003,1870.3084382154,2115.17979942873,3329.05711164149,2160.61095324691,3923.07848335841,417.012588458127,1434.7668542901,3344.02010842706,7962.13892597128,1870.61421042912,4644.69245551667,2126.15898414407,5249.25422288921,1552.92477092525,5960.17042218411,393.688395228022,1617.34028470188,814.00572837972,3109.81408161057,1834.12134660357,7137.48393353614,936.053918167116,2078.05001596832,826.978882806787,2830.1839375532,1076.83200766848,5059.15975758082,1363.76893938057,3388.15307226588,1079.28200331064,4316.26572827057,1267.18361695882,6084.59879887713,21708.6383907017,6573.49832693258,156270.782975408,58152.24170714,4680.39672695991,25843.07505495 -832,4780.67702847624,4605.1975617121,1033.9013561785,1845.10647702324,2121.40132493224,3284.19885916303,2203.39081330516,3870.21593423485,416.672472133905,1415.43371231052,3339.87962848592,7854.85099841942,1868.29806388552,4582.10632981586,2123.40109994457,5178.52177121978,1554.32944381407,5879.85854388138,399.189922019153,1595.54700918821,821.507605970701,3067.91007679608,1851.33921527646,7041.30803579264,953.40635154472,2050.04878644505,831.84942115847,2792.04788239593,1076.24979847667,4990.98878360119,1362.53882959694,3342.49851577904,1094.36423313598,4258.10507457502,1284.89164366848,6002.6102778044,21471.0851205346,6551.93027623573,157647.411112716,59130.3060974473,4626.39229633089,26347.2168854832 -833,4831.84746202291,4799.55547983499,1040.72088486443,1922.97741497622,2104.99706475153,3422.8053020821,2207.49424625261,4033.55466217951,411.876405645245,1475.17072595199,3299.87729763797,8186.35740325012,1845.92112651427,4775.48970478439,2097.91904409435,5397.07628422836,1539.63259559078,6128.01229844495,401.014429013848,1662.88553067777,821.860325332483,3197.38826041881,1852.4117259923,7338.47964512308,963.748382850788,2136.56911675541,828.80080739307,2909.88356836814,1064.18835693366,5201.62864787549,1346.72548283673,3483.56543943434,1099.36605078709,4437.8142892944,1290.76427136268,6255.94465081735,20978.2475053362,6452.19382907317,157318.250569203,59543.6234694076,4517.0245325937,26610.5908561296 -834,4842.52792763922,4974.35414699819,1041.77154282357,1993.01179431302,2084.87610411846,3547.46305575884,2205.84574499877,4180.45576205035,406.736779037407,1528.89609235684,3257.53092568168,8484.50258961619,1822.23295402334,4949.4119021535,2071.04064186778,5593.63651673841,1523.03836817892,6351.1930464597,400.82077599156,1723.44742555088,819.687096668656,3313.83637913994,1847.65899323811,7605.74532553061,968.914528999896,2214.38245498642,823.352195602136,3015.86083469788,1051.15365491306,5391.07072403164,1329.82284531396,3610.43606283838,1098.83515827317,4599.43842847679,1290.14095114245,6483.7846646278,20533.7589266819,6355.18469068694,156556.643027123,59647.0000563031,4418.93327085002,26714.3213204617 -835,4791.11554509568,4869.47494922153,1033.62013021607,1950.99116772111,2065.49309318645,3472.66840535083,2160.32683933088,4092.31510424671,402.654995585716,1496.66087328885,3224.55283577174,8305.61548209693,1803.78531267606,4845.05858624065,2050.06517062778,5475.70038006753,1508.0687378088,6217.28460086997,398.395376184337,1687.11028950055,813.270490230466,3243.96750958688,1833.31492290892,7445.38592114108,963.122268700817,2167.69445317018,815.927918489849,2952.27447642863,1040.66506103089,5277.40548107043,1316.45352899129,3534.31369062591,1092.18601546252,4502.46394729859,1282.33420108951,6347.08065962784,20278.6463234548,6278.64419879649,155025.188730916,59190.7886450924,4363.36610236999,26534.7279423268 -836,4589.22176115668,4584.53362717747,990.539114040086,1836.82731875919,1956.60939949459,3269.46236429717,2048.9674699134,3852.8499281888,380.344638169956,1409.08253428236,3044.70386134911,7819.60557742812,1703.17944417717,4561.54600770997,1935.68607893241,5155.28527953127,1426.93188163261,5853.47509118571,381.194023892996,1588.38764664122,775.655336364026,3054.14408909728,1748.72671437488,7009.71305504751,925.937292865356,2040.85003365578,775.666158029568,2779.51971310759,983.25152128341,4968.59376924939,1243.4127142171,3327.5004251246,1045.02915184733,4238.99857516354,1226.96738795167,5975.67602706807,18967.7000231673,5908.18322582526,147468.099448433,56707.3037761645,4078.80608128143,25480.428506323 -837,4154.44158914347,4365.15805089803,888.261740448075,1748.93287095978,1740.1369677971,3113.01456641436,1858.59048465829,3668.48631739444,336.842979681722,1341.65620084879,2695.45363432727,7445.42782690253,1507.8120670444,4343.27041731309,1713.61671047847,4908.59853425848,1265.52864571393,5573.37910415796,342.192079143699,1512.38134290917,693.327410178592,2907.99953567656,1563.36200331644,6674.28965845847,833.911589749697,1943.19284785632,690.45863555858,2646.51627406019,871.005305909782,4730.84044250619,1101.11366565151,3168.27543460333,938.106779808268,4036.15727637548,1101.42996796444,5689.73257486476,16641.5689351366,5225.24776391287,131804.616271704,51011.5089337077,3576.52970957786,22973.1901232914 -838,3724.14756986293,4169.17560960008,789.651921664585,1670.41105577684,1557.22437771933,2973.24959401056,1679.18944795851,3503.78233738547,303.215801102846,1281.41988075248,2427.47267033261,7111.15055560789,1357.90597105243,4148.27066480079,1543.12191615108,4688.2172530131,1137.27706931106,5323.15117875967,301.840740488321,1444.47997844521,615.674233973393,2777.43912030329,1387.92413835289,6374.63416696367,733.075054175413,1855.94934514804,619.027797768596,2527.69566910676,783.820478116844,4518.43996387456,991.281341586219,3026.02941575639,827.485094871329,3854.9459783507,971.549189444569,5434.28072928381,15156.2793270294,4725.62807446519,117652.454400471,45129.4705395537,3259.7029203598,20239.1317079418 -839,3076.4012400925,3872.2128211031,675.219705351917,1551.43071733356,1437.78158107223,2761.47043836603,1462.73080519089,3254.21430028946,285.878262147255,1190.14667552997,2294.45722375473,6604.63624770668,1283.49834893673,3852.79689746345,1458.81855251414,4354.28407319485,1060.6288474864,4943.99281133674,260.673027441014,1341.59229932241,544.692676731364,2579.607188219,1226.83979629576,5920.58058056383,613.090524340362,1723.75345213379,559.148569632064,2347.65250838183,737.790545289589,4196.59971127434,935.083290962401,2810.49084949698,714.625350088454,3580.3651944182,839.040707727719,5047.20680629347,15200.3513371736,4541.67217382537,105323.931285574,38455.5832544051,3281.30469261141,16969.8919092334 -840,2927.2859203225,3649.78314226305,626.911578738053,1462.31262074589,1387.84396206557,2602.84460577115,1388.93862090407,3067.28401646176,277.885744723307,1121.78164627125,2212.81201912079,6225.24926994903,1237.8267695055,3631.48251828773,1411.26019593795,4104.16300477094,1034.59788619074,4659.99738442736,247.084211756827,1264.5278511479,529.673287528917,2431.42803977913,1191.93584441097,5580.48748704779,562.7959581236,1624.7367026752,537.511795518572,2212.79742226116,720.829439348668,3955.53643063237,922.601665559673,2649.04916074744,677.372120397104,3374.69997994849,795.301738488097,4757.28250697685,15293.6870150144,4486.16734208216,100546.301239363,35727.9143564246,3352.9392683419,15646.9473791 -841,3023.89335490326,3505.78542996072,654.108496462287,1404.61887187081,1438.77627610936,2500.15256788829,1448.45863142733,2946.26809191613,287.286196487222,1077.52312885544,2287.20006630633,5979.6397039986,1279.43876155085,3488.20683463297,1458.76538846215,3942.23829292725,1070.81885378888,4476.14290964442,258.001924558476,1214.63745749701,551.579229228394,2335.49903202475,1241.34866405719,5360.3162055375,590.017802878107,1560.63471108843,557.394098510286,2125.49421706401,745.312056169666,3799.47559777247,953.747821062994,2544.53417888265,707.302621491272,3241.55533604014,830.443101466036,4569.58976714031,15732.366246212,4631.75805491475,104456.130369422,37307.9824734952,3448.13312769546,16384.4457255725 -842,3144.61659934388,3449.12207522944,683.464618613183,1381.91627954474,1524.83960834185,2459.74306917057,1521.74939908519,2898.64811135515,304.877167325292,1060.10732389495,2428.07385377525,5882.99190495839,1358.24226756215,3431.82759945282,1548.73722113264,3878.52063213765,1134.8447853689,4403.79584831274,271.023325255015,1195.00549926709,580.483641672073,2297.75079763619,1306.31532306097,5273.67841646163,615.256369559493,1535.41046390986,587.782985534538,2091.14025125323,790.775790949319,3738.06538374467,1012.26017053453,2503.40734848062,743.000304227211,3189.16268293667,872.355705018786,4495.73234171459,16834.6459676418,4931.1903780269,110079.750462245,39020.2935735317,3691.40632382121,17102.2736330941 -843,3407.61650541877,3466.92684468983,741.153897508123,1389.04989216679,1663.07701486065,2472.44054908666,1656.70510355115,2913.61127016594,332.232688373991,1065.57972124522,2646.12223558725,5913.3605936625,1480.21653456811,3449.54309281702,1687.9067864863,3898.54200690966,1236.20042389083,4426.52875486682,295.377035620599,1201.17425669413,632.02802276431,2309.61205459869,1422.35872211587,5300.90175804402,668.918453673764,1543.33643137077,638.901022800335,2101.93496053601,861.690234209505,3757.3617121824,1103.11207444858,2516.33022848688,809.765089854663,3205.62551176757,950.744154263152,4518.9398351445,18376.5243750138,5378.92796206447,119746.039849056,42408.6836537041,4029.87337930052,18599.3249467699 -844,4130.52293644237,3554.13123133034,906.405607584293,1423.98897490083,2014.22419807204,2534.6303994201,2014.57478804713,2986.89798635751,402.793199301271,1092.38248639444,3207.59235143257,6062.10067577423,1794.29777313028,3536.31022205711,2045.85659243268,3996.60290629828,1499.64131370265,4537.8702230625,358.687471503744,1231.38766153244,768.201228685534,2367.70624337781,1728.7567450354,5434.23652602734,816.004557327392,1582.15631794663,778.010112962328,2154.80540090095,1044.80752792798,3851.87147202901,1337.32284091849,2579.62404574648,983.328280689522,3286.25732751558,1154.52447419658,4632.60573991914,22191.5693993257,6507.53036203129,145610.771927914,51695.9444560473,4865.46392251506,22677.7394999767 -845,5456.20908103992,3763.62971023518,1168.32663504013,1507.92609055632,2460.2792427227,2684.03434055305,2564.41855444712,3162.96086756733,483.224711390951,1156.77303766743,3841.62117618171,6419.43156421959,2148.96768866356,3744.75824049994,2450.1214015495,4232.18290466056,1812.78994302608,4805.35525592193,461.952766804622,1303.97188120309,967.559586400312,2507.27083010678,2179.10178041083,5754.55792445406,1077.09118008662,1675.41661713806,960.36731053162,2281.82053468252,1254.7963340024,4078.9202673052,1603.47882176178,2731.68014006462,1266.42622346796,3479.96596307058,1486.9094060153,4905.67496350985,25533.0754196449,7710.93871662974,181608.408952308,67101.1837448228,5584.70641540859,29864.6455074779 -846,5530.98677030172,4281.13773144552,1190.84914112746,1715.26950830357,2548.36389862073,3053.0954351296,2634.72988140247,3597.87549673211,501.205545425228,1315.83207689351,3986.02175406785,7302.11864607039,2229.74404892146,4259.67138981482,2542.52166360404,4814.11810259857,1877.26941947476,5466.1030130517,474.267816236754,1483.27111091216,995.786004495264,2852.02652230421,2242.47722294336,6545.82330221578,1099.29974092127,1905.79037996604,987.809736550093,2595.57627596847,1301.18288922,4639.78148871264,1663.34334407334,3107.29264520028,1300.18747064488,3958.4695455379,1526.5484430598,5580.21691862382,26727.879654899,8026.28275579656,187037.489159551,68602.1196522505,5849.1338025018,30482.4540694954 -847,5330.72951135543,4727.75157062491,1161.40401828067,1894.20864747304,2489.44730775077,3371.5983096456,2571.0993267936,3973.21053365055,489.945954303504,1453.10138529728,3896.59060620514,8063.88513134621,2179.71708418361,4704.04583240148,2485.41017041058,5316.33314517292,1834.36593921848,6036.33396686518,462.75124286213,1638.00787645058,971.960946522555,3149.55362712306,2188.79554638438,7228.69207658839,1071.81621422336,2104.60490350168,965.046900321927,2866.35015856949,1271.92772093371,5123.809509677,1625.99203302278,3431.44944294437,1268.61521569986,4371.42222118341,1489.47949898952,6162.35238302966,26146.6354707386,7845.99224305037,182749.048788133,66928.9589644533,5722.20865669706,29732.8573437248 -848,5263.05581253704,4835.42494801054,1132.05598710213,1937.34878279947,2396.23826068381,3448.38563058752,2488.5736480628,4063.69942479289,471.249805750547,1486.19541139012,3746.98705563379,8247.53812875341,2096.03022867571,4811.17931743875,2389.79394246646,5437.41132292758,1766.65950889276,6173.80998596872,448.010033460812,1675.31310232953,939.725396507835,3221.28393511907,2116.3048935917,7393.32375791512,1042.08428707345,2152.5367617301,934.014125675988,2931.63057733359,1223.58234678625,5240.50300905955,1563.82009978323,3509.59985870343,1228.2027417567,4470.98028541377,1442.0312651225,6302.69844051794,24995.584054402,7528.9088432402,176561.777686369,65010.9942725621,5468.35836508758,28903.3866150706 -849,5095.0144752285,4830.22647637161,1090.23359962275,1935.26597667377,2288.88038450465,3444.67833803445,2391.2127938222,4059.330620306,449.420173276285,1484.59763150953,3572.58748933393,8238.67136036918,1998.47270915271,4806.00691180731,2278.52822518621,5431.56566740498,1686.58582349937,6167.17264251674,430.596979149537,1673.51200568499,901.900595474478,3217.82079519699,2031.22578186172,7385.37533884416,1006.08231458826,2150.22261117913,894.426690312494,2928.47883812226,1167.07610036511,5234.86904584862,1491.26611470924,3505.82675592019,1180.46550497596,4466.17362116774,1385.98303659475,6295.92253158666,23698.2616913244,7166.2306556841,169201.975368689,62617.6399284626,5182.77678702691,27878.9485987037 -850,4891.35120960072,4886.62990815126,1042.74619898903,1957.86442894609,2172.02569910738,3484.90247257402,2282.12491778494,4106.73216117235,425.562234595605,1501.93354766971,3382.12167040797,8334.87582206527,1891.92787511117,4862.12752733304,2157.0188176224,5494.99104612724,1598.77774062092,6239.18783748061,411.402694898289,1693.05390930106,859.615600146282,3255.39587300936,1936.16007194641,7471.61570793023,964.698639201164,2175.33115111074,850.542031328726,2962.67521735462,1105.29062103813,5295.99756239899,1411.98966156883,3546.76493164055,1127.84509297016,4518.32594164171,1324.20147829319,6369.44116238739,22303.6933534066,6773.12224507833,161125.74946686,59929.7554260632,4876.04101799879,26721.0692459547 -851,4719.45263087426,4934.78076573137,1003.14774371514,1977.15642630445,2078.19710502205,3519.24127984845,2188.69529914586,4147.19822451846,407.268831613602,1516.73298812417,3236.41503188367,8417.00428814508,1810.42091649853,4910.03694844848,2064.00013349063,5549.13644617579,1530.78365457726,6300.66624911087,394.358167998171,1709.73657183015,824.160977761229,3287.4732158805,1856.29083323214,7545.23796101834,926.816685246025,2196.76597683225,816.111561339441,2991.86821030238,1057.84543171782,5348.18216183966,1351.24928811973,3581.7133063494,1081.11816029645,4562.84768218801,1269.33944652277,6432.20303714354,21290.8255129993,6474.64608930756,154467.545748914,57557.1477797205,4653.92201284049,25664.7336115255 -852,4642.89533093821,4877.14269835568,985.065011066446,1954.06330814549,2031.53587051331,3478.13666433892,2146.51400738539,4098.75909377834,397.647683502089,1499.01759967824,3159.52334622985,8318.6939713767,1767.40841203259,4852.68788799638,2014.94249741777,5484.32272586168,1495.55004111506,6227.07468688791,386.987563297513,1689.76690825235,807.676189279328,3249.07564328143,1819.24836072223,7457.10984457135,911.349885331885,2171.10782677611,798.78563499953,2956.92329386716,1032.94667589944,5285.71558056371,1319.26827229556,3539.87901974738,1060.91192332487,4509.55378026693,1245.61532958926,6357.07512982017,20714.493299153,6314.69054794649,151238.990006594,56523.2402808903,4526.99686703575,25229.6088335875 -853,4568.09996215017,4849.46082521755,976.031735714451,1942.97236085412,2004.80974324951,3458.39532317788,2124.46013407686,4075.49520008583,392.278079401515,1490.50941823009,3116.5275610368,8271.4784098414,1743.35696372701,4825.14481640658,1987.50692453037,5453.19459709131,1476.06117340003,6191.73081811773,382.826242844594,1680.17606458009,799.038765263661,3230.63441542811,1799.78918412022,7414.78449518919,903.929815619806,2158.78496990126,789.845667713735,2940.14027549708,1019.06779611173,5255.71471382779,1301.40827902426,3519.7872389631,1049.5038190239,4483.95828237489,1232.22108894928,6320.99339956188,20378.9596084432,6222.85349549702,149499.695525256,55975.7503643689,4452.95719864965,25004.8888861558 -854,4573.42072571514,4774.53782798159,982.824896916244,1912.95390765519,2017.63288945301,3404.96395161345,2135.31347851168,4012.52978462698,394.86541565275,1467.48140809719,3137.14375602902,8143.68606830619,1754.88947431815,4750.59749562757,2000.57783759121,5368.94405905202,1485.71681021174,6096.07007402855,385.083490887155,1654.21775061911,803.159962384136,3180.72189481987,1809.11943042547,7300.22786750195,907.796515598341,2125.43226407222,794.781250397408,2894.71581911444,1025.7765308961,5174.51519223779,1310.0002324499,3465.40737714327,1055.69198006414,4414.68221105381,1239.48660089633,6223.33557984279,20523.6159379642,6264.06065883033,150375.318908927,56268.2067431305,4484.68848510084,25137.1297901144 -855,4611.97276555913,4727.88152894915,991.882445185301,1894.26071623721,2036.52783558086,3371.69098948712,2156.93061731488,3973.31975084927,398.557929618872,1453.14132872878,3166.48971412367,8064.10679464278,1771.30533440588,4704.17513909292,2019.37267799938,5316.47928266266,1499.80859123518,6036.4998960252,388.645950767098,1638.05290266559,811.346324024732,3149.64020331163,1827.49833456899,7228.89078176456,917.35824872377,2104.6627557222,802.528850388124,2866.42894994796,1035.36690504827,5123.95035500012,1322.25176964356,3431.54376799776,1065.45833051425,4371.54238458411,1250.95326044397,6162.52177623425,20717.1649815499,6323.28169785164,151735.027188761,56790.4501371732,4526.99686703575,25376.4125886602 -856,4713.44635338311,4676.48162501892,1007.8302463244,1873.66696441894,2042.37470058518,3335.03512324325,2181.84665084457,3930.12318337455,398.31146852178,1437.34327536463,3163.24583239571,7976.4365956351,1769.49073668801,4653.03296288993,2017.16387729934,5258.68034614053,1501.40196150351,5970.87314272551,394.143200734684,1620.24455418771,818.913525489198,3115.39839693943,1844.85736716413,7150.30076434773,934.546644767629,2081.78158520487,807.4331155053,2835.26611903775,1034.99603727248,5068.24452684482,1321.25813542187,3394.23720290567,1080.52883558788,4324.01647742703,1268.64752113768,6095.52495634212,20487.9553148823,6298.35632581709,152995.805053277,57729.3680594692,4474.11138961711,25858.8121245322 -857,4766.89739211713,4859.59784554378,1014.72859016679,1947.03383305178,2027.21254343444,3465.62454410588,2188.16414921774,4084.01436936499,393.813463413748,1493.62508919097,3126.10605020697,8288.76860926574,1748.71508280979,4835.23100801505,1993.41254548753,5464.59362606916,1487.46968228487,6204.67363865387,396.016569587134,1683.68820325532,819.367389436512,3237.38753869607,1846.15776790073,7430.2839133413,944.889983287803,2163.29756375625,804.674131463478,2946.28616734132,1023.605293466,5266.70094277223,1306.14347864731,3527.1447898479,1085.66460619357,4493.33127823745,1274.67742282419,6334.20642279946,20017.9255734626,6204.52864346163,152725.264437571,58153.7884976168,4368.34043477983,26124.5245727727 -858,4777.57199621411,4991.63907055531,1015.93764793779,1999.93712682758,2008.2369283813,3559.78980731864,2186.24912689044,4194.98204147189,388.96424223375,1534.20871210651,3086.54984249054,8513.98460363207,1726.58770263089,4966.61015620887,1968.21732001877,5613.07332737573,1471.63828479315,6373.26222027815,395.878375337794,1729.43607375024,817.280175362219,3325.35132295004,1841.60117100922,7632.1738271334,950.113300849478,2222.07700795342,799.533000991581,3026.34037082382,1011.22382238919,5409.80365751451,1289.91480988398,3622.98163348129,1085.28575183037,4615.4205920487,1274.23261040187,6506.31456880773,19592.5923431717,6111.67569014352,151990.076951327,58264.0982031911,4273.14657542627,26229.6707248523 -859,4738.3985557453,4875.71311266699,1008.02442966089,1953.49053406179,1990.75584233703,3477.11715461649,2170.41156100818,4097.55766751212,385.076796669524,1498.57820837063,3055.44048918729,8316.25559985762,1709.18541541986,4851.26547048977,1948.36732906596,5482.7151638595,1457.22137464994,6225.24940979323,393.498284824847,1689.27160460046,810.900864794148,3248.12327581375,1827.34571591113,7454.92402017125,944.469916004171,2170.47143270898,792.355244134855,2956.05656195364,1001.17203801804,5284.16623419108,1276.9871862703,3538.84141213584,1078.76082275445,4508.23194206259,1266.5716995357,6355.21174705907,19352.7822392234,6047.06147964742,150677.539336011,57871.6800221307,4220.26109800763,26082.3401939324 -860,4545.61614468075,4588.36750489612,966.193951209157,1838.36339023409,1886.79347616729,3272.19649603876,2074.01393419587,3856.0719256032,363.806194240078,1410.26089844571,2885.59086525356,7826.14482744348,1614.17309196947,4565.36066172361,1840.00836663669,5159.59645597228,1379.01975024048,5858.37013821857,376.561248616161,1589.71595710904,773.471093535508,3056.69815804408,1743.20454452821,7015.57502158138,908.154613273988,2042.5567218617,753.406167834761,2781.8441237376,946.095293475418,4972.74882241162,1206.30268655553,3330.28309197277,1032.32857178889,4242.54349456175,1212.05565318119,5980.67326627213,18102.8257499222,5695.68823561379,143433.571699299,55480.4024221123,3945.25661543069,25064.1823128314 -861,4107.40035557043,4354.76110762017,866.577102194235,1744.76725870837,1677.57522640921,3105.59998130821,1857.57389596456,3659.74870842064,322.252529746455,1338.46064108762,2555.07871505895,7427.69429013407,1429.28762333383,4332.9256060502,1629.21250137179,4896.90722321328,1223.20587637748,5560.104417254,338.080541201189,1508.77914962009,691.439379328481,2901.0732558324,1558.57073769205,6658.39282031655,818.022281524771,1938.56454675438,670.762145436812,2640.21279563753,838.226219874248,4719.57251608432,1068.39350617649,3160.72922903685,926.835152396668,4026.54394788343,1088.19596466536,5676.1807570022,15879.9264168883,5031.49426306847,128089.905119573,49878.9091309027,3458.71022317918,22578.7344061547 -862,3668.53023073269,4186.85042073623,770.231423708725,1677.49259963472,1499.56735561175,2985.85439408513,1644.91351526558,3518.63627899754,290.020326791366,1286.85233467125,2300.52231150983,7141.29758101542,1286.89110345803,4165.85685147356,1466.78636830976,4708.09249029536,1099.05389002911,5345.71815615373,298.156413580118,1450.60370965725,613.921090444402,2789.21380107722,1383.49759198568,6401.65880336989,718.958317575573,1863.81746038843,601.256965598428,2538.41158701107,754.174632377954,4537.59544698917,961.668877434502,3038.85797070926,817.384650523627,3871.28864378089,959.690270679916,5457.31882950912,14460.954043319,4540.11208273086,114158.599792164,44061.7441743308,3151.97445415106,19855.5585305419 -863,3024.77004588555,3857.85203547919,657.727578802916,1545.67696231769,1382.66732335282,2751.22903718167,1435.71312972377,3242.14547140536,273.115513768688,1185.73280623664,2171.68811194441,6580.14178687532,1214.82243261212,3838.50811922395,1384.96183456946,4338.13544113104,1024.00965301653,4925.65714019211,257.234166178252,1336.61676716667,542.776508983909,2570.04025904042,1222.10038846563,5898.62306107441,600.567734604632,1717.3606077995,542.366320006858,2338.94582412921,709.11309898798,4181.03587953593,906.334600662597,2800.06764745405,705.197840622163,3567.08677729915,827.971880944947,5028.48834780646,14503.1490649271,4359.62039635448,102080.095693905,37490.6640208347,3173.12864511852,16633.3408023968 -864,2772.92689803202,3623.85575692737,595.347845959005,1451.92462197405,1354.56351090032,2584.35447843145,1353.95703156731,3045.49459732945,254.689238575925,1113.81271664676,2000.16320918178,6181.02624892522,1118.87297353391,3605.68513720468,1278.78338298257,4075.00778881497,951.446987465994,4626.8936236997,243.061310137255,1255.54487884887,512.824861038833,2414.15562406397,1154.66577678711,5540.84473464361,534.791288344004,1613.1948732247,500.226830716773,2197.07811807226,666.510763067015,3927.43703040808,858.788521846176,2630.23080478307,666.343486147983,3350.72673459063,782.353033149687,4723.48765070695,13980.9853112992,4197.42288932042,94725.7024133719,33828.2717080345,3164.37989310972,15060.6991020037 -865,2906.54745791132,3478.88333198063,621.229713169925,1393.84034726607,1404.27791397853,2480.96732375677,1411.97526343315,2923.65952260468,263.331866214532,1069.25461574549,2067.64533781631,5933.75416524661,1156.62185801449,3461.43962827797,1321.98096653489,3911.98701744677,984.846676956288,4441.79464802549,253.797114969048,1205.31677985011,534.05094605976,2317.57727809909,1202.57141101138,5319.18312576221,560.717460217375,1548.65897876037,518.775688721095,2109.18396225066,689.21015659098,3770.31983030002,887.846109889443,2525.00836671828,695.775293349966,3216.68084186466,816.908880267903,4534.52442897276,14382.1003243159,4334.63308944362,98452.6243174387,35355.5134184433,3254.22033171536,15771.6335679862 -866,3021.26517059577,3407.98914994968,649.014691265204,1365.4360686883,1488.27503172998,2430.40910369622,1483.42648894691,2864.07993035833,279.408694009706,1047.46488492318,2194.56833691286,5812.83356867162,1227.62142082871,3390.90092154975,1403.25452909815,3832.26686208311,1043.58110387913,4351.2778447092,266.611725977855,1180.75431567946,562.012422826045,2270.3486907205,1265.45530345264,5210.78652237309,584.618484035029,1517.09973946803,546.974143477909,2066.20210356573,731.142972192849,3693.48662985694,942.199560393958,2473.55265932672,730.906069895261,3151.12993504285,858.155879988722,4442.11793826462,15389.6355505312,4614.07913601329,103750.372483815,36973.3368571954,3483.81256370755,16463.5897894243 -867,3280.72911945519,3425.07913602045,703.767128216038,1372.2832980566,1623.19838539992,2442.59683549374,1614.98654765542,2878.44238398178,304.468331742426,1052.7175895256,2391.55070971769,5841.98308774263,1337.81155540481,3407.90521556796,1529.29345473154,3851.48446648581,1136.75318490867,4373.09812478761,290.569547428522,1186.6754245563,611.912474566825,2281.73377024776,1377.8607648753,5236.91696621162,635.593850625839,1524.70751410424,594.518893051323,2076.56345262397,796.685185788082,3712.00829535512,1026.73728743516,2485.95674238954,796.585540877022,3166.9318535137,935.270062698442,4464.39375263767,16799.140867477,5033.14144670039,112951.846774319,40207.0346521492,3803.24523430538,17906.7128528147 -868,4012.72698635759,3503.12121497913,860.750814047776,1403.55143442587,1965.92472512088,2498.25258169099,1963.83809513262,2944.02908107332,369.162077755013,1076.70426719939,2899.27429225508,5975.09548815819,1621.82747566528,3485.55597847153,1853.76873301264,3939.24239642109,1379.09337489711,4472.74127333843,352.847349762255,1213.71439606724,743.764433299942,2333.72417396943,1674.69970070317,5356.24264341394,775.396739397413,1559.44870970268,724.025409909879,2123.87895176911,966.05693775319,3796.58819350544,1244.80539916973,2542.60046496434,967.317805478331,3239.09192221678,1135.72659576896,4566.11711607237,20286.791759163,6089.74115617174,137290.817670063,49015.5674188813,4591.84463984376,21831.5559890021 -869,5349.95840883817,3722.69172874493,1110.22041799156,1491.52398537154,2401.32494141613,2654.83939933609,2499.80750291121,3128.55651766577,443.249973747086,1144.19051578021,3475.71809523208,6349.60573362865,1944.28485761858,3704.02552890557,2222.15240215664,4186.14834792849,1668.28192288063,4753.08615410621,454.377867395877,1289.7882391218,936.993001317042,2479.99859167301,2111.43961050096,5691.96409776724,1024.22680726408,1657.19267383293,894.384344874694,2257.0005778842,1161.07191539373,4034.55278823333,1493.45773935455,2701.96694306569,1245.65992019907,3442.11346610589,1462.52771595986,4852.31465808257,23342.6534645645,7223.68315205616,171352.242224856,63709.8759418727,5270.63906486414,28749.8341675633 -870,5437.66140680885,4253.13095619363,1131.45355016119,1704.04838657637,2487.29415039953,3033.12238986965,2568.3560143545,3574.33855474561,459.6598680669,1307.22403492932,3605.60997923662,7254.3489155427,2016.94518744913,4231.80504522488,2305.49528850594,4782.62462301599,1727.35904852672,5430.34431333369,466.500037091235,1473.56769951855,964.288128438794,2833.36884978041,2172.75991460486,6503.00118025574,1045.21413358855,1893.32288973397,919.785813776838,2578.59627533073,1203.80235314373,4609.42850183773,1549.01055201047,3086.96504720763,1278.89239479538,3932.57363331601,1501.5459217951,5543.71169713825,24434.7042086529,7517.82591730461,176459.332396546,65131.7708367283,5520.19583876869,29346.3217844275 -871,5304.79429912373,4684.92914300797,1103.45794374777,1877.05152500456,2429.78821465211,3341.05947476577,2506.32944827872,3937.22249199005,449.327002595047,1439.93966815491,3524.65416548202,7990.84509694721,1971.65924695954,4661.43812360892,2253.66948109143,5268.17953813671,1687.85811741446,5981.65882784692,455.173271789343,1623.17133678105,941.211608070394,3121.02600036257,2120.73592385813,7163.2169477474,1019.06582435582,2085.54208055167,898.578594993663,2840.38769621153,1176.72151075467,5077.39971877039,1514.2105110131,3400.36849607215,1247.84049157894,4331.82730828384,1465.08792202251,6106.5358104094,23903.3045133969,7349.18077977773,172329.653999531,63550.3917209591,5400.40858729451,28624.1675329218 -872,5171.62598884888,4774.60280714371,1075.69211368141,1912.97994203728,2338.81556478232,3405.01029153422,2425.87657315564,4012.58439322635,432.233185790204,1467.50137981293,3389.80361124711,8143.79689995448,1896.22508243393,4750.66214897329,2167.25675848655,5369.01712779689,1625.72416179651,6096.15303860856,440.667853386921,1654.24026372661,910.020856358534,3180.76518291416,2050.55415179989,7300.32722009003,990.880794785828,2125.46119018248,869.785041133492,2894.75521480367,1132.11487290524,5174.58561489935,1456.44065819932,3465.45453966997,1208.07442983573,4414.74229275416,1418.39863989105,6223.42027644508,22851.1679285976,7052.5660846099,166547.072465222,61717.3385647109,5160.83408434614,27824.3567761284 -873,4997.7850052085,4747.37580704987,1036.04221961084,1902.07124299671,2234.03402466137,3385.59334330379,2330.96235717808,3989.70277562091,412.258493105826,1459.13300618694,3232.45901413403,8097.35719221008,1808.20795641479,4723.57166961815,2066.61755409471,5338.40050150419,1552.19182341693,6061.3899460418,423.53444646406,1644.80701835836,873.417219531357,3162.62698431801,1968.17434943354,7258.69736773685,956.732773357548,2113.3408244972,833.002840952818,2878.24797772268,1079.94177054782,5145.07772728791,1388.98494270445,3445.69291029723,1161.10383590564,4389.56738424884,1363.25052575179,6187.93144705025,21665.2948496197,6713.67001016276,159631.759431289,59451.7161312245,4891.31276852922,26837.6919214898 -874,4798.40693442651,4783.31025438754,991.00266337495,1916.46864520205,2119.98386281037,3411.22001172997,2224.61901684727,4019.90214683365,390.419913551581,1470.17766334082,3060.54792928113,8158.64874936166,1712.04247061351,4759.32593561823,1956.66896873262,5378.80860894828,1471.53078816306,6107.27059814557,404.64904719424,1657.25710311762,832.492502673735,3186.56594711255,1876.11501256914,7313.64083311697,917.461253123955,2129.33739558215,792.21276915324,2900.03438237736,1022.87602592997,5184.02251113352,1315.25976683776,3471.77449209301,1109.33022051765,4422.79346206855,1302.46319027399,6234.76993335314,20390.5101963254,6346.19793024642,151966.182318588,56893.8837392239,4601.82691079994,25721.9206972583 -875,4615.00994972505,4841.53315313176,953.40906442012,1939.79608037599,2028.40352896671,3452.74170001165,2133.54026663175,4068.83277085958,373.655605384227,1488.0728030404,2928.86207987133,8257.95658321752,1638.37861297173,4817.25689499643,1872.3912926938,5444.27996922981,1409.00561212676,6181.60886573197,387.88274999144,1677.42939121444,798.164756634368,3225.35312515737,1798.74005373347,7402.66315176912,881.461164614838,2155.25588904838,760.179288344221,2935.33387148013,979.01081906804,5247.12291685708,1258.72561300438,3514.03325515997,1063.3660441475,4476.62811677706,1248.4967097021,6310.66013474457,19464.5779910786,6066.65776591161,145680.484661892,54634.7858922238,4392.19922072012,24704.1767974894 -876,4541.32466662831,4784.41492535619,936.269374453039,1916.91123979911,1982.86263068419,3412.00780836331,2092.41971384509,4020.83051421153,364.853560257601,1470.51719025776,2859.50386894857,8160.53293038641,1599.58026524796,4760.42506758162,1828.02760168841,5380.05080596253,1376.65542996058,6108.68102819687,380.630040790229,1657.6398346805,782.213135801654,3187.30186151163,1762.87541055804,7315.32986566426,866.794564379951,2129.82915068025,744.0840892355,2900.70412438027,956.024996791275,5185.2197237048,1228.99567022742,3472.5762733464,1043.48301327589,4423.81487428688,1225.15206863637,6236.20980845538,18937.762998704,5917.32405362674,142671.400436449,53664.1257152933,4272.41196924593,24285.5902760671 -877,4505.2062004579,4739.5131141262,927.718677498421,1898.92099690067,1956.77768140186,3379.98606005833,2070.91782227942,3983.09495499402,359.945822133029,1456.71636271301,2820.76307595946,8083.94619723449,1577.90902059662,4715.74840155372,1803.2433147749,5329.55894238757,1358.77706170455,6051.35095823604,376.535095626212,1642.08285810022,773.858010253995,3157.38898214155,1744.04052791738,7246.67537690486,859.769942109314,2109.84066975458,735.791126896637,2873.48096939496,943.223270109428,5136.55635297876,1212.40432926981,3439.98608902079,1032.25687434562,4382.29730035136,1211.97147330492,6177.68287883524,18631.0688133117,5831.92911132979,141048.323658141,53165.1998497331,4202.53607255266,24069.5180409233 -878,4530.01911222154,4657.37723449723,934.174783279459,1866.01264900276,1969.29346319711,3321.41081794134,2081.50033135475,3914.06782079345,362.316424564155,1431.47143207557,2839.39125122702,7943.85120945945,1588.32945116821,4634.0243649821,1815.08111741433,5237.19755394394,1367.65210655173,5946.48089628454,378.755678536582,1613.62552150762,777.845915462173,3102.67135289688,1753.07510917573,7121.09031317887,863.436592168036,2073.27707870326,740.382928859868,2823.6834730414,949.424727913319,5047.53970418878,1220.40015921076,3380.37104491615,1038.344519298,4306.35197962059,1219.11896944204,6070.62348157149,18763.3069485237,5870.66155512396,141894.03223351,53455.0832567598,4232.48288542121,24197.3956704078 -879,4571.62511589235,4596.55509993354,942.782924320844,1841.64381076596,1987.73549550172,3278.03548338313,2102.57034961098,3862.95279452408,365.70401600495,1412.77740243569,2865.94698163293,7840.10999141148,1603.18448345119,4573.50720278818,1832.13209983701,5168.80336590112,1380.62455408644,5868.82395697216,382.259663230501,1592.55268508853,785.775585569496,3062.15260489102,1770.8866638792,7028.09378499125,872.535418878877,2046.20150996155,747.601235285401,2786.80811433296,958.300007964772,4981.62231685975,1231.81239146098,3336.22573045758,1047.95056221383,4250.11399278907,1230.39741211911,5991.34532571443,18940.2553364541,5926.30650328424,143241.355361997,53967.0312429071,4272.41196924593,24428.6409285095 -880,4673.01579505084,4561.72532356451,958.076947490332,1827.6890031577,1993.44932535122,3253.19661159029,2126.85431629712,3833.6817906892,365.55171429123,1402.07227219875,2863.67925951046,7780.70261528465,1601.91594047296,4538.85206875148,1830.53846785735,5129.63745547128,1382.32625650374,5824.35373491968,387.657417004736,1580.48533189215,793.141379309378,3038.94955649556,1787.79153324413,6974.83935215842,889.005029810113,2030.69669397469,752.295046608652,2765.69145168119,958.125961533239,4943.87474558541,1231.0673630693,3310.94592991519,1062.74830219664,4217.90932718768,1247.77141966924,5945.94671451378,18730.9446512164,5904.2930056956,144398.640189886,54858.6869929442,4222.50061446502,24891.8233758504 -881,4735.18215159974,4776.61721789779,964.781977647358,1913.78703061055,1978.65792459156,3406.4468695337,2133.00548133385,4014.27730748118,361.505105575457,1468.12052043688,2830.79411945434,8147.23277781007,1583.52029442229,4752.66645913446,1809.43945152746,5371.28232267863,1369.7600558084,6098.7250130189,389.490001131709,1654.93818971369,793.623167717773,3182.10715162852,1789.14573590244,7303.40723705782,898.980833676886,2126.35792485379,749.863756281692,2895.97651556327,947.767819506789,5176.7687788884,1217.18373285827,3466.91661917154,1067.77226300363,4416.60487791784,1253.67004561439,6226.04594505846,18301.4930035613,5818.0254417801,144174.086695723,55279.8112391287,4122.6779049032,25147.286633273 -882,4763.00887214014,4940.56406873884,966.039901552291,1979.47354944514,1960.14225586164,3523.36564517367,2131.13111446995,4152.05852229115,357.114756673594,1518.51051925841,2795.5275542416,8426.86857361678,1563.79250095785,4915.79125300602,1786.91239820142,5555.6397416658,1355.3789005551,6308.05029792628,389.346742161685,1711.74029299371,791.634311443196,3291.32596124832,1784.80191965619,7554.08058229445,904.055276097712,2199.3404707933,745.176385368807,2995.37452218126,936.443481850307,5354.44994949819,1202.20975098281,3585.91088559757,1067.3795238982,4568.19509922146,1253.20893113402,6439.74124014288,17912.8352460034,5732.29323582243,143480.242258038,55397.1482253492,4032.83746629756,25248.0258397284 -883,4738.22523719272,4843.67752221008,958.536500184463,1940.65523771343,1943.08210146239,3454.27095785266,2115.69365590678,4070.63490231313,353.56063197048,1488.73188709585,2767.4873813817,8261.61412436969,1548.10708516671,4819.39051184904,1768.97479336899,5446.69130160129,1342.14896205885,6184.34676930232,387.003789344627,1678.17234341652,785.462796065277,3226.78167006029,1771.00402863566,7405.94187391308,898.709639933032,2156.21047594021,738.51015297105,2936.63396361819,927.169390724787,5249.44692616925,1190.19783765689,3515.58965971493,1060.95640642584,4478.61086534144,1245.66755714111,6313.45519656253,17693.6389894477,5672.28229294955,142327.221686323,55050.8008614746,3982.92611151665,25107.6996846123 -884,4563.66007817437,4555.6171184433,918.867458084975,1825.24170558118,1841.6150614825,3248.84054216617,2021.72105510155,3828.54844462252,334.092654847361,1400.19488054847,2614.20447179635,7770.28416082054,1462.36202993702,4532.7744911938,1670.93803038798,5122.76880916905,1270.31990085221,5816.55485515643,370.338972985177,1578.36904300724,749.238474369402,3034.88036645726,1689.52678732225,6965.49995830443,864.252940657946,2027.97756665641,702.311883134702,2761.98815753465,876.305103910832,4937.25483778788,1124.46849173115,3306.51253345865,1015.27043599023,4212.26149582438,1192.02771780042,5937.98502028715,16551.0526107638,5344.1183236728,135532.002700347,52799.2546030322,3723.38706665592,24127.8312299747 -885,4118.80649659068,4321.49087526408,824.216202687587,1731.43729394797,1637.4122090389,3081.87329907933,1810.73587285595,3631.7883480507,295.985809025571,1328.23484558978,2315.25668481274,7370.9469488229,1295.13337688598,4299.82219621155,1479.80745770451,4859.49501227537,1126.95688930528,5517.62540145622,332.487582665523,1497.2521262906,669.803352369072,2878.90915109318,1510.6384168479,6607.52291706,778.561253329731,1923.75397705518,625.35776198966,2620.04165627775,776.514394492618,4683.51513650573,996.044542087186,3136.58136115939,911.502265865151,3995.78128388708,1070.19364223821,5632.81492176725,14518.8825875652,4721.87987051025,120986.758789743,47460.6492177907,3264.20260267154,21734.238701155 -886,3618.78521756062,4112.1873464519,732.496205732426,1647.57828648954,1463.65760447527,2932.60838669885,1603.43892698008,3455.88930323333,266.323036595718,1263.90421333864,2084.06896326375,7013.94857682432,1165.809083615,4091.56815034896,1331.94944989201,4624.13423432342,1012.38526598752,5250.38927843237,293.231902892301,1424.73545031011,594.679117740163,2739.47443704518,1340.8773707123,6287.49959567245,684.177529906455,1830.58046180635,560.470994990705,2493.14471720685,698.518547078603,4456.67762287659,896.40553087173,2984.66676357111,803.884288753012,3802.25290508931,943.839513226104,5359.99980441502,13221.3147263708,4258.78455392357,107745.275071827,41876.1150983348,2974.71674494226,19110.7073236643 -887,2981.25434748184,3783.38390498438,624.984336855802,1515.84075484416,1349.528868717,2698.12205405277,1399.53611445546,3179.56232673641,250.497443920732,1162.84460198859,1964.61870716895,6453.12528838005,1098.98970476998,3764.41338440805,1255.95928911297,4254.39639848157,942.297309068613,4830.57716425857,253.021117402252,1310.81604932588,525.613732553055,2520.43076349029,1184.11562522601,5784.76192077869,571.039426033907,1684.21039035411,505.068071700539,2293.79714521417,656.090956930299,4100.32933023922,844.087189585479,2746.01793247087,693.647925059188,3498.23128953671,814.411139883978,4931.42342073504,13258.8649934808,4083.50729737101,96267.5477233426,35587.5252728003,2994.68128685462,16011.0961165263 -888,2563.01025500975,3542.36968782905,540.245385460678,1419.27662547321,1226.4690026487,2526.24264900737,1242.09815819297,2977.01356501404,229.531728563065,1088.76750897872,1825.49073472058,6042.03960988595,1021.16279168586,3524.60765290487,1166.98924939551,3983.37710908363,871.62405323653,4522.85323169165,231.611627168984,1227.3126798828,478.397937733875,2359.87088835932,1077.96828905868,5416.25322571086,488.385592806186,1576.92055169373,446.182249609004,2147.67459007548,595.877229633568,3839.12462872725,785.545168228873,2571.08739967006,634.954608748865,3275.38224834763,745.499392421053,4617.27524411356,12571.6344566669,3809.00878105359,86984.9131235776,31473.1301183832,2881.16809363577,14091.0487630183 -889,2695.77333384765,3384.59602127134,566.077265791221,1356.06343859722,1278.62261835268,2413.7262827123,1301.34293166667,2844.42030487011,238.701350319695,1040.27487352323,1898.0915786039,5772.93310019163,1061.77503857847,3367.6250899367,1213.45811327602,3805.96140514356,907.325787250394,4321.40979112752,242.897747688896,1172.6493785952,500.597322869018,2254.7645568721,1128.0803332131,5175.01862691631,513.988462645962,1506.68605918276,465.111236083588,2052.01927329326,619.750413933369,3668.13378857654,816.847673094954,2456.57369222727,665.895085816473,3129.49994010765,781.826566895098,4411.62633985806,13018.0981595783,3957.51875874237,90862.3596457841,33028.9325836411,2982.74773796267,14811.7535992355 -890,2768.07656575073,3314.93648113958,582.522945617168,1328.15382843149,1327.37791269154,2364.0485481168,1344.44763427603,2785.8783077947,247.776902928123,1018.86461692397,1970.641032409,5654.1183694399,1102.35853833216,3298.3148344064,1259.93552384479,3727.6295984596,941.217598950528,4232.46936311811,251.13192537494,1148.51467657009,517.59123343065,2208.35846847928,1166.3736390289,5068.50978052558,528.871335545072,1475.67643282086,481.058619263415,2009.78595563267,643.233412600938,3592.63865969022,847.997943370208,2406.01410029226,688.468775811734,3065.09062056104,808.330307389758,4320.82913388834,13578.7352334217,4116.65399527434,93993.5270123491,34034.7206128419,3112.03092165145,15253.6965166874 -891,3001.90987649752,3341.96854374707,630.601023448968,1338.9844243258,1444.84781446617,2383.32647658494,1461.23565209893,2808.59609960206,269.413090689128,1027.17307540272,2142.84744321694,5700.22558223942,1198.68922676688,3325.21135372438,1370.11457862046,3758.02701851768,1023.0761104431,4266.98356194484,273.279507217688,1157.88038261583,562.55888200488,2226.36680279258,1267.76200186207,5109.84157511451,574.20875056729,1487.71002017535,521.807671576942,2026.17500564597,699.374625654627,3621.93527931698,922.077254601077,2425.63424208491,749.185542649332,3090.08528396531,879.617785523653,4356.06387347628,14786.3351264741,4480.57545279942,102140.255253244,36956.2206840063,3389.06631527028,16568.3285988054 -892,3684.12564537753,3457.24468480159,774.532168498315,1385.17066316913,1759.25123653297,2465.53571209909,1784.77097281503,2905.47436637949,328.53856410197,1062.60385423188,2612.77387849595,5896.84622652714,1461.56176915201,3439.90948090013,1670.40324287966,3887.65446623376,1248.12206801013,4414.16669443854,333.224042242516,1197.81971195525,686.960178076531,2303.16195218978,1548.02639030272,5286.09781764596,703.009157959355,1539.02632309354,638.807363124539,2096.06484233788,852.931540922295,3746.86844870007,1124.35293199848,2509.30281986384,913.521242236434,3196.67309363556,1072.56411980836,4506.3196963388,17972.3743465887,5453.35704144912,124758.785086801,45230.5865674298,4118.59285179985,20272.6292073976 -893,5020.26316774904,3680.71406175131,1026.05260638397,1474.70532249718,2228.4453314163,2624.90300590164,2340.02831450993,3093.27841428288,409.766089507338,1131.2884406291,3254.01560859304,6278.00656441221,1820.26651785162,3662.25834496507,2080.24040141198,4138.9446700149,1566.48731650941,4699.48959486698,441.115342187998,1275.24438076896,892.408490720415,2452.03373113351,2012.37558901183,5627.78060075867,950.777277487714,1638.50590434587,816.113004440669,2231.5502785937,1064.8020277249,3989.05852608293,1401.18280606222,2671.49913191496,1209.30120363841,3403.29964445132,1419.83899344063,4797.59918237115,21604.962905265,6731.94370835997,160840.742092779,60338.3423023182,4940.46451953569,27336.0324954041 -894,5106.52348957828,4186.20061020558,1046.7554244067,1677.23224823766,2312.65931791388,2985.39098139222,2407.53062572522,3518.09017711239,425.852126605788,1286.65261170185,3383.09333158166,7140.18923227965,1892.47141346928,4165.21029920174,2163.04673357076,4707.36178158307,1625.30749685959,5344.88848621029,453.547106820632,1450.37857203072,919.874244987247,2788.7809075372,2074.11848590542,6400.66524857665,971.134450541711,1863.52819086808,840.622410013051,2538.01761865428,1106.32265906682,4536.89119988,1456.51393759913,3038.38633171764,1243.38242116991,3870.68780929311,1459.8537072684,5456.47183883876,22681.9415971406,7022.94343977997,165906.157066779,61756.9201930247,5189.79637379263,27934.5408457903 -895,4971.37042020204,4629.56540303485,1018.12120295159,1854.86963294721,2250.46571998846,3301.57679693877,2342.31066730957,3890.69470990221,414.550242455792,1422.92330719592,3293.28897664361,7896.41398462758,1842.23568011284,4606.35198670086,2105.56419180747,5205.92328768383,1581.78096237029,5910.97109835434,441.276338395134,1603.98965162035,894.982063394582,3084.14354885499,2017.99237670677,7078.56625862054,944.679354055416,2060.89636960789,818.338523093791,2806.82166329285,1076.96541533906,5017.39799212973,1417.85424647358,3360.18493907848,1209.74256871563,4280.63631832784,1420.35719961219,6034.3723581086,22076.6172926137,6835.00096594353,161474.670412256,60101.0634465331,5051.27867698322,27182.7437945659 -896,4841.69167017165,4761.54164258111,991.226196401187,1907.74688981553,2161.32415366526,3395.69571573567,2263.35868271388,4001.60776811256,397.787795281949,1463.48695645841,3159.25925758349,8121.51913659465,1767.26068326343,4737.66647527741,2019.68796422538,5354.32991315767,1519.93321037691,6079.47670735083,426.497284479963,1649.71500682393,863.716844674678,3172.06404081562,1947.60290889572,7280.35681018709,917.50337242342,2119.64688488889,790.605431150622,2886.83646726463,1033.59920585184,5160.43027737927,1360.31232272622,3455.97461561029,1169.22634545393,4402.66554461066,1372.78715380322,6206.39579929879,21035.917822479,6541.17157974475,155755.223032722,58285.6366609512,4811.18133584691,26388.3865407083 -897,4688.40601511434,4756.79803768332,957.117849647735,1905.84632941523,2071.81039712645,3392.31281161813,2180.92223680911,3997.62123441555,380.832728302208,1462.02898246267,3023.97869198593,8113.42821125037,1691.58597432135,4732.94665560909,1933.17023804981,5348.99575302488,1456.44388166288,6073.42013205448,410.966911287752,1648.07150629957,831.404569850906,3168.90392595166,1874.81307766168,7273.10387850765,887.835883899348,2117.53522272157,759.662039134406,2883.9605055209,989.674055420244,5155.28928646163,1302.17964227855,3452.53165966371,1126.65040850932,4398.27946392327,1322.79880079874,6200.21278301518,20032.7360451954,6251.52533743862,149753.672911804,56282.3152609389,4580.31850783122,25507.9938084653 -898,4503.91145535199,4815.41082400656,916.122555068198,1929.32997593249,1967.61037961601,3434.11254841456,2082.84131298964,4046.87952063201,360.939081813278,1480.04395633136,2865.32603277686,8213.40105649788,1602.83713035029,4791.26554760468,1831.70944745631,5414.90553995136,1381.79625289528,6148.25620321649,392.855920184457,1668.37887740907,792.958988133108,3207.9508409603,1788.26842956651,7362.72233196323,851.907041621351,2143.62727846119,723.024134053689,2919.49637640204,938.120450225831,5218.81224181691,1233.98971638787,3495.07340704061,1076.99980413074,4452.47462049006,1264.5040898264,6276.61118045197,18868.4326374629,5913.91642591497,142663.790726499,53893.2667515521,4312.51762733302,24459.9768955869 -899,4318.65666778522,4874.34851874671,877.929601613227,1952.94379941098,1871.25685918318,3476.143993805,1988.4570489779,4096.41086043962,343.177697717714,1498.15879265339,2723.87688462251,8313.92808148875,1523.71177284307,4849.90771887196,1741.19156983685,5481.18068477791,1314.77848027265,6223.50711337411,374.931591983999,1688.79881842374,756.518100785534,3247.21420483848,1706.10928709076,7452.83756763415,815.748600568391,2169.86397036393,690.057125161775,2955.22923337231,892.050904459377,5282.68732414237,1173.15697675665,3537.85097620078,1027.86092911518,4506.97019721477,1206.81019964338,6353.43307733184,17862.8801118426,5613.40968078461,136050.990825862,51552.1721818815,4081.65479931734,23408.7927486595 -900,4243.42484955728,4817.49021392277,860.462770111901,1930.16309888785,1823.55286284614,3435.59546633481,1945.63956848494,4048.6270434862,333.940881686122,1480.68306867105,2650.09371430605,8216.94776600176,1482.43814337635,4793.33451111157,1693.99904686978,5417.24380357797,1280.3673218606,6150.91114220684,367.09640679933,1669.09931650365,739.524190223901,3209.33609776894,1667.88298882616,7365.9017015191,800.865727669282,2144.55293924276,673.578620309159,2920.75707285087,868.139026724837,5221.06582846752,1141.46669464469,3496.58264906889,1006.38106213174,4454.39728735409,1181.59071534514,6279.32154566765,17301.8795601413,5454.72124880797,132885.305340759,50537.8514022472,3952.37161562855,22971.1267246428 -901,4206.67573597116,4730.48076476862,851.794632836632,1895.30211930007,1796.69730573345,3373.54463576366,1923.44546139549,3975.50415309272,328.870039783567,1453.94021866907,2609.51810963982,8068.5401788349,1459.74052188355,4706.76134190864,1668.04230456906,5319.40211042396,1261.62217696535,6039.81856775119,362.733155979912,1638.95345098786,730.698086872355,3151.37177327267,1647.98009181842,7232.86499130004,793.752147268838,2105.81983099769,665.161198288233,2868.00481955362,855.026512534063,5126.76733660559,1124.0522629422,3433.43031938938,994.419373287444,4373.94571670713,1167.54651180227,6165.9097306999,16981.8731807896,5365.59056953484,131197.115903198,50019.7053781792,3878.49551066353,22746.4826802648 -902,4226.10714524317,4642.75653222484,856.769834262743,1860.15475645854,1805.07968704596,3310.98405707394,1930.70288201852,3901.7805575119,330.419961249743,1426.97767591925,2621.82101470126,7918.91342203494,1466.62265425455,4619.47697335972,1675.83601052281,5220.75664690066,1267.60148381662,5927.81336681988,364.422457436828,1608.55993692187,733.420689275717,3092.93127134115,1654.17723563896,7098.73538333712,796.34191143506,2066.76852992792,668.274015656878,2814.81920603184,859.055179448956,5031.69418180412,1129.35089158206,3369.75919276644,999.050530016258,4292.83323570013,1172.98394698262,6051.56623667529,17062.7304530668,5390.40665531056,131787.062773299,50236.1208097507,3896.96453690479,22844.1673573196 -903,4264.9699637872,4599.34927954252,864.677933764206,1842.76331950048,1822.03696334361,3280.02815391705,1950.32996596888,3865.30102786279,333.519804182097,1413.63620946054,2646.42682482413,7844.87588129942,1480.38691899655,4576.2873719126,1691.63571715651,5171.94540698489,1279.66901924305,5872.39153048596,367.801060350661,1593.52077491714,740.930200344341,3064.01404333398,1671.05515624733,7032.36606192844,804.766916031949,2047.44536637373,674.815646138295,2788.50217482781,867.112513278744,4984.65057328109,1139.94814886179,3338.25377400417,1008.31284347389,4252.69757584122,1183.85881734333,5994.98737820275,17224.3919756431,5441.71260827753,133042.31569219,50718.4106347397,3933.9025893873,23062.9469860586 -904,4365.9196525983,4584.1437459016,880.256322796473,1836.67110994128,1831.34999131196,3269.1843202775,1976.50285142858,3852.52227129545,334.129019982527,1408.96270205057,2650.1964944625,7818.94057678743,1482.49563765419,4561.15808136412,1693.91118858453,5154.84685997418,1284.03017779136,5852.97729565787,373.599284968441,1588.25256581237,749.247037283622,3053.88435633251,1690.09292873217,7009.11692988154,821.223896129134,2040.6764741883,680.489814131049,2779.28333515071,868.919397989302,4968.17122644883,1141.77116382635,3327.21744538953,1024.20845928826,4238.63807913334,1202.52183950034,5975.16783923849,17073.6142304166,5433.81400958628,134384.484668825,51640.9944462127,3896.96453690479,23534.140204709 -905,4441.35912746978,4711.37638055007,890.859510402629,1887.64780640929,1831.1384508258,3359.92033495685,1993.42701324743,3959.44879580879,333.027050893616,1448.06837731732,2640.42954252808,8035.95480341022,1477.0320942278,4687.75275027235,1687.60707675176,5297.91932531524,1281.93569407978,6015.42632935801,377.309215627931,1632.3344204916,754.153169732241,3138.64473342918,1701.37200552286,7203.65454976864,834.009286638616,2097.31532730199,682.836038826494,2856.42217737876,866.268736717995,5106.06252078073,1137.75553831434,3419.56416597475,1034.379095362,4356.28122472877,1214.46317028057,6141.00826414506,16841.567959137,5399.23643271549,135028.261169279,52288.3000184271,3841.55745818102,23877.9767104178 -906,4480.32577433558,4804.03916178115,895.335787956508,1924.77383532278,1824.13795871185,3426.00284202151,2000.10743786072,4037.32275618189,330.957501265719,1476.54881114743,2623.26029152552,8194.00499125029,1467.42777252325,4779.9509047983,1676.65846598555,5402.1181622938,1275.75040844439,6133.73700737348,378.625191279174,1664.43897658828,755.618791744359,3200.37521870658,1704.77631539427,7345.33515681272,841.38555004069,2138.56507167577,681.995533485199,2912.60194353345,861.044801044858,5206.48794131571,1130.49984178208,3486.81974069926,1037.98679336478,4441.9600373523,1218.69896388228,6261.78887247597,16606.7060598732,5353.90563018493,135021.10417527,52586.6338692022,3786.15037945726,24049.8253161724 -907,4439.45307915542,4655.36283004629,883.734752605886,1865.20556295488,1793.24953726606,3319.97424443695,1973.50887951526,3912.37491183579,324.659264743316,1430.85229338893,2572.84921482057,7940.41534235482,1439.2282780855,4632.02006109247,1644.40900743641,5234.93236615006,1252.25959445215,5943.90892992198,374.168609008337,1612.92759770437,744.75818807675,3101.32938838158,1680.43884909317,7118.01030584855,832.764030895507,2072.38034683786,670.895545952957,2822.46217610329,844.761378073134,5045.35654703091,1108.86680511314,3378.90896998946,1025.76923983897,4304.489400285,1204.35434994474,6067.99782117391,16206.8512962578,5244.91913240758,132991.023415987,51990.8532029061,3693.80524825098,23805.7273853569 -908,4288.93752853865,4388.61616504164,850.517000577026,1758.33153795834,1709.82042879778,3129.74373181414,1894.34724819787,3688.2005567792,308.770328960258,1348.8661859018,2446.17040475037,7485.43913778177,1368.36531237534,4366.6109085434,1563.39812020223,4934.97706703076,1192.56368815897,5603.33013036743,359.529552270293,1520.50879528477,713.792311481739,2923.6269618183,1610.72305793244,6710.1569161408,803.522655694694,1953.63545705777,641.471606287016,2660.73850384339,803.578257355516,4756.26371327932,1054.41271779521,3185.30156880436,985.636813599527,4057.84735883911,1157.23491972777,5720.30887808942,15283.1118986004,4975.85877066616,127290.129691944,50053.9654454925,3481.41144647655,22953.8527169005 -909,3877.6211477602,4156.82923473026,764.614336211701,1665.46438933424,1525.40640224938,2964.44477082569,1700.96589808514,3493.40642275621,274.542149663939,1277.6251520831,2174.28990691352,7090.09197263212,1216.27785287995,4135.98619672245,1389.59103502449,4674.33381583103,1061.61624686522,5307.38748202538,323.515231996549,1440.20237227656,639.803868791041,2769.21415983907,1443.97328976128,6355.75666444205,725.239191657292,1850.45323548506,572.925710695405,2520.21028561373,714.648768038296,4505.05929612521,937.353620745112,3017.06829321504,886.904902260345,3843.53014639533,1041.31390915197,5418.18793941017,13466.5595140562,4413.52915368768,113956.438196469,45089.4905859607,3065.85835604832,20715.6088786615 -910,3385.37973679174,3992.23257335856,673.974280390925,1599.51751910259,1345.79227116112,2847.06258249282,1491.79129871067,3355.07910606108,243.548201849898,1227.03543029218,1929.37987206581,6809.34782808964,1079.27742327479,3972.21485057907,1232.96020974483,4489.24568813157,940.912067998848,5097.23252717456,282.780666462028,1383.17513137001,562.225885934648,2659.56245667924,1268.63438344287,6104.08976441218,632.858912913963,1777.1814200252,507.600461061906,2420.41831063895,633.85399942034,4326.67387840625,831.667335466504,2897.60238779739,775.232615174966,3691.33909060393,910.199619995993,5203.64565365539,12040.8373901186,3919.74777954823,100369.5835997,39463.6006283589,2742.65039682635,18083.9793818988 -911,2767.78356539428,3713.13953978724,569.8820879776,1487.69683018886,1227.41445191696,2648.02725118023,1289.88432706698,3120.52884167239,226.646898800358,1141.25459607298,1799.85676839925,6333.31305129179,1006.8233857865,3694.5212362232,1150.51100851921,4175.40695891806,866.709760317345,4740.8900389335,242.036765596122,1286.47872496559,492.398427046592,2473.63507385079,1110.12789633201,5677.35888182027,523.922401393446,1652.94042338803,452.615889354454,2251.20925870752,588.95175926574,4024.20038373649,775.01683747575,2695.03386864583,663.534735627931,3433.28122303076,779.055282763582,4839.86392891305,11953.1307534773,3718.90389068709,88794.8586609821,33256.4419653594,2733.41588370573,15039.3966026151 -912,2406.40755951636,3471.21558284647,521.88554855337,1390.76820684169,1145.66068265634,2475.49906476868,1165.0346655175,2917.21553307306,220.558196204228,1066.8978893561,1767.98917686276,5920.67567596685,988.996947054842,3453.81032652223,1130.23800356326,3903.36467165262,846.765666546979,4432.00456200754,219.766568207473,1202.66016109831,457.272455290242,2312.46914440454,1030.09487144649,5307.45920233194,471.70044438053,1545.24560515444,428.381012398052,2104.53514481213,569.676381701112,3762.00973080674,751.225919587298,2519.44303759682,602.481822859642,3209.59100889633,707.373136123243,4524.52995878044,11975.5387576201,3600.26094459202,83376.1505309804,30474.4110834918,2697.85855695653,13587.5350479115 -913,2545.54525809447,3338.2646306558,550.68813326553,1337.50042414048,1206.24268760885,2380.68502917997,1230.44543357866,2805.48332468356,231.763104350017,1026.03465660817,1857.616431612,5693.9080062716,1039.13361218828,3321.52601267373,1187.60439127601,3753.86198665428,890.372974911852,4262.25445211978,232.260117642354,1156.59710054685,482.547347850006,2223.8993142334,1087.08963566837,5104.17832339427,499.534433569407,1486.06118699587,450.576795138647,2023.92939021591,598.657387443544,3617.92107830906,789.349835751697,2422.94590486501,636.732421114459,3086.66053379588,747.586719641183,4351.23603569261,12553.1286738386,3781.90033507003,87859.9437301402,32204.1741232948,2827.56329527175,14375.3074082355 -914,2634.84172187699,3271.13934087824,572.48178063226,1310.60618013011,1271.15010293674,2332.81459644516,1285.99637570029,2749.07111595507,244.488527357972,1005.40331629615,1960.29670675323,5579.41581731273,1096.572017336,3254.73730034188,1253.36571028456,3678.37993189889,938.097297262449,4176.54972320857,242.829190773191,1133.34043155269,505.1852976044,2179.18150350828,1138.03381134084,5001.54432431347,518.5289803188,1456.17970699328,472.408124171869,1983.23254265027,631.384562859968,3545.17250153546,832.834796547915,2374.22569722004,665.707139597536,3024.59445884385,781.605899480303,4263.74207937044,13353.0559927344,4002.55645532727,92089.4049707288,33521.0505597316,3009.14992891305,14940.1304516216 -915,2860.51398112588,3271.7891514089,620.544537685211,1310.86653152717,1386.49814612829,2333.27800913806,1399.90707700684,2749.61721784022,266.418032471557,1005.60303926555,2136.30292921313,5580.52416604849,1195.0282855946,3255.3838526137,1365.98292415295,3679.11064061118,1021.81943767449,4177.37939315201,264.655333451913,1133.56556917921,550.00673772332,2179.6143970483,1239.05062916086,5002.53787910671,563.652039470065,1456.46897651363,513.340866810696,1983.62651100706,687.979886695169,3545.87674864462,907.573469809338,2374.69733621167,725.542692995524,3025.19529333162,851.858746044048,4264.5890700408,14579.3409899601,4366.64311780995,100248.303754278,36447.8651071602,3285.85337065218,16247.7070974746 -916,3518.43064147686,3288.81415201439,764.338483689141,1317.68772398799,1694.55192129539,2345.41939651972,1715.13180397207,2763.92505756713,326.204069691826,1010.83577021492,2615.41767430117,5609.56284272026,1463.04068430274,3272.32348701465,1672.15693937031,3698.25516918115,1251.49343759563,4199.11670060263,323.639650991113,1139.46416276472,673.811318904224,2190.95618428221,1517.85770375814,5028.56896071969,691.733804159035,1464.04782223367,630.702227402729,1993.94846055458,842.427286229808,3564.32798465006,1111.17887849603,2387.05425217291,887.245992278062,3040.93712427404,1041.71438250466,4286.78017959575,17804.6038334915,5337.22543618545,122867.822319357,44729.6701158122,4012.19990521741,19930.4644141304 -917,4806.4684435303,3284.0705471166,1014.97550813346,1315.78716358769,2151.75838483395,2342.03649240217,2255.58381290162,2759.93852387013,407.520293780313,1009.37779621918,3262.29817977728,5601.47191737597,1824.89971228639,3267.60366734632,2085.61120964222,3692.92100904837,1573.49805662835,4193.06012530628,429.662424062092,1137.82066224037,877.485207580454,2187.79606941824,1978.03908427521,5021.31602904025,937.900840619179,1461.93616006635,807.466683654491,1991.07249881085,1053.49445232481,3559.18699373242,1387.10124605106,2383.61129622632,1177.9034571757,3036.55104358664,1382.9749395558,4280.59716331214,21420.2822876738,6596.53271523821,158763.036504296,59808.5045821344,4816.36928277176,26948.0424349838 -918,4781.86909996876,3324.94354314157,1006.26537603075,1332.16323186498,2141.48538029796,2371.18508920328,2246.84128023304,2794.28825987515,404.696843185666,1021.94034445335,3239.66412748346,5671.18690556766,1812.23843080853,3308.27171932343,2071.35901405209,3738.88248994771,1562.76613294817,4245.24625449422,428.425944175096,1151.98178903032,873.701039090146,2215.02501555867,1969.61228731008,5083.81049350153,935.109872630269,1480.13117445531,800.398152600159,2015.85305609845,1046.20208593921,3603.48404331154,1377.48423073133,2413.27732612367,1174.51369383579,3074.34345302289,1378.99502276249,4333.87276392133,21266.8734856888,6555.50519431746,157864.956167577,59534.9597327072,4781.78135255436,26849.4097548681 -919,4651.29575976279,3540.35527707497,977.601504696703,1418.46953689993,2080.35958853118,2524.80607100789,2183.12075227469,2975.32065075921,393.238515896183,1088.14836835477,3147.86136933556,6038.60373203035,1760.88480900605,3522.6033427437,2012.59347112338,3981.11191420189,1518.22427558134,4520.28125728131,416.31944247746,1226.61475389572,848.865636997944,2358.52891964496,1913.63708934306,5413.17320874307,908.749123847973,1576.02381702242,777.996012138535,2146.45328931588,1016.59671858445,3836.9414647382,1338.46680712829,2569.62532016848,1141.32417246892,3273.51966318396,1340.02724825889,4614.64957550018,20652.1700703823,6367.48380156763,153423.497539088,57874.7138979891,4643.4296316848,26100.6310700685 -920,4506.24374061987,3785.65823869009,945.257817091885,1516.75198347119,1975.33729417198,2699.7439962304,2092.32191587009,3181.47368068587,372.611946515078,1163.54363141284,2981.43617877748,6457.00450357976,1667.78808221102,3766.67631422364,1905.97966937841,4256.95387543066,1441.51965529882,4833.48100503672,399.245496467479,1311.6040299268,811.85084076484,2521.94588878085,1830.37424273813,5788.23935773628,877.427457528911,1685.22283227238,744.175734254703,2295.17603255219,963.547591460847,4102.7941917057,1267.98410455478,2747.66866665412,1094.51658840641,3500.33420732988,1285.07052379625,4934.3878839734,19357.174676996,6010.03469538009,146572.050522256,55738.9769494067,4349.43222483697,25182.9120571165 -921,4377.10536758434,3988.65862489469,916.258069802263,1598.08559020685,1903.57645104029,2844.51381942447,2024.93214293065,3352.07555363848,358.734849130842,1225.93695686644,2869.8900608277,6803.25192616936,1605.39020582588,3968.65882249139,1834.64382653084,4485.22680084576,1388.84565422618,5092.6693545573,386.289562620091,1381.93687769987,785.056293240029,2657.18154850769,1770.00116384243,6098.62522750558,851.919963568093,1775.59044187215,718.575490571979,2418.25149040885,927.769103357709,4322.80052955263,1220.65360748981,2895.00838020578,1058.99838058759,3688.0345096633,1243.36864151368,5198.98721729211,18553.9248291999,5777.62347263086,141596.171973756,54026.0228143451,4167.84559119567,24428.1776322252 -922,4251.3373914978,4105.81921837905,889.514370782358,1645.02684885928,1846.40078126245,2928.06695309658,1965.4407902784,3450.53751747202,347.858990806848,1261.94693288806,2782.79590402376,7003.08678501609,1556.67053247456,4085.23195313687,1778.9641120908,4616.97330595384,1346.91136077587,5242.25853230131,374.989443543486,1422.52910681136,761.859699565473,2735.23209043069,1717.72085123216,6277.76278182865,827.342447984928,1827.74562724111,697.136020581674,2489.28383648189,899.659901240052,4449.77601760164,1183.62841597363,2980.0447124329,1028.01952700065,3796.36474109652,1206.99640921746,5351.69931556341,17977.3696771208,5601.19463653693,137391.766606215,52454.1298018192,4038.14085288045,23721.8058185734 -923,4038.92490647369,4166.25146536372,842.145180619961,1669.23947575276,1722.63393567817,2971.16423914002,1850.11559713769,3501.32488155086,323.839765420306,1280.52112835883,2589.57941970727,7106.16299167241,1448.58700141542,4145.36118271339,1655.31712374716,4684.92906735172,1256.07910113316,5319.41766803807,353.109488953863,1443.46686021777,715.771880309015,2775.49110147271,1613.94444533374,6370.16317521284,784.158134857046,1854.64763370943,654.082007478749,2525.92281341196,837.763260281252,4515.27085529892,1101.67539389848,3023.90704258152,968.036450262616,3852.24222606976,1136.57035568923,5430.4692753751,16563.4183143518,5195.8963222586,128896.728224067,49578.2868593397,3718.20249836958,22460.1495272889 -924,3930.50362662734,4107.44374155411,814.868443067021,1645.67772608924,1644.65695330778,2929.2254825813,1783.56608551102,3451.90276953632,308.037472674009,1262.44623934291,2462.08958887357,7005.85765148003,1377.2703581208,4086.84833068064,1573.75830610343,4618.80007419063,1197.03083567837,5244.33270313603,340.895363434424,1423.09194978576,688.403719941735,2736.31432218122,1552.45007120991,6280.24666399301,761.674878121517,1828.46879963903,626.898909710427,2490.26875546312,797.119356866901,4451.53663195895,1047.6799103439,2981.22380762452,934.551882215666,3797.86682440191,1097.25616725666,5353.8167881314,15573.0288684027,4925.03086073519,123724.530984484,47995.330818604,3493.38095195653,21794.5072881622 -925,3900.22316688743,3986.38429118898,807.603893944778,1597.17436157983,1622.68815115402,2842.89187724684,1765.51907450883,3350.16419968902,303.79566500469,1225.23792744219,2427.86283049316,6799.37271096965,1358.12422307156,3966.39589267581,1551.86222440543,4482.66932389668,1181.18982996735,5089.76551377914,337.239735684337,1381.14889709895,681.088658788627,2655.66642321714,1535.94796795611,6095.14779054799,755.705192939021,1774.57799995388,619.942320039396,2416.87260307084,786.210298394759,4320.33566808615,1033.18492341182,2893.35764602253,924.530115535988,3685.93159187013,1085.4896238412,5196.02275405375,15306.3801858876,4851.38246980281,122316.594254523,47556.9174093522,3432.8520740761,21604.6072307103 -926,3921.82931998843,3868.83381012559,813.36441088721,1550.07689158407,1633.37560255466,2759.06069505996,1774.54193816515,3251.37457366495,305.872121722951,1189.10811725147,2444.52173247035,6598.87284073126,1367.44306020719,3849.43482941293,1562.44101357144,4350.48439214366,1189.18225053511,4939.6785324595,339.261073428003,1340.42158497478,684.619551451427,2577.35614433031,1543.95646526504,5915.41410142148,758.883910132607,1722.24925231153,623.907164210357,2345.60387521942,791.570597730858,4192.9376304054,1040.2603443206,2808.03832948546,930.071537319802,3577.24085857862,1091.9958000561,5042.80245973709,15421.4412273104,4884.98685204755,123065.192725064,47818.4604011517,3458.79302173914,21720.0169238467 -927,3987.86476696596,3841.1519432906,829.061665355935,1538.9859468181,1674.70773942476,2739.31935839401,1813.4544947101,3228.11068526962,314.102317917893,1180.59993774063,2510.79974583251,6551.65728994692,1404.51837363662,3821.89176409468,1604.90709566602,4319.35627046115,1220.37939817706,4904.3346717371,346.163756426572,1330.83074348634,700.381930520275,2558.91492067605,1579.35129495883,5873.08876167678,773.382012106084,1709.92639824259,638.896065858229,2328.82086067082,812.764353062809,4162.93677050066,1068.3568107461,2787.94655327607,948.994984455192,3551.64536651466,1114.21379508687,5006.72073769458,15917.6281128673,5024.76582947088,125907.953163581,48751.2918190479,3571.20379494566,22121.247355024 -928,4132.80492080446,3850.0543280208,857.528374112522,1542.55275312913,1724.54088211779,2745.66809835206,1871.81297020548,3235.59226467502,323.052980879827,1183.33613641576,2581.95018975252,6566.84163429898,1444.31928007845,3830.74951077678,1650.29076139535,4329.36695784715,1255.73812202769,4915.70112501415,357.807873711701,1333.91512219986,722.312145057292,2564.8455491573,1628.93882847043,5886.70043246797,799.898273712634,1713.88938197305,658.432161756225,2334.21821531221,836.008139869253,4172.58493471953,1098.71701577267,2794.4079932792,980.916896258052,3559.87678093011,1151.69327082584,5018.32448440954,16306.9771713334,5161.29325432615,129861.984246484,50417.6038776418,3657.67362048914,22895.5730199187 -929,4220.88247987483,4086.71482785736,872.218000714528,1637.3725334431,1737.13299246053,2914.44264779467,1898.8711120467,3434.48215489091,324.520441523204,1256.075089599,2592.797770627,6970.50139884045,1450.38731743308,4066.22335522903,1657.17404711241,4595.49051375726,1263.19604221459,5217.86628586034,363.355690619292,1415.91007413127,731.504321533246,2722.50504638814,1649.8357674266,6248.55233065979,815.870648948645,1819.2411207395,665.121482869589,2477.70119048554,839.990238393242,4429.07119494559,1103.52234878469,2966.17855444338,996.126028705445,3778.70024329008,1169.55029374142,5326.79784079278,16238.6886528409,5171.2055339614,131325.521692917,51300.3964333083,3640.37965538045,23336.0076004248 -930,4237.62068227776,4218.17122150036,870.932946091587,1690.04151020393,1711.88788360298,3008.19083823528,1890.96554166132,3544.95833371201,318.593594080821,1296.47896126089,2544.25144288195,7194.71987611929,1423.2309464785,4197.02060449675,1626.14930835408,4743.31257509641,1242.70347288687,5385.70816212119,362.022349292673,1461.45532010716,726.826203185506,2810.07922519637,1639.45106170194,6449.54804224674,818.740406205634,1877.76022152659,657.990930527432,2557.40082130049,824.899108434721,4571.54008524027,1083.11695489669,3061.59092161185,992.470723353464,3900.24880431392,1165.25860441203,5498.143692733,15749.3275303258,5058.97020247695,130136.032408943,51265.8198159199,3527.96888217392,23373.0553234155 -931,4194.12781000119,4064.62131393718,858.185306783134,1628.52060362075,1677.92578971463,2898.68664770147,1862.20157583138,3415.91472787583,311.439441584059,1249.28452220054,2486.48167778171,6932.81761708103,1390.91506917342,4044.24062188807,1589.18945378543,4570.64646715443,1215.82469369829,5189.65756411776,357.119479273409,1408.25541011623,714.780931419512,2707.78669542072,1612.46556897652,6214.77153515203,809.282011037001,1809.40597668902,645.579948486381,2464.30629310516,806.509223777041,4405.12684105234,1058.66080753036,2950.1428607523,979.02968866587,3758.27191150234,1149.47750281037,5298.00021551114,15292.6126218706,4936.39754318315,127866.545106778,50602.4968480339,3424.20509152175,23104.0315687452 -932,4125.83092252004,3786.24307005862,845.970706007715,1516.98630048616,1662.5623452648,2700.16106900255,1838.24101582894,3181.96517397167,309.047198598701,1163.72338266649,2467.84103773859,6458.00202066724,1380.48766592058,3767.25821314974,1577.30190274139,4257.61151539808,1205.57241167001,4834.22771040016,352.334995458128,1311.80665444583,706.214460051173,2522.33549422659,1593.05584491438,5789.13355994143,796.643865818828,1685.48317568246,638.694697851558,2295.53060521974,800.218138603667,4103.4280161533,1050.62558987832,2748.09314311905,965.913205326368,3500.8749601173,1134.07745653057,4935.15017804146,15249.2696107121,4905.52926394959,126429.608656311,49873.4878144351,3415.5581089674,22751.4444065057 -933,3734.98665396107,3613.52379281163,761.760550941601,1447.78504410473,1486.99434394967,2576.98623324606,1653.84625877374,3036.81159695502,275.508104839434,1110.63712860133,2199.31686803751,6163.40354380505,1230.27770563335,3595.40497928751,1405.63640548897,4063.38954651464,1075.89156292307,4613.70190137575,317.628255607281,1251.96519866729,634.29310431479,2407.2726323141,1431.01534683603,5525.04724908978,720.042594668296,1608.59549823302,571.695744638904,2190.81403533883,713.522563388815,3916.23952664777,936.459058594706,2622.73176174329,870.765976785614,3341.17348779893,1022.36521743455,4710.02052944668,13480.5966880914,4363.18688294003,113426.359885535,44997.8962835344,3017.7969114674,20563.7399617692 -934,3272.38037759569,3553.35146247545,674.717679113917,1423.67655473959,1322.17451637276,2534.07430688567,1458.47236716805,2986.24266727363,246.579659235372,1092.14281999354,1969.20663430027,6060.77066374188,1101.55614917222,3535.53436309386,1258.46817564768,3995.72606009624,961.608659515572,4536.87462395904,279.083325530527,1231.1174976909,560.814970270523,2367.18677364922,1264.94896372854,5433.04426605793,630.802145443637,1581.80919620576,510.084172794085,2154.3326411657,638.430903633383,3851.02637959673,838.303022606227,2579.05808170146,765.09649336939,3285.5363296271,898.298812373771,4631.58935604418,12197.4322793722,3913.18072041402,100568.392506199,39570.1787780741,2732.44648717392,18026.0061997313 -935,2688.26941607985,3319.16024013411,574.306869527111,1329.8461087243,1218.39581120877,2367.06072387806,1269.90105287316,2789.42796210246,232.292519096715,1020.16281331911,1860.11959343845,5661.32262009595,1040.53385797979,3302.51741476589,1189.10550027141,3732.37919445769,896.120139812008,4237.86220567881,240.538793475018,1149.97806786676,495.322509253905,2211.17227019085,1116.2273736399,5074.96787222542,525.043993242132,1477.55668049426,459.234280444125,2012.34674421956,600.389481530648,3597.21625565301,790.78635621875,2409.0797468755,659.428101113515,3068.99603598944,774.233688442966,4326.33456092198,12300.6271744822,3763.82460073862,89790.9181080801,33571.4176362078,2767.03441739131,15073.0335608016 -936,2453.24364059006,3090.36243322122,549.744711504902,1238.17657450637,1224.1089319704,2203.89345768092,1214.95243150556,2597.14589251344,241.452553966151,949.840503609809,1956.49541744113,5271.07385053008,1094.44561092258,3074.86683837807,1250.10911968402,3475.09719766421,930.15195951029,3945.73603263837,235.524074129649,1070.7072761935,497.263977365663,2058.75077513648,1119.60202313964,4725.13796486558,490.329481453827,1375.70509647043,457.094029181078,1873.63077737394,619.240696221938,3349.25136973609,828.053779413414,2243.01600698775,645.680435683916,2857.44265752695,758.092572080068,4028.10977275375,13301.4061347179,3947.59481638529,89730.8618805603,32378.5937296221,3008.4900387449,14328.2256212621 -937,2525.68306887172,2952.86281361912,560.68054429759,1183.08633455112,1228.13680874664,2105.83553773694,1234.94566535514,2481.59097622503,240.961590672231,907.57921201338,1951.45807674157,5036.54775043541,1091.62776868783,2938.05666489839,1246.91002539304,3320.4795587677,930.427693474249,3770.1782411943,239.855625343672,1023.0682544402,503.630350856766,1967.15069438423,1134.15711113954,4514.90221201273,504.10219350729,1314.49579447533,459.976741283379,1790.2672481017,618.203431367301,3200.23299430545,826.145683317246,2143.21740588945,657.555221246252,2730.30634684017,772.034742590957,3848.88692318921,13114.9020612272,3925.62358414927,90580.5782074586,33081.3270608386,2964.24753817512,14696.7302441241 -938,2693.71166509205,2885.54258005205,605.151844528873,1156.11398486909,1363.67483655218,2057.82608074475,1345.79813381944,2425.01493640127,268.836298555215,886.887954616807,2178.98619018375,4921.72305578071,1218.90491071353,2871.07398625784,1392.46558110696,3244.77829068984,1034.95590099606,3684.22461049527,261.123980331619,999.744043939694,551.446113425315,1922.30301517719,1241.58386304649,4411.97014553021,540.587897566039,1284.52753333604,506.168431969583,1749.45220964687,689.344709702759,3127.27314271598,922.092490273992,2094.3557060895,715.861620562947,2668.060020959,840.492211307508,3761.13886884435,14900.4738674577,4408.25027624496,99498.4175803163,35734.5727431137,3371.27854341708,15803.020315093 -939,3072.61313120106,2875.86042646696,697.574417287975,1152.23475839683,1617.39107753215,2050.92124825227,1567.96944263408,2416.87803791199,320.358083968179,883.912089540781,2598.54532425872,4905.20869939631,1453.60244627505,2861.44038061249,1660.75582661584,3233.8907571018,1229.5686047399,3671.86255811477,303.873728951811,996.389501384641,645.463435038841,1915.85291696735,1452.96712637885,4397.16621476961,619.898152228248,1280.21742786472,594.763887967709,1743.58209527023,821.044784460969,3116.77988606484,1099.22478827543,2087.32830204135,833.05845666756,2659.10760865507,978.092866387114,3748.51873825445,18051.6885753308,5283.97762226409,116825.273960594,41276.3624539461,4088.00705264749,18170.1429985103 -940,3728.38266801913,2893.34029381359,844.784228192197,1159.23819658305,1933.7457032776,2063.38702406945,1886.47455219562,2431.56814842879,383.071168007965,889.284626374997,3106.3890760838,4935.02321910801,1737.68558813405,2878.83260097656,1985.11835664818,3253.54678106159,1471.6404970429,3694.18063372102,365.198432596724,1002.44569109034,775.605883584157,1927.49772925937,1745.93297421077,4423.89278377411,749.815461539581,1287.99876196841,715.44921611522,1754.17982228535,981.949153406864,3135.72409436357,1314.22913254127,2100.01536483924,1001.17783687936,2675.27002315612,1175.48161524439,3771.30274045707,21457.9167464184,6301.24811018308,140318.947651953,49833.2118692389,4857.82656256162,21955.7404306115 -941,4495.18073954123,2878.45966228642,956.722865997043,1153.27616145968,1952.41704150952,2052.77489452881,2074.33514496687,2419.06244015544,373.504395098404,884.710979481074,3016.94111411048,4909.64208358843,1687.64921773677,2864.02658342821,1927.49799318564,3236.8135848631,1456.80239337761,3675.18122984076,407.906708670967,997.290049706911,832.455443188895,1917.58448692839,1876.58161788644,4401.14042430509,886.706137527326,1281.3745031402,742.289183191313,1745.15796487589,959.912833215541,3119.59686767031,1278.89328860615,2089.21485343297,1118.2609775512,2661.51094077808,1312.94878066208,3751.90669272009,19134.3356250336,5977.85607526114,148003.715414342,56946.669697243,4309.21955549638,25720.8947417627 -942,4464.59331499403,2851.94745188535,946.180176523784,1142.65384819827,1936.48436581991,2033.86769891205,2061.20515452513,2396.78153303452,369.436411080755,876.562300540232,2983.91136797221,4864.42155622809,1669.17268036864,2837.64730969061,1906.60941220762,3207.00073602757,1441.3607110161,3641.33077179744,405.796035331102,988.104455072689,826.585707418003,1899.92246996655,1863.47819574298,4360.60347933323,882.510261204103,1269.57233308553,733.26927388985,1729.08409184092,949.493879396155,3090.86364982959,1264.92812094811,2069.97202557855,1112.47464557343,2636.99694846089,1306.15505570232,3717.34955059791,18900.2841046459,5915.40780053702,146721.536657792,56563.3464539532,4256.12855481264,25577.8966102237 -943,4365.24398840851,2968.00336809792,925.477337700637,1189.15250972823,1900.82698580748,2116.63303145573,2018.29427281667,2494.31512419301,363.116674173641,912.232747707602,2933.16919250906,5062.37222329911,1640.78797231911,2953.12130210115,1874.13357948017,3337.50503703354,1415.69044235895,3789.50951144238,397.243137437348,1028.31395043747,809.887089880973,1977.23709329141,1825.77273415013,4538.05199147155,862.504455961212,1321.23576055049,719.510392464269,1799.44669208957,933.188183657287,3216.64191847614,1243.35367309682,2154.20657197739,1089.02719605556,2744.3057618477,1278.62543527191,3868.62176555118,18622.3121836487,5817.28117837815,143880.697494663,55352.5312912155,4194.18905401495,25013.5937146018 -944,4257.90740978737,3181.4656767425,902.727216088811,1274.67776309739,1826.87210658081,2268.86377967671,1952.99049683962,2673.70921471877,348.599515554658,977.841604638127,2814.90764623817,5426.46401430546,1574.63354685852,3165.51327497751,1798.38111920645,3577.54234223871,1361.26881340378,4062.05551244692,384.400336790528,1102.27150460712,782.461139857059,2119.44232095669,1764.04726113498,4864.43405197085,838.864955289291,1416.26059736246,696.132072318835,1928.86502405813,896.088505157254,3447.9866054065,1193.43436089467,2309.13965362222,1053.81913867253,2941.67947437353,1237.28770021854,4146.85761333475,17727.8873515287,5566.88844056914,138944.806737846,53754.8312885902,3990.67355139397,24317.3025660273 -945,4131.02847678173,3413.77245295715,873.544875375172,1367.75319182898,1755.13351998487,2434.53346902144,1886.31208641429,2868.94022813102,334.444400732527,1049.24241605742,2699.94603326134,5822.69785414333,1510.32507384833,3396.65522610729,1724.90395046224,3838.77015757312,1307.21622637899,4358.66189352461,371.190246334404,1182.75803684302,754.880927179658,2274.20143608832,1701.92504930161,5219.6291436492,813.386090872917,1519.67423342909,670.414240195343,2069.70841544462,859.840600979735,3699.75441751547,1144.83426105207,2477.75023857488,1017.60417002164,3156.4773520763,1194.76775193597,4449.65614126397,16908.5180757169,5330.52180872987,133893.070633612,52014.9675105483,3804.8550490009,23553.6312612908 -946,4036.40275400787,3596.30384841662,854.770641962962,1440.88574597225,1723.42284417855,2564.70582160702,1847.5834897549,3022.33992613285,328.719831922046,1105.34448056741,2654.06631698078,6134.03236143746,1484.66038091524,3578.27137857786,1695.61132765916,4044.0258046222,1284.22032795984,4591.71569213732,363.457623150929,1245.99906357544,739.864212685704,2395.80097659828,1668.01040681564,5498.71810007508,795.158928079072,1600.92987137629,657.624536126164,2180.37389490212,845.052963353768,3897.57701582646,1125.30935418325,2610.23335362707,996.405472926514,3325.25140592738,1169.87838884327,4687.57532186904,16669.4601686799,5244.17068454236,131292.75517669,50893.8334259543,3751.76404831717,23032.158901998 -947,3875.81065518273,3777.60060828006,820.572866861279,1513.52363422888,1642.06043759498,2693.99769322265,1766.9835897341,3174.7020342609,313.141256606866,1161.06707279166,2527.8172597502,6443.2610136593,1414.03781500612,3758.65908612205,1614.85982067134,4247.89311007942,1224.27309794359,4823.19312349094,347.419418754666,1308.81233034615,707.084028225588,2516.57802232154,1594.11899884343,5775.91930914004,762.504772571105,1681.63589919897,628.893097975279,2290.29083715677,805.102659160056,4094.06154941187,1071.87984375279,2741.8203577976,952.437335739543,3492.88387833134,1118.25545531836,4923.88522595149,15808.8596538508,4986.68107610633,125435.728111317,48758.7802987243,3557.09704581015,22075.0017303526 -948,3817.32209272839,3741.14630873597,806.560808287544,1498.91794939066,1606.44342455005,2668.00029194508,1734.61334055932,3144.06577836172,305.931773626767,1149.86263609987,2469.19022068471,6381.08277106853,1381.2423864993,3722.38757454159,1577.38482119866,4206.90043141278,1196.88171532832,4776.64873060373,341.207371863409,1296.18213417537,693.508390987241,2492.29274217554,1563.5897165126,5720.18099414286,750.495013731158,1665.40791081419,616.086103999237,2268.18925552377,786.656546395504,4054.55336378021,1047.11099726134,2715.36146206358,935.407241648067,3459.17712942456,1098.26044367007,4876.36914218284,15380.2944297722,4865.65007983723,122945.135457075,47933.3706341922,3459.76354455664,21719.2725676215 -949,3842.09748936324,3596.36882757874,814.528489480865,1440.91178035434,1632.49954936187,2564.75216152779,1754.73326665092,3022.39453473221,311.717796113817,1105.36445228316,2516.52981549646,6134.14319308575,1407.7237221072,3578.33603192358,1607.65941082326,4044.09887336707,1218.33076756613,4591.79865671733,344.591304814527,1246.02157668295,702.5876701908,2395.84426469257,1583.87803805158,5498.81745266317,756.408811208021,1600.95879748655,625.560429373618,2180.41329059136,801.400259143863,3897.64743848802,1067.05043316493,2610.28051615377,944.684167203457,3325.31148762773,1109.15247007603,4687.66001847134,15767.5874797676,4966.10269424367,124652.927301278,48379.1664757565,3548.24854569619,21889.3375905342 -950,3882.57260649662,3492.26939865698,825.712280225094,1399.20357392365,1660.13272608156,2490.51360365422,1777.06777921527,2934.90919601245,317.405625942084,1073.36889961606,2562.8619421683,5956.58609759884,1433.64148926815,3474.75857497398,1637.20546751503,3927.03958289821,1239.84192215157,4458.88581023105,349.162802285228,1209.95460447414,712.095887595066,2326.49486486811,1605.29744682168,5339.65030824304,763.781955421366,1554.61791741118,635.356047109046,2117.29969205736,815.936518921296,3784.82728795909,1086.6082498493,2534.72410798632,957.216756449451,3229.05800433801,1123.86696704891,4551.97239734634,16117.6497306836,5062.1874117753,126520.629892548,48959.542745043,3627.88504672179,22134.0284254375 -951,3886.51139454939,3458.15441828387,824.430077683155,1385.53515461994,1647.78717568687,2466.18448897014,1773.12364452597,2906.23890795927,314.497251279416,1062.88346600158,2538.82717512963,5898.39791260703,1420.1966607955,3440.81465282636,1621.89660939288,3888.67745701339,1229.70776673375,4415.3282307498,348.256832483279,1198.13490419562,709.744220563813,2303.76800230601,1600.03752159138,5287.488792429,764.982727740689,1539.43129986084,632.006088600522,2096.61639727309,808.575643766518,3747.85439328666,1076.53489963881,2509.96311353714,954.733074139688,3197.51426075283,1120.95087883193,4507.50548163414,15886.9367389581,5008.36378405747,125900.279790521,48911.0132807387,3574.79404603806,22135.2809112073 -952,4083.30960716987,3467.77159270684,868.270879839528,1389.38834671011,1745.57307038688,2473.04298154186,1868.79144706428,2914.32119784919,333.714300994895,1065.83935936186,2694.5285163301,5914.80143734313,1507.2945645128,3450.383605126,1721.31956988925,3899.49192185656,1303.57422035239,4427.6073185503,367.191706893017,1201.46693364317,748.823078995528,2310.17481242157,1688.09599887876,5302.19337060151,803.292106308361,1543.71247922191,668.048519163305,2102.4471159605,857.863712047372,3758.27722727624,1142.43601066591,2516.9433550586,1006.64232377236,3206.4065913564,1181.89746230258,4520.04091562175,16943.3395755563,5322.12459231328,133038.977123998,51488.1306862887,3813.70354911486,23278.1651119012 -953,4192.12025688951,3707.74611805564,889.232279810275,1485.53591586609,1777.86498653303,2644.18092987468,1911.12912231172,3115.99620079305,339.340677146591,1139.59689717054,2739.40076447075,6324.11376646078,1532.39568899894,3689.15485801151,1749.95758815502,4169.34208298513,1326.58453373318,4734.00378564593,375.710326750102,1284.61008463087,764.972345438117,2470.04206124774,1724.60252388344,5669.11238571013,824.057945567196,1650.53948889446,681.478578167797,2247.93932478551,872.44389670241,4018.3551388785,1161.5792983155,2691.11926913272,1029.99580133543,3428.29430202751,1209.31675038128,4832.83391374329,17145.0833701052,5403.79530230412,135798.984174404,52742.8299938195,3857.94604968464,23869.1069942962 -954,4221.22008857493,3983.00528021147,891.424747966843,1595.82053583034,1763.85688768896,2840.48213394077,1912.16870065876,3347.32447306451,335.640749069722,1224.19936916369,2708.48860196966,6793.60930399422,1515.10370851595,3963.03382462529,1730.23023942942,4478.86964284549,1314.25984369813,5085.45123490191,375.957643431067,1379.97818275132,763.907493008986,2653.41537932844,1722.33121999006,6089.98131140564,829.636758095963,1773.07380013162,678.121089599231,2414.82396990843,863.150057492875,4316.67358721721,1148.69316868407,2890.905126011,1030.67381076146,3682.80725603055,1210.1128003795,5191.61840749737,16800.9596531649,5330.28774396809,135311.871724605,52908.4926289453,3778.30954865904,23987.9494182222 -955,4216.93696972611,3909.12198108518,889.366861982105,1566.21864537179,1763.7802078552,2787.79222358402,1910.49753414646,3285.23282168136,335.475090590439,1201.49091616929,2707.20360495543,6667.59032258643,1514.38489295946,3889.52098873549,1729.41201376558,4395.78824016344,1313.26390398901,4991.11796433179,375.957643431067,1354.38008942954,763.203879261058,2604.19548922406,1720.80298464307,5977.01437331507,828.557428367454,1740.18392609631,677.265516261059,2370.02986366095,862.713189112217,4236.60086236811,1148.13719476299,2837.27988749276,1030.67381076146,3614.49252105553,1210.1128003795,5095.315774494,16800.4475580854,5329.2474529876,135218.141569027,52861.6836177489,3778.30954865904,23970.3520317884 -956,4114.65421020189,3746.27980121278,867.252540043218,1500.97472113427,1717.39020358709,2671.6612445774,1862.25795446692,3148.37997424925,326.510830158725,1151.44044426471,2634.71912760774,6389.83870780447,1473.83774044072,3727.49532682731,1683.10015311712,4212.67301819051,1278.44100466151,4783.2031094757,366.515914753699,1297.96071771241,743.724656492068,2495.71259400333,1676.90883076701,5728.03006062573,808.293048707405,1667.6931352549,659.733769581279,2271.30159904586,839.690939570156,4060.11690432959,1117.42698984152,2719.08740232012,1004.78966491123,3463.92371197023,1179.72225790795,4883.06035451182,16329.6736305159,5184.73970735812,131739.348567035,51549.6696851164,3672.12754729157,23381.4183605769 -957,3714.80527208571,3641.79049101515,778.154151016704,1459.11030588568,1527.82011191891,2597.14464268416,1668.71650045421,3060.56697863615,289.365259579817,1119.32505936582,2334.04883171189,6211.61661167686,1305.64553168595,3623.52994353186,1490.97954292832,4095.17530816457,1134.4737466904,4649.79246746159,329.099150835196,1261.75866467475,664.983738774444,2426.1034614141,1499.60125043993,5568.26679103963,728.375581091126,1621.17869571205,587.670657936134,2207.95162255498,744.35837220518,3946.87421100011,990.105468971476,2643.24801441761,902.213006800762,3367.30973265031,1059.28713507514,4746.86454555724,14331.6761817429,4582.22523620875,117634.105667468,46344.9631446128,3220.85404147984,21065.1414211366 -958,3318.53711229858,3648.22359825012,707.038407165511,1461.68777789802,1414.09387196195,2601.73241620719,1515.82819409724,3065.97337299682,270.663887852615,1121.30231153215,2185.29712013344,6222.58923513338,1222.43518710606,3629.93079408968,1395.91714903761,4102.40930527902,1057.59900302047,4658.00617817266,297.51977357436,1263.98752128101,607.388960723614,2430.38909612288,1369.20301502397,5578.10295747152,652.046776844001,1624.04245638754,543.393237965305,2211.85189896917,695.812266052823,3953.84623893662,926.559892890858,2647.91722808252,815.639325771539,3373.25797834345,957.641087125169,4755.24973101115,13721.038087725,4312.025906947,107952.827488541,41801.1894323066,3088.1265397705,18892.0775553415 -959,2668.77175456208,3436.97064414913,585.121916564873,1377.0477187738,1242.97848234869,2451.07727024308,1276.07854597631,2888.43602782115,242.029019512356,1056.37251231013,1958.26323804439,5862.26582767846,1095.43451357111,3419.73709768318,1251.16465480769,3864.85640827806,938.211461459711,4388.28105336627,248.587283845053,1190.79543460478,517.461800027854,2289.65570565387,1165.66516031568,5255.09898134172,530.127549582327,1530.00113538357,469.503041108578,2083.77305864939,621.327397348317,3724.89599081118,829.415707212625,2494.58771809425,681.492736280539,3177.92710191044,800.13974831616,4479.89364986364,12895.9770125245,3916.36277861116,92691.2090674398,34505.1761267337,2911.15653749139,15416.5622569261 -960,2542.74555125772,3259.05288896005,570.869549706749,1305.76365374125,1271.21142654859,2324.19513743843,1266.47449125309,2738.91364102043,249.485089209591,1001.68847642707,2001.26144443711,5558.80057168108,1119.48731627361,3242.71145191796,1277.08219056056,3664.78877678417,943.69612404023,4161.1178928421,242.870230127502,1129.15287999787,513.144909100604,2171.12969962025,1155.32882460325,4983.06424178165,500.484466964872,1450.79930457725,478.002162546391,1975.90474573566,644.098944594124,3532.07353126353,832.750858521152,2365.45322936036,665.819647451646,3013.41895951797,781.737994807631,4247.98808412178,13782.5217806047,4075.47852486138,92410.0202750428,33232.9708234614,3103.2793738664,14736.1080426875 -961,2666.47594582855,3174.38275897688,595.970161940654,1271.83993968798,1318.62943443966,2263.81259346077,1321.57447753294,2667.75671847295,258.066920769249,975.664629502394,2069.65261644631,5414.38304211317,1157.74471128923,3158.46587214788,1320.78323082612,3569.57763641197,977.286687979058,4053.01213179241,253.694588585668,1099.81751037434,534.594992792307,2114.72379270788,1203.73585143726,4853.60433074573,525.050496309882,1413.10756716662,495.966246055068,1924.57077928715,666.348751941248,3440.31033036082,861.330528837149,2303.99880096569,695.494221106568,2935.13039419261,816.57887370713,4137.62543721049,14184.2421143508,4210.38067445429,96090.1561967875,34747.6074094039,3192.79704811254,15437.701329563 -962,2790.41523679266,3145.46625024271,627.881525624005,1260.25432650997,1414.30180480163,2243.19077132976,1401.47492092075,2643.45523490666,277.382840743031,966.7769757685,2225.59198265431,5365.06162550559,1244.97576401493,3129.69435563171,1420.42883905909,3537.06116604975,1048.53106779868,4016.09189576313,269.000259863862,1089.79890674036,568.428831547906,2095.46007006786,1279.79275301367,4809.39123400264,551.350351037392,1400.23510016725,528.714900894828,1907.03922371421,716.008367728652,3408.97139889932,925.949933127633,2283.01090929974,737.454146162463,2908.39331485346,865.843967942511,4099.93443042956,15412.2179493528,4543.97395224808,102351.786162339,36645.368495106,3471.29647910055,16240.1724812873 -963,3030.00483460273,3189.39334882829,680.819129471685,1277.85404357552,1542.49483482782,2274.51740284294,1525.69617800217,2680.37164394502,302.260056610247,980.278219827812,2425.37649582139,5439.98584092934,1356.73339023621,3173.40119638766,1548.0198276554,3586.45697010021,1142.12464159251,4072.17746483269,293.173679809958,1105.01817797277,618.903026732958,2124.72361122743,1393.48145082403,4876.55539539092,599.397017483242,1419.78967821535,574.653452824907,1933.67142807508,780.185964027091,3456.57840237721,1009.02064130516,2314.89363742535,803.724672351533,2949.00963997135,943.652107813681,4157.19087815206,16823.7795029579,4956.69649774241,111427.598555778,39850.2175549438,3789.58154308685,17663.4733618307 -964,3713.60585041508,3294.79239250821,834.811634184604,1320.08295027493,1874.70428951971,2349.68278160723,1860.58895026296,2768.94918113791,367.830097213225,1012.6732164964,2951.09196017234,5619.75962313683,1650.81380433987,3278.27175160935,1883.37645182523,3704.97767090578,1390.56404020834,4206.74964315807,356.952356016227,1141.53542325079,754.459062566576,2194.93879393288,1698.61762950262,5037.70963976005,732.889314770334,1466.70909452551,702.099852146392,1997.57295950116,949.523272414143,3570.80704029328,1227.84766655087,2391.39331900116,978.571526510221,3046.46478640854,1148.93957521057,4294.57247240199,20404.1712786903,6020.38128553425,135858.891499035,48699.2655465102,4595.24061130216,21583.7595531791 -965,4945.43603574511,3529.30852326645,1074.93263300463,1414.04357325146,2284.27928397627,2516.92807320883,2365.39885532254,2966.03693990025,440.06286761981,1084.75308562419,3524.21098396799,6019.76184652613,1971.41133528107,3511.611979209,2248.99184901473,3968.68989444441,1676.62976962446,4506.17690043391,458.34776737885,1222.78742298011,947.454313353081,2351.16974626079,2134.82808882165,5396.28281580792,967.426417699919,1571.10624640013,865.041409080713,2139.75584253643,1137.32769550376,3824.96929120717,1468.03264622912,2561.60747561038,1256.54325244483,3263.30550020413,1475.30582240233,4600.25076696726,23377.1568225426,7111.00854509582,169091.460782745,63156.3093619595,5251.7035557739,28363.8537851904 -966,4992.72823571859,4113.74689046484,1086.06704407277,1648.20312933741,2336.73372396095,2933.72057626281,2406.59423708777,3457.19994669827,450.303449978906,1264.38354807774,3607.18344216728,7016.60861163997,2017.82536819633,4093.11987454702,2302.21018744081,4625.88793381534,1713.78399525924,5252.38048468708,466.331971264431,1425.27578017701,965.145229287946,2740.51338070143,2174.59329565314,6289.88412524872,979.951992777982,1831.274708094,879.498895485704,2494.09024049884,1163.59269002136,4458.36781457235,1502.3351003356,2985.79869623603,1278.43164862039,3803.69490669435,1501.0049603015,5362.03258038072,24076.5634799676,7296.45930246424,172246.412015446,64032.2497683494,5410.84608776705,28734.3801077674 -967,4869.83632918686,4582.7141602129,1058.9448262759,1836.09833585758,2281.98863410317,3268.16481055506,2347.83441387834,3851.32084502923,440.044560131791,1408.52331074296,3525.10587349013,7816.50220526835,1971.91192828069,4559.7356638575,2249.76295108536,5153.239297972,1674.07089911121,5851.15201856318,454.907997784352,1587.75726216049,941.815466793249,3052.93198886484,2122.00294261951,7006.93110548144,955.227467276285,2040.04008012117,858.981232410444,2778.41660323718,1137.06217448837,4966.6218800762,1468.1235116996,3326.179837778,1247.11325282107,4237.316240929,1464.23407192887,5973.30445647738,23544.3745974135,7130.50160000346,168170.647716704,62464.3201595567,5291.48918877219,28021.865015971 -968,4754.53373009991,4723.2678823756,1034.24930630932,1892.41222460108,2202.14102120732,3368.4007652111,2277.25912050839,3969.44243435099,424.420914513617,1451.72329816453,3399.14234652332,8056.23753259508,1901.44908538507,4699.58462611602,2169.1910322702,5311.29126001963,1616.62562069186,6030.60924988888,441.211807158731,1636.45442835624,912.459669611035,3146.56666463624,2055.94255927121,7221.83655526129,930.339629447374,2102.60894577541,833.434835010369,2863.6317795827,1096.85994486217,5118.95020940561,1415.88069789255,3428.19513710457,1209.56565874586,4367.27646729743,1420.14948984339,6156.50815315524,22578.3290410666,6861.42672208903,162888.000479739,60766.6381198265,5072.66820728161,27281.7247950227 -969,4608.98767324251,4752.70424331619,1000.06704951388,1904.20612041199,2115.58179134968,3389.39332019349,2198.11046891339,3994.18080260371,407.280135754323,1460.77073143633,3261.24139060225,8106.44563464185,1824.30855410428,4728.87338821258,2081.16113845381,5344.39230160439,1552.60767009922,6068.19322670158,425.811492627068,1646.65314340174,879.842138280704,3166.17670462771,1982.5115591505,7266.84450162144,901.383869420409,2115.7128300746,802.363993165257,2881.47851213396,1052.69223143715,5150.85254265315,1358.60777542245,3449.56034270875,1167.34627275222,4394.49421772365,1370.57976285351,6194.87675740192,21565.934336454,6573.97370954012,156903.071622793,58758.3256343658,4843.90081754146,26405.3220674649 -970,4428.79682202585,4805.85862874572,957.580243861079,1925.5028182244,2010.56237741767,3427.30039576361,2100.44524587888,4038.85183934145,386.273426877071,1477.10803468682,3092.2867948679,8197.10836341006,1729.79690122829,4781.76124865077,1973.31032020581,5404.16414385307,1474.05178449025,6136.06007999601,407.223816478901,1665.06936106902,839.540143818539,3201.58731893902,1891.85476337317,7348.1171063788,865.228793425874,2139.37502521038,764.081475275797,2913.70505340386,998.55276670235,5208.45983048889,1288.42460191483,3488.14032804586,1116.38885416114,4443.64237158684,1310.75072298899,6264.16044306666,20333.0959167602,6223.52160462684,149552.435261502,56283.0289788308,4565.40138655345,25329.1074947964 -971,4244.64533578631,4866.55080498516,917.115043771251,1949.81958769702,1910.64867357738,3470.5830504803,2004.14987783379,4089.8576484121,366.943776287275,1495.7621208952,2937.01859580151,8300.62791816145,1642.94129325232,4842.14910415325,1874.13101709146,5472.41219440615,1401.41269876821,6213.55109014836,388.415254135153,1686.0971712731,800.399144191971,3242.0194907563,1803.68252970766,7440.91492939025,828.137189002801,2166.39274173156,728.68197885178,2950.50162073383,948.694010153407,5274.23637249479,1223.8733467272,3532.19131745104,1064.82588433066,4499.76019501765,1250.21070619033,6343.26920571913,19230.6144513326,5901.77442440763,142518.870968179,53807.5183377218,4316.74118031415,24228.8816175307 -972,4195.14459493942,4826.8474653941,905.700184210344,1933.91215092428,1883.526188936,3442.26859472838,1978.22946495615,4056.49089368149,361.565289900202,1483.55907323103,2893.80380465345,8232.90795339376,1618.76733502205,4802.64484375679,1846.54732070662,5427.76598635379,1381.20993450759,6162.85836363951,383.460647141551,1672.34129133735,789.784632600883,3215.5697513083,1779.79593139168,7380.20885970181,818.277151565249,2148.71841135686,718.696309650688,2926.43020495986,934.823155298651,5231.20696497968,1205.91027065901,3503.37423590867,1051.24301466397,4463.04928532816,1234.26307632147,6291.51818503027,18922.0317821574,5812.72039573068,140593.53087366,53141.3309217616,4247.11632256715,23936.6759628876 -973,4161.89489277154,4792.79746418312,897.45795724027,1920.26976600265,1858.79594660944,3417.98581996507,1958.04097477309,4027.87521422767,356.694040184169,1473.0936113323,2854.49358236329,8174.83060005024,1596.77755683687,4768.76557495489,1821.44759161315,5389.47692921384,1363.26234168047,6119.38374873827,379.326541365443,1660.54410416634,781.326172911983,3192.88617684049,1760.73003230339,7328.14669647585,811.702187883371,2133.56071991679,710.700241263366,2905.78630586482,922.296255128115,5194.30449296881,1189.61632535596,3478.66040398618,1039.90951838107,4431.56562344334,1220.95643285989,6247.13596592036,18614.897843735,5728.54888276055,138994.195583148,52647.1784075294,4177.49146482015,23723.7789234504 -974,4181.12713649091,4715.73009786884,902.683356337712,1889.39215546627,1867.47199916463,3363.02519055963,1965.44481621122,3963.10766731527,358.375675343631,1449.40651714395,2867.95625665071,8043.38071736285,1604.30845348697,4692.08463732327,1829.96367170727,5302.81505880307,1369.72948409547,6020.98510107873,381.093786742541,1633.84283800327,784.256221371237,3141.54511132932,1767.39083496275,7210.31134664465,814.362909353354,2099.25342719591,714.02762072508,2859.06175734412,926.643343567822,5110.78096206663,1195.22552730834,3422.72413761139,1044.75435545033,4360.30680355788,1226.64474985411,6146.6830843833,18703.5325274956,5755.07804455347,139620.094088753,52875.3213026306,4197.38428131929,23825.73983763 -975,4208.55537052149,4669.3987072533,907.939916378794,1870.82914100953,1875.37776093219,3329.98393702731,1977.74462097217,3924.17068712872,359.723729594403,1435.1663002289,2878.59216265233,7964.35562344281,1610.2580818571,4645.9855600603,1836.81770048005,5250.71564031379,1375.39866437898,5961.82976207099,383.208161257329,1617.79055995493,788.955323454148,3110.67986869062,1777.95228513397,7139.47104312261,820.620880721858,2078.62855500902,717.680911269708,2830.97187426677,930.160842471896,5060.56825179914,1199.69925904968,3389.09635024913,1050.55083406065,4317.46739724611,1233.45038796215,6086.29278021785,18749.345744562,5774.97512841377,140325.088004911,53205.6794525286,4207.33068956886,23981.6555174484 -976,4350.79542335891,4612.67036705675,936.244322147172,1848.10051177597,1923.00164985541,3289.52809389374,2034.58313560188,3876.4960926712,368.310138026066,1417.73052161536,2946.75961228098,7867.59698200336,1648.39032862283,4589.54166526289,1880.21394379361,5186.92490369146,1409.12810620131,5889.39972811152,394.789899461933,1598.13608643367,810.737092834714,3072.88834200871,1827.20692259886,7052.73389182119,846.59411079494,2053.37537891428,736.748236572377,2796.57850894528,952.477030072867,4999.0876082786,1228.25621299805,3347.92235274552,1082.30173594853,4265.01465661421,1270.7290811791,6012.35064997404,19109.1641557632,5903.88566353395,144183.174310203,54859.544458305,4286.90195556544,24752.6711906468 -977,4431.07835039282,4773.56311533718,949.059496285066,1912.5633818223,1928.65676115984,3404.26883482164,2056.44303514492,4011.71063444784,368.328445514085,1467.18182461174,2945.86472275884,8142.02355057802,1647.8897356232,4749.62767035562,1879.59220363544,5367.84799952752,1411.32947631365,6094.82557313728,399.460420882671,1653.88004527124,817.81330732934,3180.07255660937,1843.36069871766,7298.73754013083,860.983110389024,2124.99836119465,741.161203748347,2894.12486849,952.742551088253,5173.45882498964,1228.16534752757,3464.69992094328,1095.10579564798,4413.78096223619,1285.76231126349,6222.06509794514,18941.9268637063,5888.13065922788,145220.726358514,55633.6271283826,4247.11632256715,25150.1646201697 -978,4457.34329740468,4919.96511966947,950.397488974772,1971.22042808857,1911.36768867533,3508.67549472366,2055.20639936814,4134.74713014165,363.973586213103,1512.1793148833,2910.01162456551,8391.73399502474,1627.83384098329,4895.2955905174,1856.74025271049,5532.47632581003,1396.94347229847,6281.7498178584,399.302578251919,1704.60344573806,815.767690757338,3277.60326584287,1838.89115100425,7522.58496377487,865.982744845089,2190.17064692021,736.702335965059,2982.88575240364,941.692366109631,5332.12536463914,1213.49510025442,3570.95996204471,1094.6730759824,4549.14868733841,1285.25425565867,6412.89169422464,18552.7345937601,5803.31087729699,144543.210854007,55751.5904099122,4157.598648321,25250.2390643337 -979,4383.07072858795,4817.16531180901,928.781118768103,1930.03292445202,1850.23095076324,3435.3637622359,2004.90376376021,4048.35399519221,351.041472224468,1480.58320815501,2805.54363198245,8216.39359700936,1569.39540307785,4793.01123811143,1790.03182648043,5416.87845276576,1349.26092519072,6150.49631125901,390.308508735678,1668.9867487823,794.04104411729,3209.11965309846,1790.19081700436,7365.40492894121,850.013599854665,2144.40830588554,714.723742669367,2920.56009058322,908.45875403773,5220.71370832853,1170.22246629765,3496.34683186052,1070.01617097055,4454.09687302424,1256.30461508273,6278.89805444036,17720.0333406104,5581.39115990373,140491.190859308,54581.3964378815,3968.61689157914,24774.3610055661 -980,4247.86337904302,4527.48038486717,897.646850788934,1813.96851508981,1776.44751508742,3228.77481706469,1934.26186078394,3804.90228543729,336.418569332362,1391.54689515278,2688.06040987305,7722.29276699626,1503.67636502212,4504.77883991243,1715.04350927912,5091.12919209672,1294.31746165318,5780.6302262784,376.801682523223,1568.62060539862,765.127557803279,3016.13611774489,1725.12292645684,6922.47913116821,823.09420901199,2015.45222420383,687.540728222835,2744.92936551845,870.74529301843,4906.76100558985,1121.38606312374,3286.09061041261,1032.98771234783,4186.24542020179,1212.82954926673,5901.31040559698,16882.3807501345,5339.39860540943,135248.566601955,52764.1518798797,3779.63513483728,23976.821464587 -981,3833.09094947157,4291.9245623024,804.989981611969,1719.5913318983,1579.05664154171,3060.78806875051,1732.14614585695,3606.94076789644,297.914616427103,1319.14747082379,2379.49670183451,7320.51719423051,1331.06865383491,4270.40413369511,1518.12855917865,4826.24784028872,1147.78248603508,5479.87550353128,338.143170422655,1487.00838721393,683.694449581364,2859.21253911219,1541.7594193001,6562.31627516114,741.404324225956,1910.59224334137,612.008744904634,2602.1161361695,771.276624053744,4651.47196476625,992.908078773079,3115.1218350767,927.00684806367,3968.44337588823,1088.39755232796,5594.27693253176,14803.4107534371,4715.14678426402,120687.87674369,47413.116728132,3312.1539471074,21591.2394641317 -982,3362.50049759212,4094.57751447788,713.94962573065,1640.52277701375,1406.73900775677,2920.04992654505,1529.97826639559,3441.08997022062,267.115062525734,1258.49173113562,2134.38260770575,6983.91238306508,1193.95407533753,4074.04661702192,1361.63870626624,4604.33206578602,1027.63514736385,5227.90526561832,297.622847597748,1418.63423220558,605.578577946387,2727.74304436554,1365.28820936176,6260.57431185432,650.339522813484,1822.74127267622,546.916198102053,2482.46819499177,691.353176185556,4437.59256242355,890.386894703187,2971.88537114493,815.921899349523,3785.97032135947,957.972856400955,5337.046400792,13416.2700534949,4236.82135873827,107193.281899026,41756.112340322,3003.81529137068,18953.9186517952 -983,2755.46855223317,3763.30480181828,605.084895332654,1507.79591359509,1283.53564229568,2683.80263195905,1324.03228524748,3162.68781397616,248.694617221912,1156.67317521408,1992.06916110751,6418.87738447623,1114.34523719958,3744.43496122826,1271.15170555662,4231.81754676048,947.003669325566,4804.94041692632,255.240791954729,1303.85931129792,531.498816714895,2507.05438123724,1197.27068964415,5754.06114223871,539.271367406226,1675.27198097494,488.47413254945,2281.62354859338,642.655583166583,4078.56814033502,829.696377501131,2731.44431828136,699.733079782399,3479.66554291265,821.555712246215,4905.25146406677,13278.4572566616,4020.09798600679,94995.1684943336,35277.4302699905,2983.92247487153,15796.2067017357 -984,2619.60028176101,3512.60843107786,593.895083883182,1407.35255775187,1320.23501180421,2505.01839442118,1281.86355923802,2952.00215376451,261.42589271831,1079.62021712818,2092.31888958173,5991.27734959773,1170.42401681067,3494.99562407973,1334.64249071222,3949.91072377451,982.44583179287,4484.8544319789,245.760270886615,1217.00139929978,523.406366983615,2340.04440789642,1178.10187000947,5370.74851641028,513.541773959566,1563.67203684322,500.375378288614,2129.63087907805,675.916928711122,3806.87018217191,872.227100563358,2549.4863814324,673.742586044587,3247.86408941964,791.04030685615,4578.48315685539,14401.244254336,4238.2020944355,95560.1618309639,34167.6877353525,3216.28617394831,15074.9452673975 -985,2745.99313942367,3375.17379063789,619.71831325619,1352.28835217871,1368.78174980215,2407.00681439796,1337.0248997659,2836.50184607546,270.28534567347,1037.3788972475,2162.76566052239,5756.86208115135,1209.83129503498,3358.25010394576,1379.63847350785,3795.36615362287,1016.90788627454,4309.37960511483,256.60591998078,1169.38489065399,545.037687775176,2248.48761523845,1226.9061158815,5160.61211614552,538.517367216188,1502.49166095839,518.92397535964,2046.30674549504,698.919376545757,3657.92222940283,901.718401643915,2449.73494286079,703.475527181382,3120.78786043322,825.949714941316,4399.34500389314,14814.3963288586,4376.2964782294,99316.9595288505,35708.1897396311,3307.60029245157,15786.2954017465 -986,2854.19870693066,3319.16024013411,647.427735260888,1329.8461087243,1450.53362092217,2367.06072387806,1404.35240372961,2789.42796210246,286.807452478553,1020.16281331911,2295.78246530599,5661.32262009595,1284.23967691852,3302.51741476589,1464.6092895965,3732.37919445769,1077.59620218391,4237.86220567881,269.574598849468,1149.97806786676,573.621524626854,2211.17227019085,1291.16763674456,5074.96787222542,561.3583241605,1477.55668049426,547.143108074944,2012.34674421956,741.473395692271,3597.21625565301,956.958106334716,2409.0797468755,739.028674999172,3068.99603598944,867.692620231892,4326.33456092198,15852.240782556,4659.03837876699,104663.489032698,37344.7030236965,3540.95859529325,16478.70479844 -987,3099.3146617722,3333.3260819685,702.043875561666,1335.52175806852,1582.02370108832,2377.16310080504,1528.84535276863,2801.33295989129,312.535354733908,1024.51676552788,2501.9072013358,5685.48457523148,1399.54396571948,3316.6122266967,1596.19252784175,3748.30861319902,1173.80888016018,4255.94897503562,293.799861237546,1154.88605851616,624.560374578951,2220.60933088752,1405.87426217,5096.62732431312,610.285928675904,1483.86274369185,594.708011025354,2020.935237583,807.948542722966,3612.56881257555,1042.82837363208,2419.36145676345,805.44132530294,3082.09420217935,945.667627843992,4344.79892138631,17304.1158365499,5082.2571194381,113945.418282612,40611.0585492041,3865.63101663819,17922.8407921293 -988,3790.87736324265,3433.39668938211,858.648827477188,1375.61578735265,1916.10552050808,2448.52850267964,1859.25903571612,2885.43247010138,378.930085417441,1055.27403694708,3032.8985384493,5856.16991500721,1696.57565470849,3416.18106332396,1934.76761110536,3860.8375139044,1424.02845565006,4383.71787270122,356.765036152027,1189.5571787508,759.113045027744,2287.27479328327,1708.6945298513,5249.63443479766,744.582206333562,1528.41015442461,724.244145294352,2081.6062345978,979.695589866855,3721.02263512638,1264.29070745742,2491.99370592774,978.057996112212,3174.62251514173,1148.33663982837,4475.23520528456,20896.5964202832,6148.9005114841,138498.918770174,49507.1744180964,4667.1660568335,21851.8007606334 -989,5056.17062586355,3661.15480448847,1107.57095480804,1466.8687613556,2341.66698389758,2610.95431216421,2369.60039084686,3076.84078091188,454.815355535727,1125.27679145518,3633.90967122778,6244.64533519662,2032.77577586456,3642.79716109411,2318.03737154623,4116.9503824285,1722.28753756312,4674.51658027038,459.302321060863,1268.46775196869,955.919947472425,2439.00366203285,2153.3755906736,5597.87466219829,984.518637661868,1629.79890946061,894.562948371097,2219.69185512975,1177.22443034184,3967.86073113358,1516.54479393243,2657.3028270888,1259.16012564373,3385.21456308625,1478.37828987157,4772.10481495285,24044.0610842473,7288.15051975622,172826.850003665,64322.9391040077,5357.0949521915,28774.1297606487 -990,5138.78591864919,4209.91864099767,1128.73933110082,1686.73505276456,2425.28614639592,3002.30550647505,2434.04384723626,3538.02285089459,471.689964686986,1293.94248361785,3770.1625659056,7180.64386975204,2108.99439678557,4188.80940381492,2405.24421539447,4734.03258933483,1783.3405277814,5375.17137073981,471.576306293223,1458.59607683633,983.842847055302,2804.58148605609,2216.08490051456,6436.92991661132,1004.51509384278,1874.08650451058,919.996696981814,2552.3974311944,1220.60293099816,4562.59616129938,1573.02156729753,3055.60111602546,1292.80879685364,3892.61821855816,1517.88515161747,5487.38692847261,25168.96959165,7585.98900081261,177981.406055056,65762.5571200017,5610.74528136724,29370.7567620526 -991,5013.17169726309,4646.52542447822,1100.8092921419,1861.66479102594,2369.18666747785,3313.67184439967,2375.19215988016,3904.94794102976,461.089559479667,1428.13606642954,3685.54759905415,7925.34182965105,2061.66155957911,4623.22696775609,2351.19862891541,5224.99474750893,1742.56136960138,5932.62544122495,460.128959952653,1609.86573209835,960.308162931512,3095.44204799461,2163.04553641433,7104.49798764544,979.362034473384,2068.44628921766,898.786510719227,2817.10421715113,1193.1483807254,5035.77880547361,1537.68724786449,3372.49469251303,1261.42632523193,4296.3180675699,1481.03903190388,6056.47877106126,24621.6070429079,7415.95352575704,173817.222337205,64166.4520632718,5488.99312336288,28648.1208521169 -992,4887.49033316803,4774.40786965735,1073.11992622395,1912.90183889102,2280.6141971283,3404.87127177193,2299.28615696651,4012.42056742826,443.525345263715,1467.44146466569,3544.25984855956,8143.46440500961,1982.62648644402,4750.46818893613,2260.87857914125,5368.79792156228,1678.38138029818,6095.90414486853,445.452955776004,1654.1727244041,928.436333169945,3180.6353186313,2091.35582761063,7300.02916232578,952.38805633843,2125.3744118517,869.967137146016,2894.63702773597,1147.88542070011,5174.37434691466,1478.98085502152,3465.31305208988,1221.19260897216,4414.5620476531,1433.80067720385,6223.16618663819,23537.8286160667,7115.98698199529,167982.72178285,62313.1718422577,5245.48880735418,27847.9491659896 -993,4723.38998563648,4787.14412580305,1033.57235041245,1918.00471415154,2178.573871638,3413.95413897647,2209.66928448753,4023.12413895088,423.007980062709,1471.35602556686,3379.48984108475,8165.18798862606,1890.45565390083,4763.14058336033,2155.73731507827,5383.11977830143,1602.42396611182,6112.16563713066,428.120582226826,1658.58541140161,891.042678531859,3189.1200118603,2007.22670712704,7319.50279001337,919.681340518362,2131.04408098216,833.165093760615,2902.35878918588,1094.95497806328,5188.17755746457,1410.44402848502,3474.5571543663,1173.67655548155,4426.33837563868,1378.01213969359,6239.76716434141,22316.2912599321,6773.36227389587,161004.666236719,60022.9544632529,4971.54645184439,26860.4660883287 -994,4535.16476344133,4852.51492777816,988.64744215908,1944.19600964237,2067.49507651564,3460.57335788994,2109.19655144819,4078.06187311917,400.57957128752,1491.44811405523,3199.50852234071,8276.68763707346,1789.77575320109,4828.18360518542,2040.89592472805,5456.62892024242,1519.11011358663,6195.63025799936,409.017295762627,1681.23420902254,849.244115000569,3232.66901044726,1913.23279993352,7419.45419211618,882.041745260416,2160.1445335604,792.355254149395,2941.99192257035,1037.06599369368,5259.02466772655,1335.54345640718,3522.00393719137,1121.30561050372,4486.78219805653,1316.52348030986,6324.97424667519,21003.1707167987,6401.92554116427,153269.60077233,57437.7179551974,4677.31207000053,25743.5985763433 -995,4361.86211265931,4919.05538618719,951.146507673241,1970.85593663777,1978.21953178957,3508.02671785261,2022.95216353082,4133.98258856187,383.370939343274,1511.8997031136,3061.74432653469,8390.18230894485,1712.71172427565,4894.39041859117,1952.93157550951,5531.45333503039,1454.55205011457,6280.58828154713,392.066447855813,1704.28825349769,814.209802409227,3276.99721572664,1834.29219852565,7521.19398899183,847.467853036955,2189.7656701529,760.309070928652,2982.33419746843,992.580415908332,5331.13942005255,1278.12303581265,3570.29966837141,1074.83549528459,4548.30752022115,1261.96297758375,6411.7059089293,20049.4108570706,6119.7308177384,146929.859887596,55156.3863780617,4464.24579349292,24725.2588129089 -996,4292.32641628856,4871.09947239659,934.051357945049,1951.64204495106,1933.87987961215,3473.82693483556,1984.14152164891,4093.68035631102,374.329075363964,1497.1601797437,2989.10458105823,8308.38634856087,1672.07771618825,4846.67496378442,1906.57823324203,5477.52714830432,1421.13351999732,6219.35877170468,384.728445767489,1687.67313247495,797.912041374015,3245.04974133741,1797.6614213288,7447.86980330544,833.425336812244,2168.41762556809,744.204748632235,2953.25939540986,969.259925858528,5279.16609542774,1247.91539324666,3535.49278581754,1054.71863715471,4503.96603060399,1238.34380023374,6349.19813219584,19506.7503973184,5968.71730079047,143893.103476093,54174.9732810541,4342.49363548856,24306.2433221222 -997,4258.24533188435,4820.47933732126,925.5238391677,1931.36071329402,1908.48621940307,3437.72716112611,1963.88529625043,4051.13910792018,369.285549706107,1481.60179278045,2948.50550306733,8222.04616158553,1649.36696393269,4796.30864654469,1880.66710886752,5420.60505798422,1402.66033932565,6154.72761750845,380.584922691041,1670.1349478386,789.369937181951,3211.3274046938,1778.41226645075,7370.47204585801,826.71527476712,2145.88357679163,735.904448190123,2922.5693242349,956.268760029175,5224.30535970473,1231.0537761005,3498.75218477046,1043.35932369534,4457.16112133538,1225.00684485835,6283.21769617866,19190.8309209362,5882.32697358674,142255.229140967,53670.3649613248,4271.47154331936,24090.1094843136 -998,4281.68344276679,4716.83477514063,931.964604445892,1889.83475258874,1920.68393017055,3363.81299168807,1973.87678041817,3964.03603999032,371.719186948492,1449.7460459982,2967.99601958922,8045.26490913856,1660.26978030111,4693.18377555821,1893.02563983422,5304.05726290518,1411.830828891,6022.3955391778,382.830357638347,1634.22557174998,793.444377440754,3142.28102992745,1787.6389738503,7212.00038882941,830.225903823298,2099.74518509991,740.49784698269,2859.73150316851,962.558222566399,5111.97818146909,1239.175317505,3423.52592343966,1049.51509957699,4361.32822160429,1232.23433343221,6148.12296770133,19327.0459093289,5921.46340240096,143108.698414138,53963.302937159,4301.90958282045,24218.0805711967 -999,4321.0065063297,4642.62656759745,940.552291483481,1860.10268516896,1938.66811576951,3310.89137273732,1993.87322068874,3901.671335016,375.194931601745,1426.93773055045,2995.75748182211,7918.6917479874,1675.79928792107,4619.34766039673,1910.80945304774,5220.61050232305,1425.22176254672,5927.64742961208,386.372183468388,1608.51490852303,801.530502918304,3092.84469095353,1805.79670168015,7098.53666852349,838.980608384586,2066.71067490148,747.716266270245,2814.74041083189,971.556625982396,5031.55332964982,1250.76354706168,3369.66486313816,1059.22488255144,4292.71306647134,1243.63457717917,6051.3968352549,19509.3104125376,5977.58070404593,144467.342237947,54480.0820933527,4342.49363548856,24449.5605753309 -1000,4417.15315983005,4583.94880211208,955.821416840223,1836.59300426962,1944.46140901087,3269.04529602012,2017.40499970113,3852.35844020018,375.006360726531,1408.90278496602,2992.98957769763,7818.6080710916,1674.25094771363,4560.96411505542,1908.90855373857,5154.62764665171,1426.91278457396,5852.72839387006,391.80732738623,1588.18502430603,808.972384561169,3053.7544878506,1822.87311185845,7008.81886247982,854.980294808836,2040.58969305161,752.393245222133,2779.16514426152,971.332782306964,4967.95995163297,1249.94939842795,3327.07595323455,1074.12512621377,4238.4578282042,1261.12893416806,5974.9137412158,19293.6618954754,5954.29074340734,145629.297669312,55375.9358444183,4291.76356965342,24912.8898117208 -1001,4476.25435745625,4722.42313435859,962.522911246121,1892.07377005776,1930.27458588582,3367.79833275591,2023.80881938298,3968.73250666775,370.819451529862,1451.46366004789,2958.1810060876,8054.79668891444,1654.77935167437,4698.74411380705,1886.64148509775,5310.34134507272,1413.86795697879,6029.53068620541,393.637057866972,1636.1617514072,809.382301669743,3146.00390681336,1824.07073220761,7220.5449427038,864.758581367966,2102.23289792427,749.94112886541,2863.11962415821,960.779614411083,5118.03469431176,1235.78922437439,3427.58201053285,1079.14126385641,4366.4953877086,1267.01837494597,6155.40707267799,18851.253218329,5866.07306657385,145396.844651951,55796.3231005773,4190.30343798313,25168.3413430539 -1002,4502.80701344492,4939.78429988394,963.786904949913,1979.1611292839,1912.39051894268,3522.80955263923,2022.46947793816,4151.40320320727,366.289279763612,1518.27085285751,2920.99873896634,8425.53856158444,1633.97993211415,4915.01539404277,1862.95369845328,5554.76289546377,1398.96793770712,6307.05469882282,393.47570382865,1711.47012915218,807.290673217342,3290.80649151973,1819.50065787436,7552.88832232505,869.781454601991,2198.99334905243,745.23802398312,2994.90176244601,949.260667195786,5353.60485706591,1220.53869236896,3585.34492155255,1078.69891779838,4567.47410133298,1266.49901700612,6438.72485626792,18450.8779518233,5778.69932595101,144692.450890508,55911.2392938409,4098.98931947986,25269.0354321148 -1003,4479.46077505788,4845.75691212629,956.302762922143,1941.4883606688,1895.79930839049,3455.75387577291,2007.92327054957,4072.38242516733,362.63728393727,1489.37099943555,2891.61923178634,8265.16083387358,1617.54530497545,4821.45947535592,1844.20396848259,5449.0295652279,1385.29439566994,6187.00170829267,391.103093667223,1678.89278251111,800.982400991909,3228.16692686894,1805.40075293624,7409.12124346895,864.67110905134,2157.13613672178,738.568638565742,2937.89466006702,939.850023024883,5251.70051281986,1208.33192847513,3517.09890174321,1072.19449582623,4480.53353220547,1258.86218350421,6316.16556177821,18225.084290605,5717.94621005715,143528.054952285,55560.6171123392,4048.25925364471,25128.3652222038 -1004,4314.67366374516,4578.55538668364,916.735131023893,1834.43209247225,1796.98281702056,3265.19897920966,1919.15730252813,3847.82580461802,342.642512404465,1407.24508800088,2731.12842956419,7809.40879701155,1527.76822064412,4555.59774311527,1741.79715766038,5148.56277780664,1311.10089709662,5845.84214863027,374.24524215033,1586.31638615515,763.981970028281,3050.16147944661,1722.20539873228,7000.57237600715,831.65319716404,2038.18876136394,702.352197747091,2775.895214161,888.250501192504,4962.11471360616,1141.55289780179,3323.16135829634,1025.97932673006,4233.47091302903,1204.60101269434,5967.88373426183,17048.1361920293,5386.20907659477,136671.049831749,53284.7803356218,3784.46291130195,24147.5256056904 -1005,3894.32021062797,4352.48677391446,822.310685783906,1743.85603008135,1597.89317288283,3103.97803913058,1719.23331562765,3657.83735447118,303.537305129826,1337.76161166337,2418.52451464983,7423.81507493436,1352.90045474732,4330.66267623461,1542.38908396572,4894.3497462642,1163.08337969847,5557.20057647584,335.979851656211,1507.99116901917,682.932450132616,2899.55813054185,1539.74105952602,6654.91538335896,749.306490897958,1937.55210483612,625.382868124573,2638.83390829952,787.065562032404,4717.10765461784,1011.13641171502,3159.0784948536,921.076190618982,4024.44103009026,1081.43437502244,5673.21629376384,14954.8929356201,4758.23864437282,121999.23917894,47893.961205014,3317.7463056186,21751.6525004439 -1006,3421.23902047394,4157.93391200206,730.79575383844,1665.90698645671,1428.13034968704,2965.23257195412,1521.98591691765,3494.33479543126,273.143018967043,1277.96468093735,2177.33650887807,7091.97616440784,1217.98209410567,4137.08533495738,1388.46837428036,4675.57601993314,1044.90624839988,5308.79792012446,296.329843930777,1440.58510602327,606.396655776152,2769.9500784372,1366.84790899561,6357.4457066268,658.336288545527,1850.94499338906,560.50117010112,2520.88003143812,708.046936523219,4506.25651552766,910.03282453895,3017.87007904332,812.377178181992,3844.55156444173,953.81100382081,5419.6278227282,13618.4117527661,4292.60355116897,108653.567092271,42262.4816501491,3023.51192377475,19126.8103360327 -1007,2817.31931291119,3835.04373816939,623.49023828082,1536.53864924159,1315.88349604718,2734.96328896989,1326.41900909381,3222.97733920294,257.044252795363,1178.72254609034,2054.16748425853,6541.23883548281,1149.08247021962,3815.814186537,1310.23517717016,4312.48762415891,972.837158617159,4896.53579197386,255.774511047651,1328.71445460143,536.261256857001,2554.84573063775,1207.70425060072,5863.74936782278,548.830573593157,1707.20727092432,505.170408333905,2325.11756652429,665.234115679545,4156.31686270314,857.154970727775,2783.51315681953,701.196250703349,3545.99753515137,823.273619349411,4998.75904346796,13657.3014335908,4120.48829814538,97100.743446442,35932.5539387308,3043.80395010881,16025.4966446845 -1008,2686.67715181393,3602.73696195474,600.114252558413,1443.46322051,1358.33196102196,2569.29359962515,1329.50728809948,3027.74632579069,265.966359740273,1107.32173467105,2141.05701631664,6145.00499564494,1197.68767836291,3584.67223540722,1365.72451031571,4051.2598088245,1003.74880268301,4599.92941089617,266.926765514589,1248.22792236553,532.4997604671,2400.08661550612,1201.40728434645,5508.55427614443,520.156072505954,1603.79363485769,506.531684634286,2184.2741751378,685.058683970396,3904.54905059416,897.191429918134,2614.90257186687,731.769738996129,3331.1996574486,859.169912773236,4695.96051553874,14637.2621559468,4350.29050980015,98175.3314629458,35375.8137316827,3303.87207712986,15694.3438888354 -1009,2816.30665204332,3463.93772129134,626.228348198729,1387.85227776062,1408.27612503349,2470.30885429536,1386.67581676332,2911.09920573196,274.980822697052,1064.66099713582,2213.13741332406,5908.26219807873,1238.00879204152,3446.5689573839,1411.76370925593,3895.18075250341,1038.94359439663,4422.71227956521,273.812985305728,1200.13862535918,554.514094198666,2307.62074767382,1250.37847285435,5296.33141370511,545.468839332552,1542.0057938219,525.323444613867,2100.12270915197,708.379571577107,3754.12218094519,927.517149111998,2514.16069278531,750.648052864418,3202.86167778627,881.334916892939,4515.04368463348,15057.0220446811,4488.53017916555,101851.947912369,36821.7013516318,3392.019603854,16346.3632633132 -1010,2927.2636989538,3404.15527853418,654.192841689254,1363.89999973881,1492.39089536108,2427.67497644973,1456.56139805086,2860.8579382411,291.787949926208,1046.28652269714,2349.26519507491,5806.29432940722,1314.15742593748,3387.08627380765,1498.72071069501,3827.95569272996,1100.972172126,4346.38280572412,286.365210501955,1179.42600739547,583.584543120923,2267.79462597276,1315.62696563748,5204.92456547669,568.58249184346,1515.39305406802,553.86041147875,2063.87769675721,751.49665545675,3689.33158352589,984.354332647929,2470.76999705343,785.059508523262,3147.58502147273,921.737362882805,4437.12070727636,16111.7934409824,4776.65683356567,107272.472717568,38478.3039553252,3626.07946206021,17043.157733927 -1011,3178.64283550979,3421.70012504294,709.368738236172,1370.92947230711,1627.67528513439,2440.18709218767,1585.68952173472,2875.60265735727,317.962172206127,1051.6790312471,2560.19475179175,5836.21968076721,1432.14948740855,3404.54314751744,1633.37013726156,3847.68478543462,1199.28065070145,4368.78384591038,302.836549048064,1185.50471020867,635.406360821511,2279.48272635907,1430.94917124831,5231.75048706927,618.135931555705,1523.20331428197,601.998322765068,2074.51481946157,818.867499018812,3708.34621448618,1072.68677556411,2483.50422237802,830.215066773729,3163.80751767413,974.754445956645,4459.98940608128,17587.239734259,5196.42002591002,116319.951698545,41625.4363592592,3914.36730019025,18384.1055015377 -1012,3887.93154484463,3512.93333319161,867.633253728174,1407.4827321877,1971.39653926444,2505.25009852008,1928.36274990041,2952.2752020585,385.511037740921,1079.72007764423,3103.54854921707,5991.83151859013,1736.09662342997,3495.31889707986,1979.82664452939,3950.27607458672,1454.91163291387,4485.26926292673,370.885712432388,1217.11396702113,772.301055557062,2340.2608525669,1739.71008462078,5371.24528898817,754.171327275741,1563.81667020044,733.147185357983,2129.8278613457,992.943768191975,3807.2223023109,1300.47929681278,2549.72219864077,1016.76930172523,3248.16450374949,1193.78753413905,4578.90664808267,21238.4574967797,6297.31367262318,141630.849707605,50769.8534640176,4765.99603112508,22456.0078104204 -1013,5185.66521452492,3738.02722701324,1119.43935578683,1497.66826622031,2409.19165297285,2665.77591731226,2457.12299147066,3141.44449672901,462.729975842287,1148.90396855898,3718.4582572029,6375.76271218818,2080.07148021699,3719.28413241703,2371.96036222294,4203.3930395168,1759.44640552089,4772.6663261421,476.579163737875,1295.10147662541,972.617082018574,2490.2148590621,2192.54294693583,5715.41194462777,997.391505023035,1664.01942104479,905.785189605283,2266.29821276126,1193.24522539847,4051.17298721989,1559.82007442586,2713.09760130862,1306.52394332631,3456.29313204256,1533.98808751471,4872.30359846723,24437.5692406048,7467.6565403462,176770.728017999,65902.4637033762,5486.01958535241,29542.95428614 -1014,5270.36290687113,4255.40528359619,1140.77083092633,1704.95961267799,2495.22965682422,3034.74432755219,2524.04236426032,3576.2499033979,479.894700623244,1307.92306241626,3857.90414114873,7258.22811999145,2158.07623008006,4234.06796876893,2461.2090501009,4785.18209287721,1821.86593770468,5433.24814606407,488.982679266846,1474.35567793564,1001.01089586118,2834.88397087191,2256.29682693242,6506.47860757587,1017.61495177515,1894.33532884633,931.477641605612,2579.97515884726,1237.1913257263,4611.89335647303,1617.9384524684,3088.61577681599,1340.52771699723,3934.67654528109,1573.91187460501,5546.67615216081,25580.8104407232,7772.75691442522,182034.220547443,67365.4607288963,5746.57732014184,30150.0002719914 -1015,5141.53482868443,4660.4963225231,1112.5358812357,1867.2623346985,2437.51327739057,3323.63519706926,2463.02709341338,3916.68910772333,469.109629009818,1432.43010155377,3771.32176799384,7949.17127909076,2109.64284381301,4637.1278133782,2405.90722753801,5240.70495292779,1780.21269392604,5950.46330879395,481.858789046279,1614.70618124141,977.063374562033,3104.74924020937,2203.08687788679,7125.85937233142,992.129412087781,2074.66557127857,909.99838030358,2825.57451962538,1209.36186118233,5050.92008758028,1581.59755086227,3382.634910246,1320.99783854053,4309.23598283067,1550.98186933705,6074.6890335029,25024.4178243298,7613.07899043011,178130.071907538,65779.4044669254,5678.04218544345,29473.7031014234 -1016,5012.65825127922,4754.71864776712,1084.59597467246,1905.01320645986,2346.38189613166,3390.82989369788,2384.25454771239,3995.87371156136,451.2421227698,1461.38987012297,3626.73149024907,8109.88150174648,2028.76036719224,4730.8776921022,2313.47730586656,5346.65748939828,1714.61025027582,6070.76519306413,466.488167076051,1647.35106720499,944.646067945779,3167.51866914301,2130.09574856728,7269.92450895177,964.825760582569,2116.60956194,880.86070976634,2882.69980907207,1163.49808888933,5153.03569981102,1521.19591960706,3451.02241763544,1278.85985359294,4396.35679705924,1501.50771521102,6197.50241779951,23923.1223094245,7297.52541322686,172027.728378065,63946.4307179718,5391.16058434526,28663.4385920713 -1017,4844.36839241836,4742.17732910779,1044.65944731421,1899.9884343456,2241.3943920806,3381.88604625563,2291.2651911659,3985.33396583683,430.36979554419,1457.53522436905,3458.11441350183,8088.49041307489,1934.43751934526,4718.39925771516,2205.88206199019,5332.55483889374,1636.98814641922,6054.75259454204,447.337404137502,1643.00591952999,906.610398528119,3159.16384019687,2044.26680076094,7250.74893902843,931.714234342884,2111.02667114032,843.627062314664,2875.09623468986,1109.86068739408,5139.44375724579,1450.68571528724,3441.91980293911,1226.35875363729,4384.76071417473,1439.86624103463,6181.15552990318,22681.6235721499,6943.91822326511,164819.063626259,61579.4325178566,5101.2783440726,27631.26956823 -1018,4651.33059520731,4792.79746418312,999.285556730144,1920.26976600265,2127.10734737114,3417.98581996507,2187.02023937915,4027.87521422767,407.553026343848,1473.0936113323,3273.93303374604,8174.83060005024,1831.40814299689,4768.76557495489,2088.36160228751,5389.47692921384,1551.85268500319,6119.38374873827,431.580402070589,1660.54410416634,864.092118862758,3192.88617684049,1949.27166544763,7328.14669647585,893.60377123881,2133.56071991679,802.333248348238,2905.78630586482,1051.19634510997,5194.30449296881,1373.63138562207,3478.66040398618,1183.16152211337,4431.56562344334,1389.14842686077,6247.13596592036,21347.077636401,6571.94564642738,157150.129900667,59006.6710213958,4830.12428961716,26547.2217024404 -1019,4473.60095701106,4860.11769775019,961.396122640361,1947.24211568468,2035.25673309686,3465.99527695726,2097.57633973388,4084.45125405143,390.045600384541,1493.78486872887,3132.95922031445,8289.65529470494,1752.54868337853,4835.74825359543,1998.34858563595,5465.17819729171,1485.8908019636,6205.33737943729,416.041595861713,1683.86831466684,828.448754486739,3237.73385604752,1869.24535637273,7431.07876295837,858.583749971196,2163.52898105607,769.898255984171,2946.60134431964,1006.10966145139,5267.26434455827,1314.56677603358,3527.52210378613,1140.56246636915,4493.81194932451,1339.13293010329,6334.88402026522,20377.8140034109,6283.65839533189,150732.499429989,56737.292712919,4611.25579239405,25539.3652900462 -1020,4402.28854651735,4802.34965944397,944.134247110508,1924.09692371074,1989.63588540175,3424.79797261602,2057.30120621175,4035.90289551822,380.847373194044,1476.02953297683,3058.62304797314,8191.12329313806,1710.96570964576,4778.26987390881,1950.91310631427,5400.21832531214,1451.73902135259,6131.57987195875,405.047278719743,1663.85362050638,811.87158365523,3199.24969886176,1831.3936581164,7342.75192206028,844.36841403122,2137.81297316759,753.606122697778,2911.57762886299,982.478121248101,5204.65690429683,1283.48880526619,3485.59348298094,1110.4219573426,4440.39787234656,1303.74499708107,6259.58670330568,19826.2105966938,6124.14928000937,147462.117982005,55648.7952396884,4472.054935195,25052.45121993 -1021,4367.34233544188,4735.48429892118,935.527896272864,1897.30682227951,1963.50879145493,3377.11290855445,2036.27643757793,3979.70913178153,375.71682872891,1455.47808340242,3017.07453274642,8077.07445227426,1687.72385089931,4711.73978750293,1924.39629724673,5325.02855971195,1432.85794597193,6046.20701746314,398.230545119385,1640.68700830989,803.184280732535,3154.70504891189,1811.38019042165,7240.51535260674,837.578828565887,2108.04720321787,745.214352363173,2871.03837169725,969.314970846657,5132.19003183184,1266.1396824428,3437.06193459253,1091.73413726609,4378.5721358521,1281.80365147818,6172.43154982428,19505.0071865531,6034.99865703373,145710.682687567,55044.4829755216,4401.92539835398,24783.0343829901 -1022,4391.38027962068,4645.0308596274,942.037979987481,1861.06598256016,1976.05805788219,3312.60599475647,2046.64151334768,3903.69190616418,378.192701573527,1427.67670340619,3037.01926481103,7922.79262648369,1698.88075128076,4621.73989690376,1937.04297786182,5223.31411676188,1442.2250014908,5930.71719955026,397.873376879787,1609.34791533896,807.328573440413,3094.44639243265,1820.32152990444,7102.21281065725,841.132662550881,2067.78096904027,749.863733242065,2816.19808954837,975.689291935332,5034.15903643942,1274.49394522785,3371.4099223748,1090.75497390282,4294.93614766521,1280.65401702819,6054.53069169785,19643.3562564216,6072.57750299717,146473.42380104,55267.3595931181,4427.53906872866,24867.2407463207 -1023,4431.71066059958,4569.39307269867,950.718091606971,1830.76114358208,1994.56128166799,3258.66487057838,2067.37498248493,3840.12578022082,381.728953429005,1404.42899858814,3065.42649286957,7793.78110456442,1714.77149438702,4546.48137050721,1955.2401833272,5138.25980126543,1455.90430811946,5834.14382093762,396.107010253188,1583.14195064396,815.556758889051,3044.0576901901,1837.89634139683,6986.56327558869,850.003515904918,2034.11006758062,757.17488182971,2770.34026911972,984.810301437371,4952.18484507869,1286.41265573216,3316.51125903665,1085.91254589518,4224.99916015601,1274.96852851011,5955.9411847061,19828.5151138761,6120.68542186122,147571.671641288,55677.4205168839,4438.13538839468,25016.8297922627 -1024,4530.33388170491,4498.82379908462,966.203330068459,1802.48704196554,2000.51296003157,3208.33835911183,2091.67890597871,3780.81924156563,381.540223737469,1382.73913021918,3062.57399329927,7673.41468773279,1713.17583226226,4476.26594305067,1953.28304731203,5058.90500380184,1457.59296101582,5744.04185661695,406.267493105793,1558.69205637848,823.144626962284,2997.04555168106,1856.08341356569,6878.66345441492,866.245193299809,2002.69546445141,761.954165138375,2727.55539652392,984.603504468319,4875.70377160578,1285.54874983841,3265.29137342834,1113.76712942033,4159.74867349213,1307.67255933061,5863.95819344104,19609.4540521456,6105.24042542688,149011.506282538,56690.1170413007,4414.29013043706,25564.1765146258 -1025,4590.96380969737,4681.68009665785,973.033043837738,1875.74977054464,1985.90823107408,3338.74241579632,2098.21389353822,3934.49198786145,377.28381132057,1438.94105524522,3026.93383661437,7985.30336401933,1693.23905515118,4658.20536852138,1930.48484566064,5264.52600166313,1444.22469515528,5977.51048617749,407.279248919501,1622.04565083225,823.579662173467,3118.8615368615,1857.19821773996,7158.24918341869,876.188140594797,2084.09573575584,759.520106840718,2838.41785824908,973.928317697426,5073.87849005576,1270.95599600065,3398.0103056889,1116.54082012272,4328.82314167305,1310.92914602973,6102.3008652734,19159.8255624919,6014.45383882234,148743.719053222,57092.5896407405,4310.06703652129,25809.6134011269 -1026,4618.20744204693,4944.52790478173,974.351633599351,1981.0616896842,1967.50252447365,3526.19245675678,2096.74744326213,4155.38973690428,372.677249538595,1519.72882685325,2988.8706640891,8433.62948692872,1671.94686517889,4919.7352137111,1906.23624102093,5560.09705559655,1428.97241343421,6313.11127411917,407.854613017136,1713.11362967653,821.465274704533,3293.96660638369,1852.7024370959,7560.14125400449,881.304923886172,2201.10501121974,754.793525120735,2997.77772418974,962.268331037065,5358.74584798355,1255.24952913663,3588.78787749913,1118.11815926569,4571.86018202037,1312.78109789609,6444.90787255153,18752.9045442515,5928.38734254037,148097.068293372,57208.4730158084,4230.39939649723,25920.76441857 -1027,4594.26092573944,4845.30204538514,966.79341632322,1941.30611494339,1950.43076839312,3455.42948733738,2081.64510583878,4072.00015437744,368.962198907216,1489.2311935507,2958.80438493308,8264.38499083364,1655.12806408908,4821.00688939281,1887.04840157196,5448.51806983809,1415.00060380976,6186.42094013704,398.07077297552,1678.73518639092,815.049476889247,3227.86390181083,1837.12433278567,7408.42575607744,876.133214161008,2156.93364833813,748.045857283535,2937.61888259942,952.732813310932,5251.20754052657,1242.69022137901,3516.76875490656,1091.29612791252,4480.11294864683,1281.28938525747,6315.57266913054,18523.2815729435,5854.55406002925,146530.99293458,56679.9265926108,4141.541673839,25656.0280247818 -1028,4425.2610727072,4556.46187276346,926.832302037691,1825.5801626499,1848.75993444132,3249.44297911646,1989.54295116504,3829.25837760294,348.62130255149,1400.45452060242,2794.5677372419,7771.72501525213,1563.25558812216,4533.61500977432,1782.25222710228,5123.71873120381,1339.18368502831,5817.63342688769,377.282878506239,1578.66172214011,777.412524978528,3035.4431284792,1751.88644868464,6966.79158049938,842.703605416668,2028.35361731346,711.401424196,2762.50031678062,900.44279211549,4938.17035971291,1173.99015449888,3307.12566460525,1034.30689312844,4213.0425812413,1214.37839773068,5939.08610898019,17327.002158346,5511.07279061429,139374.344552159,54258.1938202135,3862.08174295792,24591.6514311339 -1029,3994.13799292137,4322.01072747049,831.400248077865,1731.64557658087,1643.92731277687,3082.24403193071,1782.21821258576,3632.22523273714,308.835986448453,1328.39462512768,2474.68805946519,7371.83363426209,1384.31782714139,4300.33944179193,1578.20389436944,4860.07958349791,1187.97089129483,5518.28914223964,344.201229032461,1497.43223770212,694.949470590796,2879.25546844463,1567.22250732915,6608.31776667706,759.284628028442,1923.985394355,633.468304615503,2620.35683325607,797.883363031315,4684.07853829177,1039.84883416524,3136.95867509762,943.614789043941,3996.26195497414,1107.89691454938,5633.49251923301,15199.6433934539,4877.94233467823,124704.664272533,48890.4078121658,3416.57505774571,22240.964114919 -1030,3508.93910938461,4144.54783902256,738.842138602481,1660.54375727373,1469.28204143519,2955.68628756158,1577.82801686153,3483.08511672631,277.908679086473,1273.85039512947,2227.91498666224,7069.14422130465,1246.27523117339,4123.76638198983,1420.71911691192,4660.52344739384,1067.28727084113,5291.70674987111,311.387787036109,1435.9472792154,617.053508680755,2761.03248746912,1392.52324509033,6336.97851450851,667.077186936862,1844.98605193234,567.723567049985,2512.76429780994,717.762963005914,4491.74905103741,935.895080213173,3008.15433320039,853.657965722219,3832.17439614031,1002.27872356938,5402.17984613883,13841.5213957097,4407.61093727987,111379.67365846,43367.039652287,3128.46122989011,19694.539312536 -1031,2889.49061967063,3838.74765126065,630.159530556284,1538.02264942691,1353.83424560318,2737.60473637486,1375.46019765632,3226.09011412144,261.51625217402,1179.86096488489,2101.96763582504,6547.55641145064,1175.82143705647,3819.49952758765,1340.71873548714,4316.65265602232,993.832276764131,4901.26490179893,268.583371616713,1329.99773667041,545.621509111748,2557.31321919693,1230.18568020317,5869.41261954302,555.993025203061,1708.8561041038,511.500076933502,2327.36318195434,674.280555857971,4160.33106371106,881.623115866408,2786.20149403943,736.311262633272,3549.42228532079,864.502109855523,5003.58688125163,13880.8344789994,4228.03803167112,99495.4208359788,36878.6928158994,3137.99933307316,16504.0581330925 -1032,2786.46948617132,3591.62522268096,604.611370541938,1439.01121995404,1399.13022137812,2561.36925741024,1373.93675807807,3018.4080010352,261.628238436372,1103.90647828742,2088.7053461323,6126.05226774146,1168.40263371269,3573.61621225525,1336.34738221365,4038.76471323428,998.932569562927,4585.74208142098,256.683218557662,1244.37807615859,520.539154848144,2392.6841498286,1173.70876151149,5491.56452098373,529.756226724444,1598.84713531923,501.120702704911,2177.53732884763,677.536465196715,3892.50644757038,907.087965734318,2606.83756020718,703.687438337316,3320.92540694034,826.198519557929,4681.47700218773,14398.5802437612,4336.23243542002,97528.1256275721,34865.1192871158,3292.12609177548,15525.3878199926 -1033,2920.51240477707,3446.19793099307,630.867051977618,1380.74469952065,1450.41571709466,2457.65771430003,1432.76223380515,2896.19065552054,270.494370545862,1059.20857150131,2159.03592477722,5878.00434102291,1207.74491503132,3428.91811736542,1381.3987392029,3875.23244647628,1033.90415431151,4400.06233759114,267.973215486707,1193.99238103964,542.060688809625,2295.8027788056,1222.34917713956,5269.2074247108,555.457302399042,1534.10875247125,519.689430322168,2089.36739555843,700.591725197157,3734.89627516903,937.704286409969,2501.28497530575,734.638542435502,3186.45893065573,862.538171214957,4491.92088780587,14811.666040435,4477.72239818036,101357.788734023,36435.6898100096,3385.59339406563,16256.3273674758 -1034,3036.19273690832,3387.52016550771,659.133966307052,1357.23501862131,1537.25880972605,2415.81163758284,1505.33213443977,2846.87776070472,287.029568709518,1041.17362591687,2291.81368968667,5777.92066412711,1282.01958019936,3370.5345720241,1466.48236960074,3809.24959080493,1095.72140979285,4325.14330184912,281.565675645312,1173.66249682264,570.475863688941,2256.71257570268,1286.34912648906,5179.48961866714,579.106945671873,1507.98777062137,547.966234793795,2053.79212898806,743.251625201178,3671.30289715219,995.243133022901,2458.69606540214,771.90176331709,3132.20369238859,906.288871098234,4415.43779376678,15849.3095418397,4766.76555331813,106823.787831717,38108.5869745904,3624.45427769603,16972.4479249319 -1035,3297.0373112635,3407.53428320854,714.755550889951,1365.25382296289,1676.63235135581,2430.0847152607,1638.84375285513,2863.69765956843,312.777466624458,1047.32507903833,2497.57991641492,5812.05772563168,1397.12332218173,3390.44833558663,1598.23505975591,3831.75536669329,1193.58623038152,4350.69707655357,306.873327122871,1180.59671955928,621.133231286365,2270.04566566239,1400.62615618593,5210.09103498157,629.597056038159,1516.89725108438,595.609350735797,2065.92632609813,809.887111494785,3692.99365756364,1084.57016041226,2473.22251249007,841.281742805606,3150.70935148422,987.747816103437,4441.52504561695,17300.9180793803,5199.7517371987,116300.332513029,41442.8474966172,3956.78246361659,18460.7054090103 -1036,4032.40077414387,3500.71692294918,874.154144386358,1402.58813703468,2030.60445946376,2496.53795967183,1992.81786373365,2942.00850992514,379.223433124388,1075.96529434365,3027.65894253325,5970.99460966191,1693.64467275872,3483.1637419645,1937.24025472861,3936.53878198226,1447.94439911588,4469.67150340025,372.620273580519,1212.88138925131,754.954115552755,2332.1224724903,1702.32417448713,5352.56650128018,768.095242940399,1558.37841556389,725.327488500203,2122.42127305263,982.04368056064,3793.98248671584,1314.83734636745,2540.85540572769,1021.52453620384,3236.8688410229,1199.37064884644,4562.98325962942,20892.7344329751,6291.14429139933,141353.800057677,50518.6185838102,4777.21767260795,22505.374615154 -1037,5372.96889588417,3730.87932378235,1127.11351540595,1494.80440590342,2479.5038884544,2660.67838668046,2536.07507539308,3135.43738658665,455.16498425357,1146.70701977019,3627.70751873145,6363.57089759665,2029.30634858281,3712.17206997013,2320.96776350948,4195.35525785733,1750.30909080671,4763.5399728598,479.229435916515,1292.62496710129,950.791637039529,2485.45303851995,2145.58359751653,5704.48286117711,1014.81975235129,1660.83746193277,895.783669185912,2261.96456847957,1180.01407414465,4043.42628268146,1576.43371074246,2707.9095815505,1313.78956532826,3449.68396433321,1542.51864499611,4862.98671752487,24039.7412014263,7459.27021680962,176324.542053111,65618.0749964238,5483.41506768913,29612.2130980155 -1038,5461.71798441832,4252.22122271134,1148.75981900841,1703.68389512556,2568.42121423094,3032.4736129986,2605.72791956157,3573.57401316583,472.053118335404,1306.94442315962,3763.71084630606,7252.79722946281,2105.38536395285,4230.89987329865,2408.29287270128,4781.60163223635,1812.5702283571,5429.18277702243,492.118204446707,1473.25250727818,978.544397749102,2832.76279966419,2208.02661690415,6501.6102054727,1035.57201060934,1892.91791296667,921.286073042198,2578.04472039553,1223.50250924388,4608.44255725114,1635.30750370191,3086.30475353433,1349.12364194339,3931.73246619874,1584.00433906839,5542.5259118429,25164.431456309,7763.66027387216,181600.017923139,67091.7071542622,5743.04646293956,30231.2245210879 -1039,5328.31323243646,4642.04174253206,1120.34617666755,1859.86837067939,2509.05905432392,3310.47430446027,2542.81306031901,3901.17984702738,461.444595602365,1426.7579812341,3679.23933255477,7917.69424165088,2058.13277309629,4618.76576774218,2354.17914766795,5219.9528694435,1771.15089518029,5926.90073229643,480.182967400646,1608.31228618784,955.133850015727,3092.45508970684,2155.17493734167,7097.6424759558,1009.65944678149,2066.45033429731,900.048550305571,2814.38584198582,1195.98330458863,5030.9195120334,1598.58725315376,3369.24039124812,1316.40363620992,4292.172319512,1545.58782226827,6050.63454940263,24617.164924056,7589.5780458608,177352.161241216,65463.6936646668,5618.42339321935,29487.8202310486 -1040,5194.12488251776,4712.4160723566,1092.09260124825,1888.06436662427,2415.02657198367,3360.66179166943,2461.12047764913,3960.3225545873,443.866510375134,1448.38793251851,3538.20407837802,8037.72815278668,1979.238944088,4688.78722889002,2263.73957012854,5299.08845358461,1705.76832749485,6016.75379482929,464.816381106703,1632.69463894697,923.446588438146,3139.33735973397,2083.77012937656,7205.24422972785,981.761538921771,2097.77815628982,871.164986508822,2857.05252369243,1150.60832131414,5107.18931069044,1537.45128311562,3420.31878470145,1274.27671491785,4357.24255524674,1496.126657966,6142.363442645,23533.5898615816,7282.85595060378,171388.1696213,63569.547733627,5369.17725377894,28660.9283349196 -1041,5019.14786823498,4728.27141652817,1051.79016556369,1894.41692758053,2306.7361550075,3371.96903800189,2364.75730119544,3973.6474130398,423.333047778072,1453.26116289788,3373.7252979863,8064.77180603444,1887.23102130684,4704.56307171031,2158.46109436216,5316.91770930761,1628.45521551933,6036.99769960083,446.678582746199,1638.18798567827,886.267019305536,3149.89994027546,1999.97073388049,7229.48691656799,947.955185814513,2104.83631799559,834.296801259,2866.66533172633,1097.54825137285,5124.37290463186,1466.10987285227,3431.82675230772,1224.55261944678,4371.9028864424,1437.74566119616,6163.02997227963,22312.2854815044,6932.48718645257,164259.720971817,61230.3862236912,5088.77534690847,27641.7205396507 -1042,4818.55394294315,4789.67838246039,1006.01946361047,1919.0200828323,2188.87703488485,3415.76144533224,2256.80143414394,4025.25393259496,400.887094874756,1472.13494379141,3194.0604806469,8169.51054116989,1786.72816859304,4765.66213283033,2043.47052652109,5385.96953731785,1543.6742598462,6115.40134427664,426.693309674654,1659.46344661638,844.705253046278,3190.80829372705,1906.34302325677,7323.37764696077,909.070477790044,2132.17223014739,793.416464344953,2903.89526310232,1039.5181780352,5190.92411640848,1388.16014578891,3476.39654323122,1169.76374118972,4428.68162606134,1373.41810944792,6243.07042220475,20999.4152408193,6552.62823763726,156360.101124682,58590.7633954723,4787.60292841797,26489.7205239827 -1043,4634.23773527916,4877.79250258319,967.834972100711,1954.32365701715,2094.2935356897,3478.60007253673,2164.38454061388,4099.30519036632,383.665129703893,1499.21732071033,3056.53462888096,8319.8023093615,1709.79746713989,4853.33443399665,1955.39336496418,5485.05342748611,1478.02087643584,6227.90434878357,408.995602768364,1689.99204369505,809.862393944201,3249.50853262239,1827.69282619091,7458.10338972712,873.408318151581,2171.39709349055,761.318791884124,2957.31725840246,994.925834258946,5286.41982084169,1328.44066522016,3540.35065416411,1121.24613997172,4510.15460892662,1316.45365603446,6357.92211227474,20045.8270145238,6263.86523728438,149888.290001223,56262.2339298664,4569.5125564076,25440.6359418008 -1044,4560.05366676833,4859.0130204784,950.411217937703,1946.79951856221,2047.22142340069,3465.20747582883,2122.63210190797,4083.52288137638,374.616161358932,1493.44533987462,2984.02358941217,8287.77110292922,1669.23545601397,4834.6491153605,1908.97939420086,5463.9359931896,1444.0019746171,6203.92694133822,401.312309621393,1683.48558092013,793.658433777098,3236.99793744939,1791.20779382152,7429.38972077361,858.889668512292,2163.03722315207,745.184966195201,2945.93159849525,971.548097904846,5266.06712515581,1296.99378512551,3526.72031795786,1100.18267932569,4492.79053127811,1291.72307388332,6333.44413694719,19503.2713139472,6109.45731731582,146786.002381199,55259.8724325324,4444.8894866874,25008.0938543864 -1045,4523.63779847707,4805.14383905294,941.712679766329,1925.21643244525,2020.25558770314,3426.79064314994,2100.79422142269,4038.25112885694,369.568641585567,1476.88834000168,2943.4974051713,8195.889183026,1646.56547985432,4781.05004303323,1883.03396665415,5403.36036639591,1425.18505906729,6135.14744547255,396.972120082295,1664.82171033499,785.16700202179,3201.11113730471,1772.03566995283,7347.02419899748,851.939644781182,2139.05682957977,736.866242189362,2913.27168935784,958.524635891051,5207.68516071817,1279.43101180415,3487.62152652754,1088.28421211841,4442.98145539871,1277.75309878346,6263.228755794,19187.4122208586,6021.13361465208,145111.280620992,54743.8654299866,4372.19269601728,24784.4898407105 -1046,4548.57854352197,4742.76216047632,948.266595942651,1900.22275136058,2033.1858241286,3382.30311902777,2111.53627841089,3985.82545912262,372.004167492705,1457.7149756227,2962.95410662544,8089.48793016237,1657.44938038365,4718.98115664126,1895.40812056414,5333.21247886116,1434.50472524454,6055.49929990547,399.318137758947,1643.20854404901,789.217992063566,3159.55344564261,1781.22833599081,7251.64314123358,855.569307191004,2111.28701455041,741.466776061337,2875.45080735742,964.829233124148,5140.07758169339,1287.8786618782,3442.34427940404,1094.71573178867,4385.30146696215,1285.30433778614,6181.91782397124,19323.6008062413,6061.16395071997,145982.639380229,55043.0234510665,4403.34846344733,24916.4799241837 -1047,4590.35917413812,4733.4698881671,957.005150844415,1896.49973370624,2052.22598683835,3375.67633055496,2132.90936486457,3978.0162175267,375.482580463419,1454.85894277847,2990.66829734689,8073.63857441867,1672.95244475322,4709.73547734176,1913.21460194545,5322.76336483021,1448.10966065741,6043.6350430528,403.013087181028,1639.98908232281,797.261727560233,3153.36308019754,1799.31970947244,7237.43533563895,864.586625606574,2107.15046854656,748.69349553667,2869.81707093766,973.848913627707,5130.00686784279,1299.92343537746,3435.59985509095,1104.84529736066,4376.70955068842,1297.19744774292,6169.80588121091,19505.8327852131,6118.60813767519,147368.419600621,55569.9273151229,4444.8894866874,25154.5152212378 -1048,4691.60685588077,4678.23611282137,972.457688844059,1874.36991293847,2057.97375607386,3336.28633706459,2157.43588977092,3931.59765793476,375.293375951564,1437.88252718828,2987.92015703174,7979.42913614658,1671.41516023964,4654.77865339668,1911.30459247526,5260.65325895492,1449.65008403774,5973.11325076803,408.599065761241,1620.85242556095,804.683033037608,3116.56720907759,1816.37676007724,7152.98336132572,880.945219494376,2082.56261262922,753.354097747972,2836.32983321892,973.618228467992,5070.14599335644,1298.92978971272,3395.51062772557,1120.1590486055,4325.63872996121,1315.17730345451,6097.8118303305,19290.245581234,6095.24195296154,148541.088769751,56480.2377939204,4392.96320763731,25627.2645478151 -1049,4753.41820518764,4803.97418261903,979.18501085207,1924.74780094069,2042.53578529333,3425.95650210074,2163.55620388686,4037.26814758252,371.102722868113,1476.52883943168,2953.18716148867,8193.894159602,1651.9858407598,4779.88625145258,1889.00242011823,5402.04509354893,1436.19893493349,6133.65404279347,410.41674634367,1664.41646348078,805.112468859813,3200.33193061229,1817.6147510094,7345.23580422464,890.874578892857,2138.53614556551,750.872740368935,2912.56254784422,963.033268967972,5206.41751865414,1284.05203727469,3486.77257817256,1125.14215190283,4441.89995565195,1321.02795864993,6261.70417587368,18847.9408236445,6005.46624455717,148289.912725764,56904.9819621796,4289.11064953714,25885.6146405858 -1050,4780.91161672813,4908.59345744405,980.404049861023,1966.66428747887,2023.29585750497,3500.5657883306,2161.56531629702,4125.19036569153,366.568686281058,1508.68416969937,2916.08012251734,8372.33792977714,1631.2285031374,4883.98094771101,1865.27986251143,5519.68894815247,1420.91274983731,6267.23062201539,410.181803552257,1700.66354491727,803.048721327265,3270.02764358915,1813.09287485705,7505.19778862437,895.937071527378,2185.10844013479,746.144377948925,2975.99131953505,951.482087581836,5319.80106413793,1268.08396785876,3562.70629570335,1124.49806503197,4538.63410420066,1320.27173708026,6398.06938624864,18447.6554052719,5916.42126379345,147560.847943779,57018.9891890052,4195.64334724698,25985.7842638216 -1051,4755.93287234298,4812.8115881871,972.777822687175,1928.28857286963,2005.65049016802,3432.25890213803,2145.88324218372,4044.69511838856,362.913805351255,1479.24506639106,2886.75315046331,8208.96767230577,1614.82326366684,4788.67934478896,1846.50540239266,5411.98271219006,1406.99715771148,6144.9375314905,407.689088724201,1667.4783290868,796.777510428723,3206.21927099926,1799.05329579498,7358.74812242775,890.647228456912,2142.4702031857,739.46343116533,2917.92050679637,942.048139530677,5215.99526021145,1255.37172118624,3493.186855649,1117.66438061069,4450.07128836704,1312.24831695878,6273.22322598633,18221.9088090849,5854.33881387831,146371.483170656,56661.0849040203,4143.7170681969,25840.5273008664 -1052,4580.27969209605,4517.92818960632,932.462048092492,1810.14135738172,1900.78985274488,3221.96266441374,2050.48172686237,3796.87460414674,342.903378355077,1388.61097350824,2726.54503457806,7706.00007390844,1525.20431148237,4495.27454095851,1743.96536879133,5080.38779599842,1331.49151037639,5768.43410305792,390.049833329308,1565.31108905858,759.987392967868,3009.77259572361,1716.18350798291,6907.87390558378,856.531574261121,2011.19997095302,703.183628123259,2739.13804252027,890.322663426125,4896.40859426183,1185.86964419693,3279.15753141786,1069.30702202388,4177.41317129857,1255.47200421323,5888.85966821167,17045.1856828315,5515.09378772252,139368.16265815,54337.2272130334,3873.70041713645,24828.669798377 -1053,4133.44421181261,4293.22417706056,836.364621993352,1720.11203216702,1689.91279656933,3061.71488964123,1836.41777975736,3608.03296636958,303.768048296357,1319.54691482528,2414.47654921612,7322.73388095108,1350.63605997155,4271.6972319672,1544.30441444307,4827.70925062543,1181.05265444172,5481.53483537039,350.10908131483,1487.45866028315,679.37530424054,2860.07832199318,1534.38789738361,6564.30337511014,771.632370893201,1911.17077957616,626.109166346192,2602.90406906159,788.897153358056,4652.88045215339,1050.28439920746,3116.06510848507,959.810944998413,3969.6450390357,1126.91280049973,5595.97090565669,14952.3247807476,4872.46579235771,124398.60934977,48837.8414907599,3395.97864987565,22362.6926090546 -1054,3632.02027346464,4107.31377692672,743.337400875361,1645.62565479967,1510.72543225021,2929.13279824468,1626.27439950647,3451.79354704042,273.35103963176,1262.4062939741,2173.6804188773,7005.63597743249,1215.93691085668,4086.71901771765,1390.19717469228,4618.65392961303,1061.16837343665,5244.16676592822,308.864088747839,1423.04692138692,603.221917663178,2736.22774179359,1362.05746434177,6280.04794917938,678.05687476363,1828.4109446126,561.16269302212,2490.18996026317,709.699575370084,4451.39577980465,945.38188982622,2981.12947799624,846.7393413042,3797.74665517313,994.15557550658,5353.64738671102,13616.0437501868,4395.1803912821,110797.905183245,43097.0365311772,3094.80623138515,19666.5785127121 -1055,2994.25361330099,3802.0984142302,634.51083009435,1523.33886144243,1393.54281013458,2711.46831533501,1419.89415857675,3195.29003242417,257.242012564683,1168.59661304586,2050.65653078279,6485.045673915,1147.11847501297,3783.03405597003,1311.89332600935,4275.44077112107,988.706011050529,4854.47161517169,266.916541298262,1317.30000117712,533.376262857229,2532.89807476807,1203.30931338056,5813.37624678157,565.777913538646,1692.54133738824,505.862218866516,2305.14341325364,666.812611730923,4120.61161009472,891.053481385813,2759.60111072532,731.741709689667,3515.53529131295,859.13700360044,4955.81670767608,13654.8286746901,4216.96924931358,99067.6419361256,36656.0247531278,3115.57674300519,16493.0927213374 -1056,2677.86540835814,3583.9574735468,570.899510667912,1435.93907952965,1315.31822303222,2555.90099842215,1307.79721743269,3011.96401150358,246.502193421821,1101.54975189803,1966.73538685262,6112.9737784617,1100.17375599181,3565.98691049952,1255.85591026729,4030.14236744013,929.578162516441,4575.95199540304,240.36198377834,1241.72145740679,484.444538233639,2387.57601613405,1092.57093884369,5479.84059755346,513.03392376243,1595.4337617133,474.304208449458,2172.8885114091,638.618472108301,3884.1963480771,844.352046750705,2601.27223108572,658.943383946465,3313.835573972,773.66458263831,4671.4825319954,13397.4845706281,4062.53817294965,91942.1187890872,33045.2974375609,3049.02755385774,14721.1914395692 -1057,2816.06100891839,3457.17970563947,598.115616871365,1385.14462878704,1371.06213349595,2465.48937217833,1369.99073873149,2905.41975778013,256.326132192937,1062.58388251613,2044.76379454583,5896.73539487885,1143.82213235182,3439.84482755441,1305.74240513133,3887.58139748889,967.548111957488,4414.08372985853,252.048421603417,1197.79719884775,506.908338291269,2303.1186640955,1143.32451709751,5285.99846505787,539.847727864767,1538.99739698327,494.366652243051,2096.02544664865,664.14343053609,3746.79802603851,877.918895062823,2509.25565733715,690.981315925915,3196.61301193521,811.280277517932,4506.2349997365,13873.2204637533,4220.5649464421,96027.8995466621,34673.0094216776,3156.52532017965,15472.436036118 -1058,2892.16980320128,3397.39726288231,615.588095603442,1361.19235076523,1423.48240803894,2422.85549433269,1415.52510584052,2855.17849028927,266.099549287783,1044.20940807745,2123.14234255706,5794.76752620734,1187.66637399772,3380.36214397816,1355.89168823,3820.35633771544,1003.80489702795,4337.75425601743,260.611728246782,1177.08458088404,524.13060064246,2263.29254239444,1182.16907308581,5194.59161682946,555.549841825767,1512.3846572294,511.39683217693,2059.78043425389,689.379691575517,3682.0074286192,911.490879454271,2465.86496160527,714.457300641342,3141.33635562166,838.843401087224,4428.31202237937,14470.7446105507,4390.58908102952,99348.2472988449,35733.6139812459,3293.3406591348,15935.2864396055 -1059,3136.67221970057,3427.41844888828,666.440649649986,1373.22056106571,1549.47257960975,2444.26511759213,1538.52059220874,2880.4083465306,289.344940803752,1053.4365906656,2308.74948099939,5845.97313459063,1291.4933066924,3410.23279872926,1474.50625177587,3854.11501217977,1091.15059249946,4376.08493014578,283.59707829106,1187.48591826473,569.669736950651,2283.2921836326,1284.93939250639,5240.4937557573,603.191110104076,1525.74888213277,554.75778486625,2077.98173565122,749.57224604076,3714.54357948316,991.147701992891,2487.65463909949,777.470777653322,3169.09485300722,912.827443693566,4467.44291247832,15757.6933165907,4778.78766958365,107961.675332416,38801.8798905532,3586.51638546728,17308.791004419 -1060,3849.00220824919,3523.85012867589,818.452858240896,1411.85662707201,1886.57022056858,2513.03541647761,1879.06274222473,2961.44969571873,352.819767822347,1083.07541694331,2814.85834892248,6010.45174079778,1574.60597039179,3506.18095392313,1797.5541893781,3962.55195685446,1331.06514174848,4499.20769061411,345.795478040761,1220.89627172173,695.633464451166,2347.53344976251,1568.97586984,5387.93697674715,738.44216675694,1568.67638860221,679.052612100293,2136.44651674669,914.08688026103,3819.05363051881,1208.49214055843,2557.64571814547,947.985363041831,3258.25850332861,1113.0283998793,4593.13606341099,19152.9814990547,5816.11165866047,131861.405088183,47486.3972012557,4358.5457981428,21178.0438438883 -1061,5237.51612646938,3719.24774490845,1083.07465903562,1490.14412776537,2387.24108208949,2652.38332060435,2461.28041194527,3125.66218773908,439.707150330064,1143.13198772327,3502.93933124912,6343.7315057559,1959.512167643,3700.59881378087,2236.85893743175,4182.27560522029,1669.11914743396,4748.68891869674,457.413443632813,1288.5950138505,903.469338691056,2477.70426388909,2039.13666904036,5686.69827567426,997.664314895489,1655.65955070631,866.588168517293,2254.91255285405,1140.26815014266,4030.82029153401,1504.89055069267,2699.46726510236,1253.98183885838,3438.92905439405,1472.298469993,4847.82562313968,23023.3994122296,7174.87091554657,169829.944426959,63272.4832920377,5228.30045292914,28535.6239899731 -1062,5329.40211818164,4241.23944806495,1105.26510073073,1699.28396585917,2478.01859931676,3024.6419551203,2532.82997446235,3564.34491090624,457.065411452634,1303.56911214479,3642.66989555792,7234.06617560687,2037.67616509285,4219.97316310966,2326.38062938053,4769.25268122374,1732.20968009697,5415.16138475504,470.378491680282,1469.44768947008,931.324488299338,2825.44691437429,2101.81488564601,6484.81916512563,1019.26110594049,1888.02926845464,892.916673843331,2571.38666930531,1184.97951990905,4596.54080638167,1564.64087171564,3078.33407150293,1289.52503291567,3921.57838491927,1514.02968858612,5528.21179991228,24171.3120321084,7486.21629440221,175218.817048003,64776.871384713,5492.15860662837,29164.7829806119 -1063,5188.32621873263,4635.99851657297,1075.0381062296,1857.44710748496,2411.38753638449,3306.1645749569,2464.22624843297,3896.10110956006,444.933774088677,1424.90056129956,3545.96406058114,7907.38661883506,1983.57980703474,4612.75284353022,2264.55248594758,5213.15729188613,1685.82565243131,5919.18481711319,457.653619797657,1606.21851041043,906.123425132449,3088.42918776283,2044.94162869952,7088.40243468989,991.499666170688,2063.76013308929,869.243961744471,2810.72194352852,1153.53153849752,5024.37002689743,1523.10662912321,3364.85415731828,1254.64027282667,4286.58456984906,1473.07153647137,6042.7575517783,23526.2407789358,7285.891836806,170539.098355974,63040.3902110112,5345.57074346213,28380.019438822 -1064,5051.73796249799,4733.40490900498,1046.39931039214,1896.47369932415,2315.51220683749,3375.6299906342,2380.80595901094,3977.96160892734,426.880083599388,1454.83897106272,3401.1471887042,8073.52774277038,1902.57057573251,4709.67082399604,2171.88063892842,5322.69029608534,1619.62807764326,6043.5520784728,442.278420400188,1639.96656921531,874.436957706292,3153.31979210325,1973.53709911502,7237.33598305087,962.821145014216,2107.1215424363,839.577150139871,2869.77767524843,1106.92166402981,5129.93644518123,1461.08357836254,3435.55269256426,1212.4897390336,4376.64946898807,1423.58264876193,6169.72118460861,22417.0576993818,6971.9097402208,164472.256833457,61125.1317426947,5091.48511397398,27547.808905041 -1065,4890.91152169417,4717.02971893014,1010.24533430612,1889.9128582604,2219.32840513843,3363.95201594545,2293.80619073787,3964.19987108558,408.63990534935,1449.80596308275,3255.14627501474,8045.59741483439,1820.89900228864,4693.37774186691,2078.61651781833,5304.27647622765,1551.7818233218,6022.64444096562,426.135998800035,1634.29311325632,841.698023905454,3142.41089840937,1899.71778433754,7212.29845623112,931.564671609863,2099.83196623661,806.591691929252,2859.84969405769,1059.76498903967,5112.18945628496,1398.49362918728,3423.66741559464,1168.23589428207,4361.50847253343,1371.62426635163,6148.37706572402,21347.9046105625,6662.58752197509,158114.539152912,59015.5113087396,4847.17200869692,26626.3870496164 -1066,4697.46968542316,4754.00385807435,966.813165497675,1904.72682068071,2107.3731338725,3390.32014108421,2190.32987607063,3995.27300107684,387.24379249652,1461.17017543783,3083.96415778234,8108.66232136243,1725.14129429541,4730.16648648467,1969.27101090502,5345.85371194111,1472.03497127521,6069.85255854068,407.312213995017,1647.10341647096,802.748262691364,3167.0424875087,1811.9583602879,7268.83160157045,893.730840208556,2116.29136630939,767.552272970437,2882.26644502605,1004.43245076762,5152.26103004029,1325.09323352652,3450.50361611711,1116.63119264366,4395.69588087112,1311.03525229075,6196.57073052685,20107.0441801516,6302.08721866454,150605.9295222,56500.6136490231,4563.76880657553,25529.7132311577 -1067,4503.62937053322,4791.88773070083,926.391884986902,1919.90527455184,2003.99828903346,3417.33704309402,2090.89323571669,4027.11067264788,368.15537823653,1472.8139995626,2931.45946783352,8173.27891397035,1639.83156800027,4767.86040302866,1871.79311392176,5388.45393843421,1400.49823459735,6118.22221242701,388.705398673891,1660.22891192597,765.841051725736,3192.28012672426,1728.67175383163,7326.75572169281,855.718700008813,2133.15574314948,732.451884997164,2905.23475092961,955.022935479312,5193.31854838222,1259.66023214607,3478.00011031288,1065.62130472612,4430.72445632607,1251.14460825728,6245.95018062502,19035.405666365,5981.4633482414,143611.743513348,54040.8009997568,4319.45570129847,24431.1707048468 -1068,4424.52445669156,4712.67599530823,907.852580148635,1888.16850667802,1952.68388904597,3360.84715584757,2045.65658701145,3960.54099428193,358.212313939694,1448.46782131881,2851.78016457041,8038.17149013079,1595.25969578412,4689.04584854443,1820.88992201509,5299.38073565196,1363.69884307299,6017.08566119711,380.552824317355,1632.78469356082,748.618789374545,3139.51051631017,1689.89617699617,7205.64164971765,840.016586047813,2097.89386353677,714.867214038643,2857.21011027085,929.336106380251,5107.47100816787,1225.51963731358,3420.50743938312,1043.27132720503,4357.48288787624,1224.90352829185,6142.70223726999,18437.4988059673,5811.89980113036,140254.737164547,52970.9639019679,4182.64036234331,23972.5932500748 -1069,4385.74998482793,4634.43897256003,898.630325234727,1856.82226463709,1923.78538634577,3305.05238539294,2022.17439907914,3894.79046609512,352.748680744062,1424.42122656046,2807.9215337439,7904.72658401941,1570.72557953664,4611.20111933217,1792.86688764296,5211.40359239421,1343.63049417165,5917.19361085849,376.011562481285,1605.67818054354,739.670698852033,3087.39024410658,1669.69843072566,7086.01790511361,832.491592383397,2063.06588680164,705.860510345732,2809.77642023653,915.237220114603,5022.67983520168,1206.74179654778,3363.72222465335,1030.82162781993,4285.14256824402,1210.28635219842,6040.7247758126,18096.4310392479,5716.61899623103,138462.459534546,52423.4854135685,4104.46016865465,23737.0062440566 -1070,4406.01482547167,4529.819697735,903.869660755224,1814.90577809891,1932.76467166164,3230.44309916308,2029.82284387517,3806.86824798611,354.411471646453,1392.26589629277,2821.1625131413,7726.28281384426,1578.13246209646,4507.10642307373,1801.24751562914,5093.75973779067,1349.99644188162,5783.61703163657,377.762976370546,1569.43109910705,742.42875612826,3017.69453112973,1675.98301311777,6926.05592071388,835.217299148925,2016.49359223235,709.164736232151,2746.34764854569,919.550435785376,4909.29628971789,1212.43132501105,3287.78850712256,1035.6230634577,4188.40841969531,1215.92371162756,5904.35956543763,18182.5951530223,5743.07938095701,139085.909768243,52650.7597253215,4124.00521707682,23839.080715702 -1071,4446.54450675916,4470.16721330208,912.214679583841,1791.00556884127,1950.9237784239,3187.90190115898,2050.44501429628,3756.73619769398,357.737053451237,1373.93136528558,2847.64447193611,7624.53660846933,1592.94622721609,4447.75304618892,1818.23088751809,5026.68081550696,1362.84757177243,5707.45348695549,381.265804149067,1548.76350735835,750.029009263108,2977.95498561724,1693.07888628285,6834.84777766164,844.046546077676,1989.938704699,716.101950685266,2710.1814275294,928.176867126921,4844.64653762171,1223.81038193758,3244.49213644407,1045.22593473326,4133.25192678247,1227.19843048586,5826.6059812851,18354.8674829437,5797.73396578063,140410.217071136,53155.9351253655,4163.09531392115,24067.29975652 -1072,4550.33745800013,4444.88963849705,928.406661197576,1780.87792146649,1960.38425584304,3169.87518651218,2077.49752018511,3735.49288044683,358.313357292237,1366.16215863049,2851.07988393434,7581.42193618128,1594.86796521233,4422.60221737769,1820.29030690698,4998.25630826328,1367.16753600666,5675.17939617127,387.209818967607,1540.00567268584,758.407151926623,2961.1154634421,1712.27429788642,6796.1985800507,861.114021864589,1978.68614476885,721.9180297989,2694.85609169728,929.913501156976,4817.25138450657,1225.50936515492,3226.14541947132,1061.52122892741,4109.87951591238,1246.33071451636,5793.65811568556,18194.0070122194,5788.26440736518,141792.713805191,54108.5733950711,4124.00521707682,24555.1080976834 -1073,4627.5906715309,4621.57275178694,939.359307290813,1851.667318087,1959.66459646016,3295.87683385178,2094.82876926444,3883.9776720766,357.057223028855,1420.46672029049,2839.9735612833,7882.78132635541,1588.65519007851,4598.39941194499,1813.14115086283,5196.93559107746,1364.62131026955,5900.76618138856,390.991687610059,1601.2204651472,763.332524453112,3078.81897048996,1723.60724515142,7066.34556261239,874.329846420075,2057.33836264474,724.204154681751,2801.97586358666,926.886351456623,5008.73577249746,1220.95020946795,3354.38379274865,1071.88908028944,4273.24607102966,1258.50359551386,6023.95439668899,17946.5504729212,5750.3952056506,142438.740280435,54772.8599497389,4065.37007181032,24910.049408158 -1074,4667.19450266294,4799.94536741401,943.910996746916,1923.13362631954,1951.80667353723,3423.08335059687,2101.49823987259,4033.88232437004,354.78320555353,1475.29056012109,2821.06270712103,8187.02241464177,1578.07663152315,4775.87763740179,1801.09834877637,5397.51471087331,1357.79963152962,6128.51010202057,392.309162531537,1663.02061369045,764.784332675609,3197.64799738264,1726.98180353127,7339.07577992652,881.91594864607,2136.7426790288,723.163333416754,2910.11995014651,921.155793398462,5202.05119750723,1212.97939113476,3483.8484237443,1075.50088848547,4438.17479115269,1262.74421488818,6256.45284686272,17696.1410922268,5701.32951343581,142406.043423721,55074.7935925453,4006.73492654383,25086.4334559015 -1075,4623.98376179615,4658.80681388277,931.583058524887,1866.58542056106,1918.50362378142,3322.43032316868,2073.3335743691,3915.26924176248,347.996075859487,1431.91082144586,2766.56460740086,7946.28957022757,1547.59089385637,4635.44677621717,1766.27654267292,5238.80510885826,1332.65451068199,5948.30616533144,387.659415953522,1614.12082297568,753.772897737669,3103.6237161655,1702.28429427364,7123.27612794152,872.791192682024,2073.91346996448,711.303860526154,2824.55020113344,903.644827581312,5049.08904373022,1189.64924278777,3381.4086479528,1062.75378223993,4307.67381199684,1247.77785378105,6072.4868561168,17269.9666492689,5584.75298974595,140248.890993293,54444.1322792476,3909.009684433,24829.9409828323 -1076,4466.23685919056,4387.77141072148,896.401113534612,1757.99308088962,1828.88333864903,3129.14129486385,1989.8366268651,3687.49062379878,330.909746905869,1348.60654584785,2629.90240735318,7483.99828335017,1471.14331126156,4365.77038996288,1678.98324584729,4934.02714499599,1268.89213194864,5602.25155863618,372.446943668971,1520.2161161519,722.402595491461,2923.06419979637,1631.59379799533,6708.86529394585,842.008537111403,1953.25940640072,679.95915512803,2660.22634459742,859.449664083042,4755.3481913543,1131.04299075266,3184.68843765776,1021.04935873751,4057.0662734222,1198.81274359217,5719.20778939637,16285.4937783974,5297.48408273029,134212.623264079,52405.84571945,3684.2416275781,23938.6951093626 -1077,4037.01692172597,4179.2476507642,805.720130031242,1674.44649359242,1631.26874434005,2980.4324750178,1786.39597919423,3512.24689806528,294.175540410018,1284.51557999761,2337.18339191911,7128.32992338394,1307.39897594673,4158.29220306355,1492.06503657129,4699.54321324608,1129.35145299657,5336.01103471579,335.093792594753,1447.96960401295,647.49411885159,2784.14895547696,1462.62088825516,6390.0342325277,759.850162267904,1860.43301289276,607.174511421615,2533.80216526177,764.204583729196,4529.35577015745,1005.30304209331,3033.3398041145,918.647092859197,3864.25889251291,1078.58237445563,5447.40905591909,14349.6671399421,4698.05779767006,120130.826777583,47198.6290850252,3244.47803807939,21601.7933193316 -1078,3525.22712585019,4020.5642507242,710.297867050872,1610.86881526563,1439.5275694668,2867.26733185168,1566.99550793628,3378.88909634157,261.005166770389,1235.74333277242,2074.24812641964,6857.67172760975,1160.31539746383,4000.40446816914,1324.08955463062,4521.10451852637,1001.10213343965,5133.4060578404,292.943545501489,1392.99111048497,569.008107072894,2678.43657387352,1285.07200859121,6147.40865895012,663.171709604584,1789.79354361449,538.01534989955,2437.59529354434,677.909676059438,4357.37898542015,892.089643401237,2918.16580299841,803.093767756717,3717.53541715566,942.911363537429,5240.57436636825,12830.5535300768,4173.12250154955,105828.128353978,41318.2749186064,2902.4396906915,18860.1588560481 -1079,2887.60499888285,3725.16100624016,601.529001724798,1492.51331967022,1314.9862008825,2656.6003657711,1356.77763099553,3130.63170271049,243.209051120133,1144.94946228901,1937.55211153381,6353.81745452419,1083.84889915836,3706.48242502985,1237.14151527071,4188.92503820005,923.487373558358,4756.23889667218,250.994609873982,1290.64376122907,498.505148785341,2481.64358544548,1124.89597414566,5695.73960212655,549.777381864925,1658.29189688789,480.585371811939,2258.4976561114,630.696262260572,4037.22892451567,832.38383506581,2703.75916940392,688.09233050434,3444.3966348282,807.888323436772,4855.53321934362,12737.8988670914,3963.73792643369,93761.451982372,34875.7437839964,2892.66716648042,15700.2194861584 -1080,2354.91471365616,3450.16176703597,489.286481224509,1382.33283975972,1080.81520964086,2460.48452588315,1146.19418318434,2899.52187013366,201.15280594051,1060.42687909615,1608.70649443037,5884.76525433485,899.895673864999,3432.86207807049,1025.64454694994,3879.68976040703,756.007790677123,4405.12331378402,208.552129140055,1195.36571772247,406.858675484325,2298.44342394098,918.713750286769,5275.26809642084,447.822946830766,1535.87329289769,392.410454166999,2091.77059756691,520.335875062152,3739.19217365439,682.927192089214,2504.16196720731,571.737857811654,3190.12401345465,671.276686159599,4497.08752021453,10743.5147165627,3326.95992387332,77144.0022909259,28311.1496669237,2463.9960008804,12734.8048016538 -1081,2491.25446397422,3295.37722387675,516.335763095357,1320.31726728991,1138.05823940286,2350.09985437937,1210.59742961293,2769.44067442371,211.386587634959,1012.85296775005,1690.37531010107,5620.75714022431,945.580461093858,3278.85365053545,1077.77919427102,3705.6353108732,795.01129469198,4207.4963485215,220.428971228881,1141.73804776982,429.429028738808,2195.32839937862,969.730736857623,5038.6038419652,474.294687570735,1466.9694379356,412.774138196868,1997.92753216872,546.845009760678,3571.44086474088,717.635391927085,2391.81779546609,604.297775955057,3047.00553919596,709.505244325379,4295.33476647005,11261.7518022971,3495.14135670712,81301.6874506191,29921.8904699418,2582.45734707658,13474.7144323321 -1082,2578.07408176326,3214.80088826071,536.603498109152,1288.03376223987,1199.09118189489,2292.63680182635,1265.12376987202,2701.72418368808,222.940495698337,988.087371851714,1783.39470878529,5483.32218726492,997.61466046538,3198.68133816187,1137.18671222316,3615.0276219215,837.396993568945,4104.61749282471,230.413101326343,1113.82104104411,449.368353571964,2141.64971379019,1014.71531536436,4915.40330781549,492.212185392978,1431.10009317193,432.637067133325,1949.07555910715,576.602873601647,3484.11440764665,756.989232730459,2333.33468402638,631.668895001282,2972.50222007023,741.641640120744,4190.308145172,11979.1643810905,3698.26039811258,85191.2646570453,31135.7696729778,2748.30323175122,14000.77593362 -1083,2798.74973417623,3185.81940036442,581.596611940844,1276.42211467977,1307.87367841659,2271.96863977459,1377.15885781147,2677.36809152243,242.923639107261,979.179746402072,1943.41022004627,5433.88993900905,1087.12587138769,3169.84516829998,1239.2952457104,3582.43808281441,912.07551623919,4067.61429221543,251.117767949192,1103.77992430263,489.196496908142,2122.34270305589,1104.69844709384,4871.09085848432,535.021612648747,1418.1987000623,470.076090889546,1931.50460784497,628.252411133859,3452.70505352359,824.874966404819,2312.29962983374,688.429963758832,2945.70505903072,808.284738208184,4152.53244178878,13079.2246036605,4034.53988696799,92734.5237554805,33852.7105795923,3001.02077030305,15225.8176001113 -1084,3442.67075908924,3190.49802610009,716.449178568058,1278.29664069799,1598.4867890759,2275.30520397137,1687.29851716393,2681.30001662007,297.459430287327,980.617748682062,2379.4386445474,5441.87003270505,1331.03617712042,3174.50033462259,1517.18597712303,3587.69917420231,1117.17015259916,4073.58790293177,307.090199300509,1105.40091171948,599.36902160543,2125.45952982557,1353.39113886723,4878.24443757567,656.629706234364,1420.28143611935,577.62064008679,1934.34117389947,769.348640708638,3457.77562177967,1010.00324652725,2315.69542325363,841.876289765032,2950.03105801776,988.445872926572,4158.6307614701,15972.7115782355,4931.46331031841,113664.882143257,41546.9711801268,3664.40430900162,18677.1861848114 -1085,4707.54998847703,3201.08991316746,952.60406907718,1282.54035862106,2031.69681432187,2282.8588133349,2220.03626067782,2690.20145668913,372.002422028322,983.873225527788,2971.05307472472,5459.93607516933,1661.97986893488,3185.03911219418,1894.35621999898,3599.60969856998,1406.35262673101,4087.11149162353,408.140391847262,1109.0706465149,782.266717610809,2132.51567815163,1767.61192930681,4894.43934311931,891.29206831618,1424.99651835799,740.494868376787,1940.76284321131,963.12497478737,3469.2548230174,1262.14464140064,2323.38312097508,1118.90161123436,2959.82463743895,1313.70094784849,4172.43667735535,19218.1052190645,6102.18614568489,147079.59059261,55639.3717982259,4398.8646554179,25287.3176274926 -1086,4683.51869479252,3283.29077195855,944.413079489099,1315.47474090105,2022.07676317281,2341.48039537265,2211.46560501323,2759.28319948907,369.427490593628,1009.13812788098,2950.45899850446,5600.14189459266,1650.45973138212,3266.82780211152,1881.42548182882,3692.04415575848,1396.78348917206,4192.06451815504,406.984086283822,1137.550496215,778.951532330917,2187.27659549059,1760.21721936087,5020.12375943338,888.671879878557,1461.58903551957,733.992449900596,1990.59973525411,956.464479130928,3558.34189446895,1253.40232360886,2383.04532760641,1115.73164280228,3035.83003987008,1309.97909197478,4279.58077122139,19080.4922696809,6064.50481141068,146253.610304489,55387.5973760807,4367.27496309892,25196.2724546499 -1087,4555.6859852589,3488.30556261409,917.516207671904,1397.61543368459,1964.37178872601,2487.6867920711,2148.75445709833,2931.57798139933,358.97368783769,1072.15059202122,2866.89841899818,5949.82518428689,1603.71670879615,3470.8146142689,1828.07868940256,3922.58226896746,1356.99340288007,4453.82483403817,395.486330760865,1208.58126779132,756.819683813321,2323.85421973273,1710.21632104297,5333.58963653301,863.625846291542,1552.85337698474,713.462902444706,2114.89649004889,929.413889575327,3780.53138947374,1217.91985027673,2531.84711608476,1084.21097629341,3225.39292153909,1272.97071782128,4546.80576493769,18529.0079395671,5890.61925510181,142140.725032934,53843.7704266626,4240.916193823,24493.7967541554 -1088,4414.65020777002,3731.00928840974,887.495630285346,1494.85647719299,1865.61864846845,2660.77107101708,2059.62198447624,3135.54660908255,340.245349494533,1146.74696513899,2716.12640094393,6363.79257164419,1519.37622328393,3712.30138293312,1731.76199714556,4195.50140243493,1288.87089582689,4763.7059100676,379.357911308196,1292.66999550013,724.205055235223,2485.53961890758,1636.66934633354,5704.68157599074,834.071604653482,1660.89531695921,682.727865128179,2262.04336367952,881.176118557115,4043.56713483577,1154.13079342866,2708.00391117878,1039.99551790524,3449.804133562,1221.057404791,4863.15611894526,17367.594285579,5561.5690635075,135839.770775594,51875.0252419043,3972.40380911167,23639.072182788 -1089,4288.53130772863,3955.25843421436,860.382960980566,1584.70355668228,1798.00868213725,2820.69445735406,1993.38459324316,3324.00597606982,327.612902311046,1215.67121793711,2614.81707988287,6746.2829215616,1462.70471728785,3935.42610596131,1667.15039076598,4447.66845241811,1241.94652534791,5050.0244095995,367.082936787667,1370.36482815538,700.463827231484,2634.9308675799,1583.04237951831,6047.55661907285,809.911844044158,1760.72201995242,659.339623146688,2398.0015596706,848.558006207325,4286.60230465091,1111.18453747042,2870.76618727492,1006.34413459883,3657.15168226624,1181.54735877607,5155.45198885256,16647.0813121597,5347.15865395161,131246.525525488,50287.8702087232,3806.55792443703,22933.1118150023 -1090,4165.37692513962,4075.73305321096,835.289374621428,1632.97260417672,1744.03512757383,2906.61098991638,1934.83687230157,3425.25305263132,317.687274650913,1252.69977858417,2535.5168134627,6951.77034498451,1418.34487480886,4055.29664504004,1616.58875179703,4583.14156274464,1204.47704581092,5203.84489359295,356.351516910375,1412.10525632317,679.794425562292,2715.18916109824,1536.3465871017,6231.76129031273,786.561234697729,1814.35247622748,639.683984285493,2471.04313939533,822.866085368462,4417.16944407612,1077.50274196251,2958.20787241198,976.924348585519,3768.5461620106,1147.00562572007,5312.48372886216,16129.8114556737,5183.99639218455,127352.765328249,48826.0540442479,3688.09657824086,22270.4715140339 -1091,3958.07833777031,4141.55872192722,791.058311058004,1659.34614539296,1627.47263038495,2953.55459726538,1821.50306778557,3480.5730575895,295.833640848757,1272.93167295739,2360.12110989746,7064.04583647184,1320.23012522631,4120.79225282825,1504.65443901748,4657.16220007545,1123.60630737787,5287.89028261728,335.633246097643,1434.91165006428,638.990553268401,2759.04118474332,1444.24190637989,6332.40817980705,745.678457550831,1843.65541718937,600.393498302252,2510.95205024739,766.466238901723,4488.50952663139,1003.179629992,3005.9848020737,920.125984450488,3829.41056798709,1080.31873917773,5398.28370384361,14861.5462343808,4810.24779908576,119516.444988424,46163.8225531197,3395.8919242903,21091.2586604741 -1092,3852.69024272592,4068.65012914219,765.685539777347,1630.1347782419,1554.19496345647,2901.55979920534,1756.19448671758,3419.30055108832,281.484780289196,1250.52280151113,2244.6158711574,6939.68936204126,1255.61755294492,4048.24923593887,1430.97006409888,4575.17684983005,1071.16446514495,5194.80150489065,324.10828219492,1409.65125990655,614.907246835378,2710.47062865038,1389.99791007733,6220.93155945015,724.485724181558,1811.19944322573,575.657410243032,2466.74889080287,729.506424547238,4409.49316219926,954.309197902588,2953.06701518056,888.530727186659,3761.99707600161,1043.22278811442,5303.2515445221,13973.3214621105,4561.02815448064,114762.623169195,44706.228216219,3190.55892421693,20472.289837972 -1093,3823.24299940369,3930.3707406852,758.929628106082,1574.73211812542,1533.53227431207,2802.94578672694,1738.48586396579,3303.09031571602,277.633477601404,1208.0218435138,2213.60940492933,6703.83324991425,1238.27281982108,3910.66320349593,1411.18988706335,4419.68236473151,1057.097411006,5018.24811434312,320.652969694485,1361.74207431172,608.472022067136,2618.35107816953,1375.44043562317,6009.50354662789,718.860017284537,1749.64301948975,569.335621060788,2382.91260179536,719.587136600248,4259.62969433633,941.19125096813,2852.70245003724,879.058117267907,3634.13976742635,1032.10100894821,5123.0123110826,13734.1775587464,4493.22635363123,113467.586643784,44301.908534913,3135.27696265872,20295.2711574996 -1094,3844.37489925606,3833.28925036694,764.339484480252,1535.83570072206,1543.60743227551,2733.71207514855,1747.34814614035,3221.50286464273,279.526156923135,1178.18329426669,2228.75889343821,6538.24629497133,1246.74730489191,3814.06849603025,1420.78342155961,4310.51471134452,1064.22480718141,4894.29568393135,322.570169227637,1328.1065832282,611.592061555486,2553.6769184996,1382.53907867781,5861.06677084479,721.865535743935,1706.42624349997,572.964579143452,2324.05385234311,724.480356610122,4154.41539619152,947.619688770724,2782.23973199963,884.31404804455,3544.37528261719,1038.27199053745,4996.47216947957,13837.3964687195,4524.24045110089,114159.459074146,44544.6746190216,3158.96923189795,20403.3999922937 -1095,3908.73220232969,3784.81349067308,778.981565632291,1516.41352892787,1582.49749631709,2699.14156377521,1785.5822772487,3180.76375300263,287.008741237232,1163.28399329619,2288.88006205876,6455.56365989912,1280.37853578248,3765.83580191467,1459.19861737104,4256.00396048375,1091.97975277574,4832.40244135325,329.096265986687,1311.31135297777,625.534666357288,2521.38313095797,1413.91814952975,5786.94774517879,735.583033822111,1684.84678442124,586.639042601552,2294.6638771277,743.777477647028,4101.87867661186,973.081309145389,2747.05554008241,902.205098096527,3499.55312774104,1059.27784947563,4933.28680349615,14282.4348631265,4653.02935511676,116778.229725551,45406.46362955,3261.63573193463,20777.5977533265 -1096,4051.09527773805,3761.81024327061,805.815050015553,1507.19710765471,1629.72198598192,2682.73678681095,1843.10696652639,3161.43178440776,295.217955521292,1156.21381412803,2353.98441079994,6416.32819205983,1316.79731197616,3742.94789664747,1500.6205009554,4230.13692310129,1123.74722409868,4803.03218329941,340.195889077941,1303.34149672236,645.228339068767,2506.05872987433,1458.55651440762,5751.77597488799,760.860293277411,1674.60666360345,604.64764825511,2280.71742481211,765.127696481195,4076.94837813201,1000.83892852213,2730.35955271802,932.634299442387,3478.28362883604,1095.00473577998,4903.30339291916,14631.9295905089,4779.98146118109,120460.059276012,46964.2056971765,3340.60996273208,21507.0813824193 -1097,4138.08889261549,3942.00232586225,819.809738704833,1579.39239878887,1641.926761996,2811.24085729814,1869.91326550175,3312.86551986077,296.626837604217,1211.59687749803,2364.41217863193,6723.67265250595,1322.6305097612,3922.23646595674,1507.23233978448,4432.76202445641,1130.71675391783,5033.09917655395,345.535751055811,1365.77202974635,653.709154883708,2626.09985699945,1477.8734675305,6027.28814176819,776.19623315748,1754.82093352213,610.95768945437,2389.96462124237,768.948069925026,4272.23569231496,1005.44880751339,2861.14477106027,947.273331231829,3644.8946831936,1112.19240424366,5138.17341368358,14570.9750211785,4790.3712940022,121850.123015992,47799.0616688382,3324.81511657259,21925.4762774735 -1098,4155.37437840185,4165.79659862258,818.857526134767,1669.05723002735,1618.47971359549,2970.8398507045,1862.35723383209,3500.94261076097,291.301331530338,1280.38132247398,2320.87085476507,7105.38714863247,1298.27389211976,4144.90859675027,1479.49326821018,4684.41757196191,1112.77729736801,5318.83689988244,344.354957950583,1443.30926409758,649.904958536792,2775.1880764146,1469.41252259404,6369.46768782132,779.124769178185,1854.44514532578,604.633039216247,2525.64703594435,755.371445905761,4514.77788300563,987.172017448451,3023.57689574487,944.036231120286,3851.82164251113,1108.39172915113,5429.87638272742,14132.3082264866,4688.06376938145,120790.328299768,47783.5262544016,3222.14861653591,21966.4493672034 -1099,4113.19028559999,4031.67598999799,806.99657819664,1615.32081582159,1586.60323578321,2875.19167406659,1834.14205518404,3388.22742109706,284.809153363521,1239.15858915605,2268.56282310642,6876.62445551322,1269.01325846099,4011.46049132111,1446.12225811591,4533.59961411658,1088.92142428841,5147.59338731559,339.740619048731,1396.84095669191,639.325752168685,2685.83903955104,1445.65975179764,6164.39841411082,770.223826734134,1794.74004315294,593.343332800714,2444.33213983451,738.658814375087,4369.42158844392,965.050681392938,2926.23081465809,931.386193693961,3727.80966766392,1093.53933642024,5255.05787971927,13722.723795333,4575.39733449532,118707.926447114,47174.6104541509,3127.37953957897,21717.2300933155 -1100,4045.88616530016,3765.96902310301,795.414815180031,1508.86335356543,1571.9185702661,2685.70262265145,1810.46020992075,3164.92683011615,282.586131078974,1157.49203880743,2251.2754891424,6423.42161106759,1259.34288222968,3747.08582366125,1435.12097321801,4234.81345035451,1079.58605302933,4808.3420612801,335.156209364621,1304.78237491152,631.526800035977,2508.82924349162,1427.95066538219,5758.13471399974,758.124631181748,1676.45798516659,586.929646563823,2283.23881770977,732.805469430203,4081.45555143324,957.604779753942,2733.37803677457,918.818206098092,3482.1289625641,1078.78327829013,4908.72412335051,13683.6592840239,4546.15139263081,117357.352853234,46488.7190182763,3119.48211649923,21383.4843960034 -1101,3663.12565939239,3595.32913577222,716.37507513285,1440.49522013936,1406.17798471773,2564.01070481521,1628.9774632063,3021.5207759537,251.972918968454,1105.04489708196,2006.74582754526,6132.36984370929,1122.55522993587,3577.3015533059,1279.21186819285,4042.92974509769,963.692056105726,4590.47119124605,302.195614087079,1245.66135822757,567.422497651567,2395.15163838777,1283.18190563323,5497.22777270396,685.337001770695,1600.49596849872,525.483214827143,2179.78294427768,653.553824337213,3896.52064857831,853.732311076039,2609.52589742708,828.457967562605,3324.35015710976,972.691438024634,4686.3048399714,12096.8358637742,4044.55341774742,105313.661591518,41954.2639224655,2756.20065483096,19331.26498196 -1102,3208.81608460437,3525.27970806144,634.376156632315,1412.42939863031,1249.97766119447,2514.05492170495,1436.38143204997,2962.65111668777,225.452596794545,1083.5148063136,1796.28329281286,6012.8901015659,1004.82441628399,3507.6033651582,1144.95076187014,3964.15951176878,861.046559734631,4501.03295966101,265.452315664786,1221.39157318979,501.419536858199,2348.48581303113,1133.65402254367,5390.12279150979,600.257442158318,1569.31277986343,468.726001173529,2137.31324483873,584.609947824836,3820.60297006025,764.031015143233,2558.68332118212,727.727589908257,3259.58033570486,854.424030709286,4594.99943795631,10945.0681360112,3626.08153828375,93341.7137489816,36880.5390454787,2495.58569319938,16940.2776548106 -1103,2632.4465383253,3308.37340927722,538.915284099748,1325.52428512957,1150.14140289025,2359.36809025715,1249.76790481473,2780.36269093813,212.003518444762,1016.84741938883,1693.71280800565,5642.92407193584,947.447426843216,3291.7846708856,1079.8363290808,3720.24945676755,800.734699943921,4224.08971519923,228.427880843779,1146.240791565,441.369669295048,2203.98625338287,997.008927348086,5058.47489928006,498.839917477935,1472.75481711893,421.05721734405,2005.80688401853,548.775322778802,3585.5257795994,719.400307777059,2401.25055699907,626.226487337235,3059.02220563911,735.251716256975,4312.27454701405,11035.814153255,3480.7738019218,83156.5853765293,31220.0394325683,2527.17538551836,14139.2776126526 -1104,2280.71216304271,3085.87875127506,495.578309839736,1236.38015415982,1117.84618210702,2200.69591774151,1147.76306540203,2593.37779851107,215.937403357104,948.46241841437,1745.26610186823,5263.42626252991,976.285867093842,3070.40563836416,1110.91583201665,3470.05531959877,808.679056962591,3940.01132370985,214.653919507464,1069.15383028299,441.375990077691,2055.76381684871,994.709430989092,4718.28245317594,446.098307399684,1373.70914155007,412.312315448311,1870.91240220863,554.741826699928,3344.39207629588,730.100019797376,2239.76170572284,588.465687768911,2853.29690946905,690.91680987526,4022.26555109513,11666.2353546358,3544.36237917287,80777.175616322,29304.4200997118,2665.45171002515,13048.7658599042 -1105,2349.26183274911,2929.40469947551,505.814801838226,1173.68766755256,1122.07233297358,2089.10637233716,1167.21521432231,2461.87673684027,215.588694938383,900.369226960372,1741.48971927239,4996.53643955617,974.1733932693,2914.71617366808,1108.5452923227,3294.10102599542,809.358708908517,3740.22721498482,218.750326789072,1014.9408020646,447.381668014257,1951.52326824248,1008.44160476022,4479.0349543304,458.975982170812,1304.05318527388,415.152896815811,1776.0450183185,554.04671308415,3174.80972353231,728.752830223017,2126.19127168841,599.695835039849,2708.61626437654,704.102111394341,3818.31061996456,11503.0412042259,3526.02070916158,81595.4573273444,29962.172063443,2626.25389076007,13393.5697753956 -1106,2503.69276550463,2851.2976413547,545.309741298519,1142.3934968012,1245.09584396035,2033.40428621915,1271.13360061472,2396.23543114936,240.376237195278,876.362577570831,1943.33002198414,4863.31320749232,1087.08100932652,2837.00075741879,1237.15663633679,3206.27002731528,899.564346596468,3640.501101854,237.931942942799,987.879317446164,489.318559569971,1899.48957642652,1102.74911256215,4359.60992453999,491.676234341231,1269.28306356518,456.427066626318,1728.69012348413,617.411382725589,3090.15940272043,812.824720447627,2069.50038658692,652.281517930346,2636.39611397311,765.842894286141,3716.50255992755,13068.5221307442,3957.39442167122,89545.0633199701,32332.0360588619,2986.87382799877,14388.1415245506 -1107,2853.71131351516,2847.65870742556,627.859524481541,1140.93553099797,1475.84384655087,2030.80917873494,1480.00874334855,2393.17726483023,286.276297434062,875.244130492035,2316.18589013813,4857.10646317279,1295.65316583153,2833.38006971385,1474.65077598896,3202.17806419674,1067.91535352084,3635.85495660895,276.638738648548,986.618548484687,572.135001772127,1897.06537596163,1289.12530300213,4354.04602540784,563.211314359514,1267.66315649596,535.833564685382,1726.48390374331,734.93471415908,3086.21562437406,968.34598045262,2066.85921189373,758.394749911291,2633.03144550404,890.430303968078,3711.75941874618,15831.6149682784,4741.21085505137,105044.459520357,37308.1066745212,3621.878500093,16527.6210882875 -1108,3463.64155794292,2879.30441660659,760.69476510937,1153.61461852841,1764.81529235175,2053.3773314791,1781.02020158833,2419.77237313586,342.389723998703,884.970619535026,2769.4191287626,4911.08293802002,1549.18768695274,2864.86710200873,1763.03911810291,3237.76350689787,1278.49934949931,3676.25980157201,332.549549546431,997.582728839777,687.725872495285,1918.14724895032,1549.57618808468,4402.43204650004,681.482842694973,1281.75055379724,644.789176360272,1745.67012412187,879.150734839889,3120.51238959534,1158.0184477553,2089.82798457957,911.672145750298,2662.292026195,1070.39309799365,3753.00778141313,18819.2151497728,5654.82879551204,126206.161220221,45057.1476320618,4303.92055530531,19976.7957860752 -1109,4189.94034855232,2855.78132330086,865.822831036261,1144.18991714776,1787.8745161233,2036.60182615855,1964.57909805733,2400.00352515174,334.851782720758,877.74066276627,2697.70511053569,4870.96079549249,1509.07152220715,2841.4619574327,1717.14636643185,3211.31190538071,1270.48648667802,3646.22581078253,373.107163897766,989.432763356676,742.012822313701,1902.47653471429,1674.29770707486,4366.46543622963,809.77123071652,1271.27901848554,671.75825980838,1731.40849864944,862.046488331182,3095.01869616064,1130.6378880336,2072.75468785184,1022.85932778866,2640.54186203101,1200.9378259356,3722.34678158618,16785.562293456,5379.65011638531,133715.147099675,51735.4964200375,3817.86759641838,23507.0781130085 -1110,4161.68256690506,2823.03094315118,856.302186580072,1131.06823502025,1773.4656675048,2013.24587678105,1952.29475924678,2372.48004946823,331.219375732492,867.674646806337,2668.28657738217,4815.10013962051,1492.61506429642,2808.87579317444,1698.61598359221,3174.48426566535,1257.09932624606,3604.41053576817,371.222538251791,978.085851438707,736.878159193502,1880.65874732652,1662.82881127696,4316.39038259014,806.027632814598,1256.69986608616,663.596749463382,1711.55253626798,852.727514319185,3059.52471836809,1118.34585154472,2048.98413391261,1017.69269710477,2610.25986912173,1194.87169147081,3679.65854381699,16580.3179904087,5323.88058807255,132569.239066773,51392.4570514533,3770.83021330028,23378.8869285542 -1111,4068.77157352445,2934.21328983857,837.452613643036,1175.61426486035,1740.64347183821,2092.53562087056,1911.49029890296,2465.91788443382,325.527634702606,901.847174609166,2622.7066075904,5004.73820729971,1467.11804680285,2919.50065295367,1669.54742961654,3299.50826196093,1234.57957913918,3746.36676290896,363.356879678233,1016.60681788029,721.888725500294,1954.72667539979,1628.95107994485,4486.38724823539,787.6624297008,1306.19377635737,651.076945519888,1778.96037957295,838.016999024517,3180.0211439427,1099.17579061737,2129.68139473658,996.129288466038,2713.06243259237,1169.55412102216,3824.57834106626,16336.3460454154,5235.12720820611,129987.365088073,50286.5618372856,3715.95326632918,22860.6646548832 -1112,3969.5974853016,3164.70059908864,817.231134459534,1267.96071069032,1673.32918119917,2256.9077564732,1850.05481053205,2659.61981468649,312.598204093191,972.688762489059,2517.63864389477,5397.86867497781,1408.34399055402,3148.83226023098,1602.50761728814,3558.69009573608,1187.52182350077,4040.65007136412,351.7110315403,1096.46296563546,697.706353513042,2108.27369029898,1574.47161366346,4838.80039034767,766.313134962653,1408.79745888938,630.179403148604,1918.70066108903,804.92052459162,3429.81706687849,1055.36061067179,2296.97139234265,964.202631594986,2926.17797606061,1132.0690741047,4125.00529840479,15552.092500512,5010.92721259077,125570.899902193,48851.0020574579,3535.64329770983,22230.5778106143 -1113,3851.90096966474,3418.90594543396,791.019020663211,1369.8099635726,1607.9155475639,2438.19442165375,1787.19361078065,2873.25442401855,299.961302417256,1050.82022422226,2415.26632247741,5831.45379087927,1351.07785189793,3401.76297839302,1537.32846929889,3844.54274435085,1140.63514473419,4365.21627239658,339.697008891112,1184.53662038006,673.307180173552,2277.62128791611,1519.45942715053,5227.47821013207,743.212205000053,1521.95945786979,607.044188872868,2072.82075896672,772.506135494228,3705.31795806485,1012.59265936546,2481.47617883142,931.266638078782,3161.22393462197,1093.39896632567,4456.34735359295,14833.5408475735,4798.98473755893,121034.912912078,47280.9058373461,3371.01245679651,21536.8767557179 -1114,3763.36384519084,3599.0980280256,773.914224953326,1442.00525470676,1578.70638415143,2566.69849214094,1750.34919782572,3024.68815947156,294.798439769085,1106.20328759225,2373.99689692459,6138.7982513254,1327.99211335803,3581.05154770228,1511.07186491268,4047.16784570597,1120.43478524549,4595.28326565112,332.581372180596,1246.96715340405,659.816308908924,2397.66241504123,1488.96250428862,5502.99037701228,726.470768600496,1602.17372778847,595.389211265087,2182.06795539697,759.146762590296,3900.6052722478,995.217094781512,2612.26139717367,911.759386311026,3327.83498897953,1070.4955270242,4691.21737435737,14623.6892130947,4720.81580406479,118669.119617972,46256.0954805563,3323.97507367842,21057.7181543405 -1115,3614.02329541985,3764.66940204171,743.113277209717,1508.3426507713,1504.3543107576,2684.77579726563,1674.18214452716,3163.83462634584,280.867431881482,1157.09259286863,2261.38858506863,6421.20491359606,1265.00005543369,3745.79271911762,1439.31753249418,4233.35203292993,1068.31996564015,4806.68272139322,317.94910943103,1304.33209965847,630.70464693146,2507.96345641157,1423.27517213355,5756.14760441327,696.746903270718,1675.8794461259,569.494397625947,2282.45088099619,723.3610316562,4080.04705721491,948.112883084254,2732.43475879131,871.645585536758,3480.92729358855,1023.39796494202,4907.03014200979,13868.883967627,4489.53703011821,113394.679809649,44322.7095940806,3151.50466891209,20185.3490116734 -1116,3559.8768892865,3710.80022061625,730.556860058049,1486.75956465434,1471.92829426905,2646.35896458674,1643.70575187094,3118.56287382639,274.437587418647,1140.53559299568,2209.2322414804,6329.32299369283,1235.82427469173,3692.19364679035,1406.10792265061,4172.77640613624,1044.59083218232,4737.90322552755,312.314374469851,1285.66822907333,618.719956910244,2472.07665626689,1396.29835100206,5673.78208263713,685.884305528178,1651.8990525536,557.9917634428,2249.79097185878,706.88230580133,4021.66509277726,926.3400120689,2693.33596736099,856.198170498008,3431.11821770915,1005.26117474129,4836.8147608566,13493.077496397,4381.12378936511,111162.687412242,43579.7378744716,3065.26946652892,19863.07784891 -1117,3582.37926128571,3563.55346826695,737.576424355719,1427.76406384475,1495.47643096313,2541.34987222953,1662.48447407878,2994.81645044934,279.573325669814,1095.27846460748,2251.15259463003,6078.17170556547,1259.27413616543,3545.68521431959,1432.8089320206,4007.19816490683,1063.05254492468,4549.90041712296,315.330869330653,1234.65215165747,626.634943535364,2373.98318921051,1413.99614350882,5448.64304643559,691.123801634128,1586.35071897691,566.438719469946,2160.51793252066,719.989689819496,3862.08303803391,943.776622693325,2586.46279968784,864.467778278693,3294.9694130181,1014.97051063888,4644.88708409985,13832.5944884275,4470.71422129493,112676.975993972,43973.7329511946,3143.66510505907,20013.8766610674 -1118,3619.73936970056,3446.84774152373,747.591305959799,1381.00505091772,1520.59068985218,2458.12112699294,1683.43258885845,2896.73675740569,284.639322237236,1059.40829447071,2292.31767126049,5879.11268975868,1282.30150287423,3429.56466963724,1458.955932705,3875.96315518857,1081.65278261844,4400.89200753458,319.465560565751,1194.21751866617,634.979723457543,2296.23567234563,1432.81523068251,5270.20097950404,697.739032217598,1534.3980219916,575.216928736513,2089.76136391522,732.958051114508,3735.6005222782,960.943795402878,2501.75661429737,875.802879575501,3187.05976514351,1028.27903854523,4492.76787847623,14139.5358830178,4556.65961328076,114345.939738524,44493.997175316,3214.22117973621,20234.6509933266 -1119,3623.92080699991,3387.71510929722,746.602831664018,1357.31312429297,1509.54847191892,2415.95066184022,1679.97209994042,2847.04159179999,282.078234210904,1041.23354300143,2271.19476278647,5778.25316982294,1270.48554140393,3370.7285383328,1445.56091072973,3809.4688041274,1073.04001450628,4325.39220363693,318.701865862178,1173.73003832898,633.058986546739,2256.84244418459,1428.51517122259,5179.78768606886,698.994602968613,1508.07455175807,572.313594005146,2053.91031987724,726.467356326866,3671.51417196805,952.210228580548,2458.83755755712,873.709239123862,3132.38394331773,1025.82089797401,4415.69189178946,13937.3533142711,4508.94173360132,113810.985260784,44459.5749453827,3167.18379661812,20239.7397647498 -1120,3806.90356183578,3367.76596445536,786.127665543377,1349.32035180807,1598.85842802582,2401.72391958802,1770.33190648848,2830.27629623846,299.265816271048,1035.10205965841,2410.09615279693,5744.2269292157,1348.18570634825,3350.87942184445,1533.91949127769,3787.03608989606,1137.26029329404,4299.92138546471,335.963306984546,1166.81832651603,667.735104941461,2243.55263812011,1506.72994342549,5149.28561270505,733.837800677834,1499.19399459941,604.818162605756,2041.81551463492,770.624958771416,3649.89382738697,1010.3203332328,2444.358268421,921.030834020729,3113.93836009438,1081.38112189856,4389.6893283258,14863.8955455637,4790.66244741671,120237.856044018,46792.2671958596,3378.85202064953,21280.7384774092 -1121,3908.86366963237,3548.67283673978,805.279759652961,1421.80202872138,1628.70231862414,2530.73774268888,1810.69291698113,2982.31074217599,304.358937235474,1090.70481771355,2450.61030183058,6052.79057004589,1370.84895012325,3530.87919677125,1559.68867093398,3990.46496870833,1157.55989785744,4530.9010132427,343.823496421891,1229.49651027405,682.298554745027,2364.06994687953,1539.68152755475,5425.89068696657,752.954805285499,1579.7264601487,617.100472245557,2151.4960751112,783.845308952192,3845.95581134065,1027.42645990188,2575.66228828157,942.57924922719,3281.21033064006,1106.68108857761,4625.49103636287,15041.0960024592,4864.89390255738,122757.788729404,47942.1688122573,3418.0498399146,21824.9261729487 -1122,3936.95195776334,3911.13639183926,807.589123836137,1567.02573394507,1616.36903774578,2789.22880158351,1812.17473698132,3286.92573593619,301.129487459937,1202.11005679324,2423.66629607927,6671.02620044203,1355.77672016947,3891.52529889666,1542.57343386506,4398.05343504518,1147.23236529806,4993.68993874213,344.1725289564,1355.07801541662,681.667197725397,2605.53745793841,1538.36884959371,5980.09439028286,758.337579469076,1741.08066076762,614.290896449918,2371.25116442055,775.725426327503,4238.78402635716,1016.35952090641,2838.74196699433,943.536108859407,3616.35510621921,1107.80453624555,5097.94144310738,14739.6104168478,4800.08161542499,122365.440709039,48110.7914206381,3347.49376523747,21940.9579720254 -1123,3932.93267781081,3883.77942081488,805.693086022713,1556.06496108953,1616.29591121809,2769.71916452137,1810.56655388253,3263.93489053767,300.976441893947,1193.70173586114,2422.48120683934,6624.36480789914,1355.11379210655,3864.305500307,1541.8207868971,4367.29065708702,1146.33882562515,4958.76090091978,344.1725289564,1345.5997394657,681.024412483518,2587.31267475558,1536.9727325763,5938.26581347858,757.337745738488,1728.90243725,613.497431534743,2354.66512831811,775.321386438309,4209.13527976023,1015.85116809691,2818.88600341843,943.536108859407,3591.06002265701,1107.80453624555,5062.28320407637,14739.1423839023,4799.11229878716,122279.116221659,48067.7813210592,3347.49376523747,21924.7823015561 -1124,3837.66892454529,3707.6161597314,785.703778203623,1485.48384710192,1573.85380690649,2644.08825003315,1764.91514644749,3115.88698359433,292.946400087463,1139.55695373904,2357.71869433265,6323.8921031642,1318.88623597051,3689.02555132007,1500.59728264404,4169.19594549538,1116.00060500432,4733.83785648591,335.545910247376,1284.56505841587,663.684448582449,2469.95548505917,1497.86189836829,5668.91368053396,738.852378898184,1650.48163667394,597.648268157841,2247.86053340705,754.663238968348,4018.21429355538,988.725331071609,2691.02494407933,919.886556485174,3428.1741386268,1080.03762711049,4832.6645205387,14326.1864870313,4669.16672052791,119139.769782698,46877.2047596268,3253.41899900129,21387.1101792935 -1125,3465.59341627135,3611.50938205755,705.25230977937,1446.97795553145,1400.5910371855,2575.54965524658,1581.90532006344,3035.11868270019,259.69873441435,1110.01798797738,2089.29227930881,6159.96766594945,1168.73095875409,3593.40066912634,1329.72510963429,4061.1243516329,990.697751953316,4611.12992696542,301.404875354426,1251.26727268022,593.685617143708,2405.93066359974,1340.09209114893,5521.96723212199,666.038613777766,1607.69876356172,532.557136425634,2189.59273457923,669.189341583875,3914.05636265872,876.363552368762,2621.26968224172,826.29018691726,3339.31090263526,970.146249547002,4707.39486083331,12573.6922001255,4127.80171156959,106426.367310283,42160.3940323459,2853.60124249751,19275.1030366949 -1126,3093.97971700944,3608.45527949694,640.211876196923,1445.75430674319,1295.25452905974,2573.37162053451,1436.00123630823,3032.55200966685,242.735870295176,1109.07929215224,1954.71385056865,6154.7584387174,1093.44901873699,3590.3618803475,1244.00528610658,4057.69002848179,922.7210390042,4607.23048708379,272.219652330383,1250.20912823776,541.639059588583,2403.89606858059,1222.14656128015,5517.29753519499,595.689761457136,1606.33919990258,492.015432913468,2187.74108750596,625.083852260417,3910.74640875995,819.453291456943,2619.05298401345,746.279990136596,3336.48698695361,876.206380041991,4703.41401371999,12037.1136285459,3881.5075221763,97569.6582349717,37990.1048500116,2736.00778470229,17271.3358763054 -1127,2484.34006314012,3402.85565747287,528.526800210245,1363.37929694468,1136.53151109759,2426.74815106391,1207.0064118652,2859.76573447079,216.700700495822,1045.88707675834,1748.80895255668,5804.07763193568,978.26770530903,3385.79316926402,1113.14721362272,3826.49427530538,816.885218043548,4344.72346583723,226.954079624714,1178.97573214242,460.244991666673,2266.92883889271,1037.75824670819,5202.93745589022,483.227728725334,1514.81451502732,424.186829026302,2063.08976004364,557.252975637152,3687.92308930756,732.219730828858,2469.82671907018,622.18611644626,3146.38335249718,730.507921971722,4435.42672593564,11311.6903077905,3520.0134867104,83585.9743992596,31287.4873433869,2579.21650764198,14064.4796997069 -1128,2306.75528268361,3205.11872837248,525.013682050705,1284.15453324221,1127.13133916308,2285.73196483878,1148.83195531378,2693.58727990162,225.22753398208,985.111504838378,1791.16894206655,5466.80782012956,1001.96349533467,3189.04772624497,1139.7383147322,3604.1400812456,828.185139949617,4092.25543239643,218.100927961258,1110.46649630523,457.505024469601,2135.19961138129,1030.32027641523,4900.59936741743,454.056576440844,1426.78998489469,441.438716308348,1943.20544090902,584.722169134058,3473.62114416432,745.684971332843,2326.30727540334,597.915532454537,2963.54980193822,702.011860410431,4177.6880063663,12160.5119546928,3636.70245145596,83024.7249787036,30015.3146079088,2740.53983284422,13311.563053507 -1129,2419.96205439723,3126.4918243484,548.238661022879,1252.65208238337,1169.5648064402,2229.65915036448,1199.22409810907,2627.50909482146,233.012912208453,960.94507784824,1852.69360373546,5332.69791337748,1036.37982737755,3110.81507068685,1178.9449589219,3515.72451843077,857.843647531013,3991.86558652997,227.904301563694,1083.2249024591,476.794864261602,2082.81960641294,1073.86382948533,4780.37949764742,476.516229415444,1391.78844869207,458.127143200721,1895.53537291781,605.015846878138,3388.40742839758,771.408782731278,2269.23908093851,624.791114333733,2890.84898627581,733.566446653031,4075.20235707933,12515.1115771346,3757.63769446521,86356.7653344436,31393.5631360465,2819.59386648396,13950.388002525 -1130,2530.41405538627,3104.39831042822,577.272032402752,1243.80015256102,1253.72513027723,2213.90315027127,1270.95412904001,2608.94166780638,250.366494193965,954.15451044978,1991.56743520889,5295.01413161807,1114.06457632876,3088.83233734589,1267.42146307402,3490.88047182794,919.988329507028,3963.65686478738,241.508028101835,1075.57023844406,506.655834401831,2068.10125544552,1141.0059100598,4746.59870213965,500.059302913834,1381.95330464159,488.1244378295,1882.14047553743,649.886767185362,3364.46307450433,828.978710541092,2253.20338724742,662.08522157322,2870.42065448807,777.353410169536,4046.40473179769,13598.2358546086,4054.27938186555,91930.155795551,33087.1299792369,3065.5397489187,14665.5935871574 -1131,2747.36443105557,3160.28189630461,625.865932118397,1266.19032472585,1367.30868187881,2253.75655645455,1383.50886659436,2655.90632928348,272.805400282236,971.330649009367,2170.21779769338,5390.33191862593,1213.99995229125,3144.43571356279,1381.18679142908,3553.72128641551,1002.04096455304,4035.00832701561,263.200108736295,1094.93203283245,551.603454934876,2105.3300201055,1242.27427464814,4832.04423124611,543.592926963095,1406.83043007929,530.468726854628,1916.02168161295,708.099343687704,3425.02819609984,903.296336067347,2293.76425360443,721.553248893597,2922.09230970306,847.174744836553,4119.24577334846,14843.6016764811,4422.39648505257,100073.536421961,35977.7103882107,3346.62075741554,15949.6072415392 -1132,3367.96693841436,3264.12140227474,767.583015950565,1307.79439110279,1661.94523062651,2327.80975014998,1687.43101168347,2743.1732283086,332.021956176211,1003.24631287616,2640.92449317328,5567.44567676873,1477.30896508394,3247.75455085797,1680.59422162223,3670.48829481702,1220.16439263438,4167.58930713406,320.490035411209,1130.90895042741,672.519433856291,2174.50626335376,1514.52280224808,4990.81395567644,664.762304355212,1453.0556029077,648.252931714716,1978.97769356853,861.881008547841,3537.56664915134,1099.32087160013,2369.1320070902,878.611439027469,3018.10546036329,1031.57656459854,4254.59459984847,18002.714680734,5371.74491738874,122035.287900805,43974.3298031693,4058.10706017317,19492.7537373546 -1133,4498.68800927402,3500.7819021113,990.359962628204,1402.61417141676,2030.19910008317,2496.58429959259,2150.57866868576,2942.0631185245,397.76475371869,1075.9852660594,3158.27692910349,5971.1054413102,1766.7111777119,3483.22839531022,2009.76405493702,3936.61185072713,1473.66404133712,4469.75446798026,412.631076606588,1212.90390235881,846.691568588397,2332.16576058459,1908.29562402817,5352.66585386826,879.733748700242,1558.40734167415,800.21380753896,2122.46066874186,1033.70680354083,3794.0529093774,1316.25109994114,2540.90256825439,1131.21265545621,3236.92892272326,1328.15532909244,4563.06795623171,20627.9892969571,6352.30416318152,152241.884881733,57170.2071824695,4637.83664019791,25685.0158905724 -1134,4540.00976288632,4105.88419754117,1000.30452954041,1645.05288324137,2076.24570131927,2928.11329301734,2187.42028824297,3450.59212607138,406.939655663348,1261.96690460381,3231.96155420046,7003.19761666438,1807.92968188572,4085.29660648258,2056.8848415006,4617.04637469871,1505.96306013991,5242.34149688132,419.703893052232,1422.55161991886,862.249477834053,2735.27537852497,1943.27492178225,6277.86213441674,890.873576431343,1827.77455335138,813.309515050851,2489.32323217113,1057.37543015612,4449.8464402632,1346.72343485368,2980.0918749596,1150.60251707019,3796.42482279687,1350.9209407648,5351.7840121657,21244.8104729266,6517.02859654555,155034.978073338,57945.4438572109,4778.37714444634,26012.4334681086 -1135,4428.04518595096,4531.24927712055,975.276807991787,1815.47854965721,2027.49322719049,3231.46260439042,2133.89661974231,3808.06966895515,397.660063492005,1392.70528566307,3158.35050989963,7728.72117461237,1766.7523381351,4508.5288343088,2009.97915663873,5095.36729270499,1471.01978238098,5785.44230068348,409.399759088147,1569.92640057511,841.359844538656,3018.64689439835,1896.17254976585,6928.24173547652,868.349393241644,2017.12998349357,794.309936730833,2747.21437663773,1033.2451648141,4910.84562925934,1316.02543080609,3288.8261101592,1122.35411939848,4189.73025207156,1317.75453325951,5906.22293998294,20775.1758889728,6368.64352115869,151360.095464668,56524.0617524947,4672.97176626002,25366.1700156611 -1136,4324.66136770505,4646.1355368992,952.818380305277,1861.50857968262,1957.05131923977,3313.39379588491,2070.29316593478,3904.62027883923,383.609455719429,1428.01623226044,3046.05568309701,7924.6768182594,1703.93564087743,4622.83903513869,1938.36099349103,5224.55632086399,1420.84744445971,5932.12763764933,397.174875660461,1609.73064908567,815.357118645301,3095.18231103079,1837.64206600357,7103.901852842,845.947473915694,2068.27272694427,770.927760223192,2816.86783537276,996.883983031354,5035.35625584187,1269.43257719468,3372.21170820308,1088.84005894864,4295.95756571162,1278.4057178345,6055.97057501588,19923.033555662,6129.12774424333,146646.182004605,55003.0851528047,4479.72857291844,24703.2128785444 -1137,4193.42082280414,4679.01588167627,921.510542480859,1874.6823330997,1880.56278950116,3336.84242959902,1998.81294261226,3932.25297701864,368.169562050039,1438.12219358918,2922.91438376402,7980.75914817892,1635.05152626265,4655.55451235994,1859.98279153584,5261.53010515696,1364.82168025411,5974.10884987149,383.399556692645,1621.12258940248,786.406051703845,3117.08667880618,1772.44745988733,7154.17562129513,819.813034129827,2082.90973437009,742.334995698572,2836.80259295418,956.873675951601,5070.99108578873,1218.26704081664,3396.07659177059,1051.07553748436,4326.35972784969,1234.06644157951,6098.82821420546,19029.9200216863,5873.04081245407,141290.347873981,53197.5163086624,4277.70159806133,23915.429736094 -1138,4030.86734808147,4720.01884232863,882.578975966075,1891.11047266657,1787.7752379293,3366.08371073675,1910.57372179369,3966.71193551956,349.243248449544,1450.72468719215,2772.00935525576,8050.69581041815,1550.63663592112,4696.35187730003,1763.93479925989,5307.6377306339,1296.0539051074,6026.46091626723,366.777251057234,1635.32874459127,750.617166402874,3144.40220533423,1691.9231172679,7216.86880057003,787.161116951269,2101.16260378548,707.093168831525,2861.66194544173,907.819939001394,5115.42898752216,1155.55366850637,3425.83695129621,1005.50610860791,4364.27230651472,1180.56343353409,6152.27321623503,17942.3220367616,5560.8116920219,134710.424555257,50971.3942024739,4031.7557156266,22947.8185862952 -1139,3864.17927042368,4754.78362692924,845.450152027735,1905.03924084195,1699.25703011564,3390.87623361864,1823.33995944119,3995.92832016072,331.811148794018,1461.40984183872,2633.19070937943,8109.99233339477,1472.98275728731,4730.94234544792,1675.51830020026,5346.73055814315,1232.38481929968,6070.84815764414,349.901061009155,1647.37358031249,715.769417365216,3167.5619572373,1613.40026644371,7270.02386153986,753.561636245569,2116.63848805026,674.477129664856,2882.7392047613,862.602789649126,5153.10612247258,1097.81448884526,3451.06958016213,959.240665114729,4396.4168787596,1126.24323561913,6197.5871144018,16969.6565438839,5273.86042045241,128401.06955073,48739.2260519926,3812.16117773844,21955.5060141956 -1140,3819.41636060122,4720.21377981499,834.974895763921,1891.18857581283,1675.25937541055,3366.22273049904,1799.88250995203,3966.87576131765,326.96161552277,1450.78460233939,2594.56211247476,8051.02830536302,1451.37427409766,4696.54583733719,1650.9333744628,5307.85693686851,1214.68218746231,6026.70981000726,345.462492809933,1635.39628391378,706.328203109911,3144.53206961709,1592.14871159915,7217.16685833429,744.639586644249,2101.24938211627,665.273333030224,2861.78013250943,850.025644163351,5115.64025550684,1081.75038743016,3425.9784388763,947.072496492151,4364.45255161578,1111.95660443318,6152.52730604193,16697.4138336112,5194.47090398316,126675.069524391,48139.0319260403,3750.67470712975,21692.2611003891 -1141,3789.70541126749,4682.32990718851,827.46909804058,1876.0101219417,1653.47010084316,3339.20582848923,1781.75309607435,3935.03808974661,322.583901736018,1439.14077821462,2559.54287468053,7986.41171275509,1431.7848333251,4658.85192079319,1628.64015939924,5265.25671037541,1199.02230782771,5978.34015612093,341.778569385029,1622.27078845878,698.862960574854,3119.29443040153,1575.31566528195,7159.24273821193,738.753818269651,2084.38500527618,657.957532339804,2838.81182660587,838.70334367047,5074.58273716492,1067.22931936519,3398.48194468053,936.973158278814,4329.42397616083,1100.09898437947,6103.14785594376,16426.5039878895,5119.59569975273,125250.395242269,47697.4649352437,3689.18823652107,21502.1316450033 -1142,3807.2085753788,4608.64154554858,832.300264641011,1846.48633462942,1661.18144681515,3286.65493789477,1788.45154806746,3873.11026416154,324.104288237659,1416.49224036746,2571.61086211342,7860.72522629217,1438.53555492703,4585.53304494055,1636.25165091806,5182.39451392798,1204.70481502273,5884.25577929084,343.370150916657,1596.74023445952,701.466356470644,3070.20440457999,1581.23748362333,7046.57385788561,741.15839047828,2051.58190957167,661.036719855836,2794.13590742609,842.65534095009,4994.7212803005,1072.25992929812,3344.99819374237,941.336419489225,4261.28948628686,1105.22188377498,6007.09931274729,16504.7166187147,5143.28175335252,125813.725502877,47903.8714323567,3706.75579955212,21594.4152420607 -1143,3832.4583220016,4525.01110737194,837.190396724954,1812.97918079113,1668.33062035747,3227.01385062968,1799.79282748124,3802.82710039257,325.336300972974,1390.78794864398,2581.25421494031,7718.08104610073,1443.92995814509,4502.32194378814,1642.45042853515,5088.35250182516,1209.75441721263,5777.47748371243,345.297908843947,1567.76508329136,705.732011998909,3014.49112397242,1590.82615558506,6918.7036268089,746.915098422678,2014.35300114887,664.464309558063,2743.43228729125,845.886184582795,4904.08486930751,1076.31826761472,3284.29838407439,946.621295708293,4183.96225147948,1111.42685017108,5898.09184433593,16545.1998991783,5161.25605331656,126457.442259551,48206.3435721437,3715.53958106765,21737.2194962386 -1144,3962.96424852639,4429.22923811499,863.443799721114,1774.60346618189,1711.10145077222,3158.7069644371,1851.88837085161,3722.33185308959,333.147851756019,1361.34884533567,2642.76048141019,7554.71078862934,1478.33600008217,4407.02034086609,1681.50197611565,4980.64626586275,1239.62458097298,5655.18439318755,355.814781229203,1534.57986746088,725.366796943222,2950.68275138253,1635.23874913064,6772.25396061227,770.702699648566,1971.71476419977,682.235408811554,2685.36147455257,866.295272008556,4800.27906538102,1102.09849629692,3214.77894402003,975.452907800765,4095.39943564587,1145.27800898039,5773.24568407362,16862.9147233884,5277.07390217508,129961.896885741,49715.1591039412,3785.80983319186,22441.0188540213 -1145,4037.94568408472,4557.11168329411,875.557495817058,1825.84051404697,1716.91196274106,3249.90639180936,1872.56001274703,3829.80447948809,333.252541982704,1400.65424357182,2642.68690061405,7772.8333639879,1478.29483965897,4534.26156204613,1681.42196932564,5124.4494399161,1241.95985239707,5818.46309683113,360.178065909121,1578.88685976663,732.015835473127,3035.87602201922,1650.41310946361,6967.78513529261,784.111242591646,2028.64288683381,686.566098256024,2762.89428513741,866.756910735281,4938.87460682208,1102.32416543197,3307.59730359688,987.414689472354,4213.64341572907,1159.32232151166,5939.93309965055,16715.7153455794,5264.18965547544,130950.936332066,50436.751169846,3750.67470712975,22810.9345554022 -1146,4063.66982117572,4821.06416238664,877.078004682162,1931.5950277836,1702.28598738926,3438.14422940316,1872.22052266784,4051.6305959088,329.398992793789,1481.78154209679,2611.2402315322,8223.04366792205,1460.7038610919,4796.89053919925,1661.44800899684,5421.26269086377,1229.69644151583,6155.4743148241,360.18507437281,1670.33757017379,730.509741163353,3211.71700594048,1647.14307899129,7371.3662384257,788.978120657553,2146.14391739581,682.674365686588,2922.92389308097,856.920274598657,5224.93917732114,1089.45896528467,3499.1766566605,987.433902913294,4457.70186829472,1159.34487998805,6283.97998203093,16372.6411346641,5189.55488871293,130392.932296967,50563.3405264968,3671.62067349001,22911.0021409973 -1147,3997.82495359953,4748.48047801851,857.412139085588,1902.51383759378,1648.66854697413,3386.38113993713,1827.18188332039,3990.63114299878,317.786237935172,1459.47253310388,2518.25050558241,8099.24137323483,1408.68626037616,4724.67080158154,1602.24740278083,5339.64269851844,1188.13129117284,6062.80037609309,352.234175178359,1645.18974992124,711.376066694053,3163.36289871709,1604.24982199501,7260.38640028414,774.73748148463,2113.83257959529,662.547606040434,2878.91771972558,826.905370399635,5146.27493985918,1050.9263710227,3446.49469155062,965.636810302176,4390.58879646716,1133.75294148688,6189.37132215249,15638.1882094561,4992.37332274419,126792.733129394,49522.4340373426,3504.72882469501,22488.9323960852 -1148,3875.54000005443,4473.22131586269,828.837897867593,1792.22921762953,1583.37952861992,3190.07993587104,1763.24544531942,3759.30287072732,304.600751461572,1374.87006111073,2413.22958259779,7629.74583570138,1349.93851827008,4450.79183496776,1535.40776098515,5030.11513865808,1139.98401655699,5711.35292683712,340.132729725164,1549.8216518008,685.655819823929,2979.98958063639,1546.35360757126,6839.51747458864,750.375904889297,1991.29826835814,637.490950428744,2712.03307460267,792.707649557631,4847.95649152047,1007.25033226028,3246.70883467234,932.461150440232,4136.07584246412,1094.80144175845,5830.58682839842,14899.1783360412,4776.63373302076,122092.443687111,47885.0188193951,3337.83697590001,21770.3453202568 -1149,3498.65817665127,4230.64755469442,743.515338891974,1695.0402454107,1408.14693139654,3017.08834126168,1579.6523909107,3555.44346554,269.815307642005,1300.31363336176,2136.85059614571,7216.00012239163,1195.33464545891,4209.43437926653,1359.53376642807,4757.34214976821,1011.26632124237,5401.63778801549,305.371820442019,1465.77795249082,612.949514571432,2818.39076184917,1382.59911712631,6468.62424994453,676.15681749731,1883.3141834101,567.647490599491,2564.96499617198,702.34540347235,4585.06159831275,892.117065536817,3070.64636920659,837.165418427908,3911.78479966999,982.914844926759,5514.40587581123,13064.7717101069,4219.25880268035,108994.180962036,43045.6542039357,2924.99924467028,19612.3316828407 -1150,3067.59144731886,4026.54249752118,659.228971207135,1613.26404407797,1253.69197081024,2871.53072143428,1394.58027569896,3383.91322520952,241.84566834462,1237.58078099121,1916.10943923838,6867.86851877728,1071.85406473607,4006.35273903538,1218.9842677858,4527.82702733886,905.065777942232,5141.03900844362,268.62799031271,1395.06237315488,542.627973762941,2682.41918772325,1223.69127311763,6156.54934762794,592.835682991605,1792.45481871224,507.123211470235,2441.21979631241,629.377559037888,4363.85804789455,799.740966975209,2922.50487440155,736.433583118671,3723.06308511825,864.645726180675,5248.36666739028,11840.2051001224,3790.07047413982,96760.55161483,37892.6005614511,2652.70201768896,17208.3766640096 -1151,2505.64885249179,3720.93724724563,557.395492284573,1490.82103937741,1140.27940563812,2653.58819000984,1203.39277814929,3127.08204840274,224.755238854644,1143.65126589387,1784.93260116073,6346.61320386813,998.474943369887,3702.27984467036,1135.7463240282,4184.17544220195,832.1994977922,4750.84605411147,229.681492452375,1289.1803699324,474.817511098987,2478.82978373391,1069.86752173572,5689.28151042671,490.233830301121,1656.41164921449,451.808518522626,2255.93686752451,584.015676992742,4032.65132855289,743.79025648779,2700.69352282068,629.663216650822,3440.49121939979,739.286775739798,4850.02779230998,11716.7474361344,3590.54524685866,85504.1549594199,31923.8523604022,2635.13445465791,14299.2135948425 -1152,2407.4536575496,3495.71338879661,538.18409298382,1400.58343405523,1191.14431518717,2492.96968688104,1183.88836812139,2937.80353123633,232.802380340043,1074.42742961031,1860.90906311013,5962.46033622254,1040.97548008093,3478.18529637021,1189.58348542734,3930.91233269427,887.77585408584,4463.2830536883,226.066557732799,1211.14783192928,472.584492842659,2328.78919685108,1064.41035066823,5344.91613997347,464.766074589967,1556.15104334371,449.25362324191,2119.387720909,602.397268866172,3788.55979148959,801.401660821687,2537.22379052455,619.753008391516,3232.24242187793,727.651212922739,4556.46144050503,12740.4563305505,3796.34782034515,86329.7235359471,31094.3006953273,2879.10098455539,13789.956041975 -1153,2524.50329241653,3372.37961102891,561.754415658727,1351.1688434442,1235.28678715937,2405.01414386404,1235.18526904841,2834.15361273674,240.735419961699,1036.52009022265,1923.90460918466,5752.09619126341,1076.21461138394,3355.46993482134,1229.90433716011,3792.2241125391,919.063683278334,4305.81203160103,236.109790220557,1168.41680082538,492.267097465209,2246.6261767955,1108.84726364763,5156.33983920832,487.551560937776,1501.24780454621,466.02258306692,2044.61268500018,623.012160385371,3654.89397298149,828.605049454166,2447.70689931419,647.286154429068,3118.20427738107,759.977844400979,4395.70295140481,13106.1180097591,3920.70603316489,89749.1292645403,32507.2278817831,2960.84202197179,14445.2625925275 -1154,2622.5140546737,3339.95413299298,586.573671773056,1338.17733575252,1308.60913428145,2381.88989858545,1296.88300685657,2806.90318534723,255.374317172638,1026.55393477877,2041.63095745274,5696.78970438383,1142.06965198529,3323.20704356321,1305.28043486734,3755.76182363594,973.66610382567,4264.41158753451,247.955411227967,1157.18245662875,517.865147433716,2225.02483407822,1166.43510514406,5106.76155814672,507.970591932039,1486.81328550405,491.1422172333,2024.95370488637,660.742856762411,3619.75211532793,879.17751514542,2424.17216258333,679.760481146093,3088.22269880163,798.105909782737,4353.43820486291,14024.0228012972,4173.0605162411,94541.2909391556,33980.6478305717,3169.73578425814,15072.3330967414 -1155,2847.42893736239,3373.28934451119,635.965590551268,1351.53333489501,1427.185960956,2405.6629207351,1411.76613607187,2834.91815431653,278.26518379391,1036.79970199235,2224.80165950166,5753.64787734329,1244.53366448435,3356.37510674758,1422.46703727438,3793.24710331873,1060.54488135059,4306.9735679123,270.229353757662,1168.73199306575,563.815432918153,2247.23222691172,1269.97895744595,5157.73081399136,552.200093933903,1501.65278131351,533.767178975731,2045.16423993539,719.934773196688,3655.87991756808,958.025858446044,2448.36719298749,740.823661078412,3119.04544449833,869.800111087205,4396.88873670016,15308.3981564528,4551.99254800828,102918.361385768,36949.9634524864,3460.37058396089,16392.2596266427 -1156,3483.67620634997,3465.10737772526,778.042659188434,1388.32090926517,1728.76000902369,2471.14299534456,1717.13438120477,2912.08218700638,337.428114633552,1065.02049770582,2697.36004424354,5910.25722150273,1508.87849528485,3447.73274896455,1724.4239288292,3896.49602535039,1286.77151317255,4424.2056822443,328.178521330759,1200.5438722134,685.395400755504,2308.39995436624,1543.78037018657,5298.11980847794,673.851646771614,1542.52647783616,650.199948891807,2100.8318506656,873.099922866259,3755.38982300921,1161.59777058987,2515.00964114028,899.689135465209,3203.94317753303,1056.32386097447,4516.56826455381,18486.7099575529,5507.8109188593,125117.402545798,45052.8484560491,4177.87524572706,19988.9123127608 -1157,4658.62487058886,3680.5191179618,1005.91242774014,1474.62721682552,2117.1169076137,2624.76398164426,2192.8712529503,3093.11458318761,405.605655760212,1131.22852354455,3236.58725810835,6277.67405871638,1810.51725827066,3662.06437865637,2068.97601357164,4138.72545669243,1558.25831401024,4699.24069307917,423.357961746158,1275.17683926262,864.985837987286,2451.9038626516,1949.83191387289,5627.48253335695,893.271836267731,1638.41912320918,804.798732138164,2231.43208770452,1050.72036824399,3988.84725126706,1394.84044993829,2671.35763975999,1160.62000965575,3403.11939352218,1362.68246597182,4797.34508434846,21273.3085609387,6536.81738808138,156465.694204826,58679.8984192737,4795.47419509541,26380.7743631584 -1158,4732.37537790651,4216.5466983253,1024.6096801294,1689.39063297397,2191.92350609964,3007.03230875056,2251.69970733682,3543.59308164771,420.519111651028,1295.97965480604,3356.88484731915,7191.94900965535,1877.81062749742,4195.40422695298,2146.15786537914,4741.48580685961,1613.06634781415,5383.63399128647,434.525850601099,1460.89247713276,889.89836667749,2808.99699344584,2005.81699690122,6447.06416008238,911.009980131961,1877.03704912867,827.255162312025,2556.41590231926,1089.08261844778,4569.77947088295,1446.4531645446,3060.41182642023,1191.23635903818,3898.74672100852,1398.62908254608,5496.026220165,22268.102341762,6802.2715419792,161065.664644356,59966.444815052,5022.53263236319,26917.2551560816 -1159,4616.48401884828,4611.69565441234,999.196623163374,1847.70998594308,2141.11989279496,3288.83297710192,2197.15276962175,3875.67694249206,411.057979749189,1417.43093812991,3281.46161285848,7865.93446427518,1835.61956117485,4588.57183999094,2097.87951072777,5185.82884416695,1576.14099097195,5888.15522722025,423.958860203942,1597.7983810858,868.565520398875,3072.2390037982,1957.70783031974,7051.24356445007,888.14588584003,2052.94147603671,808.151348165176,2795.98755832084,1064.55824630532,4998.03124103045,1413.93569112042,3347.21489654553,1162.26735029155,4264.11340779659,1364.61660650121,6011.08016807639,21783.783275031,6649.60476151743,157290.274857907,58508.0591515156,4913.54458247465,26253.7366744818 -1160,4502.26013452661,4731.13057529927,974.431348944654,1895.56247069713,2061.56171226159,3374.00804845657,2127.44722112376,3976.05025497788,395.48447872662,1454.13994163847,3156.32762485329,8069.64852757067,1765.62075477405,4707.40789418046,2017.70097163475,5320.13281913625,1518.36298801206,6040.64823769464,410.526660100139,1639.17858861438,839.962076602621,3151.8046668127,1893.32587892709,7233.85854609327,863.942375111819,2106.10910051804,782.522396617454,2868.39878791041,1024.39595166981,5127.47158371476,1360.1618785294,3433.90195838101,1125.44347635311,4374.5465511949,1321.38174330085,6166.75672137026,20825.2211824166,6381.67404122907,152052.459926002,56835.1333983715,4695.56848269759,25527.0661807953 -1161,4352.47960516391,4739.31817033669,938.802280534042,1898.84289122901,1969.8221505976,3379.84703580094,2045.04918343707,3982.93112389875,377.266631163498,1456.65644562845,3010.19512148993,8083.61369153867,1683.87557127224,4715.55443524502,1924.24588508769,5329.3397290651,1449.89773094089,6051.10205644823,394.645256914309,1642.01531659388,806.360236683402,3157.25911365964,1817.6761848021,7246.37730950315,834.535333140523,2109.75388861788,749.636070380518,2873.36277850578,977.362026527893,5136.34507816289,1297.32026972757,3439.84459686582,1081.90520381689,4382.11704942222,1270.2635133115,6177.42878081255,19744.7367479051,6075.44613107202,145776.253519669,54762.6185854064,4450.34537044839,24628.4278596295 -1162,4180.38992432645,4783.44021271178,898.269475969774,1916.52071396622,1869.90514106716,3411.3126915715,1952.57096896164,4020.01136403238,357.339040871455,1470.21760677232,2850.47174250549,8158.87041265824,1594.52777646889,4759.45524230967,1822.10617417066,5378.95474643802,1374.75894608082,6107.43652730559,377.131051673794,1657.30212933263,768.756501788828,3186.65252330112,1733.06023693963,7313.83953829314,800.634285680709,2129.39524780268,713.128664487355,2900.11317375583,925.888069138055,5184.16335645665,1228.61221161466,3471.8688171464,1033.8906655488,4422.91362546926,1213.88970546284,6234.93932655774,18583.205122663,5743.3350253676,138812.63464139,52420.2237216002,4186.95758321777,23610.9498733729 -1163,4021.14137919037,4836.78954823397,864.321196163456,1937.89551997569,1789.30364501077,3449.3587958941,1872.89602389082,4064.84623716257,342.017912974361,1486.61482904467,2727.97021206123,8249.86565787323,1526.00154270885,4812.53707532811,1743.71600782644,5438.94580909703,1316.42998998802,6175.55229043562,361.526986237711,1675.78589069008,737.11588339498,3222.1930102934,1661.71685436668,7395.41022008967,769.33449027807,2153.14422688106,684.387514135993,2932.4579097364,886.249940973649,5241.98192593944,1175.86252790779,3510.59029921338,991.112704075258,4472.24203608967,1163.66415571783,6304.47711846095,17739.4429451891,5490.50136548385,133084.541428973,50343.5068680797,3996.22849591284,22678.9708583769 -1164,3957.75068354294,4781.16587900607,848.931539087172,1915.6094853392,1749.47418113041,3409.69074939387,1837.23399097703,4018.10001008292,333.991965121568,1469.51857734807,2663.56661227891,8154.99119745853,1489.97475906242,4757.19231249409,1702.52704174647,5376.39726948894,1286.31613974989,6104.53268652744,354.810886185809,1656.51414873171,722.479346050163,3185.13739801057,1628.79866604574,7310.36210133555,756.720242584068,2128.38280588441,670.004494812067,2898.73428641781,865.534047252363,5181.69849499017,1148.17125487962,3470.21808296315,972.700767106039,4420.81070767609,1142.04672411765,6231.97486331938,17259.4534968855,5355.57995751727,130355.135086636,49456.323325514,3887.24044602431,22298.0972664309 -1165,3926.84816337529,4751.66454520651,841.29069244464,1903.78955767161,1726.68078954072,3388.65185898582,1818.67915260028,3993.30703852802,329.522782066557,1460.45117429783,2627.6303842101,8104.67227451443,1469.87236233181,4727.83890332336,1679.54002868933,5343.22316624716,1269.69518582482,6066.86575318251,351.021524167041,1646.29292276253,714.834207123527,3165.48407412386,1611.55718071644,7265.25481202477,750.728577642291,2115.24999828086,662.626474982411,2880.8481619988,854.013994940306,5149.72574591225,1132.73300493111,3448.80571940717,962.312372933242,4393.5328813776,1129.84972383237,6193.52157068619,16980.0414740775,5278.46049807882,128886.666967207,49001.7490196075,3823.66408358933,22102.1877899345 -1166,3948.364487194,4664.72008151763,847.14278669166,1868.95461499131,1737.67594793252,3326.64737283052,1827.86463397927,3920.23876203108,331.688733924094,1433.72829794891,2644.95568800882,7956.37552974681,1479.56397854076,4641.33039373769,1690.54701030922,5245.45454892588,1277.97577652669,5955.85615135466,353.085638214542,1616.16957253808,718.493341459731,3107.56304192094,1619.85140037349,7132.31746403126,753.882139565791,2076.54581895197,666.746762571495,2828.13530821228,859.616132639647,5055.49768354307,1140.1920676766,3385.70055682924,967.971064353288,4313.14139825907,1136.49358617688,6080.19446053654,17100.5444872521,5313.47889129226,129656.452707305,49267.7882891586,3850.91109606147,22219.0395412409 -1167,3984.61111882808,4601.29870483133,854.94557902102,1843.54437116626,1753.94336247246,3281.41838750068,1846.40647022713,3866.93932822108,334.78928959326,1414.23537643143,2669.68863154466,7848.20091675577,1493.39936054917,4578.2270224565,1706.42660608212,5174.1375260339,1290.0979571231,5874.88053226851,356.351242323911,1594.19618561289,725.827500517062,3065.31271975499,1636.32948259919,7035.34671667069,761.845165883032,2048.31317212887,673.252554132909,2789.68407607669,867.649868597461,4986.76330777739,1150.85247732184,3339.66868640416,976.923595817004,4254.50007347646,1147.00474189553,5997.52834199804,17261.8095947179,5363.84494128007,130887.560241105,49739.671282755,3887.24044602431,22431.4245297379 -1168,4075.35042704994,4519.03286687812,869.248248344709,1810.58395450419,1759.9941286795,3222.75046554217,1868.95757577279,3797.80297682179,334.740752470924,1388.95050236249,2668.15814460046,7707.88426568415,1492.54322017505,4496.37367919345,1705.31256336892,5081.63000010053,1292.01181649901,5769.84454115699,361.511374015813,1565.69382280529,732.898350859858,3010.50851432175,1652.55383395466,6909.56294776853,776.747260986459,2011.69172885702,677.787275316895,2739.80778834466,867.763641106662,4897.60581366429,1150.39683298798,3279.95931724613,991.069903753151,4178.43458934498,1163.61390391449,5890.2995515297,17071.4452427859,5344.59269579129,132001.877035529,50582.4321121858,3841.82875857075,22866.5343819547 -1169,4132.1187455429,4640.61215684337,875.802107234648,1859.29559659569,1748.04524533273,3309.45479473783,1875.75003096045,3899.97842076116,331.135450550807,1426.3185899265,2638.16028594277,7915.25587013181,1475.76269288512,4617.34335023557,1686.06674040012,5218.34530744131,1280.62609265122,5925.07545520174,363.359678640056,1607.81698253595,733.647433677853,3091.50272223917,1654.4912349909,7095.4566515557,786.051757997453,2065.81394023018,675.942392536939,2813.5191100723,858.681572206634,5029.37016566077,1137.68816557445,3368.20278363658,996.136961715134,4290.85048130767,1169.56313017409,6048.77116664152,16680.4853618819,5267.25420057318,131859.182345844,50993.6467151617,3751.00538366365,23111.9338618445 -1170,4158.26817259642,4882.60109294625,877.290284284105,1956.25025432494,1732.51773664296,3482.02932107014,1875.17239984637,4103.34633795986,327.189033287612,1500.69526835912,2605.77483619697,8328.00407710504,1457.64656901584,4858.11891328224,1665.38405588006,5490.46066345162,1267.4522405219,6234.04389670771,363.328761049961,1691.65805951074,732.044863176558,3252.7119397797,1651.00529073813,7465.45568363211,790.940857464052,2173.53768457404,671.974053899328,2960.23261965691,848.645787412924,5291.63124125207,1123.89088915312,3543.84077721228,996.052202298857,4514.60077714245,1169.46361425206,6364.18983337644,16326.5889781533,5190.20989300658,131271.408786103,51118.9112180985,3669.26434624725,23212.4934627113 -1171,4137.11729693035,4797.73601287042,870.543813839329,1922.24843207461,1717.67914744404,3421.50774834,1861.84218626958,4032.02557901994,323.951198278508,1474.61150241259,2579.75627218978,8183.25403109035,1443.09202269473,4773.67936093192,1648.74192859149,5395.0303026691,1255.14118508329,6125.68922582243,361.172201085878,1662.25514619703,726.392726545137,3196.17616018636,1638.36678339858,7335.69769555701,786.368244031414,2135.7591632208,666.018119921263,2908.78045849773,840.296274541734,5199.65675870231,1112.71035505034,3482.24485208775,990.140073857918,4436.13195505987,1162.5221918261,6253.57308022666,16126.8843999005,5136.01812981718,130228.0122563,50803.5726901768,3623.85265879369,23085.4418665732 -1172,3986.54393991159,4508.57093813498,834.860763533107,1806.39230534529,1628.81824542956,3215.28953602017,1780.16797050274,3789.01075395145,306.189559844001,1385.73496894826,2437.35819700407,7690.03988651644,1363.43584410033,4485.96420831329,1557.67937206159,5069.8656132226,1188.23995681812,5756.48688162524,345.722109892865,1562.06911422487,693.117756880147,3003.53894218425,1563.49948044241,6893.56674740107,756.645743154893,2007.03449883891,633.631001617184,2733.46491041128,794.424454851237,4886.26745774967,1051.46135968292,3272.36594457808,947.784227009881,4168.76117332449,1112.79224632195,5876.66302884904,15085.8172742868,4839.45268703996,124057.011028895,48742.4841027938,3387.71188403521,22192.2923200192 -1173,3599.53373990301,4272.56024882907,749.138011701364,1711.83287642838,1448.96212726479,3046.97839927046,1595.26222849378,3590.66696562071,271.330494120277,1313.19573873443,2159.05136560767,7287.48847071074,1207.7535524904,4251.13691613286,1379.77057183204,4804.47276602479,1054.3671034676,5455.15139072249,310.478196842278,1480.29929991999,619.8238374616,2846.31233849344,1398.38758692022,6532.70840400248,681.983187393202,1901.9720295928,564.407691220505,2590.37590359473,704.152312681474,4630.48544463277,931.547871204816,3101.06702240552,851.16435824359,3950.5385454523,999.350982224343,5569.03666313615,13233.8474485384,4276.47254673713,110783.029546155,43828.3844895615,2969.9243594625,19997.3420921194 -1174,3160.75490635382,4056.69364185139,665.50458761119,1625.34432314262,1294.28300282667,2893.03302453524,1411.59652467111,3409.25229864958,244.067518688666,1246.84790701085,1943.00540937833,6919.29579045715,1086.89942400896,4036.35270047793,1241.61452349257,4561.73183929293,946.932408390351,5179.53561173199,273.709539875486,1405.50873675058,550.077819684796,2702.50540514998,1240.72559825357,6202.65019173195,598.882876263329,1805.87689583613,505.647965045611,2459.49988908821,633.212798916738,4396.53504408163,838.172566623409,2944.38887694916,750.364461088441,3750.94174590452,881.001952152195,5287.66695069383,12050.8018591806,3856.48758146338,98614.0353813457,38655.0240489841,2706.53657223188,17576.0021484962 -1175,2595.00728176503,3736.27274551394,566.164964911489,1496.96532022618,1189.2768054339,2664.52470798601,1227.16218200658,3139.97002746599,229.192912406391,1148.36471867264,1829.25828427181,6372.77018242766,1023.27032438617,3717.53844818182,1169.25838244827,4201.42013379026,880.053469589248,4770.42622614737,235.67817137404,1294.49360743601,485.107732642032,2489.046051123,1093.22477590754,5712.72935728724,497.803461793178,1663.23839642635,454.404940094006,2265.23450240157,593.643747186634,4049.27152753945,788.269589136129,2711.8241810636,646.102887512942,3454.67088533646,758.588572231144,4870.01673269463,12083.3306867983,3694.96186533131,87882.9352515622,32769.238298673,2724.7012472133,14687.728331111 -1176,2268.4803573473,3497.27293280955,485.284557135531,1401.2082769031,1119.42239533121,2494.081876445,1119.66289993336,2939.11417470127,211.213324518593,1074.90676434941,1703.01743616718,5965.1203710382,952.6523505869,3479.73702056827,1091.92762645304,3932.6660321862,830.097560651611,4465.274259943,217.865277492153,1211.68816179617,447.473828643247,2329.82814050733,1008.49313900646,5347.30066954975,429.496004907867,1556.84528963136,401.981173982959,2120.33324420099,543.457849908344,3790.24998318535,756.172308681716,2538.35572318947,597.26950551176,3233.68442348298,701.253361004817,4558.49421647073,11544.2099076034,3502.61443782748,80298.596273277,29211.0837975664,2676.00873411193,13066.6792096185 -1177,2379.42122707141,3359.70833404533,506.736270238499,1346.09200256576,1161.16300535428,2395.97761658027,1168.48945889704,2823.50464981349,218.451941626748,1032.62550103723,1760.96837381775,5730.48343929524,985.069574156718,3342.86219374287,1129.12754453987,3777.97532454482,859.481601491565,4289.63350391892,227.589487587285,1164.02662693537,466.219811165241,2238.18477166079,1050.84214981762,5136.96556410881,450.721514363726,1495.607061526,417.094063201963,2036.93031923951,562.16979184502,3641.16118509314,781.936749407317,2438.50995956447,623.928063598058,3106.48803109585,732.553139890298,4379.18667030389,11875.6986868788,3617.95307923756,83501.7437392501,30548.3668770127,2751.9837454905,13690.91807635 -1178,2470.74908232037,3293.1678756363,528.775850789889,1319.43207557037,1229.74544182368,2348.5242566176,1226.41104443684,2767.58393437079,231.663096474221,1012.17391197886,1868.19497846981,5616.98876742385,1045.0511543789,3276.65538033712,1198.00148021262,3703.15090975684,910.327489496681,4204.67548037114,238.948392601738,1140.97258246023,490.306236996014,2193.85656638141,1105.06503314925,5035.22576723316,469.356351763594,1465.9859249335,439.373262549726,1996.58804434142,596.014805991868,3569.04643276715,829.491060708066,2390.21422838443,655.068076633781,3044.96270893123,769.114589288796,4292.45500804978,12707.1586276815,3849.96285049511,87926.7851364031,31918.9772407681,2946.14210790241,14280.8878367836 -1179,2682.43605934399,3331.96148174508,573.194921728541,1334.97502089231,1341.1411393942,2376.18993549846,1334.9786066441,2800.18614752161,252.412162768593,1024.09734787333,2035.68593035793,5683.15704611166,1138.74405829735,3315.25446880735,1305.48509693105,3746.77412702957,991.505444092363,4254.20667056873,260.407441726981,1154.4132701556,533.784367534109,2219.70025571319,1203.10255835909,5094.54086213856,510.18197928464,1483.2552785409,477.445813048925,2020.10790518019,649.362765454145,3611.08989569566,903.844990941851,2418.3710162535,713.89725679191,3080.83245150345,838.185854321318,4343.0202434433,13870.8720551997,4199.43369483682,95712.248112419,34706.0935957066,3216.27548169289,15531.0142386783 -1180,3282.44264416949,3429.82274091823,701.497027914638,1374.1838584569,1624.67389707518,2445.97973961128,1623.96511722647,2882.42891767878,306.124304373635,1054.17556352134,2468.40943501122,5850.07401308692,1380.80562214718,3412.62503523629,1582.81122569237,3856.81862661859,1203.13926733239,4379.15470008396,316.274462000307,1188.31892508066,648.970562615427,2284.89388511172,1462.66714155489,5244.16989789106,622.704440315007,1526.81917627156,581.740570165035,2079.4394143677,787.640755962537,3717.14928627276,1096.0111750558,2489.39969833613,867.054602272384,3171.31793420109,1018.00769737479,4470.57676892128,16750.889108309,5081.63265128256,116374.426722859,42323.7879186534,3883.16724823813,18940.5809824114 -1181,4398.33928352457,3660.1151063788,909.656243145925,1466.45219861522,1992.94186808587,2610.21285095654,2077.80786411336,3075.96701683619,368.547848497254,1124.95723431668,2966.0240448854,6242.8719750692,1659.16667571921,3641.7626762049,1901.65351673553,4115.78124707127,1458.71555520496,4673.18910675131,408.584742837124,1268.10753132948,820.381842438403,2438.311031529,1850.47186270543,5596.28497260162,827.585120215656,1629.33607766687,721.623457928154,2219.06150499459,949.454126768571,3966.73393439268,1317.41794200795,2656.54820378722,1120.11978284501,3384.25322674019,1315.13120157544,4770.74962823712,19278.0149517822,6038.77472467261,145827.337141823,55253.4701264221,4457.2006675429,25039.2796185035 -1182,4466.27880351302,4196.4675951592,925.948061831522,1681.3457917249,2062.76955887744,2992.71288665684,2132.83308454992,3526.71856888746,381.970878010178,1289.80822803153,3075.33272428303,7157.70110575153,1720.31294947789,4175.42580377319,1972.02182877465,4718.90695513852,1509.64247961995,5357.99724395423,419.264193087734,1453.9357391048,843.755252318251,2795.62061119278,1903.0319803773,6416.3633815424,843.643505801082,1868.0986397495,741.384879011396,2544.24230569847,983.766001133827,4548.01828097875,1365.86685294636,3045.83821223072,1149.39709607153,3880.18097438446,1349.50565751505,5469.85426349673,20179.005920669,6282.49297836326,150058.345160382,56442.3082255787,4668.24236581671,25541.5342620695 -1183,4356.74866660521,4622.35252064184,902.912441400001,1851.97973824823,2014.88327733126,3296.43292638621,2081.07340242602,3884.63299116048,373.366918718242,1420.70638669139,3006.16174096485,7884.11133838776,1681.61933516073,4599.17527090825,1927.61270646299,5197.81243727949,1475.04819504188,5901.76178049202,409.055429075727,1601.49062898873,823.495904981331,3079.33844021855,1857.31459378752,7067.53782258179,822.42155140561,2057.68548438561,724.23555125062,2802.44862332192,961.585257043899,5009.58086492975,1335.13738903825,3354.94975679367,1121.4101515546,4273.96706891814,1316.64622182372,6024.97078056395,19740.0783105195,6141.31039914449,146534.636223992,55066.8683710661,4566.94235064528,24910.9847678507 -1184,4250.02990937268,4752.31435573717,880.963409928623,1904.04990906867,1940.37902967212,3389.11527167872,2015.50291091897,3993.85314041318,359.301590691183,1460.65089726723,2892.11057497626,8105.7806232502,1617.82015785416,4728.48545559518,1854.29982861332,5343.95387495945,1421.21882216357,6067.69542312595,396.156581364899,1646.51806038906,796.53737619938,3165.91696766389,1796.59493795047,7266.24836681801,800.248536586368,2115.53926780121,701.514086204036,2881.24213035559,925.529304340962,5150.42999302141,1284.54783240008,3449.27735839879,1086.04844324293,4394.13371586537,1275.12808541195,6194.36856135655,18871.7582064384,5894.79266899455,141690.169537505,53506.5227861478,4364.34232030242,24225.8241478975 -1185,4109.63433908705,4774.99269472273,849.080475570038,1913.1361533806,1854.40429791659,3405.28834004898,1937.90220773284,4012.91205541688,342.82339029474,1467.62121398204,2758.74242977081,8144.46191134613,1543.21523935765,4751.05008159069,1768.74316822488,5369.45555444184,1357.35368534272,6096.65084218418,380.893509658898,1654.37534673929,764.836871675863,3181.02491987798,1725.17875099951,7300.92335489347,773.252673500917,2125.63475245588,672.229885117767,2894.99159658204,883.236037659133,5175.00816453108,1225.37012885338,3465.73752397992,1044.20530332009,4415.10279461244,1226.00010845162,6223.92847249046,17892.9114500891,5612.86835423344,135876.30683232,51569.6186018068,4136.41728616671,23377.4715460088 -1186,3948.12130614194,4838.1541484574,812.739752950003,1938.4422571519,1760.72808314122,3450.33196120068,1850.72084476204,4065.99304953225,324.786490708497,1487.03424669922,2612.88186668504,8252.19318699306,1461.62217675559,4813.89483321746,1675.18085155865,5440.48029526648,1287.22577620915,6177.29459490251,364.054288622783,1676.25867905064,729.329327805974,3223.10208546774,1645.2290473046,7397.49668226423,742.076297572675,2153.75169203202,639.684788003166,2933.28524213921,836.916395554501,5243.46084281933,1160.63952373557,3511.58073972333,998.041208989792,4473.50378676557,1171.79890445892,6306.25579640397,16840.6011924987,5306.99797057009,129420.190812705,49378.0827391377,3891.60891616909,22416.2470686846 -1187,3798.07148050596,4901.38057505104,782.169078679936,1963.77439277989,1684.93783509279,3495.42191777804,1775.3475524888,4119.1286469498,310.889327510242,1506.46724919483,2500.79710802205,8360.03528353732,1398.92298969055,4876.8042319184,1603.2373101825,5511.57809774813,1232.69482906753,6258.02130415307,349.008456719215,1698.16452228565,699.364108541652,3265.22253495271,1577.61834977676,7494.16935258562,713.142763035812,2181.89755491252,613.990254318597,2971.61827956412,801.1652314898,5311.98393693795,1110.87427745018,3557.47111341854,956.793623855989,4531.96485479096,1123.37016761319,6388.66780870399,16076.0704234066,5073.66693660629,124090.845335961,47426.1685440926,3714.33388961908,21532.6494628206 -1188,3738.710244698,4849.52580437967,768.411231091363,1942.9983952362,1647.63710733157,3458.44166309864,1741.78204740263,4075.54980868519,303.632192742655,1490.52938994584,2442.03646783863,8271.58924148969,1366.05282594243,4825.2094697523,1565.5402836982,5453.26766583618,1204.61170508013,6191.81378269774,342.559032863801,1680.19857768759,685.561983058013,3230.6777035224,1546.55727385757,7414.88384777727,701.573615293531,2158.81389601153,601.189813694408,2940.17967118631,782.544002604266,5255.78513648935,1084.80311547552,3519.8344014898,939.112769700156,4484.01836407524,1102.6110994073,6321.07809616418,15641.2415312069,4949.50007485767,121564.267164487,46597.9248406072,3613.03387444765,21173.4295648394 -1189,3709.88976657874,4806.18353716262,761.622856377088,1925.63299518563,1626.30320772477,3427.53210435761,1724.36916066891,4039.12489293262,299.598393687392,1477.20789714018,2409.30170078863,8197.66254315342,1347.74129717366,4782.08452792244,1544.53481931401,5404.52950175314,1189.13402655309,6136.47491899162,338.922180286695,1665.1819309742,678.371706106327,3201.80376780856,1530.32935259507,7348.61388859414,696.111986664293,2139.51966137351,594.653127004008,2913.902039493,772.20895467354,5208.81195745906,1070.28505646192,3488.37614982911,929.142474454623,4443.94279174477,1090.90498853671,6264.58394250973,15388.1412422318,4878.58425161681,120207.838288157,46174.7954162955,3553.94219893099,20988.9683174315 -1190,3730.14708945349,4720.34374444238,766.917872842821,1891.2406471024,1636.62946142445,3366.31541483566,1733.01943597895,3966.98498381355,301.56232454866,1450.82454770819,2425.14856562724,8051.24997941056,1356.60588817391,4696.67515030017,1554.63048809519,5308.00308144611,1196.87229802914,6026.87574721506,340.910470266208,1635.44131231262,681.822237477237,3144.61865000472,1538.15775664059,7217.36557314792,699.004273599863,2101.30723714271,598.336446841898,2861.85892770938,777.259763584301,5115.78110766115,1077.3204360593,3426.07276850458,934.59329702969,4364.57272084457,1097.30479233673,6152.69670746232,15497.3266496338,4910.85888612328,120922.59807523,46424.1573501394,3579.26720272384,21099.5271549121 -1191,3764.37953851685,4656.46750101494,773.977894797131,1865.64815755195,1651.94803387315,3320.76204107029,1750.620236883,3913.30327921366,304.380428589515,1431.19182030587,2447.81999180238,7942.29952337957,1369.28807625856,4633.11919305586,1569.23203769192,5236.17456316431,1208.22603061506,5945.31935997328,344.062768926438,1613.31032926725,688.790593984653,3102.06530278066,1553.82229412714,7119.69933839584,706.400018620127,2072.87210193595,604.177776966129,2823.13191810619,784.521511051151,5046.55375960218,1087.3910609941,3379.71075124285,943.235205844593,4305.51081250332,1107.45124640147,6069.43769627615,15643.4705733881,4957.41807888345,122071.030026169,46868.9272510156,3613.03387444765,21301.2383586522 -1192,3851.59731133401,4575.56626328516,787.419522177318,1833.23447806608,1658.25059291135,3263.06728441836,1772.67539030982,3845.31374018404,304.449330603376,1406.32636389148,2447.24162410946,7804.31040142778,1368.9645426702,4552.62360768215,1568.71725452556,5145.2015234004,1210.35455417837,5842.02567332866,349.144811976975,1585.2807548202,695.738911344589,3048.17017252175,1569.76739187871,6996.00203166824,720.563393478786,2036.85812381507,608.544636032884,2774.08296277697,784.936367262639,4958.87518236896,1087.22491831482,3320.99182259477,957.167436692592,4230.70707904774,1123.80906078559,5963.98758375082,15471.407285372,4941.11492204029,123163.581297466,47684.7654295713,3570.82553479289,21721.3602305027 -1193,3906.85855066749,4681.09527159247,793.891676683207,1875.51545605507,1647.65683135443,3338.32534751927,1779.87954501097,3934.00049987283,301.294896904913,1438.76130592887,2420.63738328311,7984.30585768281,1354.08237410249,4657.62347586682,1551.57784789772,5263.86836878357,1200.06203594023,5976.76378886184,351.038349733544,1621.84302849706,696.721102357898,3118.47193561482,1572.21869590919,7157.354990851,729.584529889721,2083.83539515166,607.219656028356,2838.06328940301,777.065042519317,5073.24467243934,1075.50567267447,3397.58583379886,962.35849959418,4328.28239471371,1129.90388108586,6101.53857942113,15117.597730231,4871.2852503208,123089.368364834,48096.2544362938,3486.40885548337,21962.0467139636 -1194,3932.75880480746,4891.82838609334,795.634395687609,1959.9472375972,1633.51792905433,3488.60976962218,1779.91836501068,4111.10097095642,297.79745903106,1503.53132948761,2391.6040654513,8343.74260120046,1337.84140211334,4867.29993923603,1532.97057705683,5500.8367087377,1187.9994986483,6245.82518898037,351.088424045555,1694.85500812944,695.409618839762,3258.8590171305,1569.37858884291,7479.56413663865,734.421598397478,2177.64530446762,603.901051424172,2965.82696038744,768.240642817069,5301.63153244111,1062.6809595418,3550.53803899867,962.495776446728,4523.13261171582,1130.06505766251,6376.21707953447,14797.2456925375,4801.30839844337,122585.03508677,48232.1900053088,3410.43384410479,22063.2284544175 -1195,3913.0520749643,4802.73954702299,789.592700097605,1924.25313505406,1619.67077451137,3425.07602113079,1767.4045820658,4036.23055770875,294.87341765748,1476.14936714593,2367.89160190337,8191.78830452971,1324.57686726044,4778.65780652621,1517.75571655419,5400.65675195708,1176.52648259746,6132.07767553438,349.027720798565,1663.98870351906,690.089214678464,3199.50943582559,1557.47669632034,7343.34805686371,730.244640615074,2137.98653544098,598.603716854069,2911.81401064136,760.745465241014,5205.07945392856,1052.16303478817,3485.87646729089,956.846435608646,4440.75837420484,1123.4321738243,6260.09489935105,14616.3433604222,4751.51839173243,121622.220301924,47939.4015519144,3368.22550445003,21944.0459514946 -1196,3771.79636489394,4517.08343528615,757.619216659008,1809.80290031299,1536.37957848203,3221.36022746345,1690.43401307031,3796.16467116632,278.800448932506,1388.35133345429,2237.87790365621,7704.55921947684,1251.84839565864,4494.43402237799,1434.35600730779,5079.43787396366,1114.09746230995,5767.35553132666,334.176789741962,1565.01840992571,658.677924364813,3009.20983370167,1486.75789267229,6906.58228338882,702.925832287721,2010.82392029598,569.741939577359,2738.6258832743,719.476632047144,4895.4930723368,994.467809267732,3278.54440027125,916.133163853419,4176.63208588166,1075.63077363161,5887.75857951862,13673.182456314,4478.42986383749,115902.814456743,46011.9106888904,3148.74213824527,21100.5593658267 -1197,3406.62404607412,4265.73725401508,680.140073321616,1709.09919307271,1367.17923487072,3042.11257723267,1515.32675488167,3584.93290906951,247.140488309537,1311.09865239899,1982.94002660584,7275.85083586257,1109.23848300133,4244.34813295764,1270.89973528347,4796.8003422654,988.816932606357,5446.4398764358,300.180959243278,1477.93536030105,589.196240587441,2841.76696682084,1330.13570599326,6522.27610276716,633.801895532455,1898.93470664392,507.699287154824,2586.23924540218,637.94404462525,4623.09086706452,881.243568036131,3096.11482443066,822.934866698691,3944.22979790088,966.206772378311,5560.14328163687,11994.9719650986,3958.57598959599,103539.478885391,41388.3032237958,2760.42541342146,19018.4606750932 -1198,2990.26526950195,4078.13734524092,603.904927476904,1633.93590156791,1220.67996699089,2908.32561193553,1340.29554405274,3427.27362377951,222.219818932179,1253.43875143991,1783.87104305355,6955.8712234808,997.88111749083,4057.68888154707,1143.23940459765,4585.84517718347,887.79861395808,5206.91466353113,264.545037424195,1412.9382631391,522.694031821804,2716.79086257737,1179.70944094805,6235.43743244649,556.292047668896,1815.42277036627,454.642289262967,2472.50081811181,573.431324809272,4419.77515086572,792.703864147324,2959.95293164862,725.240320562922,3770.76924320448,851.503730958429,5315.61758530511,10922.2953875395,3568.44938205235,92121.1574571475,36484.7235392854,2515.61704342383,16709.6422364242 -1199,2449.42905998887,3741.66616094239,511.873878171694,1499.12623202355,1119.20544474835,2668.37102479647,1162.47618034872,3144.50266304815,208.215212507284,1150.02241563778,1676.06616248785,6381.96945650772,937.576055020771,3722.90482012197,1074.52351644454,4207.48500263533,823.722573612063,4777.31247138716,227.399983141397,1296.36224558689,459.991686079385,2492.63905952699,1037.28295778489,5720.97584375992,461.048651983819,1665.63932811401,407.36342094838,2268.50443250209,536.325524536856,4055.11676556625,744.427498931852,2715.73877600182,623.4085442511,3459.65780051163,731.943172890811,4877.0467396486,10949.8388687536,3412.75266762708,81884.0113473631,30845.3029616837,2532.50037928574,13937.1196644343 -1200,2186.74599085391,3482.00241370336,462.064121479911,1395.09003043641,1114.19251890689,2483.19169838959,1106.50707937569,2926.28080423738,188.327203756401,1070.21328328638,1510.79319573252,5939.07422412695,845.123871664222,3464.54307040252,983.406650419861,3915.49440934276,815.101715243836,4445.77705248712,214.428611395345,1206.39743740007,436.75361840748,2319.65516121252,984.631891143771,5323.95217527729,417.699215595149,1550.04746852977,359.240793796175,2111.07500501316,486.182972909592,3773.70020686035,751.628044390887,2527.27222747324,587.848014010785,3219.56483924666,690.191599907411,4538.58997268837,10607.6554352642,3270.5749387998,75813.2849861622,27800.2313960641,2555.39692006908,12640.6522898308 -1201,2293.7036131255,3347.62188212714,482.534350265311,1341.24947617691,1155.75230698295,2387.35815757354,1154.76863591029,2813.34717487885,197.63381651419,1028.91066116815,1584.85893893524,5709.86819366359,886.555569814553,3330.83634531895,1029.24942241929,3764.3841694301,843.944922045271,4274.20167355245,223.996227974709,1159.83907538056,455.05683325539,2230.13296777276,1025.99292058683,5118.48548157698,438.355436451742,1490.22665910998,379.610953174931,2029.6025223249,510.333144336117,3628.06221482121,777.559859057615,2429.73749170479,614.07727683349,3095.31253176997,720.98734377406,4363.43267505523,10982.0795752412,3397.29730998963,79376.1935415298,29246.99000202,2634.89933326304,13293.4144339825 -1202,2381.73288375553,3278.35222327125,503.442192025918,1313.49607482909,1223.99687563239,2337.95846699772,1211.99199322672,2755.1328346968,211.269986497619,1007.62023680069,1695.85958292307,5591.71846355255,948.648313063063,3261.9140161345,1099.92969183778,3686.49078230322,893.882441812296,4185.75904107088,235.179978541566,1135.83945418431,478.557431848438,2183.98661214471,1078.91398280855,5012.57276035222,456.459430711205,1459.39059221556,397.907337868442,1987.6055826212,545.199006342515,3552.98962873544,825.1050151019,2379.46087950485,644.737110505581,3031.26370825355,756.98501519708,4273.1436569151,11900.6101608605,3647.77461818339,83425.3781562994,30461.6135233172,2836.70807369598,13802.6600415858 -1203,2585.79726294686,3308.63333222886,545.709082339908,1325.62842518332,1334.87033949979,2359.5534544353,1319.27590456425,2780.58113063276,241.212957367502,1016.92730818913,1936.83066089869,5643.36740927996,1083.44532628308,3292.04329054002,1247.03964218719,3720.5417388349,973.596050708507,4224.42158156705,256.301009546064,1146.33084617884,520.992174669409,2204.15940995907,1174.62852283353,5058.87231926987,496.159878150653,1472.87052436589,450.636698104374,2005.96447059695,622.339432312452,3585.80747707683,900.422009496601,2401.43921168075,702.639626634659,3059.2625382686,824.968285180637,4312.61334163903,13396.3194569823,4078.28854307403,92284.5554025715,33532.3670531264,3138.48062659739,15083.4009779181 -1204,3164.18246256112,3400.90623218406,667.915190015489,1362.59824527889,1617.08431547144,2425.35791748028,1604.87918605155,2858.1274341125,287.867392518382,1045.28790978745,2309.29167721057,5800.75259647934,1291.79660628528,3383.85351872012,1490.57830860373,3824.30215625637,1181.40268825415,4342.23446405469,311.28534574893,1178.30032144668,633.422681284474,2265.6301624717,1428.05956476617,5199.95680114797,605.600056948038,1513.94670927219,547.466864420359,2061.90785879476,743.160873247795,3685.81035481126,1091.2419675918,2468.41180667018,853.377126766871,3144.58085486194,1001.94899091181,4432.88576214036,15861.4014902858,4863.09420135986,112213.984002857,40980.3099407087,3755.853638598,18491.6647344655 -1205,4240.03370639409,3629.83400372434,866.723855981689,1454.31985078639,1983.8149947802,2588.61786801405,2053.48097777653,3050.51872619741,352.93276758162,1115.65016486555,2826.33034609733,6191.22304009275,1581.02330050389,3611.63340807092,1818.89189145233,4081.73029762745,1432.25558820693,4634.52657430292,402.098271024487,1257.61614151878,800.806492658207,2418.1382379137,1806.86523423127,5549.98542332144,805.024438332089,1615.85614832245,691.981889307277,2200.70262084033,912.165017365,3933.91609288248,1312.17225800251,2634.56987618621,1102.33736310082,3356.25440255322,1294.25288534242,4731.27995172898,18484.9333605405,5839.45118544666,141485.025644808,53756.0701849077,4334.71304572624,24479.2009769864 -1206,4305.51615728984,4173.65929154624,882.107346768573,1672.2074761234,2053.29086652849,2976.44713394997,2107.83669998046,3507.55043138785,370.999706733375,1282.79796594792,2971.85168530109,7118.79814360806,1662.42660437435,4152.7318648147,1908.71831822063,4693.25913107853,1482.27748998426,5328.87588768819,412.615142790882,1446.03342435573,823.607450346242,2780.42607859106,1858.15469316324,6381.48967865331,820.614726338491,1857.9453000684,723.133738093684,2530.41404427207,958.68376853148,4523.29925731478,1361.12091506953,3029.28371702131,1131.16897349671,3859.0917264086,1328.10404215977,5440.12495094244,19477.9985237952,6108.76612605444,146564.409975159,55220.8745549572,4552.82489580621,25061.0387737978 -1207,4199.92328956749,4574.33162138597,860.14662699594,1832.73980965404,2005.62041518629,3262.18679895331,2056.68060616863,3844.27614501309,371.545947003148,1405.94688966843,2977.25591415907,7802.20453560453,1665.44968048346,4551.39515648424,1905.0724675912,5143.81317472069,1448.31576599654,5840.44929802178,402.569188979099,1584.85299267465,803.829979335795,3047.34767353598,1813.511275214,6994.11427466985,799.968135567916,2036.30851088463,718.942409178478,2773.33442175263,959.879774388308,4957.5371108122,1331.59839008509,3320.09570713821,1103.62836705118,4229.56549177254,1295.76865142608,5962.3782990124,19420.1940662205,6059.64401517601,144142.703887342,54137.8942397186,4491.83675661818,24467.2701415082 -1208,4097.0523478896,4676.93649176006,839.334501418244,1873.84921014434,1931.47825902666,3335.35951167877,1991.89607897597,3930.50545416444,343.90940076239,1437.48308124948,2754.44588860106,7977.21243867504,1540.8117935926,4653.48554885305,1772.80747994841,5259.19184153034,1395.44796938663,5971.45391088114,389.870558521085,1620.4021503079,777.524554295185,3115.70142199754,1754.24377283613,7150.99625173925,778.419832818019,2081.98407358852,670.919317114379,2835.54189650535,888.765127307884,5068.73749913812,1279.43664901742,3394.56734974232,1068.81554684577,4324.43706098566,1254.89496383646,6096.11784898979,18082.1109333235,5697.02631692803,137470.623586563,52059.7409458952,4242.99980274016,23689.4450428906 -1209,3961.7221396325,4684.99412847324,809.032506941465,1877.07756191205,1845.91806374061,3341.10581918162,1915.2220270736,3937.27710588659,320.33941741606,1439.95964180797,2565.34782067664,7990.95593934646,1435.03206692986,4661.50278322618,1657.21133421957,5268.25261396944,1332.72769671553,5981.74180047471,374.845271539264,1623.19385207238,746.590226191971,3121.06929265591,1684.53164015106,7163.31630997295,752.179998537174,2085.57100946784,625.922441509355,2840.42709572225,827.920446319913,5077.47014826313,1219.51606390776,3400.41566317373,1027.62428484613,4331.88739581228,1206.53235591036,6106.62051522749,16934.8726876221,5370.54756171395,130446.432221106,49743.6424179416,4000.40028330337,22739.4574430612 -1210,3806.03724369151,4716.2499437721,774.477845990591,1889.60043557376,1752.69179962158,3363.39591891592,1829.0739146637,3963.54454670452,300.906831495822,1449.56629474455,2409.10999098424,8044.26739205108,1347.63405646554,4692.60187663211,1558.33149079122,5303.39962293776,1263.85918071383,6021.64883381437,358.268880208238,1634.02294723096,711.939033333672,3141.89142448172,1606.486054278,7211.10618662426,721.872244245638,2099.48484168983,590.401732762483,2859.37693050095,777.826094681619,5111.34435702149,1154.74577517318,3423.10144697473,982.180728316991,4360.78746881687,1153.17713442661,6147.36067363327,15861.6424583045,5058.72065316285,123827.680535166,47504.0959091981,3755.82063371171,21771.4310695675 -1211,3661.38596407662,4753.5489913332,745.37919395231,1904.54457495531,1677.25287643327,3389.99575264868,1754.59094234279,3994.89073028695,287.43248999497,1461.03036955298,2300.95241406084,8107.88647832248,1287.13169888443,4729.71390052155,1488.78261240897,5345.3422165513,1210.313971075,6069.27179038505,343.460939974699,1646.94582035077,682.691358795504,3166.73946245059,1540.47380188488,7268.13611417893,693.732685145972,2116.08887792574,565.58907119228,2881.99066755845,743.054344412173,5151.768057747,1105.14576064886,3450.17346928046,941.585314294433,4395.27529731248,1105.51411084681,6195.97783787918,15120.6389031872,4831.28387923763,118642.345359694,45602.1082392313,3582.5918424905,20907.8118586375 -1212,3604.16878807759,4684.99412847324,732.306671859512,1877.07756191205,1640.13357706285,3341.10581918162,1721.42482339593,3937.27710588659,278.044962995892,1439.95964180797,2225.46513732592,7990.95593934646,1244.9048079004,4661.50278322618,1442.11253974798,5268.25261396944,1182.73382820903,5981.74180047471,337.111624745692,1623.19385207238,669.223181585193,3121.06929265591,1510.15486753769,7163.31630997295,682.488417609327,2085.57100946784,548.477050251871,2840.42709572225,718.857117117172,5077.47014826313,1078.86467767631,3400.41566317373,924.178904191731,4331.88739581228,1085.077267052,6106.62051522749,14629.8225189841,4692.63813460191,115796.036199868,44677.0093132644,3476.58862489855,20526.3320164405 -1213,3576.38757757921,4653.67332140596,725.866126996025,1864.52864881744,1618.90378417586,3318.76937053637,1704.22529720682,3910.95504587495,274.099771463398,1430.33301328102,2193.88547999066,7937.53363349163,1227.23943692283,4630.33902393144,1421.81125157469,5233.03252208054,1167.53201316746,5941.75178645948,333.531078814864,1612.34223943864,662.207984052529,3100.2038643377,1494.31667160508,7115.42706145864,677.182904644141,2071.62824552377,540.697049055548,2821.43785761134,708.657734827432,5043.52550318085,1064.3846394907,3377.68270769626,914.362971509916,4302.92722945117,1073.55239306966,6065.79564378782,14409.4827404645,4628.65684088025,114356.969974104,44216.2716022442,3421.57388106141,20322.8017303348 -1214,3595.91488776197,4587.52275057596,730.911897055191,1838.02493316537,1629.18171347867,3271.59405908847,1712.76811372897,3855.36199262278,270.488408793781,1410.00125839176,2164.6770464054,7824.70397301189,1210.90050678564,4564.52014314309,1407.34092040809,5158.64653393751,1175.1316502647,5857.29156648732,335.488071480393,1589.42327797618,665.575028355107,3056.13539602215,1501.95848723557,7014.28339938643,679.993971528302,2042.18067120466,534.800698795067,2781.33196449163,699.384440282335,4971.83330048659,1070.72260376426,3329.66996082617,919.727993669875,4241.76240914483,1079.85145871225,5979.57217757909,14313.1356862866,4610.52565621368,114310.596056774,44251.3746180207,3425.56714625744,20393.9266553007 -1215,3628.91532291632,4530.98935416892,737.639590467413,1815.37440960347,1644.43012851317,3231.27724021228,1730.16852404297,3807.85122926052,271.53035250306,1392.62539686277,2172.5014844215,7728.27783726826,1215.27742572361,4508.27021465438,1413.80522332818,5095.07501063765,1186.27691946028,5785.11043431565,338.590280178803,1569.83634596126,672.377828485261,3018.47373782215,1517.25502729502,6927.84431548672,687.189579226292,2017.01427624662,539.222851144235,2747.05679005932,702.186231450501,4910.56393178191,1080.54387149798,3288.63745547753,928.232582728863,4189.48991944207,1089.83668582755,5905.88414535796,14353.7161741465,4632.64227164024,115371.48654257,44691.7508175929,3447.94266591423,20614.2046735584 -1216,3713.01716736546,4467.82790043425,750.561648133738,1790.06830583216,1650.7374730147,3186.23361906058,1751.98087850166,3754.77023514515,278.540666435398,1373.21236414559,2227.88534648403,7620.54656162133,1246.25865072927,4445.42546302762,1443.770080618,5024.05026981301,1188.34883355513,5704.46668159733,343.584451904454,1547.95301364992,679.174365787899,2976.3965722324,1532.85570444475,6831.27098811596,700.995703446086,1988.89733667047,556.289993994617,2708.76314450215,720.46290242851,4842.11125349367,1081.1679578022,3242.79423973412,941.923917627919,4131.08892728895,1105.91166458673,5823.55682144445,14431.4937850354,4677.30013718811,117419.469892046,45770.3395587923,3431.73857092608,21080.7224656368 -1217,3766.31450023766,4593.50099737293,756.851728570753,1840.42016197771,1640.22820925431,3275.85744867107,1759.12306411821,3860.38612149074,277.154814153619,1411.83870661055,2215.41643178418,7834.90076417942,1239.28365408753,4570.46841400934,1434.39315427462,5165.36904275,1178.22110480534,5864.92451709054,345.44019047365,1591.49454064608,680.148852792904,3060.11800987188,1535.28392745273,7023.42408806425,709.803305417814,2044.84194630241,559.425433706487,2784.9564672597,717.16833090445,4978.31236296099,1069.62809651246,3334.00903222931,947.011355471805,4247.29007710742,1111.88481883955,5987.36447860111,14119.8353842199,4618.26061132758,117710.235894012,46292.3970965383,3352.26916261841,21354.2725602203 -1218,3791.30082861744,4848.94097931428,758.601993984939,1942.76408074663,1626.18005095644,3458.02459482159,1759.18315293358,4075.05832069657,280.644805461302,1490.34964062949,2242.49256507112,8270.59173515317,1254.42979497418,4824.62757709774,1446.40459994815,5452.61003295662,1166.35904853051,6191.06708538209,345.483834209504,1679.9959553524,678.880731205361,3230.28810227572,1532.53692169151,7413.98965520958,714.533357292833,2158.55355540735,569.54187702313,2939.82510234024,726.371041646833,5255.15131887293,1057.63859004985,3519.40992959975,947.131003140458,4483.4776171159,1112.02529701398,6320.31581031191,14019.7675012229,4603.41275044375,118330.062976477,46761.6398635762,3299.36656848131,21536.4759377653 -1219,3772.3108954828,4769.01444792576,752.858836523612,1910.74092456825,1612.40331885731,3401.02495046638,1746.81455514882,4007.88792654892,281.079800172817,1465.78376576324,2245.24366490823,8134.26512017859,1255.96873501723,4745.10181072445,1445.65326232035,5362.73304562935,1155.09228801364,6089.01789158096,343.45439262788,1652.30408406939,673.68961028774,3177.04230602825,1520.92107999735,7291.78266621564,710.475067368159,2122.97347735812,573.37550537243,2891.36709381397,727.648742141943,5168.52910205668,1047.53744086234,3461.39845257678,941.567364988137,4409.57512664986,1105.49303658929,6216.13617146843,13893.3829805074,4569.65219268993,118144.518544302,46728.4509652346,3262.70107421865,21504.4559203421 -1220,3636.15330972456,4500.77322437344,722.461125863921,1803.26809363133,1529.51326677304,3209.72859269546,1670.75696996214,3782.45754192393,267.615584475638,1383.33829719007,2136.56525926228,7676.73972318914,1195.1750306206,4478.20559359458,1374.16716319828,5061.09712285085,1093.78375895112,5746.53085839949,328.834993962384,1559.36746707423,643.036391112033,2998.34422810208,1451.8876760713,6881.64410915717,683.918612284178,2003.56327020655,549.966095445687,2728.7372977728,693.029270313492,4877.81650610209,990.268577998278,3266.70628582833,901.488830618957,4161.55117112737,1058.43688074813,5866.49915723632,13025.7659837356,4316.14629329795,113000.804749515,44987.1316679859,3052.80678873478,20721.9462518498 -1221,3284.13193244083,4246.30795507649,648.647930695303,1701.3147006953,1361.09406576494,3028.25656333676,1497.69719863121,3568.60449289724,231.3198315955,1305.12694665658,1845.47359544666,7242.71126994357,1032.34102089119,4225.01625577813,1191.60196703076,4774.95219216874,970.774461444895,5421.63279099922,295.377577080342,1471.20375771578,575.214524385489,2828.82347390874,1298.96100187218,6492.56886938296,616.682957093283,1890.28556397918,480.398875863256,2574.45961331669,599.312070413836,4602.0339174383,876.757939205049,3082.01284465789,809.766574246287,3926.26487993651,950.745897085456,5534.81830742317,11203.1130430792,3760.95245425963,100179.910854179,40254.5362337915,2653.28158772381,18641.3954325426 -1222,2882.71410777655,4046.10175478402,575.874019721141,1621.10060521955,1215.21588730118,2885.47941517171,1324.69463329859,3400.35085858052,203.349410397814,1243.59243016513,1623.08642779497,6901.22974799287,907.939676838859,4025.81392290634,1051.69165718476,4549.82131492526,871.615824653794,5166.01202304022,260.317992835434,1401.83900195515,510.278721286536,2695.44925682391,1152.0337306219,6186.45528618832,541.244051278882,1801.1618135975,420.715021585146,2453.07821977636,526.685749759025,4385.05584284389,788.151741480019,2936.70117922771,713.652036002999,3741.14816648332,837.897940907313,5273.86103480858,10068.6371435122,3355.37858720188,88353.2507281713,35246.3878892289,2404.60965827724,16318.81950869 -1223,2361.2436585044,3727.11043152897,487.689430324958,1493.29437133601,1114.06135539264,2657.99059935473,1148.87195269697,3132.27000306879,187.588803687081,1145.5486292599,1501.31430432146,6357.14248998053,839.821466655362,3708.42207557376,975.588467184527,4191.11715724906,808.787825805199,4758.72789845472,223.793719782041,1291.31917192481,449.009859900215,2482.94226186649,1012.82500270877,5698.72025686879,448.468041980089,1659.15970264303,372.580451689893,2259.67955736028,485.02160582257,4039.34165901198,740.030646013897,2705.17408180391,613.522108201346,3446.19913246344,720.335520994522,4858.0741831389,10013.7995085938,3182.8518779028,78086.8035344345,29658.5779781476,2412.72820821447,13593.1137498427 -1224,2132.11808628871,3450.48666914972,412.917674087302,1382.46301419555,1040.37066012912,2460.71622998206,1088.86649831764,2899.79491842765,184.57256425369,1060.52673961219,1510.2179998185,5885.31942332726,844.802112339917,3433.18535107063,977.174050465155,3880.05511121924,783.605863270954,4405.53814473185,209.287268356471,1195.47828544382,424.177610300143,2298.65986861146,956.453599821582,5275.76486899873,379.20719544122,1536.01792625491,345.677053375973,2091.96757983456,470.300024197394,3739.54429379338,703.896093691932,2504.39778441568,573.753214463825,3190.42442778449,673.64291382218,4497.51101144181,10377.8681463479,3173.80886125197,73657.8822206387,27176.470253664,2454.64176442903,12322.9287271776 -1225,2243.70728508793,3302.91500838351,439.017123234678,1323.33733642472,1085.0579835538,2355.47542903084,1141.30972485761,2775.77544145943,192.841840528988,1015.16974877064,1577.13006795493,5633.61395545654,882.232110200809,3286.3536393282,1019.84219423102,3714.11151208975,815.843211142471,4217.12049733165,219.549976136656,1144.34963812278,444.000689830819,2200.34995268554,1001.23248065701,5050.12905058184,405.20042992916,1470.32495651509,364.034520853714,2002.4975544073,491.527510048871,3579.61011207985,732.147371060631,2397.28879495927,601.888043802585,3053.97520293551,706.675980893296,4305.15983524199,10739.6471565372,3298.20512264622,77285.8078664941,28650.8269036013,2540.01264343721,13000.9125572774 -1226,2302.66124914902,3250.28046885725,443.054623138185,1302.2489187198,1126.09788873458,2317.939081817,1178.66860587799,2731.54128411093,202.780253511537,998.992223120744,1660.03653090221,5543.83790137656,928.609225976748,3233.98301819884,1071.20367754752,3654.92423397577,846.162801541797,4149.91737677286,226.945917783906,1126.11352968319,458.951378236863,2165.28565152663,1034.94717283641,4969.65128580409,408.636524767963,1446.89417587323,375.866187464453,1970.58618629423,516.51839003507,3522.56621919897,760.294814403282,2359.08611898551,622.16374106511,3005.30771433131,730.481651065388,4236.55373882722,11389.245436421,3474.91366904122,79878.9137264163,29429.1970733,2674.19772189841,13319.0089599024 -1227,2496.80956984387,3275.29812071065,493.805867713078,1312.27242604083,1225.71811040081,2335.78043228565,1280.94792973601,2752.56616166346,229.510605854476,1006.68154097554,1879.42779171488,5586.50923632049,1051.33468719211,3258.87522735566,1205.34555627649,3683.05645915211,919.697355394133,4181.85960118926,246.956225128965,1134.78130974185,498.795474078211,2181.95201712556,1124.848341093,5007.90306342523,456.67227778576,1458.03102855642,422.265130540942,1985.75393554793,584.486819797805,3549.67967483668,827.800513301827,2377.24418127658,677.021249846204,3028.4397925719,794.889781823934,4269.16280980178,12733.1736621332,3868.17011819084,88162.7337946735,32333.5291583776,2953.57105461862,14535.3678547568 -1228,3065.27613403402,3394.86300622496,616.018897282216,1360.17698208446,1492.61204024201,2421.04818797692,1564.88488231089,2853.04869664518,274.012261463211,1043.43048985291,2241.37400842909,5790.44497366351,1253.80408463695,3377.84059450815,1442.19826253338,3817.50657869901,1122.14367085117,4334.51854887145,301.149709263446,1176.20654566927,609.183094273638,2261.60426052768,1373.70945635431,5190.71675988206,573.556632373986,1511.25650806417,513.829383318742,2058.24396033745,698.335395659003,3679.26086967529,1008.73738477108,2464.02557274035,825.590658627403,3138.993105199,969.324934278345,4425.00876451603,15109.515513818,4619.38853737838,107566.92113458,39663.3526187815,3542.28765377749,17891.007883732 -1229,4193.24594919768,3606.83075632188,838.7302848578,1445.10342951323,1896.60010196483,2572.21309104979,2058.19465996612,3031.18675760254,352.357216651479,1108.57998569739,2877.86469241146,6151.98757225345,1609.85114166952,3588.74550280373,1843.41644293525,4055.86326024499,1410.34359982297,4605.15631624908,399.505165658645,1249.64628526336,793.153701596442,2402.81383683006,1789.80803020608,5514.81365303063,787.613996691472,1605.61602750466,676.960046547693,2186.75616852474,898.914852552783,3908.98579440264,1259.84092521719,2617.87388882183,1095.22846177692,3334.98490364822,1285.90633340827,4701.29654115199,18536.0266722319,5807.1408063793,140506.33667237,53462.1060332876,4295.37514525445,24247.9728136776 -1230,4261.24591444579,4153.19030080112,874.235234424152,1664.00642353101,1966.93153268513,2961.84966334148,2116.04096172847,3490.34825643707,373.414507851131,1276.50670500431,3051.09331976623,7083.88522831259,1706.75364867489,4132.36550901751,1948.87571172052,4670.2418527125,1462.74571445766,5302.74133678033,410.581519457993,1438.94160331508,817.141506052541,2766.78995937418,1843.7692576515,6350.1927653099,820.892484742143,1848.83332841584,712.131443909772,2518.00406587291,952.374460730509,4501.11551777884,1310.0824707859,3014.42711852184,1125.59387122978,3840.16547792626,1321.5583217328,5413.4447982288,19673.0368974192,6114.60770390571,146241.507770324,55119.5066281627,4538.36098458176,24876.008220893 -1231,4148.50246946802,4539.30690753058,862.290067531657,1818.70689889951,1914.0132420272,3237.20890739818,2058.68707678211,3814.84131538012,374.43408913926,1395.18184428425,3060.65017608121,7742.46466453283,1712.09966653667,4516.54606241039,1946.38710340746,5104.42805805623,1423.56826104737,5795.73018222926,399.47004831559,1572.71810015576,795.020961502031,3024.01476085766,1793.85778465527,6940.56178407277,810.364729130769,2020.71691656699,708.651977020577,2752.09957203315,954.717976430765,4919.57827155317,1276.68746765088,3294.67441901573,1095.13218889506,4197.1805810701,1285.79329954106,5916.72559800485,19593.9147184973,6065.07758671506,143770.616125812,54006.9607003389,4473.23455458237,24247.1994891609 -1232,4042.95943102285,4670.95824496309,815.316926789414,1871.453981332,1839.05649538969,3331.09612209617,1990.29620922621,3925.48132529649,347.45034998653,1435.64563303069,2838.59825367599,7967.0156475075,1587.88585560368,4647.53727798681,1813.98217597934,5252.46933271786,1368.2785120817,5963.82096027792,386.208864172072,1618.33088763799,767.524600988338,3111.71880814781,1731.90911731721,7141.85556306142,769.715786909861,2079.32279849077,662.805739252772,2831.91739373728,886.226968594447,5062.25843666371,1223.65790436621,3390.22827833917,1058.77714881216,4318.90939302307,1243.10889356966,6088.32554796776,18251.1965573727,5694.93585927633,136838.209867033,51854.1229455936,4208.41154982171,23441.8304600073 -1233,3916.88418084515,4707.02265692815,763.595004211268,1885.90345482691,1763.56708308147,3356.81547485897,1918.6052253507,3955.78991900514,323.965768194726,1446.73023555337,2646.39396603772,8028.52887870662,1480.36853809249,4683.42085694987,1697.84894532964,5293.02358473954,1311.38179204782,6009.8675495895,372.237939644213,1630.82600079609,739.032251994006,3135.74435132998,1667.67798727597,7196.99774325518,722.716111079126,2095.37722460215,618.895430780759,2853.78259359192,826.397081532643,5101.34407266364,1170.48212171231,3416.40418976323,1020.47638202477,4352.25564007158,1198.14001236803,6135.33343569104,17135.5339319358,5376.21697620122,129913.746191149,49557.0072144538,3976.4288862922,22527.830484024 -1234,3764.88078693917,4762.25643227389,724.190616061858,1908.03327559468,1675.67047833273,3396.20546834935,1833.19736177108,4002.20847859708,304.103016872026,1463.70665114356,2483.41017933777,8122.73831697871,1389.19690108523,4738.37768089495,1595.64135841703,5355.13369061483,1244.45405821559,6080.38934187428,355.943161794307,1649.96265755796,705.101728508647,3172.54022244993,1591.24497593275,7281.44971756841,687.211424065972,2119.9650805195,583.480918722436,2887.26983131065,775.882577843487,5161.20494714999,1109.03071160934,3456.49341712862,975.804858315868,4403.32646079879,1145.69123362913,6207.32748657144,16046.2438130779,5061.70165412237,123270.993186195,47309.4727877054,3732.38123601519,21571.2093832793 -1235,3611.34848554338,4805.66368495621,693.93651390308,1925.42471255274,1594.03589997379,3427.16137150623,1750.63970368467,4038.68800824619,289.141098165313,1477.04811760227,2360.77862142846,8196.77585771423,1320.59793115257,4781.56728234207,1516.79666639558,5403.94493053059,1184.28643106918,6135.8111782082,339.759602326702,1665.00181956268,672.840528148882,3201.45745045711,1518.45638010736,7347.81903897708,657.903426074286,2139.28824407369,556.843721359131,2913.58686251468,737.802754706744,5208.24855567302,1054.49351989423,3487.99883589088,931.438235640143,4443.4621206577,1093.60043880256,6263.90634504397,15192.1914253979,4805.214289138,117565.393140225,45258.2183089303,3532.708008242,20645.8878306205 -1236,3549.85458027386,4748.80538643541,673.928892131103,1902.64401455501,1553.93867773435,3386.61284853113,1713.53016320898,3990.90419658994,278.768305735186,1459.57239555724,2275.60930260399,8099.7955529782,1272.95499453142,4724.99408085322,1464.1628897998,5340.00805641852,1153.48431195643,6063.2152150887,332.732433169409,1645.30231982642,657.889839742838,3163.57934758663,1484.80362027358,7260.88318249949,640.021572919326,2113.97721575842,538.546368445268,2879.11470581472,711.434504452724,5146.62706682936,1025.82861679194,3446.73051333388,912.173514359008,4390.88921662509,1070.98175423462,6189.79482159557,14635.1576508083,4648.4783361399,114379.099892409,44233.4819702168,3410.94963584092,20228.9468700957 -1237,3520.08903669867,4663.29050213208,664.414601889252,1868.38184343301,1531.39038945416,3325.62786760318,1694.4039440091,3919.03734106204,274.834768926683,1433.28890857861,2243.49881195985,7953.9371689787,1254.99268026441,4639.90798250262,1443.23760467113,5243.84699401156,1136.73492219163,5954.03088230775,328.82227150523,1615.67427107002,650.154200231977,3106.61067865232,1467.34528211955,7130.13164926862,630.097056508988,2075.90942769075,530.942229436875,2827.26858012023,701.396013410389,5053.94834400162,1010.3208255855,3384.6629537926,901.453952478756,4311.81956588282,1058.39593036842,6078.33108599122,14401.5669643425,4581.39730319461,112847.179153734,43738.526762876,3352.02488537755,20009.579584811 -1238,3536.33544441829,4559.51597532407,658.557080729645,1826.80381143816,1538.52583454007,3251.62101382852,1700.73083849395,3831.82505063628,270.732307578319,1401.39321642756,2209.61454692068,7776.93424248419,1236.0381328523,4536.65379855316,1425.76773159248,5127.15305435493,1142.12342359338,5821.53286676931,330.352970656211,1579.71986658256,652.559216530372,3037.47772349835,1472.82599914029,6971.46127742638,626.316741765914,2029.7131809726,524.415428714737,2764.35196385389,691.009136985665,4941.48031361168,1014.4081128232,3309.34236283352,905.650306920904,4215.86649692295,1063.3228647412,5943.06695609351,14271.138482391,4550.86342469237,112547.596363976,43704.9977840276,3343.14533147916,20056.1102731681 -1239,3568.82825985754,4488.75175792051,665.138428749181,1798.45160414996,1552.97316142292,3201.15547810459,1718.06994293503,3772.35468088583,269.738869030513,1379.64343097405,2200.71524968994,7656.23531995674,1231.05994751762,4466.24440478792,1423.07762255051,5047.57904356886,1152.99696381107,5731.18200066082,333.414368958174,1555.20243081075,659.253674809877,2990.33571650739,1487.88036903698,6863.26338885089,633.444533266037,1998.21179670669,525.568574316023,2721.44890036891,688.639284380499,4864.7879653229,1023.47488481162,3257.98098507024,914.043015805199,4150.43575932992,1073.17673348678,5850.82986680576,14232.06240007,4550.80351677721,113305.406915848,44072.400265196,3352.72497701466,20264.535029944 -1240,3656.46662658429,4420.5217971743,689.283976962518,1771.11476554253,1562.12976628837,3152.49724873644,1742.38642296907,3715.01410477946,275.72967056216,1358.67256374509,2248.68208279848,7539.85894997312,1257.89215448193,4398.35656049269,1449.46683737063,4970.85479179922,1157.36155762018,5644.06684169831,338.834737925238,1531.5630302537,667.006480097865,2944.88199138319,1505.62961797953,6758.94035722279,657.418100734058,1967.83856160601,540.749804164691,2680.08231080036,704.12441704112,4790.84217597803,1026.11299588279,3208.45899617188,928.902754492867,4087.34827215956,1090.62353363682,5761.89603538135,14284.7718575826,4593.2976426901,115431.982778539,45174.6666913256,3343.14533147916,20749.0122608903 -1241,3722.63549071464,4493.4953628183,711.232954741002,1800.35216455026,1563.1246681658,3204.53838222214,1758.56489614978,3776.34121458283,280.039267288633,1381.10140496979,2282.82610120654,7664.32624530103,1276.9920055487,4470.96422445625,1467.24443674977,5052.91320370164,1155.8968520335,5737.23857595717,342.355635251363,1556.84593133511,671.72612719322,2993.49583137136,1516.47190560397,6870.51632053033,679.631020478925,2000.32345887401,553.031977331425,2724.32486211264,715.339748755172,4869.92895624054,1023.45762627435,3261.42394101682,938.555162756997,4154.82184001732,1101.95641380993,5857.01288308937,14249.2046687456,4608.40498691324,116970.001598813,46047.7658748837,3315.10648650979,21129.3971789452 -1242,3757.4657855843,4716.37990839949,727.571262503202,1889.65250686334,1558.02083486765,3363.48860325254,1765.43846694337,3963.65376920043,282.524877410393,1449.60624011335,2302.03108960332,8044.48906609862,1287.73510009996,4692.73118959509,1476.32004201954,5303.54576751536,1150.63697990147,6021.81477102217,343.663897637742,1634.0679756298,673.30506481738,3141.97800486934,1520.121039396,7211.30490143789,698.253800796629,2099.54269671626,561.431936344746,2859.45572570091,721.910557235355,5111.4852091758,1017.67685779997,3423.19577660301,942.14171513279,4360.90763804565,1106.16738035808,6147.53007505366,14152.7975887613,4599.70069665756,117881.6426391,46610.8462251081,3279.61161790434,21368.7647233771 -1243,3724.58317771141,4627.22609016702,735.127470168503,1853.93236993811,1532.24093367516,3299.90851484038,1742.54448726119,3888.72874735339,281.446976592656,1422.20430605593,2292.24490517507,7892.42393777958,1282.26079819274,4604.02440353956,1466.71609418952,5203.29274198988,1129.64414501474,5907.98429299617,339.698126782413,1603.17915791192,663.792550902364,3082.58513547015,1498.79402555545,7074.98946907487,707.538947278379,2059.85500157936,562.857925558984,2805.4033802656,719.366511938994,5014.86270800169,998.872911168156,3358.48704236854,931.26970273595,4278.47331883432,1093.40256453572,6031.32319826795,13897.4734189725,4532.13440760304,117135.007040057,46427.9117208334,3209.68369164316,21257.6672165951 -1244,3600.42662745716,4332.73257916526,714.751662502796,1735.94136579351,1461.82206928677,3089.89032563086,1673.55817313357,3641.2358953021,269.594080686501,1331.69004734221,2194.59831507419,7390.12135077391,1227.63819033749,4311.0075323265,1402.796894623,4872.13625244318,1076.10661296409,5531.97866813921,326.52035642562,1501.14700089638,636.448934417949,2886.39819715833,1437.19112394023,6624.71138703433,690.968547233898,1928.75833162007,542.57154686823,2626.85729776787,689.303712621808,4695.69859168381,950.281533925335,3144.74070244735,895.143338427931,4006.17570362413,1050.98664649856,5647.46783653865,13135.0419975602,4310.00302396823,112620.967498189,44872.3059747302,3028.46966330385,20554.3642955396 -1245,3257.11641010699,4102.44020740154,634.608203949504,1643.67302310979,1305.01137543267,2925.65720979051,1503.55697120766,3447.69779084751,233.93886260018,1260.90837460956,1902.94323768439,6997.32337804067,1064.48901221674,4081.86988508635,1220.90240219798,4613.17362490265,958.23265330398,5237.94425342408,293.923487978328,1421.35839246373,570.715442660658,2732.981046542,1288.94488159451,6272.59630268631,617.26742300578,1826.24142741885,475.484477691903,2487.23520331949,598.434715167206,4446.1139367327,844.275473050228,2977.59219242137,805.780243386562,3793.24040525694,946.06555113164,5347.29496900702,11352.3716778603,3766.53590056808,100020.571201308,40206.7299296813,2639.23375876782,18518.8175914668 -1246,2842.08369063414,3962.47131660737,550.209665846956,1587.59345138126,1150.54380094431,2825.83832790662,1317.9177081364,3330.06769481155,205.483060564857,1217.88813844164,1672.32897325256,6758.58556780142,935.485505603027,3942.60282175392,1074.38358502674,4455.77930282244,849.068695780406,5059.23372746181,256.81062311734,1372.863850787,501.303485039368,2639.73597621633,1131.95065815356,6058.5850551116,529.363203131621,1763.9329051747,416.103378844121,2402.37459964152,525.463211145036,4294.4194318509,748.670020201494,2876.00136955973,704.03671317007,3663.82093167594,826.608602691461,5164.85356639722,10117.1483768942,3333.60548023571,87561.8656313947,35007.1048123052,2357.20589867334,16108.1531276804 -1247,2311.65099909608,3684.41796853942,455.096034926022,1476.1893201571,1044.37969430988,2627.54444881151,1134.4239099575,3096.3911839042,184.992869058869,1132.42685748633,1509.65171650111,6284.32412962907,844.485338640506,3665.94367974418,974.797100952273,4143.10969479045,780.322552653877,4704.21869664426,219.168024546081,1276.52766065411,437.600858413407,2454.50121549363,987.268025883236,5633.44384284144,426.859180352945,1640.15473471945,360.969837684024,2233.79589020227,472.210138181974,3993.07272025967,695.587654038446,2674.18746455997,600.840937810027,3406.72438879266,705.446575089328,4802.42701193903,9840.6812152003,3102.25870314941,76317.810146386,29157.3091005429,2324.36555744217,13313.5462649042 -1248,2094.73721769498,3451.33142346988,430.812120411894,1382.80147126427,1015.23159112849,2461.31866693235,1057.87751418291,2900.50485140807,196.075052559357,1060.78637966615,1618.45561886227,5886.76027775885,905.349244749813,3434.02586965115,1034.12749788674,3881.005033254,773.86575770096,4406.61671646311,206.219698139404,1195.77096457668,414.583411042516,2299.2226306334,935.10001251365,5277.05649119368,401.270237675775,1536.39397691195,362.067380017484,2092.47973908053,496.650344299005,3740.45981571841,680.222042010068,2505.01091556229,565.343585505231,3191.20551320141,663.769179239055,4498.61210013486,10624.3100563216,3220.64284349508,74986.2361582479,27733.5368707742,2431.15034446996,12398.8235993403 -1249,2216.35889070302,3307.9835216982,454.709861649587,1325.36807378625,1069.13282771785,2359.09004174239,1117.50447160317,2780.0350287476,206.053802957378,1016.72758521973,1700.61176564123,5642.25906054419,951.306640535665,3291.3967382682,1086.68770794244,3719.81103012261,813.790952549195,4223.59191162361,217.968197817007,1146.10570855232,437.56858977583,2203.72651641905,986.996437873578,5057.87876447663,425.079702483921,1472.58125484554,380.669978442842,2005.57050224016,521.970354171216,3585.10322996767,714.794877706114,2400.96757268912,597.551657730966,3058.66170378083,701.584635563801,4311.76635096867,11079.4205136389,3377.88544295864,79008.7845030427,29313.2471182824,2548.03257256947,13118.0682674347 -1250,2292.43592197255,3222.7285603465,472.264084022649,1291.210042718,1126.16955605,2298.29042499258,1167.36639875281,2708.38661291433,217.304406107363,990.523987041398,1794.22168409858,5496.8440138888,1003.67117125788,3206.56925957202,1146.61215469192,3623.94224978299,857.176462844057,4114.73944521048,227.830836892511,1116.56771440976,457.920382091217,2146.93100406094,1032.85648428193,4927.52465123556,440.913094934562,1434.62917402482,397.158206948196,1953.8819631241,550.311716692656,3492.70620461736,753.985361780337,2339.08866782951,624.589713686807,2979.83238566805,733.329982411575,4200.64140998931,11864.5057676528,3581.88409372436,82798.715674316,30495.4692994582,2711.6676919088,13630.5860173186 -1251,2488.37237013139,3218.17989293507,511.76070979216,1289.38758546396,1228.29965267766,2295.04654063732,1270.64895569217,2704.56390501541,236.779308684978,989.125928192903,1955.21567253824,5489.08558348938,1093.72973334904,3202.04339994085,1249.57451323788,3618.82729588483,933.61131407803,4108.93176365417,248.302282158327,1114.99175320792,498.513367705922,2143.90075347983,1124.46167090012,4920.56977732037,479.215778984294,1432.60429018829,436.65397725816,1951.12418844807,599.58997022027,3487.7764816844,821.599753998407,2335.78719946302,680.711414821424,2975.62655008172,799.222399792297,4194.7124835126,13048.3619205415,3916.64253607265,90185.5723683442,33161.5966837643,2961.01644518777,14825.5794561643 -1252,3061.34545485152,3233.25546825175,630.568923994627,1295.42772625899,1501.26868694589,2305.79769443535,1556.93374739503,2717.23344438402,289.94066350665,993.759492171377,2393.88140746724,5514.7992247048,1339.11532637184,3217.04338379789,1529.75732943532,3635.77970540579,1143.55542733711,4128.18006932224,303.648294774821,1120.21493609768,610.774774996826,2153.94386429272,1377.58617301367,4943.62020419111,588.201152997546,1439.31533015319,541.159953717875,1960.26423674671,734.275374204998,3504.11498319353,1005.99614799602,2346.72920302427,832.44043730731,2989.5658833889,977.367250648253,4214.36262927227,15873.1518316833,4781.50388727163,110543.425866399,40707.329971963,3615.55692254506,18185.6121310238 -1253,4195.17433999409,3229.61653432261,840.578423844966,1293.96976045575,1910.97116059565,2303.20258695114,2052.42834199679,2714.17527806489,362.687505603358,992.64104509258,2988.88426562961,5508.59248038526,1671.95447375603,3213.42269609295,1909.87166357263,3631.68774228726,1439.56313047602,4123.53392407719,403.6626538088,1118.9541671362,796.864494359843,2151.51966382783,1798.56601614461,4938.05630505896,800.30300825565,1437.69542308397,696.744254711434,1958.05801700589,919.686040611331,3500.17120484717,1257.19367291247,2344.08802833107,1106.62605996327,2986.20121491983,1299.28823883255,4209.61948809089,19093.8412124693,5914.01024607837,143123.378317734,54543.5182128375,4340.22673676207,24632.6767052524 -1254,4173.84097172345,3282.25108015203,833.322214217153,1315.05818068607,1902.04022673552,2340.73893866007,2044.63385587285,2758.40944071056,360.177597019844,1008.81857267978,2968.16533132373,5598.3685452162,1660.36449173414,3265.79332349385,1896.83732397341,3690.8750274891,1429.7551178839,4190.73705268376,402.522960321508,1137.19027775963,793.477712300235,2186.5839691858,1791.01858925188,5018.53407947417,798.011755792205,1461.12620653174,699.44022119921,1989.96938894044,913.328851939833,3557.21510455924,1248.48599927687,2382.29070887972,1103.50163291631,3034.86870935211,1295.61985304075,4278.22559272145,19043.2690269992,5885.68799505204,142392.167498327,54308.4738293939,4309.0581426022,24546.7968379878 -1255,4060.03744118136,3463.54783371232,809.59824749247,1387.6960664173,1847.78017102125,2470.0308057806,1986.67648871762,2910.77154354144,349.986871163162,1064.54116296672,2884.10022259837,5907.59718668708,1613.33924012556,3446.1810247665,1843.04974113541,3894.74232585847,1389.01812726469,4422.21447598959,391.151847951852,1200.0035423465,770.931431303242,2307.36101071,1740.13882035544,5295.73527890167,775.531636376977,1541.83223154851,677.981557697038,2099.8863273736,887.50528329275,3753.69963131346,1213.1435555178,2513.87770847536,1072.32815387311,3202.50117592799,1259.01911124576,4514.53548858811,18500.5995665682,5717.63061874595,138382.934343947,52792.0529379247,4184.38376596271,23862.6581304418 -1256,3936.43585526037,3687.47207740318,783.701350215404,1477.41297147076,1755.49543626404,2629.72248801867,1905.13981043781,3098.95786223472,331.750024417098,1133.36555524878,2732.3713967862,6289.53336761209,1528.46352511993,3668.98247479456,1745.89485015767,4146.54402502942,1319.30938760073,4708.11814457366,375.219809757757,1277.5858072804,737.644207417296,2456.53581471183,1665.16396238428,5638.1135494059,749.398435656973,1641.5143011845,643.911771353421,2235.64754109703,841.562865787405,3996.38268098961,1149.61918855715,2676.40416736313,1028.65106735654,3409.54831030239,1207.73789993998,4806.40786726813,17310.620879197,5394.77384703918,132232.264443762,50860.7775324192,3919.45071560381,23031.6608855465 -1257,3824.77398863511,3886.70356505125,759.962777424678,1557.23654111361,1692.11584708562,2771.80451939191,1844.23386441047,3266.39234637228,319.441780608741,1194.60048825479,2630.43587781594,6629.35237183461,1471.44172975072,3867.2149823944,1680.73760680782,4370.57884274839,1271.2776091151,4962.49441164138,363.086391208756,1346.61285769315,713.435635348239,2589.26069358616,1610.54570654389,5942.73680522941,727.858567679997,1730.20414868861,613.339530545462,2356.43798401292,810.457805538321,4212.30438833587,1106.84645996617,2821.0083765933,995.38775444891,3593.76377493795,1168.68348688294,5066.09465798508,16526.3360153556,5180.19198831635,127704.661761477,49295.9275439139,3755.81559626448,22342.7345817926 -1258,3715.07339965936,3998.27579931766,737.831993449175,1601.93878229702,1641.36706301648,2851.37231199618,1790.12891642906,3360.1578435284,309.765213255969,1228.89285022672,2550.65847404067,6819.65545090547,1426.81498100687,3978.22777479103,1629.76078734972,4496.04126568893,1232.92318587998,5104.94844235779,352.473281267901,1385.26890714742,692.378846491759,2663.58835862325,1563.02838589998,6113.32980567809,706.902340635018,1779.87162123321,592.734784393381,2424.08220909626,785.927423588294,4333.22336354221,1073.29712270348,2901.98862172723,966.29231069907,3696.92684026687,1134.52256366283,5211.52265127972,15990.2659818415,5019.9123464223,123898.23761976,47860.4017587551,3638.93336816497,21696.5803619415 -1259,3531.83548639247,4071.44430875117,699.204240244715,1631.25428697642,1532.16769667178,2903.55246973926,1685.99096175009,3421.64878442703,288.474975771928,1251.38160853597,2374.1728183598,6944.4552519292,1328.09052219707,4051.02940506329,1516.87479422674,4578.31889091382,1150.15082743833,5198.36907840446,331.996456313906,1410.61934973516,650.766366430603,2712.33206709333,1469.2079737392,6225.20383638734,670.490987277928,1812.44329963791,558.171851266614,2468.44295129772,732.157306380863,4412.52141862059,999.275944086862,2955.09505872716,910.155861350622,3764.58065905376,1068.61283042315,5306.89359701042,14772.3761778728,4661.40163583393,116312.052132253,45257.3313402881,3350.62387218616,20551.2834572972 -1260,3439.5148032039,3995.5465988708,677.218018650135,1600.8453079446,1463.75644958813,2849.42598138303,1626.32279911564,3357.86421878904,274.502488579768,1228.05401491762,2257.93500365017,6815.00039266582,1263.06815363024,3975.51225901232,1442.55127043297,4492.97229335003,1096.47232394545,5101.463833424,320.614584567891,1384.32333042631,626.181096540706,2661.77020827458,1413.89775375759,6109.15688132898,651.793529247981,1778.6566909313,527.513719085701,2422.42754429064,696.955196413054,4330.26552978244,950.608178314011,2900.00774070733,878.952885879758,3694.40333891507,1031.97745691024,5207.96529539369,13759.4915678421,4406.95350842538,111617.953226148,43824.4281046464,3148.02801014699,19946.3996652171 -1261,3413.701055095,3860.64621508817,671.366611192448,1546.7964710522,1444.43661644293,2753.22170771559,1610.14737245705,3244.49370474408,270.752287529773,1186.59161326149,2226.73169749772,6584.90767676326,1245.61331005616,3841.28828834837,1422.59934896028,4341.27748221481,1082.07355625125,4929.22471370591,317.200883794195,1337.58485699528,619.611431310781,2571.90169748337,1399.05526559257,5902.89533801161,646.832758182564,1718.60446421168,519.777549556806,2340.63988462406,687.508075572574,4184.06413595726,937.544683622604,2802.09569100065,869.594352952712,3569.6703603513,1020.9896153938,5032.13040029479,13518.5967043822,4340.82168968155,110352.25237004,43426.8400424663,3093.48297036722,19774.4957718343 -1262,3432.47411159761,3736.66262678982,676.146159439987,1497.1215290441,1453.89354647577,2664.80275200568,1618.27580167216,3140.29768435934,272.596946086753,1148.48455090443,2241.97355535167,6373.43518306836,1254.13946569234,3717.92637452768,1432.27161804065,4201.85855334735,1089.37584089563,4770.92402167521,319.096427835016,1294.62868826486,622.794314481099,2489.30578388777,1406.2867670355,5713.32548245322,649.502276784537,1663.41195589383,523.370570006183,2265.47088035846,692.177263585924,4049.69407034,943.947501545133,2712.10716079867,874.790916007501,3455.03138136666,1027.0908934169,4870.52492052421,13636.5011693921,4372.36015998894,111031.067813527,43664.4198403094,3116.85941598712,19880.0242630269 -1263,3489.19132416701,3684.15804558779,688.906227499466,1476.08518010335,1490.26904554448,2627.35908463337,1653.37938110869,3096.17274420957,279.885372728082,1132.34696868603,2302.47120571017,6283.88079228496,1287.98129701775,3665.68506008976,1471.01677053513,4142.8174127231,1117.78586425518,4703.88683027644,325.544290199189,1276.43760604027,637.015339302882,2454.32805891743,1438.25742191296,5633.04642285164,661.704243562678,1640.03902747249,537.453085331941,2233.63830362385,710.567946492013,3992.79102278224,969.304882864918,2673.9988098783,892.467489393529,3406.48405616317,1047.84493557644,4802.08821731404,14065.8458897971,4496.13172421521,113575.304774057,44509.6955488167,3218.15734700671,20243.5948191926 -1264,3616.86888352228,3646.92398349196,712.789362671116,1461.16707762929,1534.94378882517,2600.80559531647,1706.88144267004,3064.88117452368,287.897696697052,1120.90286753066,2367.94631374608,6220.3725484128,1324.60747256398,3628.63769581759,1512.75862721793,4100.9478949423,1150.3043552708,4656.34684633355,336.530483697447,1263.53724821179,657.05263371291,2429.52331324189,1483.62307684364,5576.11585752251,684.551801300297,1623.46392015275,556.651584781819,2211.06396607708,731.001278723315,3952.43775154948,996.959182945736,2646.97395467415,922.585727754838,3372.05631519599,1083.20672063914,4753.55575788623,14420.0686781758,4619.65994754628,117177.542839914,46041.7894640081,3296.07883240638,20955.390244388 -1265,3695.84639430487,3805.47741890456,725.505612532465,1524.69268466651,1546.88656839734,2713.87805414598,1732.30866095548,3198.1297537515,289.286844051227,1169.63516938705,2378.40084787542,6490.80907013946,1330.45564317051,3786.39611774901,1519.39213125063,4279.2404450844,1157.44030319376,4858.78588600114,341.826817260334,1318.47071334092,665.643988692892,2535.14911445771,1503.17280863469,5818.54271628646,698.623443138805,1694.0455344046,568.188872585418,2307.19204259456,734.731928706676,4124.27368413247,1001.56095741984,2762.05362616196,937.105428023479,3518.65962132444,1100.25428211718,4960.22104601668,14426.0420907943,4635.76945157365,118592.530705774,46871.0188916392,3280.49453532645,21366.9838732678 -1266,3713.02727856127,4094.83744373266,725.114245308314,1640.62691959289,1525.4011685674,2920.23529521828,1726.15077588706,3441.30841521243,284.113698726644,1258.57162187323,2334.55439854274,6984.35573116015,1305.92834113908,4074.30524294788,1491.38730128244,4604.62435494123,1139.07964506475,5228.23714003392,340.677440334319,1418.72428900326,661.707709880894,2727.91620514079,1494.4302592506,6260.97174148158,701.638744430893,1822.85698272909,564.653318843113,2482.62578539168,721.868641255875,4437.87426673217,983.368065133574,2972.0740304015,933.954454191625,3786.21065981705,1096.55472777925,5337.38520363278,13979.6574141306,4535.19258621997,117583.856909829,46864.4916538696,3179.19660430686,21409.2108551437 -1267,3676.24831402088,3986.51425581637,714.830838629109,1597.2264328694,1495.70204559932,2842.98456158346,1700.4216250632,3350.27342218492,277.792705157099,1225.27787281099,2281.91256763985,6799.59438501718,1276.48098324138,3966.52520563879,1457.72497456717,4482.81546847428,1114.65438263085,5089.93145098694,336.122970135695,1381.19392549779,650.904567076459,2655.75300360476,1470.20115734167,6095.34650536162,693.81390778617,1774.63585498032,562.369389633839,2416.95139827079,705.955586930117,4320.47652024045,961.339037960218,2893.45197565081,921.468544574853,3686.05176109892,1081.89503729922,5196.19215547414,13647.8730887986,4433.02942371366,115629.816692442,46280.2849864845,3085.69082182725,21169.8416030354 -1268,3615.44679514858,3730.48944250648,704.40286956898,1494.6481970855,1481.62777383392,2660.40034266079,1678.16250775988,3135.10972969329,275.616539904317,1146.5871875384,2264.54177616948,6362.90589695596,1266.76392164567,3711.78414362428,1446.65199805447,4194.91683830025,1105.09749478414,4763.04217733196,331.580335251067,1292.48988627244,642.98710867983,2485.19330575518,1452.24169336909,5703.88673601114,682.779222872026,1660.66390246529,554.821034777391,2261.72819052269,700.31944666105,4043.00373988091,953.916690080347,2707.62660181544,909.01508102851,3449.32346830302,1067.2734417089,4862.47852969529,13550.6018895733,4399.30471492966,114280.330060551,45604.4656440412,3077.89867328728,20841.9594905401 -1269,3274.41364179422,3555.95069829491,634.650377631102,1424.71795780245,1325.78504022095,2535.9279531622,1510.40708614842,2988.42706951708,245.770496296843,1092.94170993384,2018.54311688988,6065.204047934,1129.15452550738,3538.12056590958,1289.46475036545,3998.64888785754,986.459300506092,4540.19329568503,298.983002999701,1232.01804601317,577.684453344266,2368.91834361025,1304.93114144218,5437.01847559341,617.435570112452,1582.96627148124,499.423364572599,2155.90851077136,624.645486191729,3853.84336120219,850.45207336254,2580.94463309308,819.650714485626,3287.93966175012,962.350853473678,4634.97731050983,12032.5179529823,3918.72824624743,102593.299476824,41161.8901690931,2719.45984044877,18844.5057631921 -1270,2867.15105499711,3490.06005041654,561.755338392994,1398.31838220412,1178.01473703335,2488.93800589244,1331.23347601067,2933.05245595954,219.888865832955,1072.68984384487,1806.87593492821,5952.81772479837,1010.74984323254,3472.56030477565,1154.15481724837,3924.55518178186,881.406605660804,4456.06494208069,262.615025481774,1209.18913916455,510.532907190194,2325.02303187089,1152.97158543389,5336.27223351099,540.516902771285,1553.63440440909,438.993713596161,2115.96020423006,558.676301484472,3782.43285598536,761.086355197557,2533.12054090466,719.949265045721,3227.01517407327,845.291509456309,4549.09263892607,10805.0841518688,3505.85170060534,90860.892327173,36172.781216459,2462.31893862983,16509.9285898638 -1271,2344.98398479047,3252.29487330818,475.362813124747,1303.05600476768,1081.39158130246,2319.3756553214,1154.96098083966,2733.23419306859,206.6852560635,999.611361807384,1703.90023304227,5547.2737684812,953.146179070559,3235.98732208847,1088.69905632988,3657.18942176965,819.659945197364,4152.48934313542,225.908394410793,1126.81145348644,449.640026688642,2166.62761604193,1014.54885512607,4972.73129313442,447.700229795795,1447.79090773863,392.642318015389,1971.80748323234,523.972838202404,3524.74937635684,716.572110298428,2360.5481939122,619.319409562864,3007.1702936669,727.142125093687,4239.1793992248,10863.4260669453,3364.11593890874,80859.6889525744,30599.2426208976,2493.4875327897,13769.5371472124 -1272,2270.94590203429,3045.91548242922,465.575615200998,1220.36857480793,1125.20784160524,2172.19609331636,1149.52679752227,2559.79259878865,217.522136573421,936.179480012592,1790.88711593737,5195.26294966714,1001.80584438012,3030.64275204174,1145.68351730925,3425.11682239121,856.638619164041,3888.98672278539,220.584188556892,1055.30789354957,455.989018572449,2029.14091662545,1027.44458460919,4657.17895386024,422.588299869074,1355.9191011225,404.654769229703,1846.68339603476,551.938379584746,3301.08096447216,758.310106689946,2210.75596492391,604.723298451416,2816.34566132199,710.004849743036,3970.17572756549,12019.7070059433,3601.24574535281,82061.5876032542,29839.1896604161,2741.0071885903,13278.8123649423 -1273,2339.9917095835,2894.12006266849,475.409820010741,1159.55061674429,1129.49104952737,2063.94311660389,1169.01433138218,2432.22346751268,217.162521573018,889.524292775893,1786.84314203009,4936.35323114036,999.543682427655,2879.60845993981,1143.10962092402,3254.42362726363,857.187430637825,3695.17623282449,224.748198909611,1002.71585493187,462.091462920209,1928.01719898796,1041.39828652637,4425.08504374352,434.977658576996,1288.34588370928,407.473467588867,1754.65258202061,551.252841857996,3136.56918679586,756.804124722733,2100.58132888426,616.138777012031,2675.9910210446,723.407748491818,3772.31912433202,11851.4736607116,3582.27182775996,82883.9052442898,30506.0820758211,2700.69825934632,13628.0760922827 -1274,2492.41549264171,2824.78542465048,512.171824272765,1131.77118101438,1253.28433278362,2014.4970861073,1273.08369106511,2373.95451873126,242.145050144391,868.21389669268,1994.22402484663,4818.09266938103,1115.55064823218,2810.62147740964,1275.95222685029,3176.45717139188,953.00716278034,3606.65063576291,244.521693850096,978.693720628112,505.562009273377,1881.82755526562,1139.13626389405,4319.07296993067,465.683744115835,1257.4808907046,447.931956098968,1712.61624662767,614.287795152194,3061.42617804853,844.291618965714,2050.25755415762,670.347073447742,2611.88211582783,787.053639867632,3681.94540958959,13464.5299003671,4021.03675620632,90973.3263030353,32923.5290834763,3071.54040839089,14642.540982172 -1275,2839.25624231653,2816.20794203404,589.28332614255,1128.33454913919,1485.50102907844,2008.38005024816,1482.26894526498,2366.74598761986,288.398334848055,865.577558533594,2377.15748664594,4803.46249402138,1329.76011829053,2802.08700372768,1521.13709775624,3166.8118348181,1131.67302185792,3595.69901343369,284.375949001769,975.721909635938,591.302756246988,1876.11337145486,1332.05669380032,4305.95807171736,533.108604076681,1253.66254033136,525.801286028947,1707.41587425393,731.205319323627,3052.13013396865,1006.03134256531,2044.03193136286,779.606022560623,2603.95111574223,915.334432002856,3670.76515410192,16311.5194810965,4818.02199289075,106736.150603675,37995.8807538719,3724.54506214329,16822.7005988905 -1276,3446.90321120237,2830.69869228534,714.151381118444,1134.14037544464,1776.37990786562,2018.71413576914,1783.74520840126,2378.92403899986,344.921033554548,870.031373195724,2842.18687077692,4828.17862890027,1589.89329513069,2816.50509493017,1818.50923857712,3183.1066114595,1354.69662834317,3614.20062178612,341.825228122961,980.742470190511,710.698947891707,1885.76688102107,1601.03103500567,4328.11430602041,645.18743165374,1260.11323969209,632.743759522842,1716.20135370651,874.694371017643,3067.83481786137,1203.00007040681,2054.54946303407,937.101071462839,2617.34970209007,1100.24916708491,3689.65301400932,19389.6157264389,5746.2482997219,128232.061757705,45885.5822942334,4425.92043098845,20332.3598551167 -1277,4179.13080313364,2821.73132208987,815.340599938214,1130.54753222613,1799.91453124588,2012.31905139524,1967.64252712272,2371.38784569792,337.233754486286,867.275200867536,2766.69618453755,4812.88344214897,1547.66449690111,2807.5826886308,1769.7124633456,3173.02284824077,1344.29205968241,3602.75119588128,383.002599787849,977.635576185657,765.682423950286,1879.79296024648,1727.36947862312,4314.40327300367,768.767800865667,1256.12132704546,659.562260958857,1710.7645995544,857.744851217498,3058.11622414976,1173.35935739609,2048.04085592935,1049.98729498438,2609.05820014618,1232.7887374549,3677.96456247628,17293.2865930071,5462.94342864001,135760.175532985,52653.5314303865,3926.08970836317,23906.6134698523 -1278,4150.9387257308,2775.85479821548,806.386724888854,1112.16676349479,1785.41774954666,1979.60218629844,1955.33976752401,2332.83313630127,333.574163422533,853.174789837331,2736.49800605973,4734.63419126888,1530.77191253916,2761.93619733095,1750.59803812503,3121.4349251413,1330.09537299997,3544.17662502918,381.053948995763,961.740894257498,760.356082964098,1849.23074266589,1715.47350973264,4244.25845687315,765.261928375272,1235.69894324222,651.552284717423,1682.95049394466,848.473353956957,3008.39648617557,1160.58564241815,2014.74321540375,1044.64514175831,2566.63937739305,1226.51652219827,3618.16715095849,17081.8110682516,5406.19770089331,134595.07021722,52303.961847804,3877.71899327039,23775.8913768 -1279,4058.09565358291,2867.60785226742,788.571036460025,1148.92830348287,1752.36566728612,2045.03592098713,1914.47004990523,2409.94256039175,327.844330795723,881.37561383505,2689.80101721673,4891.13270378003,1504.65004482257,2853.22918620221,1720.67582202969,3224.61077842809,1306.31581642508,3661.32577478117,372.992637058872,993.530260297645,744.918589373494,1910.35518202612,1680.58974264226,4384.54809877165,747.774689576135,1276.54371365461,639.251247009328,1738.57870898563,833.834507443938,3107.83596895514,1140.72192266464,2081.33850102984,1022.54535674554,2651.4770287274,1200.56919293624,3737.76198220985,16830.4887172956,5316.17912933882,131976.278344383,51179.1777603307,3821.28649232883,23249.2643108263 -1280,3959.91900153456,3106.8675816203,769.738840398121,1244.78948433429,1684.62031854197,2215.66411221119,1852.94347157109,2611.01684755392,314.815057666158,954.91345502127,2581.88634084362,5299.22584176265,1444.2835635838,3091.28922719864,1651.45745597951,3493.65715501164,1256.37073753686,3966.80959930557,361.006985869706,1076.42575836749,719.889234373082,2069.74624501893,1624.21357860048,4750.37419686149,727.636984582782,1383.05252489064,618.762494641201,1883.63754994314,800.908888798766,3367.13920395549,1095.15041944027,2254.99560901076,989.687142525297,2872.7038173823,1161.99040572891,4049.62328484294,16022.4246929475,5088.23944674415,127484.578378266,49715.8005530477,3635.86541780654,22607.2877524265 -1281,3842.96233075741,3333.26109650323,745.16818668875,1335.49572116103,1618.78098369434,2377.11675638918,1789.98775060168,2801.27834599475,302.083347349291,1024.49679187483,2476.79617830908,5685.37373283223,1385.49708950788,3316.54756707944,1584.20592417633,3748.23553736629,1206.66149465656,4255.86600240783,348.653234656604,1154.86354322482,694.658877273769,2220.56603859418,1567.33902250703,5096.52796208757,705.797106418536,1483.83381477568,596.064773432077,2020.89583807228,768.659811529458,3612.4983830828,1050.70352503217,2419.31428966186,955.819795864102,3082.03411465092,1122.2267974159,4344.71421656822,15282.0800053989,4872.83246795075,122874.487242333,48116.4214621102,3466.56791498185,21901.0512338012 -1282,3754.41628700465,3490.19000874078,728.995208745112,1398.37045096829,1589.36594446434,2489.03068573397,1753.08424909815,2933.16167315826,296.886588160172,1072.72978727637,2434.52875707456,5953.03938809495,1361.85308132735,3472.68961146709,1557.1899650123,3924.7013192716,1185.34445080541,4456.23087124071,341.361919852712,1209.23416537956,680.767923545629,2325.10960805946,1535.94362462257,5336.47093868717,689.851112145917,1553.69225662961,584.611321924168,2116.03899560853,755.36505141728,3782.57370130848,1032.70764976029,2533.21486595805,935.830929177402,3227.13533747398,1098.7578946553,4549.26203213067,15065.9149138372,4793.56442203662,120475.315740996,47074.2732881611,3418.19719988908,21414.21070054 -1283,3605.78851231329,3634.12274188099,700.074680965195,1456.03816546129,1514.52149442159,2591.67638369607,1676.80073714776,3054.12298910453,282.853220342931,1116.96833297644,2318.9744055532,6198.5381223971,1297.21303580608,3615.90064177613,1483.18649666218,4086.55296237042,1130.13843085914,4640.00238144364,326.330077216682,1259.10204592295,650.696944760025,2420.99532771955,1468.10556885967,5556.54286760936,661.685327231219,1617.76532210612,559.198783307746,2203.30280511645,719.760256321311,3938.56411150682,983.7818307236,2637.68268529615,894.621695097062,3360.21989968198,1050.37418573229,4736.87007536492,14288.2422581956,4558.60250124161,115117.147823722,45105.6430808842,3240.83791121559,20526.5625721819 -1284,3552.03793165891,3574.14535533432,688.321580660592,1432.00778176782,1481.88727541938,2548.90348159306,1646.27856469209,3003.7178905184,276.374545278189,1098.5339414532,2265.42146475738,6096.23774802976,1267.25601138195,3556.22399189118,1448.91176733676,4019.10868927449,1104.96868079986,4563.42400581473,320.531440759604,1238.3218864529,638.296720826285,2381.03933753658,1440.19869024345,5464.83795197923,651.430164553016,1591.06580121554,547.915970703614,2166.93960183251,703.3660007714,3873.56223927165,961.146677308136,2594.15049740929,878.724950240665,3304.76299243929,1031.70983796849,4658.69299998511,13901.0311378996,4448.38772389928,112847.942733678,44348.5580420838,3152.15826687885,20198.3034084979 -1285,3574.11740839908,3410.2634836554,694.822419032865,1366.34729731532,1505.57707041225,2432.03104587385,1665.08461388604,2865.99128430779,281.551562842557,1048.16391434743,2308.51021656638,5816.71278387133,1291.35946436073,3393.16385136533,1476.50461835265,3834.82433903219,1124.59823350283,4354.18168548736,323.651985793752,1181.54229628038,646.515139438499,2271.86381601106,1458.57300549409,5214.26395933068,656.316352925554,1518.1121813863,556.192978752697,2067.58099090375,716.404538494651,3695.95149132341,979.302906095001,2475.20339350996,887.279807677917,3153.23285283602,1041.75408512229,4445.08240150298,14250.8759867239,4539.56618372006,114390.227874253,44751.0117878234,3232.77612536679,20352.5140917092 -1286,3611.12720971144,3264.9661565949,704.192486228872,1308.13284817151,1530.85068549549,2328.41218710027,1686.06268639193,2743.88316128902,286.656657406845,1003.50595293012,2350.79017359394,5568.88653120032,1315.01048494903,3248.59506943849,1503.49862020661,3671.43821685179,1144.34236927473,4168.66787886532,327.910627984833,1131.20162956027,655.163467282546,2175.06902537569,1478.07220939459,4992.10557787139,662.532094105933,1453.43165356474,564.800936755412,1979.4898528145,729.305968672551,3538.48217107637,997.157938488425,2369.74513823681,898.954715882186,3018.8865457802,1055.46157988322,4255.69568854152,14567.1399641789,4626.96678552303,116087.715121571,45281.3896222491,3305.33219800595,20577.5010674644 -1287,3615.65302272355,3197.97083144473,703.360101935577,1281.29067545072,1519.7477828108,2280.63443870207,1682.60020715123,2687.58017505643,284.073084030848,982.914557986897,2329.04046504581,5454.61601628899,1302.84389726007,3181.93567006962,1489.62802997311,3596.102306674,1135.14246329101,4083.1290871619,327.106833766706,1107.98998896494,653.131208120186,2130.4377950382,1473.52319138997,4889.67029360422,663.810883839471,1423.60802858859,561.965771104141,1938.87180044881,722.850755408158,3465.87444645708,988.039735716246,2321.11926022011,896.751144111959,2956.94064005695,1052.87436909173,4168.37113363973,14358.7899728681,4578.33850002594,115540.302327135,45245.0996125608,3256.96148291318,20582.0241876241 -1288,3797.85502301025,3195.17665183576,740.494182141447,1280.1711667162,1609.64699805992,2278.64176816816,1773.09785475841,2685.23194171772,301.386686286688,982.055750962053,2471.57035171219,5449.85012640105,1382.57380998909,3179.1555009452,1580.74891901042,3592.96026559022,1203.17007237428,4079.5615136481,344.843805493769,1107.02189913633,688.958437123812,2128.57635659525,1554.31801490437,4885.39801666703,696.812094052404,1422.36417217641,593.866592271332,1937.17773995396,766.785287648989,3462.84619003574,1048.39364127864,2319.09121667352,945.376388366774,2954.3570570048,1109.96520605678,4164.72908115141,15313.4038441275,4864.57430401634,122069.250170999,47620.2931654042,3474.62970083065,21641.2912961911 -1289,3899.92993750727,3401.23113429781,758.634001047034,1362.72841971472,1639.70653865498,2425.58962157919,1813.52440003929,2858.40048240649,306.511522475727,1045.38777030349,2513.02897816526,5801.30676547174,1405.76538577912,3384.17679172025,1607.23608724993,3824.66750706859,1224.55827900404,4342.64929500252,352.891598596608,1178.41288916802,703.938116448551,2265.84660714218,1588.20514795372,5200.45357372586,715.044573577649,1514.09134262941,605.941980880625,2062.10484106241,779.942940215817,3686.16247495025,1066.08832015709,2468.64762387855,967.439112001873,3144.88126919179,1135.8690216028,4433.30925336764,15495.90980677,4939.77730456249,124623.245098875,48789.2467698852,3514.93863007462,22193.9895240443 -1290,3928.61791744068,3844.07608122382,760.99497605423,1540.15752431679,1627.31629676671,2741.40470876946,1815.0141072112,3230.56813580706,303.25102966188,1181.49868819697,2485.23211244575,6556.64484313144,1390.21607377311,3824.80123991053,1589.47171647346,4322.64444903466,1213.46760130557,4908.06817441092,353.212382701361,1331.84385952996,703.19558498169,2560.86293530758,1586.64625716567,5877.55974379015,720.312021734708,1711.2281068753,603.212116084184,2330.59371254414,771.869425459881,4166.10587224512,1054.4998801164,2790.06892187605,968.318529620998,3554.34911296752,1136.90154470241,5010.53218338751,15185.2072271019,4873.6396764617,124216.886987956,48958.4781575586,3442.38255743546,22310.7171996134 -1291,3924.54455616481,3854.60298912908,759.19020033066,1544.37520785777,1627.24269224488,2748.91197821222,1813.40243949192,3239.41496727676,303.097312849343,1184.73419332695,2484.02518817008,6574.60005394744,1389.54093139126,3835.27536413641,1588.70258055034,4334.48190465746,1212.52976341766,4921.50879852268,353.212382701361,1335.49108121788,702.536768616925,2567.87579553936,1585.2153208618,5893.6552967457,719.355089289922,1715.91426300367,602.43128783591,2336.97598616675,771.467099174717,4177.5146508213,1053.977664087,2797.70945707081,968.318529620998,3564.08261068836,1136.90154470241,5024.25340267046,15184.7281639364,4872.65872720724,124129.576588266,48914.7876678079,3442.38255743546,22294.2622750456 -1292,3829.57469521653,3680.90899923767,740.380062370156,1474.78342564344,1584.51683027859,2625.04202566393,1767.68016108211,3093.44224008096,295.009546659154,1131.34835577634,2417.59420983609,6278.33905935708,1352.38005075806,3662.45230500222,1546.20770106914,4139.16387624952,1180.41697596834,4699.738488607,344.354035963368,1275.31192009147,684.637106632128,2452.16359541636,1544.84991648344,5628.07865852292,701.817087416481,1638.59268267666,586.872001327934,2231.6684656614,750.912473227818,3989.26979406761,1025.81915398415,2671.64061949505,944.033703526839,3403.47988955238,1108.3887615069,4797.85327217804,14759.2739411579,4740.67639684975,120941.610389092,47702.9013636876,3345.64112724993,21747.3489669815 -1293,3458.83442686119,3561.34411372335,664.723318381494,1426.87886959981,1410.10520982218,2539.77426997266,1584.38693618989,2992.95970509924,261.520412022935,1094.59940689898,2142.20236650173,6074.40332201405,1198.32837676264,3543.48693784972,1370.02699483204,4004.71375670261,1047.73437653469,4547.07954092481,309.281989618306,1233.88668416405,612.351737294144,2372.51135201424,1381.9574376973,5445.26496206609,632.78294101188,1585.36720316891,522.979645701537,2159.17844087188,665.868689093189,3859.688599229,909.14822821605,2584.85922803129,847.885000902323,3292.92657692528,995.500692972544,4642.00731746379,12953.7086038084,4190.7162820322,108028.772969093,42900.8657156467,2934.49004896138,19598.5429977721 -1294,3086.78090191641,3552.8965957343,603.084758770455,1423.49430901419,1303.9954072591,2533.74991845014,1438.24591118857,2985.86039648374,244.455018517915,1092.00301410869,2004.55032011014,6059.99482070194,1121.32708319211,3535.08177713074,1281.96487848434,3995.21456470643,976.177394911582,4536.2938558034,279.414327439996,1230.95990157072,558.848086577974,2366.8837485911,1260.7325197664,5432.34877866641,565.645380653918,1581.6067078221,483.111150654411,2154.05686369809,621.970142255904,3850.53340730343,850.319815257385,2578.72793486481,766.003922717783,3285.11574606847,899.364224008826,4630.99646339651,12401.1257264227,3941.38017340399,99054.8562361904,38662.0736096411,2813.56326122945,17563.8726618323 -1295,2475.91308508718,3334.69067588878,497.137132262067,1336.06849271933,1144.09420204684,2378.13626161652,1208.87574377779,2802.47976696379,218.268151697902,1024.93618124512,1794.05961609806,5687.81209360035,1003.58051190327,3317.96997831451,1147.6282346081,3749.84309228061,864.86502534921,4257.69127145474,233.103257283152,1155.35884469288,475.211980147457,2221.5184018628,1071.29895844278,5098.71377685021,458.265894540622,1484.47020603691,416.394488350144,2021.76256616432,554.453459437533,3614.04772262425,760.219106656022,2420.35189269851,639.04385688859,3083.35594702717,750.300573421425,4346.57759111353,11654.1634998009,3575.60748193044,84890.5982681863,31850.6154274201,2652.32754425355,14308.0495200402 -1296,2454.54713909396,3144.4915375983,520.382891584497,1259.86380067708,1222.76502007521,2242.49565453795,1209.73860591379,2642.63608472752,236.166027183699,966.477392283054,1922.94912218539,5363.39910777742,1075.68012071081,3128.72453035975,1231.79987385791,3535.96510652525,927.483212567223,4014.84739487186,229.999952150589,1089.46120139248,479.69301209945,2094.81073185735,1080.51049760541,4807.90090663152,458.724226379992,1399.80119728968,443.981650828536,1906.44827308977,603.736151095335,3407.91503165117,830.496824268766,2282.30345309975,630.536261996399,2907.49206603584,740.31181716121,4098.66394853192,13033.7085340366,3883.96067418089,88057.2842220695,31754.5496837403,2944.19121132051,14067.7746424408 -1297,2574.66449837856,3052.47856059473,543.418001889198,1222.99812063525,1268.53532102975,2176.87655567111,1262.55389512105,2565.3082209424,244.30980619062,938.196679485036,1988.78327905782,5206.45725792215,1112.50714488655,3037.17292183408,1274.02166830786,3432.49697117112,960.497576879783,3897.36637875205,240.294331523714,1057.58178073849,499.845443595926,2033.51313592092,1126.01004347834,4667.21384474321,481.39627907138,1358.84071963034,460.736567822663,1850.66247147038,624.654561686319,3308.19385139417,859.00277918808,2215.51951279198,658.757917822021,2822.414082072,773.44682709928,3978.73032265558,13413.6923005657,4012.75225060273,91575.9819107407,33206.7129508191,3029.11980395475,14740.3863887549 -1298,2692.75453756568,3020.96281604109,572.161758330468,1210.37110439438,1360.28823135255,2154.40108726357,1338.54237846504,2538.82233513267,262.549921275103,928.510135810848,2138.35591882247,5152.70245712246,1196.17670917238,3005.81520250218,1369.98346621147,3397.0576730476,1030.51828695344,3857.12747099678,254.714759943459,1046.66262878224,531.288625968644,2012.51784331986,1196.72581663449,4619.02653846465,505.215341369868,1344.81117735548,490.987835380928,1831.55504629177,671.06265343452,3274.0379383272,923.439193755871,2192.64506973442,698.290982708136,2793.27367060983,819.862547919408,3937.65136140902,14574.7575926764,4330.23824607153,97518.0296240305,35009.7349621336,3293.34209215018,15500.932923151 -1299,2923.65804640549,3073.92225768111,620.317302435307,1231.58969653513,1483.56348615438,2192.16913857631,1457.14395166521,2583.32954077515,286.088720217994,944.787521976786,2330.26136594257,5243.03268019484,1303.52685803571,3058.50909663167,1493.0169602525,3456.6103019738,1122.50989538755,3924.7454225034,277.598758747293,1065.01130494318,578.439757994777,2047.79858914925,1302.98033821851,4700.00107582029,549.202480594261,1368.38659135456,533.607717860441,1863.66339667249,731.186241319195,3331.43395134707,1006.28318218564,2231.08356291655,761.026609087103,2842.24157354388,893.520366453603,4006.68094905107,15909.5838759071,4723.49354565811,106161.330370441,38069.8559328062,3595.31042151639,16858.6752312799 -1300,3583.97232693916,3207.71796419194,760.794437472542,1285.19593630506,1803.144468907,2287.58561111532,1777.09276625896,2695.77168214507,348.169831601128,985.910394778672,2835.47365875198,5471.24120432168,1586.13798583101,3191.6339290607,1816.52003780072,3607.0629090069,1366.67680192163,4095.57410412242,338.005942666405,1111.3670446275,705.194274366583,2136.93118134233,1588.43357341213,4904.57357695291,671.610971385204,1427.94706017018,652.036953675589,1944.78131051469,889.948261609686,3476.43812576979,1224.52000430294,2328.19382679496,926.630643305108,2965.95313406123,1087.95585080305,4181.07596083194,19295.4997901692,5737.2705330693,129447.431639331,46527.6446469527,4359.6677552246,20602.2592504543 -1301,4782.6892726743,3493.69898434568,981.813571741843,1399.77634800736,2199.20192984645,2491.53311337665,2261.63582780835,2936.11062227867,416.828696236716,1073.80829092367,3387.84054171989,5959.02446911791,1895.12695932622,3476.18099248059,2170.14001085393,3928.64714490039,1647.84424769367,4460.71108732574,434.599680429822,1210.44990812603,886.887054079808,2327.44723233578,1999.28888375018,5341.83613264314,888.557514169135,1555.25431147831,804.40152053326,2118.16642397089,1066.86736140097,3786.37663433172,1464.10602832877,2535.76171559786,1191.43876075084,3230.37984254234,1398.86672213753,4553.83578010745,22108.2034728687,6779.68733549843,161277.983891657,60409.2887021927,4982.4774345424,27112.9767569581 -1302,4827.03271086298,4084.24555036213,991.638940313035,1636.38319914442,2249.46765719855,2912.68168135966,2300.75203751863,3432.40696984619,426.485520406292,1255.3161430902,3467.34635879368,6966.28967794491,1939.60178495757,4063.76645910475,2221.3494622625,4592.7138234857,1684.37142026182,5214.71354329437,442.109700509908,1415.05455202401,903.294090661461,2720.86005261567,2036.18589432921,6244.77682630049,899.835835955941,1818.14189768454,817.668403394108,2476.20411225834,1091.37049193217,4426.39505866324,1498.30892054315,2964.38632810516,1212.02719976806,3776.41707456777,1423.03958200302,5323.57927953174,22769.4502013717,6956.10380807258,164264.837059683,61238.0132884633,5133.4615992255,27462.4892525287 -1303,4708.08410853784,4453.92198785463,966.823006174862,1784.49679906709,2196.7222594259,3176.31661080685,2244.52508389878,3743.08368234812,416.764688944224,1368.93830267442,3388.4235095333,7596.82795458087,1895.45306617984,4431.58927702277,2170.72735295678,5008.41314022688,1645.34490194055,5686.71178665612,431.267312848417,1543.1350797982,881.430773983337,2967.13267231098,1986.87830564433,6810.00896565552,877.090097515315,1982.70698352574,798.575897501365,2700.33224153862,1066.47240426301,4827.04040087974,1464.18818942023,3232.70118910274,1182.30319972689,4118.23109955662,1388.14067164677,5805.4312638209,22266.1314018362,6797.82478462921,160375.146393269,59737.4236414102,5020.22347571317,26780.8248240672 -1304,4597.78979046046,4580.56979113458,944.589670534584,1835.23917852013,2120.06322481178,3266.63555271405,2177.29539737858,3849.51871357568,402.003690354937,1407.86422668752,3267.55854785013,7812.84466411618,1827.84231399036,4557.6020470049,2093.10665804737,5150.82796560052,1588.87037849136,5848.41411499282,418.336098937586,1587.0143099584,854.092079062622,3051.50344396191,1925.32750072286,7003.65238333748,854.438906508197,2039.08549322934,774.978120134859,2777.11651109912,1028.87884565749,4964.29787076403,1412.09195833664,3324.62343322303,1146.85276068909,4235.33349236463,1346.51835660316,5970.50939465942,21352.6968840034,6541.64160340405,155356.308662108,58121.6020755218,4812.62024927391,26077.5063955391 -1305,4457.92606151577,4592.98114516652,913.571690466351,1840.21187934481,2036.90855518783,3275.48671581969,2101.8317733926,3859.9492368043,385.79614145671,1411.67892707264,3135.16152433851,7834.01407874023,1753.78063207187,4569.95116842896,2008.25988820296,5164.78447152745,1525.95209261512,5864.26077630712,403.780489845962,1591.31442923456,823.679793089434,3059.77169252042,1856.82811195789,7022.62923844719,828.02132101072,2044.61052900259,746.186974902243,2784.64129028137,987.535720897971,4977.74896117495,1354.97734713369,3333.63171829108,1106.94910304961,4246.80940602035,1299.66752330623,5986.68688113535,20395.3849348654,6267.86991095912,149663.253310545,56206.802787221,4595.58051254195,25243.0811465847 -1306,4284.67645700398,4625.34164404032,874.998690244923,1853.1773526544,1936.02611829989,3298.56462117751,2008.69975225235,3887.14505559446,365.930968447712,1421.62511080078,2972.93741804597,7889.20973397152,1663.03395332426,4602.14940634137,1904.30150461139,5201.17369168574,1448.74556880314,5905.57825579363,386.214477968751,1602.52626032368,786.092156918363,3081.32974714342,1772.23842970509,7072.1081669207,795.017760576183,2059.01612193449,710.704763615393,2804.26087470595,936.851734218123,5012.82039616695,1284.98777718089,3357.11929249524,1058.79253882568,4276.73090289943,1243.12696296482,6028.86693107496,19229.6152471134,5934.09064025748,142670.168225617,53846.3404867322,4331.35822434652,24218.2670451759 -1307,4107.26250207844,4682.65480930226,838.206513856968,1876.14029637754,1839.94887324188,3339.43753258814,1916.76825333481,3935.3111380406,347.642847893861,1439.24063873066,2823.80200414138,7986.9658817475,1579.60896917864,4659.17519379333,1808.66988105691,5265.62206118763,1377.34856897975,5978.75498706876,368.41007851554,1622.38335618012,749.532688840233,3119.51087507201,1689.84187325313,7159.73951078981,761.06738609799,2084.5296386334,677.870849110094,2839.00880887352,890.147424616449,5074.93485730391,1220.6129834317,3398.7177618889,1009.98244398284,4329.72439049067,1185.81909316126,6103.57134717104,18187.0734131942,5627.52929350315,135972.53961505,51482.9511427113,4095.44546702917,23168.8649954928 -1308,4059.58846404207,4632.35958264383,827.826070518099,1855.98914168173,1813.8808066534,3303.56946747269,1892.03364705079,3893.04294324093,342.554675297273,1423.78211422077,2782.29711757866,7901.17987451552,1556.3915159071,4609.13215582528,1782.07502462101,5209.0653287676,1357.49280474487,5914.53867186814,363.7236770971,1604.95774144896,739.623741980936,3086.00498729794,1667.53279073185,7082.83853555774,752.051121144685,2062.14022602007,668.607975508738,2808.5157237877,877.155735826613,5020.42624855107,1202.69910428962,3362.21298262508,997.134849863942,4283.21990137999,1170.73474937078,6038.01441059693,17895.2701223819,5542.69198933195,134139.66797327,50847.1429740765,4029.38989498031,22890.3171559576 -1309,4027.86317691224,4574.98143191662,820.394400313278,1833.0001610511,1790.14886878093,3262.65021164621,1872.82977057134,3844.82224689825,337.954020078039,1406.14661263783,2744.5876709743,7803.3128843403,1535.2971969741,4552.04170875606,1757.90121033712,5144.54388343297,1339.85357363752,5841.27896796522,359.823671543027,1585.07813030118,731.762946387756,3047.78056707601,1649.80432164256,6995.10782946308,746.096355570063,2036.59778040498,661.225092908894,2773.72839010942,865.446815516272,4958.24135792136,1186.45117176305,3320.56734612984,986.443130579493,4230.16632626032,1158.18161546063,5963.22528968276,17604.8683969201,5462.5725877731,132621.350226531,50377.3570161414,3963.33432293145,22688.3326149115 -1310,4046.46905853226,4487.84202443823,825.185672254984,1798.08711269915,1798.50290702256,3200.50670123354,1879.89597970109,3771.59013930604,339.547074356308,1379.36381920435,2757.5306214089,7654.68363387686,1542.53736486269,4465.33923286169,1766.11791225784,5046.55605278923,1346.20413416785,5730.02046434956,361.499670175881,1554.88723857038,734.496543049169,2989.72966639117,1656.02311067601,6861.87241406785,748.526645586308,1997.80681993939,664.319994828875,2720.8973454337,869.525231878937,4863.80202073631,1192.04540769379,3257.32069139694,991.037818113946,4149.59459221266,1163.57623220662,5849.64408151042,17688.6934683551,5487.86252031667,133218.322470662,50595.6037975835,3982.20734351684,22785.7739496382 -1311,4073.21854697595,4404.86139679224,830.038619170876,1764.84031025792,1806.1635108417,3141.32902666136,1891.72517897284,3701.85307742223,340.831118872797,1353.85925045027,2767.79753658456,7513.14780242118,1548.28058314552,4382.77468398109,1772.7576375982,4953.2447493987,1351.77648265298,5624.07183871459,363.517263288857,1526.13722502875,738.935568279052,2934.44927932362,1666.00342534072,6734.99573778437,754.334039662455,1960.86718103693,667.747436790377,2670.58769365565,872.847208539764,4773.86985685247,1196.50847227466,3197.09252072058,996.568974132852,4072.86819189305,1170.0703554001,5741.48360376941,17732.0526979196,5506.91322408305,133894.747156785,50913.1710602511,3991.64385380953,22935.7246483442 -1312,4211.61274811288,4298.29269037525,856.08417758381,1722.14276952856,1852.19654898155,3065.32950235278,1946.25954489864,3612.29255365775,348.990899702841,1321.10475127438,2833.48595150364,7331.37898603873,1585.02608060786,4276.74033090721,1814.72226429442,4833.40876865829,1384.92662346706,5488.00624966234,374.546435074289,1489.21473071268,759.427994166587,2863.45488572669,1712.36483482437,6572.05308900494,778.342196827956,1913.4270779066,685.570374688807,2605.97701689446,893.864358415241,4658.3735700412,1224.99388692111,3119.74388621491,1026.80503586016,3974.33153988102,1205.57047672582,5602.57742138337,18072.461244027,5630.09349462703,137589.166261237,52500.9903361303,4067.13593615109,23675.914366731 -1313,4290.71130243077,4390.76053411997,868.125970016744,1759.19069529579,1857.96232862851,3131.27298965515,1967.5168989967,3690.00268823276,349.054906995333,1349.52526995724,2832.90298369023,7489.09667893394,1584.69997375424,4368.744525396,1814.28203182892,4937.38839940224,1387.090769634,5606.06803393779,379.058396452244,1521.25174748686,766.24970844047,2925.05550672123,1727.93921255211,6713.43563828476,791.850613067564,1954.5900439496,689.842458306017,2662.03859598145,894.259315553205,4758.5877225915,1224.91172582964,3186.85797335933,1039.17440913579,4059.83010740349,1220.09334203706,5723.10393990739,17914.5148332613,5615.56518204561,138604.448643104,53251.7003292196,4029.38989498031,24061.5198327915 -1314,4317.47963682072,4739.70805791571,869.663969162436,1898.99910257233,1841.61931428373,3380.12508431571,1966.68357156074,3983.25878608928,344.9737727997,1456.77627979756,2798.69749313754,8084.27870293032,1565.56573573297,4715.94236786242,1792.38269828294,5329.77815571004,1372.95277475775,6051.59986002385,378.98716331588,1642.15039960656,764.530638339056,3157.51885062346,1724.1934627698,7246.97344430658,796.732054784324,2109.92745089127,685.854192750416,2873.59916028415,884.03064229134,5136.76762779463,1210.28865937284,3440.12758117577,1038.97912615806,4382.4775512805,1219.86406054317,6177.93697685793,17546.6486367644,5535.16536157914,137982.4314201,53374.2041345471,3944.46130234606,24162.5259620143 -1315,4246.90084395983,4723.2678823756,850.194381733646,1892.41222460108,1783.05484539611,3368.4007652111,1918.90064182455,3969.44243435099,332.764861420268,1451.72329816453,2698.51210375906,8056.23753259508,1509.52294682256,4699.58462611602,1728.15151217064,5311.29126001963,1326.09463223522,6030.60924988888,370.535937015246,1636.45442835624,744.364565309637,3146.56666463624,1678.97383034716,7221.83655526129,782.318547869598,2102.60894577541,665.557615339117,2863.6317795827,852.982297722982,5118.95020940561,1167.13909772386,3428.19513710457,1015.81040550807,4367.27646729743,1192.66169531934,6156.50815315524,16759.3322615764,5324.02493561563,134140.213520311,52263.9350706361,3765.16760678488,23712.6330270099 -1316,4116.66909559284,4454.89670049904,821.878474902714,1784.88732489999,1712.13724420518,3177.01172759866,1851.48735791098,3743.90283252727,318.930892116322,1369.23788615987,2585.67524785269,7598.49047230905,1446.40304345036,4432.55910229472,1655.8501855517,5009.50919975139,1272.09486582971,5687.95628754739,357.759533460597,1543.47278514607,717.371321393157,2967.78201052149,1618.19933741643,6811.49929302665,757.700043025928,1983.14088640331,640.34080208217,2700.92319216306,817.658058222975,4828.09676812789,1118.43638068987,3233.40864530273,980.784373268591,4119.13234837424,1151.53767575375,5806.70174571854,15967.2260210144,5093.48701734222,129149.161850613,50529.466690339,3585.87391122369,22952.31854557 -1317,3715.82176951696,4212.32293933077,737.296929046073,1687.69835268116,1522.18187323565,3004.0201329893,1658.31477107199,3540.04342733996,282.469151331702,1294.6814584109,2289.10679255636,7184.74475899929,1280.50536674551,4191.20164659349,1465.87123647988,4736.73621086152,1128.08140134739,5378.24114872576,321.125951113808,1459.42908583609,641.184250797604,2806.18319173427,1446.57019225004,6440.60606838254,682.729481268517,1875.15680145527,570.127757433903,2553.85511373237,724.380810659319,4565.20187492017,990.30372954858,3057.34617983699,880.354778129552,3894.84130558011,1033.62341680416,5490.52079313136,14001.1486684212,4498.43411852514,115266.814460545,45413.3610919943,3142.35792746708,20673.2002068968 -1318,3258.60497291703,3970.13905943838,653.694432358481,1590.66558928024,1355.74725809723,2831.30658239961,1464.44633720596,3336.51167904599,253.226647829885,1220.24486289372,2053.06695454198,6771.66404633023,1148.46684397934,3950.23211723811,1314.62875396328,4464.40164152874,1009.98021294782,5069.02380543198,282.565638474708,1375.52046735497,567.749875009583,2644.84410571182,1280.59626784581,6070.30896890441,598.627245440026,1767.34627597472,509.374382531786,2407.02341325857,649.192851229385,4302.729524513,888.044237544159,2881.56669410631,774.643123994287,3670.91075881619,909.507499156205,5174.84802837376,12688.9885512965,4041.61181112614,102356.470035673,39986.7776256838,2849.82610839357,18143.3624168024 -1319,2664.2630193853,3654.0718804197,552.576571371236,1464.03093542079,1235.52884747763,2605.90312145317,1265.76879621351,3070.88827936887,235.545520098916,1123.09981438214,1914.87448548122,6232.56435225338,1071.16324291908,3635.74975199294,1226.51766102677,4108.98566951391,930.730879084377,4665.47319156808,241.963044555721,1266.01375555207,497.427286566275,2434.28512958498,1121.03810034554,5587.04493133571,495.167475927239,1626.64587645886,454.182429815872,2215.39760653729,602.783075043404,3960.18444925672,827.473763301876,2652.16196985738,663.332632154385,3378.66547707725,778.817993334292,4762.87263061279,12557.5924080349,3832.53101050619,90593.8365714644,33738.4510602131,2830.95308780818,15096.772219162 -1320,2512.49175204969,3429.36787417709,525.296044988912,1374.0016127315,1247.77110100277,2445.65535117576,1236.86159503447,2882.04664688889,227.628313140923,1054.03575763649,1814.76427058376,5849.29817004698,1015.16250592459,3412.17244927317,1167.1183845379,3856.30713122878,902.595458748829,4378.57393192833,233.151371722035,1188.16132896047,474.341337560493,2284.59086005361,1069.41602014219,5243.47441049954,468.43060244754,1526.6166878879,438.59115798833,2079.1636369001,590.011579059028,3716.65631397946,835.988553027877,2489.06955149948,639.1757608223,3170.89735064246,750.455441660955,4469.98387627361,12514.525204108,3810.67102220332,86792.843252406,31343.6521910451,2907.87816120189,14045.9767758154 -1321,2634.44511393159,3293.10289017103,548.343612755252,1319.40603866289,1293.88487477287,2348.47791220174,1290.26985563778,2767.52932047425,235.393661714057,1012.15393832581,1876.27088655093,5616.8779250246,1049.56874336726,3276.59072071986,1206.7144611281,3703.07783392411,934.343899181691,4204.59250774335,243.483553835203,1140.95006716889,494.091434193861,2193.81327408807,1114.04805119726,5035.12640500761,491.381133743254,1465.95699601733,454.974164878093,1996.5486448307,610.223664864421,3568.9760032744,864.309938542163,2390.16706128284,667.501051445132,3044.9026214028,783.71212908162,4292.37030323169,12873.7291258528,3935.77820613949,90230.3823636233,32768.6254858186,2990.43621625179,14712.2956759275 -1322,2736.9907805659,3257.36338662287,572.496964150348,1305.08674212921,1370.85458935582,2322.99026803294,1354.97960069606,2737.49378035676,249.692535912799,1001.16919825648,1990.95348569978,5555.91887356885,1113.72113859842,3241.03042102847,1280.6082228527,3662.8889398025,989.953202355754,4158.96075742738,255.7328426957,1128.56752391597,519.792522029468,2170.00417977543,1171.92748167137,4980.48100702921,511.981428504554,1450.04720606907,479.478825546151,1974.8804310652,647.142773184462,3530.24249424465,917.160382067592,2364.22697164204,701.082018475748,3011.85679451222,823.139499437376,4245.78591495149,13775.3204313289,4188.73171500264,95051.2650189674,34253.8459909249,3201.41791249041,15353.2221705611 -1323,2971.7516822472,3296.8068032623,620.681260343451,1320.89003884821,1495.08920357676,2351.11935960671,1475.05095865315,2770.64209539274,272.07067786325,1013.29235712035,2169.54841638124,5623.19550099242,1213.62550651817,3280.27606177052,1395.56691063901,3707.24286578752,1078.31332978974,4209.32161756841,278.708730353138,1142.23334923787,565.915219847981,2196.28076264724,1275.96369618765,5040.78965672784,556.563759281296,1467.60582919682,521.088889992478,1998.79426026076,705.107967301365,3572.99020428233,999.437480762023,2392.85539850274,764.069554708298,3048.32737157222,897.093085007832,4297.19814101536,15036.9135318611,4569.04742104846,103475.333926058,37247.5636905008,3494.95766377893,16698.4045190043 -1324,3635.66529263794,3420.98533535016,759.395973800224,1370.64308652796,1810.94157404733,2439.677339574,1793.97594319283,2875.00194687275,329.926168975332,1051.45933656196,2630.45216213882,5835.00050038316,1471.45083905174,3403.8319418999,1691.85024125419,3846.88100797746,1308.2655126409,4367.87121138693,338.462531263935,1185.25705947464,687.943714242772,2279.00654472476,1551.04237338645,5230.65757968795,679.165617635573,1522.88511865136,634.766081624684,2074.08145541555,855.142165206561,3707.57154471546,1211.74662216872,2482.98542085969,927.882363859242,3163.146601486,1089.42549430154,4459.05771880862,18158.8775587122,5528.60073972003,125790.683844395,45414.8427743145,4219.63392477247,20360.5540729647 -1325,4859.25392111218,3653.74697830595,982.374211718684,1463.90076098496,2216.12379770178,2605.67141735426,2288.69212304441,3070.61523107488,396.70727030776,1122.9999538661,3157.31646822026,6232.01018326097,1766.17390469365,3635.4264789928,2030.38635634091,4108.62031870169,1583.49175111799,4665.05836062025,436.292565494673,1265.90118783073,868.130893256962,2434.0686849145,1958.83517430472,5586.54815875782,900.133460612869,1626.50124310164,785.853906555639,2215.20062426964,1029.40070218249,3959.83232911773,1454.2832232457,2651.92615264901,1196.0797418067,3378.36506274741,1404.31569204768,4762.44913938551,20896.4055823707,6565.03771986248,157298.401563731,59158.8711207724,4843.40589626057,26855.2404799036 -1326,4936.60113218257,4198.87188718915,1000.50430514741,1682.30908911609,2294.72274539914,2994.427508676,2350.5117086708,3528.73914003564,411.266821356071,1290.54720088727,3274.44053161197,7161.80198424782,1831.69203265335,4177.81804028022,2106.02224548881,4721.61056957735,1639.37103510588,5361.0670138924,447.857857658485,1454.76874592073,893.1472350368,2797.22231267191,2015.11247799962,6420.03952367616,918.04028222416,1869.16893388829,807.752625832028,2545.69998441495,1066.91938516576,4550.62398776835,1508.26938294118,3047.58327146736,1227.78555748919,3882.40405557833,1441.54144960865,5472.98811993969,21873.5054032154,6830.98614306728,161928.564458259,60456.0636269717,5072.73382695473,27405.0685122895 -1327,4815.76554851285,4540.08668268862,975.67447698229,1819.01932158615,2241.57431289945,3237.76500442771,2293.62527803334,3815.49663976118,402.01174038357,1395.42151262245,3200.85171480145,7743.79468731614,1790.52712275717,4517.32192764519,2058.63697906403,5105.30491134613,1601.86910272329,5796.72578938051,436.974003855257,1572.98826618112,871.73820408893,3024.53423478531,1966.78462516493,6941.75405367963,895.003941774548,2021.06404111377,789.096661874729,2752.57233558989,1042.88893739538,4920.42337081664,1474.37597938031,3295.24038763564,1197.94787957215,4197.90158478666,1406.50907020403,5917.7419900956,21397.7603941595,6677.58774292827,158132.733438272,58985.5189160426,4962.65642022153,26729.7834197011 -1328,4696.34768146843,4637.94794186178,951.582623475379,1858.22815915075,2158.10282448773,3307.55480854053,2220.59385121354,3897.73940991835,386.797729813607,1425.49972827046,3078.93409461757,7910.7116542914,1722.32752304695,4614.69249407412,1980.02490220213,5215.34941093514,1543.02015889531,5921.67381889574,423.094629924242,1606.89392110618,843.021922533512,3089.72786418384,1902.08249314492,7091.38308943213,870.592859989612,2064.62793884443,764.088979681243,2811.9038447774,1003.58504176505,5026.48276139374,1418.19450363306,3366.26906971827,1159.8980953201,4288.3870674843,1361.83486727549,6045.29851557358,20456.2269256288,6408.92795400644,152862.879944136,57298.6531847742,4742.50160675514,25987.5185138728 -1329,4539.84098939076,4635.34870604231,916.858116284687,1857.1867560879,2061.88213124769,3305.70116226399,2134.31749288211,3895.5550076749,368.995269719265,1424.70083833016,2936.5142691113,7906.27827009929,1642.6591775225,4612.1062912584,1888.37758570726,5212.42658317385,1473.34120804073,5918.35514716975,406.691500884305,1605.99337278391,809.289139915896,3087.99629422281,1826.06077440979,7087.40887989665,840.938445452136,2063.47086356894,731.996526282159,2810.32797517173,957.543784199591,5023.66577978827,1352.57256604772,3364.38251832665,1114.92953087833,4285.98373536129,1309.03733339281,6041.91056110794,19394.9297015509,6101.81005126849,146551.050337892,55209.5901968568,4494.82744160545,25070.591131135 -1330,4360.06427646648,4669.46368641542,877.339719712031,1870.85517539161,1957.1034798388,3330.03027694807,2037.53679166437,3924.22529572808,349.519496471767,1435.18627194464,2780.82725931767,7964.4664550911,1555.56929066289,4646.05021340602,1788.20319142043,5250.78870905866,1396.8879077698,5961.912726651,388.605868438421,1617.81307306243,771.540509907276,3110.72315678491,1741.03415062391,7139.5703957107,806.756971026573,2078.65748111928,696.3668899073,2831.011269956,907.149952009288,5060.6386744607,1280.8411988461,3389.14351277583,1065.3484463101,4317.52747894647,1250.8242455407,6086.37747682015,18254.020016505,5768.68878536884,139548.846309727,52848.7111247733,4228.80704200023,24032.9549560225 -1331,4193.90104421428,4715.4701749172,844.212979255568,1889.28801541253,1872.6909355629,3362.83982638149,1954.31006881026,3962.88922762064,334.539541586869,1449.32662834365,2661.36897771536,8042.93738001874,1488.7454224225,4691.82601766886,1711.29475321085,5302.52277673573,1337.57654435326,6020.65323471091,372.517249411062,1633.75278338943,739.782569219586,3141.37195475312,1669.35456947379,7209.91392665485,775.21116535744,2099.13771994896,668.306923863814,2858.9041707657,868.328418378067,5110.49926458921,1225.81066252658,3422.53548292971,1021.24209929854,4360.06647092839,1199.03904003788,6146.34428975832,17425.2176067057,5514.85711865789,133788.4232228,50754.6396753235,4036.17158021714,23083.3936606948 -1332,4127.64072940205,4681.09527159247,829.216921407113,1875.51545605507,1830.90312319276,3338.32534751927,1916.95716112773,3934.00049987283,326.697096917956,1438.76130592887,2598.60588094934,7984.30585768281,1453.63632113295,4657.62347586682,1670.90459045097,5263.86836878357,1306.9254225347,5976.76378886184,365.577562445554,1621.84302849706,725.088671767108,3118.47193561482,1636.27424651012,7157.354990851,762.489872105108,2083.83539515166,654.271800921765,2838.06328940301,848.0509705693,5073.24467243934,1196.89097241192,3397.58583379886,1002.21720717252,4328.28239471371,1176.70193857361,6101.53857942113,16953.7539409979,5379.56777815813,131043.707400751,49860.5321011744,3926.09417348395,22694.7253221065 -1333,4095.32122850107,4629.37045924534,821.780390371069,1854.79152727555,1806.98279062969,3301.43777268139,1897.49347095667,3890.53087880695,322.331616980141,1422.86339011137,2563.59788487945,7896.08147893175,1434.05316887799,4606.15802039216,1648.36959588787,5205.70407436136,1289.99750382431,5910.72219656653,361.660883943599,1603.92211011401,717.412582719215,3084.01368037308,1618.94415635101,7078.26819121882,756.444457334218,2060.80958847119,647.073671581972,2806.70347240366,836.778459341832,5017.18671731387,1180.75799961485,3360.04344692351,991.479779625367,4280.4560673987,1164.09513865079,6034.11826008591,16679.3069147811,5302.25614213499,129566.204992312,49402.1637719228,3861.88235288958,22494.4422234142 -1334,4117.78059284254,4556.26692897395,827.496158896516,1825.50205697825,1818.50412208871,3249.30395485907,1907.11066162755,3829.09454650767,324.449187736656,1400.39460351787,2580.49151685368,7771.39250955631,1443.50331182334,4533.42104346562,1659.16653576422,5123.49951788134,1298.41372491032,5817.38452509987,363.790222368748,1578.59418063377,721.086057082334,3035.31325999728,1627.2804761717,6966.49351309766,759.624780647301,2028.26683617676,651.095879096956,2762.38212589144,842.264821289759,4937.95908489705,1188.54055697087,3306.98417245028,997.317281235974,4212.86233031216,1170.9489418109,5938.83201095751,16797.6720040535,5337.39095680847,130340.042677722,49670.3354803822,3889.40170457288,22613.5776566287 -1335,4155.58545948239,4506.16663980188,835.117183597112,1805.42900542869,1835.52959651142,3213.57490950592,1926.44495885495,3786.99017750609,327.481894864394,1384.99599415521,2604.62016986294,7685.9389972692,1457.00065924775,4483.57196553472,1674.7518418766,5067.16199169592,1310.7275481324,5753.41710363928,367.155229180643,1561.23610522511,728.446238514804,3001.93723650607,1643.83177236586,6889.89059562984,767.647395703748,2005.96420189421,657.447848160004,2732.00722787332,850.135970547974,4883.66174412889,1199.65414654871,3270.62088076655,1006.54232148892,4166.53808630254,1181.78004974975,5873.52916419029,16956.0808764985,5387.98785788823,131577.683758195,50146.009248575,3926.09417348395,22829.673242468 -1336,4249.79223150456,4443.1351506946,849.191951481365,1780.17497294696,1841.5618716585,3168.62397269084,1949.57613954886,3734.01840588662,327.458041097622,1365.62290680684,2603.32794038667,7578.4293956698,1456.27779791825,4420.85652687094,1673.75452885388,4996.28339544888,1312.5177558914,5672.93928812876,372.414971076305,1539.3978013126,735.53021045054,2959.94665130394,1660.10135229044,6793.51598307271,782.633116336594,1977.9051173445,661.906243706136,2693.7923775161,850.30503387284,4815.34991799495,1199.02539543299,3224.87199465142,1020.96170707116,4108.2572633782,1198.70983188304,5791.37124169717,16769.1574823408,5369.3210296102,132695.301900055,50996.6602244335,3880.22858734511,23269.6691264144 -1337,4308.53149150374,4535.21311316344,855.707192553207,1817.06668989628,1828.72903613343,3234.28941597354,1956.2135275263,3811.40088356827,323.957222599753,1393.92359325791,2574.28061021426,7735.48208792432,1440.02898755415,4512.47279501388,1654.97209873311,5099.82460663574,1300.77773845726,5790.50327687636,374.257287824642,1571.29973725793,736.267887331231,3021.28753953372,1662.01297423802,6934.30240718656,791.974463207726,2018.89452392002,660.13655899089,2749.61757864621,841.469160616406,4915.14152774469,1185.60992699969,3291.70310206077,1026.01234949542,4193.39533487048,1204.63978468083,5911.3895723916,16385.198219845,5292.37766540683,132549.055305994,51412.2613664049,3788.49741506745,23516.23411403 -1338,4335.46196869397,4798.38582340107,857.244050578531,1922.50878347167,1812.23783884972,3421.97116103291,1955.26681515107,4032.5716809051,320.115863758806,1474.81122538199,2542.84543881512,8184.36237982612,1422.44444068545,4774.32591320373,1634.7523814686,5395.76101138139,1287.26342292511,6126.51889576587,374.179939489549,1662.48028382356,734.64865113542,3196.60905372639,1658.48303475492,7336.69125035024,796.874559344669,2136.04843274115,656.284764917491,2909.17442685452,831.682074704383,5200.36100581148,1171.10441216934,3482.71649107937,1025.80030192922,4436.73278954764,1204.39081990509,6254.42007089702,16037.6261725156,5215.54078189256,131956.188426073,51539.2558121677,3705.93936001756,23616.1551693915 -1339,4313.30972605955,4747.50576537411,850.667900797785,1902.12331176088,1796.64522195128,3385.68602314532,1941.2843022306,3989.81199281963,316.952818206284,1459.17294961844,2517.49605368442,8097.57885550666,1408.26422689678,4723.70097630959,1618.43611384206,5338.54663899394,1274.73558155903,6061.55587520182,371.945764393541,1644.85204457337,728.973869429913,3162.71356050658,1645.78230792456,7258.89607291302,792.261690302683,2113.39867671773,650.474624874179,2878.32676910114,823.511138114554,5145.21857261103,1159.42296450647,3445.78723535062,1019.67539450854,4389.68754764954,1197.19957395171,6188.10084025485,15841.4726242365,5161.24620252803,130907.522095382,51221.8683118458,3660.07377387873,23486.4801845405 -1340,4155.99237747675,4464.18897280826,815.88189571891,1788.61034255433,1703.45095508924,3183.63851607147,1855.79518022899,3751.7120741232,299.594615715302,1372.0939190041,2378.70267586502,7614.33982805275,1330.62448298252,4441.80478159422,1529.12871053034,5019.95831378233,1206.65898850556,5699.82054440005,355.989470372806,1546.69224687227,695.570227133952,2973.97237596657,1570.5505178667,6825.70709862127,762.292043909931,1987.27743240716,618.867196014304,2706.55692858281,778.603667872177,4838.16748197849,1095.47415466088,3240.15306961582,975.931811550913,4127.72426464796,1145.84028925971,5818.81368847887,14818.8906034931,4863.79887966089,124702.239260194,49144.5518636666,3421.5727259568,22575.5174011324 -1341,3752.23453742226,4202.31587732878,732.173619788721,1683.68894924766,1515.13095096257,2996.88359190282,1662.7519556119,3531.63347525951,265.503281692756,1291.60573088152,2107.23745517209,7167.67622287153,1178.76932571663,4181.24476167645,1354.55052929915,4725.48331937341,1070.60640950497,5365.46425734965,319.658392138649,1455.96197337586,622.008110927947,2799.51664465489,1404.67352558345,6425.30535540659,687.051798636305,1870.70205982082,551.279024055783,2547.78801326659,690.170451381378,4554.35649129885,970.431048652501,3050.08295400558,876.331520116653,3885.58847311826,1028.89971472713,5477.47716309837,12999.7434933507,4298.50309792523,111358.179343966,44190.9239211099,2999.60933347956,20340.8771703333 -1342,3295.21389268391,3955.58333632811,650.370010854402,1584.83373111811,1353.661610668,2820.92616145297,1471.65241670995,3324.27902436381,238.807367338033,1215.77107845315,1896.2189873733,6746.83709055401,1060.72752820092,3935.74937896145,1218.84131969895,4448.03380323032,961.623997664657,5050.43924054733,281.85192550416,1370.47739587672,552.026840141449,2635.14731225038,1246.32628025714,6048.05339165074,603.358097663796,1760.86665330964,493.858495847839,2398.19854193825,620.594619387275,4286.9544247899,873.27847939243,2871.00200448329,772.68650659337,3657.45209659609,907.210237173245,5155.87548007985,11837.5598068997,3875.71027202378,99125.109334474,38972.7902599182,2733.58893387434,17879.602076841 -1343,2707.004905247,3657.2559476077,552.892688943041,1465.30665549862,1245.05043462903,2608.17384050185,1280.96147316042,3073.56417489812,224.156883205288,1124.07845557609,1784.38896225765,6237.99525353297,998.17083674838,3638.91785373476,1147.41561893636,4112.56613724262,894.342941662038,4669.5385686575,242.90951048158,1267.11692839337,486.876812529925,2436.40630499176,1098.28162763638,5591.91334307634,501.640171419895,1628.06329514443,443.694837088072,2217.32804881051,581.579194455701,3963.63525530979,821.913886963513,2654.47299771393,665.927333072443,3381.60956198769,781.864428357006,4767.02287914649,11869.215686767,3710.56729646833,88348.3864551996,33034.8542356724,2751.93516832987,14952.396896751 -1344,2258.58657581052,3414.81215106682,456.444228347867,1368.16975456936,1078.50328529833,2435.27493022911,1136.5681150277,2869.8139922067,186.870166312497,1049.56197319592,1498.30443976812,5824.47121427075,838.137776000885,3397.68971099651,968.130902671737,3839.93929293036,764.086171986112,4359.98936704368,221.217393643845,1183.11825748223,426.18142108898,2274.89406659217,962.809405481822,5221.21883324587,413.477710045288,1520.13706522283,360.688657196295,2070.33876557978,482.589144715857,3700.88121425637,703.867030968517,2478.50486187646,606.459206502139,3157.43868842235,712.042977160777,4451.0113279797,10309.865207228,3250.20860719381,75255.1675370415,27691.7683394403,2531.37129232731,12655.9575565189 -1345,2369.39834335038,3278.09230031962,476.714672094696,1313.39193477535,1118.84820977786,2337.77310281957,1186.13237552249,2754.91439500217,196.119534172929,1007.54034800039,1571.87413788121,5591.27512620843,879.291991072893,3261.65539648008,1013.43286085943,3686.19850023588,793.757740529855,4185.42717470306,231.07885625702,1135.74939957046,444.104579819353,2183.81345556852,1003.39430950056,5012.17534036242,433.974561605519,1459.2748849686,381.20864758235,1987.44799604278,506.599246967208,3552.70793125801,728.271087608604,2379.27222482318,633.494037230528,3031.02337562406,743.784537273134,4272.80486229011,10706.7174839653,3376.73657192349,78824.493746791,29144.0041024671,2610.12488886939,13312.1490026842 -1346,2459.72290938201,3222.33867276748,497.283805486721,1291.05383137468,1184.75674802608,2298.01237647782,1244.92038642385,2708.0589507238,209.610197201516,990.404152872296,1681.64217753133,5496.17900249715,940.695226748126,3206.18132695462,1082.87320073245,3623.50382313805,838.877791019096,4114.24164163486,242.628076057604,1116.43263139708,466.948934770393,2146.67126709711,1054.95140091267,4926.92851643212,451.827074220571,1434.45561175143,399.382423650978,1953.64558134573,541.103155934307,3492.28365498562,772.634621821267,2338.80568351956,665.155791130663,2979.47188380977,780.958561951914,4200.13321394394,11674.914975045,3625.66085869534,82843.5040402039,30336.760333864,2810.03307509723,13819.2269766109 -1347,2670.3223001881,3258.20814094303,539.007338618181,1305.42519919793,1292.05732477303,2323.59270498323,1355.11963559634,2738.20371333718,239.302524317561,1001.42883831043,1920.47182406466,5557.35972800044,1074.29434283931,3241.87093960899,1227.97254493369,3663.83886183726,919.891519868855,4160.03932915863,264.419162997362,1128.86020304884,508.338838380238,2170.56694179737,1148.50910098926,4981.77262922416,491.112447348716,1450.42325672612,452.216186460588,1975.39259031118,617.623911447606,3531.15801616968,843.195105845736,2364.84010278865,724.895240532103,3012.63787992914,851.098572936473,4246.88700364453,13333.2097253899,4055.03676437921,91732.1425808642,33405.6753352129,3108.95993189587,15105.2348312677 -1348,3268.02040363885,3375.75861570327,659.774301762911,1352.52266666828,1565.2881641261,2407.42388267501,1648.479014708,2836.99333406407,285.640985609938,1037.55864656384,2290.2081257419,5757.85958748787,1281.12144243898,3358.83199660032,1467.89345552925,3796.02378650243,1117.43794898864,4310.12630243048,321.140268673509,1169.58751298918,618.086090484537,2248.87721648513,1396.40384275366,5161.5063087132,599.476571092038,1502.75200156256,549.640119940515,2046.6613143411,737.669428342375,3658.55604701924,1021.97148694075,2450.15941475083,880.394029183696,3121.32860739256,1033.66950141653,4400.10728974541,15639.7286840511,4834.77561843234,111515.692838061,40846.8305658041,3720.53221036338,18521.1907780603 -1349,4383.94159585716,3619.37207498121,856.831913260637,1450.1282016275,1921.75679887697,2581.15693849204,2109.15772634622,3041.72650332707,350.325479306148,1112.43463145132,2803.93747179233,6173.37866092505,1568.49693178328,3601.22393719077,1792.19311529072,4069.96591074953,1360.73800159525,4621.16891477117,414.711590775911,1253.99143293836,782.204603147253,2411.1686657762,1768.58059741112,5533.98922295397,797.502084595706,1611.19891830434,695.272560530687,2194.35974290695,905.743473676488,3922.57773696786,1230.30943740501,2626.97650351816,1136.91630719652,3346.58098653273,1334.85197929136,4717.64342904832,18334.5488344659,5809.25932437624,140736.013262795,53619.2651418531,4293.94330527289,24527.9948170576 -1350,4450.65878491829,4165.79659862258,871.887421791305,1669.05723002735,1988.78981487939,2970.8398507045,2165.00507415848,3500.94261076097,368.238086752512,1280.38132247398,2948.14128732203,7105.38714863247,1649.16322498175,4144.90859675027,1880.70198289742,4684.41757196191,1412.58532654442,5318.83689988244,425.578079182983,1443.30926409758,804.329380579116,2775.1880764146,1818.46012128177,6369.46768782132,812.837385469193,1854.44514532578,726.468156029692,2525.64703594435,951.880449422429,4514.77788300563,1275.92810243569,3023.57689574487,1166.70637852982,3851.82164251113,1369.82846386703,5429.87638272742,19377.7350673778,6077.27374336883,145822.680484143,55092.2729451762,4510.00128579706,25114.2909703011 -1351,4341.43273782152,4534.69326726018,850.163899417838,1816.85840978879,1942.58191392511,3233.91868761725,2112.46389719196,3810.96400417902,368.754683299606,1393.76381565731,2953.30069574114,7734.59541323609,1652.04935078042,4511.95555570504,1877.25937218772,5099.24004250105,1384.20814289531,5789.83954414072,415.219095556078,1571.11962803024,784.996028413782,3020.94122638132,1774.72874999223,6933.50756720696,792.372315709866,2018.6631094261,722.12836991999,2749.30240548937,953.001396824913,4914.57813278984,1248.28579299371,3291.32579269743,1138.30761256002,4192.91466961149,1336.48550913565,5910.71198314163,19488.0042298893,6029.5038767546,143481.43077769,54012.5841535779,4449.57965327081,24520.5825576147 -1352,4235.73099373086,4660.69126000947,829.699710478672,1867.34043784476,1870.93654787056,3323.77421683155,2045.91132895343,3916.85293352141,341.359427816966,1432.49001670101,2732.54883855079,7949.50377403562,1528.5627844173,4637.32177341535,1746.71655805968,5240.9241591624,1324.89030370197,5950.71220253398,402.109218822254,1614.77372056392,759.399512580173,3104.87910449222,1716.93191912214,7126.15743009568,771.098364201291,2074.75234960935,674.034158677505,2825.69270669308,882.483999268116,5051.13135556497,1199.49391366302,3382.77639782609,1102.36737607872,4309.41622793173,1294.28812354131,6074.94312330979,17928.5618176771,5667.24546445603,136731.317789063,51922.5155351724,4203.09292924023,23735.6124991139 -1353,4096.38033568749,4662.12084569816,799.82683897941,1867.91321192846,1788.22922394531,3324.79372655398,1967.14695536144,3918.05435978763,317.972187326636,1432.92940800861,2545.0169793499,7951.9421455547,1423.65918056476,4638.74419092197,1632.66097655193,5242.53172116458,1258.93708117827,5952.53747962867,386.599798444702,1615.26902421581,729.280853669446,3105.8314719599,1648.91009775253,7128.34325449578,745.176149729315,2075.38874367648,628.85555022417,2826.55943860661,822.090088867562,5052.6807019376,1143.44248108016,3383.81400543763,1059.84888049143,4310.73806613606,1244.36721236084,6076.80650607089,16696.1473044087,5341.84675796563,129683.53655195,49593.8674208588,3962.77912480825,22779.150721199 -1354,3935.93936298425,4705.07323163934,765.744076422832,1885.12240316112,1698.091442947,3355.42524127534,1878.65114803289,3954.15161864685,298.698556785132,1446.13106858248,2390.13847049506,8025.20384325028,1337.02156172274,4681.48120640597,1535.26769466011,5290.83146569053,1192.06489049085,6007.37854780695,369.490682304667,1630.15059010035,695.525042778877,3134.44567490897,1572.7197972558,7194.01708851293,715.219084328877,2094.50941884702,593.231620307275,2852.60069234304,772.388463261136,5099.23133816733,1082.86922808916,3414.98927736324,1012.94487883348,4350.45314243634,1189.29728412295,6132.79247189575,15602.4365088753,5031.7092392463,123089.2604778,47358.2848982604,3720.50107790005,21808.6399842979 -1355,3786.57180136276,4752.70424331619,737.009450191633,1904.20612041199,1625.05243263291,3389.39332019349,1802.14665183166,3994.18080260371,285.330056410171,1460.77073143633,2282.88751232733,8106.44563464185,1277.02635836702,4728.87338821258,1466.77371866844,5344.39230160439,1141.23220703955,6068.19322670158,354.215494902577,1646.65314340174,666.981990881208,3166.17670462771,1508.1595011363,7266.84450162144,687.361288349371,2115.7128300746,568.338757689737,2881.47851213396,737.877895144724,5150.85254265315,1036.42143537268,3449.56034270875,971.068524183187,4394.49421772365,1140.13030979369,6194.87675740192,14863.7991730607,4805.51011413156,117931.994349841,45461.7298907879,3548.90173038576,20943.1545206284 -1356,3727.6806034288,4706.11292344587,724.12548774423,1885.5389633761,1589.18151330375,3356.16669798792,1768.0752526286,3955.02537742535,276.019607222926,1446.45062378367,2208.05927347304,8026.97719262674,1235.16812713525,4682.51568502364,1420.76665078178,5292.00059395991,1113.29697877777,6008.70601327824,347.660556535665,1630.51080855572,653.872538000188,3135.13830121376,1478.58517630419,7195.60676847214,676.256308118654,2094.97224783485,551.178310578137,2853.23103865671,713.871122468029,5100.35812807705,1011.85033092143,3415.74389608993,953.098405942538,4351.41447295431,1119.03161699652,6134.14765039569,14343.3095329386,4667.45003929855,115083.814216492,44535.3399404425,3443.89693499633,20559.930578538 -1357,3699.16634632936,4680.5754256892,717.788450973388,1875.30717594758,1568.67386309409,3337.95461916298,1750.40615918652,3933.56362048358,272.103214220835,1438.60152832828,2176.72708659536,7983.41918299458,1217.64118886431,4657.10623655799,1400.77299429871,5263.28380464888,1098.22519061632,5976.1000561262,343.963643996966,1621.66291926937,647.055210390835,3118.12562246243,1463.15720716149,7156.5601508714,671.026414921216,2083.60398065774,543.36009641597,2837.74811624617,703.742640949801,5072.68127748448,998.338454665378,3397.20852443551,942.963458559799,4327.80172945473,1107.13218826265,6100.86099017116,14135.5047972335,4603.92336999515,113652.726769501,44072.0578915135,3389.39916236206,20355.1678354767 -1358,3719.32531912171,4585.83324823878,722.777353570451,1837.34802155332,1578.61662680851,3270.38918968298,1759.18075659604,3853.94213195911,268.525696351103,1409.48198022116,2147.80659562182,7821.82227489966,1201.46333118595,4562.83911225361,1386.38170282655,5156.74669695585,1101.97312285662,5855.13443107259,345.982783114693,1588.83792189427,650.33257361109,3055.00987617733,1470.61467422115,7011.70016463398,673.802659978895,2041.42857269648,537.465955049181,2780.30764982117,694.55327662896,4970.00226346771,1004.2353479923,3328.44370310785,948.498852892876,4240.20024413909,1113.63128765536,5977.37000840879,13947.4692219076,4585.12853983705,113559.535393767,44100.3366122381,3393.35877977783,20424.4225766945 -1359,3753.45218058998,4518.05814793056,729.429223699869,1810.19342614589,1593.3932645842,3222.05534425526,1777.05339390157,3796.98382134546,269.572862411586,1388.65091693974,2155.67095370483,7706.22173720502,1205.8625810436,4495.40384764995,1392.75555874451,5080.53393348817,1112.80890849053,5768.60003221794,349.182174639662,1565.35611527358,656.984487642345,3009.85917191218,1485.59981368127,6908.07261075995,680.936352882958,2011.25782317355,541.968512414086,2739.21683389874,697.368963433794,4896.54943958495,1013.43605785163,3279.25185647125,957.269865034201,4177.53333469928,1123.92932177021,5889.02906141626,13941.3031466475,4606.91662242843,114604.648774141,44545.4088678902,3415.52583135612,20645.9384561709 -1360,3841.2617631672,4432.21836151347,742.329329860652,1775.80108058806,1599.77546520083,3160.8386592284,1799.43762144385,3724.84391752357,276.550176736316,1362.26756944506,2210.76422313693,7559.80918421311,1236.68125119423,4409.99447629921,1422.62021183708,4984.007520269,1119.48203002947,5659.00086848916,354.312643857435,1535.61549879584,663.762550867739,2952.67405830739,1501.1832555525,6776.82430495119,694.717453859758,1973.04540174865,559.200432820741,2687.1737259366,715.565861870381,4803.51859661822,1014.34169894187,3216.9484797216,971.33485440752,4098.16326962716,1140.44300776877,5777.14183458463,14129.8970543997,4652.788359623,116712.685795188,45635.2196498838,3399.46943444977,21117.0789924391 -1361,3897.2851155268,4510.84527184069,748.682510344876,1807.30353397231,1589.89144295289,3216.9114781978,1806.75302578397,3790.92210790091,275.208649173176,1386.43399837251,2198.66298076517,7693.91910171615,1229.91192708419,4488.22713812888,1413.63107094,5072.42309017169,1112.21264649503,5759.3907224034,356.204682720995,1562.85709482579,664.870878749896,3005.05406747481,1503.90827467679,6897.04418435866,703.559476756139,2008.04694075718,562.499014604867,2734.84379774929,712.383185080698,4888.73231921615,1003.82894787471,3274.01667876132,976.521808150014,4170.86409111766,1146.53300351061,5879.6274920874,13832.9876794885,4594.85952944722,117032.310268288,46169.1864445954,3320.74697037102,21393.9568007562 -1362,3923.78697009146,4777.46197221796,750.510966413209,1914.12548767928,1576.50206857574,3407.04930648399,1806.80041764176,4014.9872404616,278.694545052689,1468.38016049083,2225.69566062693,8148.67363224167,1245.03376052291,4753.50697771497,1425.80097554527,5372.23224471339,1106.15115681748,6099.80358475015,356.233737783802,1655.23086884656,663.752248087171,3182.66991365045,1501.48351024149,7304.69885925278,708.334866923154,2126.73397551084,572.748953190003,2896.48867480924,721.577543763524,5177.68430081343,992.848091023227,3467.52975031815,976.601461517431,4417.38596333475,1146.62652442722,6227.1470337515,13828.1617990966,4581.3812793284,117716.635510699,46654.3818573886,3268.33797006628,21580.6187360322 -1363,3904.28237587466,4751.92446815814,744.847996729256,1903.89369772535,1563.20863502792,3388.83722316396,1794.09206743347,3993.52547822265,279.144537707266,1460.53106309813,2228.56861859624,8105.11561185855,1246.64086688863,4728.09752297778,1425.2404524867,5343.5154483145,1099.47923395784,6067.19761955033,354.136521007587,1646.38297737638,658.704902672367,3165.65723070006,1490.16856384358,7265.65223201458,704.331797795595,2115.36570552782,576.677109582379,2881.00574857722,722.893639669729,5150.00744338968,983.443493154302,3448.99437408884,970.852020205353,4393.77321400709,1139.87611275077,6193.86036531118,13723.2259570901,4548.2913335303,117566.903205698,46639.1034738211,3232.01649913121,21552.4790050984 -1364,3764.00037596376,4471.14192594649,714.870180777135,1791.39609467417,1483.07350164775,3188.59701795079,1715.96108768203,3757.55534787312,265.801055430009,1374.23094877103,2120.9190210905,7626.1991261975,1186.4226683396,4448.72287146087,1354.98150541351,5027.77687503147,1043.2481411318,5708.69798784677,339.046543985279,1549.10121270622,628.848844930483,2978.60432382774,1422.78754920062,6836.33810503276,678.086986405698,1990.37260757657,553.235728552565,2710.77237815384,688.573225695054,4845.70290486986,929.921222036731,3245.19959264407,929.483412880478,4134.15317560009,1091.30528390559,5827.87646318275,12878.9417145362,4296.64045923174,112474.728700941,44911.9707579059,3024.09568068185,20770.5064641937 -1365,3400.13162500605,4231.42732985247,641.909498259253,1695.35266809734,1319.96825869799,3017.64443829121,1538.20504208618,3556.09878992106,229.784146156249,1300.55330169996,1832.21813627134,7217.33014517494,1024.92603847627,4210.21024450132,1174.97149253403,4758.2190030581,923.010403656853,5402.63339516673,304.535968604133,1466.04811851619,562.621267390167,2818.91023577682,1273.14677062179,6469.8165195514,611.493665731181,1883.66130795688,483.379452720659,2565.43775972872,595.543651998208,4585.90669757621,823.488003683402,3071.2123378265,834.87396189274,3912.50580338656,980.224448745381,5515.42226790198,10973.1411199974,3743.65034911479,99675.8574385384,40186.5975224281,2628.33232303191,18684.3201099147 -1366,2983.98952256298,4011.14202009075,569.816628020596,1607.09372884711,1178.2531411482,2860.54786353734,1360.54080627554,3370.97063754692,201.980483813845,1232.84735649669,1611.27841089948,6841.60070856946,901.33438037368,3991.0294821782,1036.75588855835,4510.50926700568,824.651686430142,5121.37587182772,268.406626164131,1389.72662254377,498.990739934888,2672.15963223987,1128.87487542609,6133.00214817932,536.608170593416,1785.59914539011,423.27810346,2431.88276574612,523.324855889746,4347.16742624643,740.020292116088,2911.32705363193,735.826721589007,3708.82333748123,863.933210836404,5228.29303040333,9799.87922016391,3338.85186339562,87855.618510749,35171.0987390705,2382.00126131797,16352.2037049677 -1367,2441.12710248488,3693.71024084864,482.095095846836,1479.91233781144,1079.07487004571,2634.17123728432,1180.03352904852,3104.20042550012,186.225884546075,1135.28289033057,1489.60004015802,6300.17348537278,833.268614609517,3675.18935904368,960.997780788706,4153.5588088214,762.571818422652,4716.08295349692,230.824655748685,1279.74712238032,438.521729286295,2460.6915809387,991.225776041613,5647.65164843606,444.234099377199,1644.2912807233,374.468672463856,2239.42962662203,481.666675391752,4003.14343411026,693.695075929384,2680.93188887305,632.797156049362,3415.31630506639,742.966329971398,4814.53895469935,9708.09164355754,3164.54864997764,77571.3792071901,29576.1081875724,2390.0450260028,13616.5039829333 -1368,2048.45702132942,3442.49401790181,423.491614957064,1379.26069933533,944.303125965753,2455.01626689506,1060.96362423928,2893.07788060204,187.98570154271,1058.07015270676,1538.2956863732,5871.68676505509,860.508512948226,3425.23277631476,983.841556846785,3871.06741461287,734.680927917945,4395.33322776608,209.618489817899,1192.70909897066,402.567863133416,2293.33529024643,909.573276107067,5263.54417299057,390.110033918964,1532.45991929176,353.743109087686,2087.12178012838,478.965322965809,3730.88207416111,632.95248846906,2498.59663808585,574.6612457057,3183.03418048631,674.709032139599,4487.0930500222,10471.2540465655,3143.86956239399,72528.6117605917,26631.4248378212,2436.2382351632,11979.6104739589 -1369,2154.247288774,3314.09172681942,451.337303378399,1327.81537136277,987.807524093095,2363.44611116651,1108.29573171512,2785.16837481428,197.274868208354,1018.60497687002,1613.63372727099,5652.6775150083,902.651922772271,3297.47431582588,1030.66052463942,3726.67967642484,765.800867516241,4231.39079138685,218.98909913439,1148.22199743723,419.548558485857,2207.79570645734,948.028733211712,5067.21815833063,417.66665589127,1475.30038216381,373.871934164764,2009.2737963867,502.774573954091,3591.72313776519,664.130971918371,2405.40096914565,600.350420489441,3064.30953514412,704.870659331838,4319.7280451953,10844.9484197466,3272.73389907588,76165.1309464473,28105.2676685634,2515.64122690864,12637.459948069 -1370,2239.23546965237,3266.52569430469,461.004078068139,1308.75768849398,1052.21055561882,2329.52437216913,1163.57608057274,2745.19379945679,210.887856314022,1003.98528573191,1726.86104636486,5571.54655526502,965.990247674095,3250.14678736499,1102.1217998203,3673.19190925585,813.901007769943,4170.65907707224,229.899828579774,1131.74195724334,441.056970448215,2176.10796483288,996.576953218821,4994.4900978102,425.695923406661,1454.12589704649,391.683901564264,1980.43537228501,537.075115733733,3540.17235594094,710.232910840371,2370.87706632684,630.261776973733,3020.32854155716,739.989544647857,4257.72845629142,11760.1816244705,3523.31854160744,79982.3334616098,29176.1064564627,2716.55156250397,13072.6358264625 -1371,2451.13130175396,3312.98704954762,517.15385704548,1327.3727742403,1182.22643804042,2362.65831003808,1270.1521765569,2784.24000213923,240.777263419768,1018.26544801576,1972.31651626933,5650.79332323259,1103.29578865269,3296.37517759095,1253.32272917576,3725.43747232273,905.719280071565,4229.98035328778,250.544410218648,1147.83926369052,480.139391875799,2207.05978785921,1084.93030071181,5065.52911614587,478.40534402839,1474.80862425981,443.493397814819,2008.60405056231,613.047708976907,3590.52591836274,810.997812972282,2404.59918331738,686.858124996155,3063.28811709772,806.439244331278,4318.28816187727,13260.9408317417,3973.3110350812,89110.9976777241,32277.8821244235,3026.99120615707,14348.8835160459 -1372,2991.60269143413,3411.43314008931,643.756988544655,1366.81592881987,1417.92878716112,2432.86518692305,1543.76611437803,2866.9742655822,287.345360759191,1048.52341491742,2351.32619619511,5818.70780729533,1315.31033108103,3394.32764294599,1496.39683111307,3836.13961187917,1090.8596163166,4355.67508816644,304.303150756551,1181.9475431346,583.836594458701,2272.64302270348,1319.18694765833,5216.05235410352,599.535621168387,1518.63286540056,539.053169783987,2068.29013241737,732.129137322546,3697.21913338743,967.493933260539,2476.05234186494,834.235700475868,3154.31435258278,979.47506683378,4446.60698142331,15684.4479724437,4718.49455436562,108371.80059485,39591.1069883892,3605.4761784275,17667.3228674556 -1373,4026.95350547288,3636.13715263507,849.37739347475,1456.84525403457,1757.77789592434,2593.11296169556,1979.31530913494,3055.81590335936,352.288018077899,1117.58747360038,2877.14616552171,6201.97400025269,1609.4492043106,3617.9049519373,1827.98203906037,4088.81815725216,1335.39803178862,4642.57435585397,393.305814206342,1259.79997191003,739.493554544487,2422.33729643391,1672.2181059075,5559.62288457715,801.074781135741,1618.66205677742,681.911957852454,2204.52410587605,898.770445304368,3940.74727549587,1185.34084871125,2639.14476479773,1078.23317175626,3362.08248484565,1265.95218517493,4739.49574397829,18291.7509664777,5681.28371406619,137037.93456412,52015.9894622416,4173.27515643773,23435.956212643 -1374,4096.66600792054,4163.65222954425,881.098422083186,1668.1980726899,1834.47826673821,2969.31059286349,2032.90495427804,3499.14047930741,370.322757696787,1279.72223841854,3025.39151482495,7101.7296074803,1692.37629447307,4142.77497989767,1919.94972381919,4682.00623959042,1390.73240631859,5316.09899631208,403.554399540283,1442.5663118955,760.292636621894,2773.75953151167,1719.11447350185,6366.18896567736,831.525165798494,1853.49055843395,712.501655571789,2524.34694380629,944.581243264189,4512.45387369346,1246.16126257959,3022.0204911899,1106.32928493712,3849.83889394675,1298.93979565466,5427.08132090945,19281.5660694967,5956.88585403364,142339.260924116,53588.0761464109,4389.82218022233,24056.7059870387 -1375,4013.57023212003,4519.29278982975,868.473111475689,1810.68809455793,1821.66690456273,3222.93582972032,1986.63972255238,3798.02141651641,370.868989144391,1389.03039116279,3031.02501010667,7708.32760302827,1695.52762011906,4496.63229884786,1919.23778404921,5081.92228216787,1374.4488466254,5770.17640752481,393.724034882958,1565.78387741913,742.002679645737,3010.68167089795,1677.7381134914,6909.96036775833,820.40526829654,2011.80743610398,708.237336168774,2739.96537492308,945.729177801847,4897.88751114171,1248.16985987282,3280.14797192781,1079.37970809097,4178.67492197447,1267.2983320162,5890.63834615468,19244.1169585394,5937.95247623559,140439.017891759,52619.3316374541,4350.22942044886,23517.7874316668 -1376,3892.1007955698,4650.03439377997,819.818920871599,1863.0706855396,1713.80856754804,3316.17426754726,1920.04872536838,3907.89688485299,343.281496369856,1429.21456813953,2804.01747118717,7931.32689992305,1568.5416827118,4626.71834249805,1781.61731675427,5228.94056604986,1300.63132294222,5937.1056492622,381.328163108298,1611.08147266099,717.882362061925,3097.77966807187,1623.26746778448,7109.86317196395,778.128938513084,2070.00834126046,661.076335254189,2819.231641692,875.703035071706,5039.58173166567,1155.09896142962,3375.04153757795,1045.39688948646,4299.56256681018,1227.39914824251,6061.05251082224,17892.4540231956,5543.22746732213,133171.510164919,50392.2747802142,4084.26073976547,22691.4988560243 -1377,3750.94689972777,4664.91502530714,767.323911325228,1869.03272066297,1615.07942676818,3326.7863970879,1844.00629838383,3920.40259312634,319.754238545342,1433.78821503346,2611.47506174528,7956.70803544264,1460.83522296157,4641.52436004639,1662.91810249233,5245.67376224836,1228.79932658741,5956.10505314247,366.656321607807,1616.23711404442,689.486212290466,3107.69291040285,1559.12756726557,7132.61553143297,730.211619384458,2076.63260008866,616.767624510985,2828.25349910146,815.762089350885,5055.70895835893,1075.87951733357,3385.84204898422,1005.1745850476,4313.32164918821,1180.17419214679,6080.44855855922,16745.6472103423,5205.03387945648,125803.071736401,47935.5551028149,3840.02650126665,21691.7635843758 -1378,3600.01216866453,4705.07323163934,728.001324121079,1885.12240316112,1525.99161462524,3355.42524127534,1760.52591657019,3954.15161864685,300.356558042648,1446.13106858248,2452.34873702712,8025.20384325028,1371.82141484449,4681.48120640597,1562.8251982499,5290.83146569053,1161.02444329733,6007.37854780695,350.467166956761,1630.15059010035,657.646193614458,3134.44567490897,1487.25283018279,7194.01708851293,694.544689302567,2094.50941884702,581.83203614993,2852.60069234304,766.421685567834,5099.23133816733,1010.5096544951,3414.98927736324,960.792623385851,4350.45314243634,1128.06538783637,6132.79247189575,15680.1280637535,4895.38603725535,119250.082159891,45717.1978450097,3601.2439959972,20745.4252299942 -1379,3462.55417305949,4744.38668365138,699.502553742556,1900.87362859054,1458.58649215827,3383.46164851249,1688.74365633149,3987.19071118693,286.906588618582,1458.21428207755,2342.21405184905,8092.25879662631,1310.21308102017,4720.59753418503,1492.86821901083,5335.03924709795,1110.88349965222,6057.57347074018,335.988350383939,1643.77138702341,630.681938864862,3160.63567739314,1426.25539471301,7254.12702339794,666.463341854967,2112.01018694833,557.420000414038,2876.43572633864,732.168041660497,5141.83819605071,965.212652962037,3443.52337459566,921.099489563017,4386.80355026754,1081.46173028278,6184.03529653924,14946.4594169054,4673.44453542291,114224.472258925,43877.2252850487,3434.04613837855,19919.4943062074 -1380,3403.98959186013,4685.83887649026,680.644667120159,1877.41601645537,1417.86786638098,3341.70825163682,1656.07452573239,3937.98703356984,277.535912612137,1440.21927992461,2265.32969399336,7992.39678302709,1267.20467565737,4662.34329553515,1445.16335575971,5269.20252891635,1081.01734259512,5982.82036415818,329.790414496609,1623.48652902142,618.325123016563,3121.63205047879,1398.37573851494,7164.60792253044,649.39383778373,2085.94705731897,540.591209505156,2840.93925114674,708.335341736063,5078.38566335698,933.631700818258,3401.02878974545,904.108080260759,4332.66847540111,1061.51213839593,6107.72159570474,14456.7055494013,4531.50580215634,111302.484772614,42924.5480631942,3328.17548271796,19530.2772112129 -1381,3378.08887665081,4619.94822861188,671.003783364034,1851.01644085704,1399.39259532463,3294.71830436706,1639.62770627847,3882.6124200123,273.597941673318,1419.96741383564,2233.1840399526,7880.01045989147,1249.22269130846,4596.78303440122,1424.75055278234,5195.10882284067,1066.80094308399,5898.69201055385,326.296032854667,1600.6576221728,611.908065922103,3077.73673873943,1383.85116254903,7063.86168044803,639.304150277297,2056.61519024682,532.923170245408,2800.99094460544,698.28531813097,5006.97515814015,920.383949512814,3353.20469755703,894.528363752571,4271.74398772427,1050.26460552033,6021.83692412099,14239.8354358861,4469.99110960202,109859.856124277,42441.5524326344,3276.45970568672,19319.6970535916 -1382,3386.83041395716,4548.98906741881,665.750830284915,1822.58612789718,1391.80837951737,3244.11374438575,1646.08346381399,3822.97821916658,269.9928995963,1398.15771129758,2203.41348987643,7758.97903166819,1232.56931835641,4526.17967432729,1408.39329797564,5115.31559873213,1064.26244267302,5808.09224265755,328.208759703499,1576.07264489464,614.997269884177,3030.46486326656,1390.88208029057,6955.36572447083,635.985943660816,2025.02702484422,527.144024003176,2757.96969023128,689.156733236364,4930.0715350355,908.206326243359,3301.70182763877,899.772032832524,4206.1329992021,1056.4211906672,5929.34573681055,14133.5226439635,4436.01184732454,109511.160134714,42400.118446201,3269.7884216583,19358.1113016113 -1383,3415.0879944251,4476.21043926118,675.277113507372,1793.4268320357,1400.04334749743,3192.21163066234,1662.32667733501,3761.8149351613,271.032440852104,1375.78878522012,2211.31196024916,7634.84423128515,1236.98765031639,4453.76597040088,1414.30179113883,5033.47639306432,1071.72783563644,5715.16940213873,331.243386004607,1550.85728313575,621.291693580492,2981.98088756125,1405.06308672911,6844.08781892755,645.523892160557,1992.62890590701,531.563592463411,2713.8453259867,691.932773835899,4851.19602275767,911.61794469856,3248.87837037391,908.091347278313,4138.83967644541,1066.18888709658,5834.48297890943,14168.3640888376,4451.00905269003,110513.10063547,42855.5572097503,3285.99863988069,19585.1061808019 -1384,3508.58531180013,4423.44593510752,701.083476768295,1772.28634304121,1426.92039316429,3154.58259911188,1685.93272929339,3717.4715553169,278.029222420337,1359.57131420143,2267.59466908436,7544.84650315764,1268.47168197136,4401.26603630855,1446.67799237899,4974.14297037274,1086.13510166273,5647.80034437213,336.167932176209,1532.57614629732,627.811531195156,2946.83000601471,1420.05108450295,6763.41133933616,670.973839655357,1969.14027023872,548.46928438484,2681.85516267368,709.963447797939,4794.01127772248,935.03472198023,3210.58136477186,921.591806326396,4090.05201861242,1082.03975876374,5765.70748107428,14258.6912759218,4514.25259469408,112922.293003295,44016.6881736553,3283.0584989823,20082.5409924798 -1385,3563.69068194774,4507.40128170106,714.883090134089,1805.92367384073,1423.12799638164,3214.45539497097,1693.8004525568,3788.02777267704,276.644585333729,1385.37546837827,2254.72573303526,7688.04486309244,1261.27291705189,4484.80041673264,1437.73371068224,5068.55034037563,1079.88379753144,5754.99347894616,338.025681225423,1561.66386737066,628.984924168766,3002.75973549183,1422.91166504184,6891.77835262823,686.731530038359,2006.51381482465,551.713084958195,2732.75576889766,706.757864480213,4884.99981568565,930.148633705018,3271.5169962231,926.684755826022,4167.67967357773,1088.01938424451,5875.13844892871,13951.9931929031,4460.02048807697,113372.489777971,44594.0830962192,3207.88768966714,20381.1802527055 -1386,3600.92735430577,4747.18086326035,732.761353820705,1901.99313732505,1432.19657557876,3385.45431904641,1696.42442001258,3989.53894452564,280.127363399544,1459.07308910239,2282.17680767458,8097.02468651426,1276.62879669582,4723.37770330945,1452.00307946874,5338.18128818172,1081.02790752125,6061.14104425398,338.099386710919,1644.73947685202,628.023709861544,3162.4971158361,1420.8363045386,7258.39930033513,706.702569376375,2113.25404336051,561.770771633083,2878.12978683349,715.85127597059,5144.86645247204,941.722553932772,3445.55141814225,926.886816656376,4389.3871333197,1088.25662360648,6187.67734902757,13864.4698590712,4464.13067475383,114446.235088037,45207.399040868,3167.64890912773,20627.5104332863 -1387,3588.60024930269,4715.08028733818,742.499577488088,1889.13180406921,1429.44106474738,3362.56177786673,1685.54483971471,3962.56156543011,280.560860069746,1449.20679417455,2284.88342644185,8042.27236862708,1278.14285443593,4691.43808505146,1452.24647918575,5302.08435009078,1076.16769377276,6020.15543113529,336.12231821953,1633.61770037675,623.270579333277,3141.1122177893,1410.18056506892,7209.31779185142,717.795453346932,2098.96415767556,565.627793793743,2858.66778898733,717.13191059081,5110.07671495747,943.059745705369,3422.25249861976,921.466757371082,4359.70596907011,1081.89293894556,6145.83609371294,13742.2084172963,4438.05510327732,114581.275218425,45322.3758765086,3134.582451917,20662.9866788357 -1388,3463.74752438598,4439.62618139285,719.457070322405,1778.7690784333,1362.44847793233,3166.12154954325,1613.13039623435,3731.06946206339,267.12041987948,1364.54440509684,2174.14134018617,7572.4443253978,1216.19474601385,4417.36515212898,1380.99217798574,4992.33757690795,1022.54468949362,5668.4590800915,321.845890417317,1538.18206074996,595.113078732128,2957.60903122668,1346.62541241689,6788.15079875419,698.962678130029,1976.34306530171,542.641120238171,2691.66495297523,683.046140170264,4811.54699180289,897.695041693375,3222.3251495865,882.328464789284,4105.01276413792,1035.94071978202,5786.79750193618,12885.8179687248,4195.74150628452,109778.775091935,43714.3082778889,2934.31813708763,19951.3267778608 -1389,3118.81179968192,4223.17474934978,637.394957861678,1692.04621065797,1194.8518020186,3011.75910653098,1444.44444939086,3549.16330710364,230.890559695304,1298.01682405692,1877.76077045329,7203.25413880769,1050.40217077178,4201.9990438195,1195.53707955311,4748.93901729653,897.422901353083,5392.09660378535,289.127145216565,1463.18887524536,532.516889085479,2813.41249663654,1205.17286089789,6457.19839391598,623.253387822848,1879.98759094087,474.129521298057,2560.43436962264,590.717876899232,4576.96277363533,775.7213208307,3065.22253224011,792.631249189051,3904.8752176308,930.627333895124,5504.66550364159,11070.5601292919,3637.76051120283,97018.092748701,39043.4012437666,2538.52272915945,17923.0045677536 -1390,2727.58080025542,4009.51749691569,552.895530284303,1606.44285161716,1051.17217434587,2859.38933405262,1275.65976172472,3369.60538548261,202.972775794172,1232.34805004184,1651.58089035859,6838.82984210552,923.879218128018,3989.41310463443,1053.65328456733,4508.68249876889,797.403096770145,5119.301700993,254.775846715546,1389.16377956937,472.197792995749,2671.07740048934,1068.39193813162,6130.51826601496,534.734196885907,1784.8759729922,415.176420445949,2430.89784676489,519.110525979519,4345.40681188911,682.052338614463,2910.14795844031,698.458449807886,3707.32125417584,820.059170826611,5226.17555783533,9941.87802370293,3232.79197072413,85219.2561043687,34067.1809974765,2293.71496062753,15635.1169835747 -1391,2220.79184322847,3694.74993895832,464.042693274743,1480.32890055183,950.543071748284,2634.91269849199,1103.41718212866,3105.07418957581,187.245225976902,1135.60244746907,1528.18899761911,6301.9468455002,854.854923857616,3676.22384393289,976.518885349974,4154.72794417863,733.283897817661,4717.41042701599,218.879143535155,1280.10734301952,414.530308283357,2461.38421144255,937.110725427969,5649.24133803273,436.69629840429,1644.75411251704,367.279969599729,2240.05997675719,477.92663957456,4004.27023085116,629.870016960733,2681.68651217463,600.048981328786,3416.27764141244,704.516739999615,4815.89414141509,9882.77395526118,3059.43007690283,75056.875836188,28602.419439179,2297.30112229187,12980.8250025326 -1392,1892.20405508465,3465.5622444664,411.45276503816,1388.50315499058,941.930569128886,2471.46738378008,1012.390905392,2912.46445779627,193.302859145191,1065.16030359067,1641.18382172178,5911.03306454267,918.063193191505,3448.18533492767,1045.99132184718,3897.00752074021,768.499678957945,4424.78645039993,206.563557143252,1200.70146833358,412.634004447013,2308.70297942435,930.923687710274,5298.81529586946,378.850994990062,1542.72896621981,345.668948235995,2101.1076281332,480.07258477113,3755.88279530251,689.726067679394,2515.33978797693,566.286262096739,3204.36376109167,664.875974617079,4517.16115720148,10504.7753615494,3186.23011526773,73319.5238579334,27058.0736692533,2446.32754135753,12009.4862100391 -1393,2024.93326040888,3332.61128597258,437.468434728047,1335.23536976397,984.235689689882,2376.65334369628,1062.38040787475,2800.73224410959,201.455774588093,1024.29706890543,1706.68843436392,5684.26538409647,954.705873344127,3315.90101480762,1087.79654646646,3747.504828654,800.138557747009,4255.03633246439,216.701110481722,1154.6384055983,431.949566669934,2220.13314505416,974.579232172466,5095.53440729433,404.822113293929,1483.54454525534,364.04924999074,2020.50186971549,501.098980701856,3611.79413597364,717.331951182548,2418.84265067024,594.077985216936,3081.43328016314,697.506201116681,4343.86722589786,10873.5409366945,3313.28184699553,76793.1115140555,28486.1935051605,2531.97055812588,12673.8232809199 -1394,2028.3574173094,3285.43514103688,441.471420859044,1316.3338982385,1030.6376558027,2343.00965321366,1099.12494962044,2761.08533094263,210.113958399572,1009.79721193642,1771.64746205499,5603.79943574483,991.043358273823,3268.96141896413,1129.28268990487,3694.45548812996,829.852056557976,4194.8024217254,223.994983892325,1138.29344841709,446.466589255699,2188.70514039352,1007.33486911076,5023.40248157734,408.250470982245,1462.5436224114,375.825548978314,1991.89982739217,524.393295608829,3560.66590378112,744.544418478029,2384.60173216138,614.073866228188,3037.81278843446,720.983339386746,4282.37583303936,11441.693942795,3460.47425244629,79445.3408566969,29255.981795369,2654.17727626561,12980.6773420605 -1395,2262.70436253598,3302.52512710764,492.033074642184,1323.1811276068,1149.72335800497,2355.19738501117,1204.34801450095,2775.44778456607,232.26029446951,1015.04991653884,1926.37318392476,5632.94895481584,1077.59550947624,3285.96571298234,1227.97793942172,3713.67309253266,901.962403779671,4216.62270180381,243.744541875768,1144.21455729393,485.220180648163,2200.09021992077,1094.82369222017,5049.53292541587,456.239242340629,1470.15139704761,422.193523321089,2002.26117645041,586.371309088196,3579.1875692793,809.53868595577,2397.00581522421,668.216540391912,3053.61470690531,784.552183737116,4304.6516474124,12632.6077192467,3808.18874621335,87248.7049775002,31977.5913601437,2911.82473385967,14196.9749475889 -1396,2860.02352187209,3412.08295061997,613.838554267861,1367.07628021694,1382.3014457787,2433.32859961596,1467.34763813818,2867.52036746735,280.910180072731,1048.72313788682,2349.07297259903,5819.8161560311,1314.04989844563,3394.9741952178,1497.27245077551,3836.87032059146,1100.52295333473,4356.50475810989,297.236240420546,1182.17268076112,592.623284744398,2273.07591624351,1337.08463749058,5217.04590889676,573.020364502003,1518.92213492091,513.822226058403,2068.68410077416,705.17244065119,3697.9233804966,987.254869319007,2476.52398085656,814.862030240446,3154.91518707055,956.728465438237,4447.45397209367,15158.9624273631,4607.09385079022,106427.973680507,39276.1161749554,3514.27515292221,17495.013819305 -1397,3956.40391869918,3609.23504835183,835.814271537935,1446.06672690443,1784.05660944207,2573.92771306895,1940.72209823968,3033.20732875073,355.125753480857,1109.31895855313,2928.9915620689,6156.08845074974,1638.45104412672,3591.13773931075,1866.85652608211,4058.56687468382,1383.47642428397,4608.22608618726,394.424354669257,1250.47929207929,772.000584732775,2404.41553830919,1743.01059170019,5518.4897951644,786.890348256902,1606.68632164345,677.081825476666,2188.21384724122,900.003615572659,3911.59150119224,1232.09574895242,2619.61894805847,1081.29960857846,3337.20798484209,1269.55248471815,4704.43039759495,18419.7287094075,5731.79137416765,138509.056214426,52722.0331830548,4239.46163652525,23705.8295883513 -1398,4115.70410155057,4092.43314539955,871.180739529956,1639.6636196763,1871.81406856536,2918.52066870403,2003.16813984827,3439.28783876707,372.077587719693,1257.83264708018,3044.21747604463,6980.2548419129,1702.90736469415,4071.91300016931,1940.54514241152,4601.92073341454,1434.80030131901,5225.16736204796,405.336051426116,1417.8912800035,795.252101604858,2726.31449946261,1795.34496405002,6257.29558971036,820.134926516183,1821.78668578439,712.217699367737,2481.16810285371,948.116646538939,4435.26855311138,1280.25132524921,2970.32896658997,1111.21361691096,3783.98757279509,1304.67448356575,5334.25133897403,19447.7681774612,6011.294551946,143671.501106212,54193.3905004485,4466.97334251696,24346.6592568255 -1399,4051.88107207684,4444.5647363833,859.262285795906,1780.74774703066,1856.8391007208,3169.64348241328,1961.01758807255,3735.21983215284,366.775798308046,1366.06229811444,2963.42215286588,7580.86776718888,1657.71120116226,4422.27894437755,1888.98323327698,4997.89095745106,1396.37026036059,5674.76456522344,394.366127951165,1539.89310496449,773.722210467675,2960.89901877162,1746.74015053715,6795.70180747281,809.613674710511,1978.54151141163,708.694503597885,2694.65910942963,942.446213340372,4816.89926436758,1246.27715373417,3225.90960226296,1081.13998220971,4109.57910158254,1269.36506760317,5793.23462445827,19163.4460471703,5903.20862770802,140864.576991826,52933.2597868156,4376.71731233415,23773.5023176827 -1400,3858.49019080917,4594.28076622783,812.471076479552,1840.73258213894,1749.59297300971,3276.4135412055,1883.95244044922,3861.04144057462,346.992596518306,1412.07837301144,2843.43776091463,7836.23077621177,1590.59303161296,4571.24427297259,1812.34387809919,5166.24588895203,1342.18954625099,5865.920116194,381.289710681428,1591.76470448761,747.025670005248,3060.63747960047,1686.5597068582,7024.61634803366,769.006726289792,2045.18906804328,662.887329241994,2785.42922699495,883.261951437449,4979.15745539328,1196.02105499993,3334.57499627433,1045.29147359712,4248.0110749959,1227.27537958193,5988.38086247607,18041.2348150514,5597.4385964688,134700.257671159,51059.2843711256,4141.68112750786,22962.0322618863 -1401,3621.48002289086,4608.77151017597,760.933449509495,1846.53840591899,1652.43372181784,3286.74762223138,1806.48377339749,3873.21948665744,328.519033007667,1416.53218573626,2722.12735323174,7860.9469003397,1522.73310101245,4585.66235790354,1735.00046866316,5182.54065850558,1286.41725854833,5884.42171649864,367.508765543121,1596.78526285835,719.344786456423,3070.29098496762,1624.12296944508,7046.77257269924,722.051462703259,2051.6397645981,618.978621037534,2794.21470262604,829.937595295877,4994.86213245481,1145.14147160441,3345.09252337065,1007.51152819697,4261.40965551565,1182.91799410361,6007.26871416768,17054.286375629,5311.83825261096,128476.359369375,48994.4423117889,3927.40344283075,22035.0515999678 -1402,3447.51237495453,4681.74508212312,721.674540402324,1875.77580745213,1561.21268129481,3338.78876021218,1722.98041511133,3934.54660175799,310.147499236547,1438.96102889827,2579.80546460578,7985.41420641858,1443.11954048154,4658.27002813864,1644.26390110839,5264.59907749586,1220.80736872965,5977.59345880528,351.435257624025,1622.06816612359,686.373723363404,3118.90482915485,1549.81104786242,7158.34854564424,686.581501264454,2084.12466467201,583.579413852336,2838.4572577598,781.450247355749,5073.9489195485,1085.43187057006,3398.05747279049,963.446607723251,4328.88322920149,1131.18142744576,6102.38557009149,16014.8118618895,5011.93477881156,122094.19312479,46835.2648994244,3691.80007533967,21089.0768959647 -1403,3304.84352505613,4710.27170327827,691.531025024946,1887.20520928682,1485.17070292993,3359.13253382842,1645.52265085192,3958.52042313374,294.912862110524,1447.72884846307,2452.77428651645,8034.0706116345,1372.0594633299,4686.65361203741,1563.21921764083,5296.67712121313,1161.81012779904,6014.01589125893,335.464023519259,1631.95168674489,655.001819058663,3137.90881483104,1478.98964405688,7201.96550758389,657.30148735564,2096.82356939799,556.954164693268,2855.75243155437,743.129778757667,5104.86530137827,1032.09055754759,3418.76238014648,919.662067084322,4355.25980668236,1079.77405439264,6139.56838082703,15162.1511060487,4757.4339793476,116456.76696127,44807.0001003547,3494.23506006206,20185.4153168029 -1404,3216.33223125525,4642.23668001843,671.598010304513,1859.94647382565,1439.60095288867,3310.61332422255,1607.6383463322,3901.34367282547,285.897537009545,1426.81789638134,2386.67110474409,7918.02673659575,1335.08194908998,4618.95972777934,1521.07057990977,5220.17207567811,1131.62225935251,5927.14962603646,328.535198269732,1608.37982551035,640.484796472898,3092.5849539897,1446.29531399342,7097.94053372005,639.437318164756,2066.53711262809,538.666393175719,2814.50402905352,718.552927244319,5031.13078001808,1004.38574432672,3369.3818788282,900.6669519462,4292.35256461306,1057.47191405171,6050.88863920952,14644.6515236544,4610.97787603214,113460.501157164,43845.4861648794,3378.45629169136,19764.0405611102 -1405,3171.01211602364,4529.42981015598,662.116626629626,1814.7495667556,1420.13441612041,3230.16505064832,1590.02802478875,3806.54058579558,281.679902662854,1392.14606212367,2350.36891326441,7725.61780245261,1314.77483578031,4506.71849045633,1497.92073727577,5093.32131114573,1115.21146970472,5783.11922806095,324.68016903031,1569.29601609437,632.980288014443,3017.4347941659,1429.34824702355,6925.45978591045,629.521730451033,2016.32002995896,531.060518578017,2746.11126676732,708.181728065801,4908.87374008616,989.187438676008,3287.5055228126,890.098533545311,4188.04791783703,1045.06354755093,5903.85136939226,14393.9908182477,4537.81199209667,111998.474084963,43364.3436174174,3317.80666671014,19549.8839836011 -1406,3150.85589621913,4446.83906378586,656.28369077316,1781.65897313228,1410.74407361539,3171.26542009581,1590.3873837787,3737.13118080512,280.731019041471,1366.76132560138,2361.44673077658,7584.74697163763,1320.97166540063,4424.54186792159,1504.91616326745,5000.44842731229,1120.49617357746,5677.66839795382,326.19149858178,1540.68108338158,635.317792723547,2962.41413986312,1434.67907722119,6799.17923479294,625.746085613731,1979.55395052399,524.543234268194,2696.03799294616,701.816367907179,4819.36411900288,993.848620458116,3227.56033187132,894.241786955229,4111.68201354762,1049.92813606982,5796.19907948084,14358.2773987556,4534.50826517366,111967.59034212,43433.1310950757,3320.75596839428,19583.0976155062 -1407,3191.06215788013,4353.39650739674,662.851469427943,1744.22052153216,1413.06156285964,3104.62681600163,1603.39552200739,3658.60189605097,281.91232557267,1338.04122343307,2383.60236580094,7425.36676101425,1333.36532464125,4331.56784816084,1519.10141653493,4895.37273704383,1131.16517189161,5558.3621127871,329.214157684721,1508.30636125954,641.838312519711,2900.16418065807,1449.34915018819,6656.306358142,632.869531608432,1937.95708160343,525.720790438905,2639.38546323472,702.209631568501,4718.09359920443,1003.17098402233,3159.7387885269,902.528293775064,4025.28219720753,1059.65731310762,5674.40207905918,14402.0132818047,4560.90338831468,112795.506644361,43843.9791159169,3340.79606125443,19784.7893273136 -1408,3318.85371033893,4296.01835666954,686.923781468385,1721.23154090154,1437.33286133272,3063.70756017515,1632.25909362049,3610.38119970829,284.828051479396,1320.40572185013,2387.76227464623,7327.49977083902,1335.69233953583,4274.47740109162,1521.64394184349,4830.85129170921,1135.512480665,5485.10240888419,334.587606286542,1488.42675011176,649.466705621224,2861.93976043613,1466.82029839213,6568.57565204734,656.823639022165,1912.41463598834,540.933759955123,2604.59812955644,713.76583093571,4655.90870857472,1005.17257674207,3118.09315203166,917.259402037223,3972.22862208785,1076.95308843991,5599.61295814501,14368.8411668724,4578.49629139277,114604.011175765,44823.8356609229,3320.75596839428,20272.7500624376 -1409,3436.30000988077,4350.86225073939,708.808742562651,1743.20515285139,1454.0659131877,3102.81950964585,1653.78314560753,3656.47210240688,286.178485467673,1337.26230520852,2379.70021189805,7421.04420847042,1331.18249549987,4329.04629869084,1516.46374643968,4892.5229780274,1134.1401772864,5555.12640564112,338.084677175815,1507.42832604477,654.142423887648,2898.47589879131,1477.56317199969,6652.4315011946,679.019112488729,1936.8289324382,553.249762627602,2637.84898931829,721.210893261578,4715.34704026052,1002.0206417543,3157.89939966198,926.846491016334,4022.93894678486,1088.20927732418,5671.09882119584,14256.4407919726,4573.12818834903,115832.761080684,45581.9080302912,3283.62508435811,20667.9594310644 -1410,3535.95956582893,4598.69946901186,725.101898189051,1842.50296810341,1461.96965133826,3279.56474122414,1665.67934035482,3864.75492597763,286.273686684616,1413.43648649113,2364.77322466214,7843.76753256365,1322.83247560256,4575.64081964078,1506.98458313972,5171.2146982726,1129.02908968798,5871.56186054252,339.391459098629,1593.29563729062,655.742291524142,3063.58114979395,1481.25751673874,7031.37250713521,697.627860631157,2047.15609685338,561.679770506316,2788.10820647103,724.744031005999,4983.94632617193,995.914631214198,3337.78213501255,930.428984756664,4252.09674135345,1092.41547863365,5994.1403875324,14110.4152644039,4553.65753177564,116437.003395235,46041.4257644716,3242.63743046052,20926.1409040966 -1411,3588.10573103983,4555.68210390856,732.642787122623,1825.26774248867,1450.14680558755,3248.88688658202,1649.48533792339,3828.60305851906,282.731304459044,1400.21485420152,2319.68152383285,7770.39500321979,1297.60859129303,4532.83915081106,1478.2291035274,5122.84188500178,1108.46084871988,5816.63782778422,335.485292952043,1578.39155829858,646.515448482569,3034.9236587506,1460.56098459445,6965.59932052997,706.907232375585,2028.00649557259,563.133600459733,2762.02755704537,719.092463672072,4937.32526728063,977.039835632156,3306.55970056024,919.720376438378,4212.32158335282,1079.84251533051,5938.06972510524,13814.0225998908,4479.52299938304,115344.010089599,45750.8248351311,3168.7537841647,20841.0658593968 -1412,3510.93571591615,4276.26416192034,712.346645365226,1713.3168766137,1389.52260250621,3049.61984667543,1587.11052537718,3593.77974053921,269.786849079449,1314.33415752897,2206.01647141827,7293.80604667857,1234.02540238216,4254.82225718351,1405.76403634899,4808.63779788819,1055.9751547831,5459.88050054756,322.485581043053,1481.58258198897,619.941729390875,2848.77982705262,1400.6601885815,6538.37165572271,690.354400675742,1903.62086277229,542.863084975028,2592.62151902479,687.733129030042,4634.4996456407,929.344396242575,3103.75535962541,884.082152701887,3953.96329562172,1037.99972251281,5573.86450091982,13041.6468256841,4258.73857926245,110748.14828805,44172.9209664773,2988.2795600631,20169.6630353422 -1413,3141.44256613595,4051.23524726083,632.486864018872,1623.15737696317,1223.25735185861,2889.14036780402,1420.19916073228,3404.66505446805,237.498635105453,1245.17023832997,1961.34219371942,6909.98568472881,1097.15685316604,4030.92167519206,1249.81812078809,4555.59390170299,940.350755193176,5172.56640191219,290.305906940352,1403.61758549219,555.967226105311,2698.8691086517,1256.30449931646,6194.30435267119,616.722345386252,1803.44703803821,475.775077666287,2456.19056329846,601.372396061588,4390.61938339327,826.437189846684,2940.42711948425,795.862780344391,3745.894749029,934.421470483316,5280.55224713756,11375.6178954728,3751.67510601693,98633.7585795351,39688.2811839486,2617.2354531177,18161.4285707966 -1414,2696.12466803021,3900.34955467923,548.362925796015,1562.70390782494,1071.6439328297,2781.5361634675,1241.61669091314,3277.86045947469,209.754895699244,1198.79466092566,1740.02068930538,6652.62764153095,973.351631365144,3880.79254874483,1108.67948429018,4385.92369026718,833.186718501393,4979.91744021477,253.636291279477,1351.34073693103,488.300993215614,2598.35143693138,1103.17639607258,5963.60140770005,528.89340276093,1736.27879458638,416.34646051057,2364.71130039803,529.488997121689,4227.09354347237,733.050206450443,2830.91277254302,695.334401223187,3606.38127004079,816.391229386866,5083.88142098365,10154.4371263226,3322.05965063027,86505.9194344614,34603.4286453263,2339.35884177523,15776.5575235978 -1415,2155.967321066,3622.55613586606,453.529048690236,1451.40391917992,952.649118685634,2583.42765304563,1059.98633387351,3044.40239355914,192.291463976732,1113.41327070795,1620.0663724204,6178.80955145368,906.250285532359,3604.39203266104,1032.48469943861,4073.54637139039,765.454318839487,4625.23428381281,216.375810396083,1255.09460359582,425.922813325458,2413.28983698392,961.434609862078,5538.85762505714,426.470280997221,1612.616334184,361.078795002442,2196.29018135868,480.18602617144,3926.02853618975,681.48502302048,2629.28752679982,593.186187205209,3349.52506561508,696.459142213974,4721.79366936623,9972.59513867496,3120.95439768456,75604.1167117631,28916.8830970454,2318.60034162605,13002.0837043876 -1416,1954.3248782308,3379.91739553567,405.335816682085,1354.18891257901,962.275719717453,2410.38971851551,1006.08790005205,2840.48837977246,192.246083396948,1038.83687124324,1574.64376520185,5764.95300649564,880.841295220473,3362.96992361409,1008.79333008577,3800.70031375565,769.224096568517,4315.43618041118,206.314021333028,1171.02839117834,413.411805446792,2251.64773010242,932.571148809019,5167.86504782496,370.874704299081,1504.6033231257,359.594306596546,2049.18270723876,489.509111629737,3663.06322032047,682.276033910286,2453.17789880737,565.602169010886,3125.17394112061,664.072781801663,4405.52802017675,10390.5287385982,3118.62224333083,73246.8368934438,27215.4724363431,2386.13486671198,12163.5584765556 -1417,2052.16825733883,3231.11109917343,424.246876972844,1294.56856892154,993.102248743967,2304.26843659434,1060.71760217683,2715.43131293047,202.033236495659,993.100408115932,1654.60962191969,5511.14168355263,925.573462813777,3214.90976694529,1060.08626871282,3633.36837303431,808.911785900599,4125.44216575188,218.067711747198,1119.47198389559,436.334079244316,2152.51531938979,984.331817616498,4940.34148204715,391.026272501154,1438.36074326136,378.07492431068,1958.96414460865,514.471362057916,3501.79097388136,716.951673718661,2345.1727984693,597.824471446677,2987.58313482452,701.904945797799,4211.5675674543,10829.5024457187,3254.62597708665,76978.3936362081,28744.4860924171,2491.18022848853,12848.6052805688 -1418,2138.32637879886,3155.01844550355,438.606419409311,1264.08148421806,1071.11807145498,2250.00292398072,1110.46499903059,2651.48291619721,213.052611110006,969.712897413032,1745.56670314668,5381.35431859341,976.45402069487,3139.19865458562,1118.47509032653,3547.80256214805,852.024235705531,4028.28801898362,227.935262617694,1093.1084230804,456.623284751462,2101.82359208913,1030.05675159326,4823.99645958707,402.609978699081,1404.48735341805,394.419720783814,1912.83054671239,542.382952776116,3419.32381022734,756.266109794196,2289.9439882945,624.875992904681,2917.22556375668,733.666102474407,4112.38516781488,11605.2234346233,3471.82988640835,80875.3915385825,29903.8687285883,2664.54325677436,13365.0926586367 -1419,2358.44529906477,3135.32922361333,493.953118453144,1256.1928517869,1207.73504185401,2235.96154590667,1212.90414137738,2634.93606033032,232.143444571358,963.661302870315,1902.16378535942,5347.77141533029,1064.05299372756,3119.60815775169,1218.89370570375,3525.66212998404,927.99576727992,4003.14906717922,248.416139106236,1086.28676588129,497.100260054118,2088.70694260084,1121.41154997203,4793.89180621306,454.000813692524,1395.72250350636,433.657326883524,1900.89332804848,590.945380435398,3397.98516312369,824.086501614603,2275.65335384005,681.023549383477,2899.02031316282,799.588876581594,4086.72139897619,12773.5823303688,3826.93206066738,88555.4597272222,32615.967492704,2925.45935908245,14599.7176338046 -1420,2902.93651408006,3165.28543045718,621.054088019144,1268.1950277053,1463.98388748013,2257.32482924534,1484.93045749911,2660.11130797229,284.268862200293,972.868513742712,2328.97746480135,5398.86619206529,1302.80865550053,3149.41415915708,1492.22444328091,3559.3477357035,1136.68435510653,4041.39677672756,303.787483955597,1096.66559015448,609.044850281105,2108.66329574472,1373.85218594038,4839.69459255282,574.135656296422,1409.05780229947,537.484060675705,1919.05523375658,723.698422951951,3430.45089132609,1009.03862488531,2297.39586880758,832.822019237811,2926.71872884803,977.815265503846,4125.76759247285,15532.8163177567,4660.68980322479,108535.637340361,40105.2354155529,3561.71001231369,17931.1668143707 -1421,3966.71376572023,3165.87025552256,831.230609321128,1268.42934219487,1857.15889805828,2257.74189752239,1958.70751019224,2660.6027959609,355.679770307701,973.048263059057,2908.74624916396,5399.86369840181,1627.12600157715,3149.99605181163,1863.5323781298,3560.00536858306,1430.99866006935,4042.14347404321,403.843744289587,1096.86821248967,794.650670406,2109.0528969914,1793.78804634052,4840.58878512051,777.088200387351,1409.31814290365,692.155841333095,1919.40980260265,906.606615131666,3431.08470894251,1260.95343032199,2297.82034069762,1107.12251273977,2927.25947580737,1299.87112340122,4126.52987832511,18684.0586533367,5760.74218472157,140490.787975337,53728.9209040976,4274.79513155514,24270.6152635159 -1422,3988.01885998779,3214.21605689218,851.231003398423,1287.79944522489,1888.34434996138,2292.21972905421,1955.61565580866,2701.23269040228,353.218898354926,987.90762059806,2888.5884161602,5482.32467017744,1615.8498944828,3198.09943923578,1850.81998184097,3614.36998195408,1421.24654206883,4103.87078746128,402.703379493464,1113.61841652509,791.274754566518,2141.26010834446,1786.26410792524,4914.50910561034,797.826735495742,1430.83974976184,694.866491775895,1948.72098643959,900.340879455333,3483.48058319905,1252.21945190955,2332.91020756145,1103.99624532477,2971.96146728281,1296.20057683566,4189.54585110394,18644.2338817703,5763.53221375482,140287.422430329,53627.012020926,4258.6178198908,24261.6598161296 -1423,3882.28554408011,3381.73686250025,823.819087714261,1354.91789548063,1837.70797136939,2411.68727225762,1900.53930535035,2842.01746293203,343.226375003608,1039.39609478263,2806.79068869083,5768.0563786554,1570.09299517487,3364.78026746656,1798.34439604948,3802.74629531492,1380.75469180305,4317.75925303371,391.327145437237,1171.65877565908,768.791325484057,2252.85983033486,1735.5199920165,5170.64699739103,775.048740668487,1505.41327666032,673.54060350043,2050.28581710917,874.88707231215,3665.03510949365,1216.77067938998,2454.49848615397,1072.80872536949,3126.85627535515,1259.58334962379,4407.89959076744,18113.7355045835,5601.39003112604,136361.273827914,52131.1657564125,4136.70711332131,23589.3791700386 -1424,3749.17166903315,3634.18772104311,782.665578371538,1456.06419984337,1731.99079799921,2591.72272361683,1821.42197919928,3054.17759770389,325.364191979397,1116.98830469218,2659.36021497271,6198.64895404538,1487.62173894874,3615.96529512185,1703.67796793835,4086.62603111529,1311.48427461595,4640.08534602365,375.387167704433,1259.12455903045,735.606157986195,2421.03861581384,1660.7654651501,5556.64222019745,739.315556492948,1617.79424821638,639.712977010109,2203.34220080569,829.641040039181,3938.63453416839,1153.04546971486,2637.72984782285,1029.10987290465,3360.27998138233,1208.27658294605,4736.95477196721,16945.277956943,5274.53713487486,130115.411100652,50177.5313931087,3869.67481931594,22741.2254177681 -1425,3605.99027598493,3839.0725533744,732.024845182637,1538.15282386274,1636.28820735176,2737.83644047376,1759.79181237302,3226.36316241543,313.301568583553,1179.96082540093,2560.23836556539,6548.11058044304,1432.17388455394,3819.82280058779,1640.14814421218,4317.01800683453,1263.74598395102,4901.67973274676,363.248025210027,1330.11030439176,711.468481454249,2557.52966386741,1606.3002317444,5869.9093921209,693.466083385279,1709.00073746102,609.316024714637,2327.56016422199,798.99339825605,4160.68318385005,1110.1410215508,2786.4373112478,995.830868014891,3549.72269965064,1169.2037459529,5004.01037247891,16170.0284662518,5039.7701831242,125204.800363901,48507.4364905208,3696.96927907508,21990.1233575759 -1426,3491.09656694297,3937.3886792887,703.10369337019,1577.54390715274,1576.45003394838,2807.95063302212,1707.03831925343,3308.98820336249,303.812486565269,1210.17884693379,2482.60529975621,6715.80339045825,1388.74665882169,3917.64595297985,1590.41128230836,4427.57400181337,1225.62023570298,5027.20853041762,352.630130607812,1364.173555437,690.470443169125,2623.02631832406,1558.90971265139,6020.23391526492,666.523184640358,1752.76712357534,588.838578017272,2387.16745087711,774.812876703565,4267.23554672045,1076.491099482,2857.79614016707,966.72230729498,3640.62876590691,1135.02742211504,5132.15979060457,15642.9704877101,4875.65795018213,121330.848165057,47057.7396890664,3578.11666835423,21332.6989343951 -1427,3332.80126703558,3983.97999915902,672.673305429458,1596.21106418863,1487.09563975599,2841.17725522768,1609.76611511307,3348.14362854084,282.949624139818,1224.49895458645,2311.01688651419,6795.27183247336,1292.76167256319,3964.00365616878,1480.35883175575,4479.96570945785,1143.35708043231,5086.69574384096,332.14354288906,1380.31589028302,648.98063225445,2654.06472173801,1465.35409590885,6091.47164841422,637.247342723414,1773.50770581509,554.540032638215,2415.41492435435,721.83834328003,4317.72996129655,1002.24074975669,2891.61258678589,910.559093692284,3683.70851067626,1069.08626499874,5192.8888976108,14455.8441842789,4539.6062478897,114084.691134827,44533.8498706877,3301.25259875798,20229.3756633279 -1428,3194.9265262757,3906.19783684882,624.916385462568,1565.04706534771,1366.706334475,2785.70686871348,1547.37463440915,3282.77536584674,269.26400732009,1200.59216377565,2198.07010153192,6662.60275865095,1229.58027587312,3886.61150664809,1407.93929272484,4392.50005450207,1090.01469739822,4987.38445361019,320.755886372414,1353.3669712021,624.471531947952,2602.24747039348,1410.20834327257,5972.54338156424,597.430264292397,1738.8822146577,524.080056587331,2368.25700796615,687.169460170492,4233.43175379247,953.419202557514,2835.15751431788,879.340259489207,3611.78876877459,1032.43227176867,5091.50432058529,13450.4585906153,4249.89468900626,108851.253264442,42995.0557349494,3079.72468898064,19549.4768585664 -1429,3166.01272892459,3793.45595245164,614.308134129055,1519.87619518515,1344.88571382964,2705.30493955511,1531.7047856627,3188.0268927134,265.590882448641,1165.94030317103,2167.75107445626,6470.30466690706,1212.62008991276,3774.43492894235,1388.49896451426,4265.72236580241,1075.70617360652,4843.43702826247,317.340503214254,1314.30567707745,617.922267391393,2527.14060286302,1395.40988242968,5800.16199598018,586.686503622854,1688.69406090474,516.39484097939,2299.90364519067,677.865596597759,4111.24514335329,940.314390532336,2753.32832540387,869.977114368108,3507.544209527,1021.4390150811,4944.55175558611,13214.2799751147,4183.28203266638,107548.766874662,42580.1253006742,3025.44361579185,19369.1321667101 -1430,3188.3983450914,3670.38209133242,619.077487385585,1470.56574210245,1359.73111805547,2617.53475622116,1540.03911316113,3084.59540861127,267.399277528169,1128.11285064636,2182.5778503455,6260.38384854108,1220.91405250089,3651.97818077635,1397.93202799068,4127.32642062672,1082.96529355161,4686.29786449525,319.236922972306,1271.66469840356,621.095616108471,2445.15073518458,1402.6208222956,5611.98310556737,591.392894797994,1633.90652654829,519.963442055283,2225.28619203879,682.467182245548,3977.86101549143,946.736659624223,2664.0000843003,875.176078168914,3393.74639183154,1027.54311181702,4784.13205289509,13331.290045216,4218.51742528902,108275.493173645,42823.4196297938,3051.05510446192,19480.2414522183 -1431,3243.26247373703,3616.77283916175,636.205972975586,1449.08679856464,1393.03005752222,2579.30329221551,1573.20024865334,3039.54210108363,274.540157018461,1111.63574151102,2241.3840337453,6168.94527673293,1253.80969270698,3598.63773437504,1435.69787422936,4067.04308298823,1111.19842615269,4617.85024304518,325.687948438599,1253.09088461609,635.27440177412,2409.43709581516,1434.50026576651,5530.0150134185,606.883551473771,1610.04184302886,533.950661651961,2192.78387330128,700.583352676011,3919.7607553624,972.173150963386,2625.08995212654,892.86132308104,3344.17765440972,1048.30733520424,4714.25547458268,13750.1695400162,4337.00077129572,110776.183022549,43672.265911664,3148.66929845126,19844.6429015455 -1432,3368.89935439636,3604.62140808143,665.012254719555,1444.2182377937,1440.52238177505,2570.63749328802,1624.85302029759,3029.33001754962,282.40624561286,1107.9009299262,2305.19216397952,6148.21919945299,1289.50337614395,3586.5472326054,1476.47718384647,4053.37885912864,1143.53320360176,4602.33544809871,336.678730414589,1248.88081995377,655.259604447225,2401.34200383285,1479.75354905745,5511.43557829859,634.448947138354,1604.63251450257,553.04507525916,2185.41668069744,720.742632902089,3906.59136242891,999.905973997064,2616.27032174016,922.992140582344,3332.94207338349,1083.68388941909,4698.41678273173,14097.6551690059,4460.41067755538,114385.668106306,45206.3694261682,3226.58939617523,20557.4671677858 -1433,3472.97607631907,3730.81434462023,695.862545002036,1494.77837152133,1481.59107884053,2660.6320467597,1652.59671080719,3135.38277798728,283.783931590214,1146.68704805444,2315.52516792847,6363.46006594836,1295.28356388105,3712.10741662442,1483.04132796516,4195.28218911246,1150.64199270285,4763.45700827979,341.976826378298,1292.60245399379,663.834235926952,2485.40975042567,1499.26725371279,5704.38350858902,663.638804575359,1660.80853582251,564.553860676509,2261.92517279034,724.449892726249,4043.3558600199,1004.51401501214,2707.86241902381,937.516672406889,3449.62388263286,1100.73712362072,4862.90202092257,14110.929104582,4498.76473848056,116151.470979698,46114.0343699244,3222.44566861285,21016.1504514122 -1434,3494.49325969598,4016.01558961592,702.153039121568,1609.04636053699,1461.32908380517,2864.02345199151,1647.18625982418,3375.06639373982,278.729549662916,1234.34527586123,2273.04852088933,6849.91330796129,1271.52251670236,3995.87861480951,1455.82883387924,4515.98957171606,1132.40805554099,5127.59838433187,340.826181367797,1391.41515146696,659.918039660771,2675.40632749147,1490.5681102623,6140.45379467239,674.210596285025,1787.76866258386,561.08243290138,2434.8375226898,711.805824425648,4352.44926931837,986.257547850008,2914.8643392068,934.36222216887,3713.32958739741,1097.03348763877,5234.64544810733,13673.2517347835,4400.57755487338,115222.686817896,46147.3258012125,3120.88654635371,21074.3035494461 -1435,3498.03459942932,3965.65537749222,718.956703472217,1588.86916893369,1468.40470493462,2828.10904246021,1626.66648140832,3332.74358504361,272.539218126299,1218.86677769828,2221.90618551272,6764.01645833006,1242.91396286355,3945.7709172242,1423.03407114012,4459.3597634633,1108.13688389587,5063.29909650345,336.269291167472,1373.96702144446,649.148880304859,2641.85714742405,1466.41241332159,6063.45345721477,690.824732306844,1765.35032105436,558.861809170444,2404.30503809326,696.135532899425,4297.87023107278,964.15848357098,2878.31239284139,921.869678207991,3666.76501075829,1082.36600778382,5169.00380671513,13357.1101006129,4328.38933580736,113791.183733386,45701.8125167465,3041.45267324724,20911.3275290733 -1436,3426.39254870742,3702.74259020622,703.75735635225,1483.53121541204,1435.00539392696,2640.61266157899,1603.12811969151,3111.79122740142,270.396385850913,1138.0590343745,2204.91117385487,6315.57950377237,1233.40710905203,3684.17641868876,1412.17786565747,4163.715640785,1098.62818323124,4727.61534398176,331.724965673607,1282.87652949267,641.249371132854,2466.70878980758,1448.49165079097,5661.46203404089,678.497014695973,1648.31211948019,551.345085853485,2244.90577646337,690.562738492407,4012.93245048343,956.718185552538,2687.48765850446,909.411579919692,3423.66788871062,1067.73897054891,4826.3121028347,13255.7131781053,4279.54235506576,112268.302536748,45015.5858138472,3023.92984040934,20570.108284046 -1437,3122.35050812366,3534.44201574326,643.272884377019,1416.10034499508,1305.49431660131,2520.58902584114,1445.40414013657,2970.35113578779,241.1276273826,1086.33089378903,1965.51452385848,6028.51778326207,1099.49081641855,3516.71973149472,1258.80815329904,3974.46248122213,980.696652244944,4512.73127930588,299.112942412952,1224.56600651715,576.128453642678,2354.58959808858,1301.57336268641,5404.13188229079,620.866286052657,1573.39147084084,496.319264246736,2142.86818605853,615.96615936856,3830.53283175654,852.943851155798,2565.33341586692,820.006938524592,3268.0520827498,962.769095661319,4606.94197929625,11776.5119526439,3828.804646026,101036.551635274,40678.6889109729,2680.75111352233,18629.9380351278 -1438,2697.04006654562,3469.33113671978,547.347026332853,1390.01318955798,1123.24359519036,2474.15517110582,1269.71744213267,2915.63184131413,215.720966519875,1066.31869410096,1759.26335726656,5917.46147215879,984.115803519506,3451.93532932405,1126.63013907952,3901.24562134848,876.245399460037,4429.598524805,262.72978231099,1202.00726351006,509.151025881483,2311.21375607781,1149.98943864214,5304.57790017778,524.217919675614,1544.40672550956,436.226959468412,2103.39263925249,550.886733042536,3759.967418972,763.323112962878,2518.07528772352,720.263866598701,3207.84859296144,845.660882736493,4522.07369158745,10566.0627177917,3397.20471088055,89015.551432785,35635.2450028043,2413.48947514076,16255.5136899762 -1439,2187.42973015385,3267.24048399747,456.943129357681,1309.04407427313,1014.05956170824,2330.0341247828,1098.03723891116,2745.7945099413,202.682142290412,1004.20498041705,1658.11606301969,5572.76573564907,927.534933838773,3250.85799298253,1062.22541675054,3673.99568671301,814.775038116772,4171.57171159569,226.010286708594,1131.98960797737,448.385757974292,2176.58414646719,1011.84171990849,4995.58300519152,425.874031499464,1454.4440926771,390.034894447591,1980.86873633103,516.502567182754,3540.94702571167,718.719768917342,2371.39586784517,619.598743484375,3020.98945774529,727.47009069296,4258.66014356408,10619.4176057659,3247.51627534346,78971.139028223,30080.0981217914,2438.87161943464,13522.9358201724 -1440,2198.89127037772,3060.21128889101,500.44437924348,1226.09629544172,1149.99694846483,2182.39115457996,1087.39535356243,2571.80681907339,224.448623120284,940.57337759017,1818.09424320868,5219.64657885021,1017.02526210144,3044.86687693553,1166.46622587758,3441.19238571014,889.029093339813,3907.23942935001,216.94622310842,1060.2609125978,457.778684009731,2038.66455770975,1030.72073629775,4679.03712076157,444.772596002929,1362.28301934653,421.034281645354,1855.35068459815,575.761072757936,3316.57437354901,789.022292177737,2221.13200444014,594.749952310676,2829.56399674068,698.295156820297,3988.80948945021,12292.3791319761,3633.63586417831,83136.4995169951,30099.1117792398,2775.15224952152,13300.1082226141 -1441,2264.57172829027,2909.26061714729,510.744991917281,1165.6167919214,1154.18812605575,2074.74061032268,1106.15439952065,2444.94761548066,224.053070911884,894.177828470114,1813.88932625712,4962.17770400407,1014.67307008459,2894.67309714257,1163.76969944748,3271.44910552946,889.467131122071,3714.50750307257,221.068849659413,1007.96155092914,463.892840653513,1938.10359789514,1044.69292702011,4448.23482320234,457.622994758273,1295.08584978444,423.810770490292,1763.83202600848,574.956078564196,3152.97811096655,787.340843106316,2111.57049497221,606.051978727482,2689.99043605213,711.564851552426,3792.05396669399,12120.2544186761,3613.98713631461,83962.015187644,30768.7963271414,2734.34118702856,13650.2862616151 -1442,2414.16476019089,2826.79983540456,550.684949423113,1132.57826958766,1280.96692312538,2015.93366410679,1204.14555478847,2375.6474329861,249.869461170104,868.833037316629,2024.57658813572,4821.52854723662,1132.52959404308,2812.62578757081,1299.14178567983,3178.72236627362,989.107634841694,3609.22261017324,240.479133048807,979.391646615191,507.551411914214,1883.16952397998,1142.77829239123,4322.15298689846,490.210427841927,1258.37762537591,466.167899211302,1713.83754738727,640.852492446993,3063.60934203758,878.550946458512,2051.7196336592,659.264544287609,2613.7447009915,774.041656583272,3684.57107820296,13770.0149269403,4057.39483053682,92166.6340961872,33210.7516593161,3109.80296196382,14665.1109350579 -1443,2752.50232197883,2814.06357295572,634.119035848372,1127.47539180174,1518.6246229051,2006.85079240715,1401.45410818413,2364.9438561663,297.643594992051,864.91847447815,2413.52271663806,4799.80495286921,1350.10249476648,2799.95338687507,1548.92417891459,3164.40050244661,1174.77868950772,3592.96110986334,279.629320646626,974.978957433853,593.650548027376,1874.68482655193,1336.35889409421,4302.6793495734,561.513271428079,1252.70795343953,547.534715027875,1706.11578211587,762.99263881113,3049.80612465648,1047.06576190076,2042.47552680789,766.593318548502,2601.96836717785,900.056232898346,3667.97009228395,16681.7287345181,4862.42426139974,108147.545094613,38331.6174396676,3770.94217434983,16847.2095368851 -1444,3340.37775219896,2837.9115683752,768.246069411999,1137.03026761822,1815.88043189129,2023.85800182661,1686.6939845136,2384.98575244441,355.958688174859,872.248291762952,2885.58658703656,4840.48126438914,1614.17069877408,2823.68180445124,1851.66708584115,3191.21745477598,1406.1993267901,3623.40993160065,336.134827483023,983.241490638301,713.512749939515,1890.57198545845,1606.18690162506,4339.1427324217,679.435653184812,1263.32412210846,658.73706493303,1720.57438985595,912.647642798004,3075.65193823017,1251.97710630878,2059.78464074399,921.501051048839,2624.01894567168,1081.93320310867,3699.05458333818,19829.6353327398,5798.9139364488,129924.813692618,46290.1808043013,4481.0546617274,20363.1948174326 -1445,4035.92290128772,2819.52197384943,874.000413628051,1129.66234050659,1837.90269788859,2010.74345363346,1864.18301588231,2369.531105645,347.750837182475,866.596145096345,2807.82829382734,4809.11506934851,1570.67342198159,2805.38441843248,1801.12724488348,3170.53844712441,1393.95135320056,3599.93032773092,376.932969213078,976.870110876068,768.580033666046,1878.32112724926,1732.64368527529,4311.02519827163,807.461361036329,1255.13781404337,684.827040838082,1709.4251117271,893.954368601962,3055.72179217603,1219.84659732815,2046.43728884769,1033.34762989519,2607.01536988145,1213.25212799785,3675.08480405601,17684.9135488119,5507.5991003286,137470.716365791,53084.9048813545,3974.99748681465,23948.0480261801 -1446,4008.71104312635,2776.95946918412,864.387895897531,1112.60935809185,1823.04142344398,1980.38998293178,1852.62115872843,2333.76150367914,343.973170924169,853.514316754272,2777.16507047547,4736.51837229363,1553.52069577788,2763.03532929434,1781.66210119894,3122.67712215555,1379.20396750898,3545.58705508047,375.023618134814,962.123625820378,763.230188320045,1849.96665706496,1720.70326544127,4245.94748942044,803.731223462384,1236.19069834031,676.524484745002,1683.62023594756,884.277029375799,3009.59369874684,1206.54831794743,2015.54499665714,1028.11321536392,2567.66078961137,1207.10640860472,3619.60702606073,17468.6287975627,5450.21673248617,136287.131185381,52730.7568199889,3926.02421182309,23816.4333136922 -1447,3919.30394307316,2874.04095950239,845.371194820512,1151.50577549521,1789.34957024191,2049.62369451017,1813.80662770553,2415.34895475243,338.071677704807,883.352866001382,2729.80252091758,4902.10532723654,1527.0265194953,2859.63003676002,1751.23039704348,3231.84477554254,1354.58667521374,3669.53948549224,367.082289427291,995.759116903903,747.73788612161,1914.6408167349,1685.72060533213,4394.38426520354,785.415405400854,1279.4074743301,663.797475620417,1742.47898539982,869.045953190993,3114.80799689166,1185.93055701741,2086.00771469475,1006.34235988458,2657.42527442054,1181.54527508635,3746.14716766376,17211.6384277839,5359.628176277,133637.75375714,51597.6676227162,3868.88872433294,23288.9121457038 -1448,3823.38694982717,3125.71204919036,824.923536655877,1252.33965969673,1720.03342278676,2229.10305333495,1755.74501467624,2626.8537704404,324.612981974326,960.705409510036,2620.18933614328,5331.36789059418,1465.70990821881,3110.03920545205,1680.71057661063,3514.84766514088,1302.67833940713,3990.86997937872,355.305127613528,1082.95473643374,722.60473764789,2082.30013248528,1629.15401798714,4779.18722804055,764.134549254766,1391.44132414529,642.337591707513,1895.06260936107,834.645855217315,3387.56232913411,1138.4454152588,2268.6731123186,974.055711485131,2890.12798255924,1143.63756257674,4074.18596498858,16385.2064177137,5129.4304721338,129085.497257655,50121.1360169753,3681.15783686531,22646.8272531037 -1449,3709.78903949973,3356.78418980897,798.444915774845,1344.92042254168,1652.70700268543,2393.89226170973,1696.2584223911,2821.04719397887,311.469793013311,1031.72674864358,2513.47799067389,5725.49587535976,1406.01655926256,3339.95271165546,1612.22018482782,3774.68713888344,1251.05795600626,4285.89999319732,343.159800343881,1163.01350870792,697.272553250148,2236.23675283021,1572.09329809524,5132.49457235798,741.104788537438,1494.30535008739,618.678805307469,2035.15746354471,800.982580930356,3637.9920765175,1092.17002172377,2436.3875863896,940.759751265487,3103.7842788149,1104.54481835251,4375.37521639517,15628.0502235012,4911.98436777336,124413.97075272,48507.5217666794,3509.75137439487,21939.8140321275 -1450,3624.63000174272,3511.11386622704,781.189527456819,1406.75374928609,1622.72920281475,2503.95254477798,1661.20098933399,2950.74611889893,306.119267893946,1079.16085410483,2470.61604207916,5988.72814643036,1382.03997792385,3493.50855322739,1584.75060023035,3948.23009302745,1228.99646446429,4482.9461903042,335.976216235266,1216.48358254039,683.332664511387,2339.04875233446,1540.60970681706,5368.4633394221,724.408087992417,1563.00671666583,606.839944616158,2128.72475147529,787.156981611966,3805.25041313771,1073.50005639304,2548.40161129417,921.066224248501,3246.48216951495,1081.42267351963,4576.53507749198,15407.0166100165,4832.23296838277,121986.715711908,47457.6134587255,3460.77809940331,21451.9576355024 -1451,3480.60698744528,3647.11892728147,750.083517346479,1461.24518330095,1546.25035007306,2600.94461957385,1589.01812389564,3065.04500561895,291.638681402404,1120.96278461521,2353.30473302517,6220.70505410863,1316.41710645623,3628.83166212629,1509.40327842358,4101.16710826477,1171.70287068365,4656.59574812136,321.189489713016,1263.60478971813,653.144203810602,2429.65318172381,1472.55764788534,5576.41392492422,694.772070154319,1623.55070128945,580.37772101342,2211.18215696627,750.014100412478,3952.64902636535,1022.59102428371,2647.11544682913,880.528966821603,3372.23656612513,1033.82793152427,4753.80985590891,14611.7050215587,4595.19636507812,116559.732767506,45472.5510553456,3281.20942443427,20563.3086995563 -1452,3428.31768353024,3572.000986256,737.396588761624,1431.14862443037,1512.86328823573,2547.37422375204,1560.20489153437,3001.91575906484,284.948888758003,1097.87485739776,2298.91863233318,6092.58020687759,1285.99402001967,3554.09037503858,1474.49178817654,4016.69735690301,1145.55626577936,4560.68610224437,315.491415640218,1237.57893425081,640.693063734905,2379.61079263365,1444.55706903713,5461.55922983527,683.943772918678,1590.11121432371,568.605020526888,2165.63950969444,732.894550845013,3871.23822995948,999.016598311556,2592.59409285432,864.907909978564,3302.78024387491,1015.48726870365,4655.89793816714,14215.6955939929,4483.89901125297,114259.528424473,44708.3800843832,3191.42508694975,20234.6485665455 -1453,3450.18188347528,3414.03237590878,744.500769293733,1367.85733188273,1537.15568817191,2434.71883319959,1577.85596536399,2869.15866782565,290.301283871876,1049.32230485772,2342.70476944057,5823.14119148745,1310.48758394486,3396.91384576171,1502.61795505996,3839.06243964047,1165.98317500913,4358.99375989243,318.548090460412,1182.84809145687,648.948700076233,2274.37459266452,1463.00149398615,5220.026563639,689.163240954402,1519.78994067604,577.280010870115,2069.86600202304,746.534493499949,3700.0361149929,1017.95738570942,2477.93889325656,873.287669614349,3156.71768470579,1025.32593375315,4449.99493588895,14573.5095765056,4576.1117908607,115825.407202149,45115.7544840645,3273.04721193568,20389.045251907 -1454,3486.30079425244,3267.89029452812,754.62043118404,1309.30442567019,1563.03028965734,2330.49753747571,1597.62088717213,2746.34061182646,295.574568544069,1004.40470338646,2385.64992315766,5573.87408438484,1334.51070946669,3251.50454525434,1530.11888866496,3674.7263954253,1186.50472444978,4172.40138153913,322.730675335397,1132.21474560389,657.634240663908,2177.01704000722,1482.56875003181,4996.57655998476,695.755875236172,1454.73336219745,586.274880629841,1981.26270468782,760.013437316136,3541.65127282083,1036.56188329301,2371.86750683679,884.754069532679,3021.59029223306,1038.78861920277,4259.50713423444,14896.965746294,4664.42340284122,117546.953609677,45651.4352338535,3346.50712442301,20614.2572036146 -1455,3490.14369818641,3210.25222084929,753.606142864465,1286.21130498583,1551.60075017635,2289.39291747109,1594.4907643738,2697.90147578916,292.897903488505,986.689313003218,2363.52580747579,5475.5637568655,1322.13468185747,3194.1554785307,1515.9632663121,3609.91266802333,1176.89717861452,4098.8098112684,321.95151704935,1112.24507984227,655.588258161276,2138.61946320908,1477.99406260436,4908.4484339003,697.012877266486,1429.0752093354,583.243330691316,1946.31778443112,753.239880154532,3479.18468471369,1027.02378407729,2330.03321565988,882.618036248352,2968.29638448389,1036.28070526102,4184.37921869529,14683.8566975991,4615.13151311243,116989.150543439,45613.6164441709,3297.53384943145,20619.0377190012 -1456,3666.5607388698,3215.51567795349,793.51871676977,1288.32014801902,1643.47988231435,2293.14655444002,1680.09561452863,2702.32489417259,310.762474024461,988.307066536862,2508.21961144277,5484.54136764898,1403.07507009843,3199.39254377941,1608.73578765927,3615.83139937866,1247.49786506047,4105.53012734817,339.396773773916,1114.06869177814,691.55646845441,2142.1258954245,1559.04610356559,4916.49621519681,731.752198924576,1431.41828880254,616.443637121548,1949.50892315317,799.06944972299,3484.88907741737,1089.82046856305,2333.8534855447,930.443554740082,2973.16313625835,1092.4325852325,4191.23983244466,15660.1250185655,4903.94549749169,123603.539224859,48009.3981340563,3517.91358689346,21679.9450102205 -1457,3764.57621339692,3369.13056467879,812.834227622557,1349.86708898428,1674.08104082584,2402.6970848946,1718.54728976988,2831.42310860814,316.033888702146,1035.52147731296,2550.24057664718,5746.55445833553,1426.58121303377,3352.2371797338,1635.65174563865,3788.57057606551,1269.60751151857,4301.6636899316,347.329537006582,1167.29111487658,706.587034008192,2244.46171329444,1593.02444217988,5151.3720748796,750.819493636495,1499.80145975037,628.896650169969,2042.64284703773,812.734050202632,3651.37274426686,1108.1541440795,2445.34870893095,952.190928290634,3115.20011077028,1117.96614864838,4391.46800626881,15846.72124923,4979.50012216692,126186.274113369,49186.6787722158,3558.72464938642,22233.8705039195 -1458,3791.28220263693,3746.4747450023,815.134230436947,1501.05282680593,1661.25854968193,2671.80026883478,1720.23638841154,3148.54380534452,312.648034663225,1151.50036134926,2521.93389322153,6390.17121350029,1410.74671367394,3727.68929313601,1617.49835715195,4212.89223151298,1257.98148646023,4783.45201126351,347.66772330047,1298.02825921875,705.830764244604,2495.84246248524,1591.43863463547,5728.32812802745,756.195994404949,1667.77991639159,625.910983571778,2271.41978993505,804.233018497116,4060.32817914545,1095.99566963593,2719.2288944751,953.118053360063,3464.10396289937,1119.05468500426,4883.31445253451,15528.9055924462,4912.33337465308,125768.380950689,49354.9972683985,3485.26473689909,22351.26855386 -1459,3787.44506836416,3793.91081288963,813.223512790071,1520.05843838515,1661.18748746777,2705.62932349554,1718.70227378999,3188.40915820611,312.490748777119,1166.08010711857,2520.71402069725,6471.08049919604,1410.06432816044,3774.88750863392,1616.71939505876,4266.23385410437,1257.01675664007,4844.01778837032,347.66772330047,1314.4632710138,705.16999167593,2527.44362372207,1590.00344949484,5800.85747373424,755.198566484098,1688.89654648249,625.11594370104,2300.17941883679,803.818192487894,4111.7381088154,1095.45850104093,2753.65846766563,953.118053360063,3507.96478725755,1119.05468500426,4945.14464001799,15528.4175916645,4911.35735011734,125679.70738925,49310.7290809316,3485.26473689909,22334.5657078127 -1460,3695.65811787159,3630.48380795185,793.043118505593,1454.58019965805,1617.54702565332,2589.08127621186,1675.40493323803,3051.06482278539,304.148986829979,1115.84988589764,2453.28821137208,6192.33137807756,1372.34694818551,3612.27995407119,1573.46465726171,4082.46099925188,1223.70849341361,4635.35623619858,338.951519044329,1257.84127696147,687.201802728516,2418.57112725467,1549.51307756505,5550.97896847721,736.766584206835,1616.14541503689,608.949726270339,2201.09658537563,782.389383989455,3934.62033316046,1066.17609930447,2635.04151060295,929.222905560789,3356.85523121291,1090.99942259539,4732.12693418354,15093.3226146451,4778.25975348056,122451.068659399,48088.7232501144,3387.31818691597,21786.7259689504 -1461,3337.06545026506,3542.10976487742,711.814397207894,1419.17248541946,1439.34581279484,2526.05728482923,1501.92500777367,2976.79512531941,269.600892399743,1088.68762017842,2173.74278875478,6041.59627254183,1215.9717999947,3524.34903325045,1394.1110536601,3983.08482701629,1086.05026881682,4522.52136532383,304.450584738221,1227.22262526896,614.63644197188,2359.69773178312,1386.10837650474,5415.85580572106,664.165870073369,1576.80484444677,542.534166156874,2147.51700349706,693.702197424117,3838.84293124983,944.814611345809,2570.89874498838,834.639885219492,3275.14191571814,979.949619623296,4616.93644948857,13246.8184643702,4223.49779099342,109370.96723521,43245.5275872317,2971.04534948775,19634.2319614229 -1462,2979.83643875329,3556.92541093932,646.224994062028,1425.10848363534,1331.39590671172,2536.62306995402,1362.82068573074,2989.24621969623,252.056503619523,1093.24129341928,2034.26129537438,6066.86656566217,1137.94713054019,3539.09039118153,1304.65138337618,3999.74494738205,1012.12725396617,4541.4377965763,275.001331079132,1232.35575136105,560.954701917772,2369.56768182076,1264.56692031656,5438.50880296453,593.997422966534,1583.40017435881,501.432328423864,2156.4994613958,648.145309883742,3854.89972845035,883.904730251452,2581.65208929307,753.905858333138,3288.84091056774,885.159902118801,4636.24779240747,12681.9014880355,3973.25885525921,100300.455225158,38978.3926202268,2848.61216200886,17595.7146010729 -1463,2394.06443225856,3349.50632825383,533.614674183664,1342.00449346061,1168.8050365186,2388.70205123641,1144.39820300037,2814.93086663778,225.151267122863,1029.4898564233,1821.04215115813,5713.08239747165,1018.67429479936,3332.71134251713,1168.23756067089,3766.50321973424,897.209622353534,4276.60771075499,229.331233711111,1160.4919729688,477.044627230381,2231.38835609949,1074.64595145452,5121.36678373114,481.820838968184,1491.06553875485,432.797626874839,2030.74502788455,578.138345623936,3630.10452665596,790.694790170622,2431.10524157809,628.702995418674,3097.05494770485,738.159381221682,4365.88894224822,11918.3410110709,3606.43415207999,85983.120040954,32120.4056640676,2685.367912037,14332.2762509117 -1464,2209.07818778644,3159.3071836602,514.549629637363,1265.79979889295,1116.8831956912,2253.06143966274,1066.1735629657,2655.08717910433,237.805934188091,971.03106552392,1947.92006034461,5388.66940089776,1089.64863473101,3143.46588829083,1243.47846118255,3552.62522689101,918.100127853728,4033.76382612433,214.730325851055,1094.59432748457,463.177411281592,2104.68068189499,1042.07452475693,4830.55390387499,453.709606963096,1406.39652720172,442.984118730737,1915.43073098851,605.494279193357,3423.97182885169,807.780327301533,2293.05679740444,588.675152900664,2921.19106088544,691.162742618017,4117.97529145082,13000.1902982626,3762.35931547581,85501.9798329788,30800.7809525115,2847.99708498045,13412.2573356899 -1465,2317.6812949387,3054.75288799729,537.345427265238,1223.90934673687,1158.99806072636,2178.49849335364,1113.15836947516,2567.21956959468,246.003231762536,938.895706971976,2014.56984044672,5210.3364623709,1126.93191106861,3039.43584537812,1286.08150167286,3435.05444103234,950.822696356612,3900.27021148243,224.394373774946,1058.36975915559,482.687953513518,2035.02825701242,1086.0740406085,4670.69127206335,476.153464770627,1359.85315874269,459.700901139722,1852.04135498691,626.469921199501,3310.65870602946,835.541754221391,2217.17024240034,615.168778645832,2824.51699403708,722.268874653142,3981.69477767815,13379.2060853196,3886.79471414887,88925.0567156152,32210.5321446272,2930.15084704719,14056.3383835018 -1466,2423.09433792152,3006.40708662767,565.724680492012,1204.53924370685,1242.27950117065,2144.02066182183,1179.33961277184,2526.58967515331,264.376729530012,924.036349432972,2166.17196524181,5127.87549059527,1211.73675068614,2991.33245795398,1382.99293614492,3380.68982766132,1020.04771552532,3838.54289806435,237.767163294798,1041.61955512016,512.953087765036,2002.82104565936,1154.05517375824,4596.77095157352,499.676034506473,1338.3315518845,489.886460059936,1822.73017114997,673.021333665908,3258.26283177292,898.137550442074,2182.08037553651,651.829780691569,2779.81500256164,765.312510173006,3918.67880489932,14537.2508837313,4194.87107880802,94676.6239766592,33954.9292802716,3185.74032903262,14774.8482042621 -1467,2630.79741635694,3039.61233351849,613.328133450859,1217.84317155975,1354.81912404391,2167.70099963485,1283.73809283706,2554.4954216267,288.080534631247,934.242171277754,2360.58961258509,5184.5119895072,1320.4922013373,3024.37120817536,1507.20146470412,3418.02896276651,1111.08400697058,3880.93894123434,259.121658983453,1053.12406315832,558.463980459032,2024.94185810524,1256.49025985114,4647.54149260452,543.175948623324,1353.11319266753,532.412089611999,1842.86191099904,733.321897611896,3294.24978185877,978.697451096067,2206.18107631239,710.372331515782,2810.51757902956,834.047244071899,3961.95993531618,15868.6302359044,4575.87073525446,103063.389033921,36921.2995910017,3477.84259415882,16067.5805163984 -1468,3225.18645268415,3141.69735798932,752.243249229756,1258.74429194256,1646.78734445776,2240.50298400403,1565.85399405481,2640.2878513888,350.590979212892,965.618585258209,2872.33978195313,5358.63321788948,1606.76055737887,3125.94436123533,1833.76209847489,3532.82306544148,1352.80528618691,4011.27982135806,315.528523629481,1088.49311156387,680.872651957964,2092.9492934144,1531.83258353853,4803.62862969432,664.253214330276,1398.5573408775,650.57371125501,1904.75421259492,892.544117870168,3404.88677522983,1190.9851855984,2280.27540955315,865.009640142511,2904.90848298369,1015.60670995877,4095.0218960436,19245.8550027988,5557.8523255859,125680.314848419,45127.1801875794,4217.22645275951,19638.7028276448 -1469,4310.58798237104,3393.88829358056,971.046172013809,1359.78645625157,2012.59215474369,2420.3530711851,1998.4909808142,2852.22954646603,419.684028778525,1043.13090636746,3431.32776118459,5788.78245593534,1919.45331146081,3376.8707692362,2190.47569769456,3816.41051917451,1631.68483810972,4333.27404798018,406.405119923816,1175.8688403214,856.969732824049,2260.95492231718,1929.57399754909,5189.22643251094,879.077757958679,1510.8226051866,802.584854855986,2057.65300971301,1069.9266618404,3678.20450242714,1424.51218486144,2463.31811654035,1114.14442819181,3138.09185638138,1308.11554533469,4423.73828261839,22051.4809507892,6563.53131835296,156685.031195426,58611.5461483981,4819.6873745823,25885.3126020832 -1470,4349.88694909799,3854.66797459434,980.721686557295,1544.40124476526,2058.14053017268,2748.95832262808,2032.41093548294,3239.4695811733,429.413496015394,1184.75416698,3511.93843891184,6574.71089634669,1964.54618601886,3835.34002375367,2242.20227399819,4334.55498049019,1667.76263918697,4921.59177115047,413.3543718329,1335.51359650921,872.744489293819,2567.9190878327,1965.00353158688,5893.75465897124,890.207299105996,1715.94319191984,815.825963545809,2337.01538567747,1094.50794017048,4177.58508031404,1457.71465111462,2797.75662417239,1133.19554225272,3564.1426982168,1330.48343393911,5024.33810748855,22710.9900067213,6734.7670394825,159568.200484705,59410.7060355843,4965.7385071454,26212.9227145388 -1471,4242.56479498663,4154.29497807292,956.172618797067,1664.44902065347,2009.7949813616,2962.63746446992,1982.6197699023,3491.27662911212,419.62661570046,1276.84623385856,3432.00952864318,7085.7694200883,1919.83468593073,4133.46464725245,2191.10974278888,4671.4840568146,1629.10380549272,5304.1517748794,403.202838286891,1439.32433706179,851.605835438522,2767.52587797231,1917.38591976907,6351.88180749465,867.699588697364,1849.32508631984,796.77676615102,2518.6738116973,1069.53911176488,4502.3127371813,1424.5103681843,3015.22890435012,1105.36549291671,3841.18689597267,1297.80820867863,5414.88468154683,22208.9621671467,6581.62393720066,155788.627292687,57954.7609009337,4856.20015772307,25561.6873636448 -1472,4143.76862754518,4353.9163533,934.222570373467,1744.42880163965,1940.05364866367,3104.99754435792,1923.80423244324,3659.03877544022,404.758811923769,1338.20100103366,3309.51922509571,7426.25343570248,1851.31473239389,4332.08508746968,2112.72859169041,4895.95730117852,1573.27145877458,5559.02584552275,391.177819604801,1508.48647048722,825.261752041102,2900.51049381046,1858.14757982238,6657.1011981216,845.316192345731,1938.18849609734,773.228356843017,2639.70063639156,1031.83084188859,4718.65699415929,1373.88912768821,3160.11609789025,1072.39935418779,4025.76286246651,1259.10270744397,5675.07966830915,21297.9066429371,6333.19542623996,150928.750114562,56391.2179024926,4655.37985044881,24895.5394226136 -1473,4018.22849367547,4434.23276596441,903.569585965556,1776.60816663594,1864.30246606429,3162.2752327328,1857.62562041114,3726.53682648123,388.435983122461,1362.8867081317,3175.36745556824,7563.24505131775,1776.27146163128,4411.99878018884,2027.06095791089,4986.27270806288,1511.02612979585,5661.57283485171,377.623373872416,1536.31342259908,795.937263542257,2954.01602282269,1792.17900322813,6779.90431228152,819.202795126359,1973.94213361405,744.500930937472,2688.39502287471,990.363995470704,4805.70175377609,1318.36854469492,3218.41055464829,1035.24034843315,4100.02584896275,1215.47436640769,5779.76749498222,20343.0714678645,6067.7821736953,145408.490449369,54535.919072628,4445.43134738936,24102.7863213645 -1474,3862.7296923424,4499.86349089115,865.448117610549,1802.90360218052,1772.41539400087,3209.07981582441,1775.92165872995,3781.69300034414,368.429842805947,1383.05868542037,3010.99752620055,7675.18803710926,1684.32442911566,4477.30042166835,1922.09878836624,5060.07413207122,1434.64097908351,5745.36932208823,361.26818760437,1559.05227483386,759.688680824544,2997.73817798585,1710.7010673081,6880.25313437413,786.57701175242,2003.15829343924,709.097359212028,2728.18574283759,939.528734048206,4876.83056151549,1250.32852995592,3266.04599215503,990.403217306454,4160.7100040101,1162.8311482118,5865.31337194098,19180.3133778543,5744.19001721369,138625.953730517,52248.103328382,4189.84186540393,23128.6208705968 -1475,3703.15537114554,4576.67094055695,829.079919387895,1833.67707518855,1684.71178780992,3263.85508554679,1695.01689755175,3846.24211285909,350.013285229922,1406.66589274573,2859.9067269994,7806.19459320349,1599.80562035057,4553.72274591709,1825.55255319192,5146.4437275025,1363.98945932759,5843.43611142773,344.654887771395,1585.66348856691,724.403382122847,3048.90609111988,1631.27201741874,6997.69107385299,753.003612797572,2037.34988171907,676.335774832241,2774.75270860136,892.686659025159,4960.07240177142,1187.73137122738,3321.79360842305,944.858477500372,4231.72849709415,1109.35712757226,5965.42746706885,18140.4660940861,5447.17683430677,132128.065413189,49957.4436997746,3961.63697077409,22129.7482095559 -1476,3660.31464642429,4533.91349210214,818.818886164526,1816.54598710215,1660.94105607988,3233.36259058772,1673.27616636001,3810.30867979796,344.889301959616,1393.52414731911,2817.85665931453,7733.26539045278,1576.28319775431,4511.17969047024,1798.70268894916,5098.36318921116,1344.34096421611,5788.84393698947,340.28649150924,1570.84946200488,714.842615737903,3020.42175245367,1609.77258248579,6932.31529760009,744.088565817579,2018.31598487932,667.093530940488,2748.82964193263,879.656554997827,4913.73303352637,1170.31305115375,3290.75982407752,932.88268261736,4192.19366589493,1095.29636214741,5909.69559105089,17849.4154804825,5364.95518043531,130349.612993381,49341.0225868297,3897.73960027773,21864.6418661196 -1477,3631.94073584354,4480.56416288309,811.480517479626,1795.17118361808,1639.37079101313,3195.31649076022,1656.54022738115,3765.47381196495,340.255111454021,1377.12692698407,2779.63693300144,7642.27015598874,1554.90343302747,4458.09786372335,1774.29011213278,5038.37213364002,1326.9012988382,5720.72818190723,336.663694434134,1552.36570283126,707.276332175023,2984.88126966045,1592.73034269963,6850.74462544102,738.207923383618,1994.56700860685,659.726263250156,2716.48490977354,867.911605657324,4855.91447087476,1154.52799663563,3252.03834658543,922.950920004586,4142.8652611026,1083.63549239157,5840.15780736346,17559.7700816714,5287.22869446834,128880.038363333,48886.6556186648,3833.84222978137,21673.7544391449 -1478,3648.71354220731,4360.47942516236,816.221509781546,1747.05834494156,1647.01908852142,3109.67800221757,1662.75560892381,3664.5543922968,341.859047464026,1340.2181985688,2792.74562130335,7437.44773320653,1562.23631316053,4338.61525099048,1782.58431340387,4903.33744287057,1333.19383770605,5567.40549344162,338.231350160627,1510.76035549232,709.913004341099,2904.88270890687,1598.72041830679,6667.13607936712,740.610584209043,1941.11011179927,662.814162602534,2643.6797080057,872.001679575654,4725.76987425011,1159.97130681537,3164.87964118343,927.248589515549,4031.83127738844,1088.68138065681,5683.63425518345,17643.381464285,5311.7280467434,129460.209366705,49098.4187313449,3852.09862135176,21766.7005992828 -1479,3672.96404294113,4294.19889600811,821.027559714565,1720.50256052532,1654.12375440712,3062.41001092814,1673.37048801448,3608.8521218459,343.15080823374,1319.84650024804,2803.13030682608,7324.39640943021,1568.04541109648,4272.6670635107,1789.27903598879,4828.8053172378,1338.72777665244,5482.77934430944,340.133576804447,1487.79636781485,714.223064657235,2860.72766440275,1608.40124883054,6565.79371211873,746.363521440801,1911.60468525963,666.233088480144,2603.49502350752,875.331871221647,4653.93682623273,1164.32622746074,3116.77256925995,932.463472676389,3970.5462936814,1094.80416829294,5597.24139577012,17686.6337725998,5330.05495542163,130119.929233728,49407.1661146216,3861.22681713696,21910.9352035001 -1480,3798.22362608664,4226.94364160316,846.811079512008,1693.55624522538,1696.60440346465,3014.44689385671,1722.01132930015,3552.3306906215,351.362459077701,1299.17521456721,2869.60964506354,7209.68254642381,1605.2333438166,4205.74903821587,1831.61323068252,4753.17711790481,1371.60398459684,5396.90867819043,350.504995239188,1464.49467042184,734.07733982451,2815.92327329,1653.26614305247,6462.9609982243,770.134719290645,1881.66535023061,684.014927615555,2562.71938074192,896.404400746672,4581.04739730482,1192.08810854989,3067.9580319867,960.896328206552,3908.36004950057,1128.18714753346,5509.57803802756,18026.1868032279,5448.9562386507,133718.653908721,50949.7024690196,3934.25238341851,22621.0035347568 -1481,3870.43866370535,4297.57790068248,858.76196819028,1721.85638374941,1702.50062446019,3064.81974973911,1741.6426864755,3611.69184317323,351.419872155766,1320.88505658923,2868.92787760494,7330.15980565468,1604.85196934668,4276.02912528967,1831.12629828554,4832.60499120113,1373.83961624255,5487.09361513889,354.825675656686,1488.96707997865,740.770892424746,2862.97870409238,1668.53003203863,6570.96018162361,783.535824915981,1913.10888227599,688.275154521259,2605.54365284844,896.791950822193,4657.59890027048,1192.08992522703,3119.22508469659,972.741311887012,3973.67062369289,1142.09432769303,5601.64573411072,17868.6759118218,5434.24342465448,134721.582951148,51681.6139551587,3897.73960027773,22995.2889642744 -1482,3895.43365289733,4550.02875922534,860.321708382986,1823.00268811216,1688.12615445798,3244.85520109833,1741.7343768654,3823.85197794509,347.304180953914,1398.47726649878,2834.19760893434,7760.75238104465,1585.42417525432,4527.21415294496,1808.98109904571,5116.4847270015,1359.92923065603,5809.41970812883,354.854417164426,1576.43286335002,739.210695591405,3031.15748957135,1665.1461418279,6956.95540443003,788.401608022728,2025.48985383205,684.293831765495,2758.60003654495,886.525931206277,4931.19832494521,1177.93904460296,3302.45644636546,972.820105654946,4207.09432972008,1142.18683935498,5930.70091531049,17501.7815182365,5355.78075480387,134132.772704327,51803.8554454597,3815.58583821099,23097.6087486469 -1483,3832.67386116458,4555.29221632954,841.099151604561,1825.11153114535,1635.10165105643,3248.60883806726,1700.25744178551,3828.27539632853,335.005545447134,1400.09502003242,2732.64711829697,7769.72999182813,1528.61776120687,4532.45121819366,1744.11112621633,5122.40345835683,1313.60496133098,5816.1400242086,347.044880039698,1578.25647528589,719.813344676197,3034.66392178677,1621.70392534207,6965.00318572654,774.173809728278,2027.83293329919,664.041638607468,2761.791175267,855.381157103096,4936.90271764889,1136.02719122832,3306.27671625028,951.410551868065,4211.96108149454,1117.04990969071,5937.56152905987,16716.5075881556,5150.78184337368,130413.384122385,50729.1601316047,3642.15011829231,22673.1814902181 -1484,3715.63646084728,4298.03276742362,813.108601210728,1722.03862947481,1570.42890993884,3065.14413817464,1640.99645888,3612.07411396312,321.074267391317,1321.02486247408,2618.32882308701,7330.93564869462,1464.66915426132,4276.48171125279,1671.11686196569,4833.11648659095,1260.16814937441,5487.67438329452,335.134547386203,1489.12467609884,693.76771768744,2863.28172915049,1563.13308748542,6571.65566901513,749.831329613726,1913.31137065964,638.881005004063,2605.81943031604,819.952534043824,4658.09187256377,1088.67111933537,3119.55523153324,918.758820594872,3974.09120725152,1078.71355384691,5602.23862675839,15926.44428626,4927.35666577002,125570.381222888,49047.5471723005,3468.71439837362,21949.4995140827 -1485,3354.60098981402,4086.00003816458,729.460595231068,1637.08614766395,1396.75464076292,2913.932895181,1470.48489434665,3433.88144440639,284.361356685623,1255.85539491385,2317.93533073592,6969.28221845639,1296.6317868734,4065.5121496115,1479.34913275425,4594.6867363001,1117.57926173486,5216.95365133689,300.904234968274,1415.66242339724,620.171438655935,2722.02886475383,1397.53470077375,6247.45942327847,675.668107031059,1818.92292510889,568.82703318662,2477.26782643952,726.406106336698,4428.29652517487,964.019861222271,2965.65975292506,824.917700033079,3778.03932710195,968.534814455163,5325.86615352012,13965.4129763934,4351.11179199639,112085.573443071,44083.7784901203,3039.68919646952,19774.5515648612 -1486,2940.96844704513,3907.1075703311,646.720110179485,1565.41155679852,1243.40877140831,2786.35564558453,1297.81684708499,3283.53990742653,254.928949393241,1200.87177554534,2079.00080925318,6664.15444473084,1162.97400469638,3887.51667857432,1326.75376097121,4393.5230452817,1000.51219421231,4988.54598992145,264.675984214848,1353.68216344247,549.053363947101,2602.8535205097,1236.98338802824,5973.93435634728,592.405061955504,1739.28719142501,508.211591529237,2368.80856290135,651.01518352551,4234.41769837906,864.404741584882,2835.81780799118,725.599306289338,3612.62993589186,851.925215639764,5092.69010588063,12656.5878647877,3909.94638831869,99521.7026283813,38815.1605467406,2756.71512712851,17350.7071444071 -1487,2400.68042146744,3622.49115670394,546.505409620885,1451.37788479784,1130.29726362652,2583.38131312487,1118.05568371068,3044.34778495978,237.161852147767,1113.39329899221,1939.49085568252,6178.69871980539,1084.9334148722,3604.32737931533,1238.02907462964,4073.47330264552,921.578497283571,4625.1513192328,226.201168729452,1255.07209048832,480.598758652883,2413.24654888964,1081.83978663309,5538.75827246906,489.867051111061,1612.58740807374,453.155793045233,2196.25078566945,604.515004941873,3925.95811352819,805.063668073789,2629.24036427312,620.122039401567,3349.46498391473,728.084491758716,4721.70897276393,12525.3767725123,3710.74743568805,88011.1221511941,32735.0834382646,2738.45873555813,14411.4869581874 -1488,2178.65125886702,3407.59926867381,495.650195378974,1365.27985987038,1088.70099653997,2430.13105967655,1038.81052518901,2863.75227346497,231.020832679933,1047.34505269138,1896.59783351263,5812.16856803093,1060.93945126024,3390.51299520389,1208.97964883656,3831.82844252602,886.499864880447,4350.78004918136,207.282102057183,1180.61923485061,447.084349787229,2270.08895795574,1005.86984013263,5210.19039720712,439.153936156854,1516.92618000055,430.619909130285,2065.96572560885,587.326579521444,3693.06408705639,774.469287953477,2473.26967959165,568.256126089623,3150.76943901265,667.188789406692,4441.60975043504,12708.6778890009,3663.01522298398,83004.6250021342,29863.4090380938,2758.52282780044,13006.1256860983 -1489,2285.26614268263,3277.05260220995,517.49226659965,1312.97537203496,1129.33572424801,2337.0316416119,1084.25212607791,2754.04063092648,238.89464596131,1007.22079086188,1960.74412491325,5589.50176608101,1096.82229895542,3260.62091159086,1249.92626088951,3685.02936487865,917.785356287628,4184.099701184,216.556917028836,1135.38917893126,465.785889431152,2183.12082506467,1048.04684961647,5010.58565076575,460.783078706752,1458.81205317486,446.732819115428,1986.81764590762,607.447936495762,3551.58113451712,800.801145160646,2378.5176015216,593.682684261712,3030.062039278,697.04207877174,4271.44967557438,13073.4403358385,3782.65797623359,86300.2863771428,31222.3508644689,2836.84051060865,13627.6910883408 -1490,2372.90782729238,3216.6853343874,540.119055935071,1288.78877952357,1195.98738175543,2293.98069548922,1137.80752188363,2703.30787544701,253.418995156101,988.666567106859,2080.8259053984,5486.53639107298,1163.99494675832,3200.55633536006,1326.58481054709,3617.14667222564,972.244590712737,4107.02353002725,227.335163679573,1114.47393863235,489.890363481813,2142.90510211692,1102.2114164721,4918.28460996965,479.939118610257,1431.9389728168,470.737974600783,1950.21806466679,644.196905372158,3486.15671948139,849.601414583949,2334.70243389968,623.230844122115,2974.24463600511,731.734535397098,4192.76441236499,13989.0199222782,4026.57426809821,90891.3534363266,32632.5045411963,3036.98570000742,14213.0986545643 -1491,2576.21237390531,3253.13962762834,585.527308107698,1303.3944618364,1304.32169951746,2319.97809227169,1238.5075514354,2733.94412604901,276.134003938675,999.871001861336,2267.53591865429,5548.71462291279,1268.43881751906,3236.82784066898,1445.69647332518,3658.13934380441,1058.97452025674,4153.56791486667,247.748338380884,1127.1041326193,533.338531228668,2167.19037806386,1200.0082169653,4974.02291532937,521.70341527907,1448.16695839567,511.569441177161,1972.31964247831,701.897737452569,3525.66489828187,925.780272604076,2361.1613250588,679.192798684683,3007.95137908381,797.439394532296,4240.28048791785,15270.1748447806,4392.24728754669,98939.9723438537,35482.1557103314,3315.44857221441,15456.2650711025 -1492,3152.47531858581,3358.08381087027,716.504830953534,1345.44112533581,1580.08873358326,2394.81908709554,1506.69672518409,2822.13939774918,334.845466792653,1032.12619458238,2749.10740151882,5727.7125728313,1537.82549283051,3341.2458161991,1752.54971952525,3776.14855630802,1284.91219555577,4287.5593330842,300.911732718948,1163.46378396097,648.40738055165,2237.10253991026,1458.86387543597,5134.48168194445,636.711379861279,1494.88388912809,623.215476935333,2035.94540025828,851.250249685434,3639.40057073583,1122.54778301777,2437.33086437285,824.938254835978,3104.98594779045,968.558947822905,4377.06919773589,18440.5839502322,5314.34697415433,120293.735821346,43267.5783241496,4002.9037879754,18851.6442590284 -1493,4225.01866833545,3574.14535533432,928.190263797444,1432.00778176782,1938.77304564583,2548.90348159306,1929.5614027053,3003.7178905184,402.521696722991,1098.5339414532,3297.88508860693,6096.23774802976,1844.80670303511,3556.22399189118,2102.28512410613,4019.10868927449,1556.544344051,4563.42400581473,389.033779015134,1238.3218864529,819.318339160503,2381.03933753658,1844.87852867391,5464.83795197923,845.279612393301,1591.06580121554,771.970404855114,2166.93960183251,1024.73302442522,3873.56223927165,1348.54015392692,2594.15049740929,1066.52154714332,3304.76299243929,1252.20158172563,4658.69299998511,21220.4380855519,6302.87184458442,150550.466308267,56384.8106070405,4594.63739141524,24927.5535104686 -1494,4290.16984050609,4017.90003574262,945.024408416777,1609.80137782069,2006.61163427669,2865.36734565438,1980.34757267672,3376.65008549875,417.317166105971,1234.92447111638,3420.63920745393,6853.12751176934,1913.4742324334,3997.7536120077,2180.80699620363,4518.1086220202,1611.16217095073,5130.0044215344,399.152241285503,1392.0680490552,842.726880292647,2676.6617158182,1897.42073736444,6143.33509682655,861.844376569241,1788.60754222874,793.371463339236,2435.98002824944,1062.07771022399,4354.49158115312,1398.30720068898,2916.23208908009,1094.26093281473,3715.0720033323,1284.77035889368,5237.10171530031,22212.6898473122,6559.60315893181,154947.22760869,57612.473053218,4812.18651032694,25424.4148416737 -1495,4184.93762292907,4327.46912206105,921.537996488394,1733.83252276032,1960.01770927148,3086.13668866193,1932.24767911064,3636.81247691866,407.927710469889,1330.07229380857,3343.79761371516,7381.14373999043,1870.4897489258,4305.7704670778,2131.75706449842,4866.21752108786,1574.25906520973,5525.25835205944,389.426650568718,1499.32338896051,822.50062381741,2882.89176494291,1851.85636851334,6616.66360573782,840.18569074905,1926.41525215293,775.039581356976,2623.66615904582,1038.15600606217,4689.99419898013,1366.86161760988,3140.92043256253,1067.59858980583,4001.30895184967,1253.46613613543,5640.60722278928,21729.5731599366,6412.49433953092,151313.7243327,56211.0287031826,4707.76293324933,24796.8574812728 -1496,4082.49535525215,4506.42656905666,898.989354661425,1805.53314800784,1887.5975713408,3213.76027817916,1871.56173193631,3787.20862249789,392.475685414989,1385.07588489282,3216.1748106238,7686.38234536427,1799.09872216856,4483.83059146069,2050.22268967224,5067.45428085112,1516.64517968859,5753.74897805489,377.177730713561,1561.32616202278,795.533345964648,3002.11039728132,1791.22685997161,6890.28802525711,817.429717632278,2006.07991194708,750.552971607535,2732.16481827322,999.032913150345,4883.9434484375,1314.96113104306,3270.80954002311,1034.01863438955,4166.77842476011,1214.03995351476,5873.86796703107,20773.4430774383,6153.64277670566,146293.784822831,54609.4817347544,4498.91577909409,24117.013471167 -1497,3947.71229386662,4548.53420067767,866.341847577971,1822.40388217177,1804.01736210288,3243.78935595022,1799.70232779902,3822.59594837669,374.399055932963,1398.01790541273,3067.16991039891,7758.20318862825,1715.74674617958,4525.72708836417,1955.20549468951,5114.80410334231,1448.32683972767,5807.51147450192,362.677469718668,1575.91504877446,763.830581019213,3030.16183820845,1719.93387129397,6954.67023707931,789.748630168163,2024.82453646057,719.082852472654,2757.69391276367,953.202701247081,4929.57856274221,1254.28335874052,3301.37168080212,994.266711486078,4205.71241564347,1167.36727177693,5928.75284416288,19695.6779851936,5857.84611970413,140270.905064257,52622.4576070871,4263.96273066944,23273.8303149221 -1498,3792.64830678542,4608.96645396549,829.153677428767,1846.61651159065,1712.94669212561,3286.88664648877,1718.94076953837,3873.38331775271,354.625497883921,1416.59210282082,2904.32393564667,7861.27940603553,1624.65219991323,4585.85632421223,1851.36781118312,5182.75987182805,1373.33735297078,5884.67061828646,346.676314630617,1596.85280436469,728.32867062639,3070.42085344954,1640.13714977318,7047.07064010096,757.805018923742,2051.7265457348,684.134189573406,2794.33289351522,903.039494387806,4995.07340727067,1187.92851784577,3345.23401552563,950.400143591151,4261.58990644479,1115.86359062765,6007.52281219037,18537.0621225858,5537.10376953598,133584.832729467,50375.386678636,4011.60575273187,22317.8020681221 -1499,3648.52038753828,4681.48515286834,797.916068527668,1875.67166487298,1639.22780111167,3338.60339153894,1648.99188504113,3934.32815676618,339.421729958102,1438.88113816067,2779.46866941302,7984.9708583235,1554.80930791775,4658.01140221268,1771.6972582033,5264.30678834065,1315.10087406612,5977.26158438968,332.357378968148,1621.97810932591,698.391031239037,3118.73166837959,1572.7084315226,7157.95111601697,728.224789569393,2084.00895461914,656.594138311969,2838.29966735989,864.394723744696,5073.66721523989,1136.95483159226,3397.86881353393,911.145317301147,4328.64289074391,1069.77454938665,6102.04676725071,17695.4144572405,5293.20995988439,128079.694710124,48382.0340956639,3828.86449284603,21439.1894102006 -1500,3591.54103820447,4620.98792041841,783.823572764591,1851.43300107202,1602.97097625529,3295.45976107964,1617.92232004659,3883.4861787908,331.458082700847,1420.28696903684,2713.79581183975,7881.78380926793,1518.07251309213,4597.81751301889,1729.81798611751,5196.27795111004,1285.05399279802,5900.01947602513,326.232919040569,1601.01784062817,684.58631528652,3078.42936504422,1541.6963042088,7065.45136040724,716.357245903302,2057.07801923465,642.833141416817,2801.62129091911,844.210297616511,5008.10194804986,1110.21953976661,3353.95931628372,894.355339593005,4272.70531824224,1050.06145807632,6023.19210262093,17216.6326995197,5162.85535447704,125460.733795492,47531.4383913155,3724.44091576841,21082.0386081355 -1501,3563.87828404242,4522.41187155247,776.855472391504,1811.93777772827,1582.23381538006,3225.16020435314,1601.8192675669,3800.64269814912,327.023852671719,1389.98905870368,2677.14127250209,7713.64766190861,1497.56829961896,4499.73574097242,1706.44018778711,5085.42967406386,1268.47712153522,5774.15881198644,322.780355109122,1566.86453496909,677.389769717248,3012.75955401138,1525.48571741287,6914.72941727342,710.739997718629,2013.19592587338,635.785412524731,2741.85641768558,832.989719861534,4901.26788770204,1095.32177379475,3282.41183268277,884.890264773281,4181.55891935647,1038.94852586022,5894.70388987029,16937.9291770603,5088.32306656152,124054.023224324,47096.5280309453,3663.52716247313,20899.1620161619 -1502,3583.33228923322,4426.69498145764,782.257379565334,1773.58809750113,1592.27830150717,3156.89965808133,1609.83650885795,3720.20205944551,329.173187639236,1360.56992711112,2694.80045758046,7550.38823608552,1507.4466859567,4404.49879139609,1717.62767408639,4977.79650684632,1276.750119136,5651.94868604157,324.671583169938,1533.70183224612,680.840948705377,2948.99446951578,1533.29922730917,6768.37910366488,713.706883635152,1970.58661503455,639.733537869308,2683.82500063613,838.451079508429,4797.53250643712,1102.52896244599,3212.93955515511,890.074995730392,4093.05618522321,1045.03591183259,5769.94242621028,17058.1331731403,5122.13819209846,124793.982545007,47351.9521726354,3689.63305674254,21009.1265402414 -1503,3616.21651996408,4355.99574321621,789.459922463775,1745.26192459501,1607.17864077808,3106.48046227817,1626.18763428995,3660.78629829442,332.250198466862,1338.84011337336,2720.00066526503,7429.80014520636,1521.54345124879,4334.15405097657,1733.76215006614,4898.29556480513,1288.86274367635,5561.68078451309,327.673371356252,1509.20690958181,687.79708554788,2901.89575061911,1548.9119469096,6660.28056767748,721.252816980352,1939.11415687891,645.977224292163,2640.96133284039,846.286563190753,4720.9105808099,1112.83636824074,3161.62533991852,898.304285713307,4027.68552933054,1054.69791065548,5677.79003352483,17218.9972330705,5170.67810871603,125978.685679037,47805.4917419398,3724.44091576841,21210.0318586273 -1504,3700.13126012678,4311.28887577573,803.002142637461,1727.34978736822,1613.40696878968,3074.59773823056,1646.98481177532,3623.21457017217,332.206090609202,1325.09920291315,2718.28370210066,7353.54591775027,1520.58299778561,4289.67135125736,1732.54383317284,4848.02291455264,1290.87954487646,5504.59961634007,332.563850017456,1493.71747450786,694.674150262347,2872.11273973094,1564.67011362005,6591.9241463198,735.563920022543,1919.21245708994,650.437230946474,2613.85636874427,846.458283344206,4672.45848489972,1112.51288767316,3129.17664774789,911.711349956476,3986.34820632416,1070.43912760188,5619.51720192737,17029.1543301418,5151.30635135057,127074.153339781,48621.3216978693,3680.93109198607,21629.7606327348 -1505,3753.3590475906,4392.96988866356,809.419967421157,1760.07588954073,1603.20300554067,3132.84859191202,1654.01880951817,3691.85943358285,328.632565523414,1350.20432766574,2687.54842070069,7492.86506248536,1503.38996296999,4370.94280186587,1712.89520703606,4939.87280760645,1279.62238123507,5608.88891013594,334.422319603608,1522.01721498027,695.585198645841,2926.5273439175,1566.96100783065,6716.81372265427,744.603841798726,1955.5735597576,648.788671869117,2663.37808763023,837.666155124452,4760.98216139641,1100.35188125178,3188.46154501588,916.806274781152,4061.87294349631,1076.42107230926,5725.98370654345,16639.2172311136,5075.8460920267,126961.803299267,49022.9868733111,3593.91144442139,21871.0350535082 -1506,3778.34371773572,4643.53630107973,811.062686613748,1860.46717661977,1589.5201485977,3311.54014960837,1654.30924573,3902.43587659578,324.719331072113,1427.21734232015,2654.42639642647,7920.24343406728,1484.86180605808,4620.25283232297,1691.81174375005,5221.63349310269,1266.55040784779,5928.80896592334,334.510444683894,1608.8301007634,694.221818413261,3093.45074106975,1564.01457242966,7099.92764330652,749.410783064897,2067.11565166879,645.070313768021,2815.2919657671,827.92612602134,5032.53927423641,1087.1041664153,3370.32515681146,917.047866391028,4293.55423358861,1076.70472470881,6052.58262055024,16286.2368827696,5000.89296369401,126414.348252252,49148.1591460358,3515.59376161317,21973.044247703 -1507,3759.44545827864,4664.59011689024,804.877682840289,1868.90254370174,1576.07049056117,3326.5546884939,1642.74879892946,3920.12953953518,321.506760150392,1433.6883525801,2627.89001956098,7956.15385569927,1470.01759996829,4641.20108077471,1674.88793557413,5245.30840434828,1254.26164671801,5955.69021414686,332.558774845604,1616.12454413924,688.897956134561,3107.47646153331,1552.12348021925,7132.11874921762,745.1187160143,2076.48796392553,639.372798006536,2828.05651301232,819.792783877828,5055.35683138876,1076.31337195116,3385.60622720096,911.697436562761,4313.02122903029,1070.42279190415,6080.02505911615,16087.0318718684,4948.48120437612,125413.313775056,48845.6098215916,3472.08393783083,21854.2071989895 -1508,3623.83547638824,4397.77847272347,772.152028248385,1762.00248432311,1495.0990297703,3136.27783595033,1571.45766477459,3695.90057587922,303.882537068867,1351.68227337723,2482.70322988712,7501.06681947794,1388.80144003968,4375.72727487991,1582.30890287891,4945.2800364841,1187.49673738584,5615.02845001229,318.448847818369,1523.68322861213,657.489378782139,2929.73074687575,1481.53501468063,6724.16600692179,717.121104901812,1957.71414803518,608.372260451865,2666.29344506319,775.090936665448,4766.19357497561,1017.16571970766,3191.95166348916,873.015599624945,4066.31910588405,1025.00649672725,5732.25141942936,15048.5794331255,4662.04312168992,119489.056706252,46868.6272121104,3245.83285416266,21015.3407952486 -1509,3273.08301979722,4154.03505512128,693.080351382439,1664.34488059973,1330.51680853701,2962.45210029177,1408.89633900432,3491.0581894175,269.28902831718,1276.76634505826,2199.10569493985,7085.32608274418,1230.15957733731,4133.20602759803,1401.52498494711,4671.19177474726,1053.77589475416,5303.81990851158,286.088962149274,1439.23428244795,588.089346955843,2767.35272139611,1325.36491809983,6351.48438750485,646.498255986273,1849.20937907288,541.981582982116,2518.51622511888,687.059139892967,4502.03103970387,901.247381542086,3015.04024966845,784.302184001871,3840.94656334317,920.848189132771,5414.54588692184,13201.2131499929,4119.07164670035,106718.870545164,42146.8762085745,2845.54247536512,18942.2038576225 -1510,2872.91588116974,3954.21873610468,615.498341722415,1584.2869939419,1187.8571543599,2819.95299614639,1245.88950351548,3323.13221199413,242.2280052208,1215.3516607986,1979.17506867504,6744.50956143418,1107.13240002974,3934.3916210721,1261.25866408954,4446.49931706087,946.33628673545,5048.69693608043,252.082153115187,1370.00460751617,521.764042053965,2634.23823707605,1175.59648106432,6045.96692947619,567.557162402175,1760.25918815868,485.484725340727,2397.37120953544,617.794289750673,4285.47550791002,810.81771868527,2870.01156397334,691.073789603166,3656.19034592019,811.388850743885,5154.09680213683,12021.0613399887,3715.34216454454,94982.353613281,37169.6040791295,2593.18549742754,16643.0960727567 -1511,2352.81370722867,3649.39325468403,522.342276668974,1462.15640940257,1088.72937937719,2602.56655725639,1079.37927335203,3066.95635427123,227.448925854703,1121.66181210215,1863.95519195656,6224.58425855738,1042.67945664871,3631.09458567033,1188.11170699359,4103.724578126,879.066339495295,4659.49958085174,216.491400079509,1264.39276813522,459.421320117338,2431.1683028153,1034.21212607331,5579.89135224435,470.970921995253,1624.5631404018,435.841801407257,2212.56104048279,578.940960762464,3955.11388100064,762.064755015411,2648.76617643749,593.503071996841,3374.33947809021,696.831196241734,4756.77431093148,12053.3020444643,3563.15318581174,84556.2825484501,31487.6763536342,2610.58942694048,13876.2429290399 -1512,1973.40210805613,3429.2379095497,454.951034868452,1373.94954144192,1010.01203106174,2445.56266683914,988.323089010019,2881.93742439299,220.839024037013,1053.99581226769,1820.09074231732,5849.07649599944,1018.14208541071,3412.04313631019,1161.81238776709,3856.16098665117,860.025894981566,4378.40799472053,198.110908268028,1188.11630056164,443.374885777096,2284.50427966598,996.272729064474,5243.27569568591,391.78664795293,1526.55883286147,413.604676474147,2079.08484170014,559.957535044532,3716.51546182516,756.007662145619,2488.9752218712,543.113641511746,3170.77718141367,637.669030484561,4469.81447485322,12106.3036227817,3473.65050301809,79250.5670030136,28699.2368394025,2622.25279378075,12471.9575041605 -1513,2109.78413537029,3290.11376677255,475.160163776005,1318.20842425671,1056.11334684586,2346.34621741044,1034.99001445877,2765.01725604027,228.389566462081,1011.23521421641,1881.82765580567,5611.77952944083,1052.67714917672,3273.61658528674,1201.27392044294,3699.71657951787,890.455113309718,4200.77603244173,207.023601540815,1139.91443583394,461.962653611256,2191.8219671632,1038.14181299567,5030.5560606687,419.497115361363,1464.62635846845,429.155331767089,1994.73639344667,579.205799526108,3565.7364720372,781.766613750923,2387.99752558127,567.547456597345,3042.1387874215,666.356741463987,4288.47415272067,12463.819153174,3595.49580107814,82563.0326830232,30064.7839663112,2699.62025789036,13105.004368486 -1514,2139.63496535928,3235.85470407122,495.65343189354,1296.46912932184,1125.08947871767,2307.65134071188,1086.95605451934,2719.41784662747,242.233363956091,994.55838211167,1996.76216525819,5519.23260889691,1116.97046072373,3219.62958661362,1274.75449422615,3638.70253316709,943.160969739688,4131.49874104823,217.264322353264,1121.11548441995,485.80971538073,2155.67543425376,1091.65701229319,4947.59441372659,427.471397996291,1440.47240542868,452.068868037311,1961.84010635237,614.132449491955,3506.931964799,829.310365261893,2348.61575441589,595.622009486827,2991.96921551191,699.319038033252,4217.75058373791,13358.7065225274,3834.43555910001,86935.0300288793,31360.1612218585,2896.76440186919,13626.0630720542 -1515,2385.75931256279,3271.13934087824,537.237497320566,1310.60618013011,1263.10642603825,2332.81459644516,1195.39355886585,2749.07111595507,263.936309525046,1005.40331629615,2175.85835816861,5579.41581731273,1217.15523014175,3254.73730034188,1389.16967700777,3678.37993189889,1027.26617184534,4176.54972320857,236.767041261912,1133.34043155269,528.885795298402,2179.18150350828,1188.49274161505,5001.54432431347,480.365700012149,1456.17970699328,491.230316670811,1983.23254265027,669.114723897766,3545.17250153546,903.64805028586,2374.22569722004,649.087983563961,3024.59445884385,762.093369679167,4263.74207937044,14641.0914244345,4219.04453987375,95138.617089905,34209.8673100294,3179.86664114351,14894.7473186538 -1516,2999.68092532527,3387.91004678358,657.614183294953,1357.39122743922,1515.07522143187,2416.0896816025,1451.46119259398,2847.20541759807,320.080740863008,1041.29345814867,2638.15798478815,5778.58566476781,1475.76140564031,3370.92249836996,1684.14530135924,3809.68801036202,1246.52071689745,4325.64109737696,287.599659397617,1173.79757765149,643.025066725172,2256.97230846745,1444.9379400731,5180.08574383311,602.122327815454,1508.16133008885,598.554730475574,2054.02850694494,811.563393491209,3671.72543995274,1095.77249729648,2458.97904513721,788.443703976427,3132.56418841879,925.71074242743,4415.94598159636,17634.4512362946,5088.52014882651,115639.644963566,41809.852998693,3825.19123233006,18242.7826281184 -1517,4044.75512938112,3620.47675225301,854.094910114886,1450.57079874996,1876.03707054306,2581.94473962048,1865.91776252373,3042.65487600212,385.101596252017,1112.77416030557,3167.25455535807,6175.26285270076,1771.73317958486,3602.3230754257,2021.76844301692,4071.20811485164,1511.08807633284,4622.57935287025,372.444061387436,1254.37416668507,813.034743730547,2411.90458437434,1828.44457348429,5535.67826513873,804.815895292872,1611.69067620834,742.531656974653,2195.02948873134,977.851524054799,3923.77495637032,1317.13271981863,2627.77828934643,1021.04145707054,3347.60240457914,1198.80346625511,4719.08331236635,20327.0450608328,6054.61229237507,145104.595929041,54586.6536544369,4400.58206567106,24144.2232222564 -1518,4181.49627105785,4117.64574104246,869.086853878816,1649.76523266899,1957.68029070283,2936.50104343007,1920.9101476913,3460.47654741485,399.183132363282,1265.58188201953,3284.59278572785,7023.25868255266,1837.37111058988,4096.99917563483,2096.94231993994,4630.27217191336,1563.87947728035,5257.35848825217,382.026188705835,1426.6266015685,836.167418201553,2743.11073354346,1880.29753206281,6295.84543473321,835.365707250402,1833.01031960427,762.829016209366,2496.4540429966,1013.28788632185,4462.59328356496,1365.57076722821,2988.62852103602,1047.3105005413,3807.29990196482,1229.64591652966,5367.11450797128,21295.7849156616,6316.61568445525,149600.61394201,55865.1122001257,4614.3462707063,24693.555688759 -1519,4105.3034143134,4442.68029025661,847.431359080365,1779.99272974696,1943.3019069245,3168.29958875041,1884.53249428946,3733.63614039391,390.195862237762,1365.4831028593,3210.76359597016,7577.65356338082,1796.07173826937,4420.40394717936,2049.75017828029,4995.77190714692,1528.03719026974,5672.35852802091,372.704166380473,1539.24020737625,816.086230058947,2959.64363044489,1835.11602483756,6792.82050531865,824.142896728464,1977.70263176676,745.18169397744,2693.51660386998,990.44929353411,4814.85695253284,1334.84793509807,3224.54185238966,1021.75452517557,4107.83668564765,1199.6406786034,5790.77835726529,20886.0078576785,6206.2099775858,146495.346629846,54575.1220291448,4530.08904050243,24136.6320685701 -1520,3918.23081402695,4619.29841808123,827.043747933822,1850.75608945997,1829.20443347676,3294.25489167415,1811.22288224681,3882.06631812714,375.461681310431,1419.76769086624,3088.56530113513,7878.9021111557,1727.71513173085,4596.13648212941,1971.56582639522,5194.37811412838,1472.26315824891,5897.8623406104,361.046218197989,1600.43248454627,789.39011036852,3077.30384519941,1775.17471543385,7062.86812565479,781.749510148542,2056.32592072647,721.833103549131,2800.59697624865,953.249387521689,5006.27091103098,1284.26958086856,3352.7330585654,989.794696485174,4271.14315323649,1162.11668469537,6020.98993345063,19896.9834751253,5913.07798816732,141045.342529871,52887.8379485274,4308.31266674222,23390.6205469463 -1521,3689.93482900798,4657.63715744886,797.274755278951,1866.1167890565,1724.39223356888,3321.59618211949,1732.88077328913,3914.28626048807,358.210652908078,1431.55132087586,2945.7880351373,7944.29454680357,1647.84683727033,4634.28298463652,1880.39043696204,5237.48983601129,1406.07727655061,5946.81276265236,347.232416845871,1613.71557612146,757.99431879946,3102.84450947308,1704.66375227039,7121.48773316868,733.629198675513,2073.39278595021,691.709613469366,2823.84105961982,909.633393348744,5047.8214016662,1225.10490943728,3380.55969959782,951.924677004375,4306.59231225008,1117.65354335439,6070.96227619648,18834.7593443252,5605.35405562799,134835.961642522,50829.3715848409,4074.49214817621,22478.9333040602 -1522,3517.89500109266,4699.22494316661,763.30873455638,1882.77924311295,1629.32423229574,3351.25453153427,1652.41829630154,3949.23670697761,339.333160464023,1444.33356379518,2789.69558335922,8015.22871537932,1560.53014987932,4675.66224223116,1780.71846521197,5284.25509436779,1333.40563349913,5999.91152636375,331.981380047329,1628.12435364545,722.824162330608,3130.54963724781,1625.71357008306,7185.07510501127,697.828929000015,2091.90599596979,658.230055184623,2849.05498095343,861.874567061846,5092.89312101605,1160.38852352278,3410.74453101349,910.114530329971,4345.04563787445,1068.56430372477,6125.16956407832,17715.7695987545,5290.58656378901,128294.086727995,48625.581078946,3830.06501038392,21529.8626437938 -1523,3380.03103755482,4766.35023294417,734.669136879429,1909.67348712332,1557.34990562469,3399.12496426908,1584.63353130627,4005.64891570611,324.801284637636,1464.9649041072,2669.8904849153,8129.72090433819,1493.5122754753,4742.450954563,1704.16309414978,5359.73714912318,1276.91386275234,6085.61625527496,318.287627153535,1651.38102263962,693.132710750365,3175.26744797293,1558.92456132144,7287.70910409208,669.627605769854,2121.78747597238,631.802081583238,2889.75182851907,825.035549522044,5165.64169778965,1110.63412218734,3459.46473865846,872.573619205338,4407.11171282649,1024.487568083,6212.66352040049,16908.4333405916,5055.73460804586,122986.574858551,46697.4175644653,3654.69530617302,20678.8528828627 -1524,3299.37416516567,4732.82007763645,721.830326100347,1896.23938230917,1514.0308801335,3375.21291786205,1551.60990260001,3977.47011564154,317.202739936563,1454.65921980907,2606.97276002061,8072.5302256829,1458.31667662729,4709.08892506994,1663.98355453788,5322.03265611792,1247.80934551768,6042.80537310936,312.458653062293,1639.76394469628,679.464025748133,3152.93018665751,1528.25751502756,7236.44178084572,652.495066885448,2106.86119902621,618.635115947604,2869.42310258087,805.830076547043,5129.30262073363,1084.56870864181,3435.12821609933,856.593704860142,4376.10871620065,1005.72557112899,6168.95889054055,16439.1797962878,4922.52141521881,120337.133913968,45836.8852254119,3551.53868736021,20303.2337366834 -1525,3254.74489400286,4654.97294246727,715.516577681798,1865.04935161156,1494.27752187257,3319.69619592219,1535.9401815957,3912.04724964526,312.975992627522,1430.73245921982,2571.88726714508,7939.75033096317,1438.69017336929,4631.63212847507,1641.57405683946,5234.49393950512,1231.76600102456,5943.41112634636,309.174853116873,1612.79251469169,672.345626582214,3101.06965141775,1512.24500323789,7117.41417104511,642.355098992513,2072.20678456447,611.916520255107,2822.22579432492,795.165123950551,5044.93399739917,1070.05387201205,3378.62598567951,847.591290192796,4304.12889842671,995.155847604886,6067.48962512854,16175.6189782629,4851.37541425196,118959.819077638,45395.3176781907,3494.22753678136,20112.4861293485 -1526,3242.28914203378,4571.21253966324,720.489617180443,1831.4901264837,1486.67117285806,3259.96242432048,1537.84732334858,3841.65486338039,315.029931627729,1404.98822212754,2588.82908335353,7796.88447672418,1448.16727013379,4548.29171435968,1652.32059275861,5140.3057828247,1239.78972602993,5836.46689356015,310.981401463095,1583.77233512469,675.762797832772,3045.26979042255,1519.97042772045,6989.34522515476,639.039287268278,2034.92002111523,615.706079063603,2771.44337899013,800.370172173495,4954.15673425187,1077.08771635228,3317.83184638325,852.543874881149,4226.68149439054,1000.97067094061,5958.31275529679,16261.5799091179,4866.27651111244,119433.059166207,45591.3274937439,3510.5669971801,20185.9673444656 -1527,3292.29492963302,4516.10872264175,727.120336511968,1809.4123744801,1495.54456189684,3220.66511067163,1552.35663636021,3795.34552098717,317.974254061256,1388.05174996885,2613.0346849445,7702.89670174867,1461.70766188979,4493.46419710604,1667.84068106984,5078.34181443916,1251.55202825402,5766.11103043539,313.855872355941,1564.68070457784,682.67027731832,3008.56049549117,1535.45608258416,6905.0919560177,648.649892795439,2010.39001741841,621.720958403221,2738.03493264986,807.848476443012,4894.43670508865,1087.15616341105,3277.83694407126,860.424129268358,4175.73083706404,1010.22286751788,5886.48809762098,16401.0502232043,4907.00910692774,120537.632179086,46047.0311918967,3539.51180369998,20395.3613237843 -1528,3419.59940671961,4431.5035718207,739.991978994045,1775.51469480891,1523.32043144882,3160.32890661473,1580.2359940898,3724.24320703905,317.997118817873,1362.04787475992,2611.87492259046,7558.59000382906,1461.05890145479,4409.28327068168,1666.97222160676,4983.20374281184,1253.71443440111,5658.08823396571,318.646099501772,1535.36784806181,689.586248076791,2952.19787667308,1551.28191603584,6775.73139756987,674.257299387367,1972.72720611804,626.224571251018,2686.74036189058,808.188915606767,4802.7439268475,1086.99038747991,3216.42967820328,873.556357733641,4097.50235343904,1025.64140012968,5776.21014731198,16254.5795096485,4910.87299306404,121944.6933854,46927.0199929356,3508.27040848201,20854.9531741772 -1529,3503.17487581536,4459.12045949356,746.338559115589,1786.5796051928,1518.7543198903,3180.02390335992,1589.69997640908,3747.45248683502,314.648186182459,1370.53608255501,2582.88292821726,7605.6947229651,1444.84104542979,4436.76168265421,1648.40349452042,5014.25879574948,1243.00788316502,5693.34913010809,320.541847678369,1544.93617644274,690.593183312987,2970.59581223306,1553.78733525827,6817.95738472648,690.162698717453,1985.02113407671,624.876569613356,2703.48398074995,799.988834392013,4832.67436409067,1075.27403463301,3236.47429188597,878.75348041902,4123.03776380264,1031.74333521433,5812.20717275218,15885.1488023995,4843.93410824276,121980.4182915,47375.4200830701,3426.02916631855,21126.9839987645 -1530,3597.85413629101,4703.90357520542,748.171140256456,1884.65377165656,1527.53389730104,3354.59110022615,1598.38524942681,3953.16863737243,310.955214380855,1445.77156801248,2551.45563934835,8023.20881982628,1427.26090797628,4680.31741482532,1628.36714308481,5289.51619284356,1230.48104356151,6005.88514512787,320.711079814293,1629.74534324613,689.319173957836,3133.66646821655,1551.04863293269,7192.22869374009,710.27421968055,2093.98873483275,621.472971581273,2851.89155082941,790.832569390282,5097.96369610331,1062.45235687387,3414.14032900827,879.217423986824,4349.37164268958,1032.28805076273,6131.26789197542,15577.0885444992,4794.17745654044,121834.553125336,47613.9517312537,3359.82952275058,21305.2223504393 -1531,3649.24761620257,4740.74774972224,742.52774629786,1899.4156627873,1524.1722866924,3380.86654102828,1591.48413863623,3984.13254486779,307.892022638701,1457.09583499875,2526.04817729875,8086.05205230678,1413.04820649128,4716.97684648009,1612.13995178411,5330.94728397942,1218.58221352586,6052.92732549513,318.864515315296,1642.51061806193,684.051388749597,3158.21147692826,1539.29699061476,7248.56312426579,721.458523658442,2110.3902798791,616.020236437312,2874.22950659782,783.099408970161,5137.89441770434,1051.9367618658,3440.88219990246,874.155136513082,4383.43888179848,1026.34442552727,6179.29215535787,15392.8295528056,4753.27189683901,121093.069820664,47418.0870103135,3319.99749634673,21257.348253488 -1532,3555.44943445369,4454.24688996839,712.653096671996,1784.62697350292,1452.275106516,3176.54831490575,1525.48385571342,3743.35673064211,291.068469194852,1369.03816319047,2386.89754172912,7597.38212357328,1335.20861586476,4431.91255002291,1523.28429024341,5008.77849103909,1153.88741770336,5687.12661760395,305.420026862977,1543.24764751954,652.93965384534,2967.34911698146,1469.46501609403,6810.50573823341,702.583871500532,1982.85161688296,586.330236961066,2700.52922380627,740.545630906207,4827.39252101873,994.254220291526,3232.9370063111,837.297574527032,4118.53151388646,983.070009233379,5805.85475504818,14403.4240544829,4484.55778781676,115530.131228336,45562.9325816973,3104.79576573199,20486.2532048783 -1533,3181.3902075343,4213.42761660257,639.9264979672,1688.14094980363,1273.87775905321,3004.80793411774,1361.77256364688,3540.971800015,257.980275333981,1295.02098726515,2114.59504835686,7186.628950775,1182.88509593323,4192.30078482842,1349.46280553372,4737.97841496363,1024.09591521429,5379.65158682484,274.459440535719,1459.8118195828,584.084269943158,2806.91911033241,1314.71288515271,6442.2951105673,626.546171252251,1875.64855935927,522.482799977366,2554.52485955676,656.56353170273,4566.39909432263,881.054533884951,3058.14796566526,752.420285686449,3895.86272362652,883.415693178123,5491.96067644939,12602.8763312875,3943.69381780802,102950.654578855,40929.428521448,2712.22560401151,18435.9257994803 -1534,2740.6793956335,4018.54984627327,568.048735961346,1610.06172921775,1121.40790027138,2865.83075834728,1197.91627416719,3377.19618738391,232.00485294275,1235.12419408578,1902.732887279,6854.23586050511,1064.37134412721,3998.40016427952,1214.16572110917,4518.83933073249,919.524096515764,5130.83409147785,241.743162566577,1392.29318668173,518.134098400512,2677.09460935822,1165.9759646766,6144.32865161979,537.519429311073,1788.89681174909,467.893907684614,2436.37399660623,590.235426372916,4355.19582826228,792.533564093496,2916.70372807172,662.729833909348,3715.67283782007,778.110248687296,5237.94870597067,11456.8883397471,3541.29540416948,91338.9864240188,36003.9081169266,2466.08033998203,16134.0190445881 -1535,2223.67760904864,3711.90489788805,480.552250227615,1487.20216177681,1015.58336286249,2647.14676571518,1031.62951579722,3119.49124650144,217.583823190838,1140.87512184993,1789.96003464237,6331.20718546854,1001.2872435977,3693.29278502528,1142.50384585152,4174.01861023835,853.327409514333,4739.31366362663,207.202001201564,1286.05096282004,455.859680954456,2472.81257486503,1024.91623610731,5675.47112482188,438.780950857187,1652.3908104576,419.17858860361,2250.46071768317,552.395540650712,4022.86231217972,744.266219376667,2694.13775318927,568.036532591397,3432.13963575556,666.93096496184,4838.25464417463,11475.0570573198,3383.80430964283,81008.4104349687,30408.0393724478,2479.26414856409,13399.0604031888 -1536,2083.40903466152,3464.91243393575,470.087833970857,1388.24280359351,997.18693400832,2471.00397108718,1009.64001509452,2911.91835591111,214.72915329069,1064.96058062127,1742.61667066849,5909.92471580691,974.803799555041,3447.53878265586,1115.2133068761,3896.27681202792,839.564959998063,4423.95678045649,198.559818853063,1200.47633070706,443.429286212452,2308.27008588433,996.466276637852,5297.82174107623,395.062901431695,1542.43969669947,411.55829734996,2100.71365977641,550.146967249464,3755.17854819335,717.142312626293,2514.86814898531,544.344313081946,3203.76292660389,639.113960397995,4516.31416653112,12057.2820973429,3415.7224423541,78423.75132333,28396.4531997899,2594.73789141611,12441.6363217885 -1537,2190.83652610509,3333.91090703389,490.886460454494,1335.75607255809,1042.67949502191,2377.58016908209,1054.82862248452,2801.82444787991,222.074654239795,1024.69651484423,1801.79274754426,5686.482081568,1007.9063547826,3317.19411935125,1153.13135057397,3748.96624607858,869.314627392157,4256.69567235127,207.476351078902,1155.08868085135,461.989959494102,2220.9989321342,1038.27715645007,5097.5215168808,422.940149140739,1484.12308429603,427.023479622565,2021.28980642907,569.057802346338,3613.20263019197,741.616265310142,2419.78592865349,568.788652513676,3082.63494913869,667.814027998727,4345.56120723858,12404.6135343863,3532.90793320644,81638.4952962043,29721.7067209335,2670.88083017065,13054.4226883466 -1538,2278.0332587592,3296.35193652115,512.203818206731,1320.7077931228,1110.7745476641,2350.79497117119,1107.44428512961,2770.25982460285,235.528878108018,1013.1525512355,1911.72083766199,5622.41965795248,1069.39912122301,3279.8234758074,1223.60323178862,3706.7313703977,920.695553771241,4208.74084941278,217.7608380462,1142.07575311769,485.880692178467,2195.97773758913,1091.89455829395,5040.09416933633,431.145238812656,1467.40334081316,449.837769114309,1998.51848279316,603.37286386539,3572.49723198903,786.649092847037,2392.52525166609,596.983188678907,3047.90678801358,700.917196778287,4296.60524836769,13275.8122460621,3767.05653106766,85976.9379243152,31030.5432507647,2864.98262657155,13602.3787333294 -1539,2494.44409540807,3334.69067588878,555.220784170131,1336.06849271933,1246.9535804521,2378.13626161652,1209.24222617667,2802.47976696379,256.629599824815,1024.93618124512,2083.1627213667,5687.81209360035,1165.30214020086,3317.96997831451,1333.41432694634,3749.84309228061,1002.77328929436,4257.69127145474,237.310215934349,1155.35884469288,528.970287576165,2221.5184018628,1188.76747897179,5098.71377685021,484.558249474319,1484.47020603691,488.808849015529,2021.76256616432,657.391928113747,3614.04772262425,857.147102400463,2420.35189269851,650.577076602316,3083.35594702717,763.841711907188,4346.57759111353,14498.72214733,4134.57963634205,93898.1583173604,33799.5971229005,3142.51306797065,14836.1002761703 -1540,3043.64851857873,3434.37140202651,679.523020479769,1376.00631318554,1495.71321181825,2449.22361947145,1469.57944446095,2886.25162028052,311.224043289984,1055.57362043253,2525.8421419247,5857.83243273538,1412.93295219075,3417.15088859591,1616.58838700697,3861.9335734289,1216.85185468034,4384.9623735925,288.250750063613,1189.89488409868,643.105716493124,2287.92413149377,1445.22245518837,5251.12476216878,607.139097073713,1528.84405730218,595.595485693075,2082.19718522224,797.344698921467,3722.07900237453,1039.4286573134,2492.70116212774,790.228644672802,3175.52376395935,927.806439011596,4476.5056871822,17503.7440007481,4987.79303951226,114123.271169273,41263.5405344455,3782.22175247982,18114.9507316769 -1541,4092.87661480612,3660.56997311994,881.41695748997,1466.63444434062,1852.00853906583,2610.53723939206,1885.20509151564,3076.34928762609,374.499137030593,1125.09704020153,3033.34129335917,6243.64781810914,1696.82332774851,3642.21526216802,1941.18890221951,4116.29274246108,1475.6986623994,4673.76987490694,373.076745931063,1268.26512744967,812.7695384154,2438.61405658711,1827.97480694101,5596.98045999314,810.999060168551,1629.53856605053,738.744264391851,2219.3372824622,960.716727935666,3967.22690668598,1249.94972424122,2656.87835062387,1022.77593807121,3384.67381029883,1200.83991817521,4771.34252088479,20146.4354712173,5934.30634014041,143109.857118088,53862.3585097022,4349.75253640974,23978.2522795026 -1542,4164.95505298933,4142.40346994423,897.145105993267,1659.68459993628,1932.56860226686,2954.15702972057,1936.27310417269,3481.28298527275,388.181042245544,1273.19131107403,3145.51027813029,7065.48668015248,1759.56963012674,4121.63276513722,2013.25613859432,4658.11211502236,1527.11176684236,5288.96884630075,382.710641030686,1435.20432701332,835.962989456307,2759.6039425662,1879.96846502337,6333.69979236455,841.862002826521,1844.03146504051,758.961861063652,2511.46420567188,995.532748302675,4489.42504172524,1295.79547104423,3006.59792864542,1049.186900977,3830.19164757593,1231.84899587656,5399.38478432086,21090.771186071,6184.7260453677,147429.71951786,55073.3089971803,4560.28927211762,24486.9326295942 -1543,4081.17525779889,4466.00843346968,874.819494380245,1789.33932293055,1918.31000611805,3184.93606531848,1892.50378306989,3753.24115198559,379.440530128208,1372.65314060619,3074.79085078518,7617.44318946156,1720.00983040789,4443.61511917515,1967.93656743923,5022.00428825374,1492.09130785784,5702.1436089748,373.376561826316,1547.32262916918,815.895480913114,2975.18447199995,1834.81464476649,6828.48903854988,830.646432753487,1988.08738313586,741.405951917048,2707.66003463174,973.094388220354,4840.13936432049,1266.63283679682,3241.47365238753,1023.59787212865,4129.40659305441,1201.80494989871,5821.18525085376,20638.4102381914,6068.3484165588,144222.243088717,53773.5887074165,4474.7939075143,23915.0229459944 -1544,3956.19328064535,4612.9952691705,853.593796069898,1848.2306862118,1805.76601767745,3289.75979799264,1828.71730010273,3876.76914096519,365.119973337951,1417.8303821314,2957.89802156272,7868.15115099576,1654.62105272388,4589.86493826303,1892.94208873767,5187.29025450367,1437.73177431696,5889.81455905935,361.675577317799,1598.24865415502,789.162441892065,3073.10478667919,1774.78591969468,7053.23066439908,787.779996520166,2053.5200122715,718.1609884931,2796.77549121293,936.545928196245,4999.43972841759,1218.71547629516,3348.15816995389,991.520060960897,4265.31507094406,1164.14243291522,6012.77414120132,19721.9145119645,5793.85318830123,139081.809701405,52176.7015954404,4258.63179959695,23209.1307883497 -1545,3811.75562035074,4624.23696676853,822.732277082424,1852.73475553193,1702.35479914318,3297.77682004908,1756.13954326749,3886.21668291941,348.350916231326,1421.28558194653,2821.27983338167,7887.32554219581,1578.19808996402,4601.05026810643,1805.46879014438,5199.93148758363,1373.17280383246,5904.16781769456,347.815252355696,1602.14352657697,757.731620451058,3080.59382854528,1704.19105906952,7070.41912473595,739.251882759146,2058.52436403048,688.176458700564,2803.59112888156,893.693856473177,5011.62317676449,1162.64013156555,3356.31750666697,953.522498744284,4275.70948485303,1119.52954381156,6027.42704775693,18694.9666588171,5500.9035180706,133125.047038488,50214.0547144605,4028.74584208461,22353.3883319315 -1546,3657.71945334153,4680.05557348279,787.549168341096,1875.09889331468,1608.5189861386,3337.5838863116,1676.64803096866,3933.12673579715,329.999691730366,1438.44174879037,2671.90102534676,7982.53249755539,1494.6369533719,4656.58899097761,1709.83287599369,5262.69923342633,1302.27464099043,5975.43631534277,332.515367091202,1621.48280785785,722.530754631731,3117.77930511097,1625.16597306823,7155.76530125433,703.115652887005,2083.37256335792,654.853984492368,2837.43293926785,846.77157155621,5072.11787569844,1101.29133557276,3396.83121049728,911.578435828428,4327.32105836766,1070.28307329448,6100.1833927054,17593.8634483004,5195.07634792408,126716.887277074,48056.8773104474,3787.52493963585,21422.9788734267 -1547,3517.80994918788,4752.63925785092,757.939656157339,1904.1800835045,1537.46749621467,3389.34697577763,1608.28342392301,3994.12618870717,315.870158510467,1460.75075778328,2557.20067974877,8106.3347922426,1430.47463093968,4728.80872859531,1636.34885061598,5344.31922577166,1247.13684202602,6068.11025407378,318.793418696138,1646.63062811041,692.837224850445,3166.13341233437,1558.36771528893,7266.74513939589,674.67719451563,2115.68390115843,628.556556978358,2881.43911262324,810.57796598782,5150.7821131604,1054.09773930393,3449.51317560716,873.960227792167,4394.43413019522,1026.11558344782,6194.79205258383,16794.6832876791,4965.14212831378,121483.497218826,46154.2942326676,3614.22950628813,20577.5779965404 -1548,3457.88246660456,4677.71626061496,744.623861819585,1874.16163030558,1494.72249475596,3335.91560421321,1577.13197045246,3931.16077324832,308.484132440737,1437.72274765037,2497.00097760413,7978.54245070739,1396.79946911527,4654.2614078163,1597.80293301068,5260.06868773238,1218.75027046413,5972.4495099846,312.94292644188,1620.67231414943,679.151610624079,3116.22089172613,1527.66028524941,7152.18851170866,657.382449562381,2082.33119532939,615.449811056997,2836.0146562406,791.708860251442,5069.58259157041,1029.39563705359,3395.13331378733,857.921322208293,4325.15805887414,1007.28432495607,6097.13423286474,16338.8192777555,4837.50155019355,118923.275885125,45324.4489918246,3512.70558794875,20220.260380732 -1549,3431.37880456219,4610.46101251315,738.057624092598,1847.21531753103,1475.22386742065,3287.95249163687,1561.49270307566,3874.6393473211,304.37628183304,1417.05146390686,2463.4429624939,7863.82859845193,1378.02742292428,4587.34338879302,1576.31112638274,5184.44049548724,1203.11034968,5886.57885191337,309.646258858566,1597.37061894025,672.019254900942,3071.41650481244,1511.61529907417,7049.35580745168,647.170372956386,2052.39186310628,608.760439364236,2795.2390172965,781.230660326842,4996.69316947368,1015.64689696268,3346.31878108897,848.883631393182,4262.9718205214,996.67318375209,6009.47088333798,16074.5769129408,4768.2896500584,117575.664563803,44899.4592644576,3455.91187099867,20039.1631602104 -1550,3439.94159203461,4500.77322437344,743.18853613209,1803.26809363133,1467.75107087002,3209.72859269546,1567.47013411179,3782.45754192393,306.373286800207,1383.33829719007,2479.66174638567,7676.73972318914,1387.10006203532,4478.20559359458,1586.62379204791,5061.09712285085,1210.94835407148,5746.53085839949,311.457240617142,1559.36746707423,675.440658457534,2998.34422810208,1519.35066059855,6881.64410915717,643.796287693932,2003.56327020655,612.531477314048,2728.7372977728,786.344520577152,4877.81650610209,1022.31803719161,3266.70628582833,853.848370115599,4161.55117112737,1002.50227712364,5866.49915723632,16185.2134954294,4787.66898956006,118133.739192239,45117.2429950866,3473.27857371548,20125.3087223068 -1551,3468.51196041394,4424.81053533095,750.029752184746,1772.83308021742,1476.51888865414,3155.55576441846,1582.87280431418,3718.61836768658,309.236624689407,1359.99073185598,2502.84526938217,7547.17403227746,1400.06871238996,4402.6237941979,1601.5278529175,4975.67745654219,1222.43789492594,5649.54264883903,314.336361221924,1533.04893465787,682.342557782493,2947.73908118905,1534.82497634359,6765.49780151072,653.429189473869,1969.74773538968,618.515758008498,2682.68249507649,793.691779332521,4795.49019460237,1031.8737103853,3211.57180528181,861.741371514085,4091.31376928832,1011.76943995051,5767.48615901729,16336.2681285873,4828.32852769952,119230.392906946,45557.5436261085,3502.50559920762,20320.9774778282 -1552,3563.15759774342,4331.17303515232,763.101793579569,1735.31652294564,1503.88643825723,3088.7781360669,1605.71946199259,3639.92525183716,309.269415121523,1331.21071260311,2501.91846617113,7387.46131595826,1399.55026716516,4309.45580812845,1600.79459181262,4870.38255295126,1224.66377741344,5529.9874618845,319.098069146214,1500.60667102949,689.191277344599,2885.35925350208,1550.49995193579,6622.32685745806,679.162558227483,1928.06408533242,622.974116108266,2625.91177447587,794.02571747749,4694.00839998806,1031.82387088537,3143.60876978242,874.79541560073,4004.73370201908,1027.09617638354,5645.43506057295,16160.3025044657,4826.4915076071,120493.898352219,46391.2482909014,3470.16109843256,20755.2914066136 -1553,3618.36703632312,4366.0028052182,769.424278363626,1749.2713280285,1499.35880391667,3113.61700336464,1613.40986602472,3669.19625037486,306.024030091606,1341.91584090274,2474.34997592568,7446.86868133412,1384.12870630694,4344.1109358936,1583.0760174479,4909.54845629324,1214.33253420304,5574.45767588921,320.957593704547,1512.67402204204,690.12492783516,2908.56229769849,1552.84011465643,6675.58128065342,695.054276524903,1943.56889851337,621.609289583576,2647.02843330617,785.968749810681,4731.75596443122,1020.82066922602,3168.88856574993,879.893232592164,4036.93836179239,1033.0815167802,5690.83366355781,15790.6790478148,4759.36197743269,120478.570499519,46812.9930842102,3388.71497252199,21004.5500961194 -1554,3655.98025424326,4652.11378369617,771.150195068158,1863.90380849497,1507.9704798192,3317.65718546751,1616.223441209,3909.64440770718,302.440990385851,1429.85368047923,2444.3953579401,7934.87360942693,1367.37236745282,4628.78730600493,1563.92016871918,5231.27882967647,1202.19152872452,5939.76058825255,321.098387548999,1611.80191175558,688.795369208942,3099.16492488052,1549.9759844166,7113.04254151983,715.23375273318,2070.93400204202,618.205799245682,2820.49233814083,776.972510119203,5041.83531831628,1008.7370832007,3376.55077960622,880.279213648083,4301.48523367421,1033.53469664331,6063.76287603791,15459.2745805727,4703.96115568019,120190.008935712,46998.6801944791,3322.04345188422,21141.7723813443 -1555,3643.46747368739,4747.3108215846,765.301620184919,1902.04520608922,1504.62119648026,3385.54699888794,1605.98447670905,3989.64816172437,299.463811823286,1459.11303253389,2420.09138761691,8097.24634981083,1353.77694912927,4723.50701000089,1548.35602570455,5338.32742567146,1190.58154477657,6061.306973414,319.241280268076,1644.78450306703,683.518489569078,3162.58369202467,1538.2028185958,7258.5980055113,726.431358642488,2113.31189558103,612.777127956023,2878.20857821196,769.374771939856,5145.00729779516,998.774950373948,3445.64574319565,875.188023532215,4389.5072967204,1027.55713685276,6187.84674223216,15271.0949102292,4659.81027642496,119367.017553089,46760.3867629623,3282.41324486549,21056.4569439325 -1556,3516.19416791792,4458.73057191454,734.348441755556,1786.42339384948,1433.62374309143,3179.74585484516,1537.15419394521,3747.12482464449,283.109592289493,1370.41624838591,2286.93136347377,7605.02971157345,1279.28845164819,4436.37375003682,1463.10157493654,5013.82036910453,1127.46920929525,5692.85132653247,305.752376762157,1544.80109343006,652.377216738025,2970.33607526923,1468.29922912612,6817.36124992305,707.327232556156,1984.84757180332,583.225691697639,2703.24759897158,727.566347273199,4832.25181445894,944.097294610081,3236.19130757602,838.208699338775,4122.67726194436,984.139759707217,5811.69897670681,14285.9286139792,4394.20690743001,113824.019569004,44906.075335411,3069.48760449904,20267.6127014369 -1557,3165.13704362147,4215.50700021562,659.278384060117,1688.97407023359,1257.55193099619,3006.29084754289,1376.33158985324,3542.71931757202,250.933698812356,1295.66009766754,2026.16514079204,7190.17564952792,1133.41821584456,4194.36974206377,1296.22096859455,4740.31667150238,1000.72324812801,5382.30651776741,274.732641977226,1460.53225649356,583.535500123766,2808.30436294199,1313.56684976456,6445.47447048571,630.659229918654,1876.57421733494,519.70062167851,2555.78555218411,645.055790667541,4568.65267414205,836.685126214353,3059.65720311865,753.169257214873,3897.78538466247,884.295059689819,5494.67103344927,12528.3406448824,3869.67252954863,101522.095098587,40363.9886902965,2682.74115294597,18249.7519439525 -1558,2768.30616146214,4000.16024544435,585.353061035136,1602.69379958073,1107.07989112852,2852.71620565905,1215.21797106297,3361.74153528733,225.659545623632,1229.47204548186,1823.01884839918,6822.86965471352,1019.78004112532,3980.10277198922,1166.17819586608,4498.16031599307,898.468655827457,5107.35447956033,242.014821962174,1385.92180473566,517.70154158367,2664.84374694998,1165.08208269089,6116.21110783225,541.121132260113,1780.71050087809,465.420548687066,2425.2247146559,579.890650204645,4335.26567537695,752.538055569868,2903.35637160053,663.474577976614,3698.66925620176,778.984651742265,5213.97891847271,11405.9174560007,3479.57199604621,90178.2443751994,35542.5199000119,2440.06310924848,16003.4683496971 -1559,2256.57568965899,3697.67407689153,495.972551126203,1481.50047805051,1002.65378986622,2636.99804886744,1050.46704432677,3107.53164011325,211.589874245628,1136.50119792541,1714.21819926982,6306.93439868472,958.91795484408,3679.13331974875,1096.93127507915,4158.01612275215,833.322188360589,4721.14392968981,207.573436678418,1281.12045906314,455.738074498674,2463.33222607407,1024.71448882813,5653.7123201461,442.069060679261,1646.05582114974,417.048845475635,2241.8328286305,542.716146512098,4007.43933259562,706.267581533578,2683.80888077462,569.05480905171,3418.9813878653,668.126522048946,4819.70558710801,11434.9009537304,3325.68891238313,80064.0561590066,30033.0985403277,2453.583766058,13314.0589612658 -1560,2080.29005875235,3470.56577231582,465.807301042716,1390.50785544462,956.188367668304,2475.03565207578,1004.87684764187,2916.6694311879,206.32156774295,1066.6981663867,1672.62874601252,5919.56732723108,935.653195738405,3453.16377425042,1070.12272708336,3902.63396294033,806.881505653967,4431.1748920641,190.119867498195,1202.43502347178,409.557935847264,2312.03625086452,921.480942494893,5306.4656475387,411.287157324216,1544.95633563409,394.611861624117,2104.14117645535,528.974387784015,3761.30548369758,699.954343124043,2518.97139860519,521.206502273857,3208.99017440855,611.947886379929,4523.68296811008,11414.7851212248,3274.08310006576,75666.024661194,27484.7872290486,2456.59875543611,12029.7792645526 -1561,2190.47575445223,3344.04792736012,488.264259418462,1339.81754475576,999.061305401776,2384.80939001009,1053.65369020654,2810.34361715908,214.593620316311,1027.8121858051,1739.34539816574,5703.77228099235,972.973879688711,3327.28031095973,1112.86017811841,3760.36527505643,840.075889139053,4269.63849288741,199.500011480235,1158.60081952659,428.738142059916,2227.75205540216,964.715295588874,5113.02093503292,433.081443334458,1488.63567815101,411.449087997273,2027.43569827331,550.25464878843,3624.18885913641,727.955349105205,2427.14347953829,546.921815986404,3092.00794500125,642.14020325498,4358.77423047616,11820.1382294662,3402.24382801071,79073.3030731156,28858.3374186369,2543.08223482211,12657.8192055041 -1562,2253.6329851767,3297.97645969621,502.232140476606,1321.35867035276,1046.45251926388,2351.95350065591,1089.02407029638,2771.62507666716,222.71775515162,1013.65185769035,1805.5979201165,5625.19052441642,1010.03493345616,3281.43985335117,1155.34326753121,3708.5581386345,871.298571035559,4210.81502024749,206.178935482494,1142.63859609209,443.139701304436,2197.05996933966,997.11687264002,5042.57805150068,445.41927471973,1468.12651321108,425.429575572771,1999.50340177438,571.001677857199,3574.25784634635,755.587564349718,2393.70434685771,565.231836206692,3049.40887131898,663.63797453085,4298.72272093569,12332.0634347804,3546.23377996957,81822.9798904914,29721.2578450204,2655.92929997403,13026.254503905 -1563,2460.97814424194,3336.25021990172,543.58063770341,1336.6933355672,1167.84660288655,2379.24845118048,1186.5934930429,2803.79041042873,242.154144988115,1025.41551598422,1963.30551309835,5690.472128416,1098.2551160385,3319.52170251256,1256.33071110779,3751.59679177254,947.010339716653,4259.68247770944,224.354359516221,1155.89917455977,481.602724264919,2222.55734551904,1083.71022376191,5101.09830642648,483.554417945924,1485.16445232456,461.401564546485,2022.70808945632,620.804312188588,3615.73791432001,821.551409788467,2421.48382536344,615.059081052911,3084.79794863221,722.140078849874,4348.61036707923,13434.1188391651,3876.26103498205,89070.3321377443,32291.5071539707,2896.8561625674,14176.9414509498 -1564,3010.01997175491,3431.51224325541,667.874075756781,1374.86077006895,1403.61873652557,2447.18460901677,1447.70657256827,2883.84877834245,295.328597006791,1054.69484169193,2394.06397414164,5852.95571119915,1339.21745249681,3414.30606612577,1531.80433493088,3858.71846360026,1155.47301873636,4381.31183549869,273.60845343823,1188.90428116256,588.210461933082,2286.01940495654,1323.53197736103,5246.7531326435,592.164814955328,1527.57127477974,565.002202052773,2080.46372903816,757.202197231517,3718.98032329163,1001.88970304434,2490.62595605445,750.087336403456,3172.88009920684,880.676580414698,4472.77893809158,16323.0865027989,4703.68850713215,108718.81454191,39542.7345686631,3515.3104891241,17358.0336635999 -1565,4135.39676603087,3656.67112254232,887.385271251117,1465.07234100904,1811.04542508741,2607.7567722248,1909.2710988853,3073.0726869095,368.77616020695,1123.89870625974,2984.46459455218,6236.99774719645,1669.48215024876,3638.3359610802,1909.42519338094,4111.90850436307,1452.19665639869,4668.79187134185,363.724621201317,1266.91430605818,766.362266074685,2436.01670374508,1725.60850248133,5591.01915050865,803.83565112301,1627.80295454025,723.327174642312,2216.97347996444,946.563775079039,3963.00143769337,1250.15293412992,2654.04852582389,997.137438090323,3381.06881502835,1170.73778820406,4766.26059329423,19629.2844911411,5825.76165449406,140646.438002278,52888.7821394308,4221.8236650201,23513.0242456608 -1566,4216.17829031212,4131.09679318409,904.527782957383,1655.15449623406,1900.70044767591,2946.09366774337,1964.87039135452,3471.78083471917,383.131575977243,1269.71613954316,3102.04909398488,7046.20145730414,1735.25784191123,4110.3827819481,1984.9365368573,4645.39781319753,1506.14692337944,5274.53262308553,373.646689740515,1431.28694148387,789.417884533942,2752.07161260582,1777.35118727222,6316.41197943959,820.369874841517,1838.99818717126,744.571573270112,2504.60917231401,983.115902924111,4477.17117071677,1299.07263210401,2998.39142940565,1024.33841769697,3819.73715196661,1202.67442350146,5384.64718116295,20610.9295539906,6088.82086598464,145115.627351423,54123.0587429159,4437.73866774432,24036.2413038876 -1567,4126.58576578139,4446.3192178826,879.766651489214,1781.45069302479,1886.12080727785,3170.89469173952,1915.53324231008,3736.69430141587,372.965190332916,1366.60154800078,3019.71639260096,7583.8602969494,1689.20168309698,4424.02462861276,1932.19189770434,4999.8638631776,1465.79713870505,5677.00466521818,363.531986272935,1540.5009741539,768.04542820089,2962.06782671072,1729.23194634221,6798.38439481334,798.00833930526,1979.32253603007,724.838150215098,2695.72281978932,957.033122465106,4818.80072404802,1264.59817182452,3227.18302250797,996.609336642752,4111.20134828863,1170.11774497124,5795.52149023087,20068.0972926963,5947.59406090373,141449.064581246,52696.7209943021,4325.38559182828,23423.422758861 -1568,3999.44715907008,4590.77179692608,857.069858773903,1839.32668762528,1776.44683479611,3273.91111805791,1848.32416084813,3858.09249675138,357.962881015167,1410.99987130145,2897.33864324345,7830.24570593977,1620.74469134277,4567.75289823063,1853.70736107306,5162.3000704111,1408.8846070809,5861.43990815675,351.568409461903,1590.54896392497,741.561831830799,3058.29985952321,1669.7009056014,7019.25116371514,775.498566396673,2043.62701600049,700.601497545068,2783.30180245408,918.727966250403,4975.35452920122,1213.56549352473,3332.02815120941,963.81163850412,4244.76657575562,1131.61000961779,5983.80712271509,19115.5475920722,5671.55620383512,136292.526763104,51101.0877285741,4114.11315827592,22717.4951589112 -1569,3858.7692863686,4606.23725351863,827.910588859599,1845.52303723822,1677.29601066329,3284.94031587561,1779.16367537796,3871.08969301335,342.761868876041,1415.75326751172,2773.64654885412,7856.62434779588,1551.55246701992,4583.14080843353,1774.53439381318,5179.69089948915,1350.29642022693,5881.18600935267,338.932646313326,1595.90722764359,714.097051667372,3068.60270310087,1607.92586454693,7042.89771575185,750.777774495903,2050.51161543288,673.380637513769,2792.6782287096,879.851244959381,4992.1155735109,1161.91237245936,3343.25313450573,929.171166674982,4259.06640509299,1090.93867603587,6003.96545630434,18200.0846109886,5406.95671201393,130930.584480308,49330.6058392998,3913.43088784123,21933.774143105 -1570,3703.4477668155,4639.50748587472,792.814361093078,1858.85300199862,1584.41867636444,3308.66699810449,1699.25136170795,3899.05005338329,324.919539122485,1425.97906300956,2628.54023041243,7913.37168910706,1470.3813219613,4616.24421827218,1681.65911809696,5217.10311042707,1281.37933577818,5923.66502515045,324.19300174492,1607.43425097307,681.381528736671,3090.76680784009,1534.39298273644,7093.7676190084,720.784070321746,2065.32218513208,641.124258470215,2812.84936806939,834.202898724917,5028.17295308949,1101.29823449547,3367.40100238319,888.762982662693,4289.82906908934,1043.49547897119,6047.33129153929,17140.9340808731,5110.24597133163,124724.485486864,47244.560333187,3683.36453354488,21032.6392493697 -1571,3552.3812977555,4660.36635789571,760.022306418981,1867.21026340893,1507.1718602151,3323.54251273264,1622.87962797789,3916.57988522742,308.971542439895,1432.39015618496,2499.04996120144,7948.94960504322,1397.94565176663,4636.99850041522,1598.72334017541,5240.55880835019,1219.43117810676,5950.29737158615,309.50325569491,1614.66115284257,650.246557396997,3104.66265982174,1464.30140822758,7125.66065751779,690.416483124129,2074.60771625213,612.053973089718,2825.49572442543,793.357071945044,5050.77923542598,1047.15755082991,3382.54058061772,848.491593571337,4309.11581360188,996.212892647869,6074.51963208251,16227.577536086,4850.80785705413,118973.818435808,45203.7721967942,3486.1967504418,20136.0247792206 -1572,3486.79333317453,4573.03200662781,745.146229170888,1832.21910938532,1460.70440611865,3261.25997806259,1587.75359922455,3843.18394653995,300.698010695893,1405.54744566694,2431.63780428635,7799.98784888395,1360.23590882481,4550.10205821215,1555.56891701817,5142.35176438397,1187.71297940927,5838.78996618268,303.166662176223,1584.40271960543,635.844998152477,3046.48189065499,1431.95732280177,6992.12717472084,678.078651738857,2035.72997464984,597.587641651901,2772.54648886054,772.216221778504,4956.12862342506,1019.02782306536,3319.15243372985,831.120059561418,4228.36382862508,975.8169968289,5960.68432588748,15716.7317908772,4709.39528027555,116187.132959673,44316.2057668361,3374.70141118666,19755.5783544682 -1573,3458.45426754411,4477.705004112,737.813294416197,1794.02564050149,1440.93632242694,3193.27748030554,1570.31605717178,3763.07097002687,296.162360010497,1376.24814824348,2394.60753100329,7637.39343445252,1339.5215132251,4455.25304125321,1531.85942044391,5035.15702381137,1170.46514028451,5717.07764381342,299.643560303708,1551.37509989514,628.402005264804,2982.97654312321,1415.19961095906,6846.37299591573,672.238489939455,1993.29422608441,590.235719920188,2714.75145358946,760.642077380472,4852.81579179187,1003.59335186852,3249.96314051214,821.461607615856,4140.2215963501,964.477020777175,5836.43105827284,15426.7128009804,4633.92967438137,114741.469481432,43868.1218096267,3312.14841095238,19566.2345442207 -1574,3464.47259532704,4353.13658444511,742.144067627227,1744.11638147841,1431.12087728248,3104.44145182348,1574.39180093466,3658.38345635634,297.557717272059,1337.96133463277,2405.89446051164,7424.92342367013,1345.83531818016,4331.30922850643,1539.01239638268,4895.08045497649,1176.02056993572,5558.03024641928,301.037831497195,1508.21630664569,630.721527383753,2899.99102408187,1420.47172432054,6655.90893815219,674.404379801411,1937.84137435647,592.996401357475,2639.22787665631,764.224800401078,4717.811901727,1008.3226165778,3159.55013384523,825.283949917801,4025.04186457803,968.964827975456,5674.0632844342,15496.95959987,4645.62307070088,115162.287698993,44045.8594552196,3325.21838180708,19633.9238934701 -1575,3489.49004408543,4264.76253506753,748.989221669392,1708.70866471442,1433.23488940069,3041.41745594576,1589.23390005365,3584.11375359318,300.348431795182,1310.79906697624,2428.46831952833,7274.18830738344,1358.46292809029,4243.37830141414,1553.52141922995,4795.70427565303,1187.21793315543,5445.19536749674,303.826373884169,1477.59765276935,637.195667209775,2841.11762441127,1435.00174289469,6520.78576575858,681.559557173747,1898.50080096044,598.807661213248,2585.64829095625,771.390246442291,4622.03449298518,1017.78114599635,3095.40736365577,832.928634521691,3943.32854325518,977.94044237202,5558.87279152344,15641.0007970419,4682.27032048783,116195.8449637,44467.2856123308,3354.33212048938,19817.3895816819 -1576,3585.44717297687,4209.59373888392,763.032579996038,1686.60487832873,1457.92067597582,3002.07380237615,1613.93068766067,3537.7498026006,300.993846171997,1293.8426231018,2432.56606469127,7180.08970075964,1360.75516919051,4188.48613081479,1556.00994993943,4733.66723852262,1191.70636783377,5374.75653979197,308.911432619354,1458.48350911499,644.790593559365,2804.3650413856,1452.35176922905,6436.43314403343,696.050428439323,1873.94187115335,604.170810190818,2552.20044892675,773.282685649796,4562.24404116039,1019.76540453866,3055.36529881709,846.869132756303,3892.31780422831,994.307963484163,5486.96343724533,15507.2031879021,4685.07010712357,117532.391312333,45316.020978696,3325.21838180708,20257.9567173615 -1577,3660.31561892074,4298.81253627851,772.745165111654,1722.35104963605,1474.94682122099,3065.70023070907,1631.08028311746,3612.729433047,300.094506378558,1321.26452887497,2424.21724538153,7332.26566072696,1356.08491616131,4277.25757021604,1550.60648064245,4833.99333279298,1190.19384130726,5488.66998239799,312.259889677481,1489.39483994037,649.454299260632,2863.80119887908,1463.04359329287,6572.84792898454,707.434277293468,1913.65849240052,606.57733084998,2606.29219005129,771.198580738926,4658.93696499606,1016.52288585166,3120.12119557826,856.0488024786,3974.81220514,1005.08580194112,5603.25501063334,15299.2829853765,4664.37904158085,118256.789460634,45925.903605086,3280.06087529718,20591.7013013371 -1578,3702.39590318415,4571.79737103177,777.00857308758,1831.72444349868,1482.99245211976,3260.37949709263,1639.1530877102,3842.14635666618,298.29878513296,1405.16797338119,2408.91061628581,7797.88199381166,1347.52252808593,4548.87361328578,1540.83655726262,5140.96342279212,1184.77584191498,5837.21359892358,313.554363834174,1583.97495964372,651.059512315027,3045.65939586829,1466.74748118602,6990.23942735991,714.112463400241,2035.18036452532,606.068788335227,2771.79795165768,766.751549241433,4954.79055869947,1010.29529204443,3318.25632284818,859.59755493868,4227.22224717796,1009.25238765668,5959.07504936485,15087.8117462598,4631.91260253878,118376.25324115,46224.2595011212,3234.09233324921,20773.2211482946 -1579,3677.60336260721,4592.00643252211,767.161257501755,1839.82135351192,1471.05911817877,3274.79159902787,1619.45089818462,3859.13008662516,292.666571003389,1411.3793435872,2362.91268342307,7832.35156101206,1321.79170587988,4568.981343157,1511.38444256172,5163.68841200295,1163.15008115294,5863.01627541584,310.006312702461,1590.97672388669,641.908695837779,3059.12235430991,1446.2762197669,7021.13891107606,707.047544288356,2044.17662612502,596.348078928465,2784.05033965694,752.382324018335,4976.6925939268,991.126581178396,3332.92426209108,849.870705532651,4245.90815720273,997.832106234279,5985.41639923771,14726.0751142385,4543.68953998465,116701.880988931,45731.6815451471,3156.3066007254,20592.8056501918 -1580,3558.53861684446,4275.61435138968,738.699976038688,1713.05652521663,1409.47624197467,3049.15643398252,1556.27066642527,3593.23363865405,278.412725399746,1314.13443455957,2247.02861364909,7292.6976979428,1256.967218989,4254.1757049117,1437.21506936079,4807.9070891759,1108.02136506396,5459.05083060411,298.080159780227,1481.35744436244,615.540040734552,2848.34693351259,1387.00111425578,6537.37810092948,682.610377150594,1903.33159325194,570.430368747495,2592.227550668,715.906862454609,4633.79539853153,942.710187262183,3103.28372063378,817.175603584718,3953.36246113394,959.444828936843,5573.01751024947,13887.4477269099,4313.51633670176,111784.297253548,44057.1685626941,2975.18258544992,19880.3694601751 -1581,3208.33248802416,4010.42723039797,664.416581634181,1606.80734306796,1240.34872814126,2860.03811092367,1396.52884772649,3370.3699270624,247.614774649381,1232.62766181154,1997.71123956867,6840.3815281854,1117.50136419751,3990.31827656067,1277.70617473626,4509.70548954852,986.640371169442,5120.46323730427,268.420710344631,1389.47897180974,552.03437026477,2671.68345060556,1244.08697200016,6131.909240798,616.466903091296,1785.2809497595,509.678617895414,2431.4494017001,636.870878882051,4346.3927564757,838.291781383647,2910.80825211361,735.865332842803,3708.1624212931,863.978544260005,5227.36134313068,12233.3926221089,3815.70006275019,100017.332397443,39691.5581090934,2617.03643371212,17936.0405657174 -1582,2795.27190506628,3819.38333778732,585.449363776327,1530.26419395699,1086.67342779316,2723.79506689481,1223.10540998894,3209.8163118457,219.610496763421,1173.90923279552,1772.35873402868,6514.52768793088,991.441237299167,3800.2323100254,1133.47255688012,4294.87758175839,874.263735144737,4876.54078899014,234.435710918588,1323.28864937648,484.833847155373,2544.41301857818,1092.42124082261,5839.80474838436,537.62456460492,1700.23589035524,451.445821934426,2315.62294937957,564.721519674955,4139.34454357759,743.589348490437,2772.14668136824,642.696728668414,3531.51745488486,754.589405496865,4978.34661185602,10937.5219301041,3385.66780623991,88018.4096415551,34715.3035009834,2340.73119218846,15635.1918086704 -1583,2261.1415939891,3529.43848789384,492.918456270956,1414.09564454103,966.534745088747,2517.02075754545,1048.96904935377,2966.14616239616,203.973127263342,1084.793030993,1650.75177284134,6019.98352057366,923.415417385319,3511.74129217198,1056.0275073039,3968.83603902201,803.498366058888,4506.34283764171,199.505526964629,1222.83245137895,422.810082423142,2351.25632664841,951.840591877162,5396.48153062155,442.898931001235,1571.16410142657,401.191198002657,2139.83463773639,523.548048387616,3825.11014336148,691.473464132054,2561.70180523866,546.936936480476,3263.42566943292,642.157956207694,4600.42016838765,10853.4385194246,3199.1778265036,77473.0155162356,29137.1443740653,2330.14102907079,12913.3184650605 -1584,1923.85862480073,3322.92913238749,447.052745525568,1331.35614329171,873.197956795036,2369.7485112038,930.485187543485,2792.59534562032,170.70599251328,1021.3212038294,1325.69748169442,5667.75102771207,741.583025095551,3306.26740916227,849.607839482235,3736.61729506597,649.577555424161,4242.67428008388,176.092784984637,1151.28386304324,376.253715654696,2213.68304684431,846.789090717227,5080.73047653373,398.736432018069,1479.23443978401,354.136984505322,2014.63175533885,449.855300622456,3601.30087932249,570.295827143336,2411.81524662209,482.751780470161,3072.48086785922,566.798246790944,4331.24709530795,9232.97909978691,2759.98234400077,65598.658561128,24314.458928114,2073.2176114712,10878.4062773782 -1585,2013.43641484984,3163.14106137885,471.826808742521,1267.33587036785,900.633239624246,2255.79557140433,977.113276336756,2658.30917651873,173.775746249239,972.209429687268,1348.78405811264,5395.20865091312,754.49744442253,3147.28054230447,864.340200331269,3556.93640333202,663.216314649192,4038.6588731572,186.180065942654,1095.92263795239,397.178600805927,2107.23475084179,893.931610375692,4836.41587040886,422.400699839268,1408.10321540764,365.296522702582,1917.75514161852,458.10268017125,3428.12688201392,580.395053056902,2295.83946425261,510.405683740589,2924.73598028365,599.266659181551,4122.97253065488,9312.8058734645,2822.48028044014,68280.7196088515,25562.9830701533,2122.3855514756,11524.1562760288 -1586,2107.44877841214,3079.18571478531,490.131032593364,1233.69853956832,971.890535892933,2195.92277554524,1027.0866376497,2587.75295915859,190.154121067565,946.40527551043,1477.43419656759,5252.01029097831,826.463153169629,3063.74616188038,947.05022362321,3462.52903332913,721.630895236359,3931.46573858317,194.481086014108,1066.83491687906,415.488584986954,2051.30502136467,935.094628078328,4708.04885711679,438.121380948897,1370.72967082171,391.511339326769,1866.85453539454,500.958930554727,3337.13834405075,635.414156583837,2234.90383280137,533.162619634144,2847.10832531834,625.985548450563,4013.54156280044,10409.2535668217,3087.82573453237,72354.9942400165,26630.9828704497,2328.5441262242,11873.7610860868 -1587,2334.36198670478,3070.54325300675,531.152754095775,1230.23587331104,1097.274282283,2189.75939976534,1130.74137054454,2580.48981944782,218.693123094384,943.748965635597,1699.72986185963,5237.26928397038,950.81331164032,3055.1470348527,1089.65376583396,3452.81062801047,828.197809846471,3920.43115167395,211.941409777808,1063.84059277938,452.287700697091,2045.54754945962,1017.95390979775,4694.8346063154,476.178953436695,1366.88239433821,440.299416528202,1861.61476733157,576.027892812571,3327.77187730932,730.894941599972,2228.63104747991,581.029443849838,2839.11724353238,682.185925419619,4002.27661071047,11971.8422730584,3506.44472673722,81089.7875214614,29566.5185726386,2625.68857380632,13093.0689418242 -1588,2863.71197574331,3103.09868936691,654.418013716312,1243.27944976689,1330.02259489993,2212.97632488546,1383.87027951139,2607.84946403606,264.3126566781,953.755064510979,2052.80883393735,5292.79743414653,1148.32245367804,3087.53923280226,1315.80062644405,3489.41905440336,1004.88479439737,3961.9975249005,259.196597956171,1075.11996319101,554.183780979539,2067.23546836547,1247.20633539528,4744.61159255318,584.477227023167,1381.37476560089,536.768489598508,1881.35253882385,696.49899792777,3363.054580286,883.051861950573,2252.26010926417,710.577773905199,2869.21898551252,834.288453718034,4044.71075045697,14232.9648033621,4217.60687860088,99577.7971502535,36607.9662594651,3151.64435003592,16337.8671750876 -1589,3916.93532916111,3132.60002946962,871.715123755992,1255.09937995988,1688.93656301816,2234.0152197886,1824.93454661817,2632.64244088814,330.506364968195,962.822469498527,2563.49301148091,5343.1163678416,1433.9945036597,3116.89264824453,1642.7173147179,3522.593164733,1265.53304530465,3999.66446629321,345.758443388374,1085.34119134401,724.394871693327,2086.88879645124,1631.4388661378,4789.71889150141,795.3451506861,1394.50757601035,688.422115112871,1899.23866706435,871.643786756805,3395.0273361951,1103.49226910881,2273.67247739504,947.883833928184,2896.4968176391,1112.90919467708,4083.16405130596,17095.5673584439,5213.45894150671,128981.128596048,49103.7273278862,3779.19570610794,22133.411265463 -1590,3946.35181831459,3188.09372776698,864.198736639644,1277.33334078139,1718.88203715023,2273.59057745712,1831.74793109023,2679.27944017471,340.227785929665,979.878773889011,2639.06779254232,5437.7691434578,1476.27034376224,3172.10809184403,1691.22661494775,3584.99555267563,1302.04983562995,4070.51812494581,344.830466122603,1104.56790271972,721.362115080406,2123.85782414738,1624.69593163575,4874.56828580445,793.071616969154,1419.21113917465,698.068259485687,1932.8834913615,897.245842401968,3455.16990815888,1135.98595463427,2313.9503594421,945.339818979895,2947.80797099581,1109.92226998652,4155.49689681135,17531.1262435995,5314.38917500901,130995.592953471,49698.3520261745,3827.87981187418,22350.6295211377 -1591,3842.54900472887,3393.30346221203,839.593009725216,1359.55213923659,1672.85873518314,2419.93599841296,1780.89911510671,2851.73805318024,330.894049158699,1042.95115511381,2566.81919809595,5787.78493884786,1435.85514197733,3376.2888703101,1645.06091689456,3815.75287920709,1265.84651513311,4332.52734261675,335.096653677,1175.66621580238,700.873046757542,2260.56531687144,1578.55935980123,5188.33223030579,770.731280266549,1510.56226177652,678.887798550815,2057.29843704546,872.599348181862,3677.57067797954,1104.85289114018,2462.89364007542,918.65493640911,3137.55110359396,1078.59158355753,4422.97598855033,17072.5457467298,5171.68069363841,127275.272189737,48267.7930168068,3723.93771217441,21704.2049278075 -1592,3708.17603739898,3649.39325468403,812.557514705262,1462.15640940257,1576.49848950021,2602.56655725639,1703.77951621407,3066.95635427123,309.068551540737,1121.66181210215,2396.65570324017,6224.58425855738,1340.66724200886,3631.09458567033,1535.93346492567,4103.724578126,1184.57270185566,4659.49958085174,321.688768817304,1264.39276813522,670.915594612127,2431.1683028153,1511.24061221181,5579.89135224435,744.7831427551,1624.5631404018,643.643082197362,2212.56104048279,815.223224501762,3955.11388100064,1031.79965601326,2648.76617643749,881.897721802495,3374.33947809021,1035.43498499324,4756.77431093148,15804.7282271124,4835.69730031395,120585.518422631,46179.0209009137,3461.43457688109,20835.4256139872 -1593,3560.9981292343,3809.57121957484,787.883499044962,1526.33289619515,1488.25447214464,2716.79755006571,1637.89511592003,3201.57019086052,287.424080037863,1170.89342235069,2228.53788661882,6497.79165749894,1246.62367570203,3790.46939141706,1428.23421495222,4283.84390359275,1102.48873284429,4864.01279940183,311.380447618344,1319.88907842259,649.023592486308,2537.87633998071,1461.96041141991,5824.80210281013,723.385518001977,1695.86792985747,608.239837256408,2309.67403980298,758.190100234818,4128.71043477213,959.483938527488,2765.02494769181,853.637844983063,3522.44487335214,1002.25509983532,4965.55707984572,14718.1673421448,4542.7272984457,114028.869696078,43979.7438216041,3258.70908860106,19903.054184374 -1594,3445.49707563118,3880.53038076791,764.929376344997,1554.76320915501,1433.45055992262,2767.40211004702,1586.17439116328,3261.20439170624,275.501029496459,1192.70312488875,2135.99485105887,6618.82308572221,1194.85594949775,3861.072751491,1368.92145233557,4363.63712770129,1057.00638535868,4954.61256729813,302.29681722408,1344.47405570074,629.889716307473,2585.14821545357,1418.87648330608,5933.29805878733,702.559722002525,1727.45609526007,585.901655080179,2352.69529417715,726.759031613038,4205.61405787678,919.661906567178,2816.52781761007,828.735412175574,3588.05586187431,973.017185389168,5058.04826715616,14114.5520441205,4368.86089325237,109898.31004537,42474.3453595032,3137.44633275688,19242.3924580538 -1595,3294.34546124504,3892.94173479986,724.749336355207,1559.7359099797,1353.05281743326,2776.25327315265,1499.46098170859,3271.63491493487,261.128199445342,1196.51782527388,2024.20676422255,6639.99250034627,1132.32271793441,3873.42187291506,1297.19268435785,4377.59363362823,1002.82253888521,4970.45922861242,284.931085082859,1348.7741749769,592.28466978518,2593.41646401209,1334.28262146534,5952.27491389704,666.391018738124,1732.98113103332,556.016202229981,2360.2200733594,688.918269478166,4219.0651482877,871.609961863994,2825.53610267812,781.127907353193,3599.53177553003,917.121274987477,5074.2257536321,13256.9302414108,4110.82578241837,104043.301310996,40388.8144713944,2923.47207942821,18282.6901600145 -1596,3144.80828400662,3790.98667495641,701.826972466023,1518.88686088646,1242.06711869026,2703.5439731201,1429.56933791871,3185.95170766867,232.723445047903,1165.18135666223,1802.37333601735,6466.09294601152,1008.23113065504,3771.97803281806,1154.89641766823,4262.94567553086,898.024972172479,4840.2842856965,275.386455882212,1313.45015497018,570.183739838002,2525.49560909055,1284.67688938819,5796.38649162087,647.828420482314,1687.59483784978,512.713227315696,2298.40656696347,614.324669466959,4108.56900707094,776.457274181634,2751.53609906564,754.961663569032,3505.26104080469,886.399521693222,4941.33319432507,11628.4290298936,3709.01842175199,96766.6979897148,38301.9344199292,2632.2624619736,17516.5427930694 -1597,3116.41114659886,3645.55938326853,695.725564515741,1460.62034045308,1222.14067139509,2599.83243000989,1414.08593338025,3063.73436215401,228.247775441999,1120.48344987611,1767.61855572651,6218.04501929298,988.789624986892,3627.27993792824,1132.55855536148,4099.41340877285,880.824411387325,4654.60454186666,272.507932462421,1263.06445985123,564.279412774592,2428.61423806756,1271.36938144481,5574.02939534795,642.903579203743,1622.85645500179,505.452134326329,2210.23663367427,602.529443748462,3950.95883466959,761.505574255489,2645.9835141642,747.070299330854,3370.79456452009,877.134281054167,4751.77707994321,11392.696452375,3643.24291160724,95285.3504164382,37810.6381813414,2581.85273155639,17296.6061406524 -1598,3140.29095767677,3516.702225445,700.680377159132,1408.99276675511,1235.79191436506,2507.93788584582,1422.98542746184,2955.44258557636,231.431431478357,1080.87846815452,1792.51969183574,5998.25992620625,1002.71909237986,3499.06889147624,1148.59618366366,3954.514175195,892.641343600592,4490.0813373318,274.123928428523,1218.41976219761,567.150983225081,2342.77162922036,1277.87776989829,5377.00789329649,645.554886765368,1565.49442949019,510.758288192624,2132.11287246499,610.882141587094,3811.30692598038,772.17826914331,2552.45769838736,751.500491799764,3251.64933561926,882.335764354507,4583.81918246864,11582.2652692578,3690.64096873059,96130.9402875922,38066.7772095422,2615.7179248372,17392.7225875517 -1599,3192.15077633801,3441.45432609528,713.961499620712,1378.84413912035,1265.95254121399,2454.27481018249,1453.84064110899,2892.20412182353,237.514388398275,1057.75059750557,1839.63603162946,5869.91341567863,1029.07554117615,3424.19829769709,1178.78553818196,3869.8982863435,916.311971921786,4394.00576229479,279.565343404682,1192.34888051529,579.992457171066,2292.64266394164,1306.68304249365,5261.95449303136,657.674657715021,1531.99709030393,522.772928514502,2086.4914338147,626.93825684525,3729.75528425139,792.474589082695,2497.84201935916,766.417927333804,3182.07284996834,899.850306297937,4485.73787152226,11898.5268852435,3786.99161921274,98515.383466741,38913.9539348581,2692.66100419329,17787.2355488563 -1600,3316.98032275655,3417.67130983792,738.667274091793,1369.31529768596,1309.50885546656,2437.3139406838,1503.22339853369,2872.21683414478,246.320906718012,1050.44075193651,1907.50904962359,5829.34793580698,1067.04308558313,3400.53453346665,1222.18360703873,3843.154402759,950.989058471973,4363.63990513749,289.078115609342,1184.10886041834,598.320402537745,2276.79879312941,1348.08857547402,5225.59046277115,680.38932293787,1521.40984774527,541.552004375542,2072.07222176386,650.254308751718,3703.97989333927,821.787974822071,2480.58006794975,792.496836355585,3160.08235317486,930.469519959605,4454.73807707033,12255.8479007199,3908.73226052439,102190.28546301,40450.1901596725,2766.63666848562,18496.4852982637 -1601,3426.95024356986,3523.00537435572,751.743530315756,1411.51817000328,1348.2417890015,2512.43297952732,1536.27343090349,2960.73976273831,256.352314792605,1082.81577688935,1985.00459325592,6009.01088636619,1110.39338266964,3505.34043534262,1271.82038179431,3961.6020348197,990.418844832122,4498.12911888286,293.799654889183,1220.60359258886,606.356072084064,2346.97068774057,1366.33483730043,5386.6453545522,694.391072462051,1568.30033794516,558.954234565423,2135.93435750071,676.775207414732,3818.13810859378,855.216316932884,2557.03258699887,805.440759606624,3257.4774179117,945.666963660673,4592.03497471795,12630.9336291823,4018.61672091071,105350.472897637,41745.8199245864,2811.57724018011,19055.4360308358 -1602,3446.59141537676,3825.55652207066,751.20199147309,1532.73752591559,1330.35794750798,2728.1974762397,1532.54268090574,3215.00426651175,252.005606184735,1175.80659616156,1950.12489730157,6525.05697404328,1090.88200032381,3806.3745409288,1249.36601132742,4301.81929680549,976.602609956973,4884.42263333339,293.041942543873,1325.42745136889,603.066645990859,2548.52549671076,1359.06301630073,5849.24349482644,697.409817895051,1702.98394378377,553.749285779623,2319.36563921535,665.55582530093,4146.03487403667,840.461755950944,2776.62724035147,803.363519566299,3537.2253679485,943.228078791364,4986.39300268494,12176.7165591068,3924.97019050367,104871.687493094,41961.7834305917,2714.03564201265,19230.7248751443 -1603,3457.35836201953,3906.97761200686,740.482443484468,1565.35948803434,1338.3698423776,2786.26296574301,1522.44095943413,3283.4306902278,257.142741871248,1200.83183211385,1989.71749113148,6663.93278143426,1113.02973456121,3887.38737188289,1274.71737191518,4393.37690779196,996.929589128325,4988.38006076143,289.254360182807,1353.63713722746,593.371373161299,2602.76694432113,1337.36897897069,5973.73565117111,689.643059470298,1739.22933920448,557.583339201329,2368.72977152289,679.156855579703,4234.27685305594,857.56123096558,2835.72348293779,792.980004258495,3612.50977249115,931.036806775219,5092.52071267604,12300.0536102683,3947.30939764979,105629.651372358,42221.133247653,2698.73289528905,19316.3848578746 -1604,3379.08403647973,3664.01396325957,729.731136685065,1468.0143044722,1307.24549198138,2612.99332261889,1496.66807123242,3079.24362284996,249.307676745244,1126.15557019578,1928.60304924734,6249.52205673285,1078.84287570746,3645.64198356425,1235.52168230167,4120.16549225714,967.614764224732,4678.16711836418,285.258676252289,1269.4583549048,586.046151109283,2440.90838857009,1320.78769676791,5602.24629172357,678.666946027988,1631.07169198305,544.026194649613,2221.42531131383,658.565451251362,3970.95941021648,831.330276900042,2659.37803316209,782.025986285403,3387.85822783875,918.175708310873,4775.83156404348,11892.8263949227,3843.69082487341,103520.966192569,41453.5177994087,2640.52564912512,19033.8128731184 -1605,3085.6566273625,3486.68103943903,657.39722385372,1396.96455645463,1190.19276287196,2486.52826258638,1354.28486232391,2930.21272933503,228.474778846396,1071.65128556637,1767.54674150295,5947.05431782295,988.749452768202,3469.19823672513,1132.41455717416,3920.75550073067,886.639522749444,4451.75066320345,257.357603018159,1208.01842481692,526.69232743795,2322.7719879822,1187.18658984536,5331.10575436865,613.728860052563,1552.13020458682,495.132864431706,2113.91157106766,603.512049717164,3778.77077511642,761.88330700524,2530.66802089313,705.536238099638,3223.8908382337,828.369192989586,4544.68829236969,10855.4206177577,3496.67926455481,94093.6666550413,37702.7391328121,2379.885199451,17279.2799247305 -1606,2656.82318500713,3417.2814222589,581.964968831064,1369.15908634264,1022.45231631682,2437.03589216903,1180.73253397682,2871.88917195425,193.692940309952,1050.32091776741,1498.43766918417,5828.68292441533,838.212303315564,3400.14660084925,959.827186738205,3842.71597611406,751.640955334092,4363.14210156186,225.865089686407,1183.97377740566,465.254902942634,2276.53905616558,1048.45678933722,5224.99432796772,537.256613178895,1521.23628547188,427.632585786774,2071.83583998549,511.642047355781,3703.55734370753,645.892517966856,2480.2970836398,619.200691281465,3159.72185131658,727.002738111637,4454.22988102495,9293.94784548146,3010.5121143605,81038.2015210872,32471.3678178148,2082.89597567048,14909.0996445412 -1607,2147.66854829979,3176.65708637944,493.024508547057,1272.7511657896,920.77007348233,2265.4345311433,1015.36374545385,2669.66806712523,177.362145173735,976.363656989333,1375.07190548239,5418.26224656192,769.20262538945,3160.72879569192,880.992623014187,3572.1351062732,680.76494761383,4055.91596452279,193.338048160397,1100.60548879143,408.587360475681,2116.23891379938,919.913339018258,4857.08175806586,444.914419504257,1414.12000627898,377.199429691583,1925.94966280368,467.881464749796,3442.77518499611,592.052039946047,2305.64953057405,530.029024131798,2937.2333061577,622.306397987044,4140.58989223305,9170.83401346667,2833.48683564409,70974.1013529845,27123.8947691863,2082.27508046408,12311.9219764077 -1608,2129.95054975213,2946.16977712937,466.421745958276,1180.40471995963,1042.16730796643,2101.06239554067,1020.65190880372,2475.96613687255,200.069747841034,905.52206910944,1566.5305839741,5025.13177888382,876.302855975395,2931.39718841461,1008.95770416025,3312.95327249805,784.91409138862,3761.63265606762,192.017488485658,1020.74934103627,401.209475062823,1962.69189890019,903.666938421576,4504.66861595358,411.291246090583,1311.51632374697,394.176492278191,1786.2093812876,524.555834542343,3192.97926206032,698.656050814325,2138.35953296798,526.408759200142,2724.11776268946,618.05584957025,3840.16293489452,11162.5020945056,3255.91510110873,73992.1437687695,26624.5024372823,2452.09678741673,11784.7577504039 -1609,2170.71946610136,2802.69191703345,476.267472138204,1122.91925371744,1005.10033671503,1998.74109050919,1034.38159497175,2355.38709701336,188.319576467757,861.423331231529,1472.98223997201,4780.40889837257,823.972769439304,2788.63875034023,948.529692757981,3151.61313187691,742.439261547432,3578.44192206811,195.847625623526,971.039058796898,406.936691976722,1867.10920849727,916.749582369913,4285.29218406036,423.442213587965,1247.64574946002,379.297790620005,1699.22135306877,494.072254129143,3037.48183098646,657.062207558572,2034.22186504142,536.908936836109,2591.45378986818,630.384094676387,3653.14779252374,10282.8379575109,3089.82589544111,72740.5797175319,26811.4986009351,2324.5308924841,12042.3979605655 -1610,2313.43183175675,2743.8841869207,513.106273218639,1099.35750152852,1119.29459036729,1956.80232945537,1125.71624573263,2305.96497970164,210.697690590941,843.348440278294,1649.87822487528,4680.10354742924,922.926762656632,2730.12589203593,1062.78407787429,3085.48413162797,826.205395891171,3503.35694911828,212.781158704834,950.664146181061,444.675816831365,1827.93242500672,1001.56207541222,4195.37566320307,453.195388126406,1221.46691258371,413.54801414403,1663.56729129845,552.393276566749,2973.7476008153,735.81733317161,1991.53862550954,583.331584109049,2537.07838237225,684.888865347706,3576.49529706426,11851.8961314082,3494.61433169665,79478.2307659414,28667.3825498467,2665.81822802222,12791.697144243 -1611,2635.0743377848,2734.07206870822,590.37078759439,1095.42620376668,1328.11979097007,1949.80481262627,1309.50986853281,2297.71885871646,251.2917288281,840.332629833463,1968.77155928402,4663.3675169973,1101.31277219433,2720.3629734276,1268.37529631811,3074.45045346233,982.714065310551,3490.82895952998,247.122079539268,947.264575227171,519.476593524591,1821.39574640924,1169.79518335488,4180.37301762884,518.651894292644,1217.09895208595,486.800225695126,1657.61838172185,658.606383829335,2963.11349200985,877.954000766922,1984.41689183311,677.475933505614,2528.00580083954,795.423625325759,3563.70576505396,14338.1802953365,4183.70768232296,93420.0434366943,33151.8621834957,3229.8100233361,14730.1990717215 -1612,3222.22527609502,2770.46137648389,715.463592311398,1110.00584917202,1627.06217399364,1975.75586499289,1580.41892431136,2328.30049542193,311.800761909029,851.517090934884,2441.64791177161,4725.43490643786,1365.83547123852,2756.56981911926,1572.81817329979,3115.37004920837,1222.16664052579,3537.29037174161,297.159286854134,959.872253922787,624.605213709286,1845.63773006284,1406.53584014431,4236.01196076301,627.754204389227,1233.29800874865,611.056645402993,1679.68056002266,817.442428420939,3002.55124131758,1088.92661705657,2010.82861589065,814.651064917807,2561.6524563898,956.480771323284,3611.13713578873,17503.6490167165,5099.61786749294,115196.128264538,41044.2773505509,3894.86096145401,18176.7872137185 -1613,3885.90895392433,2772.21586428634,816.765858754403,1110.70879769155,1608.21809602035,1977.00707881423,1747.32984734558,2329.77496998213,294.996164842163,852.056342758535,2301.87697512678,4728.42744694934,1287.6488898738,2758.31550962601,1481.76623537436,3117.34296202277,1175.46181150989,3539.53047978413,335.260873197203,960.480125296022,676.843027895842,1846.806542201,1526.39420651646,4238.694557741,749.031881441746,1234.079036173,620.855136319805,1680.74427420383,775.099407987177,3004.4527078292,1027.26734311594,2012.10204071055,919.105138078491,2563.27470892398,1079.12016476061,3613.42400977712,15021.8502536648,4732.91587998049,120242.144906098,46778.5526896618,3380.78629653713,21341.3638439713 -1614,3864.35959316759,2720.29611445284,807.795991982211,1089.90676576578,1602.89788224437,1939.98048421406,1737.41943034587,2286.14152311816,294.266022835183,836.098511793791,2295.64194245671,4639.87057325342,1284.16106972412,2706.65609411419,1477.75513353873,3058.95946136594,1173.55566463147,3473.23999374879,333.618480177596,942.491667590457,672.232574482995,1812.2184226764,1516.10456498894,4159.30970034457,745.639445547892,1210.96645116175,621.255531250699,1649.26627013679,773.293616996572,2948.18348471905,1024.52940332386,1974.41816625511,914.6025790752,2515.26813650791,1073.83371600499,3545.74960063501,14874.4139721649,4698.09929300533,120092.900110243,46826.5425721933,3343.08476214256,21377.356062002 -1615,3755.19084913035,2831.28351735072,789.951059217429,1134.37468993422,1534.67328569034,2019.13120404619,1696.85296385939,2379.41552698847,277.484001404638,870.211122512068,2164.19808615956,4829.17613523679,1210.63258081239,2817.08698758472,1393.20451799698,3183.76424433906,1107.75731518589,3614.94731910177,326.503557000513,980.945092525703,658.480608421479,1886.15648226775,1485.0406691491,4329.0084985881,728.575855938919,1260.37358029626,587.427380116874,1716.55592255258,729.302210526888,3068.46863547779,965.910301075189,2054.97393492411,895.097283432652,2617.8904490494,1050.93257338762,3690.41529986159,13999.2399653366,4480.15076776618,115381.685121949,45198.0849098716,3211.84398499552,20747.7285000385 -1616,3671.35804402767,3074.37712442225,771.079816542688,1231.77194226053,1486.0921225923,2192.49352701184,1644.03106635105,2583.71181156504,268.992453449872,944.927327861636,2097.85923507695,5243.80852323478,1173.52323531954,3058.96168259479,1350.48863097369,3457.12179736361,1074.10724436832,3925.32619065904,316.151512068773,1065.16890106337,636.620651798968,2048.10161420736,1435.82272751989,4700.69656321181,709.018644479409,1368.58907973822,569.990438126998,1863.9391741401,707.007237668518,3331.92692364037,936.311535673496,2231.4137097532,866.71753963599,2842.66215710251,1017.61195256535,4007.27384169874,13524.8302402886,4328.83366739058,111767.737012953,43918.5307274391,3081.21564885349,20147.4136385282 -1617,3551.24604996364,3266.20079219094,746.462914857879,1308.62751405815,1407.37169668817,2329.29266807023,1586.43229604316,2744.9207511628,251.735395717131,1003.88542521586,1963.11050016944,5570.99238627261,1098.14602759279,3249.82351436486,1263.79267868063,3672.82655844363,1005.73007059114,4170.24424612441,305.432857105466,1131.62938952199,614.503276463627,2175.8915201624,1385.98410828524,4993.99332523231,687.783870470342,1453.98126368927,533.92574528323,1980.23839001736,661.683483261059,3539.82023580195,876.184224608135,2370.64124911848,837.332748156696,3020.02812722732,983.111306546893,4257.30496506414,12654.8245477145,4087.50951420162,106014.105091427,41915.2087522714,2907.577641361,19296.758802233 -1618,3464.18585429914,3387.84506762146,730.263573933303,1357.36519305714,1373.33502457058,2416.04334168174,1552.62188937184,2847.15080899871,244.93285615058,1041.27348643292,1910.25529635487,5778.47483311952,1068.57931084324,3370.85784502424,1229.79056229077,3809.61494161715,978.099831357451,4325.55813279695,298.991573635821,1173.77506454399,602.117798143289,2256.92902037316,1358.00132950582,5179.98639124503,672.221811681736,1508.13240397859,518.478798727648,2053.98911125571,643.762631810813,3671.65501729117,852.577629915444,2458.93188261051,819.674210563828,3132.50410671844,962.378440188984,4415.86128499406,12364.8164705959,3995.02405434551,103334.931092331,40811.3850252095,2853.20305212184,18800.4231617393 -1619,3326.80893402085,3488.8254148205,701.290027601144,1397.82371631748,1307.60360075482,2488.05752492249,1485.22146903427,2932.01486608576,233.035641524117,1072.31037155913,1817.16941467633,5950.71186972609,1016.50792149382,3471.33185984928,1169.77493777993,3923.16684019001,931.3231925233,4454.48857482159,285.885389518635,1208.76137920284,575.64354087158,2324.20053708419,1298.29868148444,5334.38448615007,644.804882662013,1553.08479428456,495.31681341903,2115.21166702721,612.555415956335,3781.09479125978,811.056660525643,2532.22443002299,783.744097252862,3225.87359262616,920.192940195962,4547.48336240345,11707.3734794974,3795.87988367476,98679.0491678447,39090.6871492463,2702.73718578904,18016.803235604 -1620,3268.80555455417,3408.57398131822,689.514307242208,1365.67038570328,1264.43409014481,2430.82617646837,1456.89741835225,2864.57142364412,223.439452499669,1047.64463617683,1741.90757524734,5813.8310857591,974.40713807325,3391.48282047585,1121.28140365876,3832.92450205053,893.979777915379,4352.02455007263,280.874797961839,1180.95694019848,564.798727591876,2270.73829616624,1273.90247023653,5211.68072457824,634.840917504384,1517.36008287812,477.113495891184,2066.55667623329,587.421573793115,3694.12045430454,777.500960792527,2473.97713579165,770.007748001172,3151.67068783027,904.065110143045,4442.88023233269,11167.199853361,3656.19700978952,95807.2954689457,38170.6370748355,2600.82736487129,17647.7733939107 -1621,3290.3513945198,3252.6847608872,696.029698684745,1303.212216111,1287.88518648788,2319.65370383616,1473.44832906772,2733.56185525912,228.433590320088,999.731195976486,1781.52133017726,5547.93877987285,996.566709636121,3236.37525470586,1146.79254476397,3657.62784841459,912.205067477831,4152.98714671104,283.497860364755,1126.94653649912,571.88473777425,2166.88735300575,1289.73366827947,4973.32742793785,639.558852489415,1447.96447001202,484.305668221257,1972.04386501071,600.40866857382,3525.17192598857,795.126121212275,2360.83117822215,777.19877542119,3007.53079552518,912.508086221397,4239.68759527017,11540.3965577752,3746.54435998385,97097.0728463215,38450.3668627144,2679.22477338386,17738.667479406 -1622,3302.10128506444,3117.3944958287,705.417919632315,1249.00717040068,1272.14649298519,2223.17138614905,1487.79234066015,2619.8636843208,221.722794216186,958.148962088558,1728.64419191946,5317.1810633296,966.987722959994,3101.76335769605,1112.757224568,3505.4946177223,886.832310157784,3980.25023146511,287.161172506675,1080.07298223924,579.398496732558,2076.75910944977,1306.66862982474,4766.46975945451,645.583631168253,1387.73868382492,472.83154318862,1890.01982738724,582.88345220513,3378.54798936285,771.570927513421,2262.6361487804,787.24160857352,2882.43732093122,924.299363755394,4063.34451234169,11172.5690365662,3685.93013600925,96391.3905620531,38361.0453986568,2660.74832817505,17804.6948318138 -1623,3338.73523906511,3025.38151252198,704.581211281557,1212.14148783345,1317.05336433249,2157.55228278712,1490.82943221989,2542.53581523851,235.309017230864,929.868247353232,1835.21372086604,5160.23920272338,1026.60174105272,3010.21174289883,1181.4248319489,3402.0264752803,939.880457168819,3862.76920729752,286.547113154933,1048.19355940142,577.7784375149,2015.46150931428,1303.04676649654,4625.78268792874,646.871819464689,1346.77820335967,498.803881158702,1834.23402194637,618.464789467732,3278.82680227467,819.084067612222,2195.85220389775,785.558187839425,2797.35933113929,922.322861628841,3943.41087824955,11871.3526707684,3832.70893058987,99168.5260932719,39200.9496048397,2729.75434478587,18042.5949194953 -1624,3502.37188656827,3026.29124600426,741.782716814749,1212.50597928426,1387.95640458645,2158.20105965817,1569.87528324599,2543.30035681829,247.991673654844,930.147859122931,1934.0941073343,5161.79088880326,1081.91452329172,3011.11691482506,1245.01058744669,3403.04946605994,990.43735601748,3863.93074360878,301.993162141443,1048.50875164179,609.29089697539,2016.06755943051,1374.0852527843,4627.17366271178,678.988028072072,1347.18318012698,526.149386072968,1834.78557688157,651.805796672536,3279.81274686126,863.21870193432,2196.51249757104,827.902953129595,2798.20049825656,972.039796290102,3944.5966635449,12521.5147552147,4044.23846132723,104597.229562092,41267.1333788664,2894.40933310807,18999.5601368585 -1625,3597.46638630539,3192.4474513889,759.95120297531,1279.07769236378,1414.63697802079,2276.695437555,1606.11860424674,2682.93831697837,252.484393842536,981.216915652955,1968.48641152208,5445.1950681614,1101.15326314885,3176.4399851665,1267.07861815172,3589.89129325132,1010.10022551892,4076.07690471431,309.131917460804,1106.07632241523,622.7022029107,2126.75820624658,1404.41324388432,4881.22509231792,696.793055392543,1421.14924187449,539.26726272059,1935.52307514835,663.749639889553,3459.88835627597,878.622213686806,2317.11033565362,847.473583698377,2951.833555653,995.017648560633,4161.17172526538,12625.6173231421,4101.97869830468,107075.566871445,42434.3870008045,2921.93689897314,19560.0809605921 -1626,3636.98606321211,3571.35117572534,762.310877525364,1430.8882730333,1424.59435059446,2546.91081105914,1610.31817306538,3001.36965717969,255.808379393166,1097.67513442836,1993.75739786653,6091.47185814182,1115.2896213748,3553.44382276676,1283.27440178567,4015.96664819072,1024.68822889707,4559.85643230093,309.581939990345,1237.35379662429,622.365390020845,2379.17789909363,1403.75727048218,5460.56567504203,702.0017747704,1589.82194480336,549.390994757453,2165.24554133766,672.622978900024,3870.53398285032,889.955252684135,2592.1224538627,848.707303622829,3302.17940938714,996.466157542887,4655.05094749678,12631.3222451292,4109.14756397456,108240.673891604,43076.5009495558,2893.7287906171,19835.3497728202 -1627,3654.13422579312,3755.63705898727,760.503508987268,1504.72377569611,1460.24178365924,2678.33437746606,1612.60073977916,3156.24382974172,266.226453887243,1154.316450762,2075.23233552236,6405.79890594742,1160.86595501847,3736.80566574408,1335.74583393636,4223.19520805419,1065.77338176082,4795.15033895616,309.581939990345,1301.20269472994,621.767311181808,2501.94625174175,1402.45825490042,5742.33722844591,701.065649932342,1671.85861017491,570.346381650178,2276.97473497634,699.958247135404,4070.25804767293,926.300293203176,2725.87899373479,848.707303622829,3472.5757157724,996.466157542887,4895.25700209024,13138.4301533963,4221.74455165057,110628.742964455,43794.0655821871,2957.08639902655,20069.3867454346 -1628,3561.88467054408,3573.62550943106,741.660091173838,1431.79950166033,1415.26936354898,2548.53275323677,1571.33595549101,3003.28101112915,257.178188509214,1098.37416385261,2004.11256157792,6095.35107334153,1121.08220507997,3555.70675258235,1289.90423183487,4018.52412513981,1030.71351405533,4562.76027307909,301.841041390381,1238.14177722521,605.967537126699,2380.69302438419,1366.84143252052,5464.04311199963,683.983404925998,1590.83438672163,553.430872214137,2166.62442867567,676.292022353623,3872.99884431679,894.60415399401,2593.77318804595,827.485919783068,3304.2823271803,971.550157972384,4658.01541073514,12596.0908571057,4074.63247436275,107635.405039384,42750.3469962798,2851.67183151714,19627.8887281299 -1629,3242.01497672235,3434.04649991276,665.868065744736,1375.87613874971,1301.21015506094,2448.99191537254,1413.3544401482,2885.97857198653,239.829387313825,1055.47375991648,1869.38576111364,5857.27826374298,1045.7172672798,3416.82761559578,1203.30327111127,3861.56822261669,960.249072307739,4384.54754264467,271.255973093233,1189.78231637733,542.257450716952,2287.70768682329,1223.32785265468,5250.6279895909,616.766581467869,1528.69942394496,513.393357847424,2082.00020295459,630.572632864609,3721.72688223554,834.425441934812,2492.46534491937,743.638099569775,3175.2233496295,873.104539713138,4476.08219595492,11755.5193195454,3750.76118093462,98427.3100917659,39003.7707877751,2589.56448111935,17813.082649837 -1630,2852.3501273119,3386.48046739803,604.133133110669,1356.81845588093,1134.0453810923,2415.07017637516,1274.45598201459,2846.00399662904,204.292311899729,1040.85406877837,1592.44134720371,5776.14730399969,890.797099529205,3369.50008713489,1024.86694670074,3808.0804554477,817.740552478309,4323.81582833005,244.698038795823,1173.30227618344,494.248508003532,2256.01994519883,1114.59317533922,5177.89992907047,551.181876611703,1507.52493882763,438.559979585313,2053.1617788529,537.125158730478,3670.17610041129,710.803050463445,2457.94144210056,670.83051651745,3131.24235604254,787.621249756232,4414.08260705105,10147.096915648,3288.75133208985,86144.7571615372,34048.5879154639,2343.58584604712,15662.2208246418 -1631,2285.30737781996,3159.11223987069,498.022870513646,1265.7216932213,996.496755284968,2252.92241540536,1068.65775457766,2654.92334800906,183.335500988919,970.971148439369,1431.87050634739,5388.33689520193,800.975242319242,3143.27192198214,921.757818466359,3552.40601356854,727.592461373732,4033.51492433652,203.460235614707,1094.52678597823,419.072446056932,2104.55081341308,944.386679746217,4830.25583647327,446.261273159733,1406.30974606502,380.20367612194,1915.31254009933,481.441890444355,3423.76055403582,638.899283141883,2292.91530524946,557.778622255577,2921.0108099563,654.887165582335,4117.72119342813,9645.53766490204,2995.00672931075,73807.7160396912,27987.2754804288,2223.47174968007,12722.4004746054 -1632,2062.06039620754,2979.8948762266,437.835114410519,1193.91693044543,977.287066205237,2125.11346620508,1013.5699470802,2504.30876803238,182.077115749743,915.887670492129,1450.79056279931,5082.65496323494,811.558948551115,2964.95318421637,932.054275008012,3350.87697882578,719.036013197718,3804.69244002104,198.681077113437,1032.43396048594,405.891847654222,1985.15902869752,914.956056038525,4556.23400660165,384.876625020911,1326.52938182982,354.3872807699,1806.65629811499,472.114305562442,3229.52961393221,638.101461305565,2162.8375476821,544.676738065158,2755.30101024444,639.504260144772,3884.12166277714,10109.8227198607,3051.29256562624,70711.7231330644,25931.5523806167,2347.24813300907,11690.7045122385 -1633,2167.74556067122,2883.91805687699,465.495780197553,1155.46310763913,1020.32637729112,2056.66755126003,1059.10733345384,2423.64968433697,190.466538494881,886.38864816196,1517.0537408097,4918.95218931677,848.625963220695,2869.45760871408,974.581468630619,3242.95152245304,753.340902645861,3682.15043966056,207.679860250303,999.181200965296,423.166127355398,1921.22078342666,953.986727438619,4409.48626336585,411.275317930756,1283.80436093813,373.48250562862,1748.46729066564,493.989842854319,3125.51252835867,667.314110958377,2093.17661089787,569.346565291559,2666.5579376536,668.469072676259,3759.02139627635,10467.935836064,3170.90758191658,74234.2193883148,27379.4694884229,2423.50888282912,12347.4269083805 -1634,2264.14903910713,2849.73809734176,476.310477454073,1141.76865395333,1092.44626179985,2032.29209665519,1121.52448185538,2394.92478768442,203.856383943369,875.883242831731,1625.23630182567,4860.65317267667,909.142296674286,2835.44903322074,1044.3407941013,3204.51632782335,803.076276840728,3638.5098955993,219.95619651516,987.33898757927,449.363168830971,1898.45063277028,1012.9479019445,4357.22539496372,419.58502008241,1268.58881727752,391.83218324745,1727.74460019214,528.396209858182,3088.46921102467,714.721965423622,2068.368453922,603.001681769087,2634.95411236807,707.98350180261,3714.46978396185,11457.140243274,3430.36694313085,78322.2861155488,28490.6890008902,2647.55828478566,12815.1465227185 -1635,2478.82490018267,2902.63256612281,533.82843774554,1162.9612142374,1227.00992557277,2070.01381254226,1224.47135665601,2439.37739002472,232.305446588743,892.140659219231,1852.58910882509,4950.87257485172,1036.32137388208,2888.07828027606,1190.54002016512,3263.99589509254,913.759143839558,3706.04489057369,239.703627526515,1005.66515281654,489.187957809492,1933.68809470444,1102.76298812537,4438.10058936874,471.049858197321,1292.13530797225,442.987119803915,1759.81355870511,602.022297954973,3145.79480821417,814.640344764435,2106.75978915232,657.138524918424,2683.86193942985,771.545499966461,3783.4146832174,13082.0806620383,3870.06944029205,87493.9677529804,31561.7750773018,2971.53267408023,14086.8119015177 -1636,3023.05969597683,3059.49649919823,660.088618975417,1225.80990966257,1463.69130192102,2181.88140196629,1490.79003725728,2571.20610858887,274.806516387634,940.353682905022,2189.41155197442,5218.42739846615,1224.73676258109,3044.15567131799,1406.74396240753,3440.38860825298,1085.28826606484,3906.32679482655,291.905405488384,1060.01326186377,596.519298740896,2038.18837607544,1344.65143351141,4677.94421338025,587.251831889258,1361.96482371592,534.210223399729,1854.91732055212,712.607439460462,3315.79970377828,962.998065954007,2220.61320292181,800.247745759009,2828.90308055256,939.569852757172,3987.87780217755,15189.7361062336,4565.89320294673,105920.57960527,38704.7498014165,3506.23507894206,17393.0816645646 -1637,4053.62713656368,3386.80537581494,863.810253370108,1356.94863284216,1796.7801197287,2415.30188496916,1906.26730758128,2846.2770502202,333.000085051548,1040.95393123173,2648.27309086854,5776.70148374306,1481.41970330613,3369.82336640657,1701.04857170297,3808.44581334777,1324.90749555683,4324.23066732566,376.736931067098,1173.41484608862,753.082513551593,2256.23639406837,1698.95045062008,5178.39671128582,779.959790267786,1507.66957499076,669.018936175502,2053.35876494204,864.510494287458,3670.52822738146,1165.38212157589,2458.17726388382,1032.81019865393,3131.54277620047,1212.62113066621,4414.50610649412,17569.3260656867,5445.89169679013,133139.958207701,50653.2892582273,4029.96028094238,22998.2755810722 -1638,4108.27162660791,3980.08114227825,896.321867505354,1594.64895833165,1869.53347250695,2838.39678356533,1941.65668428047,3344.86702252707,350.160173432806,1223.30061870735,2785.52358641542,6788.62175080971,1558.19637301318,3960.12434880943,1789.3415493983,4475.58146427198,1391.33652827472,5081.71773222808,383.100003856931,1378.9650667077,766.676903641087,2651.46736469692,1729.5458273516,6085.51032929227,809.680591385436,1771.77209149891,699.216549928116,2413.05111803511,908.896789673159,4313.50448547275,1225.68849120064,2888.78275741102,1050.25432459481,3680.10350957769,1233.1022565783,5187.80696180444,18555.2694296138,5693.52476150005,137968.440762467,52064.8350892707,4216.5384502143,23521.7369955042 -1639,4005.4587626174,4312.97837811291,868.092769557524,1728.02669898027,1823.24456687232,3075.80260763604,1893.78926472973,3624.63443083584,340.849802728884,1325.61848108375,2711.66318224639,7356.42761586249,1516.87953963696,4291.35238214685,1742.03472833728,4849.92275153431,1353.84022936405,5506.7567517548,373.676097666062,1494.30283058976,748.05710520761,2873.23825957576,1687.52131952391,6594.50738107224,786.945807978939,1919.96455559811,678.672730922139,2614.88068341473,884.6875800169,4674.2895219186,1193.16458243184,3130.40290546621,1024.41903842438,3987.91037132991,1202.7690801942,5621.71937109767,18101.4657702543,5552.86515643157,134306.10215174,50649.7213442065,4117.58978096809,22891.4478185247 -1640,3899.10253783982,4462.30452668156,829.010424390281,1787.85532527063,1736.33344399132,3182.2946224086,1835.40930613398,3750.12838236427,321.459261023327,1371.51472374896,2556.60171540225,7611.1256242447,1430.139575772,4439.92978439603,1642.35618019159,5017.8392634782,1278.43184853839,5697.41450719752,362.601071780795,1546.03934928403,725.152815901379,2972.71698763984,1635.91368887855,6822.82579646711,753.962554764257,1986.43855276228,643.520342460624,2705.41442302317,834.525973754194,4836.12517014374,1125.02892740694,3238.78531974252,994.057269398286,4125.98184871308,1167.12136609006,5816.35742128588,16978.094398856,5258.2032529464,128375.1437363,48785.8354165311,3893.83276438538,22149.8364957611 -1641,3769.24549999034,4471.6617781529,779.932269024869,1791.60437730706,1647.31731773981,3188.96775080217,1770.30322917831,3757.99223255955,301.975142717438,1374.39072830894,2401.54448542932,7627.08581163669,1343.40198197399,4449.24011704125,1542.80500783026,5028.36144625401,1201.29815827469,5709.36172863019,350.097102548384,1549.28132411774,699.593733100334,2978.9506411792,1578.29991907111,6837.13295464982,710.662312366339,1990.60402487639,604.629874629647,2711.08755513216,783.964626825347,4846.2663066559,1056.80765162216,3245.5769065823,959.778105658459,4134.63384668716,1126.87424387277,5828.55406064851,15961.6834063924,4975.06673443926,121782.800431648,46528.6508745746,3683.00558684781,21207.2624202834 -1642,3611.51575577233,4518.77293762334,734.279192825629,1810.47981192504,1544.25887626042,3222.56509686893,1690.45430033275,3797.58453182998,280.080732402333,1388.87061162489,2226.57713735544,7707.44091758908,1245.52685052867,4496.11505326748,1430.3400838268,5081.33771094533,1115.91440212459,5769.51266674139,335.012252110851,1565.60376600761,667.981259282104,3010.33535354649,1507.10486391136,6909.16551814127,671.700718798573,2011.57601880416,564.425188725268,2739.65019794476,727.301233033502,4897.32410935568,979.911545766507,3279.77065798957,918.423552673904,4178.1942508874,1078.31991621055,5889.96074868892,14700.2775100167,4633.10536135378,114669.161978232,44192.0095771497,3422.0697229543,20241.7160252932 -1643,3473.42986171831,4586.54803793155,711.281634213641,1837.63440733247,1485.46184285974,3270.89894229665,1615.49603661216,3854.54284244363,271.180484626287,1409.70167490631,2155.85909808513,7823.04145528371,1205.96782728614,4563.55031787114,1384.85647746392,5157.55047441301,1080.41748367957,5856.04706559604,319.650396184152,1589.0855726283,637.112589491435,3055.48605781164,1437.47881577976,7012.7930720153,648.965935392076,2041.74676832709,546.826672932662,2780.74101386719,704.181738355445,4970.77693323843,948.784385143599,3328.96250462617,876.309599506618,4240.86116032721,1028.87397776698,5978.30169568144,14203.3220799665,4460.675327675,110357.042763849,42514.7983083833,3278.08718121475,19421.7258315263 -1644,3416.27624815671,4536.70767171111,686.578779119265,1817.66549583666,1435.20882131953,3235.35526112164,1591.77303334948,3812.65691313668,258.833854760761,1394.38295434395,2057.11210550772,7738.03128034072,1150.72966436752,4513.95985959467,1321.37753448233,5101.50523029493,1032.43081279945,5792.41151050327,315.615885371081,1571.81755183349,628.758185008322,3022.28319089662,1418.65564873582,6936.58757453729,628.169919642109,2019.5598412915,524.505281238973,2750.52370242748,672.245034953904,4916.7612899477,905.395533596252,3292.78786762411,865.249139087945,4194.77724894708,1015.88790536368,5913.33764353921,13509.746691157,4289.35254055076,106996.613282454,41489.7464704912,3159.57277022132,19055.0617347944 -1645,3389.08484619729,4478.3548083395,675.95192303591,1794.28598937315,1414.48277373783,3193.74088850335,1575.7813402241,3763.61706661485,254.588792336676,1376.44786927557,2023.32426832192,7638.50177243732,1131.82905781311,4455.89958725349,1299.60911496395,5035.8877254358,1015.42850606171,5717.90730570908,312.283503101178,1551.60023533784,622.208924639429,2983.40943246418,1403.87113631376,6847.36654107151,617.707824024212,1993.58349279885,516.112381954146,2715.14541812476,661.230145103977,4853.52003206985,890.530327357742,3250.43477492888,856.113537796029,4140.82242500979,1005.16180759436,5837.2780407274,13280.7690483133,4223.58094767822,105470.648347575,40973.9778938035,3106.63429156027,18830.4994162462 -1646,3398.61149127096,4393.16482614992,672.868884894475,1760.15399268698,1410.63248600974,3132.9876116743,1580.56788076405,3692.02325938094,252.631754297629,1350.26424281299,2007.60820695714,7493.19755743023,1123.03763707768,4371.13676190302,1289.562573607,4940.09201384107,1008.12244306905,5609.13780387597,313.737132709128,1522.08475430278,624.509938105356,2926.65720820036,1409.11301800539,6717.11178041852,616.255964097883,1955.66033808839,512.854569472023,2663.49627469793,656.181310879107,4761.1934293811,883.632207388181,3188.60303259597,860.098608969974,4062.05318859737,1009.84067455271,5726.23779635034,13171.713735968,4204.60924524064,105241.591065831,40963.5603107294,3097.16859655307,18863.3079507726 -1647,3434.32878341917,4327.20919910942,692.581077990465,1733.72838270657,1438.69194573965,3085.95132448378,1593.05700193592,3636.59403722403,260.00665248365,1329.99240500827,2066.27839568011,7380.70040264632,1155.85720310755,4305.51184742338,1327.25218663359,4865.92523902051,1037.6356466352,5524.92648569162,315.517140327856,1499.23333434666,628.368161009648,2882.71860836671,1417.79194078401,6616.26618574802,633.285689071785,1926.29954490597,527.829413809233,2623.5085724674,675.323435140459,4689.7125015027,909.447977165124,3140.73177788086,864.978433247082,4001.06861922017,1015.57006998284,5640.26842816429,13527.184860235,4294.14690400042,107349.0176327,41686.6194601965,3149.8146898403,19128.4293084589 -1648,3547.57418974531,4235.19622210585,715.048754404551,1696.86270266474,1467.71572090199,3020.33222561694,1638.72761064318,3559.26617343892,264.266154926182,1301.71169221025,2099.27534555222,7223.75855279105,1174.31539454487,4213.9602388977,1348.31291827598,4762.45710366638,1056.19836650696,5407.44546957181,325.193365747085,1467.35391369267,645.99622073971,2821.42101243028,1457.70478644281,6475.57912385972,655.286077040701,1885.33906724663,540.491803063548,2567.72277084801,686.565572078514,4589.9913212457,924.071022317018,3073.94783757309,891.505443140024,3915.99063525633,1046.71539830309,5520.33480228795,13621.8421579396,4357.82552603681,110104.927516569,43009.2497017777,3185.72483368544,19780.9225208163 -1649,3632.63027923283,4274.96454085903,743.682507101506,1712.79617381957,1500.18953906613,3048.69302128962,1660.71472814659,3592.68753676889,272.303025804184,1313.93471159017,2162.65696318766,7291.58934920703,1209.77049074182,4253.52915263988,1388.98254702756,4807.17638046361,1089.47083716392,5458.22116066067,329.307391962874,1481.13230673592,652.225058493172,2847.91403997257,1471.92461794378,6536.38454613624,682.000777032977,1903.04232373159,559.221196041923,2591.83358231122,707.542139140241,4633.09115142237,952.024724692736,3102.81208164216,902.783892059702,3952.76162664617,1059.95741072605,5572.17051957911,13907.1749094651,4442.08033511545,112879.453388584,44204.133967926,3212.85321524137,20274.6536418092 -1650,3667.34999932835,4538.98200541683,759.579452483595,1818.57672446368,1504.5839522738,3236.97720329927,1663.01946012575,3814.56826708614,274.195367279793,1395.0819837682,2176.79548679627,7741.91049554043,1217.67945131,4516.22278941025,1397.98819367288,5104.06270724402,1098.64128652075,5795.31535128143,329.436279887203,1572.60553243441,651.197075819969,3023.79831618718,1469.71350529353,6940.06501149488,699.833416819512,2020.57228320977,566.746762595954,2751.9025897655,712.645726875224,4919.22615141418,958.352901729179,3294.43860180736,903.137233481139,4196.88016674025,1060.37226843615,5916.30210677757,13826.6011653709,4431.47289308691,113825.640245257,44798.2172263757,3173.47892735828,20531.3202594837 -1651,3628.3412983151,4685.38400974911,768.703339459124,1877.23377072996,1489.63419963273,3341.38386320129,1627.19792383847,3937.60476277995,274.152236237501,1440.07947403976,2175.74379495882,7991.62093998715,1217.09114453184,4661.89070957203,1397.25307965579,5268.69103352653,1099.91199587878,5982.23959600255,322.297019771783,1623.32893290123,634.452022883956,3121.32902542068,1432.14459590667,7163.91243513892,710.150406002749,2085.74456893532,569.769647476428,2840.66347367913,712.6822292153,5077.89269106369,957.972939773768,3400.6986429088,883.56521903285,4332.24789184247,1037.39279135446,6107.12870305707,13651.116150741,4370.0944157195,113207.207292103,44675.7106955462,3091.26620755415,20413.3618314545 -1652,3513.20447542411,4388.22627746262,743.533215891233,1758.17532661502,1422.49970600289,3129.46568329937,1569.83729878121,3687.87289458867,260.395398903429,1348.7463517327,2065.47056088159,7484.77412639011,1155.40530772271,4366.222975926,1326.34387719007,4934.53864038581,1046.7363494579,5602.83232679181,311.296052668934,1520.37371227209,611.689822900545,2923.36722485448,1380.85801807237,6709.56078133736,690.618418582507,1953.46189478438,545.451781763753,2660.50212206502,677.149644893159,4755.84116364759,909.548299118045,3185.01858449441,853.406479387399,4057.48685698083,1001.98345378595,5719.80068204404,12801.9183349706,4141.12315066966,108770.660042691,43232.9254789845,2914.78808502224,19812.7674044635 -1653,3168.06167550109,4107.70366450575,663.4464154984,1645.78186614299,1257.44296359336,2929.41084675944,1406.22386254351,3452.12120923095,228.31280096791,1262.52612814321,1810.09727431749,7006.30098882415,1012.55183097269,4087.10695033505,1162.34228976229,4619.09235625798,919.731068670348,5244.66456950385,279.593206783202,1423.1820043996,547.085999118329,2736.48747875742,1235.2155363818,6280.64408398281,619.553073672301,1828.58450688599,481.83123731848,2490.42634204154,593.906866740598,4451.81832943638,797.196987333026,2981.41246230619,766.494313743339,3798.10715703141,899.939991483481,5354.15558275639,11087.7874788974,3628.88144144658,96614.372837057,38744.0210909205,2534.75303938765,17820.3231974032 -1654,2763.31949851422,3868.37894338445,571.783735873786,1549.89464585867,1096.66314919132,2758.73630662444,1238.38144764935,3250.99230287506,198.194366574137,1188.96831136662,1571.7567823506,6598.09699769132,879.22634346429,3848.98224344982,1009.15360700604,4349.97289675384,797.408891201105,4939.09776430387,245.827891169275,1340.26398885459,484.042271330811,2577.0531192722,1092.61517773961,5914.71861402996,528.71632131903,1722.04676392787,417.820158936024,2345.32809775182,515.46742455474,4192.44465811211,692.17593758189,2807.70818264881,673.927964519082,3576.82027501999,791.257959485487,5042.20956708941,9736.93726684167,3185.10443203114,84124.9419176835,33601.5521425994,2255.22775183875,15476.4838365086 -1655,2237.91801346706,3546.52846766146,474.369212275527,1420.94287138393,976.351912644702,2529.20848484787,1062.85439318594,2980.50861072243,178.594917133719,1090.04573365811,1419.60229710867,6049.13302889371,794.112518473577,3528.74557991864,911.664444239678,3988.05363633685,712.125375947595,4528.16310967234,209.618898674466,1228.75355807196,422.171502095651,2362.64140197661,952.152066520097,5422.61196482261,427.178053325038,1578.77187325687,363.004285377306,2150.19598297314,463.806344525327,3843.63180202848,624.785505274776,2574.1058837266,574.662366570677,3279.22758207568,674.710348145732,4622.6959745449,9369.41970977632,2946.3803413026,72956.1374164543,27904.3830740267,2203.21601028435,12751.0386651613 -1656,2215.70749137928,3325.9832349481,471.805140848379,1332.57979207996,1115.28918367967,2371.92654591586,1117.2426367639,2795.16201865366,192.799549092986,1022.25989965454,1551.67197120515,5672.96025494412,867.991084128446,3309.30619794111,1002.6334783016,3740.05161821708,796.787465857414,4246.5737199655,207.405835863698,1152.3420074857,426.926631081101,2215.71764186346,962.108448067287,5085.40017346073,427.18518349464,1480.59400344314,367.63284418043,2016.48340241212,496.680988431621,3604.61083322126,716.504416062556,2414.03194485036,568.595337689945,3075.30478354086,667.587057311921,4335.22794242127,10813.8339810253,3306.96133299388,75981.4528218651,27681.281342634,2535.30452064592,12507.5744765409 -1657,2323.91082044097,3209.47245199439,492.673997132266,1285.89888482459,1156.80092956988,2288.83682493666,1165.9226340843,2697.24615670528,202.31411064835,986.449646602322,1627.6284180611,5474.23374483316,910.480424579596,3193.37961956745,1049.40741620675,3609.0358218213,825.042902494115,4097.81421216493,216.685725824422,1111.97491600073,444.85040803269,2138.09999348049,1002.59702444527,4907.2561739309,448.272093259495,1428.72808759453,388.460936146255,1945.84502469587,521.321381036505,3478.33959228141,741.305904795135,2329.46725161486,594.035808754659,2967.57538659541,697.456681786372,4183.36283482033,11196.143010879,3435.2146131171,79560.2088025836,29124.9612886424,2614.42252757833,13155.6691636028 -1658,2413.37382973392,3167.23485574599,514.079100683865,1268.97607937109,1225.22577430455,2258.71506282897,1223.76971056383,2661.74960833058,216.30951953756,973.467680713605,1741.93979253112,5402.19122752164,974.42516012662,3151.35380970098,1121.69116406551,3561.53985475251,873.766641614514,4043.8857785101,227.470986461587,1097.34100085022,467.777320756928,2109.96197216573,1054.20512899278,4842.67524729506,466.840513403664,1409.9256080546,407.232437376389,1920.23713500546,557.024799910671,3432.5636258224,786.55324308851,2298.81078120757,623.603197196384,2928.52122648327,732.171714664417,4128.30855626813,12134.0585840188,3689.37835559356,83622.7469908275,30334.601324032,2815.21239084587,13656.7264370714 -1659,2620.20363414525,3215.25575500186,557.256638389053,1288.21600796528,1336.22256520666,2292.96119026188,1332.10791602211,2702.10645447797,246.980370101862,988.227177736563,1989.57682994922,5484.09803030487,1112.95104998461,3199.13392412499,1272.13025907706,3615.53911731131,951.661166030282,4105.19826098035,247.896416079172,1113.9786371643,509.248205177841,2141.95273884831,1147.7093667532,4916.09879520701,507.453322659961,1431.30258155558,461.215172954765,1949.35133657475,635.871090510414,3484.60737993995,858.429543552745,2333.66483086303,679.598748153328,2972.92280362886,797.916019283197,4190.90103781967,13662.8354693791,4126.5541653937,92536.6149500245,33404.5025962903,3116.12924444193,14926.0791227958 -1660,3206.12276935388,3337.15995338401,682.007452418044,1337.05782701801,1618.67368442959,2379.89722805154,1620.45261450363,2804.55495200851,294.702931597914,1025.69512775392,2371.77034992996,5692.02381449589,1326.74660336906,3320.42687443879,1520.20221824101,3752.61978255217,1154.84615330477,4260.84401402071,301.091340411508,1156.21436680014,619.168693461913,2223.16339563527,1395.38818059603,5102.48928120952,619.355553826711,1485.56942909187,560.252506189306,2023.25964439152,759.20616153702,3616.7238589066,1040.36455514768,2422.14411903674,825.430642604036,3085.63911574948,969.137059670375,4349.79615237458,16174.0370488699,4919.22612967958,112511.328758702,40823.4721356253,3727.97419282394,18301.9042440539 -1661,4293.91460733089,3601.43734089343,884.560956313685,1442.94251771587,1984.61513348473,2568.36677423934,2072.78342540039,3026.65412202038,361.205026672634,1106.92228873225,2901.85795412098,6142.7882981734,1623.27275244131,3583.37913086358,1854.80219703074,4049.79839139992,1400.83453431564,4598.27007100929,389.260046546246,1247.77764711248,783.19065478619,2399.22082842607,1766.44790214024,5506.56716655796,822.829308618691,1603.215095817,707.992766608665,2183.48623842422,931.600171103085,3903.14055637584,1251.83826262036,2613.95929388361,1067.14185111271,3329.99798847305,1252.92987982116,4694.26653419803,18851.0429103366,5905.40821258175,141851.857328024,53542.895195689,4303.34510735743,24239.9610160483 -1662,4360.66979806542,4101.01062801599,900.363034293978,1643.10025155149,2054.32532936571,2924.63770456317,2127.76417319917,3446.49636987847,379.713895306125,1260.46898523927,3051.42856141435,6994.88501727255,1706.94117978133,4080.44747385128,1946.62607070947,4611.56606998833,1449.58544815379,5236.11898437717,399.385396803637,1420.86309099567,805.414713203469,2732.02868327338,1816.41859424128,6270.41048792366,838.849420308999,1825.60503615763,739.888965264526,2486.36847522745,979.154201102186,4444.56459719125,1298.40489155288,2976.55458938473,1094.90011994278,3791.91857288069,1285.52082768159,5345.4315944617,19864.9695745662,6178.78585739189,146965.97430352,55011.0434468265,4520.3161510502,24816.3728840549 -1663,4253.76546082048,4418.1174988412,877.959359800337,1770.15146562593,2006.65703040459,3150.78262222219,2076.13914226652,3712.9935283341,380.29560468709,1357.93358895204,3057.17424752724,7535.75806072587,1710.15526395037,4395.96431771412,1943.28689714478,4968.15117027254,1416.34900639644,5640.99706371236,389.654256333784,1530.73002125394,786.064438731978,2943.28028570501,1772.75590919335,6755.26420545157,817.75505583585,1966.76826466131,735.629555376894,2678.6246282624,980.429848632521,4788.23646235724,1270.31123815625,3206.71393236035,1068.22256249353,4085.12518513761,1254.19874166841,5758.76217072261,19809.3100279707,6130.700577779,144564.191787769,53941.199227853,4461.04523861177,24229.3692673849 -1664,4149.29467155269,4562.76502167419,856.645035425287,1828.10556589808,1932.34988249791,3253.93807279796,2010.66957183563,3834.55555476488,351.978435558423,1402.39182933725,2828.12444087296,7782.47597541207,1582.02690068372,4539.8865536407,1807.83503297061,5130.80659082851,1364.76696256099,5825.68120843874,377.397555788021,1580.84555253136,760.387979435792,3039.64218699941,1714.9287266945,6976.42904175509,795.673393182254,2031.15952576843,686.450993176893,2766.32180181634,907.721471516967,4945.00154232631,1220.53748999565,3311.70055321677,1034.62127660511,4218.87066353373,1214.74751496775,5947.30190122951,18440.1484441152,5761.52425644436,137828.66469704,51854.262811079,4212.247716679,23457.1797674263 -1665,4011.97892843584,4566.59889308969,825.66369201317,1829.64163484757,1846.62200440656,3256.67220004446,1933.19930950075,3837.77754688211,327.848374823791,1403.57019156329,2633.9068093278,7789.01521467648,1473.38333703746,4543.70120138279,1689.69466162537,5135.11776018166,1303.52431577882,5830.57624742382,362.888209634642,1582.17386081534,730.184048894276,3042.19625174715,1646.88965135112,6982.2909986515,768.796879084006,2032.86621116844,640.402344867921,2768.64620862486,845.562166159126,4949.15658865736,1163.40820222447,3314.48321549005,994.844447079628,4222.41557710386,1168.04559039693,5952.29913221778,17268.319315599,5430.16190717818,130756.725877791,49535.0198376676,3970.69189920254,22514.3807915427 -1666,3854.06359215491,4603.96291981292,790.346017605646,1844.6118086112,1753.22573291518,3283.31837369798,1846.17072762904,3869.17833906389,307.946687641617,1415.05423808747,2473.37538644657,7852.74513259617,1383.5835298816,4580.87787861795,1588.74167212182,5177.13342254007,1236.26130641881,5878.28216857451,346.877099742854,1595.11924704266,696.341609444121,3067.08757781031,1570.69559654606,7039.42027879426,737.766318008719,2049.49917351461,604.041424964362,2791.29934137159,794.367909653856,4989.65071204442,1101.69348915019,3341.60240032248,950.950588462771,4256.96348729983,1116.50986724601,6001.00099306598,16173.2239083777,5114.24482466606,124110.630046446,47300.0129617767,3727.66118967812,21556.2015950709 -1667,3707.49631790882,4667.70919861297,760.627154873637,1870.15222687208,1677.72738468358,3328.77906312673,1770.96826920199,3922.75082116788,294.150950378054,1434.64702012099,2362.27905957786,7961.47391457962,1321.43726250619,4644.30452289927,1517.79257965179,5248.81579624427,1183.9256334856,5959.67261860849,332.54969656834,1617.2052016892,667.750284452239,3109.55434464675,1506.18962487273,7136.88779873271,708.989754632516,2077.87645369493,578.648063408674,2829.94755577483,758.841968115939,5058.73720794909,1054.40576454568,3387.87008795593,911.672548805359,4315.90522641229,1070.39357122008,6084.09060283176,15417.4590797462,4884.1343781711,118911.3210838,45405.4860101393,3555.65789687349,20701.4848206023 -1668,3649.4242309661,4601.42866945872,747.259259077008,1843.59644245584,1640.52606616269,3281.5110718373,1737.4545548528,3867.04855071698,284.536553009867,1414.27532180023,2284.71508892125,7848.4225908033,1278.04868796923,4578.35633541948,1470.09925828671,5174.2836706115,1156.99858825664,5875.04646947631,326.421346295458,1594.24121401173,654.601957431603,3065.39930014262,1476.60250817397,7035.54543148432,697.470183632082,2048.3710271553,561.130901605626,2789.76287127664,734.11283684293,4986.9041599317,1029.36054776377,3339.76301603245,894.871905861149,4254.62024270525,1050.66795786975,5997.69774341843,14916.2470408637,4743.45811299756,116048.070201429,44480.1307275337,3450.16722096361,20323.456749918 -1669,3621.19742107234,4557.56655003526,740.666090355243,1826.02275977237,1619.24554515229,3250.23078024489,1720.06645696938,3830.18675027799,280.499198335068,1400.79404945667,2252.29419951312,7773.60920702784,1259.91273947754,4534.71414800925,1449.40066772692,5124.96093530592,1142.16687189575,5819.04386498676,322.966568309509,1579.04445588682,647.759026329679,3036.17904707733,1461.15959327667,6968.48062268413,692.027073011525,2028.84537521746,553.171323820851,2763.17006260501,723.696873087403,4939.36757911537,1015.58387771948,3307.92745043353,885.400761293861,4214.06399928771,1039.54789917082,5940.52599229823,14691.7442254934,4678.74771176681,114603.337394217,44020.0303850171,3395.63398781488,20121.8484017818 -1670,3640.98778065882,4459.83524918634,745.815220043803,1786.86599097195,1629.53513543954,3180.53365597359,1728.69815894753,3748.05319731954,276.796847758503,1370.75577724016,2222.25009616474,7606.91390334916,1243.10634333135,4437.47288827175,1434.44700696802,5015.06257320664,1149.59644457351,5694.26176463155,324.858934897427,1545.18382717677,651.046108084838,2971.07199386737,1468.61687838761,6819.0502921078,694.906965761633,1985.33932970732,547.129981325421,2703.91734479597,714.210840938303,4833.4490338614,1021.57496901715,3236.99309340429,890.588613480418,4123.69867999077,1045.63894977469,5813.13886002484,14591.6874660022,4659.57731313463,114540.327421996,44049.062402685,3398.89677505663,20190.9382776689 -1671,3674.40471057522,4384.65232899875,752.680726295215,1756.74339771928,1644.78870786196,3126.91692023102,1746.25693975368,3684.86934216607,277.851777959621,1347.64787830696,2230.18421624435,7478.67822446983,1247.54461741073,4362.66694783832,1440.93125097921,4930.51975310001,1160.50219220609,5598.26915417455,327.862462374246,1519.13545860194,657.70293115703,2920.98631668293,1483.5797864123,6704.09624443076,702.25758036844,1951.87091663132,551.639416163323,2658.33530183491,717.045005091645,4751.96781479397,1030.92912450826,3182.42457690279,898.822671663166,4054.1822760402,1055.30654693489,5715.14224568076,14632.1532940413,4681.51387448474,115600.101764848,44486.9892429308,3420.75464420905,20409.578414724 -1672,3759.16965659918,4282.89221294482,765.78471235378,1715.9724542977,1650.88662102409,3054.34664445585,1768.16508811317,3599.34996599514,285.00977383002,1316.37132677986,2286.90352288797,7305.11117583091,1279.27287787958,4261.41707405003,1471.63764280554,4816.09100832511,1162.67774120122,5468.34311304644,332.754749500953,1483.87898010157,664.421624885113,2853.19533024331,1498.99427814409,6548.50588955631,716.288186281266,1906.57140458448,569.079358228642,2596.63998632816,735.671353465937,4641.68294839308,1031.74246667202,3108.56606544529,912.234693746836,3960.091792244,1071.05358487547,5582.50378439642,14713.5753046011,4727.24647451831,117670.543264133,45567.0541219485,3405.51247322129,20875.2612946162 -1673,3812.70811592926,4326.94927615779,772.11397133748,1733.62424265283,1640.14541563888,3085.76596030564,1775.25220488353,3636.37559752941,283.561268876266,1329.91251620797,2273.83912650276,7380.2570653022,1271.96477423891,4305.25322776896,1461.99760602384,4865.63295695317,1152.93657383919,5524.5946193238,334.613185321029,1499.14327973282,665.45511743957,2882.54545179051,1501.55111303683,6615.86876575822,725.199811161487,1926.18383765902,572.24697007772,2623.35098588898,732.234496132903,4689.43080402527,1020.9138191228,3140.54312319918,917.329526003079,4000.82828659068,1077.03542089836,5639.92963353931,14395.8990800718,4667.15410372066,117963.109303692,46087.3091196384,3326.7074694347,21149.2885634185 -1674,3837.69444278276,4575.50127781988,773.834561796125,1833.20844115859,1625.92612336795,3263.0209400025,1775.21948894762,3845.2591262875,287.113865733595,1406.30639023843,2301.47194415016,7804.19955902853,1287.42231925641,4552.55894806489,1474.3736186919,5145.12844756766,1141.45823764946,5841.94270070086,334.700549872431,1585.25823952887,664.27659860529,3048.1268802284,1499.00606526534,6995.90266944269,729.964843772962,2036.8291948989,582.571051065219,2774.04356326625,741.587420279818,4958.80475287622,1009.65740544182,3320.94465549318,917.569032651478,4230.6469915193,1077.31662534731,5963.90287893273,14295.6271191483,4652.65065480811,118603.158732997,46561.6836034591,3274.90114091723,21333.7416949559 -1675,3818.39384143543,4724.24260132316,767.963412590962,1892.80275295938,1612.101176897,3369.09588649801,1762.71613579854,3970.26158982731,287.542937145995,1452.02288358729,2304.15643511356,8057.90006107421,1288.92399890578,4700.55445765952,1473.62981858323,5312.38732663199,1130.45686995096,6031.85375882793,332.747535624892,1636.79213588794,659.211592176749,3147.2160070458,1487.67697713372,7223.32689226987,725.803342087629,2103.04285145889,586.471567455075,2864.22273402862,742.853829061566,5120.00658348494,1000.0717229718,3428.90259787945,912.214917175564,4368.17772194313,1071.03036522848,6157.77864326867,14167.1065201515,4618.62592731599,118428.435018971,46533.7349875943,3238.64998653336,21304.5760429619 -1676,3680.268864741,4439.3012792791,736.891290002297,1778.63890399747,1529.05316055561,3165.88984544435,1685.87711417248,3730.7964137694,273.744315633102,1364.4445445808,2192.41019879634,7571.8901564054,1226.41417813939,4417.04187912884,1400.70964357906,4991.97222609573,1070.5824169152,5668.04424914367,318.628792321021,1538.06949302862,629.276429226838,2957.3925865562,1420.28725833827,6787.6540261763,698.610153109722,1976.19843194449,562.494229377256,2691.46797070758,707.451756777247,4811.1948716639,945.542804999063,3222.08933237813,873.508910745265,4104.71234980807,1025.58569268143,5786.3740107089,13282.5747524725,4362.13931096189,113275.613805432,44801.0594078633,3030.39553934485,20532.0075534734 -1677,3323.71706960139,4169.56549717911,661.552279589852,1670.56726712016,1360.5283371177,2973.52764252533,1511.17543666054,3504.109999576,236.588361644201,1281.53971492158,1893.45733630264,7111.81556699954,1059.1826858945,4148.65859741819,1214.31391966896,4688.65567965804,950.284709236603,5323.64898233529,286.249900455778,1444.61506145789,562.95617719054,2777.69885726712,1270.80319149976,6375.2303017671,629.876494361423,1856.12290742143,491.304297227667,2527.93205088513,611.715111762465,4518.8625135063,837.217067401223,3026.31240006635,784.743390346684,3855.30648020898,921.366208936798,5434.78892532919,11421.9015221238,3799.68835651803,100401.792887554,40079.8031745727,2633.01760948901,18470.5171973086 -1678,2917.74935360344,3918.99907845978,587.380756785174,1570.17597751571,1214.90221839315,2794.83608033388,1336.70598840653,3293.5335512659,207.997643321029,1204.52669832987,1665.43414328297,6684.43718466666,931.628600889115,3899.34856068955,1071.66726932896,4406.89498707395,853.110790665804,5003.7289185001,252.224839579134,1357.80217349094,499.344389976281,2610.77545591581,1126.92539674623,5992.11637147739,552.886924617104,1744.58081270434,430.290045087486,2376.01816892678,537.625695360152,4247.30539383512,752.445257522705,2844.44878369588,691.464959204608,3623.6251842886,811.848122471644,5108.1900031066,10264.125013434,3389.75639851456,88538.5266460407,35089.8564582714,2385.78510328537,16166.3014225663 -1679,2391.40701992815,3593.8345709214,497.744989331651,1439.89641167357,1114.62200849949,2562.94485517201,1159.71774713372,3020.26474108812,191.965365930633,1104.58553405861,1541.25756614212,6129.82064054192,862.165361353941,3575.81448245357,994.386549905159,4041.24911435064,791.003083985991,4588.56294957135,216.61786428874,1245.14354146818,439.102840141114,2394.15598282581,990.102022211545,5494.94259571577,458.420598825177,1599.83064832133,381.175408901615,2178.87681667492,495.307363484576,3894.90087954412,705.842751834367,2608.44112728885,593.849768894031,3322.96823720507,697.238252624423,4684.356760608,10207.7673336546,3216.96216874496,78258.6373625138,29531.5953592943,2393.56269035216,13458.2459219292 -1680,2316.54509470678,3357.75890245337,512.500226447983,1345.31094837457,1149.95922993476,2394.58737850154,1155.86514990603,2821.86634415802,217.671543220248,1032.02633212903,1751.33116840503,5727.15839308794,979.678609745822,3340.92253692742,1120.59864536536,3775.78319840795,842.528571918357,4287.14449408859,213.283097782834,1163.3512140558,438.174624296888,2236.88609104072,987.525908529203,5133.9848997291,453.252468915936,1494.73925296496,415.983135092572,2035.74841416915,560.862583033982,3639.04844376566,755.65599304252,2437.09504258959,584.707631308334,3104.68552763252,686.504480600945,4376.64569829281,11951.4933514598,3584.79166294219,81665.4428909157,29485.8560927489,2699.65052609609,13112.9023197049 -1681,2429.63339314852,3234.10022257192,535.062017815512,1295.76618332771,1192.73912138195,2306.40013138564,1206.15729397151,2717.94337736445,225.120428501716,994.019132225328,1810.84558670658,5516.2400791364,1012.97043006704,3217.88390237841,1158.72702397604,3636.72962744055,872.350540997248,4129.25864105349,222.819500434823,1120.50761523055,456.561545481936,2154.50662631466,1029.0635043794,4944.91182638606,475.554428778071,1439.69138081023,431.594196947419,1960.77639599268,580.143188705411,3505.03050511856,781.403647915671,2347.34233417087,610.851322317193,2990.34696880581,717.199754710621,4215.46371796531,12294.6168960957,3702.67482034664,84917.6014557241,30833.4788088529,2776.29675554362,13739.6667754913 -1682,2523.20652805075,3189.2633842009,558.497185953032,1277.80197228595,1263.31867464986,2274.42471850632,1266.10339854903,2680.26242144912,238.7543666769,980.238274459008,1921.25123505959,5439.7641668818,1074.73033820884,3173.27188342468,1229.48971315052,3586.31082552261,923.961918911844,4072.01152762489,233.91849314134,1104.97314957393,480.105099599023,2124.6370308398,1082.06363076763,4876.35668057729,495.355358247817,1419.73182318892,454.700342530395,1933.59263287513,615.124195856235,3456.4375502229,828.924117288694,2314.79930779707,641.278795486885,2948.88947074257,752.924611965551,4157.02147673168,13155.5062811698,3940.34283758351,89424.8022254533,32219.2331083705,2972.17045302062,14330.9310243481 -1683,2739.44757606268,3241.24811949966,605.462713660017,1298.6300411192,1377.76906727035,2311.49765752234,1378.20782682403,2723.95048220964,260.142969491394,996.216079076809,2093.53092929753,5528.43188297697,1171.10202072287,3224.99595855376,1339.81672439679,3644.76740201216,1006.35283814442,4138.38498628802,254.923691368691,1122.98412257083,522.671138757189,2159.26844265775,1178.04389070354,4955.84090019926,538.466490686931,1442.87333711634,494.115925696937,1965.11003645289,670.19477010041,3512.7772028258,903.226907180939,2352.5303493541,698.863760391989,2996.95613068707,820.53504546399,4224.78059069188,14360.2989449606,4298.04623642883,97343.5510669683,35032.4935535873,3244.69037994515,15585.1415442081 -1684,3352.02491027771,3358.3437338219,740.871027494277,1345.54526538955,1668.9909148719,2395.00445127369,1676.47596719109,2822.35783744381,315.487873601752,1032.20608338268,2538.46082873436,5728.15591017542,1419.99172997849,3341.50443585351,1624.38439939687,3776.44083837537,1221.15629818297,4287.89119945202,309.623134046713,1163.55383857482,635.482121053788,2237.27569648646,1432.25347284652,5134.87910193425,657.153554168297,1494.99959637504,602.014661705367,2036.1029868367,812.874742085434,3639.68226821326,1095.26257791038,2437.51951905452,848.820235586839,3105.22628041995,996.598750817106,4377.40799236087,17341.8783174331,5200.85917433327,118355.059396454,42721.3813310861,3917.47394954007,19007.2965167476 -1685,4488.83717488362,3605.72607905008,959.44344963396,1444.66083239077,2046.02244186999,2571.42528992136,2143.56479006034,3030.2583849275,379.667640250465,1108.24045684314,3049.08236847248,6150.10338047774,1705.62874094569,3587.64636456879,1950.9406901528,4054.62105614289,1480.52019094644,4603.74587815,400.207186733881,1249.26355151665,803.712081146694,2402.07791823193,1812.85852354512,5513.12461084588,872.148460849067,1605.12426960066,746.367928867418,2186.08642270035,979.448599446967,3907.78857500018,1316.52927725324,2617.07210299355,1097.15302628436,3333.96348560181,1288.16596213008,4699.85665783396,19957.3507553439,6178.36982651926,148239.837242213,55745.6136114604,4496.57879425469,25132.3325374327 -1686,4558.68403213838,4100.94564885387,976.915242897884,1643.07421716941,2117.93986839295,2924.59136464241,2200.58690276606,3446.44176127911,393.529915929372,1260.44901352352,3161.70184772558,6994.77418562427,1768.62704580967,4080.38282050556,2023.2786798647,4611.49300124346,1532.20898095411,5236.03601979716,410.631313909563,1420.84057788817,826.539579726001,2731.98539517909,1864.19005307463,6270.31113533558,889.287544589081,1825.57611004736,766.902350659913,2486.32907953821,1014.93903233359,4444.49417452969,1364.94300802753,2976.50742685803,1125.7303808554,3791.85849118034,1321.71859750931,5345.34689785941,20890.2729811924,6428.12054076717,152552.455202204,56948.5615407796,4709.48498716448,25635.0972326176 -1687,4446.93785883663,4413.89373984667,952.644263619458,1768.45918533312,2068.80217417177,3147.77044646093,2147.21602798021,3709.44387402635,384.668296639866,1356.6353925569,3090.60798653203,7528.55381006981,1728.85779122661,4391.76173735463,1977.72752089137,4963.40157427444,1497.09380795126,5635.60422115165,400.627998078445,1529.26662995727,806.684486423499,2940.46648399344,1819.38520172259,6748.80611375173,866.945380892611,1964.88801698791,749.170085480103,2676.06383967551,992.062923081741,4783.65886639446,1334.23413129124,3203.64828577711,1098.30666483831,4081.2197697092,1289.52044767785,5753.25674368896,20435.8906421168,6283.7135286554,148971.792482047,55561.4707056789,4607.29001456778,25002.1867661942 -1688,4337.68562612125,4545.22017516543,929.28507831293,1821.07609332977,1992.16293840011,3241.42595706002,2079.40102117851,3819.81083564872,370.155741318213,1396.99932078729,2973.19635377051,7752.55062405208,1663.17879959617,4522.42967993091,1902.41718558213,5111.07749812385,1442.46564036914,5803.28016825248,388.017423793119,1574.76684971816,780.321140795147,3027.9540866131,1760.0066852763,6949.60312016251,843.434158751565,2023.34926555447,725.603862470574,2755.68467911199,954.804799508215,4925.98691136601,1283.68036710241,3298.96632789218,1063.73524733518,4202.64816733233,1248.93019069161,5924.43320242459,19536.8510959734,6031.23513450869,144039.6839777,53985.0472526868,4402.90006937439,24315.4220428492 -1689,4194.09094722783,4552.10814914154,895.499591278085,1823.83581106752,1903.74955651796,3246.33811901858,1999.17638549636,3825.59950079928,353.16022423607,1399.11637883847,2835.94658157514,7764.29909054854,1586.40253452533,4529.28311645185,1814.5561854684,5118.82299062811,1377.64152932271,5812.07464711918,373.090921984435,1577.1533024446,749.311803769184,3032.54274638,1690.14822484074,6960.13477398591,814.841517240018,2026.41551461362,695.263074860463,2759.86073299378,911.119807377546,4933.45191159583,1224.5440512892,3303.96568839373,1022.81480119105,4209.0169965841,1200.88554731441,5933.41128052616,18523.4013449125,5742.53723700318,138121.696659368,52028.1584611402,4172.96138103182,23464.6252851284 -1690,4028.95835999592,4591.29164282934,857.023228895545,1839.53496773277,1807.43063970319,3274.2818464142,1909.07551376422,3858.52937614064,334.560362539908,1411.15964890205,2685.86465435444,7831.132380628,1502.44807950272,4568.27013753947,1718.48800202899,5162.88463454579,1306.46130321143,5862.10364089239,356.620468493514,1590.72907315266,714.569575288783,3058.6461726756,1611.92270277091,7020.04600369474,781.85301970757,2043.85843049441,661.553195043134,2783.61697561091,863.285063112436,4975.91792415607,1159.85847866741,3332.40546057276,977.661669286261,4245.24724101461,1147.87131300992,5984.48471196505,17433.9056481082,5429.34580754788,131550.963886996,49814.2878089029,3925.99019725646,22500.4179335543 -1691,3875.73370350833,4648.79975188078,824.718981278623,1862.57601712756,1729.58936374866,3315.2937820822,1831.27598025878,3906.85928968204,320.237423794917,1428.83509391648,2570.59395415136,7929.2210340998,1437.96670593005,4625.48989130013,1644.65250858203,5227.55221737016,1251.1172271049,5935.52927395533,341.888187305398,1610.65371051545,685.225454785668,3096.95716908611,1545.71367794407,7107.97541496557,751.324299650228,2069.45872833002,634.958356470248,2818.48310066766,826.386597431645,5038.2436601089,1110.12727375743,3374.14542212139,937.273671705496,4298.42097953499,1100.45181680862,6059.44322608382,16642.401057185,5190.56077987886,126131.89160013,47844.723431307,3747.14899521224,21613.8776172698 -1692,3815.00083613978,4586.28811497992,810.133684019552,1837.53026727873,1691.22036254978,3270.71357811851,1796.56690179309,3854.324402749,312.751811615708,1409.62178610601,2510.11841708306,7822.5981179396,1404.13724457657,4563.29169821672,1605.93739705291,5157.25819234566,1222.61228073569,5855.71519922822,335.582900162735,1588.99551801446,671.726000043476,3055.31290123544,1515.33420356688,7012.3956520255,739.064567026088,2041.63106108013,621.694209804732,2780.58342728877,807.150814578442,4970.49523576101,1084.07439242846,3328.7738499445,919.987962953931,4240.62082769772,1080.1566883155,5977.96290105646,16192.1969401024,5063.39676776238,123559.560514137,47007.6795658254,3644.95402261555,21253.6228761881 -1693,3785.48064662449,4541.84116418792,802.917018221008,1819.72226758028,1669.27099740799,3239.01621375395,1778.54514936179,3816.97110902421,308.589057416398,1395.96076250879,2476.41410551547,7746.78721707666,1385.28336148772,4519.06761188039,1584.35624755854,5107.27781707266,1206.90170430791,5798.96588937524,332.028083619129,1573.59613537053,664.698736585239,3025.70304272441,1499.47412172077,6944.43664102016,733.257380471651,2021.84506573221,614.913273896794,2753.63604594958,796.46924886202,4922.32483049708,1069.56665541728,3296.51380788065,910.242566424369,4199.52383149276,1068.71463073912,5920.0288558682,15930.1390835244,4990.75726694695,122178.134456206,46579.992060161,3585.34028860081,21068.7800555516 -1694,3806.17231079401,4439.43124390649,808.500478939647,1778.69097528704,1679.8810264473,3165.98252978096,1787.48544848055,3730.9056362653,310.613350140122,1364.4844899496,2492.71280357424,7572.11183045294,1394.4007038516,4417.17119209182,1594.71896972871,4992.11837067333,1214.75935638114,5668.21018635147,333.974208273641,1538.11452142745,668.073600270787,2957.47916694383,1507.13109570446,6787.85274098994,736.322313627686,1976.25628697093,618.725768175873,2691.54676590753,801.682675286282,4811.33572381821,1076.59720857255,3222.18366200641,915.577794338813,4104.83251903686,1074.97871499624,5786.54341212929,16043.1787518177,5023.79565161417,122905.454457806,46831.8905024275,3610.88903174998,21179.7087103015 -1695,3841.10579278986,4354.63114299278,815.945093231165,1744.7151874188,1695.60612841656,3105.50729697159,1805.63477045084,3659.63948592474,313.516260010317,1338.42069571881,2516.01748604153,7427.47261608653,1407.43712970412,4332.79629308722,1609.69739291896,4896.76107863568,1226.28310179297,5559.9384800462,337.062111638116,1508.73412122125,674.903819323632,2900.98667544477,1522.48478666491,6658.19410550292,744.105782562254,1938.50669172795,624.765576861591,2640.13400043758,809.173218133244,4719.43166393001,1086.66105654364,3160.63489940857,924.043165860141,4026.42377865464,1084.91789685083,5676.01135558181,16194.4707447011,5071.42592604071,124072.614269329,47280.5040889652,3644.95402261555,21382.1944344691 -1696,3929.64167615209,4249.49202226449,829.884962213219,1702.59042077313,1701.84042376976,3030.52728238544,1828.13721668879,3571.28038842648,313.556974966695,1306.10558785052,2515.20216395807,7248.14217122316,1406.98104600069,4228.18435751995,1609.03935780953,4778.53265989745,1228.43685088344,5425.69816808864,342.077501284813,1472.30693055707,681.77846901633,2830.94464931552,1538.258685781,6497.43728112359,758.826341744447,1891.70298266475,629.204433583396,2576.39005558991,809.517576637594,4605.48472349137,1086.49723433263,3084.32387251443,937.792668895746,3929.20896484694,1101.06117074459,5538.96855595687,16016.1786390441,5054.34745182111,125170.955402526,48099.2393549017,3602.37278403359,21804.8295729313 -1697,3985.52760167425,4297.05805477921,836.456199734746,1721.64810364192,1690.7104734921,3064.44902138282,1835.29245751969,3611.25496378398,310.274831943174,1320.72527898863,2487.6156163739,7329.27313096645,1391.54938403264,4275.51188598084,1591.31541555066,4832.02042706644,1217.98370874601,5486.42988240325,343.972617463606,1488.78697075096,682.816491281104,2862.63239093998,1540.83151928471,6570.16534164401,768.102597964171,1912.87746778208,627.749158540985,2605.2284796916,801.307718005161,4657.03550531562,1074.78826780384,3118.84777533324,942.988058982795,3973.1899584339,1107.16107158776,5600.96814486075,15649.7225418328,4982.47216273213,125082.088855284,48509.5877354766,3517.21030686967,22047.4493069979 -1698,4011.58776640374,4528.97494341483,838.108613415605,1814.56732103019,1676.01003230678,3229.84066221279,1835.12413401632,3806.15831500569,306.648188634749,1392.00625623882,2457.59654286469,7724.84195941267,1374.75698934914,4506.26590449322,1572.12312604088,5092.80981575591,1205.73623998678,5782.53845990532,344.051089401599,1569.13841997418,681.589794208895,3017.13176910779,1538.18033587721,6924.76429851893,773.02320199733,2016.11754157531,624.254997506939,2745.83548929972,792.139130107744,4908.38076779286,1061.97393350658,3287.17537597596,943.203186864306,4187.6273342784,1107.41365295775,5903.25847674459,15317.9508811795,4910.560968197,124559.424601879,48643.1312714924,3440.56407742215,22149.7782567602 -1699,3991.39198320523,4688.95795821299,831.708550157013,1878.66569962571,1661.74669460019,3343.93262626964,1822.16916724596,3940.60831520254,303.631110012693,1441.1779474655,2433.18494494736,7997.71684190744,1361.10136513553,4665.44673765971,1556.49316235255,5272.70992081234,1194.08692099798,5986.80276861981,342.040224540231,1624.56718657138,676.388730637003,3123.70993359222,1526.5460187411,7169.37697204553,768.587142142094,2087.33554708837,618.764701974759,2842.83029390924,784.393874392883,5081.76603991731,1051.46345483487,3403.29265050041,937.690476095409,4335.55247278311,1100.94118630867,6111.78713942035,15130.6461409964,4859.54358153989,123578.17499249,48346.6812918049,3397.98283884019,22030.22165227 -1700,3846.95106014282,4416.75289861777,797.847080291177,1769.60472844972,1576.09817726038,3149.80945691561,1742.61174476226,3711.84671596442,287.055541040255,1357.51417129749,2299.40171578543,7533.43053160604,1286.2642524768,4394.60655982477,1470.85575596863,4966.61668410309,1130.72091319471,5639.25475924546,327.515895703821,1530.25723289339,645.656929698181,2942.37121053067,1457.35790296305,6753.17774327702,739.671820872914,1966.16079951036,588.867316436508,2677.79729585959,741.772556552034,4786.75754547736,993.808435368353,3205.7234918504,897.872572105062,4083.86343446171,1054.1910362613,5756.98349277959,14154.1521976191,4579.90667516585,117756.804785982,46399.3759991351,3176.56039821401,21184.1555041543 -1701,3474.19553381418,4148.05681462746,716.108288746459,1661.94965431279,1402.34949050953,2958.18871520426,1561.9246962577,3486.03406584672,254.436525927628,1274.92889877678,2037.29693637013,7075.12930232761,1139.64524030039,4127.25776300333,1303.14651632794,4664.46927302263,1003.56284226425,5296.18696595614,294.223824225424,1437.16302196187,577.596214214982,2763.37011174544,1303.94022233778,6342.34370846449,666.797939394729,1846.54810678104,524.689929832719,2514.8917261723,657.653717366767,4495.55198406065,880.660847816067,3010.70118284019,806.603603969096,3835.41890120867,947.032257736435,5406.75359411561,12416.7809783044,4047.9693893634,105186.699450908,41733.5925322436,2784.81300326001,19094.3387291749 -1702,3049.92524957571,3897.55537507025,635.983493680693,1561.58439909043,1252.29505072442,2779.54349293358,1381.72114318412,3275.51222613597,228.803739001067,1197.93585390081,1832.94357473152,6647.86175164301,1025.33184210436,3878.01237962041,1172.35026115022,4382.78164918341,901.053237239847,4976.34986670097,259.26322729223,1350.37264710242,512.34692064509,2596.48999848842,1156.3486800099,5959.32913076285,585.413772715093,1735.0349381742,469.91023681131,2363.01723990318,591.212860397473,4224.06528705103,792.177965334646,2828.88472899642,710.760435736669,3603.79768698864,834.502916740277,5080.23936849532,11306.5287320353,3649.40325362238,93598.2044386252,36793.6531162593,2537.84181948466,16775.9468326176 -1703,2500.02191585381,3564.2032787976,539.943276027096,1428.02441524181,1149.13842187669,2541.81328492243,1199.38087713644,2995.36255233449,214.507557007226,1095.47818757688,1723.0750954207,6079.28005430124,963.872421403171,3546.33176659141,1102.41758534733,4007.92887361912,836.04673258515,4550.7300870664,222.717483483385,1234.877289284,450.616734928327,2374.41608275054,1016.13435880325,5449.63660122883,485.960588690982,1586.63998849726,421.353197801122,2160.91190087745,553.296618592022,3862.78728514308,743.924608547539,2586.93443867947,610.571646662402,3295.57024750587,716.871387882743,4645.73407477021,11335.7611324574,3491.83860784077,83245.4039964618,31123.1651830854,2554.87431491744,13988.9387166381 -1704,2375.02033984655,3338.39458898005,533.834292335516,1337.55249290465,1152.11736776907,2380.77770902149,1151.69944999233,2805.59254188229,222.560797705395,1026.07460003967,1766.88636032683,5694.12966956818,988.380041588751,3321.65531936516,1125.5402314629,3754.00812414402,826.398965233002,4262.4203812798,208.349759275888,1156.64212676186,423.254379378052,2223.98589042197,954.290913214222,5104.37702857044,469.889272346249,1486.11903921639,433.547364873288,2024.00818159438,578.443152800189,3618.06192363218,743.371015353574,2423.04022991841,571.183068401919,3086.78069719659,670.625308624606,4351.4054288972,12109.9948597902,3609.99321960462,81917.7963849099,29383.1061039172,2681.79508129267,12999.8012746536 -1705,2490.84243605688,3211.35689812108,557.228261958867,1286.6539021083,1194.87765540904,2290.18071859952,1201.70088779449,2698.82984846421,230.161850550382,987.028841857468,1826.84677845911,5477.44794864122,1021.92135012899,3195.25461676564,1163.7909457112,3611.15487212544,855.651349518795,4100.22024936747,217.668358033309,1112.62781358898,441.036220615967,2139.35538180722,994.477708816573,4910.13747608506,492.905474176161,1429.5669672394,449.76477457856,1946.98753025551,598.278903007079,3480.38190411615,768.69569097421,2330.83500148816,596.729658184259,2969.3178025303,700.619526949425,4185.81910201332,12457.6133220001,3728.52454712478,85173.3928622669,30723.051141023,2757.93437382148,13620.9512969853 -1706,2586.91784593172,3164.37569697489,581.822633300444,1267.83053625449,1265.7172546295,2256.67605237429,1261.58678375875,2659.3467663925,244.127802691511,972.588901973013,1938.37360119028,5397.31450598541,1084.30843294563,3148.50898723084,1234.93828150969,3558.32474492386,906.270623367939,4040.23524041629,228.507134275609,1096.35039791411,463.74895126355,2108.0572456285,1045.62960157942,4838.30361776978,513.577957011864,1408.65282553216,473.941966676131,1918.50367882138,634.440160671166,3429.4649467395,815.45107300722,2296.73557513428,626.443757654857,2925.87756173076,735.506813058457,4124.5818071775,13330.0097847871,3968.10798907925,89702.9862631817,32107.3898392273,2952.51256583956,14207.1302347253 -1707,2808.62746605568,3228.4468778887,630.806923822803,1293.5011289512,1380.39923656529,2302.36844590194,1373.32185326755,2713.19229679048,266.003805452246,992.281544522583,2112.22152263525,5506.59745696126,1181.55736739103,3212.2589045123,1345.76984595085,3630.37246944028,987.082089800845,4122.0405213981,249.02605350208,1118.54892028199,504.859691138939,2150.74045713541,1138.36731322698,4936.26791028612,558.300738956295,1437.1747390697,515.053701012554,1957.34887549226,691.259627257751,3498.90356278315,888.547917459466,2343.2390799761,682.695606876087,2985.11971517307,801.552037140883,4208.09490817056,14550.8045491539,4328.3700634864,97647.4163774353,34911.1330276155,3223.23005038646,15450.4128932686 -1708,3436.62507148976,3352.49545165232,771.749252469493,1343.20210786678,1672.12098122512,2390.83374602771,1670.44350595582,2817.44293107176,322.578731269338,1030.40858053269,2561.03173603643,5718.18079305542,1432.6176887265,3335.68547795025,1631.55712656612,3769.86447414048,1197.77622826567,4280.4241860566,302.461506585565,1161.52760430375,613.842122333417,2233.37966302436,1384.04908020495,5125.93712807006,681.280851927205,1492.39617630373,627.453954557435,2032.55727926858,838.369373466876,3633.34405789316,1077.45779246432,2433.27477727966,829.186901897245,3099.81878168615,973.547278892787,4369.78509275923,17571.880953677,5237.4284502448,118720.645476444,42572.142064914,3891.5638403616,18843.1609209917 -1709,4600.60069231906,3599.42293013935,997.96918430941,1442.13542914259,2048.57502792065,2566.93019623985,2134.49474445103,3024.96120776555,387.991350831356,1106.3031481083,3075.05025472525,6139.35242031781,1720.15493859528,3581.37482070242,1958.94428469979,4047.53319651818,1452.1993519112,4595.69809659895,390.986080115402,1247.0797211254,776.606002331523,2397.87885971172,1752.43603866859,5503.48714959017,902.864418054135,1602.31836114569,777.149493740763,2182.26493766463,1009.48633629436,3900.95739238679,1295.06677833965,2612.49721438204,1071.87370755268,3328.13540330938,1258.48554640332,4691.64086558465,20221.2901586818,6219.52431653427,148615.484954577,55514.9978842326,4466.83849502375,24913.7403192014 -1710,4672.41263191688,4081.32141242892,1016.47478724974,1635.21162164574,2120.81370730274,2910.59633098422,2191.53140098433,3429.94951930875,402.204436212035,1254.41739263386,3188.8851054387,6961.30212476039,1783.83311111884,4060.85698328889,2031.70981542642,4589.42564491219,1502.89064025098,5210.98004062055,401.16398859058,1414.04143598039,798.614761775022,2718.91203798415,1801.94793232073,6240.30584418712,920.838432967659,1816.84018905184,798.710212456143,2474.43126038503,1046.21739777603,4423.22595691879,1342.704861006,2962.26395950517,1099.77606277003,3773.71332811491,1291.24566590642,5319.76783383881,21166.7238257534,6471.38313013973,152953.228654724,56718.3466886369,4678.33652982601,25412.0456517841 -1711,4557.91436823087,4396.41387250004,991.258525096524,1761.4557471469,2071.6389885669,3135.30467064375,2138.41287935902,3694.75376350955,393.151191296555,1351.26285572268,3117.20026329765,7498.73929035811,1743.73326720837,4374.36951699056,1985.98123783677,4943.74555031465,1468.44691767729,5613.2861455454,391.390514576845,1523.21044025158,779.424205383669,2928.82167170142,1758.62504225496,6722.07954474724,897.733543905754,1957.10668288422,780.256229412172,2665.46611266038,1022.64833633814,4764.71465809573,1312.49738064025,3190.96122297922,1072.98244949439,4065.05735520815,1259.7873188962,5730.47274148634,20706.3448993423,6326.06022533871,149365.16564577,55337.8080411273,4576.81747312093,24784.7563158667 -1712,4445.79553962018,4523.64650714851,966.720689283278,1812.43244361491,1994.75222112917,3226.0406853231,2070.71292439827,3801.68028802289,378.289178099102,1390.36853098943,2998.61772512153,7715.7535169809,1677.39928181695,4500.96418589879,1910.27466574408,5086.81801565571,1414.87035541595,5775.73517924554,379.07445108436,1567.2922949308,753.982620388673,3013.58204879809,1701.29803263562,6916.61716463434,873.239808637064,2013.74553599791,755.594442671745,2742.60495488844,984.146029976242,4902.60595242762,1262.75868129407,3283.30794356444,1039.21842230895,4182.70050080358,1220.14501784727,5896.31316639292,19795.2975149379,6071.60484999776,144411.255598778,53764.4082743483,4373.77935971076,24104.0281847921 -1713,4298.47122313161,4529.4947893181,931.39701492329,1814.77560113768,1906.07825556293,3230.21139056908,1990.65720690238,3806.59519439494,360.893480619987,1392.16603383942,2860.04838090132,7725.7286341009,1599.88486024546,4506.78314380205,1821.97311822322,5093.3943798906,1351.2897852182,5783.20219264096,364.495791201816,1569.31852920187,724.051480290785,3017.47808226019,1633.83981214103,6925.55913849853,843.486899742306,2016.34895606922,723.904044009804,2746.15066245656,939.031806878714,4908.94416274772,1204.57842340768,3287.5526853393,999.251571788751,4188.10799953738,1173.21998987007,5903.93606599456,18768.3423465509,5780.69276518438,138468.52597112,51811.6646518384,4145.36148212431,23260.4958861303 -1714,4129.0689424791,4580.6347702967,891.206663832812,1835.26521290221,1809.49075968705,3266.68189263482,1900.78194094112,3849.57332217504,341.860159915533,1407.88419840327,2708.54794608197,7812.95549576447,1515.13690506866,4557.66670035062,1725.43620815535,5150.90103434539,1281.47443620646,5848.49707957283,348.408733725899,1587.0368230659,690.511135467743,3051.54673205619,1558.28914619807,7003.75173592556,809.19377781802,2039.1144193396,688.712394356249,2777.15590678835,889.646715743366,4964.36829342559,1140.93992429425,3324.67059574972,955.149505712039,4235.39357406498,1121.43981060735,5970.59409126171,17664.3418650162,5465.13794052156,131871.785799131,49603.0921744417,3900.02376175369,22304.5319045785 -1715,3972.00398265609,4630.93000325828,857.535675417699,1855.41637012343,1731.51917450606,3302.54996224535,1823.26491960675,3891.84152227189,327.214347690094,1423.34272485047,2592.24710958853,7898.74151374741,1450.07928269337,4607.70974459021,1651.27381841345,5207.45777385328,1227.19120887025,5912.71340282123,334.016735902483,1604.4624399809,662.165089696949,3085.05262402932,1494.30506806559,7080.6527207951,777.550048829616,2061.50383475885,660.984437790563,2807.64899569565,851.587885750037,5018.87690900962,1092.01688249877,3361.17537958843,915.694382241858,4281.89806900374,1075.11560070379,6036.15103605161,16862.3369505154,5224.69021820395,126436.872270675,47641.001207602,3722.36541251979,21425.7751795587 -1716,3909.67894345487,4581.21960166523,842.278908838785,1835.49952991719,1693.02714259506,3267.09896540696,1788.6237554054,3850.06481546083,319.551592760403,1408.06394965692,2531.18533006433,7813.95301285195,1415.92188268127,4558.24859927672,1612.36203185575,5151.55867431281,1199.23319871009,5849.24378493627,327.85870415624,1587.23944758492,649.136213204505,3051.93633750193,1464.97241082349,7004.64593813071,764.786132555864,2039.37476274969,647.126795976875,2777.5104794559,831.719888532382,4965.00211787319,1066.38494272673,3325.09507221465,898.812368649138,4235.9343268524,1055.29445017932,5971.35638532977,16406.1300955595,5096.53866269235,123853.282610714,46805.4658193979,3620.84635581471,21068.5819976136 -1717,3879.37809744303,4538.78706162731,834.707061077659,1818.49861879202,1671.00212334417,3236.83817904189,1770.61469497736,3814.40443599087,315.287650901163,1395.02206668365,2497.13974572956,7741.5779898446,1396.87709473323,4516.02882310155,1590.66352671846,5103.84349392155,1183.82442256655,5795.06644949362,324.387033713182,1572.53799092807,642.357592570434,3023.66844770526,1449.66634005792,6939.76694409316,758.719311101262,2020.48550207307,640.028387655784,2751.78439887631,820.678529299155,4919.01487659831,1052.11083572544,3294.29710965239,889.294914042817,4196.69991581111,1044.12001892291,5916.04800875488,16140.5701028387,5023.3147782155,122465.08280635,46378.266288458,3561.62690607007,20885.3103171546 -1718,3900.59438801821,4432.80318657886,840.513151837248,1776.03539507764,1681.6350689092,3161.25572750546,1779.54034832814,3725.33540551219,317.357838520896,1362.44731876141,2513.58553090137,7560.80669054963,1406.07671628052,4410.57636895376,1601.07495998623,4984.66515314856,1191.53264158732,5659.74756580481,326.288085876492,1535.81812113103,645.614811693546,2953.06365955407,1457.06022278595,6777.71849751887,761.9102901697,1973.30574235283,644.003502690349,2687.52829478267,826.056757961373,4804.15241423464,1059.02721406775,3217.37295161164,894.506577409289,4098.7040165865,1050.2390262026,5777.9041204369,16255.1095901121,5056.60110039551,123195.288331382,46629.6207193298,3587.00667024635,20995.3728761529 -1719,3936.39614981827,4339.36063018974,848.254606183367,1738.59694347751,1697.37740259232,3094.61712341127,1797.59707181694,3646.80612075804,320.324087196952,1333.7272165931,2537.08703151814,7401.42647992625,1419.22324040259,4317.60234919302,1616.11217068589,4879.5894628801,1202.83541315723,5540.44128063809,329.304881063237,1503.44339900898,652.21705315396,2890.81370034902,1471.90680881782,6634.84562086793,769.95661894994,1931.70887343226,650.288872139996,2630.87576507124,833.776035321402,4702.88189443619,1068.92690972323,3149.55140826723,902.777008522308,4012.30420024641,1059.94932877362,5656.10712001525,16408.4006828077,5104.53400501978,124364.876212101,47076.0956067365,3620.84635581471,21196.0082750911 -1720,4026.8846861651,4244.35852978768,862.480577629048,1700.53364902951,1703.38299755345,3026.86632975313,1819.76741863393,3566.96619253894,320.324249647318,1304.52777968568,2536.03832272545,7239.38623448722,1418.63660231233,4223.07660523422,1615.33295898041,4772.76007311973,1204.95391194687,5419.14378921667,334.210948521786,1470.52834702004,658.906325083297,2827.52479748773,1487.25971127102,6489.58821464071,784.975566985909,1889.41775822404,654.765139432533,2573.27771206781,833.996443208662,4599.92118294199,1068.75373173709,3080.59793225789,916.226808870049,3924.46238230127,1075.74072212563,5532.27734362789,16227.5964266043,5086.90842933803,125451.44531597,47885.5264616359,3578.54674885425,21614.8366539494 -1721,4083.89108181159,4272.23534041217,869.021630256941,1711.70269946714,1691.98379975528,3046.74669067646,1826.62267281911,3590.39391202954,316.925599027232,1313.09587628107,2507.97341874334,7286.93429096738,1402.93735215801,4250.81363686118,1597.4070069922,4804.10740812471,1194.70648533666,5454.73655172688,336.069110450401,1480.18673001481,659.961509144152,2846.0958896239,1489.86361369505,6532.21162178713,794.331517481544,1901.82739342967,653.090726489881,2590.1789175056,825.390213111494,4630.1333176626,1057.2227209802,3100.83120062226,921.320890263102,3950.23812529437,1081.72167656102,5568.61316369308,15856.1274234101,5014.0758130351,125346.231863086,48287.546315705,3493.94753493335,21855.1089950655 -1722,4110.40270248401,4511.43009690608,870.526399569351,1807.53784846189,1677.07819701684,3217.32854647485,1826.2447377612,3791.41359588953,313.187018364991,1386.61374768886,2477.52150788008,7694.91660805267,1385.90283222436,4488.80903078343,1578.04006916997,5073.08072305125,1182.69690171964,5760.13741971905,336.150661588459,1563.05971716098,658.816203633293,3005.44366872149,1487.38972829911,6897.93837692635,799.235942179643,2008.30728136135,649.336654684467,2735.19836659536,815.835196849704,4889.36613683257,1044.60788034208,3274.44115065137,921.544459656362,4171.404838077,1081.98416909913,5880.38977793967,15519.8462176504,4941.32547364179,124810.031498407,48415.4481870933,3417.80824240454,21956.2855409701 -1723,4089.64857084437,4656.07761973907,863.837430308993,1865.49194873403,1662.75023561133,3320.48399705062,1813.30810547267,3912.97562232031,310.09720306916,1431.07198807407,2452.86599327217,7941.63452273888,1372.11076324883,4632.73126671001,1562.32684328161,5235.73614360722,1171.27078461776,5944.82156444544,334.187388738773,1613.1752484384,653.798283754702,3101.80557001589,1476.16118838732,7119.10321322987,794.607041918122,2072.69854246847,643.598830354154,2822.89554014931,807.831017580884,5046.13121680163,1034.26683436993,3379.42777150779,916.16222060655,4305.15031647312,1075.66488912823,6068.92950844657,15330.0404403014,4889.89115651149,123823.554422477,48119.0257218027,3375.50863544408,21837.7145444943 -1724,3941.46258076703,4384.45738520924,828.457220420675,1756.66529204762,1576.8552733405,3126.77789597364,1733.94086630415,3684.70551107081,293.134069984439,1347.5879612224,2317.81134362463,7478.345718774,1296.56242961932,4362.47298152962,1476.26790761919,4930.30053977753,1109.11998548347,5598.02025238673,320.001383426166,1519.0679170956,624.131326044663,2920.85644820102,1409.34271003726,6703.79817702905,764.53899634109,1951.78413549463,612.382295735164,2658.21711094573,763.824155107755,4751.7565399781,977.544713598802,3182.28308474782,877.27181789631,4054.00202511106,1030.00371714521,5714.88814765807,14340.541847123,4608.13079037951,117978.631213603,46176.145678228,3155.55067924973,20998.8729959842 -1725,3559.37542145162,4119.66015179655,743.414293670025,1650.57232124227,1402.84869472038,2937.93762142955,1553.98988177791,3462.16946166969,259.794704646336,1266.20102264348,2053.44578798566,7026.69456040826,1148.67875993683,4099.003485796,1307.85534648662,4632.5373667951,984.39442044928,5259.93046266251,287.47750413909,1427.32452755558,558.372321083095,2744.45270225782,1261.05331144596,6298.925451701,689.068820468781,1833.90705427558,545.544697942625,2497.67534375619,677.108612256439,4464.77644755401,866.240180557267,2990.09060053759,788.108819906344,3809.1624871285,925.317555469909,5369.74017658466,12580.1747071182,4072.58537909694,105374.273254447,41528.5861095064,2766.39429521357,18927.174011573 -1726,3124.92993511122,3870.26339581429,660.398111610039,1550.64966566777,1252.9543713522,2760.0802047824,1374.89257558078,3252.57599993117,233.65443512563,1189.54750855907,1847.64969979129,6601.31121225033,1033.5583137239,3850.85724691955,1176.68407690608,4352.09195414584,883.841209963439,4941.50380955419,253.313235325714,1340.91688862666,495.255912745288,2578.30851179799,1118.22809111434,5917.59992582158,605.139029161364,1722.88564637866,488.686297328742,2346.47060713295,608.806970662106,4194.48697677803,779.215585076012,2809.07593709699,694.448755415017,3578.56269678296,815.351393778472,5044.66584249819,11455.442434687,3671.99547382357,93778.4125970404,36618.5152197783,2521.05657484295,16629.477681559 -1727,2562.42264619952,3560.30442191683,561.686034367765,1426.46230938483,1150.69419260262,2539.03281326008,1194.3953425794,2992.08594632073,219.224174070745,1094.27985169778,1737.82540015126,6072.62997263759,972.123606725774,3542.45245923205,1106.98309292387,4003.54462843324,820.054374303575,4545.75207545353,217.58257756392,1233.52646570868,435.399814511674,2371.81872570945,982.221138478843,5443.67528210688,503.167222472923,1584.90437418107,438.769995252831,2158.54809455821,570.309985488306,3858.56180931928,731.800912775805,2584.1046093046,596.494494237419,3291.96524640731,700.34342126081,4640.65213896385,11485.7308132133,3515.29379481902,83463.6597912522,30997.8415051828,2537.97641762713,13867.5645438998 -1728,2291.45146271645,3313.83180386779,512.79231542248,1327.71123130902,1094.93272911963,2363.26074698837,1103.74219473936,2784.94993511966,213.202347417772,1018.52508806972,1707.49107798617,5652.23417766419,955.154864832519,3297.21569617146,1082.69139158991,3726.38739435749,773.376655552378,4231.05892501903,195.222891199595,1148.13194282338,387.641823918537,2207.62254988115,874.736585932358,5066.82073834083,429.56664214304,1475.18467491686,412.12214211256,2009.11620980828,550.998418307719,3591.44144028777,702.433951403954,2405.21231446398,535.196250791079,3064.06920251463,628.373232185769,4319.38925057031,11353.4250487018,3422.9575174149,77732.2698486259,27982.8159704916,2487.03438714727,12356.1833348177 -1729,2410.88235628959,3190.56300526221,537.382150689102,1278.32267508007,1141.74418656101,2275.35154389213,1156.77271833494,2681.35462521944,221.740997257898,980.63772039781,1775.55080429538,5441.98086435334,993.226852160312,3174.56498796831,1125.91078964345,3587.77224294719,805.201903325366,4073.67086751178,204.838448778931,1105.42342482698,405.856103356624,2125.50281791985,915.912500700348,4878.34379016376,452.267521768383,1420.31036222961,429.667365641584,1934.3805695887,573.133612885412,3457.84604444123,730.530681619065,2315.74258578033,561.556942071206,2950.09113971811,659.323286035849,4158.71545807239,11756.739043382,3556.59250041027,81215.529469928,29372.7911605819,2574.71829182233,12993.9113798901 -1730,2474.78187924414,3151.76939915343,552.910974724164,1262.77972975814,1185.09403251559,2247.68586501127,1194.75984959044,2648.75241206861,230.146607944812,968.714284503338,1843.23817900908,5375.81258566553,1031.0905494171,3135.96589949809,1168.9066723281,3544.14902567446,835.116763031547,4024.13967731419,211.70796001615,1091.98273713161,419.436322382636,2099.65912858807,946.562150383639,4819.02869525835,465.205740008892,1403.04100862222,444.319427312312,1910.86070874993,594.779764171635,3415.80258151271,758.264727803862,2287.58579791125,580.389450064172,2914.22139714589,681.434509536038,4108.15022267888,12262.9183969559,3699.42122001919,83992.212635115,30258.725137604,2686.3159886815,13375.7297904847 -1731,2683.61875043598,3197.64592302783,598.505650426851,1281.16049848948,1289.95302599495,2280.40273010807,1298.47148573097,2687.30712146526,250.234935219467,982.814695533543,2004.25198795202,5454.06183654563,1121.1601989162,3181.61239079794,1271.08201287062,3595.73694877392,907.689963184798,4082.71424816629,230.371875826759,1107.87741905977,455.829428825436,2130.22134616866,1028.74172139989,4889.17351138888,505.047792212761,1423.46339242546,481.916658129266,1938.67481435968,646.668474711708,3465.52231948691,824.463650760779,2320.88343843686,631.555876836871,2956.64021989903,741.508945638745,4167.94763419666,13353.4515192782,4026.40489123025,91264.2686780026,32852.9003686215,2925.45391052259,14526.8285377774 -1732,3294.13138107075,3321.69449679145,735.197106300356,1330.86147740507,1570.74541491711,2368.86803023384,1586.19556026324,2791.55775574654,305.174075024324,1020.94173154365,2443.94428720633,5665.64517263978,1367.1200426171,3305.03896423589,1549.78202542625,3735.22895347412,1107.49972503803,4241.09791282479,280.94119106396,1150.85610308153,556.769455095753,2212.86055205761,1256.47419704881,5078.84272917281,618.447305531562,1478.68482965948,590.061946179232,2013.883218136,788.716283272452,3599.96281459691,1005.43755390543,2410.91913574042,770.18976220614,3071.3392864121,904.278812787842,4329.63781878533,16230.8683278874,4900.73222060291,111494.863454396,40216.7839118751,3555.18377137077,17779.5028743666 -1733,4499.19024265847,3566.80251461707,974.950307736438,1429.06581830466,1992.98466704262,2543.66693119897,2084.60433506864,2997.54695457794,380.935478943294,1096.27707751717,3045.95604419579,6083.71343849336,1703.87990378899,3548.91796940713,1931.59602211694,4010.85170138042,1392.06255106166,4554.04875879239,373.256901636248,1235.77783760627,726.16985169878,2376.14765271158,1639.91223091795,5453.61081076431,838.723190443225,1587.79706377274,754.790074666777,2162.48777048311,985.507525672682,3865.60426674854,1254.52951809057,2588.82099007109,1023.26982819538,3297.97357962888,1201.41979393706,4649.12202923585,19513.1194895921,6052.24432178852,144009.55984245,53750.4513885088,4264.62627283266,24054.7003026804 -1734,4573.95541396734,4046.10175478402,994.329934464508,1621.10060521955,2067.54939418023,2885.47941517171,2143.58966931383,3400.35085858052,395.802165669468,1243.59243016513,3166.15787350973,6901.22974799287,1771.1197058068,4025.81392290634,2008.03765605951,4549.82131492526,1443.75554185987,5166.01202304022,383.485196096421,1401.83900195515,747.833809698357,2695.44925682391,1688.68368447121,6186.45528618832,856.154386445242,1801.1618135975,777.158718401161,2453.07821977636,1023.69049364053,4385.05584284389,1303.63468426279,2936.70117922771,1051.3103147051,3741.14816648332,1234.34209321351,5273.86103480858,20485.3311835333,6313.18589312571,148469.46906426,54985.9604068203,4479.85040248963,24561.3786097578 -1735,4452.91639619741,4377.37446744361,967.123089087392,1753.82746863821,2011.93491421156,3121.7267097577,2085.49747817396,3678.75301482498,385.299029486281,1345.41098608667,3082.12088350474,7466.26474658171,1724.11018355277,4355.42557869999,1954.68169136753,4922.3358339508,1405.08831645452,5588.97687173222,373.10495684494,1516.61392286282,727.583582810486,2916.13791995221,1642.95730944474,6692.96845580393,832.821017568961,1948.63110529878,756.55997273412,2653.92286617475,996.529442439321,4744.08026493242,1269.03895642876,3177.14223209128,1022.85327723593,4047.45294493015,1200.93072198939,5705.65597153381,19938.6353921857,6144.24104688305,144504.905287658,53512.2130288821,4360.28144156909,23900.4702253859 -1736,4338.43637434557,4531.76912302381,941.783453598287,1815.6868297647,1932.72138389161,3231.83333274671,2015.95332379078,3808.5065483444,369.776032981224,1392.86506326366,2957.08815628092,7729.60784930061,1654.1680215053,4509.04607361764,1875.24886462179,5095.95185683968,1350.53358625332,5786.10603341912,360.796556552753,1570.10650980279,702.614646292766,3018.99320755074,1586.65817007835,6929.03657545613,809.21073587018,2017.36139798749,731.124675353729,2747.52954979457,956.561198799416,4911.4090242142,1217.81787377234,3289.20341952255,989.110258427344,4190.21091733055,1161.3130868488,5906.90052923291,18999.0377002195,5880.54298408779,139436.025870084,51914.4911117729,4153.02857597348,23215.1706121935 -1737,4202.29665796763,4536.38276959736,909.503918786864,1817.53532140083,1853.0542556897,3235.12355702274,1943.12680282287,3812.38386484269,354.055699243143,1394.28309382791,2830.75461668076,7737.47711134832,1583.49819693268,4513.63658659453,1795.12545095784,5101.13987948272,1294.39047378131,5791.99667955544,347.805758890122,1571.70498411214,676.687786875727,3022.06674622614,1528.16383774668,6936.0908019594,783.321188788172,2019.41520793428,702.63541067683,2750.32672015983,916.024375418631,4916.40916980871,1165.97714098729,3292.55205041574,953.496472763667,4194.47683461724,1119.49898674108,5912.91415231193,18093.2186586657,5620.47053034019,134097.744412068,50142.8083770922,3953.74697443925,22450.1928589674 -1738,4038.28242094572,4584.1437459016,870.687811619817,1836.67110994128,1760.30557920971,3269.1843202775,1856.40409494813,3852.52227129545,335.605924918901,1408.96270205057,2682.56033749559,7818.94057678743,1500.59967492634,4561.15808136412,1701.13883239462,5154.84685997418,1228.34729769342,5852.97729565787,332.652571093776,1588.25256581237,645.791160485374,3053.88435633251,1458.51211254376,7009.11692988154,751.924377063304,2040.6764741883,668.886826279446,2779.28333515071,868.433868862371,4968.17122644883,1105.14363332404,3327.21744538953,911.954575467176,4238.63807913334,1070.7246983623,5975.16783923849,17041.8911469577,5317.30266431354,127786.989468027,48028.1551099391,3722.58031665953,21538.4330497243 -1739,3873.0071604349,4618.58362838845,834.488714563263,1850.46970368083,1674.33948111415,3293.74513906048,1772.66289365032,3881.46560764262,319.120636937721,1419.54799618109,2550.34332200621,7877.68293077164,1426.63868784624,4595.42527651187,1617.22415754139,5193.57433667122,1168.96807493535,5896.94970608695,317.565210738791,1600.18483381224,616.3437176401,3076.8276635651,1392.01904094032,7061.77521827347,720.18509951099,2056.00772509586,638.489671338259,2800.16361220263,825.869218929629,5005.49624126026,1050.8091232797,3352.21425704708,870.593141637849,4270.48223704837,1022.16229190905,6020.05824617798,16133.8475001848,5047.3376870767,121889.076612097,45951.2859362734,3523.2987151253,20619.3576480112 -1740,3806.43659110806,4554.31750368514,817.979999966919,1824.72100531246,1631.95819700578,3247.91372127544,1734.93680997386,3827.45624614938,310.562035402187,1399.79543654697,2481.47925211467,7768.06747409996,1388.11675808796,4531.48139292171,1573.54757013304,5121.30739883233,1138.57612123145,5814.89552331733,311.045126616965,1577.91876993802,602.763498614088,3034.01458357627,1361.42807470407,6963.51285835542,707.24688127048,2027.39903042163,623.336868687401,2761.20022464256,803.817502333015,4935.84635040074,1022.57632164305,3305.56926005029,852.718575005824,4211.05983267692,1001.17578613311,5936.29104716223,15627.3216226955,4904.89819333878,119078.522901311,45056.405141618,3411.70101826612,20240.9270273375 -1741,3774.08479858158,4449.5032850706,809.806308062085,1782.72641310262,1608.11185473578,3173.16541078821,1715.45686036469,3739.37019694511,305.868108472965,1367.58018919473,2443.64124883387,7589.29119822899,1366.95052572801,4427.19273035458,1549.54779859533,5003.44433090632,1122.05158550098,5681.0700423076,307.419200580319,1541.60414699519,595.757784190989,2964.1890021175,1345.60285468026,6803.25280655397,701.107127376684,1980.73995471565,615.619841465255,2697.65326206254,791.737962534024,4822.25153010109,1007.08454914592,3229.49405036452,842.778234462079,4114.14543319907,989.504845039508,5799.67173876457,15338.4110845276,4824.92255594411,117584.062617275,44601.1247737889,3347.93090577517,20047.8561843688 -1742,3791.509442854,4317.98190596233,814.544430081821,1730.03139943431,1615.61034021108,3079.37087593174,1721.88696849249,3628.83940422747,307.309324190355,1327.15634387978,2455.15996621529,7364.9618785509,1373.39399069561,4296.3308214696,1556.78744194259,4855.54919373443,1127.3686576743,5513.14519341896,308.849822762569,1496.03638572796,597.949285725293,2876.57153101592,1350.60301468046,6602.15773274148,703.373282158921,1922.19192501239,618.499871815561,2617.91423173688,795.467586776957,4679.71221031367,1011.83031431095,3134.03451609447,846.700231639428,3992.5367846468,994.109656899291,5628.24118200626,15411.4432219187,4847.23511999584,118113.0042258,44794.3201283273,3363.87343389791,20133.8677276475 -1743,3826.35873139882,4213.62255408893,822.060892998727,1688.21905294988,1630.78332919633,3004.94695388002,1739.42138217596,3541.13562581309,310.191755625136,1295.08090241239,2478.19740097814,7186.96144571987,1386.28092063082,4192.49474486558,1571.46059742247,4738.19762119824,1138.10186389298,5379.90048056487,311.711067127069,1459.87935890532,604.09258050802,2807.04897461526,1364.42665397564,6442.59316833155,710.83045695855,1875.73533769006,624.557839834352,2554.64304662446,802.926835262822,4566.61036230731,1021.32184464102,3058.28945324535,854.544225994125,3896.04296872758,1003.31928061886,5492.21476625628,15557.4554638442,4893.36760641501,119237.252374975,45223.9650841354,3395.75849014339,20326.5867100696 -1744,3918.93390618808,4138.76454231824,837.081912991323,1658.22663665845,1639.80363303349,2951.56192673146,1763.72657642378,3478.22482425079,310.828113708611,1272.07286593254,2482.22395530568,7059.2799465839,1388.53333822998,4118.01208370383,1573.92997794237,4654.02015899168,1142.43637858031,5284.32270910348,316.886646416592,1433.94356023567,611.444855533532,2757.17974630037,1381.26484855557,6328.13590286986,725.797248961763,1842.41156077719,630.016914358525,2509.25798975254,804.795588915957,4485.48127021005,1023.30168970368,3003.95675852711,868.732882941085,3826.82698493494,1019.97816455715,5394.64165135528,15421.6659262313,4886.82467359256,120498.212814996,46067.5453099656,3363.87343389791,20757.7076456301 -1745,3988.54424264693,4186.20061020558,847.364810964183,1677.23224823766,1640.27356909872,2985.39098139222,1779.78254915549,3518.09017711239,309.870265226075,1286.65261170185,2473.55509707395,7140.18923227965,1383.68405836004,4165.21029920174,1568.41438746285,4707.36178158307,1141.01620831183,5344.88848621029,320.282176408473,1450.37857203072,616.018865120033,2788.7809075372,1391.76975992334,6400.66524857665,737.522931104355,1863.52819086808,632.39312487044,2538.01761865428,802.529153015768,4536.89119988,1020.03701414944,3038.38633171764,878.041601349756,3870.68780929311,1030.9075189114,5456.47183883876,15212.4567944798,4856.27050948124,121130.744858575,46664.6456061888,3316.04584952969,21075.9960742223 -1746,4024.91341475775,4388.22627746262,851.768365569347,1758.17532661502,1634.4908840624,3129.46568329937,1786.48190736658,3687.87289458867,307.994471651821,1348.7463517327,2457.82606777517,7484.77412639011,1374.88538348114,4366.222975926,1558.4914539988,4934.53864038581,1135.84335254432,5602.83232679181,321.581143708,1520.37371227209,617.659055183004,2923.36722485448,1395.55037178428,6709.56078133736,744.373837855024,1953.46189478438,631.764889501581,2660.50212206502,797.829325253231,4755.84116364759,1013.77980588407,3185.01858449441,881.602671592775,4057.48685698083,1035.08856692012,5719.80068204404,15000.6015220277,4815.9026306233,121164.610065666,46944.9776081815,3268.21826516147,21238.6286277574 -1747,3989.08651376058,4521.50213807019,840.816332767343,1811.57328627746,1607.15291969676,3224.51142748209,1763.17410575501,3799.87815656933,302.165310702448,1389.70944693398,2410.82273746863,7712.09597582873,1348.59215115657,4498.83056904619,1528.67807148972,5084.40668328423,1115.13395693852,5772.99727567518,317.922303950674,1566.54934272872,609.048603130307,3012.15350389516,1376.23416531334,6913.33844249038,736.942884257374,2012.79094910607,621.573499253031,2741.30486275038,782.831291832091,4900.28194311545,994.539779125621,3281.75153900947,871.572099315448,4180.7177522392,1023.31168486376,5893.51810457495,14639.6043957961,4718.13244738525,119368.584592096,46422.0276981065,3188.50562454778,21030.1038435988 -1748,3855.1854333239,4241.5643501787,809.355357730525,1699.414140295,1532.86818849081,3024.87365921921,1693.13946613827,3564.61795920023,287.427220135898,1303.66897266084,2292.47782971637,7234.62034459928,1282.39109404706,4220.2964361098,1453.62294114498,4769.61803203596,1062.3030805238,5415.57621570287,305.663274239508,1469.56025719142,584.139717438161,2825.66335904478,1320.07374655794,6485.31593770352,711.369581800835,1888.17390181186,594.462041986052,2571.58365157296,744.807396763063,4596.89292652066,945.948545150034,3078.5698887113,837.964428107237,3921.87879924912,983.852961167307,5528.63529113956,13805.4863931277,4476.50187437171,114291.982587326,44706.7112334037,3005.16655113628,20288.2781502717 -1749,3486.72628726952,3995.41664054656,727.734821599178,1600.79323918043,1368.02054495546,2849.3333015415,1520.94305368603,3357.75500159032,255.611829889097,1228.01407148613,2038.01346934568,6814.77872936924,1140.04606228197,3975.38295232089,1292.25826055008,4492.82615586028,945.960251650405,5101.29790426398,275.221410715848,1384.27830421131,523.975800679253,2661.68363208601,1184.28642813752,6108.95817615281,642.344430250379,1778.59883871077,531.068508388315,2422.34875291217,662.513112538649,4330.12468445931,841.163850744224,2899.91341565394,754.509198421597,3694.28317551436,885.868282943465,5207.7959021891,12164.8406012687,3970.99087226671,102357.059090228,40285.4081343018,2646.45966837466,18319.9572407357 -1750,3043.0920597388,3796.44506954698,641.388069289313,1521.07380706591,1206.48421386416,2707.43662985131,1333.33096653264,3190.5389518502,226.718774467893,1166.85902534311,1808.19523090252,6475.40305173987,1011.48784531306,3777.40905810393,1146.41649121623,4269.0836131208,838.17603862612,4847.2534955163,240.40156329549,1315.34130622857,460.100293974216,2529.13190558883,1039.70236184279,5804.73233068164,560.276175651499,1690.02469564771,470.437637643924,2301.71589275322,587.511120837941,4114.48466775931,746.142829511566,2755.49785653055,659.051889711627,3510.30803768021,773.791979118134,4948.44789788134,10876.72227497,3526.40661645455,90126.2452452161,35250.3485750587,2367.46542622673,15984.7614313242 -1751,2480.36033180223,3510.91892243753,541.519897431817,1406.67564361443,1097.57607780297,2503.8135205206,1148.98360654166,2950.58228780367,210.699081747218,1079.10093702028,1684.76635442751,5988.39564073454,942.442862679847,3493.31458691869,1068.29621579037,3948.01087970498,770.203437423511,4482.69728851639,204.743540665135,1216.41604103405,400.621534688816,2338.91888385254,904.527180529035,5368.16527202038,462.13506796113,1562.91993552914,418.625617137709,2128.60656058611,545.089777677345,3805.03913832185,693.894401743289,2548.26011913919,561.296755028788,3246.30191858581,659.017800762782,4576.28097946929,10795.798481342,3343.38484229569,79503.1338635287,29626.0804050196,2359.49416216536,13233.078932985 -1752,2069.51405201976,3257.16844283336,435.762467839515,1305.00863645755,975.169400407,2322.85124377556,1017.05601473493,2737.3299492615,180.112541822885,1001.10928117193,1488.60720894753,5555.58636787302,832.713233926784,3240.83645471977,953.950487061607,3662.66972648003,730.314031410689,4158.71185563957,191.480323110433,1128.49998240963,388.295441880718,2169.87431129352,875.527697482448,4980.18293962749,370.298702079573,1449.96042493238,335.529102863793,1974.76224017602,455.817688269144,3530.03121942878,653.345626124833,2364.08547948706,524.93614042522,3011.67654358308,616.326849753814,4245.5318169288,9854.44824413722,3009.30593745735,70318.6968430914,26064.6585536841,2247.25811387743,11700.3931857445 -1753,2189.78628857948,3115.89993097788,459.927415887214,1248.40836193489,1026.99368787484,2222.10553650585,1074.44238225548,2618.60764945522,186.831654009468,957.689599065205,1564.26973772398,5314.63186016224,875.038159297164,3100.27628684372,1002.4977536981,3503.81398697524,768.02777389966,3978.34198979042,202.41699050648,1079.55516547985,409.868148959554,2075.76345388781,924.219921297652,4764.18458246632,390.424633420784,1387.07336364753,345.796217917618,1889.11369978448,468.604572518753,3376.92822032866,686.57342583502,2261.55137864217,554.918604830631,2881.05540102653,651.529222788893,4061.39643297829,10226.7175333523,3150.43465108587,73880.888997718,27520.5380844081,2343.11863194538,12390.9177733779 -1754,2264.58215178157,3029.80021530601,477.709914781361,1213.91187379792,1081.66886873191,2160.70348280576,1122.23903025675,2546.24930064152,200.003052817039,931.226360832923,1650.02463310513,5167.77595907526,923.008662079009,3014.60828956702,1057.56530933731,3406.99528460087,808.84850766031,3868.41095164603,211.513631985392,1049.72449220443,428.818214956899,2018.40517950777,966.906802385802,4632.53884703029,401.979985191172,1348.74523216977,369.072753090363,1836.91300142244,506.778681790347,3283.61567305332,724.1414646234,2199.05934263596,579.856707039798,2801.44499749684,680.809016633844,3949.17040330588,11020.4479725434,3347.73558491166,77610.2931231768,28629.1426385475,2510.4422249613,12839.3345465647 -1755,2458.05058503455,3025.83637926312,517.67127234733,1212.32373355885,1179.74943396803,2157.87667122264,1221.50537041668,2542.9180860284,223.00546530725,930.008053238081,1797.98959789097,5161.01504576332,1005.77890771136,3010.66432886195,1152.47741587449,3402.53797067012,880.940440234119,3863.34997545315,230.511571842742,1048.3511555216,466.808868279916,2015.76453437239,1052.61231071623,4626.47817532026,453.286376010738,1346.98069174332,420.359767981667,1834.50979941397,573.82201249195,3279.31977456796,789.060183467878,2196.1823507344,631.938848237126,2797.77991469793,741.958591868996,3944.00377089723,12202.4318599148,3672.34670090304,85140.4598633716,31280.1438282077,2761.31107831536,13997.7407329195 -1756,3024.17854287877,3063.33037061373,637.83813239585,1227.34597861206,1441.94291475413,2184.61552921278,1496.74706545516,2574.42810070609,271.637284264637,941.532045131061,2201.52711413321,5224.96663773055,1231.5140970488,3047.97031906008,1410.97562553337,3444.69977760613,1079.09324533906,3911.22183381164,281.899120561451,1061.34157014776,571.961455520667,2040.74244082319,1289.63180235964,4683.80617027665,573.243530705398,1363.67150911593,516.834962121231,1857.24172736065,696.560835022319,3319.95475010933,966.184981039044,2223.3958651951,772.815890076849,2832.44799412268,907.36214615539,3992.87503316582,14791.3544324528,4479.22282003015,104438.468810112,38485.9048278311,3358.57191308633,17242.7507084772 -1757,4147.18638908281,3086.3336180162,850.071365074044,1236.56239988522,1836.53198643205,2201.02030617704,1974.37131375791,2593.76006930096,339.837231321785,948.602224299219,2751.32537217069,5264.20210556985,1539.06620529191,3070.85822432727,1763.18625734953,3470.56681498859,1359.34772875352,3940.59209186548,375.350995685028,1069.31142640317,747.172396002008,2056.06684190682,1685.88103389621,4718.97794056746,775.905876811784,1373.91162993372,665.100695228996,1871.18817967624,872.062037107626,3344.88504858917,1208.00086246572,2240.09185255949,1029.01070866705,2853.71749302768,1208.16015434176,4022.8584437428,17789.2026354257,5544.70356833519,135320.790735328,51619.7837962604,4030.73646425148,23383.3922929026 -1758,4126.13538454566,3177.631805327,842.735799573955,1273.1416941479,1827.99379221742,2266.12965243021,1966.92099098213,2670.48722260155,342.828446268793,976.663242412089,2732.26940032507,5419.92477504106,1528.40646923407,3161.69862723542,1751.16773788955,3573.23117288556,1350.09052211385,4057.16047346184,374.315626667418,1100.94319632313,744.02876951444,2116.88825620894,1678.87925661449,4858.57209507444,796.611900391802,1414.55391196245,682.911563515042,1926.54061724961,888.803964669908,3443.83155907545,1199.63738703222,2306.35699134893,1026.1722832498,2938.1345608034,1204.82756269688,4141.86038234649,17817.3922135566,5530.34963955159,135354.034896922,51598.505060436,4020.07714990771,23366.1992477279 -1759,4013.66821836432,3387.26024255608,818.743013697813,1357.13087856756,1775.85330821721,2415.62627340469,1911.17433872736,2846.6593210101,333.244015213953,1041.09373711658,2654.92481044784,5777.477326783,1485.14061429511,3370.27595236969,1701.53375641927,3808.95730873759,1311.6357103335,4324.8114354813,363.745157967096,1173.5724422088,722.893169282519,2256.53941912648,1631.19792044931,5179.09219867734,773.867990376002,1507.87206337441,662.311180709794,2053.63454240964,864.156596709489,3671.02119967476,1165.68621414234,2458.50741072047,997.193738865201,3131.9633597591,1170.80389087169,4415.09899914179,17316.2408052059,5372.96861835487,131529.387308692,50146.6556420572,3905.40635523994,22704.5677629404 -1760,3892.14335865657,3662.97427145304,792.499670785484,1467.59774425722,1687.3904068773,2612.25186590631,1833.00962399187,3078.36986407145,313.858937055499,1125.83601499458,2515.92345090291,6247.74870735639,1407.38452730914,3644.60750494658,1612.24984307646,4118.99636398777,1246.05201660606,4676.8396528929,349.051278073354,1269.09813644943,691.891796997367,2440.21576226529,1561.39582623751,5600.65661176436,738.195245398376,1630.60886299522,623.119179513386,2220.79496500016,810.653517172367,3969.83262030676,1104.79073165317,2658.6234144354,956.911016995944,3386.89689732078,1123.50799874836,4774.47638554354,16176.1219602684,5066.22277301544,125416.714645945,48239.7127200075,3651.69175979305,21889.880591858 -1761,3781.99132873912,3887.15843179239,768.476116413091,1557.41878683902,1626.56026880522,2772.12890782743,1774.51965905487,3266.77461716218,297.6763801069,1194.74029413964,2422.32363805836,6630.12821487456,1355.02564957414,3867.66756835751,1552.24124793185,4371.09033813821,1200.77983307362,4963.07517979701,337.811639051147,1346.77045381334,669.272690593601,2589.56371864427,1510.37996185821,5943.43229262093,692.417379247375,1730.40663707226,580.623758944071,2356.71376148052,761.288494128085,4212.79736062916,1063.74179477361,2821.33852342995,926.097967214912,3594.18435849659,1087.33043648819,5066.68755063275,15385.467734493,4855.09221155445,120464.516825184,46562.4116387617,3485.19613847015,21166.1890039541 -1762,3673.56177412858,3996.45633235309,746.094327073462,1601.20979939541,1577.79499855075,2850.07475825408,1722.47995000219,3358.62876036883,287.22820706943,1228.33362668732,2348.90251427146,6816.5520787457,1313.95454561894,3976.41743093856,1505.18925434219,4493.99528412966,1164.56809132697,5102.62536973526,327.946470426747,1384.63852266668,649.534503717975,2662.37625839081,1465.85222968858,6110.54785611202,665.515906554462,1779.0616676986,557.011991361298,2422.97909922585,732.137578070858,4331.25147436903,1031.50853737519,2900.66803438063,899.052976595433,3695.24450603233,1055.57694766072,5209.15108068903,14866.6695318836,4701.7274073436,116676.172574374,45150.7160074722,3371.94821484879,20535.8321044135 -1763,3492.89711017605,4054.41930814568,706.993780365278,1624.4330945156,1473.01457597035,2891.41108235761,1622.50108872472,3407.34094470012,269.515246472888,1246.1488775866,2186.92373150784,6915.41657525744,1223.34509860573,4034.08977066234,1401.2678444404,4559.17436234384,1086.57952685225,5176.63177095383,308.993692761944,1404.72075614965,610.671850957516,2700.99027985942,1378.26034019896,6199.17275477436,636.286501306365,1804.86445391787,530.306942963422,2458.1210017502,690.575601942146,4394.07018261515,960.486596852803,2942.73814276591,847.094645858958,3748.83882811135,994.57273812899,5284.70248745547,13768.7554911934,4371.57764925609,109777.631961105,42756.4730980975,3113.13703456964,19463.9395162901 -1764,3402.14721498996,3961.04173091867,684.722616204705,1587.02067729756,1407.46206968548,2824.81881818419,1565.32939423488,3328.86626854533,249.519798323472,1217.44874713404,2080.43080318029,6756.14719628235,1163.77393019747,3941.18040424731,1332.96509177031,4454.17174082026,1036.07220592047,5057.40845036713,298.513548446715,1372.36854713511,587.792251850711,2638.78360874866,1326.8062417154,6056.3992307115,596.540504657162,1763.29651110757,481.284314555183,2401.507867728,627.660076192069,4292.87008547827,913.831709451222,2874.9637619482,818.363722396066,3662.49909347161,960.839797710641,5162.99018363611,12711.7327091824,4117.83202132406,104541.53509103,41211.9335510283,2897.30050167068,18852.5593786726 -1765,3376.76391095172,3832.57446067416,678.795116573322,1535.54931494291,1388.93835571658,2733.20232253488,1549.82553668061,3220.90215415821,245.527473161092,1177.96359958154,2051.84583805324,6537.02711458727,1147.78376260352,3813.35729041271,1314.63090034676,4309.71093388736,1022.52496524665,4893.38304940789,295.362279201339,1327.85893249417,581.679398763063,2553.20073686529,1313.00001386459,5859.97386346347,585.813135742214,1706.10804786936,472.505782291588,2323.62048829709,616.632376126008,4153.64072642079,901.309029855095,2781.72093048131,809.724635683463,3543.71436642906,950.696657072589,4995.54048220691,12484.3046722989,4055.03420958406,103248.221576599,40801.4303330314,2845.94181969481,18673.5386226857 -1766,3395.30323196286,3714.56911917278,683.628106182862,1488.26960174715,1398.01939166019,2649.04675640757,1557.63049938369,3121.73026264143,247.910652666061,1141.69398544328,2065.85764131376,6335.75141205991,1155.62183697001,3695.94364745827,1323.54723019266,4177.01451383238,1029.41464256861,4742.71530798041,297.12101317189,1286.97402643364,584.648625363143,2474.58743711941,1319.74448126061,5679.54469658291,590.511156355352,1653.57681464926,477.800892380725,2252.07598679956,623.854619658193,4025.74972327793,907.45731864125,2696.07147168247,814.546139050172,3434.60305540701,956.357577996559,4841.72730345837,12607.4401219535,4086.2194375184,103953.227062124,41037.414115426,2870.90972515954,18771.5957066568 -1767,3451.16681259247,3669.01749741214,696.546846971219,1470.01900745164,1432.90094782099,2616.56159540967,1591.31443302108,3083.44860153877,254.509728867612,1127.69343492912,2121.34551046708,6258.05633017221,1186.66124258932,3650.62042915854,1359.19387957453,4125.79194154513,1056.17030377683,4684.55556807613,303.075417843936,1271.19191222683,597.922945119756,2444.24166420931,1349.5760389749,5609.89665303028,605.978701386206,1633.29906420324,490.632990979682,2224.45886345747,640.356675093382,3976.38210544273,931.779304653805,2663.00964836524,830.869916638906,3392.48464698372,975.523304344143,4782.35338316787,12996.4700117302,4201.15081394343,106381.859335514,41856.9572959613,2962.26855774863,19133.2413192605 -1768,3577.64445302175,3631.4585268994,720.681026522668,1454.97072801635,1475.93238252226,2589.77639749877,1642.89019303163,3051.88397826171,262.706620088448,1116.14947132039,2181.87351877098,6193.99390655669,1220.52005587126,3613.24978561469,1397.88673427016,4083.55706586425,1086.96789638495,4636.60074513764,313.342914918097,1258.17898449317,616.789132557939,2419.22046966423,1392.2773731584,5552.4693054858,633.50494302068,1616.57932072037,510.886430240222,2201.68753982155,662.6131603818,3935.6767072398,958.406611530203,2635.74897137784,859.017875647881,3357.75648585861,1008.57178694423,4733.39742429698,13332.7578943727,4318.86282052658,109917.199226889,43351.5194916597,3036.11123011017,19828.1420417583 -1769,3656.18639199788,3715.99869855833,733.507461822273,1488.84237330545,1487.58528869535,2650.06626163491,1667.55625743464,3122.93168361047,267.913191939978,1142.13337481358,2191.95782650666,6338.18977282802,1226.16112522523,3697.36605869334,1404.29505467223,4178.6220687467,1093.87016664654,4744.54057702731,318.361307396136,1287.4693279017,625.001427064611,2475.53980038803,1410.95711504075,5681.73051134555,662.652558463229,1654.21320591048,532.954706083438,2252.9427148916,682.69244440784,4027.29906281938,962.927119041392,2697.10907471912,872.77561083324,3435.92488778326,1024.72472619446,4843.59067800368,13396.4508960749,4343.68976007595,111775.782708171,44278.7948018124,3035.7494030964,20260.4941771217 -1770,3673.74324262422,3935.76415611364,733.070831990408,1576.89302992278,1467.15208793613,2806.79210353739,1661.89069147506,3307.62295129818,263.286657227408,1209.67954047894,2152.15979228014,6713.0325239943,1203.89846951222,3916.02957543608,1378.79040977538,4425.74723357658,1076.73345193866,5025.13435958291,317.40723032511,1363.6107124626,621.511215058454,2621.94408657352,1403.21621309006,6017.75003310056,673.216347767079,1752.04395117742,530.127823699175,2386.18253189588,671.310798506369,4265.47493236313,945.566929211189,2856.61704497545,870.160044245525,3639.12668260152,1021.65379281574,5130.04231803657,12971.8356459108,4250.51912943285,110961.025123482,44337.4746175245,2939.42274034919,20338.1424568166 -1771,3637.65022312026,3962.79621872112,722.654667092599,1587.72362581709,1438.71707033053,2826.07003200553,1637.26035950762,3330.34074310554,262.229389181727,1217.98799895769,2103.95749670146,6759.13973679383,1176.93454699945,3942.92609475406,1347.87118579153,4456.14465363466,1053.75886944333,5059.64855840964,313.229624500633,1372.97641850834,611.468828861347,2639.95242088682,1380.7027510169,6059.08182768949,689.806964172751,1764.07753853192,541.785882165668,2402.57158190918,676.903274115732,4294.77155198989,924.454672157744,2876.2371867681,858.707294207841,3664.12134600579,1008.2071336735,5165.2770576245,12728.5472550401,4166.13693973589,109807.782786784,43985.5913845508,2868.53012774596,20178.9102286767 -1772,3577.27917876097,3695.91959539223,712.127877015735,1480.79753205638,1425.09179962384,2635.74683954119,1615.73122141266,3106.05717085022,257.62529576851,1135.96194803907,2087.70630316866,6303.9418689242,1167.84377823215,3677.38763551355,1337.48757504897,4156.04321702561,1044.64160904432,4718.90382969507,308.952661852554,1280.51258987374,603.956348161017,2462.16341813497,1363.66750820276,5651.02973280557,677.500376952497,1645.2747965313,527.328395789575,2240.76911827081,660.683970441213,4005.53787291518,917.266773951575,2682.53546052961,846.982161156281,3417.3591411592,994.440669983729,4817.41872133541,12587.2729149963,4127.85021387585,108293.121928241,43305.8863130118,2848.89187945312,19874.3530124183 -1773,3240.17236814722,3505.7204507986,641.588353752264,1404.59283748872,1275.33840677714,2500.10622796752,1454.37150363864,2946.21348331677,232.455052627408,1077.50315713969,1861.27806072807,5979.52887235031,1041.18189396762,3488.14218128725,1192.38429608964,3942.16522418238,932.619336506733,4476.05994506441,278.651855903432,1214.61494438951,542.732867443442,2335.45574393047,1225.60252698953,5360.21685294942,619.953860317279,1560.60578497817,482.401647994038,2125.45482137478,600.839539696515,3799.40517511091,817.854543953081,2544.48701635595,763.913635532728,3241.49525433979,896.91002050361,4569.50507053801,11223.6559526383,3684.02074400819,97535.8437953504,39161.7648806287,2528.4245298681,17981.9906072264 -1774,2836.7839301978,3415.00708855319,567.919142904518,1368.24785771562,1133.00169107733,2435.4139499914,1281.64308811899,2869.97781800479,203.205081701847,1049.62188834316,1665.68223255584,5824.80370921562,931.767379755345,3397.88367103366,1066.99951394552,3840.15849916497,833.155760576334,4360.23826078371,244.661965681533,1183.18579680474,479.496038122392,2275.02393087503,1082.54504009798,5221.51689101012,523.447174385529,1520.22384355361,410.591646743356,2070.45695264748,517.146308220507,3701.09248224106,731.824334537731,2478.64634945655,670.731623424516,3157.61893352341,787.505139502552,4451.26541778659,10007.3732019754,3284.07472339227,85751.9882773655,34245.5020429882,2271.99294700253,15705.7768535137 -1775,2317.84221248405,3197.77588765522,480.747296876885,1281.21256977906,1039.11316125903,2280.49541444469,1110.87146196597,2687.41634396117,188.831018514797,982.854640902347,1568.18514494529,5454.28351059316,877.228402223435,3181.74170376092,1004.90279160951,3595.88309335152,773.887111184091,4082.88018537409,209.980708977574,1107.9224474586,421.488991169609,2130.30792655629,950.730429193818,4889.37222620251,425.229761240191,1423.52124745189,361.102841557442,1938.75360955963,476.306176099866,3465.66317164121,688.471609759478,2320.97776806514,575.654255977351,2956.76038912781,675.874924226977,4168.11703561705,10033.4453996531,3141.88948277571,75941.2017886235,28852.5398765175,2294.24386504857,13063.2890541109 -1776,1932.88826705523,2959.29592085409,412.72498853751,1185.66380656346,970.618206714214,2110.42331125997,994.472863362998,2486.9973705857,182.968666899996,909.556464179713,1503.29966495015,5047.52037389193,840.932059200993,2944.4575154562,966.271515192306,3327.71355588215,748.785428719129,3778.39195190537,184.868468678988,1025.29711104646,379.762686873978,1971.43632909301,855.884312641999,4524.73837844461,362.307309538909,1317.35955515082,336.451139847833,1794.16752451588,464.913171184203,3207.20502224197,661.338652475037,2147.88661955435,506.809988923509,2736.25459253331,595.044958504795,3857.27210864312,10453.8761328283,3066.99671209544,69442.6734462854,25156.6739112077,2316.90498203395,11158.5258005618 -1777,1958.83604214961,2823.29086610281,410.002846708552,1131.172375074,923.081162566395,2013.4312409592,974.513468061118,2372.69848916286,172.349792591463,867.754535606636,1414.02743795137,4815.54347696462,790.993993338369,2809.13441282885,908.737735130515,3174.77654773269,708.718524959965,3604.74240213599,188.611131957801,978.175906052551,385.331998633087,1880.83190390272,868.609299147294,4316.78780257994,364.996467511622,1256.81557333311,324.295920138866,1711.71012284639,438.355644539004,3059.80641584552,622.265039074506,2049.17278859428,517.070360248235,2610.50020175122,607.09164732822,3679.99733844198,9568.72201474428,2882.51323971075,67790.373942783,25233.1516488555,2178.41787011082,11346.2928928294 -1778,2027.48160530591,2763.50842334565,431.115110747082,1107.22009705219,1024.14109714148,1970.79736311356,1047.63649290343,2322.457221672,192.677363822005,849.380061167954,1583.24047379911,4713.57560829311,885.650215245935,2749.65172925261,1017.79255111203,3107.55148795924,788.124836145289,3528.41292829489,204.839272825558,957.463288088841,420.842858465774,1841.00578220166,948.463579095854,4225.38095435153,381.242581382332,1230.20283357924,352.924741880616,1675.46511045163,489.546264422441,2995.01581842621,696.489595396228,2005.7820928624,561.559201164197,2555.22354543768,659.325938434035,3602.07436108485,11043.826737974,3257.01445138746,73906.0615950605,26879.3671680849,2502.75944464111,11994.7838860765 -1779,2328.98071264357,2753.43638218154,498.329751914284,1103.18465923661,1217.2927759542,1963.61448210632,1225.92414940303,2313.99266099219,229.715749756076,846.284361922826,1888.9238423299,4696.39624051706,1056.64669090245,2739.63019098985,1214.45782623945,3096.22552772626,937.106868051027,3515.55307233877,237.807160697183,953.973662521107,491.38017695115,1834.29594702799,1107.20594916788,4209.98088878749,439.640563236683,1225.71916583452,415.061991099297,1669.35861429662,583.371685804406,2984.10001214333,830.832374604267,1998.47170450429,651.939432073464,2545.91063127547,765.441251719968,3588.94603444957,13358.4137346617,3902.58840326768,86914.5087064961,31108.3223762304,3031.69625580775,13834.6268621467 -1780,2995.12364814081,2770.78628490079,635.74199505762,1110.13602613325,1516.31387089009,1975.98757358689,1548.72920633771,2328.57354901309,285.12704948187,851.616953388239,2343.00596327408,4725.98908618122,1310.65606901576,2756.89309839094,1506.21814972402,3115.73540710845,1165.80225191757,3537.70521073722,285.988912210736,959.984823827964,590.920554411742,1845.85417893238,1331.49744293863,4236.50874297836,562.977629412764,1233.44264491178,521.443799788644,1679.87754611179,724.417170618651,3002.90336828776,1030.71106830652,2011.06443767391,784.027900839338,2561.95287654773,920.526153623142,3611.56063523181,16349.2069162715,4799.18595382723,108084.056465103,38849.6156758695,3667.45886033448,17274.049191802 -1781,3573.56799985012,2762.27378144647,716.184687150739,1106.72542864014,1485.93136761441,1969.91687764851,1667.12365956669,2321.41962650105,270.431766584219,849.000586944901,2211.52805794426,4711.46974246986,1237.10853338712,2748.42327805469,1420.80796361319,3106.16313927953,1123.65523070769,3526.83655298802,323.277689699166,957.035525943294,641.964783586348,1840.1832832159,1448.62686127998,4223.49319735314,658.322171518237,1229.6532206488,532.678119555138,1674.71656942729,689.327235842962,2993.67774686945,973.92794433352,2004.88597740584,886.253688941137,2554.08195816248,1040.54932042844,3600.46507634643,13981.9553028318,4426.35803311774,112481.219447384,44201.0344152987,3168.59488091328,20189.506568975 -1782,3617.42456551631,2742.06471995612,720.267216852764,1098.6285186269,1488.52649251016,1955.50477571327,1678.57895623145,2304.43589654207,269.806590052088,842.789216738895,2205.71236622769,4677.00017526947,1233.85528872479,2728.31554818346,1417.08010014312,3083.4381500687,1121.97500545855,3501.03387649576,321.710911236911,950.033761700323,637.632271599947,1826.72032477427,1438.95360196458,4192.59371363699,665.887091815016,1220.6569590491,533.186578159224,1662.46418142804,687.880984505939,2971.77571164212,971.436338616148,1990.21803816294,881.958424417256,2535.39604813771,1035.50625585544,3574.12372647357,13848.0757072939,4405.02396089579,112609.140229696,44362.8863862259,3134.06498998943,20294.1684277216 -1783,3463.59777813466,2884.95775498666,684.840684536198,1155.87967037952,1410.62816947142,2057.4090124677,1599.58570298712,2424.52344841265,254.462466314276,886.708205300463,2079.58763703657,4920.72554944419,1163.30227078184,2870.49209360329,1336.11634227459,3244.12065781028,1059.2073477723,3683.47791317962,314.834691033588,999.541421604503,624.545403169841,1921.91341393051,1409.37437344376,4411.07595296252,637.662572562247,1284.26719273187,504.310394432824,1749.0976408008,648.903938886486,3126.63932509957,915.956366671934,2093.93123419945,863.107524044769,2667.51927399966,1013.37343788603,3760.37658299209,12973.7859567119,4170.2828409997,107616.928259968,42662.3085100896,2994.2147077494,19617.236433667 -1784,3368.9549599064,3136.368921723,665.359035286848,1256.60941452728,1369.12094476301,2236.70300711434,1553.68777153331,2635.809824406,246.684473812001,963.980860008818,2015.87814218738,5349.54477545771,1127.66376307555,3120.64264264091,1295.17498838653,3526.83126534128,1027.06332164069,4004.47654069828,304.889914051216,1086.6469865205,603.921304998983,2089.39957310469,1362.90908963001,4795.48149580973,619.890087240778,1396.1853353001,489.37596590253,1901.52367818364,629.099486856467,3399.11195986459,887.909717096294,2276.40797714163,835.844290090934,2899.98164950887,981.363709839379,4088.07658569192,12553.1368212043,4035.85498503066,104345.32934541,41459.0401487038,2877.70449044399,19054.0586576307 -1785,3169.03661672519,3363.93209303986,624.809274870376,1347.78428285858,1283.46443199164,2398.98979234153,1459.82980529039,2827.05430412124,230.871859985455,1033.92369743237,1886.44774293686,5737.6876899513,1055.26158358824,3347.06477410236,1212.06572270789,3782.72492054291,961.72771309642,4295.02634647962,294.579781260024,1165.49001823204,583.020176537551,2240.99857337236,1315.78074288272,5143.42365580864,583.519254430253,1497.4873091994,458.460266032523,2039.4911078264,588.81816114343,3645.73878105593,830.921990448339,2441.57560614771,807.579446859191,3110.39344652425,948.177993623128,4384.69209733753,11722.8671876761,3787.72229639509,98489.3403139171,39384.221340892,2709.28677850245,18140.3882488619 -1786,3065.91773242307,3523.65518488638,605.211250713428,1411.77852140035,1247.5614006572,2512.89639222023,1415.62191321203,2961.28586462346,224.617244892292,1083.01549985875,1835.59387323678,6010.11923510195,1026.81439480592,3505.98698761443,1179.41292313101,3962.33274353199,935.250609751375,4498.9587888263,288.353022492515,1220.82873021539,571.229127089415,2347.4035812806,1289.12507971025,5387.63890934544,564.788746152709,1568.58960746551,445.134007737934,2136.3283258575,572.813436235927,3818.84235570294,808.497442828434,2557.50422599049,790.509020709501,3258.07825239947,928.135628156975,4592.88196538831,11443.5514839378,3693.47600964503,95819.396964502,38284.7610223877,2655.73165009538,17637.6901365416 -1787,2942.00353156673,3687.92694414432,580.657202006068,1477.59521719616,1187.40338561002,2630.0468764542,1352.70720933985,3099.34013302461,213.731334493678,1133.50536113363,1746.24314688068,6290.30921065203,976.832417122029,3669.43506075768,1121.92108578327,4147.05552041924,890.614096504928,4708.69891272929,275.729149585061,1277.74340340058,546.1635113915,2456.83883976994,1232.56297398435,5638.80903679742,541.255078328491,1641.71678956815,425.35082462654,2235.92331856463,545.134163952994,3996.87565328291,769.181026027401,2676.73431419978,755.901145531457,3409.96889386102,887.502566261334,4807.0007599158,10833.360179946,3508.27970003419,91490.7648430088,36666.9774002119,2515.17020922022,16899.7740365945 -1788,2859.1871998543,3629.57408077271,562.696468408789,1454.21571073265,1140.67123491826,2588.4325038359,1307.73906304855,3050.30028650278,204.965606003908,1115.57027606525,1674.05942050915,6190.77970274864,936.453501943849,3611.3747884165,1075.50633819499,4081.43801556011,855.02684670365,4634.1947079351,270.915063943737,1257.52608690493,535.925638146153,2417.9650813375,1209.51802623481,5549.58800333164,525.735563273541,1615.74044107549,409.857773990951,2200.54503426191,522.89510971266,3933.63439540505,737.441679634181,2634.38122150454,742.703509893589,3356.01406992373,872.007239172029,4730.94115710399,10312.1363050869,3365.07178333732,88566.0225785993,35722.3664237495,2414.44910880949,16503.8921906498 -1789,2861.030442575,3479.53314251128,565.884109868134,1394.10069866314,1161.45990617056,2481.43073644968,1318.42933209439,2924.20562448984,209.49097067599,1069.45433871489,1711.90914691154,5934.86251398238,957.626292110611,3462.08618054978,1099.8264036382,3912.71772615906,872.262154975874,4442.62431796893,273.415409468799,1205.54191747664,542.572757805919,2318.01017163911,1224.37535331337,5320.17668055544,526.052634957543,1548.94824828071,415.818362140663,2109.57793060745,534.253727867796,3771.02407740918,754.026885211775,2525.48000570991,749.558113585156,3217.28167635243,880.055220581944,4535.37141964312,10665.6443698155,3448.87512564586,89725.1541132057,35954.7099454572,2489.75581533358,16572.3810136471 -1790,2827.55299763275,3347.75184045138,556.714463084297,1341.30154494108,1131.95623735311,2387.45083741507,1294.92129875987,2813.45639207757,203.381065516682,1028.95060459965,1661.27381415134,5710.08985696017,929.301350890209,3330.96565201038,1067.30390642034,3764.53030691984,848.156527226361,4274.36760271247,276.930572238495,1159.88410159557,549.645259436424,2230.21954396133,1240.32703205857,5118.68418675315,519.842219982304,1490.2845113305,406.141090878422,2029.68131370337,518.820016582262,3628.20306014434,731.794014364523,2429.83181675819,759.19480077743,3095.43269517067,891.369642664726,4363.60206825983,10264.8299429024,3362.11042762737,88504.6908116577,35720.9936801816,2455.93708304486,16554.7704413775 -1791,2941.76848311914,3285.24020355052,582.738598801832,1316.25579509224,1196.81019650287,2342.87063345137,1357.91080409117,2760.92150514454,215.790353324409,1009.73729678918,1763.48016565653,5603.46694079997,986.474647498063,3268.76745892697,1133.02480070541,3694.23628189535,898.713377898084,4194.55352798537,276.362360984509,1138.22590909458,548.181415704536,2188.57527611067,1237.05216553658,5023.10442381309,541.592002682858,1462.45684408061,428.246592376221,1991.78164032447,550.299015987711,3560.45463579644,776.73253312129,2384.46024458129,757.637070887651,3037.6325433334,889.540713997408,4282.12174323247,10995.3048079045,3544.81893407186,91967.3697507052,36762.0761074582,2543.16871201363,16918.7820628167 -1792,3100.82400560403,3271.39926382987,614.613647312459,1310.71032018385,1259.68644576528,2332.9999606233,1430.01042320873,2749.28955564969,227.42376641138,1005.48320509645,1858.50654614663,5579.85915465684,1039.63153410364,3254.9959199963,1194.01275907629,3678.67221396623,947.064345944726,4176.88158957639,291.234973862763,1133.43048616653,578.004925359591,2179.35466008448,1304.3259818261,5001.94174430327,570.437620537336,1456.29541424024,451.738342637175,1983.39012922869,579.975271623431,3545.45419901289,818.591682267543,2374.41435190171,798.409782545581,3024.83479147334,937.411902503683,4264.08087399542,11584.0760766625,3737.06846553274,96956.5878816791,38706.1410231138,2692.845649926,17820.1488485344 -1793,3215.97968488079,3390.63924723044,635.485119682481,1358.48470179165,1286.91316134364,2418.03601221566,1472.18554953473,2849.49904233743,231.596978896184,1042.13229345777,1891.76482254841,5783.24072300746,1058.23590920735,3373.63801414866,1215.31879367279,3812.75698270092,966.058709002641,4329.12570631075,298.143694138817,1174.7431543726,590.795090429369,2258.79045881612,1333.26623455442,5184.25866818222,590.839705820421,1509.37626039077,463.212970670513,2055.68317175056,590.794862890012,3674.68327371251,833.324172648755,2460.9599261571,817.349780651276,3135.08768977059,959.649330007475,4419.50333748239,11676.1876826779,3793.95731386482,99368.3420764978,39858.5798581611,2717.18133694979,18381.1765393 -1794,3317.09862749715,3635.48734210442,651.961048645783,1456.5849026375,1308.24631694836,2592.64954900265,1507.78043052794,3055.2698014742,234.698908537751,1117.38775063098,1916.26031169668,6200.86565151692,1071.93846140693,3617.25839966548,1230.99450704737,4088.08744853987,980.188354847365,4641.74468591053,298.622800202196,1259.5748342835,590.607392609697,2421.90440289389,1332.93902052183,5558.62932978392,608.651896482621,1618.37278725707,472.1124036759,2204.13013751926,598.884204332191,3940.04302838671,844.19785275366,2638.6731258061,818.66323199541,3361.48165035788,961.191451547401,4738.64875330793,11706.7952159561,3821.56502890953,100900.921745639,40618.4059063553,2697.72940428549,18731.2639907954 -1795,3426.92248219935,3806.77703996587,674.681167996376,1525.21338746064,1359.63854279343,2714.80487953179,1562.21657160779,3199.22195752181,244.234523493507,1170.03461532585,1994.47826672466,6493.025767611,1115.69286880937,3787.68922229264,1281.26742046474,4280.70186250898,1019.4099865139,4860.44522588803,298.622800202196,1318.92098859398,590.033658958794,2536.01490153776,1331.6928822142,5820.52982587293,629.126584543097,1694.62407344529,490.031834589051,2307.97997930813,623.140523531518,4125.6821783508,878.620481636904,2762.99690414521,818.66323199541,3519.86129029999,961.191451547401,4961.9150273574,12224.9220196806,3960.9203754661,103820.09807891,41525.9793507894,2770.02530672174,19086.0161977898 -1796,3365.37156393632,3639.97102405058,659.100127275754,1458.38132298406,1318.29534228938,2595.84708894205,1524.15624240082,3059.03789547658,235.982052647726,1118.76583582642,1926.31735945743,6208.51323951709,1077.56428178069,3621.71959967939,1237.42478342918,4093.12932660531,986.03699846643,4647.46939483906,291.162118708521,1261.12828019401,575.057564826062,2424.89136118166,1297.91213676001,5565.48484147356,616.910518158499,1620.36874217743,475.680272038039,2206.84851268457,602.24631259718,3944.90232182692,848.669990237034,2641.92742707101,798.21005286654,3365.62739841578,937.17740014348,4744.49297496656,11704.4730616149,3821.15605544755,101012.097212145,40563.6575397044,2666.72009740423,18688.0040364637 -1797,3098.25707998739,3505.65547163648,608.121989486172,1404.56680310664,1228.00355380448,2500.05988804676,1411.43708803988,2946.15887471741,220.024728887326,1077.48318542394,1796.66842326703,5979.41804070202,1005.03985473145,3488.07752794153,1154.24471276538,3942.09215543751,918.493818667318,4475.9769804844,261.700998579007,1214.59243128201,514.708133254639,2335.41245583618,1161.8865916729,5360.11750036134,568.845454213256,1560.5768588679,441.115585135684,2125.41542568554,561.393973262174,3799.33475244935,791.490586816427,2544.43985382926,717.44349449557,3241.43517263944,842.349487464587,4569.42037393571,10988.356606801,3549.79120577678,92970.8680374406,37162.354112982,2439.80435574278,17043.9604859049 -1798,2627.39547648778,3460.23380820008,518.726316717778,1386.3682775753,1040.76622878794,2467.66740689039,1195.71110651527,2907.98643081347,187.417753501511,1063.52257834128,1530.47913560229,5901.94462211091,856.136006062948,3442.88361633325,983.070573549878,3891.01572064001,782.17611211446,4417.98316974015,235.9820017095,1198.8553432902,468.87910058357,2305.15325911465,1058.02752921243,5290.66816198487,481.350577693748,1540.35696064241,376.817329318183,2097.87709372192,478.182198436521,3750.10797993727,674.218523823426,2511.47235556542,646.935827007975,3199.43692761685,759.566525424828,4510.21584684981,9388.17221207205,3056.01129364695,80271.7120543799,32124.4628523718,2180.34996733582,14806.8662443571 -1799,2099.70444807315,3226.82235471364,428.647112127608,1292.85025172124,912.125233150468,2301.20991641722,1000.5409886297,2711.82704472618,167.963149598464,991.782238067736,1375.25050613023,5503.82659049732,769.302532955496,3210.64252696853,883.554207213515,3628.54570120349,695.164042331769,4119.96635056339,196.031458369966,1117.98607730759,397.064028871961,2149.65822538488,895.337223742892,4933.78402812176,387.5987729542,1436.45156667179,325.79694806222,1956.36395651104,427.782561195103,3497.14294842584,605.475423149075,2342.05998478447,537.412907431271,2983.61763186767,630.975805906315,4205.97743560257,8933.66644592751,2782.80620361205,68677.3328234474,26365.2144230177,2071.59207675072,12005.8492616408 -1800,1775.18803379383,3041.30184215882,376.181880181356,1218.5200856972,831.147399137515,2168.90587353543,860.610151859812,2555.91528758755,156.764714880676,934.761451385657,1288.64595015701,5187.39369837039,720.856737823121,3026.05224533639,827.552547266014,3419.92880683603,641.130168747705,3883.09608469685,172.092358601166,1053.70942142405,360.57010942035,2026.06738214911,812.052764519783,4650.12473699443,341.341021029913,1353.86529398162,291.422260891157,1843.88622949098,398.195860202737,3296.08082570883,565.027677578542,2207.4073386056,471.784761239766,2812.07974986338,553.921883567059,3964.16211270227,8767.83770108852,2642.72469200957,61684.3492693767,22790.0909143943,2039.92963931798,10245.9874014749 -1801,1901.25359752361,2914.00422204508,400.276135912415,1167.5173523217,872.245720184771,2078.12351444022,912.361687361617,2448.93414917766,164.056805492096,895.635802465852,1347.95089622619,4970.26862934835,754.031381296756,2899.3929168109,865.599615982113,3276.78326566224,671.99792492449,3720.56407836892,182.4097166209,1009.60505145349,381.249608204866,1941.2637127591,858.700949346869,4455.48775488178,365.007433310973,1297.19751195176,307.343703402001,1766.70798775221,416.852044142254,3158.11910188419,591.100662434171,2115.01345091879,500.069412165181,2694.37651673952,587.130855971068,3798.2369829776,9085.10080323542,2756.60253917366,65091.255239478,24260.0028763379,2112.54849379208,10929.6529340023 -1802,1921.26449737842,2880.40908757524,408.666894446034,1154.05721312547,928.121726678034,2054.16512811244,948.307460148392,2420.70074051373,175.408886885157,885.310146451967,1442.89859760815,4912.96711904477,807.144255530104,2865.96623397212,926.805731789584,3239.00570391211,715.616068535894,3677.67023162331,189.667596138118,997.965460402657,398.704555582877,1918.8831633494,897.831656791285,4404.12107904733,371.77142446557,1282.24230889534,321.858463381618,1746.33986612477,445.345659425641,3121.70960216661,632.553659173202,2090.62976583296,519.966617264646,2663.31343841332,610.492138979559,3754.44765651537,9951.5707126867,2973.62252187442,68270.2849286224,24922.2848739485,2317.20162912819,11179.4707664853 -1803,2150.98041128966,2927.71519713833,457.645665294377,1173.01075594051,1057.02712732074,2087.90150293167,1071.30489221921,2460.4568761766,199.823718966185,899.849948789777,1644.32761992144,4993.65474144394,919.821805100621,2913.03514277859,1056.28488969335,3292.20118901376,813.967028776813,3738.0700795701,214.673147583581,1014.3554459827,451.164722521743,1950.39774839766,1015.97359627337,4476.45171957796,417.148829073175,1303.3010867657,363.648626261198,1775.02070364804,507.207888244403,3172.97868651344,720.793315527808,2124.96501397009,588.518400820051,2707.05409937079,690.978700201051,3816.10845079426,11421.1416187734,3398.00466556256,77333.5493393892,28052.979076283,2660.4907593694,12573.2198022604 -1804,2705.6178263344,3067.94401718728,567.171964008799,1229.19447024819,1260.97263178116,2187.9057534888,1309.28452442038,2578.30541720437,236.632027288658,942.950075695304,1944.90579903498,5232.83589977826,1087.96248457134,3052.56083203697,1249.1475363753,3449.88780024917,967.789590337484,3917.11247994796,262.789105967148,1062.94004445711,547.589691409526,2043.81597949858,1233.48743392163,4690.86039677992,520.985698781311,1365.72531906272,439.345097286349,1860.03889772591,601.122236884987,3324.95489570385,852.804945533678,2226.7444960883,720.426500182109,2836.71391140937,845.851830618353,3998.88865624483,13196.5326049666,3990.85372261414,93512.5783843918,34696.0177745136,3069.79703004162,15636.8903599276 -1805,3642.51118805267,3371.4048983845,744.974522393233,1350.7783176113,1552.1335988527,2404.31902707223,1682.21713238035,2833.3344625576,287.305548778109,1036.22050673721,2356.18264204611,5750.43367353524,1318.02698239487,3354.50010954939,1512.8313350627,3791.12805301459,1183.76957748462,4304.56753070976,338.495497868702,1168.0790954775,695.249425552706,2245.976838585,1566.91577243612,5154.8495118372,693.954902100763,1500.81390166864,551.980345651699,2044.02173437575,730.941969842051,3653.83760573334,1033.71261561111,2446.9994431142,927.972740572569,3117.30302856345,1089.53160548484,4394.43246950717,15282.1742617173,4771.41881868524,117911.448016054,45463.6828622986,3545.12044114484,20678.2289821808 -1806,3773.63001642791,3947.33076212857,772.558877780144,1581.52727620415,1630.19890922182,2815.04083418783,1754.80017933214,3317.34354684357,302.018731862956,1213.23460274742,2477.69579850677,6732.76109493772,1386.00032880406,3927.53818455116,1590.97127984829,4438.75382455661,1242.73564055578,5039.90245721373,353.440449975592,1367.61815478973,726.328114245373,2629.64957730916,1636.92796191788,6035.43527565278,720.111172875254,1757.19293909953,576.600600371639,2393.19515565365,768.195920087419,4278.0105076802,1086.93000547119,2865.01220347179,968.943767518799,3649.82151666841,1137.63563571696,5145.11872403525,16185.5910347652,5029.81485708365,123294.858449436,47288.6132390704,3756.37529052405,21490.4745066552 -1807,3662.22853039783,4308.8195982805,748.076446838304,1726.36045306954,1588.9597876707,3072.83677179555,1707.32703591082,3621.13938512745,293.964336704547,1324.34025640435,2411.8413654847,7349.33419685473,1349.16196233599,4287.21445513308,1548.81196580424,4845.24622428109,1209.13712221139,5501.4468737741,344.382018477642,1492.8619524006,706.719487515818,2870.46774595847,1592.81711681086,6588.14864196049,699.842163142881,1918.11323403497,559.564340890388,2612.35929051707,747.662739728128,4669.78234861738,1058.01626191427,3127.38442140967,944.110416542589,3984.06503760186,1108.47883016039,5616.29864066633,15785.5339559245,4902.16157000759,119927.426897548,45959.6051129581,3663.95129392064,20895.0842477992 -1808,3517.08402934262,4499.47360961528,714.822036634399,1802.7473933626,1504.21049088878,3208.80177180474,1627.12997443031,3781.36534345079,277.335352769222,1382.93885318858,2274.53752763847,7674.52303646856,1272.35545343541,4476.91249532249,1460.58391574685,5059.63571251413,1142.16914909812,5744.87152656039,328.768954477003,1558.91719400501,672.035576709895,2997.47844522109,1514.86225119713,6879.65700920816,670.826853464301,2002.98473397176,530.865433147284,2727.94936488071,705.551354842992,4876.40801871494,997.879819862286,3265.76301241997,901.307785841048,4160.3495079799,1058.2243163064,5864.8051841114,14769.0098858504,4613.97682117726,113919.618019079,43948.7153158559,3426.28958836903,20018.0969783009 -1809,3312.90379739345,4557.43658540787,672.553090820017,1825.9706884828,1414.63371694603,3250.13809590827,1532.18207556078,3830.07752778208,260.537209039871,1400.75410408786,2136.66256945656,7773.38753298031,1195.22946505171,4534.58483504627,1372.10108039101,5124.81479072831,1073.30687217076,5818.87792777896,309.663977688793,1578.99942748798,632.568468817442,3036.0924666897,1425.93193633465,6968.2819078705,632.355734408135,2028.78752019103,498.81132918735,2763.09126740506,662.838613230191,4939.22672696107,937.403335906791,3307.83312080525,848.932206903192,4213.94383005892,996.730216196143,5940.35659087784,13859.3607502164,4334.34901115771,107156.632981883,41387.6395540539,3215.03473898982,18860.3852616443 -1810,3138.60356469388,4635.80357278345,633.628625799118,1857.3690018133,1317.32697312574,3306.02555069952,1438.95164717328,3895.93727846479,241.74713476648,1424.84064421501,1981.64313237519,7907.05411313923,1108.51301225098,4612.55887722152,1272.49804647475,5212.93807856366,997.422990913805,5918.93591532538,291.142788504462,1606.15096890409,592.601652058305,3088.29931928092,1336.01430594142,7088.10436728817,598.018416169132,2063.6733519526,465.941726509687,2810.60375263933,615.227582956177,5024.15875208156,869.493830592862,3364.7126651633,798.157059835467,4286.40431891992,937.11518109361,6042.50345375561,12728.905590296,4009.66296380662,100234.226979388,39015.3197226235,2950.96617726581,17814.6210850699 -1811,3033.77146134876,4715.6001395446,613.783433939638,1889.3400867021,1273.67458166409,3362.93251071811,1390.83324330103,3962.99845011655,234.060673839454,1449.36657371246,1918.67607612746,8043.15905406627,1073.28981789605,4691.95533063184,1232.01380284565,5302.66892131333,965.682184482135,6020.81917191871,281.124351310824,1633.79781178827,572.99302532875,3141.45853514075,1291.7422356721,7210.11264146848,577.749406436759,2099.19557497539,451.411010452405,2858.98296596565,595.657718720551,5110.64011674351,841.861103641016,3422.629812558,770.691889168882,4360.18664015718,904.868359411308,6146.51369117871,12329.8580111634,3881.04551089884,96958.9520932252,37711.2151289722,2858.54218066241,17209.7328639092 -1812,2940.48167894564,4669.85357399444,592.773716447819,1871.01138673493,1218.4607822435,3330.30832546283,1339.70807151818,3924.55295791861,223.474075552489,1435.30610611375,1831.24826439716,7965.13146648275,1024.38350103591,4646.43814602342,1175.83382261744,5251.22713570361,923.073451903703,5962.41053022663,270.72266900122,1617.94815607511,551.004735297553,3110.98289374873,1242.23722018585,7140.16653051413,559.462705495996,2078.83104339267,433.193001536035,2831.24765173437,568.851338352828,5061.06122409244,803.571072910174,3389.42649708578,742.176066358287,4317.88798080475,871.387968393164,6086.88567286552,11680.4710139103,3696.26092565514,93114.3059559246,36418.4090312131,2706.70275767111,16639.7898083427 -1813,2896.1283055079,4636.45338331411,583.623993698472,1857.62935321036,1198.73704573024,3306.48896339243,1317.49116817764,3896.48338034995,219.814812204668,1425.04036718441,1801.20842466046,7908.162461875,1007.57948991502,4613.20542949334,1156.4859576694,5213.66878727595,907.891537512762,5919.76558526883,266.513455150809,1606.37610653062,541.759649879428,3088.73221282094,1221.45017155383,7089.09792208141,550.149190515255,2063.96262147295,426.278517864379,2810.99772099612,559.548064296847,5024.86299919073,790.395217736788,3365.18430415493,730.636664100306,4287.00515340769,857.839570990116,6043.35044442597,11481.5013730345,3634.58482503922,91615.9132424277,35844.1519955366,2660.4907593694,16379.4557477561 -1814,2887.67671800765,4555.09727254003,581.04543160305,1825.03342547369,1191.35745872227,3248.46981380988,1312.2712299382,3828.11156523326,218.144300841779,1400.03510294787,1787.34266112445,7769.39748613231,999.823108832402,4532.25725188497,1147.62800932564,5122.18424503436,901.440617591159,5815.89112242079,265.525341358496,1578.18893377955,539.272883659476,3034.53405330486,1215.88301810251,6964.70511832482,548.932131382056,2027.7461521625,423.644752785112,2761.67298437781,555.332840406189,4936.69144283303,784.330176614936,3306.13522409531,727.927787114872,4211.7808305654,854.659081993014,5937.30743103718,11369.1379061144,3605.71860711568,91114.4510959042,35716.329563158,2634.083903197,16331.3872588325 -1815,2966.98163509699,4469.45242360931,598.055596054033,1790.71918306212,1225.71013720608,3187.39214854531,1349.20640183812,3756.13548720946,224.504927112183,1373.71167060044,1839.52699990506,7623.31742808527,1029.01454982848,4447.04184057139,1181.13788243823,5025.8770380498,927.809471849424,5706.54085243204,272.969709315318,1548.51585662432,554.562373572466,2977.47880398293,1250.34171335724,6833.75487028032,564.077167177882,1989.62050906839,435.998079463717,2709.74806348338,571.510671198267,4843.87186785098,807.222360865759,3243.97333492575,748.336243292927,4132.59101059434,878.620624237697,5825.67429401245,11710.5121313014,3711.74790971198,93713.0764773564,36712.7869453321,2713.3044717142,16783.755227717 -1816,3079.30658795017,4359.76463546959,617.893833431181,1746.77195916242,1249.14537579368,3109.1682496039,1387.31349083854,3663.95368181228,228.283656644692,1339.99850388365,1869.55889586777,7436.22855282248,1045.81411727498,4337.90404537294,1200.30037891705,4902.53366541341,944.809185728581,5566.49285891817,280.663808929145,1510.51270475829,568.947613428773,2904.40652727257,1282.87833551701,6666.0431719858,583.978959052438,1940.79191616866,446.762015473858,2643.24634395968,581.324812132913,4724.99520447939,820.503014267271,3164.36083966511,769.429329463458,4031.17036120031,903.385989679173,5682.7025679108,11775.5297203893,3759.94274141305,96032.9279512132,37900.4881478509,2726.50789980041,17352.1013055857 -1817,3208.73391502168,4378.9340051534,642.889194999172,1754.45230896068,1289.87244947456,3122.83889482657,1439.11487987505,3680.06365299274,235.280764159185,1345.89031888846,1926.35985997772,7468.92477064641,1077.58805618234,4356.9772966265,1236.73385859647,4924.08952635486,974.800642546218,5590.96806993914,291.294141823286,1517.15425054589,589.42484161829,2917.1768594094,1329.13975414315,6695.35297574274,607.956848964281,1949.32534878053,462.409249178708,2654.86838564526,599.24829547432,4745.77044979699,845.486744377461,3178.27416018132,798.571989295233,4048.89494070711,937.602349240578,5707.68873928372,12065.1437083625,3868.47693848335,99414.6369140489,39394.738067535,2792.52504023141,18053.5548287492 -1818,3300.06541407424,4539.6967951096,657.057377559326,1818.86311024283,1304.11903078003,3237.48695591294,1467.65811234266,3815.16897757065,237.021048097422,1395.30167845335,1939.63861563008,7743.12967592449,1085.01607043307,4516.93399502779,1245.19317133947,5104.86648470118,983.419576210485,5796.22798580489,297.360123847674,1572.85318316844,599.645631414688,3024.27449782149,1352.35784280792,6941.1579188762,624.178612049303,2020.89047884038,468.935774040612,2752.33595381152,603.883896394643,4920.00082118491,851.421340052048,3294.95740332569,815.201652020079,4197.54108292838,957.12721493447,5917.23379405023,12016.6680943001,3884.08706308304,100985.166162548,40322.5152488227,2779.32161214521,18513.4545130543 -1819,3354.52235729372,4663.16053750469,665.299039989409,1868.32977214344,1308.12094772042,3325.53518326656,1482.1938629147,3918.92811856614,237.067563147655,1433.24896320981,1939.24727704098,7953.71549493116,1084.79715921181,4639.77866953964,1244.88959983294,5243.70084943396,984.892955164077,5953.86494509995,300.532034736683,1615.62924267118,604.428828501216,3106.52409826469,1363.2795503359,7129.93293445498,633.634421426888,2075.85157266431,471.68126345487,2827.18978492028,604.164147747753,5053.80749184731,851.334376420538,3384.56862416432,823.89732702627,4311.69939665403,967.336795815503,6078.16168457083,11909.4413780186,3874.51381946952,101672.575440873,40838.4049704719,2752.91475597281,18777.0935102445 -1820,3272.29063481139,4380.81845758325,644.029379943348,1755.20732876979,1249.79217531039,3124.18279298453,1430.83793163671,3681.64735004885,225.301032472979,1346.46951608092,1841.80353747378,7472.13898520543,1030.28802408657,4358.85230009623,1182.25526345801,4926.20858374686,937.787462930345,5593.37411518946,290.742248127582,1517.80715031796,581.631456090024,2918.43225193519,1312.11998660433,6698.23428753436,616.593631009262,1950.16423123131,451.915470637026,2656.01089502639,574.426964987592,4747.81276846292,808.687326707943,3179.64191462951,797.058993380865,4050.63736247007,935.825942676462,5710.14501469249,11149.136697184,3666.90797493788,97672.5901943075,39607.4683780597,2574.6684768091,18256.4971730746 -1821,2940.82356694654,4117.97064945937,575.084139061319,1649.89540963022,1102.88125231005,2936.73275202407,1274.88782259205,3460.74960100602,197.647743443957,1265.68174447288,1614.77151900656,7023.81286229603,903.288393044596,4097.32245490651,1036.51407669918,4630.63752981343,824.425398714724,5257.77332724778,259.649633585264,1426.73917147368,516.666003729807,2743.327182413,1165.79453809018,6296.34221694856,553.465926552652,1833.1549557674,399.502148125946,2496.65102908573,504.125506581403,4462.94541053513,709.110282767313,2988.86434281927,711.819754129318,3807.60032212275,835.746661107543,5367.53800741436,9643.03895052268,3205.72278756208,86585.9872244693,35427.4388268197,2224.77763252479,16370.6326875909 -1822,2511.85756504902,3876.0466925186,495.453860792655,1552.96678628305,950.056894290683,2764.20456561252,1092.54090172246,3257.43629240668,171.522242068021,1191.32503775601,1401.80887714389,6611.17548697108,784.159042370259,3856.61154520555,899.684384211419,4358.595242548,714.575101563095,4948.88785032182,221.59427454027,1342.9206076064,443.859424874833,2582.16125296675,1001.26897924511,5926.44253746023,472.134150219409,1725.4601375338,346.30418835852,2349.97691519035,437.388279510652,4200.75475760539,615.536963536164,2813.27351177027,607.492411376436,3583.91010798832,713.256061679611,5052.20403728174,8436.57962135796,2783.39602478146,74560.869920966,30314.4654166774,1947.50564271458,13969.3845803125 -1823,2005.553425119,3550.49230370435,409.529750630137,1422.531011623,833.925116749689,2532.03529643098,914.011631050269,2983.83982533555,154.173282465462,1091.26404125295,1263.58229924281,6055.89394220565,706.836361137232,3532.68954062372,811.144159786733,3992.5109502676,636.618737963535,4533.22408586523,183.756753244107,1230.12689475479,376.76400651817,2365.28204711198,849.184533772521,5428.67263653265,380.32557744642,1580.53641368331,299.777581169174,2152.59918498161,392.401454857636,3847.92770051383,554.449524808533,2576.98287562817,503.762262660268,3282.8926648746,591.466627004864,4627.86260695356,8088.87593717288,2546.82260185908,63854.9829017159,24845.7080621741,1874.88678824047,11315.6967034221 -1824,1673.29726773518,3320.45985489227,345.820739002812,1330.36680899303,760.832338080187,2367.98754476879,818.049220596336,2790.52016057559,148.156665474004,1020.5622573206,1224.42482712674,5663.53930681653,684.932029999923,3303.81051303798,781.848092708027,3733.84060479441,583.768846529595,4239.52153751791,162.074682584394,1150.42834093598,344.750088985387,2212.03805307184,776.009601115436,5076.95497217443,316.340200006452,1478.13521672905,275.880333471634,2013.13467711165,374.960635195537,3598.62474304015,515.366975153523,2410.02302028386,444.321677311075,3070.19769913691,521.677511921046,4328.02853404691,8090.89824601678,2472.79044482016,57958.9580993106,21565.0413752952,1891.35878415517,9685.19096486244 -1825,1796.19959730931,3191.14783663074,368.934127116545,1278.55699209505,801.168958468073,2275.76861666428,869.658465347071,2681.84611850523,155.578175077604,980.817471651463,1285.16526330944,5442.97838144082,718.909673490968,3175.14688689441,820.613418670464,3588.4298829146,613.972672118386,4074.41757287521,172.25569871975,1105.62604934601,365.568920215715,2125.89242336559,822.937515786701,4879.23799236891,339.068375212777,1420.5707056397,291.857208294389,1934.73514225625,393.867693506833,3458.47986888883,541.05495578423,2316.16706224526,472.232552062516,2950.63189250553,554.447634198195,4159.47775214045,8415.97180356471,2588.5197708338,61346.071215858,23012.2358752697,1966.26408253755,10355.4520307165 -1826,1810.74729292439,3127.98638289607,375.736091242145,1253.25088832375,850.586469873625,2230.72499551258,902.077137585729,2628.76512438986,166.034593283422,961.404438934284,1373.1910406218,5335.24710579389,768.150486819098,3112.30213526764,877.006249195081,3517.40514208996,652.442301845607,3993.77382015688,178.755270843214,1083.74271703466,381.594651768742,2083.81525777584,858.836642744737,4782.66466499814,344.612641943778,1392.45376606356,304.968323419466,1896.44149669909,419.99392524198,3390.02719060059,577.774730024172,2270.32384650185,490.05088581861,2892.23090035241,575.368117026563,4077.15042822694,9204.45343818544,2787.46839287686,64207.1043641974,23596.054429198,2153.52732849351,10572.2393166732 -1827,2028.0260710459,3172.23838989856,421.028295011781,1270.98078235053,970.116118952877,2262.28333561976,1020.13159099273,2665.95458701939,189.462025699511,975.00554544695,1567.56837735582,5410.725500961,876.883388084773,3156.33225529527,1001.22834745579,3567.16630404049,743.237490906037,4050.27422822205,202.533236662519,1099.07455817225,432.331646719121,2113.29524780495,973.02972321349,4850.32560860177,386.904789207529,1412.15298027479,344.974521416129,1923.27068714909,479.124947093476,3437.98632104865,659.43225876654,2302.44239641072,555.237289317366,2933.14764562823,651.903389836366,4134.83037539252,10587.0017011563,3191.20915482299,72819.758675064,26583.5354954896,2478.11695481717,11899.4944410285 -1828,2566.74521652423,3294.33753207022,525.574405481302,1319.90070707493,1168.01637723085,2349.3583976668,1256.14410795085,2768.5669156452,226.469808141341,1012.53341254886,1871.60533488096,5618.98379084785,1046.95887650929,3277.81917191777,1195.26443950446,3704.46618260382,891.99739779023,4206.16888305022,249.745742575671,1141.37782931444,528.824545224529,2194.63577307383,1190.53937515999,5037.014162006,486.271667199913,1466.50660894776,420.344005563021,1997.29718585505,573.164867079446,3570.31407483117,787.774892312216,2391.0631767394,684.668607539863,3046.04420867799,803.86853469177,4293.97958797011,12363.5878377066,3784.67208961451,88784.2488386601,33097.6183828884,2890.09609592028,14892.2485236596 -1829,3482.13529021155,3556.66548798769,696.657494959096,1425.0043435816,1455.86180031287,2536.43770577587,1629.53175408375,2989.0277800016,278.486885750651,1093.16140461899,2296.56520375209,6066.42322831806,1284.67753363375,3538.83177152712,1466.33819792356,3999.4526653147,1105.02569385564,4541.10593020848,324.707285412085,1232.2656967472,678.168460994,2369.39452524456,1527.50063198884,5438.11138297473,652.813127840664,1583.28446711185,534.017594199043,2156.34187481738,705.844522972199,3854.61803097292,967.655603132404,2581.4634346114,890.172872091226,3288.60057793824,1045.15082834242,4635.90899778248,14538.4954668336,4586.37138645767,113165.138659016,43728.2900429464,3389.46475180283,19846.6298354418 -1830,3605.95386869598,4045.97179015662,722.120604130712,1621.04853392998,1528.21868610496,2885.38673083509,1699.15637390061,3400.24163608462,292.601490380569,1243.55248479632,2413.7994072018,6901.00807394533,1350.25727293278,4025.68460994336,1541.28664738844,4549.67517034766,1159.43493509229,5165.84608583242,338.913171284792,1401.79397355632,708.215705319364,2695.36267643628,1595.14842423422,6186.25657137469,677.1657163713,1801.10395857107,557.570038778093,2452.99942457641,741.443628428977,4384.91499068959,1016.87979972034,2936.60684959943,929.117776613031,3741.02799725454,1090.87599083255,5273.69163338819,15388.3924730127,4832.16632223484,118278.079625499,45468.786871053,3589.21221415585,20619.6582915531 -1831,3544.53718548428,4370.74641011599,711.099774031569,1751.1718884288,1527.84802374972,3116.99990748219,1685.57688540174,3673.18278407187,292.858961089835,1343.37381489848,2416.95000645217,7454.95960667841,1352.01968928734,4348.83075556193,1543.4504059046,4914.88261642602,1158.69938240079,5580.51425118556,336.453309900995,1514.31752256639,703.889115538839,2911.72241256246,1585.33804180883,6682.83421233286,667.553188448858,1945.68056068068,553.735300500563,2649.9043950499,741.880966301541,4736.89695534886,1017.99577323028,3172.33152169651,922.374158679784,4041.32444247979,1082.95831765925,5697.01667984142,15540.6288881916,4853.08132933396,117633.142809446,44934.8704710438,3626.66486334704,20356.4212227737 -1832,3376.01377367993,4528.77999962532,672.087492383686,1814.48921535853,1422.74807400596,3229.70163795541,1586.13600843491,3805.99448391043,271.303533670674,1391.94633915427,2237.70198266188,7724.50945371684,1251.74998706621,4506.07193818452,1428.92969183268,5092.59060243344,1075.61748199529,5782.28955811751,317.299874381352,1569.07087846784,660.078519651762,3017.00190062588,1486.96561742658,6924.46623111722,633.969511065006,2016.03076043861,517.466499788983,2745.71729841054,687.559270956287,4908.169492977,942.776451246898,3287.03388382098,869.865731943079,4187.44708334926,1021.30824111861,5903.0043787219,14214.2246790728,4479.20196489853,110129.515697957,42500.1650020172,3314.55945342045,19307.9157882205 -1833,3168.24236069017,4563.34984673957,629.241231308491,1828.33988038765,1328.03704844694,3254.35514107501,1485.1049829818,3835.0470427535,252.763701668087,1402.5715786536,2084.46591584337,7783.47348174859,1166.03113525112,4540.46844629525,1331.12163230812,5131.46422370807,1002.77288251562,5826.42790575439,297.233034578571,1581.04817486655,617.438747800762,3040.03178824609,1390.98280119776,6977.32323432278,595.145188186673,2031.41986637261,482.913727558789,2766.67637066241,640.641217457705,4945.63535994273,878.281778108009,3312.12502510681,814.853241544638,4219.41141049307,956.718146641752,5948.06418708177,13199.6947760068,4170.21569175242,102915.257938681,39828.661589398,3077.35934187623,18110.627642997 -1834,3019.10815809975,4656.85738859396,597.360778537223,1865.80436889527,1251.15833213426,3321.04008958505,1406.89518261979,3913.63094140419,237.534476396988,1431.31165447497,1958.25914460243,7942.96453477122,1095.43222373718,4633.50712567326,1250.50720966434,5236.61298980926,943.361269608253,5945.8171635489,281.793507763386,1613.44541227993,583.928303943746,3102.32503974448,1315.60582708741,7120.29547319927,566.438364716086,2073.04566420934,455.831239003678,2823.36829988456,602.171094026266,5046.97630923392,825.231856581681,3379.99373555281,772.526356543089,4305.8713143616,907.022205204447,6069.94589232152,12321.2319882008,3911.21420322889,97236.5133290006,37823.7774316737,2871.36977132468,17222.088650954 -1835,2901.23107675816,4747.05089863296,574.164990740807,1901.94106603548,1195.26132153169,3385.36163470979,1347.65292444854,3989.42972202974,226.945037422947,1459.03314373359,1870.67973610559,8096.80301246672,1046.44110503478,4723.24839034647,1194.5195587203,5338.03514360412,901.795896760323,6060.97510704618,269.754145931834,1644.69444845318,559.041044143518,3162.41053544847,1259.52927078467,7258.2005855215,543.674894533739,2113.19618833407,436.847078310401,2878.05099163354,575.384366863768,5144.72560031773,788.382389531262,3445.45708851397,739.520896606649,4389.26696409091,868.270536990435,6187.50794760718,11734.2430274571,3731.69517469535,93085.0054244511,36279.4945350992,2734.04339095698,16521.3786552967 -1836,2828.85708211223,4690.64746685331,558.884360847063,1879.34261376315,1157.41467381954,3345.13750017022,1309.88509269361,3942.02818116338,219.590038203459,1441.6972275734,1809.71611551513,8000.59855077063,1012.33861423087,4667.12777482074,1155.57862081013,5274.60976488186,873.12206093738,5988.95991208232,262.034846305564,1625.15254483711,542.9258660256,3124.8354576361,1223.23102429988,7171.96021643543,529.944776896154,2088.08764840246,423.806726271746,2843.85461240118,556.807556266147,5083.59708376736,762.759255305794,3404.51891279362,718.358725545014,4337.11464361693,843.424059066848,6113.98931680644,11308.3767665398,3605.8104246697,90332.8190511306,35305.318774977,2634.16965978047,16086.195889038 -1837,2788.90350710014,4665.1099627935,550.969202944391,1869.11082380923,1140.96963288114,3326.92541685019,1290.09460082195,3920.56641892443,216.474677210717,1433.8481301807,1784.03893515499,7957.04053038751,997.975034794129,4641.71832008355,1139.12938418437,5245.89296848297,860.589775362766,5956.3539468825,258.331140790197,1616.30465336693,534.699562320909,3107.82277468571,1204.74164571392,7132.91358919723,521.688336037525,2076.71937841945,417.796019404946,2828.37168616916,548.908542848962,5055.92022634362,751.937336853443,3385.98353656431,708.205155470941,4313.50189428927,831.502765454944,6080.70264836612,11147.5963658993,3554.2066082519,89033.3675425464,34792.7966367104,2596.71701058928,15852.8254561339 -1838,2774.31943709397,4606.04230972912,546.833002673815,1845.44493156657,1128.48244004072,3284.80129161823,1280.31129954316,3870.92586191809,213.673640718531,1415.69335042717,1760.65247755851,7856.29184210005,984.89286468357,4582.94684212483,1124.23784696217,5179.47168616668,850.096395853789,5880.93710756486,256.475577781935,1595.83968613725,530.105172793601,3068.47283461896,1194.45109446383,7042.59964835013,519.177512158682,2050.42483429618,413.398202715722,2792.56003782042,541.869349229427,4991.90429869504,742.142665933902,3343.11164235075,703.118198920783,4258.88615416385,825.530176288473,6003.71135828165,10962.5969604873,3505.40576576015,88174.201764595,34561.0473840811,2553.02225319955,15761.7420195887 -1839,2820.61835290732,4542.10108713955,554.981803690944,1819.82640763403,1135.72881312306,3239.2015779321,1294.9579465272,3817.18954871884,214.583359028145,1396.04065130909,1767.63623805337,7747.23055442078,988.799516318532,4519.32623153481,1128.67501703609,5107.57009914,854.740692728219,5799.29775574306,259.556433668872,1573.68618998437,535.374420903839,3025.87619930061,1206.4132033938,6944.83406100996,527.253864196869,2021.96077297917,417.098929228614,2753.793632528,544.28368476554,4922.60652797451,745.191985329715,3296.70246256233,711.564250046163,4199.76416412225,835.446674090945,5920.36765049318,10940.147775944,3513.7311743388,88981.2216347011,35034.1883060719,2546.78014500102,15994.9430924929 -1840,2939.98175494249,4447.68381810603,576.597377501657,1781.99743020101,1167.40075164501,3171.8678570461,1340.00133634258,3737.84111378554,220.242285803807,1367.02096565533,1813.54927675964,7586.18782606922,1014.48284951126,4425.38238650211,1157.905988053,5001.39834934705,878.281745319573,5678.74696968507,268.500098611172,1540.97376251445,553.067481893981,2962.97690188505,1246.34420293816,6800.47085698789,548.410568542916,1979.93000118103,430.681556317746,2696.55015219213,558.784553929697,4820.27964092791,764.692601191665,3228.17346301792,736.082972804739,4112.46309896453,864.234075060403,5797.30016817388,11133.7095118823,3595.55798780582,91855.8648397326,36362.2639577337,2590.47490239075,16617.8334194267 -1841,3021.27231237645,4477.25013737085,588.758779265337,1793.84339477608,1169.41630378011,3192.95309187001,1359.51132903186,3762.68869923698,219.379764692661,1376.10834235863,1805.06894769914,7636.61759141257,1009.73903113238,4454.8004552901,1152.43231170164,5034.64552842156,877.287573004116,5716.49687565779,272.806247376784,1551.21750377496,559.01158858715,2982.6735180651,1259.97786954801,6845.67750852422,562.052448740447,1993.09173770075,433.838506023601,2714.47567612186,556.884934530081,4852.32281949857,761.40098343635,3249.63299367549,747.888118505341,4139.80101279146,878.094481498876,5835.83816562516,10904.0724164637,3563.71304694225,92652.3999811071,37094.5283704194,2534.29592860396,16999.4617872711 -1842,3116.19431651519,4625.34164404032,603.915809635057,1853.1773526544,1188.78121726872,3298.56462117751,1392.15303159184,3887.14505559446,222.280566761015,1421.62511080078,1828.12062868398,7889.20973397152,1022.63393027365,4602.14940634137,1167.11438668734,5201.17369168574,890.040173572854,5905.57825579363,279.587098528508,1602.52626032368,571.207235760691,3081.32974714342,1287.60536641167,7072.1081669207,578.837270658533,2059.01612193449,442.09057793529,2804.26087470595,564.419499720131,5012.82039616695,771.292923963749,3357.11929249524,766.477568191674,4276.73090289943,899.920330552732,6028.86693107496,10937.9803224247,3600.28330011367,94557.1973037407,38100.494122397,2540.53803680249,17488.4509501186 -1843,3171.24114273369,4704.74832322244,612.339453607984,1884.99222619988,1194.71988511425,3355.19353268134,1408.01551500218,3953.87856505568,222.747225215439,1446.03120612912,1831.23836679001,8024.64966350691,1024.37796440515,4681.15792713429,1169.07384515494,5290.46610779046,893.090451555088,6006.96370881134,282.974277635114,1630.03802019517,576.645198516661,3134.22922603943,1299.9853647616,7193.52030629758,588.305004736555,2094.36478268389,445.435148664949,2852.4037062539,565.755346522312,5098.87921119716,772.75700907178,3414.75345557998,775.76339296086,4350.15272227841,910.822805514204,6132.36897245268,10863.6866637674,3598.54781865489,95358.3362595609,38636.775225242,2521.81171220689,17758.51141196 -1844,3098.58050017031,4421.43153065659,593.925773630301,1771.47925699333,1144.63577662907,3153.14602560749,1362.0925656376,3715.77864635924,212.267208410387,1358.95217551479,1743.96087376046,7541.410636053,975.555734448979,4399.26173241892,1113.30717913927,4971.87778257886,852.724232370357,5645.22837800958,274.322094910167,1531.87822249407,556.104345517168,2945.48804149941,1253.91796854857,6760.33133200583,573.455445259963,1968.24353837332,427.794137523132,2680.63386573557,539.371756718917,4791.82812056462,736.15838401159,3209.11928984518,752.043757793605,4088.18943927683,882.973612261666,5763.0818206767,10201.3481270857,3415.41888797622,91823.8092958121,37539.6825804848,2365.7590072436,17295.3445982851 -1845,2772.00632298752,4164.17208175066,526.880574572052,1668.4063553228,998.536090797511,2969.68132571487,1203.97131467624,3499.57736399384,183.70007605076,1279.88201795644,1507.9500283802,7102.61629291949,843.533429896697,4143.29222547805,962.640612370203,4682.59081081297,740.23176679632,5316.7627370955,243.142283435997,1442.74642330701,489.500155175443,2774.10584886313,1104.01856906102,6366.98381529443,512.030093531714,1853.72197573377,374.326250589242,2524.66212078461,467.056367939461,4513.0172754795,636.803892482664,3022.39780512813,666.565471416383,3850.31956503381,782.613665768836,5427.75891837522,8652.050167499,2940.71462742029,80619.7579359878,33356.8660347553,2003.71673172875,15418.2549020394 -1846,2377.66527327568,3894.82618092655,456.674681522116,1560.4909272634,868.993948325244,2777.59716681552,1039.17093540456,3273.2186066938,161.359380263028,1197.09702052902,1325.31521216092,6643.20670415432,741.369187020899,3875.29687011325,845.927932210442,4379.71268393236,648.888855238245,4972.86526581496,208.902022453075,1349.42707256514,423.957525284693,2594.67185233882,955.910880535841,5955.1562160512,438.876862619085,1733.82001067819,327.511690078196,2361.36257891905,410.097179503305,4221.10746012244,559.521531802933,2826.90385255141,572.697077235946,3601.27419146492,672.402904456395,5076.68202082508,7701.5877791788,2587.9662300236,70025.6192460864,28712.3603844419,1785.24294478013,13225.9546109841 -1847,1910.79665878584,3558.22503200062,381.205572470658,1425.62918642947,776.335711228915,2537.54989533983,880.376244877019,2990.33842346654,148.174892894008,1093.64073935809,1221.01818232429,6069.08326313371,683.026384109429,3540.38349572517,779.466289250908,4001.20636480663,589.528527298915,4543.09713646318,175.308727727345,1232.8060266141,365.182218347671,2370.43346890081,822.610338300468,5440.495912551,356.3617825565,1583.97871339951,288.069210888664,2157.28739810938,375.752053966267,3856.30822266867,514.663959646909,2582.59536727633,480.602316839489,3290.04257954328,564.274564296766,4637.94177374818,7611.45735665512,2425.46661202966,60884.2702232376,23781.4904552769,1772.75872838306,10813.0384452193 -1848,1588.18705700682,3298.69124938899,320.115120944752,1321.64505613191,760.744522773214,2352.46325326958,806.91811996567,2772.22578715168,142.973187026962,1013.8715523755,1190.03853571026,5626.40970480048,665.69665363196,3282.1510589687,763.390830887259,3709.36191609166,587.458902087826,4211.72765477095,162.670600568962,1142.88624682611,342.70223988881,2197.53615097397,771.661792377728,5043.670958882,297.632539479644,1468.44470884169,262.602814919113,1999.93676582041,360.071302580587,3575.03251611707,517.617556749014,2394.22314837603,445.955364165932,3050.0697875071,523.595621563721,4299.65440820835,7890.39859392853,2412.26785399973,56767.6746158362,21233.5048991873,1862.42955986127,9584.24571440406 -1849,1705.0128637981,3174.51271730112,341.674056187522,1271.89200845215,801.141807647905,2263.90527330229,858.018056731936,2667.86593567167,150.157890043938,975.704572933889,1249.23766176762,5414.60470540975,698.812102360518,3158.59517883932,801.335993664969,3569.72377390172,617.893694106247,4053.17806095243,172.902521176668,1099.86253658935,363.44175209681,2114.81036889645,818.425976671269,4853.8030359219,319.152433467466,1413.16541938714,277.870425641226,1924.64957066562,378.291937108558,3440.45117568394,543.441961784231,2304.09312601908,474.005791623424,2935.25055759332,556.529592494204,4137.79483041508,8207.48015227724,2525.39264360054,60095.1775584597,22663.2258750886,1936.18914639043,10248.8020949888 -1850,1718.36309348338,3119.53886490702,347.493723312936,1249.86632773813,850.387627749689,2224.70064399006,889.508404597881,2621.66581577436,160.186541782692,958.808046144002,1334.34540403639,5320.83860448178,746.420593620576,3103.89697454866,856.14394464091,3507.90595009378,656.491667842592,3982.98813503547,179.391805976711,1080.81593444133,379.260218101063,2078.1876543527,853.873199224555,4769.74848159847,324.025605163873,1388.69327071675,290.18579425211,1891.3199195253,403.20625208085,3380.87199867502,580.256359542123,2264.19255333537,491.795923067322,2884.4200694956,577.416963023965,4066.13957415966,8976.2475765807,2718.8876436379,62871.6476639278,23225.953225299,2120.58811271332,10460.0983497827 -1851,1924.38545311834,3146.76586500087,389.175044403884,1260.77502677869,969.833107975972,2244.11759222049,1005.72602359988,2644.5474333798,182.76494467581,967.176419769993,1523.05232267506,5367.27831222617,851.981514956611,3130.9874539038,977.313656927655,3538.52257638647,747.802909966595,4017.75122760224,203.242744813865,1090.24917980958,429.643668730088,2096.32585294885,967.310643543821,4811.37833395165,363.656942594571,1400.81363640204,328.184915030621,1907.8271566063,459.906454170293,3410.37988628646,662.239294779863,2283.95418270811,557.182379363789,2909.59497800092,654.187117567188,4101.62840355449,10324.4506516841,3112.48049540363,71295.6566363713,26162.1579824702,2440.21298767301,11772.086980844 -1852,2436.24694622616,3270.16462823384,486.457648233022,1310.21565429722,1167.9171256063,2332.11947965334,1239.09716953864,2748.25196577592,218.54758500862,1005.1037328107,1819.05218757895,5577.75329958455,1017.5611274054,3253.76747506993,1167.05727603978,3677.28387237438,897.626890307373,4175.30522231729,250.671483335144,1133.00272620481,525.695828616211,2178.53216529777,1183.89933431023,5000.05399694235,457.553077891016,1455.74580411571,400.108201333257,1982.64159202583,550.408286969362,3544.11613428731,791.216291965249,2373.51824102004,687.20649118983,3023.69321002623,806.848260632831,4262.4715974728,12057.2069598639,3692.11325417867,86962.6862928378,32590.8394112407,2845.89071358339,14737.5891612668 -1853,3306.55088563284,3534.96186164653,646.209773511994,1416.30862510257,1456.2875022641,2520.95975419743,1608.9603587389,2970.78801517704,268.934422628834,1086.49067138963,2233.44324690241,6029.4044579503,1249.3676893013,3517.23697080356,1432.51677385485,3975.04704535682,1112.33944417345,4513.39501204152,326.023830224599,1224.74611574484,674.513577891324,2354.93591124097,1519.78340013614,5404.92672227039,615.351061394889,1573.62288533476,508.799865718984,2143.18335921537,678.353621892345,3831.0962267114,972.083812538897,2565.71072523027,893.782130428332,3268.53274800879,1049.38845393066,4607.61956854622,14178.7510876558,4476.08008748707,110925.851186834,43098.0943667378,3337.62129044445,19651.0241389987 -1854,3423.9191579198,4054.35432898355,669.58801522488,1624.40706013352,1528.58521259788,2891.36474243684,1677.46237677013,3407.28633610076,282.532679056814,1246.12890587086,2347.22287510894,6915.30574360915,1313.01497086044,4034.02511731662,1505.60431368131,4559.10129359897,1167.04731917829,5176.54880637382,340.271525792997,1404.69824304215,704.342963818694,2700.94699176514,1586.9650297861,6199.07340218628,638.14290567433,1804.83552780761,531.156428138214,2458.08160606096,712.475658071287,4393.99975995359,1021.49905968814,2942.69098023922,932.841654666312,3748.778746411,1095.24819128266,5284.61779085317,15007.5219057166,4715.65982058376,115925.009595435,44807.8850724835,3534.31352118887,20414.9382730686 -1855,3365.34556169042,4402.65204224865,659.075942840167,1763.95511601299,1528.115879286,3139.75342440449,1663.76564285743,3699.99633207213,282.741794266671,1353.18019274177,2350.00167176462,7509.37941886976,1314.56940425003,4380.57640751122,1507.55690746286,4950.76034119449,1166.23272823689,5621.25096251644,337.782320899762,1525.37175753533,699.973045802616,2932.97744212735,1577.05561127339,6731.61765341486,628.887440420135,1959.88366522893,527.399989491542,2669.24820200687,712.784786084075,4771.47541804756,1022.5781470576,3195.48894906403,926.017592600003,4070.82535580023,1087.23606875582,5738.60383713335,15155.8745032482,4735.70468486522,115277.546343542,44274.861273245,3571.19331445345,20152.4959792045 -1856,3205.73384981574,4581.02465787572,623.277190526895,1835.42142424553,1423.15964828316,3266.95994114958,1566.02338347225,3849.90098436557,261.983046253143,1408.00403257237,2176.09382887077,7813.62050715612,1217.28695029514,4558.05463296802,1395.91575942073,5151.33946099034,1082.7019202007,5848.99488314845,318.585643770926,1587.17190607858,656.50363496482,3051.80646902002,1479.41697209126,7004.347870729,597.537725230791,2039.28798161299,492.986950505987,2777.39228856672,660.739965933422,4964.79084305733,947.075484410449,3324.95358005968,873.390620609839,4235.75407592326,1025.44680838502,5971.10228730709,13862.4602246983,4371.40655373723,107947.182764234,41886.8200999218,3263.86170391529,19117.3833840099 -1857,3008.53906543479,4618.58362838845,583.624890223308,1850.46970368083,1328.46400312587,3293.74513906048,1466.38361964532,3881.46560764262,244.09245839282,1419.54799618109,2027.16551355839,7877.68293077164,1133.97781520454,4595.42527651187,1300.42037552899,5193.57433667122,1009.39880185807,5896.94970608695,298.445950633666,1600.18483381224,614.120837508253,3076.8276635651,1383.98006411267,7061.77521827347,561.020687698461,2056.00772509586,460.098191048633,2800.16361220263,615.68667678335,5005.49624126026,882.299804023286,3352.21425704708,818.178405521169,4270.48223704837,960.622217405312,6020.05824617798,12873.0740560136,4069.99907289062,100881.848732771,39256.7479257422,3030.28967990628,17932.6788471601 -1858,2867.0927774982,4692.3369691905,554.214656701344,1880.0195253752,1251.63256036738,3346.34236957571,1389.34585185992,3943.44804182705,229.409379544082,1442.216505744,1904.59906646015,8003.48024888286,1065.41526766304,4668.80880571023,1221.76402721606,5276.50960186353,949.635953092555,5991.11704749705,282.957576382122,1625.73790091901,580.834431685268,3125.96097748091,1309.08149271536,7174.54345118787,534.088032298344,2088.83974691064,434.354035918654,2844.87892707164,578.781715708227,5085.42812078624,829.032362898667,3405.74517051194,775.71760710076,4338.67680862268,910.769048394537,6116.19148597674,12016.4180733574,3817.46767467015,95325.5975476656,37285.4454399693,2827.4508169511,17054.1378285244 -1859,2755.21336103047,4770.83391489033,532.776304030263,1911.46990746987,1195.73752736972,3402.32250420848,1330.9167498838,4009.41700970849,219.192894802568,1466.34298930264,1819.4969703475,8137.36849233836,1017.80993481099,4746.91215457692,1167.10649158308,5364.77902718862,907.815111022726,6091.34096420349,270.872975747072,1652.93446855013,556.095896473883,3178.2544062607,1253.32036583117,7294.56461578171,512.673474729457,2123.78343089274,416.292909506491,2892.47020368439,553.065614281556,5170.50099122986,792.024594486512,3462.71903992338,742.588126677412,4411.25746088439,871.871767885783,6218.50774205911,11443.9826227329,3642.34446526798,91259.4852417875,35764.7589586618,2692.22490831431,16360.6888082005 -1860,2686.56591480493,4696.95061576404,518.683299624744,1881.86801701133,1157.90992358062,3349.63259385173,1293.72143857885,3947.32535832533,212.102108286972,1443.63453630824,1760.29502121208,8011.34951093057,984.692906878427,4673.39931868712,1129.11326578636,5281.69762450656,878.972561314251,5997.00769363337,263.128298150866,1627.33637522836,540.089375797599,3129.03451615631,1217.25385916785,7181.59767769114,499.794929460248,2090.89355685743,403.898177685018,2847.6760974369,535.245872980775,5090.42826638076,766.296874778427,3409.09380140513,721.356382860867,4342.94272590937,846.943604679814,6122.20510905575,11028.6886639689,3519.60320738511,88566.5767366675,34806.7759524044,2593.87879294209,15930.3694090868 -1861,2648.62274798615,4636.38839784884,511.337951359181,1857.60331630288,1141.45821234755,3306.44261897657,1274.16035049642,3896.42876645341,209.093073381696,1425.02039353136,1735.31972824771,7908.05161947575,970.721956820129,4613.14076987607,1113.03959616449,5213.59571144322,866.35650815578,5919.68261264103,259.409204924029,1606.35359123929,531.903275118796,3088.6889205276,1198.84921652935,7088.99855985586,492.000228725315,2063.93369255677,398.170028762827,2810.9583214854,527.65300213941,5024.79256969798,755.424864527741,3365.13713705334,711.160627951621,4286.94506587926,834.972781906995,6043.26573960788,10871.8847963533,3469.22483252353,87292.299642039,34301.3745239447,2556.99899967751,15699.2148674639 -1862,2634.85994704182,4551.32838028665,507.576145480843,1823.52339090629,1129.00511863435,3245.78202648414,1264.59982320829,3824.9441817154,206.399175903371,1398.87671243758,1712.65586454598,7762.96907851619,958.04399911382,4528.50725748859,1098.53908993372,5117.94614442608,855.813079667898,5811.07904801572,257.553582074082,1576.88313860307,527.357034676268,3032.0232766514,1188.66323410306,6958.9425140165,489.701767211387,2026.06839287275,394.007478828259,2759.38797325852,520.919077816152,4932.60681916354,745.5971217423,3303.39972434871,706.073507347722,4208.29599869562,829.000000125237,5932.39489665121,10691.4963992051,3421.72532424517,86455.4279972063,34075.511796458,2513.97257420217,15609.7125548349 -1863,2678.9669330804,4470.49212171898,515.280631095053,1791.13574580251,1136.3133482839,3188.13360975298,1279.21738888065,3757.00925128514,207.297629933535,1374.03122773894,1719.59156387293,7625.09078821269,961.923765771791,4448.0763254606,1102.95687578685,5027.04617340704,860.525430902818,5707.86832595111,260.658712074986,1548.87607726352,532.634636481441,2978.17143448678,1200.64756373596,6835.34455987698,497.421941126625,1990.08334086213,397.584183211718,2710.37841361853,523.29547075688,4844.99866459188,748.681581474466,3244.72795822733,714.586105048181,4133.5523469404,838.994630176228,5827.02948072818,10669.6629769807,3430.05587615131,87255.0455201925,34545.8297901738,2507.82594199141,15841.6756304101 -1864,2792.50519554932,4368.79698482717,535.526209881339,1750.39083676301,1168.07197541593,3115.60967389856,1323.90899219673,3671.54448371357,212.791447107278,1342.77464792759,1764.45192388335,7451.63457122207,987.018240146806,4346.89110501803,1131.63274716288,4912.69049737701,884.273178996297,5578.02524940301,269.653877763016,1513.64211187065,550.282809475148,2910.42373614144,1240.48971655905,6679.85355759062,517.511880194425,1944.81275492555,410.598626973327,2648.72249380102,537.313137908714,4734.78422085255,768.302247141137,3170.91660929652,739.246015173968,4039.52194484455,867.947799052592,5694.47571604614,10858.5191172451,3510.19397795525,90084.4946817391,35860.0466545176,2550.85236746675,16459.8208333975 -1865,2870.07270445459,4363.59851318824,547.173375231422,1748.30803063731,1170.24543802316,3111.90238134549,1343.58359625333,3667.17567922668,212.011121009923,1341.176868047,1756.58431284839,7442.76780283784,982.617170617634,4341.71869938658,1126.50416354783,4906.84484185441,883.367135114044,5571.38790595103,274.008514914876,1511.84101522611,556.291772642966,2906.96059621937,1254.27239339857,6671.90513851966,530.653766510972,1942.49860437458,413.738629388116,2645.57075458969,535.635488751435,4729.15025764162,765.051462273414,3167.14350651329,751.184089970987,4034.71528059852,881.964277372816,5687.69980711485,10634.7205693773,3479.65550267693,90887.8893347605,36592.2889438165,2495.53267756988,16840.4775148429 -1866,2960.44797754945,4514.22427651506,561.447253494474,1808.6573571964,1189.71641015834,3219.32121700877,1376.07486721031,3793.76182922824,214.845893240318,1387.4725547137,1779.24394193302,7699.68249794062,995.292759517939,4491.58919990785,1140.98686455502,5076.22276413502,896.260543353253,5763.70499323285,280.836661906087,1564.0278069896,568.483414239366,3007.30510716444,1281.89913317899,6902.21065386354,546.655562667563,2009.55113777353,421.683252888791,2736.89242709021,542.970752915477,4892.3943932539,775.024233049552,3276.46919419796,769.903199431416,4173.98842112915,903.942359801277,5884.03183042799,10667.8862451363,3515.6902613679,92769.4540536992,37590.4775149382,2501.67930978065,17326.4222373312 -1867,3012.9200943047,4690.97236896707,569.450585171488,1879.47278819899,1195.74094804731,3345.36920426913,1391.95669247874,3942.30122945737,215.324652238602,1441.79708808945,1782.4788136695,8001.15271976303,997.102317129124,4667.45104782088,1143.01805804111,5274.97511569407,899.380355028196,5989.37474303015,284.25416869473,1625.26511255845,573.9438563852,3125.05190230658,1294.33304961356,7172.45698901332,555.731164683128,2088.23228175968,424.939883866143,2844.05159466883,544.333635331703,5083.94920390635,776.524881631747,3404.75473000199,779.272166406015,4337.41505794678,914.942451919576,6114.41280803373,10595.5135857881,3514.28532775724,93566.8464555339,38124.662012218,2483.23941314835,17595.3112170826 -1868,2944.1637812749,4426.37007934389,552.581444821599,1773.45792306529,1145.74439164517,3156.66795398242,1346.86621636985,3719.92901115152,205.236936533444,1360.47006659508,1697.83702725473,7549.83406709312,949.754477304667,4404.17551839595,1088.67408455601,4977.43115603411,858.802460188334,5651.53385509374,275.587074848323,1533.58926452477,553.57393560705,2948.77802484529,1248.63441065201,6767.88233108699,541.909586000317,1970.44198167733,408.211672286432,2683.62801836848,519.069948467686,4797.18038629813,739.793646441632,3212.70373794674,755.511652957267,4092.75577089336,887.045263529122,5769.51893498299,9949.65954317135,3335.90051632679,90116.631527967,37050.1172010806,2329.57360787927,17138.4825207115 -1869,2634.18571878391,4162.35261478609,490.505121912963,1667.67737242118,999.658744180453,2968.38377197277,1190.87849614822,3498.04828083427,177.666222284129,1279.32279441705,1468.43229743304,7099.51292075972,821.42757327,4141.48188162558,941.552686917668,4680.5448292537,745.594894825139,5314.43966447297,244.292063912289,1442.11603882628,487.361590311034,2772.89374863068,1099.56674415232,6364.20186572835,484.105185928262,1852.91202219916,357.309207577582,2523.5590109142,449.61755769997,4511.04538630631,640.00204724567,3021.07721778154,669.71755156622,3848.63723079928,786.314519033286,5425.38734778453,8438.74776694117,2872.79681049642,79142.0344270299,32931.3117813395,1973.06893965501,15280.8837329224 -1870,2259.2432111276,3921.01348921386,424.992069282086,1570.98306608899,869.863143675611,2796.27265833337,1027.64641609131,3295.22646552073,156.030302447534,1205.14583895382,1290.37319802404,6687.87306252225,721.822944454729,3901.35287085071,827.27102631728,4409.16018195569,653.544578560696,5006.30089291044,209.87034227626,1358.50009947802,422.04910730706,2612.11742463017,951.928455336219,5995.19638844518,414.790576308539,1745.47754737565,312.558940641843,2377.23946968637,394.703686166999,4249.48855782417,562.300641581545,2845.91086319746,575.35168979573,3625.48776945227,675.519681660881,5110.81567171997,7511.6221859743,2527.83688046101,68728.2824041777,28339.6332157657,1757.93681227829,13106.4566083377 -1871,1814.6745893904,3581.42321688945,353.861232743786,1434.92371084888,776.65200707346,2554.09369206638,869.517249175173,3009.83421785949,143.127632106912,1100.77083367349,1187.71299105731,6108.65122591787,664.39576525996,3563.46536102951,761.631641706044,4027.2926084237,593.497046034059,4572.71628825706,176.037079403604,1240.84342219202,363.273251167412,2385.8877342673,818.586419541469,5475.96574060606,336.084355416445,1594.30561254808,274.558018778924,2171.35203749267,361.216822198426,3881.4497891332,517.056715919427,2599.4328422208,482.599065704317,3311.49232354934,566.618944580075,4668.17927413206,7423.22220877452,2367.46803341036,59693.1863950574,23444.8665543272,1745.64354785676,10708.0797551593 -1872,1400.61041464008,3330.79182531116,293.108082560856,1334.50638938775,700.98673950232,2375.35579444926,725.53708107058,2799.2031662472,135.297785764114,1023.73784730334,1141.29264041429,5681.16202268766,638.428646417849,3314.0906772267,737.115559793026,3745.4588541826,587.690281124772,4252.71326788964,156.171757576848,1154.00802330139,326.87098334129,2218.92104902077,736.185183793002,5092.75246736572,272.418641965977,1482.73459452663,244.024403580751,2019.39876366657,337.569096001713,3609.82225363164,519.472017718117,2417.52206789853,428.139029296149,3079.75095175669,502.67748562521,4341.49566352297,7510.36594565663,2268.92259166934,53791.2758652197,20226.0474275238,1780.92801513009,9089.73088350761 -1873,1504.02712024905,3185.88437952654,312.944247044235,1276.44814906186,738.433528136553,2272.01497969535,771.837608099999,2677.42270012179,142.108640690538,979.199718117819,1198.13238625803,5434.00077065734,670.224279471766,3169.9098216457,773.781946602237,3582.51115155928,618.08531097541,4067.69725679544,166.01188890119,1103.80243741013,346.697371855591,2122.38599115017,780.900283391505,4871.1902110724,292.213547281426,1418.22762617256,258.260101469965,1931.54400353421,354.69058686437,3452.77547618515,545.352854435595,2312.34679236044,455.115381094439,2945.76514073107,534.350385700679,4152.61713839108,7812.22519539777,2375.30538790503,56953.1448679893,21591.385285674,1851.4598177095,9721.92015447448 -1874,1514.79677424909,3131.30040840831,317.992989201802,1254.57867716575,783.243895358787,2233.08839440279,799.256680972355,2631.55023711783,151.566768972576,962.423023559725,1279.57638192801,5340.89967037006,715.783304452046,3115.5995437009,826.633352884425,3521.13174730842,656.843551367521,3998.00512640632,172.198816273485,1084.89091609096,361.671513402106,2086.02300937119,814.462871203408,4787.73178191494,296.426061434477,1393.92903696965,269.569271694465,1898.45073035078,377.94074411793,3393.61884197678,582.396981315547,2272.72919941179,472.076610964678,2895.29514866355,554.264543955066,4081.47006996524,8543.82693458014,2557.33860025583,59560.3345054044,22118.3072683131,2027.78932415803,9917.17420609504 -1875,1696.04825448501,3184.51977930311,356.014381936926,1275.90141188565,893.065662832734,2271.04181438877,903.338070728259,2676.27588775212,172.917816852351,978.780300463271,1460.46929447311,5431.67324153751,816.973142371997,3168.55206375635,943.599717987138,3580.97666538983,748.263052059962,4065.95495232854,195.078662387179,1103.32964904958,409.674615886226,2121.47691597584,922.567158606582,4869.10374889784,332.584688698298,1417.6201610216,304.811136832223,1930.7166711314,431.04668796063,3451.29655930526,664.720056694112,2311.35635185049,534.800852899022,2944.50339005517,627.908996027418,4150.83846044807,9827.02660418477,2927.54836259244,67531.3669443148,24910.9414354622,2333.42713533547,11158.9696384266 -1876,2148.67463980723,3305.96911094412,445.387690301549,1324.56098521298,1076.29407062479,2357.6534637429,1114.23317201719,2778.34211449277,206.815632343437,1016.10844459578,1744.54419358336,5638.82318268859,975.882038213476,3289.39242810703,1126.89434548091,3717.54583524087,897.987159670465,4221.01993721327,240.666345211725,1145.40778256524,501.423837845261,2202.38454770469,1129.50076170334,5054.79874750884,418.819293365485,1471.68452017423,371.792080804137,2004.34920148057,516.013207750851,3582.92006597862,794.049145739659,2399.50549318754,659.777779426585,3056.79911861716,774.644245302219,4309.1406823553,11476.4776988823,3472.66843973491,82403.6751076043,31045.1057343393,2721.35204952222,13977.1948557142 -1877,2919.49018420158,3578.88896023211,592.476009874368,1433.90834216812,1343.91536603548,2552.2863857106,1449.68309337274,3007.70442421541,254.595922922425,1099.99191544894,2142.5049678951,6104.32867337405,1198.49764920963,3560.94381155951,1383.43992310223,4024.44284940728,1112.35077717216,4569.48058111108,313.153533253463,1239.96538697725,643.732721500576,2384.19945240055,1450.7665180953,5472.09088365867,564.047629053652,1593.17746338286,473.185513751457,2169.81556357623,636.290933471491,3878.70323018929,975.265065789908,2597.59345335588,858.498692901134,3309.14907312668,1007.96221514662,4664.87601626872,13496.2524640866,4209.86755258285,105183.301028657,41082.4328191936,3191.56406671828,18652.7759245324 -1878,3022.6747552598,4044.34726698157,613.769073789183,1620.39765670002,1410.35959547565,2884.22820135037,1510.96348972184,3398.87638402031,267.452475805315,1243.05317834147,2251.55939917286,6898.23720748139,1259.50169889951,4024.06823239959,1453.9870025391,4547.84840211087,1167.13648176891,5163.77191499771,326.818877932692,1401.23113058192,672.144221359453,2694.28044468575,1514.77072573552,6183.77268921033,584.821594344446,1800.38078617315,493.907926911057,2452.01450559519,668.241573339848,4383.15437633227,1024.89293927835,2935.42775440781,895.9617239686,3739.52591394914,1051.94751191308,5271.57416082019,14285.0529619146,4435.21055460178,109911.672896062,42707.862627694,3379.64887359671,19375.3425135528 -1879,2970.41207311488,4350.79727157727,603.961559736911,1743.1791184693,1409.58931261476,3102.77316972509,1498.09744529671,3656.41749380752,267.62994353343,1337.24233349277,2254.11154122353,7420.93337682213,1260.92934377969,4328.98164534512,1455.82886903264,4892.44990928253,1166.41474918285,5555.04344106111,324.40352370877,1507.40581293727,667.906212541461,2898.43261069703,1505.16021405045,6652.33214860652,576.197558719436,1936.80000632794,490.329289475652,2637.80959362906,668.463296312509,4715.27661759896,1026.03804907094,3157.85223713529,889.340120748649,4022.87886508451,1044.17309605829,5671.01412459354,14426.170663324,4454.07800387224,109283.122850798,42194.4363462192,3414.91477488641,19123.1613053359 -1880,2830.42114867335,4499.47360961528,571.36722627525,1802.7473933626,1313.32576600498,3208.80177180474,1410.86218155549,3781.36534345079,248.007685908766,1382.93885318858,2087.44920349076,7674.52303646856,1167.69995902791,4476.91249532249,1348.08031872782,5059.63571251413,1082.75323990478,5744.87152656039,306.008045968911,1558.91719400501,626.526926148339,2997.47844522109,1412.19583935783,6879.65700920816,547.682628975746,2002.98473397176,458.439457285621,2727.94936488071,619.744547605984,4876.40801871494,950.197698628715,3265.76301241997,838.909606901697,4160.3495079799,984.962694378611,5864.8051841114,13195.1444187379,4111.37884535553,102353.370263604,39926.1513334616,3121.03226413887,18144.9136637864 -1881,2656.53917154882,4503.82732693404,535.065603655788,1804.49174241958,1226.08353652224,3211.90662740753,1321.30077503097,3785.02421495727,231.077851824369,1384.27699301522,1944.62295497296,7681.9489504212,1087.80426419449,4481.24438237342,1255.87370302873,5064.53144600197,1009.41825991315,5750.43029828112,286.674123394237,1560.42561151668,586.105757502661,3000.37882312123,1321.15487354807,6886.31380608416,514.267286837192,2004.92283386569,427.878044207103,2730.58894484607,577.507847314851,4881.12646000085,885.188998112671,3268.9229840566,785.906381657627,4164.37508680902,922.731675544573,5870.48000434964,12253.4125810504,3827.8777382759,95658.8116094607,37421.0501391113,2897.68155597074,17021.4214665933 -1882,2532.02696019813,4556.65681655297,508.195617093828,1825.65826832156,1155.4183127776,3249.58200337384,1252.2324878621,3829.4222086982,217.189940379349,1400.51443768697,1827.11525020948,7772.05752094796,1022.07153076639,4533.80897608302,1179.94013088277,5123.93794452628,949.600870707355,5817.8823286755,271.814511654676,1578.72926364645,554.382349598285,3035.57299696111,1249.75669872595,6967.08964790109,489.671472786333,2028.44039845015,403.983492636818,2762.61850766981,542.932281130545,4938.38163452878,831.709659988838,3307.26715676023,745.169312134908,4213.22283217044,874.902334423572,5939.34020700288,11438.0459152906,3590.34111747148,90398.995221164,35545.2765887321,2703.71909887737,16189.311140495 -1883,2433.35086090968,4624.43191055804,488.585467231536,1852.81286120359,1103.89955407558,3297.91584430646,1199.70202811703,3886.38051401467,207.523199909266,1421.34549903108,1745.50614772828,7887.65804789164,976.420146548632,4601.24423441513,1127.16498347413,5200.1507009061,907.755741604406,5904.41671948237,260.211476099546,1602.21106808331,530.787524044109,3080.7236970272,1196.56056187154,7070.71719213767,470.07301853072,2058.61114516718,387.209447104269,2803.70931977075,518.827544512901,5011.83445158036,794.565407053091,3356.45899882194,713.360024357522,4275.88973578217,837.55509040858,6027.68114577962,10893.189317611,3425.63837340314,86546.9748874422,34096.953754725,2574.41079414845,15531.871168515 -1884,2372.90558378245,4560.49068796847,475.711851821585,1827.19433727106,1069.09376810419,3252.31613062033,1166.36034828621,3832.64420081542,200.816651076864,1401.69279991301,1688.74895529016,7778.59676021236,944.670693113453,4537.62362382511,1090.48746743027,5128.24911387943,878.885834711918,5822.77736766058,252.779993973312,1580.05757193044,515.533536849845,3038.12706170885,1162.18114190056,6972.9516047975,458.314073790306,2030.14708385016,375.706186869079,2764.94291447833,502.133343332286,4942.53668085983,768.73463336351,3310.04981903352,692.986894201823,4216.76774574056,813.635024401474,5944.33743799115,10497.9132903997,3310.1915056588,83997.9604975447,33185.4280552569,2480.36839070924,15124.3701548735 -1885,2339.39411125544,4514.61416409408,468.975317369244,1808.81356853972,1053.90532067444,3219.59926552353,1148.70378696797,3794.08949141877,197.967768395566,1387.5923888828,1664.78903596678,7700.34750933227,931.267733766973,4491.97713252525,1074.96222667651,5076.66119077997,866.271620988248,5764.20279680848,249.207250331035,1564.16289000228,507.716817122346,3007.56484412826,1144.60336571353,6902.80678866698,451.160545322616,2009.72470004693,370.378000269649,2737.12880886858,495.010360393831,4892.81694288564,757.827888895487,3276.75217850792,683.192351202104,4174.34892298743,802.135264017468,5884.54002647337,10348.655957327,3262.81096712473,82789.3087055501,32703.5018542661,2445.10248941953,14904.8478128012 -1886,2327.44207577192,4418.89727399924,465.570194079934,1770.46388831257,1042.54129116281,3151.33871925172,1140.27453229202,3713.64885271516,195.42323462873,1358.17325729024,1643.07973179404,7537.08808350918,919.123747915417,4396.74018294892,1060.97318095014,4969.02802356243,855.702241601811,5641.9926708636,247.434288561526,1531.00018727931,503.401731570712,2943.79975963266,1134.93332946235,6756.45647505844,449.102921712473,1967.1153892081,366.528865263193,2679.09739181914,488.713081122324,4789.08156162071,747.950497129797,3207.27990098025,678.331842856966,4085.84618885417,796.428547398311,5759.77856281335,10176.9751681004,3218.11724900341,81999.9260795092,32489.8609797869,2403.95893791488,14820.7453852238 -1887,2366.70749601164,4331.7578602177,472.719462590183,1735.55083743521,1049.48902019871,3089.19520434395,1153.7355391866,3640.41673982578,196.284128325105,1331.39046191946,1649.79030054316,7388.45882229478,922.87757859082,4310.03770078301,1065.26332822413,4871.04018583082,860.367019935232,5530.73415920015,250.431690007532,1500.80929336468,508.475721643816,2885.74885474876,1146.45732624548,6623.22105002575,456.256769712548,1928.32442593659,369.896468194465,2626.26634332194,490.976547282145,4694.64221760448,751.013523722846,3144.03324167247,686.549106755481,4005.27444897842,806.076426410918,5646.19734642522,10156.2390074057,3225.9306374142,82765.5287199241,32941.0021670679,2398.08128769993,15042.4357540103 -1888,2467.37906865449,4241.5643501787,491.396015268366,1699.414140295,1079.06143769428,3024.87365921921,1194.40109596981,3564.61795920023,201.500077045125,1303.66897266084,1692.90738198862,7234.62034459928,946.996878908674,4220.2964361098,1092.98974861497,4769.61803203596,884.050298843577,5415.57621570287,259.090964323169,1469.56025719142,525.369654373354,2825.66335904478,1184.60487368612,6485.31593770352,474.777938462898,1888.17390181186,382.059093277033,2571.58365157296,504.175086519445,4596.89292652066,770.652550163976,3078.5698887113,710.288183253239,3921.87879924912,833.948445704686,5528.63529113956,10336.0708558523,3301.28369092834,85459.2102072225,34197.715517517,2439.22483920458,15631.4039754455 -1889,2536.71363495969,4230.71254015969,502.289428999555,1695.06628231819,1081.6029426315,3017.13468567754,1212.89385508301,3555.49807943654,200.788639627422,1300.33360701481,1685.51120603382,7216.11096479088,942.85952584402,4209.49903888379,1088.09938764335,4757.41522560094,883.022723412026,5401.72076064328,263.312805445672,1465.80046778216,531.202548967929,2818.43405414251,1197.98283100119,6468.72361217008,487.028010852904,1883.34311232627,385.085540817292,2565.0043956827,502.692292066155,4585.13202780549,767.307946362528,3070.69353630818,721.862202705132,3911.84488719843,847.537487110744,5514.49058062932,10123.1649761205,3272.503769319,86240.4764862209,34903.1301534224,2386.32598727002,15996.7018698562 -1890,2617.04998981567,4418.24746346859,515.502066341136,1770.2035369155,1099.91334260017,3150.87530655881,1242.65655468862,3713.10275083,203.489632535292,1357.97353432084,1707.34434031498,7535.97973477341,955.072781123682,4396.0936306771,1102.12573992199,4968.29731485014,895.84314444115,5641.16300092016,269.896360585582,1530.77504965278,542.90035513203,2943.36686609264,1224.49589263198,6755.4629202652,501.825556373109,1966.82611968775,392.538887339182,2678.70342346235,509.630505860725,4788.37731451155,777.260432670064,3206.80826198863,739.910772758088,4085.24535436639,868.728290080204,5758.931572143,10154.8083607463,3306.35737253355,88037.0050445809,35859.3400763756,2392.20363748498,16460.4810321608 -1891,2663.83269657177,4649.12466029769,522.951061598751,1862.7061940888,1105.75951561139,3315.52549067621,1257.37549963785,3907.13234327321,203.957443453148,1428.93495636984,1710.52822288813,7929.77521384317,956.85381586407,4625.81317057181,1104.12076013458,5227.91757527023,898.899430340041,5935.94411295094,273.199871950712,1610.76628042062,548.164071335502,3097.17361795565,1236.48337954809,7108.47219718092,510.253460470666,2069.60336449315,395.62342343646,2818.6800867568,510.957406867268,5038.59578707908,778.721551664489,3374.38124390465,748.967225544948,4298.72139969291,879.361459691174,6059.8667255269,10085.9827982119,3305.00476941477,88803.5116086859,36372.4999804605,2374.57068684012,16717.8326213125 -1892,2603.67202011158,4371.39622064664,507.608359204725,1751.43223982587,1059.96863801973,3117.4633201751,1217.22545872151,3673.72888595702,194.424587031773,1343.57353786788,1629.42703082099,7456.06795541418,911.486552078416,4349.47730783375,1051.67746150972,4915.61332513831,858.249302907918,5581.343921129,264.900347760712,1514.54266019292,528.784724719972,2912.15530610248,1192.99797870085,6683.8277671261,497.710948217592,1945.96983020103,380.128338044991,2650.29836340668,487.316913760442,4737.60120245802,741.818213388737,3172.80316068814,726.214390554422,4041.92527696756,852.647385287152,5697.86367051178,9471.28950683331,3137.1870401394,85543.9841327164,35352.8372476807,2227.62943146635,16286.6335341745 -1893,2330.27959514138,4103.47990551122,450.760550417736,1644.08958585017,925.348180084334,2926.39867099818,1076.94009158928,3448.5715549232,168.332404212194,1261.22793174806,1409.41035671766,6999.09673816809,788.411240398357,4082.90436997556,909.617216478671,4614.34276025989,745.002051940126,5239.27172694314,234.854899285024,1421.71861310293,465.627241654575,2733.67367704585,1050.77526729649,6274.18599228297,444.79505782096,1826.70425921259,332.820766979606,2487.86555345465,422.199594503517,4447.2407334736,641.673902313713,2978.34681572295,643.845917888557,3794.201741603,755.938667087519,5348.65015572275,8033.14275161035,2701.5975201385,75143.6648451212,31429.0942182184,1886.72571899921,14524.6233110512 -1894,1998.09079891477,3830.36511243372,390.465884036047,1534.66412322337,804.836327785574,2731.6267247731,928.891600311705,3219.04541410529,147.818108431226,1177.28454381035,1238.42448547521,6533.25874178681,692.763310613874,3811.15902021439,799.172641841427,4307.226532771,653.086999798964,4890.56218125753,201.738294079373,1327.09346718458,403.17056056822,2551.72890386807,909.558908293812,5856.59578873143,381.000418064571,1705.12453486726,291.090932935979,2322.28100046979,370.584523245749,4151.24629444706,563.815509015231,2780.11736339964,553.057983973206,3541.67153616433,649.344670224625,4992.66072378665,7150.511945316,2377.2680579878,65246.2380881322,27043.1111143908,1681.00796147593,12456.1435928165 -1895,1602.74426746746,3491.29468601257,324.589416764963,1398.81304809076,717.028245208588,2489.8184868624,783.906573392461,2934.09004583331,135.514967319762,1073.06931613062,1139.45479229171,5954.92357987066,637.400571016612,3473.78874970202,735.577718996647,3925.94352337371,593.419822777039,4457.64130933978,169.109865734409,1209.61689912627,346.75547439802,2325.8455266576,781.546761037915,5338.15998087192,308.188521031115,1554.18401453361,255.416428312936,2116.70874143292,338.879840744975,3783.77092071094,518.692980155272,2534.01665178633,463.608368653368,3228.15675552039,544.321991509631,4550.7019154487,7065.98705798053,2226.64948110636,56615.9307778764,22353.1292081973,1669.25266104603,10166.8444860683 -1896,1364.10056140424,3248.98084779594,304.59194617033,1301.72821592567,651.515961141237,2317.01225643119,629.470272386087,2730.44908034062,135.633881535913,998.592777181943,1125.4339673169,5541.62120390502,629.557449985811,3232.68991365521,718.436304448322,3653.46281655119,540.625809446436,4148.25803688598,135.583406406571,1125.66325443014,267.227309251867,2164.41986444658,603.182639710241,4967.66417621762,287.683794550993,1446.31563683253,252.082209287389,1969.79824958065,342.324200292639,3521.15772498065,476.244414094936,2358.14284100226,371.696834999186,3004.10604535576,436.408777633298,4234.8597574865,7243.23143892863,2141.38722355748,50670.6305748485,18865.300563164,1599.70380893784,8307.42942099412 -1897,1462.51857338064,3111.54621365911,324.387158902694,1246.66401287791,683.713500653834,2219.00068090307,668.101989658216,2614.94877794874,141.845256944496,956.35145923857,1176.33778621643,5307.2059462096,658.03257989266,3095.94439979279,750.910437163627,3498.91825348741,566.409516209233,3972.78321806969,143.836651684002,1078.04674796817,282.839131625298,2072.86307598767,638.477279165476,4757.52778559031,307.902434536111,1385.1352637536,265.85280667778,1886.47411981912,358.134159140576,3372.20977904275,497.906984158983,2258.39140700554,394.322798082706,2877.02982219742,462.973891893894,4055.72161274005,7491.99143361572,2230.91587922105,53485.3253320082,20095.5419876883,1653.56589004686,8872.85932566455 -1898,1459.33684745201,3043.70613418878,326.122139699982,1219.48338308839,714.257867447746,2170.62049555459,682.717658984014,2557.93585873573,148.863108800015,935.5004242414,1235.91623914172,5191.49457686668,691.360220595709,3028.44448184341,789.106688302028,3422.63242127486,592.092902881721,3886.16585463503,147.194206291378,1054.54242823998,290.565282053159,2027.66908362824,655.822201347605,4653.80087912819,309.530866629429,1354.93558812041,273.629305841505,1845.34390820746,375.564148420561,3298.68653249843,522.86024226712,2209.15239784224,403.527408395833,2814.30283105726,473.781013066587,3967.29596914522,8042.56389158324,2362.01721855353,55135.2865240039,20347.6839979062,1777.4486765976,8943.83527337865 -1899,1625.97237517865,3063.26539145161,362.971680934154,1227.31994422998,807.952577593356,2184.56918929202,766.381510482087,2574.37349210673,168.384330687824,941.512073415313,1398.46962087428,5224.85580608226,782.291093007621,3047.90566571436,892.964845939104,3444.62670886126,668.708829613219,3911.13886923163,165.634814804922,1061.31905704026,326.604382363367,2040.6991527289,737.195375295969,4683.70681768857,345.569383320291,1363.64258300567,307.059504852787,1857.20233167141,424.713120241113,3319.88432744777,591.537062663901,2223.34870266841,454.081646570004,2832.38791242233,533.136679320299,3992.79033656352,9159.98420407114,2680.0028402171,62045.2949632374,22777.087250345,2025.21424969908,10003.6444084575 -1900,2064.60252532339,3174.25279434949,454.725749969268,1271.78786839841,974.70250677971,2263.71990912415,947.889239652947,2667.64749597704,201.477909021477,975.624684133591,1671.21927811792,5414.16136806564,934.864752311843,3158.3365591849,1066.97696537689,3569.43149183437,803.60776947169,4052.84619458461,205.024899020161,1099.7724819755,401.255434554258,2114.63721232025,905.951250533376,4853.4056159321,435.666462756808,1413.04971214019,374.939910944003,1924.4919840872,508.624484253499,3440.16947820651,707.309321682741,2303.90447133741,562.068088430386,2935.01022496383,659.923422321115,4137.4560357901,10686.2778008371,3178.16829556395,75854.9812011915,28452.0328620784,2359.15915257499,12575.8100137805 -1901,2871.67165141089,3438.27025890729,622.363216267881,1377.56841904252,1270.62653041466,2452.0040911338,1276.91100306509,2889.52822629429,259.86732616234,1056.77195631162,2151.85287871326,5864.48251439903,1203.72678487488,3421.03019595527,1373.58070805852,3866.31781861478,1042.60584192406,4389.94038520537,276.257211560742,1191.245707674,535.997797860592,2290.52148853486,1210.57192604758,5257.08608129073,601.030112192743,1530.57967161836,496.173113842404,2084.56099154148,656.800832196009,3726.30447819832,911.43623451645,2495.53099150261,757.348807677189,3179.12876505791,889.202264531421,4481.58762298856,13301.1139575321,4048.559278034,100665.922066,38797.1862526465,2930.09721233058,17280.5118700263 -1902,2983.24953118261,3918.73915550815,647.782691828588,1570.07183746197,1342.98323527823,2794.65071615574,1337.56379759654,3293.31511157127,275.173706472589,1204.44680952957,2279.65022075998,6683.99384732254,1275.21544712461,3899.08994103513,1455.25744539423,4406.6027050066,1102.07560420464,5003.39705213228,289.676802827527,1357.71211887709,562.566837525381,2610.60229933962,1270.53307376564,5991.71895148758,625.701692596131,1744.46510545738,521.305679945522,2375.86058234836,695.266573511541,4247.02369635769,965.363915686813,2844.26012901421,794.138114960776,3623.38485165911,932.396543066617,5107.85120848161,14221.7549068617,4302.67822809457,105826.631907678,40510.6677534417,3134.77312054485,18015.3913784353 -1903,2932.96387677259,4267.88162309341,638.006598356409,1709.95835041016,1343.69219951198,3043.64183507368,1326.85364254064,3586.73504052306,275.704662860594,1311.75773645444,2285.08617952177,7279.50837701475,1278.25627265119,4246.48174981025,1458.87328923367,4799.21167463688,1102.43236141597,5449.17778000615,287.627985454861,1478.67831250314,559.130102011874,2843.19551172376,1262.72446896926,6525.55482491112,616.980431949431,1899.88929353575,518.105760114109,2587.53933754024,696.390786894609,4625.41487637669,967.466711406044,3097.67122898563,788.521358802374,3946.21254646526,925.801916859058,5562.93834345484,14384.5663853178,4327.18230718794,105301.091062593,40044.2869602827,3172.47657732116,17782.4364724855 -1904,2798.26258896927,4437.87169989355,604.297738964498,1778.06613243917,1254.77441814625,3164.870340217,1252.28450097774,3729.59499280036,256.102821757661,1364.0051552105,2121.36550678099,7569.45179563728,1186.67242834412,4415.61946789377,1354.30149052853,4990.36467118141,1026.08915751214,5666.21898009677,271.974243741034,1537.57419156056,526.00169656618,2956.44022328758,1188.14129918931,6785.46821141366,586.969110631259,1975.56204068327,485.311552467471,2690.60124261554,647.142750229365,4809.64553212245,898.391468848713,3221.05172934149,745.607211672328,4103.39051743182,875.416471709277,5784.51063616359,13197.864895193,4004.17387509809,98835.9701057128,37952.7082672919,2908.55237988698,16907.3513113441 -1905,2627.60571746974,4468.4777109649,566.194023140744,1790.32865722923,1172.48130289711,3186.69703175349,1173.72205751432,3755.31633703031,238.853653759806,1373.41208711499,1978.19857952607,7621.6549103571,1106.58616094649,4446.07201529943,1262.94587508341,5024.7809785253,957.576820698754,5705.29635154077,255.009734081591,1548.17815127644,492.570390416563,2976.82946577242,1112.68010214966,6832.26454290919,551.370312726462,1989.18660619082,453.308635974579,2709.15711285894,603.616323800711,4842.81550060283,837.815971614422,3243.26587872575,699.099643269604,4131.68976177672,820.811995248308,5824.40381211481,12271.4770758711,3731.88664684237,92446.377882628,35592.3508640196,2703.87647167271,15871.4127492605 -1906,2503.88060666113,4560.8805755475,537.477093914078,1827.35054861437,1104.2658444553,3252.5941791351,1112.14357212138,3832.97186300595,224.340455508485,1401.81263408211,1857.38218497555,7779.26177160402,1039.00257676604,4538.01155644251,1185.7940970842,5128.68754052438,900.395595803535,5823.2751712362,241.782820181448,1580.19265494312,465.932794535105,3038.38679867268,1052.60241026454,6973.54773960093,524.733148215825,2030.32064612355,427.720240105893,2765.1792962567,567.068793102342,4942.95923049156,786.765808014021,3310.33280334347,662.838553776489,4217.12824759884,778.237896543979,5944.84563403652,11445.3108342336,3497.43958070211,87326.5548440254,33797.7726725248,2520.74539590205,15095.8284837181 -1907,2401.673695065,4641.45691116353,515.360317387636,1859.63405366441,1050.76699561481,3310.05723168812,1062.42838173568,3900.68835374158,213.383282134337,1426.57822998045,1766.28636762838,7916.6967245634,988.044411170429,4618.18386881608,1127.57447782527,5219.29522947608,857.070529832427,5926.15402693299,230.830061060129,1608.10966166882,444.745131462082,3092.06548426111,1004.7437920508,7096.74827375065,502.597313756694,2066.18999088722,408.434761782555,2814.03126931827,539.451390366317,5030.2856875858,748.251303004326,3368.81591478319,632.811974508412,4291.63156672458,742.983728305179,6049.87225533457,10836.9575994874,3320.45667791948,83319.0566149161,32339.7243727611,2386.0901931295,14452.2255460373 -1908,2338.89562291342,4602.59832589264,500.824828801605,1844.06507396039,1014.70182064222,3282.3452128865,1030.8695444004,3868.0315319914,205.814105865262,1414.63482237023,1703.22884023153,7850.4176142273,952.770608083596,4579.52012700014,1087.30485613768,5175.59894345848,827.325510737351,5876.53987215539,223.827577230641,1594.64646086594,431.10035925128,3066.17850683504,973.931602441023,7037.33382625716,489.223766653117,2048.89171116956,395.243023656626,2790.47201279027,520.400385003246,4988.17180199572,721.615793807875,3340.61196438742,613.614927129704,4255.70174245201,720.444499579358,5999.22232333875,10399.8886726123,3197.01135836464,80669.391407108,31419.864147843,2289.13844713327,14053.3283829363 -1909,2305.94212675394,4526.44068675749,493.754360630288,1813.55195234942,1000.35858734988,3228.03335585702,1015.30892918451,3804.0285213616,202.910108346628,1391.22733801427,1679.19602027411,7720.51940686884,939.326868790359,4503.74435502321,1071.91174713408,5089.96005673948,815.509886316446,5779.30275275934,220.675357863532,1568.26038475942,424.569669307617,3015.44348724104,959.217681517404,6920.88944157154,481.609165895962,2014.98939241009,389.662245324966,2744.29901538329,513.057758683571,4905.63420884896,711.433797396523,3285.33598711103,604.973235693924,4185.28408385574,710.298300739162,5899.95521888125,10253.0554792768,3151.54081629273,79514.1765872187,30965.3762365226,2256.82119846786,13850.0027367729 -1910,2292.63963400141,4402.1971755075,489.667802477535,1763.77287028758,988.074870964157,3139.42903596897,1006.90701778368,3699.61406128224,199.952364684578,1353.04038685692,1654.38500631122,7508.60357582982,925.447814900345,4380.12382154811,1056.11191421469,4950.24884580467,804.307694571123,5620.67019436081,218.926572979226,1525.21416141514,420.58942185006,2932.67441706924,950.27896739211,6730.92216602335,478.984003609615,1959.68117684528,385.061685044661,2668.97242453927,505.649089134101,4770.98244575426,700.986186211471,3195.15880222738,600.17900737485,4070.4047722416,704.669403413667,5738.01094448568,10060.0714615308,3102.28779626031,78656.2839385229,30734.6993248659,2213.73153358064,13762.9638691366 -1911,2324.48320360507,4328.83372228448,495.124802745567,1734.37925993653,988.240139314072,3087.10985396851,1014.2866469286,3637.95928928834,199.360872811306,1330.49171146312,1648.82314830736,7383.47126911026,922.336562491252,4307.12822496715,1052.53446742663,4867.75200725731,803.199586373585,5527.00065652634,220.662699989906,1499.79617732106,422.848168174426,2883.80084011724,955.476488821255,6618.75006791238,484.90126928579,1927.02271730389,386.300575353523,2624.49349144863,504.293231621232,4691.47311586002,698.757957262179,3141.91087307248,604.938534607049,4002.57070252557,710.257558237533,5642.38590073229,9943.22678168642,3084.61641026516,78958.6758305208,31039.2886747481,2186.80049302613,13923.871411805 -1912,2420.40273203315,4239.03009352135,513.701099818044,1698.39877161423,1013.05931804543,3023.06635286344,1048.12370537415,3562.48816555614,203.952221688473,1302.89005443629,1686.02826997517,7230.29779205545,943.148766675418,4217.77488663979,1076.20044047821,4766.76827301953,822.804925083281,5412.34050855689,227.925211975973,1468.68222197666,436.143892549005,2823.97507717802,985.574222951463,6481.44108075612,503.752363279476,1887.04575264664,397.905941942534,2570.04717765653,516.068146719942,4594.14636757675,714.672866343089,3076.73049984638,624.848439446508,3919.53554882645,733.633751994476,5525.33203327622,10071.982581963,3144.32707818179,81336.1921190033,32171.001073665,2213.73153358064,14452.7681943934 -1913,2509.22480228221,4260.40881774876,530.744937583238,1706.96431565744,1033.68924948827,3038.31260034297,1078.52940275809,3580.45488208671,207.320135063688,1309.4609271496,1713.02516815935,7266.76239343081,958.250584171541,4239.04641436322,1093.39839993011,4790.8085421652,837.952271731567,5439.63659577602,234.702358399302,1476.08923525767,447.775467464879,2838.21724651113,1011.97594368624,6514.12896888257,521.345840978247,1896.56270106651,407.431038739525,2583.0087109909,524.767123378004,4617.31605169928,726.278873225845,3092.24739201914,643.42773275858,3939.30296442606,755.447676462329,5553.1979712852,10128.1298321018,3185.4947233133,83355.173504571,33202.0187165741,2224.50394980245,14946.3297858979 -1914,2585.27667547673,4372.37093329104,543.585949669982,1751.82276565876,1047.92250495083,3118.15843696691,1102.8929899735,3674.54803613617,209.350331308269,1343.87312135333,1728.90974961235,7457.73047314235,967.136273500334,4350.4471331057,1103.50113093196,4916.70938466282,847.428368501923,5582.58842202027,240.176081169281,1514.88036554079,456.827924057404,2912.80464431299,1032.55697026991,6685.31809449722,536.224740048581,1946.4037330786,414.103638201398,2650.88931403112,530.092474235825,4738.65756970617,733.184929906684,3173.51061688814,658.433738900389,4042.82652578518,773.066209042835,5699.13415240942,10111.1170349745,3205.3187579701,84877.2586988075,34050.5592075902,2219.11774169154,15360.8041654248 -1915,2626.45419982129,4481.40891090011,549.867313354504,1795.5096381614,1048.7250908768,3195.91892321541,1112.72248798512,3766.18373964819,208.731966363289,1377.38656510071,1722.95879460576,7643.71099966938,963.807363792852,4458.93837603233,1099.66854458881,5039.32204858692,846.303263549323,5721.8067455907,242.477582406261,1552.65837978029,459.904407192502,2985.44402748333,1039.62555012522,6852.03623799851,543.908243793399,1994.94305645798,415.62405360784,2716.99706519803,528.703595108059,4856.82998596861,730.823893570543,3252.65147315715,664.743218417128,4143.64634069143,780.474160857675,5841.25888784071,9971.12075280108,3185.08678131739,85298.7770750044,34447.781563353,2186.80049302613,15569.8862245427 -1916,2573.32572628199,4189.70957950733,535.291320470472,1678.63814275132,1010.57942439029,2987.89340453981,1081.57547876473,3521.03912093562,200.14104477792,1287.73111341184,1651.11213321763,7146.17430255165,923.616999678163,4168.7016739437,1053.77486665558,4711.307600124,812.81433071441,5349.36869424754,236.100479300745,1451.59431259336,445.870706766047,2791.11852761446,1008.07364362643,6406.03043289517,531.771799630311,1865.09024291087,401.135106233186,2540.14504319515,507.139004408635,4540.69412607206,700.528770796607,3040.93317678255,647.260628890826,3873.93230853339,759.947874899242,5461.04557859975,9438.91149464352,3042.6406146504,82544.6095524568,33590.468953898,2068.30391458629,15218.8813591773 -1917,2306.71231291967,3938.94822330164,476.132971956465,1578.16875000061,885.207370396152,2809.06282258607,959.64670429221,3310.29884682743,173.924447895089,1210.65818167289,1433.64946259263,6718.4634252739,801.970374143863,3919.1976771779,914.989242929827,4429.32770130529,708.392324353399,5029.19973667233,209.97199973607,1364.7138853039,394.122552028495,2624.0652619803,891.289594107833,6022.61844484119,475.823918689453,1753.46136986299,352.169844397181,2388.1129741691,440.956302686868,4268.9257384162,608.492380933888,2858.928072832,575.630379917675,3642.07076751195,675.846891375909,5134.19256657027,8048.31254847096,2630.58179705429,72726.4864283113,29924.0818576508,1761.29005226489,13605.5468383134 -1918,1977.070037555,3721.52207231102,412.347231959223,1491.05535386699,769.345787606446,2654.00525828689,826.95969667146,3127.57353639136,152.614887408072,1143.83101521021,1258.71337243169,6347.61071020465,704.112728088653,3702.86173732492,803.221055092278,4184.83307508151,620.357242905725,4751.59275142712,180.151242325238,1289.38299226759,340.756394964539,2479.21938498059,770.371186984656,5690.1757029944,407.553397976944,1656.67198981867,307.864648621028,2256.29143637058,386.779174542572,4033.28514616931,534.104770337917,2701.11799471072,493.877889397953,3441.03196635913,579.861397024664,4850.79007816224,7155.69138580908,2313.20271771543,63106.1769210272,25738.3810935981,1567.38656027243,11658.5757194605 -1919,1568.99676747674,3437.6854338419,338.633872034411,1377.33410455295,670.717549598511,2451.58702285675,685.551297173211,2889.03673830567,136.66270048975,1056.59220699528,1130.5725304884,5863.48500806251,632.431915143952,3420.44830330072,721.52783870585,3865.66018573522,550.128630369481,4389.19368788972,148.194314585912,1191.0430853388,286.618648222154,2290.13188728818,647.418149655184,5256.19188872304,326.451615719058,1530.31933101418,265.238422581764,2084.20642269541,345.632768514124,3725.67066058191,479.070312567375,2495.10651961257,406.269167860261,3178.58801809857,477.000109340135,4480.82533713629,6854.80236425692,2112.81995373479,53710.3698697333,20977.5531833111,1508.13827105251,9372.32717322533 -1920,1416.53549134882,3190.88790737596,341.635322557276,1278.4528495159,654.074086844149,2275.58324799104,608.300433951626,2681.62767351343,147.515077297619,980.737580913856,1218.94186862115,5442.53503334574,681.864913247274,3174.88826096845,771.345263038544,3588.1375937594,546.470517490619,4074.08569845961,129.692338630051,1105.53599254833,264.168678813019,2125.71926259034,595.549997006596,4878.84056274164,321.167281779507,1420.45499558683,277.424063660178,1934.57755185635,373.374721160684,3458.19816458022,466.752158658226,2315.97840298869,355.546693139408,2950.39155404796,417.446916772563,4159.13894929968,7670.55331639545,2232.99774199198,52698.5175951938,19472.5164960435,1620.09914258356,8420.22726031103 -1921,1500.90663836178,3039.87226277327,358.114479816852,1217.9473141389,670.380027467988,2167.88636830809,634.627071649062,2554.71386661851,150.272434146478,934.322062015361,1240.68019506737,5184.95533760227,694.025133892706,3024.62983410132,785.092887435833,3418.32125192171,558.544208161813,3881.27081564994,135.348015754705,1053.21411995599,274.396957124649,2025.1150188805,618.715443203853,4647.93892223179,339.067322948923,1353.2289027204,286.323801255257,1843.01950139894,380.573039090621,3294.53148616738,475.496301334612,2206.36973556895,371.051520335644,2810.75791748713,435.651114513821,3962.29873815696,7678.62906605383,2260.77102889935,54494.0465789726,20423.8354625242,1620.09914258356,8874.87937678954 -1922,1525.63987514704,2975.54115260469,369.114282480434,1192.17257886304,726.314747380373,2122.0086061072,666.019145493281,2500.64989122873,164.223414028156,914.549528728184,1357.98252880322,5075.22903853134,759.642984649593,2960.6212908939,859.462392034662,3345.98123825009,606.517690589144,3799.13366025253,142.06189947413,1030.92554079044,290.201276626477,1982.25864659832,654.169659394578,4549.57720008818,348.275775193686,1324.59127912999,304.745806099765,1804.01671432815,415.46045023285,3224.81116581512,519.600676001583,2159.67757147058,389.457381312315,2751.27542558725,457.261412298938,3878.44683432312,8665.69338851426,2501.27432908169,57989.118561978,21183.7181616518,1831.87680828076,9130.98452555514 -1923,1713.62436016175,2980.02483455084,415.225162920477,1193.9689992096,833.788555493375,2125.2061460466,756.092645064102,2504.41798523111,188.793228831785,915.927613923624,1561.92764708514,5082.87662653151,873.728015252252,2965.08249090781,988.601247890574,3351.02311631553,695.621995433832,3804.85836918106,161.587691914038,1032.47898670095,330.180318800245,1985.24560488609,744.282558110521,4556.43271177782,392.411316559335,1326.58723405035,346.745990213724,1806.73508949346,477.456115867582,3229.67045925533,597.324733971284,2162.93187273549,442.986610611964,2755.42117364515,520.110011820543,3884.29105598174,10062.3271228608,2887.61873294119,66117.9004251814,23955.7414699587,2128.36554025684,10303.6980439808 -1924,2186.68502195671,3012.58027721416,523.219852024365,1207.01257819085,1016.20847072871,2148.42307566181,942.760721893493,2531.77763511653,228.382087606194,925.933714736314,1887.38862654624,5138.40478745863,1055.78790525886,2997.47469512892,1194.51051310571,3387.63154979628,845.218817391774,3846.42475045538,201.694739540906,1043.75835929641,409.269619096963,2006.933527991,922.798629915802,4606.20970765306,497.150694150783,1341.07960811894,427.171315520682,1826.47286480722,578.008840686338,3264.95316906319,722.619012429215,2186.56093909463,552.938580835852,2785.52292145337,649.204479154076,3926.72520394403,11905.1300997125,3464.75344542174,81553.9220196757,30118.8235753139,2514.85978015422,13039.4493735299 -1925,3000.61551915671,3042.27655480323,702.812434989599,1218.91061153009,1290.65666593295,2169.60099032725,1246.29868509166,2556.73443776669,286.05203588909,935.061034871104,2359.23750700259,5189.05621609856,1319.73584586257,3027.02207060834,1492.98225073943,3421.02486636053,1067.18274693175,3884.34058558812,267.067268305599,1054.04712677192,535.605006021088,2026.71672035962,1208.17541347114,4651.61506436555,674.887052305632,1354.29919685918,551.568284968377,1844.47718011542,724.959076188255,3297.13719295698,905.180180550979,2208.1147948056,732.15492213993,2812.980998681,859.62215580875,3965.43259459991,14297.6785595641,4275.06282246024,105773.390083461,40355.0405587429,3012.53729454264,17661.8807200959 -1926,3078.42974588676,3097.44535098684,719.559924680862,1241.01439791578,1329.7470074882,2208.94464389686,1281.05015436276,2603.09838875927,294.441861513267,952.017478745542,2428.67313903003,5283.15482272236,1358.57750224297,3081.9142412077,1536.98346440811,3483.06190349095,1097.82359913034,3954.77941329289,274.949705126959,1073.16127042628,550.59737331428,2063.46930338529,1242.06233429574,4735.9676860907,692.822023898576,1378.85812666627,566.217247637166,1877.92502214492,746.171668344051,3356.92764478177,931.724367519165,2248.15685964428,753.764327717149,2863.99173770786,884.993731203943,4037.34194887802,14748.0463031213,4405.73081338659,108752.693037238,41447.8877553806,3107.83724410638,18142.7639515883 -1927,2986.10992604964,3329.75212720148,696.240525737626,1334.08982664737,1295.16044503696,2374.61433324159,1245.53036211382,2798.32940217152,286.343219606835,1023.41829016483,2362.08184490376,5679.38866256024,1321.32694242439,3313.05619233748,1494.95191288052,3744.28971882536,1067.17244510645,4251.38579437058,267.75259920642,1153.64780266218,535.31420345466,2218.22841851692,1207.65889172523,5091.16277776905,672.994384827949,1482.27176273289,549.017708695636,2018.76841353141,725.604274499928,3608.69545689075,906.093305940764,2416.76744459695,734.033731158773,3078.78961541064,861.828063070031,4340.14047680724,14369.5380879981,4290.24962337326,105692.421930998,40254.8484739695,3028.42061946993,17627.5367363483 -1928,2858.57229687634,3596.17388378923,662.0436910278,1440.83367468268,1216.50173177804,2564.61313727041,1181.33878531121,3022.23070363694,267.575512556359,1105.30453519861,2206.07399088606,6133.81068738992,1234.05757824544,3578.14206561488,1396.20703981686,4043.87966004459,999.333498852707,4591.54975492952,254.469263827913,1245.95403517661,506.259916292563,2395.71439621065,1142.32271795093,5498.51938526145,642.442767660876,1600.87201634986,516.974838743668,2180.29509970217,678.295664084964,3897.43616367216,846.727807667762,2610.13902399879,697.617964294074,3325.13123669859,819.072357861949,4687.40592044865,13273.7931238336,3994.4487865986,99724.3020317626,38310.4460287224,2795.46518720301,16829.6355888198 -1929,2681.66946492476,3798.45948030106,619.390516240379,1521.88089563919,1134.14622847419,2708.8732078508,1105.63026716897,3192.23186610503,248.875330361389,1167.47816596706,2051.51301421179,6478.83892959546,1147.59758399598,3779.4133682651,1298.44171979835,4271.34880800254,930.312411386818,4849.82546992664,238.288377242689,1316.03923221565,473.311532082542,2530.47387430319,1068.04202108497,5807.81234764943,602.770024307858,1690.92143031902,481.849196939451,2302.93719351281,630.971729957647,4116.66783174836,787.559314941921,2756.95993603213,653.258669225374,3512.17062284388,766.990166369388,4951.07356649471,12296.5149144448,3711.45705829457,93096.8751994582,35879.1478409526,2588.98196314824,15781.9300246125 -1930,2578.38200497781,3909.12198108518,594.982936349637,1566.21864537179,1087.9005777223,2787.79222358402,1061.89807266268,3285.23282168136,238.564973790596,1201.49091616929,1966.38766956496,6667.59032258643,1099.97924612691,3889.52098873549,1244.56749155029,4395.78824016344,892.010142545862,4991.11796433179,228.912655645558,1354.38008942954,454.425671682838,2604.19548922406,1025.44772406351,5977.01437331507,579.404976077837,1740.18392609631,462.303037824773,2370.02986366095,604.860387986124,4236.60086236811,754.935009184266,2837.27988749276,627.555479315563,3614.49252105553,736.812084035591,5095.315774494,11769.5554552114,3556.08319968678,89351.1175644306,34473.0574346248,2477.79868865721,15169.5778685117 -1931,2470.10909867892,3966.95499855353,569.487175511388,1589.38987172782,1032.26025649878,2829.03586784602,1012.54601439119,3333.83578881393,226.168236957662,1219.26622363708,1863.71638014514,6766.2331558016,1042.54586750942,3947.06402176783,1179.53053954893,4460.82118088788,846.566579796094,5064.95843639034,218.166272246785,1374.41729669751,432.866964225926,2642.7229345041,976.817863806701,6065.44056680124,554.129795158369,1765.92886009505,440.338957962477,2405.09297480683,573.532294156745,4299.27872529111,715.714920278103,2879.25567082465,598.094671368065,3667.96667973384,702.222187179232,5170.69778805585,11094.5376184104,3363.63075470117,85051.0450560361,32931.4989974319,2334.84876431161,14503.9275976302 -1932,2331.48173603993,3888.65299034006,530.141367133421,1558.0175927794,930.813271054113,2773.19475297554,936.301458884017,3268.03064673058,201.795071074071,1195.19965522568,1660.58997148358,6632.67740729096,928.918815567294,3869.1546329383,1050.95693500141,4372.7709617974,759.397293176601,4964.98341342393,202.035792605519,1347.2882683889,397.76990230796,2590.55937000717,897.878746274028,5945.71745997166,520.382980034374,1731.07195444375,400.476286177225,2357.61988526179,512.203280030981,4214.41712283217,638.628179932164,2822.42328899329,553.873565049947,3595.56627257319,650.302242921638,5068.63562178037,9603.85605969927,2971.41494243292,77672.7837773559,30677.8353267839,2017.18226576581,13600.1399907497 -1933,2293.98306862928,3764.01959151105,521.199933176333,1508.08229937424,913.526034911894,2684.31238457272,919.193009909382,3163.28852446068,197.926999238636,1156.89286989923,1628.63179530743,6420.09656486029,911.041704618157,3745.1461668458,1030.67592615688,4232.62132421765,744.915605156564,4805.85305144977,198.592335786763,1304.10696203194,390.331758386367,2507.53056287154,881.144942031274,5755.15404962003,511.055817823666,1675.59017660555,393.217730055398,2282.05691263941,502.411909884469,4079.34281010575,626.389140134364,2731.96311979969,544.433457038868,3480.32645910077,639.218624203576,4906.18315133943,9403.26822035445,2912.46783437736,76266.4651623833,30150.7823239235,1974.82673262637,13371.3037162449 -1934,2307.45959272018,3645.55938326853,525.091161724568,1460.62034045308,925.318641564081,2599.83243000989,928.147234930172,3063.73436215401,200.653556482982,1120.48344987611,1651.4076442869,6218.04501929298,923.78230586281,3627.27993792824,1045.14800841968,4099.41340877285,754.724820887291,4654.60454186666,200.460759180328,1263.06445985123,394.457410392892,2428.61423806756,890.419564319262,5574.02939534795,515.047188803797,1622.85645500179,397.5006796235,2210.23663367427,509.261578347568,3950.95883466959,635.011629546029,2645.9835141642,549.555669854086,3370.79456452009,645.232607705673,4751.77707994321,9576.87913170171,2957.91350112526,77084.3014227872,30395.5314426335,2011.88782412338,13470.3809722771 -1935,2367.92260936668,3611.44440289543,539.638690883115,1446.95192114936,949.589169206388,2575.50331532581,952.472227845,3035.06407410083,205.927316685049,1109.99801626163,1694.81373462352,6159.85683430116,948.06327510646,3593.33601578062,1072.61756535216,4061.05128288803,774.748807849191,4611.04696238541,205.707693057882,1251.24475957271,404.801164213118,2405.88737550546,913.767175960792,5521.86787953391,528.536827595873,1607.66983745145,408.185362806637,2189.55333889,522.645977974107,3913.98593999716,651.701542900885,2621.22251971502,563.939942733974,3339.25082093491,662.121164060127,4707.31016423101,9828.93131173959,3035.66431768615,79110.6032425534,31193.9211883303,2064.83224054768,13823.4128908486 -1936,2480.31267904788,3588.70107844459,564.286630859367,1437.83963992995,985.584629811121,2559.2839025397,993.288275810528,3015.95054520059,213.609440471514,1103.00772589377,1757.57258510107,6121.06470380598,983.170001061142,3570.70673016785,1112.27480651706,4035.47652757291,804.32419468774,4582.00857069938,214.374011744135,1243.36495793114,421.769901863479,2390.73613099802,952.078381276361,5487.0935292329,552.698048849103,1597.54542388062,425.215218533128,2175.76447315283,542.240977237014,3889.33733899474,676.022018058756,2604.71518703231,587.698331110168,3318.2216546594,690.015857405617,4677.66554827901,10135.2398548091,3141.31994944093,82375.3294268961,32587.0722802291,2128.36554025684,14451.1921809661 -1937,2596.24518558641,3676.36033812939,590.602240213435,1472.9609709148,1027.02254790249,2621.79814580376,1037.60804206745,3089.61953747922,222.33475438905,1129.95029886515,1829.10440796512,6270.58063970862,1023.18424739004,3657.92645164259,1157.54094003317,4134.04892943921,837.832068910666,4693.93081509847,223.994979289526,1273.73596107346,440.307523913163,2449.13334903431,993.957498454633,5621.1237942452,578.221155564544,1636.56780164604,443.686664638617,2228.91069480686,564.444352428849,3984.34007796584,703.640384790882,2668.33915570344,614.073853609787,3399.27405979413,720.983324571497,4791.92435391712,10515.687990072,3266.31533269252,85948.3948639378,34068.2685768515,2207.78216489329,15117.5145987365 -1938,2649.37914180658,3841.60681003175,596.689055585914,1539.16819254351,1018.07279411131,2739.64374682954,1045.19972844196,3228.49295605951,218.734645991468,1180.73974362548,1797.79554528215,6552.43313298687,1005.67035645991,3822.34435005779,1137.71048083826,4319.86776585096,827.091928469324,4904.91543989274,225.995558276469,1330.98833960653,441.703497020298,2559.21794573417,997.325505833826,5873.7842490683,588.044169367198,1710.12888662624,441.937583774612,2329.09663813843,555.659089030731,4163.42974279396,692.278519209861,2788.27670011272,619.558366038857,3552.0659500733,727.422683585922,5007.31363034226,10126.6530244173,3191.68163841657,85887.2383642003,34481.132101504,2123.07109861441,15365.8069086954 -1939,2716.16468174887,3919.97379110419,611.067020572061,1570.56650334861,1039.93945542336,2795.53119712569,1069.8185072321,3294.35270144505,223.215884866906,1204.82628181532,1834.40487472738,6686.09970239483,1026.14927993348,3900.3183859615,1160.87599040477,4407.99104659845,844.432719094792,5004.97341939138,231.365115128153,1358.13987883881,451.873131665514,2611.42479412632,1020.31552755377,5993.60669884851,602.612837401984,1745.01471558191,451.735965445373,2376.60911955122,567.089505267426,4248.36176108328,706.465463051953,2845.15623989588,634.27880521365,3624.52643310622,744.705932356417,5109.46048500424,10305.3759261756,3254.21477129908,87822.1140523056,35314.523790729,2160.13219011142,15745.4402472895 -1940,2673.27919177049,3671.22684565258,598.42752087684,1470.90419917118,1012.36124102622,2618.13719317145,1047.46865888548,3085.30534159169,216.482416413803,1128.37249070031,1778.39336835553,6261.82470297267,994.816956451725,3652.81869935687,1125.42323075839,4128.27634266148,819.972475618003,4687.3764362265,226.902063115491,1271.95737753642,441.646061236706,2445.71349720652,997.352996559099,5613.27472776232,592.094895330301,1634.28257720533,439.905268678576,2225.79835128476,550.124335130743,3978.77653741646,685.167071702313,2664.6132154469,622.043515132735,3394.52747724845,730.34049395226,4785.23314158813,9907.16010133757,3147.94072531099,85718.3642372747,34644.7781895392,2075.42112383254,15475.8946976081 -1941,2443.84585519148,3478.29850691524,546.931680391619,1393.6060327765,928.598898464242,2480.55025547972,959.207590764859,2923.16803461606,198.378106625425,1069.07486642915,1629.81044295229,5932.75665891009,911.701029311809,3460.85773562341,1031.45176774658,3911.32938456722,751.279251013628,4441.04795070984,208.011194632447,1205.11415751492,404.454737687331,2317.18767685241,913.401598686004,5318.28893319452,541.768034727893,1548.39863815619,402.36526603209,2108.82939340459,504.087732884301,3769.6860126836,627.864230865474,2524.58389482824,570.254906101348,3216.14009490532,669.53555445697,4533.7621431205,9097.21372309296,2888.11041003638,78490.1625674618,31702.0123281928,1905.99899127478,14163.625099151 -1942,2068.11470079321,3366.4663496972,465.422164814198,1348.79965153934,783.285616316608,2400.7970986973,809.810237372206,2829.18409776533,168.181748692959,1034.70261565692,1381.68994149907,5742.01024249512,772.904694102118,3349.58632357236,874.267547599007,3785.57467955934,636.908630291466,4298.2620536256,174.978629951988,1166.36805344681,341.752569908118,2242.68685523912,771.666161294879,5147.29851275604,457.404543434308,1498.61545836463,342.532138943406,2041.02758174283,427.365170377682,3648.48533999983,532.293827621688,2443.41499501264,479.697366140931,3112.73669694691,563.212062841307,4387.99535520087,7707.5745857882,2443.74813136059,66432.9930915817,26801.6405193761,1614.80470094113,11954.7297308062 -1943,1654.05682012899,3136.62884467463,386.795240167562,1256.71355458103,694.253624773614,2236.88837129248,678.495479058951,2636.02826410063,153.588938150935,964.060748809116,1265.91217290792,5349.98811280183,708.139671118974,3120.90126229532,800.985418878261,3527.12354740862,574.544060652242,4004.8084070661,145.24783387766,1086.73704113434,290.843941191391,2089.57272968089,656.100566120454,4795.87891579953,370.15668147915,1396.30104254706,299.810847871732,1901.68126476206,389.422662080624,3399.39365734202,486.030743617563,2276.59663182331,398.191501258794,2900.22198213837,467.516131335094,4088.41538031691,7570.07989490643,2282.17479240688,57358.5134762601,22080.2069402688,1593.62693437141,9684.62153564309 -1944,1765.29129072636,2895.15976077816,440.77133110201,1159.96717948467,933.28494372141,2064.68457781156,841.72749512854,2433.09723158836,207.672354443723,889.843849914396,1711.22295625648,4938.12659126778,957.242443345111,2880.64294482903,1080.25404255573,3255.59276262086,755.554855705436,3696.50370634355,180.960811822967,1003.07607557107,388.62469896929,1928.70982949181,874.476170948706,4426.67473334018,395.614378333535,1288.80871550302,382.128019930681,1755.28293215576,526.645975776734,3137.69598353675,672.782504655754,2101.33595218584,496.09729388109,2676.95235739065,582.46719698409,3773.67431104776,11157.201359298,3230.07322713837,72303.8447761803,25887.965141958,2436.943177668,11157.7177724731 -1945,1789.82006956724,2747.78303749832,437.369214263824,1100.91960486009,887.897858222284,1959.58279662263,826.603496467629,2309.24158041823,195.399583930983,844.54677422008,1607.82325928199,4686.75361834193,899.401600215274,2734.00519312375,1020.60461318051,3089.86836972598,736.370686411442,3508.33495268338,177.928452849805,952.014967572551,377.965911153293,1830.52977784874,850.816231483476,4201.33697268755,397.917082429576,1223.20252409399,367.808643721778,1665.9310937962,495.998874529142,2977.97306980791,632.935970438634,1994.36845030952,487.784195230022,2540.68337764273,572.706798511326,3581.57722465482,10421.1703135505,3016.42391463051,70180.9505279855,25741.6663710254,2252.43698009601,11185.0279690331 -1946,1851.71673841674,2691.57454950818,460.478589413273,1078.39925825943,984.750364565076,1919.49768634044,886.681748094918,2262.00387064714,218.710640267985,827.270775144447,1802.3721521822,4590.88166234166,1008.2304684285,2678.07854390672,1143.64529601796,3026.6622043262,819.362696024861,3436.56865950733,190.908812132613,932.540605462815,409.40615267423,1793.08456851829,921.283769247247,4115.3946710032,416.312403905774,1198.18076529907,400.896978137823,1631.85290545303,554.597921997813,2917.05582807341,708.549948742322,1953.57176674414,523.369364466029,2488.71130809789,614.487300107993,3508.31269187677,11974.1898496389,3415.51807411511,76446.4544628466,27309.2772404181,2597.62938200058,11772.4341965402 -1947,2126.61200590945,2681.69744583043,532.624851279745,1074.44192359011,1170.28615547494,1912.45382509549,1036.47305493226,2253.70313576542,260.898706463501,824.234991046561,2151.53887316154,4574.03478951048,1203.55113304619,2668.25096568112,1365.06424467458,3015.55545032783,972.832818928438,3423.95769729123,223.429722748756,929.118519217591,480.773152959847,1786.50459762747,1081.75312581775,4100.29266320342,480.487264706347,1193.78387588514,471.837423861056,1625.86459636572,661.262687926469,2906.35128977522,845.282863286011,1946.40286596613,612.524223955721,2479.57863903675,719.163906380549,3495.43845504839,14490.4812380211,4096.40680516806,90013.7315115664,31708.4998112471,3145.40207489263,13610.4180538644 -1948,2735.47910676611,2704.05088270225,679.085172257397,1083.3979934662,1457.99489981034,1928.39518936684,1310.72334096602,2272.48900247513,323.662523900096,831.105447245319,2667.38360276267,4612.16190861401,1492.10994856741,2690.49231867649,1686.68914987549,3040.691778998,1184.44755117932,3452.49828540163,282.584550677697,936.863237846479,605.247426418666,1801.39610517108,1362.04339482587,4134.47087870099,614.796791645509,1203.73472718258,592.357353031428,1639.41708032452,820.707009999597,2930.57734114589,1048.56361327176,1962.62721433889,774.694971091066,2500.24730345397,909.568372766091,3524.57487495501,17596.1572226605,5048.78895224862,112633.334749301,40177.5375837814,3830.06566638621,17310.0652167625 -1949,3268.2130609759,2703.92091807486,762.354770309667,1083.34592217663,1430.50844239469,1928.30250503022,1420.29372761843,2272.37977997923,305.815975041271,831.065501876515,2508.28443067712,4611.94023456647,1403.11132938425,2690.36300571351,1591.38471241657,3040.5456344204,1162.08979468677,3452.33234819383,308.031572109464,936.818209447642,636.22831059195,1801.30952478346,1433.60689207461,4134.27216388736,715.570881103817,1203.67687215615,602.408828662418,1639.33828512457,777.972329957391,2930.43648899159,990.284835759926,1962.53288471061,844.457028093684,2500.12713422519,991.475914490958,3524.40547353462,15222.2789434553,4615.25757524146,116447.631866744,45137.0359233062,3276.94494616352,19985.1080380321 -1950,3308.66022170852,2645.438096379,766.572927787954,1059.91434694894,1433.14917532822,1886.5954525704,1430.66657892493,2223.23071625868,305.032578008362,813.090473376635,2501.06760617679,4512.18906336649,1399.07430387999,2632.1734266809,1585.84032209753,2974.78199207153,1154.12950832548,3377.66221423962,310.992122926721,916.555866736982,639.466186834498,1762.34919016244,1441.13669663992,4044.85242524542,723.603081674902,1177.64267144297,602.83036056593,1603.88120944338,776.145244910747,2867.05438579061,987.71766831589,1920.08546696198,852.573267372472,2446.05214688719,1001.00518062701,3448.17647751821,15066.3109399448,4593.91235399679,116776.720078202,45491.3746636176,3242.99085725509,20183.0085507583 -1951,3168.31885174901,2793.26968009684,728.746253276728,1119.14416477352,1358.29316464887,1992.02161769976,1363.96420926798,2347.46863292153,287.610778728065,858.527353018492,2357.45010474875,4764.33786858133,1318.73598941812,2779.26375807775,1500.59829657157,3141.01787326836,1112.86429742871,3566.41172800764,297.188126918688,967.774568671859,608.225833416871,1860.83226266456,1370.9649888398,4270.8856636521,692.738688657372,1243.45134842974,570.037275556044,1693.50882144906,731.977409492199,3027.27026498156,931.2750407206,2027.38311110006,814.730128875558,2582.74170436566,956.573600214757,3640.86644834303,14317.7555781517,4332.97521431851,111187.14110193,43497.9429043077,3061.61390158282,19336.7801193517 -1952,3081.82605430045,3044.35594471943,707.986868818671,1219.74373448546,1318.36082832281,2171.0839082475,1324.95421236305,2558.48196062089,278.803905724301,935.7001472108,2285.10085372748,5192.60292560245,1278.26448126742,3029.09103411523,1453.07464256234,3423.36312998715,1075.19589377409,3886.99552457847,288.998523126465,1054.7675658665,590.502228231511,2028.10197716826,1331.09428634667,4654.79443392143,673.395060231067,1355.22485764075,553.123379151884,1845.73787656425,709.597663497955,3299.39077960759,902.752421037145,2209.62403683387,792.278636542207,2814.90366554503,930.213331838347,3968.14295981558,13788.7962700345,4196.80775034498,107871.288791784,42287.8278904413,2954.03042254197,18813.5412824903 -1953,2899.05392689787,3271.6591867815,664.79740705791,1310.8144602376,1235.92189265187,2333.18532480145,1245.11258064498,2749.50799534432,260.909434416555,1005.56309389675,2138.19805701014,5580.30249200096,1196.0884027209,3255.25453965072,1362.88405114348,3678.96449603357,1021.81262357329,4177.21345594421,271.670912417352,1133.52054078037,554.495074311546,2179.52781666067,1249.9774182801,5002.33916429308,633.821268069486,1456.41112148719,518.135710357202,1983.54771580711,664.103454515801,3545.73589649032,844.801915698437,2374.60300658339,744.77564019941,3025.07512410283,874.440124708604,4264.41966862041,12953.7694881206,3930.02355582879,101415.389375776,39840.6019812056,2767.46952603805,17742.0632056945 -1954,2804.64123568788,3437.55546921451,643.99659723318,1377.28203326337,1201.30957233146,2451.49433852013,1207.21707655764,2888.92751580977,253.868496996466,1056.55226162647,2080.78066185098,5863.26333401498,1163.96963793241,3420.31899033774,1327.56633165676,3865.51404115762,999.324903101697,4389.02775068192,263.36596718187,1190.99805693997,538.013141277599,2290.04530690055,1212.78423284058,5255.99317390941,613.537721543861,1530.26147598775,503.13355858881,2084.12762749546,646.12230304603,3725.5298084276,822.014894360309,2495.01218998429,722.007943615557,3178.46784886978,847.708601326904,4480.6559357159,12681.0824315405,3829.62984779881,98534.0373113285,38625.3398483485,2706.42680299985,17190.4222202653 -1955,2691.3572272654,3596.30384841662,617.781921901132,1440.88574597225,1143.42798405113,2564.70582160702,1153.81960210774,3022.33992613285,241.522558034725,1105.34448056741,1979.15049285853,6134.03236143746,1107.11865254315,3578.27137857786,1262.84905469271,4044.0258046222,952.417512741583,4591.71569213732,251.544228911543,1245.99906357544,513.735680556756,2395.80097659828,1158.06869636343,5498.71810007508,587.885774799457,1600.92987137629,480.676072268757,2180.37389490212,614.792600141592,3897.57701582646,782.022426300563,2610.23335362707,689.599090528528,3325.25140592738,809.657408450218,4687.57532186904,12011.1441211928,3636.27492757389,94063.0326366985,36978.9050358252,2562.06347864044,16466.6381603575 -1956,2615.75175197936,3536.58638482159,598.559301296593,1416.95950233252,1098.5058654846,2522.11828368215,1115.88036861643,2972.15326724135,231.555589334218,1086.98997784448,1896.83962235488,6032.17532441424,1061.07470572331,3518.85334834733,1212.61037565962,3976.87381359361,923.938981046382,4515.46918287623,243.130763899037,1225.30895871924,496.026636038907,2356.0181429915,1118.19202368193,5407.41060443475,570.889844408755,1574.34605773267,463.037643855756,2144.1682781966,589.555223822068,3832.85684106872,749.726067315463,2566.88982042189,666.533891036881,3270.03483131418,782.576587285733,4609.73704111422,11506.4726968879,3480.46323021317,90829.8138374758,35862.8650580453,2446.54000185312,15989.0940275764 -1957,2617.15055885778,3393.04353926039,602.127119601467,1359.44799918284,1118.38992354084,2419.75063423482,1124.31332354655,2851.51961348561,236.764617512256,1042.87126631351,1940.51189588092,5787.34160150375,1085.50457540432,3376.03025065569,1240.02821703818,3815.46059713974,941.5319208847,4332.19547624893,245.043816770788,1175.57616118853,501.158791700011,2260.39216029524,1129.66024744931,5187.93481031599,571.460277401023,1510.44655452956,469.975624508199,2057.14085046704,602.607946971765,3677.28898050211,766.630208151271,2462.70498539375,671.778453896464,3137.31077096446,788.734221818125,4422.63719392534,11869.5460516325,3570.85995616081,92018.1890350307,36068.5708091441,2528.41287522161,16046.1034009121 -1958,2586.79263657041,3286.21491619492,592.227238633607,1316.64632092514,1090.09959295628,2343.56575024318,1104.84045634948,2761.74065532368,229.782458959915,1010.03688027462,1882.49056024582,5605.12945852814,1053.04797184694,3269.73728419893,1208.80496072559,3695.33234141985,938.919972257272,4195.79802887664,240.963959852119,1138.56361444245,491.274396204081,2189.22461432117,1107.50635423496,5024.59475118421,564.528143300306,1462.89074695818,458.874632602404,1992.37259094891,585.003861436348,3561.51100304459,743.9918172845,2385.16770078129,660.593678826193,3038.53379215102,775.602191741702,4283.39222513011,11632.1889988349,3464.51322649991,90341.8447846748,35576.1301547923,2457.44515500033,15852.3629228248 -1959,2691.00635336619,3229.48657599837,620.071181443629,1293.91769169158,1152.42031832496,2303.10990710961,1157.94222026097,2714.06606086616,243.894333505333,992.601101661085,1999.05258510038,5508.37081708869,1118.25170059841,3213.29338940152,1274.83406790396,3631.54160479752,958.868187474066,4123.36799491717,252.3542223043,1118.9091409212,516.233585527091,2151.43308763926,1163.63012908854,4937.85759988279,588.35363663642,1437.63757086344,484.040612518065,1957.97922562742,620.73215886526,3500.03035952405,789.719883689574,2343.99370327768,691.819657104021,2986.08105151912,812.26457282079,4209.4500948863,12155.349703041,3677.10981157457,94576.1192164723,37070.188433885,2596.85832452238,16491.7938672197 -1960,2836.45082153153,3215.710621743,653.979328934383,1288.39825369068,1212.95280779982,2293.2855786974,1219.4074789471,2702.48872526786,257.038059081237,988.366983621413,2106.73399108706,5484.87387334481,1178.48769252025,3199.58651008811,1344.35354968944,3616.05061270113,1013.16984956588,4105.77902913598,265.463566362834,1114.13623328448,543.734361822971,2142.25576390642,1225.56288710995,4916.79428259852,619.690085916306,1431.50506993924,510.579100169773,1949.62711404235,654.194482538833,3485.10035223324,832.276822564626,2333.99497769968,727.758433275944,2973.3433871875,854.46024386776,4191.49393046734,12852.2126290414,3874.09427053007,99688.4199386937,39042.4098898177,2741.5251343714,17358.0110146372 -1961,2942.06803392415,3335.8603323227,676.007619263706,1336.53712422388,1239.30419607319,2378.97040266572,1256.01877024566,2803.4627482382,261.662831744223,1025.29568181512,2143.68764697422,5689.80711702435,1199.15922905068,3319.13376989516,1367.85622610074,3751.15836512759,1031.84923075825,4259.18467413382,273.613855243988,1155.76409154709,558.701931264639,2222.29760855522,1259.44093106311,5100.50217162305,641.644131904567,1484.99089005117,523.349251034653,2022.47170767795,666.164545073073,3615.31536468827,847.215059413653,2421.20084105348,750.102145251801,3084.43744677393,880.693967464561,4348.10217103386,12969.7998959792,3931.15410664834,102241.34239209,40290.3887759481,2763.49952716481,17946.0561894573 -1962,3034.84800232291,3565.11300597674,693.374539774689,1428.38890416722,1259.98199006171,2542.46205729839,1287.02524542515,2996.1270886171,265.075924633345,1095.75779740927,2170.70083010191,6080.83172963017,1214.27015619499,3547.2369322461,1382.02576775285,4008.95185731089,1033.39220534818,4551.89161532989,280.54574320289,1235.19247934054,571.157035068461,2375.0221286677,1287.65732807639,5451.0275663744,660.782618020262,1587.04496245865,533.213810672451,2161.46345199117,675.052679208926,3863.77322289848,858.229578175314,2587.59472777788,769.105656693066,3296.41140879506,903.005965894251,4646.91985184976,12918.5203465507,3965.52318319529,104143.489137692,41315.4357174158,2758.61907182276,18439.6342931726 -1963,3135.21148366421,3774.02665351304,717.609238913165,1512.09170280773,1309.42088655632,2691.4489256592,1333.21998177633,3171.69847654113,275.885069234509,1159.96859742861,2259.62458462994,6437.16510098805,1264.01328975022,3755.10305176283,1433.18111793973,4243.87421570575,1050.94876919328,4818.62994282589,290.53988008984,1307.57407449218,592.225740881779,2514.19710995093,1335.09658061933,5770.45476259598,683.097760264788,1680.04491824,553.535118084698,2288.12401310518,702.494206509447,4090.18819372707,893.241735075807,2739.22634563109,796.504208978205,3489.57929156263,935.17457102027,4919.22678137242,13326.4895361304,4124.82933614867,107698.429018489,42644.5155499787,2861.55588151586,19019.1983429738 -1964,3079.1790733891,3623.46586934835,700.892657575596,1451.76841063073,1269.73800961051,2584.07642991668,1301.33299626123,3045.16693513892,266.47955113444,1113.69288247765,2181.72230347588,6180.36123753356,1220.43546742063,3605.29720458728,1384.81082341276,4074.56936217002,1019.72951927713,4626.39582012408,284.023221326667,1255.40979583619,576.756470560911,2413.89588710014,1300.40320704963,5540.24859984018,669.647971109968,1613.02131095131,537.154109697967,2196.84173629389,678.726264177255,3927.01448077634,862.755908034302,2629.94782047312,778.639032838748,3350.36623273235,914.199090609625,4722.97945466157,12813.993037569,3974.94477513249,104793.919938954,41706.0703425437,2744.88816226542,18632.5335103778 -1965,2834.65297279447,3483.5619577163,646.802266957964,1395.71487328429,1182.69348424676,2484.30388795355,1204.684648285,2927.59144770232,248.526300958946,1070.69261802548,2035.42344723449,5941.73425894261,1138.59722764299,3466.09479460057,1285.92615328255,3917.24810883468,926.158000983108,4447.76825874182,263.102791050519,1206.93776726696,534.711722652174,2320.69410486877,1205.56941763663,5326.33670485356,617.60930183245,1550.74171481742,498.265281040688,2112.02052830516,632.854989260746,3775.3903985561,804.656772224237,2528.40416013817,721.286456099767,3221.0068408517,846.861503759219,4540.62274865407,11808.5135856158,3709.30004828652,96878.921939077,38466.3344121388,2551.08862599792,17178.3054239567 -1966,2403.65370193949,3444.11854107687,551.719170497614,1379.91157656529,1002.30545174915,2456.17479637979,1020.37477866366,2894.44313266634,211.703235715565,1058.56945916161,1733.92396916093,5874.45763151903,969.941181975061,3426.84915385853,1104.84739515513,3872.89418284967,827.493786166823,4397.40739860079,222.078745557214,1193.27194194506,453.451065915948,2294.41752199696,1022.18319961815,5266.02805515493,522.660035893471,1533.18309168968,425.634688600097,2088.1066991096,539.070763745498,3732.64268851842,685.437351859805,2499.77573327747,608.820570540004,3184.53626379171,714.815451651485,4489.2105225902,10415.3907028677,3169.58956597206,82878.0577134578,32735.1934598281,2219.696833146,14580.1623025402 -1967,1919.61518690154,3227.53714440641,456.613954452814,1293.13663750039,877.809137478827,2301.71966903089,851.008921178622,2712.42775521069,190.123361551837,992.001932752883,1561.2793104365,5505.04577088138,873.365341671124,3211.35373258607,994.24654120005,3629.34947866065,733.189449296246,4120.87898508684,183.856376150554,1118.23372804162,384.212654200054,2150.13440701919,865.379582220908,4934.87693550308,421.755159041871,1436.7697623024,368.827209667223,1956.79732055706,483.261394539458,3497.91761819656,615.725130459554,2342.5787863028,504.035375130305,2984.2785480558,591.787288005934,4206.90912287522,9875.03333096316,2897.17448458836,70961.2670537473,26881.4434042754,2115.54608149448,11804.0247608239 -1968,1909.5038434697,3041.75670889996,482.332017703915,1218.7023314226,1027.02959485528,2169.23026197096,942.5930421446,2556.29755837744,225.177673118853,934.901257270507,1862.67347227017,5188.16954141033,1041.96247439938,3026.50483129951,1182.88556188003,3420.44030222585,848.188541986309,3883.67685285248,203.903817153869,1053.86701754423,431.957370200574,2026.37040720723,972.446979775682,4650.82022438595,415.545412055606,1354.06778236527,412.354262365898,1844.16200695858,569.528698638243,3296.57379800212,745.541916093694,2207.73748544225,558.994684445934,2812.50033342202,656.314942641617,3964.75500534994,12057.4370327504,3500.18116863048,79739.1894687552,28854.7347150677,2652.25961118601,12494.4407325485 -1969,2042.76726260556,2941.42617223158,503.802903280775,1178.50415955933,1072.29040975058,2097.67949142312,998.540533141304,2471.97960317555,232.959286555653,904.064095113703,1926.53763016576,5017.04085353953,1077.68749919678,2926.67736874628,1223.50522660304,3307.61911236527,878.551959049271,3755.57608077128,213.119461477976,1019.10584051191,450.251368471289,1959.53178403622,1013.72888011009,4497.41568427414,436.245852109411,1309.40466157965,427.970521423329,1783.33341954388,589.316180706119,3187.83827114268,771.260874197649,2134.91657702139,584.259028501998,2719.73168200207,685.977776620922,3833.97991861091,12415.2613266417,3624.20345131215,83079.1183857293,30231.0132082374,2729.71063020433,13133.9160032067 -1970,2070.25621231435,2915.23886394426,530.17606196532,1168.01202073374,1147.67486356351,2079.00399990528,1039.37474996935,2449.97174434861,250.313556556505,896.015276688906,2071.21414464869,4972.3744951716,1158.61821585878,2900.62136800881,1315.48713100225,3278.17161434195,942.225455293538,3722.14045367579,225.751974539002,1010.03281359904,478.295398164555,1942.08621174487,1076.76149402791,4457.37551188016,457.524291375359,1297.7471248822,455.939652893742,1767.45652877655,632.974310704489,3159.45717344095,828.819576333482,2115.90956637535,618.890590337734,2695.51810401471,726.638648991005,3799.84626771602,13498.2701445403,3906.58306318606,88312.6612645978,31783.678827495,2969.21227094638,13741.2844442147 -1971,2320.01847466583,2970.53762475527,574.732326965411,1190.167878409,1288.35346795823,2118.44033781151,1173.81649460248,2496.44491783709,272.748542904929,913.011665932148,2257.05618945387,5066.69477584294,1262.5765530206,2955.64285157115,1433.59479456654,3340.35479604996,1026.26240852588,3792.74521858836,246.022304347822,1029.19198565224,520.706710774879,1978.92537515816,1172.28227573305,4541.92684841894,497.318316393931,1322.36390971571,495.489575790096,1800.983166006,689.66344729229,3219.38847742005,903.12290254464,2156.04596084232,674.460940972937,2746.64901227036,791.883726456934,3871.92502341452,14792.0693803014,4301.35021375151,96698.0075995486,34689.332329494,3250.42201227122,15040.0159036118 -1972,2909.28617472739,3093.28657115443,705.018152059441,1239.34815200505,1538.47286104934,2205.97880805636,1432.8317079325,2599.60334305088,331.950810682521,950.739254066149,2746.48644114936,5276.0614037146,1536.35935161332,3077.77631419393,1744.29707144014,3478.38537623773,1249.64913200681,3949.46953531219,299.592570438202,1071.72039223712,634.899164271386,2060.698789768,1429.30275035708,4729.60894697895,608.261817050409,1377.00680510313,605.519796696661,1875.40362924726,839.461430620355,3352.42047148055,1099.10987909222,2245.13837558774,821.321820807663,2860.14640397981,964.312897264816,4031.92121844668,17872.096501861,5201.19460285878,117682.8693954,42445.90124542,3930.7498270267,18436.1795555908 -1973,3897.69491355745,3387.58514466983,911.536955459037,1357.26105300339,1887.70780786861,2415.8579775036,1836.81016838337,2846.93236930409,397.650380573386,1041.19359763262,3282.85395144263,5778.0314957754,1836.39842262208,3370.59922536982,2084.93528953337,3809.3226595498,1509.09199101328,4325.22626642913,386.396140136449,1173.68500993015,800.378385381837,2256.75586379697,1803.29834817374,5179.58897125522,806.85132958805,1508.01669673163,747.82084264648,2053.83152467729,1007.11911854646,3671.37331981375,1315.99963781602,2458.74322792884,1059.29055886045,3132.26377408895,1243.71168764941,4415.52249036908,20495.2667064945,6148.81457043305,146972.590813085,55201.5902933335,4494.80491003811,24310.7209868857 -1974,4040.79177226122,3914.4504173515,920.391468783836,1568.35352278707,1963.8613671701,2791.59220047371,1915.83207131834,3289.71084866416,406.827014457787,1203.12864141868,3359.69507237068,6676.6787650182,1879.3826416437,3894.82270732992,2133.9681883656,4401.78004026364,1542.18738281044,4997.92124499157,392.949532744934,1356.22621447292,814.962015751133,2607.74520953376,1836.07429818092,5985.16150719966,816.857281744942,1742.55593167372,760.027163196613,2373.26039807223,1030.13380830881,4242.37567773335,1346.4659762398,2841.14731990427,1077.25643946221,3619.41935453035,1264.8054050402,5102.26108484568,21153.8690072203,6347.65169167114,150224.842978949,56108.7799746007,4638.12297363177,24737.981851473 -1975,3922.23350186119,4301.02189082211,897.318222386056,1723.23624388098,1915.27368373711,3067.27583296594,1864.13849277691,3614.5861783971,397.550454108362,1321.94358658347,3283.20127032951,7336.03404427839,1836.59270962524,4279.45584668591,2085.32124433649,4836.47774099719,1506.40077813525,5491.49085859613,383.28863999647,1490.16030743379,795.194925059674,2865.27303607536,1791.51809396148,6576.22601335405,796.164737157414,1914.64200820852,742.267632340292,2607.63168170007,1006.62043347888,4661.33140380097,1315.77382231447,3121.72476723481,1050.77146351241,3976.85504123282,1233.70942871872,5606.1347772694,20682.0325270496,6200.17977138131,146615.376185988,54715.1326672525,4535.15641415527,24116.765374135 -1976,3763.85914293738,4484.78792187762,876.927085862367,1796.86346391089,1824.28123178636,3198.32866652148,1776.41614907391,3769.0234662727,383.500056285038,1378.42512337921,3166.25787513381,7649.4744066448,1771.17564579909,4462.30044408285,2010.89281218934,5043.12172963811,1455.01089028568,5726.12102446794,371.904801013752,1553.82909412792,770.727749344647,2987.69507137202,1736.46404184459,6857.20271714085,775.812512706758,1996.44725628025,720.442351454994,2719.04569836044,971.234070317159,4860.49206683754,1269.19002331089,3255.10399316867,1019.56309493574,4146.77067653101,1197.0677231672,5845.6632343971,19795.8825051708,5938.6686197695,141662.200969628,53143.4518153179,4341.71166728897,23420.6408765824 -1977,3544.99817181684,4526.11578464374,848.287105401103,1813.42177791359,1730.60810699512,3227.80165175811,1673.29115680828,3803.75547306761,368.061737492718,1391.12747749823,3038.09541073402,7719.96523787644,1699.48273745033,4503.42108202308,1929.48378281665,5089.59470592727,1397.62105787755,5778.88792181151,359.059229381076,1568.14781703807,743.457089321292,3015.22704257055,1675.07539031947,6920.39266899365,752.008899002755,2014.84475905287,693.754133333385,2744.10203311564,932.282462515871,4905.28208870997,1218.03437647992,3285.10016990266,984.347440998683,4184.98366952589,1155.72106900948,5899.53172765396,18883.3106148848,5662.01457449107,136063.929680484,51254.1566892069,4142.02273437932,22565.105867555 -1978,3355.45215897676,4609.74622282038,812.656278319836,1846.92893175189,1622.62663541691,3287.4427390232,1571.27533356314,3874.03863683659,349.137575730473,1416.83176922171,2881.04974127068,7862.60941806788,1611.63282881964,4586.63218317549,1829.7293159273,5183.63671803008,1327.18032656962,5885.66621738992,343.561298483311,1597.12296820623,709.737037397285,3070.94032317813,1599.2333430814,7048.26290007036,722.252408006183,2052.07366747567,660.857035816265,2794.80565325048,884.524425954773,4995.91849970296,1155.33311689655,3345.79997957065,941.860443390278,4262.31090433327,1105.83713956566,6008.53919606532,17769.2891274046,5334.69007005737,129374.038201133,49021.9855569135,3898.45130424039,21590.0761739491 -1979,3243.50848215296,4696.30080523339,778.627812059489,1881.60766561426,1560.37365091942,3349.16918115882,1518.4329404357,3946.77925644017,331.708360880853,1443.43481333884,2736.63371595291,8010.2411621948,1530.84782741001,4672.7527664153,1737.93262977135,5280.96691579427,1261.97132706667,5996.17802368993,327.792261550718,1627.11123760183,676.859408757274,3128.60162261629,1525.17549273982,7180.60412289791,691.546015795486,2090.60428733708,630.393781357365,2847.28212908012,840.492282155724,5089.72401927159,1097.60505313455,3408.6221624135,898.630218732448,4342.34189142159,1055.08058819557,6121.3581183854,16836.1353417266,5077.81094695542,123588.399232633,46930.7533366063,3690.79598746277,20697.5838963083 -1980,3141.68707961873,4648.01998302589,769.025780159418,1862.26359696633,1508.10459723672,3314.73768954777,1462.81081574462,3906.20397059816,326.859578558187,1428.59542751559,2696.44461196354,7927.89102206746,1508.36641085469,4624.71403233688,1712.4058584693,5226.67537116812,1243.83924242437,5934.53367485187,323.649145904083,1610.38354667391,667.95639392371,3096.43769935752,1505.14251540714,7106.78315499616,683.400388735458,2069.11160658915,621.799909524582,2818.01034093241,828.245280023245,5037.39856767662,1081.54404643015,3373.57945807637,887.272022226659,4297.69998164651,1041.74494423395,6058.42684220887,16519.4624879557,4967.95228475869,121454.698101356,46240.2538477876,3624.02454524367,20365.3641397252 -1981,3094.12672672625,4624.04202297902,762.201048778363,1852.65664986028,1486.10346340333,3297.6377957917,1438.64713177559,3886.05285182414,322.48176376394,1421.22566486198,2659.9662544683,7886.99303649999,1487.96075188998,4600.85630179773,1689.23170548611,5199.71227426116,1227.79476504334,5903.91891590675,320.222384716632,1602.07598507063,660.945386500394,3080.46396006337,1489.33924720944,7070.12105733423,678.080778918971,2058.43758289379,614.974998765142,2803.47293799238,817.228249859585,5011.41190194862,1067.02580696,3356.17601451199,877.877684664037,4275.52923392388,1030.71506454076,6027.17294973424,16250.6124799017,4891.86683673446,120026.254920941,45786.595917392,3564.48828417456,20165.4519674602 -1982,3084.53500273987,4542.10108713955,766.663767737775,1819.82640763403,1482.33920331786,3239.2015779321,1433.01779870727,3817.18954871884,324.001692292821,1396.04065130909,2672.50906889215,7747.23055442078,1494.97708736024,4519.32623153481,1697.12774680508,5107.57009914,1233.61731486899,5799.29775574306,321.713141098179,1573.68618998437,663.399009433305,3025.87619930061,1494.91882882917,6944.83406100996,680.273528686429,2021.96077297917,617.852787807084,2753.793632528,821.078813888527,4922.60652797451,1072.05545665676,3296.70246256233,881.964537498477,4199.76416412225,1035.51343321627,5920.36765049318,16310.7870991723,4903.10997021885,120403.364787967,45947.3133126773,3578.78545154878,20225.9171214916 -1983,3169.46486404917,4463.86406439135,771.209544316661,1788.4801655931,1511.49241675062,3183.40680747747,1472.82151064673,3751.43902053203,325.232624085679,1371.99405655075,2682.4912225982,7613.78564830939,1500.56101268598,4441.48150232254,1703.53263364249,5019.59295588226,1238.78490535231,5699.40570540444,323.533050977729,1546.57967696709,667.463832015132,2973.75592709702,1504.05318334149,6825.21031640592,685.60892943547,1987.13279624403,621.060643401398,2706.35994249368,824.234067871816,4837.81535500831,1076.11304873941,3239.91724783256,886.953752330447,4127.42384449003,1041.37126395667,5818.39018903579,16383.0566781393,4945.57704225611,121398.059297056,46339.2879657561,3592.26481874213,20437.5395877198 -1984,3286.51366865363,4361.0642565309,795.540788032012,1747.29266195654,1542.33058754063,3110.09507498971,1513.87177689374,3665.04588558259,333.039219138735,1340.39794982245,2746.26855077207,7438.44525029401,1536.2374657326,4339.19714991658,1743.95156180565,4903.99508283799,1269.35622882143,5568.15219880505,333.436026029433,1510.96298001134,686.107691661264,2905.27231435261,1546.21040737973,6668.03028157226,707.568008975164,1941.37045520936,637.701990961211,2644.03428067325,844.146221206586,4726.40369869771,1101.88846071875,3165.30411764836,914.102387855625,4032.37203017586,1073.2464421351,5684.39654925151,16681.0617470774,5048.41623366725,124680.952189005,47789.6478500866,3657.59306703272,21100.8694034585 -1985,3423.09315107108,4350.99221536678,806.982220585976,1743.25722414096,1575.975207751,3102.91219398247,1569.33620212104,3656.58132490278,333.139145603759,1337.30225057732,2745.92123188518,7421.26588251796,1536.04317872944,4329.17561165382,1743.70460414796,4892.669122605,1271.71950090407,5555.29234284892,337.618057858189,1507.47335444361,692.552490256926,2898.56247917894,1560.91072261142,6652.63021600823,720.138612901494,1936.88678746464,641.802344970743,2637.92778451824,844.644906274158,4715.48789241483,1102.1142762203,3157.99372929026,925.567271618416,4023.05911601365,1086.70734746844,5671.26822261623,16575.9482067728,5066.01848203971,126105.123005052,48606.5312049855,3629.90312992804,21545.0603873614 -1986,3517.5554021988,4473.7411680691,808.655506000921,1792.43750026242,1580.4453983115,3190.45066872242,1599.23543435446,3759.73975541375,329.282261570441,1375.02984064863,2712.97996144062,7630.63252114058,1517.61613385375,4451.30908054814,1722.82908922749,5030.69970988063,1259.13572263288,5712.01666762054,337.715021503486,1550.00176321232,691.286558678437,2980.33589798784,1558.17742815307,6840.3123242057,724.87232803956,1991.52968565796,638.21542977075,2712.34825158099,835.107190613103,4848.51989330651,1089.25171173519,3247.08614861057,925.833093823524,4136.55651355118,1087.0194489788,5831.26442586418,16256.2124897671,5013.75867617699,125905.245817881,48835.0885822549,3556.5219003066,21726.3915183426 -1987,3573.28505550447,4667.57924028873,790.792497137824,1870.10015810791,1564.45570673854,3328.6863832852,1613.65891028159,3922.64160396916,317.668745716579,1434.6070766895,2616.08770337875,7961.25225128305,1463.41549242987,4644.17521620783,1661.27217016959,5248.66965875453,1216.54239451609,5959.50668944847,330.358203241051,1617.16017547419,673.337828478148,3109.46776845818,1517.95761808357,7136.68909355654,712.048254105404,2077.81860147441,619.456201497048,2829.86876439636,805.906664151063,5058.59636262596,1050.72664302151,3387.77576290254,905.664651856432,4315.78506301158,1063.33970711162,6083.92120962716,15571.3802104478,4860.97214144236,123027.115831586,48003.0522271239,3401.70645973286,21461.2923988785 -1988,3482.17581173094,4409.86492464166,764.597586717678,1766.84501071197,1494.36289153285,3144.89729495705,1556.9319351726,3706.05805081386,304.485338101324,1355.39711324631,2506.82629033646,7521.68206510958,1402.2956590373,4387.75312330384,1591.87319004885,4958.87119159882,1167.22732633169,5630.46028037876,319.061435453098,1527.87078016695,649.082406910369,2937.78255076378,1463.37811474761,6742.64608945361,689.804122692777,1963.09455045121,596.059578435969,2673.6212419778,772.606231126295,4779.29254524754,1007.0590168603,3200.72413134884,874.694985701922,4077.49460520993,1026.97826176805,5748.00541467801,14815.0530414185,4643.1271139977,118397.344530402,46428.4777388333,3236.490446256,20793.342852904 -1989,3126.66678800685,4148.57666053072,686.108046102166,1662.15793442028,1321.08941459715,2958.55944356055,1386.67536446875,3486.47094523597,269.708952729456,1275.08867637737,2219.49164436412,7076.01597701584,1241.56329066727,4127.77500231217,1409.38823923192,4665.05383715732,1035.40480155552,5296.85069869178,286.5359010939,1437.34313118956,580.385558093847,2763.71642489784,1308.70749860633,6343.13854844409,621.789402570178,1846.77952127495,530.807173059705,2515.20689932913,684.577920383791,4496.11537901551,891.947783454896,3011.07849220354,785.52745039367,3835.89956646765,922.286772833172,5407.43118336558,12977.3239862108,4091.60920526453,105582.98529229,41710.3156847464,2834.03378614646,18717.8182343393 -1990,2671.91178525888,3912.69592954905,608.141117254403,1567.65057426754,1152.44987024188,2790.34098665237,1189.34622505739,3288.23637410395,241.754363599899,1202.58938959503,1990.44438684923,6673.68622450672,1113.43635336584,3893.07701682317,1263.82560278939,4399.80712744924,926.704058053678,4995.68113694905,251.967505832969,1355.61834309969,513.658956911638,2606.5763973956,1157.97314002396,5982.47891022167,544.940519647528,1741.77490424937,474.146565534816,2372.19668389106,613.414439559548,4240.47421122173,799.589052301967,2839.87389508437,690.75948836918,3617.79710199617,811.019830067847,5099.97421085729,11729.7667592165,3649.65927478248,93324.8956625097,36604.9767732702,2565.39901437122,16332.1146192758 -1991,2143.47354832456,3603.32178702013,512.95324800712,1443.69753499957,1026.75732590631,2569.7106679022,998.027424742683,3028.23781377931,224.692506633228,1107.5014839874,1855.4469381193,6146.00250198146,1037.92001740557,3585.25412806177,1178.29315694827,4051.91744170406,852.227419409314,4600.67610821183,215.017203721768,1248.43054470072,448.769089440563,2400.4762167528,1010.82810934722,5509.44846871212,449.489200843208,1604.05397546187,422.19134137114,2184.62874398387,568.974800559596,3905.18286821058,743.648083874577,2615.32704375691,589.461617847972,3331.74040440794,692.086130104775,4696.72280139101,11580.1644901414,3442.003434633,82086.2617620597,30753.1869914985,2544.31886466889,13487.9180231805 -1992,2133.7312504836,3371.72980049826,515.779503454873,1350.90849204713,1127.92156103833,2404.55073117114,1082.3431742468,2833.60751085159,239.433847455647,1036.32036725325,1970.50326544826,5750.98784252764,1102.28147275655,3354.82338254953,1253.08450114776,3791.49340382681,902.892010832274,4304.98236165759,223.197064210036,1168.19166319885,471.343735729923,2246.19328325548,1061.23354226212,5155.34628441508,443.702529592035,1500.95853502586,443.31844763934,2044.2187166434,607.70154127638,3654.18972587233,809.339331449171,2447.23526032257,611.886399278133,3117.60344289329,718.415037243982,4394.85596073445,12869.9272882858,3795.74277375426,85890.3514672315,30994.66411686,2888.84201822978,13532.8814594429 -1993,2237.82795937903,3254.56920701389,538.440584335428,1303.9672333947,1169.95480219685,2320.99759749903,1129.62885134355,2735.14554701805,247.580159621265,1000.31039123163,2037.03054150929,5551.15298368091,1139.49622145597,3238.25025190405,1295.45271111429,3659.74689871873,934.683897218287,4155.39318391358,233.123149468248,1127.59943408736,490.978667681343,2168.14274133248,1105.54723720289,4976.20873009201,465.537415130401,1448.80334965689,459.871495821073,1973.18637057035,628.485533261733,3527.21423782332,836.799221647934,2362.19892809545,639.098390569646,3009.27321146007,750.364601346466,4242.14386246316,13239.3520528956,3919.51310183968,89293.4512586774,32401.3543296285,2970.85961496186,14176.7919994301 -1994,2324.27931954383,3204.07903656595,562.103062648225,1283.73797302723,1239.08922131497,2284.9905081262,1185.49546243257,2692.71352112311,262.657667764717,984.791949637184,2161.99345427527,5465.0344707531,1209.39932993536,3188.0132476273,1375.02439052148,3602.97095297623,990.267090365585,4090.92796692515,244.805423575584,1110.10627784985,516.503957706357,2134.5069850765,1162.9496127345,4899.00968745822,484.917226566584,1426.32715590686,484.651134829309,1942.57509459535,666.569591797447,3472.49435425461,887.894614647165,2325.55265667665,671.124907872719,2962.58847142025,787.966894269183,4176.33282786636,14166.4934418476,4172.55422663694,94055.7303519282,33871.4458773554,3180.46013994383,14790.0578580445 -1995,2523.58981861768,3238.77884830759,609.395938053645,1297.64070934592,1351.33556744233,2309.73669558242,1290.41579833689,2721.87530246209,286.206441573902,995.457134505319,2356.03371313065,5524.22017283239,1317.94367292407,3222.53906870102,1498.5110216423,3641.99071882846,1078.64083147737,4135.23225176983,266.795081684081,1122.1286026474,562.332480359471,2157.62345308434,1266.18125527948,4952.06540547742,527.119224940099,1441.77411686729,526.712332089947,1963.61296204718,726.288430298651,3510.10107337464,967.529891163262,2350.73812759076,731.408732702529,2994.67296779285,858.74605574656,4221.56203764662,15463.8918032808,4551.5274198351,102387.245329188,36831.01417235,3472.07826165788,16084.4623682684 -1996,3087.62571021377,3347.81682591665,745.627421847013,1341.32758184857,1637.00881586087,2387.49718183092,1569.82803411762,2813.51100597411,347.043652885025,1028.9705782527,2856.26805929065,5710.20069935942,1597.77018297211,3331.03031162764,1816.50125606965,3764.60338275257,1308.69198096307,4274.45057534026,324.013284225862,1159.9066168869,683.595675760228,2230.26283625468,1539.17188481944,5118.7835489787,643.307291055896,1490.31344024667,641.60953262692,2029.72071321409,880.79148793338,3628.27348963708,1173.10692451911,2429.87898385977,888.270293809402,3095.49278269911,1042.91701361993,4363.68677307792,18674.5532527195,5506.92171219235,124477.588659212,44907.856910045,4192.01049963943,19615.4928261449 -1997,4133.49928913845,3589.15594518573,964.987182588354,1438.02188565535,2007.77044552418,2559.60829097523,2009.61124770623,3016.33281599048,416.988199111532,1103.14753177862,3424.79539859564,6121.84054684593,1915.79916767866,3571.15931613096,2178.02658762436,4035.98802296273,1584.39946722609,4582.58933885501,418.117676517952,1243.52255405133,862.764581706723,2391.03915605613,1944.12732516581,5487.78901662442,853.807546298097,1597.74791226427,794.236925105557,2176.04025062043,1059.80478353179,3889.83031128804,1408.48147784966,2605.04533386896,1146.25396379925,3318.64223821803,1345.81530994217,4678.25844092668,21490.1449746754,6528.53976439855,155689.947909219,58471.1568755921,4811.69900828178,25900.4300990517 -1998,4198.26485974992,4017.18524604984,982.699872915616,1609.51499204154,2078.17260415575,2864.85759304071,2062.62720427667,3376.04937501423,432.359549180145,1234.70477643123,3552.64182368726,6851.90833138528,1987.31528653401,3997.04240639016,2259.58836909822,4517.30484456304,1640.22207109381,5129.09178701095,429.124823513713,1391.82039832117,887.603807052699,2676.18553418389,1999.92619946899,6142.24218944523,870.579943950617,1788.28934659813,816.38764894457,2435.54666420342,1098.53716304583,4353.71691138239,1460.63909985302,2915.71328756177,1176.42964538986,3714.41108714417,1381.24453902678,5236.17002802766,22494.9062961658,6795.00164446308,160257.349796507,59755.3947850794,5039.52566587088,26423.5919954103 -1999,4095.34864815222,4373.3456522386,958.300995680617,1752.21329401706,2029.93635284634,3118.85355825382,2012.54531808362,3675.36719161249,422.635136876387,1344.17270677608,3472.86403403849,7459.39300162149,1942.68832193606,4351.4169646492,2208.78559553309,4917.80545127518,1602.682733136,5583.83293095933,418.686233951064,1515.21807307249,866.32476941312,2913.45398672256,1951.95546808043,6686.8084315058,848.706973491882,1946.83763876208,797.533753927911,2651.48026847705,1073.80293166251,4739.71394378551,1427.8058895347,3174.21807766302,1147.81264272615,4043.72778043088,1347.64535287275,5700.40464252285,22005.6442713853,6642.67474452643,156501.219919778,58302.7563596233,4930.16887022811,25772.1278034644 -2000,3994.43569780708,4534.7582464223,934.705462724384,1816.88444417087,1954.84134732877,3233.96502753801,1949.26379566119,3811.01861277838,406.598324020069,1393.78378737306,3340.08419003878,7734.70624488437,1868.41249374397,4512.02020905076,2124.17293880608,5099.31311124593,1543.87024656445,5789.92250872073,405.435029684766,1571.14214113774,837.801008344229,3020.98451447561,1887.77698279999,6933.60691979504,825.694361952699,2018.69203553636,772.247297327615,2749.34180117861,1033.26774268729,4914.6485554514,1373.47939873814,3291.37295522412,1111.48496210319,4192.97475131184,1304.99306960821,5910.79667974393,21037.4268940892,6374.1988621447,151296.037631404,56634.3429863,4711.45527894258,25061.1372536797 -2001,3861.99569375821,4541.19135996042,900.648287505096,1819.46191870862,1868.1899299732,3238.55280555614,1874.34582554977,3816.42501243623,387.846073775211,1395.7610414767,3185.12858735205,7745.67887909185,1781.73174931874,4518.42106588012,2025.60467921438,5106.54711544823,1474.20314427124,5798.13622747958,389.764827399281,1573.37099992783,804.291638203783,3025.27015338345,1812.36360070871,6943.44309586439,797.707158498316,2021.55579901777,739.801187181666,2753.24208141428,985.804556383615,4921.6205902191,1309.99961120867,3296.04217346392,1068.52568893191,4198.92300283307,1254.55464203125,5919.18187341363,19946.0267271265,6067.47443962653,145055.356644217,54567.3339608404,4465.40248874635,24180.7499765647 -2002,3709.7714982476,4601.88353619986,861.878421938596,1843.77868818124,1773.78139755823,3281.83546027283,1790.14892805281,3867.43082150688,367.33769085468,1414.41512768508,3015.81415721205,7849.19843384325,1687.01880837307,4578.8089213826,1917.90690777533,5174.79516600132,1397.7542337045,5875.62723763194,372.48195976767,1594.39881013191,766.790228005621,3065.70232520073,1728.00875136572,7036.24091887584,765.416259034832,2048.57351553895,703.78093636664,2790.03864874425,933.864503190999,4987.397132225,1240.59762474359,3340.0931628691,1021.14535406176,4255.04082626388,1198.92545157935,5998.2906360661,18772.7442830899,5734.91929391267,138129.65826766,52231.235987071,4201.12356594299,23183.3328082057 -2003,3568.5502386427,4666.60452764432,829.35820700406,1869.70963227502,1697.41865636955,3327.99126649339,1717.28728069689,3921.82245379001,351.579164136046,1434.30749320405,2886.08454668661,7959.58973355487,1614.44925283996,4643.20539093588,1835.32696135603,5247.57359923002,1338.42784602849,5958.26218855719,357.074168605159,1616.82247012632,735.232467888132,3108.81843024767,1656.8782980248,7135.19876618542,735.530622623257,2077.38469859684,675.418330090981,2829.27781377192,893.876401693206,5057.53999537781,1187.32448079418,3387.06830670254,978.905471164434,4314.88381419396,1149.33165920112,6082.65072772952,17920.4170510807,5482.2087347277,132432.715682738,50161.8541108789,4009.74917356815,22269.2373265697 -2004,3512.5414639368,4629.76034682436,814.65249188974,1854.94773861887,1659.82249582341,3301.71582119616,1684.88587168924,3890.85854099748,343.317042582801,1422.98322428047,2817.78207216548,7896.74649032341,1576.2414743865,4606.54595300956,1791.87848387407,5206.1425010063,1307.78363021001,5911.22000014215,350.44856647201,1604.05719312669,720.636437015347,3084.2734173369,1624.06328736234,7078.86432602226,723.530666154182,2060.98315074458,661.228143270363,2806.93985418203,872.970716220493,5017.6092669456,1159.35124040733,3360.32643123346,960.741630852955,4280.81656925698,1128.00551756885,6034.62645613129,17435.5800872692,5347.02024928064,129718.576517048,49276.7986967752,3900.39237792538,21896.0805514542 -2005,3485.25817737771,4596.88000204729,807.366579689144,1841.7739852018,1638.31714714468,3278.26718748204,1668.0956946005,3863.22584281807,338.714107343485,1412.87726295174,2779.63900871373,7840.66416040388,1554.90459416191,4573.83047578831,1767.61245235266,5169.16871671333,1290.86465991804,5869.23878791999,346.710731475323,1592.66525280988,713.013153241795,3062.36904956151,1606.8779245446,7028.59055756914,717.847093412511,2046.34614331877,653.949323552869,2787.00509660062,861.342925014835,4981.97443699874,1143.75351239373,3336.46154766595,950.494496082999,4250.41440711891,1115.97436976742,5991.76881694171,17153.3567171203,5269.70837123637,128259.44890697,48823.3687077115,3836.60091380044,21704.5722183989 -2006,3504.32126804558,4512.14488659885,812.98164089186,1807.82423424103,1648.72424260161,3217.83829908852,1676.44279897808,3792.01430637405,340.942114481853,1386.833442374,2797.9896623582,7696.13578843673,1565.16978168022,4489.52023640097,1779.21212821295,5073.88450050841,1299.28525419356,5761.05005424251,348.748430751561,1563.30736789501,716.662160959991,3005.9198503558,1615.14571323833,6899.03128430767,720.847082529779,2008.62547699196,658.015060057583,2735.63173064139,866.994740373081,4890.14080660329,1151.2868191495,3274.95995216969,956.080772396093,4172.06575426512,1122.53320962766,5881.32146521232,17275.0829304742,5304.75237660464,129025.394721772,49088.6421852986,3863.94011271113,21819.1330818748 -2007,3536.48658492462,4435.85728913947,820.468389162147,1777.25904386589,1664.15449966793,3163.43376221752,1693.47935815628,3727.90207854553,344.129426333086,1363.38601458655,2824.15724723639,7566.01591778169,1579.80768891122,4413.61515773261,1795.92441016056,4988.09947629967,1311.61096144011,5663.64700568643,351.97376144381,1536.87626557348,723.977940398744,2955.09825457322,1631.57711169727,6782.38819444587,728.467173149013,1974.66530601196,664.434831325067,2689.37994185594,875.097686170834,4807.4623681334,1162.05122370259,3219.58964983991,964.922895793848,4101.52793226815,1132.91473537755,5781.88496755021,17437.9925282125,5355.02705000357,130250.249499766,49558.7635044709,3900.39237792538,22027.7547190561 -2008,3617.74146661946,4352.48677391446,834.373542913917,1743.85603008135,1670.44924022215,3103.97803913058,1714.9971283267,3657.83735447118,344.044728520414,1337.76161166337,2822.04860647902,7423.81507493436,1578.62813459111,4330.66267623461,1794.47241109306,4894.3497462642,1313.47595924641,5557.20057647584,357.093267909297,1507.99116901917,731.039507509776,2899.55813054185,1647.77447737734,6654.91538335896,742.8841187999,1937.55210483612,668.923639812269,2638.83390829952,875.178459685279,4717.10765461784,1161.55563782847,3159.0784948536,978.957831192014,4024.44103009026,1149.3931350424,5673.21629376384,17245.8316539348,5334.43414400167,131364.917540952,50395.3859619205,3854.82704640756,22457.3880834254 -2009,3668.9114961983,4347.48324606503,840.858893751963,1741.8513296273,1659.71574411892,3100.40977083488,1722.17821004543,3653.63238107955,340.300844393813,1336.22374886733,2789.78055465226,7415.28081224596,1560.57768204213,4325.68423691187,1773.9095948325,4888.72330406407,1301.81303562893,5550.81213481167,358.943708495373,1506.25761388097,731.796628198255,2896.22485910168,1649.72969522906,6647.26503168972,751.97198212235,1935.32473542185,667.116820253251,2635.80035997737,865.98133893267,4711.68496622277,1148.68453958109,3155.44688422534,984.030744813432,4019.81461677337,1155.34923642423,5666.69448285525,16851.0409167461,5255.70498025325,131229.001514495,50801.6813103422,3763.69638337192,22701.0295494434 -2010,3692.69657605709,4465.6185521938,842.430718173105,1789.18311411263,1645.42537498856,3184.65802129881,1722.38306922359,3752.91349509223,336.216450979621,1372.5333083744,2755.12915394578,7616.77818882087,1541.1940059663,4443.22719282929,1751.9142738334,5021.56586869665,1288.35621498883,5701.64581344696,358.93139055386,1547.18754834033,730.205814517176,2974.92473923518,1646.27241022062,6827.89291338391,756.79423435607,1987.91382366838,663.21064753207,2707.42365667485,855.832196699022,4839.71682151994,1134.72456585862,3241.19067265246,983.996975637725,4129.04609702422,1155.30958807831,5820.67706302418,16493.6491162306,5177.65568804624,130648.359921367,50923.9193321501,3681.67878663985,22801.8092163365 -2011,3674.09288189308,4668.2940299815,835.980231471449,1870.38654388706,1631.46524977825,3329.19613589887,1710.30793274176,3923.24231445367,332.882218165807,1434.82677137465,2727.51981290477,7962.4714316671,1525.74959354732,4644.88642182537,1734.35019838744,5249.47343621169,1275.82695514352,5960.41932397192,356.806220903298,1617.40782620822,724.569668771301,3109.94395009249,1633.67390652112,7137.78200093786,752.4524534266,2078.13679710502,657.335660028068,2830.30212844238,847.405090412104,5059.37103239669,1123.42904680346,3388.29456442086,978.170902566648,4316.44597919971,1148.46920315183,6084.85289689982,16291.929578986,5123.26839299933,129610.312446713,50608.8821711528,3636.11345512203,22677.2256731339 -2012,3540.93177705035,4423.83582268654,801.856110895597,1772.44255438453,1547.52110082835,3154.86064762665,1635.97943521525,3717.79921750743,314.601842383644,1359.69114837053,2576.55603640923,7545.51151454929,1441.30184011995,4401.65396892595,1638.32373157618,4974.58139701768,1207.75671523303,5648.29814794776,341.561052547925,1532.71122931,691.385566968015,2947.08974297854,1559.03838191635,6764.0074741396,724.148844479351,1969.31383251211,625.381145717756,2682.09154445205,801.116852577734,4794.43382735422,1061.56036709416,3210.86434908182,936.376844009588,4090.4125204707,1099.39885256016,5766.21567711965,15240.3343103499,4826.26526041227,123473.107479421,48553.2122678149,3399.17373122936,21801.7841871027 -2013,3197.69448186759,4154.03505512128,719.635770635559,1664.34488059973,1377.05338610038,2962.45210029177,1466.64089470238,3491.0581894175,278.760139844742,1276.76634505826,2282.00398538089,7085.32608274418,1276.53212148814,4133.20602759803,1451.00214629139,4671.19177474726,1071.62914486532,5303.81990851158,306.757542044754,1439.23428244795,618.281064587569,2767.35272139611,1394.41186054137,6351.48438750485,652.808275441102,1849.20937907288,557.069485659775,2518.51622511888,710.059945853918,4502.03103970387,940.469698028883,3015.04024966845,840.96432234674,3840.94656334317,987.375133149465,5414.54588692184,13369.502862878,4263.76816899812,110264.756259487,43655.8078900058,2979.97268126542,19646.8216182121 -2014,2807.23156887579,3924.3275147261,639.18530795014,1572.31085493099,1229.54563336315,2798.63605722357,1297.08420246418,3298.0115782487,250.777826421587,1206.16442357926,2054.03794458851,6693.52562709843,1149.01000691506,3904.65027928397,1305.93859548167,4412.88678717415,962.49296098477,5010.53219915988,270.409737265645,1359.64829853432,548.7012219088,2614.32517622552,1237.18147965691,6000.26350536198,573.126908827244,1746.95281828174,499.059721235691,2379.24870333806,638.551769118166,4253.08020920036,846.22786524743,2848.3162161074,741.318175715421,3628.55201776341,870.380720088784,5115.13531345827,12174.2191273786,3846.33263142277,98151.6903977802,38506.3274560359,2715.69375846207,17267.0073124279 -2015,2302.04183720096,3620.54173141513,543.089112242292,1450.59683313205,1127.55904306022,2581.99107954124,1124.2542148401,3042.70948460149,235.636377091327,1112.79413202131,1935.79313056685,6175.37368434904,1082.86494132139,3602.38772877142,1230.98446933761,4071.28118359651,894.839956392874,4622.66231745026,232.748632087923,1254.39667979257,483.858292268549,2411.94787246862,1090.01902342988,5535.77761772681,475.738560742831,1611.7196023186,448.434253222059,2195.06888442057,598.787661040021,3923.84537903188,795.990411641645,2627.82545187313,638.071665186295,3347.66248627949,749.15912438965,4719.16800896865,12206.458050278,3690.97487387381,87449.0035346225,32655.2658954873,2733.91989106919,14420.4474906373 -2016,2161.05766521322,3389.53456995864,523.579638125758,1358.04210466918,1124.20523050765,2417.24821108723,1095.46986555516,2848.57066966238,240.519839363844,1041.79276460351,1988.13967653265,5781.35653123175,1112.14711953071,3372.53887591373,1265.01670805403,3811.51477859881,912.251509524397,4327.71526821167,217.842087775954,1174.36042062589,469.757256089435,2258.05454021798,1056.88841458857,5182.56962599747,469.94250859466,1508.88450248677,442.973992675642,2055.01342592617,608.635368673254,3673.48605431005,791.277998500826,2460.15814032883,597.205931772583,3134.06627172418,701.17871915912,4418.06345416436,13111.1855931977,3816.70579283388,86284.1101067936,31056.0455629575,2891.88586537211,13510.6983589949 -2017,2266.47263960093,3267.825315366,546.59223163679,1309.27839128811,1166.13415963764,2330.45119755495,1143.36058701645,2746.2860032271,248.708940340372,1004.38473167071,2055.29745186596,5573.76325273655,1149.71456374635,3251.43989190863,1307.81023718347,3674.65332668043,944.426707338099,4172.31841695913,227.565347973305,1132.19223249639,489.362013194659,2176.97375191293,1101.10250752927,4996.47720739667,492.998090224158,1454.70443608718,459.535381548985,1981.22330899859,629.469643872884,3541.58085015927,818.179444128035,2371.8203443101,623.861885749658,3021.53021053271,732.4754405633,4259.42243763214,13487.5184714913,3941.21586480135,89705.8405212121,32467.0282199055,2973.98988047731,14155.0205860073 -2018,2354.09799693126,3229.22665304674,570.597439159423,1293.81355163784,1234.99698666222,2302.92454293147,1199.86126976652,2713.84762117154,263.844897712392,992.521212860787,2181.31913828562,5507.92747974457,1220.20994050703,3213.0347697471,1388.10662782931,3631.24932273017,1000.50480080792,4123.03612854935,238.922936898027,1118.81908630735,514.751574317654,2151.25993106306,1158.15555429076,4937.46017989299,513.621910193704,1437.52186361648,484.256375415344,1957.821639049,667.58100729719,3499.74866204662,868.042093862071,2343.805048596,654.998290774637,2985.84071888963,769.032653801007,4209.11130026131,14432.0659220403,4195.57354486654,94485.0423612817,33937.4023344744,3183.81125241283,14765.0794019494 -2019,2555.9968155493,3274.45336639048,618.60028039136,1311.93396897211,1346.86739648275,2335.17799533536,1306.04553646023,2751.85622868303,287.497790690575,1006.42190092159,2377.07994378004,5585.0683818889,1329.7167415218,3258.03470877514,1512.76148403283,3682.10653711735,1089.76711598846,4180.78102945801,260.37968906721,1134.48863060899,560.415782194406,2181.38925510363,1260.94081111816,5006.61144123027,558.339456364291,1457.65497789937,526.270626084533,1985.24177630196,727.383162014037,3548.76415291165,945.875179171866,2376.63105012998,713.821173913681,3027.65870715499,838.096525511491,4268.06172110874,15753.7894630231,4576.62126752619,102853.327457677,36901.9526804893,3475.73663945354,16056.8287402548 -2020,3127.20401657511,3381.41196038649,756.900446166703,1354.7877210448,1631.61575216759,2411.45556815871,1588.86529390638,2841.74441463804,348.615995589307,1039.29623426659,2881.82185219512,5767.502209663,1612.06474059663,3364.45699446642,1833.79517117574,3802.3809445027,1322.24675205123,4317.34442208588,316.24080065954,1171.54620793773,681.292641430126,2252.64338566438,1532.86441363065,5170.15022481314,681.355843420758,1505.2686433031,641.102032938291,2050.08883484152,882.13952149357,3664.68298935466,1146.91158747775,2454.2626689456,866.96232096631,3126.5558610253,1017.89935001159,4407.47609954015,19024.6266951375,5537.32933455946,125047.510197077,44996.2784197927,4196.42743871031,19583.1219307878 -2021,4186.18265195967,3621.58142322166,979.697038097502,1451.01339334703,2001.5915237395,2582.73253625382,2034.37713509274,3043.58324337999,418.958264233101,1113.11368722251,3455.92086803411,6177.14703372551,1933.21047010808,3603.42220738909,2199.04706985412,4072.45031186588,1601.49190413892,4623.98978292154,408.542352622478,1254.75689824795,860.306828907542,2412.64049877342,1937.18103608163,5537.36729768602,903.423570975929,1612.18243130644,793.917960918787,2195.69923073424,1061.68071095763,3924.9721689416,1377.78252810975,2628.58007059982,1120.00357165784,3348.62381679746,1314.99475816951,4720.52318746859,21892.767282805,6565.29675966566,156441.928960686,58605.843376442,4816.76888617184,25876.499732078 -2022,4251.88796701904,4039.92856419753,997.65236637552,1618.62727073555,2071.69830334045,2881.07700133172,2087.97412830086,3395.1628986173,434.384126883829,1241.69506486178,3584.82023373444,6890.70045112951,2005.3155942928,4019.67168573139,2281.33704121755,4542.8795927903,1657.75792458229,5158.13017064919,419.220509679559,1399.70019777891,884.991614264997,2691.33677449227,1992.58921855066,6177.01653010878,921.32709454481,1798.41375736305,815.98332430125,2449.33552611911,1100.42483821494,4378.36550555362,1428.63465711216,2932.22061566959,1149.27733964269,3735.4402475916,1349.36505164542,5265.81463576386,22916.4001882911,6833.11282195502,161022.950498551,59888.663977377,5044.8355947974,26395.5830828231 -2023,4147.65500805293,4376.72465691296,972.879149550433,1753.56711724115,2023.60202614768,3121.26329706479,2037.26749122308,3678.20691293982,424.612746785513,1345.21126311727,3504.31123638507,7465.15639784595,1960.27959880653,4354.77902642817,2230.038988478,4921.60512523851,1619.79295824791,5588.14720178878,409.012785095232,1516.3887852363,863.764462213946,2915.70502641219,1944.76995354784,6691.97490101069,898.199379230134,1948.34183577844,797.133020003374,2653.52889781797,1075.64361094062,4743.37601782326,1396.50752776247,3176.67059309966,1121.29324467785,4046.85211044237,1316.50896160956,5704.80898086345,22417.9739553293,6679.91356895353,157247.962836853,58432.3347539082,4935.36357465713,25744.394726799 -2024,4045.37673543362,4518.44803550958,948.943761055296,1810.34963748921,1948.78993183326,3222.33339277003,1973.25434083221,3797.31148353599,408.512250200052,1388.77075110884,3370.39735097147,7706.88674859667,1885.3693982377,4495.79178026734,2144.64909122828,5080.97236013311,1560.46544109799,5769.09783579356,396.11539686878,1565.49119828626,835.377840731052,3010.11890887601,1880.94875330659,6908.66874556338,873.744984603202,2011.43138544694,771.910171555247,2739.45321567711,1035.07457536753,4896.97198921668,1343.47766352288,3279.5348407812,1085.93553748799,4177.89383655756,1274.99552290977,5889.53725746163,21431.5878393107,6410.02493502589,152023.450155582,56763.1439091498,4716.41953437659,25036.4920584075 -2025,3911.19574258126,4536.70767171111,914.382387461669,1817.66549583666,1862.45680752314,3235.35526112164,1897.46096241307,3812.65691313668,389.682053289081,1394.38295434395,3214.09754044676,7738.03128034072,1797.93671626366,4513.95985959467,2045.16676776496,5101.50523029493,1490.13703225799,5792.41151050327,380.854029019802,1571.81755183349,802.019376059663,3022.28319089662,1805.93179537722,6936.58757453729,844.027733433372,2019.5598412915,739.517605306149,2750.52370242748,987.560781394572,4916.7612899477,1281.48065074088,3292.78786762411,1044.09706862541,4194.77724894708,1225.87303023531,5913.33764353921,20319.70965979,6101.66805949654,145757.842714859,54694.0179870198,4470.10748906099,24159.2049592866 -2026,3756.99156944523,4585.05347308073,875.035450931681,1837.03559886668,1768.38929443887,3269.83309265346,1812.27122452418,3853.28680757805,369.086695266042,1409.24231188296,3043.30400380489,7820.49225211635,1702.39637669255,4562.06324701881,1936.46427448249,5155.86984366596,1412.94742008089,5854.13882392135,364.016674755806,1588.56775586891,764.676459614076,3054.49040224968,1721.99601172873,7010.50789502711,809.763766663401,2041.0814481497,703.549528668829,2779.83488626443,935.559901170512,4969.15716420424,1213.68370392204,3327.87773448794,997.938091981023,4239.47924042252,1171.67783491107,5976.35361631804,19124.4165402218,5767.32794754499,138803.37370366,52354.834733863,4205.55010705534,23164.8063916255 -2027,3613.937270795,4665.69479416204,842.025243569621,1869.34514082421,1692.2731453193,3327.34248962234,1738.52395237331,3921.05791221022,353.257139283826,1434.02788143435,2912.41596544157,7958.03804747499,1629.17880724057,4642.30021900964,1853.09790492053,5246.55060845039,1353.01434238802,5957.10065224593,348.97242958656,1616.50727788595,733.223005537273,3108.21238013145,1651.15316367319,7133.80779140238,778.11449372084,2076.97972182954,675.214241662506,2828.72625883672,895.511753300478,5056.55405079122,1161.60356361072,3386.40801302924,956.694856819987,4314.04264707669,1123.25420536279,6081.46494243418,18256.1134883612,5513.22100461228,133080.632606366,50281.6613223764,4013.97407180987,22252.229077474 -2028,3557.19428506269,4616.24431552062,827.10242872724,1849.53244067172,1654.81825466419,3292.07685696209,1705.74594011909,3879.4996450938,344.961015018869,1418.8289950411,2843.52301492869,7873.69288392364,1590.64072192731,4593.09769335057,1809.24769149195,5190.94379097726,1322.0821947245,5893.96290072878,342.523735473334,1599.37434010382,718.694749971559,3075.26925018026,1618.51506992237,7058.19842872779,765.368224121602,2054.96635706733,661.04890182126,2798.74532917538,874.584848444254,5002.96095713222,1134.28688902951,3350.51636033713,939.016003225055,4268.31923755485,1102.49748601289,6017.00908633732,17762.1783142616,5377.3157035386,130355.760498801,49395.7339876877,3904.5020516696,21880.4810192622 -2029,3529.53763876225,4569.26311437443,819.710840333546,1830.70907481791,1633.39601724668,3258.57219073685,1688.76592791582,3840.0165630221,340.340165617401,1404.38905515664,2805.05635629047,7793.55944126784,1569.12282552022,4546.35206381577,1784.76085799063,5138.11366377569,1305.01321071689,5833.9778917776,338.887298256322,1583.09692442895,711.113120422938,3043.97111400153,1601.43720820318,6986.36457041252,759.317092950771,2034.0522153601,653.789091005353,2770.26147774125,862.94849800673,4952.04399975557,1119.06482215617,3316.41693398326,929.046846673674,4224.8789967553,1090.79271208165,5955.77179150151,17474.6569492143,5299.60294467128,128891.583846316,48942.3269373973,3840.64337325444,21689.9951319285 -2030,3548.84597248021,4495.63973189663,825.411624440682,1801.21132188771,1643.7670975119,3206.06764006315,1697.21041934415,3778.14334603639,342.578113998458,1381.76048902523,2823.57026578941,7667.9837864532,1579.47933686776,4473.09784130885,1796.46900452699,5055.32453607312,1313.52411772477,5739.97647952753,340.875374831739,1557.58888353719,714.745184314366,2994.92437627428,1609.65986150569,6873.79504267429,762.503660350581,2001.27804576584,657.850977571957,2725.6249542507,868.608482267241,4872.25296555271,1126.42848577574,3262.98034557179,934.497084209398,4156.80458858169,1097.19182898772,5859.80794490734,17598.6668434275,5334.83399061689,129660.687773007,49207.9130855391,3868.01137828951,21804.2056353935 -2031,3581.42053381736,4424.61559154144,833.012669916864,1772.75497454576,1659.15138353004,3155.41674016108,1714.46026416609,3718.45453659131,345.780601592957,1359.93081477143,2849.9763742823,7546.84152658164,1594.25067202344,4402.4298278892,1813.34440773704,4975.45824321971,1325.98753910593,5649.29374705122,344.027347661774,1532.98139315153,722.044198214228,2947.60921270713,1626.04252568355,6765.199734109,770.558946979321,1969.66095425298,664.270130418917,2682.56430418731,876.72613867653,4795.2789197865,1136.95936390088,3211.43031312684,943.138099773017,4091.13351835918,1107.33723428728,5767.23206099461,17764.6282595707,5385.39849477687,130891.854631952,49679.3670041326,3904.5020516696,22012.7921343094 -2032,3663.6444269833,4323.89517359718,847.152327830132,1732.40059386457,1665.50654796502,3083.58792559358,1736.3123762446,3633.80892449607,345.711507655455,1328.97382038283,2847.9448635635,7375.04783807014,1593.11426354024,4302.21443899012,1811.93282921835,4862.19863380205,1328.00489268466,5520.69517944218,349.109054754871,1498.08513529036,729.165254816344,2880.51085677136,1642.3627532811,6611.19906883122,785.664844553333,1924.82427399988,668.816736732004,2621.49933881571,876.857261279843,4686.12085012651,1136.62364562706,3138.32642497092,957.069409606264,3998.00437090903,1123.69396730916,5635.948786426,17568.8207207117,5364.82465602529,132019.145022798,50521.4311679291,3858.88870994448,22445.278619421 -2033,3715.3952930476,4325.58467593436,853.760759294713,1733.07750547661,1654.89299762549,3084.79279499906,1743.65937402495,3635.22878515973,341.967138854464,1329.49309855342,2815.48706097004,7377.92953618237,1574.95766615088,4303.89546987961,1791.2316208422,4864.09847078372,1316.36225050859,5522.8523148569,351.002601904644,1498.67049137226,730.009575049902,2881.63637661618,1644.5146062426,6613.78230358366,795.113748270482,1925.57637250806,667.076284585948,2622.52365348617,867.697829464455,4687.95188714539,1124.19331964537,3139.55268268923,962.26049825897,3999.56653591478,1129.78881784378,5638.15095559629,17166.5834788282,5285.80358440023,131890.714490414,50932.6731161117,3767.66202649426,22692.3316474106 -2034,3739.43168845195,4458.40566980079,855.374170740446,1786.29321941365,1640.71088683734,3179.51415074625,1743.92595122249,3746.8517763505,337.875970748375,1370.31638786986,2780.59608240475,7604.47554258105,1555.43997241586,4436.05047703668,1769.0691730778,5013.45501829232,1302.87030342409,5692.43649558464,351.052820932156,1544.68852570871,728.49183845509,2970.11963059875,1641.22654581746,6816.86447734516,800.088070072666,1984.7029384461,663.219450586811,2703.05061670393,857.570005426204,4831.89969431995,1110.65424837504,3235.95549036765,962.398171843647,4122.37684761452,1129.95046022312,5811.27548547953,16802.4594376005,5207.43080808048,131313.532678621,51058.3294465388,3685.55801138906,22795.7981910302 -2035,3720.59052358988,4678.10614819398,848.827984490031,1874.31784164889,1626.80915000041,3336.19365272797,1731.71367613624,3931.48843543885,334.528530514521,1437.84258181948,2752.75113427153,7979.20746209904,1539.86376354816,4654.6493404337,1751.34447964856,5260.50711437732,1290.21933156631,5972.94731356022,348.992370130162,1620.80739716211,722.884991735065,3116.48062868996,1628.70254803622,7152.78464651209,795.469220787346,2082.50475760278,657.355024774055,2836.25103801897,849.135967100414,5070.00514120214,1099.62863061572,3395.41629809729,956.749523074076,4325.51856073242,1123.31838894166,6097.64242891012,16596.9511428848,5152.75839062426,130271.413860863,50742.9255489913,3639.94466966395,22671.8205934783 -2036,3585.69468417181,4433.5829617369,814.196791868908,1776.34781776428,1543.17081778026,3161.81182453498,1656.51130379326,3725.99072989325,316.17112087254,1362.68698709961,2600.4715071286,7562.13671333294,1454.67993532459,4411.35223418856,1654.42388297226,4985.54200643845,1221.49383290217,5660.74317295605,334.143092441582,1536.08828715639,689.84402882944,2953.58313348173,1554.44440495064,6778.91076712574,765.429965988728,1973.65286689961,625.448834703339,2688.00105833941,802.795071136866,4804.99751349811,1039.19534741645,3217.93892023155,916.040783965412,4099.42502030306,1075.52231052349,5778.92051252765,15525.6267514897,4854.16529424817,124108.97130193,48684.6817878045,3402.75529269336,21799.1612684649 -2037,3238.08685288892,4173.39936859461,730.7249296859,1672.10333606965,1373.24113859636,2976.26176977182,1485.09544146972,3507.33199169323,280.162100109886,1282.71807714762,2303.25461881404,7118.35480626394,1288.41953113035,4152.47324516028,1465.30158810459,4692.96684901119,1083.90633947095,5328.54402132037,300.150823178835,1445.94336974188,616.958548181837,2780.25292201486,1390.42983589051,6381.09225866351,689.923555188691,1857.82959282145,557.169070184198,2530.25645769365,711.583312662323,4523.01755983735,920.762723848752,3029.09506233963,822.852249805741,3858.85139377911,966.109771990174,5439.78615631745,13619.7366560683,4288.51791588175,110837.493298691,43776.2023835663,2983.11254882233,19646.5698829801 -2038,2842.69691396876,3943.23696145829,649.021264630275,1579.88706467551,1226.06969855589,2812.1213382681,1313.34832769821,3313.90310973454,252.026545605238,1211.97634978377,2073.090176119,6725.77850757824,1159.66765067489,3923.46491088311,1318.76180522772,4434.15036604826,973.430752214084,5034.67554381304,264.518316559336,1366.19978970807,547.46092860663,2626.92235178616,1233.49817050284,6029.17588912912,605.828648984618,1755.37054364665,499.111031356025,2390.71315844522,639.882562301325,4273.57375704054,828.379008213257,2862.04088194194,725.167066311831,3646.03626464071,851.4177232361,5139.78269020621,12402.1268778964,3868.54036012062,98656.2304877267,38610.3647156532,2718.55516681668,17264.4197625362 -2039,2331.35770429359,3616.3179724206,551.362646946493,1448.90455283924,1124.04869723037,2578.97890377998,1138.07985148534,3039.15983029373,236.744305976277,1111.49593562617,1953.35402768116,6168.16943369299,1092.68834627256,3598.18514841193,1242.84402721885,4066.53158759841,904.463157356077,4617.26947488955,227.376289122017,1252.93328849591,482.446746581851,2409.13407075705,1086.05093232646,5529.31952602698,503.446473715748,1609.8393546452,448.239939406762,2192.50809583368,599.830811721087,3919.2677830691,778.591464925497,2624.75980528989,623.343587983623,3343.75707085109,731.866907820409,4713.66258193501,12435.170896466,3711.70461708703,87869.391048426,32729.8708400727,2736.80050350673,14405.983955434 -2040,2222.97230119936,3383.42636483743,521.916742003703,1355.59480709267,1146.31131180021,2412.8921416631,1132.07760781621,2843.4373235957,231.482366113625,1039.91537295323,1866.75858030589,5770.93807676764,1044.24764640642,3366.46129835605,1185.29539429362,3804.64613229658,847.329163367569,4319.91638844843,210.642062205228,1172.24413174098,434.978876429082,2253.98535017968,980.141265963105,5173.23023214347,465.831406898146,1506.16537516849,440.18725650483,2051.31013177964,595.54541662346,3666.86614651252,747.518236237521,2455.72474387229,577.467331102476,3128.41844036089,678.003653407882,4410.10175993773,12463.491445712,3692.11901467167,83313.9657767428,29872.8214617268,2753.49376201951,13109.4806421193 -2041,2331.10807252413,3246.96644334501,544.827118366366,1300.9211298778,1188.90274743941,2315.5756829268,1181.35965242424,2728.75617138297,239.37215086288,997.973638495302,1929.94278421451,5538.18533680039,1079.59231117332,3230.68560976558,1225.47653592859,3651.19762875731,877.290056417424,4145.68607052342,220.054617241338,1124.96533062689,453.213605274359,2163.07789993128,1021.32750381599,4964.58416888729,488.664883919396,1445.41890496713,456.629631994713,1968.57695264254,615.936416436505,3518.97456782278,772.977135756954,2356.68076607557,603.271498506904,3002.24346602017,708.300293288704,4232.23409708892,12821.2545584644,3812.9204803879,86620.8167736,31232.0290119748,2831.66866378032,13735.2381944915 -2042,2421.66424393569,3202.6494571804,568.806077300461,1283.16520146893,1259.32629567936,2283.97100289886,1240.03352678711,2691.51210015407,253.925106431759,984.352560266888,2048.05511703031,5462.59610998499,1145.66326799423,3186.59083639223,1300.56818918329,3601.36339806191,929.251474797836,4089.10269787824,231.023414879354,1109.6109763818,476.610541385278,2133.55462180788,1073.98731354773,4896.82387269558,509.136597548783,1425.69076464564,481.222928808997,1941.70836650331,653.219934613341,3470.94501471316,820.005378240811,2324.51505364,633.342046768329,2961.26663904399,743.606085466246,4174.46945332105,13719.1129227761,4058.51461780773,91232.2566950627,32643.6720693875,3031.44896828016,14326.7611494422 -2043,2629.42332521853,3240.14344222787,616.673802615879,1298.18744399673,1373.42298365887,2310.70985639391,1349.81990140095,2723.02210953459,276.685384165697,995.876550222559,2231.80590340603,5526.54769120126,1248.45177435092,3223.89682031883,1417.32796712552,3643.52519791005,1012.12726263291,4136.97454818894,251.769379278212,1122.60138882412,518.871201336785,2158.53252405961,1169.26075958188,4954.15185801451,553.468669370577,1442.38157921234,522.983219935967,1964.4402906285,711.733706264283,3511.57998342335,893.513278147197,2351.72856352582,690.216331833404,2995.93471264067,810.382110675262,4223.34070737385,14975.5394868084,4427.05713400006,99312.3445877039,35494.8824094376,3309.4041745408,15580.3234552036 -2044,3216.82093681834,3349.76625120546,754.506773925801,1342.10863351436,1663.69576500045,2388.88741541455,1641.96988009318,2815.14930633241,335.514349590233,1029.5697452236,2705.84160749749,5713.52573481577,1513.62300406023,3332.96996217155,1718.20385824235,3766.79550180158,1228.12561368173,4276.93957712281,305.788931521769,1160.58202758264,630.84842600381,2231.56151267569,1421.545254325,5121.76420372095,675.396495917515,1491.18124600181,637.07537892049,2030.90261446296,863.165876085104,3630.38622413338,1083.47095611057,2431.29389625976,838.308912844336,3097.29528033434,984.257420255669,4366.2277368732,18084.8075520699,5356.58026790989,120743.424172652,43281.8467970788,3995.60608999677,19001.8199594896 -2045,4302.19473660864,3605.85604367747,976.200766259447,1444.71290368034,2038.85380408205,2571.51797425798,2099.74483477083,3030.3676074234,403.32910649289,1108.28040221194,3246.6348196878,6150.32505452528,1816.1377721615,3587.77567753178,2061.60456269948,4054.76720072049,1488.52530417041,4603.9118153578,395.177112667274,1249.30857991549,797.625590951883,2402.16449861956,1798.79402536802,5513.32332565951,895.266731859221,1605.18212462709,788.713934379921,2186.1652179003,1038.91192758327,3907.92942715449,1302.19666497628,2617.16643262183,1083.36326646108,3334.0836548306,1271.9754227935,4700.02605925435,20811.5389366081,6355.53166468227,151094.997720757,56400.0314793517,4586.26090330064,25115.8174173958 -2046,4370.40848681122,4029.72656470918,994.182499729302,1614.5397641558,2110.64205284799,2873.80144048296,2155.54016530002,3386.58912073877,418.153506287848,1238.55942218516,3367.33492166613,6873.29942005688,1883.65630334256,4009.5208407772,2138.48720391112,4531.40749506758,1540.59449509576,5145.10438553305,405.482745059785,1396.16554599617,820.322282397184,2684.54036313003,1849.82154411514,6161.41775936857,913.053893755696,1793.87223739781,810.689220399919,2443.15023858563,1076.81026196695,4367.30885394762,1350.11890380556,2924.8159022581,1111.61577201825,3726.00717002868,1305.14665336185,5252.51691592398,21784.5637544066,6613.93872141224,155513.396979155,57629.7818263588,4803.41340819177,25618.8617067001 -2047,4263.34879479913,4355.86578489196,969.505671357721,1745.20985583084,2061.68935217761,3106.38778243664,2103.2541138708,3660.67708109569,408.745174244158,1338.80016994187,3291.67919023417,7429.57848190978,1841.33518034441,4334.02474428513,2090.38071459042,4898.14942731539,1505.29313884108,5561.51485535307,395.606490993005,1509.1618833668,800.621940569093,2901.80917443054,1805.3741489411,6660.08186250131,890.139719649184,1939.05630465839,791.965291799924,2640.88254146192,1052.55965002993,4720.76973548677,1319.74635710715,3161.53101486513,1084.54039107331,4027.56536592983,1273.35748329221,5677.62064032023,21310.7491020215,6465.54395878799,151866.687305403,56227.8971128209,4699.18020584403,24986.6767427372 -2048,4157.78314968569,4505.19192715747,945.590155099762,1805.0384795958,1985.23794396901,3212.8797927141,2036.86723321012,3786.17102732694,393.262653022728,1384.69641066977,3166.13734870886,7684.27647954102,1771.10822442125,4482.60214026277,2010.50398439413,5066.06593217142,1450.30351600887,5752.17260274801,383.146217354083,1560.89839987724,774.43015181443,3001.28789829556,1746.39349245407,6888.40026825872,865.875876030466,2005.53029901665,766.869453325773,2731.41627724888,1012.87058959702,4882.60537688074,1269.71922169284,3269.91342456655,1050.3810171679,4165.63683748492,1233.251006166,5872.25868229265,20373.1120464442,6204.83893046412,146824.666526281,54624.6397480776,4490.71380114854,24300.0274290136 -2049,4019.45089620809,4522.8017591315,911.10267666493,1812.09398907159,1897.05455670512,3225.43825286791,1958.3240675136,3800.97036033965,375.150203551547,1390.10889287279,3019.53410588068,7714.31267330027,1689.09971357578,4500.12367358982,1917.39419062911,5085.86810070881,1385.07077003935,5774.65661556206,368.399186060831,1566.99961798177,743.627775100399,3013.01929097521,1677.0146863983,6915.32555207685,836.396929470698,2013.36948814677,734.660643723115,2742.09279946395,966.384529226434,4901.69043733377,1211.20578643872,3282.69481699272,1009.95258272586,4181.91942121475,1185.78403309771,5895.21208591566,19316.1815445408,5906.89238325019,140777.11640111,52636.2583775183,4256.18909586612,23449.077006073 -2050,3860.55123771613,4585.70328361139,871.850133489061,1837.29595026375,1800.99469864049,3270.29650534636,1870.10060245404,3853.83290946321,355.337391483165,1409.44203485236,2859.29897045913,7821.60060085212,1599.46564691026,4562.70979929063,1815.62985983891,5156.60055237825,1313.45153874908,5854.96849386479,352.127649664693,1588.79289349544,709.122678084812,3054.9232957897,1599.33761575939,7011.50144982035,802.414366445741,2041.37071767005,698.901740836591,2780.22885462121,915.507011174234,4969.86141131341,1147.20494427524,3328.34937347957,965.34477459275,4240.0800749103,1133.41006273469,5977.2006069884,18179.9550979458,5583.77926930822,134064.489517377,50388.0517989043,4004.29219019242,22484.6236206636 -2051,3713.42555357584,4657.11731154559,838.938779034741,1865.90850894901,1723.40823971592,3321.2254537632,1793.90453911403,3913.84938109882,340.103267892951,1431.39154327527,2736.41165785198,7943.40787211534,1530.72361014287,4633.76574532768,1737.52399472003,5236.9052718766,1257.78911632905,5946.14902991672,337.578792983317,1613.53546689378,679.993537345791,3102.49819632068,1533.62632744686,7120.69289318907,771.043051714183,2073.1613714563,670.740711233518,2823.52588646298,876.32054822106,5047.25800671135,1098.00842442752,3380.18239023448,925.459628433285,4306.11164699109,1086.58096374273,6070.28468694651,17354.542929581,5337.91764050264,128537.970281229,48393.5692298813,3821.88408608387,21598.8196320884 -2052,3654.89622849127,4599.21931491513,824.045850849777,1842.7112482109,1685.13395629763,3279.93546958043,1759.92304411412,3865.19180536689,332.123854220383,1413.59626409173,2671.80004985085,7844.65420725188,1494.58046860464,4576.15805894962,1696.48760486564,5171.79926240729,1229.10257430777,5872.22559327816,331.348656163856,1593.47574651831,666.583145470804,3063.92746294635,1503.45291676803,7032.16734711481,758.397689319245,2047.3875113473,656.654718619289,2788.42337962786,855.846577758812,4984.50972112678,1072.22928829305,3338.15944437589,908.379941480579,4252.57740661243,1066.52772517962,5994.81797678237,16885.0192701707,5206.63047670177,125908.328341234,47542.4720215106,3717.65088373612,21238.3588925393 -2053,3626.33050283093,4536.90261550062,816.66282943343,1817.74360150832,1663.23561259353,3235.49428537902,1742.28676658429,3812.82074423194,327.680887855254,1394.4428714285,2635.74611161773,7738.36378603655,1474.41222588658,4514.15382590336,1673.5869329074,5101.72444361741,1213.28612669091,5792.66041229108,327.835946927414,1571.88509333983,659.599076870809,3022.41305937853,1487.69372489252,6936.885641939,752.390402817074,2019.6466224282,649.431024840319,2750.64189331667,844.462930763206,4916.97256476357,1057.87196415,3292.92935977909,898.749980557909,4194.95749987622,1055.22120040136,5913.5917415619,16611.7091994218,5131.58456296914,124495.285522962,47106.9920608851,3656.84818236661,21053.5300719913 -2054,3646.19897096335,4436.05223292898,822.342841516995,1777.33714953755,1673.81393323893,3163.5727864749,1751.03648663805,3728.06590964079,329.834509981299,1363.4459316711,2653.12613844366,7566.34842347752,1484.13445365558,4413.8091240413,1684.55509683094,4988.31868962214,1221.18902610833,5663.89590747424,329.758092857011,1536.94380707982,662.951674839555,2955.22812305514,1495.29831114112,6782.68626184759,755.551743415809,1974.75208714866,653.467849214517,2689.49813274512,850.001050209298,4807.67364294927,1064.82712713517,3219.73114199489,904.019471695309,4101.70818319729,1061.40810319279,5782.1390655729,16729.5918326337,5165.6460364441,125238.026223967,47362.5762244354,3682.90648295354,21164.4574343834 -2055,3679.6717776216,4357.36034343963,829.916190961747,1745.80866177122,1689.48231837168,3107.45362758474,1768.82097602498,3661.93311066409,332.917697759895,1339.25953102791,2677.93567397909,7432.12767432619,1498.01268052681,4335.51180886592,1700.37718782876,4899.83005097458,1232.77561338053,5563.42308897999,332.807103062783,1509.67969794236,669.728120447356,2902.80482579344,1510.52867543675,6662.36702985203,763.532095175032,1939.72162202987,659.843416959446,2641.7886652432,857.944711911461,4722.38949768978,1074.78118305079,3162.61578042847,912.378219077471,4028.94728000644,1071.22209778223,5679.56871146784,16887.3571648981,5214.6118506572,126427.009237347,47816.1449437349,3717.65088373612,21366.79092643 -2056,3763.49805396938,4260.21387395925,843.930864603685,1706.88620998578,1695.57012158048,3038.17357608559,1790.91532705644,3580.29105099144,332.874162026307,1309.40101006505,2676.37475037536,7266.42988773498,1497.13951416421,4238.85244805452,1699.28678483764,4790.58932884272,1234.85243077852,5439.38769398821,337.746521699132,1476.02169375133,676.510692073885,2838.08737802922,1526.08982407336,6513.83090148085,778.458523876571,1896.47591992982,664.318294978279,2582.89052010171,858.086178716476,4617.10477688341,1074.58770799341,3092.10589986416,925.919450431119,3939.12271349692,1087.12084016111,5552.94387326251,16701.2747488234,5195.55604942315,127522.501430193,48631.3697324315,3674.2203827579,21787.7985599148 -2057,3815.9555957169,4287.76578247,850.435631477006,1717.92508598757,1684.34418959378,3057.82223291001,1797.98622365318,3603.44572218805,329.294178985278,1317.8692461444,2646.25615700362,7313.42377522274,1480.29144898143,4266.26620668133,1680.12951408304,4821.57131303549,1224.24882324614,5474.56562555059,339.60390102773,1485.56750902476,677.495935420732,2856.44202549491,1528.54168519839,6555.95753604938,787.773757856501,1908.74092177823,662.542941398807,2599.59474327184,849.137322054847,4646.96479146502,1062.97242094461,3112.10335102016,931.011386355509,3964.59804216018,1093.09927560449,5588.85620210042,16318.9617968313,5119.9977278437,127405.554546926,49032.1743440878,3587.35938080145,22028.7862129855 -2058,3840.12838110004,4398.23333946461,851.985005580884,1762.18473004852,1669.59615441507,3136.60222438585,1797.87213510048,3696.28284666911,325.373611933583,1351.82207926208,2613.7500737362,7501.84266251788,1462.10784382541,4376.17986084303,1659.53398752904,4945.79153187392,1211.86792968574,5615.60921816792,339.671250834648,1523.84082473232,676.244071448838,2930.03377193386,1525.83397190366,6724.86149431331,792.666072456501,1957.91663641883,658.677687806462,2666.56922253079,839.236993005049,4766.68654726891,1050.27299521388,3192.28181032581,931.196023330879,4066.73968944269,1093.31605764065,5732.84431207703,15972.8637240734,5044.82313286753,126853.091727641,49156.5906601987,3509.18447904064,22129.9586070731 -2059,3820.63705539837,4646.33048068871,845.453488830928,1861.58668535428,1655.35841858315,3313.53282014229,1785.18782891626,3904.78410993449,322.154702041947,1428.07614934499,2587.6466536195,7925.00932395523,1447.5058297741,4623.03300144739,1642.95410281813,5224.77553418646,1200.14098116017,5932.37653943714,337.683046701092,1609.79819059201,671.075738164467,3095.3121795127,1514.27454999938,7104.19992024372,788.081758906049,2068.35950808097,652.846041412483,2816.98602626195,830.985923199466,5035.56753065774,1039.87194112554,3372.35320035805,925.74543609929,4296.13781664076,1086.91653015711,6056.22467303857,15777.5162397493,4992.06326923147,125848.156292184,48854.088288854,3465.75397806241,22010.0282330136 -2060,3681.60586503883,4423.77084352442,810.902567719962,1772.41652000244,1569.93623331422,3154.81430770589,1707.29019324962,3717.74460890807,304.49551209961,1359.67117665478,2444.79154502388,7545.400682901,1367.59399087758,4401.58931558023,1552.22678608415,4974.50832827281,1136.38141179688,5648.21518336775,323.333656234552,1532.6887162025,640.552234112938,2947.04645488425,1445.5682304797,6763.90812155151,758.287417650983,1969.28490640185,621.123962900157,2682.05214876282,785.646524593358,4794.36340469266,982.826261947233,3210.81718655512,886.407119103574,4090.35243877035,1040.72946258553,5766.13098051735,14759.1339889129,4703.52268666667,119900.237552073,46876.0725098481,3239.91537297564,21163.6920119412 -2061,3324.2544079513,4142.92332215065,727.722609179955,1659.89288256917,1396.77501135335,2954.52776257195,1530.30044721852,3481.71986995918,269.83269618527,1273.35109061194,2165.61751049459,7066.37336559167,1211.42659378051,4122.1500107176,1374.95409909827,4658.6966862449,1008.52408226168,5289.63258708417,290.457709216564,1435.38443842484,573.001527045852,2759.95025991765,1293.32816291872,6334.49464198161,683.456911744014,1844.26288234033,553.288884312212,2511.7793826502,696.392549171138,4489.98844351128,870.90651367534,3006.97524258365,796.278940604035,3830.67231866299,934.910083710844,5400.06238178662,12947.3809277216,4156.09188265069,107083.777607753,42153.2526735503,2840.35476397596,19074.7862344844 -2062,2918.87191313651,3891.44716994904,646.399295201636,1559.13710151391,1247.42916916964,2775.18742350946,1353.70641869071,3270.37888006929,242.71652355338,1196.05846225053,1948.93463309323,6637.4432971789,1090.21617743097,3871.93480206273,1237.26790478199,4375.91300288117,905.575017520617,4968.55098693773,255.955586583834,1348.25635821751,508.304670255363,2592.42080845012,1147.01349954506,5949.98973690885,600.184052503498,1732.31581085593,495.661176987083,2359.31394575664,626.212196914562,4217.44537925351,783.428239740652,2824.45133253989,701.692662509771,3598.14985562534,823.856455815166,5072.27767426869,11789.8250026738,3748.26573164734,95308.6799875407,37175.0128495813,2588.45785830225,16760.6119930018 -2063,2396.28621975431,3569.46672959865,549.411798001865,1430.1332557496,1145.17553787461,2545.56691739627,1174.84978683189,2999.78596542076,227.904940528735,1097.09593917321,1834.94554381917,6088.25765433376,1026.45172526977,3551.56882556857,1165.08796630695,4013.84759788659,840.596424463185,4557.45039509839,219.92508403934,1236.70089903604,447.220906039938,2377.9225107669,1008.2897238276,5457.68437288787,498.918908339471,1588.98306515849,445.311309705848,2164.10303577801,586.962464221063,3868.49167101557,735.836235689016,2590.7547039894,602.916388080885,3300.43699345225,707.883358592598,4652.59468030379,11821.0007304612,3592.68250171333,84861.8478875898,31495.4089898147,2605.83005869354,13981.2973370115 -2064,2074.09277785859,3328.38752697806,497.581857606147,1333.54308947116,1085.46646298769,2373.64116793502,1068.21169197693,2797.18258980184,208.232398541366,1022.99887251028,1659.59414744554,5677.06113344041,928.361760724246,3311.69843444813,1052.24741375364,3742.75523265591,749.866375474194,4249.64348990368,195.784511158913,1153.17501430163,390.010557736031,2217.31934334259,879.975749129449,5089.0763155945,446.080857676608,1481.66429758193,403.18556692269,2017.9410811286,539.849836458051,3607.21654001086,676.069814156011,2415.777004087,536.735910893177,3077.52786473474,630.180945138528,4338.36179886422,10941.8503749988,3331.12010156088,75964.9767244038,27461.8477035051,2458.81635373294,12156.2871100972 -2065,2182.05528897867,3189.52331345568,521.482316530496,1277.90611486509,1131.93007565291,2274.61008717956,1119.71092841098,2680.48086644093,216.579042063935,980.318165196616,1725.80845655621,5440.20751497688,965.401438579062,3173.53050935064,1094.29271993966,3586.60311467781,780.76586193531,4072.34340204049,205.425956206532,1105.06320637161,408.329375207796,2124.81019161506,921.383066059249,4876.75411020455,469.598651033072,1419.84753324178,420.358871562154,1933.75022327503,561.553273751195,3456.71925453151,703.14782109911,2314.98796705363,563.167571698868,2949.12980920014,661.214324217622,4157.36027957245,11330.5961953683,3461.20546875602,79374.1653593771,28828.0507943264,2545.50539184532,12783.7168094903 -2066,2240.21503345263,3140.59268071753,536.504552728513,1258.3016948201,1174.8666848413,2239.7151828756,1156.31744412299,2639.35947871375,224.780713215747,965.279056403959,1791.52471381331,5356.74902611377,1002.16251079019,3124.8452230004,1136.03456932614,3531.58086133937,809.729495996972,4009.86938325899,212.316457495661,1088.11037781716,421.998249715549,2092.21337481627,952.228798829776,4801.93958750957,483.081061891169,1398.0655829735,434.684545691674,1904.08446677053,582.74314013455,3403.68955582737,729.800237924617,2279.47362372487,582.05762313368,2903.88706493728,683.393109399139,4093.58201272557,11818.3694291999,3600.16738192083,82083.5418617367,29696.415742093,2655.83689489744,13159.333923863 -2067,2429.43195365169,3181.98552264577,580.72398603025,1274.88604320488,1278.81765301748,2269.234508033,1256.64564775107,2674.14609410803,244.397925838375,978.001382238724,1947.99622737353,5427.35068899369,1089.69124186914,3166.03051428635,1235.32149901173,3578.1269063734,880.081010236473,4062.71924518256,231.034135746174,1102.45161383481,458.61504967398,2119.78863410908,1034.90325676745,4865.22889195045,524.46559715612,1416.49201185638,471.46509506445,1929.18019721496,633.575469817425,3448.55000036135,793.500109049224,2309.51696298556,633.371437623528,2942.16013963251,743.64059323167,4147.53520258472,12869.3495999168,3918.36566276039,89189.3915604866,32242.4492802553,2892.26154429484,14291.7763932124 -2068,2981.71316464331,3304.86443997547,713.402988983245,1324.11839061591,1557.20505511311,2356.86566710956,1535.22916967879,2777.4137471149,298.062960633218,1015.76891767884,2375.41426375793,5636.93900166384,1328.78497537855,3288.29329614365,1506.22140008799,3716.30363822662,1073.85132311086,4219.60950716198,281.748190526038,1145.02505100236,560.167737773787,2201.64863330561,1263.99072980023,5053.10971496155,642.190431752141,1471.19276507614,577.27088003489,2003.67945947766,772.76422739002,3581.72285340734,967.715081325022,2398.70371193415,772.402121032713,3055.77770639883,906.876340450926,4307.70080725306,15642.5030414171,4769.26360260161,108963.013428647,39469.7222644781,3514.84645437465,17491.8683645623 -2069,4069.97576650927,3554.45613974724,946.619037310199,1424.11915186206,1976.55482897527,2534.8621080141,2019.83510464653,2987.17103994868,372.161212405762,1092.48234884779,2961.47093059235,6062.65485551759,1656.61970529973,3536.63350132879,1877.89156585081,3996.96826419835,1350.33638488219,4538.28506205811,374.305689393951,1231.50023143761,730.515799203432,2367.92269224735,1649.52767958386,5434.73330824268,870.212824797244,1582.30095410976,738.54418340668,2155.00238699009,965.809349005167,3852.22359899918,1207.98179380246,2579.85986752974,1026.14504058645,3286.55774767351,1204.79557712076,4633.02923936221,18806.5191318233,5890.31720483439,140804.963364231,52776.499284092,4216.23958092026,23665.1805962106 -2070,4138.5296562387,3966.89001308826,965.270220098398,1589.36383482033,2050.33805819115,2828.98952343017,2076.45006921571,3333.78117491739,386.656663316596,1219.24624998403,3078.07748798217,6766.12231340235,1721.84834514341,3946.99936215057,1952.04460550722,4460.74810505515,1400.32354310018,5064.87546376255,384.567737867096,1374.39478140617,752.32980753898,2642.67964221076,1698.63070825478,6065.3412045757,888.459934842799,1765.89993117888,760.404622466887,2405.05357529612,1003.16323990264,4299.20829579836,1255.11831196953,2879.20850372306,1054.27806245963,3667.90659220541,1237.82652204885,5170.61308323776,19743.3098323442,6144.16069050513,145150.261687489,53985.2381832232,4429.02176537792,24163.7256388454 -2071,4028.96389507372,4288.54555132489,938.854694292546,1718.23750614881,1995.18351024053,3058.37832544445,2020.16617310953,3604.10104127193,376.396622655349,1318.10891254529,2996.3820448,7314.75378725508,1676.1486627286,4267.04206564459,1900.178115401,4822.44815923753,1362.81699313302,5475.56122465405,374.158282472853,1485.83767286629,731.958238739942,2856.9614952235,1652.63587434826,6557.14979601879,864.249339119045,1909.0880435191,740.250528344687,2600.0675030071,976.547759944473,4647.80988389731,1221.8121812865,3112.66931506518,1025.74093002837,3965.31904004866,1204.3211114324,5589.87258597537,19216.4174831946,5979.73568734748,141274.002538394,52537.9962076556,4310.80944067922,23513.4847670476 -2072,3924.76291474118,4455.28658807806,914.373564492247,1785.04353624331,1916.73586348864,3177.28977611342,1953.15578065922,3744.2304947178,361.250935154352,1369.35772032897,2874.99655492292,7599.1554837007,1608.24673183657,4432.94703491212,1823.0658361576,5009.94762639633,1310.00880244408,5688.45409112301,361.811901336893,1543.60786815875,706.8258189994,2968.04174748532,1595.97527403386,6812.09542783008,839.641391781511,1983.3144486767,715.379825307642,2701.15957394143,937.423591921429,4828.51931775963,1172.5922062526,3233.69162961268,991.893788157864,4119.49285023252,1164.58122553824,5807.20994176391,18310.9935833023,5723.17493963006,136328.483620402,50972.2069609303,4105.90807786814,22839.2520265104 -2073,3801.21749442028,4470.75204467061,883.105641200964,1791.23988585625,1837.81190733879,3188.31897393112,1882.88324820419,3757.22769097977,345.906445413125,1374.11111653924,2752.29181896063,7625.53412555681,1539.60682677153,4448.33494511502,1745.24912649989,5027.33845547438,1255.6243910554,5708.20019231893,348.7820092301,1548.96613187737,680.732895076517,2978.34459106298,1537.11368723762,6835.74197986679,812.693553542029,1990.19904810909,687.518445084218,2710.53600019695,897.728461889545,4845.28036206931,1122.74496947259,3244.916612909,956.17282653847,4133.79267956989,1122.64129027825,5827.36827535316,17438.0792959518,5470.1262008777,131117.231359123,49235.3307824754,3908.88753670364,22086.7058972361 -2074,3652.48533849467,4527.80528698092,845.495265112635,1814.09868952564,1745.9269468888,3229.0065211636,1799.15311143096,3805.17533373128,327.896167949999,1391.64675566882,2608.33980492342,7722.84693598867,1459.08138902093,4505.10211291256,1653.95916399831,5091.49454290893,1191.64099092994,5781.04505722623,333.583285084701,1568.73317311997,649.639835798044,3016.35256241537,1467.02766617009,6922.97590374609,780.026729947718,2015.59685756105,654.511790827418,2745.1263477861,851.122430664753,4907.11312572884,1064.24261708478,3286.32642762098,914.506093045066,4186.54583453164,1073.72043188066,5901.73389682426,16424.9318535063,5175.1331977337,124955.703093864,47162.030464607,3680.34370895283,21189.6883432189 -2075,3502.66573351539,4571.7323855665,810.399955905811,1831.69840659119,1660.71483317322,3260.33315267677,1718.18064716131,3842.09174276964,311.79928762555,1405.14799972813,2479.86892495771,7797.77115141242,1387.21595583033,4548.80895366852,1572.42681759847,5140.89034695939,1134.08953664229,5837.13062629579,318.452160439935,1583.95244435238,620.01005104118,3045.61610357494,1400.1312016314,6990.14006513437,747.047472123188,2035.15143560915,624.776631494246,2771.75855214696,809.428442104985,4954.72012920673,1011.9683884369,3318.20915574659,873.024681053007,4227.16215964953,1025.0171592203,5958.99034454676,15549.8350653825,4912.42938135875,119193.581425069,45123.9802917335,3483.32316778833,20285.512618522 -2076,3442.2109211182,4507.33630253894,794.420873228908,1805.89763945865,1618.74628782198,3214.40905505021,1681.81779664874,3787.97316407768,303.447138357093,1385.35549666252,2412.99943889993,7687.93403144415,1349.80977799409,4484.73576338692,1530.01812224572,5068.47727163076,1104.65996102416,5754.91051436615,311.911864573802,1561.64135426315,606.341176533427,3002.71644739754,1369.34428301834,6891.67900004014,733.565061265091,2006.48488871439,609.959919366419,2732.71637320842,787.838804016053,4884.92939302409,984.83057323782,3271.46983369641,855.094704680305,4167.61959187738,1003.96559693885,5875.05375232641,15061.7217044934,4773.84168757705,116451.201883994,44247.253869429,3372.99166473621,19913.1967115996 -2077,3412.73023636999,4427.40977115041,786.520200029245,1773.87448328027,1595.13423912743,3157.409410695,1663.08820225953,3720.80276993002,298.867953496518,1360.78962179627,2376.2710267535,7551.60741646958,1329.26424074853,4405.20999701362,1506.72368548167,4978.60028430349,1088.66727967413,5652.86132056502,308.274611342581,1533.94948298015,599.288289850565,2949.47065115008,1353.41470345536,6769.4720110462,727.153273542974,1970.90481066516,602.415266732089,2684.25836468216,776.015860158119,4798.30717620784,969.947333890084,3213.45835667343,845.123311056508,4093.71710141133,992.25819646375,5770.87411348293,14783.3228391835,4696.04013349055,114993.916708229,43801.4320183137,3309.94509156357,19723.3076938363 -2078,3428.4891624579,4314.53792212585,791.126696146096,1728.65154182814,1602.57180146968,3076.9147972,1669.29084123324,3625.94507430078,300.276086415789,1326.09781582285,2387.47128019131,7359.08765067815,1335.52955990387,4292.9041063449,1513.7619509775,4851.67645102623,1093.82555687942,5508.7479580095,309.709232784879,1494.84316045666,601.493619125528,2874.277203232,1358.44556868202,6596.89191064851,729.510147921634,1920.65880188577,605.233422747931,2615.82620670672,779.671196607362,4675.97971361435,974.517590880775,3131.53483813114,849.056272055623,3989.35237293495,996.875880932619,5623.75214706337,14853.7112675332,4717.7459697984,115510.590633982,43990.8397515079,3325.70673485673,19807.8292341432 -2079,3460.00701463372,4233.63667809291,798.425995422026,1696.23785981687,1617.62086448016,3019.22003605298,1686.31508948965,3557.95552997398,303.092352254332,1301.23235747115,2409.87178706692,7221.0985179754,1348.06019821455,4212.40851469965,1528.02918542455,4760.70340417446,1104.24072250913,5405.4542633171,312.578475669476,1466.81358382578,607.672708092445,2820.38206877403,1372.34829553414,6473.19459428344,737.239606471478,1884.64482095898,611.160440220507,2566.77724755602,786.981869505848,4588.30112954995,983.658104862156,3072.81590490816,856.922194053855,3914.54863365129,1006.11124987036,5518.30202632225,14994.4387872238,4762.65563927042,116610.51380001,44413.0404494781,3357.23002144305,19997.5241509648 -2080,3543.16180395972,4151.50079846394,813.134165160457,1663.32951191896,1626.72236988815,2960.644793936,1710.3072465226,3488.92839577341,303.737083098609,1275.98742683371,2413.99554260707,7081.00353020036,1350.36698928147,4130.68447812802,1530.56146802635,4668.34201573083,1108.56991904762,5300.5842013656,317.763957513776,1438.35624723318,615.051585655788,2765.66443952936,1389.24593336143,6347.60953055745,752.630589664317,1848.08122990766,616.527296708981,2516.97975120245,788.865945835629,4499.28448075996,985.681753473002,3013.20086080352,871.137998484173,3838.60331292051,1022.80200763407,5411.2426290585,14863.7395213882,4756.37862525254,117856.726202415,45245.7818526676,3325.70673485673,20421.5404837837 -2081,3605.57190017599,4159.94831645299,823.235838782039,1666.71407250458,1627.33628824004,2966.66914545852,1726.31344261275,3496.02770438891,302.823202906969,1278.58381962399,2405.76581590874,7095.41203151247,1345.76335556795,4139.08963884701,1525.32507134758,4677.84120772702,1107.31315004889,5311.36988648701,321.164612492783,1441.28302982652,619.635657138505,2771.2920429525,1399.77355967165,6360.52571395713,764.659461880988,1851.84172525446,618.875664624198,2522.10132837624,786.69491401059,4508.43967268553,982.649746719583,3019.33215397001,880.460766853264,3846.41414377733,1033.74785802885,5422.25348312578,14662.2717050942,4726.73824267724,118488.382240623,45836.5812154304,3278.42180497725,20734.6485420307 -2082,3638.06739426135,4247.99746371682,827.596433530308,1701.99161483275,1621.70803775084,3029.46143723734,1733.15936365794,3570.02435885808,301.006454015464,1305.64622676448,2390.61671640629,7245.59297880676,1337.28908810375,4226.69729293916,1515.76975977888,4776.85203623826,1102.38514337017,5423.78993446172,322.464034933816,1471.78911598151,621.272344592903,2829.94899795262,1403.54664037235,6495.15211377286,771.662151110119,1891.03766529327,618.277804549577,2575.48393180864,782.125251952091,4603.86496128836,976.705349724713,3083.23910695109,884.023084849691,3927.82705077034,1037.93037102325,5537.02048480926,14458.208626672,4687.5304231092,118531.604717312,46115.4058978687,3231.13687509777,20894.7245723383 -2083,3605.49001656746,4431.43858635543,817.002957171565,1775.48865790142,1594.66060580874,3160.28256219888,1710.74144786245,3724.18859314251,295.320092468906,1362.02790110686,2344.99450842343,7558.47916142981,1311.76844295307,4409.21861106441,1486.83431727,4983.13066697911,1082.34118559603,5658.00526133791,318.792981952279,1535.34533277047,612.603605440741,2952.15458437974,1384.10178434555,6775.63203534432,763.898725606849,1972.69827720187,608.315661014235,2686.70096237986,767.446515056068,4802.67349735475,958.222650133437,3216.38251110169,873.959030475221,4097.4422659106,1026.11417767953,5776.12544249389,14110.3476118341,4592.40809831306,116780.778775788,45603.8749276943,3152.32865863197,20689.5014729507 -2084,3484.09157081831,4195.75280546642,786.514144081591,1681.05940594575,1521.06217185609,2992.20313404317,1643.10491044292,3526.11785840294,280.932301297017,1289.58853334638,2230.03033949689,7156.48192536747,1247.45854016803,4174.71459815566,1413.92819957238,4718.10317768136,1031.15362051397,5357.08460943078,306.497300441793,1453.68808837077,587.537057181494,2795.14442955847,1327.59277019516,6415.27047416108,737.297288551011,1867.78044411889,581.799322811733,2543.80894165245,730.207406356697,4547.24361120803,911.489475223397,3045.31941071239,840.250879730721,3879.52005819633,986.537481088292,5468.92257622408,13306.5161843518,4357.28972983891,111823.700569355,43921.9038479708,2971.06976076063,19959.6716212747 -2085,3150.80415147691,3923.67770419545,707.267566664034,1572.05050353393,1357.5926351205,2798.17264453067,1476.28020929293,3297.46547636354,249.851223079989,1205.96470060986,1982.63755234902,6692.41727836266,1109.06928167336,3904.00372701215,1257.05860513964,4412.15607846186,918.303946953361,5009.70252921644,275.969345105056,1359.42316090779,527.011827590045,2613.89228268549,1191.00622892345,5999.26995056874,665.67073797726,1746.66354876139,519.773553566736,2378.85473498127,649.561423071039,4252.3759620912,810.600286427161,2847.84457711577,756.559632561172,3627.95118327564,888.275695039054,5114.28832278791,11725.2914266547,3865.30429956937,100155.410008846,39581.2633347615,2616.43278666454,18023.1508580911 -2086,2749.98313821766,3717.68820089551,623.304921943055,1489.5192849175,1197.18388366193,2651.27113104039,1293.9363321884,3124.35154427414,221.597422193276,1142.65265298417,1758.95562597097,6341.07147094025,983.943661452216,3699.04708958282,1115.11945566893,4180.52190572836,813.607983239403,4746.69771244204,241.057718020959,1288.0546839836,462.776324231825,2476.66532023285,1045.62484326501,5684.31374609799,580.697644359111,1654.96530441866,460.415143975503,2253.96702956206,575.998514275445,4029.13009983826,718.971228124275,2698.33533243743,660.850713337544,3437.48705278901,775.903975632084,4845.79284717398,10483.6194110009,3432.49970993272,88179.5538065532,34630.7951612411,2340.60402903424,15725.8546647165 -2087,2243.52697299188,3431.77216620705,525.795449235544,1374.96491012269,1088.49162082717,2447.36997319491,1113.27264417612,2884.06721803708,205.845544069209,1054.77473049223,1638.03261918353,5853.39904854327,916.300439363219,3414.56468578019,1038.59072835697,3859.0107456676,747.11716644684,4381.64370186651,205.319865000257,1188.9943357764,403.020717430826,2286.19256153274,909.834947677254,5247.1505526333,479.49816571774,1527.68698202669,409.61156069604,2080.62131561658,534.193675493141,3719.26202076906,668.146262271419,2490.81461073612,562.876726626902,3173.12043183633,660.872843391354,4473.11773271656,10404.8624253384,3253.93994602506,77732.4816388444,29087.9175173579,2332.72320738766,13018.9431314874 -2088,1721.98044029028,3179.45126598842,396.628690851138,1273.87067452411,821.04933354841,2267.42720167722,842.441061516012,2672.01630046394,155.471818908709,977.222464014178,1253.30632661244,5423.02813644986,701.088076197224,3163.50896481634,798.477398062316,3575.27714735697,587.486214260826,4059.48353803659,168.792858009208,1101.57357862004,316.227753408452,2118.10035224233,715.187907163557,4861.35403500306,371.768009077233,1415.36386269116,301.886794257472,1927.64372329853,400.089150772126,3445.80344141745,524.110921947787,2307.67757412064,462.739303837472,2939.81688920985,543.301623623018,4144.23194472138,8163.5328008472,2539.89928044052,59874.1378360921,22278.3660019208,1898.55535211439,10010.1517136878 -2089,1821.04487915315,3049.87931847211,415.214014568842,1221.95671504699,840.322557716546,2175.02290489948,876.876038160336,2563.12381340178,158.338938948724,937.397787607434,1275.48322320388,5202.02386297908,713.493628963675,3034.58671274681,812.571812611622,3429.57413632196,600.097147113746,3894.04769897828,178.476361227502,1056.68123023239,327.982086732888,2031.78156176082,742.344355796172,4663.23962557027,391.959317723116,1357.68364154894,311.391782340325,1849.08659804323,407.663429019378,3305.37686295752,533.618110313425,2213.63295682547,489.286265544209,2820.0107441209,574.47037734227,3975.34235997415,8171.93939263206,2579.18213559098,62034.7452936344,23385.8849660377,1924.22189605463,10569.0964694241 -2090,1857.75519235921,2971.90221867555,429.10068225015,1190.71461305981,912.703905439944,2119.41349862299,924.044325577311,2497.59172490959,173.117761283654,913.431081649388,1396.42955825908,5069.02229421181,781.149900671919,2957.00060318896,889.822029103253,3341.88927513156,652.405507204654,3794.48751500748,186.401740381877,1029.66477182896,347.797373489044,1979.83444613344,786.713775511278,4544.01330095604,403.58703275859,1322.97137206076,331.796381770099,1801.81049458733,445.315909479381,3220.86738746875,583.744823499726,2157.03639677738,511.013395920444,2747.91075711818,599.98017327312,3873.70369314174,9222.91201483275,2843.27382699786,65957.3857130787,24312.6673208804,2138.5460690948,10900.3087753371 -2091,2089.21812040141,2976.7108090386,483.178302114249,1192.6412103676,1048.50410064758,2122.8427471564,1050.39155054568,2501.63287250314,199.047122807493,914.909029298182,1606.27766565344,5077.22406195534,898.537009300339,2961.78508247455,1023.6238743214,3347.29651109707,748.550345053615,3800.62706293161,203.132916542877,1031.33078764465,396.055429477586,1983.03785329074,894.339197759456,4551.36559486102,455.108845262885,1325.11196314425,377.674417055958,1804.72585584177,511.869654193365,3226.07880787914,671.294447974121,2160.52651982555,556.881289268756,2752.35692533401,653.833608072464,3879.97141424344,10709.2972016093,3268.45181931557,74797.9720352325,27293.3728775529,2443.04877896735,12165.4150198461 -2092,2658.67693780247,3005.82226156229,607.678396603798,1204.30492921727,1275.55337946581,2143.60359354478,1305.69295245514,2526.09818716469,240.709205682862,923.856600116627,1940.63612114145,5126.87798425875,1085.57406587689,2990.75056529942,1236.55781821432,3380.03219478176,908.7858469976,3837.7962007487,248.427770215084,1041.41693278497,489.961490263862,2002.43144441268,1105.9082344733,4595.87675900583,575.519228925526,1338.07121128032,464.904353190772,1822.3756023039,619.394999915667,3257.6290141565,811.489236289872,2181.65590364647,681.055435633136,2779.2742556023,799.626314186456,3917.91651904705,12669.8837192801,3926.67810781648,92084.9804372778,34075.5959703692,2912.34502106371,15262.1085287467 -2093,3632.39980883489,3038.57264171197,813.704688066636,1217.42661134477,1614.66291820946,2166.95954292228,1717.05042816615,2553.6216628482,301.315196531081,933.92261607656,2425.00650025891,5182.73864013074,1356.52641810849,3023.33672955769,1544.91528431833,3416.85983449713,1145.7490005385,3879.61147576306,331.703623514411,1052.76384470294,639.030543608694,2024.24923180045,1443.66881641133,4645.95181264532,778.921748518558,1352.6503636797,599.478329076716,1842.23156468536,776.236190178125,3293.12299194905,1015.08938727756,2205.4264575857,909.3530711889,2809.55624851158,1067.67027552307,3960.60475681624,15215.4083914238,4850.72686786752,119315.423620698,45700.8707289039,3490.69647057423,20662.6967216373 -2094,3727.20882766753,3062.48561629357,833.259090730217,1227.00752154334,1663.67823684263,2184.01309226249,1765.21613695587,2573.71816772567,310.161619885175,941.272405077109,2496.41783774128,5223.52578329896,1396.47326601877,3047.12980047957,1590.47863292853,3443.74985557137,1178.75235062705,3910.14326208038,330.825917302743,1061.04889101489,657.003602187564,2040.17967880125,1482.55854571558,4682.5145480817,799.710705809417,1363.29545845889,615.450684182115,1856.72956811467,798.981014951772,3319.0392281843,1044.92805020963,2222.7827340485,906.94687245424,2831.66690870577,1064.84516067231,3991.77394447277,15694.4513802082,4985.67459695648,122202.531614356,46665.2789377884,3564.12801404255,21047.4998975189 -2095,3615.91713043598,3310.12789077653,806.40391215581,1326.2272311237,1620.44082060423,2360.6192995834,1716.42953649116,2781.83716020116,301.638408286152,1017.38666927517,2428.00402984426,5645.91660169636,1358.20320869488,3293.53035512081,1547.01186514067,3722.22236249409,1145.93192715798,4226.32981519397,321.489376575478,1146.8486607544,638.820326101538,2205.15506132197,1441.49682823898,5061.15748662059,776.879854193914,1473.53584173737,596.804972290599,2006.87059437822,776.985806829003,3587.42723927984,1016.24521758913,2402.52397724409,881.351095432981,3060.64445234521,1034.79319167331,4314.56141278664,15291.6992084798,4853.97481075765,118744.460077781,45311.5058492916,3469.85373785152,20442.0035760034 -2096,3457.715063774,3582.13800658223,766.207348175813,1435.21009662803,1520.56539816691,2554.60344468005,1625.7079253347,3010.43492834401,281.823868395346,1100.99052835863,2267.44354869507,6109.87040630193,1268.38714661017,3564.17656664705,1444.672380856,4028.09638588086,1072.66988232472,4573.62892278051,308.688634219086,1241.09107292605,603.612884922342,2386.36391590161,1362.87717144509,5477.05864798738,741.052920063454,1594.62380817869,561.778215960669,2171.78540153869,726.169087588909,3882.22445890392,949.308276612291,2599.95164373912,846.258339279302,3312.15323973747,993.590831645565,4669.11096140472,14125.5000868144,4524.64843033028,112140.69344862,43192.9997475903,3215.44612557742,19556.8468471301 -2097,3242.51404216112,3761.68027864322,716.658782483485,1507.14503636513,1417.113538131,2682.64410247433,1520.72217158748,3161.32256191186,262.113602635716,1156.17386875923,2108.51881434095,6416.10651801229,1179.48610629576,3742.81858368449,1343.46324240159,4229.99077852369,998.445224356016,4802.86624609161,298.821349771181,1303.29646832352,564.136970123075,2505.9721494867,1275.47912358042,5751.57726007435,695.092392509961,1674.54880857702,523.55032332102,2280.63862961216,675.454111517362,4076.80752597771,882.85723640236,2730.26522308974,819.207548208862,3478.16345960725,961.830532516059,4903.13399149878,13085.751092026,4215.27431018747,105100.121110886,40716.7792379082,3005.58172782535,18504.1505459983 -2098,3117.20823417961,3837.05814262032,688.354194338167,1537.34573528946,1359.16254894388,2736.39986247428,1460.31402711186,3224.67024816059,251.24976023018,1179.34168477698,2021.00541746919,6544.67470258745,1130.53191389162,3817.81849042662,1287.70323346518,4314.75281195279,957.291032395164,4899.10775833642,290.108799199652,1329.41237840468,541.56553814591,2556.18769515305,1224.99121111439,5866.82937515311,668.085248734065,1708.10400278971,502.29111144985,2326.3388634624,647.483960219461,4158.500019861,846.244859124492,2784.97523174622,795.322416849228,3547.86011448696,933.787030396135,5001.38470386554,12525.0348877904,4042.54768135244,101002.870138458,39201.4237267885,2886.25990283509,17836.8811984513 -2099,2984.90398578348,3854.92789754598,658.600196621938,1544.505384819,1289.17004246179,2749.14368680622,1391.6535634454,3239.68802086792,238.175610656313,1184.8340557803,1915.40047237687,6575.1542336908,1071.45747516936,3835.59864340809,1220.34774813311,4334.84726255753,908.342738203461,4921.92363751829,273.494181082523,1335.60365112306,515.674526034373,2568.0922444089,1165.96614720805,5894.15207896104,638.737386311038,1716.0588991668,478.340959797809,2337.17297225589,613.883151121303,4177.86677779147,802.135082114964,2797.94527885407,749.774063016469,3564.38303084629,880.308766532503,5024.67690211354,11806.5460988194,3818.92501936913,95957.2193672093,37377.3503123711,2702.53516167057,16999.3829977638 -2100,2810.61465977201,3767.91844839182,612.004178127704,1509.64440523122,1159.85874452424,2687.09285623508,1282.74709272111,3166.56513047444,212.423477103899,1158.09120577832,1706.25984905477,6426.74664652394,954.466126648931,3749.02547420515,1087.02573384731,4237.00556940352,814.015858121996,4810.83106306265,264.390756442998,1305.45778560727,472.861542879745,2510.12791991263,1071.44833596842,5761.11536874198,598.810038220367,1677.32579092173,434.669688824673,2284.42071895865,547.936582622233,4083.56828592954,715.061026878466,2734.79294917456,724.817365026316,3483.93146019934,851.007139404929,4911.26508714579,10220.0191197267,3393.27624098255,88107.3513514854,35059.8611107661,2390.45996822173,16096.586611622 -2101,2765.04995565271,3615.60318272783,601.623757616017,1448.61816706009,1138.16673666715,2578.46915116631,1259.12824925362,3038.55911980921,208.346929348544,1111.27624094102,1673.40143155799,6166.95025330893,936.085428953124,3597.47394279439,1066.03179004296,4065.72781014125,798.453708309265,4616.3568403661,261.641079764122,1252.68563776188,463.983037047386,2408.65788912274,1051.70260846999,5528.22661864566,588.040857052266,1609.52115901459,426.771285745333,2192.07473178766,537.445232306306,3918.49311329838,701.319237880093,2624.24100377157,717.279229306782,3343.09615466296,842.156623916942,4712.73089466235,10006.606444013,3327.45586942394,86574.806041107,34509.6781424384,2342.80404541152,15855.9060394093 -2102,2782.21399245029,3470.30584936419,606.271491494745,1390.40371539088,1153.20383572006,2474.85028789763,1271.91348046075,2916.45099149327,211.229709534022,1066.61827758641,1696.86033290836,5919.12398988696,949.20812343587,3452.905154596,1081.04518972939,3902.34168087299,809.080828026526,4430.84302569628,263.189399349074,1202.34496885794,469.013504273985,2311.86309428832,1062.88871294529,5306.0682275489,592.76023344662,1544.84062838713,431.473592530565,2103.98358987693,544.817665614648,3761.02378622015,711.074542393688,2518.78274392352,721.523889509288,3208.74984177906,847.140274021061,4523.34417348509,10191.4149284474,3377.01623779821,87462.371644659,34777.3160340609,2379.15578121624,15963.7417574027 -2103,2855.12555967082,3380.82712901796,623.048560622065,1354.55340402982,1183.45691330703,2411.03849538656,1305.25477205495,2841.25292135225,216.781526961855,1039.11648301293,1741.46149741888,5766.50469257552,974.157606223018,3363.87509554033,1109.45852577597,3801.72330453528,830.534026445737,4316.59771672244,268.388413433347,1171.34358341871,481.313784290796,2252.25378021864,1090.47781361267,5169.25602260799,608.286730109165,1505.00829989301,443.068208401637,2049.73426217397,559.136852321619,3664.04916490706,729.764285881642,2453.83819248067,735.7767920691,3126.01510823788,863.874588651068,4406.71380547209,10459.5415504769,3465.88092947963,89718.7032834052,35627.3686996469,2445.99787217874,16349.3749438091 -2104,2989.39722926948,3340.73390184788,651.291003015302,1338.48975591376,1227.88356554403,2382.44599111989,1360.48216286792,2807.55850443111,224.851203167625,1026.79360117966,1805.86973497641,5698.11971641617,1010.1869841984,3323.98290252647,1150.41649571906,3756.63866983797,862.082298689546,4265.40718663797,277.541172931,1157.45262047029,501.310141519128,2225.54430380681,1135.44664342782,5107.95381811612,635.912836319204,1487.16040724492,461.475739891246,2025.42646462163,580.038158418635,3620.59720776022,756.859143264864,2424.73812662835,760.868739726655,3088.94369669011,893.335012239813,4354.45458873786,10785.3409419093,3584.78063854297,93308.2367778346,37151.6941433738,2516.62620492939,17047.863299123 -2105,3128.39657037577,3415.13705318058,681.525331356565,1368.29992900519,1279.20958837462,2435.50663432802,1420.73273815583,2870.08704050069,234.026032957561,1049.66183371197,1879.32374664421,5825.02538326316,1051.27648533285,3398.01298399664,1197.20075863303,3840.30464374257,897.892611615535,4360.40419799151,282.118908500118,1183.23082520358,523.233432753837,2275.11051126265,1183.83239822446,5221.71560582376,665.168195231125,1520.28169858005,481.477822687062,2070.53574784743,603.75479341578,3701.23333439536,787.702700513916,2478.74067908483,773.418430486023,3157.7391027522,908.069588077629,4451.43481920698,11189.944891248,3717.20158662195,96972.3747916955,38639.1077942147,2580.10062839212,17698.0402530161 -2106,3187.70649738197,3566.67254998968,687.797688468035,1429.01374701509,1266.11717023164,2543.57424686235,1428.18842896035,2997.43773208204,230.173617506872,1096.23713214837,1846.87225653781,6083.49176444582,1033.12341909091,3548.78865644415,1176.46871194048,4010.70555680281,885.80847962344,4553.88282158459,281.451006767415,1235.73280920743,524.17649683254,2376.06107232395,1185.76854634967,5453.41209595068,675.752369377011,1587.73920874631,479.315795113236,2162.40897528316,594.133510154805,3865.46341459424,774.479905065627,2588.72666044281,771.587402879358,3297.8534104001,905.919780911154,4648.95262781546,10775.4956160971,3633.45184668143,96744.5319293243,38983.5391418782,2486.49988570105,17910.3195029658 -2107,3267.46483116489,3783.05900287063,704.272446530756,1515.71058040833,1293.05776464034,2697.89034995387,1461.45093596069,3179.28927844242,234.880928626905,1162.74474147254,1884.44372844636,6452.57111938764,1054.14055624322,3764.09011140792,1200.39417497583,4254.03104766936,904.303412115285,4830.16233331073,277.846935485644,1310.70348160453,536.152706478124,2520.21431881981,1211.1753657719,5784.2651482008,692.402973607568,1684.06575699689,489.908224322976,2293.60016294652,606.325938711398,4099.97721010023,790.285238539173,2745.78211526251,761.706976328274,3497.93087520686,894.319184759552,4930.99992950776,10965.3304006055,3692.70828769531,98453.1850612544,39650.1672381142,2497.18507756552,18174.1325924146 -2108,3214.03401610415,3586.29678641463,689.425117599381,1436.87634253876,1257.94762704455,2557.56928052055,1429.74612493784,3013.9299740524,227.770422221654,1102.26875303803,1826.79121948604,6116.9638253097,1021.89027094849,3568.31449366082,1163.64574811362,4032.77291313409,877.888674608508,4578.9388007612,273.986436507358,1242.53195111521,523.738573597241,2389.13442951889,1183.56377164741,5483.41738709914,680.042478837678,1596.47512974183,476.979039575332,2174.30679443635,588.097521078546,3886.73163220514,766.258819948113,2602.97012779567,751.123562842973,3315.99857346552,881.893212549383,4674.53169183606,10541.4270092134,3578.87772911412,96205.3539935486,38897.0015812213,2424.11757002664,17874.9717748387 -2109,2938.49797979911,3375.43371358952,630.162899276646,1352.39249223245,1153.92965139516,2407.19217857611,1309.41132599749,2836.72028577008,208.7274347984,1037.4587860478,1674.18869366162,5757.30541849546,936.525816160926,3358.50872360018,1066.50176128417,3795.65843569021,804.388998293444,4309.71147148265,247.224794637036,1169.47494526783,479.67594421367,2248.66077181465,1083.36619893733,5161.00953613532,622.281166059179,1502.60736820534,436.301162205441,2046.46433207345,538.902126942462,3658.20392688025,702.216620514693,2449.92359754246,677.757523102446,3121.02819306271,795.754239310535,4399.68379851812,9679.60529976745,3276.40071815896,87886.7925188498,35511.1678559615,2202.69402605749,16297.7924010388 -2110,2486.8053588047,3241.89793003032,536.199444192958,1298.89039251627,973.575151255464,2311.96107021525,1105.68790987255,2724.49658409479,176.954364382584,996.41580204621,1419.30590168924,5529.54023171274,793.946717591551,3225.64251082558,903.970859925277,3645.49811072445,681.910430000962,4139.21465623146,216.923593030102,1123.20926019736,405.345805641414,2159.70133619777,916.83374586642,4956.8344549925,525.413099957291,1443.16260663669,371.398342407844,1965.50400480968,456.875888992809,3513.48144993497,595.317654536691,2353.00198834573,594.687912797805,2997.55696517485,698.22231630774,4225.62758136224,8201.19660745343,2784.00685588134,74800.2073817965,30243.7583989087,1900.93998854369,13905.2281605838 -2111,1999.90211164035,3001.53351710249,447.375277207446,1202.58661201697,867.746378291072,2140.54507336766,933.451032700508,2522.4939189604,161.753403048475,922.53843006843,1301.06457677105,5119.56289120345,727.803603770394,2986.48332532267,828.73915736461,3375.20952295094,616.536814205042,3832.3203855602,185.436211016274,1039.93102619697,346.676333069313,1999.57435040777,784.116744751,4589.31930508044,426.873153575188,1336.16203469075,325.703359052967,1819.77541420629,416.85739097246,3252.98098870098,544.800122540711,2178.54308996164,508.366433295703,2775.30875264546,596.872377847564,3912.32638719532,8055.82794533532,2601.9578972256,64981.9657233276,25077.8826795806,1889.9452991087,11395.2328638894 -2112,1760.43617014885,2799.05298310431,400.225273647873,1121.4612879142,869.499228530801,1996.14598302498,881.580981558831,2352.32893069422,156.976497019174,860.304884152732,1209.9007575028,4774.20215405304,676.807398523174,2785.01806263529,773.381321883415,3147.52116875838,578.216323850241,3573.79577682305,163.535335542455,969.778289835422,303.551127106394,1864.68500803238,686.771563691842,4279.72828492821,368.263555995364,1246.0258423908,316.633656298803,1697.01513332795,415.596484862059,3033.53805264009,526.715786960917,2031.58069034822,448.326002736529,2588.08912139911,526.378985271424,3648.40465134237,8447.66311224177,2600.1404138616,59522.1941156654,21467.0024814299,1970.76117380873,9676.06231186151 -2113,1785.86775085679,2659.21405063438,397.79451116874,1065.43378494984,827.707017353102,1896.41978098261,865.48932922563,2234.80805185698,148.079061169223,817.324591416308,1140.18045655586,4535.68600711037,637.806500957375,2645.88030599431,728.731079226329,2990.27298416791,548.512488101997,3395.25118002081,161.067736457102,921.328774373697,296.351399931921,1771.52651389529,670.719483360404,4065.91574252968,370.888217904897,1183.77517236717,305.550082841888,1612.23332102845,392.27993887474,2881.98439308141,496.595792529993,1930.08419253998,441.561172184019,2458.78981121881,518.43640638903,3466.13264193717,7724.00900932023,2429.17770694236,57663.7720940375,21390.6598155739,1798.71059514289,9713.85801906709 -2114,2120.02999819308,2614.11729561488,483.055263120283,1047.36543637974,1089.99241310332,1864.25900842024,1085.68992750945,2196.90866154421,196.920624316912,803.463846786998,1518.64169066696,4458.76676826262,849.514247821901,2601.0096736577,970.964187307989,2939.56190727048,722.71557058655,3337.67220827217,201.748120752117,905.70425628707,374.762876388698,1741.4837660433,847.859622234689,3996.96318636857,446.941976604301,1163.69991030481,390.292304378961,1584.89197515396,521.166500992711,2833.1097475395,660.945854860308,1897.35251605939,553.084923428809,2417.09198635416,649.376299804925,3407.35161429434,10783.7431485599,3284.97379122623,73675.916570834,26172.7323301525,2518.19483320004,11768.0713834569 -2115,2727.79044112052,2618.86090051266,616.428122127109,1049.26599678004,1358.32384278476,1867.64191253779,1372.77736915303,2200.89519524122,244.584958412538,804.921820782736,1885.34674110872,4466.85769360691,1054.64569325306,2605.72949332603,1205.30053846774,2944.89606740326,900.036101425531,3343.72878356851,255.365899938581,907.347756811426,472.638737490999,1744.64388090726,1069.44875562942,4004.21611804801,572.243893366385,1165.81157247212,490.621390629786,1587.76793689769,647.498385005975,2838.25073845714,820.72225574456,1900.79547200598,700.076058638463,2421.47806704155,821.958403281583,3413.53463057795,13205.4552441888,4060.49646899285,92629.6083015382,33353.9296676615,3081.26945428825,15046.8217953727 -2116,3264.20371441624,2648.75212189124,695.548674786703,1061.24213579094,1335.32967118133,1888.95885146061,1486.18370587003,2226.01582898665,233.106064499108,814.109058002077,1790.81345797344,4517.84162794267,1001.76464078996,2635.47083511415,1144.35108827652,2978.50859728999,874.032188849769,3381.89352048906,279.816604536371,917.704065793281,502.763369889801,1764.55694175779,1138.98516738924,4049.91954216222,668.583673251253,1179.11794234906,503.055424633254,1605.89044309507,618.377429785216,2870.6460371668,780.797640410266,1922.49081987192,767.10675032389,2449.11639519832,900.659052487853,3452.49611925651,11289.8917918602,3745.47877603018,96302.6819906415,37826.640376901,2617.25425728037,17450.0548809255 -2117,3304.8680971375,2629.51777304531,699.567414103753,1053.53575161059,1337.98685812992,1875.24186631718,1496.93264875668,2209.85124920682,232.641084974023,808.197271281518,1786.84641982464,4485.03457847044,999.545515995893,2616.33293051488,1141.83778395915,2956.87966760366,873.152627828771,3357.33534488807,282.606472555516,911.040006898182,505.697796007296,1751.74332152667,1145.82721940704,4020.51038581719,676.23381743097,1170.55558362693,503.629272407439,1594.22900572025,617.226676361174,2849.80036918763,779.148379826419,1908.53033682901,774.755069098771,2431.33173399118,909.638933759919,3427.42525128129,11182.8247215425,3732.44488192381,96709.9867357619,38197.896334434,2591.18598778555,17655.7270138638 -2118,3164.94251666915,2662.78799909825,665.210749556375,1066.86571384559,1268.29861817513,1898.96854405097,1427.03463557086,2237.81160427958,219.48249516328,818.423064842048,1685.39520440407,4541.78190903066,942.794635595155,2649.43633408198,1077.07701962874,2994.29187145372,824.728070852677,3399.81435263807,270.164100959093,922.56702804384,481.376514938382,1773.90742206683,1090.91227565975,4071.38027943628,647.5375429436,1185.36615052023,476.438289208721,1614.40014125856,582.395706471892,2885.85774193503,734.9891019583,1932.67820013159,740.64477297296,2462.09439215945,869.590078791844,3470.79107830045,10468.1243130685,3516.95047246754,91858.5006825056,36495.8682269116,2424.34906301867,16905.7636361157 -2119,3078.5945294008,2884.04802150438,646.299649890773,1155.51517892871,1231.05280124313,2056.76023559664,1386.19430357922,2423.75890683287,212.788855693125,886.428593530764,1633.91422708054,4919.17386336431,913.996648553897,2869.58692167706,1044.17325002379,3243.09766703065,799.786394420998,3682.31637686836,262.741557780781,999.226229364134,467.421401019066,1921.30736381429,1059.3554843505,4409.68497817948,629.483636424126,1283.86221596456,462.351516414615,1748.5460858656,564.651106755547,3125.65338051298,712.555070590821,2093.27094052616,720.296148608485,2666.67810688239,845.69878500281,3759.19079769674,10131.5892716977,3408.77738922158,89186.3292722638,35478.5542070348,2346.1442545342,16442.8223512019 -2120,2896.09143504764,3131.88523977684,606.929084678731,1254.81299418073,1154.13638208855,2233.50546717493,1302.63249925058,2632.04173040362,199.171198453036,962.602774813379,1529.23140883011,5341.89718745754,855.438039138377,3116.181442627,977.318494226243,3521.78938727584,749.043661374135,3998.75183176975,247.019129911061,1085.09354060998,439.046716195294,2086.41261481693,995.085767828611,4788.62598412009,592.539000139084,1394.18938037974,433.16922582262,1898.80530301833,528.540501260065,3394.25266642438,666.926736133432,2273.15367587672,677.193700952362,2895.83590145097,795.092256446674,4082.2323640333,9457.83956703393,3189.46795239002,83679.5852367709,33355.9394037714,2189.73463756525,15470.0117364073 -2121,2801.68172238099,3302.720064594,587.870160398174,1323.25923075306,1121.75539470294,2355.33640477346,1263.01352193016,2775.61161036416,193.74886255719,1015.10983168608,1487.74049226711,5633.28144976071,832.228400556693,3286.1596730195,950.814457692211,3713.89229876728,728.270973858179,4216.87159554384,239.438743252895,1144.28209661644,425.872832039593,2200.22008420362,965.199283808771,5049.83098318012,573.529535408648,1470.2381753784,420.537546414215,2002.37936351811,514.121576187534,3579.39883726399,648.802916378313,2397.1473028043,656.412354594526,3053.79495200637,770.692904319779,4304.9057372193,9230.69146190854,3105.54758927093,81213.6102670581,32306.4439212477,2137.5980985756,14976.0135820587 -2122,2688.66419055389,3436.71071489435,564.056407786746,1376.94357619465,1067.78424473922,2450.89190156984,1207.11800561733,2888.21758282935,184.399960543845,1056.29262157252,1415.73414818607,5861.82247958338,791.94871140662,3419.47847175722,904.735723345017,3864.56411912286,693.741008313237,4387.94917895066,228.727814893991,1190.7053778071,406.829666379022,2289.48254487862,922.039085691509,5254.70155171446,549.616730468109,1529.88542533071,401.92036030413,2083.61546824949,489.359688931238,3724.61428650257,617.44555620829,2494.39905883768,627.048745312064,3177.68676345287,736.217128291477,4479.55484702286,8738.37713555825,2949.82098966041,77542.2014750373,30936.5926833682,2022.89771279838,14345.8659390265 -2123,2613.3437450869,3404.15527853418,546.657097105863,1363.89999973881,1025.96316126386,2427.67497644973,1167.37301042291,2860.8579382411,176.896618684043,1046.28652269714,1357.80989949712,5806.29432940722,759.546417397404,3387.08627380765,867.69889635157,3827.95569272996,666.359439846265,4346.38280572412,221.13909932853,1179.42600739547,393.085591222063,2267.79462597276,890.912759157663,5204.92456547669,533.833552360375,1515.39305406802,387.369460271327,2063.87769675721,469.513814956354,3689.33158352589,592.247600101112,2470.76999705343,606.244565566554,3147.58502147273,711.790967513375,4437.12070727636,8314.84350361901,2822.90098556529,74797.219388215,29987.4350070915,1923.83828871804,13919.6554324054 -2124,2614.41819252342,3261.13227887625,549.67915804482,1306.59677669662,1044.31786932492,2325.67805535868,1176.28759369856,2740.66116387462,180.708840236758,1002.32758876677,1387.5699574019,5562.34728118496,776.193921124904,3244.78041542485,886.701057681254,3667.12704041078,679.251923340362,4163.77283183245,222.775836478137,1129.87331909246,396.695942356935,2172.51495642889,899.029248172079,4986.24361133753,534.194300048595,1451.72496535882,392.863685778263,1977.16544218449,479.527662368415,3534.32711791414,605.126748082597,2366.96247138863,610.731619213886,3015.34162638199,717.059211450431,4250.69844933746,8600.77707200377,2893.22454062987,75718.4557651697,30116.4244370484,1991.61578940459,13952.675794536 -2125,2584.35334857861,3130.32569576391,540.832436604662,1254.18815133286,1018.08084270961,2232.39327761097,1155.83083114562,2630.73108693868,175.512659715162,962.123440074279,1347.27459350016,5339.23715264189,753.653063748164,3114.62971842895,860.972813723975,3520.03568778392,660.911692535884,3996.76062551505,219.155106523245,1084.55321074309,389.243226229562,2085.37367116068,882.23402179845,4786.24145454382,527.855918974442,1393.49513409208,383.832089155398,1897.85977972634,465.822202060218,3392.56247472863,587.634482910927,2272.02174321179,600.805523533828,2894.39389984593,705.404995233026,4080.1995880676,8268.58070678743,2803.21117264361,74113.3117119861,29677.1994769725,1913.41098092011,13774.5728027078 -2126,2688.16098031766,3043.90107797829,566.046730481972,1219.56148876005,1076.08306465729,2170.75951981197,1211.47707181164,2558.099689831,186.132865302816,935.560341325951,1429.27099834174,5191.8270825625,799.521101357812,3028.63844815211,913.402132098357,3422.85163459733,699.802937813486,3886.41475642284,229.415744231263,1054.60996974632,408.60316466861,2027.79895211015,926.006621557718,4654.09894652991,549.976342457925,1355.0223692571,404.59744542966,1845.46209909665,493.909763960328,3298.8978073143,623.30205469331,2209.29388999722,628.934677847204,2814.4830819864,738.431399264112,3967.55006716791,8870.3206365488,2982.17100795756,77960.7451809374,30993.3225700769,2054.17963619216,14358.9675574304 -2127,2833.47019854693,3003.09306111543,597.012531068243,1203.21145486484,1132.5982481257,2141.65726293162,1275.79466413193,2523.80456242534,196.17205763039,923.01776480753,1506.33487104442,5122.2229260191,842.629925681282,2988.03504952072,962.597720832548,3376.96322244286,737.470740873387,3834.31159181491,241.328029970268,1040.47135606387,430.369717684319,2000.61329406401,975.28372214939,4591.70383465672,579.268563166441,1336.8562809784,426.805339226017,1820.72093749828,520.554281145309,3254.67118039673,656.914486602833,2179.67502262657,661.591763431236,2776.7507542505,776.774041597412,3914.35916316102,9343.36270859678,3140.73433874706,82140.3000830308,32650.4173459582,2163.66636807043,15120.3336152716 -2128,2939.2906712309,3087.89315572599,617.362265926326,1237.18724020769,1157.40519040108,2202.13249124591,1314.00464002073,2595.07070746872,199.86064418216,949.08155710101,1534.18387526333,5266.86212963454,858.208403486162,3072.40994225378,980.36140419357,3472.32050739266,752.769642966381,3942.5832900724,248.836950329196,1069.85175408624,442.635662965014,2057.10578136401,1003.18617844382,4721.36246050627,599.950538690661,1374.60587341547,437.786457369456,1872.13369914675,530.441542929058,3346.57523345375,669.156064445135,2241.22378064953,682.177187604053,2855.15948880464,800.943361737955,4024.89121149271,9417.50158500672,3190.36325299722,84326.6251985263,33746.0046360535,2179.30732976732,15653.2451385688 -2129,3032.29046297022,3224.15813973205,633.435706164046,1291.7828142763,1176.91636561741,2299.30993021992,1346.34970289068,2709.58803388336,202.626028364605,990.963376411694,1554.93930069199,5499.28237465692,869.818798307806,3207.99167080709,993.591736189749,3625.54980469732,764.282663890322,4116.56471425739,255.239219395937,1117.06301587782,452.917071193763,2147.88336732956,1026.59240584065,4929.7104659982,618.002173813326,1435.26556528604,446.323592033238,1954.74869121614,537.880003942255,3494.25554415881,678.305068542115,2340.12627086616,699.728768671317,2981.15421804431,821.550650576218,4202.50478453463,9446.58982263409,3225.0846763375,86126.1032252228,34689.4394936605,2184.52098366629,16116.9665704054 -2130,3132.43956912756,3377.96797024686,655.480114487442,1353.40786091322,1223.01032975665,2408.99948493188,1394.7132249796,2838.85007941417,210.820505123741,1038.23770427234,1618.026140191,5761.62797103929,905.10899831603,3361.03027307019,1033.91766007732,3798.50819470664,794.648562681577,4312.94717862863,264.29017081656,1170.3529804826,469.447888261554,2250.3490536814,1064.01705213091,5164.88439308271,638.806291397627,1503.73551737057,463.20765029892,2048.00080598989,559.590096105515,3660.95048582416,705.783839816589,2451.76298640738,724.541613295449,3123.37144348537,850.6833796511,4402.98705638147,9872.08702728188,3359.5518039016,89335.9379062842,35886.9271908084,2283.58040774662,16662.4900370786 -2131,3076.73336329347,3541.20003139513,640.403352627815,1418.80799396865,1186.13411830297,2525.40850795818,1361.2612610846,2976.03058373963,203.777919863496,1088.40800840872,1563.54361870876,6040.04458646195,874.63197497282,3523.44386132422,999.073564346628,3982.06183623665,769.092704060029,4521.35982901256,258.456138277293,1226.90743302859,457.561641045151,2359.0916816669,1037.22057644266,5414.46483093802,626.37040627427,1576.39986767947,449.750137902389,2146.96544856186,540.987034256216,3837.85698666323,682.106427154275,2570.23845131508,708.547831404285,3274.30074860087,831.905100829135,4615.75066419323,9449.90251953936,3239.35932557235,86946.9901242739,35135.6261422112,2184.52098366629,16341.0813150235 -2132,2832.18174959797,3417.67130983792,590.820584575373,1369.31529768596,1104.69360278268,2437.3139406838,1260.21312732017,2872.21683414478,189.934107249158,1050.44075193651,1457.66524779707,5829.34793580698,815.404584352357,3400.53453346665,931.492165016056,3843.154402759,716.052910892943,4363.63990513749,239.358948046363,1184.10886041834,423.93024517819,2276.79879312941,960.966622049955,5225.59046277115,577.591509579039,1521.40984774527,416.967764524853,2072.07222176386,504.162963996399,3703.97989333927,635.846538113437,2480.58006794975,656.193599021833,3160.08235317486,770.436063682221,4454.73807707033,8881.28013602676,3027.84324923231,80636.1079549632,32440.6423088947,2054.17963619216,15077.1085103299 -2133,2401.53928330468,3323.9038450319,503.968821724953,1331.7466691246,936.138789844473,2370.44362799561,1067.45542996221,2793.41449579946,161.778968740079,1021.62078731485,1241.62628125963,5669.41354544024,694.554365840531,3307.23723443422,793.29933451615,3737.71335459047,609.718128813903,4243.91878097516,202.002011494334,1151.62156839112,359.411815894678,2214.33238505482,814.560056924357,5082.22080390486,488.759289242528,1479.66834266158,356.211565089788,2015.22270596329,429.419305273648,3602.35724657065,541.600269164525,2412.52270282208,553.780955397755,3073.38211667684,650.193510047681,4332.51757720559,7573.17908145513,2575.09184516886,68480.1647056811,27489.2543599391,1751.7877100522,12752.5403308098 -2134,1916.61659401246,3075.35183706666,416.155440362078,1232.16246809343,818.972917648577,2193.18864380365,890.701343671168,2584.53096174419,144.603116630012,945.226911347083,1111.84600998351,5245.47104096295,621.956471147647,3059.93150786674,710.461779639875,3458.21785688812,539.706399947544,3926.57069155031,166.79698706795,1065.50660641124,302.726659342593,2048.75095241787,685.528603670205,4702.18689058293,393.717644082371,1369.02298261579,307.431635875469,1864.53012476454,383.400729700261,3332.98329088852,484.573874426391,2232.1211659532,457.267698339466,2843.56340592013,536.877418619815,4008.54432359638,7206.33423057466,2339.74336389119,58383.7762548958,22450.8834231952,1673.58290156773,10291.5872679305 -2135,1837.26687855818,2870.01214429737,389.937970639245,1149.89160087406,818.266732193654,2046.75054300629,864.076438080494,2411.96313153994,137.72889734097,882.114586690792,1015.57154578222,4895.23358227631,568.101417949094,2855.62142270923,645.462667611514,3227.31439286692,472.130288327083,3664.39554471935,137.424502347093,994.363267113575,255.36206769648,1911.95688350525,577.720763422167,4388.22424090542,359.308156740796,1277.6140077934,295.638493637762,1740.03638770211,374.27114632655,3110.44167574474,432.082153831259,2083.08356026648,376.744130624506,2653.70010992127,442.334800958745,3740.8958386528,7209.7056342407,2277.26824782501,52980.2845173873,19214.2256332554,1626.87566061921,8748.81969724701 -2136,1898.32749581829,2759.674545627,392.41131207721,1105.68402557729,808.050430104936,1968.06323137197,873.781170853043,2319.2352242576,132.00875246106,848.201697004607,946.686601855976,4707.03635827775,529.567811447051,2745.83707523897,602.705914406583,3103.24031151823,447.724802370589,3523.51788126203,135.342156974596,956.134977621024,245.350626290353,1838.45171325486,555.626394813398,4219.51898781766,363.160483341807,1228.49614537332,295.098199560312,1673.14069982162,364.322200955964,2990.86076526398,410.680445551865,2002.99942601422,371.035458709218,2551.67862603947,435.632256578818,3597.07712188079,6807.80077068982,2180.81765323807,51707.6759007722,18957.8654400398,1532.71185466523,8713.25360615703 -2137,1916.45203467946,2728.22378653863,400.52173244703,1093.08304624391,859.794302406571,1945.63410738029,907.874485125505,2292.80395234441,140.914077054095,838.535126983475,1010.93606472951,4653.3923998773,565.50837231892,2714.54401552434,643.733763465632,3067.87408922744,475.365784480519,3483.36194613456,140.221137604868,945.238340956105,255.286874008324,1817.49971294714,578.0271163827,4171.43104376464,369.864752804308,1214.49553201463,308.732035481869,1654.07267415374,388.818569114117,2956.77528168975,438.35247496083,1980.17215005824,384.411001530854,2522.59830210574,451.336464264592,3556.08286545232,7456.56482675715,2347.71816536961,54116.0752230212,19418.3621286598,1681.19331558592,8884.33661998524 -2138,2144.86641486944,2762.59868986337,448.477089986823,1106.85560560138,979.204293387368,1970.14858624251,1025.51539843186,2321.69268009222,160.446273767374,849.100449398255,1151.19984426259,4712.02392221323,643.970645479855,2748.74655732637,733.103374078202,3106.5284971796,540.183982606839,3527.25139198363,158.549117564665,957.148095848472,288.415283517307,1840.39973208544,653.059411589317,4223.98997956849,415.000120901789,1229.79785681193,348.686984286776,1674.91355551643,442.684224147233,2994.02987383962,499.101246844551,2005.1217991891,434.656472739599,2554.38237832041,510.32960761989,3600.88857578951,8557.52345409825,2681.23922495797,61259.6798109081,21837.4664407009,1930.25899196902,9982.67465625562 -2139,2700.62653333453,2900.03333030334,555.972864255287,1161.91981117454,1168.16759606791,2068.16016626572,1253.82749793545,2437.19298778127,190.317630034807,891.341769278937,1364.9922796206,4946.43919065961,763.56417503284,2885.49207746033,869.151863139948,3261.07306733124,644.242423788555,3702.7262188477,194.870506442147,1004.76460449427,351.970689053511,1931.9565247434,797.200396080868,4434.12637983326,518.341098649286,1290.97823269677,421.677630431081,1758.23768909944,525.213616286291,3142.9778266087,592.067276133657,2104.87323776071,534.230201165118,2681.45860730683,627.238994557946,3780.02672875176,9888.47940143051,3155.9690298936,74246.6463670319,27093.8871113821,2227.22191381041,12458.6830807661 -2140,3641.51322079454,3215.19077583974,730.615299713156,1288.18997358319,1437.97523502207,2292.91485034111,1612.07009526079,2702.05184587861,231.786654421406,988.207206020816,1661.21356311078,5483.98719865658,929.267647010142,3199.06927077927,1057.57591839683,3615.46604856644,792.452711156103,4105.11529640034,252.727094586239,1113.95612405679,451.115616356059,2141.90945075402,1022.25779007785,4915.99944261892,690.516065180366,1431.27365544532,530.649223003731,1949.31194088552,639.906222660624,3484.53695727838,721.176333659923,2333.61766833633,692.84187251171,2972.86272192851,813.464754620962,4190.81634121737,11452.9390205197,3789.05481399483,93995.2215211021,35686.0442331553,2572.08208111009,16569.0330964704 -2141,3771.70328834692,3838.48772200587,757.610377339093,1537.91850684776,1510.28965970942,2737.41936770162,1681.47070773418,3225.87166912963,243.540244817748,1179.78107414728,1745.64700214306,6547.11306335556,976.498939217738,3819.24090166169,1111.39207983669,4316.36036686712,831.203634090029,4900.93302738332,263.655564526989,1329.90767987274,470.647000191791,2557.14005842167,1066.51492289859,5869.01518991575,716.530761431243,1708.74039405094,554.161361533739,2327.20559155444,672.31404405749,4160.04935940245,757.729741758568,2786.01283478287,722.801863900183,3549.18194686322,848.640742115653,5003.24807841085,12129.7212287444,3991.86859894468,98230.3379568784,37091.8914713087,2725.35326657661,17207.3511659138 -2142,3660.05855284923,4234.74135536471,733.582500712689,1696.68045693934,1472.08639898621,3020.00783718141,1635.96240270021,3558.88390264903,237.015000544257,1301.5718863254,1698.92643206214,7222.98270975111,950.363880372703,4213.50765293458,1081.73269989171,4761.94560827656,808.548049703133,5406.86470141617,256.882101856641,1467.19631757249,457.833008094769,2821.11798737217,1037.54563374821,6474.8836364682,696.36047984565,1885.13657886298,537.723761697869,2567.44699338041,654.289842642774,4589.49834895241,737.423367145075,3073.61769073644,704.232669459057,3915.5700516977,826.838674719237,5519.74190964028,11829.8606821841,3890.26696736359,95536.4778091886,36043.8886801473,2658.29712293501,16729.1588547994 -2143,3515.84081777846,4421.36654519132,701.026243101049,1771.45322008585,1393.58509825081,3153.09968119164,1559.30450665223,3715.7240324627,223.726664027278,1358.93220186173,1603.47526146815,7541.29979365375,896.969370074977,4399.19707280166,1020.94128201958,4971.80470674612,764.503544648733,5645.14540538179,245.536267016758,1531.85570720274,436.058759961844,2945.44474920607,988.346950341413,6760.23196978029,667.502730376243,1968.21460945715,510.281205364306,2680.59446622485,617.64877913748,4791.75769107187,696.096315803278,3209.07212274359,673.12848781782,4088.12935174839,790.319294915085,5762.9971158586,11068.3603487128,3664.42648332242,90814.1511332126,34496.7965192996,2485.86703928517,16042.8148651409 -2144,3311.8122804199,4453.46712111349,659.579300999714,1784.31455334169,1310.60039174655,3175.99222237132,1468.34649918598,3742.70141155823,210.190186497168,1368.79849678957,1506.43321666729,7596.05211154093,842.684939321667,4431.13669105965,959.195493690999,5007.90164483706,718.509842469087,5686.13101850048,231.318991752006,1542.97748367801,410.570615657894,2966.82964725287,930.599521729256,6809.313478264,629.22451974048,1982.50449514209,479.478049003972,2700.05646407101,580.283365140729,4826.54742858644,653.981399026284,3232.37104226609,634.152359703926,4117.81051599798,744.557472845494,5804.83837117323,10386.6828751701,3442.82508929602,85431.9207832403,32490.5402984615,2332.59585381864,15117.4490568175 -2145,3138.46123212591,4492.13076259487,621.46186340237,1799.80542737405,1220.46442147243,3203.56521691556,1379.19224120809,3775.19440221316,195.15735243205,1380.68198731524,1398.48094912706,7661.9987161812,782.297429928433,4469.6064665669,890.445059050535,5051.37871753219,668.490432004821,5735.49627149027,217.78489683853,1556.37314297455,385.362151134132,2992.58675619702,873.574286741937,6868.42985835577,595.071014175566,1999.71599372305,448.025031130442,2723.49752970983,538.825813338786,4868.45003936065,607.226409302705,3260.43350050688,597.049144957774,4153.56008934142,700.99463596078,5855.23420514635,9539.79137843498,3187.88501969438,79978.4906582846,30658.8444901655,2141.00687198549,14295.0558157677 -2146,3033.63510492212,4556.65681655297,601.997733452408,1825.65826832156,1180.01835306714,3249.58200337384,1333.05148206725,3829.4222086982,188.946735299812,1400.51443768697,1353.98542712295,7772.05752094796,757.407042591465,4533.80897608302,862.076032766338,5123.93794452628,647.180886844159,5817.8823286755,210.252479093411,1578.72926364645,372.54815903711,3035.57299696111,844.477537248698,6967.08964790109,574.900732589973,2028.44039845015,434.060438721009,2762.61850766981,521.676481206402,4938.38163452878,587.901477397156,3307.26715676023,576.399303580013,4213.22283217044,676.749683662464,5939.34020700288,9240.69762705626,3085.30570238248,77360.0545171583,29631.9109710905,2073.95072834389,13807.9211941866 -2147,2940.98456899893,4515.6538559006,581.430315225715,1809.2301287547,1128.87405493311,3220.34072223611,1284.17781770359,3794.96325019728,180.489010104276,1387.911944084,1293.22936006609,7702.12085870873,723.420655332628,4493.01161114292,823.38107746333,5077.83031904934,619.170600498991,5765.53026227976,202.666437912478,1564.52310845765,358.75817525802,3008.25747043306,813.251947223515,6904.39646862618,556.713649425692,2010.18752903476,416.642631078898,2737.75915518226,498.356019912332,4893.94373279535,561.598045241631,3277.50679723461,555.602455559607,4175.3102535054,652.332131053411,5885.89520497331,8754.22400812734,2940.39062064272,74336.5442465481,28636.5470423864,1963.78706378982,13360.836007477 -2148,2896.67410147386,4482.83849658881,572.458874696808,1796.08241224511,1110.59964760755,3196.93843293785,1262.88893392422,3767.38516591441,177.541015108784,1377.82595640832,1272.09412310244,7646.14937118845,711.597797418178,4460.36079353894,809.882916005685,5040.9296105891,609.024114852962,5723.63202268539,199.532691602227,1553.15368343218,352.748296574057,2986.39639495101,799.67232060521,6854.22206239861,547.446076258555,1995.57945052511,410.000479798136,2717.86379711156,490.218788487306,4858.37933234124,552.426300642828,3253.68908076868,547.011407317923,4144.96817889577,642.245392322504,5843.12227060182,8605.11922848677,2891.46555489186,73144.075458866,28186.9488692439,1930.25899196902,13152.8595973637 -2149,2888.36549580053,4385.95195006006,569.940192495398,1757.2641005134,1103.76774294228,3127.84374561684,1257.92973371797,3685.96154593639,176.216020415649,1348.04732424576,1262.55975692527,7480.89492194137,706.264360333426,4363.96005238195,803.850245055389,4931.98117052459,604.85475054238,5599.92849406143,198.862341678172,1519.585733855,351.299667005959,2921.85210376298,796.413345590077,6706.08335401723,546.238158291343,1952.44945567202,407.494643914889,2659.12323854849,486.5687925671,4753.3763090123,548.306952538305,3183.36785488605,545.17366808628,4055.38394501575,640.087705045742,5716.83622702148,8520.97137688734,2869.189825208,72757.5438482405,28092.5604180777,1911.10009378571,13117.6772176701 -2150,2967.62595112654,4307.26005426756,586.623732452509,1725.73561022167,1135.59362555358,3071.72458223159,1293.32109666322,3619.82874166251,181.344637346315,1323.86092166525,1299.32136507173,7346.67416203908,726.828467117262,4285.66273093503,827.256002619376,4843.49252478916,622.495519708716,5499.4556675194,204.415181799262,1492.3216225337,361.20519881392,2869.42880230222,818.860522031913,6585.76411238421,561.307858952206,1917.41898774732,419.373961817927,2611.41376722508,500.726634362938,4668.09215692163,564.263620114335,3126.25248874474,560.396571485509,3982.62303599682,657.960896418227,5614.26586470062,8776.80077273842,2953.33351060569,74828.0638166323,28874.1712518124,1968.57678833565,13479.8503147154 -2151,3080.88863899922,4189.51463571782,606.138060258978,1678.56003707966,1157.31719055212,2987.75438028243,1330.02369406449,3520.87528984035,184.524151822906,1287.67119632729,1321.88893277477,7145.84179685582,739.452557724176,4168.507707635,841.562776451277,4711.08838680153,634.676158901075,5349.11979245973,210.442519822062,1451.52677108702,371.261771664843,2790.98865913255,841.715444745402,6405.73236549345,581.124657138799,1865.00346177418,429.878723397189,2540.02685230597,509.550586581702,4540.48285125619,574.174835830146,3040.79168462758,576.920293126097,3873.75205760425,677.361376820859,5460.79148057706,8825.83720729013,2994.44463150921,76742.4601521937,29837.1754800962,1978.15623742731,13950.4614339695 -2152,3210.84231475219,4151.3708401397,630.689752468266,1663.27744315479,1195.0580417935,2960.55211409447,1379.78604738909,3488.81917857468,190.248779972017,1275.94748340222,1362.78355013987,7080.78186690378,762.328631997905,4130.55517143659,867.587124004976,4668.19587824109,655.251867139937,5300.41827220559,218.569512767741,1438.31122101817,385.009838381055,2765.57786334079,872.940840183886,6347.41082538129,604.992426511135,1848.02337768713,445.019000328765,2516.90095982399,525.382907546766,4499.14363543684,591.99760018569,3013.10653575013,599.200140166608,3838.48314951981,703.520116678915,5411.07323585391,9043.07771367875,3082.49439905312,79479.927379306,31029.5189898578,2026.0534828856,14522.5261514695 -2153,3303.11117374531,4174.30910207689,644.642900289032,1672.46782752046,1208.27230258656,2976.91054664287,1407.34445640692,3508.09653327301,191.78867261422,1282.99768891732,1373.59170358893,7119.90649234383,768.374614012,4153.37841708652,874.447348663608,4693.98983979082,661.85497714856,5329.70555763164,223.42053081664,1446.25856198225,392.426429570237,2780.85897213108,889.864220792528,6382.48323344654,621.148603853539,1858.23456958875,451.441277387608,2530.80801262886,529.681994562992,4524.00350442394,596.808025089034,3029.75535601293,612.499024617797,3859.69256089637,719.134319870186,5440.9719416128,9007.08171879247,3098.04862024881,80801.9027419876,31790.6032905908,2016.47403379394,14908.0185311903 -2154,3358.30246063685,4242.14918154723,652.772960332652,1699.64845730998,1211.99191522121,3025.29073199136,1421.43374978956,3565.10945248602,191.931937913598,1303.84872391449,1374.44089510353,7235.61786168676,768.849643964895,4220.8783350359,874.971601233122,4770.27567200337,663.49457545257,5416.3229210663,226.038986216587,1469.76288171045,396.140325741262,2826.05296449052,898.370479216941,6486.21013990867,630.569065019895,1888.43424522195,454.201631302883,2571.93822424052,530.114721960338,4597.52675096826,597.268742954916,3078.99436517623,619.677422111575,3922.41955203654,727.562467168326,5529.39758520762,8926.981227514,3092.90118483206,81404.5764306596,32221.1601084487,1997.31513561063,15132.4622526388 -2155,3276.99470360776,4306.67522920218,631.96873324277,1725.50129573209,1157.96830079119,3071.30751395454,1372.41832750372,3619.33725367389,182.568720879932,1323.68117234891,1307.11719263859,7345.67665570256,731.189381632063,4285.08083828047,832.087971089717,4842.83489190961,632.754526649528,5498.70897020374,219.047520236214,1492.11900019851,382.093064487718,2869.03920105554,866.685941609192,6584.86991981652,613.626766765379,1917.15864714314,435.334434039614,2611.05919837901,504.310757122506,4667.45833930521,568.154552972126,3125.8280168547,600.510579753918,3982.08228903748,705.058702119012,5613.50357884836,8357.50643056958,2931.11064852235,78283.5755521958,31286.7106510344,1867.99257287325,14732.0286017258 -2156,2945.82760205271,4067.67541649779,564.368094000787,1629.74425240901,1021.86882060536,2900.86468241353,1223.03310757853,3418.48140090917,160.293134077096,1250.22321802568,1147.41111963904,6938.02684431309,641.851267638091,4047.27941066691,730.442515691394,4574.08079030554,557.084683004501,5193.55700399938,195.934976090555,1409.31355455868,340.16375359007,2709.82129043987,771.734731407772,6219.44123207902,550.81610713084,1810.76554034816,384.980980251172,2466.15794017843,442.825271944789,4408.4367949511,498.851549968039,2952.35955898057,537.148404872729,3761.09582718399,630.665253791297,5301.98106262446,7228.88062076449,2565.82571185712,69465.4132132579,28014.6805932314,1614.13717194432,13226.0515176969 -2157,2515.86133553536,3789.42713094347,486.199468552988,1518.26201803859,880.254803825706,2702.43178355614,1047.97911171583,3184.64106420373,139.039389836608,1164.70202192313,995.382486319966,6463.43291119587,556.807843059959,3770.42630862001,633.553118314023,4261.19197603893,482.441266999066,4838.2930794418,167.01309723212,1312.90982510329,291.793843185307,2524.45666543431,661.819034005847,5794.0019620446,469.866071732584,1686.90059156213,333.683292668368,2297.46104367148,384.086698194866,4106.87881537519,432.698065018525,2750.40416640071,457.860156267482,3503.81903919965,537.573022713848,4939.30041835937,6324.25504654204,2225.67592004927,59780.0141935841,23955.4606082554,1412.96874101951,11276.1055796162 -2158,2005.8364615757,3455.23028035066,401.689398999613,1384.36357712125,772.597279786652,2464.0991385947,876.036968600224,2903.78145742183,124.488580200384,1061.98471554524,892.027979336783,5893.41035942251,498.992278797225,3437.9051770105,567.794422434889,3885.38927843988,426.833407279055,4411.59472807598,137.404528455645,1197.121788152,245.020715843011,2301.81998767448,555.256194297619,5283.01781031563,378.451385657989,1538.12959122814,288.344246006655,2094.84354539977,343.720407626769,3744.6852915422,387.34651052237,2507.84074493716,376.689372948543,3194.81051429997,442.270510041571,4503.69403594122,6062.30112843998,2024.61495160446,50954.9802761799,19526.9184346658,1360.28177101539,9078.54590961966 -2159,1769.23854760176,3210.25222084929,367.822122293911,1286.21130498583,711.919118643873,2289.39291747109,784.57611869064,2697.90147578916,108.642709515651,986.689313003218,730.040674024117,5475.5637568655,408.378064348161,3194.1554785307,465.413290606403,3609.91266802333,347.128223884386,4098.8098112684,107.480325384747,1112.24507984227,188.135974462151,2138.61946320908,426.678117756987,4908.4484339003,339.854534818064,1429.0752093354,257.009871051075,1946.31778443112,310.118343396681,3479.18468471369,305.277423586175,2330.03321565988,294.653290022791,2968.29638448389,345.952050209837,4184.37921869529,5653.44216369917,1819.29457009683,43067.6096540969,15568.6275057728,1246.50679044938,7236.08666562651 -2160,1873.71819290948,3088.60794541877,381.931155529226,1237.47362598684,727.507296677929,2202.64224385958,816.736371001434,2595.67141795324,109.561945416127,949.301251786158,724.308421114406,5268.0813100186,405.171494589905,3073.12114787132,462.265268816642,3473.12428484982,345.613755614657,3943.49592459586,110.084521014869,1070.09940482026,184.896852678494,2057.58196299832,420.080161886352,4722.45536788759,354.345086482487,1374.92406904608,265.412453223056,1872.56706319277,315.237383859113,3347.34990322447,305.186268165356,2241.74258216785,301.792594891208,2855.82040499277,354.334298906639,4025.82289876536,5725.41352113565,1846.77363111213,43494.549982192,15715.8611504231,1253.81465968676,7362.96769005733 -2161,1888.1608304592,3029.41033403014,389.164754921568,1213.75566498,772.646653292272,2160.42543878609,846.999263799014,2545.92164374817,116.492902087972,931.10652860113,769.005128286597,5167.11095843457,430.174423066618,3014.22036322117,490.896898437525,3406.55686504378,365.275363441814,3867.91315611819,113.64435421714,1049.58941137558,192.28030523369,2018.145446743,436.714722015985,4631.94272186432,360.35007552878,1348.57167270229,276.952187882619,1836.67662346556,335.414880002046,3283.19313025276,323.835002846605,2198.7763629009,311.551744402773,2801.08450146664,365.792503841561,3948.6622154763,6231.08256852744,1976.61921450307,45451.4700956359,16089.937676219,1367.65803827189,7504.08100431682 -2162,2114.41222999753,3071.25804269952,436.158329603528,1230.52225909019,881.656656596467,2190.26915237901,957.794005063963,2581.09052993234,135.087344262348,943.968660320746,909.19632790528,5238.48846435443,508.596095688427,3055.85824047023,580.521356757204,3453.61440546763,430.673152571956,3921.34378619741,128.561027053893,1064.08824351341,225.010881389278,2046.02373109393,510.310029597914,4695.92751369672,404.655577915197,1367.20058996882,313.115402951257,1862.0481313776,385.298735548478,3328.54654708004,382.739857380224,2229.14984899824,352.44524478816,2839.77815972051,413.805510237951,4003.20829798313,7329.0079654216,2298.63971774816,52194.5786117885,18341.2639150517,1601.98162719186,8505.64924352911 -2163,2677.06198412896,3176.00728215194,544.202819906546,1272.49081691794,1061.8824553835,2264.97112294549,1179.66573475646,2669.12197053725,167.029895059951,976.163935957242,1163.37015809331,5417.15390857712,650.778607531208,3160.08224969165,742.624280658162,3571.40440464877,554.913819606509,4055.08630262712,159.400156073293,1100.38035334874,297.068153690893,2115.80602445841,671.996201968899,4856.08821291009,508.276072787712,1413.83073956454,382.021856693953,1925.55569826838,468.195887279202,3442.07094471813,490.138699350851,2305.17789615731,436.989562964306,2936.63247749801,513.068885862802,4139.74290977849,8869.22867544013,2810.38054113297,65701.0341361149,23696.1937896524,1921.54105135967,10942.306576922 -2164,3633.90605202412,3451.52636725939,720.788516207846,1382.87957693593,1323.46335379006,2461.45769118973,1530.94422188554,2900.66868250334,211.743518299497,1060.8462967507,1514.81078261603,5887.09278345468,847.371272957351,3434.21983595984,966.728916673208,3881.22424657648,728.891633767047,4406.86561825092,209.177705167118,1195.83850608302,403.063276601853,2299.35249911531,910.575278301478,5277.3545585954,681.686816355047,1536.48075804865,486.407531894513,2092.59792996971,585.148967628649,3740.67109053427,638.881482643342,2505.15240771726,573.452851080178,3191.38576413055,673.290257558364,4498.86619815754,10818.9337107309,3514.17596796603,85842.3811416433,32127.6805896655,2321.10115992075,14874.1014479583 -2165,3762.75435509152,4008.73772806079,747.23008150274,1606.13043145592,1389.44749194629,2858.83324151819,1596.28239430996,3368.95006639873,222.701240258495,1232.10838364095,1595.93550536236,6837.49983007317,892.751699589346,3988.63724567118,1018.55754794442,4507.80565256685,771.641626073035,5118.30610188954,218.058914000439,1388.89361572784,436.059513648981,2670.55793076075,983.733988984604,6129.32600604556,707.216195493172,1784.52885125133,507.663474274561,2430.42508702964,614.857757327355,4344.56171945683,673.496659386791,2909.58199439529,597.800352753156,3706.60025628736,701.876628070645,5225.15917396038,11268.6114948521,3671.31416333505,90929.4197234042,34196.1117278061,2423.68755400172,15770.6152192874 -2166,3698.21014022347,4345.92370205209,735.943307739926,1741.22648677943,1387.89832805688,3099.29758127092,1583.42858744371,3652.32173761461,213.427315832309,1335.74441412823,1463.26708086628,7412.62077743031,818.538198446755,4324.13251271381,934.13858732298,4886.96960457215,706.742933521365,5548.82092855697,216.142683535202,1505.71728401407,400.458637934635,2895.18591544544,906.087765449266,6644.88050211344,697.297305942401,1934.63048913419,503.928654797319,2634.85483668538,603.12478921318,4709.99477452702,617.446894035309,3154.31495156042,592.547078639939,4018.37261516833,695.708765666526,5664.66170688954,10784.7069008582,3541.34274100342,87230.8254563107,32579.5493972037,2346.29034336769,15184.4942649543 -2167,3522.88371258908,4481.86377764125,695.424205319235,1795.69188388681,1292.16829276866,3196.24331165094,1490.2080044023,3766.56601043809,198.046934069025,1377.52637098556,1358.45838342796,7644.48684270932,759.909173366843,4459.39096199544,867.157155678297,5039.83354397674,657.03598382048,5722.38751374634,204.393126406803,1552.81597590048,373.618116839092,2985.74705254144,845.817434029351,6852.73172539003,662.040937439094,1995.14554484164,471.204541041643,2717.27284266563,559.527268607358,4857.3229582619,573.313872209064,3252.9816199938,560.336107452416,4144.06692425007,657.889905674459,5841.85178048839,9911.84874417418,3282.45548331718,81557.2439538378,30709.185746143,2153.06127848941,14363.6806645341 -2168,3306.17325889788,4503.11253724127,651.057281315978,1804.20535664043,1205.77257062108,3211.39687479386,1395.33683873175,3784.42350447275,182.491962042025,1384.05729833007,1236.2899491783,7680.72977003714,691.569270566207,4480.53317675588,789.202898741742,5063.7276685448,598.834373996805,5749.51766375766,191.611646247436,1560.17796078265,342.935279880324,2999.90264148692,777.028364346796,6885.22089870284,621.450990738631,2004.60463823508,439.798737302017,2730.15558080005,518.822635834965,4880.35179023012,521.851554549394,3268.40418253828,525.296157891073,4163.71417062089,616.749545799101,5869.54831707698,9062.19320105031,3024.01948146087,75585.4291435323,28556.6177986106,1974.30766997465,13409.6032950865 -2169,3150.77295372688,4557.17666245623,618.007849220699,1825.86654842905,1135.67188456382,3249.95273173013,1321.93665385056,3829.85908808746,170.388132204244,1400.67421528757,1145.12423294571,7772.94419563619,640.572004174515,4534.32621539185,730.966346287537,5124.52250866097,555.608236993657,5818.54606141114,181.900870532883,1578.90937287414,319.909229674488,3035.9193101135,725.385386140462,6967.8844878807,591.397044658952,2028.67181294407,415.260473575648,2762.93368082664,486.332465989663,4938.94502948364,483.466263717404,3307.64446612358,498.674429656405,4213.70349742942,585.49300879522,5940.01779625285,8384.86728359649,2820.65580164812,71020.4258736019,26965.3824925609,1829.36088531206,12705.8890013882 -2170,3027.88986361637,4615.72446961736,593.977483723253,1849.32416056423,1084.55672621191,3291.7061286058,1266.29048409227,3879.06276570454,160.577299291828,1418.6692174405,1062.02317651364,7872.80620923541,594.086034586065,4592.58045404173,677.879730243037,5190.35922684257,516.241868884827,5893.29916799314,174.206272766986,1599.19423087613,298.65246893027,3074.92293702786,677.923870878256,7057.40358874819,567.600732223214,2054.73494257342,398.036776473847,2798.43015601855,461.926141890832,5002.39756217736,448.467358067208,3350.13905097379,477.579977820615,4267.83857229586,560.726039927913,6016.33149708735,7835.19529763444,2656.42504326785,67265.7237169649,25600.5533625159,1715.86087611668,12108.7263836343 -2171,2952.4960740204,4570.30280618095,578.135099443777,1831.12563503289,1050.0032656681,3259.31364744943,1230.83330447889,3840.8903218006,154.385237925776,1404.70861035784,1013.02319710224,7795.3327906443,566.67589504572,4547.38654243345,646.594142453016,5139.28279204507,493.221900149362,5835.30535724889,169.334816365787,1583.45714288433,287.069831393552,3044.66374030632,651.948486344138,6987.95425037173,553.224464775886,2034.51504434793,386.22409346789,2770.89182405492,445.799631279542,4953.17078966528,427.859782795235,3317.17155270995,464.225062391416,4225.84032727328,545.046050837165,5957.12697000145,7475.92072209795,2550.78045974506,64986.5649226499,24817.9628183012,1640.13697508813,11764.3382169943 -2172,2910.7969095867,4526.76559517439,569.947118225806,1813.68212931066,1034.65247384997,3228.26506445102,1212.245522936,3804.30157495277,149.29714916688,1391.32720046763,957.201727087968,7721.0735866122,535.449876161266,4504.06763429489,610.918319966331,5090.32541463956,466.730505121522,5779.71759175495,166.942526985629,1568.37295466459,273.414167455227,3015.65993611058,621.886884842081,6921.38622378688,544.610208726609,2015.13402857321,380.74670718117,2744.49600147242,435.807773966904,4905.98633581913,404.378342026134,3285.57180889429,457.666690577535,4185.58450401366,537.345874895213,5900.37871832432,7165.88017540908,2466.59907811856,63164.4851633748,24148.9314742939,1581.42026350296,11503.2039589426 -2173,2895.66743270026,4436.63706429751,565.637676735565,1777.57146655253,1023.13929516211,3163.98985924704,1203.09685033966,3728.55740292659,146.569754809973,1363.62568292476,933.033251661117,7567.345940565,521.930252441318,4414.3910229674,595.499648406965,4988.97632958956,454.592120098894,5664.64261283767,165.874930646936,1537.14643159884,265.565023656387,2955.61772850088,604.659403354404,6783.58046405274,541.946641944499,1975.01243055875,376.80089355213,2689.85270541268,429.246307288119,4808.30746739687,394.13117491041,3220.15561845982,454.739915165513,4102.24893598471,533.909551634697,5782.90135964096,7027.47600351627,2427.06569202663,62086.7849962168,23750.9319182638,1551.89022301549,11351.3424338039 -2174,2944.17639637207,4353.9163533,574.010390689629,1744.42880163965,1029.40546288915,3104.99754435792,1216.92526128938,3659.03877544022,145.878980030286,1338.20100103366,917.5159526684,7426.25343570248,513.250017555737,4332.08508746968,585.585744919345,4895.95730117852,447.947255722636,5559.02584552275,168.061327657479,1508.48647048722,262.993345500152,2900.51049381046,599.440956147926,6657.1011981216,550.314698029065,1938.18849609734,380.286307597638,2639.70063639156,429.553043826272,4718.65699415929,387.647668728035,3160.11609789025,460.733840752792,4025.76286246651,540.947011985348,5675.07966830915,6930.73124293108,2414.96122803828,62170.6986123877,23883.2818798713,1533.96053642194,11458.7580533051 -2175,3069.05495470007,4235.00127831634,596.29652908521,1696.78459699308,1057.81063714671,3020.19320135956,1259.32389279832,3559.10234234366,148.618793845244,1301.6517751257,924.936711892235,7223.42604709522,517.40112227586,4213.766272589,590.239609504369,4762.23789034391,452.054099859741,5407.196567784,174.083721818376,1467.28637218633,266.309164635231,2821.29114394837,607.654262887167,6475.281056458,572.317199350355,1885.25228610993,392.820953624581,2567.60457995882,439.676268055083,4589.78004642984,390.854804191546,3073.80634541811,477.244008980976,3915.81038432719,560.331579343846,5520.08070426526,6989.99232262007,2457.86085849733,63707.0414402019,24585.26459771,1549.53017463051,11837.2516972327 -2176,3154.3964064782,4199.91158529883,608.732515503096,1682.72565185647,1059.69608484916,2995.16896988367,1277.83204210141,3529.61290411133,150.367994428508,1290.86675802577,952.815566931004,7163.57534437524,532.99629835587,4178.85252516943,608.05639376195,4722.77970493458,466.563327703534,5362.39448741147,177.38891950077,1455.12896655993,276.479381828626,2797.91494317576,630.298857528439,6421.62921327283,586.389744737378,1869.63176568203,395.987387017699,2546.33033455011,441.291000838619,4551.75078450925,402.705539039025,3048.33789476894,486.305084743511,3883.36539192439,570.970176784632,5474.34330665542,7003.78549503064,2479.28443208453,64938.0008417909,25314.6729364431,1543.47247064124,12182.5190929987 -2177,3253.77764123508,4206.73458011282,624.328730756151,1685.45933521214,1077.72203162958,3000.03479192146,1308.61312557039,3535.34696066253,156.709288489293,1292.96384436121,1026.58329039022,7175.21297922341,574.261286992176,4185.64130834465,655.059873202548,4730.45212869397,502.576475584806,5371.10600169816,182.096154242857,1457.49290617887,297.485537811164,2802.46031484837,676.714360767131,6432.06151450815,603.806934705053,1872.66908863091,403.676694673369,2550.46699274267,452.864486574903,4559.1453620775,433.893551393106,3053.2900927438,499.20979263959,3889.67413947581,586.121577787696,5483.2366881547,7299.31787537809,2573.96838706426,67724.2743920523,26549.6257684948,1594.55811264717,12707.3028744913 -2178,3311.49472693347,4268.07656688292,632.968233788448,1710.03645608182,1083.06828747485,3043.78085933106,1323.61147110845,3586.89887161833,157.774161292712,1311.81765353899,1038.3009458596,7279.84088271057,580.816036103488,4246.67571611895,662.573452756382,4799.43088795935,510.618052304779,5449.42668179397,184.562251421363,1478.74585400948,307.625352262307,2843.32538020568,699.152001127811,6525.85289231284,613.601113115233,1899.97607467244,406.87457243376,2587.65752842943,454.948338956922,4625.62615119256,439.081530339927,3097.8127211406,505.970505770683,3946.3927973944,594.059322410881,5563.19244147753,7232.93428765155,2576.20606290492,68886.7687187337,27253.5013664334,1579.16015913347,13034.1255274482 -2179,3235.96971855848,4323.18038390441,613.832226134686,1732.11420808542,1037.93580749345,3083.0781729799,1280.58987728993,3633.20821401155,153.782489989617,1328.75412569768,1037.03227268726,7373.82865768609,580.106351954583,4301.50323337258,661.747023170739,4861.39485634489,511.054738981189,5519.78254491872,179.333750833973,1497.83748455633,310.13878270277,2880.03467513705,703.733038833981,6610.1061614499,597.987401211411,1924.50607836927,390.969958444787,2621.06597476969,438.200376666437,4685.34618035579,438.657022225604,3137.80762345259,491.636767065986,3997.34345472091,577.230098166758,5635.01709915334,6986.6222043671,2498.03535282408,67585.3306395365,26986.2379679441,1514.82905696427,12865.575573458 -2180,2895.29532357092,4088.85919693568,544.419118518028,1638.23169078055,905.570227829274,2915.97190563568,1132.10502447678,3436.28428634447,135.767708909038,1256.73417365444,934.072389061216,6974.15893999262,522.511536382259,4068.35697208164,596.010248762004,4597.90184612874,462.486384525278,5220.6041894307,159.439676709826,1416.65302633335,285.591490028262,2723.93359129106,647.075749345141,6251.83105280376,533.786597627861,1820.19570763134,342.353830575582,2479.00128262361,382.986869074872,4431.39520425776,395.347787157823,2967.73495899835,437.097907310458,3780.68299185446,513.196092820773,5329.59290261075,6039.49506722121,2187.22224350032,60502.431334357,24499.3300669836,1302.06106956277,11657.1241529191 -2181,2483.28388889665,3809.31129032006,471.93793650169,1526.228753616,787.53710736815,2716.61218139247,977.004533145162,3201.35174586872,114.25575490329,1170.81353161309,749.962278714162,6497.34830940386,419.522027488166,3790.2107654911,478.556066223717,4283.55161443755,372.240625803996,4863.68092498623,136.652189642513,1319.79902162491,231.915563374641,2537.70317920545,526.665709361756,5824.40467318286,457.617226464977,1695.75221980461,299.426805441171,2309.51644940308,329.869129176937,4128.42873046352,317.511386916935,2764.83628843525,374.6268642456,3522.20453489457,439.848921216604,4965.21827700495,5041.23656395216,1842.56922360802,50994.1042253989,20541.9226314639,1102.05935857961,9832.01500594816 -2182,1994.47845778751,3477.71367554671,394.305705656785,1393.37171576152,704.29086654996,2480.13318270757,827.203100267542,2922.67654133027,104.119484035461,1068.89511517549,682.569801085006,5931.75914182261,381.823292958599,3460.27583669731,435.438935175707,3910.6717445998,332.833837382392,4440.3012453464,113.235030660807,1204.9115329959,192.513005614248,2316.79807140667,437.151400139209,5317.39473098937,372.018143364278,1548.1382947461,262.604957955817,2108.47482073704,300.784574089781,3769.052188236,288.33590067154,2524.15941836331,310.429599190375,3215.5993421179,364.474994585744,4532.99984905243,5017.07535548497,1712.2764167205,43802.2820725388,16726.6217431429,1101.10099108974,7908.92184384207 -2183,1597.75756766519,3225.65269827972,343.627049102456,1292.38162021669,564.810834395618,2300.37577536802,628.605719527475,2710.84406345176,92.3445077161565,991.422737497738,605.016782774703,5501.83156707332,338.440845063822,3209.47873538788,384.575920072325,3627.23042835651,282.322307539691,4118.4729478843,84.0815764553415,1117.58083045338,150.506360657183,2148.87901869246,341.017700069564,4931.99563334892,321.974273686771,1435.93088265752,226.800070297629,1955.65481499741,266.844078958737,3495.87530636182,245.884767110254,2341.2110364295,230.506495437024,2982.53613212091,270.637380892489,4204.45285568224,4749.43901722558,1504.19248151461,36170.7606849558,13063.8353372905,1006.79377102759,6022.37969913261 -2184,1714.65619989932,3090.55737701073,365.667175263181,1238.25468017803,590.831731995914,2204.0324819383,668.65787605252,2597.30972360871,96.3748855667702,949.90042069436,625.100584186369,5271.4063562259,349.675539563842,3075.06080468677,397.370901644346,3475.31641098668,290.486103036608,3945.98493442619,85.4711453792241,1070.77481769984,152.455717508287,2058.88064361839,345.485031975844,4725.4360322673,342.880766817661,1375.79187760712,240.523088471479,1873.74896826313,279.815054398564,3349.46264455196,254.553010715351,2243.15749914273,234.315946642813,2857.62290845609,275.110052671293,4028.36387077644,4967.90582972595,1575.60222113482,37500.5391433209,13434.6377719991,1055.59255389952,6221.04978189989 -2185,1724.69055780833,3021.87254322022,372.249620651572,1210.73559331979,627.341363127822,2155.04985963953,692.123828552828,2539.58687141528,102.382345533962,928.789745643239,663.153537132132,5154.25413245138,370.962012796988,3006.72036815687,421.644214522827,3398.08065673937,306.676798110585,3858.28899926027,88.5088725842126,1046.97781883878,158.289379654742,2013.12388923702,358.665794080011,4620.41750361022,348.443391977163,1345.21615131688,250.578524560304,1832.1065974055,297.448252264902,3275.02387608261,269.844905261004,2193.30535883283,242.643762100549,2794.11483189901,284.887730127907,3938.83713848857,5407.09129549121,1684.97335504809,39144.0991386922,13752.2899095698,1148.46315010603,6335.95487292445 -2186,1930.13480030956,3040.97693374192,417.052996671613,1218.38990873597,722.643030567773,2168.67416494143,782.494134730961,2555.64223399638,118.640309142154,934.661588932303,783.676882443507,5186.83951862702,438.38166791801,3025.72896606471,498.385298808031,3419.56344893596,361.344141028081,3882.68124570124,103.470978763843,1053.59685151887,185.066447292181,2025.85093327957,419.337827356123,4649.62795477908,391.188565742367,1353.72065781849,283.122892913818,1843.68924340184,341.493920331843,3295.72869873866,318.742110756526,2207.17151682234,283.661816295275,2811.77932970546,333.046974992223,3963.73861325919,6356.83082826514,1966.55518039892,45111.6088159082,15761.8527420451,1360.35131070779,7244.98321023732 -2187,2448.34682536049,3159.04726070857,520.826504649119,1265.69565883921,889.068240242361,2252.87607548459,966.4596896611,2654.8687394097,146.76123907926,970.951176723622,1003.8953470356,5388.22606355364,561.569859348658,3143.20726863642,638.290595010163,3552.33294482367,466.326860782865,4033.43195975651,137.939192425413,1094.50427287073,244.916073454586,2104.50752531879,555.118705542241,4830.15648388519,491.719268718534,1406.28081995476,345.95280396403,1915.27314441009,415.216122723092,3423.69013137426,408.755056606428,2292.86814272276,378.155134214011,2920.95072825595,443.991458464945,4117.63649682583,7687.93280887613,2422.56415568708,57342.6574670455,20688.9424904938,1659.76725614583,9537.52611820363 -2188,3333.36336670211,3440.47961345088,690.82966719572,1378.45361328746,1126.84529868969,2453.57969339067,1259.19658155791,2891.38497164438,186.262340674458,1057.45101402012,1309.07994530846,5868.25089795045,732.287327492665,3423.22847242514,832.160037514545,3868.80222681899,613.77192020188,4392.76126140352,189.257363429326,1192.01117516742,333.284273359469,2291.99332573113,755.671183597789,5260.46416566024,660.265519257967,1531.56318742636,441.616010738833,2085.90048319026,519.64291291587,3728.69891700324,533.767447176103,2497.13456315916,518.841979644804,3181.17160115072,609.171703391355,4484.46738962462,9372.2015206382,3049.71301885525,75507.7854649211,28331.7715160687,2039.50639295169,13157.4019673848 -2189,3450.09350757323,4008.86768638503,715.999748805745,1606.18250022009,1196.16473241294,2858.92592135971,1312.93065433234,3369.05928359746,195.946858489956,1232.14832707244,1380.32084463292,6837.72149336975,772.138833858984,3988.76655236262,877.516347952596,4507.9517900566,650.496613974309,5118.47203104956,207.225625900223,1388.93864194284,361.175153036594,2670.64450694932,819.267254457929,6129.52471122173,684.875327291795,1784.58670347185,460.709060170521,2430.5038784081,545.995669310369,4344.70256477995,563.258216591114,2909.67631944868,568.101298818711,3706.72041968806,667.007006906329,5225.32856716497,9765.83338501582,3190.44028106738,80344.7600932533,30535.4568948142,2112.63182575216,14162.2731479656 -2190,3389.0934509756,4346.44354795536,704.975049443652,1741.43476688692,1166.79971325122,3099.66830962721,1300.37653230792,3652.75861700386,187.879227343495,1335.90419172883,1265.39860904817,7413.50745211854,707.85238820115,4324.64975202265,804.675408479183,4887.55416870684,595.668734641751,5549.48466129261,191.656114647021,1505.89739324176,331.660387421246,2895.53222859783,752.546985781248,6645.67534209305,675.12829438048,1934.86190362811,457.065390140459,2635.17000984221,535.686291393579,4710.55816948187,516.293364808309,3154.69226092376,525.418066344484,4018.85328042732,616.892678358022,5665.33929613951,9356.02172047221,3050.51885056192,76375.2743209398,28723.4828312012,1993.35805663019,13367.299709379 -2191,3231.04501661481,4470.88200299486,666.418121205474,1791.29195462042,1083.85256504367,3188.41165377265,1224.85419960116,3757.3369081785,174.402112549379,1374.15105997073,1175.02468279668,7625.75578885339,657.298041870431,4448.46425180646,747.147047328132,5027.48459296412,553.942772845112,5708.36612147895,178.851497138612,1549.01115809237,309.546606115982,2978.43116725155,702.365852236346,6835.94068504296,641.200285137298,1990.25690032961,427.682095402842,2710.61479157542,497.176859454172,4845.42120739243,479.522339083183,3245.01093796239,490.314686606562,4133.91284297059,575.67784519363,5827.53766855776,8597.91841917397,2827.63845231888,71361.002307334,26993.0177263351,1833.77066730703,12599.4074426328 -2192,3032.91697482851,4474.32599313449,623.960600772186,1792.671814752,1005.69433363,3190.86773699947,1146.92270900399,3760.23124340236,160.766610463024,1375.20958996498,1069.62684927328,7631.63002747709,598.339459462246,4451.89097320269,680.160966152429,5031.35734276018,505.047757524334,5712.76336493619,164.835265434749,1550.20438554751,284.271978250448,2980.72549923452,645.115940800747,6841.20651677339,601.942850866985,1991.79002626214,399.238616222854,2712.70282042706,461.139996779474,4849.15371092293,436.616897320602,3247.51062050061,451.889711891598,4137.09726051052,530.563131623403,5832.02671171645,7863.45041273968,2599.21002613702,66000.3781560106,25030.7713386353,1668.58426188692,11708.8091948819 -2193,2891.50649781772,4537.6174051934,592.400510095996,1818.02998728747,943.199884348786,3236.0040379927,1086.91804039405,3813.42145471646,150.162628697012,1394.66256611365,991.025202066596,7739.58296642061,554.37041817047,4514.8650315209,630.149262053095,5102.52822107457,468.766891813274,5793.57304681454,154.203571135856,1572.13274407386,265.312971197139,3022.88924101284,602.151840255278,6937.97854932032,572.924460572147,2019.96481805881,377.096407429471,2751.07525736269,432.410348657148,4917.7472345343,404.638974459392,3293.44816129741,422.743319819641,4195.61841606435,496.342390043585,5914.52342883456,7277.08768848626,2420.95207486391,61923.1519235388,23574.2978230661,1539.28930399522,11051.362709221 -2194,2779.19459591661,4594.9955559206,569.424576948768,1841.01896791809,893.517419185053,3276.92329381917,1041.01671319938,3861.64215105914,141.57862071996,1412.29806769659,919.350611090039,7837.44995659583,514.276308667489,4571.95547859013,584.543020355806,5167.04966640919,435.713306765965,5866.83275071746,143.974033286748,1592.01235522164,247.795680832575,3061.11366123478,562.386659169181,7025.70925541498,549.906552761941,2045.50726367389,361.529264420388,2785.86259104097,410.839175384973,4979.932125164,375.468980153017,3335.09379779265,394.69942460568,4248.67199118403,463.416088611861,5989.31254974873,6802.7402739895,2272.96159415162,58470.9207692551,22279.3942952837,1429.87786422458,10458.7992685636 -2195,2710.57971001724,4541.45128291205,554.298703229686,1819.56605876237,862.238137888763,3238.73816973428,1011.99718231731,3816.64345213086,136.163815290972,1395.840930277,877.171156777466,7746.12221643597,490.681508377141,4518.67968553454,557.72042782171,5106.83939751557,416.435662377671,5798.4680938474,138.568423940654,1573.46105454168,238.30099653513,3025.44330995964,540.856561726018,6943.84051585419,536.02779976775,2021.67150626473,350.872802552857,2753.3996679927,396.596603406164,4921.90228769653,358.335333908888,3296.23082814559,379.880148866583,4199.16333546256,446.016795957878,5919.52066803861,6492.25050910399,2179.59392719595,56426.4071791752,21565.7237541732,1359.69371163818,10135.9014316067 -2196,2672.30197097776,4495.05490683124,546.448643801541,1800.97700739813,840.902395469343,3205.6505717861,996.30927834138,3777.65185804777,131.741806770294,1381.58073970889,829.10556294249,7666.98628011668,463.794055567322,4472.5159486543,527.123858485178,5054.66690319356,394.232612374524,5739.22978221188,132.353356848892,1557.386261202,227.087182366161,2994.5347750276,515.45660585153,6872.9008501066,527.675569440373,2001.01770516166,345.897092202929,2725.27038540463,387.818852972836,4871.61914793629,338.8051362328,3262.55587368175,362.841775008439,4156.26384162236,426.012063046154,5859.04565905507,6226.78844172167,2098.42367312767,54620.3121639582,20868.9807649803,1291.6480505801,9825.6697308358 -2197,2658.98279361716,4414.73849416684,542.371906963512,1768.79764240184,826.641187590273,3148.37288341122,988.850937900545,3710.15380700677,129.351610106855,1356.89503261085,808.066638044231,7529.99466450141,452.025073739833,4392.60225593515,513.751665824511,4964.35149630921,383.913169201567,5636.68279288291,128.409666879645,1529.55930909014,220.518437604418,2941.02924601537,500.527109543051,6750.09773594669,525.144775204289,1965.26406764496,342.377683477089,2676.57599892148,382.038955657493,4784.57438831949,330.166986958477,3204.26141692371,352.030296534507,4082.00085512611,413.318320025104,5754.35783238201,6106.69507917803,2061.60656691164,53556.5664944194,20416.075120658,1265.89564183311,9630.19869971393 -2198,2704.44098622368,4341.50499926806,550.500943120607,1739.45610081496,826.862219200594,3096.14638125228,1000.41491322455,3648.60825221159,128.79622964062,1334.38630064854,794.829642515796,7405.08402107843,444.620419719817,4319.73596604562,505.330559142255,4882.00079525158,378.437564568267,5543.17918420845,127.45864755778,1504.18635121106,218.479388391901,2892.24224525195,495.938618420972,6638.12434301189,533.326984761497,1932.66346032409,345.662317812974,2632.1758572093,382.445038029526,4705.20590374837,324.837204763928,3151.1078128222,349.423112651692,4014.28694881079,410.257228769465,5658.90218183322,6024.18244606268,2046.9685505397,53510.3076472949,20450.9444683059,1243.34755292804,9668.81632529271 -2199,2820.33633616319,4238.3802829907,572.000534226547,1698.13842021717,844.62943947889,3022.60294017053,1035.5568715962,3561.94206367099,131.273170059153,1302.69033146689,801.461777073957,7229.18944331968,448.330375027416,4217.12833436798,509.478367134326,4766.03756430724,382.029329994413,5411.51083861345,129.120670712314,1468.45708435013,221.314243302864,2823.542183638,502.374991330795,6480.44752596288,554.743966724911,1886.75648312629,357.213794531437,2569.65320929974,391.613038021888,4593.44212046759,327.627012915915,3076.25886085475,353.979486935307,3918.93471433868,415.606861976744,5524.48504260586,6076.8677928521,2079.29786771207,54711.2578519336,20961.0697104334,1249.88771242579,9930.18879639197 -2200,2901.15390301666,4172.29469132281,584.181869702707,1671.66073894718,852.024849888046,2975.47396864339,1052.14680860216,3506.40361901818,132.842583782211,1282.37854829337,825.816769251297,7116.47061448823,461.954334508704,4151.37410692535,524.98705689734,4691.72464490908,394.423588024496,5327.1335832213,134.172376117917,1445.56063599517,229.867386502281,2779.51700341673,521.800644566321,6379.40321647875,568.577591603243,1857.33783491744,360.394396064778,2529.58671186926,393.199748644252,4521.82034043489,337.660066266231,3028.29327651136,367.828548264982,3857.8299757327,431.867027135981,5438.34627299942,6085.88185666636,2105.09198839176,55956.2951725247,21658.2975696477,1260.69118517793,10280.1552569328 -2201,2993.92988582284,4186.46053315721,599.283305902828,1677.3363882914,879.818108192094,2985.57634557036,1078.72929845364,3518.30861680701,138.403366674346,1286.73250050215,889.781143497888,7140.63256962377,497.735419414668,4165.46891885616,565.586969834892,4707.65406365041,424.879751283486,5345.22035257811,144.374240842123,1450.46862664457,247.330026092001,2788.9540641134,561.44247775796,6401.06266856645,585.576965682474,1863.64389811504,367.558157991339,2538.1752052327,403.50035380732,4537.17289735743,363.825118504711,3038.57498639931,395.79657864258,3870.92814192261,464.704255760554,5456.81063346375,6337.67064493777,2199.61419148967,58731.5363087451,22916.4521032713,1328.86836604993,10865.4083124631 -2202,3048.2279219911,4225.96892895876,607.699464628526,1693.16571939248,890.609338992996,3013.75177706489,1091.93710649884,3551.51154044236,139.404312646576,1298.87563108177,900.604218474828,7208.02002869563,503.789748394743,4204.77921294392,572.510788165144,4752.0810583803,432.102039328961,5395.66417729915,150.473470588181,1464.15696507397,256.087714774408,2815.27393507949,581.488323004059,6461.47067085318,595.172029069963,1881.23144735305,370.621013330799,2562.12843011749,405.499153843538,4579.99103005667,368.510269257629,3067.2505757867,412.517388752221,3907.45880068295,484.336137482126,5508.30755612992,6280.83748892387,2205.42206186887,59938.8433440288,23686.1305697571,1314.05778477013,11240.3937468165 -2203,2980.55297925512,4306.02541867153,589.509928901181,1725.24094433503,865.093592605508,3070.84410126163,1057.83812118679,3618.79115178874,135.884295717691,1323.48144937951,899.821057974987,7344.56830696679,503.351655586522,4284.43428600866,572.003811466917,4842.10418319732,432.671048090687,5497.8793002603,152.140638588813,1491.89386257199,258.325237161599,2868.60630751552,586.628165349457,6583.87636502329,580.175335669969,1916.8693776228,356.354105328416,2610.66523002222,390.659811330719,4666.75409219604,368.31325574457,3125.35637786307,417.087867438889,3981.4814545497,489.702330650955,5612.656588178,6063.70804181371,2149.81636944745,59133.2452974211,23640.2174215334,1278.69241649741,11222.7256147139 -2204,2668.89138692943,4085.61015058556,523.063400490899,1636.92993632064,765.740298374869,2913.65484666624,936.699251342849,3433.55378221587,120.018378125486,1255.73556074475,811.169604415009,6968.61720706474,453.760844697978,4065.1242169941,515.629595060406,4594.24830965515,391.978344425135,5216.45584776127,141.22067629143,1415.52734038456,238.189781985693,2721.76912779,541.060430140911,6246.86328847504,518.060988736446,1818.7493628355,312.304462131604,2477.03144466115,341.607672052242,4427.87397554313,332.293272959895,2965.37676861511,387.151199436341,3777.67882524367,454.553727113789,5325.35795747475,5240.21258109802,1891.69288721107,53251.1851072272,21664.2383159384,1109.22902802068,10298.807727655 -2205,2287.81419262455,3800.73381400677,453.314962541675,1522.79212426621,652.440685229597,2710.49515002843,807.083108431211,3194.14322005449,101.070215958245,1168.17719539131,651.535007738456,6482.71814479517,364.462713904218,3781.67629808068,414.180059883002,4273.90628495162,315.649912828126,4852.7293107048,114.885002903648,1316.82721281657,193.540983792554,2531.98899959374,439.661248149151,5811.28978460702,444.026907442204,1691.93387223728,273.02617645304,2304.31608085083,294.289745550555,4119.13269321483,266.996884370026,2758.61067021537,314.952936350539,3514.27354063705,369.785838948717,4954.03802973307,4379.88888443169,1579.24834775965,44542.3790092832,18006.8004655007,908.42104960113,8563.84190018239 -2206,1831.13513520829,3443.14382843246,378.103049949329,1379.5210507324,576.97183122795,2455.47967958797,679.998547920413,2893.62398248719,91.8458740318082,1058.26987567616,591.164240731219,5872.79511379086,330.691859962983,3425.87932858658,375.669901193171,3871.79812332516,281.101598387414,4396.16289770952,91.9100915847551,1192.93423659719,159.818354968724,2293.76818378646,362.557905778741,5264.53772778381,360.451916499504,1532.74918881211,238.650655637219,2087.51574848516,267.620997460706,3731.58632127027,241.548945184569,2499.06827707748,251.968076713575,3183.63501497409,295.835395965708,4487.94004069256,4357.23789445228,1462.00238295316,38003.9911044711,14513.9288256792,911.355494914084,6799.37536897012 -2207,1366.07181883981,3193.22722024379,298.801471405347,1279.39011252501,441.120447805689,2277.25153008943,486.859076589574,2683.59363606225,75.4090243062532,981.456582053851,499.477429181292,5446.52508019374,279.403097625096,3177.21584412975,317.581727332227,3590.76813945336,233.423975305114,4077.07250381777,74.4921996833478,1106.34648625676,128.000936840434,2127.27767597518,290.525900200029,4882.41735228732,296.175589775394,1421.49636361536,186.008543382774,1935.9958348836,216.771304561651,3460.73344870826,209.412021279551,2317.67629969864,204.217577860515,2952.55455354148,239.771596455846,4162.18810914033,3824.68341120343,1232.53420321761,30210.9974192828,11085.9239220514,843.145913949635,5108.23471067776 -2208,1469.61683203861,3057.61205307154,318.994691178255,1225.05489237887,462.639220963711,2180.53750830342,502.645933395265,2569.62241682994,79.1833098725421,939.774487649876,524.577829414921,5215.21319465809,293.444031543574,3042.2806741198,333.581659943741,3438.26955794884,244.052366528174,3903.92075762402,76.7265276918961,1059.36036427553,131.972394955878,2036.93298774871,299.527067071154,4675.06291122609,317.563375312174,1361.12594407104,192.294491796435,1853.77481499248,227.599703900377,3313.75739194354,219.812577315326,2219.24545304852,210.342904485198,2827.16066461767,246.96333459612,3985.42153498456,4076.45123856329,1303.94790620437,31432.592610026,11419.4483136797,899.125406390063,5253.25427236114 -2209,1474.77054858243,2990.5517424561,324.223795893097,1198.18668275058,489.713785937537,2132.71341548937,521.45022254359,2513.26481670081,83.9431219931414,919.163119053602,556.240793564351,5100.83183734751,311.156003589727,2975.55661513368,353.785153525392,3362.86057193832,257.563821862296,3818.29899329281,79.4074901396186,1036.12620838887,136.936382751525,1992.25846511787,310.758997691002,4572.52826473337,322.480333356634,1331.27339017872,200.376872838341,1813.11736311607,241.253802527668,3241.07923783151,232.922146071505,2170.57240793024,217.692662711378,2765.15467136599,255.59267631057,3898.01227526469,4423.6064422333,1392.31449576808,32778.3534495229,11687.2361621376,976.98843892394,5354.95253649169 -2210,1658.123119495,3007.83666601322,363.025883927418,1205.11201526514,579.113698115942,2145.04016704917,604.716448118726,2527.79109612234,99.1561534014046,924.475738803267,657.140936962568,5130.31385136339,367.598619350139,2992.75486918905,418.052863449115,3382.29738257564,303.415373414036,3840.36816711126,92.8022648872845,1042.11485658822,160.04462005501,2003.77340892798,363.199182398831,4598.95676633616,361.949152712704,1338.96794314572,233.707526587201,1823.59689924201,284.956906111395,3259.81217131437,275.060877970365,2183.11797857316,254.413936436457,2781.13683493789,298.70707673191,3920.54217944463,5267.30469856941,1642.62979400845,38119.2156526026,13466.6158160503,1163.5673741248,6160.2863879964 -2211,2125.61109068285,3121.29334640632,454.047560017835,1250.56927373226,746.078213170415,2225.95185331631,791.440082555153,2623.14028503738,127.151380827071,959.347296030344,842.391421762738,5323.83113424229,471.226043265087,3105.64265878386,535.785084653432,3509.87885582031,391.767233205272,3985.22823503021,123.828271501855,1081.42380363073,212.000062561919,2079.3564622918,481.255956817442,4772.431068939,455.30572026625,1389.4742953352,307.212618877518,1892.383629885,365.469482633111,3382.77345835546,352.946114764548,2265.46597358038,339.470572546618,2886.0423162017,398.571964186539,4068.42643993226,6494.5382864104,2062.90310777516,49440.6452912333,17944.2361414861,1431.28148347426,8257.78621761563 -2212,2919.17028488091,3400.77626755667,603.753673409697,1362.54617398932,980.840064789487,2425.26523314366,1070.45485912791,2858.0182116166,166.027956279441,1045.24796441864,1099.47478438423,5800.5309224318,615.036120893737,3383.72420575713,699.159224699853,3824.15601167877,515.980521217248,4342.06852684688,170.08109348157,1178.25529304784,288.823215789005,2265.54358208407,655.882134259982,5199.75808633434,612.113408371323,1513.88885424575,412.914953397641,2061.82906359481,477.312057857286,3685.66950265695,461.24096686495,2468.3174770419,466.270953177912,3144.46068563315,547.448128587727,4432.71636071997,8069.16074628296,2639.50179733228,66059.2710873682,24806.3403062076,1772.8265671409,11508.1842727364 -2213,3022.48068070325,3969.74917816251,625.493508218895,1590.50938046233,1044.82136636187,2831.02853837994,1159.4152445795,3336.18402215264,175.19455057647,1220.12503066193,1159.89640533958,6770.99904568954,648.835422067622,3949.84419089226,737.644975560261,4463.96322197165,547.068256150015,5068.52600990414,186.353138038591,1375.38538652612,313.197786923227,2644.58437294705,711.555985471126,6069.71284373844,634.817448531784,1767.17271650724,440.937528354852,2406.78703530169,503.724012894637,4302.30698171244,486.931336189526,2881.28371437124,510.880154415074,3670.550262786,599.823734592417,5174.33984054417,8335.5840153627,2763.57043240206,70728.6113301942,26969.317972688,1829.58534911721,12563.6743391913 -2214,2935.76125967788,4301.34679293586,615.549085444774,1723.36641831681,964.164984097141,3067.50753706484,1081.02929006589,3614.85922669109,160.587724749995,1322.04344709952,1063.23422287394,7336.58821327079,594.763482824296,4279.77911968605,676.357266519392,4836.84309180941,500.945676822386,5491.90568954396,172.359768538222,1490.27287515513,287.594385008018,2865.48948074584,653.595822728938,6576.72278593193,625.648952564836,1914.78664156574,400.709968294946,2607.82866396773,461.716851590419,4661.68352393996,446.298344344601,3121.96058444318,472.517855575462,3977.15545556266,554.782608687121,5606.55826849669,7759.66120859851,2578.43129599121,65783.146115516,25028.8082905501,1705.40426551587,11679.2009637457 -2215,2800.30780917416,4436.24717671849,582.26748378772,1777.41525520921,895.28857185224,3163.71181073228,1010.06808341815,3728.22974073606,149.14897890802,1363.50584875565,987.434479709352,7566.68092917334,552.361800982361,4414.00309035,628.089489207183,4988.53790294462,465.897355371733,5664.14480926205,160.863768063385,1537.01134858616,268.457605819978,2955.35799153705,610.100451366678,6782.98432924931,594.403842970716,1974.83886828535,374.17138903594,2689.61632363431,428.842147345418,4807.88491776514,414.560168481516,3219.87263414987,441.002000465343,4101.88843412643,517.779883590725,5782.39316359559,7150.87276808678,2391.18183331577,61420.0437889823,23484.3053112897,1570.76307807178,10974.3441075187 -2216,2621.48122836228,4453.14221269659,545.25915969579,1784.18437638046,818.027857150419,3175.76051377732,932.08490248617,3742.42835796707,135.802252624877,1368.69863433622,899.005083410242,7595.49793179757,502.895206891038,4430.81341178797,571.869156753667,5007.53628693699,424.826696955104,5685.71617950487,148.28743784998,1542.86491377284,246.58712859504,2966.61319838333,560.486108539953,6808.81669604866,558.063333932926,1982.35985897896,341.941506445396,2699.85947798188,390.481072996675,4826.19530161627,377.517117577782,3232.13522048283,406.524461803939,4117.51009584005,477.299849632242,5804.41487173015,6483.18213112387,2183.13393727233,56495.8604556857,21710.6174717818,1423.92885130807,10164.4065288535 -2217,2495.48300132228,4527.7403078188,517.849899537553,1814.07265514355,759.432127550693,3228.96018124284,872.968655869705,3805.12072513192,125.85449964464,1391.62678395307,833.083456538847,7722.73610434038,466.019252799291,4505.03745956685,529.911050593571,5091.42147416406,394.355686954178,5780.96209264622,138.748063625054,1568.71066001247,230.184493908775,3016.30927432109,523.257845239605,6922.87655115801,531.247438891491,2015.56793145078,318.659066146668,2745.08695209686,361.891881996071,4907.04270306728,349.917527901886,3286.27926509429,380.37262433907,4186.48575283128,446.595010779004,5901.64920022196,5969.81800174931,2024.62569058008,52811.1564328448,20399.428241024,1310.76702948907,9565.152820625 -2218,2390.34933544817,4616.37428014801,497.853099633302,1849.58451196129,704.791558084797,3292.16954129871,820.000796409886,3879.6088675897,116.780392784745,1418.8689404099,772.957823296869,7873.91455797118,432.385524440403,4593.22700631355,491.640214727494,5191.08993555486,366.588074676684,5894.12883793658,129.56237131553,1599.41936850265,215.024083949836,3075.35583056788,488.787067842063,7058.39714354143,509.937170070105,2055.02421209377,297.472983434316,2798.82412437533,335.812125073677,5003.10180928653,324.736621049168,3350.61068996542,355.190392610151,4268.43940678363,417.028584777772,6017.17848775771,5519.26438685863,1884.00252667423,49506.1147046552,19196.1101387598,1211.79005993067,9007.69539650231 -2219,2327.9681915462,4569.78296027769,484.720484992831,1830.9173549254,673.564518973368,3258.94291909314,790.844400721463,3840.45344241135,111.450037334697,1404.54883275724,737.617845984308,7794.44611595607,412.616664919934,4546.86930312461,469.159700783544,5138.69822791038,350.411397195433,5834.64162451324,124.718437765317,1583.27703365664,206.823882768899,3044.31742715393,470.162891388009,6987.15941039212,497.113861935405,2034.28362985401,285.195461187027,2770.57665089808,320.496563507931,4952.60739471043,309.961239496779,3316.7942433466,341.910930047001,4225.35966201429,401.437184800357,5956.44938075148,5236.08548294458,1798.82044751978,47623.2445022671,18550.597550798,1149.32440306249,8714.14683713287 -2220,2284.15642207895,4523.45156966215,477.856299729051,1812.35434046866,637.928535216029,3225.90166556081,759.935925209005,3801.5164622248,105.374185453781,1390.30861584219,697.338810525151,7715.42102203603,390.084941524371,4500.77022586163,443.511059511919,5086.5988094211,331.778318495579,5775.48628550551,119.147856391938,1567.22475560829,197.13220827839,3013.45218451523,448.177229372294,6916.31910687008,489.362545275954,2013.65875766712,271.121160767534,2742.48676782074,303.038245319987,4902.39468444294,293.116564850796,3283.16645598435,326.639389668517,4182.52025570252,383.506888812859,5896.05907658602,4936.04264185865,1709.447360326,45642.5237656686,17853.7665444899,1083.59629104653,8398.38065294999 -2221,2270.19089287865,4437.93667905567,474.373478059716,1778.09216682126,621.101235804602,3164.91668013777,740.320278856575,3729.64960139972,102.688170070734,1364.02512692625,679.589368851162,7569.56262728557,380.156066473986,4415.68412123949,432.225171443067,4990.43773992628,323.075201810026,5666.30194467678,115.588285807521,1537.59670466806,191.413331297959,2956.48351138187,435.158139052826,6785.56756400175,487.062746089579,1975.59096679353,263.615031363634,2690.64063830477,295.308294102736,4809.71595478401,285.624277051839,3221.09889186818,316.880960113969,4103.45059913217,372.049529178547,5784.59533276589,4833.18854628444,1673.07306399122,44535.952847184,17390.1587458551,1061.28920355081,8180.77323787849 -2222,2304.873571288,4363.1436464471,481.633751201371,1748.12578491191,612.227171436978,3111.57799290996,736.962664982747,3666.79340843678,101.029356558044,1341.03706216215,668.561397128391,7441.99195979789,373.987120131576,4341.26611342346,425.207523034868,4906.3333464646,318.498891893964,5570.8071377954,114.7505572809,1511.68341910592,189.675734660287,2906.65757116126,431.243423317222,6671.20965112814,494.721195644359,1942.29611599092,260.808779840554,2645.29497712208,290.548383042806,4728.65728534832,281.05019601881,3166.81335967664,314.584358706863,4034.29469703989,369.353092409619,5687.10691446718,4732.49090403948,1650.51710762034,44250.7473524045,17356.018402401,1038.97242958814,8175.9017232308 -2223,2400.3952523819,4255.66520654782,500.632211059537,1705.06375273173,617.067658813098,3034.92969173033,749.739013102131,3576.46834309252,101.895870227918,1308.00295121656,674.24520120392,7258.67145733556,377.166588055882,4234.32658842334,428.764830626071,4785.47437494455,321.556574353133,5433.58001243189,116.260549091635,1474.44573254949,192.163755833963,2835.05712744811,436.900947679635,6506.87602756567,514.676451484367,1894.45103609329,264.34748694672,2580.13274542568,293.050921252805,4612.17505395045,283.500893390443,3088.80443149767,318.723944750617,3934.91687791059,374.213375078602,5547.0149467858,4746.61717108408,1667.02460198529,45005.6489700786,17720.2225040707,1041.8016508667,8353.81959031301 -2224,2480.11141339034,4222.65490344652,511.669935673512,1691.83793055048,637.121889797823,3011.38837817469,774.333537914185,3548.72642771439,105.015142445903,1297.85704645632,694.836544915672,7202.36746411946,388.68519706842,4201.48180451066,441.882539496995,4748.35445316184,332.022417048161,5391.43287104971,120.82678088321,1463.00876601767,199.624247635968,2813.06618348414,453.87185202396,6456.40355393638,527.693551407553,1879.75617644695,273.8760329418,2560.1191964658,302.032141575055,4576.39937868048,292.218529875215,3064.84522287676,331.242098334334,3904.39455237182,388.910923158902,5503.98791439162,4824.27339285889,1705.7481536071,46391.3119220698,18382.2850994981,1057.64194686857,8678.71144010971 -2225,2576.39420466244,4206.40967169592,525.097180116967,1685.3291582509,685.637887534312,2999.80308332746,824.049474438237,3535.07390707136,113.152530518005,1292.86398190785,748.670709831153,7174.65879948005,418.799535688486,4185.31802907297,476.06470527656,4730.0867707939,357.664144564982,5370.69116270255,130.013629005411,1457.3803362737,214.788675778808,2802.24386597883,488.351550947977,6431.5647322928,543.575710724284,1872.52445246778,295.401613526953,2550.27000665353,325.437435945851,4558.79323510733,314.867603504598,3053.05427096054,356.427498680453,3889.37371931788,418.48106942953,5482.81318871163,5142.33067640391,1815.61644945748,49439.1096637615,19628.0386795933,1126.21865309699,9265.70474459792 -2226,2626.92440029698,4254.69049390342,532.655331202167,1704.67322689884,699.784277293016,3034.23457493852,851.867108386545,3575.64919291338,114.605856772832,1307.70336773111,758.121892266246,7257.00893960739,424.08644055006,4233.35676315139,482.114553546177,4784.37831542005,363.865401773959,5432.33551154062,135.569549637136,1474.10802720161,222.503773741594,2834.4077892376,506.04166511664,6505.38570019454,552.573822871165,1894.01713321572,302.554005366356,2579.54179480124,329.65184933996,4611.1186867023,319.043173504797,3088.09697529767,371.658847184313,3934.01562909297,436.364176188538,5545.74446488815,5088.24938350709,1825.75286325782,50708.3591244198,20390.5873036297,1112.83246330617,9655.4787914854 -2227,2582.20613170811,4302.19154725602,516.984257760442,1723.70487538554,701.188671433531,3068.10997401513,852.950046455315,3615.56915967151,114.54278410538,1322.30308715347,757.626417569165,7338.02906770239,423.809276544098,4280.61963826656,481.792904263392,4837.79301384417,364.400354430992,5492.98426127522,137.098825440232,1490.565554288,224.496423004924,2866.05224276778,510.626489934587,6578.01440812689,538.790378142192,1915.16269222278,303.977608673146,2608.3408232137,329.486820866572,4662.59904586499,318.930023104639,3122.57371558978,375.851299571496,3977.93654097958,441.286529163592,5607.65935718973,4993.43036492016,1804.91879134129,50629.1220592473,20505.5069488011,1090.55443521131,9724.91515482515 -2228,2322.7362314166,4082.75099181447,459.034770896182,1635.78439320404,636.953082595809,2911.61583621156,782.328644808117,3431.15094027779,103.33693593638,1254.85678200415,683.337990619894,6963.74048552851,382.253011146191,4062.27939452396,434.536931903773,4591.03319982651,330.251072412262,5212.80530966746,127.318005816034,1414.53673744844,207.101705103335,2719.86440125276,471.202892431853,6242.49165894976,481.271225745384,1817.47658031306,277.700072545519,2475.29798847707,297.288163419726,4424.77529646024,287.863581416818,2963.30156254182,349.03754857965,3775.03516049117,409.804538486591,5321.63120838413,4360.77530696448,1606.83939439875,46114.869649969,18946.5540660782,950.245118743153,9016.41747724288 -2229,1972.97479418782,3787.34774102727,397.659687681151,1517.42889508323,513.320840517078,2700.94886563589,644.313080622333,3182.89354134954,83.029570492372,1164.06290958343,548.989403501006,6459.88620169199,307.099642426205,3768.35734511313,349.125619883485,4258.85371241232,265.98732909679,4835.63814045145,103.595889605165,1312.1893860087,168.319827335447,2523.07140862566,382.985472965215,5790.82259248873,412.391995689202,1685.97493078056,224.448309413386,2296.20034722265,238.879199918151,4104.62522872458,231.343009733846,2748.89492437244,284.004254692474,3501.89637233562,333.44903147553,4936.5900531437,3511.0519141401,1306.55315564802,37827.3814283473,15587.0976307706,765.667682950221,7419.61738698531 -2230,1571.48439396332,3466.86186552771,330.723133473088,1389.02385778471,448.602665080768,2472.3942091659,530.21069075328,2913.55666156658,75.1261994800039,1065.55974952947,497.180786088756,5913.24976201421,278.118376521191,3449.47843947131,316.058936008463,3898.46893816478,236.540516275004,4426.44579028681,82.716733646495,1201.15174358663,138.711482438947,2309.5687665044,315.170240194439,5300.80240545593,334.282103339955,1543.30750526051,194.83169473753,2101.89556484677,216.046986686019,3757.29128952084,208.964388943473,2516.28306596019,226.764829950332,3205.56543006722,266.244296239606,4518.8551385422,3507.72787630586,1204.89941206752,32066.2623392142,12484.5869810567,769.728800567779,5844.88434834273 -2231,1397.96232736491,3201.15489232958,319.665578299157,1282.56639300314,441.026291014423,2282.90515325566,481.543295747822,2690.2560652885,70.9706355735025,983.893197243536,422.240740241027,5460.04690681762,236.19760148168,3185.1037655399,268.482356466377,3599.68276731485,199.67434457676,4087.19445620354,69.8773911182937,1109.09315962241,122.959486830236,2132.55896624592,278.800949405405,4894.53869570739,328.989962233679,1425.02544446825,191.859269132453,1940.80223890055,214.035386355671,3469.32524567897,184.713961027579,2323.43028350177,191.566252870095,2959.88471913931,224.917691997599,4172.52137395765,3548.77945502603,1165.18210314473,28852.6490825175,10540.2141235194,791.984228874169,4916.84892478983 -2232,1493.43649771138,3058.45680108855,340.353417086535,1225.39334692219,443.680817450726,2181.13994075861,485.263849927194,2570.33234451318,71.2969048575713,940.034125766519,424.173128671383,5216.65403833873,237.278561864897,3043.12118642877,269.735846894509,3439.21947289575,200.153903965548,3904.99932130749,69.8765546536773,1059.65304122457,122.69237687864,2037.49574557159,278.2206513191,4676.35452378358,351.839728391666,1361.50199192218,191.087683495598,1854.28697041697,215.021193384399,3314.67290703739,185.518188377984,2219.85857962023,191.56395973365,2827.9417442065,224.914999629038,3986.52261546182,3604.77758691383,1185.07922025409,29193.7123070538,10635.2382214609,805.144028994381,4962.72151636283 -2233,1487.93877507867,2986.32798346157,342.373551552453,1196.49440245777,465.758522690403,2129.70123972811,499.187397980138,2509.71516239305,74.9070347352214,917.864922658461,445.626291598234,5093.62758669145,249.279264650293,2971.35403477419,283.432017268961,3358.11097594023,209.340390040047,3812.90615073211,71.8101540087323,1034.6628170922,126.358333702949,1989.4446634063,286.507770404392,4566.07017303354,354.235078985949,1329.39314250532,197.498964638458,1810.55657452918,225.914043785437,3236.50164186872,194.784047043575,2167.506761347,196.864850008343,2761.24925593758,231.138768107326,3892.50684823105,3869.69423655327,1251.65110493899,30171.4877161293,10803.9753248214,865.301994115325,5025.94204115301 -2234,1663.33231838262,3016.60909241917,381.140874405822,1208.626752812,542.476316576566,2151.29622716569,572.513749659522,2535.16345832901,87.0502877022098,927.171994046904,517.852602673745,5145.27653241886,289.682001321716,3001.48330917971,329.444100412783,3392.1619324719,242.724731344533,3851.56869122828,82.9537670167138,1045.15420908674,145.803828231641,2009.61746122066,330.614484855626,4612.36973195118,395.667988301283,1342.87307465565,227.004843759447,1828.91546250493,262.54025113172,3269.31949021011,226.285700592416,2189.4850935229,227.414648064765,2789.24808595264,267.007246855003,3931.97653295499,4525.17681264869,1452.53542909797,34632.618591791,12318.6487835779,1011.609598135,5727.91533649933 -2235,2130.99119926856,3126.4918243484,477.178768848384,1252.65208238337,692.348481169026,2229.65915036448,746.04037767801,2627.50909482146,110.521850706146,960.94507784824,657.545892258098,5332.69791337748,367.82514763222,3110.81507068685,418.219208630178,3515.72451843077,310.74398489302,3991.86558652997,110.231746871413,1083.2249024591,192.079354732192,2082.81960641294,435.705141746508,4780.37949764742,497.925807962236,1391.78844869207,296.279474663708,1895.53537291781,333.316251919046,3388.40742839758,287.625821527488,2269.23908093851,302.196209067587,2890.84898627581,354.808181793883,4075.20235707933,5499.91242008099,1805.86475567385,44611.0465555078,16343.7741899786,1225.75789514704,7647.40511554025 -2236,2987.56939083157,3392.65365798452,652.574863837773,1359.29179036493,945.633741957053,2419.47259021515,1040.11740601324,2851.19195659226,150.339118124768,1042.75143408171,894.515135418183,5786.67660086305,500.383571121604,3375.64232430983,568.839157595888,3815.02217758266,425.759372689503,4331.69768072109,155.77318948964,1175.44108035968,269.969846517487,2260.13242753047,612.530087346855,5187.33868515001,685.414298434263,1510.27299506208,412.474015947389,2056.90447251016,453.382471755647,3676.86643770156,391.647055904691,2462.42200565868,427.046369799876,3136.95027493427,501.394595510908,4422.12900609576,7175.08721329588,2412.72161180984,61597.3118495937,23169.4115693341,1593.97850566583,10900.3062279616 -2237,3107.51183159036,3961.23667470819,679.375886778883,1587.09878296922,1022.80011488978,2824.95784244157,1137.67201757331,3329.0300996406,161.266099764163,1217.50866421859,959.578529571481,6756.47970197818,536.779437694057,3941.37437055601,610.277617761315,4454.39095414274,458.587097058984,5057.65735215494,172.579438242021,1372.43608864145,296.300589758637,2638.91347723057,672.542421505648,6056.69729811322,713.941585348467,1763.38329224426,446.478683404154,2401.62605861718,486.325253022525,4293.08136029413,420.359488379911,2875.10525410318,473.120071848172,3662.67934440075,555.489670041154,5163.2442816588,7558.3468801831,2567.8007423278,66678.771702963,25384.8488737232,1678.20811659672,11980.7169985968 -2238,3025.91144518827,4328.44383470546,669.270619753602,1734.22304859321,954.491446964396,3086.83180545374,1068.191537576,3637.63162709781,149.611885583212,1330.37187729402,890.214981886893,7382.80625771861,497.978104634609,4306.74029234975,566.320372140655,4867.31358061236,424.648153512126,5526.50285295071,160.799529489338,1499.66109430838,274.351665341908,2883.54110315342,622.891445425482,6618.15393310895,704.36830309949,1926.8491550305,409.726927074202,2624.25710967026,451.183704386044,4691.05056622828,389.890484749976,3141.62788876253,440.825892818462,4002.21020066728,517.573115828209,5641.87770468692,7145.74834741637,2427.19237490844,62614.0067684545,23729.2061495026,1590.38439457713,11208.2482593552 -2239,2886.85291095891,4511.62504069559,633.742703930676,1807.61595413354,883.752051033934,3217.46757073223,996.944346188438,3791.57742698479,138.52919035948,1386.67366477341,824.286842837342,7695.2491137485,461.098507690066,4489.00299709213,524.339378950066,5073.29993637372,393.842010147066,5760.38632150686,149.812481023682,1563.12725866732,255.567775978066,3005.5735372034,580.248018241282,6898.23644432806,669.597367379079,2008.39406249805,381.631073314187,2735.31655748455,417.75839579977,4889.57741164843,361.089415643301,3274.58264280634,410.705310596029,4171.58508900614,482.208578841167,5880.64387596235,6563.55459047377,2246.21875789976,58380.9349889433,22246.7189550478,1460.05580041769,10523.5368115202 -2240,2703.25400269845,4556.39689360134,593.745400499384,1825.55412826782,806.977725182644,3249.39663919569,919.98883331704,3829.20376900357,126.052612190792,1400.43454888667,750.062513267162,7771.61418360384,419.578097778757,4533.5503564286,477.149093825399,5123.64566245894,358.945588067162,5817.55046230768,138.074850148892,1578.6392090326,234.66633266423,3035.39984038491,532.879250927419,6966.69222791129,628.856011089285,2028.3246912032,348.5710536035,2762.46092109139,380.130057063081,4938.09993705135,328.643748807009,3307.07850207856,378.527034786483,4212.98249954095,444.428106450483,5939.0014123779,5949.28640879932,2051.65216315234,53717.8054768527,20573.808636287,1323.84284193122,9748.69718331912 -2241,2569.07657853217,4605.13257624683,563.551222955591,1845.08044011576,740.94279338554,3284.15251474718,856.622929946137,3870.16132033831,115.425501865269,1415.41373865747,686.848083560011,7854.74015602017,384.216524977093,4582.0416701986,436.915695749304,5178.44869538704,329.536303206487,5879.77557125359,128.313932971666,1595.52449389688,217.310447147543,3067.86678450273,493.543339062224,7041.20867356709,598.231686812733,2050.01985752888,321.693813548594,2792.00848288521,348.078044544663,4990.91835410844,301.044855467511,3342.45134867745,351.767845608239,4258.04498704659,413.010176728911,6002.52557298631,5403.01331793964,1883.6410341871,49873.2795035098,19240.2850560757,1202.42408387802,9134.229054363 -2242,2469.63662220745,4658.4169326069,540.307810202803,1866.42921174314,714.338602897197,3322.15227914901,820.575449606906,3914.94158486913,111.658562983084,1431.79098921407,664.422717973076,7945.62456958687,371.671980931059,4635.05884987131,422.63282371342,5238.36668930118,318.470283311858,5947.8083698036,122.778130860945,1613.98574214683,208.784341471596,3103.36398340073,474.095110689465,7122.68000277554,572.863851794298,2073.739910497,310.612027715874,2824.31382317655,336.720511324361,5048.66650092967,291.169286850362,3381.12566821773,336.591651276858,4307.31331596664,395.191826413127,6071.97866828722,5238.04757701921,1818.2580968297,47908.0546233824,18427.3258675489,1165.19263794786,8738.03702170973 -2243,2396.51791025113,4595.45042266174,525.017198463931,1841.2012136435,668.668955529641,3277.2476822547,782.372615748863,3862.02442184903,104.186362777068,1412.43787358144,619.983561104987,7838.22579963577,346.813123734761,4572.40806455324,394.36272377604,5167.56116179901,298.126241396049,5867.41351887309,116.65416613573,1592.16995134182,197.802076508378,3061.41668629289,449.213375079752,7026.4047428065,557.46524552783,2045.70975205755,292.395665940662,2786.13836850857,314.182104972415,4980.4250974573,271.807767515979,3335.4239446293,319.803031147465,4249.09257474266,375.480329034264,5989.9054423964,4839.91067499106,1701.91480822412,45465.4846707146,17637.8704129627,1076.95900784997,8379.9304118652 -2244,2350.07903443961,4505.25691262274,517.605190956205,1805.06451650329,629.459786748111,3212.92613712996,749.661502312794,3786.22564122348,97.8631609829239,1384.71638432282,582.373393807456,7684.38732194027,325.774340736392,4482.66679988003,370.415688640407,5066.13900800415,280.598127130937,5752.2555753758,111.043009380004,1560.92091516857,187.727567958115,3001.3311905889,426.389390641698,6888.49963048427,548.803867841614,2005.55922793282,276.50322410614,2731.45567675959,295.110347582693,4882.67580637348,255.400829845059,3269.96059166814,304.420254876646,4165.69692501335,357.419431128127,5872.34338711074,4531.06774423714,1610.17918014083,43448.6595280342,16943.0111163513,1009.28227808893,8061.17513191824 -2245,2332.67236001658,4385.69202080527,513.278842906682,1757.15995793426,608.59566235495,3127.6583769436,727.566024609511,3685.74310094458,94.6402476675642,1347.96743350815,563.19255510752,7480.45157384629,315.044755304286,4363.70142645599,358.216933569817,4931.68888136938,271.289414264023,5599.59661964583,107.247819456433,1519.49567705732,181.353947404646,2921.67894298772,411.908639687596,6705.68592438997,545.669500940956,1952.33374561915,267.20457483668,2658.96564814859,285.391860632463,4753.09460470368,246.981434216385,3183.17919562948,294.015883720918,4055.14360655817,345.203672287662,5716.4974241807,4396.51255016186,1565.41147369084,42217.7322786175,16457.5685175821,979.693877222379,7833.01218840445 -2246,2363.86069557587,4303.94602875532,518.909368316898,1724.40782137967,601.027455223326,3069.36118334138,724.131384946972,3617.04362893454,93.3076771408954,1322.84233703981,555.272119638061,7341.0215974629,310.614136270441,4282.36532250177,353.177195385652,4839.76591957071,267.998870620078,5495.22436126995,106.61654249943,1491.1734234774,179.97484719897,2867.22105070688,408.807243080089,6580.69699546741,552.158586279494,1915.94371684123,264.815638263685,2609.40453357339,281.371438737418,4664.50050554543,243.552763279982,3123.8471358348,292.285261566297,3979.55878768568,343.171751033759,5609.94622296233,4309.468063308,1546.07865292019,41967.8545106354,16435.1496670998,960.118140273379,7831.84268923862 -2247,2461.42715424125,4220.44555520607,538.282321730186,1690.95273883095,610.139014541708,3009.81278041291,739.00795543638,3546.86968766147,94.8580039503206,1297.17799068513,564.504693564163,7198.599091319,315.778753534997,4199.28353431234,359.003013104694,4745.87005204549,272.592980491478,5388.61200289934,108.514555693523,1462.24330070808,183.295212451502,2811.59435048693,416.337767600292,6453.02547920433,573.35472485896,1878.77266344486,270.108668758362,2558.7797086385,286.045099873808,4574.00494670674,247.633379854455,3063.2416557951,297.488593712384,3902.35172210708,349.280976638272,5501.10815597136,4359.73292958764,1572.21246339714,42869.7315208761,16835.3790024247,971.029985963116,8025.14803372482 -2248,2556.97391363274,4195.55786167691,556.032894624903,1680.98130027409,629.890799970687,2992.06410978579,765.806317312564,3525.95402730767,97.7546479816115,1289.52861626183,581.753143833744,7156.14941967165,325.427378583886,4174.52063184696,369.992824749438,4717.88396435889,281.47058408137,5356.83570764296,112.785294496387,1453.62054686443,190.414272983785,2795.01456107656,432.517464232967,6414.97240675936,593.070124116289,1867.69366298219,279.829531943111,2543.69075076327,294.77777979531,4547.03233639216,255.248548132724,3045.17791855742,309.196664325189,3879.33980726719,363.027407340567,5468.66847820139,4445.93866358814,1614.09908218889,44312.2296178352,17496.1630604986,989.256950253832,8350.41579638236 -2249,2656.49781357928,4178.33791728191,569.382922687325,1674.08200214161,686.150977806292,2979.78369814675,819.16585469045,3511.4823564855,106.743355969159,1284.23596822791,635.240001324804,7126.77823730406,355.347436612794,4157.38703113731,403.967238628729,4698.52022246644,306.968397592211,5334.84949840453,122.272014608388,1447.65441177258,206.66515448089,2783.54290536074,469.407279733378,6388.64325774467,609.67624146807,1860.02803612546,305.016172930262,2533.25061032656,321.884432808412,4528.36982557085,278.686518783152,3032.6795104412,335.204152509841,3863.41772539564,393.562765888889,5446.22327062375,4805.98597682305,1734.52358858661,47487.1313819924,18751.4758332216,1066.7823807011,8946.17048487052 -2250,2701.1656084704,4182.04183037317,575.861736748212,1675.56600232693,692.722311501392,2982.42514555172,841.301087325369,3514.595131404,106.852599250603,1285.37438702245,635.931889807735,7133.09581327188,355.734472690999,4161.07237218797,404.441821778355,4702.68525432985,309.005605598487,5339.57860822959,126.705173205894,1448.93769384156,212.488949621459,2786.01039391991,482.800962265941,6394.3065094649,618.11456090768,1861.67686930494,309.499716081089,2535.49622575662,322.205104262373,4532.38402657878,279.186182708888,3035.36784766109,347.357490911748,3866.84247556506,407.831984931745,5451.05110840742,4682.71074506167,1725.2082102465,48319.6599347019,19370.847279604,1038.09316160674,9274.34528331806 -2251,2660.60842926066,4165.79659862258,560.491574219871,1669.05723002735,698.513820311078,2970.8398507045,845.600521793603,3500.94261076097,107.553068681897,1280.38132247398,640.112800100207,7105.38714863247,358.073235602717,4144.90859675027,407.097917526326,4684.41757196191,311.515368472168,5318.83689988244,128.643791348647,1443.30926409758,215.365916019259,2775.1880764146,489.375252387013,6369.46768782132,603.998720711854,1854.44514532578,312.65983235305,2525.64703594435,324.31478151842,4514.77788300563,281.07837454222,3023.57689574487,352.672140005109,3851.82164251113,414.071907621398,5429.87638272742,4637.42637192064,1716.89176240979,48430.3505962498,19527.9335044845,1026.03618929784,9361.52404436374 -2252,2393.96633228992,3926.34192548019,498.411995837641,1573.11794350427,632.397748143594,2800.07263522306,774.482733252459,3299.70449250353,96.6948205184867,1206.78356420321,575.526610317004,6696.96150495402,321.944312782704,3906.65458944514,366.013454054862,4415.15198205588,281.504976297479,5013.10417357022,119.278886082627,1360.34622452139,198.263167985174,2615.66714493988,450.655657185621,6003.34352232977,540.036736756192,1747.84955295305,284.831870683676,2380.47000409766,291.56498470188,4255.26337318941,252.89534590396,2849.77829560898,326.998602662282,3630.41460292709,383.928640328497,5117.76098207164,4032.15851652394,1524.48167790662,44005.0998242239,18010.3057969033,889.944895234829,8664.42642511914 -2253,2032.89893159849,3689.94134859526,431.714636281504,1478.40230324404,507.749763782835,2631.48344995859,636.946498055014,3101.03304198226,77.3777780990913,1134.12449982027,460.566829801111,6293.74507775667,257.636864834374,3671.4393646473,292.921988550252,4149.32070821312,225.918215097866,4711.27087909185,96.8639899683682,1278.44132720383,160.745925939681,2458.18080428524,365.404538862048,5641.88904412775,462.826060596013,1642.61352143355,229.490784517651,2237.14461550274,233.314932418954,3999.05881044078,202.450947729655,2678.19638912646,265.549003752501,3411.83147319661,311.780744997796,4809.62642031338,3234.3918407139,1237.73974109983,36072.501711739,14813.0871743702,715.643607853865,7126.23744030148 -2254,1609.63522948755,3399.99649870178,354.922717713483,1362.23375382808,444.599017637067,2424.70914060923,522.607361109503,2857.36289253271,70.1081269203715,1045.00829801775,417.201093497207,5799.20091039945,233.378469266902,3382.94834679388,265.23254739004,3823.27916547674,200.943774530808,4341.07292774342,77.2814755144613,1177.98512920631,132.503495630376,2265.02411235548,300.773806366132,5198.56582636494,371.898197452382,1513.54173250488,199.489578204749,2061.35630385955,211.414961085128,3684.82441022467,182.940728839147,2467.75151299689,211.864273174067,3143.73968774467,248.749571624048,4431.69997684501,3225.54677118779,1134.80002373191,30496.8435067239,11839.4874933847,717.196026551268,5607.50522710329 -2255,1353.05435499935,3124.80231570807,314.096881535403,1251.97516824592,448.994775997009,2228.4542764639,469.617641984676,2626.08922886062,75.7195103728869,960.425797740337,486.881289047675,5329.81620451429,272.356932241365,3109.13403352582,307.591781630517,3513.82467436125,217.893514743035,3989.70844306746,67.8547000909723,1082.63954419337,125.755891756769,2081.69408236906,284.534991867776,4777.79625325751,319.085686536155,1391.03634737799,195.81287789677,1894.51105442587,220.733717392241,3386.57638454752,202.053343157332,2268.0128186453,186.021121109781,2889.28681544198,218.407159904046,4073.00017969324,3691.63109539317,1206.60727372391,29772.7288450708,10913.3034382105,798.861755460283,5005.43353582324 -2256,1436.46422616985,2963.7796091034,329.484224056619,1187.46022943542,456.887986787734,2113.62085569447,473.77321809056,2490.76546988526,76.9892066059161,910.934551312461,495.058982320452,5055.16797264306,276.931458933366,2948.91872174166,312.786601683852,3332.75544103544,220.917413532119,3784.11666888168,68.3657875302497,1026.8505591408,126.549507254315,1974.42329157984,286.344542246702,4531.59389977171,336.889539741326,1319.35551287709,202.118516212655,1796.88590350268,224.432251005382,3212.06432251336,205.373279720674,2151.14092539415,187.422248199165,2740.4003464193,220.052221424111,3863.11633851754,3764.39217672058,1232.94105649623,30212.7813857996,11037.0204964148,818.541501861489,5058.7717600312 -2257,1447.41131239333,2882.42349832932,339.114244271181,1154.86430169875,477.583491400765,2055.60170611192,489.390883545268,2422.39365476857,80.5197961535727,885.929287075917,517.78771764855,4916.40299690037,289.645705233105,2867.97054413329,327.203996341688,3241.27089879385,230.065994612007,3680.24220603364,69.9862166609568,998.663386389736,129.80931967028,1920.22513206376,293.69692919632,4407.20109601513,346.002004023097,1283.13904356664,208.825839904958,1747.56116688437,234.718829648363,3123.89276615566,214.658673607667,2092.09184533453,191.864594022947,2665.176023577,225.267973962831,3757.07332512874,4090.48552652467,1310.49561400325,31332.638678928,11231.1348047912,883.036712128651,5128.70612421405 -2258,1632.37566727676,2869.03743165297,381.272683633834,1149.50107504117,568.53626677826,2046.05542621447,569.976792264632,2411.14398136079,95.7593845466278,881.815003205346,615.81088038196,4893.57106454814,344.47896436879,2854.65159743728,389.231227867792,3226.21833334241,272.699192215142,3663.15104382808,82.0763930289684,994.025561765703,152.357740421964,1911.30754529474,344.702106558691,4386.73391353429,389.835270521147,1277.18010491583,242.294607487753,1739.44543707767,279.137885053544,3109.38530849659,255.164497624361,2082.37610406649,225.009360109559,2652.79886110365,264.183201349235,3739.62535675516,4881.8640677615,1554.17751805382,36581.9299394462,12975.8663202676,1061.2328737614,5913.05858458745 -2259,2087.48807451241,2899.51347809693,480.942439999399,1161.71152854165,697.210594739767,2067.78943341434,728.594161469448,2436.75610309484,116.515190247239,891.181989741031,749.200319468633,4945.55250522042,419.09579446736,2884.97483187995,473.446377655772,3260.4884961087,335.305853764239,3702.06247806427,106.280572640938,1004.58449308275,194.7889110167,1931.61020739195,440.926677554466,4433.33153021619,493.92694670578,1290.74681539694,300.175817265192,1757.92251212112,339.659193982606,3142.41442482266,310.913342305269,2104.49592382247,291.364212771564,2680.97793621976,342.09034882421,3779.34913128599,5696.49031727764,1864.66799065901,46013.068503362,16908.5019852607,1231.08796046216,7779.34259076519 -2260,2890.50155036241,2949.48380264161,647.129898979967,1181.73250880163,923.258472795155,2103.42579443088,995.584103299485,2478.75124960052,153.291782182018,906.540653734882,985.568742922503,5030.78434345999,551.318124917853,2934.69459684787,622.712488032261,3316.67987771651,445.357227784787,3765.86396231707,147.497967401074,1021.89754009257,267.989825127773,1964.89965049554,606.839763115949,4509.73573287038,670.598930377579,1312.99159465306,400.407114753438,1788.21861493929,446.890973488441,3196.57091343651,409.593501630924,2140.76488587792,404.360158111024,2727.1820110006,474.758743440002,3844.48257663282,7052.1059495508,2397.58258024706,62037.1634241017,23582.1052172314,1529.81247490123,10940.2316397793 -2261,2988.94992514517,3064.37006242026,662.479346472391,1227.76253882704,1017.47997553552,2185.35698592536,1096.15216645814,2575.3018594846,167.700906520543,941.851600332255,1078.17254569502,5226.73998710701,603.119843744096,3049.00479767775,681.308116703651,3445.8689058755,488.684764904883,3912.54929928292,165.639784321352,1061.70178860314,298.495582057118,2041.43506712798,676.14444346435,4685.39585023586,688.416598932905,1364.13433810376,426.605438933098,1857.87207367432,488.905741708248,3321.08154001905,448.2854127431,2224.15048392179,454.095270313333,2833.40932464066,533.152674939881,3994.23021166576,7500.01582479511,2579.3981687049,67694.6333153241,26012.551870201,1635.58633048616,12108.5853634468 -2262,2885.65503182869,3260.35251002136,640.945331978013,1306.28435653538,955.774933763425,2325.12196282425,1027.10053321258,2740.00584479074,156.636105694367,1002.08792236587,1007.06030524053,5561.01726915262,563.340307970856,3244.0045564616,636.549670564767,3666.25019420875,455.373815452225,4162.77723272899,154.957778946209,1129.60315525092,277.605184470382,2171.9954867003,628.976950986511,4985.05135136812,668.712945474784,1451.37784361795,403.393602070821,1976.69268244924,456.642828214981,3533.48202548185,418.581701899905,2366.39650734361,424.810952308527,3014.62062849352,498.769994699061,4249.6820654625,7148.3011816698,2443.90642570024,63521.33892223,24297.5642695007,1552.90804705461,11315.9897730058 -2263,2754.5764041799,3541.20003139513,609.719282270364,1418.80799396865,872.743849911812,2525.40850795818,952.854574051202,2976.03058373963,142.857512969413,1088.40800840872,918.445682299777,6040.04458646195,513.770099793259,3523.44386132422,580.495182947294,3982.06183623665,416.446917286385,4521.35982901256,143.170403025628,1226.90743302859,256.078969718308,2359.0916816669,580.242838009095,5414.46483093802,638.376656789846,1576.39986767947,374.460099541892,2146.96544856186,416.479809743326,3837.85698666323,381.902342569138,2570.23845131508,392.496302317454,3274.30074860087,460.829405556614,4615.75066419323,6482.1568014294,2234.60706351482,58781.332692992,22654.4084116942,1401.49501936469,10574.7578311921 -2264,2591.3455797561,3733.08867832595,570.51703642631,1495.68960014835,827.583063852256,2662.25398893733,896.949250088878,3137.29413193674,135.438368110664,1147.38607747869,870.758287767387,6367.33928114807,487.094208208209,3714.37034644,550.385353664087,4197.83966606154,394.366088385729,4766.36084905794,135.176868463817,1293.39043459471,241.77105382371,2486.92487571622,547.823874318704,5707.86094554662,598.962442198525,1661.82097774078,353.105150787895,2263.30406012835,394.848081823483,4045.82072148638,362.012709688212,2709.51315320705,370.582326442176,3451.72680042603,435.100234564785,4865.86648416093,6126.81955469273,2113.57732387408,55402.3919224833,21319.0860809253,1330.84962271818,9949.1461994923 -2265,2477.31249621995,3858.50184600985,548.06308739479,1545.93731371475,760.147928115281,2751.69244987458,838.246204022276,3242.69157329052,124.065401626583,1185.93252920604,797.616260149307,6581.25013561109,446.179228092752,3839.15467149576,504.135064243811,4338.86614984333,362.179418634086,4926.48681013556,125.710631673661,1336.8419047932,224.023033615368,2570.47315258044,507.685742724483,5899.61661586765,575.74736405297,1717.64987731985,329.704102663196,2339.33979248599,361.696930722944,4181.74012664509,331.73103739918,2800.53928644568,344.630992517853,3567.68761178692,404.630806661553,5029.33533847682,5636.39061856775,1950.81369959184,51631.170769736,19982.2714510286,1212.91338742499,9343.51300213374 -2266,2373.37988775032,3917.95938665326,524.689203826127,1569.75941730073,717.924467288717,2794.0946236213,793.866283816406,3292.65979248739,117.358954698001,1204.20714312868,754.497869909226,6682.6638352902,422.059195647175,3898.31408207187,476.860300393964,4405.72585880457,342.798013994216,5002.40145302882,118.720607558998,1357.44195503556,212.013925260766,2610.08282961102,480.42827563905,5990.52669151818,550.639393329541,1744.11798371651,313.767052422848,2375.3878226131,342.145692023363,4246.17860392541,313.812509475534,2843.69416496919,325.468102981083,3622.66385377063,382.131682614176,5106.83482460666,5319.71955273394,1844.94685393674,48924.7462881435,18952.8757585054,1144.99810134205,8860.18677521507 -2267,2241.81173392322,3846.8702608328,488.911721372598,1541.2770330513,641.173103290077,2743.39737930338,730.080891636643,3232.91636914577,103.979860845545,1182.35749522181,668.42879058737,6561.41073301938,373.912941247483,3827.58140903496,422.463795511163,4325.78649011843,305.925557292223,4911.63574792472,109.724158199313,1332.81194935857,194.399554082489,2562.72437375053,440.659324118042,5881.83202072734,517.143678564763,1712.47196328748,284.676498102502,2332.28777303899,303.152145760754,4169.13412866646,278.316959151635,2792.09696542265,300.804673717492,3556.93269601968,353.174381922626,5014.17423587584,4556.73934997748,1624.91166728114,44555.7374103319,17638.2203429374,976.096215803551,8293.55169701616 -2268,2212.45522273741,3707.6161597314,480.690895389188,1485.48384710192,642.51451447439,2644.08825003315,721.668444812781,3115.88698359433,104.606258960883,1139.55695373904,672.475711934182,6323.8921031642,376.176751970617,3689.02555132007,424.997326217974,4169.19594549538,306.812799066543,4733.83785648591,108.534996337716,1284.56505841587,192.942660644324,2469.95548505917,437.295269885507,5668.91368053396,507.875938004428,1650.48163667394,283.67479325658,2247.86053340705,304.974179783186,4018.21429355538,279.891551052457,2691.02494407933,297.544630973531,3428.1741386268,349.346769914771,4832.6645205387,4590.0521941778,1629.62451335873,44243.2115588389,17409.4419758387,990.311491014002,8171.29955150861 -2269,2211.60412932896,3573.17064268991,484.212138659381,1431.61725593492,618.111502992278,2548.20836480124,701.517826870718,3002.89874033925,100.606770728254,1098.23435796776,646.763200620839,6094.57523030159,361.793408722367,3555.25416661923,408.748172738631,4018.01262974999,295.128540396234,4562.17950492346,104.502290117719,1237.98418110502,185.722706050277,2380.38999932607,420.936408956824,5463.34762460811,511.837722463971,1590.63189833797,278.115913215467,2166.34865120807,293.314139301603,3872.5058720235,269.196587863835,2593.4430412093,286.48911777924,3303.86174362167,336.366506041285,4657.42251808746,4490.96416829057,1587.39862874087,43042.9161768587,16914.860934515,960.380017292675,7940.81503953115 -2270,2254.91957217209,3517.02712755875,497.635582108892,1409.12294119094,599.950395362821,2508.16958994472,695.620230203816,2955.71563387035,97.3140471244961,1080.97832867056,625.574605065132,5998.81409519865,349.940702500398,3499.39216447637,395.356249429958,3954.87952600721,286.462735604817,4490.49616827963,102.843936474923,1218.53232991896,182.113556621539,2342.98807389084,412.818899710182,5377.50466587438,525.243246787646,1565.63906284741,276.246441055029,2132.30985473264,283.718744958117,3811.65904611937,260.492020503931,2552.69351559572,281.942803324741,3251.94974994911,331.028684066479,4584.24267369592,4381.78388724616,1553.44550940553,42550.5093471227,16816.6195887136,925.117815367427,7909.91965287162 -2271,2356.58292552514,3478.36348607737,520.458190984836,1393.63206715858,606.071466234716,2480.59659540048,709.987989005493,2923.22264321543,98.4093439248069,1069.09483814489,632.605302397189,5932.86749055838,353.873610172045,3460.92238896913,399.74716257391,3911.40245331209,289.956243325896,4441.13091528985,104.385141084737,1205.13667062242,184.869545165661,2317.23096494669,419.063685914681,5318.38828578261,549.260683312904,1548.42756426645,283.952158480299,2108.86878909383,286.914240819149,3769.75643534516,263.476181706383,2524.63105735493,286.167958089154,3216.20017660568,335.98943286073,4533.84683972279,4436.94484012479,1577.68135109313,43454.5752442018,17219.3029452207,932.221202909048,8102.2155773093 -2272,2474.09972607242,3506.8251280704,544.789904119435,1405.03543461119,646.690026486766,2500.89402909596,751.29998921239,2947.14185599182,105.156424060921,1077.84268599394,675.987897355115,5981.41306412602,378.141436316116,3489.24131952218,427.189144192399,3943.40742828449,309.582355396019,4477.47038316349,110.689744134373,1214.99767813622,196.601764413916,2336.1916625286,445.604644354785,5361.90589513417,574.629199154489,1561.09754288217,300.715118132503,2126.12456719917,306.583317415674,3800.60239451337,281.48829890597,2545.28880218423,303.451791425282,3242.5166723862,356.282359430992,4570.94495385604,4717.06209351985,1677.38519996342,46019.4368528985,18200.2458991639,997.406378428412,8557.15008271989 -2273,2544.40873406647,3560.36940107895,550.729841274384,1426.48834376692,678.972015621107,2539.07915318084,786.020502092343,2992.1405549201,110.279975698804,1094.29982341353,708.905133649013,6072.74080428588,396.555036708125,3542.51711257777,447.938263596421,4003.61769717811,325.279003909079,4545.83504003354,117.365650012907,1233.54897881618,207.91385447954,2371.86201380374,471.295447694088,5443.77463469496,584.418029951137,1584.93330029134,310.823662880294,2158.58749024744,321.525005490899,3858.63223198084,295.299594315864,2584.15177183129,321.753537572318,3292.02532810766,377.770416128059,4640.73683556615,4770.36178721281,1726.22431377398,48017.1951078502,19161.6093981143,1019.27701338225,9025.8570812748 -2274,2603.47273333757,3556.92541093932,564.043029785352,1425.10848363534,685.583803395845,2536.62306995402,811.352144423824,2989.24621969623,110.354408911044,1093.24129341928,709.337039525164,6066.86656566217,396.796640898082,3539.09039118153,448.258504181956,3999.74494738205,327.41406391708,4541.4377965763,121.822872508581,1232.35575136105,214.040810904121,2369.56768182076,485.351631963199,5438.50880296453,598.900273122826,1583.40017435881,314.326294001681,2156.4994613958,321.751774524396,3854.89972845035,295.734689115198,2581.65208929307,333.972846250559,3288.84091056774,392.117090787817,4636.24779240747,4696.6035323467,1724.98229355543,49087.1722555284,19858.795417222,993.718816638964,9391.00725656873 -2275,2583.23443393,3576.28972441264,552.497350438919,1432.86693910526,714.228274886483,2550.43273943407,830.691272533243,3005.52002197196,115.159728091494,1099.19302550865,740.237141635847,6099.89528918193,414.081874909173,3558.35760874379,467.786570851124,4021.52002164598,341.175790296572,4566.16190938509,126.086501297824,1239.06483865498,221.898238400075,2382.46788243951,503.133853181054,5468.11667412319,588.457452549961,1592.02038810737,319.061364318718,2168.23969397057,335.759666184461,3875.88624858382,308.549354070106,2595.70690196426,345.661425027086,3306.74574100367,405.840636150117,4661.48806180308,4802.69428070875,1771.46270926957,50280.2355658462,20327.8117396946,1030.89592101596,9608.00966377279 -2276,2359.06267008321,3415.98180750074,504.926128644118,1368.63838607392,654.331253206352,2436.10907127831,771.907233856218,2870.79697348112,104.893925010313,1049.92147376592,674.215988419169,5826.46623769475,377.150246691743,3398.85350257716,426.062230409615,3841.25456577734,312.012563046366,4361.48276972276,117.805455223273,1183.52350433644,206.05139011467,2275.67327328459,467.32407310753,5223.00722801871,538.438233432135,1520.65774923709,290.793213220377,2071.0479070934,305.835697109288,3702.14885632039,281.213261240648,2479.35381023144,322.959247098594,3158.52018816911,379.186038137711,4452.53590790003,4312.13522826943,1607.56572347365,46403.4868103639,18939.7868643468,919.385858203002,8977.72332293564 -2277,1995.80322949008,3263.21166879245,429.698340351696,1307.42989965198,549.228910278433,2327.16097327893,645.40173086348,2742.40868672882,88.2010740535117,1002.96670110647,566.932204477509,5565.89399068885,317.13668089884,3246.84937893174,358.292174925122,3669.46530403739,261.971957031707,4166.4277708228,98.1490404165701,1130.59375818704,172.200470343578,2173.90021323754,390.499399846436,4989.4229808934,454.592023967169,1452.65062614039,246.513611138437,1978.42613863332,257.162575209196,3536.58070456475,236.404430914563,2368.4717134169,269.071921468394,3017.26429324602,315.916998173315,4253.40881455313,3658.90473415502,1356.41948314494,38895.3148431334,15816.1501696936,780.958918460384,7482.33551573935 -2278,1599.44636734407,3028.37063592046,356.344886014517,1213.33910223962,506.131266822172,2159.68397757842,545.321885896424,2545.04787967249,84.3202518467751,930.786971462628,542.121463857618,5165.33759830714,303.257779914399,3013.18587833195,342.470929631125,3405.38772968655,245.165674442459,3866.58568259913,80.8544690998226,1049.22919073637,147.333716586266,2017.45281623915,333.584812503228,4630.35303226765,367.817649126782,1348.10884090855,221.026639181179,1836.0462733304,245.819396370948,3282.06633351187,225.323650297167,2198.02173959932,221.659501383401,2800.12316512059,260.250136511784,3947.30702876057,3825.57949805509,1308.98955026423,34042.8059241618,12977.8613408064,833.98596433509,6017.1006903575 -2279,1086.95778008723,2789.04592110232,285.470971984981,1117.45188448071,399.956693444871,1989.0094419385,448.578531776535,2343.91897861378,77.6387671311594,857.229156623351,550.937628527355,4757.13361792527,308.189461656125,2775.06117771826,347.825876492757,3136.26827727027,242.648847786778,3561.01888544694,72.1926950196899,966.311177375191,130.42219273406,1858.01846095299,295.398637671848,4264.42757195227,285.013915054612,1241.57110075634,180.494448657346,1690.94803286217,215.493721466498,3022.69266901877,223.666744389502,2024.31746451682,197.913571874823,2578.83628893726,232.370071106795,3635.36102130938,3786.60686140406,1215.17568273264,29619.9116629244,10883.0233625316,849.711785289464,4875.76919704567 -2280,1089.53066644585,2640.56452685382,285.28609566212,1057.96171525907,415.231064035013,1883.11986411623,458.621247142304,2219.13496006577,80.7132239308793,811.592554012094,572.953162319294,4503.87646397467,320.504749550956,2627.32429404959,361.757670646307,2969.30168736115,251.38186390824,3371.43970173547,73.8603793217313,914.867337813789,133.503407422528,1759.10249491085,302.371049960591,4037.40077875234,288.321494910305,1175.47315424922,184.991464764858,1600.9264524997,223.98554160155,2861.77254271866,232.476693241164,1916.54818138711,202.485465982482,2441.545896971,237.737926119596,3441.82405981422,3998.41985229782,1263.13780619236,30274.0375007072,11032.7157528554,884.193366767207,4926.39137714319 -2281,1162.20833155302,2565.44658582835,297.959554551095,1027.86515638848,491.517219594959,1829.54946829443,519.585758327762,2156.00571351166,96.5083906494882,788.50462679464,685.766627288687,4375.75161674363,383.611568247318,2552.58300696188,433.061603358069,2884.83193599939,297.945325898043,3275.53005585848,83.1350167578151,888.841482346471,152.041188312743,1709.0601058207,344.192348807396,3922.54608366339,299.868163928997,1142.03366728348,213.821108650238,1555.38380522788,267.673923954455,2780.36174631279,277.807598722155,1862.02682741231,227.911537447451,2372.08957472079,267.590644042437,3343.91214207244,4998.71304986961,1524.89682166994,34645.4514986995,12151.9072256049,1099.72161555116,5370.83126704068 -2282,1389.41893676698,2542.76824684279,343.201148054784,1018.77891207656,631.433619150705,1813.37639992417,650.331246807778,2136.94679850796,124.547014390132,781.534310079836,885.517520253162,4337.07032864769,495.350387635283,2530.01838096637,559.296557145767,2859.330256517,382.538560508021,3246.57463680025,103.698207519593,880.984195996235,190.88721611518,1693.9521536066,432.01858501691,3887.87109558793,345.039538594649,1131.93818262882,270.009902577096,1541.63433900143,345.333481927083,2755.78357480312,358.396996435932,1845.56666183118,284.28475542604,2351.12049597372,333.778367027342,3314.35223093853,6613.06400697939,1975.67627779163,43454.3028794119,14890.891894117,1445.30409350075,6544.98662373076 -2283,1845.05785923642,2576.103458361,439.239117244287,1032.13491121904,775.203851320706,1837.14942207382,826.923876730122,2164.96176747727,151.645365904502,791.780077293422,1077.34084390062,4393.92850160716,602.654597380442,2563.18644415073,680.354723609979,2896.81553619979,469.095450936552,3289.13661717804,132.705734083677,892.533732433227,241.634495688572,1716.15954644011,547.1122657547,3938.84035143257,442.75279527527,1146.77767843828,338.068460077229,1561.84487405045,420.646211760339,2791.91137704328,436.575452565581,1869.76169223534,363.8078040113,2381.94324167042,427.146276460421,3357.80276277578,7784.73003969966,2381.59826239695,54538.5043052772,19294.7875686298,1704.25429322995,8576.82325284462 -2284,2212.56918058786,2596.11758236498,503.933369927831,1040.15371808603,712.225437124426,1851.42250424677,863.637496923868,2181.78167163815,133.789746542493,797.931532352185,947.455640713206,4428.06557386269,529.998004737779,2583.1002139848,598.199446104089,2919.321319176,425.730070881817,3314.69039993027,142.048998338467,899.467957353688,248.3770037564,1729.49264059888,563.325987239469,3969.44177738446,524.03194690376,1155.6871617072,329.028254172197,1573.979074982,371.752238003275,2813.60214428591,385.890121523817,1884.28814389815,389.422013331668,2400.44890659412,457.219886798185,3383.89002284175,5907.50674444324,2024.38208628147,54436.5904296619,21490.7991506427,1296.23409251026,9877.1178459115 -2285,2482.67104813216,2612.68771622933,507.24354690264,1046.79266482144,809.786434671802,1863.2395031929,985.006770194082,2195.70724057517,151.23749685696,803.024457416702,1070.90762214063,4456.32840749451,599.055912069684,2599.58726242263,676.241840197114,2937.95435235616,481.634879263823,3335.84693922526,162.711735016368,905.208954819013,282.963170665615,1740.53140277468,641.916606542461,3994.77737160593,530.412240471968,1163.06351904359,371.786601073388,1584.02524706192,420.255572500565,2831.56040799806,436.240183243908,1896.31491302275,446.068132714205,2415.7701539779,523.728022971733,3405.48823974903,6641.55266294485,2270.64175965013,61173.7197577547,24281.9417447444,1439.8710158365,11228.5106886547 -2286,2248.40879045811,2720.88093951823,482.715132961948,1090.14108025536,719.148309889831,1940.39755249111,880.96264642156,2286.63301110677,132.587918138893,836.278261110135,938.626493088242,4640.86807958994,525.05906044985,2707.23798676874,592.891764913162,3059.6170942455,423.0546837497,3473.98669106444,146.926739413953,942.694289925648,252.434749066429,1812.60802392308,572.958507978217,4160.20389291226,508.294042489481,1211.22679176592,325.747302164327,1649.62083898286,368.479465001619,2948.81730233546,382.499187268675,1974.84263814515,402.794157960245,2515.80888346725,472.920104669843,3546.51188648728,5752.88605153517,2000.47504084291,54627.3604542198,21876.0042659985,1254.94955109611,10152.8960548203 -2287,2107.62669767998,2971.51233739967,469.081980082525,1190.55840424189,650.277305401623,2119.13545460332,808.205860985074,2497.26406801624,119.454210986693,913.311249417595,845.297258114301,5068.35729357111,472.851541496607,2956.61267684311,533.896620981114,3341.45085557447,382.545198061941,3793.98971947964,134.958459665071,1029.52969100011,231.258736287189,1979.57471336867,524.954645531117,4543.41717579006,494.195141253029,1322.79781259328,297.388795722624,1801.57411663044,332.052912909844,3220.4448446682,344.693669993731,2156.75341704231,369.983566893486,2747.55026108798,434.397231745994,3873.19550531216,5072.49617748198,1799.9155548248,50172.1971124847,20288.1465841546,1115.19207034648,9426.68071117192 -2288,1983.1957106377,3200.5700672642,440.637490133485,1282.33207851357,620.653863142626,2282.48808497861,766.127118133342,2689.76457729988,114.128133098374,983.713447927191,807.766455833058,5459.0494004811,451.8571545612,3184.52187288535,510.223511003095,3599.02513443529,364.856229399451,4086.44775888789,127.92653385519,1108.89053728721,219.34060541458,2132.16936499924,497.887742713901,4893.6445031397,465.318975883367,1424.76510386407,282.371408733498,1940.44767005448,317.214584431813,3468.69142806255,329.287334263025,2323.00581161173,350.705805427277,2959.34397217997,411.763236713475,4171.75908810538,4896.23733533912,1723.07396924617,47598.7905371356,19164.5447476889,1073.45554665072,8896.23903486257 -2289,1889.33304259088,3337.35489717352,426.639620754734,1337.13593268967,588.825608880686,2380.03625230892,726.820647448964,2804.71878310378,108.310568745768,1025.75504483847,766.581713321713,5692.35632019171,428.818786938816,3320.62084074749,484.187709692996,3752.83899587464,346.304015862739,4261.09291580852,121.394347764175,1156.28190830648,208.076528244991,2223.29326411718,472.325359020462,5102.78734861124,450.26668425276,1485.65621022856,268.333073714429,2023.37783528071,301.046924298762,3616.93513372246,312.504546926818,2422.28561119171,332.798061699587,3085.81936667862,390.737777752038,4350.05025039727,4643.95540700383,1637.31340930408,45275.0129349807,18224.7496542706,1021.0459107268,8454.31923755633 -2290,1795.88081214331,3485.70632679462,409.629063146734,1396.57403062174,558.343745248541,2485.83314579457,689.656590058007,2929.39357915588,102.93565808657,1071.35170208093,728.541751246494,5945.39180009478,407.539580679629,3468.22841145318,460.137957004271,3919.65944120617,329.205202384103,4450.50616231218,114.927142912649,1207.68071946905,197.518318168042,2322.1226497717,448.307017966403,5329.61542699753,431.668608656016,1551.69630170925,255.44384857855,2113.32062044322,286.107129450807,3777.71440786827,296.996121967422,2529.96056469314,315.068461608296,3222.98958941608,369.9214770058,4543.41781047204,4414.02361801949,1555.31405810749,43017.4113872677,17308.5903226923,970.058117728659,8019.56173238237 -2291,1734.04531104696,3441.51930525741,397.348049237946,1378.87017350244,528.143814560664,2454.32115010325,659.331253567796,2892.25873042289,97.0303136789066,1057.77056922132,686.543181360409,5870.02424732692,384.045965480178,3424.26295104281,433.613968827765,3869.97135508837,311.117948033153,4394.0887268748,109.977549687136,1192.37139362279,188.636047199788,2292.68595203592,428.183654543295,5262.05384561945,419.55347294905,1532.02601641419,242.736349772575,2086.53082950394,269.735828381631,3729.82570691296,280.005756750903,2497.88918188585,301.499336999199,3182.13293166869,353.989985191449,4485.82256812456,4096.74778752439,1462.06081165927,41012.1523668769,16628.2938931401,901.730689870252,7718.11083938516 -2292,1707.81026864643,3292.64802342989,398.991791558117,1319.22379293748,526.157900394267,2348.15352376622,651.278318487502,2767.14704968436,97.0791464497851,1012.01413244096,687.052341154386,5616.10208198466,384.330784803959,3276.13813475674,433.909564210195,3702.5663385343,310.473417527267,4204.01173958771,108.443263319342,1140.79247104871,186.526225157585,2193.51024902995,423.343491249687,5034.43091761609,419.38109177322,1465.75450763368,241.263709441501,1996.2728673631,269.837294751556,3568.48303098111,280.107845979591,2389.83691444619,297.293148336397,3044.48203784416,349.051504472794,4291.77741058402,4150.94987924993,1468.71896405301,40751.8573212548,16404.7905930637,916.419681979319,7593.91525781256 -2293,1656.06984012587,3187.11901512258,393.016835914945,1276.9428149485,510.778080553828,2272.89546066531,630.858852417352,2678.46028999557,94.3212106668511,979.579190403564,667.576394115159,5436.10662572963,373.436118470664,3171.13826657207,421.610527541831,3583.89949315112,301.483171020781,4069.27362405453,104.999760160964,1104.23019737185,180.725168877797,2123.20848593688,410.165401675553,4873.07795843333,414.779271091361,1418.77723629709,233.980176822983,1932.29254073706,262.16251704797,3454.11354091073,272.140106629447,2313.2429032421,287.852913286979,2946.90672217819,337.967736599182,4154.22641491371,4046.54479011461,1428.80105704298,39558.1880260619,15904.4666826929,892.154585305673,7352.5017247706 -2294,1676.77699624263,3113.23571599629,410.84086121381,1247.34092448996,515.308912887348,2220.20555030856,635.691058787024,2616.36863861241,95.2065180536657,956.870737409164,673.865954987411,5310.08764432184,376.954441197057,3097.62543068228,425.582624784579,3500.81809046907,304.389971136937,3974.94035348442,105.776099579569,1078.63210405008,182.13690306308,2073.98859583249,413.362040713391,4760.11102034275,431.745593397193,1385.88736226178,236.278396589364,1887.49843448958,264.61824761816,3374.04081606163,274.688831383072,2259.61766472386,289.981218751699,2878.59198720317,340.46657731783,4057.92378191035,4092.76155058472,1447.83669173309,40052.9861937007,16073.2094277752,908.204169402022,7419.99287834514 -2295,1723.43524181898,3097.70527393847,433.344009396561,1241.11853796952,521.569991271485,2209.130008075,646.153461373342,2603.3168284539,96.451641822179,952.097367545841,682.588715027656,5283.59816006648,381.833873244827,3082.17286086212,431.036546291292,3483.35418555829,308.574797030381,3955.11127966071,107.457023168123,1073.25132504013,185.092473895351,2063.64245996148,420.063780425968,4736.3651060805,454.740197032658,1378.97383391323,240.413220608045,1878.08260872334,268.097848439183,3357.2093422592,278.30264092173,2248.34551432596,294.589407867905,2864.23207033736,345.877046253653,4037.68074350301,4118.215723474,1467.12410385014,40866.029174864,16435.4807455727,918.171005309727,7579.89289856113 -2296,1810.35249426182,3174.25279434949,448.677210807506,1271.78786839841,552.342958484984,2263.71990912415,683.348804791635,2667.64749597704,102.235201633954,975.624684133591,723.571036064845,5414.16136806564,404.759008149172,3158.3365591849,456.944765954685,3569.43149183437,327.037061847754,4052.84619458461,113.45612005671,1099.7724819755,195.834599823628,2114.63721232025,444.402968192764,4853.4056159321,471.398580373785,1413.04971214019,254.64969194841,1924.4919840872,284.162979907895,3440.16947820651,294.978239894847,2303.90447133741,311.035707495862,2935.01022496383,365.186625570472,4137.4560357901,4381.06622523565,1552.55582738147,43094.0409371287,17316.957609999,971.032623515255,7985.6724791817 -2297,1933.93278312486,3297.1317116792,460.857383085643,1321.02021580944,590.795134749173,2351.35106820071,732.189478948459,2770.91514898391,109.409788864262,1013.3922195737,774.290295252118,5623.74968073579,433.130897043937,3280.5993410422,488.920237610066,3707.60822368759,350.064321541549,4209.73645656402,121.620923238571,1142.34591914305,209.782263666356,2196.49721151678,476.068234622057,5041.28643894319,485.99621344425,1467.75046535995,273.236083661913,1998.9912463499,304.117118658707,3573.3423312525,315.693002436049,2393.091220286,333.419209883966,3048.62779173014,391.4670670393,4297.62164045844,4668.87903410836,1652.35388135971,45971.7874597254,18517.5500854503,1027.90547645926,8551.91465122344 -2298,2037.52024380702,3396.16262728627,476.672949565009,1360.69768487859,610.794381266254,2421.97501336274,766.565766206965,2854.14090041549,112.259852782988,1043.82993579171,794.169014500601,5792.66167113505,444.250870460853,3379.13369905179,501.526031096188,3818.96799612359,360.391834721175,4336.17788875834,127.826485404504,1176.65682092232,219.236978635335,2262.47004760773,497.645865044077,5192.70386946853,502.181526531757,1511.83504710487,282.850694809947,2059.03189705103,312.100190551583,3680.66936389362,323.985706298398,2464.9688507236,350.431526343634,3140.19477417455,411.441205992866,4426.70274585675,4698.45133565144,1689.84890688388,47794.649230469,19440.7450137104,1037.35443400442,9018.87398592717 -2299,2068.31415803141,3513.90804583602,466.159211941509,1407.8732580206,619.871804710224,2505.9452153119,780.646160983407,2953.09435223765,113.762779310709,1080.01966112967,804.717709286369,5993.49403631831,450.151713675883,3496.28872235182,508.187095031113,3951.37213411123,365.54474387238,4486.513763818,130.267073669882,1217.451672369,223.170400719379,2340.91019077741,506.599058131836,5372.73561635929,492.779842411817,1564.25057307801,287.286087097751,2130.41881197014,316.296075630422,3808.27866955905,328.343035532818,2550.42965484076,357.122307743952,3249.06575256711,419.296843860568,4580.17712998031,4734.0731359252,1704.54578829923,48396.6501811145,19753.5854747526,1039.22825921181,9183.04694294521 -2300,1947.47854050026,3419.81567891624,429.691808256891,1370.17445502341,572.263725872934,2438.84319852481,729.135600786765,2874.01896559834,104.394099924147,1051.09983599196,738.170231072803,5833.00547695916,412.925664077434,3402.66815031925,466.159900851567,3845.56573513048,336.442774476545,4366.37780870784,122.115509774534,1184.85181262043,208.09722469173,2278.22733803234,472.491424603932,5228.86918491511,454.131568990163,1522.3644346371,265.997078223299,2073.37231390192,290.306201412886,3706.30390265144,301.368748605046,2482.13647250472,334.775100364394,3162.06510173924,393.059016314761,4457.5331388883,4256.66876264121,1557.91360944031,44964.3245769849,18517.117984859,937.643404558644,8641.93183576615 -2301,1617.62254214038,3322.60423027374,366.530383970079,1331.22596885588,477.952321325388,2369.51680710489,607.105182615283,2792.32229732633,87.3259369647763,1021.22134331335,617.560433239793,5667.19685871966,345.457648207895,3305.94413616213,390.021465028143,3736.25194425375,281.185414207909,4242.25944913605,101.486122580194,1151.1712953219,173.37895532081,2213.46660217383,393.619482103807,5080.23370395585,384.194367689611,1479.08980642679,221.682566295755,2014.4347730712,242.825320773877,3600.9487591835,252.076972824121,2411.57942941372,278.220407343072,3072.18045352937,326.65822371475,4330.82360408067,3586.03147986374,1307.08073215119,37529.9741356275,15405.8582223673,791.280652115395,7178.59705937042 -2302,1243.43445928282,3058.71672404019,300.468034627088,1225.49748697593,397.328748415518,2181.32530493676,480.581046627688,2570.55078420781,75.0546074704928,940.114014566818,531.54943242134,5217.09737568284,297.343882390886,3043.37980608319,335.547767690709,3439.51175496309,238.706713744609,3905.33118767531,78.746206500827,1059.74309583841,138.345988267069,2037.66890214779,313.709576179219,4676.75194377338,307.686079951544,1361.61769916914,184.776056416768,1854.44455699539,208.541247689072,3314.95460451482,216.471419830059,2220.04723430191,215.879778361514,2828.182076836,253.464171118654,3986.8614100868,3326.82057560878,1141.94710135148,30632.1816655817,12025.6070157815,739.840876835637,5505.58390644625 -2303,795.021584426411,2856.49611299363,197.133548141626,1144.47630292691,311.673283404958,2037.11157877222,347.383399961102,2400.60423563626,62.2214159202898,877.960357451418,458.254171643418,4872.17997587655,256.34318504975,2842.17316305024,292.730090116324,3212.11568283788,220.561458960844,3647.13844530598,69.3828859281308,989.680414090705,123.538400725963,1902.9527163486,279.975290972027,4367.55834361095,200.506775410197,1271.59721411615,138.452876881422,1731.84186269546,169.198260556784,3095.79336593136,198.581972566742,2073.27348937016,190.210585396133,2641.20277821914,223.326004553745,3723.27846885884,3091.93837261114,977.354183436986,24444.8591047781,9287.78244926434,720.06566685144,4206.30774392179 -2304,803.061649159653,2748.88771477012,199.998013205326,1101.36220198256,325.980122479554,1960.37059775106,356.964035961185,2310.16995309328,65.2522239992848,844.88630307433,480.871395267163,4688.63781011764,268.995052723755,2735.10433135868,307.218116846628,3091.11057382809,230.447939833841,3509.74539078245,71.4161113021327,952.397701319261,127.311132074077,1831.26569644688,288.511053622995,4203.02601487231,203.651023999483,1223.69428199799,142.865887710109,1666.60083962059,177.377975751689,2979.17028921037,208.280000554963,1995.1702361378,195.784596673666,2541.70479568913,229.870444051455,3583.01710797285,3304.0059362642,1031.69726750786,25280.1198345906,9473.04166775726,770.302806399215,4278.73135121921 -2305,817.180525704589,2709.31433980645,205.984391071272,1085.5068364994,349.118279201416,1932.14882633577,373.148381864574,2276.91242085857,70.202658146263,832.723200778963,517.79968327558,4621.13951939748,289.652398695235,2695.7293839252,330.882168424767,3046.61051035333,246.841694769187,3459.2186014814,74.6856320268551,938.686849782354,133.681100256453,1804.9025373865,302.895589824226,4142.5186599975,209.327410403134,1206.07780664972,150.611513733953,1642.60821904657,190.741425124339,2936.28173384957,224.119287905137,1966.44748422371,204.747865391811,2505.11405522843,240.394206366765,3531.43548870438,3647.51373542308,1120.00126564301,26662.7388554496,9788.09721901652,851.639127571803,4401.10038473574 -2306,929.137315552191,2740.76509889482,234.056506718126,1098.10781583277,405.453900188432,1954.57795032745,429.623237401312,2303.34369277176,81.4027511623616,842.389770800094,600.605245340322,4674.78347779793,335.973071441949,2727.02244363983,383.882180224907,3081.97673264412,285.76037767022,3499.37453660887,86.1836616477196,949.583486447272,154.085259379559,1825.85453769422,349.144026482675,4190.60660405052,239.596769816692,1220.07842000841,172.788724858996,1661.67624471446,221.131123308443,2970.3672174238,259.89179625327,1989.27476017968,236.269283329834,2534.19437916217,277.403462772272,3572.42974513285,4270.25533748037,1304.67459944672,30732.680779434,11207.619312973,997.566056734388,5037.51712015467 -2307,1277.96070858723,2869.2973546046,316.847119784295,1149.60521509491,521.204226567475,2046.24079039262,569.887914605122,2411.36242105542,103.792583141588,881.894892005644,764.929709571965,4894.01440189226,427.89467117702,2854.91021709169,488.792494081079,3226.51061540976,366.625386550927,3663.4829101959,114.535921802943,994.115616379547,203.081803768835,1911.48070187094,460.325097849325,4387.1313335241,325.018217219107,1277.29581216279,226.384939097695,1739.60302365609,282.135956156366,3109.66700597402,331.301041793075,2082.56475874816,313.995943575917,2653.03919373315,368.662234958444,3739.96415138015,5263.50464789315,1645.07954255131,40269.5469202381,15104.2627501755,1227.22155180993,6835.10028838779 -2308,1812.63158857458,3199.7902984093,439.503681213235,1282.01965835233,680.98742015182,2281.93199244418,775.798590319471,2689.109258216,134.014539843567,983.473781526296,986.149207599551,5457.71938844876,551.642831539922,3183.74601392209,630.007004583087,3598.14828823326,477.206967674704,4085.45215978443,156.194867257676,1108.62037344568,274.252291747158,2131.64989527064,621.902292277913,4892.4522431703,454.761043991346,1424.4179821232,302.083493057365,1939.97491031922,364.603670579847,3467.84633563026,427.639951159646,2322.43984756671,428.202383621353,2958.62297429149,502.751869857241,4170.74270423042,6482.18091099525,2093.19525831403,53905.7527254939,20935.6617295764,1507.11418643325,9553.87867331046 -2309,2012.18031559816,3841.60681003175,479.205587292746,1539.16819254351,729.095392346683,2739.64374682954,846.723679126446,3228.49295605951,141.766391583721,1180.73974362548,1042.37786466243,6552.43313298687,583.096627128682,3822.34435005779,665.982938580115,4319.86776585096,506.865029868098,4904.91543989274,171.455237745473,1330.98833960653,297.864943379779,2559.21794573417,675.751366735326,5873.7842490683,502.806463175997,1710.12888662624,323.557073962854,2329.09663813843,385.864016277534,4163.42974279396,452.307040759911,2788.27670011272,470.038118255572,3552.0659500733,551.871152277687,5007.31363034226,6688.12957203349,2202.48255633749,58206.7659867352,23024.3930486046,1552.56683650028,10570.1737805513 -2310,1819.45181417004,4212.64784144453,427.162413080521,1687.82852711699,657.683852045618,3004.25183708821,765.373608156399,3540.31647563395,126.599779880573,1294.78131892694,930.741243350803,7185.2989279917,520.648123992123,4191.52491959363,594.823243960055,4737.10156167373,452.864684338738,5378.6559796736,156.140924256406,1459.54165355744,268.64530373184,2806.39963640475,609.714964300356,6441.10284096043,455.585567488952,1875.30143481249,287.783096316694,2554.05209600002,344.608172662888,4565.55399505916,403.907654183299,3057.58199704536,428.05450090197,3895.14171990996,502.578240945929,5490.94428435864,5947.86847969741,1970.95239960761,52336.4487301777,20816.4301560065,1380.32521519363,9593.18409596955 -2311,1715.21120809741,4398.55824788151,403.178804728474,1762.31490700975,615.633315088015,3136.83393297985,718.886863059178,3696.55590026028,118.592183754864,1351.92194171543,871.753885938925,7502.39684226124,487.651136703603,4376.50314011471,557.079054654952,4946.15688977399,424.541726974819,5616.02405716354,146.482156576894,1523.9533946375,252.250429064459,2930.2502208034,572.483504448438,6725.35827652866,428.737508486126,1958.06127258196,270.700603424893,2666.76620861993,322.835740305806,4767.03867423908,378.350071970525,3192.51763210907,401.575350749173,4067.04010960061,471.489104685257,5733.2678115201,5547.35220693594,1842.69755278033,49136.1474220692,19584.5992287047,1287.02767031919,9025.17532746762 -2312,1588.18378354522,4473.7411680691,371.21243306374,1792.43750026242,564.900599511723,3190.45066872242,662.948580079369,3759.73975541375,108.380577583484,1375.02984064863,796.518462887678,7630.63252114058,445.565130362718,4451.30908054814,509.026727813599,5030.69970988063,388.411755135098,5712.01666762054,135.35574251366,1550.00176321232,232.297563083942,2980.33589798784,527.277677515699,6840.3123242057,396.702807718537,1991.52968565796,248.206273689162,2712.34825158099,295.073261569308,4848.51989330651,345.756971520635,3247.08614861057,371.072702956176,4136.55651355118,435.675985001442,5831.26442586418,5034.09289544264,1682.0385817992,45170.4649529106,18094.0145154533,1167.41543330067,8352.95159938283 -2313,1494.13333454029,4550.09374469061,348.288824659542,1823.02872501965,524.920818213441,3244.90154551419,619.729642009143,3823.90659184163,100.454397286571,1398.49724015183,738.065709771855,7760.86322344391,412.867195819317,4527.27881256222,471.64693919933,5116.55780283423,360.532556349496,5809.50268075662,126.673817428291,1576.45537864135,216.861019220698,3031.2007818647,492.291746275098,6957.05476665558,372.251536555339,2025.51878274822,231.433688822243,2758.63943605567,273.535843966471,4931.26875443796,320.453713228498,3302.50361346705,347.271530220813,4207.15441724851,407.73105859468,5930.78562012858,4624.14718934106,1555.1102156996,42127.2065595779,16965.4416871078,1071.72564368586,7842.08221191621 -2314,1406.82121280139,4621.24784337004,328.141385284075,1851.53714112576,489.044497601137,3295.64512525778,580.758551013896,3883.70461848543,93.5591260180706,1420.36685783714,687.252739162042,7882.22714661205,384.442885613377,4598.07613267331,439.150713251931,5196.57023317738,336.266425704452,5900.35134239295,118.550445902308,1601.10789524202,203.082770785478,3078.60252162042,461.001404919211,7065.84878039704,349.99734425303,2057.19372648161,216.782977106144,2801.77887749753,254.791871502925,5008.38364552729,298.444649336128,3354.14797096539,325.001611166885,4272.94565087173,381.583975172948,6023.53089724591,4275.23956005689,1444.62397507899,39409.3516096399,15932.0278616273,990.389322513277,7367.42755248622 -2315,1360.28768650523,4578.75032417,316.123092297562,1834.51019561851,466.725214691044,3265.33799897195,558.39567522368,3847.98963041611,89.0708329441318,1407.30500314812,654.09023115024,7809.74129195641,365.892082469575,4555.79170315243,417.955734113645,5148.78198404125,320.63468870415,5846.0910423703,113.967594180282,1586.38392547766,195.01572837928,3050.29134372946,442.710293301934,7000.8704337714,338.000421216185,2038.27553969473,207.514699807192,2776.0134012287,242.609242866221,4962.32598159085,284.111038635397,3323.30284587643,312.437894665768,4233.65115813009,366.832931729719,5968.13782406873,4030.0068063714,1371.57871432185,37770.5022302343,15356.1003974444,932.975448744391,7110.1130383245 -2316,1313.89474165807,4535.47303611507,304.286500801301,1817.17082995002,447.275225106295,3234.47478015168,537.039741310377,3811.6193232629,85.2694316070694,1394.00348205821,626.064835621448,7735.92542526843,350.214932982063,4512.7314146683,400.021113500396,5100.11688870309,307.085668255569,5790.83514324418,109.667531953395,1571.38979187177,187.414521164096,3021.46069610992,425.4784588401,6934.69982717636,325.784453489925,2019.01023116697,199.296195906666,2749.77516522463,232.278084696919,4915.42322522212,271.976307636466,3291.89175674244,300.649434983317,4193.63566749997,352.992116323774,5911.72836701659,3835.13464218898,1310.55986598105,36286.6418073885,14798.1461859165,887.522798677357,6856.34102656392 -2317,1282.13960736118,4459.83524918634,298.365650343012,1786.86599097195,443.342583259673,3180.53365597359,527.877086716447,3748.05319731954,84.842855640539,1370.75577724016,623.159333739402,7606.91390334916,348.589621849726,4437.47288827175,398.172679617586,5015.06257320664,304.965679603602,5694.26176463155,107.676459164757,1545.18382717677,184.539528751687,2971.07199386737,418.899646844926,6819.0502921078,318.59408997104,1985.33932970732,196.948241740936,2703.91734479597,231.068616394411,4833.4490338614,270.634919323724,3236.99309340429,295.190983441168,4123.69867999077,346.583355363286,5813.13886002484,3863.02050974385,1308.10047007464,35801.396891334,14497.4000137108,894.699532898468,6704.88090447171 -2318,1268.68502787441,4371.20127685713,294.294802255198,1751.35413415421,430.04913998478,3117.32429591772,517.546997202429,3673.56505486176,81.8923205441424,1343.51362078333,601.208486848721,7455.73544971835,336.310519214792,4349.28334152505,384.138136244578,4915.39411181584,295.239094800025,5581.09501934119,105.725034422351,1514.47511868658,180.522973271749,2912.02543762057,409.848040683732,6683.52969972438,314.399641228001,1945.88304906434,192.007672266583,2650.1801725175,223.091437077377,4737.38992764215,261.199465562003,3172.66166853316,289.841225534096,4041.74502603842,340.302211460448,5697.60957248909,3670.62298500788,1257.60642236578,34935.8802935001,14275.5279619449,849.246882831433,6617.07861664324 -2319,1304.92021220661,4252.28620187346,303.191182439466,1703.70992950764,441.95572106468,3032.51995291936,531.62246167375,3573.62862176519,84.4002113900504,1306.96439487537,619.626034144558,7252.9080611111,346.613126428792,4230.96452664437,395.855258314863,4781.67470098122,304.125052101867,5429.26574160244,108.445287464463,1473.27502038568,185.514825278984,2832.80608775847,421.147090364401,6501.70955806078,322.794890586052,1892.94683907693,197.984509878307,2578.08411608476,229.922190189746,4608.5129799127,269.199011383836,3086.35191606103,297.2986974545,3931.7925478991,349.058019685248,5542.6106084452,3784.20919410825,1294.76283135638,35947.2952738217,14672.8793840413,875.561574975506,6795.27265569746 -2320,1362.881598232,4191.26912352027,316.34522162212,1679.26298559919,458.034148045965,2989.00559410377,553.897538396047,3522.34976440056,87.2933988649921,1288.21044815094,640.747667392918,7148.8343373673,358.428374549546,4170.25339814175,409.370809751716,4713.06129961593,315.008659554214,5351.35990050225,112.925262262211,1452.13464246026,193.137845566804,2792.15747127071,438.456517250427,6408.41496247144,337.330303309234,1865.78448919853,205.735614308044,2541.09056648714,237.828664789313,4542.38431776782,278.416908711024,3042.06510944748,309.580380717463,3875.37431013844,363.477928264994,5463.07835456545,3889.27925281423,1337.24150335615,37351.9956815687,15302.7455917928,899.484022379208,7092.99440336057 -2321,1471.84002544723,4170.345266034,341.956703020084,1670.8796872814,494.628252511118,2974.08373505976,597.40735739649,3504.76531865989,94.4329176198799,1281.77938132248,693.164450890897,7113.14557903189,387.749842990842,4149.43445638144,442.809972921428,4689.53252586007,340.598070596066,5324.64458143875,121.787099918442,1444.88522529943,208.357225720335,2778.21832699571,473.000988001641,6376.42256173651,363.566251537139,1856.47002916231,222.600847277846,2528.40481062038,257.277681515596,4519.70760593858,301.188944365306,3026.87836411137,333.874777033339,3856.02747809746,392.001947845557,5435.80530920414,4209.72547253974,1445.74797301052,40352.5180175564,16516.823203833,973.643609330685,7651.62147277279 -2322,1554.09944984729,4209.07389298065,357.652232120237,1686.39659822124,511.273980651645,3001.70307401986,625.21830490619,3537.31292321135,96.8226846842855,1293.6828455012,710.318888213119,7179.20302607141,397.345878058335,4187.96889150595,453.806447402184,4733.08267438793,350.272556224622,5374.09280705633,127.818782177389,1458.3033998873,217.433496100152,2804.01872823321,493.727442433282,6435.63830405383,383.372000739763,1873.71045665944,230.273077891734,2551.88527576992,263.869588563908,4561.68064620554,308.778128235663,3054.98798945374,350.41040823476,3891.83713896933,411.416411248301,5486.28584799536,4235.85115476537,1476.80478607512,41941.9455976907,17355.6305588244,978.428098811426,8066.97170261139 -2323,1575.53416713496,4257.35471518815,360.796913549793,1705.74066686918,509.927759965217,3036.13456563091,629.184467302836,3577.88820905337,96.157575462355,1308.52223132446,705.150711257862,7261.55316619875,394.454847220884,4236.00762558438,450.494530539657,4787.37421901408,348.60996311196,5435.7371558944,128.781573909745,1475.03109081522,218.411216302187,2836.18265149198,496.012724710775,6509.45927195557,387.830517465543,1895.20313740738,230.283374978761,2581.15706391763,262.117470380535,4614.00609780052,306.632516631694,3090.03069379087,353.049865740399,3936.47904874442,414.515394923137,5549.21712417189,4146.7462961417,1461.44135889584,42040.5846131621,17525.361422967,956.897896148094,8160.98745275393 -2324,1478.81401805978,4067.22054975664,335.079476909868,1629.56200668361,464.871763689822,2900.540293978,582.687923110908,3418.09913011928,86.897748182988,1250.08341214083,636.756921542552,6937.25100127315,356.195987884438,4046.8268247038,406.783200341416,4573.56929491573,316.217025852274,5192.97623584375,119.653258066043,1409.1559584385,201.562624817479,2709.51826538176,457.884885853702,6218.7457446875,362.490083705978,1810.56305196451,210.762024838442,2465.88216271082,236.97837978183,4407.94382265781,277.062786049209,2952.02941214392,328.024929445448,3760.67524362536,385.133649289347,5301.38816997678,3645.82094549132,1312.20207426235,38655.5384106674,16332.9906867483,839.677903869952,7633.01315130457 -2325,1210.56585152792,3763.6946893973,273.296942469766,1507.95212493841,376.41442633963,2684.08068047382,475.270795413729,3163.01547616669,70.1303166498552,1156.79300938318,513.738287652529,6419.54239586788,287.380491194587,3744.82289384566,328.214182360346,4232.25597340543,255.647485493007,4805.43822050194,97.5687961877804,1303.9943943106,164.215350894911,2507.31411820106,373.058428727564,5754.65727704215,296.829362212861,1675.44554324833,170.953777303093,2281.85993037175,191.283987748176,4078.99068996676,223.588937628369,2731.72730259132,267.481203628477,3480.02604477093,314.049338396015,4905.75966011215,2910.6242987843,1056.5217645709,31413.0027597722,13341.8690895676,669.828527303665,6243.04197967494 -2326,927.763982184185,3416.501653404,220.090144013772,1368.84666618141,316.658324074528,2436.4797996346,378.963315900636,2871.23385287037,61.3624813190488,1050.08125136652,450.629418233446,5827.35291238298,252.077967850916,3399.37074188599,287.787535074332,3841.83912991202,220.874128173828,4362.1465024584,76.5291707667197,1183.70361356413,132.697076046849,2276.01958643699,301.067915783384,5223.80206799831,229.074872378969,1520.889163731,144.292951734285,2071.36308025024,167.134675936981,3702.71225127525,195.730423561345,2479.73111959478,209.801857860117,3159.0008534281,246.328092446979,4453.21349715,2779.33556489782,939.799131659023,25829.1819152424,10446.3527994451,643.513835159593,4811.79179938007 -2327,882.029628739294,3190.82292821384,225.79678764002,1278.42681513382,372.749603543798,2275.53690807028,398.180513345377,2681.57306491406,84.4002311991993,980.717609198108,665.974330883086,5442.42420169745,372.539938976895,3174.82360762273,418.99443662797,3588.06452501453,289.958406517035,4074.0027338796,81.0595049826359,1105.51347944083,145.872708108181,2125.67597449605,330.445964675875,4878.74121015356,215.307634936484,1420.42606947657,172.939360232357,1934.53815616712,220.211821167272,3458.12774191866,255.998512094062,2315.931240462,222.221599583489,2950.33147234761,260.910095288164,4159.05425269738,4192.87645217337,1263.98511975566,30737.7125534026,11512.9260392921,907.238204031078,5052.04035534239 -2328,891.303644421694,3054.62292967305,229.337391882814,1223.8572779727,390.250587125371,2178.40581351212,409.52337473639,2567.11035239596,88.6612969740397,938.855763540481,700.088662233338,5210.11479907432,391.623183375532,3039.30653868668,440.491921916931,3434.9083035426,303.339245188222,3900.10428232241,83.5314762196299,1058.32473294058,150.492961048637,2034.94168082385,340.896211512636,4670.49256688718,218.827324757212,1359.79530652217,178.733328029217,1851.96256360844,231.226518401726,3310.51786070634,268.889914904511,2217.07591734695,228.998416226113,2824.39683063638,268.866747023601,3981.52538447355,4485.42719093963,1337.13910992013,31831.3319436919,11760.5704634041,971.603076614364,5142.49284871503 -2329,900.037583070107,2976.25594229746,234.037508587593,1192.45896464219,412.209637439047,2122.51835872087,423.561041316115,2501.25060171325,94.038065825582,914.769223413332,743.176084565447,5076.4482189154,415.725892657121,2961.33249651143,467.667094240544,3346.78501570725,320.363034673093,3800.04629477598,86.503631388437,1031.17319152447,156.273886732507,1982.73482823263,353.951418756809,4550.6701074695,223.025553347322,1324.9094747606,186.180729581878,1804.45007837417,245.11673767866,3225.58583558584,285.154022906092,2160.1963729889,237.146468400428,2751.93634177537,278.433364639521,3879.37852159577,4861.32893231855,1430.37108992411,33184.27044162,12051.6942733646,1054.35791279287,5245.06277711919 -2330,1032.77367541939,2986.71787104059,269.26672978723,1196.65061380109,486.916339629278,2129.97928824287,494.228057779719,2510.04282458358,111.114229663208,917.984756827563,878.577054175397,5094.29259808311,491.46795450058,2971.74196739158,552.970497533997,3358.54940258518,377.551925681218,3813.40395430773,101.128865438287,1034.79790010488,182.724754892315,1989.70440037013,413.858378186038,4566.66630783697,258.00015778176,1329.56670477871,217.101924344631,1810.79295630755,289.532815227511,3236.92419150046,336.90431283299,2167.78974565696,277.241000257448,2761.60975779586,325.508303110654,3893.01504427643,5818.0387284146,1699.99395868494,38839.7462502997,13967.8846578389,1262.77750020542,6066.92753364883 -2331,1424.64990475199,3099.45976174092,365.534402158599,1241.82148648906,629.353794149699,2210.38122189634,658.120415316526,2604.79130301411,142.382677881556,952.636619369491,1124.44046615038,5286.59070057796,629.00169453581,3083.91855136887,707.612365324504,3485.32709837269,486.983627090006,3957.35138770323,134.808693829813,1073.85919641336,241.765586362001,2064.81127209964,547.75016715786,4739.04770305849,351.049542620901,1379.75486133758,285.529845530074,1879.14632290452,371.297848692492,3359.11080877082,431.804366095951,2249.61893914586,369.572989460509,2865.85432287154,433.915173308102,4039.96761749139,7229.0616624589,2153.63294923301,51084.2135205637,18856.3778342705,1566.21189952662,8255.44288105944 -2332,2030.53588889424,3381.80184166237,509.836224491062,1354.94392986271,830.8934259663,2411.73361217838,902.293910690174,2842.07207153139,185.742437247944,1039.41606649838,1464.54288570654,5768.16721030369,819.251871985353,3364.84492081228,921.539485384845,3802.81936405979,640.523457083309,4317.84221761372,184.94871030125,1171.68128876658,328.910756400299,2252.90311842915,745.448386691875,5170.74634997911,493.820809584803,1505.44220277058,384.009955115762,2050.32521279841,484.855806680678,3665.10553215521,563.457779986295,2454.54564868067,507.029968328219,3126.9163570555,595.303236041956,4407.98428736973,9048.36273174226,2768.76076399472,68896.9493313832,26241.8704822106,1955.46612895888,11598.3734525215 -2333,2250.90655033422,3964.94058779945,554.729911809162,1588.58278315454,887.530704156959,2827.59928984654,982.701074258955,3332.14287455909,195.895108822284,1218.64708301313,1543.22484989268,6762.797277946,863.265841859566,3945.05971160667,971.163780522826,4458.55598600614,678.588478704962,5062.38646198,202.498798429869,1373.71937071043,356.382403186407,2641.38096578974,808.063662897991,6062.36054983345,545.083003392345,1765.03212542375,410.205258558027,2403.87167404724,511.645001114021,4297.09556130206,594.348424263682,2877.79359132307,555.142878191268,3666.10409457017,651.792541854205,5168.07211944247,9317.73317508012,2901.78033149184,74174.3651748164,28770.498371823,2010.63601974455,12805.5432339218 -2334,2057.03802603842,4334.81196277831,502.057712000128,1736.77448622347,819.14156665428,3091.37323905601,903.112895614097,3642.98341285912,179.578388705027,1332.3291577446,1414.8991536599,7393.66804952683,791.48162311898,4313.07648956185,890.62378203338,4874.47450898194,621.42768186585,5534.63359908178,187.283848263124,1501.86743780713,327.261712844447,2887.78344976791,742.258863690327,6627.89074695275,500.088193021362,1929.68398959573,372.758527046594,2628.11799039521,468.983568478079,4697.95217150324,544.828865966099,3146.24993990073,513.431661667538,4008.09836466007,602.819455987712,5650.17819353853,8577.0243674781,2670.62095010971,68001.379281557,26370.851727889,1851.25633525261,11763.1404413286 -2335,1932.20141908758,4528.58506213896,471.404473791589,1814.41111221228,761.027416298111,3229.56261819312,843.551340278624,3805.83065811234,166.763290642242,1391.88642400703,1313.61251540021,7724.17695877197,734.822805674157,4505.87797814736,826.817864028888,5092.37139619882,577.839311564059,5782.04066437748,174.769921712444,1569.00333914533,305.431097625095,3016.87203634302,692.74158055132,6924.16817335296,468.633278407652,2015.94398210783,348.102564794116,2745.59911134284,435.582188163683,4907.95822499231,505.969978849649,3286.89239624089,479.125200312288,4187.2668382482,562.540283675143,5902.75028891501,7912.88622175091,2473.41218491655,63421.831417525,24689.0307308748,1707.20162042335,11020.5505896384 -2336,1786.06849382509,4581.21960166523,433.013635429529,1835.49952991719,695.964329002929,3267.09896540696,775.90207655313,3850.06481546083,151.815627308408,1408.06394965692,1195.53740752959,7813.95301285195,668.772672146516,4558.24859927672,752.541773191694,5151.55867431281,526.772128880943,5849.24378493627,161.071341011608,1587.23944758492,280.47968613315,3051.93633750193,636.247035686587,7004.64593813071,432.761522158001,2039.37476274969,318.150164899736,2777.5104794559,396.608501932921,4965.00211787319,460.640088180074,3325.09507221465,441.57105393531,4235.9343268524,518.448008540557,5971.35638532977,7149.25541415753,2247.76051345584,58117.6385474775,22750.8371911143,1541.69194806633,10178.1363914136 -2337,1679.96754570343,4682.71979476753,406.108356553734,1876.16633328502,646.62717727302,3339.48387700399,725.130477055975,3935.36575193714,140.670173443367,1439.26061238372,1107.43710256203,7987.07672414675,619.490168730895,4659.23985341059,697.06631708509,5265.69513702036,488.869428601902,5978.83795969655,150.680585212949,1622.40587147146,261.762387841991,3119.55416736536,593.848385526514,7159.83887301536,405.991960761297,2084.55856754957,296.519878366456,2839.04820838424,367.560997127765,5075.00528679666,426.844693474848,3398.76492899048,413.085185745592,4329.78447801911,485.002787204396,6103.65605198913,6570.02933813179,2077.20676147268,54179.8012772771,21319.6403311906,1416.02719683229,9552.81473054747 -2338,1579.34578442874,4738.08353474065,381.701717233101,1898.34822534237,600.494442241452,3378.96655483098,677.870597550655,3981.89353402498,130.505924967051,1456.27697334271,1027.12453352487,8081.50783646638,574.564053442779,4714.32599031865,646.49161595399,5327.95138747325,454.342972569766,6049.52568918913,140.683395991804,1641.58755663216,244.469752774702,3156.43661887293,554.610172433169,7244.48956214222,381.010363360056,2109.20427849335,276.834318039706,2872.61424130292,341.064087074777,5135.00701343731,396.022391991369,3438.94848598415,385.678265600476,4380.97546797511,452.824357384703,6175.81950428993,6047.0018882255,1921.36051657209,50533.6725128715,19974.9749594693,1302.62242132841,8958.26925307087 -2339,1528.3810566823,4675.83181448827,368.111073852144,1873.40661302187,574.320687000736,3334.57171055034,652.637964648369,3929.57708148939,124.527672586968,1437.14355239523,979.787011950943,7975.32824689933,548.083877585122,4652.38641061812,616.701661535019,5257.94963742824,434.187553245687,5970.04347278207,135.399829366828,1620.01941656119,235.092405268124,3114.9655033994,533.355424297008,7149.3072095545,368.296861614373,2081.49231568452,265.436127808611,2834.87215068096,325.500595502128,5067.54027973566,377.900556582699,3393.76556391404,371.193565414363,4323.41564293925,435.817889458711,6094.67796567176,5722.8343792646,1828.53406282398,48504.9938439106,19268.1133126513,1232.12756088005,8653.29601090323 -2340,1469.07939723424,4646.39545985083,351.869916743588,1861.61271973637,544.426234972742,3313.57916006305,622.829343347897,3904.83871853386,117.714598108014,1428.09612106074,925.856323730945,7925.12015560352,517.915544712865,4623.09765479311,582.730521246797,5224.84860293133,410.980584507892,5932.45950401715,129.325175169208,1609.82070369952,224.018924712822,3095.35546760698,508.28385150185,7104.29927283181,352.954482228213,2068.38843419123,252.368011480113,2817.02542195118,307.760166174859,5035.6379533193,357.246974968418,3372.40036288475,354.540128251125,4296.19789834111,416.26511022717,6056.30936964087,5356.18993461641,1722.8148297185,46163.7910632422,18442.3923171996,1152.43771863407,8296.35622353478 -2341,1422.12686689672,4551.19841565926,341.178054517593,1823.47131961671,529.866752094413,3245.68934214752,604.452423548834,3824.8349592195,114.723439534345,1398.83676706877,902.456259008188,7762.74740446866,504.825762900536,4528.37794452561,568.002429406924,5117.79999984848,400.246175738546,5810.91311080792,125.472400242677,1576.83811020423,217.543259064779,3031.93669626377,493.571789657489,6958.74379920287,341.937327405983,2026.01053784632,245.369080285727,2759.30917805857,299.913463089395,4932.46596700923,348.160755116182,3303.30539472043,343.977889964665,4208.17582946684,403.863999790823,5932.22549523082,5240.83858314095,1681.05269637895,44861.8481336241,17880.1454539185,1127.91776717377,8037.60140494171 -2342,1417.57459245381,4471.336869736,339.956475198768,1791.47420034583,522.68350389457,3188.73604220817,599.573394281947,3757.71917896839,112.852048804634,1374.29086585558,887.491893138873,7626.53163189333,496.454833738161,4448.91683776957,558.58634402186,5027.99608835394,394.490051263107,5708.94688963458,124.541792476045,1549.16875421256,215.523300780404,2978.73419230966,489.028191614231,6836.63617243447,340.347117187964,1990.45938871326,242.780343242624,2710.89056904302,295.07219664469,4845.91417968573,342.49784475088,3245.34108479904,341.426663596703,4134.33342652923,400.868608181662,5828.13056120543,5115.39195699876,1649.8329383813,44384.9458572364,17772.5178390678,1100.33282178094,8000.20367538362 -2343,1446.2005780208,4371.46119980876,346.168747688589,1751.45827420795,527.11334281415,3117.50966009586,607.822908988683,3673.78349455639,113.801662154992,1343.59350958363,894.714594242209,7456.17878706247,500.495146560304,4349.54196117947,563.070138391882,4915.68639388318,398.192641892118,5581.42688570901,126.164779296254,1514.56517330042,218.312792472946,2912.19859419677,495.359480662364,6683.92711971418,346.071137827429,1945.99875631129,246.097728640676,2650.33775909592,297.60651687342,4737.67162511958,345.396337128181,3172.85032321484,345.876021230543,4041.98535866791,406.092593277585,5697.94836711408,5118.02746345029,1658.20379234918,44953.2859333618,18066.4968126767,1100.33282178094,8137.16285563053 -2344,1508.49699885479,4349.17274840221,360.484435533647,1742.52824123935,544.623154102022,3101.61464024037,631.938879043028,3655.05224174321,117.267627403841,1336.74302703793,921.726009516634,7418.16251035819,515.605084783704,4327.36526780135,580.103947098002,4890.62314104574,411.063998497467,5552.9692702264,131.099545436259,1506.84296996287,226.74110230577,2897.3503789465,514.494359258438,6649.84826644216,361.095107097284,1936.07683393002,254.990984890795,2636.82467464783,306.720380073249,4713.51600324165,355.931803169068,3156.67314194366,359.404497939563,4021.37678177912,421.976360444547,5668.89665202554,5234.77422480047,1705.22769758549,46582.4339731843,18803.7770975424,1124.85277324124,8480.08043762914 -2345,1626.70331080412,4352.61673854185,388.846389276973,1743.90810137092,586.092576922931,3104.0707234672,679.940079405303,3657.94657696709,126.351829609079,1337.80155703217,993.093130270588,7424.0367489819,555.527198261231,4330.79198919759,624.956511698232,4894.4958908418,442.802614575724,5557.36651368364,141.067786235333,1508.036197418,243.966423273465,2899.64471092947,553.581505786968,6655.11409817259,388.493308728132,1937.60995986255,275.035565616924,2638.91270349947,330.487957205473,4717.24850677214,383.506604601662,3159.17282448188,386.73205706885,4024.56119931905,454.061612597259,5673.38569518423,5634.49107385024,1835.54914161079,50182.0295702817,20256.4188240041,1210.67260335228,9132.39929756654 -2346,1710.34331648314,4339.10070723811,404.10106261541,1738.49280342377,599.5425534359,3094.43175923313,706.543979490556,3646.58768106341,127.914812089852,1333.6473277928,1004.57514484863,7400.98314258214,561.950132016896,4317.3437295386,632.253003935662,4879.29718081276,450.178387290908,5540.10941427027,147.022692327051,1503.35334439513,252.57645079835,2890.64054377283,573.28239589088,6634.44820087813,407.58033061581,1931.5931661853,281.770214588633,2630.71817849282,334.744279437158,4702.60019695877,388.304559432802,3149.36275358556,403.057209280851,4012.06386761691,473.228952888259,5655.76832539026,5572.24657829787,1847.24126575014,51682.8150288877,21143.611347227,1195.3476336896,9576.95847830489 -2347,1738.21790999859,4328.11893259171,409.00194847081,1734.09287415738,601.344296748546,3086.60010135483,713.782285316562,3637.35857880382,127.815971207497,1330.27201677797,1003.41743249583,7382.2520887262,561.30251833381,4306.41701934961,631.527351902152,4866.94822980014,450.700985787103,5526.08802200288,148.649633564878,1499.54852658703,254.770647430387,2883.32465848293,578.321379782295,6617.65716053106,413.502105032719,1926.70452167328,283.131431767715,2624.0601274026,334.565541268563,4690.69844608929,388.030152603664,3141.39207155416,407.517407802612,4001.90978633744,478.465666256797,5641.45421345964,5505.20866036926,1839.79605843267,52034.1148068217,21411.6748579667,1180.02266402691,9715.607148362 -2348,1631.08741874207,4122.25938761601,379.535963183011,1651.61372430512,547.572188205458,2939.79126770609,660.543327553228,3464.35386391313,115.250162084176,1266.99991258377,903.945683744854,7031.12794460037,505.658933451978,4101.58968861172,568.928613820052,4635.4601945564,408.162304240088,5263.2491343885,137.975882960625,1428.22507587785,234.885197051415,2746.18427221885,533.337999374939,6302.89966123648,386.322516447701,1835.06412955107,258.732018700522,2499.25121336186,301.846470718589,4467.59342915947,349.937623628289,2991.97715192921,378.255719943298,3811.56581925151,444.109556040798,5373.1281310503,4828.45788614486,1646.29588369713,47773.7415855218,19928.0255482011,1032.90295526511,9081.54518475529 -2349,1333.41397070021,3854.27808701532,308.889923511773,1544.24503342194,441.762988659503,2748.68027411332,537.492751322739,3239.14191898277,92.5792237940125,1184.6343328109,725.828827739274,6574.04588495503,406.021996125749,3834.95209113627,456.859046875805,4334.11655384524,328.62574112547,4921.09396757485,112.243787552834,1335.37851349653,190.845572539789,2567.65935086887,433.363296767854,5893.15852416781,315.823605146769,1715.76962964645,209.144966528055,2336.7790038991,242.533124564227,4177.16253068231,281.121390562522,2797.47363986244,307.712143303161,3563.78219635852,361.284433111056,5023.82991144318,3829.14437316563,1318.02129739983,38698.8498074325,16241.4633989908,818.353379987493,7414.93668164871 -2350,1033.91102064696,3509.03447631084,253.193412132654,1405.92062633072,382.3875304341,2502.46962685773,437.100000509046,2948.99859604474,83.9297979911752,1078.52174176513,660.204197584875,5985.18143692648,369.312179276377,3491.43958972051,415.347180076479,3945.89182940084,293.060933804294,4480.29125131386,89.8089212931176,1215.76314344581,157.66558008733,2337.66349552582,357.529246203084,5365.28396986622,247.170736375003,1562.08105588426,181.348895960892,2127.46405502646,219.415589738779,3802.9968264871,254.709948041871,2546.89236926589,246.20779698691,3244.55950265093,289.07225892058,4573.82471227631,3831.05252165869,1223.84039352311,32658.7037669567,12969.2929549999,824.483367852567,5802.47420668757 -2351,1224.92793956959,3262.75680205131,292.047201985491,1307.24765392657,573.032701334683,2326.8365848434,592.685599656063,2742.02641593893,122.803211380815,1002.82689522162,985.807719909806,5565.1181476489,551.451806455021,3246.39679296862,625.398410146436,3668.95380864757,452.083520464897,4165.84700266717,120.586522597476,1130.43616206685,224.908302298981,2173.59718817942,508.747976534579,4988.72749350188,265.257672673379,1452.44813775674,242.562554096889,1978.15036116572,316.888996357499,3536.08773227145,401.573893406769,2368.14156658025,330.583439234694,3016.84370968739,388.137592354104,4252.81592190546,6349.36443271671,1894.93313811784,44968.6408686253,16694.7302477884,1392.1300096206,7356.3572021476 -2352,1316.52035063025,3141.69735798932,311.849978922258,1258.74429194256,604.028919011338,2240.50298400403,631.128405936645,2640.2878513888,129.030130717992,965.618585258209,1035.36314442445,5358.63321788948,579.172656897081,3125.94436123533,656.832428168938,3532.82306544148,475.881216910675,4011.27982135806,128.354936428525,1088.49311156387,238.983345633855,2092.9492934144,540.623338364986,4803.62862969432,284.600684812426,1398.5573408775,256.807906223559,1904.75421259492,333.047711075712,3404.88677522983,421.900923788119,2280.27540955315,351.880255050828,2904.90848298369,413.142156511399,4095.0218960436,6604.75636532474,1984.25805245799,47651.4135171277,17836.8880689337,1447.26387138776,7879.10476521266 -2353,1322.88803532172,3086.0087095993,316.768547307816,1236.43222292399,639.683370661445,2200.78859758304,651.958030163225,2593.48701570979,137.492718505433,948.502361845865,1104.46645855543,5263.64792582648,617.828417690924,3070.53494505559,700.790468326401,3470.20145708852,504.56210443607,3940.17725286987,132.6995574193,1069.19885649799,248.191732957963,2055.85039303728,561.353419981908,4718.48115835211,288.529487156185,1373.76699377059,267.772930484971,1870.9911935871,354.640062609145,3344.532921619,449.66998255449,2239.85603077623,363.790870917049,2853.41707286976,427.126395336162,4022.43494429972,7222.72995570824,2135.02390354311,49722.5086511572,18229.7202520789,1585.09852580564,8007.51257947067 -2354,1480.00222047957,3128.11634752346,354.59499729982,1253.30295961332,729.043803718619,2230.8176798492,736.264432530675,2628.87434688576,156.814092877268,961.444384303087,1260.12450216675,5335.46877984142,704.902101133539,3112.43144823062,799.610011791014,3517.55128666756,574.336954072866,3993.93975736468,150.183118219994,1083.7877454335,280.711410844248,2083.90183816347,634.921748626334,4782.86337981177,323.657115633281,1392.51162108999,302.650176314197,1896.52029189904,404.381866791686,3390.16804275489,512.897536848473,2270.41817613013,411.721398600109,2892.3510695812,483.401566464614,4077.31982964733,8307.31182139291,2443.63738159443,56334.1165507011,20514.5915164857,1824.01192679663,8998.88172209284 -2355,1879.39255685747,3244.10727827076,443.76399055708,1299.7755842358,880.04116308026,2313.53666797702,910.417391580199,2726.35332414771,187.718756029154,997.094857817401,1506.89804421818,5533.3086045132,842.944959594843,3227.8407810239,956.115322073215,3647.9825118408,690.78161247802,4142.03552438183,185.922763604177,1123.97472550695,345.134538679517,2161.17316919498,780.849709942924,4960.21252972454,407.829318396112,1444.14611963878,369.514831204317,1966.84349263697,484.405651736164,3515.8758819087,613.849842916721,2354.60555542739,509.700299008161,2999.59979543958,598.438467871176,4228.5073397825,9702.37817907164,2900.38444239555,68888.058042932,25624.4993482396,2127.24816651597,11313.9930681719 -2356,2563.13499513041,3517.6769380894,590.645294787648,1409.383292588,1102.09427456631,2508.63300263763,1189.54292159455,2956.26173575551,231.460480412062,1081.17805163996,1854.45506950192,5999.92244393442,1037.36517518859,3500.03871674819,1176.47749368397,3955.6102347195,859.140675514876,4491.32583822308,243.350522681048,1218.75746754549,446.578235754224,2343.42096743087,1010.82796872159,5378.49822066761,549.797208536346,1565.92833236776,471.048123650074,2132.70382308943,598.029847194714,3812.36329322854,756.594286145177,2553.16515458735,667.136351514174,3252.55058443688,783.283935360054,4585.08966436628,11411.5521073658,3520.08446626896,88260.0853478027,34036.3589176943,2494.80724496365,15191.1565150145 -2357,2652.31859717596,4031.67598999799,611.816187002371,1615.32081582159,1156.10999684908,2875.19167406659,1239.06571463251,3388.22742109706,243.085335853178,1239.15858915605,1948.19948417208,6876.62445551322,1089.80494185999,4011.46049132111,1236.01073150201,4533.59961411658,900.860777846932,5147.59338731559,253.770205569576,1396.84095669191,465.74253847636,2685.83903955104,1054.20236186346,6164.39841411082,569.964322116532,1794.74004315294,491.530331732426,2444.33213983451,627.938212705634,4369.42158844392,794.643141879063,2926.23081465809,695.701522238291,3727.80966766392,816.822265700224,5255.05787971927,12078.2211906134,3707.85360714154,92173.0300563132,35362.5027733797,2641.83087634273,15765.653434711 -2358,2604.7093344482,4359.63467714535,601.971295575795,1746.71989039824,1154.89924757815,3109.07556976237,1227.59616860448,3663.84446461355,243.16884543192,1339.95856045216,1949.61289984832,7436.0068895259,1090.59559363943,4337.77473868151,1237.01158955913,4902.38752792367,899.584524068723,5566.32692975815,251.648361543999,1510.46767854328,462.152197002084,2904.319951084,1046.04786368063,6665.84446680962,561.460439457204,1940.73406394813,487.787334225236,2643.16755258121,627.99803149708,4724.85435915626,794.977142387044,3164.26651461172,689.884566243661,4031.05019779961,809.992585121512,5682.5331747062,12197.1856546042,3722.82928576044,91578.3035360451,34911.7725372065,2669.3978072263,15543.0936869799 -2359,2484.46815623446,4507.53124002531,569.56856430927,1805.97574260491,1076.97963004557,3214.5480748125,1157.49020119901,3788.13698987576,225.442523150047,1385.41541180976,1806.51097578597,7688.26652638902,1010.54568843216,4484.92972342408,1146.19857883237,5068.69647786537,836.005467294703,5755.15940810618,237.788413277343,1561.70889358566,434.471315223371,3002.8463116804,983.59786217818,6891.9770578044,533.820009124864,2006.57166704517,456.259797778063,2732.83456027612,582.424204101857,4885.14066100877,736.94515332815,3271.6113212765,651.88803672352,4167.79983697844,765.380908505463,5875.30784213331,11156.82503852,3437.53890472192,85859.1501558508,33068.1429833211,2439.6733831965,14772.6481271827 -2360,2332.44159008134,4559.38601069668,533.400469459722,1826.75174014859,1005.68879974219,3251.5283294919,1084.37804082191,3831.71582814038,210.077321814857,1401.35327105876,1683.1548564624,7776.71256843665,941.54140548286,4536.52448559018,1067.97447952912,5127.00690977732,779.613460546938,5821.36692956151,222.871661132361,1579.67483818373,406.694992590582,3037.39114311072,920.763083369647,6971.26256261274,501.288739293103,2029.65532594616,425.880730530953,2764.27316865394,542.777266355763,4941.33946145737,686.699089710617,3309.24803320524,610.994318917591,4215.74632769416,717.367646835894,5942.89755467312,10360.6770477781,3200.78826147324,80263.4426451961,31000.6348909252,2265.08282093385,13863.8297689457 -2361,2224.21841028298,4628.9155925042,506.651322413636,1854.60928155015,948.14816352656,3301.11338424587,1028.30915068214,3890.14860801705,197.498218772389,1422.72358422652,1581.92388391874,7895.30563589181,884.913726929576,4605.70543442904,1003.73919013628,5205.19257897154,733.843229784533,5910.1414284109,211.498179254115,1603.76451399382,385.111291814661,3083.71065531497,871.973622012852,7077.57270382731,477.378026640539,2060.60710008754,402.185340336081,2806.42769493606,510.370108732167,5016.69374502057,645.544028185944,3359.71330008686,579.814343955257,4280.03548384007,680.759278190573,6033.52536743824,9671.46962296604,3002.68497703622,75889.5507931408,29461.3464236884,2113.46470107418,13196.9104674606 -2362,2137.98122624195,4693.05175888327,487.119952994098,1880.30591115435,906.007584302957,3346.85212218938,985.398552059044,3944.04875231157,188.729052939614,1442.43620042915,1511.48246242536,8004.69942926692,845.50944113707,4669.52001132776,958.9990253345,5277.31337932069,701.701184964476,5992.0296820205,202.526703362512,1625.98555165304,368.88524334696,3126.43715911522,835.224274451858,7175.63635856919,458.296126326436,2089.15794254125,385.540705450748,2845.31229111766,487.751372336618,5086.20279055697,616.864508301569,3406.26397203026,555.21937851988,4339.33772481081,651.882360791991,6117.1231732494,9210.86191337225,2865.14738905374,72674.2736212872,28267.9173932952,2012.38595450107,12665.4561954766 -2363,2085.43662779823,4633.78916202937,474.305088188918,1856.56191324002,877.642255758814,3304.58897270003,958.334433359385,3894.24436420996,182.655422625104,1424.22150359106,1462.59609159192,7903.61823528364,818.162853194341,4610.55456706035,927.978408590463,5210.67288368192,679.619197409668,5916.36394091505,196.826572045505,1605.45304291701,358.515842864284,3086.95735056656,811.744847928894,7085.02435032038,446.866244445318,2062.77661728129,374.135158636039,2809.38245187974,472.105850049463,5021.97558809252,596.992708479221,3363.25058566172,539.592681818826,4284.54173375625,633.535076221305,6039.87778514224,8876.74924904582,2768.85770638836,70555.1773226695,27520.0882180169,1938.87413881153,12338.745201563 -2364,2055.9894856387,4578.36044289413,467.588583574561,1834.3539868006,865.174517883836,3265.05995495228,943.79763463462,3847.66197352276,180.064368144419,1407.18517091633,1441.84670633133,7809.07629131572,806.555837187378,4555.40377680658,914.769395249249,5148.34356448417,669.858584046959,5845.59324684246,194.045517343652,1586.24884464881,353.052819440064,3050.0316109647,799.412211968611,7000.27430860543,439.887388557846,2038.10198022725,368.829379243324,2775.77702327182,465.409171753746,4961.9034387903,588.523937199355,3323.01986614136,531.968524423499,4233.29066209989,624.583562794009,5967.62963623915,8750.54275128637,2729.22925450289,69540.5411481999,27120.845230562,1911.30720792796,12159.7589195148 -2365,2046.03096817001,4503.50242482029,464.211498920112,1804.36156798375,856.077202633255,3211.67492330862,937.207472657444,3784.75116666328,177.772838513354,1384.17713249917,1423.27874798941,7681.39478142879,796.169091412281,4480.92110937328,903.029424844198,5064.16609518975,661.903713952002,5750.01546733328,192.762113015796,1560.31304379534,350.287517252512,3000.16237845074,793.190492176384,6885.81703350628,437.916046689665,2004.77820050847,365.03960173862,2730.39196257842,459.532131097489,4880.77433986186,581.016345514644,3268.68716684823,528.450119484933,4164.07467247917,620.452608064568,5870.05651312235,8605.47960449455,2692.11355088945,68896.2743824979,26950.4090301631,1879.14578856378,12096.4784958663 -2366,2081.42518770273,4437.09193103865,471.372779504853,1777.75371227794,862.125164740299,3164.31424768257,948.766512784389,3728.93967371648,178.594768550878,1363.76548880961,1429.48850190482,7568.12178360494,799.642770858214,4414.84360893052,906.961785537787,4989.48782497938,665.877431592655,5665.22338099331,195.240343135279,1537.30402771903,354.166112171593,2955.92075355899,802.030923374213,6784.27595144426,444.943048345495,1975.2149189424,368.474898072541,2690.12848288028,461.734447800338,4808.80043969017,583.672269020609,3220.48576529647,535.244094619686,4102.66951954334,628.429405563623,5783.49425228863,8588.1255322172,2699.08189176232,69572.23873336,27336.6583804711,1874.55130008319,12286.1258625829 -2367,2171.10092123222,4319.28152702364,490.037306658625,1730.55210222844,886.830979406666,3080.29770131755,982.831020821372,3629.93160799778,183.393843083885,1327.55578981859,1467.39242983108,7367.17857602244,820.845880860831,4297.62392601323,930.954589139549,4857.01061115901,684.68661035712,5514.80453330585,202.162080999679,1496.48666098101,366.378403818446,2877.43731809597,829.718232489032,6604.14484232795,463.070291305988,1922.77046405309,380.699065825412,2618.70216845045,474.248347960866,4681.12070453199,599.314631477204,3134.97779407772,554.219779956701,3993.73845362234,650.708733399975,5629.93516334698,8740.44043776383,2762.69044450323,71881.2060214804,28396.0890326557,1906.71271944736,12778.5984699686 -2368,2234.40241215109,4313.23830106454,500.982783173658,1728.13083903401,889.837961220444,3075.98797181419,999.358939098086,3624.85287053047,182.850654565448,1325.69836988405,1462.04964471933,7356.87095320661,817.857175820413,4291.61100180127,927.545196925594,4850.21503360165,684.855540000042,5507.08861812262,205.835136910788,1494.39288520361,371.370291469056,2873.41141615195,841.177375092462,6594.90480106204,475.152952749467,1920.08026284507,383.917985217037,2615.03826999315,473.052476522985,4674.57121939603,597.457835586584,3130.59156014788,564.289325287641,3988.1507039594,662.531373668644,5622.05816572265,8560.89369099028,2739.77197691236,72624.73995007,29013.2495359526,1865.362323122,13100.0762396026 -2369,2306.48039677653,4299.20242385754,514.204759254682,1722.50726097937,905.442494755343,3065.97827922383,1024.643453862,3613.05709523753,185.372117730514,1321.38436304407,1481.62118358305,7332.93067211862,828.805315344507,4277.64550283344,939.949947160955,4834.43175943792,695.354233918732,5489.16778597361,211.201544755193,1489.52992295305,380.087682495709,2864.06093584291,861.012623127067,6573.44406378797,489.667152550054,1913.83205467391,391.455481813234,2606.52857182966,479.69930582583,4659.35951462779,605.648273109799,3120.40417988821,579.001131576818,3975.17270699828,679.804486579202,5603.76320667872,8587.9500874855,2768.80734107364,74187.6285845583,29826.0603833305,1869.95681160259,13493.0308402936 -2370,2348.8514341558,4299.33238848493,521.67511205119,1722.55933226894,910.730211789071,3066.07096356045,1037.44471352639,3613.16631773344,185.852768129048,1321.42430841288,1484.94280274166,7333.15234616615,830.663398668853,4277.77481579642,942.046869627657,4834.57790401553,698.223935601263,5489.33372318141,213.978481322582,1489.57495135189,384.244600597672,2864.14751623054,870.507732176296,6573.6427786016,497.958069152797,1913.88990970034,394.631888361002,2606.60736702961,481.052075493497,4659.5003667821,607.176016766617,3120.49850951649,586.613999260617,3975.29287622707,688.742744770661,5603.9326080991,8530.00821205161,2768.28838783175,74877.626656232,30268.6230618893,1856.1733461608,13715.4272004617 -2371,2297.5705795277,4297.6428798446,506.429211574135,1721.88241813149,873.777440402643,3064.86608965987,1005.34929260367,3611.74645177259,177.250809582063,1320.90502830497,1415.40600420886,7330.27063730296,791.765150672252,4276.09377863539,897.916701055602,4832.678059946,667.412245408637,5487.1765797189,207.783941998369,1488.98959308615,371.388221110326,2863.02199218666,841.54360391597,6571.0595342117,485.820760350409,1913.13780838625,379.315778483923,2605.58304853767,458.95650132758,4657.66932293204,579.007394192574,3119.27224722329,569.63190150904,3973.73070539324,668.804085563537,5601.73043071301,8010.55875240705,2628.69414406572,72196.8496642283,29444.075457588,1741.3111341459,13379.3859676372 -2372,2058.34932904045,4126.02827986939,449.783698322476,1653.12375887253,763.712928707668,2942.47905503182,890.703676463382,3467.52124743099,153.562203090669,1268.15830309406,1225.30226354805,7037.55635221649,685.422859894847,4105.33968300809,777.343087806605,4639.69829516467,580.251914188756,5268.06120879357,184.577587259364,1429.53087105433,327.894775948563,2748.69504887231,743.179369850537,6308.6622655448,434.290000348659,1836.74188884081,332.279479264963,2501.53622448115,397.816910033797,4471.67805282896,501.548939321974,2994.7126516758,506.012548396679,3815.05065112128,594.108684604184,5378.04066543627,6794.70377784585,2264.85839859254,63497.1332443813,26203.3168658834,1474.83080227133,11952.2168094041 -2373,1763.70498746483,3854.86291838386,389.583854635486,1544.47935043692,663.622760182692,2749.09734688546,767.471741206019,3239.63341226856,134.79088230468,1184.81408406455,1076.06589388413,6575.04340204251,601.941402022427,3835.53399006237,682.548382323381,4334.77419381266,508.140165777541,4921.84067293828,158.303825773991,1335.58113801555,283.365549268076,2568.04895631461,642.050292455144,5894.05272637296,371.926612457739,1716.02997305654,290.556380510285,2337.13357656666,349.074199865054,4177.79635512991,440.284566147091,2797.89811632737,433.984014474527,3564.32294914594,509.540075232642,5024.59220551124,6047.85638399618,1992.23384581869,55091.7835431665,22532.7437542872,1314.02370545047,10238.2488122438 -2374,1408.66081148398,3513.06329151585,323.647342683518,1407.53480095188,588.531970536749,2505.34277836161,644.050322770135,2952.38441925723,123.270131644532,1079.76002107572,986.97156139714,5992.05318188671,552.102848719811,3495.4482037713,626.041051515209,3950.42221207646,458.979401097963,4485.43519208675,131.636589221033,1217.15899323614,241.132419884107,2340.34742875547,545.842212693616,5371.44399416434,300.488972489244,1563.87452242097,254.426396566365,2129.90665272417,318.635320873332,3807.36314763402,402.888866606627,2549.81652369416,360.876783378814,3248.28466715019,423.704968892,4579.07604128726,5974.85634378251,1862.53467913391,47567.1734401523,18542.0927783646,1304.83472848928,8295.48493049603 -2375,1438.45538428118,3259.63772032858,322.672227154771,1305.99797075623,635.798844902617,2324.61221021058,698.74031158393,2739.40513430622,117.197838652322,1001.86822768072,914.642290801941,5559.79808876856,511.642517436398,3243.29335084406,581.660928751536,3665.44641675159,426.545191205997,4161.86459820554,129.280335511751,1129.3555045169,233.066038478109,2171.51930506599,527.926475814392,4983.9584439868,298.610673194136,1451.05964798734,235.775084492832,1976.25931840322,307.907031634132,3532.70735571113,388.849762954829,2365.87770582529,354.417202008149,3013.95971230539,416.120782682826,4248.75037818984,6056.32091472423,1921.73974881151,45697.7697697407,17010.1943733608,1420.82198152862,7706.03379330084 -2376,1545.40215033455,3116.02989560527,344.354045068119,1248.46043322447,669.883488076409,2222.19822084247,743.429874020975,2618.71687195112,123.149456269312,957.729544434009,960.747300078531,5314.85353420978,537.433237207316,3100.4055998067,610.97396565406,3503.96013155284,449.012595887742,3978.50792699822,137.550516098647,1079.60019387869,247.58775811119,2075.85003427544,560.856277511536,4764.38329727995,320.160867650115,1387.13121867396,249.579473412549,1889.19249498443,323.615221673575,3377.06907248296,408.542626871839,2261.64570827045,377.089592608833,2881.17557025532,442.740407431825,4061.56583439867,6299.9458847211,2013.00865096541,48414.8397493653,18172.0417452451,1477.0921590149,8249.20156232774 -2377,1554.4521079695,3038.50766254984,350.363927490052,1217.40057696269,710.224336876551,2166.91320300151,769.585298073811,2553.56705424883,131.201567322367,933.902644360812,1024.51778942062,5182.62780848245,573.105864674093,3023.27207621197,651.6492104284,3416.78676575226,476.043886278123,3879.52851118305,142.356329139598,1052.74133159544,257.291492400607,2024.20594370616,582.739696543153,4645.85246005723,325.152207093001,1352.62143756944,260.363626274621,1842.19216899613,344.575274475968,3293.05256928749,435.404943069288,2205.379295059,390.264549222349,2809.49616681123,458.209107107702,3960.52006021394,6889.35425788121,2164.20949958477,50547.4641768387,18578.7973316409,1617.76760273061,8396.01632568322 -2378,1739.63471860661,3067.48915044614,392.451835144634,1229.01222452279,809.703581738141,2187.58136505328,869.711482122213,2577.92314641448,149.629531615244,942.810269810454,1168.77553821297,5232.06005673832,653.802327645551,3052.10824607386,743.45895164132,3449.37630485935,541.868225239905,3916.53171179233,161.16294686761,1062.78244833692,291.065799900812,2043.51295444047,659.255252925194,4690.1649093884,364.961333405969,1365.52283067907,294.337795466477,1859.76312025831,392.897564131362,3324.46192341055,496.61634557772,2226.41434925165,441.82218796156,2836.29332785074,518.742864678942,3998.29576359716,7923.86487984291,2476.45828591215,57281.3409532901,20910.8370748293,1861.60503850449,9440.73485393471 -2379,2206.72246813382,3169.31424566219,490.3584831937,1269.80920232645,976.268670610081,2260.19798074922,1073.12281131605,2663.49713118477,179.150754160726,974.106793053302,1398.12154389333,5405.73793702552,782.096381933589,3153.42277320787,889.25441731659,3563.87811837912,651.775405324336,4046.54071750045,199.294717410185,1098.06143994481,357.634975486113,2111.34722897437,810.246126126845,4845.85461685094,459.045329565322,1410.85126883617,359.20492704034,1921.49783145429,470.675940032433,3434.81721247301,594.400111900061,2300.32002323584,546.35900997567,2930.44389334729,641.479413439029,4131.0189214838,9254.60965424343,2941.78080453164,70011.8881462739,26112.1420278345,2171.09101467904,11852.8275569613 -2380,3004.4497648462,3447.5625312165,650.96882340317,1381.29143669687,1220.01966167546,2458.63087960661,1397.01153287758,2897.33746789021,220.969987839298,1059.62798915585,1721.64263596452,5880.33187014274,963.071116707711,3430.27587525477,1094.8467201884,3876.76693264573,810.733193783775,4401.80464205803,260.364241384691,1194.4651694002,462.238524343067,2296.71185397994,1047.69912623777,5271.29388688536,617.032891132602,1534.71621762221,457.569494927871,2090.19472796124,581.14165317263,3736.37519204892,732.703861494266,2502.27541581569,713.778824670122,3187.72068133163,838.046803318899,4493.69956574889,10885.0743128515,3575.97139969633,89624.0471936221,34668.5458333006,2546.22553125426,15878.4799972558 -2381,3109.67701996762,3987.55394762289,674.591744068031,1597.64299308438,1280.1908262888,2843.72601829603,1455.94666983564,3351.14718096343,232.055421987119,1225.59742801219,1808.49442128807,6801.36773439365,1011.65520967352,3967.55968425646,1150.14080974195,4483.98459674366,850.091030179044,5091.25891645822,271.580254430981,1381.55414395316,482.154629874415,2656.44562990956,1092.84015761313,6096.93618532083,639.935528178907,1775.09868396815,477.533482663042,2417.58174458446,610.19491294272,4321.60331015017,769.537343537195,2894.2065943775,744.527104722285,3687.01309161689,874.148319523416,5197.54733397408,11520.9659093067,3765.86611614353,93612.6045971483,36023.1239230965,2696.27933788434,16485.1907150801 -2382,3054.71485969918,4347.67818985455,664.089302550354,1741.92943529896,1279.3121728302,3100.54879509227,1443.40420665899,3653.79621217481,232.119744667774,1336.28366595188,1809.58708796118,7415.61331794179,1012.26643739935,4325.87820322057,1150.93947359237,4888.94251738655,848.870149032662,5551.06103659948,269.393293644037,1506.32515538731,478.533440457339,2896.3547275836,1084.60772246838,6647.56309909143,630.712565394462,1935.41151655854,473.98122421966,2635.91855086656,610.240151394938,4711.89624103864,769.843695138977,3155.58837638032,738.531633563102,4019.99486770251,867.109044518774,5666.94858087793,11634.4173040266,3780.04416179852,93027.5097029622,35568.7287091471,2724.41442662748,16260.1244848458 -2383,2912.29631214055,4533.26368787463,627.910015136638,1816.28563823049,1192.23861642508,3232.89918238991,1359.58189151128,3809.76258320998,215.219162369056,1393.32442628702,1677.05209827174,7732.15705246797,938.127578465044,4510.53314446997,1066.62130974592,5097.63248758673,788.906411808364,5788.01427509381,254.416446908959,1570.62432656218,449.731999012508,3019.9888631127,1019.53631318127,6931.32175244431,599.186041123371,2018.02671816488,443.260282899616,2748.43567739733,565.972004965429,4913.02879324839,713.668934153583,3290.28818966078,697.473168687222,4191.59283723524,818.902353525503,5908.84860859632,10642.1158393649,3492.0522754023,87200.1561504659,33687.6030617261,2489.95535376797,15445.322787486 -2384,2733.73133542144,4556.07198518444,587.938224102366,1825.42395130659,1113.1187641917,3249.16493060169,1273.33581025895,3828.93071541241,200.555542972497,1400.33468643332,1562.60439355848,7771.06000386048,874.106581029024,4533.22707715692,993.870240377845,5123.28030455886,735.698768303296,5817.13562331206,238.42023631612,1578.52663912743,420.942878222603,3035.18339151537,954.320470232833,6966.19544569594,562.545631291679,2028.18005504007,413.732074494611,2762.26393500225,527.449024678892,4937.74781008118,665.015210423171,3306.8426802953,653.620155940889,4212.68207938302,767.414587458819,5938.57791293482,9882.71550320337,3252.00919923375,81514.2394980099,31581.2822598461,2311.76645839475,14493.2262350746 -2385,2606.2835908965,4625.86148994359,558.262765022409,1853.38563276189,1049.09491021441,3298.9353495338,1206.87559166607,3887.58193498371,188.555823717536,1421.78488840138,1468.75537499563,7890.09640865976,821.60829989845,4602.6666456502,934.172284801775,5201.75825582042,692.520963004464,5906.24198852928,226.192487927705,1602.70636955137,398.540339663569,3081.67606029582,903.609042045757,7072.90300690031,535.501693224437,2059.2475364284,390.674661895025,2804.57604786279,495.964786921679,5013.38379112181,625.169955186479,3357.49660185859,620.098241308421,4277.21156815842,728.056550448052,6029.54452032493,9225.3287029091,3051.49624928008,77064.0104381221,30011.7906213331,2157.02347030747,13792.0580014664 -2386,2505.03758535252,4683.23964067079,536.643138498192,1876.37461339251,1002.35922787487,3339.85460536028,1156.2823951369,3935.80263132639,180.187891945191,1439.42038998432,1403.41283138342,7987.96339883498,785.056279676274,4659.75709271943,892.568836914549,5266.27970115505,662.192078894539,5979.50169243219,216.578412561733,1622.58598069915,381.724465941859,3119.90048051775,865.470686164357,7160.63371299496,514.015946362644,2084.78998204349,374.480262070863,2839.36338154107,473.987968391094,5075.56868175151,597.400234638755,3399.14223835383,593.741613460763,4330.26514327809,697.111267468827,6104.3336412391,8785.97243742936,2911.96675592823,73792.9783957183,28794.3555008886,2053.86147824929,13234.4276006499 -2387,2443.18820645889,4612.15051485033,522.421945047689,1847.89222914308,970.818310777727,3289.15736104235,1124.19741951667,3876.05920798477,174.394184687846,1417.57074207745,1358.09384924189,7866.71029656417,759.705256283056,4589.02441968251,863.740920569235,5186.34033246891,641.361084796747,5888.7359873281,210.454320236107,1597.95597502216,370.960335455177,3072.54202465726,841.062712956763,7051.93904220413,501.083290060793,2053.14396161446,363.380996632191,2796.26333196696,458.788161215747,4998.52420649256,578.161072896883,3347.54503880729,576.952643519619,4264.53398552715,677.399359376435,6011.67305250828,8467.28276216498,2814.47701366743,71635.7992510442,28031.3443645675,1978.83457493425,12890.6275741502 -2388,2408.68664449544,4547.62446719539,515.023511973975,1822.03939072096,957.024138588805,3243.14057907917,1107.17700298277,3821.8314067969,171.92035624622,1397.73829364303,1338.82752356311,7756.65150254837,748.927850218223,4524.82191643793,851.446145255044,5113.78111256268,632.150375201587,5806.34993819065,207.480422998241,1575.59985653409,365.311631080653,3029.55578809223,828.294395253129,6953.27926229627,493.270868390202,2024.41955969326,358.227706298738,2757.14235782847,452.280420776629,4928.59261815561,569.959482379192,3300.71138712882,568.799815528169,4204.8712485262,667.827134479737,5927.56705886754,8346.89704500948,2774.1769801397,70605.2558857223,27624.6027814736,1950.69948619111,12703.7212918839 -2389,2396.69645424441,4465.16368545266,511.211472957452,1789.00086838723,946.777496682751,3184.33363286328,1099.10734881857,3752.53122430234,169.73699557794,1372.39350248955,1321.65079414785,7616.00234578093,739.319345158129,4442.77460686618,840.558616652529,5021.05437330684,624.649782064429,5701.06504529133,206.075219430654,1547.02995222015,362.415998864999,2974.62171417707,821.769145986584,6827.19742599239,490.945841260214,1987.71133528473,354.528021095596,2707.14787920725,446.572953343838,4839.22384922664,562.693738125693,3240.86052581581,564.94750253173,4128.62551346558,663.304138727458,5820.08417037651,8208.54221031886,2736.88165167701,69948.3567932079,27450.8634113138,1917.87521599078,12635.8619898661 -2390,2437.67932862268,4399.07809378478,518.928838074195,1762.52318711724,953.19315866452,3137.20466133614,1112.16332270451,3696.99277964953,170.529443718154,1352.08171931603,1327.52656937089,7503.28351694948,742.606199983493,4377.02037942355,844.28556849974,4946.74145390868,628.407663819781,5616.68778989918,208.676084705896,1524.13350386518,366.378187605381,2930.5965339558,830.811736913761,6726.15311650826,498.655242468866,1958.29268707588,357.827658155465,2667.08138177677,448.719580930768,4767.60206919394,565.274425830699,3192.89494147242,572.077677356868,4067.5207748596,671.675667852146,5733.94540077007,8192.00912521432,2744.58922184886,70627.6346837392,27843.0091058306,1913.18603453358,12830.7096216665 -2391,2542.13515148993,4311.80872167899,539.264761328926,1727.55806747571,980.180043002337,3074.96846658685,1151.46276175872,3623.65144956143,175.122310147406,1325.25898051375,1362.87695779181,7354.4325924385,762.380883382594,4290.1885905662,866.711246567564,4848.60747868733,646.174495619541,5505.26334907571,216.016275002013,1493.89758373555,378.946752473138,2872.45905288334,859.343140209075,6592.7189862994,518.75632294324,1919.44387158385,369.650125316524,2614.17154190111,460.889550350459,4673.02187985458,580.435409000107,3129.55395711124,592.200534376533,3986.82887158315,695.301888490966,5620.19479117734,8337.31975398796,2810.02276026222,72959.7952028734,28919.3134646081,1946.01030473392,13340.1659147706 -2392,2615.00450109277,4287.18095110146,550.887452545889,1717.6907689726,982.772860963122,3057.40516013787,1169.50505536639,3602.95422890226,174.624241832929,1317.68949489074,1358.20901461453,7312.42625813526,759.769678737352,4265.68430775524,863.716339885657,4820.91367306808,646.361039434397,5473.81892018715,219.81280198491,1485.36488450574,383.975497738248,2856.05242004917,870.903072796885,6555.06333384423,531.850098230557,1908.48057836814,372.685813891464,2599.24017060429,459.744609007648,4646.33096701742,578.660008444783,3111.67887455523,602.60857103037,3964.05728937276,707.521950988064,5588.09390803236,8166.11077574082,2788.39747614498,73696.0626099494,29544.6321288723,1903.8076716192,13667.2871763392 -2393,2698.64331926252,4271.39059239516,565.201933080089,1711.36424492382,999.577468402461,3046.14425822126,1198.32759573972,3589.6839843463,177.044468040676,1312.83623816443,1376.56478473238,7285.49344728674,770.037728363997,4249.9731245522,875.373587325523,4803.15749317781,656.291475895846,5453.65798804341,225.469309549364,1479.89405306578,392.910552534004,2845.53313180102,891.259802188354,6530.92000922964,547.842101481086,1901.45134557854,379.957545300408,2589.66676208111,466.214650736583,4629.21780256875,586.606305960988,3100.21807405054,618.115674846243,3949.45704570554,725.72882170552,5567.51208321582,8191.9545332453,2818.95272751236,75271.3703750618,30370.5701101311,1908.49685307639,14072.401989725 -2394,2747.59781244693,4270.41587975075,573.207134545296,1710.97371909093,1005.03741937898,3045.44914142945,1212.63014955609,3588.86483416715,177.514287067218,1312.53665467898,1379.80463035534,7283.83092955857,771.850068321709,4249.00329928025,877.420074540454,4802.0614336533,659.015943638773,5452.41348715213,228.369090251519,1479.5563477179,397.139380405567,2844.88379359052,900.931728530689,6529.42968185852,556.897596209404,1901.01744270097,382.996939632738,2589.07581145667,467.538386091078,4628.1614353206,588.097971600912,3099.51061785055,626.065315128556,3948.55579688792,735.062484173311,5566.24160131818,8136.71517918555,2819.31218229841,75962.0715602853,30819.6285650322,1894.42930870482,14300.1184518027 -2395,2686.62492679532,4251.83133513232,556.150233603326,1703.52768378224,963.652204541979,3032.19556448383,1174.08030131095,3573.2463509753,169.314986101293,1306.82458899052,1315.43022499037,7252.13221807116,735.839615764871,4230.51194068125,836.462883186532,4781.16320559141,629.962895360011,5428.68497344681,221.654795587701,1473.1174242655,383.746256834413,2832.50306270036,870.714513892137,6501.01407066927,542.986006297232,1892.74435069328,368.07384592173,2577.80833861716,446.077490166625,4608.02000761941,560.833011828622,3086.02176922438,607.658327563211,3931.37196434046,713.450863661876,5542.01771579753,7641.26814939369,2678.56892035157,73229.1017579935,29978.209114633,1777.19977227507,13943.5725143665 -2396,2405.73866400254,4073.39374034313,493.582484519782,1632.03534116761,841.545431177959,2904.94270781799,1038.97005234909,3423.2870900825,146.706460119436,1251.98077744417,1139.03314205689,6947.78029813651,637.164703738451,4052.96906187874,724.311624792765,4580.51101705069,547.722189622778,5200.85808823478,196.777765806938,1411.29476261474,338.680700912625,2713.6307477134,768.655109587482,6228.18450076705,484.995093862781,1813.31110819895,322.359068865832,2469.62485636808,386.66985449806,4414.63415994808,485.827557903731,2956.50997570204,539.458881342171,3766.38316251708,633.377981253133,5309.4345690215,6481.53024686752,2309.55640146799,64390.8087372922,26677.0337383666,1505.22724775804,12449.3500358589 -2397,2062.17075555605,3790.27188526364,427.704617428913,1518.60047510731,731.753023257961,2703.03422050642,896.005600607827,3185.35099718415,128.761931641869,1164.96166197708,1000.1429895474,6464.87376562747,559.470824949211,3771.26682720053,635.884741827426,4262.1418980737,479.630731087034,4839.37165117305,168.850272968527,1313.20250423615,292.765508715018,2525.01942745624,664.23801134742,5795.29358423955,415.59778484359,1687.27664221917,281.901307962429,2297.97320291745,339.283553205647,4107.79433730022,426.471056464836,2751.01729754732,462.896704799919,3504.60012461656,543.486427891313,4940.40150705241,5769.04885506733,2030.32796913042,55869.7485934183,22938.4782386975,1341.10589675639,10666.8087067986 -2398,1650.43667952045,3457.89449533224,356.38895541181,1385.43101456619,651.087119591648,2465.999124792,755.55399330438,2906.02046826465,117.696922677199,1062.80357720128,916.482830213728,5897.95457526291,512.672098320158,3440.55603317194,582.721322827447,3888.38517494605,433.132934643422,4414.99636438198,140.764469258988,1198.04484958178,249.503950911736,2303.59484572981,565.55796826672,5287.09137243919,336.95163831352,1539.31559261388,247.070074342522,2096.45881069467,309.648672948286,3747.57269580923,390.182427566327,2509.77445885547,385.900524928618,3197.27392812333,453.085311777044,4507.16668700915,5699.22584929697,1893.03722395844,48285.6020193839,18882.3759986854,1331.72753384201,8664.12820956391 -2399,1386.77628342222,3223.76825215303,308.898016480959,1291.62660293298,604.488591608504,2299.03188170516,646.398995838036,2709.26037169283,111.208202985723,990.843542242592,851.979778315998,5498.61736326527,476.589682071561,3207.60373818969,541.121332079138,3625.11137805237,392.878602283213,4116.06691068177,120.112218243122,1116.92793286514,218.196953434389,2147.62363036573,494.091402040176,4929.11433119477,291.025482691478,1435.09200301265,230.532561729589,1954.51230943777,295.505766958502,3493.83299452707,362.807000186969,2339.84328655621,329.283151596169,2980.79371618603,386.610926304065,4201.99658848925,5603.31431232847,1793.53791108242,43091.7684799739,16114.8094396569,1307.72970380472,7305.61567524859 -2400,1487.55410086775,3087.56825361224,328.948820527257,1237.05706577186,634.523136230004,2201.900787147,686.046747047611,2594.79765917473,116.375656417994,948.981696584964,891.246728342361,5266.30796064214,498.555254148841,3072.08666925364,566.05516857607,3471.95515658044,407.218219190024,3942.16845912457,127.505057319204,1069.73918636489,231.179046083911,2056.88933669353,523.529821552921,4720.86568792838,311.458747436332,1374.46124005825,243.237584196704,1871.93671687909,309.304246822478,3346.22311331475,379.625385491242,2240.98796344116,349.550343275938,2854.8590744748,410.406610082344,4024.46772026542,5767.28167546032,1869.70200976641,45482.331507318,17161.7837620649,1351.76100696313,7802.56527756678 -2401,1482.74932826853,3013.55498985856,330.763896369246,1207.40310402374,662.552252311384,2149.11819245363,701.098842655246,2532.59678529567,121.971458115696,926.233298221761,934.798398609126,5140.0673051868,522.917659471593,2998.44452040087,593.821648464361,3388.72760932079,425.747909053218,3847.66925134666,130.321937050463,1044.09606464428,237.027459055326,2007.58286620151,536.705532621253,4607.70003502418,313.145762213002,1341.51351099651,250.098986991265,1827.06381543166,324.030788398952,3266.00953631135,397.965932905258,2187.26839529463,357.272713648774,2786.42417027099,419.47343524067,3927.99568584168,6190.41101022438,1976.26458739805,46823.9377497185,17350.8217485291,1453.03300422746,7858.15906502322 -2402,1651.45953342764,3044.87579062269,368.160643681651,1219.95201459295,749.368752680055,2171.45463660378,787.023790876654,2558.91884001014,137.909734112248,935.859924811398,1057.19405219463,5193.48960029068,591.384666686901,3029.60827342406,671.619982955732,3423.94769412183,482.665661852805,3887.65925731411,146.601873758712,1054.94767509419,266.2643500227,2028.44829032066,602.941573165576,4655.58927390103,349.619259885535,1355.45627213467,280.549469391579,1846.05304972109,366.321578805236,3299.95417456245,449.999283420695,2210.00134619721,401.903550923193,2815.38433080402,471.874444088976,3968.82054906555,7103.38810593072,2241.76105919185,52699.6472016025,19417.8755215358,1655.57699875614,8788.88134882657 -2403,2099.4649047845,3156.05813731008,461.140228025517,1264.49804443304,904.559253561785,2250.74438069329,973.337602028404,2652.35667497572,165.260606198694,970.032452614226,1265.79798321926,5383.12766796988,708.075794453349,3140.2331332033,804.062762017592,3548.97169041742,588.26553757683,4029.6154844549,181.741781681221,1093.46864153578,327.888010067783,2102.51621839393,742.688423966397,4825.58613954628,440.7051844821,1404.95018240588,342.949010665366,1913.46089302606,439.194918049217,3420.45060013706,539.112919815874,2290.69860702119,498.238293522834,2918.18689427465,584.980941919715,4113.74034631482,8386.29298024033,2664.99740212569,64608.9544787352,24330.5666739658,1928.57107833827,11068.7904080701 -2404,2924.3184693041,3439.69983829283,630.997774041943,1378.14119060082,1180.10858111578,2453.02359636114,1311.05591927518,2890.72964726332,213.588048964207,1057.21134568192,1634.08892826977,5866.92087516715,914.094374798523,3422.45260719034,1037.87240568035,3867.9253735291,772.096721462297,4391.76565425228,245.349779054073,1191.74100914205,439.305028382732,2291.47385180348,995.366462942214,5259.27189605337,607.869251719561,1531.21606287958,454.475870754138,2085.42771963353,568.020918921581,3727.85381773977,696.534323399107,2496.56859453926,672.617238046681,3180.45059743416,789.719037213972,4483.45099753387,10587.6494814098,3405.84269479601,86008.9165731587,33280.0288946039,2395.3028918174,15237.7602558085 -2405,3036.81458804628,3944.4066178922,656.811068740262,1580.35569618006,1247.06864261702,2812.95547931729,1373.36062488096,3314.88609100895,226.0450296976,1212.33585035377,1729.92371487883,6727.77353100224,967.703476380356,3924.62870246376,1098.80181091138,4435.46563889523,822.28237877529,5036.16894649213,257.151440502043,1366.60503656228,460.728788100754,2627.70155847858,1043.88044472087,6030.96428390195,632.850726253693,1755.89122766092,477.307362123515,2391.42229995885,601.038110184018,4274.84139910456,737.223900828145,2862.88983029691,704.971051276511,3647.11776438747,827.705607864854,5141.30727012654,11266.2018830083,3617.09925915279,90392.8542541084,34763.3849398597,2562.62184381935,15887.9883752387 -2406,2984.48059891066,4306.54526457479,646.939881867745,1725.44922444252,1247.49755673061,3071.21482961792,1362.39292435007,3619.22803117799,226.35935408189,1323.64122698011,1732.85301206528,7345.45498165502,969.342098387963,4284.95152531749,1100.75897454148,4842.688747332,809.359612942588,5498.54303299594,255.220723507568,1492.07397179968,457.577185360517,2868.95262066791,1036.71097675042,6584.67120500289,624.057938265254,1917.10079211671,474.18557995151,2610.98040317906,601.764141458354,4667.3174871509,738.314159291983,3125.73368722642,699.678062885488,3981.96211980869,821.491116978057,5613.33417742797,11170.8715524302,3632.96356006869,89758.019841996,34305.5793119276,2593.44375603023,15667.9617934388 -2407,2848.73541242544,4479.4594856113,612.712407352382,1794.72858649562,1165.28383262529,3194.52868963178,1285.76976417946,3764.5454392899,210.413510651031,1376.78739812982,1610.14727521376,7640.38596421303,900.701633434658,4456.99872548842,1022.79645844089,5037.12992953791,752.762188339763,5719.31774380816,241.501335561207,1551.98296908455,430.916001696228,2984.14535106231,976.499345643053,6849.05558325626,593.664487186567,1994.07525070285,444.380200249837,2715.81516394915,559.506061950212,4854.7172514723,686.224776283671,3251.23656075715,662.06687422353,4141.84384305619,777.331868569777,5838.71792404543,10253.5846287343,3365.24507048812,84307.9155336533,32537.8493218066,2377.69037055403,14904.5645708907 -2408,2675.27982661874,4525.14107199933,574.067806315261,1813.0312520807,1088.94872358307,3227.1065349663,1205.09257643708,3802.93632288847,196.275416704731,1390.82789401278,1501.81312773212,7718.30272014826,840.10050390102,4502.45125675112,954.019242651227,5088.49864640276,699.706022944733,5777.64342092023,226.481062387784,1567.8101116902,403.645553636692,3014.57770436005,914.745931031834,6918.90234162253,557.649856612705,2014.4108561753,415.118049155317,2743.5110824912,521.942182702218,4904.22572146181,640.097941632011,3284.39271370267,620.889357391985,4184.08242070827,728.985398827929,5898.26124575632,9464.79311163039,3136.68778763347,78836.3271896533,30514.5202175626,2210.37141855208,13991.6544007454 -2409,2549.94313286733,4588.04259647922,544.92925710431,1838.23321327286,1025.75604098886,3271.96478744476,1141.84275123295,3855.79887201203,184.421859958893,1410.16103599235,1410.80332460924,7825.59064770012,789.190453874409,4565.03738245193,896.201242254138,5159.2310980722,655.599079721686,5857.95529922296,214.814061672541,1589.60338720386,382.035677704285,3056.48170917454,865.850323639713,7015.07823936603,530.691184419963,2042.41208569858,391.786249361895,2781.64713764846,490.486090315593,4972.39669544145,601.4021061544,3330.04727018951,588.90471152179,4242.24307440382,691.432267100896,5980.24976682906,8762.23907338038,2940.76102987428,74466.9334074634,28983.8112777203,2060.66498781349,13310.1931461355 -2410,2446.27009044873,4638.72771071667,522.490855403875,1858.54057931198,976.140743237857,3308.11090107496,1090.79073376762,3898.39472900223,175.458786879172,1425.73939467135,1342.04621041998,7912.04166632375,750.728354156048,4615.46835303738,852.481678718691,5216.22625713717,625.144999931567,5922.6694179992,205.121249847998,1607.16408494771,364.781835768417,3090.24733391244,826.747486184254,7092.57534940154,508.294228261127,2064.9750605853,374.192063825904,2812.37660451265,466.687980033433,5027.32785382602,572.149689299889,3366.83503376329,562.332230619357,4289.10806537278,660.23355132668,6046.31489944854,8352.15792438301,2793.24350858102,71088.333147357,27739.6424143253,1950.58672991747,12744.4712246447 -2411,2382.74808358371,4581.934391358,507.739896557705,1835.78591569634,942.734089706874,3267.60871802063,1058.37798036886,3850.66552594535,169.28226349684,1408.28364434207,1294.59980646508,7815.17219323601,724.187270492067,4558.95980489425,822.338533935673,5152.36245176997,600.829532372269,5850.15641945972,198.944602410516,1587.48709831895,353.731092438734,3052.41251913624,801.708169263437,7005.73884551203,494.757533777423,2039.6929583803,362.172096364989,2777.94384350193,450.302206886723,4965.77678764392,551.983497413072,3325.61387373298,545.399182805724,4236.59524304053,640.352481588839,5972.28807260243,7931.1186749846,2689.72500869491,68804.5531234268,26953.3933365797,1871.33038423234,12393.0216211134 -2412,2349.17708651627,4463.5391622776,500.57180390042,1788.34999115727,929.404523229592,3183.17510337856,1042.39897084245,3751.16597223804,166.89379232765,1371.8941960347,1276.33348340706,7613.23147931698,713.96925673117,4441.15822932241,810.695837026172,5019.22760507004,587.99309825128,5698.99087445661,196.142963379328,1546.46710924575,348.35846803018,2973.53948242654,789.568421232306,6824.71354382804,487.057946093599,1986.98816288681,357.058234406399,2706.16296022602,443.948775056338,4837.46323486932,544.195304583619,3239.68143062419,537.71859424181,4127.12343016019,631.334712398823,5817.96669780851,7710.74310314919,2650.46158947361,67760.87944876,26553.5630531474,1844.9116023373,12210.8921825874 -2413,2335.94131471769,4345.33887698671,496.417002324588,1740.99217228985,918.090297945323,3098.88051299387,1033.75803817464,3651.83024962599,164.500276202254,1335.56466481189,1257.8604381717,7411.62327109379,703.635604478274,4323.55062005926,798.99750684643,4886.31197169259,577.525882658557,5548.07423124132,194.63571432716,1505.51466167888,345.22268745404,2894.79631419875,782.504436696676,6643.98630954576,484.392447786982,1934.37014853001,352.89704652683,2634.50026783931,437.617150491381,4709.3609569106,536.369756758916,3153.89047967038,533.586527368034,4017.83186820899,626.483257977675,5663.89942103728,7544.10403666904,2609.771386176,67028.2030606845,26354.4077018972,1809.68655981057,12134.4315545519 -2414,2369.04685446106,4251.96129975971,501.924234290515,1703.57975507181,918.416145967097,3032.28824882045,1041.30831698297,3573.3555734712,164.092107761645,1306.86453435932,1254.40260664067,7252.3538921187,701.701325200795,4230.64125364423,796.791055055309,4781.30935016901,575.640549642923,5428.85091065461,196.262383411985,1473.16245266434,347.306784030167,2832.58964308799,787.304239706628,6501.2127854829,490.35777760616,1892.80220571971,354.146061463412,2577.88713381711,436.601859717172,4608.16085977371,534.997014630174,3086.11609885266,538.045979792524,3931.49213356925,631.719095354363,5542.18711721792,7440.87075573324,2596.56545363586,67308.0215654121,26625.2544216224,1787.67090823136,12279.2856667597 -2415,2467.58706836071,4160.40318319413,520.728951177055,1666.89631822999,941.659345705684,2966.99353389404,1076.02358871103,3496.4099751788,167.961391640592,1278.72362550884,1283.59441643876,7096.18787455241,718.030956143756,4139.54222481013,815.28061035846,4678.35270311683,588.667170599804,5311.95065464265,202.806036399466,1441.4406259467,358.475181028139,2771.59506801061,812.660733704292,6361.22120134865,509.400934810371,1852.04421363811,364.914665188767,2522.37710584384,446.977978696939,4508.93264497883,547.564109864315,3019.66230080666,555.985159587771,3846.83472733596,652.781463362433,5422.84637577345,7535.48343474297,2648.68033282928,69362.6213229474,27604.9440957014,1809.68655981057,12748.1844077148 -2416,2558.94669967222,4135.90537724399,537.975617472658,1657.08109101645,961.051789792161,2949.52291178168,1107.20623490187,3475.82197701554,170.834217959991,1271.19408525464,1305.12357775168,7054.40321429671,730.074171730011,4115.16725496215,828.942135662693,4650.80504207518,600.76444576904,5280.67216296189,208.939211940723,1432.95295511573,368.32149310152,2755.27501556407,835.076748658898,6323.76426370712,527.168701248608,1841.13877544884,373.790661617798,2507.52452974697,454.712286230402,4482.38258429597,556.876786004039,3001.88154787893,572.799030824666,3824.18331435435,672.522608034254,5390.91489404886,7605.83009660788,2685.95049830333,71141.849985539,28509.2643325587,1818.49282044225,13189.2500944351 -2417,2637.33841811456,4123.88391079107,550.96290552705,1652.26460153508,974.512153774234,2940.94979719081,1132.18387624845,3465.71911597744,172.611697707319,1267.49921903862,1318.2548340575,7033.89881106431,737.419676197688,4103.20606615549,837.268880277109,4637.28696279319,615.244191436435,5265.32330522322,213.919153483728,1428.78791885225,376.066161804777,2747.26650396939,852.734358887948,6305.38354340084,542.189989448906,1835.78730194898,380.049934699075,2500.23613234308,459.537330083117,4469.35404351679,562.615204389191,2993.15624712083,586.451354210504,3813.06790255691,688.551783425757,5375.2456036183,7758.84644274784,2706.68970560289,72578.9382992228,29275.2635247241,1814.08969012641,13565.6407467429 -2418,2680.11913433825,4100.2308591611,557.301451121135,1642.78783139026,975.473179671755,2924.08161202874,1142.24283148163,3445.84105079459,172.201006788607,1260.22931883837,1314.6936414378,6993.55500524021,735.427577674209,4079.67161488802,834.994245998939,4610.6892237863,616.539644343065,5235.12338527371,216.069224799392,1420.59292715414,378.878901074342,2731.50921354478,859.204660781892,6269.21822795426,549.936820220706,1825.25791441675,381.579309570195,2485.89571549219,458.532942941622,4443.71950475897,561.223784762823,2975.98862533971,592.345694264612,3791.19757499221,695.472320529534,5344.41521058675,7625.26978673906,2691.91113314064,72982.4335992959,29644.3007185404,1787.67090823136,13757.3166192225 -2419,2626.72689269453,4094.64249994315,542.499087224754,1640.54881392123,940.235583452892,2920.0962709609,1110.23023244858,3441.14458411716,165.223281393673,1258.51170478868,1260.95174095288,6984.02322546433,705.364850931263,4074.11127663918,800.847292555967,4604.40514161875,597.805845680194,5227.98823824611,210.500673181211,1418.65674749692,367.624494736276,2727.78633665888,833.825116532005,6260.67367407987,537.64177965963,1822.77020159239,368.415441325493,2482.50759450249,440.051166450212,4437.6629919163,538.424173604272,2971.93253824652,577.079718384048,3786.03040888791,677.548557811912,5337.13110561009,7310.41339417563,2575.14225811068,70731.0475704914,28941.8555777372,1690.80204128287,13457.1558616379 -2420,2355.58319314492,3935.17933104826,482.506189931367,1576.65871543321,823.907303207608,2806.37503526034,985.021313082655,3307.13146330957,143.719473436652,1209.4997911626,1096.24475016467,6712.03501765778,613.229269345194,3915.44768278152,696.262131428591,4425.08960069702,525.708642806209,5024.38766226725,187.351299627719,1363.40809012741,325.354595367285,2621.55448532684,738.127969608907,6016.85584053287,481.045430722899,1751.78361057324,323.623717711743,2385.82796304981,382.902990874887,4264.84111474671,468.27440564632,2856.19257308541,513.616577059479,3638.58593564218,603.036564912416,5129.2800321843,6268.06206021209,2230.39888221626,62411.9812191375,25823.6662036536,1439.82361327994,12041.8730537445 -2421,2018.45006429589,3688.38180458232,417.887012785462,1477.77746039616,715.840424010566,2630.37126039463,848.868256383932,3099.72239851732,126.026419995697,1133.64516508117,961.648090071395,6291.08504294101,537.937130876202,3669.88764044925,610.669963002382,4147.5670087212,453.167870561991,4709.27967283714,160.638044746886,1277.90099733694,281.035693010165,2457.141860629,637.3819031971,5639.50451455147,412.046048804513,1641.91927514589,282.822905979531,2236.19909221075,335.689023921463,3997.36861874502,410.670734224358,2677.06445646154,440.383188439949,3410.38947159157,517.053337184735,4807.59364434768,5414.7165601264,1957.33018501768,54025.8320836549,22176.2315257757,1281.31092190967,10307.431117395 -2422,1598.91315261041,3401.49106355259,343.290305536703,1362.83256229387,623.180435793277,2425.77499025243,703.849977359283,2858.61892739829,112.450878020789,1045.4676610411,859.780974593483,5801.75011356682,480.953599793897,3384.43541764621,545.984866854008,3824.95979622379,400.816616626126,4342.98116941812,131.733496858153,1178.5029459657,235.261229896069,2266.01976791744,533.1063773206,5200.85100335312,330.137523717823,1514.20705268227,243.144372445549,2062.26243146231,299.168007762417,3686.44417925886,366.647385309348,2468.83628313512,361.1424520396,3145.12160764936,424.016890126167,4433.64805620842,5243.69125207074,1778.20852114402,45830.4477661603,18002.0495529896,1232.87648843542,8265.22661679469 -2423,1299.20374294857,3138.31834701181,320.432779801316,1257.39046619307,576.25145608647,2238.09324069797,604.429848228316,2637.44812476429,113.938229812979,964.580026979711,858.615020221372,5352.86981091406,480.301375600721,3122.58229318481,537.948255248865,3529.02338439029,359.230327152641,4006.96554248083,108.395546636411,1087.32239721624,192.280946580257,2090.69824952571,435.83462039009,4798.46215055198,299.376205691499,1397.05314105523,244.653897803243,1902.70557943252,305.75185006055,3401.22469436089,338.597676416867,2277.82288954163,297.162334835747,2901.78414714411,348.897916509323,4090.61754948721,5433.44628287685,1735.63828444814,41659.0377230423,15474.1200745595,1209.91627577972,6912.11833767354 -2424,1377.40837051764,2974.69639828452,336.073803759389,1191.83412179432,591.081568434736,2121.40616915691,630.877504753921,2499.93995824831,116.225510853122,914.289888674233,875.415062993917,5073.78818409975,489.699165604119,2959.78077231338,548.47613448578,3345.03131621533,365.170956524233,3798.05508852128,113.290450427696,1030.63286165757,200.218559172892,1981.69588457639,453.897019586392,4548.28557789323,316.260727369442,1324.21522847294,252.798983921787,1803.50455508218,311.981178704416,3223.89564389009,345.49043659165,2159.06444032397,310.581530407439,2750.49434017033,364.653376832995,3877.34574563007,5473.40521282573,1760.23217195302,43107.830194992,16201.2341894569,1214.88434325566,7260.80479948695 -2425,1398.54986531892,2894.83485236126,346.013905779837,1159.83700252343,639.52064884807,2064.45286921756,661.536983442722,2432.8241779972,126.696369090621,889.743987461041,955.165250305536,4937.57241152442,534.310689707565,2880.31966555734,596.597413676209,3255.22740472079,388.704012108494,3696.08886734794,118.597787568496,1002.9635056659,210.819899067991,1928.49338062227,477.814247399815,4426.17795112484,324.480045076838,1288.66407933989,268.443524172995,1755.08594606663,339.902781165413,3137.34385656658,376.422700895203,2101.10013040258,325.131396573166,2676.65193723273,381.73635605214,3773.25081160468,6101.55120290117,1939.02743698923,45632.4011152937,16738.3020600257,1362.96288291619,7452.68905337967 -2426,1570.29135012212,2903.4123349777,389.079229621237,1163.27363439863,733.855827781736,2070.56990507669,750.784978275238,2440.0327091086,145.53505688738,892.380325620126,1097.51377251709,4952.20258688407,613.939148822234,2888.85413923931,687.589277365306,3264.87274129457,453.341922811253,3707.04048967715,134.792268258582,1005.93531665807,239.516516901002,1934.20756443304,542.862473581852,4439.29284933814,365.458254977785,1292.48242971313,305.180223676875,1760.28631844036,390.375706950965,3146.63990064645,432.32282360319,2107.32575319734,369.527959371643,2684.58293731833,433.862303538471,3784.43106709235,7146.57577409729,2239.42328180296,52100.0746525822,18939.1702865902,1592.4635398335,8416.33409207119 -2427,2005.48901081604,2928.68990978274,490.668333403045,1173.40128177341,895.318520380823,2088.59661972349,936.707490871098,2461.27602635575,176.364089318548,900.149532275224,1329.13899261239,4995.31725917211,743.508174771617,2914.00496805054,832.539990900318,3293.29724853826,554.392561440665,3739.31458046137,168.585559712619,1014.69315133058,297.857484070877,1951.04708660817,675.253226135059,4477.94204694908,463.403722536679,1303.73498964327,376.580669524951,1775.61165427248,473.250861959549,3174.03505376159,524.09176917092,2125.67247017009,462.171003314678,2707.95534818841,542.634382707497,3817.3789326919,8417.24043884343,2692.54072327866,64451.4133344239,23937.686369009,1875.87225352523,10708.9279984614 -2428,2755.69718221219,2983.33886006308,659.951217123572,1195.2967880516,1139.19802937077,2127.56954493681,1239.56720938314,2507.20309795908,221.613317563959,916.946198549065,1668.17231881691,5088.52919110768,933.160311195384,2968.37989934107,1048.43383818441,3354.74972153399,718.081089459043,3809.0896754305,223.98144642993,1033.62718575725,391.99022263786,1987.45335648144,889.010989060306,4561.49982869462,629.959822963306,1328.06250495644,487.58165735182,1808.74432314515,595.086318753785,3233.26211063152,658.989750861685,2165.33722564543,614.036753781617,2758.48542195629,720.939765710787,3888.61069772004,10208.7766589668,3340.59768701859,84156.2464510377,32287.4145310548,2261.00692629763,14583.9050414457 -2429,2827.03639959114,3057.35212381676,675.621814275485,1224.95074979972,1173.6498522128,2180.35213963018,1274.06028181077,2569.40397183813,228.077053112943,939.694596912269,1716.92720859429,5214.76984656302,960.433349839992,3042.02204819384,1084.697991538,3437.97726879364,764.953518261463,3903.58888320841,230.577034497227,1059.27030747786,402.876395292708,2036.75982697346,913.763219360282,4674.66548159883,646.667272406232,1361.01023401818,500.436673508404,1853.61722459258,612.422139299831,3313.47568763493,678.188497477606,2219.05679379196,632.11831165472,2826.9203261601,742.169299637607,3985.08273214379,10632.9147240154,3449.92663998046,86934.1356543561,33359.39634263,2347.01773230106,15083.0896297757 -2430,2742.16731450322,3265.42102333605,653.676037884834,1308.31509389692,1143.10368590796,2328.73657553579,1238.68295323693,2744.26543207891,221.772228828732,1003.64575881497,1669.55266206053,5569.66237424027,933.93246255903,3249.0476554016,1051.46974463888,3671.9497122416,726.781225044617,4169.24864702095,224.536832908781,1131.35922568046,391.639781312647,2175.37205043381,888.343109982025,4992.80106526291,628.13952832193,1453.63414194839,485.140277501655,1979.7656302821,595.474452343846,3538.97514336967,659.421994318403,2370.07528507346,615.55932503028,3019.30712933884,722.727414662627,4256.28858118919,10286.909728346,3354.52739779924,84232.3318763846,32286.7368361157,2276.72207937485,14601.9838996463 -2431,2625.9455356567,3542.36968782905,621.768734445834,1419.27662547321,1074.23691287609,2526.24264900737,1175.13497555603,2977.01356501404,207.415976931306,1088.76750897872,1560.98013021363,6042.03960988595,873.197982995568,3524.60765290487,980.875762161485,3983.37710908363,672.090381190283,4522.85323169165,213.594076671562,1227.3126798828,370.922213060986,2359.87088835932,841.507208461256,5416.25322571086,599.834574565778,1576.92055169373,457.143558842755,2147.67459007548,557.030659092315,3839.12462872725,616.84321482215,2571.08739967006,585.560168294644,3275.38224834763,687.505443184023,4617.27524411356,9446.68198924891,3123.82677675288,79413.2309457285,30708.7444733772,2093.52180984661,13927.5297295906 -2432,2463.7350462563,3738.48209375439,581.772651057131,1497.85051194572,1001.71029628126,2666.10030574778,1099.9304551548,3141.82676751891,192.978019408481,1149.04377444383,1452.16270941329,6376.53855522813,812.326514795244,3719.73671838015,914.050450655564,4203.90453490661,631.052707187979,4773.24709429773,200.080604714843,1295.2590727456,346.974705069757,2490.51788412021,787.224209944566,5716.10743201929,562.867622514684,1664.22190942844,426.173817108786,2266.57399022887,518.28991748424,4051.66595951318,573.940483484854,2713.42774814527,548.513490612713,3456.71371560119,644.008986393958,4872.8964911149,8808.93392676451,2905.91385177589,74240.2339634188,28774.8543608464,1947.18560706208,13062.0378856057 -2433,2368.94109129701,3847.84497978035,558.869076089257,1541.66756140959,960.92883081617,2744.09250059028,1056.45741760766,3233.7355246221,185.003797434639,1182.65708064457,1392.10017839034,6563.07326149852,778.728085239527,3828.55124057845,872.818513637093,4326.88255673079,591.780473217327,4912.88025686378,192.230358198511,1333.14965689027,333.191768588591,2563.37371616009,755.969555372124,5883.32235773593,541.07316339034,1712.90586897095,408.920621625234,2332.87872748491,496.884996422211,4170.19050274579,550.23649876348,2792.80442619753,526.992333552135,3557.83395066538,618.74102346906,5015.44472598927,8324.62049870796,2779.91665040881,71059.5289652705,27601.8236275883,1848.21968546806,12537.6323416952 -2434,2269.78293967634,3869.54859981837,535.007702544158,1550.36327736322,911.969366407819,2759.57044767363,1007.47939853976,3251.97528414947,175.464145091173,1189.32781193662,1320.11330118603,6600.09202111532,738.459285681938,3850.14603503047,827.484468891707,4351.28816960082,560.779338098588,4940.59116698296,183.269338724476,1340.66923570881,317.584110751105,2577.83232596462,720.565096277889,5916.5070088028,517.546945742128,1722.56744794214,389.640302690468,2346.03723926544,471.305992556133,4193.71230017612,521.908339760606,2808.55713100378,502.426033994231,3577.90177476675,589.897762640483,5043.73414700974,7850.88428199838,2630.53817458291,67649.7958669741,26362.1387065045,1742.111787602,11981.1055573793 -2435,2143.9924282673,3788.84230587809,498.413402662521,1518.02770354902,823.35462984288,2702.01471527908,932.188554437577,3184.14957621512,156.898756434746,1164.52227260678,1179.48796675292,6462.43540485935,659.794762022522,3769.84441596546,738.646672092527,4260.53434315937,501.572408382201,4837.54638212615,170.0637932369,1312.7072027681,292.84248688484,2524.06706418763,664.609007308466,5793.10776947691,486.41475185787,1686.64025095795,354.969067679051,2297.10647482541,421.636928059804,4106.24499775877,466.893993086797,2749.97969451067,466.223525204542,3503.27829224031,547.392443464973,4938.5381325071,6774.29918409518,2329.56604793846,61893.9249708352,24609.2516245768,1501.77773069939,11250.6018136658 -2436,2109.59441292142,3643.15509123858,490.026781548311,1459.65704306189,808.114925923774,2598.11780799074,915.164485144285,3061.71379100582,153.910465835191,1119.74447702037,1156.97063984314,6213.94414079669,647.19877565505,3624.88770142121,726.08277915958,4096.70979433402,497.428882799172,4651.53477192848,167.184218686263,1262.23145303531,287.402853639809,2427.01253658843,652.310628752784,5570.35325321419,477.710088341978,1621.786160863,348.568060386509,2208.77895495779,413.617506370457,3948.35312787999,458.013097612308,2644.23845492756,458.329279330482,3368.57148332621,538.123819500923,4748.64322350026,6693.62862950107,2285.89791971916,60859.984629129,24192.3082557558,1479.00691573415,11059.3450616406 -2437,2121.77685544291,3528.78867736319,493.632557942341,1413.83529314397,818.415848633274,2516.55734485254,924.009145219805,2965.600060511,155.979391679768,1084.59330802359,1172.66419977302,6018.87517183789,655.977609293959,3511.09473990016,732.839220209246,3968.10533030972,490.727388166362,4505.51316769827,168.713211126977,1222.60731375243,290.313429795699,2350.82343310839,658.889125302463,5395.48797582831,481.393342845681,1570.87483190622,352.276626136838,2139.4406693796,419.147956013168,3824.40589625231,464.139017928958,2561.23016624704,462.520954890299,3262.82483494514,543.045260403962,4599.57317771729,6731.39027662927,2316.32172602026,61291.5389637611,24315.0105167215,1494.51531885012,11109.3724496472 -2438,2177.37203571902,3443.07884927034,507.315134690164,1379.49501635031,839.880442950523,2455.43333966721,948.225157985635,2893.56937388783,160.078640549235,1058.24990396041,1203.48359248769,5872.68428214257,673.217695208385,3425.81467524086,748.631564906537,3871.72505458029,490.02352780739,4396.07993312951,173.128496613821,1192.91172348969,297.924772639871,2293.72489569217,676.162324963924,5264.43837519572,494.000998321244,1532.72026270185,361.754811529736,2087.47635279593,430.16326268183,3731.51589860871,476.336712754422,2499.02111455078,474.625294828156,3183.57493327373,557.25695041297,4487.85534409026,6802.03722868496,2372.37112663678,62694.7967546112,24900.677564728,1518.56277757805,11379.6610571629 -2439,2280.99769338497,3403.37550967928,530.559400878347,1363.58757957757,871.887435372161,2427.1188839153,988.97085130802,2860.20261915722,166.120586248666,1046.04685629624,1248.71415746999,5804.96431737488,698.51925885282,3386.3104148444,775.199469757688,3827.07884652793,502.343330616821,4345.38720662065,180.478036977238,1179.15584355394,310.594229662323,2267.27515624417,704.914434320727,5203.73230550728,516.651471821187,1515.04593232715,376.978321079566,2063.40493702196,446.43966474576,3688.4864910936,494.357665176235,2470.20403300841,494.773784707435,3146.86402358425,580.913266559414,4436.1043234014,6976.50734759015,2454.01017394747,65206.6488015125,25983.2664179413,1559.89509749117,11880.2590593121 -2440,2387.78612011607,3420.72541239853,555.348999806829,1370.53894647422,908.660095193502,2439.49197539586,1033.15943278417,2874.78350717812,172.945247132909,1051.37944776166,1299.90689554297,5834.55716303904,727.15600749819,3403.57332224549,808.60888667686,3846.58872591012,529.539620677838,4367.53934501911,188.616054476235,1185.1670048608,324.356447649132,2278.83338814856,736.172417527358,5230.26015969815,540.551563712106,1522.76941140441,393.43077487846,2073.92386883713,464.803108211714,3707.28984723803,514.690704738798,2482.79676617802,517.083855148315,3162.90626885651,607.10749167311,4458.71892418364,7291.95257801199,2554.69346903898,68145.6595278322,27189.1727322168,1625.77469043876,12436.078767573 -2441,2437.7680368796,3480.89774273471,561.326337881059,1394.64743583935,901.489768614377,2482.40390175626,1041.117213257,2925.35243685951,170.399587494012,1069.87375636944,1280.07230588224,5937.1900431022,716.060719768344,3463.44393843913,799.960962237377,3914.25221232851,539.077694351693,4444.36662243582,190.548897046979,1206.01470583719,326.105201192807,2318.91924681344,740.295281357838,5322.26314273,550.003975713414,1549.55571343167,392.307933162548,2110.40526301026,458.108257798819,3772.50299428907,507.268054051994,2526.47044621986,522.382670727141,3218.54342702834,613.328824253638,4537.15009758614,7129.41978716163,2506.50732188572,68443.0352197247,27630.5201479236,1578.5770380163,12682.7272974451 -2442,2499.3604530416,3491.35966517469,574.885493157499,1398.83908247284,920.949960109751,2489.86482678317,1065.69099798734,2934.14465443267,173.92405581868,1073.08928784636,1306.45680212192,5955.03441151895,730.819965227597,3473.85340304774,815.079438929778,3926.01659211858,546.81309815368,4457.72427391979,195.108068025155,1209.63941223377,333.7061847898,2325.88881475188,757.570145336394,5338.25933346,563.664447572265,1554.21294064388,401.062673927931,2116.74813712215,467.602825669444,3783.8413433725,517.780276298052,2534.06381431303,534.881467355148,3228.21683722074,628.003645357046,4550.786612051,7179.86466055928,2554.29825914702,69956.1093750443,28337.7795312923,1595.18945612692,13022.7975094844 -2443,2460.33974701285,3518.45671324745,563.088940370283,1409.69571527464,896.837628099837,2509.18909966716,1043.5713239373,2956.91706013657,168.779213179621,1081.41771997817,1267.53125476511,6001.25246671773,709.045370675706,3500.81458198299,795.433322909489,3956.48708800939,550.468993180196,4492.32144537432,191.446734834432,1219.02763357085,326.434924023664,2343.94044135852,741.162217486985,5379.69049027448,553.929903121365,1566.27545691454,390.713422875963,2133.17658664617,453.829192706701,3813.208392492,502.524943594448,2553.73112320726,524.844059423468,3253.27158815344,616.218737567662,4586.10605645703,7037.145371961,2479.45072860557,68615.2756645387,27902.6130511176,1551.85585618574,12841.3190077994 -2444,2249.12306053576,3387.78008845934,514.612387589828,1357.33915867505,822.605411404543,2415.99700176098,955.603537749007,2847.09620039935,154.642737061262,1041.25351471717,1161.42554266132,5778.36400147123,649.690807475302,3370.79319167852,728.341323715068,3809.54187287228,504.109778589721,4325.47516821694,175.499714154054,1173.75255143649,298.90358188526,2256.88573227888,678.686506301788,5179.88703865694,506.831596928384,1508.10347786833,357.324748659756,2053.94971556648,415.805328607441,3671.58459462961,460.42190880238,2458.88472008381,481.125898981413,3132.44402501809,564.889301418615,4415.77658839176,6414.40798623981,2273.74977528248,62828.9319842041,25574.6266683848,1418.26801903054,11779.9403701792 -2445,1903.27189307028,3229.03170925723,437.936304207884,1293.73544596618,693.802473663245,2302.78551867409,806.778722851967,2713.68379007627,131.10917873913,992.461295776236,984.664318806145,5507.59497404874,550.812198353581,3212.8408034384,617.17099129427,3631.0301094077,425.158300006666,4122.78722676153,147.602738797132,1118.75154480101,252.53118908741,2151.13006258115,573.281502432131,4937.16211249127,427.89601358668,1437.43508247979,304.247437829794,1957.70344815982,352.531204560854,3499.53738723075,390.358168095947,2343.66355644103,404.647384972667,2985.66046796049,475.095976130169,4208.85720223863,5437.73034174142,1923.16591460486,53141.4929720675,21594.4898535865,1202.10185643311,9928.60096991388 -2446,1519.59836734594,2996.07512251193,363.358385839453,1200.39966583752,613.091346150168,2136.65241663644,675.031367328628,2517.90667477887,119.114334118697,920.860761387544,896.278186259123,5110.2527854751,501.369805608789,2981.0523000368,564.333827708385,3369.071585361,390.948611856873,3825.3511757404,121.921523222118,1038.03987493859,213.190114367057,1995.93805390949,483.520503251259,4580.97346601968,345.644638632768,1333.73217689282,265.288533431003,1816.46608841654,319.923212214795,3247.06532801261,354.273685010836,2174.58133249674,334.243293490115,2770.26175576994,392.434622545194,3905.21168363905,5448.86774602249,1786.9887306738,45741.8698298028,17687.564080513,1202.30860639437,8000.19251614789 -2447,1401.33665643714,2762.92359197712,343.537788743362,1106.98578003721,692.704812192839,1970.38029034142,703.103925522588,2321.96572838621,139.174896393736,849.200309914301,1097.35847890448,4712.57809120563,613.852278998156,2749.06983032651,676.200180259191,3106.89384799182,405.128162647018,3527.66622293146,114.983843011817,957.26066356982,177.536163792988,1840.61617675592,404.915690439483,4224.48675214638,320.075313267439,1229.94249016915,272.089165037572,1675.11053778408,363.299231714993,2994.38199397861,419.561084353987,2005.35761639747,315.223902808392,2554.68279265025,370.103980319632,3601.31206701679,6532.58923631147,2121.93865336044,47231.7524023315,16853.5324802187,1432.49382437451,7346.8721626979 -2448,1425.56952597759,2618.53599839891,342.323421897329,1049.13582234421,661.176724319395,1867.41020843889,692.841161946597,2200.62214694723,131.423397462379,804.82196026669,1034.98115350356,4466.30352461451,578.95897467577,2605.40622032589,642.30992915298,2944.53071659105,399.588844670804,3343.31395262068,113.892801800454,907.235189090079,181.988523373899,1744.42743623678,414.402897158952,4003.71934547012,323.156540192933,1165.6669391149,262.999085536355,1587.57095463004,343.328600196006,2837.89861831815,396.353510857223,1900.55965479761,312.232854155276,2421.17765271171,366.592193929115,3413.11113935067,6156.89428478131,1995.20424436429,46230.0814373608,16818.1940547098,1350.0127844382,7415.84444266218 -2449,1469.69825581135,2541.72855503626,358.701800781862,1018.36235186158,730.879858838262,1812.6349432116,740.570949423056,2136.07303972946,146.532051264194,781.214754878642,1155.47501312708,4335.29697927123,646.362135773158,2528.9839023487,721.177749789694,2858.16112824762,458.334866456968,3245.24717132896,121.297977432252,880.623977540859,208.190122302086,1693.25952730181,472.555898483696,3886.28141562872,336.778890014594,1131.47535364099,285.316206450288,1541.00399268776,382.481724781634,2754.65678489341,441.726536478009,1844.81204310449,332.533866040895,2350.15916545574,390.427585967741,3312.99705243859,7236.01101460233,2263.20327591268,50511.8703158381,17855.3574868388,1591.54249909457,7801.05643572457 -2450,1684.85124231617,2522.03933314603,413.875474407681,1010.47371943042,867.277480020691,1798.59356513755,864.163601695206,2119.52618386256,174.484959462317,775.163160335925,1376.72783625864,4301.71407600811,770.128937893893,2509.39340551476,865.219715504204,2836.02069608362,566.530847383745,3220.10821952456,141.458391912055,873.802320341745,262.089451521717,1680.14287781352,593.009968974434,3856.17676225472,387.915136688159,1122.71050372929,335.024209702649,1529.06677402385,455.271056560445,2733.31813778976,525.885825510002,1830.52140865004,387.802887914734,2331.95391486188,455.318873721115,3287.33328359991,8944.11797877485,2726.64632445478,59985.7958475708,20903.3129416314,1971.29768764632,9097.82811952189 -2451,2170.97038269769,2536.72502088369,528.867850099489,1016.35764888213,1082.08001587842,1809.06667042081,1094.61651069394,2131.86806104065,216.824181182094,779.676890145297,1709.82491852486,4326.76270583187,956.460393846999,2524.00545675441,1072.28276941706,2852.53467895964,700.212772382122,3238.85872161702,179.533653445368,878.890420218829,330.540003365953,1689.92625166259,748.077664512951,3878.63105432202,497.283009410349,1129.2479814208,421.496109381797,1537.97044054413,565.946852595403,2749.23408966716,653.6168580638,1841.18042790134,492.184792594573,2345.53274631078,577.873534237564,3306.4752333142,10845.9197794688,3364.75436546671,75432.4316527305,26768.5596989627,2386.91973708028,11698.9624168513 -2452,2619.17108804752,2571.61977641484,601.432253821265,1030.33849087248,1073.17222154876,1833.95188213441,1198.61614242699,2161.19367347489,207.372953898317,790.401992097983,1628.63183560216,4386.28091360699,911.041727158658,2558.72524413682,1013.81772380971,2891.77365813435,655.90340389659,3283.41190824951,200.158200321707,890.980286522714,335.388584822381,1713.17258815234,762.0724141342,3931.98483974293,585.227577134373,1144.78172351793,434.46843262954,1559.12649888514,542.673540726205,2787.05208360306,625.974862871772,1866.50739097043,548.726216065227,2377.79749361252,644.258747075141,3351.95854111715,9022.14740276913,3086.25870487776,78346.5353375671,30379.5097787444,1968.15495852204,13671.4707752992 -2453,2653.05075468043,2583.38131991613,605.131607468723,1035.05084030011,1076.0232903587,1842.33963254714,1208.13122229343,2171.07809481836,207.006611971006,794.016969513706,1625.32134989421,4406.34197949527,909.189871784609,2570.42781328906,1022.06440372174,2904.99945534899,698.972424927831,3298.42889962036,202.38988180232,895.05526817235,381.912574308063,1721.00794317083,863.496405325076,3949.96814005941,592.164740305055,1150.01748977082,435.092834666081,1566.25730971061,541.805657256666,2799.79892690482,624.924229277925,1875.04403704685,554.844287332611,2388.67257278047,651.441966709707,3367.28903692273,9203.61126460437,3103.94255145782,80155.880293656,31407.5454761489,2009.89275758092,14164.0778310472 -2454,2541.96398687473,2703.33609300947,575.62843788908,1083.11160768705,1020.70855708932,1927.88543675317,1152.58063492166,2271.88829199061,195.343960959107,830.885752560171,1533.33017448597,4610.94272822995,857.730851092991,2689.78111305896,958.569859202741,3039.88800154084,635.355343864387,3451.58565087818,193.717931812121,936.61558711245,340.349354838589,1800.91992353677,771.765519115777,4133.37797131968,567.280489490889,1203.41653155197,411.723775083039,1638.9837162785,511.368873114648,2929.80267137517,589.769979946869,1962.10841282056,531.07046094738,2499.58638726585,623.52914761759,3523.64318768235,8458.74724342197,2909.08174212138,75392.6069655376,29642.8834819957,1844.35063959873,13406.1202548744 -2455,2472.88031890568,2965.72903439221,559.31462619054,1188.24128110121,990.894245392142,2115.0110892781,1119.75964649387,2492.40377024355,189.396169530715,911.533718283354,1486.55497215444,5058.4930080994,831.565231467513,2950.85837228556,923.862703870904,3334.94756008445,594.882532890003,3786.60567066422,188.448165258106,1027.52596983655,311.382688292086,1975.72196800085,707.96546943276,4534.57455451395,551.509838267805,1320.22331863223,399.578207024972,1798.06780475156,495.81740396055,3214.17705700966,571.82408664044,2152.55583779415,516.623593139393,2742.20284405453,606.567098638273,3865.65730231282,8018.86002642637,2804.61820067122,72553.4297701584,28557.5573596976,1745.95588244052,12921.9318636153 -2456,2326.66101938733,3183.61004582083,525.316409161414,1275.53692043484,929.207528980393,2270.39303751772,1052.54154229258,2675.51134617233,177.289770776259,978.500688693572,1391.40266552584,5430.12155545763,778.337902933805,3167.64689183012,866.184966092532,3579.95367461019,561.966868084103,4064.79341601728,177.243920428082,1103.01445680921,295.514050537625,2120.87086585962,671.617435559583,4867.71277411481,519.221961520919,1417.2151842543,374.395530282693,1930.16511619619,464.151517011246,3450.31061471867,535.289082961283,2310.69605817719,485.907575211746,2943.66222293791,570.503461352805,4149.65267515272,7540.59275859203,2628.10851441936,68203.4862565749,26862.5190237533,1642.33643243028,12167.5880540903 -2457,2250.43230786843,3337.74477844939,508.72972789553,1337.29214150759,902.924767617043,2380.31429632859,1020.25578116522,2805.04643999713,172.44617691703,1025.87487707027,1353.54460578169,5693.02132083241,757.160451172013,3321.00876709335,841.012305806936,3753.27741543173,539.924469149155,4261.59071133636,171.736607559429,1156.41698913533,280.335294351717,2223.55299688195,637.724564476982,5103.38347377721,502.486741532889,1485.82976969604,363.428349519635,2023.61421323759,451.438251570565,3617.35767652302,520.645082980749,2422.56859092678,470.809483071398,3086.17986270882,552.776810719424,4350.55843822685,7313.78481266412,2554.48834038,65972.4656946885,25921.1478660339,1592.71193868206,11733.6831707776 -2458,2160.17533948513,3503.38113793077,488.27497460552,1403.65557447962,859.752708531516,2498.43794586913,975.48479401465,2944.24752076795,164.151408480655,1076.78415599969,1288.19817635874,5975.53882550231,720.606257262911,3485.81459812595,800.304782381783,3939.53467848843,513.680985911167,4473.07313970624,164.140558957937,1213.80445068108,266.12209371736,2333.89733054563,605.57807502567,5356.64006340374,481.645947594564,1559.56441694964,347.420892036551,2124.03653834753,429.774092381474,3796.86989098287,495.632314166129,2542.78911964601,449.985200082019,3239.33225484627,528.32704674846,4566.45591069736,6930.15882929723,2426.29143660613,62967.2245556545,24782.8341688845,1508.73833649593,11225.924707907 -2459,2100.48459160699,3455.16529488539,473.412992829695,1384.33754021376,826.532195202831,2464.05279417884,943.980936019976,2903.72684352529,157.509993304837,1061.96474189218,1235.7309717263,5893.29951702326,691.256583700963,3437.84051739324,766.647090512904,3885.31620260715,489.427880372492,4411.51175544819,158.839258881634,1197.09927286067,253.906500315332,2301.77669538114,578.155733933143,5282.91844809008,467.990785124728,1538.10066231197,334.952563386934,2094.80414588905,412.458714033639,3744.61486204946,475.623801558654,2507.79357783557,435.451884302697,3194.75042677153,511.263499316782,4503.60933112312,6559.44027879119,2319.09023602799,60650.6921242777,23987.6732318716,1426.69700682598,10880.5186160199 -2460,2100.00773144,3308.37340927722,475.718837945102,1325.52428512957,840.557082440177,2359.36809025715,950.185501502066,2780.36269093813,160.844701959541,1016.84741938883,1262.4397267777,5642.92407193584,706.197216568605,3291.7846708856,782.054651256358,3720.24945676755,493.831988243298,4224.08971519923,159.772632481559,1146.240791565,251.274424955473,2203.98625338287,572.59567006902,5058.47489928006,468.021258958304,1472.75481711893,339.531801840414,2005.80688401853,421.07653069896,3585.5257795994,485.623801751839,2401.25055699907,438.010693099132,3059.02220563911,514.267793445496,4312.27454701405,6755.28887085413,2373.58307602325,61194.6944076062,24006.1018899482,1470.26776757842,10861.4317444199 -2461,2076.99041246882,3190.82292821384,468.313884854859,1278.42681513382,820.0829974491,2275.53690807028,934.483453489832,2681.57306491406,156.267213866018,980.717609198108,1226.07688722226,5442.42420169745,685.856177281025,3174.82360762273,759.590164271259,3588.06452501453,479.643488988577,4074.0027338796,157.383283389508,1105.51347944083,243.511191134356,2125.67597449605,555.33280573494,4878.74121015356,462.702647945258,1420.42606947657,331.863644992327,1934.53815616712,409.184227712063,3458.12774191866,471.858819376358,2315.931240462,431.460381975067,2950.33147234761,506.577081549128,4159.05425269738,6514.14641587309,2299.93666624595,59855.8096417502,23572.4149381085,1417.12704165464,10693.7829036573 -2462,2159.13750433709,3129.28600395738,489.866362209571,1253.77159111788,866.079141446108,2231.6518208984,978.554702141621,2629.85732816017,165.666179871556,961.803884873085,1300.34045923259,5337.46380326542,727.398539053813,3113.59523981127,802.807991737461,3518.86655951454,496.661093461225,3995.43316004377,164.520215102365,1084.19299228771,245.442302237456,2084.68104485589,560.725731149763,4784.65177458461,481.832298817918,1393.03230510425,349.657614167321,1897.22943341266,433.686590614571,3391.43568481891,500.173481516872,2271.2671244851,451.026013194861,2893.43256932796,529.549064090417,4078.84440956766,6903.63991172189,2438.93436279116,62578.0552897271,24469.7129190257,1501.954874179,11073.2667799296 -2463,2275.82841849832,3092.11691472052,516.68042012046,1238.8795205005,911.527961139156,2205.14466700716,1030.50015408599,2598.62036177647,174.604453974554,950.379753496151,1370.47125819682,5274.0663802906,766.629065449467,3076.61252261327,843.749293217158,3477.07010339075,513.923549273875,3947.97613263311,173.050055262773,1071.3151453829,249.337772508271,2059.91958307558,570.619134056033,4727.82055220611,507.494767173677,1376.48612108887,368.861731813061,1874.69448773364,457.091198489521,3351.15282941653,527.163061638141,2244.28942723277,474.410250799611,2859.06490423305,557.00446749464,4030.39663852635,7206.56816179776,2562.24567697597,65633.1225634655,25640.1496063847,1566.94615064709,11598.1466392492 -2464,2362.12685095876,3172.82321496394,534.608534323057,1271.21509684011,932.218373477796,2262.70040389681,1062.2917702299,2666.44607500801,177.944334416489,975.185294763295,1396.16569871175,5411.72300729752,781.002300058648,3156.91414794983,861.938767096909,3567.82393692005,533.62935356983,4051.0209255377,178.668362397921,1099.27718050744,263.859895190239,2113.68484905164,603.104450551833,4851.21980116946,525.879013152921,1412.41332087896,378.519644994175,1923.62525599516,465.94356845964,3438.62013866507,537.313054375682,2302.86686830076,489.812629568039,2933.68839258757,575.088380668099,4135.59266124478,7342.45534495082,2609.36886005866,67683.5314774926,26591.8647917477,1596.38577548224,12056.9381633861 -2465,2438.14053254595,3270.09964907172,548.808134182864,1310.18961991513,948.653787594129,2332.07313973258,1089.35518626721,2748.19735717656,180.463067214948,1005.08376109496,1415.40985865373,5577.64246793626,791.767306813399,3253.70282172421,877.054790127567,3677.21080362951,555.538087164428,4175.22225773728,183.495405762934,1132.98021309731,282.603034222941,2178.48887720349,644.624845967426,4999.95464435427,541.961419155562,1455.71687800545,386.060888503767,1982.6021963366,472.647349390399,3544.04571162574,544.984499063527,2373.47107849335,503.045788320511,3023.63312832588,590.625415400737,4262.3869008705,7458.39909269214,2646.8392437322,69591.1029237801,27530.591684105,1621.5794388207,12508.7382737363 -2466,2518.12783930408,3310.25785540392,567.781896854825,1326.27930241328,985.499291954755,2360.71198392002,1128.09825828383,2781.94638269706,187.736930083782,1017.42661464398,1472.68276918282,5646.1382757439,823.805248223608,3293.65966808379,911.570146759835,3722.36850707169,575.319549452486,4226.49575240177,189.904558709224,1146.89368915324,294.962702571632,2205.2416417096,672.546169930928,5061.35620143422,560.0960274297,1473.5936967638,400.595714634913,2006.94938957818,491.651573661557,3587.56809143415,566.9226628699,2402.61830687237,520.616241285958,3060.764621574,611.254861710471,4314.73081420703,7732.07910150192,2754.43033445446,72184.7250084013,28581.316111817,1680.55008590054,12970.3043488832 -2467,2474.54101858642,3397.98209425084,554.97580552707,1361.42666778021,956.47512856633,2423.27256710484,1101.87542503247,2855.66998357506,181.517146703308,1044.38915933111,1423.41936848148,5795.76504329482,796.247753227167,3380.94404290426,884.074689890636,3821.01397768286,569.729563786087,4338.50096138087,185.932682076904,1177.28720540306,300.154815818017,2263.68214784018,683.156294274469,5195.48581903461,549.427162162731,1512.64500063948,389.099634708382,2060.13500692144,475.462092595938,3682.6412530668,548.200584395024,2466.2894380702,509.727490129984,3141.87710840908,598.470392932462,4429.07431644743,7481.75037451055,2664.29776226064,70705.8929662517,28189.2014971835,1626.01610854956,12818.4918830404 -2468,2277.03999245072,3397.65718583394,511.795860322302,1361.29649081897,890.354584674265,2423.04085851084,1019.4791542885,2855.39692998389,169.144642183146,1044.28929687775,1326.77184166418,5795.21086355145,742.184012219246,3380.62076363258,822.959700659025,3820.64861978278,527.844787061863,4338.08612238525,172.053614618273,1177.17463549788,279.552603155547,2263.46569897064,636.07781321539,5194.98903681926,506.469250741579,1512.50036447635,360.617934051133,2059.9380208323,442.97524319285,3682.28912609663,510.786563110815,2466.05361628694,471.678546060503,3141.57668825115,553.797176461205,4428.65081700436,6965.09545869976,2487.1045706589,65542.5663080636,26117.8048920367,1513.49021547406,11859.2296522479 -2469,1930.47043564534,3353.21024134509,436.563191550475,1343.48849364593,754.25034054837,2391.34349864138,863.325121889544,2818.04364155628,144.066465136332,1030.62827521784,1130.10229325551,5719.39997343948,632.168868744231,3336.39668356779,700.131938490613,3770.66825159764,445.331957693267,4281.33682058005,145.118694952425,1161.77525503778,232.99536560525,2233.85584465867,530.432899588454,5127.03003545138,428.517276909354,1492.71437193434,308.074839081153,2032.9906433146,377.28846920474,3634.11872766388,435.049367271801,2433.79357879798,397.837471727768,3100.47969787427,467.100465716415,4370.71678003189,5924.64590231404,2113.14168291858,55535.9638513306,22058.3044706549,1287.42659436018,9997.32782594549 -2470,1535.06299283043,3122.72292579187,359.2579632259,1251.14204529056,656.62539974645,2226.97135854365,716.375537615532,2624.34170600642,128.526550363857,959.78668540064,1010.44055149142,5326.26949501041,565.231186753467,3107.06507001893,624.30823372259,3511.48641073463,386.83191420935,3987.05350407711,118.799723868666,1081.91910509879,186.884190483001,2080.30882556042,425.86026842491,4774.61688370164,344.061790020308,1390.11068659642,265.195516950122,1893.25035797704,336.122836880235,3384.32279789691,387.837097448743,2266.50357661703,325.684997383428,2887.36414857795,382.386338054014,4070.28981447757,5607.28619322685,1914.84013773161,46891.5287705821,17834.7539031959,1223.63786108713,7957.80879250131 -2471,1560.70327735985,2912.50966349741,364.167440629061,1166.91854638131,792.366079900362,2077.05766929212,801.552932271061,2447.67811960926,155.51369868456,895.176441379808,1247.77892803981,4967.71943693195,697.996100078238,2897.90585223011,782.475718449907,3275.10264200305,522.120669503262,3718.655844742,130.235777266768,1009.08723687793,239.252914944836,1940.2680613962,541.524709602747,4453.20258753105,325.059527524498,1296.53219458028,299.756195289148,1765.80186397093,401.425703466761,3156.49933968118,497.117906597817,2113.92868535545,357.036509825958,2692.99460266291,419.196108635002,3796.28891182999,7725.95177904584,2413.72789684123,54559.7863307241,19642.9186649821,1673.50493098721,8594.2455203307 -2472,1671.51672058948,2808.54019920303,387.55922614266,1125.26241124021,831.667697986129,2002.91179575517,850.153301678193,2360.30200338541,162.753191597229,863.220834081517,1305.32130908563,4790.38401549257,730.184780826593,2794.45770824349,818.581046657694,3158.1894961118,547.498288637488,3585.90893546353,138.241960292065,973.065293067964,253.486675387816,1871.00524195937,573.784733304273,4294.23415792456,347.693717849846,1250.24916953134,316.114386768003,1702.76706063689,420.226975245097,3043.82004130656,520.2493079559,2038.46660681629,378.985160990567,2596.86128860198,444.965991839598,3660.77069212538,8005.7970713065,2517.6789299959,57604.2957027232,20918.5752782889,1733.07954018093,9179.91762321664 -2473,1689.23521546504,2773.97035208879,395.498139672982,1111.41174621108,884.648841207839,1978.25829263557,882.677495107694,2331.24944454234,174.000378758271,852.595594582186,1396.95580569156,4731.41998746082,781.444278664121,2760.06120013276,876.105093130824,3119.31587483717,582.438620496679,3541.77058782664,143.26125517139,961.087996669257,263.846690717525,1847.97535433916,597.129434505909,4241.37715471899,353.904463135285,1234.86006359735,331.090679638016,1681.80798838501,448.967649305274,3006.35417434082,556.229093617553,2013.37546553045,392.745370075284,2564.89696145816,461.121835691895,3615.71088376551,8768.58819860884,2716.0039820289,60332.3947856135,21464.2186415201,1900.97162063595,9358.2798761516 -2474,1891.3085283204,2817.57254225747,442.822880902092,1128.8812863154,1007.42649671463,2009.35321555474,996.809479701769,2367.89279998953,198.213947479076,865.996976188143,1591.8611019325,4805.7900231412,890.472515640749,2803.44476161703,998.372983821515,3168.34632098754,662.285746599416,3597.44131790059,161.99785439386,976.194697996492,298.119612047538,1877.02244662919,674.716211368729,4308.04453389192,397.016179968908,1254.27000548232,374.095626190309,1708.24320665674,511.338819095892,3053.60905084854,633.642681146145,2045.02237187281,444.111055701714,2605.21286641813,521.430221359413,3672.54383204493,10063.213064402,3103.64322890118,68309.6007168958,24150.2397258688,2182.59704591535,10513.5660277851 -2475,2378.91796712146,2963.19477773486,549.064434350648,1187.22591242044,1202.24834715387,2113.20378292233,1219.6771325936,2490.27397659946,234.74601934655,910.754800058808,1883.27670147387,5054.17045555558,1053.48773204722,2948.33682281556,1181.14406616496,3332.09780106803,788.295271869796,3783.36996351825,199.053564368141,1026.64793462178,363.673396831009,1974.0336861341,823.320959902971,4530.69969756656,496.196807792659,1319.095169467,451.898510261949,1796.53133083512,605.995417160055,3211.43049806576,750.388939717421,2150.71644892922,545.697897935088,2739.85959363187,640.703202639414,3862.35404444948,11628.5157405187,3644.92692941356,82717.4618797213,29903.3284238165,2518.38120682541,13121.9225642157 -2476,3202.54377535289,3262.8867666787,721.753110550976,1307.29972521615,1480.85198630445,2326.92926918002,1570.24376686257,2742.13563843483,285.06139758282,1002.86684059042,2282.48746758485,5565.33982169644,1276.80257700333,3246.5261059316,1431.557701047,3669.09995322517,966.13793439304,4166.01293987497,258.030667789648,1130.48119046569,465.806579646237,2173.68376856705,1055.05696807545,4988.92620831551,661.699699190968,1452.50599278317,567.599322767551,1978.22915636567,736.816600013639,3536.22858442576,911.141262783342,2368.23589620854,707.381419983931,3016.96387891618,830.535618675285,4252.98532332584,13468.6495644362,4357.34959263207,104555.736561309,39256.5710156756,2908.32410336612,17452.3127972172 -2477,3317.92636726275,3791.44154169756,748.385233208197,1519.06910661187,1555.19282561252,2703.86836155562,1637.5203009086,3186.33397845857,299.652193037096,1165.32116254708,2400.04200573387,6466.86878905147,1342.56150859822,3772.43061878118,1505.31767771348,4263.45717092067,1013.97080315001,4840.86505385214,269.204612978655,1313.60775109037,486.0197444399,2525.79863414866,1100.83614142376,5797.08197901239,686.531206163351,1687.79732623343,592.938985468953,2298.68234443107,774.378267544891,4109.06197936424,957.791791109176,2751.86624590229,738.014372579573,3505.68162436332,866.501729060895,4941.92608697274,14264.4694161505,4593.3720637992,109286.560341581,40819.6077808574,3081.63205738421,18123.0307113202 -2478,3220.10691094147,4211.15328289686,724.638118253114,1687.2297211766,1515.84292538472,3003.18599194011,1593.13148872351,3539.06044606554,291.6589623182,1294.3219578409,2336.2103007635,7182.74973557529,1306.85463766984,4190.03785501284,1465.37058007825,4735.42093801454,986.499940462904,5376.74774604668,262.289727942292,1459.02383898188,472.795004326003,2805.40398504185,1070.95096484808,6438.8176736097,667.188687995039,1874.63611744101,575.424463703011,2553.14597221875,753.682006620543,4563.93423285615,932.246320287645,3056.49723148201,719.057474014184,3893.75980583335,844.244458749036,5488.99621321103,13911.7986056318,4476.76322279905,106286.387579283,39666.2986096276,3005.8098275013,17617.1214936053 -2479,3092.52464317148,4464.18897280826,692.512015985697,1788.61034255433,1435.17646632629,3183.63851607147,1518.80446421719,3751.7120741232,275.168025597653,1372.0939190041,2203.37369205058,7614.33982805275,1232.54705581726,4441.80478159422,1382.07493253763,5019.95831378233,932.186784302572,5699.82054440005,250.683936755218,1546.69224687227,450.258983724606,2973.97237596657,1020.05406892887,6825.70709862127,639.647602365894,1987.27743240716,545.887022351303,2706.55692858281,711.223091246015,4838.16748197849,879.521070012125,3240.15306961582,687.240631774942,4127.72426464796,806.88834505006,5818.81368847887,13016.336814111,4213.48186304106,101001.900278153,37941.1818288383,2810.83837923094,16893.4461202857 -2480,2913.03099351436,4563.47981136696,651.572303317056,1828.39195167723,1349.74253544173,3254.44782541163,1430.26559010924,3835.1562652494,258.502092245363,1402.6115240224,2069.83226427024,7783.69515579613,1157.84520463599,4540.59775925823,1298.36389737495,5131.61036828567,876.029239277628,5826.59384296219,236.16501477761,1581.09320326539,423.932125186754,3040.11836863372,960.434310230956,6977.52194913641,602.985303949937,2031.47772139904,512.922277150765,2766.75516586236,668.165951983938,4945.77621209703,826.249900962679,3312.21935473509,647.43755048567,4219.53157972186,760.155598317018,5948.23358850216,12214.6860863737,3958.09271118395,95008.630622427,35730.0935881341,2637.53042521285,15918.2819559897 -2481,2759.78022780829,4648.47484976703,613.952221439442,1862.44584269173,1257.08454684114,3315.0620779833,1343.77285562544,3906.58624138805,239.866880388192,1428.73523340043,1919.83277444856,7928.6668651074,1073.9368643391,4625.1666183,1204.3029205787,5227.18686655794,814.436391543485,5935.1144430075,222.326236244759,1610.5411427941,397.850510028783,3096.74072441563,901.46143994379,7107.47864238768,570.368481375316,2069.3140949728,479.096352663834,2818.28611840001,620.163262680156,5037.89153996991,766.671029828814,3373.90960491302,609.499056998565,4298.12056520514,715.612061732983,6059.01973485654,11218.810058434,3661.48910137111,88913.3452512336,33693.2134381885,2420.89548269023,15051.9149744385 -2482,2667.53931527562,4732.43019636058,594.723292803755,1896.08317349126,1215.40388689218,3374.93487384239,1298.79580377797,3977.14245874819,232.239850474827,1454.53938757727,1858.82228529548,8071.86522504221,1039.80815569067,4708.70099872409,1165.98558005295,5321.59423656083,788.492041950101,6042.30757758152,214.63943348795,1639.62886386743,384.625769914887,3152.67045389274,871.446626054161,7235.84565567974,551.025963207004,2106.68763955873,464.157480539235,2869.18672462399,600.436790884776,5128.88007793308,742.293907370273,3434.84523636426,588.425974888493,4375.74822017045,690.870183033254,6168.45070271097,10867.0824924808,3544.07072174989,86008.5549699676,32568.1162221804,2345.07325280732,14540.1047864631 -2483,2585.4832047199,4682.32990718851,574.428375843615,1876.0101219417,1162.83556245919,3339.20582848923,1251.42885070968,3935.03808974661,221.741272466893,1439.14077821462,1774.24179800658,7986.41171275509,992.494606035598,4658.85192079319,1112.94949058963,5265.25671037541,753.94081627284,5978.34015612093,206.881547909343,1622.27078845878,370.352294958783,3119.29443040153,839.142042744416,7159.24273821193,533.671267214086,2084.38500527618,445.406685249941,2838.81182660587,573.409036436408,5074.58273716492,708.727329249736,3398.48194468053,567.158021882451,4329.42397616083,665.899506664301,6103.14785594376,10295.0403653721,3375.26965506053,82628.1859842986,31459.7792674268,2220.50816085681,14069.6654912442 -2484,2546.48526162944,4599.67418165627,565.566942579004,1842.89349393631,1144.02297036163,3280.25985801596,1230.67807793959,3865.57407615678,218.110857912977,1413.73606997658,1745.14716133869,7845.43005029183,976.219332851359,4576.61064491273,1094.65341676211,5172.3107577971,741.557035410509,5872.80636143379,203.681411297977,1593.63334263849,364.147504484781,3064.23048800446,825.12792180495,7032.86283450633,524.788727559502,2047.58999973095,438.295705279183,2788.69915709547,564.030695103202,4985.00269342008,697.122942201961,3338.48959121254,558.384967114651,4252.99799017107,655.599074304327,5995.41086943004,10119.6979009822,3318.95253773996,81302.2541244911,30965.1998331599,2182.59704591535,13850.644797366 -2485,2539.08792528211,4528.84498509059,563.085087181738,1814.51525226602,1137.0240045234,3229.74798237127,1225.92661446184,3806.04909780696,216.454850517061,1391.96631280732,1731.74590131965,7724.62029611609,968.722790780308,4506.13659780178,1086.29968638883,5092.66367826617,736.357331402244,5782.3725307453,202.992259393094,1569.09339375918,362.639807842938,3017.04519291922,821.737496616836,6924.56559334276,523.656587761883,2016.05968935478,435.582684207491,2745.75669792125,559.779973345906,4908.23992246974,691.827119160936,3287.08105092256,556.495682956156,4187.50717087769,653.380868195005,5903.08908353999,10020.7439301214,3292.5548446021,80863.5281310961,30855.645399888,2160.93355166309,13812.9442590556 -2486,2608.81735289217,4453.14221269659,579.567026012327,1784.18437638046,1169.79586078388,3175.76051377732,1260.39187140946,3742.42835796707,222.765608991759,1368.69863433622,1782.29413937349,7595.49793179757,996.999012019943,4430.81341178797,1118.00470390529,5007.53628693699,757.86243103827,5685.71617950487,208.661997803161,1542.86491377284,372.86901192971,2966.61319838333,844.90731505838,6808.81669604866,538.095079168741,1982.35985897896,448.28661027956,2699.85947798188,576.08803209068,4826.19530161627,711.998532281643,3232.13522048283,572.039058640166,4117.51009584005,671.630325666357,5804.41487173015,10321.5935340856,3389.38226259023,83166.8413057052,31715.7473027841,2225.92403441988,14194.3692888712 -2487,2707.51830127302,4346.63849174487,598.880698988542,1741.51287255858,1192.32714232698,3099.80733388459,1296.49690633859,3652.92244809913,226.523219133972,1335.96410881338,1811.56449592135,7413.83995781436,1013.37258129507,4324.84371833135,1136.3409961621,4887.77338202931,772.087757438029,5549.73356308042,214.795956658952,1505.9649347481,383.200980449861,2895.66209707974,868.378297901188,6645.97340949476,557.196055662483,1934.9486847648,459.328235378873,2635.2882007314,585.971706001079,4710.76944429774,723.99323070608,3154.83375307874,588.855077304544,4019.03353135646,691.373991630034,5665.5933941622,10379.3427813602,3433.3211795341,85270.5357987686,32754.6427924934,2236.75578154601,14690.8767432973 -2488,2821.3210283931,4316.42236825254,623.158082759289,1729.40655911184,1231.30030371538,3078.25869086287,1345.18821475558,3627.52876605971,233.47077713284,1326.67701107799,1866.69696723484,7362.30185448621,1044.21318061898,4294.77910354309,1170.93693255685,4853.79550133037,796.772878767826,5511.15399521204,223.080137044956,1495.4960580449,397.36350141959,2875.53259155873,900.53027825495,6599.77321280267,580.138750610605,1921.49768153064,475.402037105688,2616.96871226637,604.03356038308,4678.0220254491,746.190125758237,3132.90258800443,611.565847830595,3991.09478886984,718.038678200223,5626.20841425635,10634.855003602,3532.37154332404,88296.1060100666,34051.9526241632,2290.91451717666,15293.1624880494 -2489,2901.62954503604,4289.91015154832,636.977776125308,1718.78424332502,1245.08976767766,3059.35149075102,1372.40696612705,3605.24785364161,235.206179073605,1318.52833019984,1879.74484794636,7317.08131637491,1051.5120455431,4268.39982353394,1179.14658368908,4823.98264540698,804.183942678819,5477.30352912094,228.010332182233,1486.31046122685,404.965034549061,2857.87057039783,917.868646302513,6559.23625819335,595.741429018013,1909.69550867006,482.084360221096,2600.89483540991,608.696723407215,4649.2888007772,751.720652778658,3113.65975557513,625.081793306688,3966.58079072456,733.907732462665,5591.65126391839,10592.5981923011,3546.52181803157,89734.5006545712,34865.1712436966,2280.08277005053,15698.8326297999 -2490,2949.51479168618,4286.53114687396,645.038355473298,1717.43042010094,1249.06109033976,3056.94175194005,1386.42273584122,3602.40813231428,235.259108770172,1317.48977385865,1879.50926174136,7311.31792015045,1051.38026077848,4265.03776175496,1179.01871894132,4820.18297144364,805.672652151591,5472.98925829149,230.666157065952,1485.13974906304,408.755872485515,2855.6195307082,926.548296643233,6554.06978868846,604.862641804824,1908.1913116537,484.88545637176,2598.84620606899,608.971684251774,4645.62672673944,751.877122098255,3111.20724013849,632.362637841824,3963.45646071306,742.456162700775,5587.24692557779,10498.4553979811,3537.6967942325,90379.7763581059,35320.0914309942,2258.41927579827,15934.9672394285 -2491,2877.24919605148,4264.17771000214,624.520676275589,1708.47435022484,1193.60587004623,3041.00038766871,1339.02737903747,3583.62226560457,223.592791107032,1310.61931765989,1785.28913552314,7273.19080104692,998.674385425623,4242.79640875959,1119.94506222586,4795.04664277347,767.585643726264,5444.44867018109,223.50564911654,1477.39503043416,394.197439636406,2840.72802316459,893.725115066458,6519.89157319089,588.741964303002,1898.24046035626,464.53241770974,2585.29372211018,578.986260218068,4621.40067536877,714.572518754014,3094.98289176573,612.732373251761,3942.78779629584,719.408294202281,5558.11050567117,9828.81975374891,3347.99969239466,86876.0870697973,34268.4966074635,2112.1906895955,15512.3849467222 -2492,2585.87116268037,4128.62751568886,557.749694866348,1654.16516193538,1053.50476494996,2944.33270130836,1193.61856013415,3469.70564967444,196.15768102817,1268.95719303436,1565.40420301155,7041.9897364086,875.672768784951,4107.92588582381,982.079929472878,4642.62112292597,675.15825150472,5271.37988051956,199.900929118465,1430.4314193766,350.886528008331,2750.42661883335,795.690438067663,6312.63647508028,528.586924641579,1837.8989641163,410.62859811281,2503.11209408681,508.117359999365,4474.49503443443,626.877638015572,2996.59920306742,548.020916688879,3817.4539832443,643.43065598123,5381.42861990191,8501.56266293529,2926.78695972909,77054.8523184268,30660.8948843154,1825.14939075304,13925.1367011848 -2493,2208.4950441576,3872.34277942734,480.484101575239,1551.48278609773,907.384566118725,2761.56311820755,1022.59657153035,3254.32351748819,170.224917908643,1190.18661896146,1358.86260374153,6604.85791100326,760.135290506753,3852.92620415489,852.353651634704,4354.43021068459,584.993709631575,4944.15874049676,170.407873177648,1341.63732553742,301.022818092994,2579.69376440757,682.434312689485,5920.77928574,450.841384397354,1723.81130435432,355.965343841947,2347.73129976029,440.856368538484,4196.74055659746,544.010034281695,2810.58517455037,467.166807486294,3580.4853578189,548.499949983137,5047.37619949807,7437.66923813152,2541.340795454,66340.2787520243,26235.6583215701,1597.68270110429,11875.5323335478 -2494,1763.20527021318,3567.19239589294,396.849831803034,1429.22202712258,795.753272026817,2543.94497521864,853.586396697021,2997.8746114713,152.975936311435,1096.39690974896,1224.2069903564,6084.37843913405,684.810174106434,3549.30589575299,767.741045010489,4011.2901209375,519.846015008747,4554.54655432024,140.273382166215,1235.91291843512,252.9599522655,2376.40738547634,572.981861759152,5454.20693593028,362.743481417566,1587.97062324022,308.239548789842,2162.72414844,395.547527234999,3866.02680954909,488.943777668539,2589.10396980615,384.554228040743,3298.33407565908,451.504626326304,4649.63021706543,7129.33639639082,2325.77141419675,56663.2427070005,21466.2740160889,1538.10809191057,9564.21341941789 -2495,1782.705619333,3324.8785576763,401.990137457287,1332.13719495749,935.313134365293,2371.13874478743,968.60659430341,2794.23364597861,184.262788161138,1021.92037080029,1528.2230038729,5671.07606316841,854.873946644419,3308.20705970617,968.631025944151,3738.80941411498,682.499555802896,4245.16328186643,182.107204501059,1151.95927373899,331.827214931929,2214.98172326532,751.305669951509,5083.71113127598,367.007638238841,1480.10224553914,336.709875052676,2015.81365658773,465.207423875593,3603.4136138188,630.714140455983,2413.23015902208,499.240086508937,3074.28336549446,586.157145780875,4333.78805910324,9528.14022731138,2972.80198564033,67384.9576347993,24544.5008493688,2205.30622750312,10857.1032482009 -2496,1911.59320704248,3180.03609735695,428.535403587881,1274.10499153909,978.337732636348,2267.84427444937,1014.23950774652,2672.50779374974,193.377284839181,977.402215267831,1603.09519955611,5424.02565353734,896.756766923544,3164.09086374244,1016.08356550114,3575.93478732439,717.350158134639,4060.23024340002,190.344606726999,1101.77620313906,351.929201733879,2118.48995768807,796.350198319821,4862.24823720821,393.063362359833,1415.62420610124,355.893074272037,1927.99829596609,488.36977571239,3446.43726586505,661.788655727899,2308.10205058557,521.822616459661,2940.35764199727,612.671265255914,4144.99423878944,9909.85292273609,3102.22556282835,71074.8625079944,26055.7996619236,2284.85640335525,11529.0234368709 -2497,1932.6487139302,3135.58915286811,437.381116345254,1256.29699436605,1041.82443646232,2236.14691457991,1064.79210562197,2635.15450532212,206.695480400017,963.741193607922,1715.50665773315,5348.21476342536,959.638706703489,3119.86678367765,1087.48788868755,3525.95441913925,763.62101856902,4003.48094159482,199.701889335692,1086.37682267896,367.193626295488,2088.8801033761,831.075710604711,4794.28923584033,400.286050870851,1395.83821355922,372.787937653938,1901.05091844839,521.584750053273,3398.2668674323,707.710509398212,2275.84201309662,547.475256572671,2899.26065162039,642.789997138069,4087.06020181697,10837.0907655921,3343.26109904559,74542.1342325106,26881.6190090222,2484.82746575568,11838.3881446382 -2498,2166.76874236503,3164.70059908864,490.510868241546,1267.96071069032,1169.84308134986,2256.9077564732,1170.00061310801,2659.61981468649,235.980994683597,972.688762489059,1959.31957026815,5397.86867497781,1096.02541613886,3148.83226023098,1242.11490294461,3558.69009573608,870.418692688762,4040.65007136412,217.622409178741,1096.46296563546,415.954015012076,2108.27369029898,939.991930362807,4838.80039034767,449.719911310568,1408.79745888938,422.079888564611,1918.70066108903,595.327494506629,3429.81706687849,808.110979536882,2296.97139234265,596.603691118911,2926.17797606061,700.471629179432,4125.00529840479,12460.0632949077,3799.95568517301,83932.2844166369,30031.8999559164,2814.20617566652,13134.3158078447 -2499,2734.46004855373,3261.65213108266,611.037817250636,1306.80505932951,1403.52631048578,2326.04878821006,1421.14628196321,2741.09804856105,281.655175290823,1002.48736830467,2335.93122015826,5563.23396662415,1306.69852253623,3245.29766100523,1480.76268359754,3667.71161163332,1042.92066145952,4164.43657261587,264.368549168468,1130.05343050397,509.01967120117,2172.86127378035,1149.97935642519,4987.03846095459,564.068083080292,1451.95638265865,513.11131517451,1977.48061916282,711.101180079081,3534.89051970018,964.072844351489,2367.33978532687,724.756484614209,3015.82229746906,850.935659791094,4251.37604680322,14553.6289294206,4504.93501347988,102127.614990425,37101.2322508035,3316.37388629042,16316.3704686303 -2500,3692.67515927079,3493.69898434568,807.178742310969,1399.77634800736,1740.63689641045,2491.53311337665,1828.11350097098,2936.11062227867,345.388853892449,1073.80829092367,2858.53614229129,5959.02446911791,1599.03892782228,3476.18099248059,1811.84675096184,3928.64714490039,1288.11070954497,4460.71108732574,342.934653630652,1210.44990812603,653.282671404626,2327.44723233578,1476.51032053189,5341.83613264314,754.738385623797,1555.25431147831,649.296993120906,2118.16642397089,873.263025344354,3786.37663433172,1181.20159228488,2535.76171559786,940.142519976381,3230.37984254234,1103.82012788696,4553.83578010745,17109.7559485933,5434.92749734263,129667.149005772,48873.3119220223,3864.23835629322,21719.8533422221 -2501,3826.60849401211,3917.63447823635,837.156116598279,1569.6292403395,1816.12964993633,2793.8629150273,1881.23208955813,3292.38673889622,363.057263675069,1204.10728067532,3005.78370608656,6682.10965554683,1681.4078659134,3897.99080280019,1905.25747142085,4405.3605009045,1352.22566684844,5001.98661403321,351.660605559298,1357.32938513038,682.147181957012,2609.86638074148,1540.66892765963,5990.02990930283,783.269169891874,1743.97334755338,678.395854943358,2375.19083652397,917.721456463515,4245.82647695524,1241.80072058423,2843.45834318593,964.06439065506,3622.3634336127,1131.9067655943,5106.41132516358,18108.5663061534,5713.37389533199,135186.958074326,50610.1900352902,4078.5634041058,22418.0355050252 -2502,3764.70469024429,4270.22093596124,824.956734954397,1710.89561341927,1802.80225177698,3045.31011717207,1844.73114631337,3588.70100307189,363.576668809769,1312.47673759443,3011.3330112826,7283.49842386274,1684.51209639681,4248.80933297155,1908.91176535356,4801.84222033083,1352.19778479056,5452.16458536432,343.066859319762,1479.48880621156,677.883862540286,2844.7539251086,1529.96583107072,6529.1316144568,772.603868492226,1900.93066156428,674.301552979191,2588.95762056749,918.772687495411,4627.95016050473,1243.79138114997,3099.36912569557,940.504956925809,3948.37554595878,1104.24566464482,5565.9875032955,18283.8021375274,5718.69450733585,134029.938446188,49865.5532122216,4082.18294061783,22002.3980855074 -2503,3581.34228465408,4489.6614914028,778.990120392686,1798.81609560077,1696.99180032649,3201.80425497564,1774.31385614556,3773.11922246561,336.552829159532,1379.92304274375,2785.86303575605,7657.78700603662,1558.38625786426,4467.14957671415,1765.96713913982,5048.60203434849,1254.1919081725,5732.34353697208,332.396067009012,1555.51762305112,635.83148327262,2990.94176662361,1436.83680997438,6864.65436363392,733.070284365795,1998.616773474,629.456679700522,2722.00045530412,850.826876603177,4865.77390990949,1151.06132508678,3258.64127874354,911.251379117432,4151.27692644719,1069.89907642923,5852.0156521011,16728.2594038528,5305.32744574015,126076.333307643,47398.0968271987,3780.3056893606,21065.8093312435 -2504,3359.93116474626,4569.13314974704,729.166689889323,1830.65700352834,1599.76566609117,3258.47950640023,1698.42847361703,3839.90734052619,313.491755202513,1404.34910978784,2594.58210667528,7793.3377672203,1451.38545867024,4546.22275085279,1644.77268964079,5137.96751919809,1168.99991852913,5833.8119545698,319.739755642587,1583.05189603011,594.795340383303,3043.88453361391,1345.58158268028,6986.16585559889,688.001539746831,2033.99436033366,587.282891625484,2770.1826825413,792.608660278754,4951.90314760126,1072.12219493004,3316.32260435498,876.554575117996,4224.75882752652,1029.16160331835,5955.60239008112,15536.8045264002,4960.13629806868,118334.848161671,44710.3425421571,3531.68366747257,19957.3701365796 -2505,3199.84927015722,4680.83534864084,691.910196412424,1875.41131600132,1511.79503963102,3338.13998334113,1619.9760492413,3933.78206017821,294.483654144377,1438.68141712857,2436.5137575148,7983.86252033869,1362.96347238687,4657.36485621241,1544.56653070323,5263.57608671622,1099.26350838475,5976.43192249402,305.75976490571,1621.75297388322,562.576825106456,3118.29877903863,1273.25576950061,7156.9575708612,654.520617322112,2083.7196879047,554.043123947716,2837.90570282459,744.707110057316,5072.96297496191,1006.9871735376,3397.39717911719,838.228953657854,4328.04206208422,984.163540277291,6101.19978479615,14503.5829139222,4657.64635839735,111939.920296825,42534.0946070837,3303.60789033319,19038.1802913593 -2506,3074.04613253544,4751.92446815814,664.881393044238,1903.89369772535,1445.08453656782,3388.83722316396,1553.64698081038,3993.52547822265,281.30105487289,1460.53106309813,2327.10319463655,8105.11561185855,1301.76020594258,4728.09752297778,1475.1492655106,5343.5154483145,1050.59801299155,6067.19761955033,293.164471549643,1646.38297737638,538.623736163277,3165.65723070006,1219.11484990635,7265.65223201458,628.104887700176,2115.36570552782,530.804638280827,2881.00574857722,711.441370901052,5150.00744338968,961.851037807327,3448.99437408884,803.699428250461,4393.77321400709,943.622468746964,6193.86036531118,13812.7971553503,4444.8205924352,107180.832294059,40806.4762413876,3147.90529633986,18273.9758460578 -2507,2996.32296639844,4688.95795821299,647.016833272128,1878.66569962571,1404.97197749225,3343.93262626964,1521.61345871299,3940.60831520254,272.118760050172,1441.1779474655,2250.73055130395,7997.71684190744,1259.03804899563,4665.44673765971,1426.73325713597,5272.70992081234,1016.9318900446,5986.80276861981,287.829075394268,1624.56718657138,523.131161419107,3123.70993359222,1184.56924304776,7169.37697204553,612.084446420942,2087.33554708837,514.79325020396,2842.83029390924,688.304401471945,5081.76603991731,930.383663565393,3403.29265050041,789.072639346273,4335.55247278311,926.44917463917,6111.78713942035,13312.4438835678,4301.92374234427,104187.662142092,39808.526447533,3041.83839520369,17862.4604319412 -2508,2953.99686697367,4617.60891574405,637.852589676053,1850.07917784793,1386.69081393252,3293.05002226867,1506.3408885049,3880.64645746347,268.257691573965,1419.24841269565,2218.79217633227,7876.02041304347,1241.17201465885,4594.45545123992,1406.42828364773,5192.47827714671,1002.34128399272,5895.70520519568,284.825372639771,1599.84712846437,515.200806954087,3076.17832535459,1166.84022022265,7060.28489090235,602.566682650838,2055.57382221829,507.49130105975,2799.57266157819,678.538733292598,5004.43987401211,917.182026113956,3351.50680084708,780.838100646332,4269.58098823075,916.781013304347,6018.78776428033,13123.0210743219,4242.24755588063,102746.977988353,39281.4273458153,2996.58519342701,17633.5361791883 -2509,2937.63715929747,4539.30690753058,632.912717404211,1818.70689889951,1379.52188620472,3237.20890739818,1508.63990051329,3814.84131538012,264.727763492996,1395.18184428425,2189.22755088321,7742.46466453283,1224.6338340565,4516.54606241039,1387.74339199645,5104.42805805623,989.878196716503,5795.73018222926,286.485056687031,1572.71810015576,510.808524306462,3024.01476085766,1157.57899837886,6940.56178407277,599.506600167863,2020.71691656699,502.000277160737,2752.09957203315,669.687164584701,4919.57827155317,905.049984012273,3294.67441901573,785.388062354886,4197.1805810701,922.123117515464,5916.72559800485,12907.5540463411,4196.18581856965,102019.632200885,39120.5553541924,2968.25869988696,17611.3413416629 -2510,2985.11654857874,4481.01902962424,642.06715609151,1795.35342934349,1387.81556335441,3195.64087919574,1523.0293285712,3765.85608275484,265.755083751048,1377.26673286892,2197.09902327575,7643.04599902869,1229.03706359372,4458.55044968647,1392.72464976517,5038.88362902983,994.866086795393,5721.30895006286,289.132415427932,1552.52329895144,515.937075325824,2985.18429471856,1169.16271364352,6851.44011283253,608.596855172787,1994.7694969905,506.227705644566,2716.76068724115,672.416771795202,4856.40744316806,908.45519954655,3252.36849342208,792.645697276299,4143.28584466124,930.644297375845,5840.75070001113,12882.0387938573,4207.12992133426,102927.108573792,39592.5071152714,2972.03793488211,17846.3257499038 -2511,3109.33434083118,4375.61997964116,666.72729781562,1753.12452011868,1414.20458377001,3120.47549593636,1550.0404519721,3677.27854026477,272.626675173525,1344.87173426302,2253.05271850044,7463.27220607024,1260.33704804943,4353.67988819324,1428.12034133047,4920.3629211364,1021.7306892539,5586.7367636897,293.643257203793,1516.00605148959,533.053191589182,2914.96910781405,1207.0961438253,6690.28585882594,632.717527398111,1947.85007787443,522.353864012983,2652.85915199357,689.98277765055,4742.1787984208,931.79821853393,3175.86880727138,805.012001204684,4045.83069239597,945.16355897042,5703.36909754542,13106.755789672,4285.00603920142,105797.544003524,40898.6205709751,2995.98193734168,18414.5013077688 -2512,3191.26849618841,4336.95633815978,680.096302918375,1737.63364608632,1410.58392978238,3092.90250139212,1559.49894816858,3644.78554960985,271.290623581224,1332.98824373735,2240.33058241044,7397.32560142996,1253.22040168208,4315.21011268599,1420.03412818788,4876.88584844128,1019.48652798085,5537.37151069991,295.496570570359,1502.61039219305,538.918010980281,2889.2119988699,1220.14566616966,6631.16947873417,647.837954924984,1930.63857929347,525.496551073764,2629.41808635476,686.953524911465,4700.27618764659,926.943731537704,3147.80634903059,810.092790446316,4010.08111905253,951.128907107856,5652.97326357229,12835.6678132259,4237.85826694455,106465.436655393,41572.5692924722,2929.19775744679,18763.5606285898 -2513,3289.21241140153,4303.94602875532,697.235556834099,1724.40782137967,1419.31674787972,3069.36118334138,1567.67751341736,3617.04362893454,274.718854445181,1322.84233703981,2267.64453638542,7341.0215974629,1268.49957728268,4282.36532250177,1437.33393697118,4839.76591957071,1033.70065814503,5495.22436126995,295.730878563238,1491.1734234774,550.754571448564,2867.22105070688,1245.89379493596,6580.69699546741,666.828486243193,1915.94371684123,535.111027820708,2609.40453357339,695.843167230898,4664.50050554543,938.486485184358,3123.8471358348,810.735137040758,3979.55878768568,951.883085421205,5609.94622296233,12872.7654715328,4260.125229542,108133.790477741,42429.806855728,2914.46229475041,19136.1472518898 -2514,3345.30549220179,4275.6793305518,706.621959231418,1713.08255959872,1416.49341082075,3049.20277390329,1560.68669627752,3593.28824725341,275.155331740645,1314.15440627532,2270.36760665732,7292.80852959109,1270.02283784376,4254.24035825741,1439.04832701207,4807.98015792077,1036.68923864771,5459.13379518412,294.050855179192,1481.37995746995,556.06718956086,2848.39022160688,1257.15055164511,6537.47745351756,677.426284378604,1903.3605193622,538.81356540245,2592.26694635724,697.133059454003,4633.8658211931,939.826775086009,3103.33088316048,806.129415801523,3953.4225428343,946.475514016572,5573.10220685176,12784.3897486193,4245.02648979387,108700.138922653,42801.1283570239,2888.54882555171,19300.2736470596 -2515,3265.59018196759,4257.74459646403,684.871168791329,1705.89687568709,1350.17347648851,3036.41260965058,1496.02601101786,3578.21586594672,261.991501846934,1308.64206355625,2160.38148032901,7262.21816683944,1208.49760647888,4236.39555193023,1369.31672222958,4787.81263857117,988.995161431941,5436.23495142224,281.730548489575,1475.16617164407,536.366399261999,2836.44238425675,1212.29172360655,6510.05539712154,659.853303746883,1895.37669687486,516.965116516621,2581.39344187451,664.067907877412,4614.42864060107,894.629557146672,3090.31367352594,772.353756049934,3936.83954477462,906.819555186626,5549.72531200147,12004.12084152,4019.05111978064,104411.139031913,41428.2576884537,2706.93276235967,18714.9685475887 -2516,2917.9348925681,4136.88009619155,606.965293315917,1657.47161937474,1184.62458275711,2950.21803306859,1336.17400210455,3476.64113249186,226.477907553578,1271.4936706774,1865.93793506459,7056.06574277584,1043.78858497726,4116.13708650564,1182.728278954,4651.90110868754,857.520076176714,5281.91667190094,253.240933019707,1433.29066264743,472.253419804547,2755.92435797364,1068.2549821829,6325.2546007157,588.616335520692,1841.57268113232,451.749176576269,2508.1154841929,574.386768931932,4483.43895837531,773.086340929195,3002.58900865381,694.250541348723,3825.08456900005,815.118670897253,5392.18538416229,10183.1912767787,3469.8725269299,91872.0624012335,36878.9944792966,2316.96213189045,16758.2971613655 -2517,2504.71954386556,3894.63123713704,526.39183517528,1560.41282159174,1042.28764950882,2777.45814255814,1175.62334284081,3273.05477559853,199.081749069337,1197.03710344447,1641.14668764034,6642.8741984585,918.042420726568,3875.10290380455,1040.08302474709,4379.49347060989,752.257849598465,4972.61636402715,222.969191862024,1349.3595310588,408.939547315289,2594.5419838569,925.654591979287,5954.85814864948,504.869006443184,1733.7332295415,395.537122666834,2361.24438802986,504.711817045711,4220.89618530658,679.727447837499,2826.76236039644,611.261695763264,3601.09394053578,717.681573647748,5076.4279228024,9066.5426963,3070.26011802112,80207.7919551273,31960.1872969638,2078.91486041941,14504.4430613942 -2518,2023.44587959778,3577.9142475877,441.169297925474,1433.51781633522,941.95652593928,2551.59126891879,1011.66182880128,3006.88527403626,183.592657042528,1099.69233196349,1518.34701610333,6102.66615564587,849.349409570841,3559.97398628756,962.253720377452,4023.34678988277,686.460054500192,4568.2360802198,190.731865365612,1239.62768162938,351.866363137422,2383.55011419004,796.27875105725,5470.60055628755,411.603895733098,1592.74356050529,349.743183334651,2169.2246129518,464.420236442596,3877.64686294114,627.680250256137,2596.88599715588,522.884271525818,3308.24782430906,613.917753108551,4663.60553437108,8962.87784871814,2898.23529990882,70233.1389076752,26696.4636914479,2073.32585716825,11948.8919044523 -2519,1975.71038849351,3335.08056346781,456.32483421433,1336.22470406265,1100.3237005414,2378.41431013129,1083.24073046825,2802.80742915432,205.457576006963,1025.05601541422,1652.42372603617,5688.477104992,924.350692683919,3318.35791093191,1044.19540104171,3750.28151892556,733.121847544741,4258.18907503036,203.700335183662,1155.49392770556,388.467037005528,2221.77813882662,877.9526505626,5099.30991165364,387.255248284121,1484.6437683103,382.735732965182,2021.99894794269,529.524945627224,3614.47027225599,691.097532509591,2420.63487700846,558.436846239105,3083.71644888545,655.659985517864,4347.08578715891,10523.8016147918,3302.77461182211,74907.3481475509,27183.0970464131,2453.30174826836,12121.2815730163 -2520,2111.29369465622,3207.84792881933,476.590375887145,1285.24800759463,1141.43824697162,2287.67829545193,1132.952881701,2695.88090464097,212.508802510923,985.950340147475,1708.73560131644,5471.46287836922,955.851039781033,3191.76324202368,1081.09409235954,3607.2090535845,765.120609781595,4095.74004133022,212.843165823244,1111.41207302634,404.925944682275,2137.01776172996,915.236541425886,4904.77229176654,414.671647511245,1428.00491519661,400.388958356118,1944.86010571464,547.78157040896,3476.57897792409,714.748910346539,2328.28815642324,583.501574303805,2966.07330329002,685.088450617522,4181.24536225233,10879.0859963888,3419.46402842561,78137.2244104563,28523.1440181665,2529.00139765482,12747.2069716661 -2521,2134.38122270667,3155.86319352057,497.153442154304,1264.41993876138,1208.74377326653,2250.60535643591,1189.30317748727,2652.19284388046,225.343149949914,969.972535529675,1812.6362015634,5382.79516227405,1013.97208361216,3140.0391668946,1147.89790632365,3548.75247709495,811.224216958455,4029.36658266709,223.399617075003,1093.40110002944,425.579724218249,2102.38634991201,961.869018313532,4825.28807214456,422.486905231392,1404.86340126919,417.846645855123,1913.34270213687,580.717345232839,3420.23932532119,758.033515729295,2290.55711486621,612.441690377713,2918.00664334551,719.067003812379,4113.48624829213,11759.4142128891,3643.7792047404,82222.765312346,29695.3591189982,2721.26938240932,13231.7217545176 -2522,2370.87687842613,3204.01405740383,538.865823245442,1283.71193864514,1318.22668330163,2284.94416820544,1302.93712054577,2692.65891252375,245.522240135885,984.771977921437,1975.11325400398,5464.92363910481,1104.86025811748,3187.94859428158,1256.13627818606,3602.89788423136,904.066619235543,4090.84500234514,243.45579383769,1110.08376474235,463.272745348865,2134.46369698221,1047.10579761938,4898.91033487014,474.738344026491,1426.2982297966,458.658453458229,1942.53569890612,632.686351106158,3472.42393159304,825.94069543834,2325.50549414995,667.424948450757,2962.5283897199,783.622776653453,4176.24813126406,13150.9367575168,4007.19500675865,90210.5254916657,32463.8553651004,3007.03713838029,14467.9856361809 -2523,2997.3296793111,3314.0267476573,659.601580820401,1327.78933698068,1596.95920037564,2363.39977124575,1583.82707649871,2785.11376621492,297.779222802604,1018.58500515427,2395.05277280893,5652.56668336001,1339.77057741182,3297.40966248016,1520.70683044043,3726.60660767997,1091.79119312586,4231.30782680684,295.713109544041,1148.19948432972,563.382075454496,2207.75241836306,1273.31750336289,5067.11880574254,595.165669601842,1475.27145605355,562.885791541894,2009.23440069747,767.440373956209,3591.65271510363,1001.65961616268,2405.35380661896,810.686423939564,3064.24945344377,951.825891431522,4319.643348593,15631.3734015479,4837.07253699447,109677.977805392,39753.3756935223,3601.49802601894,17757.6180894172 -2524,4027.40656455687,3548.15299083651,856.613073300618,1421.59374861389,1960.04590226198,2530.36701433259,2031.31472524063,2981.87386278673,358.637659332758,1090.54504011296,2879.0218451882,6051.90389535766,1610.49844233088,3530.36195746241,1830.70355340646,3989.88040457365,1337.21085973046,4530.23728050706,382.676672929419,1229.31640104636,714.498108559558,2363.72363372714,1616.14340641273,5425.09584698697,795.730012631984,1579.49504565479,703.348371393368,2151.18090195437,925.441645333915,3845.39241638579,1205.44815801645,2575.28497891822,1049.0937786985,3280.72966538108,1231.7396611287,4624.8134471129,18169.8384863606,5763.573601734,137906.208335461,52008.4431089097,4154.46413587572,23511.7435014603 -2525,4164.74167388027,3924.58743767774,871.663497559648,1572.41499498474,2028.52702436948,2798.82142140172,2089.3082677622,3298.23001794333,371.669203527426,1206.24431237956,2984.86816990177,6693.96896444254,1669.70790660173,3904.90889893839,1900.54644212267,4413.17906924149,1394.44761715088,5010.86406552771,392.568325295364,1359.73835314816,734.424677977374,2614.49833280172,1661.08474952177,6000.66092535178,825.903018405967,1747.0685255287,728.208825946951,2379.40628991648,958.810285304447,4253.36190667779,1249.45637485717,2848.50487078907,1076.21137350437,3628.79235039291,1263.57839443838,5115.47410808326,19116.7336953286,6011.37644711884,142308.697552048,53288.9116522196,4362.36759014966,24063.326720341 -2526,4079.6898209276,4280.35795628747,849.945414236216,1714.95708561693,1981.40973895222,3052.53933810007,2045.53850680123,3597.22017235106,363.294875039382,1315.59240855531,2917.71168872483,7300.78862328709,1632.14118632531,4258.89552458002,1862.2213995434,4813.24124930868,1378.68089891402,5465.10740590046,382.99511349912,1483.0009448868,716.735249806281,2851.50704837656,1621.05591310674,6544.63103260892,814.768869695485,1905.44325541926,712.879984433193,2595.10351241173,937.186240865765,4638.93638944917,1221.32039212059,3106.72667658037,1049.96677160397,3957.74854182134,1232.76464098026,5579.20052653308,18985.915945137,5903.84117927045,139513.105802027,52093.4287309252,4300.59499232706,23515.0004292185 -2527,3904.77241931416,4479.65442940081,829.487349519627,1794.80669216728,1908.26224805992,3194.66771388917,1971.52745663329,3764.70927038516,349.628138615003,1376.84731521437,2807.17678396117,7640.71846990886,1570.30897333165,4457.19269179712,1785.13178098461,5037.34914286038,1302.24639581711,5719.56664559597,370.986587333541,1552.05051059089,693.543405739907,2984.27521954423,1568.66694533384,6849.35365065798,772.914048279683,1994.16203183954,682.102288576849,2715.93335483834,902.092517799298,4854.92852628817,1175.24598978551,3251.37805291213,1017.0458464919,4142.02409398533,1194.1122249952,5838.97202206812,17776.2165055503,5628.19119966262,134035.92135734,50389.7486971709,4066.68904133583,22777.8616832178 -2528,3677.73992123344,4529.62475394549,799.622784791941,1814.82767242725,1823.83384354594,3230.3040749057,1889.36404663076,3806.70441689085,333.610993355971,1392.20597920822,2677.87125410409,7725.95030814843,1497.97664463896,4506.91245676503,1699.29903442027,5093.5405244682,1227.65865929866,5783.36812984876,356.763205654574,1569.36355760071,666.219371589708,3017.56466264781,1506.93097423464,6925.75785331217,725.352494992279,2016.40681109566,646.430838859721,2746.22945765651,860.913253138919,4909.08501490202,1121.28779483811,3287.64701496758,978.052977871943,4188.22816876617,1148.3307479189,5904.10546741495,16694.6942548885,5336.34012086781,127926.430252374,48332.0413687112,3836.03006881046,21865.7706676399 -2529,3506.50886613711,4600.12904839741,765.549357409572,1843.07573966171,1731.8304220687,3280.58424645148,1802.48528941549,3865.95634694667,316.075828247673,1413.87587586143,2536.42940367029,7846.20589333177,1418.85536940975,4577.06323087585,1608.31012768945,5172.82225318692,1159.14477482523,5873.38712958942,341.063253633348,1593.79093875868,635.560210132396,3064.53351306257,1437.70319362567,7033.55832189785,689.981180528648,2047.7924881146,613.132458258677,2788.97493456307,815.806395127216,4985.49566571337,1062.23560423072,3338.81973804919,935.012146913399,4253.4185737297,1097.79656344842,5996.00376207771,15653.7589790997,5037.92074728806,121667.702188694,46214.8228750893,3602.19571204665,20936.9773224586 -2530,3369.32000544744,4659.32666608919,736.822329680792,1866.79370319395,1657.31783282415,3322.80105602007,1728.72349987815,3915.70612644892,302.558128835298,1432.07060098377,2427.68079714989,7947.17625566676,1358.02239528714,4635.96402179755,1539.00175600289,5239.38968008081,1108.94657791512,5948.96990611487,326.986844525012,1614.30093438719,609.536549135097,3103.97003351695,1378.81629052011,7124.07097755858,662.106565003058,2074.1448872643,588.135632667562,2824.86537811176,780.973666646877,5049.65244551626,1016.7610208379,3381.78596189103,896.42219809597,4308.15448308391,1052.48815399591,6073.16445358257,14927.0227597241,4814.68839361395,116624.213409324,44378.6852391739,3436.24326990959,20108.138501783 -2531,3289.22758721872,4591.29164282934,723.941977869004,1839.53496773277,1620.69687681732,3274.2818464142,1693.80167763828,3858.52937614064,295.504623440844,1411.15964890205,2370.71491208304,7831.132380628,1326.15620110752,4568.27013753947,1501.61368129347,5162.88463454579,1078.35031179307,5862.10364089239,320.982581442222,1590.72907315266,597.650460142962,3058.6461726756,1351.99156965421,7020.04600369474,645.179888166138,2043.85843049441,573.882706234812,2783.61697561091,762.844350412865,4975.91792415607,992.995422303353,3332.40546057276,879.961735539933,4245.24724101461,1033.16194600339,5984.48471196505,14460.5135604229,4688.60091026891,114051.057452503,43535.7971376321,3335.31040406098,19738.1278998399 -2532,3242.91559765786,4529.4947893181,717.606803513681,1814.77560113768,1599.75534343725,3230.21139056908,1676.64303271376,3806.59519439494,291.585756122759,1392.16603383942,2338.99453040295,7725.7286341009,1308.41211022078,4506.78314380205,1481.36033504293,5093.3943798906,1063.33940936249,5783.20219264096,317.599059601043,1569.31852920187,591.490686788078,3017.47808226019,1338.04442695964,6925.55913849853,635.152036452434,2016.34895606922,566.143236509331,2746.15066245656,752.786653454828,4908.94416274772,979.77962081776,3287.5526853393,870.685937027057,4188.10799953738,1022.2712428566,5903.93606599456,14240.2141071272,4620.69255709712,112717.651187526,43094.420213204,3282.36627292596,19542.0775847163 -2533,3235.40681400286,4425.78524797535,722.594437768957,1773.22360605032,1609.9030065711,3156.25088121028,1681.11689835644,3719.43751786572,293.495890592883,1360.29031534142,2354.36829012634,7548.83655000564,1317.01205055422,4403.59361946985,1488.5716984332,4976.77351606669,1060.19233194261,5650.7871497303,319.457020243086,1533.38664000575,594.462209036112,2948.38841939955,1344.81054477213,6766.98812888184,631.887006723622,1970.18163826724,567.1109284475,2683.27344570093,757.707285647184,4796.54656185052,986.206618696067,3212.27926148181,875.779466600502,4092.21501810594,1028.25154940129,5768.75664091493,14187.2505940912,4635.84950456158,113058.566162626,43250.0867386143,3288.0193553751,19614.3869147252 -2534,3289.77531823381,4343.71435381165,729.244616775991,1740.3412950599,1624.97062334804,3097.72198350915,1697.62450118391,3650.46499756169,296.238414048394,1335.06535835704,2376.37635436643,7408.85240462985,1329.32316005018,4321.93424251549,1501.7275804339,4884.4852034558,1068.37792896489,5546.0000604066,322.410160927604,1504.95181870448,600.552129732441,2893.71408244822,1358.53368983276,6641.5024273814,641.410089633407,1933.6469761321,573.632860095071,2633.51534885808,764.785866082127,4707.60034255328,995.423413526702,3152.71138447875,883.875391277678,4016.3297849036,1037.75696418962,5661.78194846928,14246.5324716022,4675.64468871963,114100.717243956,43698.0274625648,3310.39023349897,19826.0637626868 -2535,3410.48763765735,4220.31559057868,742.142448645147,1690.90066754138,1631.37070479564,3009.72009607629,1724.55475075502,3546.76046516557,296.332454645243,1297.13804531633,2376.04119702659,7198.37741727146,1329.13567610501,4199.15422134936,1504.71903988565,4745.72390746789,1083.969132306,5388.44606569154,327.284211984247,1462.19827230925,607.012826371003,2811.5077700993,1373.38475431459,6452.8267643907,666.75720676137,1878.71480841842,582.217081551397,2558.70091343855,765.256915750902,4573.86409455244,995.556777860484,3063.14732616682,897.23741985768,3902.23155287829,1053.44530482161,5500.93875455097,14272.376807984,4680.14520516747,115624.175834714,44603.9941833631,3292.66170589639,20282.5433038189 -2536,3494.30460390853,4177.3632046375,748.495103057837,1673.69147630872,1621.16935266218,2979.08858135494,1733.63383287433,3510.66320630635,293.291857165723,1283.93638474246,2350.46053629999,7125.11571957589,1314.82608886696,4156.41720586536,1489.14912727939,4697.42416294194,1078.84678820026,5333.60499751326,329.180626927933,1447.31670642471,608.32754129021,2782.89356715023,1376.55877698798,6387.15293037354,682.538342852128,1859.59413324789,583.33670298354,2532.65965970213,757.656346143703,4527.3134583227,985.140345145311,3031.9720542412,902.436370460084,3862.51647657802,1059.5493860613,5444.95278872611,13959.5025693625,4618.7105517666,115749.158415063,45078.6797193513,3216.26437048222,20557.8900187312 -2537,3585.94074336474,4164.82188597817,750.323890164135,1668.66670419446,1607.42287825999,2970.14473391268,1739.67009045537,3500.12346058182,289.909583699511,1280.08173898854,2322.45587243666,7103.7246309043,1299.16053648317,4143.93877147832,1474.52841429848,4683.3215124374,1081.50639893247,5317.59239899116,329.317062943331,1442.97155874971,607.53764939665,2774.53873820409,1374.86606051131,6367.9773604502,702.458043141209,1854.01124244821,584.911204140719,2525.05608531992,749.107299708273,4513.72151575748,973.628923425108,3022.86943954487,902.810404690729,3850.92039369351,1059.98853917217,5428.60590082978,13816.7667226248,4572.33060780379,115802.9688642,45385.9048101009,3163.70487947477,20744.3600893523 -2538,3639.8484156143,4171.57990163004,744.662485858835,1671.37435316803,1593.84512230966,2974.96421602972,1730.65764449003,3505.80290853366,287.068461866162,1282.15885360822,2299.47494596326,7115.25143410418,1286.30521676734,4150.66290130781,1461.37119759798,4690.92086745192,1078.93452789248,5326.22094869785,327.410111444411,1445.31298526114,602.972001595191,2779.04082178242,1364.62930544981,6378.31030909743,713.545639346238,1857.01963928683,584.57778457896,2529.15334782324,741.812286700003,4521.04567066416,964.050322865493,3027.77447499303,897.58256851644,3857.16905954457,1053.85054341954,5437.41458572677,13680.3934929446,4534.56866671752,115233.195953826,45275.6323654462,3128.17623004219,20720.5532640586 -2539,3547.45933645022,4194.06330312924,714.692919580578,1680.3824943337,1512.04777317235,2990.99826463769,1657.62325686784,3524.69799773927,271.443431227988,1289.06925517579,2173.40685525285,7153.60022725524,1215.78388187158,4173.03356726617,1382.0590717247,4716.2033406997,1026.06056950888,5354.92747401605,313.568120065228,1453.10273228887,575.864696303809,2794.01890971366,1303.42811661222,6412.68723940864,694.918446075748,1867.02834561071,558.307422844326,2542.78462698199,701.626060880655,4545.41257418915,911.425130136411,3044.09315299408,859.635267131342,3877.95789319059,1009.29666549376,5466.72040705378,12818.8829566188,4280.10013751096,110025.413503802,43549.5749738762,2926.69513847254,19979.166777524 -2540,3179.53152935908,4125.18353185238,641.750953604338,1652.78530432921,1345.6764729589,2941.87662257663,1481.96891823944,3466.81131974775,240.638202097158,1267.89866497742,1925.97555877521,7036.11550853585,1077.37308161066,4104.49917069912,1221.91447305047,4638.74838021777,900.237272031876,5266.9826451101,281.748371421348,1429.2381941053,515.406117941299,2748.13229104943,1166.76939431287,6307.37065298731,619.757937917441,1836.36584098968,495.192803210049,2501.02406905666,622.163901548068,4470.76253773511,807.859980807455,2994.09952510409,772.402616950436,3814.26957153245,906.876922707289,5376.93958495901,11071.9359410986,3766.53826179589,97951.3774449387,39098.526680383,2545.71919332954,17980.6172473484 -2541,2740.5656364062,3884.03935006966,569.675280721896,1556.16910366867,1201.29621886991,2769.90453319461,1306.26794095674,3264.15333552947,216.352163399403,1193.78162659875,1732.44843933423,6624.80815599421,969.115784108946,3864.56412623296,1096.80568381283,4367.58294624222,798.154936770374,4959.09277533538,248.203675832851,1345.68979626338,456.890928424987,2587.48583553084,1034.04198387608,5938.66324310585,531.666005226142,1729.01814730286,439.748336604448,2354.82271871802,559.195099379162,4209.41698406884,726.470270945254,2819.07466267499,680.441089270076,3591.30036111459,798.905010908888,5062.62200691714,9979.92831554499,3380.69874747712,86748.0912929261,34324.5514139648,2308.32481219973,15722.3116954073 -2542,2229.02470638203,3554.32617511985,481.971735655469,1424.06708057249,1100.62339802485,2534.76942367748,1128.44743780321,2987.06181745278,202.607338611636,1092.44240347899,1626.82676041646,6062.43318147006,910.031984638046,3536.50418836581,1028.64674323789,3996.82211962075,733.732687080517,4538.11912485031,212.920074426532,1231.45520303878,400.45166218883,2367.83611185972,905.531403229883,5434.53459342905,433.86112522521,1582.24309908332,393.548530145534,2154.92359179014,522.739166809851,3852.08274684488,681.06204915958,2579.76553790145,583.712416361723,3286.43757844472,685.336000007523,4632.85983794182,9942.06365843732,3223.30429146039,76763.3076533978,28920.7542088389,2316.84023298716,13053.0030150664 -2543,2002.86019407217,3326.30813706185,420.398655053593,1332.70996651579,1077.81738296417,2372.15825001477,1083.7803790093,2795.43506694765,183.880357753212,1022.35976017059,1462.80373318684,5673.51442393653,818.279006000113,3309.62947094124,935.534281571125,3740.4169690293,706.367305099784,4246.98855091334,203.716487829366,1152.45457520705,384.526114791626,2215.93408653394,869.395757028717,5085.89694603862,372.07952210008,1480.73863680036,351.64348974161,2016.68038467977,477.283406986482,3604.96295336025,670.222260684933,2414.26776205873,558.481128112855,3075.60519787071,655.711976809086,4335.65143364855,9746.0295040059,3103.43505758128,71032.0095428458,25994.2827224184,2350.89439641565,11846.965083854 -2544,2133.67025449123,3195.37159562527,448.057676944966,1280.24927238786,1118.0896010457,2278.78079242554,1131.17859334442,2685.39577281298,192.980286991464,982.115668046604,1534.6466727246,5450.18263209687,858.467288145805,3179.3494672539,980.653746743978,3593.1794789127,737.1690031484,4079.81041543591,212.844969371908,1107.08944064267,400.805639346624,2128.70622507716,906.287621433412,4885.69608406874,398.465542174661,1422.4509533131,371.57989610287,1937.29593084315,501.018328678575,3463.05746485161,693.501253403084,2319.2327088285,583.506518664976,2954.53730793394,685.094255785636,4164.98317917409,10122.4376115116,3227.94335321478,74593.8472598159,27440.5602385108,2429.73605459626,12489.4162804042 -2545,2155.66096562436,3129.15603932999,457.605184692542,1253.7195198283,1184.01965682298,2231.55913656178,1187.04334445027,2629.74810566427,206.259050375835,961.763939504281,1641.76942876285,5337.24212921789,918.39077640489,3113.46592684829,1048.80493373155,3518.72041493694,781.503498704484,3995.26722283596,223.421206403681,1084.14796388888,421.267104650589,2084.59446446826,952.505718418474,4784.45305977098,405.863310322851,1392.97445007782,389.502671291614,1897.15063821271,535.173269114445,3391.2948326646,735.693114046571,2271.17279485682,612.500876714388,2893.31240009917,719.136494414421,4078.67500814727,11039.5415926859,3467.49212780293,78352.8323790255,28472.9158206533,2628.84656510268,12926.9621805785 -2546,2370.58403006629,3163.27101970309,513.319943280521,1267.38793913202,1291.26282809045,2255.88825124585,1292.08205723906,2658.41839371745,235.47818915102,972.249373118763,1874.91917451788,5395.4303142097,1048.81260804048,3147.40984899591,1194.73924556694,3557.08254082176,870.728872105297,4038.82480231722,243.481246780449,1095.9676641674,458.581214621085,2107.32132703036,1036.92015893217,4836.61457558503,456.01535588693,1408.16106762816,441.129447178057,1917.83393299699,610.867145296064,3428.26772733704,802.89873535534,2295.933789306,667.494726740857,2924.85614368435,783.704703254436,4123.14192385947,12613.5357825903,3892.44472705949,87322.2855648214,31510.1543483869,2942.40463978333,14172.6957089646 -2547,3001.79159614,3274.8432539695,639.050257162976,1312.09018031543,1564.29415211754,2335.45604385013,1571.90437476184,2752.18389087356,281.070830685517,1006.54173509069,2235.94494536089,5585.73339328055,1250.76711649818,3258.42264139254,1425.90883785775,3682.54496376229,1051.68247939934,4181.27883303363,295.736007816959,1134.62371362167,557.667414966582,2181.64899206745,1260.90921774153,5007.20757603371,571.854825277994,1457.82854017277,535.904023323531,1985.47815808033,729.55869046405,3549.18670254338,973.154900510342,2376.91403443993,810.749198697891,3028.01920901327,951.899595194825,4268.56991715411,14791.8134412957,4637.24387217083,106154.419245013,38670.0215872253,3494.40929801602,17439.8454539401 -2548,4028.61028828343,3516.96214839663,843.310418765744,1409.09690680886,1919.93416512829,2508.12325002396,2012.87121065647,2955.66102527099,344.708338457784,1080.95835695482,2737.6381400224,5998.70326355036,1531.40969303186,3499.32751113066,1743.84554770316,3954.80645726234,1288.1821538123,4490.41320369962,382.512327572452,1218.50981681146,707.095472302849,2342.94478579656,1600.03742427297,5377.40531328629,764.917698291459,1565.61013673715,677.34960648352,2132.27045904341,895.691851170347,3811.58862345781,1172.01816571979,2552.64635306903,1048.64323205234,3251.88966824876,1231.21067488884,4584.15797709362,17344.872508098,5576.98374151422,134296.449624194,50835.9419745883,4052.12219343187,23133.6202414649 -2549,4152.86428555499,3892.42188259344,874.780158094416,1559.52762734681,1987.01667601858,2775.88254030127,2065.852140542,3271.19803024844,362.335789275916,1196.35804573597,2878.4090338325,6639.10581490707,1610.15564127314,3872.90462733468,1832.22018690124,4377.00906240568,1343.19356194816,4969.795487829,392.432462439585,1348.59406356538,726.844368887446,2593.07014666063,1644.59764885595,5951.48006427998,793.869208968338,1732.7497137335,707.851820239455,2359.90489638108,941.332632434586,4218.50174650166,1215.3877727988,2825.15878873988,1075.83891056938,3599.05110444297,1263.14108618372,5073.54815616634,18333.5723886179,5841.6113995177,139472.767017868,52375.4334044395,4266.37934535663,23728.0026555579 -2550,4048.38614495136,4244.61845273931,862.215362520009,1700.63778908326,1940.86389108756,3027.05169393127,2015.67666864601,3567.18463223357,362.84662548877,1304.60766848598,2883.41795666935,7239.82957183133,1612.95758681585,4223.33522488864,1833.21811599602,4773.05235518707,1327.82324347427,5419.47565558449,382.866846934188,1470.61840163388,709.341216965364,2827.69795406393,1604.9746765586,6489.98563463051,783.102876353612,1889.533465471,703.760436651433,2573.43529864623,942.460555780095,4600.20288041942,1189.07431098293,3080.78658693957,1049.61513361607,3924.70271493076,1232.3517832693,5532.61613825287,18442.8456790338,5807.03206146132,137651.214459046,51438.1834221099,4239.5901276351,23190.0181027443 -2551,3902.04949530597,4430.72379666266,813.948538389204,1775.20227212228,1869.21164798384,3159.77280958521,1952.37509141112,3723.58788265799,335.886969799275,1361.80820642171,2667.92710027306,7557.25998104575,1492.41397609515,4408.50740544688,1699.67383292108,4982.32688952194,1254.49021584301,5657.09262681446,370.842051972468,1535.09768203644,686.370435463414,2951.67840274543,1553.06312015487,6774.539127963,742.968593522807,1972.38008157126,656.748962004253,2686.26759833384,872.697587236912,4801.89882758403,1142.62223123762,3215.86370958337,1016.64960820817,4096.78134972247,1193.64700213407,5775.19375522123,16960.554298587,5441.69155898897,130504.783773687,49250.6928050687,3965.25507503165,22395.8314012681 -2552,3693.11886440752,4479.58945023869,761.837854174177,1794.78065778519,1786.50946735133,3194.6213739684,1877.41751987615,3764.6546617858,312.873872622789,1376.82734349862,2484.83903732882,7640.60763826057,1389.9961911541,4457.1280384514,1585.1637101848,5037.27607411551,1182.79024419825,5719.48368101596,356.603514035625,1552.02799748338,659.31042603671,2984.23193144994,1491.89806023877,6849.25429806989,697.274540563894,1994.13310572928,612.704512440127,2715.89395914911,812.967371850654,4854.85810362661,1089.26451099271,3251.33089038544,977.615189274412,4141.96401228498,1147.81674088757,5838.88732546582,15791.5454110923,5118.59054994694,123291.277947419,46836.3289291407,3721.6089192911,21429.5297164296 -2553,3527.36136371499,4561.27046312652,722.812716025291,1827.50675995769,1696.38678129396,3252.87222764986,1793.15486587415,3833.29952519648,293.907759827005,1401.93246825121,2333.63977399804,7779.92678299567,1305.41670854865,4538.39948905991,1489.40045941661,5129.12596716932,1116.85177415493,5823.77297481182,340.8891474487,1580.3277379558,628.951144548636,3038.6465356365,1423.31919226901,6974.14387440436,663.314148520379,2030.49420839694,577.9331012426,2765.41567803507,763.805643448204,4943.3817801233,1031.61119779254,3310.61578765343,934.534841323413,4217.48874945713,1097.2361595669,5945.3538300819,14756.0365545622,4817.74191433629,116872.879733959,44667.0253092023,3487.74025632774,20500.7272107808 -2554,3390.71728150675,4622.54746443135,694.525479279144,1852.05784391989,1623.39905590715,3296.5719506436,1720.20031476527,3884.79682225574,280.75299023362,1420.76630377594,2228.93178216542,7884.44384408358,1246.84401726189,4599.36923721695,1422.67459633967,5198.03165060196,1068.50601747764,5902.01068227983,326.814233832659,1601.55817049507,603.192149633032,3079.46830870047,1365.00738989032,7067.83588998351,636.532766205834,2057.77226552231,553.639664148926,2802.5668142111,729.673285289032,5009.79213974562,987.382992296679,3355.09124894865,895.948992342147,4274.14731984728,1051.93256372677,6025.22487858663,14057.2121581189,4600.33738486875,111947.864166798,42869.5197911172,3325.13993083582,19685.5683339396 -2555,3316.89665659564,4566.66387855496,675.810607265766,1829.66767175506,1587.52648506132,3256.71854446032,1687.78231634767,3837.83216077864,271.591064099875,1403.59016521635,2155.88146052485,7789.12605707572,1205.98033663004,4543.76586100005,1376.77876688956,5135.19083601439,1039.08682195918,5830.65922005161,320.801836351798,1582.19637610668,591.42019882629,3042.23954404049,1338.42920883241,6982.39036087704,620.282244745023,2032.89514008461,536.888588740131,2768.68560813558,705.927072458591,4949.2270181501,963.997594142775,3314.53038259164,879.466229638196,4222.47566463229,1032.58017315916,5952.38383703587,13563.7765387397,4464.33187395637,109085.395826061,41935.6467195298,3220.01771992835,19307.7480652745 -2556,3271.22651021621,4478.80967508064,666.238242532998,1794.46823509855,1567.01337039783,3194.06527693888,1670.99815265366,3763.99933740474,267.737500930107,1376.58767516042,2125.28974022701,7639.27761547727,1188.86760857963,4456.3521732166,1357.25238796165,5036.39922082562,1024.63017429523,5718.48807386472,317.413045088781,1551.75783145802,585.317387671069,2983.71245752229,1324.60490196869,6848.06202846303,610.638766952476,1993.7859811825,529.273026460507,2715.42119559237,695.911256009189,4854.01300436314,951.147348052197,3250.76492176553,870.175985202536,4141.24300856842,1021.67250907294,5837.87093337507,13367.4408286085,4402.84504833324,107673.858753306,41457.4982487768,3170.56506556352,19100.2424529041 -2557,3274.63287811791,4366.19774900771,661.030488376187,1749.34943370016,1576.95292283937,3113.75602762202,1679.34398000559,3669.36008147012,264.216639261143,1341.97575798729,2097.06104913899,7447.20118702995,1173.0767374189,4344.3049022023,1340.78517340731,4909.76766961571,1021.70169338754,5574.70657767702,319.27146626145,1512.74156354838,588.260375372754,2908.69216618041,1331.30912064504,6675.87934805514,607.522387588707,1943.65567965006,523.500658137373,2647.14662419535,686.818438973522,4731.96723924708,956.745883844803,3169.0300579049,875.270777303459,4037.11861272153,1027.65429794953,5691.0877615805,13186.7201201919,4378.21294190128,107325.521103826,41416.2282344898,3157.67912169742,19148.6712463496 -2558,3331.27285227588,4255.40528359619,670.503674407647,1704.95961267799,1591.71274055585,3034.74432755219,1696.41972533934,3576.2499033979,265.245742211306,1307.92306241626,2104.75382781985,7258.22811999145,1177.38000733101,4234.06796876893,1346.1127692401,4785.18209287721,1029.63049892915,5433.24814606407,322.223123561613,1474.35567793564,594.28579938396,2834.88397087191,1344.89193104026,6506.47860757587,616.711635201043,1894.33532884633,527.825952226998,2579.97515884726,689.5930827839,4611.89335647303,965.506667855076,3088.61577681599,883.362635337937,3934.67654528109,1037.15493809788,5546.67615216081,13179.6486043884,4397.48080350546,108290.044532903,41862.879244633,3170.16945153729,19368.519392065 -2559,3438.80110976632,4143.18324510228,696.145730386465,1659.99702262292,1597.97802086191,2954.7131267501,1718.07658492037,3481.93830965381,272.109330837183,1273.43097941223,2158.56531636886,7066.81670293578,1207.48166099944,4122.40863037202,1378.4568198225,4658.98896831225,1044.56479179578,5289.96445345199,327.061275195296,1435.47449303868,600.65218207465,2760.12341649385,1359.53211844889,6334.89206197141,641.125208033271,1844.37858958729,544.528511024999,2511.93696922862,707.57379292346,4490.2701409887,966.479893248227,3007.16389726532,896.626246993285,3830.91265129249,1052.72772754476,5400.40117641161,13361.75502047,4449.97329423018,110676.284703986,43012.4824416249,3175.02993518378,19851.2075546389 -2560,3518.97630922279,4089.89888874221,709.884348292573,1638.64825099553,1587.98192293414,2916.71336234826,1725.39270163059,3437.15804512298,270.785955358416,1257.05372885563,2146.78813253676,6975.93228936908,1200.89361226742,4069.39145069931,1370.47587836612,4599.07097439811,1039.65512102877,5221.93165490198,328.920498808682,1417.01324478873,601.922545225354,2724.62621759586,1362.60356396354,6253.42073276296,656.387323894174,1820.65853661917,547.592448750632,2479.63162893728,704.400592387879,4432.52199416748,956.567416879021,2968.48957772504,901.723238955407,3781.64432237243,1058.71209927555,5330.94808111069,13081.6419229842,4396.59858080035,111124.283431986,43589.5399027603,3102.85731869144,20140.9187536057 -2561,3595.61884342633,4065.72599120897,727.65689802379,1628.96320074322,1574.5147724255,2899.4744488299,1725.69833793961,3416.84310055088,274.21382168414,1249.62405105479,2173.20575047057,6934.70180885674,1215.67138569891,4045.33976012301,1385.45458251676,4571.88867125653,1042.13573407885,5191.06800221683,329.030384129933,1408.63814386293,601.117263681772,2708.52261401886,1360.87296249345,6216.46057733678,675.594334239783,1809.89773459302,557.495517341815,2464.97603892955,713.476472716023,4406.3240604548,946.197333972478,2950.94464658057,902.024485451601,3759.29332954875,1059.06579240068,5299.44009882917,13080.3421571888,4392.54120367822,112184.101309886,44202.1052530742,3070.30333830253,20367.7853790557 -2562,3641.25711229882,4048.7659697656,737.345012781328,1622.16804266449,1561.21370015114,2887.37940136901,1713.61599791169,3402.58986942333,274.65480502707,1244.41129182117,2176.03103852319,6905.77396383327,1217.25182594999,4028.46477906778,1386.37126959644,4552.81721143143,1039.62621200762,5169.41365934622,327.117421516998,1402.76206338493,596.594364253319,2697.22411487923,1350.72804654715,6190.52884831188,686.301798914261,1802.34781498325,561.246553876183,2454.69348507126,714.764155439912,4387.94324711092,937.262062735578,2938.63489314603,896.780170033181,3743.61158030669,1052.90844838864,5277.33368587652,12982.0819400242,4365.64983498265,112310.904788218,44330.2574402781,3039.55791595541,20391.2022509361 -2563,3543.85927462796,4043.56749812667,714.488744579801,1620.08523653879,1481.0883487592,2883.67210881593,1639.23359086193,3398.22106493643,261.523177907001,1242.81351194058,2070.95048506056,6896.90719544904,1158.47072710086,4023.29237343633,1318.89149785776,4546.97155590883,988.691348093641,5162.77631589425,313.261476102742,1400.96096674039,569.751190578465,2693.76097495716,1290.09820296582,6182.58042924092,668.453115151823,1800.03366443228,538.334570458512,2451.54174585993,680.808493366642,4382.30928389999,886.334063494218,2934.86179036279,858.794614183105,3738.80491606066,1008.30965594455,5270.55777694524,12184.1569089166,4126.85436918211,107604.204687408,42767.1796951434,2846.21216811636,19681.4739517688 -2564,3188.35237834534,3898.59507317993,633.024465649965,1562.00096183081,1318.12060463993,2780.28495414125,1469.62840941411,3276.38599021166,226.082711034233,1198.25541103931,1789.08787080616,6649.63511177044,1000.79936313857,3879.04686450962,1140.97578079061,4383.95078454064,867.599000647923,4977.67734022003,281.449347965588,1350.73286774163,509.915296289916,2597.18262899227,1154.79321814116,5960.91882035952,596.234228938596,1735.49776996794,470.238822296966,2363.64759003834,588.803209787031,4225.19208379193,784.93796627739,2829.639352298,771.582855336223,3604.75902333469,905.914441646588,5081.59455521105,10378.2351964212,3588.45902304528,95091.4378408006,38199.6015771787,2455.11232830223,17689.908229868 -2565,2759.56886929781,3663.68906114582,549.088506370224,1467.88413003637,1176.70070714973,2612.76161851998,1299.64722722078,3078.97057455597,198.728782398417,1126.05570967973,1573.32792277148,6248.96788774045,880.105225020795,3645.31871056412,1004.49493231522,4119.80014144493,769.264097248015,4677.75228741635,247.968891255983,1269.34578718345,452.046249448215,2440.6919438996,1023.48000539839,5601.74951914568,511.43645334726,1630.92705862583,411.805948102583,2221.22832904618,517.416103055677,3970.60729007749,705.293924849305,2659.14221595372,679.797436138463,3387.55781350891,798.14929859192,4775.40807281619,9266.31281679583,3194.05883957386,83511.2446303988,33314.4958679361,2214.12248414015,15440.9981142919 -2566,2251.77134873807,3359.83829236957,460.754793867604,1346.14407132994,1078.10273585926,2396.07029642179,1126.05033286038,2823.61386701221,183.237671774941,1032.66544446872,1454.40379346297,5730.70510259182,813.580156679608,3342.9915004343,929.445212641472,3778.12146203456,707.056365619909,4289.79943307894,212.846574253343,1164.07165315038,396.314150021592,2238.27134784936,896.532463685872,5137.16426928498,417.117299801337,1495.66491374653,364.691276690409,2037.00911061797,476.303951881002,3641.30203041626,660.76443715587,2438.60428461786,583.510918387374,3106.60819449655,685.099421494065,4379.35606350848,9177.35799273377,3024.15911067579,73504.0042041321,27944.2223843268,2215.02676316105,12820.6274162704 -2567,1932.31113528999,3110.44153638732,433.61411288076,1246.22141575544,998.227176899648,2218.21287977464,1018.11785140293,2614.0204052737,191.79127918981,956.01193038432,1533.79959777782,5305.3217544339,857.993442181554,3094.84526155786,972.652001500501,3497.6760493853,692.446537088853,3971.37277997062,188.748115199899,1077.66401422146,368.748284823361,2072.12715738954,832.612801194324,4755.83874340556,377.368402478809,1384.6435058496,362.266484804442,1885.80437399473,496.1278733256,3371.01255964029,648.092644663771,2257.58962117726,517.445894680397,2876.00840415101,607.532561823765,4054.28172942202,10147.9099314098,3120.06766218991,70048.1795860683,25225.4981525285,2323.35107267375,11215.259753614 -2568,1955.92464740577,2946.36472091888,430.388784980193,1180.48282563129,964.430464884711,2101.20141979805,1024.07674288325,2476.12996796782,180.591105344782,905.581986193991,1442.46713008301,5025.46428457964,806.902896549689,2931.59115472331,914.696507409208,3313.17248582052,655.548070512876,3761.88155785543,192.538479879456,1020.81688254261,358.925930842093,1962.8217673821,811.915400759748,4504.9666833553,379.890472834823,1311.60310488366,348.761218550837,1786.32757217679,467.524306633329,3193.19053687619,609.909886573534,2138.50102512296,527.83703761023,2724.2980136186,619.732789421159,3840.41703291721,9283.48424990757,2937.6050395126,68302.726093414,25250.4423783152,2172.29120641848,11378.2343293399 -2569,2027.0636327801,2847.59372826344,452.984803013393,1140.90949661588,1073.10218457867,2030.76283881418,1114.04122893878,2393.12265623087,201.974023867937,875.224158776287,1615.38351633337,4856.9956315245,903.630738742035,2833.31541636814,1024.50741105567,3202.10499545187,728.83940980988,3635.77199202894,209.149110752507,986.596035377184,388.456735310568,1897.02208786735,878.845353100131,4353.94667281976,397.100505969427,1267.63423038569,380.061998593791,1726.44450805407,522.43725899116,3086.1452017125,682.530323386547,2066.81204936703,573.374460562552,2632.97136380369,673.198219352078,3711.67472214388,10715.425842594,3322.51837639469,74440.6372942465,26846.1767659819,2498.80485365288,12023.7569783671 -2570,2330.03577770683,2803.7965880021,523.870150690074,1123.3618483145,1272.61725149783,1999.52888714253,1296.35100192418,2356.31546439123,240.845217427804,861.76285814847,1927.43720785412,4782.29307939732,1078.19071471364,2789.73788230362,1222.49363804708,3152.85532889116,866.537527459692,3579.8523521194,242.861723588249,971.421790359778,455.985933523765,1867.84512289634,1031.17921508088,4286.98121660765,458.105791754931,1248.13750455812,447.278552246109,1699.89109507168,622.740035421567,3038.67904355773,814.109132228388,2035.02364629481,665.796327092608,2592.4752020865,781.71061440397,3654.58766762598,12960.7885486247,3979.4620917937,87562.7769663061,31102.6003814127,3026.52497819528,13871.2151637784 -2571,2994.61811992749,2807.56548025548,668.023379564268,1124.87188288191,1558.41737617891,2002.21667446826,1574.50347227828,2359.48284790909,298.887861085118,862.921248658761,2390.5862668309,4788.72148701344,1337.27205489025,2793.48787669999,1516.15750278651,3157.09342949944,1078.11558176131,3584.66442652447,292.050429470539,972.727585536261,574.262133456874,1870.3558995498,1296.33365990947,4292.74382091597,586.408910379699,1249.81526384786,561.573346081385,1702.17610619096,773.101519898712,3042.76366722722,1010.04780554482,2037.7591460414,800.645323579148,2595.96003395628,940.036648366289,3659.50020201195,15866.8732978712,4879.44850707364,109041.009434841,39032.0359603075,3669.06462209937,17359.1545324033 -2572,3560.55267886897,2788.00622929579,750.588979098617,1117.03532426573,1546.23843172634,1988.26798522593,1733.10942665023,2343.04521983527,283.11680685671,856.909601422157,2255.12075864824,4755.36026854881,1261.49389076053,2774.02669910059,1429.96864172518,3135.09914900089,1039.93840060621,3559.69141997565,329.782841021729,965.950958919815,605.191751867306,1857.3258346482,1369.84904044599,4262.83789199306,684.248969078582,1241.10827176851,571.481393258409,1690.3176865485,734.261752818155,3021.56587910906,954.975810982555,2023.56284579013,904.087317862782,2577.87495841928,1061.48776129108,3634.00584280945,13566.999487016,4505.93411294069,113358.873237363,44269.4007008936,3159.89874914368,20258.6022858237 -2573,3603.60437834537,2711.26376509526,754.773460491222,1086.28788816518,1541.14336056756,1933.5390599194,1725.77611414415,2278.55072121686,282.438264593652,833.322367749856,2249.10359173228,4624.46455485383,1258.12794271759,2697.66903446911,1426.19752301932,3048.80262940234,1038.46040384987,3461.70760326395,328.175088467457,939.362260478099,608.368908433478,1806.20121380752,1376.47975359643,4145.49931473975,692.027947499931,1206.94561240486,571.913137112513,1643.79012029545,732.630251061001,2938.39446834588,952.57039791794,1967.8623966237,899.679724398927,2506.91655286367,1056.31281145361,3533.97645249967,13437.6505049634,4479.62062980417,113529.329229693,44495.6987781867,3126.01474790686,20373.499641211 -2574,3449.74751386867,2817.8324652091,717.559236721523,1128.98542636915,1476.70767678579,2009.53857973289,1677.77226359887,2368.11123968416,266.352379289097,866.076864988441,2120.41320412679,4806.23336048532,1186.13971896445,2803.70338127145,1344.68978701089,3168.63860305489,980.441360084396,3597.77318426841,321.169218679355,976.284752610336,578.747128234764,1877.19560320539,1310.9652453863,4308.44195388172,662.610252500239,1254.38571272928,540.835622676261,1708.40079323516,691.029115894212,3053.89074832597,898.204576107607,2045.21102655448,880.473394541383,2605.45319904762,1033.76268418128,3672.88262666992,12583.9538231854,4247.70180932272,108398.690785993,42711.8619351011,2975.01958553754,19663.9013220404 -2575,3355.35525371822,3043.31624660975,697.125616630075,1219.32717174507,1429.87829006674,2170.34244703982,1627.6243216192,2557.6081965452,258.20602985552,935.380590072298,2055.43518878848,5190.82956547502,1149.79161251885,3028.05654922601,1303.48255941689,3422.19399462991,950.699269610075,3885.6680510594,311.003516103622,1054.4073452273,561.901189216809,2027.40934666441,1272.66894695621,4653.20474432476,644.126555351356,1354.76202584702,524.793237491205,1845.10752642909,669.920378718156,3298.26398286669,870.709217037601,2208.86941353229,852.604501340602,2813.94232919898,1001.04185238896,3966.78777309985,12177.6890185608,4110.10711531034,105105.504517978,41495.4392608794,2862.87993126236,19101.8245039447 -2576,3156.05641293611,3262.36692077544,654.609023233715,1307.09144510866,1354.91346575118,2326.55854082373,1565.46536618398,2741.69875904557,241.647647395131,1002.70706298982,1923.43887486881,5564.45314700821,1075.95408387475,3246.00886662276,1219.83100773813,3668.51538909049,890.239900887163,4165.34920713933,300.471725160304,1130.301081238,527.670996717297,2173.33745541466,1196.55290721613,4988.13136833591,606.305678759447,1452.27457828926,491.60790345954,1977.91398320884,626.997937761496,3535.6651894709,814.836798033407,2367.85858684519,823.73199057947,3016.48321365719,967.142674505199,4252.30773407587,11370.0740223932,3865.23295569258,99112.2785965725,39302.1650777824,2691.03887553554,18161.5785381544 -2577,3053.5843737447,3420.98533535016,634.114304783319,1370.64308652796,1322.27304042307,2439.677339574,1530.04229823013,2875.00194687275,235.109732800935,1051.45933656196,1871.61901779717,5835.00050038316,1046.96653060726,3403.8319418999,1186.97408021573,3846.88100797746,865.712543392502,4367.87121138693,294.12844170623,1185.25705947464,511.954416841982,2279.00654472476,1161.3514990898,5230.65757968795,586.870861542347,1522.88511865136,477.365754781306,2074.08145541555,609.988085458511,3707.57154471546,792.832805052649,2482.98542085969,806.342116362035,3163.146601486,946.725245472088,4459.05771880862,11098.0931740279,3771.70386425438,96395.9882509854,38171.4375284137,2635.85605373954,17650.1263472136 -2578,2929.81810592341,3587.98628875181,608.323356789969,1437.5532541508,1259.1575956603,2558.77414992603,1463.48309105537,3015.34983471607,223.701976937933,1102.78803120862,1780.46650456188,6119.84552342193,995.976649851289,3569.99552455031,1129.10949929866,4034.67275011575,824.413082648922,4581.09593617593,281.24280339324,1243.11730719711,488.897870637358,2390.25994936371,1109.10909177176,5486.00062185158,562.378784759351,1597.22722825001,456.066428301438,2175.33110910681,580.462036362875,3888.56266922402,754.299070173807,2604.19638551399,771.016621120231,3317.56073847127,905.249626779236,4676.73386100636,10506.2347687797,3582.88182771585,92036.4880422198,36552.8715163247,2495.99558079446,16910.6159444114 -2579,2846.84299435833,3562.70871394678,589.423033277795,1427.42560677602,1218.21871056783,2540.74743527924,1432.28001331777,2994.10651746892,214.507994866763,1095.01882455353,1706.79821752899,6076.73085113388,954.767285040823,3544.84469573908,1082.38528721869,4006.24824287206,791.514253981417,4548.82184539171,276.322119168824,1234.35947252461,472.117410339774,2373.42042718858,1071.83587009395,5447.35142424064,546.192251794496,1585.97466831986,439.350054558775,2160.00577327469,556.708661232455,3861.16751610888,723.204149010165,2585.84966854124,757.526749455838,3294.18832760118,889.411185745695,4643.78599540681,9998.86184852056,3440.5506171436,89049.8388819277,35564.0829540356,2391.98723142723,16502.7392808916 -2580,2849.45459424355,3408.83390426985,592.892754614151,1365.77452575702,1240.40332083817,2431.01154064651,1448.79571473375,2864.78986333875,219.274429354269,1047.72452497713,1745.49805215708,5814.27442310322,976.415617960277,3391.74144013026,1106.88417132402,3833.21678411787,807.401145090196,4352.35641644045,278.888956023568,1181.04699481233,476.884013286882,2270.91145274244,1082.61991820307,5212.07814456804,546.621179417211,1517.47579012507,445.90360439348,2066.71426281171,568.916688432444,3694.40215178197,739.421442743409,2474.16579047332,764.563636639559,3151.91102045977,897.673185970147,4443.21902695767,10342.2132064053,3527.02126166184,90203.9626014912,35773.2043987223,2468.3394660105,16568.032785451 -2581,2815.48321180936,3297.84650137197,583.179930410214,1321.30660158859,1226.39272134418,2351.86082081439,1455.22184016178,2771.51585946843,212.855023276718,1013.61191425885,1693.78187789868,5624.96886111985,947.48606390855,3281.31054665973,1074.13364366677,3708.41200114475,785.14260176281,4210.64909108747,282.484467579926,1142.59356987708,467.574476759347,2196.97339315109,1063.0036232831,5042.37934632451,540.086234386308,1468.06866099056,435.394890554011,1999.42461039592,552.390234185946,3574.11700102323,717.657139290578,2393.61002180432,774.420597023738,3049.28870791827,909.246230525257,4298.55332773109,9948.06848989167,3445.39072553563,88890.4009095331,35472.6904929939,2423.32077534945,16524.6515938489 -2582,2929.95089975712,3212.39659623076,610.55913325808,1287.07046484868,1268.01328031398,2290.92217980719,1469.79112962759,2699.70361253989,225.871213979101,987.348398995971,1798.09254940065,5479.22130876864,1005.83649784262,3196.28910165485,1140.29311495588,3612.32400748267,831.867468892625,4101.54772288654,281.89147164704,1112.98803422818,491.222067643008,2140.04801231107,1114.26614093586,4911.72716568172,562.773708806945,1430.02979903314,459.242142365861,1947.61788039067,586.015168154653,3481.50870085705,761.682240258668,2331.58962478974,772.794920864221,2970.27913887636,907.337526229716,4187.17428872905,10664.1076216838,3620.26421791941,92514.600344395,36637.2573241562,2525.74922569135,16929.8377938658 -2583,3088.32579044931,3165.41538878142,643.949325705151,1268.24709646947,1336.34449813874,2257.41750908687,1546.43608918824,2660.22052517101,238.04658560649,972.908457174207,1894.97859227916,5399.08785536187,1060.03366254988,3149.54346584851,1201.67609183988,3559.49387319324,876.624462844316,4041.56270588757,297.075285008789,1096.71061636948,517.390291693433,2108.74987193329,1173.6530117286,4839.89329772899,592.74759982726,1409.11565451999,484.419579987511,1919.13402513505,617.611803354319,3430.59173664921,802.732675462802,2297.49019386097,814.420777002223,2926.83889224873,956.210390576718,4125.93698567744,11233.9607359652,3816.51638364651,97541.0306613389,38593.8589927782,2671.8375850893,17832.3929580298 -2584,3202.2623030622,3220.77912875454,665.684129107498,1290.42898852681,1362.28867253325,2296.90018691386,1582.93416933611,2706.74830725886,242.3858281442,989.924818133196,1928.78508442606,5493.5189676815,1078.94470451861,3204.62960275657,1223.10110050011,3621.75012364613,894.258418909585,4112.25043538015,304.108990957348,1115.89230153019,531.741094554493,2145.63232344087,1206.00392965153,4924.54398685585,613.855378057523,1433.76136546377,496.560893975214,1952.70005805373,629.024210155915,3490.59346328987,817.225096091449,2337.67375085463,833.703418652003,2978.02988220473,978.850115426513,4198.10043797824,11323.1301556481,3872.55032604613,99985.1936430038,39775.3547457356,2695.10452798952,18398.0618854197 -2585,3302.21127159086,3284.13552627872,682.825182855726,1315.81319796977,1371.65963969706,2342.08283232294,1592.25949356218,2759.99313246949,245.603466278336,1009.39776793493,1953.65580342877,5601.58274902426,1092.85715686087,3267.66832069204,1238.85947798909,3692.99407779324,907.413068446767,4193.14308988629,304.572505886533,1137.84317534787,543.702221689533,2187.83935751253,1232.06110823423,5021.41538162833,632.271068056163,1461.96508617661,505.951252847714,1991.11189450008,637.528123120097,3559.25741639398,827.93390872887,2383.65845875302,834.97412748518,3036.611125287,980.342053039099,4280.68185991444,11355.4169206743,3894.2003249428,101594.580900569,40612.2282342592,2680.48652108488,18767.1394350986 -2586,3411.85414126934,3275.81796661391,706.673566008289,1312.48070614832,1404.87924156094,2336.15116064194,1602.65012071796,2753.00304105271,255.594499129211,1006.84131857614,2033.44494019085,5587.39591100872,1137.49046893005,3259.39246666449,1289.46120864007,3683.6410232868,943.695391082754,4182.5233339249,304.572505886533,1134.96141896954,563.712568768726,2182.29833027796,1275.52319208637,5008.69790340483,653.578494785866,1458.26244305033,525.221628749879,1986.06910870477,663.39639806416,3550.24306979154,861.673932485055,2377.62149063993,834.97412748518,3028.92045783089,980.342053039099,4269.84039905175,11862.4716955075,4026.04597498789,104658.264014294,41654.9100592489,2761.42203920975,19156.7254579099 -2587,3349.90767066671,3317.8606190728,690.247272316311,1329.32540593017,1361.97898793087,2366.13389849225,1560.95640632778,2788.33575833214,246.93188424451,1019.76336738031,1963.85721964408,5659.10592262442,1098.56373562539,3301.22431022226,1245.32200894077,3730.91777703311,912.870566583336,4236.20286579193,296.959722085316,1149.52779261371,549.085366325548,2210.3064831108,1242.47468823432,5072.98076263895,640.805890997577,1476.97814145356,509.709463896777,2011.55880750599,641.052956142835,3595.80776143468,832.342413049775,2408.13646889224,814.103965572001,3067.7943670139,955.838422682496,4324.64057958127,11356.230140293,3882.97282217399,101826.506159864,40708.5007205721,2655.31615972959,18754.8998400847 -2588,3084.54577479251,3296.35193652115,636.948784673492,1320.7077931228,1251.14879788392,2350.79497117119,1412.46845002407,2770.25982460285,230.254993267476,1013.1525512355,1831.75722291117,5622.41965795248,1024.66820776553,3279.8234758074,1161.61946709642,3706.7313703977,850.295027241708,4208.74084941278,266.888593328262,1142.07575311769,508.986444941856,2195.97773758913,1150.33041059396,5040.09416933633,590.938624513612,1467.40334081316,472.790695026347,1998.51848279316,597.647117129687,3572.49723198903,776.230304517653,2392.52525166609,731.665091375755,3047.90678801358,859.047046136263,4296.60524836769,10667.2630630556,3600.17164306095,93811.8586615143,37365.3705868922,2441.8480211737,17133.8984835007 -2589,2615.82107346271,3197.97083144473,543.314521827185,1281.29067545072,1091.77620852464,2280.63443870207,1258.99652629218,2687.58017505643,196.134364004394,982.914557986897,1560.3781022715,5454.61601628899,872.861214080576,3181.93567006962,989.36589688964,3596.102306674,724.069727998564,4083.1290871619,240.713692375655,1107.98998896494,431.611131933223,2130.4377950382,977.876876691498,4889.67029360422,500.065831384447,1423.60802858859,403.855687303202,1938.87180044881,509.070996217401,3465.87444645708,661.215467587043,2321.11926022011,659.907579904721,2956.94064005695,774.796643877256,4168.37113363973,9104.88896532378,3113.36645800308,80834.0551946617,32149.7330642185,2163.31875099314,14835.2856855704 -2590,2093.60746596816,2979.76491159921,449.484683736622,1193.86485915585,957.697379318809,2125.02078186846,1054.93597313875,2504.19954553648,175.899411078633,915.847725123325,1402.56719937387,5082.4332891874,784.58324087789,2964.82387125339,889.294227935801,3350.73083424818,643.221985742179,3804.52650281323,200.063536917658,1032.3889320871,365.240262263934,1985.07244830989,826.893777774633,4556.03529178802,403.061763174551,1326.47152680339,349.825291524198,1806.57750291504,455.886278534432,3229.3887617779,593.602719196805,2162.74321805382,548.466699885423,2755.18084101565,643.95404946101,3883.95226135676,8664.13846740243,2836.14675107336,69171.4455933609,26393.5976187865,2057.47168705678,12030.0294843602 -2591,1469.87613344682,2771.50107459356,348.331575699782,1110.4224119124,760.393470271705,1976.49732620056,768.632956189222,2329.17425949761,142.081988787169,851.836648073387,1121.64671935342,4727.20826656528,627.438898174164,2757.60430400847,713.519712338496,3116.53918456561,525.001813805911,3538.61784526067,156.569742190997,960.232474561993,292.493313148805,1846.33036056669,661.584392444216,4237.60165035968,311.456971478897,1233.76084054239,281.285894163093,1680.31091015781,370.601536100253,3003.67803805848,495.791435655043,2011.58323919223,429.230089222861,2562.61379273586,503.95849768694,3612.49232250446,7130.71639133262,2275.40224104987,54201.211095505,20324.2309903955,1703.27551133616,9182.18771437776 -2592,1555.48851237162,2648.81710105337,365.072169947448,1061.26817017303,778.866808132267,1889.00519138137,800.855009897179,2226.07043758601,144.770436706071,814.129029717824,1142.11706985451,4517.95245959095,638.889824693206,2635.53548845987,726.518103799158,2978.58166603486,536.508922186511,3381.97648506907,163.132025012724,917.726578900785,303.563019529144,1764.60022985208,686.729661073277,4050.0188947503,328.906861757995,1179.14686845932,290.239295921206,1605.9298387843,377.771796664381,2870.71645982836,504.926629087011,1922.53798239862,447.220342011548,2449.17647689868,525.080830431157,3452.58081585881,7138.44356906727,2305.32702891019,56038.8119001998,21315.5647860816,1703.27551133616,9665.03260199636 -2593,1584.86895668845,2590.00937094061,376.413319042872,1037.70641798411,844.769877902585,1847.06643032755,842.417147671505,2176.64832027429,158.144461531449,796.054138764589,1249.15303096679,4417.64710864762,698.764760665929,2577.02263015558,794.767985427172,2912.45266578591,582.803180323438,3306.89151211925,171.717923719923,897.351666284948,321.529287313888,1725.42344636152,727.193976516202,3960.10237389301,337.670199149747,1152.96803158302,309.062692738934,1570.27577701398,412.350955865866,2806.98222965721,552.070793566969,1879.85474286673,470.75826202456,2394.80106940275,552.716672153973,3375.92832039933,8055.63696005966,2547.4758838163,59656.7814426369,22115.1720169726,1925.92590497488,9969.72560651352 -2594,1781.6052755868,2596.83237205775,423.489307965299,1040.44010386518,970.070921705512,1851.93225686044,957.031689390614,2182.38238212267,181.780623847881,798.151227037333,1436.40828971233,4429.28475424675,803.513636757991,2583.81141960234,913.977922417573,2920.12509663316,668.522881482952,3315.60303445372,195.487793057476,899.715608087717,366.003731530938,1729.96882223319,827.783559111592,3970.53468476578,380.396861803534,1156.00535733781,351.722913970371,1574.41243902802,473.863800324216,2814.37681405664,634.765113655507,1884.80694541648,535.92246932157,2401.10982278225,629.22588443175,3384.8217101144,9353.8069549005,2939.91888188964,68031.1044523365,25013.5674656713,2237.63645606908,11260.6358068587 -2595,2269.38633592875,2642.12407086676,533.501780056259,1058.58655810694,1181.35695600322,1884.23205368019,1191.22491010882,2220.44560353071,219.963459684114,812.071888751193,1736.63620329838,4506.53649879032,971.458380901803,2628.87601824764,1104.89955767501,2971.05538685307,812.093727858782,3373.43090799018,243.476301095121,915.407667680683,453.172102831509,1760.1414385671,1025.1708429617,4039.78530832862,482.112538539547,1176.16740053687,433.155080324236,1601.8719757917,573.710203234717,2863.46273441441,767.610699268639,1917.68011405204,667.481168329601,2442.98789857605,783.688784341155,3443.85683577992,11067.2693900172,3530.60375029749,83893.3374514775,31444.2331560598,2643.97342445973,14223.5848147824 -2596,3105.28459262864,2699.69715908033,716.335615400209,1081.65364188382,1498.22920502577,1925.29032926896,1570.0870160236,2268.83012567147,275.65566049184,829.767305481374,2172.91562518454,4604.73598391041,1215.50909227206,2686.16042535402,1382.25666605992,3035.79603842231,1024.91407175929,3446.93950563312,321.198133610423,935.354818150973,591.925703446927,1798.49572307189,1339.59370992315,4127.81407218753,654.877356412202,1201.79662448275,558.979204973011,1636.77749653768,719.682828949465,2925.8588930288,960.844606520052,1959.46723812736,880.552663742881,2496.22171879678,1033.85575404918,3518.90004650098,13292.4196032503,4363.54563410126,108762.999250903,42121.6662388669,3167.20184951071,19206.7997084042 -2597,3186.19753322167,2742.71453048678,733.423876102275,1098.88887002396,1543.64842695226,1955.96818840617,1613.98243175563,2304.98199842723,283.733078364783,842.988939708296,2236.76023522794,4678.10852400524,1251.22318218005,2728.96210045528,1422.9297825074,3084.16885878099,1054.39075504412,3501.8635464392,330.702226358766,950.258899326848,608.539229547641,1827.15321831429,1377.27410002784,4193.58726843023,672.265205521704,1220.94622856945,573.850149288203,1662.85814978482,740.735218340387,2972.47995875129,989.05620823279,1990.68967715457,906.607778359965,2535.99688262549,1064.44703073078,3574.97071714393,13711.090568097,4496.71722740451,111834.178401785,43266.4392135418,3267.39452664813,19733.3600321801 -2598,3090.97327777015,2941.55613055582,709.671957573471,1178.5562283235,1503.50976926949,2097.77217126465,1569.28069150146,2472.08882037427,275.922444230499,904.104038545198,2175.33723764209,5017.26251683611,1216.86372009377,2926.80667543772,1383.96050097662,3307.76524985501,1024.9929059437,3755.7420099313,322.053006532733,1019.15086672692,591.675613632711,1959.61836022479,1339.19408868754,4497.61438945031,653.016270278578,1309.46251380017,556.444864707035,1783.41221092234,720.31259225781,3187.9791164658,961.878621563885,2135.01090207479,882.896265869208,2719.85184540277,1036.60737430231,3834.14931181551,13359.1763385312,4378.77371802643,108696.322437421,42026.0544061944,3183.90062903361,19176.3006999502 -2599,2956.9036301216,3218.95966809312,674.749078554587,1289.7000081506,1411.60278265087,2295.60263766685,1487.20372653864,2705.21922939647,257.874897459582,989.365596531107,2032.19583638769,5490.41560627269,1136.79173170697,3202.81926517565,1292.86764667022,3619.70414917472,959.7317667254,4109.92737080541,305.764994440726,1115.26191923328,559.28319042647,2144.42022740748,1266.10293742693,4921.76204692724,623.467860692862,1432.95141473507,523.894278415374,1951.59695200481,673.377875617962,3488.62158094787,898.684096058988,2336.35316808292,838.243290232406,2976.34755379828,984.1803728311,4195.72887560334,12340.7477643379,4078.83900303947,102551.8446717,39996.5987576773,2938.98519603103,18295.1817249183 -2600,2773.26305667956,3419.81567891624,631.256556831695,1370.17445502341,1315.83192763047,2438.84319852481,1391.47327511615,2874.01896559834,239.864649659324,1051.09983599196,1889.98888763814,5833.00547695916,1057.24246748983,3402.66815031925,1202.44172285493,3845.56573513048,893.408264139345,4366.37780870784,286.214425679907,1184.85181262043,522.784048736424,2278.22733803234,1183.54415375605,5228.86918491511,585.001010791406,1522.3644346371,488.278454981895,2073.37231390192,626.406361376245,3706.30390265144,835.828808743515,2482.13647250472,784.646137576134,3162.06510173924,921.252024583528,4457.5331388883,11432.2594992236,3790.58823316458,95736.1888294955,37459.4573123295,2721.90106223328,17152.160896956 -2601,2666.22099983728,3524.11005162752,606.374168015202,1411.96076712575,1262.11001133067,2513.22078065576,1336.29890117048,2961.66813541336,229.931819732008,1083.1553057436,1811.626548932,6010.8950781419,1013.40729318069,3506.43957357755,1152.58724492789,3962.84423892181,856.614335627321,4499.53955698193,274.917991034722,1220.98632633557,501.892096203424,2347.70660633871,1136.27009555787,5388.33439673696,562.335656337716,1568.79209584916,468.46358032007,2136.6041033251,600.487236525449,3819.33532799624,801.185123140781,2557.83437282715,753.677384720054,3258.4988359581,884.891651542474,4593.47485803598,10942.3690445636,3632.13226803147,91883.584900543,35991.5446047626,2605.00960557296,16485.189547592 -2602,2553.45885291555,3574.99010965449,580.36130891102,1432.34623883654,1197.36688057098,2549.50591854335,1273.79511582766,3004.42782349882,217.998996189791,1098.79358150715,1717.25533958288,6097.67860246136,960.616903308638,3557.0645104717,1092.4892418597,4020.05861130926,812.920932690023,4564.50257754598,261.911810544917,1238.61456558576,477.97814399602,2381.60209955852,1082.14517503282,5466.12957417418,537.840236335199,1591.44185187259,446.170517924084,2167.45176107848,569.397533841167,3874.47776119668,759.490574669307,2594.7636285559,718.02142761132,3305.54407785621,843.028037995154,4659.79408867815,10314.8916106496,3436.24156483655,87454.6591323824,34379.5331830296,2454.72058986682,15755.9551279517 -2603,2406.41748527801,3535.87159512881,540.1410341518,1416.67311655337,1078.63436215271,2521.60853106848,1175.74208850215,2971.55255675683,194.577399053097,1086.77028315933,1531.1134597881,6030.95614403018,856.49084120075,3518.14214272979,974.018935930684,3976.07003613645,729.016323825082,4514.55654835278,242.001945175124,1225.06130798521,438.701114758982,2355.5419613572,993.492532802851,5406.31769705343,505.262397891303,1574.02786210206,405.639290207802,2143.73491415057,508.565969333778,3832.08217129799,677.35533615941,2566.37101890357,663.43927674678,3269.37391512606,778.943204613555,4608.80535384156,8929.48132798768,3039.23398432391,79850.4815458031,32024.4177423331,2120.74499940875,14749.0353587555 -2604,2367.51598710699,3448.47226469879,531.024379413216,1381.65592814768,1058.53833793392,2459.27965647766,1154.14753415824,2898.10200946999,190.851655356087,1059.90760092555,1501.70422146067,5881.88355622262,840.03958273058,3431.18104718101,955.257269048146,3877.78992342536,715.108618902299,4402.9661783693,237.8473460999,1194.78036164057,430.478711261164,2297.31790409616,974.93590147763,5272.6848616684,496.212503568966,1535.12119438951,398.27953061031,2090.74628289645,498.847217454776,3737.36113663551,664.355473103649,2502.93570948899,652.049598851236,3188.5618484489,765.570598392569,4494.88535104423,8743.00710009536,2979.10899230831,78403.4845085841,31474.1548550885,2076.21492068101,14499.7638874361 -2605,2381.94578260285,3358.018825405,535.006537773102,1345.41508842832,1072.34315216489,2394.77274267969,1165.66241069524,2822.08478385264,193.470119655778,1032.10622092933,1522.55233499123,5727.60173043205,851.701826427207,3341.18115658183,968.578193109024,3776.07548047529,724.549351442507,4287.47636045641,240.154539243467,1163.44126866964,435.094575903607,2237.05924761692,985.348943873677,5134.3823197189,500.066129842812,1494.85496021192,402.638196240797,2035.90600074756,505.640040441554,3639.33014124308,673.55036393572,2437.28369727127,658.374682516888,3104.92586026202,772.99687101865,4376.9844929178,8904.35423294882,3025.12029923406,79248.5878329657,31730.9868054035,2115.17873956779,14610.8663765574 -2606,2444.36440291802,3297.58657211719,549.826568656083,1321.20245900944,1100.47221020315,2351.67545214115,1196.2162432014,2771.29741447663,198.555006900502,1013.53202352124,1562.57052957114,5624.52551302477,874.087637824768,3281.05192073377,994.034658526877,3708.11971198955,743.756093858487,4210.31721667187,246.441501891119,1142.50351307941,446.504709337505,2196.80023237583,1011.1873756402,5041.98191669725,513.163145615186,1467.95295093769,413.457812863323,1999.26701999601,518.929203561872,3573.83529671461,691.253518983234,2393.42136254776,675.610155351099,3049.04836946069,793.233017585586,4298.21452489031,9138.70354579877,3104.62859193338,81331.4810672693,32564.2164380568,2170.84133797746,14993.7522044636 -2607,2559.66692789822,3235.39983733008,574.91559229646,1296.28688359643,1142.01248583131,2307.32695227636,1247.12554728223,2719.03557583758,205.976655117995,994.418576226821,1620.64144422211,5518.45676585697,906.57197542937,3219.1770006505,1030.91261028392,3638.19103777727,772.113302302944,4130.9179728926,256.735766060262,1120.95788829977,465.127920482151,2155.37240919565,1053.36546536605,4946.89892633507,536.652697484542,1440.26991704502,430.676021994584,1961.56432888477,538.396145401371,3506.43899250571,716.981854543218,2348.28560757924,703.831495349315,2991.54863195327,826.367656711104,4217.15769109024,9423.59876923024,3213.31652327863,84680.8171335407,34015.8947332574,2237.63645606908,15669.2981895469 -2608,2678.90810391646,3276.46777714456,601.711255233931,1312.74105754539,1189.90593949089,2336.61457333485,1302.53439162543,2753.54914293787,214.398300142939,1007.04104154554,1686.71679419457,5588.50425974449,943.533920815428,3260.03901893631,1072.93774225135,3684.37173199909,804.239999774947,4183.35300386835,268.197392809893,1135.18655659606,485.513715699916,2182.73122381798,1099.56790241334,5009.69145819806,561.453870543745,1458.55171257068,449.365826107041,1986.46307706155,560.448376157614,3550.9473169007,746.23562153757,2378.09312963156,735.253116178082,3029.52129231866,863.259741458527,4270.68738972211,9777.39322193065,3341.60085576597,88351.8798079036,35561.7097862952,2321.1303536836,16389.0685555367 -2609,2731.1415849591,3325.52836820696,607.827901026093,1332.39754635456,1178.74788522125,2371.60215748033,1310.52741185266,2794.77974786376,210.979484627271,1022.12009376969,1658.60384329135,5672.18441190418,927.80779365365,3308.85361197799,1055.0136662365,3739.54012282727,793.798848967184,4245.99295180987,270.200353379301,1152.18441136551,486.679805218455,2215.41461680535,1102.437007086,5084.70468606921,571.115270979454,1480.39151505949,447.495156763938,2016.20762494452,551.766263245803,3604.11786092796,733.938685574,2413.70179801371,740.74415762636,3074.88419998223,869.706766186038,4334.63504977359,9416.07356634501,3268.02592165978,88277.6035501798,35991.8655861095,2232.07019622811,16640.9808080153 -2610,2799.65976486225,3303.88972102792,622.463164816313,1323.72786225761,1203.9627119394,2356.17054582265,1341.19847955758,2776.59459163857,215.308779420809,1015.46933225608,1692.47854350441,5635.27647318471,946.756990589669,3287.32346460015,1076.55545867455,3715.20757161426,810.422244978995,4218.36499822292,276.569912079176,1144.68734347066,497.836859994735,2200.99929089605,1127.73962827708,5051.61937795296,585.280196054584,1470.75885939266,457.403486440607,2003.08850503174,563.121979318844,3580.66647932801,748.946881317324,2397.99625115927,758.206064446914,3054.87645175313,890.208768606158,4306.43031713963,9582.30928993226,3332.4222718081,90264.8257478787,36861.6453853503,2271.03401511489,17049.917293379 -2611,2754.45936903603,3284.91529513362,609.55640805431,1316.12561813101,1171.70061214664,2342.63892485737,1312.54878657656,2760.64845155337,208.834909451844,1009.63743433582,1641.10383066814,5602.9127610566,918.01844692898,3268.44417965529,1043.86048327257,3693.87092399527,786.904834647825,4194.13868898976,271.073120852324,1138.1133391894,486.423737717435,2188.35882724112,1102.02740767567,5022.60764159774,575.112175718592,1462.31220791749,445.390201615209,1991.58465423534,546.291843038705,3560.10250882627,726.269043726517,2384.22442279804,743.136816993835,3037.33212317548,872.515984483134,4281.69824378939,9212.20445067977,3224.75457960416,88099.8611657629,36163.4961866598,2181.9738576594,16751.8040854317 -2612,2518.26010274016,3249.89058127822,557.110130954472,1302.09270737648,1074.77912299616,2317.66103330224,1202.00537065017,2731.2136219204,191.365688923035,998.872388951642,1503.92699733467,5543.17288998491,841.282983189213,3233.59508558144,956.660436655304,3654.48580733082,720.990166264555,4149.41957319724,248.517421046055,1125.97844667051,445.483428176828,2165.0259145628,1009.31780663178,4969.05515100066,526.221769135356,1446.72061359984,407.394166041856,1970.34980451586,500.572495893303,3522.14366956724,665.549634136595,2358.80313467556,681.301210031421,3004.94721247303,799.914877592517,4236.04554278185,8459.05072123634,2958.47422124359,80675.63501653,33094.2170352894,2003.85354274843,15333.3451032791 -2613,2131.05131152723,3141.11252662079,474.078088893745,1258.50997492758,906.683304712177,2240.08591123189,1014.9515293992,2639.79635810301,162.237888384799,965.438834004556,1274.9874576106,5357.635700802,713.216302233045,3125.36246230923,810.884429251166,3532.16542547406,611.212633194045,4010.53311599463,209.095536782221,1088.29048704485,376.438088392472,2092.55968796866,852.732088925436,4802.73442748917,444.273472001449,1398.29699746741,346.794193970387,1904.39963992737,424.385849851589,3404.25295078223,564.237538756917,2279.85093308822,573.227589527805,2904.36773019627,673.0257782584,4094.25960197554,7166.86618931814,2502.99599475955,68271.859646029,27971.9284754189,1697.7092514952,12940.0268205249 -2614,1710.37431366335,2906.5964021657,394.187087409956,1164.54935447646,805.588527165532,2072.84062412538,854.098315898613,2442.70860463784,148.032596544973,893.358966814073,1166.30532023736,4957.63348816366,652.420510342357,2892.02224098113,741.80374464614,3268.45320902329,551.693645839544,3711.10586676657,174.519312794151,1007.03848949936,321.255286752456,1936.32873983982,727.069323187624,4444.16126107877,359.241076507173,1293.8998483987,303.774955466543,1762.21676071358,386.608459504044,3150.09070669952,515.798764655003,2109.63678105389,478.438165340821,2687.52702222876,561.733636795597,3788.58131562605,7037.9937657134,2330.50896884366,58967.261596088,23042.2099188721,1675.44421213132,10521.7230309181 -2615,1361.41959117096,2661.48838434009,339.42073460031,1066.34501357686,702.903007001593,1898.04172316024,684.113665873327,2236.71940580644,140.330662574692,818.023620840556,1095.17614094937,4539.56522231008,612.631499140852,2648.14323580989,694.763229063642,2992.830461117,501.081299399415,3398.15502079897,136.592318812087,922.11675497462,272.295712162097,1773.04163918584,614.360550694682,4069.39317948727,299.755669094808,1184.78761428544,280.201354940431,1613.61220836646,368.682694514005,2884.44925454789,460.907194976481,1931.73492672322,374.462730604413,2460.89272901198,439.656212118828,3469.09710517553,7317.19341400728,2211.41283256268,51110.7182228202,18597.5199136627,1661.38398996962,8248.04566740989 -2616,1384.4472787285,2499.55593794998,338.287231553808,1001.46558079016,670.918208398357,1782.55952102467,674.401323430084,2100.63109995412,132.506563756867,768.252760705672,1032.94017123773,4263.365293608,577.817267895934,2487.02274582795,655.251239315746,2810.7382299237,476.041413346161,3191.40170225414,134.930681257243,866.012575497851,266.271697873285,1665.16479408134,600.997450531576,3821.79984158097,302.980126622879,1112.70180021133,270.832189546914,1515.43549868658,348.373003874161,2708.95124109596,435.061056347015,1814.20273522389,369.90741342792,2311.16508704395,434.307820059666,3258.02747048869,6691.04629778543,2066.54839051628,49627.9482311622,18571.3999045433,1516.34253052783,8303.58400205377 -2617,1427.91906974683,2413.32626395387,354.393980752115,966.917023889011,741.640076950108,1721.06478748305,720.560108465671,2028.1635339417,147.749615389789,741.749579041895,1153.17562327935,4116.28772922445,645.075878159559,2401.22544185982,731.65135779183,2713.77339005959,527.260397758786,3081.30473494974,144.09606207582,836.136876007422,286.806348419763,1607.71994351272,647.137562590718,3689.95540096878,315.387059035786,1074.31581651304,293.81779714571,1463.15600894608,388.15311351718,2615.4978484975,485.286919288967,1751.61637416429,395.033961964485,2231.43452011355,463.808868496115,3145.63204761169,7722.65541222429,2332.55190906295,53774.1954709188,19548.5096877919,1753.68310052349,8675.41565864189 -2618,1637.33120742056,2376.80698524766,408.857660204552,952.285304668698,880.042340208736,1695.02104628472,840.63992903587,1997.47266944316,175.940220921412,730.525170634362,1373.97673344085,4053.99865498539,768.589996183481,2364.88927693363,871.802751689585,2672.70764264808,625.752681935258,3034.67737748253,168.265431548694,823.484166729139,335.88006845019,1583.39137527244,757.783775416556,3634.11773338351,363.058632134272,1058.058902018,345.005871000023,1441.01503162384,462.050224929942,2575.91924020428,577.977532118218,1725.11031590358,461.29338393279,2197.66768950642,541.603970915915,3098.03126724074,9340.14071548712,2793.4226585241,63178.5307624375,22644.2866343051,2122.87954273896,10014.0331094382 -2619,2109.30092837915,2410.53208434489,522.5107359229,965.797515154499,1098.01201819054,1719.07211694913,1065.02649980178,2025.81530060299,218.626228387846,740.89077201705,1706.42150918236,4111.52183933651,954.556557843159,2398.44527273539,1082.6686397361,2710.63134897582,779.827928259875,3077.73716143594,213.282644321339,835.168786178812,423.928929068205,1605.85850506977,956.584459987497,3685.68312403158,465.679093778992,1073.07196010086,434.052465559873,1461.46194845123,574.340796286895,2612.46959207616,718.090165743523,1749.5883306177,584.706388160615,2228.8509370614,686.503021022802,3141.98999512336,11438.168831247,3453.31849654474,79519.815576034,28888.9139645883,2597.56068273028,12822.48949854 -2620,2542.02118906022,2431.5859001554,594.559100529551,974.232882236466,1089.01628112595,1734.08665583466,1167.65763467847,2043.50896354238,209.052896388604,747.361782277007,1625.4816287523,4147.4322609685,909.279530309338,2419.39352118714,1031.09281376413,2734.30626022141,761.014372441678,3104.61840965946,235.834286611542,842.463229554649,453.238281586314,1619.88422553334,1024.03116764027,3717.87422994268,549.824179179093,1082.4442723576,447.362622983246,1474.22649569646,550.49398701878,2635.28714922852,685.860596912975,1764.8694010072,646.53087159457,2248.31793250308,759.09106779291,3169.43243368927,9782.48445973813,3188.24818867073,83272.0757070288,32975.3372045485,2206.38826181151,14994.3661331385 -2621,2574.80834645082,2399.87521181225,598.233115461688,961.527760323942,1091.91435245525,1711.47216316974,1177.01605034613,2016.85924663739,208.680753817457,737.615321518268,1622.18352781564,4093.34495447297,907.434602862876,2387.84183554654,1029.03541651639,2698.64774877542,760.478213809679,3064.13060011638,238.33203649295,831.476536092055,456.026971989983,1598.75906445036,1030.50762565852,3669.3888562624,556.442950069079,1068.32794894605,447.996826871576,1455.00087962866,549.598784635653,2600.91996134568,684.588575818543,1741.85346579466,653.378359426191,2218.99727011177,767.130694480781,3128.09937442002,9689.96394256117,3177.3276218102,83659.5673840504,33310.4237687053,2184.4122831082,15177.6109127932 -2622,2466.92104919475,2553.10021095853,569.082551025978,1022.91848994588,1035.78717697027,1820.74464510956,1122.98687603572,2145.6297988824,196.92102804619,784.709898125263,1530.37576656365,4354.69303376786,856.078182369809,2540.29853888354,970.873281545684,2870.94849881732,718.5276636382,3259.76635912419,227.987003946941,884.563876177814,434.24092581051,1700.83514535647,981.451393744318,3903.66858114176,533.162609357762,1136.53755762049,423.924345402699,1547.89842173486,518.709810052603,2766.98107856343,645.960473472094,1853.06570487095,625.0178398226,2360.67374276542,733.832644758955,3327.8193521988,9070.91881102716,2994.04802437652,79496.9407431587,31837.2773793637,2043.76601940707,14539.2185719148 -2623,2399.86442289551,2815.7530752929,552.958070048477,1128.15230341378,1005.53419332105,2008.05566181264,1091.0259781603,2366.36371682996,190.924638652515,865.437752648745,1483.69191509034,4802.68665098144,829.963663577451,2801.63441776456,941.256487642399,3166.30033942828,696.846051778311,3595.11824527806,221.755793007197,975.564313515754,421.679738687628,1875.81034639675,953.122258846186,4305.26258432584,518.359619808387,1253.46005194771,411.418046686392,1707.14009678633,502.932062074854,3051.63716167536,626.280047092239,2043.70178452621,607.935208209334,2603.5305321836,713.77594887366,3670.17226145425,8779.35418967418,2901.99214701591,77191.3976634259,30952.024500691,1977.83808329717,14142.3161908616 -2624,2257.93909846663,3004.32769671147,519.351781804782,1203.70612075148,942.93677088277,2142.53774390158,1025.56240186475,2524.84215229911,178.719687618199,923.397237093275,1388.72466654966,5124.32878109139,776.839854842606,2989.26349444709,881.052933522612,3378.35156403471,652.707487592914,3835.887959074,208.530901095266,1040.89911602558,396.130277537093,2001.43578885072,895.408313965267,4593.59158201764,488.046308011283,1337.40589110293,385.486049115085,1821.46947470114,470.80734260508,3256.00924512231,586.229439415286,2180.57113350824,571.67966192124,2777.89233569761,671.208358439243,3915.96843968365,8195.60556444328,2715.33897517172,72435.9231230099,29103.7289686575,1845.98221107736,13307.5980454795 -2625,2184.01161082036,3132.85995242125,502.946601616883,1255.20352001362,916.264694594008,2234.20058396675,994.075542064444,2632.86088058277,173.838043660054,962.902358298825,1350.93732559221,5343.55970518571,755.701962522163,3117.15126789895,857.084926513418,3522.88544680035,634.521251616739,3999.99633266103,202.089350371442,1085.43124595786,384.197095248728,2087.06195302743,868.407868468833,4790.11631149121,472.283209158753,1394.62328325731,374.194934394119,1899.39625364277,457.917079310427,3395.30903367253,570.235176340208,2273.86113207672,554.020391661042,2896.73715026859,650.474631857562,4083.50284593094,7998.67877582492,2643.82469200256,70288.6130185981,28183.9540613654,1802.03025367075,12880.3380775712 -2626,2096.31793530637,3244.17226373603,482.735922781245,1299.80162114329,872.455631597085,2313.58301239288,950.493325565079,2726.40793804425,165.474756118163,997.114831470457,1285.72008613927,5533.41944691245,719.220036298634,3227.90544064116,815.664350914758,3648.05558767353,604.570296348019,4142.11849700962,193.10273499964,1123.99724079828,367.083753976474,2161.21646148833,829.728795677001,4960.31189195009,452.741311427954,1444.17504855495,357.714791878866,1966.88289214769,435.933803422092,3515.94631140144,542.773052648145,2354.65272252897,529.383921907231,2999.65988296802,621.548984291895,4228.59204460059,7572.21945367705,2511.36625293822,67130.9306370532,26995.2707529646,1705.33594737622,12342.0015831155 -2627,2038.27150617057,3146.5709275145,468.05759483189,1260.69692363244,838.745467219447,2243.9785724582,919.860971547707,2644.38360758171,158.777525398335,967.11650462275,1233.35861728791,5366.9458172813,689.929510363861,3130.79349386664,782.440798688114,3538.30337015186,580.898458644188,4017.50233386221,186.785639209679,1090.18164048707,354.788919414571,2096.19598866599,801.963749686779,4811.08027618739,439.97960817814,1400.72685807125,344.874319730865,1907.7089695386,418.358368860715,3410.16861830178,520.764475049985,2283.81269512802,512.065840190991,2909.41473289987,601.215846742434,4101.3743137476,7205.41793572574,2403.46918841107,64783.0283068029,26176.2417478957,1621.82722830368,11980.5755374224 -2628,2037.97407945854,2989.31710686006,470.313894719985,1197.69201686394,852.975446189694,2131.83293451941,925.801809063819,2512.22722682703,162.14264247404,918.783646767857,1260.00854493609,5098.72598227522,704.837235721122,2974.32817020731,799.313972515186,3361.47223034648,591.836542891505,3816.72262603372,188.017852513437,1035.69844842715,357.873827460543,1991.43597033117,808.871050057464,4570.64051737245,439.888255164338,1330.72378005419,349.593289543284,1812.36882591322,427.118120768175,3239.74117310592,531.865960460339,2169.67629704857,515.443906852612,2764.01308991888,605.182030480762,3896.40299874207,7452.86725489822,2463.10235180313,65536.3759305743,26274.4880372827,1678.96477293226,12000.8454239009 -2629,2015.51678015141,2865.46347688595,463.012034619006,1148.06914362002,832.201485423346,2043.50665865103,910.589043625548,2408.14042364102,157.525372685649,880.716527842297,1223.72173982415,4887.47515187689,684.538729404604,2851.09556307806,776.32947223129,3222.19943896875,576.096881091244,3658.58786316303,185.090678380945,992.787305911729,351.291857004488,1908.92663292414,794.083543380403,4381.26936699023,434.987923391914,1275.58912395687,341.694579126723,1737.27861302608,415.040325633225,3105.51195281178,516.668941042555,2079.78209189999,507.419168506118,2649.49427433494,595.760195472056,3734.96691217609,7165.26866609371,2386.65758907799,64182.6874098229,25902.8215939234,1613.03683682236,11854.1989540918 -2630,2095.38895740984,2772.86567481699,484.299340532941,1110.96914908862,878.873843949553,1977.47049150714,953.437089737305,2330.32107186729,167.003405663069,852.256065727935,1297.83548979296,4729.53579568511,725.997282100047,2758.96206189782,823.355166379579,3118.07367073506,609.718730570413,3540.36014972757,193.612797291187,960.705262922547,368.606116206485,1847.23943574102,833.120997590251,4239.68811253424,452.862379121204,1234.36830569335,360.021526838126,1681.13824256062,439.911086204657,3005.15695493837,547.817228039396,2012.57367970218,530.782238592474,2563.87554341176,623.19074612006,3614.27100044748,7686.4024044662,2538.79627514381,67472.6276586877,27038.1582441888,1731.70712182019,12349.5022871808 -2631,2208.59601335707,2737.90594012372,510.809860138659,1096.96227271617,924.993372657267,1952.53893987277,1004.04846180037,2300.94085083368,176.013650330418,841.510992059502,1367.83156407836,4669.9067562617,765.152444744723,2724.17762116969,867.714550006991,3078.76162281548,642.550041239606,3495.72399851506,203.658107329729,948.592883511158,388.241795321431,1823.94981115699,877.456338189507,4186.23497452524,476.981761442426,1218.80563748596,379.796578682651,1659.94278853038,463.650681564907,2967.2685383409,577.370114231195,1987.19955410639,558.321080157755,2531.55071440966,655.524064710108,3568.70299604223,8096.32509802785,2673.80734303392,71092.2839872538,28484.5261345957,1824.00623237405,13004.765739728 -2632,2292.18410220163,2797.88332667039,528.558147623201,1120.99265640965,945.992881773601,1995.31184197578,1035.12145122322,2351.34594941981,179.377085128214,859.945383582735,1393.48369943241,4772.20713062904,779.502014234512,2783.85427105464,883.976982295994,3146.2058959114,656.169787024827,3572.30237414397,210.139977073783,969.373042981208,399.466605603381,1863.90580133996,902.924984746355,4277.93989015537,494.371946398717,1245.50515837654,389.738748158091,1696.30599181432,472.61231100608,3032.27041057607,588.341699663032,2030.73174199325,576.090883503139,2587.00762165235,676.387568045454,3646.88007142204,8160.88250397448,2716.28807511477,73027.1362979459,29454.0309393037,1837.19181959603,13470.8942940408 -2633,2365.78969796225,2877.67989343153,542.618201183556,1152.96374129845,962.674570085902,2052.21880199437,1061.58856053383,2418.40712107156,181.912711707258,884.471313080179,1412.6980485108,4908.31207155608,790.250345065303,2863.25072446496,896.155357443535,3235.93673866107,666.48341613269,3674.1856307373,215.689356021546,997.019885865379,408.902701094342,1917.06501719979,924.351973381073,4399.94816433569,509.599777362196,1281.02738139933,397.497815705696,1744.68520514064,479.394344248317,3118.75177523802,596.597260921922,2088.64888938795,591.304298225212,2660.78994288961,694.24961877425,3750.89030884513,8186.40233092983,2746.0781948073,74627.3931582204,30290.8557768366,1841.58701533669,13877.5725330348 -2634,2443.46979495512,2899.38351977269,561.368507998998,1161.65945977748,1000.06317324664,2067.69675357282,1099.30337928656,2436.64688589611,189.246459167987,891.142046309536,1469.85815414433,4945.33084192384,822.225184450463,2884.84552518852,932.419813643222,3260.34235861895,692.842170046619,3701.89654890426,223.277235198911,1004.53946686774,423.760057084884,1931.52363120338,957.896183722906,4433.13282504002,526.605476802132,1290.68896317642,412.464867068965,1757.84372074266,498.677449352524,3142.27357949954,620.675103271808,2104.40159876908,612.106185044057,2680.85777281906,718.673087430092,3779.1797380814,8555.00115216977,2860.4749017896,77390.7719301405,31330.8184197339,1925.09573440924,14344.07557549 -2635,2401.04750948009,2977.16567577975,548.726169482686,1192.823456093,970.614353631034,2123.16713559192,1073.83743120206,2502.01514329303,182.973572942092,915.048835183031,1420.69577648109,5077.99990499528,794.724200815949,2962.23766843767,901.22353073194,3347.80800648688,670.813701517281,3801.20783108725,218.485079473835,1031.48838376483,413.173570142074,1983.34087834886,934.097736768386,4552.06108225254,516.673104345733,1325.3144515279,400.621033597271,1805.00163330938,482.240461819701,3226.57178017243,600.046035508131,2160.8566666622,598.968669450942,2752.77750889264,703.248347208287,3880.56430689111,8189.42917132287,2758.34122412576,75359.0693349669,30686.8690015313,1841.58701533669,14074.1713707623 -2636,2209.55327052912,3026.22626684214,506.016561152071,1212.47994490217,903.514822091513,2158.15471973741,993.474755048188,2543.24574821893,170.504247738021,930.127887407183,1324.2279920949,5161.68005715497,740.761006077179,3011.05226147935,840.080138231316,3402.97639731507,624.34886142705,3863.84777902877,202.254124325536,1048.48623853428,382.699984064003,2016.02427133622,865.183844602263,4627.07431012369,476.204358166875,1347.15425401671,371.296631721559,1834.74618119234,449.303274190224,3279.7423241997,559.198184173885,2196.46533504435,554.472113290185,2798.14041655621,651.004997643446,3944.5119669426,7696.41983360807,2578.05656751688,69858.9344260698,28323.5169695408,1731.70712182019,12980.0732899969 -2637,1873.18854011222,2940.32149495979,431.633608279303,1178.06156243686,765.396332764901,2096.89169029469,841.280746729187,2471.0512305005,145.224775912407,903.724566259453,1127.93491653673,5015.15666176382,630.956458065454,2925.57823051135,715.429668149447,3306.37690826317,531.611248484618,3754.1656426722,170.637071038426,1018.7231067652,324.420951553683,1958.79586543809,733.293094453764,4495.72664208938,402.886101900052,1308.91290367565,317.208103001016,1782.66367371949,382.679643335398,3186.64105174022,476.294953654991,2134.11479119312,467.795144844806,2718.71026395566,549.237680070535,3832.54003529288,6562.81240571983,2192.57119223062,59324.8782659149,23999.6024255942,1476.78576886188,10978.3571046374 -2638,1490.13407723408,2725.75450904341,355.108107454849,1092.09371194523,666.311914022732,1943.87314094528,697.664312160183,2290.72876729968,129.574549281744,837.776180474676,1008.47174053382,4649.18067898176,564.129851942218,2712.08711940005,639.648828977215,3065.09739895589,469.353592431629,3480.20920356859,140.260975738,944.382818848841,272.567769191663,1815.85471917467,615.567574405374,4167.65553940533,323.008504102137,1213.39630895967,273.08030738729,1652.57559592654,341.002225458055,2954.09914540741,425.230678540636,1978.37992372002,384.520216282054,2520.31513338343,451.464693164014,3552.86430419128,6243.54696582611,1991.20934404754,50398.2792127873,19543.6015016887,1410.85783275198,8827.35944393835 -2639,1123.28754443862,2512.35717956095,284.179687898656,1006.59449295816,550.574149485154,1791.68873264507,557.177593965018,2111.38928537328,110.535489193402,772.187295259898,819.472671178551,4285.19971962371,458.40550417203,2499.75979986941,521.346908093485,2825.13316249558,393.474174984939,3207.74616714406,111.790670250663,870.447777786693,200.098152981287,1673.69277960368,453.383623780934,3841.37283149412,276.323725573953,1118.40039825796,231.949827669633,1523.19665964721,299.44902782132,2722.82488113861,377.969461784199,1823.49400460189,306.469939175354,2323.00150255796,359.825962836516,3274.71315301,5516.32300426949,1690.28423024601,40662.8561174122,15012.2803800669,1266.52227532573,6691.97561676662 -2640,1127.75984620221,2394.22187343218,284.014753518128,959.262708472833,559.039637540649,1707.44048218114,560.417321353399,2012.10817136059,110.080885377014,735.877735752831,853.276645826124,4083.7023430488,477.315137874705,2382.21684395198,540.001467924264,2692.290597863,389.392905696791,3056.91248850877,110.777018130874,829.51784332733,205.252930168693,1594.99289947017,464.409464721123,3660.74494979992,279.671545769434,1065.81131001143,224.599881934677,1451.57336294973,290.429076280424,2594.79302584145,358.567679794062,1737.75021617478,303.69104982081,2213.77002230711,356.563272406565,3120.73057284106,5594.24955848333,1716.83711921668,40783.4303821727,15182.5319807243,1245.75732570343,6769.47524705352 -2641,1209.46444731995,2322.2879995947,296.609176765213,930.441869680078,645.723071816944,1656.14080540802,606.724571910421,1951.65482033573,127.704057177899,713.768449729324,1024.95465846301,3961.00839709735,573.350245213769,2310.64365860609,646.277921748546,2611.40131422996,447.079445586337,2965.0682197212,117.929068518935,804.595160701304,235.296236829649,1547.0716857868,530.864070036569,3550.7586664516,290.720158205209,1033.78924173126,243.177545491861,1407.96115795113,329.576254016612,2516.83303548865,400.369632055005,1685.53989005652,323.29812832292,2147.25778496733,379.583918148907,3026.96890363299,6852.06084396246,2041.78178837269,45703.8094470439,16422.039785267,1504.4918807123,7223.00303574888 -2642,1451.55174058683,2313.90546076777,341.632072945952,927.083343476542,807.764204190681,1650.16279380626,720.931497931771,1944.61012031959,159.362788822286,711.19202865479,1326.2418386098,3946.71072743353,741.887533366566,2302.30315123283,833.088968917381,2601.97519097865,553.699186982272,2954.3654991798,137.501239475224,801.690891215471,296.585415419282,1541.48737045794,667.269958606143,3537.94183564001,334.42332325185,1030.05767249472,285.264147372629,1402.87897646658,401.392938846173,2507.74826622465,478.05417470265,1679.45575941673,376.954502589697,2139.50703581087,442.581798413479,3016.042746168,8871.06776646266,2599.71644629223,55936.2744606483,19680.0942327723,1915.49378262348,8568.63632334227 -2643,1918.70958676378,2362.51118508903,437.24680872242,946.557586560308,991.917628546155,1684.82598951622,909.912702080433,1985.4584544556,195.418963721058,726.131274994092,1609.05455240608,4029.61503655328,900.090374307667,2350.66515831139,1011.6931391429,2656.63208641701,684.597244690394,3016.4246789657,174.54661513238,818.531149864737,373.402138951245,1573.8677383872,840.335855021535,3612.25957611964,429.238748248277,1051.69498659988,359.216377513009,1432.34774688194,495.823508507714,2560.42583795861,593.807317045021,1714.73428096224,478.513013679396,2184.4493599158,561.821516133998,3079.39751357181,10541.851803164,3139.1274485837,70132.7364704281,25244.3581486187,2290.72546879255,11069.3828170443 -2644,2270.82493326545,2419.69439202672,501.750305812044,969.468461519269,930.232403057016,1725.60622108532,984.398921540625,2033.51531970301,177.893083966697,743.70685949248,1398.9377718661,4127.14952103268,782.552972383199,2407.56163907191,883.500737947139,2720.93431842916,642.346116173859,3089.4354810808,194.849442195293,838.343219506176,376.575368897347,1611.96229012722,850.63774358452,3699.69221481258,508.782336169303,1077.15065107827,372.375551054764,1467.01688967103,465.144344520592,2622.39945377245,568.160884580263,1756.2384253025,534.172454320613,2237.32268410634,627.171194061817,3153.9325364633,8243.68029279617,2694.38300633926,71013.7236938443,28238.9576091146,1820.65786481946,12799.6678228178 -2645,2548.18698418988,2392.79229404663,505.050982748275,958.689936914534,1005.77194034505,1706.4209769538,1019.18396897611,2010.90675039156,190.506681164322,735.438346382535,1580.64455336335,4081.26398228069,884.198081138237,2380.79443271691,992.407730100176,2690.68304294868,687.577737666725,3055.08721946187,197.038898983068,829.022541859273,428.717453839239,1594.04053620155,964.257037314643,3658.55913503728,515.018894390578,1065.17491875021,373.02646342445,1450.70663485769,480.838002521989,2593.2436863,570.101922472094,1736.71261313813,540.174768172671,2212.44818993086,634.218503063395,3118.86719829575,8980.18515623059,2923.38818877989,76338.2453693965,30398.4549116508,1931.90276236584,13713.4389645358 -2646,2305.9302144308,2507.61357466316,480.63324007093,1004.69393255786,915.020455810099,1788.30582852752,958.904596658356,2107.40275167627,172.314665460065,770.72932126416,1384.20385775306,4277.10879427942,774.310955821861,2495.03998020108,872.405591209797,2819.7990023628,623.479919119996,3201.68959184771,188.613364542206,868.804277262336,381.868698216548,1670.53266473971,861.087453087104,3834.11989981468,493.585149083208,1116.28873609065,353.099629076483,1520.32069790348,444.454273939706,2717.68389022098,536.504299556381,1820.05104865531,517.076480794835,2318.61542187056,607.098833454139,3268.53013672639,7927.53678507431,2618.69348634162,69787.1742726627,28044.2297233644,1731.30473997033,12755.5300686102 -2647,2158.73257716516,2749.99239204191,467.059974452189,1101.80479910503,848.955823940766,1961.1583988795,918.194800599576,2311.09832576832,160.270843118875,845.22583192858,1244.69108601571,4690.52200189335,696.26878954105,2736.20346959361,787.411119173314,3092.3527779302,582.530223751043,3511.15582888153,183.48622210957,952.780435065971,349.146213325693,1832.00161504501,789.153791724688,4204.71505705706,479.902170964135,1224.18603990199,342.708744500017,1667.27058544498,422.349089324097,2980.36750861283,518.724676792917,1995.97202196607,503.020611678476,2542.72621373554,590.595855537588,3584.45699129088,7162.70201794591,2399.37034990687,65493.3333739911,26525.5558467068,1593.41007984804,12123.1855455415 -2648,2032.41134185938,2972.81195215783,438.739678393335,1191.07910451062,806.407576619572,2120.06227549404,866.329637077278,2498.35626648938,151.799330083303,913.710693419087,1190.27240299578,5070.57398029169,665.827476848764,2957.90577511519,752.204097378628,3342.91226591119,550.587548860129,3795.64905131874,172.582186533411,1029.97996406933,331.448723810369,1980.44049624966,748.883945178228,4545.40427573907,451.875140179398,1323.37634882807,321.143688535332,1802.36204952253,397.642111594106,3221.85333205534,485.994404157845,2157.69669045068,473.127606186174,2748.75192423545,555.498516097747,3874.88947843709,6851.83837968263,2286.45288409184,61893.0912331055,25023.8142603152,1514.13298992073,11428.8015562987 -2649,1936.04608991746,3120.38361292404,424.800147891793,1250.20478228145,772.224610632597,2225.30307644526,835.648330321653,2622.3757434576,145.660891223862,959.067684260645,1129.53357488819,5322.27944816241,631.850732900207,3104.73748685763,714.70747182101,3508.85586504068,528.534964385467,3984.06669871894,167.214839445661,1081.10861139036,314.422699875048,2078.75041217558,711.002350663873,4771.04009415596,437.244200211767,1389.06931856789,311.691275511529,1891.83207494979,384.203568738896,3381.78751376887,472.234242776001,2264.80567990708,458.413224996513,2885.20114908443,538.222379999831,4067.24065463691,6548.55663545025,2187.27040552032,59345.7841208334,23984.4444242434,1455.8910274174,10963.7523204355 -2650,1840.21502892897,3266.59067976996,407.866229198447,1308.78372540147,734.559991473505,2329.57071658499,798.552299326991,2745.24841335332,138.562989677884,1004.00525938496,1073.49169748159,5571.65739766427,600.501420139872,3250.21144698225,679.279949257296,3673.26498508858,502.874167526877,4170.74204970003,159.824980686639,1131.76447253467,298.487425436088,2176.15125712623,675.150178382361,4994.58946003575,419.203127580001,1454.15482596266,298.038086342667,1980.47477179573,365.691432818956,3540.24278543369,449.578550464333,2370.92423342843,438.154203744437,3020.3886290856,514.436289110237,4257.81316110952,6217.32331021587,2079.68341054833,56526.4521129398,22877.9871149692,1380.91058934828,10459.4765556136 -2651,1775.39945526255,3247.09640166925,395.642363825181,1300.97319864197,698.792651599931,2315.66836276832,770.61581566287,2728.86538858169,131.631833075196,998.013581926797,1010.52588625163,5538.40700009697,565.278922236483,3230.81491645702,640.090620647944,3651.34376624705,479.005479969122,4145.85199968344,154.673418407799,1125.0103568419,284.653440908548,2163.16447611985,644.237870555208,4964.78287406346,407.468453123635,1445.47675718766,287.441858358201,1968.65574402101,349.34065309395,3519.1154131459,431.216131780368,2356.77509112896,424.031388533526,3002.36362942087,497.854709869864,4232.40349029352,5809.6231294034,1962.59065563612,54140.4010989488,22059.3390979159,1296.0781822908,10109.2021445779 -2652,1749.54645948315,3109.59678206715,397.272357736915,1245.88295868672,702.20694285834,2217.61044282435,772.129099257403,2613.31047229327,132.972408263004,955.752290330368,1012.1490806383,5303.8809000023,566.186922304533,3094.00474297734,641.755553573158,3496.72612735054,482.776660024497,3970.29420823936,155.56497129657,1077.3713350886,281.813844516039,2071.5643953676,638.220051603881,4754.54712121061,407.251405775792,1384.26745519256,291.215167100777,1885.29221474876,354.714531322456,3370.09703771526,439.852447620704,2256.97649003066,426.475547415305,2875.2273187341,500.724393680706,4053.18064072897,5920.08612820131,1984.38024290855,54212.0989791697,21938.7309090934,1327.62427035,10043.0007015442 -2653,1696.74100046339,3028.89048182373,391.32856345709,1213.54738234711,685.428083131753,2160.0547059347,759.194621050026,2545.48475906174,129.262843034408,930.946749063224,983.685118701831,5166.22427299538,550.26444278675,3013.70311764079,623.713372948712,3405.97229382124,468.927686335732,3867.24941533477,153.253415277776,1049.40929996406,273.134637175905,2017.79912939154,618.980775353974,4631.14787224726,402.823471308975,1348.34025540246,284.763526881919,1836.36144648724,344.866691879303,3282.62972846672,427.493821126646,2198.39904896266,420.138503090482,2800.60383037957,493.28407806002,3947.98461801054,5748.43378687946,1932.5763664697,52857.8200911212,21454.6123151656,1285.17840781039,9834.77490926602 -2654,1717.95760953244,2959.10098336773,409.069982089005,1185.58570341721,703.954886181654,2110.28429149769,787.740386483486,2486.83354478761,133.497006335554,909.49654903247,993.079020103776,5047.18787894706,555.519305163195,2944.26355541905,631.392581649895,3327.49434964753,484.686882727879,3778.14305816534,160.186485811388,1025.22957172395,275.316136168629,1971.30646481016,624.883301555065,4524.44032068035,419.255507545594,1317.27277682004,299.886935258268,1794.04933744818,360.945911190982,3206.99375425728,452.268132574073,2147.74513197426,439.14525651606,2736.07434743225,515.599882899338,3857.01801883622,5911.2155996021,1985.27385732828,54363.5145761249,21996.5097437816,1338.74811076388,10094.1046414519 -2655,1764.94289738746,2915.36882226851,431.476471937221,1168.06408949791,724.440282919202,2079.0966797468,823.758533580131,2450.08096154734,137.821778595557,896.055220120401,1005.4525919098,4972.59615846818,562.440967863664,2900.75067470025,640.687020510597,3278.31775183169,500.894933163068,3722.30638283581,168.490719782615,1010.07783981405,279.639029613424,1942.17278793344,635.667170536919,4457.57421705633,441.584834735928,1297.80497710272,316.368931904682,1767.53532015502,376.787062327344,3159.59801876408,476.054694108257,2116.00389142874,461.911003195576,2695.63826741542,542.329116900856,3800.01566092062,6027.81645010157,2034.89507657014,56237.0750042517,22803.2366842035,1378.33394078256,10483.4212124819 -2656,1854.40600752384,2999.06424591042,446.750408649646,1201.59728024369,757.68953490033,2138.78411142774,855.135782372322,2520.41873921285,143.414333311856,921.77948549694,1066.09733410717,5115.35118105887,596.365081016073,2984.02643546993,677.810894023122,3372.43283976724,520.867572509218,3829.16765104202,173.977769817231,1039.07550627354,295.953483428092,1997.92936083436,672.023351755851,4585.5438103586,457.807351110175,1335.06281444169,324.805941491726,1818.27833980058,387.918586702533,3250.30485924982,485.972609608044,2176.75086819831,476.953545534665,2773.02558975124,559.990546583769,3909.10783415007,6312.30863128393,2130.33844641046,58668.8551678328,23839.8367614419,1426.49986836406,10950.0280976284 -2657,1980.7900772165,3105.24306474838,458.88430981535,1244.13860962974,794.218508942636,2214.50558722156,885.502969180707,2609.6516007868,149.6526357212,954.414150503732,1140.51139740239,5296.45498604967,637.991626234813,3089.67285592641,722.8832154977,3491.8303938627,543.375454774286,3964.73543651864,178.69456743271,1075.86291757692,316.949957792936,2068.66401746746,718.419432716553,4747.8903243346,472.029183856121,1382.32935529863,331.422196352895,1882.6526347834,398.917674559832,3365.37859642936,493.933833809155,2253.81651839403,489.884469690295,2871.20173990499,575.172728063576,4047.50582049074,6614.358496166,2233.6581304316,61459.7980283202,25044.0229473063,1474.995291769,11483.0755136918 -2658,2085.04168705714,3155.79821435845,474.629469652731,1264.39390437929,818.515577574368,2250.55901651515,915.774132464996,2652.1382352811,154.383092619598,969.952563813928,1168.23821141853,5382.68433062576,653.501751959776,3139.97451354888,741.137548540829,3548.67940835008,562.604212617872,4029.28361808708,184.929047563028,1093.37858692193,330.61015597765,2102.34306181773,749.136147255154,4825.18871955647,487.730305592026,1404.83447515893,343.836537117796,1913.30330644764,413.271316633795,3420.16890265963,513.487409676376,2290.50995233952,506.976063667182,2917.94656164516,595.239946648512,4113.40155168983,6727.07528906165,2287.22225955447,63744.7479873839,26065.0914852148,1511.16752750982,11966.4012954396 -2659,2116.19666106361,3217.53008870757,464.166251511523,1289.1272365923,815.60796828119,2294.58313243951,902.464758402174,2704.01780842743,153.083436044019,988.926207160811,1183.309195898,5487.97724550458,661.932322595822,3201.39685394058,748.807240834515,3618.0965942604,558.171822840485,4108.1021017585,181.076986705961,1114.76661776522,336.37624193408,2143.46786413886,761.013051224791,4919.5762321646,478.639929322018,1432.31502347385,334.097885883736,1950.73022391276,404.574241173438,3487.07224140642,497.457833892701,2335.31556504628,496.415782975441,2975.02572142203,582.841134621615,4193.86550105803,6683.21665441057,2276.43865154313,63507.9925313675,26055.2022721385,1484.3530170222,11948.8577865788 -2660,1990.83470725295,3233.90527878241,427.850219230952,1295.68807765605,751.320361204343,2306.26110712825,833.16132344378,2717.77954626918,141.299278474322,993.959215140777,1083.97535653166,5515.90757344057,606.365882960218,3217.68993606971,686.543889054893,3636.51041411808,516.979291244415,4129.00973926568,167.550327201437,1120.4400737242,313.111375405099,2154.37675783274,708.210521917763,4944.61375898434,441.070967583057,1439.60459967354,309.532057114107,1960.6582051035,375.157922722963,3504.8192303027,463.134455409718,2347.20084201589,459.332952124691,2990.16671787667,539.30223044237,4215.20961994262,6083.8047879987,2084.66924896732,58868.588292228,24211.3179167318,1363.07819642221,11112.5088606267 -2661,1654.09156097518,3158.46243564318,364.959544088991,1265.46134434963,631.593621835971,2252.45900720754,703.588243322182,2654.37725142108,119.227669663918,970.771427407277,907.287056740442,5387.22855721712,507.528066891738,3142.62537598186,575.227222982987,3551.67531194411,435.827780651986,4032.68526244086,141.314502781162,1094.30165053554,261.00939500386,2104.11792407211,590.639942256771,4829.2622913175,373.135024163498,1406.02047935058,264.437894472437,1914.91857556402,318.099810435881,3423.05631375784,394.21036386723,2292.44367083272,387.408421246865,2920.40998129661,454.855730911888,4116.87421097356,5142.38162393564,1757.61606727287,49497.5037017364,20307.7907409549,1155.5343494275,9320.34035486508 -2662,1276.18460866953,2928.62493062061,299.153743919212,1173.37524739132,536.266499134618,2088.55027980273,576.6206684534,2461.22141775639,104.400677395454,900.129560559476,785.041173882215,4995.20642752383,439.144840049057,2913.94031470482,498.351112845436,3293.22417979339,377.396376678917,3739.23161588136,115.611921170449,1014.67063822307,209.872980147405,1951.00379851389,475.256105940541,4477.84269436099,298.633187758165,1303.70606353301,227.004047047543,1775.57225858325,280.514283391497,3173.96463110003,350.526522737792,2125.62530764339,316.945755576978,2707.89526648806,372.125605448629,3817.2942360896,4805.22140769463,1561.08551808606,41143.7210366483,16186.6652688587,1090.62994628019,7335.63284115649 -2663,865.433155191935,2708.33962085889,209.723846036743,1085.1163081411,376.730771860695,1931.45370504886,391.951276537136,2276.09326538224,79.8563607985202,832.423615356207,638.304549906205,4619.47699091835,357.061717011549,2694.7595523817,403.528113747707,3045.51444374097,286.725778529095,3457.97409254234,81.7108330405635,938.34914225065,155.345611701258,1804.25319497694,351.130311911303,4141.02832298892,218.229176532252,1205.64390096624,157.709503838669,1642.01726460065,206.641520602172,2935.22535977024,265.864635174585,1965.74002344882,224.007191080961,2504.21280058273,263.006555977064,3530.16499859095,3900.51109763601,1232.01552437316,30123.0374927338,11412.8177695257,900.141579520009,5053.9150717784 -2664,875.056143024146,2625.3589932129,212.896625840468,1051.86950569987,394.416290583802,1872.27603047668,403.081493593917,2206.35620349843,83.8711237464978,806.919046602125,670.897330457692,4477.94115946268,375.293819833948,2612.19500350111,424.173110433051,2952.20314035044,300.048157433423,3352.02546690738,84.2067084644025,909.599128709018,160.320697500771,1748.97280790939,362.355263316307,4014.15164670544,221.818394236289,1168.70426206379,163.00146619146,1591.7076128226,216.925178295201,2845.29319588641,279.291541291946,1905.51185277247,230.849540157302,2427.48640026312,271.040149258946,3422.00452084995,4172.49456968659,1303.01296546782,31189.4576718297,11656.6900222103,964.002975364334,5145.75482417489 -2665,884.328208832201,2570.58007830516,217.11466910778,1029.9219281321,416.606202928658,1833.21042092674,416.853257907255,2160.3199093992,88.9356994488705,790.08243495948,712.054487330613,4384.50755347957,398.316756302939,2557.6907592476,450.266069724758,2890.60452277711,316.990256550686,3282.08443473045,87.2081956129068,890.620065883508,166.549010178629,1712.47995764849,376.387112459645,3930.39515014626,226.102183222693,1144.31889172419,169.796529642385,1558.49614874998,229.889142687166,2785.92528686217,296.23446349036,1865.75276766885,239.078004856325,2376.83615726646,280.701179117076,3350.60335440142,4521.95935036133,1393.47681947733,32508.1526831338,11943.1058138133,1046.11048430704,5250.19082515062 -2666,1015.31130986828,2611.06319305427,249.681727298623,1046.14178759148,492.107726006074,1862.08097370818,486.371392725544,2194.34198851087,105.069894048749,802.525150961855,841.690297169577,4453.55754103057,470.833840591442,2597.97088487886,532.342299225365,2936.12758411937,373.658689655328,3333.77276839054,101.95587213737,904.646111844615,194.785117586351,1739.44917102415,440.192139960334,3992.29348944157,261.578191898304,1162.34034664567,198.008367598294,1583.04032808069,271.498111456942,2829.79979364074,350.030999227981,1895.13581783112,279.508208175579,2414.26807067251,328.170229021845,3403.37076718103,5411.73869691115,1655.9090181209,38045.0501498336,13841.2862109855,1252.89976608866,6074.29055111385 -2667,1398.97968384885,2743.75422229331,339.289279953847,1099.30543023894,636.073396278184,1956.70964511875,647.76315692792,2305.85575720574,134.684687826076,843.30849490949,1077.52201909569,4679.8818733817,602.755945124617,2729.99657907295,681.379826604878,3085.33798705036,481.727615548391,3503.19101191048,135.898227754094,950.619117782224,257.561969438485,1827.84584461909,582.242581703398,4195.17694838943,355.851220483721,1221.40905755728,260.411900855782,1663.4884960985,348.316492011084,2973.606748661,448.520397447905,1991.44429588126,372.559905942497,2536.95821314346,437.422108121791,3576.32589564387,6724.67484249349,2098.67089300079,50056.1205298327,18691.0644778484,1553.96063221191,8261.32583258008 -2668,1991.49469166219,3057.48208844415,473.75927968968,1225.00282108929,839.780439132273,2180.4448239668,888.268346391933,2569.51319433404,175.780028404078,939.734542281073,1403.92512343354,5214.99152061055,785.342851155441,3042.15136115682,887.655102369772,3438.12341337124,633.237421962443,3903.75482041622,186.422194841339,1059.31533587669,350.13141021871,2036.84640736108,791.786692957877,4674.86419641246,500.466455827486,1361.06808904461,350.235558564808,1853.69601979253,455.092932597521,3313.61653978924,585.087634163701,2219.15112342024,511.069471055634,2827.04049538888,600.046011017485,3985.25213356418,8417.83068829499,2699.64953670521,67540.6043743307,26021.8177665832,1940.17002612759,11600.2115843122 -2669,2206.53569759504,3555.95069829491,515.746455587035,1424.71795780245,897.037038952089,2535.9279531622,967.532990640373,2988.42706951708,185.435238767961,1092.94170993384,1479.64088677033,6065.204047934,827.697555451142,3538.12056590958,935.620899505196,3998.64888785754,670.678536913725,4540.19329568503,204.097745137445,1232.01804601317,379.209135041943,2368.91834361025,857.911409710392,5437.01847559341,552.353552951981,1582.96627148124,374.162732057287,2155.90851077136,480.3832405212,3853.84336120219,617.056368117001,2580.94463309308,559.526330755931,3287.93966175012,656.939147892867,4634.97731050983,8668.93785379916,2830.44629507831,72738.1198372785,28537.9865032465,1994.90836542272,12804.469169424 -2670,2016.96999008899,3998.01587636603,466.702954652074,1601.83464224328,827.919243396895,2851.18694781804,889.169023872168,3359.93940383377,169.982386488103,1228.81296142642,1356.55697469051,6819.21211356135,758.845542739999,3977.96915513661,858.004419461186,4495.74898362158,614.258131179199,5104.61657598997,188.761741512062,1385.17885253358,348.230784814969,2663.41520204705,788.051479492927,6112.93238568829,506.761479466562,1779.75591398626,340.050321176493,2423.92462251784,440.305676524333,4332.94166606478,565.661698519357,2901.79996704556,517.483250705283,3696.68650763738,607.57642148471,5211.18385665474,7979.75254112045,2605.02496102775,66690.2199286091,26160.8018769978,1836.77538523678,11763.2187696626 -2671,1894.22164710874,4257.09479223652,438.279960902621,1705.63652681543,769.183702071397,3035.94920145276,830.547215294973,3577.66976935874,157.862954836202,1308.44234252416,1259.51394540303,7261.10982885464,704.560561273895,4235.74900592996,796.573186645922,4787.08193694674,571.114173074696,5435.40528952658,176.146823217683,1474.94103620137,324.96976320676,2836.00949491578,735.410420812699,6509.06185196577,474.874688494988,1895.08743016042,317.55081819913,2580.99947733921,408.980365447587,4613.72440032309,525.292068899097,3089.8420391092,482.899924263893,3936.23871611492,566.972182229315,5548.8783295469,7361.97311126903,2412.84409939506,62201.4717696991,24492.9082092229,1693.84749929948,11019.737384397 -2672,1750.72790101338,4371.46119980876,402.647904513382,1751.45827420795,703.426848938269,3117.50966009586,763.966553472032,3673.78349455639,143.724432253119,1343.59350958363,1146.37172907879,7456.17878706247,641.269842081682,4349.54196117947,725.054361658245,4915.68639388318,520.598322195607,5581.42688570901,162.336829254936,1514.56517330042,298.382136443677,2912.19859419677,675.343337316297,6683.92711971418,438.509873344099,1945.99875631129,290.235794302377,2650.33775909592,372.421999979654,4737.67162511958,478.205104239043,3172.85032321484,445.040342598579,4041.98535866791,522.521295914117,5697.94836711408,6651.63579614867,2192.99902199664,57005.4887075766,22572.3593978614,1529.63248141407,10176.7056799177 -2673,1646.4364005689,4472.63649079731,377.698385821678,1791.99490313995,653.56348000204,3189.66286759399,713.998370918088,3758.8113827387,133.184352945205,1374.69031179438,1061.96468588725,7628.74832936487,594.05331546556,4450.20994231321,671.644967789046,5029.45750577852,483.084984698919,5710.60622952146,151.861550057121,1549.61902946561,278.435112752387,2979.59997938971,630.259552535979,6838.62328202095,411.371417410028,1991.03792775396,270.502193245386,2711.6785057566,345.18101554124,4847.32267390405,443.095034885546,3246.2843627823,416.322756673021,4135.53509550478,488.804015081259,5829.82454254615,6112.84886725997,2026.83521394145,53147.0784477755,21153.6171735535,1404.95070857515,9550.65279107139 -2674,1547.52549398038,4555.09727254003,355.064517168474,1825.03342547369,606.937021676963,3248.46981380988,667.483391703165,3828.11156523326,123.571094345284,1400.03510294787,985.01220252765,7769.39748613231,551.006801320048,4532.25725188497,622.949970256832,5122.18424503436,448.909965579963,5815.89112242079,141.783864874708,1578.18893377955,260.010497326186,3034.53405330486,588.54918152235,6964.70511832482,386.047263582581,2027.7461521625,252.53872770582,2761.67298437781,320.32862506662,4936.69144283303,411.076209475199,3306.13522409531,388.69515986233,4211.7808305654,456.366489071316,5937.30743103718,5626.3232254426,1874.95149657838,49573.1959937842,19820.1193031701,1292.43301113515,8955.47905266014 -2675,1497.33449708767,4531.24927712055,342.477992925349,1815.47854965721,580.484104216571,3231.46260439042,642.657469364072,3808.06966895515,117.920369094929,1392.70528566307,939.676434702362,7728.72117461237,525.646388169126,4508.5288343088,594.279480684353,5095.36729270499,428.952056171258,5785.44230068348,136.456592788442,1569.92640057511,250.005467385653,3018.64689439835,565.92377939586,6928.24173547652,373.15381276102,2017.12998349357,242.144235943711,2747.21437663773,305.741769097316,4910.84562925934,392.242976403622,3288.8261101592,374.090642789592,4189.73025207156,439.219344292287,5906.22293998294,5324.8156356294,1784.57120192905,47586.8736341019,19119.9604864094,1222.48957759136,8649.94588320448 -2676,1438.95625125935,4473.48123881432,327.4262676751,1792.33335768327,550.271412974078,3190.26530004918,613.325897118253,3759.52131042194,111.479967672579,1374.94994991103,888.022673829104,7630.1891730455,496.751747593214,4451.05045462218,561.582570193494,5030.40742072542,405.984560751062,5711.68479320494,130.33183904921,1549.91170641464,238.196240555334,2980.16273721258,539.245766219885,6839.91489457844,357.596639866769,1991.4139756051,230.226669012832,2712.19066118108,289.112749808845,4848.2381889979,370.779963198665,3246.89748935401,357.299859607798,4136.31617509361,419.505307276371,5830.9256230234,4983.79409454584,1681.62160086432,45293.9493878698,18301.7930797964,1143.42308749839,8292.37413164323 -2677,1393.06803939666,4393.61969289106,317.452902090944,1760.33623841239,535.554640187641,3133.31200010983,595.220788328396,3692.40553017083,108.642895590208,1350.40404869783,865.551993155439,7493.97340047017,484.181854702843,4371.58934786614,547.373721460079,4940.60350923088,395.400169465841,5609.7185720316,126.450154871485,1522.24235042297,231.324277810663,2926.96023325847,523.668099731499,6717.80726781004,346.439617251126,1955.86282647204,223.84075284888,2663.77205216553,281.728096279522,4761.68640167439,361.359464681763,3188.93317943262,346.658367691003,4062.473772156,407.011145254214,5726.83068899801,4876.41389502956,1640.76468465697,44014.8415015552,17743.292370038,1119.09493670055,8034.02425633225 -2678,1388.41433234248,4304.53086012386,316.370649214395,1724.64213839465,528.29620850372,3069.77825611353,590.433012021988,3617.53512222033,106.879055176619,1323.02208829347,851.251282325251,7342.01911455038,476.182168088886,4282.94722142787,538.329040336683,4840.42355953812,389.66201233175,5495.97106663339,125.510178687609,1491.37604799643,229.150041630493,2867.61065615262,518.787839755852,6581.59119767256,344.818651219699,1916.20406025131,221.475402557444,2609.75910624095,277.206200538477,4665.13432999303,355.462746208143,3124.27161229973,344.081458157742,3980.0995404731,403.985599073589,5610.70851703039,4759.78379996341,1610.47351847801,43550.0333367057,17637.4233058716,1091.72576705298,7996.08121115734 -2679,1416.19404730685,4172.94450185347,322.198357040384,1671.92109034425,532.77481343436,2975.9373813363,598.57062082987,3506.94972090333,107.786837330204,1282.57827126277,858.231184795831,7117.578963224,480.086661580409,4152.02065919717,542.679393994781,4692.45535362137,393.284906058608,5327.96325316474,127.144206059508,1445.7857736217,232.094000257027,2779.94989695675,525.456482145056,6380.39677127199,350.609742298466,1857.62710443779,224.500966962589,2529.98068022605,279.613091863156,4522.52458754405,358.451679097929,3028.76491550298,348.561083050891,3858.43081022047,409.245120919878,5439.19326366978,4762.32558068383,1618.78239780359,44109.2682815202,17929.3992010853,1091.72576705298,8132.29512903842 -2680,1477.01328898402,4132.33142878012,335.571218856367,1655.6491621207,550.47390267794,2946.97414871333,622.336972162892,3472.81842459294,111.077800489368,1270.0956118289,884.191816704787,7048.30731237642,494.608801216542,4111.61122687447,559.125425338635,4646.78615478938,405.952606798061,5276.10899034463,132.1152418185,1431.71470144558,241.026734040273,2752.89410739253,545.693050918204,6318.29972680051,365.820528669246,1839.54779729579,232.609851641991,2505.35770951687,288.20119105482,4478.50923544236,369.366644059724,2999.28754028731,362.188991563118,3820.87873341372,425.245630839562,5386.25645768558,4871.05266668696,1664.87184137447,45711.3176406618,18662.2741569237,1116.05391785082,8474.53170687632 -2681,1592.68496376819,4122.77923351928,361.979257821345,1651.82200441261,592.389104705023,2940.16199606238,669.608472206729,3464.79074330239,119.683703803687,1267.15969018437,952.660174626351,7032.0146192886,532.909373324366,4102.10692792055,602.35969927494,4636.04475869108,437.29467052671,5263.91286712414,142.160743801424,1428.40518510554,259.337884324878,2746.53058537125,587.151572948675,6303.69450121609,393.577480220404,1835.29554404498,250.892748804425,2499.56638651869,310.537428558962,4468.15682411433,397.979528404606,2992.35446129256,389.728359336741,3812.0464845105,457.579567250151,5373.80572030027,5243.00575964334,1792.10250870732,49242.6383325381,20103.4298313646,1201.20244564326,9126.22450642697 -2682,1674.02607905236,4097.24173576261,376.32499759177,1641.59021698409,605.990572421695,2921.94991723744,695.864764374766,3443.32898636061,121.191787994854,1259.31059472897,963.845438343764,6988.45660965644,539.166307367455,4076.6974794549,609.490015488597,4607.32796938005,444.461867151824,5231.3069099721,148.154471120547,1419.55729581919,268.40111987736,2729.51790661992,607.843341765407,6264.64788361535,412.881416855531,1823.92727686788,257.050966828599,2484.08346410816,314.621929370467,4440.47997352177,402.895463839417,2973.81908963814,406.159938490944,3788.43374101092,476.8718632776,5340.51906007573,5185.40932127026,1804.16541404905,50728.1570947177,20988.3493161799,1185.99735139461,9568.92767954467 -2683,1701.0262453213,4064.03648887179,380.957890985548,1628.28628913118,607.814648029159,2898.26957942442,703.018636438791,3415.42323988721,121.111253417246,1249.10477288419,962.81587273766,6931.82011074451,538.590377800377,4043.65872923352,608.836696901759,4569.98883427487,444.920307809875,5188.91086680211,149.790792114606,1408.05278778103,270.693250588812,2707.39709417404,613.09661182247,6213.87734258434,418.865844009494,1809.14563608484,258.299788717378,2463.95172425909,314.494370363782,4404.49302343592,402.580766717101,2949.71838886226,410.645851263415,3757.73116454301,482.138767714944,5297.23792965887,5123.17967449316,1797.18196461911,51078.1193321954,21256.0698028927,1170.79225714596,9706.67214672795 -2684,1595.60942693066,3995.35165508129,353.655732842383,1600.76720227294,553.470985817632,2849.28695712564,650.635897774422,3357.70038769378,109.232919793339,1227.99409783307,867.544569362295,6814.66788696999,485.296483576789,3975.31829270363,548.586974658373,4492.75308002755,402.810592245926,5101.21493163619,139.028230232811,1384.25578891997,249.480392781223,2661.64033979267,565.215213218468,6108.85881392726,391.303127651246,1778.5699097946,236.054871097001,2422.30935340146,283.825500027691,4330.05425496657,362.995061991151,2899.86624855236,381.140690610126,3694.22308798593,447.496796403554,5207.711197371,4493.73015493014,1608.79961450062,46907.4089420616,19786.8334547701,1024.82335235893,9071.54240294818 -2685,1304.20391801381,3725.68085214342,287.878456589352,1492.72159977771,446.523718780542,2656.97109412739,529.451108281483,3131.06858209975,87.7559857639407,1145.1092398896,696.664503827992,6354.70412921242,389.707740536041,3706.99966433869,440.561126564806,4189.50960233473,324.271875016417,4756.90262940782,113.097461589549,1290.82387045675,202.672131550422,2481.98989859787,459.1937200615,5696.53444210615,319.883866895784,1658.52331138181,190.818165387237,2258.81282926824,228.085193405865,4037.79231947053,291.587389999353,2704.13647876727,310.052458729492,3444.87730008719,364.032194453937,4856.21080859359,3563.82100333488,1288.23943485128,38001.501251146,16127.8705215731,811.952032877846,7406.23402345669 -2686,1012.53074213132,3394.73304790072,235.615626537039,1360.12491332029,386.488415800414,2420.95550813539,430.417094598556,2852.93947944645,79.481992889674,1043.39054642141,633.210222464619,5790.22331036694,354.21199691543,3377.71128781672,400.263347784052,3817.36044120927,289.469912743682,4334.35261971143,90.5106546891061,1176.16151945426,167.664238370569,2261.51768433912,379.363987545814,5190.51805470589,250.429261342079,1511.19865584365,165.402175444212,2058.16516895899,206.113161387719,3679.12002435217,264.364532906733,2463.93124768695,248.131572832459,3138.87294179829,291.330961675469,4424.83937131143,3564.64308626666,1194.35683435058,32035.4486088705,12866.8096693854,818.034070577306,5799.35218143 -2687,744.214965094316,3161.19162978689,183.734222814343,1266.55481617666,321.838652090786,2254.40533332561,328.671937331597,2656.67087086326,63.4143434944379,971.610260779066,504.564147028908,5391.88360470581,282.248560984068,3145.34088548902,320.452749318867,3554.74427719515,235.029603808571,4036.16986332687,69.9572524873778,1095.24722507282,130.667175274593,2105.93607022172,295.555310551395,4833.43520602915,220.448644644974,1407.23540684659,125.678717175135,1916.57323654816,164.580469556966,3426.01414068643,206.000902294757,2294.42454727773,191.785189824948,2922.93347682033,225.174745595719,4120.4315586438,3165.96259883637,1009.48570901127,25074.5049490779,9595.0627358516,747.232147559996,4295.71850319575 -2688,752.825252336674,3014.07483576183,186.310076195064,1207.61138413123,336.756214154248,2149.48892080992,337.663109437418,2533.03366468493,66.5428890477932,926.393075822358,529.864728099784,5140.95397987504,296.401474228826,2998.96175970971,336.561871079088,3389.31217345547,245.650602309835,3848.3329840823,72.01868403872,1044.27617387197,134.707751593246,2007.92917935391,304.677564256526,4608.49487500378,224.048701854724,1341.74492549043,129.762411591748,1827.3789885885,172.614581225942,3266.5729312662,216.193202826784,2187.64570465797,197.436527282156,2786.90483552998,231.80997366189,3928.67327509165,3386.56330134678,1066.83033673954,25937.0441008776,9788.98840018941,800.245239109861,4370.67923368817 -2689,761.245795711861,2954.87721807005,189.745862700216,1183.89342059899,355.455308358555,2107.27211124133,348.760203114253,2483.28388518268,70.4845566211855,908.198350700021,561.775598920465,5039.98361754004,314.252122995532,2940.06096878801,356.900494003874,3322.74474656158,259.154278931862,3772.75020755685,74.4867063612663,1023.76617824345,139.757265625349,1968.49265889953,316.059494629877,4517.98221934306,228.342347698466,1315.39252634073,135.002704955025,1791.48854503981,182.7295505969,3202.41615146332,229.037003068106,2144.67948081613,204.202518123594,2732.16892617577,239.753914838027,3851.51258358679,3670.00292871779,1139.84754249955,27001.4692626611,10015.1340218697,868.404928245401,4455.34682487321 -2690,874.438276570472,2981.6493577259,218.005373781361,1194.61987643956,419.723523829008,2126.36467553132,406.63395554232,2505.78323729541,83.2169695284143,916.426920378471,663.629049197654,5085.64749299545,371.228009889755,2966.69886845158,421.702251963314,3352.84988455232,305.215810777156,3806.93254001577,87.0210862654976,1033.04182967535,163.330074375451,1986.32783663662,369.364223136798,4558.91659394218,264.147530497174,1327.31040644826,157.304244842481,1807.72000847469,215.659747635843,3231.43107361264,270.43730794495,2164.11096792711,238.565051582219,2756.92325695054,280.098921335311,3886.40852854974,4392.00576098774,1353.85858825511,31579.7251770683,11597.6786377253,1040.06636754972,5152.23948038603 -2691,1203.99244619482,3089.97254564219,296.847240997787,1238.02036316305,543.096088246301,2203.61540916615,542.593292863696,2596.81823032292,106.839150308844,949.720669440707,850.863747584067,5270.40883913842,475.965384705297,3074.47890576067,540.561368123392,3474.65877101927,394.307966114905,3945.23822906275,116.232159777863,1070.57219318082,216.392090640397,2058.49103817265,489.519650911539,4724.54183006215,359.425277798422,1375.53153419704,207.258367430358,1873.39439559557,277.117305986609,3348.82882010436,347.122247991221,2242.7330226778,318.646116509267,2857.08215566867,374.121997040172,4027.60157670838,5457.97464328393,1718.23579687306,41625.0720847032,15696.2126400259,1289.98522771337,7017.37246792498 -2692,1712.61159769927,3347.81682591665,415.427596472383,1341.32758184857,718.018918100072,2387.49718183092,745.757676423378,2813.51100597411,139.719857858477,1028.9705782527,1110.79475910304,5710.20069935942,621.368411036776,3331.03031162764,705.559954123072,3764.60338275257,519.677943318887,4274.45057534026,159.841948993347,1159.9066168869,294.873785312396,2230.26283625468,667.304272153293,5118.7835489787,505.621316349794,1490.31344024667,279.359558503251,2029.72071321409,362.806988046039,3628.27348963708,453.813849971123,2429.87898385977,438.200721722308,3095.49278269911,514.49090580844,4363.68677307792,6832.94093391397,2214.4052630471,56291.1444636561,21909.5349033075,1610.58820994351,9870.01195916922 -2693,1897.39170465128,3763.82465402469,452.720400228664,1508.00419622798,767.6721379005,2684.17336481043,813.368610871981,3163.12469866259,147.560377153569,1156.83295475198,1171.99290777559,6419.76406991542,655.602094701035,3744.95220680864,744.498424607805,4232.40211798303,551.17891132076,4805.60415770975,175.265317016798,1304.03942270943,319.800254280723,2507.40069858869,724.034306370151,5754.85599185578,558.119452855069,1675.50339827476,298.775558671795,2281.93872557171,383.40410231539,4079.13154212106,479.198667600486,2731.8216322196,480.483308000996,3480.14621399972,564.134836172005,4905.92906153254,7037.2353091005,2324.54843368664,60705.7995931931,24065.2768858721,1656.02800270053,10905.9825916229 -2694,1735.16728716501,4126.54812577266,409.542179472771,1653.33203898002,708.570877882645,2942.84978338811,747.464488826806,3467.95812682025,135.237774626368,1268.31808069466,1074.29848027484,7038.44302690472,600.9527270426,4105.85692231693,682.62735503357,4640.28285929936,504.656249843849,5268.72494152921,162.112875563438,1429.71098028202,293.655238110149,2749.04136202471,665.038995059434,6309.4571055244,512.048037509007,1836.97330333473,271.457617386304,2501.85139763798,351.349287606824,4472.24144778382,439.194041196008,2995.08996103915,444.426381933905,3815.53131638027,521.80044548453,5378.71825468624,6477.70515900329,2139.47956269181,55659.7421321515,22062.3964000732,1524.75749029134,10020.4033802053 -2695,1629.29396375656,4345.85872288997,384.726346881922,1741.20045239734,658.413291615428,3099.25124135016,698.379835387036,3652.26712901525,125.633907272494,1335.72444241248,997.745611068528,7412.50994578202,558.129753393134,4324.0678593681,633.934718834352,4886.89653582728,469.399953172123,5548.73796397696,151.320745284485,1505.69477090657,274.123005678699,2895.14262735115,620.802916244598,6644.78114952536,479.842911920049,1934.60156302393,253.580697365067,2634.81544099615,326.453202236856,4709.92435186545,407.98603685119,3154.26778903372,414.840160626286,4018.31253346798,487.063300962773,5664.57701028724,5976.31901355092,1982.14796752511,51927.7312710281,20661.7516238577,1406.10914253689,9388.63369228722 -2696,1505.87515242234,4414.34860658782,353.555670803526,1768.64143105852,602.301415194361,3148.09483489646,642.649867073157,3709.82614481624,114.421954434384,1356.77519844175,908.430080945471,7529.32965310976,508.167464159536,4392.21432331775,577.215521946458,4963.91306966426,428.064712589343,5636.18498930728,139.522289229021,1529.42422607746,251.800913896553,2940.76950905155,570.338313050904,6749.50160114325,443.11569245398,1965.09050537157,231.846990912293,2676.33961714311,297.376860219819,4784.15183868776,371.556495896705,3203.97843261376,382.495134860062,4081.64035326783,449.087047661648,5753.84963633664,5399.79556991635,1802.27142127481,47610.3116535594,19050.6152366465,1269.7897642658,8673.14545015493 -2697,1416.03215106748,4498.62885529511,331.769334111044,1802.40893629388,559.751916819062,3208.19933485445,600.837515536051,3780.65541047037,106.070837852232,1382.67921313463,841.854605628054,7673.08218203697,470.925753237704,4476.07197674198,534.889012132006,5058.68579047937,397.411967896255,5743.79295482914,130.573068388559,1558.62451487214,235.060149304086,2996.91568319915,532.474749653942,6878.3653870132,415.707894966725,2002.60868331472,216.166940408365,2727.43720563474,275.730025437226,4875.49249678991,344.418738115954,3265.14988127337,357.961180814582,4159.56842256299,420.281763657756,5863.70409541835,4962.52447359021,1666.3369742068,44405.0197144418,17860.5806128431,1166.28801409702,8141.70434858963 -2698,1330.73926289525,4590.64183229869,312.002661350808,1839.27461633571,519.926385924488,3273.81843372129,561.881807666807,3857.98327425548,98.4502149389219,1410.95992593265,781.129034774879,7830.02403189223,436.956425275798,4567.62358526765,496.279819056827,5162.1539258335,369.47847387461,5861.27397094895,121.948105049911,1590.50393552613,219.58618656243,3058.21327913558,497.417111601618,7019.05244890151,390.130403058034,2043.56916097406,201.887777625928,2783.22300725413,255.971168930647,4975.21367704691,319.656681174397,3331.93382158113,334.31616657629,4244.64640652683,392.520182742283,5983.6377212947,4567.65786662858,1541.96553176785,41432.9271368456,16740.4555464749,1072.88399565202,7635.87736316755 -2699,1287.44255395871,4554.57742663677,301.04046257258,1824.8251453662,497.386900064468,3248.09908545359,541.179105926363,3827.67468584401,93.9829588867015,1399.87532534727,745.447770878178,7768.51081144408,416.99665316706,4531.74001257613,473.608011065164,5121.59968089967,353.215788696217,5815.22738968515,117.410475783699,1578.00882455187,211.21982548691,3034.18774015247,478.48348041262,6963.91027834522,377.114589875888,2027.51473766858,193.647530374426,2761.35781122098,244.405912448865,4936.12804787817,305.135019330065,3305.75791473196,321.876425745522,4211.30016530641,377.914698974733,5936.62984178721,4322.98342521731,1468.17642882514,39787.7172867755,16155.4047266027,1014.82203824027,7377.15657695626 -2700,1237.09903133953,4493.30041902879,287.912647012986,1800.2740588786,471.637119231946,3204.39935796476,516.687732979672,3776.17738348757,88.8893274486203,1381.04148788524,704.777810037029,7663.9937396052,394.246249694506,4470.77025814755,447.739604461084,5052.69399037917,334.475862427312,5736.98967416936,112.19077824279,1556.77838982876,201.330406911504,2993.36596288944,456.127250189402,6870.21825312861,361.406988395197,2000.23667773731,184.195206547734,2724.20667122345,231.216030673395,4869.71768142467,288.578234203699,3261.28244886185,307.566820263335,4154.64158908817,361.113809516233,5856.75878506668,4046.23460062046,1384.08223904641,37886.7028601997,15470.8330201864,949.186782035671,7074.11708761027 -2701,1197.69137829398,4417.27275082418,279.100281045835,1769.81301108261,458.967447467044,3150.180189767,501.350871725523,3712.28360065086,86.6118867149511,1357.67395083539,686.824807707373,7534.31721704524,384.203504678383,4395.12380540515,436.336952716448,4967.20125532563,325.683535343538,5639.91850002888,108.829216867621,1530.43734430491,195.486390119607,2942.71752788213,442.869612677476,6753.97259289408,350.125146798033,1966.39221681018,179.0556364145,2678.11247283791,225.270201619922,4787.3209472634,281.192016937879,3206.10080578863,298.351225546243,4084.34410554877,350.293791568921,5757.66109024535,3959.00935678639,1350.20812098288,36810.1493676883,14995.9307737906,928.991318588104,6852.91660157853 -2702,1193.61257853583,4313.1083427403,278.244293913976,1728.07877026984,452.856264169349,3075.89529197266,497.482802624127,3624.74365333174,85.2351934164368,1325.65842645255,675.706835890133,7356.64928991003,377.984213107717,4291.48169510983,429.270226793917,4850.06889611191,321.1133985119,5506.9226889626,108.059739747783,1494.3478589886,193.718336388643,2873.32483996338,438.900206998488,6594.70609588587,348.498515351657,1920.02241062455,177.225200059431,2614.95947861468,221.731631893594,4674.4303740729,276.708072068662,3130.49723509449,296.241732816797,3988.0305405587,347.817038858649,5621.88877251806,3864.41363201482,1325.76107089136,36434.4986512646,14912.0019724178,906.27142220959,6822.15191068257 -2703,1217.26834578221,4196.33763053181,283.451244571424,1681.29372043532,456.776558576472,2992.62020232022,504.473633514119,3526.60934639155,85.9888427050388,1289.76828266272,681.479014414291,7157.47943170399,381.213116888891,4175.29649081021,432.878871205553,4718.76081056092,324.230151890059,5357.83130674643,109.49605841507,1453.89071070596,196.264807996547,2795.53403080516,444.67231175855,6416.16466672877,354.361000305528,1868.04078472306,179.706606482111,2544.16351049852,223.734591125698,4547.87742882444,279.140209533984,3045.74388260244,300.179346694707,3880.06080515567,352.440186266548,5469.68486207634,3866.56025560064,1332.97898649676,36912.1610127245,15162.7118437463,906.27142220959,6939.33245587827 -2704,1269.4722297951,4176.3884919931,295.300998422086,1673.30095047582,472.057379876952,2978.39346456312,524.673765423634,3509.84405612721,88.643108083009,1283.63680125702,702.318106006025,7123.45320184771,392.870313795601,4155.4473805934,446.139986836144,4696.32810341743,334.822124386927,5332.36049662199,113.81516556843,1446.97900107683,203.891354913977,2782.24422893973,461.962382000563,6385.66260300242,369.746581370402,1859.16023037032,186.257342551488,2532.06870907769,230.681899795222,4526.25709107455,287.742495532466,3031.26459804121,312.020017330407,3861.6152277604,366.342302485792,5443.68230682847,3954.92707291422,1371.41476040157,38266.0992188839,15788.1201392757,926.466885657158,7232.99110953145 -2705,1368.78554534092,4147.4070040968,318.550809598337,1661.68930291573,507.99943827992,2957.72530251136,564.523638288087,3485.48796396156,95.5150787716399,1274.72917580738,756.735853812091,7074.02095359184,423.311103337819,4126.61121073151,480.65356321173,4663.73856431034,360.683342466824,5295.3572960127,122.4686066024,1436.93788433535,219.379794050203,2762.93721820542,497.056245097464,6341.35015367125,397.801181300426,1846.25883726069,200.906489783714,2514.49775781551,248.571319268892,4494.84773695149,310.047388825908,3010.22954384856,335.743102104759,3834.81806672089,394.195545917604,5405.90660344525,4256.93304296138,1476.21314550543,41221.5963916563,17006.8477119878,997.151007723644,7788.97729685313 -2706,1438.59854324382,4133.95595195518,331.430125377981,1656.30003935066,520.047972959827,2948.13267819805,587.218485111723,3474.18367665724,96.8158064708559,1270.59491828375,766.3792476465,7051.07817884037,428.705529495112,4113.22760441824,486.820493112356,4648.61292302617,367.050051412112,5278.18316117934,127.768661653523,1432.27754441998,227.281898476134,2753.97633914306,515.109563112412,6320.78360896487,417.351055780391,1840.2709696937,206.025457299999,2506.3426284981,252.095039168178,4480.26984979967,314.222166581301,3000.46663547894,350.273004694141,3822.38081671911,411.255085927346,5388.37393025358,4210.4678456905,1487.83779747632,42510.0909518164,17774.5116458545,984.528843068914,8172.47646087755 -2707,1461.68803807272,4092.23820161004,335.631190061879,1639.58551400464,521.781436990006,2918.38164444665,593.501000244466,3439.1240076718,96.7976479150185,1257.77272999563,765.921329063634,6979.92233621708,428.449374035349,4071.71903386061,486.523405672243,4601.70152009207,367.644396715149,5224.91846026015,129.238533591881,1417.82373849716,229.327118203885,2726.1846309807,519.798593557692,6256.99752230864,423.417214866452,1821.69990464769,207.114478572066,2481.04991196453,252.113580411283,4435.05727829552,314.140703772379,2970.18747443499,354.302603609096,3783.80732186595,415.986232849358,5333.99724095135,4160.08219733165,1482.83711279246,42822.9438837503,18009.3083207183,971.906678414184,8292.44047481984 -2708,1370.91163565871,4021.9938364129,311.829135429724,1611.44158934933,475.500352341791,2868.28684157411,549.805567929855,3380.09052260778,87.4036828150814,1236.18272408003,690.912326722591,6860.11009912882,386.490025365265,4001.82688567576,438.863283057808,4522.71208052855,333.305103883813,5135.23133493509,120.080941790068,1393.48641413686,211.579024386254,2679.3889413412,479.712136505436,6149.59448335022,395.591062969796,1790.42993768162,189.467106907745,2438.46202545787,227.788708405698,4358.92833179278,283.605512480953,2919.20341060994,329.197408370517,3718.85725536,386.510255292708,5242.43774912936,3649.27465216271,1329.07270691911,39368.7424592178,16781.9381572303,850.733897728779,7754.91201099771 -2709,1120.46687489427,3765.25423341024,253.921563766492,1508.57696778628,383.751956159459,2685.19287003778,447.597695602898,3164.32611963163,70.2551581471959,1157.27234412228,555.108464645934,6422.20243068353,310.522589167267,3746.37461804371,352.623674845727,4234.00967289735,268.489837231928,4807.42942675665,97.7291798715004,1304.53472417749,171.966661482924,2508.35306185731,389.921059388357,5757.04180661842,323.402693410882,1676.13978953598,153.227000227108,2282.80545366375,183.148616356193,4080.68088166251,227.944618308403,2732.85923525624,267.92088949568,3481.46804637597,314.565573009229,4907.79243607785,2894.23149075342,1064.87092865662,31909.945384943,13685.0774627842,674.023592562564,6333.15789524092 -2710,869.958836403282,3433.91653528537,207.201014706006,1375.82406746014,331.118089839173,2448.89923103593,362.455681699431,2885.86934949063,63.3665305788226,1055.43381454768,502.47619858304,5857.05658969544,281.080581753428,3416.6983026328,319.065592041641,3861.42207803908,238.474338504925,4384.38160543686,77.8626427619045,1189.73728797849,141.660432372289,2287.62110643566,320.760096820576,5250.42927477726,253.088654010623,1528.64156891853,132.330948827333,2081.92140775464,164.814122885208,3721.58603008124,205.723145624269,2492.37101529109,213.457521435083,3175.10318040071,250.620202365517,4475.91279453453,2894.02602383005,982.518736803458,26782.4267119545,10869.7203279524,679.072458424456,4944.78047422448 -2711,679.268227072562,3174.31777351161,176.819620902555,1271.81390278049,292.683512012551,2263.76624904491,310.861691806328,2667.70210457641,59.8401294060783,975.644655849338,474.338466021077,5414.27219971392,265.340591958804,3158.40121253062,302.572507786357,3569.50456057924,225.180349383966,4052.92915916462,62.9535109068402,1099.79499508301,125.279448439958,2114.68050041454,282.677051338853,4853.50496852018,221.149539294362,1413.07863825045,120.059701369535,1924.53137977643,155.678637972934,3440.23990086807,193.709166668029,2303.9516338641,172.584694368803,2935.07030666418,202.631468486598,4137.54073239239,2997.47573816961,947.122352517774,23608.0994771628,9009.38801428691,702.444049358904,4004.46714178959 -2712,687.47179841776,3040.32712321127,179.299364186314,1218.1295573389,306.240959685945,2168.21075224852,319.311021696928,2555.09613211122,62.7910781545752,934.461865962902,498.11222309997,5185.73116989125,278.639413851351,3025.08241379289,317.780877104351,3418.83274022367,235.373516371525,3881.85157575779,64.7867995723782,1053.37171389235,129.154706063624,2025.41803973955,291.401921315173,4648.63439998585,224.808775048388,1353.43138829814,123.940630963872,1843.29527504506,163.275661634578,3295.02445162949,203.288257624298,2206.69987783072,177.61058664191,2811.17849521768,208.53236216364,3962.89162258883,3206.35032354605,1000.92751657054,24417.9174553409,9190.35675103463,752.279606914772,4072.96124069877 -2713,695.619801484114,2978.07540926203,182.606905101731,1193.18794754381,323.23507056489,2123.81591246297,329.736605019441,2502.77968487282,66.5088837571036,915.328446952731,528.096422147441,5079.55159107517,295.41230008047,2963.1428403639,336.982724831988,3348.83099726652,248.334619972241,3802.36936739851,66.9783872484671,1031.8035760052,133.997703060449,1983.94692846508,302.288875758439,4553.45205703558,229.178770610876,1325.71942829521,128.922471914811,1805.55318824458,172.840118559197,3227.55772475902,215.358896648165,2161.5169603355,183.618742244541,2753.61867600991,215.58652995708,3881.75009218646,3474.72491990485,1069.44229008055,25417.3186297455,9401.37241115515,816.353895200889,4150.11093653561 -2714,799.431925218879,2983.27388090096,209.804011147746,1195.27075366952,381.669910766648,2127.52320501605,384.406333971393,2507.14848935971,78.5219695529362,916.926226833318,623.8333801417,5088.4183594594,348.966677231496,2968.31524599535,398.168355321179,3354.67665278912,292.492610717156,3809.00671085049,78.2313657982818,1033.60467264974,156.600129942678,1987.41006838715,353.270752807407,4561.40047610654,265.156619888518,1328.03357884618,150.198831745731,1808.70492745591,203.98578565271,3233.19168796996,254.282146370231,2165.29006311873,214.468361841332,2758.42534025593,251.807028791076,3888.52600111774,4158.32218906014,1270.23394993226,29724.864039308,10885.8556018931,977.726176810366,4797.92952114566 -2715,1099.69211406522,3086.39859717832,285.677387699703,1236.58843426731,493.878443064525,2201.0666460978,513.086379452228,2593.81467790032,100.814960066743,948.622196014967,799.871596110185,5264.31293721814,447.440842365668,3070.92287767299,510.399472520751,3470.63988373346,377.823182094533,3940.67505644549,104.561584505865,1069.33393951068,207.471971559098,2056.11013000111,468.185347757478,4719.07729315554,360.651871073357,1373.94055604398,197.948689662708,1871.22757536547,262.1236959808,3344.95547125074,326.400315473855,2240.13901508618,286.65167112549,2853.77757472804,336.557359716801,4022.9431403451,5167.53539100587,1612.06949862054,39185.6059125987,14735.410520453,1212.66523385946,6538.66505044773 -2716,1562.66116173387,3341.18876858902,399.791973692711,1338.67200163916,652.985872108432,2382.77037955541,705.457838937183,2807.940775221,131.847644580833,1026.93340706451,1044.27793825017,5698.89555945612,584.159510885014,3324.43548848958,666.202577616364,3757.15016522779,497.877608905433,4265.9879547936,143.907356947961,1157.61021659047,282.71216949984,2225.84732886492,638.213394278514,5108.64930550764,507.108109290303,1487.36289562857,266.890025361225,2025.70224208923,343.189101533299,3621.09018005351,426.746714806648,2425.068273465,394.516633917988,3089.36428024874,463.201474299694,4355.04748138553,6469.26583523185,2077.52417190866,53001.2587429011,20572.6597734874,1514.05170098304,9202.95598819333 -2717,1730.59534351752,3760.38066388506,435.679240751228,1506.62433609641,698.15882409274,2681.71728158361,769.555314991661,3160.23036343872,139.249921655645,1155.77442475774,1101.84261443208,6413.88983129171,616.360663328224,3741.52548541241,702.980851836875,4228.52936818697,528.025597688554,4801.2069142525,157.87039134118,1302.8461952543,306.606689776662,2505.10636660571,692.456804873463,5749.59016012535,559.618174965259,1673.97027234223,285.471926700509,2279.85069672007,362.679539710253,4075.39903859057,450.631548763226,2729.32194968138,432.795770196519,3476.96179645979,508.144959148598,4901.44001837385,6662.63985182901,2180.77804964639,57161.3909413191,22598.018512579,1556.76789317379,10171.7675035786 -2718,1582.99452604759,4146.1073830355,394.126840783545,1661.1686001216,644.400399856679,2956.79847712554,707.175059656236,3484.39576019125,127.620766745493,1274.32972986857,1009.99086051217,7071.8042561203,564.979633739789,4125.31810618788,644.565457030665,4662.27714688576,483.478579952639,5293.69795612581,146.028231143209,1436.4876090823,281.540479774189,2762.07143112537,636.024690632486,6339.36304408478,513.42939545796,1845.68029821999,259.346325458397,2513.70982110194,332.356316261437,4493.43924273316,413.009574743447,3009.28626586531,400.330931159062,3833.61639774535,470.028033239264,5404.21262210453,6132.89464554828,2007.1050522499,52407.0749037305,20715.434743371,1433.36556017831,9344.58731316554 -2719,1486.17461782895,4356.64555374686,370.244574875378,1745.52227599207,598.790893453415,3106.94387497107,660.768484015744,3661.33240017957,118.558629698157,1339.03983634276,938.027659596807,7430.90849394213,524.72407848131,4334.80060324838,598.588195859468,4899.02627351742,449.6891472619,5562.51045445654,136.318920194627,1509.43204720833,262.813310515626,2902.32864415913,593.71904405352,6661.27412247071,481.110781934344,1939.40342639926,242.280277980805,2641.35530119718,308.807672829568,4721.61482791906,383.66541597765,3162.09697891015,373.713218525491,4028.28636381831,438.776210947485,5678.63702419518,5658.18837586005,1859.50777633249,48894.6383109783,19401.052805445,1321.82883612469,8756.29623360674 -2720,1373.45813267348,4444.75967386966,340.246781130064,1780.82585017692,547.763921591703,3169.78250217556,608.072367624132,3735.38365795092,107.978943549216,1366.12221326168,854.065452610739,7581.20026213374,477.756389162896,4422.47290441471,545.034844174889,4998.11016368567,410.083128465614,5675.01345896347,125.708891959894,1539.960644287,241.411240899272,2961.02888305447,545.452297876243,6795.99986523707,444.252956623562,1978.62828974242,221.522830215366,2694.77729649733,281.304673694683,4817.11053235227,349.410881453747,3226.05108984304,344.626223157665,4109.75934668359,404.625206961868,5793.48871426517,5112.34226904557,1690.73733643566,44830.1100031429,17888.4119787682,1193.68025955246,8089.61490342323 -2721,1291.32874421595,4538.85204709258,319.280054988777,1818.52465569951,509.07148925595,3236.88452345775,568.540154043881,3814.45904988741,100.09891853718,1395.04204033671,791.481687291081,7741.68883224385,442.74760424139,4516.09348271882,505.069490168464,5103.91656975428,380.707083937745,5795.14942212141,117.661174811236,1572.56050621941,225.360405375512,3023.71173999861,509.238647195453,6939.86630631871,416.745620393838,2020.51443098924,206.552395158933,2751.82379838703,260.829474789931,4919.08530609106,323.893983875042,3294.34427675397,322.563707748108,4196.76000333955,378.7216358932,5916.13271357297,4698.33793109794,1563.2007642813,41812.9660819851,16771.3586867777,1096.3822662291,7594.62516934062 -2722,1213.34776865272,4637.94794186178,300.257022025409,1858.22815915075,472.857293476277,3307.55480854053,531.709910188828,3897.73940991835,92.9080979340884,1425.49972827046,734.396356743054,7910.7116542914,410.814593353962,4614.69249407412,468.613798274633,5215.34941093514,353.937169475777,5921.67381889574,109.900593846995,1606.89392110618,210.524260887738,3089.72786418384,475.711503961279,7091.38308943213,391.078963198232,2064.62793884443,192.91996358704,2811.9038447774,242.139902887985,5026.48276139374,300.610566821186,3366.26906971827,301.288365443216,4288.3870674843,353.742283757935,6045.29851557358,4324.48389784928,1446.52732453878,39015.8051448468,15720.2786819773,1008.57676005924,7123.60065408087 -2723,1173.70590459366,4580.82971408621,289.707108892937,1835.34331857387,452.363112675687,3266.8209168922,512.149164762309,3849.7371532703,88.6930533654547,1407.94411548782,700.856324961129,7813.2880014603,392.052606872061,4557.86066665932,447.20776652589,5151.12024766786,338.350659324887,5848.74598136064,105.823984373038,1587.10436457224,202.502426568386,3051.67660053811,457.603602702905,7004.04980332728,378.005458850185,2039.2012004763,185.053852469943,2777.27409767753,231.201040782909,4964.57956824146,286.957085123614,3324.8120879047,290.112493121098,4235.57382499412,340.62070638671,5970.8481892844,4092.82612484615,1377.29929274116,37467.7254427942,15171.4230447806,953.99495892662,6882.94544384062 -2724,1127.62729752586,4523.7764717759,277.073103236459,1812.48451490449,428.94855876229,3226.13336965972,489.000848309868,3801.78951051879,83.8869527791714,1390.40847635823,662.62657538135,7715.97519102844,370.667235221674,4501.09349886177,422.782507903094,5086.96416023331,320.389346311155,5775.90111645334,101.133793797347,1567.33732332964,193.02038292723,3013.66862918571,436.221109292838,6916.81587944797,362.23342174909,2013.80339102434,176.030140889269,2742.68375008839,218.725456414274,4902.74680458193,271.389972832495,3283.40227319272,277.254511169388,4182.82067003237,325.524166255049,5896.4825678133,3830.80032862008,1298.39751065879,35678.4951673256,14528.9164991668,892.293792428878,6600.87983212995 -2725,1091.77182883035,4427.79965872944,268.592684183133,1774.03069462359,417.423877781503,3157.68745920976,474.473824752699,3721.13043212055,81.737355767498,1360.90945596537,645.744431959132,7552.27242786123,361.223518867061,4405.59792963102,412.014673132667,4979.03871094843,311.97091238707,5653.35912414064,98.0977423819199,1534.08456599283,187.417897040773,2949.73038811391,423.542738954989,6770.06814584963,350.936816922197,1971.07837293855,171.114709611022,2684.49474646053,213.100181489542,4798.72972583957,264.442401703738,3213.74134098339,268.931289826024,4094.07760326961,315.751882742231,5771.38230952831,3748.22358256421,1266.62543060778,34664.290797598,14082.7663137768,873.308818121881,6394.21179552157 -2726,1087.92986518796,4330.58820378378,267.76853616269,1735.08220593066,411.869198196797,3088.36106329475,470.836311454947,3639.43375855136,80.4387650645693,1331.03096134946,635.296985568004,7386.46379887078,355.379313076345,4308.87390920235,405.343407980659,4869.72491298384,307.585337343842,5529.24075652107,97.4154833339411,1500.40404651046,185.722203072229,2884.96964805634,419.745144836725,6621.43265525291,349.2848889973,1927.80374192233,169.374735381771,2625.55720180832,209.754027572172,4693.37457554046,260.228039202521,3143.18429331749,267.060902176794,4004.19294923166,313.555863000222,5644.67276650489,3658.65623193232,1243.68196686194,34311.3519811331,14004.2806573317,851.950722026509,6366.01979709151 -2727,1109.31522952016,4219.08095498264,272.779117287221,1690.40600165474,415.438707707069,3008.83961510634,477.474554664218,3545.72287529179,81.1506310895996,1296.75857303058,640.729546071655,7196.27156219917,358.41823764846,4197.92577642299,408.750478394212,4744.33556587604,310.560519903207,5386.86969843245,98.718778123313,1461.77051234753,188.163052160293,2810.68527531259,425.265499262012,6450.93901702977,355.142771119343,1878.1651982939,171.754387617994,2557.95237623569,211.65004688213,4572.52602982686,262.517833121653,3062.25121528515,270.633836071284,3901.08997143118,317.750840106934,5499.32947802834,3660.68091650059,1250.45163575143,34762.1508667396,14240.2022756745,851.950722026509,6475.96666167215 -2728,1156.77189725357,4166.38142999111,284.182375329858,1669.29154704233,429.340914790075,2971.25692347664,496.620421981005,3501.43410404676,83.6561611137882,1280.56107372764,660.3279697457,7106.38466571995,369.38141628913,4145.49049567637,421.274941538084,4685.07521192932,320.700502566058,5319.58360524587,102.623692731655,1443.5118886166,195.474132408394,2775.57768186034,441.800821771614,6370.36189002648,370.539893431665,1854.70548873586,178.024336393849,2526.00160861191,218.223331461841,4515.41170745323,270.610301209977,3024.0013722098,281.339013344309,3852.36239529855,330.319775024227,5430.63867679548,3744.33462361771,1286.50347473324,36038.3159888529,14828.0782050822,870.935696333506,6750.61472561588 -2729,1247.21785133157,4141.36377813771,306.556744543226,1659.2680397213,462.03075593937,2953.41557300799,534.338908008355,3480.40922649424,90.141612701476,1272.87175587284,711.492987655641,7063.71333077602,398.002658529272,4120.59828651955,453.863198180089,4656.94298675298,345.466652833752,5287.64138082947,110.426067308679,1434.84410855794,210.323177289268,2758.9113162614,475.363003306117,6332.11011240534,398.655140187804,1843.56863605267,192.02793056184,2510.83385935821,235.14676553805,4488.29825181552,291.587517361893,3005.84330991873,302.728931274689,3829.23031705795,355.433650254545,5398.02960582092,4030.2584708779,1384.81353101354,38821.7688987704,15972.6995572079,937.383106407997,7269.57531413892 -2730,1310.49221851865,4120.3099623272,318.950097230898,1650.83267263933,472.999313053024,2938.40103412246,555.896023250685,3462.71556355484,91.371213638821,1266.40074561288,720.578090670577,7027.80290914403,403.084781917264,4099.65003806781,459.693444222915,4633.26807550739,351.546419235577,5260.76013260595,115.244123602606,1427.5496651821,217.896976347322,2744.88559579784,492.622300682817,6299.91900649424,418.174902299766,1834.19632379593,196.940788342144,2498.06931211298,238.484288507544,4465.48069466317,295.521936343284,2990.56223952922,315.937452308084,3809.76332161627,370.941757872788,5370.58716725502,3986.23805102593,1395.67647940321,40037.422853935,16694.4456849376,925.517497466124,7629.01404292724 -2731,1331.34535532946,4075.27818646982,322.992481377685,1632.79035845131,474.581122452241,2906.28660148085,561.877987756111,3424.87078184143,91.3550490323629,1252.55997269932,720.156212804124,6950.99450194457,402.848787304055,4054.84405907693,459.415310833685,4582.63006735483,352.105091395941,5203.26412543732,116.586727124875,1411.94766020298,219.856822502829,2714.88613604013,497.104527695934,6231.06580292121,424.22153553103,1814.14998784383,197.991188904799,2470.76736192772,238.503777684612,4416.67647178282,295.449215966193,2957.87772557533,319.618149622839,3768.12557845197,375.263259873131,5311.89083621449,3938.52190146545,1390.96970174855,40333.2011478861,16915.4129718891,913.65188852425,7741.74388141485 -2732,1248.29847683381,4015.88562498853,300.085711669693,1608.99428924741,432.496835664979,2863.93076765489,520.581988894789,3374.95717124392,82.4913744374941,1234.30533049243,649.647861791502,6849.69163391375,363.4070617517,3995.74930184653,414.415895832374,4515.84342713846,319.194977733914,5127.43244712406,108.362345350827,1391.37012306812,202.839680982921,2675.31974710384,458.762409835428,6140.25507985876,396.27550499957,1787.71080755743,181.141541300935,2434.75872748985,215.496237559312,4352.30841716407,266.739288068732,2914.77000957852,297.071314753743,3713.20941816862,348.791049947686,5234.47604668694,3454.88846910445,1246.69072622871,37081.9368568815,15763.3203110681,799.742042682266,7241.38506450025 -2733,1020.1219686526,3749.65881219029,244.358562849796,1502.32854688377,349.050883150321,2674.07098788346,423.83671951225,3151.21970087376,66.3074065526508,1152.47900254321,521.961673704301,6395.60211477989,291.980578008516,3730.85739487783,332.983241376534,4216.4726992417,257.117138400009,4787.51738835293,88.204761513581,1299.13143206004,164.862771599914,2497.96363789202,372.892000283555,5733.19653976808,323.937129366509,1669.19733507716,146.501618929418,2273.35023220827,173.266653173372,4063.77898519852,214.391655768905,2721.53992233165,241.810052980548,3467.04804780981,283.908873318534,4887.46470106821,2740.05306039822,998.856808629886,30057.5227706037,12854.931494004,633.623517496038,5914.423590518 -2734,792.816314474795,3430.27760765938,199.400082463884,1374.36610418231,301.151473944653,2446.30412804681,343.029673505652,2882.81118846867,59.8002982662066,1054.31536940619,472.422496242472,5850.84985612686,264.268816018946,3413.0776211994,301.274718473197,3857.33012200841,228.41983991936,4379.73546823959,70.1746078206596,1188.47652120084,135.813800697934,2285.19691016983,306.770183726113,5244.86538528258,253.684201100745,1527.02166465521,126.476077239607,2079.7151918353,155.91028081643,3717.64225856605,193.46912955968,2489.72984517278,192.381061337489,3171.73851775973,225.874357574969,4471.16966156895,2739.94648732186,921.740970992348,25222.840615376,10208.9972419474,638.369761072788,4614.41258201801 -2735,675.521431994176,3177.43686153749,158.226151501071,1273.06358847624,298.921384239782,2265.99062817283,356.337354451018,2670.32339150629,54.0980497393209,976.603325327538,417.634634008928,5419.59226934523,233.620987857019,3161.50466092672,266.628140998826,3573.01195956309,201.161207122548,4056.91157167403,64.6517066381941,1100.87565481679,125.334810823765,2116.75838772703,283.0824955429,4858.27402767273,209.34842788889,1414.46713082576,111.23677686064,1926.42242636042,143.084129131616,3443.62028425958,175.834341666585,2306.21549919395,177.240234418155,2937.95430987426,208.097532092345,4141.6062843238,2727.61901395055,899.560112284176,22408.232845718,8630.63082561272,670.819545287472,3942.61495631575 -2736,668.964795174217,3047.66997023167,156.174217207383,1221.07152332746,300.438660983707,2173.4473071377,355.183870245839,2561.26707334886,54.3276928985744,936.718731836242,419.542978959675,5198.25549017862,234.688498538032,3032.38844254849,267.873723085489,3427.0897352056,201.623294061378,3891.22683082791,64.6428216418141,1055.9157649228,125.066374219356,2030.30972876361,282.497964306979,4659.86155083823,207.711263684685,1356.70012854685,110.725416505306,1847.74711021594,143.663122488232,3302.98243098378,176.592743162107,2212.02938974381,177.215876533064,2817.96791385617,208.068933530676,3972.46260155388,2762.11291809127,906.533003691731,22385.9794506929,8577.22605359269,679.646118251781,3917.53909944515 -2737,672.816378007196,2969.88781422461,157.920785056483,1189.90752701194,314.410506794411,2117.9769251186,364.31029763178,2495.89881595194,57.0243587752091,912.811942962747,440.753533343523,5065.58642710717,246.553488327274,2954.99629929934,281.47647907978,3339.62408733768,210.833516341504,3791.91554864492,66.4022653514247,1028.96684802571,128.814613063713,1978.49248161814,290.934550309447,4540.93329362571,210.417036515739,1322.07464019537,114.25050106251,1800.58919764922,150.713330117545,3218.68423031089,185.392423063531,2155.57432185069,182.039325622847,2746.04817778259,213.732138925613,3871.07803274416,2964.4608067932,959.011091975297,23123.3644505658,8717.85388850689,730.398912796556,3970.89773302387 -2738,765.915232651387,2980.54468045411,179.338455718611,1194.17727931709,365.749431048606,2125.57687440289,419.717529136641,2504.85486462036,66.2368406820727,916.08739152422,512.185132382645,5083.76330121974,286.511670366768,2965.59973021664,327.174298455008,3351.60768045021,244.429535547355,3805.5221019167,76.6932318373914,1032.65909592864,148.643917181232,1985.59191803849,335.731696646381,4557.22755175743,241.006800750637,1326.81864854426,131.208071365325,1807.0502626503,175.014166938903,3230.23385421019,215.363243648089,2163.30918209883,210.251625146037,2755.90183890413,246.856163640988,3884.96864523171,3481.69801059903,1119.62135043115,26682.1705467161,9987.9508314416,858.384220779035,4548.16658704294 -2739,1052.01719637235,3085.29391990653,243.583388706777,1236.14583714484,469.517981962977,2200.27884496937,557.284316061152,2592.88630522527,84.2347445293295,948.282667160717,650.371104193401,5262.42874544243,363.811636924908,3069.82373943806,415.337459930741,3469.39767963136,313.04609811744,3939.26461834642,101.997457124792,1068.95120576397,195.790023383515,2055.37421140297,442.381759627057,4717.38825097079,327.002440412552,1373.44879813998,171.745866208823,1870.55782954108,222.775504128192,3343.75825184828,273.79463482637,2239.33722925791,279.622211862447,2852.75615668163,328.304080604498,4021.50325702707,4261.18876273067,1406.79913753179,34955.2620644543,13476.2193073759,1048.15553951167,6174.43195378885 -2740,1527.79510220327,3326.50308085136,350.145630071889,1332.78807218745,644.556754550766,2372.29727427215,788.282659696428,2795.59889804291,114.75102479654,1022.41967725514,884.781002043915,5673.84692963235,494.938386097079,3309.82343724994,564.920109491092,3740.63618235177,429.053875940834,4247.23745270115,144.234699391233,1152.52211671339,275.148535702345,2216.06395501586,621.840303592067,5086.19501344034,470.925957542955,1480.82541793706,239.695207550786,2016.79857556896,303.734191583291,3605.17422817611,372.877430995476,2414.4092542137,395.414030976745,3075.78544879985,464.255107036342,4335.90553167124,5601.26171655535,1895.37977409703,48862.4653701119,19300.5528598674,1374.7387391911,8884.93450610256 -2741,1705.52945653066,3727.43533994587,385.413857216413,1493.42454829724,699.643751807999,2658.22230794873,869.144729964971,3132.54305665995,123.1959705474,1145.64849171325,949.152636520294,6357.6966697239,530.94728864423,3708.74535484544,606.080885075663,4191.48251514913,462.218423002578,4759.14273745033,159.86943835272,1291.43174182999,301.959886809681,2483.15871073603,682.699763111218,5699.21703908414,524.407438724565,1659.30433880615,259.825279467849,2259.87654344942,326.242683620711,4039.69378598215,400.253105559049,2705.40990358717,438.27608277235,3446.49955262137,514.579387120717,4858.49768258198,5888.03482283745,2026.83045797983,53384.628356074,21410.8536385022,1443.1446796645,9902.75320612189 -2742,1567.67699237838,4113.09707993419,350.897130754768,1647.94277794035,652.672485748517,2933.2571635699,804.716960193531,3456.65384481311,114.254429413585,1264.18382510834,880.536736852602,7015.5002629042,492.564183035413,4092.4733222752,562.433817448676,4625.15722510305,427.97095858498,5251.55081474364,148.951737615504,1425.05064255048,279.597043358746,2740.08048716141,632.29456379202,6288.89057045549,483.925716430026,1830.98543857365,238.32341988282,2493.69627214205,302.50676336522,4457.66356746318,371.227010343789,2985.32705724441,408.345614752373,3803.09407220657,479.438062975142,5361.18558971036,5507.03473030185,1889.80648630834,49396.0822622653,19758.6613636638,1350.46566353925,9153.38847235178 -2743,1470.14646525834,4339.03572807598,329.138144293543,1738.46676904168,604.8947955716,3094.38541931237,750.45199767153,3646.53307246405,105.825049757212,1333.62735607705,815.330667930751,7400.87231093385,456.088505504631,4317.27907619288,520.739852484725,4879.22411206789,396.95392582396,5540.02644969026,138.79079970321,1503.33083128763,260.447360128894,2890.59725567854,588.995378020459,6634.34884829004,452.847708155738,1931.56424007504,222.094881015433,2630.67878280359,280.239441687393,4702.5297742972,343.817433056669,3149.31559105886,380.489783698108,4012.00378591656,446.732567432309,5655.68362878796,5059.73066105277,1745.44806161179,45980.1803489569,18475.4764351318,1240.13350148539,8563.43255458255 -2744,1358.47336146662,4419.15719695088,302.418970122869,1770.56802836631,553.120030711252,3151.52408342986,690.299991339262,3713.86729240979,96.3260609828125,1358.25314609054,741.91780396567,7537.53142085329,415.02202201809,4396.99880260334,473.876235281248,4969.32030562977,361.806819079244,5642.32453723142,127.938924845837,1531.09024189315,239.13940975676,2943.97291620886,540.892440830514,6756.85389504824,418.104682180217,1967.23109645505,202.967028937474,2679.25497839756,255.132517940574,4789.36325909814,312.93578982636,3207.46855566193,350.739774864452,4086.08652148366,411.80312018613,5760.11735743834,4567.09292619,1586.50256114341,42143.5997388634,17033.0477509292,1118.76812322615,7909.17651184792 -2745,1271.23833086738,4523.12666124525,282.028276482362,1812.22416350742,508.806043194148,3225.66995696681,640.679225125712,3801.24340863364,88.2509233872364,1390.20875338883,679.396924812635,7714.86684229267,380.048415042024,4500.44694658996,433.919383506042,5086.23345152102,332.201665414172,5775.0714465099,118.921204574298,1567.11218570312,221.443234996412,3013.23573564569,500.94224124666,6915.82232465474,390.099988316151,2013.51412150399,187.471302595283,2742.2897817316,233.812512329674,4902.04255747276,286.673216527315,3282.93063420109,326.01803219199,4182.2198355446,382.777353795954,5895.63557714295,4129.31080365175,1448.49079887584,38967.2765931656,15873.6844430024,1010.64260441336,7383.81612202297 -2746,1215.19293977948,4596.55509993354,271.252591816167,1841.64381076596,489.983030412966,3278.03548338313,614.636893640969,3862.95279452408,85.3492517075934,1412.77740243569,657.211481819247,7840.10999141148,367.638081496627,4573.50720278818,419.732574268074,5168.80336590112,321.033336027194,5868.82395697216,113.774909738307,1592.55268508853,212.75989085706,3062.15260489102,481.217908580363,7028.09378499125,373.280022850419,2046.20150996155,180.936493137902,2786.80811433296,226.092754652785,4981.62231685975,277.26100328039,3336.22573045758,311.909657478537,4250.11399278907,366.212729125141,5991.34532571443,4019.38467929441,1402.05257784633,37482.2163683843,15200.4236997576,984.162885520436,7059.16564347608 -2747,1164.87063404642,4534.82322558442,258.627540611232,1816.91047855296,459.731263582338,3234.01136745878,583.875306941926,3811.07322137774,79.6900618936861,1393.80375908881,613.262785335934,7734.81707653266,343.053583345928,4512.08486239648,391.658319919846,5099.3861799908,300.568807934157,5790.00547330074,108.129901505571,1571.16465424525,201.557370862391,3021.02780256989,455.938220189402,6933.70627238313,357.080342587851,2018.72096164663,170.50330292996,2749.38119686784,211.179214073326,4914.71897811296,258.843982768678,3291.42011775082,296.434078650251,4193.0348330122,348.04287185521,5910.88137634623,3690.08380502496,1303.43186248121,35408.6383870203,14502.2821999883,902.517085600579,6749.31823477942 -2748,1116.44002043597,4414.2836274257,246.55041245945,1768.61539667644,433.533878177157,3148.0484949757,555.262383316522,3709.77153621688,74.8914868454481,1356.755226726,576.066216155445,7529.21882146147,322.246163344809,4392.14966997203,367.875544101211,4963.84000091939,282.92166052847,5636.10202472727,102.949689870074,1529.40171296996,191.284055020965,2940.72622095726,432.754803923815,6749.40224855517,341.219621992297,1965.0615792613,161.363856181353,2676.30022145388,198.519243810868,4784.08141602619,243.233788641521,3203.93127008706,282.232722300152,4081.58027156748,331.36907756397,5753.76493973434,3422.43606847887,1220.54204401008,33560.519615082,13844.1907679441,836.317788368263,6453.01324859341 -2749,1077.59542041739,4306.41530625055,238.032259466223,1725.39715567835,419.092792324911,3071.12214977639,536.307662168443,3619.11881397926,72.4215697417822,1323.60128354861,557.092560116428,7345.23331835844,311.632473994993,4284.82221862605,355.760374109052,4842.54260984226,273.532810709581,5498.37710383592,99.4291792648393,1492.02894558467,184.790400255285,2868.86604447935,418.059471161666,6584.47249982672,329.414608390799,1917.04293989619,155.925639986811,2610.90161180059,191.966857374378,4667.17664182778,235.214162469788,3125.63936217302,272.58137421687,3981.84195640798,320.037442147844,5613.16478422337,3313.7853501427,1180.68272954149,32426.4680355332,13367.1049913787,809.838069475336,6229.74774856699 -2750,1074.88152223373,4217.84631308346,237.621064707663,1689.91133324269,414.314883105649,3007.95912964128,532.866550829079,3544.68528012084,71.4225902033038,1296.37909880753,549.261136521971,7194.16569637592,307.25164738849,4196.69732522507,350.755876528932,4742.94721719633,270.239763396926,5385.29332312557,98.8557549918702,1461.34275020198,183.380882909727,2809.86277632683,414.901725007747,6449.05126003139,328.231201808778,1877.61558536346,154.598079098398,2557.20383521135,189.349656610648,4571.18795827009,231.956625634755,3061.35509982859,271.009353030625,3899.94838415599,318.191734087661,5497.72019328992,3243.28690865216,1162.26811252613,32147.6901075851,13308.5362937363,792.184923546718,6207.99551159152 -2751,1099.6070584565,4123.29907942254,243.094235990535,1652.0302845201,420.783244866948,2940.53272441867,542.920653505708,3465.22762269164,72.6236811585057,1267.31946778497,558.396002120051,7032.90129397683,312.361607509563,4102.62416722939,356.539529329451,4636.62932282577,274.878545597226,5264.57659985978,100.620452792678,1428.58529433322,186.761928594771,2746.87689852365,422.541657006783,6304.48934119569,334.95229071163,1835.5269585389,157.734524891248,2499.88155967553,192.555235258159,4468.72021906919,235.848348049459,2992.7317706559,275.847206014811,3812.52714976949,323.871851076559,5374.48330955024,3280.54476418085,1178.91692714758,32754.1907195901,13585.8209699456,801.011496511027,6336.46256642134 -2752,1146.75408514521,4078.39726819255,253.288067998622,1634.04004162165,434.881251618243,2908.51097611368,564.656962063543,3427.49206347413,74.863955102918,1253.51864024021,575.461313208322,6956.31456082491,321.907786178366,4057.94750120148,367.456019173696,4586.13745925081,283.855740462902,5207.24652989895,104.59324409359,1413.02831775294,194.010617603454,2716.96401915357,438.952866299806,6235.83485243629,349.50890226494,1815.53847761323,163.483170154861,2472.65840469023,198.528628338034,4420.05684834315,243.109572725671,2960.1415863303,286.738464700504,3771.00957583397,336.659263941996,5315.9563799301,3354.74448365214,1213.18218037519,33957.1006031681,14147.7877766854,818.664642439645,6604.65548555047 -2753,1242.80527377687,4035.44488225137,275.079974190023,1616.830850389,473.363637435597,2877.87946139232,612.325756081759,3391.39480461492,81.7340131939445,1240.31697966634,628.367547632412,6883.05286312933,351.503048983334,4015.21048571748,401.194391865881,4537.83771472486,309.55255251334,5152.40546172067,113.381193112107,1398.1467518684,210.571996068932,2688.3498162045,476.399722232072,6170.16101841914,378.237340583791,1796.41780244269,178.150796641325,2446.6171509538,216.726573597008,4373.50621211341,265.427717396879,2928.96631440468,310.830298081074,3731.2944995337,364.945454639807,5259.97041410524,3679.06993820567,1324.90454523546,36925.3533760526,15338.2685410203,898.103799118424,7153.46328028797 -2754,1300.36834607576,3998.60070143141,284.62207458054,1602.06895673285,479.898798067672,2851.60401609509,632.546896627847,3360.43089182239,81.908592868138,1228.99271074276,629.066086688913,6820.20961989787,351.89380533146,3978.55104779116,401.671277005634,4496.40661650114,311.682737445448,5105.36327330562,117.546207961352,1385.38147486877,216.486581087392,2663.80480329373,489.945566044448,6113.82657825598,394.850387546284,1780.01625459043,181.074339087955,2424.27919136391,217.324336007954,4333.5754836812,265.937687060699,2902.2244389356,322.248530431325,3697.22725459671,378.351586609473,5211.946142507,3578.19485306106,1319.66994383623,37774.2229589476,15946.0707681158,871.624080225498,7468.10183711946 -2755,1324.66051699582,3942.19726965176,289.273866221069,1579.47050446053,484.454133348472,2811.37988155552,641.886837725575,3313.02935095603,82.4718292812916,1211.65679458258,633.205944198134,6724.00515820178,354.209603692357,3922.43043226544,404.310014873687,4432.98123777888,314.235590220541,5033.34807834176,119.358961649243,1365.83957125269,219.412451365233,2626.22972548136,496.604936526525,6027.58620916991,401.806976864529,1754.90771465882,183.010858791862,2390.08281213155,218.857683826872,4272.44696713083,267.749930607408,2861.28626321525,327.218126831651,3645.07493412274,384.186383374427,5138.42751170627,3571.38942676906,1326.01558724309,38242.3683134742,16212.520402203,869.417436984421,7600.14933140394 -2756,1240.80868447938,3876.0466925186,268.404118612095,1552.96678628305,440.326232697157,2764.20456561252,593.417037274513,3257.43629240668,74.2279007840915,1191.32503775601,569.329419200429,6611.17548697108,318.477660851337,3856.61154520555,363.509524974657,4358.595242548,284.025921908597,4948.88785032182,110.715180291974,1342.9206076064,201.972144316737,2582.16125296675,457.273276630569,5926.44253746023,374.899473539468,1725.4601375338,166.99326999452,2349.97691519035,197.102260132615,4200.75475760539,240.934083176203,2813.27351177027,303.5215236995,3583.91010798832,356.364232004788,5052.20403728174,3116.20678291437,1185.24728305026,35079.8763802107,15087.9947850237,756.878631689483,7097.25551168913 -2757,1012.71450376407,3647.76873150897,218.184439504982,1461.50553217261,354.219076687039,2601.40802777166,482.036582780673,3065.59110220693,59.4319413552782,1121.1625056473,455.612606782581,6221.81339209344,254.865517868863,3629.47820812656,290.920458513587,4101.8978098892,227.969747708558,4657.42541001703,89.9268846841313,1263.82992516082,163.746396626825,2430.08607106477,370.75647220486,5577.40747008,306.011029384488,1623.83996800389,134.653470434016,2211.57612150157,157.862075282092,3953.35326664333,192.887835848523,2647.58708124587,246.531189209068,3372.83739478482,289.45195331418,4754.65683836348,2455.92810687893,945.872975819553,28359.2096519453,12283.6221553962,595.793675090847,5786.9260450507 -2758,786.614249971328,3366.07646211818,177.891195065434,1348.64344019602,305.567975317323,2400.51905018254,390.704026908471,2828.8564355748,53.6405636440356,1034.58278148782,412.681058188401,5741.34523110347,230.850002928141,3349.19839095496,263.405750467051,3785.13625291439,202.608179216218,4297.76425004998,71.6301483408493,1166.23297043413,135.01828261096,2242.42711827529,305.286780158778,5146.7023779526,239.449477777844,1498.44189609124,116.366729641121,2040.79119996446,142.172005041558,3648.0627903681,174.22152799407,2443.13201070268,196.371371205831,3112.37619508863,230.559375277703,4387.4871591555,2464.25424343533,870.525273483219,23797.0193372605,9745.23049786951,602.413604814078,4518.64871694464 -2759,696.005316168156,3111.28628440433,153.653968463816,1246.55987029876,307.373971860383,2218.81531222983,344.616924229325,2614.73033295694,54.2964873315615,956.271568500963,402.097809473878,5306.76259811453,224.929830561952,3095.68577386683,256.577814685971,3498.6259643322,194.489249825832,3972.45134365409,62.9813269261092,1077.9566911705,116.790973707951,2072.68991521242,264.24492113684,4757.13035596305,194.812127198679,1385.01955370074,118.66410554173,1886.31652941922,147.185060181643,3371.92807473414,174.787382874236,2258.20274774898,172.660950944726,2876.78948373984,202.721001234664,4055.38280989927,2633.53304627165,871.681765022748,22021.7114458667,8508.00494375571,632.079333825228,3895.9066258908 -2760,692.493180887292,2957.7363831443,152.62767940892,1185.03896624099,312.322696152015,2109.31112619111,346.173223382897,2485.68673241794,55.1712123831345,909.077131377922,408.746460963047,5044.86034982723,228.649025289426,2942.9057975297,260.849475764475,3325.95986347808,197.116661100954,3776.40075369845,63.4434794433354,1024.75678336339,117.507190362874,1970.39738963582,265.878144515244,4522.3538585058,194.390727359939,1316.66531166908,119.224677249142,1793.22200504538,149.52045225585,3205.51483737739,177.619591409485,2146.75469146431,173.9279247765,2734.81259675635,204.20855358689,3855.23934089321,2708.49722840872,889.797970994081,22198.365465977,8509.94692368396,650.549184488952,3893.67076724331 -2761,693.621525154956,2860.26500524701,153.721085989497,1145.98633749431,325.506813837902,2039.79936609795,353.690227076163,2403.77161915412,57.6317207618343,879.11874796171,427.308156012854,4878.60838349267,239.032267436302,2845.92315744661,272.753179691425,3216.35378344615,205.154507408291,3651.95051971105,64.9207204233626,990.986209267189,120.493254366208,1905.46349300206,272.611907960652,4373.32094791927,196.161541231476,1273.2749734059,122.456532568409,1734.12687381475,156.119045878424,3099.87798960085,185.57286084145,2076.00898911675,177.977725643434,2644.68761008891,208.963419594831,3728.19100324481,2892.67587527749,936.851389723368,22830.0210093991,8617.20882969484,695.697708333611,3932.38358775979 -2762,797.685289488573,2839.66605617765,176.954813145329,1137.73321613775,386.684073640986,2025.10921564795,413.936545113862,2386.46022700462,68.4756618479541,872.787543586602,508.015255792128,4843.47380490062,284.179079606832,2825.42749495799,324.350982947267,3193.19036759037,243.051729335565,3625.65003964317,76.1130608064459,983.849362011536,141.387685945558,1891.7407975966,319.873868813004,4341.82532939969,227.401491798541,1264.10514953281,143.312354455142,1721.63810403713,185.430361979444,3077.55340474179,220.519330262272,2061.05806556389,208.661107975271,2625.64119820586,244.988739469081,3701.34145732657,3495.12652183189,1120.61926391933,26820.6478509416,10005.0844062775,841.404308014102,4558.89018829973 -2763,1077.66132572675,2853.24706664351,234.829874803526,1143.17454846699,477.811619203916,2034.79451980278,534.812881996161,2397.87373150765,83.5494683311238,876.961744541724,618.736116673396,4866.63824294867,346.115314748931,2838.9404079627,394.934413511969,3208.46214636429,299.27440278727,3642.99010363655,98.6628376783439,988.554728141909,180.911823776384,1900.78825284754,409.506577795848,4362.59057928224,302.472574973419,1270.15086932032,181.361949999144,1729.87202473301,226.482501861902,3092.27213721673,268.956740835834,2070.91529898692,270.480477434748,2638.19861160835,317.57078192831,3719.04352372284,4053.01927437819,1346.26448082395,34037.7244186851,13195.3471353363,972.745468289475,6064.70973082944 -2764,1548.80206669184,2902.95746823656,332.381055313445,1163.09138867323,637.080682692873,2070.24551664117,742.196217222618,2439.65043831871,110.206106900993,892.240519735277,814.782001778504,4951.42674384413,455.781586685995,2888.40155327619,519.948547098421,3264.36124590476,398.007201818744,3706.45972152152,137.044612022376,1005.77772053789,249.072269724957,1933.90453937493,563.995645321168,4438.59736194662,429.973391891007,1292.27994132947,246.967356661804,1760.01054097276,299.027840912444,3146.14692835316,354.637421934731,2106.99560636069,375.702675515164,2684.16235375969,441.112029849519,3783.83817444468,5086.45104781366,1749.60934002594,46498.4165356934,18610.922683547,1216.95793817649,8610.85791626 -2765,1746.17161826448,2992.43618858279,370.223657729088,1198.94170003429,704.027056265285,2134.05730915224,829.654034304267,2514.84850845974,120.665355635033,919.742314308748,891.632842115735,5104.04604115556,498.771242656055,2977.43161233187,569.059187570474,3364.97962224246,436.888549146176,3820.70503049535,153.951837334428,1036.77910597711,277.491012792738,1993.5138534446,628.560032601424,4575.40956688753,484.182408358829,1332.11226982359,272.09539677123,1814.25986867572,327.507403555168,3243.12154966625,388.249044434641,2171.94015780354,422.053201023152,2766.89708730087,495.532122449033,3900.46854245768,5478.41439010414,1910.71263350509,51605.2736196942,20890.5018796319,1309.30719149512,9702.92076872439 -2766,1608.03929795866,3225.00289405221,337.984225055676,1292.12127134503,660.844728591339,2299.91236717021,771.237427735467,2710.29796686378,112.637814926101,991.223016465646,832.629778249243,5500.72322908852,465.765469320729,3208.83218938761,531.57013056777,3626.49972673208,406.967605299356,4117.64328598864,144.012333031436,1117.35569501068,258.042152987755,2148.44612935149,584.648229116526,4931.00208819315,448.038800399003,1435.64161594308,250.704678306113,1955.26085046211,305.653251757887,3495.17106608384,362.450035716645,2340.73940201276,394.804421922528,2981.93530346122,463.539365827015,4203.60587322767,5174.05376541007,1795.010744662,47970.5857695118,19337.7830319703,1237.47999446952,8993.80794845983 -2767,1500.08179538308,3495.97331174824,314.699187682847,1400.68757410897,604.518310952155,2493.15505105919,712.926866350351,2938.02197093095,102.803707221124,1074.50731841061,759.581767349261,5962.90367356666,424.903081295987,3478.44391602463,484.88923163103,3931.20461476162,372.313225738233,4463.61492005612,133.085256283265,1211.23788654312,238.074933881034,2328.96235342728,539.444704557061,5345.31355996328,416.628596125727,1556.26675059067,230.988581722909,2119.54530748742,279.041504850045,3788.84148896702,330.771652081552,2537.41244520622,364.848249919378,3232.48275450743,428.367862667737,4556.80023513001,4655.01202876001,1631.07257783793,44183.8379870914,17952.5802274676,1112.29545108206,8360.75127879719 -2768,1409.55345469417,3689.48648185411,295.602231363967,1478.22005751863,572.852136644482,2631.15906152306,672.595596863284,3100.65077119237,97.435374480336,1133.98469393542,720.056669968138,6292.96923471672,402.793103953625,3670.98677868419,459.688337389536,4148.8092128233,352.517282944019,4710.69011093622,125.645168073235,1278.28373108365,224.757367648201,2457.87777922713,509.269707851351,5641.19355673623,392.114280598295,1642.4110330499,218.04924735209,2236.86883803514,264.440898562569,3998.56583814748,313.512381624859,2677.86624228981,344.451526506999,3411.41088963798,404.420095848199,4809.03352766571,4438.55349719943,1549.21539796193,41732.8912554477,16905.3711171857,1060.99031034949,7870.64524098559 -2769,1320.23598723827,3794.17074214441,275.879619926348,1520.16258096429,527.158274949148,2705.81469216878,624.647692585522,3188.62760319792,89.3149583436571,1166.15999785617,659.753660374152,6471.52384729112,369.060152888563,3775.14613455988,421.167615370999,4266.52614325958,323.854998743589,4844.34966278593,116.871675038509,1314.55332781147,208.293848240688,2527.61678449733,472.037827650811,5801.2549033615,366.14839881434,1689.01225653535,201.541167370861,2300.33700923669,242.463234627784,4112.01981312401,287.355772224452,2753.84712692219,320.399323665036,3508.20512571512,376.18043531498,4945.48344285877,4012.9692111629,1414.98617974639,38613.524894596,15765.4202975488,958.380028884356,7353.1341016079 -2770,1250.6935172294,3846.28543576741,262.216095390025,1541.04271856172,497.889230770861,2742.98031102632,591.098766361425,3232.42488115716,84.4940171024031,1182.17774590547,624.108695646798,6560.41322668286,349.120686202582,3826.9995163804,398.392534062668,4325.12885723887,306.544695792321,4910.88905060907,110.373193196809,1332.60932702338,197.130777599021,2562.33477250385,446.700488522421,5880.93782815965,346.746367217381,1712.2116226833,191.137437186471,2331.93320419292,229.382855214423,4168.50031105004,271.841997955446,2791.67249353261,302.583978875598,3556.39194906034,355.263461828532,5013.41195002357,3789.96625647853,1337.03716058854,36541.2911427062,14925.0551353695,905.022682522486,6957.74767790984 -2771,1177.5953160834,3765.38419173448,243.857262423692,1508.62903655045,447.02253643498,2685.2855498793,545.31292369341,3164.43533683036,75.0081174932342,1157.31228755377,553.344352862038,6422.42409398011,309.535761198313,3746.50392473515,353.208450824684,4234.15581038709,273.824442849609,4807.59535591667,102.068939329442,1304.5797503925,180.839562221513,2508.43963804588,409.921654225233,5757.24051179459,324.807292407464,1676.19764175651,173.253971692252,2282.88424504221,203.776828701351,4080.82172698563,241.256288225199,2732.95356030964,279.81817765156,3481.58820977668,328.534163786361,4907.96182928245,3231.66065264423,1175.18510822584,33311.4677255235,13902.6895720634,769.577110988509,6513.08122612809 -2772,1158.61224763728,3635.22741915279,240.725098539051,1456.48076258376,447.055412909296,2592.4641848245,539.973087232805,3055.05136177957,75.406484300686,1117.30786183069,556.537281939136,6200.42231417281,311.321856470127,3616.99978001106,355.229471991045,4087.79516647252,274.52113426873,4641.41281954271,100.940658762543,1259.48477966966,179.452389931631,2421.73124631769,406.719257487044,5558.23190979412,319.844002385793,1618.25708001012,172.85952122307,2203.97255094084,204.805841660042,3939.76133090928,242.561932790882,2638.48447112443,276.725038698774,3361.24131772839,324.902513305834,4738.30995868295,3297.16871117189,1185.10402876185,33148.3996556154,13724.0028314932,785.99475602293,6416.47060382495 -2773,1115.94115868486,3516.89716923451,231.754895929782,1409.07087242677,430.132656757517,2508.0769101032,519.84834779725,2955.60641667163,72.526734570765,1080.93838523907,535.267508532409,5998.59243190207,299.423740102057,3499.26285778494,341.653779344318,3954.73338851747,264.072008960444,4490.33023911961,97.1915346231005,1218.48730370395,172.739215552723,2342.90149770227,391.508738616466,5377.30596069821,308.031665303355,1565.58121062689,166.326977596488,2132.23106335418,196.9876798841,3811.51820079625,233.29705723595,2552.59919054233,266.446955166406,3251.8295865484,312.835028602114,4584.07328049132,3168.24395572202,1139.61460586906,31903.2747448872,13215.4061480226,755.211671583389,6179.55774174922 -2774,1105.89258162583,3455.10031572327,229.283890072193,1384.31150583168,418.39400978867,2464.00645425808,511.006308880521,2903.67223492593,70.2085346100325,1061.94477017644,517.894730517493,5893.18868537497,289.70556725153,3437.77586404752,330.559006885251,3885.24313386228,256.422843232797,4411.42879086818,95.671455599835,1197.07675975317,169.414389115778,2301.73340728686,384.031995466215,5282.819095502,304.583720930433,1538.0717362017,162.591448564292,2094.76475019982,190.746559074781,3744.5444393879,225.81482896698,2507.74641530888,262.279715406976,3194.69034507118,307.942277740994,4503.52463452083,3016.78219265042,1098.83853213864,31218.8164391045,13043.0496779204,718.271970255941,6110.67515466148 -2775,1129.62076360487,3406.88447898104,234.028522216244,1364.99347409123,422.988274214149,2429.62130706288,519.1379952707,2863.15156298046,71.0261427687055,1047.12535800624,523.795737951511,5810.94938764687,293.006536744538,3389.80178958636,334.27530629961,3831.02466506886,259.594972026943,4349.86741465791,97.1129451867573,1180.37158411658,171.990876342358,2269.61277632143,389.870161979002,5209.0974898258,310.198297125964,1516.60798436994,165.272636819416,2065.53236156283,192.99514018684,3692.28941728566,228.432079655629,2472.75087807333,266.231505167565,3150.10852282453,312.58206903458,4440.67806316239,3027.07638497823,1108.05492716985,31697.2884443277,13284.810192873,720.324175885244,6224.70814696677 -2776,1194.08170481406,3457.4396285911,248.290060259851,1385.24876884079,450.903753798117,2465.67473635647,551.437209465017,2905.63819747475,75.8684423680116,1062.66377131643,559.636045061673,5897.17873222297,313.055276169717,3440.10344720882,357.176024976839,3887.87367955623,277.125048730298,4414.41559622635,102.967707654534,1197.88725346159,182.891844519957,2303.2918206717,414.530112221347,5286.39588504767,328.778788842852,1539.11310423023,176.092722809263,2096.18303322707,206.125629386992,3747.07972351593,244.018168935422,2509.44431201882,282.282117382005,3196.8533445647,331.427072266272,4506.57379436148,3258.20843555556,1186.02395243239,33708.6247385781,14076.6664088549,775.733727876416,6589.58964939421 -2777,1275.16721215137,3507.40995313578,264.357473128083,1405.26974910077,474.147802797588,2501.31109737301,584.186298715103,2947.63334398044,79.6154751539666,1078.02243531028,587.035893761308,5982.41057046254,328.382500492316,3489.82321217674,374.610710802932,3944.06506116405,291.260314959487,4478.21708047914,109.195818519449,1215.20030047141,193.440911799423,2336.58126377528,438.488441403622,5362.80008770186,349.743007773636,1561.35788348635,186.133106520832,2126.47913604524,216.356110246801,3801.23621212979,256.046912386338,2545.71327407427,299.356250256136,3243.05741934553,351.47378979284,4571.70723970831,3373.42170236892,1239.54260050572,35636.356573811,14971.8622848037,802.412401057351,7016.29625340922 -2778,1336.65667509363,3480.96272189683,273.923702741679,1394.67347022144,480.864448649223,2482.45024167702,604.347001153701,2925.40704545888,79.7928163853576,1069.89372808519,587.756822814063,5937.30087475049,328.785781599208,3463.50859178485,375.102427550508,3914.32528107339,293.380441671397,4444.44958701584,113.393752458763,1206.03721894469,199.21373524118,2318.96253490773,451.731910328254,5322.36249531809,365.786456277565,1549.58463954194,189.360932409347,2110.44465869949,216.960952347242,3772.57341695063,256.56106620489,2526.51760874655,310.864729059946,3218.60350872869,364.985880007977,4537.23479418844,3269.2666613861,1233.93090656376,36499.1515959895,15588.08366829,775.733727876416,7336.67961507372 -2779,1379.14660497417,3428.39316153269,283.245215573064,1373.6110868986,500.429092373611,2444.96023438394,625.822310125696,2881.22749670974,83.2343577916086,1053.73617415104,613.263688164094,5847.63565231881,343.054088379729,3411.20262400122,391.384730528525,3855.21107170427,305.655621447393,4377.32943103705,117.349980164263,1187.8236236126,206.508790426847,2283.9415218431,468.241044332636,5241.98408312842,377.781838010048,1526.18278501034,196.600999978775,2078.57268627566,226.285932385864,3715.59994673131,267.641765772534,2488.36209529948,321.710579268643,3169.99610182484,377.719978838766,4468.71339437597,3440.04397145624,1289.75400241528,37876.5132677461,16113.3047822451,816.77784046247,7577.24041217173 -2780,1299.04783012355,3363.99707220198,264.627845018792,1347.81031724066,459.913599818814,2399.03613226229,583.150292174056,2827.1089127206,75.9032332742941,1033.94366914812,558.827960528043,5737.79852159959,312.60324108535,3347.12942744808,356.6331201129,3782.79798928778,279.67486476663,4295.10931105963,109.677251678814,1165.51253133954,191.80989753053,2241.04186146665,435.026762990595,5143.52300839673,354.680715907638,1497.51623530967,181.238564313219,2039.53050351563,206.443221378121,3645.80920371749,244.028104864228,2441.62276867441,300.676081246833,3110.4535282246,353.02340166762,4384.77679393983,3056.95241751357,1169.46362582328,35076.1208519205,15094.9988734941,724.428587143849,7118.64421929834 -2781,1078.31020869574,3219.08962641736,220.116307891797,1289.75207691477,385.578255348021,2295.69531750837,486.686854943766,2705.32844659519,63.7943680461127,989.405539962602,469.818146033242,5490.63726956927,262.811966373203,3202.94857186708,299.855662470443,3619.85028666446,234.770556347848,4110.09329996543,91.366267481207,1115.30694544828,160.283893075772,2144.50680359605,363.477714630976,4921.96075210341,295.244472341784,1433.00926695559,151.563504813589,1951.67574338327,173.479905122713,3488.76242627099,205.111653161993,2336.44749313632,250.477203284131,2976.46771719899,294.084963382791,4195.89826880794,2595.97572791073,985.500245796112,29315.5470472996,12562.4190892428,615.661688790807,5918.60537137246 -2782,854.904800923833,2991.72139889001,184.553291271485,1198.65531425514,349.264545554935,2133.54755653857,407.990230532024,2514.24779797522,60.6314529231051,919.5226196236,448.211117865691,5102.82686077151,250.725192781888,2976.72040671433,285.969668693289,3364.1758447853,219.127674542616,3819.7923959719,75.1243396359172,1036.53145524308,136.936342471074,1993.0376718103,310.03958985043,4574.31665950621,236.625621892686,1331.79407419298,136.539534074258,1813.8265046297,164.525461496602,3242.34687989553,195.103755641583,2171.42135628522,205.950565885185,2766.23617111275,241.806295474742,3899.53685518502,2788.30210125043,959.948493298252,25592.0129072544,10250.4591888987,666.966829523374,4737.86359756226 -2783,690.103265301565,2776.56958790825,142.17118141643,1112.45314927394,293.575167874829,1980.11193891211,313.390137563498,2333.43384678579,61.1294033803229,853.394484522479,511.476921455386,4735.85337165293,286.115503662754,2762.64740294848,327.770239380785,3122.23870259846,251.377743239441,3545.08925955263,76.5868308078595,961.988544991527,156.342304304293,1849.7069243002,352.434574246215,4245.35136425447,186.840988139795,1236.01713887283,111.130030879439,1683.38385799068,153.393035190863,3009.17115594629,219.621570628217,2015.26201692207,209.959930705207,2567.30029358118,246.513685571823,3619.09883823115,3154.20240989073,999.54672078366,25072.4190114276,9794.41932888487,785.775259561802,4390.58658506116 -2784,693.353981305218,2634.78122384636,143.20968555828,1055.64459211839,304.332607412196,1878.99549879102,319.760314267802,2214.27466229308,63.5149551066122,809.815022877853,531.82070027585,4494.01217850296,297.495627143318,2621.56998949205,340.85515463581,2962.79839187113,260.362019435981,3364.05565292006,78.3773098420165,912.863616650226,160.159973943628,1755.24974954303,361.027174712944,4028.55815747623,188.742774876672,1172.89866028816,113.848257773293,1597.42014062082,159.298774700243,2855.50475506012,228.26128409653,1912.35060213894,214.868461975861,2436.19847993756,252.276785846288,3434.28585681487,3331.31678800023,1045.15607128217,25737.5804994196,9935.78716234259,830.744325621061,4446.03343701932 -2785,741.984968633244,2547.25192878895,157.364096467754,1020.57533242311,358.483417636056,1816.57393986358,359.949307750394,2140.71489251034,75.8225561817245,782.912395275275,636.206044930466,4344.71791664787,355.88783255482,2534.47958098028,407.883874495772,2864.37213458244,308.412194718956,3252.29934572877,88.3035433031399,882.537641906748,182.847014336179,1696.93911189437,411.970014591397,3894.72660727757,205.884480075879,1133.93413754918,131.361265988757,1544.35271416674,189.887831285725,2760.64286824334,272.732384945297,1848.82096309609,242.080859560111,2355.26624403162,284.226826976554,3320.19645259716,4164.44713080961,1268.31907244377,29568.6234988375,10974.0304472334,1041.38889821444,4868.71019066083 -2786,893.478099145385,2502.93494892749,192.302264917367,1002.81940653965,459.253711332883,1784.96926433073,448.754766014932,2103.47082657863,97.7602521046841,769.29131898417,821.275294260725,4269.12870058342,459.413875008396,2490.38481387847,526.667785600704,2814.53791097489,395.836406058696,3195.71598113138,110.209347325679,867.183289845484,229.90398808823,1667.41583797003,517.855746367704,3826.96632072332,251.600714607583,1114.20600003359,165.715268191378,1517.48413184899,244.619267911449,2712.6133219649,351.821240257559,1816.65525523542,302.134801551169,2314.28942288352,354.736083307553,3262.43181704508,5509.66790374195,1651.53511192163,37288.3866195169,13506.5768472106,1379.84029013413,5962.0409752116 -2787,1194.7364997254,2522.36424156293,251.623203540854,1010.60389639165,566.029573267667,1798.82527373155,573.683553559846,2119.79923745372,119.179649267795,775.26302278928,999.584366843348,4302.26825575147,559.158336526717,2509.71668478644,640.85232405625,2836.38605398369,485.632126342323,3220.52305852017,140.923473590748,873.914890246923,290.434446835199,1680.35932668306,654.48491115917,3856.67354447006,330.421437792789,1122.85513989242,207.773525589412,1529.26376011299,298.55787949245,2733.67026475993,428.611631241066,1830.7572304333,386.33642935404,2332.25433501981,453.597106604308,3287.75678304298,6486.80887240265,1988.24666988839,46882.5165482725,17557.8136854521,1621.25317108384,7809.23751114191 -2788,1444.31366859595,2548.03170394699,282.035597429967,1020.88775510975,528.253343876126,1817.1300368931,610.062170156682,2141.3702168914,105.683175347853,783.152063613479,880.520519634125,4346.04793943117,492.55511127198,2535.25544621508,564.170192937994,2865.24898787233,441.506879509008,3253.29495288002,150.435305093907,882.80780793211,296.435137209009,1697.45858582202,669.115728571405,3895.91887688444,382.227693602033,1134.28126209596,203.299359108398,1544.82547772348,265.976771687993,2761.4879675068,379.017395389457,1849.386931716,412.412759477859,2355.98724774818,484.213292385183,3321.2128446879,4926.13458538551,1677.96349371192,46872.3610304429,19621.8055682781,1218.89836950099,8948.95959911444 -2789,1650.67986508702,2549.72120628417,319.66764569694,1021.56466672179,601.080632288589,1818.33490629859,696.215340822871,2142.79007755507,119.484485020384,783.671341784074,995.302334289353,4348.9296375434,556.763006748395,2536.93647710456,637.808808865057,2867.14882485399,499.486478985924,3255.45208829474,172.297427631577,883.393164014011,337.627542631458,1698.58410566684,762.256396286166,3898.50211163688,437.189281877216,1135.03336060414,229.79148336131,1545.84979239394,300.754316311145,2763.31900452568,428.476601757433,1850.61318943432,472.346950312754,2357.54941275392,554.581949037195,3323.4150138582,5540.42798254526,1897.31297238352,53291.4888625565,22406.0813553183,1370.37311833218,10239.7991642797 -2790,1484.11612237059,2683.32196900549,282.320384797584,1075.09280082007,534.744416430878,1913.61235458021,623.519714792464,2255.06838782972,104.790109359322,824.734297501408,872.467424910439,4576.80565597442,488.050283866758,2669.86734322489,559.267956601431,3017.38221856462,438.74682823148,3426.03186812594,155.541489953666,929.681362191989,301.028703601148,1787.586829378,679.95040753612,4102.77654536778,393.519436336499,1194.50704828306,201.483852668841,1626.84951534695,263.857450316091,2908.11190413253,375.704291690279,1947.58196115775,426.411174192431,2481.08072234214,500.648813162226,3497.55592761639,4798.47999318187,1663.90489742105,47340.086635449,20099.8877583919,1185.76326819416,9227.09326125964 -2791,1381.3640107824,2939.02188020163,261.706984114681,1177.54086216813,484.397061054531,2095.96486940397,573.048340162251,2469.95903202736,94.4722379408902,903.32512225796,785.885083179667,5012.93997504324,439.616915178076,2924.28513223926,503.697556144635,3304.91549792645,396.828578222949,3752.5063108331,142.835420373207,1018.27283369598,275.576376819182,1957.9300825571,622.53456860883,4493.73954214037,364.555453944317,1308.33436744086,184.044312699285,1781.8757408274,238.019333837273,3185.23256435308,338.589661604397,2133.17151778475,391.577959911223,2717.50860080819,459.751180914338,3830.84606216796,4230.62914359964,1489.42172925001,43262.0546498974,18568.3212232148,1043.75569116492,8539.2209225115 -2792,1300.37261728426,3148.13046522429,246.578624958645,1261.32176395491,461.964194133043,2245.09075752706,542.771053457838,2645.69424574947,90.2320293974483,967.595837424542,750.916339246536,5369.60584134599,420.055720208785,3132.34521179315,481.329227768806,3540.05706255592,378.434274332265,4019.49353206913,135.408059704637,1090.72196817013,261.460247068316,2097.23492812318,590.627244993295,4813.46479612621,344.027648894744,1401.421101553,174.705755153616,1908.65448900911,227.272545086433,3411.85880316635,323.447478770232,2284.94462321806,371.21612857748,2910.85672867683,435.844380839611,4103.4070814975,4083.60161087135,1427.73912306668,41071.9537261265,17543.3921517334,1008.25379690761,8062.86709133562 -2793,1235.02825876325,3346.58218401747,234.466814617778,1340.83291343653,438.285736680015,2386.61669636587,514.929919650328,2812.47341080316,85.6342561109285,1028.59110402965,712.634788585514,5708.09483353617,398.641371508156,3329.80186042973,456.767885644456,3763.21503407286,359.198910500028,4272.87420003339,128.493386694688,1159.47885474135,248.031777332214,2229.44033726891,560.299607257018,5116.89579198032,326.388075514917,1489.76382731624,166.015069649167,2028.97217218975,215.695770272738,3626.93541808032,306.962861513944,2428.98286840321,352.259811274571,3094.35119542391,413.587792987284,4362.0774883395,3872.90352892069,1354.38211878219,38983.2972380096,16653.3596582235,956.184351996891,7653.16711988112 -2794,1172.09032547206,3526.83924577123,223.425338317189,1413.05423895277,415.531729780753,2515.16710677382,488.580785748828,2963.96175485553,81.384366016187,1083.99413911539,677.271037788138,6015.55012563059,378.859213318096,3509.15508308471,434.077283758149,3965.91320417285,341.475340051101,4503.02415786794,121.650846293483,1221.93190087285,235.451718488845,2349.52475248832,531.826815530127,5392.50731144861,309.713968214829,1570.00702334517,158.026168330917,2138.25876430924,204.990473769363,3822.29315492483,291.729359368407,2559.81524927216,333.501242819258,3261.02233148182,391.563381803498,4597.03220570622,3681.13720234868,1286.20976421006,37013.1873059567,15801.2344164406,908.848492987144,7256.34791339775 -2795,1130.84302770483,3499.80718946689,214.527107913822,1402.22364558387,393.574774201293,2495.88918280078,467.707769761014,2941.24396834535,76.7512500011243,1075.68568257395,638.325148054301,5969.44292358202,357.073239426872,3482.25857003827,409.103806953572,3935.51579120263,322.762107031157,4468.50996708898,116.390146497625,1212.56619701094,224.74423739518,2331.51642237408,507.686883465556,5351.17552649714,298.202999242104,1557.97343879659,150.232273176091,2121.86971811742,193.402243086467,3792.99654212925,275.051394291147,2540.19511205439,319.079231189476,3236.02767390564,374.630516431157,4561.79747433407,3416.69847228595,1207.36241580204,35260.1261428265,15172.2784576762,842.578290373498,6978.11825844569 -2796,1109.5434241744,3343.13820018098,211.116496853989,1339.45305583035,391.641009144511,2384.16061763414,461.488434905449,2809.57908087647,76.7609315524239,1027.53257597271,638.720154918546,5702.22060566342,357.294202647641,3326.37514530503,409.341125594799,3759.34229136466,322.046589538717,4268.47696462393,114.785123844632,1158.28562947005,222.330462934244,2227.146009485,502.174661857735,5111.62996988734,292.845134384898,1488.23070418962,149.267571599105,2026.88414715959,193.360750839002,3623.202921381,275.14271360252,2426.48319043988,314.67912164782,3091.16678371207,369.464353457155,4357.58845339661,3461.36007584162,1211.34046516849,34951.4866354732,14936.9713770008,854.412255125935,6858.90107542485 -2797,1072.49788168142,3235.91968323334,204.271178285895,1296.49516370392,380.081768112139,2307.69768063265,446.893476630811,2719.47245522684,74.5726794311089,994.578353827418,620.593871094476,5519.3434405452,347.154525551163,3219.69423995933,397.728467387506,3638.77560191196,312.710651351443,4131.58170562824,111.144869351993,1121.13799752745,215.440651479913,2155.71872234804,486.598774475286,4947.69376631467,283.235952149051,1440.50133153894,144.747793532425,1961.87950204161,187.831376080884,3507.00238746056,267.313873611884,2348.66291694258,304.699500178155,2992.02929721226,357.747292678768,4217.83528034021,3374.22394245959,1177.96856431789,33880.048724263,14453.8232021513,833.111118571549,6634.6395065289 -2798,1079.47482769005,3165.93524098783,206.411846366451,1268.45537910236,383.390295138524,2257.78824193825,450.245952407341,2660.65740985744,75.2684458146655,973.068236712112,626.429470821767,5399.97454080106,350.4189065723,3150.06071142889,401.469947863594,3560.07844441579,315.734238118063,4042.226446671,111.969269493232,1096.890727781,217.137473265378,2109.09618928474,490.422689632491,4840.68814734605,285.166884308529,1409.34707181982,146.151361904822,1919.44920211337,189.574332701525,3431.15513843525,269.816103833384,2297.86750779921,306.959562315497,2927.3195633358,360.400828737893,4126.6145831432,3412.15071460711,1189.599612905,34156.9231802514,14557.9826073138,842.578290373498,6680.53045567348 -2799,1103.70418652873,3152.22426589458,210.863539384801,1262.96197548355,388.217205342017,2248.0102534468,457.874546542289,2649.1346828585,76.2687628484857,968.854090388187,634.581368667728,5376.58842870547,354.97900353888,3136.4184854612,406.630489474236,3544.66052106427,320.094955018182,4024.72044546982,113.741739411357,1092.14033325179,220.618994818426,2099.96215364618,498.282158522546,4819.72418264987,290.644851711429,1403.24349700587,148.733437073474,1911.13648621754,192.13009158122,3416.29555380601,273.37074674555,2287.9159447479,311.818722268469,2914.64198070453,366.105962211536,4108.74311532655,3433.02244637836,1201.62220751552,34719.5456297595,14837.9600806003,847.311876274473,6809.11492460249 -2800,1163.1359530068,3252.6847608872,222.834244950193,1303.212216111,410.986202997594,2319.65370383616,484.111051043657,2733.56185525912,80.8328851447904,999.731195976486,672.656424448018,5547.93877987285,376.277840895152,3236.37525470586,431.062426005577,3657.62784841459,339.24192622128,4152.98714671104,120.097360667394,1126.94653649912,233.447682521881,2166.88735300575,527.213193170604,4973.32742793785,307.012296505453,1447.96447001202,157.513575586642,1972.04386501071,203.606698096183,3525.17192598857,289.747980893126,2360.83117822215,329.242420108294,3007.53079552518,386.563103516349,4239.68759527017,3652.58611363908,1275.17314097663,36718.8717840543,15664.2894708291,901.748114135682,7184.92954062374 -2801,1251.404276301,3356.39430222994,239.594779431741,1344.76421119836,439.709015326761,2393.61421319497,518.831996021983,2820.71953178834,86.515948809832,1031.60691447448,719.835032252872,5724.83086396811,402.669121846371,3339.56477903806,461.235029121828,3774.2487122385,363.140535746501,4285.40218962169,128.73555303437,1162.87842569524,250.050459629532,2235.97701586639,564.724815733052,5131.89843755455,329.359097738283,1494.131787814,169.025183030965,2034.92108176634,217.945296321637,3637.56952688577,310.098681189489,2436.10460207964,352.923701232705,3103.42377695662,414.367265336336,4374.8670203498,3893.3667560635,1362.21835677578,39364.5464767695,16817.5391319313,960.917937897866,7714.13883994069 -2802,1323.60769345539,3364.64688273263,251.14732630404,1348.07066863772,455.43467308415,2399.4995449552,544.106645492858,2827.65501460576,88.8211335277359,1034.14339211752,738.455126063463,5738.90687033536,413.085031724974,3347.77597971989,473.201719795674,3783.52869800007,373.917818698149,4295.93898100307,135.268967418765,1165.73766896607,261.138745312382,2241.47475500667,589.905590025389,5144.51656318996,347.873180074757,1497.80550483001,175.079124176699,2039.92447187242,223.869616340082,3646.51345082665,318.260379704486,2442.09440766604,370.834812280731,3111.05436271238,435.396677864265,4385.62378461018,3918.35028345387,1392.1498774664,40982.4820902797,17696.8500966987,965.651523798841,8140.48110729657 -2803,1352.22090398053,3378.16291403637,256.134186342529,1353.48596658488,462.423033598182,2409.13850918926,554.344498462457,2839.01391050944,90.0250482411744,1038.29762135689,748.303837385898,5761.96047673512,418.59431060393,3361.22423937889,479.506378920844,3798.72740802911,379.28403256819,4313.19608041644,137.842655430483,1170.42052198894,265.775891939662,2250.47892216332,600.409612127149,5165.18246048443,355.087353107294,1503.82229850726,177.85696255386,2048.11899687907,226.937672582637,3661.16176064003,322.545285981182,2451.90447856236,377.89048165492,3123.55169441451,443.680730234475,4403.24115440415,3948.85033693849,1408.79090863804,41686.1476889351,18050.0373896698,972.751902650303,8307.84936130964 -2804,1277.47090773209,3388.49487815212,240.081753555022,1357.6255444542,427.656496279606,2416.50675437465,518.564013440257,2847.69691088387,82.6601890463718,1041.47320940232,686.554213160034,5779.58318185529,384.052136567814,3371.50439729606,439.916612289916,3810.34565032944,349.147102365473,4326.38780274039,129.186453947475,1174.00020217052,247.66669534114,2257.36191391319,559.623051305988,5180.97994603826,334.31117639686,1508.42167349894,164.777093689389,2054.3830796125,208.48351165051,3672.35926440034,296.06245703712,2459.40352160214,354.159829212827,3133.10494120621,415.818601613668,4416.70827566442,3550.93485086702,1286.46988276791,38775.8460771956,16955.1488210239,873.346598729834,7821.91533277816 -2805,1058.38614199113,3316.56100431464,199.236125350549,1328.80470566145,356.973895217269,2365.20707760153,431.57931918331,2787.24355985901,69.1314707722169,1019.36392337881,574.340045934825,5656.88923590384,321.280559538727,3299.93121195017,368.048609019868,3729.45636669639,291.784045726006,4234.54353395282,107.370695505096,1149.07751954449,206.386411936571,2209.44070022981,466.299300800188,5070.99366268994,277.733485037735,1476.39960521877,137.302011961427,2010.7708746139,174.32988855815,3594.39927404754,247.634244963357,2407.19319548388,294.352743810183,3066.59270386643,345.599179286772,4322.94660645634,2991.15877342459,1078.28749029462,32301.2500913975,14081.1408800722,736.072607601567,6491.83763727521 -2806,803.348316473043,3072.36271997132,158.241658920601,1230.96485621266,294.504627519918,2191.05695350745,339.305502647781,2582.01890260739,59.2805757591471,944.308189174996,493.97921653455,5240.37265613014,276.327447845648,3056.95737870517,316.444766236952,3454.85660956973,247.557528127111,3922.75422429648,83.4036988402285,1064.47097726012,165.149350011224,2046.75964969206,372.708143511294,4697.61655588148,212.192602732779,1367.69234787282,114.13964491911,1862.71787720199,149.178700890724,3329.7437664825,212.614022187032,2229.95163482651,228.648119322039,2840.79957776692,268.455463877442,4004.64818130116,2773.20394277706,940.548883463076,26167.7658421642,10914.8538421234,686.369955641333,4968.28642032001 -2807,576.593540007346,2871.70164663455,122.326515559374,1150.56851248611,275.541498446378,2047.95541241177,282.676463479179,2413.3829922036,63.800261311405,882.633864861387,598.400862387508,4898.11528038854,334.739959814907,2857.30245359872,382.858337379845,3229.21422984858,292.56033071914,3666.55268013407,87.6257030031609,994.948623195476,186.791773380541,1913.08240335006,420.424116576963,4390.80747565786,168.259511141094,1278.36610630158,94.65463141651,1741.06070237257,146.565598680823,3112.27271276362,264.261563828387,2084.3098179848,240.22258574317,2655.26227492702,282.04503006951,3743.0980078231,3378.42211964145,1070.19272044757,26754.4799625417,10663.4511996398,876.478728343963,4731.79209671529 -2808,574.603184341504,2780.72836143751,123.866473726333,1114.11939265926,279.08036131863,1983.07777025751,287.349844012808,2336.928887197,66.9349259250463,854.672707264564,628.384307600457,4742.94677990974,351.512424355901,2766.78532369071,402.099861211088,3126.91522276383,305.939730700307,3550.39912948555,90.3121678464377,963.429420996861,192.916586042988,1852.47743371842,434.178260265558,4251.71009372876,170.715103266691,1237.86845763006,96.9499538133271,1685.90524706685,153.644682645945,3013.67832241633,277.411795955501,2018.28049640373,247.587428580856,2571.14562148115,290.692082606998,3624.5195604467,3572.149857389,1121.48191613333,27574.2934300087,10871.4466058058,935.274733297684,4811.09167236086 -2809,577.475458295357,2754.28113019856,127.226043786237,1103.52311377993,297.013126482889,1964.21691456152,299.073077287557,2314.70258867544,72.0537173349173,846.544000039469,677.318757842753,4697.83708419769,378.885907479432,2740.47070329882,433.513619245448,3097.17544267316,328.0995508748,3516.63163602224,94.6343784597051,954.266339470143,203.205993997136,1834.85870485087,457.252533980759,4211.27250134498,175.192206859756,1226.09521368565,102.23019289381,1669.87076972111,165.210307097367,2985.01552723718,298.877809559686,1999.08483107601,259.436607235756,2546.6917108643,304.604188080683,3590.04711492682,3944.29086619519,1218.88322672096,29069.4523589772,11235.8652974551,1034.11726003715,4946.95803416933 -2810,660.38589293792,2783.06767430534,144.386424092955,1115.05665566836,353.811587943412,1984.7460523559,346.940281876724,2338.89484974582,83.5670029002853,855.391708404559,785.93184847127,4746.93682675774,439.643075253731,2769.11290685201,503.143627333341,3129.54576845778,379.997521926321,3553.38593484371,109.2638929187,964.239914705288,234.459160605682,1854.03584710326,527.590710903285,4255.28688327444,200.418504157895,1238.90982565859,117.953286272844,1687.3235300941,191.527983298359,3016.21360654437,346.745022586237,2019.97839311367,299.54287367427,2573.30862097467,351.692904108909,3627.56872028736,4656.38221912672,1430.68721445394,33613.1328565897,12882.5692718472,1213.7458619147,5675.08764889184 -2811,974.976778923469,2904.64697057374,196.194611531152,1163.76830028527,471.016277991665,2071.45038604665,467.180503557309,2441.07029898237,106.472615961217,892.759797905871,999.638554631164,4954.30844195635,559.188648678747,2890.08258416568,639.784890652383,3266.26108288642,486.745854744548,3708.61685693624,144.807793509976,1006.36307661979,307.710235620978,1935.03005921974,692.659927688513,4441.18059669907,272.464007050046,1293.03203983765,158.611494637192,1761.03485564322,244.385141123816,3147.97796537203,441.297137822427,2108.22186407901,396.985147057531,2685.72451876544,466.099752413367,3786.04034361498,5781.21885881117,1814.59501038091,44251.2586064103,17407.4280707188,1495.70528989701,7736.33473811138 -2812,1364.1079023745,3205.63858057889,273.310239073294,1284.3628158751,621.824281004632,2286.10269769016,638.786640624882,2694.02416458805,137.337280084834,985.271284376284,1286.44331333675,5467.69450556876,719.624602966631,3189.56497182535,823.124408518394,3604.72465246815,632.204326786671,4092.91917317985,196.799321971633,1110.64660771675,413.312780323424,2135.54592873275,930.758151663132,4901.39421703449,382.21450751016,1427.02140219452,210.754590644752,1943.52061788734,315.851478553916,3474.18454595036,568.37235691337,2326.68458934158,539.517976761031,2964.03047302529,633.447365108685,4178.36560383206,7150.84026285358,2306.29900311321,59231.9846385105,24074.6452144629,1838.67765936304,10764.2029503884 -2813,1479.79824304725,3760.44564304718,298.540879757272,1506.65037047849,667.81058553616,2681.76362150437,697.77882115963,3160.28497203809,145.207168287589,1155.79439647349,1358.55695803694,6414.00066294,759.964315099961,3741.59013875812,869.313405059818,4228.60243693184,670.756389750898,4801.28987883251,215.612269957342,1302.8687083618,447.643588699434,2505.1496547,1008.48348021654,5749.68951271343,423.129922439008,1673.99919845249,223.500573795772,2279.8900924093,334.28686166643,4075.46946125213,600.483833334913,2729.36911220807,591.092969664833,3477.02187816014,694.001498182332,4901.52471497615,7399.25222784358,2423.47510145441,63914.9481149061,26428.0366128523,1895.4128813701,11862.448713986 -2814,1332.68733673674,4186.65547694672,266.14010464299,1677.41449396306,580.374509569068,2985.71536982774,624.345831581729,3518.47244790228,129.661532384446,1286.7924175867,1212.8758619126,7140.96507531959,678.471644671833,4165.66288516486,776.300370805564,4707.87327697289,599.170213931502,5345.46925436592,196.217180555968,1450.53616815091,403.434369402613,2789.08393259531,909.204669750091,6401.36073596817,383.516006587226,1863.73067925174,196.556295199755,2538.29339612188,298.548171251226,4537.3841721733,536.129548410484,3038.71647855429,537.922057854289,3871.10839285175,631.573598765491,5457.06473148644,6475.46777347949,2141.60243269773,57222.5256256052,23876.6767454465,1678.56964901173,10755.645182068 -2815,1220.08947939644,4425.1354374447,251.291646470529,1772.96325465325,535.791009926283,3155.78746851737,583.381005796129,3718.89141598056,121.449629228483,1360.09059237202,1135.82992946618,7547.72820126987,635.372855963344,4402.94706719803,726.926179207856,4976.0428073544,561.597232728226,5649.95747978686,184.047107203913,1533.16150237922,378.678769853628,2947.95552585953,853.392125008353,6765.99457408861,360.971230679299,1969.8923687469,183.20880821736,2682.87947734414,279.688378416852,4795.84231474136,502.108833676453,3211.80762249018,504.558257175746,4091.61418361817,592.4012031454,5767.90965024457,6025.00254479334,1994.47562311409,53603.2358774323,22419.4302139967,1564.21339634146,10077.1203457425 -2816,1172.7078865197,4486.41244505268,231.472693092905,1797.51434114085,501.525757010876,3199.4871960062,541.969764735948,3770.388718337,110.976353038825,1378.92442983406,1037.54287269672,7652.24527310874,580.391976921714,4463.91682162662,664.050758368035,5044.9484978749,513.647017891723,5728.19519530265,169.97836787346,1554.39193710232,348.460448194854,2988.77730312255,785.3957887774,6859.68659930521,334.110094915547,1997.17042867817,170.496316578573,2720.03061734166,255.640138122014,4862.25268119486,458.712607552157,3256.28308836029,465.989334767372,4148.2727598364,547.117480772813,5847.7807069651,5492.13574581455,1829.04205286754,49419.7853382616,20756.282498143,1420.35359677299,9361.64012391782 -2817,1088.34016846247,4580.24488902082,217.319399467775,1835.1090040843,462.398621003582,3266.40384861515,505.366552230625,3849.24566528168,102.842004818695,1407.76436617147,961.096245373951,7812.29049512378,537.628434008504,4557.27877400476,615.087157582873,5150.4626147883,476.601374855075,5847.99928404499,158.990954579068,1586.90174223705,325.035123925684,3051.28699929143,732.671194170882,7003.15561075959,313.628312174327,2038.94085987212,158.083283271422,2776.91952883146,236.985348197006,4963.94575062504,424.976531550322,3324.38761601466,435.86775238061,4235.03307803478,511.751769494115,5970.08590343213,5034.66947940313,1685.88986195579,46028.6610548712,19439.6769944698,1303.28015309568,8769.28646446024 -2818,1041.51513528335,4656.59746564233,204.863632617172,1865.70022884152,441.146612824171,3320.85472540691,477.140280371003,3913.41250170957,95.7690315560466,1431.23176567467,894.697650389276,7942.52119742711,500.485668324214,4633.24850601884,572.55766329916,5236.32070774191,444.388507848528,5945.48529718108,148.743798773575,1613.35535766609,304.186931974578,3102.15188316828,685.668400965721,7119.89805320947,294.959889507063,2072.92995696238,149.501853091191,2823.21071330614,220.749305258689,5046.69461175649,395.663278765321,3379.80508087113,407.775558198501,4305.63098173211,478.768760305784,6069.60709769654,4694.63979400482,1576.43155390181,43182.3360832298,18274.0873829157,1206.84733997579,8252.95615570976 -2819,1001.62220373917,4612.41044410512,197.486674113212,1847.99637172223,410.713905312747,3289.34272971559,455.71068906361,3876.27765297658,91.1571226287257,1417.65063281506,851.23099389769,7867.15364465924,476.170818928393,4589.28304560847,544.731134006558,5186.63262162411,423.558563968383,5889.0678617437,142.915859854002,1598.04603181983,291.834767090005,3072.71518543251,657.860984556951,7052.33647183139,284.959742293653,2053.25967166732,142.437980777955,2796.42092236686,210.198613845632,4998.80591080117,376.500628551583,3347.73369806385,391.798481737697,4264.77432398472,460.010095308197,6012.01185534905,4379.77185511206,1483.85947818117,41265.1734992645,17597.3664073435,1134.02006076923,7952.04078990271 -2820,935.762737557422,4570.69269375998,190.155001307704,1831.28184637621,393.973844857005,3259.59169596419,437.811716325302,3841.21798399113,87.2566663144246,1404.82844452694,814.591393205454,7795.99780203595,455.674961996604,4547.77447505084,521.247885632777,5139.72121869001,405.568583198855,5835.80316082451,137.481820366867,1583.59222589701,280.32455638484,3044.92347727015,631.948428427687,6988.55038517516,274.715887944527,2034.68860662132,135.174244405659,2771.12820583329,201.250018284624,4953.59333929702,360.328856716071,3317.4545370199,376.90126583082,4226.20082913156,442.519293203106,5957.63516604682,4184.25669398747,1418.39923009359,39612.4487112757,16925.5204420238,1079.79094092652,7638.5777197425 -2821,907.10436789125,4483.55328628158,186.308953448156,1796.36879802426,377.72290912399,3197.44818555152,426.230453534239,3767.98587639893,86.8407969582263,1378.04565109346,811.156214264913,7647.36855157251,453.753354370696,4461.07199915647,519.065505392583,5041.73338804626,402.969629195857,5724.54465720884,135.080603779469,1553.40133416621,276.333730545393,2986.87257658531,622.877167655657,6855.31496977993,268.526908444405,1995.89764615572,132.76014577877,2718.29716115758,200.197157823379,4859.15400211196,358.73926184628,3254.207882287,370.318420412354,4145.6290950839,434.790382833374,5844.05395787447,4158.89351298064,1403.14564221838,38947.6733428921,16572.7981894797,1085.05085760413,7465.81443887454 -2822,871.075323950641,4408.30538062872,183.965517592386,1766.2201678641,364.991720308112,3143.78510539309,417.115394480182,3704.74740734892,83.7952952045152,1354.91777850721,782.157176897467,7519.02203029393,437.53155855924,4386.20139910578,500.490645968301,4957.1174921069,389.865314170578,5628.46907412405,132.513473256315,1527.33045030005,269.932608871015,2936.74360710753,608.542927408632,6740.26155987734,265.149821389245,1962.40030416355,127.890116594357,2672.67571868581,193.291870350388,4777.60235355179,346.000657152376,3199.59219868392,363.280728147676,4076.05260360489,426.527437364403,5745.97263871231,3957.08007204775,1345.99336867155,37953.315508841,16285.4806533538,1030.24340649273,7335.9050644268 -2823,890.659139199538,4285.36149044004,189.5228642034,1716.96178859638,376.041000948498,3056.10761089086,428.670008713965,3601.42515103987,86.362009152707,1317.13027328865,806.127073836506,7309.32289672645,450.9400992925,4263.87397017431,515.765109229702,4818.86769859667,401.613485754783,5471.49585561241,135.941157348836,1484.73450220883,277.438966593117,2854.84032401578,625.422241795285,6552.28139391562,272.212888162657,1907.67062763944,131.685633973696,2598.13706455536,199.210070699429,4644.35908467542,356.602299664643,3110.35829178352,372.677595820014,3962.3749609663,437.560287656162,5585.72234565746,4085.51798826155,1387.2048611201,39058.4609472074,16734.6202828151,1062.54222118963,7532.15930042523 -2824,931.867369081738,4255.79517117521,197.829355282226,1705.11582402131,391.877747453253,3035.02237606695,447.422582425158,3576.57756558843,89.3116189512288,1308.04289658536,833.425048515189,7258.8931313831,466.210336221158,4234.45590138632,533.254878603223,4785.62051952216,415.874353667546,5433.74594963969,141.507137820348,1474.49076094832,288.659841142735,2835.14370783573,650.728523850993,6507.0747423793,284.543439506628,1894.50889111972,136.980753737821,2580.21154062563,206.063026846413,4612.31590610476,368.714712031109,3088.89876112595,387.936522998199,3935.03704713938,455.475774501354,5547.18434820619,4207.92461924219,1434.1781489827,40605.4390063718,17453.3174431221,1092.1238448795,7861.15707744262 -2825,1011.96177877793,4237.79545792532,213.837744289452,1697.9041057276,425.424827345987,3022.18587189348,483.347423699764,3561.45057568237,96.6172570213775,1302.51058215055,901.621558870805,7228.19193698316,504.358839291285,4216.54644171342,576.827257642876,4765.37993142768,449.67657935644,5410.7641412978,152.626492099117,1468.25446201494,311.455223320973,2823.15258239132,702.107054930745,6479.5533333952,306.654134756427,1886.49614252211,148.499576602884,2569.29864045367,222.914078512828,4592.80830285117,398.881881012699,3075.83438896471,418.419816656269,3918.39396737934,491.266170520153,5523.72275675359,4561.92840280368,1553.14464518993,43896.8992434511,18844.3310700247,1182.62202150831,8487.38830195165 -2826,1076.61842138166,4214.01244166795,223.891017608893,1688.3752642932,448.449571316908,3005.22500239479,508.882114741007,3541.46328800362,99.0270108314807,1295.20073658149,923.344638597881,7187.62645711152,516.510531061723,4192.88267748298,590.762724146565,4738.63604784318,462.099157249196,5380.39828414049,160.008662461322,1460.014441918,324.462545789086,2807.30871157909,731.598481393862,6443.18930313499,323.586234791179,1875.90889996345,154.509498546366,2554.87942840283,228.633996958146,4567.03291193904,408.612104973126,3058.57243755531,438.65776045618,3896.40347058586,515.027514400172,5492.72296230166,4626.34758425936,1592.95241358115,45714.4229655089,19806.0921131458,1190.6588942315,8945.73144110184 -2827,1103.86173503268,4125.57341312825,226.039538693914,1652.94151314712,444.76575044389,2942.1546665963,511.819140096689,3467.1389766411,98.3204370472985,1268.01849720921,916.186030677125,7036.78050917654,512.506071378687,4104.88709704498,586.162647337509,4639.18679977486,459.650708266405,5267.48044063794,161.096239767026,1429.37327493415,325.535633375083,2748.3920238142,734.111856494508,6307.96677815328,327.504069731081,1836.53940045716,155.133375283885,2501.26044701354,227.122159854983,4471.18508053567,405.533650401683,2994.38250483915,441.639312941555,3814.63006756265,518.528151352313,5377.4477727886,4511.13822114591,1571.01473779016,45798.69201206,20003.4534780569,1163.31251882475,9052.73505820231 -2828,1061.26152621946,4020.49927156208,210.220232015771,1610.84278088354,412.839295476635,2867.22099193091,477.181470690012,3378.8344877422,88.8077650310945,1235.72336105667,826.577495678404,6857.56089596146,462.37987790218,4000.33981482342,528.798594997762,4521.0314497815,416.510437714855,5133.32309326039,149.476258399951,1392.96859737747,299.777337338051,2678.39328577924,676.213858006082,6147.30930636203,306.362277067118,1789.76461750422,143.261526085511,2437.55589785511,205.350076471943,4357.30856275858,366.021631359999,2918.11864047171,409.783568854849,3717.47533545531,481.126363044084,5240.48966976596,3984.15695056804,1414.15158276464,42199.4790834376,18661.6813296702,1021.88074462896,8484.12821886451 -2829,885.852748677894,3750.89344778633,171.549203998569,1502.8232127704,336.792079677283,2674.95146885342,390.489186865758,3152.25729074753,71.657869619636,1152.85847482895,666.653231350435,6397.70796985218,372.919709678181,3732.08583980421,426.508799834514,4217.86104083355,336.592382858695,4789.09375561203,121.826800163096,1299.55919202176,244.019664699842,2498.78613267872,550.465777734029,5735.084287129,250.951833460693,1669.74694520169,116.97884406854,2274.09876941113,165.757618704486,4065.1170499241,295.252052093361,2722.43603321332,333.983613768435,3468.18962925692,392.129732916756,4889.07397759084,3182.58622290119,1139.67297914334,34332.7105853389,15259.7901658757,815.273009770673,6953.71121341408 -2830,684.867550800918,3417.21644309678,137.529564203757,1369.13305196056,278.879652909898,2436.98955224827,309.328274129005,2871.83456335489,62.8011328328173,1050.30094605166,586.470618521868,5828.57209276704,328.066290702478,3400.08194750353,375.102379907325,3842.64290736918,291.806549421094,4363.05913698185,96.0372261515289,1183.95126429816,198.706048149922,2276.4957680713,447.714336185179,5224.89497537963,193.074688711923,1521.20735936161,99.2490471427939,2071.79644429626,144.806508850752,3703.48692104597,259.392108467843,2480.2499211131,263.282461686951,3159.66176961623,309.119600863267,4454.14518442265,3022.42327667668,1018.10303679079,28223.5882654202,11969.5331951164,782.299475260294,5385.16922847303 -2831,490.80702647132,3171.84850231954,116.008560310432,1270.82457100721,251.966408759516,2262.00528710499,249.138036329971,2665.62692482886,60.7930354855689,974.885711277848,561.663280788702,5410.06048956935,314.189293261693,3155.94432267787,361.317210836971,3566.72787739555,281.556914052904,4049.77642464643,79.5224227864388,1098.93947515957,182.805464779446,2113.03551084113,410.405051867079,4849.72947379833,150.277275603053,1411.9794180014,93.7197019288141,1923.03430537072,141.444761332499,3437.56377141691,240.449657104621,2302.15941210076,218.007746261742,2932.78714376995,255.962615503265,4134.32217934714,3233.75218635173,992.0516679565,25148.951683895,10041.9212929048,816.809194996537,4432.73516783596 -2832,492.641124752655,3039.87226277327,115.312422833187,1217.9473141389,257.822878815417,2167.88636830809,254.061160749357,2554.71386661851,63.8109205078663,934.322062015361,590.087872591787,5184.95533760227,330.089749487571,3024.62983410132,379.669824834534,3418.32125192171,294.522913647207,3881.27081564994,81.9382158546979,1053.21411995599,188.845876813985,2025.1150188805,423.930421909802,4647.93892223179,152.402405593355,1353.2289027204,96.2859862833875,1843.01950139894,148.352689942625,3294.53148616738,252.501393306343,2206.36973556895,224.630552557022,2810.75791748713,263.738443887253,3962.29873815696,3433.95914724788,1043.31252975391,25946.8742063473,10241.2968034495,873.275512388715,4510.04022606274 -2833,495.850406932678,2973.46176268848,117.676786794145,1191.33945590768,273.301101077485,2120.52568818695,262.299311491905,2498.90236837453,67.6147476421817,913.910416388487,625.960712230818,5071.68232902746,350.156687311333,2958.55232738701,402.857523360547,3343.64297462348,311.019813946425,3796.47872126218,84.8414651937074,1030.20510169585,196.41933042781,1980.87338978968,440.867392706601,4546.39783053231,154.897196786861,1323.66561834842,100.467771723972,1802.75601787932,157.050065917694,3222.55757916451,267.701453403902,2158.1683294423,232.589701977471,2749.35275872322,273.083271021943,3875.73646910744,3733.87482886739,1118.47846239437,27035.2617044457,10480.0880870458,948.413584811988,4596.29968336924 -2834,570.42081239021,3004.19773838723,136.184029842156,1203.65405198731,328.388335309304,2142.44506406006,307.314304431822,2524.73293510039,79.8458487546391,923.35729366178,739.689868844298,5124.10711779481,413.775735523745,2989.13418775565,476.179852381114,3378.20542654497,366.522214353663,3835.72202991398,99.1780297600626,1040.85408981057,229.875736744143,2001.34921266215,515.941764777043,4593.39287684147,178.899716491414,1337.3480388824,117.392796840801,1821.39068332267,185.355429084451,3255.86839979919,316.232622826153,2180.47680845485,271.892857247786,2777.77217229691,319.229055256795,3915.79904647905,4495.51430445587,1336.13507668568,31696.5513903671,12145.7253951351,1137.50685547334,5323.14514514474 -2835,836.010678492482,3101.60413081924,199.75740981533,1242.6806438265,435.914479199821,2211.91047973735,414.744331437908,2606.59343446766,102.458724694744,953.295703424936,947.653782872351,5290.24824173013,530.108843646208,3086.05216822147,609.863797660451,3487.73843074417,472.83156252382,3960.08929127358,132.237846479729,1074.60214861545,303.416728055641,2066.23981700257,681.223492389151,4742.32642520245,244.438204549001,1380.70944822941,158.518843026042,1880.44641504258,238.168024013663,3361.43481808299,405.468393112517,2251.17534370083,362.525107653893,2867.83707143592,425.640264310999,4042.76267930936,5609.53617772156,1702.18430454592,41951.4384720094,16490.3780777553,1412.16275821583,7284.05824817571 -2836,1178.88171713631,3357.82388161549,279.712198411454,1345.33698275666,585.749699730266,2394.63371842231,573.311273752515,2821.92095275738,133.903024675471,1032.04630384478,1235.92019142881,5727.26922473623,691.362431468897,3340.98719027314,795.124680882751,3775.85626715282,622.040115829132,4287.2274586686,181.470674825278,1163.3737271633,411.552418023389,2236.929379135,924.3603572221,5134.08425231719,345.508619904411,1494.76817907522,213.401402362658,2035.78780985838,311.798721413938,3639.11886642722,529.35999119447,2437.14220511629,497.495064222352,3104.74560933288,584.108317350487,4376.73039489511,7064.67293118564,2197.2412867913,56790.8864443331,22995.1193664121,1765.59650395244,10218.9412135141 -2837,1277.33232214438,3863.31043637291,298.285871356487,1547.86391102254,627.954732968436,2755.12169840798,625.59679896367,3246.73272088407,141.365192389344,1187.41047685484,1303.28544525791,6589.45190335463,729.045937254141,3843.93915078135,838.489528930286,4344.27338580885,659.097653550784,4932.62635805969,198.723782321595,1338.50792060889,445.16650256392,2573.67655973775,1000.26701302802,5906.96890977263,382.364182014762,1719.79046840334,225.974179141045,2342.25515374044,329.491108758358,4186.95154705548,558.539145260042,2804.02940949385,544.793812795252,3572.13378000275,639.641717435341,5035.60305957852,7294.46391028852,2304.24961074677,61197.0787781832,25217.6664187826,1816.50959218864,11253.9382684105 -2838,1164.4772938484,4265.93219150145,262.285674646885,1709.17729621897,560.690564611212,3042.25159699495,569.621906969164,3585.09673486759,129.568058320807,1311.15856754624,1194.76044230391,7276.18333080744,668.338044917897,4244.5420929948,768.900090557223,4797.01954850001,603.583548900493,5446.68877017583,183.794578155555,1478.00289962356,408.825619886281,2841.89683110369,918.828085510456,6522.57416053142,350.757162468188,1899.0214849747,203.21075999961,2586.35743246988,301.945125382743,4623.3021350492,511.978423591971,3096.25631201075,503.865958239559,3944.41004300193,591.588375851621,5560.39737144376,6620.13376441609,2098.41743810714,55869.7192732632,23108.0902134566,1666.9153459962,10338.3241706899 -2839,1064.9107151778,4460.87494099287,240.455171107706,1787.28255118693,515.646731505806,3181.27511268617,530.04970919691,3748.92695609805,120.354842230647,1371.07533244135,1109.45587749351,7608.68725272562,620.619452931363,4438.50736688942,713.93037553422,5016.23170147601,561.261489640754,5695.58923010283,171.518958597143,1545.54404563214,381.409625604487,2971.76462017216,857.219489632016,6820.63997206701,328.879772753936,1985.80215869515,188.318429297512,2704.54769110964,280.547690826112,4834.57582377111,475.498990371442,3237.74771213099,470.21280658593,4124.66001050874,552.076253622492,5814.49403852478,6099.97440127226,1938.38277327668,52021.10943778,21601.4152499809,1536.75151258906,9650.73929355737 -2840,1022.98252072669,4507.27131707367,231.707045217378,1805.87160255116,483.024061784663,3214.36271063435,491.913815199533,3787.91855018114,109.601489205919,1385.33552300946,1009.96499999421,7687.82318904491,564.965167602975,4484.67110376966,649.929968275334,5068.40419579803,511.68246610499,5754.82754173836,158.083226622329,1561.61883897182,350.068322207903,3002.6731551042,786.890367399573,6891.5796378146,303.938611668838,2006.45595979822,175.02161201832,2732.67697369771,255.557887733784,4884.85896353135,432.937106617751,3271.42266659482,433.379250155282,4167.55950434894,508.830022220437,5874.96904750832,5543.43407817437,1772.68198890797,47875.2434000718,19966.7205883488,1389.64223613657,8951.10685544302 -2841,946.311784419147,4581.47952461686,213.276126423582,1835.60366997094,443.255283403509,3267.2843295851,458.032208777102,3850.28325515546,101.589684874808,1408.14383845722,935.773143162186,7814.39635019606,523.462922643874,4558.50721893113,602.14437453933,5151.85095638015,474.883419739592,5849.57565130409,147.891879606089,1587.32950219877,326.547052280031,3052.10949407813,734.091073560504,7005.04335812051,285.340488384594,2039.49046999665,162.024337743177,2777.66806603432,236.953020504271,4965.28381535062,401.212267951738,3325.28372689633,405.440053680491,4236.17465948189,476.026647444199,5971.69517995476,5075.59168871645,1631.96418531768,44557.8065474867,18695.2972112062,1275.24719506599,8382.24299221506 -2842,907.49856050771,4648.08496218801,207.234745920457,1862.28963134841,424.116073219125,3314.78402946853,432.32945911978,3906.25857919752,94.2799003718664,1428.61539923133,868.117267805647,7928.00185371574,485.616845838883,4624.7786856826,558.567493352051,5226.74843991299,441.360680962106,5934.61663943188,138.084644780403,1610.40605978142,304.835037663228,3096.4809874518,685.285955518289,7106.88250758425,267.958674311422,2069.14053269941,153.148047177101,2818.04973662164,219.971026739939,5037.46899033818,372.274713593812,3373.62662060307,378.553886402246,4297.76006334686,444.45963289814,6058.51153881116,4720.90659361526,1522.91077701946,41745.0854732841,17548.9956607038,1176.02701624435,7879.53262576887 -2843,868.832469612033,4596.16521235452,195.706848507776,1841.48759942265,393.336515573871,3277.75743486837,412.757855982259,3862.62513233355,89.991036931343,1412.65756826659,828.310523520872,7839.44498001983,463.349317799094,4573.11927017078,532.941195307769,5168.36493925617,421.798511667609,5868.32615339654,132.904147179576,1592.41760207585,292.997940797123,3061.8928679272,658.705989319808,7027.49765018782,259.198350317204,2046.02794768816,145.893542258184,2786.57173255459,210.030467195261,4981.19976722802,355.272593065256,3335.94274614763,364.351746088894,4249.75349093079,427.784918156649,5990.83712966905,4413.01219011524,1435.15219515897,39921.454187084,16916.505997835,1109.1142893164,7597.91772055452 -2844,803.759061398798,4546.7147337131,179.878823210834,1821.67489927016,369.456048063205,3242.49180220812,392.480955040523,3821.06686521712,85.1014676112947,1397.45868187333,782.94742524691,7755.09981646848,437.973616245588,4523.9167445117,503.706781237771,5112.75812178304,399.269850130956,5805.18840187939,126.947649352899,1575.28466429372,279.044790127296,3028.94973797601,627.399672564179,6951.88828751323,248.590564163211,2024.01458292596,136.636798701388,2756.59080289326,198.693623987024,4927.60667356902,335.893175259442,3300.05109345552,348.022230195068,4204.03008140894,408.612454472411,5926.3812735722,4129.90423312457,1348.96328338087,37926.3202439022,16158.9058595772,1037.35208176448,7252.10234336934 -2845,779.366651002043,4461.91463910254,173.241859001749,1787.69911392731,353.536990991778,3182.01657389384,379.145241358734,3749.80072017374,82.925841467613,1371.39488957985,763.070036317152,7610.46061285304,426.854386996778,4439.54185177864,490.926859303016,5017.40083683325,388.833876700605,5696.91670362189,123.163216459107,1545.90426627135,271.040297209404,2972.45725067601,609.37850517625,6822.22966166368,240.754393177004,1986.26499048889,132.643122110308,2705.1780412448,193.584939984051,4835.70262051201,327.335532562863,3238.50233543257,337.647349033937,4125.62134685479,396.431319796809,5815.84922524051,4011.08865636619,1309.3901119781,36779.5911743534,15661.9842342444,1013.5120311877,7026.91432008742 -2846,746.872591376325,4400.50767317032,164.755011896826,1763.09595867554,341.383300470413,3138.22416656348,373.478012538245,3698.19420061857,81.5985462827891,1352.52110868633,750.588928798081,7505.72187771759,419.872569803684,4378.44279065862,482.883456957507,4948.349008823,383.257293057797,5618.51305894608,122.254608022823,1524.62880533324,268.403351586956,2931.54889722442,603.498517268767,6728.3389312709,239.784243482654,1958.9290783371,129.019441906195,2667.94810986881,190.542511807289,4769.15140873539,322.039378626723,3193.93254450906,335.156433006886,4068.84260723585,393.506738481623,5735.80877531539,3896.45146169184,1277.4311005364,36270.6681643963,15532.3255937997,987.615644237096,6960.27302076558 -2847,760.921051812604,4286.07628013282,168.665779588265,1717.24817437553,348.09315284881,3056.61736350453,379.91410437458,3602.02586152439,82.310779963415,1317.3499679738,756.870860470816,7310.54207711051,423.386624825767,4264.58517579185,486.846155586156,4819.67147605383,386.86286666765,5472.40849013586,123.851424294245,1484.98215294286,271.777184122151,2855.31650565009,611.094588107083,6553.37430129694,243.940822378089,1907.98882327005,130.944108255529,2598.57042860138,192.262146028162,4645.13375444615,324.792985470173,3110.87709330184,339.534045060555,3963.03587715443,398.646487183811,5586.65403293012,3915.00589102882,1287.9053582625,36788.1158476802,15793.3854152546,988.583298468613,7080.60775692419 -2848,795.479860348697,4242.86397124001,176.756670262235,1699.93484308913,362.112037316739,3025.80048460503,395.931735387376,3565.71016297054,84.8425229474096,1304.06841859964,779.889215236941,7236.83704207082,436.262881585618,4221.58954065343,501.6716483641,4771.07944946053,399.385716199881,5417.23555558975,128.700401368986,1470.01053244448,282.143359814679,2826.52914612483,634.424066004226,6487.30304728999,254.6865985911,1888.75244085256,135.920868232507,2572.37158828654,198.230647141572,4598.30142073898,334.727431588477,3079.51316669455,352.827334257465,3923.08046822466,414.254120994205,5530.32927248028,4014.3158320908,1326.81532283551,38165.0338281089,16447.2187220019,1011.19178911437,7380.32423848068 -2849,862.890218026404,4219.4058570964,192.242314132932,1690.53617609057,392.107291117161,3009.07131920524,426.82314751347,3545.99592358578,91.4185403327158,1296.85843354663,840.298926135021,7196.82573119158,470.055520382583,4198.24904942312,540.464561710503,4744.70091668825,430.2185703292,5387.28452938028,138.486147909179,1461.88308006888,303.58011158367,2810.90171998308,682.627709722811,6451.43578960766,274.007868196727,1878.30983165112,146.940902995474,2558.14935850335,213.603241246536,4572.87814996585,360.663504379805,3062.48703249352,379.654592205143,3901.39038576103,445.751970170738,5499.75296925562,4329.09096816799,1430.76593434488,41147.5286768989,17723.2297100123,1088.82604074398,7953.92884556547 -2850,913.017656790605,4206.53963632331,203.49426001639,1685.38122954048,408.8070737234,2999.89576766408,446.419156214735,3535.18312956726,92.6332019843439,1292.90392727666,850.582123579328,7174.88047352758,475.807846817312,4185.44734203595,547.09697051616,4730.2329153715,437.437967691302,5370.85709991035,144.348916749137,1457.42536467253,313.886068638433,2802.33044636646,705.996652008395,6431.76344710643,287.970738068383,1872.58230749422,151.514078373419,2550.34880185349,216.626074938877,4558.93408726163,365.268119097332,3053.14860058882,395.727153589312,3889.49388854667,464.622743894482,5482.98259013201,4312.90400800232,1447.23438640475,42517.9785154226,18530.0778135052,1076.87295611129,8343.29345817757 -2851,937.620076826121,4132.98123931078,208.06704131081,1655.90951351776,407.795255012958,2947.43756140624,450.841159969729,3473.3645264781,92.6014546948767,1270.2953347983,849.871940596349,7049.41566111219,475.410576963396,4112.25777914629,546.618047517303,4647.51686350167,437.968256081784,5276.93866028807,145.953508865303,1431.93983907211,316.432210862249,2753.32700093255,711.796301512164,6319.29328159375,292.373476480539,1839.83706681613,152.997066462619,2505.75167787366,216.639548744689,4479.21348255152,365.053921838821,2999.75917927894,400.126082830365,3821.47956790149,469.787521079059,5387.10344835594,4243.7914752044,1437.88039780998,42809.1187191234,18783.062687994,1062.01690878406,8470.88372797171 -2852,901.083063031021,4057.73333996106,199.069011259832,1625.76088588301,378.903045388691,2893.77448574291,420.509651545147,3410.12606272527,83.5836886896673,1247.16746414935,766.205219829967,6921.06915058457,428.608179929003,4037.38718536714,492.757730134688,4562.90097465016,396.67936679426,5180.86308525106,135.489169583451,1405.86895738978,291.347314594224,2703.19803565383,655.554994902943,6204.23988132862,273.621187052253,1806.33972762987,141.370697188073,2460.13023922337,195.732038645135,4397.66184082253,329.311837772234,2945.14350025074,371.438488275038,3751.90308225057,436.105453075554,5289.02213740956,3741.07065741172,1293.01079555184,39455.50611038,17528.2453896194,930.676424668114,7940.62172038241 -2853,749.358314304853,3794.49564425816,164.821441793848,1520.29275540013,307.156264534528,2706.04639626768,343.137074249162,3188.90065149191,67.1733216297613,1166.25985837222,615.442689737798,6472.07801628352,344.273001895843,3775.46940756002,395.81479205085,4266.89149407179,319.400998269011,4844.76449373376,110.226395097258,1314.66589553282,236.574593784429,2527.83322916781,532.347034963834,5801.75167593939,223.863210424783,1689.15688989257,115.018881188171,2300.53399150434,157.372204808593,4112.371933263,264.586389412393,2754.08294413056,302.18153737901,3508.50554004497,354.790955783127,4945.90693408605,2964.61816243619,1035.84500185001,32007.3199180071,14308.5954719453,737.206575559597,6496.90118783085 -2854,578.400581746514,3451.72131104891,131.765039739785,1382.95768260759,254.245532676996,2461.59671544711,274.110182389203,2900.8325135986,60.6690823678209,1060.90621383525,558.247088125467,5887.42528915051,312.278306385356,3434.41380226854,358.967377222546,3881.44345989895,284.691349019938,4407.11452003873,88.1517354077016,1195.90604758936,196.487156137348,2299.48236759722,441.570641832158,5277.65262599711,173.968931450786,1536.56753918535,99.0019311614634,2092.7161208589,141.632162165276,3740.88236535014,239.476565698224,2505.29389987224,241.664683895568,3191.56601505969,283.738195662154,4499.12029618023,2923.73283535516,952.327818992167,26769.7801365419,11363.3921894728,740.351594075742,5081.73367356635 -2855,464.216525476028,3187.57388186372,108.735752869582,1277.1250606739,238.737366660686,2273.21984910083,246.359275086965,2678.84256078546,57.1335686227099,979.718996288414,506.768157825758,5436.88246876957,283.481464430473,3171.59085253519,325.375784601103,3584.41098854094,249.234044534774,4069.85439221017,68.5267950104104,1104.38779349203,161.139806585768,2123.51151099499,361.501038124947,4873.77344582484,138.889080025736,1418.97972468074,96.367178040947,1932.56831820467,137.348061913686,3454.60651320403,202.536395292183,2313.57305007875,187.863644180967,2947.32730573682,220.570463880685,4154.81930756138,3002.42432522698,905.416232443095,22962.373585077,9091.83680235048,723.33503644189,4010.28568922287 -2856,465.934450347106,3052.54353975685,108.07416029355,1223.02415501733,244.164389767479,2176.92289559187,251.188823713905,2565.36282954176,59.946433758957,938.216651200784,532.18555258051,5206.56808957044,297.699722179734,3037.23757517979,341.754905408438,3432.57003991599,260.515027739726,3897.44934333206,70.5385688922446,1057.604293846,166.305124166925,2033.5564240152,373.057868328481,4667.3131973313,140.777120558351,1358.8696457406,98.9179417768206,1850.70186715962,144.012170347024,3308.26427405573,212.547439372389,2215.56667531868,193.378846995458,2822.47416377235,227.045856437302,3978.81501925788,3186.06476575974,951.396356773277,23673.6164724661,9265.7426943751,773.227828867759,4076.01476870265 -2857,469.080781951183,2974.17655238126,110.246094115387,1191.62584168683,258.781217306102,2121.03544080062,259.205212805984,2499.50307885905,63.4898812516791,914.130111073636,564.244281978828,5072.90150941152,315.633081680075,2959.26353300455,362.437963148471,3344.44675208064,274.866963605547,3797.39135578563,72.9460032575554,1030.45275242988,172.771875804778,1981.34957142399,387.5078359039,4547.49073791363,142.982966041592,1323.98381397903,103.131030864224,1803.18938192534,152.398822161838,3223.33224893523,225.161998152959,2158.68713096063,199.978738219396,2750.01367491135,234.794780265393,3876.6681563801,3465.4829004397,1019.6543142188,24649.8252754331,9473.48552720693,839.814793875052,4148.33100507955 -2858,539.81816012172,2986.78285020271,127.534532891152,1196.67664818318,311.000232954711,2130.02562816364,303.555570399983,2510.09743318295,74.9534381274442,918.004728543311,666.551078189779,5094.40342973139,372.862566136047,2971.8066207373,428.271266849626,3358.62247133005,323.745686811453,3813.48691888774,85.2149359253107,1034.82041321238,202.066906568837,1989.74768846442,453.196539390197,4566.76566042506,165.072825211293,1329.59563088897,120.430882094167,1810.83235199678,179.825773706992,3236.99461416202,265.852850806024,2167.83690818365,233.613558012519,2761.66983949621,274.285379080595,3893.09974087873,4174.8315030702,1218.26360890553,28890.6317064757,10973.3934322402,1007.37755733647,4800.91946268071 -2859,790.924015967059,3090.36243322122,187.195149934199,1238.17657450637,413.169005377926,2203.89345768092,409.839044589584,2597.14589251344,96.2462402081557,949.840503609809,854.592559613022,5271.07385053008,478.05124799057,3074.86683837807,548.918331991287,3475.09719766421,418.185506269627,3945.73603263837,113.843751088404,1070.7072761935,267.176902868833,2058.75077513648,599.4221594222,4725.13796486558,225.780816084442,1375.70509647043,162.995549180491,1873.63077737394,231.185755546659,3349.25136973609,341.26543829571,2243.01600698775,312.098383463715,2857.44265752695,366.434312062481,4028.10977275375,5211.38793620921,1553.67034845493,38288.3308567091,14921.1569029936,1250.71270778676,6584.8176644161 -2860,1115.15802141423,3338.91443488331,262.20469285068,1337.76077301214,555.499556627963,2381.14843737778,566.905801172173,2806.02942127154,125.894413131711,1026.23437764026,1115.63292375024,5695.01634425641,624.074836012703,3322.172558674,716.366598520518,3754.59268827871,551.044266671669,4263.08411401544,156.596991388681,1156.82223598955,363.179058997375,2224.33220357437,815.117031035849,5105.17186855005,319.517973747757,1486.35045371031,219.716294048224,2024.32335475121,302.86493406466,3618.62531858704,446.203451879792,2423.41753928175,429.304791878622,3087.26136245558,504.046205979336,4352.08301814717,6566.93286343608,2007.98373528434,51901.0215615709,20836.4410467872,1563.92432266455,9257.44488595839 -2861,1208.27284662589,3823.54211131658,279.637731285048,1531.93043734231,595.647430199785,2726.76089824021,618.866688128022,3213.31135225692,132.975296294078,1175.18745553761,1177.08008794667,6521.62109618768,658.447816679516,3804.37023076763,755.85635270724,4299.55410192375,584.393480844097,4881.85065892305,171.733881559181,1324.72952538181,393.326191624442,2547.18352799641,883.13813333869,5846.16347785865,353.827486432869,1702.08720911247,232.701172887979,2318.14433845575,320.172068085386,4143.85171004763,471.189966222709,2775.16516084989,470.802009843728,3535.36278278483,552.768036412394,4983.76733407157,6782.15233450043,2107.12125426493,55962.0589877808,22864.4800407233,1609.10451295013,10205.0153453479 -2862,1101.28486636705,4218.56110907938,245.941434728467,1690.19772154725,531.615934048994,3008.46888675005,563.647784523923,3545.28599590254,121.86814728439,1296.59879542999,1078.96434899328,7195.38488751094,603.562771254567,4197.40853711415,693.068000337782,4743.75100174135,535.081895059852,5386.20596569681,158.848144341587,1461.59040311984,361.195235056795,2810.3389621602,811.186266963194,6450.14417705017,324.569300675455,1877.93378379998,209.129424004707,2557.63720307886,293.386168946607,4571.962634872,431.849643079478,3061.8739059218,435.476243458656,3900.6093061722,511.292099370577,5498.65188877837,6146.82245880855,1917.32318878509,51072.4556533133,20947.9262990861,1476.17036523456,9373.69891403864 -2863,1007.04716455417,4413.95872531194,225.474281301899,1768.48522224061,488.809247535428,3147.81679087679,524.603147940979,3709.49848792289,113.217455544872,1356.65536620995,1002.07494753708,7528.66465246906,560.551544547857,4391.82639697189,643.613817443962,4963.47465010717,497.685728183505,5635.68719377944,148.277504460833,1529.28914524861,337.065521873892,2940.50977628678,757.001747075706,6748.90547597728,304.367482038369,1964.91694590408,193.791409269766,2676.10323918622,272.623325834791,4783.7292958872,401.16983450662,3203.69545287869,406.49722978931,4081.27985723764,477.267876558764,5753.34144850705,5663.15800406657,1771.03001245641,47557.518888481,19583.8852030762,1360.86703504114,8750.58454735229 -2864,967.449634454061,4448.65853075043,217.29010643139,1782.3879560339,458.12508711523,3172.56297383792,486.805258100731,3738.66026396469,103.117488316103,1367.32054914078,912.367634158079,7587.85034379739,510.370095350439,4426.35221177406,586.019001330435,5002.49440887155,453.847322088813,5679.99147057635,136.722792191301,1541.31146786232,309.484857412896,2963.62624009556,695.156561303604,6801.96118435902,281.33843414171,1980.3639040586,180.252025186269,2697.14110281657,248.368700048839,4821.33600817606,365.355525982494,3228.88091921791,374.820418491087,4113.36434778215,440.076173008185,5798.57065007153,5149.31930261865,1620.65333112744,43785.6912344682,18108.3336834852,1230.73592896644,8121.18002800395 -2865,894.839312641459,4526.83057433651,200.027743194834,1813.70816369274,420.336666863126,3228.31140437178,453.390452107449,3804.35618355213,95.5953318708575,1391.34717218338,845.499359460098,7721.18441826049,472.964595137774,4504.13228764061,543.032076342806,5090.39848338443,421.334343224839,5779.80055633496,127.958477720773,1568.3954677721,288.792622626211,3015.70322420486,648.741535182966,6921.48557637497,264.169451674234,2015.16295468348,166.869709078673,2744.53539716166,230.316499471219,4906.05675848069,338.67727619945,3285.61897142099,350.7933783394,4185.64458571402,411.866055957372,5900.46341492662,4713.03892425728,1491.86996513011,40755.7312424399,16957.8432335515,1129.33751607622,7606.506898354 -2866,858.265933218461,4555.68210390856,194.347257898506,1825.26774248867,402.396377228772,3248.88688658202,427.876753428611,3828.60305851906,88.7307815889849,1400.21485420152,784.507123526011,7770.39500321979,438.846097172816,4532.83915081106,503.821482924455,5122.84188500178,391.709958116719,5816.63782778422,119.510183755034,1578.39155829858,269.680025323831,3034.9236587506,605.81052396894,6965.59932052997,248.11734958017,2028.00649557259,157.829746493565,2762.02755704537,213.836132213369,4937.32526728063,314.333864635938,3306.55970056024,327.632696575797,4212.32158335282,384.673129179747,5938.06972510524,4388.09273315024,1393.30283227532,38199.4211646934,15923.0097302794,1041.6887610774,7153.60560093986 -2867,821.450576714437,4522.08696943872,183.593809874809,1811.80760329244,373.046651816998,3224.92850025424,408.683360783867,3800.36964985513,84.7079318659283,1389.88919818764,748.667883992581,7713.09349291621,418.79795494028,4499.41246797228,480.794131524343,5085.06432325165,374.457397321879,5773.74398103861,115.067661683265,1566.75196724774,259.300225725799,3012.5431093409,582.519716032317,6914.23264469553,240.046875621525,2013.05129251616,150.367615068641,2741.65943541793,204.198173281975,4900.91576756305,300.059732390753,3282.1760154744,315.453688559589,4181.25850502662,370.373771475636,5894.28039864301,4097.00618432718,1312.2926347439,36530.4821238581,15351.5640193499,982.174145871216,6899.38349450254 -2868,759.914748722543,4475.10576198938,168.735801379596,1792.98423491323,350.332970827105,3191.42382953391,388.700992749831,3760.88656248625,80.1208144957353,1375.44925636587,707.818081080043,7632.96003950944,395.946949460721,4452.66683216595,454.518078211694,5032.23418896222,354.570539441671,5713.75896403965,109.957087727508,1550.47454938904,247.049112333978,2981.24496896312,555.05225711769,6842.39877674279,230.266052776718,1992.13714800301,140.776036686819,2713.17558016231,193.204893083482,4849.99880335521,283.784820750661,3248.07658454563,301.443241302587,4137.818258399,353.924123305945,5833.0430955914,3834.11920520742,1233.5745255317,34708.264361745,14665.4163313318,918.623111622485,6585.85974418203 -2869,736.7523554002,4377.76434871949,162.532566379872,1753.98367745613,335.151606760279,3122.00475377737,375.531055441429,3679.08067171833,78.0665467130798,1345.53081831847,689.789246767901,7466.92974722241,385.861784728374,4355.81350504584,442.947818979508,4922.77425350789,345.254995027508,5589.47466726006,106.660457411848,1516.74900369167,239.922897877686,2916.39765271698,539.020615913141,6693.5645809699,222.990091194638,1948.80466476627,136.650815564356,2654.15924413164,188.226185160318,4744.50280773298,276.518776716905,3177.42521182635,292.405652655352,4047.81344096035,343.313102057134,5706.16415936339,3721.13403788403,1196.80158011088,33652.4692193583,14213.0609374671,897.378489493881,6380.51149088237 -2870,705.947984918804,4293.93896675333,154.576974571558,1720.39841794617,323.503457724726,3062.2246422549,370.040342146511,3608.6336768541,76.8285471291537,1319.76660951043,678.620176190178,7323.95306133514,379.613908979265,4272.40843758473,435.764517825397,4828.5130280826,340.406671398551,5482.44746989384,105.910226139216,1487.70631101717,237.665597601282,2860.55450362749,533.991808456708,6565.39628249147,222.125522165987,1911.48897520677,132.865119208054,2603.33743310761,185.289477533563,4653.65512192411,272.114203205841,3116.58391000339,290.348921695825,3970.30595522382,340.898296873308,5596.90259292934,3613.08368752932,1167.32066980477,33186.2952702358,14095.9167874399,874.365779915001,6319.85276363011 -2871,719.271818270467,4177.68810675126,158.240849814614,1673.82165074455,329.930517582758,2979.32028545384,376.415638552891,3510.93625460034,77.5107521653782,1284.03624525851,684.414105529582,7125.66988856829,382.854979967205,4156.74047886549,439.412776227904,4697.78951375415,343.692821557547,5334.01982846109,107.320891065965,1447.42927414605,240.717089514884,2783.11001182072,540.856499140403,6387.64970295143,226.004138193107,1859.73876660511,134.877414110849,2532.85664196978,186.983361795372,4527.66557846169,274.510850216328,3032.20787144957,294.216206804038,3862.81689090787,345.438871362833,5445.37627995339,3631.77518839458,1177.34309973834,33667.9701858747,14335.6066238723,875.295531674409,6430.86864410052 -2872,751.951731926201,4129.01740326788,165.834772474065,1654.3213732787,343.272487996458,2944.61074982312,392.30737819573,3470.03331186497,79.9061224661458,1269.07702720346,705.339904511426,7042.65474780025,394.560680193522,4108.31381844121,452.867456499111,4643.05954957092,354.918320556419,5271.87768409518,111.557964666125,1430.56650238928,249.979348310697,2750.68635579718,561.68552683283,6313.23260988371,235.995130994172,1838.07252638969,140.042719878598,2503.34847586518,192.809011849442,4474.91758406616,282.975217755328,2996.88218737737,305.831985523414,3817.81448510258,359.076942271327,5381.93681594728,3724.78549313187,1213.28916160824,34935.8049379071,14931.9307683286,895.356833381947,6704.93662627263 -2873,815.696804243785,4072.22408390921,180.361025216934,1631.56670966305,371.7474521508,2904.10856676879,422.889369654641,3422.30410880809,86.101177360946,1251.62127687417,759.991344317293,6945.78527471251,425.132194899321,4051.80527029809,487.894769540262,4579.19574420371,382.322111872807,5199.3646855557,120.039730096315,1410.88951576053,268.970689676195,2712.85154102098,604.358793775938,6226.39610599421,253.897695278569,1812.79042418469,151.41439955941,2468.91571485446,207.764241698712,4413.36651788406,304.911261649849,2955.66102734706,329.084428054275,3765.30166277032,386.377605248196,5307.90998910117,4017.60022603424,1308.51332735339,37668.4505951253,16091.1048083973,964.134500275611,7226.54269629502 -2874,863.122715697315,4029.92150219554,190.92731714689,1614.61786730206,387.754753406369,2873.94046024525,442.37045944729,3386.75294653685,87.2831469506391,1238.6193373324,769.665963296924,6873.63191500174,430.544088116763,4009.71480081436,494.128513247236,4531.62670130219,389.043623373314,5145.35327927308,125.248179035468,1396.23308531868,278.362950198982,2684.67022741288,625.633317287196,6161.71581713283,266.949439512827,1793.95901572859,156.23397101044,2443.26842565333,210.775235068067,4367.5201219323,309.032864468742,2924.95738983819,343.363195915681,3726.18741512974,403.142288295657,5252.77100573088,4005.35858470971,1324.7986430049,38947.5311385913,16832.4552555539,953.688128167068,7586.28016833501 -2875,886.261923501923,3933.94468914907,195.258541751946,1576.16404702117,386.808892652688,2805.49454979529,446.838033236315,3306.09386813861,87.2712577269396,1209.12031693954,769.201205932599,6709.92915183454,430.28410710531,3914.21923158361,493.812002195964,4423.70125201731,389.658403064886,5022.81128696038,126.694854836625,1362.98032798187,280.736779320484,2620.73198634108,631.032185328157,6014.96808353449,271.080366884708,1751.23399764281,157.838332112312,2385.07942202547,210.821930979255,4263.50304318995,308.960335019281,2855.29645762885,347.32920348852,3637.44434836699,407.798772704385,5127.67074744588,3939.58751774018,1316.30961659779,39223.1687928413,17066.7682030381,940.4525007803,7705.36245126138 -2876,851.731369702978,3847.06520462231,186.843864890586,1541.35513872296,359.602268186805,2743.53640356076,416.830040214031,3233.08020024104,78.8114795696118,1182.41741230636,693.860466316367,6561.74323871521,388.139187642892,3827.77537534366,445.405564831067,4326.0057034409,353.227060928389,4911.88464971254,117.730170714401,1332.87949086491,258.729637595227,2562.85424223244,581.727556508421,5882.13008812906,253.799186376643,1712.55874442417,145.980173761293,2332.40596392818,190.548360923856,4169.34540348232,278.945070542836,2792.23845757763,322.752857434741,3557.11294694882,378.943716297874,5014.42833389852,3474.52155988956,1184.79887050122,36175.8800065788,15936.3094096128,824.226312008795,7229.95219863157 -2877,708.279192244421,3593.31472501814,154.721574230161,1439.68813156608,291.573961650263,2562.57412681572,340.170766679103,3019.82786169887,63.3522675424541,1104.42575645801,557.473280524174,6128.93396585369,311.84544550289,3575.29724314474,357.871221479333,4040.66455021595,284.529240214185,4587.89921683571,95.8204246755511,1244.96343224049,210.183262011723,2393.80966967342,472.606210953168,5494.14775573617,207.685260056158,1599.59923382741,118.829763424258,2178.56164351809,153.23086481159,3894.33748458926,224.204821098637,2608.0638179255,262.688108553482,3322.48757194608,308.42177161094,4683.67917135803,2753.15822560367,949.446815021546,29355.7526271399,13012.9205888846,652.873804985169,5918.23530951448 -2878,546.668894323748,3283.7456386997,123.644782976528,1315.65698662646,241.008641698732,2341.80478380817,271.496737184937,2759.66547027896,57.1148471504806,1009.27793376582,504.644730014359,5600.91773763261,282.293638367821,3267.28038807464,323.883715688036,3692.55565114829,252.80174450024,4192.64528631067,76.3074962271732,1137.70809233519,173.897454003609,2187.5796205487,390.517105266418,5020.8192468249,161.118515513353,1461.79152390322,102.079216001787,1990.87551272171,137.713145451556,3558.83486676225,202.304512732463,2383.37547444306,209.19414540523,3036.25062342872,245.614578032494,4280.17366386906,2711.61895367406,870.258420365349,24495.7276519519,10313.7969905188,655.480228126314,4614.60237575483 -2879,500.588457416938,3054.10307746664,133.055328589256,1223.6489953398,258.219935713825,2178.03508066074,260.565194754543,2566.67346770953,64.2080494552747,938.695984002575,545.346843808688,5209.22811363513,305.062027907795,3038.7892931063,347.885694033017,3434.32373232005,256.350295680187,3899.44054153898,66.2216613092064,1058.14462152906,159.574284220882,2034.59536347239,357.713625570871,4669.69771727011,164.858454451553,1359.56388922235,117.189073179457,1851.64738663012,159.419092814152,3309.9544589203,214.328645737196,2216.69860340871,181.544206399487,2823.91615954931,213.150820079974,3980.84778700779,3266.38120274507,977.006240789757,24409.5285762919,9451.41650365335,757.373505563514,4114.95002943732 -2880,524.608676296807,2889.18151398119,134.006433927657,1157.57195067233,280.59469536109,2060.42118822896,269.884117762786,2428.07310272041,66.7222958109663,888.006401695604,567.12434715325,4927.92980010025,317.244163751221,2874.69467396278,361.826534642091,3248.87025380837,265.513653573838,3688.87075574033,67.7266406186223,1001.00481290117,163.487002041579,1924.72721564208,366.464721474218,4417.53404466236,166.43190242796,1286.14744040527,119.991587227065,1751.65842938769,165.572989142063,3131.21692106235,222.746892022769,2096.9968807827,185.670050858445,2671.42468942807,217.994968771859,3765.88201002573,3469.44101596435,1033.3192086111,25187.0029521252,9613.66862009938,803.680220647717,4188.26377943942 -2881,555.02969545743,2776.95946918412,147.183034931931,1112.60935809185,321.870351606052,1980.38998293178,300.67089361967,2333.76150367914,79.6810913615333,853.514316754272,678.739404654556,4736.51837229363,379.680604289856,2763.03532929434,433.162969355216,3122.67712215555,314.526101286909,3545.58705508047,76.1328490986599,962.123625820378,186.703479611654,1849.96665706496,418.302212728967,4245.94748942044,181.164870198827,1236.19069834031,138.27552155432,1683.62023594756,197.422941516345,3009.59369874684,266.097662986596,2015.54499665714,208.715356837878,2567.66078961137,245.052432989147,3619.60702606073,4325.20303094481,1249.25837687826,28836.8608271775,10604.7133631112,1005.65214374743,4558.86029170727 -2882,662.908016444375,2731.08294530973,179.803900438153,1094.22858936051,407.918839260262,1947.67311783497,373.110929336016,2295.20679428248,102.757382541435,839.413905724067,876.405561730483,4658.26912141353,490.253241522312,2717.38883799448,559.445512796257,3071.08919905609,403.693719472197,3487.01248422837,94.8893775953835,946.228943892219,234.797007236086,1819.40443948438,525.910424057931,4175.80267328992,221.088871722675,1215.76831453708,174.29076773409,1655.80613033782,254.368246324912,2959.87396077265,343.228171397494,1982.24735613154,260.1356778239,2525.24196685824,305.424965962345,3559.80961454295,5716.49306422985,1624.91094775504,36308.0562648166,13043.4401686166,1331.59798319806,5565.90541865767 -2883,922.334341056981,2711.91357562591,235.367111308063,1086.54823956225,511.030917951666,1934.00247261231,480.802078765179,2279.09682310202,125.235242514711,833.522090719256,1066.31697891927,4625.5729035896,596.487948311557,2698.31558674092,680.512031700376,3049.53333811463,495.259466958923,3462.53727320739,121.566348676897,939.587398104624,296.539487023267,1806.63410734754,664.494067490879,4146.49286953298,290.89085460751,1207.23488192521,218.7598879246,1644.18408865224,310.387547707315,2939.09871545504,418.199312182693,1968.33403561533,333.269595765372,2507.51738735145,391.291405294393,3534.82344317003,6735.67477409402,1959.6145735652,45776.1236660286,16993.2987079667,1565.36661849398,7343.52680883355 -2884,1067.37447864789,2639.97970178844,264.132117090787,1057.72740076949,479.130999687603,1882.70279583918,513.1636471478,2218.64347207715,110.92222534175,811.412804695749,937.983767650898,4502.87895763815,524.699525728911,2626.74240139503,598.275563672234,2968.64405448159,450.223753159004,3370.69300441982,130.602430917137,914.664715478598,302.393667951934,1758.71289366417,678.726771017649,4036.50658618466,338.356472288586,1175.21281364504,214.790134691597,1600.57188365363,276.268103735962,2861.13872510224,370.012276393718,1916.12370949707,358.041677087905,2441.00515001167,420.376274229106,3441.06177396195,5118.86814319191,1643.28288312755,45798.1389034183,18948.2316314608,1177.51652223839,8432.81249646955 -2885,1185.73770060773,2539.71414428218,299.381223510166,1017.5552632883,540.535082890693,1811.19836521211,583.682874572443,2134.38012547462,125.403104695647,780.595614254692,1060.20949453288,4331.86110141564,593.07147750315,2526.97959218753,676.33665967998,2855.89593336588,509.350929344971,3242.67519691863,149.623984774798,879.926051553781,344.402867509331,1691.91755858745,773.164449226867,3883.20139866093,387.077005663401,1130.57861896968,242.770514093963,1539.78269192816,312.382611215969,2752.47362090436,418.303522439617,1843.34996360291,410.188555183428,2348.29658029207,481.601856973467,3310.37138382522,5755.04200776474,1853.50124676768,51990.9759521441,21599.8657127317,1323.55110822615,9617.70700459406 -2886,1061.77726174148,2674.4195842753,264.417057379234,1071.52599450904,463.011451560211,1907.26361462217,517.956886128506,2247.58680842433,109.971235867507,821.998098826277,929.26635220633,4561.62131162237,519.823083398995,2661.00959654279,592.990690608006,3007.37153117862,447.416759147054,3414.6654148489,135.156383817168,926.596983478468,307.047024882758,1781.65620089675,689.598570992994,4089.16487457659,348.547774123095,1190.5440645526,212.848199333014,1621.45216070556,274.041076337875,2898.46373991367,366.799075622526,1941.12052115462,370.526168549942,2472.84930792669,435.034299655481,3485.95218090143,4948.95364636386,1608.34733674841,46012.8426971445,19358.8631095129,1139.88315291299,8666.68130150185 -2887,970.621519408088,2901.00804294775,245.140259635816,1162.31033700744,423.599601180926,2068.85528305754,476.957304776089,2438.01213796042,99.1281210447827,891.641352764384,836.89378705357,4948.10170838778,468.150716778622,2886.46190273229,533.975500007964,3262.16912685575,404.66521985375,3703.97071973897,124.188840699562,1005.10230984214,281.059725459637,1932.60586295391,631.31275332014,4435.61670720438,323.048646836061,1291.41213557434,194.511786988016,1758.82863972388,247.177319170847,3144.03419385685,330.587601898355,2105.5806939607,340.459059509277,2682.35985612445,399.732545462626,3781.2972106494,4374.71760017479,1441.85674581281,42075.4898939978,17868.4886976786,1005.12079534714,8005.22491762207 -2888,945.732010668245,3105.24306474838,230.95639009091,1244.13860962974,409.501127765595,2214.50558722156,453.922643388039,2609.6516007868,94.6857243927704,954.414150503732,799.724413655062,5296.45498604967,447.358509848772,3089.67285592641,510.304803412254,3491.8303938627,385.910366731177,3964.73543651864,117.700617335467,1075.86291757692,266.673953564049,2068.66401746746,598.977492707059,4747.8903243346,304.792223282654,1382.32935529863,184.603611379057,1882.6526347834,236.029795818589,3365.37859642936,315.792748869223,2253.81651839403,322.67183795231,2871.20173990499,378.848591427381,4047.50582049074,4226.5330068573,1387.37441789591,40020.4440652405,16913.4907096528,971.49223198356,7587.47045368714 -2889,877.785860019624,3236.04964786073,219.613285467412,1296.5472349935,378.671599677937,2307.79036496927,427.372418232717,2719.58167772274,89.8605982507615,994.618299196221,758.950416397322,5519.56511459274,424.549909357969,3219.82355292231,484.262391940681,3638.92174648956,366.294065050213,4131.74764283604,111.691128380734,1121.18302592629,252.977531502968,2155.80530273567,568.219886056234,4947.8924811283,289.165449532386,1440.55918656537,175.429458264974,1961.95829724156,224.006165056243,3507.14323961487,299.69890177225,2348.75724657086,306.197048863897,2992.14946644105,359.50556267155,4218.00468176059,3994.73030772785,1307.74998042818,37878.6111951865,16031.4485181715,919.253737383562,7179.24439921589 -2890,840.494988203415,3359.31844646631,209.272513405652,1345.93579122245,363.118537657939,2395.6995680655,406.806648955771,2823.17698762296,85.4010321693822,1032.50566686813,721.289019483033,5729.81842790359,403.482468981356,3342.47426112547,460.206496996409,3777.53689789987,348.221302233462,4289.1357003433,105.737526956253,1163.89154392269,240.147352755991,2237.92503469697,539.353128857421,5136.36942930537,274.388646691687,1495.43349925261,166.998834713019,2036.69393746114,212.888544256751,3640.73863546141,284.825775191317,2438.22697525452,289.875473348304,3106.12752923757,340.34242177522,4378.67847425851,3803.3793165808,1245.56650548324,36010.4186153215,15221.1447377922,874.718891257338,6814.64410526425 -2891,822.411861393707,3328.64745623284,200.953893540056,1333.6472320503,348.529639139992,2373.82653660825,391.164728600571,2797.40103479365,80.5305653128995,1023.07876324789,679.723504976208,5677.50448153549,380.231100993369,3311.95706037409,433.675517694399,3743.04752181111,329.13667793265,4249.97536431929,101.208763948029,1153.2650710993,229.210730817374,2217.49250411784,514.838430184487,5089.47374522176,264.282509313458,1481.7800076348,158.803849163573,2018.0986715285,200.837488214003,3607.49824431947,268.55597148078,2415.96566334356,277.460039032024,3077.76820319231,325.76547625518,4338.700601705,3535.18743135052,1172.10214812255,34360.6451782422,14628.7280582353,811.691955442419,6569.672847162 -2892,769.060638330956,3204.01405740383,197.745688945659,1283.71193864514,336.242612945543,2284.94416820544,381.973516203827,2692.65891252375,80.5477347422665,984.771977921437,680.21552849199,5464.92363910481,380.506334440132,3187.94859428158,433.97098481132,3602.89788423136,328.403951528136,4090.84500234514,99.7750209880876,1110.08376474235,226.762049324633,2134.46369698221,509.279156217756,4898.91033487014,259.457797083961,1426.2982297966,157.750335678224,1942.53569890612,200.807585661236,3472.42393159304,268.634245032582,2325.50549414995,273.529486359417,2962.5283897199,321.150619399379,4176.24813126406,3570.87601295624,1167.9612738789,33928.171594392,14361.781351941,821.5231203884,6415.29685369047 -2893,751.110253163431,3098.87493037239,191.330513751588,1241.58716947408,325.50312633329,2209.9641491242,369.848858718687,2604.29980972831,78.2533577395587,952.456868115839,660.930239905096,5285.59318349048,369.718320698241,3083.33665244277,421.670998727891,3484.66945840527,318.884099654542,3956.60468233979,96.6013837858917,1073.65657189434,219.738145206712,2064.4216666539,493.490386768936,4738.15350085334,250.925107682139,1379.49451792749,152.964476077928,1878.79175023696,195.068696805703,3358.47698432322,260.987758486122,2249.19446268093,264.829078730223,2865.31357008412,310.935481951742,4039.20532342333,3477.47896835624,1135.21597186324,32888.4235464355,13904.7585583443,800.502428391022,6213.99237178207 -2894,728.865053052013,3050.0092830995,193.335178875065,1222.00878633657,322.091661707501,2175.1155892361,370.152293272876,2563.23303589768,78.9844778608181,937.437732976238,667.155440591996,5202.24553702662,373.200640926622,3034.71602570979,425.644031782495,3429.72028089956,321.97117738297,3894.21363618608,97.312572859947,1056.72625863123,221.47063183492,2031.86814214845,497.372752389895,4663.4383403839,252.625049501275,1357.74149657538,154.451535202184,1849.16539324318,196.880716731412,3305.51771511182,263.4291995182,2213.72728645375,266.778776963351,2820.13091334969,313.224620148668,3975.51176139454,3511.67636482376,1141.40300945116,33074.3227563166,13975.750813208,808.880108844986,6226.19050258652 -2895,750.305771122746,3021.09277436533,197.51197588055,1210.42317315855,334.794186814814,2154.49376710509,379.104629766316,2538.93155233139,80.0303164003636,928.550079242343,675.797989264499,5152.92412041903,378.035203470181,3005.94450919362,431.091420709299,3397.20381053734,326.411450176002,3857.2934001568,98.8669954240767,1046.70765499725,225.016140181412,2012.60441950843,505.334580065422,4619.22524364082,257.510294961214,1344.86902957601,157.203371393087,1831.63383767024,199.527706146607,3274.17878365032,266.905699697775,2192.73939478781,271.040168254891,2793.39383401054,318.227914202981,3937.82075461362,3547.47919868009,1159.99087804271,33706.4604116578,14255.6081766073,815.591340872606,6356.98045078899 -2896,784.512301759829,3079.70556068857,208.721353896168,1233.90681967581,349.878217877782,2196.29350390153,399.350933208435,2588.18983854784,84.8217703293961,946.565053111027,716.368757680174,5252.89696566654,400.730119608735,3064.26340118922,457.006869874334,3463.11359746381,345.94154562753,3932.12947131882,104.379940882079,1067.01502610674,238.103747498061,2051.65133451707,534.686462508366,4708.8436970964,271.99278073001,1370.96108531562,166.481316383822,1867.16970855138,211.450393882817,3337.70173900561,282.892158978006,2235.28114216472,286.153701928162,2847.58899057732,335.972694720378,4014.21915205041,3767.59679785637,1227.38483548263,35600.1649842024,15041.5372576824,866.967681590264,6699.31522230914 -2897,838.774299140208,3182.89525612805,224.424975361646,1275.25053465569,369.107094074094,2269.88328490405,426.450793749806,2674.91063568781,90.7827497941405,978.280994008424,766.587519919089,5428.90237507357,428.822035096188,3166.93568621258,488.979923595734,3579.14989715303,370.305748205957,4063.88078149383,111.896869414374,1102.76680607518,255.034559275911,2120.39468422531,572.722262823558,4866.61986673349,291.808875797675,1416.89698862368,178.664224939409,1929.73175215017,226.33661275283,3449.53594494795,302.765260194818,2310.17725665886,306.761080208589,2943.00130674978,360.167791150532,4148.72098788007,4006.95430247862,1306.47963521321,38116.9162661113,16142.3764822088,922.491511849648,7188.47997191956 -2898,900.923617475025,3205.5086159515,235.268147698998,1284.31074458553,396.220645862198,2286.01001335354,451.640654699542,2693.91494209215,93.1891452915177,985.23133900748,786.2899652497,5467.47283152122,439.843402498485,3189.43565886237,501.588340605922,3604.57850789055,381.296948854964,4092.75323597205,117.647190073361,1110.60157931791,266.320166604857,2135.45934834512,598.200101652146,4901.19550222086,308.351581069796,1426.96354716808,185.114645459121,1943.44182268739,232.465561072704,3474.04369379605,310.753319701462,2326.5902597133,322.525369112547,2963.9103037965,378.676622550319,4178.19620241167,4055.15238329048,1345.39190856659,39818.8912156819,17002.2623878271,930.443264434958,7601.76421792992 -2899,948.175842653412,3210.7720730557,239.946110985353,1286.41958761872,414.243635014203,2289.76365032247,464.212750875699,2698.33836047559,94.4486856104196,986.849092541124,796.740175381612,5476.4504423047,445.689154300474,3194.67272411108,508.248840127498,3610.49723924588,386.768274843213,4099.47355205182,119.903897167861,1112.42519125379,271.043036895175,2138.96578056054,608.837079507781,4909.24328351737,314.782721581844,1429.30662663522,188.064508988748,1946.63296140944,235.644690898977,3479.74808649973,314.942715578308,2330.41052959812,328.712047163921,2968.77705557096,385.940393322047,4185.05681616105,4102.65154923348,1371.15340876354,40636.296317883,17373.144549081,939.68309877126,7789.05365582089 -2900,898.552540695427,3225.19783153858,224.928609631962,1292.19937449128,377.073718578484,2300.0513869325,432.838878086559,2710.46179266187,86.7100808391128,991.282931612888,730.872845593796,5501.05572403338,408.843573499805,3209.02614942476,466.211930034105,3626.71893296669,356.032273130908,4117.89217972867,112.43641189028,1117.42323433319,252.554231184281,2148.57599363435,567.425650328691,4931.30014595741,296.48496864199,1435.72839427387,174.281998069531,1955.37903752981,216.460210819729,3495.38233406852,289.10251386298,2340.88088959285,308.240215716077,2982.11554856228,361.904442254322,4203.85996303457,3676.11734354496,1245.51686798792,37751.1554135976,16318.6551413499,841.669237487348,7341.07884377386 -2901,759.514560488711,3115.57502886413,186.65501845468,1248.27818749906,317.392081736468,2221.87383240695,361.330557885325,2618.33460116123,72.5219161920228,957.589738549159,611.449526262375,5314.07769116983,342.039262833429,3099.95301384358,390.069205989749,3503.44863616303,297.541315088133,3977.92715884258,93.4326671199876,1079.4425977585,210.464496536808,2075.54700921733,472.816042365098,4763.68780988843,246.279073445507,1386.92873029031,145.204667278774,1888.91671751683,181.006212057339,3376.57610018966,241.807507944658,2261.3155614338,256.142160567141,2880.75498669669,300.736182468982,4060.972941751,3097.96353287243,1046.47082852181,31485.4501529593,13568.9061136688,709.565744793992,6109.02748403894 -2902,585.351087020082,2868.77750870133,148.195239451457,1149.39693498742,258.853181970181,2045.87006203633,282.915615166852,2410.92554166616,62.2208900057107,881.735114405048,526.232713530143,4893.12772720403,294.369758555426,2854.39297778286,335.584734394123,3225.92605127507,252.443191850861,3662.81917746026,72.3908448399111,993.935507151859,168.473521063287,1911.13438871854,378.078658831874,4386.33649354449,187.810174693268,1277.06439766887,120.597901225711,1739.28785049925,154.95380265014,3109.10361101916,207.560035722664,2082.18744938482,198.456792191998,2652.55852847416,233.007865385039,3739.28656213018,2867.61351601431,914.320326744789,25491.2112516054,10531.3699705491,660.930970319343,4674.57506298195 -2903,777.70780094189,2661.22846138846,203.770165903563,1066.24087352312,377.524863860659,1897.8563589821,360.528135054492,2236.50096611182,81.7242085162547,817.943732040257,653.467631347917,4539.12188496597,365.543805844473,2647.88461615548,414.848814294991,2992.53817904965,297.75829412206,3397.82315443115,71.6906765075345,922.026700360776,167.977572764888,1772.86848260965,376.883881207079,4068.99575949747,229.946128438329,1184.67190703848,161.34493187812,1613.45462178805,211.42605261883,2884.16755707046,259.552403115589,1931.54627204155,196.537306909775,2460.65239638249,230.754200175052,3468.75831055054,4031.73838005774,1232.40696089236,30084.7214525457,11312.6674950622,898.030809256921,4929.13061498128 -2904,770.599180049348,2543.48303653556,201.263411297439,1019.06529785571,379.55827621324,1813.88615253784,359.474343182829,2137.54750899248,82.114012929106,781.754004764984,656.793743926791,4338.28950903175,367.40440274694,2530.7295865839,416.99924066564,2860.13403397416,298.630902558048,3247.4872713237,71.6929770348665,881.231846730264,167.717833626405,1694.42833524091,376.320119215526,3888.96400296925,246.3988021599,1132.25637825943,160.696769754627,1542.06770304745,212.390666611886,2756.55824457385,260.795030103326,1846.0854633495,196.543613719368,2351.78141216184,230.761604992113,3315.28391821119,4082.95727384283,1244.10620140581,30145.7127417708,11283.4618145651,911.280338240683,4907.61042126241 -2905,776.301279077345,2488.11929656244,203.848622102506,996.883405798363,397.597666687901,1774.40347471085,369.002834677338,2091.01972690464,86.3119808877707,764.737643805994,690.966635616898,4243.85839671212,386.520405263157,2475.64344967585,438.781275621003,2797.87778352127,312.774296008957,3176.79954183112,73.6882616196753,862.050161569563,173.040462133631,1657.54588373333,388.215856440917,3804.31331384239,247.128134962904,1107.61066731565,166.05550318725,1508.50167012876,223.124152039909,2696.55651793319,274.140982377383,1805.90190635584,202.01361174311,2300.59042220584,237.183922661842,3243.12046591039,4382.32659174792,1318.72801989646,31163.4678607308,11481.7310502213,979.348062778394,4974.35471283957 -2906,884.494128414965,2495.33217895545,231.719312854765,999.773300497345,462.701382753104,1779.54734526341,425.286147244063,2097.08144564637,100.327619059993,766.954564310531,803.516998811058,4256.16104295195,449.480047237016,2482.82016546846,510.367245984681,2805.98863392561,362.915838351827,3186.00885969344,85.1285569771575,864.549184201183,199.829303658575,1662.35099236977,448.322002837202,3815.34174988114,275.697705667086,1110.82155253792,190.858571898387,1512.87471009969,259.282744802221,2704.37364513318,318.664655397928,1811.13708864065,233.376753358542,2307.25967161554,274.007347039832,3252.52204345505,5146.96767873168,1539.27480789133,35929.9332568917,13146.0848223426,1148.17377957126,5692.77483356021 -2907,1211.43747714857,2597.9370430264,313.816487145336,1040.88269846224,592.904810457675,1852.72005349378,563.9193204667,2183.31074950054,127.276861211366,798.490753954274,1017.83446378637,4431.1689352715,569.367273547549,2584.91055156573,646.341949144122,2921.36729364741,463.493264982759,3317.01346450502,113.088610586803,900.098339650596,262.406197716228,1730.70473663227,588.933461096048,3972.22371731308,348.54499814635,1156.4971124359,249.194236236233,1575.08218103093,329.247165348756,2815.57402662791,404.228390414118,1885.60872666986,310.028194036676,2402.13123500058,364.003705309197,3386.26158521664,6298.28587816885,1923.62366013133,46838.2687236272,17629.8182782348,1397.04122462954,7707.71385402324 -2908,1755.40422281614,2845.51433834724,450.081543060016,1140.07637366052,812.652869102934,2029.27992089393,796.750044027035,2391.37513337667,173.005105843181,874.58504643659,1381.66453899002,4853.44892202061,772.890484171294,2831.24645286125,877.216038273891,3199.76673182526,633.68625191077,3633.11705303859,159.77228415222,985.875596282602,367.80822564458,1895.63683105871,825.704755410058,4350.76730326388,482.45772131507,1266.70856960412,347.042484775496,1725.18381160525,447.929162579014,3083.89161506189,549.419142473514,2065.30280733876,438.009738167286,2631.04869693966,514.266672261239,3708.96435692821,8277.75825073728,2578.72979857594,65235.4726395093,25145.7319112506,1825.1605877709,11074.1354956527 -2909,1957.38776171332,3251.90499203231,494.872827403612,1302.89979594976,881.152436942341,2319.09761130173,877.949909272938,2732.90653617524,185.502136482742,999.491529575591,1480.32020279611,5546.6087678405,828.077558612003,3235.59939574261,939.938291064607,3656.75100221256,681.727315145204,4151.99154760758,176.981420073251,1126.67637265759,403.009742297363,2166.36788327716,905.051898155501,4972.13516796845,501.841419123059,1447.61734827115,375.7697601821,1971.57110527546,480.52605586997,3524.32683355629,589.081055204141,2360.26521417713,485.187940311997,3006.8097976367,569.658538939241,4238.67121139522,8700.8125100443,2750.9084899352,71032.6279061334,27771.0169912181,1918.55098373716,12310.5388314338 -2910,1800.02663204214,3608.84516707596,450.836572469256,1445.91051808651,822.114956000156,2573.64966904928,813.084167551432,3032.87967185738,172.124966510268,1109.19912632134,1373.99299845317,6155.42345010905,768.599094682354,3590.7498129649,872.664001140998,4058.12845512673,631.598501618334,4607.72829065942,164.903124685456,1250.34421125044,373.301632893383,2404.15580554442,838.498011897629,5517.89366999842,494.440903615212,1606.51276217597,344.870527270647,2187.97746928433,445.784999094967,3911.16895839169,546.60984444298,2619.3359683234,452.075745488051,3336.84748881189,530.781553430592,4703.92220976537,8138.45362365739,2571.84394893661,65896.6734477887,25687.421828745,1805.78198788068,11389.2073547846 -2911,1687.31214569103,3869.54859981837,422.674330779827,1550.36327736322,761.699349276092,2759.57044767363,758.080107589597,3251.97528414947,159.349311889576,1189.32781193662,1271.6355061489,6600.09202111532,711.34125129626,3850.14603503047,807.590736064049,4351.28816960082,585.504279769083,4940.59116698296,153.629230917548,1340.66923570881,347.560239195726,2577.83232596462,780.694847563294,5916.5070088028,470.936442452996,1722.56744794214,321.236237716448,2346.03723926544,412.776094311226,4193.71230017612,506.03044824369,2808.55713100378,421.168787603525,3577.90177476675,494.493733786448,5043.73414700974,7477.2638393278,2373.88284092241,61352.1581372812,24026.1333552852,1658.04395097606,10659.7283383038 -2912,1558.486038834,4011.85680978352,388.201615797898,1607.38011462626,696.208257383606,2861.05761615101,697.158038405025,3371.57134803143,144.973829498736,1233.06705118184,1156.5638126017,6842.81988895352,646.971200223575,3991.74068779574,734.545397727817,4511.31304446284,533.376000288035,5122.28850635117,141.583908949651,1389.97427327779,318.931320907454,2672.63581387418,716.490480993347,6134.09505556064,442.515776278949,1785.91734102073,293.441612269007,2432.31612979214,375.61197705439,4347.94209601715,460.371796432424,2911.84585515025,388.146988176333,3709.48425366936,455.722881397284,5229.22471767599,6749.18928498039,2157.50370528672,56246.8839966531,22149.6685205891,1499.27301957492,9845.69035989631 -2913,1457.46920796944,4116.02121786741,361.773664594477,1649.11435543903,640.067356656725,2935.34251394534,646.827603527242,3459.11129535055,132.717636146599,1265.08257556468,1058.28344036327,7020.48781608872,591.994060447358,4095.38279809106,672.092970763654,4628.44540367656,489.312303191882,5255.28431741745,131.56454445913,1426.0637585941,295.083650055494,2742.02850179293,663.011133777617,6293.36155256885,421.399137062815,1832.28714720636,270.846831070581,2495.46912401537,343.962980762,4460.83266920764,421.4404945887,2987.44942584439,360.679275360044,3805.79781865943,423.473074980274,5364.99703540328,6102.11850961434,1969.08342038974,52021.3194252698,20641.8951477121,1357.78833126367,9193.49067843333 -2914,1393.63366802319,4194.45318440512,348.045116174999,1680.53870315162,616.594736643851,2991.27630865736,620.627663137812,3525.02565463262,128.40232894822,1289.18908740758,1024.11069012371,7154.26522789593,572.878137057283,4173.42149361202,650.365835866168,4716.64176025678,473.045911906987,5355.42526954389,125.894624155278,1453.23781311772,283.640843857764,2794.27864247843,637.205364656727,6413.28336457461,403.763570510636,1867.20190507819,261.48676129176,2543.02100493888,332.729328834365,4545.8351169897,407.742624179317,3044.37613272914,345.135401021027,3878.31838922079,405.223032038717,5467.22859488336,5939.72507100526,1906.0761838078,50051.7929259045,19779.0774440114,1319.21613085136,8792.96706534866 -2915,1334.86038704137,4166.90127589437,331.568146770994,1669.49982714982,578.108506713901,2971.62765183293,589.296866039545,3501.87098343602,119.770880705721,1280.72085132823,954.692099526631,7107.27134040818,534.046013496897,4146.0077349852,606.272634963213,4685.65977606401,442.415589994699,5320.24733798151,119.603573549687,1443.69199784429,268.415512215877,2775.92399501274,603.079710201745,6371.15673000608,393.186637836302,1854.93690322978,246.195089533001,2526.31678176874,310.483294480922,4515.97510240809,380.320658476305,3024.37868157314,327.888721203102,3852.84306055753,384.973727366563,5431.31626604545,5452.95788025696,1771.27367301499,47289.2535943664,18865.1837127391,1214.18614718227,8407.55269241277 -2916,1278.61316454255,4080.151755995,315.898510908857,1634.74299014119,544.874625884817,2909.76218993502,560.244088504018,3428.96653803434,112.473787713968,1254.05789206386,896.110120729776,6959.30710133639,501.275791291504,4059.69319170823,569.031577965477,4588.11037206521,416.107879070102,5209.48663794147,113.842400605385,1413.63618912617,254.537602101537,2718.13283129173,571.969617694339,6238.51744941428,387.05031386133,1816.31950503758,232.845245642417,2473.7221188714,291.654319604644,4421.95831485477,357.140239033356,2961.4150111502,312.094681165057,3772.63182836815,366.429965198372,5318.24325391848,5057.46942397673,1659.65827863797,44865.8426905695,18019.132170113,1131.0488140419,8042.26518833056 -2917,1234.19426918946,3977.09201887976,305.003137454426,1593.45134392548,526.752144968775,2836.26508877403,541.136215706549,3342.3549580931,108.772313483359,1222.38189459796,866.658231466401,6783.52335522594,484.800674278536,3957.15021337631,550.331559823434,4472.22020986573,402.331435026521,5077.90125692647,109.952286185545,1377.92943537275,245.915262891464,2649.47605777206,552.588751847411,6080.93998495336,385.094015657984,1770.44145395004,225.012394710303,2411.23886665108,282.047947666954,4310.26495423555,345.387732418348,2886.61322170945,301.430078054973,3677.3396755964,353.90866835379,5183.91081129343,4897.03143110384,1606.64858921061,43405.1466090613,17422.3485412507,1096.4763278621,7770.57173937221 -2918,1230.68581793164,3917.89440749113,304.35029673658,1569.73338291865,520.580524950809,2794.04828370054,537.565097249641,3292.60518388803,107.225413447943,1204.18717141293,854.104930088425,6682.55300364191,477.778472502217,3898.24942872616,542.35542617711,4405.6527900597,397.285559668859,5002.31848844881,109.30048299124,1357.41944192806,243.927659401624,2610.03954151674,548.162250751594,5990.42733893009,390.121899067416,1744.08905760625,223.008671574936,2375.34842692387,278.08461969341,4246.10818126385,340.470773699906,2843.6470024425,299.643183988903,3622.60377207027,351.810678320769,5106.75012800436,4792.78219083213,1581.00276517737,43045.6949216256,17350.9805173605,1073.5064295115,7745.80245049833 -2919,1258.70565384483,3873.57742132653,311.287458680612,1551.97745450978,528.634062525508,2762.4436036726,547.645929584207,3255.36111265914,108.996342038279,1190.56609318452,868.052979863709,6606.9637768265,485.580883753175,3854.1546553528,551.141410184059,4355.8185593643,403.981281359714,4945.73511580363,111.244389937494,1342.06508768296,248.368698575902,2580.51626339334,558.134564670834,5922.66704273838,405.577810621049,1724.36091728475,227.473113900806,2348.47984078464,282.710613663842,4198.07862815422,346.090469224987,2811.48129000693,304.972332139149,3581.6269450941,358.06762433453,5048.98548423649,4847.81438720422,1603.40539520838,43885.5211913909,17726.0710548115,1085.57957195629,7911.31670834688 -2920,1312.24705092079,3874.81205692257,324.217390913659,1552.47212039642,546.157940276486,2763.32408464256,569.443739839305,3256.39870253291,112.308011856037,1190.94556547026,894.17875654821,6609.06963189879,500.195403863676,3855.38310027918,567.757841979624,4357.20690095615,416.960929200445,4947.31148306273,115.617605434733,1342.49284764468,257.87754736616,2581.33875818004,579.522044951407,5924.55479009931,420.074186139275,1724.91052740928,235.668788736112,2349.22837798749,291.352371608476,4199.4166928798,356.600348852258,2812.3774008886,316.961338774804,3582.76852654121,372.143901661226,5050.59476075911,4957.25254925696,1647.70129423197,45457.8913062084,18444.012443569,1107.84363838351,8243.35347584159 -2921,1422.40769505632,3879.10079507921,352.181553001874,1554.19043507131,594.627353489176,2766.38260032458,617.599894823641,3260.00296544002,122.64514333815,1192.26373358115,976.633348118107,6616.38471420314,546.319746931197,3859.65033398439,620.048935452382,4362.02956569911,454.837978379227,4952.78729020344,125.346342275333,1343.97875204885,279.983942346171,2584.1958479859,629.170566356723,5931.11223438723,432.40609650662,1726.81970119294,256.865977921152,2351.82856226362,318.137387434117,4204.06471150415,389.426163954313,2815.49020999853,343.632306764405,3586.73402366997,403.458250998271,5056.18488439505,5436.18205113331,1795.18227658517,49313.2736765849,19958.2079813158,1205.67916422803,8918.93277772835 -2922,1486.59460858089,3850.37923013455,363.951579267816,1542.68292756496,602.072320292071,2745.89980245097,637.56197652843,3235.86531296901,122.703396035138,1183.43599693181,976.09673233385,6567.39580329138,546.019568978007,3831.07278377691,619.752149887582,4329.73230865936,457.151286262088,4916.11595596198,129.869855670822,1334.02768992121,287.344249399486,2565.06199382779,645.916697171714,5887.19720504586,438.921528244129,1714.03401533027,260.723549103845,2334.41519757986,318.498105434836,4172.93705485852,389.589010579853,2794.64381048757,356.033349463818,3560.17719525996,418.018299339391,5018.74797563682,5286.53134602893,1782.64981805319,50322.5179808375,20686.0598425207,1171.57723266382,9296.70609191255 -2923,1513.89170692068,3759.34096577538,369.772422021933,1506.20777335603,607.580278836266,2680.97582037594,646.856016592393,3159.35659936304,123.488329823096,1155.45486761923,982.051441842394,6412.11647116429,549.350578919481,3740.49100052319,623.526337366519,4227.36023282974,460.660364373346,4799.87944073344,131.851337091639,1302.48597461509,291.091460529103,2504.41373610186,654.388340428672,5748.00047052868,429.475072420202,1673.50744054849,263.410889044085,2279.22034658491,320.596166922118,4074.27224184967,392.074814287333,2728.5673263798,361.465506630003,3476.00046011373,424.396188106757,4900.08483165812,5276.06372075422,1786.72499147823,50832.6541481291,20987.1707659746,1163.67694291588,9450.50522491202 -2924,1416.60336866741,3673.11129177928,342.709064811543,1471.65921645488,551.58353590131,2619.48108683431,597.650925328351,3086.88903335062,110.960505143562,1128.95168595546,881.517905692503,6265.03890678073,493.113039894893,3654.69369655505,559.67461514224,4130.39539296562,415.646687676007,4689.78247342904,122.235323674727,1272.61027512466,267.53035185681,2446.96888553325,601.599140220057,5616.15602991648,384.735447207051,1635.12145685021,240.039770974358,2226.94085684441,288.261453634456,3980.81884925121,352.279028475445,2665.9809653202,335.103565688221,3396.26989318334,393.444667030529,4787.68940878112,4602.93973546966,1590.71333155968,46489.5146799443,19468.6384826158,1011.33249857245,8811.09299188857 -2925,1155.63364018508,3494.99859910384,278.435708563995,1400.29704827608,443.456273385594,2492.45993426737,485.313896033491,2937.20282075181,88.769302338153,1074.20773492516,704.860203400569,5961.24115583849,394.292339787175,3477.47409075268,447.53999285181,3930.10855523711,333.321016565033,4462.37041916485,99.2581132273991,1210.90018119525,216.72306073833,2328.31301521677,487.387858207666,5343.82323259215,329.241102067364,1555.8328477131,193.428641710618,2118.95435686298,230.687183508164,3787.78512171887,281.818087749908,2536.70498900622,272.112403076687,3231.58150568981,319.486823733154,4555.52975323237,3627.74627265084,1271.65840418314,37654.080718837,15869.5829499305,803.996720210734,7189.97634056119 -2926,901.03185970764,3209.6673957839,227.919472376102,1285.97699049625,384.274139477798,2288.97584919404,394.246267463346,2697.40998780054,80.5830877804556,986.509563686873,642.147895601203,5474.56625052898,359.211649380238,3193.57358587615,407.576791280579,3609.25503514377,298.053357535453,4098.06311395275,79.2370224277626,1112.04245750708,179.783839239717,2138.2298619624,403.794209413527,4907.55424133261,262.46402470847,1428.81486873122,167.933326088079,1945.96321558505,208.933839141848,3478.55086709728,255.879720580903,2329.60874376984,217.225331858394,2967.75563752455,255.043983754978,4183.61693284302,3641.43893811806,1182.69834629191,31790.2132114554,12684.7744052231,809.581236754351,5634.38760629418 -2927,1101.98778301616,2958.58113116132,255.475352504675,1185.37742078431,534.76611186349,2109.9135586463,559.504819325295,2486.39666010118,106.100941952696,909.336769494565,850.964349992358,5046.30119350787,476.021660770766,2943.74630983867,535.671427192746,3326.90977842499,366.813412182195,3777.47931738192,100.237765219783,1025.04946031243,214.764909445226,1970.9601474587,483.299316361959,4523.64547106329,266.971171631288,1317.04135952021,207.957409208946,1793.73416046986,273.94975178463,3206.43035247124,344.061321847558,2147.36781803603,274.798082354266,2735.59367634519,322.640076331191,3856.34042137046,5082.91259951343,1643.80568591349,39536.0590185678,14911.1927732795,1164.98190950529,6607.90504496565 -2928,1105.0466006402,2811.65928092576,268.434559334054,1126.51209441055,548.920076648193,2005.136170388,583.538521435268,2362.92328501812,108.265035694166,864.179501622407,867.651141963108,4795.70407437292,485.356099313256,2797.56115036805,546.185011621574,3161.69688800779,372.914970061714,3589.89133992516,104.828765716929,974.145950617923,223.446984914288,1873.0831250728,502.927636325336,4299.00320743964,282.30719806342,1251.63765930074,215.025603503171,1704.65810339939,279.677744520479,3047.20041786688,351.03859171735,2040.73046757125,287.384138417437,2599.74528598398,337.4173486256,3664.83623584099,5133.27073951833,1665.52382271328,40924.7788816518,15622.3083856104,1165.53249508596,6940.15806949581 -2929,1122.12701393938,2737.58103800997,275.361062052436,1096.83209828034,593.160889711529,1952.30723577386,608.29693098853,2300.6678025397,117.94962520574,841.411131543456,946.620240316948,4669.3525872693,529.530689410129,2723.85434816956,595.966051495202,3078.39627200326,402.38560097528,3495.30916756723,109.619930205074,948.480315789811,235.62432568674,1823.7333664865,530.181220321727,4185.73820194735,289.125791235297,1218.66100412874,228.043907225093,1659.74580626273,304.41166789172,2966.91641820191,382.52163747803,1986.96373689803,300.518936571599,2531.25030007982,352.838898305813,3568.27950481495,5694.31617939201,1833.57532413337,43286.784984418,16127.9375342174,1316.700547082,7117.30781520174 -2930,1277.9991635747,2755.19086368084,309.209414949287,1103.88760523074,680.409683392528,1964.86569143257,693.35029361181,2315.46713025522,135.462439994993,846.823611809168,1087.66829788615,4699.38877027758,608.431680518845,2741.37587522506,684.799640870927,3098.19843345279,463.437480227832,3517.7931723335,124.547637569082,954.581531710512,267.826770859625,1835.46475496709,602.631290861823,4212.66347612802,325.4401587211,1226.50019045296,259.143474886424,1670.42232465631,349.50576551969,2986.00147182377,439.347276486874,1999.74512474931,341.442687700533,2547.53287798157,400.887422061434,3591.23290022217,6692.57544682178,2119.84118467712,49401.8756058902,18240.8670349282,1530.7951021368,8041.57303196642 -2931,1704.60490974914,2802.04210650279,390.990596119352,1122.65890232037,830.881432126734,1998.27767781628,867.10338532951,2354.8409951282,164.225337081216,861.223608262128,1317.2877489684,4779.3005496368,736.87869765937,2787.99219806841,829.336659187929,3150.88242316462,567.019226000491,3577.61225212466,155.902190208391,970.813921170373,332.701113511115,1866.67631495724,748.802841241066,4284.29862926713,413.222321107623,1247.35647993967,320.065241177644,1698.82738471198,423.994629360776,3036.7775838773,532.554414367039,2033.7502260498,427.400020442999,2590.8529553804,501.809816277786,3652.30080185338,7868.32474101681,2550.41130361231,61172.0523667856,23065.0038569805,1808.13584881836,10242.5562693854 -2932,2405.69813424672,2838.88628732276,528.171386677102,1137.42079597652,1058.96827959816,2024.55312311351,1155.81674694354,2385.80490792073,206.515068450182,872.547877185707,1653.46342763594,4842.14379286827,924.932292232987,2824.65163599473,1040.94272901768,3192.31352138834,724.189753870068,3624.65444053971,207.420128734077,983.579198170004,437.029508814535,1891.22132786801,984.054101969642,4340.63306943028,562.983136470829,1263.75802779193,415.066115211306,1721.16534430187,533.814483724227,3076.70831230951,669.509432479511,2060.49210151888,568.634521059234,2624.92020031738,667.63306245559,3700.32507345162,9580.44122502234,3168.24800073988,79971.4610102635,31136.211454251,2167.49792762899,13967.1734189993 -2933,2649.58640000438,2903.67225792934,540.565926880497,1163.37777445237,1090.95294053358,2070.75526925484,1199.72773645653,2440.25114880323,212.530632800562,892.460214420425,1701.78008756368,4952.64592422818,951.960189114805,2889.11275889373,1071.40059421623,3265.16502336192,755.960395156034,3707.37235604497,213.522226990575,1006.02537127191,449.198456671257,1934.38072100924,1011.50961739958,4439.69026932794,577.867214672021,1292.59813696008,425.978311899077,1760.44390501878,549.331870950333,3146.92159812388,689.020757494817,2107.51440787902,585.363195082905,2684.82326994782,687.274177188547,3784.76986171734,10015.9584074176,3281.64036203523,82627.0774283535,32157.2632810233,2237.67083479184,14477.1893077557 -2934,2467.95098867644,3127.98638289607,522.873957679157,1253.25088832375,1062.54345237957,2230.72499551258,1160.28462853957,2628.76512438986,206.648746082079,961.404438934284,1654.81620448413,5335.24710579389,925.689023207594,3112.30213526764,1041.90951840036,3517.40514208996,727.259661776301,3993.77382015688,207.92703394381,1083.74271703466,436.689828026366,2083.81525777584,983.401452532568,4782.66466499814,561.281263507719,1392.45376606356,412.931199140295,1896.44149669909,534.100839057366,3390.02719060059,669.95984041313,2270.32384650185,570.024182722827,2892.23090035241,669.264662433926,4077.15042822694,9663.58449234146,3186.22098750977,80054.1089971149,31123.7911902002,2179.34635259521,14007.1842342022 -2935,2319.80576404529,3407.66424783593,497.877686440451,1365.30589425247,999.003237251641,2430.17739959732,1096.79407111297,2863.80688206434,193.310254021979,1047.36502440713,1547.24340444029,5812.27939967922,865.513784455126,3390.57764854961,974.190814036965,3831.90151127089,678.65634937114,4350.86301376137,197.868995345541,1180.64174795811,413.389294346058,2270.13224605002,931.1039815875,5210.2897497952,536.283799043813,1516.95510611081,389.262169111946,2066.00512129808,499.785605090425,3693.13450971795,626.670332465231,2473.31684211835,542.45044628737,3150.82952071301,636.890373821522,4441.69444703734,8853.84047508721,2963.80755974657,75492.3104432947,29611.2143821066,2010.81021213636,13348.2680335858 -2936,2172.10632130671,3605.98600830486,466.015883058105,1444.76497496991,931.72190733515,2571.6106585946,1028.93535073734,3030.4768299193,179.866665023908,1108.32034758075,1439.39693066301,6150.54672857282,805.185455123595,3587.90499049476,906.332563440263,4054.91334529809,633.026050559803,4604.07775256561,185.376512694104,1249.35360831433,386.628600862447,2402.25107900718,870.882265875066,5513.52204047314,503.33787083068,1605.23997965353,362.943034901281,2186.24401310025,465.079752324799,3908.07027930879,583.074342305214,2617.26076225011,508.202772579445,3334.20382405939,596.68022401034,4700.19546067474,8277.55121358445,2758.1361433869,70578.9311407282,27750.22507852,1863.20418601673,12522.5706262922 -2937,2056.23465426154,3707.81110352091,447.726729590918,1485.56195277358,893.843943061337,2644.22727429053,982.760730592193,3116.05081468959,172.438640376217,1139.61687082359,1379.86711681347,6324.22460886002,771.885022673882,3689.21951762877,868.853230775407,4169.41515881786,603.081210883034,4734.08675827372,178.111652013995,1284.63259992221,371.247575647461,2470.08535354109,836.254904518141,5669.21174793568,483.881836597635,1650.56841781063,348.26783874937,2247.97872429623,445.891286785279,4018.42556837124,558.989677160503,2691.16643623431,488.286428883157,3428.35438955594,573.296470399846,4832.91861856138,7783.22143454928,2635.06032076232,67563.9367200749,26621.4557425464,1781.48873476582,12010.9158425549 -2938,1951.67000521583,3764.47445825219,428.840391857884,1508.26454509964,848.459995747221,2684.63677300825,936.694946867097,3163.67079525057,163.562845696657,1157.03267578407,1308.52986273805,6420.87240790023,731.979616342689,3745.59875280892,823.903005096226,4233.13281960746,571.959622079055,4806.43381960541,169.832980914419,1304.26455815213,353.783433450475,2507.83358792966,796.932792447666,5755.84953701155,462.94990351695,1675.7926649892,331.911654834814,2282.33269010701,423.005750905382,4079.83578239904,530.198412583211,2732.29326663634,465.590761859684,3480.74704265941,546.649516832679,4906.7760439871,7341.73646176104,2492.68984682554,64325.9631386424,25428.7406552864,1678.76818531021,11474.7583182478 -2939,1836.20286653955,3688.6417338371,400.484464675944,1477.88160297531,766.868334936245,2630.55662906787,866.543976314428,3099.94084350913,146.330844252459,1133.72505581878,1169.21772524386,6291.52839103609,654.049683019268,3670.14626637522,736.207885649802,4147.8592978764,513.536900701594,4709.61154725274,157.727305078116,1277.99105413461,325.848747337616,2457.31502140425,734.226148689868,5639.90194417874,435.643257050624,1642.03498519876,302.680013506107,2236.35668261065,378.744874928709,3997.65032305363,474.252256604952,2677.2531157181,432.403504560757,3410.62981004915,507.68440056835,4807.93244718846,6327.04376403003,2206.68386659442,58899.4293571334,23749.9392826975,1449.99729352035,10776.7022175312 -2940,1800.74657225833,3553.35146247545,393.79767042934,1423.67655473959,752.721182499045,2534.07430688567,852.758088916948,2986.24266727363,143.547962433024,1092.14281999354,1146.90088689361,6060.77066374188,641.565848115102,3535.53436309386,722.118137763796,3995.72606009624,504.840894903436,4536.87462395904,155.063843424404,1231.1174976909,319.782593077881,2367.18677364922,720.603273107633,5433.04426605793,427.866290999176,1581.80919620576,297.23849417013,2154.3326411657,371.558965821357,3851.02637959673,465.228169230988,2579.05808170146,425.101724106461,3285.5363296271,499.111389494384,4631.58935604418,6274.44277700063,2166.14814072395,57907.9391057688,23348.0308466143,1420.52226769896,10593.4127674065 -2941,1760.18449257519,3451.00652135613,396.556077401744,1382.67129682844,762.204059371543,2461.08696283344,855.355449629217,2900.23180311408,145.466552563997,1060.6865191501,1162.44604509342,5886.20610876645,650.26166718588,3433.70259665101,731.942677811341,3880.63968244179,506.811801270613,4406.20188551528,156.465241318408,1195.65839685533,323.067949110652,2299.00618596292,727.974355777213,5276.55971861579,431.098539227617,1536.24934355473,300.356750430235,2092.28275681288,376.479728932872,3740.10769557942,471.459215373369,2504.77509835392,428.943603991185,3190.90509887156,503.622135743569,4498.18860890757,6278.14513784895,2191.14115697862,58313.6042421072,23468.3976290731,1445.82350588763,10629.8398696034 -2942,1768.72510448149,3394.40813948382,407.565317061464,1359.99473635906,782.192736236251,2420.72379954139,872.085599449687,2852.66642585529,149.289442478979,1043.29068396806,1192.99680993566,5789.66913062357,667.351485129665,3377.38800854504,751.178136331745,3816.99508330919,516.037249819336,4333.93778071582,160.559735135072,1176.04894954909,331.538581471928,2261.30123546957,747.060041165678,5190.02127249054,442.388204040669,1511.05401968052,308.436967048869,2057.96818286985,386.373386888675,3678.767897382,483.849344797382,2463.6954259037,440.168505569584,3138.57252164036,516.801278301761,4424.41587186836,6304.17300161566,2240.50832870447,59652.8197452736,24034.412992873,1482.17787875932,10878.7424386635 -2943,1820.49261661922,3351.19583059101,426.431331269583,1342.68140507266,812.144431505302,2389.90692064189,906.896621920583,2816.35072730144,154.939283668224,1030.00913459389,1237.8494256229,5715.96409558388,692.441627401248,3334.39237340662,779.382427097031,3768.4030567159,533.532124119028,4278.76484616972,167.396975542445,1161.0773290507,345.570810287133,2232.51387594431,778.68602767751,5123.95001848359,462.767304499735,1491.81763726303,321.476676135226,2031.76934255501,401.057700142328,3631.93556367483,502.142705315004,2432.33149929641,458.912544290135,3098.6171127106,538.808630142581,4368.09111141852,6451.69307931442,2315.42281493897,62050.4814736759,25084.3754464635,1527.1857077746,11351.68435629 -2944,1913.88738130429,3404.5451661132,446.479519894448,1364.05621108212,846.49444211769,2427.95302496449,949.980655335657,2861.18560043163,161.313009873404,1046.40635686624,1288.60576142308,5806.95934079887,720.83425661357,3387.47420642505,811.341901186156,3828.39411937491,557.54700804822,4346.88060929974,174.959740230843,1179.56109040815,360.841917490361,2268.05436293659,813.124679814722,5205.52070028012,484.232900437897,1515.56661634141,335.539814445651,2064.11407853558,417.59054856617,3689.75413315762,522.789365548916,2471.05298136338,479.645580677286,3147.94552333101,563.151261594806,4437.62890332173,6763.9162044913,2411.74196476013,64844.9557029787,26247.984292573,1585.02078056619,11885.2880666251 -2945,2008.70727053055,3453.21586959657,451.955686789428,1383.55648854798,840.445792852859,2462.66256059521,964.409245085774,2902.088543167,158.99338684674,1061.36557492129,1269.00227267872,5889.97448156691,709.868244618972,3435.90086684933,799.011729324089,3883.12408355814,556.597618547876,4409.02275366564,176.847246276078,1196.42386216492,362.522001762582,2300.47801896013,817.090781424601,5279.93779334784,493.0771922043,1537.23285655683,334.801728858169,2093.62224464017,411.810719455238,3742.50212755315,515.207095605677,2506.37866543558,484.820107867963,3192.94792913629,569.226667338087,4501.06836732784,6653.90083713916,2370.21855639377,65159.5562734352,26683.3849963964,1525.88720039652,12135.2328029445 -2946,2101.05464263694,3425.59898192371,462.960861744164,1372.49157816409,858.670492886855,2442.96756385003,986.374855544136,2878.87926337103,162.289127540466,1052.8773671262,1295.16629849627,5842.86976243087,724.504160944062,3408.4224548768,815.487258556628,3852.0690306205,568.469599283036,4373.76185752325,181.090692096887,1186.85553378399,370.937675117979,2282.08008340015,836.08211220321,5237.71180619122,505.37163786991,1524.93892859816,342.301513541942,2076.87862578081,420.376568853202,3712.57169030998,525.87822257429,2486.33405175289,496.453355791794,3167.41251877269,582.885248817145,4465.07134188764,6672.7219818557,2415.85132618575,66618.6968485954,27361.7673470992,1551.31079093645,12466.113824317 -2947,2131.40972187448,3339.88915383086,453.710657242122,1338.15130137044,836.45234253794,2381.84355866469,973.97491294355,2806.84857674786,157.510307080313,1026.53396306302,1256.60054614879,5696.67887273554,702.930832423908,3323.1423902175,791.209831661801,3755.68875489107,558.786475719032,4264.3286229545,177.731340431097,1157.15994352125,362.751764538993,2224.98154598393,817.738298132245,5106.66220555863,496.788626872527,1486.78435939378,333.556334712306,2024.91430919714,408.087657087896,3619.68169266637,510.367236869923,2424.12500005664,487.243818910275,3088.16261710128,572.072343366817,4353.35350826061,6590.93527428966,2350.14603171903,65348.943459656,26942.0312135824,1492.60544399619,12306.135974892 -2948,2000.71700307085,3333.0011735516,414.593328282206,1335.39158110729,767.195138972599,2376.93139221104,892.073820671935,2801.05990630012,144.313053958443,1024.41690307453,1151.40489132119,5684.93039548812,644.085346925777,3316.28894742502,725.012514057017,3747.94325529895,513.235770033699,4255.53413604001,162.923731461689,1154.77348861098,332.172910795284,2220.39288201798,748.834806082638,5096.13054209777,454.527288897909,1483.71810752873,305.035029390148,2020.73825149386,373.876391228811,3612.21668560538,467.610766134721,2419.12563498019,446.649313035935,3081.79378202142,524.410386042679,4344.37542194323,5989.97209442466,2156.28455243529,59849.3804507597,24691.1691967918,1369.99477518709,11293.8955631924 -2949,1664.71377871503,3238.77884830759,352.864400441987,1297.64070934592,647.002941662885,2309.73669558242,752.612790483154,2721.87530246209,122.352664401316,995.457134505319,976.170024519674,5524.22017283239,546.060567955248,3222.53906870102,614.55911438229,3641.99071882846,433.461387746885,4135.23225176983,137.015419865,1122.1286026474,280.65143538266,2157.62345308434,632.580075062458,4952.06540547742,383.720481044232,1441.77411686729,259.72441442746,1963.61296204718,316.987821063232,3510.10107337464,396.452142313423,2350.73812759076,375.622646308115,2994.67296779285,441.018067660082,4221.56203764662,5079.21707336101,1823.24278002411,50616.3836642578,20845.7762681048,1160.74694569694,9519.43353960198 -2950,1322.06677745836,3011.54057910448,291.204572586477,1206.59601545046,570.174383387092,2147.68161445414,631.145318776724,2530.90387104084,111.026065860304,925.614157597811,888.404060387926,5136.63142733121,496.965091739919,2996.4402102397,559.227593290264,3386.46241443905,391.224087050182,3845.09727693632,112.947305623706,1043.3981386572,237.562419156894,2006.24089748715,534.94952725186,4604.62001805639,309.077148797536,1340.6167763252,225.942862874102,1825.84251467207,287.098172585886,3263.8263723223,359.908086951486,2185.80631579305,309.640811768118,2784.56158510731,363.548880284123,3925.3700172283,5129.69376456813,1695.40732570607,43477.3712796023,17061.8639595728,1147.29413247448,7663.70451451365 -2951,1369.78301642332,2792.16500282505,312.53884925269,1118.70156765105,729.985368561038,1991.23381657133,748.068770828988,2346.54026024648,145.266912488273,858.187824164241,1178.22055943249,4762.45367680562,659.085785979579,2778.16461984282,741.372638216296,3139.77566916626,501.980428838899,3565.00128990857,131.34224865256,967.391834925149,285.270458684694,1860.09634406643,641.659740604526,4269.19662146735,296.667017807638,1242.95959052574,272.159829627653,1692.83907562467,372.323874016149,3026.0730455791,475.876241111852,2026.58132527178,360.06985972486,2581.72028631925,422.757560863986,3639.426565025,7320.76629720011,2303.32656264599,52180.3217517382,18950.0228272443,1685.59740512858,8338.06831480441 -2952,1392.77886213665,2634.71624468424,311.905017278165,1055.6185577363,696.595069267905,1878.94915887025,736.774054960279,2214.22005369372,137.119638203883,809.795051162106,1110.57743768566,4493.90134685467,621.246843427009,2621.50533614633,698.82650027829,2962.72532312626,476.653232873897,3363.97268834005,129.826213332604,912.841103542723,278.76581957773,1755.20646144875,627.27718541703,4028.45880488815,299.910391168583,1172.8697341779,263.001276385346,1597.38074493159,351.769562531614,2855.43433239856,449.064685524144,1912.30343961225,355.913705626734,2436.13839823721,417.877825663597,3434.20116021257,6694.67043973943,2151.6078885398,50658.1600775954,18912.0388280571,1538.44207610942,8393.90290289885 -2953,1436.64832246918,2533.80088295047,326.270368253068,1015.18607138345,770.214637982362,1806.98132004537,787.933191954192,2129.41061050321,152.950919285333,778.778139688957,1240.67661117821,4321.77515264735,694.023129097948,2521.09598093855,780.762276030772,2849.24650038612,528.24810935779,3235.1252189432,138.556902909145,877.877304175211,300.479247923761,1687.97823703107,675.904577017449,3874.16007220865,312.135531166195,1127.9462727881,285.402895657694,1536.19758867081,391.990338769127,2746.0649879227,501.058490237868,1839.05805930135,379.848564389828,2342.82899985792,445.979712664196,3302.66378762128,7726.40149976849,2429.52049453813,54899.555278087,19919.1511048004,1779.2417054135,8769.8827203341 -2954,1647.40908346102,2532.69620567868,376.119045633544,1014.74347426098,914.050765083651,1806.19351891693,919.653358531427,2128.48223782816,182.165586130185,778.438610834707,1478.68577453401,4319.89096087164,827.16327441697,2519.99684270361,930.571567455498,2848.00429628402,627.105212301945,3233.71478084412,161.748043805006,877.494570428501,352.016047187301,1687.24231843293,791.736264384648,3872.4710300239,359.28230289175,1127.4545148841,335.177647153036,1535.52784284642,466.647055304857,2744.86776852024,596.844664932403,1838.25627347307,443.426209320529,2341.80758181151,520.626144100912,3301.22390430325,9344.44144908395,2910.05766349408,64505.7237732325,23080.4621761961,2153.81890655318,10123.0184878803 -2955,2122.1779857347,2559.92321207567,481.010726898932,1025.65217582695,1140.3170728738,1825.61047164245,1164.62449065228,2151.36386073078,226.32503682805,786.806986398007,1835.93626559871,4366.33067936699,1027.00592595615,2547.0873283303,1155.36022629274,2878.62092966457,781.315093248262,3268.47788145867,205.082683553742,886.927817980583,444.148587031763,1705.38052122814,999.124046165512,3914.10089201454,460.875487075276,1139.57488337529,421.631691974928,1552.0350837489,580.020849548523,2774.37566296287,741.434024938132,1858.0179074207,562.226502566844,2366.98249614492,660.109416155718,3336.71274191387,11443.7029246286,3596.89250633965,81184.026871351,29436.7759716247,2635.41816516135,12961.9220097299 -2956,2556.61544941223,2560.89792472008,549.538648861705,1026.04270165984,1130.04633373226,1826.30558843426,1273.26809071766,2152.18301090992,216.160739064057,787.106569883453,1745.21205943023,4367.99319709517,976.255636249164,2548.05715360225,1098.29617400471,2879.71698918908,761.170009993425,3269.72238234994,227.203259203313,887.265523328455,473.835525830458,1706.02985943865,1067.31846971806,3915.59121938566,544.428007170726,1140.00878625286,434.264498154598,1552.62603437334,555.705076409688,2775.43203021102,707.489784130099,1858.7253636207,622.869232936443,2367.88374496254,731.309968167415,3337.98322381151,9789.09870936462,3316.35099646091,84969.6284095737,33539.6317318532,2238.54470204906,15155.4832625251 -2957,2589.48306824171,2533.47597453357,553.039104403952,1015.05589442221,1132.97904309387,1806.74961145137,1283.23012108624,2129.13755691204,215.759429468753,778.678277235602,1741.43324452844,4321.22097290399,974.141801814958,2520.77270166687,1095.96933053371,2848.88114248605,760.571506753837,3234.71037994758,229.63928676166,877.764734270033,476.687391911107,1687.76178816153,1073.92177831237,3873.6632899933,550.997353161462,1127.80163662497,434.874428623589,1536.00060258167,554.786269575395,2745.71286095253,706.134210594755,1838.82223751809,629.547511329104,2342.52857969999,739.150926269849,3302.2402881782,9696.65775874832,3304.63294426593,85361.4127969395,33876.1523199779,2216.24844007646,15340.2159895171 -2958,2480.85992032327,2671.2355170873,526.191253250258,1070.25027443121,1074.66539461278,1904.99289557348,1224.07917127689,2244.91091289508,203.584744176278,821.01945763233,1642.64526796884,4556.19041034277,918.880712832202,2657.84149480097,1033.88974885947,3003.7910634499,718.556255233239,3410.60003775948,219.701579347367,925.493810637176,453.849449404146,1779.53502548997,1022.64925502524,4084.29646283596,527.96060833241,1189.12664586703,411.50547713723,1619.52171843234,523.591034772025,2895.0129338606,666.248150828385,1938.80949329807,602.303658331607,2469.90522301626,707.1639533792,3481.80193236773,9077.32457750742,3113.64693604938,81110.3727038761,32373.605256195,2073.55236345182,14694.4723152792 -2959,2413.39495242853,2903.93218088097,511.305626771806,1163.48191450612,1043.25892730942,2070.94063343298,1189.18754932934,2440.46958849786,197.382059976381,892.540103220723,1592.48796563164,4953.0892615723,890.823177450664,2889.37137854815,1002.32337335264,3265.45730542926,696.857751701925,3707.70422241279,213.703413716071,1006.11542588576,440.708879696388,1934.55387758543,993.100850512444,4440.08768931775,513.304988984377,1292.71384420704,399.362398829185,1760.6014915972,507.661717561691,3147.20329560131,645.940729991044,2107.70306256069,585.859911710667,2685.06360257731,687.857371544646,3785.10865634232,8785.58264222285,3017.82896896542,78756.9623731181,31472.3305981787,2006.66357753402,14293.1403240214 -2960,2270.63294646262,3106.28275655491,480.265024159642,1244.55516984472,978.290798396569,2215.24704393414,1117.75868325737,2610.52535956531,184.759354384673,954.733705704926,1490.48549758193,5298.22833542613,833.763931379808,3090.70733454408,938.171186084332,3492.99952213208,652.69565533311,3966.06290198992,200.96784643646,1076.2231360323,413.984961343123,2069.35664377225,932.918185576672,4749.48000429381,483.292451159326,1382.79218428646,374.189691454988,1883.28298109707,475.230348501566,3366.50538633907,604.619770914999,2254.57113712072,550.945830591068,2872.16307042296,646.864793645436,4048.86099899068,8201.4623359927,2823.61567732691,73903.8963466438,29591.654445307,1872.88600569842,13449.4093991726 -2961,2196.30562638843,3270.94439708873,465.052316277092,1310.52807445845,950.639456833539,2332.67557218778,1083.51230293469,2748.9072848598,179.718659951772,1005.3433992116,1450.01453196005,5579.0833116169,811.124844009703,3254.54333403318,912.696782884619,3678.16071857641,634.539355250988,4176.30082142076,194.751361297873,1133.27289004635,401.534757056709,2179.05163502637,904.832576315024,5001.24625691176,467.677878852432,1456.09292585658,363.235995169158,1983.11435176109,462.224409363615,3544.96122671959,588.139334517765,2374.08420506506,533.90356921062,3024.41420791471,626.855496398758,4263.48798134775,8004.34475220644,2749.3582359805,71714.0202091071,28657.6146788611,1828.29348175322,13017.629739348 -2962,2108.12329328751,3423.06472526636,446.43574990202,1371.47620948332,905.162074083636,2441.16025749425,1035.91808097902,2876.74946972694,171.063308748811,1052.09844890165,1379.88247739525,5838.54720988704,771.893615242598,3405.90090540679,868.517546305656,3849.21927160407,604.533795229615,4370.52615037728,186.101898908709,1185.97749856922,383.619776894428,2280.3918015334,864.468981584175,5233.83694924383,448.333621137536,1523.81077943293,347.222114986218,2075.34215186437,440.025971222015,3709.82513136607,559.790889339099,2484.49466288797,510.191391742118,3165.06926835003,599.015059220767,4461.76808402429,7577.65834426383,2611.4721448661,68491.2707011578,27447.6189369754,1730.18992907378,12473.6638851563 -2963,2049.72652217536,3385.57073391575,432.95420323658,1356.45396443012,870.145723593032,2414.42139950411,1002.38109800341,2845.23945504925,164.126636208036,1040.57445700867,1323.49518272355,5774.59561791981,740.351079228915,3368.59491520865,833.03450597129,3807.05746466806,580.798705248177,4322.65429201879,180.031976877573,1172.98708394307,370.723916937544,2255.41389508261,835.440030976095,5176.50895428743,435.707502588763,1507.11996206033,334.744926181782,2052.6102239177,422.273412729281,3669.1901558247,537.057386610896,2457.28114842726,493.55092763621,3130.40118892527,579.477511639212,4412.8968217557,7210.70622298916,2499.04658215274,66094.0765354297,26612.6020261395,1645.4641335779,12108.4337174843 -2964,2049.49015528827,3258.01319715352,434.896360827497,1305.34709352627,884.981065641061,2323.45368072585,1009.1081978062,2738.03988224192,167.625951424437,1001.36892122588,1352.39295760906,5557.02722230462,756.516229735754,3241.67697330029,851.168954248647,3663.61964851479,591.836425267901,4159.79042737082,181.189230198327,1128.7926615425,374.024315421384,2170.43707331546,842.802783457352,4981.47456182244,435.598641934274,1450.33647558942,339.346507514027,1975.27439942199,431.13421192428,3530.94674135381,548.561004438172,2364.69861063367,496.723494309501,3012.457629,583.202418104595,4246.63290562185,7458.15833098034,2561.43371255059,66865.9324911113,26716.481430362,1703.43441470666,12128.9718085557 -2965,2026.83673468128,3137.73352194643,428.261507108233,1257.1561517035,863.364388170603,2237.67617242092,992.310389186577,2636.95663677568,162.83595897197,964.400277663366,1313.20676721129,5351.87230457754,734.595833854781,3122.00040053026,826.557417638457,3528.36575151073,576.015968340644,4006.21884516518,178.394420640779,1087.11977488105,367.082650842113,2090.30864827903,827.25625771084,4797.56795798429,430.761210392025,1396.79280045106,331.662393971511,1902.35101058645,418.9276698704,3400.59087674448,532.843346709679,2277.39841765158,489.061628492005,2901.24340018477,574.206631267155,4089.85526363494,7170.49604615004,2481.6138393956,65481.6868953119,26334.937789512,1636.54562878886,11980.576177054 -2966,2107.21872962445,3060.01634510149,447.820341734466,1226.01818977006,911.85584058481,2182.25213032257,1039.2452579798,2571.64298797812,172.653299941929,940.513460505619,1393.02515849142,5219.31407315438,779.245510633318,3044.67291062683,876.784826092349,3440.97317238767,609.720161693051,3906.9905275622,186.579151516979,1060.19337109146,385.245217487989,2038.53468922784,868.07955757412,4678.73905335985,448.445216019076,1362.19623820983,349.467324713052,1855.23249370896,444.049486084385,3316.36309873314,565.018776328454,2220.99051228516,511.499761908427,2829.38374581154,600.55121495632,3988.55539142752,7691.83823896988,2640.17545102943,68841.274395756,27493.0636956905,1756.9454434409,12481.3047439121 -2967,2221.09973726464,3046.8252159115,472.341332804552,1220.73306625874,959.711877261275,2172.84487018741,1094.42378916348,2560.55714036843,181.967335678332,936.459091782291,1468.14018555187,5196.81463574702,821.264168560031,3031.54792396797,924.017337761553,3426.13981317084,642.546083707007,3890.14825909666,196.257925830293,1055.62308578994,405.767353980045,2029.74696674167,914.278709620159,4658.56992864327,472.329318925449,1356.32407788981,368.657574803115,1847.23495096996,468.011460633272,3302.06690905875,595.49690596468,2211.41625859721,538.033759499122,2817.18682843926,631.704747523541,3971.36151286083,8102.05948412242,2780.59526749267,72534.9934042345,28964.2635932528,1850.58974372582,13143.776658246 -2968,2305.09998686004,3125.58209086612,488.900499411521,1252.28759093256,981.428263670784,2229.01037349343,1128.04994995359,2626.74455324168,185.424711875818,960.665466078541,1495.38785244734,5331.1462272976,836.506263775687,3109.90989876062,941.175627068672,3514.70152765114,656.058995266378,3990.7040502187,202.533646273414,1082.90971021873,417.428158251678,2082.21355629671,940.65970552366,4778.98852286438,489.56694502634,1391.38347192477,378.283891352503,1894.98381798261,477.039217397776,3387.42148381099,606.760787626035,2268.57878726521,555.238412250306,2890.00781915854,651.904708270492,4074.01657178399,8166.82769474058,2824.40199536277,74505.5805331809,29945.9827566181,1863.96750090938,13614.717806205 -2969,2379.06063137929,3256.32369481634,502.036319545402,1304.67018191423,998.664067662483,2322.24881132037,1156.65326738142,2736.62002157825,188.026085221063,1000.84964305528,1515.72283058115,5554.14552419239,847.881464232767,3239.9959424108,953.983301416636,3661.71981153313,666.28358079726,4157.63329195609,207.911046496759,1128.2073054606,427.218812178877,2169.31155347064,962.827905741033,4978.89132707,504.663475446432,1449.58437708124,385.798552492652,1974.25008475153,483.866700582308,3529.11570433494,615.222864188896,2363.47235291535,569.980353735003,3010.89546399425,669.21320287549,4244.43073645155,8192.53730821522,2855.01079492891,76135.2114300743,30792.9692633851,1868.4267533039,14025.602083655 -2970,2457.20166910748,3289.20403959341,519.325915176621,1317.84393533131,1037.48072243598,2345.69744503448,1197.84730538627,2764.25271975766,195.614769337575,1010.95560438402,1577.17371537874,5610.22785411191,882.256526169788,3272.71141963205,992.656051811517,3698.6935958261,692.675925142795,4199.61450417825,215.21302855626,1139.5992457774,442.771345762255,2191.21592124604,997.834014165671,5029.16509552312,521.497388769112,1464.22138450706,400.333725035024,1994.18484233295,503.337462993405,3564.75053428179,640.074719121183,2387.33723648286,589.998464303774,3041.29762613232,692.71644084055,4287.28837564112,8561.33911881816,2974.10424312615,78955.8122057462,31851.8345327228,1953.15254879978,14497.1453143361 -2971,2414.46903834818,3285.17521808525,507.748392994071,1316.22975818475,1006.86017360582,2342.82428903551,1169.86972894955,2760.866891248,189.112771180625,1009.71732313612,1524.16214745763,5603.35609840072,852.602340771663,3268.70279930971,959.299484850829,3694.16320606262,670.573792055578,4194.47055535758,210.621578559161,1138.20339380324,431.646601556367,2188.53198381732,972.900189823922,5023.00506158754,511.676466736277,1462.42791516444,388.827413031621,1991.74224081376,486.730373779581,3560.38420630369,618.753451195702,2384.41307747971,577.411175953302,3037.57245580497,677.937721719201,4282.03703841438,8195.65370373392,2867.55714817827,76879.8554795277,31193.3383196732,1868.4267533039,14224.079774493 -2972,2221.90910487169,3348.33667181991,468.129936218621,1341.53586195606,937.296786228358,2387.86791018721,1082.46739965663,2813.94788536337,176.239363608484,1029.1303558533,1420.87490418382,5711.08737404765,794.824403211675,3331.54755093648,894.328231425186,3765.18794688726,624.19651468041,4275.11430807591,194.957159709858,1160.08672611459,399.856922433708,2230.60914940707,901.222914387465,5119.5783889583,471.588087275567,1490.54485474059,360.38512291411,2030.03588637092,453.499607635386,3628.83688459194,576.669713450917,2430.25629322312,534.467757855897,3095.97344795809,627.517909564155,4364.36436232789,7702.14571468484,2680.36666101659,71270.2774271712,28793.0850251436,1756.9454434409,13118.2128625463 -2973,1883.76813660461,3293.10289017103,399.317280225304,1319.40603866289,794.044371558283,2348.47791220174,916.724479256593,2767.52932047425,150.11125774201,1012.15393832581,1210.27974984369,5616.8779250246,677.019403366306,3276.59072071986,761.64957619208,3703.07783392411,531.471325591118,4204.59250774335,164.470457234262,1140.95006716889,338.980878378882,2193.81327408807,763.881339021819,5035.12640500761,398.976825597589,1465.95699601733,307.866744013231,1996.5486448307,386.255265979471,3568.9760032744,491.18066118643,2390.16706128284,450.889603861444,3044.9026214028,529.388906066864,4292.37030323169,6567.6756567958,2279.70685495184,60525.3061682322,24399.4199051545,1498.30880455874,11095.7547151306 -2974,1498.87039378232,3049.94430393738,327.945594087796,1221.98275195448,691.57221636137,2175.06924931533,761.298595789887,2563.17842729832,134.019731310096,937.41776126049,1083.32466393046,5202.13470537833,606.001891480814,3034.65137236407,681.662131001909,3429.64721215469,469.627560752837,3894.13067160607,135.063151064039,1056.70374552373,285.10464639821,2031.82485405417,641.9244949,4663.33898779582,319.801686382976,1357.71257046511,265.112580882873,1849.12599755395,344.266522673952,3305.44729245026,438.744898587145,2213.68012392706,370.270574446102,2820.07083164934,434.734206945713,3975.42706479224,6247.43475585789,2071.99495717005,51433.0225520649,19887.0161268884,1431.42001864093,8922.79331022935 -2975,1201.11821494529,2855.65135867347,280.265910908129,1144.13784585818,588.5540422447,2036.50914182193,633.589209641877,2399.89430265584,110.82707959531,877.700717397467,902.30442425995,4870.73912144496,504.740827933495,2841.33264446972,572.151330058476,3211.16576080311,407.159560492972,3646.05987357473,115.600429120074,989.387734957839,237.032828370795,1902.38995432666,534.244836936753,4366.266721416,271.844273378803,1271.22116345911,206.821915753052,1731.32970344949,283.337758562882,3094.87784400633,381.369142839102,2072.66035822356,316.914250550919,2640.42169280222,372.088615437908,3722.17738016579,5508.28626228888,1803.38920132994,42608.181221041,15941.8030417481,1332.3165827221,7146.53513884663 -2976,1288.11198913998,2752.39668407187,298.664416600429,1102.76809649622,618.430610513899,1962.87302089865,672.887175330502,2313.11889691651,116.097385459094,845.964804784323,944.75926028221,4694.62288038964,528.48967422917,2738.59570610064,599.068950744783,3095.05639236902,424.895339391942,3514.2255988197,122.77912127047,953.613441881901,251.145505023239,1833.60331652414,566.102898631127,4208.39119919082,291.05699658808,1225.25633404078,213.910785613249,1668.72826416146,296.906732448637,2982.97321540243,399.416024949447,1997.71708120271,336.59436644751,2544.94929492941,395.19501429151,3587.59084773384,5774.29926031698,1884.64456886721,45025.7546845704,16978.7195561432,1379.74532838535,7636.06800979786 -2977,1297.44783870264,2714.51281144538,303.688291511796,1087.5896426251,656.148800092724,1935.85611888884,696.491780005093,2281.28122534547,123.828776722926,834.32098065955,1008.86443016651,4630.00628778171,564.349518924883,2700.90178955665,639.821540685224,3052.45616587593,452.422561872103,3465.85594493338,127.061952896557,940.487946426894,261.383148439373,1808.36567730858,589.05812739748,4150.46707906846,295.573322238664,1208.39195720069,224.720460988437,1645.7599582579,316.429657233355,2941.91569706051,426.247834165571,1970.22058700694,348.335589082655,2509.92071947446,408.980368740749,3538.21139763567,6341.93801528653,2030.19445743053,47050.5064159849,17373.1125800771,1513.40815707268,7774.05790176479 -2978,1451.08873832431,2755.12588451872,339.57963553461,1103.86157084865,746.691295990733,1964.81935151181,785.788284354577,2315.41252165586,140.957007368981,846.80364009342,1148.83598235301,4699.27793862929,642.64832278556,2741.31122187934,728.638009154391,3098.12536470792,515.734368058302,3517.71020775349,143.624869938499,954.559018603008,295.32652301243,1835.42146687281,665.564082852992,4212.56412353994,331.329730057582,1226.4712643427,254.910533881785,1670.38292896708,360.110075042652,2985.93104916221,485.290207279259,1999.69796222261,393.74220635249,2547.47279628122,462.292219887491,3591.14820361987,7331.79690405854,2320.74278024521,53260.9769306878,19534.1744064246,1737.6167729353,8731.64201621972 -2979,1831.75848534932,2886.25736974482,422.60368558444,1156.40037064824,893.606690444012,2058.33583335842,964.668382104493,2425.61564688579,167.339099539846,887.107649301955,1362.20808032248,4922.94223616477,762.006719454565,2871.78519187538,863.894868354083,3245.582068147,623.350855123125,3685.13724501873,176.750496419219,999.991694673723,360.305768563641,1922.7791968115,812.260917758184,4413.06305291153,415.145235787674,1284.84572896665,317.627484426902,1749.88557369289,427.855187703055,3128.04781248671,575.796123972092,2094.87450760782,484.554871755861,2668.72093714712,568.915253958775,3762.07055611701,8681.59421204688,2738.50033524731,64837.8525673776,24309.0649306279,2004.94243030996,10925.4363671426 -2980,2479.87199430583,3166.39010142582,558.841800013544,1268.63762230236,1106.33346613454,2258.11262587868,1248.94494688112,2661.03967535016,204.11445945916,973.208040659653,1657.86716840892,5400.75037309004,927.395704473905,3150.51329112047,1051.26219841576,3560.58993271775,773.862608454193,4042.80720677885,229.713494102526,1097.04832171736,461.580443850698,2109.39921014379,1041.12224408165,4841.38362510011,555.857813134177,1409.54955739756,408.221253916158,1919.72497575949,522.659700928404,3431.64810389737,701.609997975612,2298.19765006097,629.750947977178,2927.74014106635,739.389780977643,4127.20746757508,10302.6148549997,3294.34185101853,82516.0666255853,32122.1571004216,2315.38512919666,14578.0794749834 -2981,2567.23942395947,3698.12894363268,578.917254726451,1481.68272377591,1161.07354743666,2637.32243730296,1301.42471145395,3107.91391090314,214.413880847885,1136.64100381026,1742.12368345303,6307.71024172466,974.528027023512,3679.58590571187,1104.74302590327,4158.52761814196,817.488906995113,4721.72469784544,239.582190789059,1281.27805518332,481.597268172488,2463.63525113219,1086.25576386307,5654.40780753762,576.397476740218,1646.25830953339,434.725030748794,2242.10860609811,548.906462602351,4007.93230488891,737.130524679286,2684.13902761127,656.80561064697,3419.40197142393,771.154625746985,4820.29847975568,10792.2943119347,3467.35536666516,86225.1563353647,33421.9023997862,2453.35966203519,15139.5186097692 -2982,2491.11959041224,4120.50489981356,560.36606143624,1650.91077578559,1131.62922255721,2938.54005388475,1265.97463058255,3462.87938935293,208.655724025799,1266.46066076012,1695.49562606668,7028.13540408889,948.444718932207,4099.84399810497,1075.25622980372,4633.487281742,782.120481528693,5261.00902634598,233.42263874656,1427.61720450461,468.490657020536,2745.0154600807,1056.75401313416,6300.21706425849,560.103049502476,1834.28310212672,407.906436536314,2498.18749918068,534.132447569894,4465.69196264785,717.365443739372,2990.70372710931,639.919429218955,3809.94356671733,751.328581772438,5370.84125706191,10159.5504511952,3365.4154784321,83591.7956525579,32420.1070054212,2392.99580391833,14702.9934404635 -2983,2394.61341942779,4339.62055314137,536.032784357945,1738.70108353126,1072.42692177487,3094.80248758942,1208.05132352228,3647.02456045266,197.009530889335,1333.80710539339,1600.24421099965,7401.86981727037,895.161950046085,4317.86096884744,1014.84232828724,4879.88174494745,737.878064527252,5540.77314700591,223.197496518087,1503.53345362282,446.174020379971,2890.98685692522,1006.56548368517,6635.24304085773,537.335850011266,1931.82458067922,385.564176446459,2631.03335164966,504.448866430774,4703.16359191362,677.204621315888,3149.74006294891,611.887584434478,4012.5445328759,718.416428734528,5656.44591464023,9495.57242877779,3169.11501592291,79484.860723089,31031.1575839836,2237.77445447498,14104.0016511317 -2984,2255.92166201812,4396.02399122417,504.402748775747,1761.29953832898,1008.76078539713,3135.02662662408,1137.82504610019,3694.42610661619,185.095950683789,1351.14302349089,1503.39856648236,7498.07428971742,840.987383811966,4373.98159064471,953.466316611102,4943.30713075757,690.350577315209,5612.78835001756,210.288042479449,1523.07535942273,420.088474414689,2928.56193893665,947.740148264758,6721.48341958126,506.598524437645,1956.93312341674,359.6300072568,2665.2297347035,473.959604995553,4764.29211529518,636.237841825866,3190.67824324415,576.496799272019,4064.69685917795,676.864153229504,5729.96455365676,8801.13456487223,2973.34692598182,74714.301671558,29217.5077020117,2099.79992163645,13287.9847497088 -2985,2139.49108266896,4483.81320923321,475.811649332064,1796.472938078,940.546568454082,3197.63354972966,1070.21257387638,3768.20431609356,171.913084762313,1378.12553989376,1395.67117733676,7647.81188891663,780.725669332329,4461.33061881089,885.140808361391,5042.02567011361,641.690673533347,5724.87652357666,198.069123827134,1553.49138878005,394.258281126652,2987.04573316151,889.585403694147,6855.71238976973,479.564256667751,1996.01335340268,335.614485321167,2718.454747736,440.340086772286,4859.43569958939,590.795988060648,3254.39653696868,542.999091030651,4145.86942771339,637.534536911507,5844.39275249946,8084.57638950519,2752.73550730947,69988.1624193744,27579.2739533135,1927.33175558828,12571.0018788184 -2986,2067.83411811485,4556.33190813607,460.909271053208,1825.52809136033,909.233571068784,3249.35029477984,1034.28772929616,3829.14915510703,166.439779496136,1400.41457523361,1351.2647310339,7771.5033412046,755.885110126525,4533.48569681134,856.940806833554,5123.57258662621,617.643036972491,5817.46748967988,191.207858549534,1578.61669374127,381.151669974699,3035.35654809157,859.965805924611,6966.59286568575,463.269829430009,2028.29576228702,321.966435005481,2762.42152158067,426.314748168289,4938.02950755861,571.992010553619,3307.03133497697,524.189189027406,4212.92241201251,615.449855074879,5938.91670755981,7700.94736433803,2659.45998343664,67616.5888326674,26642.1922570467,1866.96789747142,12138.6918408047 -2987,2005.7400184376,4522.67179450411,445.548829980616,1812.04191778202,870.583250842841,3225.34556853129,997.389760799827,3800.86113784374,159.028168761868,1390.06894750398,1290.63593549958,7714.09099925273,721.969917391323,4499.99436062684,818.4863892583,5085.72195613121,590.430726711519,5774.49067835426,184.36325624352,1566.95458958293,367.017440895224,3012.93271058758,828.117040455676,6915.12683726322,448.93184879515,2013.31163312034,308.718571977146,2742.014004264,407.42649207675,4901.54958517947,546.431597503075,3282.60048736444,505.42496793722,4181.79925198596,593.418807139734,5895.04268449528,7282.93032295918,2533.83704583805,65000.0741715836,25754.1233714311,1767.79870199372,11749.9408194383 -2988,1975.61426889644,4472.57151163519,438.705776676413,1791.96886875787,856.555054846272,3189.61652767323,980.868921830025,3758.75677413934,156.433941906734,1374.67034007864,1269.54351788991,7628.63749771658,710.171012231172,4450.14528896749,805.070008999055,5029.38443703365,578.175039626175,5710.52326494145,181.517384633971,1549.59651635811,360.868716762147,2979.55669129542,814.28419044674,6838.52392943286,441.464479307451,1991.0090016437,301.539008587578,2711.63911006736,400.788160988981,4847.25225124249,537.510160466003,3246.2372002556,497.623117414956,4135.47501380442,584.25866443982,5829.73984594385,7078.41875564684,2488.66731606194,63907.7812578103,25340.1794672091,1737.6167729353,11564.3424076546 -2989,1970.31859812089,4383.48267256483,436.880497651929,1756.27476621472,851.556641769576,3126.08277918183,977.359018565567,3683.88636089166,155.277071196269,1347.28837773696,1260.02969192266,7476.68320104583,704.849065151659,4361.50315625767,799.075244455524,4929.20448025303,573.231555551944,5596.77575149546,180.927034680331,1518.73021174773,359.378067329172,2920.20710999051,810.947384449574,6702.30784965792,440.596631684626,1951.35023261706,297.923077781901,2657.62616032129,397.850459142782,4750.70017272995,533.510600368116,3181.57562854782,496.004695108527,4053.10077629344,582.358476883892,5713.61766576043,7052.41132528135,2470.82398107564,63580.5780467457,25248.448810344,1720.36995633048,11533.688696451 -2990,2024.26507741814,4290.88486419273,449.653964748092,1719.17476915792,876.021829305992,3060.04660754284,1004.74754888151,3606.06700382076,159.792139032667,1318.82791368529,1296.71707713056,7318.74383410308,725.371652303705,4269.36964880589,822.34090991249,4825.07870493148,584.849026813749,5478.54803001222,185.972746305058,1486.64816657472,369.51415582869,2858.51990860834,833.810157418308,6560.72658556447,452.717992389509,1910.12941154763,302.229575516472,2601.48578603435,409.408711585733,4650.34516802535,549.033326582355,3114.36721177512,509.837324712225,3967.48203954218,598.599349574716,5592.92174581603,7067.04797210446,2536.10367193872,65272.3538796601,25933.3159694627,1772.11040614493,11846.2575800711 -2991,2102.96970678314,4162.5475585756,465.161864305753,1667.75547809284,893.830061579733,2968.52279623015,1034.64298039273,3498.21211192954,162.649386835176,1279.3827115016,1319.24687878219,7099.84542645555,737.974616927477,4141.67584793428,836.577894400146,4680.76404257618,596.216782538403,5314.68856626078,191.530770545138,1442.18358033262,379.767144453316,2773.0236171126,857.012873924663,6364.49993313007,469.128253283465,1852.99880333585,309.218954180047,2523.67720180339,416.866973936513,4511.25666112218,558.721934094377,3021.21870993651,525.074440179671,3848.81748172842,616.489227318281,5425.64144580722,7167.46693425377,2573.25661153734,67009.5235269559,26805.162086531,1780.73381444734,12266.4976969351 -2992,2192.5137038212,4116.47608460855,484.320321912383,1649.29660116444,923.598411748231,2935.66690238087,1074.12487593427,3459.49356614044,167.72542553998,1265.22238144953,1360.06379534048,7021.26365912866,760.807226081774,4095.83538405417,862.455922888587,4628.95689906638,615.660725685468,5255.86508557309,198.9712079276,1426.22135471429,393.81059482969,2742.33152685104,888.764535483259,6294.05703996037,488.633897685414,1832.48963559001,320.478436647761,2495.74490148297,429.951081170204,4461.32564150094,576.089293991212,2987.77957268104,545.472120835206,3806.21840221806,640.438118035782,5365.58992805096,7351.75751528468,2649.02351454313,69431.5346264418,27883.4276110224,1823.85085595938,12773.1400566846 -2993,2257.12067061836,4094.9674020569,495.570399104656,1640.67898835707,935.004676428026,2920.32797505981,1097.05605435295,3441.41763241115,169.140951076114,1258.61156530473,1370.85815994136,6984.57739445673,766.845494740532,4074.43454963932,869.29067860455,4604.77049243097,628.428610124116,5228.40306919394,203.471073390639,1418.76931521826,401.359189692642,2728.00278132936,905.915652272774,6261.17044665775,502.136778563028,1822.91483494961,331.60185283201,2482.70457677014,433.722965246325,4438.01511205529,580.817237972463,2972.16835545489,557.808333612736,3786.33082321775,654.922049648699,5337.55459683738,7537.15558728884,2669.96753213161,70775.8657752647,28605.1689792838,1815.22744765697,13125.8319583817 -2994,2296.08298492622,4079.95681220549,502.259021773333,1634.66488446953,938.829777194731,2909.62316567764,1109.20077014516,3428.80270693907,169.31338762656,1253.99797497931,1371.71185236379,6958.97459564056,767.32304246003,4059.49922539953,869.823857240294,4587.89115874273,633.246719402919,5209.23773615366,205.921480789105,1413.56864761983,405.128099017361,2718.00296280981,914.513175897329,6238.21938201256,510.106904645439,1816.23272390088,337.495876260647,2473.60392798222,434.279086732939,4421.7470400389,581.302827228038,2961.27351899522,564.526033798974,3772.45157743901,662.809292828452,5317.9891558958,7509.47586821555,2666.80150760224,71392.3765362215,29020.0302109869,1797.98063105215,13332.0310253809 -2995,2242.45412750274,3997.56100962488,486.897709181934,1601.65239651787,898.48495890201,2850.86255938251,1072.72201192128,3359.55713304388,161.124708256372,1228.67315554157,1304.53137897357,6818.43627052141,729.742901159317,3977.51656917349,827.211070873576,4495.23748823177,608.582149019657,5104.03580783434,199.656050587953,1385.02125641339,390.716964833609,2663.11217698894,882.160245191532,6112.23689829677,496.940608781271,1779.5534256026,328.566233409488,2423.64884505024,413.451364033148,4332.44869377149,553.024325323454,2901.46982020891,547.349591361078,3696.26592407874,642.64245377418,5210.59096400706,7145.63445400195,2531.07533409482,68802.7232121946,28213.994655275,1681.56461896964,12991.6610042737 -2996,2017.47621814679,3981.44574250168,435.346649522355,1595.19569550787,794.161332679459,2839.36994887191,957.433514314165,3346.01383489675,141.523398004061,1223.7200363619,1145.14901865508,6790.94927992953,640.585869073246,3961.48210669878,726.175742818875,4477.11595044143,539.479453157332,5083.46003669498,178.676790544069,1379.43785506825,347.803572240694,2652.37643987126,785.429896472622,6087.59679146683,446.520551269242,1772.37955664987,295.237951584118,2413.87845043792,363.296668144107,4314.98340235264,485.613602533177,2889.77319792097,489.835735015315,3681.3652602536,575.115508744135,5189.58563974746,6216.89328175264,2216.6322236165,61154.0097281592,25296.0107530068,1453.04429895582,11673.3305471586 -2997,1721.92352155013,3724.70613949902,374.827982969914,1492.33107394482,683.269279279918,2656.27597733557,819.553943926073,3130.2494319206,122.729719239617,1144.80965640416,993.416254050666,6353.04161148425,555.707950743317,3706.02983906674,629.846869667348,4188.41354281023,461.582569242874,4755.65812851654,152.245384418757,1290.48616510888,298.369202712348,2481.34056038737,673.620469276091,5695.04411473503,380.641166276715,1658.08940850424,249.864507688596,2258.2218786438,314.981682094947,4036.73595222238,421.19247473805,2703.42902256727,417.375024211987,3443.97605126957,490.03948105025,4854.94032669595,5260.79741789901,1916.60265199598,52486.0815818837,21601.9106235416,1271.95272460524,9944.0466530325 -2998,1367.15013549144,3391.87388282648,307.778610459552,1358.97936767829,595.224031182551,2418.91649318562,679.832492859112,2850.5366322112,109.673470847639,1042.51176574351,890.23738174604,5785.34657807975,497.990634910586,3374.86645907503,564.418336859126,3814.14532429277,407.41482835572,4330.70207356984,124.950912862122,1175.17091433432,250.676266299247,2259.61295360282,565.448456033181,5186.14641554315,305.00138018016,1509.9258705153,214.539984020044,2056.43170895342,280.948885831284,3676.02133843809,376.875432128852,2461.85603703877,342.548251825445,3136.2292712177,402.185463483683,4421.11261400502,5035.92885195435,1744.75234973976,44545.5738793178,17560.4456712891,1224.52397894199,7983.32994516839 -2999,844.592047482784,3148.19545068956,181.012538861038,1261.3478008624,400.138187982711,2245.13710194292,436.338219531589,2645.74885964601,79.581982221206,967.615811077597,671.262120087681,5369.71668374524,375.497879810726,3132.40987141041,425.730037780307,3540.13013838865,305.181421602558,4019.57650469692,83.7795013120064,1090.74448346146,173.154930091349,2097.27822041653,390.159220389684,4813.56415835175,183.700117539446,1401.45003046917,143.663448388785,1908.69388851983,198.567076495387,3411.92923265909,281.454493843114,2284.99179031964,229.67836773552,2910.91681620526,269.66507721942,4103.49178631559,3942.81927319694,1274.89471999794,30751.9759277331,11730.298237731,932.259862081002,5224.94153312885 -3000,853.859275362593,3029.41033403014,183.575717128129,1213.75566498,418.962254251632,2160.42543878609,448.841498081064,2545.92164374817,83.5866924004261,931.10652860113,705.668147888641,5167.11095843457,394.744296531339,3014.22036322117,447.599851159937,3406.55686504378,319.47704468293,3867.91315611819,86.3516812055857,1049.58941137558,178.81515092955,2018.145446743,402.885086461536,4631.94272186432,186.503025179565,1348.57167270229,148.490631944825,1836.67662346556,208.427991831655,3283.19313025276,295.733714716478,2198.7763629009,236.729902660266,2801.08450146664,277.944275337838,3948.6622154763,4217.66960076422,1348.44923305108,31844.8713971913,11982.7253433234,998.399919863776,5321.3771100675 -3001,862.743358241955,2964.36443416878,186.993068565096,1187.694543925,442.585506450949,2114.03792397152,464.327693242168,2491.25695787387,88.6388977552108,911.114300628805,749.125691503593,5056.16547897958,419.054048267464,2949.50061439621,475.248303071149,3333.413073915,337.660239115425,3784.86336619733,89.4468453891811,1027.05318147599,185.908259044689,1974.81289282652,418.810986737171,4532.4880923394,189.822126363291,1319.61585348127,154.682975655538,1797.24047234875,220.857274790336,3212.69814012978,313.757520561253,2151.5653972842,245.215179445505,2740.94109337863,287.906827937281,3863.8786243698,4570.81303991856,1442.1850109878,33196.5825905987,12279.4970337005,1083.43713701306,5431.42132616375 -3002,990.342590814483,2998.08953326601,214.867951795885,1201.2067544108,522.826371384738,2138.08899463593,541.854588505295,2519.5995890337,104.72266877287,921.479902011493,885.629639020266,5113.6886633307,495.413105846358,2983.05661019797,561.960428163312,3371.33678024274,398.131725517339,3827.92315015074,104.58387541769,1038.73780092566,217.522897809093,1997.28002262385,490.01950725647,4584.05348298747,219.415807184378,1334.62891156413,180.393181269148,1817.68738917614,260.812375586184,3249.24849200166,370.795642350981,2176.04341199831,286.712780826111,2772.12434093362,336.629108537986,3907.83735225243,5470.13269030385,1713.86576258591,38855.1974973552,14233.1515221713,1297.6049431668,6285.50024066656 -3003,1364.86221319119,3100.56443270957,292.499555392371,1242.26408108612,675.651371374808,2211.16901852968,721.27960508119,2605.71967039198,134.229122063226,952.976146286433,1133.408516273,5288.47488160271,634.018339608293,3085.01768333226,719.041615517487,3486.56929538693,512.960528790023,3958.76181775452,139.359270670891,1074.24192797624,287.29128675587,2065.54718649872,647.39533354677,4740.73673560578,299.163462634501,1380.24661643567,237.240915934512,1879.81606490742,334.665920666398,3360.30802134209,474.945892030731,2250.42072039925,382.048225583264,2866.87573508986,448.562332052486,4041.40749259363,6797.45729976785,2171.83914619536,51109.9836068712,19214.6646574976,1609.40807271416,8543.66579319173 -3004,1943.33485578827,3331.11672742491,409.226524910256,1334.63656382358,891.81808353014,2375.58749854817,988.459720258825,2799.47621454119,175.16777609127,1023.83770781938,1476.12510139618,5681.71619168006,825.730857324795,3314.41395022683,936.299253222518,3745.82420499481,673.770087392394,4253.12809883747,191.100900648575,1154.12059102274,389.981174664158,2219.13749369125,879.125355311022,5093.24923994361,421.83338427942,1482.87922788385,319.079597595437,2019.59574593422,437.356668702521,3610.17437377063,619.252225396619,2417.7578851069,523.895967944396,3080.05136608654,615.105584577088,4341.91915475025,8509.32499520038,2793.2958345413,68944.0705468359,26742.5266308814,2009.39794597189,11989.0267031023 -3005,2153.06260644092,3787.73762860629,445.903270617757,1517.58510642655,952.46256425063,2701.22691415065,1076.21622687998,3183.22120354007,184.778934410853,1164.18274375253,1555.3712334762,6460.55121308364,870.060417549882,3768.74527773052,986.648597118174,4259.29213905727,713.318197733812,4836.13594402707,209.173454565759,1312.32446902139,422.019797358235,2523.33114558949,951.747758065673,5791.41872729216,466.219865122348,1686.14849305395,340.909172177414,2296.43672900102,461.719563697116,4105.04777835631,652.906628914091,2749.1779086824,573.441198215614,3502.2568741939,673.276575945012,4937.09824918907,8763.40120534988,2928.27111357869,74240.71510871,29324.4182027524,2066.08942407141,13229.2840780644 -3006,1967.65767571935,4170.60518898563,403.391212016857,1670.98382733514,879.053474648214,2974.2690992379,988.984790978766,3504.98375835451,169.382404347402,1281.85927012278,1426.04461065112,7113.588916376,797.716289644145,4149.69307603586,904.840697103208,4689.82480792742,653.381548566357,5324.97644780657,193.453089634565,1444.97527991327,387.559999186901,2778.39148357191,874.261640406181,6376.81998172631,427.70832129681,1856.58573640926,309.865198051301,2528.5623971988,423.189976023443,4519.98930341601,598.554320991257,3027.06701879304,530.344406028263,3856.26781072695,622.676687467513,5436.14410382912,8066.67059582296,2695.01559314833,68071.8032173486,26883.24235581,1902.31404289502,12153.9378699727 -3007,1848.02871199497,4364.31330288102,378.932362708105,1748.59441641646,816.66757824826,3112.41213395916,923.722517137623,3667.7763897112,157.303343508962,1341.39656273215,1323.9466909354,7443.9869832219,740.603648785864,4342.42990500411,839.998385390675,4907.64861931157,607.414595536526,5572.30054047448,180.517372060373,1512.08866596014,361.605581260697,2907.43677785368,815.716701783381,6672.99804590098,400.917548115842,1942.81680000519,289.357257106722,2646.00411863571,393.095790563864,4729.92492741234,555.795420074893,3167.66230803161,494.881620365892,4035.37619678665,581.039876267814,5688.63149438751,7442.21765551474,2496.14140238359,63487.2039554478,25168.077896956,1754.28629452405,11384.8392274846 -3008,1707.98507864289,4414.02370447406,348.217701495661,1768.51125662269,746.810692418793,3147.86313079755,849.560850883431,3709.55309652225,143.212425147961,1356.6753379257,1204.92865038206,7528.77548411735,674.02604735474,4391.89105031761,764.52173330634,4963.54771885205,553.619987991252,5635.77015835945,166.35339374906,1529.31165835611,331.936596176506,2940.55306438107,748.8975192722,6749.00482856537,370.36982004861,1964.94587201435,264.474765477262,2676.14263487546,357.971376009874,4783.79971854876,505.930431920557,3203.74261540539,456.051603855428,4081.33993893799,535.449603644563,5753.42614510935,6724.19737775062,2268.61370532099,58181.8092873114,23193.7052692872,1584.21186022549,10512.8676491655 -3009,1606.27600138862,4482.77351112354,326.745164494152,1796.05637533762,693.839044036492,3196.89208852199,793.905597265887,3767.33055201787,132.707379363578,1377.80598275526,1116.12225918343,7646.03852878921,624.348565770691,4460.29613392168,708.145199638254,5040.85653475637,513.652450558127,5723.5490500576,155.609563941562,1553.13116814085,309.672969318436,2986.35310265766,698.737016669953,6854.12270017306,347.582046242467,1995.55052160894,246.49196592551,2717.82439760084,331.801424973771,4858.3089028485,468.741052489821,3253.6419136671,426.59779648285,4144.90809136734,500.867926154246,5843.03756578373,6179.59230089909,2096.63851837526,54241.0505703926,21734.6975335871,1455.08127122102,9865.09773808682 -3010,1509.8705321847,4581.15462250311,307.263502364139,1835.47349553511,644.317373637249,3267.0526254862,742.128779756766,3850.01020686147,123.126315072733,1408.04397794117,1035.16736016213,7813.84218120366,579.063136974529,4558.183945931,656.750624661527,5151.48560556794,477.245178300599,5849.16082035626,145.276201567284,1587.21693447742,289.117235242058,3051.89304940765,652.354958575347,7004.54658554263,326.300670075802,2039.34583663943,230.118832687537,2777.47108376667,307.92480479116,4964.93169521163,434.830178688975,3325.04790968796,398.269270218351,4235.87424515205,467.607439770848,5971.27168872748,5687.80742289635,1939.47513713862,50591.1562821301,20363.5880174033,1338.5487884609,9249.55051380476 -3011,1460.94367653798,4559.45099616195,296.455613594252,1826.77777705608,616.20951817657,3251.57467390776,714.459286863802,3831.77044203692,117.493748701514,1401.37324471181,987.44698671565,7776.8234108359,552.368797287094,4536.58914520744,626.472884624829,5127.07998561005,455.965241089696,5821.4499021893,139.809999022448,1579.69735347506,277.925981588393,3037.43443540406,627.129769421023,6971.36192483829,315.521894394136,2029.68425486233,220.650154708104,2764.31256816466,293.914947540074,4941.40989095012,414.870774147757,3309.29520030683,383.283880492361,4215.80641522259,450.013112897732,5942.98225949121,5383.05737280504,1845.92831241217,48562.1599081696,19643.4784435174,1266.10967755596,8933.23479167239 -3012,1404.02959692996,4531.83410218593,283.514926929534,1815.71286414679,584.106433152361,3231.87967266748,681.768837666211,3808.56115694377,111.074174803266,1392.88503497941,933.080849010629,7729.7186809489,521.956877962544,4509.11072696336,591.945681903788,5096.02492558455,431.483255965591,5786.18899799913,133.526003173713,1570.1290229103,264.728053558432,3019.03649564503,597.40878088596,6929.13592804421,302.492561465685,2017.39032409775,209.793878994594,2747.5689454838,277.942973077251,4911.47944687576,392.126608863724,3289.25058204925,366.056541026357,4190.2709990309,429.786515707985,5906.98522583521,5038.3655974676,1739.36186845613,46219.9029250314,18801.8721548196,1184.22198696776,8562.98346208787 -3013,1359.24575680798,4452.2324792143,274.842471084336,1783.81988492965,568.497205062045,3175.11173690627,661.675964866067,3741.66381638728,108.248389184704,1368.41902256652,909.503555350236,7593.94624571768,508.767955906289,4429.90823986174,576.991362568606,5006.51329615736,420.261663195849,5684.55464319361,129.552695073548,1542.54972153247,257.119018097115,2966.00714826711,580.214819328768,6807.42572126562,293.004269643039,1981.95488221165,203.973770361663,2699.30792304667,270.838273025432,4825.20935702968,382.180429791825,3231.47492680953,355.163865554853,4116.66892872279,416.997439396141,5803.22908643481,4929.78610041309,1697.13176310343,44915.538227823,18228.4857177472,1159.02577447908,8296.55479965621 -3014,1354.71959628279,4369.0569077788,273.987639156996,1750.49497681676,560.767905910043,3115.79503807671,656.289383307983,3671.7629234082,106.489103607611,1342.85453672789,894.411991378144,7452.07790856618,500.325873290621,4347.14972467244,567.41343307443,4912.98277944436,414.104030460536,5578.35711577083,128.582784918893,1513.73216648449,254.64712949725,2910.59689271764,574.683036931463,6680.25097758042,291.731864208881,1944.92846217251,201.815388207497,2648.88008037944,266.501483448577,4735.06591832998,375.911789293917,3171.1052639782,352.504893160859,4039.76227747404,413.875543315895,5694.81451067112,4811.92465305322,1665.74087248084,44439.1526941178,18118.8607302039,1130.68003542932,8256.67602429319 -3015,1381.92742477341,4251.96129975971,279.104773086678,1703.57975507181,565.504768487065,3032.28824882045,665.292121150636,3573.3555734712,107.391709113595,1306.86453435932,901.680584583452,7252.3538921187,504.39185773414,4230.64125364423,571.953663305144,4781.30935016901,417.899837224208,5428.85091065461,130.25168839557,1473.16245266434,257.872706341815,2832.58964308799,581.969205760098,6501.2127854829,296.713015396335,1892.80220571971,204.571950704268,2577.88713381711,268.825826536116,4608.16085977371,379.040251889718,3086.11609885266,357.080129590158,3931.49213356925,419.24732254425,5542.18711721792,4814.53949818131,1674.28906381011,45007.7307034378,18417.8909807548,1130.68003542932,8396.60862224656 -3016,1441.28789841445,4229.54288372578,290.762223724189,1694.59765081363,584.268966591279,3016.30054462834,691.651111871512,3554.51509816213,110.668797485149,1299.97410644482,928.892174846498,7214.11594136688,519.613772012153,4208.33524730314,589.244392404166,4756.09995275397,431.306418105902,5400.2273579642,135.337598813519,1465.39522092795,267.739645594328,2817.65484745009,604.254142871032,6466.93521739724,309.688113050199,1882.82242831201,211.95788114208,2564.29525416907,277.092698131703,4583.86438574147,390.550662259517,3069.84458795321,371.022962681195,3910.76338745167,435.61758500833,5512.966000709,4924.50372704807,1721.91392392274,46640.8203233603,19170.1872345338,1155.876247918,8749.43909620533 -3017,1554.21919871245,4208.74898456375,313.653332201597,1686.26642126001,628.757540867802,3001.47136542586,744.188137179537,3537.03986962018,119.242747453887,1293.58298304785,1000.81267090013,7178.64884632805,559.845438562245,4187.64561223427,634.800366646656,4732.71731648786,464.597476875004,5373.67796806072,145.628219631295,1458.19082998212,288.081394862036,2803.80227936367,650.164252034399,6435.14152183848,333.183889613925,1873.56582049631,228.615632517137,2551.68828968078,298.569481310408,4561.32851923537,420.799947725621,3054.75216767048,399.234314567977,3891.5367188114,468.740497105013,5485.86234855228,5300.54443108729,1853.49425251593,50243.2334441189,20650.1645965947,1244.06299162836,9422.05673803423 -3018,1633.5516503319,4187.95509170488,326.302926487535,1677.93519423179,643.107093020257,2986.64219071847,773.140796562226,3519.56464637541,120.739174260793,1287.19186158819,1012.34979821907,7143.18176204017,566.299201880221,4166.95598343695,642.170879763581,4709.3346873096,472.042545548286,5347.12858620502,151.744390816568,1450.98644122013,297.961802630926,2789.9497154763,672.651466431592,6403.34783591718,349.855680737843,1864.30921548652,234.239914757791,2539.08132901397,302.530575563186,4538.79265956044,425.891674563422,3039.65975196265,416.00156899926,3872.31005599921,488.426909045107,5458.75870461136,5242.46917788192,1865.76708517862,51754.0254924509,21557.1615145609,1228.31535882294,9876.98828093737 -3019,1659.92044608715,4058.83801092971,330.423964224004,1626.20348048007,645.005390089499,2894.56228237625,780.993374646453,3411.05443010314,120.656041432225,1247.5069910663,1011.16688742872,6922.95333160932,565.63749242204,4038.48631733053,641.413679693429,4564.14317166441,472.44717617428,5182.27351530235,153.410152730703,1406.25168895266,300.423383657317,2703.9339500529,678.277723633593,6205.92891387591,355.070824130618,1806.83148272796,235.384036982672,2460.79998122627,302.424069412773,4398.8590533938,425.508591858572,2945.94528150413,420.568192952412,3752.9244944689,493.788576376254,5290.4620125118,5179.62900694778,1858.45378200468,52108.5780321222,21831.1110918959,1212.56772601752,10018.1674485994 -3020,1557.06773142045,3991.32283987628,306.959893593536,1599.15302765179,587.252509836234,2846.41380562177,722.585517972848,3354.31456448129,108.816092254768,1226.75581852248,910.891820296446,6807.79614200976,509.544538597786,3971.30967865283,577.791404664455,4488.22269735193,427.557637048256,5096.0709908633,142.365230784237,1382.85993912964,276.703093432456,2658.95640656301,624.90281060903,6102.69878962914,332.012901269429,1776.7764432579,215.125365378033,2419.86675570375,272.967146597913,4325.68793381965,383.559472136715,2896.94209412409,390.288952748018,3690.49792348666,458.237759255916,5202.45986836005,4543.40627957546,1663.43859773181,47848.3789431288,20319.8871980213,1061.39045108547,9360.46355732161 -3021,1272.7118025562,3722.23686200379,249.945336313754,1491.34173964614,473.749324984225,2654.51501090056,587.9309028968,3128.17424687588,87.4188258956727,1144.05070989536,731.393438212582,6348.82989058871,409.134788241036,3703.57294294245,463.960818297895,4185.63685253867,344.130499138144,4752.50538595057,115.804227001457,1289.63064300162,224.719768367588,2479.6955666149,507.535336792228,5691.26861037572,271.530056944506,1656.99018544928,173.903201845346,2256.7248004166,219.372036279799,4034.05981594003,308.066611079612,2701.63679622904,317.472954816415,3441.69288254726,372.744589400032,4851.7217654349,3603.27851761235,1331.92862955475,38762.1873256747,16561.7947733163,840.923591809553,7641.48526635102 -3022,988.278616181185,3391.02913480946,204.033712727424,1358.64091313497,410.291267217288,2418.31406073042,478.559699858286,2849.82670452796,79.1932386473413,1042.25212762687,665.358974700153,5783.90573439911,372.195714366114,3374.02594676606,421.915111735854,3813.19540934586,307.644796426513,4329.62350988637,92.7375289044094,1174.87823738528,186.382956096969,2259.05019577994,420.394663062162,5184.85480298566,211.76226883668,1509.54982266416,150.692290103801,2055.91955352893,198.146899488988,3675.10582334424,279.594411409976,2461.24291046706,254.236465161889,3135.44819162887,298.498707935874,4420.01153352776,3603.6590920843,1235.4510829304,32688.7706552576,13217.7777532674,847.222644931722,5988.86664407914 -3023,722.73647111952,3145.14134182581,172.727819408296,1260.12414954874,340.708195581851,2242.95906273576,367.663128978666,2643.18218131549,74.7583614999864,966.677113315146,637.304339340887,5364.50744576223,356.502208385333,3129.37107636003,401.462146482086,3536.69580814968,277.601231790387,4015.67705676752,77.0259871636019,1089.68633683518,165.766738008524,2095.24362119832,372.978013312993,4808.89445178729,170.329061795553,1400.09046400412,135.661112060344,1906.84223762507,185.121793583402,3408.61927192915,245.996056289667,2282.77508751648,211.163861420812,2908.09289469553,247.927219082146,4099.51093098649,3716.52801879531,1163.13252246376,28340.8295802677,10872.5641687147,853.184045142784,4786.84598379536 -3024,730.175749549304,3013.61996902069,175.08741253409,1207.42913840583,356.429160196389,2149.16453237439,377.749778723115,2532.65139389504,78.4941045669347,926.253269937508,669.762305913154,5140.17813683509,374.658897502934,2998.50917374659,421.944911735476,3388.80067806566,290.360945554418,3847.75221592667,79.337622862481,1044.11857775178,171.109174997437,2007.6261542958,384.969902775693,4607.79938761227,172.816487141962,1341.54243710677,140.085771320307,1827.1032111209,194.244425443306,3266.07995897291,258.314519360895,2187.31555782132,217.501124185607,2786.48425197134,255.367791172924,3928.08038244397,3975.51367968565,1230.28316702534,29328.8362693704,11099.9918453888,913.713994291427,4871.96662002219 -3025,737.116345087812,2955.3320848112,178.238457921167,1184.0756663244,376.129776940446,2107.59649967686,390.207562892347,2483.66615597258,83.2048109883539,908.33815658487,710.742368232079,5040.75946057999,397.582768900977,2940.51355475113,447.828552459197,3323.2562419514,306.589497259005,3773.33097571249,82.1115411476051,1023.92377436363,177.799446176968,1968.79568395764,399.966898438067,4518.67770673457,175.747584797749,1315.59501472438,145.765972672568,1791.76432250741,205.737190465215,3202.90912375661,273.850044713704,2145.00962765278,225.105717361524,2732.5895097344,264.296334275283,3852.10547623446,4308.27016413702,1315.86143270921,30549.1250805829,11366.4816461546,991.538214625398,4968.52237688017 -3026,845.698503573788,2977.10069661763,204.722481200026,1192.79742171092,444.077476175032,2123.12079567116,454.980104766821,2501.96053469367,98.2785721774273,915.028863467284,840.06286707243,5077.88907334699,469.923471105765,2962.17301509195,529.409836883967,3347.73493774201,361.277324870776,3801.12486650724,95.9635229922323,1031.46587065733,207.971146505692,1983.29759025457,467.825571388915,4551.96172966446,203.049843252832,1325.28552541764,169.860641731454,1804.96223762014,242.892318390505,3226.50135751087,323.485578304705,2160.8095041355,263.080407233784,2752.71742719229,308.882368988742,3880.47961028882,5155.85292398622,1563.76486319253,35738.6081413229,13168.8580742264,1187.53995472577,5746.77699067812 -3027,1167.1486353468,3075.67674548356,278.944422026751,1232.29264505466,574.816193631408,2193.42035239765,606.978351723234,2584.80401533536,126.042765420374,945.326773800437,1075.67247179935,5246.02522070632,601.721325312769,3060.25478713842,677.784125652769,3458.58321478819,466.139811174967,3926.98553054592,128.042229972783,1065.61917631642,274.899149156049,2048.96740128741,618.579247101845,4702.68367279828,277.192353203966,1369.16761877891,223.750379869698,1864.72711085367,311.869391417752,3333.33541785869,414.799567378634,2232.35698773645,351.022982004196,2843.86382607806,412.135633325966,4008.96782303946,6407.15019210992,1981.47981849506,47065.5995665005,17797.4655703404,1472.89542928366,7821.12694841685 -3028,1664.41963514479,3320.32989656803,390.65679934202,1330.31474022885,760.308996552464,2367.89486492726,834.048968432683,2790.41094337687,164.608633292656,1020.52231388911,1401.91073155065,5663.31764351995,784.216018792204,3303.68120634654,883.238696061012,3733.69446730467,613.36567628189,4239.35560835789,175.862169193315,1150.38331472097,373.534415780479,2211.95147688327,840.844094340098,5076.75626699826,391.411272651361,1478.07736450852,301.500681515678,2013.05588573319,407.898957863454,3598.48389771703,541.595585423361,2409.92869523047,482.119555908123,3070.0775357362,566.055952742868,4327.85914084231,8021.12335873729,2548.1938565654,63579.232211876,24801.7279563554,1838.95750270641,10990.74158072 -3029,1845.70736032618,3844.66091259236,425.870339221471,1540.39184133176,813.116789292321,2741.8217815416,909.478120117955,3231.05962909285,173.713508703141,1181.67843945062,1477.75130889529,6557.64236021892,826.64054290033,3825.38313883663,931.126432668138,4323.30208900208,649.98602361258,4908.81487977436,192.682654848279,1332.04648404898,404.453663187606,2561.25254075331,910.824961089139,5878.4539459953,432.928896913692,1711.48845028538,322.3993500838,2330.94828521169,430.817414724594,4166.73969669272,571.480567239146,2790.49339834099,528.232287892088,3554.88986575495,620.196852270565,5011.29447745557,8260.85396104356,2671.06874109323,68514.6210711518,27214.0235818075,1890.84031626239,12136.2071804461 -3030,1686.86387845782,4247.34765318616,385.214093687796,1701.73126343568,750.51241868139,3028.99802454443,835.71660160759,3569.47825697292,159.227561540121,1305.44650379508,1354.78802519024,7244.48463007099,757.856008596833,4226.05074066734,853.860906510533,4776.12132752597,595.234735692426,5422.96026451828,178.213702174914,1471.56397835499,371.417675042441,2829.51610441259,836.641495584763,6494.15855897962,397.152517893228,1890.74839577292,292.920650037977,2575.08996345185,394.835832520038,4603.1607141792,523.836119199154,3082.76746795947,488.5661955805,3927.22621628256,573.624944120668,5536.1734941389,7604.02019888796,2458.21461911342,62812.2149218679,24946.0898028661,1740.95663265622,11148.237888047 -3031,1584.56540593746,4465.42360840429,361.910643112122,1789.10500844097,697.428544895353,3184.51899704143,780.824577919238,3752.74966399697,147.889543417996,1372.47339128985,1257.92549292216,7616.44568312504,703.671995509647,4443.03322652059,792.762387339152,5021.34665537418,553.513844949271,5701.39691165915,166.326532705656,1547.12000683399,346.588411702631,2974.79487075327,780.716465935289,6827.5948459822,372.337684784554,1987.82704253168,273.62032591516,2707.30546578567,366.803336454652,4839.50554670407,486.519048679381,3241.04918049748,455.977965310101,4128.86584609508,535.363144722864,5820.42296500149,7015.4426737067,2276.79436371379,58593.832254714,23358.3937997464,1605.4848417045,10444.7161350397 -3032,1464.88461423452,4529.29985183174,332.621124171046,1814.69749799142,638.048240604986,3230.0723708068,718.467193691421,3806.43136859686,134.659534954288,1392.10611869217,1144.98237554539,7725.39613915603,640.492650444486,4506.5891837649,721.624717065277,5093.17517365598,504.638825721952,5782.95329890093,153.321994679926,1569.25098987936,318.207453621556,3017.34821797733,716.889571553562,6925.26108073428,344.045755146917,2016.26217773844,250.155715579539,2746.03247538886,334.075631516863,4908.73289476304,442.978333631144,3287.41119775921,420.326510955168,4187.92775443633,493.504817853011,5903.68197618766,6338.65333122072,2069.19033642662,53709.3228316668,21530.1256204629,1449.83640103655,9646.68958100712 -3033,1377.97971054417,4600.64889430068,312.16157480013,1843.2840197692,593.023040593716,3280.95497480777,671.687852934016,3866.39322633593,124.799502249767,1414.03565346203,1060.73403240458,7847.09256802,593.364899182714,4577.58047018469,668.506093961588,5173.40681732161,468.36383492825,5874.05086232507,143.457812752711,1593.97104798636,296.91358509849,3064.87982621497,668.983094873882,7034.35316187746,322.945597270172,2048.02390260852,233.225988515203,2789.2901077199,309.699970957969,4986.05906066823,410.525262192921,3339.19704741254,393.284225329097,4253.89923898869,461.75450495484,5996.68135132768,5825.33511556437,1912.28804420286,50083.5785670811,20179.7403570794,1331.65888127016,9054.20046349804 -3034,1295.51727275094,4680.51044022393,293.597959565719,1875.28113904009,550.87163170096,3337.90827474713,628.128275884086,3933.50900658704,115.805025999094,1438.58155467522,983.920840734179,7983.30834059533,550.396303531938,4657.04157694073,620.072484858415,5263.21072881615,435.314585129829,5976.0170834984,133.959623103577,1621.64040397804,277.247459577879,3118.08233016908,624.673509702257,7156.46078864585,303.231555240529,2083.57505174157,217.810683116756,2837.70871673545,287.455843035669,5072.61084799174,380.922728999547,3397.16135733393,367.245293837596,4327.74164192629,431.182228860242,6100.77628535307,5361.80052224667,1768.9189355354,46724.5027321779,18910.3353567477,1225.01087562731,8491.03596188552 -3035,1253.80338353534,4623.00233117249,283.312072963856,1852.2400896453,527.03407004824,3296.89633907912,604.965523465379,3885.17909304564,110.522670136855,1420.90610966079,938.684234512492,7885.21968712352,525.091360473544,4599.82182318006,591.567820421329,5198.54314599178,416.036167728028,5902.59145043547,128.950522170204,1601.71576661525,266.559775505047,3079.77133375858,600.618830367316,7068.53137737503,293.275423059571,2057.97475390596,208.909873074752,2802.84259167871,274.418318237533,5010.28511203891,363.532208177393,3355.4213957853,353.513031074238,4274.56790340591,415.059196748039,6025.8177712343,5074.57118826029,1683.56042815294,44861.0629408835,18245.0861396869,1158.71616941689,8202.35424373517 -3036,1205.25940425286,4566.01406802431,270.988501076572,1829.40732035799,499.797077240124,3256.25513176741,577.55717421468,3837.28605889349,104.501321565813,1403.39044224695,887.14053372717,7788.01770833996,496.258286502442,4543.11930872824,559.057559809325,5134.4601273021,393.836275267554,5829.82955010817,123.190044958442,1581.97123848015,253.948139693406,3041.80665050047,572.259177808177,6981.39680608381,281.228310196752,2032.60587056426,198.700535944806,2768.2916397788,259.552375686152,4948.52277104094,343.709687814463,3314.05874360001,337.720898360917,4221.87483014452,396.517673967361,5951.53684636551,4749.69224674712,1586.32530995201,42708.8374424276,17467.0749153916,1083.77432761381,7864.19384216566 -3037,1166.69520605277,4464.77379787364,262.681245127916,1788.84465704391,486.351720638211,3184.05558434852,560.425323637094,3752.20356211181,101.836024826584,1372.27366832045,864.670628793774,7615.33733438927,483.688827554071,4442.38667424878,544.897922127479,5020.61594666189,383.53548688511,5700.56724171571,119.510062152437,1546.89486920746,246.630041097119,2974.36197721325,555.746387053086,6826.60129118896,272.381358789238,1987.53777301133,193.160774251895,2706.91149742888,252.899720344633,4838.80129959491,334.950014410535,3240.57754150586,327.63236320683,4128.2650116073,384.67273777167,5819.57597433114,4647.31006399849,1547.82946125929,41499.054512232,16932.9235814484,1060.7152993667,7618.80295642298 -3038,1163.04683214599,4386.86167723919,261.904556524687,1757.62858943881,479.913270431915,3128.4925179928,556.077848150229,3686.72608221899,100.193929058044,1348.32693407815,850.426023252141,7482.44659727029,475.720525724489,4364.86521803665,535.922474560426,4933.00415421636,378.044091847583,5601.09002232491,118.643226611315,1519.90092391153,244.295781150317,2922.45814968014,550.530841952318,6707.47431916281,271.248564193378,1952.85442963342,191.178496553802,2659.67478966221,248.884984050023,4754.3622467677,329.536229273889,3184.02814398446,325.25596600868,4056.22510630493,381.882612866738,5718.02200410103,4536.24987895809,1519.16458798217,41067.7997235475,16834.0385786444,1034.77389258871,7583.56408813828 -3039,1186.57628789051,4298.81253627851,266.830433989028,1722.35104963605,484.098994220213,3065.70023070907,563.882520867976,3612.729433047,101.056252594845,1321.26452887497,857.441040476047,7332.26566072696,479.644662087298,4277.25757021604,540.281060163041,4833.99333279298,381.616149591514,5488.66998239799,120.203931567113,1489.39483994037,247.420867759069,2863.80119887908,557.580576884216,6572.84792898454,275.921425511308,1913.65849240052,193.846994784998,2606.29219005129,251.090759497714,4658.93696499606,332.359549502407,3120.12119557826,329.534580241887,3974.81220514,386.90612835479,5603.25501063334,4538.76328020671,1526.947914057,41602.0111603236,17114.5239509441,1034.77389258871,7713.44845284234 -3040,1237.77190831099,4259.8889718455,278.011118458549,1706.75603554995,500.331861660786,3037.94187198668,586.446722614236,3580.01800269745,104.152711102474,1309.30114954901,883.418454021395,7265.87571874258,494.176189217074,4238.52917505438,556.682583210481,4790.22397803051,393.979009420253,5438.97286304038,124.92438434365,1475.90912602998,256.926526981483,2837.87093335873,579.019445167436,6513.33412890297,288.039379841373,1896.3312865726,200.905848431561,2582.69353783406,258.846302563079,4616.75265674442,342.530883020593,3091.8700826558,342.475524884778,3938.82229916708,402.100074875848,5552.52038203523,4642.47534216805,1570.34380570536,43120.2900660975,17816.5446185217,1057.83292083582,8038.97251634909 -3041,1334.74936140432,4226.55376032729,299.902942976682,1693.40003640746,538.42696983333,3014.16884983704,630.988109566811,3552.00303372815,112.223694531941,1299.05538233542,951.832887836749,7209.01754578311,532.446596673942,4205.36111187002,599.731171039255,4752.73869834772,424.398624953065,5396.41088266259,134.422796760438,1464.35958959299,276.445953181419,2815.66354052523,623.01043968576,6462.36487305833,309.891630197707,1881.49179076313,216.70639130973,2562.48300278504,278.913840397178,4580.62485450427,369.072397934418,3067.67505225163,368.515067085466,3907.99955347038,432.673068003319,5509.06985019798,4996.98790112991,1690.35381789373,46451.9136534565,19192.1869979137,1138.53951970067,8657.10580356939 -3042,1403.69478269378,4179.89746129485,312.105412804724,1674.70684498948,551.325289924396,2980.89588771071,656.265132164717,3512.79299995044,113.674824353984,1284.71530296701,963.145561593955,7129.43827211971,538.774802725947,4158.93875533536,606.92470696817,4700.27392195837,431.564218369107,5336.84070465924,140.16477332059,1448.19474163947,286.052222045955,2784.58184901699,644.839386776488,6391.02778732094,325.565393798118,1860.72228241311,222.197672471296,2534.19613361856,282.72888997903,4530.06001726661,373.802728299625,3033.81144310612,384.256480954714,3864.85972700068,451.155041854168,5448.25604658945,4942.38876781545,1701.39909796527,47876.6912598498,20044.3832964205,1124.12762704624,9079.42580145471 -3043,1426.69683751561,4060.52751957004,316.098086858866,1626.88039461752,553.220459258686,2895.76715627683,663.251290440563,3412.47429606398,113.616887986626,1248.0262711742,962.181955209324,6925.83504047252,538.235770143037,4040.16735449156,606.318588540719,4566.04301573394,432.108136974959,5184.43065876486,141.744869998614,1406.83704721839,288.47079171036,2705.05947409678,650.357837357662,6208.51215826582,330.49157636729,1807.58358404205,223.357960264697,2461.82429971822,282.683832527422,4400.69009724386,373.592248264927,2947.17154379734,388.588256868743,3754.48666530273,456.240974403545,5292.66418989789,4883.22030480665,1694.67155456985,48217.8227042297,20303.3057217698,1109.7157343918,9211.2027154417 -3044,1339.04556304493,4012.44164115205,293.757367009498,1607.61443164124,504.275176171565,2861.47468892316,614.335874533203,3372.06284131723,102.511607593123,1233.24680243549,867.114289877754,6843.817406041,485.055789175398,3992.32258672184,546.414105395425,4511.97068443026,391.418564801825,5123.0352117146,131.630377823705,1390.17689779682,265.812789072157,2673.02541931992,599.446450393196,6134.98925776579,309.185324884133,1786.17768443081,204.296127800629,2432.67070245969,255.267294681894,4348.57592046475,337.033022469628,2912.27033161518,360.859755065476,3710.02500645678,423.684975971131,5229.98701174405,4283.56714261116,1516.70879934369,44303.6657686204,18906.6971681968,971.361564909183,8610.6570148372 -3045,1094.76556766953,3756.80671542119,239.233050608514,1505.19240720066,407.021103148,2679.16851851526,500.111632898683,3157.22681101613,82.3700791668214,1154.675951332,696.3704977237,6407.79392937142,389.543276215012,3737.96945732473,438.851666451871,4224.51048090117,315.180684290969,4796.64374163524,107.103994303836,1301.60794158416,215.920443259253,2502.72545843417,486.962240712326,5744.12562321874,252.919197532023,1672.37929418918,165.208894904981,2277.68387648996,205.190357406966,4071.52568973695,270.796873527921,2726.72794208976,293.621592447152,3473.65721551916,344.740735408427,4896.78158201057,3397.26669045036,1214.39054460623,35900.8710545386,15413.2778969926,769.595067747038,7030.94201074743 -3046,848.053960554661,3418.19115574118,195.027140920312,1369.52357779345,350.8558582595,2437.68466904008,405.230228898299,2872.65371353404,74.5029933520378,1050.60052953711,632.56853267881,5830.23461049522,353.853041528471,3401.05177277548,398.452555902836,3843.73896689369,280.805420887657,4364.30363787313,85.5238268925774,1184.28896964603,178.764512464135,2277.1451062818,402.636069291081,5226.38530275075,196.836990442725,1521.64126223918,142.761785006533,2072.3873949207,185.025535041232,3704.54328829412,245.047685450865,2480.9573773131,234.460371040277,3160.56301843385,275.279621171272,4455.41566632029,3397.18991590952,1126.85539550116,30204.2398005431,12278.4824341655,775.359824808814,5499.94531525141 -3047,799.457807104039,3166.13017847419,197.578945886557,1268.53348224862,386.963186961315,2257.92726170054,398.077266025775,2660.82123565553,84.067200267952,973.128151859355,708.178532203639,5400.30703574593,396.148582516773,3150.25467146605,445.534603011047,3560.2976506504,305.346078349825,4042.47534041103,79.0958147809402,1096.95826710351,167.469146121588,2109.2260535676,377.023221297857,4840.98620511031,185.672996377084,1409.4338501506,155.283115992976,1919.56738918107,209.950116180944,3431.36640641994,278.064284832978,2298.00899537929,216.838216378759,2927.49980843686,254.589471966438,4126.8686729501,4132.3215403172,1287.99317240194,30920.1967839653,11684.7551516911,923.793045404563,5102.96973471509 -3048,808.346623015341,3043.25126744763,200.486041756529,1219.30113736299,405.110163321917,2170.29610711906,409.311780899118,2557.55358794584,88.3157324838522,935.36061835655,744.628850460183,5190.71873382673,416.538556588259,3027.99189588029,468.501342242015,3422.12092588504,319.598921169804,3885.58508647939,81.4960749297594,1054.38483211979,172.908217460285,2027.36605857013,389.239882441699,4653.10539173667,188.518632653525,1354.73309973675,160.466185195128,1845.06813073986,220.421977716669,3298.19356020513,292.15801101075,2208.82225100559,223.418439756651,2813.88224749862,262.315303801692,3966.70307649755,4420.45176159223,1362.90399233626,32018.1368647277,11937.3134254551,989.332416869075,5195.1347262934 -3049,816.91181170266,2992.9560407892,204.355427606212,1199.14998266718,427.877312433758,2134.42804200362,423.211228423016,2515.28539314617,93.6770404088962,919.902093846653,790.680900884178,5104.93272659476,442.299651662249,2977.94885791225,497.541986758834,3365.56419346501,337.730141558804,3821.36877127877,84.3802794272301,1036.95921738863,179.722061001334,1993.86017079606,404.523796538802,4576.2044165046,191.889965061958,1332.34368712342,167.122315525631,1814.57504565404,233.625177020103,3243.68495145229,309.946565920714,2172.31747174177,231.325378456698,2767.37775838794,271.598830396468,3901.14613992344,4790.66149570895,1458.40185727569,33376.0539553156,12234.4742263758,1073.59732303773,5299.91628184517 -3050,937.886081620264,3021.09277436533,234.927260561123,1210.42317315855,505.406371652765,2154.49376710509,493.728515278647,2538.93155233139,110.69155735658,928.550079242343,934.89571379218,5152.92412041903,522.972096693382,3005.94450919362,588.391114311029,3397.20381053734,398.167149323912,3857.2934001568,98.6367974079731,1046.70765499725,210.255098320744,2012.60441950843,473.235224950556,4619.22524364082,221.817033469472,1344.86902957601,194.862402423528,1831.63383767024,275.93190361625,3274.17878365032,366.279565873458,2192.73939478781,270.409089007979,2793.39383401054,317.486964867926,3937.82075461362,5733.29298032211,1733.60191152675,39062.3342220007,14181.000163439,1285.82004968473,6131.03420104501 -3051,1292.26121662511,3131.23542924619,319.481985020315,1254.55264278367,653.319806476299,2233.04205448203,657.74336732537,2631.49562851847,141.82909000374,962.403051843978,1196.03352709966,5340.78883872177,669.050196888521,3115.53489035518,752.638595124691,3521.05867856355,513.138372836244,3997.92216182631,131.524415391723,1084.86840298346,277.795696737814,2085.9797212769,625.455296764669,4787.63242932686,302.398556382173,1393.90011085939,256.348744195778,1898.41133466154,353.938786599086,3393.54841931522,469.199053833204,2272.68203688509,360.569263023417,2895.2350669632,423.343909636823,4081.38537336294,7124.2815480542,2195.13227183155,51382.7326015314,19139.5431208141,1594.79137230315,8339.40808211004 -3052,1839.50615545572,3347.167015386,446.476398577456,1341.0672304515,862.647528243333,2387.03376913801,902.261352442078,2812.96490408896,185.000042482252,1028.7708552833,1556.96836681756,5709.09235062365,870.953839307955,3330.38375935583,979.668929095546,3763.87267404028,674.214518229866,4273.62090539682,180.505182686403,1159.68147926037,377.264889738112,2229.82994271465,849.726367488287,5117.78999418547,426.331787032753,1490.02417072632,344.887194566339,2029.3267448573,462.327379906882,3627.56924252792,611.823037768428,2429.40734486814,494.848203653291,3094.89194821133,581.000641748373,4362.83978240756,8918.11890610107,2820.25359918498,69310.2442327644,26629.3450510128,1991.14852354091,11711.2325479072 -3053,2037.97813187173,3824.45184479886,486.236793238173,1532.29492879312,921.53074606129,2727.40967511126,982.923297008628,3214.0758938367,195.10021007972,1175.46706730731,1640.13044946656,6523.17278226757,917.473946403028,3805.27540269386,1032.11857198088,4300.57709270339,713.895511541359,4883.01219523431,197.675637892351,1325.04471762218,408.366057455173,2547.78957811263,920.161136149543,5847.55445264169,471.153967451084,1702.49218587977,368.504942958549,2318.69589339095,487.954154097049,4144.83765463422,645.111302386896,2775.82545452319,541.920364065074,3536.2039499021,636.26800496364,4984.95311936691,9184.17043526738,2954.43824614924,74624.8888353908,29190.7459780166,2047.32512765335,12925.9068560297 -3054,1862.75684343671,4237.66549329793,439.947944221376,1697.85203443802,850.529274321112,3022.09318755686,903.256875077555,3561.34135318647,178.851565567725,1302.47063678174,1503.82266483332,7227.97026293563,841.224620543863,4216.41712875044,946.565796939512,4765.23378685008,653.867559541741,5410.59820408999,182.825758365241,1468.2094336161,375.016270160561,2823.06600200369,845.232131436205,6479.35461858156,432.23652397932,1886.43828749568,334.883698553248,2569.21984525372,447.255212267077,4592.66745069686,591.402041892716,3075.74005933643,501.209975038601,3918.27379815055,588.469989379089,5523.5533553332,8453.99249109045,2719.02948648505,68413.1066579058,26755.6316732137,1885.03716021742,11872.4278467477 -3055,1749.40969390458,4435.98725376686,413.205045254476,1777.31111515547,790.200771143052,3163.52644655414,843.748931311409,3728.01130104143,166.085580835942,1363.42595995536,1396.05817018186,7566.23759182923,780.942149584216,4413.74447069559,878.683408618285,4988.24562087727,607.899570922852,5663.81294289423,170.616273069048,1536.92129397232,349.922304179848,2955.18483496085,788.678042483522,6782.58690925951,405.155091848248,1974.7231610384,312.743757734827,2689.45873705589,415.420347206655,4807.60322028771,549.162768117744,3219.68397946819,467.738127990036,4101.64810149694,549.170736654419,5782.0543689706,7799.51154180094,2518.02165289362,63807.1774008429,25048.550780547,1738.35380503494,11122.5798243828 -3056,1616.84166992233,4484.7229427155,379.654806250002,1796.83742952881,722.664073921691,3198.28232660071,776.143074222366,3768.96885767334,151.195784231064,1378.40515166346,1270.45505810396,7649.36357499651,710.680919475298,4462.23579073713,799.674015458288,5043.04866089324,554.086002719961,5726.03805988793,157.253473592312,1553.80658102042,321.237769966585,2987.65178327773,724.131619557441,6857.10336455277,374.27563148402,1996.41833016999,285.855536659983,2719.0063026712,378.270502936844,4860.42164417598,499.90193438665,3255.05683064197,431.104513273665,4146.71059483066,506.159256562866,5845.5785377948,7046.96057314482,2287.96590603481,58471.9844302213,23081.0064216161,1569.82399269762,10271.2979789139 -3057,1520.51226547803,4571.082581339,356.178792557913,1831.43805771953,671.451250833052,3259.86974447896,725.412510734514,3841.54564618166,140.092957572265,1404.94827869604,1176.71669332957,7796.66281342761,658.244537060166,4548.16240766824,740.651526483311,5140.15964533496,514.115805193644,5836.30096440013,147.117456233983,1583.72730890969,299.714366394852,3045.18321423398,675.680944672095,6989.14651997859,351.239844835596,2034.86216889471,266.436098342286,2771.36458761166,350.585921297728,4954.01588892875,463.164773634024,3317.73752132986,403.317000985545,4226.56133098984,473.533973995811,5958.14336209219,6476.16085465876,2114.07380741006,54511.1478391808,21627.9031752406,1441.86617221928,9639.45646217242 -3058,1429.17613890111,4670.0485114808,334.880702382364,1871.08948988119,623.559398678206,3330.44734522512,678.195822511135,3924.7167837167,129.96785954216,1435.36602126099,1091.27565378045,7965.46396142762,610.449602355184,4646.63210606057,686.850191699708,5251.44634193822,477.707270674953,5962.65942396666,137.362939685466,1618.01569539762,279.839407693564,3111.11275803159,630.874729880586,7140.46458827839,329.727838725384,2078.91782172346,248.758407616237,2831.36583880207,325.330351069579,5061.27249207712,429.665382446259,3389.56798466587,376.575358891391,4318.06822590581,442.136646283181,6087.13976267241,5960.73019379458,1955.2425631685,50844.0503341481,20263.2345162394,1326.39204154371,9039.21230445677 -3059,1382.81653322149,4605.13257624683,323.049020750786,1845.08044011576,596.393885978376,3284.15251474718,653.009298614662,3870.16132033831,124.011759206267,1415.41373865747,1040.87979226855,7854.74015602017,582.258619157028,4582.0416701986,655.1370587055,5178.44869538704,456.431178624521,5879.77557125359,132.211030015787,1595.52449389688,269.027691348772,3067.86678450273,606.526671300551,7041.20867356709,318.828988524904,2050.01985752888,238.532155946579,2792.00848288521,310.502032738265,4990.91835410844,409.950927700716,3342.45134867745,362.451591321493,4258.04498704659,425.553948879341,6002.52557298631,5641.31044674522,1860.53922774503,48804.3943501294,19545.6403100209,1254.61082517782,8731.01759260096 -3060,1328.89432664233,4550.74354891812,308.892517893273,1823.28907389131,565.366632647716,3245.364953712,623.238736659766,3824.45268842961,117.224079833881,1398.69696118392,983.470865818132,7761.97156142871,550.144591686614,4527.92535856249,618.977390947929,5117.28850445866,431.948369904692,5810.33234265228,126.287306975377,1576.68051408405,256.273851641874,3031.63367120566,577.830738840954,6958.04831181135,305.655890629481,2025.80804946266,226.806627400785,2759.03340059097,293.598572696298,4931.97299471594,387.485416443999,3302.97524788378,346.211926277753,4207.7552459082,406.486978963043,5931.63260258315,5280.02942040814,1752.69314088452,46450.1170014164,18707.1386707111,1173.46684145985,8370.17752738099 -3061,1286.52212296767,4479.00461887016,299.466561210974,1794.54634077021,550.240688534984,3194.20430119626,604.827130281614,3764.16316850001,114.24648390079,1376.64759224497,958.659476764015,7639.61012117309,536.265327974008,4456.5461395253,603.361093595869,5036.6184341481,420.703696208922,5718.73697565253,122.521871909461,1551.82537296436,248.899065802962,2983.8423260042,561.180473486457,6848.36009586474,296.071280758977,1993.87276231919,220.509935291031,2715.53938648155,286.105365089115,4854.22427917901,377.653492203992,3250.9064139205,335.889126950828,4141.42325949756,394.366993502239,5838.12503139776,5166.26334346097,1710.3187474153,45139.606554085,18137.163404322,1148.49946185432,8109.39189011142 -3062,1282.21109373873,4422.66616625263,298.484045300426,1771.97392287997,542.793861047403,3154.02650657745,599.988691899511,3716.81623623302,112.380755207132,1359.33164780053,942.676736473691,7543.51649112529,527.324729490962,4400.49017734529,593.304993059095,4973.2661241707,414.567365829537,5646.80474526867,121.619341654349,1532.30598245579,246.523223184201,2946.31053628612,555.868616995236,6762.21907936676,294.779886653754,1968.79314849784,218.192462485253,2681.38240293843,281.501592132694,4793.1661852902,371.465790430648,3210.01540072685,333.414874030008,4089.33102072394,391.461976318724,5764.69109719932,5042.70643588359,1678.33606637997,44660.3155913855,18027.1461323137,1120.4111597981,8071.10264211252 -3063,1307.88371065454,4342.34975358822,304.015074008664,1739.79455788368,547.403516439095,3096.74881820257,608.286500070267,3649.31818519201,113.324267830858,1334.64594070249,950.261418261596,7406.52487551002,531.567530991552,4320.57648462614,598.01464251597,4882.95071728635,418.388478629738,5544.2577559397,123.208865243562,1504.47903034393,249.660066336527,2892.80500727389,562.948726766143,6639.41596520684,299.808385726121,1933.03951098114,221.18494796765,2632.68801645527,283.934070396002,4706.1214256734,374.563992070912,3151.7209439688,337.772493468299,4015.0680342277,396.578251716818,5660.00327052626,5045.41144152049,1686.68088687972,45233.3522590421,18324.8280517626,1120.4111597981,8209.01414143546 -3064,1364.03849443148,4301.73668051488,316.6674641041,1723.52262966013,565.598966790857,3067.78558557961,632.472796400371,3615.18688888162,116.773620075812,1322.16328126862,978.865148209665,7337.25322466244,547.568195454453,4280.16705230344,616.052104957423,4837.28151845435,431.834552402454,5492.40349311959,128.033982702287,1490.40795816782,259.230642382068,2865.74921770966,584.54617070756,6577.31892073537,312.912944947282,1914.96020383913,229.186421257264,2608.0650457461,292.643517134839,4662.1060735717,385.945017131052,3122.24356875313,351.000372420751,3977.51595742094,412.109087443018,5607.06646454206,5160.60682202135,1734.29980957764,46873.6723627173,19072.2246553426,1145.37853940363,8554.59524347361 -3065,1470.88031980202,4277.04393077523,341.592228959299,1713.62929677493,608.665770016002,3050.17593920987,680.513150301669,3594.43505962309,125.81924993203,1314.57382392987,1054.64401562505,7295.13605871092,589.958199593547,4255.59811614677,663.677820177679,4809.51464409022,465.169180199443,5460.87609965102,137.769037656365,1481.8527458305,278.925548671224,2849.29929678121,628.958046752381,6539.56391569212,336.653506302928,1903.96798451316,247.202573642936,2593.09427876005,315.322379625991,4635.34473807298,415.838541245693,3104.32132367043,377.688661282025,3954.6842935102,443.443773193297,5574.88088479478,5554.6753536621,1866.84075838198,50495.7603112363,20545.3709439896,1232.76436802298,9212.6273093796 -3066,1545.9268044501,4251.18152460167,355.232451158825,1703.26733238518,622.678212932555,3031.73215179093,707.280645266687,3572.70024909014,127.368657478358,1306.62486602112,1066.55236184542,7251.02386933539,596.619619363842,4229.86538840943,671.247187889292,4780.43249687912,472.688242166578,5427.85530350336,143.606102567917,1472.89228663897,288.549733325583,2832.07016916034,650.841875906021,6500.02051587603,353.47993967473,1892.45508117293,253.303158262874,2577.41437026037,319.431520260749,4607.31576051024,420.892296607893,3085.55013023275,393.690756308334,3930.77112985269,462.231812456582,5541.17072512717,5493.66986396379,1877.96290081864,52009.0403678649,21443.0268503532,1217.15975576952,9659.09852767457 -3067,1570.84171545149,4137.78982967383,359.654292177956,1657.83611082555,624.568901010604,2950.86680993964,714.5916479956,3477.40567407164,127.266917933165,1271.7732824471,1065.18751493696,7057.61742885573,595.856136508105,4117.04225843188,670.392233058749,4652.92409946718,473.125867233734,5283.07820821221,145.204437908235,1433.6058548878,290.959178729593,2756.53040808986,656.343571806702,6326.64557549874,358.740825180087,1841.97765789962,254.549213759497,2508.6670391281,319.283823934718,4484.4249029619,420.52419909963,3003.24930232711,398.072532832534,3825.92573611732,467.376450658284,5393.37116945764,5427.75077078012,1870.04879445047,52364.1034880448,21713.9321555106,1201.55514351607,9798.14637744405 -3068,1473.44191565882,4040.38343093867,333.98012903849,1618.80951646096,568.763291816874,2881.40138976725,661.425275244874,3395.54516940719,114.747913869066,1241.83487074663,959.299044077049,6891.47629416945,536.623096069144,4020.12427169451,603.75839124742,4543.39108818011,428.238324008255,5158.71093880482,134.798175030037,1399.8577938991,268.040997131938,2691.63979955038,604.818080692492,6177.71201750029,335.426959649164,1798.6162457467,232.660615703619,2449.61130358671,288.108621783694,4378.85847784692,379.08912962108,2932.55076250624,369.544152564548,3735.86083115023,433.881315945509,5266.40752841153,4760.90103218263,1672.60178906883,48079.7734307272,20207.0826112402,1051.7508658829,9156.82646485551 -3069,1204.33166175975,3778.8352438761,271.898676430004,1514.01830011552,458.874012563598,2694.87817419261,538.26816667776,3175.73962413467,92.1731522545081,1161.4465450774,770.167903946423,6445.36686873159,430.824869117266,3759.88753104842,484.760422050614,4249.28145167127,344.703071334745,4824.76949075003,109.665775850235,1309.24009030787,217.705836305734,2517.40051710824,491.270310023399,5777.80705650097,274.315581584722,1682.18550932349,188.086692964568,2291.03937435963,231.512818816786,4095.39961413745,304.484411069487,2742.71646867927,300.644620692218,3494.02545977846,352.986463870764,4925.49450247412,3775.71228647179,1338.80571211347,38948.2345608735,16468.4547749415,833.286294334521,7475.93929565973 -3070,935.205156095596,3448.3423000714,222.286541696099,1381.6038568581,397.0778707162,2459.18697214105,437.388472880653,2897.99278697409,83.5807075654924,1059.86765555675,701.314004350483,5881.66188217509,392.308628529164,3431.05173421802,441.203076066826,3877.64377884776,307.992888672982,4402.8002411615,87.6915028722289,1194.73533324173,180.417414440194,2297.23132370853,406.590183749269,5272.48614685477,213.981208124565,1535.06333936308,162.952784711032,2090.66748769649,209.314721237933,3737.22028448121,276.283105064377,2502.84137986071,240.402973621924,3188.44167922011,282.256823246783,4494.71594962384,3776.54311891231,1245.31635237499,32861.1089240449,13156.2862225697,839.528139235903,5855.56316157238 -3071,818.802644615328,3200.89496937795,202.074309576317,1282.4622529494,386.302806461745,2282.71978907752,389.229010324307,2690.03762559387,83.4696110027951,983.813308443237,684.606969039861,5459.60356947351,382.962866047822,3184.84514588548,431.827623906001,3599.39048524751,302.813966952169,4086.86258983572,77.2499038407335,1109.00310500856,160.116560321985,2132.38580966972,360.743542488361,4894.14127571759,192.107370237566,1424.90973722129,161.025810719718,1940.64465232213,212.341491461061,3469.04354820154,273.283907491525,2323.2416288201,211.777720611986,2959.64438650981,248.647950371827,4172.18257933266,4148.02788132669,1268.15615327136,30575.6899295367,11499.2451081512,908.050336426645,5024.6319663832 -3072,810.556048955373,3075.54678085617,199.583105442086,1232.24057376509,388.389080151102,2193.32766806103,388.125144128233,2584.69479283945,83.8714421492001,945.286828431634,688.142336508054,5245.80354665878,384.940518218162,3060.12547417544,434.090821460389,3458.43707021059,303.705778566329,3926.81959333812,77.2628513917939,1065.57414791758,159.851078583891,2048.88082089978,360.169095763569,4702.48495798464,190.561276010421,1369.10976375248,160.35580587526,1864.64831565372,213.313526097062,3333.19456570439,274.61495197509,2232.26265810817,211.813215838708,2843.74365684927,248.689625272033,4008.79842161907,4200.58610062713,1278.89504142781,30556.663893688,11433.2567495295,919.998367169101,4992.55559318389 -3073,814.63023645317,3009.00632244714,202.133663294214,1205.5806467697,406.875887645873,2145.87430809837,398.527344640315,2528.77407739675,88.1697861435889,924.835239373265,724.090633996788,5132.30887478739,405.049666471696,2993.9186607697,456.837624823368,3383.61265542262,318.102758180269,3841.86156979034,79.4510037742185,1042.52010344243,164.871096987301,2004.5526156204,371.439960322092,4600.74516110899,192.913352835616,1339.48862715998,165.656023334094,1824.30604075563,224.10287975729,3261.07981337839,288.732633649379,2183.96692692813,217.81195371231,2782.21833468465,255.73273572189,3922.06675936496,4508.61146738893,1355.88168662462,31605.0558237502,11640.9324259058,988.699543938222,5062.38669699447 -3074,926.816007087669,3035.12865157233,229.761133927255,1216.0467512132,473.509313142472,2164.50345969545,459.368599232849,2550.72732762433,102.493272055836,932.864086082314,842.121025641748,5176.86440150703,471.0747861524,3019.91000816145,531.407534933572,3412.98708470107,369.100028661375,3875.21423230581,91.8033252604994,1051.57061724781,190.368163221783,2021.95489981747,428.893563347933,4640.68598091489,220.890690751206,1351.11723774717,190.363216723548,1840.14353583373,260.425493385231,3289.39048841856,335.663961893359,2202.92677504748,251.675380830929,2806.37183097165,295.491742104991,3956.11571365755,5295.42568501857,1584.33941935287,36485.1180888039,13344.3594916475,1161.94598970383,5797.77941938947 -3075,1274.33643825033,3133.05489621076,311.200098032937,1255.28162568528,606.670225229849,2234.33960822413,608.787538573468,2633.02471167803,129.997394896468,962.962275383376,1066.36766778763,5343.89221088154,596.516303200102,3117.34523420765,672.800529539261,3523.10466012282,471.350137017018,4000.24523444884,121.846100364237,1085.4987874642,250.125689827261,2087.19182150935,563.731186615764,4790.41437889293,300.07085118041,1394.710064394,248.667520067462,1899.51444453195,330.674723932957,3395.5203084884,425.627715007567,2274.00262423169,334.03652454763,2896.91740119773,392.191855394803,4083.75694395363,6480.20823425458,1982.72961025401,47674.8651805863,17943.602325652,1418.82865066663,7863.33265653351 -3076,1852.21994631617,3370.75508785385,446.369047500243,1350.51796621424,831.422767759698,2403.85561437932,859.766447848054,2832.78836067244,176.670185754417,1036.02078376781,1447.09521685678,5749.32532479947,809.49180588797,3353.85355727757,912.894170165028,3790.3973443023,644.376206392423,4303.73786076632,172.018771311212,1167.85395785098,350.766295028777,2245.54394504497,790.746712350816,5153.85595704396,432.559964209634,1500.52463214829,346.446250476513,2043.62776601896,449.842477516529,3653.13335862418,578.303175200152,2446.52780412257,471.583024438067,3116.70219407567,553.685024646717,4393.58547883681,8517.15714288837,2661.4938089057,66497.5715589607,25628.6957670354,1860.9057881375,11306.9992445222 -3077,2067.85141765773,3871.36806678294,490.812146039342,1551.09226026484,901.418061983001,2760.86800141574,947.114194550364,3253.50436730904,189.411637549495,1189.88703547602,1550.14380165717,6603.19539327508,867.136240084536,3851.95637888294,978.012335273809,4353.33415116009,693.177393073761,4942.91423960548,190.452261456965,1341.29962018954,384.451406257269,2579.04442619707,867.005872421122,5919.28895836887,481.957117280976,1723.37740147675,375.183386601912,2347.14034913586,482.560807951331,4195.68418934931,619.925661041248,2809.87771835038,522.117747873317,3579.58410900128,613.017778670469,5046.10571760043,8952.53386682053,2838.71558810948,72532.1026712568,28372.6411685689,1953.50302639153,12591.0472052848 -3078,1899.58196104122,4278.73343311241,447.126115505172,1714.30620838698,841.01663283595,3051.38080861535,877.166708293049,3595.85492028675,175.76003391578,1315.09310210046,1438.90432245127,7298.01775682315,804.90989460327,4257.27914703625,908.053133392431,4811.41448107189,642.199064363984,5463.03323506574,177.461541125513,1482.4381019124,356.086471443528,2850.42481662603,803.216100833319,6542.14715044456,444.694128351622,1904.72008302134,344.272066027006,2594.11859343051,447.679201336468,4637.17577509186,575.276545605035,3105.54758138875,486.504174210172,3956.24645851594,571.2039274723,5577.08305396508,8373.40490998623,2647.78214529723,67109.9058450446,26179.6062253396,1828.04870359575,11633.0979258618 -3079,1781.80889264048,4479.52446477342,419.203731499213,1794.7546208777,779.195902185133,3194.57502955255,817.762665321251,3764.60004788926,162.707931449886,1376.80736984557,1331.61994445955,7640.49679586132,744.895996504205,4457.06337883414,840.295991207412,5037.20299828278,595.323613890514,5719.40070838817,165.307662003706,1552.00548219205,331.563393088594,2984.1886391566,747.911307282685,6849.15493584435,416.208997069392,1994.10417681311,320.710402166914,2715.85455963839,414.524222745994,4854.78767413387,532.52828889143,3251.28372328385,453.18476940785,4141.90392475655,532.083656993585,5838.80262064773,7693.0843455722,2443.679421639,62445.7454288106,24468.9703577769,1678.69831931505,10882.7856138827 -3080,1646.48839045264,4514.87408704571,385.020362869955,1808.91770859346,712.173336833936,3219.78462970168,751.96080130543,3794.3079311134,148.023213929922,1387.6722776831,1211.03443356686,7700.79084667638,677.441566526563,4492.23575217967,764.244338609962,5076.95347284731,542.304958690512,5764.5346631763,152.317998946896,1564.25294461612,304.287016627019,3007.73800070446,686.486040780355,6903.20420865678,384.358473641409,2009.84040729388,292.980345936571,2737.286395447,377.197250260647,4893.09864036307,484.440518712193,3276.94083318959,417.574094223573,4174.58925561692,490.273208895739,5884.87882109835,6943.83462290138,2218.83584838403,57198.1273937695,22540.8346407855,1514.41289660628,10047.8380394359 -3081,1541.04292269689,4569.52303732606,358.81892527821,1830.81321487166,654.71424862079,3258.757554915,697.572479451667,3840.23500271672,135.500313641378,1404.46894395694,1108.00290293264,7794.00277861195,619.806672274297,4546.61068347019,699.203280746953,5138.40594584303,497.488566215303,5834.30975814542,141.504597996092,1583.18697904279,281.578757032231,3044.14427057773,635.348120631225,6986.76199040232,358.717312661956,2034.16792260705,270.456421932324,2770.41906431967,345.406882280848,4952.325697233,443.419257135787,3316.60558866493,387.929560165043,4225.1193293848,455.467599447868,5956.11058612649,6277.93674083485,2022.94489716685,52846.296359421,20987.6077878425,1368.0495200112,9377.70616533602 -3082,1473.15475008573,4635.21874141492,345.198810650958,1857.13468479832,630.725429662432,3305.60847792737,669.375698107731,3895.445785179,131.098725652948,1424.66089296136,1072.28239596289,7906.05659605175,599.824947950049,4611.97697829542,676.632255268386,5212.28043859624,480.960956959515,5918.18920996195,135.426601160546,1605.94834438507,270.636581671775,3087.90971383518,610.561178791219,7087.21016508302,343.197313659712,2063.41300854251,261.100987749842,2810.24917997178,334.129745642177,5023.52492763396,429.032742836249,3364.28818869837,371.266959285015,4285.8635661325,435.904061108187,6041.74115968756,6110.96341864753,1959.72856393414,50858.830376763,20110.1823689915,1332.20542778383,8968.15397441925 -3083,1412.48965437761,4580.04994523131,328.86749177003,1835.03089841264,591.324230309496,3266.26482435776,635.46907713784,3849.08183418642,122.275831622518,1407.70444908692,999.458454223131,7811.95798942795,559.087902160591,4557.08480769606,630.683664792797,5150.24340146583,449.798030215371,5847.75038225718,128.620629897049,1586.83420073071,256.161584997119,3051.15713080951,577.978760517092,7002.85754335787,328.424240524732,2038.85407873543,245.868205323939,2776.80133794228,311.781165652854,4963.73447580917,400.116521714513,3324.24612385968,352.608643752275,4234.85282710564,413.997356752319,5969.83180540944,5609.96962112808,1818.5640408496,47997.5049198158,19164.5276396899,1221.68614341611,8571.39880360457 -3084,1354.02142201423,4490.18133730606,313.332810039295,1799.02437570826,557.306354373662,3202.17498333193,604.060001488404,3773.55610185486,114.818747065817,1380.08282034435,938.028050401581,7658.67368072486,524.72429709392,4467.66681602299,591.891143645935,5049.18659848318,423.040745022631,5733.00726970773,122.398095450555,1555.69773227881,242.952689339894,2991.28807977601,548.244272452872,6865.44920361353,313.917556843045,1998.84818796791,232.562061879355,2722.31562846095,292.86703111094,4866.33730486435,375.684353736946,3259.01858810688,335.549798420572,4151.75759170618,393.968588309723,5852.69324135107,5202.83184988444,1700.58621218105,45460.6583432995,18280.3796387187,1132.07591284769,8193.18980995093 -3085,1306.88776927645,4392.90490319829,302.525192349369,1760.04985263324,538.772606500792,3132.80224749616,583.46514558131,3691.80481968631,111.040787282112,1350.18435401269,907.207915054311,7492.75422008611,507.48379575762,4370.87814224861,572.444835714966,4939.79973177372,409.035992483081,5608.80593750815,118.218118500895,1521.99469968894,234.719426419762,2926.48405162416,529.659792666067,6716.71436042872,303.049468998574,1955.54463084143,224.736082878885,2663.33868811951,283.221315492886,4760.91173190367,363.325816188402,3188.4143779143,324.090548031929,4061.81285596787,380.514297113748,5725.89900172536,5037.68272008203,1645.2710762842,43927.5212072477,17651.7915556447,1096.23182062033,7909.90273941201 -3086,1303.70470239957,4300.63200324308,301.882606743179,1723.08003253767,532.446277756336,3066.99778445117,579.569395497108,3614.25851620657,109.457589733396,1321.82375241437,894.011715589836,7335.36903288673,500.101962682006,4279.06791406851,564.118707882517,4836.03931435225,403.89746050154,5490.99305502051,117.502034349361,1490.02522442111,232.842467726773,2865.01329911153,525.462814447661,6575.62987855061,302.006625312623,1914.46844593513,222.753477227069,2607.3952999217,279.237969945111,4660.90885416924,358.128756282531,3121.44178292486,322.127430127072,3976.49453937454,378.209402897443,5605.62658122403,4930.36609681853,1618.26874458177,43530.8563277967,17565.8151536337,1072.33575913541,7880.98550349153 -3087,1333.9606104575,4232.07713407997,308.766392400035,1695.613016969,540.679402007056,3018.10784648902,590.418756548692,3556.64488650904,111.262584340432,1300.75302273205,908.572919208589,7218.43848315974,508.247366575227,4210.8567905016,573.241023886131,4758.94970468253,410.706527418068,5403.46305706239,119.585549048661,1466.27325395888,237.091840055885,2819.34312511779,535.042277703459,6470.81006470717,308.213716348432,1883.95057467132,227.224937031145,2565.83172426402,283.880701877503,4586.6109378542,364.022748455832,3071.68397224324,327.839307708033,3913.10663204625,384.915711045328,5516.26925035655,4986.93097076311,1640.85322740139,44348.2138885871,17930.4728599942,1084.28378987787,8044.84733261273 -3088,1391.26913320752,4201.01625626748,321.596464734637,1683.16824645354,558.588878080433,2995.95676651701,613.869659317393,3530.5412714892,114.638712977732,1291.20628494271,935.857687087666,7165.45952539999,523.510215741188,4179.95165713282,590.489466084758,4724.02190194883,423.889712014108,5363.80491746276,124.27022023432,1455.51169812281,246.192565256405,2798.65085757484,555.595627955657,6423.31824582013,321.66165645511,1870.12352078012,235.431526750284,2547.00007655302,292.554382859556,4552.94799708052,375.050241520812,3049.13967602233,340.682158458514,3884.38680414271,399.994485653017,5475.78318175766,5099.56815145921,1687.01913775928,45954.4331967754,18662.0085677682,1108.17985136278,8383.75071817527 -3089,1507.85176828462,4168.33085527992,349.331822908872,1670.07259870812,608.173134740206,2972.64715706027,665.820073184815,3503.07240440505,125.19305707294,1281.16024069853,1022.19262860139,7109.70970117629,571.805191015156,4147.43014622028,644.8979935099,4687.26733097833,462.408573538236,5322.07260702841,134.73958393506,1444.18729931235,267.280470763035,2776.87635828136,603.156392343275,6373.34254476872,348.06337177816,1855.573294491,256.599727851218,2527.18350986079,319.452253437944,4517.52444194953,409.590883227701,3025.41628460979,369.383527270204,3854.16489293379,433.692725993265,5433.17964059077,5592.6871490255,1843.5243901445,49990.9870901869,20241.4557521564,1215.71212804488,9082.42033833275 -3090,1577.95714371583,4097.0467919731,361.024180717554,1641.51211131243,615.721860037931,2921.81089298006,687.133526179854,3443.16515526535,125.234820043174,1259.25067764442,1021.38726944175,6988.12410396061,571.354680480032,4076.5035131462,644.455833675001,4607.10875605758,464.719617378869,5231.05800818429,139.53206462777,1419.48975431285,274.397711671406,2729.38803813801,619.419759102658,6264.34981621363,363.556113827734,1823.84049573118,260.511076245466,2483.96527321897,319.798991571176,4440.2686987059,409.653703278996,2973.67759748316,382.521933749929,3788.25349008178,449.118512203897,5340.26496205305,5438.71419655884,1830.02783991965,51048.9046758298,21001.5815351781,1179.86803581752,9474.53586317804 -3091,1607.56358915547,3938.29841277099,366.803226136209,1577.90839860355,621.337416063839,2808.59940989317,697.095345889057,3309.75274494227,126.030827800865,1210.45845870349,1027.54771178201,6717.35507653813,574.800775482621,3918.55112490608,648.343024991737,4428.596992593,468.277026628686,5028.37006672889,141.642531703833,1364.48874767737,278.000717791908,2623.63236844028,627.599853983953,6021.62489004796,370.015965840501,1753.17210034264,263.211781238666,2387.71900581231,321.901150629314,4268.22149130704,412.236158737659,2858.45643384037,388.3077002632,3641.46993302418,455.911573252518,5133.34557589991,5428.18852304567,1837.11575523687,51658.2774077364,21342.1061895104,1176.8810281319,9640.49346226817 -3092,1506.13779195055,3862.85556963176,339.972392653362,1547.68166529713,564.016234959203,2754.79730997246,643.895023590354,3246.35045009417,113.229058413528,1187.27067096999,922.135950960877,6588.67606031468,515.834402271692,3843.48656481823,581.832860763496,4343.76189041903,422.488968824346,4932.04558990406,131.254025133382,1338.3503244887,255.57569420174,2573.37353467964,577.148474478022,5906.27342238111,345.406291483387,1719.58798001969,239.909233982947,2341.97937627284,289.420837703937,4186.45857476218,370.295877825597,2803.6992626572,359.827998248443,3571.71319644412,422.473591614477,5035.01016693085,4735.77713978668,1636.66088607585,47312.357911028,19828.6621037207,1024.54363616559,8997.31109757641 -3093,1229.40951406216,3661.86959418125,276.218237036917,1467.15514713475,453.431317357136,2611.46406477788,522.79893744337,3077.4414913964,90.5777722130839,1125.49648614033,737.250116689419,6245.86451558068,412.410960521543,3643.50836671165,465.209805859721,4117.75415988566,338.792432503655,4675.42921479383,106.559157887954,1268.71540270272,207.070210361128,2439.47984366716,467.648206497089,5598.96756957961,282.005705271553,1630.11710509122,193.344329072857,2220.12521917577,231.609426777981,3968.63540090431,296.192137054252,2657.82162860712,292.127943801325,3385.87547927437,342.987044447511,4773.03650222551,3732.09593555331,1303.89494987897,38217.6902184639,16129.7916567376,806.49207511577,7334.07141451079 -3094,954.670506001145,3369.52045225781,226.068636512149,1350.0233003276,393.072588381435,2402.97513340936,425.147651864931,2831.75077079867,82.2652809951263,1035.64131148206,672.215259255185,5747.21946972718,376.031057128278,3352.6251123512,423.97774589591,3789.00900271045,303.041490458553,4302.16149350722,85.2161448350314,1167.42619788926,171.579989765559,2244.72145025827,386.979753313417,5151.96820968304,220.242069795767,1499.97502202376,167.746100074808,2042.8792288161,209.804449907694,3651.7952938986,269.17899154382,2445.6316932409,233.61687219328,3115.56061262856,274.289270255979,4391.97620231418,3746.32140423578,1214.75685675614,32275.9540978202,12888.5348261549,815.453098172613,5743.90646428628 -3095,835.113585914279,3108.10222351948,202.204275583904,1245.28415274634,385.583535832854,2216.54459767624,404.885901989091,2612.05444272487,83.4347722919727,955.292929244324,692.418803533402,5301.3317075859,387.33273469075,3092.51767839655,439.774579882903,3495.04550369135,323.45158816584,3968.38597461245,75.8295417897956,1076.85352051304,163.532169092494,2070.5687440047,367.923639892775,4752.26195385988,188.621202803171,1383.60213782108,159.553254423574,1884.38609096749,210.556336762722,3368.47727551225,284.984545124029,2255.89172446732,207.883851200684,2873.84540465749,244.076163286114,4051.23256958136,4236.16032577135,1271.45513717779,31046.394155434,11751.3944097413,901.662158871003,5130.24902414989 -3096,831.041888701966,2946.88456682214,201.052287394163,1180.69110573878,391.915131678242,2101.57214815434,406.970314797994,2476.56684735707,84.8545753746107,905.741763794588,704.56933844665,5026.35095926787,394.129632596885,2932.10839403214,447.537892613327,3313.75704995521,328.160892928057,3762.54529059108,76.425130370323,1020.9969917703,164.697028609623,1963.1680805345,370.553716327255,4505.7615233349,188.190403070903,1311.83451937758,160.416009533975,1786.64274533362,214.06232121157,3193.75393183105,289.8857720674,2138.8783344863,209.51663500669,2724.77867887759,245.99321266029,3841.09462216718,4356.93629597108,1299.32051445039,31318.5100810348,11764.3821225664,928.009429747104,5128.11527909884 -3097,832.737264274112,2870.92187777966,202.846921309459,1150.25609232487,408.720943988808,2047.39931987734,416.303930213619,2412.72767311972,88.7862022112864,882.394198460492,737.929952206476,4896.7852683562,412.791254281068,2856.52659463546,468.820315382383,3228.33738364655,342.191123896422,3665.55708103061,78.2895717137339,994.678459353944,169.199945789856,1912.56293362147,380.647082466604,4389.61521568845,189.859670857549,1278.0189845607,164.967432208754,1740.58794263732,223.830757469198,3111.42762033133,303.417764874801,2083.74385393978,214.627931180422,2654.54127703854,251.994378947608,3742.08162394815,4653.58872543712,1370.98195631254,32258.6796824757,11935.5759136424,992.413869666462,5181.90674240925 -3098,957.952907616939,2860.65489282604,233.860556040213,1146.14254883763,485.757856376787,2040.07741461272,487.653182720637,2404.09928134465,105.627305824683,879.238582130812,878.556859629079,4879.27339488432,491.456657856394,2846.31109006401,558.291738606476,3216.7922100911,405.996571206961,3652.44832328667,91.8596521744408,991.12129227987,198.818755366496,1905.72322996588,447.257544431155,4373.9170827227,220.055897154122,1273.44853567929,193.259073947633,1734.36325559312,266.150045482987,3100.30053923258,361.06258162798,2076.2919734267,251.829798957691,2645.04811194719,295.673044229731,3728.69919929018,5623.10869929972,1642.39653404858,37938.1289562113,13876.8941800125,1200.26456213348,6009.223226506 -3099,1292.68389234228,2892.56051865555,309.088424340873,1158.92577389641,599.242003477675,2062.83092703993,628.258687271302,2430.91282404774,128.387544239295,889.044958036793,1065.48395714178,4933.69319632471,596.021963561452,2878.05673574176,676.904955846609,3252.6699277717,497.704846801924,3693.18502656978,118.740743156743,1002.17552506497,253.244381132072,1926.97825533171,569.983403815558,4422.70051416724,292.870246784974,1287.65163742163,243.882018039984,1753.70705872861,323.998179101877,3134.8789951001,438.528562462602,2099.44939621933,325.523303968807,2674.54901943956,382.196494023123,3770.28634836632,6519.38290663575,1962.40792516355,47954.4271159804,18207.3279574787,1387.62293280797,7978.90741805525 -3100,1856.21437552295,2891.65079147641,436.088384992269,1158.56128497101,797.799707137275,2062.18215466397,869.775318246833,2430.14828776513,168.746006402468,888.765348204403,1397.48266109002,4932.14152099578,781.738996746921,2877.15157008707,887.631414174517,3251.64694407993,659.220264816748,3692.0234983063,164.55328990263,1001.86033500843,347.299457283392,1926.37220941455,781.963041346529,4421.30954902167,416.513933435174,1287.24666346023,331.29443813048,1753.15550761489,426.461474666818,3133.89305734469,575.967074530197,2098.78910712092,451.116686522097,2673.70785815037,529.655523527725,3769.10057128677,8180.03020815073,2537.10667367731,65285.1130760168,25574.1705270404,1735.99240328086,11312.4211293377 -3101,2091.93672083586,2959.29592085409,485.334034473402,1185.66380656346,881.106371760932,2110.42331125997,971.493401233493,2486.9973705857,184.549731368382,909.556464179713,1527.33164673321,5047.52037389193,854.375329627173,2944.4575154562,970.210832162174,3327.71355588215,722.674122729154,3778.39195190537,184.690674961043,1025.29711104646,386.40952616168,1971.43632909301,870.291259015836,4524.73837844461,469.096220729556,1317.35955515082,364.74602170991,1794.16752451588,466.617215019038,3207.20502224197,629.763814126093,2147.88661955435,506.322574098979,2736.25459253331,594.472685383948,3857.27210864312,8809.70106412195,2764.92734193358,72351.967087241,28656.8309707757,1867.72875766136,12735.8212536117 -3102,1926.39748829063,3190.82292821384,443.439879653964,1278.42681513382,827.187143419437,2275.53690807028,903.455231889982,2681.57306491406,172.411610976821,980.717609198108,1427.55775996432,5442.42420169745,798.562731506336,3174.82360762273,907.093214644814,3588.06452501453,673.777981159339,4074.0027338796,172.802563428333,1105.51347944083,359.548110579686,2125.67597449605,809.952276091303,4878.74121015356,434.049007735013,1420.42606947657,336.275582338324,1934.53815616712,435.784389872644,3458.12774191866,588.438977496412,2315.931240462,473.73176119688,2950.33147234761,556.207853721576,4159.05425269738,8320.57889196348,2599.24879023402,67270.9143718017,26529.8822456697,1765.26714869875,11800.7976439027 -3103,1796.72788155296,3483.95184529532,412.540161896769,1395.87108462761,756.390646174661,2484.58193646832,834.645076277291,2927.91910989285,157.202301294617,1070.81245219458,1300.86195350084,5942.39927033426,727.690258169494,3466.48272721797,826.516798337926,3917.68653547963,615.715648363315,4448.26606231745,159.602420809553,1207.07285027964,331.399704547435,2320.95384183259,746.597630023865,5326.932839657,403.663725047855,1550.91527709081,309.624285867714,2112.25691008353,397.501610964687,3775.81294818783,536.422464438644,2528.68714444812,437.544064169818,3221.36734270998,513.719925017586,4541.13094469945,7485.44194897825,2358.47365156745,61907.8983145461,24606.1081158599,1586.69120164962,10967.0802000869 -3104,1688.39604289206,3674.73581495434,387.647605323208,1472.31009368484,716.871950157768,2620.63961631904,787.616409112504,3088.25428541492,149.055195180315,1129.45099241031,1233.74620527268,6267.80977324467,690.146323531421,3656.31007409882,783.921976627314,4132.22216120241,583.247995886686,4691.85664426375,150.710692346696,1273.17311809906,312.982854114004,2448.05111728378,705.103296225466,5618.63991208084,379.896010815354,1635.84462924812,292.360853908026,2227.92577582563,376.837526000118,3982.57946360852,508.664506658507,2667.16006051182,413.167723326118,3397.77197648873,485.099694471918,4789.80688134912,7137.5394131359,2241.33837212964,58491.4406324178,23178.2457813876,1513.5043381049,10324.7524548921 -3105,1581.06571972277,3795.47035690257,361.505245957335,1520.68328123302,659.424511978881,2706.7415130595,731.050073039814,3189.71980167105,136.503194535124,1166.55944185767,1129.21966498027,6473.7405340117,631.675134573787,3776.43923283197,717.468996628026,4267.98755359629,535.255073745498,4846.00899462503,140.106185710641,1315.00360088069,289.780469109845,2528.48256737832,652.927227421892,5803.24200331051,354.776394694125,1689.59079277014,270.059763787413,2301.12494212878,345.236343294973,4113.42830051115,465.740813756513,2754.79040033055,384.095865214443,3509.40678886259,450.96646311935,4947.1774159837,6452.77698830857,2044.11159469054,54070.5517977912,21593.0231738727,1367.13061101545,9642.03681059619 -3106,1497.82277692737,3857.13724578642,343.54937226703,1545.39057653854,622.808981800193,2750.719284568,691.746056809764,3241.54476092084,129.120326680983,1185.51311155149,1068.07246970552,6578.92260649126,597.46995377341,3837.79691360641,678.586350631845,4337.33166367388,506.578279519249,4924.74450566866,132.315589729024,1336.36911643265,274.228148105596,2569.56407740611,617.839521973815,5897.53015369309,335.979916734772,1717.04241216889,256.095523255195,2338.51246008319,326.579208601419,4180.2612097652,440.540706874322,2799.54884593573,362.738237862606,3566.42586111102,425.890500215917,5027.5566605338,6094.16481859304,1931.40933868084,51169.5645863228,20443.1600630956,1291.01627292894,9124.67897234055 -3107,1409.46884828115,3788.58238292646,318.865263352775,1517.92356349527,558.540814915811,2701.82935110094,637.140117870287,3183.93113652049,114.315406419079,1164.44238380648,944.097511511581,6461.99206751524,528.119498029884,3769.58579631104,599.79779910068,4260.24206109203,451.143590732086,4837.21451575832,122.169760637055,1312.61714815425,250.892168849924,2523.89390761143,565.450320229251,5792.71034948711,314.81187656886,1686.52454371099,231.74594229176,2296.94888824699,289.450018800543,4105.96330028134,389.81620153133,2749.791039829,334.923827073877,3503.03795961082,393.233636153768,4938.19933788211,5195.47510257611,1690.23927813993,46528.3016679476,18989.271712951,1097.80295317086,8532.33224267958 -3108,1387.06272377657,3653.94192209546,314.999854462106,1463.97886665662,558.82602717813,2605.81044161165,631.27464209756,3070.77906217015,115.035104098803,1123.05987095065,950.592920879311,6232.3426889568,531.752970518644,3635.6204453015,603.899164179031,4108.83953202416,452.794329523227,4665.30726240806,120.889843773843,1265.96872933707,249.215425574637,2434.19855339641,561.593514869701,5586.84622615954,309.968949803045,1626.58802423833,231.357088740214,2215.31881515882,291.156741128409,3960.0436039336,392.347887897668,2652.06764480399,331.414982889127,3378.54531367655,389.113906693129,4762.7032374082,5301.16320483916,1707.36025816492,46346.2770824835,18765.6313183558,1121.22274950518,8409.60778026185 -3109,1335.95754288011,3553.22149784806,303.24885470075,1423.62448345002,537.657020568255,2533.98162254905,607.724113535595,2986.13344477773,110.63495498458,1092.10287462474,914.198031442055,6060.54898969435,511.394002820824,3535.40505013088,580.778648571894,3995.57991551864,435.528885067105,4536.70868675123,116.395269169064,1231.07246929207,239.877154981058,2367.10019326159,540.556145830928,5432.8455512443,298.523330255553,1581.75134117932,222.605355629745,2154.25384596575,280.027027613667,3850.88552744242,377.335577054579,2578.96375207318,319.093274801529,3285.41616039832,374.647005018072,4631.4199546238,5093.85630055627,1641.64763181118,44602.5483113696,18068.8925112034,1077.31063137834,8098.84844210871 -3110,1323.62371745722,3503.44611709289,299.762768929724,1403.6816088617,522.741535151033,2498.48428578989,597.011819901658,2944.30212936731,106.98182456204,1076.80412771544,883.439362449487,5975.6496571506,494.187885200183,3485.87925147166,561.227500250557,3939.6077472333,422.393106899064,4473.15610428625,114.503706613896,1213.82696378859,235.011377181647,2333.94061863991,529.670098711603,5356.73941599183,295.214546028224,1559.5933430599,217.457696114995,2124.07593403676,270.900496275973,3796.94031364443,364.795683459515,2542.8362821727,313.907626840667,3239.39233654662,368.558542392767,4566.54060729965,4849.96605035897,1580.08514400069,43601.0493290143,17813.3893055242,1024.61608962614,8005.08716511185 -3111,1351.9670569366,3473.48991655219,305.853725885114,1391.67943546871,528.396584636204,2477.12100694631,606.359641367302,2919.12688702252,108.170044519312,1067.59691878035,892.969047494648,5924.55489116655,499.518703702581,3456.07325633782,567.20306433855,3905.9221486017,427.378525051189,4434.9084027857,116.204115709108,1203.44814169923,238.486994665351,2313.9842696951,537.504642047966,5310.93663928953,300.669268984738,1546.2580470727,220.971177325122,2105.91403215015,273.968495860953,3764.47459227322,368.807687861542,2521.09377178007,318.569234744209,3211.69392668949,374.031730258344,4527.49442201879,4866.35660644629,1592.28586774541,44256.456197793,18138.5318176488,1027.54356416793,8154.4946906264 -3112,1429.25866505437,3506.76014260513,324.59299955951,1405.0093977037,563.383161019354,2500.8476846801,644.244540558724,2947.08724209528,115.602198370556,1077.82271234088,954.605288982067,5981.30222172677,533.997452473634,3489.17665990492,606.398057480789,3943.33435245176,456.480520872295,4477.3874105357,123.243771906539,1214.97516284489,253.710845005573,2336.14837023526,571.752801375828,5361.80653290863,318.664894362807,1561.068613966,235.505339234844,2126.08516768845,292.73324272349,3800.53196502063,394.187383554109,2545.24163508264,337.868188778609,3242.45658485776,396.690607458017,4570.86024903795,5238.10809325261,1705.66457982697,47084.6432673371,19228.7323022232,1106.58537679623,8634.18564654721 -3113,1526.10179398983,3553.22149784806,345.392313295286,1423.62448345002,592.230484017358,2533.98162254905,682.203339286181,2986.13344477773,121.205414302196,1092.10287462474,1000.35424465971,6060.54898969435,559.588999123497,3535.40505013088,635.376442778466,3995.57991551864,479.311614857486,4536.70868675123,130.640996867914,1231.07246929207,268.144159766227,2367.10019326159,604.343983603299,5432.8455512443,339.010390533628,1581.75134117932,248.801251432435,2154.25384596575,307.031031804262,3850.88552744242,413.22042030976,2578.96375207318,358.147404198784,3285.41616039832,420.500408294498,4631.4199546238,5423.01024122205,1780.31771084467,49743.9946411582,20437.0691020558,1144.64254583949,9191.24210961419 -3114,1598.9522455866,3519.23648210234,357.40335174573,1410.00813543588,600.053464536704,2509.74519220159,704.905282828185,2957.57237922045,121.215515745677,1081.65738637906,999.162723227951,6002.58247875007,558.922472951402,3501.59044094624,634.665530385721,3957.36393421143,481.655716117678,4493.31704447778,135.500516303522,1219.29779741238,275.584351855027,2344.45991108712,621.320052644802,5380.88275024388,354.634453705138,1566.62257865542,252.801085073932,2133.64934638142,307.323723559476,3814.05348492429,413.075717541527,2554.29708725228,371.469594883505,3253.99258604192,436.141975304692,4587.12244033198,5254.70257300277,1765.61175573946,50842.552074476,21230.7283962683,1106.58537679623,9601.62880763904 -3115,1649.94514970338,3409.41872933523,369.693815173074,1366.0088402466,624.608243803084,2431.42860892356,730.164068353324,2865.28135132736,126.512914251223,1047.90427429347,1043.16892306138,5815.27192943974,583.539137949302,3392.32333278482,662.62516988604,3833.87441699743,502.109650373369,4353.10311375611,140.267608003529,1181.24961714752,285.816327893624,2271.30105398912,644.344299525312,5212.97233713573,366.246194038079,1517.73613072925,262.55131912722,2067.06883165777,320.683147871134,3695.03596939839,431.175924203154,2474.59026236336,384.538398389814,3152.4517674191,451.486040753434,4443.98131280994,5529.42689146065,1847.18302212807,52786.5280630285,21957.0698402855,1165.13486763201,9918.38109117302 -3116,1553.64068674462,3342.29344586082,345.055929831607,1339.11459876163,573.650685707171,2383.55818068385,679.812041463923,2808.86914789605,115.18357270026,1027.27293591876,948.836732831569,5700.77975123183,530.770575015097,3325.53462672452,602.686114032942,3758.3923693299,458.62190021986,4267.39839289267,130.986196553872,1157.99295033718,265.092685062703,2226.58324746306,597.774213505404,5110.33834769239,343.899188509714,1487.85465353257,241.813055347161,2026.37198791362,292.157500938903,3622.28739945597,392.435103003027,2425.87005929328,359.093756220126,3090.38569829515,421.61151898998,4356.48736470356,4913.02856931757,1670.27414929508,48813.3876663145,20538.3691629388,1033.39851325151,9312.2602418446 -3117,1289.78198176723,3219.02464725524,287.130554581706,1289.72604253268,481.05364198385,2295.64897758761,567.52644476161,2705.27383799583,96.8703966886411,989.385568246854,798.285619655292,5490.52643792098,446.553661667666,3202.88391852136,507.100832033671,3619.77721791959,385.250169398023,4110.01033538542,109.152090433691,1115.28443234078,221.636219892461,2144.46351550176,499.720757275063,4921.86139951532,286.25516671297,1432.98034084533,202.294309299051,1951.63634769404,245.643000890821,3488.69200360943,330.084309682486,2336.40033060962,299.236371345376,2976.40763549863,351.333040117345,4195.81357220564,4172.37165625782,1408.99621990307,40817.5752730148,17101.5862368772,878.242362536692,7744.05043054656 -3118,1024.6424190632,2977.62054252089,242.059860169943,1193.00570181841,437.373245365214,2123.49152402745,478.079603723099,2502.39741408292,92.8146389439844,915.188641067881,768.537380392404,5078.77574803523,429.912769180156,2962.69025440078,488.064094832273,3348.3195018767,362.844284671882,3801.78859924288,90.2034994805458,1031.64597988502,190.916931751031,1983.64390340697,429.816800147135,4552.75656964406,229.221696915596,1325.51693991156,183.124285550355,1805.27741077698,234.588649255419,3227.06475246573,316.7806718378,2161.18681349885,247.289518322241,2753.19809245127,290.342306554137,3881.15719953879,4484.10825980646,1391.91642095909,35934.0260535661,14087.5779314802,951.429226081416,6225.91975052591 -3119,941.030549363687,2770.78628490079,237.370137922217,1110.13602613325,478.52293605174,1975.98757358689,451.467639311859,2328.57354901309,109.466868319307,851.616953388239,952.271217987082,4725.98908618122,532.691794544016,2756.89309839094,608.000867685265,3115.73540710845,455.303835519917,3537.70521073722,91.4699484090245,959.984823827964,224.058792938237,1845.85417893238,502.012966522464,4236.50874297836,207.373367410248,1233.44264491178,192.918840369065,1679.87754611179,267.071542449201,3002.90336828776,396.746687413144,2011.06443767391,250.7614406679,2561.95287654773,294.418686130817,3611.56063523181,5950.58065717143,1693.47687772127,39489.1525829825,14612.9906003274,1245.50787782292,6243.51716828726 -3120,947.640988936153,2618.73094218842,239.721775782807,1049.21392801587,485.231416494547,1867.54923269627,460.953234408723,2200.78597804249,107.45392712265,804.881877351241,899.194132871346,4466.63603031033,503.000959427491,2605.60018663459,574.051079688209,2944.74992991352,433.134586177047,3343.56285440849,93.6932260725944,907.30273059642,219.713888569015,1744.55730471869,492.949300347994,4004.01741287184,209.608737317545,1165.7537202516,197.896888702439,1587.68914551922,269.611956990644,2838.10989313402,374.979830242073,1900.70114695259,256.85647318534,2421.35790364085,301.574855998599,3413.36523737335,5668.98093501954,1636.48429960093,39412.860613395,14700.1767593842,1205.43968192107,6333.71000800536 -3121,1022.03205097117,2533.21605158194,265.439208612491,1014.95175436847,558.973702139859,1806.56424727322,521.074368483594,2128.91911721741,123.40891838728,778.598388435304,1002.61415299708,4320.77763555987,560.853171141931,2520.51408201245,640.236091263075,2848.58886041871,479.029148081187,3234.37851357976,105.895521297452,877.674679656189,235.977612772693,1687.58863158533,530.323068749239,3873.2658700035,229.101107212696,1127.68592937801,229.251607308633,1535.84301600325,315.949587037406,2745.4311634751,417.691621594994,1838.63358283642,290.308608922399,2342.2882470705,340.85096569769,3301.90149355322,6704.43415703799,1899.25135564355,43852.8788837061,15791.3377836711,1442.85924799289,6783.63168147791 -3122,1237.27716074856,2498.71118362981,326.061067041501,1001.12712372143,698.078419425905,1781.95708407438,650.938253752206,2099.9211669737,152.270455573547,767.99312065172,1193.90187070428,4261.92443917641,667.857767831381,2486.18222724743,762.465202523734,2809.78830788894,568.108637612636,3190.32313052289,132.421000057948,865.719896364985,275.963632330578,1664.6020320594,621.626662694614,3820.50821938602,280.333853540551,1112.32574955428,289.914280842319,1514.92333944061,398.889785602684,2708.03571917093,497.153698791801,1813.58960407729,363.027216334791,2310.38400162703,426.229789469776,3256.92638179564,8347.8803115026,2349.79128345797,53267.3437927379,18779.7156525261,1818.69769955778,8092.88416152442 -3123,1642.82322630507,2530.35689281084,423.742421936342,1013.80621125187,859.254581370237,1804.52523681854,828.504376991529,2126.51627527934,187.493003594625,777.719609694712,1483.5749515466,4315.90091402364,829.898235242714,2517.66925954231,947.364520805046,2845.37375059006,708.447405773408,3230.72797548595,168.868649067019,876.684076720075,348.768155775721,1685.68390504809,785.877755382049,3868.89424047822,367.512815787822,1126.41314685557,362.310120348735,1534.10955981917,488.32985574604,2742.3324843922,618.043770498937,1836.55837676313,462.947082186285,2339.64458231799,543.545575916085,3298.17474446259,10089.5578046217,2880.238653671,66861.3966870113,24137.2347180547,2184.77872023865,10480.6911198276 -3124,1947.68630900103,2527.43274857448,465.536438321467,1012.63463122779,812.94495628624,1802.439881948,868.815294170181,2124.05881944472,173.097839620831,776.820857301063,1418.69888235008,4310.91335008816,793.607156534793,2514.75977745491,905.552833586581,2842.08556492869,694.449661334039,3226.99446476435,178.634005208515,875.670958492627,376.106637968098,1683.73588621751,846.896418152941,3864.42324872739,422.922011678351,1125.11143541696,350.383282647437,1532.33670412437,440.565340499035,2739.16337581656,592.852478381076,1834.43600358825,489.718440618962,2336.94083003705,574.977793543694,3294.36329055388,8312.81585325101,2567.20524869157,68295.6922098748,27241.4933762647,1760.11195434162,12116.9019328621 -3125,2224.93620131709,2533.41099537145,527.477244809411,1015.02986004013,879.748957475042,1806.7032715306,989.052425862971,2129.08294831268,182.560100593807,778.658305519855,1416.17910246284,4321.1101412557,792.197614752332,2520.70804832115,903.966414437699,2848.80807374118,694.140780550729,3234.62741536757,204.51225695061,877.74222116253,378.621664430284,1687.71850006724,856.705048885337,3873.56393740522,483.654964077892,1127.77271051471,395.899893877043,1535.96120689244,481.42440270507,2745.64243829097,591.918902318879,1838.7750749914,560.662699380282,2342.46849799964,658.27335683843,3302.15559157591,8565.41256724857,2695.75072138979,72594.9752859621,29071.9680010951,1841.50716820833,13150.7984211109 -3126,1998.28754218487,2705.61042671519,465.465357691392,1084.02283631407,800.841377039403,1929.5073789308,885.536588762759,2273.79964594007,166.678794737378,831.584781984419,1336.379113026,4614.82194342966,747.558231796328,2692.04404287454,853.09093922284,3042.44547848993,656.029021188933,3454.48949165634,184.459638496823,937.403567713373,360.738628665487,1802.43504882733,814.495769284344,4136.85540827727,435.182929754473,1204.42897347023,346.833909931037,1640.36260361651,430.452199376129,2932.26753284165,558.681079627648,1963.75914700381,505.689196277931,2501.68930505901,593.729037295947,3526.60765092071,7823.62502780082,2466.10603999433,66873.5135218907,27016.2983437375,1664.66739025466,12175.9895654279 -3127,1856.79435078373,2969.49792664559,430.606915449339,1189.75131566862,743.678657898415,2117.69887660384,813.48277556174,2495.57115376141,156.578921178171,912.692108793645,1295.68655712795,5064.92141571552,724.795188855963,2954.60836668194,827.111707043709,3339.18566069273,636.272934277785,3791.4177450693,169.247251565021,1028.83176501303,350.342101898849,1978.23274465431,789.359918900766,4540.33715882227,402.967965667182,1321.90107792197,316.389832764409,1800.35281587085,395.928867939442,3218.26168067915,541.693755840539,2155.29133754074,463.985006766878,2745.68767592431,544.764201836032,3870.56983669879,7363.38981179972,2318.72271731238,63116.0177497904,25663.3533266042,1548.23403068876,11504.8040791847 -3128,1749.29154785398,3181.66062053201,406.106105850402,1274.75586876905,706.056058364008,2269.00280393409,770.867351323156,2673.87304581404,147.845586236414,977.901521722679,1212.86087071288,5426.79652000129,678.463258732059,3165.70724128621,774.277719207307,3577.76155556118,596.033836552286,4062.30441423473,160.506379074137,1102.33904611346,329.182893137956,2119.5721894386,741.93457129968,4864.73211937256,380.355608248406,1416.34737849916,300.523800918699,1928.98321494731,376.0574872775,3448.19788022237,507.102299761949,2309.2811457772,440.022231925167,2941.85972530267,516.629538603304,4147.11171135744,6942.01708585392,2187.12677941158,59577.7956135252,24185.8992421336,1465.62522870947,10852.8364608542 -3129,1661.30624534961,3323.77388670766,386.118321761058,1331.69460036043,676.075190311704,2370.35094815409,731.583387173568,2793.30527860074,142.315489574547,1021.58084388335,1179.73010586847,5669.19188214366,659.930212425261,3307.10792774278,753.13666936242,3737.56721710073,579.356171585556,4243.75285181514,152.3081908636,1151.57654217611,319.200581730062,2214.24580886625,718.876366329179,5082.02209872869,360.852110238135,1479.61049044105,285.565359859979,2015.14391458482,359.427712498164,3602.21640124752,493.207381802333,2412.42837776869,417.547205730246,3073.26195327613,490.241639150183,4332.348184001,6718.5550936608,2108.54865476517,57241.8262516974,23219.2816624485,1413.76148908216,10389.7329481568 -3130,1576.67142260111,3504.9406819437,367.898961189733,1404.28041732749,643.019107041896,2499.55013543309,694.274529911142,2945.55816423289,135.378293522509,1077.26349073879,1122.97685894324,5978.19886031796,628.182966073843,3487.366322324,716.857066285752,3941.28837798035,552.122737823379,4475.06434596095,144.208892754801,1214.34478054798,305.075218503683,2334.93627420187,686.836141347162,5359.02459298001,342.422444364107,1560.25866323729,271.830137234134,2124.98206163952,341.749593464052,3798.56008267863,469.546817540126,2543.92105231093,395.343283048674,3240.77425645131,464.172041984659,4568.48868666306,6368.1276695349,2000.77079523404,54547.7913998986,22148.5267251836,1340.30245092237,9899.64594726385 -3131,1519.4055811733,3468.87626997864,352.773288977859,1389.83094383258,612.122201781774,2473.83078267029,664.048993816774,2915.24957052424,128.938944418583,1066.17888821611,1077.53138735936,5916.68562911885,602.76118564548,3451.48274336093,687.832745571927,3900.73412595867,530.661412474304,4429.01775664937,137.886655572541,1201.84966738988,295.006398859759,2310.9107310197,663.905092918419,5303.88241278626,329.586321460018,1544.20423712591,258.178172075334,2103.11686178489,323.824357878892,3759.4744466787,450.640696744955,2517.74514088687,378.011106397843,3207.42800940281,443.822355590558,4521.48079893978,6016.11263514542,1901.06320927503,52328.179702905,21385.0661177089,1261.50952902767,9560.60446123796 -3132,1492.19829962206,3347.23199454812,347.562090732512,1341.09326483359,614.703543284959,2387.08010905878,656.041710204388,2813.01951268832,130.561910835464,1028.79082699905,1100.36130826055,5709.20318227194,615.532034227736,3330.44841270155,702.388152896037,3763.94574278515,540.402232256472,4273.70386997683,136.060015008553,1159.70399236788,297.328286566388,2229.87323080894,668.641418311137,5117.88934677355,323.755484662786,1490.05309683658,256.716389428636,2029.36614054653,325.958845380622,3627.63966518948,460.037930606053,2429.45450739484,373.003439646357,3094.95202991168,437.942860475094,4362.92447900986,6186.2944923521,1933.29475983435,52472.2479612433,21288.6738856527,1295.16013487842,9474.98259564716 -3133,1442.75000525403,3235.00994975106,336.393432554628,1296.13067225312,599.820580871034,2307.0489037616,635.585249553651,2718.70791364705,126.847914979894,994.298742057719,1069.03248738581,5517.79175446532,598.006978867995,3218.7890680331,682.412208344605,3637.75261113233,526.231714088857,4130.42016931698,131.763544459546,1120.82280528708,292.057932986378,2155.11267223182,656.472755709446,4946.30279153164,313.154731665994,1440.09635477163,248.994374150214,1961.3279471064,316.692339151284,3506.01644287397,447.059862097351,2348.00262326928,361.224826414409,2991.18813009499,424.113605774066,4216.64949504486,5971.7623317188,1871.54054422876,51202.6102474746,20822.3459677682,1251.70919221517,9259.26097451668 -3134,1452.34383234575,3154.43361413502,339.930279590666,1263.84716720308,615.903316542451,2249.58585120857,640.897768901963,2650.99142291142,131.83365453122,969.533146159379,1133.34752536468,5380.35680150593,633.98422185298,3138.61675565953,723.488342419546,3547.14492218063,556.719858536154,4027.54131362019,132.751368784291,1092.90579856138,306.231356343885,2101.43398664339,687.423052075567,4823.10225738192,315.30239593848,1404.22701000797,251.440811015961,1912.47597404483,324.4684604263,3418.68998577974,473.812832187052,2289.51951182957,363.932909835338,2916.68481096926,427.293163048099,4111.62287374682,6301.5021288429,1955.11308941661,52865.0243443254,21418.2337855241,1312.46235006368,9468.9039510178 -3135,1484.16004925693,3092.89668987856,347.049957020016,1239.19194318714,633.870927223466,2205.70076403669,651.946340711227,2599.27568615753,136.796824029461,950.619421834355,1194.49477001696,5275.3964030739,668.189430274693,3077.38838784807,762.477423095282,3477.94695668064,586.704468918804,3948.97173978435,134.825369189202,1071.58531140827,322.544038909736,2060.43905700323,723.20219220182,4729.01282181297,321.320663832178,1376.83324563565,255.775654161055,1875.16725129038,332.812066883646,3351.99792868,499.383830151679,2244.85539585267,369.618704334266,2859.78590794961,433.968847082795,4031.4130306171,6556.53837287572,2028.58325484922,54873.6281401942,22264.1472657536,1358.12477529874,9801.67973153693 -3136,1564.53319716867,3169.05432271056,366.851702086103,1269.7050622727,662.901357952132,2260.01261657107,689.107564894291,2663.27869149015,141.588054802957,974.026904253003,1217.32714231008,5405.29459968141,680.961650143132,3153.16415355345,777.02845263505,3563.58583631178,599.38619156246,4046.20885113263,142.381713844497,1097.97138533096,332.092910906435,2111.17407239818,745.21118280501,4845.45719686114,339.438241782672,1410.73556158922,270.941040279298,1921.34024487587,348.450183177625,3434.53551499558,509.072741653678,2300.13136855417,390.334140440909,2930.2035607178,458.290814068229,4130.68012685882,6706.12207269325,2089.7361346494,57086.5597512498,23212.9224621415,1397.15275281837,10256.3614349259 -3137,1682.7528614412,3263.73151469572,394.308249972673,1307.63817975947,695.066923638501,2327.53170163522,737.785641952393,2742.84556611807,146.755071142452,1003.12647870706,1234.54176386759,5566.78066537708,690.591351720432,3247.36661824057,787.993294575719,3670.04986817208,609.030516669402,4167.09150355844,152.604591995655,1130.77386741473,340.157937940218,2174.24652638993,764.445113720104,4990.21782087301,364.123469377692,1452.88204063431,290.672506203728,1978.74131179016,366.866993726807,3537.14409951961,516.414435516813,2368.84902278025,418.359778342153,3017.74495850501,491.19567961249,4254.0864038031,6842.39907070991,2154.63032429607,59532.9878657841,24294.1549519904,1434.96656021993,10801.7319720103 -3138,1777.28628782303,3281.40632583186,412.665560615816,1314.71972361735,717.148922145847,2340.13650170978,772.527228501499,2757.69950773014,151.809433340372,1008.55893262583,1284.30895930839,5596.92769078461,718.430664878315,3264.95280491334,819.76913973188,3689.92510545434,633.016839077171,4189.6584809525,160.208901249451,1136.89759862676,352.423688949839,2186.02120716386,792.363167851984,5017.24245727922,384.425662792929,1460.75015587469,300.728828843389,1989.45722969447,377.983531708934,3556.29958263421,537.170981825095,2381.67757773312,439.206707600701,3034.0876239352,515.672032539065,4277.12450402841,7073.40857529084,2235.12254308613,61766.2685692088,25312.2964038389,1476.55275977211,11283.9491384057 -3139,1814.99738283079,3265.16110038442,420.669449804175,1308.21095384317,714.953948586768,2328.55121135765,786.216841282597,2744.04699238429,149.663815692283,1003.56587001467,1241.74463696244,5569.21903689615,694.620572936297,3248.78903574719,792.579168646278,3671.65743017426,613.093329838694,4168.91678065313,163.221146341658,1131.26917106661,343.81949021638,2175.19889385761,774.180898006524,4992.40364527311,392.354301131821,1453.51843470144,305.398577083611,1979.60804370369,377.75590347651,3538.69344589224,519.498478038664,2369.88663039178,447.464664799814,3019.06679670934,525.367689503754,4255.9497865642,6870.43363091501,2194.4006352616,61286.4328547035,25216.3391351317,1442.12169913196,11310.8326078368 -3140,1712.33187398547,3336.9650095945,393.6999383573,1336.97972134635,659.361431959901,2379.75820379415,734.458730695467,2804.39112091325,138.571818924035,1025.63521066937,1157.1170065777,5691.69130880006,647.280651865336,3320.23290813009,738.621726852392,3752.4005692297,570.461827097108,4260.59511223289,152.848990931841,1156.1468252938,318.314478855221,2223.03352715335,717.042591135974,5102.1912138078,369.254444519889,1485.48264795517,282.605991241961,2023.14145350234,348.208687999797,3616.51258409073,483.990172509162,2422.00262688176,419.029788880058,3085.45886482034,491.982338126408,4349.54205435189,6374.61108894156,2039.61481207889,56803.9542435838,23444.8701924013,1331.06571123494,10539.5518335327 -3141,1419.31598707205,3319.35518392362,326.897019991886,1329.92421439596,554.018402264045,2367.19974813545,611.644817641525,2789.59179319772,117.148041199021,1020.22273040366,985.558787531399,5661.65512579178,551.312555963282,3302.71138107459,628.994283585937,3732.59840778017,485.713994777828,4238.11110746662,127.069898464641,1150.0456093731,269.790646516411,2211.30213867277,607.320383751392,5075.26593962713,306.798552771621,1477.64346163095,235.576350861457,2012.46493510875,292.837030581256,3597.42753046887,412.220009955885,2409.22123903048,348.357371560227,3069.17628691858,409.005943519751,4326.58865894467,5417.79981385777,1724.79432628518,47876.3891981588,19711.6116595238,1129.85555505191,8831.19779789765 -3142,1083.69794551747,3068.52884225266,261.237538632979,1229.42878473777,468.45519176529,2188.32282176586,484.07356028829,2578.79690519299,102.940219653018,943.129825011648,879.320086470163,5233.83340611478,491.883599958541,3053.14272469153,561.241946028743,3450.54543312873,427.838407883849,3917.85917726361,99.0712967580829,1063.1426667923,225.707838809078,2044.20558074526,506.871246753756,4691.75458934761,234.81663187453,1365.9856596669,196.768140380953,1860.39346657198,254.536932336473,3325.58871332027,367.167899219926,2227.16896797834,271.600252716912,2837.25465836871,318.885508652077,3999.6509420971,5118.24775320279,1544.78703740945,39860.8563094495,15719.2547286456,1069.2322789998,6899.49838968369 -3143,1063.70564080451,2867.60785226742,257.208959120464,1148.92830348287,546.104870271638,2045.03592098713,555.184368483677,2409.94256039175,115.309985980246,881.37561383505,978.845978133997,4891.13270378003,547.557471889762,2853.22918620221,627.673905384851,3224.61077842809,483.650244833459,3661.32577478117,120.70228403007,993.530260297645,261.135534873017,1910.35518202612,587.452260805368,4384.54809877165,218.100548367453,1276.54371365461,207.098287223554,1738.57870898563,286.409063124095,3107.83596895514,420.623548670166,2081.33850102984,330.900794870244,2651.4770287274,388.510199199104,3737.76198220985,6244.9093717182,1839.98910595173,43946.9355820587,16549.0387230363,1411.55921979301,7290.76427702851 -3144,1076.59440946283,2750.70718173469,274.202922847684,1102.09118488418,576.454976881922,1961.66815149317,589.735554235063,2311.69903625284,120.777026571269,845.445526613728,1024.67736817686,4691.74118227741,573.195131568259,2736.91467521115,657.037231690198,3093.15655538736,507.420125617967,3512.06846340498,128.170822041628,953.0280858,276.555562348761,1832.47779667932,622.198540266663,4205.80796443838,221.65022817981,1224.5042355326,214.117101748386,1667.703949491,300.109159072499,2981.14217838356,440.40693147408,1996.4908234844,351.375512348891,2543.38712992367,412.549538751896,3585.38867856354,6507.43378002344,1923.70102296774,46354.4341011487,17562.5858074851,1466.19129060403,7745.63160101722 -3145,1098.91305421688,2721.20584163198,278.514401697843,1090.27125469119,615.020112980761,1940.62925659002,611.007344816715,2286.90605940076,128.863193083063,836.378121626181,1094.79529941945,4641.42224858234,612.41845987832,2707.56125976888,702.175435803626,3059.98244505772,539.076975886481,3474.40152201227,132.707078581501,942.806857646996,288.138970360162,1812.82446859356,648.119304161552,4160.70066549015,228.027424093949,1211.37142512314,224.831902898596,1649.81782125051,319.884511446829,2949.16942247445,470.310038850087,1975.07845535352,363.811489901773,2516.10929779709,427.150604059703,3546.93537771456,7136.93346267922,2078.23263951203,48525.7926983746,17999.3806250907,1609.42432618793,7903.62515583481 -3146,1250.81019103528,2766.30260295463,311.307029414082,1108.3396057867,708.156326154154,1972.79003364748,691.974581766269,2324.80545501071,146.703148617908,850.238868192799,1246.89881658191,4718.34149818105,697.503773792349,2752.43189837703,799.805269637116,3110.69352904301,612.69374930036,3531.98050180869,150.026431036759,958.431377917452,325.667677513947,1842.86722064461,732.539569290048,4229.65323128872,261.0766192398,1231.44668999142,255.019069364181,1677.15917094648,364.056751616017,2998.04407484754,535.568750002661,2007.81013640899,411.291846550658,2557.80712848983,482.897229953835,3605.71641357318,8219.81571667315,2384.83154342004,55061.0953180172,20277.4381571558,1851.37686297701,8905.05900942608 -3147,1713.06182933193,2912.83456561116,387.847806456844,1167.04872081714,881.116156302751,2077.28937339103,862.383304407876,2447.95116790325,174.100935059167,895.276301895854,1477.66767601368,4968.27360592435,826.593759432609,2898.22912523025,947.665182804139,3275.46799281527,730.248918653186,3719.07067568983,184.526564015262,1009.19980459928,396.86235156725,1940.48450606668,892.967030969087,4453.69936010894,353.737022210482,1296.6768279375,318.301661784961,1765.99884623859,432.48627006472,3156.85145982017,635.01172701565,2114.16450256382,505.872670082313,2693.29501699276,593.944453654545,3796.71240305727,9612.338276081,2845.48320408458,67509.3391928651,25391.7535920378,2149.77384571205,11259.178574435 -3148,2417.88192457053,3159.69707123922,513.796551104666,1265.95601023627,1124.56949316659,2253.3394881775,1129.46208458988,2655.41484129486,212.227904067813,971.150899693022,1796.54879913528,5389.33441228941,1004.97293808816,3143.85382090823,1151.83452665787,3553.06365353595,897.186836365615,4034.26162969995,239.597826836845,1094.72941049726,507.399012105493,2104.94041885881,1142.29927475399,4831.15003867843,494.245541707015,1406.57008947511,409.781334559985,1915.66711276688,528.18650822251,3424.39437848342,772.774979864112,2293.33978171439,656.848476286859,2921.55156274372,771.204954239846,4118.48348749619,11268.0332093294,3451.24092445798,86289.6816888159,33657.9632065838,2498.64981860942,15103.927613151 -3149,2677.53543276271,3720.48238050449,532.104535960989,1490.63879365201,1183.44228402272,2653.26380157431,1180.83735993806,3126.69977761285,222.95855231482,1143.51146000902,1888.15257631937,6345.83736082819,1056.21525176257,3701.82725870725,1210.65608070721,4183.66394681214,941.220052769168,4750.26528595584,249.920580612844,1289.02277381221,529.55319551142,2478.5267586758,1192.15135201048,5688.58602303519,546.084074008765,1656.20916083084,436.546771938976,2255.66109005691,554.731966485754,4032.15835625959,812.059261540203,2700.36337598403,685.147919476161,3440.07063584116,804.431294221926,4849.43489966231,11868.9715232134,3638.73604352288,90511.577953328,35214.1901537385,2639.64437507383,15836.067604305 -3150,2419.35075342525,4167.87598853878,515.003709476447,1669.89035298271,1099.87317713362,2972.32276862475,1130.38773800627,3502.69013361516,216.976627037663,1281.02043481368,1837.69415078191,7108.93385813635,1027.98927082173,4146.97756025716,1178.40485627027,4686.75583558852,915.599401800148,5321.49183887278,243.497304343437,1444.02970319216,515.167108691074,2776.57333322324,1159.82631472421,6372.6470573772,494.710859527183,1855.37080610735,409.091949879915,2526.90773239318,539.806681924547,4517.03146965624,790.327085678073,3025.08613777314,667.538747948899,3853.74430937515,783.756388498384,5432.5867479431,11376.4381800618,3477.39529738032,86979.9264957559,33924.5736314939,2550.82175910496,15219.6131720542 -3151,2280.1181815706,4405.3812426955,492.780028758004,1765.04859036541,1036.53584169172,3141.69975501765,1076.32142046414,3702.28995681148,204.843639860771,1354.01902805087,1734.14787429249,7514.03447710941,970.066432454211,4383.29192328993,1111.96861425653,4953.82931353339,865.546032793854,5624.73557145023,232.792335627537,1526.31733425644,490.461960804998,2934.79559247601,1104.36940243947,6735.79057776398,465.517353797349,1961.09859553085,386.693048002742,2670.90286681249,509.78609130394,4774.43325180733,745.91685160627,3197.46983008393,638.191476804717,4073.34885715203,749.299795057297,5742.16119301939,10638.6208193492,3267.11565207883,82551.9420755268,32406.0773435282,2384.6928003549,14548.5592214055 -3152,2109.90372237352,4486.8023326317,463.71838917246,1797.67055248417,959.938116694854,3199.76524452096,1008.80601414199,3770.71638052753,192.453576760718,1379.04426400316,1629.16095842933,7652.9102845004,911.337713620303,4464.30475424401,1044.69324445669,5045.38692451985,813.450636916399,5728.69299887828,219.321400340263,1554.527020115,461.758524031275,2989.03704008638,1039.76376298905,6860.28273410864,430.65652493564,1997.34399095156,360.579649067247,2720.26699912003,478.971591015472,4862.67523082659,700.773222465513,3256.56607267025,601.261411810305,4148.63326169468,705.940253074205,5848.28890301048,9923.72824893717,3049.83535243922,77392.8242777125,30455.1338343816,2230.4890203696,13667.9195121025 -3153,1983.59199696008,4583.0390686298,437.579012591896,1836.22851281881,893.720968827179,3268.39651914906,948.501449945374,3851.5938986204,178.723025377113,1408.62317319632,1512.09769573115,7817.05638501172,845.853597011505,4560.05894312918,969.590406651421,5153.60465587207,756.634282904786,5851.56685755879,206.539042024544,1587.86983206566,433.192560991492,3053.14843773438,975.572354721201,7007.42788769679,404.033531466658,2040.1847162843,336.548305419732,2778.61358932631,444.973627799241,4966.97400704638,650.547701002155,3326.41565956125,566.219054816182,4237.61666108693,664.797066635105,5973.72795592046,9115.1634910457,2820.67815424929,72436.8874901345,28720.6102528191,2047.32163504023,12911.5542768223 -3154,1866.79221223901,4662.44574781192,423.874077074477,1868.04338636429,845.12521239959,3325.02543065289,910.243365367395,3918.32740808162,173.0339380152,1433.02926852466,1464.00100054882,7952.4963145471,818.948746392928,4639.0674639221,938.708157906591,5242.8970719768,732.528481105951,5952.9523105765,199.389262329459,1615.38159193715,418.806474171145,3106.04791663038,943.125307083066,7128.84002707366,379.821899992542,2075.5333770337,322.744358667639,2826.75642087426,430.801703595426,5053.03282207659,629.849527633789,3384.049822646,546.618201333895,4311.03848046591,641.78372968056,6077.22999729818,8758.47462267338,2706.1168584239,69723.6999329013,27670.0149068978,1974.69097048406,12414.0174349249 -3155,1803.7894836779,4615.0746590867,409.848553285093,1849.06380916716,807.459706393126,3291.24271591289,877.421324896569,3878.51666381939,165.312133402812,1418.4694944711,1398.08698162416,7871.69786049965,782.077048116875,4591.93390176991,896.416397394438,5189.62851813028,700.693597352482,5892.4694980497,192.227086349554,1598.9690932496,403.156040405126,3074.49004348784,907.930040665801,7056.41003395496,366.724625775665,2054.44567305307,309.494766557322,2798.03618766176,411.69861295755,5001.6933150682,601.581637601169,3349.66741198216,526.983363900656,4267.23773780809,618.730492212754,6015.48450641699,8290.54819648857,2575.49247288057,66987.7121179032,26735.1796115621,1868.94361993513,12008.5606875046 -3156,1741.59141761093,4563.73973431859,403.562067354237,1828.49609173097,782.423188010648,3254.63318958978,858.744558892466,3835.37470494403,162.614008679477,1402.6914128227,1375.21949921055,7784.13849314024,769.285187968719,4540.85637891265,881.70617998998,5131.90265035302,689.200649437119,5826.92570933001,189.257616023411,1581.18325787923,396.399613886139,3040.29152520991,892.7565155179,6977.91936912621,353.431486458384,2031.593428646,302.21363661328,2766.91275244078,404.989331034339,4946.05790957446,591.749552163868,3312.40800941676,518.842672122034,4219.77191235135,609.172516427983,5948.57238312715,8105.52029432103,2517.23846399738,65690.2760249381,26254.4868770928,1831.77607968796,11781.2952449051 -3157,1700.98939840052,4498.95376371201,401.910298803532,1802.53911325511,779.360079762866,3208.43104344845,855.55226505172,3780.92846406154,161.406895026422,1382.77907558798,1364.85148680864,7673.63636178033,763.485416823789,4476.39525601366,875.096980730786,5059.05114837944,684.446148596893,5744.20779382475,188.63323327495,1558.73708477732,394.721883188364,2997.13213206869,889.007657128246,6878.86216922855,345.719949675827,2002.75331947785,298.553103548941,2727.63419172387,402.016438915238,4875.84462376009,587.312934763999,3265.38570305662,517.130950182145,4159.86884272092,607.162785891976,5864.12759486143,8049.79121050868,2499.82451370512,65300.5401610769,26120.8219811601,1816.44206904683,11719.5260820317 -3158,1681.25958138954,4458.14574684916,413.657386389892,1786.1890793599,774.385873640598,3179.32878656811,870.385828598401,3746.63333665588,166.101975008149,1370.23649906956,1404.61520198318,7604.03220523693,785.728874773548,4435.79185738226,900.594023752742,5013.16273622497,704.427625490491,5692.10462921682,193.896730840167,1544.59847109487,405.867711758298,2969.94647402255,914.10014123048,6816.46705735536,341.056375952083,1984.58723119914,302.691313401831,2702.89303012551,413.697436582979,4831.61799684252,604.414129440744,3235.76683568598,531.560631791932,4122.13651498502,624.104656578011,5810.93669085454,8184.10371217644,2538.17490174572,66672.2467338489,26727.9895469261,1858.18306112476,11966.2895564858 -3159,1729.49127255531,4316.55232657678,428.066834533733,1729.45862787601,795.559883920531,3078.3513707044,897.986338106593,3627.63798325843,169.048235156626,1326.71695450949,1428.69305102516,7362.52351778278,799.197802924129,4294.90841023453,915.94127828393,4853.94163882011,718.024585875053,5511.31992437206,199.657697906988,1495.54108425991,416.967074050065,2875.6191677473,939.17524744601,6599.97191797884,350.175525321374,1921.55553375117,309.752661880817,2617.04750364483,421.210765501669,4678.16287077222,614.904458090795,3132.99691305782,547.354107424567,3991.21495227054,642.647756078536,5626.37780746095,8263.05088220495,2578.83023767201,68450.9313412683,27608.6581379608,1871.17636625213,12376.7213218676 -3160,1805.52961331697,4269.83104838222,445.779819778985,1710.73940207595,823.366255342601,3045.03206865731,932.920080221313,3588.37334088136,174.3111099728,1312.35690342533,1472.71968141926,7282.83341247109,823.825896590481,4248.42140035415,944.143444346608,4801.40379368589,741.206698291297,5451.6667817887,207.39393389641,1479.35372319888,432.295131519755,2844.49418814478,973.766727548605,6528.53547965337,365.892317561834,1900.75709929089,321.084100645922,2588.72123878912,434.41875853943,4627.527610873,633.923354042663,3099.08614138562,568.562708892007,3948.0150441005,667.548747882078,5565.47930725012,8470.74925333534,2655.12343175444,70934.5027355955,28721.7468985835,1916.96821258447,12889.9604354879 -3161,1950.0599342412,4233.7666427203,456.273572060706,1696.28993110644,865.031568263761,3019.3127203896,963.968317911253,3558.06475246988,175.757418552977,1301.27230283996,1484.0677877042,7221.32019202293,830.173923273867,4212.53782766263,951.373266560784,4760.84954875206,748.47602795076,5405.6202005249,212.046182597651,1466.85861222461,440.406912440188,2820.46864916166,992.166665006067,6473.39330909708,394.363659581091,1884.70267598541,332.539308713345,2566.85604275597,438.205834981626,4588.44198170425,638.94306279908,3072.91023453645,581.316674614737,3914.66880288008,682.523162692593,5518.47142774264,8553.93007950273,2706.45631315813,72730.1350875818,29588.0549419875,1921.87127480797,13333.6412395473 -3162,2056.35098986406,4192.24383616467,462.545549099953,1679.65351143209,879.968176571872,2989.70071089558,979.633467449014,3523.1689145797,175.916881837725,1288.51003163639,1484.72118362623,7150.49685509547,830.539426966172,4171.2232234137,951.75606911617,4714.15735914043,750.175778977976,5352.60440139352,214.569981360464,1452.47234780813,444.405201327836,2792.80680948121,1001.27472205445,6409.90528984256,415.686636212903,1866.2183920761,338.629516033054,2541.68151711158,438.748624530357,4543.44068501597,639.331790370112,3042.77256564748,588.235574479958,3876.27555895605,690.646634157597,5464.34883646309,8499.36088363439,2714.10806011494,73585.764686191,30106.5953786707,1906.11116018231,13612.7108700807 -3163,2082.88790730539,4058.77303176759,448.566202243426,1626.17744609799,861.360754946195,2894.51594245549,954.700639122712,3410.99982150378,167.37841412594,1247.48701935055,1411.58812610649,6922.84249996104,789.629464641542,4038.42166398481,904.819667633344,4564.07010291954,715.176452354199,5182.19055072234,207.994261674897,1406.22917584516,428.386887537601,2703.89066195862,965.378917967809,6205.82956128783,420.411506627691,1806.8025566177,329.916255974803,2460.76058553704,417.677122249904,4398.78863073224,608.005952929308,2945.89811897744,570.208485031872,3752.86441276854,669.481051538788,5290.3773159095,8019.90943989947,2593.86566689372,71197.3373593624,29362.7887771047,1790.14304680679,13332.9121895196 -3164,1951.94033283877,3991.51778366579,401.211086693167,1599.23113332345,772.046989210523,2846.55282987915,856.847498557083,3354.47839557656,146.991589494296,1226.81573560703,1238.78600645423,6808.12864770559,692.965542137253,3971.50364496153,794.05564733845,4488.44191067441,629.455993206051,5096.31989265111,186.099251026311,1382.92748063599,381.160638771662,2659.08627504493,859.127336820049,6102.99685703086,392.760339844473,1776.86322439459,296.654555158244,2419.98494659293,366.985896310933,4325.89920863552,533.710734974572,2897.08358627907,510.184132671611,3690.6781744158,599.006536355387,5202.71396638274,6956.60983398929,2281.62806958098,63492.0513165732,26413.062479085,1549.15067718355,12045.2042177942 -3165,1596.94978861204,3764.27952076583,345.380752616712,1508.18644195339,639.775519048527,2684.49775324596,725.170108030577,3163.50696945249,127.484011448193,1156.97276063683,1074.8148346145,6420.53991295536,601.241570929318,3745.40479277176,688.84029228881,4232.91361337285,545.222113884909,4806.18492586538,158.595716727067,1304.19701882962,327.086956030962,2507.7037236468,737.061356524802,5755.5514792473,321.557481914963,1675.70588665841,250.849605201853,2282.21450303931,318.192120721218,4079.62451441436,462.999527421438,2732.15177905625,434.784222599537,3480.56679755835,510.479598566729,4906.52195418021,5989.17668565485,1948.87253378223,54177.4991911895,22467.980574039,1344.46790703592,10202.3857347793 -3166,1231.0385493395,3423.90947958653,283.108242661195,1371.81466655205,550.066383703622,2441.76269444454,597.150722142878,2877.45940270736,114.012734507178,1052.3580889556,964.429481531457,5839.98806431863,539.493015775592,3406.74142398731,618.205509947874,3850.16919363883,483.097240553223,4371.60472210853,130.300747179385,1186.27017770209,275.427726586749,2280.95456355534,620.10660660725,5235.12857143878,248.579547153494,1524.18683008998,215.130390534729,2075.85431111035,283.900175004087,3710.7406532911,414.95340978796,2485.10779403457,357.214622410159,3165.85035376694,419.405230391858,4462.86917271734,5737.05469327648,1772.25099711563,45889.459116569,18224.8839831406,1294.09687607034,8151.73017226427 -3167,1220.75471541623,3185.16958983376,281.606417013593,1276.16176328271,585.068737522991,2271.50522708168,587.018018500682,2676.82198963727,119.203409646248,978.980023432671,993.851775106921,5432.78159027328,555.951577231901,3169.19861602817,637.098502738811,3581.70737410212,487.967334376146,4066.78462227199,128.039110017269,1103.5547866761,274.913262625628,2121.90980951586,618.609377311499,4870.09730369108,248.505634685421,1417.90943054195,219.093072476727,1931.11063948819,299.860191714365,3452.00080641442,426.945873696837,2311.82799084211,351.014428762905,2945.10422454295,412.125590976328,4151.68545111842,6408.76632549072,1925.62422838763,46096.8842703126,17359.6538231847,1476.99622663748,7720.79016425079 -3168,1311.90464422907,3062.55060175884,300.718746878147,1227.03355845083,616.65368180836,2184.05943667835,625.022805144316,2573.77278162221,125.247518665648,941.292378730165,1043.72706772953,5223.6366256982,583.85135896289,3047.19446009683,669.047099182284,3443.8229314041,513.510301477925,3910.22623470817,136.2360542262,1061.07140630623,291.824617170401,2040.22297109459,656.717120007518,4682.61391030725,266.680515944019,1363.32438737506,231.965586572686,1856.76896762539,315.172695457466,3319.10965767705,448.456164348183,2222.82990115008,373.486044573975,2831.7269962342,438.50948630214,3991.85864929086,6666.5472596048,2016.32661671498,48838.4016775143,18544.4872886949,1535.49112670233,8265.12545153398 -3169,1318.5836226923,2991.00660919724,305.410463286398,1198.36892847599,653.214584404457,2133.0378039249,645.830893528262,2513.6470874907,133.462788694073,919.302924938451,1113.62332136269,5101.60768038745,622.950682849273,2976.0092010968,714.031296199086,3363.37206732814,544.857158966667,3818.87976144844,140.980079071701,1036.28380450905,303.820961253079,1992.56149017599,683.569666001111,4573.22375212489,270.226112067238,1331.47587856237,241.863702490042,1813.39314058368,335.544771536532,3241.5722101248,478.253591623053,2170.90255476689,386.491611161839,2765.57525492462,453.779305365976,3898.60516791237,7290.30212266922,2169.7254768208,50986.8801821833,18961.978162084,1681.72837686446,8411.61837512368 -3170,1475.30492947731,3021.9375286855,341.858471436569,1210.76163022728,744.520264938312,2155.09620405538,729.416712500425,2539.64148531182,152.218140746685,928.809719296295,1270.66020143744,5154.36497485063,710.795674776501,3006.78502777414,814.796832917219,3398.1537325721,620.357442046663,3858.37197188806,159.599517722263,1047.00033413011,343.915602792559,2013.16718153037,773.781429526099,4620.51686583577,303.072422147169,1345.24508023305,273.373984425956,1832.14599691621,382.585129318836,3275.09430557535,545.605900829039,2193.35252593441,437.536105464647,2794.17491942745,513.710580712043,3938.92184330666,8385.02910295464,2483.42557200423,57777.0542061528,21342.3448009032,1935.20627714548,9457.4493894669 -3171,1872.92303869322,3127.20661404118,427.893966322374,1252.93846816251,898.494988971462,2230.16890297815,901.698884720591,2628.10980530598,182.216033285114,961.164772533388,1519.18985066254,5333.91709376154,849.820883501135,3111.52627630439,974.004562408927,3516.52829588793,745.607330435288,3992.77822105342,197.384701655294,1083.47255319313,421.787031649184,2083.29578804725,949.262370143766,4781.47240502874,382.088465557821,1392.10664432268,333.787839702152,1895.96873696383,458.376048951214,3389.1820981683,652.628593833329,2269.75788245683,541.122773258303,2891.50990246393,635.331554619542,4076.13404435199,9793.14675027124,2947.35309258071,70619.3020803769,26646.6617521331,2256.92822750216,11873.7470473163 -3172,2553.22356959967,3354.89974368227,569.672534837119,1344.16540525798,1124.68635369414,2392.54836804686,1177.5932865846,2819.46350221994,224.67323145996,1031.14755338844,1868.88144161271,5722.28167155171,1045.4351555716,3338.07771445728,1197.87518774484,3772.56808857931,926.13747182113,4283.49395599478,257.920617854137,1162.36061111968,543.399892514321,2234.98136450348,1223.56964932954,5129.61327020382,515.525619440141,1493.46647044252,425.56183725148,2034.01495798506,566.077974541671,3635.94976468276,803.553135227717,2435.0198365163,707.079722203903,3102.04186288002,830.181395698387,4372.91894920219,11518.3103224945,3576.50204930692,90405.2442851676,35368.98372743,2646.8942279345,15906.3650781012 -3173,2642.20668103449,3844.53094796496,590.065999572515,1540.33977004219,1179.88649509422,2741.72909720498,1226.70810952688,3230.95040659695,235.957593941249,1181.63849408182,1963.47411976791,6557.42068617139,1098.34943306465,3825.25382587365,1258.5970851657,4323.15594442448,971.31291948861,4908.64894256656,269.024174794591,1332.00145565014,567.085292921112,2561.16596036569,1276.87862962044,5878.25523118166,534.371641264794,1711.43059525895,444.067358492706,2330.86949001174,594.357331538703,4166.59884453842,844.105592613905,2790.39906871271,737.519708050137,3554.76969652616,865.920944070811,5011.12507603518,12191.214826214,3767.37896366945,94426.2069562787,36751.4531541269,2802.88062810743,16513.3530476114 -3174,2594.95863508248,4251.83133513232,580.539845135546,1703.52768378224,1178.74466332749,3032.19556448383,1215.45917649387,3573.2463509753,236.039132670328,1306.82458899052,1965.04459902367,7252.13221807116,1099.22794477145,4230.51194068125,1259.74734265526,4781.16320559141,970.182580976165,5428.68497344681,266.848919678207,1473.1174242655,563.152861988349,2832.50306270036,1267.97214984208,6501.01407066927,526.321606293662,1892.74435069328,440.687500619596,2577.80833861716,594.375843482579,4608.02000761941,844.634698509411,3086.02176922438,731.556327548756,3931.37196434046,858.919346666367,5542.01771579753,12311.2921952374,3782.71796980353,93833.3747434716,36288.8480622552,2832.12807813986,16287.1071402878 -3175,2474.86569841517,4442.03047972595,549.329087593903,1779.7323783499,1099.06590037958,3167.8361760575,1145.90027753797,3733.09003850875,218.831916632327,1365.2833798899,1820.61767775256,7576.54521464505,1018.43684826535,4419.75739490755,1167.09765912274,4995.04119843463,901.289125879092,5671.52885807746,252.028308134497,1539.01506974973,528.782632081613,2959.21073690487,1190.83167898394,6791.82695052542,500.524344774216,1977.41336224641,412.22324319166,2693.1226355132,551.292211483237,4814.15270542368,782.748088675002,3224.07021339803,690.926175603536,4107.23585115988,811.215537336091,5789.93136659493,11261.1989893603,3492.6719496313,87954.4887358288,34366.1815667191,2588.39932786965,15470.0753250664 -3176,2323.34856967652,4494.79498387961,514.454988411584,1800.87286734439,1026.27301053038,3205.46520760796,1073.48101187445,3777.43341835315,203.917117066039,1381.50085090859,1696.25276699872,7666.54294277256,948.868256632593,4472.25732899988,1087.40959780624,5054.37462112622,840.414756665453,5738.89791584405,236.186102842551,1557.29620658816,494.806279112784,2994.36161845141,1114.37513278252,6872.5034301168,470.051997046126,2000.90199791471,384.785203159753,2725.11279882621,513.776380560652,4871.33745045886,729.324753667243,3262.36721900008,647.495362626571,4156.02350899286,760.223475477563,5858.70686443009,10457.6042292717,3252.08666338927,82218.7707149342,32216.6580779894,2403.16547766429,14516.1542323667 -3177,2215.41745362988,4574.78648812711,488.672884269936,1832.92205537945,967.487590409317,3262.51118738883,1017.90928304609,3844.65841580298,191.706590933619,1406.08669555328,1594.14646286987,7802.98037864447,891.750925610423,4551.84774244736,1021.92920171866,5144.3246701105,790.927497438206,5841.03006617741,224.079379094506,1585.01058879484,468.258672889621,3047.65069859409,1054.68102352253,6994.80976206137,447.681450941232,2036.51099926829,363.385403333913,2773.61019922023,483.123605158638,4958.03008310549,685.510513521292,3320.42585397486,614.305232516816,4229.98607533118,721.254986249722,5962.97119166007,9761.94907311237,3050.73341893686,77729.9216940231,30614.2575539693,2242.30450248595,13813.6291196163 -3178,2129.48142571006,4650.16435210421,469.843325003956,1863.12275430378,924.46507146938,3316.26694738878,975.405113670055,3908.00610205172,183.1944508271,1429.25451157103,1523.12112405281,7931.54856321963,852.020001816957,4626.84764918948,976.341921204965,5229.08670353961,756.218729395048,5937.27157842222,214.557163769218,1611.126498876,448.419114236252,3097.86624426044,1009.99071004954,7110.06187714012,429.805720718141,2070.06619348098,348.343093552358,2819.31043307047,461.722730302072,5039.72257698879,655.008072576498,3375.13586263134,588.200435533203,4299.68273021089,690.605377565244,6061.22190402684,9297.03225935236,2910.96169747943,74431.8454030524,29372.3516869574,2135.06385236705,13255.5583797202 -3179,2077.08585346276,4609.55127903087,457.492137223601,1846.85082608023,895.488953171539,3287.30371476582,948.577415901623,3873.87480574132,177.298776846748,1416.77185213716,1473.81037402215,7862.27691237205,824.436020039509,4586.43821686679,944.718563682221,5183.41750470761,732.340578771751,5885.41731560211,208.49324430137,1597.05542669989,435.658776388031,3070.81045469622,981.257118901907,7047.96483266865,419.113267168746,2051.98688633897,338.042676388499,2794.68746236129,446.924625947721,4995.70722488709,633.850288760114,3345.65848741567,571.57642722993,4262.13065340413,671.087150720473,6008.28509804263,8959.79360467248,2813.09355350105,72256.8959068444,28593.8706093396,2057.07065228059,12911.5024250636 -3180,2047.75600619752,4578.55538668364,451.013765737977,1834.43209247225,882.768756919758,3265.19897920966,934.195102906111,3847.82580461802,174.783707816465,1407.24508800088,1452.90154961697,7809.40879701155,812.739815235859,4555.59774311527,931.26908308511,5148.56277780664,721.824268170593,5845.84214863027,205.547089441551,1586.31638615515,429.038374405296,3050.16147944661,966.382952038883,7000.57237600715,412.564711813585,2038.18876136394,333.24888339977,2775.895214161,440.585225787839,4962.11471360616,624.858253681021,3323.16135829634,563.499653929746,4233.47091302903,661.604221539325,5967.88373426183,8832.40525325412,2772.82800006705,71216.9950355041,28178.4722789247,2027.82320224816,12724.0159613147 -3181,2037.76710092908,4511.8199844851,447.764576496728,1807.6940598052,873.449433574855,3217.60659498961,927.635698566584,3791.74125808006,172.559240285653,1386.73358185796,1434.14827181285,7695.58161944433,802.249403451518,4489.19696340083,919.28180689191,5073.51914969619,713.178154957019,5760.63522329468,204.158472762243,1563.19480017367,425.520411297558,3005.70340568531,958.508797837247,6898.53451172978,410.743009319129,2008.48084363475,329.828776868243,2735.43474837373,435.032851330978,4889.7886864643,616.835900433959,3274.72413496132,559.692813266825,4171.76533993528,657.134614795556,5880.89797398504,8685.98642749352,2735.08381614801,70553.8585913825,28000.5760696286,1993.70117721033,12655.8168147259 -3182,2072.91607598568,4446.44918250999,454.687110877087,1781.50276431437,879.565643264936,3170.98737607614,939.023052131951,3736.80352391177,173.35682726454,1366.64149336959,1440.33264032003,7584.08197099693,805.708882532671,4424.15394157574,923.22143457588,5000.0100077552,717.335802891786,5677.17060242598,206.740292937995,1540.54600255273,429.999306639793,2962.15440709835,968.670466963148,6798.58310962697,417.374026135439,1979.38039105651,332.935497190144,2695.80161498927,437.136728745668,4818.94157620233,619.568692512571,3227.27735213625,566.770776664401,4111.32151751742,665.444842550053,5795.69089165126,8668.47172237941,2742.10083408304,71238.9448248457,28399.5559445646,1988.82660220493,12850.8412878413 -3183,2162.10537895964,4329.41854734987,472.709708662268,1734.6135744261,904.704837212536,3087.52692224556,972.666876575538,3638.45077727695,178.014825096556,1330.67146077946,1478.42426327357,7384.46877544678,827.016987413868,4307.7101176217,947.555328221203,4868.40964013686,737.43344730682,5527.74735384199,214.018531089938,1499.99879965625,444.528921485442,2884.19044136392,1001.45082822974,6619.64426048007,434.429040274721,1927.28305790807,343.985835750819,2624.84806029469,449.009991418536,4692.10693347644,636.05397494322,3142.33534496252,586.723794199121,4003.1114494849,688.871654867252,5643.14818658456,8822.20989161257,2806.6378994508,73592.7418882671,29496.579224201,2022.94862724276,13361.4548485876 -3184,2224.87669588616,4289.97513071044,483.305588181738,1718.81027770711,907.626656444521,3059.39783067179,988.882179366746,3605.30246224097,177.486928619402,1318.54830191559,1472.84548686503,7317.1921480232,823.896271004201,4268.46447687966,943.914355445215,4824.05571415185,737.286374064245,5477.38649370095,217.793554762135,1486.33297433435,449.968749062174,2857.91385849212,1013.90001227991,6559.33561078143,445.869371412885,1909.72443478032,346.908409102958,2600.93423109914,447.928742133388,4649.35922343876,633.849827902697,3113.70691810182,597.07288033135,3966.64087242491,701.022503632477,5591.73596052069,8640.98516341362,2783.18587157278,74335.2979865926,30131.6756355971,1979.07745219412,13688.7063955146 -3185,2296.49380865393,4247.54259697567,496.080931859956,1701.80936910734,923.457422745493,3029.13704880181,1013.81940655805,3569.64208806819,179.934048708785,1305.50642087963,1492.44557855707,7244.81713576681,834.860382718856,4226.24470697604,956.436884364074,4776.34054084844,748.397434398092,5423.20916630609,223.405990548309,1471.63151986133,460.172056037153,2829.64597289451,1037.00395918893,6494.45662638134,459.549436789679,1890.83517690961,353.733812005391,2575.20815434103,454.252715673375,4603.37198899506,642.400941402201,3082.90896011444,612.459163016278,3927.4064672117,719.087518414926,5536.42759216159,8668.29298055632,2812.58072995583,75924.3349235204,30972.458160381,1983.95202719952,14094.2048900857 -3186,2338.54836917801,4195.88276379067,503.306243835763,1681.11147470992,928.77503482105,2992.2958138847,1026.41374742988,3526.22707560166,180.400264823663,1289.62847677787,1495.68916083532,7156.70358866405,836.674812927304,4174.84390484709,958.481361933055,4718.2493151711,751.316061723833,5357.2505385908,226.286111598172,1453.73311458578,464.891184438012,2795.23100574705,1047.7375070459,6415.46917933725,467.382782186452,1867.83829633941,356.613355973955,2543.88773303092,455.560311413105,4547.38445653115,643.899498701029,3045.41373576579,620.354907097517,3879.64022159704,728.357901422105,5469.09196942867,8609.80905203299,2811.96461355786,76621.0164390536,31429.0563239703,1969.32830218331,14322.070298797 -3187,2287.28008553702,4060.33257578053,488.624203098936,1626.80228894586,890.970441541693,2895.62813201944,994.551663555265,3412.31046496872,172.050149544371,1247.96635408965,1425.49011115283,6925.50253477669,797.406107705179,4039.97338818286,913.442626151393,4565.82380241146,717.899361694092,5184.18175697705,219.644017322748,1406.76950571205,448.853116540677,2704.92960561487,1011.78765035017,6208.2140908641,456.070954723065,1807.49680290536,342.794895165095,2461.70610882903,434.676921269269,4400.478822428,613.837748907115,2947.03005164236,602.145854195142,3754.30641437358,706.978675744806,5292.4100918752,8085.49856064173,2670.02734620213,73863.5158544957,30568.3875222592,1847.4639270482,13964.2386594904 -3188,2048.88028814386,4013.74125591021,434.002208365861,1608.13513190997,778.597315950984,2862.40150981388,881.009558433432,3373.15503979037,149.055977831457,1233.64624643699,1233.84641219208,6846.03409276158,690.202378364028,3993.61568499393,790.624271174594,4513.43209476698,623.837274267572,5124.69454355371,195.005577826644,1390.62717086604,395.71460950468,2673.89120220091,892.234022869359,6136.9763577148,407.78999082849,1786.7562206656,300.30868172304,2433.45863535178,376.81986750741,4349.98440785189,531.498829783662,2913.21360502355,534.600494311213,3711.22666960424,627.673755266236,5231.68098486897,6858.27060603075,2300.30767811941,64947.1201447875,27199.2061009092,1564.73857673476,12466.8542771238 -3189,1755.76909489548,3803.39802898836,375.898271285142,1523.85956171115,676.653646650289,2712.39513622573,759.194324751088,3196.3822308973,130.835843465554,1168.99605704735,1083.67651648567,6487.26236063558,606.198714576489,3784.32715424212,694.297767883376,4276.90218145779,546.487587753582,4856.1309470108,167.320784026477,1317.75027424634,342.336925817778,2533.76385764906,771.649297892328,5815.36334673058,349.173215510525,1693.11987362303,262.568467177555,2305.93134614573,330.622071259754,4122.02009748186,466.703520096224,2760.54438413369,458.703668100271,3516.73695446042,538.563388875743,4957.51068080101,6104.43453964338,2023.51057303854,56356.184163543,23390.3484593095,1394.12845154561,10683.5320054587 -3190,1403.05306971192,3468.68132618913,312.182945190214,1389.75283816092,600.512005481496,2473.69175841291,637.487821076897,2915.08573942897,119.654983342013,1066.11897113156,994.518941465595,5916.35312342302,556.324783980303,3451.28877705223,637.30988728311,3900.51491263619,494.551782098213,4428.76885486156,139.451330031466,1201.78212588354,293.024726055804,2310.78086253779,659.863712583042,5303.58434538455,281.825641689264,1544.11745598921,229.855312236435,2102.9986708957,301.645162955096,3759.26317186283,427.738726039615,2517.6036487319,382.300602875329,3207.24775847367,448.858647907671,4521.22670091709,6030.75295444909,1892.27476599787,48708.5247436116,19262.7984213076,1384.3793015348,8679.90805762512 -3191,1461.65190509768,3224.93790858694,330.496719093475,1292.09523443754,672.095183250872,2299.86602275435,677.991865986272,2710.24335296725,139.720970486249,991.20304281259,1122.02446505664,5500.61238668927,627.650205659601,3208.76752977035,708.406959098742,3626.42665089935,493.956266648138,4117.56031336085,133.12052259715,1117.33317971935,273.655394643796,2148.40283705815,616.730694557769,4930.9027259676,287.180014585656,1435.61268702691,270.123760251123,1955.22145095139,360.45898943906,3495.10063659109,445.366139987018,2340.69223491118,364.944931199192,2981.87521593279,428.481376034467,4203.52116840958,7144.23645474824,2179.4089611315,51062.7593979689,18851.9223208271,1592.13374833136,8331.03808359588 -3192,1569.73491896645,3088.28304330501,352.700642696506,1237.34345155101,707.95976051269,2202.41053976067,721.385122163863,2595.39836965925,146.754058521835,949.201391270113,1178.0250360319,5267.52714102619,658.976411980694,3072.79787487118,743.768707151576,3472.7589340376,519.785842502205,3943.08109364803,141.630765981916,1069.98683709892,290.524010241325,2057.36551832784,654.798225146269,4721.9585953097,308.000261654976,1374.77943568886,285.810421124133,1872.37008092512,378.703523856676,3346.99778308548,467.778522138381,2241.50676495948,388.275444976849,2855.51999066292,455.873702362149,4025.39940753808,7431.4878731742,2281.60757114666,54080.3938716563,20129.895331245,1655.18855024547,8917.19878030714 -3193,1580.52856769812,3015.82932356428,358.866915312618,1208.31433265076,751.023010421717,2150.74013463126,746.684777759734,2534.50813924513,156.522556565166,926.932327646008,1257.76753557727,5143.94652038652,703.583635618135,3000.70745021646,794.21714336203,3391.28508626987,551.60388677912,3850.57309212482,146.593537277914,1044.8840452452,302.37792677122,2009.09799149207,681.378157961504,4611.17747198177,312.560499906349,1342.52595291477,298.527593410283,1828.44270276968,403.633056218802,3268.47439777782,498.931897441605,2188.91912947788,401.880696773047,2788.52708806416,471.847611060578,3930.96014908003,8127.13895675794,2456.40046311907,56508.8081131865,20604.7340136148,1812.82555503075,9077.99736538427 -3194,1769.45759213802,3053.25832944962,401.980873666365,1223.31054079648,856.363531679386,2177.43264820554,843.816360125571,2565.96354002628,178.572169179964,938.436345885932,1435.45155815432,5207.7872699545,802.978449890105,3037.94878079733,906.463265047335,3433.37381737315,628.079817599289,3898.36197785551,165.964799214332,1057.85194458003,342.248371761157,2034.03260564951,771.229233567311,4668.40610471262,350.734033496847,1359.18784137121,337.63796641242,1851.13523120564,460.388799430329,3309.03894382645,569.223457271334,2216.085476837,454.986286480059,2823.13507996048,534.198815879375,3979.74670653054,9347.65207974214,2811.98365822497,64052.3717678905,23199.2222252455,2086.06302999191,10207.7641654448 -3195,2242.28618754999,3173.66796928411,502.250315938241,1271.55355390883,1031.92112498476,2263.3028408471,1041.30473521964,2667.15600798843,213.576872413035,975.444934817246,1715.09755598048,5413.16386172912,959.409858931273,3157.75466653034,1082.9985558123,3568.77385895481,754.781402253014,4052.09949726896,205.211530363412,1099.56985964031,419.866946315606,2114.24761107357,946.40643455745,4852.51142336441,441.500202667145,1412.78937153601,411.565556676679,1924.13741524113,551.001125229846,3439.5356605901,680.78446259786,2303.47999944736,562.57973127398,2934.46947800449,660.524141528094,4136.69374993783,10917.0198032415,3335.6600093894,78219.7266186271,28933.005659023,2432.86444051953,12811.6193717623 -3196,3047.997154077,3400.58133007031,666.724318755599,1362.46807084306,1288.18917548656,2425.12621338138,1355.88430974366,2857.85438581851,262.915646625375,1045.1880492714,2107.33945750741,5800.19842748694,1178.82638488845,3383.53024571998,1330.58573600484,3823.93680544416,937.29273143036,4341.81963310686,268.047222112518,1178.18775372533,541.205303344128,2265.41371780122,1220.503725392,5199.46002857009,594.213173060956,1513.80207591497,523.21833209737,2061.71087652711,679.119763678866,3685.45823467227,838.005074610923,2468.17598946182,734.841428830763,3144.28044053209,862.776379871629,4432.46227091308,12839.2208646752,4043.93624555967,99978.2199847469,38333.0305903209,2853.22978661362,17153.5982058683 -3197,3155.5048174181,3880.40041614052,690.924367781165,1554.71113786544,1351.92854331528,2767.3094257104,1413.05838364486,3261.09516921034,276.192931619656,1192.66317951995,2214.43398653621,6618.60141167468,1238.73408321707,3860.94343852802,1398.25816834682,4363.49098312369,983.062325358161,4954.44663009033,279.600730309805,1344.4290273019,564.7515755186,2585.06163506595,1273.58608753437,5933.0993439737,616.154775755558,1727.39824023364,546.232810101046,2352.61649897719,713.274316603717,4205.47320572247,880.332731177542,2816.43348798179,766.514939209984,3587.93569264552,899.964207817438,5057.87886573577,13589.4684545272,4260.37452692326,104448.7307372,39841.350584032,3021.37592505125,17809.5131226185 -3198,3100.67307104168,4262.94307440611,680.174192037889,1707.9796843382,1351.25110171444,3040.11990669875,1400.84761689882,3582.58467573079,276.376939765046,1310.23984537415,2216.73561159897,7271.08494597463,1240.02159118948,4241.56796383322,1399.80673464813,4793.65830118162,981.976099422215,5442.872302922,277.357242074303,1476.96727047244,560.783219582121,2839.90552837788,1264.59012014975,6518.00382582996,607.13701679943,1897.69085023174,542.399822657068,2584.54518490733,713.576402830532,4620.06261064318,880.929366044689,3094.08678088406,760.364500165891,3941.64621484872,892.742985217718,5556.50122914854,13723.5272699444,4278.4588797402,103821.518212255,39351.7975870697,3052.90332600831,17566.9936494651 -3199,2954.86497382824,4442.87522774297,643.110579827098,1780.07083289322,1258.88124865542,3168.4386085127,1319.59775021013,3733.79996619199,256.112388649955,1365.54301800654,2053.11120794076,7577.98605832569,1148.49159892516,4420.59790721652,1296.48642359364,4995.99111338154,912.183225952358,5672.60742176094,261.924223191057,1539.30774669876,526.633477327199,2959.77349472775,1187.82569533347,6793.11856308291,576.990682008448,1977.78941009755,506.967203082688,2693.63479093768,661.483517604836,4815.06822051752,816.324385991183,3224.68333996975,718.05545641622,4108.01693074871,843.067991171378,5791.03244707218,12552.712645057,3949.32488715943,97273.1796355008,37247.3223031689,2790.17498469951,16683.3087682401 -3200,2773.4056511587,4497.58916348859,602.169307698135,1801.9923760789,1175.23219397303,3207.45787814187,1235.91319319129,3779.78165169186,238.629069457385,1382.35965793344,1912.6994291985,7671.30883266051,1069.94653636259,4475.0374981243,1207.87115315452,5057.51666220999,850.558401372782,5742.46548935786,245.452469839358,1558.26429641677,492.815465689481,2996.22305689436,1111.6073359318,6876.775707054,541.760750965736,2002.14585432689,473.13598182603,2726.80685932106,616.381832440421,4874.3657068802,760.595457754013,3264.39526254667,672.89876099175,4158.60709204502,790.049572942998,5862.34891691842,11656.8914353718,3676.99956374669,90917.9268089346,34912.1106923568,2590.50144530481,15653.7777428484 -3201,2643.5594631435,4591.74650957048,571.772001118783,1839.71721345818,1107.45709526594,3274.60623484973,1171.44725251587,3858.91164693053,224.286881168127,1411.2994547869,1797.24584965383,7831.90822366794,1005.3628617618,4568.72272350259,1134.96808292074,5163.3961299356,800.445974057286,5862.68440904802,232.858212962326,1590.88666927284,466.408842147501,3058.94919773372,1052.13756107684,7020.74149108626,515.805548871375,2044.06091887806,446.643896177792,2783.89275307852,579.439634264966,4976.41089644937,714.875741150567,3332.73560740941,638.372077052848,4245.66782457324,749.511837577184,5985.07760461273,10881.3356521615,3448.8462919921,85934.5474850455,33167.0208910708,2417.100740041,14895.0884883602 -3202,2540.61440575715,4681.09527159247,549.627376298587,1875.51545605507,1058.06150265077,3338.32534751927,1122.34387298138,3934.00049987283,214.304067198318,1438.76130592887,1717.02754070826,7984.30585768281,960.489474705294,4657.62347586682,1084.26648374102,5263.86836878357,765.301947893896,5976.76378886184,222.958961863706,1621.84302849706,446.66075617762,3118.47193561482,1007.58260439259,7157.354990851,495.144175192776,2083.83539515166,428.063812601948,2838.06328940301,553.696306851422,5073.24467243934,683.054491940293,3397.58583379886,611.233650605693,4328.28239471371,717.648645864184,6101.53857942113,10363.0488043127,3290.64601332006,82281.4191742101,31818.8406125487,2301.50026986513,14293.0010558065 -3203,2477.58904117629,4630.47513651713,535.060174966231,1855.23412439802,1024.67981730335,3302.22557380983,1091.21083900257,3891.45925148199,207.378137125971,1423.20291896562,1661.2648744331,7897.96567070747,929.296350093732,4607.25715862709,1049.05519639346,5206.94627846346,741.121593897853,5912.1326346656,216.651708995439,1604.30484386072,433.968904258144,3084.74959897121,978.956897478415,7079.95723340358,482.73427143875,2061.30134637519,415.308607373785,2807.37321822805,535.858669959515,5018.38393671632,660.976046742455,3360.84523275178,593.942552890946,4281.47748544511,697.347190196295,6035.55814340394,9987.07417273061,3179.75271132061,79866.9104868714,30971.1773949792,2217.42720064631,13921.3963186701 -3204,2442.59962758223,4573.16196495205,527.482751478392,1832.27117814949,1010.12341004094,3261.35265790411,1074.69891797938,3843.29316373868,204.436168258592,1405.58738909843,1637.695392467,7800.20951218053,916.111797827692,4550.23136490359,1034.12446472018,5142.49790187371,730.479712220536,5838.95589534269,213.590209534709,1584.44774582044,427.37202812386,3046.56846684356,964.114457110464,6992.32587989701,475.20235271754,2035.78782687037,409.418556222316,2772.625280239,528.257123609671,4956.26946874818,651.599089495831,3319.24675878324,585.549566683674,4228.48399202578,687.49299584617,5960.85371909207,9845.08101773636,3134.25603961696,78718.498737297,30521.825612222,2185.89979968926,13719.4855889448 -3205,2430.18226929931,4497.00433212005,523.576777715059,1801.75805906392,999.209629029951,3207.04080536973,1066.88783281016,3779.29015840606,201.80827645723,1382.17990667978,1616.40078843668,7670.31131557303,904.199791436288,4474.45559919821,1020.72581550301,5056.85902224257,721.715503474726,5741.71878399442,212.140455242349,1558.06167189774,423.886453531629,2995.83345144862,956.30038256752,6875.88150484885,473.011000240285,2001.8855109168,405.129477991053,2726.45228665351,521.517662070737,4873.7318824326,643.220233402117,3263.97078608174,581.575119542403,4158.06633925759,682.826602550961,5861.58662285035,9681.81211745529,3091.32403957954,77974.6295420144,30324.1562746683,2149.11783190602,13645.2129594593 -3206,2471.29739043106,4416.16807355239,531.477673415977,1769.37041396014,1005.83530301539,3149.39238863856,1079.59309022483,3711.35522797581,202.696928673661,1357.33442198114,1623.106469894,7532.43302526952,907.950888205431,4394.02466717022,1024.96028187097,4965.95905122353,725.893620826376,5638.50806192981,214.813197949967,1530.0546105582,428.375828822044,2941.98160928399,966.500083637639,6752.28355070933,480.510220094328,1965.90045890618,408.792260829819,2677.44272701352,523.90046774061,4786.12372786094,646.047568384084,3205.29901996036,588.902343658676,4083.32268750237,691.429486995848,5756.22120692732,9662.18065128506,3098.84662951266,78715.9256257846,30749.3682683722,2143.86326507985,13854.5960921998 -3207,2576.59007380274,4306.48028541267,552.301431084954,1725.42319006043,1034.13515903594,3071.16848969715,1117.77071371415,3619.17342257863,208.082781197011,1323.62125526436,1665.66893082765,7345.34415000673,931.759938890468,4284.88687197177,1051.78885490139,4842.61567858713,746.199295107739,5498.46006841593,222.363688092994,1492.05145869217,442.885993401158,2868.90933257363,999.283921815892,6584.57185241481,499.970801452284,1917.07186600645,422.15319385539,2610.94100748982,537.939389402573,4667.24706448934,663.206746857274,3125.68652469972,609.601729839016,3981.90203810834,715.732609783379,5613.24948082567,9833.40102012272,3171.25809461677,81297.1236981776,31929.059773213,2180.64523286308,14404.0934668019 -3208,2649.2971269159,4277.43381835425,564.197248723457,1713.78550811825,1036.48175685956,3050.45398772463,1135.37014337426,3594.76272181362,207.347108858594,1314.69365809897,1658.67185041628,7295.80107010257,927.845836216251,4255.98604876416,1047.37096013774,4809.95307073517,745.981545818403,5461.37390322664,226.259419215871,1481.98782884318,448.379169389757,2849.55903374504,1011.86924941319,6540.16005049555,512.777888683114,1904.14154678655,425.341569764916,2593.33066053841,536.269683375178,4635.76728770472,660.848407493306,3104.60430798038,620.281730930292,3955.04479536848,728.271985377944,5575.38908084015,9631.11609810219,3143.65858703878,82075.2715452024,32598.4408262465,2133.35413142749,14754.5665933429 -3209,2733.3731792884,4250.40175574677,578.853398230066,1702.95491222394,1053.9758588932,3031.17605925649,1163.40083841091,3572.04493000626,210.135737604814,1306.38519962022,1680.32331149674,7249.69385730304,939.957465171951,4229.08952944618,1061.04305885411,4779.55565067709,757.192049180822,5426.8597043999,232.074656822225,1472.62212279744,458.589247415187,2831.55069943174,1035.02196183097,6498.82825590662,528.304307336672,1892.10795943206,433.485178295834,2576.94161052512,543.619491202676,4606.47066807796,669.728169017306,3084.98416618773,636.223987216201,3930.05013196421,746.989768052811,5540.15434125222,9661.3870964603,3176.20799446926,83805.1419443503,33497.6376967932,2138.60869825367,15190.3253451928 -3210,2782.3862834155,4191.26912352027,587.048116752645,1679.26298559919,1059.53176383818,2989.00559410377,1177.32963888694,3522.34976440056,210.618308682532,1288.21044815094,1683.60330248689,7148.8343373673,941.792262080254,4170.25339814175,1063.11443493917,4713.06129961593,760.112095964942,5351.35990050225,235.053146633658,1452.13464246026,463.329572880148,2792.15747127071,1045.81806953289,6408.41496247144,537.130494034912,1865.78448919853,436.812298135244,2541.09056648714,544.989168948232,4542.38431776782,671.25908541279,3042.06510944748,644.389405576225,3875.37431013844,756.576775285117,5463.07835456545,9596.05066163472,3174.93358211992,84552.5889051871,33982.3849756162,2122.84499777514,15434.7605898557 -3211,2719.77182275852,4063.38667834114,569.573672141352,1628.02593773411,1015.58307331253,2897.80616673151,1139.97991483704,3414.87713800206,200.773320700194,1248.90504991479,1604.00650241855,6930.71176200874,897.266541395351,4043.0121769617,1012.85322980914,4569.25812556258,726.258791316016,5188.08119685867,228.13238534647,1407.82765015451,447.403096542987,2706.96420063402,1010.0637876688,6212.8837877911,523.856204647827,1808.85636656449,419.584240139718,2463.5577559023,519.703086764867,4403.78877632676,639.871212300566,2949.24674987063,625.416397489094,3757.13033005523,734.300590804424,5296.39093898852,9011.44704468795,3013.76671086808,81475.9405541545,33037.5980413838,1991.48082712074,15047.4097207021 -3212,2434.43584899757,4003.40929179447,505.489044707798,1603.99555404064,886.514164202334,2855.03326462849,1008.88528428734,3364.47203941593,173.82818370661,1230.47065839156,1387.6882659022,6828.41138764141,776.260101816018,3983.33552707675,876.306789073368,4501.81385246665,631.042263460184,5111.50282122976,202.516631331582,1387.04749068446,394.504764593083,2667.00821045104,890.867683755324,6121.17887216097,468.077035489044,1782.15684567392,367.226364235738,2427.19455261836,450.175346283017,4338.78690409158,553.983300205418,2905.71456198377,555.191766423992,3701.67342281254,651.849941465594,5218.21386360871,7643.39357016973,2595.35750716337,71600.3370948684,29379.1760315059,1686.71595120253,13431.6943769657 -3213,2087.29476010872,3805.47741890456,438.02545482514,1524.69268466651,771.114280996666,2713.87805414598,869.979696286002,3198.1297537515,152.644672594001,1169.63516938705,1219.18399644923,6490.80907013946,682.000357335906,3786.39611774901,769.760864335239,4279.2404450844,552.824293838816,4858.78588600114,173.782659700044,1318.47071334092,341.24697417456,2535.14911445771,770.36716372197,5818.54271628646,400.995279240491,1694.0455344046,321.256859560518,2307.19204259456,395.187946562846,4124.27368413247,486.479746130043,2762.05362616196,476.41865844961,3518.65962132444,559.362536342677,4960.22104601668,6803.4220061486,2283.76427098442,62156.4042425653,25277.1183080699,1502.80611228636,11511.9538423298 -3214,1673.53059158095,3462.89802948481,365.00888072234,1387.43571754564,687.24178474614,2469.56739758278,733.348547787399,2910.22544695346,139.942683236425,1064.34144193463,1120.93911062135,5906.48884870227,627.043068332621,3445.53447876623,707.674938610309,3894.01162423404,500.45626874361,4421.38481409393,144.910974474579,1199.77840690381,291.887269408129,2306.92812136903,658.310081870839,5294.7417337459,324.610716121534,1541.54296483407,282.311820486967,2099.4923628383,361.631392256694,3752.99539103548,446.03772360173,2513.40607405862,397.268013810857,3201.9003472683,466.431865905945,4513.68850613354,6722.16557745332,2138.9258592421,53840.9496535304,20866.5510454969,1492.29697863401,9359.23862194261 -3215,1352.61983395966,3217.40012408018,278.229913624867,1289.07516530272,683.174749465579,2294.49044810289,716.298136821341,2703.90858593153,132.560143932083,988.886261792007,1121.41322472976,5487.75557145704,627.308283420983,3201.2675409776,716.930651721602,3617.9504496828,540.712331377017,4107.9361645507,147.047327014505,1114.72158936638,312.445170824151,2143.38128375123,703.320226134719,4919.37751735097,242.476941174387,1432.25716844742,232.52951577825,1950.65142871281,330.065348426018,3486.93138925212,484.009044699204,2335.221235418,403.124744354652,2974.90555219324,473.308245731861,4193.69609963764,7087.35501665278,2189.13533184841,51552.3109419245,19376.4583747186,1678.22174186301,8697.87229656527 -3216,1452.39983878198,3080.42035038135,297.129089071866,1234.19320545496,719.696363537804,2196.8032565152,762.074782330996,2588.79054903236,139.24062518607,946.784747796175,1177.31759131846,5254.1161460506,658.580673889672,3064.97460680675,752.650344977648,3463.91737492097,568.810733841687,3933.04210584227,156.358084471828,1067.26267684077,331.467129249072,2052.12751615138,746.199215214539,4709.93660447772,260.240523058897,1371.27928094623,246.066083838259,1867.6030725974,346.827117307154,3338.47640877633,508.221197675168,2235.79994368304,428.6498375062,2848.24990676545,503.277224890017,4015.15083932307,7372.35280823398,2291.89206537683,54592.2692629856,20687.2759644838,1744.68596926353,9304.84025885646 -3217,1463.06765550164,3019.33829286603,301.71792003598,1209.72022716442,763.301946002118,2153.24255777885,788.978839240892,2537.45708306837,148.487210640569,928.010829356001,1257.1947501235,5149.93159065851,703.263224683209,3004.19882495841,803.894294564297,3395.2309048108,604.111903934738,3855.05330016207,162.067964732659,1046.09978580784,345.602078280495,2011.43561156933,777.858977050387,4616.54265630029,263.625251245206,1344.08800495757,256.93359625935,1830.57012731055,369.503881009414,3272.27732396988,542.470391586445,2191.46597454279,444.303260571934,2791.77158730444,521.655888851223,3935.53388884102,8062.37087942256,2467.22822751198,57064.849355823,21184.436957481,1910.84653776482,9486.32254897286 -3218,1638.24643166679,3052.34859596734,337.705021593619,1222.94604934567,870.304527120655,2176.78387133449,891.655750309573,2565.1989984465,169.396669164205,938.156734116233,1434.86648236731,5206.23558387461,802.651163855367,3037.0436088711,917.581103343597,3432.35082659351,688.051844270588,3897.20044154425,183.562175775475,1057.53675233966,391.403653143531,2033.42655553329,880.948883208395,4667.01512992958,295.639878017893,1358.7828646039,290.57463494951,1850.58367627043,421.402502679986,3308.05299923986,619.047262931803,2215.4251831637,503.228835811293,2822.29391284321,590.840331225084,3978.56092123519,9273.11914444936,2824.28558151572,64691.9792518172,23856.2178279943,2198.85818983371,10672.1522100319 -3219,2075.08968343718,3155.60327056894,422.7585960199,1264.31579870763,1048.95903562791,2250.41999225777,1100.05838475235,2651.97440418583,202.631260682091,969.892646729377,1714.15990676204,5382.35182492993,958.885346549305,3139.78054724018,1096.03285799813,3548.46019502761,826.212151626743,4029.03471629927,226.630530711066,1093.31104541559,479.314450965156,2102.21319333582,1079.12240322547,4824.89065215476,372.827465120214,1404.74769402223,354.316534385982,1913.18511555846,504.543921643607,3419.95762784376,739.846486168485,2290.36846018454,621.299119207013,2917.76631071602,729.466499649833,4113.14745366715,10830.0955537361,3350.58758971449,78974.9787273125,29741.3680198695,2564.41144053655,13375.1599966603 -3220,2818.74084110031,3367.37607687634,562.97280155102,1349.16414046475,1310.00189743014,2401.44587107326,1431.76422693602,2829.94863404793,249.506505961369,1034.98222548931,2105.64274524888,5743.56191782405,1177.87725959647,3350.49148922705,1346.03363192392,3786.59766325111,1024.54297689045,4299.42358188908,295.27202445577,1166.68324350335,615.917188584787,2243.29290115628,1387.34866850733,5148.68947790161,503.268542019209,1499.02043232602,450.726084776519,2041.57913285655,622.32125410626,3649.47127775524,909.505918095662,2444.07528411105,809.477205675906,3113.5778582361,950.406149817805,4389.18113228042,12737.2752570049,4062.81754674454,100887.429271441,39380.657289934,3007.50628987332,17866.218170561 -3221,2918.49953191218,3854.92789754598,583.102950169902,1544.505384819,1374.73692495111,2749.14368680622,1492.20392177181,3239.68802086792,262.095581813634,1184.8340557803,2212.74371621905,6575.1542336908,1237.78856148807,3835.59864340809,1414.58980751054,4334.84726255753,1074.81742809835,4921.92363751829,308.103726259623,1335.60365112306,643.012145473852,2568.0922444089,1448.35336692411,5894.15207896104,521.631064855199,1716.0588991668,470.516631594,2337.17297225589,653.541092859961,4177.86677779147,955.64906152375,2797.94527885407,844.654835996267,3564.38303084629,991.708160495884,5024.67690211354,13481.5126767235,4280.1361308607,105409.745541616,40935.0991193221,3184.74422960803,18555.810148279 -3222,2868.2061099361,4257.15977139864,573.660647361189,1705.66256119752,1373.94672380685,3035.99554137353,1479.39855726987,3577.7243779581,262.256647253369,1308.46231423991,2215.15723815553,7261.22066050292,1239.13866354642,4235.81365927568,1416.27821605763,4787.15500569161,1073.92603030933,5435.48825410659,305.760863884697,1474.96354930888,638.85132817368,2836.05278301007,1438.92268812875,6509.16120455386,513.730217673604,1895.11635627068,467.171745160241,2581.03887302844,653.7219464694,4613.79482298465,956.546984080403,3089.8892016359,838.231966467621,3936.29879781528,984.167077613377,5548.9630261492,13614.4438193238,4298.15841053592,104790.915491751,40438.4160376818,3217.97634330828,18311.1845762262 -3223,2732.85131190271,4423.70585805915,542.854794456782,1772.39048309495,1280.18089121442,3154.76796329003,1393.3906665546,3717.68999501153,243.045278168572,1359.65120300173,2051.49966565037,7545.28984050175,1147.59011693302,4401.52465596296,1311.58793459778,4974.43525244008,997.199780237784,5648.13221073996,288.532049444663,1532.66620091116,599.427044328872,2947.00316259091,1350.40047249693,6763.80875932596,488.61285608356,1969.25597748568,436.734881390129,2682.0127492521,606.125004592789,4794.29297519991,886.066741252893,3210.77001945354,790.999816399452,4090.29235124191,928.711870747579,5766.04627569926,12453.0156820579,3967.72773918928,98167.8497184068,38270.6993938136,2941.0420624728,17379.0053578243 -3224,2564.92833867528,4475.36569124416,508.399731525442,1793.08837749238,1195.15758568147,3191.60919820714,1304.97544934471,3761.10500747805,226.458201305743,1375.52914710348,1911.16265041525,7633.40338760452,1069.08687639135,4452.92545809191,1221.90633188857,5032.52647811742,929.732899342539,5714.09083845525,270.330862677089,1550.56460618672,560.79565689214,2981.41812973837,1263.43711037209,6842.79620637006,458.882225546226,1992.25285805588,407.61464801938,2713.33317056221,564.827723295528,4850.28050766383,825.498592937237,3248.26524380219,741.101943982457,4138.05859685658,870.126842688219,5833.38189843218,11564.3295169075,3694.20295051627,91752.195094678,35870.8789991717,2730.57200903784,16304.0339036427 -3225,2444.62840434083,4577.32074478445,482.936587373655,1833.93742406021,1126.30320429606,3264.31849374461,1236.82325277724,3846.78820944707,212.855640638166,1406.86561377782,1795.73363433311,7807.3029311883,1004.51694236644,4554.36929191736,1148.08607999997,5147.17442912693,874.774710809729,5844.26577332339,256.366211300929,1585.8886240096,530.512054493961,3049.33898046085,1195.31646637431,6998.68461900876,437.071070118915,2037.63914843351,384.828551596064,2775.14667313666,531.032905119098,4960.7766420494,775.727403150329,3322.26524283978,702.818374805705,4232.32932575384,825.178153179192,5966.27444952341,10794.9689301973,3465.08546867566,86716.9726420112,34075.5451518976,2547.79538368642,15508.9819445684 -3226,2349.30825332652,4655.62275299793,464.336049076145,1865.30970300863,1076.09198826754,3320.1596086151,1184.96466792202,3912.59335153042,203.385302180933,1430.93218218922,1715.55193079632,7940.85867969893,959.66403204023,4632.27868074689,1096.76454070228,5235.22464821741,836.288004981642,5944.24079628981,245.437802917353,1613.01765231821,507.959959670768,3101.50254495778,1144.49841850083,7118.40772583835,419.629596948438,2072.49605408482,368.828166349194,2822.61976268171,507.466240827428,5045.63824450834,741.1294870482,3379.09762467114,672.858552173922,4304.72973291449,790.002363821515,6068.3366157989,10280.8133477873,3306.17598360503,83026.0969558109,32688.3199868171,2425.94430011881,14879.9556155437 -3227,2290.89943006501,4573.74679632058,452.138019384034,1832.50549516447,1042.17694213923,3261.76973067626,1152.06793317055,3843.78465702447,196.816697428313,1405.76714035208,1659.79983657349,7801.20702926801,928.476821337879,4550.81326382968,1061.10893354244,5143.15554184113,809.765957003324,5839.70260070613,238.450667027378,1584.65037033946,493.399755558633,3046.9580722893,1111.70050620505,6993.22008210216,409.205177150898,2036.04817028045,357.858034702074,2772.97985290656,491.149422240997,4956.90329319578,717.091695167662,3319.67123524817,653.703580597055,4229.0247448132,767.512536240713,5961.61601316013,9907.84216632073,3194.82024583408,80586.0201037085,31815.9247070426,2337.32533025146,14490.5738720137 -3228,2258.54587615827,4540.28162647813,445.735510778634,1819.09742725781,1027.37025174235,3237.90402868509,1134.62224343216,3815.66047085645,194.024590454295,1395.481429707,1636.25087075463,7744.12719301197,915.303745616637,4517.51589395388,1046.00412564747,5105.5241246686,798.142056097495,5796.97469116832,235.080679521825,1573.05580768746,485.914227681378,3024.66410326722,1094.87612350878,6942.05212108135,402.809702967732,2021.15082225046,352.783035927619,2752.69052647907,484.182336219589,4920.63464563251,706.918059012667,3295.38187979062,644.464885958827,4198.0818357158,756.6653967056,5917.99608811829,9766.97489984884,3149.08833274959,79426.5839987165,31353.9330448516,2304.0932165512,14280.2620784614 -3229,2246.97456667036,4465.48858756641,442.531828171005,1789.13104282306,1016.30821815857,3184.56533696219,1126.33066953455,3752.80427259633,191.534519432106,1372.49336300559,1614.94158176499,7616.55651477333,903.38352459353,4443.09787986631,1032.41931484652,5021.41972411905,788.473257598469,5701.47987623916,233.434167384204,1547.14251994149,481.822771134424,2974.83815884756,1085.71304128624,6827.69419857028,401.046125660283,1987.85596864195,349.10500263992,2707.3448614749,478.033386981438,4839.57596936563,697.754233298024,3241.09634302418,639.951034547645,4128.92592779543,751.365689548349,5820.50766160379,9605.02089162311,3106.01890793502,78673.9932402424,31150.3861138002,2265.32241723423,14200.678792867 -3230,2284.81576680035,4386.0819083843,449.387149110495,1757.31616927758,1023.10422976934,3127.93642545836,1139.67783307428,3686.07076313511,192.384689036912,1348.08726767725,1621.5844760697,7481.11658523794,907.099498804767,4364.08935907339,1036.64376819221,4932.12730801433,792.886487094112,5600.09442322145,236.300212728233,1519.63076007,486.735930966129,2921.93867995155,1096.8656577288,6706.2820591934,407.542760105318,1952.50730789254,352.286539626467,2659.20202992696,480.265322183854,4753.51715433542,700.696484071362,3183.46217993944,647.808190608064,4055.50410841645,760.590766409737,5717.00562022607,9585.57892135804,3113.66224793077,79416.4820791808,31585.1041609592,2259.78373161752,14414.6812885404 -3231,2381.89900893063,4281.00776681812,467.216811484998,1715.217437014,1051.96117625377,3053.00275079298,1179.91433827616,3597.76627423621,197.505801593383,1315.79213152471,1664.02920894172,7301.89697202286,930.842693490763,4259.54207685184,1063.69556082242,4813.97195802097,814.865585314535,5465.9370758439,244.516502228405,1483.22608251333,502.980095524312,2851.93994191658,1133.52752566215,6545.62458740215,424.224237967299,1905.73252493961,363.836740656928,2595.49748076852,493.200503833974,4639.64063655834,719.136023384347,3107.198315572,670.332840811152,3958.34937630911,787.036929347251,5580.04751720344,9755.48328349358,3186.52519546968,82012.0076457875,32793.1236420783,2298.55453093449,14981.1357824933 -3232,2448.65790237572,4253.45585830738,477.72377075635,1704.1785610122,1054.50072784253,3033.35409396856,1198.31709145801,3574.6116030396,196.825696511401,1307.32389544536,1656.8863520566,7254.9030845351,926.847044792751,4232.12831822502,1059.07019847437,4782.9899738282,814.224657301949,5430.75914428152,248.602080778843,1473.6802672399,508.71495864077,2833.58529445089,1146.66967632473,6503.49795283362,435.453929549919,1893.46752309119,366.6596086561,2578.79325759839,491.798184684488,4609.78062197672,716.243187282978,3087.200864416,681.533301520808,3932.87404764586,800.187375912775,5544.13518836553,9554.88915862754,3159.02264482773,82782.9852442198,33475.3497312075,2248.7063603841,15335.416713979 -3233,2526.10592655092,4232.59698628638,490.369756172692,1695.82129960189,1072.38873850887,3018.4785793404,1227.80012525541,3557.08177119547,199.48358228564,1300.91280226996,1678.42404959506,7219.32516859894,938.895035465366,4211.37403608198,1072.80172090101,4759.53427590508,826.225160768171,5404.12679784582,254.876595243582,1466.4533653704,520.005409490703,2819.68944246924,1172.24606928026,6471.60491432424,448.847829177595,1884.18199197114,373.730865341924,2566.14690124234,498.614559364696,4587.17433964024,725.668554640762,3072.06128618147,698.734648127387,3913.58730313332,820.383454919581,5516.94684782231,9584.96954043247,3191.86805452704,84520.0097096201,34395.8458893543,2254.24504600081,15782.4430336079 -3234,2571.17655000968,4193.99831766397,497.528570871528,1680.35645742622,1078.12063511413,2990.95192022183,1242.41118620567,3524.64338384273,199.951183218748,1289.04928152273,1681.62050610232,7153.48938485599,940.683103949291,4172.96890764891,1074.81372032327,4716.13026486697,829.202678675639,5354.84450138826,258.047523889213,1453.08021699753,525.123995143597,2793.97561742032,1183.89606927782,6412.58787718309,456.527727907026,1866.99941669454,376.640162593144,2542.74522747128,499.937930979137,4545.34214469641,727.152033695423,3044.04598589249,707.427630350115,3877.89780566215,830.589874207002,5466.63570223569,9520.19576088301,3190.70844310363,85266.7985066558,34890.9906222933,2237.62898915068,16031.2903765804 -3235,2512.98361443509,4062.73686781049,483.039768154754,1627.76558633705,1033.52520996191,2897.3427540386,1202.84220836429,3414.3310361169,190.619565502838,1248.70532694539,1601.99332858749,6929.60341327298,896.140390399142,4042.36562468989,1023.87139020056,4568.52741685029,791.949704316395,5187.25152691522,250.290044151268,1407.60251252798,506.677760305696,2706.53130709399,1142.52840099,6211.89023299787,445.522995086434,1808.56709704415,361.857585236774,2463.16378754551,476.846359250411,4403.0845292176,692.878132448162,2948.775110879,686.160789941062,3756.52949556746,805.620504136746,5295.54394831816,8940.28327190016,3028.92524838722,82154.0850018552,33917.3976101433,2099.16184873294,15621.064385113 -3236,2248.97881188368,4003.86415853561,429.071257342938,1604.17779976605,902.324200461598,2855.35765306402,1064.33682961937,3364.85431020582,165.054345585067,1230.61046427641,1385.80169110814,6829.18723068135,775.204769161195,3983.78811303987,885.692408841362,4502.32534785647,687.739759362845,5112.08358938539,221.998135674611,1387.20508680464,446.301577892187,2667.31123550915,1006.64111319954,6121.87435955249,398.410785473771,1782.35933405758,316.781888691293,2427.47033008596,413.173736933287,4339.27987638488,599.557327815651,2906.04470882042,608.599581563351,3702.09400637118,714.5559887772,5218.80675625638,7583.12001402298,2608.64308880578,72185.4081778647,30158.0736147931,1777.91808296378,13934.8127478394 -3237,1928.4222448248,3808.53152146517,371.612568298649,1525.91633345477,784.768912428741,2716.05608885804,917.947204026355,3200.69642678484,144.930119332466,1170.57386521219,1217.61020150299,6496.01829737152,681.119990862233,3789.43490652785,778.084997983592,4282.67476823552,602.720306845597,4862.68532588277,190.628532970566,1319.52885778338,386.347994120923,2537.18370947686,871.154827665834,5823.21241321346,341.109722134296,1695.40509806373,277.059171025387,2309.04368966782,362.635812874289,4127.58363803124,526.684034580603,2764.27032439023,522.600989631599,3521.48353700609,613.585152199582,4964.20189312999,6749.72178397063,2295.29402701011,62666.3288424314,25946.6477308917,1584.06408637895,11948.0681923539 -3238,1547.28836762355,3473.94478329333,308.536816401539,1391.86168119411,698.969576574642,2477.44539538184,774.303752026904,2919.50915781241,132.817490487089,1067.7367246652,1119.93490972993,5925.3307342065,626.48132755454,3456.52584230094,715.781667590014,3906.43364399152,546.778346850759,4435.48917094133,159.512741929529,1203.60573781941,331.866233891579,2314.28729475321,747.595861826841,5311.63212668105,275.162433923294,1546.46053545635,243.234442402005,2106.18980961775,331.471963116286,3764.96756456651,483.871039735986,2521.42391861672,437.298212876103,3212.11451024813,513.4312713287,4528.08731466647,6668.84732669581,2149.03940824274,54317.9097676467,21431.2294361565,1572.98671514553,9740.88885738638 -3239,1110.5281251243,3217.72502619393,220.962161604193,1289.20533973855,551.852537572281,2294.72215220179,583.470277104288,2704.18163422551,104.046626317931,988.986122308053,867.48440277328,5488.30974044944,485.262826938145,3201.59081397773,557.041753360144,3618.31580049501,433.197988530746,4108.35099549853,131.224939667951,1114.83415708773,272.862164122963,2143.59772842172,614.689465563942,4919.87428992885,201.270904644998,1432.40180180464,188.122953342646,1950.84841098046,261.732486311487,3487.28350939111,381.561270326312,2335.45705262637,359.748261533372,2975.20596652309,422.379972839496,4194.11959086493,5544.07429084833,1737.86765546334,42281.8143644415,16282.9006884791,1361.66474981932,7431.76909386417 -3240,1121.03291020717,3075.61176632144,218.30310807601,1232.26661067258,567.614497621162,2193.37401247689,618.405356030141,2584.74940673599,107.042616632569,945.30680208469,907.419182706568,5245.91438905803,507.601976946638,3060.1901337927,582.658818907191,3458.51014604332,454.19721764585,3926.90256596591,139.237115813369,1065.59666320891,288.7719930396,2048.92411319313,650.590883819356,4702.58432021019,199.675462191694,1369.13869266865,187.521656664861,1864.68771516444,266.13558783864,3333.26499519713,399.18883053699,2232.30982520976,381.713342612523,2843.8037443777,448.1691463857,4008.88312643716,5709.71259049342,1801.00051221105,44130.0766410119,17158.6733127716,1403.84773023577,7854.03499343169 -3241,1126.910208112,2999.6490709758,221.252841631304,1201.83159473327,593.533236381736,2139.2011797048,631.242156423886,2520.91022720147,112.370031777174,921.959234813284,951.862539924197,5116.34868739539,532.463183779985,2984.60832812448,611.354675249099,3373.0904726468,474.058734502571,3829.91434835767,142.439797464982,1039.27812860873,296.72221275329,1998.31896208104,668.396470467663,4586.43800292628,202.212700725163,1335.32315504587,194.123754578444,1818.63290864664,279.531363488014,3250.93867686623,418.605044851216,2177.17534008835,390.493374512923,2773.56633671057,458.477770588118,3909.87012000233,6128.42640981255,1905.09907670272,45491.1492876883,17372.614640345,1508.97796529091,7928.21352897572 -3242,1270.44397249487,3034.99869324809,251.600554988183,1215.99468244903,682.913119848933,2164.41077985393,709.556478345571,2550.6181104256,128.521262611233,932.82414265082,1076.52784804167,5176.64273821045,602.199814945687,3019.78070147001,691.490843463916,3412.84094721133,535.136952032727,3875.04830314579,160.270796191637,1051.5255910328,333.54647370268,2021.8683236289,751.372619007174,4640.48727573872,231.576517676245,1351.05938552665,223.367349657603,1840.06474445526,322.254318217543,3289.24964309543,473.382510589353,2202.83244999409,439.376390268536,2806.25166757095,515.871256741917,3955.94632045296,7026.02446720215,2172.92572145573,51488.2515908519,19512.5022972434,1726.2900702684,8895.77824085649 -3243,1702.70746757488,3150.5347635574,340.345234871024,1262.2850638715,850.972302372922,2246.80538404131,881.692901694672,2647.71482219484,157.689298924739,968.334812217593,1288.79212236687,5373.70673059324,720.938505218072,3134.73745457171,827.681967768372,3542.76068408261,644.214190220773,4022.56331005509,198.467510379458,1091.55497716989,409.682680504374,2098.83663380137,923.15380430628,4817.14094789743,314.384831329879,1402.49139849769,290.743135929417,1910.11217154708,402.106104528214,3414.46451678713,566.927659749743,2286.68968702959,544.091252855831,2913.07981569878,638.816842710816,4106.54094615625,8283.88316885688,2607.11420972426,63963.6793970854,24708.5795118924,2023.7878866732,11299.6270918883 -3244,2434.43081140099,3358.53867761142,487.684040468206,1345.62337106121,1142.69856937017,2395.14347553107,1193.20653424814,2822.52166853908,208.196053999767,1032.26600046723,1663.50153324139,5728.48841587124,930.54751653861,3341.69840216221,1068.06073105855,3776.66005169784,837.776564119429,4288.14010123983,267.560115399112,1163.62138008116,547.080626881183,2237.40556496837,1233.18300798608,5135.17716933597,452.960310160752,1495.08637751174,403.866498640006,2036.22117772588,538.876286317393,3639.89354302912,732.121122575608,2437.6610112095,733.506044003974,3105.40653134909,861.208506257826,4377.66209038356,10442.0064881383,3362.70585640854,86023.6978353057,34022.1903747901,2532.9818659191,15622.0492339541 -3245,2679.75580931491,3829.26043516192,535.980365140321,1534.22152610091,1216.02434285524,2730.83892364467,1250.28803609577,3218.11704143025,221.677233802186,1176.9450149561,1761.13857404353,6531.3745500111,985.164782603632,3810.05988197945,1130.84877844368,4305.9843286689,885.000093139137,4889.15174315845,280.522505429337,1326.71073343787,574.245851853825,2550.99298526994,1294.36227533742,5854.90674654667,504.535177170454,1704.63277696326,436.784683542648,2321.6112546454,575.881346058233,4150.0490750446,774.988982747785,2779.31557757137,769.041951206451,3540.65011811792,902.931169364057,4991.22084046862,11117.4080104365,3572.86621418385,91083.2641140486,35879.1328117909,2702.56184407678,16460.8660295198 -3246,2512.6573534987,4221.87513459162,488.410026908195,1691.52551038925,1165.78160821044,3010.83228564025,1234.35546315422,3548.07110863051,214.778456478447,1297.61738005543,1764.19698189296,7201.03745208711,986.875627933182,4200.70594554741,1132.95051999517,4747.47760695981,884.737052867047,5390.43727194625,278.50508136712,1462.73860217614,570.782554411224,2812.54671375555,1286.50125080035,6455.21129396697,465.558960712372,1879.40905470608,401.24103149163,2559.64643673055,545.835811834945,4575.55428624819,776.233186573103,3064.27925883174,763.511258633876,3903.67355448334,896.437590302324,5502.97153051667,11048.6299342738,3537.3852377057,88953.2404593513,35001.6642360142,2705.76382686402,16080.297236933 -3247,2366.11249558023,4421.56148898083,457.810676312269,1771.53132575751,1085.4339833947,3153.23870544902,1165.27078776233,3715.88786355797,199.256873530862,1358.99211894628,1639.17928274222,7541.63229934958,916.941872452111,4399.39103911036,1052.60817100154,4972.0239200686,824.137355248325,5645.3943071696,263.398680114798,1531.92324870908,536.903910059407,2945.57461768798,1210.38049812519,6760.530037182,435.696450266169,1968.30139059384,373.517475798923,2680.71265711404,505.870444684351,4791.96896588774,721.34958983241,3209.21361489857,722.097624897026,4088.30960267753,847.813896004548,5763.25121388129,10141.0210781178,3274.23265512969,83390.3006846512,33121.7923321709,2481.20308115979,15250.7804632243 -3248,2199.4220087179,4464.05900818086,420.402202991934,1788.55827126476,999.963166704846,3183.54583173485,1090.7989625932,3751.60285162729,183.913051626448,1372.0539736353,1528.87065667762,7614.11815400522,855.236237689523,4441.67546863124,981.806088735017,5019.81216920473,769.268445942439,5699.65460719225,246.982028212373,1546.64721847344,502.764077912761,2973.88579557894,1133.47240469148,6825.50838380764,402.309250493048,1987.21957738072,341.038201856362,2706.47813338286,463.58104636699,4838.02662982418,672.83452901722,3240.05873998753,677.091988033792,4127.60409541917,794.972835439328,5818.64428705848,9368.95068100382,3036.66810200476,77600.8837027055,30971.2759050596,2297.51983326767,14281.3510170926 -3249,2072.2933598689,4531.24927712055,391.671323922621,1815.47854965721,927.737813379065,3231.46260439042,1032.38172091497,3808.06966895515,170.928350007883,1392.70528566307,1436.17579479678,7728.72117461237,803.383581232371,4508.5288343088,922.255297229516,5095.36729270499,723.659454584183,5785.44230068348,234.195386690848,1569.92640057511,475.54614590669,3018.64689439835,1072.20817422594,6928.24173547652,375.413118697877,2017.12998349357,314.510192217093,2747.21437663773,427.656695070758,4910.84562925934,632.101306487161,3288.8261101592,642.037888791233,4189.73025207156,753.815862441388,5906.22293998294,8681.20420381426,2832.13091565192,72928.4219017019,29323.6157982327,2133.29537699345,13546.123407305 -3250,1977.67891878964,4585.83324823878,376.849370329236,1837.34802155332,891.523718080802,3270.38918968298,987.360648853792,3853.94213195911,163.736332570645,1409.48198022116,1366.15433969873,7821.82227489966,764.214220793646,4562.83911225361,877.232415295076,5156.74669695585,689.038297033675,5855.13443107259,223.597738362925,1588.83792189427,453.905552267508,3055.00987617733,1023.42543762477,7011.70016463398,359.200353048193,2041.42857269648,303.730126630559,2780.30764982117,411.672275424611,4970.00226346771,601.319936885204,3328.44370310785,612.984832474656,4240.20024413909,719.704706252348,5977.37000840879,8268.40754733999,2699.99101684297,69768.5922041079,28070.6347279384,2026.66265347445,12963.8595236078 -3251,1909.85746534273,4525.59593874047,358.887268999453,1813.2134978061,844.419390347999,3227.43092340182,956.478196393796,3803.31859367836,155.780115774856,1390.96769989763,1317.82597665961,7719.0785631882,737.17977729854,4502.90384271424,846.182121372691,5089.01014179258,665.33852630825,5778.22418907587,216.828339910353,1567.96770781038,439.96103266413,3014.88072941816,992.001347317068,6919.59782901405,343.67104236203,2014.61334455895,285.681187971619,2743.7868599588,387.885667057792,4904.71869375511,580.087477936527,3284.72286053932,594.426779934478,4184.5030042669,697.915720547557,5898.85413840399,7861.48589157438,2582.13643485069,67128.3083689044,27189.2230522188,1933.22172880458,12575.0145233304 -3252,1853.20516944254,4422.08133488409,341.844940794401,1771.739605865,809.696396900336,3153.60943380531,939.557792480018,3716.32474294722,150.608875065521,1359.15189654688,1299.23189775197,7542.51897403781,726.778419918296,4399.9082784192,834.199325077532,4972.60848420329,655.830044520802,5646.05803990524,213.774736404372,1532.10335793677,433.297972946069,2945.92093084038,977.016483556573,6761.32487716161,328.445727505795,1968.53280508776,269.984844570949,2681.02783027087,369.739861669841,4792.5323608426,571.902697376573,3209.59092426191,586.05544019168,4088.79026793652,688.086941283629,5763.92880313126,7655.82008258549,2521.04420122719,65542.6671229936,26653.4406297355,1891.69318036011,12341.6659434349 -3253,1803.85830185869,4310.89898819671,330.062869091407,1727.1935760249,791.746684723783,3074.3196897158,931.131203416957,3622.88690798164,147.324803956661,1324.97936874405,1280.40289148881,7352.88090635861,716.245646327805,4289.28341863996,822.137802921541,4847.5844879077,647.004519272032,5504.10181276445,212.094677128434,1493.58239149518,429.218622708524,2871.85300276711,967.874062032611,6591.32801151636,317.078906396787,1919.03889481655,260.922801865005,2613.6199869659,359.686988326959,4672.03593526799,563.647162814915,3128.89366343794,581.449620556166,3985.98770446588,682.679254352051,5619.009005882,7492.94844758181,2475.12382356394,64539.4886892933,26348.9357134403,1852.77559712432,12215.4476670454 -3254,1806.94460748207,4215.24707726399,329.301212366991,1688.86993017984,787.311201638964,3006.10548336475,937.840199123602,3542.50087787739,146.256631016145,1295.58020886724,1276.83402362652,7189.73231218381,714.249254343937,4194.11112240935,819.814375507846,4740.02438943503,646.472172809262,5381.97465139958,213.801406767439,1460.44220187971,431.493132105411,2808.13120636579,973.10088349815,6445.07705049591,315.962285045016,1876.45851008798,258.466231277092,2555.62796560569,355.881813393978,4568.37097666463,562.141524718182,3059.46854843697,586.128555993997,3897.54505203297,688.17278645343,5494.33223882428,7392.37328494228,2457.72618850525,64636.5061384026,26559.5634392218,1828.15828948249,12330.9639104147 -3255,1856.41631038203,4114.98152606088,336.775098473445,1648.69779522405,804.357011690487,2934.60105723277,969.257041290845,3458.23753657204,149.273690925216,1264.76302036349,1306.4914493821,7018.71446671226,730.839346587499,4094.34831947339,838.774606363847,4627.27627540719,662.650605129258,5253.95685194617,220.863188034786,1425.70354013873,445.027732302931,2741.33587548814,1003.68374016559,6291.77187260965,322.443416826172,1831.82431821853,263.552200468047,2494.8387777017,362.527933489783,4459.70587929793,575.273752374062,2986.6948071177,605.488165079627,3804.83648814146,710.902878671022,5363.64185690334,7486.68622673485,2504.55348535373,66466.5318924216,27474.571653018,1850.42505216858,12768.6136366111 -3256,1928.80953488188,4071.37932958905,350.70957672289,1631.22825259433,827.03802551235,2903.5061298185,998.52363147578,3421.59417582767,152.565190823205,1251.36163682022,1328.34261042061,6944.34442028091,743.062685870064,4050.96475171757,852.762699459293,4578.24582216895,675.300755068643,5198.28611382445,227.461017355974,1410.59683662766,456.858210982023,2712.28877899904,1030.48736114599,6225.10448379926,336.482556953079,1812.41437352765,272.90546080711,2468.40355560848,371.979297607137,4412.45099595903,584.9779662962,2955.04789620046,623.5758672664,3764.52057735341,732.139626628646,5306.80890040813,7553.34515912706,2545.34698891461,68311.5928750117,28403.5195486701,1863.0926291722,13215.1050666006 -3257,2048.41116436281,4048.57102597609,380.989322014552,1622.08993699283,874.90693315128,2887.24037711163,1025.4846645494,3402.42603832807,158.986957734596,1244.35137473662,1341.64211937369,6905.44145813744,750.502309327069,4028.27081275908,861.258013102224,4552.59799810896,683.400261657783,5169.16475755841,232.797757375878,1402.69452187859,466.054620519484,2697.09424639732,1051.3580455797,6190.23078091017,364.121760892535,1802.26103384655,297.517701637789,2454.57529418208,396.564508094518,4387.73197229505,590.921978211481,2938.49340099105,638.206340324908,3743.43132937755,749.317246297305,5277.07958785383,7685.63609439946,2601.26718658267,70649.87237235,29404.7286935871,1880.26429022779,13676.7821884922 -3258,2127.63613076986,4007.63305078899,393.526305434689,1605.68783433345,877.348592472328,2858.04544038975,1035.23693264328,3368.02169372368,158.775057052752,1231.7688547867,1337.95578783364,6835.61563829746,748.440209238079,3987.53810743625,858.851176764329,4506.56344846475,682.936436016061,5116.89566379047,235.058402904051,1388.51088198113,469.156010845028,2669.82201216261,1058.47386198263,6127.6369638608,380.215292180691,1784.03709334732,301.517321253661,2429.75534120525,396.433645581801,4343.36450005437,589.380963113897,2908.78020856701,644.403815444814,3705.57883824095,756.59369389336,5223.71929064235,7556.67326712093,2585.10544617615,71214.12520253,29875.1721450504,1849.31319408414,13917.0628014401 -3259,2138.70080148759,3855.70766640087,399.764185615785,1544.81780498024,868.196025169971,2749.69977934066,1009.15099709313,3240.34333995181,155.367885559448,1185.0737221812,1283.19447113645,6576.48424572315,717.807230405978,3836.37450237134,823.654481559752,4335.72410875956,656.396278034792,4922.91923662176,228.910393297902,1335.87381496459,454.799224463478,2568.61171413749,1026.25869347956,5895.34433893045,386.940802611011,1716.40602090767,304.49583220935,2337.64573199114,393.38427482223,4178.71187022376,565.349489976864,2798.51124289908,627.549277174122,3565.10402873477,736.804802109274,5025.69328598849,7234.02820284738,2494.33100111787,69665.1004990921,29348.530449436,1761.09419983164,13680.9127283346 -3260,1979.82311312843,3797.74469060828,370.336245383636,1521.59450986004,773.944564332643,2708.36345523713,897.383723491075,3191.63115562051,136.996087921159,1167.25847128191,1115.49536993441,6477.61974921141,623.997889668409,3778.70216264756,715.999548068561,4270.54503054538,572.693747135136,4848.91283540319,203.621134314996,1315.79158148162,401.962067902909,2529.99769266888,907.250293509211,5806.71944026811,361.11161118364,1690.6032346884,277.065341094027,2302.50382946679,350.212593943079,4115.89316197763,491.580333934723,2756.4411345138,558.219720021432,3511.50970665576,655.405057903947,4950.14187922205,6198.88409033088,2170.90557464674,61949.2488525901,26354.8303877132,1504.07986951991,12310.0479097913 -3261,1645.51226764786,3644.84459357576,300.815225529453,1460.33395467393,639.980890860104,2599.32267739622,769.464954568624,3063.13365166949,115.628963954997,1120.26375519096,978.587725963667,6216.82583890892,547.413007991811,3626.5687323107,628.030654541043,4098.60963131569,501.140470148478,4653.69190734321,174.671015210809,1262.81680911721,347.56952143494,2428.13805643325,784.248805239851,5572.93648796663,294.790250419236,1622.53825937118,223.097708526899,2209.80326962825,287.822754434735,3950.18416489887,431.177249288971,2645.46471264588,478.854051839234,3370.13364833196,562.221928600415,4750.84539267056,5373.13852499123,1871.57127247666,52761.4638738517,22424.4507129506,1317.78565641911,10467.2825698688 -3262,1289.20023821982,3343.982948198,246.636296264932,1339.79151037367,560.61010350264,2384.76305008933,636.506736336904,2810.28900855971,104.011227173573,1027.79221408936,875.177556040368,5703.66144934406,489.566306390365,3327.21565761401,561.775499731224,3760.29220631156,442.619180236368,4269.5555283074,143.564346752578,1158.57830641908,292.498825649343,2227.70876730787,659.412214914812,5112.92158244483,230.461779979896,1488.60675204075,194.662648086401,2027.39630258408,259.969807828171,3624.11843647485,385.278308862371,2427.09631701159,393.576284303125,3091.9478633009,462.097411021965,4358.68953387386,5195.76992103432,1710.2901403285,44808.8376618264,18179.8315449045,1275.73288612913,8392.01344879371 -3263,887.269063220365,3090.03752480431,167.59722394236,1238.04639754514,425.774568480923,2203.66174908692,520.970187026768,2596.87283892228,82.1596470645814,949.740641156455,698.885743608775,5270.51967078671,390.950281718205,3074.54355910639,445.065327300913,3474.73183976414,331.111179708646,3945.32119364276,113.887274979177,1070.59470628832,227.063125987946,2058.53432626694,512.30312734293,4724.64118265023,155.055004169221,1375.5604603073,145.893990732525,1873.43379128481,203.766459039898,3348.89924276592,291.225238624015,2242.78018520449,312.217702581563,2857.14223736902,366.574404485836,4027.68627331068,4250.01489345419,1382.85370484109,34213.1152893742,13498.5151735737,1072.65648727042,6220.21563325891 -3264,883.502317190242,2932.84868961514,166.521794281306,1175.06752768413,437.82281751553,2091.56245556399,543.882616090037,2464.77107206414,83.5562474339199,901.427756954617,711.165916488356,5002.41067817988,397.819697914949,2918.14289506432,452.936063226629,3297.97377579148,335.964846298583,3744.62445844207,118.982613393726,1016.13402951974,236.140766109948,1953.81760022546,532.875305481406,4484.30078606083,154.601024477194,1305.58631120641,146.746426999593,1778.13304717014,207.146385692091,3178.54222706281,296.250051124684,2128.69095422663,326.186382172473,2711.80068191647,382.975013292294,3822.79966312324,4368.09091060099,1416.82569447026,34830.8716554129,13836.9938642175,1088.64495515795,6376.53983792609 -3265,886.430368009066,2847.59372826344,167.79322587121,1140.90949661588,461.25438635901,2030.76283881418,565.075221819662,2393.12265623087,87.4247920865979,875.224158776287,744.87028491727,4856.9956315245,416.673612811509,2833.31541636814,474.502489010437,3202.10499545187,350.388192655552,3635.77199202894,124.644945150285,986.596035377184,249.201455166038,1897.02208786735,562.19381020303,4353.94667281976,155.774915341267,1267.63423038569,150.999343630956,1726.44450805407,216.573925574468,3086.1452017125,310.110750878242,2066.81204936703,341.709452793056,2632.97136380369,401.200630614698,3711.67472214388,4672.71529032249,1507.85531491105,36223.4965390765,14141.4493837038,1196.42011015499,6533.98735032128 -3266,1020.78414189249,2842.39525662451,193.232469353298,1138.82669049018,540.300733502383,2027.0555462611,644.657810512528,2388.75385174397,104.004981272953,873.6263788957,886.848554640289,4848.12886314027,496.09495607638,2828.14301073669,565.083840387189,3196.25933992927,415.77867707683,3629.13464857696,141.695291723135,984.794938732643,283.331028057512,1893.55894794527,639.186044609396,4345.9982537488,180.374350207526,1265.32007983472,176.996753468139,1723.29276884274,257.497989421369,3080.51123850156,369.056088289383,2063.03894658379,388.452339881787,2628.16469955766,456.081394443341,3704.8988132126,5639.44976701255,1788.11749587463,42138.0831920547,16216.8140282303,1418.72048371514,7450.29708144621 -3267,1373.34213167481,2868.38762112231,256.152458097175,1149.2407236441,660.655347023577,2045.59201352157,807.246337022063,2410.59787947563,126.425387694281,881.615280235945,1075.43543329978,4892.46271581237,601.588728147881,2854.00504516546,685.05103409841,3225.48762463012,509.498173033325,3662.32137388463,177.123588870508,993.800424139177,351.760692684211,1910.87465175471,793.763837340591,4385.74035874106,240.795856349392,1276.89083539548,223.08317588145,1739.05146872088,313.549910327228,3108.68106138743,448.131862361626,2081.90446507486,485.577690749583,2652.19802661588,570.116144428535,3738.7783660848,6542.26216690111,2135.87768991542,52853.6872030178,20878.3324997659,1657.77958148668,9652.84236014403 -3268,1967.46274366583,2879.88924167197,362.251363159145,1153.84893301798,865.001750108615,2053.79439975615,1080.07293102866,2420.26386112448,166.179052864889,885.15036885137,1410.40600645615,4912.08044435654,788.968197739832,2865.44899466328,898.203662877053,3238.42113977742,674.600858053787,3677.00649888766,235.111333690763,997.785351174969,461.614460029936,1918.536850197,1042.10264989379,4403.32623906773,343.289432302739,1282.01089440142,302.728104466567,1746.02469296794,412.81273255958,3121.14620721175,588.450373548672,2090.25245646961,644.548923215862,2662.83277315434,756.764064741388,3753.7700672654,8198.8696513048,2734.84441545265,70940.2430847224,28798.6846147321,2030.60940559979,13326.9222762673 -3269,2215.79013795694,2978.92015727905,403.405219518571,1193.52640208713,924.017718318439,2124.41834491817,1123.73592350721,2503.48961255606,181.746588654844,915.588085069373,1541.41039709939,5080.9924347558,862.250853591184,2963.98335267287,981.730163777347,3349.78091221342,739.458586862113,3803.44793108198,242.0389476661,1032.09625295424,474.485679199173,1984.50968628796,1071.22212358978,4554.74366959307,386.934852036868,1326.09547614635,333.254384295756,1806.06534366907,451.719690672882,3228.47323985287,643.36747989712,2162.13008690721,663.54071769112,2754.39975559874,779.062306296306,3882.85117266371,8818.87649042893,2929.16381736469,76733.2261234262,31018.2580725252,2141.46325010982,14302.7764240719 -3270,2041.33358322063,3220.3242620134,368.358090193662,1290.24674280141,881.563669938987,2296.57579847833,1085.22439771289,2706.36603646896,169.79004947557,989.785012248347,1440.74681595129,5492.74312464156,805.940568586082,3204.17701679345,917.891428878285,3621.23862825631,689.492098663023,4111.66966722452,235.699787307258,1115.73470541,461.283943191535,2145.32929838275,1041.48359976983,4923.84849946433,357.89576593426,1433.55887708012,307.407931728034,1952.42428058613,421.847222236357,3490.10049099657,601.180116543412,2337.34360401799,646.16214678497,2977.6092986461,758.65814846649,4197.50754533057,8336.54467515349,2780.86145118292,72285.5450992616,29286.6956292189,2053.52628743133,13571.8631870367 -3271,1902.85434477136,3497.07798902004,342.903073132315,1401.13017123144,816.036876911053,2493.94285218762,1025.25422042534,2938.950343606,154.815124670162,1074.84684726486,1312.84684959133,5964.78786534237,734.394499235773,3479.54305425957,836.326910802115,3932.44681886373,630.01219476405,4465.02535815519,224.157512314156,1211.62062028983,436.560423090644,2329.69827202542,985.846164601411,5347.00260214803,333.034847379477,1556.75850849467,282.9541496567,2120.21505331181,384.815749736248,3790.03870836948,548.003530574418,2538.2142310345,614.519431814666,3233.50417255384,721.506477370825,4558.24011844804,7505.72112410881,2542.77176310696,67103.5973721914,27513.0376218907,1869.59854823892,12804.8393929457 -3272,1788.5338127984,3710.28037471299,322.126004993624,1486.55128454685,769.950084341393,2645.98823623045,962.721722767533,3118.12599443714,146.790499258327,1140.37581539508,1245.12607891951,6328.4363190046,696.512120585991,3691.67640748151,793.238213130899,4172.19184200155,596.816575579215,4737.23949279191,209.956465909584,1285.48811984564,408.26016155175,2471.7303431145,921.993597668738,5672.98724265753,313.354629971903,1651.66763805968,267.214341267026,2249.47579870195,364.800474709298,4021.10169782241,519.659668863864,2692.95865799765,575.587794513654,3430.63755245017,675.796891907622,4836.13717160663,7151.12036775072,2405.80168358796,63182.0498493224,25869.3127104728,1758.21120978339,12013.7507741675 -3273,1673.95017897638,3818.14869588814,300.572037387909,1529.76952554494,719.306203374925,2722.91458142976,917.989222529322,3208.77871667475,134.431795737368,1173.52975857247,1139.60754885891,6512.42182210763,637.486021640736,3799.00385882748,725.971840506551,4293.48923307868,547.655728165097,4874.96441368326,201.712492829958,1322.86088723093,392.005879171004,2543.59051959242,885.305104789569,5837.91699138597,292.797611179168,1699.6862774248,246.765567682367,2314.87440835523,334.231017582572,4138.00647202082,475.78016989953,2771.25056591168,552.987250813443,3530.37586760966,649.261622512393,4976.7373271176,6475.72739896146,2220.70109235069,59108.8649878825,24427.1069948189,1633.32296560156,11415.2357308091 -3274,1585.7288457514,3860.38629213654,285.674147196369,1546.69233099845,681.739091393284,2753.03634353744,875.06444514609,3244.27526504945,127.161257784197,1186.51172446119,1077.89465064702,6584.46433941915,602.964391800348,3841.02966869395,686.625326356626,4340.98520014747,518.305949077436,4928.89284733809,192.291612517342,1337.49480238144,373.524290428239,2571.72854090717,843.581293888068,5902.49791802181,277.297785215166,1718.48875696472,233.980137660576,2340.48229804564,316.171189059417,4183.78243847984,450.033645192745,2801.90703631897,527.160259975014,3569.43002772181,618.93818566696,5031.7916056698,6115.62239697123,2100.97687824984,56060.2364251924,23234.1110618703,1540.76680076235,10857.5751827772 -3275,1490.12031247863,3759.34096577538,265.533184123256,1506.20777335603,613.562113255668,2680.97582037594,810.258736035979,3159.35659936304,112.587140126157,1155.45486761923,952.713036284785,6412.11647116429,532.938943651771,3740.49100052319,606.847684839092,4227.36023282974,461.468150395072,4799.87944073344,178.338823724059,1302.48597461509,343.824066708238,2504.41373610186,776.72972923366,5748.00047052868,260.220161537022,1673.50744054849,211.603216573312,2279.22034658491,280.278559883904,4074.27224184967,398.149278434234,2728.5673263798,488.909211625307,3476.00046011373,574.027678819292,4900.08483165812,5216.45505205876,1846.22302840652,51087.2296971151,21641.1299363458,1320.47968601252,10166.5072528129 -3276,1467.14755181945,3619.63199793284,262.173598257652,1450.23234168124,610.834019162722,2581.34230267019,798.090082831991,3041.9449430217,113.293700748751,1112.51452025161,959.292077209189,6173.82199826916,536.619198867094,3601.48255684519,611.017217688625,4070.25819281687,463.201522843807,4621.500781139,175.313803104486,1254.0814875522,337.415824846002,2411.3418223524,762.303125153294,5534.38664294378,256.075375883836,1611.3146255513,211.295413645742,2194.51732948537,281.9117662423,3922.85943444529,400.759514020804,2627.16515819983,480.616230795996,3346.82131916223,564.290900655269,4717.98222367331,5316.19378547708,1853.22906124281,50673.4521400995,21353.5142517395,1320.95321076926,9991.63590139039 -3277,1413.04624474548,3479.46816334916,252.401257644499,1394.07466428105,600.447185466286,2481.38439652891,798.922528101888,2924.15101589047,108.960301236786,1069.43436699914,922.562616277799,5934.75168233409,516.07307494083,3462.02152720406,587.622934901072,3912.64465741419,445.536649987779,4442.54135338892,176.929496705572,1205.51940436913,340.908358947038,2317.96688354483,770.160183773363,5320.07732796736,246.628604660711,1548.91932217045,203.300424213015,2109.53853491822,271.136656825327,3770.95365474762,385.423834967095,2525.43284318321,485.045594342531,3217.22159465208,569.491410718911,4535.28672304082,5117.20196679804,1808.18027975088,49565.3546865978,20997.3773506507,1306.32690515153,9876.84190963282 -3278,1399.24678387549,3414.68218643943,249.654116475586,1368.11768327979,596.518007042006,2435.18224589249,812.927425767821,2869.7047697108,105.364807606215,1049.52202782712,891.497268065802,5824.24954022322,498.695403774665,3397.56039803353,567.820225108758,3839.79314835276,432.05092400907,4359.82342983588,181.55999554913,1183.07322908339,349.847056287312,2274.80748620454,790.352514866017,5221.02011843224,244.038254087106,1520.07921019639,198.536088897333,2070.25997037982,262.320044188948,3700.74036210206,372.589813344718,2478.41053224818,497.739933644322,3157.31851919357,584.395818225015,4450.84192655931,4883.83898649638,1770.27755129286,49249.6040553585,21081.5765499275,1291.52302775003,9987.92038156857 -3279,1428.85664643117,3362.3075698648,254.795439633232,1347.13340562862,610.771395939981,2397.8312628568,844.851351729179,2825.68905205694,106.536223088096,1033.42439097752,901.101401492681,5734.91682348736,504.067868019692,3345.44839655859,573.854603379782,3780.89815230612,437.12771925634,4292.95217564491,189.251783592257,1164.92717525764,364.617169149987,2239.91634162183,823.724685484869,5140.93977364429,248.60363753768,1496.76413680149,201.712504059228,2038.50618884517,265.300820081941,3643.97816669861,376.67502823144,2440.39651095609,518.826682730282,3108.89136321886,609.153743303618,4382.57462476953,4904.95328774025,1799.35118488688,50453.3274786946,21741.2938466758,1313.90719423023,10326.9746674134 -3280,1510.90236687869,3408.24907290132,270.344819198983,1365.54020874204,645.75033613916,2430.59446787437,885.85567183398,2864.29837005295,113.854966474496,1047.54477372348,963.311429697482,5813.27690601574,538.867587823361,3391.15954120417,613.520171949298,3832.55914415045,466.914549739739,4351.60971107702,197.774660414478,1180.8443702933,380.707245196443,2270.5218472967,860.10336502551,5211.18394236289,263.421382015769,1517.21544671499,214.989800562529,2066.35969014415,283.461961433296,3693.76832733437,402.608612555495,2473.74131400839,542.191830603965,3151.37026767235,636.586733479059,4442.45673288961,5273.26147663649,1912.88686923186,53323.9182558952,22906.4247153439,1387.63218545314,10846.5669754151 -3281,1612.61511776373,3440.99945935414,287.793848630587,1378.66189339495,663.379907950651,2453.95042174696,901.857503107671,2891.82185103364,119.375623747032,1057.61079162072,1009.45463456759,5869.13757263869,564.679673859343,3423.74571173397,642.818712704375,3869.38679095368,490.226172927648,4393.42499413916,199.731579541052,1192.1912843951,382.332461666064,2292.33963888353,863.961952200967,5261.25900563984,280.354358636622,1531.79460192028,227.076695781036,2086.2156563471,297.325260125061,3729.2623119581,422.025206968325,2497.51187252251,547.556651159629,3181.65226640971,642.885562418306,4485.14497887459,5447.1735594342,1964.01832997706,55333.9670277707,23837.5526528494,1383.24974567078,11232.7891880952 -3282,1687.97832164333,3403.44048884141,298.100155314766,1363.61361395966,670.858590105936,2427.16522383606,921.931619823742,2860.25722775658,119.390787428562,1046.06682801199,1008.19594662205,5805.07514902316,563.975575354823,3386.37506819012,642.053153906282,3827.1519152728,492.524983816345,4345.47017120067,204.501530255906,1179.17835666144,391.189055839192,2267.31844433845,883.999376624357,5203.83165809537,293.594305400568,1515.07485843741,230.633573862914,2063.44433271119,297.653600824058,3688.55691375516,421.820949240653,2470.25119553511,560.633292548156,3146.9241052846,658.238830314517,4436.1890200037,5286.0084087554,1956.68229356913,56509.3681433295,24557.3018129156,1372.17643291694,11630.7545790549 -3283,1742.22066007538,3273.21873079444,308.272775845875,1311.43930308547,680.18458658485,2334.29751436541,912.789318461507,2750.81863880926,124.60704842019,1006.04242863585,1052.61505948025,5582.96252681661,588.823220115635,3256.80626384877,670.35088061289,3680.7181955255,513.467192388863,4179.20466219891,200.635205480139,1134.06087064727,382.498772170174,2180.56676031692,864.474932014419,5004.72369386935,303.128979151784,1457.10536777485,239.564503365175,1984.4932390991,310.580681847626,3547.42608818607,440.31944367754,2375.73493924831,550.033907857065,3026.51712570788,645.794106332096,4266.45244458611,5547.05764047577,2006.33981212497,57520.9972348417,24821.11012018,1380.22946815822,11672.3695295229 -3284,1639.41184609492,3243.52245320538,287.935421573286,1299.54126974622,621.2009220787,2313.11959969997,835.773554929946,2725.8618361591,113.452123535651,996.915108501057,957.388182327602,5532.31109817668,535.554177513997,3227.25888836935,609.679026235893,3647.32487896125,468.925302063967,4141.28882706618,183.925054912494,1123.77210317175,350.263884632497,2160.7835679483,791.6550504259,4959.31833715686,284.846306610676,1443.88577903461,220.579247240539,1966.48892379091,282.985900060294,3515.24206429228,400.716518744798,2354.18108353735,504.223655386138,2999.05904848024,592.008347613021,4227.74505393024,4933.31706782748,1815.60204295161,53001.0243514138,22969.8289296238,1245.33334192522,10834.3885986144 -3285,1361.34631148163,3191.21281579286,239.528816682253,1278.58302647714,522.820940428255,2275.81495658504,705.029290670374,2681.90072710459,95.4129827609369,980.83744336721,805.493745363715,5443.08921308911,450.585821147436,3175.21154024013,512.99648523128,3588.50295165947,393.929531699616,4074.50053745522,154.696466252666,1105.64856245351,295.943299191672,2125.93571145988,668.763093403992,4879.33734495699,237.037186380295,1420.59963174996,184.558229182362,1934.77453794549,237.920865058207,3458.55029155039,337.063504243497,2316.21422477195,424.094573337756,2950.69197420589,497.928895067537,4159.56244874275,4189.3106814771,1533.8507407656,44448.2207016813,19227.8826350398,1056.72720997749,9064.15649543745 -3286,1085.90888499504,2965.46911144058,201.121712221111,1188.13714104747,472.145352583998,2114.82572509996,590.624962447039,2492.18533054892,91.4032147943673,911.453829483055,775.639479242998,5058.04967075529,433.885618207085,2950.59975263114,493.872019168149,3334.65527801711,371.297251993534,3786.2738042964,127.949899032733,1027.4359152227,250.85824769768,1975.54881142465,566.347371462338,4534.17713452415,188.937648358246,1320.10761138527,167.298831443849,1797.91021817314,227.084750105239,3213.89535953224,323.641416638488,2152.36718311247,350.769860187164,2741.96251142504,411.838443324971,3865.31850768783,4490.23006695557,1493.13067381705,38886.3225110484,15837.2862605511,1094.27039742676,7306.381774526 -3287,1001.85419871829,2730.43313477907,167.298644611728,1093.96823796345,458.869112227559,1947.20970514207,604.738127198167,2294.66069239733,74.6558481711387,839.214182754667,614.378449352177,4657.16077267776,343.677675574797,2716.74228572266,390.602358975676,3070.3584903438,288.862654409391,3486.18281428492,114.164973944928,946.003806265694,196.05268517637,1818.97154594435,444.995691583757,4174.80911849669,148.727027745952,1215.47904501673,137.3809927944,1655.41216198103,189.488063426913,2959.16971366349,264.46892982327,1981.77571713991,312.979003904403,2524.64113237047,367.468247393354,3558.96262387259,3891.9238110645,1346.62366160781,32512.9125137562,12606.0283896414,1044.79116829568,5973.68815460507 -3288,1008.46289070135,2584.03113044679,168.61825962513,1035.31119169717,475.809374358718,1842.80304524005,607.046599200502,2171.62419670352,77.6071827439141,794.216692483107,639.119735951782,4407.45032823104,357.517724616634,2571.07436556088,406.377212057266,2905.73016406128,299.351550120125,3299.25856956381,113.093963944647,895.280405798875,201.079673822085,1721.44083671085,455.734345511665,3950.96169485264,150.080807285135,1150.30675929117,140.851352777271,1566.6512780674,196.884024028293,2800.50317401398,275.019792656193,1875.51567603847,310.042870066878,2389.27340726824,364.020936417449,3368.13602759309,4105.8899514714,1389.29105452016,33001.6399683594,12766.4648555629,1049.49776349636,6013.82910951016 -3289,1086.37584737063,2508.19839972854,185.603651567675,1004.92824704744,561.465301485986,1788.72289680457,656.216739416127,2107.89423966489,92.7771615295053,770.909070580505,765.622650804378,4278.10630061594,428.28229615364,2495.62187285563,486.925250581799,2820.45663524236,355.14666552344,3202.43628916336,120.434040405354,869.006899597528,230.427242123286,1670.92226598639,520.709398122061,3835.01409238236,163.125908350935,1116.54907669482,162.86760729943,1520.67526674955,235.039575056782,2718.31770783739,329.110525408746,1820.47552054535,330.165415011027,2319.1561688299,387.646790648805,3269.29242257866,5130.21689803662,1665.02524738805,37545.8151042295,13941.6762732226,1281.85341665213,6482.05506146457 -3290,1314.06113929918,2485.52006074297,227.078312731306,995.842002735511,719.296386509645,1772.54982843431,778.331490741863,2088.83532466119,119.718793049501,763.938753865701,989.127456138247,4239.42501252001,553.308836485477,2473.05724686012,629.196726617062,2794.95495575997,456.232170749349,3173.48087010513,140.443491894218,861.149613247292,290.384104005832,1655.81431377229,654.294958486009,3800.33910430691,198.883528462783,1106.45359204016,205.741223266161,1506.9258005231,303.046712690053,2693.73953632772,424.929327335525,1804.01535496422,385.02057749439,2298.18709008283,452.052166622191,3239.73251144475,6783.58429197605,2141.452496401,46764.9252935279,16910.9899444444,1652.40193345709,7772.34198367001 -3291,1746.56716948828,2512.42215872307,296.668678544418,1006.62052734025,883.402776542865,1791.73507256583,983.134104493136,2111.44389397264,145.787868898639,772.207266975646,1202.58729538796,4285.310551272,672.716314822759,2499.82445321513,764.835776220115,2825.20623124046,559.039628527253,3207.82913172407,178.254753817729,870.470290894196,365.705222110115,1673.73606769796,824.241053442202,3841.4721840822,262.015459525277,1118.42932436823,257.498340036214,1523.23605533644,369.43926830291,2722.89530380018,517.052225608142,1823.54116712859,488.678737123083,2323.06158425831,573.757079001589,3274.7978496123,7987.80373638081,2584.18712521526,58721.8244887505,21827.6531709544,1965.19200716245,10099.413628834 -3292,2076.11339245758,2484.54534809857,331.037473192225,995.451476902617,815.226572326368,1771.8547116425,1066.0639945795,2088.01617448204,128.698271228116,763.639170380254,1054.69538923634,4237.76249479184,589.986937521015,2472.08742158817,670.506263400439,2793.85889623547,505.787041653304,3172.23636921386,198.797785316928,860.81190789942,369.209749464752,1655.16497556179,835.302853904356,3798.84877693578,305.938857780222,1106.01968916259,250.408325981624,1506.33484989866,327.582913510908,2692.68316907957,454.980432049129,1803.30789876422,544.996689237692,2297.28584126521,639.879914406419,3238.46202954711,6068.38678642894,2214.58227690199,58913.2384333486,24418.5451922393,1535.63000185134,11613.30635362 -3293,2371.43706074986,2486.49477338738,375.180085565697,996.232528568405,922.718832286567,1773.24494522613,1101.68413857072,2089.65447484034,145.48473479792,764.238337351147,1192.01733299468,4241.08753024818,666.803574702942,2474.02707213208,757.913361515166,2796.05101528448,572.123655055457,3174.7253709964,201.018716244374,861.487318595165,420.348453321938,1656.4636519828,946.748109300724,3801.82943167803,350.033673192185,1106.88749491773,283.01183531014,1507.51675114754,370.361732910287,2694.79590357588,514.273058517938,1804.72281116421,551.085288265866,2299.08833890045,647.028530722698,3241.00299334239,6818.16669502009,2451.5770525284,65446.0206824711,27015.2357259288,1658.52219975521,12744.7107894771 -3294,2129.48717034082,2654.73036868822,331.286271277954,1063.63736460329,821.630898655186,1893.22224104321,1037.64831725014,2231.0399578546,127.550187253502,815.946506220869,1044.56093713107,4528.0384191102,584.317817866126,2641.4191059804,664.353323224761,2985.23110610248,502.374936300278,3389.52647109228,192.409979964627,919.775328463184,374.447465956958,1768.53955560752,845.606291995401,4059.06023084004,315.276226423996,1181.77921744681,248.088670946369,1609.51494586314,324.812691179594,2877.1250996412,450.768400751422,1926.82989127506,527.484759902319,2454.64406316091,619.319180615753,3460.28842027854,5908.31247682164,2175.35238205308,58781.9013571954,24572.6284691362,1470.33762135618,11703.8158043708 -3295,1979.27677085707,2926.15565312539,306.959808436991,1172.38591309264,744.775819091094,2086.78931336771,994.764003199049,2459.14623271166,114.924361765644,899.370614050678,940.359782644808,4990.99470662829,526.028646747233,2911.48341858054,598.017150788086,3290.44748952183,454.101066915038,3736.07887331539,187.176773831601,1013.81511611581,342.399422665975,1949.35880474142,775.119692105616,4474.06719000169,292.308088118966,1302.60684047805,226.448579229539,1774.07518035605,292.828671967387,3171.28849481768,405.978545363396,2123.83308130517,513.138121120349,2705.61209776575,602.474810407437,3814.07567482856,5212.61052792229,1971.90919474595,54325.4888055612,22998.6538367076,1335.27539116311,11025.3863059014 -3296,1864.39165812245,3149.04019870658,289.277305818498,1261.68625540572,710.565237025527,2245.73953439812,938.217264351331,2646.45878732926,109.796271898973,967.87544919424,898.760556019482,5371.15752742588,502.75842050903,3133.25038371938,571.60468876152,3541.08005333556,433.175832108767,4020.6550683804,176.049472736919,1091.0371604105,325.027322360098,2097.8409782394,735.519088949059,4814.85577090924,275.747722313649,1401.8260783203,215.032292393788,1909.20604394432,279.686608408083,3412.84474775294,387.939429602579,2285.60491689136,482.633041563829,2911.69789579409,566.658835593186,4104.59286679285,5030.34148524915,1884.5350723699,51472.7227619597,21711.9490574779,1275.04210740393,10394.297953609 -3297,1770.65557288209,3305.57922966825,275.061830674061,1324.40477639506,674.702448823366,2357.37541972323,905.315893844206,2778.01445759942,104.199763267926,1015.98861236399,852.92708216315,5638.1581820479,477.119595164372,3289.00450176118,542.430081005737,3717.10741568378,411.150414418226,4220.52214168543,170.578002162341,1145.27270173639,308.33142021892,2202.12481493992,698.337025843239,5054.20262234287,261.610726801547,1471.51096070675,204.326785172264,2004.11282352368,265.435115402207,3582.49752317807,368.160815259719,2399.22251345248,467.633209731434,3056.43862258696,549.04755226145,4308.63249452572,4771.92306556136,1795.46176461918,49068.5182455898,20719.4818334101,1220.98196517318,9935.90919686574 -3298,1680.56759297637,3457.37464942898,262.102921415149,1385.2227344587,639.990866483705,2465.62839643571,865.135310620445,2905.58358887539,99.0288098519379,1062.64379960068,810.604001403988,5897.06790057468,453.444451555721,3440.03879386311,515.488145113818,3887.80061081136,390.859880151529,4414.33263164634,163.034810932963,1197.86474035409,292.703786187442,2303.24853257741,663.12729158734,5286.29653245959,248.239335899613,1539.08417811997,194.487430805943,2096.14363753783,252.262008890919,3747.00930085437,349.891485743874,2509.39714949212,446.95383324973,3196.79326286435,524.767922835444,4506.48909775918,4535.55803037083,1706.51163194204,46646.649436663,19717.7776283499,1158.82021813414,9454.22458627736 -3299,1619.80657405365,3413.4475508434,251.589506283861,1367.62301739315,605.829053067445,2434.30176492254,835.137638417534,2868.66717983703,93.3526987689289,1049.14255554137,763.679774901287,5822.14368515093,427.195469174262,3396.33195310715,485.641370160562,3838.40480676091,369.281258185357,4358.24706257678,157.771920076968,1182.64546912167,279.160876347216,2273.98499141784,632.828495577299,5219.13237107131,239.153827014482,1519.52960007187,184.805343759873,2069.51143317697,237.899749217574,3699.40229737648,329.738877010498,2477.51442136651,432.525814910573,3156.17693774645,507.828004993325,4449.23265003668,4210.38220148084,1607.31758666939,44530.8124981569,18974.9996571267,1083.69164539524,9119.84098932008 -3300,1590.65508154891,3257.03848450912,247.65241373162,1304.95656769338,603.871218644887,2322.75856393404,836.978022982404,2737.22073206277,93.395562318246,1001.06933774043,764.403629035122,5555.36470457644,427.600386544709,3240.70714802834,486.078845889121,3662.52358899029,368.600057190332,4158.54592647955,158.694506462406,1128.45495619462,276.356777301143,2169.78773510495,626.892987994387,4979.98423445132,234.740135368187,1449.90257271185,183.690999064652,1974.68344879755,237.930792169557,3529.89037410566,329.969090765526,2363.99115443367,435.055050962161,3011.55638018238,510.797577800211,4245.3624237242,4266.39479785667,1618.01228594225,44340.3458567043,18785.1420339021,1106.79428964383,9030.06189541427 -3301,1537.89093326617,3152.87407642523,239.638364824743,1263.22232688061,586.643444928778,2248.47366613971,822.879942918704,2649.68078474366,90.7412012899661,969.053813357588,742.776008346446,5377.69677744124,415.502093685747,3137.06503773302,472.328915757064,3545.39122977656,357.94808496197,4025.55011541326,156.325151920116,1092.36547087832,267.840856106632,2100.39504718621,607.998659277554,4820.71773744311,227.00840602224,1403.53276652622,178.148108704927,1911.53045457432,231.148280910314,3416.99980091517,320.611689576281,2288.38758373953,428.55955414805,2915.2428151923,503.171223314914,4109.59010599691,4158.69704096055,1575.59533247841,43084.3723780564,18289.2124907895,1073.67920238386,8798.40960390077 -3302,1548.09005038601,3106.80260245817,242.151496595792,1244.76344995221,592.778080293305,2215.61777229043,854.419432421874,2610.96223895456,91.5923117200839,954.893483305523,749.796794540786,5299.11501011436,419.429457157762,3091.22457385292,476.794259484791,3493.58408626677,361.417851809661,3966.72663472556,163.409782431732,1076.40324525999,269.977392326031,2069.70295692465,613.828980479104,4750.27484427341,228.539615242575,1383.02359878038,179.880414415336,1883.59815425391,233.305053899491,3367.06878129393,323.63025923031,2254.94844648406,447.981803581802,2872.64373568194,525.974861484959,4049.53858824065,4207.64557747345,1604.86091019061,43815.3370880584,18599.4858205562,1108.89900369135,8975.53014154519 -3303,1582.2483798122,3084.57913021375,247.340566518011,1235.85945136569,601.000955062826,2199.7690923557,893.994857029607,2592.28559474075,92.7924372366346,948.062972475569,759.415698996577,5261.20956505837,424.810184181029,3069.11253382052,482.844834894733,3468.5939021742,366.348561980162,3938.35198382296,171.881811654262,1068.70355502994,274.224558750756,2054.89802976866,624.47655169942,4716.29534358947,232.97937008148,1373.13060250937,183.015305492463,1870.12446549506,236.405106334036,3342.98358207755,327.827335880608,2238.81842773958,471.207554663702,2852.0952404935,553.244186065809,4020.57156975441,4235.12967530656,1634.06531897419,44875.1068409136,19136.5939528194,1134.07111183392,9262.14707532687 -3304,1667.86980613218,3165.3504096193,261.397823797871,1268.22106208738,635.743276067056,2257.3711691661,927.488193437621,2660.16591657165,98.3552692883726,972.888485458459,805.060752151023,5398.97702371358,450.34360871138,3149.4788125028,511.901476334223,3559.42080444837,388.293089108939,4041.47974130756,177.466556170802,1096.68810326198,290.218356713163,2108.706583839,660.152681651919,4839.7939451409,246.070331698601,1409.08672840973,193.836782191593,1919.09462944581,250.552535242675,3430.52131398765,347.505386147748,2297.44303133427,486.517922769164,2926.77881054838,571.220069637794,4125.85228907514,4503.86863279771,1722.24498003253,47170.8526594453,20096.5649920861,1183.07215732869,9700.38747105058 -3305,1794.05455225539,3244.69210963929,281.03740140362,1300.00990125078,678.755453047752,2313.95374074917,959.732738971494,2726.84481743351,105.259057820569,997.274609071054,861.435348190101,5534.30612160068,481.879041226319,3228.42267995,547.683342708471,3648.64015180822,415.610969988148,4142.78222974526,182.265421359121,1124.17735002597,310.812532024187,2161.56277464072,705.688759491128,4961.1067319297,264.009287068931,1444.40646304887,207.974353939277,1967.19806530453,268.167592211305,3516.5097063563,371.869202487601,2355.03003189232,499.673832104686,3000.140548227,586.666405928987,4229.26963385056,4798.12354974749,1822.46399544885,50073.75081566,21325.9217945806,1234.05454133362,10254.3512004081 -3306,1895.03914276584,3271.7891514089,294.484729802901,1310.86653152717,701.543165764279,2333.27800913806,992.875221661898,2749.61721784022,108.008323940103,1005.60303926555,883.271275363132,5580.52416604849,494.093858824106,3255.3838526137,561.61505357536,3679.11064061118,427.712637012247,4177.37939315201,188.629793596168,1133.56556917921,324.243182470096,2179.6143970483,735.928715139688,5002.53787910671,279.063253679743,1456.46897651363,215.299780629591,1983.62651100706,275.310976525762,3545.87674864462,381.441862784464,2374.69733621167,517.12152043148,3025.19529333162,607.151714433806,4264.5890700408,4829.91891219814,1864.36893931998,52042.4198118522,22293.7827110738,1257.21006081251,10740.2199495908 -3307,1935.34424725102,3228.7717863056,300.302082667883,1293.63130591243,710.782845916593,2302.60015449594,977.820918616246,2713.46535038164,109.45643480516,992.381406975937,894.923035974718,5507.15163670463,500.611746955707,3212.58218378398,569.019625901035,3630.73782734036,433.785661081061,4122.45536039371,184.688680397436,1118.66149018717,329.9075102594,2150.95690600495,747.569646735838,4936.76469250147,284.906408109491,1437.31937523283,218.681755240073,1957.5458615814,279.042116113963,3499.25568975332,386.515754203873,2343.47490175935,506.317106077489,2985.42013533099,594.466265386925,4208.51840761364,4865.21781810081,1870.9052256254,52474.2494283281,22496.1886081144,1244.04935926824,10806.6839028584 -3308,1826.13961222315,3267.63037157649,281.385956741594,1309.20028561645,656.019134775351,2330.31217329757,903.073630731652,2746.12217213183,100.44935980697,1004.32481458616,820.649461719726,5573.43074704073,459.063790018898,3251.24592559993,521.780858974703,3674.43411335795,399.107188545007,4172.06951517131,170.899855822886,1132.12469099005,307.12066903182,2176.84388343102,695.761350571692,4996.17913999496,268.420472381666,1454.61765495049,202.483588279004,1981.1051181094,256.212211914882,3541.3695753434,354.576428125356,2371.67885215512,468.51555949774,3021.34995960357,550.083517991315,4259.16833960945,4376.06034752381,1710.76681305956,48752.9218097546,21007.8091004439,1134.88553032135,10108.5115107323 -3309,1513.55376481788,3262.04201235854,233.541284354973,1306.96126814742,548.259236487221,2326.32683222973,762.801105891349,2741.42570545441,84.0241606169427,1002.60720053647,686.639547465431,5563.89896726484,384.099871796412,3245.68558735108,436.609889426269,3668.15003119041,333.59348433401,4164.93436814371,144.144022332691,1130.18851133282,256.007871188708,2173.12100654511,580.251924846333,4987.63458612056,222.948320571469,1452.12994212613,168.756478943678,1977.7169971197,214.279310433865,3535.31306250073,296.635174891894,2367.62276506193,395.165443213977,3016.18279349926,463.963240462647,4251.8842346328,3686.72605944405,1437.96377232017,40743.3196565769,17521.4391999176,960.464571032831,8436.30556407578 -3310,1155.28387550975,3014.85460461672,185.741307034047,1207.92380429247,455.95400672504,2150.04501334435,625.472585223128,2533.68898376881,72.1974129946523,926.632742223253,591.74956203825,5142.28399190738,331.019283339368,2999.73761867296,376.130100027991,3390.18901965751,283.629152483049,3849.32858318576,117.982669959674,1044.5463377135,205.761248946828,2008.4486490825,466.723653922034,4609.68713497319,169.799072134105,1342.0920472313,140.595270142141,1827.85174832375,183.7504258111,3267.41802369849,255.253661887053,2188.21166870299,323.445074666888,2787.62583341845,379.756447663044,3929.6896589666,3419.84063769671,1261.18199708977,33422.7934657827,13799.3648473632,903.361920729777,6593.07809423372 -3311,830.01968294764,2809.51491184744,153.529403115548,1125.6529370731,353.547830669709,2003.60691254699,411.546026867118,2361.12115356456,58.165129070412,863.520417566963,449.034078732452,4792.04653322074,251.185549550709,2795.42753351544,286.880644854381,3159.2855556363,217.668962056356,3587.1534363548,75.4374624454612,973.402998415837,139.397321184557,1871.65458016988,315.43737408499,4295.72448529568,148.592889962955,1250.68307240891,117.936571518496,1703.35801126133,153.840792107847,3044.87640855471,196.653385259008,2039.17406301628,206.808980350186,2597.7625374196,242.81415879802,3662.04117402302,2962.80581929535,992.426665257509,24395.8317988486,9419.34735534099,730.546438428955,4404.50930816202 -3312,838.307656526639,2712.56337985342,155.554296351671,1086.80858843391,369.873022518909,1934.46588081012,423.114743333094,2279.64291969,60.9894071661904,833.721811751348,471.177714146463,4626.68124157441,263.572496319249,2698.9621327412,301.066851443331,3050.26403973906,227.404423173166,3463.36693510305,77.6821700106553,939.812533547319,143.730061313703,1807.06699668851,325.224981610715,4147.48641468875,150.668025946883,1207.52414863965,121.762537534052,1644.57805318754,161.239433035585,2939.80295573302,206.252388528352,1968.80567003206,212.962762141001,2508.11821601114,250.039306112382,3535.67042562459,3165.93128478883,1047.15348659859,25234.1454002094,9608.114669412,781.514794598417,4484.18150241971 -3313,852.911401487998,2671.49544634208,159.908565010944,1070.35441701036,396.277184373104,1905.17826424672,442.642153008326,2245.12935788689,65.6029258624013,821.099348369937,507.333618480965,4556.63375843785,283.797777940193,2658.10012072693,324.238487610477,3004.08335260511,243.551140224403,3410.93191217508,81.2924099110875,925.58386743485,151.036222001936,1779.70818626523,341.700130707435,4084.69389246322,154.475596478275,1189.24235591989,128.446107552837,1619.67930883224,173.328664915532,2895.29463816921,221.930172998026,1938.99815255463,222.860099729308,2470.14556147383,261.659757491115,3482.14073520851,3494.95653963336,1136.09466792793,26620.397437486,9928.53495105804,864.034990301355,4618.26156746302 -3314,969.557849109332,2702.68628247882,181.54668868872,1082.85125628999,460.270916986735,1927.42202406026,509.748755040972,2271.34219010545,76.0632452115969,830.68602959077,588.453195613911,4609.83437949418,329.17532616321,2689.13456078714,376.166063600155,3039.15729282855,281.934614127049,3450.75598093473,93.8248855471459,936.390449485925,174.132057928642,1800.48702999675,393.968563731816,4132.38441652644,176.664069938218,1203.12726203162,147.420308683587,1638.58974792171,200.918445803471,2929.09842426601,257.350059701332,1961.63677382894,257.217412707996,2498.98555277807,301.998634629596,3522.796197012,4091.60420759596,1323.21298830296,30690.0405083015,11370.6256683824,1012.08592965074,5289.26186670866 -3315,1333.73286007379,2827.83952721109,246.401533113995,1132.99482980264,591.358122941285,2016.67512081936,675.442976248864,2376.5211917646,97.0108396377577,869.152592517823,749.507437220997,4823.30189661308,419.26759332419,2813.66026618848,479.003903285774,3179.891494543,361.777558498438,3610.55007564453,124.575760607479,979.751865070567,229.268530553816,1883.86215028477,518.888267457926,4323.74266685767,240.47371435088,1258.84045436374,192.980485726702,1714.46789370094,256.461153005181,3064.73613194729,328.075194070068,2052.47425238589,341.519785957907,2614.70603150948,400.977943026614,3685.9262567029,5043.54597752119,1669.83340290012,40203.1115637834,15323.0893667418,1245.08412928257,7164.88463683748 -3316,1891.95025177403,3082.56471945967,342.798287180919,1235.05236279241,772.104276538344,2198.33251435621,918.255417134069,2590.59268048592,125.303815609889,947.443831851619,966.361352168948,5257.77368720277,540.573686510225,3067.10822365936,617.453174971677,3466.32870729246,470.996495742168,3935.78000941263,169.691806613523,1068.00562904286,309.213750906795,2053.5560610543,700.104601553175,4713.21532662168,337.842648805561,1372.23386783806,257.262896444537,1868.90316473546,331.621578263036,3340.8004180885,423.500775290047,2237.35634823801,465.20373779666,2850.23265532983,546.195112376263,4017.94590114104,6211.73883071197,2127.17836416544,53801.8303983956,21238.9773201579,1529.05068508386,9995.95570132107 -3317,2099.85990378907,3657.06100381819,374.234113564353,1465.22854982696,826.302907878382,2608.03481624447,1001.45096312463,3073.40034380285,132.576432544215,1124.01853849154,1021.5127677252,6237.66274783714,571.424883069962,3638.72388742606,652.745822130411,4112.34692392015,500.314109943612,4669.28966686969,186.151855577886,1267.04938688703,335.610604522479,2436.27643650985,760.202384713353,5591.61527567462,374.280680591337,1627.97651400773,275.482282860512,2217.20985792132,351.064967378048,3963.42398049392,447.942428543545,2654.33150555895,510.328346081237,3381.42931105855,599.175857134816,4766.76878112381,6409.36809570466,2239.84993585146,58097.2261254972,23363.5012294801,1575.16491209432,11051.7386354874 -3318,1898.10890943886,4098.41139219653,333.609947664181,1642.05884848864,745.253915537053,2922.78405828664,904.98648256298,3444.31196763502,118.396616690324,1259.67009529897,912.118276577391,6990.45163308044,510.230607004439,4077.86127103555,583.005121394884,4608.64324222703,447.008419729993,5232.80031265118,169.485610511242,1419.9625426734,302.634798616687,2730.29711331234,685.780616442293,6266.43627838818,339.303328487424,1824.44796088214,245.096447967802,2484.79260562178,313.545409295561,4441.74761558579,400.012041258333,2974.66803799311,464.638458898318,3789.51524075768,545.53141914614,5342.04363999606,5700.02871690108,2004.92779478263,52251.2536484931,21130.5563050346,1400.41626237045,10031.4950082658 -3319,1789.49814661456,4333.12246044113,314.960777876497,1736.09757461142,697.576187078576,3090.16836965053,849.961115770888,3641.56355219545,110.911416057924,1331.80987957401,854.31851534385,7390.7863514146,477.897950137215,4311.39545867236,546.015783679184,4872.57467200027,419.061637182117,5532.47646366705,158.992102276922,1501.28208172523,284.141338581611,2886.6579299231,643.850882174474,6625.3075122003,319.386160610082,1928.93189108755,230.512023491,2627.09367572475,293.750777530696,4696.12113448436,374.702869650634,3145.02368218242,435.870898751327,4006.53619965432,511.755463643941,5647.97602436823,5316.23340812124,1874.5974374492,49052.3341159984,19878.6818263033,1305.76074377003,9435.74844773406 -3320,1656.85256060941,4407.00576587056,290.079832214484,1765.69946759537,640.013782745107,3142.85828450237,783.660531399077,3703.65520887578,101.366364491153,1354.51833450571,780.598588195183,7516.80534357336,436.659698319117,4384.9083008337,498.924801426342,4955.65608177018,383.406694009191,5626.80974228495,146.889921149623,1526.88017723083,261.61819645278,2935.87782422654,592.898593386403,6738.27445992833,295.675586676795,1961.82176792876,211.344276796743,2671.88778579372,268.511852580445,4776.19386616465,342.426765358182,3198.64892527555,402.693222066361,4074.85094045743,472.801595966186,5744.27866558738,4824.41973147878,1711.52413166679,45094.9037911091,18367.3130365289,1184.40751479512,8731.62433060648 -3321,1558.74288411822,4501.6179786936,272.288639822553,1803.60655070005,594.643338356423,3210.33102964575,732.416739279178,3783.16747490435,93.9592398681249,1383.59793724403,723.326749662418,7678.18057762074,404.622356573829,4479.0461121751,462.295228127207,5062.04704488561,355.900332434283,5747.60943013075,137.443851924628,1559.66014620709,244.184711538249,2998.90699012401,553.447013298841,6882.93573135212,277.606674788969,2003.93932086359,197.027440410934,2729.24945701877,248.939400069783,4878.73202802712,317.370511979001,3267.31941697494,376.797176767239,4162.33225654428,442.397082366947,5867.60024592937,4431.61484626932,1582.71660977067,42055.0356831264,17221.7519996832,1087.32493161519,8195.46708880825 -3322,1467.75377184321,4579.40013470066,256.637735254993,1834.77054701557,553.95690094476,3265.80141166486,686.265950233967,3848.53573230126,87.5143881287982,1407.50472611752,673.538019838558,7810.84964069218,376.770997279361,4556.43825542425,430.449670428059,5149.51269275354,331.957563431593,5846.92071231374,128.615079179807,1586.60906310419,228.634963375231,3050.72423726949,518.190542653346,7001.86398856464,261.123665610813,2038.56480921508,184.519179402459,2776.40736958549,231.90066859352,4963.03022870001,295.575687071089,3323.77448486806,352.593426668671,4234.25199261787,413.979490393959,5968.98481473909,4097.28077327215,1470.49661552906,39338.6818392738,16171.7836816852,1004.80473591225,7697.4637601092 -3323,1419.2274744055,4550.35366764224,247.347768737624,1823.13286507339,528.60676718564,3245.08690969233,659.697861235012,3824.12503153626,83.32192164841,1398.57712895213,641.049430223686,7761.30656078802,358.597177912298,4527.53743221664,409.682655089179,5116.85008490158,316.53796081729,5809.83454712445,123.620796721505,1576.5454332552,219.504483309542,3031.3739384409,497.520568714418,6957.45218664538,252.326744066305,2025.63448999518,176.605997755248,2758.79702263408,220.837753281617,4931.55045191539,281.383028103838,3302.69226814872,338.901788200199,4207.39474987801,397.90415521432,5931.12441475357,3862.31993839783,1396.48670029414,37701.3600910116,15587.3223053521,946.555186004293,7426.58759171649 -3324,1370.8545162272,4512.07990743673,238.140806560822,1807.79819985895,506.540154334298,3217.79195916776,634.390888952536,3791.95969777468,79.7691999579135,1386.81347065826,613.589691442698,7696.02495678844,343.236451626908,4489.45558305525,392.107653053487,5073.81143176354,303.168435075683,5760.9670896625,118.944531599312,1563.28485478751,210.924415526458,3005.87656226151,478.09948795533,6898.93193171958,243.284015162245,2008.5965508817,169.598140778042,2735.59233495215,211.448035221622,4890.07038394173,269.36661324051,3274.91278964299,326.081982358146,4172.00567256477,382.852437604084,5881.23676861002,3675.59193178414,1334.53349556974,36219.0753884437,15020.8411572838,900.440958993828,7160.30631712055 -3325,1337.73675658467,4428.3195046327,233.380428713891,1774.23897473108,502.171243299212,3158.05818756605,623.741607978678,3721.56731150981,79.3632844570047,1361.06923356597,610.727845950742,7553.15910254946,341.635561479204,4406.11516893986,390.286365761238,4979.62327508312,301.061505502785,5654.02285687628,116.812253186378,1534.26467522051,207.744490164822,2950.07670126631,470.83465319946,6770.86298582924,237.739247193698,1971.30978743247,167.629437590741,2684.80991961736,210.317481871855,4799.29312079443,268.034386013873,3214.11865034673,320.236420881043,4094.5582685286,375.989171365058,5772.05989877828,3702.23970958949,1331.61505383903,35735.806860007,14715.1011609685,907.722152732323,7004.31517174708 -3326,1323.6776417533,4347.2233231134,230.368395906149,1741.74718957356,487.008385693955,3100.22440665674,611.316916036514,3653.41394138492,76.6117709728713,1336.14386006703,589.232468321348,7414.83747490184,329.611244175981,4325.42561725745,376.54141472536,4888.43102199673,291.478518729139,5550.48026844385,114.661084601792,1506.16755926712,203.153255030828,2896.05170252548,460.50130867365,6646.86761169991,234.829795054201,1935.20902817489,163.376507632871,2635.64277339895,203.093169885249,4711.40326874534,258.694176342274,3155.25822954367,314.339072705246,4019.57428414388,369.065102429461,5666.35568823026,3517.94543754965,1280.72281795726,34870.1026553598,14490.30381565,861.607925721857,6909.83764730402 -3327,1361.61332553055,4228.63315024349,237.328987000367,1694.23315936282,500.507437282581,3015.65176775729,627.976860099932,3553.75055658235,78.9577676952297,1299.69449467512,607.282763219187,7212.56425528699,339.708413763342,4207.4300753769,388.026680853917,4755.07696197433,300.252215229102,5399.06582165293,117.61647564816,1465.08002868758,208.778470184217,2817.04879733387,473.21550028218,6465.5442426142,241.076511815971,1882.4174515447,168.456688394773,2563.74369923387,209.310822382559,4582.87844115488,266.616896595502,3069.18429427991,322.441166665225,3909.9222203344,378.577760564826,5511.78021541365,3626.79868178808,1318.47604258431,35877.0192010292,14892.2030139885,888.305636096337,7095.43096299582 -3328,1422.08261853881,4180.02741961909,247.698408759952,1674.75891375366,518.672554580541,2980.98856755224,654.198295313448,3512.90221714916,81.6679862149472,1284.75524639851,627.991109800515,7129.65993541629,351.292473109129,4159.0680620268,401.27982713276,4700.42005944811,311.004826527022,5337.00663381926,122.461004549724,1448.23976785448,217.325115694394,2784.66842520556,492.592247051529,6391.22649249711,252.033680390719,1860.78013463364,175.024502281825,2534.27492499702,216.524013445998,4530.20086258973,275.748322645721,3033.90576815952,335.722261361823,3864.97989040139,394.171076828031,5448.42543979405,3727.53964961843,1361.96810353832,37278.3192173286,15531.7437166962,912.576281891319,7405.17842405792 -3329,1535.85608055343,4132.46139340751,267.745283564499,1655.70123341027,560.122993432499,2947.06683304995,705.61363884882,3472.92764708884,88.3470659823906,1270.13555719771,679.363607726703,7048.52898642396,380.029777769408,4111.74053983745,434.057713227776,4646.93229936698,336.2694783458,5276.27492755243,132.075337554088,1431.75972984442,234.459256159412,2752.98068778015,531.421915364618,6318.49844161415,271.608146831596,1839.60565232222,189.368651120011,2505.43650471682,234.229282684872,4478.65008759666,298.301902239184,2999.38186991559,362.079595515491,3820.99890264251,425.117189080238,5386.42585910597,4034.65161042961,1472.39941721736,40271.1485684226,16762.9757675514,987.815283855763,7988.14661123523 -3330,1621.53211332501,4091.97827865841,280.241225560837,1639.48137395089,578.814807485911,2918.19628026851,738.135685083658,3438.90556797717,90.5945385827357,1257.69284119533,696.200845779934,6979.47899887296,389.448374472036,4071.4604142062,444.85283153639,4601.40923802473,345.842575563543,5224.58659389233,138.565787763303,1417.73368388331,244.571726042196,2726.0114744045,554.476021273573,6256.60010231884,286.720350263893,1821.58419740074,195.858507727955,2480.89232538611,240.28114239663,4434.77558081809,305.824681357336,2969.99881975332,379.872921885023,3783.56698923646,446.00831076809,5333.65844632636,4059.83139620183,1504.81443007961,41858.5523074128,17616.6970751152,992.669413014759,8418.6698385388 -3331,1643.87724570611,3949.21520825526,282.861315583399,1582.28229348785,577.183432206091,2816.3847278507,742.601329945901,3318.9272386025,89.9809520423461,1213.81379800257,691.153556766443,6735.97529874578,386.624967241623,3929.41318174935,441.618277738829,4440.87287486075,344.218739249009,5042.30849441626,139.575750388542,1368.27105237797,245.601992475713,2630.90496563589,556.883354910191,6038.31657780694,290.270330405131,1758.03181874441,195.836613944494,2394.33766121329,238.723302849613,4280.05281951495,303.704322599007,2866.37995334508,382.641696628321,3651.5639326033,449.259125645939,5147.57499122824,3974.5314975989,1489.69158340671,41955.8044279627,17789.6248625798,970.825831799275,8514.11457109291 -3332,1542.88670968635,3888.06816527468,262.952914284748,1557.78327828983,525.999077333255,2772.77768469849,687.350902968491,3267.53915874196,81.3307201453577,1195.01990590934,624.14814545822,6631.67990095444,349.142754065648,3868.57274028375,398.788564396396,4372.11332891784,312.262860934942,4964.23671610827,129.624585866222,1347.08564605371,226.539552228639,2590.16976876049,513.808888934545,5944.82326740397,271.662547482167,1730.81161383957,179.185709180497,2357.26531641572,215.891620305701,4213.78330521576,274.424977810852,2821.99881710325,355.360951472744,3595.02552561385,417.228837719766,5067.8733359281,3494.58697672173,1338.48399652295,38576.4361200894,16580.7951522681,851.899667403864,7959.03937606916 -3333,1262.99866371952,3708.59087237581,214.547026399872,1485.87437293481,425.854492530242,2644.78336682497,560.528936837517,3116.70613377347,65.6420993421603,1139.85653722449,503.575086696079,6325.55462089237,281.695289695747,3689.99537659202,321.769991287228,4170.29200501989,252.459204420107,4735.08235737719,105.68233033082,1284.90276376374,184.526105904122,2470.60482326968,418.535594934292,5670.40400790508,222.570385859612,1650.9155395515,145.32480698485,2248.45148403149,174.283086409388,4019.27066080353,221.46273445475,2691.73240027933,289.724153865192,3429.07538744442,340.164757764018,4833.93500243634,2789.94431144988,1077.98713927317,31348.4807607449,13544.8235881041,679.578082259493,6508.41458628215 -3334,968.474098986038,3364.32197431573,172.238897141012,1347.94049167649,358.703351603683,2399.2678363612,447.844675213072,2827.38196101459,57.4014993872727,1034.04352966416,441.644134754368,5738.35269059199,247.051682596727,3347.45270044821,282.090746568561,3783.1633401,218.060508479311,4295.52414200746,83.0311862911116,1165.62509906089,149.38352914747,2241.25830613713,338.402527414608,5144.01978097462,170.937421040074,1497.66086866689,122.736150367961,2039.72748578329,152.134232086434,3646.16132385648,193.850790290945,2441.85858588278,227.626890108421,3110.75394255445,267.256439966466,4385.20028516711,2663.65966323976,956.565043056643,25770.3734240709,10597.5507722819,652.880371885013,5023.94807970611 -3335,535.459160747789,3130.00079365015,110.736236412168,1254.05797689703,231.502723205397,2232.16157351207,258.787792499295,2630.45803864469,40.4695472391329,962.023579558233,313.488579478,5338.68298364948,175.36263914831,3114.30644542881,200.575510268966,3519.6703369717,154.084059949151,3996.34579456722,51.278524840027,1084.44064302174,96.6854376527019,2085.1572264902,218.610698088595,4785.74468196593,117.672812860958,1393.35050073486,82.531849435081,1897.66279745868,106.81484009613,3392.21035458964,137.450065955431,2271.78592600343,140.578156956097,2894.09348551609,165.052633927557,4079.77609684031,2042.42052899544,671.237566832846,16816.4399969019,6559.06762334113,493.33960918286,3038.79336073525 -3336,536.711320546114,3002.18332763315,110.071710878626,1202.84696341403,236.34938124942,2141.00848606057,263.864226301076,2523.04002084555,40.7715531625878,922.738153037831,315.906152351611,5120.67123993922,176.715007263779,2987.12987759448,202.159086770325,3375.94023166323,155.058283470243,3833.15005550365,52.7316515177112,1040.1561638235,99.5994455682104,2000.00724394779,225.183907314332,4590.31285987368,119.234262588945,1336.45130421109,82.558876041555,1820.16938256308,107.595577805022,3253.68523581014,138.481365839914,2179.01472895327,144.561849365538,2775.90958713324,169.729882080276,3913.17337786568,2072.61361120252,685.526993215244,17057.4299146949,6618.57323757187,514.759325575797,3082.02540119209 -3337,538.514880057824,2935.70784838624,112.328493990054,1176.21307080073,250.896928711215,2093.60146601867,272.515735115622,2467.17391400222,43.8524424282986,902.30653569521,340.274334298889,5007.28739971611,190.346344981525,2920.98771753446,217.757159644567,3301.18888562013,165.791615227887,3748.27499653588,54.4626267742089,1017.12463245585,103.236248982177,1955.72232676269,233.373676688316,4488.67241558611,121.052999605502,1306.85909372885,86.9456112365353,1779.86650335422,115.621910717909,3181.64090614571,148.981091023545,2130.76616029992,149.30725325643,2714.44434666897,175.301454707212,3826.52641221387,2302.86647515812,741.556994297912,17829.7959682763,6764.6334646461,565.545996139611,3124.44169147252 -3338,617.827028003506,2949.02893590047,129.994458371812,1181.55026307622,302.257080816594,2103.10140599535,319.457176959549,2478.36897881063,53.4009216588389,906.400847850033,414.872754779414,5030.00850042005,232.076017920625,2934.24201088475,265.559321565756,3316.16838232669,200.913931936282,3765.28319416143,63.5797307610667,1021.73994397238,120.585262121275,1964.59662543743,272.586538685124,4509.04024547886,139.721426071502,1312.78910626941,103.650207119344,1787.94283747169,140.691391901425,3196.07794114322,181.456527870546,2140.43473904127,174.301452665402,2726.76142744197,204.647112202564,3843.88968398515,2877.60524731335,904.651385333337,21129.2483153764,7870.01484827163,692.140352579378,3609.76521672374 -3339,912.105466202929,3034.99869324809,190.678780846231,1215.99468244903,402.042132235429,2164.41077985393,431.225016461633,2550.6181104256,71.7540403637641,932.82414265082,556.248026551978,5176.64273821045,311.160049656736,3019.78070147001,355.954130400968,3412.84094721133,272.392735401379,3875.04830314579,85.1073792887291,1051.5255910328,159.983380315552,2021.8683236289,361.773877316765,4640.48727573872,191.224177919538,1351.05938552665,144.397782191078,1840.06474445526,189.298575161152,3289.24964309543,243.734184984532,2202.83244999409,233.318695518206,2806.25166757095,273.939181403896,3955.94632045296,3680.37477501859,1180.21668725502,28928.8014444281,11065.7122916684,870.570771468646,5094.51279729507 -3340,1289.34692657516,3249.17579158545,266.999998700119,1301.80632159733,540.506830526895,2317.15128068857,595.887218863291,2730.61291143589,96.1664112942196,998.652694266494,744.602442014479,5541.95370960085,416.523783945689,3232.88387996391,476.41792510229,3653.68202987366,366.791374894024,4148.50693867379,117.344513949321,1125.73079593648,218.379640119444,2164.54973292849,494.023380494367,4967.96224361933,270.806001979359,1446.40241796923,197.257154035387,1969.91644046984,253.889580812154,3521.36899979651,326.594408336352,2358.28433315723,321.695593844929,3004.2862962849,377.702384471988,4235.11385550919,4792.62213280179,1560.26587591571,39476.671571722,15479.0482194057,1109.51589525612,7140.74474847564 -3341,1396.7735575916,3776.88581858729,284.72960841829,1513.23724844973,579.085652119346,2693.48794060898,650.003956892989,3174.10132377638,101.665492179924,1160.84737810651,786.855900132883,6442.04183327524,440.159981286989,3757.94788050452,503.569311051534,4247.08933262226,388.400306861494,4822.28048896748,128.872670189124,1308.56467961212,237.069644463739,2516.10184068723,536.553765903357,5774.82640175872,299.998465218851,1681.31770356836,208.841768243816,2289.85747311075,268.47585680712,4093.28687964115,345.246864405339,2741.30155627927,353.299602781406,3492.22296214322,414.808610862939,4922.95353867883,5015.85909501203,1650.64378103825,42332.9744221225,16849.6362300381,1150.89251870046,7802.37403807812 -3342,1274.07537406503,4195.03801577365,250.365672171218,1680.7730201666,514.842832109314,2991.6933814295,591.548314091682,3525.51714791842,87.2372721570682,1289.36883866123,674.390551733818,7155.26274498342,377.247895810592,4174.00339253812,431.836486701014,4717.2994002242,334.7191736796,5356.17197490732,119.214744674205,1453.44043763674,217.677774721176,2794.66824792417,492.813032594613,6414.17756677976,275.186381269755,1867.46224848828,180.204794127774,2543.37557760643,230.540898523896,4546.4689414373,296.193178394855,3044.80060919407,326.822761391328,3878.85914200821,383.722185317615,5467.99088895142,4194.55559746406,1434.95602982829,37765.5517772227,15276.014763393,1008.35597158434,7183.98739699331 -3343,1164.14561595951,4416.55796113141,229.527300171033,1769.52662530346,472.781174934831,3149.67043715332,550.232793348913,3711.68289016634,79.6526620677842,1357.45425615025,615.772159223183,7533.09803666118,344.457304107338,4394.41259978761,394.210232376473,4966.39747786847,305.586680304988,5639.00586550543,111.310439039114,1530.18969357088,203.242769497587,2942.24134624782,460.133018632429,6752.87968551276,258.079404531743,1966.07402117957,165.096071031317,2677.67910879189,210.494064110687,4786.54627749267,270.442505598067,3205.58200427031,305.153403279615,4083.68318936065,358.280219728504,5756.7294029727,3833.26750778311,1316.85872306626,34719.2969338833,14104.606226427,925.737860742897,6630.2638401377 -3344,1120.6905436932,4468.4777109649,221.176800796207,1790.32865722923,444.085974338837,3186.69703175349,510.894974936346,3755.31633703031,75.838972827689,1373.41208711499,586.044406175582,7621.6549103571,327.827871420963,4446.07201529943,375.182588195498,5024.7809785253,291.377618175461,5705.29635154077,102.681429518875,1548.17815127644,186.74779456793,2976.82946577242,422.857082484061,6832.26454290919,238.579269266749,1989.18660619082,157.910428676114,2709.15711285894,200.467192746082,4842.81550060283,257.476507351984,3243.26587872575,281.497296585906,4131.68976177672,330.505615175341,5824.40381211481,3608.36639934362,1234.21101806286,32788.8051671574,13328.6898212501,853.165771450763,6255.07732659024 -3345,1036.67589257772,4549.11902574306,203.583562403872,1822.63819666135,406.752245473843,3244.20642422728,475.521562688219,3823.0874363653,68.6341882170999,1398.19765472908,530.119032785212,7759.20069496477,296.543729939891,4526.30898101872,339.369398311008,5115.46173622187,264.25140349933,5808.25817181757,96.1364499292291,1576.11767110965,174.380367690967,3030.55143945513,394.896096166389,6955.564429647,224.042884580289,2025.08487706475,143.969157207247,2758.04848160974,181.475078668225,4930.21238035862,232.998097517146,3301.79615269216,263.554479960465,4206.25316260281,309.438977169601,5929.51513001515,3230.11320993743,1121.50343939598,30149.6807649967,12365.992992772,773.330133930991,5822.9631413909 -3346,994.856600864788,4646.1355368992,197.816697987692,1861.50857968262,390.573282739008,3313.39379588491,449.062232564833,3904.62027883923,67.3456115742642,1428.01623226044,520.369339870155,7924.6768182594,291.089841050807,4622.83903513869,333.093708470684,5224.55632086399,258.908919515589,5932.12763764933,89.8167574464451,1609.73064908567,162.943065429031,3095.18231103079,368.993157524819,7103.901852842,210.449126340536,2068.27272694427,140.876857468602,2816.86783537276,178.025421175707,5035.35625584187,228.638139394865,3372.21170820308,246.229279508021,4295.95756571162,289.097481521086,6055.97057501588,3194.00705101625,1085.75864408735,28939.7149772519,11794.8867052725,738.045766050143,5515.07616616606 -3347,953.635821551042,4590.96674071559,186.812864549134,1839.40479329694,360.706339555967,3274.05014231529,428.44185547552,3858.25632784665,60.6297176519905,1411.059788386,467.774462743706,7830.5782116356,261.668748665454,4567.94686453933,299.429037700276,5162.51928373357,234.535650940342,5861.68880994456,86.5086068524224,1590.61650543131,156.778373591946,3058.42972800512,355.047989971788,7019.54923111686,203.624517808731,2043.71379713719,129.458286528569,2783.41999334326,160.419339634153,4975.56580401708,205.78763356991,3332.16964336439,237.160108448757,4244.94682668476,278.449379402785,5984.06122073777,2775.8313646728,983.074482324321,27080.8565470101,11241.9378096241,668.168729152925,5309.30966698132 -3348,880.775463595476,4547.16960045424,171.704123377369,1821.85714499556,338.280412473125,3242.81619064365,407.216605862062,3821.44913600701,56.261913021043,1397.59848775818,434.188196464212,7755.87565950843,242.880899029218,4524.36933047482,277.914860472788,5113.26961717286,217.310336961735,5805.76917003502,82.7010394801156,1575.44226041391,149.483836663822,3029.25276303412,338.564947908675,6952.58377490475,195.349377196651,2024.21707130961,119.701716589868,2756.86658036086,148.839052553767,4928.09964586232,190.970579866134,3300.38124029217,226.721804980494,4204.45066496757,266.193780677657,5926.97416621987,2593.20152444192,920.59647166603,25301.6569829402,10554.2444226459,624.693321937215,4984.70722789366 -3349,854.587604337998,4479.32952728706,165.368844281385,1794.67651773145,323.022148124771,3194.43600979026,393.290725542136,3764.43622209118,53.0379794975554,1376.74745469832,409.016551302311,7640.16430091646,228.800111350617,4456.86941879698,261.821317825781,5036.98379204817,205.480079483723,5719.15181464814,80.2076744960861,1551.93794286954,145.126133572882,2984.05877487374,328.681361321819,6848.85687808009,189.16798688627,1994.01739848232,113.903810419385,2715.73637257069,140.371353834944,4854.57640614918,180.006740157226,3251.14223570376,219.886338180947,4141.72367965549,258.168267868139,5838.54853084084,2404.17022046633,871.575423330973,24288.7671491184,10192.2120386972,595.204466987877,4839.50729962862 -3350,817.83064033093,4396.21893501368,157.267702693917,1761.37764400064,310.93115404802,3135.16565088146,387.166368004699,3694.58993771146,50.065083325288,1351.20294057544,386.013499907571,7498.40679541324,215.932415156508,4374.17555695341,247.080333044326,4943.52634408004,194.12346245051,5613.03725180537,79.6707374649066,1523.14290092907,143.849828489743,2928.69180741856,325.819077341569,6721.78148698298,188.451583844418,1957.01990455343,107.863615327553,2665.34792559268,132.519312417537,4764.50339011104,169.911490116783,3190.81973539913,218.414345402681,4064.87711010709,256.440003033573,5730.21865167945,2260.51781840661,833.37220852797,23386.1691668348,9905.26622429302,570.48820362189,4716.89143883075 -3351,833.251157678219,4282.8272337827,161.000730037375,1715.94641991561,317.436272892458,3054.30030453508,393.883955512857,3599.29535739578,51.4813759794213,1316.35135506411,397.015271584609,7305.00034418262,222.086705433382,4261.35242070431,254.104058558242,4816.01793958024,199.46402149555,5468.26014846643,80.7522149315388,1483.85646699406,145.770946844268,2853.15204214903,330.173334324801,6548.40653696823,191.756304934393,1906.54247847422,110.76623318195,2596.60059063893,136.251012238518,4641.61252573152,174.723955627806,3108.5189029186,221.379175407502,3960.03171054364,259.921006142727,5582.41908779412,2334.65011449952,853.014934651922,23858.0028116606,10093.7822269638,579.349697238291,4794.11461377859 -3352,871.352393987831,4232.27207786948,168.72393746642,1695.69112264066,330.436488551743,3018.2468707464,410.502250890757,3556.8087176043,53.7510565540856,1300.8129398166,414.48917419319,7218.77098885557,231.861446455093,4211.0507568103,265.28790945335,4759.16891800501,208.376166264792,5403.71195885021,83.9665648933231,1466.34079546522,151.473432783376,2819.4729935997,343.098846621251,6471.10813210889,200.251000007757,1884.03735580802,115.90649626617,2565.94991515321,142.26414145368,4586.82221267006,182.424980974125,3071.82546439821,230.191195543597,3913.28688297539,270.267187691681,5516.52334837923,2431.82624662564,887.2091585659,24874.09685734,10542.5368106512,597.560287584937,5001.86482170005 -3353,945.476314782853,4180.80719477713,183.505826790969,1675.07133644029,358.100905534668,2981.54466458176,442.591238430162,3513.55754153022,58.5924236268692,1284.99491473671,451.854552283964,7130.98995819959,252.763296613983,4159.8439272616,289.185163671158,4701.296912738,227.025852920457,5338.0022409705,90.3501411597233,1448.50993387984,162.97921281034,2785.18789913321,369.161246396609,6392.41876210398,215.441659968641,1861.12725918042,126.214049041084,2534.74768855376,155.071137592896,4531.0459618532,198.858331551247,3034.47173677942,247.69153099823,3865.70089411795,290.814309121827,5449.4418318848,2654.60678406399,963.465853127554,26961.504172298,11404.0831763178,647.602318209218,5403.48812926105 -3354,1001.16302002208,4118.03562862149,194.246453718723,1649.92144401231,373.975173712742,2936.77909194483,462.952143996571,3460.80420960538,61.5269460796051,1265.70171618863,474.356053850937,7023.92369394431,265.350430429686,4097.38710825222,303.568595798478,4630.7105985583,238.601027505267,5257.85629182779,94.3644011019348,1426.76168458118,168.972722912163,2743.37047050728,382.853195889133,6296.44156953664,226.573462970414,1833.18388187766,133.002953604971,2496.69042477497,162.864698049809,4463.01583319669,208.808683005328,2988.91150534597,258.696474412247,3807.66040382311,303.7351990811,5367.62270401666,2764.07020206848,1001.23495793292,28248.9647095223,12023.0619829625,656.159059879464,5685.82420500258 -3355,1029.74784353149,3974.10289548127,198.611541078397,1592.25372951931,372.631385700789,2834.13339398273,467.466416294581,3339.84289365912,60.7880901562466,1221.46317048856,468.129310410972,6778.42495964217,261.867247199375,3954.17607794319,299.599909473855,4468.85895545949,236.893220041469,5074.08478162486,95.4947211331269,1376.89380403779,170.547660798577,2647.48475084719,386.463758354886,6076.36964061445,230.104407465244,1769.11081640116,133.434558929286,2409.42661526704,161.020028917562,4307.02542299835,206.263355231723,2884.44368600787,261.795204480073,3674.57584161511,307.373414082631,5180.01466078241,2652.76544559447,984.632139766631,28441.2728493266,12232.5071284161,638.13132070051,5809.81061928706 -3356,991.634695612295,3917.3095761226,190.022505755322,1569.49906590367,346.816789416398,2793.6312109284,436.111841440809,3292.11369060223,56.7376196952332,1204.00742015928,436.512001457731,6681.55548655443,244.180814251674,3897.66752980006,279.39873482231,4404.99515009228,221.931523392991,5001.57178308538,88.8258584731302,1357.21681740904,157.465047063714,2609.649936071,356.928594965068,5989.53313672494,215.488169014784,1743.82871419616,125.825079222828,2374.99385425632,150.379803023541,4245.47435681625,192.489208548967,2843.22252597756,243.512767053092,3622.06301928285,285.908027729036,5105.9878339363,2409.33795668512,904.871458358805,26697.3952633321,11588.0991543881,568.341704730051,5511.99675213695 -3357,825.888731309313,3712.09984167756,157.331348030331,1487.28026744847,281.201496575133,2647.28578997256,355.88574776744,3119.65507759671,45.8923636405291,1140.93503893448,352.752022540269,6331.53969116437,197.326249462006,3693.48675133398,225.807026855831,4174.23782356082,180.1449415126,4739.56256541444,72.3261790738136,1286.11850432638,128.028205572221,2472.94244334694,290.221361778541,5675.7691922236,176.354866731083,1652.47759159429,102.796240690274,2250.57890857236,121.702492256035,4023.07358699559,155.672427059046,2694.27924534424,198.279513414098,3432.3198866847,232.799722599095,4838.50874219732,1900.36027823527,725.967403953122,21821.2473962135,9538.30019388968,448.875760470695,4549.30245798165 -3358,635.822859423937,3373.1593798838,125.777019664945,1351.48126360543,232.276274185938,2405.57023639848,284.340592958554,2834.80893182062,38.7533928938988,1036.75975662355,298.61392810959,5753.42620329576,167.041895455769,3356.2457937846,191.032989563713,3793.10095874113,150.746797558972,4306.8076307045,57.3582201758732,1168.68696466691,105.151679872247,2247.1456465241,238.020246652089,5157.53209917772,136.673818711242,1501.59492628708,85.1004118043824,2045.08544473544,102.616443977202,3655.73906541378,131.508632369412,2448.27286335921,157.245414211139,3118.92527526955,184.621639311175,4396.71933527977,1720.71150400238,628.635835199595,17778.3862985743,7459.53403320571,430.469083687592,3533.00635546359 -3359,363.364914807418,3128.05136205819,76.5235188371123,1253.27692270583,162.129065437034,2230.77133543334,178.37363438053,2628.81973298922,29.5216465422288,961.424410650031,233.690350936785,5335.35793744218,130.724241221187,3112.36678861336,149.559348348692,3517.47821083483,114.563032796311,3993.85678473689,37.3268628844643,1083.76523014217,70.8485885659782,2083.85854587012,160.150497083313,4782.76401758623,83.552985766029,1392.48269217382,58.2725421409902,1896.48089238832,76.8699972904206,3390.09761326215,101.232398649708,2270.37100902855,102.330197789835,2892.29098205276,120.145754086212,4077.23512482924,1513.5456433226,487.470016411597,12134.6513634905,4743.29224986824,358.717906935974,2181.88351438976 -3360,363.598807690619,3008.68142033339,76.0952651274368,1205.45047233387,164.074677782622,2145.64260399946,179.398481314562,2528.50102910276,29.7487521362091,924.735378857219,235.546918205541,5131.75470579498,131.762787941286,2993.59538776956,150.772377355808,3383.2473046104,115.307935877976,3841.44673884251,37.7515802761898,1042.40753572109,71.2482009746714,2004.33617094992,161.089775284167,4600.24838853111,83.7490362484838,1339.34399380276,58.3245361183382,1824.10905848798,77.449022709667,3260.7276932394,102.007249568431,2183.73110971976,103.494544625908,2781.91792035481,121.512812214304,3921.64326813768,1533.64858045037,493.002768376648,12205.8977430938,4761.11805328855,363.598422676599,2192.80782580383 -3361,364.676395030819,2939.4117614775,77.805242787804,1177.69707098605,173.958982087585,2096.24291342364,184.860778443915,2470.28668892071,32.039931051315,903.444954489753,254.062066668343,5013.60497568394,142.119992353856,2924.67305858511,162.612304239949,3305.35391748353,123.411073736545,3753.00410636094,38.5279924976788,1018.40791452483,74.008971714759,1958.18981532187,167.216507652822,4494.33566730635,84.3553469886164,1308.50792690834,61.5672095155695,1782.11211878428,83.3356327264623,3185.65510715363,109.838725800627,2133.45449751982,105.623049677011,2717.86909683839,124.011887267069,3831.35424999754,1705.32116280903,534.897322802777,12765.7483506219,4841.79604509592,405.082806471916,2212.00518926568 -3362,419.949710561059,2949.22387968998,90.2124516550548,1181.62836874788,211.157443059137,2103.24043025273,218.448160372299,2478.53280990589,39.0604242504464,906.460764934584,310.11217778531,5030.34100611587,173.473910976328,2934.43597719345,198.519016015559,3316.38759564917,149.681134392108,3765.53209594924,45.5874515435488,1021.80748547872,87.9122666569552,1964.72649391934,198.599772121558,4509.33831288058,97.6600995798554,1312.8758874061,73.5580885853886,1788.06102836087,101.516104798608,3196.28921595908,133.88091405363,2140.57623119625,124.976292479362,2726.94167837111,146.734504839621,3844.14378200784,2133.59927469519,658.039395900479,15239.2620824281,5655.56154329081,507.573637025051,2573.67712418306 -3363,624.307627642667,3024.79668745659,131.900240751015,1211.90717334387,286.960852839759,2157.13521451006,310.824099226721,2542.04432724989,52.3796153906425,929.688498036887,414.948514849177,5159.24169638686,232.11839740953,3009.62985024428,265.592325258629,3401.36884240074,202.630588460748,3862.02250998187,65.1036722642439,1047.99093706623,123.813951243492,2015.0719080676,279.855122133656,4624.88849536105,143.99331690969,1346.51786275549,102.087545405683,1833.8794531003,136.322389801175,3278.19298465825,179.593359188665,2195.4277320077,178.479281268972,2796.81858417996,209.552295412019,3942.64859239729,2730.89016367988,869.924394179485,21263.5142094839,8212.13212965943,647.888464568034,3770.09158473613 -3364,881.23720105835,3229.94144273951,184.412517108466,1294.09993741698,387.11089640958,2303.43429554514,429.486196433867,2714.44833165606,70.1225919404124,992.740907545935,554.835045880561,5509.14666012863,310.369641215006,3213.74597536464,355.1041922961,3632.05310018733,272.632998610345,4123.9487630728,90.1506613815241,1119.06673704138,170.181995984102,2151.73611269737,384.772050057811,4938.55308727431,202.485435665137,1437.8400592471,139.183932064466,1958.25500309502,182.640861447843,3500.52333181734,240.473238090719,2344.32385011433,247.144664651027,2986.50163507776,290.172234044398,4210.04298753397,3559.55863918412,1155.49114084431,29082.9659233418,11461.61272602,843.109094193054,5285.20101643528 -3365,951.980535653592,3765.90404394089,196.583488806126,1508.83731918335,413.008318976598,2685.65628273068,462.109352335132,3164.87222151679,74.1041248898942,1157.47206709168,586.093544100896,6423.3107794193,327.855358726177,3747.02117031553,375.205533745823,4234.74038160964,288.61940528371,4808.25909670009,97.5332709018296,1304.75986180402,182.56461918638,2508.78595539733,412.906715644028,5758.03536141165,219.366660290922,1676.42905905633,147.296442312285,2283.19942202053,193.062428521017,4081.38512877167,254.143505978786,2733.33087424787,267.383812386434,3482.06888086374,313.934991463542,4908.63942674821,3726.65577082848,1220.99294939582,31066.1607800631,12357.4640290075,882.153220118058,5720.36018996052 -3366,866.743551274703,4200.36645203997,172.676645739139,1682.90789758188,363.602529936376,2995.49335831919,415.472439295587,3529.99517490122,63.5181325993756,1291.00656391062,501.768819433711,7164.35118741518,280.684880338368,4179.30511113255,321.424588495203,4723.2912003244,248.545536333256,5362.9752555671,89.1574799025375,1455.28656268012,162.809797310323,2798.21796823387,368.592981457568,6422.32470066435,200.65581740338,1869.83425406568,126.939521648866,2546.60611201772,165.608501870848,4552.24375680254,217.878258430022,3048.66804160559,244.421894792213,3883.78597548302,286.975433442466,5474.93619930309,3108.5375380203,1046.06760115494,27429.8125056758,11184.7138472143,734.517618964137,5230.575957235 -3367,787.745781841989,4421.23658686708,158.294291043327,1771.40115132168,329.962426611531,3153.00700135011,376.910758810987,3715.61481526398,57.9969965497662,1358.89225843024,458.165038989811,7541.07813035718,256.293325059964,4399.06776611022,293.425342567451,4971.65856925638,226.913974403098,5644.97947622177,80.53681017616,1531.81068098773,147.863836745642,2945.3581730175,334.682874920134,6760.03326460412,181.852012933558,1968.15675723662,116.280290290657,2680.51567484639,151.211126473857,4791.61684574875,198.939063314526,3208.9777976902,220.788651331289,4088.00918834769,259.227672581617,5762.82772265401,2839.86499424171,953.085568776377,24961.8212534171,10153.6353456331,671.070914336005,4738.71957605496 -3368,763.246606481969,4480.17427530407,152.470936184356,1795.01497227477,315.53386482821,3195.03844224545,362.998028440688,3765.14614977442,55.1988264816605,1377.00709281497,435.875132274568,7641.60514459709,243.824555465668,4457.70993110596,279.160064920244,5037.93370699507,216.304841188106,5720.23037833161,77.7589397691444,1552.23061981858,142.123198540879,2984.62153269662,321.747799843719,6850.14849063758,176.043135630987,1994.39344633346,111.156878555612,2716.24852799518,143.95441156718,4855.49192124303,189.353193854052,3251.75536227548,213.173223561099,4142.50475924432,250.286408596007,5839.64961131809,2676.35662056733,905.298630894042,23949.2126924539,9808.01451220174,632.026788411002,4586.2092289646 -3369,703.46786638142,4586.48305876943,140.268716702131,1837.60837295039,286.436754646811,3270.85260237589,332.342392512226,3854.48823384427,49.9330832487683,1409.68170319056,394.105431859593,7822.93062363543,220.458967751432,4563.48566452542,252.408274030969,5157.47740566814,196.105872197747,5855.96410101603,71.254930568501,1589.0630595208,129.880553801533,3055.44276971735,294.064718541129,7012.69371942722,162.098407780564,2041.71784221683,101.26906743976,2780.70161817795,130.261341970531,4970.70651057687,171.302247788708,3328.91534209948,195.342725723957,4240.80107862686,229.351643935669,5978.21699907914,2393.96935326662,816.581337223548,21845.4876355264,9008.95717301677,564.919696977401,4218.69101567053 -3370,678.183825949226,4676.67656880843,136.344318865277,1873.7450700906,279.15588378881,3335.17414750063,321.901000197684,3930.28701446982,49.0132774315434,1437.40319244918,386.998957368344,7976.76910133093,216.483671031211,4653.22692919863,247.82566471552,5258.899559463,192.188665941611,5971.12204451332,68.7049489706416,1620.31209569405,126.089289479215,3115.52826542134,285.401917619144,7150.59883174945,156.248392707532,2081.86836634156,99.1383940652634,2835.38430992693,127.82972016114,5068.45580166069,168.136529497736,3394.37869506064,188.352046596245,4324.19672835617,221.143896530562,6095.7790543648,2371.79925909813,802.203327248082,21256.4710746938,8704.20071378587,560.039181236776,4065.32770213219 -3371,647.200482472324,4632.35958264383,128.564093117369,1855.98914168173,254.439509606728,3303.56946747269,301.265410351497,3893.04294324093,44.0644465144066,1423.78211422077,347.394231056242,7901.17987451552,194.329149994428,4609.13215582528,222.485725838597,5209.0653287676,173.9259958585,5914.53867186814,64.6013043060513,1604.95774144896,117.280898794386,3086.00498729794,265.581090924254,7082.83853555774,148.851345857579,2062.14022602007,90.9066321940437,2808.5157237877,115.033846108146,5020.42624855107,151.195176302258,3362.21298262508,177.10205831069,4283.21990137999,207.935299701647,6038.01441059693,2056.42847529597,715.322028055954,19640.2051491404,8224.35508627308,484.39118725708,3861.90610655581 -3372,594.186788967834,4572.12227314552,118.199107350119,1831.85461793451,235.257528977434,3260.61120119153,277.357204667182,3842.41940496017,40.8998033593758,1405.26783389724,322.529894954505,7798.43616280407,180.420268188489,4549.19688628592,206.547080175675,5141.32877360433,161.180271370948,5837.62842987141,59.361166352679,1584.08752736506,108.112092555233,3045.87584053877,244.786583849247,6990.7361999378,136.622461327379,2035.32499788254,84.0865747216377,2771.99493392533,106.754477182066,4955.14267883847,140.330906110698,3318.49214005655,162.736416202636,4227.52266150781,191.068617712529,5959.49854059213,1920.88706802731,664.503101713483,18130.7265099143,7560.22084767859,452.667834943015,3545.44854897403 -3373,575.973196918009,4503.37246649605,113.761103592526,1804.30949921958,223.489590043154,3211.58224346709,266.661643079562,3784.64194946455,38.5307764503635,1384.13718906768,303.627778447912,7681.17311813221,169.84659739766,4480.79180268185,194.464342885106,5064.01995770001,152.335519169433,5749.84953817327,57.2736713631557,1560.26801758033,103.618979737569,3000.07580226217,234.677052545417,6885.61832833011,132.423125654907,2004.72034828794,79.9345705484796,2730.31317119995,100.617128308428,4880.63349453874,132.217223885853,3268.59284179484,157.013626804974,4163.95450907846,184.349498014638,5869.88711991776,1778.07867589744,624.0207715765,17316.4148566145,7298.88275622969,418.504224758636,3433.05436033434 -3374,546.810866950185,4402.06721718326,108.165594760514,1763.72080152341,210.708343088968,3139.33635612744,252.508212056541,3699.50484408351,36.3643623930292,1353.00044342543,286.498118255315,7508.38191253324,160.26442242947,4379.99451485667,183.483655906362,4950.10270831493,143.897103471399,5620.50426520079,54.114101966413,1525.16913520014,98.0940329708715,2932.58784088067,222.146351822319,6730.72346084718,125.681000566957,1959.62332462475,75.6730843437012,2668.8936331608,94.9720311837435,4770.84160043114,124.787099320329,3195.06447717399,148.351785537998,4070.28460884089,174.179641283459,5737.84155128109,1669.77310609297,587.69052485667,16381.2800965227,6918.64912921065,392.881517120352,3253.58812916519 -3375,557.701250368724,4290.42999745158,110.751127041843,1718.99252343251,216.089164023656,3059.72221910731,257.922310705596,3605.68473303086,37.4001935340265,1318.68810780044,294.720810657747,7317.96799106314,164.864121222314,4268.91706284278,188.73383508802,4824.56720954166,147.874726237005,5477.96726185659,55.2377984560305,1486.49057045453,100.288188025219,2858.21688355023,227.100729538182,6560.03109817295,128.045898792748,1909.92692316398,77.7268356308895,2601.21000856674,97.6643301933197,4649.85219573205,128.337516849092,3114.03706493847,151.432357414457,3967.06145598354,177.796536775775,5592.32885316836,1726.19665892443,604.834762085215,16776.3792967995,7062.38036061944,406.302935407072,3317.86732325396 -3376,583.508144759633,4257.48467351239,116.053257099431,1705.79273563335,225.536344464864,3036.22724547243,269.716997365761,3577.99742625209,39.0465071373624,1308.56217475595,307.671807059373,7261.77482949533,172.108789951143,4236.13693227581,197.028232059063,4787.52035650382,154.473872042267,5435.90308505442,57.6983887548813,1475.07611703022,104.866505124668,2836.26922768055,237.45798120945,6509.65797713174,134.032667285006,1895.2609896279,81.3213422206253,2581.23585529609,101.968068890235,4614.14694312364,133.988269543014,3090.12501884426,158.177973641047,3936.59921214512,185.716556142731,5549.38651737648,1798.99269283479,631.035047757079,17532.5724702851,7386.61849517643,423.384740499262,3469.88748113809 -3377,634.101223816521,4212.97274986143,126.229263504932,1687.95870407822,245.509723267027,3004.48354568221,293.100211282063,3540.58952922511,42.5662399380145,1294.8811813803,335.430367131379,7185.85310773506,187.6366741289,4191.84819886531,214.790206287044,4737.46691957381,168.307290824081,5379.07081866921,62.6900760432862,1459.65422346262,113.998795243056,2806.6160852743,258.131450709848,6441.59962317578,145.495509178155,1875.44607097562,88.5623493774451,2554.24908208916,111.154571703313,4565.90612202933,146.064625849581,3057.81781882861,171.862497548361,3895.44214006789,201.783538125231,5491.36778380172,1964.63820001568,687.917570366284,19078.3592939814,8027.19082473751,462.428866424266,3769.11202551148 -3378,672.287889867383,4152.0206443672,133.5842727215,1663.53779202645,258.165275848645,2961.01552229229,309.50009093047,3489.36527516266,44.6868877046138,1276.14720443431,352.043973845764,7081.89020488859,196.930173509508,4131.20171743686,225.419541691421,4668.92657986552,176.85794546663,5301.24793410125,66.2485517905556,1438.53635646087,120.260766259062,2766.01075268176,272.329946820613,6348.40437053706,154.053912420018,1848.31264440157,93.291420006139,2517.29492435929,116.712717063052,4499.84787571482,153.348047425911,3013.57817016687,181.617925647838,3839.0839781795,213.237373754989,5411.92021830847,2048.53080534854,720.820456241437,20115.6383150509,8493.29728734121,481.950929386768,3990.7449991537 -3379,691.788690428808,3994.70185085379,136.447173753977,1600.50685340128,257.363674511315,2848.82354892783,314.704365213993,3357.1542911058,44.1041171784471,1227.79437680098,347.051949232638,6813.55954898518,194.137680678322,3974.67174670335,222.250645156945,4492.02237840312,175.46406977319,5100.38526974053,67.4985701720393,1384.03065347728,121.777416898572,2661.2074504517,275.834012888217,6107.86526877149,158.580185137736,1778.28064308016,93.4492172453629,2421.91538886615,115.274646621647,4329.35001468859,151.374889049766,2899.39461413562,185.044804263758,3693.62225932624,217.260867546306,5206.86421491644,1964.38149835878,707.001410890905,20257.35135726,8686.31182470906,461.208737489109,4095.80555285759 -3380,669.28394892267,3936.28400201691,130.446267854222,1577.10131003027,243.069884217572,2807.16283189368,301.527394033461,3308.05983068744,41.1284022875307,1209.83931807954,323.314930532262,6713.91919868253,180.859409898117,3916.54681474491,207.086986134283,4426.33179771126,164.2822739765,5025.79809231855,65.0663067856463,1363.79082169029,116.196355583925,2622.29039972592,263.303577600095,6018.54487308017,153.389911011631,1752.27536567133,88.015791989317,2386.49770505272,107.564364771471,4266.03832731799,141.182976531788,2856.9943543388,178.37684520765,3639.60734786051,209.432025363695,5130.71990728654,1785.83080818809,656.732945745182,19244.2399996054,8364.82797984408,418.504224758636,3960.25869140346 -3381,558.835966919529,3749.59383302817,107.929357590923,1502.30251250168,198.507818849439,2674.0246479627,249.636143907309,3151.1650922744,33.238814615474,1152.45903082746,261.050266955871,6395.4912831316,146.029127568154,3730.79274153212,167.230522227785,4216.39963049683,133.274542461525,4787.43442377292,54.0830417398261,1299.10891895254,95.8667670822813,2497.92034979773,217.303557409082,5733.09718717999,128.0795633118,1669.1684089669,71.8272754660134,2273.31083651904,86.9815516360033,4063.70856253696,114.116320533862,2721.49275980495,148.266635089115,3466.98796610946,174.079666250547,4887.38000446591,1408.34921686156,528.554251491713,15813.012769311,6955.37913578252,329.434812492221,3303.51895754935 -3382,429.131111604051,3425.98886319958,86.4396591691014,1372.64778698201,161.383920045313,2443.2456078697,195.845157816692,2879.20692026438,28.1322190897846,1052.99719935799,221.501902873086,5843.53476307156,123.906135046055,3408.81038122265,141.786151739321,3852.50745017759,111.694421447157,4374.25965305109,41.5549347505447,1186.99061461284,76.0929625929257,2282.33981616492,172.251245598626,5238.30793135719,98.0543656632042,1525.11248806564,59.6252951203226,2077.11500373769,73.501426564005,3712.99423311053,96.5471145083052,2486.61703148795,113.921298592086,3167.77301480289,133.754850683835,4465.57952971722,1271.80901019916,450.368823926414,12722.5670593019,5394.55468618879,298.931589113312,2529.9371759933 -3383,303.475599046999,3208.10785177096,66.6204968897716,1285.35214764838,138.751762074905,2287.86365963008,145.38536086403,2696.0993443356,26.9195283807863,986.030228947774,215.417678123715,5471.90621571333,120.502675465493,3192.0218616781,137.862552435311,3607.50133565185,105.344212193676,4096.07190769804,31.2272106198121,1111.50212764018,62.597154067905,2137.19091830616,141.204155100068,4905.16971175634,68.4197000600613,1428.12062244357,52.576990879234,1945.01769229306,69.6072649062329,3476.86067540152,91.1098947582689,2328.47681110491,85.6082293612781,2966.31363591951,100.512512383885,4181.58415687732,1392.9715816156,432.654277223742,10690.3965293527,4138.0980784966,319.084770348894,1881.12050119527 -3384,312.995008131278,3082.56471945967,68.3069629273693,1235.05236279241,142.059695003128,2198.33251435621,146.935634083097,2590.59268048592,27.3906874535079,947.443831851619,217.178422699572,5257.77368720277,121.487619849121,3067.10822365936,139.011084924937,3466.32870729246,106.047421662721,3935.78000941263,31.5835217098114,1068.00562904286,62.9597850214995,2053.5560610543,142.051622018235,4713.21532662168,68.5948867170213,1372.23386783806,53.9991536050829,1868.90316473546,71.246599116632,3340.8004180885,91.8292294823018,2237.35634823801,86.5850428809997,2850.23265532983,101.659387885578,4017.94590114104,1417.40858626185,439.629174583116,10823.1957382435,4176.70655122875,323.912181585268,1904.50475252232 -3385,311.313583623578,2995.03542440225,68.525661139831,1199.98310309714,145.495771027147,2135.91095542877,150.12854550693,2517.03291070319,28.8047070599697,920.541204249041,234.563282297343,5108.47942534768,131.212551026404,2980.01781514759,150.122525434119,3367.90245000376,113.622319341648,3824.02370222134,32.2755419725487,1037.67965429938,65.4910510047218,1995.24542340564,147.665701583758,4579.38377642301,69.2323696777382,1333.26934509908,54.6528321455387,1815.83573828138,73.6312867378683,3245.93853127172,99.0189062603678,2173.82670919515,88.482190535215,2769.30041942389,103.886826515147,3903.85649692332,1539.20839341873,470.769464331885,11208.6348509352,4237.4792378561,357.77487989733,1918.7060372651 -3386,343.49241250093,3001.20861498874,77.4496836060439,1202.45643758114,179.555787935426,2140.31336926876,178.217326755175,2522.22087066641,35.515665468734,922.438569552384,286.630549976979,5119.00872221104,160.338503521217,2986.16005232253,183.469185490111,3374.84417213872,137.932724777111,3831.90555461237,38.2246653610525,1039.81845847562,77.8824760904097,1999.35790573728,175.578742331824,4588.82253250256,80.291854210412,1336.01740133353,65.7479739494731,1819.57843193864,91.326871266948,3252.62886856199,120.835004797487,2178.30727275328,104.79148968275,2775.00833831562,123.035553743473,3911.90289596804,1962.35554699355,584.224718564468,13409.839979365,4930.63143460916,451.372566359235,2206.82832151086 -3387,535.6850578102,3065.21481674043,122.578430027306,1228.10099589576,268.761073062428,2185.95942287565,260.838382251734,2576.01179246502,50.9616655436952,942.111240386206,382.768704363089,5228.18084153861,214.117306258045,3049.84531625827,244.985653196764,3446.81882791027,186.427384223322,3913.62787101417,54.4927179543492,1061.994467736,109.464122202408,2041.99782914992,246.905549510117,4686.68747243081,118.02058747577,1364.5103887608,103.294104373093,1858.38423292029,137.020647376102,3321.99706194408,161.753619273096,2224.7636150684,149.389747100743,2834.19041005757,175.398310624102,3995.3313003588,2679.06380132522,803.421659461252,19316.5773688131,7250.26453072917,590.16063940501,3268.94802172588 -3388,693.689193586666,3251.96997119443,154.541708663778,1302.92583033185,336.998808599401,2319.14395122249,350.510375644128,2732.9611447746,64.7311593061497,999.511501291338,511.243224269064,5546.71959948879,285.984775597881,3235.66404908833,327.202380057639,3656.82407095743,250.612795240104,4152.07451218759,75.3899360607371,1126.69888576509,150.299556190898,2166.41117137144,339.108834362554,4972.23452055653,165.715782429817,1447.64627438141,126.259540387016,1971.61050096469,168.793817432356,3524.39725621785,216.33496720529,2360.31237670383,206.678688544949,3006.86987933705,242.661183356463,4238.75590799752,3358.08396074765,1034.38242331968,25617.0756239428,9921.83304051812,756.884978829901,4480.83793210027 -3389,648.259900530182,3768.43829429509,140.242042579378,1509.85268533871,343.608999120007,2687.46358459136,370.088273521587,3167.0020098637,65.8732020338252,1158.25098337892,539.840365093844,6427.63332121217,301.981754165585,3749.54271351399,345.595384357276,4237.59013353821,265.224801211094,4811.49479579829,81.5263022839045,1305.63789483495,161.16089558666,2510.47423306503,363.730004727496,5761.91020872159,179.418216913018,1677.55720541564,119.015684896163,2284.73589211548,167.670163463175,4084.1316808844,228.541634740273,2735.1702585379,223.501306916903,3484.41212545832,262.412598028347,4911.94267639576,3469.82012053982,1073.28728697041,26635.9314519228,10443.339427528,788.212441062806,4692.93869921713 -3390,662.561150102736,4189.05976897667,135.750501016018,1678.37779135426,299.327357981021,2987.4299918469,332.762474835016,3520.49301905046,56.1801367755226,1287.53139044244,461.666975433403,7145.06595381588,258.252276221441,4168.05512167188,295.74332197669,4710.57689141171,228.19664666007,5348.5390243041,74.4353765649876,1451.36917496684,143.547527265656,2790.68563407444,324.283248617468,6405.03687810193,163.852265746238,1864.80097339053,105.532330961545,2539.75107483836,142.733404482272,4539.9898789629,195.705843613276,3040.46153779093,204.061799407907,3873.33147404562,239.588697174274,5460.19858792939,2820.5777694343,912.029937436687,23647.4072485482,9579.36393933985,650.082731125403,4405.90395839053 -3391,600.709675587716,4400.4426940082,125.239780410014,1763.06992429345,273.462611827347,3138.17782664272,302.38111969488,3698.13959201921,51.584456192317,1352.50113697058,421.557357341993,7505.6110460693,235.815323349178,4378.3781373129,269.98767795316,4948.27594007813,208.342109765201,5618.43009436608,67.247649892529,1524.60629222574,130.383168993183,2931.50560913013,294.483398686933,6728.23957868282,148.51691697962,1958.90015222684,97.7997615251535,2667.90871417958,131.54854869782,4769.08098607383,178.698131039488,3193.88538198237,184.356915707164,4068.7825255355,216.453218473557,5735.72407871309,2593.71856128056,833.783386404757,21565.8996716677,8699.92719171643,595.347395476432,3987.66580645821 -3392,600.820440085702,4461.32980773401,125.514127476307,1787.46479691233,268.051536012483,3181.59950112169,293.459541555919,3749.30922688794,50.0140668052459,1371.2151383262,400.892997223012,7609.46309576556,224.25586962742,4438.95995285254,256.765105240183,5016.74319686583,198.54092175749,5696.16999825846,64.9082976730284,1545.70164175233,125.277732875103,2972.06764523027,283.0016157319,6821.33545945853,143.709009230165,1986.00464707881,97.5325926443259,2704.82346857724,129.184453428686,4835.06879606441,170.018551230526,3238.07785896764,177.943669138264,4125.08059406737,208.923433895755,5815.08693117245,2479.7390050451,799.914647413874,20893.708620321,8454.01820947124,563.655341860622,3888.17621548927 -3393,563.919379194837,4567.37866824774,118.471180237371,1829.95405753421,247.387408586098,3257.22829707399,269.926291160958,3838.43287126316,45.8442043901018,1403.8098599015,362.316686929234,7790.34523745978,202.676635088843,4544.47706661759,232.060596218528,5135.99461347155,179.939970863596,5831.57185457507,59.4613739350096,1582.44402684071,114.443804465109,3042.7157256748,258.555767761602,6983.48326825836,132.263732025978,2033.21333571522,91.502145871525,2769.1189721816,119.493324998761,4950.00168792083,153.740228929781,3315.04918410996,163.011131539729,4223.13658082042,191.391160637754,5953.31552430852,2243.20692631366,726.54185053921,19181.105968011,7792.92787964028,505.907100089211,3590.47612454557 -3394,543.421958815806,4659.26168062392,114.347312232918,1866.76766628646,237.157593746472,3322.75471160421,260.405289380037,3915.65151255238,44.4484345845416,1432.05062733071,355.912363403641,7947.06541326751,199.094115185638,4635.89936218028,227.927893063906,5239.31660424808,176.39625542995,5948.88693348708,57.3525948433179,1614.27841909586,111.141988859082,3103.92674122361,251.03013629078,7123.97161533303,127.546659377318,2074.11595834813,87.741996943291,2824.82597860104,114.88588650888,5049.58201602352,150.956257488078,3381.73879478945,157.229992572444,4308.09439555547,184.603532784947,6073.07974876448,2190.94293884588,708.659725503357,18579.2018791287,7523.15966076978,498.892140555409,3461.61086662874 -3395,513.20702000209,4590.0570072333,105.392921137458,1839.04030184613,211.221424956078,3273.40136544424,241.719825020512,3857.49178626686,39.2505138884325,1410.7801766163,319.043440894029,7829.02652555571,178.469977730277,4567.0416926131,204.345233209151,5161.49629295394,159.462674946537,5860.5272736333,53.8743189503037,1590.30131319094,103.25558757545,3057.8236778889,233.316878213437,7018.15825633382,121.330229075835,2043.30882036988,77.8084614637897,2782.86843840806,100.455133679712,4974.57985943049,135.548256035373,3331.50934969109,147.694429372251,4244.10565956749,173.407840251674,5982.87543544243,1867.12787151304,624.467798950579,17015.4057086497,7077.36380364748,428.806954369359,3279.79822979481 -3396,471.545836593001,4550.74354891812,97.1148164993054,1823.28907389131,193.688563491615,3245.364953712,222.10197907332,3824.45268842961,36.2359163998671,1398.69696118392,296.279877460978,7761.97156142871,165.736248907725,4527.92535856249,189.750802765235,5117.28850445866,147.804199363302,5810.33234265228,49.5137508633339,1576.68051408405,95.203816112997,3031.63367120566,215.09626552013,6958.04831181135,111.391611696676,2025.80804946266,71.4736407913499,2759.03340059097,92.3751728585145,4931.97299471594,125.840028329838,3302.97524788378,135.74009513857,4207.7552459082,159.372271747702,5931.63260258315,1732.31959214199,578.184479371647,15678.7436683933,6505.10037690691,399.737860091319,3011.56132638294 -3397,472.288456066174,4488.62179329312,97.4169879925132,1798.39953286039,187.437728663501,3201.06279376797,214.681198164154,3772.24545838992,34.68181284458,1379.60348560525,278.730639111527,7656.0136459092,155.919365762805,4466.11509182494,178.535066757959,5047.43289899126,139.622108534137,5731.01606345302,47.7497682340442,1555.15740241191,91.1958071116191,2990.24913611976,206.094701524852,6863.06467403726,107.894362102105,1998.15394168026,70.775655941787,2721.37010516896,89.4278423156703,4864.64711316859,118.481968954229,3257.88665544196,130.904202770338,4150.31559010114,153.694456715483,5850.66046538537,1619.90428305864,546.912393881349,15101.364259937,6316.55892495095,370.928730336392,2937.18119448269 -3398,428.43096494292,4415.45328385961,87.1527900258863,1769.08402818099,171.87773564423,3148.88263602489,201.454817943326,3710.75451749129,31.9537014228616,1357.114727296,262.956697190212,7531.21384488547,147.095567174353,4393.31346155268,168.423530687982,4965.15527376637,131.869751631259,5637.59542740636,45.1124302608076,1529.80695982417,86.322193446019,2941.50542764968,195.066388130367,6751.19064332801,102.385434848951,1965.58226327557,63.0982691854045,2677.0093629675,81.104576616252,4785.34905809021,111.802066268832,3204.78021844203,123.674039408491,4082.66177131424,145.205531177983,5755.28951965467,1496.77395084923,508.735403200874,14100.1205036458,5933.90186160503,346.192473650266,2755.21880965745 -3399,430.319774082306,4318.56673733086,88.0326712803957,1730.26571644929,176.215847147962,3079.78794870388,205.641847740081,3629.33089751327,32.8602067093709,1327.33609513344,270.555869775224,7365.95939563838,151.346474694079,4296.91272039569,173.27533355223,4856.20683370185,135.535317235495,5513.8918987824,46.0557760082703,1496.23901024698,88.2685402790853,2876.96113646166,199.452242776539,6603.05193494663,104.333848840411,1922.45226842247,64.4369245675548,2618.26880440443,83.3762819575317,4680.34603476127,115.00611481104,3134.4589925594,126.260186474234,3993.07753743422,148.241923133657,5629.00347607432,1552.97002764371,523.889353260831,14421.0437463727,6044.49521625341,358.495610862551,2798.42865360606 -3400,454.726061737844,4310.7040444072,92.8620031696006,1727.11547035324,183.395436920121,3074.18066545842,214.961847872148,3622.72307688638,34.2523705182979,1324.9194516595,282.426208249774,7352.54840066279,157.986633279591,4289.08945233126,180.87868811314,4847.36527458523,141.576898174769,5503.85291097664,48.1060793240434,1493.51484998884,92.2932342283218,2871.7231342852,208.538131388032,6591.02994411465,109.20502025699,1918.95211367985,67.4523110296291,2613.50179607672,86.8231631883768,4671.82466045212,120.061568977291,3128.75217128296,131.881016290059,3985.80745353674,154.841332217176,5618.75490785931,1611.26772544896,545.750479346224,15073.792645937,6329.81863313428,372.960940970498,2933.75389092715 -3401,492.28549793046,4264.5026121159,101.602784457261,1708.60452466067,204.222831533259,3041.23209176761,234.968549729111,3583.89531389856,37.9479123881982,1310.71917817594,307.92762977473,7273.74497003933,172.251894834242,4243.11968175973,197.19769304094,4795.41199358569,154.263444112309,5444.86350112892,52.2709190453069,1477.5075981555,100.337854998835,2840.94446783507,226.710341927912,6520.38834576878,118.554813998146,1898.38509371348,75.3198361813655,2585.49070437784,97.2319138873281,4621.75279550775,130.891812033827,3095.2187089741,143.298768533504,3943.08821062568,168.246900494056,5558.53399689845,1795.55598184298,601.196157284989,16500.7296466191,6885.58170503472,410.364926251815,3183.40312340403 -3402,511.448247357808,4191.78896942353,105.429569373169,1679.47126570668,214.320156468871,2989.37632246006,247.712799073833,3522.78664378981,39.7407211412516,1288.37022575154,323.096871240195,7149.72101205553,180.737429528014,4170.77063745058,206.905411612252,4713.64586375061,162.069509702633,5352.02363323789,55.2295729067849,1452.31475168795,105.829757710308,2792.5037844231,239.13552947418,6409.20980245104,125.500653864573,1866.01590369244,78.4318058056003,2541.40573964398,101.69531556966,4542.94771272267,137.382265185882,3042.44241881083,151.409807379008,3875.85497539742,177.770060808053,5463.75594381542,1876.90513829743,629.445074894963,17349.3992967169,7261.39200884902,428.094675204727,3353.8182147836 -3403,530.164488957255,4041.61807283786,107.308262196842,1619.304184873,210.055454327534,2882.2818752323,250.607927352775,3396.58276457814,38.7183857450883,1242.21434496969,318.177349337971,6893.5821599927,177.98549404903,4021.35272289243,203.78640891752,4544.77943685982,160.663474409373,5160.2873141117,56.2344235267208,1400.28555604464,107.074678275983,2692.46229853614,242.008229182427,6179.59977449868,129.061440002125,1799.16585867714,77.1412182939879,2450.35984461105,98.3684908773874,4380.19654940368,135.464944129956,2933.4468779628,154.164567751064,3737.00241842542,181.004421430586,5268.01681314995,1770.34454078158,611.656155031701,17386.8889208154,7420.06542680838,407.21358606723,3448.22375438121 -3404,513.497887940529,3948.04555182135,103.77856036948,1581.8136619833,202.1284913151,2815.5505868015,240.991434834655,3317.94425732809,36.6388966786232,1213.45429743257,296.144060173038,6733.98027532178,165.660273961222,3928.2493901687,189.713627857149,4439.55760201377,150.321185391271,5040.81509173718,54.1754842402496,1367.86580552376,102.095283531057,2630.12575894347,230.847298708756,6036.5281830341,124.737189321325,1757.51113473014,74.5719779756454,2393.62851969967,94.1212571046382,4278.78517745093,126.224356645493,2865.53100499011,148.520062744737,3650.48243285654,174.377215336238,5146.05041130791,1639.36062844145,572.61388258223,16597.2753090696,7150.47865846517,372.022504485106,3331.24891519678 -3405,445.583086359702,3717.10336952698,89.160428174812,1489.28496790252,165.545189123496,2650.85405826825,199.870331114316,3123.86005098834,29.6945376783267,1142.47290173052,238.906122966639,6340.07395385277,133.641896307296,3698.46519065673,153.072695809406,4179.86426576095,121.870420587686,4745.95100707861,45.0075950951891,1287.85205946458,84.1797776201689,2476.27571478711,190.395496497631,5683.41954389284,104.082158551208,1654.70496100857,62.0842740120436,2253.6124568945,76.5141550137285,4028.49627539066,101.934555676987,2697.9108559725,123.386637724983,3436.94630000159,144.868093229689,4845.03055310592,1283.61599406504,460.52445143971,13694.3105467805,5977.70765684703,292.064790306136,2805.78618543896 -3406,346.64421662617,3398.82684226786,72.1793816865111,1361.76512232353,134.858099399445,2423.87499956003,157.362986886129,2856.3799112583,25.1893717654131,1044.64879744775,203.184085583001,5797.20588697546,113.659315883537,3381.78455521323,130.076309900371,3821.96389262976,102.317347894129,4339.57952506434,34.638976524831,1177.57988235209,66.9418623368742,2264.24490566306,151.213755165061,5196.7774315921,79.8520101749863,1513.02104849062,51.85876111032,2060.64716234593,64.7958572162349,3683.55676816065,86.4488244566826,2466.90256464191,94.9614579182515,3142.65818799791,111.494126046219,4430.17539692469,1156.90721271933,393.854580926602,11058.5833436179,4655.2445177015,264.810201142031,2158.51673170707 -3407,287.569260437155,3175.03256320439,71.0984234801102,1272.10028855964,145.103778720157,2264.27600165858,144.593475383885,2668.30281506093,29.3627172439802,975.864350534486,237.654573084865,5415.49138009798,132.941790770249,3159.11241814815,152.848232912577,3570.3083380364,120.675104268646,4053.84179368807,36.2617934258492,1100.04264581703,75.8552079275532,2115.15668204885,170.845906988811,4854.5978759015,76.4748930695813,1413.39683388106,56.9186241814267,1924.96474382246,75.3620444263081,3441.0145706388,106.599490944052,2304.47043538242,99.4103497249882,2935.73122285231,116.717564215137,4138.47241966505,1506.61036097963,466.726648811836,11863.5111470698,4682.91246762452,355.007588025955,2113.36236040252 -3408,297.037297991207,3051.95870838832,70.1494900764445,1222.78983800235,147.466294251297,2176.50582281972,145.016467890291,2564.87133625597,29.1981366736618,938.03689994713,236.340814405635,5205.57057248296,132.206886201867,3036.6556762537,152.030300955892,3431.91239994857,119.931432047618,3896.70263796862,36.3747128285223,1057.40166932697,75.558745085404,2033.16681856947,170.220959370643,4666.41899512615,76.1605508327089,1358.60930233051,56.3319602725243,1850.34729449206,74.9357963037412,3307.63044960813,105.997487157658,2215.14219885374,99.7199140418612,2821.93341098493,117.081023282863,3978.05272518982,1503.93629221614,467.58390606162,11843.9888376626,4676.30024267992,354.18164561148,2118.51853322103 -3409,291.929796820195,2979.82989076133,71.222259622346,1193.89089353794,148.807804303976,2125.06712178922,146.657780229889,2504.25415413584,31.0797922965394,915.867696839073,251.85767649711,5082.54412083569,140.886876688897,2964.88852459911,161.99743814252,3350.80390299305,126.851479389836,3804.60946739324,36.8149558797402,1032.41144519461,77.7398912658129,1985.11573640418,175.032301609832,4556.13464437611,76.228469864461,1326.50045291365,58.8411654043071,1806.61689860427,79.7050612186127,3229.45918443946,112.758085981954,2162.79038058051,100.926823892447,2755.24092271601,118.498054591749,3884.03695795905,1639.40167565558,496.717666212436,12202.2699868269,4709.31086440747,387.713680239682,2114.66979583549 -3410,316.17297358707,2983.72874764211,82.1361867318639,1195.45299939492,179.731668602375,2127.84759345157,172.18015318394,2507.53076014961,37.585390574554,917.066032718167,304.875967739484,5089.19420249934,170.544823051338,2968.76783195846,196.130903270401,3355.18814817893,152.577710033432,3809.58747900612,43.2988311685996,1033.76226876993,91.6978840364279,1987.71309344527,206.437704076999,4562.09596349806,87.8214417154424,1328.23606722983,69.7562422222443,1808.98070492352,96.3260866781757,3233.68466026325,136.286832272018,2165.62020995538,118.702125363864,2758.84592381457,139.368013269825,3889.11889376541,2038.91784986721,606.856140934196,14440.7816473483,5448.59105278914,482.45477644882,2428.48509130224 -3411,501.874572979304,3047.99487234542,120.571807200986,1221.20169776329,270.426671533696,2173.67901123661,253.407358981813,2561.54012164285,50.6897512794529,936.818592352288,410.424633240708,5198.80965917102,229.587779485978,3032.71171554862,263.998298656006,3427.45508601782,207.913337885887,3891.64166177574,62.1588339390474,1056.02833264415,129.934008139762,2030.52617343409,292.653204744184,4660.35832341611,130.020404504982,1356.84476190407,97.4232131672937,1847.94409248359,130.067456313056,3303.33455112277,183.987989270422,2212.26520695218,170.406117199192,2818.26832818602,200.073603823662,3972.88609278116,2663.9688128782,826.856048134724,20553.4604150497,8006.36018512579,624.882255402708,3617.91660694685 -3412,631.269514552288,3240.98819654803,166.493431330297,1298.52590106546,333.345046977105,2311.3122933442,336.298010693214,2723.73204251501,66.4029712106313,996.13619027651,536.972240822824,5527.98854563285,300.377351726399,3224.73733889934,345.382843814073,3644.47511994482,274.250238503681,4138.0531199202,85.0140965868566,1122.89406795699,176.067231107934,2159.09528608155,396.692021689375,4955.44348020946,181.073754899477,1442.75762986938,130.563498912701,1964.95244987447,170.529108920559,3512.49550534838,241.189100726105,2352.34169467243,233.062964481753,2996.71579805758,273.638927921722,4224.44179606689,3340.03139023283,1048.78580465576,27345.9121327807,10967.3485230587,784.609585237899,4949.73991244861 -3413,595.063430780095,3750.89344778633,183.379053377802,1502.8232127704,358.328270640972,2674.95146885342,369.135933490467,3152.25729074753,74.2607751898441,1152.85847482895,600.665280287606,6397.70796985218,336.006654441413,3732.08583980421,386.442192672345,4217.86104083355,306.270390113835,4789.09375561203,95.1931657761719,1299.55919202176,196.557972115413,2498.78613267872,442.907003817347,5735.084287129,201.464100562572,1669.74694520169,144.778281205589,2274.09876941113,190.677190223886,4065.1170499241,269.693264797222,2722.43603321332,260.968501753479,3468.18962925692,306.402783470778,4889.07397759084,3748.96734012104,1162.29909785806,30230.701766296,12091.1775834301,882.164579846548,5420.88782880262 -3414,623.853173189479,4192.5037591163,162.912561833859,1679.75765148583,319.81120798339,2989.88607507373,336.7344544323,3523.38735427433,64.9883864447199,1288.58992043669,525.273145677614,7150.94019243959,293.832985090372,4171.48184306812,338.15358280414,4714.44964120777,269.03330010074,5352.93626776134,88.0432086307484,1452.56240242197,177.803620727728,2792.97996605741,400.972140875566,6410.30270983236,185.907891234809,1866.33409932305,126.918935222684,2541.83910369,166.950785225966,4543.7223824934,236.11497264357,3042.96122032915,241.36716179773,3876.51589158555,283.388875348364,5464.68763108808,3196.76221237808,1016.30093800156,27168.9409243023,11132.3621765509,752.658536427659,5067.84650541045 -3415,564.959308569226,4432.28334067559,148.658875879126,1775.82711497015,291.000908516299,3160.88499914917,304.768751744276,3724.89852612293,58.8720874168802,1362.28754116081,475.804406411866,7559.9200158614,266.160625582328,4410.05912964493,306.23871725515,4984.08058901387,243.804217632188,5659.08383306917,79.1812114678448,1535.63801190334,160.626924126573,2952.71734640168,362.176390160574,6776.92365753927,167.909071864133,1973.07432785891,115.506893597462,2687.21312162584,151.245407703391,4803.58901927978,213.901509735388,3216.9956422483,217.07232820028,4098.22335132751,254.864342356065,5777.22653118693,2896.07485432124,920.686464011718,24609.660994235,10067.0754431185,681.275505491091,4575.00785522841 -3416,561.447540706502,4487.12723474545,141.888568931281,1797.80072692,279.571284182382,3199.99694861987,292.283085486214,3770.98942882152,55.1577830408255,1379.1441245192,445.549234845303,7653.4644534928,249.236159808704,4464.62802724415,286.783706246403,5045.75227533207,229.039906414148,5729.1078298261,75.7695290066812,1554.63958783635,152.776687458321,2989.25348475686,344.552864749191,6860.77950668653,161.402589595951,1997.48862430878,109.003626302541,2720.46398138768,141.752645690721,4863.02735096558,200.464306531027,3256.80188987862,207.719328401514,4148.93367602453,243.882997278448,5848.71239423776,2679.5238466224,863.829400675229,23407.9345561607,9666.1867675527,629.149298706212,4413.18251944912 -3417,525.094564022749,4575.50127781988,129.194049523418,1833.20844115859,254.532307518197,3263.0209400025,266.011411121647,3845.2591262875,48.9880687689721,1406.30639023843,395.465397875299,7804.19955902853,221.219720280482,4552.55894806489,254.554372890525,5145.12844756766,204.162122382021,5841.94270070086,68.7346855402761,1585.25823952887,137.955036938685,3048.1268802284,311.179083851825,6995.90266944269,147.450807169286,2036.8291948989,97.8488667967402,2774.04356326625,125.948464953214,4958.80475287622,178.101871290918,3320.94465549318,188.433568289126,4230.6469915193,221.239611045701,5963.90287893273,2345.05547947593,767.454598814109,21128.5567573242,8811.97998053869,549.317594017108,4037.54244762541 -3418,505.232404594876,4651.78887527927,125.453672346624,1863.77363153373,243.786893770466,3317.42547687351,256.331373981718,3909.37135411602,47.9916950623992,1429.75381802588,387.541676102777,7934.31942968357,216.787262918813,4628.46402673325,249.419973196528,5230.9134717764,199.686674593646,5939.34574925694,66.1891289202803,1611.6893418504,133.72289005283,3098.94847601097,301.559437733792,7112.54575930448,142.001379197402,2070.7893658789,95.6344542140806,2820.2953520517,123.361708502005,5041.48319134611,174.450001700077,3376.31495782296,181.45502007264,4301.18481351628,213.046106527918,6063.33937659483,2310.20587109867,749.459807520156,20490.1146392491,8500.93027471459,542.139794114776,3885.20406947133 -3419,483.878522990051,4605.13257624683,120.18980016108,1845.08044011576,224.794918409628,3284.15251474718,243.060539261041,3870.16132033831,44.4797733504893,1415.41373865747,358.867254308648,7854.74015602017,200.747054084912,4582.0416701986,230.98525102919,5178.44869538704,186.009567428776,5879.77557125359,63.2958053980103,1595.52449389688,126.942032758231,3067.86678450273,286.345637654895,7041.20867356709,137.002897902146,2050.01985752888,89.8918880903813,2792.00848288521,114.400381634105,4990.91835410844,161.761624264395,3342.45134867745,173.523081907349,4258.04498704659,203.733228093036,6002.52557298631,2081.32817535022,686.747870351738,19322.1297114033,8152.26243053029,488.108532436172,3738.83579132926 -3420,436.269206027611,4507.33630253894,108.341375241045,1805.89763945865,198.93022706001,3214.40905505021,218.136361730798,3787.97316407768,39.7713362230365,1385.35549666252,320.7906732742,7687.93403144415,179.447363515438,4484.73576338692,206.471079061162,5068.47727163076,166.486477970683,5754.91051436615,56.9998081088318,1561.64135426315,114.221352911067,3002.71644739754,257.659207326764,6891.67900004014,123.83572726852,2006.48488871439,80.7032047109113,2732.71637320842,102.308979329201,4884.92939302409,144.659985961581,3271.46983369641,156.262840941478,4167.61959187738,183.468001294459,5875.05375232641,1841.71570383866,610.238878949906,17341.0327413108,7354.66926659287,432.044374949874,3374.11321814802 -3421,441.289253139799,4373.9954564661,105.544682161317,1752.47364288872,195.404982819678,3119.31696645164,213.518334230986,3675.91328820047,38.3523430828118,1344.37242780817,309.255033041122,7460.50133960629,172.994432059668,4352.06351064947,199.066200372983,4918.53615289961,160.838368094822,5584.66259285499,55.6963649182398,1515.44320851519,111.158400738134,2913.88687606352,250.787632203218,6687.80197666158,121.175967293157,1947.12690547652,78.1680511904845,2651.87423301235,98.6776202367489,4740.41818406349,139.52087999135,3174.68971207976,152.689500210596,4044.32860909057,179.27254652166,5701.25162497742,1763.34205359387,589.932306511438,16882.559182566,7197.34620286331,413.16856177693,3312.05760748651 -3422,395.509824282996,4266.64698119422,99.3384382053569,1709.46368199812,176.907968995937,3042.76134960862,198.322348935583,3585.69744535211,35.4965762330368,1311.37826223138,286.101413180681,7277.4025111915,160.042509245369,4245.25329861233,184.157424209553,4797.82332595717,149.224903734394,5447.60140469928,52.0861013233694,1478.25055035759,103.944968775111,2842.373012738,234.513884111072,6523.66706791274,114.115416001579,1899.33968060531,72.8746699412084,2586.7907965159,91.3563666202313,4624.07680481993,129.162974305939,3096.77511352907,142.792097664873,3945.07095919006,167.652018876508,5561.32905871642,1605.27957020686,539.468327890446,15691.7979762589,6739.32126537319,376.25236816268,3097.88020360575 -3423,401.855024135923,4175.21883555918,102.750613734889,1672.83231897127,185.81073162484,2977.55932351393,205.228242020746,3508.86107485279,37.2269499445722,1283.27730068702,300.182231377936,7121.45817842371,167.91918993514,4154.28358901275,193.198435217824,4695.01283057046,156.128888374015,5330.8670939429,53.7154053116094,1446.57375422262,107.582698388839,2781.46502224731,242.688590308852,6383.87420822958,117.170830082761,1858.63954635606,76.0120154631311,2531.35956756406,95.7816865262022,4524.98944901053,135.426394104011,3030.41564968623,147.258773578475,3860.53372801364,172.896337342506,5442.15772690814,1710.16263647793,568.74787336621,16299.9140029739,6939.47618062563,400.881307285454,3181.12384645342 -3424,428.486839559555,4132.59135173175,109.346977409229,1655.75330217444,197.39310573472,2947.15951289147,218.035114274973,3473.03686428757,40.0337834606831,1270.1755006292,322.925378143394,7048.75064972054,180.6414978609,4111.86984652889,207.829749965177,4647.07843685672,167.636820161748,5276.44085671245,57.0066225267417,1431.80475605943,114.652435991663,2753.06726396872,258.596655802125,6318.69714679032,124.132467847884,1839.66350454274,81.4162412175049,2505.51529609529,102.980369245736,4478.79093291978,145.610196442273,2999.47619496899,156.281522413175,3821.11906604321,183.489935186438,5386.59525231056,1854.36186262189,611.969003645837,17386.3095578759,7364.60252991893,435.284224150787,3371.24349495758 -3425,469.227252395449,4080.47665810875,119.686342913663,1634.87316457702,223.053605816345,2909.99389403393,240.403686601051,3429.23958632833,44.1595024945155,1254.15775257991,356.28090664733,6959.8612703288,199.300274899529,4060.01646470837,229.278333488319,4588.47572287742,184.653798774576,5209.9014688893,62.3386662587957,1413.74875684752,125.594338785932,2718.34927596221,283.257728866343,6239.01422199217,135.413585060275,1816.4641383948,89.5013590491402,2473.91910113906,113.577153104779,4422.31043499376,160.59746356408,2961.65082835857,170.89912077428,3772.932242698,200.652438689376,5318.66674514577,2069.86073379525,681.264274524367,19141.1018678633,8055.99836078437,485.086403794542,3685.31500866314 -3426,480.457520811329,3991.32283987628,124.819817323722,1599.15302765179,228.537593676656,2846.41380562177,249.273509715298,3354.31456448129,45.1047019122494,1226.75581852248,363.691843020233,6807.79614200976,203.445884806839,3971.30967865283,234.045849146694,4488.22269735193,189.174098914304,5096.0709908633,64.9039347070725,1382.85993912964,130.168319122695,2658.95640656301,293.623141018895,6102.69878962914,141.759931188846,1776.7764432579,92.247896551946,2419.86675570375,116.053222500029,4325.68793381965,164.087795315384,2896.94209412409,177.931708230362,3690.49792348666,208.909390609116,5202.45986836005,2078.58110292376,691.526148878792,19771.4021610993,8399.33579204096,486.456647607224,3846.43429704083 -3427,501.795612578067,3823.60709678185,128.554945193916,1531.9564742498,228.408759883221,2726.80724265607,255.054157443888,3213.36596615346,45.3114929507075,1175.20742919066,365.109137880535,6521.73193858693,204.238706566304,3804.43489038489,234.986445739448,4299.62717775648,190.833986232046,4881.93363155084,66.731088403571,1324.75204067314,133.287207613966,2547.22682028975,300.70416166313,5846.26284008419,146.884111684946,1702.11613802864,93.6892186798509,2318.18373796647,116.637693042658,4143.92213954037,164.901598971761,2775.21232795148,182.940781715425,3535.42287031326,214.790537368669,4983.85203888966,2038.90717145744,688.42323094961,20134.3764883349,8663.57431764552,477.028231337915,3979.80431558201 -3428,478.712674928307,3727.3703544806,121.391893874391,1493.39851138976,213.536396322121,2658.17596353287,241.357031778189,3132.48844276341,41.2657864788414,1145.6285180602,332.124136650876,6357.58582732465,185.787199090099,3708.68069522818,213.806148197786,4191.4094393164,174.87352278983,4759.05976482254,63.5384303298438,1291.40922653865,125.329573072522,2483.11541844269,282.884153531983,5699.11767685859,140.744776626162,1659.27540988998,86.6327963295373,2259.8371439387,106.30431862588,4039.62335648941,150.272953702221,2705.36273648558,174.188229078707,3446.43946509293,204.514176534524,4858.41297776388,1796.08528723678,623.463183013618,18830.0623695722,8250.05925298828,418.703967167477,3807.81063031554 -3429,416.461397724344,3586.036863463,99.8208982263762,1436.77220248501,173.97800864893,2557.3839163424,199.075011538282,3013.71153435777,32.9476345081866,1102.18886423773,264.920267153739,6116.52048796558,148.193970221538,3568.0558740064,170.575052602834,4032.48063106674,140.34626731955,4578.60693439338,52.5022439936158,1242.44189650137,102.672850952481,2388.9612729427,231.820756776845,5483.01996710933,116.988883465328,1596.35942249487,70.0519924418965,2174.14920785793,84.9296445791961,3886.44993472771,120.04462236651,2602.78147311399,143.932937222886,3315.75824083603,168.991477139555,4674.19289721107,1389.26797810621,495.681202822255,15381.4744098388,6842.76284411436,323.191358683685,3178.56453994012 -3430,330.899435675608,3311.88237857898,81.0675928844865,1326.93017964323,146.286920791644,2361.87051340474,159.558013067451,2783.31163476136,28.628570166945,1017.92592109882,230.761317617322,5648.90914220784,129.085766818356,3295.27604562756,148.452914392474,3724.19527530848,120.400171991828,4228.56992323649,40.8914889354449,1147.45653212764,82.796291643243,2206.32387346013,186.699325309161,5063.84008359858,90.5154501600398,1474.31686916172,59.34039333677,2007.9343085594,73.6770871313683,3589.32870579146,104.168158542659,2403.79740206399,112.102486716785,3062.26670487939,131.6193859919,4316.84828677503,1306.0770226873,438.459484431116,12630.788682036,5380.71841913236,305.413638624319,2468.62337339652 -3431,303.356801672792,3067.81405255989,69.7733108995738,1229.14239895862,146.576357572378,2187.81306915219,154.463254484157,2578.19619470847,32.5704285020952,942.9101303265,275.703683078021,5232.61422573072,154.226114290916,3052.43151907399,177.501371358592,3449.74165567157,141.130404742181,3916.94654274016,39.3301415318645,1062.89501605827,90.7225738139652,2043.72939911095,203.652840079998,4690.66168196629,78.2181160335304,1365.66746403629,60.3084808209367,1859.96010252596,81.0626350161315,3324.81404354955,119.883303466939,2226.65016646002,107.822111237025,2836.59374218058,126.593802626527,3998.71925482444,1669.51785267692,508.826062725297,13302.9344357971,5343.9526349604,386.176333634074,2376.62146527444 -3432,303.984924487607,2919.72254589042,67.6709051658721,1169.8084410803,142.911617979505,2082.20153984468,151.127535430603,2453.73983835099,31.4655343715154,897.393361884345,266.302391821377,4980.02208317177,148.967118097459,2905.08256802272,171.482933772208,3283.21349240739,136.49243734079,3727.86516260432,38.7823055679848,1011.58625950955,88.5563593035042,1945.07317003264,198.855859780781,4464.2310235698,76.8485001002661,1299.74307980255,58.2637777003327,1770.17490394186,78.3228965536456,3164.31646688117,115.823275779541,2119.16386764026,106.320239442609,2699.66385207261,124.830456877391,3805.69048937465,1602.74497814809,491.596138964581,12944.5736881521,5239.58891144534,370.573249446838,2337.55161783044 -3433,309.482932160559,2819.58695301155,69.4223569990938,1129.68837488868,152.523544139256,2010.78979355423,156.350673880531,2369.58571424436,34.1794127143635,866.616116812092,289.609115409242,4809.2259009968,162.00468573413,2805.4490717782,186.492590942021,3170.61151586928,147.073116288409,3600.01329231093,39.6758749626159,976.892623983571,92.3434392063784,1878.36441534355,207.231391244161,4311.12455085971,77.5159187131206,1255.16674015363,61.7811257481322,1709.46450741634,85.0072997489614,3055.79221483759,125.765529892005,2046.48445137438,108.769926499745,2607.0754515818,127.706631311836,3675.16950065831,1811.79879431517,540.773589630357,13590.1578523096,5336.59726743457,419.98301603975,2360.39484505889 -3434,335.736763380875,2797.753362043,79.7699511476369,1120.94058512007,183.268242489431,1995.21915763917,183.114130772175,2351.23672692391,41.2042339490012,859.905438213931,349.424702165794,4771.9854565815,195.464976929745,2783.72495809166,225.071380790786,3146.0597513338,176.294029615707,3572.13643693617,46.5370755770942,969.328014582371,108.609497001049,1863.81922095233,243.71323468407,4277.74117534174,89.0288263734755,1245.4473033501,72.9161982264259,1696.22719661437,102.417312701275,3032.12955842177,151.572809813898,2030.63741236497,127.579651231461,2586.88745242356,149.791105014189,3646.71067000165,2245.5260187741,659.368152272891,16029.2378650397,6161.33901707994,521.403063256779,2720.20364845662 -3435,477.788751393459,2798.53313720104,112.857923951994,1121.25300780671,235.669793813433,1995.77525466869,250.745234030348,2351.89205130497,51.9036530832669,860.145106552135,439.197770642147,4773.31547936481,245.683208926168,2784.50082332646,282.804892827694,3146.93660462369,225.495658823964,3573.13204408741,64.2072408560301,969.598180607734,146.846667375487,1864.33869487998,329.731184285287,4278.93344494861,128.000058966253,1245.79442789688,96.5910807742599,1696.69996017111,129.213215274816,3032.97465768524,191.06613012136,2031.20338098488,176.021748108699,2587.60845614012,206.666908877935,3647.7270620924,2627.32316504209,808.405911753829,21416.8816958325,8692.40379768393,607.220026286573,3886.05814357588 -3436,668.157445529712,2791.38523397015,162.836718100391,1118.38914748981,332.813617059983,1990.6777240369,358.680130561514,2345.8849411626,73.1034306557945,857.948157763346,618.289713481232,4761.12366477327,345.865600893222,2777.38876087956,398.064449612081,3138.89882296422,318.590723065282,3564.0056908051,91.8733506180137,967.121671083617,209.584436277481,1859.57687433783,470.642694087887,4268.00436149794,184.767744933367,1242.61246878487,137.648784727782,1692.36631588942,182.051719347448,3025.22795314681,269.14759451338,2026.01536122676,251.867352728137,2580.99928843078,295.717136063485,3638.41018115004,3638.40858659173,1130.91197663676,30526.2446081998,12504.0139340235,839.9660320795,5603.34819713277 -3437,650.14991270428,2929.85956621665,175.044585806026,1173.86991327796,359.997773229323,2089.43076077268,389.838598584059,2462.25900763016,78.383475640002,900.509032845221,662.829490584202,4997.31228259611,370.780744127021,2915.16875963119,426.861674375964,3294.61252138524,342.001158906322,3740.80798314045,100.391310190113,1015.09839818479,227.33427367297,1951.82629330059,510.62551711746,4479.73044172192,201.705454529038,1304.25567365754,147.40703095706,1776.3207957861,195.22538745075,3175.30269582561,288.603791835003,2126.52141852506,275.219020144623,2709.03684793517,323.134298851407,3818.90351261223,3876.65529442503,1212.04799179293,32955.9541606489,13558.5986180971,894.576826734824,6110.91170086043 -3438,681.538952787273,3217.01023650116,158.373811778045,1288.91895395941,332.323171804359,2294.21239958812,362.529018262233,2703.580923741,70.8063163634293,988.766427622905,598.541081691515,5487.09056006539,334.818397208866,3200.8796083602,385.711065408855,3617.51202303785,309.544954280998,4107.43836097508,94.7833352950313,1114.5865063537,210.421908920765,2143.12154678741,472.95037664702,4918.78138254753,189.116252974751,1432.08360617402,132.60048497431,1950.41504693444,176.3982385521,3486.50883962038,260.7351019245,2334.93825110804,259.844966825692,2974.54505033496,305.083642551903,4193.18790359227,3457.18691947872,1097.21277444062,30305.5152227257,12667.0223133912,797.057550564603,5733.18998751186 -3439,611.284772801789,3527.09917502601,144.145755598691,1413.15838153192,298.076801804685,2515.35247544706,326.212156107178,2964.18019984733,63.8107491703335,1084.074029853,539.344609350021,6015.99347372567,301.70443294465,3509.41370901067,347.474475857139,3966.20549332805,279.17832187014,4503.35603228354,84.9669294340124,1222.02195767053,189.403854789435,2349.69791326357,425.65098705296,5392.90474107587,170.405942561857,1570.12273339804,120.226847486007,2138.41635470914,158.983204603121,3822.57485923344,234.98343954742,2560.00390852872,232.933657497271,3261.2626699394,273.487108756953,4597.37100854699,3102.7159614942,985.416956293397,27302.9833256741,11418.3798181848,715.141358581618,5164.06862194338 -3440,612.740022215823,3734.97312445264,141.752528363942,1496.44461743206,294.443075233122,2663.5978826002,321.440421857372,3138.87782369567,63.0451170884485,1147.96527273384,532.913614414907,6370.55348495613,298.106993299324,3716.24534363819,343.332173563199,4199.95871636568,275.624628800398,4768.76688626048,83.7841755073647,1294.04333218296,186.679879179514,2488.18026404295,419.535931199591,5710.74224770078,167.659932511216,1662.65985738565,118.486239769162,2264.446565688,157.067199861276,4047.86303332112,232.158344587853,2710.88090308035,229.691181867182,3453.46921636091,269.680122274982,4868.32275135391,3073.92374640857,974.757118236267,26950.0312882035,11254.097854859,708.640073503603,5084.9303301935 -3441,558.473403274502,3831.14488128861,127.71631245788,1534.97654338461,258.632062483159,2732.18281730753,287.581004365813,3219.70073318918,54.8922165367075,1177.52421021125,463.657091854038,6534.58875381916,259.365529113511,3811.93487917764,298.708633744468,4308.10337897304,241.2376366912,4891.55778036099,75.1930568303904,1327.36363102611,166.384819878444,2552.24837359667,374.012649320065,5857.78804870083,151.943846148653,1705.47165660813,104.74581238245,2322.75376020505,136.826931813623,4152.09138687934,202.183750652889,2780.68332744466,206.138951502368,3542.39253405281,242.027478786456,4993.6771076616,2605.04465775515,841.463870527405,23897.6053755543,10142.456730374,599.418484192956,4600.44101707849 -3442,540.352789798331,3870.71826255543,123.127419799172,1550.83191139318,248.714479510259,2760.40459321792,275.971485691304,3252.95827072106,53.0760071395075,1189.68731444392,448.372956591224,6602.08705529028,250.815723882169,3851.30983288266,288.82755814056,4352.60344953566,233.077153056104,4942.08457770982,71.8655232738099,1341.07448474685,159.872656373522,2578.6115368561,359.309524865562,5918.2954132131,145.485194998065,1723.08813476231,101.297986909753,2346.74638460055,132.287860655765,4194.97994907133,195.486170476005,2809.40608393364,197.016642776581,3578.98328034159,231.316987801988,5045.25873514586,2530.72264669217,813.879989194922,23007.687752985,9727.72351440711,582.515142990118,4402.68732778804 -3443,518.241731234104,3749.85375597981,116.424678331767,1502.40665255542,227.513007606108,2674.21001214084,259.044815633362,3151.38353196903,47.8868253141943,1152.53891962776,404.102365712734,6395.93462047572,226.051160956036,3731.05136118653,260.315616125631,4216.69191256417,211.873707406052,4787.76629014075,67.8026459422667,1299.19897356638,149.257019473728,2498.09350637393,335.570241157794,5733.49460716979,138.995879963055,1669.28411621386,93.3363626326991,2273.46842309745,119.445082673594,4063.99026001439,176.43447985748,2721.68141448662,185.878416609022,3467.22829873895,218.239610732585,4887.7187990909,2192.52257281558,725.417187674768,21359.3574793935,9229.35074417354,503.199465038338,4197.29159736344 -3444,495.66153016196,3628.79430561467,111.913082684984,1453.90328804601,226.13428907846,2587.87640680638,250.655453239067,3049.64496212173,48.3600018138516,1115.33060772704,408.553647390412,6189.44967996533,228.54116714347,3610.5989231817,263.162130134155,4080.56116227022,212.243611124805,4633.19910078386,65.1831894533289,1257.25592087957,145.277665892976,2417.44560740985,326.487246288478,5548.39573372477,132.011024715657,1615.39331652871,92.244534077372,2200.07227070517,120.529320100133,3932.78929614158,178.113630160917,2633.81525288463,178.697274667237,3355.29306620717,209.808241181557,4729.92476501324,2310.09428806537,741.693230501831,20941.8427763323,8838.93396326631,531.805119381603,3995.18013208393 -3445,492.00404197435,3516.44230249336,108.180291206366,1408.88862670137,216.49488450828,2507.75252166767,242.178155286944,2955.22414588173,45.9835079324988,1080.79857935422,388.327828157865,5997.81658886213,217.227029175631,3498.81027182182,250.153930585165,3954.22189312765,202.38345035802,4489.74947096398,63.1873225979473,1218.32970758377,140.045704321709,2342.59847264416,314.788338093268,5376.61047330669,128.400380489232,1565.37872224323,88.3575308791333,2131.95528588657,114.637474215174,3811.02522850295,169.381670176688,2552.26904370568,173.225680370509,3251.40900298977,203.384049329761,4583.48038784365,2165.44546987376,702.723103130482,20136.3268962868,8576.18212243407,497.998436975927,3883.52822807458 -3446,456.273903076353,3451.13647968037,103.618804300985,1382.72336559261,206.62284739301,2461.17964267496,231.240896052981,2900.34102031281,44.0219005144296,1060.72646258159,371.770708757252,5886.42777206303,207.965128280805,3433.83190334245,239.471402279078,3880.78581993153,193.730302521245,4406.3678146753,60.1596300745637,1195.70342307034,133.799732387073,2299.09276215148,300.713732408441,5276.75842379196,122.564039911857,1536.30719577526,84.6004203114806,2092.36154819134,109.745374319899,3740.24854090254,162.154833116448,2504.86942340731,164.925374616886,3191.02526227227,193.638670981491,4498.35800211217,2074.84004842283,672.212571024511,19234.8773789905,8178.57031624924,477.194324726279,3703.61074958252 -3447,448.087666162215,3397.78715046133,103.03676065417,1361.34856210855,201.971571601127,2423.13354284746,228.576093670193,2855.50615247979,42.8142235616287,1044.32924224655,361.396938525731,5795.43253759899,202.162136258744,3380.75007659556,232.772411793614,3820.79476436038,189.041151304105,4338.25205959305,59.5938402484812,1177.21966389672,131.950465364673,2263.55227935826,296.60214067056,5195.18775163289,122.080280493708,1512.55821950279,83.159061338985,2060.01681603226,106.771287565134,3682.42997825093,157.730843997851,2466.14794591522,163.374282981092,3141.69685747994,191.81753627967,4428.82021842475,1981.32893509111,649.781023168697,18920.24677423,8120.74494425251,455.08995546103,3687.22419092103 -3448,467.562290942593,3407.27436025691,106.231277562354,1365.14968290915,205.180348859629,2429.89935108255,234.691675416202,2863.47921987381,43.3103672010993,1047.24519023803,365.432217766709,5811.61438828757,204.419434494542,3390.18971593221,235.372258584746,3831.46308462595,191.830256163454,4350.36521018575,61.2173787938228,1180.50666494543,135.232202074054,2269.8725090862,304.002668959112,5209.69361499177,126.202684661725,1516.78154383742,84.9082375038255,2065.76873951971,108.040575054713,3692.71196008621,159.580072916785,2473.03385780839,167.825153148737,3150.46901885472,197.043297239595,4441.18625099197,1972.32880799616,654.010348115595,19338.8546057671,8370.0314136119,452.489441429823,3805.93184139491 -3449,497.622355233277,3412.99268410225,114.585688345786,1367.44077166775,220.240805111255,2433.97737648701,252.633398934921,2868.28490904714,46.4485199432282,1049.00274965652,391.854601017571,5821.36784211099,219.199873600728,3395.87936714404,252.372766748885,3837.89331137109,205.871461659853,4357.66629442115,65.939753483328,1182.48787300149,145.481797556202,2273.68196635973,327.057675068756,5218.4368836798,136.110430970357,1519.32711168821,91.2978762264926,2069.23565570936,115.880606291134,3698.90932508319,171.150642951214,2477.18427452986,180.771366644109,3155.75635418782,212.2434299136,4448.63975738901,2103.53022999735,699.910355698462,20811.5291398502,9024.39388754426,482.395352788691,4105.92931317147 -3450,509.357583584214,3357.75890245337,118.751650984867,1345.31094837457,223.442908698651,2394.58737850154,260.490598672198,2821.86634415802,46.7449487465648,1032.02633212903,394.068745191806,5727.15839308794,220.438445565599,3340.92253692742,253.782074788928,3775.78319840795,208.142870962695,4287.14449408859,68.1982099914376,1163.3512140558,149.511353058666,2236.88609104072,336.189080517764,5133.9848997291,141.836220916111,1494.73925296496,93.1405193359155,2035.74841416915,116.680192996822,3639.04844376566,172.283072516711,2437.09504258959,186.962840647428,3104.68552763252,219.51283160636,4376.64569829281,2056.93347626035,698.03934472976,21317.6460368049,9363.96706240524,470.693039648265,4274.89700924633 -3451,546.853938043298,3226.88734017891,125.536209067534,1292.87628862873,236.118536676195,2301.25626083308,275.404051165834,2711.88165862271,49.4024146402387,991.802211720792,416.48227890014,5503.93743289657,232.976370967148,3210.70718658579,268.236751675155,3628.61877703622,220.052579733265,4120.04932319118,72.0203897533207,1118.00859259893,158.101185215975,2149.70151767822,355.487932605411,4933.88339034731,149.964588223407,1436.48049558796,98.4394564462429,1956.40335602175,123.311281165567,3497.21337791858,182.075937849322,2342.10715188606,197.441203434904,2983.67771939611,231.815463926839,4206.06214042066,2176.11171230987,738.201301249038,22529.489997448,9896.62008208586,497.998436975927,4515.41183082695 -3452,523.560204397236,3177.631805327,119.766865792144,1273.1416941479,222.280427709237,2266.12965243021,263.28475998025,2670.48722260155,45.8725606213497,976.663242412089,386.430840365015,5419.92477504106,216.16587158469,3161.69862723542,248.918647689611,3573.23117288556,205.343749680018,4057.16047346184,69.3177894863595,1100.94319632313,150.538329399511,2116.88825620894,338.607677400509,4858.57209507444,144.889109374309,1414.55391196245,92.4805768808036,1926.54061724961,114.562020572317,3443.83155907545,169.107531216577,2306.35699134893,190.03212593699,2938.1345608034,223.116475531465,4141.86038234649,1959.23637271195,680.32319442979,21350.3309579342,9515.49826836208,447.288413367412,4360.64888007957 -3453,456.002504191221,3117.91434173196,100.159669710922,1249.21545050817,185.007607553195,2223.54211450534,220.653850984706,2620.30056371005,37.9214705396522,958.308739689155,319.340491821475,5318.06773801783,178.636145297482,3102.28059700489,205.724488704976,3506.07918185698,170.136800453649,3980.91396420075,58.274752785233,1080.25309146693,125.934557048215,2077.10542260217,283.314175028142,4767.26459943411,121.99773038553,1387.97009831884,76.8123148161871,1890.33500054408,94.7280962886518,3379.1113843177,139.811582944822,2263.01345814375,159.758054062147,2882.91798619021,187.57172654023,4064.02210159166,1596.56256742851,560.773444640681,17821.118394537,8001.05113394886,364.071964368824,3670.57595226264 -3454,368.361121791632,2914.91395552736,84.0553772961431,1167.88184377251,162.545151605836,2078.77229131128,182.611813318223,2449.69869075745,35.1190427185293,895.915414235551,296.565267944091,4971.82031542824,165.895893729204,2900.29808873713,190.923133508105,3277.80625644188,154.746830621095,3721.72561468018,46.9804547605901,1009.92024369386,105.864021404686,1941.86976287533,237.824577132466,4456.87872966482,96.809322056705,1297.60248871907,68.2946855711535,1767.25954268741,87.5549125221169,3159.10504647078,129.36387614921,2115.67374459209,128.79515867133,2695.21768385679,151.218230741634,3799.42276827295,1651.08729589983,533.310882955075,15284.8630985466,6480.35823754261,379.675048556059,2921.38485770259 -3455,333.313256155109,2695.79830850271,78.8678134453915,1080.09153855224,166.394390759654,1922.5098621017,171.587809051682,2265.55352495489,37.4844052081155,828.568971539588,317.293822356075,4598.08591299772,177.491257150314,2682.28112426621,204.472495629714,3031.41180032429,160.865683660012,3441.96150206803,41.7947294160294,934.003996759483,102.022028180585,1795.89837022986,228.608942261852,4121.85276270304,92.1237501447109,1200.06101297247,67.8736331018187,1634.41369403992,93.2939846190614,2921.63342403619,134.846138190859,1956.63741332738,114.57868669416,2492.6167235263,134.52668921202,3513.81811891042,1966.58413591837,589.498205657798,14923.1115595832,5855.23131682844,455.826213329342,2580.7194995185 -3456,359.653609392432,2555.63446761588,84.0548778550793,1023.93385862665,186.145605584478,1822.55195146533,186.315513867467,2147.75959252649,42.1881108846057,785.48881634981,357.473510182473,4359.01558631169,199.967406390344,2542.82008835354,230.416666481065,2873.79825783375,179.858225637289,3263.00206627017,45.4166973086629,885.441911392581,104.359941330301,1702.52342722322,234.295124157676,3907.54343808916,97.7631169994356,1137.66570678572,74.6087890692655,1549.43489565129,104.924597093591,2769.72763750734,151.741934518985,1854.90509373588,124.508176134214,2363.01699318808,146.184890038686,3331.12261006214,2280.97664904899,668.882170056935,16258.5607490633,6219.8112925117,523.925646264486,2722.19043807091 -3457,381.092962933824,2481.49124553796,90.2193090786945,994.22782811436,209.910112169367,1769.67667693044,202.380330253546,2085.4495014487,48.4524036882447,762.700474555111,411.089389063774,4232.55326755978,229.959637802847,2469.04863280933,264.985815577054,2790.42457308435,204.842182521153,3168.33692933224,48.7640584641018,859.753763456965,118.589875732189,1653.13038054264,265.764426464434,3794.17908000879,102.69398668814,1104.66012550346,83.4590140753517,1504.48320282539,120.391901613789,2689.37321518081,174.236070143161,1801.09120053596,133.684841480303,2294.46192558356,156.959201061392,3234.4811824338,2727.10887661185,780.210686389782,18075.3049989474,6668.49569620395,631.105543258097,2885.38416343825 -3458,432.332918242877,2440.29334109608,108.239455137851,977.721582875832,264.182478159506,1740.29637153533,247.456218690035,2050.82671185251,61.3384267097555,750.038063867588,520.891641917935,4162.28409962472,291.382012030954,2428.05730156054,335.835738115506,2744.09773428494,257.834235987252,3115.73596114869,59.5862626383715,845.480066761829,148.690882518292,1625.68498553267,332.96072785755,3731.18783333216,122.406068643366,1086.32047495136,103.428805392906,1479.50565944866,152.31147606149,2644.72403863151,220.541768840414,1771.18934885535,163.353509246538,2256.36909598939,191.793145864552,3180.78208238153,3546.27758088973,999.384441483042,22371.7653344381,8048.33687455043,823.57986542101,3467.09078884683 -3459,599.318165987264,2440.48828488559,149.276425823213,977.799688547491,336.471383157256,1740.43539579271,331.62958967888,2050.99054294778,76.9230340755224,750.097980952139,652.156258429336,4162.61660532055,364.81023584874,2428.25126786924,420.356314636691,2744.31694760741,326.847602031458,3115.9848629365,80.3717017670264,845.54760826817,188.563926493597,1625.81485401459,423.054947986658,3731.48590073388,171.636470028453,1086.40725608806,134.654591757615,1479.62385033784,191.236678573511,2644.93531344738,276.651131439747,1771.33084101033,220.336012806168,2256.54934691853,258.696230269341,3181.03618040422,4233.7495409771,1227.97973988832,29167.2517256914,10950.8435937334,978.958749019508,4786.1522851727 -3460,667.0602631628,2418.97960233395,163.850424022359,969.18207574012,314.360457657173,1725.09646847165,348.890891305381,2032.91460921849,68.4349165428231,743.487164807332,577.60519204901,4125.93034064862,323.107052359428,2406.85043345438,372.177740704554,2720.130540972,299.076287974308,3088.52284655735,86.2065844789124,838.095568772148,195.051966138437,1611.48610849291,438.126764820717,3698.59930743126,197.920690895114,1076.83245544766,130.962779692661,1466.58352562501,170.676872347054,2621.62478400173,246.303544292801,1755.71962378418,236.332125413754,2236.66176791821,277.477245582469,3153.00084919064,3257.56467157018,1039.18425059215,29148.7063855631,12164.3732520308,745.009834169481,5463.00632254819 -3461,657.830420972462,2479.73675773551,179.475273785628,993.524879594828,350.831037371502,1768.4254631091,387.665159450318,2083.9750268885,75.9828609173979,762.16122273146,641.42716242849,4229.5607270483,358.808477846847,2467.30294230258,413.43740530274,2788.45166026996,331.682053036803,3166.09682128972,96.1642577789395,859.14589208373,222.262711594929,1651.96156840448,498.900283996223,3791.4964830308,219.453078220781,1103.87909807911,144.17458815556,1503.41948864421,189.477221867429,2687.47174866919,273.461257526876,1799.81777571605,263.630714139849,2292.83967304938,309.528483621919,3232.19430844541,3640.09415144218,1159.31044921027,32402.9552804888,13509.1211761018,833.374425852412,6084.87140605172 -3462,663.216721825626,2664.41252227331,153.545075556493,1067.51659107555,296.246624401884,1900.12707353569,339.301961021455,2239.17685634388,61.6455580939346,818.922371296896,519.50805318714,4544.5527754946,290.608045171517,2651.05271162575,335.10629400542,2996.11863969051,271.810969736892,3401.88852347279,85.9707396323689,923.129871018237,198.38388952486,1774.98965381737,445.32402924932,4073.86416160064,197.457506006041,1186.08932291814,119.096038426074,1615.38506023978,153.910443257332,2887.61835629235,221.923091163752,1933.85729532321,235.685565592501,2463.59647546484,276.718120524919,3472.90855086845,2785.87542650166,934.399088845628,27754.6074319541,12013.0567958433,645.02581741133,5482.43712773235 -3463,600.213104373359,2916.21357658867,141.431288455294,1168.40254656664,270.348650079159,2079.69911669709,309.001333103956,2450.79089452776,56.759407302817,896.314860174352,478.391892264559,4974.03701289977,267.608041461537,2901.59119328077,308.485744855123,3279.26767386646,250.066067094456,3723.38495456707,77.8830634937426,1010.37051894691,181.858596906203,1942.73554995538,408.073156217695,4458.86583925129,179.396059742469,1298.18102775976,109.898656248169,1768.04747940099,141.698393055503,3160.51354068911,204.328781276225,2116.61702257534,213.513504107253,2696.41935283233,250.685931549169,3801.11674961366,2574.60388549579,858.175019642553,25404.3938234168,10980.1062985021,592.598841300964,4991.26062212173 -3464,599.783138620291,3106.28275655491,138.531772957169,1244.55516984472,265.500174658377,2215.24704393414,303.205765617286,2610.52535956531,55.6946662037186,954.733705704926,469.421783416614,5298.22833542613,262.590244756973,3090.70733454408,302.703313665775,3492.99952213208,245.297599934264,3966.06290198992,76.5130186487418,1076.2231360323,172.436235906198,2069.35664377225,387.37788386021,4749.48000429381,175.983236318124,1382.79218428646,107.692898628793,1883.28298109707,139.03946225355,3366.50538633907,200.495533047907,2254.57113712072,209.757577433109,2872.16307042296,246.276102854375,4048.86099899068,2526.21514212869,841.117418481847,24834.9107090033,10704.7772086467,580.371562196526,4869.3236043575 -3465,558.205988345491,3232.73562234849,127.647462271015,1295.2194461515,241.131421857845,2305.42696607906,277.907246358883,2716.79656499477,50.3782951946707,993.59971457078,424.434764951776,5513.91255001657,237.424918803013,3216.52614448906,273.682288097961,3635.1951412711,222.516306230333,4127.5163365866,70.1946605697376,1120.03482686999,163.58169666924,2153.59755114032,367.084880272837,4942.8253642115,162.257470831196,1439.08391565928,98.2493834209276,1959.94906358987,125.804662918405,3503.55158823868,181.369457127727,2346.35189366092,192.436035198693,2989.08521812991,225.938902314958,4213.6850400223,2252.91947317943,759.481649534554,22783.9066238945,9902.76997911123,521.083824456856,4511.58935947684 -3466,540.975880149807,3356.58924601945,123.395606600863,1344.84231687002,232.890833857076,2393.75323745235,267.421587557307,2820.88336288361,48.9999461071381,1031.66683155903,412.91692767269,5725.16336966394,230.981946156594,3339.75874534676,266.219550217711,3774.46792556097,216.144713470734,4285.6510914095,67.2410109745617,1162.94596720158,155.278000519571,2236.1068843483,348.553372606867,5132.19650495626,155.629830016986,1494.21856895069,95.4522141119987,2035.03927265552,122.34281169786,3637.78080170163,176.40062110622,2436.24609423462,184.338715361991,3103.60402788576,216.431849471614,4375.12111837248,2208.48149245542,738.500035034062,21969.8498586824,9498.7004977818,509.08039194191,4315.59891390226 -3467,532.99373858948,3333.58600492014,121.032895248633,1335.62589812226,225.883792739276,2377.34846498318,261.428010396448,2801.55139958592,47.31535309976,1024.59665432818,398.574619068825,5685.9279125756,222.958990129166,3316.87084635112,256.972847972836,3748.60089526637,209.246083254625,4256.28084140344,65.8285530326233,1154.97611313,148.364844519469,2220.78248746372,333.300921669209,5097.02474430292,152.933973536713,1483.97845093881,92.819719365768,2021.09282416142,118.167408576511,3612.85051005298,170.346221125054,2419.55011144512,180.466514769733,3082.33453480885,211.88550371857,4345.1377160113,2102.68841551546,709.242597037969,21341.7948172692,9280.06464643589,482.660103261176,4223.30486965528 -3468,494.760033806581,3197.77588765522,112.163364258345,1281.21256977906,211.782832431714,2280.49541444469,242.898356440153,2687.41634396117,44.6680509963245,982.854640902347,376.437473172808,5454.28351059316,210.575673537534,3181.74170376092,242.684451843278,3595.88309335152,196.901164069114,4082.88018537409,60.986272540964,1107.9224474586,146.64719425268,2130.30792655629,328.756997072817,4889.37222620251,141.211921515834,1423.52124745189,86.9495453956347,1938.75360955963,111.521735548197,3465.66317164121,160.803996548586,2320.97776806514,167.191584004748,2956.76038912781,196.299424519573,4168.11703561705,2019.31843500775,674.78409798194,20067.2524488893,8690.48383564702,467.192198003696,3942.70663396189 -3469,495.704899821069,3094.78113600525,109.401828889858,1239.94696047084,205.588781908296,2207.04465769956,237.034508481269,2600.85937791646,43.1365947399414,951.198617089501,363.437265897073,5278.61060688196,203.303476696603,3079.26338504626,234.322664685928,3480.06600698478,190.502138515762,3951.37777698689,59.6639944334663,1072.23820899651,142.071951402294,2061.69444532996,318.597592901181,4731.89412396713,138.326528779132,1377.67212528052,84.3465102225023,1876.30975685002,107.717865298834,3354.04024051474,155.297307853311,2246.22314572597,163.56660805399,2861.5283238845,192.04334490129,4033.86929781008,1932.3587418667,650.66388845027,19518.1588608908,8484.92464972841,447.895107586149,3855.42427353635 -3470,461.985926360475,3015.04954840623,105.737669725493,1208.00190996413,199.154551303348,2150.18403760173,228.608157463076,2533.85281486407,42.0426636057884,926.692659307804,354.311710606999,5142.61649760321,198.198724676527,2999.93158498166,228.421387609966,3390.40823297998,185.389103375295,3849.57748497357,57.3191107242137,1044.61387921984,143.173637576871,2008.57851756441,320.59662961951,4609.98520237491,132.935401222894,1342.17882836799,81.8890923349255,1827.96993921294,104.96708501424,3267.62929851436,151.352691799974,2188.35316085797,157.138197112929,2787.80608434759,184.495755853568,3929.94375698929,1902.41258564868,636.669299135845,18971.5904251315,8228.66068071362,442.791026744897,3732.47000468458 -3471,470.677457935518,2980.73962424362,110.124314481705,1194.25538498875,210.132392241922,2125.71589866027,238.053799988456,2505.01869571563,44.7117620935453,916.147308608772,377.021314507301,5084.09580691557,210.902269030841,2965.79369652534,243.043152174042,3351.82689377269,196.477792755727,3805.77100370451,59.5485408166844,1032.72663743498,145.521436913521,1985.7217865204,326.070418703141,4557.52561915914,137.214135170404,1326.90542968096,86.3293930483426,1807.16845353948,111.585725164239,3230.44512902605,160.946401755808,2163.45067425381,163.250096283971,2756.08208983327,191.671728837729,3885.2227432544,2062.47959957108,678.700213861008,19812.0043672696,8505.46609661984,476.003893199169,3844.39160701884 -3472,496.444789072453,3049.0345704551,114.891895260557,1221.61826050367,217.70260716269,2174.42047244428,247.695127646994,2562.41388571853,46.2797132892828,937.138149490791,390.180762668568,5200.58301929844,218.263543764159,3033.74620043784,251.525780471114,3428.62422137506,203.630113524371,3892.9691352948,61.9146310744058,1056.38855328336,153.952581374927,2031.21880393794,344.780065797889,4661.94801301278,143.141163192337,1357.30759369781,89.7269385120617,1848.57444261874,115.511785727696,3304.46134786367,166.594764885388,2213.01983025376,169.736644184089,2819.22966453207,199.287576414576,3974.24127949689,2124.06853024197,702.317776069307,20637.1221349935,8886.96994540999,492.094449391556,4017.7606647658 -3473,522.148865733802,3156.18810193747,122.07030813057,1264.55011572261,227.792489456358,2250.83706502991,262.072540312185,2652.46589747163,48.1685773777542,970.07239798303,405.891733704381,5383.34934201741,227.052117016206,3140.36244616628,261.632672301432,3549.11783499502,212.570599352397,4029.7814216627,65.6428397231763,1093.51366993462,164.931186978467,2102.60279878155,369.251505567796,4825.78485435991,152.579724953703,1405.00803743232,94.2587456877196,1913.53968822601,120.271107541196,3420.59145229136,173.409022417443,2290.79293664947,179.957388681459,2918.30706350344,211.287739430786,4113.9097477352,2170.60896452884,727.804176382888,21789.9446672013,9460.82054068206,505.046655214548,4289.57525204995 -3474,553.195376884411,3194.59182046722,132.327955280122,1279.93684970123,249.430110931745,2278.22469539601,284.401198219026,2684.74044843192,53.0255085516728,981.875999708399,446.992716853351,5448.85260931357,250.043630418689,3178.5736020191,288.109817480848,3592.30262562281,233.392172035378,4078.81480828467,71.1309455571312,1106.81927461731,172.470193257714,2128.18675114951,386.547763087163,4884.50381446188,164.599078728458,1422.10382876632,103.03936168551,1936.82316728641,132.361794417216,3462.21236558814,190.882105867828,2318.66674020859,195.002825454927,2953.81630421738,228.952567465393,4163.96678708335,2418.64806678682,800.604375241142,23615.9868424364,10186.41364131,555.848820131884,4606.49467216262 -3475,596.96064211859,3176.78705100683,140.81655024777,1272.80323707917,266.53281537513,2265.52721547992,302.957912651168,2669.77728962113,56.7739579471276,976.403602358137,478.680018488402,5418.48392060946,267.769216631316,3160.8581086549,308.556696014331,3572.2812508508,249.726754887765,4056.08190173059,75.6429261201411,1100.65051719027,175.592568651719,2116.32549418701,394.087252090308,4857.28047287949,174.928374942838,1414.17786130541,110.010778702322,1926.02845800363,141.700047032072,3442.91603715042,204.36967727055,2305.74386020233,207.372251325668,2937.35347538649,243.475494528487,4140.75929365344,2603.77787463883,856.279067868999,25048.9339671741,10751.2165741279,593.941920837916,4855.05429700274 -3476,561.68844596917,3210.12226252504,131.332700472577,1286.15923622166,241.525972909628,2289.30023762956,282.144643291028,2697.79225859043,50.4439801690796,986.649369571723,424.749452279439,5475.34209356893,237.600952010913,3194.02617183926,273.82524443969,3609.76653053359,223.666707199351,4098.64388210838,71.0514730038212,1112.20005362726,163.825202013174,2138.53288702051,367.757663825763,4908.24972872413,165.999718908703,1429.01735711488,99.8219441525437,1946.23899305265,126.01870271514,3479.04383939057,181.622499387051,2329.93889060649,194.784954423969,2968.17622108319,228.696765367153,4184.20982549069,2205.95781372129,752.357734857572,23030.1156132921,10106.5308802526,505.061452120235,4601.64634092816 -3477,493.741133698148,3246.12168902484,111.219001810692,1300.58267280908,205.432864702267,2314.97324597651,239.819757149585,2728.04623840254,42.8084656893411,997.71399844135,360.461142573569,5536.74448236879,201.638660576955,3229.84509118507,232.402503550876,3650.24770672254,189.794557429572,4144.60749879217,60.4929602718225,1124.67265149402,136.470029569187,2162.51513790934,306.569545943929,4963.29254669234,141.087801866591,1445.04285431009,84.5684233514615,1968.06479339657,106.942804746842,3518.05904589775,154.130682677918,2356.06763492897,165.839186879127,3001.46238060326,194.711576787514,4231.13300839588,1872.62317349125,638.682567129384,19517.8970543848,8559.17041727411,428.388967484797,3898.131809205 -3478,384.909875691724,3012.06042500775,89.2340468245023,1206.80429555795,167.218094401466,2148.05234281043,188.720056344773,2531.3407504301,36.2084135272129,925.773935198408,305.40830127907,5137.51810201944,170.842605556093,2996.95744954854,196.782481218125,3387.04697857373,158.941056069023,3845.76100967196,46.6172977797058,1043.57824788489,108.623547646617,2006.58721063955,243.75722508,4605.41485803599,108.229959993316,1340.84819081912,70.1888041960031,1826.1576878289,90.3454465683515,3264.38976727715,130.331170535716,2186.1836251564,127.799577397927,2785.0422503663,150.049320044395,3926.04760647827,1687.29905325376,547.667432075235,15735.6943354651,6647.80438339168,389.225522664876,2992.41162984235 -3479,351.772478264854,2835.31233255573,84.7553594944283,1135.98886455537,166.374293303089,2022.00435555007,174.853572700575,2382.80135020096,37.8374415229343,871.449401822658,318.677379508014,4836.04788019702,178.265206344828,2821.09560163551,203.770733172123,3188.29462701468,155.057972920184,3620.09125987466,39.4600518367923,982.34094231603,97.7920976269925,1888.84041549741,219.029525397067,4335.16852288622,96.0168419097714,1262.16704683297,69.4345398433065,1718.99852025028,94.5088670781182,3072.8349566247,123.520434830203,2057.89808935237,108.178255476613,2621.61561354867,127.011951121819,3695.66662887254,2015.43654423741,590.559429077025,14790.7208916019,5740.83046953647,446.025963704005,2522.00853664573 -3480,356.842099284053,2740.83008436009,83.378413777564,1098.13385274026,165.605657749805,1954.62429474331,173.72222073249,2303.3983066683,37.4379025278628,842.40974445315,315.320064104739,4674.89432019718,176.387154868274,2727.08710325709,201.660942664886,3082.04980847685,153.366311726787,3499.45750923666,39.4494647649241,949.606001738606,97.0549809633001,1825.89782998757,217.426744357248,4190.70596627607,95.3845008582509,1220.10734892458,68.4323057100307,1661.71564422518,93.5092985424634,2970.43764691654,122.216397050653,1989.32192728127,108.149231415265,2534.2544666906,126.977874008585,3572.51444995095,1995.67119637064,585.63771120108,14669.9756366393,5704.88217271947,441.667403798103,2509.33334870449 -3481,361.503466571008,2684.03675869827,85.0641522113726,1075.37918659921,175.073230845247,1914.12210719388,178.771669869328,2255.66909831424,40.143181842187,824.953992186556,338.457241360304,4578.02483635848,189.329879840055,2670.57854884242,216.466437277672,3018.18599602178,163.318821439199,3426.9445026494,40.2045196007418,929.929012926018,100.602483949304,1788.06301101231,225.258657031013,4103.8694527491,95.9546327368745,1194.82524391367,71.9183626857044,1627.28287939297,100.192571696767,2908.88657390325,131.059601717128,1948.10076267607,110.219185992765,2481.74163853027,129.408205025327,3498.48761488904,2208.06302366689,634.266209397554,15284.5100135697,5791.59104028938,489.611562763028,2527.18487583961 -3482,396.803952167887,2697.6827546294,98.3497982512911,1080.84655583594,211.722722503312,1923.85375576457,210.780883962959,2267.13721671382,48.6993511056984,829.148166794734,410.952883424716,4601.30011680578,229.883277799035,2684.1561214644,262.902414261205,3033.53085062843,197.002129046884,3444.36753927057,47.4611773208242,934.656894347725,119.159064018074,1797.15375855659,266.781884017906,4124.7340648572,110.877416121235,1200.89989261735,85.4933701140686,1635.55619959957,121.473068788062,2923.67573587094,159.005755463304,1958.00516320068,130.113041581101,2494.35913946119,152.765555377094,3516.2743861034,2747.79077806222,777.603541059621,18171.6389178439,6736.96182787112,610.198386826326,2930.90652215133 -3483,585.578098735931,2790.41052132574,144.709074303953,1117.99862165692,290.231091629331,1989.98260724508,301.546492346172,2345.06579098345,66.0354692605406,857.648574277899,556.399023582691,4759.4611470451,311.244516012268,2776.41893560761,355.835978043452,3137.80276343972,269.898446257817,3562.76118991383,68.1478964173402,966.783965735745,168.954196079672,1858.92753612733,378.410106859962,4266.51403412682,164.208350395017,1242.1785659073,119.937046867473,1691.77536526498,164.892585253939,3024.17158589866,215.580684503606,2025.30790502677,186.824907866823,2580.09803961316,219.350884905416,3637.1396992524,3562.03514755935,1036.33646733485,25637.4624947887,9851.69610678922,788.899342968322,4320.465012559 -3484,785.860134874384,3017.51882590146,199.588151976313,1208.99124426281,383.31132353152,2151.94500403674,409.932152712038,2535.9279999088,86.4392273668608,927.451605816603,727.525662385356,5146.82821849874,406.97118988021,3002.38848110594,465.193960165315,3393.18492325154,355.79383176352,3852.73022753954,92.9496439463399,1045.4694013271,228.2875637182,2010.22351133688,511.446277089186,4613.76070673422,228.229200529373,1343.27805142295,160.609551621858,1829.46701744014,216.007017786143,3270.3054347967,282.164705697304,2190.1453871962,254.817970611788,2790.0892530699,299.181452739386,3933.16231825033,4509.43657442952,1339.74545134729,34387.6854319656,13540.261930017,996.657365149666,5985.35581293711 -3485,764.261489692413,3611.31443826803,213.082059990705,1446.89984985979,409.838065803852,2575.4106309892,441.690456385767,3034.95485160492,91.5917717110368,1109.95807089283,770.672757979008,6159.63516025363,431.107279837574,3593.20670281764,492.902569117325,4060.90513831043,377.674681229713,4610.8810251776,100.702385920951,1251.19973117387,245.319704005351,2405.80079511783,549.741763904744,5521.66916472027,247.546147686468,1607.61198242502,170.351447767956,2189.47454369005,228.929019289019,3913.84508784285,298.976856737545,2621.12819008674,276.071822619955,3339.13065170612,324.135573144805,4707.14076281062,4735.67784081641,1417.32398857868,36740.3146070754,14564.0436114432,1046.05437741656,6482.35237677191 -3486,762.848926694777,4074.1085300359,183.687189134184,1632.32172694676,350.19803635668,2905.45246043166,388.60364853186,3423.88780056702,75.9216477975294,1252.20047212932,638.029157646097,6948.99947852057,356.907665104414,4053.68026749627,408.308488030096,4581.31479450785,315.403367211103,5201.77072275824,90.2666314822501,1411.54241334877,213.769438928618,2714.10692934771,479.462602846089,6229.27740814837,223.091032148896,1813.62930382956,142.883975306183,2470.0582204141,189.928229816329,4415.4088297188,247.799395843733,2957.02877722036,247.462592342452,3767.04407870521,290.545512539468,5310.36625629416,3772.14855230353,1166.87762335791,31632.284546253,12974.0685215684,831.032088725378,5830.81783830123 -3487,690.048787965979,4304.72580391337,168.584340838024,1724.72024406631,318.277546912843,3069.91728037091,352.926615153649,3617.6989533156,69.4555608489315,1323.08200537802,583.712402838038,7342.35162024621,326.523370119973,4283.14118773657,373.453399821026,4840.6427728606,288.483327324887,5496.2199684212,81.6130204452303,1491.44358950277,194.374271785187,2867.74052463453,435.883374109464,6581.88926507428,202.330875844396,1916.29084138801,131.124481887079,2609.87729713013,173.747655822465,4665.3456048089,226.695608287954,3124.41310445471,223.739041511099,3980.27979140224,262.691721910729,5610.96261505307,3455.26704165714,1065.68985141994,28836.3610447573,11791.9883491047,761.29513023094,5288.82471536937 -3488,678.812702483294,4385.62704164315,162.147779656557,1757.13392355217,303.525772842805,3127.61203702284,339.249668272445,3685.68849234522,65.9054567188765,1347.9474617924,553.678579492247,7480.340742198,309.722724513036,4363.63677311027,354.23979453179,4931.61581262451,274.30250804916,5599.51365506582,78.6684900256374,1519.47316394982,186.456020997679,2921.63565489344,418.190577749238,6705.58657180188,195.641191764674,1952.30481950889,125.082136237777,2658.92625245935,164.908392299212,4753.02418204212,215.101798167192,3183.13203310279,215.666721553009,4055.08352485782,253.214021392826,5716.4127275784,3240.22221388655,1007.91064211901,27628.7413240046,11383.1954229004,713.350971266015,5112.87171409525 -3489,633.354412977005,4516.62856854501,149.94530828912,1809.62065458759,277.657390116361,3221.03583902792,312.280638168752,3795.78240037642,60.1602536549413,1388.21152756944,505.278596663987,7703.7833764369,282.648217564077,4493.98143641488,323.261123214651,5078.92637857385,250.889357321429,5766.77476317103,72.4511586612128,1564.86081380552,171.42393052617,3008.90680864356,384.497019898051,6905.88679599731,180.856611362441,2010.62143191232,114.845223669745,2738.3501058067,150.560827204329,4895.0001000435,196.346154535115,3278.2142534346,198.622140276094,4176.21150232302,233.202000358678,5887.16568687095,2931.82388533762,917.353355579975,25382.2039863369,10510.100581581,645.066866073545,4723.88201457858 -3490,613.637092724206,4621.18286420792,145.151731006507,1851.51110674368,268.87691106972,3295.59878533702,301.129112732969,3883.65000988607,58.6173066562942,1420.34688612139,492.427651276722,7882.11631496376,275.459516456005,4598.01147932759,315.005467582868,5196.49716443251,244.137245544932,5900.26837781294,69.5644444574134,1601.08538213451,165.594291656444,3078.55923352613,371.350357680002,7065.74942780895,173.760329655966,2057.16480037135,111.74645998608,2801.7394818083,146.676707857234,5008.31322286573,191.314030416936,3354.1008084387,190.708321310063,4272.88556917138,223.910395652428,6023.44620064362,2877.54898155521,894.83615741327,24561.3440751991,10118.6904038187,633.444039657805,4537.2801055827 -3491,588.21250235675,4581.86941219588,137.657327851775,1835.75988131426,246.96544433552,3267.56237809987,283.347288471737,3850.61091734599,53.2024637938107,1408.26367262632,446.469286130829,7815.06136158772,249.750828068231,4558.89515154853,285.602104241887,5152.2893830251,223.153843959286,5850.07345487971,65.7516315499794,1587.46458521145,154.994318023086,3052.36923104196,347.687090571411,7005.63949292395,166.247111845488,2039.66403227004,103.385573270868,2777.90444781269,133.225697711622,4965.70636498236,173.625431282707,3325.56671120628,180.255637403542,4236.53516134017,211.63791287317,5972.20337600013,2520.73195843987,803.4383497573,22850.1097541687,9607.85407381731,553.537108049596,4331.29305990622 -3492,549.860978884821,4553.92761610611,128.70678066496,1824.56479396914,234.839746489808,3247.63567276068,265.956301654932,3827.12858395885,50.9983495480699,1399.67560237787,428.220965542518,7767.40246270831,239.54288472395,4531.09346030431,273.915441971774,5120.86897218738,212.995932199646,5814.39771974171,61.4964951063204,1577.78368692534,145.93412643051,3033.75484661244,327.29391539819,6962.91672355198,154.627682859941,2027.22546814823,98.077921331424,2760.96384286419,127.654281554046,4935.42380076901,166.440659417695,3305.28627574033,168.590340074642,4210.69933081864,197.941702228693,5935.78285111685,2464.38210694955,774.391203364182,21584.524106426,8974.67773374397,541.914281633856,4032.87772755162 -3493,542.43024682451,4473.61120344171,123.259974222589,1792.38542897285,221.189045911241,3190.3579843858,254.143994207835,3759.63053291785,47.5951714729246,1374.98989527983,399.386558908071,7630.41084709304,223.413181836171,4451.17976758516,255.487283734726,5030.55356530303,199.657649502167,5711.85073041274,59.0081054333473,1549.95673481348,138.966038208547,2980.24931760021,311.741458746543,6840.11360939207,149.26833621524,1991.47183063153,92.5803495421419,2712.26945638104,119.189972877566,4848.37904115221,155.325215462896,3246.99181898229,161.768512904176,4136.4363443224,189.932203690199,5831.09502444379,2249.82593294986,718.496974939513,20490.4710172156,8630.77748782865,493.970122668931,3888.79394702119 -3494,502.949250288193,4397.19364765808,118.087916880077,1761.76816983354,211.176458890109,3135.86076767328,242.716550419453,3695.4090878906,45.5837301076815,1351.50252406088,382.519670314781,7500.06931314142,213.977998893095,4375.14538222536,244.680502636488,4944.62240360454,191.195984441896,5614.28175269664,56.1914452351355,1523.48060627694,132.802361090089,2929.34114562907,297.881036964161,6723.2718143541,142.50377732775,1957.453807431,88.6725345126825,2665.93887621712,114.150364864403,4765.55975735919,148.761339659034,3191.52719159912,154.046744372973,4065.77835892471,180.866085153363,5731.48913357709,2157.01005193094,687.593050780569,19574.2538568161,8230.94042891873,473.630176441387,3709.22919262776 -3495,507.379059799481,4313.17332190242,121.280464744398,1728.10480465193,217.692278715414,3075.94163189343,248.822691097392,3624.7982619311,47.1543933081955,1325.6783981683,395.78830877404,7356.76012155832,221.400353678698,4291.54634845555,253.149761686618,4850.14196485678,197.516806564366,5507.00565354261,57.5484550441639,1494.3703720961,136.305583025023,2873.36812805767,305.717865508525,6594.80544847395,145.54339139718,1920.05133673481,91.49186471928,2614.99887430391,118.065108337245,4674.50079673447,153.890116965008,3130.54439762119,157.766935983782,3988.09062225905,185.233957356091,5621.97346912035,2248.440379848,712.57148431643,20127.3182823674,8423.05740746045,493.970122668931,3792.24012065652 -3496,536.386985077806,4284.38677149249,127.175438589624,1716.57126023808,227.477055955225,3055.41248960395,260.402630217919,3600.60599556354,49.2990143384624,1316.8306878659,413.774302501755,7307.66036824732,231.461553780625,4262.90413863082,264.653533251115,4817.7716319843,206.614390588556,5470.25134667335,60.1557785845758,1484.39679467713,142.651621527009,2854.19098160622,319.939216269612,6550.79105690704,152.430041472843,1907.23672195596,95.8348386741274,2597.54611010944,123.437905862293,4643.30271059609,160.88867202872,3109.65083100863,164.91481590121,3961.4737063206,193.626274006948,5584.45185554403,2347.84449882269,744.579159582758,21054.7978137774,8818.18832005945,515.762922198442,3968.78572967391 -3497,575.647774581716,4248.32236583057,138.491886178006,1702.12178926858,248.123129902591,3029.69314133624,283.382967104869,3570.29740715207,53.8638544629995,1305.74608728052,452.123731250032,7246.14714779916,252.913872861359,4227.02056593929,289.163896668995,4777.21738705047,225.572426671743,5424.20476540955,65.44536052744,1471.90168370286,155.313014012656,2830.1654426231,348.327856317714,6495.64888635075,165.627436428839,1891.18229865049,104.549961423119,2575.68091407629,134.860087978074,4604.21708142735,175.787358405109,3083.47492415946,179.416006856213,3928.12746510018,210.65210372356,5537.44397603654,2572.20501554376,813.861442605677,22958.4393537482,9592.79008497585,565.159934465336,4315.53919651308 -3498,603.471713181019,4188.92981065243,147.657006093985,1678.32572259008,264.188064327821,2987.33731200538,301.771985186677,3520.38380185174,57.377003657232,1287.49144701095,481.60063049983,7144.8442905193,269.402980231588,4167.92581498044,307.998601858145,4710.43075392197,240.270037042407,5348.37309514408,69.699671612136,1451.32414875183,165.382991481008,2790.59905788587,370.914128119946,6404.83817292576,176.395673256265,1864.74312117,111.409640918079,2539.6722834599,143.658519333665,4539.84903363978,187.252297608811,3040.36721273754,191.079041494402,3873.21131064492,224.345657745772,5460.02919472479,2737.65916536712,866.359317960763,24457.739172812,10216.7814163093,601.481267014522,4597.92735100471 -3499,627.076013103208,4021.92885094763,150.291344840719,1611.41555244184,261.827856492826,2868.24049715825,305.428629917637,3380.03590871124,56.306611836921,1236.16275042697,472.192569035198,6859.99925672957,264.140196845812,4001.76222605849,301.993298236364,4522.63900469582,237.262794914668,5135.1483623073,70.7202999009463,1393.46389884553,166.684280280863,2679.34564904785,373.911908265596,6149.49512112467,181.015580453767,1790.40100876545,111.128661747561,2438.42262594715,141.067259033674,4358.85790230003,183.744835602026,2919.15624350836,193.877055755261,3718.79716783156,227.630802703719,5242.35304431127,2604.53865328604,842.422004052085,24512.6326825473,10414.7097492122,570.971347673205,4705.08791714775 -3500,601.555254009994,3902.1690216438,143.536479970046,1563.43289072656,246.819420620572,2782.83371720961,292.131849780425,3279.38954263425,52.4441781291353,1199.35388446506,439.481450218724,6655.73101369072,245.841896682206,3882.6028925973,281.104034780768,4387.96967182645,221.989069460446,4982.24051283729,68.0657472166091,1351.97112141177,158.796714011679,2599.56353716382,356.334457487434,5966.38335726612,174.901801569374,1737.08874812099,104.58738088678,2365.81441026844,131.457669733041,4229.06543264555,171.129857690809,2832.23335988962,186.599698907123,3608.06360427533,219.086467354443,5086.25299157433,2363.82552791587,779.662185816041,23262.9953131428,10015.2949651626,517.21577550041,4543.7508647313 -3501,520.639251353327,3699.81844596986,119.3286881286,1482.35963538796,203.252057064029,2638.52730670845,243.07487190939,3109.3337715668,42.8414958575349,1137.16028198085,358.825568963224,6310.59193983689,200.723735684607,3681.26693660136,229.533746140532,4160.42745512363,181.930936923002,4723.88183326016,56.8373992137448,1281.86341126523,131.786649811148,2464.760770977,295.783414588836,5656.99104229006,146.544333170839,1647.01040804157,86.0644599112442,2243.13292076857,107.426259542437,4009.76334190779,139.7892640755,2685.36528532959,155.817603033097,3420.96413642968,182.945248036813,4822.50064892598,1895.06543670641,634.127658634604,19250.0025711716,8370.57613927553,414.063191060721,3804.48518282405 -3502,407.686275054298,3376.47340539604,96.4273546066704,1352.80905244743,167.900505444284,2407.93363528868,193.051734392581,2837.59404454859,36.8123496840211,1037.77834124899,308.937193490745,5759.07876787193,172.816635527264,3359.54320221785,197.504196550178,3796.82756395959,154.485690069336,4311.03893695394,44.1738051039601,1169.83516372321,105.913289236438,2249.35339811944,237.460231880142,5162.59921609452,113.11658972673,1503.07019719318,72.2795695155444,2047.09467838713,92.1802731638288,3659.33071678997,120.136943967468,2450.67821626915,121.10083366527,3121.98952358068,142.184333612498,4401.03897701806,1746.43948831683,553.048481629343,15690.2658667606,6562.39665753726,383.553271719405,2941.65427452361 -3503,440.075097485597,3146.5709275145,104.912028947553,1260.69692363244,206.282240365257,2243.9785724582,208.594619548964,2644.38360758171,42.7672993706664,967.11650462275,343.550102120249,5366.9458172813,192.178779487902,3130.79349386664,224.534152048152,3538.30337015186,193.353308391861,4017.50233386221,49.4079720024004,1090.18164048707,125.410181045697,2096.19598866599,280.686136727697,4811.08027618739,114.801680505214,1400.72685807125,85.4943273929709,1907.7089695386,110.310380948822,3410.16861830178,143.900314563953,2283.81269512802,135.45010634967,2909.41473289987,159.031796282283,4101.3743137476,2419.67798410297,686.638434585268,17738.6584883769,6963.26354462706,536.962132465285,3131.15618396207 -3504,441.794543863256,3018.81844065962,104.284046380899,1209.51194453153,208.759844135394,2152.87182492746,209.806616496462,2537.02019838193,43.0865052478948,927.851049818096,346.193794567555,5149.04490521932,193.657636821167,3003.68157937803,227.402343217907,3394.64633358826,198.757539327199,3854.38955937865,50.8030282350252,1045.91967439632,129.290043096922,2011.08929421787,289.347409851832,4615.74780668323,116.31894759924,1343.85658765774,85.4937170595253,1830.25495033223,111.117055869607,3271.71392218384,144.979936819028,2191.08866060456,139.274600807035,2791.29091621737,163.522130323485,3934.85629137526,2503.90236406885,701.005968592905,18027.9684921325,7026.10905196336,564.369231503899,3171.86022502883 -3505,445.193740534041,2942.72578698974,106.429868878535,1179.02485982805,221.332977468173,2098.60631231384,216.240378775729,2473.07180164868,46.3426592367992,904.463539115195,372.861994409114,5019.25754026011,208.575583475995,2927.97046701837,244.515564840719,3309.08052270199,210.687213432765,3757.23541261038,52.464032844526,1019.55611358113,134.13883011888,1960.39756691721,300.157832998608,4499.40278422315,118.085316669767,1309.98319781444,89.9474174142433,1784.12135243597,119.40854450368,3189.24675852982,155.971913805388,2135.85985042976,143.828182787555,2720.93334514953,168.868485091279,3835.67389173584,2756.36888968252,759.14013926794,18829.2938000056,7182.24775172327,617.902610204875,3217.24085270534 -3506,512.801108910366,2950.00365484802,123.176932235567,1181.94079143452,268.662893985203,2103.79652728226,255.58813714627,2479.18813428695,56.433703821164,906.700433272788,454.567655408777,5031.67102889918,254.280981644299,2935.21184242825,297.073624185819,3317.26444893906,250.977700828224,3766.52770310049,61.2423894591431,1022.07765150409,156.765534032732,1965.24596784699,350.776846624526,4510.53058248744,136.290748271257,1313.22301195288,107.118868411678,1788.53379191761,145.301569118339,3197.13431522255,189.970753147665,2141.14219981616,167.893718951789,2727.66268208767,197.123800261089,3845.16017409858,3390.39256828888,927.404460007971,22278.9709171557,8357.48194241828,751.694216441764,3720.42040624091 -3507,750.139019656364,3029.47531319226,180.656807242569,1213.78169936209,365.110908173556,2160.47177870685,363.532609302836,2545.97625234754,75.8283266824311,931.126500316878,609.557853491499,5167.22179008286,340.981078417084,3014.28501656689,396.258605606148,3406.62993378865,330.632337758021,3867.9961206982,81.9948888805472,1049.61192448308,207.689458786458,2018.18873483728,464.867832465087,4632.04207445241,186.547758486952,1348.60059881255,149.488030189303,1836.71601915479,195.495502106164,3283.26355291433,255.171727719989,2198.82352542759,224.785919536627,2801.144583167,263.920860058901,3948.7469120786,4292.31068812175,1211.68339462207,30445.4840321915,11713.7213054934,941.854520808675,5242.75604531651 -3508,1056.85090841359,3234.94497058893,252.952112598406,1296.10463787103,492.536239990051,2307.00256384083,502.221931568766,2718.65330504769,101.626258550675,994.278770341971,816.029088330824,5517.68092281703,456.479195477439,3218.72441468738,528.898925012791,3637.67954238746,440.815713313418,4130.33720473697,113.079786951234,1120.80029217958,283.005769319079,2155.06938413754,633.673847271565,4946.20343894355,264.213925094702,1440.06742866137,204.391894708414,1961.28855141717,262.19654231515,3505.94602021241,341.921125560291,2347.95546074259,310.004004369954,2991.12804839464,363.975304252498,4216.56479844256,5512.3138161877,1599.34380273612,41492.6060093391,16397.5759534722,1193.70663608443,7356.84965664188 -3509,1144.87562325346,3755.44211519776,269.7450653201,1504.64567002445,525.489142128585,2678.19535320868,540.341167803904,3156.07999864645,107.437329763279,1154.25653367745,862.359512146045,6405.4664002516,482.396010075998,3736.61169943538,558.885294896047,4222.97599473172,468.10965120087,4794.90143716835,124.206903408547,1301.1351532236,306.923404338622,2501.81638325984,687.491193244667,5742.03916104419,292.713868603887,1671.77182903822,216.408405968865,2276.85654408715,277.258452525826,4070.04677285706,361.449230510216,2725.73750157981,340.508577750035,3472.39546484326,399.79068476564,4895.00290406755,5736.47967634677,1688.67247809497,44476.0618077547,17869.2939884142,1235.31296985151,8043.52546129091 -3510,1042.97824423654,4172.16473299857,237.180290355983,1671.60867018301,462.637868963564,2975.38128880186,485.749477539088,3506.29440181945,92.1894404427528,1282.33860486188,739.160631008587,7116.24895119166,413.479684727375,4151.24480023391,482.827812020038,4691.57850741934,417.460803696056,5326.96765406128,114.899777362775,1445.51560978017,281.831378925581,2779.43042722816,631.42874683901,6379.20451130259,268.503470451594,1857.27998269692,186.777901075813,2529.50792049079,238.078592555864,4521.67949511177,310.094222766519,3028.19895145797,314.993439977363,3857.70981233199,369.833394205065,5438.17687979483,4962.17878419864,1465.49117658033,39793.3231072186,16191.9224548922,1097.01242356357,7387.63159698621 -3511,953.730471016068,4402.91196520028,217.438837466182,1764.05925606673,419.83298335212,3139.93878858264,440.661277434351,3700.21477176676,84.1742873276482,1353.26008154207,674.911313232641,7509.82275621388,377.539205021768,4380.83502716564,441.680395765682,4951.05262326183,385.852259570709,5621.58282888426,107.284358524004,1525.46181214917,263.084537062954,2933.15059870354,589.432023926979,6732.01507340467,251.815305944131,1959.99937247589,171.145467330132,2669.40578858529,217.376385716975,4771.75711552499,283.13499618481,3195.6776037457,294.116054207334,4071.06568842973,345.321282327391,5738.94263175834,4549.96429794946,1342.20323497908,36603.4817864812,14970.9650054036,1008.3801602646,6824.02913789321 -3512,916.010198732845,4482.18868605815,209.524820371491,1795.82206084804,401.476256374857,3196.47502024494,424.374706406533,3766.83906402925,80.1439413415219,1377.62623343892,642.346439466858,7645.04102245269,359.322712999609,4459.71424126712,418.273540344673,5040.19890187681,358.064809865693,5722.80235274195,98.971802484244,1552.92854580565,241.659971331218,2985.96350141098,541.502258427524,6853.22850760537,232.792723572556,1995.29018100476,163.729953199274,2717.46982875477,207.020461434568,4857.67508523208,269.560707278648,3253.21744177705,271.327492888357,4144.367344408,318.565261686919,5842.27527993146,4220.67306018509,1260.81448263176,34506.8740207183,14120.1312958464,924.137716447479,6433.73042935222 -3513,847.082874367112,4592.72122221489,192.854614126017,1840.10773929107,364.454214252905,3275.30135164154,388.51113829927,3859.73079710968,72.5300105768021,1411.59903827234,581.066592921999,7833.57074139612,325.043328294099,4569.69254877454,379.389398753227,5164.49218946011,329.444744157681,5863.9289099393,92.6668650778557,1591.22437462072,225.592240727131,3059.59853594422,505.544597669645,7022.23181845738,218.612596658545,2044.49482175563,149.324686072575,2784.48370370296,187.406255537821,4977.46726369752,243.933685631134,3333.4430636094,254.042742925702,4246.56907339086,298.271258906627,5986.34808651037,3813.73253107567,1143.6509637545,31757.5353519406,13109.0712357113,840.709445358118,5989.10924146397 -3514,812.566069473275,4686.48868702091,187.394183691297,1877.67636785243,355.187641871555,3342.17166432973,376.318532199098,3938.533135455,71.1684289572451,1440.41900289401,570.365017518925,7993.50513176286,319.056965062455,4662.98984780697,370.035934982772,5269.93323762864,313.153026588061,5983.65003410163,86.577912998848,1623.71166664794,210.740522199469,3122.06494401881,472.2643644237,7165.60147732368,205.351516267851,2086.23632683932,146.099928708566,2841.33321950352,183.84485714683,5079.08991046614,239.368902765075,3401.50042873707,237.350108655678,4333.26930988888,278.672458402241,6108.5685863751,3676.8661809304,1109.46371098082,30412.5864813143,12495.5905780661,794.352964075042,5677.04165336683 -3515,777.204191662139,4632.42456180595,176.960045407374,1856.01517606381,323.741010647076,3303.61580739346,352.127802192703,3893.09755184029,64.0708378916518,1423.80208593651,512.768400989418,7901.29070616381,286.837945481435,4609.196809171,334.91249193425,5209.13839751247,292.667743734365,5914.62163644815,83.3920052908819,1604.98025455646,202.710125371003,3086.04827539223,454.287451692408,7082.93788814582,198.695502134197,2062.16915213033,134.380386777315,2808.55511947693,165.659778717359,5020.49667121263,215.446614051255,3362.26014515177,228.61606189409,4283.27998308035,268.417825292369,6038.09910719923,3293.60250268534,1001.96602663299,28531.6739701262,11911.2797378175,727.804687035873,5458.36390303902 -3516,719.081400313131,4594.08582243831,162.649851148973,1840.65447646728,299.333698860937,3276.27451694812,324.192089248997,3860.87760947935,59.4552088177411,1412.01845592689,475.943310377246,7835.89827051594,266.238327187911,4571.05030666389,311.490517887807,5166.02667562956,275.235223722158,5865.67121440619,79.7249457093088,1591.69716298127,193.218016749852,3060.50761111856,433.054923885627,7024.31828063194,190.624116659748,2045.10228690659,124.233233802816,2785.31103610576,153.701753273628,4978.94618057741,199.933990403994,3334.43350411935,218.562955276183,4247.83082406676,256.614485695606,5988.12676445338,3078.43255249828,935.798584215434,26668.6657837648,11205.2668491995,680.527714410693,5131.01885965532 -3517,696.96970229785,4518.18811255795,156.6446902382,1810.24549743546,284.361814694663,3222.14802859188,311.665284086845,3797.09304384136,56.0480949670225,1388.69086230854,448.372344920868,7706.44341125255,250.815381719377,4495.53316061293,294.637180495348,5080.68007806577,264.650212707105,5768.76596942574,77.3199681719225,1565.40114367242,187.609932348218,3009.94575229981,420.47037741606,6908.27132557358,184.590857467347,2011.31567819998,118.264335712953,2739.29562909869,144.95596492415,4896.69029173926,188.455828931111,3279.34618609953,211.969799354064,4177.65350392806,248.873469776747,5889.19846283665,2911.87423542924,885.316113535859,25639.9702179106,10817.1862935145,653.300779389153,4976.45230203959 -3518,667.797189819868,4449.56826423272,148.969771116905,1782.75244748471,268.097900596064,3173.21175070897,295.111983393636,3739.42480554447,52.9064232239237,1367.60016091048,423.161561665965,7589.40202987728,236.712700550138,4427.2573837003,279.484037276427,5003.51739965119,257.118380489431,5681.15300688761,76.8049863782187,1541.62666010269,185.912232565289,2964.23229021178,416.696519564777,6803.35215914205,183.894499414459,1980.76888082591,112.008612606189,2697.69265775177,136.84709171005,4822.32195276265,177.886804982771,3229.54121289121,210.55799603775,4114.20551489942,247.215873312327,5799.75643536687,2776.83043858274,843.461918371886,24722.9381631645,10533.6605442347,629.327568952161,4853.88432337427 -3519,680.446336559473,4363.66349235036,152.506759466046,1748.3340650194,274.944539097078,3111.94872126625,301.447992437305,3667.23028782604,54.4031499833095,1341.19683976275,435.216083901043,7442.87863448613,243.45588984378,4341.7833527323,286.693953065002,4906.91791059929,261.498241375298,5571.47087053104,77.8495194337262,1511.86352833361,188.355355833585,2907.00388431365,422.178356532887,6672.00449110775,187.121550295817,1942.52753048484,115.016325462893,2645.61015027892,140.701064802644,4729.22068030318,182.925080296999,3167.19066903998,213.42154432197,4034.77536229887,250.577961683116,5687.78450371715,2833.14031318897,863.6745088273,25199.8733443854,10736.4807756892,636.301664769747,4936.55793023315 -3520,711.332496312327,4347.2233231134,159.821965797405,1741.74718957356,286.963836034748,3100.22440665674,315.227666582511,3653.41394138492,56.8016240702212,1336.14386006703,454.373488599744,7414.83747490184,254.1723665103,4325.42561725745,298.862368176819,4888.43102199673,271.412382571438,5550.48026844385,80.9508523414509,1506.16755926712,195.673626523026,2896.05170252548,438.594341518593,6646.86761169991,195.413745105169,1935.20902817489,120.365692647927,2635.64277339895,146.910441290854,4711.40326874534,190.987601440763,3155.25822954367,221.923732433569,4019.57428414388,260.560369849168,5666.35568823026,2930.83587787226,898.318639203729,26258.3314789995,11214.1872972246,654.652477841632,5152.12701244063 -3521,771.644433777683,4314.0830553847,173.824395893469,1728.46929610273,312.377653754574,3076.59040876448,342.560641219669,3625.56280351089,61.917778121273,1325.958009938,495.331990444452,7358.31180763821,277.084177176606,4292.45152038178,325.294729616367,4851.16495563642,293.622785980938,5508.16718985387,87.1051187687036,1494.68556433647,210.537831555566,2873.97417817389,471.912664224271,6596.19642325699,210.237403059926,1920.45631350212,131.06381668455,2615.55042923912,160.135869188059,4675.48674132106,208.192265983366,3131.20469129449,238.795423545179,3988.93178937632,280.369400761795,5623.1592544157,3182.63871077099,976.254950913022,28448.9745313993,12126.8863774999,708.102175511508,5565.90053822681 -3522,816.400595859387,4244.35852978768,183.996659379716,1700.53364902951,328.480842330355,3026.86632975313,361.717433114585,3566.96619253894,65.0187591792617,1304.52777968568,520.008055406269,7239.38623448722,290.887741831831,4223.07660523422,340.090395600791,4772.76007311973,303.042990620703,5419.14378921667,90.9842545244104,1470.52834702004,218.118450634437,2827.52479748773,489.029090471963,6489.58821464071,221.109359438838,1889.41775822404,138.134686033918,2573.27771206781,168.183334944061,4599.92118294199,218.609786072888,3080.59793225789,249.429929058374,3924.46238230127,292.855360056439,5532.27734362789,3251.93917336881,1014.41249113856,29756.8019869483,12782.5649489506,712.324632931147,5859.77679081013 -3523,837.915940390816,4089.63896579058,188.124267569571,1638.54411094179,327.460532910534,2916.52799817012,367.748233379526,3436.93960542835,64.2376124754515,1256.97384005534,513.220985387051,6975.48895202496,287.091117046851,4069.13283104489,336.148547436587,4598.77869233077,302.304814716424,5221.59978853416,92.0779687987639,1416.92319017489,220.079886196228,2724.45306101966,493.472970716094,6253.02331277316,224.559098790627,1820.54282937221,138.674357671183,2479.47404235886,166.275803446567,4432.24029669005,215.945490576132,2968.30092304337,252.42830581365,3781.40398974294,296.37575036231,5330.60928648571,3154.12478110181,997.016912782571,29975.0639407672,12994.6774109634,695.62480289803,5981.78665219516 -3524,804.975296198646,3957.72770540643,179.983606743462,1585.69288845556,309.276632804276,2822.45541929398,352.319248571344,3326.08115581736,59.9570040007547,1216.4301625086,478.589406005,6750.49463170618,267.718528838301,3937.88299581405,312.257673037932,4450.4451356018,277.748040552869,5053.17714411769,85.6561903333365,1371.22034807881,203.04461801084,2636.57585715331,455.394214681807,6051.3321137947,210.303489629455,1761.82124020147,130.822353252912,2399.49863407631,155.286177937424,4289.27843410208,201.525181222299,2872.55840903826,234.823240459947,3659.43484516047,275.705665691881,5158.67054189782,2828.85513643043,917.12931654005,28099.8545849304,12294.4505098741,616.586351290508,5672.20675109384 -3525,669.186718258484,3725.55089381918,149.015660481567,1492.66953101354,252.578230708774,2656.87841428586,291.661628808093,3130.95936490102,48.4961528843721,1145.06929645811,386.779089112051,6354.48246591584,216.360678743095,3706.87035764725,252.214093003362,4189.36346484499,224.358258097363,4756.7367002478,69.748257737451,1290.77884424175,165.029012285586,2481.9033224093,370.153451851858,5696.33573692998,172.114876934088,1658.46545916128,106.923453378802,2258.73403788977,125.671636872291,4037.6514741474,162.980425514046,2704.04215371387,191.212238538812,3444.75713668648,224.502044224919,4856.04141538899,2235.77460453834,736.10406756766,22965.8704924801,10110.7862402225,487.400168090648,4678.49463820653 -3526,516.914440102062,3411.82302766834,119.137175171777,1366.97214016319,205.335860360541,2433.14323543781,228.861460423968,2867.30192777273,40.9526369399246,1048.64324908653,327.364571833083,5819.37281868699,183.124742138604,3394.71557556338,215.039817450554,3836.57803852411,193.759157065477,4356.17289174206,55.2908172382315,1182.08262614728,135.953070614003,2272.90275966731,304.57306348254,5216.64848890696,133.365731987244,1518.80642767395,88.4448708795107,2068.52651419574,105.966755145765,3697.64168301917,137.681566917612,2476.33532617489,151.577706421846,3154.67485444106,177.967190859082,4447.11517746868,2101.1663035465,639.360097786383,18778.9231077829,7909.32015091473,473.918623103965,3631.71134944193 -3527,741.349901724908,3186.7291338467,171.668442630734,1276.78660613058,342.543811778724,2272.61741664564,334.152705625201,2678.13263310221,66.6323380479086,979.459358171771,513.502117925599,5435.44162508894,287.248380013152,3170.75034022622,326.510058649153,3583.46107359404,239.893206316771,4068.77582852669,64.2730515892336,1104.095116543,139.282213630983,2122.94875317211,313.312390562586,4872.48183326735,171.834750957782,1418.6036768296,140.153971241621,1932.05616278018,176.423979244439,3453.69099811018,206.088578344941,2312.95992350704,176.202165771074,2946.54622614799,206.87873702412,4153.71822708413,3333.81356684638,1025.79382774518,25265.2529844264,9563.62125040512,732.761163066144,4278.50167413354 -3528,750.35552411376,3049.16452877934,174.007781307652,1221.67032926784,358.64496345954,2174.51315228581,343.397459238872,2562.52310291726,69.9284263643077,937.178092922286,539.276891802621,5200.80468259502,301.666552369069,3033.87550712927,342.942742611706,3428.7703588648,250.739768562997,3893.13506445482,66.1392421791407,1056.43357949836,143.632844370113,2031.30538012651,323.075287291685,4662.14671818895,174.352973145814,1357.36544591833,144.686861805867,1848.65323399721,185.072862677114,3304.60219318679,216.285561790212,2213.11415530715,181.318257438617,2819.34982793278,212.885533694576,3974.41067270149,3566.25973169725,1084.28549373874,26136.1374380354,9756.27837266538,784.747596932323,4351.58316256398 -3529,759.32118072083,2982.62407037031,177.132134480782,1195.01040227245,378.847959097041,2127.05979232314,354.814198396557,2506.60238747456,74.0819259618665,916.726503863917,571.788016425311,5087.31001072363,319.852977613037,2967.66869372353,363.691714271087,3353.94594407683,264.532809612032,3808.17704090704,68.3693161411259,1033.37953502322,149.072620630744,1986.97717484713,335.264898123892,4560.4069213133,177.321551392226,1327.74430932583,150.510424309314,1808.31095909912,195.964967518914,3232.4874408608,229.135292337799,2164.81842412711,187.431921753838,2757.82450576816,220.063579132256,3887.67901044738,3864.92610011206,1158.77780345061,27211.0650077968,9980.94458401683,851.587297617411,4433.83825057995 -3530,872.609620657457,2988.27741505353,203.44601332389,1197.27545664896,447.524921299824,2131.09147780683,413.781366473778,2511.35346804852,87.4722170619076,918.464091566663,675.480567312332,5096.95263289876,377.857640538388,2973.29369158964,429.744840016317,3360.3031020771,311.557645112009,3815.39516056244,79.8514293044647,1035.33822997177,174.253413571748,1990.74334402638,391.885417297878,4569.05083741324,204.876014332054,1330.26095106636,175.349369031277,1811.73847959954,231.31393816486,3238.61438319621,270.553679693208,2168.92167832188,218.909705319163,2763.0517594009,257.021604476699,3895.04782024213,4625.40437873235,1376.51122490338,31825.0257644818,11556.7925084008,1019.92432156504,5125.66627533389 -3531,1200.05571671923,3066.2545148501,277.222349425885,1228.51755863615,578.39371151558,2186.70088408332,551.831867904017,2576.88555654071,112.277655479986,942.430797524709,865.986192042108,5229.95420166603,484.424741581875,3050.87980114749,550.817366531097,3447.9879632675,402.481807407549,3914.95534453324,106.744612207847,1062.35468837521,230.735745768477,2042.69045965377,519.080433705282,4688.27716202748,279.658172129879,1364.97322055454,231.07681736097,1859.01458305545,297.129620608784,3323.12385868497,347.270650306811,2225.51823836998,292.63635987943,2835.15174640362,343.583975113266,3996.68648707453,5747.62177228664,1746.33787315233,41941.2794140292,15641.3894762418,1265.00322407703,6985.56491816789 -3532,1704.75218138999,3273.0887724702,388.271546102774,1311.3872343213,763.536146276155,2334.20483452388,757.957435037632,2750.70942161054,146.79055730205,1006.00248520435,1130.41401475065,5582.74086352003,632.343242892594,3256.67695715733,718.857191222715,3680.57205803576,530.418163470504,4179.03873303889,146.940977105425,1134.01584443226,314.204694563067,2180.48018412835,707.124016798555,5004.52498869318,394.849014870611,1457.04751555432,311.515757920978,1984.41444772063,388.834100642917,3547.28524286295,454.006233416404,2375.64061419492,402.833190058626,3026.39696230717,472.965932206531,4266.28305138151,7194.86041768498,2249.49404006345,56705.6288684384,21833.3253790564,1579.39737174392,9832.18355553735 -3533,1887.24546830085,3803.52799361575,423.28355437771,1523.91163300072,815.545493964034,2712.48782056235,826.385943953652,3196.4914533932,155.003413274693,1169.03600241615,1192.62061787172,6487.48403468311,667.1410467358,3784.4564672051,758.479216722966,4277.04832603539,562.552697539517,4856.2968842186,161.217950246513,1317.79530264518,340.632851924129,2533.85043803669,766.923161223446,5815.56206154422,436.70505034485,1693.17772864946,333.161953739843,2306.01014134568,410.806949551089,4122.16094963617,479.400852166941,2760.63871376197,441.972977666542,3516.8571236892,518.91990667832,4957.6800822214,7409.53735827121,2360.57062005679,61138.5092527401,23977.8173187246,1623.95717220064,10866.765614031 -3534,1725.81727876475,4223.10977018766,382.870635817965,1692.02017627589,752.721310253671,3011.71276661021,759.459907655598,3549.10869850428,142.063070634296,1297.99685234117,1093.21804775507,7203.1433071594,611.536159748194,4201.93439047378,695.457273740997,4748.86594855166,515.073839008709,5392.01363920534,149.125929308359,1463.16636213786,312.790692430438,2813.36920854225,704.419776708409,6457.09904132789,400.617785062471,1879.9586648306,302.647616186548,2560.3949739334,376.477005324873,4576.89235097377,439.379496986463,3065.17536971341,408.823154759909,3904.81513593045,479.998742086011,5504.5808070393,6820.4616112802,2172.57646184585,56049.4112065752,21977.4492234497,1495.22885977011,9982.3385057053 -3535,1620.28681153927,4440.14603359926,359.712519771432,1778.97736106619,699.307426034945,3166.49228239463,709.527179246747,3731.50634674982,131.968867850654,1364.70418463475,1015.30027074507,7573.33101083699,567.94966917876,4417.88239770936,645.836831958319,4992.92214813049,479.085372650451,5669.12282087493,139.21370734111,1538.36217216148,291.960530228564,2957.95534857814,657.512393185984,6788.94564837126,375.581544310674,1976.57448260154,282.731872079353,2691.98012995355,349.776918111602,4812.11039358893,408.158093076326,3222.70246352474,381.649169161792,4105.49343522499,448.093800419437,5787.47509940195,6292.44650275899,2012.6799045798,52290.9459855446,20583.0342132864,1378.87826968866,9354.05475277868 -3536,1497.20641396709,4496.54946537891,330.603938074763,1801.57581333852,639.512963381707,3206.7164169342,652.839719450799,3778.90788761617,120.185671296865,1382.04010079493,924.395809908356,7669.53547253308,517.098546661872,4474.00301323509,588.040800336087,5056.34752685276,436.89311583823,5741.13801583879,128.383122450075,1557.90407577756,268.154063774339,2995.53042639051,603.986303239085,6875.18601745733,347.036964209051,2001.68302253315,258.498548759617,2726.17650918591,318.598652752627,4873.2389101393,371.712957510102,3263.64063924509,351.95752597416,4157.64575569896,413.232880203458,5860.99373020268,5685.31734582051,1829.82435111928,47939.4998883972,18976.9099984808,1245.19886831848,8641.7107994851 -3537,1407.59516515123,4574.65652980287,310.271896823587,1832.86998661527,594.168379803737,3262.41850754731,610.303006456404,3844.54919860426,111.408000200245,1406.04675212178,856.63278894854,7802.75871534789,479.192533588087,4551.71843575592,544.907717609171,5144.17853262076,405.603782182979,5840.86413701739,120.168131127081,1584.96556257983,250.298222042524,3047.56412240552,563.824121914688,6994.6110568852,325.747995458585,2036.45314704776,241.02521039075,2773.53140784176,295.382511282964,4957.88923778237,344.563540726759,3320.33152892147,329.436434675227,4229.86591193047,386.79089577075,5962.80179845548,5224.81720262366,1691.63985187346,44710.0941713091,17791.3335668624,1143.70154505594,8112.97624800491 -3538,1322.59868294026,4664.1352501491,291.823905435982,1868.72029797634,551.766750085424,3326.23030005838,570.675208521097,3919.74726874529,103.398702512625,1433.54854669525,794.825699330629,7955.37801265933,444.618213938163,4640.74849481159,505.563949378746,5244.79690895846,377.091453570808,5955.10944599122,112.245111951108,1615.96694801905,233.796868974563,3107.1734364752,526.652897920619,7131.42326182611,305.858236061356,2076.28547554188,225.116563700306,2827.78073554472,274.19358975321,5054.86385909546,319.790867736403,3385.27608036431,307.715774091468,4312.60064547165,361.288696014955,6079.43216646848,4808.98470512696,1565.24884505416,41716.8723621383,16676.1744977302,1052.10639967267,7609.88964909097 -3539,1279.33396137891,4597.91970015697,281.602936810191,1842.19054794218,527.706822259634,3279.00864868971,549.590442961516,3864.09960689375,98.7018037358885,1413.19682009024,758.503633751225,7842.43752053131,424.299983239206,4574.86496067753,482.457240556,5170.33785207057,360.490018200257,5870.56626143906,108.084764682517,1593.02547344909,224.863988652924,3063.06168006536,506.552159418923,7030.18024716581,295.811083314881,2046.80897511251,215.931439904161,2787.63544673577,261.783778181366,4983.10123373964,305.262909483294,3337.21617096753,296.310337738914,4251.37574346497,347.897587809787,5993.12400365744,4551.28872988302,1490.19801292982,40058.6875690838,16093.4072336123,995.168876866858,7352.80241125703 -3540,1229.04536787104,4541.45128291205,269.356612696979,1819.56605876237,500.229293396132,3238.73816973428,524.659861073926,3816.64345213086,93.3466391156409,1395.840930277,717.104190146729,7746.12221643597,401.141513792425,4518.67968553454,456.092849863955,5106.83939751557,341.358087426937,5798.4680938474,103.298026637162,1573.46105454168,214.309292742788,3025.44330995964,482.823671823081,6943.84051585419,283.654800571816,2021.67150626473,205.395009888679,2753.3996679927,247.631993737719,4921.90228769653,288.698957666787,3296.23082814559,283.187674512018,4199.16333546256,332.490285732126,5919.52066803861,4259.81776994707,1404.6770988925,38143.0115662658,15411.4163915455,930.804720651589,7051.53973103621 -3541,1189.99911406615,4452.42742300382,261.09818031172,1783.89799060131,486.855527021147,3175.25076116365,509.110216347027,3741.82764748255,90.9572401153259,1368.47893965107,698.843860468819,7594.27875141351,390.92685267345,4430.10220617044,444.482231204381,5006.73250947983,332.386457044272,5684.80354498142,100.195537495675,1542.61726303881,208.099276224903,2966.13701674902,468.814599117926,6807.72378866734,274.733537971292,1982.04166334835,199.662037511406,2699.42611393586,241.273351522431,4825.42063184555,281.309738606782,3231.61641896451,274.682316628827,4116.84917965193,322.50415594131,5803.4831844575,4168.03090811128,1370.36701407829,37060.0262571633,14938.4287721116,911.000364893044,6830.76635353178 -3542,1185.74068052792,4376.98457986459,260.32887062723,1753.67125729489,480.248197547218,3121.44866124294,505.135992898845,3678.42535263445,89.5071516200641,1345.29115191757,687.518475312992,7465.59973519006,384.591535981519,4355.03764608259,437.274424055201,4921.89740730585,327.720886547647,5588.4790681566,99.5015627406494,1516.47883985014,206.196247235714,2915.87818298839,464.564709817923,6692.37232100049,273.587015891871,1948.45754302539,197.630661381909,2653.68648439638,237.465403575,4743.65771530069,276.823746515994,3176.85924778133,272.779810807142,4047.09244307187,320.270426294181,5705.14777548843,4068.35720826632,1345.4225188178,36680.1748878698,14854.6431148339,888.720464664682,6800.6324524663 -3543,1209.08897946342,4255.08038148244,265.227415345174,1704.82943824216,484.30971959214,3034.51262345328,512.193287247825,3575.97685510391,90.2942151729706,1307.82320190021,693.378598692163,7257.67395099904,387.869635308829,4233.74469576879,440.940251304847,4784.816742065,330.896523821676,5432.83331511624,100.834910012826,1474.24311021429,208.889354305081,2834.66752620142,470.638010732556,6505.98183499798,278.296895810371,1894.19069548911,200.404268474338,2579.77817657961,239.592359576972,4611.54123633404,279.2567294151,3088.37995960762,276.435132458647,3934.37613095125,324.562134760823,5546.25266093353,4070.53829325182,1352.65034975496,37161.1449715085,15105.1225593669,888.720464664682,6918.26304544473 -3544,1260.74511999434,4201.92598974976,276.343332149233,1683.53273790435,500.388826221772,2996.60554338806,532.651490927216,3531.30581306898,93.0771459497389,1291.48589671241,714.568990059659,7167.01121147987,399.723346091458,4180.85682905905,454.439792954914,4725.04489272846,341.705171807685,5364.96645377402,104.826297335764,1455.82689036318,216.984545771522,2799.25690769106,488.890929916324,6424.70922060316,290.515074353844,1870.52849754742,207.719199423086,2547.55163148822,247.014479793246,4553.93394166711,287.862439924658,3049.79996969562,287.377371442842,3885.22797125998,337.409403529399,5476.968967053,4163.48375475046,1391.52016567936,38522.4382365802,15728.0398721049,908.524820423226,7211.58802095283 -3545,1359.38052234954,4152.67045489786,298.104134450634,1663.79814342352,538.489453409564,2961.47893498519,573.108467394182,3489.91137704782,100.292241436186,1276.34692740371,769.934130671052,7082.99855362436,430.694098488876,4131.84826970868,489.593270500417,4669.65728857781,368.095430639199,5302.07760404469,112.796090241253,1438.76149408739,233.468044798851,2766.44364622178,526.031230550233,6349.39792533029,312.555227614602,1848.60191392192,224.059596469594,2517.68889271608,266.167916710545,4500.55212282398,310.17660657348,3014.0498091585,309.226260455752,3839.68481266727,363.062156119533,5412.76720897883,4481.40691154244,1497.86123464899,41498.8017283417,16942.6637207771,977.840065578132,7766.15194792826 -3546,1428.00706102824,4091.71835570678,310.24060024509,1639.37723389715,550.824982083474,2918.01091609036,595.994719284423,3438.68712828255,101.643773861599,1257.61295239503,779.703328919988,6979.03566152885,436.158898483022,4071.20179455178,495.845531802966,4601.11695595738,374.583873294173,5224.25472752451,117.727476721954,1417.64362926947,241.806757802427,2725.8383178283,544.970938993091,6256.20268232904,328.350518619468,1821.46849015378,229.771446601809,2480.73473880769,269.881825041451,4434.49388334066,314.352564098369,2969.81016507164,322.745471955261,3783.32665660696,378.935045015882,5333.31965170138,4432.21133508457,1509.18123953056,42788.5309017503,17705.7317784706,965.462343229041,8149.89675462754 -3547,1450.6275216493,3909.31692487469,314.212824842971,1566.29675104345,552.469227290693,2787.9312478414,602.302176162261,3285.39665277662,101.617945069426,1201.55083325384,779.217311255374,6667.92282828226,435.887024654376,3889.71495504419,495.52856966304,4396.00745348591,375.185541491235,4991.3668661196,119.103270476852,1354.44763093588,243.951324546458,2604.32535770597,549.859949554357,5977.31244071679,333.313085811783,1740.27070723301,230.987268535252,2370.14805455014,269.873560368906,4236.81213718397,314.270801549823,2837.42137964773,326.517159050757,3614.67277198467,383.363378001188,5095.56987251669,4379.0375117214,1503.89899276471,43100.7679415951,17939.2753640671,953.084620879951,8270.30082176768 -3548,1359.88587322037,3764.27952076583,292.012438539946,1508.18644195339,503.045386337334,2684.49775324596,557.81413376061,3163.50696945249,91.7415778673398,1156.97276063683,702.862699003217,6420.53991295536,393.174954128618,3745.40479277176,446.955265192387,4232.91361337285,340.130474905643,4806.18492586538,110.710664714614,1304.19701882962,225.004353510849,2507.7037236468,507.298027745329,5755.5514792473,311.81269365444,1675.70588665841,211.309082110709,2282.21450303931,243.774457755018,4079.62451441436,283.722390284722,2732.15177905625,303.509144413144,3480.56679755835,356.349697500542,4906.52195418021,3841.05071546423,1347.48649110107,39618.060636408,16715.6064682612,834.258486328684,7735.71298800543 -3549,1111.22906703195,3583.24268385403,237.814538816358,1435.6526937505,405.830113562959,2555.39124580848,454.059677657975,3011.36330101906,73.7366334659261,1101.33005721289,564.694019282199,6111.75459807764,315.884660607046,3565.27570488198,359.114629122927,4029.33858998297,273.984983989381,4575.03936087958,90.1195088148017,1241.47380667276,182.853018468248,2387.09983449974,412.288032113096,5478.74769017214,255.06385253107,1595.11556608269,170.893493859134,2172.45514736308,195.979488628518,3883.42167830638,228.038347950128,2600.7534295674,247.059261055117,3313.17465778388,290.071961791888,4670.55084472275,3046.21742268878,1079.452433221,32109.7314912144,13630.7331585112,660.970373441421,6318.08426187476 -3550,864.557882469957,3290.95852109271,193.853237166984,1318.54688132544,351.338330839501,2346.94865436073,368.069723739095,2765.72718902069,66.5453334737003,1011.49485427036,511.268297428628,5613.22038387243,285.998801293618,3274.45710386725,325.018580851742,3700.66650155263,243.381965788864,4201.85460417299,71.6727079262991,1140.20711496681,150.809011907364,2192.38472918514,339.59108396435,5031.84768286365,198.538416197917,1465.0024091255,147.598201355969,1995.24855269264,176.521147079494,3566.65199396223,205.809259442732,2388.61065672788,196.488046716721,3042.91987283842,230.696363845515,4289.57524141372,3046.82384931724,997.312046536299,26970.8571709146,10831.8843845586,665.921462381057,4930.05556747361 -3551,1056.71683936465,3057.22216549252,233.972996891235,1224.89868103555,530.318131835756,2180.25945978866,503.781271161866,2569.29475463941,93.298852941318,939.654653480774,704.814323419791,5214.54818326644,394.266674946284,3041.8927415024,438.036729225334,3437.8311313039,278.090972532547,3903.42295404839,76.4500416874611,1059.22528126285,140.100022348127,2036.67325078489,317.133681779108,4674.46677642265,211.554367098034,1360.95238179765,198.420120603201,1853.53843321411,250.003169744582,3313.33484231181,281.27129157344,2218.96246873857,209.584928450418,2826.80016275939,246.073395905051,3984.91333893919,4305.62728229756,1421.05927898429,32934.4755893116,12002.4519284376,933.775172059671,5356.2203120306 -3552,1065.41258982747,2890.35117041511,236.267595261034,1158.04058217688,540.61916061216,2061.25532927815,514.820737222218,2429.05608399482,97.0525932442908,888.365902265601,733.509968357213,4929.92482352425,410.318755812095,2875.85846554343,455.883175988871,3250.18552665535,288.335361473351,3690.36415841941,78.2366611810535,1001.41005975538,143.450523501876,1925.5064223345,324.710953221808,4419.3224394352,213.860583275994,1286.66812441953,203.56011218836,1752.36757090132,259.990757278958,3132.48456312637,292.551272315415,2097.84582913767,214.482878935043,2672.50618917483,251.824073292197,3767.40658994606,4546.18359288909,1480.80292082568,33816.2578978747,12183.0011755895,981.561319238192,5410.53467960357 -3553,1153.71401171068,2803.08179830932,261.538041785645,1123.07546253535,627.363912042098,1999.01913452886,583.470567673407,2355.71475390671,116.250561366956,861.543163463322,879.779458090303,4781.07389901327,492.140568234041,2789.02667668609,546.793026347501,3152.051551434,342.505498753659,3578.93971759595,88.1424593644925,971.174139625749,163.516214902264,1867.36894126204,369.956842240689,4285.88830922633,233.842556898531,1247.81930892751,235.881003375841,1699.45773102565,311.173565428702,3037.90437378701,350.294062343376,2034.50484477649,241.639253970229,2591.81428589838,283.708338419402,3653.65598035332,5683.40496767434,1794.42705918831,38949.1357736612,13506.6405429524,1226.98322483064,5908.07319711557 -3554,1400.52030616351,2781.76805954718,321.205665801835,1114.53595539964,788.614205594681,1983.81923146518,730.085237902254,2337.80265127268,150.17816478672,854.992264403066,1137.41720210542,4744.72014003716,636.260761734993,2767.81980857992,706.957933891254,3128.08435812106,440.328809670201,3551.72660300461,110.006309991111,963.789641636068,205.405497096066,1853.17006422227,464.611402939132,4253.29978332543,286.210169785452,1238.3312894238,298.351451963709,1686.53559720201,401.805911572019,3014.80511915723,452.432526717942,2019.03511970531,301.578182296307,2572.1069578272,354.082557353741,3625.87474716243,7518.83408319231,2331.1859149279,49155.2016911593,16648.4584455814,1621.02680949433,7206.90970319038 -3555,1852.81095116494,2777.21939213576,417.540578823524,1112.7134981456,967.69555703561,1980.57534710992,927.334680273621,2333.97994337377,182.602115820624,853.594205554571,1381.55719931035,4736.96170963774,772.830439337942,2763.29394894875,858.692323060018,3122.96940422289,539.00111514965,3545.91892144829,140.667412330684,962.213680434222,259.819386589736,1850.13981364116,587.946593587256,4246.34490941024,375.084005315268,1236.30640558727,372.765153131986,1683.77782252598,488.857136077167,3009.87539622427,550.268805075968,2015.73365133881,385.634446991638,2567.90112224087,452.772910012221,3619.94582068572,8851.52966504714,2804.07614939513,61592.8744698877,21541.4715617562,1907.06807532304,9434.65829635807 -3556,2174.13462110186,2685.98619029023,459.076487342054,1076.16024079041,902.388248045413,1915.5123452726,965.596087138383,2257.30740396971,160.198527800011,825.553161094758,1206.89639393613,4581.34988256578,675.126785070238,2672.51820565787,750.331477839175,3020.37812215865,485.779621322545,3429.43351247973,150.174690844309,930.604425805593,266.380289976728,1789.36169163238,603.793418107882,4106.85011712881,431.177898933057,1195.69305247471,360.185019782178,1628.46478446333,429.959242336102,2910.99931523074,483.312726461244,1949.51567965095,411.698295265028,2483.54414199359,483.374440868503,3501.02858690012,6718.26202713907,2360.03277870625,60904.6778247175,23749.286163669,1439.74834480874,10821.5752471107 -3557,2482.94429374204,2662.59305530874,520.16451150687,1066.78760817393,983.516620944041,1898.82951979358,1099.20020733148,2237.64777318431,181.05833609692,818.363147757497,1363.86554351439,4541.44940333483,762.933889178289,2649.24236777328,848.034649234262,2994.07265813124,549.468780067671,3399.56545085026,171.999577759348,922.499486537499,303.445288198326,1773.77755358492,687.963184405512,4071.08221203457,493.079781723652,1185.27936938353,406.965088427819,1614.28195036937,485.983646908275,2885.64646711917,546.26577398055,1932.53670797661,471.530406033872,2461.9141412303,553.623245445783,3470.53698027776,7553.78792769488,2651.9302892014,69001.8436291165,27021.758307473,1611.6962993188,12303.2376316484 -3558,2228.63073873595,2829.78895880305,459.027113438825,1133.77588399383,890.746654778767,2018.06535889809,983.510751164433,2378.15949742007,158.664736052974,869.751761426024,1194.79712211519,4826.62694282039,668.358563268267,2815.59992300393,743.125286194374,3182.08362067987,482.42358365995,3613.03908547485,155.273883071469,980.427277950142,270.650492537071,1885.16083090485,613.92458277646,4326.72333123737,443.629804518202,1259.70826292478,356.507173669966,1715.6497987713,425.956662077647,3066.84887327478,478.744084523376,2053.88916936077,425.677539939,2616.5085349728,499.787454125444,3688.46722871398,6542.82397750241,2331.18786083517,61295.2306577916,24229.5278560648,1398.19319350334,11113.3792288648 -3559,2068.95968512995,3058.39182192643,424.684287259944,1225.3673125401,822.830448535331,2181.09360083785,902.754145127805,2570.27773591382,142.843119064534,940.014154050772,1075.05279872221,5216.54320669044,601.374685870923,3043.05653308306,668.642572089905,3439.14640415087,435.841777426847,3904.91635672748,142.590797009138,1059.63052811706,247.880931789469,2037.45245747731,562.339519283669,4676.25517119549,410.751249833233,1361.47306581192,325.181554970538,1854.24757472773,383.607627737856,3314.60248437583,431.070070486815,2219.81141709354,390.907334112675,2827.88166250615,458.963800023687,3986.43791885952,5769.01961447969,2092.35129884667,56026.0435979103,22385.7210260331,1234.9549329578,10315.3716791824 -3560,1949.97895066393,3232.6056577211,400.5054442073,1295.16737486192,782.309492032573,2305.33428174244,855.750231409742,2716.68734249887,136.521328574311,993.559769201976,1027.7453091854,5513.69087596903,574.911309659676,3216.39683152608,639.234598505187,3635.0489966935,415.863827647836,4127.3503993788,135.175689656984,1119.98979847115,235.134315163538,2153.5109707527,533.40880932854,4942.62664939787,387.718428908054,1439.02606063284,308.88905064259,1959.87026838992,366.573576315445,3503.41073608437,411.962993187393,2346.25756403264,370.579094787353,2988.96504890112,435.096440282999,4213.51563860191,5568.44003583261,2004.72395714122,53207.1562089588,21157.022778145,1191.42929689828,9735.24417196758 -3561,1851.853859634,3373.48428830071,380.794851840918,1351.61144056666,748.020615630975,2405.80194499248,812.103024372158,2835.08198541179,129.559412902166,1036.8596190769,975.318794917874,5753.98038303912,545.584397915046,3356.56907305628,606.604889123019,3793.4663166412,394.704172922623,4307.22246970011,128.272897216855,1168.79953457209,223.058715085149,2247.36209539364,506.021573366478,5158.02888139307,367.837126722744,1501.73956245021,293.513353692821,2045.28243082458,347.883598665813,3656.09119238395,390.956697086373,2448.50868514247,351.655347622023,3119.22569542747,412.878092987463,4397.14283472284,5281.45597725701,1904.02940332485,50529.1928508637,20094.483520584,1131.10965587333,9251.28505724503 -3562,1757.54536295018,3502.79630656223,362.828078698882,1403.42125746464,711.262950146839,2498.02087309699,770.69420597445,2943.75602748215,123.130518715929,1076.60440474604,926.925118593653,5974.54130841483,518.513418766665,3485.23269919985,576.481828890909,3938.87703852101,375.202997258297,4472.32643434281,121.442009216314,1213.60182616206,211.742100365014,2333.50772509989,480.294914576673,5355.74586119859,349.051776360266,1559.30407353955,279.396009905036,2123.68196567997,330.62060500093,3796.23606653527,371.556650438453,2542.36464318108,332.928723787087,3238.79150205885,390.891187941525,4565.6936166293,5019.8935643265,1808.6981070577,47991.8756784764,19074.0031142727,1074.93792309364,8776.00914213066 -3563,1692.64377541519,3464.06768591873,347.929065732361,1387.90434905019,675.876175558217,2470.40153863198,736.748804576125,2911.20842822787,116.006273090807,1064.70094250462,872.947017199961,5908.48387212627,488.318563399447,3446.69827034688,542.935869055868,3895.32689708101,354.369507876805,4422.87821677301,116.191011225513,1200.18365375802,202.181094245924,2307.70732806145,458.646733151346,5296.53012851874,335.944402878944,1542.06364884833,265.345510371447,2100.20150435192,311.563799619798,3754.2630330995,350.096097207946,2514.25502241359,318.533309292817,3202.98184701506,373.989550231904,4515.21308605387,4659.13070531067,1698.25822723934,45689.3396845852,18301.8976493193,997.518435750377,8443.76780712063 -3564,1663.19110249623,3326.63304547875,342.7741576189,1332.84014347703,678.39350185641,2372.38995860877,728.149450242687,2795.70812053881,116.113376786822,1022.45962262394,874.033203987374,5674.06860367989,488.926166336581,3309.95275021292,543.565750099813,3740.78232692937,353.828923226762,4247.40338990895,114.588151273122,1152.56714511222,199.952500667785,2216.15053540348,453.537084019772,5086.39372825397,330.019968287495,1480.88327296349,263.858017059875,2016.87737076891,311.792741862269,3605.31508033042,350.389066556443,2414.50358384198,314.139128713934,3075.90561802864,368.830348445495,4336.07493309162,4720.63541738405,1706.56733272175,45351.3454198713,18043.5776393837,1012.33738920905,8309.99912491449 -3565,1608.30082949631,3222.53361655699,331.7554857179,1291.13193704634,661.733710091275,2298.1514007352,705.505101475453,2708.22278181906,112.82738525907,990.464069956847,849.371154984267,5496.51150819298,475.130442080242,3206.37529326332,528.224617226933,3623.72303646052,343.629698779618,4114.49054342267,110.953999342451,1116.50017290342,193.741995702444,2146.80113557902,439.437661967385,4927.22658383384,319.218810984134,1434.54239288812,255.925078698565,1953.76377223491,302.953766616851,3492.49492980149,340.465228846136,2338.94717567454,304.176237189539,2979.65213473891,357.13293027441,4200.38731196663,4601.7390418833,1660.34803479852,43989.2127524323,17471.3997621002,986.53241567884,8045.12870798582 -3566,1619.12097494635,3137.08371141578,335.243124166592,1256.89580030643,677.71558114911,2237.21275972801,711.38774523181,2636.41053489052,113.893428230885,964.200554693966,857.436830870888,5350.76395584177,479.642307272741,3121.35384825844,533.237915527048,3527.63504279844,346.946656901393,4005.38917522173,111.776901955478,1086.89463725452,195.259966418951,2089.875754739,442.872864590936,4796.57440319105,321.410714629798,1396.50353093071,258.441785022532,1901.95704222966,305.807734586348,3399.88662963531,343.677727752337,2276.92677865996,306.432193909327,2900.642565697,359.781646168045,4089.00827296458,4654.17500890991,1681.03272130782,44399.8689461628,17616.4423498216,1000.10516996289,8118.60239039478 -3567,1654.14029706591,3109.72674669454,342.272752376676,1245.93502997629,695.625640029613,2217.70312716097,723.464760519947,2613.41969478918,115.356101455159,955.792235699171,868.29415079899,5304.10257404984,485.715792564741,3094.13405594032,539.942363672316,3496.87227192814,351.632423807726,3970.46014544716,113.546540729695,1077.41636348744,198.414726794233,2071.65097575523,450.022139103863,4754.74583602424,327.537558538873,1384.32531021899,262.889064128328,1885.37100994871,309.767387185815,3370.23788986957,348.108059765905,2257.07081965894,311.283592387218,2875.34748796288,365.477666903743,4053.35004214936,4683.02803118287,1701.50048426754,45164.6260159705,17968.7767668655,1007.66756736867,8292.51941708824 -3568,1743.99203668977,3160.34688176988,361.798092558084,1266.21636163334,729.070516650793,2253.80290087041,764.823624377303,2655.96094318001,122.288729589869,971.350622662423,920.565657952106,5390.44276102518,514.955994749757,3144.50037318005,572.471660396971,3553.79436224824,372.709295172333,4035.0912996434,119.891078372497,1094.95454812378,209.938129267348,2105.37331239884,476.116258268919,4832.14359347166,346.010378602061,1406.85935899546,278.480988229256,1916.06108112367,328.365007723138,3425.09862559258,369.01890886969,2293.81142070602,328.676904916123,2922.15239723149,385.899132853943,4119.33047816655,4981.93611453149,1802.33920552224,47742.0799815766,18961.2836732972,1069.95769314775,8737.28767457123 -3569,1875.477922525,3212.39659623076,388.881641848148,1287.07046484868,766.625822873695,2290.92217980719,818.851158465867,2699.70361253989,130.853058537646,987.348398995971,984.935299939651,5479.22130876864,550.963782716909,3196.28910165485,612.45056753196,3612.32400748267,398.902639217343,4101.54772288654,128.514575089905,1112.98803422818,224.88248933986,2140.04801231107,510.023363338746,4911.72716568172,371.169030583906,1430.02979903314,298.756162538741,1947.61788039067,351.382766062604,3481.50870085705,394.873559543492,2331.58962478974,352.317898467167,2970.27913887636,413.655993085671,4187.17428872905,5309.44267760713,1919.89269506213,51115.1665724112,20333.3748216257,1137.4304208571,9358.07762650064 -3570,1979.27661370718,3220.90909338193,407.011468928279,1290.48105981639,790.075479066492,2296.99287125048,856.854652682707,2706.85752975476,134.17503523865,989.964763502,1009.44158383734,5493.74064172904,564.672373400411,3204.75891571955,627.777828610174,3621.89626822373,410.35437489126,4112.41637258796,135.037870001082,1115.93732992902,234.958377542116,2145.71890382849,533.003530551604,4924.74270166948,391.829562742127,1433.81922049021,309.06554311072,1952.77885325368,360.407755891506,3490.73431544418,404.952056677996,2337.76808048292,370.201267358047,2978.15005143352,434.652833582447,4198.26983939863,5343.37452336474,1960.89316698331,53125.9929657018,21356.5214777911,1144.78587952588,9866.00177592352 -3571,2020.84571098322,3191.14783663074,414.913006750536,1278.55699209505,789.532442377877,2275.76861666428,871.957694787027,2681.84611850523,135.946476103076,980.817471651463,1022.62552646368,5442.97838144082,572.047350113069,3175.14688689441,635.985796099322,3588.4298829146,416.131737709074,4074.41757287521,137.607441445676,1105.62604934601,239.158123656811,2125.89242336559,542.556835920987,4879.23799236891,399.901852586574,1420.5707056397,313.857157958903,1934.73514225625,365.196021784016,3458.47986888883,410.313880807227,2316.16706224526,377.245651317509,2950.63189250553,442.923635761688,4159.47775214045,5384.11754328276,1979.16236104853,53962.7314761913,21753.7636912272,1150.90427252527,10046.3896274717 -3572,1905.12188049615,3164.63561992652,388.335840112165,1267.93467630823,727.237275141029,2256.86141655243,814.066997138021,2659.56520608713,124.668511104615,972.668790773312,937.315522200998,5397.75784332952,524.325715346764,3148.76760688526,582.959381881679,3558.61702699121,382.715627339531,4040.56710678411,128.966964008892,1096.44045252795,222.953233909375,2108.23040220469,505.909033191134,4838.70103775958,376.327876297514,1408.76853277912,290.408258534527,1918.66126539979,334.999115502951,3429.74664421693,376.325907513896,2296.92422981595,353.558105759731,2926.11789436025,415.112118878512,4124.92060180249,4841.48769006767,1806.51511064615,50121.156216177,20402.8062666959,1035.13718430013,9452.87436228771 -3573,1579.5053093025,3137.99344489806,322.436236547487,1257.26029175724,610.692814525896,2237.86153659906,678.046403708565,2637.1750764703,104.30908793827,964.480166463665,784.37958956155,5352.31564192165,438.774755841575,3122.25902018468,487.861598544304,3528.65803357807,319.938493058128,4006.550711533,107.188016979153,1087.20982949489,185.769416745508,2090.48180485523,421.488909697441,4797.96537797409,312.682956889173,1396.90850769801,242.087267449638,1902.50859716487,280.26250906763,3400.8725742219,314.854056236974,2277.58707233326,293.851937467322,2901.48373281427,345.011183201416,4090.19405825992,4078.56077210465,1515.70451590391,41781.7613038211,16955.6249017536,872.839281576334,7851.30995662926 -3574,1209.94047845796,2916.40852037818,257.611015617366,1168.48065223829,517.465011479632,2079.83814095447,538.024814694283,2450.95472562302,89.8806708217657,896.374777258903,677.202212301266,4974.3695185956,378.820712971326,2901.78515958947,420.952645318811,3279.48688718893,272.407383514022,3723.63385635488,83.2589466957991,1010.43806045325,148.385277219211,1942.86541843729,336.272594193253,4459.163906653,239.407287690566,1298.26780889646,202.275974136264,1768.16567029017,241.218825387949,3160.72481550497,271.159652654975,2116.75851473032,228.251286734854,2696.59960376147,267.989543245379,3801.37084763635,3783.29916623561,1329.31852878821,34080.3005169152,13242.5209447932,814.697064042514,6033.33197706131 -3575,1033.57294449192,2724.84477556112,212.674183264573,1091.72922049442,511.541262116575,1943.22436407423,547.627127132119,2289.9642257199,89.4421366211,837.496568704978,689.19518766507,4647.62899290188,385.529473509076,2711.18194747382,435.006267765276,3064.07440817625,309.397999779756,3479.04766725732,89.5280622958606,944.067626608472,160.058787308681,1815.24866905845,362.68007765569,4166.26456462229,193.939079580836,1212.99133219237,185.807963396339,1652.02404099133,236.837000341209,2953.11320082082,320.687373530255,1977.71963004672,245.43783255595,2519.47396626616,288.168244668919,3551.67851889593,4255.62637967854,1420.26467649753,33624.8597634513,12550.6480018246,981.726386536492,5688.88596871519 -3576,1023.74987432621,2611.84296190916,210.087359050961,1046.45420775272,525.784866560293,1862.63706624261,577.123518142155,2194.99730759475,89.8814134861555,802.764817362751,692.761728775516,4454.88755306291,387.524563929276,2598.74674384212,437.288550544808,2937.0044303214,310.446717593139,3334.76836749401,89.5694964024073,904.916275686147,159.793269630196,1739.96864075274,362.110336954782,3993.48574941097,192.382944822048,1162.68746838654,185.110508458415,1583.51308781595,237.962109241059,2830.64488607303,322.338118563807,1895.70178187614,245.551422608543,2414.98906856099,288.3016106041,3404.38715105598,4310.38294521892,1441.64402631001,33755.0956010064,12534.807548028,995.554550507873,5698.16695411848 -3577,1030.77444933265,2554.9196779231,212.858415207085,1023.6474728475,549.608341414488,1822.04219885166,589.154319461013,2147.15888204197,94.5124924548643,785.269121664661,728.972610577981,4357.79640592763,407.780599442089,2542.10888273601,460.21173758233,2872.99448037659,325.472646755677,3262.08943174672,92.2017325827642,885.194260658552,164.811082789425,1702.04724558892,373.450992034272,3906.45053070784,194.771506748934,1137.34751115511,191.414419406996,1549.00153160527,250.114670188086,2768.95296773662,339.161837926462,1854.38629221755,252.767599596124,2362.35607699995,296.774114757499,3330.19092278948,4626.56117665697,1525.95272684557,34918.8544493448,12763.5770238451,1069.90907304644,5778.8034284423 -3578,1173.75443565689,2558.62359101436,242.009468895192,1025.13147303282,632.656889057782,1824.68364625663,664.72632251497,2150.27165696046,109.880863171336,786.407540459205,847.811240032257,4364.11398189546,474.257839948175,2545.79422378666,535.332670056071,2877.15951223999,377.846376231263,3266.81854157178,106.580184252083,886.477542727532,190.298668705434,1704.51473414809,431.22427610726,3912.11378242807,223.025614218546,1138.99634433459,220.087701835242,1551.24714703532,290.721578265122,2772.96716874454,394.438070746327,1857.07462943745,292.185586791757,2365.78082716937,343.054723008706,3335.01876057315,5432.52811115208,1776.43484232709,40242.4104183401,14610.5598586618,1255.61789673609,6602.16622865404 -3579,1608.52148354531,2622.82473655556,327.555111377665,1050.8541370191,789.682937450403,1870.46872412091,833.081510247627,2204.22640985434,139.304427640729,806.140128377579,1073.51898924061,4473.61860691885,600.516686899819,2609.6734540311,677.742552218655,2949.35338133401,481.700885987195,3348.7897597614,141.182306251454,908.721093494251,250.035436723171,1747.28452604263,566.782517420909,4010.27678975804,302.932084803763,1167.57611289857,287.016238042562,1590.17113890616,368.845957456568,2842.5466369425,499.510593735345,1903.67246390755,387.046009407592,2425.14314984046,454.430223635839,3418.70126298661,6645.07055249504,2209.7501620421,52290.1848792736,19544.8263924936,1530.05138428248,8871.91259566568 -3580,2331.9553022306,2771.69601838307,469.563956069295,1110.50051758406,1062.08451844723,1976.63635045794,1135.23638768985,2329.33809059288,189.241463562022,851.896565157938,1456.73333700552,4727.54077226111,814.883281993817,2757.79827031717,919.564253773968,3116.75839788808,657.557176111463,3538.86674704848,198.998563255025,960.300016068334,350.640988847252,1846.4602290486,795.005586774924,4237.8997177614,436.639494218223,1233.84762167908,399.312366204528,1680.429101047,501.40594311724,3003.88931287435,677.899126692476,2011.72473134721,545.547114441677,2562.794043665,640.526167933033,3612.74642052715,8729.70342849523,2953.41273357285,72644.2437351761,27824.0980143697,2002.22797416924,12684.6819886398 -3581,2599.49553656134,3148.97521954446,516.176073199279,1261.66022102363,1130.63039178224,2245.69319447735,1194.30085856569,2646.4041787299,202.84181098534,967.855477478493,1560.42712459379,5371.04669577759,872.888636718515,3133.18573037366,985.121759168072,3541.00698459069,706.804889238362,4020.57210380039,220.083877147664,1091.014647303,384.314909712501,2097.79769014512,871.685793862513,4814.75641832116,486.473242656121,1401.79715221004,432.133215837635,1909.16664825508,537.649980991147,3412.77432509138,726.201970284342,2285.55775436466,603.351713445161,2911.63781409374,708.394473544913,4104.50817019055,9177.16406091576,3137.75940634538,78975.3391048453,30696.6352778721,2103.49137243364,14034.7237077364 -3582,2388.69502957294,3519.43142589185,470.305810434585,1410.08624110754,1082.2273728376,2509.88421645897,1167.56308500319,2957.73621031571,188.239847966907,1081.71730346361,1448.46488526722,6002.9149844459,810.257985847743,3501.78440725494,914.646619023942,3957.5831475339,655.113266517456,4493.56594626559,205.089450862013,1219.36533891872,355.959862789998,2344.58977956903,807.580992434832,5381.1808176456,448.867330830002,1566.70935979211,396.699486092749,2133.76753727061,498.869068620386,3814.26475974016,674.078395048221,2554.43857940725,562.245054889231,3254.17283697106,660.131198413657,4587.37653835467,8589.26589260156,2950.77423551272,73428.0176151372,28437.7850192563,1975.03858039355,13055.4796715719 -3583,2239.56376466282,3769.54297156688,440.882579259364,1510.29528246118,1007.74334825594,2688.2513857198,1100.91727947961,3167.93038253875,174.245380861639,1158.59051223317,1340.45422519087,6429.51751298788,749.837812204802,3750.64185174892,846.392580643437,4238.83233764032,607.086097875288,4812.90523389737,190.989295166418,1306.02062858166,331.445733427483,2511.21015166316,751.968774572561,5763.59925090634,420.107008277278,1678.04896331965,369.432561165101,2285.40563793987,461.849598289612,4085.32890028686,623.82881357069,2735.97204436618,523.590005691451,3485.43354350473,614.746354688004,4913.38255971379,7891.24070472149,2727.61327935409,68368.8335160168,26599.2736092287,1813.54780444875,12230.3357162255 -3584,2068.30381897955,3884.62417513505,404.88993647094,1556.40341815825,928.045087607141,2770.32160147166,1027.52431191967,3264.64482351809,158.504722129079,1193.96137591509,1219.05607809697,6625.80566233073,681.928800981646,3865.14601888751,769.777332375855,4368.24057912178,552.853489925151,4959.83947265103,175.909064974648,1345.89241859857,304.179292746624,2587.87543677752,690.213994615286,5939.55743567354,387.949442582388,1729.27848790704,337.396461221779,2355.17728756409,420.192126963167,4210.05080168526,567.346661052744,2819.49913456503,482.248118937761,3591.84110807393,566.206898431209,5063.38429276941,7124.53789207607,2484.05723990421,62703.9931074879,24527.8856234847,1638.28484895933,11310.6055311435 -3585,1934.34367453785,3974.3628184329,377.27073471237,1592.35786957306,860.725150878296,2834.31875816087,969.436015158008,3340.06133335374,145.074144964408,1221.54305928886,1115.32403319218,6778.86829698629,623.902045464604,3954.4346975976,704.254881796489,4469.15123752683,506.90178835515,5074.41664799268,163.33383295057,1376.98385865164,281.479398852568,2647.65790742339,638.798359380639,6076.76706060425,362.057654383046,1769.22652364812,311.312669823663,2409.58420184546,384.67971880837,4307.30712047578,519.091163669229,2884.63234068955,447.773590921301,3674.8161742446,525.730399267095,5180.3534554074,6443.07805321303,2272.7146458062,58012.7993603492,22862.7906901488,1482.11974454971,10575.4927112793 -3586,1849.93055558879,4050.13056998903,362.974588122717,1622.71477984071,827.382136737259,2888.35256667558,928.609218027198,3403.73668179301,140.371423515115,1244.83070947572,1079.37601428776,6908.1014929531,603.793053048586,4029.82253695713,681.52886221958,4554.35169760088,490.153697182297,5171.15596381312,156.369559008891,1403.23485174548,270.540914986407,2698.13319005357,613.870592349999,6192.61531048644,346.398834070595,1802.9552801342,300.600280478257,2455.52081747407,372.16672247398,4389.42216399081,502.350326521162,2939.62533365598,428.681294520171,3744.87333098259,503.314158529807,5279.11236381953,6270.12514049607,2198.7055789931,55809.5129596444,21904.9563753591,1441.38270485251,10113.7262421728 -3587,1772.06402579943,4019.52455891768,345.730356201713,1610.45225505065,783.281927508507,2866.5258751391,896.211528222235,3378.01533756306,130.9005429781,1235.42377757123,1006.04965755183,6855.89837823328,562.774960913446,3999.36998955147,635.233444060925,4519.93539025699,458.102346709174,5132.07859236912,148.413467798935,1392.6308920296,256.071419519677,2677.74394756873,581.106969285081,6145.81897899091,331.47496820167,1789.33071462666,282.903670627019,2436.96494723067,347.161480733731,4356.25219551043,468.247924372868,2917.41118427171,406.869968192834,3716.57408663769,477.705508240667,5239.21918786831,5758.37282486874,2048.72067859343,52746.6089606816,20896.1934926825,1324.60922614961,9681.97182109061 -3588,1697.53515082726,3924.84736062937,329.350799941009,1572.51913503848,750.416823173691,2799.00678557986,875.411135861357,3298.44845763795,122.900142619812,1206.32420117986,944.199171231653,6694.41230178666,528.176365545877,3905.16751859281,596.153213429919,4413.47135130883,430.666484917809,5011.19593189553,141.165026497481,1359.828407762,242.867433812632,2614.67148937792,551.210852809999,6001.05834534158,316.824829104498,1747.18423277566,267.479003821228,2379.5638764949,326.019574492516,4253.64360415522,439.478304506534,2848.69352547075,386.998637608703,3629.0326830224,454.374604467471,5115.81290270824,5343.59559053066,1927.50475551044,50092.2084658067,19971.7942935074,1231.212836958,9284.85879276673 -3589,1638.55134400476,3825.55652207066,317.995535915421,1532.73752591559,733.545549622289,2728.1974762397,865.291131586442,3215.00426651175,118.857887678641,1175.80659616156,913.177668536621,6525.05697404328,510.823221160184,3806.3745409288,576.567734228476,4301.81929680549,416.429893458352,4884.42263333339,136.350457922729,1325.42745136889,234.637035385306,2548.52549671076,532.526020134551,5849.24349482644,305.856906774082,1702.98394378377,258.488952112613,2319.36563921535,315.289538086875,4146.03487403667,425.037682392108,2776.62724035147,373.799678026912,3537.2253679485,438.877722937303,4986.39300268494,5174.66357304042,1871.25772823074,48499.9401780597,19320.3748367496,1193.01713479838,8992.6152057555 -3590,1633.91111216506,3746.60470962969,317.287419214514,1501.10489809551,729.38306161065,2671.8929531714,870.362782654136,3148.65302784042,117.153750813377,1151.54030671806,899.886441054003,6390.39288754783,503.388230281877,3727.81860609899,568.176064302444,4213.03837609059,411.045950838427,4783.61794847131,135.485878667117,1298.07328761758,232.760883685533,2495.92904287287,528.305856142584,5728.52684284108,304.799489196516,1667.83777141803,256.139830434222,2271.498585135,310.810620376238,4060.46903129976,418.860923532952,2719.32322410338,371.429466351057,3464.22413212816,436.094860446171,4883.4838539549,5064.89243990597,1844.95278163874,48108.9347860313,19243.3198685117,1167.60316350644,8973.62491307814 -3591,1671.49595153179,3678.30976341821,324.503536881119,1473.74202258059,745.165025933289,2623.18837938739,898.615885003554,3091.25783783751,119.079077321708,1130.54946583605,914.537643635555,6273.90567516496,511.583978770309,3659.8661021865,577.365332684495,4136.24104848822,417.911649516522,4696.41981688102,137.87244590122,1274.4113717692,237.008841738439,2450.43202545533,537.933142830762,5624.10444898744,311.061517741118,1637.43560740117,261.235126124917,2230.09259605574,315.947389115774,3986.45281246214,425.687152392197,2669.75406810343,377.972151115656,3401.07655742937,443.776618243664,4794.4653177124,5123.03658534474,1874.54061561025,49058.7966177967,19661.8393242706,1180.68387526088,9176.09494071232 -3592,1742.61060328526,3685.78256876285,337.955478026308,1476.73605733331,766.510071325917,2628.51761411809,927.220270374393,3097.53799627387,122.682055397824,1132.84627514088,941.992605220142,6286.6516587489,526.942032735801,3667.30143763353,594.729188246322,4144.6441809599,431.173588479962,4705.96100111115,143.231863651314,1277.00044901467,246.106554608435,2455.41029066796,558.593268567007,5635.53030501599,324.627996604108,1640.76219987041,270.596251333867,2234.62322260508,325.552316621565,3994.55163713956,438.477029473072,2675.17790506992,392.664794322856,3407.98613946856,461.02723180423,4804.20568988204,5237.81083142362,1925.05776483651,50786.6177978255,20449.2428445585,1205.64937522266,9551.40248518765 -3593,1889.12158554096,3689.2915380646,367.119799162963,1478.14195184697,812.154911736793,2631.02003726568,960.491054051623,3100.48694009711,133.983237086184,1133.92477685087,1028.89896804352,6292.6367290209,575.556655854972,3670.79281237549,649.537203203848,4148.58999950083,470.448725230446,4710.44120914841,155.330436248015,1278.21618957731,267.186969305302,2457.74791074522,606.411375468354,5640.89548933451,351.277232952645,1642.3242519132,294.964709937038,2236.75064714595,355.513725927553,3998.35456333161,478.923627024299,2677.72475013484,425.832578356223,3411.23063870884,499.96948453242,4808.77942964303,5739.10782557683,2083.63065524334,54984.1568638343,22099.9742454113,1316.49922061682,10285.4923989834 -3594,1974.06496982175,3634.05776271887,379.291595649896,1456.0121310792,814.733894155122,2591.63004377531,971.192055058307,3054.06838050516,133.986339507262,1116.94836126069,1028.05237713094,6198.42729074881,575.083080655022,3615.83598843041,649.06242432606,4086.47989362555,472.297109979849,4639.91941686363,160.678111226005,1259.07953281544,274.302388364702,2420.95203962527,622.764025579873,5556.44351502128,366.891065853754,1617.73639599585,299.196224274033,2203.26340942722,355.704319085502,3938.49368884526,478.571821990927,2637.63552276945,440.493029193126,3360.15981798163,517.182301072276,4736.78537876262,5581.72693133687,2066.24775206514,56041.3032021645,22886.7810803853,1278.60249934398,10692.6321802068 -3595,2010.33489101137,3490.12502957866,385.329919737418,1398.34441658621,807.110225002965,2488.98434581321,952.193369738835,2933.1070645589,134.825940896424,1072.70981556062,1034.24260890431,5952.92855644666,578.545839593565,3472.62495812137,652.970364056584,3924.62825052673,475.766961648101,4456.1479066607,163.061742767082,1209.21165227206,277.904323773912,2325.06631996518,630.987670651188,5336.37158609908,373.40432746444,1553.66333051935,302.223826898614,2115.9995999193,357.986046758116,3782.50327864692,481.465694843399,2533.16770343136,447.027665865151,3227.07525577363,524.854609614592,4549.17733552837,5568.21349244711,2062.2439131195,56523.1904590727,23197.285191394,1272.23039470507,10831.9934956091 -3596,1881.08849337516,3398.24201720247,357.04354170961,1361.53080783395,720.202753947299,2423.45793128298,850.631752641547,2855.88842326969,121.093166985711,1044.4690481314,928.111478918127,5796.20838063893,519.177057862632,3381.20266255867,585.963490091701,3821.3062597502,428.810358056003,4338.83282774869,150.954363091304,1177.3772600169,255.487637910144,2263.85530441638,580.265729741979,5195.88323902441,348.551212087938,1512.76070788644,275.233129932543,2060.29259349986,321.688214162301,3682.92295054423,432.097298063903,2466.47809275187,413.835737554062,3142.11744103857,485.88400912087,4429.41311107242,4856.87013851333,1829.74909712958,51603.9023024068,21495.3172848222,1106.46038032879,10062.7218505542 -3597,1534.55365192813,3350.61100552563,290.048810703495,1342.44709058308,594.490817821188,2389.48985236484,722.429051374855,2815.85923931283,96.8536555926933,1029.82938527755,742.014549259578,5714.96658924736,415.076140449113,3333.81048075207,468.501120676643,3767.74542383634,343.676680528956,4278.01814885406,122.496305577572,1160.87470671551,206.999097316562,2232.12427469763,470.170264911133,5123.0558259159,284.56604173409,1491.55729665885,221.718725782758,2031.41477370894,257.361023490131,3631.30174605841,345.472169437764,2431.90702740636,335.81903780867,3098.07636575126,394.284701930251,4367.32882556625,3831.72467861567,1472.62492089063,41865.5750877947,17538.7094241351,875.996737807375,8243.03330872353 -3598,1197.62744262086,3091.59706881725,237.623541860171,1238.67124039301,520.131602958602,2204.77393865088,596.841759278343,2598.18348238722,88.0604195980449,950.219975895554,676.641949950342,5273.17970560237,378.507307345395,3076.09528330444,427.048321412992,3476.48553925606,308.490798452683,3947.31239989747,98.3431957795606,1071.13503615522,171.519623757333,2059.57326992318,389.053221147753,4727.0257122265,222.286964176836,1376.25470659495,192.928300624209,1874.3793145768,233.577721149167,3350.58943446167,314.938508060755,2243.91211786942,269.604191130548,2858.58423897406,316.541935301532,4029.71904927638,3844.87459822892,1367.19091240853,35441.13542756,14044.5287743695,883.60228758324,6482.39311498011 -3599,848.112262080627,2859.16032797522,216.869628189635,1145.54374037184,433.275574547484,2039.01156496952,448.954503213225,2402.84324647907,83.2704208067891,878.779219107459,613.706215137283,4876.72419171695,343.301633914058,2844.82401921168,387.487928224539,3215.11157934405,273.92592247208,3650.54008161198,85.2440697702071,990.603475520479,159.782964664703,1904.72757440392,361.361534485819,4371.63190573452,188.674937940158,1272.7832155019,184.224282646198,1733.45712799036,226.346930301338,3098.68077019839,269.894549178858,2075.20720328847,233.693427358085,2643.6661920425,274.379153576869,3726.75111992678,3837.87663663056,1250.19799389373,30812.874427833,11675.1989385403,888.161818890535,5273.67631274009 -3600,844.799025569822,2705.61042671519,215.702401847722,1084.02283631407,440.594634553117,1929.5073789308,451.402913939891,2273.79964594007,84.6833539056727,831.584781984419,624.299180372062,4614.82194342966,349.227241612655,2692.04404287454,394.208594103394,3042.44547848993,277.930356273718,3454.48949165634,85.9456843371027,937.403567713373,160.908118664935,1802.43504882733,363.923177515051,4136.85540827727,188.244213360059,1204.42897347023,185.306451633438,1640.36260361651,230.149959867839,2932.26753284165,274.499110667762,1963.75914700381,235.616877438122,2501.68930505901,276.637473850889,3526.60765092071,3947.27586366176,1277.25243171439,31085.5804478127,11689.0240939341,914.114599312661,5273.94304914627 -3601,848.162489361564,2630.94735243086,217.749573478452,1054.10852316889,459.922690947689,1876.26137154452,462.037527534438,2211.05267017586,88.5991235021384,808.636660651814,653.516250163148,4487.47293923856,365.571002764263,2617.75534174995,412.722272803139,2958.48722251798,289.804731029656,3359.16061393498,88.1119346104845,911.53530836624,165.281978914681,1752.69568479529,373.786920876118,4022.69620057983,189.914349749001,1171.19197488815,190.721426421599,1595.0957338123,240.718923410502,2851.34970872908,287.240600971245,1909.56793986566,241.555571499383,2432.65356636743,283.610086937623,3429.28862582661,4215.97626042975,1346.97368681108,32022.2813711163,11859.3564488809,977.554729233414,5333.44628005234 -3602,977.259516660105,2606.0596589017,251.163465024806,1044.13708461203,546.978987834835,1858.5127009174,541.470118897124,2190.13700982206,105.397483465829,800.98728622851,777.74275194708,4445.02326759121,435.062169687367,2592.99243928457,491.272607427943,2930.50113483138,343.848607105939,3327.3843186786,103.444215595159,902.912554522585,194.192674799998,1736.11589538492,439.15532097503,3984.64312813486,220.119620833049,1160.11297442549,223.582766190599,1580.00677593706,286.292081203457,2824.37709841449,341.745844056229,1891.50420262798,283.588446069833,2409.64165152754,332.960831104557,3396.84894805664,5094.28210805887,1613.03544540479,37664.3034222839,13789.3087739889,1182.2933303413,6189.05862175756 -3603,1312.78626992182,2634.2613779431,331.526087592286,1055.4363120109,673.127530495231,1878.62477043473,696.52890768754,2213.83778290382,128.134582600467,809.655245277256,944.359521131736,4493.12550381473,528.266063810842,2621.05275018321,596.413635114325,2962.21382773644,421.54588137219,3363.39192018442,133.442427303056,912.683507422538,247.444063193663,1754.90343639064,559.854254791633,4027.76331749663,292.953594561531,1172.66724579425,281.619364902466,1597.10496746398,348.296814353331,2854.94136010527,415.307817314179,1911.9732927756,365.827420904444,2435.71781467857,429.517506066471,3433.6082675649,5906.48967016562,1929.9848842818,47602.8020152633,18096.7595568535,1366.8464355653,8204.38776251824 -3604,1878.47892171603,2638.29019314811,467.264143555998,1057.05048663205,894.205192630238,1881.4979219386,963.059224036357,2217.22360611631,168.446037636223,810.893524587846,1240.02389669935,4499.99724877496,693.658006598703,2625.061364234,783.028389693156,2966.74421041206,558.40015917722,3368.53586095731,184.61577217449,914.079357212866,339.453851248158,1757.58736962029,768.291868960079,4033.92334179475,416.630814783819,1174.46071233095,381.93433603996,1599.54756516169,458.172172942204,2859.30768125218,545.765226677038,1914.89744720386,506.11723091258,2439.44297917784,594.23159221195,3438.85959657586,7411.30907384878,2498.49107591092,64798.3872297421,25422.7670293373,1709.99986559119,11616.5658819675 -3605,2114.90436477273,2776.30966495662,519.890822993497,1112.34900922019,986.712474711891,1979.92657473396,1075.18577009802,2333.21540709116,184.233087574255,853.314595722181,1355.73770417021,4735.41003430882,758.38725031718,2762.38878329406,856.200295855597,3121.94642053112,612.218789876969,3544.75739318481,207.073927623054,961.898490377683,377.722008387069,1849.533767724,855.181225285114,4244.95394426467,469.227248640333,1235.90143162588,420.306489205702,1683.22627141226,501.218306893146,3008.88945846886,596.845238383793,2015.0733622404,567.685423668551,2567.05996095168,666.518728425482,3618.76004360616,7981.9671856854,2724.35276103482,71817.4375683954,28494.6955546505,1839.76376770182,13075.1738585557 -3606,1948.91867342353,3016.99897999819,475.141214282018,1208.78296415532,926.546882515432,2151.57427568045,1000.03951292074,2535.49112051954,172.108248666628,927.291828216006,1266.8457943949,5145.94154381051,708.661930424859,3001.87124179711,800.268162068663,3392.60035911685,570.859558153153,3852.0664948039,193.774632146203,1045.28929209942,351.446649237665,2009.87719818449,795.878148623839,4612.96586675461,434.170504564058,1343.04663692904,387.664999453705,1829.1518442833,468.162203502448,3269.74203984184,557.61163890726,2189.76807783285,531.225902791483,2789.60858781092,623.711651687549,3932.48472900036,7538.80100163368,2560.73822153423,66785.3970225953,26387.0214380705,1738.83628828244,12121.1516255935 -3607,1816.17337352619,3302.26519785286,441.911918310754,1323.07698502766,846.761696693947,2355.01201633793,923.582204866974,2775.22933957427,156.93415944278,1014.97002580124,1154.78021336797,5632.50560672077,645.973471153729,3285.70708705638,729.428809991168,3713.38080337746,521.668031210053,4216.29082738821,178.899642585958,1144.12450049626,323.958835506774,2199.91705914551,733.677019214195,5049.13549578861,403.776333453218,1470.03568699474,356.780983762041,2002.10358605051,426.964359886926,3578.90586497069,508.397386495901,2396.81715596765,490.446675548811,3053.37436844774,575.832813241577,4304.31284457163,6782.20497865816,2324.37513894519,61458.2564328716,24473.7418944691,1562.93410986581,11260.8340658942 -3608,1707.27316253849,3510.33409737215,415.296013859868,1406.44132912485,802.693395395096,2503.39645224355,871.646441426652,2950.09079981505,148.797602012049,1078.92118770393,1095.05595759837,5987.39813439802,612.564269675432,3492.73269426414,691.738266549799,3947.35324682542,494.165333020114,4481.95059120074,168.958161382631,1216.21341869886,305.945715816848,2338.52928260586,692.883283272108,5367.27107945269,380.002129813524,1562.65959492496,336.951274109412,2128.25199174004,404.796641677722,3804.40532070543,482.059066698645,2547.83564724915,463.192476849895,3245.76117162648,543.833693476151,4575.51869361703,6466.96344560323,2208.6332244674,58068.6247646205,23054.2020815806,1490.84305313768,10603.0553103092 -3609,1597.46918784517,3620.60671057725,387.192957117798,1450.62286751413,737.92737889761,2582.037419462,808.788529701138,3042.76409320085,136.274297285224,1112.81410373706,1002.58364362609,6175.48451599733,560.836104479327,3602.45238211714,633.303814582141,4071.35425234138,453.511660765722,4622.74528203027,157.003294763503,1254.41919290008,283.2873111696,2411.99116056291,641.661947205917,5535.8769703149,354.875174348912,1611.74852842887,311.119668334593,2195.1082801098,370.792283403687,3923.91580169345,441.444402768271,2627.87261439982,430.418657376424,3347.72256797984,505.353994032858,4719.25270557095,5846.60699335727,2015.0542853426,53679.2431463657,21479.0713620545,1346.66093968143,9899.24801940323 -3610,1513.21737491083,3654.26682420921,367.943369254296,1464.10904109245,696.948023405795,2606.04214571055,765.296015963628,3071.05211046414,128.904613553006,1123.15973146669,948.328701264763,6232.8968579492,530.486386811258,3635.94371830164,599.007322746764,4109.20488283638,429.192681602682,4665.72209335589,148.272977652341,1266.08129705842,268.085262100505,2434.4149980669,607.177207040041,5587.34299873743,336.073437275627,1626.73265759555,295.012575784961,2215.51579742647,350.747344447302,3960.39572407259,417.56625613346,2652.30346201236,406.484819713227,3378.84572800639,477.253305904339,4763.12672863548,5521.67473027972,1903.96280685248,50797.0321819981,20333.654386404,1271.68624068418,9367.11332705437 -3611,1420.98905225426,3593.8345709214,341.288587292959,1439.89641167357,623.97540293365,2562.94485517201,704.269824918941,3020.26474108812,114.141153133575,1104.58553405861,838.97924602246,6129.82064054192,469.317303418649,3575.81448245357,529.942821734787,4041.24911435064,382.267955119183,4588.56294957135,136.746653893765,1245.14354146818,245.326405148693,2394.15598282581,555.809660820256,5494.94259571577,314.898725637684,1599.83064832133,266.664267309314,2178.87681667492,310.730673572751,3894.90087954412,369.639761319247,2608.44112728885,374.885834455462,3322.96823720507,440.152977808125,4684.356760608,4707.59163846445,1668.0946836057,46188.0938527195,18891.1594846081,1081.36585092192,8752.41598261217 -3612,1399.41655324842,3466.08209036966,337.231044003857,1388.71143509807,624.694767844853,2471.83811213637,698.013382433518,2912.90133718552,114.853642921766,1065.32008119126,844.485621269763,5911.9197392309,472.397519282065,3448.70257423651,533.391057610297,3897.59208487489,383.667228183265,4425.45018313557,135.372173323851,1200.88157756127,243.666791974712,2309.04929257675,551.974180500097,5299.61013584907,310.054743608506,1542.96038071373,266.323707023886,2101.42280129003,312.613886596447,3756.44619025737,371.984592449847,2515.71709734028,371.117747407458,3204.84442635065,435.728871633967,4517.83874645145,4803.28523929196,1684.25847425005,46007.1761001519,18666.9175498837,1104.43498907492,8628.7060928543 -3613,1347.79168874172,3369.3255084683,324.646190399734,1349.94519465594,601.005341228459,2402.83610915198,671.958784638729,2831.5869397034,110.460814133063,1035.58139439751,812.169702273253,5746.88696403135,454.32029027689,3352.4311460425,512.980906242388,3788.78978938798,369.039551078559,4301.91259171941,130.335451913565,1167.35865638292,234.537671499269,2244.59158177635,531.300032287262,5151.67014228132,298.605938629336,1499.88824088707,256.242785943091,2042.76103792692,300.660787602799,3651.58401908273,357.754901745077,2445.49020108593,357.309764140229,3115.38036169942,419.516936175206,4391.7221042915,4615.45318585911,1619.4806253819,44276.2455803272,17973.9846627511,1061.18035503804,8309.72785404286 -3614,1334.26996745184,3285.045259761,320.826662962816,1316.17768942058,583.931827045903,2342.73160919399,659.885865357342,2760.75767404927,106.81977181907,1009.67737970463,785.119381028277,5603.13443510414,439.188588410023,3268.57349261827,495.895926389048,3694.01706857287,357.897970202264,4194.30462619756,128.158750020015,1138.15836758824,229.800324478787,2188.44540762875,520.6450474798,5022.80635641137,295.295954893763,1462.37006294392,250.202029682079,1991.66344943529,290.808841916672,3560.24336098057,345.92361014463,2384.31875242632,351.342417353388,3037.45229240426,412.510681960088,4281.86764520978,4394.53241819683,1559.46854113001,43281.7580819808,17721.1913868603,1009.27479419379,8211.14622332994 -3615,1362.31415707681,3248.91586863382,327.306801647106,1301.70218154359,590.103537452622,2316.96591651043,670.134272326,2730.39447174126,108.009320799498,998.572805466195,793.724605481004,5541.51037225673,444.002272127007,3232.62526030949,501.270611331945,3653.38974780632,362.133125091032,4148.17507230597,130.041476966885,1125.64074132264,233.206851408004,2164.37657635229,528.360146281351,4967.56482362953,300.752070566785,1446.28671072227,254.188118181863,1969.75885389142,294.076190391352,3521.08730231909,349.756641676517,2358.09567847556,356.503842824737,3004.04596365541,418.570704991496,4234.7750608842,4409.40840213809,1571.76673202909,43930.0742757316,18043.7799773069,1012.15843646291,8362.8416487043 -3616,1440.71047835342,3281.40632583186,347.395379750884,1314.71972361735,629.369787148817,2340.13650170978,712.109163488309,2757.69950773014,115.427306949429,1008.55893262583,848.374625209471,5596.92769078461,474.57299245452,3264.95280491334,535.81669965696,3689.92510545434,386.769324100893,4189.6584809525,137.947366365761,1136.89759862676,248.084868876289,2186.02120716386,562.002640184924,5017.24245727922,318.752773969433,1460.75015587469,270.957958176162,1989.45722969447,314.244236648043,3556.29958263421,373.796783771521,2381.67757773312,378.177542765599,3034.0876239352,444.017768316647,4277.12450402841,4746.21340807142,1683.33879665585,46737.3661148471,19127.2375920594,1090.01677772929,8855.59634806157 -3617,1537.36766740666,3307.33371116755,369.584549762487,1325.10772238919,661.267404695002,2358.62662904948,753.882412982819,2779.48892686244,121.027812688667,1016.52786225033,889.283414712365,5641.15071180842,497.456994492284,3290.75018599639,561.593466677669,3719.08032141032,406.131756040378,4222.76224168017,146.179888720135,1145.88057092579,262.214370838387,2203.29362287902,594.074228350655,5056.8852096834,339.103653857478,1472.29198532519,286.153161881267,2005.17653388337,329.544539526079,3584.39898285851,391.897953352127,2400.49593369749,400.746694731032,3058.06086929306,470.516180716301,4310.91936029831,4913.81035137173,1757.60058877843,49375.7003663865,20329.7476933423,1127.50412722792,9424.7913830988 -3618,1608.46512291896,3265.42102333605,382.267933768432,1308.31509389692,669.070166490804,2328.73657553579,778.448862188172,2744.26543207891,121.052022151384,1003.64575881497,888.838921559854,5569.66237424027,497.208349095257,3249.0476554016,561.371545826083,3671.9497122416,408.162207729781,4169.24864702095,151.483139661537,1131.35922568046,269.535580423955,2175.37205043381,610.866390817864,4992.80106526291,354.731382695468,1453.63414194839,290.512137195838,1979.7656302821,329.740853864603,3538.97514336967,391.889747267728,2370.07528507346,415.285358734018,3019.30712933884,487.586007490528,4256.28858118919,4761.4845282965,1744.8001964457,50467.6716536329,21124.2702986286,1090.01677772929,9841.13704316346 -3619,1660.3484349532,3139.74792639736,395.457916836828,1257.96323775137,696.682239431005,2239.11274592531,806.470916589232,2638.64954573333,126.338503921631,965.019416350007,927.821740012408,5355.30817168217,519.014980573387,3124.00470441988,585.992560357443,3530.63093930461,425.486145605572,4008.79081152773,156.845190879007,1087.8176986843,279.531581915361,2091.65061279433,633.478024201531,4800.64796531462,366.346452217228,1397.68953231646,301.782748514871,1903.57230752456,344.106198602279,3402.77403390234,409.027150171575,2278.86049257827,429.985221493481,2903.10597952036,504.845097518154,4092.48092403252,5010.37751707869,1824.9735710865,52397.3796233109,21846.0909185763,1147.6896231118,10167.0614736727 -3620,1561.84381892692,3086.91844308159,368.98565291249,1236.79671437479,639.200604082445,2201.43737445409,750.503846338301,2594.25155728957,115.03492262284,948.781973615564,844.36208180634,5265.19961190637,472.328412438106,3071.44011698183,533.280388310089,3471.22444786815,388.672704567631,3941.33878918113,146.375863206702,1069.51404873836,259.294457671589,2056.4564431535,587.765146185703,4719.87213313515,343.992906855063,1374.1719705379,277.775297022858,1871.54274852231,313.412440693523,3345.51886620559,372.369065889332,2240.51632444953,401.283951452395,2854.25823998702,471.146973144345,4023.62072959507,4451.96844226232,1651.38890655842,48453.9366842465,20437.6467823547,1017.92572100117,9542.64826484128 -3621,1297.10816693575,3072.49267829556,307.082893169149,1231.01692497683,536.227928297912,2191.14963334897,626.651245293763,2582.12811980611,96.7419954409219,944.348132606491,710.240239382251,5240.59431942672,397.301882622935,3057.0866853966,448.60225350284,3455.00274705948,326.484042896944,3922.9201534565,122.004929099077,1064.51600347512,216.779196034113,2046.84622588063,491.329926020372,4697.81526105765,286.333301900268,1367.75020009334,232.437054938901,1862.79666858045,263.542143302011,3329.88461180562,313.175452082172,2230.04595987991,334.471947580668,2840.91974116762,392.703085019886,4004.81757450576,3780.77858786973,1392.68623235194,40516.9996747905,17016.8177742265,865.092680737534,7936.55500045698 -3622,1036.69871141596,2876.77015994924,259.338204494383,1152.59924984764,490.217647129852,2051.57002512332,529.343432272406,2417.64257949178,92.6509111282703,884.19170131048,681.998633520584,4906.76038547619,381.503787056152,2862.34555253872,430.588901536956,3234.91374788144,307.32773434065,3673.02409442603,101.200868101999,996.70469362501,186.605934711166,1916.45896708357,422.30031737074,4398.55718955265,229.285993184375,1280.62240463202,211.085365664764,1744.13365020543,252.021563214345,3117.76583065143,300.181242539847,2087.98859571465,277.438392865604,2659.94877577234,325.740061518927,3749.70452354979,4062.70231955925,1370.73639207122,35663.0917920055,14002.0837320788,937.183737465662,6392.10565073646 -3623,862.684987954959,2666.94677893065,217.35452581459,1068.53195975631,494.182311521032,1901.93437989146,536.111780623383,2241.30664998797,84.8502425503343,819.701289521442,627.757162477243,4548.87532803843,351.161605119938,2653.57426109576,403.236175925674,2998.96839870694,309.458915604565,3405.12423061877,82.6015859380678,924.007906233004,161.949629028,1776.67793568412,365.623703549079,4077.73901854804,180.974287274903,1187.21747208336,184.508024640186,1616.92153415621,230.136808472763,2890.36491523626,306.144749611683,1935.69668418813,226.449156816619,2465.9397258875,265.873664817857,3476.21180873179,4036.99783552263,1331.6154365591,31957.7881078006,11897.3243412434,945.392359915385,5393.68321089163 -3624,869.572294290799,2511.12254396491,219.379447717839,1006.09982707152,502.348998420355,1790.80825167511,538.585428640411,2110.35169549951,88.2351250943168,771.807822974153,653.078666669651,4283.09386455142,365.326222567181,2498.53135494304,419.562601930271,2823.74482090374,321.004916124864,3206.16979988496,84.5639962416995,870.020017824976,165.932618134898,1672.87028481697,374.604249138058,3839.48508413319,182.785385439255,1117.85078813344,189.221901276598,1522.44812244435,239.259125665914,2721.48681641303,318.514575864564,1822.59789372022,231.829031228702,2321.85992111084,272.190168470633,3273.10387648737,4258.21614863404,1382.64849623914,32718.7634274455,12061.7487669373,992.655530788089,5452.01727061689 -3625,940.874841647868,2428.46681843267,242.494858882331,972.983199066124,579.53731444157,1731.86228120184,580.780472889496,2040.88768190968,105.588541523537,746.403114736116,782.488266639611,4142.11220208815,437.71676712752,2416.29007906258,502.866976791251,2730.79886832542,381.798320771036,3100.63600519783,95.3978841374612,841.38257200469,189.539763234316,1617.8063424199,427.697971699938,3713.1051804276,199.272773187939,1081.0557825882,219.050823092953,1472.33545293395,286.112195914944,2631.90677266819,381.702170437301,1762.60554025224,261.529729480191,2245.43393512108,307.061720225483,3165.36688997365,5320.71518336499,1665.82616697936,37537.153243078,13319.3296956602,1240.16260926633,5937.23918330946 -3626,1141.5205139548,2397.08103220327,297.529125750638,960.40825158943,724.687042049099,1709.47949263582,687.605011783472,2014.51101329867,136.329631078528,736.756514493424,1011.02371693522,4088.57906458503,565.557404159712,2385.06166642212,649.90327880556,2695.50570769165,491.214871974028,3060.56302660258,119.157925248414,830.508446263445,238.396749803082,1596.89762600741,537.804700296159,3665.1165793252,243.431070440303,1067.08409253387,276.893935973794,1453.30681913381,369.259849760643,2597.89170492435,493.237389402075,1739.82542224807,326.666993061759,2216.41368705962,383.539297921489,3124.45732193169,7035.36758903385,2152.80345106513,47191.8713266395,16359.4897642261,1637.49643228545,7220.93882019809 -3627,1511.2731155018,2401.75965793894,387.25676491981,962.282777607645,890.657268306261,1712.81605683261,869.269575300089,2018.44293839632,165.886077381586,738.194516773414,1229.03357314855,4096.55915828103,687.510120298758,2389.71683274473,789.831870866145,2700.76679907956,600.684102335141,3066.53663731892,152.197405276588,832.129433680297,301.028992366005,1600.01445277709,679.389422856855,3672.27015841656,319.852330146181,1069.16682859093,346.235865903312,1456.14338518831,449.563402439005,2602.96227318042,599.506618880898,1743.22121566796,417.243491189158,2220.73968604666,489.88504829671,3130.555641613,8284.2918733872,2591.24286651684,59190.188855221,21193.7849317902,1926.93001743144,9442.52383207673 -3628,1777.04274690479,2360.88666191397,427.394002867994,945.90670933035,839.165396099805,1683.6674600315,947.94300321842,1984.09320239129,145.974269013173,725.631968539245,1077.25796801835,4026.84417008934,602.608237371214,2349.04878076762,691.794668961471,2654.80531818022,539.242270433223,3014.35050813098,161.867646041617,817.968306890339,306.768524106261,1572.78550663667,693.479612356429,3609.77569395528,370.551516037161,1050.97181420196,335.506989146637,1431.36282790071,396.491570748002,2558.6652236013,525.152192248881,1713.55518577061,443.754094376563,2182.94727661041,521.011113525008,3077.28004100382,6292.51097606268,2197.72581529929,58859.2951489967,23524.8642389445,1455.93493489337,10849.8156201084 -3629,2029.55280786334,2405.39859186808,484.296824593315,963.74074341088,908.051329347644,1715.41116431682,978.171076084523,2021.50110471545,164.99759608073,739.31296385221,1217.49509336026,4102.76590260057,681.055600421824,2393.33752044967,781.956084168254,2704.85876219809,609.884058741523,3071.18278256397,185.360968585296,833.390202641774,349.37713122782,1602.43865324198,789.970189357033,3677.83405754871,423.854088312062,1070.78673566015,379.104616479256,1458.34960492913,448.193847117265,2606.90605152679,593.504941403681,1745.86239036116,508.160158986823,2224.10435451573,596.630191445853,3135.29878279438,7069.75896846411,2446.0914226434,66340.5856158019,26665.2781856797,1628.42936004225,12265.7795366562 -3630,1821.88870769386,2569.80030945027,427.442539037836,1029.60950797087,826.215040057609,1832.65432839231,922.431345549272,2159.66459031532,144.623181326014,789.842768558584,1066.84007581603,4383.17754144722,596.780563922942,2556.91490028435,685.384280107776,2889.72767657508,535.344844958508,3281.08883562699,167.274155050234,890.349902041976,311.464917825469,1711.9604879199,704.588067273891,3929.20289017686,381.556249258421,1143.97176998331,332.149196883601,1558.02338901473,392.915466207232,2785.08019442988,520.039755915243,1865.18680362383,458.575836506803,2376.11515937798,538.413301965672,3349.58697052647,6126.35540032276,2161.84373550029,59117.2574920001,23974.5583656644,1413.43201237934,11111.7632714594 -3631,1691.67033445546,2803.73160883998,395.615358868971,1123.33581393242,766.60052662685,1999.48254722177,885.165722245842,2356.26085579187,130.253254104225,861.742886432723,960.342658565835,4782.18224774904,537.206884452477,2789.6732289579,616.874712679698,3152.78226014629,483.406492712023,3579.76938753939,153.55650373612,971.399277252274,285.084213030022,1867.80183480206,644.98592245637,4286.88186401957,353.51864024076,1248.10857844785,303.066671471767,1699.85169938244,353.978626172791,3038.60862089617,468.089284399689,2034.97648376811,420.969408757165,2592.41512038615,494.259643338445,3654.50297102368,5405.05254095113,1950.75447116089,54199.8892467714,22200.2941605623,1249.25339182276,10337.2288476919 -3632,1594.25102179966,3005.04248640424,373.023016890515,1203.99250653063,728.195458516682,2143.04749651525,834.788093251954,2525.44286278363,124.465482379382,923.616931778423,917.892632802769,5125.54796147544,513.460728971724,2989.97470006462,589.662589225939,3379.15534149187,461.360893016222,3836.80059359746,145.593754716276,1041.14676675961,270.500838917896,2001.91197048503,611.973839068043,4594.68448939896,333.592812631088,1337.72408673354,287.836534905022,1821.90283874716,338.203041709215,3256.78391489304,447.415183626815,2181.08993502656,399.139830293163,2778.55325188574,468.629563239038,3916.9001269563,5215.95487070594,1867.16077137823,51439.6209875341,20973.9054418325,1204.92194071095,9755.39897959708 -3633,1514.03475967064,3144.68647508466,354.671964995558,1259.94190382333,697.214171594549,2242.63467430024,805.672705060123,2642.7999105256,118.11977162807,966.537307430296,871.081464766252,5363.73160272228,487.274990460396,3128.91849039691,559.564004248617,3536.18431275986,437.876114452861,4015.09628861189,138.15825882891,1089.52874071499,256.607733796583,2094.94059614021,580.549554357177,4808.19896439577,316.488584105483,1399.88797562047,273.513131030916,1906.56646015747,320.963050035342,3408.12629963585,424.596640556443,2282.44494067983,378.755696561517,2907.6723111369,444.696577947515,4098.91803833882,4948.06360940978,1776.67281082937,48900.3306632104,19934.6302409199,1144.15966243537,9279.03792647595 -3634,1436.92765434892,3303.95470649319,337.944088706039,1323.7538991651,663.25358534569,2356.21689023851,770.105404444234,2776.64920553511,112.258285331578,1015.48930590914,827.857890808195,5635.38731558396,463.096119206686,3287.38812421741,531.77106289807,3715.28064744699,416.236084938505,4218.44797085072,130.805262193532,1144.70985876199,243.593985501785,2201.04258318939,551.049070614301,5051.71874017851,300.318942547133,1470.78778830883,260.360046714996,2003.12790454245,305.035337254176,3580.73690882075,403.52808101967,2398.04341826086,358.597731441994,3054.93653928156,421.029136933645,4306.51502195772,4702.88094115149,1688.76463220696,46456.6409711266,18927.1550026089,1087.30486390564,8807.31975849454 -3635,1384.04239253778,3282.31605931415,324.149794462173,1315.08421506816,631.148385899391,2340.78527858083,743.742686637741,2758.46404930992,105.792755809725,1008.83854439553,779.892383916968,5598.47937686449,436.264654116193,3265.85797683957,500.939588057618,3690.94809623397,392.986757331537,4190.82001726377,125.116936474379,1137.21279086713,232.488755653334,2186.62725728009,525.973419704578,5018.63343206226,289.184374115785,1461.155132642,247.323693275123,1990.00878462967,287.526486249838,3557.2855272208,380.126380534133,2382.33787140642,343.00339934568,3034.92879105246,402.719851603908,4278.31028932375,4365.64823348582,1588.14651485705,44266.8332437332,18174.8160810157,1009.18563901078,8478.28245557251 -3636,1359.81925965644,3151.11958862278,319.277569243489,1262.51937836108,633.890285465224,2247.22245231836,745.257152253825,2648.20631018345,105.866470381374,968.514561533937,780.665932111958,5374.70423692976,436.69736988915,3135.31934722627,501.424366066357,3543.41831696217,392.499968587473,4023.31000737074,123.419183403997,1091.75759950508,230.014805543938,2099.22623504805,520.31492444041,4818.03514046512,283.965951231792,1402.75173910187,245.891530083025,1910.46674039315,287.678614567428,3415.09833440355,380.520839298032,2287.11415891963,338.349072834819,2913.62056265812,397.255212812147,4107.30323200852,4423.8833036136,1597.89140806277,43969.0539503442,17923.7481059663,1024.33842320683,8350.63687739735 -3637,1314.90409740776,3040.65203162817,308.996557608252,1218.25973430014,618.866267726436,2168.44246084253,733.068710722834,2555.36918570239,102.86422661491,934.561728416257,758.587131964943,5186.28534963462,424.346691374942,3025.40569306457,487.249187918085,3419.19809812374,381.215225246634,3882.2664147534,119.511934540823,1053.48428379752,222.892564802384,2025.63448860909,504.189365639378,4649.13118220119,274.642480964796,1353.57602446127,238.486694505592,1843.49226113419,279.507844129632,3295.37657859967,369.76348231159,2206.93569961397,327.637496289523,2811.47891537561,384.678764517482,3963.31512203191,4312.02625008155,1556.50591943257,42670.3597954096,17366.1369265791,998.115186365192,8094.73129822972 -3638,1323.72969472053,2984.37855817276,312.24290881913,1195.71335079198,635.283380839748,2128.31100614448,761.282308324125,2508.07686203476,103.83267552455,917.265755687568,765.762320121864,5090.30255123511,428.360425890178,2969.41438423028,491.860475171634,3355.91885689122,384.904723344642,3810.41714894956,120.40226683541,1033.98740639645,224.651278455414,1988.14598698529,508.158781496508,4563.08951829129,276.511654899307,1328.52533675018,240.827333621967,1809.3746732803,282.132401915047,3234.38890737242,373.263449378789,2166.09184894701,330.078308958024,2759.44675830234,387.544519543603,3889.96588443577,4362.97077740037,1581.36883814107,43154.3259480978,17533.168776703,1012.31592088951,8182.20404283046 -3639,1352.43781643609,2968.84811611494,318.827286775837,1189.49096427155,653.699183395087,2117.23546391093,796.912253693633,2495.02505187625,105.179335304847,912.492385824244,775.56714227017,5063.81306697975,433.845153567243,2953.96181441012,498.082816025962,3338.45495198044,390.039042876927,3790.58807512585,122.298100563925,1028.6066273865,228.243608158132,1977.79985111429,516.279641478348,4539.34360402904,281.832952364574,1321.61180840163,244.997927020463,1799.95884751406,285.818077915062,3217.55743356999,378.03312262074,2154.81969854911,335.275666180784,2745.08684143653,393.646729998296,3869.72284602843,4391.50572260023,1606.3565376749,43981.7504815762,17908.7414053993,1020.35537271528,8372.09562066367 -3640,1425.85613420378,3038.37769792245,336.997686003261,1217.34850567311,683.949131908422,2166.82051866489,826.761396044636,2553.45783175293,111.492747043644,933.862698992009,822.193898414603,5182.40613443491,459.927733755738,3023.14276324899,528.067628874076,3416.64062117466,413.451738424684,3879.36257397525,129.140179010502,1052.6963031966,241.52134668529,2024.11936331853,546.267702299045,4645.6537452436,297.698531402358,1352.563582543,259.516136014497,1842.11337379618,302.959037228419,3292.91171713319,400.765847096164,2205.28496543072,354.032968204768,2809.37599758244,415.669654266682,3960.35065879355,4669.9374140195,1697.15389631124,46421.0620312683,18880.5756001697,1082.94617958865,8813.42027979924 -3641,1533.40726476298,3135.65413203023,362.248583422518,1256.32302874814,717.284401289843,2236.19325450067,855.287182280441,2635.20911392148,119.309624985553,963.76116532367,879.755881810949,5348.32559507365,492.127379879379,3119.93143702337,564.966537247699,3526.02748788412,442.465727511117,4003.56390617483,138.422091528551,1086.39933578647,258.692856345855,2088.92339147039,585.122708454776,4794.38858842841,319.372820182965,1395.86713966949,278.427998212265,1901.09031413762,324.217199288574,3398.33729009387,428.817279305966,2275.88917562331,379.478984034704,2899.32073332075,445.545788842872,4087.14489841927,4974.84292486686,1800.71181473208,49588.7887053127,20214.8987408149,1150.69657895935,9420.05371706064 -3642,1618.52788369136,3169.37922482431,379.251486316888,1269.83523670853,739.31856682087,2260.24432066998,884.654660444495,2663.55173978414,122.381155416804,974.126764769049,901.995160098947,5405.84876867381,504.567828395338,3153.48742655359,579.278378925263,3563.95118712399,454.976390878234,4046.62368208046,145.395261791339,1098.08395305231,270.122663246492,2111.39051706866,611.11911360526,4845.95396943902,337.366836864711,1410.88019494644,288.115472497333,1921.53722714352,332.649669503205,3434.88763513457,439.62633196462,2300.36718576254,398.595669367247,2930.50397504764,467.990664593277,4131.1036180861,5007.99297783028,1838.77810445919,51545.0421774525,21230.8636305573,1158.48560823483,9919.23347475482 -3643,1652.59108504659,3143.97168539189,386.647452076314,1259.65551804418,737.052257686885,2242.12492168657,871.022701300038,2642.19920004108,124.009129030214,966.317612745148,913.876380562385,5362.51242233823,511.214074265732,3128.20728477937,586.89851017681,3535.3805353027,461.325338418048,4014.18365408844,148.148345660284,1089.28108998097,274.908274939191,2094.4644145059,621.975727013215,4807.10605701445,344.373958507498,1399.56977998986,292.604546096868,1906.13309611145,337.09936663627,3407.35162986513,445.408255596477,2281.92613916151,406.143145770855,2907.01139494877,476.852146966464,4097.98635106616,5044.42539897672,1849.19040900336,52254.7987256997,21596.866084662,1164.22161657846,10081.0231733175 -3644,1558.18769911126,3145.53122940483,361.9870488295,1260.28036089205,679.010019859353,2243.23711125053,804.236400177558,2643.50984350602,113.762012267585,966.796947484248,837.971702362915,5365.17245715388,468.753692726709,3129.75900897742,538.118110030942,3537.13423479462,424.0957245371,4016.17486034314,138.799856567118,1089.82141984786,256.140340151689,2095.50335816214,579.642135601024,4809.49058659073,324.260219917579,1400.26402627751,270.818306236589,1907.07861940344,309.325746516022,3409.04182156088,408.384084144676,2283.05807182644,380.514612751597,2908.45339655381,446.761719192191,4100.01912703186,4537.45433716127,1687.55318451277,48541.6103827713,20253.719049905,1047.4810186992,9474.18071216062 -3645,1291.80330368493,3195.37159562527,300.527469453088,1280.24927238786,570.63175203577,2278.78079242554,679.372630563806,2685.39577281298,95.172116816197,982.115668046604,701.149726082926,5450.18263209687,392.216732771425,3179.3494672539,450.297187101765,3593.1794789127,354.586414858161,4079.81041543591,115.372698331751,1107.08944064267,213.456830633472,2128.70622507716,482.999983813127,4885.69608406874,269.374698046432,1422.4509533131,225.734859021485,1937.29593084315,258.75538297079,3463.05746485161,341.712561389895,2319.2327088285,316.289935116642,2954.53730793394,371.3556074866,4164.98317917409,3822.74463369721,1417.84045227911,40493.6293118283,16840.372300966,883.328328358853,7876.2565271815 -3646,988.916422211403,2959.55584380572,239.82554490482,1185.76794661721,483.152755156275,2110.60867543812,556.129491950164,2487.21581028033,81.8946244485555,909.636352980011,604.416321595559,5047.96371123604,338.104952581691,2944.71613511062,388.078972958468,3328.00583794949,302.402599370759,3778.72381827319,89.7544405812902,1025.3871656603,170.914305863907,1971.60948566921,386.296070777461,4525.13579843441,205.702478220216,1317.47526239778,188.410180868245,1794.3251110943,222.429182077937,3207.48671971939,294.650682057763,2148.07527423603,246.058440154157,2736.49492516281,288.896899254649,3857.6109032681,3546.57390693351,1245.22949867967,33052.2259124361,13143.7764165356,824.645001231347,6064.10734496571 -3647,695.651279779545,2767.40727392328,162.237608338574,1108.78220038376,382.784928786592,1973.57783028082,425.036567635306,2325.73382238859,69.4248028472918,850.578395109741,536.242746349186,4720.2256792058,299.969279201542,2753.53103034042,346.577621823961,3111.93572605726,277.023130665063,3533.39093185999,78.2932919367788,958.814109480332,157.780813285402,1843.60313504369,355.845574008338,4231.34226383601,144.700651549385,1231.93844508951,144.389494503281,1677.82891294939,183.561945578444,2999.24128741882,253.919976033647,2008.61191766238,214.638130032685,2558.82854070815,252.00635340698,3607.15628867542,3488.17091767037,1110.77256023234,27325.7072637109,10442.9713788422,827.507084384783,4762.46798752677 -3648,704.17089331428,2660.05880495454,164.416516339698,1065.77224201857,400.479854620109,1897.0222179329,436.862924058636,2235.5179848374,72.8299795607662,817.58423147026,562.923732118242,4537.12686154197,314.894378187065,2646.72082457482,363.88790384277,2991.22290620268,289.702299037267,3396.32975175206,80.6396748658357,921.621453506562,162.789611767146,1772.08927591723,367.118642651314,4067.20736472463,146.704475439048,1184.15122302422,149.070824445211,1612.74548027442,192.485937300756,2882.89991500644,266.517799166608,1930.69732368658,221.070651028737,2459.57089663573,259.558768065001,3467.23373063021,3727.41871087813,1173.06520477572,28272.1315327203,10656.6582095219,885.240136783721,4847.29232080941 -3649,718.886170655566,2604.95498793305,169.076315190297,1043.69449001497,429.099373113672,1857.72490428406,456.855285623411,2189.20864244419,78.3907817800719,800.647759311569,606.477078665413,4443.13908656645,339.257721205718,2591.89330732118,392.154507010183,2929.25893781713,310.693034869823,3325.9738886273,84.4137546553926,902.529822959705,171.223099742517,1735.37998098585,386.069840223128,3982.95409558757,150.385773703071,1159.62121932739,157.26260531697,1579.33703393416,207.062948858468,2823.17988584321,287.083833609789,1890.70242137459,231.41714954203,2408.62023930922,271.706578710148,3395.4090729544,4114.95336627994,1274.29724940448,29837.7234261001,11019.4855198711,978.712697810574,4990.58326219277 -3650,818.419220660979,2628.86796251466,191.984477043429,1053.27540021353,498.401072021972,1874.77845362427,526.0349882149,2209.30514732166,90.9127844606579,807.997548312118,703.605905238213,4483.92622973467,393.59069688715,2615.68637824307,455.074509834307,2956.14895889137,359.850678025717,3356.50567494463,97.4359146783772,910.814869271657,197.464810976033,1751.31042798665,445.253291617479,4019.51683102395,171.976836835163,1170.26631410658,180.482163634724,1593.83503736347,240.086169254894,2849.09612207846,333.03716131006,1908.05869783739,267.116913943005,2430.73089950341,313.621626343149,3426.57826061093,4817.4991624606,1484.67541494678,34399.8189716035,12621.1294179288,1146.41346906463,5713.66396143181 -3651,1120.71347454399,2748.56281265636,260.446262201623,1101.23202754673,640.283952570378,1960.13889365216,697.343646632615,2309.89690479929,115.849059868782,844.786442558284,895.479234466877,4688.08364112523,500.922879296278,2734.78105835854,578.978156202971,3090.74522301588,460.922262761177,3509.33055983462,129.313907790693,952.285133597914,259.665356620842,1831.0492517764,585.705314588441,4202.52924229442,234.14862620153,1223.54964864077,236.242956810856,1666.40385735294,306.172971820942,2978.81816907138,423.962488591961,1994.93441892943,354.509239154562,2541.40438135929,416.22884337848,3582.59361674557,5938.02079604006,1870.34685958788,45034.1473240297,16991.1726268003,1410.33599431692,7742.10621808806 -3652,1581.61193644557,2990.74668624561,362.145103905683,1198.26478842224,835.870370810834,2132.85243974675,948.585210718542,2513.42864779607,149.461593952771,919.223036138153,1153.35849253609,5101.16434304334,645.178173546316,2975.75058144238,745.447019911955,3363.0797852608,598.651142971498,3818.54789508062,176.050540005846,1036.19374989521,349.653641224314,1992.38833359979,789.007152791619,4572.82633213509,329.048080752551,1331.36017131542,314.88409186771,1813.23555400526,395.41179331685,3241.29051264737,546.238852747174,2170.71390008522,482.635967441654,2765.33492229513,566.662270862591,3898.26637328738,7312.84060866825,2376.82351805892,60215.7190384247,23521.8515338611,1731.99157196815,10804.5737068224 -3653,1751.72616432245,3586.23180725251,395.26593919731,1436.85030815667,894.467798229899,2557.52294059978,1034.75522979817,3013.87536545304,158.042313135304,1102.24878132228,1218.53006341982,6116.85299366141,681.634553190647,3568.2498403151,787.58637515276,4032.69984438921,635.176882563337,4578.85583618119,193.069000958063,1242.50943800771,379.190123305528,2389.09114142461,856.017928546839,5483.31803451105,364.586987771218,1596.44620363157,337.116462217825,2174.26739874711,418.331399508203,3886.66120954358,577.203979635132,2602.92296526897,529.29144129461,3315.93849176517,621.440402923133,4674.44699523376,7545.14973560811,2498.94126407206,64980.8209430678,25852.7073280641,1784.22623842433,11942.9622536223 -3654,1583.29525546991,4039.79860587329,352.355146846989,1618.57520197138,806.70190794229,2880.9843214902,935.042144434445,3395.05368141857,141.12493496521,1241.65512143029,1087.94079089278,6890.47878783293,608.584110610151,4019.54237903996,703.374552999468,4542.73345530056,567.425866441035,5157.96424148917,175.76419688221,1399.6551715639,341.858371539752,2691.2501983037,772.027889964618,6176.81782493261,330.526989912574,1798.35590514253,299.866311781948,2449.25673474064,373.584015657109,4378.2246602305,515.359964775661,2932.1262906162,481.850968483448,3735.32008419089,565.740604591758,5265.64524255927,6710.009498942,2235.55158793366,58417.1494338815,23369.9308033781,1586.28434448512,10834.6759817171 -3655,1492.06895576156,4282.5023253658,332.642588453728,1715.81624295438,755.088415585141,3054.06859594108,878.241897485746,3599.02230380461,132.189323857736,1316.25149261075,1018.90569724647,7304.44616443926,569.966511730389,4261.02914143263,658.679245904697,4815.65258168016,531.83433756121,5467.84530947082,164.877415542326,1483.74389708889,320.934408809922,2852.93559327949,724.753104189464,6547.90975475288,311.130173456775,1906.39784231109,282.030999320528,2596.40360454979,349.961196572692,4641.26039876135,482.672180105847,3108.28308113534,452.005264834223,3959.73129038572,530.698802185256,5581.99558835105,6258.17321481774,2089.91883117845,54840.9130332859,21985.2075680854,1479.06581860137,10192.5721475435 -3656,1380.77017530656,4349.23772756434,306.347587206067,1742.55427562143,692.762593539427,3101.66098016113,809.776175706535,3655.10685034258,120.793291398846,1336.76299875367,930.845896241792,7418.27334200648,520.706665860502,4327.42992114707,601.773115937912,4890.69620979061,486.432610727764,5553.05223480641,152.314710185778,1506.86548307037,295.428674255522,2897.39366704078,667.245341478803,6649.94761903025,288.042662644422,1936.10576004029,258.564461937176,2636.86407033707,319.837160730049,4713.58642590321,440.977799396709,3156.72030447036,417.565078208037,4021.43686347947,490.262623203453,5668.98134862784,5679.13818647475,1907.25265580249,50406.3435913708,20308.6252151294,1341.60617003247,9431.01428223488 -3657,1298.09879318181,4453.14221269659,287.535503017314,1784.18437638046,643.637397621577,3175.76051377732,756.879779480165,3742.42835796707,111.943355657679,1368.69863433622,862.389191796097,7595.49793179757,482.412612600309,4430.81341178797,557.47548527715,5007.53628693699,451.346127441607,5685.71617950487,142.507839770585,1542.86491377284,275.674913482771,2966.61319838333,622.69357381907,6808.81669604866,270.450478031539,1982.35985897896,241.04520667162,2699.85947798188,296.458338496823,4826.19530161627,408.571824639037,3232.13522048283,390.679909947523,4117.51009584005,458.696781602832,5804.41487173015,5216.65865389551,1762.88853393696,47001.3881343144,19038.2660649105,1231.63845117735,8852.05488156612 -3658,1221.5831113398,4542.81587683233,270.98925225453,1820.11279341318,599.589694700455,3239.71133054577,709.254328276293,3817.79025920336,104.247431630823,1396.26034599424,802.906754384524,7748.44973480483,449.13868209593,4520.03743715235,518.984786484379,5108.37387659717,420.831809580139,5800.21039026652,133.346538572873,1573.9338407184,258.070683237471,3026.35238093492,582.918962679076,6945.92696839128,254.399841064338,2022.27896860978,225.746092165988,2754.22699657402,276.118075412003,4923.38119774523,380.409551718751,3297.22126408065,365.564545538897,4200.42508031038,429.208864436663,5921.29933776584,4823.04244728491,1637.38246052533,43963.1756999053,17876.2221551696,1138.1658901505,8315.23524815238 -3659,1180.33387013436,4510.32541963428,261.159050685353,1807.09525133942,572.136478667241,3216.54074534642,681.867344510524,3790.48522321448,99.23104943466,1386.27421883461,764.022981710963,7693.03241627696,427.387455919101,4487.7098925485,493.834361384093,5071.83851894914,401.10669303579,5758.72698161998,128.157541666745,1562.67698341427,247.697578752842,3004.70775012335,559.517332010469,6896.24933474159,245.839584926153,2007.81552345735,216.055129694072,2734.52862077097,262.883229157045,4888.16891743011,362.01044965475,3273.63936482309,351.339104698116,4170.38342003059,412.506792575777,5878.94989462164,4546.38220625018,1554.19144573368,42126.9726419713,17226.9017133695,1072.18525883743,8023.02352078458 -3660,1139.60798754543,4471.59679268763,251.427685285445,1791.57834039957,548.245422664893,3188.92140638632,655.738742566095,3757.93761866301,94.9872964237138,1374.37075465588,731.20737664555,7626.97496923744,409.030707105152,4449.17545742399,472.58481390142,5028.28837042128,384.073716742669,5709.2787560024,123.303774216813,1549.2588088264,237.981733190506,2978.90734888586,537.599553976476,6837.03359242428,237.034409943386,1990.57509596022,207.476192351567,2711.04815562144,251.670227630129,4846.19587716316,346.47518217341,3245.52973948072,338.032682866879,4134.57375915872,396.883739756251,5828.46935583042,4326.53877411158,1484.82274645906,40467.7358362389,16599.1979133012,1019.95059238124,7735.63471962066 -3661,1113.03406015746,4383.80757467858,246.425659076011,1756.40494065055,543.535053345736,3126.31448328073,644.663766229532,3684.15940918565,94.5301026553374,1347.388238253,727.978856775166,7477.23737003823,407.22470266966,4361.82642925781,470.521310962259,4929.56983106525,381.612187705025,5597.19058244329,121.106729457223,1518.84277946908,234.471127319267,2920.42355466099,529.605610616665,6702.80462223581,231.620514414639,1951.49486597428,205.078369799605,2657.82314258894,250.39793224589,4751.05229286894,344.917605079755,3181.81144575619,332.009566874039,4053.40119062329,389.812006987839,5714.04115698772,4358.00455039287,1482.5419971186,39936.3616863388,16265.6789048768,1028.19817129538,7567.08733981533 -3662,1100.13424826076,4291.27475177175,243.212670531172,1719.33098050124,527.100508273791,3060.3246560576,631.906014110473,3606.39466601128,91.2204654351944,1318.94774785439,702.132228962929,7319.40884549474,392.766335880716,4269.75758142329,453.788349671337,4825.51713157643,369.194710371191,5479.04583358784,118.859682043495,1486.7832495874,229.192737693993,2858.77964557217,517.763677857598,6561.3227203679,228.800503320506,1910.30297382102,199.870003733985,2601.72216781271,241.706353262084,4650.76771765708,332.705691932148,3114.65019608508,325.849370476028,3967.84254140046,382.579328291388,5593.4299418614,4140.94564569071,1424.68866038558,38958.2169622307,16011.7637280131,975.963504839196,7465.03111228972 -3663,1131.59408060279,4178.59784023354,250.561981250874,1674.18614219536,541.715971559351,2979.9690623249,649.132020814607,3511.70079618013,94.0144995690397,1284.31585702821,723.645856768863,7127.22157464817,404.800862165486,4157.64565079173,467.631712292624,4698.81250453379,380.317302789266,5335.18136477235,121.925856746135,1447.74446638642,235.549491893387,2783.71606193694,532.085363231892,6389.04067773447,234.885263232514,1860.14374337242,206.08952391208,2533.40819690498,249.10807807142,4528.65152304828,342.89920023352,3032.86816512287,334.255173684043,3863.65805802513,392.448571065661,5446.56206524874,4269.09034659669,1466.87667453081,40087.6108888482,16457.8287596361,1006.20462752435,7666.65765033296 -3664,1181.35083870156,4143.57312637815,261.495803703643,1660.15323144083,561.366342403319,2954.99117076977,676.289416216101,3482.26596654716,97.2278218516209,1273.55081164403,748.226794222976,7067.48170357648,418.551213364468,4122.79655671788,483.535582822867,4659.42738786933,393.819292668873,5290.46224897984,126.940849052201,1435.60957386753,245.14726082049,2760.38314925862,553.773757521088,6335.48818713738,245.567731468801,1844.55214905477,214.127291384429,2512.1733471855,257.654307783059,4490.69268378926,354.56143070908,3007.44687700039,348.003587425177,3831.27314732269,408.590566020173,5400.90936424119,4387.61913956698,1514.74883811069,41648.7846885225,17162.4084395453,1033.69655723813,8001.47182393383 -3665,1275.85300399059,4120.76482906834,282.660646743209,1651.01491836474,606.233060506207,2938.72542255799,729.429311882916,3463.09783434473,105.180771977396,1266.54055149773,809.444399236395,7028.57875218397,452.795780727553,4100.10262403093,523.037560563616,4633.7795708972,425.826567718013,5261.34090076158,136.908944323528,1427.70726130229,264.487114562204,2745.18862085595,597.453603582106,6300.61449388576,264.638198409295,1834.39881217958,231.680141537979,2498.34508958058,278.726561421451,4465.97366695646,383.569133365793,2990.89238636587,375.330747595589,3810.18390517491,440.675349755781,5371.18005990269,4749.12804309695,1637.72561208787,44995.6820594666,18524.2524553542,1118.92153935085,8631.99180229588 -3666,1345.51206774454,4074.75834056656,295.813621707585,1632.58207834382,626.427761723151,2905.91587312456,763.156029761411,3424.43390245218,107.811768617193,1252.40019509872,829.194552594692,6950.10782725633,463.843835563432,4054.32681976809,535.822257996527,4582.04550322014,437.597999324486,5202.60039270168,143.61197059724,1411.76755097529,275.754908855035,2714.53982288774,623.052752016412,6230.2709629416,279.383437315276,1813.91857334991,239.593064104515,2470.45218877089,285.802835348398,4416.11307682796,392.975576542708,2957.50041621199,393.706843291136,3767.64491319298,462.250700162474,5311.21324696451,4778.58539791338,1671.95909039003,46750.3242679836,19458.333608137,1124.41992529361,9096.05536508795 -3667,1362.88499760031,3916.85470938146,298.54981449105,1569.31682017826,624.639081605517,2793.30682249287,767.856479143645,3291.73141981234,107.048228114772,1203.86761427443,822.951021341442,6680.77964351449,460.351261384181,3897.21494383694,531.758379462975,4404.48365470246,435.27985441391,5000.99101492975,144.642102132108,1357.05922128885,276.820153803018,2609.34691101289,625.539445509338,5988.83764933342,282.856774272431,1743.62622581251,239.548641720495,2374.71807678871,283.85646997401,4244.98138452295,390.052069346567,2842.89237914091,396.530910345442,3621.64243572422,465.566433671819,5105.39494128863,4678.05471605886,1653.91634139817,46848.0809172974,19643.9238133432,1099.67718855121,9199.18506249415 -3668,1277.25102296524,3798.13457818731,277.489281961298,1521.75072120336,569.206413598118,2708.64150375189,710.852728387666,3191.95881781104,96.7008037498372,1167.37830545102,742.775160657859,6478.28476060306,415.501619496519,3779.09009526496,479.902216342418,4270.98345719032,394.43195652208,4849.41063897881,134.301331230061,1315.9266644943,255.17333402021,2530.2574296327,576.786326323656,5807.31557507154,264.747817357614,1690.7767969618,219.150148916176,2302.74021124516,256.550164653951,4116.31571160937,352.111380416249,2756.72411882376,368.182073879299,3511.87020851404,432.282101106698,4950.65007526743,4112.93117731459,1483.88405525619,43055.1832908752,18299.425979401,964.966732953684,8598.99338142618 -3669,1044.97378197443,3660.56997311994,226.392770686096,1466.63444434062,460.822653480307,2610.53723939206,579.75142084872,3076.34928762609,78.0296863012883,1125.09704020153,599.162896692393,6243.64781810914,335.16623482323,3642.21526216802,387.130019008753,4116.29274246108,318.75260581401,4673.76987490694,109.486706806881,1268.26512744967,207.796468423229,2438.61405658711,469.717282925302,5596.98045999314,216.912859878786,1629.53856605053,177.728570161398,2219.3372824622,207.056243696113,3967.22690668598,284.050994334398,2656.87835062387,300.153709610803,3384.67381029883,352.41008579919,4771.34252088479,3283.53406459288,1194.4124199557,34982.1078969271,14945.9882080006,769.774031985845,7031.78058213313 -3670,805.15031196182,3337.87474307678,181.850368499235,1337.34421279716,388.260353959501,2380.40698066521,462.944549606429,2805.15566249303,68.3632288493902,1025.91482243907,526.377507666664,5693.24299487994,294.450755068779,3321.13808005633,340.038013295938,3753.42356000933,276.305970669361,4261.75664854416,86.0881158218488,1156.46201753417,168.602540289575,2223.63957726958,380.659231530105,5103.58218859084,166.537887190884,1485.88762472248,150.198996721665,2023.69300843754,181.104053033898,3617.49852867732,249.407093434847,2422.66292055506,236.007348023627,3086.3000319376,277.095924864933,4350.72783964723,3135.47517826321,1065.30038352503,28812.807836817,11720.2174660968,739.532909300687,5432.10648494259 -3671,616.784257021793,3092.57178146166,114.412050935237,1239.0617662259,283.250830843197,2205.46905544269,330.727701833939,2599.00263256636,57.3554375510318,950.519559381001,484.771716727222,5274.84222333054,271.176856813402,3077.06510857639,310.571555004306,3477.58159878057,233.630823785484,3948.55690078874,66.5137532846154,1071.47274150309,133.39523702384,2060.22260813369,300.902299767186,4728.51603959763,113.191626924212,1376.68860947252,105.480571589968,1874.97026520124,142.902222016778,3351.64580170982,203.774888032325,2244.61957406942,182.344965619702,2859.48548779168,214.090990454234,4030.98953117402,2914.63114108581,926.07609385972,22804.8807203417,8858.90391552828,687.517318697998,4001.26304457019 -3672,623.014972044124,2966.05393650596,113.725343722704,1188.37145553704,296.141108899847,2115.24279337701,339.653782577641,2492.67681853754,60.1824672194836,911.6335787994,509.094762117543,5059.04717709181,284.782945554731,2951.1816452857,326.20403519749,3335.31291089667,244.30066800901,3787.02050161205,68.4683510744395,1027.63853755789,137.559485961419,1975.93841267133,310.275226127368,4535.07132709184,114.684546733353,1320.36795198945,108.861827700176,1798.26478701921,149.855981805975,3214.52917714865,213.879340122825,2152.79165500251,187.703422317533,2742.50325838438,220.382347596155,3866.0807935401,3117.66204238978,978.607414434374,23573.7383155643,9035.2432228501,736.293885227248,4069.93026602003 -3673,628.779256005566,2911.34000706349,116.056440587737,1166.44991487676,312.278831546783,2076.22352824292,350.667015919284,2446.69513833485,63.7440333840022,894.816940809811,539.773940452162,4965.72441350795,301.944596829616,2896.74206064946,345.943465376332,3273.78736915607,257.866376958876,3717.16244206292,70.8076562917774,1008.68199002372,142.766063510734,1939.48885470378,321.976678406151,4451.41419275821,116.422112970054,1296.01151056601,113.201120462439,1765.09272245731,158.608891509448,3155.23169761716,226.614321455712,2113.07973700048,194.116540031762,2691.91310291615,227.911980885853,3794.76433190966,3378.52512147141,1045.60534110168,24539.0696002118,9241.5487135484,799.006613621997,4147.28549474965 -3674,721.291395671537,2926.87044281816,134.308021810789,1172.67229887179,368.548131810006,2087.29906598138,408.750862540971,2459.74694319618,75.256448829248,899.590308735826,637.651999326561,4992.21388701235,356.696686196026,2912.19462419807,408.777209229821,3291.25126697899,303.807953216583,3736.99150783884,82.718519406546,1014.06276684984,166.87947576044,1949.83498637573,376.350872595331,4475.16009738301,134.368438434691,1302.92503610866,131.855583295679,1774.50854440207,187.171960537276,3172.06316458841,267.597116327229,2124.35188282349,226.769725544687,2706.27301395388,266.250044150664,3815.00736210121,4043.13251660877,1241.9651987328,28705.4185499973,10700.5474541916,956.949781430997,4795.0026460323 -3675,995.837159377169,3000.94869203711,197.007704978667,1202.3522975274,477.588916524544,2140.12800509061,545.74050294908,2522.00243097178,96.6262318999936,922.358680752086,817.515807098093,5118.56538486693,457.310852334393,2985.90143266811,523.936816540807,3374.55189007138,392.187323958733,3831.57368824455,110.502485182309,1039.72840386178,220.978961804189,1999.18474916109,498.519993351549,4588.42511251275,183.926102346316,1335.90169408657,173.855781991546,1819.42084536022,240.57336790077,3252.34717108456,343.414172848492,2178.1186180716,302.938428015613,2774.76800568612,355.679620109588,3911.56410134305,5024.66856113035,1576.31635123319,37879.2613587187,14496.8165954439,1186.89645221175,6535.11137576306 -3676,1420.72440351598,3182.44038938691,275.863265219009,1275.06828893028,632.622799607539,2269.55889646852,750.626401150132,2674.52836489792,126.376122641929,978.141188123574,1067.18878359174,5428.12653203363,596.975627857776,3166.48310024946,683.768997250162,3578.63840176321,516.400459189641,4063.3000133382,151.99080407635,1102.60920995499,300.930665760577,2120.0916591672,679.141162392075,4865.92437934197,260.516180302362,1416.69450024003,234.538986105531,1929.45597468257,315.067686589439,3449.04297265465,448.860627515682,2309.84710982221,416.677101729925,2942.58072319115,489.220051158467,4148.12809523239,6290.71418834031,2031.56489175412,51260.8642837967,20244.0186193553,1481.87854503149,9197.17297038124 -3677,1575.82551368721,3708.65585153793,294.181719476513,1485.9004073169,677.188239170688,2644.82970674573,818.949301630797,3116.76074237284,133.475080168069,1139.87650894024,1125.94293516551,6325.66545254066,629.842161937114,3690.06002993774,721.458714254529,4170.36507376476,547.459770528482,4735.1653219572,166.675636264841,1284.92527687124,326.249899845502,2470.64811136397,736.600243689838,5670.50336049317,288.626384030446,1650.94446566177,250.942042331151,2248.49087972072,333.016073593214,4019.34108346509,473.906343648266,2691.77956280602,456.935019653808,3429.13546914477,536.48682100132,4834.01969903863,6478.8906395912,2132.50355527752,55288.8335025308,22237.2974088793,1523.68703062799,10165.4472137001 -3678,1440.19468185712,4122.90919814667,258.677731778697,1651.87407570218,625.073626027517,2940.254680399,752.504507684018,3464.89996579829,122.327594467424,1267.19963555317,1032.09362138973,7032.23629333614,577.343715667131,4102.23624088353,661.520443288799,4636.19090326869,501.346739433203,5264.07880433194,154.169001507373,1428.45021350437,299.583009663204,2746.61716575888,676.579890188313,6303.89321602972,264.753656808234,1835.35339907141,227.962091611139,2499.64518171865,305.164386003763,4468.29767626864,434.353228360885,2992.44879092084,422.648548476786,3812.16665373929,496.231119131391,5373.97512172066,5963.71695440147,1962.37831389903,50651.6148984793,20384.0515141433,1402.906961127,9339.94388633795 -3679,1352.92159088271,4337.86607164207,237.147573037503,1737.99813753713,580.967176689991,3093.55127826317,703.162559557785,3645.55009118963,113.64220869063,1333.26785550705,958.538607905649,7398.87728750985,536.19771504205,4316.11528461223,614.319179628494,4877.90883922091,466.246786292575,5538.53304701118,143.908675285666,1502.92558443342,279.633846351077,2889.81804898612,631.527557800372,6632.5604535172,248.300251152738,1931.04355606078,212.979015235516,2629.96964128996,283.555076765134,4701.26213223318,403.474885579868,3148.46664270389,394.520248091474,4010.9222861698,463.205717696151,5654.15904886763,5502.10652165672,1818.03891284312,47246.2610423251,19086.9596066674,1293.74035984725,8751.29817901709 -3680,1250.82014642228,4402.71702141077,228.520094576763,1763.98115039507,531.658494803904,3139.79976432526,647.11180283123,3700.05094067149,103.502175826583,1353.20016445752,872.722752454241,7509.49025051805,488.193111755426,4380.64106085694,559.344588434227,4950.83340993936,425.134625322024,5621.33392709645,132.692755570588,1525.39427064283,256.834320136326,2933.02073022163,580.123808573068,6731.71700600295,229.545343174924,1959.91259133919,194.749448696652,2669.28759769611,258.3143774183,4771.54584070912,367.433192617729,3195.53611159073,363.772223903335,4070.88543750059,427.104501901257,5738.68853373565,4971.43508898713,1653.13413249116,43348.1405323397,17606.7640323258,1168.31490305775,8085.79251174737 -3681,1176.68962010152,4490.37628109557,210.343037728307,1799.10248137992,494.272542253559,3202.31400758931,605.070214960503,3773.71993295013,95.9497851070839,1380.1427374289,808.754107602672,7659.00618642068,452.409637912165,4467.86078233169,518.315182542508,5049.40581180565,394.621657745384,5733.25617149554,124.185410811827,1555.76527378515,239.733831223702,2991.41794825792,541.553140464123,6865.74727101525,215.56488454138,1998.93496910461,181.606317709184,2722.43381935014,239.525806010535,4866.54857968021,340.581645344657,3259.16008026186,340.449656600402,4151.93784263532,399.721505519365,5852.94733937376,4568.86719161649,1528.37092586482,40420.2845977459,16505.6374144392,1073.0844636435,7590.80989046049 -3682,1106.33334484457,4580.82971408621,204.384504394487,1835.34331857387,459.242622135804,3266.8209168922,565.912221709927,3849.7371532703,89.0578533397742,1407.94411548782,750.407271437488,7813.2880014603,419.77095234053,4557.86066665932,480.890227659834,5151.12024766786,366.815383731644,5848.74598136064,115.985214487536,1587.10436457224,223.930343314824,3051.67660053811,505.851116342456,7004.04980332728,202.490290391008,2039.2012004763,169.636416992714,2777.27409767753,222.374491271776,4964.57956824146,316.082184061273,3324.8120879047,317.969125236771,4235.57382499412,373.327142454716,5970.8481892844,4205.38466108575,1414.44161066612,37742.7663689243,15474.7768546306,987.144798806246,7120.01263031752 -3683,1070.7729652488,4538.46215951356,193.016106878947,1818.36844435619,439.48202943278,3236.60647494298,545.127076736849,3814.13138769688,85.0182930953663,1394.9222061676,716.120656965793,7741.0238208522,400.591334342232,4515.70555010142,458.910940346763,5103.47814310933,350.614713798563,5794.65161854579,111.672600978946,1572.42542320673,215.37587760071,3023.45200303478,486.546715114202,6939.27017151527,195.928672823323,2020.34086871585,162.734830942495,2751.58741660866,212.340015618485,4918.66275645933,301.709956530766,3294.06129244402,306.14625668521,4196.39950148126,359.445927639646,5915.6245175276,3980.14545240633,1346.62200447555,36223.2334613539,14933.4029644766,933.722844988497,6879.429611635 -3684,1029.38505307428,4500.57828688707,177.405539609968,1803.18999048507,416.894965502008,3209.58957293317,520.516717783601,3782.29371612584,80.412235322311,1383.27838204283,677.040858177843,7676.40722824427,378.730452953024,4478.01163355742,433.831867054555,5060.87791661624,331.95354316132,5746.28196465946,106.711542411455,1559.29992775172,205.268049987718,2998.21436381922,463.75954103386,6881.34605139291,187.971417416491,2003.47649187576,154.816562082396,2728.6191107051,200.895171049762,4877.6052381174,285.324331246287,3266.56479824824,292.545700270124,4161.37092602631,343.477531782163,5866.24506742943,3725.32582724824,1269.44151899058,34483.8982591868,14296.8400005023,873.332810237997,6596.94683901077 -3685,996.421035143843,4408.11043683921,170.860204164343,1766.14206219244,405.629028395317,3143.64608113571,505.041545429498,3704.58357625366,78.3513229470801,1354.85786142266,659.798231669825,7518.68952459811,369.085085662996,4386.00743279709,422.788136296744,4956.89827878443,323.252263999698,5628.22017233624,103.512727920031,1527.26290879371,199.319405802942,2936.61373862562,450.301986881585,6739.96349247563,182.021415917705,1962.31352302686,150.486877759773,2672.55752779662,195.723423009511,4777.39107873592,278.027093345162,3199.45070652894,283.77627004467,4075.87235267575,333.181354992712,5745.71854068962,3645.01071066374,1238.31214378158,33492.1347702617,13857.4285160331,854.751261083997,6390.49009996037 -3686,993.358242417623,4333.38238339276,162.490139795565,1736.20171466517,400.358231024526,3090.35373382867,501.192384331257,3641.78199189008,77.1072115739699,1331.8897683743,649.110376650446,7391.22968875872,363.106397488282,4311.65407832677,415.931815537456,4872.86695406761,318.658279897347,5532.80833003487,102.783636330379,1501.37213633908,197.497863487087,2886.8310864993,446.223187460616,6625.7049321901,181.336117620024,1929.04759833451,148.969722800036,2627.25126230317,192.659845310745,4696.40283196179,273.582632958167,3145.21233686409,281.777492734963,4006.77653228382,330.83459311487,5648.31481899322,3557.88956661566,1215.80263540487,33133.7997393283,13775.5339976728,833.847018285747,6361.83012226899 -3687,1013.5004504365,4239.74488321413,166.347059183469,1698.68515739338,403.926703425936,3023.57610547711,508.284615220443,3563.08887604066,77.7902833932174,1303.10974912144,654.647923544522,7231.51697243951,366.204050485306,4218.48609225733,419.41622907167,4767.57205047669,321.699127285678,5413.25314308034,104.151910365812,1468.92987271069,200.078357469612,2824.45125881233,452.057760611789,6482.53398813744,184.519404183443,1887.36394827725,151.075642773284,2570.48054170255,194.411138882041,4594.92103734748,275.976232270552,3077.2493013647,285.528564800942,3920.19646501458,335.23872202044,5526.26372054887,3559.89259493615,1222.46656967362,33576.8308326377,14007.98660807,833.847018285747,6471.44407929371 -3688,1057.27932212446,4216.80662127693,174.326772293281,1689.49477302771,417.569619811037,3007.21767292871,528.696721859739,3543.81152134233,80.192731678072,1296.05954360634,674.659323499578,7192.39234699946,377.398244273847,4195.6628466074,432.257594975963,4741.77808892696,332.159414596257,5383.96585765429,108.262907547525,1460.98253174661,207.833347442155,2809.17015002204,469.591856286045,6447.46158007218,192.697706276623,1877.15275637563,156.603352256236,2556.57348889768,200.458533707939,4570.06116836038,284.470269827869,3060.6004811019,296.79870973705,3898.98705363801,348.470984746937,5496.36501478998,3641.27898462246,1257.74184030244,34814.9860760211,14587.0715426479,852.428567439747,6745.90942423227 -3689,1140.1183950908,4177.55814842701,189.599491300373,1673.76958198038,449.361737159159,2979.22760561232,568.850397173142,3510.82703740162,86.4097785883111,1283.99630182702,726.932927057114,7125.44822527171,406.639619168287,4156.61117217406,465.692954791611,4697.64337626441,357.803947325911,5333.85389930107,116.494164524071,1447.38424793105,223.621638822945,2783.02343563215,505.266090229252,6387.45099777526,207.315302723709,1859.68091438458,168.923859792445,2532.77785059131,216.005682057345,4527.52473313857,306.519936817913,3032.11354639618,319.364392716518,3862.69672750716,374.965324214616,5445.2068867488,3919.34792186636,1353.8787919177,37509.2843279048,15713.9018829383,917.463989478747,7264.43104677809 -3690,1199.18576366914,4131.35671613572,200.696913588477,1655.2586362878,460.471909498431,2946.27903192152,591.869366711349,3471.99927441379,87.5907283671132,1269.79602834346,736.172210200483,7046.64479464825,411.807989507512,4110.64140160252,471.641105030849,4645.69009526487,363.975778531264,5274.86448945335,121.54531751062,1431.37699609771,231.61272765317,2752.24476918202,523.4708795551,6316.80939942939,218.040714568483,1839.11389441822,173.286843323088,2504.76675889243,219.103536086766,4477.4528681942,310.611027310933,2998.58008408732,333.211939610032,3819.9774845961,391.223711276296,5384.98597578794,3876.66939975943,1364.5632202286,38704.0022175573,16428.026858846,905.850521257497,7623.95734446299 -3691,1218.91364460003,3976.24727086274,205.207508122637,1593.11288938216,462.206893213957,2835.66265631883,598.272304494817,3341.64503040985,87.5763024622324,1222.12225648132,735.720786279218,6782.0825115453,411.555467101944,3956.30970106733,471.33910354193,4471.27029491883,364.492104981771,5076.822693243,122.947739736015,1377.63675842371,233.668680323586,2648.91329994918,528.171894110994,6079.64837239587,221.444567317392,1770.0654060989,174.230419719005,2410.72671122659,219.136626366421,4309.3494391417,310.51331900728,2886.00009513773,337.056627660933,3676.55859600757,395.73775458979,5182.80973081617,3830.34866397163,1359.9313079331,38989.9956404777,16648.1265135846,894.237053036247,7736.86336672982 -3692,1144.19371276798,3836.40833839282,196.333626258694,1537.0853864178,421.646770494152,2735.93645427646,554.366751184838,3224.12415157261,79.0815685199156,1179.14196374489,663.644459630876,6543.56636460264,371.236630344907,3817.17194442635,425.135823172066,4314.02211032836,330.295280811229,4898.27809644076,114.244953725791,1329.18724296199,215.524174296106,2555.75480581209,487.300818405194,5865.83582999734,207.390906955924,1707.81473607527,159.444416077182,2325.94489892709,198.030135028922,4157.79577958302,280.293621037374,2784.50359732948,313.198265480716,3547.25928582727,367.725682129115,5000.53772141097,3360.16491437033,1218.92199139774,35867.0208254137,15519.9437618445,782.747758112247,7237.23470415208 -3693,935.518102338336,3671.2918248147,162.557012830017,1470.93023355326,340.449679913625,2618.18353309221,451.375959072546,3085.35995019105,63.56741257012,1128.39246241606,533.191181857624,6261.93553462096,298.262261983682,3652.88335270259,341.584060287263,4128.34941140635,266.011623237577,4687.45940080651,92.9826742667099,1271.97989064393,175.150272950247,2445.7567853008,396.038664366979,5613.37408035041,169.732765541014,1634.31150331559,128.968639603561,2225.83774697399,159.235234720879,3978.84696007802,225.269186866947,2664.6603779736,254.908521999055,3394.58755894881,299.287769007132,4785.31783819043,2665.00030813583,976.620085800801,29077.8114186936,12658.9793908643,620.159203014748,5911.26313384578 -3694,724.260961384183,3352.17054323542,129.95400362495,1343.07193090555,292.546228698638,2390.60203743371,365.159879424401,2817.16987748059,57.3230757859582,1030.30871807934,482.703197345331,5717.62661331205,270.019746023141,3335.36219867857,309.149022235363,3769.4991162404,236.641431387416,4280.00934706099,74.0564272120721,1161.41503439857,144.445771564436,2233.16321415482,326.170576260404,5125.44034585471,131.508766037054,1492.2515401406,111.232066077093,2032.36029317944,143.197662431664,3632.99193092298,203.406836480091,2433.0389554964,203.022923937547,3099.51836152822,238.36895481587,4369.36159331616,2664.52593843803,901.18351550826,24369.7941366173,10045.6285030411,624.804590303248,4611.0477594791 -3695,485.252645353991,3111.74115114547,96.9175926612671,1246.74211602417,225.226768241729,2219.13970066536,255.141767510384,2615.11260374683,49.5019465203045,956.411374385812,429.042923953742,5307.53844115447,240.002680728329,3096.13835982995,274.284177248662,3499.13745972202,203.007814305319,3973.03211180972,53.3230296418458,1078.11428729068,114.524017725165,2072.99294027053,257.699104312233,4757.82584335457,98.2637343441345,1385.22204208439,87.8349405506685,1886.59230688682,121.103930789521,3372.42104702743,167.259859875722,2258.53289458563,146.183090362902,2877.21006729848,171.633379057618,4055.97570254694,2532.62550505126,778.859424616532,19291.9212133073,7500.93227721461,574.648925817269,3334.58143741653 -3696,485.384047242346,2991.91634267952,96.3340541322399,1198.7334199268,230.246423869077,2133.68658079595,260.134755488583,2514.41162907048,51.1334715566817,919.582536708151,450.3918098102,5103.15936646733,251.945051875943,2976.91437302303,287.97582861382,3364.39505810777,212.116925272363,3820.04129775971,54.8304009829234,1036.59899674942,118.003082052731,1993.16754029221,265.508715002752,4574.61472690793,98.490754095186,1331.88085532968,87.8417027592077,1813.94469551888,123.585190177093,3242.55815471139,175.455132513503,2171.56284844019,150.315492487148,2766.41642204189,176.485227095913,3899.79095320771,2669.23372470652,815.204132904234,19783.6877656941,7620.33877357123,610.590774116449,3381.9031623265 -3697,486.072853387825,2917.64315597422,98.299797624712,1168.97531812493,244.061534373045,2080.71862192443,268.467358636741,2451.9923154968,54.4570382839289,896.754249544648,477.304786233266,4976.47537366789,266.999924307799,2903.01360451584,305.255847629967,3280.87522878078,223.699085493868,3725.21022361397,56.6254118491695,1010.86582041497,122.346895252749,1943.68791322399,275.244850113094,4461.05165401393,99.1696552946662,1298.81741902099,92.4283780328944,1768.91420749303,132.112729916274,3162.06288023055,185.775604203005,2117.65462561199,155.23644760589,2697.74118520859,182.262914194495,3802.98012415898,2912.61683328078,873.803658077223,20605.8242815254,7783.69462990754,665.06469787621,3431.68830320202 -3698,558.824688517821,2941.42617223158,113.748772471954,1178.50415955933,293.42303131862,2097.67949142312,314.466546850235,2471.97960317555,65.0448443316024,904.064095113703,563.692447522913,5017.04085353953,315.324390541396,2926.67736874628,360.597246866398,3307.61911236527,263.411265024299,3755.57608077128,66.1015195881758,1019.10584051191,142.930613837121,1959.53178403622,321.543721057693,4497.41568427414,114.777047998714,1309.40466157965,110.091174296122,1783.33341954388,159.142180549412,3187.83827114268,219.282583139987,2134.91657702139,181.214842367103,2719.73168200207,212.764114191641,3833.97991861091,3528.70635639602,1046.35304149411,24223.5033967294,9023.72262691289,801.791654270149,3966.84606530878 -3699,833.008701972321,3015.24449219574,166.875877034805,1208.08001563578,389.996846514239,2150.32306185911,424.630174526921,2534.01664595934,85.1098074748974,926.752576392355,723.192706742137,5142.94900329904,404.547374192338,3000.12555129036,462.503423450523,3390.62744630245,340.480327664024,3849.82638676138,88.4948851087697,1044.68142072618,189.548664322315,2008.70838604633,426.55800204814,4610.28326977662,169.319409117014,1342.26560950469,153.596558720353,1828.08813010212,211.248410304137,3267.84057333022,281.687221487571,2188.49465301295,242.605415960047,2787.98633527674,284.842707973486,3930.19785501197,4421.6189173365,1341.97310939161,32469.5813159508,12403.2718393244,998.761414133258,5512.41316271447 -3700,1177.3196971046,3204.20899489019,233.687395529788,1283.7900417914,524.470717078187,2285.08318796773,587.269190607545,2692.82273832184,112.440793201597,984.831893068679,944.900386823212,5465.25613404968,528.568619123192,3188.14255431874,604.137104503487,3603.11709046597,449.047387508186,4091.09389608516,122.034631388657,1110.15130406486,258.601569354231,2134.59356126507,582.172294007385,4899.20839263439,238.159051860939,1426.38500812739,209.982386309582,1942.65388597382,281.291614978268,3472.63519957773,368.646257240594,2325.64698173004,334.553375296063,2962.70863482095,392.79868919618,4176.50222107096,5601.89827508073,1740.68346842077,44142.4593469177,17341.4071961841,1255.01182150329,7760.76656621552 -3701,1272.18305031889,3731.98400105415,249.209616283045,1495.24700302589,562.370370463861,2661.4661878089,640.990897563179,3136.36575926169,118.792361523746,1147.04654862444,997.417752546643,6365.45508937236,557.946352339862,3713.27120820507,637.762861496689,4196.59746195944,476.476524030954,4764.95041095887,134.036634280637,1293.007700848,280.650876752824,2486.18895711809,632.078598875195,5706.17190336186,258.041839755961,1661.32921983678,222.338210201635,2262.63431430396,297.361065305316,4044.62350208392,389.490417124996,2708.71136737878,367.456417097672,3450.70538237962,431.430108409337,4864.4266008429,5798.61293113596,1828.22599578226,47526.5997085013,18987.3438252935,1294.00028434894,8537.00917658248 -3702,1159.116069343,4140.90891139657,219.143924038471,1659.08579399589,501.575201849901,2953.09118457247,583.713557062748,3480.02695570435,106.080352311954,1272.73194998799,914.203682000576,7062.93748773607,511.39716369149,4120.14570055644,584.734680807868,4656.43149136316,436.262941413933,5287.06061267384,123.992543934113,1434.68651243776,257.697907997176,2758.60829120329,580.538374668047,6331.41462501382,236.095805035136,1843.36614766902,191.916875621568,2510.5580818906,260.612690037597,4487.80527952223,356.939940817188,3005.51316308208,339.920919272417,3828.80973349932,399.100715700169,5397.43671317325,5187.65199232202,1654.74189643114,43075.305199702,17344.5117235799,1173.19032802707,7844.16682800867 -3703,1053.56683615898,4356.58057458474,200.904829701846,1745.49624160999,461.081959033484,3106.89753505031,543.171987673159,3661.27779158021,97.8661219543713,1339.01986462701,849.164906567388,7430.79766229384,475.015068605507,4334.73594990267,543.084932936594,4898.95320477255,405.820977885725,5562.42748987653,115.773491034691,1509.40953410083,240.593253740371,2902.28535606485,542.00707578986,6661.17476988263,213.966125776449,1939.374500289,175.842729531986,2641.31590550794,239.227352820722,4721.5444052575,331.628234517987,3162.04981638345,317.388693313694,4028.22628211796,372.645658077671,5678.55232759289,4773.64842983449,1525.61138207309,39942.3886755237,16153.2493705373,1080.42276094974,7292.28261285426 -3704,1021.13021064856,4407.20070966007,193.599684698491,1765.77757326703,432.343008392911,3142.99730875975,504.151319210844,3703.81903997105,90.736977329228,1354.57825159027,773.260698102056,7517.13784926918,432.554949831457,4385.1022671424,494.564017152185,4955.87529509265,370.137098880141,5627.05864407276,106.801664520082,1526.94771873717,221.046988764761,2936.00769270846,498.046223800785,6738.57252733005,207.146901030207,1961.90854906546,168.222220215332,2672.0059766829,224.743415363918,4776.40514098051,302.070618759335,3198.79041743053,292.792766658467,4075.03119138657,343.767612112094,5744.53276361007,4363.98148122529,1402.62442103137,37080.8527563867,15035.1031411638,981.783180452619,6813.59711567093 -3705,941.516542636127,4512.20986576097,178.204673585394,1807.85026862312,396.570201010826,3217.88463900928,469.468178526098,3792.06891497341,83.3200052661108,1386.85341408975,716.702009260653,7696.24662008502,400.916537489573,4489.58488974669,458.363387842153,5073.95756925328,343.675139188127,5761.13301882251,99.9966754025499,1563.32988100252,206.390634839346,3005.96313845008,465.070066056125,6899.13063689575,190.753355190392,2008.65440310223,153.413916343499,2735.67112633062,204.979577629033,4890.21122926485,280.061785222374,3275.00711469639,274.137143642139,4172.12583596548,321.864069036294,5881.40616181462,3980.38325423932,1288.52627786127,34384.214523094,14041.5723356243,898.098444065329,6368.15744841355 -3706,907.461224247943,4592.00643252211,173.153645885917,1839.82135351192,379.869810714251,3274.79159902787,443.135444014878,3859.13008662516,79.0714559230948,1411.3793435872,665.102426712541,7832.35156101206,372.05220377236,4568.981343157,425.335446328058,5163.68841200295,319.556720100241,5863.01627541584,93.4251653853793,1590.97672388669,192.838630648546,3059.12235430991,434.531745330439,7021.13891107606,183.8555797889,2044.17662612502,150.098050133986,2784.05033965694,197.681572581185,4976.6925939268,259.974468357735,3332.92426209108,256.121594842435,4245.90815720273,300.71203627796,5985.41639923771,3741.85220221493,1209.82355926002,32475.5495955923,13247.6487817332,835.64498792105,6009.13462514763 -3707,866.973344663376,4557.89145214901,163.533992453917,1826.1529342082,351.936853585301,3250.4624843438,423.151364984103,3830.45979857197,73.76608279007,1400.89390997271,634.817139367974,7774.16337602025,355.110891508444,4535.03742100939,405.962749877332,5125.32628611813,305.531788120948,5819.45869593459,89.9862598582911,1579.15702360816,185.527177717301,3036.39549174781,418.073875801985,6968.97739526202,175.19473283372,2028.99000857468,138.042760177649,2763.36704487266,181.413483060082,4939.71969925436,248.210731310499,3308.1632676419,246.69396402715,4214.36441361755,289.64306701949,5940.94948352551,3453.90816091719,1133.91319301086,30851.3596253555,12730.8918852554,779.78142510514,5791.00406355141 -3708,795.833121891159,4515.32895378685,150.305907410654,1809.09995431887,330.434086555077,3220.1090181372,402.371923539836,3794.69020190329,69.225892403565,1387.81208356795,600.291808727514,7701.56668971633,335.797737872479,4492.68833814279,383.852727660578,5077.46496823713,289.36085612392,5765.11543133193,86.0280598163779,1564.41054073631,176.878463801867,3008.04102576257,398.624290181617,6903.8996960483,160.794515379156,2010.04289567754,127.621587150298,2737.56217291461,169.295177311932,4893.59161265636,234.795557882143,3277.27098002624,235.842706731984,4175.00983917556,276.902619735406,5885.47171374602,3231.67966550567,1063.79621238845,29154.3982042618,12098.6216896021,729.255202840676,5495.23424048721 -3709,771.795693787602,4443.65500290101,144.764959806816,1780.38325557986,316.006246195199,3168.99470554222,388.712903594959,3734.45529057305,66.616947680107,1365.78268634474,584.958174951317,7579.31608110899,327.220243626261,4421.37377245132,374.051671806806,4996.86796667143,281.737054948006,5673.60302891218,83.4334113529579,1539.57791272412,171.728883051754,2960.2929686554,387.003751014777,6794.31083268977,155.869999296575,1978.13653464433,121.484354977397,2694.10755449442,161.387588515064,4815.91331978099,228.765416217963,3225.24930858965,228.729575063815,4108.73793446527,268.551100959474,5792.04883916293,3114.69552218848,1029.22232485402,28183.7936673717,11714.3001749334,707.981857900703,5326.18847178559 -3710,732.855404535604,4389.13601094491,137.674579193258,1758.53981806583,304.874647243984,3130.11446017043,382.916920613144,3688.63743616845,64.5255824291303,1349.0259635024,575.570611949555,7486.32581247,321.968926892806,4367.12814785223,368.042865890027,4935.56163116545,277.81918727017,5603.99386310307,82.8767938144582,1520.68890451246,170.205538106084,2923.9732749707,383.601596086527,6710.9517561204,147.937902915089,1953.86687155168,115.055617965166,2661.05367700022,154.440322658661,4756.82710823418,225.157019886626,3185.67887816771,227.203628911194,4058.3280240981,266.759489537222,5720.98646733939,3010.24877024094,999.897059527444,27584.5881930174,11547.755349891,687.055922724767,5244.18124906421 -3711,747.36070218105,4290.49498291685,140.941400290161,1719.01856034,311.000628430674,3059.76856352317,389.527944691571,3605.7393469274,65.5550491484531,1318.70808145349,580.56946227843,7318.07883346239,324.765237966844,4268.98172246004,371.181658651685,4824.64028537439,280.538040749008,5478.05023448438,84.0032180711803,1486.51308574587,172.467754475995,2858.26017584357,388.70425975961,6560.1304603985,150.716305409269,1909.95585208015,118.143836062546,2601.24940807746,157.780923164428,4649.9226252248,227.17588910466,3114.08423204006,230.291678859094,3967.12154351198,270.385165023634,5592.41355798645,3037.91411929787,1010.33713197804,28037.0037848336,11752.9370195058,690.205670981613,5336.56779419754 -3712,781.995360566048,4264.56759758117,147.703025170604,1708.63056156816,323.619372616756,3041.27843618347,405.975345255213,3583.9499277951,67.9049724293927,1310.739151829,598.402521219065,7273.85581243858,334.740887750081,4243.18434137699,382.603176827917,4795.48506941842,289.742498474943,5444.94647375671,87.3488160390816,1477.53011344684,179.200886685046,2840.98776012841,403.890357703993,6520.48770799432,157.764707960237,1898.41402262965,123.635256678358,2585.53010388855,164.060825100973,4621.8232250005,234.215465377857,3095.26587607569,239.463510492529,3943.14829815412,281.153800790507,5558.61870171654,3122.9426387212,1042.53147922124,29136.1114913054,12251.6175449453,707.470245412874,5567.32904455072 -3713,849.769399097131,4250.07685363302,160.642736402462,1702.82473778811,350.509742194981,3030.94435515759,437.648567969247,3571.77188171227,73.4926178535719,1306.28533910418,644.780249372811,7249.13968831064,360.684163962204,4228.76625644604,412.20392909886,4779.19029986487,312.11497625535,5426.44487345207,93.9894997714869,1472.50955507609,192.813097389114,2831.33425476126,434.571062966918,6498.33148332874,171.254688356921,1891.96332607484,134.624860118521,2576.74462825747,178.160513348624,4606.11854793897,252.376776926187,3084.74834897936,257.668696444001,3929.74971763436,302.528486285707,5539.73085002493,3374.51510977862,1125.60450026994,31469.4935111217,13218.7636417723,763.028463161708,6006.32094340475 -3714,901.121789857091,4185.42084135068,170.047261929071,1676.91982807642,365.725286457552,2984.83488885779,457.819758375032,3517.4348580285,75.5198591395341,1286.41294530095,653.265489347268,7138.8592202473,365.430729461353,4164.43444023849,417.659345236478,4706.48493538104,317.746237564909,5343.89288710683,98.1720583602369,1450.10840818919,199.859416198765,2788.26143780861,450.577956844755,6399.47298860725,181.335056380483,1863.18106912721,141.885484598624,2537.54485891902,185.023508754783,4536.04610744772,255.90530941376,3037.82036767262,269.135024299603,3869.96681140463,315.991087126569,5455.45545496381,3386.96268404685,1143.91695966991,32675.0540931098,13859.098453644,759.325037720071,6316.77560882075 -3715,927.933898908646,4012.50662031417,173.877248836349,1607.64046602333,364.782076109817,2861.52102884392,462.425873837166,3372.11744991659,75.188406647975,1233.26677415124,653.002741246193,6843.92823768929,365.283750580935,3992.38724006756,417.48144270171,4512.04375317513,318.313195248308,5123.11817629461,99.3508189310613,1390.19941090432,201.70263735762,2673.06870741421,454.779360544723,6135.08861035388,186.693542898827,1786.20661054107,142.428106165682,2432.71009814893,183.665802129342,4348.64634312631,255.900820769773,2912.31749414188,272.366552294138,3710.08508815713,319.785220003665,5230.07170834635,3318.59959229218,1136.10517922226,32914.0141399324,14068.9960842352,746.1723675079,6431.66954320346 -3716,898.19704059833,3882.73972900835,166.364130349416,1555.64840087455,339.245484982745,2768.97770780879,431.42050645366,3263.06113175916,68.804906840046,1193.38218065995,589.327757119304,6622.59145852268,329.664547856513,3863.27102168932,376.750973564379,4366.12152881765,288.693843382382,4957.43343544849,92.4188474520775,1345.23952101033,186.188224172338,2586.62004845079,419.918189154664,5936.67613351938,180.607384833627,1728.43960826217,134.360830246087,2354.03478200444,169.797887615483,4208.00848985051,231.160229686885,2818.13138469173,253.362811885695,3590.09869213904,297.472952743904,5060.92802557643,2940.25465705311,1027.1993383354,30542.8282258933,13198.4147345518,656.615617700825,6066.0034758886 -3717,750.319763025602,3696.04955371647,137.747825099272,1480.84960082055,275.089936303123,2635.83951938271,352.094363175265,3106.16638804894,55.4646491765299,1136.00189147056,473.591722165308,6304.16353222078,264.922870287623,3677.51694220498,302.779871783063,4156.18935451535,232.600441460833,4719.06975885509,75.2539259927032,1280.55761608874,151.365921682698,2462.24999432354,341.4021176405,5651.22843798174,150.823557345555,1645.33264875182,109.812502321189,2240.84790964928,137.185411276287,4005.6787182383,185.84107036681,2682.629785583,206.305822033065,3417.47930455991,242.223401262698,4817.58811454001,2328.06815108695,824.383839631541,24850.1761224285,10805.3869231881,519.724458583093,4982.81108392524 -3718,575.532708704862,3369.39048763042,110.11135965785,1349.97122903802,227.233937303477,2402.88244907274,281.033630893499,2831.64154830276,48.7340247893024,1035.60136611326,427.95734089653,5746.99779567964,239.395415512338,3352.49579938822,273.510627836989,3788.86285813285,206.270235051546,4301.99555629942,59.6633050741481,1167.38116949042,124.432167655586,2244.63486987064,280.28421063236,5151.76949486941,115.42552230705,1499.91716699733,90.8294972294597,2042.80043361615,118.058247083265,3651.65444174429,167.370212479395,2445.53736361262,163.564718201216,3115.44044339977,192.04112602757,4391.8068008938,2263.57132597607,748.269749150794,20557.5975225554,8525.44974421153,515.879890798174,3865.44808733063 -3719,467.540666193806,3143.71176244026,111.110856895306,1259.55137799044,229.462406685635,2241.93955750842,237.838662784533,2641.98076034646,56.0226547183328,966.237723944849,493.394905641074,5362.06908499411,276.000589685348,3127.94866512496,314.97366784231,3535.08825323536,234.705533737048,4013.85178772062,53.2917316118176,1089.19103536712,114.420710921226,2094.2912579297,257.469467697503,4806.70863702465,106.740977045866,1399.4540727429,97.7064642644847,1905.97550953303,135.414832678564,3407.0699323877,186.128282952173,2281.73748447984,146.097287984783,2906.77106231928,171.532638595426,4097.64755644118,2957.15326715375,846.096413812061,20817.5171379663,7972.87919755175,620.464710372885,3449.77486558512 -3720,467.770600415917,3014.91959008199,110.444040227206,1207.94984119995,234.475676659334,2150.09135776021,239.290765293066,2533.74359766535,58.7857459971144,926.652715876309,518.173344196665,5142.39483430663,289.861421190974,2999.80227829022,330.842661570957,3390.26209549024,245.271269401435,3849.41155581355,54.8082987099867,1044.56885300483,117.919723749394,2008.49194137584,265.323950495276,4609.78649719874,106.992994327702,1342.12097614747,100.223571640538,1827.89114783447,142.000657239915,3267.48845319123,195.315106711162,2188.25883580458,150.254899932981,2787.68592094689,176.414085455717,3929.77436378469,3135.47969738728,886.850523763772,21415.8093688593,8114.77607585624,661.157779294852,3497.26946842627 -3721,469.036463177026,2949.74372559324,112.708248874165,1181.83664885537,248.642251820215,2103.61115860902,246.534529998632,2478.96968929515,62.2669096569416,906.620542535181,549.428813526747,5031.2276808041,307.345444368689,2934.95321650228,350.882294632866,3316.97215978386,258.716085417445,3766.19582868489,56.6158502595646,1021.98759470641,122.289943999744,1965.07280707174,275.119547310208,4510.13315286018,107.78256990904,1313.10730190002,104.459326720139,1788.37620151771,150.290127101042,3196.85261091394,206.889979091887,2140.95354055959,155.210234865792,2727.42234363009,182.232137849938,3844.82137125781,3411.94443956598,951.169333001147,22298.4037254637,8291.48063899238,719.171436601037,3549.55557290912 -3722,539.909034957491,2954.16242837728,130.433700147301,1183.60703481984,299.125788709775,2106.76235862766,291.166550434051,2482.68317469816,73.51415773698,907.978656014873,649.078390596062,5038.76443715599,363.088504782519,2939.34976317048,414.62779851191,3321.94096910442,304.670276386605,3771.8375730334,66.09868289366,1023.51852750942,142.883548055592,1968.01647726522,321.441018697717,4516.88931196173,124.7972175513,1315.07433071011,121.958292685827,1791.05518099379,177.351817538441,3201.64148169259,244.266663614437,2144.16067929781,181.20706567524,2731.50800998764,212.75498358769,3850.58089631413,4113.31436479173,1138.9601268357,26168.8020820269,9607.49496487309,864.958353652845,4105.15704292886 -3723,803.121145543003,3017.58380506358,191.323661939754,1209.01727864489,398.185174775074,2151.9913439575,414.064320885823,2535.98260850816,94.384277820316,927.471577532351,832.101623328906,5146.93905014703,465.470024297297,3002.45313445166,531.393719782564,3393.25799199641,393.697704527206,3852.81319211955,88.4587098598161,1045.49191443461,189.418230334978,2010.26679943117,426.268626630462,4613.8600593223,183.966424302006,1343.30697753322,165.330280478716,1829.50641312937,227.961570978629,3270.37585745826,313.593067478138,2190.19254972289,242.506242868754,2790.14933477026,284.726268974092,3933.24701485263,5136.74979026908,1459.68323458082,34859.6286769643,13136.1968119567,1075.76770198588,5682.72909522091 -3724,1133.95384745982,3212.65651918239,267.903392677134,1287.17460490242,535.222166274484,2291.10754398534,572.166242057452,2699.92205223452,123.435602620897,987.428287796269,1086.12172934358,5479.66464611275,607.56654424594,3196.54772130927,693.431141690351,3612.61628955001,519.0207568785,4101.87958925436,121.931543998053,1113.07808884203,258.309879173052,2140.22116888727,581.521435928652,4912.12458567153,258.669967257374,1430.1455062801,223.022901169576,1947.77546696909,298.567612052448,3481.79039833448,410.084334179516,2331.77827947141,334.270765072353,2970.51947150585,392.466876894694,4187.51308335403,6476.72479794031,1888.28987287847,47294.5762544877,18342.9424461515,1348.66137277697,8011.77173005363 -3725,1224.96127775406,3732.89373453643,285.693094180456,1495.61149447669,573.390954445813,2662.11496467995,615.777252018954,3137.13030084148,130.364500493038,1147.32616039414,1145.85492225796,6367.00677545224,640.980745081143,3714.1763801313,731.615257875645,4197.62045273907,550.559834178768,4766.11194727013,133.887701133089,1293.32289308837,280.264336012693,2486.79500723431,631.214027808409,5707.5628781449,280.223246718225,1661.73419660408,236.18031338535,2263.18586923917,315.586031739313,4045.60944667051,433.084970740318,2709.37166105208,367.048122446894,3451.54654949689,430.950730183099,4865.61238613824,6690.53374780999,1979.40090716214,50938.4307074916,20091.6956932359,1389.17876719178,8829.01372725497 -3726,1115.22525475135,4138.50461936661,251.213127077915,1658.1224966047,510.964809017604,2951.37656255331,553.977601638261,3478.00638455616,119.477564881693,1271.99297713224,1050.35581310808,7058.83660923979,587.559418394468,4117.75346404941,670.842968236726,4653.72787692434,504.059629269889,5283.99084273566,123.852502987447,1433.85350562183,257.346154293775,2757.00658972417,579.750853739977,6327.73848288006,256.293725320609,1842.29585353023,212.089017524268,2509.10040317412,289.190540248007,4485.19957273263,396.920349137633,3003.76810384543,339.537002257602,3826.58665230545,398.649959225074,5394.3028567303,6053.96938566064,1793.78271931839,46349.9750629647,18381.4733059321,1266.49402761868,8102.65317523862 -3727,1013.66696781404,4352.1618718007,230.304234073757,1743.72585564552,469.188972379049,3103.74633503167,502.795797882356,3657.56430617719,110.993408080436,1337.66175114732,975.484674594355,7423.26090594196,545.677189486264,4330.33940323447,622.966458086329,4893.98439545198,468.868731806068,5556.78574552801,115.637176692402,1507.87860129782,240.251563066095,2899.34168587136,541.24203741787,6654.41861078107,232.27807383789,1937.4074714789,196.502302819636,2638.63692603187,268.714674371958,4716.75553447885,368.73048837407,3158.84267764523,317.014992645325,4024.14061576041,372.206896601846,5672.79280253656,5576.67546689356,1652.30615853423,43062.5411886984,17143.8956236136,1166.9250481209,7544.70464353366 -3728,982.191202916488,4414.86845249108,221.925558380718,1768.84971116601,440.599511169859,3148.46556325275,483.913272766853,3710.26302420549,101.088544962674,1356.93497604234,888.136394872354,7530.21632779799,496.815362102885,4392.73156262658,567.209066812908,4964.49763379895,427.597839161789,5636.84872204292,106.66726727218,1529.60433530515,220.716238152505,2941.11582220394,497.305268990716,6750.29644112286,224.851650326108,1965.32191986548,182.90631830772,2676.65479029995,244.797401617849,4784.71523364261,335.82104585836,3204.3557419771,292.424321632622,4082.12101852682,343.335021279422,5754.52722558661,5074.02030556097,1519.04721123849,39797.9713878143,15906.6244013053,1058.00113603546,7033.50657878502 -3729,905.338746893674,4512.98964091902,204.272864007789,1808.16269130976,403.786436882365,3218.44073603881,443.235183572839,3792.72423935447,93.7110973459866,1387.09308242796,823.02269066959,7697.57664286833,460.391352549706,4490.36075498148,525.5927935225,5074.83442254317,397.000808026985,5762.12862597376,99.8636988445806,1563.60004702788,206.067108323886,3006.48261237773,464.345040436838,6900.32290650262,207.034128199409,2009.00152764901,169.300483916504,2736.14388988736,226.994394838236,4891.05632852832,311.30825040106,3275.57308331629,273.77259338458,4172.84683968204,321.436051046074,5882.42255390537,4642.01604466761,1394.7972258681,36974.5559643234,14872.2503100012,969.241292605544,6579.00546624977 -3730,872.795849359546,4618.2587262747,198.486405834553,1850.33952924499,387.244792700819,3293.51343496157,429.026129750903,3881.19255934863,86.9789232800776,1419.44813566505,763.632894213068,7877.12876177924,427.169244546797,4595.10200351174,487.633406482497,5193.208985859,369.123099252399,5896.53487513912,93.2956301777732,1600.0722660909,192.523534769014,3076.61121889461,433.825608834928,7061.27844569559,199.568397241453,2055.86309173864,160.237983579636,2799.96662993498,210.742528933233,5005.14412112127,288.939923080189,3351.97843983871,255.766478918117,4270.18182271852,300.295095126309,6019.63475495069,4327.12211612407,1308.67197375301,34775.7669592657,13998.8321381169,898.145326941078,6205.44345331238 -3731,833.095687820274,4562.31015493304,187.445591278177,1827.92332017267,358.333281562623,3253.61368436244,401.82271719952,3834.17328397499,83.0326423038185,1402.25202345241,728.72875109646,7781.70013237213,407.64418668239,4539.43396767758,465.337626330018,5130.2950954387,352.89390858418,5825.10044028311,89.8556226955927,1580.68795641117,185.210789137577,3039.3391619413,417.364746522439,6975.73355436357,190.101558414312,2030.95703738478,152.622939833666,2766.04602434874,201.235017670543,4944.50857003301,275.826614022966,3311.37040638012,246.335827134183,4218.4500799751,289.222578952419,5946.70900858184,4034.22674921745,1226.9376267726,33154.7469700553,13473.3695115764,842.207525188455,5977.68743881762 -3732,764.845155366759,4515.45891211109,172.285631870957,1809.15202308304,335.948019551325,3220.20169797873,370.125769039313,3794.79941910201,78.5330067352749,1387.85202699945,688.945890824372,7701.7883530129,385.39001914047,4492.81764483423,439.89741642084,5077.61110572687,334.180191293359,5765.28136049195,85.8965318490289,1564.45556695131,176.562866093976,3008.12760195114,397.916729056871,6904.09840122447,174.486875834892,2010.10074789806,142.824979592256,2737.64096429307,190.391076859636,4893.73245797948,260.874772312613,3277.36530507963,235.482127731402,4175.13000257626,276.479264392915,5885.64110695062,3775.18295820781,1149.40768580961,31412.7285346514,12830.9147743298,787.672582823551,5687.74606523456 -3733,741.449265146297,4431.1786634038,165.929004027041,1775.38451784768,321.169896120934,3160.09719802073,355.960856739763,3723.97015344788,76.5207055700309,1361.94801230656,671.405897335587,7558.03582408569,375.578307485905,4408.95999141,428.702962798967,4982.83838491176,325.387608751234,5657.67339497009,83.3085158749299,1535.25527815663,171.42813901799,2951.98142780354,386.329565653467,6775.23461535452,169.115898023977,1972.58256995491,138.616407757505,2686.54337580144,185.488826630906,4802.39179987733,254.191947911348,3216.19385642002,228.387178784513,4097.20193328111,268.149093926736,5775.7866478689,3660.80620217472,1113.0267436327,30421.9136323531,12431.8621463677,766.946265820239,5508.78033962067 -3734,703.954797543035,4350.01750272238,157.800452497574,1742.86669830807,309.27457664287,3102.21707719066,337.353679794114,3655.76217472364,75.3047981400614,1337.00266709188,660.518778482255,7419.60336478979,369.488152948152,4328.20578638187,421.743652948214,4891.5730630805,320.850009742482,5554.04784195765,82.7475088182572,1507.13564909573,169.896434459451,2897.91314096844,382.908516625056,6651.13988863711,160.503950767422,1936.45288458707,134.703974448502,2637.33683389381,182.587210896722,4714.43152516668,250.149511877127,3157.28627309027,226.849198932081,4022.15786719603,266.343353752956,5669.99774071859,3552.39052733272,1080.14927042429,29886.4757794051,12285.3266826639,745.700984928536,5436.03159918763 -3735,717.966328819272,4251.05156627743,161.546100533538,1703.21526362101,315.551768812662,3031.6394719494,344.512870283842,3572.59103189142,75.9710326603876,1306.58492258962,666.142327401916,7250.80220603881,372.633914690329,4229.736081718,425.26857483007,4780.28635938938,323.970613121558,5427.68937434334,83.8682822342942,1472.84726042397,172.145368712137,2831.98359297177,387.981382785582,6499.82181069986,163.526426667053,1892.3972289524,136.770660609644,2577.33557888191,184.248720262425,4607.17491518712,252.359254764884,3085.45580517936,229.921757311703,3930.65096645198,269.950840608906,5541.00133192257,3572.47122636086,1090.71595812047,30347.5150946568,12499.7974839704,747.871469033989,5535.41456568145 -3736,751.206249470848,4206.6696009507,169.295484134776,1685.43330083005,328.384331283018,2999.9884520007,360.230299814305,3535.29235206317,78.3164510857947,1292.94387264546,686.494095350531,7175.10214757512,384.018507215983,4185.57665499893,438.282734699691,4730.3790599491,334.579976583215,5371.02303711815,87.2034804857511,1457.47039307137,178.854349765002,2802.41702675408,403.113278341499,6431.96216192006,171.171343724843,1872.64016252065,142.038835985773,2550.42759705344,189.981725174007,4559.07493941594,260.146950610027,3053.2429302171,239.065078511673,3889.61405777546,280.686002312385,5483.1519915524,3664.94760668559,1124.77646740252,31506.1884457346,13022.5802873369,765.83535172127,5774.73548875236 -3737,816.34135115175,4158.3887787432,184.127434669152,1666.08923218211,355.809011062776,2965.55696038965,391.38639688315,3494.71706622115,84.3879131553394,1278.1044868222,739.683063720105,7092.75200744778,413.77192879962,4137.5379209205,472.182083252609,4676.08751532296,360.415455625267,5309.37868828009,93.8331939936841,1440.74270214345,192.440472738215,2770.25310349531,433.735479201325,6358.14119401832,185.811480912745,1851.14748177271,153.592331369996,2521.15580890573,204.716566482912,4506.74948782096,280.31429430314,3018.20022587997,257.240190003271,3844.97214800037,302.025377422788,5420.22071537587,3953.94265565331,1214.50174597964,34002.3137799056,14044.7981761283,825.354556600143,6229.32204872763 -3738,865.541736153331,4084.18057120001,194.904490582869,1636.35716476234,371.339400828877,2912.6353414389,413.179887347575,3432.35236124683,85.5383851203247,1255.29617137445,749.047353988806,6966.17884629662,419.010226979428,4063.70180575903,478.190836863157,4592.64075474083,366.828714799878,5214.63057871436,97.9907803619515,1415.0320389165,199.435807487286,2720.81676452138,449.627442811587,6244.6774737124,196.738406344757,1818.11297157428,158.559600187646,2476.16471656911,207.658324151404,4426.32463600168,284.124828865388,2964.33916557846,268.638057450904,3776.35699286742,315.407598986388,5323.49458292944,3944.97509000384,1231.97386499991,35205.7047299269,14699.9707468607,819.010719157862,6550.55578224433 -3739,890.7694190027,3931.80032007075,199.284558519698,1575.30488968372,370.385272305118,2803.96529195428,420.17751996215,3304.29173668506,85.5229466747389,1208.4612328841,748.5704336481,6706.27161068236,418.743442110426,3912.085614731,477.873552586703,4421.28991964583,367.446021130408,5020.07338339002,99.1596376207871,1362.23737577978,201.25859345518,2619.30344143815,453.782798494227,6011.68936139053,202.505332319108,1750.27941075098,160.225149353373,2383.7793298874,207.692440429915,4261.17903387778,284.068313374061,2853.74005307388,271.842435886214,3635.46159980261,319.16985560079,5124.87568562791,3878.23987139344,1223.6534630014,35460.6346199581,14914.8566798621,806.155429399222,6662.85736955372 -3740,861.83554064418,3805.02255216342,190.666557585497,1524.51043894111,344.769165509279,2713.55366571045,402.401054615038,3197.74748296161,77.2244686317907,1169.4953635022,675.197249926806,6490.03322709952,377.699155388705,3785.94353178589,431.00577825796,4278.72894969459,333.168801192549,4858.20511784551,92.2241379658098,1318.31311722074,185.74298391753,2534.8460893996,418.918436121629,5817.84722889494,195.866752906257,1693.84304602094,148.283408203518,2306.91626512695,187.694158796519,4123.78071183918,256.49324333043,2761.72347932531,252.829023115313,3518.23903776581,296.846232032662,4959.62815336901,3422.15062468239,1105.26852204611,32797.1395061652,13960.1808849454,708.040653381647,6276.31840490592 -3741,719.656867181715,3681.29888681669,157.86470272776,1474.93963698676,279.694508247844,2625.32007417869,333.095149918072,3093.76990227149,62.0735732296092,1131.46818994544,542.459143541191,6279.00407074873,303.446674835537,3662.84023761962,346.292173228221,4139.60230289446,268.401298955408,4700.23629218263,75.0894674879588,1275.44700310416,150.990549496058,2452.42333238019,340.55919709653,5628.67479332635,163.539725570154,1638.76624495005,120.743487178016,2231.90484743977,150.92628508116,3989.69234369934,206.166956717971,2671.923603805,205.854965196507,3403.84039141066,241.69405082868,4798.36146822341,2711.32408149801,886.95595426468,26646.8191073606,11415.0348148517,560.62385834248,5148.90644491019 -3742,552.617679823313,3366.1414412803,126.203187211382,1348.66947457811,231.105719885751,2400.5653901033,261.41040221687,2828.91104417416,55.9837027468581,1034.60275320356,491.194439062574,5741.45606275176,274.769668842216,3349.26304430068,313.470521241966,3785.20932165926,238.277470266867,4297.84721462999,59.5786547336176,1166.25548354163,124.218776462798,2242.47040636957,279.806512783225,5146.80173054069,125.219763520938,1498.4708222015,103.618805203152,2040.8305956537,135.70982787357,3648.13321302966,185.970415491526,2443.17917322938,163.332652460351,3112.43627678898,191.768657938618,4387.5718557578,2666.79271042336,810.183005956759,22178.1674569023,9042.73271378376,559.491302013808,3992.52126907501 -3743,532.237689631423,3116.80966446016,131.620266714023,1248.7728533857,238.982867047233,2222.75431337691,238.897423724749,2619.37219103501,56.4229286239912,957.969210834905,470.411469836107,5316.18354624212,263.143866272438,3101.18145876995,299.421395164037,3504.83697775488,220.494492771198,3979.50352610168,45.4406606681261,1079.87035772022,102.874602705749,2076.36950400403,231.073022066227,4765.57555724936,121.677755156821,1387.47834041484,107.385591292766,1889.66525471969,141.936196813284,3377.91416491525,181.59194708291,2262.21167231547,124.57387078745,2881.8965681438,146.262022046861,4062.58221827363,2891.06259976688,829.378712000063,20336.9518738196,7651.25208237004,579.603140276272,3292.92105997889 -3744,528.750658554129,2987.10775231647,129.875803594579,1196.80682261901,239.046204026774,2130.25733226254,238.188089205711,2510.37048147694,56.6661705290894,918.104589059357,472.605813339003,5094.9575987238,264.371361923177,2972.12989373744,300.849436983821,3358.98782214226,220.99493053899,3813.90174983557,45.5815494966739,1034.93298093373,102.628200760421,1989.9641331349,230.561502978255,4567.26243300294,120.596351634204,1329.74026424619,106.854674226913,1811.02933426443,142.513232624348,3237.34673430101,182.380066195136,2168.07272539202,124.960112238715,2761.97025382606,146.715507639813,3893.52323210601,2924.32197190947,834.824363552691,20297.6933180776,7612.62560626241,584.645774603431,3276.25714131564 -3745,527.212265301358,2923.55641730592,131.235776222451,1171.34451002979,251.103259262826,2084.93566709118,243.35764964631,2456.96183046821,59.4895270472207,898.571724110384,496.626609205556,4986.56132243617,277.808375050149,2908.89721576482,316.209911721555,3287.52466176053,231.091224216631,3732.7602015894,46.1413766767861,1012.91456779354,105.626790283428,1947.62723478038,237.168399409051,4470.0929804662,121.780704079568,1301.44976520257,110.179790592973,1772.49931075038,149.514660727799,3168.47151321221,191.482030635531,2121.94652991355,126.494857503709,2703.20876564274,148.517450088626,3810.68772036291,3143.34223474023,886.008860999844,20947.464672583,7703.19902243189,632.083116218578,3289.83849450114 -3746,601.313826213681,2939.08685936375,148.972350901508,1177.56689655022,299.413854064375,2096.01120932473,285.657001407612,2470.01364062672,69.1064953164783,903.345093973707,577.188196233402,5013.05080669153,322.873788720731,2924.34978558498,367.595615405517,3304.98856667132,267.913166428155,3752.58927541311,54.274647301586,1018.29534680349,121.847137666641,1957.97337065138,273.764594556478,4493.83889472846,139.283627175882,1308.36329355112,126.474587665151,1781.91513651663,173.626717976141,3185.30298701464,222.445462484984,2133.21868031145,148.791914566611,2717.56868250855,174.696396211916,3830.93075877026,3706.56945830185,1044.94767960787,24314.5132369511,8845.65517827284,754.292046815432,3782.93695142431 -3747,891.291521397445,3015.69935893689,202.591478350862,1208.26226136119,399.184945032688,2150.64745029464,408.146331082215,2534.39891674923,87.8570263327018,926.892382277205,732.586331170224,5143.72484633898,409.802081632144,3000.57813725348,466.438998556249,3391.13894169227,343.124881663778,3850.40715491701,77.8958555856243,1044.83901684637,160.703502928521,2009.01141110444,362.126852741255,4610.97875716814,190.057678443736,1342.46809788834,165.745981726069,1828.36390756973,220.989861244983,3268.33354562352,282.762872414048,2188.8247998496,213.548573148454,2788.40691883537,250.727106065501,3930.79074765965,4553.59457661103,1330.98046116158,32358.3155863017,12187.3617516055,934.089263970811,5328.69893784849 -3748,1255.94322461833,3190.82292821384,291.503516511083,1278.42681513382,535.535346233813,2275.53690807028,556.79018656959,2681.57306491406,119.6524258424,980.717609198108,996.230172375805,5442.42420169745,557.282030873017,3174.82360762273,634.166099112025,3588.06452501453,470.276530602954,4074.0027338796,106.520305934632,1105.51347944083,226.090173943202,2125.67597449605,508.952671826048,4878.74121015356,274.950995511559,1420.42606947657,231.545509314306,1934.53815616712,301.275741291681,3458.12774191866,385.047752287946,2315.931240462,292.02143262517,2950.33147234761,342.861989812085,4159.05425269738,5968.21363082261,1770.343439765,44881.4130109649,17294.0406685529,1211.94896165109,7576.72991030114 -3749,1389.84220316985,3701.63791293443,321.015217246386,1483.08861828957,596.554530804108,2639.82486045055,621.291464224142,3110.86285472637,128.43764363167,1137.71950552025,1068.46418195562,6313.69531199666,597.689074017212,3683.07728045383,680.212361252954,4162.4734366829,506.616309855781,4726.20490588269,119.275810872773,1282.49379574596,248.287631701457,2465.97287120945,559.307300938549,5659.77299185613,306.985644449159,1647.82036157618,251.088860902776,2244.23603063898,323.587330217403,4011.73523108097,413.290166537868,2686.68587267619,326.990172089544,3422.64647066421,383.91874200385,4824.87221951667,6307.61538072003,1909.26842252236,49305.3858605657,19171.8820644817,1298.66065631967,8462.12082739551 -3750,1277.69783890167,4121.15471034422,292.187505024532,1651.17112718265,539.332472382115,2939.00346657766,565.980587058488,3463.42549123809,119.123188599833,1266.66038372952,991.31370036293,7029.24375282466,554.531801474191,4100.49055037678,631.286336733105,4634.21799045429,469.064383899089,5261.83869628942,110.300935410766,1427.84234213114,229.863634962133,2745.44835362072,517.783481639597,6301.21061905173,283.115059620884,1834.57237164706,230.213583079811,2498.58146753747,300.050017535748,4466.39620975702,383.328491351393,2991.17536610093,302.385886859118,3810.5444012051,355.030882245843,5371.68824773227,5859.79724239306,1757.6005118195,45281.399493874,17687.7952695877,1184.41591864636,7815.8347750938 -3751,1163.99514252946,4331.69288105558,274.12606954122,1735.52480305313,492.250026086936,3089.14886442319,511.224057601672,3640.36213122641,110.327931332258,1331.37049020371,917.823934629088,7388.34799064649,513.422299842786,4309.97304743729,584.435782308345,4870.96711708595,435.071904216174,5530.65119462014,99.1995167364776,1500.78678025717,214.165518333929,2885.70556665448,481.823085147184,6623.12169743766,265.151035847247,1928.29549982633,214.588472449633,2626.22694763271,277.958731248318,4694.57179494291,355.016657619356,3143.98607914577,271.951762989563,4005.21436727807,319.298216412727,5646.11264982292,5377.37938114393,1610.85813491186,41880.5457227501,16379.406983217,1082.9064692126,7203.22381802525 -3752,1114.90249365578,4395.179236904,251.917082087948,1760.96108126026,458.244095115999,3134.42418967379,487.329626224747,3693.71617363577,100.418489303885,1350.88338343693,835.106998320113,7496.63343528582,467.151203531852,4373.14107206419,531.790853460018,4942.3572087228,396.545805700708,5611.7097782863,94.9190086536076,1522.78268028986,196.694583113772,2927.99917691471,443.157677780364,6720.19179738631,245.050268422664,1956.5570727597,196.138474921841,2664.71757545753,253.051626794996,4763.37659337015,323.120888589042,3190.06511209755,260.216910261198,4063.91577376104,305.520340862875,5728.86346496371,4861.80665151149,1475.2204510018,38665.623953007,15253.2979121136,982.921708595095,6763.43673982086 -3753,1024.42184668045,4484.52799892599,235.001563542091,1796.75932385715,413.878752872046,3198.14330234333,441.469568027332,3768.80502657807,91.9913341047807,1378.34523457891,764.625358226189,7649.03106930068,427.724419822689,4462.04182442843,486.880470943304,5042.82944757077,364.098275576974,5725.78915810012,86.1002591860375,1553.73903951408,182.203659306317,2987.52191479582,410.202636326585,6856.80529715105,228.943026728261,1996.33154903329,181.221575961568,2718.88811178202,231.899073854218,4860.21036936011,295.991831203612,3254.915338487,236.040638602134,4146.53034390152,277.135011290494,5845.32443977212,4384.1864549471,1334.43278299215,35537.9521268711,14125.9701723298,879.090621021407,6256.66873225434 -3754,985.477317884607,4558.86616479341,225.996658444579,1826.5434600411,401.233875922957,3251.15760113561,426.959431344272,3831.27894875112,88.9708892476634,1401.19349345816,739.707576748051,7775.82589374842,413.785641162863,4536.00724628134,470.995078307991,5126.42234564263,351.86466556547,5820.70319682586,82.9153611081267,1579.49472895604,175.025594906113,3037.04482995832,394.077142576597,6970.46772263314,218.913927626408,2029.42391145225,174.88979120195,2763.9579954971,224.245520939333,4940.77606650251,286.279181265015,3308.8707238419,227.30935970356,4215.26566243517,266.883627925042,5942.21996542315,4272.25869499855,1296.41128654791,34256.9865563618,13552.9137325757,859.717033036423,5995.68252142114 -3755,952.237490950172,4490.05137267867,215.554792648528,1798.97230441868,375.299051260211,3202.08229899531,406.935477899031,3773.44687935896,83.0613381184467,1380.04287497554,690.119016699947,7658.45200667732,386.046255006978,4467.53750306001,439.411873825548,5049.04045390558,329.433141444337,5732.84133249993,79.2830767286984,1555.65270387997,165.885673136665,2991.20149938838,373.615397960414,6865.2504887999,209.772713571619,1998.79033294148,164.86455909978,2722.236833261,209.446471905263,4866.19645271004,267.249733978736,3258.9242584786,217.351588001012,4151.63742247739,255.192220930226,5852.52383993068,3917.64801684276,1202.12032172535,32365.2846144949,12955.9453637984,784.81232470561,5756.00471281949 -3756,869.032892857828,4399.46797506065,205.540588371545,1762.67939593516,343.572655996111,3137.48270535581,366.833299984441,3697.32043654289,78.0523655110907,1352.20155154782,648.171664690212,7503.94851759017,362.581290618294,4377.4083057694,412.67120444746,4947.17987346577,310.083876724259,5617.18558542702,71.3950040822742,1524.26858469404,157.481837805408,2930.85626672057,354.037693654861,6726.74924167423,200.696005675347,1958.46624654336,156.069726252608,2667.31775973365,196.885059603832,4768.02461199449,251.122921653885,3193.17792120748,195.726732020277,4067.8812708898,229.802505236065,5734.45358859965,3621.96135642694,1108.89399641989,30331.8167070386,12183.5643757827,718.599548790965,5379.8384631743 -3757,848.743224165033,4291.27475177175,198.434122534812,1719.33098050124,332.004543536635,3060.3246560576,357.519178957413,3606.39466601128,75.4788902426217,1318.94774785439,626.831395596357,7319.40884549474,350.643739608733,4269.75758142329,399.086191127468,4825.51713157643,299.793526849502,5479.04583358784,69.7598831183892,1486.7832495874,152.130835767401,2858.77964557217,342.140816229586,6561.3227203679,193.729978035734,1910.30297382102,150.805620243884,2601.72216781271,190.387105807327,4650.76771765708,242.844084905907,3114.65019608508,191.244109085621,3967.84254140046,224.539463393085,5593.4299418614,3503.90785426792,1073.0305552958,29340.0533370346,11806.4402284255,693.388143926159,5222.35831202752 -3758,807.671866947073,4196.4675951592,198.126170252142,1681.3457917249,316.154856247752,2992.71288665684,335.119247959887,3526.71856888746,74.4336944466149,1289.80822803153,617.970818110211,7157.70110575153,345.687213744423,4175.42580377319,393.440468382197,4718.90695513852,296.192199782713,5357.99724395423,65.2355279783611,1453.9357391048,150.999584224993,2795.62061119278,338.923931215145,6416.3633815424,193.17005489231,1868.0986397495,149.551782993434,2544.24230569847,187.788535287225,4548.01828097875,239.475580193182,3045.83821223072,178.840758775054,3880.18097438446,209.976705688666,5469.85426349673,3413.60153819358,1037.85187262431,28716.0575286769,11577.4494855227,666.320135257813,5082.10664677711 -3759,828.072256081328,4101.85538233616,202.709838001961,1643.43870862022,326.914576288089,2925.24014151346,346.043492961743,3447.20630285889,75.6826179261718,1260.72862529322,628.214564477744,6996.32587170415,351.417471608258,4081.28799243179,399.905707060883,4612.51599202309,301.272096016045,5237.19755610843,67.2794291832174,1421.15577012854,153.798286216661,2732.59144529531,345.345914006966,6271.70211011862,197.193770473426,1825.98108681467,152.605461792639,2486.88063447342,190.965669114642,4445.48011911628,243.489778984299,2977.16772053133,184.444037443374,3792.69965829761,216.555507992392,5346.53268315475,3464.15475884668,1060.23464347435,29393.5299582812,11845.7710447424,682.507692719178,5209.37535018409 -3760,873.610741235506,4059.61778608776,211.244360414675,1626.51590316671,345.987397495221,2895.11837940577,367.994154660699,3411.7097544842,78.0128512895426,1247.7466594045,647.360490068703,6924.28335439263,362.12752696708,4039.26218256533,412.115500123213,4565.0200249543,311.116891576775,5183.26912245359,71.4044867322586,1406.52185497802,159.801704058261,2704.45342398056,359.077990475685,6207.12118348278,205.921884182821,1807.17860727475,158.199239135208,2461.27274478301,196.886587100084,4399.70415265727,250.980496620052,2946.51125012404,195.752728350359,3753.64549818546,229.8330274939,5291.47840460255,3557.37858540872,1101.3174160794,30664.7947259757,12383.4396565882,709.044990762086,5468.30297344156 -3761,952.312729628111,3991.77770661742,229.399692490241,1599.33527337719,378.931312544221,2846.73819405729,402.638503191882,3354.69683527118,85.1745651091392,1226.89562440733,706.909406869914,6808.5719850497,395.438645432933,3971.76226461595,449.975257853243,4488.73419274175,339.277722762306,5096.65175901893,78.0851839557377,1383.01753524983,173.418627022685,2659.25943162112,389.775650617215,6103.39427702066,222.735871818676,1776.97893164155,172.380245841252,2420.14253317135,214.935949591626,4326.18090611295,274.024740375715,2897.27224096074,214.067609790266,3690.9185070453,251.336506321493,5203.05276100772,3904.71010569883,1206.81461699043,33417.4998418851,13457.0079281452,780.433520352996,5942.30676945053 -3762,999.258133260206,3914.58037567575,237.480740739741,1568.40559155124,388.156452035948,2791.68488031524,418.308128135309,3289.82006586288,85.3387785711412,1203.16858485018,707.481401129793,6676.90042831478,395.758613781244,3894.95201402135,450.371123367716,4401.92617775338,341.609309536044,4998.08717415159,81.2934509283049,1356.27124068793,178.420978370463,2607.83178572233,401.179462638346,5985.36021237583,233.127249131753,1742.61378389424,175.303371612568,2373.3391894507,215.516040395192,4242.51652305647,274.528009420273,2841.24164495767,222.862953639053,3619.53951793105,261.66310826289,5102.43047805027,3806.30471390989,1203.7128683178,34256.4559599676,13985.1342255783,764.244196120643,6213.93810711467 -3763,1033.4838976129,3746.92961174344,241.397328497697,1501.23507253134,391.660359920814,2672.1246572703,429.476018767535,3148.92607613441,85.9204868785486,1151.64016723411,712.075489306476,6390.94705654024,398.328504615815,3728.14187909913,453.289545376034,4213.4037269028,344.406484625219,4784.03277941914,83.5761201350228,1298.18585533893,180.867910274108,2496.14548754335,406.877506802377,5729.02361541897,237.396609976998,1667.98240477525,177.203579461076,2271.69556740265,217.032955175096,4060.82115143875,276.392086103731,2719.55904131175,229.120805849543,3464.52454645801,269.010444523625,4883.90734518218,3795.06418857447,1208.93363196633,34726.0275676532,14273.9809203298,759.135885504425,6363.77961038143 -3764,988.405901580687,3624.70051124753,224.088415337709,1452.26307904277,359.471784650836,2584.95691538174,405.867907048951,3046.20453030988,77.3158395283138,1114.07235670071,640.049488413069,6182.46710335681,358.037819624999,3606.52565578519,407.420512054238,4075.95771084973,311.289509669006,4627.97219543095,79.5679070592641,1255.83755798174,166.601690903884,2414.71838608591,375.218409537029,5542.13635683857,222.000240680694,1613.57092388174,161.777208419094,2197.59027731823,195.447434438988,3928.35255233311,248.689742513361,2630.84393592967,218.132439693627,3351.50782000755,256.109017901843,4724.58873939999,3313.01264731127,1082.91351391203,31994.9687148192,13371.1032090966,662.07091671233,6014.08289318336 -3765,820.408734699833,3543.08447752182,182.202142640638,1419.56301125236,289.327979389874,2526.75240162104,333.776369080293,2977.61427549856,61.8979842390969,1088.98720366386,512.130071546267,6043.25879027,286.480869839371,3525.31885852241,326.012804255838,3984.18088654079,249.852637628587,4523.7658662151,65.7415119320373,1227.56033061683,135.115548217292,2360.34706999363,304.509090484968,5417.34613309218,181.410364226017,1577.23874732434,130.481468895129,2148.1079541215,156.532127541885,3839.89929849798,199.088532220673,2571.60620118838,180.22789484964,3276.04316453576,211.605340376187,4618.20693138622,2607.60149310163,863.641674395547,25914.228984869,10940.3424139011,518.431231917799,4944.89824043889 -3766,636.258848463193,3279.13199212615,148.303921324346,1313.80849499033,242.814929141929,2338.51455953215,265.828612672636,2755.78815378068,55.9066482247155,1007.85990320158,464.36143936553,5593.04847558489,259.759534658142,3262.68987509775,295.496372469045,3687.36762850526,222.076596778327,4186.75464017435,51.2171026385858,1136.10961802584,111.128184317449,2184.50608187331,249.969746993655,5013.76502032163,140.694297256545,1459.73771395643,112.575128463031,1988.07834235645,141.003191577573,3553.83472116773,179.875076859427,2380.02684354987,140.409770289325,3031.98470614203,164.854931357892,4274.16004079005,2604.35217454484,794.001607285938,21617.3043262329,8674.93017522777,514.65058125067,3826.52646381817 -3767,453.807164437788,3031.09983636732,109.052412067078,1214.43257659205,193.514407148194,2161.63030819157,193.55029481134,2547.34150441184,40.3787611004037,931.625806771725,312.914254664175,5169.9926565468,175.041367109474,3015.90139411065,198.31842852881,3408.45670202545,142.74487949193,3870.07029153292,32.2631341505666,1050.17476745748,65.8842709913716,2019.27096658781,148.517683937898,4634.52595661676,102.716832261235,1349.32377121046,85.8691881780656,1837.70093813602,106.548207988659,3285.02416727164,125.651461566927,2200.00262061922,88.4481749555641,2802.64666647239,103.846888866671,3950.8643846466,1913.35190258041,587.129366709952,14711.9275730251,5542.61619691716,388.431747168723,2446.30675174421 -3768,445.512785772501,2866.24325204399,105.803488466543,1148.38156630666,188.651390354082,2044.06275568056,189.402582964373,2408.79574802208,39.013839720131,880.956196180501,302.257371793631,4888.8051746602,169.080004471049,2851.87142831285,191.597797439503,3223.07629225864,138.049669073072,3659.58347031428,31.8102724672852,993.057471937092,64.3047983290178,1909.44610685179,145.011045656437,4382.4616365971,100.927555005474,1275.93624850365,82.9712071794753,1737.75137658282,102.963210930171,3106.35705207525,121.397422826353,2080.34806051989,87.2066715973778,2650.2152780515,102.389241364844,3735.98330426684,1836.81346851466,567.331588077278,14321.1508211471,5429.01844817792,372.737535161906,2406.75265662339 -3769,446.831838853473,2779.68866963098,108.17010199292,1113.70283244428,201.467205854971,1982.33631354493,195.94160234453,2336.05512841849,42.3448952243074,854.35315206337,328.618397390685,4741.17343053328,183.826120667859,2765.75084507304,208.316217254985,3125.74609449445,148.829755811831,3549.07166401426,32.5570463353748,963.069202541485,67.0880620227011,1851.78480741363,151.181654761092,4250.12041376955,101.755421793341,1237.40562864223,87.7451826735503,1685.27490075318,111.638309676827,3012.55153250662,131.808845594335,2017.52587767704,89.2539242117328,2570.18429096318,104.79291803575,3623.16438194676,2076.49967841052,623.546730609286,15040.1846465097,5536.51684087967,422.435873183493,2424.17197126185 -3770,509.939500233357,2742.38962206988,123.930692613671,1098.75869306273,242.177136202468,1955.73647981217,229.538566190037,2304.70894483606,51.0186450894092,842.889077254941,396.410982017282,4677.55434426187,221.748671385977,2728.6388211836,251.358169791246,3083.80350088091,178.476618751769,3501.44870744359,38.1969314749637,950.14632942167,78.9326712543944,1826.93676944475,177.855088078582,4193.09048621488,116.827314388992,1220.80159240632,103.32618798065,1662.66116369569,134.405312169291,2972.12783178111,158.848157425971,1990.45385537131,104.715458271866,2535.69646246756,122.946285361391,3574.54721770086,2573.67925373054,760.191866751398,17749.9634764071,6405.01214081254,524.448251227804,2788.10720729048 -3771,742.14354623673,2734.20202703246,176.554270725094,1095.47827253085,311.071566638438,1949.8974924678,314.217735225178,2297.82807591519,64.3627530439924,840.372573264958,498.517817634421,4663.58918029388,278.866299717828,2720.49228011904,315.991151027286,3074.59659095207,228.043561462885,3490.99488869,52.6623446723414,947.309601442178,106.624824315209,1821.48232259781,240.431253505429,4180.57172280501,168.117058860797,1217.15680430648,137.618768240604,1657.69717310032,169.889659629151,2963.25433733298,200.263603305443,1984.5112168865,144.371847242487,2528.12596424024,169.506800831094,3563.87515825856,3010.99811496455,933.34703476644,23721.6003550378,9024.86491896968,610.766417265298,4003.22120366769 -3772,1074.86171297249,2700.54191340049,255.078419491732,1081.99209895254,439.194960802895,1925.89276621925,449.433740689229,2269.5400586519,90.6810167835533,830.026945535326,701.879672190913,4606.17683834201,392.625057936399,2687.00094393454,444.827920496667,3036.74596045707,322.115274730122,3448.01807736438,75.3441121288527,935.647497283839,152.152022946058,1799.05848509382,343.124660292663,4129.10569438248,242.715047651888,1202.17267513979,196.347568175662,1637.28965578365,239.459966182269,2926.77441495383,282.111877314391,1960.08036927397,206.553063950465,2497.00280421369,242.51368768107,3520.00113519403,4169.64680202107,1306.28022747865,33804.4131972978,12988.6879732405,844.871746366987,5778.17996382471 -3773,1169.59463360799,2865.39849772383,274.279716929903,1148.04310923793,475.007881969344,2043.46031873027,488.524614985486,2408.08581504166,97.2423935745445,880.69655612655,752.473148525215,4887.3643202286,420.926585055646,2851.03090973234,477.012657831502,3222.12637022388,345.778772659011,3658.50489858302,82.3216964168571,992.764792804226,165.021479487083,1908.88334482985,372.248697702837,4381.17001440215,264.988395279787,1275.5601978466,210.282161373527,1737.23921733685,256.826761376382,3105.44153015022,302.508472745313,2079.73492937329,225.681850167962,2649.43419263458,264.972771064992,3734.88221557379,4442.64813471242,1401.13651763973,36517.6747073446,14113.6062819033,899.801488390846,6303.78485266522 -3774,1090.4239628316,3137.27865520529,248.273107747498,1256.97390597809,438.37566167128,2237.35178398539,454.452644113055,2636.57436598579,87.8636121026376,964.260471778517,679.54869389216,5351.09646153759,380.133313274588,3121.54781456714,431.03235793156,3527.85425612091,312.966081870839,4005.63807700954,77.7070051769117,1086.96217876086,152.714109656634,2090.00562322092,344.742330376005,4796.87247059277,248.493392414814,1396.5903120674,189.167013944694,1902.07523311885,232.129872213396,3400.09790445118,273.302987359953,2277.06827081493,213.030846819936,2900.82281662614,250.119244246668,4089.26237098727,3961.87729023555,1268.23225276423,33527.768342509,13119.4241848311,801.71266334824,5914.11518719706 -3775,985.760652404797,3437.23056710076,226.064900399754,1377.15185882754,393.189975687564,2451.26263442123,408.877546641317,2888.65446751578,79.1889549887674,1056.45240111043,612.357275356537,5862.70916502257,342.547049359821,3419.9957173376,388.322209575243,3865.1486903454,282.234849761821,4388.61291973409,69.6593542756969,1190.88548921862,137.457932612801,2289.82886223007,310.254673551356,5255.49640133153,223.911798605969,1530.11684263053,171.598594641409,2083.93064522781,209.23305214986,3725.17768828861,246.311740774832,2494.77637277592,190.968513025269,3178.16743453993,224.215886411808,4480.23244448862,3555.63941688516,1139.08302947918,30232.4423695339,11838.1525166461,719.31805031245,5329.22568175057 -3776,970.037933376706,3641.66052638776,222.261425105718,1459.0582345961,388.410715135958,2597.05195834754,402.911515166061,3060.45775614025,78.2347728173495,1119.28511399702,605.044663542829,6211.39493762932,338.456441310066,3623.40063056888,383.686687684899,4095.02916358697,278.655666412784,4649.62653025378,68.6908542228722,1261.71363627591,135.484788231492,2426.01688102647,305.806390691331,5568.068076226,220.298274388398,1621.12084068561,169.075999534292,2207.87282735503,206.698095399384,3946.7333588458,243.349341334396,2643.15368478933,188.313406372674,3367.18956342153,221.098529093586,4746.69514413685,3522.65853984206,1126.5589093192,29814.423360689,11657.472839948,712.778795309609,5246.42579709442 -3777,881.057791385577,3758.23629480674,200.617916370222,1505.76517875896,341.046898894632,2680.1880237426,360.449685755236,3158.42823198517,68.151685537652,1155.11534070229,526.507406030537,6410.23229013954,294.523419023388,3739.3918685598,333.870867890882,4226.11803581549,243.807600020171,4798.46901068215,61.6350010953516,1302.10324305221,120.723523333048,2503.67782170279,272.560237784264,5746.31143798138,199.693077798373,1673.0156854504,149.706931711401,2278.550604582,180.175173622733,4073.07502927839,211.939230198102,2727.76554512641,168.970049060541,3474.97904789541,198.38751806243,4898.64495655588,2985.22317252561,973.031022924371,26465.7141511416,10504.7115989818,602.91931126189,4752.62375938738 -3778,843.925925449307,3784.29363846666,193.366376129535,1516.20524629497,327.994671082862,2698.77083092382,345.867797965515,3180.3268683162,65.8910775660442,1163.12421375829,509.1358975726,6454.67697445993,284.805956351403,3765.31855633429,322.821757060259,4255.41938926121,235.566124073006,4831.73870056983,58.9107145193168,1311.13124156625,116.005009748531,2521.03681360651,261.854196431068,5786.15289556173,191.195721032655,1684.61536712142,144.765281275856,2294.34870014938,174.179262057842,4101.31527482582,204.916924966413,2746.67822614417,161.501519357825,3499.07245665398,189.618726909588,4932.60920603038,2900.07138930167,940.909624577881,25469.8710873039,10074.2443686761,585.917248254505,4547.48059008692 -3779,808.245707547569,3700.20833354888,183.28448881804,1482.51584673128,299.876668506435,2638.80535522321,324.635311045734,3109.66143375733,59.4923781178172,1137.28011614995,458.984551178712,6311.25695122855,256.751752669989,3681.65486921876,291.019783701261,4160.86588176857,214.034127817386,4724.37963683578,55.5645183564475,1281.99849427791,108.261899969681,2465.02050794083,244.474346427666,5657.58717709349,182.723704843625,1647.18397031496,133.679541792591,2243.36930254694,157.413218177073,4010.18589153953,184.958064653099,2685.64826963954,152.32804779527,3421.32463828796,178.848165704037,4823.00884497135,2512.37108842468,839.254126386608,23633.7476204848,9546.77358399491,506.138337219851,4342.1134913274 -3780,766.098507039388,3566.86749377919,175.732842163421,1429.09185268675,298.226222769407,2543.71327111973,314.131202016763,2997.60156317731,60.0343694823508,1096.29704923292,463.914757681144,6083.82427014165,259.509665016436,3548.98262275285,294.134138677518,4010.92477012529,214.515597445299,4554.1317233724,53.4341389894724,1235.80035071377,105.417204654652,2376.19094080586,237.937943728706,5453.71016335239,173.484637801876,1587.825989883,131.816694251195,2162.52716617235,158.690426505821,3865.6746894101,186.70572918782,2588.86815259778,146.487692481599,3298.03366132924,171.991012014825,4649.20672583815,2647.25096099347,857.315418215362,23161.9695955926,9148.46712136461,534.911059232349,4126.03777900575 -3781,745.297556161558,3454.51549065788,170.021413428066,1384.0771913421,285.456986104179,2463.58938598103,303.512368809152,2903.18074693731,57.0990663925012,1061.76502086009,440.988973020738,5892.19117903845,246.685191125588,3437.19397139297,279.615554701434,3884.58550098272,204.516126387582,4410.68209355253,51.7920847055343,1196.87413741797,101.606222179716,2301.34380604018,229.384794384458,5281.92490293431,168.759942336648,1537.81139559753,126.360717976413,2094.41018135375,150.982430477731,3743.91062177148,177.556638581253,2507.32194341883,141.986062109469,3194.14959811184,166.705653563864,4502.76234866856,2481.44143453687,812.403721258736,22264.977861936,8866.76393974696,500.906933217579,4012.76110552164 -3782,711.462672149916,3408.37903752871,162.8505444177,1365.59228003162,272.44610784267,2430.68715221099,289.782656485959,2864.40759254886,54.6624273313841,1047.58471909228,422.184205538443,5813.49858006328,236.16597648703,3391.28885416715,267.675449102761,3832.70528872805,195.770303617362,4351.77564828482,49.3114438525665,1180.88939869214,97.0760279893643,2270.60842768433,219.128697406055,5211.38265717652,161.087158373608,1517.27330174142,120.986398051825,2066.4384853441,144.536501637977,3693.90917948867,169.980773649505,2473.83564363667,135.185478039079,3151.49043690113,158.721096521946,4442.62613431,2377.61689607529,777.236853088609,21281.62304409,8466.02120940833,479.981317208489,3827.1749484046 -3783,710.369692977128,3369.0006000514,162.117145215579,1349.81501769471,266.251431761081,2402.60440055798,286.435516055734,2831.31388611224,53.1803333411923,1035.48153194415,410.451583433466,5746.33278428799,229.602855176887,3352.10786677082,260.216106657812,3788.42443148791,190.988350627311,4301.4977527238,48.8417118334932,1167.24608647774,95.7189405824231,2244.37513290681,216.102242329111,5151.17336006597,160.472656633431,1499.74360472394,119.050708844122,2042.56405183778,140.677456577128,3651.23189211255,165.348082059587,2445.25437930267,133.897725286624,3115.07994154149,157.209147665577,4391.29860484842,2270.40292959896,751.654235783019,20949.6812670777,8410.3405365761,457.747850198832,3813.4996288887 -3784,734.638584638412,3370.95003164336,167.299389554304,1350.5960718859,270.426886994341,2403.9946386367,294.080096439153,2832.95219176771,53.8118825733868,1036.08070085236,415.07643709342,5749.65783049529,232.189955940924,3354.04752358627,263.14578071826,3790.61655762477,193.767642456171,4303.98676255413,50.1672453030225,1167.92149935732,98.0857566826865,2245.67381352688,221.465533353583,5154.15402444568,165.910427812813,1500.61141328499,121.664881351603,2043.74595690814,142.400363414129,3653.34463344004,167.290815525263,2446.66929627755,137.531625690572,3116.88244500481,161.475705472914,4393.8395768595,2260.03691607745,756.720811541057,21417.0450475242,8664.93361794885,455.132148197695,3938.58777239367 -3785,793.511572747753,3361.33285722039,180.509445680683,1346.74287979572,290.258106492709,2397.13614606499,316.560705632431,2824.86990187779,57.7165360789361,1033.12480749208,445.103630469529,5733.25430575918,248.986892803565,3344.47857128664,282.16287323755,3779.80209278161,207.938470406605,4291.70767475363,54.0355072205126,1164.58946990977,105.515573609165,2239.26700341132,238.252594092585,5139.44944627316,178.941414413774,1496.33023392392,130.856182182336,2037.91523822074,152.752217296358,3642.92179945046,179.421999661688,2439.68905475609,148.136320983205,3107.99011440124,173.9266646258,4381.30414287189,2410.36003326304,809.969643822785,23041.0186093261,9343.9464572917,485.212721210762,4250.09122973168 -3786,829.032174080605,3303.88972102792,187.34519818116,1323.72786225761,294.377186481162,2356.17054582265,326.394104304841,2776.59459163857,58.1135586415386,1015.46933225608,447.697238878811,5635.27647318471,250.437733584835,3287.32346460015,283.784325057703,3715.20757161426,210.168128016836,4218.36499822292,55.8766790595852,1144.68734347066,108.413282030678,2200.99929089605,244.855570169361,5051.61937795296,186.502701288288,1470.75885939266,133.682981064039,2003.08850503174,153.901064614424,3580.66647932801,180.617040477981,2397.99625115927,153.183824681562,3054.87645175313,179.852932249531,4306.43031713963,2356.871466651,808.344616581569,23605.7601994464,9696.63282607124,473.442062205649,4429.66770585684 -3787,875.090387697969,3163.53094265473,198.044803368498,1267.49207918576,311.079179641386,2256.073615424,345.069309341633,2658.63683341208,61.4162736044421,972.329261919061,473.158105271733,5395.87365155381,264.680308970196,3147.66846865033,299.943962736583,3557.3748228891,222.192286778808,4039.15666868504,59.0086100597,1096.05771878124,114.642179397748,2107.49448360656,258.910596232076,4837.01199557483,197.190472002255,1408.27677487512,141.285889962897,1917.9915195754,162.643959810115,3428.54942481447,190.883331524787,2296.12244398768,161.769896318438,2925.09647631385,189.933827955112,4123.48071848446,2493.42764592812,854.721668109534,24940.7221177202,10242.3029754098,500.906933217579,4678.27401867369 -3788,846.035582284404,3085.81376580979,189.202921148401,1236.35411725233,292.739755259665,2200.64957332566,329.90646360146,2593.32318461453,57.0573721044834,948.442444761314,439.097684732663,5263.31542013066,245.627221785399,3070.34097874689,278.383263787794,3469.98224376604,207.281447670873,3939.92835108206,56.7834360630511,1069.13131499165,109.131536588787,2055.72052455537,246.567887547488,4718.18309095039,190.552331904396,1373.6802126339,132.903014299169,1870.87300269792,151.200960965249,3344.32164680313,177.295682277624,2239.71453862125,155.669665074825,2853.23682194062,182.771554269592,4022.18084627704,2244.82736718241,788.272204221968,23634.4651571192,9842.12134452359,449.900744195423,4521.89977727301 -3789,712.194707368225,3077.69115623764,158.321532170434,1233.09973362794,243.611274126148,2194.85693039714,276.497350590787,2586.49692959019,47.178656455568,945.945914424387,362.893845448861,5249.46109856191,202.999492276742,3062.25909729959,230.090677780574,3460.84840966993,171.721313845302,3929.55750495626,47.7331998917935,1066.3171023035,91.2852010319711,2050.30937000177,206.286080858996,4705.76368976607,160.459733518882,1370.06435345022,110.445853924583,1865.94841161327,125.060260014425,3335.51858184774,146.584262562566,2233.81906723803,130.858781280061,2845.72641124173,153.641127401958,4011.59349165283,1829.24825063934,649.787931805835,19722.1357606915,8264.43876369315,366.198280159065,3807.36779791124 -3790,565.009749964535,2881.38380652279,132.173370245222,1154.44774148377,214.33331638319,2054.86024939935,228.770705207862,2421.51989599006,43.6096267364796,885.609731874723,336.786005746839,4914.6296475239,188.3950059499,2866.93606551562,213.42405839948,3240.10177052448,156.346180229877,3678.91474056236,38.5111594519076,998.30316793436,76.8098632258005,1919.53250575897,173.297162451751,4405.61141605592,127.234568975948,1282.67621457881,97.7442772786672,1746.9308205707,115.31779497876,3122.76597624595,135.607795081959,2091.33722660784,105.576902511938,2664.21469305903,123.957705939696,3755.7181466288,1892.01427439264,616.448553562227,16914.3515814497,6712.66544029348,381.892492165882,3020.05300783005 -3791,345.894700286443,2650.89649096957,91.1258014040637,1062.10129312839,157.411347475745,1890.48810930162,151.563607377828,2227.8179604402,35.4906810801689,814.768142057521,280.406242910209,4521.49916909484,156.856683175749,2637.60445196676,176.31010860458,2980.91992966147,118.83516376562,3384.63142405942,26.5543132872632,918.447017995367,58.7510503634919,1765.98548666072,132.065717647299,4053.19826430618,94.1261906295741,1180.07252924089,72.3840742982485,1607.19053523313,92.5244374213757,2872.97004647897,103.931297309258,1924.04722442689,72.7976561885098,2451.0991437627,85.471634838823,3455.29118107448,1717.63556722177,516.253888879797,12465.6548337682,4584.26143871986,354.302848023937,1981.87561426385 -3792,366.294821166487,2500.53065059438,96.9739930818447,1001.85610662305,176.430923465426,1783.25463781649,165.06422556409,2101.45025013327,39.9469641223217,768.552344191118,316.060359841756,4265.02781133618,176.801269520903,2487.9925710999,198.775120352516,2811.83428944821,133.108048674273,3192.64620314541,28.9291975202113,866.350280845724,64.3489661353731,1665.81413229185,144.623124125079,3823.2901689521,99.8844572543577,1113.13570308889,79.4326779408233,1516.02644931102,104.048611045328,2710.00760834411,117.091809592974,1814.91019142389,79.3083124426332,2312.06633586157,93.1157880032125,3259.29795238633,1995.20986931147,588.546375061606,13698.1179086349,4930.84543176567,411.338921290575,2113.72805395546 -3793,383.718500399572,2390.97282708206,103.87291769588,957.960954012916,199.538241015222,1705.1234232117,180.036143224507,2009.37766723199,45.8825433280871,734.879122843137,363.679066521206,4078.16061012092,203.438737750343,2378.98408886444,228.745052764834,2688.63706138941,151.944626172005,3052.76414683934,31.1982604216144,828.392157378535,73.8970989936181,1592.82843596911,165.742553290804,3655.77718547121,104.916204592765,1064.3649652156,88.6797364503119,1449.60352498728,119.371304860434,2591.27179712682,134.653070303475,1735.39202579153,85.5288634762639,2210.76585569633,100.419328999999,3116.49562770506,2385.46002557574,686.898081055606,15236.7125392374,5301.40788710845,495.51851353762,2239.4959712573 -3794,455.820675838798,2341.58732760276,124.410197280427,938.174288242512,251.57274368343,1669.90413047221,220.817902175563,1967.87400871493,58.0886815122962,719.70020816563,461.006247214406,3993.92627821786,257.882670909388,2329.84621655108,290.026090760564,2633.10331266116,191.567487780889,2989.7093599022,38.2280623056161,811.281732703906,85.4577903151463,1559.9285941122,192.032747673502,3580.26717538471,125.049361372451,1042.38052656366,109.721696318119,1419.66199101518,151.006653842079,2537.74912612938,170.618271413055,1699.54753562612,104.800802279154,2165.10252787483,123.046487650977,3052.1244682105,3099.51556354747,877.989547244241,18757.564069166,6339.15451889479,642.457583078414,2653.72739116797 -3795,642.461479456361,2311.76109168945,172.081900941631,926.224186139094,319.31788635339,1648.63353596525,294.303292934473,1942.80798886603,72.8394191472775,710.532944599346,576.748975986869,3943.05318628136,322.628092938998,2300.16953438022,362.733144943372,2599.56385860716,242.117893343825,2951.62759560944,51.2905636833826,800.947939013385,105.751924038169,1540.05882555502,238.304951637008,3534.66311349605,175.356578918424,1029.10308560289,143.250641960539,1401.57888432851,189.62963844966,2505.42425691247,213.615708820289,1677.89935486177,140.61116099465,2137.52428724649,165.091383926927,3013.24768435003,3697.49234498483,1076.48818755661,24435.6031111145,8619.21992981406,759.102531433153,3669.67230470419 -3796,744.760099351002,2261.40087956575,189.950328739545,906.046994535796,295.646170777031,1612.71912643395,305.918895538753,1900.48518016982,64.7823092610811,695.054446436393,509.785157252046,3857.15633665013,285.169146267508,2250.06183679491,320.456799477815,2542.9340503544,219.856472528728,2887.32830778103,54.3771879412419,783.499808990885,103.129399436124,1506.5096454876,233.127252798479,3457.66277603842,202.240671404279,1006.68474407339,140.206746669603,1371.04639973198,169.317314986564,2450.84521866689,189.200263114851,1641.34740849636,149.073025893056,2090.95971060738,175.026448660043,2947.60604295783,2844.53720066441,907.576628258181,24197.6553648418,9392.2479337339,578.675138453203,4163.28458847246 -3797,822.553399403946,2335.73904543318,208.009683640615,935.831130719744,329.977604578506,1665.73342522623,340.029253224976,1962.95910234287,71.9282701285536,717.902705315642,566.159797663189,3983.95116109787,316.704603603773,2324.02725864782,355.995714770183,2626.52694842627,243.920274964715,2982.24234650678,60.6617798843035,809.255498432841,106.874627486144,1556.0325606501,242.317261320477,3571.32520152051,224.24251471339,1039.77710649234,154.269597501357,1416.11628344706,187.96457756545,2531.41091580929,210.105598830528,1695.30279385126,166.301999529347,2159.69502914103,195.254964527031,3044.50156860886,3180.95386774384,1012.43445897101,26687.3912219956,10252.9432336073,651.909389695358,4568.05656755794 -3798,735.643475750435,2534.12578506423,178.215890745594,1015.31624581928,277.545936120967,1807.21302414427,296.499629814652,2129.6836587972,58.3493134198112,778.878000205003,458.191482803112,4322.32932163976,256.308117486844,2521.41925393868,288.263867039792,2849.61185119834,199.383049722374,3235.54004989103,53.9972631533958,877.989871896558,100.543314780233,1688.19468170155,227.446522045447,3874.65684478654,201.776093685332,1128.09090614532,127.608027510297,1536.39457093846,152.707271886342,2746.41710806169,170.171198137117,1839.29387650972,148.031476304335,2343.12941418776,173.803566622699,3303.08727884856,2426.36243320502,810.631120613325,22839.4948122404,9185.99015504971,492.026311123302,4150.42671119411 -3799,670.40723427716,2808.21529078613,164.146917564665,1125.13223427897,253.402922526169,2002.68008716117,270.101416669343,2360.02894979424,53.7248922131845,863.120971628162,421.952710446747,4789.82983574921,236.036480253715,2794.13442897181,265.395452821546,3157.82413821173,183.455166644497,3585.49409646791,48.9433572970664,972.952723162786,89.6571536582973,1870.78879308983,202.953229805153,4293.73737570921,183.318783275922,1250.10453336821,117.765308245048,1702.57007454775,140.588931785132,3043.46791433638,156.703003812912,2038.23078503303,134.176382521336,2596.56086844405,157.536318767747,3660.34719268231,2243.66750147708,744.866402849754,20873.8737907316,8355.48707884571,453.922917788856,3763.14662107376 -3800,657.913405352068,2992.17626563116,160.777754202493,1198.83755998054,248.85541854417,2133.87194497409,265.048624379543,2514.63006876511,52.7171051992751,919.662425508449,414.042461347227,5103.60270381145,231.611559381886,2977.17299267745,260.421581998451,3364.68734017512,179.964284745141,3820.37316412753,48.0813555078787,1036.68905136327,90.7428877234107,1993.34069686841,205.166656831597,4575.01214689773,179.831306763023,1331.99656257664,115.392702652404,1814.1022820973,137.950705550704,3242.83985218882,153.764730903533,2171.75150312186,131.813236873233,2766.65675467138,154.761752490742,3900.12974783269,2202.94553562618,731.925932062209,20530.7019470791,8231.44646862493,446.660546031798,3707.10077632531 -3801,606.944843605933,3116.93962908756,148.205133297166,1248.82492467528,225.843340214666,2222.84699771353,242.728645592923,2619.48141353091,47.6836109381422,958.009156203708,374.291249976912,5316.40522028966,209.375095945648,3101.31077173293,235.40601025514,3504.98312233248,163.133512685237,3979.66946330948,44.0773185113977,1079.91538611906,83.4487423109461,2076.45608439166,188.651469654622,4765.77427206299,165.806881553464,1387.53619544127,105.33305375578,1889.74404991964,124.824659764859,3378.05501706955,139.028968985079,2262.30600194375,120.836319282383,2882.01673737259,141.873767614533,4062.75161969402,1961.97934636854,658.635404084408,18752.6827243011,7575.65342959962,397.197544738037,3418.54254322824 -3802,582.485093411243,3230.00642190163,143.24376576955,1294.12597179907,218.248010932318,2303.4806354659,233.670345180062,2714.50294025542,46.3797053802563,992.760879261682,364.172174224744,5509.25749177692,203.714577681803,3213.81062871035,229.018546211564,3632.1261689322,158.514002988429,4124.03172765281,42.2480151299522,1119.08925014888,82.3354135678634,2151.77940079166,185.926124672739,4938.65243986239,159.03335515708,1437.86898535736,102.323336604443,1958.29439878426,121.387055171584,3500.5937544789,135.256009511862,2344.37101264102,115.821352516482,2986.56171677811,135.9857015615,4210.12768413627,1925.22812502569,642.08070342976,18150.4281707779,7303.32973278077,390.985373716195,3286.3538654286 -3803,572.464095861496,3176.07226131406,140.548876532666,1272.51685130003,211.535099514167,2265.01746286625,228.264736385207,2669.17657913661,44.784086023772,976.183907672989,351.464183294228,5417.2647402254,196.605843987074,3160.14690303737,221.022940503257,3571.47747339364,153.359313557303,4055.16926720713,41.3316638670043,1100.40286645624,79.3723781252937,2115.8493125527,179.336575686604,4856.18756549817,156.279774878717,1413.8596656748,99.5472327592368,1925.59509395761,117.248479159953,3442.1413673797,130.558236544243,2305.225058684,113.309209819876,2936.69255919836,133.036198040791,4139.82760638078,1832.98471917289,616.759989019411,17659.6167001837,7153.47080641146,370.528259403209,3224.35563829338 -3804,528.804977686439,3054.68790883517,130.19662689915,1223.88331235478,198.502407335993,2178.45215343288,212.271123243901,2567.16496099532,42.2796443579712,938.875735256228,332.009119411954,5210.22563072261,185.722859500445,3039.3711920324,208.781392460968,3434.98137228747,144.41830337353,3900.18724690242,38.3255023441116,1058.34724604808,73.1809609581863,2034.98496891813,165.384077850293,4670.59191947526,144.299873432307,1359.82423263243,93.2035969441685,1852.00195929768,110.649798129684,3310.5882833679,123.30667776373,2217.12307987364,105.067930498387,2824.45691233673,123.360122550847,3981.61008107585,1757.79628151235,584.435689051375,16482.4314260974,6626.18034178398,354.78978172412,2976.15551928511 -3805,517.680969131343,2978.07540926203,127.020270948793,1193.18794754381,192.590056734937,2123.81591246297,207.037960399208,2502.77968487282,40.8293638692681,915.328446952731,320.505524744118,5079.55159107517,179.287854040267,2963.1428403639,201.558734057643,3348.83099726652,139.665925427317,3802.36936739851,37.4729064862006,1031.8035760052,74.657923686202,1983.94692846508,168.448825557262,4553.45205703558,141.352243472689,1325.71942829521,90.4404744814515,1805.55318824458,106.87836860433,3227.55772475902,119.048446763806,2161.5169603355,102.7305708589,2753.61867600991,120.615831593512,3881.75009218646,1682.60979401392,564.218497664706,16083.256544875,6509.2928589721,341.108105468008,2929.95630813645 -3806,497.493489540783,2922.45174633728,122.740126294863,1170.90191543272,186.670491793777,2084.14787045784,199.773604979901,2456.03346309034,39.7946333065214,898.232197193442,312.494525870507,4984.67714141142,174.80657466789,2907.79808380143,196.510592513163,3286.28246474629,135.970370180522,3731.34977153811,36.0222148620517,1012.53183623066,68.4625644222418,1946.8913203813,154.748994104059,4468.40394791891,135.842374041119,1300.95801010447,87.782209266589,1771.82956874748,104.146408595708,3167.27430064094,116.059115545587,2121.14474866016,98.7535540576027,2702.18735342441,115.946421263761,3809.24784526068,1654.43904301005,549.901479598976,15503.8980799938,6228.59344571487,333.992900497011,2797.33398358325 -3807,514.067485522809,2898.73370924204,127.767343454462,1161.39910838041,197.18267863975,2067.23334087991,208.286211428281,2436.10078401096,42.3226498388174,890.942323340136,332.61055070556,4944.22249318807,186.059294655718,2884.1989729167,209.152787967637,3259.61164990667,144.233615013972,3701.06687896081,37.4674212278494,1004.31432924122,69.8803956974659,1931.09073766336,158.071206675669,4432.13927024679,140.212785104482,1290.39969365607,92.4863835860185,1757.44975238587,110.707094905482,3141.56933239037,123.497589124516,2103.92995977745,102.715533228394,2680.25693833129,120.598175930806,3778.33274741104,1796.15432073925,588.038987005321,16234.6384535925,6446.85370411166,362.569987174209,2884.097122853 -3808,536.011628678741,2936.74754649591,133.32103071432,1176.62963354111,204.230208653637,2094.34292722634,216.640549983498,2468.0476780779,43.8063507478082,902.626092833712,344.195051927762,5009.06075984353,192.539558501134,2922.02220242367,216.435327711056,3302.35802097736,149.440820787181,3749.60247005494,38.9452875888785,1017.48485309506,74.870532197897,1956.41495726654,169.157881552839,4490.26210518278,146.269878037492,1307.32192552259,96.1516784541983,1780.49685348938,114.604022037128,3182.7677028866,127.808210620736,2131.5207836015,106.767048553942,2715.40568301503,125.355054882409,3827.8815989296,1849.49331943585,608.214794857341,16900.8264145447,6735.12723948491,374.625495605467,3015.6862274549 -3809,572.157723572648,2999.77903560319,141.718514868222,1201.88366602284,213.488716707123,2139.29386404142,228.975074335335,2521.01944969737,45.5926470722257,921.999180182088,357.968536582887,5116.57036144293,200.244319623257,2984.73764108746,225.075322578597,3373.2366172244,155.869552631483,3830.08028556547,41.2490965994136,1039.32315700757,79.9407364282162,1998.40554246867,180.557172340958,4586.63671773992,155.916515235529,1335.3810100723,101.070597664315,1818.7117038466,119.332091359718,3251.07952902054,132.954850868249,2177.26966971663,113.082854745525,2773.68650593936,132.770434838075,3910.03952142272,1889.61775657193,629.735474848135,17811.9082331553,7153.19299206045,384.358935739928,3216.2126751836 -3810,617.764401568539,2991.65641972789,153.572961893607,1198.62927987305,233.946630269252,2133.5012166178,248.692721616205,2514.19318937586,50.1911607930512,919.502647907852,394.28668181815,5102.71602912322,220.56035731762,2976.65575336861,247.90388065351,3364.10277604043,171.246645763369,3819.70943139189,44.7331628958464,1036.50894213558,82.5835009512333,1992.99438371601,186.882326024546,4574.21730691813,168.197202188639,1331.76514808272,110.434316251397,1813.78710894046,131.323376132537,3242.27645723396,146.417716442626,2171.37419375852,122.634292120007,2766.17608941239,143.984765219038,3899.45215858272,2108.14358463164,694.572850701723,19350.2926397139,7704.8647999752,426.410565196025,3454.13418779616 -3811,655.45973692503,2935.38294627249,163.398741426864,1176.0828963649,250.073490283159,2093.36976191976,265.004376898127,2466.90086570823,53.7399180821573,902.206675179164,422.273269313274,5006.73323072371,236.21579794666,2920.66444453432,265.51900064521,3300.82353480791,183.282031688907,3747.86016558804,47.5880380162354,1017.01206473451,90.5078524234318,1955.50588209221,204.573316073428,4488.17564300823,178.751613656461,1306.71446037163,117.883066532876,1779.66952108657,140.585816340934,3181.28878600672,156.797127305849,2130.53034309155,130.460825430319,2714.14393233913,153.173887948767,3826.10292098658,2273.04656398901,746.125287451213,20678.6675727645,8219.88721219337,460.845522631791,3679.64042292467 -3812,621.89681500428,2915.95365363704,152.56723234414,1168.29840651289,226.019523404366,2079.51375251895,246.14879456989,2450.57245483313,47.743974907267,896.234971374054,374.472906305368,4973.59367555566,209.476712831434,2901.33257362635,235.470581124837,3278.97539179911,163.812561258791,3723.05308819925,44.5795204058426,1010.28046433307,83.7441348565492,1942.56239337918,189.377397237235,4458.46841926148,169.632777990229,1298.06532051281,107.117000919905,1767.88989282257,125.043891145343,3160.23184321168,139.132417790214,2116.42836789367,122.213086983115,2696.17902020284,143.490228807598,3800.77795498868,1924.01224538693,653.918922936608,18963.0712711812,7710.41254982597,389.728039503766,3486.62315307229 -3813,528.146190690844,2952.66786982961,129.197846098081,1183.00822887946,192.234021089993,2105.69651347956,209.228927221274,2481.42714512976,40.5171833932827,907.519294928829,317.796016571955,5036.21524473958,177.772179993527,2937.86269858969,199.848016051879,3320.26034544523,139.011151659554,3769.92933940649,37.9523758451663,1023.00071293386,73.7953986305092,1967.02082590232,166.655960933034,4514.60414461101,144.1756748357,1314.40901333863,90.740000887967,1790.14905721251,106.115427243878,3200.02171948958,118.073907148021,2143.07591373447,104.045018164289,2730.12609591103,122.159122490271,3848.63282516652,1633.49393530406,555.853530083375,16148.5952107226,6588.39494985081,330.709664854454,2977.73967148915 -3814,406.949820069242,2776.43962328086,103.516978174503,1112.40107798436,157.074878053419,1980.01925457549,165.221999062729,2333.32462428988,34.2743435334788,853.354539153676,269.468994122935,4735.6316976054,150.738486412245,2762.5180899855,169.38137343671,3122.09255802086,116.710319667939,3544.92332234483,29.3668525075448,961.94351659269,60.30834553975,1849.62034391257,135.92047554533,4245.15264944084,110.594074464164,1235.9592838464,75.2075735070057,1683.30506279073,89.6314911400567,3009.03030379199,100.039799783403,2015.16768729379,80.5081272129278,2567.18012435239,94.5244889874213,3618.92943681076,1471.81091082,477.400289809587,13075.1164608612,5161.9685204405,300.13574344543,2294.27336785583 -3815,324.009931374935,2585.91557657348,81.5884610565273,1036.06620898087,149.484024066054,1844.14693890291,144.855336624281,2173.20788846244,30.4943293221232,794.795887738252,234.721367102834,4410.6645320391,131.300982218209,2572.94936275907,148.797222212734,2907.84921436542,105.849239169375,3301.66460676634,26.1821582238901,895.933303387117,53.0820209833284,1722.69622503758,119.690195902223,3953.8429970068,86.3279723973458,1151.14563893605,64.1844555318269,1567.79378362704,80.7998695312663,2802.54548584873,94.474206434502,1876.88342591177,71.777407008681,2391.01582320313,84.2737615842621,3370.59229478608,1517.07177608572,461.811419762711,11117.0413090589,4101.64944237828,323.875893155584,1814.11771238923 -3816,348.500022242049,2459.26776699039,86.9171212674114,985.323827002436,166.014419227397,1753.82799250061,158.329832932143,2066.77285193772,34.3607434292831,755.869961787848,264.948605049283,4194.64781175283,148.209822180671,2446.93658650539,167.672345287705,2765.43438190392,117.489135876497,3139.96227038186,28.6358060334298,852.054071043084,58.208640165546,1638.3254491876,131.237183076084,3760.19956968738,91.6296959182691,1094.76712642654,70.5062017808995,1491.00951024506,90.946823599663,2665.28800913325,105.279288018384,1784.96117721659,78.5039906606197,2273.91342456704,92.17143482971,3205.51415573177,1746.13561172236,523.947634062714,12216.3463133862,4439.71031503868,370.799340493994,1952.4326439127 -3817,377.788356609884,2382.91519036888,93.2366486491931,954.732602245211,197.222539173796,1699.37711570885,180.270748990218,2002.60601550984,39.5214855354796,732.402562284649,305.428445925782,4064.4171094495,170.853874286897,2370.96685449131,194.694185174334,2679.57628895032,141.300554140079,3042.47625724577,32.2531812174404,825.600455614049,67.0883292090548,1587.46056531074,151.131203405168,3643.4571272375,96.2797124834926,1060.77802933628,78.816441396672,1444.71832577038,104.46258434161,2582.53914800181,127.334466946604,1729.54371236012,88.4208893618472,2203.31552086971,103.814852886055,3105.99296146736,2131.19081468658,623.253687714956,13874.9764497491,4863.88655301667,460.372561115633,2124.64005920328 -3818,419.896849183353,2351.13952286361,111.805418817422,942.001445950601,235.08440960935,1676.71628312316,206.993197453342,1975.90169000548,50.0839632289934,722.636129810162,387.660151649164,4010.21897130569,216.853537053978,2339.350515505,245.404713979046,2643.84470875945,169.381116535381,3001.90548312269,36.7735048305274,814.591249043952,77.8298222765952,1566.29211613348,175.220668645312,3594.87240096914,114.786106337073,1046.63277981446,97.6149292549429,1425.45331401335,132.254793743304,2548.10153745741,153.879965664494,1706.48061462088,100.813187392169,2173.93477677805,118.364634122402,3064.57520559582,2730.10816313354,780.015158179518,16686.9380485447,5628.95357310222,584.635164231775,2401.54860563444 -3819,564.234856132621,2343.79668214635,154.324053888792,939.059482487449,278.572228439135,1671.47973272908,258.7993363825,1969.73075406502,62.6907849476016,720.379265874131,483.859521845266,3997.69466176929,270.666583354051,2332.04449302095,303.271421798405,2635.58772086537,198.861551939383,2992.53023610035,46.4697197241717,812.047200197326,95.8761461341605,1561.40043130847,216.045332906964,3583.64525975422,160.887950148066,1043.36404237166,127.219785004327,1421.00148266396,165.834270485878,2540.1435649343,179.496167452918,1701.15110728267,127.394997681197,2167.14536396764,149.574303517461,3055.00423484656,3169.72231801225,931.400422374829,21121.2984290321,7453.69952434456,663.470400077066,3199.63326572447 -3820,622.459018943975,2330.34563000473,169.665720800822,933.67021892238,249.483790009079,1661.88710841578,256.822278422999,1958.42646676071,55.4899453961121,716.245008350504,424.972305118916,3974.75188701781,237.725613847518,2318.66088670768,265.565456031645,2620.4620795812,175.096385809978,2975.35610126699,46.7780575647453,807.386860281959,92.7380189168041,1552.43955224611,209.281164590242,3563.07871504784,185.385542719537,1037.37617480468,124.010615455191,1412.84635334654,147.479508685495,2525.56567778248,155.053082074209,1691.38819891305,128.240294332824,2154.70811396586,150.566765232867,3037.47156165489,2435.45767865654,776.377142467243,20512.2219838241,7891.32867513292,505.364280720476,3485.67208197194 -3821,611.418885987733,2409.88227381424,185.831119801312,965.537163757435,274.125837017434,1718.60870425622,263.965045561828,2025.26919871783,61.6228003563966,740.69104904765,472.089777951466,4110.41349060074,264.082696455354,2397.79872046358,295.233838593332,2709.90064026353,191.679986455401,3076.9074914925,48.2388228020511,834.943648552286,96.5717211090356,1605.42561152975,217.853214694149,3684.68956923835,205.556652280347,1072.78269058051,136.477683978638,1461.06798009444,163.748067752744,2611.765344967,172.02442374557,1749.11669162607,132.244927567626,2228.25010257363,155.268599981805,3141.143004453,2795.85080395273,863.968374822226,22238.3446899305,8197.16982364623,592.967946194639,3568.88027492171 -3822,623.395876543928,2604.63007951615,159.049304177959,1043.56431305373,238.811730055586,1857.49319569005,253.591919399716,2188.93558885302,49.8980319212236,800.547896858214,381.126581134884,4442.58490682309,213.198717569474,2591.5700280495,238.684469976935,2928.89357991706,159.685011764126,3325.55904963169,47.8540860444371,902.417253054528,90.0909757512573,1735.1635321163,203.712548672731,3982.45731337222,184.911077353742,1159.47658316426,112.751793269621,1579.14004784502,132.831147274168,2822.82775887304,140.31728334766,1890.46659959133,131.190186143855,2408.31981915129,154.030229427835,3394.98557351133,2082.38788579032,697.672138446426,19466.953216115,7793.75639619886,431.374020230555,3530.82324901453 -3823,559.284359846233,2858.64048207195,146.498999738734,1145.33546026435,212.227675272887,2038.64083661323,225.786470378463,2402.40636708982,45.9496971730159,878.619441506862,351.047420686423,4875.83751702872,196.372710802686,2844.30677990284,219.041697158074,3214.52701520936,143.379744188957,3649.87634887634,42.3047992292866,990.423366292791,80.3477007944111,1904.38126125153,181.618387697995,4370.83706575491,168.001180138115,1272.55180100798,104.060451493036,1733.14195483352,122.303997798569,3098.11737524353,126.069896494039,2074.82989392513,115.977023999891,2643.18552678352,136.168475250673,3726.07353067681,1905.36516668101,634.05678692931,17625.817751684,7021.283241002,391.541840139192,3157.67100685409 -3824,563.890178071618,3057.41710928203,143.494573377215,1224.97678670721,214.506888845791,2180.39848404604,228.581665521714,2569.45858573467,45.0881683285924,939.714570565325,344.470608078809,5214.88068896227,192.693702087359,3042.0867078111,215.73624041342,3438.05034462637,144.831646581311,3903.67185583621,42.8385485358689,1059.29282276919,81.310526499675,2036.8031192668,183.799265226781,4674.76484382437,164.805259896905,1361.03916293435,101.965932608302,1853.6566241033,120.009801125219,3313.54611712767,127.173837937187,2219.10396089354,117.440277750462,2826.98041368853,137.88647960402,3985.16743696188,1887.12919402058,630.418646773244,17536.004398315,7015.01225371788,390.419237140937,3171.31374424769 -3825,524.972740230507,3197.97083144473,132.235663705778,1281.29067545072,194.9004567463,2280.63443870207,210.550059280611,2687.58017505643,40.7647681094855,982.914557986897,311.210927804485,5454.61601628899,174.088541670203,3181.93567006962,194.936370917119,3596.102306674,131.617120342254,4083.1290871619,39.4404684873293,1107.98998896494,74.7030932010671,2130.4377950382,168.877368926653,4889.67029360422,151.944470722096,1423.60802858859,93.0452096814525,1938.87180044881,108.550356471628,3465.87444645708,115.199575270122,2321.11926022011,108.124568456888,2956.94064005695,126.948917260761,4168.37113363973,1678.03499423172,567.542555707093,16035.6138451818,6476.72151468175,346.332296701345,2936.26982797686 -3826,512.712409224648,3313.44191628877,127.824607962174,1327.5550199657,193.214135386102,2362.98269847361,207.375641592553,2784.62227292913,39.6598041050597,1018.40525390061,302.897230404133,5651.56916627253,169.437935515319,3296.82776355407,190.357588843893,3725.94896771255,131.238667208629,4230.56112144341,38.7005068991243,1147.9968598107,73.7511218480452,2207.36281291732,166.685435160922,5066.22460353739,145.74229497759,1475.01111264346,90.3999479404619,2008.87982802991,105.582457884247,3591.01889065603,114.9062030935,2404.92933015403,106.095991452915,3063.70870065635,124.567167600071,4318.88105452494,1663.15245563032,559.22382574989,15669.6868087402,6306.23551334486,346.135558365631,2861.66285610674 -3827,502.079441117126,3283.55069491019,125.389411945608,1315.5788809548,183.75121929811,2341.66575955079,200.570392759881,2759.5016391837,38.2802998931334,1009.21801668127,292.172890542262,5600.58523193678,163.438838053994,3267.08642176594,182.989406939274,3692.33643782582,123.843787354972,4192.39638452286,37.6038941794407,1137.64055082885,70.9996432357391,2187.44975206679,160.525110038737,5020.52117942318,143.211968322741,1461.70474276653,87.9218755283199,1990.75732183253,101.949437141854,3558.62359194638,108.093456817652,2383.23398228809,103.089668718229,3036.07037249958,121.037447929958,4279.91956584638,1561.02560711033,532.245598031191,15150.3757324223,6163.76013101514,320.90047493708,2801.68350927492 -3828,463.591557172544,3180.42598493598,116.187101487246,1274.26120288241,169.653812431202,2268.12232296413,184.804613297255,2672.83545594027,36.1563619901321,977.522049436933,276.172186280828,5424.690664929,154.488190690096,3164.47879635984,172.512260511271,3576.37321396933,114.782485253721,4060.72804697564,34.5931427121155,1101.91128615175,65.4747054118497,2118.7496946519,148.019421502237,4862.84437201164,132.241614953076,1415.79776837463,82.346772198779,1928.23467774446,96.2488587013464,3446.85981549678,100.318704159303,2308.38503489553,94.8358062358382,2940.71814385555,111.346598566924,4145.50243483481,1481.34168202329,500.648288931701,14078.6237580583,5701.17903794458,302.225356659632,2580.4251175756 -3829,471.116511021546,3098.93991583766,113.334007035945,1241.61320638157,172.561341031284,2210.01049354005,188.492433183247,2604.35442362485,34.9064533567015,952.476841768894,266.504097433453,5285.70402588973,149.079950368809,3083.40131206003,167.663699628782,3484.742534238,117.093061677857,3956.68765496759,35.2028931152341,1073.67908718567,66.7890592115266,2064.46495894725,150.976574967878,4738.25286307889,129.535510190974,1379.52344684366,79.8895436477553,1878.83114974768,92.9469195593907,3358.54741381596,102.078364742825,2249.24162978251,96.5074141485282,2865.37365761255,113.309231275004,4039.29002824142,1446.89898292702,493.48707719997,13988.4637937751,5705.32292584672,299.763412725287,2602.83543550618 -3830,432.669843248346,3072.42769913344,109.531483268538,1230.99089059475,159.22816347259,2191.10329342821,172.856097409483,2582.07351120675,34.03120324769,944.328160890743,259.939051608216,5240.48348777843,145.407523883735,3057.02203205088,162.316928865243,3454.9296783146,107.598404532517,3922.83718887649,32.3875475693438,1064.49349036762,61.265672009386,2046.80293778635,138.5070711896,4697.71590846956,124.490814036607,1367.72127398308,77.5563346332841,1862.75727289122,90.5917732627232,3329.81418914406,94.123966008136,2229.99879735321,88.7892496874692,2840.85965946727,104.247344272305,4004.73287790346,1395.22342405364,470.630987642677,13220.7423356575,5342.22567281401,284.850666009198,2415.97412747441 -3831,437.321872856875,3064.95489378879,114.058841738214,1227.99685584202,164.085705806302,2185.7740586975,175.914915894723,2575.79335277039,36.2153165132866,942.031351585908,276.899887188579,5227.73750419449,154.895259910628,3049.58669660385,172.407222744204,3446.52654584292,111.622524430022,3913.29600464635,32.780279330652,1061.90441312216,62.6032851352957,2041.82467257372,141.478296939573,4686.29005244101,128.506544284113,1364.39468151385,81.7481079478358,1858.22664634187,96.3476805216688,3321.71536446665,98.0370417136615,2224.57496038672,89.8659091146871,2833.95007742808,105.511448726034,3994.99250573382,1505.21413842203,498.558135369068,13719.8520584451,5466.33069214856,306.204466158827,2451.02402242616 -3832,466.498433997881,3135.45918824072,119.002496474964,1256.24492307648,176.101472445843,2236.05423024329,188.409377189845,2635.04528282622,37.4785394648249,963.701248239119,286.478732449851,5347.99308937783,160.253578187508,3119.73747071467,179.247097160465,3525.80827456164,120.017017646328,4003.31500438702,35.0944729381344,1086.33179428013,67.0844930281878,2088.79352298847,151.600043171148,4794.09052102669,134.054942548251,1395.78035853279,84.9759416810422,1900.97212324843,99.7250669542373,3398.126015278,105.316936872256,2275.74768346833,96.210184290199,2899.14048239161,112.960254079247,4086.89080039658,1573.85940577241,523.362679036911,14463.4034144692,5779.5657593514,324.032632287054,2605.01774754649 -3833,495.060486179025,3207.78294965721,126.455143987785,1285.22197321255,188.936361818766,2287.63195553117,200.959716389874,2695.82629604161,38.9847906298852,985.930368431728,297.716985700135,5471.35204672093,166.54015408979,3191.69858867796,187.145593094326,3607.13598483963,128.987927446945,4095.65707675021,37.3887954560689,1111.38955991883,71.660560742553,2136.97447363567,161.924485897977,4904.67293917845,142.886114844892,1427.97598908635,89.2864333229506,1944.82071002541,103.790652968131,3476.50855526253,113.180300242695,2328.24099389654,102.499983617311,2966.01322158967,120.345099408667,4181.16066565003,1642.7887966805,548.731373543109,15341.561290243,6130.24593578699,343.653614829165,2772.52383268922 -3834,514.77885834854,3210.90203137994,137.067288163553,1286.47165638289,195.263050754875,2289.856330164,207.584297881813,2698.44757767431,42.9347531640139,986.889035972619,328.106053363499,5476.67210560127,183.539520113195,3194.80203080252,204.532097220567,3610.64337673562,133.254937656728,4099.63948121184,38.6173609916664,1112.47021746879,74.0326000689668,2139.05235674911,167.282836690625,4909.44198869354,154.148943899095,1429.36447885575,97.5881421610916,1946.71175278791,114.25981177455,3479.88893182286,117.234104640976,2330.50485465151,105.868050059021,2968.89721897167,124.299541901613,4185.22620936564,1785.67694054848,590.309664470203,16323.2980774484,6472.417322662,366.326756312762,2897.70321004294 -3835,560.224345267366,3169.24926650007,145.85330235484,1269.78316794436,214.540502421964,2260.15164082846,227.458953209808,2663.44252258541,45.9795813810735,974.086821337554,351.488747944025,5405.62710537723,196.619585227107,3153.35811986215,219.832559763574,3563.80504963425,146.36397857741,4046.45775292044,42.3410581467271,1098.0389268373,81.1502686699569,2111.30394088009,183.367638872342,4845.75526426285,163.825628938687,1410.82234272591,104.185119314356,1921.45843576506,122.338911041435,3434.74678981145,128.719488744985,2300.27286070915,116.07642646521,2930.38381164694,136.285183557817,4130.9342248815,1940.06320938507,640.994769863535,17632.9308514181,6998.4322382401,400.524835915564,3145.25485174068 -3836,528.701040056293,3127.14162857591,136.074818824995,1252.91243125503,195.226838346009,2230.12255856229,211.219072411578,2628.05519140944,40.7918036921812,961.144798880332,311.109917436005,5333.80625136229,174.032037395542,3111.46161668712,194.974459323929,3516.4552200552,132.250891102462,3992.69524842563,39.4784690355974,1083.4500379018,74.9659639610024,2083.2524957539,169.454700977407,4781.37304280319,155.440541704501,1392.07771540651,94.575913174774,1895.92933745312,108.686753385558,3389.11166867556,115.699092035781,2269.71071535525,108.228745537948,2891.4498149355,127.071231438128,4076.0493395339,1658.49856948525,564.105868086825,16176.3248663233,6540.39793171189,344.067091102715,2963.65493129366 -3837,467.949372345059,3151.5094762018,115.233933779932,1262.6755897044,170.32037903029,2247.50050083313,186.608461513963,2648.53397237398,34.6177849381328,968.634395703039,264.027744950587,5375.36924832141,147.694701478467,3135.70727984367,165.867682298337,3543.85674360711,114.686992853358,4023.80781094637,35.0182935539871,1091.89268251776,65.9911432012274,2099.48597201187,149.212514947431,4818.63127526855,132.113101269797,1402.92530137526,80.1182209298011,1910.70312217152,92.2353454483553,3415.52088403528,99.9276137761875,2287.39714322958,96.0013413592665,2913.9810645164,112.715051861677,4107.81142805389,1405.70000013812,483.975852426624,13945.4222065495,5707.41953604002,291.07606740007,2605.82548677966 -3838,367.788058976355,2937.98218209195,92.4187911754901,1177.12429942775,142.961340400989,2095.2234081963,151.03218400908,2469.08526795168,29.3376209154468,903.005565119457,224.42857315274,5011.16661491582,125.543287586066,2923.25064735004,141.434582691874,3303.74636256921,99.13489911007,3751.17883731403,27.7666617405224,1017.91261305678,54.1120672133791,1957.23745205325,122.19354073922,4492.14985254371,101.366924970481,1307.87153564712,66.4841865899243,1781.24539069224,78.0260614235993,3184.10576761218,87.0831901580499,2132.41689448317,76.1212641058484,2716.54726446214,89.3738786352796,3829.49087545223,1280.3743485965,420.228116721286,11420.4067422898,4521.64933948682,268.441839225548,2038.66687983472 -3839,292.231501550684,2751.81185900648,66.9077952090399,1102.53378200665,125.377917768765,1962.4559526216,126.769677489963,2312.62740892789,25.3562742420746,845.785055467979,197.354379422356,4693.62537405312,110.398231669585,2738.01381344608,124.717577530907,3094.39875948946,87.2491077257213,3513.47890150405,23.2314747166305,953.41081954671,46.6858425556012,1833.21371527746,105.302277680965,4207.49700662314,68.3570063480776,1224.9959934366,52.3217721911396,1668.37369531539,66.7286327156885,2982.33939778601,77.5286752985605,1997.29260931267,63.6882185910079,2544.40854797008,74.7762558295793,3586.82856188157,1256.63147417473,388.279488028147,9414.55567390917,3520.42820277542,270.256405007384,1572.89476160353 -3840,301.277047447618,2637.70536808273,68.6013963769656,1056.81617214247,129.588557818477,1881.08085366155,131.111244943395,2216.73211812769,26.0964044597128,810.713775271502,203.092499609856,4498.99974243844,113.608083529278,2624.47947157945,128.35331319056,2966.0865775325,89.7583102753263,3367.78916364166,24.1288002999253,913.876734877675,48.2230220665224,1757.19776837361,108.791700165219,4033.02914922706,68.532111462498,1174.20037172677,53.7308626633531,1599.19299631562,68.6811049797475,2858.67386363577,79.7841477643576,1914.47297531382,66.1482030988047,2438.9022322185,77.6645204876489,3438.09731072359,1290.92419697438,399.411636683479,9701.24994466002,3635.76198748453,277.342447826984,1628.65289256951 -3841,299.808661688027,2590.46423768175,68.8190534022255,1037.88866370951,130.852931363451,1847.39081876308,130.99670635117,2177.03059106419,26.5475388063841,796.193944649439,206.749621024489,4418.42295168756,115.653843741736,2577.47521611869,130.650035523072,2912.96416117573,91.1950202618049,3307.47228027488,24.0045631106757,897.509262405132,48.3445638702947,1725.72647141963,109.034821966896,3960.79786128452,69.1697706523734,1153.17051996667,54.3738720167148,1570.55155448158,69.8377766855427,2807.4752019505,81.2123224435622,1880.18488970338,65.8076114935546,2395.22165296138,77.2646323204018,3376.521213047,1328.65004836593,408.244793399824,9780.10900620537,3626.73259452903,287.289809100525,1617.0753153533 -3842,331.609579267295,2600.99115189016,77.7656021794941,1042.1063497759,161.359405132634,1854.89809270094,153.018992641311,2185.87742783106,33.295359103468,799.429451716726,260.266291215377,4436.37817325451,145.590578721781,2587.94934661611,164.525685570918,2924.80162388639,113.640695177566,3320.91291243442,27.7578182826643,901.156486276881,57.2917426828407,1732.73933585047,129.098248699718,3976.89342387754,80.2200085052491,1157.85667890095,65.3183282849215,1576.93383192568,87.3868132117999,2818.88398735786,102.177791040156,1887.82542947302,76.0970200970611,2404.95515651031,89.3454137756318,3390.24244054575,1766.94953244568,522.245697193579,11693.8388708128,4132.61690378779,381.551349458635,1809.5104998317 -3843,516.399001522381,2683.58189195712,123.081347180043,1075.19694087381,251.98023834546,1913.79771875836,239.986797637461,2255.28682752435,52.0399710734404,824.814186301707,406.650238907925,4577.24899331853,227.476417877574,2670.12596287931,257.023985169508,3017.67450063197,177.698450055107,3426.36373449377,43.5212257447345,929.771416805833,89.7746260150559,1787.7599859542,202.297774502531,4103.17396535758,117.91302439729,1194.62275553001,102.639416135122,1627.00710192536,136.613294248336,2908.39360160996,159.654734075737,1947.77061583942,119.311811772115,2481.32105497163,140.083845300423,3497.89472224137,2746.2263069819,809.094178913195,18235.1770399481,6472.5968242795,585.275080522127,2836.46281592138 -3844,669.181114992274,2902.37264317118,155.191864575477,1162.85707418365,302.726322521512,2069.82844836412,296.548402126551,2439.15895033009,62.1734405901542,892.060770418932,484.96082277307,4950.42923750761,271.282641002843,2887.81966062164,306.461768619334,3263.7036130252,213.021194325856,3705.71302420587,53.8440766297985,1005.57509820269,110.220835796172,1933.51493812825,248.440182643198,4437.70316937893,165.563422480779,1292.0196007253,125.563046976721,1759.65597212669,163.398451518941,3145.51311073674,190.450900542401,2106.57113447065,147.611521182284,2683.62160680035,173.310497852082,3783.07588859241,3190.34686063946,961.308316216333,22426.177421778,8154.38922658275,683.773935943519,3595.72249983838 -3845,627.673662325479,3506.43524049137,140.813959236241,1404.87922326787,295.704854354116,2500.61598058119,281.061761644477,2946.81419380129,60.5050612284505,1077.72285182484,472.878575575617,5980.74805273437,264.523942619266,3488.85338690479,298.984913400771,3942.96900163954,206.51750353158,4476.97257958787,51.3981135394298,1214.86259512354,104.955268954246,2335.93192556478,236.592694446751,5361.30976033074,179.252647479555,1560.92398060878,118.212162362615,2125.8881854208,158.818649542865,3800.17984488164,185.651938159197,2545.00581787428,140.906004900383,3242.15617052792,165.437559778797,4570.43675781067,3202.32529915272,953.870554759651,21541.1701363024,7676.66117388041,689.326004575175,3364.06169280994 -3846,638.952117512453,4006.8532819341,136.341865337913,1605.37541417222,261.162754817366,2857.48934785532,269.262494895005,3367.3663746398,50.9941140700891,1231.5291883858,396.27098947747,6834.28562626512,221.670360841831,3986.76224847299,250.607197687619,4505.68660226272,175.858559269153,5115.900064687,50.6734377126885,1388.24071813959,98.0393293653512,2669.30254243402,221.449705030634,6126.4447038914,163.699643360259,1783.68997160645,104.985659518111,2429.28258146999,134.330083127445,4342.51940762208,155.707686477336,2908.21424452199,138.919333239453,3704.85784035247,163.105011127672,5222.70290676739,2461.99539439921,784.660342593706,19647.9450958734,7556.07439038133,530.370839367853,3428.50102574578 -3847,579.34366358155,4291.20977260963,125.783747019927,1719.30494611915,239.064098946074,3060.27831613684,244.969863029168,3606.34005741192,47.2055890361558,1318.92777613864,367.013240834744,7319.29801384645,205.303844313319,4269.69292807757,232.045451570957,4825.44406283155,162.682284435869,5478.96286900783,45.7357284862343,1486.7607364799,89.5070763297983,2858.73635747788,202.088569556621,6561.22336777982,148.378684538094,1910.27404771076,97.3054222676154,2601.68277212348,124.311998705687,4650.69729499552,144.200727149529,3114.60303355838,125.382788169065,3967.7824597001,147.211770907967,5593.34524525911,2298.01052899616,725.726818866425,18003.7510382457,6866.92574191066,494.502184030713,3099.03268661806 -3848,579.015629250868,4420.65175549854,126.06130493723,1771.1668343067,238.123489274303,3152.58992857797,245.269083719112,3715.12332197819,46.9116396418377,1358.71250717658,364.586396635139,7540.0806132697,203.946289903034,4398.48586718412,230.508669004992,4971.00092928896,161.757859460717,5644.23277085834,45.8430782478063,1531.60805646871,89.4919406130871,2944.96856757176,202.073723595805,6759.13906239897,143.57490649194,1967.89641382654,97.0501613005527,2680.16110217883,123.56754290596,4790.98302130115,143.255454758685,3208.55332122527,125.677083523281,4087.46843556027,147.557302706205,5762.06542858595,2268.74832451952,718.26667937129,17937.9275191047,6872.50563505697,486.3933017028,3108.34274724103 -3849,543.182831828217,4557.82647298689,118.989940978181,1826.12689982612,221.785334954877,3250.41614442303,229.600577243012,3830.40518997261,43.7462817035471,1400.87393825697,339.860680747443,7774.05254437196,190.114950974778,4534.97276766367,214.850274346028,5125.25321737326,150.948316968233,5819.37573135458,42.8435633232017,1579.13451050066,83.7250708393614,3036.35220365353,189.044450665662,6968.87804267393,132.139975168922,2028.96108246442,91.0705201907649,2763.32764918343,115.256084961826,4939.6492765928,133.547383154537,3308.1161051152,117.454025602277,4214.3043319172,137.902620939218,5940.86478692321,2102.45518364472,666.904318079714,16760.381090965,6442.0377172395,449.471470411389,2914.83587591251 -3850,523.374902660133,4669.78858852917,114.850215543464,1870.98534982744,211.340988680302,3330.26198104698,219.876626715947,3924.49834402207,41.7028773229552,1435.28613246069,323.867076952079,7965.0206240835,181.168275546546,4646.37348640615,204.720634733099,5251.15405987088,144.022748371437,5962.32755759883,40.9886180008994,1617.92564078378,80.118681382213,3110.93960145539,180.899920047076,7140.06716828858,127.42762054678,2078.8021144765,87.3475084021562,2831.20825222366,109.897278182943,5060.9907945997,127.269653405852,3389.3793299842,112.368762415063,4317.82789327631,131.932019948009,6086.80096804743,1992.00531881328,634.726521046494,16048.2118147116,6187.37934645223,427.044545414246,2801.07196462739 -3851,493.964802719871,4628.39574660093,105.868441782185,1854.40100144266,185.855896341201,3300.74265588958,200.660307072801,3889.7117286278,35.9693353178582,1422.56380662592,278.524891596189,7894.41896120358,155.804272487803,4605.18819512021,176.062480973341,5204.60801483685,124.907911871141,5909.47769567526,37.750344971777,1603.58440476613,72.3808523900837,3083.36434216257,163.549664623594,7076.7778638477,121.216028111062,2060.37568559362,77.5258222562418,2806.11252177922,94.9587756132463,5016.13035006571,109.499144305554,3359.33599072351,103.491158085086,4279.55481858108,121.508836081066,6032.84777818827,1633.27639879625,540.976349672716,14400.3271058108,5731.87999769375,350.449459761793,2624.58594945298 -3852,453.843228774802,4596.68505825778,97.5537659287413,1841.69587953014,169.836536498546,3278.12816322466,183.5763607382,3863.0620117228,32.9413610119514,1412.81734586719,255.038973371413,7840.33165470806,142.666465013043,4573.63650947961,161.191116811408,5168.94950339086,114.405588344693,5868.98988613218,34.5071927053384,1592.59771130354,66.2186297015354,3062.23918107959,149.620775954458,7028.29249016742,111.286923946118,2046.25936218207,71.2223201856686,2786.88690571143,86.9731394679553,4981.76316218288,100.268189629421,3336.32005551097,94.6001775085927,4250.23415618977,111.069947180229,5991.51471891902,1491.74431118801,494.753895106636,13198.7731220559,5255.71833005793,320.583334844023,2405.26428680904 -3853,454.170963278991,4540.86645154352,97.8612742920653,1819.33174174739,166.477909571333,3238.32109696214,182.420895802718,3816.15195884506,32.1968964613808,1395.66117902335,248.998238435517,7745.12469934849,139.287333235681,4518.09778660844,157.349912278558,5106.18175754816,112.022757621575,5797.72138848397,34.2961420600188,1573.25843002265,65.6190760419114,3025.05370451391,148.283112848759,6942.94631364904,107.792563391315,2021.41116285464,70.5577463989465,2753.04509532514,85.0655938676157,4921.26846324892,97.9094893849039,3295.80635168066,94.0215900621718,4198.62258267514,110.390628400862,5918.75837397056,1429.02291075228,479.380483928967,13031.4804238007,5241.49834855398,305.924155622339,2406.02085491911 -3854,412.291355571947,4468.21778801327,87.5507634453605,1790.22451717548,149.640212995783,3186.51166757535,164.324134903418,3755.09789733568,28.7431618425423,1373.33219831469,222.234754453297,7621.21157301298,124.31608550557,4445.81339564502,140.461072315992,5024.48869645795,100.068318509605,5704.96448517295,31.0385208842353,1548.0880966626,59.0058507872386,2976.65630919622,133.372225460238,6831.86712291939,102.288749017181,1989.07089894386,62.8980315008308,2708.99952628052,75.9519172704016,4842.5338031254,87.3888668196948,3243.07722404408,85.0909435121497,4131.44942914723,99.9051677313384,5824.06501748982,1270.30273124442,429.471079675225,11730.4573616703,4736.35120694224,272.983786979869,2178.07230324758 -3855,414.308712100591,4353.9163533,88.4319406223777,1744.42880163965,152.88306619106,3104.99754435792,166.29373177813,3659.03877544022,29.5761195292741,1338.20100103366,228.885867772761,7426.25343570248,128.036657358356,4332.08508746968,144.668701366874,4895.95730117852,102.823074916196,5559.02584552275,31.2580152433937,1508.48647048722,59.9094869913351,2900.51049381046,135.371767979114,6657.1011981216,104.235441568705,1938.18849609734,64.2185516730575,2639.70063639156,78.108767877388,4718.65699415929,89.9919108885649,3160.11609789025,85.6926790840877,4025.76286246651,100.611664695211,5675.07966830915,1329.09399210497,443.852485924114,11936.5685631469,4775.52559240234,285.652234877082,2187.40427457759 -3856,437.652995533533,4302.97131611092,93.2853864158728,1724.01729554677,159.206390223209,3068.66606654957,174.406204914497,3616.22447875539,30.7395332981684,1322.54275355437,237.728631004336,7339.35907973473,132.983218091876,4281.39549722982,150.236443706737,4838.6698600462,106.948384702474,5493.97986037868,32.8307535324923,1490.83571812953,62.7170152596007,2866.57171249637,141.73379328535,6579.20666809629,109.101980882666,1915.50981396366,67.2392650487081,2608.81358294895,81.2149529726382,4663.44413829728,93.4780639413123,3123.1396796348,90.0042822502377,3978.65753886806,105.673912447155,5608.67574106468,1364.6180469206,459.395676657101,12493.1447119888,5027.24576116207,293.407960103967,2306.8070054736 -3857,473.990949924849,4239.8098686794,102.060052227869,1698.71119430087,178.957063431865,3023.62244989296,192.237368535067,3563.1434899372,34.8721366034801,1303.1297227745,270.129104482704,7231.62781483876,151.107746099506,4218.55075187459,170.722291767632,4767.64512630942,120.97121088614,5413.33611570813,36.0413191024165,1468.95238800202,69.4804226796205,2824.49455110568,156.962970802978,6482.63335036299,118.443008436542,1887.39287719342,75.0449120551069,2570.51994121327,92.0411737966855,4594.99146684022,106.192562414688,3077.29646846629,98.8059276176633,3920.25655254302,116.00791299351,5526.34842536697,1593.84621022562,524.609390984734,13878.1756282838,5496.82438704989,341.573590339908,2508.33190930159 -3858,492.648900110302,4149.42140854774,105.90281837524,1662.4963889636,186.838986226886,2959.16187601575,200.017108293332,3487.18087291921,36.4433669365935,1275.34831449402,282.388645954642,7077.45682069648,157.965621275843,4128.61551462114,178.481431389365,4666.00375210422,126.375603579342,5297.92926237526,37.4729327745878,1437.6358081386,72.3571052440515,2764.27918272072,163.451497159038,6344.43016100158,125.38214696734,1847.15556912609,78.1361082865685,2515.71905475362,96.169750952182,4497.03089410935,111.006838472761,3011.69161877525,102.730642927529,3836.68064605649,120.615916209198,5408.53226384283,1674.8800496286,549.557796675759,14466.9214505737,5714.61017620753,358.838235601193,2604.46593427555 -3859,510.25599797462,3970.46396785528,107.800798127326,1590.79576624148,181.815366743027,2831.53829099361,201.328529645332,3336.78473263716,34.8609911759398,1220.34472534707,269.350952272543,6772.21822607359,150.672454882645,3950.55539650979,170.225884900817,4464.76699942881,121.493947431579,5069.43864442759,38.0265690101254,1375.63303726015,72.1750205734347,2645.06055458136,163.148991514097,6070.80575111976,128.938884660248,1767.49091213785,76.9168765245594,2407.22039934771,92.1566995033924,4303.08165148317,105.927119555122,2881.80251588956,104.248415949643,3671.21117897412,122.397931569396,5175.27152781683,1521.30691577635,518.86542408377,14347.831459739,5829.71279346696,326.165739921637,2683.22310254295 -3860,494.206186355098,3819.57827527369,104.254991267302,1530.34229710324,176.064878485023,2723.9340866571,195.17415708246,3209.98013764379,33.7173787270149,1173.96914794277,260.498668593076,6514.86018287574,145.720568497803,3800.42627006256,164.639995496464,4295.096787993,117.518840917278,4876.78968273017,36.8735556939843,1323.35618869899,69.948648104387,2544.54288286104,158.119714678434,5840.10280614861,124.618196982449,1700.32266868602,74.3527304508425,2315.74113644727,89.1369085153678,4139.55581156227,102.44675186272,2772.28816894833,101.087473090335,3531.69769998592,118.686672609113,4978.60070166291,1469.56621374279,501.17517739695,13881.9861344792,5647.58055360472,313.59459671111,2600.36185040183 -3861,428.313386784982,3673.89106063417,89.5773972755984,1471.97163661612,145.545461772891,2620.03717936875,166.284628980391,3087.5443524345,27.3860436600148,1129.19135235635,211.004006139343,6266.36891881308,118.033707795911,3655.46955551831,133.357736810887,4131.27223916765,95.9423655461536,4690.7780725325,31.6548697938182,1272.8804389662,59.1159750880782,2447.48835526184,133.714924090557,5617.34828988589,103.982475848972,1635.46857859108,61.9472166599391,2227.41361657966,72.5204107219182,3981.66394168349,83.0158618288923,2666.54692936522,86.7806409833888,3396.99089107182,101.889039366929,4788.70579265607,1133.24127084999,401.392900578324,11635.8249322039,4852.12714310051,241.376487803157,2255.18599617362 -3862,333.242850768108,3383.42636483743,72.5110347362791,1355.59480709267,119.34505247457,2412.8921416631,132.268519623395,2843.4373235957,23.2484996047875,1039.91537295323,179.650589389083,5770.93807676764,100.494893728751,3366.46129835605,113.483343530954,3804.64613229658,81.007129602645,4319.91638844843,24.6860854132874,1172.24413174098,47.5699058975274,2253.98535017968,107.466736085662,5173.23023214347,79.7764542038876,1506.16537516849,51.7274718209883,2051.31013177964,61.453761515036,3666.86614651252,70.6495018079261,2455.72474387229,67.6759793829298,3128.41844036089,79.4582806649547,4410.10175993773,1016.78836587661,343.415367782436,9463.39028478559,3824.30373984585,217.543229750715,1752.50880393685 -3863,272.862093747412,3190.23810314846,63.4817739293838,1278.19250064424,125.085350074932,2275.11983979323,122.328622905005,2681.08157692545,26.0986220814345,980.537859881764,207.374682415723,5441.42669536094,116.003497357121,3174.24171496818,130.862338972321,3587.40689213497,90.4072050232618,4073.25603656395,23.6426284779343,1105.31085710564,49.6890075641804,2125.28637324937,111.894143483637,4877.84701758587,65.5539634389612,1420.16572887239,52.4980901915824,1934.18358732105,67.7933950489523,3457.49392430224,79.3623177015731,2315.50676857196,64.8153812418441,2949.79072538827,76.0996560534376,4158.29196684511,1276.87783231776,393.413720351363,9623.43163657911,3623.24122795334,274.627713979402,1605.98304910235 -3864,281.282113741249,3055.85756526909,65.0896607547259,1224.35194385933,129.297475357427,2179.28629448208,126.512325253917,2568.14794226973,26.8618413436644,939.235235826226,213.420973941268,5212.22065414661,119.385737439823,3040.53498361305,134.688145127434,3436.29664513445,93.0125421897902,3901.6806495815,24.5591164025222,1058.7524929023,51.3350467512375,2035.76417561055,115.623225222413,4672.3803142481,65.722483759058,1360.3449166467,53.9123746281219,1852.7111008113,69.7797149844304,3311.85592543192,81.6757366404903,2217.97202822862,67.3278985912222,2825.53841208349,79.0495994534856,3983.13466099618,1311.73240703771,404.702622216346,9918.06151834333,3742.66458316214,281.843359983487,1663.06374113617 -3865,280.093850103582,2980.54468045411,65.3106806977825,1194.17727931709,130.524212541863,2125.57687440289,126.424141790908,2504.85486462036,27.3169781868522,916.08739152422,217.154721443327,5083.76330121974,121.474361583531,2965.59973021664,137.029382379717,3351.60768045021,94.4535806406092,3805.5221019167,24.4223429679768,1032.65909592864,51.415509789362,1985.59191803849,115.775019385117,4557.22755175743,66.3397284914539,1326.81864854426,54.5486487058648,1807.0502626503,70.9373926256774,3230.23385421019,83.1078669685279,2163.30918209883,66.9529393386124,2755.90183890413,78.6093602755165,3884.96864523171,1350.00356661789,413.645472865419,9993.27286204668,3731.3646751729,291.857936827969,1650.53255032299 -3866,310.980303732382,2991.20155298675,73.9157967526554,1198.44703414765,160.774190375207,2133.17682818228,147.799507013523,2513.81091858596,34.1994392434386,919.362842023003,272.643248216781,5101.94018608328,152.514135069529,2976.2031674055,172.112239357674,3363.59128065061,117.393941529238,3819.12866323626,28.1867768237082,1036.35134601539,60.6552530197832,1992.6913586579,136.475767700626,4573.52181952661,76.943531113187,1331.56265969907,65.4633674685635,1813.51133147286,88.6471859524167,3241.78348494067,104.36537237483,2171.04404692187,77.2729938852824,2765.75550585376,90.7261230933411,3898.85926593505,1795.01281874673,529.347344998512,11920.0018717753,4241.06720570203,387.719070571804,1842.98175802637 -3867,484.015068546423,3029.28036940275,116.966837510334,1213.70359369043,251.083767562287,2160.33275444947,231.787470333474,2545.81242125227,53.4619113361467,931.066583232327,426.09324839079,5166.88928438703,238.352659243617,3014.09105025819,268.939186313046,3406.41072046618,183.609816561108,3867.74721891039,44.1993344965034,1049.54438297674,95.0765917721714,2018.05886635537,213.927423650387,4631.74400705069,113.08226753836,1348.51381767585,102.878089789588,1836.59782826561,138.600538254996,3283.05227809846,163.101538838026,2198.68203327262,121.170821539592,2800.96433223786,142.266506286049,3948.49281405591,2789.94218315764,820.364253080872,18598.682856661,6646.30293558013,595.168893189262,2890.51696442564 -3868,626.051494960218,3205.11872837248,147.364417303104,1284.15453324221,301.801391828527,2285.73196483878,286.303179027594,2693.58727990162,63.9274557418828,985.111504838378,508.79930806487,5466.80782012956,284.617671264644,3189.04772624497,321.071707265692,3604.1400812456,220.389848187868,4092.25543239643,54.7319050397206,1110.46649630523,116.990999695178,2135.19961138129,263.293950253769,4900.59936741743,158.77047312263,1426.78998489469,125.918380819801,1943.20544090902,165.880205279006,3473.62114416432,194.740757437745,2326.30727540334,150.045469544673,2963.54980193822,176.168193505195,4177.6880063663,3241.39208453164,974.25656893875,22891.0079842705,8379.52014606619,695.047345568221,3667.01303941249 -3869,588.517255414013,3723.60146222722,133.843901995942,1491.88847682235,294.683327414055,2655.48817620714,271.447018177002,3129.32105924555,62.1532194369917,1144.47012754991,495.428162588374,6351.15741970854,277.137974992777,3704.9307008318,312.813074146263,4187.17133870812,213.365215956296,4754.24769041747,52.2084749176568,1290.10343136217,111.166060790142,2480.60464178923,250.218506879452,5693.35507255027,171.893428849572,1657.59765060024,118.475455195664,2257.55213281941,161.119245294385,4035.53873281992,189.643590293519,2702.62723673899,143.127580294272,3442.95463322316,168.045908601755,4853.50044337792,3253.21006495842,966.497990131662,21948.3676283488,7873.09978615492,700.584295780317,3424.83669149067 -3870,596.020719190312,4161.50786046593,129.316994578472,1667.33891535246,260.773334197483,2967.78133502248,259.702567916807,3497.33834785385,52.5267749982089,1279.06315436309,416.861514368185,7098.07206632812,233.188511813382,4140.64136304506,263.256492542015,4679.59490721894,182.430909577829,5313.36109274172,51.6350758269473,1441.82335969341,104.597652166437,2772.33098660875,235.855753645913,6362.9102435334,156.968265639496,1852.53597154211,105.369405411621,2523.04685166823,136.54883705331,4510.12986438128,159.519040331086,3020.46408663493,141.55562814425,3847.85614538237,166.200281596912,5424.28625909148,2501.85899064891,794.504267852185,20093.3777019889,7780.21997464652,538.848240129035,3501.17520789 -3871,540.582850448954,4403.56177573093,119.314645105295,1764.3196074638,238.64503609103,3140.40220127555,236.307982312605,3700.76087365191,48.6128593199276,1353.45980451147,385.946765494181,7510.93110494965,215.895084537085,4381.48157943746,243.669918723291,4951.78333197412,168.702164365516,5622.4124988277,46.5860342321379,1525.6869497757,95.423132386762,2933.58349224357,215.080929954158,6733.0086281979,142.278105655692,1960.28864199624,97.6526566056332,2669.79975694208,126.343457038299,4772.46136263415,147.693032737157,3196.14924273733,127.713869552183,4071.6665229175,149.948690572543,5739.7896224287,2335.16040548737,734.945151277047,18407.3701325974,7068.68078972419,502.45188167857,3164.32225938913 -3872,540.08437753728,4486.54240337692,119.563165070082,1797.56640990502,237.734039084688,3199.57987584772,236.578497607211,3770.49793553573,48.319075845084,1378.96437326555,383.500625146197,7652.46693640532,214.526736038189,4464.04612831805,242.12203156504,5045.09463536465,167.787907340255,5728.36112446267,46.7034568074671,1554.43696331733,95.4480231619153,2988.86387931112,215.15471240084,6859.88530448138,137.669231141209,1997.22828089869,97.4054578206709,2720.10940872013,125.603751184851,4862.39352651798,146.753821670984,3256.37741341369,128.03577914838,4148.39292323711,150.326644216902,5847.9501001697,2305.48895079884,727.451192356375,18347.1099308113,7077.20089976159,494.305520575445,3174.78840084607 -3873,506.487581822244,4609.42132070663,112.839592121432,1846.79875731606,221.437059605001,3287.21103492429,221.454044725815,3873.7655885426,45.0666599524032,1416.73190870566,357.586009023429,7862.05524907547,200.030337211249,4586.30891017535,225.732031783209,5183.27136721787,156.614690069175,5885.25138644209,43.6518733651711,1597.01040048488,89.3261228795354,3070.72387850765,201.345575640681,7047.76612749248,126.702132529348,2051.92903411845,91.4132436738364,2794.60867098282,117.170311816916,4995.56637956397,136.834328362309,3345.56416236228,119.669977334579,4262.01049000343,140.504367028313,6008.11570483804,2136.55813347536,675.475898505115,17147.9619288356,6635.8118970683,456.846445773632,2977.93600695869 -3874,487.887752157219,4710.85652834366,108.897755767735,1887.4395237764,211.025129433045,3359.54960210547,212.063538222824,3959.01191112236,42.9690661639277,1447.90859777941,340.847116020467,8035.06811797102,190.666753828695,4687.23550469197,215.143842893554,5297.33475409269,149.467642732395,6014.76258857458,41.7665681078582,1632.15430908008,85.5072754390324,3138.29841607773,192.734491718486,7202.85970015158,122.185996270974,2097.08391000216,87.6849464185406,2856.10700040044,111.736678575529,5105.49911899469,130.426377958067,3419.18685203652,114.501483521633,4355.8005536417,134.436045066094,6140.3306666793,2024.35301143366,642.836953867999,16421.983728322,6374.46688558912,433.97433442337,2862.11196684122 -3875,459.596206575858,4662.70567076355,100.293767537811,1868.14752641804,185.743810983162,3325.21079483104,193.42457395175,3918.54584777625,37.1128972145448,1433.10915732496,293.738646700943,7952.93965189122,164.314707703555,4639.32608357652,185.407459164117,5243.18935404414,129.893599085186,5953.28417694432,38.51402504259,1615.471646551,77.4870762800976,3106.22107320658,174.768537259416,7129.23744706347,116.222644023718,2075.64908428066,77.8773005832688,2826.91400745268,96.6455562604674,5053.31451955402,112.38211540621,3384.23847732767,105.584758421561,4311.2788130954,123.966929553116,6077.56879192316,1660.0916551161,547.634075902546,14756.9440103909,5912.87950921278,356.054162943427,2684.52516976177 -3876,422.221457640594,4601.55862778296,92.4112226553648,1843.64851122001,169.735454831508,3281.60375167882,176.955468056631,3867.15776791571,33.9911240603384,1414.31526523173,268.999263312648,7848.64425409988,150.475723300687,4578.48564211092,169.763972435243,5174.42980810124,118.982634178799,5875.21239863633,35.2056107503549,1594.28624022673,70.8939791943,3065.48587633119,159.892837569873,7035.74413666049,106.703756062677,2048.42887937582,71.5481796221268,2789.84166265511,88.5227339030837,4987.04500525482,102.916154208754,3339.85734108584,96.514864443515,4254.74040610595,113.3179786568,5997.86713662302,1516.24827162627,500.832051784593,13526.3672538728,5421.86564728328,325.678732893391,2460.31610426848 -3877,422.209745709295,4526.44068675749,92.6734926310178,1813.55195234942,166.424905679723,3228.03335585702,175.812129340748,3804.0285213616,33.2404163742823,1391.22733801427,262.836075003167,7720.51940686884,147.028092228071,4503.74435502321,165.847207037219,5089.96005673948,116.591101657141,5779.30275275934,35.0028802179678,1568.26038475942,70.3225084400642,3015.44348724104,158.617567282755,6920.88944157154,103.350305852861,2014.98939241009,70.8986059854653,2744.29901538329,86.6142333532909,4905.63420884896,100.552053121456,3285.33598711103,95.9590862753517,4185.28408385574,112.665440221804,5899.95521888125,1452.61239446714,485.273577419355,13364.4478912714,5410.6464392871,310.831159708861,2462.38250119061 -3878,383.275604835461,4444.17484880428,82.9059131117623,1780.59153568734,149.612847603901,3169.36543389851,158.360192795948,3734.89216996231,29.6781306945345,1365.94246394534,234.625614397474,7580.20275579722,131.247419032125,4421.89101176015,148.072507710568,4997.45253080611,104.168139614699,5674.26676164782,31.6834730760923,1539.75802195181,63.2562843132941,2960.63928180779,142.712398721671,6795.10567266938,98.0726705680523,1978.36794913824,63.2041709680392,2694.42272765126,77.3410346360273,4816.47671473585,89.7585115088128,3225.626617953,86.8590558113805,4109.21859972425,101.981106115983,5792.7264284129,1291.28342751838,434.644220269366,12028.7579964828,4888.51844391919,277.298036339128,2228.78077108437 -3879,385.356955158055,4321.36091693984,83.7602372123601,1731.3852251838,152.810960265159,3081.7806192378,160.28389475217,3631.67913085198,30.5248703796977,1328.19490215828,241.488793493793,7370.72528552632,135.086618537517,4299.69288952012,152.409366676145,4859.34887478562,106.969630115277,5517.4594722962,31.8958790380875,1497.2071000756,64.1687072825165,2878.82257490461,144.729835484392,6607.32421188383,99.9400190950538,1923.69612483466,64.5185056877682,2619.96286489928,79.5121984683436,4683.37429118261,92.3887658023665,3136.487036106,87.4413588077503,3995.66112048637,102.664787317784,5632.64552856265,1350.96272925516,449.246216834441,12234.1398675197,4926.79373957728,290.182633807618,2237.64689921875 -3880,406.900729110932,4244.22856516029,88.3411249040828,1700.48157773994,159.158787857524,3026.77364541651,168.086433120858,3566.85697004304,31.7357516395682,1304.48783431688,250.939364074487,7239.16456043968,140.373181133346,4222.94729227124,158.349439033499,4772.61392854212,111.309727081664,5418.97785200887,33.5080909156923,1470.4833186212,67.2143166797975,2827.4382171001,151.615597631326,6489.38949982708,104.605730157527,1889.35990319761,67.563509967509,2573.19891686786,82.6933629840933,4599.78033078769,96.0008039288247,3080.50360262961,91.8611773396494,3924.34221307248,107.854090591974,5532.1079422075,1387.13297516666,464.949256633959,12809.0976768571,5188.05752417176,298.041322215055,2360.3647548574 -3881,441.101665335612,4187.82513338064,96.6943375193218,1677.88312546762,178.819601396865,2986.54951087694,185.322590447178,3519.45542917669,35.9744867960108,1287.1519181567,284.808894325236,7142.96009874359,159.319486039811,4166.82667674551,179.735420544666,4709.18854981986,125.764324860451,5346.96265704501,36.7624048903754,1450.94141500512,74.3450534071082,2789.86313928773,167.649954434487,6403.14913074101,113.562220610287,1864.251363266,75.3796246924509,2539.00253763551,93.6641684703848,4538.65181423732,108.967882107715,3039.56542690926,100.782757321613,3872.18989259851,118.328906215559,5458.58931140676,1619.97836956406,531.100144757491,14218.4094166756,5668.85668442536,347.068453944307,2565.24340183709 -3882,458.567816994667,4110.23792116309,100.344148225738,1646.79723482375,186.680182993407,2931.21815311522,192.831930892839,3454.25100287504,37.5898078474784,1263.30504636775,297.668266325414,7010.62354136797,166.512900917942,4089.62849980506,187.863306770444,4621.94211527441,131.356093258194,5247.90027664983,38.2184924742186,1424.06003961437,77.4015333795135,2738.17576062417,174.533107451158,6284.51894093021,120.214273805805,1829.71265605121,78.4788700019204,2491.96281595797,97.8550034034729,4454.56488838029,113.889834419451,2983.25185117112,104.77456694449,3800.45040745407,123.015684778169,5357.45884061973,1702.30687932127,556.353953673166,14818.2292739056,5892.13974726009,364.623590766188,2663.12201632034 -3883,474.164513364437,3925.56215032214,102.063162962953,1572.80552081763,181.812821541686,2799.51653819353,194.002175534272,3299.04916812247,36.0066594204575,1206.54389586501,284.508302595115,6695.63148217071,159.151337780031,3905.87872421034,179.536555663306,4414.27512876599,126.529118699667,5012.10856641898,38.824956210081,1360.07605849603,77.420633442002,2615.14767101222,174.676443075182,6002.1512527229,123.619240053552,1747.50242840627,77.3031309388839,2379.99724054092,93.8642754621468,4254.41827392594,108.837556583305,2849.21232698907,106.437164581887,3629.69359921053,124.967738533575,5116.7445899809,1546.50996946658,525.063630644158,14716.6304158516,6018.09036466365,331.347684357796,2746.22284957656 -3884,459.223973642016,3783.83877172552,98.7053779038183,1516.02300056957,176.067134032079,2698.4464424883,188.068885352954,3179.94459752631,34.8264887904569,1162.98440787344,275.170106434022,6453.90113141999,153.927636404942,3764.86597037117,173.653128835142,4254.90789387139,122.39475496372,4831.1579324142,37.6490025954896,1310.97364544607,75.0390477995554,2520.7337885484,169.306193615146,5785.45740817021,119.472714957305,1684.41287873777,74.7267510467114,2294.07292268178,90.7904657236451,4100.82230253252,105.264905607492,2746.34807930752,103.213331752826,3498.65187309534,121.1826405404,4932.01631338271,1493.9277695977,507.18808404678,14240.0038468477,5830.43659332562,318.659392381949,2661.57251977534 -3885,397.430732130859,3674.41091284058,84.7531892465617,1472.17991924901,145.661397220299,2620.40791222013,160.163069344506,3087.98123712093,28.3234443731201,1129.35113189426,223.324174647924,6267.25560425227,124.925497181075,3655.98680109869,140.930195723316,4131.8568103902,100.108408275788,4691.44181331592,32.3506242296677,1273.06055037771,63.5735651404771,2447.8346726133,143.51356911412,5618.14313950295,99.6860703527863,1635.6999958909,62.2939587607322,2227.72879355798,73.9347040428736,3982.22734346953,85.41867868323,2666.92424330345,88.6880257334549,3397.47156215889,104.128497357618,4789.38339012184,1152.26200828707,406.090983521181,11952.5609176961,5015.27362803652,245.250696040379,2310.30086135445 -3886,309.620664994442,3384.66100043346,68.6490766213074,1356.08947297931,119.317202825345,2413.77262263306,127.467608060297,2844.47491346947,24.011101754212,1040.29484523897,189.743058951068,5773.04393183992,106.140528733576,3367.68974328242,119.677523449221,3806.03447388843,84.354686538201,4321.49275570753,25.197694756656,1172.6718917027,51.0074038860746,2254.80784496639,115.018835355037,5175.1179795044,76.4871496665827,1506.71498529302,51.9878553941863,2052.05866898249,62.5897344569848,3668.20421123811,72.5859807195749,2456.62085475396,69.0785372528499,3129.560021808,81.1050220626133,4411.71103646036,1033.63202523379,347.633342167525,9708.99475020814,3948.8509020919,221.02819564308,1794.21472356413 -3887,319.334902598374,3168.14458922827,84.2364530110328,1269.34057082189,143.861579720455,2259.36383970002,139.182847663171,2662.51414991036,32.7403127678007,973.747292483304,253.071717511172,5403.74291360152,141.566000109006,3152.25898162722,157.795494719209,3562.56284553214,101.29083060536,4045.04731482137,25.6942168387767,1097.65619309059,54.2867316586136,2110.56802228195,122.224858214963,4844.0662220781,86.1572400875904,1410.33058482191,68.979179901223,1920.78868994067,86.5283691145531,3433.54957040899,90.4575267533566,2299.47107488087,70.4397339606391,2929.36239360053,82.7032013728192,4129.49434156347,1528.70490614082,467.350452189403,11380.6753961555,4227.91952558289,316.082017963024,1831.38303005539 -3888,326.675777956507,3033.82903681418,83.7539635184457,1215.52605094447,145.72426707862,2163.57663880473,143.235007885669,2549.63512915119,32.9890902206469,932.464642080822,255.065641728288,5174.64771478645,142.68138304754,3018.61690988936,159.066300382694,3411.52567436435,102.509297165852,3873.55490046671,26.6951155322289,1051.12034417859,56.0920403549631,2021.08911693648,126.314046327042,4638.69888096588,86.3619997740611,1350.53870151238,68.9870617702161,1839.35560294164,87.1709891156309,3287.98200103141,91.1734064308971,2201.98350163912,73.1836602741246,2805.17016782419,85.9248417410691,3954.42174053263,1554.27512995737,474.466816707871,11515.5723666058,4291.05762918816,321.82813162807,1862.13307317387 -3889,331.731949324017,2942.20594108648,85.5824975520725,1178.81657972056,154.780537537601,2098.23558395756,144.818893812875,2472.63492225943,35.510199413023,904.303761514598,275.009449979651,5018.37086557188,153.837766656316,2927.45322770954,171.532067944448,3308.4959585673,109.229358866864,3756.57167987474,26.5310917186923,1019.37600435345,56.1458316717357,1960.05125376482,126.403333550899,4498.60794424354,87.0122243523536,1309.75178332052,72.6279628348065,1783.80617927913,93.7383153406338,3188.68336357497,98.3225110930885,2135.48254106641,72.7339951272466,2720.45267989055,85.3968904683773,3834.99630248587,1695.54830078387,512.261962035596,11929.4745980555,4346.67137308787,349.346346595068,1857.4965494507 -3890,365.800058913123,2948.57406915933,99.1689970902117,1181.36801735082,188.080098628161,2102.77701755983,168.1054061483,2477.98670802074,43.271091184258,906.261041965183,335.573481551782,5029.2326573801,187.716731024445,2933.78942492163,209.374273378142,3315.65688693688,132.502392323508,3764.7024260058,30.5399783777442,1021.5823478522,66.0430840151307,1964.29360037932,148.573232708468,4508.34475808734,100.760861659713,1312.58661788575,86.5435024275001,1787.66706000408,114.12888615012,3195.58496884992,119.996139316764,2140.10459220462,83.7242078865554,2726.34084388333,98.3004851848357,3843.29679133748,2153.44950834142,632.641981527887,14226.760419665,5002.94892490595,446.883884817008,2128.69849189918 -3891,536.392357571328,2990.876650873,145.147139536425,1198.31685971182,255.340149924836,2132.94512408337,254.55798623549,2513.53787029197,58.0737888222998,919.262981506957,449.273217072564,5101.38601709087,251.31932134716,2975.87989440536,280.189333249645,3363.2259298384,182.582322349881,3818.71383228843,47.8976350705195,1036.23877829405,103.54402051288,1992.47491398742,232.939613399006,4573.02504694872,148.500526806059,1331.41802634185,120.652019973119,1813.31434920521,153.40136916325,3241.43136480168,160.604557772339,2170.8082297135,131.309574169212,2765.45509152392,154.170402755408,3898.43577470777,2904.56520699691,852.267350262271,20464.1326899712,7432.7406871809,612.084652687065,3244.55131818597 -3892,728.033950176055,3163.98580939587,203.034094501312,1267.67432491117,342.815104349995,2256.39800385952,324.090831449685,2659.01910420197,77.7809071725518,972.469067803911,600.921043498366,5396.64949459376,336.149726038186,3148.12105461344,374.674985878013,3557.88631827892,240.27902572385,4039.73743684067,59.3843807055848,1096.21531490143,127.592888149965,2107.79750866467,287.102390860246,4837.70748296635,208.779812640964,1408.47926325877,164.878180515881,1918.26729704301,205.627518386566,3429.04239710777,214.778802548288,2296.45259082433,162.800057482424,2925.51705987248,191.143338857569,4124.07361113213,3667.56516578454,1108.30119850188,27185.4382861071,9973.53860752122,763.501165266209,4346.02245525241 -3893,708.775387072763,3654.85165557775,216.460746220719,1464.34335810743,364.09472174745,2606.4592184827,313.895391476934,3071.54360374993,82.2101318544224,1123.33948272035,634.845151670587,6233.89437503668,355.126561333874,3636.52561722773,395.88433197911,4109.8625228038,248.154840033551,4666.46879871932,56.5911240684719,1266.28392157744,121.075011462922,2434.80460351264,272.47658495636,5588.23720094258,226.16569661852,1626.99300100564,174.544018245939,2215.87037009403,217.398815690239,3961.02954852019,226.890604387194,2652.72793847729,155.14244893819,3379.38648079381,182.15255047921,4763.88902270354,3798.58627015608,1152.08157383355,28251.4687830216,10193.5403407222,787.784903889059,4450.95110456811 -3894,715.878919593353,4060.7224570564,190.20146177943,1626.95849776377,320.399576761237,2895.90617603911,301.185338800825,3412.63812186207,70.4976552210351,1248.08618632144,543.675784322254,6926.16753541738,304.127252541487,4040.36131452872,339.145676952043,4566.26222196855,215.560287194055,5184.67955250489,56.2121475190449,1406.9045865409,114.45171728998,2705.18933837964,258.027273066895,6208.81021603008,206.828354535794,1807.67036237284,150.577314190333,2461.94248678592,186.577481634466,4400.90136522855,194.274731889694,2947.31303137743,154.103498909611,3754.66691040378,180.932720582097,5292.91827970479,3104.0201327633,985.433255844799,25145.1471349248,9564.8267142025,637.457233777074,4219.5990237511 -3895,647.178699374224,4284.06186937873,174.363099106185,1716.44108580225,290.847477529602,3055.18078550504,273.355716298473,3600.33294726955,64.369262330568,1316.73082734985,496.427148369869,7307.10619925491,277.696798486144,4262.58086563068,309.614616762101,4817.40628117209,197.123340731488,5469.83651572552,50.6893473289179,1484.28422695578,104.363103205401,2853.97453693573,235.187490451048,6550.29428432915,187.449576342143,1907.09208859874,137.974420489588,2597.34912784179,170.355421363661,4642.9505904571,177.391708971617,3109.41501380026,138.962948856993,3961.17329199076,163.156220168331,5584.02836431675,2850.7051124497,899.484852213078,22924.1585244581,8679.9794122756,586.611443898747,3822.94659278207 -3896,636.767968385496,4358.27007692192,167.971678411239,1746.17315322203,278.223144373788,3108.1024044558,270.96624189523,3662.69765224388,61.2733604143393,1339.53914279761,472.328124088945,7433.67936040607,264.21602510091,4336.41698079215,294.574095625638,4900.85304175421,189.245692598153,5564.58462529125,50.8291203171642,1509.99489018273,104.418904080831,2903.41087590966,235.332162603476,6663.75800463507,181.450567823543,1940.12659879718,131.974174666437,2642.3402201784,162.208708447948,4723.37544227638,168.770245014869,3163.27607410177,139.346131273828,4029.78844712371,163.606114152878,5680.75449676318,2717.97883306822,859.373030511042,22206.4831475636,8491.76393536323,561.243446741022,3758.4369449596 -3897,591.522123846263,4487.51712232448,154.555500514598,1797.95693826332,252.540472250075,3200.27499713463,252.126462970863,3771.31709101205,55.4380554291941,1379.26395868831,427.118678812664,7654.12946488445,238.926275626524,4465.01595986155,266.359195736163,5046.19070197701,172.381892105814,5729.60563340173,47.5142495289083,1554.77467084903,97.7416630021268,2989.51322172069,220.27261948523,6861.37564148996,167.066541216163,1997.66218658217,120.339663508404,2720.70036316605,146.808649511028,4863.44990059732,152.605982674291,3257.08487418857,130.258537053549,4149.29417788281,152.93638142484,5849.22059028313,2453.51368085379,777.935229643629,20378.4379586648,7851.92670094484,507.895169172038,3487.73520906011 -3898,574.700387439837,4579.91998060392,150.213831590412,1834.97882712306,246.256149543449,3266.17214002115,242.828160886743,3848.97261169052,54.4087963574356,1407.66450371812,419.373485976254,7811.73631538041,234.593685716017,4556.95549473308,261.51781367066,5150.09725688823,168.546697063948,5847.58444504938,45.469020969263,1586.78917233187,93.5830846484162,3051.07055042189,210.89678882073,7002.65882854424,161.047206827247,2038.79622370899,117.758398280496,2776.72254274233,144.044321575534,4963.59362365487,149.846978382804,3324.1517942314,124.651619491746,4234.73265787685,146.353306700938,5969.66240398906,2402.92810455784,762.131893213865,19757.1774558503,7586.81288870111,495.643504297738,3352.59246354974 -3899,547.873469759643,4555.68210390856,141.712393969951,1825.26774248867,223.797703961317,3248.88688658202,223.755324740212,3828.60305851906,48.943002499313,1400.21485420152,376.60566908367,7770.39500321979,210.669760789044,4532.83915081106,234.812978493058,5122.84188500178,151.393559628198,5816.63782778422,41.9982828661833,1578.39155829858,84.9710545465756,3034.9236587506,191.608745003444,6965.59932052997,153.391363687149,2028.00649557259,108.248293440239,2762.02755704537,129.707688944095,4937.32526728063,134.536898864662,3306.55970056024,115.136720860587,4212.32158335282,135.181876411686,5938.06972510524,2054.88000081703,673.621324782336,18124.9988645396,7123.03587533896,420.674103442918,3165.6799372392 -3900,505.426876907154,4502.98257891703,130.275597121098,1804.15328787626,206.99534909448,3211.30419495233,205.300607231364,3784.31428727402,45.4235251097139,1384.01735489857,349.626444412889,7680.50810674056,195.577829694388,4480.40387006445,217.987642256193,5063.58153105506,140.294872876196,5749.35173459764,38.3910792031342,1560.13293456765,77.7438429482032,2999.81606529835,175.305581702591,6885.02219352667,140.7946872391,2004.54678601455,100.084447902137,2730.07678942158,120.35899584695,4880.210944907,124.903564714155,3268.30985748489,105.247707003447,4163.59400722018,123.571197915049,5869.37892387238,1909.05990931164,625.019115043538,16701.3396646255,6545.88753721714,390.191335341001,2901.21895482017 -3901,499.946217084098,4448.00872021978,125.411752940554,1782.12760463684,196.604973420132,3172.09956114501,202.579197457355,3738.11416207953,42.8040411185142,1367.12082617138,329.198797696374,7586.74199506163,184.15079128118,4425.70565950225,205.247829854162,5001.76370015926,133.541145047485,5679.1618006329,38.1886946946962,1541.0863302358,77.1659979223177,2963.19334655554,174.016524733598,6800.96762956578,136.454082082583,1980.07463453825,95.2497437782803,2696.74713445978,113.473734413187,4820.6317610669,117.593891780682,3228.40928022629,104.692877446991,4112.76351329438,122.919773243843,5797.72365940117,1781.77519278271,589.322796366674,16078.5234878296,6391.21666098432,364.786739662317,2847.31252465651 -3902,460.980746402803,4385.75700627054,119.251287296409,1757.18599484174,185.050864486088,3127.70472135946,184.534222717543,3685.79771484112,40.4004072144762,1347.98740716121,310.642974060635,7480.56241624554,173.770833549539,4363.76608607326,193.664369995463,4931.76195720211,124.627590559458,5599.67959227362,34.5750975824968,1519.51819234865,69.4266862407819,2921.72223528107,156.600016305125,6705.78528661551,129.503950539682,1952.36267453532,90.2044951068019,2659.0050476593,107.116327624755,4753.16503419643,110.962379485232,3183.22636273107,94.7863361882551,4055.20369408661,111.288515847454,5716.58212899879,1651.52809166985,550.121094163268,15030.4011282489,5955.83065544289,336.426740478955,2649.59310929547 -3903,464.167100571685,4271.65051534679,122.095328156297,1711.46838497757,189.784544062243,3046.32962239941,186.874249972467,3589.90242404092,41.5479561710324,1312.91612696473,319.541081400409,7285.93678463086,178.748353270117,4250.23174420662,199.204267507737,4803.44977524515,127.874500358315,5453.98985441123,34.78960750358,1479.98410767962,70.3891087187041,2845.70628837722,158.726404369093,6531.31742921944,131.944662758474,1901.5670528255,92.6336729694562,2589.82434865953,110.143296713779,4629.49950004618,114.144153837999,3100.40672873222,95.3744071097323,3949.69737833503,111.978969162732,5567.85087784081,1712.23615156194,566.145547229696,15367.0391836918,6046.31653043819,349.337196964828,2686.7721647284 -3904,490.417343243774,4217.26148801807,127.94436245845,1689.67701875312,198.093132825384,3007.54206136423,196.131096151903,3544.19379213223,43.3780192459072,1296.19934949119,333.589083838196,7193.1681900394,186.606677124703,4196.11543257052,207.960315499919,4742.28958431677,133.641838442067,5384.54662580992,36.5590375932612,1461.14012786679,73.7566344750993,2809.47317508015,166.337766096102,6448.1570674637,138.112485444665,1877.35524475928,96.9391552603271,2556.84926636528,115.000399386938,4570.55414065367,119.1610733807,3060.93062793855,100.225233486779,3899.40763719665,117.674318195561,5496.95790743765,1778.11599744098,590.404606859469,16065.7715755974,6343.23890431078,362.220204559983,2817.2993017287 -3905,525.95319866557,4156.56931177863,139.159941570169,1665.3602492805,215.715701643699,2964.25940664755,214.404653583413,3493.18798306158,47.2869228485029,1277.54526328281,363.679012930886,7089.64863528801,203.438707772409,4135.72757706803,226.708672008842,4674.04153376369,146.084161136173,5307.05561565756,40.0762928899552,1440.11231766271,81.4999134109528,2769.04100326287,183.746711497915,6355.35924445224,149.92606866571,1850.3375282381,105.558001711062,2520.05269903532,125.357224734334,4504.77759864778,129.910792143642,3016.87963853337,109.867657263513,3843.28981376583,128.995475594805,5417.84914478519,1973.55316763202,646.951772702421,17570.3582126501,6895.3444905561,404.574918764094,3068.2447748883 -3906,547.976236034249,4089.89888874221,147.280313634765,1638.64825099553,226.635598684146,2916.71336234826,223.422696460136,3437.15804512298,49.6478754929843,1257.05372885563,381.719429883114,6975.93228936908,213.530351727498,4069.39145069931,237.936767949534,4599.07097439811,153.005819938431,5221.93165490198,41.6574483408097,1417.01324478873,84.8355455438173,2724.62621759586,191.257181699235,6253.42073276296,158.740147627456,1820.65853661917,111.241428246346,2479.63162893728,131.640693623874,4432.52199416748,136.34977892821,2968.48957772504,114.202335763638,3781.64432237243,134.084816066798,5330.94808111069,2061.93564327361,676.623047197515,18473.0756791051,7241.37033351265,422.860919773148,3226.73215549318 -3907,570.673842035146,3924.78238146725,150.486681932278,1572.4931006564,225.505793731441,2798.9604456591,226.353281197637,3298.39384903859,49.0214622121626,1206.30422946411,376.42043151061,6694.30147013837,210.566140587838,3905.10286524709,234.616492541606,4413.39828256396,151.193982394795,5011.11296731552,42.3805641073317,1359.8058946545,85.0049577287634,2614.62820128363,191.74658308509,6000.95899275349,163.381651229982,1747.15530666539,111.629125873645,2379.52448080566,130.080918208085,4253.57318149366,134.435265345945,2848.64636294405,116.184730577855,3628.97260132205,136.412343277679,5115.72820610594,1951.37219496382,659.438027602745,18536.5301374107,7409.50656008625,397.355678161829,3313.2882231612 -3908,547.804397238208,3788.97226420233,143.904360204851,1518.07977231319,212.682348079493,2702.10739512061,218.111522980625,3184.25879341384,45.7308471894356,1164.56221603828,350.766055018731,6462.65706815593,196.215317426078,3769.9737226569,218.625976315423,4260.68048064912,141.917814558317,4837.71231128616,41.098796466076,1312.7522289831,82.394633250492,2524.1536403762,185.861746725113,5793.30647465308,158.016463270819,1686.69810317847,105.271973601929,2297.18526620387,121.430139167248,4106.38584308189,125.25560908298,2750.07401956406,112.670812554358,3503.39845564102,132.28665662947,4938.7075257117,1800.57148015969,613.710549666076,17674.2243942377,7128.47629447127,368.039515266945,3211.04420120044 -3909,472.179433038094,3694.74993895832,119.091439477677,1480.32890055183,173.625069837445,2634.91269849199,185.469794725252,3105.07418957581,36.9711799227477,1135.60244746907,283.284142083312,6301.9468455002,158.466553605602,3676.22384393289,176.562158519996,4154.72794417863,115.669150729512,4717.41042701599,35.3595018978997,1280.10734301952,69.9129213763855,2461.38421144255,157.787843879076,5649.24133803273,131.929827480202,1644.75411251704,86.013250426534,2240.05997675719,98.2318406271403,4004.27023085116,101.145162523719,2681.68651217463,96.9367512657511,3416.27764141244,113.813315434128,4815.89414141509,1412.02952215771,494.139012725276,14601.4094242774,6012.68818262008,287.388048158755,2718.50236481564 -3910,367.341432263194,3447.88743333025,95.3228692632206,1381.4216111327,141.83586456084,2458.86258370552,147.155547265409,2897.6105161842,31.2618822251234,1059.7278496719,240.208592138218,5880.88603913514,134.370485628533,3430.59914825491,149.677075238005,3877.13228345794,97.3714478313439,4402.21947300586,27.4953927668055,1194.57773712155,55.9904863973887,2296.92829865042,126.227873174588,5271.79065946325,101.032089549177,1534.86085097943,71.2099419606097,2090.39171022889,82.9217910945002,3736.72731218791,85.7955324794397,2502.51123302406,75.3775903655553,3188.02109566148,88.5007322498388,4494.12305697617,1272.92494904914,424.312136137268,11798.6659454645,4708.97168746783,260.148906031227,2093.93820174893 -3911,399.782037061091,3197.19105628669,105.764285195368,1280.97825276408,191.342537739408,2280.07834167255,189.904318567673,2686.92485067537,40.2809346497176,982.674889648693,303.660073722935,5453.28599350568,169.864663078616,3181.15980483483,190.944857002377,3595.2254533841,128.902665304867,4082.13348001066,29.2190627301743,1107.71982293958,58.7849163037558,2129.91832111055,132.586796843349,4888.47802399736,98.3861580497764,1423.26090404181,88.1701943278336,1938.39903689207,108.070088591059,3465.02934719361,119.033226298693,2320.55329160021,80.1029670687054,2956.21963634039,94.0487909813132,4167.35474154899,1846.7720018309,572.063797314308,13978.1328535553,5145.21614811967,375.890413470476,2253.22353859273 -3912,397.626286015817,3026.7461127454,104.314294850914,1212.68822500966,191.360891822363,2158.52544809369,189.335499203775,2543.68262760818,40.0508803540648,930.28766500778,301.955382603028,5162.5667318432,168.911074484679,3011.56950078818,189.903968830608,3403.56096144975,128.12639203407,3864.51151176441,29.3072190291182,1048.66634776197,58.5559377602989,2016.37058448862,132.104265044445,4627.8691501033,97.9812045423446,1347.38566851063,87.2047528298866,1835.06135434918,107.446675231469,3280.30571915455,118.357185142265,2196.84264440769,80.3446442633648,2798.62108181519,94.332543865847,3945.18955619257,1840.27257604721,570.355927641064,13907.1948346849,5120.72259074028,374.611874649148,2247.05001294699 -3913,396.661903947254,2948.83399841411,105.587690830654,1181.47215992997,200.644676960198,2102.96238623306,193.43748854692,2478.20515301254,42.565155798482,906.34093270279,321.373322416241,5029.67600547518,179.77329210721,2934.04805084759,202.124542753136,3315.94917609208,135.58710305428,3765.0343004214,29.6995565446284,1021.67240464987,60.3522537658486,1964.46676115457,136.071718298445,4508.74218771461,97.9931363703357,1312.70232793862,90.7479305455112,1787.82465040399,114.095048810272,3195.86667315853,125.846440427756,2140.29325146118,81.4202228804802,2726.58118234091,95.5953793418201,3843.63559417825,2018.56467847182,612.257326435147,14396.0915581866,5175.20356375035,411.689500467664,2246.0419042235 -3914,454.988070909516,2951.23829044406,121.391531675572,1182.43545732116,241.71467300034,2104.67700825222,227.163443682589,2480.22572416073,51.4049057657643,907.079905558533,388.599584934629,5033.77688397147,217.379047426692,2936.44028735462,244.465452510697,3318.65279053091,163.173349034418,3768.10407035958,34.961737848501,1022.5054114658,71.2924919344853,1966.0684626337,160.717443000635,4512.41832984837,112.819910110686,1313.77262207741,107.175487446293,1789.28232912047,137.688246528315,3198.47237994813,152.043745859612,2142.03831069783,95.8462960090466,2728.80426353478,112.533013314679,3846.76945062121,2503.69125909047,747.850807187089,17042.5268623263,6008.70343394213,511.41552853126,2591.05551729678 -3915,678.202372496142,3003.54792785657,179.170382574348,1203.39370059025,330.399346198388,2141.98165136715,324.89656320416,2524.18683321523,69.5021728284521,923.157570692379,524.195286422343,5122.99876905904,293.23004049842,2988.48763548383,329.668305351539,3377.47471783268,222.139043852182,3834.89235997054,50.099761827546,1040.62895218405,100.742446259296,2000.91631912212,227.224478032997,4592.39932204823,167.238783034134,1337.05876936205,150.689251469523,1820.99671496589,186.415789848324,3255.16415269003,205.416113859182,2180.00516946322,137.346622267851,2777.17133780913,161.258493191384,3914.95205580869,3220.39656610676,991.939024311639,23957.7698422171,8764.16951925462,655.890415341341,3832.63772511666 -3916,947.759883764903,3164.2457323475,248.202781046339,1267.77846496491,437.325736254397,2256.58336803767,442.946481364655,2659.2375438966,91.2055797001711,972.548956604209,686.787856615578,5397.09283193787,384.182834576182,3148.37967426786,431.850006578074,3558.17860034626,292.837403467259,4040.06930320849,68.4417254592732,1096.30536951527,136.267941773307,2107.97066524087,307.465545767233,4838.10490295615,233.080573096981,1408.59497050573,202.812801969393,1918.42488362142,244.85771223206,3429.32409458519,269.420808912336,2296.641245506,187.630429189911,2925.75739250197,220.296646458557,4124.41240575711,4076.85226038584,1284.79528657541,32281.6840864439,12089.7000232387,828.49315622064,5334.30808706594 -3917,1050.50497848475,3661.08982532635,273.161597269848,1466.84272697351,490.787915218991,2610.90797224344,494.399538919922,3076.78617231252,101.963298641148,1125.25681973944,768.037228252974,6244.53450354833,429.6329886558,3642.7325077484,483.05213393232,4116.87731368363,327.105975256489,4674.43361569037,76.6430436342169,1268.44523886118,152.160812244688,2438.96037393856,343.36189547829,5597.77530961021,259.303594106668,1629.76998335035,224.604993432473,2219.65245944052,273.687910712301,3967.79030847202,301.230104150117,2657.2556645621,210.114036065126,3385.15448138589,246.694620477415,4772.02011835055,4590.74138811301,1442.74856672353,35981.9151884259,13437.6545069415,933.333339569549,5932.28351093605 -3918,964.425638524491,4062.28200106934,242.9835051304,1627.58334061165,439.989080474077,2897.01836560307,450.198321402343,3413.94876532701,89.3233161863581,1248.56552106054,672.19480504227,6928.82757023303,376.019615228977,4041.91303872677,422.975001939105,4568.01592146047,287.338862065783,5186.67075875959,70.8122122169463,1407.4449164078,137.460184280066,2706.22828203588,310.453177259954,6211.19474560635,239.408935609424,1808.36460866049,197.128972185843,2462.88801007791,239.892308317922,4402.5915569243,263.806931680247,2948.44496404235,194.129029930126,3756.10891200882,227.926645259516,5294.95105567049,3935.92238647318,1261.71620047734,32226.5288144675,12255.7886278306,799.086763330093,5474.34015724325 -3919,873.502664063206,4285.5564279264,221.793974478375,1717.03989174264,396.574978283848,3056.24663065315,406.437546882132,3601.58897683795,80.9245473155591,1317.1901884359,608.93687131117,7309.65539167132,340.633706674904,4264.06793021147,383.092634948033,4819.08690483128,260.356150115005,5471.74474935244,63.6889040265128,1484.80204153134,124.182810887386,2854.97018829864,280.41867925205,6552.57945167988,216.229031819471,1907.75740597023,179.512991562925,2598.25525162306,217.347304746613,4644.57035266011,238.995182020782,3110.49977936361,174.600747087251,3962.55520606736,204.998513399703,5585.97643546436,3558.48820494674,1140.08549104105,29173.4157824822,11090.0631895376,722.374434050404,4945.24096139179 -3920,840.39426644574,4386.01692922218,211.932701334869,1757.29013489549,374.11170503859,3127.8900855376,387.641623837723,3686.01615453575,75.8740632448433,1348.0672959615,570.552547285452,7481.00575358965,319.161867495685,4364.02470572767,358.944024082345,4932.05423926946,244.542781018935,5600.01145864144,60.9156786699586,1519.6082469625,118.029138300517,2921.89539185726,266.587281646298,6706.18270660532,207.908184068092,1952.47838178228,169.657656859749,2659.16263423772,203.862465820804,4753.44673167386,224.03081580408,3183.41501741274,166.998053549078,4055.4440267161,196.072200659586,5716.92092362378,3284.67795115472,1063.9751179399,27670.030671452,10618.8627589804,666.118725911965,4754.54811501832 -3921,768.495011490884,4499.27866582577,193.23906027459,1802.66928769094,334.31084323385,3208.66274754736,351.004734928987,3781.20151235552,67.4446879736898,1382.87893610403,506.768654727357,7674.19053077274,283.481742392675,4476.71852901379,318.804204375805,5059.41649919166,217.915432314447,5744.62262477258,55.2324050888441,1558.84965249867,106.493624410456,2997.34857673917,240.577910650048,6879.35894180644,189.994078981793,2002.89795283507,152.594186638212,2727.83117399152,181.297201995103,4876.19674389908,199.090834584965,3265.62152026499,151.417571700141,4160.16925705076,177.779176887545,5864.55108608871,2865.79267310054,940.059274686054,24913.938098999,9660.55688204935,580.45662488298,4342.11879233462 -3922,740.306187055609,4573.68181715846,187.537576552678,1832.47946078238,325.200388742573,3261.72339075549,339.522484723357,3843.73004842511,66.0449785476552,1405.74716863634,496.444112967977,7801.09619761972,277.706288326895,4550.74861048397,312.282061012535,5143.08247309626,213.152771101395,5839.61963612612,53.2043650334286,1584.62785723196,103.272705226872,3046.91478419502,233.241544097714,6993.12072951407,182.941431492835,2036.01924417019,149.044490779777,2772.94045721732,177.494298366192,4956.83287053422,194.983672507775,3319.62407272147,145.857775779473,4228.96466311285,171.251427622112,5961.53131655783,2832.4656703723,922.113085316578,24208.7787995155,9330.18494750361,574.063930776339,4179.54463070191 -3923,714.817904376357,4512.01492827461,179.999005409709,1807.77216547686,304.342623337423,3217.74561924699,323.596903770269,3791.90508917532,61.2855054160052,1386.79349894251,460.161056128746,7695.91412514015,257.409878759789,4489.39092970953,289.453904018768,5073.73836301867,198.475435333072,5760.88412508249,50.8426099352302,1563.26234168001,97.9263762657855,3005.83327416723,221.232784201112,6898.8325791315,176.575870389378,2008.56762477144,140.461263964482,2735.55293926292,164.809602409835,4889.99996128017,180.867421968636,3274.8656271163,139.383112556961,4171.94559086442,163.649533830012,5881.15207200773,2559.44061093794,848.687707463097,22879.4023779187,8946.63798571081,517.808222637901,4030.50006199369 -3924,646.619031372038,4435.3374432362,162.334269576162,1777.0507637584,272.528347741989,3163.06303386123,291.448563961178,3727.46519915627,54.8187339541959,1363.22623698595,411.463186250474,7565.12924309346,230.168736524322,4413.09791842377,258.807430617311,4987.51491216498,177.629461986928,5662.98327295079,45.7768756264288,1536.69615634579,88.085372088869,2954.75194142083,199.007565982618,6781.59335446627,159.623969031448,1974.43389151805,126.200634630654,2689.0647686991,147.448895579502,4806.89897317855,161.764307641373,3219.21234047657,125.495591514142,4101.04726700916,147.344213170861,5781.20737830024,2270.01516017467,756.76529880515,20567.62334282,8074.80022944953,458.995436856805,3642.280689187 -3925,632.464439332588,4326.55938857877,158.232196069313,1733.46803130951,264.153811780581,3085.48791179087,284.081512239831,3636.04793533888,52.8839308581471,1329.79268203887,396.795731450881,7379.59205391055,221.963896694022,4304.86529515156,249.595740442401,4865.19453030822,171.584020995641,5524.09681574818,44.7185548593962,1499.00819672014,85.6903982340756,2882.28571482669,193.627993067989,6615.27263095479,156.217306216416,1926.01027538562,122.336790645367,2623.11460411061,142.27513964277,4689.00825439354,156.036343203915,3140.26013888923,122.594244734726,4000.4677847324,143.937745635301,5639.42143749393,2170.21103753035,728.549049483379,19975.5385175028,7882.08750771745,438.538815715555,3563.81036719105 -3926,595.856975752732,4231.16740690084,149.056859743629,1695.24852804359,244.948553325324,3017.45907411306,266.000703155413,3555.88035022643,48.9755573618135,1300.47341289966,367.268031771816,7216.88680783082,205.446372029099,4209.95162484691,231.00599163544,4757.92672099076,159.159764542032,5402.30152879891,41.8083953399095,1465.95806390234,80.0897247708859,2818.73707920062,180.974701799959,6469.4190995616,147.14129429734,1883.54560070992,114.19973412218,2565.2801731503,131.802780826567,4585.62500009879,144.478584051745,3071.02368314483,114.616151313085,3912.26547075706,134.570676373089,5515.083473277,1982.27650046578,671.287679042869,18646.4006611653,7402.90628080792,400.182651075711,3352.66842544391 -3927,612.370606617862,4159.49344971185,154.05541262716,1666.53182677918,255.395405196856,2966.34475702299,274.762439725754,3495.64543359902,51.3317017449318,1278.44401373915,385.152078731347,7094.63618847253,215.45054404295,4138.63705288389,242.241522555033,4677.3297123372,166.54676991349,5310.78911833138,43.1312962987002,1441.12543370633,82.9392735847735,2770.98901789439,187.386036761104,6359.83022656561,151.050464486143,1851.63923687081,118.983918451135,2521.82555090863,138.098516539743,4507.94670039223,151.456800524804,3019.00200713336,118.242834787355,3845.99356021869,138.828760792538,5421.66059047811,2106.89284897981,706.261485589365,19359.1177089277,7630.91050257382,425.753427502274,3445.57924177843 -3928,648.20521691135,4125.70337775564,163.845382608868,1652.9935844367,273.402514089839,2942.24735093292,292.326504548182,3467.24819913701,55.1763129107932,1268.05844257802,414.175811397068,7037.00218322408,231.686154178001,4105.01641000796,260.498457034914,4639.33294435246,178.841838381094,5267.64637784574,45.7867202351676,1429.41830333299,88.4263033081897,2748.47860420183,199.749715268305,6308.16549296691,160.000849561777,1836.59725548359,127.336400058952,2501.3392422135,148.404686550328,4471.32593268997,162.823156050583,2994.47683446743,125.522580140605,3814.75023679144,147.375900482604,5377.61717420898,2288.72439128095,761.435098292077,20661.7598396733,8099.75545258895,462.83105332079,3648.49514350966 -3929,707.780907780525,4074.62837593917,179.262126377182,1632.53000705425,300.649433697879,2905.82318878795,319.900696193851,3424.32467995627,60.8447804768177,1252.36024972992,456.84806892887,6949.8861532088,255.556624074077,4054.19750680511,287.323643433024,4581.89935864254,197.013374062306,5202.43445549388,50.0784031861723,1411.72252257646,96.8934362243648,2714.45324250011,218.860916244349,6230.07224812797,174.523029875116,1813.86071832348,139.894472437,2470.37339357094,163.625199162023,4415.97222467366,179.566254794408,2957.4060865837,137.288068351787,3767.5247439642,161.189745113571,5311.04384554413,2540.47541535174,841.075473483757,22674.8729661644,8856.21759665585,513.972606173916,3982.98268617479 -3930,742.09852988101,3958.18257214758,187.164066723127,1585.87513418096,308.788817853971,2822.77980772951,332.378706231467,3326.46342660726,62.197305537439,1216.56996839345,466.65764776808,6751.27047474612,261.044012600453,3938.33558177717,293.473201233387,4450.95663099162,201.78595694277,5053.75791227332,52.1161765554003,1371.37794419899,100.351789270955,2636.87888221142,226.71461915055,6052.02760118622,182.749129974235,1762.02372858512,144.429310138051,2399.77441154391,167.334878260929,4289.77140639537,183.513599278578,2872.88855587491,142.874547788041,3659.8554287191,167.748823460458,5159.26343454549,2549.95887334743,854.672929908404,23449.6790752564,9242.24815397266,515.251144995244,4170.57576111053 -3931,768.199904492533,3787.67264944417,193.014970315647,1517.55907204446,312.496295141299,2701.18057422989,341.290904168313,3183.16659494071,62.5408560587407,1164.16277203678,468.833318180853,6460.44038143535,262.261062695662,3768.68062438481,294.851513291367,4259.2190703124,203.494213082307,4836.05297944706,53.5562111647194,1312.30195591388,102.67032279199,2523.28785749521,231.992270890764,5791.31937470407,189.411561997833,1686.11956694369,146.973184739948,2296.39733331178,168.343373252976,4104.97735569475,184.47580216151,2749.1307461557,146.822348781978,3502.19679249355,172.383931548229,4937.01355258677,2509.4493507691,853.934973235873,23912.3109528459,9524.68813662323,506.301373245947,4315.07627055963 -3932,736.271474350301,3631.1336184825,182.613773451422,1454.84055105512,289.30326924775,2589.54468890477,322.625376599552,3051.61092467055,57.0468413617782,1116.04960886704,427.028616008496,6193.43972681333,238.875895319036,3612.92650634301,268.581354846314,4083.19170796417,186.399647327331,4636.18590614203,50.9494537973142,1258.066414588,96.4097707209861,2419.00402079469,217.95669007579,5551.97252327045,181.579886685195,1616.43468455724,136.300211855783,2201.49055373242,153.684671883599,3935.32458026962,168.190939665325,2635.51314959458,139.676021006661,3357.45606570068,163.993437265436,4732.9739248539,2204.90133809067,771.41509879076,22346.4079294354,9059.07999918118,443.652971000868,4135.36880677376 -3933,611.926958635572,3527.8789438809,150.391418258591,1413.47080169316,233.92773494593,2515.90856798149,265.35882299869,2964.83551893122,45.6073765950208,1084.3136962539,340.987343851672,6017.32348575801,190.745195992691,3510.18956797393,214.478270490852,3967.08233953008,149.545712894449,4504.351631387,42.0721964671829,1222.29212151206,78.8971398063094,2350.21738299217,178.428733758037,5394.09700104527,150.985192918026,1570.46985513891,110.474831546321,2138.88911444439,122.952610911855,3823.41995166572,134.41150827403,2560.56987257374,115.339352231807,3261.98366782788,135.419785644959,4598.38739242195,1707.0306610992,611.608121801885,18215.7630238238,7485.8540598011,342.648404115944,3436.24754782219 -3934,474.96871774482,3301.42044983584,121.673457090173,1322.73853048434,194.400178394603,2354.40958388274,211.290532782166,2774.51941189103,39.4958907173411,1014.71038768459,296.205391348053,5631.06476304013,165.694582058604,3284.86657474741,186.219081691518,3712.43088843056,128.373112380188,4215.21226370474,32.8334709868747,1143.83182354722,63.81364648244,2199.35430132264,144.116111302294,5047.84388323112,116.698897243677,1469.65963914361,93.0733984026692,2001.59143062602,106.285817654435,3577.99034987685,116.516690447046,2396.20402939593,90.0117320497373,3052.5932888589,105.6826592472,4303.21176409438,1601.99877264344,538.854560730082,14934.8884360168,5901.51944746776,323.470321796022,2657.60287399131 -3935,449.572041957153,3081.8499297669,107.179573939273,1234.76597701326,219.404305009622,2197.82276174254,229.426117555621,2589.9919700014,46.5333670140468,947.224137166471,368.911476522972,5256.55450681872,206.365699965501,3066.39701804182,230.660846939165,3465.5249298353,151.585336511906,3934.86737488917,38.3120121517955,1067.75797830883,75.2096613988984,2053.07987942,169.788110099651,4712.12241924036,99.0612481408296,1371.91567220745,93.9677893118226,1868.46980068944,121.049076086126,3340.02574831778,141.510765604461,2236.83754671969,105.030947640969,2849.5717391417,123.316701025346,4017.01421386838,2086.31979091134,667.968443563247,16446.6133279511,6228.33394230619,437.949573053852,2743.87142706521 -3936,441.260229222472,2919.13771452189,103.986414591427,1169.57412406532,216.260896451745,2081.78446707254,224.643767419366,2453.2483450652,47.276588513423,897.213610630692,374.986228068354,4979.02456608429,209.763860322546,2904.50066909663,232.988553344017,3282.55585243997,146.590710644208,3727.11845724089,37.7785378241848,1011.38363499053,73.4153838563152,1944.6835645869,165.801381565781,4463.33682136465,97.3367451845191,1299.48273639247,93.7038355431413,1769.82033127431,122.944196574192,3163.68264243356,137.001693400296,2118.73939117533,103.568447734958,2699.12309928519,121.599581759931,3804.92819530659,2078.68170739253,667.494209636384,16277.0982649995,6172.62235841651,431.047632988259,2709.28016597482 -3937,443.501055655241,2802.36700861655,106.312704158795,1122.7890767562,229.787920302035,1998.50938191519,232.05568650828,2355.11404342219,49.3724786275415,861.323468778174,391.9658461405,4779.85471862921,219.262103103256,2788.31547106855,244.754496786776,3151.24777397684,158.152919811803,3578.02708307249,38.6482604063404,970.926488891721,76.5469210037857,1866.89275962773,172.749082062482,4284.79540184501,98.1294334003748,1247.50111329689,96.8418158258339,1699.02436697963,128.320133795403,3037.12970401629,148.517554529388,2033.98604325817,105.952759648063,2591.15336971025,124.39899932155,3652.72429308067,2278.57025700831,714.389293708877,16898.9369153726,6249.79941767756,478.320434277276,2727.56525449447 -3938,507.084638647038,2762.0788439601,121.802981775313,1106.64732549389,275.454692730807,1969.77785788622,271.512145294771,2321.25580070296,58.6508646551979,848.940671797658,465.952820484694,4711.137247525,260.649738675819,2748.22931801754,291.572247135291,3105.94393304492,189.765386201326,3526.58765924799,45.3312475526713,956.967986620784,90.0238856478857,1840.05341893304,203.143140034024,4223.19513958889,112.659407864432,1229.56644231802,113.133762416865,1674.59838235959,152.366496892201,2993.46647888476,178.883921711802,2004.74448982575,124.273918825777,2553.90171306142,145.909848833057,3600.21098653954,2786.23818742967,860.784158906253,19896.3178364322,7228.07321451167,588.360414572194,3145.15951363579 -3939,734.810989370183,2744.01414524494,173.522032818027,1099.40957029269,347.973410774451,1956.8950092969,372.389272719619,2306.07419690037,71.6037630628471,843.388383709789,567.669598663392,4680.32521072581,317.549172450349,2730.25519872737,356.596710049266,3085.63026911771,242.117325165033,3503.5228782783,62.5455330176486,950.709172396068,121.74121608838,1828.01900119529,274.923563057645,4195.57436837924,162.137015589656,1221.52476480424,147.226270055743,1663.64608267691,186.265106940369,2973.88844613843,225.234271819895,1991.63295056293,171.466238252518,2537.19854577295,201.318290593798,3576.66469026886,3243.85981471406,1047.30738438488,25974.3165732292,9959.11688379759,683.445652346715,4424.58391257759 -3940,1063.36808473443,2723.28523154818,250.69727490074,1091.10437764655,484.636755675756,1942.11217451027,532.620285584963,2288.65358225496,94.5004883811938,837.017233965878,747.735985476567,4644.96895808623,418.276659448563,2709.63022327577,473.952607781854,3062.32070868433,341.888515358597,3477.05646100262,89.4961419354774,943.527296741578,173.759497735178,1814.2097254022,392.432392908321,4163.88003504602,234.086030930588,1212.29708590471,202.040753131553,1651.07851769934,246.132381535736,2951.42300912506,316.504213477973,1976.58769738179,245.350324082451,2518.03196466112,288.065501082328,3549.64574293023,4271.55305750315,1401.58327559318,36357.8123302651,14166.9579338973,913.860355513409,6374.16641053425 -3941,1156.87978072153,2878.65460607593,269.568709906283,1153.35426713134,529.161334213872,2052.91391878619,579.277252344495,2419.22627125071,103.48716000287,884.770896565625,818.333411157304,4909.97458928425,457.768212554151,2864.22054973691,517.333214161848,3237.03279818557,366.987257786274,3675.43013162857,97.7941101158371,997.357591213252,188.479259832135,1917.7143554103,425.79700567785,4401.43849170681,255.570289605509,1281.4612842769,219.188793362838,1745.27615576508,269.645511723468,3119.80814248617,339.6392884956,2089.35634558794,268.098893330776,2661.69119170723,314.774567083898,3752.16079074277,4577.13291645142,1514.09591092882,39783.6721025141,15568.598219323,976.519607480012,7018.66378303822 -3942,1078.26163247477,3130.06577281227,244.008689290047,1254.08401127911,488.582997201622,2232.20791343283,539.025164607023,2630.51264724406,96.590568669003,962.04355127398,764.134377429727,5338.79381529777,427.44976966356,3114.37109877453,481.125311003737,3519.74340571657,332.146649575304,3996.42875914723,92.332054674759,1084.46315612924,174.464907716448,2085.20051458448,394.44079815892,4785.84403455402,239.666709767465,1393.37942684513,200.98633031729,1897.70219314792,251.605328401656,3392.2807772512,307.227370665829,2271.83308853012,253.124872734547,2894.15356721644,297.193588691467,4079.86079344261,4202.70580002176,1404.2934773339,36760.9881629587,14520.2705240929,887.456343070007,6567.40446422766 -3943,974.517031652021,3405.12999117859,222.181854498014,1364.2905255717,442.635054630323,2428.37009324154,485.234891126025,2861.67708842025,88.1708227130821,1046.58610618259,697.147741778454,5807.95684713539,389.978059418058,3388.05609907961,438.124594238428,3829.05175225446,299.495861462299,4347.62730661539,82.7695089487565,1179.76371274335,157.038980937153,2268.44396418327,354.986072911109,5206.41489284781,215.958652608748,1515.82695694559,183.793335505081,2064.46864738165,229.752115968113,3690.38795077404,277.014956474081,2471.47745325343,226.909511466578,3148.48627029035,266.414166622418,4438.391189174,3777.36996091763,1265.3750740195,33461.5146577741,13211.1989248233,796.738916117366,5963.86354128853 -3944,959.089810419731,3614.82340756979,218.443753395988,1448.30574437345,430.338598435723,2577.91305413678,477.79607856828,3037.90379542816,83.561342101596,1111.03657260282,660.850788525675,6165.62023052562,369.673876324534,3596.69807755959,417.663979398042,4064.85095685136,295.717144675313,4615.36123321486,81.6172826995325,1252.41547173651,154.779564779985,2408.13841519509,349.885158010375,5527.03434903879,212.47285533692,1609.17403446781,176.53507649627,2191.60196823092,217.709646904646,3917.64801403491,273.259812266567,2623.67503515166,223.75072632177,3342.3751509464,262.705441031964,4711.7145025716,3668.46627100802,1226.87047979837,32344.5312106265,12799.5606805093,779.393228345727,5802.10121363188 -3945,870.214719662225,3742.64087358679,197.171690913782,1499.51675785644,383.74516190312,2669.06614158828,428.019976042545,3145.32181322729,76.6082308761994,1150.32199912322,605.549300018956,6383.63197423589,338.738730331285,3723.87464539392,380.034058323646,4208.58106215984,258.614487854743,4778.55697227843,73.2489977937222,1296.69995093476,137.960288358656,2493.2883977375,311.948631924936,5722.46617113104,192.604896234306,1666.07323099158,161.167521863054,2269.09538312653,199.659533790614,4056.1731328144,238.447450655042,2716.44623220181,200.809386401944,3460.55904932925,235.770043232025,4878.31722154624,3215.14953538949,1092.35096749362,29264.9915021389,11697.8477417064,674.206730549529,5295.53362429524 -3946,833.634603099245,3763.88963318681,190.044755135027,1508.03023061007,367.041989525934,2684.2197047312,410.584358943761,3163.17930726196,72.4744229960694,1156.85292646773,572.837825183553,6419.87490156371,320.440231013952,3745.01686015436,360.528112546697,4232.4751867279,249.883701539068,4805.68712228976,70.0073257091561,1304.06193581694,132.559065641493,2507.44398668297,299.672868946203,5754.95534444386,184.408094261822,1675.53232438502,153.83020349336,2281.97812126094,188.893336729237,4079.20196478262,230.354521881385,2731.86879474629,191.922463688664,3480.20629570007,225.335918663187,4906.01375813483,3077.62099542276,1042.56268613126,27942.3945866678,11153.413014901,648.736648326852,5052.16125048501 -3947,797.299223627627,3671.81167071797,180.135671777488,1471.13851366075,333.480461886923,2618.5542614485,385.66861269993,3085.7968295803,64.3642211339249,1128.55224001666,507.989852141963,6262.8222093092,284.164869037681,3653.40059201142,320.427390156293,4128.93397554104,226.893155097336,4688.12313354215,66.050316909821,1272.15999987161,123.766807085773,2446.1030984532,279.911707224355,5614.16892033001,176.243447938266,1634.54291780951,140.640805671605,2226.15292013083,167.911426685664,3979.41035503288,207.785654167725,2665.03768733694,181.074472140448,3395.06822420779,212.599305688413,4785.9954274404,2644.50647044994,922.488695581669,25736.0795485711,10506.6357253784,557.407994181488,4801.76981637538 -3948,756.790895042144,3531.38791318265,172.714146371436,1414.87669620682,333.878264075243,2518.41099112908,372.902104425699,2967.78446275445,64.6964784090842,1085.39219796389,510.883483757351,6023.30855603001,285.783540051605,3513.68094271588,322.460552117058,3971.02815807102,227.562657695779,4508.83183942426,63.4977134723187,1223.5078620747,120.456978016095,2352.55500306943,272.294133971196,5399.46218536379,167.325369774721,1572.0319071817,138.460105735508,2141.01653898526,168.721365909901,3827.22287785778,209.715029765228,2563.11671763865,174.076605337467,3265.22816706816,204.383119242983,4602.96113218293,2741.6596856439,931.776679436181,25394.8397279979,10143.7366391219,582.392404727326,4608.48333707132 -3949,735.887749693707,3416.11176582498,167.100698435632,1368.69045483809,319.382583900133,2436.20175111984,360.414591917156,2870.90619067984,62.2263356940502,1049.96141719741,491.36084458814,5826.68790099133,274.862754568595,3398.9828092686,309.659871120606,3841.40070326708,216.904299422854,4361.64869888278,61.5537632093433,1183.56853055145,116.122409565219,2275.75984947316,262.553065113367,5223.20593319488,162.770801931459,1520.71560145761,133.572522105887,2071.12669847187,162.283035560461,3702.28970164351,199.523613539649,2479.44813528483,168.74733843605,3158.64035156982,198.126033803625,4452.70530110462,2602.41466182913,891.821951524389,24431.3507548268,9827.6416566297,550.074345958705,4470.25473405474 -3950,702.472014888191,3345.67245053518,160.053015843995,1340.46842198572,308.143366373458,2385.96791949482,344.268629592428,2811.70886922338,60.2473166088684,1028.31149225995,475.452120193279,5706.54314745629,265.96355989933,3328.89668850349,299.184433584565,3762.19204329323,207.627749960897,4271.71266372213,58.6042907215766,1159.16366250098,110.943068125329,2228.83428715269,250.808296494296,5115.50481719728,155.370091376782,1489.35885054893,128.81976621236,2028.42061725454,157.180876103263,3625.94947349372,191.087013437548,2428.32257472991,160.661469983,3093.51002830664,188.632426015151,4360.89170304416,2486.2611100091,853.286594312501,23603.4472433731,9475.06159761567,525.772754601825,4304.91132425723 -3951,700.950131852061,3327.41281433365,159.332059872226,1333.15256363826,304.557587715431,2372.9460511432,340.590924760793,2796.36343962269,60.953826484943,1022.69928902484,480.888772905732,5675.39861571224,269.004773615555,3310.72860917618,301.003701174295,3741.65917313141,202.493744583235,4248.39898901241,58.053438621281,1152.83730895376,109.413423980095,2216.67000513208,247.393428085902,5087.58598822337,154.779902798088,1481.23039470437,129.716633527409,2017.35013050416,159.053208455731,3606.16017276271,186.159814185584,2415.069547887,159.151329563467,3076.62661591712,186.859372083862,4337.09131696658,2436.1431221456,844.386914671794,23585.6350482545,9516.59991427776,510.081229372823,4315.74744796106 -3952,724.518890569823,3361.13791343088,164.425142442968,1346.66477412406,314.136818671023,2396.99712180761,350.036322473269,2824.70607078252,65.1045377201465,1033.06489040753,513.773990627853,5732.92180006336,287.40046311187,3344.28460497794,319.348571451035,3779.58287945914,205.384126895816,4291.45877296582,59.6352753793619,1164.52192840343,112.137978751846,2239.13713492941,253.576764588867,5139.15137887145,160.026994385435,1496.24345278722,136.845774181961,2037.79704733155,169.855051996085,3642.71052463459,188.761533212197,2439.54756260112,163.487875841858,3107.8098634721,191.950905511924,4381.0500448492,2528.29647947854,880.983082761078,24559.4750437586,9930.41881804832,521.7650599409,4483.02004679881 -3953,782.439488158368,3364.64688273263,177.408200996705,1348.07066863772,334.914790081708,2399.4995449552,376.731863170004,2827.65501460576,68.3289954633207,1034.14339211752,538.963898110179,5738.90687033536,301.491466565195,3347.77597971989,335.90950038108,3783.52869800007,220.387701372745,4295.93898100307,64.2356928985936,1165.73766896607,120.638255908928,2241.47475500667,272.811803674294,5144.51656318996,172.596578098763,1497.80550483001,145.261404787302,2039.92447187242,178.321158957277,3646.51345082665,202.267421166681,2442.09440766604,176.099748318683,3111.05436271238,206.758488824518,4385.62378461018,2653.7456483496,929.854832396125,26213.1446302444,10646.7204634751,550.218608041065,4822.75950544577 -3954,816.784806968323,3295.18228008724,184.126278274341,1320.23916161825,340.422525541014,2349.96083012199,388.696320688895,2769.27684332844,68.5033127165097,1012.7930506655,539.712617626112,5620.42463452848,301.91029340257,3278.65968422675,336.541794310462,3705.41609755073,222.657160831171,4207.24744673369,66.4362815782879,1141.67050626348,123.98570239242,2195.19853089671,280.451963196523,5038.30577456349,179.893720979719,1466.8826567989,147.932630318267,1997.80934127953,178.907289515436,3571.22958992501,203.574752024048,2391.67630331112,182.132579835872,3046.82528826682,213.841628577618,4295.08066844736,2582.91734978573,924.439896602342,26844.8591801235,11045.1824542291,535.101974961723,5029.29327721182 -3955,862.188293589981,3153.84878906964,194.642048729826,1263.6128527135,357.021086886569,2249.16878293152,410.822582233762,2650.4999349228,71.4520330760544,969.353396843034,563.111348272193,5379.35929516941,314.999328944628,3138.03486300497,351.730345494084,3546.48728930107,235.392726650146,4026.79461630453,70.1596974897655,1092.70317622619,131.108953795162,2101.04438539671,296.54884388226,4822.20806481423,190.202714850044,1403.96666940379,155.099159204136,1912.12140519876,186.573387044611,3418.05616816332,215.03553275168,2289.09503993953,192.340185223302,2916.14406400992,225.826364981686,4110.86058789455,2724.19227703058,973.441111573144,28122.1584267142,11583.4897970245,565.173350561462,5278.52116895796 -3956,832.955533680114,3052.93342103272,185.951863587942,1223.18036383525,332.625542612458,2177.20093961154,392.83248977269,2565.69048643512,65.1745299297402,938.336483432577,513.189639763982,5207.23309021113,287.073582592497,3037.62550152565,321.333023280347,3433.00845947307,219.506845013768,3897.9471388599,67.5274842144371,1057.73937467485,124.843730764584,2033.81615677997,282.498842721069,4667.90932249727,183.803998552286,1359.04320520808,144.255913291845,1850.9382451165,170.275808502739,3308.68681685628,199.582820055607,2215.84965505374,185.124071028999,2822.83465980255,217.353934553794,3979.32320708746,2435.54055242899,890.618851215511,26383.3591046782,11039.0943705756,505.372008956463,5066.86899402885 -3957,700.971188213967,3037.46796444017,155.601027315967,1216.98401422231,276.485975835946,2166.17174179384,329.3015550296,2552.69329017315,54.7719336427601,933.58308722231,431.428295598847,5180.85444835503,241.337035771603,3022.23759132275,269.562860067131,3415.61763039502,181.817072233306,3878.20103766398,56.7698720335316,1052.38111095623,104.441871199339,2023.51331320231,236.379747755071,4644.26277046056,154.778670289759,1352.1586057757,120.929979351037,1841.56181886097,143.066518432427,3291.9257725466,165.120136509453,2204.62467175743,155.632479795476,2808.53483046518,182.727895080762,3959.16487349821,2028.51196674461,745.74059128496,22031.9357201001,9261.19166669212,417.728346444022,4250.54916482698 -3958,557.699500925199,2868.77750870133,129.902770178727,1149.39693498742,244.536136829069,2045.87006203633,271.929119285719,2410.92554166616,51.9927729578044,881.735114405048,411.336929290193,4893.12772720403,230.098109537519,2854.39297778286,256.011112193725,3225.92605127507,165.779509181977,3662.81917746026,45.7657201829937,993.935507151859,87.7790363745177,1911.13438871854,198.34033731541,4386.33649354449,122.718606809496,1277.06439766887,108.892831774225,1739.28785049925,135.430210279912,3109.10361101916,152.931637568031,2082.18744938482,125.465009283412,2652.55852847416,147.308306612953,3739.28656213018,2140.57570617943,721.961527470194,19015.6744725184,7552.3707171917,441.742491726072,3371.66378298473 -3959,528.07674897464,2691.44458488079,105.239885849286,1078.34718696986,267.873751821065,1919.40500200382,299.209574995098,2261.89464815124,48.4801710353309,827.230829775644,400.61433729534,4590.65998829413,224.099989816988,2677.94923094374,257.083564347155,3026.51605974859,195.999170229781,3436.40272229952,49.7918506115792,932.495577063978,96.2187331094656,1792.99798813066,217.347350050442,4115.19595618957,104.521485541879,1198.12291027264,91.2626067076006,1631.77411025308,122.70488783286,2916.91497591911,176.031745813792,1953.47743711586,136.502495191619,2488.59113886911,160.267404672951,3508.14329045639,2440.10689185983,784.056688243731,18934.1332572081,7202.53964075777,552.694399855039,3257.17207336275 -3960,541.263129498031,2548.03170394699,111.913714500045,1020.88775510975,277.592041876767,1817.1300368931,305.153347376599,2141.3702168914,52.1024807728818,783.152063613479,416.382933539737,4346.04793943117,232.920798082751,2535.25544621508,267.237070483244,2865.24898787233,205.32870604607,3253.29495288002,50.8783628104201,882.80780793211,105.055448180355,1697.45858582202,236.72299385827,3895.91887688444,110.914045823921,1134.28126209596,100.168728102538,1544.82547772348,134.840628880039,2761.4879675068,182.874334662916,1849.386931716,139.481127726386,2355.98724774818,163.764613314825,3321.2128446879,2708.67859207112,830.635969265565,19868.0093279684,7431.60710565143,597.491913987618,3339.81400030955 -3961,575.058686889413,2442.24277268804,119.757618632055,978.502637067023,326.608636614961,1741.68660961405,343.036613629231,2052.46501750798,61.1181009173793,750.637232775789,497.535429876068,4165.60914583203,278.316761006534,2429.99695837599,319.407904200177,2746.28986042181,241.648043771976,3118.22497097902,57.0145777243657,846.155479641405,115.251692306671,1626.98366615275,259.899564849603,3734.16849771187,116.498674969911,1087.18828351241,111.843531996834,1480.68756451902,156.265748987361,2646.836779959,218.217092746099,1772.60426583023,156.30333128977,2258.17159945271,183.515540960499,3183.32305439261,3305.94640725496,999.374431806346,22515.790034443,8108.24762259192,740.94823578038,3608.51841108555 -3962,686.780152263363,2378.82139600174,143.319092961744,953.092393241975,418.145709955093,1696.45762428421,427.305978774584,1999.16558369799,78.1468906909957,731.144311258311,641.837056631141,4057.43453284098,359.037768908322,2366.8935870948,412.142593771675,2674.97283752982,308.949827960789,3037.24935189287,70.9248650089623,824.182092716218,141.761776485869,1584.7333439868,319.815070814244,3637.1977503513,138.852022906872,1058.95563668931,138.404496657848,1442.23633238344,198.615122461259,2578.10240419333,281.283645084213,1726.57239540516,194.437863343859,2199.53027467009,228.289246174802,3100.65693585411,4334.1651501281,1296.35676834326,28181.3435111932,9898.73749143913,977.796447188646,4379.48018154561 -3963,959.392867648231,2361.79639539625,198.51624857192,946.271200781159,515.838777115754,1684.31623690255,546.888634337398,1984.85774397108,96.5376607448683,725.911580308944,781.890482553136,4028.39585616922,437.382372186499,2349.95395269385,501.962694233202,2655.82830895985,382.451353225374,3015.51204444224,91.108110883471,818.283499130708,187.79664362355,1573.39155675289,423.191517289592,3611.16666873832,194.71818199063,1051.37679096927,180.651085946823,1431.91438283592,247.659728196544,2559.65116818789,343.028154539775,1714.21547944391,249.769476631912,2183.78844372768,293.25402242739,3078.46582629916,5139.31430646728,1569.62101743526,35980.4218393716,13138.8020252052,1152.40661383597,5852.84941723058 -3964,1122.45366914428,2315.98485068398,219.721009779336,927.916466431905,483.174248545691,1651.64571172651,583.758958816417,1946.35764317379,85.9300354030001,711.831140994487,691.284382866413,3950.25743693741,386.698150163305,2304.37211473971,443.579752415018,2604.31345460526,348.398203551356,2957.02043817015,98.74956350068,802.411330310053,192.390287754669,1542.87262726659,434.45214273789,3541.12120519588,224.584147026426,1030.98333327629,176.729610985685,1404.13967291541,221.429608491111,2510.00185287526,304.59465302982,1680.96500144501,270.718233031317,2141.4297026749,317.849930469551,3018.75311138367,3930.64759544041,1332.91509487124,36091.695289454,14680.9285483489,869.229971793535,6768.16823565637 -3965,1246.61642266397,2379.92607327354,240.58082794295,953.534990364443,549.885996655831,1697.24542541264,666.259551475476,2000.09395637304,96.3680078791643,731.483840112562,781.487576347351,4059.31872461669,437.156990146447,2367.99272532973,501.540299157916,2676.21504163193,391.789253693361,3038.65978999194,113.175230165229,824.564826462928,213.743556527115,1585.46926258493,483.253699928469,3638.88679253605,249.016509485744,1059.44739459331,194.486708156147,1442.90607820783,247.021027220316,2579.29962359579,344.386613414114,1727.37418123343,310.265658369543,2200.5516927165,364.282511878099,3102.09681917214,4406.63231494963,1503.1755246597,40692.230372171,16583.2913968157,975.928446417102,7682.02438078057 -3966,1137.09128871952,2544.65269296948,206.264460165783,1019.53392936026,489.399307923905,1814.72029358704,596.816640101644,2138.53049026689,81.8830720151862,782.113505334981,685.227601496393,4340.28453245575,383.310042157714,2531.89337816455,439.908777010316,2861.44930682114,341.209531546935,3248.98067400278,102.318602653343,881.637093584477,184.959852969182,1695.20754193333,418.912774352483,3890.75239774209,224.072149301493,1132.77706227369,160.912400877034,1542.77684456107,205.449132690167,2757.82588663787,302.063778209333,1846.93441170447,280.502620311386,2352.8629119086,329.337767036131,3316.80849813152,3578.89640431171,1302.48875286977,35654.3642807698,14819.6465255052,820.61159621787,6908.62601039036 -3967,1033.01424572199,2785.08208505942,189.976392404723,1115.86374424164,443.503100019163,1986.18263035539,548.714190148226,2340.58776400065,74.4481522415543,856.010849028508,617.520596209901,4750.37270461333,345.435363738364,2771.11721701318,396.393105379189,3131.81096333952,308.770553460541,3555.95790925405,94.0918761984718,964.937840692367,168.716404239633,1855.37781581762,382.250708383168,4258.36690024223,203.574946989988,1239.8065603299,148.483430669944,1688.5448308537,187.944485173341,3018.39677053342,272.369533527084,2021.44047261525,257.949357587554,2575.17120613834,302.858010174677,3630.19438890073,3232.70412213055,1170.49328872628,32619.4917179912,13627.9796223192,730.114175135587,6375.7574300031 -3968,1004.62952820684,2985.87311672043,186.074898823736,1196.31215673237,422.887234814132,2129.37685129258,519.630816107133,2509.33289160316,71.9306111100537,917.725116773612,589.911238249459,5092.85174365151,329.990941854812,2970.90144881107,378.702638353991,3357.59948055041,296.534523975208,3812.32538257648,89.1444245748529,1034.50522097201,165.52865384861,1989.14163834819,374.496092331624,4565.37468564202,199.702102753243,1329.19065412167,145.496905454207,1810.28079706158,182.99838007562,3236.00866957543,260.123339055594,2167.17661451035,244.386104099908,2760.82867237895,286.933411636498,3891.91395558338,3145.89081298618,1126.60259470188,31296.3874038914,13040.0701358599,707.765455495203,6077.37201561586 -3969,940.339071108543,3147.15575257989,171.556825251382,1260.93123812201,401.213506025425,2244.39564073525,492.976749508839,2644.87509557033,66.9232929325426,967.296253939095,559.845772102514,5367.94332361782,313.172595554824,3131.3753865212,359.383019094906,3538.96100303142,279.466455408337,4018.24903117786,84.5939229228127,1090.38426282226,151.441580222039,2096.58558991267,343.135023166372,4811.97446875508,184.128681001122,1400.98719867543,132.804721729652,1908.06353838467,167.954639978996,3410.8024359182,246.870062529267,2284.23716701806,231.911074105088,2909.95547985921,272.286494906658,4102.13659959986,2891.59253397627,1060.22704803614,29336.8794886439,12255.4289646923,662.026333500945,5724.19288062314 -3970,896.887514933525,3288.81415201439,165.800118400748,1317.68772398799,380.370796314057,2345.41939651972,467.756414371078,2763.92505756713,64.2079937112926,1010.83577021492,532.062640909498,5609.56284272026,297.630966517097,3272.32348701465,341.528694321611,3698.25516918115,266.545616723314,4199.11670060263,80.0786751651163,1139.46416276472,145.980230796771,2190.95618428221,330.514779455364,5028.56896071969,176.606268820142,1464.04782223367,129.001571781122,1993.94846055458,162.202034814981,3564.32798465006,234.618076619255,2387.05425217291,219.532691342376,3040.93712427404,257.75305156818,4286.78017959575,2791.65420495061,1010.55332301638,28010.4943655923,11676.4463560768,633.575592616905,5444.31703020604 -3971,875.145746084522,3258.59802221891,162.707195097437,1305.58140801585,360.381557172931,2323.8707490029,447.896476988309,2738.53137023054,61.1718012903112,1001.54867054222,501.636038217196,5558.02472864113,280.610603742403,3242.25886595484,321.992560488182,3664.27728139435,253.149120867558,4160.53712468647,76.6943506344011,1128.99528387769,142.464306293875,2170.82667456214,322.309890133213,4982.36875439013,173.548975093757,1450.5968161936,125.496581238484,1975.62896826806,155.63551653834,3531.58055897023,221.28895560526,2365.12308252371,210.254692286172,3012.99837595933,246.859764766291,4247.39519147411,2624.96876375201,952.89099731424,26886.7296721779,11290.9690785525,590.730939155868,5267.16888070086 -3972,823.500171944479,3125.12722412497,150.693962736486,1252.10534520715,358.514675223373,2228.6859850579,441.84211357837,2626.36228245178,59.7018077097519,960.525660193691,501.80981144977,5330.37038425766,280.707810896578,3109.4573127975,322.087670924396,3514.19003226132,249.544136765915,3990.12328206307,75.5683619661022,1082.75211409855,132.666688636233,2081.9105312386,300.840554882518,4778.29303547286,160.244644826042,1391.18098354111,117.503197004318,1894.708040515,149.333532752632,3386.92851151769,221.294747043781,2268.24864042856,207.167836487635,2889.58723559991,243.235491329114,4073.42367913631,2588.74443416732,946.559719496272,26135.9487680742,10892.4967859995,592.055276142945,5093.91642396651 -3973,806.425228241613,3011.99544584563,147.033586221077,1206.77826117587,347.909698621346,2148.00600288967,427.843843639402,2531.28614183073,57.8722571708826,925.753963482661,487.533326667537,5137.40727037115,272.721676111886,2996.89279620282,312.926624698334,3386.97390982886,242.510968476519,3845.67804509195,73.1549188338318,1043.55573477739,129.267967720114,2006.54392254526,293.053281114823,4605.31550544791,156.971694181453,1340.81926470886,114.017881402155,1826.11829213967,144.526484113131,3264.31934461559,214.980451782514,2186.1364626297,200.551472453931,2784.98216866595,235.467226796187,3925.96290987597,2499.88932278531,919.574381488606,25357.6248568965,10576.6886216595,574.897399788167,4939.91242572649 -3974,785.183502718394,2957.99630609593,142.064820768308,1185.14310629474,350.924908812781,2109.49649036925,431.03972631127,2485.90517211256,57.5759846986392,909.15702017822,492.097996575392,5045.30368717135,275.275110636408,2943.16441718411,315.857213669913,3326.25214554543,242.861851944537,3776.73262006627,73.6879498241038,1024.84683797724,124.884826190825,1970.57054621202,283.622701368258,4522.7512784956,150.852616583221,1316.78101891603,110.666535298237,1793.37959162379,142.307331212301,3205.79653485482,216.983033015145,2146.94334614599,202.012756967218,2735.05292938585,237.182919070563,3855.57813551819,2495.40766000464,923.387764081727,25239.9609876971,10498.9504001707,578.235457254044,4918.235916796 -3975,799.715429167072,2956.69668503462,147.847904411734,1184.62240350061,355.377683602737,2108.56966498344,438.390591790016,2484.81296834225,59.4709494550975,908.757574239419,498.577069851714,5043.08698969981,278.899444865307,2941.87131264048,319.966146275409,3324.79072812085,247.498623978791,3775.07328017938,74.8795117224081,1024.39656272419,130.416546594935,1969.70475913197,295.837603418679,4520.76416890913,155.705100940611,1316.20247987534,116.597001993531,1792.59165491022,149.026835240683,3204.3880406365,219.878929571111,2146.00006816273,205.279379322001,2733.8512604103,241.018256191051,3853.88415417748,2606.76190755382,940.229127414339,25908.5366483368,10753.5784907052,591.113668281265,5032.58222010908 -3976,840.109099541034,3024.34182071545,154.286704699481,1211.72492761847,376.193337373015,2156.81082607454,463.492346142821,2541.66205646,62.4308654225732,929.548692152038,528.44837764577,5158.46585334692,295.609180761586,3009.17726428116,339.162672430719,3400.85734701093,261.503668861169,3861.44174182624,79.0429325202341,1047.83334094604,135.620072542681,2014.76888300949,307.838773080091,4624.19300796953,162.431691505306,1346.31537437184,121.212052382718,1833.60367563269,155.384579300015,3277.70001236495,233.03002224298,2195.09758517105,216.693241639939,2796.39800062132,254.419257311379,3942.05569974961,2728.08194559975,993.792139497363,27244.0597478907,11305.9934543512,624.548672936398,5292.88618816579 -3977,903.737452264587,3122.91786958138,164.041960827589,1251.22015096222,402.50649874624,2227.11038280103,496.757512414275,2624.50553710169,66.0945170374035,959.846602485191,565.561802047491,5326.60200070624,316.370090335244,3107.25903632763,362.934209904708,3511.70562405711,279.078391875255,3987.30240586492,84.7448076175526,1081.98664660513,143.144070821589,2080.43869404233,325.138334327416,4774.91495110335,173.145009525731,1390.19746773311,127.408641403542,1893.36854886622,163.224567483536,3384.53407271277,249.421485278023,2266.64506877201,232.324718849464,2887.54439950709,272.772154670933,4070.54391250026,2847.50104624427,1057.0907980647,29051.2359454058,12106.3273924885,659.468949237678,5671.91746507198 -3978,957.167886288788,3123.76262390155,177.73387959374,1251.55860803094,417.079711436966,2227.71281975132,521.129338445462,2625.21547008211,69.7882899345913,960.106242539143,580.434351968599,5328.04285513783,324.689658497418,3108.09955490815,372.513744914639,3512.65554609187,289.825066560575,3988.38097759617,89.1740319269464,1082.27932573799,155.637269252648,2081.00145606427,353.017170087774,4776.20657329831,186.78200915948,1390.57351839016,139.216568519068,1893.8807081122,175.852638152935,3385.4495946378,256.10659371329,2267.25819991861,244.467271547736,2888.32548492401,287.028710232975,4071.6450011933,3017.16215800187,1093.04758765221,30699.1126990671,12847.1210163431,677.859872868646,6029.30899270974 -3979,998.644956428951,3091.46711049301,189.09139531037,1238.61917162884,423.525754053868,2204.68125880935,530.98212094113,2598.07426518849,72.3871180083325,950.180032464059,588.245353554721,5272.95804230579,329.059061219567,3075.965976613,377.523404925238,3476.33940176632,296.744670614624,3947.14647073745,90.9035593742049,1071.09000994021,165.950594898802,2059.48669373461,375.707972476108,4726.82700705033,198.502315568932,1376.19685437443,148.606656142802,1874.30052319833,185.293176805897,3350.44858913855,259.589254029215,2243.81779281603,249.208706323777,2858.46407557336,292.595622727252,4029.54965607178,3147.53983700912,1116.71560379659,31712.1521453631,13279.5552110726,693.502047673647,6217.85442887664 -3980,955.296363622814,3073.79229935687,176.652067544713,1231.53762777096,391.840458750953,2192.07645873479,496.859121259718,2583.22032357643,65.5994424513125,944.747578545292,539.934797856563,5242.81101689826,302.034578987847,3058.37978994024,346.507723481754,3456.46416448405,272.570852271641,3924.57949334338,85.3067339763498,1064.96627872817,153.504208731188,2047.71201296068,347.734722916519,4699.80237064412,188.378142537512,1368.32873913404,135.030861156,1863.58460529403,166.483529089375,3331.29310602395,238.389914182991,2230.98923786316,233.865218934269,2842.12141014317,274.580853846312,4006.51155584647,2742.46757978424,1014.84809588871,29379.2824903237,12488.8990067033,613.799472191603,5864.18220313067 -3981,806.769104487923,3149.81996756147,149.591521807648,1261.99867556695,327.036118257747,2246.29562693255,413.48153340335,2647.11410641314,55.2086924018397,968.115115595136,451.618827583671,5372.48753945822,252.631434376371,3134.02624268264,289.856259133962,3541.95689953759,228.65043372567,4021.65066748386,70.8711981944361,1091.30732425203,130.439901865433,2098.360447968,295.215166897461,4816.04803087865,160.107903484137,1402.17320006118,114.390985484869,1909.67880367957,140.697994220827,3413.68984018523,199.362745900783,2286.17088093637,194.290737780101,2912.41889368257,228.116506238938,4105.6092506678,2318.96505341402,852.596222786105,24620.1501542824,10448.0405206908,518.172067630971,4893.52727660689 -3982,623.769260962229,2940.90632632832,119.778929091036,1178.29587945184,269.331508788152,2097.30876306683,324.651434310124,2471.54272378629,47.0319790120803,903.904317513106,387.78529650469,5016.1541788513,216.923541939571,2926.16012943745,248.783210630268,3307.03454823058,193.838293144207,3754.91234803564,54.7174280497647,1018.92573128423,103.766025625401,1959.18547088383,234.567133037493,4496.62084429454,122.813273196662,1309.17324708573,94.7912766965433,1783.01824638704,119.220054847025,3187.27487618782,170.850438002794,2134.53926765805,150.005781418452,2719.25101674308,176.12159572706,3833.30232936094,2118.04009982123,739.66008719584,19889.9659769694,8110.30772132206,479.974593671073,3736.51408217507 -3983,475.281635568288,2758.69983298259,119.882500135079,1105.2934997444,253.679619797217,1967.36811458016,275.536392051782,2318.41607407845,52.9755911202514,847.90211351916,443.205076476014,4705.37384054958,247.924859094322,2744.86724996702,279.780241967277,3102.14425199373,192.87719186963,3522.27338037076,54.3898034093666,955.797272273151,101.377854234268,1837.80237504435,229.325049423302,4218.02866044654,116.06856383515,1228.06224249575,100.845241895058,1672.54974919719,132.942580891266,2989.80439801583,168.502300453278,2002.29196981423,149.107610726837,2550.77737722185,175.067054669064,3595.80663998315,2595.08155244075,817.53330935755,19806.2688624445,7547.70498569023,584.159775538434,3361.09548339493 -3984,471.584958132957,2654.3404811092,117.922564611521,1063.48115325997,256.575430762587,1892.94419252845,280.119488009581,2230.71229566407,55.5425123883762,815.826672051766,465.050135939274,4527.37340771855,260.144785211592,2641.031173363,293.601218663917,2984.79267945753,201.478349080434,3389.02866751666,55.9268049195843,919.640245450503,104.411628410889,1768.27981864369,236.172474731064,4058.46409603661,117.593728733449,1181.60565517342,103.973992708826,1609.27856408477,139.306840602507,2876.70255000947,176.675847046988,1926.54690696511,153.32124285099,2454.28356130263,180.014274746152,3459.78022423317,2757.45798420773,855.863473040616,20358.5108232456,7679.08995537538,622.671908589365,3404.46245547587 -3985,473.640392401033,2593.06347980437,120.14039360539,1038.93006929777,273.018905444808,1849.24446953471,291.479041218911,2179.21499860481,59.7358889698336,796.992836527042,500.719049960469,4422.85634663063,280.097648913122,2580.06142520596,316.176662356695,2915.88699602489,215.746251811354,3310.79096004865,58.3972960907893,898.409812911233,109.541598161324,1727.45804557973,247.72956797963,3964.77208045746,120.418020548925,1154.32759804806,109.484848355855,1572.12742790873,149.70732378971,2810.29219038715,190.027904760451,1882.07144566989,160.094001948639,2397.62499091248,187.966162523233,3379.90917572843,3044.24198041521,928.673346313414,21417.8417241066,7918.11019163417,688.502609098723,3483.25068913939 -3986,545.792286222286,2613.79238719797,138.716307680002,1047.2352594185,325.63908096421,1864.02729982624,337.997569241131,2196.63560795304,69.2571506157494,803.363984333644,580.773629007341,4458.21258851926,324.879446964402,2600.68639438602,366.802105173294,2939.19654937041,249.740664876548,3337.25736927655,67.3587856216152,905.591686381892,126.22617508807,1741.26731717375,285.473153288685,3996.46640415322,137.658308884418,1163.55527414168,125.543368235426,1584.69498906482,173.517672691258,2832.75762056933,220.32216174088,1897.11669427613,184.661590149645,2416.79156619623,216.810936346026,3406.92811485126,3579.6914897653,1089.91412115319,24781.170671171,9077.55620553074,808.796462611702,3994.65450877914 -3987,811.463393610734,2694.69363123091,204.567567821936,1079.64894142977,434.135832850249,1921.72206097327,455.133526959477,2264.62515227984,88.3462206772238,828.229442685338,739.758803301282,4596.20172122201,413.814296827398,2681.18198603127,467.121553367403,3030.16959622218,320.543691358925,3440.55106396896,89.7103978962301,933.621263012773,166.556781021057,1795.16245163172,376.824215136058,4120.16372051828,187.690771227017,1199.56925506847,164.739016838011,1633.74394821553,221.572253888383,2920.43620463374,281.022690207979,1955.83562749911,245.937698781185,2491.59530547989,288.755136963377,3512.37823559239,4429.91640381422,1386.67728626316,32774.4403752687,12324.1416031368,997.411101918267,5494.53631631577 -3988,1129.80169910456,2906.20651458668,282.536953916745,1164.39314313314,573.250427240282,2072.56257561061,622.607466081823,2442.38094244732,114.139626837114,893.239132644971,953.84894658181,4956.96847677201,533.57436146461,2891.63430836373,602.206751048856,3268.01478237835,417.458878053696,3710.60806319095,122.664693731373,1006.90340648668,225.257695567961,1936.06900287599,509.855863874368,4443.56512627534,264.204840288614,1293.72628612531,220.243916337721,1761.98037893521,286.657763008337,3149.66815706779,363.024604997585,2109.35379674394,336.280667631065,2687.16652037048,394.826700913135,3788.07311958068,5468.76166611584,1765.55088731058,43987.4900053612,17085.1539615411,1226.65075515651,7689.38367626151 -3989,1221.19335615629,3486.87598322854,301.715601730363,1397.04266212629,615.637535091909,2486.66728684376,680.279179221522,2930.37656043029,120.779056550609,1071.71120265092,1008.31690175917,5947.38682351878,564.043236550323,3469.39220303383,636.662158089631,3920.97471405314,443.545067584155,4451.99956499126,134.847792776701,1208.08596632326,244.837633877545,2322.90185646412,554.429160837762,5331.40382177036,292.979732359087,1552.21698572352,236.105097798026,2114.02976195684,303.545500501305,3778.98204993229,384.117301807535,2530.80951304811,369.680177760282,3224.07108916284,434.041022953501,4544.94239039237,5651.33313897684,1856.37691690917,47505.4780329423,18763.5440171859,1264.86780133106,8491.80161764973 -3990,1093.60231134072,3923.93762714708,260.395124092266,1572.15464358767,534.104690773469,2798.35800870881,608.923892653572,3297.68391605817,107.863214089443,1206.04458941016,900.340079010216,6692.86061570677,503.641991198309,3904.26234666657,568.640441535381,4412.4483605292,396.331480316402,5010.03439558426,122.868749097292,1359.51321552163,220.863716243061,2614.06543926169,500.346495861807,5999.66737055854,265.664839074242,1746.77925600835,210.012531775677,2379.01232155969,271.116379472575,4252.65765956863,343.037091694493,2848.03323179745,336.840077780781,3628.19151590513,395.483503653018,5114.6271174129,4983.16642080951,1641.51753812552,42460.1041811629,16938.6399233113,1118.28538232499,7698.45022375326 -3991,994.669399191326,4174.24412291477,238.991319859223,1672.44179313838,492.731881263039,2976.86420672211,569.102409902234,3508.04192467365,101.04607158336,1282.97771720157,843.291089357126,7119.79566069554,471.729309074549,4153.3137637408,532.568930594402,4693.91677104595,371.557545518203,5329.62259305163,115.283614587778,1446.23604887475,207.404801732756,2780.8156840368,469.840134103953,6382.38388085846,250.099511497452,1858.20564347849,197.580929532515,2530.76861693962,254.011927730404,4523.93308176238,321.353076436933,3029.70819348624,316.045715366141,3859.63247919602,371.06886939051,5440.8872450105,4641.6177023707,1527.35475716298,39738.4466540005,15891.1867641231,1041.84154311687,7203.25036967218 -3992,962.078376103727,4277.69374130589,229.947092595258,1713.889648172,461.645509108573,3050.63935190277,528.607198861586,3594.98116150824,92.3531461111216,1314.77354689927,770.52918987761,7296.24440744668,431.026969157036,4256.24466841858,486.644482847015,4810.24535280251,339.968132133951,5461.70576959446,106.569609690162,1482.07788345703,191.038413496797,2849.73219032124,432.829211464573,6540.55747048535,231.589990920082,1904.25725403351,181.204874385148,2593.48824711683,232.204316242521,4636.04898518214,293.702188453535,3104.79296266206,292.156597025962,3955.28512799797,343.020686161837,5575.72787546514,4222.42161412007,1402.70591231244,36700.8025257948,14735.4135132447,946.458289305197,6709.89608071046 -3993,889.692211148201,4411.61940614096,212.704610425534,1767.5479567061,425.449538411232,3146.1485042833,492.992681140484,3707.53252007689,85.6082950918264,1355.93636313265,714.003716345811,7524.6745948701,399.407137155022,4389.49880753904,450.926040436252,4960.84409732536,315.595966201915,5632.70038037349,99.7746829230475,1528.47864935635,178.383489606238,2938.95135870288,404.201810637584,6745.32867679414,217.495415653063,1963.87557506965,169.013452919018,2674.68495233749,215.298311518624,4781.19400492798,272.246178812578,3201.99755159386,273.52855956676,4079.11685191603,321.149531253308,5750.29228045061,3874.42724913285,1292.84584799569,34176.2699623238,13798.8565846278,868.259279901801,6285.93420821102 -3994,855.318285464754,4501.74794332099,205.866327215607,1803.65862198963,406.333384496985,3210.42371398237,465.37418546419,3783.27669740025,79.7390036424032,1383.63788261283,664.862433910103,7678.40225166827,371.917953997513,4479.17542513808,419.871039676492,5062.19318946321,294.37628654777,5747.77536733855,93.4009119801811,1559.70517460593,167.079070926502,2998.99357051164,378.578410508329,6883.13444616575,204.6237251825,2003.99717589003,158.356150039452,2729.32825221872,200.577152600146,4878.87288018142,253.576515133019,3267.41374660322,256.05510503967,4162.45242577307,300.633970685742,5867.76964734976,3598.45070879571,1209.74561735527,32114.986850656,12986.52950575,804.725189045426,5926.54691268848 -3995,818.220862218503,4448.00872021978,195.438358376146,1782.12760463684,377.848613437887,3172.09956114501,444.623799484447,3738.11416207953,75.9225313251714,1367.12082617138,632.799600448019,7586.74199506163,353.982298721502,4425.70565950225,399.623009609784,5001.76370015926,280.722951598093,5679.1618006329,89.8276049227075,1541.0863302358,160.481995451731,2963.19334655554,363.649583246216,6800.96762956578,197.787528192464,1980.07463453825,151.634883619521,2696.74713445978,191.027642678858,4820.6317610669,241.434080168783,3228.40928022629,246.259017458271,4112.76351329438,289.132396810364,5797.72365940117,3373.53511414662,1139.10467532403,30664.7694450889,12503.0064759362,755.343817855392,5710.92971286298 -3996,761.494416376147,4406.81082208105,182.626976679885,1765.62136192371,362.444227013368,3142.71926024499,427.198420942098,3703.49137778052,72.6873036872318,1354.45841742116,605.697393612642,7516.47283787753,338.821572530746,4384.714334525,382.485152883017,4955.43686844771,268.874515796953,5626.56084049714,86.458363426292,1526.81263572449,154.246833860314,2935.74795574463,349.541097039178,6737.97639252662,190.727981602341,1961.73498679207,145.657172926674,2671.76959490453,182.916277765045,4775.98259134878,231.142770477464,3198.50743312058,237.022367976179,4074.67068952829,278.287658490449,5744.0245675647,3216.9425559564,1087.8568688678,29429.1433126723,12017.9146322336,719.515245719938,5481.31933795913 -3997,734.5513218123,4328.70375765709,175.004915722189,1734.32718864695,346.961299136976,3087.01716963189,415.989229998314,3637.85006679244,72.3133122079969,1330.45176609431,602.863810709908,7383.24959506272,337.236492216508,4306.99891200417,380.69835976322,4867.6058626797,266.982319158977,5526.83471931853,84.8432137032841,1499.75114892222,151.834862001075,2883.71425972962,344.031089887924,6618.55135309875,186.315724673026,1926.96486227746,143.883900993892,2624.41469624867,181.915873360418,4691.33226370571,229.960228068336,3141.8165434442,232.594495451044,4002.45053329678,273.088899033123,5642.21649931191,3217.49871195459,1075.53110763673,28876.8712479464,11753.7887922397,722.024824722186,5346.23045718965 -3998,701.305564232734,4264.76253506753,167.659960600193,1708.70866471442,335.168247991618,3041.41745594576,407.182800969214,3584.11375359318,69.8112973247923,1310.79906697624,581.655765055881,7274.18830738344,325.372905787743,4243.37830141414,367.30363251681,4795.70427565303,258.512369166484,5445.19536749674,83.3626559673499,1477.59765276935,148.587336988352,2841.11762441127,336.7288812038,6520.78576575858,184.117822593428,1898.50080096044,140.347844356492,2585.64829095625,175.694804079039,4622.03449298518,221.995370987183,3095.40736365577,228.535601821907,3943.32854325518,268.323357224732,5558.87279152344,3059.40028718179,1031.2725310787,28138.1840632263,11546.155309832,685.645066270016,5253.29269393175 -3999,717.199115147982,4156.11444503749,172.16058310965,1665.17800355509,345.357225860649,2963.93501821202,418.451759890974,3492.80571227169,71.9489419890678,1277.40545739796,599.473732447075,7088.87279224807,335.340113496493,4135.27499110492,378.508303609532,4673.53003837387,266.284984895563,5306.47484750193,85.4988243610413,1439.95472154253,152.689865345483,2768.73797820476,345.998244974938,6354.66375706073,189.006673398218,1850.13503985445,144.716262858357,2519.77692156771,181.073069407763,4504.28462635448,228.793119645225,3016.54949169672,234.39182753569,3842.8692302072,275.199144330377,5417.25625213752,3156.49841321088,1062.65231948208,28960.4125772271,11864.9610268479,707.248548071028,5393.12174045044 -4000,750.724115988843,4116.08620333267,180.538094421171,1649.14039234652,359.988268552886,2935.3888583612,436.762336886123,3459.16590924709,74.4207398382505,1265.10254921774,619.920273524327,7020.59865848797,346.777721241986,4095.44745770832,391.440958919512,4628.51847950929,275.83714376505,5255.36729004525,89.0547617506265,1426.08627388544,158.990614725751,2742.07179408627,360.280540640522,6293.4609147944,197.635043951025,1832.31607612253,150.414119604156,2495.50852352609,187.324887337773,4460.90309870039,236.649749852072,2987.49659294598,244.140296822563,3805.85790618787,286.644809627175,5365.08174022137,3247.84062186605,1098.93175467092,30121.9357827144,12378.4246971605,727.096859676764,5632.53368732675 -4001,816.665111294122,3967.79974657055,196.587976360994,1589.72832627114,390.907544722024,2829.63830030122,471.795906684625,3334.54571649717,80.5069057480368,1219.52586175372,670.632104323909,6767.67399948223,375.145454764736,3947.90453407681,423.416076865526,4461.77109583478,298.235743630022,5066.03700007381,96.0363844109107,1374.70997364654,171.511950633248,2643.28569232698,388.649145031419,6066.73217935873,212.974333546692,1766.30490794619,162.742381770877,2405.60513023132,202.641387311072,4300.19424038496,256.003430381437,2879.86879739636,263.280154086545,3668.74775932267,309.116891512587,5171.7988685331,3518.43844725221,1190.26162770459,32575.4152286121,13369.1910043324,787.478320828057,6083.19830811414 -4002,870.629265328148,3817.56387082275,209.602384342683,1529.53521105537,412.41344768286,2722.4975131527,496.701786600631,3208.28722868614,82.5619610386666,1173.35000925613,687.267555625374,6511.42431577111,384.451173807215,3798.42196617293,433.962509646898,4292.83160019912,306.775259917881,4874.21771636761,100.877493711747,1322.65826489574,179.06605490175,2543.20091834574,405.86953727441,5837.02279881828,224.941872092761,1699.42593682062,168.446482035884,2314.51983950916,207.915380171825,4137.3726544044,262.526776978732,2770.82609402164,276.551874075715,3529.83512065032,324.699200943815,4975.97504126533,3555.15226290058,1221.83202246758,33976.7399918562,14065.4303882443,793.468999643828,6425.66473394434 -4003,892.021997334206,3726.46062730147,213.517697875523,1493.03402246435,408.89160199249,2657.52719115691,499.640758080461,3131.72390648081,82.0080206084055,1145.34890822781,682.295935919064,6356.03415199573,381.67009529395,3707.77552957349,430.820150538577,4190.38645562462,305.364857080182,4757.89823655906,101.69375085841,1291.09403648212,179.928345778252,2482.50937252553,407.879500012623,5697.72671171302,227.807134591585,1658.87043592859,168.524808906085,2259.28559282498,206.595917654432,4038.637418734,260.756798240022,2704.70244738717,278.789612498148,3445.59830380375,327.326526757873,4857.22720068433,3473.24802683889,1206.18808367056,34053.9876528636,14214.6710310766,774.916536302771,6511.71745700489 -4004,861.272209230697,3641.335624274,204.04087824976,1458.92806016027,379.823843942421,2596.82025424863,465.816472335898,3060.18470784626,74.1331334229859,1119.18525348097,616.167716038466,6210.84076863692,344.678574965678,3623.07735756874,389.059714071947,4094.66381277476,277.067284403364,4649.21169930595,94.5818709816706,1261.60106855457,166.143955045067,2425.80043635599,376.745689515462,5567.57130364811,213.33672548304,1620.97620732839,154.357497987155,2207.67584508738,186.885218130516,3946.38123870681,235.702882809509,2642.91786758096,259.292659949606,3366.88914909168,304.435179756486,4746.27165290957,3061.31210374857,1088.04150301776,31444.3122395529,13284.8055842156,681.012859528015,6123.98443820308 -4005,721.031682004147,3532.16768203755,169.696745585301,1415.18911636805,309.958720474866,2518.96708366351,381.181367967611,2968.43978183833,59.8356909844343,1085.63186436478,497.142089344387,6024.63856806236,278.096729916934,3514.45680167914,313.926257555921,3971.90500427305,224.024044622979,4509.82743852772,77.1538662840081,1223.77802591623,135.390773633449,2353.07447279802,307.023486981246,5400.6544453332,174.827790867372,1572.37902892258,125.239631330228,2141.48929872052,150.882122168453,3828.06797029007,190.240287418853,2563.68268168367,211.514437244043,3265.94916495664,248.33882970693,4603.97751605789,2444.88160224478,877.995225317166,25608.1473157571,10873.3813610231,543.35103283452,5028.04881038326 -4006,559.464721828519,3246.77149955549,136.920168416376,1300.84302420614,256.578422278651,2315.43665866941,301.799895910303,2728.5923402877,52.3036953388939,997.913721410751,435.959936118982,5537.85283110456,243.871993959252,3230.49164345688,275.167945814389,3650.97841543483,193.357418907249,4145.43716873561,60.2859645585627,1124.89778912055,109.179734593983,2162.94803144937,247.260793899198,4964.28610148557,133.96277068469,1445.33212383044,105.446586145901,1968.45876175336,131.596681829683,3518.76329300691,166.326494557443,2356.53927392059,165.271715877208,3002.06321509103,194.04530981139,4231.97999906624,2327.36186635975,781.274528594651,20980.5605760501,8509.03545607943,521.104500330673,3866.32794055689 -4007,419.741232652286,3047.08513886314,103.884203093947,1220.83720631248,212.029187528802,2173.03023436556,227.212827930727,2560.77558006306,45.133209979784,936.538980582589,368.777525618376,5197.25797309114,206.290769056741,3031.80654362239,234.572875636482,3426.43209523819,170.838693831059,3890.48012546448,50.6736234527504,1055.71314040378,94.8700152344358,2029.92012331787,214.566047702102,4658.96734863308,106.029166068361,1356.43978513676,88.5554638104117,1847.39253754838,115.109229125326,3302.34860653618,146.77046616092,2211.60491327888,138.919842438883,2817.42716106875,163.105608978069,3971.70030748582,2235.66276195724,695.345393026171,17342.3843710651,6713.37853151508,512.54607467236,3012.48007173649 -4008,420.213999155266,2929.66462242714,103.262854657375,1173.7918076063,214.567339164657,2089.2917365153,228.500304912133,2462.0951765349,45.4704181528484,900.44911576067,371.617026916183,4996.97977690029,207.879160066958,2914.9747933225,237.341207673396,3294.39330806277,174.454832894141,3740.55908135264,52.1078770689918,1015.03085667845,95.4061503102629,1951.69642481868,215.971393887616,4479.4323743202,106.279356448677,1304.16889252084,88.550179334958,1776.20260489692,115.951611506917,3175.09142100974,147.871914135604,2126.37992637008,142.851795056627,2708.85659700603,167.722109507663,3818.64941458954,2265.60084662043,706.49317593685,17528.3738595899,6752.77831937151,532.638352951271,3038.17391085886 -4009,422.438439032127,2850.38790787242,105.389995362752,1142.02900535039,227.287381549091,2032.7555093481,235.348797796859,2395.47088956958,48.9089151058854,876.082965801132,400.254311576048,4861.76152141244,223.898594728206,2836.09558549256,255.27691934699,3205.24703653564,185.551361796975,3639.33956554274,53.8160981362184,987.564125205795,99.1129121099028,1898.8835263103,224.309290130439,4358.21894975696,107.062258228147,1268.87808679787,93.1482837251347,1728.13856854892,124.60775950293,3089.17345813383,159.085010447461,2068.84009291362,147.534819189117,2635.55494685584,173.2204421402,3715.31677463221,2518.80177272582,766.634824784727,18315.3284344421,6896.77206421259,586.323069911288,3077.8665427177 -4010,487.613221020318,2855.1315127702,121.976087859687,1143.92956575069,275.721939622462,2036.13841346564,277.992632446357,2399.45742326659,59.5609862278529,877.54093979687,487.973346271857,4869.85244675673,272.967819047042,2840.81540516088,310.346266206842,3210.58119666843,222.25187862932,3645.39614083909,62.8235428416465,989.207625730151,117.741763691316,1902.04364117427,266.28351989377,4365.4718814364,123.961798809295,1270.98974896519,110.912606888381,1731.01453029265,151.632191491855,3094.31444905147,193.764338324572,2072.28304886021,172.228391781607,2639.94102754324,202.213134075582,3721.49979091582,3150.73834922058,940.501002348916,21747.769709299,8039.36386679867,719.9561688364,3566.49953918392 -4011,722.059633806199,2919.78752505254,178.888976899234,1169.83447546238,375.144819269362,2082.24787976544,395.836033924488,2453.79444695036,80.025042414499,897.413333600093,654.327683272227,4980.13291482006,366.024911011055,2905.14722136844,414.383286290571,3283.28656115226,296.805966742307,3727.94812718433,84.1007114901025,1011.60877261705,165.801034027948,1945.11645812692,374.240646109727,4464.33037615789,182.738553863962,1299.77200591282,154.825136120877,1770.21429963109,204.00348066437,3164.38688954273,260.262807675685,2119.21103016696,230.55895341877,2699.72393377297,270.69897174163,3805.77518597694,4032.94846066486,1234.9305218209,30089.2529932342,11462.8430523401,907.470241729256,5106.96660516449 -4012,1017.3295090345,3094.78113600525,250.4724403799,1239.94696047084,506.396724379911,2207.04465769956,547.153728986083,2600.85937791646,107.246828904826,951.198617089501,875.944302268571,5278.61060688196,489.995217205421,3079.26338504626,553.423991027765,3480.06600698478,396.330607798465,3951.37777698689,115.965675858267,1072.23820899651,227.876006872433,2061.69444532996,514.417739334013,4731.89412396713,256.945955174575,1377.67212528052,211.71923471671,1876.30975685002,273.600321987659,3354.04024051474,348.739651312076,2246.22314572597,317.915560815784,2861.5283238845,373.264252536679,4033.86929781008,5256.81299225364,1634.01193580698,41095.9765585074,16019.2089284654,1160.05873713093,7172.87968456851 -4013,1098.47505228493,3614.62847008342,267.099612473639,1448.22764122719,540.454983370551,2577.7740343745,588.796854048942,3037.73996963007,113.377859181279,1110.97665745558,925.669454422041,6165.28773558076,517.811011733578,3596.50411752244,584.825472110422,4064.63175061675,419.311151971938,4615.11233947483,127.364505927114,1252.347932414,244.448445794125,2408.00855091224,552.327094636277,5526.73629127453,278.356715874631,1609.08725613702,224.169016043339,2191.48378116322,289.314767555298,3917.43674605022,368.655966271806,2623.53354757157,349.165026894095,3342.19490584534,409.954210612215,4711.46041276471,5503.68067492827,1725.07542004087,43958.8111832722,17359.70053187,1204.856717411,7816.2994640405 -4014,998.870197719936,4022.05881557502,234.851387727397,1611.46762373142,476.24314262339,2868.33318149487,529.560052834699,3380.14513120714,97.2833688815876,1236.20269579577,793.408846789796,6860.22093077711,443.825639608157,4001.89153902147,504.487923319106,4522.78514927342,369.563876796143,5135.3142995151,117.819994323533,1393.50892724437,217.978479925852,2679.43222943548,493.231921440967,6149.6938359383,254.58920851745,1790.45886379188,193.483996458606,2438.5014211471,248.424953661564,4358.99875445434,316.274043209074,2919.25057313664,322.999105497888,3718.91733706035,379.232835833243,5242.52244573166,4592.17302038767,1485.40599094261,39061.9300406586,15691.701370123,1047.87962248091,7151.5879731761 -4015,907.761646333914,4245.85308833534,215.303620257545,1701.1324549699,432.135415569813,3027.93217490123,480.40178441788,3568.22222210734,88.8254029599844,1304.98714077173,724.444481683366,7241.93542690362,405.247605625582,4224.56366981501,461.338381953621,4774.44069677892,339.60862064116,5421.05202284358,110.00911946545,1471.0461615956,197.969466651789,2828.52044885063,448.460961571621,6491.87338199144,230.733081290737,1890.08307559553,177.29461961543,2574.18383584909,226.823190703184,4601.540945145,288.777605225636,3081.68269782124,301.585884365074,3925.84429637787,354.09160034281,5534.2254147755,4195.55103232883,1356.90243716471,35737.3813184796,14390.2232792278,961.363308754897,6562.80323273386 -4016,879.096723427931,4301.34679293586,207.466315437305,1723.36641831681,413.341071614435,3067.50753706484,462.719381294907,3614.85922669109,84.5712788244575,1322.04344709952,689.484327031381,7336.58821327079,385.691215421468,4279.77911968605,437.300044712171,4836.84309180941,318.920065509697,5491.90568954396,101.482476299723,1490.27287515513,190.278840665614,2865.48948074584,430.325091328891,6576.72278593193,223.356692435356,1914.78664156574,169.61830178124,2607.82866396773,216.015289763694,4661.68352393996,274.931876634608,3121.96058444318,278.210411201608,3977.15545556266,326.646487257867,5606.55826849669,3953.55876546356,1281.6969395938,34007.6561834647,13729.2748996507,888.739669446533,6250.67739977702 -4017,809.783357728961,4411.35948318933,190.958734710693,1767.44381665235,375.317448911996,3145.96314010516,423.694698529664,3707.31408038226,76.5356352018037,1355.85647433235,623.702133833227,7524.23125752599,348.893259249027,4389.24018788462,396.450432275564,4960.55181525802,291.67903027822,5632.36851400567,95.0151458526589,1528.38859474251,173.883439379994,2938.77820212668,393.628463644347,6744.93125680434,205.658250119137,1963.75986782269,154.703196828114,2674.52736575907,195.546899367053,4780.91230745055,248.793283132068,3201.80889691218,260.480466794849,4078.87651928654,305.82978225128,5749.95348582562,3536.86298991227,1158.82470915148,31160.6230614322,12680.8377999639,803.965482674261,5793.44233411558 -4018,780.984563385679,4516.4336247555,185.552745588294,1809.54254891593,365.677966042626,3220.89681477054,410.342127764434,3795.61856928116,75.0997502633192,1388.15161048489,612.219707168696,7703.45087074108,342.470094975956,4493.78747010618,387.141990448452,5078.70716525137,280.343362590241,5766.52586138322,88.7700743344013,1564.79327229918,168.811910464754,3008.77694016165,381.564392627321,6905.58872859559,198.241571988349,2010.53465077563,151.359253174798,2738.23191491751,191.832393300691,4894.78882522764,244.138321185461,3278.07276127963,243.359836924265,4176.03125139388,285.728472660763,5886.91158884826,3503.34155867941,1131.96051017749,30086.4002674468,12172.8646615581,771.506244827222,5530.85886232498 -4019,744.052433419282,4461.58973698879,175.218090691063,1787.56893949148,333.574715139278,3181.78486979493,384.185251597302,3749.52767187975,67.6070027521422,1371.29502906381,550.381403483813,7609.90644386064,307.878314462953,4439.2185787785,349.954289843727,5017.03548602104,259.288138088618,5696.50187267406,85.5014839292576,1545.79169855,157.005784038222,2972.24080600553,355.372782910725,6821.73288908579,188.839453452466,1986.12035713167,139.238170459047,2704.98105897715,172.851711286184,4835.35050037302,219.73675501077,3238.2665182242,234.399118642431,4125.32093252495,275.207704809458,5815.42573401323,3038.5681479837,1014.51073189461,28022.2902914207,11546.7589646458,693.888760839049,5289.64988355516 -4020,683.276107826436,4421.36654519132,161.049273319388,1771.45322008585,308.376597539356,3153.09968119164,353.673544480949,3715.7240324627,62.7371250115122,1358.93220186173,510.857514466676,7541.29979365375,285.769013068334,4399.19707280166,325.362597259605,4971.80470674612,241.772301798385,5645.14540538179,81.7393841452766,1531.85570720274,144.733580481484,2945.44474920607,328.085981857843,6760.23196978029,173.328145963873,1968.21460945715,128.720946325845,2680.59446622485,160.375424324212,4791.75769107187,203.915652868763,3209.07212274359,224.085462866122,4088.12935174839,263.098454779714,5762.9971158586,2838.40074333123,944.961993785869,26017.5586560474,10745.8334429184,648.698266543522,4931.57371201151 -4021,661.858319440274,4327.33915743366,155.102010712148,1733.78045147074,293.071951932007,3086.04400432531,340.094943817401,3636.70325442276,59.1406564389638,1330.03234843976,481.257714344459,7380.92206594289,269.211156076103,4305.64115411482,307.524042725113,4866.07137651025,231.350003757938,5525.09241485164,79.2745542520444,1499.27836056167,138.712938030989,2882.80518455528,314.595315629726,6616.46489092419,167.993569426427,1926.3573971265,122.544498599365,2623.58736384587,151.247608507704,4689.85334682583,192.207813827562,3140.82610293425,217.328223950184,4001.18878262088,255.164789228091,5640.43782136889,2627.89703095421,890.138121199529,24936.7954116649,10368.5398743136,615.49027983927,4776.33292768036 -4022,628.188273624329,4263.65786409888,147.502325444754,1708.26607011735,276.329071530611,3040.62965931242,322.061346007326,3583.18538621531,55.8252993290038,1310.4595400593,454.196218734015,7272.30412635869,254.073203371575,4242.27916945075,291.437653835828,4794.46207863878,221.933729595478,5443.78493744545,78.7447611911182,1477.21492120647,131.315591357657,2840.38171001219,298.439448387157,6519.09673321128,159.438931265229,1898.00904586235,116.064957822991,2584.97854895335,142.786177072641,4620.83728041391,181.428082937455,3094.60558240239,215.875816099033,3942.30713103685,253.459519031352,5557.4329164212,2468.29455471581,842.889093430905,23813.1355642614,9972.1174623622,588.265484892056,4611.89190823372 -4023,640.822209531979,4166.77131757013,151.004752842042,1669.44775838565,283.350418736666,2971.53497199141,328.948070662058,3501.76176623729,57.404961134399,1280.68090789674,467.136584239478,7107.0496771116,261.311925274491,4145.87842829377,299.103580699223,4685.51363857427,226.344507023931,5320.08140882149,79.8143381511522,1443.64697162928,134.254517076825,2775.83741882417,305.002364535751,6370.95802482991,162.441133147187,1854.87905100925,119.180464774095,2526.23799039028,146.80805205985,4515.83425708496,186.566963788665,3024.28435651975,218.808021310344,3852.72289715683,256.902217412255,5431.14687284086,2551.43263210918,865.437038079724,24325.7698922371,10171.1757726453,598.882255467844,4696.24213649788 -4024,670.415122285262,4134.3458395342,158.247748249933,1656.45625069398,295.745172856469,2948.41072671282,343.998798308889,3474.51133884777,59.9356465976199,1270.71475245285,487.698434545068,7051.74319023202,272.814035945843,4113.61553703564,311.888763997177,4649.05134967112,235.407492919773,5278.68096475496,82.9922193510738,1432.41262743266,140.382921566669,2754.23607610688,318.846838990736,6321.37974376831,170.035381744361,1840.44453196709,124.725421086882,2506.57901027647,153.286709091283,4480.69239943141,194.789892623881,3000.74961978889,227.520063700489,3822.74131857739,267.131015217813,5388.88212629895,2658.92593601539,901.52705813927,25385.3807212483,10631.2320915028,618.577988712003,4906.48304214745 -4025,728.58632419156,4099.77599241996,172.112390629143,1642.60558566485,321.920315859188,2923.75722359321,373.812944538332,3445.4587800047,65.3342256971261,1260.08951295352,531.661636454057,6992.77916220027,297.406648298764,4079.21902892491,339.571302111259,4610.17772839648,255.342002022546,5234.54261711808,89.3017072306463,1420.43533103395,152.608941392257,2731.20618848667,346.461143028109,6268.52274056274,184.578258350214,1825.0554260331,135.810049237003,2485.61993802459,167.086405535743,4443.22653246567,212.337198268995,2975.65847850306,244.817288615094,3790.77699143358,287.439664823204,5343.82231793908,2903.59556733362,981.392264532736,27565.0106094825,11523.9596447129,671.105318722158,5311.6547964769 -4026,772.23914088196,4032.13085673913,182.183950130713,1615.50306154699,338.560380145465,2875.51606250211,394.752564544966,3388.60969188695,68.6057427288688,1239.2983950409,558.144761037053,6877.40029855316,312.221065549628,4011.91307728423,355.298495303612,4534.1111095064,265.141468261079,5148.17415547122,93.2724809386624,1396.9985528121,160.989648224757,2686.14206460915,365.330734132967,6165.09390150234,195.432940528377,1794.9425315366,143.140486106416,2444.60791730211,175.482151510457,4369.91456073722,222.961639618596,2926.56096149474,255.703016145362,3728.23025122256,300.220583566146,5255.65077236694,3027.29016936402,1023.95018314679,28952.9007780591,12173.252692042,682.683219240082,5609.63132159878 -4027,793.769971037963,3884.23428755602,186.268730609645,1556.24720681493,337.710798090542,2770.0435529569,401.500620397661,3264.31716132756,67.7791691242542,1193.84154174599,550.848495567583,6625.14065093908,308.139601495073,3864.75808627011,351.085347016319,4367.80215247684,264.391840028275,4959.34166907541,94.3910494199211,1345.75733558589,163.010249562769,2587.61569981369,369.90729535216,5938.9613008701,201.16286459217,1729.10492563365,143.714873106906,2354.94090578572,173.487678006326,4209.62825205352,220.242321564855,2819.21615025508,258.7695297788,3591.48060621564,303.820973293348,5062.87609672404,2903.44346981241,1004.57181858069,29178.4078554777,12408.6603980291,662.410808030642,5737.44055237339 -4028,767.337228789783,3721.32713482465,178.206804688202,1490.97725072073,319.133896115105,2653.8662385246,384.769683943104,3127.40971059327,63.2606943092892,1143.77110006297,513.668684469673,6347.27821525979,287.341555811808,3702.66777728776,326.373958112394,4184.6138688469,244.79693431441,4751.34385768709,87.8021600874547,1289.31545294508,155.531690185477,2479.08952069774,352.557459674404,5689.87764523014,194.56929483443,1656.58521148788,135.58691799148,2256.17324930288,162.018072325593,4033.07387818462,205.533491222272,2700.97650713063,240.706336236564,3440.85172125808,282.613000903864,4850.53598835535,2639.47486875302,928.026405289129,27545.7667682463,11833.3028293053,591.52929567602,5480.46890182443 -4029,640.246433880717,3600.59258657327,147.543405041557,1442.60406064715,260.756450591042,2567.76433728905,318.613724538369,3025.94418903996,51.1669238878117,1106.6626486783,415.121970520837,6141.34744374181,232.215426923039,3582.53861228307,263.645263077734,4048.84846936516,198.339079819231,4597.19149927804,71.4936519085063,1247.48496797962,128.314304981392,2398.65806640414,290.702947941021,5505.27554436301,162.457133102789,1602.83904515995,110.825072334054,2182.97407917825,131.117175190758,3902.22503445081,166.220880773584,2613.34616273701,195.997171344394,3329.21690305614,230.120027699935,4693.16544550498,2081.72348669408,745.387551242568,22580.3232501522,9777.15936827671,466.96709738068,4537.55638783912 -4030,492.557079839927,3309.41310108375,117.962552364594,1325.94084534455,211.665492929687,2360.10954696973,249.826902161667,2781.23644971664,43.2112079402252,1017.16697459002,351.369515926251,5644.6974213123,196.552887928779,3292.81914950327,224.457703395964,3721.41858503693,169.891712158956,4225.41718067051,56.690124874658,1146.60101002037,101.861298387965,2204.67887968766,230.761401016549,5060.06457923927,124.389146246845,1473.21764610676,91.6598413470893,2006.4372303322,110.56421027542,3586.65256950912,140.421772185429,2402.00517572576,155.413855943641,3059.98353615708,182.471209096495,4313.62972551398,1879.89604074767,642.614068356161,18314.8076717795,7625.80252825808,444.383943290814,3499.36883404964 -4031,402.162717278492,3074.89697662866,114.220299133027,1231.98022489343,197.600175754405,2192.86425986322,200.930208964479,2584.14869625148,47.7127703523782,945.087107399542,386.110179176435,5244.69520867397,215.986496653726,3059.47892817517,240.164447446662,3457.70636858616,151.335732805438,3925.98993144246,42.5236147272009,1065.34901247488,83.1901153501227,2048.44793155882,187.82880500034,4701.49141282887,106.363230694868,1368.82049703804,94.7503001221717,1864.25435111842,122.472756972053,3332.49032542641,135.06791361541,2231.79102369144,116.576898499132,2843.14282818958,136.872787131476,4007.9514391645,2198.29302515773,680.001837139208,16723.9340592569,6338.29774535125,470.939633646437,2759.65075979703 -4032,402.603253000669,2943.5705413099,113.524974009596,1179.36331689677,199.970525321854,2099.20874926413,202.086045357048,2473.7817346291,50.0396256524246,904.723179169147,405.263708423857,5020.6983946917,226.700805428308,2928.81098559889,250.860634270355,3310.03044473675,152.303180895352,3758.31398434163,43.0074961628607,1019.848792714,83.6553060022105,1960.96032893915,188.920453988545,4500.6944064181,106.609925035271,1310.35924847148,97.1482699193927,1784.63351168194,128.377683540067,3190.16228045485,136.321031579249,2136.47298157636,117.903441347674,2721.71443056645,138.43027938995,3836.77498042888,2292.51739818829,705.951106470624,17028.912523588,6416.12217732268,485.783188135668,2775.82924908056 -4033,404.592490123691,2866.1132874166,115.804697905108,1148.32949501708,211.897809981064,2043.97007134394,208.187558897296,2408.68652552618,52.9689480678742,880.916250811698,429.40419869729,4888.58350061266,240.204774509837,2851.74211534987,266.330595860311,3222.93014768104,162.856194953514,3659.41753310647,43.8934371399032,993.012443538255,86.8581702897686,1909.35952646416,196.025799391087,4382.26292178347,107.354048785466,1275.87839347722,101.204395613735,1737.67258138287,135.805694502285,3106.21619992095,146.51463211537,2080.25373089161,120.332215383453,2650.09510882271,141.281899872821,3735.81390284645,2513.9905433996,758.939900489396,17727.3898940184,6517.67400937512,536.651328645815,2797.83613199341 -4034,466.876516492203,2870.46701103852,133.962820091755,1150.07384659947,257.116436376695,2047.07493144181,245.974624331872,2412.34540232983,62.5125403054607,882.254392575642,507.068262938225,4896.00942531626,283.649340480796,2856.07400867235,315.805044203374,3227.82588825673,197.37969314896,3664.97631287498,51.9371949216535,994.52086323376,103.138061528569,1912.25990856336,232.736289677098,4388.91972829693,124.258707175276,1277.81649617705,118.113350255849,1740.31216516971,160.212061313269,3110.93464803804,178.167521576671,2083.41370710313,142.383876336793,2654.12069347991,167.172726738356,3741.48873130048,3072.35751660767,915.453416670517,20944.0935939743,7567.1324089452,662.968790755825,3248.61488361049 -4035,691.71472079112,2930.96424348845,196.635570645716,1174.31251040043,349.667473559712,2090.21856190112,350.099837203969,2463.18738030521,80.3334286811655,900.848561699472,650.71187968138,4999.19647437182,364.002263610666,2916.26789786613,407.467343646329,3295.85472548735,267.553898068527,3742.21842123953,74.1685276390743,1015.4811319315,145.352185683568,1952.56221189873,328.158116417619,4481.41948390667,183.282819293713,1304.74743156154,160.303402314736,1776.9905416105,206.075468950858,3176.49991522807,238.959322961955,2127.32320435334,203.330243063265,2710.05826598158,238.729777807539,3820.34339593026,3872.19213195775,1186.78008780951,28553.2897901123,10742.3492732144,838.83833433945,4698.66320649977 -4036,974.819545761452,3102.77378725316,275.431215835761,1243.14927533106,471.885987624874,2212.74462078655,483.833199392859,2607.57641574207,105.184757920701,953.655203994933,850.478517236072,5292.24326515413,475.749890378145,3087.21595980213,534.184062493915,3489.05370359115,360.244937914434,3961.58269395267,102.700711989592,1075.00739546966,199.853166181592,2067.01902369499,451.324932538199,4744.11481997529,257.783326419807,1381.23013224367,216.404484186964,1881.1555565562,270.14647340196,3362.70246014701,319.947647209558,2252.0242920558,281.550158757806,2868.91857118268,330.567680583625,4044.28725922969,4945.70668071147,1545.93922069608,38936.6669328223,14968.8386920702,1078.18858124698,6616.05981526834 -4037,1052.6824856611,3592.46997700112,293.744510449736,1439.34967702276,503.561474121964,2561.97169436053,520.632616694122,3019.11793401562,111.162593504163,1104.16611834137,897.912343969506,6127.49312217306,502.283938459671,3574.45673083576,564.170972716447,4039.71463526905,381.488736588465,4586.82065315224,111.109804261525,1244.67075529146,214.426170639891,2393.24691185054,484.38945296585,5492.85614317868,279.297009878603,1599.22318597628,229.212790931175,2178.0494880936,285.688011516624,3893.42196949541,338.231050463153,2607.45069135379,304.603370544808,3321.70649235725,357.634426999448,4682.57809088077,5136.57012274138,1622.21654361369,41798.5603539248,16215.6248362847,1122.38050958824,7204.92084068113 -4038,957.489325396902,4008.6077634334,258.350470073183,1606.07836016635,443.585525191852,2858.74055718157,468.20767630131,3368.84084390283,101.86776444281,1232.06843827215,822.974256158187,6837.27815602564,460.364258727789,3988.5079327082,512.871282245979,4507.65950798925,328.807754470234,5118.14016468174,101.565081048951,1388.848587329,191.297341893366,2670.47135037312,432.551128941833,6129.12729123193,255.526014021334,1784.47099622489,205.788386935273,2430.34629182969,261.770831251836,4344.42086730252,291.040075056346,2909.48766476701,278.436869030467,3706.48008705857,326.912371104519,5224.98977253999,4506.33130682051,1448.15814508747,37559.2065533375,14818.8931401077,963.26353990042,6590.64435593561 -4039,870.136264358058,4238.51024761809,236.850760443407,1698.19049150674,402.515806166529,3022.69562450715,424.736159799047,3562.05128616689,94.6510275052698,1302.73027683569,764.463721164675,7229.41111736722,427.634001531411,4217.25764733096,475.289636224895,4766.18370888484,300.169590503398,5411.67677582125,91.7450351068642,1468.50211274897,173.730600836683,2823.62876402563,392.747312757375,6480.64624077652,231.57638939987,1886.81433815273,190.667226619426,2569.73200449969,243.269391008866,4593.58297262189,265.933746535566,3076.35319048303,251.515580556013,3919.05488356747,295.304120807,5524.65444402625,4138.91543428549,1327.40815478529,34549.1831795168,13580.0840270643,882.62913628312,6013.46853144862 -4040,842.723827353646,4306.61025004006,228.254400085824,1725.47526135001,384.974005862696,3071.26117403377,409.082776269708,3619.28264507453,86.2222313421104,1323.66120063316,696.170345109247,7345.56582405427,389.431312676303,4285.01618493475,435.261733482242,4842.76182316473,286.210977349667,5498.62600562373,88.5799010772876,1492.09648709101,167.004050599231,2868.99591296126,377.605818180277,6584.77056722844,224.191722103717,1917.12972103288,177.53633499731,2611.01980268977,221.651379533281,4667.38791664364,252.725341350757,3125.780854328,242.838484056358,3982.02220733712,285.116352926681,5613.41888224606,3815.04499955574,1234.11218674936,32491.7173846542,12905.3464805883,820.54364612444,5764.48237069436 -4041,776.338931975066,4422.47122246311,210.12185790228,1771.89581720831,349.526061988141,3153.88748232007,374.555848415926,3716.65240513775,79.9474154695173,1359.27173071598,645.289917718347,7543.18398542946,360.969267765068,4400.29621103659,402.188039996615,4973.04691084823,259.556399069702,5646.55584348086,81.170191205856,1532.23844094945,152.636015536313,2946.1806678042,345.154325444701,6761.92101196504,206.445195736658,1968.70636736115,164.341005390348,2681.26421204924,205.5661166441,4792.95491047433,228.952019547624,3209.87390857187,222.52504172246,4089.1507697948,261.266366314661,5764.43699917663,3461.31627522204,1126.48041759528,29940.0788876287,11942.6238451433,739.587270238242,5326.53107784718 -4042,748.672232373162,4507.14135874943,204.154142392755,1805.81953378699,340.58231085459,3214.27003079283,362.762523209279,3787.80933298241,74.2197246046166,1385.29557957797,598.866908115712,7687.60152574833,335.00066152531,4484.54179707822,375.938017278453,5068.25805830828,254.304192877971,5754.66161257834,78.2660213506467,1561.57381275681,148.164124856559,3002.58657891563,334.953734297676,6891.38093263842,198.983684632351,2006.39810757769,155.584007246989,2732.59818231924,190.878997476591,4884.71811820822,224.129829395527,3271.32834154143,214.563368741296,4167.43934094824,251.918576270569,5874.79965430373,3301.64550640741,1071.60197235941,28599.0797858045,11392.5732778916,716.791021607934,5108.14347203593 -4043,713.442994682427,4447.16397220276,192.860359709271,1781.78915009352,310.583665482361,3171.49712868981,339.570177216102,3737.40423439629,70.8676587695914,1366.86118805473,571.631988268823,7585.30115138099,319.765696891843,4424.86514719327,356.082349252172,5000.81378521236,230.349280055427,5678.08323694943,73.5895289207273,1540.79365328676,137.865171811206,2962.63058873266,311.799230075716,6799.67601700829,189.598501100593,1979.69858668712,148.210684457006,2696.23497903529,182.2974360658,4819.71624597305,202.284313340194,3227.79615365457,201.742939743618,4111.98243370555,236.866127014112,5796.62257892392,2995.27006952179,990.403759552044,26899.1281428956,10881.1178837028,637.071550629578,4868.59665174729 -4044,655.137897833388,4402.45709845913,177.252037766186,1763.87701034133,287.139663718176,3139.61440014711,312.609960011238,3699.83250097686,67.0446324020926,1353.12027565722,540.582014620627,7509.04691317393,302.396626115805,4380.38244120252,335.939492779453,4950.54112787201,213.434225918467,5621.00206072863,67.6206297661309,1525.30421602899,127.078451269031,2932.84757364543,287.368255140937,6731.31958601315,174.01628040791,1959.79688409223,138.681549230304,2669.13001111769,172.507785978115,4771.26414323169,187.863073320242,3195.34745690905,185.37942607337,4070.64510487109,217.653746584145,5738.34973911067,2801.67256068533,923.229570912899,25178.3331642509,10126.4276753716,595.511740361384,4514.80204712333 -4045,634.674546615818,4322.07570663261,170.736619215571,1731.67161096295,272.846337714803,3082.29037185147,300.583214171374,3632.2798413365,65.3199679089837,1328.41459684343,526.758478258978,7371.94446591037,294.663866527631,4300.40409513765,326.024518747358,4860.15265224278,201.811874768126,5518.37210681965,65.2419132246578,1497.45475080962,121.818766690584,2879.29875653892,275.54483661803,6608.41711926515,168.682011643136,1924.01432046527,134.593110782031,2620.3962289453,168.052897324111,4684.14896095333,177.363463325822,3137.00583762432,178.858263688834,3996.3220366745,209.997258185502,5633.57721583531,2671.29319867823,887.031197822922,24246.53071129,9817.00302401075,560.695889287368,4370.31344682641 -4046,602.400849820006,4241.69431480609,162.379721639612,1699.46621158458,257.250845390024,3024.96634355583,284.631060443136,3564.72718169613,64.2950336824705,1303.70891802964,518.334055799748,7234.84201864682,289.951321789284,4220.42574907278,319.216944816986,4769.76417661356,190.65253272908,5415.74215291067,61.6426595038909,1469.60528559026,115.328079280835,2825.74993943241,260.842724628191,6485.51465251715,160.096895250825,1888.2317568383,130.78055006802,2571.66244677292,165.449308961526,4597.03377867496,167.74307623656,3078.66421833958,168.991044300966,3921.9989684779,198.412168547307,5528.80469255995,2562.83574084752,851.594868031993,23415.0092811155,9458.087477607,533.092870830404,4187.21540211828 -4047,614.495829758639,4139.34936738363,166.228331430753,1658.46095114802,263.800232806305,2951.97899500851,290.726062959063,3478.71631223941,64.8769547388313,1272.25261524889,522.865164216781,7060.27745292042,292.485982323333,4118.59397635839,322.718241208792,4654.67779187124,195.894583800462,5285.06940641913,62.9229107765481,1434.14618257086,117.901183791344,2757.56934754705,266.646465281814,6329.03009543755,163.105089266944,1842.67190138137,132.801529964543,2509.61255859861,166.980325463674,4486.11508782647,172.333292998577,3004.38123041715,172.500805256694,3827.36773189428,202.532974387577,5395.40393720755,2602.70315002031,864.186192406131,23872.8189299002,9632.90548150871,545.208390260342,4272.57926264223 -4048,642.878281287243,4108.22351040901,174.205694487737,1645.99014625048,275.336325420388,2929.78157511573,304.021280954237,3452.5580886202,66.8925797601205,1262.6859057438,538.954254786946,7007.18766351238,301.486072178531,4087.62418964389,333.152523974795,4619.67692039267,204.644374050032,5245.32830223949,65.7257946603176,1423.36211362729,123.285632349588,2736.83379190981,278.812104198502,6281.43892396241,170.732410174515,1828.8159213799,137.935840519417,2490.74151519837,172.200722368751,4452.38172439124,179.826043882044,2981.78977166954,180.184806537376,3798.58782229039,211.554750443976,5354.83317200636,2685.2448763889,893.884871858189,24854.7300279553,10049.4972048877,564.604489332619,4466.23472360032 -4049,698.651305666372,4061.30728842494,189.465095478274,1627.19281477875,299.711095218922,2896.32324881126,330.375010266526,3413.12961514786,72.0802706121419,1248.26593757509,580.728765611212,6927.16505250486,324.85435079165,4040.94321345482,359.458067775191,4566.91986193597,222.958720616146,5185.42625786832,71.4120624602582,1407.10721105993,134.018882614707,2705.57894382537,303.079477092326,6209.70441823522,185.331894234571,1807.93070578293,149.162046133329,2462.29705945347,185.560100258798,4401.53518967615,195.919818686704,2947.73750784236,195.773496925179,3755.2076631912,229.85741185098,5293.68057377284,2909.704243324,968.13200190472,26928.2107872431,10887.1614805532,613.766851512049,4843.93607558206 -4050,740.539059743262,3970.00910111414,200.565129636541,1590.61352051607,315.186865667151,2831.21390255809,348.870619329709,3336.40246184727,73.1057574555863,1220.20491946222,588.467124350915,6771.44238303365,329.183117771074,3950.10281054667,365.809845749923,4464.255504039,234.322091740077,5068.85787627196,75.4653405700032,1375.47544113996,141.3888577611,2644.75752952325,319.767634618647,6070.11026372824,196.23904464655,1767.28842375419,154.040485811358,2406.9446218801,188.309781581766,4302.58867918987,205.41106613556,2881.47236905291,206.885407185391,3670.79059541549,242.903891447291,5174.67863516916,2950.8132374229,990.578955739591,28101.3195204224,11438.3036695316,628.904208309236,5121.57190917942 -4051,761.307595733966,3798.71940325269,205.116614896101,1521.98503569294,314.322237516549,2709.05857202894,354.780336983867,3192.45030579966,73.1128824503994,1167.55805476736,588.276043360811,6479.28226693958,329.076228815911,3779.67198791951,365.134966090223,4271.64109006988,232.634506945734,4850.15733629446,76.8880090715513,1316.12928682949,143.209815224286,2530.64703087938,323.961644362222,5808.20976763923,202.029638757287,1691.03713756597,155.699557750364,2303.09478009123,188.380184025975,4116.94952922579,203.058378724936,2757.1485907138,210.785599644731,3512.41095547338,247.483102415602,4951.41236111969,2874.36161747744,981.295935278635,28324.6879293797,11681.5020079414,607.69500681661,5244.05668948226 -4052,736.056453964668,3633.27798756083,196.278274975232,1455.69970839257,296.96987299081,2591.07394674578,339.967711554709,3053.4130561241,66.0624481444575,1116.70869292248,531.01110622077,6197.0972679655,297.042747646482,3615.06012319561,330.968745355478,4085.60304033566,217.942148181026,4638.92380971238,74.116304096339,1258.80936679008,136.676945959848,2420.43256569762,309.306894299079,5555.25124541441,195.43695714261,1617.38927144907,144.163330088025,2202.79064587048,170.326612280789,3937.64858958179,189.262116866991,2637.06955414955,203.187074175113,3359.43881426506,238.561683399433,4735.76898667187,2564.58147559413,894.889358905991,26547.2235549101,11125.25266523,545.287544389032,5041.0063885932 -4053,614.218389266114,3527.03418956074,162.53489406694,1413.13234462443,242.601184292295,2515.3061310312,281.490125775762,2964.12558595079,53.1174677250857,1084.05405619994,426.76362534415,6015.88263132641,238.72766196927,3509.34904939341,266.205190470414,3966.13241749532,176.905437237736,4503.27305965575,61.604612590816,1221.99944237919,112.786463327903,2349.65462097023,255.31599464465,5392.80537885032,163.202833493999,1570.09380448187,117.419298703357,2138.37695519842,136.991959909927,3822.50442974069,153.049470260002,2559.95674142713,168.886740112524,3261.20258241096,198.289705133326,4597.2863037289,2028.31969021616,719.7942020266,21697.1139397137,9200.87709222278,430.091514941326,4187.71941558945 -4054,472.361623018745,3274.19344343885,129.886919240831,1311.82982891837,197.038835608758,2334.99263115722,220.757152090857,2751.63778898841,47.7900400614593,1006.34201212129,385.380415724339,5584.62504454478,215.578273664785,3257.77608912072,238.345880463221,3681.81425505,148.019750923527,4180.44916309019,47.3360970021188,1134.39857599514,89.469893486427,2181.21609852743,202.276578044374,5006.21402124047,124.910520975347,1457.53927065242,100.648316303811,1985.08418972354,122.954997937596,3548.48245543422,129.606571439757,2376.44239544831,129.770138567999,3027.4183745255,152.36295338885,4267.72292648375,1933.14576907766,645.158863670915,17750.9956876934,7226.28512956284,403.550330277283,3206.91166906707 -4055,492.130380796217,3021.67760573386,124.668830969142,1210.65749017353,238.780733869239,2154.91083987724,243.384050510007,2539.42304561719,52.1314180734399,928.729830495996,424.757860624297,5153.92163750651,237.605655561988,3006.52640811972,267.341391735112,3397.86145050476,181.495426695306,3858.04010552024,41.5667487424745,1046.91027951627,84.6863256295675,2012.99402495417,190.917846692647,4620.11944584597,116.48566410986,1345.12937298609,101.979656337314,1831.9884103378,133.209333872069,3274.81260809792,164.446488442595,2193.16387125274,113.953686208871,2793.93458679796,133.792876943196,3938.58304868168,2454.73528005609,762.605788070714,18461.2463714414,6898.93831332825,514.3717508935,2996.85021606405 -4056,492.433566188426,2878.0697747074,126.254518804977,1153.11995011636,243.831345490094,2052.49684601404,244.878499242369,2418.73477796491,54.6883876829933,884.591145311972,445.948781477283,4908.97707219677,249.45966253395,2863.63865081081,280.70600604827,3236.37515821816,188.858704437534,3674.68342626514,42.040135762609,997.15496669423,85.1635482527964,1917.32474996456,192.033866435783,4400.54428950166,118.028727639766,1281.20094086681,105.211620778269,1744.92158309752,139.668225362381,3119.17431803857,172.525214634977,2088.93186912301,115.251459009961,2661.1504389198,135.316590325827,3751.39849667471,2579.02235103787,797.020659948434,18903.8711141813,7001.040720089,539.539864454444,3017.45385436826 -4057,494.100061810694,2770.07149520801,128.379302228342,1109.8496403541,258.791932751618,1975.47782097322,252.371990881003,2327.97283852858,57.9086590517793,851.397258703091,472.667265046153,4724.76990579717,264.405737445131,2756.1818927734,297.572836367836,3114.93162965129,199.542390292486,3536.79257621377,42.9229154568993,959.737173093936,88.4593031304801,1845.37799729807,199.340437477857,4235.41583559704,119.825657121091,1233.12444928117,109.361483438278,1679.44418206577,147.796235979939,3002.12869851703,182.70073434281,2010.54563615558,117.671566507374,2561.2919603596,138.158035437108,3610.62894795915,2818.36525929173,854.557760817889,19671.565559788,7124.33150724785,591.283726500715,3048.02734219249 -4058,569.137690848863,2745.70364758212,147.337978962758,1100.08648190473,311.72516244492,1958.09987870238,298.153344250877,2307.49405756403,68.3556686176176,843.907661880383,558.266148149293,4683.20690883804,312.288968388055,2731.93622961686,351.53250698733,3087.53010609937,235.686181703702,3505.68001369303,50.8027550824139,951.294528477969,105.073169189556,1829.1445210401,236.748785840811,4198.15760313168,138.302500585655,1222.27686331242,127.345581995959,1664.67039734737,174.390824870306,2975.7194831573,215.672647016839,1992.85920828125,139.273851969373,2538.7607107787,163.521251114145,3578.86685943915,3423.44646342767,1024.93912148587,23159.7612725802,8267.10304016608,720.506893447445,3539.72334679105 -4059,845.652826040453,2747.7180583362,201.10391751523,1100.89357047801,415.077388621792,1959.53645670187,423.804339914467,2309.18697181886,87.8011889758253,844.526802504332,716.076120506156,4686.64278669364,400.566421054758,2733.94053977803,450.822889297532,3089.79530098111,307.958558201109,3508.25198810337,72.5105482578547,951.992454465048,147.993344999355,1830.48648975446,333.616218799074,4201.23762009947,189.290376829496,1223.17359798372,168.007546399088,1665.89169810697,224.210926815203,2977.90264714635,276.990116543948,1994.32128778282,198.784954632871,2540.62329594237,233.393160486319,3581.49252805253,4297.38008056048,1320.38833596068,31156.7087932138,11541.0950637528,903.740779768943,5037.28762451453 -4060,1193.37548656668,2737.77597549633,282.180048799396,1096.9102014266,557.744482111107,1952.44625553615,585.479815945252,2300.83162833778,114.893444287082,841.471046690699,935.340778253426,4669.68508221416,523.221061675281,2724.04830820671,588.78090239352,3078.61547823788,406.508406648447,3495.55806130726,100.37827618491,948.547855112321,203.423815539354,1823.86323076936,458.690279113359,4186.03625971161,268.080623977355,1218.74778245953,226.800622606753,1659.86399333043,293.74842588957,2967.1276861866,362.398300983749,1987.10522447811,275.183287907103,2531.43054518087,323.092345677127,3568.53359462184,5457.65601389537,1712.63347885056,42385.779504825,16098.3464615969,1147.17833476703,7112.83597816084 -4061,1288.95850504722,2903.93218088097,307.88907320398,1163.48191450612,597.179572421952,2070.94063343298,630.039619311737,2440.46958849786,121.382362207579,892.540103220723,987.172981040162,4953.0892615723,552.215521022692,2889.37137854815,621.476308844164,3265.45730542926,429.911683094246,3707.70422241279,108.582417625936,1006.11542588576,218.2285814773,1934.55387758543,492.22376112969,4440.08768931775,296.987127928855,1292.71384420704,242.730263561434,1760.6014915972,310.546852352528,3147.20329560131,382.829926951068,2107.70306256069,297.674634660632,2685.06360257731,349.499407077194,3785.10865634232,5654.81238380642,1795.98980981525,45604.9414690465,17524.3501744116,1187.94393313404,7790.99974662557 -4062,1173.02635207183,3146.5709275145,278.422498122161,1260.69692363244,531.20000085066,2243.9785724582,566.657102110871,2644.38360758171,111.239362519093,967.11650462275,904.837679017817,5366.9458172813,506.157907435129,3130.79349386664,569.790566068197,3538.30337015186,390.596156295517,4017.50233386221,99.2193666365881,1090.18164048707,194.622690453053,2096.19598866599,439.379777511353,4811.08027618739,272.423755768741,1400.72685807125,220.463762900481,1907.7089695386,284.56429507737,3410.16861830178,350.845337235444,2283.81269512802,272.006180747914,2909.41473289987,319.362108233069,4101.3743137476,5029.20235159875,1621.93610328242,41269.9914919177,16027.7298487958,1050.99438210088,7117.35119135665 -4063,1066.19465279941,3352.43046618705,261.65180266463,1343.17607095929,487.443104949198,2390.78740161185,514.297795353585,2817.38831717522,103.349322562808,1030.38860687964,840.429716767663,5718.06995065617,470.128683464167,3335.62081833299,529.195509761861,3769.79139830775,361.793087663235,4280.34121342881,89.6298557126567,1161.50508901242,176.755689248063,2233.33637073101,398.962518621459,5125.83776584451,255.489975834083,1492.36724738755,205.997634641581,2032.51787975786,264.428597677315,3633.27362840041,325.952150753798,2433.22761017808,245.716895398887,3099.75869415771,288.495891995185,4369.70038794114,4625.07911325359,1490.96100329522,38169.8397680023,14793.9337704257,965.748399723564,6543.78513914077 -4064,1032.93950830279,3508.64459503497,240.538019468506,1405.76441751281,458.195359720749,2502.19158283806,494.963061759364,2948.67093915139,94.1361324988597,1078.40190953334,765.269211538394,5984.51643628579,428.084585466492,3491.05166337465,481.89574450659,3945.45340984376,332.855738688615,4479.79345578601,86.5298554840174,1215.62806261696,169.895358583184,2337.40376276105,383.541394256433,5364.68784470025,236.187332072972,1561.90749641678,188.381724120401,2127.22767706958,240.905987357262,3802.57428368655,296.886157764745,2546.60938953083,237.21836077713,3244.19900662073,278.517773386875,4573.31652444673,4238.80726934262,1376.46153799373,35544.7454414724,13912.8594029315,886.443766927628,6210.76680708298 -4065,951.96208531171,3630.80871636875,225.81215320113,1454.71037661929,419.54000795865,2589.31298480586,453.308866549702,3051.33787637656,87.2755930052911,1115.94974835099,709.257958544515,6192.88555782092,396.752403722054,3612.60323334287,446.608965939452,4082.82635715196,307.77600322194,4635.7710751942,79.2846097438431,1257.95384686665,155.262339337425,2418.78757612421,350.541981455859,5551.47575069256,221.79828253951,1616.29005120002,175.689787607577,2201.29357146477,223.399147265483,3934.97246013063,275.240796402581,2635.27733238621,217.355790704664,3357.15565137084,255.197155319198,4732.55043362662,3859.96808367324,1261.63304608633,32902.2737177592,12929.8887498885,805.605699347086,5762.6236457166 -4066,917.853713253352,3764.34449992795,212.449506393858,1508.21247633547,402.915686480693,2684.54409316672,438.820787102399,3163.56157805185,81.0141969860372,1156.99273235258,658.161381592821,6420.65074460365,368.169446726893,3745.46944611748,414.416576128261,4232.98668211772,288.35500977652,4806.26789044539,76.4554652410689,1304.21953193712,150.7283838088,2507.74701174109,340.219186565548,5755.65083183538,208.342098456919,1675.73481276868,164.131118548658,2282.25389872854,207.416369621834,4079.69493707592,255.486596642923,2732.19894158294,209.599796919679,3480.6268792587,246.090852955756,4906.60665078251,3644.68784030476,1188.67659412722,31161.8695766366,12264.0914977146,763.309126039949,5501.70453439445 -4067,875.68063072971,3745.17513024414,205.062714579049,1500.53212653721,372.130731262831,2670.87344794406,410.87422406807,3147.45160687138,77.3467870816126,1151.10091734777,628.160012522163,6387.95452677972,351.386955744116,3726.39619486393,395.527303300949,4211.43082117627,273.893681223297,4781.79267942441,71.8663501587306,1297.57798614953,140.204368200842,2494.97667960425,316.590525160215,5726.34102807844,201.587240127042,1667.2013801568,157.469469670646,2270.63185704296,198.07031236375,4058.91969175831,243.913576811787,2718.28562106673,197.018909650649,3462.90229975191,231.319649335925,4881.62047940959,3346.67629762566,1110.44199871256,29522.9704783161,11749.2540246416,697.038307921755,5253.16344557117 -4068,804.001517386945,3647.50880855734,196.201788088375,1461.40139211887,348.632155911175,2601.22266359352,378.470714982225,3065.3726625123,73.1646269458299,1121.08261684701,593.960288823367,6221.37005474932,332.255943648077,3629.21958847214,373.973055325111,4101.60552782186,257.660688554207,4657.0935436492,66.0409507981101,1263.73987054698,129.242501145649,2429.91291448857,291.803235038108,5577.0100500902,193.396383421584,1623.72426075693,149.825389633654,2211.41853492315,187.409826451528,3953.0715691659,230.716644420911,2647.39842656419,181.048795295681,3372.59706215533,212.569158537878,4754.3180437385,3130.87042353545,1037.90476409133,27830.0298664545,11043.6370556155,651.738994897756,4922.76562547694 -4069,779.244914661646,3566.7375291518,190.162735242394,1429.03978139718,333.009241992581,2543.62058678311,363.937660696605,2997.4923406814,71.2862566907309,1096.25710386412,578.802521735415,6083.60259609411,323.776827615956,3548.85330978987,364.430163166609,4010.77862554768,250.214659182629,4553.9657861646,63.7088072749351,1235.75532231494,123.873576330349,2376.10436041823,279.750370410158,5453.51144853876,187.276189970258,1587.76813485657,145.628112154439,2162.44837097239,182.579330647643,3865.5338372558,224.796691094128,2588.7738229695,174.655311098002,3297.91349210045,205.062576934801,4649.03732441776,3007.8706003297,1003.17756142081,26881.4580875265,10703.8168258673,624.365694016188,4759.41456063571 -4070,739.789494169636,3512.21854349884,189.655238581622,1407.19634640855,320.223699792026,2504.74034590641,344.886983324174,2951.67449157398,70.1605188006379,1079.50038295908,569.486482468593,5990.61233820608,318.565520604519,3494.60769146233,358.564325946354,3949.47229712956,244.560181375981,4484.35662840328,60.1928815205742,1216.8663162871,117.269167018569,2339.78467093259,264.815250920979,5370.15238160685,186.56812469316,1563.49847456983,144.176974260638,2129.39449729968,179.73288832069,3806.44763254017,221.240418105227,2549.20339712244,165.016532211821,3247.50358756136,193.745698996884,4577.97496081001,2900.49905895434,969.800362911583,26212.3438969421,10424.4382610904,600.624132152602,4610.17760628128 -4071,754.557277695052,3484.08180361956,193.26899922792,1395.92315339178,326.87690390906,2484.67461630984,352.223315967548,2928.02832709158,70.7882880066099,1070.85239562608,574.405019394977,5942.62093363084,321.316905097043,3466.61203390941,361.617086658285,3917.83267296937,247.319486937882,4448.43199147747,61.4456175450557,1207.11787649465,119.891515899816,2321.04041802116,270.721328425533,5327.13154483317,189.840788192839,1550.97312931134,146.230537063463,2112.33570146199,181.378153773884,3775.95379351096,223.21361514071,2528.78146950152,168.450861144323,3221.48750611069,197.777940195352,4541.30033790405,2932.60236195218,980.63713670643,26671.0895733831,10615.9169446331,608.013410048787,4706.1642177596 -4072,789.472370168467,3530.54315886249,201.416079117576,1414.5382391381,340.232057544109,2517.80855417879,368.28860759197,2967.07452977403,72.9805428646949,1085.13255790994,592.022054946122,6021.86770159841,331.171713375426,3512.84042413537,372.729704288461,3970.07823603625,255.739693558022,4507.753267693,64.1821942950696,1223.21518294183,125.364982179927,2351.99224104749,283.069176354381,5398.17056316884,198.251846093941,1571.65585652466,151.597598873004,2140.50437973929,187.031282304365,3826.30735593275,230.120166985236,2562.50358649205,175.953083899093,3264.44708165124,206.586290317431,4601.86004348989,3017.90816554692,1012.21746890597,27723.9758828656,11067.3396587424,625.982175426119,4918.04675556362 -4073,857.941250775659,3557.77016525948,217.282696469324,1425.44694070406,368.775088365391,2537.22550690431,400.151784574617,2989.95615267665,78.6393419988324,1093.50093347324,637.901373402979,6068.30742009377,356.836183769586,3539.93090976205,401.571327395534,4000.69486941681,275.963253011153,4542.51636830755,69.7361085681254,1232.64843049391,136.282045750202,2370.1304438427,307.7135604642,5439.80042515948,213.290829349209,1583.77622501585,163.527656874075,2157.01162064177,201.538672165389,3855.81525037538,247.962424618896,2582.26522043968,191.17893204574,3289.62199598465,224.462939114086,4637.34888110051,3263.77372207025,1094.0408895918,29974.001684345,11968.1915170306,677.453061134493,5324.6947032945 -4074,909.57449791806,3526.51434365748,226.269380722828,1412.92406451694,385.031174424567,2514.93540267491,422.421932633324,2963.68870656154,79.7344846984817,1083.89427859935,646.206230571501,6014.99595663818,361.481844779779,3508.83181008457,406.841497435002,3965.54785336063,281.996255014764,4502.60932692011,73.6909444459731,1221.8193331515,143.768943988037,2349.30830781783,324.639140092697,5392.01053887072,224.315419071924,1569.86238998795,167.791864423083,2138.06178204158,204.466561373982,3821.94103478584,251.3947389075,2559.57943206379,202.020966611011,3260.72191715198,237.192558002819,4596.60871447893,3285.92579322016,1112.85504124714,31140.3661985817,12548.1536777173,682.848458040077,5624.94995471654 -4075,935.79184184021,3422.80480231473,229.233130565834,1371.37206942958,383.79706489061,2440.97489331611,429.493942379817,2876.53103003232,79.7310312876801,1052.01856010135,645.903648118851,5838.10387254292,361.312582928055,3405.64228575237,406.650137160392,3848.92698953673,282.622181687314,4370.19428400946,75.0654509916961,1185.88744395538,145.586192572555,2280.2186449572,328.817005814635,5233.43952925402,227.812882745377,1523.69507218597,168.724509103487,2075.18456528596,204.515236039487,3709.54343388864,251.373958384006,2484.30600820629,205.789124870724,3164.82893572053,241.616747786554,4461.42928939931,3213.9735673287,1105.37596607465,31368.1854195118,12775.5737475202,666.076021257106,5739.59152489752 -4076,905.182119793779,3331.76653795557,213.175643765114,1334.89691522065,357.399318621525,2376.05091124108,411.274585895164,2800.02231642635,72.018168590927,1024.03743078878,582.828754840643,5682.82454041583,326.029065526297,3315.06050249865,366.937383899341,3746.5549137071,257.74837914583,4253.95776878092,72.3465847112808,1154.34572864926,138.917294187861,2219.57038723128,313.875676983311,5094.24279473684,213.345833835237,1483.1684974042,154.446796251988,2019.98971429101,184.855432117605,3610.87862087979,227.035688291048,2418.22952409852,198.335454705616,3080.65220057431,232.865403197775,4342.76614542061,2853.58917111198,1002.51548634601,29187.7937713082,12078.4636212558,591.179303257941,5479.68723580684 -4077,755.693112845775,3280.75651530121,173.659673746005,1314.45937222028,289.919439280568,2339.67308901687,340.399129913293,2757.15340584498,57.897327805832,1008.35920965643,468.335397737097,5595.81934204884,261.982530561418,3264.30625264152,294.875640309727,3689.19439674205,208.205718050787,4188.82881100906,60.1245570889783,1136.67246100024,114.614914208816,2185.58831362384,259.038791016314,5016.24890248599,174.602943472178,1460.46088635435,124.941582277367,1989.06326133768,148.65551019226,3555.59533552504,182.512260750041,2381.20593874149,164.829223339369,3033.48678944742,193.525779889779,4276.27751335805,2258.71747834029,805.847531872803,23776.987379703,9941.5727709207,467.204356739123,4529.90015854852 -4078,580.618002155075,3043.18628828551,141.21514421832,1219.2751029809,239.624675819323,2170.2497671983,267.232936368295,2557.49897934648,52.1546209355091,935.340646640803,423.451817841744,5190.60790217845,236.875067195514,3027.92724253458,266.49278074954,3422.04785714017,183.756165047588,3885.50212189938,46.2214315750407,1054.36231901229,90.9682895767718,2027.32277047584,205.343866140185,4653.00603914859,135.306514676513,1354.70417362649,107.661296656709,1845.02873505063,133.581861429341,3298.12313754357,164.465820084761,2208.7750884789,126.714325011541,2813.82216579827,148.775126608318,3966.61837989525,2183.2653685586,730.391824362905,19625.6592091546,7837.67795015404,452.551600806976,3471.78944680044 -4079,543.409503021896,2838.10651216471,130.232271464667,1137.10837328988,276.006465363,2023.99702608399,284.579500270143,2385.14958353968,56.3934809202063,872.308208847503,464.165810033654,4840.81377008496,259.650101402265,2823.87577075994,294.008744083716,3191.43666809845,206.713346598592,3623.65883338846,49.6438249394907,983.309032144641,100.56294654157,1890.70185394036,226.758037245967,4339.44079982342,124.342424196359,1263.41090324515,107.642160184051,1720.69258074513,143.119212531614,3075.86321304604,187.445878762982,2059.92613289897,136.096688350854,2624.19919660082,159.790947381261,3699.30868136087,2690.15859801382,852.372385269621,20614.0435701657,7765.92506719592,590.358189371785,3414.08974619684 -4080,540.718114690514,2720.29611445284,128.504855764671,1089.90676576578,277.39392290809,1939.98048421406,283.453014130141,2286.14152311816,56.6361541444394,836.098511793791,466.325168373993,4639.87057325342,260.858026673607,2706.65609411419,295.40323190013,3058.95946136594,207.252268210708,3473.23999374879,49.6212672614675,942.491667590457,100.320130182552,1812.2184226764,226.22685646782,4159.30970034457,123.240185466924,1210.96645116175,107.133875214119,1649.26627013679,143.701154203259,2948.18348471905,188.264600245205,1974.41816625511,136.034847320684,2515.26813650791,159.71833990699,3545.74960063501,2721.28675028634,859.147079774779,20585.2766986996,7717.18333737315,597.977131243461,3392.59574894537 -4081,539.328689443803,2647.58246545733,129.847150972232,1060.77350428639,290.23393347232,1888.12471041141,290.516255060949,2225.03284771224,59.456757959776,813.749557432079,490.010096934449,4515.84660451867,274.107158706796,2634.3070435335,310.464770645027,2977.19332444301,216.861472742951,3380.40011780998,50.9149498747081,917.298818939068,103.245504613584,1763.77773506537,232.797976207642,4048.13114738938,124.458987807775,1178.5972583348,110.515694625831,1605.18130158145,150.761217136144,2869.37839510278,197.675028850326,1921.64187151695,139.581429794008,2448.03489545156,163.88237784388,3450.97153933618,2924.623236797,910.038496386712,21249.4597327218,7839.16965069281,642.84907835039,3424.81362309737 -4082,611.251795387941,2649.66185537353,147.393824034092,1061.60662724175,337.599703052223,1889.60762833166,336.138286018311,2226.78037056643,69.0676911850226,814.388669771776,569.488611429452,4519.39331402255,318.566711525718,2636.37600704039,360.901709721332,2979.53158806962,251.516276487573,3383.05505680032,58.7796139892594,918.01925803365,119.097215835414,1765.16299187401,268.548390514721,4051.31051694525,142.351276388326,1179.52291911637,126.897556411655,1606.44199803028,175.074466158559,2871.63198175339,229.648569910203,1923.15111354522,161.142112160583,2449.95756231559,189.196747379896,3453.68190455186,3447.43671180109,1064.85595627597,24538.3257332256,8981.02542466003,756.153387270794,3918.13912692835 -4083,895.237504507394,2713.4731133357,200.453870344457,1087.17307988472,433.559158192124,1935.11465768117,450.867747755131,2280.40746126978,87.8109040076467,834.001423521047,722.856211081983,4628.23292765429,404.359141603053,2699.86730466743,457.995362146069,3051.28703051869,321.755053829464,3464.52847141431,78.3382686197841,940.127725787688,157.092349070381,1807.67304680473,354.357796620301,4148.87738947179,194.219894056508,1207.92912540695,166.177756907272,1645.12960812274,222.831835379861,2940.78890031961,291.881386873131,1969.46596370536,214.761431926072,2508.95938312841,252.151122001992,3536.85621091993,4234.08230133547,1340.15896251746,32278.6508620081,12162.847678037,924.075104155701,5372.55429382451 -4084,1267.93954191656,2894.12006266849,288.437925806535,1159.55061674429,595.398671017752,2063.94311660389,635.01360763961,2432.22346751268,119.593537720213,889.524292775893,983.050359330638,4936.35323114036,549.90936421023,2879.60845993981,622.746652155921,3254.42362726363,440.559974740548,3695.17623282449,110.967806567191,1002.71585493187,221.028402996207,1928.01719898796,498.705525605648,4425.08504374352,280.945094993067,1288.34588370928,232.009393217807,1754.65258202061,303.786050365525,3136.56918679586,397.418563032799,2100.58132888426,304.214089179483,2675.9910210446,357.177372247295,3772.31912433202,5551.41342198299,1797.78568830042,45070.3760651575,17391.9257183805,1211.23757617906,7731.01377133385 -4085,1393.62765489461,3333.3260819685,317.644654843363,1335.52175806852,646.45747459957,2377.16310080504,703.437579211805,2801.33295989129,128.376853162355,1024.51676552788,1054.36085061662,5685.48457523148,589.79979968222,3316.6122266967,667.992457213934,3748.30861319902,474.396125556505,4255.94897503562,123.138707752236,1154.88605851616,242.7413467346,2220.60933088752,547.909620256305,5096.62732431312,313.660453364938,1483.86274369185,251.533488241615,2020.935237583,326.283017639763,3612.56881257555,426.539863938412,2419.36145676345,337.58015933119,3082.09420217935,396.35243245292,4344.79892138631,5864.93851833516,1923.00796594761,49292.4476390898,19281.3335008482,1273.02990268297,8617.01620702245 -4086,1291.36208458116,3713.26949811148,289.116814501718,1487.74889895303,603.059570102755,2648.11993102175,648.153816650712,3120.63805887112,119.065915057101,1141.29453950448,978.216890375442,6333.53471458837,547.205565961388,3694.65054291463,619.922325322503,4175.5530964078,439.402825983522,4741.05596809352,114.719032758449,1286.52375118059,224.726213250386,2473.72165003936,507.367085389627,5677.55758699644,289.274609856961,1652.99827560856,230.684106909781,2251.28805008598,302.549818447023,4024.34122905961,395.628135827503,2695.12819369922,314.497935408244,3433.40138643146,369.251622925464,4840.03332211765,5451.37669139931,1789.36602228512,45522.2106553374,17778.2437185422,1189.49777215775,7971.13210865956 -4087,1180.81683025283,3965.78534211961,271.247236562793,1588.92124022326,558.949008021412,2828.20172679683,602.218690124339,3332.85280753952,110.27567716879,1218.90672306708,905.708532114883,6764.2381323776,506.645054678791,3945.90023018718,573.928723392496,4459.5059080409,407.460382653977,5063.46503371125,106.925448329637,1374.0120498433,209.382333332448,2641.94372781168,472.731608033037,6063.6521720284,270.915010492276,1765.40817608079,214.99477858157,2404.38383329321,280.274311196351,4298.01108322709,366.398574222034,2878.40672246967,293.132115340251,3666.88517998708,344.166040964492,5169.17320813552,5003.36526974627,1648.98676188141,42322.8158015899,16600.7194926834,1092.04316358202,7436.59669537933 -4088,1125.60232309828,4086.12999648883,249.273075203011,1637.13821642813,511.160885624028,2914.02557502253,556.423296889417,3433.99066160512,100.37167126972,1255.89533834534,824.093330340631,6969.50388175297,460.990258572386,4065.64145630293,522.238695051408,4594.83287378984,371.318623935222,5217.11958049691,98.6081345498721,1415.70744961225,192.305372618332,2722.1154409424,434.243956872745,6247.65812845464,250.372017856174,1818.98077732942,196.49095368587,2477.34661781799,255.159552320695,4428.43737049799,333.471480913046,2965.75407797845,270.330510855088,3778.15949050266,317.394706359316,5326.03554672472,4522.98383982675,1500.95805185245,38853.7461434535,15328.7125240878,985.516092410165,6894.08647525617 -4089,1038.500997977,4187.43524580161,232.537606600551,1677.7269141243,470.272158349111,2986.27146236218,514.650333435533,3519.12776698616,91.9495048352313,1287.03208398759,754.555297922776,7142.29508735194,422.091320351794,4166.43874412811,478.150871023751,4708.75012317492,340.820009166742,5346.46485346938,91.709422275393,1450.80633199244,178.142618638049,2789.60340232391,402.324148545323,6402.55299593758,233.908317152551,1864.07780099261,181.511560442431,2538.76615585714,233.830567380683,4538.22926460558,305.460924793931,3039.28244259931,251.417949311202,3871.82939074023,295.189492087584,5458.08111536139,4079.7679534068,1366.81273219588,35885.183045756,14269.925025795,889.759731199406,6429.64894287733 -4090,997.57370876153,4266.45204370786,223.62618434737,1709.38557885186,452.833457156702,3042.62232984633,494.254255820246,3585.53361955403,88.9299344246555,1311.31834708414,729.959052617689,7277.07001624663,408.332406081228,4245.05933857518,462.544696005855,4797.60411972256,329.396029011266,5447.35251095925,87.710268846965,1478.18301103508,171.122048344067,2842.24314845514,386.403981349288,6523.36901014848,223.665133277911,1899.25290227453,175.17807081915,2586.6726094482,226.113376437986,4623.86553683524,295.443427665855,3096.63362594898,240.454419839422,3944.890714089,282.317226184817,5561.07496890953,3975.14757262941,1324.46651661291,34534.0546536027,13672.1175698468,866.65817894385,6147.64222158016 -4091,964.128058313892,4211.47818501061,213.296596779749,1687.35989561244,424.943428958528,3003.41769603901,469.610747161243,3539.33349435953,83.0243150680382,1294.42181835695,681.040106174271,7183.3039045677,380.967595640742,4190.36112801297,431.544912621079,4735.78628882676,308.274854106485,5377.16257699451,83.416369499486,1459.13640670323,162.191629418297,2805.62042971233,366.286159964106,6439.31444618759,214.317716434402,1874.78075079823,165.09991330075,2553.3429544864,211.190794797991,4564.28635299514,275.790563939874,3056.73304869038,228.682855460245,3894.0602201632,268.496247532795,5489.41970443831,3645.68319043866,1229.92244349347,32630.8550773341,13047.2641931724,794.554004929834,5888.80063114233 -4092,885.971658189229,4111.99240266239,203.389150912355,1647.50018081788,400.778889769756,2932.46936244147,443.791663855233,3455.72547213806,78.0184514458276,1263.84429625409,639.656242860949,7013.61607112849,357.817841666095,4091.37418404027,405.296635410391,4623.91502100094,290.093831148245,5250.14037664456,79.4606281012698,1424.66790880377,153.978765489462,2739.34456856327,347.783644929116,6287.20152827073,205.039123490327,1830.49368066965,156.266537318866,2493.02652631766,198.52457719035,4456.46634806073,259.138056168562,2984.52527141613,217.838338444769,3802.07265416017,255.763714002458,5359.74570639233,3371.73631042873,1146.97436252531,30857.0348739906,12423.9927020769,735.775331483735,5607.38033994861 -4093,865.247168944436,3999.70537870321,196.35688457293,1602.51155385532,387.424295840277,2852.39181722352,428.839696585736,3361.35926449743,75.4460128865447,1229.33223959701,618.595250294216,6822.09381167358,346.036515387049,3979.6501860261,391.953196795714,4497.64882060325,280.475877125433,5106.7737114047,76.7396201324839,1385.76420861548,148.74643043495,2664.54072189187,335.962143972997,6115.51562044073,197.922839630213,1780.50801249444,150.998465433523,2424.9489371883,191.972530818924,4334.77270308366,250.595941027102,2903.02622476388,210.378796921138,3698.24867264312,247.00547585916,5213.38602582503,3262.00455187699,1109.90718367053,29822.1432437023,12002.310064195,712.337280097454,5420.97729746638 -4094,830.778785482797,3929.39602804079,196.05340414541,1574.34159229252,383.035873869677,2802.25066993512,422.93834250985,3302.27116553687,74.4017516239623,1207.72226002835,609.857467690595,6702.17073218608,341.148679854964,3909.69337822398,386.415083552616,4418.586305207,277.03359960621,5017.00361345184,76.3199553213878,1361.40436896385,147.642520717902,2617.70173995903,333.493994285123,6008.01321925677,197.347850409505,1749.20911661219,149.724031750507,2382.32165117092,189.352216761545,4258.57332708818,247.114270579386,2851.99499383724,209.228301545787,3633.23851860873,245.654680713351,5121.74182918496,3179.40130196449,1087.89201559047,29487.7472228075,11920.2823579268,696.120489791991,5379.31857367607 -4095,848.124904452657,3856.74736451055,200.589841491266,1545.23436772062,389.026273526537,2750.44124054833,432.199186052841,3241.21710402749,75.6504715136046,1185.3932793197,619.971144692233,6578.25760585057,346.806178107226,3837.40898726055,392.772655909441,4336.8932441168,281.753158470015,4924.24671014082,77.6917381447923,1336.23403560379,150.380096424667,2569.30434464134,339.670335152257,5896.93402852712,201.45711170428,1716.86885270141,152.768933567129,2338.2760821263,192.555733718549,4179.83866696465,251.252601531495,2799.26586620066,212.988992822688,3566.06536508083,250.070103522136,5027.04847270422,3225.64558613067,1104.76553442099,30075.6948642897,12174.2086161629,704.381839095052,5493.76474485554 -4096,889.569392540481,3861.10108182931,209.036330878394,1546.9787167776,402.088081942507,2753.54609615111,451.383492241903,3244.87597553397,77.9802368486544,1186.73141914634,638.872778918626,6585.6835198032,357.37957911493,3841.74087431148,404.770396180783,4341.78897760463,290.894305488762,4929.80548186154,80.7838889169583,1337.74245311547,156.252633446968,2572.20472254148,352.944672725327,5903.59082540313,210.370500963724,1718.80695259534,158.348524996669,2340.91566209166,198.52583841833,4184.55710825056,258.975995190732,2802.4258378373,221.466008453258,3570.09094390994,260.02295671047,5032.72329294246,3311.35334277529,1138.47497892749,31220.5674087468,12685.3917253132,720.568038570449,5731.97443608467 -4097,968.408531139063,3839.33247632603,227.001203373743,1538.25696391649,437.646331701446,2738.02180465191,490.021258986921,3226.58160211005,85.1386377123866,1180.04071420123,697.636690695878,6548.55391778716,390.251572962669,3820.08142024221,441.953995468383,4317.31028890188,317.259504046103,4902.01159911458,87.5525723218881,1330.2003590056,169.565324957878,2557.70282044361,382.996324644146,5870.3068121107,227.550152524696,1709.11644470798,172.550416019889,2327.71775080041,216.72554681852,4160.96488132748,282.758113131842,2786.62596592947,240.022100717082,3549.96303228013,281.809640857307,5004.3491671039,3634.31788991873,1244.56831267398,33966.5478004865,13759.744922786,790.637466088765,6211.34454315096 -4098,1012.95010826495,3746.4747450023,235.002184344361,1501.05282680593,443.821192453844,2671.80026883478,507.274902993744,3148.54380534452,85.3048817422733,1151.50036134926,698.229121151572,6390.17121350029,390.582973131681,3727.68929313601,442.3691890352,4212.89223151298,319.239526239033,4783.45201126351,90.8737065259559,1298.02825921875,174.466322927028,2495.84246248524,394.198954237448,5728.32812802745,238.152968746896,1667.77991639159,175.419044702622,2271.41978993505,217.310010946125,4060.32817914545,283.252712658405,2719.2288944751,249.126865857426,3464.10396289937,292.499533940589,4883.31445253451,3542.4197420308,1237.98133179093,34765.9972062753,14301.6612998432,767.719458813605,6489.57011147881 -4099,1047.40149060541,3589.02598686149,238.879157444579,1437.96981689118,448.069445397138,2559.5156111337,515.097591930964,3016.22359879175,85.8869654724487,1103.10758834713,702.771207377872,6121.61888354935,393.123774551655,3571.03000943953,445.244281911084,4035.84188547299,321.792846966579,4582.42340969499,92.3027352073358,1243.47752783632,176.861667468312,2390.95257986756,399.641589660349,5487.59031144825,242.510870114886,1597.69006004375,177.305163966898,2175.96145924196,218.839420849415,3889.68946596492,285.16889389361,2604.95100881557,253.04449451177,3318.52207481732,297.099216723111,4678.08904772209,3532.29241007669,1243.60833287169,35210.6071301786,14549.4504980245,765.592939827708,6616.72263305688 -4100,998.868411533138,3441.71424904692,221.754626082945,1378.9482791741,407.370948997971,2454.46017436063,477.616858255861,2892.42256151816,77.2875709444321,1057.83048630587,631.711589197553,5870.35675302274,353.373675196452,3424.45691735151,400.216013371695,3870.19056841084,290.673275878793,4394.33762866261,85.7057893763324,1192.43893512913,162.919668069732,2292.81582051784,368.251935205994,5262.35191302116,226.772005443454,1532.11279755089,161.819546196652,2086.64902039312,197.073822002171,3730.03698172882,256.564554285057,2498.03067404083,234.959214380276,3182.31318259783,275.865312497484,4486.07666614725,3083.69773260884,1110.84179472826,32335.7687729058,13551.254371407,666.562447207265,6200.51889112515 -4101,828.688211529193,3359.51339025582,180.306074623687,1346.01389689411,327.749763024864,2395.83859232289,388.406436175953,2823.34081871822,61.8761085047944,1032.56558395268,505.468654100519,5730.15093359942,282.754533952749,3342.66822743417,320.256942212711,3777.75611122234,233.231818018582,4289.38460213111,69.6468198271409,1163.95908542903,132.132767044474,2238.05490317888,298.686412666145,5136.66749670709,185.305303636236,1495.52028038931,130.494909516061,2036.81212835032,157.834522962817,3640.94991027728,205.383817188231,2438.3684674095,190.934150303604,3106.30778016671,224.175541184338,4378.9325722812,2427.42699883559,886.062899824264,26154.6113595067,11039.7694066399,524.541799825263,5068.69709720335 -4102,647.963761181518,3113.36567432053,146.751669662555,1247.39299325413,282.425582903661,2220.29823015008,312.724655146554,2616.47785581113,55.8821047269848,956.910680840659,458.257494407241,5310.30930761841,256.34504377339,3097.75473737371,290.221049332361,3500.96422795882,207.710029528769,3975.10628264444,55.2507651476497,1078.67713026508,108.653923461007,2074.07517202106,245.273121506189,4760.30972551893,143.742066066587,1385.94521448231,112.69823759904,1887.57722586805,142.177419825878,3374.18166138475,185.619144609765,2259.71198977725,151.467905114305,2878.71215060387,177.838273284611,4058.09317511494,2424.52601680953,819.72870355301,21918.2163373554,8770.79236405735,529.82008690058,3943.04588993128 -4103,574.238125940602,2888.98657019168,133.575241955804,1157.49384500067,272.700530995877,2060.28216397157,290.865050286899,2427.90927162514,54.4698896675734,887.946484611053,443.909659050118,4927.59729440442,248.318996130825,2874.50070765408,281.571047449815,3248.6510404859,200.872004584008,3688.62185395252,50.2446435417951,1000.93727139483,96.2924662611735,1924.59734716017,217.583539915291,4417.23597726064,129.9126201463,1286.06065926857,106.075314879578,1751.54023849851,139.164135376072,3131.00564624648,178.661745539222,2096.85538862772,137.743810065849,2671.24443849892,161.724830876007,3765.62791200304,2598.24723665331,827.664486418344,20354.687505449,7736.89936875389,567.686546352039,3431.32208449607 -4104,571.408590722643,2742.19467828037,132.641217455456,1098.68058739107,277.021856807555,1955.59745555479,292.090659511864,2304.5451137408,55.3495776192811,842.82916017039,451.302148203666,4677.22183856605,252.454286832642,2728.4448548749,286.290157517201,3083.58428755844,203.633257555303,3501.19980565578,50.5902520608552,950.07878791533,96.8510961011274,1826.80690096284,218.854915184695,4192.79241881316,129.476390184972,1220.71481126963,106.559601833734,1662.5429728065,141.364839117599,2971.91655696525,181.56211849707,1990.31236321633,138.691282887841,2535.51621153842,162.837257502097,3574.29311967817,2672.12233244628,845.269605220564,20511.4556103373,7737.35136253107,584.274789589599,3426.28308509191 -4105,572.474039647662,2645.89296312015,133.516779246533,1060.09659267435,288.566410401012,1886.91984100593,298.251981359029,2223.61298704857,57.8222646403596,813.230279261485,471.898496928047,4512.96490640644,263.975695603388,2632.62601264401,299.415799665617,2975.29348746135,212.018110612864,3378.24298239525,51.7181466368078,916.713462857167,99.249737632917,1762.65221522055,224.254138578615,4045.54791263694,130.348969335237,1177.84515982662,109.416341930062,1604.15698691099,147.589060708162,2867.5473580839,189.702407107408,1920.41561379863,141.783363660891,2446.47273044582,166.467665575152,3448.76937016589,2853.66714134506,890.804793308628,21083.6635481813,7833.27456436081,624.823828614745,3454.60448436387 -4106,658.491406806419,2620.68036747724,153.621993143355,1049.99497968166,342.674231979718,1868.9394662799,348.897372904861,2202.42427840078,68.7059338832083,805.481044322135,561.121169174727,4469.96106576668,313.886040991713,2607.5398371785,356.112664190383,2946.94204896253,251.266053543025,3346.05185619104,60.5913581628267,907.978141292165,116.405623718157,1745.85598113971,263.006572619875,4006.99806761408,150.834685859986,1166.62152600674,128.020863352107,1588.8710467681,175.285609154771,2840.22262763033,225.436157326786,1902.11605935258,166.108941015169,2423.16040127609,195.028294772944,3415.90620116864,3447.84534063644,1066.2340295892,24756.3630473283,9092.19873809372,755.686636377715,3999.32777974761 -4107,889.131601447022,2622.04496770066,204.131067004152,1050.54171685787,423.998461030829,1869.91263158647,451.467507957957,2203.57109077046,83.8163262048189,805.900461976683,683.075733384477,4472.2885948865,382.106306851524,2608.89759506785,433.402558457906,2948.47653513198,309.126679029055,3347.79416065793,78.7393924020133,908.450929652719,149.173071072556,1746.76505631404,337.224644639129,4009.08452978864,201.774818113891,1167.22899115769,162.118694124909,1589.69837917091,214.140110955251,2841.70154451021,274.918556270994,1903.10649986253,215.861097764607,2424.42215195199,253.442238253765,3417.68487911165,3998.68266093313,1277.83982212417,31448.0613329011,11991.4560187847,873.647477178138,5339.50529909517 -4108,1277.31540243774,2627.89324987025,289.224421185452,1052.88487438064,566.007291778694,1874.08333683246,627.323688933232,2208.48599714251,110.540791139502,807.697964826671,899.08865993466,4482.2637120065,502.941958833062,2614.71655297111,570.340659344619,2955.05289936687,410.798695819919,3355.26117405336,109.594524832822,910.477163923784,205.642730745522,1750.66108977614,465.057513827989,4018.02650365283,288.126170570942,1169.83241122901,220.8905463224,1593.24408673903,282.791243127072,2848.03975483031,362.455489998852,1907.35124163739,300.449288694264,2429.82965068579,352.75712482229,3425.30777871329,5018.89764419469,1656.86524229003,42996.9863607888,16913.5748486096,1092.98091554143,7603.02586096563 -4109,1439.92539842282,2776.894490022,322.238715480446,1112.58332370977,625.788078608438,1980.34364301101,701.567659441383,2333.70689507978,121.025743897624,853.494345038525,983.744524410818,4736.40754064534,550.297673796077,2762.97067594862,624.119704616779,3122.60405341068,450.851328340693,3545.50409050046,123.211664994633,962.101112712874,229.207822865457,1849.92336897068,518.527322758919,4245.84813683236,324.929669863587,1236.16177223005,243.406769633355,1683.58084025833,309.745130151541,3009.52327608528,396.793040846571,2015.49783413044,337.780168881089,2567.60070791102,396.587263409138,3619.52232945843,5405.86405035245,1807.69574721613,47720.24967789,18978.6582977368,1175.92213172922,8572.59375050647 -4110,1326.14093893808,3025.38151252198,294.100057807165,1212.14148783345,587.335889103582,2157.55228278712,652.072412313439,2542.53581523851,112.978226872868,929.868247353232,918.743014156821,5160.23920272338,513.936424509907,3010.21174289883,583.058607171298,3402.0264752803,420.086250599792,3862.76920729752,115.235618256425,1048.19355940142,213.099487973166,2015.46150931428,482.200821033891,4625.78268792874,300.471339259284,1346.77820335967,224.24073805497,1834.23402194637,289.06257031775,3278.82680227467,370.436219536137,2195.85220389775,315.914135219808,2797.35933113929,370.914381309323,3943.41087824955,5105.34431873459,1698.65819439579,44336.7633148476,17559.171141925,1111.41229691649,7939.1608559171 -4111,1236.98172121565,3305.64420883037,273.912004637749,1324.43081077715,537.441694181546,2357.421759644,602.957943909832,2778.06906619878,103.109910886846,1016.00858407973,838.031374004166,5638.26901369619,468.787072496108,3289.0691551069,531.790791198845,3717.18048442865,384.229333257524,4220.60510626544,106.544220659183,1145.29521484389,196.674206169991,2202.1681030342,445.065779426912,5054.30197493095,279.707190762156,1471.53988681701,206.638063169429,2004.15221921291,263.910627492465,3582.56794583963,338.048692765615,2399.26967597917,292.086993947616,3056.49870428731,342.93896527675,4308.71719112802,4593.37159059356,1542.54939787557,40847.3099977176,16302.4739968899,998.980870528589,7385.80343212071 -4112,1162.38140576827,3529.82836916971,257.260284778591,1414.25185335895,509.230484045974,2517.29880156512,568.781201952633,2966.47381928951,97.7273627917013,1084.91286322479,794.467149512832,6020.64852121436,444.417644455154,3512.12921851783,504.177868063992,3969.27445857909,363.83707578776,4506.84063316955,100.569747681361,1222.9675322078,185.64869217161,2351.51605941318,420.115213681006,5397.07765578752,263.138640377705,1571.33766089405,195.050125985293,2140.07101569327,250.095670300447,3825.53268616203,320.414121966616,2561.98478497373,275.708199849572,3263.78616546312,323.708644116091,4600.92835621723,4379.70582174618,1465.4796807692,38576.1076767796,15350.3529179644,952.902417090924,6950.53240735262 -4113,1088.62420552192,3673.37121473091,240.154532981678,1471.76335650863,468.764708876937,2619.66645101246,528.398669160301,3087.10747304524,89.5788983582421,1129.03157475576,727.842413245934,6265.48224412485,407.148377409516,3654.95231620947,461.874599375233,4130.68767503296,334.187938239469,4690.11433979686,93.5948119321144,1272.70032973851,172.104269370725,2447.14204210945,389.525607510164,5616.55344990628,245.966681620889,1635.23716409716,180.309563614341,2227.09844342282,229.322923604024,3981.10054672863,293.672471571329,2666.16962000187,256.586674501968,3396.51022581283,301.258085710206,4788.0282034061,3959.90579913933,1337.62445073563,35699.0788627579,14314.7943786209,860.745510215592,6497.59131402691 -4114,1031.26784973444,3757.00165290755,228.271233908314,1505.27051034692,442.737936902778,2679.30753827754,500.024552782648,3157.39063681422,84.743284546716,1154.73586647924,688.508440435628,6408.12642431629,385.145313400968,3738.16341736189,436.89241034937,4224.72968713578,316.308742482623,4796.89263537527,88.3907201551119,1301.67548090667,162.885061208343,2502.85532271702,368.627682102903,5744.423680983,232.95315697123,1672.46607251997,171.005251058803,2277.80206355766,216.9528908855,4071.73695772163,277.816613203769,2726.86942966985,242.319851637549,3473.83746062021,284.507427268399,4897.03567181746,3739.87384005201,1263.92284678213,33786.5433200853,13553.3084780186,812.82391864042,6149.14708315169 -4115,970.757100221973,3668.69258899524,212.421946150262,1469.88883049041,397.869908048598,2616.32988681567,461.686922570239,3083.1755479476,75.2205414182038,1127.59357247577,610.227277512842,6257.50215042885,341.355548081298,3650.29714988686,387.210910097727,4125.42658364505,282.399714501637,4684.14072908052,81.8527860524655,1271.07934232165,149.55646775083,2444.02521533977,338.58024393786,5609.39987081493,218.825665976839,1633.15442804011,155.066975617605,2224.26187736833,192.764678191166,3976.02997847256,246.536678361877,2662.77382658198,224.396349951069,3392.18422682579,263.46346690774,4781.92988372479,3189.28866394528,1108.77175806243,30813.7350467952,12623.032714255,691.176801564983,5765.60013867755 -4116,955.188476022326,3535.74163680457,209.645041243298,1416.6210477892,397.760768781949,2521.51585122696,457.020636009401,2971.4433395581,75.6232642704227,1086.73033972783,613.826826415159,6030.7344807336,343.36910275785,3518.01283603836,389.474745830485,3975.92389864671,283.17282819571,4514.39061919276,80.9063812965218,1225.0162817702,148.360498926183,2355.45538516863,335.823681965386,5406.11899187726,215.261379047569,1573.97000988154,154.691952716878,2143.65612277211,193.727066876251,3831.94132597487,247.878919367494,2566.27669385017,221.801816728046,3269.25375172535,260.417228775552,4608.63596063696,3253.8127092234,1118.97152866591,30659.7608862001,12462.3486909848,705.921906665036,5677.03525238511 -4117,920.004302489064,3423.84449412126,201.835738721298,1371.78862964456,382.712763156414,2441.71635002868,439.99668860952,2877.40478881083,72.7350352077049,1052.33811530255,590.362689031111,5839.87722191939,330.243479285835,3406.67676437004,374.587328186897,3850.0961178061,272.391465250504,4371.52174948074,77.9040206559434,1186.24766241076,142.813461877334,2280.91127126199,323.271403514218,5235.02920921323,207.325173627719,1524.15790117381,148.84734048182,2075.81491159963,186.332505737685,3710.67022379835,238.410458349318,2485.06062693299,213.570957383189,3165.79026623851,250.753387366817,4462.78446789925,3126.59097275347,1075.96850635333,29508.3212731792,12000.4077408464,678.274834602437,5467.61349354031 -4118,911.634118139836,3354.50985610325,199.737007006549,1344.00919391466,372.406889383894,2392.2703195321,432.659118562147,2819.13584002941,70.4068263136743,1031.02771921933,571.120381872763,5721.61666016005,319.479508961273,3337.68978183988,362.3735475075,3772.12966193436,264.438208169893,4282.99615241916,76.7275343293943,1162.225528107,140.113577974937,2234.72162753966,317.209726972591,5129.01713540039,205.227374571381,1493.29290816912,145.527639384497,2033.77857620669,180.44040962689,3635.52721505102,230.75590999825,2434.73685220635,210.34566414423,3101.68136102174,246.966574708253,4372.41075315681,2977.25171391619,1036.64475136557,28880.0397429898,11843.1006467933,645.098348127318,5410.07298662208 -4119,931.149604268499,3325.65833283435,203.893842830508,1332.44961764413,376.545867878704,2371.69484181695,439.597544679536,2794.88897035967,71.2250912075323,1022.1600391385,577.587719434746,5672.40608595172,323.097278339094,3308.98292494097,366.424158586343,3739.68626740487,267.676701750677,4246.15888901767,77.8982302822908,1152.22943976435,142.263832695161,2215.50119719298,322.076647196628,5084.90340088285,209.097996284071,1480.44937008592,147.938804463845,2016.28642014447,182.573137859977,3604.25871308227,233.426323411705,2413.79612764199,213.555083290502,3075.00436921102,250.734749614936,4334.80445119398,2987.48655122563,1045.0518847138,29328.9550394466,12064.4397272299,646.941486264824,5513.24612134009 -4120,984.325869461165,3360.61806122447,216.297762072005,1346.45649149117,401.328110959474,2396.62638895622,466.880329507314,2824.26918609609,76.082603726055,1032.90511086962,617.148769415279,5732.03511462417,345.227367236165,3343.76735939756,391.551174047843,3778.99830823659,285.778794569955,4290.7950321824,82.5745755026884,1164.34181699191,151.259359244033,2238.79081757796,342.400109749513,5138.35652925438,221.526754177931,1496.0120354874,157.613145817777,2037.48187035323,194.98893473275,3642.14712284855,249.357271783199,2439.17024866288,226.375108718784,3107.32919238503,265.786725041083,4380.37244738344,3215.52682228574,1118.97381837405,31186.7663475019,12783.5919736343,696.706215977503,5834.80285599565 -4121,1051.08934041635,3384.85594422297,230.338255569389,1356.16757865097,422.130603533249,2413.91164689044,494.725584086361,2844.63874456473,79.8371681597641,1040.35476232352,647.29047862088,5773.37643753575,362.088363204619,3367.88370959112,410.619835512656,3806.2536872109,300.299854556139,4321.74165749534,87.6029678333346,1172.73943320904,160.023351909257,2254.9377134483,362.279808673634,5175.41604690611,235.830446322618,1506.80176642972,166.620682869522,2052.17685987168,204.677069367205,3668.41548605397,261.641636690103,2456.76234690894,240.160258125863,3129.74027273714,281.971851293905,4411.96513448305,3329.3601758114,1168.80628298896,32977.694936124,13597.466800517,720.667011765089,6216.01597536816 -4122,1101.59390474407,3304.53953155857,238.776186126198,1323.98821365468,428.433246174566,2356.63395851556,512.132383863269,2777.14069352373,80.0075513613007,1015.66905522548,647.904338488934,5636.38482192048,362.431750790567,3287.97001687197,411.047539748377,3715.93828032655,302.372115151277,4219.19466816637,91.0667880501956,1144.91248109718,164.909493162999,2201.43218443607,373.47413272801,5052.6129327462,247.145237871746,1471.04812891301,169.560219258465,2003.48247338852,205.274686264167,3581.37072643717,262.148508587266,2398.4678901509,249.656191630828,3055.4772862409,293.121014652796,4307.27730780999,3226.86048037442,1161.5551295584,33782.8207458018,14153.0911520818,696.706215977503,6506.51178542016 -4123,1136.65834776001,3135.13428612696,246.874634071521,1256.11474864065,445.784147132937,2235.82252614438,530.249072005075,2634.77223453223,83.4603403514936,963.601387723073,676.06972480512,5347.43892038542,378.187209841938,3119.41419771454,428.919537767309,3525.44292374943,315.056144622646,4002.90017343919,94.2207143162161,1086.21922655878,170.920746366786,2088.57707831799,387.060133836313,4793.59374844881,255.127868491594,1395.63572517557,176.029941193416,1900.77514098078,214.090619076168,3397.77389513901,273.475461573407,2275.51186625997,258.3025624661,2898.84006806176,303.272707569938,4086.4673091693,3395.33899425823,1214.59882005719,35054.9118877292,14630.4106488702,733.568978727635,6717.99113531778 -4124,1070.51696749455,2986.06806050994,230.719157817172,1196.39026240403,409.916279621741,2129.51587554997,494.319600446675,2509.49672269843,76.1039690417557,917.785033858163,615.929169010862,5093.18424934734,344.545133944027,2971.09541511977,390.756073403391,3357.81869387289,288.192294707912,3812.57428436429,88.1252481250549,1034.57276247836,158.829679859895,1989.27150683011,359.774888981823,4565.67275304373,239.858746796648,1329.27743525836,162.310392169593,1810.39898795076,195.335519504278,3236.21994439129,249.333824120234,2167.31810666533,241.592070001372,2761.00892330809,283.652939782035,3892.16805360607,3017.44724255282,1099.96217094273,32469.8870043044,13704.0725393168,650.627762539837,6316.25164110581 -4125,888.653153729519,2977.88046547252,191.88707687901,1193.10984187215,343.590066530284,2123.67688820559,412.480365576278,2502.61585377755,63.964860852061,915.268529868179,517.867632159628,5079.21908537934,289.690408678418,2962.9488740552,328.571959409018,3348.61178394404,241.952998754462,3802.1204656107,73.3921182433649,1031.73603449886,132.701824036196,1983.81705998316,300.551385822126,4553.15398963386,199.565169358163,1325.63264715852,135.7227749147,1805.4349973554,164.139728813692,3227.34644994316,209.57566690908,2161.37546818052,201.201745758931,2753.43842508077,236.230711850245,3881.49599416377,2562.34983201873,927.355725110338,27133.9924560575,11404.8489933319,552.941441251986,5249.80426645428 -4126,705.028054256454,2885.47760088993,160.606863093197,1156.08795048701,310.301607123602,2057.77974082399,344.850449446179,2424.96032780191,60.8149140879762,886.86798290106,494.571923882146,4921.61222413242,276.659002905453,2871.00933291213,313.676479592486,3244.70522194497,226.144106013267,3684.14164591526,60.0771370061346,999.721530832191,113.063993723857,1922.25972708291,255.662258132685,4411.87079294212,158.584952024626,1284.49860722578,122.128012196424,1749.41281395764,155.594356589584,3127.20272005442,199.403201177498,2094.3085435628,164.699222956759,2667.99993925864,193.373146607155,3761.05417224206,2751.30615609957,909.056930688813,23670.6155665037,9318.22563672252,599.019894689652,4184.76568710875 -4127,639.614167918981,2670.26080444289,149.652515087667,1069.85974859832,302.516099159688,1904.29777878167,316.420294601209,2244.09176271594,59.4878099130984,820.719874146884,474.431004899646,4554.5278926146,265.392357359625,2656.87166952901,299.549279162012,3002.6950039254,208.122247698653,3409.35553686821,49.8727108374825,925.156105289303,97.6354518357023,1778.88568727947,220.438015330261,4082.80613546484,148.103732079979,1188.69274298946,118.885080778295,1618.9307678079,154.157553260921,2893.95656661245,191.757367313759,1938.10203709807,136.724170475064,2469.00397419864,160.527673339161,3480.53145047009,2845.73488751407,904.108411213978,21663.263249015,8052.49492570137,612.188771147511,3548.26655745675 -4128,643.65383535714,2517.55565119988,150.768810078106,1008.67729908387,313.646280358236,1795.39602519814,322.86422293132,2115.75808986018,61.8029702563039,773.785075140486,493.22426945227,4294.06648800794,275.905137364715,2504.93220550085,311.444320101103,2830.97881801818,215.553481097996,3214.38351059604,50.9611601107593,872.248874431233,106.606025054707,1677.15591952575,240.10472174281,3849.32125056508,149.449416090995,1120.71454880893,121.716625987688,1526.34839885854,160.08811145842,2728.45884434955,199.240265878148,1827.26710738513,139.70811342691,2327.80816680398,164.031116934922,3281.48906194128,3009.34699643756,948.255764022415,22341.4220640626,8219.94316112471,653.672570662871,3615.0275318175 -4129,692.387885888441,2416.18542272497,165.746169804877,968.062567005608,369.622128947284,1723.10379793773,363.490128850342,2030.56637587978,73.7568571459416,742.628357782487,589.76667607255,4121.16445076068,329.910075097542,2404.07026432996,372.472943767086,2716.98849988823,255.27025665323,3084.95527304355,57.1080461077005,837.127478943537,116.958814634725,1609.62467004996,263.623098530244,3694.32703049406,162.430770000849,1075.58859903548,140.232810018898,1464.88946513016,190.812704213855,2618.59652758039,237.846769819825,1753.69158023758,156.559571365004,2234.07818486606,183.816392104453,3149.35879670231,3759.60294133686,1148.67156509414,25561.0609693589,9036.58842498949,815.478727101582,3918.92920475215 -4130,836.770495993537,2351.07454370149,202.608601422288,941.975411568516,473.647113609131,1676.6699432024,453.204900766183,1975.84708140611,95.0804504172247,722.616158094415,761.127467737053,4010.1081396574,425.767731931066,2339.28586215928,480.78014719613,2643.77164001458,327.591454668996,3001.82251854268,71.0416610788723,814.568735936449,143.866761620579,1566.24882803919,324.406672452117,3594.77304838105,198.028957607226,1046.6038537042,176.731731194095,1425.41391832412,245.79870698259,2548.03111479585,306.66190256952,1706.43345209418,194.758055398894,2173.8746950777,228.665183256283,3064.49050899352,4972.87332040731,1494.55347344871,32158.1467637756,11087.6604440221,1078.56987248205,4768.14395036827 -4131,1113.65082178385,2334.04954309599,265.000126332833,935.1542191077,583.558131609169,1664.52855582075,579.309300776355,1961.53924167921,115.939649210144,717.383427145048,926.704386195213,3981.06946298564,518.389943085349,2322.34622775833,585.281044286993,2624.62711144461,401.975416513679,2980.08521109205,91.2572054781724,808.670142350939,190.572597359696,1554.90704080529,429.245873927538,3568.74196676807,260.902211818482,1039.02500798416,221.865122764682,1415.0919687766,300.017095948687,2529.57987879041,373.853452516966,1694.07653613294,250.178213884019,2158.13286413528,293.733920311282,3042.29939943857,5855.97957897842,1801.35421667139,40617.6487350173,14527.5840409534,1269.00598950804,6318.22549593683 -4132,1329.2193731522,2294.93103487347,296.676358133587,919.481099349938,543.83875145384,1636.63117284098,615.819424526539,1928.66398023439,102.906874125375,705.36013073453,817.49668262709,3914.34701530542,457.300154280534,2283.42386628797,516.185041830959,2580.63854335966,365.759518740946,2930.13918994663,98.9078230922955,795.116886934216,195.204811322835,1528.84690680302,440.591811486076,3508.93009928478,304.682164894047,1021.61102101955,217.968487344388,1391.37512567018,267.347453601409,2487.1842957229,331.522000390251,1665.6839310555,271.152095779501,2121.96270723322,318.359328166188,2991.31067281777,4447.90253563131,1521.4598184113,40714.9663568026,16213.4494743993,955.452344174326,7330.39671816618 -4133,1518.85080667105,2359.97692843168,336.255339656637,945.542217879541,618.778121271093,1683.01868316045,702.774710611858,1983.32866081151,116.349030862254,725.352356769546,924.104568759925,4025.29248400945,516.935629031819,2348.14360884138,583.585553068786,2653.78232740058,413.829464144714,3013.18897181972,113.356443903021,817.65311464997,216.871039492447,1572.17945652044,490.076965350169,3608.38471917224,348.597403992652,1050.56683743466,246.360562448776,1430.81127296551,302.306698698016,2557.67927901471,374.816103270238,1712.89489209731,310.762449050502,2182.10610949314,364.865793179962,3076.09425570847,5002.07578753938,1719.28375694365,46188.8764632818,18432.7546470531,1073.5405387102,8360.95218884375 -4134,1364.96856777323,2509.8229229036,296.955655519026,1005.57912427739,550.41457420064,1789.88142628929,629.372244624616,2109.25949172919,102.04737200778,771.408377035352,810.143480447923,4280.87716707988,453.186840352234,2497.2382503994,511.776260550959,2822.28340347916,363.57834538922,3204.51045999808,102.482103220596,869.569742571925,187.656138115301,1672.00449773692,424.796511731769,3837.49797454672,313.985683584072,1117.27224909274,215.991503646914,1521.66018573078,265.224557221711,2720.07832219471,328.721078457955,1821.65461573697,280.95085099816,2320.65825213529,329.864034111053,3271.40989514666,4325.42677280866,1503.51602931674,40925.2669896857,16516.6155595592,917.240303703356,7519.97365203821 -4135,1269.00786195346,2759.02473509635,275.24097204827,1105.42367418023,498.510199544152,1967.59981867907,578.407095827065,2318.68912237244,92.0107302861337,848.001974035206,729.882740553333,4705.92800954198,408.289717811605,2745.19052296715,461.035942897882,3102.50960280594,328.868097648058,3522.68821131859,94.2419412827225,955.909839994499,171.176854426839,1838.01881971484,387.619960447858,4218.52543302443,291.115124906077,1228.20687585297,197.399646649672,1672.74673146484,239.260688673416,2990.15651815482,296.355092042666,2002.5277870226,258.360755400444,2551.07779155169,303.341031819575,3596.23013121043,3815.7257668459,1346.94605522648,37398.7282945001,15222.5536481799,811.201229127195,6959.94677846322 -4136,1195.25697556951,2983.59878301472,259.344911085836,1195.40092810535,475.459099985301,2127.75490911495,547.855026556091,2507.4215376537,87.8759823901049,917.026087349364,697.344428701306,5088.9725284518,390.088084280638,2968.63851899548,440.511175411023,3355.04200360133,313.615474629955,3809.42154179832,89.2867193127529,1033.71724037109,167.942646891166,1987.62651305764,379.763135417005,4561.89724868443,274.620831539043,1328.1782122034,187.33756382923,1808.90190972356,228.454205509555,3233.54380810895,283.053466307946,2165.5258803271,244.776199799052,2758.72575458578,287.391422496945,3888.94949234502,3683.92444900764,1292.38579866174,35595.6677562589,14452.9000713501,784.826456371383,6595.74178627294 -4137,1135.14510744876,3155.53829140682,246.60452647054,1264.28976432555,451.087577570926,2250.37365233701,519.752868091076,2651.91979558647,83.3985684780795,969.872675013629,661.797718985323,5382.24099328164,370.203580547796,3139.71589389446,418.037362411039,3548.38712628273,297.670074804614,4028.95175171926,84.7289502938932,1093.28853230809,153.648472440897,2102.16990524153,347.951026803847,4824.79129956667,260.541633542061,1404.71876791197,178.029250993715,1913.14571986922,216.817462514423,3419.8872051822,268.630493667661,2290.32129765784,232.281246590048,2917.70622901567,272.721113946864,4113.06275706485,3491.16240736429,1223.76538380195,33690.1442970218,13668.8982578929,739.795649674179,6236.08719317963 -4138,1077.25038260869,3312.66214743387,234.990101658192,1327.24259980447,427.672524490468,2362.42660593917,493.158419282199,2783.96695384524,79.2595797364556,1018.16558749972,628.956065186965,5650.23915424019,351.832260311298,3296.05190459081,397.272058040013,3725.07212151052,282.969884937053,4229.56552233995,80.2065183368279,1147.72669596917,148.108568070986,2206.84334318873,335.158956756162,5065.03234356799,247.224787501012,1474.66399090259,169.47593120234,2008.40706829466,206.056456842392,3590.17379822375,255.298792310579,2404.36336610901,219.883168613606,3062.98770276787,258.164546483185,4317.86467064998,3319.5522540214,1163.14405689185,32028.6621343708,12989.9772553224,705.289265897766,5922.55332325765 -4139,1038.53708140841,3283.68065953758,225.613546508634,1315.63095224437,405.02573624362,2341.75844388741,472.077876901974,2759.6108616796,74.7538541316359,1009.25796205008,592.867157608551,5600.80690598432,331.644456061879,3267.21573472892,374.477991145825,3692.48258240342,267.484665875725,4192.56232173066,76.8166179862056,1137.68557922768,144.539984914726,2187.53633245442,326.838757451544,5020.71989423682,238.178524827009,1461.76259779296,161.166547136315,1990.83611703248,194.412636608503,3558.76444410068,240.765298507304,2383.32831191637,210.58988365578,3036.19054172836,247.25331252379,4280.08896726677,3082.09313164425,1092.88499918655,30571.3011185212,12505.521041623,655.504373566163,5714.68141962082 -4140,1019.57670655983,3173.01815875345,222.041563924294,1271.29320251177,403.076570124161,2262.83942815419,465.810792270162,2666.60990610327,74.7580949772309,975.245211847846,593.170499554882,5412.05551299335,331.814142767409,3157.10811425853,374.647149420064,3568.04315024252,266.879860224188,4051.26982732551,75.688984416781,1099.34472201379,134.601217343828,2113.81471753355,305.062571092495,4851.51786857117,233.781078969227,1412.50010201566,160.091513744431,1923.74344688434,194.367159116672,3438.83141348093,240.795374129666,2303.00836045574,207.49851842236,2933.86864351671,243.623744564897,4135.84675926747,3120.26286486742,1094.08491137014,30156.0932310732,12216.8406797168,661.296055857477,5573.51656218811 -4141,985.700935621667,3084.70909484114,214.845784113794,1235.91152265526,391.190050542479,2199.86177669232,451.081696621445,2592.39481723665,72.6255864108174,948.102917844372,576.320325346176,5261.43123910591,322.388309697931,3069.24184678351,364.005594072795,3468.7400467518,259.139062813217,3938.51792103076,73.2717260800155,1068.74858342877,131.151964226559,2054.98461015629,297.164901636161,4716.4940584031,226.08050030624,1373.1884575358,155.23302073043,1870.20326069501,188.808022652667,3343.12443423186,233.930854931169,2238.91275736787,200.871695148302,2852.21540972229,235.843199851274,4020.7409711748,3041.05770089885,1063.7156883656,29244.01799821,11840.1264143343,643.635248124088,5395.44675354364 -4142,992.204697719512,3024.47178534284,217.097703719689,1211.77699890804,394.601020515128,2156.90351041116,454.467042328134,2541.7712789559,73.3024367516205,929.588637520841,581.730437181426,5158.68752739445,325.41467669062,3009.30657724414,367.422611330711,3401.00349158853,261.629482728776,3861.60767903404,73.8056292412844,1047.87836934488,126.705872032797,2014.85546339712,287.597740747315,4624.39172278316,227.605204218107,1346.37322939827,156.74300681871,1833.68247083265,190.559497298872,3277.84086451926,236.113397497574,2195.19191479933,202.335370685739,2796.51816985011,237.56169942404,3942.22510117,3074.22886396581,1072.86160203616,29387.4533670183,11857.7757382723,649.384559966491,5405.12058746992 -4143,1014.06307863018,3003.09306111543,221.771931351364,1203.21145486484,399.551334383655,2141.65726293162,462.16329170459,2523.80456242534,74.2794855692289,923.01776480753,589.335650086986,5122.2229260191,329.668963110318,2988.03504952072,372.177432475577,3376.96322244286,265.250650010217,3834.31159181491,74.9990388972792,1040.47135606387,132.320392563031,2000.61329406401,299.992793373795,4591.70383465672,232.027551769429,1336.8562809784,159.539778122776,1820.72093749828,193.130615918212,3254.67118039673,239.251505225057,2179.67502262657,205.607058599086,2776.7507542505,241.402984010347,3914.35916316102,3095.80670708567,1085.67173447709,29937.9149663356,12108.1546602456,657.749048675633,5525.38002495552 -4144,1068.86941631861,3066.31949401222,234.365642302388,1228.54359301823,422.99714575058,2186.74722400408,488.648615728118,2576.94016514007,78.7229136332529,942.450769240457,624.675746901985,5230.06503331432,349.437889479356,3050.9444544932,394.521077617721,3448.06103201237,281.106203947459,3915.03830911325,79.1691510390659,1062.37720148271,137.599279915625,2042.73374774805,312.158770294624,4688.37651461556,245.064594123949,1365.00214666481,168.955444193829,1859.05397874468,204.665788071547,3323.19428134654,253.568847365581,2225.56540089667,217.039264986096,2835.21182810398,254.825522878663,3996.77118367683,3292.47928635769,1151.07450903024,31618.5057409406,12762.2207039085,697.7823793279,5818.69330193688 -4145,1149.7167049862,3162.88113212407,251.98840766796,1267.2317277887,452.548009278237,2255.61020273109,523.69249211661,2658.09073152692,84.2595039052866,972.129538949661,668.511994256713,5394.76530281805,373.959484617793,3147.02191637851,422.158277990365,3556.64411417681,300.9141904974,4038.3269987416,84.8800946151076,1095.83258115472,145.231093095233,2107.06159006653,329.694026382322,4836.01844078159,262.930650207056,1407.98750535477,181.322249161252,1917.59755121862,219.080329988992,3427.84517770531,271.396449314366,2295.65080499605,232.695603090688,2924.49564182607,273.207609383257,4122.6337278141,3507.78768574708,1228.46275543357,33865.4892623033,13692.4300078385,740.600368642551,6241.04884351361 -4146,1214.9965122298,3174.447738139,264.113997739962,1271.86597407007,468.658268649197,2263.85893338153,549.184539264112,2667.81132707231,86.5138000173084,975.684601218142,685.917521138143,5414.49387376146,383.6959768842,3158.5305254936,433.196067126857,3569.65070515685,309.883763563505,4053.09509637242,89.3161075348638,1099.84002348184,157.908163777664,2114.76708080217,357.973369180962,4853.70368333381,277.926318367281,1413.13649327688,187.877279757284,1924.61017497639,225.042211200808,3440.38075302238,278.628229930412,2304.04596349238,244.856766510233,2935.19047589297,287.486015769294,4137.71013381278,3534.65332973551,1258.66110809017,35364.1322514796,14442.1712457232,751.664775116254,6616.58356267905 -4147,1240.94924061338,3130.84554166717,269.35120527311,1254.39643144035,475.82946061888,2232.76400596726,559.512956144097,2631.16796632794,87.6890897677179,962.283217674876,695.097996411058,5340.12382733012,388.831450639496,3115.14695773778,438.993360065057,3520.62025191861,314.339795572138,3997.42435825069,91.048318389146,1084.73331997078,168.372738054355,2085.71998431308,380.993131303393,4787.03629452342,283.746507339734,1393.726548586,190.873274662905,1898.17495288317,228.128261267892,3393.12586968348,282.405011319692,2272.39905257514,249.605557746214,2894.87456510492,293.061565473759,4080.87717731757,3565.30316633421,1276.47671721065,36104.6291009718,14805.1724735771,762.411563003593,6789.04884253861 -4148,1171.34450687794,3089.71262269056,252.447758285792,1237.91622310931,439.987656385302,2203.43004498801,523.381968031157,2596.59979062829,80.524104494084,949.640780640408,637.846353323842,5269.96550179431,356.805406041415,3074.22028610625,402.833415379136,3474.36648895192,289.398540319001,3944.90636269493,85.4423351958223,1070.48213856697,155.73912369354,2058.31788159646,352.611687779874,4724.14441007234,267.330450087872,1375.41582695008,176.893020307142,1873.23680901716,209.583651910361,3348.54712262693,259.302238332055,2242.54436799612,234.236964603122,2856.84182303918,275.01731995971,4027.2627820834,3203.5406126901,1164.25866229052,33571.6517634983,13917.1459477611,680.174454765416,6396.51760528396 -4149,970.749122112085,3170.2889583066,209.504947297003,1270.19972815934,367.285229885378,2260.89309754103,435.593605581366,2664.31628136392,67.3424862308023,974.406376538748,533.562540321779,5407.4004547537,298.469996506109,3154.39259847982,336.997176296616,3564.97417790362,241.845497267506,4047.78521839172,70.9839183110603,1098.39914529268,132.338976831206,2111.99656718488,299.358851138354,4847.34494422206,222.042271261677,1411.28517171374,147.377021980689,1922.08878207873,175.247986342053,3435.87357972116,216.862960776616,2301.02747943584,194.599755761728,2931.34514216491,228.479323855153,4132.28940338144,2698.8169005088,976.37072255966,28007.6830644394,11591.8418152837,573.680137534165,5320.03512559714 -4150,739.406551489087,2980.54468045411,166.457612473256,1194.17727931709,303.208098314302,2125.57687440289,342.512085689408,2504.85486462036,57.7220972931215,916.08739152422,458.607961801333,5083.76330121974,256.541092022629,2965.59973021664,289.523045042027,3351.60768045021,205.065492053746,3805.5221019167,54.8051882513831,1032.65909592864,105.282076612327,1985.59191803849,237.874704846431,4557.22755175743,169.100963136542,1326.81864854426,122.383998347776,1807.0502626503,149.94662213522,3230.23385421019,185.959666082319,2163.30918209883,150.246372727116,2755.90183890413,176.404073674238,3884.96864523171,2501.25422664411,850.915829427238,22675.9913567876,9003.67454975343,533.371558744445,4056.36985582694 -4151,595.798513532465,2806.46080928683,149.590860646818,1124.42928828484,288.698178812628,2001.42887783492,297.187810660256,2358.55448053122,53.9828780039164,862.58172174182,406.865579483276,4786.83730598869,227.596877422454,2792.3887447366,256.942337008479,3155.85123248519,179.077841433614,3583.25399647318,46.9801301730318,972.344853973382,89.4387839918928,1869.61998515073,202.149227089722,4291.05478836868,145.578340292743,1249.32350874977,115.840135971856,1701.50636418806,144.849460534889,3041.56645465595,163.499007430819,2036.95736478801,128.794268826686,2594.93862173795,151.217185976177,3658.06032690971,2557.96287768544,817.611172899366,19791.5484007346,7348.50683025321,554.909935678876,3289.66144111941 -4152,605.254218640243,2702.10145741343,151.548585173467,1082.61694180041,301.90751143028,1927.00495578321,305.14285763612,2270.85070211684,56.5953895545275,830.506280274426,426.864720452551,4608.83687315766,238.784213646667,2688.55266813259,269.599429931478,3038.49965994899,185.821640432991,3450.00928361908,46.966107433984,936.187827150734,88.7650624725414,1800.09742875007,200.683562075425,4131.49022395875,147.598123895435,1202.86692142744,119.498320679587,1638.23517907564,151.794779667522,2928.46460664959,171.42296665646,1961.21230193889,128.755826012331,2498.44480581873,151.172050317108,3522.03391115973,2683.47590278232,857.989701589114,20273.4935741429,7444.42103788316,578.538768842437,3307.84854017714 -4153,612.889742094268,2635.04114679799,155.768390341688,1055.74873217213,323.268474615984,1879.18086296916,318.614353885427,2214.49310198771,60.8633968803708,809.894911678152,459.522162802229,4494.45551584708,257.052487686536,2621.82860914646,290.275286581465,2963.09067393847,198.818926751819,3364.38751928788,47.8782401842863,912.95367126407,91.9957943898394,1755.42290611923,207.853834122286,4028.95557746604,151.307706887449,1173.01436753512,125.922517699531,1597.57772719924,163.144297482587,2855.78645253755,184.367634479319,1912.53925682062,131.25640381438,2436.43881256705,154.107975509938,3434.62465143986,2963.92660038182,930.904670039161,21299.8048007833,7630.77872788228,640.183117089009,3367.94474695052 -4154,690.838033768175,2642.18905002889,176.834817008919,1058.61259248903,375.414653003008,1884.27839360096,366.696004918711,2220.50021213007,70.562235857418,812.091860466941,532.953924694457,4506.64733043861,298.129542500378,2628.94067159336,336.72886527523,2971.12845559794,231.205577082632,3373.51387257019,56.5307321626002,915.430180788187,108.95172949368,1760.18472666138,246.134910472997,4039.8846609167,173.033368745425,1176.19632664713,144.44229085794,1601.91137148093,189.099086539113,2863.53315707598,213.754957257392,1917.72727657873,154.976886788167,2443.0479802764,181.95816417104,3443.94153238222,3521.29714280872,1089.62760783734,24710.9638781337,8770.08704212463,765.480335571496,3882.17120532416 -4155,993.031466324837,2728.35374486287,240.05376346532,1093.13511500809,482.735416848837,1945.72678722182,487.15817047293,2292.91316954313,90.0205189731672,838.57507041497,679.009930547202,4653.61406317388,379.831933995619,2714.67332221577,428.928482177641,3068.02022671718,300.749634212072,3483.52787529458,81.1413704367576,945.283367171112,154.514357368063,1817.58628913571,349.229207079998,4171.62974894081,235.574729295001,1214.55338423516,189.35524982032,1654.1514655322,241.436166435946,2956.91612701288,272.666510173756,1980.26647511164,222.446030662478,2522.71846550644,261.173599530391,3556.25225865692,4395.30448484697,1383.05714784316,32927.2592893262,12163.6101158737,957.959941845783,5440.90130944313 -4156,1382.00521442304,2946.55966470839,334.041970654087,1180.56093130295,630.980705471084,2101.34044405543,664.443977070515,2476.29379906308,116.319188881709,905.641903278543,875.798691678725,5025.79679027547,489.913763975559,2931.78512103201,553.150024347381,3313.391699143,391.676144314722,3762.13045964325,110.645416902818,1020.88442404895,208.806725233628,1962.95163586402,472.106136980521,4505.26475075701,331.031622414137,1311.68988602036,252.859910895766,1786.44576306597,312.30008979466,3193.40181169206,352.265318185881,2138.64251727794,303.330269978744,2724.47826454774,356.139681256344,3840.6711309399,5452.28372155605,1762.04586073051,44171.3610277042,16808.7667344284,1188.27778086752,7609.63614089411 -4157,1498.59455732299,3550.36233907696,364.70947142626,1422.47894033342,675.731466931513,2531.94261209437,725.875709405144,2983.73060283965,123.094253307076,1091.22409588415,925.960594610991,6055.67226815812,517.973872887823,3532.56022766074,584.894256985847,3992.36480569,414.931469401515,4533.05814865742,119.862843079403,1230.08186635595,224.396236577842,2365.19546672435,507.514243668975,5428.47392171902,366.773674255157,1580.47855865688,270.939928846974,2152.52038978166,330.668108258802,3847.78684835952,372.751832922992,2576.88854599989,328.599498916697,3282.77249564581,385.808250569215,4627.69320553317,5652.29200212337,1854.08415422606,47629.6361414613,18345.3418429323,1232.33833401794,8375.07603048188 -4158,1374.64725602432,3980.53600901939,325.120617096624,1594.83120405706,609.618787297356,2838.72117200085,656.276519858185,3345.24929331697,109.932131637711,1223.4404245922,826.825225446485,6789.39759384965,462.518455664722,3960.57693477254,522.41494014656,4476.09295966179,367.484788186951,5082.29850038372,107.405829173372,1379.12266282788,195.571746685162,2651.77038975503,442.815959067481,6086.20581668379,332.506823874875,1771.97457988257,241.009701896175,2413.32689550272,295.336890435005,4313.99745776605,332.889917153766,2889.11290424767,294.449061447025,3680.52409313633,345.712265700755,5188.39985445211,4887.94101585623,1645.97566235424,42433.126834092,16555.4404412252,1053.53628032084,7554.81536693192 -4159,1270.30746926347,4222.78486807391,306.952039880758,1691.89000184006,570.651580605227,3011.48106251131,616.495906463101,3548.83565021029,102.985500211246,1297.89699182513,774.456096881839,7202.589138167,433.223644956512,4201.61111747364,489.290365419153,4748.50059773944,342.801821888703,5391.59880825751,97.1124533868617,1463.05379441651,177.825194382927,2813.15276387177,402.542104457817,6456.60226875001,312.992659956167,1879.81403147338,226.715105734191,2560.19799166575,276.700036157558,4576.54023083478,311.850045195093,3064.93955250504,266.230156916555,3904.5147216006,312.580486054796,5504.15731581201,4539.30121159873,1534.25567752696,39568.4116426727,15371.291989279,976.557733986297,7012.48054103356 -4160,1205.4098561381,4323.50528601816,282.71046422718,1732.24438252125,523.665746339171,3083.30987707881,568.66748782503,3633.48126230554,94.127590928201,1328.85398621373,707.665320728149,7374.38282667849,395.861496719476,4301.82650637272,447.117835805314,4861.76020715711,316.125855880424,5520.19737586656,93.6018659367543,1497.95005227768,170.588432869877,2880.25111980754,386.234424836951,6610.60293402779,289.764664362829,1924.65071172649,207.89783978915,2621.26295703734,252.938198752691,4685.69830049478,285.020840754553,3138.04344066096,256.606012791721,3997.64386905075,301.280790771422,5635.44059038062,4152.02378905596,1406.33727751829,36704.3588356205,14419.1662359215,895.498350989793,6595.23822563313 -4161,1123.86606797051,4444.30481343167,265.380251975839,1780.64360697692,486.64042143298,3169.45811823513,531.742882510257,3735.00139245821,87.2553331342805,1365.98240931414,655.788832175298,7580.42442984476,366.842264320251,4422.02032472313,414.324841549873,4997.59867538372,292.622702680416,5674.43269885562,86.2003362852662,1539.80305035065,156.840250403425,2960.72586219542,355.130613661427,6795.30438748301,272.065003572927,1978.42580416468,193.872134315507,2694.50152285121,234.51513512395,4816.61756689015,264.203720030987,3225.72094758128,236.314996224686,4109.33876895304,277.457134223536,5792.89582983329,3800.04336417791,1297.8083522747,34118.7011948914,13442.9751644969,817.924164965283,6156.41267211757 -4162,1062.0469208923,4546.90967750261,250.133809494318,1821.75300494182,453.39930815284,3242.6308264655,498.418994056542,3821.23069631238,81.274768748313,1397.51859895789,610.682330864809,7755.43232216431,341.610100757147,4524.1107108204,385.808966604876,5112.97733510552,274.640044207848,5805.4373036672,82.770515345282,1575.35220580006,151.50209728891,3029.07960645792,342.960238557724,6952.18635491495,255.916872295551,2024.10136406265,181.615203725304,2756.70899378245,218.474366947671,4927.81794838489,246.089109577193,3300.1925856105,226.912270464993,4204.21033233808,266.41740595892,5926.63537159488,3565.94691260591,1211.61650165408,32162.7998402665,12718.5392149928,771.724816266414,5840.21834173939 -4163,1033.44470110792,4515.84879969012,241.087334459337,1809.30823442636,432.738902149968,3220.47974649349,479.377792296474,3795.12708129254,77.3868906677278,1387.97186116855,581.26818334021,7702.45336440456,325.156096127056,4493.20557745162,367.226571061381,5078.04953237181,260.63484490203,5765.77916406757,78.2187636116722,1564.59064996399,141.821222497969,3008.38733891497,321.16913744511,6904.6945360279,247.30329328699,2010.27431017145,173.873631770126,2737.87734607144,208.065575695093,4894.15500761122,234.309704254807,3277.64828938958,214.433813418328,4175.49050443454,251.766465531901,5886.14930299599,3300.92764088567,1144.19079447751,30630.0925294745,12218.7589112481,708.62326513657,5603.69560806698 -4164,967.558496806131,4483.35834249207,232.117410335914,1796.2906923526,414.722977322925,3197.30916129414,461.118155054861,3767.82204530366,74.0904577707382,1377.98573400891,556.393431422091,7647.03604587669,311.241387808864,4460.87803284778,351.491545319931,5041.51417472379,248.625967830906,5724.29575542103,73.1649084843097,1553.33379265987,133.522090986594,2986.7427081034,302.294831616979,6855.01690237821,238.444555482076,1995.81086501903,167.000606198988,2718.17897026839,199.226659527168,4858.9427272961,224.324635486784,3254.06639013203,200.578858706894,4145.44884415476,235.499380960694,5843.79985985179,3162.35936709699,1093.11141152081,29320.3900496897,11624.1384108073,680.625511515762,5345.6469621763 -4165,953.367035869066,4413.04899182966,227.468127575251,1768.1207307898,411.03533010391,3147.16801400574,453.080754697037,3708.7339463431,73.706784648717,1356.37575444025,553.748412109129,7527.11296638918,309.761788239107,4390.92122504566,349.822482695702,4962.45165932754,245.300080075977,5634.52565746818,70.1956657633284,1528.97395300824,127.156205472621,2939.90372617056,287.969592144719,6747.51450119425,233.001046095658,1964.51196913678,165.006367677239,2675.55168425102,198.145482859686,4782.74335130061,223.17169965981,3203.03515920539,192.438790899307,4080.43869012037,225.942137779517,5752.15566321171,3111.87530252011,1083.88193575771,28681.3286709399,11342.0395812431,663.878431128406,5185.16107336955 -4166,919.337260151479,4345.01396856981,224.545069075251,1740.86199532862,398.761945850496,3098.64880439987,444.427113683364,3651.55719603483,71.1595954655318,1335.46480235853,534.320123486365,7411.06909135042,298.89378158733,4323.22734078758,337.547478972449,4885.94661379252,236.415059642669,5547.6593922457,66.8460682910738,1505.4020917737,121.515660518295,2894.57986532921,275.155900738668,6643.48952733041,230.160960686886,1934.22551236688,160.898745604594,2634.30328175017,191.358988724792,4709.00882994043,215.448480792821,3153.65465788712,183.255994774353,4017.53144805106,215.160628617203,5663.4759215942,2963.29752984436,1040.65249633537,27868.0043264141,11032.37474983,632.173877616149,5063.22673290095 -4167,939.287631799962,4226.03391442403,231.329463468659,1693.19175629997,409.791851296958,3013.79812148075,456.494192045229,3551.5661543389,73.3384603627559,1298.89560473482,550.686936538035,7208.13087109488,308.049226854163,4204.84387256118,347.844578424494,4752.15413421303,243.480466074967,5395.74714992694,68.4633626301249,1464.17948036531,124.717752675207,2815.31722737283,282.382393947789,6461.57003307872,236.282253319973,1881.26037626922,165.905614884993,2562.1678296282,197.216979721151,4580.06145954941,222.045616810771,3067.29774288829,187.689746684117,3907.51888821139,220.366291052487,5508.39226094801,3062.86412316608,1071.92592226932,28679.0923919068,11324.8164918889,654.17091375344,5195.79343074493 -4168,979.872206529217,4173.85423533575,241.44210867153,1672.28558179506,424.720719304275,2976.58615820735,475.723202099408,3507.71426248312,75.8592859331692,1282.85788303247,569.491555064128,7119.13064930389,318.568358167986,4152.9258311234,359.743282228294,4693.47834440101,252.485673052033,5329.12478947601,71.5650068084699,1446.10096586207,130.524813069378,2780.55594707297,295.516111901199,6381.78774605503,247.026753533398,1858.0320812051,172.413113316343,2530.53223516125,204.021769235156,4523.51053213064,229.673307599914,3029.42520917628,196.192788132474,3859.27197733774,230.349701120132,5440.37904896512,3159.61489736492,1108.18458156075,29841.9043935873,11818.1399311898,675.572310200769,5431.19659245115 -4169,1060.85775944254,4147.01711651778,260.982135935866,1661.53309157241,458.646179914981,2957.44725399659,513.065217792069,3485.16030177103,82.0629712167713,1274.60934163827,616.075976410003,7073.35594220019,344.627256658043,4126.22327811412,389.128622704129,4663.3001376654,273.406099283813,5294.85949243708,77.8591714477738,1436.80280132267,142.10829481784,2762.67748124159,321.7322623444,6340.75401886782,266.210933238736,1846.0852749873,186.544628779093,2514.26137603714,220.703909357553,4494.42518731975,248.456171759031,3009.94655953861,213.448004957293,3834.45756486261,250.60902908114,5405.39840739988,3429.66081839823,1199.49401510295,32304.2543599811,12792.0717635881,734.194139413637,5877.20936156229 -4170,1117.33376619604,4080.02179136761,273.177627142904,1634.69091885161,474.16078863877,2909.6695055984,537.253776633053,3428.85731553844,84.1619550930946,1254.01794669506,631.430086272477,6959.08542728885,353.21620503932,4059.56387874525,398.866407128964,4587.96422748761,282.475848436178,5209.32070073367,82.920309465857,1413.59116072734,151.322261608618,2718.0462509041,342.594795671521,6238.31873460065,281.039127662629,1816.26165001114,193.021562528859,2473.64332367145,226.433594159235,4421.81746270046,254.796218991918,2961.32068152192,227.322925441106,3772.51165913936,266.899555440109,5318.0738524981,3498.25477583641,1229.81457357732,33751.9758840713,13479.0827540179,752.066018305082,6229.50953110192 -4171,1146.99749084836,3923.3528020817,275.743140133746,1571.9203290981,472.964467222378,2797.94094043176,540.873185753587,3297.19242806955,83.6004173990338,1205.86484009382,626.916085250552,6691.86310937025,350.691114225355,3903.68045401202,396.012697392462,4411.79072764964,281.313924253385,5009.28769826861,84.1213776424249,1359.31059318644,152.528167766879,2613.67583801501,345.415709992806,5998.77317799085,284.529864043445,1746.51891540417,193.064753243096,2378.65775271362,224.985873800466,4252.02384195221,253.085083841903,2847.6087599074,230.615608902014,3627.65076894579,270.765490871902,5113.86483156063,3400.80648516933,1215.39566181936,33840.513826649,13669.0586781996,728.171261638175,6322.97860651859 -4172,1090.98961161522,3773.63677223717,256.354367161218,1511.93549398982,431.266139716458,2691.17088163953,501.252429387906,3171.37081964777,75.5779304216349,1159.84876519681,566.246231657997,6436.50010034736,316.752953988553,3754.71512541698,357.684689161539,4243.43579614867,256.62639942147,4818.13214729805,80.9529896930045,1307.43899366332,145.322045293709,2513.93737718616,329.232047397224,5769.85863743001,266.308504703597,1679.87135877252,176.756862476656,2287.8876351483,203.502472501289,4089.76565092652,228.779660188939,2738.94336589603,221.929591902871,3489.21879553243,260.567249444567,4918.71859354283,3013.3167933383,1095.07648274335,31351.1045177431,12885.6897712167,645.85411838591,5990.42499032152 -4173,906.140589655826,3649.32827552191,209.168886287938,1462.13037502049,349.230171491148,2602.52021733562,408.9661781078,3066.90174567187,61.0034999165037,1121.6418403864,456.892395168562,6224.47342690909,255.58141976644,3631.02993232461,288.628069022223,4103.65150938113,208.209952752724,4659.41661627173,67.5927550545724,1264.37025502772,120.610484278355,2431.12501472102,273.315275567087,5579.79199965627,218.189846402224,1624.53421429154,143.389208385536,2212.52164479356,164.292424684088,3955.04345833908,184.655975504188,2648.71901391079,185.303008594731,3374.27939638986,217.564024920407,4756.68961432918,2408.06555191078,883.075299443897,25586.9605050431,10617.0000163146,515.836102967613,4941.89754944431 -4174,706.167095571935,3355.2896312613,167.881788043238,1344.32161660129,293.557894080123,2392.82641656163,325.284103776075,2819.79116441047,53.312341982005,1031.26738755754,400.455173586781,5722.94668294336,224.010955096694,3338.46564707468,252.86167087719,3773.00651522425,179.724714977633,4283.9917595704,52.5534813573582,1162.49569413236,96.9093368630277,2235.24110146731,219.311121405321,5130.20940500725,167.530526037679,1493.64003271591,120.8897232949,2034.25133976343,143.334471587569,3636.37231431449,161.418086642915,2435.30282082626,144.073402538233,3102.4023647383,169.156397286294,4373.42714524756,2279.01594130042,784.409365840452,20967.3037951837,8325.07290891541,489.514466956964,3796.7115206747 -4175,553.853009292399,3121.29334640632,143.153306890806,1250.56927373226,271.651270384454,2225.95185331631,277.150217809672,2623.14028503738,50.6398314425072,959.347296030344,378.146435547814,5323.83113424229,211.53165143244,3105.64265878386,237.197647641823,3509.87885582031,158.7242241545,3985.22823503021,40.3976516366372,1081.42380363073,75.2213732833827,2079.3564622918,170.163814302667,4772.431068939,140.752149605909,1389.4742953352,109.707101689934,1892.383629885,136.617302601226,3382.77345835546,148.02240337359,2265.46597358038,110.748650241981,2886.0423162017,130.029848321809,4068.42643993226,2329.2444996622,753.397210699083,18157.188498611,6687.2521756605,492.604939352187,2984.66088331853 -4176,563.630521976532,2978.01043009991,145.022588347842,1193.16191316173,284.134097624899,2123.76957254221,284.610606779576,2502.72507627345,52.0069642863471,915.308475236983,381.059905131843,5079.44075942688,213.161419624265,2963.07818701818,239.063287649625,3348.75792852165,159.761062573847,3802.2864028185,40.8576983513321,1031.7810628977,75.6469644504657,1983.90364037079,171.165451133368,4553.35270444749,142.701632302147,1325.69050218495,113.206429194885,1805.51379255535,141.834051775956,3227.48730209746,149.133426987333,2161.4697978088,112.009851094917,2753.55859430956,131.510622626979,3881.66539558416,2410.35267850354,774.610933458867,18469.1668913421,6745.67674738423,506.910151483971,3010.43983679101 -4177,567.389756120454,2901.52788885101,147.524174753497,1162.51861711493,300.028556375505,2069.22601141383,293.809278520682,2438.44901734967,55.5241135000484,891.80113036498,410.436500677128,4948.98838307601,229.594418021181,2886.97914204112,257.498191111666,3262.75369099044,170.947821618047,3704.63445247461,41.7145450000076,1005.28241906983,78.5907861295721,1932.95217610631,177.703274882889,4436.41154718398,144.984506711457,1291.64355006825,117.69936907203,1759.14381288072,150.67054715299,3144.59758881171,160.443330397154,2105.95800332405,114.358864118216,2682.84052138344,134.268595807313,3781.97479989937,2653.06953031226,837.074096674066,19270.8177205139,6875.67463116324,560.638751134322,3046.0123649612 -4178,646.286979942996,2913.48437614181,169.358494331337,1167.30907221421,354.459313139202,2077.75278608394,342.461136079026,2448.49726978841,66.6322286320912,895.476024865255,500.39889140741,4969.38195466012,279.918555151864,2898.87567750206,314.004691665096,3276.19870152755,207.308791160006,3719.90034563328,49.3716335413865,1009.4249422258,93.3669620611718,1940.91739960671,211.082786869682,4454.69291490217,167.415191654594,1296.96609745785,137.076850043059,1766.39281459537,179.168776032242,3157.55570692933,195.419931090141,2114.63614155545,135.350485818622,2693.89585148053,158.914831944445,3797.55939372763,3262.96437209393,1016.73134660462,22785.596097411,8004.54162776282,693.959708250036,3528.52381157853 -4179,927.78430722618,2985.35327081717,231.01561958974,1196.10387662488,458.80124274193,2129.0061229363,457.321806132432,2508.89601221391,87.6261391158526,917.565339173015,670.960940753362,5091.96506896328,375.329402850542,2970.38420950223,420.92914060488,3357.01491641573,280.716933293932,3811.66164984084,70.4704112814927,1034.32511174433,131.465426981437,1988.7953251958,297.375278553785,4564.57984566241,228.872891505259,1328.95923962775,180.783789872612,1809.96562390474,232.916911613221,3235.44527462057,262.483794667732,2166.79930514701,193.191995456107,2760.34800711996,226.826474284404,3891.23636633341,4131.97051640034,1317.10387227102,31126.2384011457,11381.5478068041,879.127535082469,5033.30750874726 -4180,1296.80941233062,3171.32865641627,323.928537339303,1270.61629089973,606.553411717773,2261.6345587487,629.152891385898,2665.19004543961,116.188010636916,974.725933677251,898.190222059413,5409.17381488112,502.439380917221,3155.42708336904,563.41024408528,3566.14331326086,377.756330750897,4049.11269191079,97.5558138938843,1098.75936593188,180.677117406148,2112.68919768873,408.810884477472,4848.93463381873,323.712628503492,1411.74800350748,243.949403187714,1922.71913221388,307.049706659424,3437.00037646206,351.713603849729,2301.78210273742,267.445613155571,2932.30647851097,314.007551667386,4133.64459009717,5306.67295264314,1731.37950070842,42400.3418658374,15875.6499966028,1131.9416535289,7084.08824155832 -4181,1404.81381129771,3696.50442045762,353.328321235465,1481.03184654596,648.348009984715,2636.16390781824,686.550259286508,3106.54865883884,122.833339792905,1136.14169735541,949.170603217867,6304.93937526072,530.95733905024,3677.9695281681,595.508510199215,4156.70084990517,399.964889999341,4719.65052701072,105.530242898331,1280.71521220893,193.813115780907,2462.55301938165,438.681257532335,5651.92392537326,358.365106763749,1645.53513713548,261.033901622928,2241.12368711688,324.693272711284,4006.1716905316,371.799008917744,2682.95993241965,289.307211860286,3417.89988811854,339.675226690379,4818.18100718768,5522.3695720552,1828.30603075945,45441.7513500233,17190.9068135888,1179.18958477148,7738.3909151365 -4182,1303.09229805407,4117.84068483198,319.54330894983,1649.84333834065,597.889587021283,2936.64006768745,630.898354135582,3460.64037851012,108.62096470186,1265.64179910408,813.533476266306,7023.59118824849,455.083172953579,4097.19314194353,510.658835822864,4630.49138523583,344.57130300439,5257.60739003998,96.4327140452065,1426.69414307484,172.817116125622,2743.24060202537,391.550499387316,6296.14350213493,328.736478817078,1833.09710074097,237.105709270311,2496.57223388578,292.533043860185,4462.80455838082,318.96865686401,2988.77001319099,264.366676947922,3807.48015289396,310.392576611723,5367.36860599397,4777.70110313448,1604.00294359689,40723.4934782445,15603.4586023025,1007.72867718282,7083.40825869511 -4183,1200.78641893596,4326.8193115304,300.265842555283,1733.57217136325,555.415316047268,3085.67327596902,589.538147015747,3636.2663750335,100.022120698343,1329.87257083917,742.820190616944,7380.03539125466,415.526808843062,4305.12391480598,466.178010387125,4865.48681237557,314.557752021203,5524.428682116,87.1122859754822,1499.09825133398,156.954314590026,2882.45887140289,355.531513397958,6615.67005094459,308.25527657018,1926.12598263258,221.533271112116,2623.27219068903,270.697231230568,4689.28995187097,291.237986711109,3140.4487935709,238.815072174359,4000.70811736189,280.392470192134,5639.76023211892,4380.60072711713,1475.20724829308,37443.8309747849,14303.3056687019,922.999526625919,6512.00193324119 -4184,1136.00660125158,4383.2227496132,276.010661408759,1756.17062616098,508.340392345437,3125.89741500368,542.578792118819,3683.66792119703,93.2445124503712,1347.20848893666,706.967510844291,7476.23986370171,395.471148263845,4361.24453660325,443.681031430973,4928.91219818569,299.877359812989,5596.44388512764,84.099876413661,1518.64015713389,150.854772288967,2920.03395341431,341.777516672641,6701.91042966812,284.906846939815,1951.2345253701,202.577046525001,2657.46857374287,249.320438115545,4750.41847525252,277.273726476177,3181.38697386615,230.556664087955,4052.86044366395,270.696283841254,5713.27887113545,4063.94916429778,1373.82283303682,35282.2403847688,13622.017956995,859.625091588536,6184.86810852885 -4185,1058.86797071083,4489.72647056492,259.084429278475,1798.84212998285,472.244855670549,3201.85059489641,507.352418889133,3773.17383106497,85.3507633501966,1379.9430144595,639.511405822531,7657.89783768491,357.736821153815,4467.21423005987,401.335856626618,5048.67510309336,271.88721646877,5732.4265015521,77.058558205458,1555.54013615862,137.85415379436,2990.9850547179,312.357894461206,6864.75371622201,267.4981773577,1998.64569958426,188.915129276419,2722.03985099335,229.807549000017,4865.84433257105,250.911907790725,3258.68844127023,211.25315371322,4151.33700814754,248.032057048232,5852.1003487034,3672.21182490364,1252.12114779901,32477.6361472567,12588.3409391102,773.91012797549,5739.86684004671 -4186,998.825022960209,4581.54450377898,243.7256866577,1835.62970435302,438.948487525448,3267.33066950587,474.525099838036,3850.33786375482,81.6264723782386,1408.16381017296,627.742696402911,7814.50718184435,351.153512930496,4558.57187227685,393.915284119646,5151.92402512502,266.429011171835,5849.6586158841,74.3083486710896,1587.35201530627,133.83547867475,3052.15278217242,303.167535063476,7005.1427107086,251.224815901538,2039.51939610691,176.473570291495,2777.70746172355,216.399113582703,4965.35423801218,246.217775006398,3325.33088942302,203.713557190295,4236.23474118224,239.179826432857,5971.77987655706,3540.28355590911,1202.39155341608,31076.6796562721,12053.7493592564,752.437580823792,5472.47886972995 -4187,971.852240620462,4550.87351354551,235.228300772719,1823.34114518088,419.56078827983,3245.45763804862,457.109643418911,3824.56191092551,75.4975477949695,1398.73690655273,564.319985689553,7762.19323547625,315.675429642251,4528.05467152547,354.117471545181,5117.43464903627,241.165184154534,5810.49827986009,69.8494812162708,1576.72554248289,124.46914670489,3031.72025159329,282.075213988272,6958.24702662498,243.033744313775,2025.8659044891,169.30015728092,2759.11219579092,203.563425082047,4932.11384687024,221.606746329063,3303.06957751206,191.489738918115,4207.87541513699,224.827857064634,5931.80200400354,3171.80119746451,1097.57336619393,29178.8299325215,11461.9163434971,666.214220501393,5237.88594796275 -4188,905.843197762383,4501.55299953148,225.039618960914,1803.58051631797,397.711662231084,3210.28468972499,436.494093401282,3783.11286630498,70.7310764447516,1383.57796552828,523.797786294111,7678.06974597245,293.007682568621,4478.98145882938,328.673885137807,5061.97397614074,223.487827029779,5747.52646555074,64.1873209478016,1559.63763309959,114.741203960829,2998.86370202973,259.995398100812,6882.83637876403,233.110753468499,2003.91039475333,161.069578712911,2729.21006132954,191.737045261329,4878.66160536555,205.651264236438,3267.27225444824,175.967138425713,4162.27217484393,206.602791719125,5867.51554932707,2964.25895622468,1029.69262913648,27269.5792146464,10665.2729385387,622.72974912608,4898.54323449731 -4189,885.461959208173,4442.68029025661,218.12299544748,1779.99272974696,386.879198072953,3168.29958875041,423.50871317586,3733.63614039391,67.7269497388567,1365.4831028593,493.441354390868,7577.65356338082,276.026572690415,4420.40394717936,309.64413303421,4995.77190714692,211.248828359731,5672.35852802091,61.9212284531344,1539.24020737625,109.965523814984,2959.64363044489,249.242142066486,6792.82050531865,225.753161163414,1977.70263176676,156.562085249574,2693.51660386998,185.292499665196,4814.85695253284,193.843101123335,3224.54185238966,169.754730650993,4107.83668564765,199.30881171219,5790.77835726529,2804.16167971039,979.895448831703,26237.0292525294,10310.2011553702,584.859487189097,4743.53033880466 -4190,860.5684994448,4366.45767195934,217.518323887681,1749.45357375391,381.512382481872,3113.94139180017,420.297458649407,3669.57852116475,65.2737566856729,1342.05564678759,465.692958055915,7447.64452437407,260.504374014045,4344.56352185672,292.214616274261,4910.05995168306,199.548293975107,5575.03844404484,58.504036967379,1512.83161816222,104.100658277432,2908.8653227566,235.929878859929,6676.27676804494,224.861767743563,1943.77138689702,154.991683177158,2647.30421077377,180.649796376556,4732.24893672451,182.971479880053,3169.21871258658,160.386628067461,4037.35894535103,188.309734474334,5691.42655620548,2673.93485036333,942.142928947537,25298.4090016299,9920.71996175859,555.112915420126,4593.61135226247 -4191,871.793932671234,4271.91043829842,221.643754245227,1711.57252503131,384.883089778803,3046.51498657755,426.25139308021,3590.12086373555,66.5059463149438,1312.99601576503,478.962798064377,7286.38012197498,267.927400935263,4250.49036386104,300.522455761646,4803.7420573125,205.051871035499,5454.32172077905,59.7214537073802,1480.07416229346,106.431300679914,2845.87944495342,241.196443990924,6531.71484920924,228.774826246009,1901.68276007246,157.189514871732,2589.98193523795,183.12160695154,4629.78119752361,188.154265887879,3100.59538341389,163.724130503242,3949.93771096452,192.228291807088,5568.1896724658,2728.05573971099,961.066279039875,25784.8685030704,10113.3197661776,568.582648945029,4680.29796571442 -4192,908.100070330472,4232.33706333475,230.966878800563,1695.71715954815,397.797626725953,3018.29321516226,443.379216627484,3556.86333150084,69.0138136779944,1300.83291346966,500.044507239726,7218.88183125482,279.720315895362,4211.11541642756,313.749921046644,4759.24199383774,214.19998200363,5403.794931478,62.3812751678293,1466.36331075656,111.289385970199,2819.51628589304,252.194805976009,6471.20749433444,238.871559502807,1884.06628472419,162.948781836298,2565.98931466393,189.394090163768,4586.89264216281,196.447086891487,3071.8726314998,171.015931503929,3913.34697050382,200.78958601736,5516.60805319732,2822.11948534048,997.366825531399,26856.656125549,10561.6231096373,589.309613668499,4889.1914918208 -4193,981.433251952711,4198.35204128589,249.158808492828,1682.1008090086,428.145204460997,2994.05678031971,477.053355208283,3528.30226064639,74.8074716138978,1290.38742328667,545.121395174454,7160.91530955959,304.935914007386,4177.30080097138,342.014686221925,4721.02600544266,233.379308721691,5360.40328115676,67.7792710001437,1454.58863669304,120.982012223786,2796.87599951951,274.153550862178,6419.24468369656,256.992668490831,1868.93751939437,175.77035444735,2545.38481125812,204.644408386733,4550.06059281349,214.143752512446,3047.20596210401,185.814335079905,3881.92339031935,218.164372691371,5472.31053068972,3064.58728407468,1081.2689374998,29101.5245736849,11446.784773679,641.037129298521,5291.36483708344 -4194,1028.44290256342,4121.02475201997,259.403844747016,1651.11905841848,438.411040366891,2938.91078673613,496.420664855966,3463.31627403936,77.2549836956284,1266.62044029803,572.271943222854,7029.02208952808,320.123681829801,4100.36124368535,359.03096191913,4634.07185296455,245.24614505654,5261.6727671294,71.6233503261377,1427.79731591613,127.624867326843,2745.36177743215,289.227284588778,6301.01191387556,270.149676255006,1834.51451942654,180.325262154648,2498.502676159,209.388153058285,4466.25536443389,224.858288015938,2991.08104104754,196.352734702888,3810.4242378044,230.53749418348,5371.51885452767,3131.3615204691,1116.72581110449,30404.7664555419,12059.8584030457,658.389676777384,5585.92738521167 -4195,1057.90431517486,3958.70241805084,262.773163738627,1586.08341428845,439.769051451063,2823.15053608579,501.815506735999,3326.90030599651,76.7475901294217,1216.72974599404,564.778527816629,6752.15714943435,315.931933906931,3938.85282108601,354.345494644525,4451.54119512631,243.351782110119,5054.42164500896,72.9602608419649,1371.55805342668,129.222049030074,2637.22519536382,292.92085538571,6052.82244116582,274.306649463553,1762.25514307904,181.314203428668,2400.08958470075,208.795430566158,4290.33480135023,222.114612512127,2873.26586523825,200.017824853522,3660.33609397809,234.84067183243,5159.94102379546,3037.65150859493,1099.88097530036,30638.2698657854,12297.698340049,635.333023681538,5708.61561703749 -4196,1005.06991109877,3815.74440385818,244.307075487654,1528.80622815375,400.847574107948,2721.1999594106,465.048059785375,3206.75814552657,70.5164214011637,1172.79078571673,526.648503774333,6508.32094361134,294.602347808517,3796.61162232046,330.456528105258,4290.78561863986,227.888532488415,4871.89464374508,70.3184921252704,1322.027880415,123.289876805607,2541.98881811329,279.592629325398,5834.24084925221,256.769893449686,1698.61598328601,165.942349797754,2313.41672963875,190.224862574024,4135.40076523122,207.279760513027,2769.50550667504,192.775514774288,3528.15278641579,226.337484849611,4973.60347067465,2724.79787651557,1004.71151633052,28721.7249258727,11717.4629844173,570.972775588013,5446.26691364784 -4197,832.910051833194,3662.25948176027,198.999144188556,1467.31135847807,323.499655257014,2611.74211329264,378.664937773905,3077.76915358693,56.8593361606005,1125.61632030943,425.604043504638,6246.52952697233,238.079002512445,3643.89629932905,267.074811670691,4118.19258653061,184.906958055567,4675.92701836945,58.4396836271682,1268.8504857154,101.711921563815,2439.73958063098,230.73078165369,5599.56370438304,210.097550503769,1630.29066736461,134.230511301358,2220.36160095414,153.183928407331,3969.05795053604,167.632395608758,2658.10461291708,160.210205793439,3386.23598113265,188.102597308494,4773.54469827088,2153.85521700158,804.95085125518,23477.2727830422,9684.43713539532,450.225635119713,4504.47839069466 -4198,656.843818871824,3373.22435904592,161.966443999139,1351.50729798752,279.1196230678,2405.61657631924,306.161597887919,2834.86354041999,49.4987266855222,1036.7797283393,360.259154896259,5753.53703494404,201.525670520898,3356.31044713031,225.948428744501,3793.174027486,154.869232564811,4306.8905952845,44.9246768939255,1168.70947777441,80.7497053863597,2247.18893461838,182.931521019594,5157.63145176581,163.121543762015,1501.62385239734,115.737400563295,2045.12484042467,135.501126653858,3655.80948807534,141.615906500278,2448.32002588591,123.159320579099,3118.9853569699,144.60120046002,4396.80403188206,2023.70193251762,707.763963510222,19228.1486673903,7588.54950194057,420.508521258786,3469.22985408467 -4199,562.111200547355,3147.3506963694,126.205709650156,1261.00934379367,276.748807656685,2244.53466499263,309.106538773614,2645.03892666559,50.330501112095,967.356171023646,378.746508689058,5368.27582931365,211.867326849725,3131.56935282989,238.821928693542,3539.18021635389,167.258982682824,4018.49793296567,42.9904435871266,1090.4518043286,81.9190532639351,2096.71545839459,185.146483039124,4812.2725361568,122.92764500837,1401.07397981212,107.628795556833,1908.18172927386,135.173117522486,3411.01371073406,155.554995795938,2284.37865917304,117.856692349423,2910.13573078835,138.375391451014,4102.39069762255,2363.97526127661,764.453852390176,18459.5249665517,6875.35819461705,501.688295434265,3099.50493356933 -4200,571.610079234182,3008.03160980273,127.781959085089,1205.1901209368,289.457580106292,2145.17919130655,317.313996980886,2527.95492721761,52.7857358860358,924.535655887819,397.527885250208,5130.64635705921,222.373456821304,2992.94883549774,249.853872145154,3382.51659589811,171.678111176324,3840.61706889907,43.4796618740776,1042.18239809456,82.3772238995921,2003.90327740989,186.223780969307,4599.25483373787,124.547081922735,1339.05472428241,111.050311140075,1823.7150901312,141.703207800777,3260.02344613024,163.161909204978,2183.25947072813,119.197865976069,2781.31708586703,139.950061687311,3920.79627746732,2495.25000769204,803.142551035738,18939.4091282402,6982.88853124715,523.163728248078,3130.22096600817 -4201,574.650804157375,2928.55995145849,129.896011695042,1173.34921300924,305.378512243718,2088.50393988196,327.430047418692,2461.16680915703,55.8767392118834,900.109588843729,421.198747566199,4995.09559587554,235.614720326215,2913.87566135911,265.092921369993,3293.15111104852,182.185758765484,3739.14865130135,44.376382764185,1014.64812511557,85.531995250056,1950.9605104196,193.226479848693,4477.74334177291,126.431614250603,1303.67713742275,115.441891048618,1775.53286289401,149.918745793322,3173.89420843847,172.740181084685,2125.5781451167,121.656192740121,2707.83518478771,142.836379990573,3817.2095394873,2721.00027894121,858.788625783991,19709.4110204317,7104.77389630073,574.94054926431,3169.22083848232 -4202,653.855923441108,2937.00746944755,149.049745924275,1176.73377359486,360.498249357554,2094.52829140448,381.550114416854,2468.26611777253,65.9448963928182,902.705981634011,497.372448226758,5009.50409718765,278.225590565162,2922.28082207809,313.946987467004,3302.65030304471,217.472508901586,3749.93433642276,52.5095191173901,1017.5749077089,101.564130388232,1956.58811384274,229.413859118352,4490.65952517258,145.91923298636,1307.43763276955,134.437117594266,1780.6544400678,176.873220686082,3183.04940036403,203.882441675718,2131.70943828318,143.952881702471,2715.64601564452,169.014893927476,3828.22039355458,3292.60774262774,1023.87974886913,23166.1931481257,8235.2068334749,703.976747284155,3673.08379587781 -4203,941.40789296108,3015.17951303362,203.526688279438,1208.0539812537,466.815048311728,2150.27672193835,509.824404458889,2533.96203735998,84.7422523589284,926.732604676608,638.288667208581,5142.83817165075,357.052832376017,3000.06089794464,404.326174434596,3390.55437755758,288.511487378458,3849.74342218137,74.9834464388095,1044.65890761868,143.131993127863,2008.66509795204,323.472760454518,4610.18391718854,199.742919457341,1342.23668339443,177.33796513991,1828.04873441289,227.47005969131,3267.77015066866,261.946145058959,2188.44749048625,205.564312457676,2787.92625357638,241.352795820498,3930.11315840968,4122.53925514078,1309.17945124248,31053.3278468153,11486.7232415129,885.730030446165,5173.93341321679 -4204,1317.76122046622,3197.45098554147,285.712456909824,1281.08239534323,617.771420482895,2280.26371034579,701.89232409815,2687.14329566718,110.954061851102,982.7547803863,834.273897151014,5453.72934160076,466.685174370809,3181.41843076079,529.55322818751,3595.51774253931,384.226497413153,4082.46535442626,103.827451165499,1107.80987973726,196.799039957128,2130.0914818858,444.880656600525,4888.87545362462,282.928905187043,1423.37661409467,239.359661236824,1938.55662729198,298.132104745475,3465.31105150222,342.881257365003,2320.74195085677,284.639072044868,2956.45997479797,334.19436971544,4167.69354438977,5216.47396719642,1695.9389409289,42206.3078798688,16021.0618731655,1129.33488634166,7297.40343940336 -4205,1427.97862973088,3726.85050857734,311.810800645539,1493.19023128227,660.901948327839,2657.80523517658,766.183123731754,3132.05156337416,117.257780047929,1145.4687404596,880.823059315954,6356.69915263642,492.724349198099,3708.16345591934,559.288571113813,4190.82487518171,406.79630912689,4758.3960320869,112.327871045604,1291.22911731097,211.148658024682,2482.76910529029,477.475323871606,5698.32283687899,313.463119013178,1659.04399539607,256.160257753925,2259.52197078186,315.248003875455,4039.05996153455,362.309922445206,2704.98542712224,307.942655052103,3445.95879983395,361.555076660083,4857.73538851392,5396.58388323647,1782.53118079257,45443.1184825221,17449.4292237574,1171.66868756386,8010.56330652432 -4206,1324.7637407373,4138.63457769085,281.950761670239,1658.17456536887,610.033934479714,2951.46924239484,703.997583396886,3478.11560175489,107.453615542416,1272.03292056374,807.308222948788,7059.05827253636,451.600823284112,4117.88277074085,509.836385641502,4653.87401441408,361.60541259321,5284.15677189568,102.67628488794,1433.89853183683,188.371754383909,2757.09316591274,426.383427554216,6327.93718805623,287.535857386648,1842.35370575076,232.678367551988,2509.17919455259,288.861689155101,4485.34041805575,332.024518814209,3003.86242889883,281.483192772713,3826.70681570615,330.489055906346,5394.47224993489,4841.43366230346,1626.22128656424,41240.6891200687,15985.1364532662,1025.45804458868,7335.69731777064 -4207,1220.50951914264,4364.83314878428,264.985400231206,1748.80269652395,566.920904464865,3112.78286231545,657.913587876476,3668.21326910045,99.8406931354223,1341.55634033274,749.915898849378,7444.87365791012,419.496083016743,4342.94714431295,472.808764407729,4908.23318344626,332.892613179822,5572.96427321012,92.7490343696346,1512.26877518782,171.073790646852,2907.78309100607,387.145386331301,6673.79288588058,269.667675565257,1943.0482144991,217.403643377135,2646.31929179254,268.437304540632,4730.4883223672,308.489171632216,3168.03961739496,254.268006964258,4035.85686204563,298.535741125614,5689.30908363748,4455.99282271197,1502.75445638851,38213.2499576027,14765.8660141195,941.345041016804,6777.06344881472 -4208,1155.60824267844,4435.20748491196,243.617841063841,1776.99869499423,518.70821144792,3162.9703540197,605.565985723609,3727.35598195755,90.9492694525802,1363.18629355446,682.926763057837,7564.90757979688,382.022974215682,4412.96861173233,432.210551883327,4987.36877467524,310.790942268836,5662.81734379077,89.5487706316153,1536.65113013079,164.449709351114,2954.66536523226,372.220552549159,6781.3946492901,249.300139698939,1974.37603929752,198.80970485144,2688.98597732064,244.574176609931,4806.75812785542,281.003869123793,3219.11801542317,245.494603683495,4100.92710360846,288.234899577016,5781.03798509565,4069.07369227233,1375.41609681398,35477.4771770245,13871.3138538999,867.938521085405,6388.79043934704 -4209,1077.22313966375,4531.63916469957,228.720591187993,1815.63476100053,482.149948974869,3231.74065290519,566.307964511324,3808.39733114568,84.3299631299085,1392.82511983217,633.018865809814,7729.38618600403,354.10495375596,4508.9167669262,399.768615793629,5095.80571934994,285.08605727577,5785.9401042591,82.057573588623,1570.06148358779,150.301046496911,3018.90663136217,340.231846866455,6928.83787027996,234.117663675926,2017.30354576696,185.409680857672,2747.4507584161,226.816831476118,4911.26817889107,260.539905152902,3289.10909446916,224.957767318094,4190.09075392985,264.122626318893,5906.73113602832,3714.01989558527,1267.66524821208,32895.0352871217,12901.9821682648,786.492043789978,5946.9528781334 -4210,1016.50064595968,4622.35252064184,215.202082354268,1851.97973824823,447.913830437896,3296.43292638621,529.732949839234,3884.63299116048,78.2878657366861,1420.70638669139,587.482743344491,7884.11133838776,328.632464055071,4599.17527090825,372.816578995058,5197.81243727949,272.160759536956,5901.76178049202,79.1221293899401,1601.49062898873,145.897920913944,3079.33844021855,330.175359897343,7067.53782258179,219.918788056874,2057.68548438561,173.205425443993,2802.44862332192,210.603800337408,5009.58086492975,241.861619336927,3354.94975679367,216.910356894614,4273.96706891814,254.674172053653,6024.97078056395,3484.28824997504,1182.6719499183,31059.7542946236,12220.93408236,751.20651377208,5649.64889950803 -4211,989.465749294327,4576.86587804331,207.733413878509,1833.75517833481,428.57040784417,3263.99410530908,510.352997998006,3846.40593865718,74.7516498191003,1406.72580789297,560.769538392497,7806.52708814836,313.689341953808,4553.91670595424,353.9902274636,5146.66293373711,253.392485272277,5843.68500516776,74.3931761725538,1585.73102788942,135.755373289376,3049.03595540274,307.351754837642,6997.98913161724,212.793429428998,2037.43666004985,166.172043227361,2774.87089566906,201.128028435962,4960.28366975611,230.926097782322,3321.93509600313,203.94610861123,4231.9087421952,239.452864758156,5965.68155687574,3223.9880071646,1117.07590938564,29513.7305849421,11726.040498504,679.434455422707,5414.82507942034 -4212,921.890590491971,4511.75499901983,198.771597104706,1807.66802289772,406.464998146628,3217.56025057376,487.392446064516,3791.68664418352,70.7186258593533,1386.7136082049,530.31412001481,7695.47077704508,296.652859948721,4489.13230378357,334.229637692934,5073.44607386346,236.959890777445,5760.55225066688,68.3593270770185,1563.17228488233,125.133913947192,3005.66011339197,283.268816193032,6898.43514950423,204.152317160156,2008.45191471857,158.101648657668,2735.39534886302,190.318736794189,4889.71825697156,218.454884622166,3274.67696785974,187.404537108388,4171.70525240684,220.031426855127,5880.81326916695,3016.38999620273,1050.44031909984,27879.1728983145,11030.4636505991,635.220125948634,5102.91528287775 -4213,901.252957760759,4418.70233020973,192.647436566494,1770.38578264091,395.512714924134,3151.19969499434,472.869668164386,3713.48502161989,68.8996340116828,1358.11334020569,516.751394127256,7536.75557781335,289.065995350186,4396.54621664022,324.786426397161,4968.80881023995,227.625173998409,5641.74376907579,65.9540598649166,1530.93264577296,119.954242023938,2943.66989115075,271.614724628183,6756.15840765672,197.689697066036,1967.0286080714,153.674136827756,2678.97920092995,185.407152666379,4788.87028680484,212.840625222953,3207.13840882528,180.810587053876,4085.66593792503,212.289478546444,5759.52446479067,2911.62162395858,1020.18344079734,26962.7063093266,10697.8798873567,604.867315712429,4938.29830403639 -4214,875.608950755336,4342.47971191247,192.146793481599,1739.84662664785,390.311430548957,3096.8414980441,469.328780483145,3649.42740239074,67.8181784936743,1334.68588413399,508.490400817657,7406.7465388066,284.44487138079,4320.70579131758,318.518198488989,4883.09685477609,219.494528047977,5544.42368509972,62.3154400220412,1504.52405655894,113.562797958727,2892.89158346246,257.121556027823,6639.61467038301,196.946252462229,1933.09736320166,152.137993028854,2632.76680783374,182.528412606997,4706.26227099652,209.490721538227,3151.8152690222,170.835446915366,4015.1881976284,200.577679293224,5660.17266373086,2816.54680975226,996.142168889919,26376.8618082163,10433.3226982605,579.51331480951,4818.48750106008 -4215,887.119471702168,4241.30442722707,195.819533613198,1699.31000024126,393.740367430976,3024.68829504107,476.023080472771,3564.3995195056,68.4316314063868,1303.58908386054,512.938871268878,7234.17700725516,286.933304993901,4220.03781645538,321.782358731475,4769.32574996861,223.442286565402,5415.24434933505,63.6098272713287,1469.47020257758,116.09665890852,2825.49020246858,262.842434454936,6484.91851771371,200.404267297767,1888.05819456491,154.301008394237,2571.42606499455,184.2111413494,4596.61122904323,211.376478236116,3078.38123402963,174.383961122044,3921.63846661962,204.74398527577,5528.29649651458,2839.91545504236,1004.39551643042,26811.5992677558,10619.2156523657,588.724935451503,4912.23073951395 -4216,924.2357243997,4199.6516623472,204.086125894842,1682.62151180273,406.978277490969,2994.98360570552,495.20616035621,3529.3944644167,70.5573497104136,1290.78686922547,528.725832382043,7163.13200703112,295.764386398991,4178.59390551501,332.027807577236,4722.48742286724,231.980648642914,5362.06262104365,66.4432781518675,1455.03891194609,121.398651396422,2797.74178659956,274.834113872853,6421.23179328303,209.287497776764,1869.51605843507,159.959521300617,2546.17274797169,189.96408984841,4551.46908703182,217.933615984273,3048.14924008726,182.151760680522,3883.1250592949,213.864148782741,5474.00451203043,2917.89072510591,1035.28554688817,27855.7557654178,11068.5975271539,607.353864870626,5129.37492608972 -4217,998.970236534371,4167.42112179763,220.164608420003,1669.70810725731,437.963237777155,2971.99838018922,532.81489596561,3502.30786282527,76.0292023462212,1280.88062892883,569.708020247119,7108.15801509641,318.689446808077,4146.52497429404,358.082875147123,4686.2443401987,251.330347124259,5320.91107071715,72.1916938812744,1443.87210707198,131.967687639471,2776.27030816513,298.755254351465,6371.95156998568,225.163539176886,1855.16831772369,172.546418359484,2526.63195492558,204.70065487974,4516.53849736294,234.833462030429,3024.75599093649,197.91082729132,3853.32372581652,232.366848694822,5431.99385529542,3151.74707755288,1116.24388738232,30092.5795960095,11965.2409595981,658.318976845388,5545.25060111827 -4218,1047.38000473605,4096.85184818359,229.306371673328,1641.43400564077,448.577701184438,2921.67186872268,554.588072988314,3443.00132417008,77.1097091155027,1259.19076055987,577.310683719207,6987.79159826479,322.942307098049,4076.3095468375,363.913819532362,4606.88954273511,259.739873745225,5230.80910639648,76.2890147018438,1419.42221280651,139.22468323465,2729.25816965609,315.205419110235,6264.05174881191,236.815143934315,1823.75371459449,177.038060677147,2483.84708232979,207.713278066667,4440.05742389003,238.140774636832,2973.53610532818,209.143478995136,3788.07323915264,245.555090665334,5340.01086403036,3158.65811924472,1131.15396236324,31223.0533997376,12540.2647788941,667.402042402918,5847.0767488007 -4219,1078.00097197729,3918.80413467027,232.326901373989,1570.09787184405,450.172829672189,2794.6970560765,560.681571931172,3293.36972017064,77.1166732875372,1204.46678124532,577.128523901659,6684.10467897083,322.840408565078,3899.15459438085,363.420999451322,4406.67577375147,259.327787928569,5003.48001671229,77.7262867304168,1357.7346319846,141.016946576912,2610.6455874339,319.339558326212,5991.81830407567,240.513314570006,1744.49403156764,178.018497327316,2375.89997803759,207.781125954391,4247.09411901926,238.14801302193,2844.30729154091,213.083706477336,3623.44493335946,250.18130670268,5107.93590508391,3097.46739461299,1126.06016216637,31459.5207892227,12772.3699532367,648.850246034472,5961.11314970289 -4220,1025.09497454816,3763.10986433192,216.088070546141,1507.71781044883,410.461147330882,2683.66361219676,519.734552704981,3162.52398817808,69.6789553735519,1156.61326006684,520.960167799919,6418.54488953136,291.420344781496,3744.24100119111,328.989665248763,4231.59834052587,239.214139061478,4804.69152318629,74.9235548746004,1303.79177197541,134.583449953546,2506.92451695438,304.895432990002,5753.76308447446,225.252094886944,1675.18520264415,162.946436072372,2281.50536152568,187.847084061147,4078.35687235034,215.148411248025,2731.30283070128,205.400121975598,3479.48529781159,241.160019985905,4904.99737425988,2741.6005983866,1015.39623209142,29205.9267759513,12066.9289181959,578.110252379515,5661.55539213748 -4221,849.984686148378,3635.48734210442,176.044895072054,1456.5849026375,331.342974650628,2592.64954900265,423.254022642688,3055.2698014742,56.0248843220625,1117.38775063098,418.690051072697,6200.86565151692,234.211378492662,3617.25839966548,264.550317575812,4088.08744853987,193.616674291156,4641.74468591053,62.2750192303193,1259.5748342835,111.058415274083,2421.90440289389,251.675297303675,5558.62932978392,184.351686194201,1618.37278725707,131.814322127453,2204.13013751926,151.075785180423,3940.04302838671,172.97736932838,2638.6731258061,170.724634827447,3361.48165035788,200.447574962806,4738.64875330793,2171.14291826744,814.865685811534,23769.475903054,9929.74647079962,456.559412851152,4666.48373692635 -4222,669.000621141871,3346.32226106583,143.067481053463,1340.72877338278,285.290940409563,2386.43133218772,341.875833197958,2812.25497110853,50.409004501929,1028.51121522935,378.059410371043,5707.65149619206,211.482970345887,3329.54324077531,237.44509974694,3762.92275200552,167.041145410338,4272.54233366557,47.8526470552876,1159.38880012751,88.100234538366,2229.26718069272,199.388455891552,5116.49837199051,142.828606144393,1489.64812006928,113.598886558868,2028.81458561133,135.651678032352,3626.65372060289,155.719800188658,2428.79421372154,131.18624120895,3094.11086279442,154.025597684818,4361.73869371452,2117.31519497257,742.009273812636,19670.1207935639,7830.60155258742,437.350173542589,3593.42506081114 -4223,564.61114552283,3117.00460824968,114.790851123867,1248.85095905736,266.554187547865,2222.89333763429,294.052190436664,2619.53602213027,46.0539957844828,958.029127919455,356.187971448349,5316.51605193795,199.248287800701,3101.37542507865,226.879873391077,3505.05619107735,169.310316844404,3979.75242788949,46.2056398733524,1079.93789922656,89.4563677693844,2076.49937248595,202.057349353976,4765.87362465107,114.383113459465,1387.56512155153,94.9873973823857,1889.78344560887,121.671552181827,3378.12543973111,158.526625846432,2262.35316447045,126.671032652303,2882.07681907294,148.724297104818,4062.83631629632,2247.26522676601,736.602400908604,17949.4350671533,6811.97341536493,503.544038608789,3114.90263496463 -4224,573.874104115822,2975.80107555632,114.101895404424,1192.27671891679,278.778134049162,2122.19397028534,301.931098517235,2500.86833092336,47.2579197592687,914.629417528483,358.929119382321,5075.67237587546,200.781660840311,2960.87991054832,229.195103038878,3346.27352031743,173.837714299059,3799.46552662035,47.5033595529484,1031.01559540428,89.960787670256,1982.43180317452,203.370881031477,4549.97462007799,115.894020992845,1324.70698637695,97.4718467608859,1804.17430090657,126.2287568486,3225.09286329255,166.080149827622,2159.86622615225,130.228682591969,2751.51575821674,152.901329339757,3878.7856289481,2307.75131895079,757.962620335895,18303.7024628152,6884.76147823867,525.72165464716,3152.34094715076 -4225,576.405760817509,2901.78781180264,116.440831985359,1162.62275716867,294.089726656127,2069.41137559197,311.645086720696,2438.6674570443,50.4638839774206,891.881019165279,386.579652926296,4949.43172042013,216.249115968036,2887.23776169554,246.631887551044,3263.04597305778,184.521540333436,3704.96631884243,49.0473792626377,1005.37247368367,93.4452332407856,1933.12533268251,211.198334472793,4436.80896717379,117.652862791253,1291.75925731521,101.61765459644,1759.30139945914,134.100511646968,3144.87928628914,175.959974945726,2106.14665800572,134.461554847346,2683.08085401293,157.871139230259,3782.31359452435,2549.53177312801,818.3307306827,19104.7598110941,7035.82366091507,577.424675829394,3204.40631224955 -4226,655.354569353778,2913.67931993133,134.753002661853,1167.38717788587,347.158327441975,2077.89181034132,363.218188841933,2448.66110088367,60.5915919957218,895.535941949806,471.292602436241,4969.71446035595,263.636763775934,2899.06964381076,300.216149875104,3276.41791485003,220.28066781719,3720.14924742109,57.2483434842105,1009.49248373214,110.998455578706,1941.04726808862,250.700876633938,4454.99098230389,135.790897399333,1297.05287859454,118.662662257145,1766.51100548456,159.519748955004,3157.7669817452,207.932090633041,2114.77763371042,156.94419137264,2694.07610240967,184.267973962518,3797.81349175032,3155.31544395052,992.474104176032,22546.1588322416,8178.906647466,706.330158848506,3707.92536826839 -4227,945.595404612126,2974.69639828452,197.660073979328,1191.83412179432,449.59347927647,2121.40616915691,485.135327663996,2499.93995824831,79.7600628829294,914.289888674233,631.982211838064,5073.78818409975,353.525059022084,2959.78077231338,401.481151769596,3345.03131621533,292.039350814952,3798.05508852128,76.6696464737579,1030.63286165757,156.331549869503,1981.69588457639,352.425124042166,4548.28557789323,185.866151585574,1324.21522847294,160.709584948596,1803.50455508218,207.555664523758,3223.89564389009,267.483583936872,2159.06444032397,210.186966754223,2750.49434017033,246.780248306021,3877.34574563007,4011.21349921363,1283.90457877243,30584.8553542499,11453.6396910418,888.139989793961,5175.77743540369 -4228,1324.74523270635,3161.71147569016,276.776527077548,1266.76309628415,595.069287534579,2254.77606168189,667.576567180513,2657.10775025251,105.822495469653,971.770038379663,846.04675572208,5392.77027939405,473.270803591432,3145.85812479786,536.716867410586,3555.32884132984,388.743176161125,4036.83359606251,105.772212099857,1095.4273343005,214.879806166358,2106.28238337411,484.478335220265,4834.23004600876,263.252694977002,1407.46682134051,216.686429542037,1916.88840970499,273.793212503598,3426.57753564129,350.302176338614,2294.80185664108,289.970561371542,2923.41414207931,340.454064501445,4121.10914789377,5180.24670541322,1688.77418414101,41642.7298258803,16007.6453799087,1131.39520626204,7288.12923842969 -4229,1435.58934626022,3664.46883000071,295.155565283803,1468.1965501976,636.677897653243,2613.31771105441,728.55454308639,3079.62589363985,111.886562607854,1126.29537608063,894.080595825141,6250.29789977279,500.140493654549,3646.09456952737,567.292636593637,4120.67698764696,411.510294850836,4678.74788651982,116.204760217639,1269.61595102499,230.515839406026,2441.2114136282,520.191556423381,5602.94177911509,291.651414820629,1631.27418036671,229.469175271216,2221.70108878144,289.576587630228,3971.45238250977,370.086745852593,2659.70817999874,318.571001640229,3388.27881139739,374.033804768696,4776.42445669115,5403.27900591038,1785.42931269067,44716.9515977027,17433.6801468414,1173.36394135721,8010.36115841101 -4230,1331.90392137634,4077.35757638602,259.533900038396,1633.62348140667,587.67983883709,2907.7695194011,669.466686237264,3426.61830469563,98.8190521217864,1253.19908503901,766.347876938786,6954.54121144845,428.687981008638,4056.91302258381,488.23532243161,4584.96833098144,365.85338566262,5205.91906442767,107.498810544928,1412.66809929756,205.575036385064,2716.27139284877,464.558524796889,6234.24517247708,267.528782992898,1815.0756486254,206.135988542569,2472.02805837655,260.640076717239,4418.93005843343,338.358393781656,2959.3869676036,294.703966397694,3770.048245316,346.011549276667,5314.60120143016,4611.66140777492,1569.72539077381,40194.3422140287,15831.8401569648,1029.17433413504,7336.8794138016 -4231,1226.80556069312,4303.29621822467,237.932472812109,1724.1474699826,546.156386008503,3068.89777064847,625.600425848829,3616.49752704938,90.9691476096833,1322.64261407041,699.735427928026,7339.91324872714,391.425587341507,4281.71877022995,446.134880916067,4839.03521085842,336.823192263696,5494.39469132651,100.377731215817,1490.94828585088,186.703016008258,2866.78815716685,422.372936898909,6579.70344067418,250.901655918197,1915.65444732088,190.998354332306,2609.0105652166,241.13731230277,4663.79625843627,314.172582009933,3123.37549684317,275.181793894727,3978.9579531979,323.09059155911,5609.09923229197,4223.03336842742,1445.82565635201,37092.074808214,14631.3710878847,944.946630075328,6812.02189177549 -4232,1162.32873205126,4368.14717429652,229.276387381004,1750.13048536595,499.725414033687,3115.14626120565,575.785144046831,3670.99838182842,84.8771493935698,1342.57492495819,665.972133450069,7450.5262224863,372.538709752999,4346.24455274621,423.570181251669,4911.95978866472,314.367435892235,5577.19557945957,92.6062438730382,1513.41697424412,179.455162453769,2909.99084260142,405.325582037478,6678.86000279738,231.948669782661,1944.5234854052,177.716080113699,2648.32852544423,222.245057381036,4734.07997374339,286.598158528297,3170.4449703049,253.8765521612,4038.92111035677,298.076134543003,5693.62872537578,3940.24154166501,1343.73807899654,34759.2727544222,13789.8394056746,870.469368609329,6383.9277891455 -4233,1083.47298155093,4472.76644912155,211.039113114164,1792.04697190412,464.518316528052,3189.75554743551,538.42024468846,3758.92059993742,77.6595361361326,1374.73025522588,602.437739292984,7628.96999266144,336.998151769586,4450.33924900464,383.658991353572,5029.60364326826,288.369755590319,5710.77215868148,86.7117211161268,1549.66405568062,163.997355200459,2979.68655557827,370.761588718236,6838.82198719711,217.820458593219,1991.09577997448,164.503161747826,2711.75729713506,204.792433083106,4847.46351922718,265.483032966323,3246.37868783569,237.716938601967,4135.65525890548,279.103152972076,5829.99393575074,3547.2887456186,1226.54521057831,32085.5592300892,12806.5656335392,789.249020536553,5959.07005142171 -4234,1022.69147918908,4559.19107321031,205.060901216361,1826.67363700233,431.54344562145,3251.38930972961,503.604737250716,3831.55200234229,74.3491142489394,1401.29335591151,591.343101237,7776.38007349178,330.791912891181,4536.33052555302,375.427135392132,5126.78770354271,275.230117622171,5821.11803582148,81.0177041771333,1579.60729886121,159.2096095029,3037.26127882786,359.406434461624,6970.96450484849,204.60786412054,2029.56854761538,155.645991962571,2764.15498158624,193.006813286495,4941.12819347269,246.922674495497,3309.10654562515,222.107004239431,4215.5660825931,260.775549041563,5942.64346486622,3454.4914147279,1175.32596256714,30566.4950241677,12191.5454510093,752.623170555589,5639.04643702704 -4235,995.762548305722,4513.8993744013,193.654722135597,1808.52718276057,412.917491725167,3219.08951290986,485.141688765349,3793.48878093425,68.6944117929438,1387.37269419765,531.626234883788,7699.12832894821,297.386844984708,4491.26592690772,338.593114425005,5075.8574133228,256.257817832004,5763.29016228502,78.0404293818503,1563.91523926825,148.089370737777,3007.08866249396,334.75348346907,6901.71388128566,197.976400586874,2009.40650441632,148.256974023525,2736.69544482256,181.415995930315,4892.04227311491,235.244730022406,3276.23337698959,213.944916800714,4173.6880067993,251.192452639694,5883.60833920071,3057.723027853,1075.66557371571,28809.3087462991,11635.300248132,682.032044937971,5419.71686231126 -4236,927.352386144574,4469.32246528507,177.992532134879,1790.66711429795,391.631990370941,3187.29946870378,463.279010787046,3756.02627001073,64.3370238541641,1373.67172716894,493.447141140569,7623.09576478869,276.029809745179,4446.91253387995,314.600145198475,5025.73090056006,239.661518017563,5706.37492327202,74.6132523908185,1548.47083040931,136.51169765103,2977.39222779436,309.031436624371,6833.55616510415,189.934694709133,1989.56265684786,138.76778464769,2709.66927210491,170.842353521501,4843.73102252786,222.381184790414,3243.87900987235,204.549439328134,4132.47084719364,240.161234579689,5825.50490080785,2857.37713060892,1011.0182636033,27047.4269048275,10942.1663628967,637.660656354587,5133.70190900011 -4237,906.69802272885,4383.80757467858,171.425477491516,1756.40494065055,381.074391691629,3126.31448328073,449.489695782787,3684.15940918565,61.5659856942518,1347.388238253,464.861429215503,7477.23737003823,260.039224399263,4361.82642925781,296.960536632946,4929.56983106525,230.237006275736,5597.19058244329,72.3606450643361,1518.84277946908,130.839095446585,2920.42355466099,296.332348084385,6702.80462223581,183.923066838038,1951.49486597428,134.687219321735,2657.82314258894,165.020320480113,4751.05229286894,216.431031749244,3181.81144575619,198.374000637364,4053.40119062329,232.910659926843,5714.04115698772,2681.76291650201,963.102782030984,26056.3913121124,10574.5660008717,607.936376462259,4969.64178376384 -4238,880.554086151044,4314.99278886699,163.027703375013,1728.83378755354,376.072745171336,3077.23918563553,446.095044947109,3626.32734509067,59.291870383902,1326.2376217077,438.723307078072,7359.86349371809,245.417798355504,4293.35669230802,280.947179227849,4852.18794641605,222.043947396021,5509.32872616514,71.8822776256288,1495.00075657684,123.862947193273,2874.58022829011,281.099952116622,6597.58739804003,183.229596637606,1920.86129026942,130.917075290118,2616.10198417433,160.803533731919,4676.47268590765,212.727697519116,3131.86498496779,197.062574205129,3989.77295649359,231.370915833382,5624.34503971104,2543.48507374096,928.615701333049,25275.5365485536,10297.4360403976,582.934122678778,4881.72771001573 -4239,892.176251187846,4212.77780607192,166.897397148955,1687.88059840656,379.383947977155,3004.34452142483,452.429318286661,3540.42569812985,60.4342071914672,1294.82126429575,451.221348656439,7185.52060203923,252.409088306217,4191.65423255661,288.599024469478,4737.24770625134,226.01601548197,5378.8219168814,72.8625341677357,1459.58668195628,126.633259209184,2806.48621679238,287.281641949042,6441.30155577406,186.445284666506,1875.35928983893,132.912145281188,2554.13089119997,163.054063081331,4565.69484721346,214.760401087048,3057.67632667364,199.749910833151,3895.26188913875,234.526114324451,5491.11368577903,2607.29474411867,946.730183182339,25735.463433453,10492.1254208785,591.773472397755,4969.69695638566 -4240,929.608666490312,4182.23677416268,174.903501532852,1675.64410799859,392.148121785384,2982.5641698091,470.626814676441,3514.75896249926,62.7295549846766,1285.43430410701,471.083198033646,7133.42831896771,263.519624871705,4161.26633849667,301.075625773701,4702.90446765232,234.628511915071,5339.82751001741,75.7686458556228,1449.0052353479,132.414346796629,2786.14026240183,300.32610937821,6394.60457686662,194.707894157831,1861.76365044164,138.015206399351,2535.6144166458,168.676294229865,4532.59530139465,221.499983144039,3035.50933981607,207.716907275935,3867.0227264942,243.880154638009,5451.30520643011,2704.43449864415,982.284817676553,26786.6279081259,10951.3895682689,610.247670829566,5186.84120099867 -4241,1004.87259777966,4014.91091234413,190.226754581203,1608.60376341452,422.004267117845,2863.23565086307,506.369819490143,3374.13802106478,68.0104298991174,1234.00574700698,513.548044722032,6848.02911618557,287.274071042291,3994.77947657458,327.972707128956,4514.74736761396,254.187551988201,5126.18794623279,81.5288823237462,1391.03241772025,143.945526147805,2674.67040889333,326.338991132494,6138.76475248764,209.478000050307,1787.27690467986,149.232292579493,2434.16777686541,182.288219405051,4351.25204991591,238.764653357563,2914.06255337852,223.508379999581,3712.308169351,262.420902525655,5233.2055647893,2942.77517753518,1064.26049919913,28988.6260937546,11844.3684145936,661.246552138853,5599.43987828045 -4242,1053.88955358322,3849.07961537639,201.36086423936,1542.16222729623,432.266179927607,2744.97298156024,526.969671591084,3234.77311449587,70.2869298873098,1183.03655293031,539.13124417144,6565.1791165708,301.585078418623,3829.77968550482,343.597830269329,4328.27089832264,262.61663039506,4914.45662412287,85.1720468713848,1333.57741685199,151.852778721736,2564.1962109468,344.125229516787,5885.21010509685,220.311917062007,1713.45547909548,154.01484892148,2333.62726468777,186.631432516102,4171.52856747137,242.367026467772,2793.7005370792,233.495979276131,3558.97553211249,274.147330036883,5017.0540025119,3029.31045984107,1098.65191692438,30235.309541128,12464.6079009118,669.588714986668,5897.96700437656 -4243,1085.16283485565,3774.54650571945,205.886268288623,1512.29998544063,433.818288083595,2691.81965851058,532.716785537238,3172.13536122756,69.8127551197556,1160.12837696651,532.093188123587,6438.05178642724,297.648054348782,3755.62029734321,339.363175714471,4244.4587869283,262.161946417131,4819.29368360931,86.2011939734048,1307.75418590369,153.769230054475,2514.54342730239,348.460561359792,5771.24961221304,223.749751607237,1680.27633553983,155.606551523458,2288.4391900835,186.084896472102,4090.75159551311,242.249250630942,2739.60365956933,236.317347544622,3490.0599626497,277.45989490526,4919.90437883818,2926.19432329928,1082.8266787312,30459.3592031145,12679.8770458736,651.412828677553,6006.93461202809 -4244,1032.57276025329,3690.98104670493,196.982953357624,1478.81886598442,395.582656105567,2632.22491116626,493.725012976941,3101.90680605795,64.1894000345277,1134.44405695878,496.187017173046,6295.51843788409,277.562471294746,3672.47384953652,315.912655189505,4150.48984357036,241.735288747011,4712.59835261091,80.2008501706636,1278.80154784304,146.723095275968,2458.87343478909,332.148784925913,5643.47873372441,209.546662977188,1643.07635322729,143.954349291142,2237.7749656379,169.639101505203,4000.18560718167,219.048853454909,2678.95101242804,219.867629548175,3412.79280954267,258.146302086376,4810.98160702912,2637.63955065192,988.128436262904,28439.8076946943,11992.5272336728,579.942923198486,5674.92659444539 -4245,856.555743227251,3604.23152050241,163.094570904773,1444.06202645038,319.343683255027,2570.35944477325,402.034360489099,3029.00235535909,51.7657473299973,1107.78109575709,401.000011405936,6147.55418806134,224.315732380874,3586.15929998801,255.244323058585,4052.94043248369,195.618924963766,4601.83764452309,65.3101307293017,1248.74573694109,121.053398554044,2401.08226686902,273.893928518623,5510.83944349515,171.495907435882,1604.45895222918,117.195034015649,2185.18029891907,136.628247948959,3906.16881279717,176.130315806386,2615.98733743021,179.045279425049,3332.5815715252,210.216833121727,4697.90858668635,2083.08525363825,791.4227027468,23196.7208328441,9861.19847404509,458.070760655528,4662.93491843621 -4246,673.486819809949,3325.13848062794,130.383873943042,1332.24133501124,274.866653271847,2371.32410896557,324.958199615622,2794.45208567324,44.9950216015276,1022.00025960059,339.402905023322,5671.51940051253,189.858875428889,3308.46567936059,216.707492420938,3739.10169618232,168.938925638104,4245.49514823425,51.7412507455468,1152.04932835283,96.0825833967205,2215.15487984152,217.379021453261,5084.10855126578,132.883106243127,1480.2179527861,100.643507797895,2015.97124316615,120.674517234839,3603.69531129623,158.335130296691,2413.41881370375,141.84670271042,3074.52369812395,166.542031872034,4334.12685372822,1929.08969076408,695.267677739707,19055.3852986639,7738.81907907001,439.787358718859,3610.19997484943 -4247,468.758417697376,3110.18161343568,99.803321168111,1246.1172757017,219.061109217561,2218.02751559649,238.862609794778,2613.80196557907,38.9505654901162,955.932041584021,299.447590697423,5304.87841708978,167.508238669308,3094.58664190344,190.965016716722,3497.38376731796,144.336079712386,3971.0409136028,41.6298407679496,1077.57395960762,78.0521132960752,2071.95400081334,176.519062599266,4755.44132341576,100.880391248438,1384.52779860265,81.6961634489937,1885.64678741631,103.282194756039,3370.73086216286,135.645050655642,2257.40096649559,114.126650635745,2875.76807152152,133.995954255131,4053.94293479703,1901.25275714803,618.492401907062,15306.2999800306,5873.04303628601,428.925836790718,2690.81497829392 -4248,466.18208054011,2978.79019895481,98.4366089983364,1193.47433332296,219.08749664985,2124.32566507664,238.133566671865,2503.38039535733,38.728256568853,915.548141637879,297.767206701164,5080.77077145923,166.568247257636,2963.85404598144,189.92592286083,3349.63477472368,143.448825792397,3803.28200192196,41.7596127422353,1032.05122673923,77.7470262843255,1984.42311009939,175.878213705388,4554.5449644169,100.465180686347,1326.03762392582,80.817088395524,1805.9865522906,102.686702029119,3228.33239452975,134.872662536512,2162.03576185382,114.482415647054,2754.27959219803,134.413657498987,3882.68177945912,1894.56939994033,616.726169391747,15234.68748059,5848.66307286092,427.466905373062,2685.13044185785 -4249,464.650974333006,2905.62168321815,99.6513030121325,1164.15882611816,229.572086233844,2072.14550283847,243.121940736364,2441.88944916152,41.16180231265,893.059381391318,316.926107911414,4955.97095968453,177.285561059005,2891.05240943763,202.147965940928,3267.35714241093,151.696596505445,3709.86135782752,42.2632160998173,1006.70078196766,79.9860947243825,1935.67939743025,180.826002812654,4442.67092407019,100.478670929266,1293.46594271522,84.1650912075323,1761.62580626766,109.045251450452,3149.03433262019,143.375708816737,2108.92932027901,115.863025406532,2686.62576758306,136.034629648303,3787.31082551262,2078.1039840634,660.660019920479,15759.6583589599,5899.46223667328,469.775916485072,2685.39604090975 -4250,532.489452048173,2913.22445319018,114.581912324521,1167.20493216046,276.436727138426,2077.56742190579,285.319143606499,2448.27883009378,49.7125237606685,895.396136064957,383.23286566765,4968.93861731601,214.376953839127,2898.61705784765,244.497009966538,3275.90641946021,182.434111629874,3719.56847926545,49.7051262520575,1009.33488761196,94.3422317827406,1940.74424303051,213.257061089946,4454.29549491237,115.6827861185,1296.85039021089,99.4835042263431,1766.23522801695,131.599164296252,3157.2740094519,173.189284016612,2114.44748687377,136.264743605301,2693.65551885104,159.98826084014,3797.22059910265,2577.53884447307,805.842548241117,18656.9243333911,6844.52243365947,583.572567062201,3102.30668220685 -4251,794.970638846815,2968.65317232543,169.079861484532,1189.41285859989,378.204209863416,2117.09643965355,408.562949646904,2494.86122078099,67.2079472150192,912.432468739693,516.929011350507,5063.48056128392,289.165352797528,2953.76784810142,329.705878472679,3338.23573865797,248.665911833882,3790.33917333804,71.3599295285553,1028.53908588016,133.694733203825,1977.66998263237,302.366675586987,4539.04553662732,171.479105772703,1321.52502726493,139.672685929015,1799.84065662487,178.159437085487,3217.34615875412,234.066344046627,2154.67820639413,195.630576443781,2744.90659050739,229.689609096927,3869.46874800574,3315.40369833839,1071.93249469821,26237.4478092122,10003.4584867358,748.431817257272,4579.84095823833 -4252,1111.95278321614,3141.37244957242,234.192334627852,1258.61411498133,500.915513159262,2240.27127541003,557.434555866068,2640.01479779764,88.1894723966672,965.518722804854,677.243322812619,5358.07903814611,378.843709814718,3125.62108196365,431.895758742209,3532.4577075414,328.072270345178,4010.86498236245,97.6021748565837,1088.3805416587,181.175246362123,2092.73284454486,409.900596808541,4803.13184747897,238.987404091008,1398.41270471437,187.815756329297,1904.55722650579,234.001790986197,3404.53464825966,307.072269486404,2280.03958776989,267.572709999939,2904.60806282576,314.15677590948,4094.59839660052,4197.14710453269,1391.31498158115,35365.2199059915,13817.9941601066,945.387558640765,6367.43446034246 -4253,1232.23629553842,3647.31387107098,257.750928478995,1461.32328897261,562.115608471876,2601.08364383123,622.109083958072,3065.20883671421,98.5926486432185,1121.02270169976,757.368952877392,6221.03755980446,423.665253154436,3629.02562843499,483.110093307164,4101.38632158725,366.372229276859,4656.84464990918,109.288149422604,1263.67233122447,202.258777218051,2429.78305020572,457.656179457264,5576.71199232594,265.875374910056,1623.63748242614,208.066557189351,2211.30034785545,261.556252257926,3952.86030118121,343.310487364683,2647.25693898411,299.60937197202,3372.41681705427,351.770979675078,4754.0639539316,4726.21297733816,1562.09892379908,39432.0205681288,15364.4011148514,1065.01993488852,7086.09023026711 -4254,1131.67591272207,4056.17379594813,229.262863084769,1625.13604303513,504.20580159605,2892.66229617895,566.740346911026,3408.81541926033,86.3673658453389,1246.68812941025,662.843723337297,6918.40911576892,370.7887057987,4035.83546116909,423.038992812727,4561.14727515824,321.896010327491,5178.87187899635,101.08309196421,1405.32862752289,182.969518292793,2702.15909199758,414.382312238074,6201.85535175235,245.474382573218,1805.64548134222,182.60271364788,2459.18471593137,229.252264787702,4395.97164912677,300.702234269541,2944.01156758582,277.115513991154,3750.46108064553,325.360969846213,5286.98936144386,4052.13638626528,1368.8706170757,35366.8016556293,14050.6063473246,911.832136034689,6545.09451477098 -4255,1025.07380026369,4278.66845395029,209.267028606935,1714.28017400489,454.445211306845,3051.33446869459,511.664895898033,3595.80031168739,78.2462674342346,1315.07313038471,600.464588647402,7297.90692517486,335.894389376639,4257.21449369053,383.145811951006,4811.34141232702,291.705841317868,5462.95027048573,90.9083569155831,1482.4155888049,165.293674245016,2850.38152853174,374.281959327664,6542.04779785647,221.707236091316,1904.69115691108,166.254261314338,2594.07919774127,207.706662729639,4637.1053524303,272.424019048665,3105.50041886205,249.221858603937,3956.18637681559,292.611064802532,5576.99835736278,3663.54342328391,1236.74886409639,32004.2683522454,12707.2683086984,824.296250975359,5909.40033218579 -4256,986.526002279786,4359.9595792591,199.953031188249,1746.85006483407,428.821598930184,3109.30727386128,488.139059334526,3664.11751290754,73.3610387255139,1340.0584209682,562.605819123147,7436.5610585183,314.716540570357,4338.09801168164,358.994209061831,4902.75287873588,274.068959452638,5566.74176070598,86.9927868224991,1510.58024626463,157.219547314297,2904.53639575448,356.087524793128,6666.34123938751,213.174612929835,1940.87869730535,157.082856371057,2643.36453484886,194.816085129557,4725.20647929525,255.392316999896,3164.50233182009,238.487469718231,4031.35061212945,280.007832568226,5682.95666593348,3381.66389934193,1155.34637003146,30363.893958679,12176.2944324908,760.103268598516,5680.37993242849 -4257,902.447830737197,4467.69794211001,182.305262069928,1790.01623706799,383.316345355828,3186.14093921906,442.147510774857,3754.66101794643,65.2088747952445,1373.17242071409,499.701445638317,7620.32489832475,279.528410378696,4445.29615633618,318.848410387286,5023.90413232327,244.321267348122,5704.30075243731,78.9172436716029,1547.90798743491,141.971074949031,2976.30999604383,321.611918103284,6831.07228293979,194.805775029349,1988.83948444995,141.226114630136,2708.68435312368,173.248115053609,4841.97040817055,226.987944431435,3242.69991468073,216.348670364817,4130.96876388824,254.014696618835,5823.38742823985,2950.42374893856,1021.93000707567,27345.2344107271,11084.4477258666,662.354863615598,5185.68961429001 -4258,869.220147788137,4552.95290346171,176.930687002435,1824.17426813624,372.801515287642,3246.94055596887,427.619063110509,3826.3094337797,63.8565254105587,1399.37601889242,489.525191576147,7765.73994498013,273.83590709211,4530.12363503236,312.323483676537,5119.77291266288,238.949343212679,5813.15321885043,75.9937393098395,1577.44598157747,137.613444932845,3033.10550840193,311.65625181718,6961.42639618086,187.575029622718,2026.79156527067,137.952937279818,2760.37289223975,169.616007039444,4934.36743352086,222.292231285316,3304.57881954034,208.333992557452,4209.79808200102,244.604673676227,5934.51236921921,2916.0974523017,1001.69672337277,26561.4568867054,10697.6725809252,655.06020652732,4990.80560138952 -4259,839.692732991759,4498.4339115056,169.805168255818,1802.33083062222,349.042195956775,3208.06031059707,407.74352643306,3780.4915793751,59.2522356099364,1382.61929605008,453.73647847958,7672.74967634114,253.816028885427,4475.87801043328,289.492514334732,5058.46657715689,222.611838188175,5743.54405304133,72.6735632556209,1558.5569733658,130.64072715224,2996.78581471724,295.954048084932,6878.06731961149,181.047009137527,2002.52190217802,129.939058368462,2727.31901474555,157.489181215517,4875.28122197405,206.233263878765,3265.00838911839,199.231854149065,4159.38817163385,233.917864635569,5863.44999739567,2635.03008339343,923.439335065448,25112.1737956575,10268.0364423035,590.867224150478,4810.84737938973 -4260,759.696343159454,4403.69174035832,153.137624856548,1764.37167875337,312.593119354221,3140.49488561217,367.285301879545,3700.87009614782,52.9993040749375,1353.49974988027,405.715326986119,7511.15277899718,226.953436714266,4381.61089240044,258.841213462964,4951.92947655172,199.261030403308,5622.5784360355,65.4451728779163,1525.73197817453,117.550789597564,2933.6700726312,266.309009363835,6733.20734301153,163.665554146705,1960.34649702267,116.728983131846,2669.87855214203,140.89814803994,4772.60221478846,184.460657481596,3196.24357236561,179.415492422066,4071.78669214629,210.651499727087,5739.95902384909,2337.05638038594,823.790355341328,22575.2843560225,9268.8690747638,523.756378938325,4346.40756458637 -4261,743.164020763688,4298.55261332688,149.264388110505,1722.2469095823,303.035339469499,3065.51486653092,358.051481976915,3612.51099335238,51.1279947833175,1321.18464007467,391.249521612106,7331.82232338285,218.861397725104,4276.99895056162,249.62934135316,4833.70105072563,192.508911762827,5488.33811603017,63.949160233296,1489.30478532652,114.40018321689,2863.62804230289,259.214710533134,6572.45050899474,160.172275073123,1913.54278515356,113.136528696353,2606.13460347288,135.952775066144,4658.65526751863,177.938855428828,3119.93254089659,175.314229739104,3974.57187251051,205.836212466897,5602.91621600836,2234.3146487117,793.576273205351,21930.6357387388,9052.09478401098,500.413476255837,4252.87166873862 -4262,700.314129590302,4209.91864099767,140.603874504519,1686.73505276456,281.056751689665,3002.30550647505,335.336925103676,3538.02285089459,47.3483844858637,1293.94248361785,362.130010694846,7180.64386975204,202.572210113672,4188.80940381492,231.036298772879,4734.03258933483,178.619582291489,5375.17137073981,59.8044999371859,1458.59607683633,106.97835867172,2804.58148605609,242.39859022695,6436.92991661132,150.866048130259,1874.08650451058,105.583021352827,2552.3974311944,125.943725813268,4562.59616129938,164.772482460607,3055.60111602546,163.951798634583,3892.61821855816,192.495596668333,5487.38692847261,2040.83117895108,731.728696304182,20471.5711097891,8503.41408602488,456.645533726172,3999.27304879122 -4263,719.572186669908,4114.59163848186,145.323838288624,1648.54158388073,292.977196393806,2934.323008718,346.305316270163,3457.90987438151,49.6273199057962,1264.64318619439,379.768683892144,7018.04945532061,212.439122293067,4093.96038685599,242.272260295027,4626.83784876224,186.867849119366,5253.45904837055,61.6745157429613,1425.56845712604,110.719936442185,2741.07613852431,250.839278192566,6291.17573780621,154.874682208613,1831.65075594514,110.028220214037,2494.60239592333,131.961780935623,4459.28332966619,172.716291888949,2986.41182280775,169.078376988286,3804.47598628318,198.51470574357,5363.13366085797,2169.11950061743,769.161374940921,21248.4683060765,8760.26087274128,485.824162079282,4110.53819536998 -4264,761.554689028752,4084.83038173067,154.562954100008,1636.6175161594,313.580620908667,2913.09875413181,368.386144406615,3432.89846313198,53.3451578009002,1255.49589434385,408.390700200395,6967.28719503239,228.450015978312,4064.34835803084,260.531485305956,4593.37146345312,200.626861057536,5215.4602486578,65.4527863143026,1415.25717654303,117.994018139907,2721.24965806141,267.272971734059,6245.67102850563,164.052070400284,1818.40224109463,117.769440169707,2476.5586849259,141.811767047953,4427.02888311085,185.666125105022,2964.81080457009,179.436364373017,3776.95782735519,210.676005457951,5324.3415735998,2356.31466419339,828.696169885617,22673.9526212161,9294.40032802001,528.133173191292,4352.96820356352 -4265,831.461182887727,4016.47045635707,169.109331903047,1609.22860626239,344.792296788623,2864.34784042704,403.087698406058,3375.44866452972,58.826113624517,1234.48508174608,450.469660571679,6850.68915100123,251.988600878638,3996.33120077263,287.359090014643,4516.50106710588,220.98677830856,5128.1791524875,71.5743940813147,1391.57274758714,129.253433624085,2675.70935254958,292.756277041607,6141.14928206391,178.942262018557,1787.97115096752,129.400478543105,2435.1133001574,156.357347414317,4352.94224161167,204.749872071848,2915.19448604345,196.218522989697,3713.75017095604,230.379916383018,5235.238340755,2615.49336775889,914.967255160261,24879.4893272252,10159.2216057674,586.490429897512,4752.19595303886 -4266,872.042385921586,3943.30194062041,176.555151495237,1579.91309905759,354.225308983354,2812.16767818886,418.927250689839,3313.9577183339,60.1320440484454,1211.99632149952,460.134547931877,6725.88933922653,257.395050317331,3923.52956422883,293.508513276279,4434.22343479313,226.419739024487,5034.75850839305,74.5208246411666,1366.22230281557,133.964157236291,2626.96563988044,303.482706005268,6029.2752417172,187.375883285806,1755.39946975692,133.550174704487,2390.75255413446,159.898739849266,4273.64417970211,209.2742366681,2862.08804446863,204.296052111201,3646.09634634107,239.86373297301,5139.86738680851,2625.26592615683,930.744820848571,25734.2119592399,10607.7858415733,587.949361315167,4974.38317551919 -4267,903.010402327987,3772.53209496537,182.064352714405,1511.49289686735,358.598104693298,2690.3830805111,430.306687990362,3170.44244697273,60.4621856968355,1159.50923634256,462.270810258256,6434.61590857165,258.590055890072,3753.61598718204,294.888024275082,4242.19359204656,228.426719886265,4816.72170919898,76.6200165388975,1307.05625991661,137.178249740312,2513.20145858803,310.816194516879,5768.16959524525,194.206050921714,1679.37960086852,135.847835277986,2287.21788932391,160.858338400722,4088.56843152406,210.398738146222,2738.14158006775,210.050908145004,3488.19737748602,246.6205020673,4917.2787102248,2583.57627475746,931.159608150339,26249.4637017078,10939.7865144849,577.736841391579,5145.29448594331 -4268,865.89565965086,3630.61377257924,172.239066166158,1454.63227094763,332.174513388053,2589.17396054848,406.976564470599,3051.17404528129,55.1476925871809,1115.88983126644,421.03740064852,6192.5530521251,235.524464338741,3612.40926703417,268.616547794363,4082.60714382949,209.364651154043,4635.52217340638,72.9563769579986,1257.88630536031,128.994785229562,2418.65770764229,292.426590573617,5551.17768329085,186.174721247862,1616.20327006332,125.913833403074,2201.17538057558,146.845122908129,3934.76118531477,191.867451061476,2635.13584023123,200.007177330967,3356.9754004417,234.828170589843,4732.29633560393,2270.06260812152,843.18619044563,24547.4925425386,10420.3364355523,506.249201926459,4930.32329503108 -4269,719.926779751112,3516.05241491434,141.838215463992,1408.73241535805,268.71660940922,2507.47447315291,334.870475258558,2954.8964836912,44.0870168233837,1080.67874518512,336.19408512771,5997.15157747048,188.063890978791,3498.42233920442,214.507593901778,3953.78346648271,168.054793742301,4489.25166738836,60.285692430256,1218.19462457109,105.679632122843,2342.33873568034,239.658593847523,5376.01433850325,154.804945897119,1565.20515996984,102.010750331297,2131.7189041082,117.476595729572,3810.60267887122,153.360648512991,2551.98605939573,165.270969847639,3251.04850113149,194.044433899029,4582.97219179828,1757.49809386409,669.836613491537,20020.158775715,8619.92398353089,390.993619931674,4096.14581360529 -4270,558.280561143425,3267.24048399747,114.772096901167,1309.04407427313,223.020884619848,2330.0341247828,266.360212935346,2745.7945099413,38.1837987018224,1004.20498041705,292.062094987824,5572.76573564907,163.37686003596,3250.85799298253,186.237907592357,3673.99568671301,144.099623717082,4171.57171159569,46.9504917136648,1131.98960797737,85.2115663520904,2176.58414646719,192.962815226392,4995.58300519152,119.653234564996,1454.4440926771,86.01975628151,1980.86873633103,101.561331443771,3540.94702571167,132.881252854354,2371.39586784517,128.713016099431,3020.98945774529,151.121787253235,4258.66014356408,1649.30091075252,586.905656060196,16379.7313725577,6768.17121215464,369.109648666842,3166.41281175705 -4271,354.258044514857,3044.16100092992,88.969522588237,1219.6656288138,162.506916028418,2170.94488399011,168.17194274465,2558.31812952562,33.3618628135026,935.64023012625,257.943662305841,5192.27041990662,144.29132138993,3028.89706780653,163.991083603736,3423.14391666467,121.510842918703,3886.74662279066,31.5196649452773,1054.70002436016,64.1529351436711,2027.97210868635,144.632396603814,4654.49636651971,94.7934305960682,1355.13807650406,70.5062694039036,1845.61968567506,88.1568880837518,3299.17950479172,107.324965129169,2209.48254467889,86.4099819506123,2814.72341461589,101.453849071555,3967.8888617929,1606.56989925038,497.54133486889,12619.2666101894,4841.85500434823,344.327768541906,2159.30935940484 -4272,347.713523958574,2891.97569359017,86.3133868207851,1158.69145940684,158.434762038171,2062.41385876288,164.558136665126,2430.42133605912,32.2319456726734,888.865208720449,249.135519498153,4932.69568998819,139.364127004337,2877.4748430872,158.419581478824,3252.01229489214,117.504610948724,3692.43832925413,31.0760865290992,1001.97290272978,62.6124604430849,1926.58865408503,141.212020184576,4421.80632159955,93.143661180389,1287.39129681745,68.1240412181553,1753.35248988254,85.1862228453594,3134.24517748368,103.683810158834,2099.02492432929,85.1939283218007,2674.00827248022,100.026082064372,3769.52406251405,1542.29644162411,480.790111443477,12285.2209033211,4744.10439023853,330.415535469506,2124.21002541299 -4273,349.570195514054,2811.98418303951,88.299514456121,1126.64226884638,169.14427561201,2005.3678744869,170.222448017135,2363.1963333121,34.9992032262818,864.279362138453,271.026650347875,4796.25824336532,151.609825033084,2797.88442336819,172.341824641242,3162.06223882,126.723694659315,3590.30617087299,31.8102322697629,974.25851833927,65.335666545514,1873.29956974329,147.250064580084,4299.49998001753,93.8999166193045,1251.78229265796,72.1045945832416,1704.85508566704,92.3947265804827,3047.55253800587,112.628868513353,2040.96628477962,87.2065613973745,2600.04570031382,102.389111979161,3665.25972706828,1743.61139414755,528.328853095965,12905.5747957712,4837.13255728261,374.470940198773,2142.32000472141 -4274,399.805894442218,2777.15441297364,101.219186721977,1112.68746376351,203.283383752494,1980.52900718916,199.368924248214,2333.9253347744,42.1815019632015,853.574233838824,327.079314322925,4736.85087798945,182.965171700977,2763.22929560303,208.036331215801,3122.89633547802,151.999745202072,3545.83595686828,37.3239905471449,962.191167326718,76.8816644808752,1850.09652554688,173.253737999423,4246.24555682216,107.801696089681,1236.27747947701,84.9698386487434,1683.73842683675,111.26433005941,3009.80497356271,135.779322676884,2015.68648881211,102.322323384559,2567.84104054052,120.136508757069,3619.86112408342,2161.14035491917,644.040623818894,15236.8509632895,5597.5242212849,464.900455169375,2466.84349284344 -4275,578.996769674331,2766.88742802001,144.016092066377,1108.57392027627,261.256654051866,1973.20710192453,273.018985363467,2325.29694299933,53.1708362149394,850.418617509144,410.865214526886,4719.33900451757,229.83423662082,2753.01379103158,261.249249117419,3111.35116192257,194.096859809113,3532.72719912435,51.4461802010029,958.634000252644,103.815872277129,1843.25682189129,234.126019476577,4230.54742385641,155.152953109125,1231.7070305956,112.974940357556,1677.51373979255,140.550316783382,2998.67789246396,171.030017576494,2008.23460829903,141.037777854383,2558.34787544917,165.592274235219,3606.47869942545,2528.19598073206,790.992776175802,20347.465020017,7885.6340203419,541.417737067576,3532.49227688611 -4276,837.776977694919,2770.59134111128,208.01824129091,1110.05792046159,368.902909145168,1975.84854932951,390.539504554987,2328.40971791783,74.8993229574398,851.557036303688,578.327954337923,4725.6565804854,323.51135896183,2756.69913208224,367.679902185882,3115.51619378597,274.131890326553,3537.45630894941,73.6008855929649,959.917282321624,148.133204567829,1845.72431045047,334.10310435891,4236.21067557664,224.004568296734,1233.35586377508,161.126083439105,1679.75935522261,198.078785962042,3002.69209347189,240.884232034531,2010.92294551893,201.77407363558,2561.77262561859,236.902681276765,3611.30653720912,3501.00365230242,1107.1160055039,28990.3737003739,11347.749220263,748.941880397547,5096.02822918253 -4277,911.464142714133,2913.15947402806,223.665408340765,1167.17889777838,399.012687281747,2077.52108198503,424.496814640919,2448.22422149442,80.3134970565736,895.376164349209,619.958832639156,4968.82778566772,346.799290857539,2898.55240450193,394.248506867102,3275.83335071534,294.244439364166,3719.48551468544,80.4144071940369,1009.31237450446,160.656241012315,1940.70095493623,362.44717107492,4454.19614232429,244.56466450054,1296.82146410063,172.559538151707,1766.19583232772,212.433599432031,3157.20358679034,258.281752723473,2114.40032434708,220.453088136239,2693.59543715069,258.833688264342,3797.13590250035,3730.20976634751,1187.58478307758,31320.8358947412,12334.515744294,797.634696150947,5559.29244826283 -4278,849.576462254979,3155.27836845519,202.440810454776,1264.1856242718,368.29763778231,2250.18828815886,394.844095113422,2651.70135589184,72.5578190240464,969.792786213331,559.773476248369,5381.79765593753,313.132153916397,3139.45727424004,356.183675050541,3548.09484421539,266.27120915678,4028.61988535144,75.9012709789517,1093.19847769425,148.662257196909,2101.99674866533,335.638527406735,4824.39387957687,229.34800223818,1404.60306066501,155.235547825783,1912.9881332908,191.985914806632,3419.60550770477,233.312695711085,2290.13264297617,208.080494088579,2917.46589638617,244.307041448788,4112.72396243986,3326.5078814989,1075.08245330421,28764.9760483745,11474.5822855667,710.683239448446,5215.41251921613 -4279,767.781212492931,3413.31758621601,184.318010923171,1367.57094610358,330.337007259577,2434.20908058592,355.269513045736,2868.55795734113,65.3915158707811,1049.10261017257,504.395381748855,5821.92201110339,282.15415523265,3396.20264014417,320.872055053757,3838.25866218331,240.125203333898,4358.08112536898,68.0407005318391,1182.60044072284,133.809956030682,2273.89841103021,302.05949976002,5218.93365625768,206.660832621133,1519.47174504543,140.795215652842,2069.43263797702,173.043160184212,3699.26144522218,210.261283190227,2477.42009173823,186.531034358098,3156.05676851767,219.005848395428,4449.0632486163,2985.40352727253,965.59294398213,25933.392093623,10351.1690776594,637.644015818345,4698.65403401194 -4280,755.642401442826,3640.0360032127,181.224375319997,1458.40735736614,326.316183945078,2595.89342886282,350.077072454297,3059.09250407594,64.6054007428547,1118.78580754217,498.391475044409,6208.62407116538,278.795624830537,3621.78425302511,317.053503838839,4093.20239535018,237.084542957568,4647.55235941907,67.0950947419549,1261.15079330152,131.890664587478,2424.93464927594,297.732029337542,5565.58419406164,203.324863474215,1620.3976682877,138.735739578833,2206.8879083738,170.950370780891,3944.97274448848,207.738754173285,2641.97458959771,183.938691470629,3365.68748011613,215.962181933406,4744.57767156885,2957.7196038511,954.964264658101,25575.5779519156,10193.414444958,631.847252038178,4626.00371404857 -4281,685.523438141036,3764.21453530056,163.522750121696,1508.1604050459,286.575940285886,2684.4514088301,313.211092172193,3163.45235555595,56.2635469477965,1156.95278698378,433.533770657457,6420.42907055611,242.51481922883,3745.3401331545,275.789238126305,4232.84053754012,207.392796452325,4806.10195323759,60.1990331805026,1304.17450353829,117.50833000495,2507.66043135346,265.335741387426,5755.45211702175,184.31443293416,1675.67695774224,122.780596362843,2282.17510352859,148.983125923813,4079.55408492161,180.871860997902,2732.10461195466,165.033396757314,3480.50671002992,193.765499638135,4906.43724936212,2506.41048176775,824.924154580777,22698.8407741873,9185.59929954591,534.461620531376,4187.92084239414 -4282,656.702587283465,3814.24984531051,157.618477970714,1528.20742221337,275.596364895154,2720.1341142625,300.549540517855,3205.50211595817,54.3998283690436,1172.33142463068,419.257240198036,6505.77175119494,234.528658892737,3795.12455773967,266.678853815334,4289.10499498066,200.39268476071,4869.98641011817,57.5393023536336,1321.51006583944,112.918062439113,2540.99316675039,254.919089501218,5831.95568190148,176.470029222208,1697.95066591453,118.730418365778,2312.51060585748,144.030451886983,4133.78100302821,174.887789046788,2768.4207411117,157.741844225196,3526.77087233918,185.204497154491,4971.65539952704,2434.92581522881,797.663744619083,21843.6548289961,8807.75335703078,519.390034702943,4007.33503634452 -4283,627.966125327404,3745.37007403365,149.334420608156,1500.61023220887,252.036482665164,2671.01247220144,282.131000990244,3147.61543796665,49.0975257501083,1151.16083443232,377.749900340693,6388.28703247554,211.309833270669,3726.59016117262,240.280740032032,4211.65003449874,182.020731537923,4782.04158121222,54.2657719380335,1297.64552765587,105.365017562863,2495.10654808616,237.96426038416,5726.63909548016,168.659476407806,1667.2881612935,109.562856520788,2270.75004793214,130.126587367409,4059.13096657418,157.786118171946,2718.42711322171,148.767583089557,3463.08255068105,174.667828655888,4881.87457743227,2109.32654062272,711.619709792952,20264.3065436941,8347.23874008326,448.669516584908,3823.14642167496 -4284,596.166898859706,3616.77283916175,143.248130919753,1449.08679856464,250.579133052771,2579.30329221551,272.973588596852,3039.54210108363,49.5654317989791,1111.63574151102,382.028882102754,6168.94527673293,213.703456463935,3598.63773437504,242.986314643523,4067.04308298823,182.488760466552,4617.85024304518,52.190608445251,1253.09088461609,102.612974691194,2409.43709581516,231.638370044143,5530.0150134185,160.122490693308,1610.04184302886,108.113053193675,2192.78387330128,131.22445910607,3919.7607553624,159.348487863773,2625.08995212654,143.078600028753,3344.17765440972,167.988400934779,4714.25547458268,2222.65858801933,726.785102091493,19863.9420741173,7997.84618122746,474.175277217642,3636.01436097702 -4285,579.669695722454,3505.00566110583,138.570188008691,1404.30645170957,239.874310178804,2499.59647535385,263.752400909081,2945.61277283225,47.1352960692347,1077.28346245454,363.07793538331,5978.30969196625,203.102470499424,3487.43097566971,230.948892266553,3941.36144672522,173.961964171699,4475.14731054096,50.5847918346533,1214.36729365548,98.8976054415703,2334.97956229616,223.298976584786,5359.1239455681,155.764936226527,1560.28758934756,103.612799983361,2125.02145732875,124.8368755974,3798.63050534019,151.516769110675,2543.96821483763,138.676313882036,3240.83433815166,162.819682411564,4568.57338326536,2083.41579876402,688.7633647413,19093.8243456687,7752.39367849996,444.032105560775,3535.19305624937 -4286,553.33810777391,3437.81539216614,132.72608361961,1377.38617331712,228.93786842388,2451.67970269828,251.830089311954,2889.14595550439,45.1242337706663,1056.63215042677,347.59958945107,5863.70667135909,194.444025598982,3420.57760999215,221.08941437369,3865.80632322496,166.525397189239,4389.35961704974,48.1623206265342,1191.08811155381,94.4887302981158,2290.21846347675,213.316151331295,5256.39059389921,148.682671259869,1530.37718323471,99.2061374654233,2084.28521407388,119.507969059825,3725.81150590503,145.053286036679,2495.20084466596,132.035199716233,3178.70818149927,155.022358780257,4480.99473034089,1996.24553307537,658.940841747557,18249.7076345492,7401.23732062091,425.482461464241,3371.62004465585 -4287,552.090135649889,3394.27818115958,132.101431998695,1359.94266759489,223.757842728186,2420.63111969987,248.933721986568,2852.55720865656,43.8928883665625,1043.25074053656,337.855322433063,5789.447467327,188.993171906994,3377.2587018536,214.87709587655,3816.84894581945,162.437249540945,4333.7718515558,47.701547681257,1176.00392333408,93.1617118156148,2261.214659281,210.356509975893,5189.82256731437,148.118885070784,1510.99616746,97.5861676024368,2057.88939149138,116.301112382967,3678.62705205887,141.072715322555,2463.6011008503,130.772007929332,3138.45235823966,153.53924692207,4424.24647866376,1906.19439862322,637.30045857084,17962.5791659314,7352.38298700662,405.773464611674,3358.21701435613 -4288,570.611115279665,3439.69983829283,136.301061317989,1378.14119060082,227.289430643672,2453.02359636114,255.593742040895,2890.72964726332,44.4072737831284,1057.21134568192,341.588443823122,5866.92087516715,191.081445809386,3422.45260719034,217.251598532516,3867.9253735291,164.782269141849,4391.76565425228,48.9944456347164,1191.74100914205,95.4598200014358,2291.47385180348,215.565087879365,5259.27189605337,153.141053948939,1531.21606287958,99.7002917807305,2085.42771963353,117.711457315939,3727.85381773977,142.706419783278,2496.56859453926,134.316439287228,3180.45059743416,157.700759237093,4483.45099753387,1897.46109172771,641.643860482548,18361.41492089,7574.91561949797,403.454759099607,3467.24539594713 -4289,616.210202926068,3463.28791076069,147.055616914526,1387.59192636356,243.964605864667,2469.84544160245,275.135403291556,2910.55310384681,47.6270057131072,1064.46127416642,366.272435324869,5907.15384934296,204.889444498425,3445.92240511209,232.935599309564,3894.45004379112,176.827362603179,4421.88260962177,52.7717119906995,1199.91348773266,102.688999894206,2307.1878541338,231.901086925827,5295.33785891187,165.170047744626,1541.71652430155,107.223127967575,2099.72874079518,126.263416065246,3753.41793383603,153.046145576754,2513.68905379368,144.671673653133,3202.2608432985,169.858826635598,4514.19669396312,2023.65607268491,686.806745798506,19752.5824077818,8168.21773026829,430.119872488374,3741.00568275549 -4290,643.185166984824,3389.92445753767,152.584071243405,1358.1983160125,247.468567468305,2417.52625960199,283.701779673512,2848.89833185291,47.9417337198548,1041.91259877262,368.268222189398,5782.0215426234,206.005869384856,3372.92680853113,234.190153414357,3811.95320524376,178.688369496333,4328.2130717873,54.5666373178649,1174.49550363857,105.499221551475,2258.31427718181,238.306276729592,5183.1657608009,172.154788377364,1509.05806476016,109.491639500559,2055.24980770454,127.18674789259,3673.90860394179,154.020826878432,2460.44112463878,149.592394269686,3134.42677358247,175.636238405461,4418.57165020973,1978.69035661029,685.512997238165,20233.1946935887,8476.53956737392,419.685697684074,3897.01441590317 -4291,678.941781252437,3210.83705221782,161.298979942196,1286.44562200081,261.508295972668,2289.80999024323,299.938978132596,2698.39296907495,50.6668388448073,986.869064256871,389.217024037228,5476.56127395298,217.724437203651,3194.7373774568,247.528884857622,3610.57030799075,188.912102033569,4099.55651663183,57.6252438956065,1112.44770436129,111.560794680472,2139.00906865482,251.985563566964,4909.34263610545,182.020278444251,1429.33555274549,115.719208359292,1946.67235709867,134.413012468764,3479.81850916129,162.777037572197,2330.45769212481,157.977449746498,2968.83713727131,185.481121295117,4185.14151276334,2093.33785263094,724.845933629169,21377.9152582446,8953.74814449821,444.032105560775,4115.84940437969 -4292,655.87385335294,3183.35012286919,154.059234282138,1275.43278038109,246.137793683195,2270.20767333957,286.76536189805,2675.29290647771,47.0576714009619,978.420799893273,361.057329352489,5429.67821811352,201.972161998764,3167.3882721757,229.649998952793,3579.66139254285,176.194461250687,4064.46154964946,55.4486217949062,1102.92440219536,106.187685899283,2120.69770928342,239.949730006876,4867.315354125,175.898504779096,1417.09947700734,108.810452444811,1930.00752961777,124.92935288812,3450.02891724124,151.144360141137,2310.50740349551,152.010321708768,2943.42189030841,178.475123913049,4149.31388052774,1884.56828659316,668.596839360712,20256.9968385809,8605.70661375217,398.817348075474,3976.58789249817 -4293,551.933559956903,3108.88199237438,128.900166378085,1245.59657290757,204.847911369254,2217.10069021068,240.342361910623,2612.70976180876,38.9053137543749,955.53259564522,298.343769440248,5302.66171961824,166.890771171357,3093.2935373598,189.779129168251,3495.92234989338,145.951733968524,3969.38157371591,46.6097806181494,1077.12368435457,88.8187787831261,2071.08821373329,200.740390659374,4753.45421382928,148.122188959153,1383.94925956195,90.4094563248131,1884.85885070274,103.320579690736,3369.32236794454,124.945725749391,2256.45768851234,127.77896938082,2874.56640254597,150.025124197919,4052.24895345632,1535.66036497686,551.178878100496,16903.5776381078,7227.07616757738,324.618771689339,3347.6564878182 -4294,439.246548543367,2902.04773475428,107.713353744704,1162.72689722242,180.099214948517,2069.59673977012,198.838357561012,2438.88589673893,35.9991820088354,891.960907965578,277.27866807203,4949.87505776424,155.107146466405,2887.49638134996,176.273973796587,3263.33825512512,132.998599799135,3705.29818521025,37.6145112163463,1005.46252829752,74.7635362105386,1933.2984892587,168.701995266461,4437.20638716359,117.43643164353,1291.87496456217,80.125931864599,1759.45898603755,95.3470885047125,3145.16098376657,115.718002477987,2106.33531268739,103.118774927606,2683.32118664243,121.071621493086,3782.65238914934,1588.52583043423,522.597458557152,14499.6794113443,5864.73910500857,338.531004761739,2659.76474993791 -4295,410.718279144233,2692.02941624932,91.316883033144,1078.58150398483,201.058362101507,1919.82207477597,183.184347095101,2262.38614143703,41.1387158826205,827.410581029297,328.40198249949,4591.65750538161,183.705060160538,2678.53112986983,209.506409244392,3027.17369971601,157.591057006259,3437.14942766296,37.132048869701,932.698201583,83.0683423202773,1793.3875935764,186.658846641218,4116.09015839472,94.878302663621,1198.38325368272,81.7189010860889,1632.12868292063,106.542533917064,2917.54880036671,138.427474222676,1953.90191358079,101.796122458493,2489.13189165653,119.518696924115,3508.90558452445,2062.0807602243,619.583055862608,15272.5266869924,5787.82063480076,440.891797640574,2548.4713458632 -4296,433.924552484608,2559.2084223829,97.1758238645645,1025.3657900478,225.002912522235,1825.10071902878,199.079099009539,2150.76315024626,46.2830612492374,786.587291712858,369.963546620537,4365.11149898294,206.954218338914,2546.37612271276,236.069346288745,2877.81715220741,176.222625849028,3267.56524693522,40.3528774367534,886.680167246554,90.6889593277128,1704.90433959383,203.751590262646,3913.00798463322,100.681513457036,1139.25668774468,89.6782076197687,1551.60171970288,119.761774235299,2773.60099319214,155.767333623757,1857.49910590238,110.625903448494,2366.32157995679,129.88573146888,3335.78105464121,2396.00591803995,706.07444098481,16762.2528408745,6202.78826698536,513.277018148728,2714.13432471271 -4297,453.126904919003,2483.31070619938,104.086881279712,994.956808490574,253.845322431335,1770.97422617745,216.461641342853,2086.97857931109,53.1290015470112,763.2596961572,425.416297853349,4235.65662896859,237.973979315257,2470.85897039026,271.462860701569,2792.47054755576,200.741167411208,3170.65999390698,43.3324678411438,860.384145753873,99.4773338168968,1654.34247657602,223.340166383902,3796.9610199374,105.751639451919,1105.47007623216,100.112447924361,1505.58630887432,137.323399914771,2691.34509752281,178.85131749751,1802.41178330767,118.794339042927,2296.14425399001,139.476281232238,3236.85274480869,2862.41447333943,821.392145351561,18547.5410736935,6613.78477404566,614.616326860143,2854.63765206772 -4298,536.764737290641,2446.20660873094,124.664265481944,980.090777306089,319.579701512432,1744.51342119716,264.90645916123,2055.79623212111,67.2355520921135,751.855540370632,539.013240116032,4172.37005914397,301.519068031193,2433.94091908106,344.018288947153,2750.74717435256,252.704166686401,3123.2859471719,52.9534584327748,847.528816324229,122.347419396314,1629.62431128812,274.629313778991,3740.2291694219,126.043525100491,1088.95282393885,123.867563586167,1483.09076652749,173.650220623252,2651.13267844435,226.377532406569,1775.4812577318,145.169924722952,2261.83668225162,170.443822578151,3188.48968680126,3721.10738532509,1051.12778862698,22927.4628581565,7969.18306417595,800.185710344683,3413.39969467215 -4299,760.130413046095,2432.43064817242,172.438609559776,974.571336779786,406.788104442806,1734.68908828986,354.489220649181,2044.21889122563,84.3716662247003,747.62142039365,674.917806383377,4148.87310464913,377.542837230799,2420.23403349611,430.653585164253,2735.25617516831,320.266078986704,3105.69697334293,71.4143292392186,842.755906503684,162.105905964614,1620.44698335621,364.084325076266,3719.16584250017,176.754670333983,1082.82032020874,161.721392136578,1474.73865112094,218.216316472992,2636.20266432236,283.985467637868,1765.48252757892,195.779711214874,2249.09901209191,229.864708040547,3170.53351416652,4443.48440874304,1294.14466552722,30077.7320554944,10958.0771748947,952.852720870972,4766.29997750965 -4300,888.617683977011,2420.66910467112,190.355246942342,969.858987352163,379.485032392118,1726.30133787713,371.773651081849,2034.33446988216,75.1889529752068,744.006442977927,597.940541454326,4128.81203876085,334.482460502389,2408.53146434387,381.415772139288,2722.03037795367,292.865686645091,3090.67998197208,76.5735582351141,838.680924854049,166.136643425917,1612.61162833773,373.705458904803,3701.1825421837,203.861856975918,1077.58455395584,158.303775248524,1467.60784029547,195.204238132068,2623.45582102061,252.866502775999,1756.94588150249,209.923544443698,2238.22393292396,246.470964508816,3155.20301836094,3419.2236620847,1096.96662570235,30035.1930998054,12128.8408977073,726.484394918199,5450.42104332226 -4301,980.984011851805,2465.8308451559,208.452533327786,987.953372829757,423.532145781553,1758.50845485536,413.154473362858,2072.28847409147,83.4761331325917,757.887161260292,664.001554444407,4205.84212000785,371.436385911861,2453.46675629773,423.682835527185,2772.81453068383,324.797711067893,3148.34192634851,85.4186660779764,854.327958232009,184.574748522358,1642.69766848306,415.238127862387,3770.23446057036,226.039916708058,1097.68874493438,174.196081341126,1494.98858568068,216.686340942398,2672.40089605526,280.746373521237,1789.72472508466,234.172076602269,2279.98184531705,274.941135041064,3214.06875082186,3820.26798650374,1223.37927770272,33299.7718309414,13427.9785434148,812.030564609654,6042.02513300785 -4302,878.81268268044,2615.1569874214,178.598004375874,1047.78199659472,357.445993183259,1865.00046513282,361.348385266276,2197.78242032272,67.7685663690938,803.783401988192,537.852144603227,4460.54011763909,300.869561839395,2602.04415227537,343.426645590893,2940.73103553986,266.098427705248,3338.99967374345,76.3548647983324,906.064474742446,159.741467014639,1742.17639234809,359.778532595061,3998.55286632777,203.396082613588,1164.16273929264,144.131327809712,1585.52232146763,176.165357323274,2834.23653744922,227.846574018864,1898.10713478608,209.324004570484,2418.05331687213,245.767045512002,3408.70679279428,2916.5055830158,981.475918640734,28384.6153539186,11878.8679676705,617.248516696803,5429.39652778939 -4303,800.920989549259,2852.85717906449,164.498774348515,1143.01833712367,326.211244570748,2034.51647128801,329.079403823925,2397.54606931713,62.394088573347,876.841910372622,495.279977720111,4865.97323155702,277.055081735155,2838.5524753453,316.15106448835,3208.02371971934,244.81889629306,3642.49230006093,69.1728297638838,988.419645129228,145.710597515207,1900.52851588371,328.097593032366,4361.9944444788,184.790340641573,1269.97730704693,133.003214197809,1729.63564295464,162.176951837514,3091.849587585,209.781861700506,2070.63231467696,189.634724282359,2637.83810975007,222.649886758043,3718.53532767746,2697.88706909905,902.503848268133,25976.5986052607,10825.6221034362,571.185194555251,4933.89461045334 -4304,785.965697300513,3068.13896097679,161.122347991209,1229.27257591985,320.362839865056,2188.04477774619,322.91779458288,2578.46924829964,61.2234519628078,943.009992779855,485.99293674044,5233.16840547409,271.859996099865,3052.75479834567,310.224620572173,3450.10701357164,240.15242009444,3917.36138173577,67.9559657993173,1063.00758596345,142.957452845091,2043.94584798049,321.913454044831,4691.15846418164,181.274861130132,1365.81210019942,130.326248902761,1860.15708861509,159.133061552142,3325.16617051972,205.846261756271,2226.88598824327,186.298737259746,2836.89416233851,218.733108669948,3999.14275426752,2648.09169969535,885.887142500991,25489.9370878047,10623.0335792413,560.65643520861,4842.87168802121 -4305,725.457561469844,3237.15432513253,148.523398817836,1296.98983211597,290.921697148361,2308.5781660977,295.908210810835,2720.51005039779,55.388085489397,994.957828050472,439.42998488474,5521.44930636845,245.813107445905,3220.92269115725,280.491118722038,3640.16395059167,217.834931015978,4133.15808093511,62.3429044126582,1121.565759673,130.794978830603,2156.54122133381,294.554129445853,4949.58152331306,167.138284139937,1441.05094446937,118.96417473473,1962.62804306595,144.016314333075,3508.34045901733,186.212037840685,2349.55903239914,170.910739514498,2993.17088448746,200.666080237376,4219.44456507863,2358.60235756776,797.520267960224,23280.8736483699,9771.65767380975,498.799974047097,4462.87330954531 -4306,696.117563956174,3405.84478087136,143.551119897628,1364.57691135085,280.99778433401,2428.87984585521,284.757655966629,2862.27779890477,53.8680109108854,1046.80580086773,427.4987533373,5809.17602751945,239.138885833327,3388.76730469714,272.841767869924,3829.85552971163,211.605050556001,4348.53994113884,59.7206513195401,1180.01136347737,126.075893379815,2268.92014581758,283.863981705308,5207.50780022913,160.310105093156,1516.1451525762,115.558236902516,2064.90201142767,140.036994778353,3691.16262054477,181.109321267315,2471.99625477175,163.721930787005,3149.14718647847,192.225709123073,4439.32287644665,2313.57542252578,776.460170586487,22485.3119762125,9390.48911398176,489.587309618786,4278.27607262236 -4307,684.433914075392,3371.33991291923,140.850945474714,1350.75228070381,272.513038221763,2404.27268265637,278.323734422755,2833.27984866106,52.0232595260416,1036.20053308415,412.659962435851,5750.32283113599,230.838202157447,3354.43544993213,263.371304861432,3791.05497718186,204.839109168801,4304.48455808197,58.4650150070509,1168.05658018617,123.042485265494,2245.93354629165,277.064604478285,5154.75014961165,157.534775999309,1500.78497275247,112.42346808653,2043.98233486503,135.282964356504,3653.76717624059,174.895184587252,2446.95227601261,160.279650823462,3117.24294103501,188.184132629249,4394.34776468908,2203.84876640072,746.874039925078,21904.4856690598,9206.81662884113,465.897601088845,4202.37820511908 -4308,631.944664765629,3250.54039180888,130.475901051352,1302.35305877355,255.534714993075,2318.12444599515,258.648777823714,2731.75972380556,49.1045228288445,999.072111921042,389.729353387558,5544.28123872068,218.011029548216,3234.24163785326,248.721528181564,3655.21651604311,192.769539136349,4150.24924314068,54.1657484547649,1126.20358429703,114.576981254206,2165.45880810283,257.955667847645,4970.04870579389,145.458264000176,1447.00988312019,105.257877572058,1970.74377287265,127.646590280942,3522.8479166764,165.096053470429,2359.27477366718,148.493372453153,3005.5480469608,174.345878299094,4236.8925334522,2114.16021338544,707.896493037129,20450.7820552619,8527.14759007619,447.472272232224,3881.81499828195 -4309,618.803381719829,3156.38304572698,127.293034769204,1264.62822139427,248.041659910711,2250.97608928729,252.377162465245,2652.62972856689,47.4255821383442,970.132315067581,376.276531248667,5383.68184771324,210.485644099735,3140.55641247498,240.154083446038,3549.3370483175,186.49593064038,4030.03032345051,52.9904885473035,1093.58121144096,111.643863287985,2102.73266726347,251.387617432276,4826.08292176162,142.487220549292,1405.09481856901,102.138459248476,1913.65787911519,123.308922389872,3420.80272710723,159.443587202139,2290.93442880445,145.271441396229,2918.48731443258,170.563013174149,4114.16384575789,2022.32282488678,682.270510347425,19889.6022003694,8335.37746121626,427.730848457273,3801.80832183591 -4310,594.542776999061,3107.90727972997,123.003429969718,1245.20604707468,240.296386388959,2216.40557341886,243.423548203643,2611.89061162961,46.2184021224384,955.233012159773,366.822368953909,5300.99920189007,205.197072331966,3092.32371208785,234.103574073322,3494.82629036887,181.497383797567,3968.13707282464,50.9087613538146,1076.7859790067,107.856230727298,2070.43887552278,242.811344151227,4751.96388645816,136.932872903978,1383.51535668438,99.1343271832347,1884.2679000783,120.144286245473,3368.26600069639,155.392487619814,2255.75023231234,139.564464195558,2873.66515372835,163.862458556483,4050.97847155868,1989.81052136383,666.121980219674,19245.6523146831,8023.72863159031,421.150373865623,3651.56353711604 -4311,613.934249065151,3094.19630463672,128.040758538871,1239.71264345586,253.587869360257,2206.62758492741,253.561171928628,2600.36788463067,49.141976481007,951.018865835848,390.319089932422,5277.61308979448,218.340922768192,3078.68148612016,249.08146033688,3479.40836701736,192.369262076701,3950.63107162346,52.8906170207356,1072.03558447749,112.628902621258,2061.30483988422,253.510331053589,4730.99992176198,141.337820721875,1377.41178187044,104.442085743571,1875.95518418247,127.682673583408,3353.40641606714,165.239501135431,2245.79866926104,144.997647343434,2860.98757109708,170.241551927637,4033.10700374202,2160.67709518083,712.407398331799,20176.0110983688,8321.99544320224,458.001031578865,3774.35648573993 -4312,640.287133178149,3191.47273874449,133.606562057213,1278.68716653088,262.709639807761,2276.00032076319,263.799495749713,2682.11916679922,50.8683325738042,980.917332167509,403.946908257949,5443.53255043322,225.964199480145,3175.47015989455,257.777527166403,3588.79523372682,199.365873898377,4074.83240382304,54.9917303881858,1105.73861706735,117.124055923383,2126.10886803607,263.626581345904,4879.73476494679,147.443670046808,1420.71533899692,108.579401445302,1934.93212452391,132.185777346869,3458.83198902782,171.039322130547,2316.40287945362,150.75777101457,2950.93230683538,177.004505748168,4159.90124336774,2223.68095233645,735.963413746532,20959.6488409872,8668.95621477064,471.161980762165,3933.82319576337 -4313,683.920462423946,3272.82884321542,142.022733640998,1311.28309174215,274.842062966464,2334.01946585064,279.037756705383,2750.49097661873,52.9549986315041,1005.92259446674,420.226792022792,5582.29751542496,235.071017300381,3256.41833123137,268.146599591561,3680.27976888055,208.106030848311,4178.70685862329,58.3014304878131,1133.92578763459,123.626364006368,2180.3070233531,278.305305031738,5004.12755906592,157.168233600043,1456.93180550146,114.136420292154,1984.25685732073,137.669000393045,3547.00353855433,178.038114843534,2375.45195493836,159.831189985465,3026.1566238496,187.657595334071,4265.94424854074,2270.30556606027,761.410354999856,22081.0051824163,9216.34358588615,480.374645190476,4192.89875380726 -4314,738.102611356021,3239.16872958346,153.90206444735,1297.79691816384,300.985888590626,2310.01473960209,302.876917076476,2722.20295935544,58.2859884395294,995.576966737112,462.767459419714,5524.88517347309,258.867876880646,3222.92699504687,295.276885529503,3642.42913838555,228.504872274576,4135.73004729767,63.1771635784686,1122.26368347625,134.412265685798,2157.88318584911,302.550913047569,4952.66153064339,169.547070834518,1441.94767633477,124.709079396987,1963.84934000406,151.478645825348,3510.52361617519,195.975406806948,2351.02110732583,173.197829798769,2995.03346382305,203.351350009172,4222.07022547621,2535.1262255313,841.407062064469,24071.2175790317,9974.8607500098,536.966726678669,4527.77351257158 -4315,782.956749467342,3185.23456899589,163.748633921522,1276.1877976648,321.639862438015,2271.55156700244,322.659839988767,2676.87659823663,62.4019434024979,978.999995148419,495.566971120995,5432.89242192157,277.215623214149,3169.26326937389,316.226634302659,3581.78044284699,244.499716007733,4066.867586852,67.185310678598,1103.57729978361,143.317399437302,2121.95309761015,322.565825757135,4870.19665627917,180.185989009019,1417.93835665221,133.118695034223,1931.15003517742,162.150303475383,3452.07122907599,209.821730444271,2311.87515336881,184.186015084967,2945.1643062433,216.252564272049,4151.77014772072,2732.66464111058,902.84982753124,25666.9239261909,10602.4578491937,579.081764065231,4807.88487308906 -4316,743.932280099863,3153.45890149062,152.895730953579,1263.45664137019,291.346976570578,2248.89073441676,300.309183467608,2650.17227273227,55.4720442970606,969.233562673932,439.772102386461,5378.69428377776,246.004484841856,3137.64693038757,280.653042976311,3546.04886265612,218.943819194016,4026.29681272891,63.1024505918056,1092.56809321351,132.58094631517,2100.78464843289,298.560775627664,4821.6119300108,170.995419735833,1403.7931071304,120.971479260497,1911.88502342039,144.302496064493,3417.63361853159,186.474892205601,2288.81205562957,172.993006941666,2915.78356215164,203.110867755133,4110.35239184918,2312.42328156706,792.085258445782,23568.2196095167,9972.49329884573,488.271214700456,4558.61088765762 -4317,631.734404627405,3181.33571211511,129.475989743911,1274.62569180782,247.809866250928,2268.77109534009,255.267827777727,2673.59999222287,47.0752339235759,977.801659269324,373.20972545112,5426.24234025792,208.770101034949,3165.38396201453,238.195309811324,3577.39619766111,185.786414252611,4061.88957523912,53.7250940817037,1102.22647620828,112.660489030832,2119.35574056906,253.719079766836,4864.23533715721,145.333832426126,1416.20274233603,102.478863045832,1928.78622885818,122.458155677083,3447.84575325219,158.248522546093,2309.04532399394,147.285334979126,2941.55930514474,172.92752304897,4146.68821191436,1963.32220593322,672.857268512614,20013.8215997748,8471.74661337205,414.569899273972,3875.06264647069 -4318,486.016008659618,2989.44707148745,103.738360946993,1197.74408815352,201.816579514892,2131.92561885603,201.009317682174,2512.33644932294,39.7916830081991,918.823592136661,316.174133667045,5098.94765632276,176.864913556363,2974.45748317029,201.675945233572,3361.61837492408,155.624556176652,3816.88856324152,41.4065926723975,1035.74347682599,89.6104713699467,1991.5225507188,201.586098356944,4570.83923218608,111.481131189435,1330.78163508063,84.9153595038056,1812.44762111317,103.362917132729,3239.88202526023,133.806491042169,2169.77062667685,113.514624335952,2764.13325914766,133.277374960872,3896.57240016246,1768.16887663853,576.015302580362,16137.4306576887,6596.10728005728,375.08705172407,2973.38920474919 -4319,428.499111889314,2817.11767551633,107.579105718941,1128.69904059,218.248610934057,2009.02882711922,206.002240909234,2367.51052919964,43.8621578983336,865.857170303293,348.561511690017,4805.01418010126,194.982116086227,2802.99217565391,222.663755860948,3167.83482559773,167.605567567376,3596.86054974496,46.1403989919412,976.037101876307,96.7529937197826,1876.71942157108,217.894522029854,4307.3490465004,112.404938895809,1254.06751709867,87.154857467606,1707.96742918914,113.927070682655,3053.11607855525,145.91568078164,2044.69222503616,126.492177217292,2604.7922828595,148.514303167779,3671.95093939726,2189.38082695684,674.66724010074,16823.4623787771,6468.48502979003,498.702570807213,2884.97498306051 -4320,425.118614358844,2713.7980217526,105.820700823213,1087.30325684595,217.266706919799,1935.34636627517,204.683176531099,2280.68051486095,43.3985866356713,834.101285974402,344.888368895487,4628.78710739765,192.927393660645,2700.19058393911,220.355705048125,3051.65238841877,165.791755459747,3464.94331040993,46.1269460917161,940.240295692866,99.6401104280169,1807.88949567427,224.163023944548,4149.37417168714,113.875297783936,1208.07376157008,85.8882984828454,1645.32659421188,112.72074556347,2941.14102728978,144.374306700925,1969.70178548862,126.455296594746,2509.25980328633,148.471001676111,3537.27971036301,2170.78404370776,672.241188708306,16759.7765027112,6448.21914848017,501.110355761856,2885.35284365426 -4321,426.081187340339,2652.5859996099,107.816124080972,1062.77820726584,229.500030843972,1891.6929832022,210.544049225663,2229.23782640105,46.5156392745687,815.287422165424,370.149831478138,4524.38087795803,207.058424381497,2639.28548912779,236.504261345321,2982.819773731,176.680660087964,3386.78856752193,47.0198076267174,919.032376261099,104.523128902676,1767.11101070459,234.918793746603,4055.78150869608,116.600011423006,1180.82463055498,90.1705286556155,1608.21485372508,120.714066537488,2874.80109032903,154.779538777575,1925.27348672009,128.903043081195,2452.66131459653,151.344897689,3457.49335846057,2401.68423529666,727.730867812237,17500.6992737057,6567.6682850072,555.217087080744,2912.4975227719 -4322,489.982286063948,2653.75565604381,124.492367844089,1063.24683877039,277.407070193479,1892.5271242514,248.177988979784,2230.22080767546,56.4108559830143,815.646922735422,449.387984561125,4526.37590138203,251.383521228751,2640.44928070844,287.205562489524,2984.13504657797,213.2640049927,3388.28197020101,55.5147395733409,919.437623115312,120.438663578832,1767.89021739701,270.913679717809,4057.56990346892,133.289751435597,1181.34531456924,107.086606406584,1608.9239952387,146.289379699052,2876.06873239305,187.741786217302,1926.12243507507,152.191581124154,2453.74281434329,178.687940360366,3459.0179383809,2985.52233858813,888.555457265934,20727.2777939162,7630.57859585522,683.848114114546,3365.18778626011 -4323,730.969672971582,2746.48342274016,183.576695622508,1100.39890459137,380.643910928573,1958.65597573191,355.228775359418,2308.14938194509,76.5376693284731,844.147330218588,608.545987225725,4684.53693162135,340.415049698823,2732.71209485166,388.805827070975,3088.40695938926,291.833363441036,3506.67562084427,79.689633971232,951.564694503331,158.945734342671,1829.66399496775,358.610264148078,4199.34987273855,181.756170504635,1222.6239878592,150.477401553083,1665.14316090411,198.730940863053,2976.56458242077,254.640231202527,1993.42517690116,218.466149467646,2539.48171449526,256.500826119861,3579.8832515299,3866.9613529001,1179.95287887818,28905.4536565198,10980.9269030648,876.173814331554,4896.56294428802 -4324,1019.83413611184,2975.08628586354,253.53337806876,1191.99033313764,503.077753275328,2121.68421767167,483.076816925008,2500.26762043884,100.228969579092,914.409722843335,795.812786558116,5074.4531954914,445.170381489434,2960.16870493078,508.365996850097,3345.46974286027,384.406762144697,3798.5528920969,108.671785376618,1030.76794467025,215.00815361326,1981.95562154021,485.244063163641,4548.88171269667,255.886965212193,1324.38879074634,201.726549593,1803.74093686055,260.476382721046,3224.31819352182,333.38077971694,2159.34742463393,297.919633004899,2750.85484202861,349.787059319226,3877.85394167544,4893.47206879121,1525.05254540923,38865.8926007763,15159.0124038555,1101.41127861326,6795.58815702794 -4325,1102.8016062236,3564.39821628396,270.740864048542,1428.10251838807,538.064264443171,2541.95230468472,520.582607721549,2995.52637813258,106.215340945567,1095.53810272412,843.038104287554,6079.61254924611,471.587791544503,3546.52572662856,538.657711351933,4008.14807985373,407.99846293069,4550.97898080643,117.727336710782,1234.94482860651,233.721798131821,2374.54594703339,527.410540651551,5449.93465899308,283.775347887072,1586.72676682804,213.999906021401,2161.03008794515,276.097987855771,3862.99855312776,353.27029483006,2587.07592625956,322.745088119871,3295.75049260693,378.934594355243,4645.98816457711,5137.6976313963,1614.16770923602,41661.1126211434,16426.8468496641,1152.28243786591,7383.92142157746 -4326,989.325039408469,4016.21053340544,233.653015994707,1609.12446620865,460.308633433556,2864.16247624889,458.268600311545,3375.23022483509,88.0859435283435,1234.40519294578,698.041506799921,6850.24581365711,390.478023382308,3996.07258111821,446.263111470225,4516.20878503854,340.519127664176,5127.84728611968,105.500290766188,1391.4826929733,210.842135340153,2675.53619597338,475.662925900136,6140.75186207411,257.323085892273,1787.85544372056,179.657725543445,2434.95571357898,229.203080970308,4352.66054413424,292.891936758992,2915.00583136177,289.225099210853,3713.50983832655,339.57881833391,5234.89954613002,4099.82564628712,1337.64796527638,36027.5019656962,14619.1014578415,934.099169860304,6668.95746108801 -4327,899.83771882238,4261.44850955529,214.447156351787,1707.38087587241,418.291379954081,3039.05405705555,416.166221780184,3581.32864086522,80.5826193583391,1309.7804823508,638.612826080596,7268.53574280727,357.234163879049,4240.08089298089,408.171342070977,4791.97767043457,311.440507748095,5440.9640612473,95.3887863876065,1476.44945371305,197.996555433781,2838.90987281592,446.064431640142,6515.71864884178,242.248533288611,1897.02553005434,164.878652591138,2583.63905730457,209.672476657401,4618.44284160899,267.945173954019,3093.00201074583,261.504788339411,3940.26429494403,307.032436864056,5554.55314978514,3756.66714307625,1223.87552217175,32987.8310429023,13383.1295823615,858.577928445968,6084.43999017932 -4328,870.794466875665,4323.31034222865,206.329251707469,1732.16627684959,399.00924662167,3083.17085282143,400.085594768826,3633.31743121027,76.4744510942479,1328.79406912917,605.779809419352,7374.05032098267,338.867675177918,4301.63254006402,387.18784255607,4861.54099383463,296.069073763517,5519.94847407874,91.9420518268037,1497.88251077134,182.377770782902,2880.12125132562,411.561884704803,6610.30486662607,224.32403491714,1924.56393058979,157.327304407567,2621.14476614816,199.041028014878,4685.48702567891,254.26500047176,3137.90194850599,252.055694521168,3997.46361812161,295.938267921318,5635.18649235794,3520.8212275547,1154.37739717643,31407.6360262712,12802.7051930096,799.605242964365,5840.54010627626 -4329,805.583030611324,4424.74555616883,190.855802186774,1772.80704583534,365.062199872291,3155.5094244977,368.30542022611,3718.56375908721,69.8151224177295,1359.97076014023,552.842677686212,7547.06320062917,309.255128701351,4402.55914085218,353.339589831189,4975.60438779732,270.738700712774,5649.45968425902,84.6726684436319,1533.02642155037,170.301835399299,2947.69579309476,384.112354493817,6765.39844892263,210.675693841403,1969.71880927941,144.488087178675,2682.64309938726,181.747751322688,4795.41977194081,232.110249135274,3211.52464275512,232.126952003679,4091.25368758797,272.53995687074,5767.40146241499,3186.5829468041,1052.03004542952,28907.6094877221,11851.9596326739,725.106139376166,5410.51522212003 -4330,774.255430877236,4511.69001985771,184.721136581894,1807.64198851563,353.439385841225,3217.51391065299,355.11685520986,3791.63203558415,68.0187365958105,1386.69363648915,538.768056189708,7695.35994539679,301.381914389205,4489.06765043785,344.308699073856,5073.37300511859,263.479898856376,5760.46928608687,81.3025709260132,1563.14977177483,159.513424901861,3005.61682529768,360.114156644414,6898.33579691615,198.210531900227,2008.42298860831,140.569515422424,2735.35595317378,177.039768699476,4889.64783431,226.148864415415,3274.62980533304,222.887955771491,4171.64517070649,261.692463234545,5880.72857256465,3124.43013556824,1022.20657516826,27860.6552874192,11361.6290193105,704.155907089944,5173.40345112091 -4331,741.716027199665,4470.03725497784,175.357984229438,1790.9535000771,324.865429800566,3187.80922131745,334.246228802942,3756.62698049525,61.7607132662809,1373.89142185409,488.545401134334,7624.31494517275,273.287821295892,4447.62373949748,312.209137156636,5026.53467801722,240.657241954992,5707.28755779548,76.8349498375761,1548.71848114334,153.220346256019,2977.86840942867,345.695411789234,6834.64907248547,191.592567303512,1989.88085247848,130.1711049245,2710.10263615093,160.888270735977,4844.50569229859,205.294554954113,3244.39781139068,210.640139740316,4133.13176338176,247.31231812824,5826.43658808051,2740.43945126577,922.240918185899,26025.0864540153,10814.8479856498,623.912677974006,4955.28731008869 -4332,689.783505471198,4419.80700748153,163.866147411319,1770.82837976338,308.786910624211,3151.98749612277,313.676199808355,3714.41339429494,59.1886717376885,1358.45286905994,468.545215576323,7538.63976958906,262.099900738311,4397.64535487515,299.413917966482,4970.05101434206,229.802043974877,5643.15420717486,71.8686816788315,1531.31537951967,147.269968367336,2944.40580974888,331.937262572384,6757.84744984148,184.756121281573,1967.5203659754,123.426894150664,2679.64894675434,154.115666459152,4790.0675062073,196.770172612474,3207.94019465355,197.025301425758,4086.68735597143,231.327153910889,5760.9643481087,2677.97939220718,888.081269001204,24660.5673174159,10170.1077877164,607.524277715329,4635.13368932642 -4333,665.923320778084,4348.65290249895,157.023759722533,1742.31996113186,290.973462942382,3101.24391188408,299.803586496357,3654.61536235396,55.2528714084136,1336.58324943733,437.028990928747,7417.27583566996,244.470013425054,4326.84802849252,279.290818313956,4890.03857691105,215.316971192376,5552.30553749076,68.9540039984041,1506.66286073518,144.961034799028,2897.0040657941,326.432807411218,6649.05342646256,180.4774866978,1935.84541943611,116.572614251845,2636.509501491,143.943022628543,4712.95260828679,183.659554157278,3156.29583258032,189.034821634971,4020.89611652013,221.945541828537,5668.21906277557,2449.14331041038,828.927365486398,23500.1941009324,9796.99087809519,564.670065397718,4487.47452923709 -4334,635.780823752991,4281.98247946253,150.433525019477,1715.60796284689,277.780756114559,3053.69786758479,286.312052664358,3598.58542441536,52.9171709145067,1316.09171501016,418.570865873936,7303.55948975103,234.144707384461,4260.51190212379,267.477139716526,4815.06801754548,206.190335771808,5467.18157673517,65.6634120564103,1483.5637878612,141.868104663303,2852.58928012709,319.162395237615,6547.11491477327,178.354160822042,1906.16642781717,111.65043213379,2596.08843139296,137.854700593768,4640.69700380649,175.896920086878,3107.90577177199,180.013786963183,3959.25062512673,211.353956581082,5581.31799910108,2347.77957740825,793.77884463764,22548.655925598,9418.28210469198,540.324105371201,4302.35671258878 -4335,650.0116015977,4188.60490223553,154.472725811467,1678.19554562885,286.305008173542,2987.10560341137,293.495365538667,3520.11074826057,54.7357676039647,1287.39158455759,433.078614887742,7144.29011077594,242.260209261431,4167.60253570876,276.729158899159,4710.0653960219,213.032272362714,5347.95825614847,67.2514219812032,1451.21157884665,145.784288508993,2790.38260901633,327.934963597423,6404.34139071041,183.089354648324,1864.59848500687,115.181537991137,2539.47529737076,142.566608192801,4539.4969066696,181.950889076091,3040.13139095428,184.367256747109,3872.91089048699,216.465359875304,5459.60569528172,2446.79191551409,822.156733443349,23194.3007657724,9651.78669428232,562.23708831636,4401.1023086899 -4336,680.435057153936,4165.66664029833,161.989233334575,1669.00516126318,299.174724683338,2970.74717086297,307.153603983936,3500.83339356224,57.2259918520923,1280.34137904249,452.761120874064,7105.16548533589,253.270422777219,4144.77929005883,289.305674376748,4684.27143447216,222.831050007347,5318.67097072242,70.2982050124302,1443.26423788257,151.803592495499,2775.10150022603,341.520457012493,6369.26898264515,191.450216070748,1854.38729310525,120.655559880695,2525.56824456589,149.057038600637,4514.63703768251,190.227314506729,3023.48257069148,192.7198984136,3851.70147911042,226.272185751802,5429.70698952283,2554.23345648983,858.250676616003,24247.8925672057,10098.4880407249,585.172209087657,4603.06180617551 -4337,740.132636314253,4127.58782388233,176.390582012185,1653.7486017204,326.307095718326,2943.59124459578,334.250966564456,3468.83189089593,62.5228914793021,1268.63763783316,494.719270548828,7040.21638703214,276.74142728079,4106.89140720614,316.097168912033,4641.4519946566,243.292816565017,5270.05241504828,76.4806491925678,1430.07120092123,163.757957460061,2749.73399252856,368.523396028448,6311.04679512107,206.308764537225,1837.43613512847,131.618692423135,2502.48174777314,162.843424487705,4473.36824452472,207.838609511599,2995.84458434073,209.668837780305,3816.49265272633,246.171913741739,5380.07344140197,2797.68657976843,937.260015529453,26393.5123473324,10968.3155540512,639.692833962343,4997.36371899058 -4338,789.071511423522,4047.53133416956,188.067749913676,1621.67337677785,347.436065822633,2886.49892039905,355.94190883315,3401.55227954956,66.6014452533413,1244.03181953542,526.974783853669,6903.66810876098,294.784865895489,4027.23633414141,336.688129664823,4551.42886983958,259.143256082047,5167.83729208713,81.4522095352044,1402.33430342321,170.98150819026,2696.40162009253,385.047740622108,6188.64110095096,217.909909929664,1801.79820485872,140.257136955544,2453.94494786841,173.469639829134,4386.60518238534,221.395337301387,2937.73878226436,223.298184418965,3742.46999885958,262.174112163825,5275.72440935389,2974.7602171372,994.633125433935,28042.923033448,11666.0389065247,673.457577265349,5311.360446445 -4339,809.361379574809,3885.59888777945,191.575325892189,1556.79394399114,344.533014570348,2771.01671826347,360.339342747522,3265.46397369724,65.3817696487971,1194.26095940054,516.735090452557,6627.4681800589,289.056875223935,3866.11584415946,330.157853092521,4369.33663864629,255.737394046749,4961.0839735423,82.6349757465294,1346.23012394644,171.812420355539,2588.52477498802,387.051101632842,5941.04776304466,220.69115736913,1729.71239078461,140.009632770781,2355.76823818853,170.416320534833,4211.10716893341,217.297990304362,2820.20659076502,226.540693727038,3592.74235689155,265.981138187072,5064.65477466705,2831.52873697861,968.842746819062,28101.6664869115,11860.7284908548,642.869018861382,5428.32768842745 -4340,782.07490921963,3713.98428780425,183.06867405205,1488.03528473218,324.961058676694,2648.62968363542,344.72939524515,3121.23876935564,60.9140582700473,1141.51423418963,480.979738085774,6334.75389497243,269.055658703839,3695.36174853217,307.345215247342,4176.35687386496,239.171140122823,4741.96860261698,79.5250085723435,1286.77140191462,158.662431968576,2474.19783167367,357.967289413987,5678.65049437776,206.681983635406,1653.31647123917,131.841072389974,2251.721414132,158.864645617935,4025.11589883033,202.416983921743,2695.64699521754,218.014835097037,3434.06230261959,255.970938495701,4840.9650093903,2568.45054370793,894.994876006716,26543.627279378,11336.2206665422,578.895415669723,5215.49904420779 -4341,655.076391353625,3548.21796999864,152.252468409996,1421.61978299598,267.699450622639,2530.41335425335,286.881809407131,2981.92847138609,49.7705037855574,1090.5650118287,392.731899934881,6052.01472700594,219.690626577176,3530.42661080813,250.9751250019,3989.95347331852,195.952206888045,4530.32024508707,66.4017876793179,1229.33891415387,129.298229148223,2363.76692182142,291.98487479812,5425.19519957506,169.377269820322,1579.52397176505,108.533090375807,2151.2202976436,129.856146318657,3845.46283904735,165.368242317756,2575.33214144492,182.038016102642,3280.78974708143,213.730601419618,4624.8981437152,2058.96464866442,727.446671431395,21905.025685004,9425.4499294374,463.138286819904,4352.72677085384 -4342,507.234941312914,3351.26080975313,122.851706935755,1342.70743945474,220.782844742079,2389.95326056265,227.689812421638,2816.40533590081,42.7334103809628,1030.02910630964,338.050476072464,5716.07492723217,189.102339064859,3334.45702675234,215.909512512119,3768.47612546077,166.566179905868,4278.84781074973,51.6228474793845,1161.0998421582,104.236931930646,2232.55716403859,235.07022267256,5124.04937107167,129.764986912303,1491.84656337329,91.0217928896231,2031.80873824424,111.318164622259,3632.00598633639,142.048413157381,2432.3786618231,141.522104587003,3098.67719441095,166.160921631311,4368.17580802081,1898.47649811671,634.332906345855,17854.1907032358,7376.20002174221,431.941484145597,3361.73082644694 -4343,464.289752595127,3186.79411300883,115.462557563763,1276.81264051267,238.922187693414,2272.6637565664,230.444796762932,2678.18724170158,48.6794237426096,979.479329887518,392.736485295411,5435.55245673723,219.693191585845,3170.81499357194,246.866570902723,3583.53414233891,169.344994441549,4068.8587931067,44.4883418365078,1104.1176296505,89.1678431518247,2122.99204126639,201.14227324546,4872.58118585544,113.281274400635,1418.63260293987,96.4147100787635,1932.09555846941,125.204658221203,3453.76142077174,153.000672676056,2313.00708603373,121.963124347275,2946.60630784834,143.196747997192,4153.80292368642,2323.88283805678,726.960655796008,17764.2381928693,6735.52635556908,502.697441221278,2974.68423013091 -4344,464.679136893345,2984.24859354537,114.769631559336,1195.66127950241,243.922504436535,2128.21832180786,231.868633123774,2507.96763953886,51.0619897779706,917.225810318764,412.28638233966,5090.08087718757,230.629224874413,2969.2850712673,257.80670348183,3355.77271231362,170.424882091221,3810.25121174176,44.995162374028,1033.94237799762,89.6705974472591,1988.05940659766,202.31936217081,4562.89080347766,114.775541640288,1328.46748172375,98.8939395580728,1809.29587808035,131.263998318193,3234.24805521811,154.400343374155,2165.99751931873,123.352553885164,2759.32658907355,144.828075437037,3889.79648301538,2421.50981049742,755.833606915572,18103.6310201995,6821.82056364152,520.943527308029,2996.12591610592 -4345,466.625575244788,2891.78074980065,117.122551885654,1158.61335373518,258.838620180493,2062.27483450549,238.950288228423,2430.25750496385,54.0621820021632,888.805291635898,436.93214340582,4932.36318429236,244.415837808055,2877.28087677851,273.802245024149,3251.79308156967,182.257696107484,3692.18942746632,45.9468320948255,1001.90536122344,93.1434320897354,1926.45878560312,210.022116531344,4421.50825419784,116.514700813807,1287.30451568075,103.069511738248,1753.23429899336,138.88821924564,3134.03390266782,166.007212759457,2098.88343217431,125.961520812313,2673.82802155108,147.891260162744,3769.26996449137,2656.62071253484,811.826404456257,18859.1583234495,6933.98881150983,574.218771869084,3023.66089764795 -4346,537.972071199204,2881.44878568491,135.542271248474,1154.47377586585,311.729041783395,2054.90658932011,282.272242682526,2421.57450458942,63.8106043576383,885.62970359047,516.019688139346,4914.74047917219,288.656685724508,2867.00071886133,324.805473201719,3240.17483926935,220.909189471449,3678.99770514237,54.387488326169,998.325681041863,110.639605156067,1919.57579385325,249.441003113479,4405.710768644,134.475443126035,1282.70514068908,120.33242189039,1746.97021625993,163.869402582318,3122.83639890751,201.949610231394,2091.38438913454,149.101264012883,2664.27477475938,175.059603000345,3755.8028432311,3248.99889324111,977.509135631633,22278.5342926439,8048.99600217425,706.709683870586,3509.67656606658 -4347,798.189079654864,2946.62464387051,198.816958065768,1180.58696568503,415.24292720008,2101.3867839762,401.228504255187,2476.34840766244,81.9774555507382,905.66187499429,662.009357218357,5025.90762192376,370.321969036305,2931.84977437773,419.121157150769,3313.46476788787,299.405204924672,3762.21342422326,77.611552216448,1020.90693715645,155.827047609977,1962.9949239583,351.487540389435,4505.3641033451,184.072061220062,1311.71881213062,163.144151837077,1786.48515875521,210.7158903822,3193.47223435362,270.788182742912,2138.68967980463,212.769166100769,2724.53834624809,249.812005249644,3840.7558275422,4096.40700375035,1265.26131170869,30277.595643729,11391.1475460565,892.064382282156,5051.10800989672 -4348,1125.62815400912,3119.34392111751,278.395913948185,1249.78822206647,558.245384709818,2224.56161973268,554.307887534054,2621.50198467909,107.296800197762,958.748129059451,864.924269105797,5320.50609878595,483.83071162074,3103.70300823996,549.393378406126,3507.6867367713,403.096815935151,3982.73923324766,107.428865629113,1080.74839293499,214.187003154917,2078.05778587079,483.251802092099,4769.45041419675,260.722090831101,1388.60648958006,220.088976909733,1891.20172863612,276.12212773838,3380.66072385915,362.509419039867,2264.05106118039,294.512215028393,2884.23981856646,345.786414239706,4065.88547613697,5235.06446263638,1647.57701574094,41264.3675446146,15873.4256970943,1142.73188280353,7106.36303983184 -4349,1215.63463086843,3599.29297181511,296.882338363594,1442.08336037842,597.920007226064,2566.83751639832,596.517514535213,3024.85199056682,113.370833475977,1106.26320467681,912.975433440474,6139.13075702123,510.710092700297,3581.24551401098,580.135925487265,4047.38705902844,426.831381459285,4595.53216743893,116.20323362195,1247.0346949104,229.772925622074,2397.79228352315,518.577705784759,5503.288444414,288.854021890953,1602.26050892516,233.076386858347,2182.18614628616,291.944352090494,3900.81654706366,383.192386835051,2612.40288932865,318.566816535276,3328.01523990867,374.028891042335,4691.47147238006,5438.33918008364,1729.73835208093,44318.1433295631,17209.4008820274,1187.89216835266,7743.9284234598 -4350,1105.93845889464,3998.7306660588,261.051914583203,1602.12102802243,531.873614841151,2851.69670043171,536.563503829689,3360.54011431829,103.895084849694,1229.03265611157,836.809649856107,6820.43129394541,468.103651201234,3978.68036075415,527.061694996278,4496.55276107874,367.805809893639,5105.52921051342,106.168580950409,1385.42650326761,204.913209267879,2663.89138368136,462.897647937175,6114.02529306961,264.962488200772,1780.07410961687,209.294576330184,2424.35798656386,267.513250672625,4333.71633583551,329.558269853013,2902.31876856388,291.05719174282,3697.3474238255,341.729875827817,5212.11554392739,4763.68483127335,1548.84455581889,39842.7698242451,15729.2449839927,1027.92473845678,7088.44347376681 -4351,1005.1464005929,4231.81721112834,239.32412043621,1695.50887691525,488.136334507413,3017.92248231088,487.006187349472,3556.42644681441,96.52922852958,1300.67313393175,777.272002166829,7217.99514581563,434.798836573348,4210.59817084718,488.335509384326,4758.65742261519,335.787185725542,5403.13119069457,95.9089555350097,1466.18319934504,186.101891440246,2819.16996854159,420.316811459552,6470.41264471737,248.496013128198,1883.83486742436,193.912862559455,2565.6741376856,248.591407432937,4586.32924037677,301.107147776689,3071.49531756157,262.930812591776,3912.86629941675,308.70673011127,5515.93045573156,4374.6280590299,1421.45355052551,36696.3967596745,14435.8350808887,942.610280067307,6480.19196082486 -4352,973.631930845838,4300.50204491884,230.617278994973,1723.02796377349,458.866364584048,3066.90510460965,468.669102470627,3614.14929900785,87.9274347821113,1321.78380898288,707.788976194347,7335.14736959015,395.930668454324,4278.93860737707,447.362398790554,4835.8931768625,320.158505708883,5490.82712586049,92.5885829203749,1489.9801982061,178.877549601905,2864.92672292296,404.068052167356,6575.43117337444,229.726203474226,1914.41059371461,180.502998866102,2607.31650854324,226.485269780144,4660.76800884612,286.182499063057,3121.34745787147,253.828135320364,3976.37437597383,298.019288392225,5605.45718801943,4034.85486854824,1318.75999834958,34444.321769383,13691.7990297306,873.255977763409,6194.14259423252 -4353,897.117831574221,4404.99135511648,212.27320007945,1764.89237902209,420.218543272769,3141.42170650289,429.250828728297,3701.96229462095,81.5227870110851,1353.89919388176,656.013994920964,7513.36946571776,366.968218297214,4382.90399067253,413.245109449596,4953.39088688844,290.332764626191,5624.23776787461,84.8331665806921,1526.18225124375,163.469667932746,2934.53585551219,369.299974275197,6735.19444296054,215.734629484446,1960.92503325746,167.076090288592,2670.66648503412,210.034040778183,4774.0107021756,259.209932875263,3197.18684577398,232.566951640431,4072.98835529375,273.05655988038,5741.65299697401,3659.16179885135,1205.5157984589,31763.2800865445,12681.1460055217,788.874173264876,5730.08722226108 -4354,865.072206218173,4522.73677366623,206.260126330159,1812.0679521641,403.569136846987,3225.39190845205,415.49804413695,3800.91574644311,75.6771396155802,1390.08891921973,608.779171640562,7714.20183090102,340.545490924025,4500.05901397256,386.458312059366,5085.79502487608,284.47393394259,5774.57364293427,81.8091174070783,1566.97710269044,158.697170337491,3012.97599868186,358.42633800834,6915.2261898513,202.649653166885,2013.3405592306,158.137983057446,2742.05339995323,195.014237123453,4901.62000784103,253.829823573323,3282.64764989114,224.276633993864,4181.85933368632,263.322908555805,5895.12738109757,3494.34065300457,1143.72796186431,30300.8140839034,12083.1388225229,759.875190842672,5484.67786924249 -4355,824.834492063751,4456.65118199834,194.786855214582,1785.59027089412,372.798536219073,3178.26293692491,389.079676149659,3745.3773017903,72.2542838804624,1369.77713604621,581.054133156001,7601.48300206956,325.036358415157,4434.30478652993,365.804913379141,5011.48210547792,257.643067845096,5690.19638754212,76.8901658176235,1544.08065433547,147.613218297979,2968.95081846059,333.526112223463,6814.18188036717,196.082782425486,1983.92191102175,150.622813524927,2701.98690252275,186.23363180818,4829.99822780833,228.962966405162,3234.68206554774,210.79151228338,4120.75459508033,247.490044437063,5808.98861149114,3165.66429314203,1060.41720769712,28521.4929751008,11548.8773857268,680.357802840206,5233.71378305025 -4356,757.376329892896,4412.72408341276,179.033166653999,1767.99055382857,349.322312672993,3146.93630541174,358.411674276421,3708.46089275194,68.3508238708006,1356.2758919869,549.447761463493,7526.55878664582,307.356043670902,4390.59794577398,345.030340447681,4962.08630142747,238.730112686216,5634.11081847257,70.6590655816327,1528.86138310306,136.072687734252,2939.68727730102,307.413842070902,6747.0177189789,188.119174774909,1964.36733297365,140.951320453837,2675.35469816188,176.217719374043,4782.39122433044,212.632389429997,3202.79933742213,193.709184160311,4080.13826996244,227.43370487922,5751.73216376864,2960.97422930808,989.83094556045,26739.9837468853,10767.7432577568,636.020433593052,4864.58590358617 -4357,733.879734641635,4339.75051776876,172.427565772385,1738.75315482083,333.66008682374,3094.89517192604,344.665508086601,3647.13378294856,66.5947415935675,1333.8470507622,535.414812460131,7402.0914913179,299.506140569613,4317.99028181042,334.750074441094,4880.02788952505,225.713596506542,5540.93908421371,68.1601670840299,1503.57848202166,130.4185360163,2891.07343731285,294.713465025425,6635.44175567136,182.164533868175,1931.88243570565,136.796986322899,2631.11214684961,171.672792351796,4703.30444406793,200.690082966332,3149.83439257719,186.858547440373,4012.66470210469,219.390381085611,5656.61531606062,2820.72831276128,952.457534416045,25754.5873665444,10438.6322688857,601.713617900051,4710.13517820994 -4358,696.645499983336,4268.59641278618,163.980656906112,1710.24473618931,320.923876567861,3044.15158768735,326.653031002112,3587.33575100758,65.5455943245143,1311.97743113959,526.818587000843,7280.7275573988,294.697490807108,4247.19295542778,327.620627339905,4800.01545209404,213.23173925978,5450.09041452961,64.3980717337576,1478.92596323717,123.464856172742,2843.67169335807,278.978394563561,6526.64773229244,181.478623231815,1900.20748916636,132.933580523645,2587.97270158626,169.001994889227,4626.18954614742,189.759598152179,3098.19003050395,176.54490381891,3946.87346265338,207.281145326856,5563.8700307275,2704.59048567219,916.778977338829,24920.9318475407,10078.728898585,573.967338067402,4526.04575657278 -4359,710.59531077238,4160.27322486989,167.873006014341,1666.84424946582,327.596628868054,2966.90085405252,333.592199505779,3496.30075798008,66.1345926563823,1278.68368207735,531.390248247672,7095.96621125584,297.254836222596,4139.41291811869,331.251996724059,4678.20656562709,219.101915079551,5311.78472548263,65.7393859486864,1441.39559973169,126.226201759087,2771.50849182204,285.201246190446,6361.02249617248,184.664350587426,1851.98636141759,134.974847508061,2522.29831446537,170.554680730261,4508.7917996557,194.977440143576,3019.56797575326,180.22206654584,3846.71456393525,211.598497372164,5422.67698256886,2748.03478208252,929.488438847423,25400.1901473601,10263.2145467604,585.332839595188,4616.10594702261 -4360,743.447769103231,4137.46492125693,175.925889614031,1657.70593386432,341.009017427108,2950.63510134564,348.804029525116,3477.13262048048,68.1851740995494,1271.67341999374,547.709027874448,7057.06324911236,306.38341203163,4116.7189791602,341.982078706602,4652.5587415671,228.887835590594,5282.66336921659,68.6669876215502,1433.49328498262,131.98872613669,2756.31395922032,298.209003758136,6326.14879328339,192.849000643088,1841.83302173649,140.175871032365,2508.47005303897,175.875950673025,4484.07277599173,203.46348017534,3003.01348054385,188.247976978261,3825.62531595939,221.021708525455,5392.94767001456,2835.98080804577,961.024470776338,26439.4356934319,10705.8899833473,605.174471525553,4823.73532254448 -4361,807.937489952198,4103.86978678709,191.338730808986,1644.24579466809,369.602891507764,2926.67671501785,378.973243473708,3448.89921181655,73.4725061692243,1261.34776397986,590.157343401251,6999.76173880878,330.128610821887,4083.29229632142,369.019986088673,4614.78117981697,249.375544190342,5239.76952247098,74.6094733987824,1421.85369393179,143.482811274852,2733.93340981061,324.171924896508,6274.78211744895,207.478075473216,1826.87781868007,151.578726352334,2488.10193141153,189.518861732715,4447.66327627415,221.687628585881,2978.62979545802,204.539079362881,3794.5622376332,240.149070957762,5349.15834355233,3073.72270033261,1040.15262315601,28632.5850708878,11593.2959545861,657.055317284339,5228.44549054396 -4362,856.469403413765,4036.74450331268,202.537859611525,1617.35155318312,386.004585430398,2878.80628677814,400.055168482701,3392.48700838523,74.5039382996848,1240.71642560514,597.911400822586,6885.26956060087,334.466159499982,4016.50359026112,375.597067911203,4539.29913214944,262.081094641719,5154.06480160755,78.8393306054452,1398.59702712145,151.364725493844,2689.21560328455,342.001659136448,6172.14812800561,218.211662782592,1796.99634148339,156.486578504617,2447.40508766737,192.290594706713,4374.91470633174,232.450168814847,2929.90959238793,216.13507460953,3732.49616850924,253.76391411628,5261.66439544595,3119.60978148289,1063.0997131527,29863.2567277355,12176.6214165247,670.226675765381,5523.30937209809 -4363,880.815735069793,3880.92026204378,207.089440904666,1554.91941797293,384.821209917077,2767.68015406669,406.766552177436,3261.53204859959,74.5046233493763,1192.82295712055,597.66505106197,6619.48808636291,334.328353700973,3861.46067783686,374.822365567275,4364.07554725838,260.166615925909,4955.11036282597,80.3038594853686,1344.60913652959,153.275380574536,2585.40794821834,346.397520467713,5933.8941839533,221.618077174063,1727.62965472755,158.133637285292,2352.93167213403,192.345127458903,4206.03660067733,229.722957634967,2816.81079734513,220.150025729728,3588.41635790451,258.47786308124,5058.55645498574,3037.25748915465,1054.04277507996,30085.6834463619,12428.8853150231,649.301529663064,5651.72419029425 -4364,851.788348553024,3752.06310422025,198.133898161635,1503.29184427496,358.419003599609,2675.78560990261,389.500056086994,3153.24027202195,67.3057868998964,1153.21797539895,539.373437440503,6399.70299327618,301.72055911434,3733.24963138486,339.782685766798,4219.17631368053,243.708686966276,4790.58715829111,77.3900054163729,1299.96443887597,146.252167419803,2499.56533937114,330.653880245512,5736.87268190184,207.553177751813,1670.26762921595,146.354523730909,2274.80791092475,173.874118424613,4066.38469198812,214.103293563353,2723.28498156829,212.161803838862,3469.27112900368,249.09890199629,4890.59855751116,2711.25965407012,959.927840236061,28150.8124966658,11819.1444103612,580.879881250109,5420.23809990751 -4365,710.947305728262,3610.20976729939,164.047361958701,1446.45725526273,290.768748177445,2574.62283435586,322.376944508107,3034.02648422705,54.1119983228702,1109.61854397589,433.443134508778,6157.75097922888,242.464118197676,3592.10757085425,273.280780107277,4059.66294129618,197.801187985787,4609.47059512631,64.3122453892359,1250.816999611,120.665075719438,2405.06488071875,272.882912149275,5519.98013217298,169.865486102028,1607.12022732693,119.1756316244,2188.80480168714,139.831536018764,3912.64787527157,173.110276349907,2620.32640883335,176.30961410711,3338.10923948779,207.004891977761,4705.70088770838,2144.04924935728,771.943947129968,22985.8413200562,9765.76284505077,458.410358734462,4496.9605075867 -4366,546.528727434406,3324.48867640043,131.145880020415,1331.98098613958,240.061396423984,2370.86070076776,253.081544749853,2793.90598908526,48.7223895664016,1021.8005385685,391.710974004536,5670.41106252772,219.11952996556,3307.81913336032,244.708584502409,3738.37099455789,165.56067765679,4244.66548633859,49.4499923245497,1151.82419291014,95.7738564395094,2214.72199050056,216.323674270232,5083.11500611001,131.612197567465,1479.92868607166,102.262360752387,2015.57727863085,125.60264747243,3602.99107101825,146.627524951812,2412.94717928702,135.565303490401,3073.92286946426,159.167049097587,4333.27987127366,2040.55928769293,692.688917790415,18836.4343356206,7676.14897473225,433.923785485969,3452.28059953278 -4367,474.407555541807,3106.02283360328,120.737910435862,1244.45102979097,235.015108756278,2215.061679756,228.850008553888,2610.30691987068,48.1340203684119,954.653816904628,385.119150755223,5297.78499808201,215.432124434796,3090.44871488966,242.591323463286,3492.70724006474,167.188900800181,3965.7310356221,43.7456890063297,1076.13308141846,86.1406978098053,2069.18348719605,194.442650048757,4749.082584304,115.095299857158,1382.67647703951,96.8873449652616,1883.12539451866,124.475888290071,3366.22368886164,152.335684169213,2254.38248243904,119.927169404142,2871.92273779347,140.806335907589,4048.52220436569,2277.94816117265,717.635053300202,17598.2279056432,6667.87222069268,494.522932388419,2948.87007413346 -4368,475.841204804777,2956.30680375875,122.238356325481,1184.46619468269,239.90685524721,2108.29162096377,230.261963422099,2484.4853114489,50.4812495780865,908.637742007625,404.222514666077,5042.42198905912,226.11837117972,2941.48338629462,253.286025611409,3324.35230856376,168.260703645548,3774.57548465154,44.243548522928,1024.26148189534,86.6223965707992,1969.4450263672,195.572501832967,4520.16804374316,116.593031675815,1316.02892040786,99.9194560903016,1792.35527695333,130.478165052858,3203.96549783595,153.717820213085,2145.71708842767,121.292032638503,2733.4907643801,142.408820081944,3853.37596634789,2390.95155930606,747.775082799805,17957.9495696336,6756.28123753371,512.507211111919,2972.35009979779 -4369,478.631419980719,2888.53170345053,124.251247727494,1157.31159927526,254.508036969505,2059.95777553605,237.230619568961,2427.52700083525,53.4362065584359,887.806678726203,428.299693563022,4926.82145136448,239.586924457307,2874.04812169097,268.952687372659,3248.13954509608,179.940857029676,3688.04108579689,45.15801433918,1000.77967527465,89.9389441314263,1924.29432210206,202.929555604067,4416.54048986912,118.333160804569,1285.85817088492,103.813209672307,1751.26446103091,138.028703015542,3130.51267395319,165.231352368119,2096.52524179107,123.799006453548,2670.82385494029,145.352254825436,3765.03501935537,2614.00473163479,802.345202576355,18694.3284888839,6865.50743964563,564.901263308557,2997.60481783849 -4370,550.487517790831,2885.80250930683,142.565135428376,1156.21812744824,306.467377364463,2058.01144941799,280.191619899579,2425.23338139307,63.0638307793096,886.967845354415,505.763072679565,4922.16640387579,282.919229008377,2871.33261218381,319.02964733829,3245.07057984504,218.106326734949,3684.55648491088,53.436059763634,999.834100737368,106.796347980078,1922.47617595245,240.933738730302,4412.36757515747,136.556296379799,1284.64324338891,120.846750301896,1749.60980004677,162.835286289112,3127.5548470246,200.965462228898,2094.54436534606,146.492958212086,2668.30035941657,171.997194502241,3761.47767168513,3177.73319763043,964.04947547013,22053.6981749443,7964.37993956029,695.203629878221,3475.44107762129 -4371,808.813709090423,2949.93866938275,194.694383543079,1181.91475452703,408.405834979267,2103.7501828664,398.415379653094,2479.13352039041,81.0423561067392,906.680459619732,649.039767099821,5031.56018649993,363.066899152594,2935.14718281098,411.825144239797,3317.19137310633,295.597943005644,3766.4447304727,76.3020382462624,1022.05513621275,150.50759337555,1965.20267555365,339.713867229654,4510.4312202619,186.983750178804,1313.19408303671,159.539920802375,1788.49439240689,209.447466423342,3197.06388572981,269.581356895939,2141.09503271457,209.179182554806,2727.60259455923,245.597010168987,3845.07546928049,3991.18957305742,1245.47990840303,29903.4089192234,11249.7771787785,877.509715904366,4999.14565980961 -4372,1141.14179533985,3120.64354217882,273.348047625173,1250.3089248606,549.233864869214,2225.4884451185,550.523893153971,2622.5941884494,106.113796602032,959.147574998252,848.297819672775,5322.72279625749,474.530028140992,3104.99611278359,540.04335773752,3509.14815419588,397.968044068836,3984.39857313454,105.650104747999,1081.19866818804,206.941490522298,2078.92357295084,467.215961421657,4771.43752378322,264.948934913294,1389.18502862076,215.53755735335,1891.98966534969,274.563208377971,3382.06921807748,360.97970874649,2264.99433916365,289.6358086358,2885.44148754201,340.061031743406,4067.57945747769,5072.63618721897,1619.865977207,40746.7340901117,15683.4537793557,1124.030950735,7034.09048733257 -4373,1235.97474509666,3653.29211156481,298.334456463134,1463.71851525955,588.375625198896,2605.34702891874,592.504324956689,3070.23296028499,112.144902816034,1122.86014798125,895.612816968759,6231.23434022103,500.997604123935,3634.97389302968,570.374753541035,4108.10882331187,421.4200270132,4664.47759246462,114.297990361019,1265.74359171054,222.031297056549,2433.76565985639,501.443069288619,5585.8526713663,293.597799876365,1626.29875471799,230.760076806417,2214.92484680204,290.356698740064,3959.33935682443,381.606188217036,2651.59600581236,313.343663431509,3377.94447918877,367.896393676809,4761.85624673784,5257.52151373772,1700.57067068093,43794.2670976405,17019.6112565011,1168.42763898526,7668.18086059308 -4374,1126.2154809672,4083.79068362099,269.760258446167,1636.20095341902,523.470277279707,2912.35729292413,533.089354061988,3432.0246990563,102.76786457368,1255.17633720535,820.866206511379,6965.51383490497,459.185035069512,4063.31387314163,518.13304057247,4592.20232809588,363.187941641143,5214.13277513874,104.472917289518,1414.89695590382,198.081990425534,2720.55702755756,447.775600808047,6244.08133890897,269.31119771708,1817.93940930089,209.56120662207,2475.92833479074,266.049000495512,4425.90208636995,328.249236332529,2964.05618126851,286.408593269887,3775.99649100914,336.271962318048,5322.98638688406,4667.47476460452,1528.86019007992,39465.3253203134,15569.0280920786,1011.20504827862,7029.96404414652 -4375,1029.24252314144,4284.84163823363,253.533043442425,1716.75350596349,480.416790909827,3055.73687803948,483.834166418665,3600.98826635344,95.4874695624813,1316.97049375075,762.506191305689,7308.43621128726,426.538977263367,4263.35672459393,480.068949186363,4818.28312737412,331.557971261274,5470.83211482899,94.3724028668918,1484.55439079731,179.892230612695,2854.49400666433,406.571497623737,6551.48654429856,252.585793960507,1907.43921033962,195.835022711381,2597.82188757704,247.244693984728,4643.79568288939,299.907512013529,3109.98097784528,258.718410951443,3961.89428987924,303.760954743658,5585.0447481917,4291.63658889609,1404.61171632883,36390.1803175262,14303.6084678436,927.288920789971,6430.27395098356 -4376,989.895818137159,4357.94517480817,233.092910027852,1746.0429787862,451.663133012289,3107.87070035689,465.651082425349,3662.42460394989,86.9843007900984,1339.43928228156,694.388365210654,7433.12519141367,388.434489447697,4336.09370779202,439.854727022394,4900.487690942,316.13033958266,5564.16979434342,91.1151948754755,1509.88232246138,172.92707289346,2903.19443123918,390.896289172351,6663.26123205718,233.521346103308,1939.98196543996,179.108108040238,2642.14323791075,225.272903426717,4723.02332213739,285.071192368351,3163.0402568934,249.788897130902,4029.48803279386,293.276824010367,5680.3310055359,3936.26614844823,1300.04283689475,34084.1954977495,13545.4062896474,859.017622570648,6140.62737109269 -4377,915.331185206431,4473.15633670057,218.843707555303,1792.20318324744,413.650754189841,3190.03359595028,426.511215300812,3759.24826212795,80.6541389020608,1374.85008939498,643.638849483661,7629.63500405309,360.045675321826,4450.72718162204,406.320598420311,5030.04206991321,286.677726667678,5711.26996225711,83.4921249422107,1549.7991386933,158.049417463474,2979.9462925421,357.302078841945,6839.41812200055,219.311033973453,1991.26934224788,167.064173342029,2711.99367891343,208.924310991839,4847.88606885891,258.221818365378,3246.66167214564,228.890536171632,4136.01576076376,268.740085189886,5830.50213179612,3582.71178263176,1190.22163401106,31469.1103717346,12555.814140367,776.03752956235,5684.48097339422 -4378,878.496129470648,4562.50509872256,205.913180103548,1828.00142584433,397.262183190637,3253.75270861982,412.819557392765,3834.33711507026,74.8759168693481,1402.31194053696,597.33521805375,7782.03263806796,334.143848138136,4539.62793398628,380.040310147966,5130.51430876117,280.88572858784,5825.34934207092,80.5062603694877,1580.75549791751,153.418961860769,3039.46903042321,346.743367808193,6976.03162176529,206.019884822537,2031.04381852147,156.094900799101,2766.16421523792,193.996801065659,4944.71984484888,252.853531021498,3311.51189853509,220.704900179501,4218.63033090424,259.129340461632,5946.96310660452,3387.46376656513,1125.48355971374,29954.7930296269,11950.243994019,747.442313074823,5434.54014444087 -4379,840.781132272667,4515.97876431751,198.770468839615,1809.36030571593,367.03577151384,3220.57243083011,386.646815362115,3795.23630378845,71.4943130229336,1388.01180653735,570.170539189303,7702.67503845209,318.948175666693,4493.3348904146,359.724073331218,5078.19567694942,254.39567533416,5765.94510127537,75.6921104276938,1564.63567836283,142.754630999879,3008.4739193026,322.772151630661,6904.89325084153,199.354847572837,2010.33216519788,149.777808534729,2737.95614127139,185.274623108788,4894.29585976552,228.13512570305,3277.74261901787,207.507088264299,4175.61067366333,243.633806405336,5886.31870441638,3105.54140919455,1047.50437134772,28258.1097534291,11432.8502739665,669.299034961675,5193.39529644519 -4380,777.075801873706,4482.05872143076,190.199081204447,1795.76998955847,343.918048471412,3196.38233590832,356.154405372436,3766.72984153335,67.6375926149383,1377.58628807011,539.200610585509,7644.81934840515,301.623881355112,4459.58492830414,339.304983060882,5040.05275729921,235.722001598687,5722.63641553415,69.5533510043263,1552.88351740682,131.585372672604,2985.87692102335,297.481785429302,6853.02979279174,191.269929201447,1995.23232597833,142.527843132831,2717.39103355482,175.324588113964,4857.53423307777,211.852352263383,3253.12311214877,190.677909023553,4144.24717517921,223.87468862581,5842.10587851107,2905.15996198199,978.759892883377,26532.9215858804,10675.2447876318,625.683012191723,4829.96961399818 -4381,753.434555482256,4383.09278498581,184.337483721499,1756.1185548714,328.515529398544,3125.80473066706,342.527952896945,3683.55869870113,65.8976315353846,1347.16854356786,525.412142219366,7476.01818965418,293.910738482328,4361.11522364027,329.171836857042,4928.76605360808,222.872297144642,5596.27794791984,67.1050031615239,1518.59512873505,126.139102924791,2919.94737302669,285.241413543377,6701.71171485449,185.210885226988,1951.17667034367,138.526861521717,2657.38977854292,170.797153469695,4750.27762309822,199.974431108692,3181.29264423787,183.965855032094,4052.74027443516,215.994074636112,5713.10946971506,2788.27622507076,943.747401511979,25580.2280932065,10351.2132508652,591.975582952191,4679.71919969487 -4382,721.206729479915,4305.89546034729,183.861928856668,1725.18887557086,315.980306283287,3070.7514214201,324.627759421134,3618.68193459001,64.8637165391986,1323.44150594801,517.009746707155,7344.34664367021,289.210515416331,4284.30497931722,322.156722280682,4841.95804570757,210.545307968857,5497.71337110028,63.4027384873285,1491.84883635698,119.418211370762,2868.51973132695,270.022002785582,6583.67765984712,184.522618645183,1916.81152540227,137.164141856711,2610.58643864375,168.150671356989,4666.61324687292,189.085048832681,3125.26205280968,173.816234970173,3981.361291149,204.077418728415,5612.4871949734,2686.90574976305,910.684514378234,24809.7941711323,10012.4124103461,564.705460191788,4501.83991048407 -4383,734.908541337105,4208.68400540163,187.379289701785,1686.24038687792,322.553468028566,3001.42502550509,331.515317728379,3536.98526102082,65.4508685720327,1293.5630113321,521.529777265905,7178.53801467976,291.738979097953,4187.58095888855,325.754861419799,4732.64424774299,216.337973606648,5373.59500348071,64.7200187193044,1458.16831687462,122.082585693631,2803.75899126938,276.030198405872,6435.04216925039,187.769324811786,1873.53689438605,139.134494415498,2551.64889399155,169.70630485872,4561.2580965738,194.28025174996,3054.70500514379,177.427509432213,3891.47663711105,208.317411446354,5485.77765194998,2718.2044724726,922.170858521015,25271.7379475177,10194.0423668317,575.863373189385,4589.66628080706 -4384,768.412707265878,4164.75690681605,195.292681011051,1668.64066981237,335.773341970437,2970.09839399192,346.634463368696,3500.06885198246,67.4844056680035,1280.06176727279,537.578260911423,7103.61379925601,300.716353811548,4143.8741181326,336.332679789731,4683.24844369253,225.998482484942,5317.50943441115,67.6028626781221,1442.94904564221,127.657990896213,2774.49545010981,288.624020077705,6367.87800786212,196.101063102867,1853.98231633795,144.258275102934,2525.01668963068,175.011556253854,4513.65109309591,202.740560578313,3022.82227701818,185.330718266456,3850.86031199315,217.596558810468,5428.52120422748,2798.20872871555,952.816270560335,26295.86094011,10632.3717890451,595.369822250157,4795.15695503401 -4385,833.739176927853,4130.64192644294,210.678787635571,1654.97225050865,363.926990786681,2945.76927930785,376.612405027808,3471.39856392928,72.7180060652253,1269.57633365831,579.246188961414,7045.42561426419,324.025010997259,4109.93019598498,362.93298000103,4644.88631780771,246.226688628027,5273.9518549299,73.4517426030017,1431.12934536368,138.771905457158,2751.76858754771,313.74549778901,6315.71649204807,210.976639988601,1838.79569878761,155.61382839968,2504.33339484641,188.588945318772,4476.67819842348,220.898845156839,2998.061282569,201.365203709673,3819.31656840797,236.422627620736,5384.05428851528,3026.95889633582,1030.52272415136,28462.9842144327,11510.1628031525,646.398346602937,5196.05688949075 -4386,882.523492487377,4054.0294268698,219.435969693048,1624.27688569769,380.129808514177,2891.13303833794,397.578444219687,3407.01328780677,73.7528403425191,1246.02904535481,586.966423356389,6914.75157461675,328.343639384299,4033.70184431649,369.486726806292,4558.73594278676,258.771790974379,5176.13397542599,77.6201850935038,1404.5856753208,146.403241158486,2700.73054709465,331.020666269434,6198.57662960839,221.921666735523,1804.69089445039,159.720088637896,2457.88462379331,191.382265594235,4393.6476398146,231.64065550745,2942.45516303085,212.792832810167,3748.47833208115,249.839792302819,5284.19429962589,3050.42946099887,1051.31224645741,29655.4320907682,12084.9375142826,659.312120184547,5486.37965281325 -4387,906.615105757366,3893.59153902736,222.33088367533,1559.99625885136,379.025940556527,2776.71668135047,404.303168046907,3272.18101152285,73.7601585623533,1196.71754630597,586.776604273551,6641.10083833107,328.2374563285,3874.06841891533,368.754808429137,4378.32433525266,256.883168481757,4971.28889050808,79.0807894161406,1348.99931041959,148.288697180467,2593.84935335305,335.361136638778,5953.26845905282,225.399269299259,1733.27039774776,160.630540359274,2360.61403789471,191.453227241669,4219.76938856568,228.967270710899,2826.00773709486,216.797024903425,3600.13260418973,254.541109108036,5075.07273608666,2982.06322894609,1043.45717746427,29882.9007533423,12332.9860071071,638.752154773367,5615.82446259565 -4388,872.08934397076,3766.29392521676,206.799896829548,1508.99352800126,353.104973998959,2685.93432675035,387.195913516522,3165.19987841014,66.6475869377574,1157.59189932347,529.659300576274,6423.97578006,296.286559954321,3747.40909666138,334.372025827961,4235.17880116673,240.641005957908,4808.75689222793,76.2276883673147,1304.89494263287,141.524076212803,2509.0456881621,320.189356583384,5758.63148657762,211.122607385399,1676.60261852381,147.086576452523,2283.43579997742,173.103875885862,4081.80767157223,213.440982027048,2733.61385398294,208.975355143916,3482.42937689394,245.357696667072,4909.14761457779,2649.45223176006,948.638338374052,27923.5843732937,11717.0464430202,571.416891034392,5383.07162615406 -4389,725.644332930492,3641.59554722564,168.481186970126,1459.03220021402,286.502409501533,2597.00561842677,320.5065150427,3060.40314754088,53.5880506127378,1119.26514228127,425.67781505791,6211.28410598103,238.120269643443,3623.33597722316,268.960665131851,4094.9560948421,195.316326086497,4649.54356567377,63.3579111665403,1261.69112316841,116.786289714338,2425.97359293219,264.2979918597,5567.96872363792,172.797318012754,1621.09191457535,119.005339706689,2207.8334316658,139.22522128614,3946.66293618424,172.603406682234,2643.10652226263,173.693342547715,3367.12948172117,203.933130892697,4746.61044753456,2096.95343969982,762.753588108494,22790.0413604775,9676.30089796775,450.946070241821,4465.85545558071 -4390,559.657761659009,3335.47045104683,136.898050066952,1336.38091540597,236.360234119863,2378.69235864605,251.514763394867,2803.13509134485,48.212682224372,1025.17584958333,384.395463078485,5689.14211638366,215.027300178922,3318.7458435493,240.633174838329,3750.71994557051,163.456313125761,4258.68687860598,48.6874323645549,1155.62901071824,92.6429422956618,2222.03787579045,209.395324017597,5099.90604645708,133.809419578001,1484.81733058369,102.424466598148,2022.23532972106,124.96279008633,3614.89282188772,146.125260751051,2420.91786131842,133.474773895819,3084.07695074373,156.712560979656,4347.59398320428,2023.10509096502,686.608563394834,18700.7412019906,7606.65250720408,426.913544285968,3429.88505610179 -4391,400.046961076657,3091.85699176889,99.037032375493,1238.77538044675,193.287837963228,2204.95930282902,196.430254438818,2598.40192208185,38.0032760585136,950.299864695853,300.387871278012,5273.62304294648,168.03422301115,3076.35390295886,190.45259807911,3476.7778213234,137.176321131489,3947.64426626529,38.0638944841056,1071.22509076906,72.9052800845133,2059.74642649938,164.74136944963,4727.4231322163,97.1511061159058,1376.37041384191,77.1365905972399,1874.53690115522,99.0475496692601,3350.8711319391,123.470205454336,2244.10077255109,104.350742339804,2858.82457160356,122.51807285295,4030.05784390136,1849.22650088351,583.11057172103,14390.4159838061,5485.18255508341,409.830067824206,2461.41640630949 -4392,400.429490537053,2969.36796832135,98.4477561712985,1189.69924690445,195.607999626009,2117.60619676231,197.571381063586,2495.46193656268,38.287831169307,912.65216536215,302.709716157454,5064.69975241894,169.33304176375,2954.4790599905,191.957970313045,3339.03952320299,138.062332491895,3791.25181590928,38.497381925921,1028.78673879802,73.3187657750015,1978.14616846574,165.712253006859,4540.1384536461,97.3796177971685,1321.84322570145,77.1456261101272,1800.27402449238,99.7739625253516,3218.12083535603,124.400105178957,2155.19701248734,105.539131940014,2745.5675125236,123.913359559604,3870.40044349419,1873.75397171536,589.741928956518,14469.1236556111,5503.45110740519,415.405987114332,2472.38858591249 -4393,402.211443787009,2908.54582745451,100.490613867756,1165.33040614225,207.274873206377,2074.23085770901,203.63864769813,2444.34690499614,41.1871029129409,893.958133784966,326.093661767668,4960.95852362001,182.413806692207,2893.96189152504,206.791630719261,3270.6453280723,147.699895915402,3713.59486854912,39.3054721329227,1007.71390019511,76.1815598400582,1937.62741626083,172.065898109376,4447.14191582102,98.0899407201201,1294.76765415383,81.200175546603,1763.39866196246,107.232392070592,3152.20344119583,133.854381513563,2111.05169345388,107.754481002979,2689.329519864,126.514398055403,3791.12227942134,2083.3243331121,640.527731086805,15123.3416477782,5599.22511747314,462.801301080396,2491.15921131366 -4394,463.874059013472,2918.87779157026,116.322635308113,1169.46998401157,251.509379637341,2081.59910289439,240.699932460213,2453.02990537057,50.1614128433946,897.133721830394,397.617572438075,4978.58122874018,222.423627012474,2904.24204944221,252.20669743728,3282.26357037263,179.079578918288,3726.78659087306,46.5209704730141,1011.29358037669,90.5139899757844,1944.5104080107,204.407441387149,4462.93940137485,113.566247880746,1299.36702914551,96.7437244160503,1769.66274469589,130.498724523722,3163.40094495614,163.055078664654,2118.55073649366,127.535499691295,2698.8827666557,149.73926674746,3804.5894006816,2606.3531837386,788.510094853242,18036.8233843358,6538.48289725694,579.895606173027,2893.89057944241 -4395,687.875915670064,2981.9742661428,170.555361129415,1194.75005340079,342.038554023851,2126.59638412533,342.338048314233,2506.05629088658,67.3863854202691,916.526782831825,533.030943741897,5086.20167273882,298.17262624986,2967.02214772326,338.005844781789,3353.2152424524,242.577475772807,3807.34737901138,66.3998477531875,1033.15439958052,127.424898251118,1986.54428550616,287.91571080619,4559.41337615753,167.432082058002,1327.45504261139,134.90940609492,1807.91699456382,175.546473588821,3231.78320058282,218.963117417199,2164.34678971037,182.032697867749,2757.22367710847,213.724357286846,3886.83202799282,3336.40175449352,1041.03607250919,25202.2495005492,9494.86754540628,740.203285764128,4249.42537982628 -4396,969.814977313341,3152.80909095996,238.776004010124,1263.19628997312,461.588125499678,2248.42732172385,472.928462983465,2649.62617084712,90.3018690973581,969.033839704532,713.463078158512,5377.58593504199,399.104709106425,3137.00037811576,452.35781434331,3545.31815394383,326.491442780788,4025.46714278547,91.9195431572728,1092.34295558698,175.10752039954,2100.35175489286,395.767262421822,4820.61837521756,235.436031324748,1403.50383761005,184.388628834618,1911.49105506361,235.417074275586,3416.92937142243,293.362194609932,2288.34041663795,251.993987845946,2915.18272766386,295.865818193018,4109.50540117882,4349.12770285066,1381.73304048823,34494.6240621391,13252.0212084309,963.240057369138,5964.00799572018 -4397,1047.35474327609,3661.28476281271,254.619308517635,1466.92083011977,492.575076426291,2611.04699200573,508.816208444806,3076.9499981106,95.4616297950435,1125.31673488668,753.927422003781,6244.8669984932,421.740092315366,3642.92646778555,478.11705334786,4117.09651991824,345.690743288233,4674.68250943039,99.4325954161493,1268.51277818369,187.830790315902,2439.09023822142,424.663712830667,5598.07336737446,255.060061198363,1629.85676168114,195.218110067227,2219.77064650822,248.931898735094,3968.0015764567,310.102164458874,2657.39715214219,272.59073946785,3385.33472648695,320.048437877018,4772.27420815745,4553.39147635754,1459.41793451328,36843.165485927,14280.1904341382,1007.84741169014,6455.01815648291 -4398,952.826142709757,4076.44784290374,223.859858471589,1633.25898995586,433.914544943618,2907.12074253005,457.389725115908,3425.85376311584,81.9041386840786,1252.91947326932,646.114493810615,6952.98952536856,361.43052807624,4056.00785065758,409.960775470247,4583.9453402018,297.824806468284,5204.7575281164,90.8591605807861,1412.35290705719,167.464623512622,2715.66534273255,378.988956699859,6232.85419769405,233.294820517464,1814.67067185809,168.4586748351,2471.47650344135,213.73353107316,4417.94411384684,266.006372433204,2958.7266739303,249.086988693066,3769.20707819873,292.452714213018,5313.41541613481,3798.40031226058,1248.78695669467,32522.9397373131,12907.2584231803,839.175853163851,5902.3232863356 -4399,865.937809379268,4294.26387517023,205.225954294519,1720.52859490741,393.737759039172,3062.4563508489,414.936456418841,3608.90673044526,74.7833827343096,1319.86647196379,589.954869736985,7324.5072410785,330.015348909179,4272.73171685641,374.245879363087,4828.87838598267,271.893044645704,5482.86230888945,82.0775939404669,1487.81888092235,152.094516873514,2860.77095249703,344.130591825049,6565.89306470681,211.433097688395,1911.6336113699,154.35247232955,2603.53441919675,195.148651632516,4654.00724889429,242.880759844789,3116.81973178665,225.012652363492,3970.60637538175,264.187066780359,5597.32609237242,3470.10927144537,1137.97669094177,29604.6695400697,11722.4833490746,766.688902392223,5348.86420393906 -4400,838.743615679588,4354.63114299278,197.749079960697,1744.7151874188,376.578765374652,3105.50729697159,399.596493630406,3659.63948592474,71.1998368668223,1338.42069571881,561.456832254369,7427.47261608653,314.073807843088,4332.79629308722,356.170359206754,4896.76107863568,259.214643742244,5559.9384800462,79.2389403852877,1508.73412122125,146.179294133236,2900.98667544477,330.806114503931,6658.19410550292,204.676898767167,1938.50669172795,147.649956247032,2640.13400043758,185.845085653565,4719.43166393001,231.225212050928,3160.63489940857,217.230589867177,4026.42377865464,255.050157176352,5676.01135558181,3270.40331362318,1080.57198879717,28407.5794188232,11322.0155631308,722.081548071221,5177.92999662834 -4401,772.770817631994,4451.64765414892,182.007301773354,1783.58557044007,341.903368875604,3174.69466862922,365.823413174252,3741.17232839866,64.432717480188,1368.23927325017,507.860776200404,7592.94873938116,284.092665138578,4429.32634720718,322.160930420574,5005.8556632778,235.038714252641,5683.80794587796,72.6042959396006,1542.34709919727,133.577179662257,2965.61754702043,302.320332821561,6806.53152869793,188.461694469454,1981.69454160748,134.640350224624,2698.9533542006,168.230422487638,4824.57553941326,209.231326505936,3231.05045491949,199.041960394247,4116.12818176345,233.694910621391,5802.46680058254,2925.43164710659,974.362447456528,25918.2769911066,10399.4634786895,645.412657831998,4764.64477560932 -4402,745.180790350078,4554.57742663677,176.859597287018,1824.8251453662,333.1534469529,3248.09908545359,354.347121665232,3827.67468584401,63.2255000297664,1399.87532534727,498.534264181848,7768.51081144408,278.875499765773,4531.74001257613,316.214588271832,5121.59968089967,230.313508246803,5815.22738968515,70.0133937114635,1578.00882455187,129.687244349939,3034.18774015247,293.436348144782,6963.91027834522,181.662375493356,2027.51473766858,131.742037345723,2761.35781122098,165.038882716098,4936.12804787817,205.325179724683,3305.75791473196,191.939098889919,4211.30016530641,225.355450031663,5936.62984178721,2898.26896436108,957.559473888091,25219.4162649551,10050.7548915036,639.836738541873,4591.11803050853 -4403,710.374528856438,4522.86673829362,166.989629914651,1812.12002345368,303.808660578435,3225.48459278867,331.558157786641,3801.02496893901,56.9119047369851,1390.12886458853,448.098542576071,7714.42350494855,250.6622191963,4500.18832693554,284.223304733727,5085.94116945368,208.51793491812,5774.73958014207,65.8113222807005,1567.02213108927,120.598452897211,3013.06257906949,272.989966470807,6915.42490466494,173.055447144014,2013.39841425703,121.125341424511,2742.13219515318,148.695159183567,4901.76085999534,184.773224438757,3282.74197951942,180.419277308128,4181.9795029151,211.830042275436,5895.29678251796,2513.15759622859,852.910254686343,23315.6959650619,9494.35047431368,553.409989544932,4365.38168242214 -4404,652.289443510118,4482.83849658881,153.48946273927,1796.08241224511,280.875677625974,3196.93843293785,305.256366428356,3767.38516591441,52.8133070639842,1377.82595640832,415.932674708106,7646.14937118845,232.66892741765,4460.36079353894,263.807644866649,5040.9296105891,193.223670855415,5723.63202268539,60.4766699915251,1553.15368343218,111.175174766742,2986.39639495101,251.62687849221,6854.22206239861,158.839182082062,1995.57945052511,111.986863749098,2717.86379711156,137.964728762567,4858.37933234124,171.474274028181,3253.68908076868,165.79452768529,4144.96817889577,194.659142485262,5843.12227060182,2347.4718314587,792.498093614556,21522.882940523,8728.83874191211,517.166514159117,4007.35767360259 -4405,632.007446080422,4415.71320681125,147.813720822309,1769.18816823474,266.894511986778,3149.06800020304,293.456470621004,3710.97295718592,49.7834261563485,1357.19461609629,391.799510020507,7531.65718222958,219.169056201719,4393.5720812071,248.516602850999,4965.44755583371,182.659037955507,5637.92729377418,58.3411807264515,1529.89701443801,106.542550122409,2941.67858422588,241.206269971043,6751.58806331781,153.954196665805,1965.69797052253,106.586795484569,2677.16694954592,130.106570990047,4785.63075556764,161.616698017124,3204.96887312371,159.940163777199,4082.90210394373,187.785541323294,5755.62831427965,2173.05880268658,743.789095730265,20560.2013848896,8425.13760663558,478.135079128241,3881.54358696952 -4406,599.910145421645,4335.72169626059,140.56890360827,1737.13897767428,251.638322099152,3092.02201592706,277.86996611927,3643.7479544389,46.9920179095809,1332.6087695143,369.759511239056,7395.21973560672,206.840082815905,4313.98166148808,234.52196603831,4875.49749976157,172.548880255131,5535.79513539304,55.121502687905,1502.1826300475,100.859087608622,2888.38949988414,228.321181376386,6629.28172173578,146.115257135019,1930.08896636304,100.942866279513,2628.66954533042,122.826318770717,4698.93811608983,152.549377039476,3146.91023357403,151.113536918043,4008.93953177734,177.422210039512,5651.36397883387,2040.7280272885,700.426037938835,19453.5144654836,7987.35576960864,448.861502855083,3679.53706325046 -4407,611.932468899702,4231.23238606296,143.908491935423,1695.27456242568,258.044657544435,3017.50541403383,283.837121453198,3555.9349588258,48.322375228417,1300.49338461541,380.303605771371,7216.99763947911,212.738352691302,4210.01627819263,241.193415165592,4757.99978973563,177.305801614098,5402.38449337892,56.2686470115156,1465.98057700985,103.118776781181,2818.78036729491,233.421835793083,6469.51845214968,148.865487447449,1883.57452682019,103.657016847413,2565.31956883953,126.287623231016,4585.69542276035,156.873747972058,3071.07084567152,154.258390153952,3912.32555245742,181.114578193582,5515.16816987929,2109.65558336762,720.993301001808,19922.3810062329,8154.24421310899,464.195280902928,3752.01487446871 -4408,640.211799495563,4190.29440457271,150.810057549696,1678.87245724089,269.328695271659,2988.31047281686,296.811686737339,3521.53060892423,50.4524239086536,1287.91086272818,397.039966207913,7147.17180888817,222.100519379404,4169.28356659825,251.807671275823,4711.96523300356,185.220715526769,5350.11539156319,58.7746681682669,1451.79693492855,107.825148218355,2791.50812886114,244.064848733829,6406.92462546286,155.825410170777,1865.35058351505,108.474263771331,2540.49961204122,131.860120060909,4541.32794368848,163.786700682008,3041.3576486726,161.12855337741,3874.47305549273,189.180828029948,5461.80786445202,2198.63495999401,752.198253049145,20821.6831214873,8528.98029888039,483.710998418366,3924.25058800392 -4409,695.747136759326,4133.30614142453,164.023912574048,1656.03968795359,293.171459738243,2947.66926550515,322.548431364941,3473.63757477209,54.9970763799203,1270.39519531435,432.83453196044,7049.9698301046,242.123671508209,4112.58105214642,274.493024775011,4647.88221431388,201.802860841644,5277.3534912359,63.8606287925313,1432.05240679346,117.216820580463,2753.54344560303,265.317523853552,6319.79005417164,169.152416386841,1839.98170017335,118.117793132053,2505.94866014131,143.731526576785,4479.56560269051,178.542505826529,2999.99499648731,175.071524107181,3821.77998223134,205.55125209549,5387.52693958322,2401.0672390702,820.067866683435,22657.8391389352,9269.30955509808,528.318352739368,4262.67853515136 -4410,737.509645499705,4067.41549354615,173.618850862542,1629.64011235527,308.309254341995,2900.67931823539,340.584386120868,3418.26296121454,57.7499559174432,1250.14332922538,454.380078971659,6937.58350696897,254.176053103968,4047.0207910125,288.140618196031,4573.7885082382,212.071231731766,5193.22513763156,67.4823164978244,1409.22349994484,123.650881572432,2709.64813386367,279.900411973188,6219.04381208922,179.101323142291,1810.6498331012,124.481699906883,2466.00035360001,150.951150103185,4408.15509747367,187.470537074118,2952.17090429889,185.000245424126,3760.8554945545,217.208551069798,5301.64226799947,2503.64848269269,859.138727439704,23893.1997512043,9807.72277929198,550.622029899869,4514.21098996707 -4411,758.373297507623,3917.3095761226,177.497759687475,1569.49906590367,307.46294783721,2793.6312109284,346.255472232395,3292.11369060223,57.0499831965741,1204.00742015928,448.379398217082,6681.55548655443,250.819327268656,3897.66752980006,284.348253033774,4404.99515009228,210.467212347,5001.57178308538,68.7412786254466,1357.21681740904,125.188951925217,2609.649936071,283.452503270102,5989.53313672494,184.358726245154,1743.82871419616,124.931802311382,2374.99385425632,149.224850949367,4245.47435681625,185.161599640329,2843.22252597756,188.451642985401,3622.06301928285,221.260832523435,5105.9878339363,2401.01357988166,841.942500266285,24071.3316564716,10028.7917271078,526.924372916837,4635.80633556203 -4412,733.332636216944,3784.8784698352,169.805480136009,1516.43956330995,290.490324703846,2699.18790369597,331.721090111853,3180.81836160199,53.2434099299539,1163.30396501194,418.067011792185,6455.67449154741,233.862856027488,3765.90045526039,265.154063046456,4256.07702922863,197.113157360153,4832.48540593326,66.2517016096314,1311.33386608527,119.434384136696,2521.42641905225,270.535589943653,5787.04709776688,178.320940384154,1684.87571053151,117.833489475476,2294.70327281693,139.350796922978,4101.94909927342,172.777624479495,2747.1027026091,181.626560758965,3499.6132094414,213.247512227898,4933.37150009844,2182.94334356566,781.4233392095,22871.4222583069,9653.88029805219,478.135079128241,4483.65356259032 -4413,612.034895583156,3670.64201428405,140.580186675424,1470.6698821562,237.308308230454,2617.7201203993,274.604884422558,3084.81384830589,43.0621358843591,1128.19273944666,337.824361021529,6260.8271858852,188.975852377054,3652.23680043077,214.278663115349,4127.61870269406,159.952025343615,4686.62973086307,55.0594874756363,1271.7547530174,98.5256670513765,2445.32389176078,223.242622453274,5612.38052555717,148.894061661584,1634.02223379524,96.2884972722023,2225.44377861721,112.766669912665,3978.14271296886,139.716618855248,2664.18873898197,150.943524534279,3393.98672446103,177.22259871761,4784.47084752007,1721.65369557079,628.426227512054,18797.33781188,8025.06374173773,376.374552083455,3741.26467332162 -4414,470.532122233409,3363.15231788181,112.41096807609,1347.47186017194,192.736522025913,2398.433695312,215.490479153947,2826.39897974018,36.372411696588,1033.68402909417,286.027571065772,5736.35766716799,160.001202642837,3346.28890886756,181.32014729545,3781.84806725302,133.944160309532,4294.03073932838,42.3272014361702,1165.21985220668,78.2332162246286,2240.47909944471,177.029530692727,5142.23138620178,113.995813995623,1497.14018465262,79.6833431021545,2039.01834426966,95.1049244184047,3644.89368179246,118.062430514503,2441.00963752781,116.038438811749,3109.67244280769,136.240582302571,4383.67570524678,1554.44004170652,536.721453734556,15122.8025078436,6233.72837457409,341.525056520172,2864.32986472666 -4415,321.940590856137,3117.91434173196,70.1343943539812,1249.21545050817,146.142853989096,2223.54211450534,150.616811073511,2620.30056371005,29.0409022401694,958.308739689155,233.137195956642,5318.06773801783,130.414811393353,3102.28059700489,148.647267898947,3506.07918185698,110.709761465874,3980.91396420075,28.901692932121,1080.25309146693,57.1003085896361,2077.10542260217,128.874562040612,4767.26459943411,70.9573279357528,1387.97009831884,57.2659348347891,1890.33500054408,74.936805143777,3379.1113843177,96.7749172729854,2263.01345814375,79.2329096436323,2882.91798619021,93.0272576735363,4064.02210159166,1466.83767377492,451.096265480302,11065.2886370342,4211.88300447627,319.380954091074,1880.2998982154 -4416,327.708927667572,2985.15832702765,69.2000892047314,1196.02577095322,146.144535286831,2128.86709867891,150.161513633992,2508.73218111864,28.8782985975186,917.505422088464,231.851166853145,5091.63256326745,129.695418495576,2970.19024319353,147.852822292653,3356.79570309325,110.035502745549,3811.41274805302,28.9886450047934,1034.25757023799,56.8780459058328,1988.66545671388,128.406414717958,4564.2817782607,70.665970615353,1328.87245849105,56.6714983861713,1809.84743301556,74.5131736742598,3235.2339998047,96.2329706484736,2166.65781299203,79.4712854970315,2760.16775619082,93.3071344575273,3890.98226831073,1461.68412274449,449.845725834817,11020.4566532283,4198.93496035754,318.294624315254,1876.17878414156 -4417,330.15652929727,2913.15947402806,70.2731120555015,1167.17889777838,153.386783632443,2077.52108198503,153.661102479049,2448.22422149442,30.7420460734233,895.376164349209,247.116320813302,4968.82778566772,138.234605760119,2898.55240450193,157.582118927203,3275.83335071534,116.469238503657,3719.48551468544,29.3799962142169,1009.31237450446,58.6441142923718,1940.70095493623,132.308005090897,4454.19614232429,70.7711110286297,1296.82146410063,59.1773870506802,1766.19583232772,79.2588439051095,3157.20358679034,102.442220580975,2114.40032434708,80.5441601929188,2693.59543715069,94.5667952630515,3797.13590250035,1603.43251316262,482.984608608407,11411.0895837932,4243.29656246519,349.798187814033,1879.30469979141 -4418,359.389433025602,2921.02216064858,81.0588593804815,1170.32914134902,184.904773297959,2083.1283607354,180.684493285859,2454.83203682413,37.1797798276656,897.792805885837,299.181569695715,4982.23876989235,167.359428958261,2906.37566629481,190.820789444204,3284.67490274411,140.182478187791,3729.52449444342,34.5882962456605,1012.03653257877,69.2955329950895,1945.93895291363,156.317370619991,4466.21812351881,81.5766650507905,1300.32161603734,70.1315602779652,1770.96283683395,95.7902817039748,3165.72495426831,123.89328452233,2120.10714104863,94.8225198294114,2700.86551522008,111.330999014165,3807.38446249957,1988.92746534995,589.878597046411,13527.5208697512,4922.39198584526,434.531910327992,2173.22375140781 -4419,531.265150887939,2976.90575282811,118.945653383419,1192.71931603926,252.403776453899,2122.98177141378,257.787086961491,2501.7967035984,50.1356509413698,914.968946382733,402.646447312484,5077.55656765117,225.236733542197,2961.97904878325,256.759992521589,3347.51572441954,190.792265977266,3800.87596471942,49.5567548707396,1031.39832915099,97.8651694257247,1983.16772177266,220.883895219199,4551.66366226274,120.658872689969,1325.19874428095,98.0041950049229,1804.84404673096,129.335317227636,3226.290082695,167.069568953314,2160.66801198053,135.857989015621,2752.53717626315,159.510690797663,3880.22551226613,2557.94195573579,782.192893922096,19021.600364586,7181.04896081228,557.287174995649,3201.70315138065 -4420,713.74237058537,3145.2713064532,164.211552326828,1260.17622083831,333.773515366701,2243.05174707238,350.900917492017,2643.2914038114,65.6706868370533,966.717058683949,526.693573691746,5364.72911980976,294.627559507383,3129.50038932301,335.829882483406,3536.84195272728,251.461880142941,4015.84299397532,67.6930143800301,1089.73136523402,132.327345495122,2095.33020158595,298.780907506693,4809.09316660092,167.938988923298,1400.14831903055,131.39039528237,1906.92103282503,169.561370245873,3408.76012408345,218.841158361139,2282.86941714476,185.577865783671,2908.21306392432,217.886734393704,4099.68033240688,3237.89767728906,1012.51923653808,25522.390795483,9871.82397461703,703.941694731347,4443.85343037019 -4421,708.685904430607,3653.68199914383,180.875556604548,1463.87472660287,374.601615358485,2605.6250774335,391.729741096186,3070.56062247552,73.4432571205321,1122.97998215035,589.190064598048,6231.89935161268,329.587523921674,3635.36182564708,375.767920568021,4108.54724995682,280.873832572246,4664.97539604024,75.8051838699063,1265.87867472322,147.767439469516,2434.02539682022,333.678863693099,5586.44880616974,186.863490458991,1626.47231699138,145.67588489848,2215.1612285804,189.596848095243,3959.76190645617,244.741737323341,2651.87899012231,207.817074874805,3378.30498104705,243.997761287475,4762.36444278321,3646.10549817454,1136.26206971515,28405.1557636311,10930.1245532679,793.020736348585,4943.84918424813 -4422,729.109292959721,4073.91358624639,160.674300261454,1632.2436212751,335.518929229551,2905.31343617427,356.265768518566,3423.72396947176,64.2692447480792,1252.14055504477,515.179250145146,6948.66697282474,288.186552410724,4053.48630118757,328.754674776084,4581.09558118538,246.626982132312,5201.52182097042,70.0316284836944,1411.47487184243,133.454703025988,2713.9770608658,301.622257342924,6228.97934074665,172.363399725193,1813.54252269287,127.710636893168,2469.94002952492,166.0003532028,4415.19755490294,214.172291783606,2956.88728506538,191.989088835627,3766.86382777607,225.414143162855,5310.11215827147,3125.83683531962,994.294282335837,25448.5754195092,10015.6262392286,678.956109887487,4561.05600218024 -4423,656.894947961502,4320.97102936082,146.613242899857,1731.22901384048,302.432751332142,3081.50257072304,321.647531085489,3631.35146866145,58.2203117982887,1328.07506798918,466.656100988961,7370.06027413467,261.043147346385,4299.30495690272,297.725921204043,4858.91044814068,223.483693245452,5516.96166872058,62.9872179983882,1497.07201706291,120.564613373388,2878.56283794078,272.442182299276,6606.72807708039,155.676648299138,1923.52256256126,116.23567089058,2619.72648312091,150.384000132461,4682.95174155087,194.014857144742,3136.20405179604,172.677101098929,3995.30061862809,202.739963110017,5632.13733251728,2826.06959211191,898.386780205588,23036.6899249912,9058.65046736454,613.776323338289,4118.6670821674 -4424,642.600726058061,4409.02017032149,139.925093129018,1766.50655364325,285.178689123021,3144.29485800676,306.578758055852,3705.34811783344,54.5448964780345,1355.13747319235,436.947042285426,7520.24121067799,244.424172104802,4386.91260472332,278.781644879734,4957.92126956406,209.882087311786,5629.3817086475,60.2420104112878,1527.57810103408,114.573261978609,2937.21978874184,258.968048515989,6741.35446725866,149.611772483994,1962.71849979416,109.70418691874,2673.10908273183,140.942579183586,4778.37702332252,181.767992323798,3200.11100020224,165.151217227261,4076.71351979302,193.90383250091,5746.90432598497,2608.49794531864,838.443955309367,21851.4467784605,8680.72908744812,565.977813202209,3957.04731838231 -4425,593.165407080533,4527.28544107765,127.393959832776,1813.89040941815,254.721197718462,3228.63579280731,277.412101832012,3804.73845434202,48.4414061308568,1391.48697806822,387.79297162044,7721.96026130044,216.927835329001,4504.58487360373,247.420684534242,5090.90997877424,187.011704078179,5780.38132449059,54.6191838719686,1568.55306389228,103.358451012455,3016.00624926297,233.665389609832,6922.18106376649,136.647006350169,2015.36544306713,98.4943254358878,2744.81117462926,125.225869932984,4906.54973077398,161.42966814112,3285.94911825764,149.736448681418,4186.06516927265,175.805372505665,5901.05630757429,2275.72121807572,740.77391135408,19673.4832551143,7900.7017135568,493.193718222271,3610.57079223335 -4426,575.922749901918,4607.47188911467,123.710604712254,1846.01770312486,247.856754376286,3285.82079684557,268.446270421123,3872.12728288713,47.4572824279442,1416.13273979746,380.04104470048,7858.73020286817,212.591478433855,4584.3692533599,242.446579761182,5181.079241081,182.944580207645,5882.76237661176,52.6151859234889,1596.3349876053,100.241616403258,3069.42519788757,226.559130401109,7044.78546311277,131.614124657462,2051.0612255574,96.2615073462258,2793.42676591246,122.655334042289,4993.45363823648,158.149502887861,3344.1492453874,144.242563297235,4260.20798654011,169.355008716654,6005.57473282696,2249.317938725,726.689415931966,19112.3081426533,7629.35182889838,487.762069343171,3476.32528957955 -4427,557.350986099804,4550.678569756,118.504710880005,1823.26303950922,231.804243902781,3245.31861379124,255.606976246996,3824.39807983024,43.9814901789579,1398.67698946818,351.874064299833,7761.86072978043,196.835127666242,4527.86070521677,224.48729732364,5117.21543571379,170.321558941455,5810.24937807228,50.2764380550287,1576.65800097654,95.0301899157714,3031.59038311138,214.84723992534,6957.94895922327,126.939952488704,2025.7791233524,90.5012592455087,2758.99400490174,113.741688060375,4931.90257205438,146.568142219401,3302.92808535709,137.830973534097,4207.69516420785,161.827169392374,5931.54790598085,2032.34437011837,668.713040179528,18037.3552324462,7312.74895366813,439.963559207092,3348.07761171872 -4428,506.50357350654,4474.65089524824,106.818743829198,1792.80198918783,207.535801117837,3191.09944109838,230.151793741794,3760.50429169636,39.3249631963788,1375.30945048102,314.526118679816,7632.1841964695,175.943029071775,4452.21424620283,200.65205619031,5031.7226935724,152.420042675663,5713.17819588402,45.2663763014315,1550.31695326886,85.4746135242152,2980.94194390501,193.25131504727,6841.70328935128,114.729547447214,1991.93465961936,81.255436799739,2712.89980269471,101.718886423881,4849.50583106192,131.050727648416,3247.74643770898,124.096076718049,4137.39767484037,145.701044642283,5832.45020294373,1802.4755266149,596.260993024737,16204.5719961026,6598.97832691657,389.992389519373,3024.20500333316 -4429,506.644679896776,4345.33887698671,104.057299158499,1740.99217228985,201.106986807931,3098.88051299387,224.258454607576,3651.83024962599,37.9210433415725,1335.56466481189,303.202122841192,7411.62327109379,169.608489551158,4323.55062005926,193.443766119895,4886.31197169259,147.223472136624,5548.07423124132,44.2188511523477,1505.51466167888,83.1440068662515,2894.79631419875,188.013359466017,6643.98630954576,112.253221765138,1934.37014853001,78.7083266612004,2634.50026783931,98.1074327133682,4709.3609569106,126.372606571131,3153.89047967038,121.224325721257,4017.83186820899,142.329325477174,5663.89942103728,1723.18128111854,574.118363230912,15743.9764117978,6448.88044277238,372.611113106253,2958.45035472638 -4430,463.015856100081,4227.85337508545,97.9325935512842,1693.92073667619,186.434895357152,3015.09567072776,209.898829415753,3553.09523220129,35.0961999379452,1299.45482633691,280.482626565988,7211.23423250369,156.899411492958,4206.65421014211,178.940649265178,4754.20010868444,136.555488391305,5398.07021450169,41.340207130875,1464.80986266221,77.7017226350421,2816.52932340622,175.709379294842,6464.35197300734,105.697893597465,1882.07032699792,73.3865316030242,2563.27093567713,90.8270311451594,4582.03334189141,116.959393404182,3068.61832566,113.33263085808,3909.20121661784,133.063696651732,5510.76382332291,1573.89093903112,528.796250347056,14673.6480841355,6045.65607342293,340.021219831654,2780.87972707583 -4431,469.430320802746,4169.43553255172,101.302051837514,1670.51519583059,194.454270774143,2973.43495818871,216.917194535621,3504.0007770801,36.8083233840385,1281.49976955278,294.307176013649,7111.593892952,164.632737792164,4148.52928445521,187.743224990171,4688.50953508044,142.910664759497,5323.48304512749,42.6496135672298,1444.57003305906,80.4757086526231,2777.61227687949,181.954327039655,6375.03158695347,108.544960763205,1856.065052395,76.5393919296936,2527.85325568518,95.2282536475229,4518.72166135199,122.664436718114,3026.21807043807,116.92231960407,3855.18631098019,137.278345608119,5434.6195239088,1672.90649886149,556.33662618716,15242.6076174609,6229.57816526287,361.747815348053,2859.36718199476 -4432,502.12467829798,4100.10089453371,107.810013129782,1642.73576010068,208.221568749706,2923.98892769212,230.867711336877,3445.73182829869,39.5846334714537,1260.18937346957,316.621830787007,6993.33333119267,177.115351223427,4079.54230192504,201.975350821371,4610.5430792087,153.475274113241,5234.95744806591,45.2764932291746,1420.5478987553,85.8071480439282,2731.42263315716,193.975272598828,6269.01951314063,115.007603559962,1825.20005939032,81.9759317173673,2485.81692029224,102.38660944162,4443.57865260466,131.915991347684,2975.89429571143,124.123811896871,3791.07740576342,145.733608480195,5344.24580916636,1817.3430133392,599.879524242172,16271.3115553968,6614.27939925788,393.251378846833,3029.0620813251 -4433,540.854271548834,3902.29898627119,118.007526892285,1563.48496201613,229.012800477807,2782.92640154622,252.707768845355,3279.49876513016,43.6647847406635,1199.39382983386,349.337758391818,6655.95268773826,195.41634137917,3882.73220556028,222.830043778717,4388.11581640405,169.076464680729,4982.40645004509,49.5211449764452,1352.01614981061,94.0291483326648,2599.65011755145,212.546151776917,5966.58207207975,125.469864679053,1737.14660314743,90.111873314262,2365.89320546839,112.923172194932,4229.20628479986,145.512734476566,2832.3276895179,135.76036582297,3608.18377350411,159.396071532278,5086.42239299472,2017.28295971006,662.600910117113,17872.3127208796,7231.40964397768,436.704569879632,3307.6536613732 -4434,556.786250298147,3731.52913431301,123.05920964873,1495.06475730048,235.111894460654,2661.14179937337,262.406422892031,3135.9834884718,44.5973630867764,1146.90674273959,356.571803806453,6364.67924633242,199.463000105116,3712.81862224195,227.436884541952,4196.08596656962,173.152660356633,4764.36964280324,51.5342347834141,1292.85010472782,97.3711106456384,2485.88593205998,220.142910874295,5705.47641597034,131.324036584999,1661.12673145312,92.8901639565456,2262.35853683636,115.382507108439,4044.13052979063,148.62162568923,2708.38122054213,141.279176196975,3450.28479882099,165.875699719897,4863.83370819523,2024.70033291279,673.132731180395,18466.8742688667,7539.65527740421,437.790899655452,3460.35855241963 -4435,585.075559566087,3657.97073730047,126.730170069826,1465.59304127777,237.814202981455,2608.68359311552,269.251239292886,3074.16488538264,44.7994639238765,1124.29815026124,357.923554401364,6239.21443391703,200.219157003044,3639.62905935229,228.318566390987,4113.36991469978,174.599145179226,4670.45120318095,52.9558187294011,1267.3645791274,99.6034785515795,2436.88248662607,225.230313938797,5593.00625045766,136.039381624648,1628.38149077504,94.3572837781761,2217.76141285653,115.960718742839,3964.40992508051,149.296384341467,2654.99179923225,145.176395387828,3382.27047817581,170.45141977749,4767.95456641915,1992.40433073944,672.527306516293,18813.0948172052,7771.59753281418,430.186591224712,3577.23913275916 -4436,556.419779919633,3578.95394569738,119.652567264221,1433.93437907561,219.961850881647,2552.33273012646,254.227836019069,3007.75903811195,40.7958292777329,1100.011889102,325.529397487358,6104.43951577329,182.098162423644,3561.00847117677,207.689125867783,4024.51592524001,159.88770980132,4569.56355373887,50.3743983599023,1239.98790226859,93.5035743328743,2384.24274469389,211.547912271058,5472.19024588422,130.305766752859,1593.20639229903,87.2708249767992,2169.85496308695,105.682879651854,3878.77365968204,135.956010768282,2597.64062045746,138.099528044137,3309.20916065512,162.142478898453,4664.96072108681,1750.39613572849,607.37429976488,17568.3272327834,7390.93685460609,376.956432209533,3424.23500796018 -4437,478.986601741958,3501.49669180407,98.3801987412983,1402.90055719591,177.729626128167,2497.09405220626,208.913014379744,2942.66382900902,32.5699897290865,1076.20496074455,259.621196177933,5972.32462169425,145.229718468256,3483.93960092776,165.661611282491,3937.41562818429,128.247326403256,4470.66710250371,41.5949129333688,1213.15155309284,76.5019115319117,2332.6419422189,173.146188734867,5353.75876124958,108.28189818869,1558.72553730477,70.5813563645461,2122.89403278788,84.4302142239359,3794.82757914813,108.543894960763,2541.42136977271,114.030897284275,3237.58983891138,133.883530367881,4563.99964350437,1355.01031898308,481.61584379295,14315.8991999982,6115.82867565057,291.136379919755,2842.99875792517 -4438,376.166574186675,3281.34134666974,79.9188536867802,1314.69368923526,148.012375732187,2340.09016178902,166.780495843662,2757.64489913078,28.3058098663024,1008.53896091008,226.231757999077,5596.81685913632,126.551972668159,3264.88815156762,144.253346970858,3689.85203670947,110.174216394989,4189.57551637249,32.4667279116876,1136.87508551926,61.91476904107,2185.97791906958,139.930194987077,5017.14310469114,83.8456714848315,1460.72122976443,59.7653271581551,1989.41783400523,73.2503710546821,3556.22915997264,94.330086198949,2381.63041520642,89.0063196329986,3034.02754223484,104.50220581717,4277.03980742611,1271.96911378888,424.537467383833,11762.1429191808,4820.90639526055,274.841433282455,2203.26206357702 -4439,273.797964572473,3078.14601667563,58.9663837026015,1233.28197682794,129.551601575769,2195.18131433757,134.724807847055,2586.8791950829,25.538040655853,946.085718371928,202.848638775685,5250.23693085089,113.471670012919,3062.71167699116,129.435514479896,3461.35989797189,96.924814032804,3930.13826506411,25.8476760793307,1066.47469623985,52.9489048394156,2050.61239086082,119.344896671573,4706.45916752012,60.8165799945188,1370.26683902797,50.9741411847144,1866.22418525939,66.3522736627647,3336.01154730985,82.2131448568143,2234.14920949979,70.8604367260224,2846.14698897228,83.1971479505141,4012.18637608471,1294.4929375975,396.073699216942,9798.82525178165,3751.79389950837,279.616917522506,1684.65577251332 -4440,268.391960478226,2902.30765770591,56.3277975755606,1162.83103727616,120.60875504514,2069.78210394826,128.978436967002,2439.10433643355,24.0978754223487,892.040796765876,195.844742543059,4950.31839510836,109.55375463074,2887.75500100438,124.990825752627,3263.63053719247,93.6991309438674,3705.63005157808,25.4692235834948,1005.55258291136,51.6524017302095,1933.4716458349,116.465359163345,4437.60380715339,59.5576354598078,1291.99067180913,47.4868669567717,1759.61657261597,61.681224610631,3145.44268124399,79.3900014123152,2106.52396736907,69.8229233707527,2683.56151927192,81.9790048496926,3782.99118377432,1209.13691191337,374.94133584517,9415.36663111358,3661.37154204776,263.472129768243,1654.22104958277 -4441,272.035751768707,2823.16090147542,58.2242627488179,1131.12030378442,127.207687833809,2013.33855662258,132.857931851362,2372.58926666696,26.0421582708534,867.714590237832,213.591028362115,4815.32180291709,119.48086432479,2809.00509986587,136.306681471271,3174.63040315509,101.266894242226,3604.57646492819,26.1296710544679,978.130877653714,54.030752971678,1880.74532351509,121.742008496066,4316.58908776631,60.2536454326312,1256.75771830668,50.0592892506752,1711.63132764644,66.2503389081246,3059.66556369121,86.4758137258646,2049.078458966,71.6335153978315,2610.38003252244,84.1048186283646,3679.82793702159,1355.14037355346,410.007599018408,9886.11599547611,3742.67966462272,296.862693019211,1675.69579778252 -4442,285.974299954912,2783.717484836,62.515803960816,1115.31700706543,145.120036393725,1985.20946504881,145.267372022752,2339.44095163098,30.8593621652727,855.59143137396,258.229810090663,4748.04517549351,144.451389839047,2769.75945912383,164.824684897312,3130.27647717007,121.655346121861,3554.21560478716,30.700170512623,964.465052331813,63.686679817602,1854.46874064329,143.482071686467,4256.28043806768,63.7438462625438,1239.19909517894,56.0385191940743,1687.71749845089,77.4304897387455,3016.91785365353,104.455417729636,2020.4500321053,84.1633686297784,2573.90945546244,98.8161032506578,3628.41571095771,1668.6441916246,491.537640747815,11451.6159869997,4252.15850172446,366.991454442076,1877.91427637099 -4443,406.790354309031,2770.52636194916,86.5316623251234,1110.03188607951,186.117842370026,1975.80220940874,196.755568855149,2328.35510931847,38.7305038081595,851.53706458794,322.855028551483,4725.54574883711,180.602144943734,2756.63447873652,206.044845666704,3115.4431250411,154.723373394921,3537.3733443694,42.1550208137924,959.89476921412,85.6147464049923,1845.68102235618,193.033154040046,4236.11132298856,90.1092172958923,1233.32693766482,73.4592657229439,1679.71995953337,97.4401191131182,3002.62167081033,130.901542468862,2010.87578299223,115.566412078669,2561.71254391824,135.686376320176,3611.22184060682,1957.77360911884,602.047295488939,15186.2976489963,5943.21497311631,428.294468543098,2662.69121241203 -4444,573.236151912159,2753.43638218154,123.764823457816,1103.18465923661,268.718931294439,1963.61448210632,280.433487910403,2313.99266099219,55.3310045904134,846.284361922826,453.975379959456,4696.39624051706,253.949668184432,2739.63019098985,289.695018058873,3096.22552772626,218.33256130887,3515.55307233877,60.2670483543348,953.973662521107,122.057507623971,1834.29594702799,275.227889108196,4209.98088878749,126.975840102647,1225.71916583452,106.560904484295,1669.35861429662,140.725604965294,2984.10001214333,184.1588853238,1998.47170450429,165.21985781118,2545.91063127547,193.984423322524,3588.94603444957,2772.71103449226,852.163924905526,21707.2613975075,8517.8330553344,601.419761877634,3805.22953753238 -4445,538.799171845845,2880.99391894377,116.493697497755,1154.29153014045,277.202662191576,2054.58220088458,275.604656039834,2421.19223379953,58.3199932417978,885.489897705621,486.467910825313,4913.96463613225,272.125692251186,2866.54813289822,310.51459586675,3239.66334387953,234.279595912459,3678.41693698674,65.8127485602035,998.168084921679,132.311192856672,1919.27276879514,298.430048912228,4405.01528125249,120.445992297926,1282.50265230542,105.28734514404,1746.69443879233,146.658092297891,3122.34342661421,197.377342848803,2091.05424229789,180.423187400013,2663.85419120075,211.834633109307,3755.20995058343,2975.40659317176,900.15169540617,22848.3321991834,8988.20717313331,643.757607411203,3977.97030640148 -4446,583.713952000843,3132.47006484223,118.54213800366,1255.0473086703,266.13403551256,2233.92253545199,283.116743518611,2632.53321839224,53.1152719086836,962.782524129723,438.90112207524,5342.89469379406,245.517266435762,3116.76333528155,280.327126658207,3522.4470201554,211.878085830831,3999.49852908541,62.0507275114499,1085.29616294517,122.311643616265,2086.80221606361,276.079421963074,4789.52017668778,130.772959272848,1394.44972098392,100.574832610523,1899.1598718644,134.439667997069,3394.8864840408,178.146374893938,2273.57814776676,170.109747473383,2896.37664841031,199.725636508395,4082.99464988557,2611.41832553412,822.559310871577,21451.0526060576,8609.03617979486,567.390236166006,3903.77599283659 -4447,512.677673508992,3388.55985731424,104.907359191975,1357.65157883629,228.955357538058,2416.55309429541,246.067405262806,2847.75151948323,46.9993423652129,1041.49318111807,395.383083612731,5779.69401350357,221.173674436172,3371.56905064178,252.474542994495,3810.41871907431,191.031830403592,4326.4707673204,55.6254720901249,1174.02271527802,110.082887138038,2257.40520200747,248.439731750786,5181.07929862635,114.437836936498,1508.4505996092,87.9330606033954,2054.42247530173,117.489131208529,3672.4296870619,160.502455765329,2459.45068412883,152.495150175198,3133.16502290657,179.044360394164,4416.79297226672,2305.53372821102,726.565747459303,19083.7866298184,7701.19552859192,503.60196631056,3481.45146745439 -4448,529.297582370045,3614.17360334228,108.783210493793,1448.04539550179,239.813211042558,2577.44964593897,255.76113288174,3037.35769884018,47.6974001077754,1110.83685157073,390.740958381184,6164.51189254082,218.576912113231,3596.05153155932,249.509527563268,4064.12025522693,188.638733522645,4614.5315713192,54.8573770017714,1252.19033629382,108.518796979132,2407.70552585413,244.913563076003,5526.04080388302,118.17364117384,1608.88476775337,92.0121609472303,2191.20800369562,121.43704740987,3916.94377375693,158.605090802812,2623.20340073492,150.389446233351,3341.77432228671,176.572056094556,4710.86752011704,2336.16009063953,735.911019993852,19199.7489032956,7684.94132596349,506.492941211964,3482.21928559011 -4449,465.553611646393,3743.81053002071,93.7001525966037,1499.985389361,194.645511075629,2669.90028263748,217.10568439105,3146.30479450171,39.9641647364593,1150.68149969322,339.349567996755,6385.62699765989,189.829039184906,3725.03843697457,216.701561095021,4209.89633500681,164.797404653002,4780.05037495751,49.1665226625124,1297.10519778897,96.558603112578,2494.06760442992,217.980522321088,5724.25456590388,103.6398177886,1666.59391500585,75.8330502703906,2269.80452464015,99.242592532669,4057.44077487842,137.854210996724,2717.29518055678,134.788182019639,3461.64054907601,158.254631774667,4879.84180146657,1903.67234367213,614.33249983177,16628.9518932634,6840.4515577274,417.500892966733,3113.81606740579 -4450,459.125883993919,3814.18485984524,93.4328657528301,1528.18138530588,194.903990727627,2720.08776984664,215.465672317435,3205.44750206163,39.3468716722757,1172.31145097763,328.265091043088,6505.66090879569,183.628484334039,3795.05989812241,209.598417615883,4289.03191914793,159.269941469501,4869.90343749038,47.0080798030409,1321.4875505481,92.8124878218785,2540.94987445704,209.481539968028,5831.85631967594,102.12505341857,1697.92173699836,76.2344621280159,2312.47120634676,98.933808697387,4133.71057353547,133.333093633595,2768.37357401011,128.870891691453,3526.71078481075,151.307148783506,4971.57069470894,1879.15242392613,603.882900697081,16212.3632199655,6613.45133857859,410.004011438753,3009.24790149181 -4451,446.186247600223,3752.32302717188,89.5964439175654,1503.3959843287,183.190256414811,2675.97097408076,206.708203001486,3153.45871171657,35.8736838629924,1153.29786419925,295.075321049041,6400.14633062029,165.062431087146,3733.50825103928,188.424927394049,4219.46859574787,144.393783901807,4790.91902465893,44.2669555934117,1300.05449348981,86.4445130740093,2499.73849594734,195.190073372354,5737.27010189164,99.3513281483064,1670.38333646291,71.7864326028963,2274.96549750317,91.0835906700778,4066.66638946555,119.991591728956,2723.47363624996,121.356202246318,3469.51146163317,142.484161536245,4890.93735213615,1647.74722395171,544.197115254069,15137.5511030181,6289.62211877206,357.07008464005,2883.79922639807 -4452,434.146122841175,3621.71138784905,89.2578268073715,1451.0654646366,189.058911549366,2582.82522059044,205.940907772929,3043.6924658759,36.9581140526405,1113.15363259131,299.148864505171,6177.36870777304,167.341133974319,3603.55152035207,190.99684964318,4072.59645644348,145.052788582068,4624.15572012934,42.6433094598481,1254.80192664679,84.3519743444058,2412.72707916104,190.37244184971,5537.56601249965,96.5162879451832,1612.24028633287,73.8359742882792,2195.77802593419,94.8523243074815,3925.1130210959,121.50027400975,2628.6744002281,116.905037129589,3348.74398602625,137.258054276979,4720.69258888898,1765.34629581356,565.442794247816,15054.6798151791,6080.55283335649,381.508000346159,2769.30633521975 -4453,431.884162959189,3510.26911190688,88.1626267877279,1406.41529221736,181.644141044461,2503.35010782769,201.778087053147,2950.03618591851,35.199631511095,1078.90121405088,284.072260865984,5987.28729199877,158.907420031811,3492.66803464688,181.389143389841,3947.28017099269,138.181386749577,4481.86761857295,41.3060353671003,1216.19090340753,81.2401717699167,2338.48599031252,183.38908298074,5367.17171722714,95.8305107657725,1562.63066600879,71.6953659886782,2128.21259222932,90.5158231751325,3804.33489121268,115.424666367277,2547.78848014756,113.238950246433,3245.70108409804,132.953706365651,4575.43398879894,1650.00546002344,536.334879769676,14516.5191113098,5919.91051652106,356.567849010243,2709.1736665494 -4454,395.608194897499,3451.59134642152,80.6103474059346,1382.90561131802,169.055301181033,2461.50403111049,186.15690488815,2900.7232911027,33.2568207036972,1060.86626846644,271.975596340426,5887.20361510297,152.140656726985,3434.28448930556,173.653592981782,3881.29731532135,132.279292452997,4406.94858283093,39.3323179736256,1195.86101919053,77.6239994587295,2299.3957872096,175.203357388807,5277.45391118348,87.9700234103585,1536.50968415891,65.9815976327049,2092.63732565895,84.7693283661206,3740.74151319584,110.506786797585,2505.19957024396,107.828077870669,3191.4458458309,126.600808043441,4498.95089475984,1571.24408225844,507.695873959697,13712.451137463,5594.37121715071,340.296161032963,2551.56848753754 -4455,379.396083164217,3426.24879245436,76.7542108373931,1372.75192956116,157.145161804022,2443.43097654293,176.310534095838,2879.42536525619,31.6060867556904,1053.0770900956,264.072759739998,5843.97811116663,147.719882339234,3409.06900714861,168.602284437204,3852.79973933279,128.921089992104,4374.5915274667,38.9306732959849,1187.08067141052,76.4728415103869,2282.51297694018,172.635611798544,5238.70536098446,84.4082093920801,1525.2281981185,61.7482251397957,2077.2725941376,79.3891064304741,3713.27593741914,107.351998240344,2486.80569074452,106.726984016855,3168.01335326046,125.30801516076,4465.918332558,1471.9663981068,480.823933895704,13264.2929560385,5493.45713551886,320.473978561265,2505.94799283377 -4456,393.752735560607,3472.71014769729,78.8675380766942,1391.36701530747,157.135782955122,2476.56491441188,179.904183804529,2918.47156793864,31.6864154511211,1067.35725237946,266.747133429808,5923.22487913421,149.215902478451,3455.29739737457,170.315379566395,3905.04530239967,130.685980517455,4433.91280368224,39.9642604924312,1203.1779778577,78.3045187189934,2313.4647999665,176.787561574,5309.74437932013,87.3251610390754,1545.91092533183,62.2408434081471,2105.44127241489,79.1711833868994,3763.62949984093,108.488397336643,2520.52780773505,109.560524638063,3210.97292880102,128.634871572864,4526.47803814384,1448.17889603641,480.217712497541,13498.8854203944,5654.3230301927,316.188005123361,2588.01579991046 -4457,423.283832209821,3471.67044958762,85.4335910386969,1390.95045256709,173.194437393488,2475.82345320421,195.451744784107,2917.59780386295,34.4662883383289,1067.03769524095,285.933802468544,5921.45151900679,159.948749348664,3454.26291248535,182.55575245486,3903.87616704244,140.203370336049,4432.58533016317,43.0381411064858,1202.81775721849,84.217256960135,2312.77216946265,190.146147086147,5308.15468972346,93.926769321872,1545.44809353809,68.3638441339241,2104.81092227974,87.0000707207929,3762.50270310004,116.309806777507,2519.77318443347,117.987453313858,3210.01159245496,138.528917731784,4525.12285142811,1575.31442564076,520.418225933832,14610.8716413635,6101.43822370521,341.549067476352,2788.89032523534 -4458,430.65902448409,3377.18819508882,86.4980810138875,1353.09543822658,173.759988230632,2408.44338790236,197.837031031387,2838.19475503311,34.5195719535371,1037.99803593414,287.034444075958,5760.29794825598,160.56443817967,3360.25440783539,183.256851661699,3797.63134141675,141.498869740786,4311.95157147739,44.4613708954497,1170.08281445724,86.4233609259274,2249.82957975375,195.176781790498,5163.69212347585,95.6462386567263,1503.38839282379,68.6314849286991,2047.52804243315,86.9965863606361,3660.10538656069,116.850052623355,2451.19701778748,121.889184521644,3122.65043976881,143.109935342674,4401.97066429072,1543.711395121,517.106812493192,14869.9252319888,6291.10306554775,333.803750764598,2879.57174776912 -4459,466.381260076134,3244.04229910864,93.2688099753438,1299.74954985371,186.594148906932,2313.49032805626,213.43865330468,2726.29871554835,36.684682917297,997.074886101654,303.379214373721,5533.19777286491,169.707552931925,3227.77612767818,193.705321735621,3647.90944309593,149.601715750566,4141.95255980182,46.9548824084283,1123.95221239944,91.3899439810496,2161.1298811007,206.382868400768,4960.11317713646,103.516958805553,1444.11719352852,73.7591671412956,1966.80409694774,92.8005719404721,3515.80545924714,123.500484539798,2354.55839290069,128.725053024821,2999.53971373923,151.13591979191,4228.4226431802,1634.76533313955,549.871863146499,15808.9847225308,6683.79752603907,353.377498052521,3066.79617302386 -4460,442.884741291174,3149.1051778687,87.6924500776216,1261.7122897878,172.59267997771,2245.78587431888,200.64772571731,2646.51339592862,33.833169275736,967.895420909988,280.961318644612,5371.26835907417,157.167187455918,3133.3150370651,179.425895931135,3541.15312208043,139.348229639454,4020.73803296041,45.1351969959437,1091.059673518,86.8824996805445,2097.88426633369,196.287185839649,4814.95512349733,98.3584853388967,1401.85500443056,68.3542226764872,1909.24543963355,85.3433049305029,3412.9151704145,114.469479383971,2285.65207941805,123.736453560913,2911.75797749444,145.278811554356,4104.67756339515,1467.38651032154,503.461225264665,14881.2666962139,6391.74022166124,316.811775713926,2942.34715650054 -4461,388.279790882521,3095.69086948754,75.7344031063666,1240.31145192165,144.652271804967,2207.69343457061,172.842047526035,2601.62391949625,27.9235386612602,951.4782288592,231.983631353365,5280.16229296184,129.769517923347,3080.16855697249,148.166407579245,3481.08899776441,115.361927077267,3952.53931329815,37.9231550863815,1072.55340123688,72.6314898507669,2062.30049544618,164.12306635895,4733.28509875017,86.2299575644915,1378.07710204783,57.520872212418,1876.86131178523,70.4159328664894,3355.02618510133,94.5507421815527,2246.88343939927,103.96491054755,2862.36949100177,122.065068240118,4035.05508310542,1180.59798019453,414.974566932674,12480.845429366,5411.43311492582,255.66604557611,2509.37273142463 -4462,323.928695296087,2901.52788885101,67.2735654824756,1162.51861711493,137.034211285848,2069.22601141383,151.584534478882,2438.44901734967,26.8941809676488,891.80113036498,216.922437862863,4948.98838307601,121.344424276823,2886.97914204112,138.432876517761,3262.75369099044,105.631720079035,3704.63445247461,30.7284280323052,1005.28241906983,61.4277471841566,1932.95217610631,138.580459654477,4436.41154718398,71.6553993918812,1291.64355006825,54.9423316839084,1759.14381288072,69.1839633125604,3144.59758881171,88.1443791431705,2105.95800332405,84.240835562563,2682.84052138344,98.9070570771644,3781.97479989937,1262.94897325465,407.677481833035,11012.4534714671,4467.65184817616,272.561504143954,2032.96060245515 -4463,266.091198702826,2742.51958669727,58.7987439223967,1098.8107643523,132.308698686591,1955.82916414879,133.760156221598,2304.81816733197,27.6460802978095,842.929022623745,227.609576113606,4677.77601830941,127.322711497728,2728.76813414658,144.535484522594,3083.94964545852,104.463157787177,3501.61464465139,27.3483780479466,950.191357820507,55.988550997293,1827.02334983238,126.198979594881,4193.28920102851,60.1898527850274,1220.85944743275,51.8131446798685,1662.73995889564,70.1497281449412,2972.26868393542,89.7342131921566,1990.54818499959,74.9745550152391,2535.81663169635,88.0275289615329,3574.71661912124,1440.19581477845,431.784472575965,10313.5464403314,3875.94466997168,312.88856668723,1714.37252162302 -4464,287.058527746126,2583.77120749515,63.5292741748661,1035.20705164343,147.058169277576,1842.6176810619,146.283329053983,2171.40575700889,30.8055319458398,794.136803682808,253.718921192182,4407.00699088693,141.928039918422,2570.81574590646,161.128299223945,2905.43788199394,115.924126014164,3298.92670319599,29.8986505481486,895.190351185031,61.3547463611742,1721.26768013465,138.282548898249,3950.56427486284,64.9819907493299,1150.19105204422,56.978964916292,1566.49369148898,78.1461268136053,2800.22147653656,99.9993932085345,1875.3270213568,81.9660316408374,2389.03307463875,96.2362127078871,3367.79723296811,1631.13908931172,484.197743090727,11341.783242374,4207.53066847239,354.723249698336,1855.14837147388 -4465,315.282305418063,2489.41891762375,72.1758264780602,997.404108592491,175.175311722317,1775.33030009667,166.887440898682,2092.11193067495,37.3702859166506,765.137089744796,308.099042096704,4246.07509418366,172.347781316658,2476.93655421948,195.641029821418,2799.33920094585,139.369438065018,3178.45888171801,33.6247431261439,862.500436822613,70.5695868562003,1658.41167081338,158.922769851534,3806.30042342886,71.3013878340917,1108.18920635634,67.3758713502097,1509.28960684234,94.7339749283051,2697.96501215152,121.342041059315,1806.84518433909,92.1809750093621,2301.79209118139,108.229564626154,3244.81444725111,2062.9130577219,595.148205971215,13214.8845882587,4703.46003227036,449.722842369389,2043.15221311015 -4466,348.066465985528,2449.97550098432,81.6964559300071,981.600811873495,209.252178078355,1747.2012085229,191.954693665908,2058.96361563897,45.1186524140837,753.013930880923,372.302665299453,4178.79846676008,208.262699896676,2437.69091347744,236.444639366682,2754.98527496083,167.007091059783,3128.09802157697,38.2863989436547,848.834611500712,81.7222246099183,1632.13508794158,183.928968933058,3745.99177373022,79.0877937644865,1090.6305832286,79.3319035479559,1485.37577764678,114.308626513831,2655.21730211384,146.534692161018,1778.21675747839,104.960729989322,2265.32151412139,123.234258570534,3193.40222118723,2577.65931268143,727.816959213494,15436.2940570049,5294.64589013908,563.025108857801,2271.53723715264 -4467,459.20246278825,2433.53532544421,104.038189099237,975.013933902255,247.186709394525,1735.47688941829,239.406660296439,2045.14726390068,52.4106616626247,747.9609492479,431.935821499161,4150.75729642484,241.620941110238,2421.33317173104,274.280859646627,2736.49837927042,196.175930604121,3107.107411442,48.473579941711,843.138640250394,100.929667382003,1621.18290195435,227.358014617795,3720.85488468493,103.844041433602,1083.31207811274,95.5112779432265,1475.40839694533,132.895700200224,2637.39988372482,170.161409783155,1766.28431340719,132.88850548116,2250.12043013832,156.024223985324,3171.97339748455,2849.05150990105,830.417632722044,18813.0090658889,6802.47479125951,620.547797998071,2971.27251118942 -4468,495.887055540847,2380.64086296631,106.440835289454,953.821376143593,219.993757338667,1697.75517802631,236.580850487499,2000.69466685756,45.1077615454704,731.70353479771,370.758529337967,4060.53790500075,207.398924387339,2368.70393094727,235.383980906658,2677.01881908909,172.919092865758,3039.57242451539,48.9493765149434,824.812477196956,98.0788766627274,1585.94544421924,221.246058909238,3639.97969991737,111.682211513796,1059.76559022392,88.5661666987828,1443.33944225385,114.585718847122,2580.07429336651,146.347902293667,1727.89298275175,134.192883981901,2201.21260890463,157.555693111448,3103.0285064448,2184.41476958623,686.845742096951,17815.4279445106,7054.86919323637,472.383295667071,3167.75695961124 -4469,481.183745584185,2437.69410527662,104.398333607942,976.680179812979,242.570012199654,1738.44272525879,243.698286520969,2048.64230960907,50.1410293098897,749.239173927294,412.864482590963,4157.85071543261,230.952608858383,2425.47109874482,262.282392292123,2741.17490652364,189.128994658054,3112.4172894227,50.3931782414337,844.579518439559,101.853765578903,1623.95341557163,229.687518839915,3727.21362379668,109.359394545733,1085.16339967588,92.827060321102,1477.92978984299,127.217456152824,2641.90705702604,162.754451714126,1769.30279746374,138.151012386594,2253.96576386637,162.202926598953,3177.39412791589,2626.80833102893,787.734149229848,18716.9940249581,7034.46554061616,570.869111922383,3123.14316758196 -4470,496.664928327553,2616.39162932059,99.1756753362631,1048.27666500676,209.761775487911,1865.88095059787,233.035744226946,2198.82001549367,40.787690908771,804.162876211246,334.884766646527,4462.64598346233,187.331470216516,2603.27260347329,212.890701820528,2942.11938421957,157.69104215026,3340.57604905032,50.155172780471,906.492236887993,95.4723719732548,1742.99889133385,215.787285217707,4000.44062332616,113.284298469725,1164.71235222307,80.2328135412553,1586.27086249198,103.688143561415,2835.57460900598,132.293793310114,1899.00325024264,137.498529321763,2419.19490414733,161.436847068709,3410.3160775327,1876.72276209431,619.291895809706,16987.629927027,7017.74210653399,404.401935774024,3219.78468980043 -4471,443.851920099768,2872.93628223059,89.9443268750309,1151.06317837274,186.470490989565,2048.83589338173,207.530775347697,2414.42058207738,36.6058293931066,883.013337147132,300.543873149729,4900.22113546083,168.121489028885,2858.53089852509,190.990348432443,3230.60257144043,141.609895613003,3668.12904739317,44.3339225017924,995.376383157193,85.1403708289566,1913.90489813677,192.368748382534,4392.69522301878,100.865593596001,1278.9157164261,72.5616907533354,1741.80923957543,93.0585070131577,3113.6107774892,118.729413485387,2085.20592886647,121.539789519677,2656.40385637413,142.699711118623,3744.70728434573,1682.66186933692,553.717165897046,15192.8610644009,6261.36974230012,362.567252762918,2864.00741383104 -4472,449.87243592677,3076.32655601421,90.9854330316366,1232.55299645173,188.451826395647,2193.88376509056,210.086807655403,2585.35011722051,36.9686032382939,945.526496769838,303.506623333674,5247.13356944208,169.778824336789,3060.90133941024,192.872895420834,3459.31392350048,143.043722713642,3927.81520048936,44.8952567176983,1065.84431394294,86.1667545982666,2049.40029482744,194.692305449234,4703.67722759151,102.22634619909,1369.45688829926,73.3397498714636,1865.12107921046,93.9840364240682,3334.03966496785,119.904417640206,2232.82862672808,123.078666266904,2844.46466056583,144.506504335432,4009.81481370982,1695.08466581919,558.777885464983,15369.2226615754,6342.59078060399,365.181920451112,2902.31029796405 -4473,418.758201417048,3237.28428345677,84.567095950881,1297.04190088014,171.088210132093,2308.67084593922,193.43153794393,2720.61926759651,33.475757068209,994.997771481966,274.713077683938,5521.67096966503,153.671978709486,3221.05199784869,174.5523554974,3640.31008808141,130.017903427474,4133.32401009513,41.3470587935543,1121.61078588801,79.2077536067046,2156.62779752238,178.981599893702,4949.78022848923,94.9879509242183,1441.1087966899,67.2739602980447,1962.70683444442,85.1289732294499,3508.48130434045,108.563411599366,2349.65335745253,113.35141443492,2993.29104788816,133.085750425228,4219.61395828322,1503.11578252099,502.225898248069,14095.1541308204,5875.53450832789,323.347237440006,2693.79014489378 -4474,410.916582081387,3379.59249342192,83.7798420254533,1354.05873814318,169.714472401634,2410.1580144166,190.584024206175,2840.21533147847,33.4334330603281,1038.73701072719,274.428339250257,5764.39883750323,153.512698638484,3362.64665061396,174.348693472427,3800.33496294343,129.641736498514,4315.02134946335,40.5616560779625,1170.915823457,78.1714411161487,2251.43128543194,176.598847352656,5167.36827524707,93.108918847674,1504.45868976848,67.009247010964,2048.98572497111,85.0082306363804,3662.71110018148,108.432669411641,2452.94208159901,111.198262280667,3124.87352679077,130.55773724024,4405.10452894947,1518.10633139139,502.624142162318,13951.3043363798,5775.76238509449,326.833461024265,2640.69948278035 -4475,401.420437068893,3347.94678424089,80.8792288994401,1341.37965061274,161.18880328714,2387.58986167245,184.195425325388,2813.62022317284,31.3988352926548,1029.0105216842,257.585397244339,5710.422362656,144.090911196984,3331.15961831908,163.673551070021,3764.74952024231,122.358056830873,4274.61650450028,39.4320471240374,1159.95164310191,75.3137200355786,2230.34941244325,170.202224210435,5118.98225415487,91.0914142108222,1490.3712924672,63.6834511433784,2029.79950459255,79.86490566863,3628.4143349602,101.819136385472,2429.97330891316,108.101481604559,3095.61294609981,126.921811017028,4363.85616628252,1387.25689187283,468.852185864112,13363.7529151903,5616.30283798659,298.07211645413,2580.37888466829 -4476,370.356773488548,3240.20842769313,75.0258296614142,1298.21348090422,148.855944647367,2310.75620080976,169.738600179795,2723.07672343113,29.118980972325,995.896523875615,238.893903505617,5526.65853360051,133.635060852756,3223.96147993609,151.766930302569,3643.59827374279,113.407997760059,4137.05752081674,36.2719406287125,1122.62390411546,69.4450110982761,2158.57581635296,156.9247885514,4954.25122024006,83.8028306075321,1442.41050812851,59.091955282196,1964.47969013922,74.0635108297939,3511.65041291609,94.4273117259129,2351.77573062741,99.4381679019197,2995.9948001691,116.750225501023,4223.42541219194,1289.66236864081,434.504691990191,12352.1418344219,5179.05408982508,277.154774948577,2376.17537669331 -4477,378.773297704414,3156.64296867861,76.9110338627158,1264.73236144802,151.40236257076,2251.16145346544,173.126244219803,2652.84816826152,29.6939689790101,970.212203867879,243.593224872532,5384.12518505735,136.263818169787,3140.81503212939,154.731628687439,3549.62933038484,115.696094516402,4030.36218981833,36.9118160481285,1093.6712660548,70.8433358848358,2102.90582383967,160.069384615848,4826.48034175143,85.5910933164911,1405.21052581597,60.5122411450536,1913.81546569361,75.5297341123378,3421.08442458466,96.2900230039929,2291.12308348612,101.192362419481,2918.72764706207,118.809823036045,4114.50264038288,1310.27211184886,442.029201448556,12606.8459514556,5290.06154951477,281.5125544289,2425.66251514301 -4478,345.465109093099,3110.83141766319,69.9043972739708,1246.37762457336,139.729803481698,2218.49092379431,158.775539645865,2614.34806216705,27.3201850261964,956.131762616113,224.159496382599,5305.98675507459,125.392768506156,3095.23318790371,142.41631807716,3498.11446894239,106.30357676899,3971.87057549846,33.957301058549,1077.79909505032,64.9732085587839,2072.3868901543,146.823395668286,4756.43486857153,78.2284697884218,1384.81706531709,55.2309843296444,1886.04075195162,69.4834874937457,3371.43510244084,88.5965562913872,2257.87260091233,93.0926701364059,2876.36890018121,109.299984706455,4054.7899172516,1216.2160052115,408.558961581518,11559.5917991083,4836.99203444899,261.466768819412,2219.0200586313 -4479,347.994901260679,3080.42035038135,71.1440685869091,1234.19320545496,144.15171630705,2196.8032565152,161.686341397431,2588.79054903236,28.4421430750105,946.784747796175,233.47260649883,5254.1161460506,130.60243697759,3064.97460680675,148.330096546036,3463.91737492097,110.26453519209,3933.04210584227,34.3546309843385,1067.26267684077,66.3502575141025,2052.12751615138,149.881047495519,4709.93660447772,78.9061336256917,1371.27928094623,56.9511227330948,1867.6030725974,72.3144326322158,3338.47640877633,92.2461494506086,2235.79994368304,94.1819352594811,2848.24990676545,110.578889491536,4015.15083932307,1295.19085450515,427.878211869316,11843.5056745425,4895.02394667775,278.897886740706,2236.49078422535 -4480,373.108543064443,3150.79468650903,76.4068327503113,1262.38920392525,154.730789225391,2246.99074821946,173.184462344129,2647.93326188946,30.6058414613862,968.414701017891,251.242918781598,5374.15006793736,140.542986855307,3134.99607422613,159.597725923124,3543.05296614995,118.554669262841,4022.89517642291,36.7778438627968,1091.64503178373,71.0932146784102,2099.00979037756,160.58961694452,4817.53836788723,84.3939074379182,1402.60710574465,61.2699321031909,1910.26975812549,77.8137313895656,3414.74621426456,99.2646103221566,2286.87834171126,100.825082686765,2913.32014832827,118.378600372542,4106.87974078124,1396.18392396734,460.281236299185,12714.3281758394,5245.94951373378,300.686784142324,2394.78109280561 -4481,396.30284969268,3232.99554530012,81.4169124658528,1295.32358620524,166.078626417299,2305.6123302572,184.764672294563,2717.0150046894,32.9444544279814,993.679603371078,270.49151174589,5514.35588736068,151.310473402124,3216.78476414347,171.824584075895,3635.48742333845,127.40785865192,4127.84820295442,39.1756485447096,1120.12488148384,75.9227743476579,2153.77070771652,171.482018246037,4943.22278420131,89.6553791151054,1439.19962290623,65.6546856939141,1960.10665016829,83.7488559983141,3503.83328571611,106.85479124243,2346.54054834259,107.398574494019,2989.3255507594,126.096528679337,4214.02383464728,1516.62148362257,496.781791718363,13599.1236487814,5582.81142241083,326.833461024265,2544.82536682462 -4482,408.757569918367,3239.49363800036,83.9780179206802,1297.92709512507,171.64619622663,2310.24644819609,190.85939267479,2722.47601294661,34.0349045586031,995.676829190467,279.452917273529,5525.43935321645,156.323401549049,3223.25027431855,177.527882909766,3642.79449628562,131.621589758233,4136.14488629328,40.4623305861464,1122.37625338143,78.4340854084677,2158.09963471865,177.15262472668,4953.15831285874,92.5780922921145,1442.0923124979,67.7427986822651,1964.0463260932,86.5191902414368,3510.87574314537,110.392504989091,2351.25692910908,110.925965161711,2995.33388398098,130.23803354183,4222.49372491928,1569.05157179441,513.628861092068,14042.2514192176,5762.08313543295,338.163687673106,2626.62057083112 -4483,447.319734789857,3220.38924747867,91.8583423970722,1290.2727797089,188.615889977358,2296.62214289419,209.146241843963,2706.4206503655,37.4123620312169,989.804985901403,307.205419447932,5492.85396704081,171.847896994389,3204.24167641072,195.157667404207,3621.31170408904,144.56355260874,4111.75263985231,44.3616473122116,1115.75722070133,85.9666002021477,2145.3725906761,194.167958634616,4923.94786168988,101.272191898363,1433.58780599629,74.3467901033203,1952.46368009685,95.1005399066215,3490.17092048932,121.349499790704,2337.39077111957,121.615796049951,2977.66938617453,142.788950288415,4197.59225014866,1730.41164885495,565.249460917905,15402.8875614502,6309.55605063421,373.025923515695,2875.31824661541 -4484,420.849019548258,3218.76472430361,85.3267063388862,1289.62190247894,171.38206668043,2295.46361340947,194.053902728911,2705.0553983012,33.6263167518985,989.305679446556,275.939256684911,5490.08310057686,154.357892008263,3202.62529886695,175.310375678491,3619.48493585225,130.65071704146,4109.6784690176,41.3863293953093,1115.19437772694,79.4874185640165,2144.29035892557,179.595621909009,4921.46397952552,95.3456034660101,1432.86463359837,67.7805743441949,1951.47876111562,85.5138087687271,3488.410306132,109.050708630925,2336.21167592795,113.459073320087,2976.16730286914,133.212152584335,4195.47477758066,1507.33715215498,503.651330889015,14155.0136632426,5900.08545197792,324.218793336071,2702.92234416947 -4485,374.816091002068,3239.23370874558,75.3630017659657,1297.82295254593,149.363486132275,2310.06107952285,171.346454237073,2722.2575679548,29.0501734728543,995.59693845286,238.283908415578,5524.99600512138,133.293835188221,3222.99164839259,151.401746488652,3642.50220713042,113.316002277744,4135.81301187768,36.7247015363237,1122.28619658375,70.0128513453964,2157.92647394339,158.234164019345,4952.76088323147,84.9623752397913,1441.97660244503,59.1061163466452,1963.88873569329,73.8980319142119,3510.59403883676,94.1994452388175,2351.06826985252,100.679394987377,2995.0935455234,118.207548631394,4222.1549220785,1274.34069841648,432.779300059117,12417.0695210702,5235.5701240134,273.668551364318,2407.46147647036 -4486,297.061076879693,3029.41033403014,62.3367154535533,1213.75566498,125.805529051677,2160.42543878609,138.957258408186,2545.92164374817,25.3772151815576,931.10652860113,208.418375186029,5167.11095843457,116.587329530419,3014.22036322117,132.336939191587,3406.55686504378,97.9236980291727,3867.91315611819,29.0808618358646,1049.58941137558,57.3001924876864,2018.145446743,129.338795934131,4631.94272186432,66.9471551756007,1348.57167270229,50.6443005746944,1836.67662346556,64.4998666495937,3283.19313025276,82.3166076719121,2198.7763629009,79.7240944885687,2801.08450146664,93.6039571705098,3948.6622154763,1183.8579799262,382.545592685269,10322.7994043982,4189.86363363522,255.365877546959,1897.67434910293 -4487,246.123011908546,2852.98714369188,60.5859652684439,1143.07040841325,125.159004803558,2034.60915562463,121.072189566255,2397.65529181303,27.3940019476332,876.881855741426,224.810653598096,4866.19490560455,125.757019886542,2838.68178830828,143.196092395851,3208.16986429694,105.954912443684,3642.65823726873,25.5755125698743,988.464673528065,58.9368274229812,1900.61509627134,132.304840166088,4362.19315929244,62.0713422724008,1270.03516207336,52.4596197787056,1729.71443815459,69.6616942501223,3091.9904397393,92.0696010315084,2070.72664430524,70.1143106494736,2637.95827897886,82.3211222802184,3718.70472909785,1412.39419152747,416.757964122185,10221.0042929184,3867.44288477607,303.062462380411,1690.6889471931 -4488,253.155896551439,2758.89477677211,61.6077766021921,1105.37160541606,127.740638595892,1967.50713883754,123.979169213385,2318.57990517372,27.815362318458,847.962030603711,228.236103553452,4705.7063462454,127.673185207275,2745.06121627571,145.057575140926,3102.3634653162,106.057314547249,3522.52228215857,26.3359971882871,955.864813779492,58.4882831533116,1837.93224352627,131.458327971834,4218.32672784826,63.847623442275,1228.14902363245,53.2675393426415,1672.66794008637,70.7399974725721,2990.01567283169,93.4916016277508,2002.4334619692,72.1991507727701,2550.95762815099,84.7689303972034,3596.06073800584,1418.13392632504,421.819619505326,10384.303174313,3939.21152355633,304.249529773113,1726.47984428143 -4489,251.045628166025,2708.46958548628,61.7630927316576,1085.16837943067,128.673105564328,1931.54638938548,123.742975409012,2276.20248787815,28.208224725586,832.463560725011,231.526260558736,4619.69866496589,129.513668891305,2694.88886534468,147.966442409138,3045.66058831857,110.358485006858,3458.14002975015,26.1416041834402,938.394170649488,60.7634106422583,1804.33977536457,136.367213808453,4141.22703780255,63.0988935212115,1205.70175599268,53.7913651609872,1642.0960598006,71.7251786712772,2935.36621192454,94.8001123903002,1965.8343530771,71.6662296243598,2504.33296981152,84.1432283598073,3530.33440001134,1488.46549826899,431.397049316491,10505.9437278226,3932.85316089967,319.448444375864,1718.29099563558 -4490,277.446887228452,2711.00384214363,69.7612561426534,1086.18374811144,156.916715362425,1933.35369574125,143.813387469948,2278.33228152223,34.8987717906389,833.242478949557,286.887107117668,4624.02121750971,160.482019235118,2697.41041481469,183.044592769078,3048.510347335,134.499477525357,3461.37573689613,29.902529301709,939.272205864255,72.1022059247128,1806.02805723132,161.626473006253,4145.10189474994,69.6579138924601,1206.8299051579,64.0571658470476,1643.63253371703,88.6437243524346,2938.11277086845,117.204998776071,1967.67374194203,81.9766650985763,2506.67622023418,96.2486974369914,3533.63765787468,1916.7273605509,544.411515002612,12420.0041260316,4474.61869693257,412.727418067514,1924.76250882172 -4491,440.038649435723,2791.12531101852,110.71806196088,1118.28500743607,246.273121221546,1990.49235985875,226.413148121562,2345.66650146797,54.8438820342759,857.868268963047,450.790655710352,4760.68032742916,252.168162618224,2777.13014122514,283.682957708666,3138.60654089688,196.805934090204,3563.67382443728,47.0682555447768,967.031616469773,101.903459571757,1859.40371776164,229.237059451981,4267.60694150814,110.015103607665,1242.49676153791,101.106211340318,1692.208729311,139.316568002833,3024.94625566939,184.199310126782,2025.82670654509,129.035861235586,2580.75895580128,151.50083931386,3638.07138652506,2840.8841478857,841.948498096168,19163.9806738008,6966.05040978371,612.164877700648,2989.27847441212 -4492,549.358295925842,2999.38914802417,137.003980839953,1201.72745467952,289.540753911017,2139.01581552665,274.533350547938,2520.69178750684,64.0725075116878,921.879346012986,526.153673596411,5115.90535005127,294.325544340668,2984.34970847006,334.30527782493,3372.79819057946,245.357581599217,3829.58248198985,57.4088043515941,1039.18807399488,137.390796431204,1998.14580550484,308.051474675828,4586.04058293648,137.757791369075,1335.20744779891,121.172315493956,1818.47532206823,162.862540403473,3250.65697938881,215.283052621894,2176.98668540668,157.384088835969,2773.32600408108,184.784457010472,3909.53132537735,3313.34436900405,979.690828973347,23466.7123449103,8808.76942624683,712.026719650178,3816.20451888344 -4493,507.033679934778,3571.09125277371,125.455895647845,1430.78413297956,284.853511207523,2546.72544688099,262.009043361772,3001.15121748506,62.7887268345432,1097.59524562806,516.090264989286,6091.0285207977,288.696165767733,3553.18520311234,330.340234132013,4015.67436612338,251.349295668307,4559.52456593311,55.0117599821185,1237.26374201044,147.533516881993,2379.00474251743,329.678701671942,5460.16825505223,127.711850872116,1589.7062375564,114.918288108177,2165.08795475924,159.499051552263,3870.25228537289,210.883541927741,2591.93379918102,150.812681396809,3301.93907675764,177.068975957586,4654.71215287179,3390.62992667203,982.780045985814,22944.6887380457,8563.04261282317,729.586692041294,3695.87174836463 -4494,505.563427098802,4023.87828253959,116.804539520383,1612.19660663303,240.577085478678,2869.63073523698,241.467253910547,3381.67421436671,50.4350645184616,1236.76191933517,413.326228376836,6863.32430293688,231.210905220442,4003.70188287394,265.577033650689,4524.83113083269,206.776964903259,5137.63737213762,52.9891289031088,1394.1393117251,128.211906804457,2680.64432966793,287.372856695856,6152.47578550438,129.169207811933,1791.26881732649,97.7175524874274,2439.60453101751,128.373986413165,4360.97064362752,169.612067505466,2920.57116048324,145.267713982549,3720.59967129488,170.558636822524,5244.89401632234,2520.21874540033,765.78157945892,20192.354222959,8067.19041129841,538.663087221046,3600.07155278748 -4495,459.103190284079,4281.26768976976,108.011771129022,1715.32157706774,220.78788462881,3053.18811497112,220.199680855812,3597.98471393084,46.8373156306734,1315.87202032501,383.941522519405,7302.34030936697,214.773369989219,4259.80069650626,246.256257378792,4814.26424008832,190.337140390022,5466.26894221172,47.8514997963804,1483.31613712717,116.603766027378,2852.11309849278,261.297378075897,6546.02200739195,116.85864427736,1905.84823218656,90.8349368670928,2595.65506734694,119.19564898851,4639.92233403576,157.495015669604,3107.38697025367,131.183096041587,3958.5897089386,154.021904947848,5580.38631182842,2346.20111299318,710.499695610008,18510.9189466836,7339.83713070357,501.832040389148,3259.09957889086 -4496,461.464618642725,4377.76434871949,108.197058777473,1753.98367745613,219.875833893744,3122.00475377737,220.40534374528,3679.08067171833,46.5377605354287,1345.53081831847,381.416125636293,7466.92974722241,213.360686110729,4355.81350504584,243.519613883658,4922.77425350789,184.535103000425,5589.47466726006,47.9819088187056,1516.74900369167,111.780564872571,2916.39765271698,250.843380308888,6693.5645809699,117.533007770349,1948.80466476627,90.5751675290162,2654.15924413164,118.44794774173,4744.50280773298,156.50027989113,3177.42521182635,131.540607496258,4047.81344096035,154.441658688617,5706.16415936339,2278.77254213634,700.993298842109,18333.7950327017,7294.36054341842,487.322312516214,3243.45806023584 -4497,434.191294700752,4493.95022955944,102.079683136233,1800.53441027566,204.730358197051,3204.86277065767,206.275466448912,3776.72348537272,43.3918399386291,1381.24121085464,355.570868558396,7665.10208834097,198.903086098015,4471.41681041937,226.543321282433,5053.42469909146,170.287469512386,5737.8193441128,44.846349346356,1557.00352745529,102.722298102497,2993.79885642947,230.642409675116,6871.21180792185,110.441461835082,2000.52594725766,84.9841281870275,2724.60063958024,110.453893481656,4870.42192853383,145.932069375746,3261.75408785347,122.944588538531,4155.24242357595,144.349083846374,5857.60577573704,2095.67675633281,650.069880494039,17097.1227611121,6821.05131569135,448.028016363966,3033.15725693565 -4498,419.166051574321,4575.50127781988,98.9383419977159,1833.20844115859,196.435456505729,3263.0209400025,198.536993405627,3845.2591262875,41.6907052086691,1406.30639023843,341.595363968591,7804.19955902853,191.085316875359,4552.55894806489,217.924309467837,5145.12844756766,164.744522674384,5841.94270070086,43.109979871192,1585.25823952887,99.2735352150087,3048.1268802284,222.860154744484,6995.90266944269,106.545843020153,2036.8291948989,82.0316598807125,2774.04356326625,106.131135037622,4958.80475287622,140.21735794561,3320.94465549318,118.184396599023,4230.6469915193,138.760148590508,5963.90287893273,2020.84174229358,624.093273469912,16478.6974959237,6572.68776867303,431.896300976311,2923.25726414134 -4499,393.782452264187,4545.15519600331,91.2408203393228,1821.05005894769,173.622569955855,3241.37961713925,181.624093739163,3819.75622704936,36.1817002997006,1396.97934907154,296.073047236671,7752.43979240379,165.620549975245,4522.36502658519,189.683019620031,5111.00442937898,147.411835565616,5803.19720367247,39.9631773944794,1574.74433661066,92.7489393816391,3027.91079851882,208.160379832409,6949.50376757442,100.57830660991,2023.32033944421,73.1066742790288,2755.64528342275,92.187419830159,4925.91648870445,121.758030183302,3298.91916536548,109.557555365559,4202.58808563198,128.631385353821,5924.34850582229,1696.77144782068,535.146123749733,14943.5195239031,6139.1420255175,361.308181380447,2758.67988177913 -4500,366.622032270722,4519.42274815399,85.642332414608,1810.7401633221,163.495335244441,3223.02850956184,169.780617832891,3798.13063371514,34.2870560983395,1389.07033459429,280.642551843151,7708.54926632484,156.988872227752,4496.7616055393,180.018462419039,5082.06841965762,140.161658459382,5770.34233668483,37.2190171535013,1565.82890363414,87.416817697646,3010.76824708652,196.118256025768,6910.1590729345,93.3886842216977,2011.8652883245,69.0091621326742,2740.04416630155,87.3446987679248,4898.02835646484,115.369040668118,3280.2422969812,102.034542754093,4178.79508537518,119.798625887637,5890.80773935928,1636.01560037573,509.017952688612,14053.6656479998,5726.91200111139,348.622399641874,2567.50684175817 -4501,368.955278986963,4426.75996061976,85.9864380474448,1773.61413188321,160.840915489242,3156.94599800209,169.037954739338,3720.25666804487,33.6633878570873,1360.58989882687,275.413876875068,7550.49906773381,154.063999356216,4404.5634447418,175.781899145798,4977.8695755912,134.151340879751,5652.03165062158,37.0983723603044,1533.72434535362,83.147545600635,2949.03775761006,186.825218926141,6768.47845625296,93.8940522972567,1970.61554114481,68.5638858928865,2683.86439632537,85.7818900873911,4797.60292909868,113.29278105856,3212.9867176818,101.703799568191,4093.11626692356,119.410300736925,5770.02712281257,1550.0506246941,493.674133471315,13834.8215288108,5682.11462743284,329.977551390041,2552.18561665323 -4502,335.338314730813,4353.78639497576,77.7954682197234,1744.37673287548,147.273112897786,3104.90486451639,154.245279048432,3658.9295582415,30.6971870364196,1338.16105760217,251.172669482144,7426.0317724059,140.503690040823,4331.95578077824,161.065862730386,4895.81116368878,125.766406869761,5558.85991636273,33.9690016133578,1508.44144427222,79.4664090431627,2900.42391762189,178.304309659466,6656.90249294543,85.5180145234447,1938.13064387682,62.1501730296252,2639.62184501309,78.2177930168149,4718.51614883617,103.305392394426,3160.02177283686,93.1247467695679,4025.64269906581,109.337645840344,5674.91027510456,1440.10424064603,453.758759828634,12718.5672502019,5233.4800191226,306.571356570361,2352.42135703536 -4503,336.224199909071,4261.70843250692,78.5525829128279,1707.48501592616,150.11069884918,3039.23942123369,155.949771553469,3581.54708055984,31.485866785376,1309.8603711511,257.721042303872,7268.97908015139,144.166789800494,4240.3395126353,165.395256127519,4792.26995250192,129.492771374648,5441.29592761512,34.1425595491091,1476.53950832689,81.5965442388072,2839.08302939212,182.960069434029,6516.11606883158,85.7816389302307,1897.1412373013,63.3340900968109,2583.79664388299,80.2074422918043,4618.72453908642,105.942440255339,3093.19066542751,93.6005493557213,3940.50462757353,109.896285046993,5554.89194441013,1500.07381597044,467.876790770167,12935.4840198363,5286.83973966528,319.639750442795,2368.80308031476 -4504,354.573720891014,4211.608149638,82.5539306042198,1687.41196690201,155.604377844673,3003.51038037563,162.943786708887,3539.44271685544,32.5643182523174,1294.46176372575,266.457224862646,7183.52557861523,149.05373028215,4190.49044097595,171.196223807184,4735.93243340436,134.834016958239,5377.32851420231,35.7693550710434,1459.18143510207,85.3902669489831,2805.70701009996,191.473168320421,6439.51316100122,90.2569922487932,1874.83860582466,66.0226031591157,2553.42174968635,82.9738210144975,4564.42720514944,109.587567521189,3056.82737831866,98.0603484028158,3894.18038939199,115.132529392837,5489.5891058587,1541.59308905551,481.979928311951,13509.9253835704,5549.35168847578,328.177334805429,2491.04471860716 -4505,385.871529119978,4150.65605044692,90.6155389081064,1662.99105737564,175.223362006744,2960.0423614808,180.065958264999,3488.21846809016,36.9880432517852,1275.72778871707,302.873830700887,7079.56268651972,169.424845935714,4129.84396581905,193.81225208498,4667.39210078393,149.670013995523,5299.50563768213,39.2766131521122,1438.06357028414,92.9849137339123,2765.10168170648,208.557608636086,6346.31791799996,98.0887550012146,1847.70518205652,73.8440165644508,2516.46759577796,94.1994725777695,4498.36896566612,124.435137979923,3012.58773423181,107.675365187019,3837.82223333168,126.421508277273,5410.14154858125,1766.08659820559,550.476459168672,14967.5726674369,6070.10203561141,376.750710038285,2710.07631590999 -4506,404.140187394714,4089.44402200107,95.2746112877531,1638.46600527013,186.636924380414,2916.38897391273,190.161808368024,3436.77577433309,39.5259888539936,1256.91392297078,323.764117579084,6975.15644632914,181.110681016615,4068.93886473619,207.091197817086,4598.5594790083,159.625129978439,5221.35088674635,41.3563508306576,1416.85564866855,99.0123560867143,2724.32319253774,221.998371008587,6252.72524537144,102.783760140411,1820.45604823551,78.3028721603846,2479.35585146968,100.640263711545,4432.02902187418,132.953797930916,2968.15943088839,113.376888206921,3781.2237388138,133.11565914829,5330.35518846302,1902.25235892801,590.759186341473,15861.0430011901,6402.14830700854,406.142125365305,2851.26768234119 -4507,415.72204375901,3923.61272503333,96.3333978503276,1572.02446915184,180.884021271324,2798.1263046099,190.340568754318,3297.41086776418,37.7031152535289,1205.94472889411,308.444502141501,6692.30644671437,172.541028500581,3903.93907366644,197.839708499513,4412.08300971698,155.497221202465,5009.61956463643,41.9050107144575,1359.40064780029,99.6392637920374,2613.84899459121,223.452145298966,5999.17059798065,105.912215759853,1746.63462265113,76.7187370838808,2378.81533929204,96.0802210846953,4252.30553942964,126.891919762187,2847.79741458908,114.881018746966,3627.89110157529,134.881656887774,5114.20362618561,1750.42882894841,555.871297873084,15730.0961723403,6515.88918132089,372.411206595416,2928.35742713027 -4508,402.495228760468,3795.34039857833,93.0332387274245,1520.63121246885,174.759366271718,2706.64883321797,184.205101043071,3189.61058447233,36.3732398146347,1166.51949842617,297.54933216628,6473.51887071512,166.446370239008,3776.30992614054,190.17265394193,4267.84141610655,147.503277276397,4845.84306546501,40.5784344824787,1314.95857466569,94.8088612726532,2528.39599118975,212.737817464247,5803.04329813434,102.646987851761,1689.53294054962,74.0113853945649,2301.04615075031,92.6945245299732,4113.28745518803,122.418957377807,2754.69607527716,111.244259648784,3509.28662546188,130.6117426912,4947.0080227791,1654.16231508553,534.030845078989,15141.8091482462,6300.38934375739,351.903181218104,2831.98174158197 -4509,349.594903522625,3656.02131201166,79.7601969534603,1464.81198961198,144.769216598964,2607.29335953189,156.813742203685,3072.52658502434,29.6639781631449,1123.69898329034,242.390779803341,6235.88939846068,135.591181414996,3637.68940880839,154.961724915647,4111.17779565077,120.716473697663,4667.96220139841,34.9139428430935,1266.68916843165,78.6170943753296,2435.58381020506,176.618309961729,5590.02559571541,89.4458564671537,1627.5136850199,61.7274272376654,2216.57951160765,75.653828624148,3962.29719058421,99.8872375318821,2653.57688683226,95.715267790258,3380.46798054057,112.379173250915,4765.41360262387,1298.08027549472,429.341511063749,12704.1430418939,5383.7496200292,275.240726579955,2439.89035968732 -4510,274.883761735539,3348.07674886828,65.031323655956,1341.43172190231,119.587491549419,2387.68254600907,125.738542473882,2813.72944566874,25.3285691793174,1029.050467053,207.236227177543,5710.64403670354,115.926046765423,3331.28893128206,132.546677093415,3764.89566481991,102.547797113934,4274.78244170809,27.31772644165,1159.99667150074,63.4016310276975,2230.43599283088,142.294897250755,5119.1809689685,69.693795594955,1490.42914749363,51.8769887019313,2029.8782997925,64.5401944239816,3628.55518711451,85.239966751691,2430.06763854144,74.89052478359,3095.7331153286,87.9288691742407,4364.0255677029,1179.75426060339,371.385485936924,10393.8699077756,4252.50448468124,251.158422027497,1902.35606996127 -4511,239.57898874363,3138.4483116392,61.460787620378,1257.44253748265,134.02219751038,2238.18592503459,118.539675226838,2637.5573472602,33.2829367355001,964.619972348515,280.302416411997,5353.09148496159,156.798603583917,3122.71160614779,179.109933438807,3529.16952896789,135.256819644268,4007.13147968863,30.7600960724358,1087.36742561508,82.1591729058536,2090.78482991334,183.614030654458,4798.66086536561,58.2215196903638,1397.11099608167,64.0278476556032,1902.78437463247,83.1360871434327,3401.3655465152,120.534933749508,2277.91721916991,84.3276523095319,2901.9043163729,99.0089885085226,4090.7869509076,1679.05565933844,487.903492287957,12315.6561793089,4779.57871376739,361.809951210991,2056.52131658355 -4512,248.577361937544,3018.10365096684,63.0192865048731,1209.22555875238,137.208016967603,2152.36207231379,122.689332223269,2536.41948789741,33.536291332249,927.631355132947,282.481333860069,5147.82572483526,158.017470040923,3002.9703737605,180.534160247182,3393.84255613109,136.127865489019,3853.47692485519,31.1111741251023,1045.6720236623,82.622291775067,2010.61311258356,184.678876520696,4614.6548993019,60.2955723427264,1343.53839202713,64.0269240931787,1829.82158628621,83.7594583572187,3270.93925241312,121.444169340243,2190.56985908624,85.2901196532309,2790.63000002924,100.139020183332,3933.9246041026,1703.95929764513,495.87789613767,12428.8097462328,4811.71576046811,367.240497997238,2075.19433185678 -4513,246.620574987519,2955.20212648695,63.2592145198254,1184.02359756023,140.594749527453,2107.50381983533,122.674427256299,2483.55693877385,36.1021050073836,908.298213153375,304.380984361557,5040.53779728341,170.26793388481,2940.38424805969,194.529282996365,3323.11010446166,145.622392124514,3773.16504655247,31.7969680880343,1023.87874814863,85.8210177951217,1968.70910776907,191.741620620849,4518.4790015584,59.6774784632724,1315.53716250385,67.3980810630504,1791.68553112894,90.107559763549,3202.76827843349,130.682967638503,2144.91530259939,87.1701981395244,2732.46934633369,102.34641792472,3851.93608302986,1884.85626976087,534.345885607484,12911.6161956622,4885.34916613883,406.259674698649,2086.04115812207 -4514,276.233371171162,2967.48351589151,71.7990298957484,1188.94422709534,173.42311979828,2116.26229860435,144.319839535773,2493.87823950658,43.9953010603876,912.072968169696,371.22228845462,5061.48553785992,207.65834698819,2952.60405652077,237.298892255437,3336.92046581099,176.551100239552,3788.84577065896,37.6613022196733,1028.13383902595,101.940645240181,1976.89077593995,227.738004563106,4537.25714185448,66.3811489806624,1321.00434325067,80.2952278078358,1799.13151511125,109.746898849348,3216.0785166901,159.201160692485,2153.82925803916,103.247050712261,2743.82509076063,121.222229927462,3867.94416808541,2370.33497806475,662.598954176304,15427.1953337297,5690.35875735378,512.055694045219,2410.53501714444 -4515,439.777539947264,3026.35623146953,113.579106364773,1212.53201619175,259.155731441891,2158.24740407402,226.901013419672,2543.35497071483,59.0387242410256,930.167832775987,497.456163356636,5161.90173120251,278.27242004181,3011.18157444233,317.915225354801,3403.12254189267,239.175147071207,3864.01371623657,53.6802800616586,1048.53126693312,143.578034867119,2016.11085172385,320.863860586054,4627.27302493732,104.51228820666,1347.21210904315,111.976399295238,1834.82497639229,147.419396643493,3279.883176354,213.765450449446,2196.55966467263,147.162479020157,2798.260585785,172.783278024988,3944.68136836299,3083.75277094772,900.598173550732,22001.0074129516,8344.45100774592,666.939902278158,3586.95416042346 -4516,552.691883240441,3203.94907193856,142.886077099244,1283.68590173765,325.35864593931,2284.89782378958,279.500987476872,2692.60429862721,79.0680985774307,984.75200426838,665.705313908564,5464.81279670556,372.389453346107,3187.88393466432,425.388112641472,3602.82480839863,321.927769096229,4090.76202971734,74.2593903905232,1110.06124945102,197.352487230251,2134.42040468887,441.117017546799,4898.81097264459,132.418139596457,1426.26930088043,153.046254253482,1942.4962993954,197.540951334525,3472.3535021003,286.38197272709,2325.45832704837,203.579339896189,2962.46830219146,239.02224207985,4176.16342644597,3979.04773069901,1161.60430973592,29547.4553813984,11494.5913765019,857.283528775414,4940.73290728144 -4517,507.821047989385,3720.28743671498,130.012677827356,1490.56068798035,331.819749900977,2653.12477731693,265.576818728373,3126.53594651758,83.5687329680341,1143.45154292446,703.409766650403,6345.50485513236,393.480978758169,3701.63329239855,449.587711500093,4183.44473348966,340.860344593935,4750.01638416803,80.3000968997595,1288.95523230587,211.714323503255,2478.39689019388,473.325133631747,5688.28795563347,122.378294978663,1656.12237969414,162.00215823718,2255.54289916772,208.824597579711,4031.94708144373,302.71763211503,2700.22188382905,220.139710742081,3439.89038491202,258.465752267462,4849.18080163962,4151.30485241131,1203.54176703754,31080.5005628484,12201.403348044,893.39980957538,5232.30810220593 -4518,515.06851308267,4153.06034247688,125.122362102928,1663.95435476683,289.28657604905,2961.75698349996,252.134352265149,3490.23903923835,71.6580705078617,1276.46676157281,602.695336259594,7083.66356501601,337.142249152581,4132.23620232608,385.43805763557,4670.09571522276,293.667087236602,5302.57540762031,73.3071001496939,1438.89657710007,188.810577269983,2766.70338318561,422.404226181557,6349.99406013373,126.226488066609,1848.77547619531,139.723774086702,2517.92527449444,179.158323644444,4500.97467245572,259.657208992088,3014.33279346845,200.968671836593,3840.04531452555,235.957060056718,5413.2754050242,3441.93198772549,1024.08038870828,27488.6511152994,11116.8475727752,737.998810382372,4845.17015727247 -4519,467.1834677792,4402.32714013489,115.465517378016,1763.82494157716,264.25899032715,3139.52172030559,229.430842187477,3699.72328377814,65.4288875784127,1353.08033222572,550.311981821373,7508.82524987736,307.839480621032,4380.25313451109,351.856922550872,4950.39499038227,268.099722787044,5620.83613156861,66.2292438411044,1525.25918981398,171.477338323571,2932.76099745686,383.568100514745,6731.12088083698,114.115639288524,1959.73903187171,128.04366988977,2669.05121973922,163.58244171048,4771.12329790857,237.08384038022,3195.25313185566,181.564993626939,4070.52494147039,213.175226337087,5738.18034590607,3147.94571107565,935.547769723279,25051.9379072884,10098.4029462487,675.521771418459,4390.93394870094 -4520,468.973724165902,4497.84908644022,115.679613370575,1802.09651613265,258.943588618243,3207.64324232002,229.280865488826,3780.00009138649,62.2805958848905,1382.43954673373,523.690164272172,7671.75217000462,292.947479795592,4475.29611777872,334.841113218559,5057.80894427734,255.601177858069,5742.79735572567,63.9233877445583,1558.35435103061,164.821249896828,2996.39621347056,368.723956369576,6877.1731270438,114.742127274438,2002.26156157384,122.474654403582,2726.96444589948,155.740978637705,4874.64740435763,225.701951140871,3264.58391722835,175.243575425662,4158.84742467451,205.75325732803,5862.6877115434,2974.40379400731,895.025208621595,24170.1904132678,9790.45375478649,638.872964846497,4273.48428498651 -4521,441.225358551103,4590.90175525032,109.144519534054,1839.37875638945,238.934547741654,3274.00379789944,214.5440119859,3858.20171395011,56.3479105391468,1411.03981473295,473.659667335493,7830.46736923635,264.960878193305,4567.88220492207,302.845618175832,5162.44620790084,231.767235234829,5861.60583731677,58.5573841724109,1590.59399013998,150.624653537507,3058.38643571178,336.988049036976,7019.44986889131,107.801146160374,2043.68486822102,111.684685417031,2783.38059383254,140.935914678599,4975.49537452434,204.228804852824,3332.1224762628,160.532877433751,4244.88673915632,188.481445667873,5983.97651591968,2667.16190802227,811.082839937305,22132.6726486779,9013.07929028064,572.988052557799,3943.99878973153 -4522,424.380916904448,4685.05910763536,105.302984600806,1877.10359629413,229.115792136934,3341.15215910239,205.474697825838,3937.33171448596,55.3029407050821,1439.97961352372,464.993353677097,7991.06677099475,260.113021734375,4661.5674365719,297.27238853175,5268.32568271432,227.105857533111,5981.82476505472,56.4825290061952,1623.21636517988,146.226684704246,3121.11258075019,327.087291368604,7163.41566256104,103.611070323348,2085.5999355781,109.294508378706,2840.46649141148,138.297606973646,5077.54057092469,200.41980137023,3400.46282570043,154.844739638692,4331.94747751263,181.803010372192,6106.70521182979,2634.7345484741,793.627030150152,21481.3211956007,8706.75818813703,565.606363011233,3799.60632973078 -4523,395.692126356664,4628.85061334207,96.826044394669,1854.58324716806,204.164177253063,3301.0670443251,186.80871624213,3890.09399941769,49.7432380285097,1422.70361251077,417.839878548189,7895.19480424352,233.735799771813,4605.64078108332,267.135088010172,5205.11951022667,205.625524643864,5910.05846383089,53.0518924890066,1603.74200088632,136.015228717485,3083.66736722068,304.332060438023,7077.47335123922,97.3515145720657,2060.57817397728,100.479450540653,2806.38829924683,124.47954664693,5016.62332235901,180.345878436874,3359.66613756016,145.439778004612,4279.97540213971,170.760656970324,6033.44067083594,2274.18129963609,698.337912792729,19753.6273864999,8202.88267687582,486.595901188256,3601.06262778728 -4524,361.672058489689,4587.84765268971,89.2058496979592,1838.1551076012,187.244783355216,3271.82576318738,170.477486793327,3855.63504091677,46.1668710086843,1410.1011189078,387.863886873057,7825.25814200429,216.967504671583,4564.84341614323,247.956238707652,5159.01188474973,190.5407756275,5857.70639743515,48.758811847534,1589.53584569752,125.381184262255,3056.35184069263,280.514135101729,7014.78017196431,89.1239810603326,2042.32530456188,92.8994985387782,2781.52894675928,115.516226060101,4972.18542062558,167.36766286069,3329.90577803454,133.670458077316,4242.06282347468,156.942313526377,5979.99566880637,2118.36841927845,647.034077295073,18202.6534529196,7537.29917799345,453.663675493547,3303.40097607442 -4525,363.324072227729,4508.31101518335,89.4070296793215,1806.28816529154,181.181185171537,3215.10417184202,169.262113591484,3788.79231425682,43.5028216894615,1385.65508014796,365.313143999939,7689.59654917233,204.352825720376,4485.70558865887,233.558797063799,5069.57333115526,180.127421032997,5756.15501525742,47.019505942848,1561.97905961103,120.171927195737,3003.36578560805,268.907627976973,6893.16932741126,89.4253960166172,2006.91879159195,88.4158352810469,2733.30732383286,108.885824011036,4885.98576027224,157.740774847202,3272.1772898964,128.902216026157,4168.520840695,151.343926644739,5876.32423422405,1965.24308419432,610.452577765024,17467.6892466201,7300.72417089025,420.68746744635,3214.39602437181 -4526,326.273687187783,4456.1963152572,79.9771969581652,1785.40802516871,166.179398610003,3177.93854848938,152.245852396069,3744.99503100041,41.0595011290542,1369.63733016136,344.750926476793,7600.70715902962,192.850509630888,4433.85220056681,220.39892807858,5010.9706100881,170.159170003237,5689.61561938649,44.4221936791715,1543.92305821529,113.76471514786,2968.64779340248,254.555090779135,6813.48639297565,80.7438293862805,1983.7194226381,83.7351344797238,2701.71112505515,102.779620697955,4829.50525551503,148.889489397915,3234.3519187111,121.781781649267,4120.3340115217,142.983833767856,5808.39571884347,1837.55380309004,568.237738057292,16406.4618607946,6883.63534560502,392.963500595324,3025.81297865651 -4527,328.176026816037,4377.04955902671,80.836990700796,1753.69729167698,170.375580952562,3121.4950011637,154.390825611658,3678.47996123381,42.2262478172701,1345.31112363332,354.594840958871,7465.71056683835,198.357105201297,4355.10229942831,226.675120079838,4921.97047605072,174.849601943874,5588.56203273661,45.3517463008052,1516.50135295764,116.308920672421,2915.92147108267,260.237166407404,6692.47167358858,81.0940847352907,1948.48646913566,85.9925047722664,2653.72588008562,105.690260077497,4743.72813796225,153.111624458228,3176.90641030803,124.330115376703,4047.15252477222,145.975829131482,5705.23247209073,1902.32843142547,585.320114036496,16794.7676039016,7019.06995281625,406.897163114894,3079.13598564325 -4528,347.950747856273,4334.1621585508,85.2290581863382,1736.51413735181,177.326421465217,3090.9098308582,162.221462143244,3642.43731627114,44.0860159684254,1332.12943671251,370.195143202312,7392.55971154202,207.08377134485,4312.42994356157,236.647835265734,4873.7438073575,182.656073817907,5533.80393718611,47.3705839955144,1501.64230236444,121.618758555963,2887.35056042695,272.109078201024,6626.89720179697,85.5001102179638,1929.39472288129,89.9932231552899,2627.72402585991,110.348752096141,4697.24793122526,159.858247059545,3145.778305484,129.864683369856,4007.49753600038,152.473958319549,5649.33121108396,1983.34138811567,610.573532490165,17561.0425993309,7348.82034906669,423.577689089796,3225.33572139365 -4529,378.094963783193,4294.91368570089,93.366152060345,1720.78894630447,197.367797269563,3062.91976354181,178.853168969944,3609.45283233042,48.0589068674849,1320.06619493319,403.574665137268,7325.61558981427,225.755970088963,4273.37826912823,257.969537604914,4829.60909469496,199.007956628757,5483.69197883289,51.4720412520078,1488.04401854888,132.209696946754,2861.20384603706,295.80119641378,6566.88661950005,92.8684178852153,1911.92288089025,97.9937363589124,2603.92838755354,120.289107347216,4654.71149600345,174.260727852913,3117.29137077828,141.108674957967,3971.20720986952,165.67551443368,5598.17308304278,2174.06197591699,670.679657638398,19175.7419985311,7991.83154350856,465.373401443813,3505.5207372781 -4530,391.523036268922,4210.04860562506,96.9065886950523,1686.78712405414,207.123437613428,3002.39819081167,186.026119295968,3538.1320733905,50.4576519197833,1293.98242898665,423.643278297623,7180.86554379958,236.982168420355,4188.9387167779,270.783335277937,4734.17873391244,209.136011412691,5375.33730794761,54.3846584370291,1458.64110523517,139.472591124173,2804.66806644372,312.065211421225,6437.12863142495,96.3732469911058,1874.14435953701,103.271549202063,2552.47622639436,126.308731061903,4562.73701345369,182.972264026606,3055.69544565374,149.093505977703,3892.73838778695,175.050494301182,5487.556329893,2267.02631756854,701.182477290168,20189.5443827363,8438.85147993974,485.339185422389,3701.32127079275 -4531,404.351688555875,4008.86768638503,98.4246346597599,1606.18250022009,203.078466311887,2858.92592135971,187.164894162557,3369.05928359746,49.8179324625351,1232.14832707244,417.964462467767,6837.72149336975,233.805490874975,3988.76655236262,267.172823654354,4507.9517900566,207.563317197861,5118.47203104956,55.370506313924,1388.93864194284,141.23424579177,2670.64450694932,316.057056171232,6129.52471122173,99.4972928142164,1784.58670347185,103.640765836238,2430.5038784081,124.771816257811,4344.70256477995,180.708926289611,2909.67631944868,151.796171040814,3706.72041968806,178.223689888244,5225.32856716497,2168.46139157483,681.533970175259,20288.7498239414,8627.16397845682,462.272987362255,3801.66056644536 -4532,392.123213879514,3794.7555672098,95.1852963235932,1520.39689545387,195.369516451572,2706.23176044583,181.45408389015,3189.11909118653,46.4713788293958,1166.33974717252,389.640879788655,6472.52135362764,217.961538227593,3775.72802721444,249.101572750706,4267.18377613913,194.398907652919,4845.09636010158,53.3400220258623,1314.75595014667,134.763662479082,2528.00638574401,301.662071977768,5802.14909592919,96.531962137567,1689.27259713953,97.7378549839333,2300.69157808276,116.441835852914,4112.65363074043,168.614904441671,2754.27159881223,146.229674347812,3508.74587267446,171.688073254602,4946.24572871104,1979.1353097525,634.881952322522,19328.3468748062,8307.88860096235,421.799576714863,3676.31961184113 -4533,339.538898579089,3555.88571913279,81.630499501246,1424.69192342036,160.037402279195,2535.88161324144,153.978779250947,2988.37246091772,37.5679875619891,1092.92173821809,314.803150599278,6065.09321628571,176.097998189329,3538.05591256386,201.278322429675,3998.57581911267,157.753841341234,4540.11033110502,44.3112698711773,1231.99553290567,111.187163566628,2368.87505551597,248.938070228501,5436.91912300532,84.0304117242058,1582.93734537098,79.8581225164448,2155.86911508213,94.1720607959458,3853.77293854063,136.344484745391,2580.89747056638,121.477688180529,3287.87958004976,142.626798015915,4634.89261390753,1556.82441431313,510.009031242466,15915.3079415686,6929.24712036376,331.212181902246,3083.5744492327 -4534,266.982519856964,3367.57102066585,66.1970930182599,1349.24224613641,130.34336513665,2401.58489533064,123.020095091317,2830.1124651432,31.7708193920126,1035.04214257386,266.653047137623,5743.89442351987,149.16327146863,3350.68545553575,170.380025741578,3786.81687657358,132.09649115155,4299.67248367689,34.1086508686475,1166.75078500969,88.2495286296751,2243.42276963819,197.404527176016,5148.98754530333,65.2655056977387,1499.10721346272,66.1273887862708,2041.69732374574,79.550651678673,3649.68255257111,115.226539462257,2444.21677626602,93.5075899771321,3113.75810916524,109.787141559721,4389.43523030311,1407.40498476597,439.798334871738,12842.838247174,5398.30067929961,300.469509310318,2371.97778387401 -4535,258.489799956892,3222.01377065373,55.6980171982266,1290.92365693885,181.644680549922,2297.78067237891,151.299929962593,2707.78590242981,41.3901409729144,990.30429235625,384.799155612593,5495.62483350475,215.253122083833,3205.85805395449,245.819927003967,3623.13847232583,185.020955056598,4113.82681068703,46.4996997270588,1116.32006367573,105.518538868654,2146.45482242663,236.993456893064,4926.43174385424,55.6947376145986,1434.31097839421,64.959103375337,1953.44859907808,95.7983887128996,3491.93153484663,171.618967083321,2338.56986631119,127.47718673723,2979.17146947993,149.670801582823,4199.70972271666,2070.98651052518,638.439664241219,15942.948017744,6329.12709384019,486.689320907744,2754.11242756047 -4536,266.478872936489,3047.08513886314,57.1133950634186,1220.83720631248,185.857626680878,2173.03023436556,152.675946611805,2560.77558006306,42.8297158014731,936.538980582589,403.886326784897,5197.25797309114,225.930310759173,3031.80654362239,258.044867557911,3426.43209523819,192.51085221879,3890.48012546448,47.797051476812,1055.71314040378,108.6968152668,2029.92012331787,244.114490978057,4658.96734863308,57.6761844426337,1356.43978513676,64.9872834427943,1847.39253754838,97.9353486553938,3302.34860653618,180.034917674657,2211.60491327888,131.033828011,2817.42716106875,153.846649544427,3971.70030748582,2153.77740996015,670.068314566811,16365.4808543345,6441.31395087436,518.132863890477,2798.7185780365 -4537,268.174188711979,2968.91310158021,57.3741921566533,1189.51700117904,196.822336769267,2117.28180832678,156.588064108115,2495.07966577279,45.5949047857333,912.512359477301,427.943070000553,5063.923909379,239.38743250388,2954.02647402738,273.469083443278,3338.52802781317,203.360428317994,3790.67104775365,49.3392637039132,1028.62914267784,112.663308863241,1977.84314340763,252.988639784458,4539.44296625458,57.0976236655275,1321.6407373178,68.4812182118755,1799.99824702478,104.681317029602,3217.62786306273,190.633898751372,2154.86686565069,135.2617451205,2745.14692896497,158.810641604504,3869.80755084652,2357.77808714133,717.260107535093,17004.3833031034,6572.0496286445,562.204366177529,2839.53853520431 -4538,297.063551605685,2946.81958766002,65.4620385773686,1180.66507135669,236.261117545483,2101.52580823358,185.352882997342,2476.51223875771,54.3995948630713,905.721792078841,505.34165652567,5026.24012761959,282.683492672942,2932.04374068643,323.002822531595,3313.68398121034,240.156358875929,3762.46232601107,57.581905095207,1020.97447866279,131.594906641871,1963.12479244021,295.491985880414,4505.66217074681,63.5839042447122,1311.80559326731,81.6816278336622,1786.60334964439,125.993870045643,3193.68350916948,225.023634914667,2138.83117195961,157.858638046983,2724.71859717723,185.341624630977,3841.00992556488,2896.56691512471,859.825140094191,19990.2515490136,7604.61304502016,678.703209759591,3271.77652380991 -4539,451.957097764273,3009.46118918828,103.491146191425,1205.7628924951,314.044680312578,2146.19869653389,267.706881653573,2529.15634818665,71.0092323396384,924.975045258115,648.499865428332,5133.08471782733,362.764883104193,2994.37124673282,414.413384387232,3384.12415081244,313.868555584354,3842.44233794597,77.1440907574269,1042.67769956262,174.595899007581,2004.85564067851,392.174613461324,4601.44064850051,100.099436469228,1339.69111554363,113.687597387415,1824.58181822324,166.796242184723,3261.57278567169,289.042167375131,2184.29707376478,211.48763800373,2782.63891824329,248.307364753223,3922.65965201263,3692.03031083122,1110.91022662176,27015.7411713423,10495.1023984282,852.88983973844,4559.84719043088 -4540,587.08751213699,3190.56300526221,129.844803492272,1278.32267508007,422.396216657651,2275.35154389213,363.947670712115,2681.35462521944,93.6969834296149,980.63772039781,847.593678264379,5441.98086435334,474.136137888545,3174.56498796831,541.534255870887,3587.77224294719,414.417612504984,4073.67086751178,106.472285195036,1105.42342482698,238.335563932456,2125.50281791985,535.541355525371,4878.34379016376,126.754437455924,1420.31036222961,155.230136659799,1934.3805695887,221.786357702259,3457.84604444123,378.238157355867,2315.74258578033,291.889785564551,2950.09113971811,342.707423166921,4158.71545807239,4700.60664396755,1425.23762682245,36464.813361742,14584.0528786482,1064.46142341209,6373.06694954891 -4541,550.548430837599,3672.00661450748,118.540635527739,1471.21661933241,453.134826510331,2618.69328570588,387.35537943848,3085.96066067557,98.9842347118435,1128.61215710121,894.870291232051,6263.15471500502,500.582242029911,3653.59455832012,571.793817530986,4129.15318886351,438.332662114543,4688.37203532996,117.004433385604,1272.22754137795,258.73941230405,2446.23296693511,581.626905293359,5614.46698773173,117.207663444901,1634.6296989462,164.321512985014,2226.27111102001,234.417345551942,3979.62162984875,399.604932091062,2665.17917949192,320.763275705649,3395.24847513693,376.607750939449,4786.24952546309,4877.81526797436,1484.41969731458,38997.8418682649,15851.5380565329,1094.90973146756,6947.91535735611 -4542,561.368386042402,4103.54488467334,113.26053348787,1644.11562023226,405.087049363419,2926.44501091895,348.628076283579,3448.62616352256,88.6251882743434,1261.24790346381,820.18551180564,6999.20756981638,458.80426068771,4082.96902332128,524.221806547743,4614.41582900476,398.264179316468,5239.35469152315,108.240513056479,1421.74112621044,237.574726278411,2733.71696514013,534.185790482691,6274.28534487106,120.682902325876,1826.73318532285,141.727669692587,2487.90494914388,205.911064273848,4447.31115613516,366.212248557612,2978.39397824965,296.737316077872,3794.26182330335,348.398902530374,5348.73485232505,4238.08732000079,1345.13502440246,35399.7347644391,14552.6859088898,991.627690817098,6425.19578323702 -4543,508.343540733362,4379.38887189455,104.554399046135,1754.63455468608,372.59533607583,3123.16328326209,316.790754362158,3680.44592378263,81.8280768886071,1346.03012477331,761.874096452827,7469.70061368635,426.185389193988,4357.42988258961,486.91300801337,4924.60102174468,368.917812985547,5591.54883809478,101.075053375421,1517.31184666607,221.821404897927,2917.47988446751,498.766502701151,6696.04846313425,109.121935023128,1949.52783716418,129.845439340512,2655.14416311286,189.15648288939,4746.26342209029,340.238462985652,3178.60430701797,277.093476500801,4049.31552426574,325.33509565703,5708.28163193139,3894.17451068702,1240.02011052201,32854.8287417565,13561.6076025272,914.271233741147,5976.92585209064 -4544,506.21167269432,4460.16015130009,104.704106121543,1786.99616540778,349.059968495843,3180.7653600725,306.123174857125,3748.32624561353,75.7115738979817,1370.8556377562,693.8129526681,7607.46807234156,388.112608943376,4437.79616127188,443.438501881503,5015.42792401885,339.410943064265,5694.67659557938,93.2569730715945,1545.29639489811,203.820028806417,2971.28843853785,458.354881567128,6819.54706468569,109.710578020564,1985.48396306454,124.17471566969,2704.11432706362,177.345539431063,4833.80115400039,309.908672764896,3237.22891061266,255.660501908116,4123.99909432061,300.170667654678,5813.56235125212,3605.72007797598,1142.52122980832,30569.6848330716,12639.7696381347,831.559931667362,5591.24066763453 -4545,473.270531869091,4578.49040121837,98.7390241174238,1834.40605556477,320.487075355915,3265.1526347938,281.169883488068,3847.77119072148,69.5917960589674,1407.22511434782,643.105705612863,7809.2979546123,359.747439525216,4555.53308349801,411.010747860657,5148.48970197391,313.863323610065,5845.75917600248,87.3271390457128,1586.29387086382,190.323231338612,3050.11818715327,428.044233040775,7000.4730137816,103.066690115401,2038.15983244777,113.191854714351,2775.85581465029,161.884814467238,4962.04428411342,287.324008177773,3323.11419119476,239.404083826383,4233.4108255006,281.084028017942,5967.79902944374,3271.46149178924,1050.69002666461,28396.3096743974,11822.7959524064,762.420344131523,5233.59294962369 -4546,457.819195404345,4666.40958385481,95.2155804001039,1869.63152660336,306.49770681139,3327.85224223601,271.506006568804,3921.65862269474,65.8867903942587,1434.2475761195,596.84061926691,7959.25722785904,333.867174108338,4643.01142462718,381.42229283169,5247.35438590755,294.052930067849,5958.01328676938,81.5972403446495,1616.75492861998,177.841347574465,3108.68856176576,399.971534812516,7134.9006987837,99.0533853576846,2077.29791746015,110.77629638721,2829.15962288274,155.785931274053,5057.32872056194,266.711593175909,3386.92681454756,223.695780955863,4314.70356326482,262.640929748267,6082.39662970683,3128.17629483368,984.573548417501,26801.0616030253,11146.9283129105,706.577729866936,4937.19360116739 -4547,431.2149844484,4595.38544349962,87.28798322673,1841.17517926141,284.599152799224,3277.20134233394,253.144000105923,3861.96981324967,61.6074194657063,1412.41790186569,569.698618891324,7838.11496798748,318.684187775781,4572.34341120752,364.075249482109,5167.48809305414,279.343716962513,5867.33055429308,78.6036881459861,1592.14743823432,171.114121844696,3061.3733981986,384.857388854703,7026.30539021841,93.0095140763991,2045.68082594729,101.741892259881,2786.09897281934,143.232435355775,4980.35467479573,254.638888828858,3335.37678210261,215.489069624895,4249.03249304231,253.005440491693,5989.8207457941,2816.14097503787,920.437219907698,25402.1832519958,10704.1483828157,659.326202057454,4754.36472437964 -4548,396.916155818518,4545.54507727918,80.4013450394316,1821.2062677656,267.345118137444,3241.65766115893,232.99054637175,3820.08388394271,57.8707732184301,1397.09918130334,538.75453436695,7753.10479304449,301.374350405442,4522.75295293105,344.276951788286,5111.44284893607,262.806384965863,5803.69499920031,75.1574506493726,1574.87941743951,163.153755107561,3028.17053128359,366.988859842501,6950.09989274039,85.1480112950483,2023.49389891169,94.0828880402682,2755.88166137964,133.788779716234,4926.339031505,240.871623989389,3299.20214510055,206.041338489526,4202.94858166218,241.912871473172,5924.85669365187,2631.73951835955,861.927148964391,24011.7482909193,10178.4632071014,616.049535249208,4515.58768929633 -4549,395.740073999515,4473.61120344171,80.4955071059266,1792.38542897285,255.95380129785,3190.3579843858,224.768045962959,3759.63053291785,55.7612273763044,1374.98989527983,524.977391333395,7630.41084709304,293.667542819945,4451.17976758516,335.475068180624,5030.55356530303,255.21819415872,5711.85073041274,72.8861346638381,1549.95673481348,158.397072373533,2980.24931760021,356.275988573497,6840.11360939207,85.4190228473498,1991.47183063153,89.5031781000036,2712.26945638104,127.683685421391,4848.37904115221,234.687242462735,3246.99181898229,199.814610710062,4136.4363443224,234.602078367018,5831.09502444379,2504.38601492722,836.091597188036,23250.776910442,9873.58011808505,599.804906778892,4384.28595643746 -4550,359.847652022286,4387.25156481821,71.994624748513,1757.78480078213,247.272375468393,3128.77056650756,211.998816104141,3687.05374440952,54.1090935493118,1348.44676824725,516.582106034716,7483.11160866194,288.971297142253,4365.25315065404,330.107719595173,4933.44258086131,249.471434191962,5601.58782590053,72.4087589280573,1520.03600692422,157.004988474034,2922.71788664397,353.172238096641,6708.07045396624,77.1214017796152,1953.02799190681,84.7509815163972,2659.91117144058,122.400669918252,4754.78479639944,230.981950127717,3184.31112829441,198.505902994288,4056.58560816321,233.065526315071,5718.5302001464,2392.38778743808,809.158392627215,22699.0702818187,9714.23487603784,581.474442795846,4309.58210257037 -4551,361.487900023144,4282.37236704155,72.8284046445955,1715.76417419021,252.077581405814,3053.97591609956,216.38948809459,3598.91308660589,54.9306353738609,1316.21154917926,521.098556756243,7304.22450114268,291.497758295731,4260.89983474119,332.947824128862,4815.50644419042,252.294534075758,5467.6793803108,73.3995241058855,1483.69887087388,159.102569494582,2852.84901709092,357.894534158783,6547.71104957671,77.469279885737,1906.33999009057,87.0378734049384,2596.32481317133,124.956096683712,4641.11955343822,233.049533841073,3108.18875608195,201.222048653897,3959.61112698501,236.254549453206,5581.82619514645,2435.51232111927,816.80534025587,23068.3417491489,9880.24869421937,583.881665202886,4381.08056356299 -4552,382.097237894257,4271.5205507194,76.7368094129652,1711.41631368799,262.238159017956,3046.23693806279,226.214526272557,3589.79320154502,56.8684134408713,1312.87618159593,537.133925150562,7285.71511058332,300.467796457968,4250.10243124364,343.212688353283,4803.30363066755,260.889523805432,5453.82391720343,76.3313502099721,1479.93907928078,165.327558942993,2845.61970798959,371.907466305699,6531.11871440581,81.6691472243069,1901.50919779906,91.0746579891929,2589.74555345958,129.855940664591,4629.35864789187,240.267707224406,3100.31239910394,209.259540206434,3949.57720910624,245.691357984783,5567.68147642042,2514.11087406645,842.173537782024,23977.6313055887,10302.6989244015,597.822689512816,4572.79258955963 -4553,412.59486952897,4232.92188840014,84.194201016248,1695.95147403772,283.927272974441,3018.71028343931,246.553761465242,3557.35481948946,61.517627269554,1301.012662786,578.767435132443,7219.87933759134,323.75720049172,4211.69730908211,369.771929674931,4759.8996267173,281.521827736509,5404.54162879365,82.1342982740481,1466.56593309175,177.885665522024,2819.90588713972,400.157987049725,6472.10168690212,88.7352799867103,1884.32662532836,99.1764072251593,2566.34388351,140.949700725929,4587.52645977923,258.897816319049,3072.29710338984,225.168105172073,3913.88771746316,264.369583723697,5517.37033904959,2734.02305614777,910.967796270718,25930.3447122368,11117.4894705537,646.243164030834,4932.41551001881 -4554,428.140061374219,4160.66311244891,87.4140741902165,1667.00046080914,296.098683537213,2967.17890256728,259.985585216724,3496.62842017061,63.1163808027678,1278.80351624645,586.481808240327,7096.63122264749,328.072550128463,4139.80085073609,374.734643380582,4678.64499227204,287.698296896882,5312.28252905825,85.8199185743985,1441.53068274437,184.430512693989,2771.76822878587,414.99223755335,6361.61863097591,92.0893662046865,1852.15992369098,104.50104866609,2522.53469624374,146.147850807105,4509.21434928744,262.506031495461,3019.85096006322,235.272095305947,3847.07506579353,276.23266559135,5423.18517861423,2782.65629615252,923.360595006563,26914.4350411939,11644.1084553347,642.419290979798,5179.78617292399 -4555,443.166203732746,3994.63686538852,88.545341231444,1600.48081649379,295.607245752655,2848.77720451197,263.633872424957,3357.09967720926,62.8582822481987,1227.77440314792,586.292392585537,6813.44870658593,327.966592746617,3974.60708708609,374.609121190013,4491.94930257039,288.362864788424,5100.30229711274,86.8634984005403,1384.00813818594,186.150923518696,2661.16415815836,418.904197092597,6107.76590654594,95.0224989715344,1778.25171416399,104.799411565721,2421.87598935544,145.087437891489,4329.27958519585,262.495975173499,2899.34744703403,238.133030347531,3693.5621717978,279.591685757311,5206.77951009835,2699.57060187145,915.314215226233,27080.4019005049,11818.8549869922,630.390048597719,5274.19494458564 -4556,426.739611824846,3848.29984021835,85.6290386008267,1541.8498046096,274.828317947987,2744.41688453072,252.884876415444,3234.11779011481,57.4276745530484,1182.79688459211,529.222755139533,6563.8490937875,296.042360436678,3829.00382027003,338.135005884461,4327.39404503275,263.015162133646,4913.46101697163,80.8314688506837,1333.30725082663,171.874378054248,2563.67673701914,386.882788206384,5884.01783548998,92.1889800113902,1713.1083545487,98.7908073059731,2333.15450113103,133.897160941855,4170.6834682079,237.105993722598,2793.1345684593,221.596447061078,3558.25452839593,260.176104512752,5016.03761042115,2419.98471146487,827.21907830089,25152.9989423494,11085.6833940085,555.614558318355,4968.71807988446 -4557,369.81126267973,3660.18009184407,73.266983698887,1466.4782355227,222.897951287241,2610.25919537239,209.531501290833,3076.02163073273,46.2717682536139,1124.97720796974,425.327165631562,6242.98281746845,237.924119567027,3641.82733582216,271.771172250664,4115.854322904,212.47356042469,4673.2720793791,65.8287161015797,1268.13004662082,139.744958249478,2438.35432382234,314.578724079429,5596.38433482717,80.2133502690302,1629.36500658304,80.6857684245672,2219.10090450531,108.114382058527,3966.80436388543,190.61687030738,2656.5953708888,180.466961817175,3384.31331426863,211.886028596398,4770.83433305521,1911.37422711186,664.068831147513,20487.59009543,9090.7847562706,439.404057015704,4089.76744220379 -4558,289.905158877089,3405.3249349681,59.5447935594766,1364.36863124336,184.087908527873,2428.50911749892,164.887413917464,2861.84091951551,40.7869951271959,1046.64602326714,384.077407791497,5808.28935283122,214.849382965434,3388.25006538831,245.312845192176,3829.27096557694,187.444728655638,4347.8762084032,52.1130137842727,1179.83125424969,114.76680570166,2268.57383266518,258.023222726049,5206.71296024953,62.3349173204709,1515.91373808228,66.8509516283151,2064.58683827083,93.3788045307003,3690.59922558991,171.70250185895,2471.6189454084,142.865877169349,3148.66652121949,167.738643298163,4438.64528719669,1809.5361306581,608.222594432361,16943.4722918019,7178.35861329227,437.233697194443,3180.37562005297 -4559,271.06400455044,3190.17311768319,56.1919325501058,1278.16646373676,188.542356608503,2275.07349537737,198.050837607864,2681.02696302891,33.8038360847003,980.517886228708,304.473504973286,5441.31585296169,170.319689067328,3174.17705535091,198.363295174487,3587.33381630224,165.89804281903,4073.17306393615,56.961414911775,1105.2883418143,129.111422074022,2125.24308095603,289.993699513882,4877.74765536032,57.5179318489838,1420.13679995622,55.1569698791717,1934.14418781033,80.2922283951036,3457.42349480949,153.490629055218,2315.45960147037,156.157587428458,2949.73063785983,183.344423279707,4158.20726202702,1787.40672055294,597.815354879137,15428.0398138698,6386.44833584358,500.102252261531,2951.57627045081 -4560,279.528688299565,2988.99220474631,57.6201690863736,1197.56184242811,192.97777964784,2131.6012304205,199.636003247804,2511.95417853304,34.0625871764759,918.683786251811,306.825004333258,5098.17181328282,171.63509626464,2974.00489720717,200.448620328521,3361.10687953426,170.313693570797,3816.30779508589,58.5959866304683,1035.5858807058,133.12234224182,1991.21952566069,298.979852994136,4570.14374479456,59.5656158754806,1330.57914669697,55.2227713040137,1812.17184364556,80.9024434559161,3239.38905296693,160.82551824714,2169.4404798402,160.638704627974,2763.71267558903,188.605697240989,3895.97950751478,1816.84728747638,611.764287944132,15701.4757908943,6462.72523995587,523.02500776408,3002.21635107996 -4561,280.993080467696,2897.23915069437,57.8877100159334,1160.80030244003,204.25167094475,2066.16749573181,204.373026961496,2434.84475444256,36.6777653496846,890.482962254092,330.514613404144,4941.67330077167,184.88684653248,2882.71190833591,215.706018953962,3257.93102624747,180.812580135633,3699.1586453339,60.546311338085,1003.79651466566,138.135972851291,1930.09508630045,310.196902161661,4429.85410289606,58.9613839961668,1289.73437628459,58.3695528054091,1756.54362860459,87.0859368672375,3139.94957018736,170.377044962509,2102.84519421411,165.985446830836,2678.87502425468,194.883300409379,3776.38467626343,2009.40692822451,660.356985079746,16364.2133579078,6599.67802002793,572.3015053421,3050.80189470906 -4562,310.392884391491,2905.75164784554,66.0829134290767,1164.21089740774,244.992978251199,2072.23818717509,241.186836167726,2441.99867165742,44.7060921700146,893.099326760121,402.995734512937,4956.19263373207,225.432121601928,2891.18172240061,262.557642866089,3267.50328698853,215.907449757151,3710.02729503532,70.6986787426941,1006.7458103665,161.450859179827,1935.76597781788,362.541388536114,4442.86963888382,65.6210382730664,1293.52379774165,69.8227847551074,1761.70460146761,106.119645205448,3149.17518477449,201.30606556321,2109.02364990729,193.817782158997,2686.74593681185,227.561209650306,3787.48022693301,2516.63509464405,806.736030544348,19376.5609656145,7667.17516253316,701.185710244643,3520.71210948247 -4563,473.165276392719,2971.4473519344,104.466263499293,1190.5323673344,325.68996746268,2119.08911018746,348.853557506341,2497.2094541197,59.9704271269996,913.291275764538,540.270431211357,5068.24645117186,302.222329211415,2956.54801722584,350.939970884859,3341.37777974174,286.230466621133,3793.90674685184,94.5712311354389,1029.50717570878,213.848085436145,1979.53142107532,480.356344090336,4543.31781356452,103.311125869634,1322.76888367711,96.6996035617857,1801.53471711972,142.42057092669,3220.37441517546,258.923898043559,2156.70624994073,259.263491209315,2747.49017355955,304.400932775891,3873.11080049407,3254.37417197183,1063.17497592321,26659.9074969472,10756.9690123096,889.501307480174,4940.76711534773 -4564,614.774082776162,3155.34334761731,131.032630709354,1264.21165865389,438.151124224976,2250.23462807962,476.788686443655,2651.7559644912,80.2995242327994,969.812757929078,723.175153877052,5381.90848758582,404.53755528043,3139.52192758576,469.024197042939,3548.16791296026,381.007379048474,4028.70284993145,130.285424185109,1093.22099080175,291.31626104583,2102.04003675962,654.613620410605,4824.49323216496,130.859748099682,1404.63198677527,131.693173895649,1913.02752898004,190.749142825141,3419.67593036633,339.077629249924,2290.17980550287,357.172614994752,2917.52597808653,419.355909539262,4112.80865904216,4206.25180469133,1390.69520510158,36055.2532509635,14962.8601732586,1125.73830784149,6868.81545558937 -4565,575.043917510046,3629.63905993483,119.665228261182,1454.24174511473,470.153778449779,2588.47884375667,508.889040513933,3050.35489510215,84.864296325698,1115.590247781,764.19833582353,6190.89053439692,427.485547403061,3611.43944176222,495.739034098863,4081.51108430498,403.325684018341,4634.27767251511,143.012639880391,1257.54860001243,315.886038114267,2418.00836943179,710.116129879401,5549.68735591972,120.970078651532,1615.76936718576,139.333260027355,2200.58442995114,201.610855678129,3933.70481806661,358.238767456412,2634.42838403124,392.063800558439,3356.07415162408,460.321605795617,4731.02585370629,4391.01281538562,1458.76907833372,38406.3416734706,16207.1284765339,1164.87968801341,7449.12101539823 -4566,588.915484425685,4047.0114882663,114.251621165798,1621.46509667036,420.725292729906,2886.12819204276,458.995042527369,3401.1154001603,72.754398700394,1243.87204193482,654.936275719858,6902.78143407275,366.365352050279,4026.71909483257,426.80902177845,4550.84430570489,358.478188159444,5167.17355935149,132.290450426348,1402.15419419552,290.063565536816,2696.05530694013,652.229518058616,6187.84626097136,124.668172015322,1801.5667903648,119.985454245941,2453.62977471157,172.886196526079,4386.04178743048,327.614097156079,2937.36147290101,362.669319405056,3741.98933360059,425.809583143228,5275.04682010392,3662.40258028943,1268.56422300722,34436.7504376289,14788.4912393404,1020.10497709766,6897.1588750774 -4567,533.161876269468,4279.83811038421,105.47290693423,1714.74880550944,387.088670551537,3052.16860974378,416.897990661846,3596.7832929618,66.4301819883276,1315.43263095471,598.009508721065,7299.90194859886,334.521040159518,4258.37828527119,390.03692454042,4812.656685174,330.004440009092,5464.44367316482,123.507936611701,1482.82083565911,270.759599376077,2851.16073522416,608.826727903942,6543.83619262931,112.715890946677,1905.21184092534,109.903435156413,2594.7883392549,157.857143127285,4638.37299449432,304.220062701229,3106.34936721702,338.592386432508,3957.26787656235,397.540886995381,5578.52293728311,3351.24107780892,1163.1520362678,31709.7106850229,13688.2719590223,937.660524789872,6381.53492119186 -4568,531.305351896835,4377.30948828149,105.619413444003,1753.80143425612,362.490238493269,3121.68036983694,402.857086893413,3678.69840622562,63.229213864848,1345.39101437092,569.128442371047,7466.15391493343,318.365236254349,4355.36092535427,370.193618860369,4922.26276520593,308.045231753472,5588.89390715221,113.91584742876,1516.59140975532,248.697931230577,2916.09463185793,559.298301176114,6692.86910321584,113.32944791005,1948.60217918852,105.02699532914,2653.88347048552,150.264492767977,4744.00984227086,277.472214154551,3177.09506956459,312.296032882886,4047.39286322979,366.666371992237,5705.57127493151,3160.22821236524,1094.48982746966,29948.2391523352,12909.1797968981,864.728927634171,6006.44680823105 -4569,496.985924597722,4504.4771374647,99.5970673665792,1804.75209381665,332.967666347546,3212.37004010043,370.063948631065,3785.57031684242,57.2015706278263,1384.47671598462,514.806250975392,7683.05729915696,287.977900092617,4481.89093464524,335.345914109886,5065.26215471425,282.532980668729,5751.25996822456,106.640318182325,1560.65074914321,232.151693188302,3000.81171666125,522.138328569348,6887.3073608774,106.470262942529,2005.21210338603,95.6451974262384,2730.98291320285,135.953843238982,4881.83070711001,257.057616916581,3269.39462304823,292.350441711244,4164.97592129679,343.248278958411,5871.32699501999,2835.91718987488,995.221432369903,27617.2222046543,12011.5425107334,785.738716654219,5603.77686913929 -4570,480.731859340337,4602.72828421688,96.0380764237552,1844.11714272456,318.209550446586,3282.43789272802,357.351258686359,3868.14074919012,56.1444952612688,1414.67476580172,505.347171754077,7850.63927752388,282.686577841182,4579.64943369157,328.047324176768,5175.74508094822,269.720735278984,5876.70580131541,99.6194106166267,1594.69148708095,216.858934666073,3066.26508302361,487.743650693674,7037.53253143333,102.328269469236,2048.94956339009,93.6578507601645,2790.55080416873,133.430030620893,4988.31264731884,239.033703437602,3340.70628944081,273.10288634915,4255.82190585271,320.649748874024,5999.39171654335,2793.79896075898,962.862834254266,26421.0840390829,11427.8541767638,746.58822971465,5300.11471398362 -4571,453.369027704693,4559.19107321031,88.0150955367418,1826.67363700233,295.78879216131,3251.38930972961,334.229592467367,3831.55200234229,50.4873095220084,1401.29335591151,454.239548210479,7776.38007349178,254.09744148372,4536.33052555302,295.926773963968,5126.78770354271,251.042011755735,5821.11803582148,95.9383216242679,1579.60729886121,208.585880979188,3037.26127882786,469.156530318967,6970.96450484849,96.1162005784505,2029.56854761538,85.7762300430317,2764.15498158624,120.024902216417,4941.12819347269,227.786777007269,3309.10654562515,263.011318626569,4215.5660825931,308.80125214355,5942.64346486622,2424.88031784863,868.450773816311,24717.5443043835,10890.8759958614,676.218360653969,5093.96038228782 -4572,417.279771644786,4511.88496364722,81.0693361772236,1807.72009418729,277.924583132891,3217.65293491037,307.522325141739,3791.79586667942,46.8595120056858,1386.75355357371,421.630076458633,7695.69245109262,235.856001756767,4489.26161674655,274.995426541147,5073.59221844107,234.774294419637,5760.71818787469,91.7022789443514,1563.21731328117,198.808604827587,3005.7466937796,447.209068102199,6898.63386431787,87.9926013479426,2008.50976974501,79.3576950238669,2735.47414406297,111.394110275275,4889.85910912586,215.350219163585,3274.77129748802,251.398366136462,4171.82542163563,295.166499507218,5880.98267058734,2262.80441954102,811.046786232502,23128.6392042615,10266.1460082457,631.648434802772,4802.82814616263 -4573,416.414751688978,4436.70204345963,81.1553254771028,1777.59750093462,266.21522618204,3164.03619916781,296.792119722728,3728.61201152595,44.1501395541265,1363.6456546405,397.173553594813,7567.45677221328,222.175246939696,4414.45567631312,259.617111244777,4989.04939833443,225.502391646676,5664.72557741768,88.9429314886664,1537.16894470635,193.042327244886,2955.66101659516,434.221415575906,6783.67981664082,88.2816603050404,1975.04135666901,75.3966881872132,2689.89210110191,104.969807597652,4808.37789005843,209.614148404897,3220.20278098652,243.833718344198,4102.30901768506,286.284856228615,5782.98605624326,2103.74188325785,769.54494960073,22270.946346053,9931.65483328283,603.792326524707,4667.01562358127 -4574,378.505487891196,4361.97399001318,72.5836349652012,1747.65715340735,257.347811916617,3110.74385186077,280.244029508853,3665.81042716237,41.6690528108923,1340.67756159215,374.833147774942,7439.9969363739,209.678228608948,4340.10232184281,245.679710191087,4905.01807361762,217.441237551706,5569.31373511631,88.3369429409159,1511.27817225171,191.287544771406,2905.87836446884,430.308291387834,6669.4212563553,79.7086144013577,1941.77543197666,71.3651724651022,2644.58583560846,99.0751819634669,4727.3896432843,206.061869866769,3165.96441132166,242.172423417227,4033.21319729313,284.334331983852,5685.58233454685,1974.16429364247,731.566472065063,21427.281778736,9665.63447520336,578.233312351176,4554.659456807 -4575,380.045391154246,4271.58553618467,73.4303880509675,1711.44235059548,262.278409612715,3046.28328247865,285.979511797975,3589.84781544156,42.8546233514271,1312.89615524898,385.51989655754,7285.82595298257,215.656297964941,4250.1670908609,252.341089373398,4803.37670650028,221.348592383481,5453.90688983122,89.5281745202037,1479.96159457212,193.794712881105,2845.66300028294,435.953869329256,6531.21807663135,80.061087659813,1901.53812671523,73.311846909962,2589.7849529703,101.889471930334,4629.42907738462,208.018206308282,3100.35956620552,245.438140214787,3949.63729663468,288.168605890766,5567.76618123851,2038.80827630425,748.48521115733,21839.107980691,9843.56346372441,586.834365044659,4625.73948782141 -4576,401.832679323256,4241.69431480609,77.3661100189216,1699.46621158458,272.828013265294,3024.96634355583,299.031461661859,3564.72718169613,44.7415257603946,1303.70891802964,402.486544563678,7234.84201864682,225.147285409559,4220.42574907278,263.226376181844,4769.76417661356,229.792243123811,5415.74215291067,93.0816763620805,1469.60528559026,201.316008140596,2825.74993943241,452.886757825473,6485.51465251715,84.4063530466043,1888.2317568383,76.6959472156451,2571.66244677292,106.377354973996,4597.03377867496,214.537949920448,3078.66421833958,255.179932538758,3921.9989684779,299.606431773978,5528.80469255995,2121.38813780211,778.224168257226,22760.7292944137,10282.3313766721,604.528986309665,4827.51378432624 -4577,433.707944326049,4170.02036392025,84.8981393439023,1670.74951284557,295.342180233659,2973.85203096085,325.660934845715,3504.4922703659,48.7740816701054,1281.67952080643,438.771339935928,7112.59141003948,245.444667496107,4149.11118338131,286.719733300025,4689.16717504786,248.958952118638,5324.22975049092,100.158390701854,1444.77265757808,216.609001866134,2778.00188232523,487.291318852761,6375.92578915862,91.6944732321201,1856.32539580509,83.5299492518531,2528.20782835273,115.963336122133,4519.35548579959,231.2500365265,3026.642546903,274.580480083637,3855.72706376761,322.38458978411,5435.38181797686,2322.95000674098,847.18889405666,24690.3442401907,11117.4963354502,656.62561667088,5211.65541192352 -4578,449.948923261244,4104.8444994315,88.1477303543743,1644.63632050098,307.939551083481,2927.37183180967,343.608011575878,3449.71836199569,51.2061535180763,1261.6473474653,460.615602133169,7001.42425653696,257.66414763007,4084.26212159337,300.301871491399,4615.87723934148,257.243123154083,5241.01402336226,104.571950151992,1422.19139927966,224.381353674708,2734.58274802112,504.913936972971,6276.27244482007,95.1576341536205,1827.31172155764,87.9716938968751,2488.69288203597,121.752992090616,4448.7196435223,234.71362192357,2979.33725165802,286.680088156455,3795.46348645082,336.590724116439,5350.42882544997,2417.5872801301,879.063476115524,25815.0709923505,11700.6001531368,664.374411190685,5471.34361708932 -4579,466.289978739385,3965.46043370271,89.2640517376239,1588.79106326203,307.562350214157,2827.97001820283,349.220558203833,3332.57975394835,50.5472029047322,1218.80686061373,454.545706235067,6763.68395263423,254.268703477626,3945.5769509155,296.594760063197,4459.14055014083,256.764010709194,5063.05019471564,105.808892057363,1373.89947993812,226.387218830973,2641.72727894214,509.478371348126,6063.15538981306,98.2160938864289,1765.26353991766,88.0428657266201,2404.18684720407,120.216043400242,4297.65895625692,234.614000052342,2878.17090068642,290.071118102445,3666.58475982915,340.572128030333,5168.74970869244,2315.32451276372,862.822626724134,25962.8808538902,11890.2976747775,645.303767563558,5580.36018187005 -4580,449.159590744944,3830.56004992008,86.3238606595038,1534.74222636963,285.911758169614,2731.76574453539,335.308357584824,3219.20923990338,47.1438555845585,1177.34445895759,423.826978074847,6533.59123673168,237.084928392659,3811.35298025154,276.021794804896,4307.44573900562,236.772554329763,4890.81107499756,98.3855827644592,1327.16100650709,208.838296480725,2551.85876815093,470.115769507892,5856.89384649568,95.2881666817021,1705.21131319805,82.8667673459239,2322.39918753749,112.145798437437,4151.45756243174,212.124043431396,2780.25885097973,269.720393463485,3541.85178126539,316.678368311717,4992.91481359354,2108.35926627497,794.144737965469,24356.3350166003,11240.0498870433,575.536046002408,5273.72415461474 -4581,389.741530533594,3653.74697830595,73.8441915639286,1463.90076098496,231.91886590684,2605.67141735426,278.119639628694,3070.61523107488,38.1057075491132,1122.9999538661,342.486761129959,6232.01018326097,191.583956280364,3635.4264789928,222.989460649343,4108.62031870169,191.595591131142,4665.05836062025,80.0981811253804,1265.90118783073,169.728303328484,2434.0686849145,382.098406009353,5586.54815875782,82.9293231373041,1626.50124310164,67.5818633113537,2215.20062426964,90.6639867835846,3959.83232911773,170.560627094316,2651.92615264901,219.586166202507,3378.36506274741,257.815836332931,4762.44913938551,1661.34138639964,637.890635247787,19922.1175561675,9254.18675153433,454.186263855214,4352.37190411235 -4582,305.143076301275,3356.13437927831,60.0273056732974,1344.66007114461,191.501617497886,2393.42884901682,218.039773893263,2820.50109209371,32.2390996378744,1031.52702567418,289.956834826525,5724.38752662399,162.19919679032,3339.30615938365,189.427586527371,3773.95643017115,165.438489204965,4285.07032325387,63.6144293879032,1162.7883710814,139.892950555658,2235.80385929019,314.528289008287,5131.50101756474,64.4274461621709,1494.01608056704,56.1921367920329,2034.76349518792,76.6642223225897,3637.28782940834,153.349048357311,2435.91594739797,174.396577652417,3103.18344432713,204.758798327913,4374.52822572481,1506.0544903429,555.41022393094,16266.6795897193,7237.48456302893,436.925902686728,3395.31032723658 -4583,286.492313704072,3145.59620856695,61.1515471736119,1260.30639527414,164.88941120145,2243.28345117129,185.447396203433,2643.56445210539,28.8279550548732,966.816919199995,239.458649473321,5365.28328880217,133.950974572835,3129.82366232314,155.100464531587,3537.2073035395,127.184693631427,4016.25782492315,51.0889802296493,1089.84393295536,105.193643024566,2095.54664625643,237.058521852022,4809.58993917881,64.2810262297068,1400.29295238777,54.8390746434033,1907.11801509268,72.7047463475129,3409.11224422244,115.462272968762,2283.10523435313,140.058527499692,2908.51347825416,164.442537648711,4100.10382363416,1517.53724903496,509.872673775019,13197.1366992923,5446.42732145139,421.877942973289,2562.68578532922 -4584,294.448375329935,2991.8513635174,62.5013272071378,1198.70738554471,164.921818499947,2133.64024087518,185.465507105236,2514.35702047112,28.6668604276959,919.562564992403,238.133860286271,5103.04853481905,133.209899639441,2976.84971967731,154.270168684719,3364.3219893629,126.403694642409,3819.9583331797,51.0670452131428,1036.57648364192,104.943912363572,1993.12425219792,236.512427915689,4574.51537431984,66.41442214559,1331.85192921942,55.0415447948939,1813.90529982965,72.295667421431,3242.48773204983,114.807321356684,2171.5156859135,139.998393472769,2766.35634034153,164.371934364764,3899.70625660541,1519.17479582793,510.927226486339,13189.1929427594,5429.14365060967,424.460253465274,2561.57144614401 -4585,292.981775705717,2918.35794566699,62.0503913531292,1169.26170390408,172.588145068409,2081.2283745381,188.025757947044,2452.59302598132,30.5219077563759,896.973944229796,253.751930370389,4977.69455405194,141.946504950278,2903.72481013337,164.367672457816,3281.67900623794,133.696300911845,3726.12285813742,52.4030489772367,1011.113471149,108.016753247176,1944.1640948583,243.410949410041,4462.14456139525,65.0951203201528,1299.1356146516,57.1050457282444,1769.34757153905,76.9303152564442,3162.83755000128,122.084580571657,2118.17342713031,143.660997797458,2698.40210139671,168.672193408657,3803.91181143163,1640.2337758322,542.648715094663,13603.8011687229,5498.83685648047,459.152727955283,2581.49211447223 -4586,317.79109948945,2926.74048449392,68.9452744815602,1172.62023010762,207.629405375116,2087.20638613986,220.092062384149,2459.63772599746,36.918722553985,899.550365304331,307.151699174964,4991.99222371577,171.817846365881,2912.06531750664,198.984554055695,3291.10512948925,160.812572585909,3736.82557867882,60.4996992121732,1014.01774063483,124.60748569592,1949.74841018716,280.805463603797,4474.96139220683,70.8387430083127,1302.86718388814,66.6448236917355,1774.4297530236,93.0077476540492,3171.92231926528,147.512027111462,2124.2575577701,165.85766143192,2706.15285055317,194.733267736273,3814.83796889662,2045.18858696778,657.490418845606,15962.7463165039,6329.62795038058,556.200802166321,2949.81412208147 -4587,488.468664832307,2983.27388090096,109.684963844317,1195.27075366952,284.592227479553,2127.52320501605,320.896750785075,2507.14848935971,49.7706913920453,916.926226833318,413.531326264985,5088.4183594594,231.325635099947,2968.31524599535,267.880515358475,3354.67665278912,219.130500035097,3809.00671085049,80.6172754432896,1033.60467264974,164.326198327744,1987.41006838715,370.452316911534,4561.40047610654,112.071911484741,1328.03357884618,95.4851816363411,1808.70492745591,125.499248360714,3233.19168796996,199.260517959245,2165.29006311873,221.009243850036,2758.42534025593,259.486669975182,3888.52600111774,2729.06222278259,882.226829923579,22232.2071683798,8982.61034585481,705.445050252798,4186.53916094794 -4588,628.050937670982,3149.49506544772,136.176886863038,1261.86850113112,377.412153241428,2246.06392283364,432.350504276898,2646.84105811915,65.1808981271952,968.01525507909,541.076029750991,5371.93337046582,302.672973653517,3133.7029696825,350.499670301753,3541.59154872537,289.046040957229,4021.23583653603,114.180657089186,1091.19475653068,231.165553831667,2098.14400329752,521.26279180613,4815.55125830076,140.796100681946,1402.02856670395,123.424601973854,1909.48182141192,164.460461083703,3413.33772004623,261.317226135397,2285.93506372801,313.021998657505,2912.11847935273,367.518727477873,4105.18575944052,3379.21118873065,1134.47519706861,29900.8120251196,12499.5745636904,900.350999212128,5859.07664655182 -4589,602.294644743385,3651.08276332436,128.312384904866,1462.83332354002,423.473732672171,2603.77143115696,477.72996741054,3068.37622023207,72.8980986797847,1122.18109221005,605.247151225445,6227.46596742057,338.56971106451,3632.77562283136,392.161275055528,4105.62442219552,322.80138461217,4661.65672431425,126.692401452641,1264.97812640095,253.847110031398,2432.29382685918,572.627935688958,5582.47459663426,133.653637461253,1625.31524171589,128.822905927891,2213.58535897474,183.909083030762,3956.9449248507,292.176400131987,2649.9924387307,347.322477628137,3375.90164892404,407.790875880328,4758.97648831757,3770.17805560608,1252.51680499967,32807.6669533391,13769.4218783618,978.775673797451,6428.45504857856 -4590,629.5698562515,4060.52751957004,125.777849827219,1626.88039461752,380.284558619109,2895.76715627683,436.638546503348,3412.47429606398,63.7854131268759,1248.0262711742,529.302547847913,6925.83504047252,296.086995746678,4040.16735449156,343.185800571094,4566.04301573394,283.575343849721,5184.43065876486,118.030580912003,1406.83704721839,235.013650198176,2705.05947409678,530.267345562892,6208.51215826582,140.744655243803,1807.58358404205,117.382249628669,2461.82429971822,160.979131421336,4400.69009724386,255.86073583654,2947.17154379734,323.576420749822,3754.48666530273,379.910660930693,5292.66418989789,3195.75169013287,1107.08371850747,29798.2230032535,12704.8800848766,870.301709922414,6013.82719256685 -4591,568.502232088004,4299.00748006802,115.910879694423,1722.42915530771,342.733144396277,3065.83925496645,394.702786216075,3612.89326414227,57.781441413537,1321.32444595952,479.456257867343,7332.59816642279,268.203437827917,4277.45153652474,310.796059519429,4834.21254611545,256.977249430633,5488.9188841858,110.009418203972,1489.46238144671,218.959960377863,2863.931067361,494.051955008328,6573.14599638625,127.044475244503,1913.74527353721,107.257772022662,2606.41038094048,145.831629184194,4659.14823981193,231.794877907729,3120.26268773324,301.586703345554,3974.99245606914,354.092561906742,5603.50910865603,2905.07375064059,1006.52115099476,27240.3192487066,11685.1299945823,794.031004538591,5528.4135899223 -4592,561.347571671104,4388.29126292789,114.308756246915,1758.20136352251,323.59184845562,3129.51202771523,377.969596865259,3687.92750848521,54.1296479862786,1348.76632538575,448.982529572348,7484.88496878936,251.156713422845,4366.28763554326,291.065310798305,4934.61171621854,241.418449111379,5602.9152994196,101.44872585696,1520.39622756342,201.093600785435,2923.41051714782,453.808871415434,6709.66014356291,126.250754333316,1953.49082370055,102.472003256801,2660.54152157574,136.651098482652,4755.91159314033,217.270938769347,3185.06575159599,278.117885625748,4057.54694450927,326.537853097824,5719.88538686214,2695.37747048612,938.800967090321,25648.615833046,11027.3151662907,725.736491807456,5219.08991879505 -4593,521.848926266985,4489.3365829859,106.985271458703,1798.68591863954,289.431892747317,3201.57254638164,343.569903869193,3772.84616887444,48.0683586892943,1379.8231802904,398.527025491754,7657.23282629326,222.932366718208,4466.82629744247,258.368915313909,5048.23667644842,215.194647441013,5731.92869797647,94.3471004841739,1555.40505314594,186.273108237896,2990.72531775407,420.426390131919,6864.15758141858,117.908964676151,1998.47213731087,93.0164109685918,2721.80346921498,121.386927351053,4865.42178293932,193.072627819401,3258.40545696028,258.649045416062,4150.97650628926,303.679512757461,5851.59215265803,2371.645773042,838.069789420349,23341.8488359491,10165.1780849182,645.121733451641,4827.55879890697 -4594,504.418884584343,4555.48716011905,103.195339005273,1825.18963681701,281.382087880585,3248.74786232464,331.537963902296,3828.43922742379,47.0938837418398,1400.15493711697,390.535030576084,7770.06249752396,218.461717985788,4532.64518450237,253.149923745295,5122.62267167931,210.474152982715,5816.38892599641,90.2353909365328,1578.32401679223,178.937569407616,3034.79379026869,403.803214527436,6965.30125312826,113.328759115761,2027.91971443589,90.7181608055693,2761.90936615618,118.907814259362,4937.11399246476,189.094889506891,3306.41820840526,247.376947555419,4212.14133242368,290.444957104769,5937.81562708255,2324.49016210109,817.288028515518,22576.9044954921,9773.37967760049,631.620086272223,4630.99032570262 -4595,484.783024971204,4504.60710209209,97.1942541755267,1804.80416510622,263.682989772835,3212.46272443705,315.688203685444,3785.67953933832,43.6392590947438,1384.51666135342,361.657359424911,7683.2789732045,202.307813323745,4482.02024760822,234.457818676462,5065.40829929186,196.057588075354,5751.42590543236,85.8131843923614,1560.69577754205,169.586908579604,3000.89829704888,382.751087769188,6887.50607569103,108.705853186918,2005.26995841247,84.7695990706494,2731.06170840281,110.233288429316,4881.97155926432,175.39109399598,3269.48895267651,235.253633797892,4165.09609052558,276.210989958402,5871.49639644038,2086.21255676523,751.657697473287,21288.6683534184,9344.06988933158,573.087607971044,4442.68412145237 -4596,438.379707869134,4416.42799650402,87.4275894389108,1769.47455401389,236.204945406895,3149.57775281671,283.957271674602,3711.57366767043,39.0174361354542,1357.41431078144,323.289864997539,7532.87636261364,180.845388467646,4394.28328682463,209.579939331089,4966.25133329087,175.482740517785,5638.83992829763,81.7405036390401,1530.14466517204,160.991198637835,2942.15476586019,363.397399640555,6752.68097069913,97.7390419983841,1966.01616615314,76.1072671039857,2677.60031359194,98.5720124406976,4786.40542533837,156.862494000323,3205.48767464203,224.088531916381,4083.56302013186,263.102058147691,5756.56000155231,1842.27616304871,675.10532771137,19435.2898315486,8659.96839177196,518.49207050454,4129.62838640389 -4597,441.524586838308,4286.01129466755,88.3304703230945,1717.22213746804,229.058025675865,3056.57101908867,277.568837013473,3601.97124762785,37.6229347815911,1317.32999432075,311.669580867678,7310.43123471126,174.345107991531,4264.52051617458,202.06918129957,4819.5984002211,169.529377022881,5472.32551750807,78.9417272505065,1484.95963765153,155.521366918307,2855.27321335675,351.046999982163,6553.27493907139,98.7358753488608,1907.95989435388,74.9383140843132,2598.53102909067,95.0627788523593,4645.0633249534,151.304129971895,3110.82992620026,216.415791180182,3962.975789626,254.093503082138,5586.56932811203,1768.17675134257,652.373009646524,18890.2048723724,8424.34731562746,499.299739167415,4023.29496226873 -4598,398.380169087779,4218.6260882415,78.3996574546782,1690.22375592933,212.524694798981,3008.51522667081,258.978766628953,3545.3406045019,34.8181177050841,1296.61876714573,288.342493021217,7195.49571915923,161.296148775181,4197.47319045987,186.942495483794,4743.82407048622,157.287590274469,5386.28893027682,78.508167043844,1461.61291622735,154.362421919626,2810.38225025448,348.456981116358,6450.24352963825,88.6598139179909,1877.96270991024,68.113518463857,2557.67659876809,87.9950326052833,4572.03305753356,140.091344634961,3061.9210684485,215.227202097866,3900.66938787255,252.697982163799,5498.73658538067,1605.33173168256,605.943683256912,17898.6248910759,8109.95752390792,471.192877781124,3890.65591765347 -4599,404.269676420407,4143.50814721603,80.6766709189484,1660.12719705875,221.436450394615,2954.94483084901,267.491628973093,3482.2113579478,36.518993944521,1273.53083992828,302.525835938438,7067.37087192819,169.23018085396,4122.73190337216,196.112069158495,4659.35431912446,164.562602493254,5290.37928439983,79.918522746364,1435.58706076003,157.222203109887,2760.33986116433,354.90522791372,6335.3888345493,90.1909732524069,1844.52322294451,70.8382655133134,2512.13395149627,92.2731449753857,4490.6222611277,146.863554607466,3007.39971447369,219.093639479427,3831.21306562233,257.237561338549,5400.82466763889,1713.55963800241,633.898819813478,18472.3783998493,8317.011578087,489.034561817776,3972.89404298092 -4600,432.016738838454,4108.0285666195,86.0129574935981,1645.91204057882,236.924803860304,2929.64255085835,284.258727307406,3452.39425752494,39.2753842682292,1262.62598865925,325.440167251463,7006.85515781655,182.04824784722,4087.43022333519,210.957658199205,4619.45770707019,176.689826032116,5245.07940045168,83.0973068311607,1423.29457212095,163.356367070576,2736.7039234279,368.762363459312,6281.1408565607,95.9326419306299,1828.72914024321,75.9830158823629,2490.62332430919,99.2209579372343,4452.17044957537,157.890041833734,2981.64827951456,227.80815709467,3798.40757136125,267.469265302722,5354.57907398367,1850.03530714052,676.657611262652,19537.0287458227,8761.2676465639,514.583145864258,4167.91427904144 -4601,469.700132816066,4036.15967194415,95.3905107594925,1617.11723616815,260.446462600394,2878.38921400599,312.090174336698,3391.99551509944,43.3249770247795,1240.53667435149,359.051040844181,6884.27204351339,200.84986258902,4015.92169133502,232.724262363587,4538.64149218202,194.626199430209,5153.31809624412,90.0613452777348,1398.39440260243,177.278252748155,2688.82599783881,400.169981528032,6171.25392580046,105.074943558735,1796.7359980733,83.7993361261277,2447.05051499982,109.439770112352,4374.28088188414,174.129219411863,2929.485115923,246.899807894784,3731.95541572182,289.884748040685,5260.90210137789,2081.08373801167,749.732321050225,21427.3127860381,9540.9590026745,570.389789572065,4531.16101368956 -4602,481.216275359401,3953.69889020142,97.4486159418413,1584.07871383441,267.72421494824,2819.5822677901,324.187076600689,3322.69533260488,44.2465798040118,1215.19188319801,366.532050443121,6743.62288674595,205.034670816957,3933.87438176326,237.575525683887,4445.91475292618,199.391933283395,5048.03320334479,93.4691620049829,1369.82449828848,182.380761322893,2633.89192392365,411.824845855202,6045.17208949658,107.704492463272,1760.02777366476,85.6030127862357,2397.0560363786,111.800582114201,4284.91211295516,177.947582158472,2869.63425460999,256.242209928681,3655.7096806612,300.85365029615,5153.41921288686,2089.93014072529,759.45915043501,22074.9998661845,9949.30516148386,563.043117047119,4722.27824594893 -4603,503.905994776934,3771.4923968557,100.189684550286,1511.07633412697,271.211991206084,2689.64161930343,332.753973733377,3169.56868289704,44.442764937718,1159.18967920406,367.974909813727,6432.84254844423,205.841793129261,3752.58150229283,238.545188117139,4241.02445668933,201.139954096074,4815.39423567991,94.9367758681157,1306.69603927741,184.878978271625,2512.50882808418,417.497398210086,5766.57990564858,112.424736915239,1678.91676907478,87.0303472504404,2286.58753918875,112.334490911668,4087.44163478316,178.869599515514,2737.38695676617,260.265618414906,3487.23604113997,305.577529043722,4915.92352350907,2041.16227479174,757.865060221743,22433.2240060046,10188.5748817785,555.937214130391,4848.92790678501 -4604,479.108161746079,3633.9927772536,94.8574346803025,1455.98609417172,251.525987818567,2591.58369935945,315.241901169591,3054.01376660862,40.4643368406815,1116.92838760763,334.753374361337,6198.31644834956,187.257970576009,3615.77132881315,217.067216229031,4086.40681779282,184.321548523991,4639.83644423584,88.1445119033802,1259.05701752411,170.287001449625,2420.90874733193,384.663203365422,5556.34415279573,107.359696799117,1617.70746707968,80.5376183661241,2203.2240099165,102.337434553348,3938.42325935252,163.062679697741,2637.58835566787,241.644880928782,3360.09973045319,283.714945024228,4736.70067394453,1804.68617157634,685.257250403114,20848.3737714546,9593.34893143454,486.581429924144,4576.65367458672 -4605,415.484561406148,3512.7383894021,81.1721428428496,1407.40462651604,203.666986585537,2505.1110742627,260.145044041864,2952.11137096324,32.3009102060013,1079.66016055967,267.032351055724,5991.49901289431,149.375450605198,3495.12493077116,173.192052959114,3950.05686126425,147.931128883829,4485.02036113892,71.625891836123,1217.04642551479,138.100520970437,2340.13098408499,311.980626956988,5370.94722158645,93.4589777237596,1563.72988906375,66.2701313353236,2129.70967045652,81.7305978474857,3807.01102749503,130.301969150737,2549.58070648579,196.359702157407,3247.98425282035,230.545674662902,4578.65255005998,1394.70132042314,545.295733005716,16993.403947344,7895.87736660143,379.057146514355,3780.64880766508 -4606,329.554117355661,3251.38514612904,67.4362598785044,1302.69151584227,168.57651902202,2318.72688294544,207.088260614551,2732.46965678598,28.0818048082849,999.331751974994,232.567990792161,5545.72209315227,130.096403239453,3235.08215643377,150.694935152193,3656.16643807787,126.895047562192,4151.32781487194,56.8389425337822,1126.4962634299,113.607205337383,2166.02157012476,256.298274699265,4971.34032798884,73.7959071142737,1447.38593377723,56.6340025238834,1971.25593211862,70.9680837025869,3523.76343860143,112.979238946972,2359.88790481379,155.821833987227,3006.32913237772,182.950215594635,4237.99362214525,1316.25781950736,483.566503955316,14034.1161543727,6212.58921501476,370.8007588452,2958.73959256073 -4607,324.225727281013,3037.0780831643,68.1558015675921,1216.82780540439,165.407820952564,2165.89369777417,206.105185104728,2552.3656332798,26.904916842039,933.463254990516,212.680911611082,5180.18944771433,118.971753352837,3021.8496649769,136.839598776213,3415.17921083794,109.222191692858,3877.70324213614,39.9575810165734,1052.24603012738,82.1842812250465,2023.25358043754,185.213208356409,4643.66664529459,65.3323665863586,1351.98504630822,53.7638556282757,1841.32544090409,70.1183671572848,3291.50322974604,94.9355707905425,2204.34169202236,109.542213104952,2808.17433443498,128.613372025304,3958.65668566863,1392.937683828,465.95890214535,11864.8742996573,4793.67087954617,345.923679895679,2257.58930008091 -4608,318.125653852361,2879.95422083409,65.3287528725956,1153.87496740007,161.315985823025,2053.84073967691,201.742322124521,2420.31846972384,25.9859815050323,885.170340567118,205.360120853572,4912.19127600483,114.876570076855,2865.513648009,132.157814770103,3238.4942085223,105.609349897569,3677.08946346767,39.4007917588715,997.807864282472,80.2247985026195,1918.58013829129,180.86374183857,4403.42559165582,64.1672350306862,1282.03982051168,51.9331171575977,1746.06408865717,67.7353571110244,3121.21662987332,91.7019942614587,2090.29961899631,108.015796190564,2662.89285485469,126.821207882264,3753.8547638677,1337.20724785066,450.536105549813,11548.0582105619,4701.80121044883,331.946965556459,2221.40264122279 -4609,320.161771631163,2783.45756188436,67.3518327859099,1115.21286701168,171.977600105204,1985.02410087067,208.136977165817,2339.22251193635,28.2707112643165,855.511542573661,223.811037886224,4747.60183814939,125.197844015894,2769.50083946941,144.01002148356,3129.98419510273,113.954186663405,3553.88373841934,40.309465313346,964.374997717969,83.6405423323769,1854.29558406709,188.435275209537,4255.88301807787,64.8350086645396,1239.08338793198,55.1902476188864,1687.55991187247,73.6079359479265,3016.6361561761,99.7022381573449,2020.26137742363,110.506890736697,2573.66912283295,129.745998796477,3628.07691633273,1511.88199231563,493.733297858692,12137.5148411315,4788.72825594889,376.206560963987,2246.0778846619 -4610,366.369425533705,2757.27025359705,71.9082189622545,1104.7207281861,206.510182547735,1966.34860935282,243.245188636796,2317.21465310942,34.1187445266127,847.462724148864,270.449860403479,4702.93547978146,151.287174022792,2743.44483873195,174.04452326952,3100.53669707941,136.730077740735,3520.44811132385,47.280835014613,955.301970805094,98.3613104466787,1836.85001177573,221.579281585215,4215.8428456839,74.5578984586629,1227.42585123453,65.2575206963584,1671.68302110514,88.7627773200346,2988.25505847438,120.272602573814,2001.25436677758,129.61863989721,2549.45554484559,152.185078993626,3593.94326543784,1873.99923095293,600.907451448213,14336.9308493283,5540.18203990347,467.055204168913,2593.51412227182 -4611,529.69643922087,2751.94181733072,100.257742127848,1102.58585077082,266.0533860932,1962.54863246313,334.872679077892,2312.73662612662,42.8548114896573,845.824998899473,338.577999874022,4693.8470373497,189.397431046229,2738.14312013752,217.885271535051,3094.54489697921,174.436482655751,3513.64483066407,65.2310632395296,953.455845761716,133.034296982278,1833.30029146603,299.902927652757,4207.69571179931,106.853996231559,1225.05384565713,86.0617341063084,1668.45248669386,111.725092693899,2982.48024310914,151.244940259619,1997.38693436606,178.828518860622,2544.52871137078,209.962334820818,3586.99795508617,2191.90743076485,741.38827328589,19102.0707693164,7808.14977718574,543.927133034619,3691.37552861326 -4612,766.245566250041,2737.97091928584,143.155117257721,1096.98830709826,375.858973702837,1952.58527979353,479.512972828069,2300.99545943305,60.3206034712219,841.53096377525,476.221890726234,4670.01758790999,266.394162482755,2724.24227451541,306.439202272955,3078.83469156035,246.317139041354,3495.80696309507,93.3377217702333,948.615396618661,189.882918127966,1823.99309925127,428.097309897693,4186.33432711332,154.156021100829,1218.83456359622,122.524871971069,1659.98218421961,157.331972848629,2967.33896100246,212.940496552537,1987.24671663309,255.881871443738,2531.61079611001,300.430577342761,3568.78769264453,3035.15599943454,1038.73067030787,27208.4500535418,11232.7181408871,752.413121927975,5317.98895727832 -4613,833.38496049771,2872.1565133757,133.827505997228,1150.75075821151,406.668605359555,2048.2798008473,521.418892532894,2413.7652629935,64.6622950049722,882.773670746237,510.36151503655,4898.89112342849,285.491555531515,2857.75503956183,328.50488062104,3229.7257252384,264.357923252919,3667.13344828971,101.990963224599,995.106219315661,205.971627429604,1913.38542840817,464.494914576765,4391.50296304938,168.233990719642,1278.56859468523,131.199840744139,1741.33647984017,168.685023367801,3112.76568505691,228.288961607513,2084.63996482145,279.604409078076,2655.68285848565,328.283178378183,3743.69090047077,3233.67099363266,1114.97544672231,29380.9151879313,12208.2511008276,801.331622115242,5801.37789937536 -4614,776.247604078692,3113.30069515841,137.329521973963,1247.36695887204,375.62376248733,2220.25189022932,485.317064414871,2616.42324721177,58.3840283167329,956.890709124912,460.558437229612,5310.19847597012,257.632170106771,3097.690084028,296.64723248825,3500.89115921394,239.164777443162,3975.02331806443,96.2926365598564,1078.65461715758,190.66239824671,2074.03188392677,430.286579471429,4760.21037293084,157.634158443647,1385.91628837205,118.010571877881,1887.53783017882,152.359335995284,3374.11123872319,206.163164259721,2259.66482725055,263.982659763672,2878.65206890352,309.941702527823,4058.00847851264,2883.82426825638,1010.9999402841,27035.3496428171,11398.3593186611,713.977157495121,5448.3444414672 -4615,701.577901833635,3389.14468868277,121.730634060457,1357.88589585127,336.914604803321,2416.97016706756,436.775664814957,2848.24301276903,52.6078755380089,1041.67293237172,414.921758824986,5780.69153059106,232.103430334738,3372.15094956787,267.191042689433,3811.07635904173,215.677362406354,4327.21747268383,86.3199304238732,1174.22533979704,171.619060150472,2257.79480745321,387.249985255977,5181.9735008315,142.031227765555,1508.71094301929,106.957085018195,2054.77704796929,137.300912240413,3673.0635115095,185.778000032426,2459.87516059376,236.642859080347,3133.70577569399,277.842077582203,4417.55526633478,2588.05477074392,907.949090377586,24346.7650024085,10272.7291520451,640.59940721422,4904.66926927742 -4616,690.504824206257,3594.87426903108,126.086672564167,1440.31297441395,332.788251617637,2563.68631637968,430.310601729534,3021.13850516381,51.9818399815528,1104.90509119711,410.031367718825,6131.59400066935,229.367790356173,3576.84896734279,264.039752680145,4042.41824970787,212.952093375241,4589.89042309042,85.118414644703,1245.50376210739,169.149167000689,2394.84861332966,381.683640653128,5496.53228531244,139.754477382148,1600.29348011507,105.42788060015,2179.50716681008,135.657139304446,3896.02767628501,183.559792823632,2609.19575059043,233.348948533654,3323.92957355112,273.974701430564,4685.71194732373,2564.1088087227,897.910176320663,24033.4046624416,10120.3241886304,634.775776239545,4830.08697787857 -4617,626.152180891294,3720.54735966661,109.215197062377,1490.66482803409,292.493979013387,2653.31014149508,385.55239428956,3126.75438621221,45.2158354805126,1143.53143172476,356.2623193321,6345.94819247648,199.289877325688,3701.89191205296,229.434957274022,4183.73701555701,186.224922264704,4750.34825053585,76.3897211118476,1289.04528691972,150.77439478716,2478.57004677008,340.30808032106,5688.68537562328,126.55182289063,1656.2380869411,93.0785652869126,2255.70048574614,118.083471837731,4032.22877892115,159.730402393177,2700.41053851073,209.419561849629,3440.13071754151,245.879239190986,4849.5195962646,2172.71096325885,776.84781344825,21297.8316436877,9120.95724765445,536.93877586501,4366.58290249068 -4618,599.934080235998,3773.83170972353,108.792408899979,1512.01359713607,281.233033129042,2691.30990140182,369.897990762995,3171.53464544586,43.7270835095571,1159.90868034406,344.598766241148,6436.83259529223,192.765392589174,3754.90908545413,221.894420798696,4243.65500238328,179.952386691061,4818.38104103808,73.0094323575304,1307.50653298583,144.870271837339,2514.06724146902,326.916748294319,5770.15669519426,121.19302007175,1679.95813710331,90.0232495864086,2288.005822216,114.181577680421,4089.9769189112,154.460711453176,2739.08485347612,200.152626723398,3489.39904063349,234.998942535099,4918.97268334973,2110.77639764036,750.886325911732,20501.8329776016,8742.92717047911,521.797335330855,4178.02920565313 -4619,573.321943295492,3702.80756936834,104.556925694035,1483.55724979413,257.491713907779,2640.65900149975,347.92174596289,3111.84583600078,39.3962330455576,1138.07900609025,309.960832830551,6315.69033542066,173.389249995271,3684.24107203448,199.624121848289,4163.78870952987,163.380016521702,4727.69830856177,68.8809157751429,1282.89904260018,135.269011914735,2466.75207790187,305.369648031433,5661.56138662897,115.659676454012,1648.34104559045,82.7961742178904,2244.9451721526,102.979136195299,4013.00287314499,139.242601214012,2687.53482103116,188.834453005934,3423.72797041097,221.710289277961,4826.39679943699,1828.35199985319,671.653947779346,19014.5819208964,8291.9050721837,450.749037439824,3979.01525863175 -4620,544.669419378875,3583.9574735468,103.747000340339,1435.93907952965,255.683986853267,2555.90099842215,335.929696334903,3011.96401150358,39.8443775951787,1101.54975189803,314.024254865568,6112.9737784617,175.662291052207,3565.98691049952,202.194357517109,4030.14236744013,163.878547347965,4575.95199540304,66.2208056207834,1241.72145740679,131.643763064546,2387.57601613405,297.048934282319,5479.84059755346,109.976429157592,1595.4337617133,81.9829756041936,2172.8885114091,104.037940208552,3884.1963480771,140.741759405193,2601.27223108572,181.541860561696,3313.835573972,213.14806583483,4671.4825319954,1926.7950479437,684.124514908921,18659.3347406669,7939.94580147077,476.373013728393,3790.92367183292 -4621,529.447443036565,3466.53695711081,102.708722155356,1388.89368082347,244.871603733362,2472.1625005719,324.816178314437,2913.28360797541,37.8672450792472,1065.45988707611,298.267687936136,5912.69558227085,166.848211875023,3449.15516019963,192.073751613735,3898.10358026471,156.194736381134,4426.0309512912,64.1928015609085,1201.03917368145,126.90937343965,2309.35231763486,286.425345474322,5300.30562324058,106.922381952211,1543.16286909738,78.4771713199216,2101.69857875764,98.9119433226086,3756.93916255066,133.785441705798,2516.04724417693,175.982163321456,3205.26500990929,206.620432429962,4518.43163909912,1806.05313874099,648.988475311532,17937.5409528622,7701.63201484449,446.090132660084,3684.17296660544 -4622,505.440693857419,3391.74392450224,93.8175014417237,1358.92729891412,233.692980468505,2418.82381334409,310.139343860917,2850.42741501248,36.2529646309129,1042.47182231202,285.562534994606,5785.12491478317,159.741065725331,3374.7371523836,183.879205050639,3813.99918680302,149.520762414664,4330.53614440982,61.116994252987,1175.12588811931,121.248645398678,2259.52637741425,273.613797632645,5185.94771036698,102.066689496549,1509.86801829477,75.1410732812879,2056.35291757495,94.6932332608874,3675.88049311497,128.080592485672,2461.76171198538,167.549952686524,3136.109107817,196.720184729587,4420.94322080042,1730.45156842235,620.755856755668,17132.1129514668,7347.28358554616,427.454513541125,3512.76093794611 -4623,504.172065511091,3343.982948198,89.521740586897,1339.79151037367,228.520119487639,2384.76305008933,306.836830108544,2810.28900855971,35.2359675456059,1027.79221408936,277.346915514185,5703.66144934406,155.145323460257,3327.21565761401,178.58853005069,3760.29220631156,145.821546825549,4269.5555283074,60.5418325783047,1158.57830641908,119.579798804418,2227.70876730787,269.892501622388,5112.92158244483,101.615464506691,1488.60675204075,73.796175350522,2027.39630258408,92.0797290882388,3624.11843647485,124.519870398671,2427.09631701159,165.973168478498,3091.9478633009,194.868884411635,4358.68953387386,1652.29442128707,600.969869402289,16844.4333813047,7297.39873089857,407.654168227231,3495.45671414077 -4624,520.977892893856,3354.24993315162,92.2078746379237,1343.90505386091,232.229443676892,2392.08495535395,315.298421417451,2818.91740033478,35.6246795118436,1030.94783041904,280.227492483023,5721.17332281594,156.75669182451,3337.43116218546,180.454359431403,3771.83737986702,147.901471370508,4282.66428605134,62.1908843185784,1162.13547349316,122.560102381557,2234.54847096346,276.642607756624,5128.61971541058,105.003833717833,1493.17720092217,75.2917911961937,2033.62098962827,93.1330311043949,3635.2455175736,125.921767408319,2434.54819752468,170.49398211532,3101.44102839224,200.176765909086,4372.07195853183,1644.66229222447,605.640198328613,17209.9013203299,7519.37916756216,405.324715837361,3606.34797552837 -4625,562.579330238996,3348.79153856106,99.7178213790439,1341.71810768146,249.2998842863,2388.19229862274,339.47818988084,2814.33015615326,38.1987740247148,1029.27016173815,300.410071244217,5711.86321708759,168.046641468848,3332.0001368996,193.441673435941,3765.69944227707,158.703569516647,4275.69507623154,66.9882518294113,1160.24432223477,131.851213912097,2230.91217446518,297.628399839808,5120.27387634982,113.233892769592,1490.74734312424,80.9392301766958,2030.31166383853,99.8761725621933,3629.32985688523,135.030695402472,2430.58644005977,183.645785624057,3096.39403151672,215.618281554313,4364.95725497556,1754.00930406965,648.493806557316,18516.951863101,8107.65661322578,432.113418320865,3889.80788699706 -4626,586.998548407541,3293.6227360743,101.056643188224,1319.61431877038,253.069821302351,2348.84864055803,350.472692608892,2767.9661998635,38.4057385910663,1012.3137159264,301.701419589759,5617.76459971283,168.769009901889,3277.1079600287,194.280486932394,3703.6623980588,160.325175564156,4205.25624047899,69.2820300911534,1141.13017639658,135.514460996464,2194.15958724046,305.970122545848,5035.92124498721,117.920796867796,1466.18841051125,82.4763167104333,1996.86381798754,100.48776984902,3569.53939822926,135.81534133412,2390.54437064619,189.934092893185,3045.38328666178,223.001375060365,4293.04789248166,1714.88715832077,648.377794267326,18955.2221887928,8414.21759238611,421.63088256645,4047.15361050409 -4627,619.637286446806,3167.81968711452,109.023339822408,1269.21039638606,267.424451761679,2259.13213560111,370.541823756513,2662.24110161637,40.5904784055245,973.647431967258,318.876378123423,5403.18874460912,178.376524347045,3151.93570862708,205.354467384394,3562.19749471993,169.500446694417,4044.63248387353,73.1649720575152,1097.54362536924,143.300016027476,2110.35157761147,323.532304909541,4843.56944950021,124.679407588213,1410.18595146469,87.1701167967631,1920.59170767301,106.201486656227,3433.19745027,143.539338641894,2299.2352576725,200.579032990458,2929.06197927069,235.499585586803,4129.07085033619,1814.27332229229,685.582161569779,20032.6468358128,8889.79813866824,446.090132660084,4274.88826838118 -4628,598.305090185405,3102.70880809104,102.679872376486,1243.12324094897,251.91740216142,2212.69828086579,354.676121519307,2607.52180714271,37.6525677267934,953.635232279186,295.451820486289,5292.13243350584,165.27304142282,3087.15130645641,190.31619227756,3488.98063484628,158.036077991186,3961.49972937266,70.4187518082503,1074.98488236216,136.45723120994,2066.97573560071,308.20870425817,4744.0154673872,120.378710869131,1381.20120613341,81.8042753357099,1881.11616086697,98.5868744225521,3362.63203748545,133.204391653373,2251.9771295291,193.050372943361,2868.85848948233,226.660195473683,4044.20256262739,1633.20328507479,633.673347042894,18978.1716434736,8550.92070586556,400.665811057621,4127.32508042031 -4629,503.380266081298,3057.8069905579,88.9393676747603,1225.13299552512,209.738607432467,2180.67652806571,297.411401682609,2569.78624262803,31.1120816479579,939.834402797118,244.000330449129,5215.54568960296,136.491549299396,3042.47463415696,157.197278724944,3438.48876418346,130.889472171617,3904.16965136405,59.2000706585718,1059.42790359804,114.159385205796,2037.06285203157,257.89413090998,4675.36096899034,101.329773165136,1361.21272240183,67.9133002959215,1853.89300206018,81.4888848899443,3313.96865992823,110.086406091154,2219.38694062861,162.294778385601,2827.34090971873,190.550091317517,3985.67562479146,1330.81668746082,522.897133560672,15839.1515249841,7186.74906506359,326.123334581785,3473.99564448457 -4630,401.362203123585,2885.54258005205,78.3408580664191,1156.11398486909,183.810689852168,2057.82608074475,244.935056147452,2425.01493640127,28.918750326362,886.887954616807,227.768332421169,4921.72305578071,127.411518321639,2871.07398625784,146.588063109145,3244.77829068984,119.42538172136,3684.22461049527,47.7282357340098,999.744043939694,95.932497583217,1922.30301517719,216.379084701985,4411.97014553021,80.6257257796268,1284.52753333604,60.622121576593,1749.45220964687,75.5409882692126,3127.27314271598,102.172671836128,2094.3557060895,130.845172227261,2668.060020959,153.625149030506,3761.13886884435,1376.9998180677,492.090058017669,13600.1594632361,5812.33811827376,340.100048921004,2767.33736881114 -4631,345.849321322718,2700.99678014164,67.7377471112025,1082.17434467795,171.055397068158,1926.21715465478,196.896547113214,2269.92232944179,30.4948490744777,830.166751420176,248.617661383017,4606.95268138195,139.074441919395,2687.45352989765,159.753027549991,3037.25745584689,125.434407272231,3448.59884552001,41.6379520415538,935.805093404024,84.5184794447048,1799.36151015193,190.565246066447,4129.801181774,74.7558427394066,1202.37516352344,57.7241916661704,1637.56543325125,77.8906657273269,2927.26738724713,109.029285791753,1960.41051611062,114.148887388799,2497.42338777233,134.022062398395,3520.5940278417,1623.86684112567,520.278085334549,12884.0151611708,5083.22824113416,395.578759929505,2350.19525422364 -4632,366.167967603229,2561.61271441285,72.3820336061469,1026.32908743899,191.264626364248,1826.81534104793,213.495666158905,2152.78372139444,34.3642572957543,787.326264568601,280.469473649067,4369.21237747922,156.89205387174,2548.76835921979,180.238302803531,2880.52076664624,140.360106995744,3270.6350168734,45.2462133073906,887.513174062484,92.2706806361741,1706.50604107295,208.008854147202,3916.68412676698,79.4155377729859,1140.32698188347,63.5972577800753,1553.05939841936,87.7100163248171,2776.20669998174,122.79044887299,1859.24416513902,124.040800624405,2368.54466115066,145.636145051574,3338.91491108417,1886.97283640323,591.922176696178,14159.6259695133,5451.2245096186,460.524526485096,2510.58255418479 -4633,383.448716558529,2467.13045991405,77.9682105209572,988.474073098482,215.516351055604,1759.43527574608,231.439818640161,2073.3806725646,39.5298346955436,758.286605261785,323.078385639617,4208.05880672842,180.727088852418,2454.75985456982,207.598972790659,2774.27594102055,160.033273020975,3150.00125818761,48.5807859376804,854.778231301229,101.209991813224,1643.56345136405,227.984878195471,3772.22156051937,83.5598062146689,1098.26728116917,71.3438244685974,1495.77651857277,100.800323922982,2673.8093834424,141.140334930833,1790.66799849303,133.182406707356,2281.18350846451,156.369293038359,3215.76272394678,2254.47835669367,686.898379820733,15684.2318922266,5809.59791970551,551.448599662922,2649.74956602311 -4634,455.380385252377,2425.34773040679,93.8152914532046,971.733513370379,271.112500929544,1729.63790207392,282.568714105118,2038.2663949798,50.098328848927,745.444445257917,409.849651934553,4136.79213245685,229.266140211348,2413.18663066648,263.383158946307,2727.29146934158,201.584750265255,3096.65359268841,59.3621435861586,840.301912270902,124.476409829049,1615.72845510741,280.329726144057,3708.33612127505,99.7234280101987,1079.6672900129,88.6092225186981,1470.44440634997,127.667091903954,2628.52638927668,178.78020577081,1760.34167492238,162.739095251652,2242.549931911,191.071763180544,3161.30133804225,2930.97037367279,877.778596962898,19413.1910687825,7004.54813695846,717.945928469072,3179.37261363183 -4635,642.144556081466,2407.54296094641,128.726298157425,964.599900748328,345.608286982046,1716.94042215783,379.693282582216,2023.30323616901,62.7001065224649,739.972047907655,512.040643443467,4106.42344375274,286.430844578013,2395.47113730227,329.030899184795,2707.27009456957,255.187561587883,3073.92068613433,80.0698480246406,834.13315484386,164.931616081358,1603.86719814491,371.675336482325,3681.11277969267,139.519944382611,1071.74132255198,114.912713260239,1459.64969706719,159.969761934724,2609.23006083896,223.967357352188,1747.41879491612,219.508492067082,2226.08710308011,257.724639230069,3138.09384461234,3499.58590148592,1083.7308313002,25416.9130510004,9627.14685435043,854.922454295408,4414.66669266115 -4636,745.055996137038,2383.56500089953,139.900929146917,954.992953642275,323.665513480206,1699.84052840176,401.758467381585,2003.15211739499,55.477426449112,732.602285254049,450.890717123699,4065.52545818527,252.224136056079,2371.61340676313,289.781442029827,2680.3069976626,232.658780246433,3043.30592718921,85.8838556331395,825.825593240574,169.04396817269,1587.89345885076,381.583700448446,3644.45068203074,160.201046111714,1061.06729885662,110.756961612675,1445.11229412716,141.995970290182,2583.24339511097,198.687251751983,1730.01535135174,235.447376359898,2203.91635535748,276.438462852166,3106.83995213772,2691.98989274507,926.349966629481,25281.6892287311,10656.8219605809,651.819329794289,4998.10525712092 -4637,822.869832320728,2429.70145402871,153.312898121272,973.477864952763,361.211029559754,1732.7427621718,446.346726019445,2041.92527178345,61.6098310618482,746.782587021862,500.828965392163,4144.21805716044,280.159134598556,2417.51852398895,321.970056978953,2732.18720991727,258.052258103826,3102.21237245692,95.8042449764923,841.810331966407,187.804509347596,1618.62883720661,423.997279081945,3714.99292778852,177.641774626397,1081.60539271273,121.996487214713,1473.08399013681,157.671627845403,2633.24483739377,220.626532847303,1763.50165113391,262.643752513973,2246.57551656819,308.369693241796,3166.97616649628,3007.80640108796,1033.08386432991,28049.31139373,11808.4537985822,728.573417541805,5545.75692982385 -4638,736.134418669825,2586.04554120087,130.824736155476,1036.11828027045,305.332155074805,1844.23962323953,391.376966943401,2173.31711095835,49.8803749830761,794.835833107056,404.733290792401,4410.88620608664,226.404094665007,2573.07867572205,260.425995048499,2907.99535894302,211.173296219456,3301.83054397414,85.6492707816418,895.978331785954,162.540568773438,1722.78280542521,367.419047084027,3954.04171182043,159.628320716883,1151.20349396248,100.517594893178,1567.87257882699,127.810034985742,2802.68633800303,178.802091373282,1876.97775554005,234.804270767913,2391.13599243192,275.683393400773,3370.76169620646,2295.94912895898,832.445937828223,23917.6478158098,10471.7838229505,553.810263901307,4978.41274824366 -4639,670.834132089054,2810.0347577507,120.514935440523,1125.86121718059,278.602411373349,2003.97764090327,356.369082413343,2361.55803295381,45.9339309413456,863.68019516756,372.763026180167,4792.93320790898,208.520221555478,2795.94477282428,239.778791402558,3159.87011977099,194.305201316371,3587.81716909044,77.5917945408876,973.583107643525,148.26347039848,1872.00089332227,335.056279959818,4296.51932527528,145.04623603157,1250.91448690282,92.7598179760431,1703.67318441816,117.687150420797,3045.43980350957,164.64324350224,2039.55137237963,212.715001172572,2598.24320267858,249.748410276862,3662.71876327299,2123.85388138574,764.997736166413,21878.0273143705,9535.24037369059,512.481139729568,4522.16935360657 -4640,658.332816698731,3031.48972394634,118.049382874949,1214.58878793537,273.606351285605,2161.90835670634,349.678719657601,2547.66916660237,45.072729788625,931.745640940827,365.777554200929,5170.65766793845,204.61261253184,3016.28932672805,235.286547627948,3408.89512867039,190.602389519592,3870.56809510854,76.2268751137001,1050.30985047016,145.462078228338,2019.53070355164,328.742483629692,4635.1220914202,142.287503008233,1349.49733348385,90.903556182576,1837.93731991439,115.479968890096,3285.44671690338,161.555594874556,2200.28560492917,208.973125639565,2803.00716833067,245.35507900887,3951.37258069197,2084.65714650847,750.921365331148,21469.6174450169,9357.72160424152,503.034482776027,4439.12799594768 -4641,607.363643294968,3207.5880058677,108.696692883703,1285.14386754089,248.542367936998,2287.49293127379,320.629718480374,2695.66246494635,40.7493716905338,985.870451347177,330.542264099543,5471.0195410251,184.902314078148,3191.50462236926,212.622611242418,3606.91677151716,172.843669396562,4095.4081749624,69.9322011425204,1111.32201841249,133.087159543621,2136.84460515376,300.807262047987,4904.37487177674,131.156480029047,1427.88920794965,82.8680591107027,1944.70251913622,104.434614713903,3476.29728044666,146.095245901583,2328.09950174157,191.716512500467,2965.83297066053,225.094111637058,4180.90656762734,1856.68644147989,676.579645073578,19602.2813920853,8607.14186718573,447.535373173978,4088.06294622082 -4642,582.865152100775,3376.21348244441,105.108359110526,1352.70491239369,240.01272908365,2407.74827111054,308.465008199345,2837.37560485397,39.6455902446902,1037.69845244869,321.668679699698,5758.63543052781,179.938512265484,3359.28458256344,206.883175635592,3796.53528189224,167.926369611603,4310.70707058612,66.9895539079668,1169.74510910936,128.284973334674,2249.18024154325,289.882813485589,5162.20179610472,125.819735993461,1502.95448994622,80.5319716540995,2046.93709180871,101.589058753013,3659.04901931254,142.118798507514,2450.48956158748,183.649355223692,3121.74919095119,215.62247261667,4400.70018239308,1821.27248525848,658.279719184095,18929.2924899156,8267.34362157878,439.26954833963,3918.86681224892 -4643,572.8646151552,3356.91415443636,103.033365846658,1344.97249383125,232.833482643067,2393.98494604635,301.656660903065,2821.15641647477,38.2653973266328,1031.76669401239,310.346900819982,5725.7175494073,173.605212891368,3340.08202461844,199.609539625082,3774.83328346105,162.518998661842,4286.06593040512,65.5824251797983,1163.05853710676,125.198955139325,2236.32333321784,282.943726266701,5132.69328717161,123.612279777495,1494.36320511382,78.2596688713601,2035.23625874466,98.0782722574868,3638.13292867181,137.200790684977,2436.48191601788,179.791764471559,3103.90444804369,211.093280258195,4375.54461781556,1734.83316301248,633.685580063438,18436.1008905226,8105.98194679164,418.014570194164,3847.40108643032 -4644,529.143779812961,3262.62684372707,95.5514235742673,1307.1955851624,218.248692745331,2326.74390500188,280.158579259883,2741.9171987402,36.143605154263,1002.78695179012,293.275967877764,5564.89648435232,164.055889408976,3246.26748627718,188.609320871785,3668.80767115783,152.985691957843,4165.68107350715,60.7581938882585,1130.39113585185,116.584464009882,2173.51061199085,263.423028953433,4988.52878832571,114.169466502182,1452.39028553621,73.3656084284734,1978.07156978725,92.6110637124073,3535.94688694833,129.5600807568,2368.04724152686,166.566314913283,3016.72354628668,195.565296880583,4252.64652870086,1664.29787757329,600.024534154656,17215.2130296654,7505.87606285572,401.482920525468,3555.57105053578 -4645,518.032043299029,3167.4297995355,93.1608339479635,1269.05418504274,211.89670496216,2258.85408708635,273.46471239382,2661.91343942584,34.8933785500114,973.527597798156,283.05221031095,5402.52373321747,158.336813097123,3151.54777600968,182.053528546191,3561.75906807498,147.981821193924,4044.13468029791,59.4408961814801,1097.40854235656,113.600331643569,2110.09184064765,256.72032216015,4842.97331469678,111.817138490603,1410.0123891913,71.1375306821858,1920.35532589464,89.4241876933184,3432.77490063826,125.097525234731,2298.95227336255,162.954992544726,2928.70147741241,191.325247915665,4128.56265429082,1591.96675605249,578.670747848761,16742.6138018711,7338.95513645403,383.77043873758,3481.62549515187 -4646,497.811422916775,3088.99783299779,90.0744102939161,1237.62983733016,205.234058309922,2202.92029237434,263.680427531445,2595.99908014377,34.0191925122341,949.421085955261,276.03769988216,5268.74632141025,154.412960230858,3073.50908048872,177.524040280511,3473.56271149476,144.039871478998,3943.99372817148,57.1047445981152,1070.23448783295,109.745963799271,2057.84169996215,247.956372633166,4723.05150269102,107.477746409816,1375.09763131947,69.094033148735,1872.80344497114,87.1677443445539,3347.7724528562,121.945020807576,2242.0255664778,156.550520400021,2856.18090685105,183.805765378066,4026.33109481074,1566.40643311399,564.604102193983,16199.8608532759,7062.11038533448,377.866278141617,3344.42357577807 -4647,514.355125653834,3085.42388453392,93.8957673383384,1236.19790843441,216.48211519933,2200.37152930599,274.41411899259,2592.99552772117,36.2042795933534,948.32261252952,293.949905187261,5262.65041948996,164.432883765232,3069.95305240104,189.018135004545,3469.54382420896,152.724970859628,3939.43055555422,59.3257649382227,1068.9962341628,114.601429952506,2055.4607917906,258.87535281809,4717.58696578442,110.9799380122,1373.50665316641,72.9098600443516,1870.63662474103,92.728480393906,3343.89910400258,129.734004024838,2239.43155888619,162.63936454966,2852.87632591042,190.954669491143,4021.67265844746,1701.00310008466,603.078886414133,16987.4226843253,7323.03605659418,410.929577479008,3459.43824136754 -4648,536.322263162925,3145.72617319434,97.9316915641723,1260.35846656371,224.29765824265,2243.37613550791,285.577118788137,2643.67367460129,37.4666175927754,966.856864568799,304.146922852498,5365.50496284971,170.137002021136,3129.95297528612,195.578077216927,3537.3534481171,158.263632440957,4016.42376213095,61.6830211720781,1089.8889613542,119.175541561006,2095.63322664406,269.206116127735,4809.78865399244,115.761585320219,1400.35080741421,75.7541891085837,1907.19681029263,95.9725812901334,3409.25309637675,134.269965339362,2283.19956398141,169.101694303928,2908.63364748295,198.542082573984,4100.27322505455,1750.57613289379,623.206894447281,17644.2955033486,7627.72850728056,422.737898670934,3604.47210850897 -4649,572.528615348203,3216.29544680838,103.962223145647,1288.63256818026,234.751636017879,2293.70264697445,302.303315929437,2702.98021325648,38.9706623954341,988.546732937757,316.176274587214,5485.87137968133,176.86611116749,3200.16840274266,203.309450732636,3616.70824558069,165.146519349562,4106.52572645163,65.3973507175899,1114.33885561967,125.792510132115,2142.6453651531,284.20183438928,4917.68847516621,123.354566481547,1431.76541054341,79.5073594139127,1949.98168288842,99.8630196756246,3485.73416984966,139.703275413255,2334.41944958972,179.284389759083,2973.88413414683,210.497572258491,4192.25621631961,1787.19027439254,645.422419313502,18580.5634700758,8108.99335139663,431.003723505282,3838.64298938143 -4650,618.132060868777,3187.63886102584,112.76900498769,1277.15109505599,256.9979899851,2273.2661890216,327.92955065456,2678.89716938482,42.92060039671,979.738968004161,348.369652603963,5436.99330041786,194.874791871319,3171.65550588091,223.989478971621,3584.48405728581,181.38018926866,4069.93735679017,70.8648745418711,1104.41030659954,136.766732731761,2123.55479908927,308.95585822239,4873.87279841293,133.106222949064,1419.008650791,86.9731345279203,1932.6077138939,109.954052004267,3454.67693586559,153.82792331236,2313.62021260545,194.273401723231,2947.38738743717,228.096151996784,4154.90400416368,1995.72931263081,712.62332892041,20259.0055493938,8775.15823825864,481.779504630562,4147.27295222874 -4651,655.833423351709,3069.69849868658,120.036380078669,1229.89741624232,274.596482927958,2189.15696281505,349.271940815668,2579.7798864674,45.9651416507772,943.489325581646,373.155773186044,5235.82842953878,208.739920632181,3054.30651627218,239.938072211438,3451.8607059757,194.099112701439,3919.3525799427,75.3599493619235,1063.54791364651,145.827558620681,2044.98478743768,329.390706777164,4693.54298412045,141.474692984718,1366.50634368116,92.8861614858152,1861.1026080856,117.737895702471,3326.85635538429,164.721655143275,2228.01791633331,206.596481132284,2838.33615811547,242.564663738603,4001.17552201743,2151.27572453018,764.397452004543,21605.3436421669,9327.42297405397,519.566132444723,4405.14201548134 -4652,622.362120758415,2960.5955419154,111.726085386799,1186.18450935759,249.003453443201,2111.35013664579,325.686774832763,2488.08957435601,40.7744679707609,909.955910118514,330.544562647518,5049.73707136346,184.903599864826,2945.75061999984,212.592895745929,3329.17497330673,173.663597343376,3780.05129179226,70.7858683593376,1025.74738629951,134.905213386255,1972.30211617306,304.899406038262,4526.72548803108,134.140896053053,1317.93809419152,84.0987643212456,1794.95546122946,104.541101409104,3208.61351646029,146.233507493508,2148.82989753761,194.056809230304,2737.45626150886,227.841851028408,3858.96608998383,1820.22012058799,672.58302455927,19828.2151443379,8778.53782856575,438.088716220437,4170.48215301668 -4653,528.542826646217,2962.22006509046,94.6198547908001,1186.83538658755,211.796290307051,2112.50866613051,276.828747242458,2489.45482642032,34.6031087028546,910.455216573361,280.519199030398,5052.50793782741,156.919869794469,2947.36699754361,180.434767072285,3331.00174154352,147.363949765567,3782.12546262697,60.2668294803272,1026.31022927391,114.635547336297,1973.38434792359,259.107499260079,4529.20937019544,114.009315025786,1318.66126658944,71.2532204595313,1795.94038021069,88.7176583996943,3210.37413081761,124.099658999778,2150.00899272923,165.219257776279,2738.95834481425,193.983718822316,3861.08356255183,1545.43219051449,571.390417228588,16841.0023049154,7459.41800662201,371.962117545654,3545.88000126589 -4654,407.149163251255,2873.91100117815,76.1013128665162,1151.45370673104,172.222442873904,2049.53101466864,217.472357597913,2415.2397375537,29.3294022364185,883.312922569888,238.206724505166,4901.88366393997,133.250659215903,2859.50073006858,153.098286658087,3231.69863805279,123.579568006218,3669.37355633222,46.4428405578773,995.714090688896,91.179379841021,1914.55424054633,205.83953392101,4394.18556002737,87.5627376091129,1279.34962210958,59.2877176256314,1742.40019402135,75.1043638482073,3114.66715156853,105.080570816863,2085.91338964136,127.321309452645,2657.30511101983,149.487786262752,3745.97777445916,1392.01487615075,487.030218738869,13575.5434267076,5794.78019067747,336.537153969878,2723.31312135537 -4655,339.750550406044,2852.14238937172,70.580699456051,1142.73195134452,164.552942096813,2034.00671867434,180.961545578217,2396.94535883261,32.6125881774914,876.622215687474,273.150862645578,4864.75405117296,152.798089930187,2837.84126972776,174.702579984141,3207.21994226218,133.630868229645,3641.57966553747,39.0369250320251,988.171994395199,87.5552978081579,1900.0523342494,196.724334995419,4360.90153709748,76.3414405293882,1269.65911141631,59.7781007073835,1729.20227890862,81.777175465336,3091.07491781427,112.681198141601,2070.11351315864,107.018269175165,2637.17719356194,125.650012691842,3717.60364040481,1733.74654354381,533.805671585751,13228.5152629616,5178.95221628246,402.326310003503,2332.76066521053 -4656,344.751851454585,2698.85241106331,69.4471183743528,1081.3151873405,163.80100062459,1924.68789681376,179.784834114554,2268.12019798823,32.2688203454088,829.507667364732,270.27712994535,4603.29514022978,151.190550187088,2685.31991304505,172.894877017647,3034.8461234754,132.17868877221,3445.86094194965,39.0264103851269,935.062141201938,86.8957872670342,1797.93296524901,195.290125104453,4126.52245963004,75.8362761435665,1201.42057663161,58.9265543568919,1636.26534111319,80.9140055844361,2924.94337793496,111.492658524465,1958.85411155565,106.989443664162,2495.44063920795,125.616168696314,3517.79896602373,1716.75139620661,529.424963613816,13123.6967384125,5148.42771442612,398.394782544186,2321.73154407547 -4657,349.193090442909,2596.96233038199,71.0279368623434,1040.49217262935,173.077757926345,1852.02493670197,184.880301496368,2182.4915993214,34.6279686823446,798.191170468828,290.289658934905,4429.50641754332,162.385375547182,2583.94072629377,185.693847105587,2920.27123412291,140.864772645047,3315.76896361374,39.7737509380026,899.760634302723,90.0577466324618,1730.05539842176,202.283348997426,3970.73338994195,76.3660800720748,1156.06320955833,62.0432650860187,1574.49123040649,86.7766058251297,2814.51765937976,119.608557647706,1884.90127046987,109.038249823652,2401.22998618296,128.021669382572,3384.991103319,1899.50940002739,572.835974367828,13678.4964971567,5226.75595810647,441.641584596679,2339.9629699879 -4658,382.693181496143,2567.72091953407,82.3212114833497,1028.7763850155,209.238435669973,1831.17141047206,217.840127764027,2157.91706746112,42.0363514970766,789.203656218888,352.650609543799,4379.63083194334,197.269519960936,2554.84593677747,225.633148555854,2887.38941294847,170.029716700253,3278.43389663664,46.9529700294225,889.629462947394,106.655773811593,1710.57523111125,239.539632091475,3926.02352062098,88.3175291193854,1143.04610920174,73.8837298750082,1556.7626925659,105.288198880477,2782.82660777927,145.162215463013,1863.67756159556,128.71981030934,2374.19249251396,151.129764326382,3346.8766053108,2363.87604270715,701.855462716825,16272.9179013279,6082.04485896429,550.413844304467,2716.7517700897 -4659,565.143641638204,2655.83503965687,120.631605774958,1064.07995920035,287.01121512202,1894.01003767655,311.991389475441,2231.96832523248,56.9347400736674,816.28603313781,477.029341525667,4529.92260013495,266.845843062018,2642.51823794379,305.142671967715,2986.47330311672,232.674017288174,3390.93690114358,67.4173326969625,920.158060026064,151.260023849924,1769.2754700066,339.856017392922,4060.74926338733,130.603495792222,1182.27097254491,103.342765017572,1610.18468786605,142.73118529475,2878.32231221248,196.694708315495,1927.63167252845,184.822094765821,2455.66547537924,216.999384610187,3461.72829538078,3064.22467755329,936.486521633898,22942.0141682867,8890.12969315768,711.606470136489,3998.31289473901 -4660,758.186839406346,2885.28265710042,165.965453679324,1156.00984481535,379.235309237081,2057.6407165666,424.439044295955,2424.79649670664,74.4650288925999,886.808065816509,623.339853201279,4921.2797184366,348.690602782764,2870.81536660343,398.686692903702,3244.48600862249,306.477272834189,3683.89274412745,91.9524294447952,999.65398932585,204.410509868609,1922.12985860099,459.418307415131,4411.57272554041,181.354048857115,1284.41182608909,138.115302117255,1749.29462306845,186.797223515195,3126.99144523856,257.336416078978,2094.16705140782,252.084144372551,2667.8196883295,295.971670855368,3760.80007421937,3879.09784283912,1211.70947454336,30746.77667457,12212.6899525805,899.00927903063,5533.64514809312 -4661,735.541620723105,3414.74716560155,177.104694423167,1368.14371766187,405.556278028328,2435.22858581326,457.412436170667,2869.75937831017,78.8866961244253,1049.54199954287,660.195237328209,5824.36037187151,369.307166990893,3397.62505137924,422.364014429361,3839.86621709763,325.265450265444,4359.90639441588,99.6216687137303,1183.0957421909,219.672378673705,2274.85077429883,493.854775472991,5221.11947102032,196.644517330143,1520.10813630665,146.448900639423,2070.29936606906,197.922175577782,3700.81078476363,272.638849637875,2478.45769477488,273.10907683786,3157.37860089392,320.657017118884,4450.92662316161,4073.6963925686,1282.31417122151,32845.788376371,13134.617492762,943.566590236229,5993.13394164197 -4662,736.017521937822,3863.37541553503,152.352571215482,1547.88994540462,346.782445392694,2755.16803832874,402.733932031948,3246.78732948343,65.328630026255,1187.43044857058,546.16004103925,6589.56273500291,305.516922987983,3844.00380412707,349.630433547234,4344.34645455372,271.415736916519,4932.7093226397,89.2968748733941,1338.53043371639,191.456551708918,2573.71984783204,430.836583936524,5907.06826236072,177.029356629335,1719.8193945136,122.639151781513,2342.29454942967,164.024987455109,4187.02196971704,225.860403160149,2804.07657202055,244.804040888519,3572.19386170311,287.424110684409,5035.68775618082,3244.77195996863,1057.38973788663,28276.8608047864,11709.7752837004,749.61123557656,5389.89596925219 -4663,665.783020122049,4141.75366571673,139.819686693225,1659.42425106462,315.150136070337,2953.69362152276,365.749812027246,3480.73688868477,59.7665056774556,1272.99159004194,499.676033891568,7064.37834216767,279.51419528039,4120.98621913695,319.794209020001,4657.38141339793,248.251698396444,5288.13918440509,80.7363280029401,1434.97919157062,174.083288739382,2759.17105322523,391.664521029652,6332.70624720877,160.568385930305,1843.74219832607,112.535636444444,2511.07024113658,150.056344645528,4488.72080144726,206.628202474448,3006.12629422868,221.335621987253,3829.59081891623,259.869870127828,5398.53780186629,2972.18401530555,965.517799767972,25774.0622307201,10640.287936789,686.706796227478,4887.89280384318 -4664,655.23845551929,4267.42675635226,134.395842295579,1709.77610468476,300.592224489071,3043.31744663815,351.643703804255,3586.35276973317,56.696208432533,1311.61793056959,473.864239545538,7278.7325339748,265.075314013295,4246.02916384713,303.281554302007,4798.70017924706,235.992306004864,5448.59701185052,77.8232293803656,1478.52071638295,166.99920014481,2842.89248666565,375.788787409682,6524.8593375196,155.221036199414,1899.6868051521,107.293071723249,2587.26356007264,142.377610180232,4624.9219040834,196.033285018582,3097.34108214898,213.349471124481,3945.79196290662,250.493340634309,5562.34545080717,2787.17610472626,913.505568215326,24693.521276453,10272.2619131288,643.459994174984,4724.49682998732 -4665,611.532038232634,4424.35566858981,124.215706448572,1772.65083449202,275.003093384044,3155.23137598294,323.73690985353,3718.23609689668,51.7433856449112,1359.85092597113,432.372414850262,7546.39818923752,241.865167430735,4402.17120823478,276.719319825222,4975.16596115237,215.804427426347,5648.9618806834,71.6725852474319,1532.89133853769,153.540533441075,2947.43605613093,345.523874894993,6764.8023141192,143.466721413845,1969.54524700602,98.4663707524277,2682.40671760889,129.960088385746,4794.99722230908,178.92179869752,3211.24165844516,196.487710397197,4090.89318572969,230.695968973193,5766.89326636962,2521.87425465157,831.626015441802,22683.325996286,9484.08448751982,581.866063979008,4364.23557034245 -4666,592.597340960846,4534.88821104969,120.285442446486,1816.93651546045,266.272985721872,3234.05771187463,312.142479378117,3811.12783527429,50.4247176954231,1393.82373274186,421.431282013387,7734.92791893191,235.744797965469,4512.14952201374,269.685870536973,5099.45925582353,210.026009473231,5790.08844592853,68.8170287091521,1571.18716953658,148.31444905637,3021.07109486323,333.693353932023,6933.80563460867,137.860626617664,2018.7498905628,95.8332742910149,2749.42059637856,126.631791387991,4914.7894076057,174.35117544353,3291.4672848524,188.659309005237,4193.09492054063,221.504652931195,5910.96608116432,2475.1995756096,810.980239518387,21949.1212030823,9129.80557921779,571.381990754161,4191.75170361615 -4667,568.221465539726,4493.23543986667,113.861094416703,1800.24802449652,244.683984677118,3204.353018044,293.876799941913,3776.1227748882,45.730122362979,1381.02151616949,381.857565054287,7663.88290795691,213.607623276645,4470.70560480183,244.371461511797,5052.6209216343,191.829114300731,5736.90670958935,65.0447433730441,1556.75587672126,138.838175288531,2993.32267479516,312.477547306866,6870.11890054053,131.810976745855,2000.20775162705,88.515990634254,2724.16727553422,114.913052832914,4869.64725876311,158.16601956256,3261.23528633515,178.317729918925,4154.58150738782,209.36261817896,5856.67408846438,2168.19844021192,728.877772818667,20409.8557511262,8667.72601713254,499.303987333338,3999.08827219949 -4668,531.156828926649,4452.29746467957,106.568182743669,1783.84592183714,232.609774383101,3175.15808132212,275.755173316992,3741.71843028382,43.854903094197,1368.43899621957,366.37787672104,7594.05708811693,204.948427449379,4429.972899479,234.447177917185,5006.58637199009,183.176971433138,5684.6376158214,60.8355880412026,1542.5722368238,130.713125821416,2966.05044056045,294.123204758531,6807.52508349117,122.644087226173,1981.98381112783,84.0475642005383,2699.34732255739,110.163433398513,4825.27978652242,151.655295004776,3231.52209391111,166.778488087414,4116.72901625122,195.814409132425,5803.3137912529,2119.76965089878,702.113197121684,19282.9898709159,8096.60346783656,488.819914108491,3724.54348075466 -4669,524.283370366303,4396.67379545167,101.944968743868,1761.55988720064,219.152670710546,3135.49003482189,263.597356985418,3694.97220320417,40.9082839202287,1351.34274452298,341.574650263094,7499.18262770223,191.073729818284,4374.62813664498,218.59590897375,4944.037832382,171.626504847731,5613.61801191322,58.3736890164821,1523.30049486542,124.481674015788,2928.99482827762,280.175156935336,6722.47696473704,118.344030061018,1957.22239013118,79.2572637207914,2665.6236992388,102.800548363583,4764.99635557316,141.491511171975,3191.14987766089,160.029284037826,4065.29768783765,187.890177307085,5730.81153611133,1935.17657296027,651.879735795584,18303.2417190011,7787.13643711479,445.573112055997,3590.48377404148 -4670,485.860226896534,4326.8193115304,97.6690555332135,1733.57217136325,209.2249231794,3085.67327596902,251.744963149102,3636.2663750335,39.1803559662221,1329.87257083917,327.155329773949,7380.03539125466,183.00769404782,4305.12391480598,209.353651960624,4865.48681237557,164.354826638601,5524.428682116,55.5873431039767,1499.09825133398,118.959732695569,2882.45887140289,267.713663837391,6615.67005094459,112.984357572075,1926.12598263258,75.9136867123771,2623.27219068903,98.4565728223506,4689.28995187097,135.513859335611,3140.4487935709,152.390620986497,4000.70811736189,178.921632807667,5639.76023211892,1855.33979209499,623.77193043681,17482.2295381394,7424.72555885527,427.225983912515,3424.32719631825 -4671,489.984720364481,4221.74516996423,100.343707948179,1691.47343909967,215.657911072078,3010.73960130364,258.045143408137,3547.96188613461,40.5372497073661,1297.57743468663,338.548946598846,7200.81577803958,189.381178910284,4200.57663258443,216.6272792281,4747.33146238221,169.813087281572,5390.27133473845,56.9298503033495,1462.6935737773,122.094291006743,2812.46013336792,274.747326580698,6455.01257915334,115.411610876959,1879.35119967964,78.3501540034291,2559.56764153059,101.853000072485,4575.41343409389,140.198110302779,3064.18492920346,156.071054235638,3903.55338525455,183.242824768912,5502.80212909628,1933.99580644361,646.26960267453,17976.9358202331,7597.59436462937,445.573112055997,3501.27412871738 -4672,518.116812282014,4170.67016814776,105.210982958825,1671.00986171723,225.353262762137,2974.31543915867,270.062891991601,3505.03836695388,42.3797669387335,1281.87924183852,353.926177988067,7113.69974802429,197.983061261782,4149.75772938158,226.466928037381,4689.89787667229,177.626722561268,5325.05941238658,59.5091412858225,1444.99779302077,127.779226721407,2778.4347716662,287.528067132178,6376.9193343144,120.869851990126,1856.61466251953,82.0608544262633,2528.60179288803,106.484698907351,4520.05972607758,146.571942011522,3027.11418131974,163.142083944482,3856.32789242731,191.544911688355,5436.22880043142,2019.49398154329,675.313567746146,18804.3107216273,7953.75995581726,465.230749352585,3664.03411773574 -4673,555.887480999978,4123.68896700156,114.58883682741,1652.18649586342,245.796176520782,2940.81077293343,293.880148603169,3465.55528488217,46.3067218867421,1267.43930195407,386.747290562667,7033.56630536849,216.34289092591,4103.01209984679,247.452123730718,4637.06774947072,193.937921495069,5265.0744034354,64.7419027263464,1428.72037734591,139.118966297358,2747.13663548747,313.036560277538,6305.08547599912,131.342774660772,1835.70052081229,89.5347267751566,2500.1179414539,116.346253248474,4469.14276870092,160.149841078158,2993.01475496586,177.487503618598,3812.88765162777,208.387850543704,5374.99150559561,2212.48239378896,738.073904897827,20505.7204117666,8652.21869480097,509.788060558185,3984.26429657842 -4674,582.566373182057,4046.6865798494,122.16720824659,1621.33491970913,261.711213547854,2885.89648344876,312.951470801279,3400.84234656914,49.3260514094569,1243.77217948147,411.955772924667,6902.22725432939,230.44428499674,4026.39581556089,263.566903252937,4550.47894780482,206.572662703413,5166.75872035588,68.9504811108972,1402.04162429035,148.139119534359,2695.83885807059,333.334953874781,6187.34947875601,139.881287147658,1801.42215420168,95.4058720995595,2453.43278862243,123.934147377264,4385.68966046031,170.593254916453,2937.12565111776,189.025163770701,3741.68891344266,221.934202542474,5274.62332066085,2354.79500914972,785.678514592831,21844.1905645734,9214.4347549522,542.550789385832,4244.83788052035 -4675,605.664290237729,3867.01434946417,124.159957607978,1549.34791120786,259.471837386364,2757.76314581295,316.895916322853,3249.84549580256,48.3728939185901,1188.54889564938,403.690316708043,6595.76947932245,225.820664518044,3847.62449183201,258.299957782358,4348.43841767225,203.854467715835,4937.35546788476,69.9597576174592,1339.79120267787,149.320475911316,2576.14404829693,336.070336695729,5912.63216149287,143.466725893907,1721.43930158282,95.0339587651803,2344.5007691705,121.603189017762,4190.9657480634,167.339297667521,2806.71774671374,191.792057545321,3575.55853017217,225.182808977408,5040.43089736219,2240.22055134302,764.639493963618,21884.6120922376,9392.16080751555,515.030097170609,4341.64821680824 -4676,580.992340798234,3736.79259141721,118.452305044764,1497.17360033367,244.679783796575,2664.8954363423,303.202041217845,3140.40690685524,45.0297566706554,1148.52449627323,375.559730593834,6373.6568571159,210.084672380816,3718.05568749066,240.335468018483,4202.00469792495,190.638563707133,4771.08995888301,67.3334391975897,1294.67371666369,142.266519170119,2489.3923642754,320.308211280695,5713.52419726685,138.562935718705,1663.46981092026,89.3510501983532,2265.54967555841,113.247335523481,4049.83492249431,155.806361156739,2712.20149042695,184.592103876668,3455.15155059545,216.729352601972,4870.6943219446,2033.12954736142,708.243682660623,20766.4478031017,9032.85792041089,466.541258505691,4191.96591672868 -4677,503.210366253378,3595.84898167548,98.4028901463265,1440.70350024685,201.536168839209,2564.3814331715,252.345528358318,3021.95765534295,36.7702399070785,1105.20467468256,306.539488800365,6133.25651839752,171.47538149146,3577.81879261474,196.187861832965,4043.51430923238,156.183759680628,4591.13492398169,56.2257222326481,1245.84146745526,118.074892688149,2395.49795154017,265.899019178566,5498.02261268357,116.064633425857,1600.72738299264,73.4755213650117,2180.09811743452,92.5031322451504,3897.08404353317,127.246456594799,2609.90320679042,154.140713478975,3324.83082236874,180.976414160296,4686.98242922137,1629.91919154151,576.38068803382,17182.2573861918,7550.48583896618,373.495108635174,3509.42447595063 -4678,394.071406587967,3292.97293184679,79.7393752433189,1319.35396989871,166.322524565806,2348.38523236022,200.229338800755,2767.42010327552,31.6429475215077,1012.11399489431,264.234866360957,5616.65626172802,147.810563297762,3276.46141402842,168.998981605231,3702.93169643437,132.791935711971,4204.42657858333,43.6990108035927,1140.90504095389,94.8708369012926,2193.7266978995,213.396502778925,5034.92769983144,89.6975047920737,1465.89914379681,61.8618545553187,1996.46985345224,79.5122556108059,3568.83515795128,109.441739567414,2390.07273622945,119.799202858082,3044.78245800209,140.656090549853,4292.20091002709,1502.1763505745,501.509406886111,14008.4685649917,5916.47340146925,345.974416419951,2714.27949456566 -4679,325.598522229334,3074.0522223085,72.1260287875281,1231.6417678247,156.072473908703,2192.26182291293,170.697623262527,2583.43876327105,33.1726806579951,944.82746734559,277.688277144218,5243.25435424237,155.336278028511,3058.63840959465,176.922942858776,3456.7564465514,132.529810079986,3924.9113597112,37.6034133592105,1065.05633334202,84.0829054244125,2047.88516953688,188.94161976846,4700.19979063392,79.1597954628261,1368.444446381,62.0611969589752,1863.74219187245,83.2138304993876,3331.57480350138,114.690906122221,2231.17789254483,103.088350567561,2842.36174277266,121.035900290947,4006.85035047146,1705.47945521229,524.153709117293,13138.7665490456,5150.29333891475,389.224950862534,2293.6526561436 -4680,333.253176854597,2962.22006509046,71.7428115532341,1186.83538658755,157.942568215334,2112.50866613051,171.669810938169,2489.45482642032,33.4251914111554,910.455216573361,279.848967360733,5052.50793782741,156.544948339183,2947.36699754361,178.331249957385,3331.00174154352,133.367547540424,3782.12546262697,38.0316720080468,1026.31022927391,84.5567405783716,1973.38434792359,190.042703050802,4529.20937019544,79.3514587699083,1318.66126658944,62.0940583903591,1795.94038021069,83.8374237813961,3210.37413081761,115.55980764544,2150.00899272923,104.262405627486,2738.95834481425,122.414356832223,3861.08356255183,1728.0987939515,530.192686121258,13217.8641049581,5172.60111042742,394.52052842529,2304.25939420357 -4681,338.058631052349,2888.72664724005,73.4537750827092,1157.38970494692,167.441618612674,2060.09679979343,176.951716576659,2427.69083193051,35.9824760160752,887.866595810754,301.557847312198,4927.15395706031,168.688696885244,2874.24208799967,192.166153936844,3248.35875841856,142.613400447223,3688.2899875847,38.8306402995065,1000.84721678099,87.8291363299954,1924.42419058397,197.284463081705,4416.83855727084,79.9828918008384,1285.94495202161,65.4711982703899,1751.38265192009,90.1891400269431,3130.72394876905,124.374791294874,2096.66673394605,106.452747300343,2671.00410586943,124.986034183344,3765.28911737806,1921.3935178342,576.297603130315,13808.1649044498,5260.42487754559,439.532937708712,2324.67793410562 -4682,371.196153569947,2919.00775619765,85.2794532464315,1169.52205530115,203.229668614638,2081.69178723101,209.131219397889,2453.13912786647,43.8494874195184,897.173667199197,367.792743672211,4978.80290278771,205.739891058721,2904.37136240519,234.426629659249,3282.40971495023,172.837676524389,3726.95252808087,45.9595145907993,1011.33860877552,104.324767724051,1944.59698839833,234.309889525843,4463.13811618848,92.6545986032239,1299.42488417194,78.131759354747,1769.74153989584,109.843920643604,3163.54179711044,151.540684463394,2118.64506612194,125.996289400434,2699.00293588449,147.932081917499,3804.75880210199,2403.77750948731,709.608813570015,16476.4193412336,6135.43596286133,550.740066526579,2703.12190793843 -4683,545.617855360659,2974.56643996028,124.408205514547,1191.78205303015,276.227084917524,2121.31348931538,297.470558994129,2499.83074104958,58.8431226544128,914.249945242738,492.828094147739,5073.56652080317,275.683520529156,2959.65146562194,314.042038566318,3344.88517872558,234.298781251278,3797.88915936126,65.5969974151873,1030.58783544256,146.938934645194,1981.60930838782,330.164985327473,4548.08687271706,136.465708113753,1324.15737625242,108.648405631515,1803.42576370371,147.555309919644,3223.75479856696,203.421418868903,2158.97011527058,179.831713709571,2750.37417676963,211.140184607348,3877.17635242547,3077.05915030181,936.023134627164,23067.2784863702,8920.92163365363,702.987921455802,3962.54633355462 -4684,740.363078082621,3141.69735798932,173.751755059873,1258.74429194256,372.660192327973,2240.50298400403,410.965492846718,2640.2878513888,78.8061896541969,965.618585258209,659.488017474507,5358.63321788948,368.911554684347,3125.94436123533,420.18692101348,3532.82306544148,315.472276263132,4011.27982135806,90.8070918171404,1088.49311156387,201.974264639367,2092.9492934144,453.934480104331,4803.62862969432,191.800371962088,1398.5573408775,148.279444239743,1904.75421259492,197.727201563378,3404.88677522983,272.48117664735,2280.27540955315,248.944244125996,2904.90848298369,292.285117999752,4095.0218960436,4011.0422070817,1241.30214734993,31496.3494229231,12423.6824459076,914.811023966024,5554.97819095136 -4685,717.020333312482,3627.42970539124,185.169904026327,1453.3565508698,397.600600882101,2586.9032414998,442.123968949376,3048.49814975205,83.2919348978222,1114.9111900725,696.83161787317,6187.1221508455,389.801222601799,3609.24116529235,444.083098480715,4079.02667610077,334.042530686445,4631.45679631696,98.2286410098369,1256.78313251902,216.673434472563,2416.53653223552,487.107179424982,5546.30927155022,207.744974008178,1614.78585137775,156.938081214476,2199.24493830236,209.022987910295,3931.3103792617,288.008313045524,2632.82481237468,269.290143516103,3354.03131553126,316.173212399872,4728.14608707023,4199.40653965579,1309.85656491408,33581.1688429499,13341.9053636565,957.175644468069,6008.52927774606 -4686,728.726150711533,4040.70833935557,162.531411405653,1618.93969342219,350.061417472014,2881.63309836125,397.356435462223,3395.81822299836,71.4207696232342,1241.93473319999,597.037703779367,6892.03047391281,333.9774213789,4020.44755096619,380.700646651655,4543.75644608019,287.835615376237,5159.12577780043,89.7576333292347,1399.97036380427,193.235528655567,2691.85624841992,434.777867833951,6178.20879971564,189.919269957762,1798.76088190983,135.296897762729,2449.80828967585,179.332205640248,4379.21060481709,247.002038736821,2932.7865842895,246.067192953171,3736.16125130816,288.907175904755,5266.83102785461,3503.06510633627,1120.4492706213,29652.873480092,12101.8055099821,796.984423194713,5490.10149120307 -4687,658.743202384606,4285.88133634331,148.987333678352,1717.17006870387,317.674413892548,3056.47833924715,360.50074601413,3601.86203042912,65.2122142263832,1317.29005088925,545.146477613709,7310.20957141468,304.949944894098,4264.39120948315,347.53304016282,4819.45226273135,262.78850783406,5472.15958834805,81.082675337247,1484.91461143652,175.495891446328,2855.18663716818,394.790832800159,6553.07623389523,172.129502416911,1907.90204213336,123.955572796105,2598.4522377122,163.741138732997,4644.92247963028,225.529555536233,3110.73560114686,222.285120243598,3962.85562622529,260.984674813795,5586.39993490743,3200.30684444117,1021.11861630332,26994.4458846773,10988.2959992943,728.141914878891,4975.53215305758 -4688,648.862465095632,4366.9775178626,143.463789821528,1749.6618538614,303.790782052851,3114.31212015646,347.166863901088,3670.01540055401,62.0743626887853,1342.21542438819,518.767960219425,7448.5311990623,290.194043946179,4345.08076116556,330.721081680101,4910.64451581774,250.560485896533,5575.70217678048,78.2781252579798,1513.01172738991,168.684397986541,2909.211635909,379.525400346577,6677.07160802455,166.605375643179,1944.00280139094,118.523333454605,2647.61938393061,155.893200969078,4732.81233167937,214.690591040849,3169.59602194992,214.596551150309,4037.83961061001,251.957535694468,5692.10414545545,3016.11892814457,969.497315565608,25919.3464280793,10622.2299435172,685.777294376846,4815.5284911679 -4689,603.260362952267,4485.17780945664,131.933402230625,1797.01967525421,275.784541124637,3198.60671503624,317.829275591982,3769.35112846323,56.1613372066715,1378.54495754831,469.200971862469,7650.13941803645,262.46672479668,4462.68837670025,299.113976000355,5043.56015628306,227.229396267294,5726.61882804356,71.723655502813,1553.96417714061,154.155621070022,2987.95480833585,346.868410071693,6857.79885194429,153.383245718562,1996.62081855364,108.021634435837,2719.28208013881,141.07482365152,4860.91461646928,194.253030126289,3255.38697747863,196.627717591225,4147.13117838929,230.860351240278,5846.17143044248,2697.96409787979,874.062899999178,23657.467989792,9761.83096100416,612.963102888957,4430.13784994179 -4690,586.200989203678,4598.8294273361,128.274604532601,1842.55503686758,268.76854997625,3279.65742106567,307.875647537906,3864.86414317636,55.1198155036415,1413.47642992263,460.62169647266,7843.98919586023,257.667556747744,4575.77012633222,293.61393362969,5171.36083576234,222.643416551411,5871.72778970254,69.1644741862401,1593.34066350563,149.654036278577,3063.66772598252,336.661261916923,7031.57121231138,147.870488655381,2047.21394907391,105.732056628334,2788.18699784949,138.43297754044,4984.08717149505,190.639832855096,3337.87646006594,189.611817778922,4252.21690475415,222.622992261714,5994.30978073699,2672.92370706701,859.250581394051,23011.6827803376,9433.3683505497,607.667525326202,4269.93074211291 -4691,559.585289349654,4550.15872385273,120.825297200855,1823.05475940173,244.993928946774,3244.94788543495,288.077786151623,3823.96120044099,49.5785637455504,1398.51721186758,413.892666196763,7760.97405509219,231.527765347154,4527.34346590794,263.832520947752,5116.6308715791,201.665900166883,5809.58564533663,65.0125415749702,1576.47789174886,139.204867713316,3031.24406995898,313.268588076082,6957.15411924366,140.798030958615,2025.54770885849,97.0563139370583,2758.6788317449,124.604635209349,4931.33917709952,171.511749265,3302.55077599374,178.229449894528,4207.21449894886,209.25896871545,5930.87031673088,2317.73424563572,764.714715842801,21257.4463336187,8910.22375558807,525.58607310349,4056.25403991174 -4692,516.26664401359,4483.35834249207,111.105955782389,1796.2906923526,226.520732095274,3197.30916129414,265.230003212915,3767.82204530366,46.0140296597009,1377.98573400891,384.202878429513,7647.03604587669,214.919570090766,4460.87803284778,244.893262537331,5041.51417472379,186.855423727435,5724.29575542103,59.7427839118416,1553.33379265987,128.321174289953,2986.7427081034,288.74440507054,6855.01690237821,129.242600310141,1995.81086501903,89.7583010673818,2718.17897026839,115.631787605431,4858.9427272961,159.174668478388,3254.06639013203,163.782606460576,4145.44884415476,192.296948353655,5843.79985985179,2164.9352979838,710.684051344604,19620.4915855209,8191.68467193368,491.164818945579,3724.14264672101 -4693,511.391167920773,4419.02723232348,106.883367579737,1770.51595707674,215.198683144128,3151.43139909324,254.972104921013,3713.75806991388,43.3588170689753,1358.21320072174,361.857138593954,7537.30974680575,202.419567960512,4396.86948964035,230.667338736222,4969.17416105217,176.675358739374,5642.15860002362,57.6328578148778,1531.04521349431,122.990453393497,2943.88633582123,276.81183822227,6756.65518023461,125.240410282516,1967.17324142862,85.3675112610807,2679.1761831976,108.996100198666,4789.22240694384,150.005025099382,3207.37422603365,157.99832302126,4085.96635225487,185.505628580265,5759.94795601795,2004.07469896064,666.842140036215,18752.9949339168,7915.1267936449,454.09577600629,3606.0631895815 -4694,471.054158541359,4336.95633815978,101.611210317166,1737.63364608632,202.894309572622,3092.90250139212,241.441957341606,3644.78554960985,40.9235889666293,1332.98824373735,341.487379557307,7397.32560142996,191.024911385049,4315.21011268599,217.668828186667,4876.88584844128,166.909664791073,5537.37151069991,54.4522212413524,1502.61039219305,116.433113472335,2889.2119988699,262.035261627836,6631.16947873417,118.857656104277,1930.63857929347,80.8293800586171,2629.41808635476,102.88406742724,4700.27618764659,141.584126206893,3147.80634903059,149.278726877489,4010.08111905253,175.267961922255,5652.97326357229,1882.03346368317,627.778095551131,17726.6268458047,7493.83143143844,426.293993801823,3417.76692989673 -4695,473.965007801073,4235.5211242196,104.052021666424,1696.99287710057,208.073152930454,3020.56392971585,246.626429378437,3559.53922173291,42.0864687893053,1301.8115527263,351.240312599366,7224.31272178345,196.480612771492,4214.28351189784,223.869121695198,4762.82245447859,171.50506090543,5407.86030051964,55.5855383034078,1467.46648141402,119.036787632828,2821.63745710076,267.880722557705,6476.0758964376,121.103000057493,1885.48370060385,83.0167021657905,2567.91975311566,105.797286570025,4590.34344138469,145.603030996105,3074.18365478146,152.385673193275,3916.29104958618,178.915823609986,5520.75829351523,1945.60453960178,646.233297936785,18152.4729425671,7646.66662413596,440.856832099401,3485.30935784052 -4696,501.045338873265,4194.77809282202,109.026409678142,1680.66888011285,217.170933011027,2991.50801725136,257.906524793043,3525.29870822379,43.9400823845813,1289.28894986093,366.692239299341,7154.8194076393,205.124278995461,4173.7447728837,233.717754712797,4717.00711815686,179.168946797191,5355.8401085395,58.0611164637141,1453.3503830229,124.471225956827,2794.49509134797,280.099969932445,6413.78014678996,126.762347028623,1867.34654124132,86.8650797277881,2543.21799102801,110.460632159455,4546.18724395987,152.017383184257,3044.6119545124,159.172378081185,3878.61880937871,186.88408512154,5467.65209432643,2027.66553198962,674.236329777542,18971.755315578,8000.36334385188,459.391353569046,3645.32909551074 -4697,536.987321217763,4138.95948610775,118.591968467283,1658.3047423301,236.402558639897,2951.70095098884,280.269035267555,3478.38865534605,47.8998203282935,1272.13278301709,399.756782915808,7059.61245227973,223.620281754072,4118.20605001253,254.77624223256,4654.23937231415,195.204743819816,5284.57161089129,63.0853776552069,1434.01110174201,135.3104690541,2757.30961478228,304.486378556835,6328.43397027158,137.607567558452,1842.49834191389,94.5946962831672,2509.37618064173,120.410916620324,4485.69254502592,165.714989083781,3004.09825068208,172.946202124866,3827.00723586408,203.05591427971,5394.89574937797,2214.35714346812,735.05608414613,20653.6564728026,8693.11586414956,501.75597407109,3959.81603398934 -4698,559.157452701223,4064.75127856457,125.479963972436,1628.57267491033,248.592733026926,2898.77933203809,295.941010694028,3416.02395037173,50.2906325032068,1249.32446756934,419.632067835132,6933.03929112857,234.738334038722,4044.36993485106,267.428750510964,4570.79261173203,205.153233135617,5189.82350132556,66.6629695848216,1408.30043851506,142.743965421479,2707.87327580835,321.232615305245,6214.97024996566,145.690724701416,1809.46383171545,99.6638825708342,2464.38508830511,126.437232199233,4405.26769320665,173.993112735613,2950.23719038058,182.754036522896,3758.39208073113,214.57128007744,5298.16961693153,2308.95700357644,769.873647175967,21774.8834347131,9192.79820865301,522.938284322112,4192.62798274132 -4699,583.186095229664,3900.47951930662,128.077036629053,1562.75597911451,247.837293789191,2781.62884780412,300.877328898622,3277.96968197059,49.653061597516,1198.83460629446,413.992728312702,6652.84931557849,231.583739178031,3880.92186170781,263.851528634461,4386.06983484478,203.672397445756,4980.08337742257,67.9060716621387,1351.38576532987,144.548137027686,2598.438017319,325.360009771568,5963.80012251368,149.920109102619,1736.33664961282,99.9098317294215,2364.79009559798,124.90120450008,4227.23439562668,171.815361206125,2831.0071021713,186.161954349759,3606.50143926958,218.572512030623,5084.05082240404,2214.28781509384,754.052139389355,21927.1119562108,9403.41500664703,500.432079680401,4303.24625505306 -4700,559.914918926363,3790.53180821527,122.377758153622,1518.70461516106,234.084939591757,2703.21958468457,288.231091674668,3185.56943687878,46.3176081309867,1165.04155077738,385.92683299381,6465.31710297158,215.883934479001,3771.52544685495,245.995650801752,4262.43418014104,190.794842837936,4839.70351754087,65.4462409299119,1313.29255885,137.926691632506,2525.19258403244,310.565250825815,5795.69100422936,144.972799628048,1687.39234946613,94.1504117389942,2298.13078949587,116.564548307685,4108.07603477765,160.296134154285,2751.20595222899,179.418420446644,3504.84045724606,210.654937516992,4940.7403016774,2013.15882619088,699.389898479785,20840.7693680353,9053.71278016846,454.09577600629,4160.00585672219 -4701,483.560841747298,3648.67846499126,101.203681119898,1461.87002362342,191.179529533602,2602.05680464272,238.596985193897,3066.35564378671,37.4436964380778,1121.442117417,311.793760449294,6223.36507817332,174.414572911742,3630.38338005279,198.761672613128,4102.92080066884,154.8608576127,4658.58694632829,54.3897423648001,1264.14511740119,113.797537403667,2430.69212118099,256.300348954305,5578.79844486303,121.021990148795,1624.24494477119,76.8725416448259,2212.12767643677,94.2727915538616,3954.33921122992,129.602332468048,2648.24737491917,149.107443375442,3373.67856190209,175.066858182006,4755.84262365882,1587.73481025566,562.285272334356,17131.4577492857,7535.30226897119,357.451485486001,3470.02641354716 -4702,376.001430007552,3338.32960981792,81.1571850954288,1337.52645852256,155.406142833403,2380.73136910073,187.278871111133,2805.53793328292,31.6656646955818,1026.05462832392,264.123852600727,5694.01883791989,147.748463217408,3321.59066601944,168.266110997354,3753.93505539915,129.617487170535,4262.33741669979,41.813214249047,1156.61961365436,90.3197179754799,2223.94260232769,203.194856953307,5104.27767598236,92.7197731594052,1486.09011310613,63.7458310032897,2023.96878590515,79.6323419198962,3617.99150097062,109.564040372774,2422.99306739171,114.629362172157,3086.72061549624,134.586187225795,4351.32073229491,1433.5661073594,481.095740157362,13786.1317735865,5851.45476417498,324.354125718779,2660.14498621855 -4703,313.235916158675,3118.23924384571,75.8754856359121,1249.345624944,150.082302491488,2223.77381860425,157.11016574805,2620.57361200404,34.3028415137415,958.408600205201,288.668506555137,5318.62190701024,161.47851775909,3102.60387000502,181.670521724,3506.4445326692,124.22823357369,3981.32879514859,33.5436629951273,1080.36565918828,75.4780632265517,2077.32186727265,169.570268111477,4767.761372012,85.4449013169249,1388.11473167606,63.0536567929548,1890.53198281173,85.7304596415064,3379.46350445669,110.383388094488,2263.24927535212,91.9586968642784,2883.21840052005,107.968588140867,4064.44559281894,1661.44684605779,517.839747748564,12848.7082207419,4958.33373267354,372.148879434245,2165.23615140244 -4704,320.522625692499,2992.76109699969,75.4526794258718,1199.07187699552,151.884779824329,2134.28901774624,158.023545460096,2515.1215620509,34.5611236963714,919.842176762102,290.8919937014,5104.60022089893,162.722316096912,2977.75489160355,183.101458000848,3365.34498014254,125.034692172821,3821.11986949096,33.9256305493734,1036.89167588229,75.9015680865164,1993.73030231415,170.554260762707,4575.90634910288,85.6445565281143,1332.25690598672,63.0884771324809,1814.45685476485,86.3654959627035,3243.47367663642,111.217541139702,2172.17597958679,93.0058466206426,2767.1975074588,109.198045327864,3900.89204190075,1683.45854761297,523.824164532899,12923.295969832,4978.8053166325,377.212129494574,2174.62678570542 -4705,325.336272788444,2922.38676087201,77.1570237709733,1170.87587852523,161.104674785024,2084.10152604198,163.005326472872,2455.9788491938,37.187318117411,898.212223540386,313.31363110675,4984.56629901217,175.264774632326,2907.73342418416,197.225320854637,3286.20938891356,133.779314352509,3731.26679891032,34.6359847857233,1012.50932093932,78.8213694402156,1946.84802808796,177.015310622323,4468.30458569337,86.2565624677721,1300.9290811883,66.5095453027674,1771.79016923676,92.8615974384789,3167.2038711482,119.687851564836,2121.09758155858,94.9532561774415,2702.12726589598,111.484496392845,3809.16314044259,1871.60790818613,569.837576882732,13496.7084520308,5065.73154752471,420.249755007378,2192.48282799687 -4706,357.988287631149,2926.93542828343,89.4708818819026,1172.69833577928,195.610125267793,2087.34541039724,192.774975261518,2459.80155709272,45.2994101732345,899.610282388882,381.984120349869,4992.32472941159,213.678417149482,2912.25928381534,240.511922908253,3291.32434281172,162.220811560112,3737.07448046663,40.9928106289672,1014.08528214117,93.6082177848121,1949.87827866907,210.199634318814,4475.25945960855,99.8532043166703,1302.95396502483,79.3637508724818,1774.54794391279,113.05070691616,3172.13359408115,145.816325048998,2124.39904992507,112.380256348019,2706.33310148231,131.945514959962,3815.0920669193,2341.34208271229,702.043280814648,16097.5233139571,5909.00380354815,526.578006274305,2547.2221914888 -4707,525.531801601311,2987.88752747451,130.791074380181,1197.11924530565,265.684056506628,2130.81342929207,273.892197669394,2511.02580585799,60.8326011724982,918.344257397561,512.193352985934,5096.28762150711,286.51626889693,2972.90575897224,322.396808447043,3359.86467543215,219.696697269039,3814.89735698681,58.5134566546752,1035.20314695909,131.888041375263,1990.48360706255,296.285115329261,4568.45470260981,147.247668228231,1330.08738879297,110.380970505091,1811.50209782117,151.977870622759,3238.19183356448,195.770004656969,2168.63869401193,160.41245178769,2762.69125754262,188.340054071161,3894.53962419676,2997.48451624284,925.069469312789,22550.9902068934,8588.75955758975,672.146445508789,3738.95498589754 -4708,713.137792741657,3161.19162978689,182.845188625701,1266.55481617666,358.299086194333,2254.40533332561,378.172367469469,2656.67087086326,81.5029893261374,971.610260779066,685.660758727214,5391.88360470581,383.552346344008,3145.34088548902,431.515428752073,3554.74427719515,295.663416306519,4036.16986332687,81.0049609401928,1095.24722507282,181.316644782766,2105.93607022172,407.420344097756,4833.43520602915,207.075792547419,1407.23540684659,150.658352696961,1916.57323654816,203.738349365031,3426.01414068643,262.256355445002,2294.42454727773,222.072069132223,2922.93347682033,260.73453177696,4120.4315586438,3907.5858679557,1226.05279243616,30803.552245196,11959.3150105131,874.676447921983,5244.81471116053 -4709,692.36139596244,3648.02866076375,194.908330579893,1461.60967475176,382.204235791045,2601.5933964449,406.753081298119,3065.80954719873,86.1540219992873,1121.24239638491,724.580635870009,6222.25674018851,405.323769030133,3629.73683405252,456.101071765943,4102.19009904441,313.044056361768,4657.75728443263,87.6274716511429,1263.9199819585,194.526760804713,2430.25923184003,437.224655536578,5577.80489970726,224.346171593468,1623.95567805675,159.471811024886,2211.73371190147,215.408396408205,3953.63497095194,277.209637051581,2647.77574050243,240.227434425428,3373.07773324239,282.050722901135,4754.99564120426,4091.19574032608,1293.38403365353,32842.644122256,12839.8680161166,915.182448404622,5673.09517472015 -4710,701.493223376346,4075.79803237308,171.194538204367,1632.9986385588,336.327536217983,2906.65732983714,365.359095655552,3425.30766123069,73.9037885272755,1252.71975029991,621.04358407577,6951.8811766328,347.406090872587,4055.36129838576,391.116887219681,4583.21463148951,269.682526252144,5203.92785817296,80.0756620015877,1412.12776943067,173.518082098997,2715.23244919253,390.325949731693,6231.86064290081,205.225559892035,1814.38140233774,137.51749905934,2471.08253508456,184.886132412317,4417.23986673768,237.762409163494,2958.25503493868,219.524430867318,3768.60624371096,257.743352955,5312.56842546445,3413.05471754703,1105.31750883364,28996.0471585355,11635.4120081295,762.019134079644,5183.77940436804 -4711,634.156850341833,4319.54144997527,156.935029634931,1730.65624228218,305.228918910068,3080.4830654957,331.481080953487,3630.15004769241,67.4788535680486,1327.63567861888,567.061634940093,7367.62191336655,317.209083113756,4297.88254566765,357.045464550569,4857.30289322636,246.197852974442,5515.13639967367,72.335929136514,1496.57671559486,157.586006260781,2877.61047467217,354.42196623317,6604.54226231775,185.992404029637,1922.88617130004,125.983295417474,2618.85975502887,168.810815888086,4681.40240200942,217.092751645135,3135.1664487594,198.306242846135,3993.97878625184,232.831105590994,5630.27395797197,3118.06963928438,1007.44027501175,26400.0688603719,10567.2769283383,696.196883295355,4698.62665045702 -4712,624.303132570351,4399.46797506065,151.157884276181,1762.67939593516,291.847151650079,3137.48270535581,319.164937596534,3697.32043654289,64.2408313441857,1352.20155154782,539.693906849037,7503.94851759017,301.899826765303,4377.4083057694,339.813105093564,4947.17987346577,234.709777132227,5617.18558542702,69.8350196345199,1524.26858469404,151.478007557061,2930.85626672057,340.735504648272,6726.74924167423,180.054908918312,1958.46624654336,120.469024008734,2667.31775973365,160.743169050478,4768.02461199449,206.665901332414,3193.17792120748,191.450093032911,4067.8812708898,224.781308881624,5734.45358859965,2938.69537975671,956.266982592914,25349.8419312038,10213.9013266188,655.690882812716,4548.13384010086 -4713,580.184397789997,4520.33248163627,139.056379367226,1811.10465477291,264.902892382004,3223.67728643289,292.136362363237,3798.89517529492,58.1305238730347,1389.34994636399,488.200298414958,7710.10095240473,273.094773996536,4497.66677746553,307.378647496319,5083.09141043725,212.810763713881,5771.5038729961,63.9885040508056,1566.14409587451,138.439366754986,3011.37429720274,311.433956126259,6911.55004771754,165.795921937158,2012.27026509181,109.798450411978,2740.59572123675,145.487560725157,4899.01430105143,186.999040288301,3280.9025906545,175.422089342522,4179.63625249244,205.962850289046,5891.99352465462,2628.78841976576,861.909022853038,23139.9372056218,9385.85275484678,586.071194483181,4184.93424192595 -4714,563.746078774433,4618.84355134009,135.168787911821,1850.57384373457,258.203946867471,3293.93050323863,283.033389795627,3881.68404733725,57.0451136225295,1419.62788498139,479.214577677434,7878.12626811576,268.068244143979,4595.68389616629,301.695755339568,5193.86661873856,208.537612799392,5897.28157245477,61.7042590155029,1600.27488842609,134.389248796351,3077.00082014129,302.253558449447,7062.17263826327,159.809262163556,2056.12343234282,107.463419867123,2800.32119878105,142.743802332409,5005.77793873769,183.51526892473,3352.40291172875,169.159917056936,4270.72256967786,198.610441833677,6020.39704080296,2604.32213551705,847.535881767299,22508.4979283126,9071.88117896607,581.007944422851,4033.40550722426 -4715,537.764478717481,4593.76092032456,127.444091900656,1840.52430203145,235.249163671883,3276.04281284921,264.67073860424,3860.60456118536,51.3357881517725,1411.91859541085,430.803420128383,7835.34410152354,240.987486158593,4570.72703366376,271.209132955512,5165.66132481734,188.780046913503,5865.25638345836,58.0030856525874,1591.58459525992,125.029409203341,3060.29116644807,281.302587261243,7023.82150805405,152.25379037326,2044.95765354937,98.6591599975702,2785.11405383811,128.551500081279,4978.59406043842,165.121058942296,3334.19768691098,159.013288784051,4247.53040973691,186.697298581653,5987.7032732261,2258.47848595918,753.631799062629,20798.6971663566,8566.09399608342,502.527568487738,3833.49975087161 -4716,496.125382111732,4543.27074357347,117.171339318217,1820.29503913858,217.53141664086,3240.03571898129,243.70492016429,3818.17252999325,47.6408292992318,1396.40015187909,399.867809298975,7749.22557784477,223.682388895581,4520.49002311546,251.722955889468,5108.88537198698,174.936490381324,5800.79115842215,53.3009728220883,1574.09143683858,115.250064734898,3026.65540599303,259.272360002838,6946.6224557828,139.743710160855,2022.48145699343,91.2385884264846,2754.50277404162,119.283753944092,4923.87417003853,153.240619497408,3297.5514109173,146.122622416925,4200.84566386901,171.562383719737,5921.89223041351,2109.54962015013,700.506895039124,19196.8673239599,7876.11985094468,469.616443095594,3519.47322358066 -4717,491.094006692128,4458.08076768704,112.767386776696,1786.16304497782,206.608493374189,3179.28244664734,234.213584055544,3746.57872805651,44.9023349444625,1370.21652735382,376.695886484966,7603.92137358864,210.720227576749,4435.72720403654,237.146765575055,5013.0896674801,165.363051502239,5692.02166463681,51.4198155594724,1544.57595798736,110.47222416581,2969.90318592827,248.57905831827,6816.36770476727,135.452621401323,1984.55830508888,86.7812540155682,2702.85363443628,112.466187365217,4831.54757418096,144.420727572756,3235.71967315928,140.965500176218,4122.07643328467,165.507413105911,5810.85199425224,1952.90255521744,656.992490046495,18349.3486122464,7608.5139870431,434.173692673285,3408.48681304012 -4718,452.571892848589,4387.12160649397,107.219423586469,1757.73273201796,194.786831957919,3128.67788666603,221.766638392424,3686.9445272108,42.3832046402057,1348.40682481575,355.513187979375,7482.88994536536,198.870820110586,4365.12384396261,223.796786024818,4933.29644337156,156.207079897632,5601.42189674052,48.582239501718,1519.99098070921,104.584433332548,2922.6313104554,235.314343521485,6707.87174879007,128.557145682641,1952.97013968628,82.1688076897864,2659.83238006211,106.166856265814,4754.64395107631,136.315398325191,3184.21680324102,133.186391598772,4056.46544476251,156.373971694263,5718.36080694181,1834.00400229302,618.46338790584,17347.1610973938,7204.07463763614,407.591629856554,3230.92662914039 -4719,455.531100044643,4278.79841857768,109.783404490441,1714.33224529446,199.773680945035,3051.42715303121,226.549069263068,3595.90953418329,43.584587932739,1315.11307575352,365.64285382641,7298.12859922239,204.537262376471,4257.34380665351,230.159473528197,4811.48755690462,160.515366585331,5463.11620769353,49.5930194950395,1482.46061720374,106.920165510563,2850.46810891937,240.557260581816,6542.24651267011,130.974917736691,1904.74901193751,84.389162323089,2594.15799294122,109.165259879089,4637.2462045846,140.182530076055,3105.59474849033,135.957407126081,3956.30654604438,159.627417473748,5577.16775878317,1895.92357200137,636.738590310845,17763.8389392612,7351.67347242834,421.515567522461,3294.66587442414 -4720,481.430931586701,4234.02656567193,115.038579107559,1696.39407116019,208.505026287484,3019.49808456774,236.90242062602,3558.28319216451,45.5052538220405,1301.35219164025,381.736970960921,7221.76352936705,213.540164045711,4212.79644731705,240.289666404952,4761.1418308194,167.679821183772,5405.95206689272,51.8017831137185,1466.94866683846,111.802382300442,2820.64180573786,251.532284211305,6473.79072908688,137.099027753115,1884.81838323237,88.3001653097924,2567.01362933439,113.979857882894,4588.72367918168,146.358888250619,3073.09888921812,142.012649932583,3914.90913550957,166.736870292908,5518.81022236762,1975.89841153001,664.306324540849,18566.0640068917,7691.75445709728,439.236942733615,3446.07600419443 -4721,516.136549840497,4170.60518898563,125.126122131755,1670.98382733514,226.976138060764,2974.2690992379,257.453480397781,3504.98375835451,49.6048677832735,1281.85927012278,416.148692376208,7113.588916376,232.789765722012,4149.69307603586,261.936225637629,4689.82480792742,182.691875691034,5324.97644780657,56.2842316584799,1444.97527991327,121.536994102832,2778.39148357191,273.42846215755,6376.81998172631,148.823527426852,1856.58573640926,96.1569916227253,2528.5623971988,124.2440902117,4519.98930341601,159.545757644961,3027.06701879304,154.301114880412,3856.26781072695,181.164741240165,5436.14410382912,2157.81310957123,724.276766137954,20212.1079665377,8358.27552315252,479.742943216254,3743.38675788193 -4722,537.58323672815,4098.41139219653,132.414892427939,1642.05884848864,238.661287864481,2922.78405828664,271.823806711444,3444.31196763502,52.0854706325751,1259.67009529897,436.876549745967,6990.45163308044,244.384739224087,4077.86127103555,274.966605141803,4608.64324222703,191.982919644123,5232.80031265118,59.4765946713889,1419.9625426734,128.217606553361,2730.29711331234,288.474753643464,6266.43627838818,157.579279544927,1824.44796088214,101.312505597923,2484.79260562178,130.474499121703,4441.74761558579,167.519201882942,2974.66803799311,163.052858618938,3789.51524075768,191.440152347979,5342.04363999606,2250.04239009774,758.479216234295,21311.061139077,8838.6563649228,499.995943457573,3963.90086080255 -4723,560.257999072435,3936.08906453054,135.24451826129,1577.02320688402,237.850707278595,2807.02381213139,276.237546317363,3307.89600488935,51.4444149772041,1209.77940293229,431.160045836192,6713.58670373767,241.186979312103,3916.35285470776,271.37430879989,4426.11259147665,190.514455223959,5025.54919857852,60.5877564448618,1363.72328236778,129.855437898292,2622.16053544306,292.218702001477,6018.24681531591,162.216342972159,1752.18858734055,101.572072156634,2386.37951798502,128.93978506695,4265.8270593333,165.43686155404,2856.85286675871,166.099067040148,3639.42710275945,195.016701751525,5130.46581747964,2157.97178383889,742.380837246202,21464.2128617389,9039.08048256342,478.477130701172,4069.80837816842 -4724,537.833155963752,3813.60003477986,129.290577827571,1527.9470708163,224.57879252129,2719.67070156959,264.538000669018,3204.95601407301,48.004065198995,1172.13170166128,402.054262452196,6504.66340245917,224.905470757005,3794.47800546786,253.07667919213,4288.37428626837,178.414152722985,4869.15674017472,58.3948329900133,1321.28492821291,123.92091440671,2540.56027321036,278.960748952373,5830.96212710825,156.912763320269,1697.66139639418,95.7280266437005,2312.11663750069,120.373895133533,4133.07675591905,154.356796266592,2767.94910212007,160.087249450033,3526.17003785141,187.958234423274,4970.80840885668,1962.11062820702,688.117850205536,20402.2121223782,8700.37041271261,434.173692673285,3934.99036020712 -4725,464.044358762384,3692.34564062521,106.968707429731,1479.36560063523,183.362029518069,2633.19807197774,218.916861813429,3103.05361313045,38.8187542490476,1134.86347267602,324.917296680143,6297.84595625295,181.755758840213,3673.83160115433,204.534490634962,4152.02432265195,144.768841548293,4714.34064903003,48.5308781225814,1279.27433401976,102.252156614343,2459.78250576437,230.240058219251,5645.56518626151,131.025256929289,1643.68381557234,78.1684964513109,2238.60229421922,97.3842035723629,4001.66451723038,124.809004157814,2679.9414483631,133.045586299862,3414.05455439049,156.208652373259,4812.76027675634,1547.5927797346,552.88419724881,16772.2988024228,7239.40517645015,341.769379072265,3282.90263585887 -4726,360.959187930745,3384.07617536808,85.6795592041228,1355.85515848973,149.184387599488,2413.35555435601,171.97972826698,2843.98342548085,32.8017568296491,1040.11509592263,275.025696129182,5772.0464255034,153.846854603516,3367.10785062787,173.040397214682,3805.37684100887,121.248334326536,4320.74605839187,37.305916777801,1172.46926936751,81.1321907682156,2254.4182437197,182.48276290948,5174.22378693671,100.299857369567,1506.45464468884,64.7958419288599,2051.70410013642,82.1906747048547,3667.57039362169,105.49185011814,2456.19638286392,102.272774822241,3129.01927484867,120.078333853549,4410.94875060809,1397.04170368522,473.896050852798,13496.987148525,5627.43302998276,310.124066195204,2516.18081321889 -4727,328.16397947482,3151.57445536392,68.6919356955674,1262.70162408648,151.78904992756,2247.54684075389,156.611024013682,2648.58858097334,32.0630880127954,968.654367418787,266.152384873038,5375.4800799697,148.883205584936,3135.77193318939,167.778607316774,3543.92981235198,115.702532132924,4023.89077552638,30.1882698363187,1091.91519562527,65.4873173967643,2099.52926010616,147.307051851316,4818.73062785664,82.2368026474735,1402.95422748552,58.6382645828783,1910.74251786075,80.9012867478764,3415.59130669685,104.049464810485,2287.44430575628,82.760012081517,2914.04114621675,97.1684241257823,4107.89612465619,1559.36107485468,491.485011028681,12002.6262095925,4571.6319202194,346.512621904715,2012.73559409911 -4728,328.420860569873,3018.88342612489,68.3392765547897,1209.53798143902,153.618705202272,2152.91816934332,157.545880487122,2537.07481227847,32.308267430499,927.871023471152,268.233777378308,5149.15574761857,150.047517482471,3003.7462389953,169.119424869862,3394.71940942099,116.476183437144,3854.47253200644,30.5329498660754,1045.94218968766,65.8636616199513,2011.13258651122,148.18235038163,4615.84716890877,82.4340154533006,1343.88551657391,58.7063124028302,1830.29434984295,81.5102452656696,3271.78435167659,104.847933570482,2191.13582770614,83.7049394848293,2791.3510037458,98.2778621790621,3934.94099619335,1580.04104804152,497.112206443819,12069.2716750415,4587.10806110401,351.227079345596,2021.6161339568 -4729,329.921599145427,2958.3861873718,70.0286012889276,1185.29931511265,163.1220360969,2109.77453438892,162.665143356139,2486.23282900592,34.7871856421599,909.276852410014,289.108123114484,5045.96868781204,161.72443523458,2943.55234352997,182.290334109345,3326.69056510251,124.751590231321,3777.23041559411,31.211466281698,1024.98191880609,68.4826315495233,1970.83027897679,153.98465334778,4523.34740366157,83.0716957631846,1316.95457838352,62.0250492806048,1793.61596958068,87.7027828719195,3206.21907765537,112.910565132559,2147.22632588105,85.565066847507,2735.41342541605,100.46183533178,3856.08632334777,1756.7506979002,540.680342114294,12629.3377615084,4673.70830205459,391.29996759308,2039.60558713574 -4730,380.438321904727,2965.85899271645,81.3704690555886,1188.29334986538,198.206322478887,2115.10376911963,192.53472026808,2492.51298744227,42.400086739702,911.573661714849,352.676224639398,5058.71467139598,197.283848810726,2950.987678977,222.426139971535,3335.0936975742,151.407938836658,3786.77159982424,36.972355013355,1027.57099605155,81.4121452882672,1975.80854418942,183.034799680535,4534.77325969012,96.2146120291592,1320.28117085275,74.1704794050939,1798.14659613002,106.833186624825,3214.31790233279,137.638447009607,2152.65016284754,101.358327727222,2742.32300745524,119.004682691175,3865.82669551741,2197.77858801944,666.222301716197,15075.0612193009,5463.52416341467,490.30357385157,2371.32487667384 -4731,564.218916327622,3022.97722049202,118.537710029593,1211.17819044226,268.8255555347,2155.83766076796,273.150641953819,2540.51524409032,56.880884292099,929.129274497489,472.411086852806,5156.13832422709,264.262433710901,3007.81950639181,297.849623737359,3399.32286084148,204.729747513944,3859.69943735934,52.6859454494249,1047.36055258549,114.495906902365,2013.85980783516,257.53105503536,4622.10654579498,141.756275802015,1345.70790922088,102.783228246598,1832.77634322989,143.469207669626,3276.22109548507,184.602102321056,2194.1071446611,144.436547889697,2795.13624994542,169.582765778068,3940.2770218066,2813.41098738789,877.980818306538,21030.6837289268,7918.02573557321,625.844225276884,3476.32845770212 -4732,795.513783599577,3183.48008749658,165.440840446189,1275.48485167067,362.25202061659,2270.30035767619,376.868475348905,2675.40212897361,76.1654968685769,978.460745262077,632.047013656882,5429.89989216105,353.56130856581,3167.51758513868,398.434944217816,3579.80753712045,275.28711696094,4064.62748685726,72.8751781770434,1102.9694305942,157.258683166784,2120.78428967105,353.801589350768,4867.51406893864,199.268151595998,1417.15733203377,140.023422010168,1930.08632481772,192.22091330154,3450.16976939555,247.156383171353,2310.60173312379,199.784573911516,2943.5420595372,234.566812200338,4149.48328194813,3667.41090167914,1164.1001941705,28761.3364607845,11040.3497039133,814.422522912103,4875.03678614439 -4733,858.973069442014,3659.01043541015,176.283152372318,1466.00960401815,386.26511104909,2609.4250543232,405.234754004141,3075.03864945832,80.4962911772893,1124.61770739974,667.793210347362,6240.98779404445,373.557403484468,3640.66354424151,421.052109034207,4114.53905005702,291.390757043577,4671.77867670002,78.7984581863139,1267.7247997666,168.646578705309,2437.57511712992,379.530643295576,5594.59594005433,215.848266281957,1628.84432256878,148.171014629306,2218.39176299169,203.190922673933,3965.53672182141,261.198015863933,2655.74642253383,216.023024401967,3383.23181452187,253.632356111177,4769.30975313488,3839.66341614209,1228.89266142479,30708.6601588143,11891.5534311297,852.138182439147,5273.9531386299 -4734,781.098643602699,4082.42608339756,154.658955777468,1635.6542162428,339.523428559131,2911.38412761756,363.732388901839,3430.87788668662,69.0122142315959,1254.7569195508,572.051239816674,6963.18630578514,320.000222366489,4061.95611525228,360.85717080377,4590.66784192643,250.837083558756,5212.39047067184,71.924663029427,1414.42416754327,150.270474567721,2719.64795238322,338.463705172744,6241.99487673441,197.361334844389,1817.33194414993,127.653283872414,2475.10100238793,174.301108399109,4424.42316949006,223.905170722384,2963.06574075856,197.178772203538,3774.73474033324,231.507343754404,5321.20770894105,3203.0304795921,1049.92924971102,27080.9329798279,10735.0267422527,709.525844852512,4816.38874745612 -4735,709.978117663297,4289.91015154832,141.766846052247,1718.78424332502,308.168211619576,3059.35149075102,330.016940737309,3605.24785364161,63.0132424938434,1318.52833019984,522.333670025493,7317.08131637491,292.188669342326,4268.39982353394,329.426565022301,4823.98264540698,228.993594373456,5477.30352912094,64.9815028205321,1486.31046122685,136.485341497691,2857.87057039783,307.356617432805,6559.23625819335,178.871930760721,1909.69550867006,116.921234186044,2600.89483540991,159.147949408142,4649.2888007772,204.442469475465,3113.65975557513,178.144358310737,3966.58079072456,209.159062795967,5591.65126391839,2926.19743479147,956.926943156171,24653.1166333498,9750.90577442477,648.237898121066,4365.53724136842 -4736,687.659140988786,4404.14660079632,136.485295484632,1764.55392195337,294.56939124635,3140.8192695526,317.684328565884,3701.25236164053,59.9776977538036,1353.63955382781,497.026104302764,7511.92861128617,278.031848947316,4382.06347209201,313.465014464606,4952.44096485368,218.247302459527,5623.15919614336,62.7165265468897,1525.88957211089,131.154763842125,2933.97309349025,295.398322282637,6733.90282076559,173.139714155517,1960.54898260041,111.747696136621,2670.15432578815,151.511699908175,4773.09518025057,194.584959277774,3196.57371462737,171.935010614186,4072.20726987684,201.868675622889,5740.55190828097,2757.79994725817,908.265746004806,23649.5320195974,9414.7100899812,610.522238594022,4224.80549058411 -4737,633.576504096986,4527.41540570504,125.486188798559,1813.94248070772,267.292895964694,3228.72847714393,290.707732296845,3804.84767683793,54.2608153829666,1391.52692343703,449.502851273469,7722.18193534797,251.447776615217,4504.71418656671,283.482032625939,5091.05612335185,197.817373471562,5780.54726169839,57.4495361758652,1568.59809229112,119.826053562426,3016.0928296506,269.9080360828,6922.37977858012,159.407035238031,2015.42329809356,101.777439416858,2744.88996982921,137.101162470772,4906.69058292829,176.028670041336,3286.04344788592,157.495753607983,4186.18533850144,184.915562476192,5901.22570899468,2466.90467472295,818.628086096791,21570.6662421964,8644.73498580361,545.698448781916,3886.58922779858 -4738,611.01707254424,4620.66301830465,122.025754436355,1851.30282663619,260.618830633775,3295.22805698073,281.707538956721,3883.21313049681,53.2574410957962,1420.18710852079,441.311040640735,7881.22964027553,246.8653528014,4597.49424001876,278.292846079258,5195.91260029783,193.89539647456,5899.6046450773,55.4164082681262,1600.90527290683,116.356610845813,3078.21292037374,262.03102679699,7064.95458782935,153.670470220755,2056.93338587743,99.6492349945119,2801.42430865146,134.540734759364,5007.74982791087,172.780958845306,3353.72349907535,151.922009530563,4272.40490391239,178.371436697793,6022.76861139365,2443.99533708055,804.889158273134,20995.2924352407,8357.82498933606,540.983991341035,3746.3170943539 -4739,582.455424089143,4575.63124244727,114.861098889783,1833.26051244817,237.2112375927,3263.11362433912,263.22338373196,3845.3683487834,47.8933832031156,1406.34633560723,396.446719421166,7804.42123307607,221.76866256228,4552.68826102787,249.993051968311,5145.27459214527,175.342507407544,5842.10863790867,52.0437236645428,1585.3032679277,108.139011964399,3048.21346061603,243.616147192106,6996.10138425632,146.343754400776,2036.88704992533,91.2995460178589,2774.1223584662,121.076972521739,4958.94560503052,155.353130541032,3321.03898512147,142.675920899014,4230.76716074809,167.515615884596,5964.07228035312,2119.26268268283,715.858545304112,19391.8563851225,7886.90805982147,467.909901007388,3559.04855392994 -4740,534.852650547253,4539.82675973699,105.634663347915,1818.91518153241,219.389110954048,3237.57964024956,242.40470575232,3815.27820006656,44.4516169937171,1395.34162382215,368.023523951221,7743.35134997202,205.868987432368,4517.06330799077,232.059972907305,5105.01262927878,162.515961744716,5796.39392301269,47.8334476134781,1572.89821156728,99.6998961826706,3024.36107820911,224.579470513926,6941.35663368983,134.329376253217,2020.94833386681,84.4620920500069,2752.41474901147,112.362035996647,4920.14167333921,144.19305516322,3295.05173295397,131.133606657691,4197.66125215716,153.963799525638,5917.40319547062,1979.54421416804,665.351630334909,17904.1773115173,7252.53658941207,437.265927641665,3267.7565335694 -4741,518.189967771519,4463.86406439135,101.589242599099,1788.4801655931,208.26812589314,3183.40680747747,232.879855199073,3751.43902053203,41.8823918416419,1371.99405655075,346.579556020939,7613.78564830939,193.873428243808,4441.48150232254,218.548127987834,5019.59295588226,153.546774917792,5699.40570540444,46.1242073543402,1546.57967696709,95.5189373736487,2973.75592709702,215.21145644387,6825.21031640592,130.179210506703,1987.13279624403,80.2613639422322,2706.35994249368,105.903923529278,4837.81535500831,135.848376102703,3239.91724783256,126.447788448716,4127.42384449003,148.46218637148,5818.39018903579,1832.47402425429,623.981395696452,17095.3256837731,6996.63940287326,404.264725555501,3163.78512075216 -4742,491.904086092525,4383.41769340271,96.5691908380171,1756.24873183264,196.335252814723,3126.03643926106,220.479891167494,3683.8317522923,39.5289883635105,1347.26840602121,327.059469876528,7476.57236939754,182.95407089948,4361.43850291195,206.225819214509,4929.13141150816,145.024456767426,5596.69278691545,43.5759412515002,1518.70769864023,90.4178119325179,2920.16382189623,203.703950804621,6702.20849706984,123.546789479125,1951.3213065068,75.9731107174748,2657.58676463206,99.9626377573423,4750.62975006839,128.212167937047,3181.52846602112,119.461812286404,4053.04069459309,140.259960712021,5713.53296915814,1720.88628355777,587.525151357889,16173.8939686187,6632.67159298562,379.513823990879,2999.07306221443 -4743,501.77612549819,4286.53114687396,98.8961152919978,1717.43042010094,201.39254470476,3056.94175194005,225.260748218171,3602.40813231428,40.6534099659412,1317.48977385865,336.411360029201,7311.31792015045,188.185432567992,4265.03776175496,212.109942911807,4820.18297144364,149.044111253623,5472.98925829149,44.4886353358733,1485.13974906304,92.4515716014509,2855.6195307082,208.274516728654,6554.06978868846,125.877873846763,1908.1913116537,78.0400288507564,2598.84620606899,102.795958514982,4645.62672673944,131.862194723433,3111.20724013849,121.963928964803,3963.45646071306,143.1976926976,5587.24692557779,1779.00836350679,604.918845272766,16565.8100026082,6772.1663297545,392.4785819533,3058.52094208906 -4744,524.975833857852,4238.18534550434,103.619766897684,1698.06031707091,210.18807123434,3022.46392040824,235.544187745319,3561.7782378729,42.44348578829,1302.63041631965,351.206956079318,7228.85694837482,196.461953439793,4216.93437433082,221.438221136269,4765.81835807262,155.68709889647,5411.26194487342,46.468887384097,1468.38954502762,96.6685562201921,2823.41231935514,217.766292384907,6480.14946819863,131.761261365392,1886.66970479551,81.6426287800407,2569.53502223204,107.325994211077,4593.23085248291,137.667362544381,3076.11737327466,127.392715852029,3918.75446923762,149.571624424759,5524.23095279896,1854.04249708002,631.067786051288,17312.9996404451,7083.20568413004,408.979182996382,3198.90966742308 -4745,570.526633925793,4178.27293811979,112.71441096828,1674.05596775953,228.822297492804,2979.73735822599,255.989946474072,3511.42774788614,46.2688168506911,1284.21599651216,382.879540684822,7126.66740565577,214.17930708093,4157.32237779159,241.394936524294,4698.44715372157,169.634718470145,5334.76653382452,50.4926635306375,1447.63189866508,105.092232369183,2783.49961726646,236.73811333693,6388.54390515658,143.032830182045,1859.99911001519,88.9158764585612,2533.21121463733,116.995024121059,4528.29940290929,150.076166946272,3032.6323479145,138.423747584108,3863.35764369529,162.523144644837,5446.13857402145,2024.74715331937,688.07267236581,18840.7530462558,7698.46758557253,446.694842523426,3474.9534092948 -4746,604.779758438175,4101.07560717812,119.247719203047,1643.12628593358,240.562873776472,2924.68404448394,270.245494271792,3446.55097847783,48.5763755430723,1260.48895695501,401.898342428962,6994.99584892084,224.818250524562,4080.512127197,253.370876633472,4611.6391387332,178.229613385933,5236.20194895718,53.3487755428989,1420.88560410317,110.850619690392,2732.07197136766,249.724879190689,6270.50984051175,151.438290696096,1825.63396226789,93.6506544150453,2486.40787091668,122.845929281058,4444.63501985282,157.556216249318,2976.60175191142,146.253671787202,3791.97865458104,171.716248617437,5345.516291064,2111.25458832392,720.672498510769,19864.9181237119,8144.30451117995,465.552672286948,3679.52044660337 -4747,621.873836960664,3947.5906850802,121.660074203108,1581.63141625789,239.569666513432,2815.22619836598,274.479385362955,3317.56198653819,47.9529497686837,1213.31449154772,396.425884289439,6733.20443228184,221.757007580486,3927.79680420558,249.925774692354,4439.04610662395,176.728102884466,5040.23432358155,54.3110292410322,1367.70820940357,112.183156355407,2629.82273388535,252.780725551884,6035.83269564258,155.8509805551,1757.30864634649,93.7527057017023,2393.35274223207,121.335229197745,4278.29220515763,155.514909947556,2865.20085815346,148.891654292155,3650.06184929791,174.813500495858,5145.45751866024,2024.71875276502,705.43220197709,19999.6431039028,8322.19648441315,445.516228163205,3776.55901688812 -4748,601.271783114651,3822.76234246168,116.206101027194,1531.61801718107,226.0468498612,2726.20480570578,262.741003055718,3212.65603317303,44.7256226021426,1174.94778913671,369.49362399893,6520.29108415534,206.691347929863,3803.59437180438,232.965958842479,4298.67725572172,165.397345789958,4880.85505981959,52.3151829069417,1324.45936154028,106.989177620103,2546.66405826781,241.164318782478,5844.97121788924,150.720974957493,1701.74008737159,88.2646721915939,2317.67157872049,113.221933005334,4143.00661761534,145.033035237826,2774.59919680488,143.420116253779,3534.64178489635,168.38937469692,4982.75095019662,1840.83564787513,654.001529795418,18991.2121803148,8006.00855563499,404.264725555501,3650.56487880081 -4749,501.782455931841,3701.31301082067,96.0696349974847,1482.95844385374,184.448316851889,2639.59315635165,217.344124087541,3110.58980643238,36.1521072159975,1137.6196450042,298.473762776162,6313.14114300426,166.963488252456,3682.75400745369,188.199026301853,4162.10808587068,134.126063983438,4725.79007493486,43.4569245494501,1282.38122802462,88.2317982128347,2465.75642653896,198.935983722304,5659.27621927825,125.82995618839,1647.67572821896,72.0015120400426,2244.03904837133,91.5583097276271,4011.38311094198,117.219763448074,2686.45005546782,119.135532451456,3422.34605633437,139.876875975944,4824.44872828938,1451.84711344357,525.417878623929,15600.0598984228,6651.68812182594,318.225877259433,3044.73888416686 -4750,385.953416142231,3395.64277507986,77.1031417410007,1360.4894022457,150.349073717458,2421.60428051135,170.932415638294,2853.70401572906,30.5839277480841,1043.6701562538,252.939813127246,5791.77498569586,141.492214005158,3378.61645347141,159.408909931883,3818.38342490104,112.513179936431,4335.51414797492,33.4584269303448,1176.4767095108,70.124176367028,2262.12373025628,157.927415495387,5191.90901985147,96.3813008249021,1511.60362980505,59.8217857578881,2058.71672007271,77.36481109624,3680.10596210758,99.1922203146262,2464.59153678536,91.7250253822945,3139.71410308748,107.694234753325,4426.02514839099,1310.81918420901,450.097444972959,12570.6553713073,5175.78296467717,288.76051825393,2334.8000753283 -4751,323.594509500205,3170.74382504774,63.8295239912814,1270.38197388475,140.615693100184,2261.21748597656,146.561229926043,2664.69855215381,27.8064325700099,974.546182423598,226.445566861747,5408.17629779364,126.671575387,3154.84518444294,143.404753307219,3565.48567329344,102.832903721376,4048.36598654735,27.5153128949857,1098.55674141286,56.8336779387261,2112.29959224299,128.062614192273,4848.04043161358,66.5924808841939,1411.4876600974,53.5269073452894,1922.36455954633,71.0770722517212,3436.36655201445,91.8929912448222,2301.35762627249,75.4322006515305,2931.76572572355,88.5648501166178,4132.88229602911,1385.11444260968,435.608746203171,10593.0857682402,4035.75961538334,306.181937349585,1798.86419741279 -4752,329.508545605053,3038.44267708457,65.2399541698156,1217.3745400552,140.607495139347,2166.86685858566,146.119607373414,2553.51244035229,27.6516681877067,933.882670707756,225.200919040135,5182.5169660832,125.97533079917,3023.2074165947,142.639769779357,3416.71368991953,102.873859120088,3879.44553855526,27.5968960935819,1052.7188163041,56.6124793590299,2024.16265141282,127.595876424188,4645.75309783169,66.3193653114709,1352.59250865327,53.7119592635801,1842.15276948541,70.6781843715261,3292.98213979475,91.38153974127,2205.33212795742,75.6558579375585,2809.4360792828,88.8274458495206,3960.43535539585,1392.73107173391,434.90697953109,10567.6447360014,4028.41133934873,305.140502188532,1795.83512202682 -4753,331.787250172162,2964.62435712041,64.7576569053162,1187.79868397874,147.70941643324,2114.22328814967,149.593158080892,2491.4753975685,29.4507325652081,911.194189429104,240.09800181031,5056.60881632369,134.308622412341,2949.75923405063,152.078265630236,3333.70535598235,108.206461659179,3785.19523256515,27.9853779252589,1027.14323608984,58.3739194045269,1974.98604940272,131.486932241895,4532.8855123292,66.4620561792517,1319.73156072823,55.7687309182493,1797.39805892717,75.2252695954142,3212.97983760721,97.3270450768778,2151.75405196587,76.7208663417286,2741.18142600813,90.0778708520205,3864.21741899479,1478.43434641291,465.254289717871,10915.1877404516,4072.11637834241,335.342121859069,1799.39352760584 -4754,360.375977747418,2960.46557728801,71.8006168798933,1186.13243806802,178.169428736147,2111.25745230917,175.970054285198,2487.98035186011,35.6332194515105,909.91596474971,290.757560012162,5049.51539731593,162.647115122846,2945.62130703685,184.207481328048,3329.02882872913,129.71090928984,3779.88535458445,32.9597452394335,1025.70235790067,68.9798103841231,1972.21553578543,155.358125343143,4526.52677321745,76.6541269356666,1317.88023916509,65.1991604414167,1794.87666602951,90.9632716197572,3208.47266430599,117.758634048331,2148.73556790932,90.3579081878205,2737.33609228007,106.08910420729,3858.79668856345,1860.19011288112,569.159592486359,12943.563087728,4717.80482956195,416.574064421204,2081.27899719235 -4755,533.445099521038,3020.76787225158,114.251955549818,1210.29299872272,242.905580936373,2154.26206300619,250.878130139145,2538.6585040374,48.012299504122,928.450218726297,391.127126146867,5152.36995142663,218.792930823249,3005.62123619348,247.72998865714,3396.83845972512,179.980391269088,3856.87856920897,47.1852256653648,1046.5950872759,97.4098423120788,2012.38797483795,219.496654527129,4618.72847106293,113.25684100996,1344.72439621879,93.2566909932143,1831.43685540259,122.698341808445,3273.82666351133,158.668136241662,2192.50357757944,129.356530444041,2793.09341968069,151.877336620561,3937.39726338633,2591.3403249312,761.821615057339,18330.5685013991,6887.60427663006,534.256237620195,3066.54888639588 -4756,716.735345038243,3183.99993339985,142.049999904506,1275.69313177816,320.933304071809,2270.67108603248,341.337633102979,2675.83900836286,62.8550100191527,978.620522862674,511.459747937244,5430.78656684928,286.105896954051,3168.03482444751,323.898412507943,3580.39210125514,232.041600033826,4065.2912195929,64.4200523343317,1103.14953982189,131.703382728854,2121.13060282344,296.876005137052,4868.30890891824,157.534739271557,1417.38874652769,120.507192543136,1930.40149797456,160.751713205806,3450.7331643504,207.71926561955,2310.97904248714,176.605162812848,2944.02272479619,207.351895334415,4150.1608711981,3126.35586788814,979.855106010104,24426.720362887,9433.79103003064,674.849984362351,4246.9712895742 -4757,709.532640073037,3656.34621412541,133.580005687343,1464.94216404781,360.21516974437,2607.5250636308,381.077282299879,3072.79963331833,70.3019390848985,1123.79884380639,572.185346399128,6236.44356745309,320.075240360017,3638.01268180852,362.438275889063,4111.54314646299,252.974024377197,4668.37703234624,72.142759885899,1266.801736153,147.07183366531,2435.80025487554,331.552947070888,5590.5223682933,175.300656269853,1627.65831837712,126.102693679039,2216.7764938753,179.770225943355,3962.6493107232,232.329441789391,2653.81270404063,197.776676574157,3380.76839487042,232.209342509718,4765.83709385115,3463.03670894755,1097.01371902012,27050.6825474488,10392.4033377182,760.247667568698,4717.18436322007 -4758,732.244300691136,4075.34316563194,131.33274766089,1632.8163928334,322.364831906583,2906.33294140162,346.464071791981,3424.92539044079,61.5004934477981,1252.57994441507,500.214965366559,6951.10533359286,279.815668609759,4054.90871242264,317.007874366515,4582.7031360997,224.638033265563,5203.34709001733,66.6167443428551,1411.97017331048,132.820240416764,2714.92942413442,299.670714855411,6231.16515550929,161.62329542051,1814.17891395409,114.664191948595,2470.80675761696,157.33423586877,4416.74689444438,203.242883417123,2957.92488810203,182.627311751839,3768.18566015232,214.422492686143,5311.97553281678,2885.01757202019,957.088261834762,24246.3874316496,9557.40046704964,650.896975658132,4354.6338720864 -4759,659.723362771126,4326.16950099975,121.014493352327,1733.31181996619,290.591563153808,3085.20986327611,312.79817097469,3635.72027314835,55.7104640316835,1329.67284786977,453.093111343368,7378.92704251889,253.45613520402,4304.47736253416,287.086467496719,4864.75610366328,204.026387155802,5523.59901217255,59.9176567013003,1498.87311370746,119.991498850777,2882.02597786286,270.68188082814,6614.67649615135,145.977090651527,1925.83671311223,104.75092758919,2622.87822233224,142.527825349363,4688.58570476181,184.108357951617,3139.97715457928,164.262013668965,4000.10728287412,192.859819742652,5638.91324144856,2636.61382636484,865.803173966523,21967.7315769221,8645.27402749323,588.410865994951,3932.62832944966 -4760,645.808456426789,4429.48916106662,119.392706629967,1774.70760623564,273.904184161854,3158.89232861525,298.089892205345,3722.55029278422,52.1815365156776,1361.42873413597,424.189806141453,7555.15412597346,237.287891088854,4407.27896052051,268.775565137967,4980.9385479301,192.72330368116,5655.51625955537,57.2939156878168,1534.66992207473,114.025733678279,2950.85590795873,257.283719145821,6772.65138060208,140.256207004103,1971.83047144673,100.007433784806,2685.51906113098,133.541967848937,4800.56076285845,172.446129481555,3214.9675987017,157.06912586347,4095.63976827536,184.414659388095,5773.58447869861,2463.93637989821,809.136489321359,20867.7095076128,8291.01210792269,542.587718908619,3778.85865041848 -4761,596.465482539438,4547.55948803327,111.782964880021,1822.01335633888,244.54605276419,3243.09423915841,269.676064748636,3821.77679819754,46.3300154529716,1397.71832192729,376.410544908479,7756.54067090008,210.560610113188,4524.75726309222,238.49538564036,5113.70804381781,172.662359107218,5806.26697361064,51.9345786943801,1575.57734342659,102.861607868824,3029.51249999794,232.135398342115,6953.17990970818,128.068482785449,2024.390633583,90.711663559901,2757.10296213923,118.611194222837,4928.52219549405,153.108347032798,3300.66422460212,142.376704047625,4204.81116682585,167.164305762835,5927.48236226524,2184.59453097517,716.11600494432,18816.1079407025,7550.10960353855,472.811563118067,3448.2196680033 -4762,579.163818038761,4623.65214170314,107.848107989826,1852.50044104236,238.023132636994,3297.35975177203,260.9888297459,3885.72519493079,45.3948473788977,1421.10583263019,368.915443557021,7886.3280358593,206.367919088002,4600.46837545188,233.724526293281,5199.27385470407,168.514751036782,5903.42112037891,50.0364899135279,1601.94090424178,99.7613354993337,3080.2042272986,225.082898580062,7069.52493216826,123.36962174704,2058.26402342631,88.4730182648418,2803.23656003549,116.195515023755,5010.98935914807,150.017894218993,3355.89303477692,137.173164683268,4275.16873789369,161.054836863616,6026.66476190466,2122.75141610514,701.23716535239,18259.4142120536,7291.67086972129,467.604387312802,3320.06900206141 -4763,560.788650903147,4563.99965727022,101.672511571011,1828.60023178472,222.469742717458,3254.81855376792,248.435834911986,3835.59314463866,42.0541570525423,1402.771301623,341.495977639067,7784.58183048436,191.02972107321,4541.11499856707,216.353364603619,5132.19493242036,156.171768634882,5827.25757569783,47.7970830290167,1581.27331249307,94.57112345445,3040.46468178611,213.43376897186,6978.31678911601,118.945014889814,2031.70913589295,82.6213076935445,2767.0703390192,107.701103954453,4946.33960705189,138.977726927649,3312.59666409843,131.033914510189,4220.01224498084,153.846751103013,5948.91117775213,1888.67389637832,644.084510402596,17204.394188206,6984.33473855693,421.781240226469,3195.63614632863 -4764,509.764694167173,4471.53181352551,91.5018814944392,1791.55230601749,199.145479279103,3188.87506646555,223.67661322571,3757.88301006365,37.5972071487925,1374.35078294013,305.227904860911,7626.86413758915,170.741693452584,4449.11080407827,193.366255137142,5028.21530167641,139.558601923911,5709.19579142239,43.0305036388924,1549.2362957189,85.060748612099,2978.86406079157,191.976911863794,6836.93423983619,107.492792936153,1990.54616984996,74.1548810173368,2711.00875993221,96.3027181342298,4846.12545450159,124.248680148979,3245.48257695402,117.966515482252,4134.51367745837,138.504334650528,5828.38465922812,1654.87100666473,573.54885673765,15443.9674935335,6302.67253483992,373.875222818031,2886.04038806288 -4765,510.1992876102,4379.90872410096,92.4786298950925,1754.84283731898,192.931346983426,3123.53401611347,217.928399303092,3680.88280846907,36.2504001698434,1346.18990431122,294.216575418877,7470.58729912554,164.58205664954,4357.94712816999,186.402134299524,4925.18559296723,135.715405017018,5592.2125788782,42.0298300425988,1517.49195807759,82.7402976803563,2917.82620181897,186.76888265986,6696.84331275132,105.159950157181,1949.75925446401,72.9635801880693,2655.45934009119,92.8691906378512,4746.82682387633,119.797823164454,3178.98162095621,115.223206264203,4049.79619535281,135.283418813239,5708.95922939715,1594.59273912542,552.758807647315,15026.4894613112,6166.39910071545,357.212260241183,2824.18866437327 -4766,466.096380019764,4277.82369963013,82.0984210468322,1713.94171693617,178.810140102907,3050.7320317443,203.947861881362,3595.09037870697,33.5436226514367,1314.81349033076,272.139487691243,7296.46607074326,152.232336047044,4256.37397511002,172.404579817999,4810.39149029226,124.411846688291,5461.87169875448,39.2888152593607,1482.12290967203,77.3230666328681,2849.81876650981,174.542431228588,6540.75617566152,99.0034893600864,1904.31510625404,66.3456991304975,2593.5670384953,85.9574318092719,4636.18983050527,110.85262161042,3104.88728771545,107.708816807426,3955.40529139868,126.460783781924,5575.89726866973,1430.97109629132,508.049170229631,13966.4355523198,5768.97899029072,325.969205409592,2652.3581498546 -4767,472.318831240016,4187.17532284998,84.4254228584588,1677.62277407055,186.56185751664,2986.08609818403,210.797057338125,3518.90932729153,35.1867948344836,1286.95219518729,285.585683932937,7141.85175000782,159.75401502934,4166.18012447369,180.911283900036,4708.45784110757,130.245620131159,5346.13298710156,40.5396572547278,1450.7162773786,80.0851386676152,2789.43024574771,180.751666612512,6402.15557594777,101.688064835552,1863.96209374565,69.0340432360105,2538.60856927872,90.1440312302185,4537.94756712815,116.282894017065,3039.09378791763,111.137953329987,3871.58905811073,130.486928578534,5457.74232073641,1539.88937091926,535.203162080467,14516.7419620273,5943.17154679691,346.797908630653,2727.59368515116 -4768,505.248149427328,4144.54783902256,90.0173429045531,1660.54375727373,199.820642722597,2955.68628756158,224.377095568622,3483.08511672631,37.8463720789588,1273.85039512947,307.266032001221,7069.14422130465,171.881803101362,4123.76638198983,194.645737095329,4660.52344739384,139.842795173266,5291.70674987111,43.0419767957519,1435.9472792154,85.3919644393523,2761.03248746912,192.698233008699,6336.97851450851,107.756592458523,1844.98605193234,74.051131564101,2512.76429780994,96.9377287106735,4491.74905103741,125.072107598243,3008.15433320039,117.997968712446,3832.17439614031,138.54126384779,5402.17984613883,1656.38026536427,576.541259209321,15490.2650206941,6312.2210952913,376.99952830119,2889.84911893287 -4769,543.995239870567,4060.33257578053,99.7433225130131,1626.80228894586,219.808561398782,2895.62813201944,245.62119199504,3412.31046496872,41.7512100681901,1247.96635408965,339.033896417625,6925.50253477669,189.652455395753,4039.97338818286,214.758568742842,4565.82380241146,154.771442598272,5184.18175697705,47.0809973023748,1406.76950571205,93.5751478035267,2704.92960561487,211.150268485837,6208.2140908641,117.570120975846,1807.49680290536,81.6972199882448,2461.70610882903,106.925680111974,4400.478822428,137.976567713037,2947.03005164236,129.070792287232,3754.30641437358,151.541851816833,5292.4100918752,1893.75894458,638.842350573034,17049.2114579538,6901.84105157652,418.65693474331,3156.57508774031 -4770,559.978063743587,3963.38104378651,101.908175858145,1587.95794030667,225.572899699084,2826.48710028258,255.00277816353,3330.83223109415,42.6320321820025,1218.16774827403,346.001924334517,6760.13724313035,193.550306370739,3943.50798740862,219.159970422194,4456.80228651422,157.92055424343,5060.39525572529,48.9851404368017,1373.17904084354,96.898558893683,2640.3420221335,218.688437979706,6059.97602025718,123.02834370936,1764.33787913609,83.4496985361904,2402.92615075525,109.220147083648,4295.40536960631,140.887398048789,2876.66165865814,134.290929435355,3664.66209296513,157.6708081527,5166.03934347677,1905.88454893773,649.04865060392,17605.4872632036,7189.05361433386,419.698369904363,3300.77476652217 -4771,588.823712169342,3785.72321785221,104.875475265781,1516.77801785327,228.058413610534,2699.79033615116,261.599139310153,3181.52828928524,42.8125597792474,1163.56360312858,347.252310489826,6457.11533522805,194.249760929864,3766.74096756936,219.962619228935,4257.02694417553,158.900141803801,4833.56396961673,50.3248910849197,1311.62654303431,99.1171411699404,2521.98917687513,223.732155687245,5788.33871032437,127.412736252688,1685.25175838264,84.7800393325014,2295.21542824142,109.727643674114,4102.86461436726,141.483934009605,2747.71582918082,137.963805702383,3500.39428903023,161.983127470931,4934.4725805757,1843.84321226614,647.237375482183,17915.0575545642,7410.12699549797,412.408323776992,3411.18047136032 -4772,560.152132264824,3656.1512703359,99.3321707063051,1464.86405837615,210.759976281287,2607.38603937342,246.920278435887,3072.63580222307,38.9669578123051,1123.73892672184,315.729375869469,6236.11106175726,176.616120119311,3637.81871549982,200.015393432965,4111.32393314052,145.601786060721,4668.12813055843,47.8528433117693,1266.73419464666,93.0425228344663,2435.67038639363,210.123042704621,5590.22430089159,121.992916329047,1627.57153724043,78.4066541896242,2216.65830298612,99.9408595340138,3962.43803590733,128.775168027241,2653.67121188565,131.18677923875,3380.58814394128,154.026229384917,4765.58299582846,1642.67177726255,585.231653090077,16737.7501829206,7044.28245011672,361.378000885395,3264.15220242829 -4773,482.716012100906,3565.56787271788,85.0906207884895,1428.57114989262,170.180029603837,2542.78644573392,202.855064717737,2996.50935940699,31.0969179994024,1095.89760329412,251.742478533747,6081.60757267011,140.822436003646,3547.68951820922,159.492428471837,4009.46335270071,117.527415996784,4552.47238348552,39.501052035441,1235.35007546072,76.1218015581986,2375.32515372581,171.968950342588,5451.72305376592,101.342698076926,1587.24745084231,64.436271998654,2161.73922945877,79.8021915474658,3864.26619519178,102.766772239813,2587.92487461453,108.290655986941,3296.83199235369,127.14392041695,4647.51274449743,1265.78165590742,463.839819521342,13648.2574879248,5836.17987888763,279.104623162207,2710.40675929196 -4774,378.880350396157,3323.38399912864,70.5932469752149,1331.53838901711,142.001677127989,2370.07289963932,162.061899919276,2792.97761641021,27.0544265309059,1021.46100971425,219.506230613339,5668.52687075201,122.789774268488,3306.71999512538,138.992707605867,3737.12879045579,101.573993346096,4243.25504823952,30.860224037431,1151.44145916343,61.6136991643113,2213.98607190242,139.006477800158,5081.42596392525,78.5425422275112,1479.43692816766,55.1241227321602,2014.90753280645,69.3256488314044,3601.79385161579,89.4075831953878,2412.14539345874,84.6021493786792,3072.90145141785,99.3312751656332,4331.83998795562,1198.26561391057,409.472371675744,11233.1760301893,4606.97864068378,263.483095746412,2102.84703153524 -4775,304.627915636168,3108.49210479536,59.7241828958084,1245.44036156425,133.873113646095,2216.82264169591,137.891444897806,2612.38209961823,25.6834046632905,955.412761476118,205.438429138525,5301.99670822659,114.92037501399,3092.90560474241,130.702290690318,3495.48392324843,95.6375477219022,3968.88377014029,27.0660403654105,1076.98860134189,53.7636426933895,2070.82847676946,121.319105801027,4752.85807902585,63.3557481274167,1383.77569728856,49.9972272568453,1884.62246892437,66.4292727324736,3368.8998183128,86.1061845401606,2256.17470420238,74.2005368239199,2874.20590068769,87.1187551950297,4051.74075741094,1287.42771307242,406.117454467411,9949.33837080375,3814.99006441026,285.915163233622,1726.2767669326 -4776,299.924274004104,2956.56672671038,57.0719306538863,1184.57033473644,125.737068481669,2108.47698514191,133.47288806374,2484.70375114353,23.4878744793621,908.717630807924,187.597999768823,5042.86532640323,104.940602280261,2941.74200594904,119.368564536764,3324.64459063111,87.9207748121904,3774.90735101936,26.2000707047913,1024.35153650918,51.1076730476309,1969.6181829434,115.404958921883,4520.56546373296,62.0906809856801,1316.14462765481,46.5312494189308,1792.51286353175,60.808987073796,3204.24719531337,78.7731200928904,2145.90574310934,71.826513404769,2733.73109700959,84.331417340978,3853.71476097288,1136.69611969099,369.349057789753,9401.32553171815,3702.05954701901,252.45933011658,1692.78060321459 -4777,303.502016858282,2859.48523639212,58.9774147114439,1145.67391733308,132.98719822948,2039.24327356352,137.982436937931,2403.11630007024,25.1134696012547,878.879081560814,200.810356321171,4877.27837146032,112.331473482798,2845.14729848336,127.749316952782,3215.47693724412,93.5869026317023,3650.95492060759,26.7810669351263,990.716045425656,52.931927426916,1904.94402327346,119.464777478551,4372.12868794987,62.7793645684142,1272.92785166502,49.0885904435556,1733.6541140795,64.9696593772643,3099.03289716856,84.2022949587444,2075.44302507173,73.4192928287819,2643.96661220043,86.2014976215229,3727.17461936985,1249.653994969,397.809666409056,9817.21377341316,3782.84054176263,278.261966681577,1716.80253493903 -4778,321.916806387543,2823.55078905444,63.2873951279716,1131.27651512774,155.45251273912,2013.61660513734,159.944112398956,2372.91692885749,29.0253167671131,867.834424406934,232.559990969821,4815.98681430874,130.091928212131,2809.39303248327,147.968941002523,3175.06882980003,107.348295455983,3605.07426850381,29.0461218843777,978.265960666395,58.3756266871858,1881.00506047892,131.668783762314,4317.18522256975,66.3443099459556,1256.93128058007,55.0434303677259,1711.86770942481,74.9913054282053,3060.08811332295,97.2715506727116,2049.36144327595,79.6288562115705,2610.74053438072,93.4921380315366,3680.33613306696,1514.53421815852,470.53599423752,10974.1434303241,4075.3812448201,338.411391070793,1835.36248773171 -4779,460.254696112888,2816.66280877518,87.6656020636003,1128.51679486459,199.62850587436,2008.70443868369,218.249443795236,2367.12825840975,36.4979969394369,865.717364418444,291.660938137517,4804.23833706132,163.152456569335,2802.5395896908,185.554778653998,3167.32333020791,136.392070430923,3596.27978158933,39.7842420802798,975.879505756123,78.1751069523249,1876.41639651297,176.476249108294,4306.65355910888,93.9160556542504,1253.86502871502,71.9992607062995,1707.69165172154,94.4599589643516,3052.62310626195,122.39120011976,2044.36207819951,109.067010897616,2604.37169930086,128.055437722656,3671.35804674959,1789.34713282915,581.083618582989,14530.0189870547,5663.07216385011,398.178977728363,2587.63228959967 -4780,649.549352052411,2804.70632148438,125.364694724587,1123.72633976531,288.172648593784,2000.17766401358,313.456133509348,2357.08000597101,53.3393448601754,862.042469918169,426.553867805924,4783.84476547721,238.610325524205,2790.64305422985,271.334645155532,3153.87831967079,198.755665988336,3581.01388843066,56.2030852393529,971.736982600147,111.884905333836,1868.45117301257,252.4506855893,4288.37219139069,132.28823923856,1248.54248132542,104.485640546027,1700.44265000688,137.981616670084,3039.66498814433,178.835527428501,2035.68393996811,154.078655008954,2593.31636920377,180.903551390175,3655.77345292132,2659.73350230402,851.468893723642,20882.9520915261,8027.68763832679,591.294031076006,3647.28765343619 -4781,619.822424100039,2944.3503101648,117.916208120193,1179.67573705801,306.105304608238,2099.76484179857,337.325201108315,2474.43705371299,55.1194499558956,904.962845570042,441.754040804367,5022.02840672405,247.113163034127,2929.58684456214,281.135474730075,3310.90729093878,203.562315570616,3759.3095834451,55.4988429757416,1020.11895655553,110.705414182707,1961.47979866775,249.770582027026,4501.8866663875,125.347525650047,1310.70637021235,103.471600962549,1785.10627141719,142.384390876393,3191.00737288714,184.708047179379,2137.03894562138,152.148001196702,2722.43542845493,178.636773223393,3837.79136430384,2891.58042940859,907.329769755756,20952.0664209862,7778.02652898992,644.361584124184,3527.90578349005 -4782,661.170796220616,3200.5700672642,120.094067221362,1282.33207851357,284.969050409777,2282.48808497861,316.073065054132,2689.76457729988,50.6387759316976,983.713447927191,404.508750462821,5459.0494004811,226.2784888619,3184.52187288535,257.593668492206,3599.02513443529,189.440176305988,4086.44775888789,58.6129899220609,1108.89053728721,111.780007478464,2132.16936499924,252.627573417359,4893.6445031397,136.348077312197,1424.76510386407,98.6287707491053,1940.44767005448,131.089622680502,3468.69142806255,169.825649167581,2323.00581161173,160.685318515595,2959.34397217997,188.660426546709,4171.75908810538,2459.10693393039,811.90354786591,20556.0673298162,8140.87042839775,546.145316800116,3765.31042749481 -4783,584.257977404526,3481.22264484846,106.298672943153,1394.77761027518,248.628054356097,2482.63560585516,281.9779976185,2925.6254851535,43.6690976300776,1069.97361688549,348.645656691987,5937.74421209461,195.029186029385,3463.76721143927,221.965146507786,3914.61756314073,163.755237080797,4444.78145338365,50.7269670473152,1206.12727355854,97.0791295495764,2319.13569148393,219.373159562317,5322.75991530789,119.338772871773,1549.70034678889,86.1745594788791,2110.60224527791,113.086557643227,3772.85511442806,146.470374284903,2526.70626342823,139.066081907212,3218.84384135818,163.277308550425,4537.57358881342,2093.49079419598,699.307501820381,17904.1603132825,7131.94224113921,465.271910482256,3302.18243071331 -4784,598.173436352213,3685.97751255236,110.213079973926,1476.81416300497,255.288731646386,2628.65663837547,281.223171537717,3097.70182736914,46.004077322343,1132.90619222543,367.457094277477,6286.98416444473,205.552131862558,3667.49540394223,233.932101027403,4144.86339428237,172.167301591905,4706.20990289896,52.6008980443427,1277.06799052101,101.098129502744,2455.54015914987,228.417060626357,5635.82837241771,123.208989179313,1640.8489810071,90.2032982300496,2234.74141349427,119.097784719441,3994.76291195542,154.28529932302,2675.3193972249,144.203393611222,3408.1663903977,169.309019638503,4804.45978790473,2229.31193090623,733.196632086448,18604.9108240151,7358.50362227141,494.794602157886,3391.83262358561 -4785,531.239744032805,3800.21396180036,94.9872743782452,1522.58384163332,211.824190938492,2710.12441717705,247.438189177437,3193.70633536806,36.5379542773292,1168.0174158534,291.11679279839,6481.83145935598,162.848066652138,3781.1590525003,185.340426114265,4273.32171372908,138.093773221554,4852.06556992137,45.0211222738261,1316.64710140505,85.0398359126899,2531.64268224229,192.265798126181,5810.49493498995,108.164969763533,1691.70245493746,74.2038219963929,2304.00090387251,94.7442738923721,4118.56929142879,122.610933081318,2758.23335627714,123.423721979016,3513.79286954998,144.911633804824,4953.36043226731,1663.8547513498,577.447026833869,15555.6948441754,6385.67179712082,369.154319295784,2980.39754579551 -4786,520.993696646176,3853.2383952088,94.7062057019103,1543.82847320696,209.217384143058,2747.93881740074,239.368466939226,3238.26816020426,36.9199338234677,1184.31477760971,294.32618133566,6572.27253557857,164.643369195169,3833.9176125186,187.357189558802,4332.94742557587,139.26381740732,4919.76650210357,44.469756042653,1335.01829504115,84.6154921288464,2566.96672456408,191.251534216195,5891.5688442086,106.559431110668,1715.30680065862,74.6173355958821,2336.14865758543,95.6999907433556,4176.03574077259,123.8762673386,2796.71902113575,121.912172088921,3562.82086584055,143.136925015955,5022.47473294324,1705.1485350799,581.816025722205,15485.4068313965,6301.10904356798,378.069224554175,2926.79357917819 -4787,505.182825987406,3790.40184358788,90.8385494193206,1518.65254387149,194.764637369735,2703.12690034795,225.645606255995,3185.46021438288,34.2741610576335,1165.00160540857,272.927243458847,6465.09542892404,152.67299940595,3771.39613389197,173.767369818802,4262.28803556344,129.879183172572,4839.53758033307,42.9171346691121,1313.24753045116,80.8175171789085,2525.10600364481,182.74165649392,5795.49228941572,103.710407036751,1687.33449443969,70.2131375804568,2298.05199429591,88.9061739250465,4107.93518262334,115.029456876699,2751.11162260071,117.655718693978,3504.72028801727,138.139428539709,4940.57090025701,1536.82365998206,534.906911490521,14669.1180721427,6076.21164937098,339.662016044661,2835.82144900852 -4788,488.703802529476,3677.46501540119,90.4575423628367,1473.40356803727,198.915534644899,2622.58594693219,220.329709476886,3090.54791015427,36.1649666823371,1130.2898277194,288.552192514327,6272.46483148433,161.41345275034,3659.02558987753,183.662996550881,4135.29113354131,135.963824214089,4695.34125319754,42.3478478610142,1274.11869482017,81.1434400375094,2449.86926763245,183.353947493145,5622.81283642995,100.671761196737,1637.05955955004,72.3112527222802,2229.58044063125,93.6917936841609,3985.5372973683,121.318859509199,2669.14094153172,116.09504021285,3400.29547784053,136.307037935067,4793.36423723515,1705.40930133334,568.513603291876,14853.8187606533,5968.15608057476,377.67630309005,2755.31752307636 -4789,485.801062327065,3557.12035472883,89.3689526119185,1425.186589307,190.369737632975,2536.7620942114,212.919493437775,2989.41005079149,34.5297146870803,1093.30121050384,275.215597434098,6067.199071358,153.953083653592,3539.28435749023,175.164435324066,3999.96416070452,130.327551099765,4541.68669836411,41.5696131060571,1232.42329286739,79.2299206237477,2369.69755030267,179.067122412549,5438.80687036625,99.9966964744481,1583.4869554955,70.1566171099974,2156.61765228499,89.5159900117651,3855.11100326621,115.861975588031,2581.79358144805,113.961538754445,3289.02116149688,133.802096606892,4636.50189043015,1585.37552754544,537.595397156448,14433.4861940792,5888.22400175836,350.559401929244,2727.14832444952 -4790,446.702112638863,3497.53285576118,81.7048945434846,1401.31241695685,179.035304095499,2494.26724062315,202.257149610732,2939.33261439589,32.0777443107482,1074.98665314971,255.780880389579,5965.56370838231,143.081481001583,3479.99564022268,162.819962041553,3932.95831425354,120.893268198231,4465.60612631082,38.4430966850302,1211.77821641002,73.1486689868526,2330.00129708353,165.333689332739,5347.69808953955,91.7819106038224,1556.96099687832,64.5940495621578,2120.49083077941,83.1366952981621,3790.53168066277,107.62379460256,2538.54437787114,105.390310983519,3233.92475611247,123.738629065302,4558.83301109572,1489.17962274934,503.914806121188,13365.0115679844,5424.67771839233,329.69705702424,2515.1718628241 -4791,431.62412609823,3457.04974731523,77.8138628868033,1385.09256002287,169.287469618091,2465.3966923368,197.822197706796,2905.3105405814,29.5646876166891,1062.54393908464,235.501480476777,5896.51373158227,131.73737049212,3439.71552086297,149.920341409248,3887.43525999915,111.899235332197,4413.91780069851,36.4668633024362,1197.75217263274,69.0474864882548,2303.03208790693,156.094108526707,5285.7997598817,88.1000514824797,1538.93954476275,60.4041479726277,2095.94665527018,76.6740013287019,3746.65718071538,99.2161727523399,2509.16133228376,99.9725411177348,3196.4928485345,117.377632408898,4506.0656065319,1337.37033061385,464.140881223184,12596.4508080592,5186.68350469719,296.082124852345,2418.02675646991 -4792,448.531640207707,3458.08943912175,79.9764760593687,1385.50912023785,169.730408674861,2466.13814904938,202.416859704923,2906.18429935991,29.2767966488688,1062.86349428583,232.914675791995,5898.28708095873,130.290335652,3440.74999948064,148.264022120505,3888.60438826852,111.299399344382,4415.24526616979,37.3834066099269,1198.11239108812,70.1604279148486,2303.72471421172,158.665321621,5287.38943984091,91.1829030439992,1539.40237375058,60.8332582941436,2096.57700158385,75.988881850857,3747.7839706251,98.2791908854832,2509.91595101045,102.485210297269,3197.45417905247,120.327754072537,4507.42078503184,1281.08080903789,456.084899713448,12758.2724917588,5341.72958348688,283.297717774483,2501.9135674842 -4793,481.53769528387,3428.06825311578,86.6196983381211,1373.48090993737,186.146269592261,2444.72852578994,218.978308204075,2880.95444311858,32.5445988433192,1053.63631169769,259.141581101239,5847.08147257544,144.961426188631,3410.87934472954,164.951888921034,3854.8457138042,123.29914040968,4376.91459204144,40.477269961007,1187.71105370742,76.4563559873284,2283.72507297356,172.859543916845,5241.48730091307,98.0462948901478,1526.03814884721,66.8570946264084,2078.37570018652,84.4224746374602,3715.24781976114,109.226071108388,2488.12627351623,110.966920898845,3169.69568166691,130.286119620313,4468.28989493289,1457.43050297475,508.820480152308,13939.4938590195,5768.09185390121,322.19187579457,2691.38549464109 -4794,491.672914706675,3373.1593798838,87.7077239018039,1351.48126360543,187.942271582716,2405.57023639848,225.157845973608,2834.80893182062,32.4702672932079,1036.75975662355,258.420441154296,5753.42620329576,144.558027109463,3356.2457937846,164.507581510031,3793.10095874113,123.28536499219,4306.8076307045,41.0542530418511,1168.68696466691,77.2483836426474,2247.1456465241,174.676712171396,5157.53209917772,99.859465589861,1501.59492628708,67.0980620600097,2045.08544473544,84.25673648628,3655.73906541378,108.989435742025,2448.27286335921,112.548698423705,3118.92527526955,132.143282585162,4396.71933527977,1434.80195483731,507.473211488759,14062.3872426974,5862.26814221594,316.817190513466,2743.52091010512 -4795,530.628047100664,3248.98084779594,94.5782630376901,1301.72821592567,200.181615247976,2317.01225643119,238.779361422216,2730.44908034062,34.7538175411104,998.592777181943,276.511434399384,5541.62120390502,154.677962979394,3232.68991365521,176.027091755561,3653.46281655119,132.079985388936,4148.25803688598,44.3925754674046,1125.66325443014,83.2403702450658,2164.41986444658,188.251834434916,4967.66417621762,108.087870320932,1446.31563683253,72.0967613571477,1969.79824958065,90.1996956755641,3521.15772498065,116.662628970706,2358.14284100226,121.700584430051,3004.10604535576,142.888500216831,4234.8597574865,1523.31316498863,540.640577019997,15111.9638324825,6327.39409308819,336.142532145866,2963.05314630991 -4796,505.844704534002,3190.3680614727,88.9395022455454,1278.24456940842,186.519404617464,2275.21251963475,227.360572943229,2681.19079412417,31.8293673993416,980.577803313259,252.996963515887,5441.64835865751,141.524183408947,3174.37102165961,161.07676212313,3587.55302962471,121.419290645219,4073.42196572397,41.8867445669353,1105.35588332064,77.9936411977657,2125.37294943794,176.435207248604,4878.04572276204,102.734685104533,1420.22358109292,66.7746719891618,1934.26237869952,82.6612942642342,3457.63476962536,106.870246783828,2315.60109362535,114.830942787071,2949.91088878897,134.822862767435,4158.46136004971,1358.54772188585,493.572088160156,14112.5707187874,5987.5472320876,299.283410641434,2816.83093077335 -4797,441.821852589601,3151.76939915343,76.8351489353254,1262.77972975814,154.833825715103,2247.68586501127,190.737705686752,2648.75241206861,26.1940265335131,968.714284503338,207.83368648673,5375.81258566553,116.260260029004,3135.96589949809,132.347691795637,3544.14902567446,100.632524716134,4024.13967731419,36.3602177411436,1091.98273713161,66.7938792378002,2099.65912858807,151.181407245609,4819.02869525835,90.1141559487,1403.04100862222,56.1312915487867,1910.86070874993,68.1038727682392,3415.80258151271,87.985828910564,2287.58579791125,99.680176302233,2914.22139714589,117.034367253691,4108.15022267888,1063.28709404031,400.482375665881,11971.4797045609,5195.49009053497,233.643105459709,2458.10523622651 -4798,364.302874728444,2947.72932114231,68.1911331288461,1181.0295628075,143.589289525265,2102.17458510463,160.692981471357,2477.27678033749,26.4129895433485,906.00140384854,210.591920926996,5027.79181369947,117.803191103687,2932.94891261266,133.986206012826,3314.70697198998,99.5648103813078,3763.62386232233,30.9006471864218,1021.28967090316,59.7045840296829,1963.73084255644,134.866705676288,4507.05314552985,74.7566804429181,1312.21057003462,53.7610302566474,1787.1549045796,68.459283211281,3194.66945375607,88.6199506499201,2139.49146563291,84.7129679289635,2725.5597642945,99.4613870835052,3842.19571086022,1222.93748556709,410.584103113828,10921.8302639345,4419.51561670774,270.491143231664,2036.49927914245 -4799,302.622268533145,2775.46491063645,60.9997297989072,1112.01055215147,140.824421687865,1979.32413778367,147.857598661424,2332.50547411074,25.9087996800416,853.054955668229,205.435169809721,4733.96917987722,114.91855177532,2761.54826471355,130.748497592316,3120.99649849636,95.5425732511728,3543.67882145356,26.0373848968417,961.605811244817,52.0417477817006,1848.97100570206,117.406429278463,4243.66232206972,65.3441744905113,1235.52538096883,50.2574699182197,1682.71411216629,67.3906602772759,3007.97393654383,86.8548166638262,2014.4602310938,71.3805163501381,2566.27887553477,83.8077727706927,3617.65895491312,1350.17049617546,420.795852753976,9889.38611893491,3688.60609815567,299.507003776059,1667.45858489827 -4800,325.55036752557,2646.93265492667,65.8550383661016,1060.51315288933,156.442717588736,1887.66129771851,161.500216025285,2224.48674582708,28.8909922479861,813.549834462679,229.27497808139,4514.7382557829,128.254322099938,2633.66049126169,145.925065058039,2976.46261573072,106.191175775512,3379.57044786653,28.4791282517366,917.073681312543,57.0838719512147,1763.34484152535,128.767895675043,4047.13759259614,70.483562616224,1178.30798881445,55.3194323732578,1604.78733322466,75.1070165394349,2868.67414799362,96.8267959552503,1921.17023252532,78.0744643851443,2447.43406096379,91.6671285801234,3450.12454866583,1529.33822821699,471.523332128157,10882.7753461946,4006.75423814184,339.552508459209,1805.79267650151 -4801,353.232374928359,2556.93408867718,74.671491298575,1024.45456142078,186.039296879356,1823.47877685115,183.5246700917,2148.8517962968,35.1157115194385,785.888262288611,279.291006762013,4361.23228378323,156.232830292346,2544.11319289718,177.717954126616,2875.25967525833,128.151097278477,3264.66140615706,32.0833815441549,885.892186645631,65.8482030864461,1703.38921430327,148.409157160531,3909.53054767563,77.1123112066051,1138.24424582641,65.5462223416228,1550.22283236486,91.1598524878164,2771.13613172567,117.607879158163,1855.84837171913,87.9553899116058,2364.21866216362,103.268310578077,3332.81659140286,1934.42698725571,578.195445219007,12692.2404491131,4482.76601023565,430.489175343862,1988.89502404186 -4802,392.272218987112,2527.69267782926,84.3518920213431,1012.73877380693,221.931448499556,1802.62525062124,210.35720971037,2124.27726443652,42.4668483500489,776.900748038671,338.394835451643,4311.35669818324,189.29497054652,2515.01840338087,215.332751841875,2842.37785408389,154.070956397762,3227.32633917995,36.5865887904392,875.761015290301,76.4479291010709,1683.90904699277,172.187832569961,3864.82067835465,85.2938729111384,1125.22714546982,77.3290978311729,1532.49429452427,110.10984624145,2739.44508012518,142.14464720243,1834.62466284482,100.30076406285,2337.18116849462,117.762998548131,3294.70209339465,2417.57784412217,706.962035709107,14866.7924914685,5061.95768678911,538.945750527394,2217.35212920277 -4803,526.564428227623,2502.93494892749,107.722543313499,1002.81940653965,262.679344523074,1784.96926433073,263.668089191112,2103.47082657863,49.2130621850435,769.29131898417,391.09044864404,4269.12870058342,218.77241376421,2490.38481387847,248.872972130576,2814.53791097489,180.119851963972,3195.71598113138,46.2214339188103,867.183289845484,94.0734152403446,1667.41583797003,212.08813895584,3826.96632072332,112.43555680558,1114.20600003359,92.8408690164065,1517.48413184899,127.824055557427,2712.6133219649,164.864321814314,1816.65525523542,126.714331436897,2314.28942288352,148.775134152321,3262.43181704508,2671.72247567104,808.99568229572,18096.850206803,6495.92867005196,594.008319466725,2899.65045951717 -4804,580.107207895956,2468.04019339634,110.720307064635,988.838564549291,234.706348259747,1760.08405261713,262.813419323103,2074.14521414439,42.139662668055,758.566217031484,332.918220050314,4209.61049280831,186.231402068278,2455.66502649606,211.884112873533,2775.29893180018,157.19085808287,3151.16279449888,46.5078861037473,855.093423541598,90.8184781633556,1644.16950148028,205.066586382459,3773.61253530241,121.64954873392,1098.67225793647,85.6202292637352,1496.32807350798,109.862685895762,2674.79532802899,141.424817982408,1791.32829216633,127.49962938258,2282.02467558178,149.697151463967,3216.94850924213,2047.31073167503,673.294943889247,17079.9695529323,6716.24529476833,452.180490380569,3083.28346579474 -4805,568.621470355415,2520.73971838788,108.25811292922,1009.9530191617,258.215388822543,1797.66674424682,269.373538281373,2118.43398538942,47.002038807826,774.763716334432,372.794927294909,4299.49738928753,208.538066746784,2508.10030724267,237.348732633321,2834.5592857469,173.097575876102,3218.44888768546,47.9713428166039,873.352047272525,94.6814059059352,1679.27709493253,213.70256582358,3854.18966230571,118.715445003374,1122.1319674945,90.1038205032975,1528.27884113176,122.233079555033,2731.90965040262,157.552168834093,1829.57813524168,131.511641196887,2330.75225171442,154.407649393646,3285.63931047498,2462.76872257672,771.755102937627,18023.9336758953,6725.86798904014,546.454282655485,3049.09914099134 -4806,580.469647958601,2680.07292265537,103.27522465748,1073.79104636015,224.325444823097,1911.29529561077,259.862137875723,2252.33788370112,38.0242216328386,823.735684591714,299.678392031024,4571.26392304654,167.6373468207,2666.63458813735,190.987497314945,3013.72868209103,142.854448420356,3421.88352645651,47.5672210647834,928.555676243193,88.1512829641646,1785.42236587694,199.451397099714,4097.80878103907,123.673452104556,1193.06070348722,77.503338698389,1624.87967738449,99.2854696469114,2904.5906754179,127.708008094023,1945.2237707745,130.403756536904,2478.07655573135,153.106883434144,3493.32098248039,1758.50872824394,608.815207966636,16268.7945557341,6673.09596083226,387.10654527045,3133.36682356576 -4807,520.756834666757,2908.350883665,93.6754466018983,1165.25230047059,199.380818007291,2074.09183345162,231.379967819527,2444.18307390087,34.1243879226716,893.898216700415,268.930909235945,4960.62601792418,150.437486656447,2893.76792521634,171.335026444714,3270.42611474983,128.257119828711,3713.34596676131,42.0518724575396,1007.64635868877,78.6203986637343,1937.49754777892,177.82424413767,4446.8438484193,110.106528638296,1294.68087301714,70.0674660868308,1763.28047107328,89.1050674284591,3151.99216637996,114.611600210975,2110.91020129891,115.283634719915,2689.14926893486,135.35436778565,3790.86818139865,1576.69874054764,544.506489056186,14553.5465609448,5955.90123839343,347.0610405873,2787.78265400349 -4808,525.272918247148,3104.85317716936,94.7647061463621,1243.98239828642,201.513651339637,2214.2275387068,234.259414521958,2609.32393859627,34.4591435667611,954.29431633463,271.537763106574,5295.78997465801,151.895736827437,3089.28492330901,172.996801976385,3491.39196721776,129.536436064224,3964.23763294302,42.5821701982295,1075.72783456424,79.5601466312253,2068.40428050363,179.954417607333,4747.29418953116,111.600439889295,1382.15579302524,70.8138415760624,1882.41625300503,89.9857384296251,3364.95604679762,115.740021474302,2253.53353408407,116.737426131753,2870.8412380467,137.061262419217,4046.99762444536,1588.27370097903,549.101056121304,14712.5292412876,6029.01674700874,349.563884629997,2823.26428339544 -4809,489.088739914836,3264.70623364327,88.1302215210225,1308.02870811777,183.041036117767,2328.22682292212,215.893689083021,2743.66472159439,31.1777201915701,1003.42606412982,245.445452272924,5568.44319385621,137.299937207285,3248.33644978407,156.363172514218,3671.14593478444,117.556058083669,4168.33601249749,39.2027167663468,1131.11157494643,73.078231476323,2174.8958687995,165.308272458009,4991.70815788159,103.757880050577,1453.31594631778,64.9012947366394,1979.33226623608,81.4658889208488,3538.20047359894,104.749206772566,2369.55648355513,107.472781010718,3018.64621315071,126.183654455496,4255.35689391653,1408.24121172891,493.827689368992,13483.3696249485,5581.79897058871,309.518379946847,2619.1704563982 -4810,477.876402157542,3406.03972466087,87.2894073275869,1364.65501702251,181.500701299181,2429.01887011259,212.582499787492,2862.44163000003,31.1519413322562,1046.86571795228,245.36730894708,5809.50853321528,137.256224546765,3388.96127100584,156.290059782611,3830.0747430341,117.301268449756,4348.78884292665,38.4684853022669,1180.07890498371,72.1574266903327,2269.05001429949,163.184994196254,5207.80586763085,101.668502465607,1516.23193371289,64.6629740710931,2065.02020231686,81.3723831332961,3691.37389536063,104.646272587399,2472.13774692672,105.459912927607,3149.32743740761,123.820348618658,4439.57697446934,1422.32266961798,493.637497872894,13342.1584345721,5485.26736681344,312.855505337109,2566.40606645455 -4811,467.888751797013,3368.02588740699,84.3220443664211,1349.42449186181,172.526174753917,2401.90928376617,205.742591897923,2830.49473593309,29.2251166497835,1035.18194845871,229.906598067125,5744.67026655982,128.607644532997,3351.13804149887,146.473497324855,3787.3283719634,110.494825323372,4300.25325183253,37.3758555438941,1166.90838112987,69.4426219117518,2243.7257946963,157.104992832158,5149.68303269485,99.5463877734687,1499.30970184637,61.3996724938951,2041.97310121334,76.3988291672915,3650.1755248644,98.2108064312986,2444.54692310267,102.464509332308,3114.17869272387,120.303449096106,4390.02812295078,1299.59043907323,461.066168467593,12774.6757778507,5332.14586881404,285.324220867444,2507.90376252866 -4812,432.052274523209,3293.68772153957,78.2174262293236,1319.64035567786,159.303439126709,2348.89498497389,189.554563710358,2768.02081376004,27.1056356705937,1012.33368957946,213.25643855113,5617.87544211208,119.293697850068,3277.17261964596,135.840251760469,3703.73547389153,102.427777432654,4205.33921310678,34.3837537210252,1141.15269168791,64.0419778562183,2194.2028795338,144.872399994399,5036.02060721276,91.570350284601,1466.21733942742,56.9731598468525,1996.90321749826,70.8533152183155,3569.609827722,91.0852624239313,2390.59153774777,94.2617741523063,3045.44337419022,110.672628233286,4293.13259729975,1208.21495087713,427.234472660829,11809.5901489539,4917.95882338106,265.301468525869,2310.04778150786 -4813,439.315875533461,3190.10813852107,80.1910077863762,1278.14042935467,162.03279529516,2275.02715545661,193.35583906934,2680.97235442954,27.6369634500989,980.49791451296,217.400972552224,5441.2050213134,121.612112197672,3174.11240200519,138.464423696544,3587.26074755737,104.467138571315,4073.09009935614,34.9897432660306,1105.2658287068,65.325912510784,2125.19979286174,147.762852064145,4877.64830277224,93.5301687003829,1420.10787384596,58.3289985811397,1934.1047921211,72.2496785983374,3457.35307214793,92.8754013818931,2315.41243894368,95.9230718132135,2949.67055615948,112.623155687961,4158.12256542472,1227.41564248252,434.228135519151,12041.2784861987,5018.57582799152,269.472875263697,2355.61580897889 -4814,403.188289388126,3140.59268071753,72.8679863346375,1258.3016948201,149.52178754083,2239.7151828756,177.276483321013,2639.35947871375,25.4362300542689,965.279056403959,200.168151564272,5356.74902611377,111.972230025729,3124.8452230004,127.509857113112,3531.58086133937,96.0483954669368,4009.86938325899,32.1917723581507,1088.11037781716,59.9279746240364,2092.21337481627,135.568739683268,4801.93958750957,85.4690645923763,1398.0655829735,53.2630658333674,1904.08446677053,66.4799148908188,3403.68955582737,85.4694149756559,2279.47362372487,88.2525392720844,2903.88706493728,103.61719326141,4093.58201272557,1139.43983250714,401.717593044718,11054.5666895335,4594.09143047258,250.284404269687,2157.64909128443 -4815,407.421089310912,3156.1231164722,74.1200552791055,1264.52407881512,154.147868609679,2250.79072061406,180.322945933037,2652.41128357509,26.5042589866854,970.052424329974,208.787445182978,5383.23849961816,116.793783905259,3140.29778654901,132.990033630271,3549.04475916229,99.7851145951343,4029.69844903491,32.584025371365,1093.49115464328,61.2525018103893,2102.55950648821,138.511462625715,4825.68549213436,86.1528837210771,1404.97910851615,54.9614365479469,1913.50028871529,69.2263589395249,3420.52102279862,89.0300856910672,2290.74576954789,89.3278862293178,2918.24697597501,104.879756745812,4113.82504291711,1213.6046881692,420.581476739315,11338.0350606393,4653.73582103543,266.970031221,2176.3257113871 -4816,434.783502873616,3216.03552385675,79.5993287876102,1288.52842812651,165.444738521388,2293.51728279631,193.115003946557,2702.76177356185,28.522538828752,988.466844137458,224.704776389552,5485.42804233721,125.697793146139,3199.90978308824,143.109779813338,3616.41596351334,107.30612872292,4106.19386008381,34.8846430365121,1114.24880100583,65.6395289861992,2142.4722085769,148.426370206087,4917.29105517641,92.1357333816256,1431.64970329646,59.1313174889854,1949.82409631,74.4940569135172,3485.45247237223,95.8072649388772,2334.23079490805,95.6349434669428,2973.64380151734,112.284864565848,4191.91742169463,1308.18147623272,452.052835103948,12164.2437502403,4984.2627725293,287.827064910141,2328.62731241394 -4817,461.375884384445,3284.46042839247,84.7985608461835,1315.9433724056,177.530953957267,2342.31453642184,205.930949461257,2760.26618076348,30.7130694816281,1009.49762845097,242.063638522841,5602.13691801666,135.408181579983,3267.99159369218,154.16119854289,3693.35942860546,115.396529856498,4193.55792083412,37.1661101953394,1137.95574306922,70.1247805933141,2188.05580218301,158.551403164796,5021.91215420622,97.8522600472455,1462.10971953383,63.3835699120701,1991.30887676774,80.1939263715906,3559.60953653297,103.151980652275,2383.89427596139,101.889500308123,3036.91153961684,119.628331737699,4281.10535114172,1421.01044341362,487.749697657279,13011.4304496333,5304.28133082098,312.855505337109,2473.59235591708 -4818,479.460043433297,3287.44955179096,87.4627487605588,1317.14098681178,183.478381060995,2344.44623121314,212.715055668367,2762.77824519746,31.7314549955491,1010.41635256037,250.106390483813,5607.23531360043,139.907223338505,3270.9657291253,159.291593331362,3696.7206830117,119.223115609117,4197.37439613574,38.3874369832689,1138.99137440417,72.4466876466756,2190.04710910788,163.799651948558,5026.48249854513,101.039666719098,1463.44035708271,65.4044229507838,1993.12112815177,82.8495660204183,3562.84906777017,106.570154978463,2386.06381166296,105.237721993982,3039.67537359814,123.559474528232,4285.00150165274,1470.26339394142,504.842064290092,13449.7390274838,5480.6239322164,323.701162855463,2556.27741912469 -4819,522.013066651223,3249.69563748871,95.6602500355598,1302.01460170482,201.601168829942,2317.52200904486,233.056801762159,2731.04979082514,34.88489760502,998.81247186709,275.003486431962,5542.84038428908,153.834430702378,3233.40111927274,175.146483709561,3654.26659400835,130.982618648826,4149.17067140943,42.0892632492152,1125.91090516417,79.4151149755461,2164.89604608089,179.556631957703,4968.75708359894,110.516820115517,1446.63383246314,71.788792472627,1970.23161362667,91.0743311563297,3521.93239475137,117.155536804347,2358.66164252058,115.386140176093,3004.76696154389,135.474719310385,4235.79144475916,1621.45286046518,555.071491306528,14745.6912993004,5998.15287993219,357.072416758087,2796.94974900176 -4820,492.49011330482,3264.44630438849,88.9282177389459,1307.92456553862,183.351539470104,2328.04145424889,216.590346839204,2743.44627660259,31.3159037002441,1003.34617339221,246.514626013087,5567.99984576113,137.898023201663,3248.07782385811,157.027567262647,3670.85364562924,118.109176124796,4168.00413808189,39.2405626685045,1131.02151814875,73.3350184072361,2174.72270802424,165.872364579143,4991.31072825433,104.149843733733,1453.20023626492,65.379782644301,1979.17467583618,81.830867543159,3537.91876929033,105.215910341259,2369.36782429857,107.576534135253,3018.40587469313,126.305470866049,4255.01809107575,1412.14766457131,495.40284930937,13541.217403465,5605.54158745885,310.352661294412,2627.65538116899 -4821,436.142931811427,3258.01319715352,78.5837934739204,1305.34709352627,159.898252491726,2323.45368072585,191.4485459328,2738.03988224192,27.0316709274921,1001.36892122588,212.583747689647,5557.02722230462,118.917400745411,3241.67697330029,135.433507889734,3663.61964851479,102.280748954338,4159.79042737082,34.8054151594425,1128.7926615425,64.5393147053297,2170.43707331546,146.023420552633,4981.47456182244,92.8646773657462,1450.33647558942,56.9734958060687,1975.27439942199,70.6789899236624,3530.94674135381,90.8485848056613,2364.69861063367,95.4177432067416,3012.457629,112.029850018694,4246.63290562185,1193.7241401695,425.578131383434,11864.0159033343,4968.47539618322,261.964343135606,2338.70371213486 -4822,343.148248576858,3047.79992855591,64.9097780649796,1221.12359209163,134.39011501082,2173.53998697923,154.720419177936,2561.37629054758,23.6709966742271,936.758675267737,186.677261884511,5198.47715347519,104.425549943664,3032.51774923992,118.836573066477,3427.23587269535,88.7685860925441,3891.39275998793,27.6029656880474,1055.96079113781,52.964157277722,2030.39630495218,119.672811308898,4660.0602560144,73.025702663614,1356.75798076737,48.8978695541573,1847.8259015944,61.7824158770007,3303.12327630691,79.4855955673108,2212.1237147972,75.6724975036553,2818.08807725688,88.8469823427508,3972.63199475848,1109.28450389635,374.779909450153,9869.92058048931,3978.04559388162,244.444434836728,1843.15211354196 -4823,285.484497487201,2880.08418546148,60.1624460145675,1153.92703868964,131.718552907604,2053.93342401353,136.101014942629,2420.42769221974,24.5010716374707,885.210285935921,194.594858705847,4912.41295005237,108.854581063757,2865.64296097198,124.050401593078,3238.6403530999,92.6688470143257,3677.25540067547,25.590343167569,997.852892681309,55.0610724075339,1918.66671867892,123.889266489902,4403.62430646945,64.4190928445607,1282.09767553812,47.7643593353655,1746.14288385712,63.661637852558,3121.35748202762,81.4511518714484,2090.39394862459,70.1549681780781,2663.01302408348,82.3688582324493,3754.02416528809,1286.73194572365,397.547097618103,9550.11427389034,3626.0695133222,284.969765305788,1638.60169449853 -4824,292.259344435826,2801.71719808589,61.1759903284427,1122.52872535914,134.468605058748,1998.04596922228,139.46418516448,2354.56794153703,24.868349967106,861.123745808773,197.461872389538,4778.74636989344,110.458362250566,2787.66891879673,125.890850606681,3150.51706526455,94.0905051618143,3577.19741312905,26.3513485532615,970.701351265195,56.3272741226269,1866.4598660877,126.767236612601,4283.80184705178,66.271048792811,1247.21184377655,48.4875949606317,1698.63039862285,64.6264245967156,3036.42545690712,82.6764438535073,2033.51440426654,72.2412359653841,2590.55253522248,84.8183425679182,3651.87730241031,1299.58016815468,403.234998970289,9745.65208065779,3719.97128085318,287.736462056329,1685.72998129916 -4825,290.584973480271,2748.62779181848,61.3338847966592,1101.25806192882,135.393355442239,1960.18523357292,139.012506049133,2309.95151339865,25.239236775789,844.806414274032,200.509401163902,4688.19447277352,112.163121925201,2734.84571170426,127.80953341717,3090.81829176075,95.3029083895087,3509.41352441463,26.1567094024356,952.307646705417,56.2842724390268,1831.09253987068,126.641149728822,4202.62859488251,65.4769586449311,1223.57857475103,49.0087017963503,1666.44325304218,65.5687720155994,2978.88859173294,83.9006320098383,1994.98158145612,71.7076400169834,2541.46446305964,84.1918482487182,3582.67831334787,1332.20333847936,409.879369248826,9789.96828589799,3700.17524460845,295.114320057774,1670.79166871909 -4826,320.343646607031,2760.84420206092,69.3062358043564,1106.15265708184,164.822124677032,1968.89737242117,160.517393828659,2320.21820553201,31.3573675717779,848.561197574605,249.801478559101,4709.03138170175,139.736658401453,2747.00086681962,159.223127459885,3104.55558436521,117.102225945276,3525.01128394111,29.9191119452714,956.540224475237,65.6698078693041,1839.23091994728,147.658214718404,4221.3073825905,72.1862011054789,1229.01682938758,58.741057901866,1673.84984133525,81.3189696236259,2992.128407328,104.179303746284,2003.84837436919,82.0221257953637,2552.76012578623,96.3020727828304,3598.60170180112,1743.21927839107,517.347827210906,11595.2351130046,4175.14030822218,387.337545075828,1857.31406950037 -4827,500.536692867064,2822.51109094477,109.991028512174,1130.85995238736,258.699890980968,2012.87514392967,252.802989449236,2372.0431647818,49.2619203931282,867.514867268432,392.347881066557,4814.21345418132,219.475809940652,2808.35854759406,250.052792424734,3173.8996944428,184.107374609544,3603.74679498475,47.0944104599606,977.905740027189,103.381031198064,1880.31242997507,232.45070873194,4315.59553297308,114.017387192325,1256.46844878633,92.6544283175765,1711.23735928966,127.768859398303,3058.96131658205,163.671449841705,2048.60681997437,129.10756395682,2609.77919803466,151.585025386972,3678.98094635123,2727.03538844504,810.101028854415,18230.0965659961,6581.01234355581,605.906588368617,2924.76082046176 -4828,639.787149865968,3062.22569334194,136.067749443209,1226.90338148959,304.45785638127,2183.82772808435,307.738208653833,2573.49972803104,57.4060715046084,941.19251627681,456.457661812461,5223.08244595484,255.338233910104,3046.87118082515,290.916434577506,3443.45757350402,216.048973374573,3909.81139571256,57.4414832326074,1060.95883640105,125.124562544679,2040.00652222505,281.414941897292,4682.1171280919,142.888020301849,1363.17975121193,110.583137157633,1856.57198153626,149.050130869873,3318.75753070687,190.79526962715,2222.59407936682,157.473676765391,2831.42657607628,184.889642083597,3991.43514984779,3081.4360891397,936.691401311285,21895.7748748658,8139.74796855299,683.374097383783,3647.62501329101 -4829,601.970503008048,3589.35088897524,124.635921637036,1438.09999132701,299.307941394632,2559.74731523261,292.725616595221,3016.49664708574,56.3971894087119,1103.20744886317,449.171950936831,6122.17305254175,251.262673998641,3571.35328243966,286.367754759216,4036.2072362852,210.728216512139,4582.83824064283,55.0425336727995,1243.59009555767,119.444766767282,2391.16902453804,268.675652067123,5488.08708402613,132.373455278535,1597.83469340097,105.385538553147,2176.15844150962,146.276389753364,3890.04158610391,187.378624459243,2605.18682602393,150.89704631823,3318.82248914717,177.168028703709,4678.51253894937,3121.89407916152,934.723866206595,21063.3220988296,7644.67878695021,693.518652135769,3413.67682243806 -4830,599.206425120685,4043.95738570569,115.958686466873,1620.24144788211,253.739289883218,2883.9501573307,273.132010089155,3398.54872712696,44.9399397924278,1242.93334610968,356.044715510683,6897.5722068407,199.168151741694,4023.68030605373,227.220778374491,4547.40998255378,171.510336668426,5163.27411946987,53.0211737078727,1401.09604975307,109.018162582427,2694.02071192098,245.689799998586,6183.17656404436,134.207435873768,1800.20722670567,88.6599418759548,2451.7781276383,116.953107639514,4382.73183353172,149.474014814268,2935.14477467275,145.355563615661,3739.16541791894,170.661780964179,5271.06597299061,2247.40238713895,729.097847733448,18545.1119236539,7386.9757059255,496.160950597132,3410.8596458877 -4831,543.958361768793,4310.7040444072,107.233404127373,1727.11547035324,232.755275017432,3074.18066545842,248.765135096132,3622.72307688638,41.7635869114447,1324.9194516595,331.033532930334,7352.54840066279,185.177125361041,4289.08945233126,211.185881444875,4847.36527458523,159.149078941345,5503.85291097664,47.8801905987399,1493.51484998884,99.5960659805402,2871.7231342852,224.361803443429,6591.02994411465,121.390146119586,1918.95211367985,82.4458958028654,2613.50179607672,108.654594041424,4671.82466045212,138.895909904621,3128.75217128296,131.261750802618,3985.80745353674,154.114253401976,5618.75490785931,2108.21108482821,676.923463038778,17028.2054644659,6716.89529296335,465.727286341174,3085.04698511388 -4832,543.605624632983,4418.37742179283,107.413357763782,1770.25560567967,231.841934790904,3150.96798640034,249.159324334228,3713.21196802873,41.4758667242308,1358.01347775234,328.645040477493,7536.20139806999,183.841024566513,4396.22293736854,209.669510790571,4968.44345233988,158.234219153658,5641.32893008018,48.010785804891,1530.82007586779,99.6456768214141,2943.45344228121,224.491489627458,6755.66162544137,122.105066024717,1966.88397190827,82.1576900450139,2678.78221484082,107.928653995397,4788.51815983467,137.948329368385,3206.90258704202,131.61977267328,4085.3655177671,154.534606421506,5759.10096534759,2079.73871143937,670.672274190829,16993.0640068005,6735.31640496915,459.271660589911,3097.66390359393 -4833,510.410200026048,4550.678569756,101.335796442443,1823.26303950922,215.897922943799,3245.31861379124,233.296447406144,3824.39807983024,38.6538884045343,1398.67698946818,306.188823472617,7761.86072978043,171.279222519946,4527.86070521677,195.325705342042,5117.21543571379,147.666527781537,5810.24937807228,44.8733967106048,1576.65800097654,93.2651417277167,3031.59038311138,210.106192735342,6957.94895922327,114.747759829837,2025.7791233524,77.0201273323373,2758.99400490174,100.605304555141,4931.90257205438,128.570697188697,3302.92808535709,123.01873787548,4207.69516420785,144.436142487861,5931.54790598085,1925.92880292181,623.131560014238,15891.0208656369,6319.74602361147,425.149067333231,2906.50271120279 -4834,492.828245747361,4627.22609016702,98.2143920196327,1853.93236993811,207.162991375362,3299.90851484038,224.603219220872,3888.72874735339,37.1279641845848,1422.20430605593,294.046319214491,7892.42393777958,164.48681688871,4604.02440353956,187.566316568451,5203.29274198988,141.983654920802,5907.98429299617,43.1360077416636,1603.17915791192,89.7773356195869,3082.58513547015,202.23896547473,7074.98946907487,110.705677478868,2059.85500157936,74.3006482790386,2805.4033802656,96.645315827861,5014.86270800169,123.499925428858,3358.48704236854,118.255751031932,4278.47331883432,138.843925738744,6031.32319826795,1842.86038659538,597.354109216705,15294.8407111536,6093.96983490923,406.70442232962,2802.57529782104 -4835,466.386014577217,4554.64240579889,90.5504768923043,1824.85117974829,183.377273285007,3248.14542537435,206.367079019027,3827.72929444337,32.1085508806933,1399.89529706302,253.699528616066,7768.62164309237,141.91719188902,4531.80466592185,161.887726171994,5121.67274964454,123.97268189739,5815.31035426516,39.9879088678533,1578.03133765937,81.8728416771203,3034.23102824675,184.541861044695,6964.0096309333,104.584054802965,2027.54366377885,65.9201326647421,2761.39720691021,83.7040676090916,4936.19847053973,106.854933544665,3305.80507725866,109.625355774338,4211.36024700676,128.71098972688,5936.71453838951,1517.68740638488,511.597868715157,13777.0101015448,5672.17343020139,333.848074565357,2635.25921394136 -4836,434.404205206959,4518.77293762334,84.9980143003027,1810.47981192504,172.619936494222,3222.56509686893,192.723893549085,3797.58453182998,30.4488269303587,1388.87061162489,240.6993172763,7707.44091758908,134.644992774707,4496.11505326748,153.559123926284,5081.33771094533,117.327289694499,5769.51266674139,37.2419232946317,1565.60376600761,76.5964574613467,3010.33535354649,172.620491382967,6909.16551814127,97.0922853264432,2011.57601880416,62.2733441360107,2739.65019794476,79.3534808266852,4897.32410935568,101.321677317029,3279.77065798957,102.097339082832,4178.1942508874,119.872354976734,5889.96074868892,1453.83648758544,485.610563573731,12943.4132606323,5290.42666755379,320.014590812649,2451.40414618561 -4837,434.87846636813,4465.2936437769,85.3322139107757,1789.0529371514,169.888989219623,3184.42631270481,192.12994719076,3752.64044150107,29.8584044563768,1372.43344592104,235.839781426201,7616.2240090775,131.926612943683,4442.90391355761,150.453354120326,5021.20051079658,115.409458604209,5701.23097445135,37.1213573556869,1547.07497843515,76.2229135914175,2974.70829036564,171.788913307321,6827.39613116856,97.6393138645322,1987.76918750525,61.7633372270091,2707.22667058572,77.8550375861643,4839.36469454976,99.3735662631762,3240.9548508692,101.766812072911,4128.74567686629,119.484283637965,5820.2535635811,1400.90327331197,473.321378583133,12832.7316499542,5295.26038754609,308.025571560302,2457.91970244784 -4838,397.748280407746,4387.51148776984,77.2055047934939,1757.88894083587,155.556976094986,3128.9559306857,175.289330752565,3687.27218410415,27.2352928921718,1348.52665704755,215.162002625775,7483.55494600606,120.359652934468,4365.51177030846,137.284806169007,4933.73486292865,105.202829063378,5601.91969226836,33.9900455047102,1520.12606153806,69.5183611460233,2922.89104322017,156.700877666126,6708.46787395604,88.9265626613696,1953.14369915377,56.0233884412889,2660.068758019,71.0067195822094,4755.06649387687,90.6398800960736,3184.49978297608,93.1824378102274,4056.82594079271,109.405380817249,5718.86899477139,1283.19477183756,433.424727628512,11706.4396454976,4826.55123125978,282.203068555246,2242.85213011494 -4839,399.666670057317,4289.91015154832,77.9619724839282,1718.78424332502,158.48502682428,3059.35149075102,177.018385058363,3605.24785364161,27.9631235755864,1318.52833019984,221.059760648186,7317.08131637491,123.658804736394,4268.39982353394,141.038023243969,4823.98264540698,107.754371917104,5477.30352912094,34.1635635114171,1486.31046122685,70.3712797249031,2857.87057039783,158.582541136411,6559.23625819335,89.1831751527031,1909.69550867006,57.1574625513291,2600.89483540991,72.8733215525826,4649.2888007772,93.049371791995,3113.65975557513,93.6581309323998,3966.58079072456,109.963891502379,5591.65126391839,1336.43401494965,446.404509594041,11885.7715168381,4856.25460955012,294.192087807593,2249.51462346801 -4840,421.449706303276,4257.35471518815,81.9280252021809,1705.74066686918,164.339759355572,3036.13456563091,185.137211360601,3577.88820905337,28.8939776769036,1308.52223132446,228.276962547442,7261.55316619875,127.696041354159,4236.00762558438,145.633543286354,4787.37421901408,111.568543040905,5435.7371558944,35.7914784183262,1475.03109081522,73.47893280583,2836.18265149198,165.605698151264,6509.45927195557,93.8514562845108,1895.20313740738,59.5099031583233,2581.15706391763,75.3288360835439,4614.00609780052,96.1590709590677,3090.03069379087,98.1209987315141,3936.47904874442,115.203738866037,5549.21712417189,1362.787720122,459.450330491144,12392.5305895655,5100.65570844219,299.725481308677,2367.11897393581 -4841,457.115964384842,4222.20003670537,89.9408460521104,1691.65568482508,184.91300813109,3011.06398973916,204.118197807153,3548.3441569245,32.8838971762153,1297.71724057148,260.140203144297,7201.59162107952,145.52004621005,4201.02921854754,165.940367761584,4747.84295777203,126.309734116,5390.85210289408,39.3005945966532,1462.85116989749,81.3272910727905,2812.76315842603,183.241506913386,6455.70806654486,101.954722749535,1879.5536880633,66.7285218180754,2559.8434189982,85.6594494185184,4575.90640638718,109.408105994363,3064.51507604011,107.741109419819,3903.97396881318,126.49869849675,5503.39502174395,1594.56563862671,526.162935260609,13798.9739492846,5581.70041076188,351.370487318787,2576.88850603363 -4842,479.30071153296,4147.0820956799,94.5715373616371,1661.55912595449,196.887893074137,2957.49359391736,215.332158506699,3485.21491037039,35.1722639233382,1274.62931335402,278.411333822438,7073.46677384848,155.740749309594,4126.28793145983,177.594025769277,4663.37320641027,134.796285879657,5294.94245701709,41.3814496525001,1436.82531443017,85.9490314278968,2762.72076933588,193.629299598624,6340.8533714559,106.81477245224,1846.11420109756,70.8455692244959,2514.30077172637,91.585197368903,4494.49560998131,117.007230951801,3009.99372206531,113.44569568778,3834.51764656297,133.196445923387,5405.48310400217,1727.06840493451,564.798323549308,14620.2225976175,5866.53613171772,380.881919324564,2702.10657858412 -4843,494.636567595556,3990.21816260448,95.5998438554004,1598.71043052932,191.085938469985,2845.62600449333,216.409260831348,3353.38619180624,33.4356083451514,1226.41628966823,264.063594669744,6805.91195023405,147.714755482905,3970.2105404179,168.480872271349,4486.98049324983,129.289438944187,5094.66055276422,41.9310288645331,1382.47720538294,85.7805400787369,2658.22048796488,193.355637038794,6101.00974744439,110.142310368102,1776.28468535389,69.107179811289,2419.19700987936,87.1890249000714,4324.4907144172,111.281759291919,2896.14030829582,114.952346531774,3689.47650544025,134.965402748508,5201.01998504202,1564.82844619341,531.222677745764,14435.271788376,5971.52635021151,343.992629317343,2775.64590105952 -4844,478.545293675061,3871.36806678294,92.324193458526,1551.09226026484,184.629768357481,2760.86800141574,209.476301975684,3253.50436730904,32.2516459003792,1189.88703547602,254.688768715249,6603.19539327508,142.470563736992,3851.95637888294,162.510033733798,4353.33415116009,124.752767752431,4942.91423960548,40.603657243974,1341.29962018954,83.0035135067807,2579.04442619707,187.10106816231,5919.28895836887,106.750304001828,1723.37740147675,66.6626186996271,2347.14034913586,84.106727575814,4195.68418934931,107.343341090288,2809.87771835038,111.313406905563,3579.58410900128,130.69292839677,5046.10571760043,1506.21998349013,512.382500810707,13949.1702843899,5779.08592141005,331.081377814815,2687.07857959429 -4845,414.943379781259,3673.5011793583,79.1371718956921,1471.8154277982,153.136079303904,2619.75913534908,178.925110993447,3087.21669554115,26.221820352749,1129.07152012456,206.64625498672,6265.70391817239,115.596021727257,3655.08162917245,131.893815289711,4130.83381961057,102.28149238705,4690.28027700466,34.936042871411,1272.74535813734,70.4838040438399,2447.22862249708,158.956673400784,5616.75216471992,93.0720679289675,1635.2950191236,55.3935191260751,2227.17723862278,68.4711181279528,3981.24139888294,87.3109385931994,2666.26394963015,95.7758541908857,3396.63039504162,112.450307666249,4788.19760482649,1170.12576161589,412.478492742617,11724.4263767352,4981.82965047126,256.380565550191,2334.28953084681 -4846,324.685741915244,3363.60718462296,64.5362289039335,1347.65410589734,126.277879241567,2398.75808374753,142.839418675602,2826.78125053007,22.4694789139746,1033.82383497902,177.497596918965,5737.13351020793,99.2905294668862,3346.74149483068,113.192291263295,3782.35956264284,86.825634650859,4294.61150748401,27.3345735745972,1165.37744832686,56.7935991623132,2240.78212450282,127.945210169607,5142.9268735933,72.467817210737,1497.34267303628,46.7149981575328,2039.29412173726,58.5844039882467,3645.38665408575,74.7803073267866,2441.33978436446,74.9367105681285,3110.09302636632,87.983095844679,4384.26859789445,1056.7883603412,355.024103572124,9595.2781868088,3940.939899722,232.402527045497,1821.9265438487 -4847,269.004481352072,3159.95699419085,58.9417829020996,1266.06015029002,124.243694896032,2253.52485235565,128.130471301263,2655.63328098949,23.6519061891049,971.230788493321,188.585563733401,5389.77774963353,105.493036513892,3144.11244056265,120.023780722531,3553.3559356033,88.8367150014451,4034.59349606778,26.0062797015008,1094.8194651111,53.6970039716495,2105.11357543501,120.996389596892,4831.54745866823,62.0945678164843,1406.68579672207,46.3202152917135,1915.8246993453,61.3012369875383,3424.67607596085,78.2244447137009,2293.52843639606,71.295242621098,2921.79189537321,83.7076529947073,4118.82228212117,1222.88137117088,380.545575417336,9271.7623680862,3556.07132748322,274.065249379875,1609.34496958738 -4848,278.550836397786,3044.55088850894,60.4379444488619,1219.82184015712,128.423461440513,2171.22293250488,132.521134441871,2558.64579171615,24.3400434819538,935.760064295352,194.056664423928,5192.93543129827,108.553520113437,3029.28500042393,123.51661025864,3423.58234330962,91.388316134391,3887.24442636628,27.0201837984696,1054.83510737284,54.0207556487933,2028.23184565018,121.869848890896,4655.09250132314,64.3133079037463,1355.31163877745,47.5721388061247,1845.85606745343,63.0880423810212,3299.60205442346,80.5011947983195,2209.76552898884,74.0748227616493,2815.08391647417,86.9711544756237,3968.39705783827,1255.99509482156,391.529559145562,9544.75528617024,3662.40983891042,281.062843856191,1661.5576064933 -4849,276.258339473438,2966.11892197123,60.690212613943,1188.39749244453,129.650966014744,2115.28913779287,132.358627794799,2492.73143243408,24.7753941792132,911.653552452456,197.629474498118,5059.15801949106,110.552117334519,2951.24630490296,125.768128843921,3335.3859867294,92.8278207944808,3787.10347423985,26.8514924780575,1027.66105284923,56.3141929431628,1975.98170496468,126.822819657262,4535.17068931739,63.6211828872968,1320.39688090562,48.1974121109768,1798.30418652993,64.1951033013398,3214.5996066414,81.935471328173,2152.8388221041,73.6123618193349,2742.56334591282,86.4281796759082,3866.16549835819,1294.25326309025,400.367809612893,9640.17308209177,3658.09889219754,292.327367200342,1655.50196341747 -4850,304.96728030646,2970.73256224163,69.058343757818,1190.24598155525,159.741642169609,2118.57935757379,154.319295563876,2496.60874363518,31.1690222167169,913.07158107939,249.302630882722,5067.02727078781,139.457607581775,2955.83681160831,158.656761082745,3340.57400228458,115.480136900956,3792.99411232839,30.8947698902128,1029.25952497475,67.086228494909,1979.05523944102,150.898506541514,4542.2249061832,70.5803171855509,1322.4506880465,58.3509375078317,1801.1013530737,80.6206961022759,3219.59974540473,103.043197103884,2156.1874484224,84.6968555413408,2746.82925737142,99.4424695498458,3872.17911322141,1719.72167664262,511.370951491816,11536.8020920194,4180.6785455814,386.975802031967,1858.94714715493 -4851,481.798045911606,3031.6846614327,109.211161077182,1214.66689108162,249.467632961433,2162.04737646862,242.06357943525,2547.83299240045,48.7025210719032,931.805556088069,389.445081104619,5170.99016288332,217.852010237669,3016.48328676521,247.81392093058,3409.11433490501,180.609278858399,3870.81698884857,48.4555189190694,1050.37738979267,93.9935506180672,2019.6605678345,212.289870990091,4635.42014918445,111.146347871798,1349.58411181464,91.6107923243303,1838.05550698209,125.992689967186,3285.65798488806,161.013402496804,2200.42709250926,132.83899186345,2803.18741343173,155.966090110223,3951.62667049887,2665.74762382221,791.428875765138,17900.5207417416,6507.9129373433,588.156643226077,2883.15136307797 -4852,611.980830984493,3219.5444931585,137.211947290313,1289.93432264017,299.82533178115,2296.0197059439,299.410467673753,2705.71071738508,58.0989340845691,989.545345847451,463.975521984033,5491.41311260921,259.543656010744,3203.4011578302,295.228345491412,3620.36178205428,216.695323509526,4110.67406812106,60.0887681057424,1115.46454156847,128.84743363513,2144.80982865416,289.945535347732,4922.65623949493,141.011525893845,1433.21175533925,111.616455009437,1951.95152085088,150.428259386198,3489.25539856429,192.111768649622,2336.77763997297,164.731109181086,2976.88830075762,193.410584182275,4196.49116145561,3101.39211589684,940.509902874772,22098.9241533865,8278.73326997194,690.727177433231,3694.06522507293 -4853,561.096282258646,3690.72111745015,125.051360918774,1478.71472340527,292.773435747086,2632.03954249302,283.471710128707,3101.68836106614,56.6327519991165,1134.36416622117,452.914324560374,6295.07508978901,253.356123515674,3672.21522361056,288.298043563435,4150.19755441515,209.854507215191,4712.26647819531,57.2527411852858,1278.71149104536,138.05953093849,2458.70027401384,309.477743450239,5643.08130409715,130.155277235695,1642.96064317442,105.627056989258,2237.61737523799,146.496365383232,3999.90390287306,187.228148985138,2678.76235317148,156.956247505572,3412.55247108509,184.282129052743,4810.64280418834,3115.00121344695,932.209962363115,21355.7027692891,7926.01790535332,697.675699645926,3515.71794896847 -4854,578.755039024966,4104.8444994315,119.927713833878,1644.63632050098,258.950925514741,2927.37183180967,272.323798685169,3449.71836199569,47.5037090042299,1261.6473474653,378.326581414142,7001.42425653696,211.63242337955,4084.26212159337,241.002406436495,4615.87723934148,179.115236309315,5241.01402336226,56.9116323929368,1422.19139927966,122.739149615245,2734.58274802112,276.144887359857,6276.27244482007,134.792855199533,1827.31172155764,92.8209884509771,2488.69288203597,123.212416769334,4448.7196435223,157.13403827039,2979.33725165802,156.021110515973,3795.46348645082,183.184185911658,5350.42882544997,2397.49916774142,768.931847552175,19431.7738350664,7725.32503287133,539.116719801668,3543.97356573982 -4855,524.686557092901,4338.19097375582,110.689798609058,1738.12831197296,236.996446180065,3093.78298236208,247.706334309806,3645.82313948362,43.9927008908973,1333.3677160231,350.491747558516,7399.43145650225,196.061872346064,4316.43855761237,223.202115050193,4878.27419003312,165.680176960244,5538.94787795901,51.3155595062489,1503.03815215476,111.50078107163,2890.0344936566,250.795554913338,6633.05722609509,121.81348333928,1931.188189418,86.0622369997251,2630.16662355762,114.079081482843,4701.61425237217,145.513252033388,3148.70245991226,140.67968610767,4011.22270049965,165.171839174307,5654.58254009492,2237.09429077132,710.880019480188,17795.9397731135,7017.29323404937,502.083448567172,3202.15142260694 -4856,527.714296639571,4436.89698724914,110.872460770031,1777.67560660628,236.084875304922,3164.17522342519,248.050932727228,3728.77584262121,43.704654315595,1363.70557172505,348.098232496181,7567.78927790911,194.722961949802,4414.64964262182,221.683211769683,4989.26861165691,164.763952766919,5664.9744792055,51.4591452701581,1537.23648621269,107.076959809067,2955.79088507708,241.211215415092,6783.97788404254,122.509245147858,1975.1281378057,85.7766684534344,2690.0102919911,113.352802557074,4808.5891648743,144.565895337438,3220.34427314149,141.073321106307,4102.4892686142,165.634005521752,5783.24015426595,2207.05306101269,703.607757542089,17697.5269852607,6996.79666341989,492.683314674585,3197.40042272161 -4857,496.562084214529,4563.34984673957,104.583357229051,1828.33988038765,219.89886401963,3254.35514107501,232.243603027251,3835.0470427535,40.7431952129136,1402.5715786536,324.423451186224,7783.47348174859,181.479506195573,4540.46844629525,206.587331914372,5131.46422370807,153.784811894012,5826.42790575439,48.1042778076823,1581.04817486655,97.7606895473162,3040.03178824609,220.413035229535,6977.32323432278,115.117258364084,2031.41986637261,80.4184118944223,2766.67637066241,105.6902439896,4945.63535994273,134.774794902218,3312.12502510681,131.87607750037,4219.41141049307,154.835533590531,5948.06418708177,2044.22560614049,653.226212962759,16514.0439901047,6544.30796129117,454.487867049339,2990.20967911298 -4858,477.838914180693,4639.57246503684,100.877741049967,1858.87903638071,209.556381932092,3308.71333802525,222.443918249205,3899.10466198265,38.8282416274718,1425.9990347253,309.092616032119,7913.48252075535,172.903577472913,4616.30887161789,196.81244805693,5217.17617917194,146.759404098561,5923.74798973046,46.0348484478122,1607.45676408058,94.9918607429564,3090.81009593438,214.051649171942,7093.86697159649,110.661594228919,2065.35111124235,77.06257717399,2812.88876375862,100.740078060456,5028.24337575105,128.444837061474,3367.44816490989,126.202814350368,4289.88915078969,148.174562596549,6047.41598814158,1938.06750150352,621.967474369106,15822.1452357861,6287.16755686745,432.78060249367,2876.32541685072 -4859,449.025615233727,4568.41836005426,92.6227120056528,1830.37061774919,184.409812073208,3257.96975378656,203.24218345621,3839.30663004167,33.4086432869715,1404.12941510269,265.380903494755,7792.11858683624,148.451645970309,4545.51154523526,169.027280412467,5137.16374174093,127.436667345878,5832.89932004635,42.5330966749656,1582.80424529608,88.0889627949982,3043.4083519796,198.470598587676,6985.07294821757,104.130615334231,2033.67616470305,68.0442717604147,2769.74931849528,86.7981013220171,4951.12847783054,110.547845487123,3315.80380283665,116.602892904105,4224.09791133839,136.903307129043,5954.67070280846,1590.27593369123,530.531883008601,14209.2138272011,5837.00281419863,356.188839949354,2699.26653127033 -4860,412.198811723686,4521.37217974595,85.3245817470459,1811.52121751329,168.516524690806,3224.41874764056,185.945356743267,3799.76893937061,30.5923341350996,1389.66950350249,242.98224529103,7711.87431253215,135.922041789746,4498.70126235475,154.737827289997,5084.26054579449,116.734646182426,5772.83134651516,38.8800472783852,1566.50431651371,81.2472399595824,3012.06692770659,182.997009948022,6913.13973731421,95.3325577647883,2012.73309688555,62.4866314772687,2741.22607137191,79.486856492339,4900.14109779232,101.230292306597,3281.65721395608,106.588194684081,4180.5975888385,125.145062783012,5893.34871137035,1452.97985627447,485.277718617473,13026.9781194025,5352.5760000639,326.231349825944,2474.91956995309 -4861,414.328599844697,4459.51034707259,85.4724409059638,1786.73581653612,165.21958364509,3180.30195187468,184.853432107836,3747.78014902555,29.873344360002,1370.65591672411,237.077823210254,7606.35973435675,132.619162174628,4437.14961527161,150.969623831634,5014.69722239442,114.360094818457,5693.84693368372,38.6783247391137,1545.07125945542,77.7584396559677,2970.85554919688,175.385526022987,6818.55351952992,95.6988877021746,1985.1946963501,61.7725831274451,2703.72036252832,77.6593334528269,4833.09691372241,98.8617694734419,3236.75727619593,106.035179891324,4123.39826566092,124.495768823539,5812.71536879755,1391.09918737959,470.272756585243,12837.3160146673,5319.34188128846,310.753548116916,2465.54073697227 -4862,373.475584741247,4394.98429311449,76.4519908441704,1760.8829755886,148.522687592607,3134.28516541641,166.525819928975,3693.55234254051,26.6635061591953,1350.82346635238,211.56665433971,7496.30092959,118.34844804416,4372.94710575549,134.751133705798,4942.13799540033,102.161089653923,5611.46087649849,35.01977013939,1522.71513878352,73.5881966703382,2927.8693084328,165.71341499546,6719.89372998459,86.421229494458,1956.470291623,55.0609591246002,2664.59938456834,69.322847218765,4763.16531855428,88.2413058761042,3189.92361994257,96.0053893628933,4063.7355228319,112.719804617548,5728.60936694103,1237.65437921974,421.362742135256,11585.1291656287,4833.2132825085,278.102196582739,2244.33110277442 -4863,374.492054973724,4279.05834152931,77.3044653094823,1714.43638534821,151.709493628646,3051.61251720935,168.472651744519,3596.12797387792,27.4572250808453,1315.19296455382,218.012309879224,7298.57193656651,121.954088697266,4257.60242630793,138.848739102512,4811.77983897196,104.934998507884,5463.44807406135,35.2340454569129,1482.55067181758,75.2680699381472,2850.64126549557,169.398052792104,6542.64393265991,86.7615717420341,1904.86471918447,56.2999143483479,2594.31557951964,71.3554953839292,4637.52790206203,90.8599749158157,3105.78340317201,96.5928171274891,3956.54687867387,113.409502803156,5577.50655340815,1294.71496463902,435.245127700181,11792.4195940104,4878.71271179904,290.807950246232,2256.76340681383 -4864,395.924197182546,4237.01568907042,81.4797841882092,1697.59168556636,158.004795186493,3021.62977935904,176.730235238746,3560.79525659849,28.5212614327725,1302.27091574965,226.348309013571,7226.86192495082,126.617170237816,4215.77058275017,144.1452497394,4764.50308522565,109.177092748257,5409.76854219433,37.0279779799678,1467.98429817341,78.6934606149155,2822.63311266273,177.139210983119,6478.36107342579,91.4993894507236,1886.14902078124,58.876362414092,2568.82588071842,74.1442749554935,4591.96321041889,94.3871938466538,3075.26842491969,101.510816008725,3917.67296949086,119.18371898707,5522.70637287864,1329.61736746716,450.640863597069,12340.1451933718,5132.22802321812,298.955453047395,2378.45357481523 -4865,429.631794372775,4166.05652787736,89.3259468724302,1669.1613726065,177.543607278382,2971.02521937774,194.680548535585,3501.16105575277,32.3995519205926,1280.46121321159,257.435353690524,7105.83049672754,144.006978207693,4145.16722267623,163.927985665885,4684.70986111711,123.406947483737,5319.16877429804,40.5845679817151,1443.39932089526,85.5623590046941,2775.36123718986,192.655624824986,6369.86511744859,99.3122580538075,1854.56085537864,65.8978157280796,2525.80462634426,84.1617113930479,4515.05958731424,107.20495861304,3023.76555500143,111.261074407419,3852.0619809687,130.631484877764,5430.2151855682,1551.38907724584,514.194592601959,13698.2436722427,5609.22879685156,346.764169924956,2584.05226625513 -4866,445.290026681991,4090.28877632123,92.7271056975836,1638.80446233885,185.351863388773,2916.99141086302,202.537293568517,3437.48570731351,33.8681856426992,1257.17356302474,269.166400753317,6976.59730076073,150.569218453669,4069.77938331671,171.404243278385,4599.50940104306,128.902553947025,5222.4294584776,42.1847036278551,1417.14832780141,90.2193467631913,2724.88595455968,203.039241261513,6254.0168675664,103.046702835497,1820.83209889256,68.653416495237,2479.86801071565,87.9637145319682,4432.94454379921,112.061046559426,2968.772562035,115.647786402662,3782.00482423071,135.781917809693,5331.45627715606,1630.08245395031,538.45220988326,14287.4904661341,5843.3878354173,364.130897217358,2687.8564590961 -4867,460.630516370258,3929.65595099243,94.0579453274715,1574.44573234627,180.481331240538,2802.43603411327,204.078193885278,3302.4896052315,32.3202169662386,1207.80214882865,256.321098687029,6702.61406953019,143.383674167646,3909.9519978784,163.25188191879,4418.87858727434,124.07165115168,5017.33547981966,42.9277380039037,1361.49442357769,91.1611314955036,2617.87489653522,205.209565935371,6008.41063924657,106.521875086258,1749.32482385914,67.2467191928435,2382.47923774934,84.0570088746872,4258.8550245656,106.968971545374,2852.18364851892,117.684787339522,3633.47885123823,138.17355799919,5122.08062380994,1481.74709140793,508.870233060344,14174.1587982023,5963.43288365382,331.93950901312,2769.08675293059 -4868,446.460767491423,3825.49154290854,90.9612438562484,1532.7114915335,174.776569019137,2728.15113631893,197.846277160093,3214.94965791239,31.2583347854591,1175.78662444581,247.888271458305,6524.94614239499,138.666427878249,3806.30988758308,157.890520028669,4301.74622806062,120.012580037386,4884.33966875338,41.6297471230466,1325.40493826139,86.8256006693937,2548.48220861648,195.574890450976,5849.14414223835,103.351207306704,1702.95501767351,65.0041350018853,2319.32624352611,81.2976975598775,4145.96445137511,103.455125193744,2776.58007782477,114.126393911748,3537.16528624815,133.995652835815,4986.30830608265,1430.00110834439,491.236776360109,13700.652794104,5775.12220390103,318.108383156592,2679.95536303009 -4869,388.838770331011,3662.25948176027,77.9220118538111,1467.31135847807,144.565133772338,2611.74211329264,168.713048675442,3077.76915358693,25.3310090826324,1125.61632030943,200.476805782642,6246.52952697233,112.144888367566,3643.89629932905,127.723422435129,4118.19258653061,98.0886241998116,4675.92701836945,35.8240260347308,1268.8504857154,71.5188673537825,2439.73958063098,161.35394029923,5599.56370438304,90.0611176808141,1630.29066736461,53.9198078759506,2220.36160095414,65.9667636183556,3969.05795053604,83.8598139306551,2658.10461291708,98.2102268039234,3386.23598113265,115.308501431504,4773.54469827088,1103.01568190359,393.908346784454,11468.5036083136,4943.6037909096,245.154944814731,2315.19007655677 -4870,303.482145166265,3366.98619560047,63.2562065894177,1349.00793164683,118.453562437344,2401.16782705359,134.079730542616,2829.62097715458,21.5563443628032,1034.86239325751,170.97226253806,5742.89691718335,95.6403171999315,3350.1035628812,108.838314750924,3786.15924369403,82.7368444287234,4298.92578636124,27.8486671630649,1166.54816267449,57.0408077548772,2243.03316839151,128.568480258793,5148.09335273564,69.8612184117269,1498.84687285854,45.1992046841899,2041.34275489967,56.0594622818609,3649.04873495469,71.3433260086151,2443.79230437598,76.3460789030251,3113.2173622059,89.6378334005387,4388.67294445084,989.858515797642,336.902751179645,9322.80010454514,3884.90996287983,221.032872776886,1797.30452714513 -4871,267.945741635279,3153.84878906964,60.5257860351442,1263.6128527135,123.817578067923,2249.16878293152,127.064139928952,2650.4999349228,23.7635043488623,969.353396843034,188.680699928729,5379.35929516941,105.546254829912,3138.03486300497,120.096585022391,3546.48728930107,88.9044976398802,4026.79461630453,25.9619498800681,1092.70317622619,53.5902370947001,2101.04438539671,120.75704918746,4822.20806481423,62.8402826469702,1403.96666940379,47.0984771548918,1912.12140519876,61.756971528449,3418.05616816332,78.5677745442109,2289.09503993953,71.1737140745057,2916.14406400992,83.5649664838952,4110.86058789455,1218.29815157438,379.266578060814,9298.26754143216,3577.86501834993,271.688607938037,1615.37388975853 -4872,277.463521085632,3012.97015849003,62.0604509834348,1207.16878700876,127.989326562017,2148.70111968148,131.421899143045,2532.10529200988,24.4556876238881,926.053546968107,194.159612217259,5139.06978809932,108.611108165809,2997.86262147477,123.594865180366,3388.06996935337,91.4606098818189,3846.92254598322,26.9757891090615,1043.89344012526,55.3734723516139,2007.19326075577,124.800467477179,4606.80583281903,65.0891260866614,1341.25316758642,48.3701747004716,1826.70924276411,63.5593855630441,3265.37571186375,80.8570042996142,2186.8439188297,73.9531163819299,2785.88341748357,86.8282591711651,3927.23339177362,1251.58145587296,390.592205001862,9597.81945301421,3702.89963128229,279.081495228868,1675.04335470248 -4873,275.150334351531,2940.71138253881,62.294934344747,1178.21777378018,129.19251968399,2097.16973880945,131.245974066567,2471.37889269103,24.8879139772621,903.844400428554,197.701488610677,5015.82167315547,110.592401369285,2925.96616312875,125.826715085759,3306.81533490811,92.8863766891871,3754.66344624782,26.8021449646601,1018.85818977788,55.4212388448981,1959.05560240192,124.875053245382,4496.32277689282,64.3717433476172,1309.08646594904,48.9879462940941,1782.90005549786,64.6596104738966,3187.06360137196,82.2814596800927,2134.39777550307,73.4770774579882,2719.07076581394,86.2693424806215,3833.04823133826,1288.00006148851,398.177908302588,9653.66548067102,3684.86933506736,287.398493431053,1660.03405587039 -4874,303.583517489849,2934.40823362808,70.6904009532194,1175.692370532,159.071814680829,2092.67464512794,152.94082806134,2466.08171552908,31.276317095495,901.907091693717,249.176978077073,5005.07071299553,139.387318553538,2919.69461926237,158.593349468158,3299.72747528341,115.459724885837,3746.61566469677,30.8105239870591,1016.67435938663,65.1606369016475,1954.8565438817,146.7020107155,4486.6853156371,71.3163824532889,1306.28055749407,59.1638561702643,1779.07857046213,81.1043463092891,3180.23241875856,103.37168158523,2129.82288689156,84.4658985504093,2713.24268352151,99.1713032427706,3824.83243908894,1713.06142768391,509.095437604209,11523.0473713395,4178.08679260059,383.506028211855,1854.5263116968 -4875,479.631310064534,2997.04983515634,111.827988805544,1200.79019167042,248.431843004485,2137.34753342826,239.910365502634,2518.72582495802,48.875150878491,921.160344872991,389.280166683461,5111.91530320328,217.759758621435,2982.02212530876,247.734402499353,3370.1676448855,180.590080680322,3826.59567663168,48.3262162197708,1038.37758028646,102.163957072008,1996.58739212,230.014119227388,4582.4637933908,112.317228268718,1334.16607977039,92.9123405816733,1817.05703904098,126.763043971483,3248.12169526077,161.542186207391,2175.28878869673,132.484513351957,2771.16300458756,155.549897344153,3906.48216553669,2663.22348170768,793.554913258288,18069.8651464626,6577.33588326398,596.051537823245,2920.76467454833 -4876,609.382683404115,3172.30336906068,140.697613216544,1271.00681673262,298.669958107325,2262.32967554052,296.823383608162,2666.00919561875,58.3358143644005,975.025517162698,463.974098785622,5410.83633260929,259.542859886592,3156.39690864099,295.257237758838,3567.23937278536,216.757176271932,4050.35719280206,59.9533350775722,1099.09707127976,125.920966741002,2113.33853589924,283.566561413347,4850.42496118985,142.594074506434,1412.18190638505,113.345906949437,1923.31008283832,151.438216057703,3438.05674371021,192.839022202179,2302.48955893741,164.359824602395,2933.20772732859,192.974659434245,4134.91507199481,3093.33735392263,938.559100088945,22096.974875117,8244.8604641672,691.234961692694,3684.58267231873 -4877,558.592471954769,3632.49821870593,128.005068347323,1455.38728823133,291.574434009435,2590.51785421135,280.957238004512,3052.75773704022,56.8306415032712,1116.46902652159,452.704571356004,6195.76725593316,253.238789494928,3614.28426423236,288.195364604193,4084.72619413362,209.827553240993,4637.92821060892,57.104816537978,1258.53920294855,119.462640617531,2419.91309596902,269.060817385042,5554.05898544501,131.530980065245,1617.0421497082,107.091543474687,2202.31788613523,147.38377838343,3936.80349714951,187.834152663353,2636.50359010453,156.550717620463,3358.71781637659,183.805996934334,4734.75260279692,3104.65387936198,926.632005066142,21064.6635828598,7682.5897895366,694.931405338109,3424.50444027547 -4878,576.658270968283,4043.8274210783,123.224255608266,1620.18937659253,258.188006837902,2883.85747299408,270.139656194691,3398.43950463106,47.7501944520049,1242.89340074088,378.658697777777,6897.35053279316,211.818206230486,4023.55099309075,241.240802578669,4547.26383797618,179.320081821073,5163.10818226207,56.8474773981166,1401.05102135423,113.010775102329,2693.93413153336,255.004273214388,6182.97784923073,136.498870145671,1800.14937167923,94.42144807347,2451.69933243835,124.19343366681,4382.59098137741,157.893249088363,2935.05044504447,155.845231998417,3739.04524869016,182.977687169588,5270.89657157022,2386.61798537864,764.071207852467,19329.7654164151,7657.47445213451,531.363774028475,3511.46178589878 -4879,522.735751130234,4281.00776681812,113.712447542481,1715.217437014,236.262585789073,3053.00275079298,245.696618758686,3597.76627423621,44.2144770092022,1315.79213152471,350.758344748461,7301.89697202286,196.211004371531,4259.54207685184,223.396052696103,4813.97195802097,165.84975578529,5465.9370758439,51.2488054911101,1483.22608251333,103.04140594574,2851.93994191658,232.410746219191,6545.62458740215,123.331251958506,1905.73252493961,87.535479566284,2595.49748076852,114.968506374377,4639.64063655834,146.196116120663,3107.198315572,140.496682473168,3958.34937630911,164.956974841562,5580.04751720344,2227.73229651596,706.817238061205,17707.3774126697,6952.054184289,496.247559397027,3172.80003929354 -4880,525.775497886614,4370.9413539055,113.925120405711,1751.24999410046,235.370115622466,3117.13893173957,246.050471845879,3673.34661516713,43.9300059759694,1343.43373198303,348.394816870155,7455.29211237424,194.88886853127,4349.02472187063,221.896074064613,4915.10182974849,164.946419366818,5580.76315297337,51.3962895965855,1514.38506407273,103.100964014951,2911.85228104437,232.564873942816,6683.13227973458,124.049578365846,1945.76734181738,87.2641846465594,2650.02258593908,114.251184908081,4737.10823016472,145.259958829082,3172.47301385149,140.901004629329,4041.50469340893,165.431688966961,5697.27077786411,2199.54454992164,701.155235007273,17687.8895890599,6977.36675635423,489.778783017551,3188.79598869077 -4881,494.750180504373,4481.86377764125,107.491213576028,1795.69188388681,219.241831223858,3196.24331165094,230.378259680141,3766.56601043809,40.9577314382025,1377.52637098556,324.728054420195,7644.48684270932,181.649898453853,4459.39096199544,206.80337263953,5039.83354397674,153.966544387189,5722.38751374634,48.0476564784359,1552.81597590048,96.511129987554,2985.74705254144,217.689507127246,6852.73172539003,116.574341288174,1995.14554484164,81.8362331974338,2717.27284266563,106.5408475085,4857.3229582619,135.435712435737,3252.9816199938,131.720852245066,4144.06692425007,154.653283817205,5841.85178048839,2038.43826263007,651.926638433056,16549.0236516611,6549.34666934821,453.73845747475,2993.30692512095 -4882,476.108792460324,4588.82237163726,103.709862255989,1838.54563595949,208.939795586392,3272.52088447428,220.665148703979,3856.45419639309,39.036912276368,1410.40070433056,309.409523723736,7826.92067048342,173.080852732065,4565.81324768673,197.03506705874,5160.10795136209,146.943791733745,5858.9509063742,45.983006307374,1589.87355322923,92.4080366612516,3057.00118310219,208.430927158914,7016.2705089729,112.071936067311,2042.75921024536,78.4429200380199,2782.1199012052,101.563102729268,4973.24179470491,129.08783728006,3330.61323880942,126.060691062341,4242.96407812038,148.007695826211,5981.2661589198,1931.2202674575,619.844753253974,15834.2171878529,6288.3218484088,429.711573779549,2874.88193946689 -4883,447.534607383644,4555.29221632954,95.3720406077245,1825.11153114535,183.96353814248,3248.60883806726,201.68695409592,3828.27539632853,33.617188123292,1400.09502003242,265.836616770157,7769.72999182813,148.706567801282,4532.45121819366,169.335522601587,5122.40345835683,127.676682669187,5816.1400242086,42.5090424844669,1578.25647528589,83.9299964137283,3034.66392178677,189.433364960273,6965.00318572654,105.537166947329,2027.83293329919,69.3763502749334,2761.791175267,87.5915085147697,4936.90271764889,111.191486400271,3306.27671625028,116.536949240984,4211.96108149454,136.825882758681,5937.56152905987,1583.26735580088,527.850859015825,14199.8321751793,5831.87775171378,351.16214631447,2692.96069734793 -4884,410.830678362381,4511.23515311657,87.8669829278548,1807.45974279023,168.109570030384,3217.18952221747,184.523355383334,3791.24976479426,30.7846935625644,1386.5538306043,243.40834518129,7694.58410235685,136.160398164391,4488.61506447473,155.025382227612,5072.86150972877,116.957488941991,5759.88851793124,38.8582333726002,1562.99217565464,76.7917479979305,3005.31380023957,173.316104776973,6897.64030952463,96.6215023817913,2008.22050022466,63.7178833279675,2735.08017570618,80.2174806797479,4889.1548620167,101.82402207419,3274.29965849639,106.528392677669,4171.22458714786,125.074849323922,5880.13567991698,1446.01315992628,482.446313682697,13008.1359431948,5345.17416675631,320.666486239792,2466.89149309792 -4885,412.988129166302,4430.46387371102,88.0687505420424,1775.09813206853,164.847629983397,3159.58744540706,183.459571127091,3723.36944296337,30.0710604399053,1361.72831762141,237.556252407465,7556.81664370163,132.886791084135,4408.24878579246,151.289866025675,4982.0346074546,114.604593567538,5656.76076044664,38.6629658799005,1535.0076274226,76.2285882447422,2951.50524616923,172.060139179071,6774.1417079732,97.0153300064461,1972.2643743243,63.0318326197464,2686.11001175542,78.4018258454185,4801.6171301066,99.4723322667133,3215.6750549017,105.993074153535,4096.54101709298,124.44633253076,5774.85496059625,1385.29920585808,468.446765612865,12871.9517814294,5344.68682754016,306.804822569484,2471.73219395692 -4886,372.28293718887,4348.39297954732,78.7805205885281,1742.21582107811,148.199770827972,3101.05854770594,165.277054255009,3654.39692265933,26.8418932444342,1336.50336063703,212.005765560292,7416.83249832584,118.594082837776,4326.5894088381,135.044965513694,4889.74629484371,102.385481259066,5551.97367112294,35.0085528766507,1506.57280612134,68.5855613453257,2896.8309092179,154.845904723243,6648.65600647275,87.6166919400646,1935.72971218915,56.1854272420484,2636.35191491258,69.9911908649142,4712.67091080936,88.7922343630253,3156.10717789864,95.9746376568545,4020.65578389064,112.683699078897,5667.88026815059,1231.29994761733,418.582575112412,11554.1659796536,4817.13569898717,272.612718849391,2233.07074974752 -4887,373.263626284674,4235.5211242196,79.6249746114441,1696.99287710057,151.354241323471,3020.56392971585,167.192491465792,3559.53922173291,27.6333916987148,1301.8115527263,218.416961418683,7224.31272178345,122.180447060984,4214.28351189784,139.12107246398,4762.82245447859,105.145107270247,5407.86030051964,35.2169003888134,1467.46648141402,69.5302528552096,2821.63745710076,156.932746543664,6476.0758964376,87.9440217276388,1885.48370060385,57.4227997602857,2567.91975311566,72.0215943615205,4590.34344138469,91.4038312257684,3074.18365478146,96.5458145648796,3916.29104958618,113.354317154631,5520.75829351523,1288.31108206738,432.360217216549,11746.6719703768,4849.63566600454,285.550271608345,2240.98862467596 -4888,394.645751103678,4185.1609120959,83.9531990083578,1676.81568549727,157.65076488441,2984.64952018455,175.398444844494,3517.2164130367,28.7099905526936,1286.33305456335,226.804842973921,7138.41587215223,126.872551152429,4164.17581431252,144.450944589439,4706.19264622583,109.410688181669,5343.56101269122,37.0136751870946,1450.01835139152,72.8608446914764,2788.08827703335,164.468480837798,6399.07555897998,92.7586580433374,1863.06535907434,60.0737512527141,2537.38726851912,74.8530493703214,4535.76440313911,94.9700031004507,3037.63170841606,101.471605437287,3869.72647294706,119.137681905395,5455.11665212303,1322.70961351042,447.535572115584,12297.6701488588,5108.59207522011,292.943158899176,2363.81964831969 -4889,428.182177563151,4128.95242410576,91.9630578729769,1654.29533889661,177.096973860158,2944.56440990236,193.179571221917,3469.97870326561,32.5982222020423,1269.05705548771,257.854734653869,7042.54391615196,144.24157607618,4108.2491650955,164.212126717572,4642.98648082605,123.62858608674,5271.79471951517,40.557575797944,1430.54398928178,80.4973874031092,2750.64306770289,181.650072105084,6313.13325729563,100.641877770107,1838.04360027943,67.1777235759339,2503.30908017595,84.9206421169716,4474.8471614046,107.818014100893,2996.83502485068,111.187076345684,3817.75440340223,130.544603848313,5381.85211934498,1545.08177788305,511.678879253723,13668.7843144732,5582.41752388378,342.845148112285,2571.08835250692 -4890,443.775971777296,4068.13028323893,95.4491621564952,1629.92649813442,184.8767058499,2901.18907084906,200.96947555268,3418.86367169906,34.0727111395058,1250.36302391053,269.584908307091,6938.80268735303,150.803327744845,4047.73199663003,171.688728669544,4574.59228569536,129.125788587334,5194.13777215501,42.154546412898,1409.47115067886,83.7896507227362,2710.12431549798,189.069002117723,6220.13671947054,104.419350905557,1810.96802873181,69.9736200963554,2466.43371764603,88.7477850197154,4408.9297672444,112.692072125294,2952.68970581722,115.56511152637,3761.51641074262,135.684849343388,5302.57395527213,1623.64590839954,535.725894793533,14235.1606521657,5796.07281206555,360.403255428009,2667.65416058461 -4891,459.181857513148,3907.69240169963,96.9542300726613,1565.64587381349,180.106957596088,2786.77271835668,202.56081297793,3284.03140071232,32.543065450985,1201.051526799,256.89512769168,6665.15196181832,143.704780733541,3888.09857750042,163.634486459126,4394.18068524912,124.361696902306,4989.29269528488,42.9181269792013,1353.88478796149,83.9801165062947,2603.24312595544,189.610927244016,5974.82855855243,108.010039273963,1739.54753483509,68.6478376314055,2369.16313556891,84.886594346226,4235.05152282666,107.657402538419,2836.24228445611,117.658439074954,3613.17068867928,138.142622535527,5093.45239994869,1474.61545345649,505.614618720439,14119.3460606683,5923.18995061645,326.211151707916,2749.06580631205 -4892,445.060356239578,3812.04049076692,93.7633728256636,1527.32222796843,174.416780802642,2718.55851200563,196.377136807078,3203.64537060807,31.4744419401079,1171.65236692218,248.447103790461,6502.00336764352,138.979033564784,3792.92628126981,158.262995235749,4286.62058677645,120.295007939035,4867.16553392002,41.6210640126506,1320.74459834602,81.4019734071335,2539.52132955412,183.793419486548,5828.57759753198,104.797136169176,1696.96715010653,66.3588685814394,2311.1711142087,82.1017332174223,4131.3865642233,104.122746685371,2766.81716945515,114.102589489528,3524.72803624637,133.967704094192,4968.77563289098,1424.59900091131,489.07396822317,13673.1548376152,5741.33381455554,315.121820771669,2665.83503433395 -4893,387.702244958886,3667.4579533992,80.4180211041525,1469.39416460377,144.333723150752,2615.44940584571,167.505242022378,3082.13795807383,25.5268286006265,1127.21410019002,201.060267392641,6255.39629535656,112.47127144647,3649.06870496049,128.108492088499,4124.03824205321,98.3754508001251,4682.56436182143,35.8316613035719,1270.65158235994,69.0873860400837,2443.20272055306,156.074092557126,5607.512123454,91.3696296998133,1632.60481791558,55.1207751036657,2223.51334016547,66.6791668754415,3974.69191374698,84.4653310340982,2661.87771570031,98.231158607732,3391.04264537868,115.333077435531,4780.32060720216,1098.52877893942,392.40733821223,11490.2705152559,4952.59992858967,242.117058774714,2316.55918337013 -4894,302.506919102511,3370.30022111271,65.2084720397461,1350.33572048883,118.19342897277,2403.5312259438,133.075210468615,2832.40608988255,21.7041639429192,1035.88097788296,171.349994008259,5748.54948175953,95.8516167235497,3353.40097131446,109.089574195008,3789.88584891249,82.9262529214474,4303.15709261068,27.839070393616,1167.69636173079,55.3133140928246,2245.24091998686,124.814785994343,5153.16046965244,70.8310190039038,1500.32214376464,46.1485776924925,2043.35198855136,56.6103772764548,3652.64038633088,71.7999527619877,2446.19765728592,76.3197697187014,3116.28161051704,89.6069438209401,4392.99258618914,985.657794728073,335.478726035044,9339.0698394981,3895.83214374297,218.090175079513,1798.95892408626 -4895,294.256104457892,3156.83791246812,61.2819382831178,1264.81046711968,132.886624496875,2251.30047772282,141.006328803904,2653.01199935678,24.7054176003886,970.27212095243,197.033371802593,5384.45769075318,110.218662948191,3141.00899843809,125.478433331677,3549.84854370731,93.0884329259879,4030.61109160614,27.1526735873421,1093.73880756114,53.6394325701647,2103.03569232158,121.0638731805,4826.77840915314,62.3071983158583,1405.29730695267,48.6409017395511,1913.9336565828,64.0217307985561,3421.29569940052,82.9049909535287,2291.2645756411,74.4380385599451,2918.90789799121,87.3976056789322,4114.75673840556,1263.3330472873,397.933436889,9715.08710564256,3728.51399942546,282.635040067743,1696.48257628373 -4896,304.716678344856,3030.12512372291,62.836007975082,1214.04205075915,137.384210780676,2160.93519139976,145.867336893392,2546.52235423269,25.4257219496052,931.326223286278,202.761744754154,5168.33013881862,113.423062293405,3014.9315688387,129.138005965741,3407.36064250094,95.7685976946354,3868.82579064165,28.2141650333714,1049.83706210961,53.9629523196717,2018.62162837731,121.94482064111,4633.03562924564,64.5338607376908,1348.8898683329,49.9546912885401,1837.10998751158,65.891741103645,3283.96780002349,85.3241607807982,2199.29516441922,77.3480776371805,2801.74541765477,90.8142788302228,3949.59390274896,1297.55780537105,409.474091691984,10003.2161822115,3841.16347555057,289.86622597523,1752.15756557402 -4897,301.957345857001,2951.3682487683,63.0767654257624,1182.48752608533,138.608295637567,2104.76968809375,145.550800728811,2480.33494135945,25.8706412141275,907.119848990028,206.415599700918,5033.99854726805,115.466995273665,2936.56959404605,131.441245364258,3318.79892802065,97.2426328364142,3768.2699995196,28.0289235003795,1022.55043768081,56.2550395621458,1966.15503882227,126.89207964724,4512.61703502454,63.8377743820795,1313.83047429793,50.5868705155511,1789.36112049894,67.0226065274683,3198.61322527126,86.8041384267909,2142.13263575122,76.8402449064036,2728.92442693549,90.2180330718186,3846.93884382581,1336.99053804279,418.507965664599,10096.9633071101,3834.52953488455,301.390590801725,1744.38741240481 -4898,331.451969998887,2955.91691617973,71.6040155316869,1184.30998333938,170.312485658552,2108.01357244901,168.925417516159,2484.15764925837,32.4819213418745,908.517907838523,259.863552511347,5041.75697766747,145.365290380676,2941.09545367723,165.482870353222,3323.91388191882,120.758156899808,3774.07768107592,32.2017257794806,1024.12639888266,67.0168197473616,1969.18528940338,150.967244725058,4519.57190893972,70.811529587185,1315.85535813446,61.0534062561158,1792.11889517496,84.0040627795904,3203.54294820421,108.900651007606,2145.43410411772,88.2798262041936,2733.13026252182,103.64923081343,3852.86777030252,1776.35146227585,533.719222978226,12054.3329381217,4370.8189062252,399.072515455947,1952.91691897157 -4899,523.976569849311,3010.37092267057,113.2683772701,1206.12738394591,266.021732550663,2146.84747340495,265.063552128132,2529.92088976643,50.7634082665596,925.254657027814,406.018407659932,5134.63640390721,227.122977266343,2995.27641865905,258.523003332952,3385.14714159207,188.89301731977,3843.60387425723,50.5102756088585,1042.99289180299,93.8936216667682,2005.46169079473,212.417906958985,4602.83162328355,111.511554062993,1340.09609231094,95.8864658125836,1825.13337315844,131.304556027862,3262.55873025828,170.204736440774,2184.95736743808,138.47203043749,2783.48008536055,162.579833481117,3923.84543730797,2753.82279058413,826.36157503195,18716.2442415607,6808.8802546389,606.969110296197,3031.89898495233 -4900,667.503957592117,3180.10107651908,142.482830159409,1274.13102592118,320.120220551438,2267.89061437013,328.599306602054,2672.5624023491,60.616135659448,977.422186983579,484.19130082261,5424.13648518563,270.852177474187,3164.15551708816,308.283991742581,3576.00785606926,226.828561989911,4060.31320798003,62.6801611701344,1101.79871624657,128.708541667495,2118.53324578235,290.079068126705,4862.34758979629,141.483977091565,1415.6531322115,117.014133830208,1928.03769165532,156.921949426758,3446.50768852661,203.318151506298,2308.14921311227,171.83531629464,2940.41772369763,201.751624650071,4145.07893539174,3203.86846812375,982.546989088109,23122.0125204051,8665.48540056971,712.536288307365,3886.76438108194 -4901,609.917311337929,3617.68257264403,129.659650452658,1449.45129001545,312.271180689198,2579.95206908656,310.448428789577,3040.30664266341,59.0238080534023,1111.91535328072,472.145317191974,6170.49696281281,264.113764597638,3599.54290630128,300.732012255389,4068.06607376786,219.470506737006,4619.01177935645,59.6889849958516,1253.40607685646,137.909808739501,2410.04314593139,309.561697120267,5531.40598820153,130.583372495412,1610.44681979616,110.512950406332,2193.33542823649,152.658706433302,3920.74669994899,197.893847982781,2625.75024579984,163.635118745598,3345.01882152699,192.123783216509,4715.44125987802,3217.65557474248,973.043963680495,22304.8785451516,8276.47583920204,719.598607376945,3690.24410300731 -4902,633.920540649006,4029.20671250276,124.753682041444,1614.33148152291,277.510010700724,2873.43070763158,300.408766874443,3386.15223605233,49.6620233151151,1238.39964264725,395.614859781193,6872.41273461768,221.303327901255,4009.00359519682,252.176778224116,4530.82292384503,187.848079303219,5144.44064474962,59.4775206237608,1395.98543458465,122.603933741988,2684.19404577857,276.282121214446,6160.62290975151,135.262618967132,1793.64082009798,97.5346484251054,2442.83506160731,128.789758050548,4366.74545216158,166.709244239659,2924.43858831986,163.055397082716,3725.52649894162,191.443132755048,5251.83931845822,2476.89169035401,804.787497578475,20373.536459761,8100.75314160483,555.87466588164,3738.30456602097 -4903,574.475461794748,4253.8457458864,115.126532564304,1704.33477235552,253.826758238844,3033.63214248332,273.050748325879,3574.93926523013,45.9791800900736,1307.44372961447,366.408917946484,7255.56809592675,204.96579162649,4232.51625084242,233.486610689906,4783.42840047315,173.711085079797,5431.25694785714,53.6136544790856,1473.81535025258,111.378107363928,2833.84503141472,250.915056403599,6504.09408763705,122.235761871197,1893.64108536459,90.415659452566,2579.02963937676,119.211268775818,4610.20317160846,154.330044026193,3087.48384872596,146.979827478728,3933.23454950414,172.568827084269,5544.6433844109,2311.15720799434,743.805468282348,18652.9386788948,7356.36974436525,517.735134093658,3376.39288888073 -4904,578.047837656397,4345.59879993834,115.338444492052,1741.0963123436,252.92254035488,3099.06587717202,273.545001154153,3652.04868932062,45.6876636918082,1335.64455361219,363.983465389162,7412.0666084379,203.609015688147,4323.80923971368,231.946443525282,4886.60425375994,172.782416018245,5548.40609760914,53.7707753821433,1505.60471629273,106.958626854533,2894.96947077495,241.342418053358,6644.38372953556,122.93524047273,1934.48585577697,90.141244058479,2634.65785441773,118.476891609333,4709.64265438803,153.3642319458,3154.07913435205,147.410568554842,4018.07220083849,173.074559629729,5664.23821566226,2280.21263219629,736.402163590505,18557.6603462952,7338.53692447484,508.133456614562,3373.30221059482 -4905,544.18979918613,4473.93610555547,108.820862008444,1792.51560340868,235.621717228883,3190.58968848471,256.192000721064,3759.90358121184,42.6002842040273,1375.08975579588,339.29633174063,7630.96501608544,189.799259310985,4451.5030405853,216.194237531004,5030.91891611524,161.294852972319,5712.26556136057,50.2689174839668,1550.06930253483,97.6521386314797,2980.4657622707,220.540798414939,6840.61038196996,115.518459900557,1991.61646398875,84.540134080152,2712.46643864869,110.489719043082,4848.7311612912,143.011746608226,3247.22763619066,137.810356169958,4136.73675865224,161.80296257156,5831.51851567107,2112.05534200348,683.807206447466,17322.1327639347,6866.31494460157,468.802799411824,3155.85489931259 -4906,523.910555128122,4559.38601069668,104.989022662871,1826.75174014859,224.582695808729,3251.5283294919,245.461086210226,3831.71582814038,40.6060469426865,1401.35327105876,323.327100677884,7776.71256843665,180.866217766074,4536.52448559018,206.005248964372,5127.00690977732,153.951087796959,5821.36692956151,48.1104416467139,1579.67483818373,94.8868555308528,3037.39114311072,214.172158923839,6971.26256261274,111.048173827281,2029.65532594616,81.0401432093591,2764.27316865394,105.335371697691,4941.33946145737,136.327594255433,3309.24803320524,131.892975434418,4215.74632769416,154.855373433242,5942.89755467312,2002.35506737706,651.132958812471,16598.4803101339,6597.4774298108,446.335463047242,3035.93314628901 -4907,493.724372977443,4536.5127279216,96.5281025931477,1817.587390165,198.059318871412,3235.21623686426,224.934112316452,3812.49308204141,34.9933146423693,1394.3230372594,278.045487973843,7737.69877464489,155.536098493804,4513.76589328597,177.203969053933,5101.28601697246,133.865190563058,5792.16260871546,44.4922751592746,1571.75001032715,87.9901068303401,3022.15332241471,198.58491347903,6936.28950713557,104.501840215247,2019.47306015481,71.7069278372589,2750.4055115383,90.8991076046056,4916.55001513184,117.556872018865,3292.64637546914,121.973907404452,4194.59699801794,143.209408370805,5913.08354551653,1643.16972823996,556.144205904743,14928.2152323102,6132.47188271996,367.2637408049,2853.0919269274 -4908,453.325428363113,4499.14870119838,88.930753938203,1802.61721640137,180.993513769285,3208.57006321074,205.801529563114,3781.09228985962,32.046065100793,1382.83899073523,254.599271312257,7673.9688567252,142.420499709742,4476.58921605081,162.236222750098,5059.27035461405,122.629948033095,5744.45668756478,40.6712605781425,1558.80462409983,81.1563119657501,2997.26199635155,183.100335848456,6879.16022699281,95.6725334563182,2002.84009780863,65.8601888647,2727.75237879157,83.2492279831551,4876.05589174477,107.659360683474,3265.52719063671,111.498738916402,4160.04908782198,130.910526473189,5864.38168466832,1501.29669094745,508.702384715358,13686.6077050425,5623.80364316752,336.343635666501,2615.9480683716 -4909,456.146810706506,4420.06693043316,89.128243104485,1770.93251981712,177.57294686159,3152.17286030091,204.785784080114,3714.63183398957,31.3116458522018,1358.53275786024,248.563830627236,7539.08310693318,139.044329487814,4397.90397452957,158.380963123385,4970.34329640941,120.195562262241,5643.48607354268,40.4712744146304,1531.40543413352,77.6707920436416,2944.57896632508,175.496268458328,6758.24486983128,96.0422868687141,1967.63607322236,65.1625843195685,2679.80653333276,81.3833894284987,4790.34920368473,105.216898444478,3208.12884933523,110.950484332813,4086.92768860093,130.266821469199,5761.30314273368,1437.45520352567,493.259300473004,13497.3791154727,5593.04135831627,320.429899244142,2608.09315799484 -4910,411.203702761521,4346.31358963112,79.7274283165594,1741.38269812275,159.677264630292,3099.57562978569,184.540225563772,3652.64939980514,27.9508976939228,1335.86424829733,221.846045792973,7413.28578882196,124.09864544237,4324.52044533121,141.385486681351,4887.4080312171,107.388029333931,5549.31873213259,36.6478023950783,1505.85236702675,73.5051149727027,2895.44565240926,165.806377966823,6645.47663691688,86.7319613097674,1934.80405140758,58.0864233905546,2635.09121846375,72.6564760166349,4710.41732415875,93.9285484130166,3154.59793587037,100.468578869294,4018.73311702661,117.960029697319,5665.16990293492,1278.87073218734,441.980438871884,12179.139193948,5080.27054217,286.698437245695,2373.47830120104 -4911,412.014203831457,4243.83868388441,80.5866435698116,1700.32536892202,162.991882809061,3026.49560139684,186.543268861655,3566.52931314969,28.7686548356687,1304.36800208509,228.489430373963,7238.49955979899,127.814893909665,4222.55936592538,145.611588696736,4772.17550898504,110.256845174272,5418.48005648103,36.8618488735574,1470.34823779235,75.1832803659792,2827.17848433533,169.48726786161,6488.79337466111,87.0718632366711,1889.18634373013,59.3574239235664,2572.96253891098,74.7501563562289,4599.35778798714,96.6576892165208,3080.22062289455,101.055379280215,3923.98171704228,118.648991307781,5531.59975437792,1337.78635865965,456.333800618142,12390.6354884668,5125.57772950754,299.812576065909,2385.32516705354 -4912,435.866695199806,4196.66253894871,84.9633993010223,1681.42389739656,169.825803090864,2992.85191091422,195.792079979829,3526.88239998272,29.8943921448026,1289.86814511608,237.313904221938,7158.03361144736,132.751223729568,4175.61977008189,151.221387871927,4719.12616846099,114.748633793834,5358.24614574204,38.7451220956228,1454.00328061114,78.6047526309285,2795.7504796747,177.234919383566,6416.66144894412,91.827775302097,1868.18542088619,62.1042328929559,2544.36049658766,77.6995843091211,4548.22955579462,100.454387790303,3045.97970438569,106.218302344571,3880.3612253136,124.71077266122,5470.10836151942,1373.87785714239,472.608193508817,12970.6994613688,5393.7567048594,308.192670678674,2514.79604284774 -4913,472.287891460315,4135.51549596812,93.0797473705963,1656.92488219853,190.610167196313,2949.24486776201,215.356554947838,3475.49432012218,33.9295766495523,1271.07425302285,269.666005343078,7053.73821365602,150.848692683757,4114.77932861629,171.8224159221,4650.36662251809,129.607228299111,5280.17436743405,42.4469661573114,1432.81787428688,85.4659964914439,2755.0152827993,192.759101977112,6323.16813854114,99.6651929754978,1840.96521598136,69.4307359976282,2507.28815179009,88.1207099815036,4481.96004149542,113.974350496617,3001.59856814386,116.366769313044,3823.82281832415,136.626074723378,5390.40670621928,1602.98188919698,538.894966408463,14387.482130848,5891.22801667324,357.577629906851,2730.30156792902 -4914,489.348007594332,4066.63572469126,96.6102830004178,1629.32769219403,198.95387665575,2900.12322570095,223.988254944355,3417.60764213066,35.4615888979257,1249.90366282449,281.906162418432,6936.25349493663,157.695724406246,4046.24493204924,179.628342822547,4572.91166203617,135.359883085952,5192.2295385281,44.1168772164508,1408.9533361033,90.1175000972616,2709.12866413508,203.142525155012,6217.85155211982,103.412254725785,1810.30271136033,72.3167324301326,2465.52759386476,92.0861885192289,4407.31000504139,119.112678665222,2951.60494025387,120.944767991961,3760.13449666602,142.001097105468,5300.62588412452,1684.27752873082,564.237067458734,15002.8829061306,6135.33123461285,375.498487095563,2839.17677963695 -4915,507.47375155551,3920.94851005174,98.1153006368537,1570.9570317069,194.116509472395,2796.2263184126,226.281802422031,3295.17185692137,33.8932811940176,1205.12586723807,268.876402599895,6687.76223087396,150.406996143635,3901.28821750499,171.35353833973,4409.08711321081,130.459913725208,5006.21792833043,44.9306023616737,1358.47758637051,91.0571293384395,2612.07413653589,205.320040084882,5995.09703585709,106.90625548753,1745.44862126538,70.9780846586973,2377.20007399714,88.1314373397586,4249.41813516261,113.914455723604,2845.86370067076,123.175565027194,3625.42768775192,144.62027304571,5110.73097511767,1531.15453824886,533.937655696057,14904.8073518127,6268.77942331544,342.226588579228,2928.86103072877 -4916,491.878435770013,3807.62178798288,94.8860687227835,1525.55184200396,187.993057124445,2715.40731198699,219.38985611605,3199.93188520505,32.780816804936,1170.29425344249,260.039414154416,6494.46661129163,145.463665772548,3788.52973460161,165.731960619632,4281.65177745589,126.196295973746,4861.5237895715,43.5731599857829,1319.21366554301,86.7256644707112,2536.57765936063,195.684211386941,5821.82143843042,103.724339957506,1695.00012129643,68.6119061376469,2308.49213473262,85.241204699404,4126.59769344465,110.176948713238,2763.61003071693,119.454187550518,3520.64236988882,140.251008519388,4963.01610783465,1477.73830223237,515.506866643249,14408.6471992147,6071.19065362737,328.047974472689,2834.98265755141 -4917,429.253330449331,3622.88104428296,81.3679612446032,1451.53409614116,155.789765268884,2583.65936163963,187.508562188151,3044.67544715031,26.6040414151777,1113.51313316131,210.621280038286,6179.36373119704,117.819614321552,3604.71531193272,134.268228429578,4073.91172929046,103.271366822323,4625.64912280843,37.5226836770095,1255.207173501,71.4359011613422,2413.50628585346,161.459015105896,5539.35440727249,90.3908246660807,1612.76097034713,57.0150607893457,2196.48716744782,69.2674555312501,3926.38066315992,89.4686505507008,2629.52334858307,102.867033164791,3349.82548577301,120.776051811979,4722.21716880931,1139.97445445575,413.94480841722,12078.6975835192,5203.88541217051,252.791169473572,2452.60098331195 -4918,334.423918412816,3325.20346609321,65.9887699202948,1332.26737191873,127.341235945703,2371.37045338143,148.611936165384,2794.50669956978,22.6039779310886,1022.02023325365,179.334497172227,5671.63024291178,100.318074638709,3308.53033897785,114.23048071154,3739.17477201505,86.986837819173,4245.57812086204,29.1421458211978,1152.07184364417,56.9761706571568,2215.19817213487,128.645318981214,5084.20791349133,70.112728320347,1480.24688170227,47.7150718212997,2016.01064267687,58.7728314019899,3603.76574078897,75.9693559783206,2413.46598080534,79.8921022410526,3074.58378565238,93.8012148573948,4334.21155854631,1022.87537275264,353.452750377476,9805.16944270429,4085.68860887321,227.911124827905,1901.4962221999 -4919,309.307529141503,3123.50270094991,63.0343018740756,1251.45446797719,138.751706763316,2227.52745557318,141.336227422185,2624.99703038748,26.6050360370652,960.026353738844,212.312217473831,5327.59951779372,118.765509230469,3107.84093525373,134.482961664356,3512.36326402453,96.7279948018713,3988.04911122835,26.2847715996326,1082.18927112415,53.5999129768274,2080.82829948807,120.83228030167,4775.8091533085,58.8481955675962,1390.4578111432,52.8170499614272,1893.72312153378,68.9174258259101,3385.16789716037,87.3367740445237,2267.06954523694,72.0587177383857,2888.08515229451,84.6040481515014,4071.30620656831,1326.46962521164,414.229568869341,10125.2535714281,3845.37293260713,289.451221468796,1724.02394737158 -4920,308.822236893752,3008.81137865763,64.4267323389051,1205.50254109804,138.807428160699,2145.73528384099,140.911956502022,2528.61024630149,26.8903469522381,924.775322288714,217.341876543239,5131.97636909156,121.579054431689,2993.724694461,137.679933154941,3383.39344210015,99.0171200294452,3841.61266800253,26.3614285131614,1042.45256193609,53.3916473988768,2004.42274713849,120.39280543173,4600.44709370728,60.7890838242958,1339.40184602328,52.2765038142383,1824.18784986645,69.0797447338558,3260.86853856252,89.4177344531385,2183.82543477315,72.2688697982476,2782.03808375551,84.8507874156699,3921.81266134227,1342.41437001729,418.575291376301,10241.6866911505,3891.00396342964,291.63512500415,1738.99673865432 -4921,306.463186830577,2929.85956621665,63.9536703057066,1173.86991327796,145.685506700981,2089.43076077268,144.352344631054,2462.25900763016,27.6247699482827,900.509032845221,217.162434302484,4997.31228259611,121.478676086277,2915.16875963119,137.546008058343,3294.61252138524,98.7994303109982,3740.80798314045,26.7494997616422,1015.09839818479,55.1007138688009,1951.82629330059,124.170037909945,4479.73044172192,59.6068917210917,1304.25567365754,54.6529230473563,1776.3207957861,72.2476823070557,3175.30269582561,89.317931407137,2126.52141852506,73.3327526039499,2709.03684793517,86.0998908544512,3818.90351261223,1393.47635182476,431.248550659801,10401.0247944813,3884.45711729874,307.849384638935,1738.2881207521 -4922,348.350344404546,2944.15537267844,70.9516322210898,1179.59763391175,175.754062857176,2099.62582203628,169.896244345326,2474.2732279149,33.5501892027692,904.9029304228,264.764312742419,5021.69591177918,148.106730752715,2929.39288452499,167.738607295969,3310.68808470417,119.099601390235,3759.06068970507,31.5183662767284,1020.05141723302,65.1588071051729,1961.34993438489,146.816912798801,4501.58860862325,65.0626506342146,1310.61959188157,64.8432753949044,1784.98808434949,87.530596896374,3190.79610490245,108.640718500487,2136.89745804129,86.4064216993832,2722.25518335387,101.449668985149,3837.53727449694,1769.39272343955,534.176764609571,12213.763031174,4437.32073420713,389.254547649213,1977.01311218987 -4923,527.497524920758,3000.23390234433,112.894215177969,1202.06591174825,240.194200189628,2139.61825247694,241.976826991216,2521.40172048726,49.4610234058333,922.138986066938,417.088741793321,5117.34620448287,233.315620753125,2985.19022705058,264.202886381142,3373.74811261422,187.755154718111,3830.6610537211,45.0810317256075,1039.48075312775,91.8892386995462,1998.70856752678,207.15262878964,4587.33220513143,102.916846484168,1335.58349845596,90.4295730624001,1818.9874813142,123.434029891543,3251.57250131384,171.174887641964,2177.59981655328,123.587961499204,2774.107089498,145.104467215,3910.6324140704,2594.83469862122,782.821980249287,18109.6279203964,6719.00743526905,550.154191724475,2946.66300884466 -4924,727.85652158888,3192.4474513889,140.30538245643,1279.07769236378,316.717890525617,2276.695437555,329.016314281011,2682.93831697837,60.600114593512,981.216915652955,486.180142937766,5445.1950681614,271.964717531448,3176.4399851665,307.918161671682,3589.89129325132,220.556541696121,4076.07690471431,61.5115271829253,1106.07632241523,124.1295062854,2126.75820624658,279.937229932681,4881.22509231792,129.033966218181,1421.14924187449,121.075474364933,1935.52307514835,156.436979341297,3459.88835627597,199.834743379484,2317.11033565362,168.631549950139,2951.833555653,197.990086690703,4161.17172526538,3035.1120392613,949.865491125237,23055.4049400616,8828.4752744415,655.776370552851,3980.1135638164 -4925,793.586880478132,3630.80871636875,132.013446140383,1454.71037661929,355.048306087427,2589.31298480586,367.352297895375,3051.33787637656,64.808407190283,1115.94974835099,501.386108573039,6192.88555782092,280.470795389341,3612.60323334287,317.716974557257,4082.82635715196,225.206797943365,4635.7710751942,68.888506591782,1257.95384686665,138.629524575778,2418.78757612421,312.669890850481,5551.47575069256,122.77667074745,1616.29005120002,134.284219051424,2201.29357146477,171.188241235885,3934.97246013063,205.688934110826,2635.27733238621,188.855262945694,3357.15565137084,221.734722201565,4732.55043362662,3319.75936317174,1035.91596629175,24353.0760657801,9257.88218969874,724.378151470346,4244.49795683493 -4926,737.105651391018,4034.53514876909,129.683539330983,1616.46635893819,317.701457606914,2877.23068452127,333.833660241645,3390.63026303514,56.4103430177996,1240.03736789664,434.275610319894,6881.50117704945,242.929797539192,4014.30531379125,275.304028540683,4536.81472394523,198.533493841494,5151.2439254094,63.5782550011575,1397.83155962803,125.113578380061,2687.74376608828,282.421705499929,6168.7700436361,128.671320267817,1796.01282567539,117.659332656867,2446.06559601859,149.453393916695,4372.52026752682,178.799521969854,2928.30602073138,174.297406924835,3730.45333241643,204.642362103749,5258.78462880989,2716.19004964162,882.610531516434,22334.0664400602,8785.40626078098,598.436288263195,4060.12971436376 -4927,668.006508472462,4268.79135657569,119.499165305976,1710.32284186097,286.462946088304,3044.29061194473,301.395299843732,3587.49958210285,51.6410780086517,1312.03734822414,401.112670267138,7281.06006309463,224.378752715639,4247.38692173648,254.210513753806,4800.23466541651,183.150176490295,5450.33931631742,57.186668996897,1478.99350474351,113.030085159275,2843.80156183998,255.10317875684,6526.94579969416,116.199569730468,1900.29427030305,107.073179924279,2588.09089247545,136.073264752902,4626.40082096328,165.09537257942,3098.33152265893,156.77511307359,3947.05371358252,184.069459348282,5564.12412875018,2500.84686512099,807.60478299806,20312.364348136,7964.22788851705,548.228839440228,3664.47180182688 -4928,645.630797924003,4358.33505608404,117.88355455962,1746.19918760412,270.131738705035,3108.14874437656,287.151269119781,3662.75226084324,49.2439034375085,1339.55911451336,388.040658706658,7433.79019205436,217.066389215699,4336.48163413787,245.927590985656,4900.92611049908,177.657528286893,5564.66758987126,54.6693683349762,1510.01740329023,107.372152107588,2903.45416400395,242.391498234097,6663.85735722315,115.402293079473,1940.15552490744,101.006612259194,2642.37961586764,128.594473631536,4723.44586493794,159.80712309846,3163.32323662847,149.874027508801,4029.84852882406,175.966903630585,5680.83919336548,2357.60778023881,766.218164266777,19545.412541548,7729.68397137456,513.248072118447,3549.25034033908 -4929,592.477866096718,4466.65824400033,110.359046423816,1789.59967432761,241.293545108011,3185.39947801139,259.707407855955,3753.78725387074,44.5857665867801,1372.85286357559,356.712163418073,7618.55153819733,199.541515985868,4444.26167144696,226.046801722312,5022.73499696603,163.668833526292,5702.97327891824,49.5430658623881,1547.54776679571,96.8210003989728,2975.61736553998,218.613681486252,6829.48259334312,107.735609242485,1988.37665265621,90.6300918303044,2708.05400298853,115.303672358094,4840.84361142965,146.968031104132,3241.94529137915,135.820461111482,4130.00742754219,159.466629333506,5822.03224152412,2113.31582629486,690.476894404883,17828.5525214363,7108.24517289198,456.181211418853,3256.06038917218 -4930,570.345650035107,4554.90232875052,106.467365125307,1824.95531980203,234.764441517588,3248.3307895525,251.379510524784,3827.947734138,42.9969382712949,1399.97518586332,339.742561803423,7769.06498043648,190.04887631971,4532.06328557627,215.274229650331,5121.96503171189,156.124794847366,5815.64222063298,47.7402950191178,1578.12139227321,93.9236859560864,3034.40418482295,212.018010258842,6964.4070509231,103.527205969188,2027.6593710258,88.5976780937182,2761.55479348863,112.086893965414,4936.48016801716,140.013522940538,3305.99373194033,130.878232306114,4211.60057963626,153.66396482672,5937.05333301449,2030.51630202665,664.299296548534,17200.7950323921,6840.95472256852,441.790172953788,3136.68907117037 -4931,550.673821273056,4507.27131707367,100.344178916945,1805.87160255116,219.322650056002,3214.36271063435,239.195216284607,3787.91855018114,39.2082767955641,1385.33552300946,305.59005126238,7687.82318904491,170.944274831546,4484.67110376966,193.654531275168,5068.40419579803,141.439971900225,5754.82754173836,45.5873369256826,1561.61883897182,88.9875254528398,3002.6731551042,200.935194020167,6891.5796378146,99.1696301352916,2006.45595979822,83.2268505945132,2732.67697369771,103.093731853833,4884.85896353135,126.117219236809,3271.42266659482,124.975978258771,4167.55950434894,146.734135913628,5874.96904750832,1787.50564445481,600.296029201945,16089.5042447492,6520.16108162871,390.99030804336,3015.09230377004 -4932,497.851059546505,4400.24775021869,90.293664312696,1762.99181862179,196.269487426473,3138.03880238534,215.332819251521,3697.97576092395,34.6623546788016,1352.44121988603,267.555343881251,7505.27854037347,149.668008000089,4378.1841710042,169.524664365728,4948.05672675566,124.277639991578,5618.18119257826,41.0372946799053,1524.5387507194,80.0259710514884,2931.37574064822,180.70672986871,6727.9415112811,89.1128417602289,1958.81337109014,74.705449067602,2667.79052329039,91.6862468347718,4768.86971125796,110.503513364328,3193.74388982739,112.502207709029,4068.60227460636,132.08869789664,5735.4699806904,1552.99608886461,527.849199171835,14377.3830836044,5866.6326015722,341.394430685911,2722.1767909678 -4933,488.641037043044,4280.42294175274,91.2487069240149,1714.98312252442,190.21834463295,3052.58568251593,209.77145884007,3597.27478624759,33.9377389490788,1315.61238220837,265.303520422046,7300.89946568634,148.408358588427,4258.96018419728,168.077343398245,4813.31432514141,123.537167596776,5465.19037852825,40.077749885451,1483.02346017813,77.8279358089708,2851.5503406699,175.771492404222,6544.73039483446,89.9855539913127,1905.47218433543,72.3444489077378,2595.14291192245,89.0694865458099,4639.00681894192,109.633195123471,3106.77384368195,109.871651562142,3957.80862934977,129.000165295707,5579.28523135117,1505.54943012194,514.133885180041,14169.4358831258,5809.20719985175,329.331568702454,2688.25801699195 -4934,458.401254759572,4189.05976897667,81.0018489199344,1678.37779135426,176.166664928882,2987.4299918469,196.279511044912,3520.49301905046,30.5536069033904,1287.53139044244,233.24802024199,7145.06595381588,130.476805483194,4168.05512167188,147.797157010121,4710.57689141171,108.843021535682,5348.5390243041,37.4588326167564,1451.36917496684,72.7141824751443,2790.68563407444,164.224693938468,6405.03687810193,80.7723335011783,1864.80097339053,67.4255240029951,2539.75107483836,81.361210880733,4539.9898789629,96.4255770368083,3040.46153779093,102.691987872476,3873.33147404562,120.570531358598,5460.19858792939,1333.16033702137,462.615490258501,12901.137548436,5335.43762998058,294.058424412554,2491.24661223467 -4935,470.425053168596,4106.79393102346,83.3136748987044,1645.41737469218,183.844924696312,2928.76206988839,202.910801341918,3451.35666765116,32.315239010398,1262.24651637351,248.55646204759,7004.74930274426,139.040207571871,4086.20177840882,157.497103696143,4618.06936547835,115.362271098646,5243.50303319258,38.6582636098243,1422.86681215923,75.3328385732126,2735.88142864119,170.113798642687,6279.25310919977,82.2434345742362,1828.17953011868,70.3491031678937,2489.87478710633,85.6625639315595,4450.83238484979,102.635288244745,2980.75216863289,105.980183056084,3797.26598991414,124.431197109764,5352.96979746105,1447.00642303103,492.970314611596,13415.996063931,5488.97531845196,317.724512011426,2553.2670942842 -4936,497.965437296239,4082.2311459112,88.8298313238716,1635.57611309655,196.87880938031,2911.24510785527,216.013607001712,3430.71406088853,34.5068364454281,1254.69700440356,263.831038782202,6962.85381084027,147.584665850112,4061.76215521512,167.154788687448,4590.44863569182,122.476566895426,5212.14157693181,41.0502189849762,1414.35662822076,80.3414366931514,2719.51808810037,181.394085626046,6241.69681897016,87.4728599317608,1817.24516581915,75.3678800214643,2474.98281532023,91.8036599662569,4424.21190150538,108.957515122144,2962.92425317847,112.537639207741,3774.55449523218,132.130297973871,5320.95361913415,1545.92198534252,525.841849542605,14302.0334541733,5831.69199587206,341.170359115307,2711.41609772871 -4937,544.404175873258,4006.39841519296,98.4519307841514,1605.19316844681,216.722939045542,2857.16495941979,236.48982083544,3366.98410384991,39.1075357216301,1231.38938250095,305.985879457695,6833.50978322517,171.16569749739,3986.30966250988,193.865004710483,4505.1751068729,141.097053851826,5115.31929653137,44.9064512450547,1388.08312201941,88.053397626799,2668.99951737591,198.791937366307,6125.74921649988,95.9239602539106,1783.4874832228,82.8644273795631,2429.00680400239,102.581411458018,4342.02643532879,126.194080962127,2907.88409768534,123.109355644741,3704.43725679384,144.542536694622,5222.11001411972,1804.1400841605,600.738121115031,15897.1171803352,6412.78193943584,393.022276481237,2959.20539731011 -4938,569.912002643632,3899.56978582433,100.585196288315,1562.3914876637,222.380447247516,2780.98007093307,245.462716835366,3277.20514039081,39.8169788014448,1198.55499452476,310.63818218869,6651.29762949861,173.768153020276,3880.01668978157,196.822814386812,4385.04684406515,143.403468671928,4978.92184111131,46.7122309353685,1351.0705730895,91.1487533985125,2597.83196720278,205.818255811515,5962.40914773064,98.3054913480966,1735.93167284551,85.3731719467414,2364.23854066278,104.630575583983,4226.24845104008,128.136807462082,2830.346808498,128.059833091685,3605.66027215231,150.354885920911,5082.86503710869,1818.21568230877,611.03914891493,16315.3898828605,6636.25730164549,395.358115114068,3074.59764828844 -4939,590.701731776422,3720.74230345612,103.486025384269,1490.74293370575,224.747475475587,2653.44916575246,251.738856838679,3126.91821730748,39.4592040681375,1143.59134880931,304.250832221034,6346.28069817231,170.195127969867,3702.08587836166,192.775010512135,4183.95622887948,141.487207954988,4750.59715232366,47.9775144670409,1289.11282842606,93.1966467309986,2478.699915252,210.478734312321,5688.98344302499,102.478738138383,1656.32486807779,86.6676553295414,2255.81867663533,104.443843477165,4032.44005373702,125.69477273984,2700.5520306657,131.52856054561,3440.31096847065,154.4275143793,4849.77369428729,1738.8020572739,599.336787918143,16554.8837738335,6839.07899210084,380.363167334708,3187.07331813165 -4940,566.309432494822,3612.09421342608,98.0055431387903,1447.21227254643,207.745319810762,2575.96672801872,237.503465567283,3035.61017598598,36.3187801913944,1110.19773923103,282.431013777731,6160.96518303693,157.989321447901,3593.98256805243,178.95971855819,4061.78199160032,131.768928858485,4611.87663232885,45.6006033271066,1251.46989719924,87.4253790661248,2406.32026904548,197.544470499037,5522.86143432714,97.8082584178777,1607.9591069718,80.0802392257449,2189.94730724679,95.6298464301822,3914.69018710632,116.759107213633,2621.69415870665,125.012347601833,3339.85165542268,146.776837112709,4708.15715490137,1563.66188142366,549.332624413306,15508.9101325001,6509.41869071501,339.126897450595,3044.86571661366 -4941,473.317653535597,3476.47903995067,83.9294607329642,1392.87704987488,167.769553138012,2479.25270173761,195.048291969644,2921.6389514565,29.1904095996125,1068.51564288975,228.169102887509,5929.65328675032,127.635705648613,3459.04739177094,144.588606311277,3909.28340300795,107.476018358599,4438.72487808731,37.6293106091781,1204.48377303418,71.4879502283395,2315.97557661996,161.589971792527,5315.50698362845,85.0261653009534,1547.58868462158,64.7144244125073,2107.72628353418,76.6149202007179,3767.71412351042,94.5082757837737,2523.26330748164,103.159346909246,3214.45776067079,121.119257004737,4531.39057252981,1202.05144684783,435.079561525267,12806.5666971585,5466.06378211416,260.35761219249,2560.53281303374 -4942,368.079965488558,3220.38924747867,69.6571432565449,1290.2727797089,140.053782879171,2296.62214289419,155.982141426166,2706.4206503655,25.701046531639,989.804985901403,203.27105856602,5492.85396704081,113.707967773383,3204.24167641072,128.7327221478,3621.31170408904,94.4898542602703,4111.75263985231,29.4277050543105,1115.75722070133,57.9498197887212,2145.3725906761,130.80802327319,4923.94786168988,67.2838476015468,1433.58780599629,54.9049339548647,1952.46368009685,66.9585547703278,3490.17092048932,83.9680167505545,2337.39077111957,80.6749521927236,2977.66938617453,94.720357982409,4197.59225014866,1145.10320727935,387.792196324661,10638.5932428369,4348.88950358667,248.370717757772,1998.10119084467 -4943,291.104899667055,3017.32388211195,57.8601429187268,1208.91313859115,133.257913673807,2151.80597977936,137.344406957613,2535.76416881353,25.8333346091303,927.391688732052,206.290838900923,5146.49571280292,115.397205225218,3002.19451479724,130.917119966302,3392.96570992906,95.3791515595095,3852.48132575173,27.0632347697841,1045.40185982076,51.4168035896259,2010.09364285497,116.221345830798,4613.4626393325,56.4130517045918,1343.19127028626,51.386537850471,1829.34882655095,66.8897326993534,3270.09415998083,84.5960658714471,2190.00389504122,74.1928453884983,2789.90900214076,87.109724690558,3932.90822022765,1300.59244728325,402.586019661687,9847.44139268288,3767.0118819706,282.6219014325,1697.26313517936 -4944,286.061668606037,2872.22149253782,55.2407783284121,1150.7767925936,123.985587660093,2048.32614076806,131.530504664434,2413.81987159286,23.6279492270247,882.793642461984,188.39256694895,4899.00195507677,105.385075880926,2857.81969290755,119.56891215811,3229.79879398327,87.7117109855712,3667.21641286972,26.1973067017775,995.128732423164,50.1522954045146,1913.42871650246,113.329433109585,4391.60231563746,55.1557693534505,1278.59752079549,47.8846142537396,1741.37587552941,61.2395597030151,3112.83610771847,77.3648406092932,2084.68712734815,71.8189359939385,2655.742940186,84.3225207126325,3743.77559707307,1148.99308970214,365.673547263646,9304.90407525494,3652.07887199301,251.272514066028,1664.76300489401 -4945,289.418417696413,2784.10737241502,57.1246300817792,1115.47321840875,130.700225058073,1985.48751356357,135.451197471351,2339.76861382151,25.2608082699216,855.711265543062,201.647583481251,4748.71018688516,112.799810685393,2770.14739174123,127.960541776022,3130.71490381502,93.3410146518648,3554.71340836278,26.7782798054368,964.600135344494,52.4906200455126,1854.72847760711,118.505798371469,4256.87657287111,55.8715019912827,1239.37265745233,50.4676553965752,1687.95388022926,65.4222554173509,3017.34040328527,82.718916076784,2020.73301641525,73.4116520170355,2574.26995732072,86.1925265542432,3628.92390700309,1263.45833734575,393.975064394926,9721.40352169536,3732.06348538077,277.62491908702,1689.57373384364 -4946,302.931893262754,2757.79009950031,61.3905745456694,1104.92900829359,148.939747001137,1966.71933770911,148.037429266716,2317.65153249867,29.190610497618,847.622501749461,233.502285914689,4703.82215446969,130.619039370896,2743.96207804078,148.205744737644,3101.12126121409,107.003132066174,3521.11184405949,29.0431686202615,955.482080032782,61.8949813746948,1837.19632492813,139.312257574242,4216.6376856635,59.2457653913448,1227.65726572844,56.4694069442265,1671.99819426198,75.4984188062636,2988.81845342923,95.6030799298697,2001.63167614093,79.6207599485099,2549.93621010458,93.4826322194527,3594.62085468781,1531.59148770843,463.543071143843,10881.6856501877,4049.11484879366,338.255392022408,1811.1503303405 -4947,433.256608824691,2761.16911047782,84.8755412726752,1106.28283404308,191.116831548896,1969.12908101517,200.623508166396,2320.49125912318,36.7140564810479,848.661060027959,292.887485852845,4709.58556144511,163.838576123545,2747.3241460913,185.864311182947,3104.92094226528,136.058717146329,3525.42612293673,39.7800723106593,956.652794380415,83.1219981706542,1839.44736881682,187.220100140096,4221.80416480585,83.49863011663,1229.16146555071,74.068705908459,1674.04682742438,95.1238983160354,2992.48053429817,120.217621378014,2004.08419615245,109.055579630239,2553.06054594416,128.042016286277,3599.0252012442,1809.33633638318,571.232365956706,14404.6136791235,5632.28443850928,397.630716151543,2552.85919291623 -4948,609.872461049287,2770.13647437013,121.428984285385,1109.87567473619,276.070376233359,1975.52416089398,285.893798475413,2328.02744712794,53.6517937436311,851.417230418838,428.329603448518,4724.88073744546,239.603655773216,2756.24654611912,271.782991255254,3115.00469839616,198.238730019563,3536.87554079378,56.1972527223831,959.759686201439,118.480597873682,1845.42128539236,266.7754217112,4235.51518818513,117.760741001183,1233.15337539143,107.431748339183,1679.48357775501,138.941337189851,3002.19912117859,175.689426017107,2010.59279868228,154.06266538194,2561.35204205996,180.884777989589,3610.71364456145,2688.05020348363,836.242376063937,20703.7390593066,8006.049366559,586.887371019397,3598.68557002183 -4949,570.165721134633,2892.30059570392,114.419790014866,1158.82163384267,284.526721524161,2062.64556286178,280.855644369865,2430.69438435311,55.4320735024289,888.965069236495,443.537020659138,4933.24985898059,248.110545629058,2877.79811608734,281.582381244678,3252.37764570436,202.87087644278,3692.85316020196,55.4932006131842,1002.08547045113,128.419473020596,1926.80509875552,288.24422498498,4422.30309417744,111.970092064402,1287.53593017467,106.083082420983,1753.54947215019,143.343338127007,3134.59729762267,181.551299356206,2099.26074153766,152.132532870894,2674.30868681006,178.618611881884,3769.94755374134,2922.09472069406,883.748528324132,20822.2293252613,7867.56621201867,638.350867538036,3497.99430994023 -4950,621.324301470848,3124.93228033546,116.275595006425,1252.02723953549,273.439704507379,2228.54696080052,288.745956635942,2626.19845135652,50.9401744075583,960.46574310914,406.218775718799,5330.03787856183,227.235061322682,3109.2633464888,258.021568784609,3513.97081893885,188.932115900406,3989.87438027526,58.6067709816616,1082.68457259221,118.687185408366,2081.78066275669,267.628784838897,4777.99496807114,121.082150532545,1391.09420240442,101.398762977519,1894.58984962582,132.016009890329,3386.71723670182,166.794950142838,2268.10714827358,160.668269523209,2889.40698467077,188.640409346597,4073.16958111363,2485.73244227818,797.041480037855,20375.1164021536,8110.59901107563,543.310060388575,3714.32796119197 -4951,546.394967901691,3401.29611976308,102.874758146576,1362.75445662221,235.076191083679,2425.63596599505,250.976624962163,2858.45509630303,43.9310158833511,1045.40774395655,350.130483651213,5801.41760787099,195.859784626252,3384.24145133751,222.337809555438,3824.74058290132,163.357122288806,4342.73226763031,50.7215688970162,1178.43540445936,106.818804402411,2265.88989943553,240.526636939821,5200.5529359514,105.914712186599,1514.12027154558,88.668589274677,2062.14424057313,113.891849088118,3686.23290444299,143.838375581157,2468.69479098014,139.051283080172,3144.94135672022,163.259933266562,4433.39395818573,2117.03651423381,684.357751201364,17756.7647916931,7121.04070411326,464.957344896761,3261.09709032592 -4952,563.695748231588,3619.1771311917,106.694730444798,1450.05009595584,246.46815701433,2581.01791423466,260.83918228784,3041.56267223181,46.2781998306833,1112.37471436676,369.012179929434,6173.04615522922,206.422032528422,3601.02997088207,234.322317107246,4069.74669742706,171.726452685862,4620.92001298336,52.5953266041873,1253.92389143202,105.304377553649,2411.03879729429,237.552013734546,5533.69115555226,109.421571855933,1611.11213716765,92.7728001177933,2194.24155201776,119.940374618521,3922.366462152,151.529136575381,2626.83501136318,144.188119716525,3346.40073560359,169.291086578313,4717.38933102563,2253.11560437074,720.890569560901,18433.8254951178,7319.01930404409,491.442016217428,3343.30281816962 -4953,497.724093895509,3738.74201670602,91.8182184427569,1497.95465199946,199.827584649883,2666.28566992593,221.518123116942,3142.04520721353,36.7634270264644,1149.12366324413,292.391241517751,6376.98189257224,163.56098158913,3719.99533803457,185.661069055849,4204.19681697396,137.834438769025,4773.57896066556,45.0162459821262,1295.34912735944,93.6705098751844,2490.69104069641,211.010634826332,5716.50485200909,95.7539201069325,1664.3376166754,76.499717525383,2266.73157680729,95.438299542825,4051.94765699061,120.350528167173,2713.61640282694,123.410353807796,3456.95404823069,144.895938252127,4873.23528573988,1683.27839311844,564.769697734245,15421.1464566618,6361.58045848187,370.767138901046,2941.40227410336 -4954,490.542995258544,3793.32598782425,91.571422698327,1519.82412389557,200.218756772162,2705.21225521849,219.819288211967,3187.9176702175,37.1459999323205,1165.90035780222,295.605004816646,6470.08299285952,165.358731333732,3774.30561597937,187.679131312641,4265.57622122481,138.989523804471,4843.27109105467,44.4649666487117,1314.26064867861,90.0421456664799,2527.05402247539,203.037315594032,5799.96328116655,94.401889500159,1688.63620587831,76.8981209993206,2299.82484999072,96.3956289217839,4111.10429119898,121.608462508012,2753.23399577559,121.899042144655,3507.42404029821,143.121509165219,4944.38235416572,1724.298335109,570.983247131987,15344.3866250428,6264.1586269916,377.895512929205,2885.74356058587 -4955,477.37841703327,3732.89373453643,87.7799470180045,1495.61149447669,188.321493840375,2662.11496467995,210.929448962587,3137.13030084148,34.4872873979316,1147.32616039414,274.13096652135,6367.00677545224,153.346351058491,3714.1763801313,174.070302575744,4197.62045273907,129.657761724966,4766.11194727013,42.9124652447552,1293.32289308837,83.828913501939,2486.79500723431,189.281566423186,5707.5628781449,91.7509385983796,1661.73419660408,72.4262475316572,2263.18586923917,89.5623930509604,4045.60944667051,112.894162675562,2709.37166105208,117.642917641838,3451.54654949689,138.124398840796,4865.61238613824,1553.57625597744,525.651913318767,14526.6737997982,6030.95614664025,338.334346033585,2793.23963157333 -4956,463.300793413056,3613.97865955277,87.5045796796591,1447.96728983013,194.414746483332,2577.31062168159,210.067745215368,3037.19386774491,36.3838102321314,1110.77693448618,289.791675513588,6164.17938684499,162.106808183868,3595.85756525062,183.975009876718,4063.90104190446,135.668633874316,4614.28266953138,42.3433231974148,1252.12279478748,81.8363148903596,2407.57565737221,184.858098288813,5525.7427364813,89.2854378345723,1608.79798661668,74.466607386553,2191.08981280643,94.3648892797501,3916.73249894106,119.121352532681,2623.06190857994,116.082636016909,3341.59407135756,136.29247418451,4710.61342209435,1723.3620229676,560.455902262935,14707.488923501,5916.64830980476,374.58792645145,2712.50886297763 -4957,461.650360564864,3498.89745598461,86.3989856900896,1401.85915413306,186.833989749228,2495.24040592973,205.85875560427,2940.47942676557,34.7417373944907,1075.40607080425,276.414633938893,5967.89123750214,154.623813688689,3481.35339811204,175.466795966046,3934.49280042299,130.083095852633,4467.34843077772,41.5651326477731,1212.25100477057,78.8045763133243,2330.91037225786,178.142530403725,5349.7845517141,88.5734951269654,1557.56846202928,72.324197616734,2121.31816318222,90.1684869889879,3792.01059754266,113.735539698215,2539.53481838109,113.949255745722,3235.18650678837,133.787675142092,4560.61168903873,1602.13319431955,530.531587909943,14283.4843620239,5824.4708752512,347.947375951573,2682.43060627154 -4958,422.525281729686,3426.18380698909,79.0104113303555,1372.72589265367,173.795022203297,2443.38463212708,189.911476713847,2879.37075135965,32.2735584381985,1053.05711644254,256.88892423916,5843.86726876739,143.701310579037,3409.00434753135,163.098847962211,3852.72666350006,120.647875631066,4374.50855483891,38.4389633416228,1187.05815611918,75.2980413222832,2282.46968464683,170.001389992324,5238.60599875891,81.3324825520072,1525.19926920233,66.5526248189503,2077.23319462688,83.7391701072324,3713.20550792639,105.658965865903,2486.75852364293,105.378979577242,3167.95326573203,123.725324875712,4465.8336277399,1505.16633881455,495.865705054566,13238.0560064312,5385.33484492162,327.754312788228,2477.857924187 -4959,405.806828215074,3367.70098529324,75.204687341083,1349.29431742598,161.437432425178,2401.67757966726,179.898406788307,2830.2216876391,29.7477207466644,1035.08208794266,236.53570346511,5744.11609756741,132.315905356146,3350.81476849873,150.180812219986,3786.96302115119,111.703626885573,4299.8384208847,36.4629091864722,1166.79581340852,74.1678828114827,2243.50935002582,167.214845481997,5149.18626011696,77.9733275842328,1499.16506848915,62.2956438395238,2041.77611894569,77.2374657370594,3649.82340472541,97.3817196717061,2444.3111058943,99.9617010567865,3113.87827839402,117.364905107231,4389.6046317235,1352.36887034629,454.731291863483,12483.3466176885,5162.94838756179,295.881946752484,2384.82551337075 -4960,421.859126880283,3391.02913480946,77.2452704928996,1358.64091313497,161.405578706646,2418.31406073042,183.602778592769,2849.82670452796,29.461167504688,1042.25212762687,233.954657517881,5783.90573439911,130.872091901051,3374.02594676606,148.526471795024,3813.19540934586,111.14142626462,4329.62350988637,37.3793135822836,1174.87823738528,75.9322283238948,2259.05019577994,171.200872225661,5184.85480298566,80.5940616214367,1509.54982266416,62.807839035521,2055.91955352893,76.5568415530459,3675.10582334424,96.4338895012176,2461.24291046706,102.47398941515,3135.44819162887,120.314579649221,4420.01153352776,1295.83402084582,446.467667930129,12644.1699029908,5315.04770998679,284.09804814623,2467.79331805327 -4961,453.004355508982,3379.13762668078,83.6989306664021,1353.87649241777,177.981670664356,2409.83362598108,199.440281921259,2839.83306068858,32.7471090020043,1038.59720484234,260.285265012434,5763.62299446329,145.601192490015,3362.19406465084,165.240330378834,3799.82346755362,123.096224788489,4314.44058130772,40.4728692745549,1170.75822733681,81.6620094358943,2251.12826037383,184.16538268881,5166.67278785555,86.7443436207128,1504.25620138483,68.9752139946116,2048.70994750351,85.0460230784054,3662.21812788818,107.197252783869,2452.61193476236,110.954856581615,3124.45294323213,130.271954920914,4404.51163630179,1473.47395592276,498.459946146797,13813.4694889137,5743.59876332845,321.227871440519,2654.12338397051 -4962,461.166366876907,3330.33695857002,84.7287086189411,1334.32414366235,178.558505680512,2375.03140601374,201.892252917751,2798.82089545731,32.6736887164259,1023.59804141849,259.568482910667,5680.38617964772,145.200231149511,3313.63809126358,164.79705588502,3744.94735879278,123.097828944366,4252.13249973401,41.0497707125489,1153.8504271812,83.7793221446489,2218.61802396266,188.861030538218,5092.0569799742,88.2970866635864,1482.53210614298,69.2513796432821,2019.12298619896,84.8832560100072,3609.32928133835,106.952609121222,2417.19192106188,112.536410285656,3079.33036819806,132.128855098026,4340.9027708753,1450.528379094,495.913947993244,13938.3622992661,5849.52567298253,315.656626980411,2706.84242735783 -4963,499.582257051766,3196.54125205918,91.3532735238277,1280.71790389242,191.797640143214,2279.61493347473,217.825240940881,2686.37875408739,34.9724277232601,982.475168616601,277.744693156966,5452.17765552088,155.367836629153,3180.51325883455,176.338112419182,3594.49475175967,131.886961438453,4081.303818115,44.3877163942962,1107.49468749689,88.5941869190676,2129.48543176958,199.879403862493,4887.48447884158,95.5418891687699,1422.97163732737,74.4295509317388,1938.00507235677,90.8731006284193,3464.32510691563,114.474435120536,2320.08165718347,121.687263462956,2955.6188076807,142.872860086435,4166.50775909442,1539.94768783605,529.490570911067,14973.9428753437,6300.31417332557,334.829374527888,2921.65246657236 -4964,474.925407403427,3141.37244957242,85.8676736227529,1258.61411498133,177.400778624757,2240.27127541003,204.804344925426,2640.01479779764,32.0322039528248,965.518722804854,254.139748791728,5358.07903814611,142.163447021947,3125.62108196365,161.364982789391,3532.4577075414,121.269026893575,4010.86498236245,41.8821253149838,1088.3805416587,84.2011518525526,2092.73284454486,189.917023639873,4803.13184747897,90.7171082646902,1398.41270471437,68.9870020208486,1904.55722650579,83.2864221763136,3404.53464825966,104.842056710821,2280.03958776989,114.818279280703,2904.60806282576,134.807994560836,4094.59839660052,1373.47865725746,482.133181918429,13983.2503184916,5968.94446710355,298.340960919636,2777.80623213237 -4965,417.099219659592,3080.22540659184,74.1229405011173,1234.1150997833,148.718525517355,2196.66423225782,176.471271042142,2588.6267179371,26.3648893683522,946.724830711624,208.794123906713,5253.78364035478,116.797519922125,3064.78064049805,132.589999172899,3463.6981615985,100.551591966558,3932.79320405446,36.3561571321504,1067.19513533443,70.3811089537723,2051.99764766946,158.972118326886,4709.638537076,79.4390560977649,1371.19249980954,58.0710322114278,1867.48488170822,68.6309223877178,3338.26513396047,86.2804863992332,2235.65845152806,99.6690442946302,2848.06965583631,117.02129717783,4014.89674130038,1075.26741914373,392.271106352254,11852.741601886,5157.49903387698,233.773298260223,2421.10200530264 -4966,346.261193082509,2897.10918606698,65.9321862519665,1160.74823115046,140.93717533563,2066.07481139519,154.632905176315,2434.73553194665,26.5744306806807,890.443016885289,211.505339061851,4941.45162672413,118.314148839503,2882.58259537293,134.217199710848,3257.78488166987,99.3806246081812,3698.9927081261,30.8973358804601,1003.75148626682,59.5889388139155,1930.00850591282,134.614970414627,4429.65538808243,66.255899954241,1289.67652125816,55.4239317191252,1756.46483340464,68.9560256156629,3139.80871803306,87.0001976796365,2102.75086458583,84.7038901075819,2678.75485502589,99.4507288250544,3776.21527484304,1235.77398642029,405.159196644399,10813.1068554708,4376.7812590324,268.209274196973,2004.31939694064 -4967,269.751032503097,2707.42988737661,56.6137259840341,1084.75181669029,132.554979266631,1930.80492817781,132.046808640185,2275.32872380246,26.6397921164615,832.144003586508,216.25566322039,4617.92530483847,120.971436650875,2693.85438045547,137.922791695628,3044.49145296133,103.428527911092,3456.81255623108,28.3871867163433,938.033950010281,57.0363432339469,1803.64714486072,128.649223393081,4139.63734820588,55.781437084663,1205.23892419894,50.7518507563833,1641.46570966544,68.2393740293919,2934.23941518365,88.2542701013142,1965.07972977552,77.8224101064064,2503.37163346547,91.3711919744715,3528.97921329561,1419.00794380644,422.43848516972,10121.6701945955,3832.25948997169,310.392431283592,1710.80861535434 -4968,290.733436373323,2586.43542247674,61.2237614347147,1036.27448908836,147.325460740806,1844.5176672592,144.441443908971,2173.6447678517,29.6961435113782,794.955665338849,241.192316875264,4411.55120672733,134.920772233459,2573.4666020679,153.831469227128,2908.43377850011,114.762753454563,3302.32833950199,31.0245075520433,896.113412614805,62.4378607269604,1723.04253818998,140.824130733695,3954.6378369864,60.2849022600188,1151.37705342996,55.8344639194737,1568.10895678388,76.0420180195009,2803.10888080359,98.3682511598331,1877.26073527512,85.0525264863381,2391.49648846212,99.8600623505654,3371.26988403605,1607.83134435905,474.006866778865,11133.1632617745,4152.45853719308,352.998269994259,1850.33237788095 -4969,318.568507160763,2503.7796969445,69.7115782743207,1003.15786108297,175.465668974954,1785.57169678593,164.898243813676,2104.18075426187,36.0624868464909,769.550957100813,293.301705065278,4270.56954426406,164.070286555865,2491.22532618744,187.02005576891,2815.4878259218,137.955607852112,3196.79454481485,34.8514948555274,867.475966794519,68.7616345935036,1667.97859579291,155.201955767104,3828.25793328081,66.3702886848501,1114.58204788473,66.0859383707688,1517.99628727348,92.2599196787953,2713.52883705874,119.420562545802,1817.26838180713,95.5440689692107,2315.07050247235,112.178168934519,3263.53289752233,2031.86801986419,581.196537094808,12931.4924397094,4616.87847400714,444.565309142945,2026.28893550668 -4970,350.762327711364,2469.20984983026,79.0862960060152,989.307196053844,209.573178806878,1760.91819366633,189.781152807504,2075.1281954188,43.5789694645092,758.925717601482,354.849316018297,4211.60551623231,198.499456218016,2456.82881807671,226.272702821912,2776.61420464716,165.285097241619,3152.65619717796,39.6436853676375,855.498670395811,84.8044191811999,1644.9487081727,190.851380704675,3775.40093007525,73.854549004134,1099.19294195073,77.8835530135258,1497.0372150216,111.40267137892,2676.06297009301,144.273995513617,1792.1772405213,108.681679929678,2283.10617532854,127.603021127011,3218.47308916245,2540.60779470074,712.283218807527,15208.879661377,5255.62272332523,559.094799619355,2278.65592452999 -4971,464.435772508272,2466.22072643177,100.394133684818,988.109581647673,247.610747915834,1758.78649887503,236.491699172593,2072.61613098482,50.5565901704936,758.006993492086,410.973977966817,4206.50712064854,229.895077892616,2453.85468264359,262.069457180906,2773.25295024092,194.199131019324,3148.83972187635,50.2636234144591,854.46303906086,111.794493711697,1642.95740124783,251.25682891712,3770.83058573633,96.5355576477693,1097.86230440186,93.6469711167812,1495.22496363756,129.384788177732,2672.82343885581,167.436573794442,1790.00770481973,137.795842676512,2280.34234134725,161.785922297505,3214.57693865144,2811.27490174276,815.664506384508,18634.0189308336,6812.90032339737,622.047574939023,3007.46006993492 -4972,504.285406202085,2449.71557803269,102.173346669342,981.49667181975,220.450643478384,1747.01584434475,233.347221545659,2058.74517594434,43.3912181717684,752.934042080625,351.449906746041,4178.35512941597,196.597857816821,2437.43229382302,224.144515698024,2754.69299289349,171.259962726129,3127.76615520915,50.8766901749768,848.744556886869,113.250639077756,1631.96193136538,254.52250785671,3745.59435374042,103.104076500194,1090.51487598164,86.620354541488,1485.21819106837,111.314627963215,2654.93560463641,143.820691885309,1778.02810279672,139.47654225891,2265.0811814919,163.759229523338,3193.06342656225,2155.0306804598,675.739047666148,17690.9018786508,7131.26001690892,473.618616151019,3222.60289555652 -4973,487.437325705953,2475.38303411359,100.569664675057,991.780528012443,243.027817275079,1765.32060301122,240.581770333591,2080.31615008484,48.3225884182565,760.823080967516,392.34182724914,4222.13480234471,219.472423490655,2462.97104898011,250.325494623731,2783.55591969426,187.225597323686,3160.53804152121,52.3117281948685,857.637472388225,125.845413663171,1649.06118630528,282.119115767059,3784.83967651733,101.358472483862,1101.94099537927,90.9485652507096,1500.77990485737,123.766398467914,2682.7533005521,160.080319574521,1796.65779950453,143.410645289909,2288.81408839219,168.378254850377,3226.51947999138,2589.00478387228,774.532582852414,18761.4970464768,7269.48581014133,566.941343775527,3233.46500306349 -4974,505.232344820761,2626.4636704847,95.0808589270162,1052.31210282234,210.252488781789,1873.06383160512,229.705657978249,2207.28457617348,39.1910140717361,807.258575456375,316.958166526436,4479.82535123839,177.303494354524,2613.29414173604,202.448100415436,2953.44534445255,156.140970405097,3353.43590500645,52.1917451707515,909.981862455727,108.461050108999,1749.70872650752,244.340466775801,4015.84068889019,104.307850919316,1169.19601996779,78.4237619804312,1592.37735864699,100.638413500529,2846.49041528886,129.94151914715,1906.31363860074,143.081716319175,2428.50781830953,167.99205976737,3423.44440416798,1851.00034650771,609.178832568303,16837.0373215823,7076.34992038985,405.074088313421,3265.08945066442 -4975,451.66781713226,2853.63695422253,86.2167449160181,1143.33075981031,186.901696312115,2035.07256831754,204.569596558165,2398.20139369818,35.1721267541291,877.081578710826,284.447593128217,4867.30325434032,159.117377460474,2839.3283405801,181.616450899045,3208.90057300923,140.234884051553,3643.48790721217,46.1301613311817,988.68981115459,98.9775418097617,1901.04798981136,222.724477792597,4363.18671408567,92.8823783502283,1270.32443159371,70.9181397637068,1730.10840651138,90.3199531834004,3092.69468684846,116.617213496988,2071.19828329687,126.464111053424,2638.55911346663,148.481350720748,3719.55171976821,1660.47601127932,545.437067565417,15094.428750819,6334.79472442772,364.632830205849,2914.1259007448 -4976,457.826504881847,3044.48590304367,87.2094538932382,1219.79580324963,188.888863986646,2171.17658808902,207.084525839838,2558.59117781961,35.5187761277246,935.740090642295,287.230721548845,5192.82458889902,160.674233999691,3029.22034080667,183.394509854944,3423.50926747689,141.654408571085,3887.16145373849,46.7157719643969,1054.81259208151,97.108794989444,2028.18855335683,218.763944672226,4654.9931390976,94.1270487827214,1355.28270986128,71.6759541154633,1845.81666794272,91.2143876486997,3299.53162493071,117.768397946848,2209.71836188726,128.069540690257,2815.02382894574,150.366283599955,3968.31235302018,1671.9738764895,549.579953166154,15216.084202384,6381.04675219249,366.05782559287,2938.17806367652 -4977,426.447222684044,3199.27044620289,81.0041389824385,1281.81137571944,171.492662553788,2281.5612595928,190.634529141497,2688.67237352957,32.148554323235,983.31400198839,259.824311455924,5456.83270300957,145.343339293803,3183.22876834171,165.883403009343,3597.56371701072,128.768389276092,4084.78841900101,43.0337607207367,1108.44026203416,88.7720779317993,2131.30357791919,200.038393812417,4891.65739355323,87.4033170848479,1424.18656482337,65.7230862578933,1939.6597333409,82.5913687693454,3467.28293384422,106.607571912793,2322.06253362848,117.975444650245,2958.14230320442,138.514818375225,4170.06510676466,1482.64454455295,493.971841993254,13941.6261689889,5902.19125242057,324.317819123441,2723.34106012506 -4978,418.389614692102,3349.2464053022,80.2716129812452,1341.90035340687,170.108866518093,2388.51668705826,187.848260022922,2814.71242694315,32.1155357307029,1029.409967623,259.63842252562,5712.63906012753,145.239354729323,3332.45272286271,165.73767815049,3766.21093766689,128.397884657642,4276.27584438717,42.2088470490847,1160.40191835496,85.6156747754542,2231.2151995233,193.044210121797,5120.96936374134,85.7107105588807,1490.94983150789,65.4741760256102,2030.58744130613,82.4895787867128,3629.82282917853,106.490795773429,2430.91658689642,115.713974688492,3096.81461507536,135.859629391264,4365.55014762323,1496.74791501401,493.657332245372,13766.081496493,5780.78540250092,326.614652750037,2660.72427675361 -4979,408.955882452612,3335.34048641944,77.4345634964271,1336.32884411639,161.576396434309,2378.59967430943,181.507240111231,2803.02586884894,30.1437656906465,1025.13590421452,243.513247668589,5688.92044233612,136.21907965466,3318.61653058632,155.480495081364,3750.5738009929,121.19025947735,4258.52094139818,41.0486204795162,1155.58398231941,83.4927045298838,2221.95129540282,188.238309492858,5099.70733164345,83.7736879794909,1484.75947555725,62.1983757796371,2022.15653452111,77.4636656853266,3614.75196973341,99.9692573481056,2420.82353169014,112.53325696484,3083.95678151494,132.125152788097,4347.42458178389,1368.5738275165,461.172410239079,13199.3548175957,5625.42829152322,299.467426296395,2602.79986997253 -4980,377.329599643293,3240.46835064477,71.8326348868408,1298.31762095797,149.211600406796,2310.94156498791,167.267366507751,2723.29516312575,27.956462133085,995.976412675913,225.858432321252,5527.10187094462,126.343137704429,3224.22009959051,144.178425006156,3643.89055581013,112.329845712419,4137.38938718456,37.7566559577412,1122.7139587293,77.8204244018534,2158.74897292915,175.365368894154,4954.64864022986,77.0814223467777,1442.52621537547,57.7149998110152,1964.63727671764,71.8395564228568,3511.93211039352,92.713892370221,2351.96438530908,103.508459416944,2996.2351327986,121.529149552627,4223.76420681692,1272.98876554789,427.84818695817,12213.7494469452,5191.14204602249,279.62559884815,2399.82491830914 -4981,385.983800643004,3158.52741480531,73.6289524675515,1265.48737873172,151.763909775324,2252.50534712831,170.602262541193,2654.43186002045,28.5063114971155,970.791399123025,230.277445783362,5387.33938886541,128.815093347718,3142.69002932758,146.980799346399,3551.74838068898,114.600432031244,4032.76822702087,38.4231357811117,1094.32416364304,75.7843966202698,2104.16121216639,171.055086110149,4829.36164390559,78.7205266906353,1406.04940546084,59.0971262895819,1914.95797125326,73.2573583193116,3423.1267364194,94.5394802332743,2292.49083335942,105.335588912384,2920.47006299696,123.674379951709,4116.95890757586,1291.987475401,434.030412075887,12402.344198906,5264.91174904168,281.820209442928,2433.02791043189 -4982,351.903310059342,3100.75937649908,66.9399006635994,1242.34218675778,140.062623077598,2211.30804278707,156.469698011066,2605.88350148724,26.2322856890278,953.036063370984,211.958719093937,5288.80738729854,118.567765475541,3085.21164964096,135.313215287411,3486.78850870941,105.289147368506,3959.01071954233,35.3457209224078,1074.30946948258,73.2553117151691,2065.67705498063,165.045136148412,4741.0348030075,71.9642701874258,1380.33339757237,53.9491946570199,1879.93425579661,67.4027078388723,3360.51929615796,86.9932099766646,2250.56221255422,96.8989712371377,2867.055986019,113.768957950949,4041.66159061632,1200.4709265447,402.34677773525,11438.9730213921,4855.31992798599,263.716052475497,2243.73194849968 -4983,354.305462800001,3088.34802246713,68.1694610019981,1237.36948593309,144.485185053586,2202.45687968143,159.369223444055,2595.45297825861,27.3226743646588,949.22136298586,220.908300194607,5267.63797267448,123.574079146357,3072.8625282169,141.014743837966,3472.83200278247,109.206902591689,3943.16405822804,35.7481443319759,1070.00935020642,76.5932946629818,2057.40880642212,172.362753797769,4722.05794789779,72.6435114738389,1374.80836179912,55.6487816703843,1872.40947661435,70.1752574826913,3347.06820574704,90.596709181985,2241.55392748618,98.0021999553888,2855.58007236328,115.064257375232,4025.48410414038,1278.94744185333,421.832822107588,11753.6716130598,4933.69115035217,282.018649508229,2270.52485717591 -4984,379.88069021931,3138.4483116392,73.2160262372583,1257.44253748265,155.087269447606,2238.18592503459,170.707439730266,2637.5573472602,29.4023309777225,964.619972348515,237.734553770653,5353.09148496159,132.986531233088,3122.71160614779,151.733437944723,3529.16952896789,117.418484433678,4007.13147968863,38.2680064648594,1087.36742561508,79.6231315550938,2090.78482991334,179.366690862049,4798.66086536561,77.7045392789846,1397.11099608167,59.8701092461265,1902.78437463247,75.5141338679086,3401.3655465152,97.4913792161088,2277.91721916991,104.910307696969,2901.9043163729,123.1750578217,4090.7869509076,1377.56698787835,452.832394350695,12575.6672792215,5264.15294700289,302.191170045273,2420.35158038473 -4985,403.398151669336,3188.09372776698,78.0382217370785,1277.33334078139,166.457056413633,2273.59057745712,182.137078246789,2679.27944017471,31.6551924633292,979.878773889011,256.01611308315,5437.7691434578,143.213068015143,3172.10809184403,163.396985097735,3584.99555267563,126.183420162902,4070.51812494581,40.7578881491399,1104.56790271972,83.9538327166487,2123.85782414738,189.19104479264,4874.56828580445,82.5762166447381,1419.21113917465,64.1643965695115,1932.8834913615,81.2863622824862,3455.16990815888,104.955423142643,2313.9503594421,111.736225160603,2947.80797099581,131.189358768159,4155.49689681135,1494.91971285735,487.797383245137,13434.8748271822,5603.77819228826,325.857049538953,2569.50574749245 -4986,416.048244902213,3199.53036915452,80.4965265955615,1281.91551577318,172.036982882022,2281.74662377094,188.146492682241,2688.89081322419,32.7039713795268,983.393890788688,264.508910273137,5457.27604035368,147.96386095142,3183.48738799613,168.827022985963,3597.85599907806,130.35533320495,4085.12028536883,42.0960748691182,1108.53031664801,91.3561763641345,2131.47673449539,205.493528517374,4892.05481354303,85.2706409816967,1424.30227207033,66.20713177519,1939.81731991932,83.9772590143177,3467.56463132165,108.431779682932,2322.25118831015,115.40481397716,2958.38263583391,135.496644196287,4170.40390138964,1548.57562917974,506.04222562349,13952.5173966383,5828.53140879323,340.437817558068,2672.92400920667 -4987,455.246281225906,3162.68619463771,88.0605415447398,1267.15362464244,189.044084732728,2255.4711829688,206.179794726913,2657.92690572884,35.9519081233369,972.069623802418,290.805244363838,5394.43280787318,162.673789312285,3146.82795634135,185.608858754401,3556.4249079422,143.169850796163,4038.07810500157,46.1510696241309,1095.76504183221,97.4433569119757,2106.93172578368,219.395769474084,4835.72038301734,93.2899231220762,1407.90072702398,72.6653894757352,1917.47936415092,92.3116329253899,3427.63390972062,119.198051010394,2295.50931741596,126.521430356135,2924.31539672501,148.548649240606,4122.3796380072,1707.16669526655,556.13776045877,15258.5331855776,6351.05646890432,374.445514899816,2913.21724139578 -4988,428.640157996759,3186.7291338467,81.7249991762077,1276.78660613058,171.786306507046,2272.61741664564,191.246974836166,2678.13263310221,32.2920037063956,979.459358171771,260.971554835071,5435.44162508894,145.985096728947,3170.75034022622,166.596275404065,3583.46107359404,129.400399760116,4068.77582852669,43.0741953158143,1104.095116543,89.8924533065609,2122.94875317211,202.478617952114,4872.48183326735,87.7311379536195,1418.6036768296,66.214508884932,1932.05616278018,82.9624358034892,3453.69099811018,107.084352949461,2312.95992350704,118.086294579548,2946.54622614799,138.644967135163,4153.71822708413,1486.26050995879,495.221227330222,14014.6100600919,5944.34813739495,324.215596091622,2737.7209596412 -4989,381.921581526043,3177.11195312059,72.1397530320023,1272.93341151501,149.725239256749,2265.75891957883,168.836823362331,2670.05033791512,27.8848572557595,976.503462874183,225.22106910554,5419.03808960187,125.986602561141,3161.18138165504,143.796818623115,3572.64660166302,112.237079248664,4056.49673267842,38.2333394934064,1100.76308491162,76.384208107897,2116.54193885749,172.325990225318,4857.77724545738,78.1210093072985,1414.32249466263,57.7215478654174,1926.22544027129,71.6678881090742,3443.26815728941,92.4817201844069,2305.9796774107,104.815269492003,2937.65388971633,123.063473587043,4141.18278488072,1256.50972179852,425.186590371083,12242.1533363912,5233.55097172218,273.865436256601,2422.88529018025 -4990,302.395457554776,2967.6134805189,59.7668400270566,1188.99629838491,126.082501846973,2116.35498294097,137.003450766518,2493.98746200248,24.3911522480427,912.1129135385,197.341998271783,5061.70721190746,110.391305767391,2952.73336948375,125.889884910824,3337.06661038859,96.990531080406,3789.01170786676,30.2454952090474,1028.17886742479,60.9961899490725,1976.97735632758,137.562021104236,4537.45585666811,61.7026854075792,1321.0621982771,49.5009318901422,1799.2103103112,62.6175722285446,3216.21936884441,80.8641561185611,2153.92358766744,82.9168932994231,2743.94525998942,97.3526181626785,3868.1135695058,1166.89555092061,375.180702118952,10156.4633523259,4170.87825445113,254.58277195414,1903.65173958752 -4991,251.013459206346,2808.67015752727,55.1704363924446,1125.31448000438,123.910679690241,2003.0044755967,121.511016909201,2360.41122058414,26.2499789749488,863.260777513012,214.757389536351,4790.60567878915,120.133316079348,2794.58701493493,137.009551886878,3158.33563360154,102.637783781981,3586.07486462355,26.5371337433411,973.110319282971,61.0640386042191,1871.09181814794,137.086597860842,4294.43286310073,54.1525200344819,1250.30702175187,49.6950583796696,1702.84585201535,66.8917714452202,3043.96088662968,90.3326824720671,2038.56093186968,72.7505591117227,2596.98145200268,85.4163382213235,3660.94008532998,1365.81180782959,407.643479494428,9986.7823617155,3805.78985870137,301.908228111374,1682.42872634349 -4992,258.042456200788,2696.96796493662,56.0854754900001,1080.56017005679,126.457007270224,1923.3440031509,124.432253665664,2266.5365062293,26.6502282029125,828.928472109586,218.001479615051,4600.08093642172,121.948030346716,2683.44491584686,138.774777161223,3032.72707317127,102.752137101068,3443.45490474711,26.520814300598,934.409243613696,60.6002232597469,1796.67757692228,136.076459254549,4123.64115747588,55.6685341775864,1200.58169698674,50.4535479662532,1635.12283555355,67.9180891085855,2922.90106610021,91.7232340276595,1957.48636168235,72.7058199701321,2493.69822327306,85.3638100525163,3515.34269883074,1371.29344398666,411.860693473013,10108.6823454166,3851.70155380958,301.574008980427,1703.59920536921 -4993,255.811878166389,2652.39105582039,56.277222479542,1062.70010159418,127.395925919355,1891.55395894482,124.187269697351,2229.07399530578,27.0338386576523,815.227505080873,221.201870224041,4524.0483722622,123.738299531106,2639.09152281909,141.596591676301,2982.60056040852,106.926729905418,3386.53966573411,27.1141231994212,918.964834754758,62.9281996369497,1766.98114222268,141.232419985803,4055.48344129436,55.0828788359307,1180.73784941829,50.9754964459634,1608.09666283589,68.8826425668228,2874.58981551316,93.0164702421222,1925.13199456512,74.3323541140535,2452.48106366739,87.2735217064483,3457.23926043789,1439.46028476792,423.03653890397,10280.3526765974,3859.74872614599,323.068544884301,1708.16100776126 -4994,281.601617466501,2664.02264099744,63.9737591295304,1067.36038225763,155.44070609761,1899.84902951602,144.28376812521,2238.84919945053,33.4941603708407,818.802539065102,274.481397294463,4543.88777485391,153.54237882229,2650.6647852799,175.386064467618,2995.68022013343,130.40315616093,3401.39072794495,32.0779640467736,922.994790189387,74.6431216680721,1774.7299210526,167.51063908119,4073.26803643467,61.1930814023806,1185.91576345066,60.9279025641403,1615.1486822829,85.2559533795409,2887.1958134918,115.06337600895,1933.57431558815,87.940538045263,2463.23597943464,103.250873020837,3472.40036303887,1853.74070582097,533.069290065582,12186.4500576236,4437.56278049251,411.844956120486,1937.41557206528 -4995,446.165437114608,2757.85507866243,101.465842457988,1104.95504267567,243.950761020074,1966.76567762987,227.157986583042,2317.70614109803,52.6304305404937,847.642473465209,431.248635852739,4703.93298611798,241.236535755689,2744.0267313865,271.773834287909,3101.19432995896,190.88367273629,3521.1948086395,45.8702749649712,955.504593140286,105.564601559559,1837.23961302241,236.987797381448,4216.73703825159,96.609586928459,1227.68619183871,96.1307375630715,1672.03758995121,133.976397090443,2988.8888760908,180.825525765645,2001.67883866762,125.751642305661,2549.99629180493,147.644842077048,3594.70555129011,2746.87756774365,815.576586037667,18526.631376574,6806.6852550506,581.999773826986,2933.60428264065 -4996,558.787951539313,2993.86576796834,125.052709182803,1199.51447159258,286.725034228548,2135.07681437958,275.490738698374,2516.04992942877,61.4333582989124,920.181703679044,502.918439567232,5106.48440192368,281.327967308132,2978.85402356694,320.01585662635,3366.58717715678,237.678438984562,3822.53029954225,62.3920840162341,1037.27440744517,142.390703831907,1994.46621671322,319.748077461859,4577.59538165017,120.501288343966,1332.74866108482,114.936959343602,1815.12659676776,156.48167852907,3244.6708892077,211.269864866885,2172.97776084018,171.045563557353,2768.21891967713,200.82437697331,3902.33191700299,3204.11349204578,956.656860888473,22979.2823062238,8784.713133164,696.582458423382,3855.69352542036 -4997,514.734523610284,3496.55814311677,115.024773548804,1400.92189112395,282.144302992944,2493.57212383133,262.87664136431,2938.51346421675,60.2542775633947,1074.68706966426,493.714663873911,5963.90119065414,276.179459511142,3479.02581495073,316.443323486174,3931.86225472904,243.367406453703,4464.36162541955,67.5228735192721,1211.44051106215,152.925568853186,2329.35195887302,343.491273402574,5346.20776216843,112.088416302183,1556.52709400075,109.308740691138,2119.89988015497,153.38435176931,3789.47531341462,207.020548999089,2537.83692167115,185.111430980741,3233.02350729485,217.339093889333,4557.56252919807,3279.45201619519,964.761114264194,22786.4779637699,8794.86222021649,719.926754407991,3878.58577325086 -4998,516.093793349713,3939.98791510817,105.960916354997,1578.58531021559,238.020840693652,2809.80427929865,242.411364812947,3311.17260560593,48.2668542167917,1210.97773687408,394.346057085522,6720.23677465036,220.593571298186,3920.23215579557,253.796110027283,4430.49682957467,199.994691767515,5030.52720214361,60.2941058039635,1365.07410375927,132.972114960772,2624.75788828509,298.938747595813,6024.2081248004,112.085319964803,1753.92419885082,92.3890871824282,2388.74332048277,123.108934579252,4270.05252832591,166.330802063761,2859.68269155869,165.294034796821,3643.03209802993,194.071514426305,5135.54774507021,2437.30093794941,754.050396535347,19933.6320231216,8101.91068444502,546.117600425056,3675.70427388446 -4999,468.789297285885,4217.6513755971,98.0367789205585,1689.83323009644,218.473706403549,3007.820109879,221.048496550216,3544.52145432276,44.8345551631437,1296.31918366029,366.397282857626,7193.83320143106,204.959283064384,4196.50336518791,235.381848105284,4742.72801096172,184.122319336595,5385.04442938554,54.5354321965923,1461.27521087947,120.927748762566,2809.73291204398,271.811496481622,6448.75320226713,101.508217857763,1877.52880703268,85.8982259937176,2557.08564814365,114.334953841559,4570.97669028541,154.462336750733,3061.2136122485,149.506846597443,3899.76813905493,175.535796993112,5497.46610348303,2268.98686278023,698.824208291197,18267.7313095187,7378.42585588109,505.568431828927,3330.03676702263 -5000,471.430616493469,4325.77961972387,98.150044963535,1733.15561114827,217.5577197436,3084.93181925644,221.262038694041,3635.39261625499,44.5402500970909,1329.55301563797,363.926609397394,7378.2620418782,203.577210967272,4304.08943618831,232.728668269411,4864.31768410619,178.536154874119,5523.10121664471,52.5233974852576,1498.7380328786,115.941362990538,2881.76624509809,260.643258875919,6614.08037098538,102.036887168592,1925.66315364475,85.6217755572989,2622.64184437536,113.598164745686,4688.16316196125,153.476817639719,3139.69417484421,143.990928728637,3999.74678684392,169.05956489214,5638.40505361898,2203.56226981701,686.988901744312,17994.9723186303,7274.52013278242,484.508484350991,3276.79546499545 -5001,443.626477649265,4445.47446986558,92.5389882528325,1781.11223848147,202.564853758258,3170.29225928433,207.082631057153,3735.98437373262,41.5226723497931,1366.34190988414,339.21277526363,7582.41945326876,189.752518583304,4423.18411630379,216.472393464322,4998.9139482307,164.754362046789,5675.92610153471,48.3465257060355,1540.20829720486,106.555900612425,2961.50506888784,239.556745811037,6797.09278225585,95.8402762262941,1978.94648817894,80.2969644589003,2695.21066436483,105.914103253453,4817.88520895417,143.103985343515,3226.56989593625,132.54019104855,4110.4202686998,155.615268456371,5794.42040975362,2026.41223511835,636.119195185705,16740.908368973,6781.32982490201,442.766956854031,3050.92803272941 -5002,428.447434046416,4544.6353437969,89.6506665604712,1820.84177631479,194.354305799483,3241.00888428787,199.316860931777,3819.31934236292,39.8909531482722,1396.81956953364,325.849194026315,7751.5531069646,182.277053677531,4521.84778100481,208.221696996482,5110.41985815643,159.386888434161,5802.53346288904,46.4507818257196,1574.56422519914,102.968871678118,3027.56448116736,231.447414084149,6948.70891795736,92.43814851625,2023.08892214439,77.4810687155847,2755.33010644443,101.759011345145,4925.35308691841,137.494943560678,3298.54185142725,127.343080141265,4202.10741454491,149.513347200361,5923.67090835652,1954.08012722502,611.339862217431,16144.1067877679,6527.66404836901,429.707229911908,2938.52368285079 -5003,403.335475317548,4521.04727132905,82.3637842050884,1811.39104055206,171.706694937479,3224.18703904656,182.376575059874,3799.49588577944,34.5782127570474,1389.56964104913,282.091564601446,7711.32013278878,157.799436688752,4498.37798308307,181.043110010324,5083.89518789441,142.496973940607,5772.41650751955,43.8067535464175,1566.39174660853,96.2378632926783,3011.85047883705,216.383751976414,6912.64295509886,86.9479786330752,2012.58846072242,68.8765209759516,2741.02908528277,88.2821169725889,4899.78897082215,119.339395617392,3281.42139217282,120.094575555697,4180.29716868057,141.002887255595,5892.92521192727,1640.70895866302,526.074971134638,14679.5126568373,6110.48593564474,365.345030102191,2782.44690793591 -5004,375.653729305291,4476.86024979183,77.3603301895764,1793.68718343276,161.708081243832,3192.67504335525,170.476063055522,3762.36103704645,32.775466210083,1375.98850818952,267.453522156588,7635.95258002092,149.611049860213,4454.4125226727,171.859360817512,5034.20710177661,135.512656964619,5715.99907208217,41.024306033282,1551.08242076228,90.6859230665442,2982.41378110128,203.857756544026,6845.08137372078,80.7953459630464,1992.91817542736,65.044063742579,2714.23929434349,83.6650655201697,4851.90026986684,113.087738207303,3249.35000936554,112.466599820359,4139.44051093318,132.046890720185,5835.32996957979,1582.02627572134,500.914065570395,13825.567321888,5704.22393088628,354.458245289758,2593.33580737247 -5005,378.100363084296,4407.39564714643,77.5706814122471,1765.85567641329,159.062711447298,3143.13632852204,169.74168851091,3703.98286576914,32.165883915079,1354.63816673751,262.362776857858,7517.47034421405,146.763333581987,4385.29622717955,167.749176585867,4956.09450132727,129.705585364425,5627.30753781279,39.3078391995538,1527.01525805968,86.2774523803481,2936.13755699131,193.99437746645,6738.87058509431,81.1468630786543,1961.99532739625,64.560159313819,2672.1241637506,82.133397877229,4776.6164089652,111.034916884348,3198.93190501062,107.76097022757,4075.21143648763,126.52201704568,5744.78685341697,1498.70864051028,483.973937861626,13529.7405977361,5614.86197190457,330.790767256194,2549.6709644508 -5006,343.660216531587,4335.65671709847,70.2080274529989,1737.11294329219,145.645006950577,3091.9756760063,154.885617744704,3643.69334583954,29.3345003770858,1332.58879779855,239.293350111581,7395.10890395843,133.858507624366,4313.91700814236,153.719262269473,4875.4244310167,121.563232470387,5535.71217081303,37.438570009273,1502.16011694,82.4562908600945,2888.34621178985,185.380960535399,6629.1823691477,73.9183094787396,1930.06004025278,58.5437565288639,2628.63014964118,74.8984342903422,4698.86769342827,101.250337374683,3146.86307104734,102.636438692307,4008.87945007699,120.505311137349,5651.27928223158,1392.5389984272,446.400087783153,12506.137558476,5214.3236536924,310.978364089046,2375.87822745879 -5007,344.456710133149,4216.2217899084,70.9612579177308,1689.26045601274,148.471033551132,3006.80060015656,156.588513443516,3543.32002805654,30.0984712443095,1295.87979235268,245.614857148144,7191.39482991198,137.39470074238,4195.0809476813,157.899180255606,4741.12044895954,125.174633025195,5383.21915229086,38.3620219912129,1460.77990722759,84.65929014002,2808.7805445763,190.320918297562,6446.56737786703,74.2156278383561,1876.89241296555,59.6981776125301,2556.21891623013,76.8302972722664,4569.42734391278,103.848458983762,3060.17600463697,105.168047744314,3898.44630085059,123.477670080987,5495.60272072192,1450.59357156363,460.618119158922,12747.9987296572,5291.33962425449,324.271940867124,2406.16243738065 -5008,363.248308237322,4178.59784023354,74.5043702237798,1674.18614219536,153.88908599893,2979.9690623249,163.619051678054,3511.70079618013,31.1195248034077,1284.31585702821,253.86126835959,7127.22157464817,142.007667619673,4157.64565079173,163.392915718727,4698.81250453379,130.320099482671,5335.18136477235,40.098799319525,1447.74446638642,88.596529102709,2783.71606193694,199.164202238704,6389.04067773447,78.0262586948345,1860.14374337242,62.1886811110315,2533.40819690498,79.4546402261166,4528.65152304828,107.408562503694,3032.86816512287,109.929357797966,3863.65805802513,129.067918113236,5446.56206524874,1490.74102827873,474.971314988806,13312.1984433434,5545.73782212223,335.069393466557,2527.16733563502 -5009,394.934775991551,4126.80804872429,81.9492831707898,1653.43617903376,173.333054102674,2943.03514756626,180.791461324869,3468.17656651488,35.3707392191001,1268.39796949496,288.747443106247,7038.88636424883,161.522674142557,4106.11554197135,185.08459888175,4640.5751413667,144.715419923898,5269.05680789703,43.6335222834877,1429.80103489586,96.4729847291629,2749.21451860091,216.865338369771,6309.85452551421,84.9568743820603,1837.08901058169,69.6553876686214,2502.0089842164,90.2656385863258,4472.52314526125,121.99211890704,2995.27861572082,119.619668530859,3815.77164900976,140.445299526338,5379.05704931122,1707.78124014894,540.65532360485,14717.5927277181,6065.87336867443,377.970168618375,2745.83436823872 -5010,413.480525492223,4048.50604681397,86.249403982767,1622.06390261075,184.64322877408,2887.19403719086,190.917900505067,3402.3714297287,37.8094569610602,1244.33140302087,308.757752863796,6905.33062648915,172.7162580846,4028.20615941336,197.817900509651,4552.52492936409,154.351110932619,5169.0817929784,46.4690375884866,1402.67200877108,102.726828287868,2697.05095830304,230.924766465115,6190.13142832208,89.102607767682,1802.23210773629,73.9132193076493,2454.53589849284,96.4678536904647,4387.66154963349,130.358965440755,2938.44623846436,127.393127631742,3743.3712476772,149.572107894793,5276.99489125153,1839.48185949816,579.995521046807,15611.8076367325,6419.42087490413,405.526868321398,2899.88955884048 -5011,425.854481630263,3886.57360042386,86.8966385140618,1557.18446982404,178.876754584973,2771.71183505529,191.135449394125,3266.28312387638,36.0237377492636,1194.56054288598,293.810738451274,6629.13069778708,164.355035168179,3867.08566943142,188.784636732987,4370.43269817079,150.256486347212,4962.32847443358,47.0641643955406,1346.56782929432,103.409943460217,2589.17411319853,232.50842602088,5942.53809041578,91.511816095781,1730.14629366218,72.2380034347869,2356.35918881296,91.9881109755499,4212.16353618156,124.360184613689,2820.91404696502,129.02464550305,3593.64360570916,151.487670936663,5065.92525656469,1692.61537727094,547.038052460219,15486.857941637,6521.62766515655,376.677440422552,2973.3715786594 -5012,412.274415029936,3788.12751618532,83.9112316420062,1517.74131776987,172.816315589303,2701.50496266541,184.97622665942,3183.5488657306,34.7514067973281,1164.30257792163,283.418875263266,6461.21622447529,158.54192211203,3769.13321034792,181.454007217312,4259.73056570221,142.527703687047,4836.63374760269,45.2274156789528,1312.45955203407,98.421579987113,2523.59088255332,221.365330746657,5792.01486209559,88.676141866093,1686.32205532734,69.6855618263946,2296.67311077939,88.7422391397341,4105.47032798805,119.974245124543,2749.46089299235,123.989267629468,3502.61737605218,145.575640228259,4937.60644523444,1599.42082996256,524.118277563934,14874.8587196203,6305.3098227313,350.391394751368,2871.14173832915 -5013,358.700541994869,3587.79135126545,71.7317379442415,1437.47515100455,143.106209092194,2558.63513016374,157.496134859298,3015.18600891798,28.3116686850942,1102.72811606138,230.641418008484,6119.51302847706,129.018696075704,3569.80156451315,147.721113701973,4034.45354388114,116.603674658743,4580.8470424359,37.7278552796353,1243.0497678746,81.6269383039015,2390.13008508086,183.628206059972,5485.70256408732,77.0711234824161,1597.14044991922,57.9989677098177,2175.21292203911,72.3514732458348,3888.35140123933,97.853561216747,2604.0548979339,103.429503435666,3317.38049337021,121.436447436193,4676.47977119946,1255.01295642775,421.487826638404,12443.8891557285,5344.40474090845,276.424101243049,2449.63579324394 -5014,281.732064604209,3297.19669084132,58.6622967659465,1321.04625019153,118.276139458984,2351.39740812148,126.259807486623,2770.96975758327,24.203232243547,1013.41219128945,197.427100603018,5623.86051238408,110.438911231769,3280.66399438791,126.497811209402,3707.68129243247,99.136167279232,4209.81942114403,29.455945758493,1142.36843225055,65.7816820214703,2196.54049961107,147.823418195844,5041.38579153128,60.2555998825716,1467.77939147021,48.8369954110414,1999.03064203913,61.7987680446887,3573.41275391406,83.5430132162459,2393.13838281269,80.7523730264453,3048.6878734305,94.8112576840648,4297.70633706073,1140.73056758361,364.736792915275,10187.5568314646,4214.23425328575,253.658911307335,1908.7728383135 -5015,246.661122531641,3088.0880995155,52.8910982249399,1237.26534587935,120.61864682219,2202.27151550329,123.223280937052,2595.23453856399,24.5410792786754,949.141474185561,200.90367070167,5267.19463533037,112.383672692294,3072.60390856248,128.213088092193,3472.53972071513,96.3194825737968,3942.83219186022,26.6732158499318,1069.91929559258,57.7416205454808,2057.23564984592,129.893224476508,4721.66052790799,53.3160431970147,1374.69265455216,46.74982047012,1872.25189003593,62.510400873791,3346.78650826961,82.5046456853857,2241.3652728045,73.1236231146149,2855.33973973378,85.8543521890279,4025.1453095154,1273.31596900796,386.663683627877,9533.14267671836,3682.15376706838,282.451499590332,1646.52980104738 -5016,255.335459463783,2963.90956742764,54.238015058448,1187.51229819959,124.667310726072,2113.713535536,127.431828431392,2490.87468708398,25.256270300495,910.974494743956,206.749442449255,5055.38963593964,115.653743848386,2949.04802843309,131.956419940154,3332.90157852519,99.0913047854473,3784.2825980417,27.7148395587096,1026.89558535581,58.0823444377169,1974.50986776841,130.80820237465,4531.79260494788,55.2056077546473,1319.41336509761,48.0116498396661,1796.96469488114,64.3340202870946,3212.20516783648,84.9116689324011,2151.23525044755,75.9791955336456,2740.52050982,89.2070761067209,3863.28573172213,1307.79156009474,397.746598839172,9812.1550325991,3791.24589062429,289.648650952704,1699.35101904617 -5017,253.426975434628,2899.77340104856,54.5269925277192,1161.81566859539,125.886964489497,2067.97479759249,127.324748324042,2436.97454278947,25.7003161880666,891.26187854133,210.443463731715,4945.99584256453,117.720145508825,2885.23345153437,134.287361581592,3260.78077817604,100.580746868599,3702.3943444321,27.5364102755408,1004.67454769659,60.4771589694319,1931.78336396815,135.979727112894,4433.72895020599,54.6873156593632,1290.8625226439,48.6359603366602,1758.08009869954,65.4527478348848,3142.69612230009,86.3875099130685,2104.68457850414,75.4900383308375,2681.21826884926,88.6327572617717,3779.68792591098,1347.62219065591,406.93563861125,9909.48517304219,3786.04561620276,301.348898733219,1693.19689536976 -5018,280.62477482517,2906.92130427945,62.5395785014768,1164.67952891229,155.245606000207,2073.07232822428,148.713790802647,2442.98165293183,32.2818766953807,893.458827330119,264.725277213476,4958.18765715607,148.084894635471,2892.34551398127,168.928349385326,3268.81855983551,124.649488705266,3711.5206977144,31.6544556509633,1007.15105722071,71.9772948262499,1936.5451845103,161.649390341397,4444.65803365666,61.1023581705975,1294.04448175592,58.8203324388857,1762.41374298123,82.1328271455974,3150.44282683851,108.397891702837,2109.87259826226,86.7795056262499,2687.82743655861,101.887706345567,3789.00480685334,1790.31251580246,520.492307399053,11844.9388039102,4321.84468098644,398.820696272225,1899.4799506748 -5019,443.275587439009,2965.79401355433,98.810829527984,1188.2673154833,242.433358592039,2115.05742919886,233.242582666383,2492.45837884291,50.44876418658,911.553689999101,413.644868536463,5058.60383974769,231.389149606327,2950.92302563128,263.923506376106,3335.02062882932,195.018274564514,3786.68863524423,49.6499356292568,1027.54848294405,101.018936707675,1975.76525609514,227.749465240183,4534.67390710204,96.1681933834452,1320.25224474249,92.3593414588845,1798.10720044079,128.365620271648,3214.24747967123,169.416052706175,2152.60300032084,136.11344057818,2742.26292575489,159.810616149896,3865.74199891512,2775.04856998602,805.24277459157,18375.7439873902,6727.41619460318,605.738797940413,2944.98406447643 -5020,562.27261166269,3168.4045121799,123.640665438935,1269.44471087564,291.25133126752,2259.54920387817,288.257037468501,2662.73258960499,60.2279292538118,973.827181283603,493.474847009874,5404.18625094564,276.045308154624,3152.51760128164,314.847805968852,3562.85512759948,234.423082414628,4045.37918118919,61.5956695237559,1097.74624770444,138.600734339939,2110.74117885815,311.382586244301,4844.4636420679,121.573543524033,1410.44629206887,112.591881595077,1920.94627651908,153.322291104079,3433.83126788642,202.357988379182,2299.65972956254,168.862223028837,2929.60272623003,198.260919656789,4129.83313618846,3228.92071331003,956.554781006021,22712.6043313627,8571.05351777049,711.655497867099,3779.3803313155 -5021,515.942155069663,3623.33591102411,113.251296566064,1451.71634186656,284.491408686541,2583.98375007516,273.109023738641,3045.0577179402,58.6591144233635,1113.65293904616,480.996495983112,6180.13957423699,269.065032918073,3605.16789789584,307.009903036127,4074.42322468028,226.550359609989,4626.22989096406,58.6690193639901,1255.36476962118,148.568082344262,2413.80931091157,332.539964712106,5540.04989466401,112.594969313013,1612.96345873079,106.469119036511,2196.76294491542,149.249852475891,3926.87363545322,196.978521564233,2629.85349541972,160.838921133967,3350.24606933165,188.840771184093,4722.81006145698,3242.85072040015,948.758296752405,21944.4484360978,8208.46982595237,718.918601512197,3598.22490735436 -5022,529.258663411744,4037.19937005382,107.428917943483,1617.53379890853,251.216519820321,2879.13067521366,261.60214726139,3392.86927917512,49.3226735730466,1240.85623148999,403.522250930994,6886.04540364081,225.726650062197,4016.95617622424,257.778651803497,4539.81062753926,194.494742465163,5154.64556976318,58.4050729508192,1398.75462324163,132.217269834827,2689.51862834266,296.98199096364,6172.84361539713,115.345529819557,1797.19882986704,93.6860077852984,2447.68086513498,125.6866611333,4375.40767862503,165.891222184122,2930.23973922458,160.115321919393,3732.91675206788,187.991194273574,5262.25728809363,2496.57133852153,780.39827173381,19990.5148109907,8006.9564033728,555.711722325483,3627.85359853523 -5023,480.209984541448,4287.24593656673,99.2046528185796,1717.71680588008,229.968816448928,3057.45150455372,238.035523050445,3603.0088427988,45.6676088239758,1317.7094685438,373.692920900108,7312.53710053451,209.040396142031,4265.7489673725,238.642167988425,4820.98674890081,179.821870650782,5473.90189281494,52.6529525308217,1485.38739979707,120.100668100621,2856.09571234251,269.698946227749,6555.16269606978,104.346255728796,1908.50950728431,86.8639132298995,2599.27957011501,116.357178842492,4646.40139651017,153.576534046361,3111.72604165681,144.346099037974,3964.11737690119,169.476569897172,5588.17861285045,2329.47804917304,721.770053461786,18307.4577918096,7273.14490034647,517.494272593914,3278.33712501134 -5024,482.85074299051,4397.06368303069,99.304587705278,1761.71609854396,229.062118901005,3135.76808333666,238.327323456111,3695.2998653947,45.376043610693,1351.46257869208,371.249943143335,7499.84763909388,207.673816767683,4375.01606926238,237.088645779709,4944.47625902694,178.894801989225,5614.11581548884,52.8044992400054,1523.43557787811,115.369522753566,2929.25456524144,259.44844178389,6723.07309954047,104.879942283035,1957.39595240457,86.5834410149177,2665.86008101717,115.626265323782,4765.41890520489,152.612517478015,3191.43286197084,144.761558670174,4065.65818969593,169.964360518916,5731.3197321567,2298.20086374032,714.182241872618,18204.8846177477,7250.89563101771,507.715463586122,3272.71331540921 -5025,454.32230093141,4509.67561540678,93.5993900772034,1806.83490246776,213.346693809463,3216.0773371486,223.117220648261,3789.9391266265,42.3079289698633,1386.07449780251,346.097156512093,7691.92407829215,193.603578378349,4487.06334654823,221.003818977739,5071.10781732471,167.037109891176,5757.89731972432,49.3641281164369,1562.45184797158,105.36481015267,3004.27486078239,237.140618609851,6895.25578958582,98.508223007391,2007.52625674291,81.1859763581028,2734.13465623567,107.818764789445,4887.46467715213,142.308188399791,3273.16773040635,135.329909976983,4169.7825913709,158.890673875145,5878.10291216707,2128.66631068812,662.943618865561,16988.6037634518,6782.27160556549,468.29299260393,3060.67533070951 -5026,437.148416837776,4622.93735201037,90.2133901725609,1852.21405526321,203.300092174557,3296.84999915836,213.678747928868,3885.12448444627,40.3256802041087,1420.88613794504,329.833590678167,7885.10885547524,184.505888659162,4599.75716983434,210.604267342362,5198.47007724691,159.46821120383,5902.50848585546,47.2429204680989,1601.69325350775,102.350280648212,3079.72804566429,230.236879677218,7068.43202478694,94.6521215973499,2057.9458277957,77.808520921561,2802.80319598947,102.777182411413,5010.21468937735,135.654471039613,3355.3742332586,129.514698586741,4274.50782170556,152.063041634208,6025.73307463201,2018.19133343649,631.197461362255,16279.6754065593,6516.5721441998,446.001609065396,2944.62731336984 -5027,410.003432010641,4574.39660685124,82.4513838394049,1832.76584656153,178.77253570214,3262.23314336916,195.004020383586,3844.33075890963,34.7400323064815,1405.96686332148,283.817820817621,7802.31537800378,158.76508859996,4551.4598161015,181.280383872018,5143.88625055342,138.875666187853,5840.53227064957,43.6738984431207,1584.87550796599,95.0080018257986,3047.39096582933,213.690204904538,6994.2136368954,88.7097526465134,2036.3374398008,68.7498552945474,2773.37382126335,88.6101741999158,4957.60754030494,116.959601096659,3320.1428742398,119.730358261578,4229.62557930098,140.575260197323,5962.46300383049,1656.30009835144,537.71498926145,14632.9767326498,6055.34693284279,367.149932663653,2765.26121677488 -5028,376.404507815376,4505.77675852601,75.9299636707214,1805.27279661078,163.364723361333,3213.29686548625,178.406251411717,3786.66252061274,31.8135547145251,1384.87616192342,259.893371828921,7685.2739966285,145.38197103372,4483.18403918887,165.972291135916,5066.72357213883,127.23130588605,5752.91930811144,39.9230487966533,1561.10102439626,87.6127981525843,3001.6775037413,196.998041914659,6889.29447046387,81.2090824265701,2005.79064242673,63.1386735227362,2731.77084991643,81.1490258618604,4883.23920132834,107.111568462209,3270.33790103148,109.44754431627,4166.17759027234,128.502221521834,5873.02097636071,1513.33108155011,491.870056450247,13416.921601615,5553.19263953758,336.301249438631,2535.70735957442 -5029,378.188256844793,4433.38801794739,75.9353772661333,1776.26971209262,160.132533876506,3161.6728002776,177.295887599738,3725.82689879798,31.0804961235501,1362.62707001506,253.792776201144,7561.80420763711,141.969353733769,4411.15826787986,162.067522932065,4985.32279311597,124.777442140502,5660.49427116824,39.7224641998901,1536.02074565005,83.8908281008209,2953.45326499981,188.880308949355,6778.61269972402,81.4200501847298,1973.56608576291,62.4359404820263,2687.88286745023,79.3026375020092,4804.78623868224,104.675815200946,3217.79742807657,108.897649150317,4099.24476937392,127.856590312193,5778.66641450496,1448.95398800281,476.411505311857,13224.0548347268,5519.26233314704,320.30249652551,2526.13215950602 -5030,340.761684465619,4370.03162042321,67.9055683192147,1750.88550264965,143.933087736607,3116.49015486852,159.692266371483,3672.58207358735,27.7437888583517,1343.15412021333,226.524642516232,7453.74042629435,126.71580958362,4348.1195499444,144.686083253082,4914.07883896886,111.494180933071,5579.6016166621,35.9679220011569,1514.06987183237,79.4003699125657,2911.24623092815,178.496576404824,6681.74130495154,73.4968796064879,1945.36236505007,55.6515246819996,2649.47103100388,70.7934978088091,4736.12228557813,93.4444081441239,3171.81272017819,98.6047122111521,4040.66352629166,115.771666242588,5696.08499256876,1289.16737954207,426.822747766368,11936.8508502307,5016.58010369817,286.710294144215,2300.22073567175 -5031,341.88943619699,4275.22446381066,68.7493614976693,1712.90031387331,147.056243478557,3048.87838546776,161.615999404367,3592.90597646352,28.5585095991788,1314.01460039047,233.262112848424,7292.03268655115,130.484688758115,4253.7877722943,148.979903856722,4807.46866253095,114.420920631784,5458.55302702849,36.1819478849126,1481.22236134976,81.2007770118282,2848.08719654877,182.442969443791,6536.78196612604,73.865781779433,1903.15803097855,56.893054742028,2591.99116888963,72.8545240995993,4633.3728488998,96.1638375958218,3103.00073632383,99.1914561624093,3953.00195927566,116.460561563831,5572.50931420409,1348.52965863656,441.095559338088,12148.6808046117,5063.45999464239,299.793912756887,2313.0122085329 -5032,361.359225745422,4220.77045731982,72.3923368252505,1691.08291326678,153.13725019288,3010.04448451182,169.501207108212,3547.14273595546,29.6737202547231,1297.27785120118,242.305955646397,7199.1532603114,135.543731558768,4199.60680731247,154.741718379143,4746.2354028577,119.12122859185,5389.02683384717,38.0279793969933,1462.35586842943,84.9000033961124,2811.81079515741,190.787643056658,6453.52225178222,77.8444740191363,1878.91729680208,59.5066414685747,2558.97669090615,75.7131240414489,4574.35706684573,99.9378181142107,3063.47747300347,104.252282472463,3902.65213643693,122.402471248884,5501.53164719864,1384.94308879325,456.583418823962,12715.2248383379,5327.19048539572,308.212573440562,2437.95209842747 -5033,392.474102736095,4164.23706091278,79.5532489905051,1668.43238970488,172.140544501035,2969.72766563563,186.828039694777,3499.6319725932,33.6854301358565,1279.90198967219,275.242533195095,7102.72712456777,153.968151271506,4143.35687882376,175.757861718047,4682.66387955784,134.432255633294,5316.84570167551,41.668935117325,1442.76893641452,92.3049543553892,2774.14913695741,207.482521169223,6367.08316788251,84.6580779372677,1853.75090184403,66.5779540944811,2524.70151647385,85.911739529608,4513.08769814106,113.397351649158,3022.44496765483,114.233826331608,3850.37964673417,134.121789102296,5427.84361497751,1615.76041612733,521.311227976131,14108.0259808987,5820.15743431756,357.404099797224,2647.8584339047 -5034,406.83451711039,4083.72570445887,82.6217186011055,1636.17491903693,179.722997989128,2912.31095300337,194.388341202894,3431.97009045694,35.2076843688653,1255.1563654896,287.716565040504,6965.40300325668,160.946010397581,4063.24921979591,183.730313369317,4592.12925935101,140.377549453248,5214.04981055873,43.3096547722516,1414.87444279632,97.3443326411385,2720.51373946327,218.703498132882,6243.98198632088,87.8727315803833,1817.91048319063,69.3561663083371,2475.88893910151,89.7866271137528,4425.83166370839,118.511491484622,2964.00901874181,118.731797868247,3775.93640930879,139.402851719194,5322.90169028177,1697.6868911118,545.981488707203,14714.8773162431,6063.66868302128,375.291315341705,2754.50410085798 -5035,420.18007172799,3908.01730381339,83.4630447449237,1565.77604824932,174.880110558989,2787.00442245559,195.662622932908,3284.30444900631,33.6394849580284,1201.15138731504,274.587271788887,6665.70613081072,153.601604044439,3888.42185050056,175.380124737846,4394.54603606133,135.495104845834,4989.70752623271,44.0942708921555,1353.99735568283,98.4308010023872,2603.45957062592,221.195056145169,5975.32533113032,90.5257698926245,1739.69216819231,67.980390296708,2369.36011783656,85.8531908099141,4235.40364296565,113.323474469662,2836.47810166448,120.882793599856,3613.47110300913,141.928333051119,5093.87589117597,1543.47428581149,515.335431014676,14609.4116192785,6192.37476342286,342.187716688931,2839.13285085972 -5036,407.225068190033,3818.79850641879,80.7121054283656,1530.02987694201,169.348393896834,2723.37799412266,189.681443203588,3209.32481855991,32.5351179278996,1173.72948154187,265.566134874058,6513.5301708434,148.555262706784,3799.6504110993,169.629463404066,4294.21994179097,131.069664859986,4875.7940836267,42.7616661299324,1323.08602485745,93.8061905794769,2544.02341313244,210.926692290371,5838.91054617921,87.8219935363051,1699.97554694515,65.7129185356309,2315.26837671202,83.0360527008631,4138.71071912999,109.60502191982,2771.72220490331,117.229507511602,3530.97670209744,137.639014536683,4977.58431778796,1489.54683364633,497.408075979879,14121.0836234006,5997.1354204739,327.849612613591,2747.68624863628 -5037,354.17972906584,3585.25709460811,68.8985214038613,1436.45978232378,139.984762691909,2556.82782380797,161.602446050898,3013.05621527389,26.3963361363608,1101.94919783683,215.224158200116,6115.19047593323,120.39442219328,3567.28001504315,137.511517619178,4031.60378486471,107.409470727039,4577.61133528992,36.8136883735624,1242.17173265984,77.3105392241909,2388.4418032141,174.099544476176,5481.82770713993,76.3112773167689,1596.012300754,54.5397391911194,2173.67644812267,67.4177989255408,3885.60484229543,88.992259475623,2602.21550906898,100.923349071692,3315.03724294755,118.493974809154,4673.17651333612,1149.1455687114,398.302107262929,11825.7223678144,5134.8431175989,252.685686683802,2373.79985338005 -5038,277.057335197219,3297.06672621393,56.1195549325562,1320.99417890195,114.799332345487,2351.30472378486,128.581893547452,2770.86053508737,22.4350428669161,1013.37224592065,183.138556643218,5623.63883833654,102.446030653633,3280.53468142493,116.907617098217,3707.53514785486,90.3455989979103,4209.65348393623,28.6019645002178,1142.32340385172,61.5613175604605,2196.45391922344,138.513449623042,5041.18707671765,59.3981278937857,1467.72153644377,45.698770907801,1998.95184683918,57.2557865641749,3573.27190175976,75.5757008781232,2393.04405318441,78.4112153637024,3048.56770420171,92.0625074724933,4297.53693564035,1031.08346222127,341.287128330632,9608.30922862179,4032.92807257672,227.829133570529,1842.52945782417 -5039,270.052012284215,3095.49592569803,57.8204450209008,1240.23334624999,123.610889325091,2207.55441031323,136.791763701647,2601.46008840098,26.2819018177982,951.418311774649,214.90594746341,5279.82978726602,120.216418022643,3079.97459066379,136.878204992557,3480.86978444194,100.719942941636,3952.29041151034,27.5141080629896,1072.48585973054,61.686045561022,2062.17062696427,138.601659752969,4732.98703134845,59.0735903510601,1377.99032091113,51.3673826407064,1876.74312089604,66.9967122330111,3354.81491028546,87.5171736343898,2246.74194724429,75.4288976496993,2862.18924007262,88.5609720664006,4034.80098508274,1343.88955165684,410.908353655774,10136.0144330491,3912.55661170959,299.363949676672,1740.53663300068 -5040,279.597410177283,2981.90928067754,59.2882135498328,1194.7240164933,127.779525416023,2126.55003970947,141.503519963863,2506.00167699004,26.7339194596609,916.506809178769,216.650557304968,5086.09083033957,121.192336783732,2966.957488106,138.161369900237,3353.14216661967,102.375428123445,3807.26440638359,27.8286589832093,1033.13188428919,62.0413669287176,1986.50099321282,139.426237111564,4559.31401393198,61.1818100421777,1327.42611369522,52.7485674392595,1807.8775950531,68.5578400210824,3231.71277109007,90.0092149841534,2164.29962260878,76.2912272266766,2757.16358958003,89.5734321176318,3886.74732317473,1367.77058808832,419.082969236412,10307.1046019906,3970.28122848935,304.374201681732,1771.95393616943 -5041,277.103930990038,2919.59258126303,59.5367014188472,1169.75636979072,128.959913134658,2082.10885550806,141.177108082361,2453.63061585509,28.1318571842022,897.353416515541,233.917230387595,4979.80040912423,130.851155507279,2904.95325505974,148.720718723709,3283.06734782979,106.862755732763,3727.69922539652,28.4642592882786,1011.54123111071,64.5162334343369,1944.98658964501,144.908342837148,4464.03230875617,60.5359819981293,1299.68522477612,53.3755717882102,1770.09610874191,70.8987428995762,3164.17561472686,91.7304378459787,2119.06953801198,78.0337016782354,2699.54368284383,91.6192691381803,3805.52108795426,1483.40915231397,446.062615683583,10615.8980371712,4015.95346179783,333.136565530796,1780.59617298294 -5042,303.992943118338,2921.47702738972,67.75382786355,1170.51138707443,158.663624908029,2083.45274917093,163.710282110279,2455.21430761402,34.6869801931933,897.932611770687,285.763971099669,4983.01461293229,159.853747236926,2906.82825225793,181.941040207175,3285.18639813392,131.236981525894,3730.10526259905,33.7323369612427,1012.19412869896,76.7044798608178,1946.24197797174,172.265707398874,4466.91361091033,67.2296057692633,1300.524104421,64.0733508626304,1771.23861430155,87.9763104921074,3166.2179265616,114.668862453627,2120.43728788528,92.4759394820184,2701.28609877871,108.575882035495,3807.97735514724,1893.06945186534,554.19189264634,12668.4124919594,4642.55515887611,423.355488070749,2031.42065977807 -5043,480.670638444942,2993.80078880622,107.146669618278,1199.4884372105,247.808719822956,2135.03047445881,256.900974036336,2515.99532082941,49.6902836938419,920.161731963296,381.79505510547,5106.37357027539,213.572655783999,2978.78937022122,245.106447235251,3366.51410841191,190.648336188742,3822.44733496225,48.030107406177,1037.25189433766,107.85593016968,1994.42292861894,242.327244787213,4577.49602906209,105.861053173242,1332.71973497455,100.692429768175,1815.08720107853,131.805606481262,3244.60046654614,178.280505591423,2172.93059831349,131.672742120172,2768.15883797677,154.596797781221,3902.24722040069,2593.08232235606,776.249890215578,18559.996182428,6911.5385231328,567.400233216243,3044.27009512807 -5044,612.610593909015,3192.31749306466,134.609928691508,1279.02562359961,298.032005558051,2276.60275771347,318.634012350107,2682.82909977964,63.1948306058142,981.17697222146,510.079195073009,5444.97340486482,285.333628330552,3176.31067847506,325.412778753374,3589.74515576158,242.956414841333,4075.91097555429,66.4079413721067,1106.03129620022,148.125118378731,2126.67163005801,332.877544731379,4881.02638714175,134.233764183867,1421.09138965396,123.230321450833,1935.44428376988,162.489376051366,3459.74751095285,214.051054598748,2317.01601060023,182.054886221145,2951.71339225229,213.750408604133,4161.00233206078,3243.90581018136,981.80621701389,24189.1666794749,9293.14074970526,716.963247857862,4100.05605761899 -5045,559.138833533713,3650.88781953485,122.689201640262,1462.75521786836,290.84515288445,2603.63240689958,300.85426821742,3068.21238913681,64.3932969149362,1122.1211751255,538.661010381778,6227.13346172474,301.322033945013,3632.58165652266,342.279882975698,4105.40520887305,247.689602603551,4661.40782252644,71.7904022731108,1264.91058489461,158.845185495086,2432.16395837726,357.065262180959,5582.17652923254,123.962653538649,1625.2284605792,115.949616910676,2213.46716808555,161.609428045966,3956.73365003483,208.694827514255,2649.85094657572,196.810701364267,3375.7213979949,231.075192253708,4758.72239029488,3349.46875959051,1002.33975216254,24649.402711444,9538.55507294925,742.986167429922,4179.02431137607 -5046,581.025457397892,4067.0905914324,117.643096048819,1629.50993791944,257.858677228745,2900.44761413648,291.451145154408,3417.98991292055,54.8953047468919,1250.04346870933,460.780421551993,6937.02933797657,257.756346102869,4046.69751801236,292.792576967393,4573.42315742598,211.960155398533,5192.81030668373,65.4915859082879,1409.11093222349,141.522034622566,2709.43168919319,318.381881047557,6218.54703951134,128.170023036852,1810.50519974398,103.06300983817,2465.80337133236,137.442787288243,4407.80297733468,176.610252477281,2951.93508709052,179.542732008008,3760.55508022465,210.800891561881,5301.21877677219,2719.12852705831,854.061848618287,22096.219950049,8900.77931198505,606.656732117632,4003.267942742 -5047,526.753430278752,4309.40442964903,108.581990838043,1726.59477008452,235.932245272112,3073.25384456769,264.902197923851,3621.63087841324,50.399318137441,1324.52000765801,420.745568874524,7350.33171394221,235.361216318158,4287.79635405917,267.467808411517,4845.9038642485,194.63775932995,5502.19357913753,59.1732711926848,1493.06457691962,128.540591672362,2870.85735140421,289.125330311352,6589.04284416563,115.846230588161,1918.37357744506,95.5265304738525,2612.71386318462,126.667194539768,4670.41617306498,163.35176649592,3127.8088978746,162.221308652734,3984.60579038928,190.463830598312,5617.06093473439,2501.30472773587,781.798417248127,20166.0210071384,8083.85585870086,556.988462167111,3622.49256328503 -5048,530.043404578873,4421.49650981871,108.760136664072,1771.50529137542,235.059286614801,3153.19236552825,265.401230863916,3715.83325495861,48.8385718222324,1358.97214723053,400.158718894136,7541.52146770129,223.845121057773,4399.32638576464,254.944534347418,4971.95085132373,189.076752788033,5645.31134258959,57.1026943814771,1531.90073560158,123.516560251625,2945.5313295937,277.865495419998,6760.43068459392,116.497557348177,1968.27246448358,95.2813554894574,2680.6732614248,124.327961900031,4791.89854322618,162.100692897307,3209.16645237187,156.544899807829,4088.24952097718,183.799166247976,5763.16651727899,2393.22947139661,754.740507390571,19662.8183848809,7904.54559980843,530.262587771631,3554.65493657802 -5049,499.099460870585,4530.72943121728,102.589675871893,1815.27026954972,218.966313297972,3231.09187603414,248.589062640869,3807.6327895659,44.7497169534634,1392.54550806247,361.691646362172,7727.83449992414,202.326993122309,4508.01159499997,230.80561807304,5094.78272857031,173.737986383717,5784.77856794783,52.2999436385824,1569.74629134742,112.843961563561,3018.30058124595,253.878236085892,6927.44689549692,109.461085639168,2016.89856899966,89.4200232707716,2746.8992034809,114.95922673856,4910.28223430448,151.023212513176,3288.44880079586,143.37833836984,4189.24958681258,168.340323336927,5905.54535073298,2166.24034902068,688.213184322583,18123.1215031003,7313.05702640019,478.008220189684,3294.48501268911 -5050,480.576024945916,4620.98792041841,98.9535678462529,1851.43300107202,208.690973422633,3295.45976107964,238.197806754069,3883.4861787908,43.3992631379668,1420.28696903684,355.267056816196,7881.78380926793,198.73313659298,4597.81751301889,226.335444505856,5196.27795111004,168.103916222462,5900.01947602513,50.4568308307644,1601.01784062817,109.580026223636,3078.42936504422,246.479496310185,7065.45136040724,105.217152677096,2057.07801923465,85.7731260604909,2801.62129091911,110.549185240552,5008.10194804986,144.159753902747,3353.95931628372,138.325513578301,4272.70531824224,162.407808224509,6023.19210262093,2114.18878288869,669.372751995322,17519.8367315279,7055.73829637411,468.780239244096,3175.48159897624 -5051,452.90589454768,4531.18429795843,90.8498183590006,1815.45251527513,183.850652916349,3231.41626446966,218.386358934035,3808.01506035579,38.3354706715234,1392.68531394732,318.573146131687,7728.61034296409,178.206899149107,4508.46418096308,202.584523594505,5095.29422396012,149.371236881797,5785.35933610347,47.3646137695579,1569.9038874676,101.83048842076,3018.60360630406,229.128338491952,6928.14238288844,98.9483068553743,2017.10105738331,76.1620774872471,2747.1749809485,96.6534624384841,4910.77520659778,124.745404305067,3288.77894763251,129.848316218807,4189.67017037121,152.454741668478,5906.13824338065,1800.10193713691,586.334121578775,15984.5167681183,6619.56928178986,400.259745870132,3002.12671767345 -5052,415.91188082095,4459.18543865569,83.6909792651715,1786.60563957488,168.009221266703,3180.07024328068,199.815881883572,3747.50709543438,35.3954896462368,1370.55605427076,295.825731632042,7605.80555461339,165.482203891945,4436.82633599993,187.982503589894,5014.33186449435,137.650346747777,5693.4320946881,43.5367105859321,1544.95868955024,93.8854599595431,2970.63910032734,211.229026262709,6818.05673731457,90.5871867624647,1985.05006018697,69.9730247669653,2703.52337643918,88.8881571572118,4832.74478675224,114.31638934996,3236.52145441267,119.3542628848,4123.09784550299,140.133687097424,5812.29186935448,1669.52326670965,542.108880512365,14715.0635305102,6082.88839775148,372.145155052239,2756.303208002 -5053,418.591873313483,4392.83992403617,83.8339540697073,1760.02381825115,164.782829170473,3132.7559075754,198.870583609012,3691.75021108695,33.8592083724054,1350.16438229694,278.348485573667,7492.64338843783,155.705592575053,4370.81348890289,177.228654377904,4939.72666302885,132.18312133835,5608.72297292814,41.9717549308938,1521.97218658144,89.943903399559,2926.44076352987,202.4052206394,6716.61500784064,90.9184865404329,1955.51570473117,69.3345807731327,2663.29929243028,86.0017076627021,4760.84130924211,111.644532673313,3188.3672153876,115.063995518692,4061.75277426752,135.096489680967,5725.81430512306,1562.06166251994,515.460729088926,14257.317143869,5942.88508551801,346.680440270239,2705.14542493861 -5054,377.255009819164,4313.36826569193,74.9861657064527,1728.18291032359,148.149689648702,3076.08065615081,179.207766892562,3624.96209302637,31.2177515197274,1325.73831525285,262.608062446151,7357.09262725415,146.900544092749,4291.74031476425,166.744071567274,4850.36117817925,121.893020424966,5507.25455533042,39.6516167739164,1494.43791360244,85.1395541847164,2873.49799653958,191.580619415784,6595.10351587567,82.0993208383212,1920.1381178715,61.8058394997961,2615.1170651931,78.0407685407796,4674.71207155033,99.8970489382959,3130.68588977616,108.70342358319,3988.27087318819,127.628550322735,5622.22756714304,1442.05744544005,475.382771682728,13199.9518943539,5534.52438720719,321.548208616039,2515.53268855835 -5055,378.016593985599,4211.93305175175,75.8237053105948,1687.54214133784,151.27734743595,3003.74208447454,181.135081926356,3539.71576514943,32.1062233236811,1294.5616242418,270.184477459933,7184.07974760764,151.138721235636,4190.81371397609,171.538934234063,4736.29778421657,125.268652947914,5377.74334515014,40.4847867651954,1459.29400282341,87.0559278744119,2805.92345477045,195.882869855,6440.00993357911,82.4358439682706,1874.98323918188,63.0961734742193,2553.618731954,80.2403774386773,4564.77932528843,102.734208803861,3057.06319552703,110.987527936241,3894.48080372183,130.310314316512,5490.01259708598,1496.48258042907,489.175967243417,13478.3610974763,5623.80517013246,333.451855434166,2547.93842210425 -5056,399.949220799601,4174.24412291477,79.9179026031654,1672.44179313838,157.589138929221,2976.86420672211,190.133646205659,3508.04192467365,33.4657446294638,1282.97771720157,282.043086958732,7119.79566069554,157.772318739575,4153.3137637408,179.034181073698,4693.91677104595,130.628384138321,5329.62259305163,42.2863058511135,1446.23604887475,91.0263782603121,2780.8156840368,204.809161212614,6382.38388085846,86.9283206048151,1858.20564347849,66.071549558431,2530.76861693962,83.5505833645139,4523.93308176238,106.837695775628,3029.70819348624,115.926325095669,3859.63247919602,136.108949732198,5440.8872450105,1552.29126047784,509.546899352542,14098.2232235025,5897.83379183405,346.301371962403,2675.63836284955 -5057,433.332937635899,4114.46168015762,87.616752349488,1648.48951511656,176.972871213852,2934.23032887648,209.078143023839,3457.80065718279,37.0650915759317,1264.60324276289,307.504915797889,7017.82779202403,172.015432508542,4093.83108016455,195.551875319553,4626.6917112725,144.717915554364,5253.29311921053,45.9491346285694,1425.52343091104,98.9590236532794,2740.98956233574,222.653854752689,6290.97703263004,94.3785728313017,1831.59290372461,73.7233854188372,2494.52360454486,93.5576160292104,4459.14248434307,120.892506668291,2986.31749775436,125.967833122409,3804.35582288247,147.898671437938,5362.96426765337,1731.7079578333,563.734449930932,15468.2258586229,6417.64690368905,384.040205258151,2902.64764927057 -5058,448.960791317045,4028.16702069624,90.9534736986766,1613.91492130793,184.736899529345,2872.689250919,217.448104351973,3385.27847727383,38.821146995453,1238.08008744606,322.673319646852,6870.63938524122,180.500498647317,4007.96911657915,205.143551850284,4529.65379557565,151.73453908837,5143.11317927834,48.5448299610966,1395.62521612928,104.379653335878,2683.50141947378,234.863282731282,6159.0332297923,97.9326880215866,1793.17799111015,76.7557018256458,2442.20471529364,97.8645388965122,4365.61866225186,126.335452006165,2923.68396959317,133.08383474306,3724.56516842364,156.253559821401,5250.48413995828,1810.40089840281,589.136521319382,16224.1929273277,6744.85916354398,401.035075710234,3046.79740942179 -5059,465.638120828881,3862.0108153116,92.2532510131164,1547.34320822841,180.06861046511,2754.19487302217,219.770647993734,3245.64051711375,37.8282712947079,1187.01103091603,317.842466615378,6587.23520588309,177.798163722238,3842.64604623772,201.813931753329,4342.81196838427,148.567893460895,4930.96701817281,49.4052962635857,1338.05764535584,105.626661184348,2572.81077265771,237.71626780322,5904.98180018616,101.183823105698,1719.21192936264,75.5908101991666,2341.46721702687,94.6447036648344,4185.54305283715,121.199920400226,2803.0861315106,135.442770911838,3570.9321110272,159.023183754125,5033.9090782378,1706.14132238209,570.215155796143,16238.0555086236,6894.95176970291,379.038549865305,3135.82277430544 -5060,451.311966072456,3762.65499759077,89.2159163403788,1507.53556472343,174.382431530078,2683.33922376124,213.079937090596,3162.14171738818,35.7831312624835,1156.47345418199,295.898409465234,6417.76904649142,165.522859205951,3743.78841522799,188.254509771409,4231.08684513605,141.215537146323,4804.11075503066,47.5764818520877,1303.63417585522,100.730013546579,2506.62149189627,226.773710037912,5753.06759708294,98.1705096281108,1674.9827142605,73.0701031045371,2281.22958405808,90.5251812729238,4077.86390005704,117.053826217467,2730.97268386463,130.429144638751,3479.06471425296,153.136691571987,4904.40448161221,1581.48121158943,535.379559946783,15535.2219723187,6648.78252922367,348.789304740503,3030.40143766221 -5061,393.857376771665,3579.27884781113,76.4229116572588,1434.06455351144,144.377724767213,2552.56443422537,182.182717428599,3008.03208640594,28.9915944473589,1100.11174961804,238.758139579793,6104.9936847657,133.559115756532,3561.33174417691,151.978193856717,4024.88127605222,114.836703836857,4569.9783846867,39.5112396873566,1240.10046998993,83.0654136303753,2384.45918936437,187.052051365017,5472.6870184621,85.5104694134564,1593.35102565625,60.9013025971779,2170.0519453546,73.5489932295206,3879.12577982102,95.2072277194312,2597.87643766583,108.318585053435,3309.50957498496,127.17671189813,4665.38421231409,1237.86026959105,431.763869659025,12881.0471401698,5595.40388863936,273.051530037888,2571.15878534429 -5062,307.070610468056,3276.98762304783,62.042322325825,1312.94933765288,118.162707047743,2336.98530169114,144.353643339423,2753.98602232712,24.5949838036308,1007.20081914614,202.943186101749,5589.39093443272,113.524558920868,3260.55625824514,129.081898181638,3684.95629613377,96.4151239369654,4184.01673660399,30.4438526665165,1135.36666582375,66.0289026612309,2183.07753697038,148.526287551437,5010.48629817767,66.3649305424672,1458.7831270646,50.8429798906186,1986.77825021839,62.3128591368794,3551.51071185556,80.684276065907,2378.4704389949,83.4606828463434,3030.00195757765,97.991080772837,4271.36497897208,1115.52169907058,370.546422084728,10423.0125585922,4370.6382117421,247.361093593629,1984.10860638079 -5063,299.735522794771,3084.57913021375,66.2224264112604,1235.85945136569,132.417858875758,2199.7690923557,140.081586702309,2592.28559474075,28.2046953328516,948.062972475569,227.775223102124,5261.20956505837,127.415372905432,3069.11253382052,145.104144706192,3468.5939021742,106.811702105284,3938.35198382296,28.4795379426059,1068.70355502994,62.7743943190116,2054.89802976866,141.127668153245,4716.29534358947,63.8704023208368,1373.13060250937,56.2654177749388,1870.12446549506,72.4960169080954,3342.98358207755,92.9532924621581,2238.81842773958,78.0755875373315,2852.0952404935,91.6684472716671,4020.57156975441,1435.8466279208,436.311818515459,10743.3534648293,4115.43840207888,315.931125080936,1824.23496927538 -5064,310.383973160447,2953.31768036026,65.8925152108485,1183.26858027652,135.564455722368,2106.15992617247,141.552374760399,2481.97324701492,28.4259613619242,907.71901789823,229.608892108298,5037.32359347535,128.441110547239,2938.5092508615,146.296524323956,3320.99105415752,107.531757837802,3770.75900934993,28.8051560260812,1023.22585056039,63.1378526656392,1967.45371944234,141.971777511705,4515.59769940424,64.0401758891268,1314.69828285898,56.2985104758667,1790.5430255693,73.0549496848875,3200.72596659874,93.6833530508315,2143.5475527261,78.9682573282302,2730.72693039881,92.7165297291814,3849.47981583688,1456.42898920715,442.880220357657,10831.9271184973,4140.48056221661,320.440791667669,1840.65080186834 -5065,307.408683148317,2880.60403136475,67.5700358166257,1154.13531879713,138.914687606048,2054.30415236982,144.713731738199,2420.864571609,30.6425393187155,885.370063536518,247.81039224763,4913.2996247406,138.622862961334,2866.16020028082,157.888041872461,3239.22491723458,115.227046203444,3677.91913341112,29.4643375351955,998.033001908997,65.6743664099685,1919.01303183131,147.59174011002,4404.41914644905,64.6952982290225,1282.32909003203,59.4000368189277,1746.45805701396,78.6892994859854,3121.92087698248,100.993869156767,2090.77125798793,80.7753787682466,2663.49368934246,94.8382686960313,3754.70175453806,1610.21525365243,477.178209856858,11291.6373287647,4212.70120101154,355.656519649486,1852.61672846624 -5066,336.032576171566,2887.49201164401,78.5689638450893,1156.89503906028,171.601094255467,2059.21631882347,171.88403117694,2426.65324205674,37.3846221976072,887.487123525009,302.636998159223,4925.04810198802,169.292363981789,2873.01364307329,192.855179782251,3246.97041682671,139.90170778149,3686.7136203256,34.918566781648,1000.41945681927,78.098637439858,1923.60169579727,175.493008155606,4414.95080990991,75.0894690813718,1285.39534189709,70.9246210236631,1750.63411471723,95.9394360764196,3129.38588404347,123.220348396712,2095.77062306438,95.7279441447729,2669.86252442232,112.394056542506,3763.67984085543,2023.87597341148,590.184077540726,13501.5986771591,4914.18734921135,446.978975049747,2143.65189446428 -5067,531.495711780694,2950.45852158917,114.319466654015,1182.12303715993,256.737598130087,2104.12091571779,251.303467287528,2479.57040507684,50.0660910095135,906.840239157638,404.57518379121,5032.44687193912,226.315651057132,2935.66442839136,257.766903128511,3317.77594432888,189.04199201461,3767.10847125612,49.7162493857873,1022.23524762427,109.772598326817,1965.5489929051,246.773384524137,4511.22606987896,110.219098974311,1313.42550033654,98.5318331342147,1788.80956938521,128.634740362431,3197.62728751585,165.005711064705,2141.47234665281,136.295237260183,2728.0832656463,160.024063401258,3845.75306674625,2632.60086152009,799.367016146881,19083.4313445575,7165.87865105686,576.631889418306,3178.05831332243 -5068,678.57259088519,3133.11987537288,159.461936290519,1255.30766006737,321.754167224598,2234.38594814489,337.790327693697,2633.0793202774,66.976333204599,962.982247099124,540.68947012253,5344.00304252983,302.456735739051,3117.40988755337,344.457362885267,3523.17772886769,254.095868419378,4000.32819902885,68.7372249197623,1085.5213005717,150.726415176606,2087.23510960363,338.918694937187,4790.51373148102,154.656684588629,1394.73899050426,134.404787122387,1899.55384022119,172.194160194887,3395.59073114996,220.728161064732,2274.04978675839,188.440529902961,2896.97748289809,221.247784667584,4083.84164055593,3397.42294160654,1037.42364784021,25739.8065690883,9898.08095506482,745.556399545678,4380.8664544285 -5069,618.32241739898,3556.99039640459,169.888133453256,1425.13452054283,328.128186266452,2536.66941436987,356.850032765063,2989.30083359276,70.7613616952252,1093.26126707234,571.050703693011,6066.97740806142,319.440531625917,3539.1550507988,363.886080288438,3999.81802321478,268.915755751692,4541.52076920409,74.3073492444141,1232.37826665238,161.62015820081,2369.6109741141,363.515149622017,5438.60816519008,167.39641633205,1583.42910327498,142.218509305705,2156.53886090652,181.966149599417,3854.97015794309,233.198652387392,2581.69925639466,203.710817299463,3288.90099809617,239.176609530543,4636.33249722556,3545.1609707748,1079.82062972588,27202.1317962736,10548.4293053439,778.464473250987,4651.29909420596 -5070,646.047954162175,3942.45719260339,148.989340461111,1579.57464451427,285.356234977927,2811.56524573366,320.533628237818,3313.24779065066,60.6091522061345,1211.73668338288,488.644486311702,6724.4484955459,273.343248636283,3922.68905191985,311.557185017094,4433.27351984623,231.382141879235,5033.67994470958,67.7849927230825,1365.92962586654,143.960241113376,2626.40288205756,324.062777079068,6027.98362915971,152.761554838314,1755.02342190578,122.524788459099,2390.24039870997,155.959194758292,4272.72866460826,199.732808227237,2861.47491789692,185.830020969229,3645.31526675223,218.182789473925,5138.76630633125,2938.46239480234,921.029723756385,24017.673698538,9589.05823402181,645.480422906593,4303.66237425644 -5071,585.384459841992,4183.60137438611,136.566516947123,1676.19084517481,260.757182070504,2983.53733511568,291.294057866317,3515.90577486894,55.3416788553102,1285.85372176155,446.185756493079,7135.75584808754,249.592224186599,4162.62409638602,284.422333630685,4704.43895382177,211.240297920751,5341.5698144843,61.2457067936871,1449.47802370845,130.757755509807,2787.04933757616,294.289015686607,6396.69103904117,138.47255259516,1862.3711155926,112.261697755026,2536.44174904861,142.403109727632,4534.07421827453,182.374412726733,3036.49978032602,167.902813300303,3868.2844771701,197.134477924026,5453.08388437312,2688.76625955706,840.970477885768,21880.0301359848,8708.66930725253,590.340942166477,3898.72406266376 -5072,589.212332450007,4279.77313122209,131.457669049631,1714.72277112736,255.551067282865,3052.12226982302,282.610668092216,3596.72868436244,52.6581291724156,1315.41265923896,424.402751487458,7299.79111695057,237.407010764384,4258.31363192547,270.543549471061,4812.58361642912,201.29808276631,5464.36070858481,59.1020122947276,1482.79832255161,125.638559928766,2851.11744712988,282.810206571819,6543.73684004123,133.962552086567,1905.18291481508,107.320994409391,2594.74894356566,135.528741853742,4638.30257183276,173.528325019328,3106.30220469033,162.025955050563,3957.207794862,190.234466184353,5578.43824068081,2542.87024071856,804.092450411628,21070.9227389954,8432.51434307522,557.274405511741,3792.43471832311 -5073,554.925464345653,4394.13954509748,120.839502649345,1760.54452104528,235.819142265982,3133.68273296121,259.893073175265,3692.84241485726,47.6209700172024,1350.56382823574,383.654839946684,7494.86008590936,214.613002384651,4372.10659344652,244.565395333634,4941.18808045343,182.429047528775,5610.38231281502,54.1305670374669,1522.42246183449,114.774313185806,2927.30655060992,258.378360523661,6718.6021174271,123.267108789325,1956.09424377187,97.7940409892883,2664.08722914386,122.595894254559,4762.24980346043,156.926285377929,3189.31049337085,148.396923914154,4062.95444324307,174.232638193057,5727.50828646378,2280.87535685377,728.362244945731,19263.9188933343,7754.99761746479,499.016779747288,3497.68893587486 -5074,534.443271412306,4476.14546009906,117.523231496446,1793.40079765361,226.077011537442,3192.16529074158,250.762551797065,3761.76032656193,46.7549359055553,1375.76881350438,376.799768853762,7634.73339963686,210.778338422073,4453.70131705516,240.168250640471,5033.40332431945,178.837406878352,5715.08643755872,52.2235198036721,1550.83477002825,111.462149761818,2981.93759946697,250.864133021581,6843.98846633946,118.894919271336,1992.59997979675,95.740658722409,2713.80593029747,120.340792776905,4851.12560009611,154.074622673008,3248.83120784721,143.168825286288,4138.77959474506,168.094334294025,5834.39828230713,2251.84236028953,712.750580426275,18715.4713135477,7494.41275209968,493.55633546399,3369.7603465525 -5075,504.652251049668,4431.76349477233,110.558876057487,1775.61883486266,201.174916469672,3160.51427079288,232.698715005176,3724.46164673368,41.9954782846201,1362.12776356021,338.021257454141,7559.03334117317,189.085994437473,4409.54189033609,215.464690835768,4983.49602487918,161.648632012838,5658.42010033353,49.0214401851771,1535.45790267565,103.555585225292,2952.37103324928,233.153465673806,6776.12881755967,113.024066668282,1972.842913365,87.8310925986193,2686.897948469,108.178986791101,4803.02562432493,138.382879183811,3216.61833288495,134.390443837153,4097.74268606853,157.787647884322,5776.54894193696,1944.10932947094,629.629943223667,17214.044765452,7059.8792290639,425.716521712195,3192.6778872411 -5076,463.44883298338,4374.12542109349,101.68878966787,1752.52571417829,184.485983237027,3119.40965078826,213.83257517977,3676.02251069637,38.9856268943728,1344.41237317698,313.86274132756,7460.72301365383,175.571941858848,4352.19282361245,200.052860928493,4918.68229747721,149.83457371582,5584.82853006279,45.0599219672146,1515.48823691403,95.4799898848273,2913.97345645115,214.948125167402,6688.00069147521,103.778357571856,1947.18476050295,81.23509138764,2651.9530282123,100.411512533602,4740.55903621779,128.466080199081,3174.78404170804,123.530089886518,4044.44877831936,145.036520228709,5701.42102639781,1813.02305748406,583.852949728789,15879.5007789242,6490.64348541749,397.407287578142,2930.03617947757 -5077,466.704465610117,4287.96072625951,97.7692732171798,1718.00319165923,178.468905898355,3057.96125716739,206.615436406202,3603.60955328332,36.7114005979683,1317.92916322895,295.377980936748,7313.75628091856,165.231736255331,4266.46017299003,188.288658493667,4821.79052635797,141.532922255595,5474.8145273384,43.4395241955204,1485.6350505311,91.4614289197541,2856.57189397682,205.947756423706,6556.2556034511,100.488734618977,1908.82770291493,77.2389631755358,2599.71293416103,94.5907933075878,4647.17606628089,120.968853697589,3112.24484317514,119.087830032296,3964.77829308932,139.820868626741,5589.1103001231,1682.32681674191,550.682031283459,15205.9249297257,6277.92783070582,368.005281779858,2848.61131205705 -5078,420.710640615271,4212.97274986143,92.930582570146,1687.95870407822,163.640527448927,3004.48354568221,193.92623604925,3540.58952922511,34.6430488292167,1294.8811813803,278.689871969844,7185.85310773506,155.89656099726,4191.84819886531,177.640914492712,4737.46691957381,133.670205945676,5379.07081866921,41.0381540040101,1459.65422346262,86.5738518447099,2806.6160852743,194.928743649175,6441.59962317578,95.3512322696134,1875.44607097562,73.1278609485014,2554.24908208916,89.2711589938425,4565.90612202933,114.152532631081,3057.81781882861,112.504563513905,3895.44214006789,132.091463844127,5491.36778380172,1573.6607982992,514.040536317314,14315.2789197483,5928.20866003941,344.593637115225,2683.76362216491 -5079,421.328720486929,4116.60604923594,95.1757552619803,1649.34867245401,167.812808824371,2935.75958671749,197.986431424407,3459.60278863634,35.634361458195,1265.26232681834,286.71391922583,7021.4853331762,160.385139515187,4095.96469701716,182.741400945364,4629.10304364398,137.385644150062,5256.03102278089,41.9006572929356,1426.26638311312,88.5255483125,2742.41810723867,199.312640763151,6294.255754774,97.1751397328343,1832.54749061644,75.1146244921054,2495.82369668292,91.8153242961574,4461.46649365524,117.419900506455,2987.87390230933,114.869084004773,3806.33857144685,134.867644322259,5365.75932947134,1628.25759362466,529.100954466803,14655.2282188354,6046.05336658851,356.572652363599,2730.87249209346 -5080,445.930529352531,4075.99297616259,99.7182259875875,1633.07674423046,174.627543402639,2906.79635409452,206.948437691323,3425.47149232595,37.2013199947802,1252.77966738447,299.303900812401,6952.21368232862,167.427859864126,4055.55526469446,190.766272733022,4583.43384481199,143.507258250742,5204.17675996077,43.7651422789958,1412.19531093701,92.5620635357218,2715.36231767444,208.392998271525,6232.15871030253,101.709112174692,1814.46818347444,78.5961231683204,2471.20072597374,95.8564630430723,4417.45114155355,122.582915168032,2958.39652709365,119.980499823195,3768.7864946401,140.868951084255,5312.82252348714,1695.10819618991,551.60661569277,15315.3936123062,6327.42500623311,371.300065754313,2859.22135439963 -5081,482.695103225263,4016.79535847082,108.47325623839,1609.35878069822,194.524927942689,2864.57954452594,226.212506776844,3375.72171282371,40.5565030970234,1234.58494226213,326.317532991717,6851.24331999363,182.539038203811,3996.65447377277,207.970832806231,4516.86641791809,156.367062686318,5128.59398343533,47.5561588095381,1391.68531530849,100.629964194123,2675.92579722006,226.552991704357,6141.6460546418,110.421528632984,1788.11578432474,85.5922132216782,2435.31028242505,104.497673313694,4353.29436175066,133.639005079861,2915.43030325182,130.373429778109,3714.05058528589,153.071276825508,5235.66183198228,1860.26566212264,605.312885825561,16711.7407682667,6879.80579041823,406.849188616747,3107.88228157425 -5082,500.014200119015,3931.80032007075,114.749824672807,1575.30488968372,204.147551848772,2803.96529195428,238.493123778395,3304.29173668506,42.5699113578192,1208.4612328841,342.439662668222,6706.27161068236,191.557609832389,3912.085614731,218.236000799629,4421.28991964583,164.275335465798,5020.07338339002,50.242381649969,1362.23737577978,106.138267062004,2619.30344143815,238.968047492583,6011.68936139053,116.87894483698,1750.27941075098,90.1691671745418,2383.7793298874,109.701699647371,4261.17903387778,140.272051137987,2853.74005307388,137.73760917405,3635.46159980261,161.717550416892,5124.87568562791,1940.85183274863,633.408441386459,17600.9259740567,7267.07175270964,424.201182182824,3282.02452287629 -5083,519.447648242229,3786.76291596189,117.025511796706,1517.19458059365,199.930372577075,2700.53179735884,241.213303598418,3182.40205336092,41.9854964465154,1163.88316026709,337.418801794039,6458.88869535547,188.748986260967,3767.77545245857,215.056634689095,4258.19607953276,162.834499037123,4834.8914431358,51.1318091987831,1311.98676367351,107.388695776751,2522.68180737898,241.833326425585,5789.92839992104,120.140947290734,1685.71459017638,90.3527175001827,2295.84577837658,108.262661816272,4103.99141110816,138.34059480447,2748.4704524824,140.17594151587,3501.35562537628,164.580393294636,4935.82776729143,1853.60780788003,616.940726315592,17676.5265579672,7424.54234446046,404.876636239784,3368.6142677283 -5084,503.489262091363,3730.81434462023,111.74630557154,1494.77837152133,192.345013022011,2660.6320467597,231.902151838745,3135.38277798728,39.1292809076228,1146.68704805444,314.208238762049,6363.46006594836,175.765209958221,3712.10741662442,200.294006486459,4195.28218911246,152.345176216132,4763.45700827979,49.238097746692,1292.60245399379,102.396210248298,2485.40975042567,230.671711698536,5704.38350858902,116.072693765778,1660.80853582251,85.1095385887122,2261.92517279034,100.95142593582,4043.3558600199,128.924861633517,2707.86241902381,134.984402434507,3449.62388263286,158.485013912302,4862.90202092257,1692.59533748457,574.996043397864,16812.3401343652,7144.4243463687,368.480670628141,3256.30610432542 -5085,439.993063650666,3567.97217105098,92.3578517044193,1429.53444980922,157.415787516537,2544.50107224817,192.249146664009,2998.52993585235,31.6053984306293,1096.63657808717,253.596824367887,6085.70846191736,141.859740073575,3550.08176098778,161.676856271754,4012.16697422739,123.504952779747,4555.54216147148,40.8904775571562,1236.18308446048,84.4290102812417,2376.926859404,190.245388516256,5455.39920553715,96.821289837831,1588.317747787,69.4653542187399,2163.19691199674,81.5809907203304,3866.87190881256,104.131344449265,2589.66993842606,112.099714061053,3299.05507937564,131.616130620358,4650.64660915618,1332.45774508971,462.625769222291,13827.6611746499,5952.35127041475,289.718261290822,2729.99268272062 -5086,342.448800644963,3261.52216645527,74.17588843288,1306.75298803993,128.394548642628,2325.95610387344,151.453374376554,2740.98882606515,26.7904389760549,1002.44742293587,215.407888221716,5563.01229257661,120.497199084011,3245.16834804225,137.234651947895,3667.56546705572,103.693774513438,4164.27063540807,31.5083082745759,1130.00840210514,67.1374291270155,2172.77469339272,151.112752106882,4986.83974614096,74.3541487922396,1451.89852763221,57.6687043167775,1977.40182396286,69.0590962180839,3534.74966754587,88.2753545054481,2367.24545569859,86.3788480628623,3015.70212824028,101.417294813847,4251.20664538283,1202.85910329335,396.717718400318,11166.1006119411,4637.77887842544,262.800548719164,2098.83372340981 -5087,298.93834040078,3054.49296504566,62.34244055357,1223.80520668312,130.431875090585,2178.3131291755,137.321720399804,2567.00112990006,26.2154624536777,938.815818171677,212.175065845579,5209.89312502679,118.688787866221,3039.1772257237,134.981598666988,3434.762158965,98.7323167100046,3899.9383451146,27.7782010203005,1058.27970454174,58.7242176551237,2034.85510043622,132.212979535721,4670.29385207354,62.4436827928693,1359.73745149574,51.5288702890495,1851.88376840849,67.2856749917777,3310.37700855203,86.223360161798,2216.98158771867,76.1528986095487,2824.27666140759,89.4110206655337,3981.35598305316,1327.28090492779,411.518561578007,10194.7727790838,3918.26366520704,296.92997242202,1755.52842929091 -5088,308.832765637509,2909.84544851582,63.7192039325013,1165.85110893638,132.598821778733,2075.15768309482,137.743204041098,2445.43910876645,26.8395661295413,894.357579723767,217.2012418184,4963.17522109155,121.500384655122,2895.25499606867,137.634635390293,3272.10674549688,98.1420460147787,3715.254208436,27.8608163763428,1008.16417544816,58.4954808803693,1938.49320334088,131.730042297353,4449.12902540749,64.5122021468305,1295.34619319453,52.6844909574744,1764.18659867604,68.8927652917879,3153.61193541415,85.8416730462958,2111.99497143714,76.3793855165909,2690.53118883955,89.676938652843,3792.81626076205,1344.54776897874,417.8329552941,10342.325329951,3965.80758394728,298.607301320622,1775.53463485307 -5089,303.338593470693,2839.92597912928,63.2542289923413,1137.8373561915,133.833934511569,2025.29457982609,139.380771101217,2386.67866669924,26.8107566627664,872.867432386901,217.022423945592,4843.91714224473,121.400355575419,2825.6861146124,138.829719829109,3193.48264965772,104.025099590343,3625.98190601099,28.2496550995729,983.93941662538,60.2906777110526,1891.9139541728,135.694477131599,4342.22274938949,63.2387910238564,1264.22085677976,52.5246824411606,1721.79569061554,68.8074344706743,3077.83510221922,91.2744567456686,2061.24672024557,77.4453723255986,2625.88153083536,90.9285123992088,3701.68025195156,1390.42180661722,425.009448602474,10443.8280730739,3948.46754501532,317.43268256031,1769.34378480383 -5090,326.053133852727,2836.74191194128,70.2137335731575,1136.56163611366,161.985245700077,2023.02386077741,163.759950631008,2384.00277117,32.6222139518971,871.888791192954,264.59861402489,4838.48624096514,148.014040408276,2822.51801287058,169.143490271065,3189.902181929,125.358497656063,3621.91652892157,33.268193992853,982.836243784088,71.2204752316192,1889.79277876603,160.276607184942,4337.35433764886,68.8813660787761,1262.80343809419,61.4967762133935,1719.86524834232,83.6099891852401,3074.38429616615,110.533649626044,2058.93569238902,91.2035089028643,2622.93744592492,107.081922923164,3697.53000341785,1768.50859121707,527.676100630103,12253.0808291031,4516.14567084444,400.121659433124,2005.07080340193 -5091,517.965630261494,2913.6143407692,111.714013293456,1167.36114350378,244.048939883661,2077.84547042055,240.871791527679,2448.60649228431,51.3983636324077,895.515970234059,416.827108612592,4969.60362870766,233.169265548932,2899.00499046504,260.599112260775,3276.34484610516,170.229875641107,3720.06628284108,47.6348532190362,1009.46997062464,100.63876074918,1941.00397999434,226.58531373765,4454.89162971581,108.969810194062,1297.02395248428,97.3140166275996,1766.47160979532,131.74640012562,3157.69655908364,149.678394069592,2114.73047118373,130.589167556926,2694.01602070932,153.324574275143,3797.72879514802,2615.36899493412,796.871182411023,18433.0106763296,6880.41053034122,556.356580299213,3018.45808706059 -5092,654.867560373412,3090.23246859383,138.787932215016,1238.1245032168,299.53840893996,2203.8007733443,319.189423223815,2597.03667001754,59.9905245336629,949.800558241006,485.869212873186,5270.85217648254,271.790786102092,3074.73752541509,308.475956155603,3474.95105308661,224.015772400658,3945.57009543057,65.0409816735518,1070.66224779466,136.126005947879,2058.66419474885,306.58613661256,4724.93925005195,136.815661960538,1375.64724144399,116.769990241711,1873.55198217399,153.903857263655,3349.11051758178,194.890484758835,2242.92167735947,178.307417360533,2857.32248829816,209.350510217369,4027.94037133337,3044.54273296451,947.100935835602,23208.8755360931,9021.40861897058,669.556818187048,4034.93624406112 -5093,612.937829680009,3483.49697855418,130.652084527593,1395.6888389022,321.741590183115,2484.25754803279,350.267259190719,2927.53683910296,61.7654593407833,1070.67264630973,501.073199949414,5941.62342729432,280.295757172183,3466.03014125486,322.055665070759,3917.17504008981,250.297951189763,4447.68529416181,72.8375436618715,1206.91525415946,152.002558598459,2320.65081677448,342.379068819544,5326.23735226548,129.967292215693,1550.71278870716,115.311449997915,2111.98113261592,158.283794979316,3775.31997589454,217.372704207559,2528.35699761147,199.681400296493,3220.94675915135,234.445676191159,4540.53805205178,3324.59459712026,1020.49248009389,24295.3097184175,9472.21548258901,742.086415410386,4263.69558812678 -5094,649.114231974007,3857.00728746218,128.248480220669,1545.33850777437,286.21044613297,2750.62660472647,319.309435241925,3241.43554372212,53.6625138394152,1185.47316812,433.99202298265,6578.70094319469,242.771161380992,3837.66760691497,279.481896932017,4337.18552618414,219.594000024615,4924.57857650864,67.2649353332767,1336.32409021764,137.315952978121,2569.47750121754,309.544173330927,5897.33144851692,136.664871031506,1716.98455994837,104.866195190246,2338.43366870472,137.80069344003,4180.12036444208,190.004282980101,2799.45452088234,184.404303096135,3566.30569771032,216.50885594622,5027.38726732921,2710.95561200067,865.377064245619,22328.7467834685,8962.46762557111,616.900355620825,4105.14800005946 -5095,587.633333636445,4104.90948489677,118.180671369541,1644.66235740847,260.606665471263,2927.41817622552,289.021424472864,3449.77297589223,49.5517540041877,1261.66732111836,400.851723579814,7001.5350989362,224.232781529568,4084.32678121063,257.311870718951,4615.95031517421,198.967690234324,5241.09699599005,60.5002796546337,1422.21391457099,124.052524553541,2734.62604031446,279.600196299402,6276.37180704561,123.378818000754,1827.34065047381,97.0086205776895,2488.73228154669,127.222577655353,4448.79007301505,172.225563714065,2979.3844187596,165.859252693205,3795.52357397925,194.735136034108,5350.51353026806,2499.16076504703,794.762041447643,20334.6215003689,8128.74173266406,563.820568861053,3705.3686286695 -5096,584.811461205116,4221.42026785048,116.570206755151,1691.34326466384,250.324694072388,3010.50789720473,277.126590495549,3547.68883784062,47.9604716614736,1297.47757417058,387.786414057209,7200.26160904717,216.92416708821,4200.25335958429,247.702510462943,4746.96611156999,186.741475512321,5389.85650379062,57.8536261879287,1462.58100605596,117.90471998017,2812.24368869744,265.802800625866,6454.51580657545,122.585215388761,1879.20656632242,94.647739328228,2559.37065926294,123.177349351226,4575.0613139549,161.449480718065,3063.94911199509,158.603551254609,3903.2529709247,186.216226273425,5502.378637869,2359.3148187475,758.500486737123,19630.3893557284,7894.01901977905,526.454309736176,3598.45527574086 -5097,547.596427098957,4359.30976872845,109.11969883723,1746.58971343701,227.885607054767,3108.84386116837,252.158860179071,3663.57141102238,44.1044935764657,1339.8586979988,356.477213620637,7435.45270978253,199.410087221815,4337.45145940982,226.524079195394,4902.02217002359,166.267485645593,5565.91209076253,52.4443991313843,1510.35510863811,106.380775072277,2904.10350221445,239.864581122223,6665.34768459428,114.472300943904,1940.58942778501,87.8008675775514,2642.97056649208,113.301559372506,4724.50223218609,143.473629378378,3164.03069282846,143.77435769769,4030.74977764168,168.805289122246,5682.10967526312,2118.58197457546,687.87833455736,17962.577092643,7265.52809991488,466.332143189015,3307.52437367474 -5098,527.274071754906,4434.68763270555,105.265486632841,1776.79041236134,218.208340259766,3162.59962116832,243.004210029971,3726.91909727112,42.0158387804198,1363.02651401655,339.518063384161,7564.02089435769,189.923293960851,4412.45136615195,216.626344620527,4986.78420345269,162.709538440382,5662.15360300735,50.5261125221893,1536.47101871927,103.163589925422,2954.3190478808,232.554757025091,6780.59979967304,110.018122314983,1974.1446219977,84.1655041512609,2688.67080034232,107.952173134032,4806.19472606939,140.456745078559,3218.74070148494,138.515446742754,4100.44643252139,162.630808509488,5780.36038762989,2031.7343080483,658.070002617026,17291.4352740564,6984.09300964291,453.251722450479,3183.77024760997 -5099,506.451678417709,4370.42150800223,99.1875014215482,1751.04171399297,200.776290204027,3116.76820338329,230.270636094293,3672.90973577788,37.8379075748471,1343.27395438243,305.384627913784,7454.40543768601,170.82936289245,4348.50748256179,195.671505428858,4914.51726561381,151.323905101323,5580.09942023773,48.2680196203856,1514.20495484505,97.8221469582505,2911.50596789198,220.574018636297,6682.33743975498,105.487293539051,1945.53592732346,77.277128435426,2649.70741278224,97.2958241788156,4736.54483520987,129.910337129276,3172.09570448815,132.324969552516,4041.02402814994,155.362577173689,5696.59318861414,1785.46570978217,591.391909724935,16142.0990967588,6653.51708401647,402.468547555888,3057.67347610352 -5100,457.357772288294,4241.23944806495,89.2413832366205,1699.28396585917,177.496501542115,3024.6419551203,206.606233968089,3564.34491090624,33.1497912553544,1303.56911214479,267.373859513452,7234.06617560687,149.566487307519,4219.97316310966,171.841444984704,4769.25268122374,135.377185897091,5415.16138475504,43.4552334763586,1469.44768947008,87.9914224105749,2825.44691437429,198.413608162751,6484.81916512563,94.8285605942426,1888.02926845464,68.5401016411703,2571.38666930531,85.2772471334153,4596.54080638167,116.036693460202,3078.33407150293,119.130896437858,3921.57838491927,139.871432838319,5528.21179991228,1548.96494626433,517.705335532005,14402.7866121546,5983.20334286938,352.356647304556,2758.2174205176 -5101,463.164846761251,4129.99211591229,90.1773869307901,1654.71189911159,174.344033890021,2945.30586661494,202.218171230914,3470.85246204412,32.8860786818202,1269.37661068891,265.122395222688,7044.31726552843,148.307038811392,4109.28364371317,169.677067522277,4644.15560909542,130.716344059656,5273.12218498646,42.4457157836294,1430.90420773716,85.5987736813885,2751.33569400769,193.047281455721,6314.72293725484,95.7841626322209,1838.50642926726,68.6873793615826,2503.93942648962,84.6249262774158,4475.97395131432,111.970631969788,2997.58964357737,116.363341460386,3818.7157339202,136.622050085964,5383.20729784492,1502.99213015429,506.478659340802,14232.6411120064,5925.13789737197,339.326502823603,2729.02417982804 -5102,415.296413264008,4050.32551377854,80.0466124104101,1622.79288551236,157.596090315733,2888.49159093297,187.743037296184,3403.90051288827,28.9225503260656,1244.89062656027,233.088018624534,6908.43399864892,130.387302044339,4030.01650326583,150.320749135042,4554.57091092335,121.18116471839,5171.40486560093,39.6786088387347,1403.30239325182,80.0038101056402,2698.26305853548,180.430416470387,6192.91337788816,85.9996974303993,1803.0420612709,60.5145601488806,2455.63900836326,74.4426551077443,4389.63343880668,103.395877737677,2939.76682581095,108.77742131882,3745.05358191173,127.715430969307,5279.36646184222,1328.16880038025,451.895159669548,12903.5532049655,5442.11815527974,304.161449306042,2522.0309667908 -5103,421.111698663303,3985.60452233408,82.3454587142649,1596.86194141859,165.745220610357,2842.3357847124,194.343979832637,3349.50888060514,30.7903579029021,1224.9982610413,248.388284653987,6798.0426989373,138.946130678746,3965.62003371255,159.800560587838,4481.79247769465,126.886303038343,5088.76991467568,40.9405059546462,1380.87873325742,82.850627873159,2655.14695348854,186.825574551926,6093.95553057858,87.5092487613796,1774.23087821301,63.4700097726477,2416.39984333558,79.1982744237095,4319.49057565386,108.550048778278,2892.79168197751,112.23686504066,3685.21059398165,131.777159409752,5195.0063701788,1443.76235065881,483.198844667557,13425.8163964046,5601.09734637905,327.732598467937,2583.09705491159 -5104,449.178185342536,3945.31635137449,87.795600374588,1580.72018763087,176.082783687066,2813.60425618834,206.5004971457,3315.65063258874,32.6863533330327,1212.61546212347,263.652233558823,6729.32521708213,147.484643846384,3925.53387438999,169.979470748946,4436.48862967487,136.31949218043,5037.33048280339,43.4664277848323,1366.92022880265,88.3320491893242,2628.3076085948,199.155322880562,6032.35525868499,93.0781849072758,1756.29620442822,67.5544892254162,2391.97385489405,84.0816480825185,4275.82734369116,116.726475537375,2863.55012397021,119.161585215636,3647.95893150474,139.907464492981,5142.49305542188,1540.59156913557,513.827661611407,14299.9257166678,5946.76113570268,352.691426916637,2743.28974888248 -5105,490.53859507331,3874.22723185718,97.3276016609082,1552.23780590684,199.354242056476,2762.90701636551,227.767767251593,3255.90721454429,37.8647761229852,1190.76581615392,305.781882340801,6608.07212556227,171.051583379241,3854.80120762462,195.641603576912,4356.54926807659,150.215324685282,4946.56478574707,47.5444642762598,1342.29022530949,96.7903530884733,2580.94915693336,218.211467215414,5923.66059753162,101.985203837124,1724.6501868051,76.738539402924,2348.87380914142,97.3271174470315,4198.78287526339,129.013322331877,2811.95292899856,130.341369652748,3582.22777958187,153.033635073406,5049.83247490685,1804.23004971635,593.187088408275,15951.9606916073,6549.34142992895,403.66712974606,2998.55743909594 -5106,502.457491495739,3769.47799240476,99.4333102847053,1510.26924807909,204.099006537002,2688.20504579903,236.085606652592,3167.87577393938,38.4466360580049,1158.57054051742,310.430613227305,6429.40668133959,173.652040845044,3750.5771984032,198.753408073584,4238.75926889545,153.730427719145,4812.82226931736,49.4694118388732,1305.99811547416,100.244536288024,2511.16686356888,226.037165116927,5763.49989831825,104.531356919075,1678.02003720938,78.0874846678491,2285.36624225064,98.8332302918202,4085.25847762529,131.659112396977,2735.92488183948,135.618541362221,3485.37346180438,159.229555614665,4913.29786311149,1818.92528344306,603.119723255748,16359.7353365734,6781.55609267108,405.823205353091,3111.44993535776 -5107,526.331193927152,3587.20651989692,102.275831108765,1437.24083398957,203.598806118942,2558.2180573916,241.439233030949,3014.69451563218,37.7054296745993,1102.54836480773,304.043760770977,6118.51551138958,170.079294097913,3569.21966558706,195.38642887065,4033.79590391372,154.888560035665,4580.10033707247,50.8248404609719,1242.84714335558,102.559992380568,2389.74047963512,231.2939238538,5484.80836188217,109.069379207976,1596.88010650914,78.2780693100382,2174.85834937155,97.012087272546,3887.71757679173,132.043257183137,2603.63042146897,139.334398208233,3316.83974058279,163.592338375599,4675.7174771314,1736.07771742959,588.513038981275,16579.1401689117,6984.48987460366,391.880697455563,3226.00201767358 -5108,502.703331312396,3520.34115937414,96.8499047038401,1410.45073255835,190.122099686031,2510.53299333002,228.343344418483,2958.5007518955,35.0214806694646,1081.99691523331,282.237252434488,6004.46667052578,157.880933127751,3502.68957918118,180.813325581697,3958.60613831353,141.648721282017,4494.72748257686,48.3322233978779,1219.68053115909,96.3052545699674,2345.19582968525,217.290140436505,5382.57179242864,104.138403306062,1567.11433655942,73.3115393453845,2134.31909220581,90.140941555176,3815.25070432675,120.178611961853,2555.09887308055,132.500981805943,3255.01400408833,155.569232934873,4588.56232365001,1563.76966924072,541.571848299853,15555.9916093308,6655.33084604305,348.334145702291,3081.59508567305 -5109,438.643168346556,3371.53485670874,82.9175891621706,1350.83038637547,154.659453256384,2404.41170691376,188.260596794136,2833.44367975632,28.3394471640843,1036.2604501687,228.00901774318,5750.65533683181,127.54615548559,3354.62941624083,145.791888548568,3791.27419050433,113.492566384384,4304.73345986978,39.8992547765301,1168.12412169251,78.8110219402245,2246.06341477357,177.876759516506,5155.04821701337,90.6170465223003,1500.87175388916,60.8525417196413,2044.10052575421,73.0213893064158,3653.97845105646,95.8905186290598,2447.09376816759,109.382313900498,3117.42319196415,128.42563457427,4394.60186271177,1201.45620634516,429.579465893754,12873.0139297273,5585.75772678968,267.705838178641,2599.07715302139 -5110,347.264178650489,3133.24984000027,68.8417952296579,1255.35973135694,130.653466942816,2234.47863248151,151.118575228358,2633.1885427733,25.1888000128351,963.022192467927,203.132891557903,5344.22471657737,113.630678414941,3117.53920051635,129.417485875716,3523.32387344529,97.7714054030887,4000.49413623665,31.1654306180366,1085.56632897054,63.7453242866059,2087.32168999126,143.687582987416,4790.71244629465,71.5987195916732,1394.7968455307,52.7020601220402,1899.63263542114,64.8041459106234,3395.73158330427,83.6263824794891,2274.14411638667,85.438861798279,2897.09765212687,100.313658145216,4084.01104197631,1145.58620265039,384.461225723598,10707.1138628157,4439.88998452969,254.915067051902,2031.46562254961 -5111,294.714335280445,2931.22416644008,58.2373563274087,1174.41665045417,125.315095668994,2090.40392607926,131.659309093881,2463.40581999984,24.532512655633,900.92845049977,197.611946766287,4999.63981171594,110.542312481924,2916.52651752055,126.311776380358,3296.14700755469,95.086946697279,3742.55028760735,26.2811276282649,1015.57118654534,50.7360575848526,1952.73536847493,114.611430231752,4481.81690389647,56.5144684645761,1304.8631388085,47.7054103742029,1777.14812818891,63.1635378536894,3176.78161270549,81.5128621104031,2127.51185903501,72.0487279272422,2710.29859861107,84.59231912704,3820.68219055524,1268.13575360269,389.517106410954,9522.19576046733,3649.9657987286,277.367182393362,1641.68201478069 -5112,289.970780283636,2787.29143960302,55.6115378245495,1116.74893848658,116.408053072759,1987.75823261225,125.951423684133,2342.44450935075,22.4113044282098,856.689906737009,180.293653318832,4754.14108816475,100.854617799242,2773.31549348305,115.270142408929,3134.29537154373,87.4447000900747,3558.7787854522,25.4263114039502,965.703308185786,49.4856357122286,1856.84965301389,111.751978850648,4261.74498461174,55.2572918945499,1240.7900761379,44.3565466008439,1689.88432250248,57.7506428820554,3020.79120933834,74.4854797108438,2023.0440442718,69.7052812363471,2577.21404223116,81.8408813704484,3633.07415553679,1120.26796647676,353.756352902495,8990.42074023918,3536.90853937823,246.620181666384,1609.28725831893 -5113,293.095920836853,2690.01500549524,57.4996144575752,1077.77441541156,122.866769915352,1918.38549677648,129.815345037365,2260.6932271822,23.9821386813226,826.791440405348,193.121050491607,4588.22162752601,108.030146251879,2676.52681970867,123.435166219132,3024.90850483427,93.0535625029258,3434.57745325262,26.0012093697633,932.000275595921,51.8068523293335,1792.04562486204,116.890165547997,4113.01014142693,55.9724574306819,1197.48651901142,46.8280486722232,1630.90738216104,61.7585601045698,2915.36563637766,79.6892926973661,1952.43983407922,71.2813424963764,2487.26930649285,83.691332876085,3506.27991591107,1231.94098011545,381.199927380601,9399.12776410909,3615.7595000736,272.49222665266,1634.11957795061 -5114,306.192154164204,2649.20698863239,61.7741050320396,1061.42438151635,140.286050822506,1889.28323989614,142.086589353789,2226.39809977654,27.7583487364834,814.248863886927,223.920747857834,4518.61747098261,125.259214768839,2635.92342107727,143.12468943791,2979.02009267981,106.672707325031,3382.47428864469,28.2204735060304,917.861661913466,61.1000917445661,1764.8599668159,137.447607825112,4050.61502955374,59.3491707862844,1179.32043073272,52.5778947884463,1606.16622056267,71.4010997984932,2871.13900946009,92.2022824543977,1922.82096670857,77.3653720789058,2449.53697875696,90.8345842120893,3453.08901190418,1493.51372390704,448.642267992242,10535.5707528454,3926.9143287869,332.008722572889,1753.88561500696 -5115,438.991968428298,2641.99410623937,85.4403650815585,1058.53448681737,179.547049554242,1884.13936934358,192.189580680811,2220.33638103481,34.8381360956632,812.03194338239,280.390210004511,4506.31482474278,156.847714515197,2628.74670528466,179.230665780087,2970.90924227547,135.642869089384,3373.26497078238,38.6172192273105,915.362639281846,82.0140527552966,1760.05485817947,184.618372557769,4039.58659351498,83.6510157586056,1176.10954551044,68.6569600648365,1601.79318059175,89.7464438585891,2863.32188226011,115.775701271223,1917.58578442376,105.867661417344,2442.86772934726,124.299085597918,3443.68743435953,1764.16088043648,552.684003574648,13923.7527589456,5456.76554758159,390.2834541187,2468.87798661425 -5116,617.553437442829,2661.29344055058,122.225520634396,1066.2669079052,259.589519581981,1897.90269890286,274.027692436893,2236.55557471118,50.940443420359,817.963703756005,410.246533387693,4539.23271661426,229.488152059969,2647.94926950119,262.184706512478,2992.61124779452,197.628065158309,3397.90611901116,54.571273502434,922.049213468279,116.890238472242,1772.91177070393,263.048122078879,4069.09511208556,117.973006186324,1184.70083314874,99.681926392807,1613.49401747728,131.173299103607,2884.23797973202,169.264561859808,1931.59343456825,149.605104196192,2460.71247808284,175.651161113882,3468.84300715284,2620.97507372988,809.127270184329,20020.2716374491,7758.61119781894,576.002778701603,3481.40279779195 -5117,576.160304541974,2777.6742588769,115.126595039561,1112.895743871,267.996792636804,1980.89973554545,269.600032054172,2334.36221416366,52.7237910181709,853.734011439421,425.411074513069,4737.73755267768,237.97105742656,2763.74653491187,271.974097660126,3123.48089961271,202.245632625508,3546.49968960392,53.9214043258215,962.371276554406,126.688810896855,1850.44283869927,284.221290157956,4247.04039680176,112.164904084185,1236.50889397093,98.8540220147211,1684.05359999358,135.597359127442,3010.36836851757,175.118780542565,2016.06379817546,147.823512167252,2568.3217057995,173.559396195862,3620.53871333339,2849.40652358162,855.335879702453,20166.2288376474,7633.75788362457,626.498169845557,3388.71006483946 -5118,629.791754986574,3004.52264050098,117.048597367308,1203.78422642314,256.583315088098,2142.67676815896,276.461020339492,2525.00598339438,48.3225847203565,923.457154177826,388.79049232275,5124.66128678721,217.485839270495,2989.45746075579,248.780783179856,3378.57077735718,188.369199978494,3836.13686086181,56.8717004448588,1040.96665753192,117.074754535009,2001.56565733263,263.835225398795,4593.88964941936,121.30569488264,1337.49267223962,94.0221118921141,1821.58766559032,124.510424557533,3256.22051993818,160.599204587771,2180.71262566322,155.91163857461,2778.07258662675,183.055655045595,3916.22253770633,2423.59236312863,771.095837244948,19692.720002799,7858.02657249621,533.247611535208,3591.73157243804 -5119,554.054874795252,3282.31605931415,103.568061854581,1315.08421506816,220.51981265236,2340.78527858083,240.231861336213,2758.46404930992,41.6554233861752,1008.83854439553,334.991432841844,5598.47937686449,187.391138308891,3265.85797683957,214.306923065251,3690.94809623397,162.869443834521,4190.82001726377,49.2153409855024,1137.21279086713,105.366649695802,2186.62725728009,237.119626471042,5018.63343206226,106.111388133943,1461.155132642,82.1238311990626,1990.00878462967,107.364345494859,3557.2855272208,138.454992621044,2382.33787140642,134.922015625286,3034.92879105246,158.411765639546,4278.31028932375,2064.09241749179,662.067719271062,17157.6974922049,6898.44937044927,456.369708036487,3153.05900148126 -5120,571.398246200992,3497.66281408542,107.407032346456,1401.36448572102,231.314246877563,2494.35992046467,249.748754447066,2939.44183159462,43.8973607011043,1075.0265965812,353.162095100721,5965.78537167889,197.5556402952,3480.12494691412,225.915017992562,3933.10445174328,171.211116561959,4465.77205547084,51.0410012611216,1211.82324262502,103.874392879561,2330.0878732721,234.18507857118,5347.89679471572,109.623453689433,1557.01884909885,85.9876794818672,2120.56962215788,113.113245740934,3790.6725259859,145.894214457736,2538.63870292454,139.926994952893,3234.04491951317,164.288105454077,4559.00240430031,2196.77643691154,697.404962327019,17814.2980849996,7090.26525686855,482.331364478932,3232.61128753924 -5121,505.397821091161,3629.89898288647,92.4603442686576,1454.34588516848,187.101705552065,2588.66420793481,211.774790829803,3050.57333479677,34.801717709826,1115.67013658129,279.378509733369,6191.33387174104,156.281778652813,3611.69806141664,178.753954704573,4081.80336637233,137.426957524101,4634.60953888293,43.6547974541178,1257.63865462628,92.3850549393879,2418.18152600798,207.990007532756,5550.08477590953,95.9361530127743,1615.88507443271,70.6300232009964,2200.74201652956,89.8031790066795,3933.98651554404,115.71868255361,2634.61703871291,119.677993615004,3356.31448425357,140.513778932888,4731.36464833128,1641.04554643359,546.250013408785,14884.8683294947,6158.81827777475,363.940058188233,2841.80988119146 -5122,497.923990411571,3692.67054904211,92.2065100271536,1479.49577759646,187.585310212887,2633.42978057174,210.226040105521,3103.32666672161,35.1798766300808,1134.96333512937,282.552677421321,6298.40013599632,158.057378975432,3674.15488042601,180.750923699484,4152.38968055202,138.576589246911,4714.75548802564,43.1280404525511,1279.38690392494,88.8092299762524,2459.99895463391,200.134920844373,5646.06196847686,94.5802891133304,1643.82845173547,71.0479640434377,2238.79928030836,90.7499902813183,4002.01664420055,116.963764106386,2680.17727014636,118.233909006974,3414.35497454841,138.818281045232,4813.18377619941,1681.06193453765,552.273831908704,14813.6351346862,6064.826155932,370.916803189747,2788.26841958825 -5123,484.902841346587,3627.81959297026,88.3997978991054,1453.51276221312,176.237821744662,2587.18129001456,201.586691688179,3048.82581194258,32.6323082551029,1115.0310242416,261.835708936298,6187.78716223716,146.468496615712,3609.62909790975,167.543304381907,4079.46510274571,129.277608837981,4631.95459989258,41.6085719625382,1256.9182155317,82.6640595953369,2416.79626919934,186.532548150733,5546.90540635365,91.9266362802134,1614.95941365114,66.8104848148013,2199.48132008073,84.2318718355875,3931.73292889343,108.516557732784,2633.10779668464,114.068343001609,3354.39181738955,133.927495336615,4728.6542831156,1514.52053866498,508.334242611722,14015.5555237552,5836.99214797396,332.073086513123,2697.68617995758 -5124,470.000824864715,3517.48199429989,88.1026746173505,1409.30518691635,182.301401922235,2508.49397838025,201.007900396209,2956.09790466024,34.4816142346209,1081.11813455541,277.148406672101,5999.58993823859,155.034279432752,3499.84475043949,177.264760014009,3955.39102139703,135.262551985761,4491.07693643527,41.0806438485497,1218.68992603915,80.7167923322886,2343.29109894895,182.214460367347,5378.20015326589,89.4523603062707,1565.84155123107,68.887112684124,2132.58563220025,88.9060269332432,3812.15201841267,114.624061427686,2553.02366243237,112.621047832699,3252.37033350774,132.228227933544,4584.83556634359,1680.18167106686,542.109341872149,14203.3099072159,5729.01828462751,367.637613494752,2621.26763701072 -5125,468.654325932883,3424.03943791077,87.0007273998978,1371.86673531622,175.030771978613,2441.85537428607,196.858871561017,2877.56861990609,32.8974978974644,1052.3980323871,264.174938002289,5840.20972761521,147.777039922992,3406.87073067874,168.968270559618,3850.31533112858,129.694685944808,4371.77065126855,40.3144108116981,1186.3152039171,77.7203934469076,2281.04113974391,175.577657770948,5235.32727661495,88.7411422633153,1524.2446823105,66.7935593692409,2075.93310248881,84.8721007856462,3710.88149861422,109.379598085149,2485.20211908796,110.520448635364,3165.97051716765,129.761917107926,4463.03856592194,1561.91517935894,513.09396697089,13785.6064640721,5637.66111983641,341.494243839171,2591.07688280977 -5126,428.821198812715,3346.45222569322,79.5562588066333,1340.78084467235,162.858451579099,2386.52401652434,181.647587908951,2812.36419360444,30.5707978423543,1028.55116059815,245.581406328371,5707.87317023959,137.375988660279,3329.67255373829,157.09714891517,3763.06889658312,120.288943304232,4272.70827087337,37.2852364378213,1159.43382852635,74.2626902576596,2229.35376108034,167.558868592678,5116.69708680415,81.4857816843259,1489.70597509571,61.5119830705768,2028.89338081128,78.8505105654468,3626.79457275719,101.635588761005,2428.88854334982,102.216080444066,3094.23103202321,120.011769056789,4361.9080951349,1467.41829861713,479.606052719373,12780.656025319,5213.9012550756,321.681489481962,2394.10446119322 -5127,412.120738244707,3325.26844525533,75.733417496672,1332.29340630081,151.137865520034,2371.41679330219,171.965699393429,2794.56130816914,28.1550031037446,1022.04020496939,225.974089269921,5671.74107456007,126.407835141854,3308.59499232357,144.573782857022,3739.24784075992,111.37454607101,4245.66108544205,35.3588881437462,1152.09435675167,73.1415729506058,2215.24146022915,164.800309096481,5084.30726607941,78.1220482401334,1480.27580781253,57.4879879761117,2016.0500383661,72.6615693446,3603.83616345053,93.6219260631207,2413.51314333203,96.9350686817065,3074.64386735274,113.811339914358,4334.29625514861,1318.40587539744,439.786112598987,12046.8555802465,4997.74065674811,290.41708693231,2303.71074422854 -5128,428.735352891309,3361.52779470675,77.7989151307424,1346.82098294198,150.937177079427,2397.27516582728,175.388759596768,2825.03372767588,27.8554894836833,1033.18472263932,223.325287020392,5733.58680070405,124.926119432042,3344.67253132379,142.88101240509,3780.02129901622,110.814198266965,4291.95656849366,36.2361285246509,1164.65700923228,74.8756647104625,2239.39686769418,168.714048000912,5139.74750403742,80.7497412504305,1496.41701225471,57.8552984646643,2038.03342528844,71.9398995945149,3643.13306743514,92.6477867620037,2439.83054233618,99.3399903587589,3108.1703595023,116.634955373415,4381.55823267878,1263.2196670786,431.733138002371,12194.5555917436,5143.21946902223,278.861958375332,2382.89916479411 -5129,460.154654317355,3348.20670719252,84.2908639838138,1341.48379066648,166.575954568791,2387.77522585059,190.610890033319,2813.83866286747,30.9844710714216,1029.0904104845,248.602872537945,5710.86570000011,139.066169174958,3331.4182379735,159.036808063096,3765.04180230966,122.73166970251,4274.9483708681,39.2440498543595,1160.04169771575,80.5238750288101,2230.52256901944,181.487006694146,5119.37967414467,86.9103747139813,1490.48699971415,63.6160065296127,2029.95709117097,79.9806875888102,3628.69603243763,103.037755495534,2430.16196359484,107.58609412478,3095.8532787293,126.316695237502,4364.1949609075,1436.43311347687,482.044382783344,13327.4996854962,5559.0966769886,315.286510243356,2563.43346288334 -5130,468.582339277342,3279.19697759142,85.3325271427203,1313.83453189781,167.033489393466,2338.56090394801,192.897801312331,2755.84276767722,30.9025410319781,1007.87987685464,247.837654673832,5593.15931798414,138.638113312771,3262.75453471501,158.56761596659,3687.44070433799,122.735923735269,4186.83761280214,39.7979731357286,1136.13213331717,82.6011493186462,2184.54937416665,186.09183288317,5013.86438254717,88.4670255679001,1459.7666428726,63.8270073759435,1988.11774186717,79.7917970636749,3553.90515066047,102.774907242015,2380.07401065145,109.1046540723,3032.04479367046,128.09963452581,4274.24474560814,1414.0250158149,479.551610312742,13445.2011053581,5661.26311324052,309.81591983138,2614.07661022015 -5131,507.702367390487,3133.63972127615,92.006995502325,1255.51594017486,179.364059750687,2234.75667650118,208.087013767814,2633.51619966665,33.0686657474513,963.142024699721,265.140603045215,5344.88971721806,148.317224100492,3117.9271268622,169.644517277224,3523.76229300238,131.499254506487,4000.99193176449,43.0305874116365,1085.70140979939,87.3484141514081,2087.58142275603,196.945690897272,4791.30857146062,95.7263336400662,1394.97040499818,68.5704881064508,1899.86901337802,85.3993552341854,3396.15412610482,109.98512606098,2274.42709612174,117.966745142095,2897.45814815707,138.504604293855,4084.5192298059,1501.16821195716,511.994099002757,14441.4442222702,6096.69284190574,328.632986967542,2821.09109819136 -5132,482.897226084772,3094.06634631248,86.490493578678,1239.66057469169,165.74784139184,2206.53490508589,195.545124348742,2600.25866743194,30.2647147437931,950.978922404353,242.452899227464,5277.3914264979,135.625930451706,3078.55217942872,155.157710133502,3479.26222952762,120.915498391555,3950.46514246344,40.5916508121067,1071.99055826248,83.0058372028813,2061.21826369565,187.1040988022,4730.80121658581,90.8939316237223,1377.35392964991,63.4740938322098,1875.876392804,78.2013428141987,3353.26557074402,100.677637456166,2245.70434420765,111.280491721891,2860.86740769637,130.654282721803,4032.93761053742,1338.82165006016,466.145913555519,13480.2998633977,5774.98776923203,292.822382832544,2681.55828831944 -5133,424.466066121784,2995.42531198128,74.6730598176406,1200.13931444046,138.719881125042,2136.18900394354,168.343120756606,2517.36057289372,24.8743963170946,920.661038418143,198.961075977379,5109.14443673933,111.29700300176,2980.40574776499,127.366014812827,3368.34087664871,100.263452873246,3824.52150579696,35.2212712393389,1037.81473731206,69.3777196186159,1995.50516036947,156.602181375531,4579.97991122645,79.5963369348785,1333.44290737247,53.3057702240374,1816.07212005975,64.3380971991752,3246.36108090345,82.7739512941367,2174.10969350511,96.5577970880339,2769.66092128217,113.36838581971,3904.36469296869,1048.03381809526,379.175326237881,11416.8844880888,4987.52613357756,229.458800362778,2335.94411802004 -5134,351.430473219396,2798.14324962202,66.3898415939572,1121.09679646339,132.11578929836,1995.49720615393,147.914251405949,2351.56438911444,25.170482070862,860.025272383033,202.183364006937,4772.65046797315,113.099521402591,2784.11289070906,129.266077573682,3146.49817797875,99.0804057889282,3572.63424051179,29.9731687624445,969.463097595052,58.7704738867497,1864.07895791616,132.682074180633,4278.33731014518,66.3805946492759,1245.62086562349,51.1953699561573,1696.46357839274,64.9250050259222,3032.5521080535,83.683158244822,2030.92039667492,82.1703205367846,2587.24795428184,96.4760680388172,3647.21886604703,1204.77106336414,391.858144172891,10437.5654619535,4236.66926131523,263.231979177199,1936.26148211848 -5135,270.697430560932,2629.25785009368,57.3610489229111,1053.43161155685,128.855749580423,1875.05650213903,132.886673269479,2209.63280951219,25.8542847689623,808.11738248122,210.605987941938,4484.59124112633,117.811060062963,2616.07431086046,134.40516932428,2956.58738553632,99.9948997957194,3357.00347852025,26.2375571662338,910.949952284338,54.8667389881467,1751.57016495047,123.575872426921,4020.11296582739,55.9440746321044,1170.43987637997,48.7424840030392,1594.07141914184,66.0749599853106,2849.5186717102,85.7050589823096,1908.34168214734,71.9292811360332,2431.09140136169,84.4520768025557,3427.08645665631,1376.47123073115,412.7584144956,9797.25171058727,3680.5501176955,300.917108523719,1637.14493305794 -5136,291.719897464893,2510.99257933752,62.0118726455199,1006.04775578195,143.280768520952,1790.71556733849,145.335345990616,2110.2424730036,28.8320571584753,771.767877605349,234.966917658218,4282.87219050388,131.438340949133,2498.40204198006,149.954396627547,2823.59867632613,111.020896899115,3206.00386267716,28.6957659180415,869.974989426139,60.0998885910292,1672.78370442934,135.355007571399,3839.28636931956,60.4580229587021,1117.792933107,53.671762010345,1522.3693272444,73.6632956532416,2721.34596425873,95.5610064204412,1822.50356409194,78.6683684405246,2321.73975188205,92.3644305704419,3272.93447506698,1559.66704215039,463.184474858093,10781.2822573143,3990.25811634681,342.22126385689,1771.40254586125 -5137,319.507898881714,2438.40889496939,70.5527351723852,976.966565592129,170.914582035947,1738.95247787246,165.837866613221,2049.24302009358,35.0499969956065,749.458868612442,285.97298042173,4159.06989581667,159.970665136725,2426.18230436235,182.454348596439,2741.9786839808,133.647831675747,3113.32992394615,32.3181854321545,844.827169173587,66.2466470404821,1624.42959720594,149.314003069598,3728.306531178,66.5514303888136,1085.48159530649,63.6597495942379,1478.36315388901,89.4798130069103,2642.68172679677,116.121412782703,1769.82159898206,88.5990959839642,2254.6266800545,104.024085052706,3178.32581518855,1971.1044274028,568.078461999483,12539.1829719496,4444.19532566544,430.995606661838,1942.4089981683 -5138,351.651472141476,2398.51061158882,79.9757655890271,960.981023147728,204.389193519758,1710.49899786316,190.778566445877,2015.71243426771,42.3934818434462,737.19590386372,346.231853282788,4091.01742535315,193.678926517772,2386.48407765719,220.900991309632,2697.11326260597,160.330326482791,3062.38829564949,36.84508525386,831.003747731502,81.7537391491777,1597.84998927603,183.755360965926,3667.30239408784,74.0461202066061,1067.72048379509,75.1728653376143,1454.17354722585,108.155197747737,2599.44104446579,140.400685697003,1740.86302528471,101.009422444126,2217.73551943587,118.595033445423,3126.320696477,2464.72684396733,696.320120431839,14763.3687451543,5066.76101077406,542.026823443898,2187.11433881191 -5139,465.884631563525,2380.18599622517,101.638777530693,953.639130418188,241.051112631621,1697.43078959079,237.883917803231,2000.31239606766,49.1178694342064,731.56372891286,400.578586875953,4059.76206196081,224.079991359932,2368.25134498415,255.594263204548,2676.50732369927,188.02962732436,3038.99165635976,46.5647578474324,824.654881076772,107.649352782572,1585.64241916113,241.632469167405,3639.28421252585,96.8043907344666,1059.56310184027,90.1336450447305,1443.06366478624,125.430449711882,2579.58132107321,162.753874819196,1727.5628359151,127.655541139696,2200.79202534599,149.880207258192,3102.43561379713,2727.14167016056,797.127611840872,18058.1460790791,6553.342524652,603.052202423214,2881.62222297358 -5140,506.292206214097,2383.37005711002,103.635309236654,954.914847970615,213.833052397837,1699.70150414437,234.98227990003,2002.98828629973,42.039359258762,732.542368169498,341.79302445253,4065.19295248944,191.19588633909,2371.41944045443,218.137374171699,2680.08778434013,165.184230973211,3043.0570254014,46.881402668974,825.758051734234,108.762300688714,1587.76359036885,244.10294825501,3644.15261462902,103.421611187677,1060.98051771993,82.912569367295,1444.99410323798,107.575796670507,2583.0321202951,139.452450568592,1729.87385919676,128.523611068791,2203.73610442834,150.899407049489,3106.58585411503,2090.22084630619,659.939758696201,17091.2621178468,6834.62885195139,459.155707467279,3079.23175704019 -5141,489.170618810524,2413.71614522974,101.878761804418,967.073232706927,236.21225079936,1721.34283150272,242.100025708174,2028.49119083505,46.9041762402161,741.869411273689,382.134165558846,4116.95272986514,213.762351064656,2401.61336820567,243.966743858028,2714.21180961667,181.070335927196,3081.80253047758,48.3411741556188,836.271956836273,120.86367683799,1607.97967627749,270.632058163386,3690.55152613475,101.653623189291,1074.48937598052,87.3969826245566,1463.39238690296,119.859290210328,2615.92039129805,155.475453687032,1751.89935389936,132.525519973343,2231.79501614375,155.598043165772,3146.14023544127,2511.40823866758,756.697036908963,18155.2445572799,6978.84386225822,549.633774436792,3093.5332568618 -5142,507.486059816405,2555.43952382636,96.4845092128965,1023.85575295499,203.476852180472,1822.41292720795,231.401373055686,2147.59576143122,37.9267519935392,785.428899265258,307.964462186998,4358.68308061586,172.272498548203,2542.62612204484,196.8482459357,2873.57904451128,150.437710671017,3262.75316448236,47.9637830035044,885.37436988624,104.067440320316,1702.39355874131,234.087580027538,3907.24537068744,104.640832091735,1137.57892564902,74.9713055433322,1549.3167047621,97.1340048324343,2769.51636269147,125.86704454776,1854.7636015809,131.49091625217,2362.83674225894,154.383316262614,3330.86851203945,1795.21040425708,594.72453891991,16244.8367737633,6770.38260499868,392.704691692382,3115.74515312865 -5143,453.659454748018,2757.33523275917,87.4946078851499,1104.74676256818,180.911892184823,1966.39494927358,206.080949802776,2317.26926170878,34.0368007121259,847.482695864612,276.371706338911,4703.04631142975,154.599800382567,2743.50949207766,176.589956106547,3100.60976582428,135.092804098799,3520.53107590386,42.4015203261335,955.324483912598,94.977672942737,1836.89329987002,213.410645587326,4215.94219827198,93.1784928449332,1227.45477734479,67.779704418503,1671.72241679438,87.1728181985916,2988.32548113594,112.958444712576,2001.30152930428,116.242181267498,2549.51562654595,136.479796058764,3594.02796204014,1610.42311185208,532.495194607822,14564.0493149077,6061.71380437589,353.496965038447,2781.18054360527 -5144,459.850290455121,2945.13008532284,88.5039440961639,1179.98815974465,182.82330155957,2100.32093882809,208.617873042734,2475.09237809404,34.3703969323076,905.202513908246,279.063540682164,5023.35842950736,156.105587851344,2930.36270979694,178.3113005807,3311.78414422868,136.452584495457,3760.30519059634,42.9365887283814,1020.38912258089,93.1847551713818,1961.9992725954,209.606323526047,4503.07893599437,94.4274897669778,1311.05349475913,68.4984785856382,1785.57903497393,88.0307430704236,3191.85247215061,114.068008866656,2137.60491424129,117.709051269474,2723.15643217149,138.202046248253,3838.80775639458,1621.57058480404,536.544301977007,14681.0632774226,6105.70169085531,354.879579595832,2803.99023512559 -5145,428.361933287984,3100.62941817484,82.2259662716284,1242.29011799361,165.906900499562,2211.21536294554,192.071572634103,2605.77428428852,31.0951749041315,952.996119939489,252.344406792469,5288.58572400196,141.159149156653,3085.08234294952,161.229317287978,3486.64237121966,123.963389163614,3958.84479038231,39.5313804738594,1074.26444326757,85.1682910332837,2065.59047879206,191.622842580392,4740.83609783133,87.6848122772957,1380.27554535184,62.7571011476764,1879.85546441814,79.6686516527387,3360.37845083484,103.216631299051,2250.46788750083,108.373800265945,2866.9358226183,127.241540008378,4041.49219741172,1437.90429324787,482.205970137442,13446.4386500509,5645.59111742656,314.413995734355,2598.33035645597 -5146,420.240306463465,3244.10727827076,81.4745270438305,1299.7755842358,164.628680155665,2313.53666797702,189.25106110171,2726.35332414771,31.070660434483,997.094857817401,252.212797109862,5533.3086045132,141.085527906022,3227.8407810239,161.117576014455,3647.9825118408,123.638089092249,4142.03552438183,38.7892317004625,1123.97472550695,82.1503477529337,2161.17316919498,184.943290734529,4960.21252972454,85.9851974761492,1444.14611963878,62.5397221151577,1966.84349263697,79.5917368544586,3515.8758819087,103.125482633545,2354.60555542739,106.339227175614,2999.59979543958,124.852750350379,4228.5073397825,1451.60639814814,481.939258993976,13280.3759545898,5530.87510051342,316.641827068729,2539.02186195401 -5147,410.817944329992,3210.12226252504,78.6160761724383,1286.15923622166,156.249826312022,2289.30023762956,182.894025768103,2697.79225859043,29.1461398926414,986.649369571723,236.437417151454,5475.34209356893,132.260924892795,3194.02617183926,151.078249082989,3609.76653053359,116.614287199547,4098.64388210838,37.6910878727911,1112.20005362726,80.0993167668984,2138.53288702051,180.304067067648,4908.24972872413,84.0453857264589,1429.01735711488,59.3554434453218,1946.23899305265,74.6939303295295,3479.04383939057,96.7601336982371,2329.93889060649,103.328706965675,2968.17622108319,121.318102429951,4184.20982549069,1327.24312349471,450.152770328184,12727.0515352731,5379.42326182192,290.321994937542,2482.84915940108 -5148,379.037082682695,3110.24659259781,72.9278791671521,1246.14331008378,144.311565147713,2218.07385551725,168.541596955115,2613.85657417843,27.0326094566923,955.952013299768,219.304723529142,5304.98924873807,122.677053051815,3094.65129524916,140.101738317714,3497.45683606283,108.091098579657,3971.12387818281,34.6732066584271,1077.59647271512,74.6735945137413,2071.99728890762,168.012675433928,4755.54067600384,77.3309532369912,1384.55672471291,55.0790895542676,1885.68618310555,69.2748754210809,3370.80128482442,89.7417567072769,2257.44812902228,95.0552985485798,2875.82815322187,111.604304210029,4054.02763139933,1234.54806849969,417.629289641147,11777.5903920075,4964.66909132708,271.08500662944,2289.43318646065 -5149,387.728533539355,3042.73142154437,74.75474210568,1219.0928572555,146.777343817586,2169.92537876277,171.905767623414,2557.11670855659,27.5621631891139,935.200840755953,223.581495952481,5189.8320591385,125.069440361242,3027.47465657146,142.816295986481,3421.53636175035,110.262774192441,3884.92135374375,35.2843948835916,1054.20472289211,72.7101668972357,2027.01974541773,163.85079301848,4652.31055175707,78.9756090554803,1354.50168524284,56.3872043452879,1844.75295758302,70.6359719186005,3297.63016525028,91.5025476192356,2208.44494164225,96.7308481966037,2813.40158223964,113.571564904513,3966.02548724758,1252.96838533579,423.672309422982,11959.0812092875,5035.05389500808,273.214661835146,2320.98183450028 -5150,353.492295501422,2992.76109699969,67.9566313023526,1199.07187699552,135.475243772913,2134.28901774624,157.656746745583,2515.1215620509,25.368141726087,919.842176762102,205.826348866164,5104.60022089893,115.137373755474,2977.75489160355,131.498209875749,3365.34498014254,101.332092843986,3821.11986949096,32.4624068311382,1036.89167588229,70.2929941366103,1993.73030231415,158.126810911664,4575.90634910288,72.1968025832838,1332.25690598672,51.4963588407821,1814.45685476485,65.0042493731434,3243.47367663642,84.2125259295304,2172.17597958679,88.9944735523714,2767.1975074588,104.488297349087,3900.89204190075,1164.22907170267,392.744357633645,11031.2803319219,4643.76374743042,255.661461775727,2140.60916870056 -5151,355.866787732616,2963.64964447601,69.1893744092714,1187.40815814585,139.84356162412,2113.52817135785,160.557148764167,2490.65624738935,26.4353679324973,910.894605943657,214.601117146788,5054.94629859552,120.045898736408,2948.78940877868,137.090398600317,3332.60929645784,105.165236378792,3783.95073167388,32.8553274759152,1026.80553074196,73.5173847986398,1974.33671119221,165.196112418032,4531.39518495808,72.8758486608402,1319.29765785066,53.1595516366392,1796.80710830273,67.7146983807583,3211.92347035905,87.7385031198923,2151.04659576587,90.0716507965507,2740.28017719051,105.753009771047,3862.94693709715,1240.37674672024,411.812674961156,11339.6824117203,4720.93589188758,273.404368787187,2166.95527121147 -5152,381.547675012213,3026.87607737279,74.3100423171585,1212.74029629924,150.11797997521,2158.61813243031,171.976339693271,2543.79185010409,28.4485773654575,930.327610376584,230.954143693533,5162.78840589074,129.193631958699,3011.69881375116,147.515183790772,3403.70710602736,113.07791085334,3864.67744897222,35.1747134329598,1048.71137616081,76.4195433460052,2016.45716487624,171.889066259921,4628.06786491693,77.9526865818724,1347.44352353706,57.1947129943561,1835.14014954913,72.8695019355481,3280.44657130886,94.418873403476,2196.93697403598,96.4301606040846,2798.74125104398,113.218527987475,3945.35895761296,1336.02755852871,442.09006998432,12133.3218291103,5037.34551232248,292.962466702468,2309.94811560873 -5153,405.151449314393,3090.1674894317,79.1965113011332,1238.09846883471,161.163505294905,2203.75443342354,183.480002615188,2596.98206141818,30.6344009644438,949.780586525258,248.754097655519,5270.74134483425,139.150763120191,3074.67287206937,158.878807092627,3474.87798434174,121.549603144073,3945.48713085056,37.4739546133594,1070.63973468716,80.5561211901835,2058.62090665457,181.259771603837,4724.83989746386,82.8387563047359,1375.61831533373,61.3176370093137,1873.51258648476,78.456895088153,3349.04009492022,101.66551844365,2242.87451483277,102.733444260284,2857.26240659781,120.619205250395,4027.85567473107,1449.86235952763,476.253219639293,12964.2327741562,5363.04969306434,315.908077030997,2452.48070791132 -5154,417.855731710438,3085.55384285816,81.6900345866341,1236.24997719858,166.569632605764,2200.46420914751,189.532731438826,2593.1047449199,31.6503351071622,948.362555961015,257.012418225792,5262.87208278654,143.770391983696,3070.08235909248,164.16262392379,3469.6899616987,125.573550506245,3939.59648471424,38.705288631095,1069.04126037781,87.6761264426041,2055.54736797917,196.931076793491,4717.78567096059,85.5416408471009,1373.56450538694,63.2740572897055,1870.7154161195,81.0569223386693,3344.03994932571,105.035786257648,2239.52588393958,106.109100392176,2852.99648931112,124.582558788857,4021.84205165205,1501.90084230082,494.052324447791,13463.9044940786,5578.40257480267,330.040538150698,2551.3854631223 -5155,457.218886473351,3050.46414984065,89.362413926637,1222.19103206197,183.049723502369,2175.43997767162,207.693581461046,2563.61530668757,34.7961162914373,937.577538861087,282.579848976652,5203.02138006656,158.072578494535,3035.16861167291,180.490809880219,3430.23177628938,137.932614538618,3894.79440434171,42.43735059576,1056.88385475141,93.5257748616824,2032.17116720656,210.263168655807,4664.13382777542,93.5859204914671,1357.94398495903,69.4545987682957,1849.44117071079,89.108589903062,3306.01068740512,115.472203078582,2214.0574332904,116.340408610875,2820.55149690832,136.595124656743,3976.10465404221,1655.72150499928,542.979639691879,14725.3799905813,6078.86438784897,363.010637758536,2780.81867139567 -5156,430.560066777419,3094.39124842623,82.9601604557707,1239.79074912752,166.195101999785,2206.76660918479,192.690676429708,2600.53171572593,31.2328136120732,951.078782920399,253.451303055635,5277.94559549031,141.77833678478,3078.87545242886,161.91770629878,3479.62758033983,124.561752529691,3950.87997341127,39.5694403853177,1072.10312598383,86.222806697128,2061.43470836614,193.919621902756,4731.2979891637,88.0137434409935,1377.49856300713,63.2187412003757,1876.07337507165,80.023404898883,3353.61769088301,103.674968695253,2245.94016141601,108.478140088969,2861.16782202622,127.364045260875,4033.36110176471,1441.40730372229,483.421262463366,13516.2571580169,5685.82879274771,314.315819605688,2612.01902257675 -5157,383.670079419488,3031.09983636732,73.2454106344363,1214.43257659205,144.764483346296,2161.63030819157,170.133219312633,2547.34150441184,26.9579740467864,931.625806771725,218.650265153944,5169.9926565468,122.310955032938,3015.90139411065,139.709184639542,3408.45670202545,107.978905184865,3870.07029153292,35.0996889309192,1050.17476745748,73.2656060926127,2019.27096658781,165.026176260143,4634.52595661676,78.3750594607599,1349.32377121046,55.0700629778275,1837.70093813602,69.0938716361097,3285.02416727164,89.5010953296255,2200.00262061922,96.224483739231,2802.64666647239,112.977043044031,3950.8643846466,1218.55122468208,415.015304595916,11802.5678871724,5003.99977148685,265.502889408289,2310.96190903809 -5158,303.668439450587,2828.09945016272,60.6477332107876,1133.09896985638,122.152164877788,2016.86048499751,138.00147392228,2376.73963145923,23.6114717340599,869.232481318121,191.789530561564,4823.7452339572,107.285306202524,2813.9188858429,122.436480275711,3180.18377661034,93.4527236355372,3610.88194201235,27.8292675217479,979.84191968441,58.5591814263459,1884.03530686097,131.863100267699,4324.14008684747,61.8970797933903,1258.95616161069,47.3173705247843,1714.62548027936,60.4576279841229,3065.01782942472,78.3496838108516,2052.66290706756,76.292895512308,2614.94636413897,89.5753908496536,3686.26505132789,1131.74652270274,366.348441680253,9804.68418018831,3993.77221653315,246.809944185879,1817.63801956446 -5159,279.688954462229,2660.44868623042,57.2256261622285,1065.92845083648,128.987236425668,1897.30026195257,138.254660567698,2235.84564173076,25.2384328773507,817.704063702053,205.376452157029,4537.79186218266,114.88570565838,2647.10875092068,131.368421815688,2991.66132575976,100.168868843997,3396.8275472799,27.0195215460076,921.756534335413,59.8510837182658,1772.34900868199,134.533096604129,4067.80348989061,57.1666867187954,1184.3247824917,48.095960405415,1612.98185823131,64.5456474034114,2883.32245780699,86.4598794442044,1930.98030342164,74.0730072213069,2459.93139266593,86.9690228520344,3467.74191845979,1335.77683419085,407.43282948088,9902.03782538887,3786.48158848583,299.147400791484,1699.49609941181 -5160,287.702495454397,2563.62711886378,58.18147840418,1027.13617348687,131.675176303808,1828.25191455233,141.687403589311,2154.4766303521,25.6196716132604,787.945403255242,208.447767185037,4372.64824458386,116.603771145373,2550.77266310941,133.348024562742,2882.78595444012,101.731719892143,3273.20698323595,27.0037952674883,888.211097865732,59.395986858653,1707.84800558825,133.541993994142,3919.76413409731,58.7828136017276,1141.22371374887,48.824734580772,1554.28069535747,65.5271345333332,2778.38985713961,87.7793824963172,1860.70624006571,74.0298942172391,2370.40724048626,86.9184039292087,3341.54057148175,1348.6688265018,412.21036489111,10045.6247505444,3841.97694926463,299.76373096494,1726.02481500416 -5161,284.839738364953,2510.34276880686,58.3584444285594,1005.78740438488,132.587431288227,1790.25215464558,141.186255963833,2109.69637111845,25.995801814427,771.568154635949,211.571609418445,4281.76384176811,118.351219869806,2497.75548970824,135.31781182968,2822.86796761384,102.979701499464,3205.17419273372,27.5996164864528,869.749851799614,61.6934847050789,1672.35081088932,138.632177874348,3838.29281452633,58.1329861810292,1117.50366358666,49.3435200036228,1521.97535888762,66.4758424767458,2720.64171714957,89.0404476073626,1822.03192510032,75.6633157928142,2321.13891739428,88.8362021078189,3272.08748439663,1384.2137815813,422.026300017749,10172.8314337176,3844.72857252654,317.092799376537,1729.56970380375 -5162,310.924539413858,2518.20546173053,66.1615996252462,1008.93765048093,161.433006847292,1795.85943789105,162.766075843937,2116.30419174533,32.2573724034739,773.984798109886,262.958605196796,4295.17483674371,147.096634495755,2505.57875777267,168.171718822146,2831.70952673047,126.107642378066,3215.21318053948,32.6455941708553,872.474012057758,73.193546978392,1677.58881306578,164.457519978328,3850.31480535831,64.4019609287912,1121.00381832928,59.0815619374988,1526.74236721533,82.3985184069279,2729.16309145871,110.302133493541,1827.73874637675,89.4966747891553,2328.40900129176,105.077931177611,3282.33605261164,1809.65252124671,531.204951199406,12069.6252080765,4404.79263485199,407.648123727726,1951.59883148491 -5163,492.998557822688,2602.0958228588,104.964816337765,1042.54894437297,253.380097351044,1855.68588933428,256.371429598806,2186.80579520893,50.6808248562711,799.768978633668,413.091090963277,4438.26235427926,231.079371505649,2589.0484785795,264.154064979679,2926.04382090063,198.318747342945,3322.32334248571,46.7001913709996,901.53921783976,103.476787545826,1733.47525024955,232.592483757648,3978.58245642483,101.692589712122,1158.34843399904,93.2022509587694,1577.60357392859,129.470758268908,2820.08119992914,173.323291154411,1888.62721072641,128.0268270765,2405.97656872863,150.31613360078,3391.68231564798,2823.13892629397,818.059572862764,18551.9543188399,6785.18682133931,594.064735763839,2962.18686592176 -5164,620.671812217678,2827.51462509734,129.582608042772,1132.86465536681,298.172689013983,2016.44341672046,312.402414892207,2376.24814347061,59.1034062151632,869.052732001777,481.274037617424,4822.74772762068,269.220287165444,2813.33699318835,307.765449708446,3179.52614373078,233.2056768363,3610.1352446967,63.5375674112027,979.639297349219,139.540193781233,1883.64570561429,313.74919982456,4323.24589427978,127.059795541195,1258.69582100652,111.312746253353,1714.27091143329,151.085416403538,3064.3840118083,202.331329622917,2052.23843517752,174.185863419544,2614.40561717963,204.511399017132,3685.50276547562,3195.62918985086,956.376887233927,22796.6576064759,8697.90297355915,698.166208208421,3866.03254838951 -5165,568.774597218803,3297.71653674458,118.968510980575,1321.25453029901,293.135593879902,2351.76813647777,296.868509050871,2771.40663697253,58.0219018591623,1013.57196889005,472.923921506555,5624.74718707231,264.549308717569,3281.18123369675,302.529003671537,3708.26585656715,226.991135560084,4210.48315387967,68.7696495662444,1142.54854147824,149.851760446791,2196.88681276346,337.024407367267,5042.18063151088,118.014395868477,1468.01080596412,105.98996851587,1999.34581519597,148.225140341247,3573.97614886892,198.430373179031,2393.51569217604,188.52942085793,3049.16853868948,221.352151423896,4298.3839263107,3239.51081088245,960.585705008407,22440.5175023612,8611.43998392219,717.641901552731,3837.28155675635 -5166,578.275916653322,3723.99134980624,110.083716575315,1492.04468816567,248.401047002793,2655.7662247219,277.789348634067,3129.64872143608,46.343656784885,1144.58996171901,376.572741297948,6351.82243110019,210.651341287398,3705.3186334492,241.166275138598,4187.60976535307,185.923628255179,4754.74549399309,61.4298539872829,1290.23851437485,130.25935896017,2480.86437875306,293.237434120673,5693.95120735371,118.606825614586,1657.77121287363,89.308666297548,2257.78851459778,118.635356041897,4035.96128245165,158.99823763271,2702.91022104895,168.407645940577,3443.31513508144,197.727201280015,4854.00863942329,2336.2477963754,752.972160226774,19630.8626668993,8006.65277077951,535.185340133484,3685.11365174464 -5167,524.790006829472,3998.01587636603,101.828364092412,1601.83464224328,227.875990821031,2851.18694781804,252.953673110012,3359.93940383377,43.0591365875801,1228.81296142642,349.979197657048,6819.21211356135,195.775156627213,3977.96915513661,224.050000714216,4495.74898362158,172.434144758036,5104.61657598997,55.5606063254816,1385.17885253358,118.463529857507,2663.41520204705,266.631430719296,6112.93238568829,107.364844615426,1779.75591398626,83.0494884550357,2423.92462251784,110.20732042138,4332.94166606478,147.688053303402,2901.79996704556,152.317323108769,3696.68650763738,178.83557386336,5211.18385665474,2190.64658598814,697.903405822916,18003.8977160714,7289.28735731774,497.417239350521,3335.72715091099 -5168,528.122599394343,4141.1688343482,101.970015482016,1659.18993404964,226.977002447014,2953.27654875061,253.394060239704,3480.24539539897,42.7687629697,1272.81183878829,347.552267023861,7063.38082508019,194.417553866774,4120.40432021085,222.505552131332,4656.72377343051,171.507607400271,5287.39247904166,53.5150748599384,1434.7765670516,113.570321385488,2758.78144777949,255.659946885266,6331.81204500362,107.950825030646,1843.48185491598,82.7670777677841,2510.71566846902,109.478123817853,4488.08697699966,146.7211703047,3005.70181776375,146.709575141782,3829.05006612881,172.251524161797,5397.77550779824,2159.23813385805,687.77252098432,17801.1758393929,7207.44651674208,480.67618801989,3292.11194252458 -5169,497.320441899718,4268.53143362406,96.1675799378062,1710.21870180723,211.367421780604,3044.10524776658,237.297206619829,3587.28114240822,39.864368857875,1311.95745942384,323.891128308256,7280.61672575052,181.18172965483,4247.12830208206,207.338476511855,4799.94238334917,160.113860890453,5450.0074499496,49.2618584538421,1478.90345012966,104.371425883328,2843.62840526379,234.965831978503,6526.54837970436,101.413876113376,1900.1785630561,77.6036269550009,2587.93330589703,102.05593598102,4626.11912348585,136.783171697327,3098.14286797725,135.04954152401,3946.81338095303,158.56149363381,5563.7853341252,1998.83387587598,637.566896948082,16586.0586131233,6726.91634788497,440.938592602877,3068.68743164484 -5170,480.504628586578,4382.70290370993,93.1837649259741,1755.96234605349,202.81630750362,3125.52668664739,228.475546975911,3683.23104180778,38.2938676758702,1347.04871133606,311.096906569066,7475.35318901348,174.024759235783,4360.72729729441,199.133297868719,4928.327634051,153.989176960319,5595.780152392,47.3272444447573,1518.4600479062,100.863075588691,2919.68764026192,227.020860800982,6701.11558968852,97.8240180323346,1951.00311087619,74.8720824860951,2657.15340058604,98.0424878119653,4749.85508029766,131.409312284715,3181.0096645028,129.745869613264,4052.37977840496,152.334459240197,5712.60128188548,1913.38558581907,612.356056501925,15980.2344374615,6476.85479357704,426.117661465041,2957.41266185132 -5171,454.333903800882,4330.84813303856,85.7463133229713,1735.18634850981,179.501408370658,3088.54643196799,210.140260722124,3639.65220354317,33.151355912564,1331.11085208707,268.951863144964,7386.90714696585,150.44920808117,4309.13253512832,172.226754434193,4870.01720213905,134.823081387451,5529.57263093667,44.6428804588081,1500.49410330814,94.2501069128521,2885.1428088316,212.206804587448,6621.83008488017,92.1609754457748,1927.9194519752,66.4732077623314,2625.71479220822,84.9533079128997,4693.65627984907,113.922188824805,3143.37295257406,122.386786197324,4004.43328768924,143.694168832401,5645.01156934567,1577.5830139461,526.969404033776,14487.4091374888,6058.80006145928,358.622759128938,2799.92419824753 -5172,422.814985617245,4267.16683340063,80.5152476775012,1709.67196463101,168.978620572192,3043.13208246001,196.205276456786,3586.13433003855,31.431115712091,1311.53804176929,255.066158345937,7278.28919663069,142.68167203872,4245.77054419271,163.296140470793,4798.40789717972,127.526049445618,5448.2651454827,41.8021975456116,1478.43066176911,88.8231878949506,2842.71933008945,199.942572620036,6524.4619175298,85.6099061767314,1899.57109790514,62.7891756520405,2587.10597349422,80.5303019286908,4624.64020660597,107.980108636864,3097.1524274673,114.599160291945,3945.55163027713,134.550727236942,5562.00665618218,1511.69567249888,501.171983190702,13632.1419280381,5655.07525018422,346.741913395933,2609.57572021629 -5173,426.191699176267,4196.33763053181,80.7783145439094,1681.29372043532,166.300045784284,2992.62020232022,195.66777307212,3526.60934639155,30.8328175712422,1289.76828266272,250.092058490332,7157.47943170399,139.899206152663,4175.29649081021,160.106638360324,4718.76081056092,125.558347239444,5357.83130674643,40.0586890481057,1453.89071070596,84.4942643415386,2795.53403080516,190.247426936604,6416.16466672877,86.0227631173227,1868.04078472306,62.293475635591,2544.16351049852,79.0222924696316,4547.87742882444,105.976394155903,3045.74388260244,109.819396989835,3880.06080515567,128.938813269327,5469.68486207634,1455.35254268638,485.688115520738,13391.5008839963,5583.86856226788,326.472759579505,2573.59376998054 -5174,387.219258958433,4133.63104984143,73.0994891505717,1656.16986491483,152.268188723161,2947.90097409915,178.500804101189,3473.91062836325,28.1217107740949,1270.4950577677,228.127083115774,7050.52400984796,127.612200173293,4112.9043314181,146.070741457628,4648.24757221395,114.429371264572,5277.76833023151,38.1530270755897,1432.16497669863,80.7528622300048,2753.75989447257,181.80113401447,6320.28683638698,78.3549856432529,1840.12633633648,56.4963104467193,2506.14564623044,72.0685921771849,4479.91772966068,96.6469032225754,3000.23081827057,104.595096003929,3822.08040238927,122.804968176853,5387.9504390263,1334.12991171777,446.972551691945,12332.2764893689,5167.22363706808,304.652249655056,2389.31660905885 -5175,387.669352188296,4038.36902648774,73.852982264517,1618.00243041308,155.142752138829,2879.96481626286,180.217741460184,3393.85226044953,28.864639398669,1241.21573205999,234.245193236615,6888.04042706481,131.034614920195,4018.11996780489,149.975863408244,4541.12590038624,117.116367382458,5156.13897244227,39.0922155503866,1399.15987009585,82.9142665694383,2690.29783503508,186.653391192786,6174.63201016996,78.6373855870333,1797.71951388131,57.630055072531,2448.3900066486,73.9533802648888,4376.67532068905,99.1604005377984,2931.08868757956,107.169846062227,3733.99825181464,125.827978920692,5263.78186801395,1389.48525357572,460.761730153611,12559.7771372649,5235.99437506057,317.652503365014,2415.5379509349 -5176,409.2740981626,4000.94001429924,77.5719044912704,1603.00621974196,160.868939668053,2853.27229819348,188.527041580435,3362.39685437121,29.8337318472385,1229.71171188276,242.022123671541,6824.19966674587,135.384958552529,3980.87863095247,154.945553679641,4499.0371621951,121.345618375928,5108.35007866379,40.8621755639916,1386.19196857719,86.7697486396025,2665.36321667857,195.324673519399,6117.40336780166,82.7039476141436,1781.05762261896,60.0140177622648,2425.69747439116,76.4546097085107,4336.11076780924,102.527667833827,2903.92233564555,112.022125205881,3699.39025409023,131.525033644932,5214.99530234766,1417.50596756511,475.0333856093,13105.8527388238,5489.73711510049,326.919211198023,2538.75359956511 -5177,443.921244661357,3948.04555182135,85.2488798708313,1581.8136619833,181.022222293373,2815.5505868015,207.740633374693,3317.94425732809,33.9336095903314,1213.45429743257,275.492551995643,6733.98027532178,154.108009497837,3928.2493901687,176.347372757298,4439.55760201377,137.170369919985,5040.81509173718,44.4633336916322,1367.86580552376,94.485604679567,2630.12575894347,212.688147725067,6036.5281830341,89.9745227035722,1757.51113473014,67.2670014189365,2393.62851969967,86.9171771172237,4278.78517745093,116.525778072944,2865.53100499011,121.894565453929,3650.48243285654,143.116253088374,5146.05041130791,1656.62641838688,541.212053558628,14526.3106270668,6003.74522347536,372.855673185808,2755.97443348552 -5178,464.2190301311,3861.94583614948,89.6841305629781,1547.31717384632,192.751886299118,2754.1485331014,219.097514546691,3245.58590851439,36.2852517996738,1186.99105920029,294.688552482797,6587.1243742348,164.846076294799,3842.581392892,188.632415161337,4342.7388996394,146.284898923211,4930.8840535928,47.3528624540331,1338.03513224834,100.61045617325,2572.76748456342,226.47647869089,5904.88244759808,94.3277818644946,1719.18300325238,71.4030190510254,2341.42782133763,92.9188551443645,4185.47263017559,124.555909403517,2803.0389689839,129.816100427042,3570.87202932685,152.416917148652,5033.8243816355,1793.75360887819,580.462940018328,15409.1809448286,6345.67831973596,401.236562022078,2905.51943679777 -5179,480.09557987816,3682.598507878,90.4935670750032,1475.46033978088,187.044598873521,2626.2468995645,220.403265724154,3094.86210604181,34.5285697798909,1131.86763588424,280.049921543105,6281.22076822027,156.657360267641,3664.13334216325,179.311104980604,4141.06372031904,140.676962675631,4701.89563206951,47.9676336276873,1275.89727835721,101.26191560249,2453.28911946024,227.994681701474,5630.66190291282,97.0207134604896,1639.34478399075,69.6991942346367,2232.69278415335,88.4982685375686,3991.10083791767,118.687540563372,2672.86688178826,131.501472594273,3405.04206038621,154.395710450349,4800.05544956413,1626.76267125769,547.783999491581,15259.131974338,6450.17990390688,369.681831297336,2982.69107617277 -5180,464.855305395467,3626.84488032586,87.3883365863673,1453.12223638022,180.723409283373,2586.48617322275,213.352636902679,3048.00666176343,33.307316116205,1114.73144075615,270.129729102117,6186.12464450898,151.108095505883,3608.6592726378,172.97170793661,4078.36904322121,135.754930950021,4630.71009900131,46.1024824361432,1256.58051018382,96.3638152308347,2416.14693098884,217.042866159289,5545.41507898253,94.0211329847008,1614.52551077358,67.2339132086782,2198.89036945629,85.3712842608011,3930.67656164528,114.49616487138,2632.40034048464,126.388230398447,3353.49056857193,148.392259340983,4727.38380121796,1564.34873421339,525.857709147064,14690.5509845299,6238.54216934892,347.294365640685,2879.38181579166 -5181,405.733701078428,3410.97827334817,74.7956057982708,1366.63368309447,149.876141850805,2432.54079848752,182.377393441519,2866.59199479231,27.1048467862997,1048.38360903257,219.563370848265,5817.93196425539,122.821737992382,3393.87505698287,140.639618826406,3835.62811648935,111.562604083365,4355.09432001081,38.4616077470904,1181.78994701441,79.9127213726858,2272.33999764537,180.028188065224,5215.356866712,81.8113183191293,1518.43037701691,55.9002580275585,2068.01435494977,69.5285843917193,3696.72616109414,93.2891540620306,2475.72219502829,105.441058367455,3153.89376902415,123.798211503747,4446.01408877564,1215.98910053506,423.60922701697,12297.8620983182,5304.57242341337,272.502250105623,2466.99681078942 -5182,317.548372773663,3106.28275655491,61.0898998061398,1244.55516984472,123.618672556315,2215.24704393414,145.468606269179,2610.52535956531,23.2015943091738,954.733705704926,188.205836173354,5298.22833542613,105.280620395902,3090.70733454408,120.439489051862,3492.99952213208,94.4505756355256,3966.06290198992,30.0156898796279,1076.2231360323,64.4256321297583,2069.35664377225,144.972108741192,4749.48000429381,63.8650963222776,1382.79218428646,47.1216099907153,1883.28298109707,59.4614225661066,3366.50538633907,79.7415034874921,2254.57113712072,82.2868905883609,2872.16307042296,96.6129327869853,4048.86099899068,1098.39783312198,365.421703150878,10059.7231113977,4182.36825359003,249.179758514406,1922.63694423608 -5183,303.102116885606,2914.58905341361,63.0439654772918,1167.75166933668,131.036550955923,2078.54058721237,137.760510323761,2449.42564246346,26.3405203765598,895.815553719505,213.366978593722,4971.26614643583,119.355532937115,2899.974815737,136.059031765273,3277.44090562966,101.451043038455,3721.31078373235,29.6231804880381,1009.80767597251,62.9466407621286,1941.65331820484,141.69384955087,4456.38195708693,63.1685930990035,1297.45785536185,51.7518778290665,1767.06256041976,67.5689931185613,3158.75292633179,87.6065375738104,2115.43792738372,81.2108407794048,2694.91726952694,95.3495440852761,3798.99927704566,1357.12112591196,417.714661507914,10409.8349238927,4029.28681037776,307.762577663251,1810.03809363428 -5184,313.859210300723,2800.1576603761,64.6416917091032,1121.90388503667,134.14351053607,1996.93378415341,139.230408052664,2353.25730336927,27.1103888225315,860.644413006982,219.589266857295,4776.08634582875,122.836223982571,2786.11720087023,139.631692901042,3148.76337286048,102.139036946435,3575.20621492213,29.9615469472952,970.161023582131,63.3109049398321,1865.42092663051,142.541850144929,4281.41732711297,65.4273292097734,1246.5176002948,53.1452467042947,1697.68487915234,69.5467808138077,3034.73527204255,88.3739243224429,2032.3824761765,82.1384597654527,2589.11053944552,96.4386603480269,3649.8445346604,1388.16524323095,427.424912669344,10628.6749528191,4098.49772394951,313.511051888438,1840.17851023371 -5185,310.768517210226,2731.01796614761,64.8745664619184,1094.20255497843,137.475108703133,1947.62677791421,142.372257258986,2295.15218568312,27.5724970678038,839.39393400832,223.422589238883,4658.15828976524,124.980549401574,2717.32418464876,143.318266426645,3071.01613031121,109.495789215413,3486.92951964836,30.6332580329482,946.206430784716,65.8525354361584,1819.36115139009,148.175030469507,4175.70332070184,64.71529665278,1215.73938842681,53.7849244102621,1655.76673464859,70.7133107905988,2959.80353811109,95.1347092979037,1982.20019360484,83.9799305706808,2525.18188515789,98.600728860552,3559.72491794065,1465.31298365536,442.772937531654,10872.1840307566,4119.28468699653,339.344965811403,1849.27163968983 -5186,338.937881538129,2732.96739143642,73.5279333924439,1094.98360664421,169.854287051296,1949.01701149784,169.168792846254,2296.79048604141,34.5375638241791,839.993100979213,280.457679904684,4661.48332522159,156.885456559188,2719.26383519266,179.213728207317,3073.20824936022,132.987012738442,3489.4185214309,36.292313671765,946.881841480461,78.3087466239321,1820.65982781111,176.180070845114,4178.68397544408,71.7488717844564,1216.60719418195,64.6364706674708,1656.94863589746,88.4511743460821,2961.91627260739,116.258264630488,1983.61510600483,99.4940198370687,2526.98438279313,116.815801186506,3562.26588173593,1909.44525037605,563.111308904524,12982.7432410088,4774.67095768551,435.083272210968,2118.34719068837 -5187,536.252569426364,2798.27321424941,116.333428041077,1121.14886775297,254.061324237237,1995.58989049055,247.314610027933,2351.67361161034,53.9878194680125,860.065217751837,438.313837974472,4772.87214202069,245.188745090544,2784.24220367204,274.015104129995,3146.64432255635,179.5903808701,3572.80017771959,51.7035779687763,969.50812599389,110.072395887368,1864.16553830379,247.758294682966,4278.53602495881,112.992037411689,1245.67872064993,101.56385156225,1696.54237359269,138.281783182018,3032.69296020781,156.47314092837,2031.01472630321,141.743424202657,2587.36812351063,166.420772708422,3647.38826746741,2798.95345810862,843.440991552186,19393.4283812826,7231.79232020337,600.35190618508,3169.89682809169 -5188,685.47494308204,2998.21949159025,146.458000148801,1201.25882317497,318.440629020945,2138.18167447746,332.148204736336,2519.70880623243,64.5397782292317,921.519845442988,523.441749481405,5113.91032662727,292.808518837636,2983.18591688941,332.207658411553,3371.48291773248,241.310857917646,3828.08907931076,71.5070096965961,1038.78282714067,151.141235893967,1997.36659881242,340.284840315794,4584.25218816364,143.398606226656,1334.68676378465,124.22259787245,1817.7661805546,165.422372138888,3249.38933732479,208.242001118256,2176.1377370517,196.033791220581,2772.24450433432,230.163023049637,3908.00674545702,3362.88373641311,1028.88886845338,24859.326933575,9605.1780253632,745.594241513334,4285.34849321179 -5189,623.622343733693,3425.53400276159,133.142469277889,1372.46554378201,324.834983050919,2442.92122392926,350.6997088218,2878.82465477167,62.7661472717915,1052.85739541045,509.632730096918,5842.75893078258,285.083879913481,3408.35780153108,327.410257222236,3851.99596187563,255.343864817325,4373.67889294324,77.3138842397629,1186.83302067649,162.066455075595,2282.03679530587,364.989420878098,5237.61245360314,132.318768760938,1524.91000248789,116.977046050874,2076.83923009157,160.755731504582,3712.50126764841,219.306222971503,2486.28688922619,211.953120481715,3167.35243707233,248.853887134097,4464.98664528534,3418.33781366048,1042.6949093434,24907.5536595697,9772.43944635064,768.16361125606,4403.37051330457 -5190,653.37514499647,3821.98257360679,128.385059592188,1531.30559701984,282.397903384909,2725.64871317135,314.938701828022,3212.00071408915,53.0017466611576,1174.70812273582,428.943021756642,6518.96107212299,239.946796354585,3802.81851284112,276.418293256454,4297.80040951969,219.605717070791,4879.85946071612,70.5571236225664,1324.18919769875,144.361271584987,2546.14458853922,325.399364324927,5843.77895791984,137.165171574316,1701.39296563072,103.828057452566,2317.19881898524,136.042113853752,4142.16152518305,187.613362410906,2774.03323275986,193.429714094299,3533.92078700787,227.105579432863,4981.73456632166,2699.60792222905,859.947408759821,22443.8190898171,9117.72254202995,619.642225341165,4185.68961586228 -5191,592.009023007833,4060.46253410477,118.465653436656,1626.85435771003,258.059378089321,2895.72081186097,286.221153943307,3412.41968216744,49.0558833082543,1248.00629752114,397.121884711508,6925.72419807327,222.14634383977,4040.1026948743,255.309270667399,4565.9699399012,200.498086070647,5184.34768613706,63.747292976249,1406.81453192706,131.121740391149,2705.01618180344,295.499704843771,6208.41279604027,123.946139711618,1807.55465512588,96.236548043292,2461.7849002075,125.890460581073,4400.61966775112,171.392918810723,2947.12437669575,174.760818207981,3754.42657777429,205.186452697417,5292.5794850798,2501.94192008098,792.949553678379,20509.4948263246,8290.71818211927,570.672326878384,3788.9332208782 -5192,595.981507909768,4163.65222954425,118.69878757192,1668.1980726899,252.881937680237,2969.31059286349,277.708822528791,3499.14047930741,48.7567535791139,1279.72223841854,394.612984621,7101.7296074803,220.742888115917,4142.77497989767,252.03474844181,4682.00623959042,191.036797042551,5316.09899631208,61.5225746373862,1442.5663118955,125.989166912906,2773.75953151167,283.978231900916,6366.18896567736,124.660590252568,1853.49055843395,95.9804768585611,2524.34694380629,125.141116128067,4512.45387369346,163.300616897823,3022.0204911899,168.661836133137,3849.83889394675,198.025645659349,5427.08132090945,2433.57720541918,776.29431945212,20123.9897711849,8141.22848963489,546.93203593272,3712.00648933291 -5193,561.433550227052,4287.89574709739,112.008398138927,1717.97715727715,233.34200500391,3057.91491724663,255.383334714691,3603.55494468395,45.4725135712421,1317.9091915132,367.9546107556,7313.64544927028,205.830438022127,4266.39551964432,233.941108116249,4821.71745761309,173.107485431861,5474.73156275839,56.3533786777482,1485.6125374236,115.095452930406,2856.52860588253,259.44917295787,6556.15625086302,117.143333555775,1908.79877680466,90.0632805341064,2599.67353847179,116.72785737416,4647.10564361933,147.811741449265,3112.19768064844,154.490678846187,3964.71821138896,181.38730804945,5589.02560352081,2230.46184953851,715.704203812902,18628.9161517145,7555.16506251031,495.60231713928,3437.7424808631 -5194,540.825519350679,4384.39240604712,108.080757157943,1756.63925766553,223.706216725608,3126.73155605288,246.414115620247,3684.65090247145,43.3537928615273,1347.56798950666,350.73712097155,7478.23488712571,196.199131985181,4362.4083281839,223.946527457253,4930.22747103266,169.721915520032,5597.93728780673,54.3617093549661,1519.0454039881,111.773242010549,2920.81316010673,251.898910897791,6703.69882444096,112.613771414448,1951.75520938437,86.3781957544717,2658.1777152565,111.304445564952,4751.68611731654,144.993290155073,3182.23592222112,149.030591928005,4053.94194341071,174.976626996057,5714.80345105578,2143.24043407315,685.689275056307,17952.097586394,7268.07841850913,482.828315696463,3311.95716540755 -5195,511.211325697768,4339.49059481713,99.4603708758226,1738.64901476709,199.050283242931,3094.70980774789,228.553157140246,3646.91534325394,37.4298181681957,1333.7671619619,302.308265944242,7401.64815397379,169.108474192604,4317.731662156,194.176848438096,4879.73560745771,153.343008973103,5540.60721784589,51.0458825772587,1503.48842740782,103.847063309068,2890.90028073665,234.126539054137,6635.04433568156,106.004785733035,1931.7667284587,76.6447387496862,2630.95456027119,96.2009484049751,4703.0227465905,129.939886949334,3149.64573789551,139.940376898419,4012.42436947519,164.30381717917,5656.27652143564,1789.6683868436,590.544149455563,16305.5159873056,6796.34820694067,408.948940844271,3130.50970013561 -5196,469.528390298247,4276.91396614784,91.6380695622603,1713.57722548536,182.540735608027,3050.08325487325,210.026775707789,3594.32583712719,34.2806505643875,1314.53387856106,276.849361654335,7294.91438466338,154.866996389692,4255.46880318378,178.192735165901,4809.36849951262,142.146300660883,5460.71016244322,46.9176472513078,1481.80771743166,95.7483243410723,2849.21271639358,215.842932255098,6539.36520087849,97.0489560185105,1903.91012948673,70.4118239458432,2593.01548356009,88.1121094221073,4635.20388591868,120.585706139505,3104.22699404215,128.622974234952,3954.56412428141,151.016069215541,5574.71148337439,1646.91751919046,541.994266243283,14992.4494993076,6237.99085354502,378.999692665834,2873.92007452049 -5197,473.034857427575,4191.39908184451,91.8713333887491,1679.31505436336,176.567807792278,2989.09827394529,202.932295861243,3522.45898159928,33.51833378103,1288.25039158244,270.522130958304,7149.05600066388,151.327601509012,4170.38270483318,173.139194613885,4713.20743710567,134.242029528704,5351.52582966227,45.2379582296428,1452.17966867526,91.7195017260707,2792.24404745928,206.81031792371,6408.61366764761,97.4324397414973,1865.84234141905,69.7478273949842,2541.16935786561,86.1884958341292,4542.52516309094,113.658243757783,3042.15943450087,124.018169637672,3875.49447353914,145.609574039053,5463.24774777005,1560.02368972779,520.443539000831,14614.9011111595,6117.35689411739,354.76296286302,2816.28611823558 -5198,426.399110124786,4121.99946466438,82.1849316772571,1651.50958425137,161.910037481037,2939.60590352794,190.422879611509,3464.13542421851,29.9252547635139,1266.92002378347,241.489782986985,7030.68460725626,135.087172050943,4101.3310689573,155.860012184208,4635.16791248905,126.778580125993,5262.91726802068,42.7382143157504,1428.135021264,86.8183561057429,2746.01111564266,195.745313465299,6302.50224124668,87.9898317358559,1834.94842230411,62.1748664377578,2499.09362678344,76.9562402035854,4467.31173168205,107.034574930126,2991.78849724754,117.165215240612,3811.32548662202,137.563529063706,5372.78933642531,1412.26274762267,472.930160612068,13415.5722062495,5668.13817627955,326.535008519021,2623.96255777457 -5199,426.916587045407,4032.19583590125,83.0502100092586,1615.52909592908,166.048206968598,2875.56240242288,194.414283142077,3388.66430048631,30.7830138609716,1239.31836675665,248.541701186351,6877.51113020145,139.031950481334,4011.97773062995,160.390594255135,4534.18417825127,130.311943688131,5148.25712005123,43.6342782690509,1397.0210659196,88.7752528965814,2686.18535270344,200.146141820683,6165.19325409042,88.3280525056926,1794.97145764686,63.485312620228,2444.64731299135,79.1348294298291,4369.98498339878,110.111310664389,2926.60812402144,119.621741036991,3728.29033292291,140.447732853132,5255.73546896924,1471.46515723428,488.818276502757,13685.251639387,5758.77559319588,339.220856097115,2660.52708011805 -5200,451.961964687459,3983.07026567674,87.577338766636,1595.84657273782,172.786120992511,2840.52847835663,203.210426493717,3347.37908696105,32.0011089564306,1224.21934281675,258.277466027073,6793.72014639347,144.478048133246,3963.09848424255,166.791730086039,4478.94271867822,136.116502927108,5085.5342075297,45.5763246889,1380.00069804265,92.8232525893127,2653.45867162179,209.264469186082,6090.08067363119,93.1571476735368,1773.10272904779,66.4675376411045,2414.86336941915,82.2869904054762,4316.74401670996,114.930930516991,2890.95229311259,124.94578862372,3682.86734355899,146.698690301804,5191.70311231546,1518.60017249385,506.577674926543,14318.8951775446,6037.95470188137,351.534374532345,2792.08978966694 -5201,488.956575181739,3919.84383277995,95.8986296166826,1570.51443458444,192.477381702501,2795.43851728417,222.155358393246,3294.24348424632,36.283574510548,1204.78633838382,293.112268787004,6685.87803909825,163.964317637431,3900.18907927006,188.109024364155,4407.84490910871,148.317749684064,5004.80749023136,49.5232335106013,1358.0948526238,100.91377280971,2611.33821793775,227.499772711323,5993.40799367234,101.094157852679,1744.95686336138,74.1943967382389,2376.53032817275,93.2419539475725,4248.22091576015,125.476093919995,2845.06191484249,135.766091461204,3624.40626970551,159.402793996791,5109.29109179964,1734.11952953063,572.635817097441,15765.2085857426,6591.32977918849,393.619097657377,3031.12024659782 -5202,506.43524359793,3831.59974802976,99.5267860919184,1535.15878911001,202.005895202391,2732.50720574306,234.193414923806,3220.08300397907,37.914438480812,1177.6640160961,306.341499921746,6535.3645968591,171.364628326753,3812.38746514076,196.708106644348,4308.61487436285,155.807382959717,4892.13854851662,52.3233393532143,1327.5212271463,106.438006290985,2552.55139865478,239.968555206953,5858.48353609235,104.892343565353,1705.67414499179,77.252793483225,2323.02953767265,97.4215483436061,4152.58435917264,131.666673265202,2781.01347428131,143.442476846013,3542.81311761144,168.415628239606,4994.27000030927,1817.49211030663,600.738467284012,16507.0725644523,6924.34292405825,411.539002678723,3185.41481148007 -5203,526.606500284348,3671.74669155585,101.158530501931,1471.11247927867,197.814699395108,2618.50792152774,236.787688630956,3085.74222098094,36.3029930715558,1128.53226830091,292.842416817826,6262.71137766091,163.813364918282,3653.3359386657,188.923491367863,4128.86090679617,154.390804603506,4688.04016896214,53.2619047676883,1272.13748676411,107.693770551744,2446.05981035892,242.853675147491,5614.06956774193,108.46217828615,1634.51399169925,76.0279320240591,2226.1135244416,93.3812587948338,3979.33993237132,129.641838440071,2664.99052481025,146.015518807752,3395.00814250744,171.436633509464,4785.9107308381,1680.98990800814,571.919522494564,16483.8376550859,7063.72014593472,385.937066018742,3275.2477712329 -5204,510.428565410323,3621.77636701117,97.8298585324431,1451.09149901869,190.302534860105,2582.8715605112,227.622252280226,3043.74707447526,35.1128040881651,1113.17360430706,283.231604692692,6177.47953942133,158.437164670641,3603.61617369779,181.679603507936,4072.66952518835,144.402108464463,4624.23868470935,51.3000687292342,1254.82443975429,102.688554228223,2412.77036725533,231.652968410501,5537.66536508774,105.234721561062,1612.26921244313,73.4930707141741,2195.81742162343,90.3218635719325,3925.18344375747,120.917460218308,2628.7215627548,140.637218722164,3348.8040677266,165.121978271408,4720.77728549128,1591.54411968292,547.737950969322,15833.3441952319,6835.4511629295,358.275726471835,3166.94509182664 -5205,446.378039077616,3422.73982315261,83.9497659019106,1371.34603504749,155.71844362478,2440.92855339534,188.682514671739,2876.47642143295,28.5454028813664,1051.99858838561,229.899865185827,5837.99304089464,128.603878220886,3405.57763240665,147.352778792125,3848.85392079186,117.033442279318,4370.11131942945,42.6104827428462,1185.86493084788,84.6711251949812,2280.17535686292,191.060118296274,5233.34017666594,91.7251498656352,1523.66614607571,61.2169579840643,2075.14516959672,73.5030852222992,3709.47301122708,97.6377200150059,2484.2588456796,116.815043913337,3164.76885402018,137.152393357105,4461.34459279701,1236.66612034264,437.784116814379,13169.1269194275,5756.95085968798,279.51664539447,2679.71810611368 -5206,347.267839902607,3117.3944958287,68.0382054981572,1249.00717040068,127.023904957183,2223.17138614905,148.722683130619,2619.8636843208,24.2091398005036,958.148962088558,195.299912335878,5317.1810633296,109.248981604628,3101.76335769605,125.106630357977,3505.4946177223,98.3409203768795,3980.25023146511,32.8147228190292,1080.07298223924,67.3274328664899,2076.75910944977,151.744838241793,4766.46975945451,71.1308436175936,1387.73868382492,51.1299397396264,1890.01982738724,62.2696161311088,3378.54798936285,82.8759185864467,2262.6361487804,89.9603346491639,2882.43732093122,105.622313625054,4063.34451234169,1111.89673250012,373.823998381519,10658.1361955118,4492.78448666546,252.956051110561,2065.60727994568 -5207,303.530250685626,2905.68666868342,64.293713042416,1164.18486302565,134.664671754915,2072.19184725432,144.499927255245,2441.94406305806,26.698493616149,893.079355044374,217.055951127378,4956.08180208378,121.419110373731,2891.1170690549,138.135952313115,3267.43021824366,101.637252588498,3709.94433045531,31.061828654263,1006.72329725899,61.3420415816414,1935.72268972359,138.450300683805,4442.77028629574,63.8480310370984,1293.49487163139,52.2770244986249,1761.66520577838,68.3219096474997,3149.10476211293,86.6751899220949,2108.97648738059,85.1548408914811,2686.68585511149,99.9801895625252,3787.39553033071,1369.00447404664,425.093473415033,10591.2294145086,4102.54696136999,311.567282202852,1857.02646969117 -5208,307.162263384401,2790.86538806689,65.921732971596,1118.18086738233,137.853045016769,1990.30699568061,146.0159788757,2345.44806177335,27.4797765635696,857.788380162749,223.394069322995,4760.23699008504,124.964595621928,2776.87152157073,141.771623231938,3138.31425882954,102.317869182694,3563.34195806946,31.4159265572776,966.941561855929,61.6957891920357,1859.23056118544,139.278101466894,4267.20952151834,66.134387521632,1242.38105429095,53.6845937396168,1692.05114273258,70.3240819660326,3024.66455819196,87.4336675730714,2025.63805186342,86.1255870419037,2580.51862317179,101.1199413737,3637.73259190007,1400.34613910957,434.904346773548,10808.9406443231,4169.02651157125,317.382744190983,1888.05992251312 -5209,300.700261640057,2721.01090414562,66.1393546971741,1090.19315154493,141.197244329535,1940.49023682773,149.142139074011,2286.74223360268,27.9419967765274,836.318206478939,227.240199602832,4641.08975363748,127.116085661863,2707.36729973172,145.462826701266,3059.76323882311,109.634353207274,3474.15262827224,32.0903928046968,942.739318324485,64.1607796044782,1812.69460431071,144.74528373005,4160.40260772589,65.398398584282,1211.28464679236,54.3186481358502,1649.69963418281,71.4884057956414,2948.95815448977,94.0982776299928,1974.93696777343,87.974611020013,2515.92905269603,103.290878056825,3546.68128790767,1477.99282759876,450.34574483254,11063.1833293776,4189.25402028334,343.561513737846,1896.27648543857 -5210,345.730743983644,2723.74009828932,74.8044679703701,1091.28662337196,174.223228016289,1942.43656294579,176.950897605467,2289.03585304485,34.9595638361858,837.157039850727,284.895964055927,4645.74480112617,159.368192049419,2710.08280923888,181.703940659685,3062.83220407415,133.10138785209,3477.63722915825,37.9938648776185,943.684892861763,76.2856364806425,1814.51275046031,172.071676754665,4164.57552243754,72.4133065839304,1212.49957428837,65.1862597607301,1651.35429516694,89.3200045521865,2951.91598141836,114.971589640517,1976.91784421844,104.158758794196,2518.45254821975,122.292665218084,3550.2386355779,1925.96398610424,572.406038330277,13193.4230752965,4858.83307438099,440.462993953951,2170.22832563161 -5211,551.709906146779,2789.17588572971,118.382239544796,1117.50395577028,260.643689282907,1989.10212627512,259.027686281387,2344.02820110968,54.6534338035043,857.269101992154,445.301753069622,4757.35529197281,249.097720770839,2775.19049068124,277.935621788457,3136.41442184787,179.875515118364,3561.18482265474,54.1950448729405,966.356205774028,107.25744776023,1858.10504134062,242.062703852818,4264.6262867659,114.049727247041,1241.62895578277,102.443319620383,1691.02682806212,139.654800124943,3022.83352117308,154.81084652075,2024.4117941451,148.573687487281,2578.95645816604,174.440176077738,3635.53042272977,2823.86057699964,857.478088972575,19658.0997546652,7351.94310649427,607.657526112716,3249.10511330862 -5212,734.350924135533,2994.51557849899,149.198091864756,1199.77482298965,327.10396474566,2135.54022707248,348.409584730271,2516.59603131393,65.372516812327,920.381426648445,532.107089318347,5107.59275065945,297.655830549767,2979.50057583875,337.093341461535,3367.31788586907,241.788951894864,3823.3599694857,75.0001578518559,1037.49954507169,147.296423136127,1994.89911025325,332.520627813411,4578.58893644341,144.834327719002,1333.03793060516,125.388662785442,1815.52056512455,167.156287311725,3245.37513631686,206.041261456747,2173.44939983181,205.610126171185,2768.8197541649,241.406585642818,3903.17890767335,3392.50122619946,1047.07387964222,25274.4792689913,9796.33309463575,754.75352012205,4395.62122075577 -5213,756.649663888428,3390.11940132718,135.452657263947,1358.27642168416,333.762268498968,2417.66528385937,368.070670313385,2849.06216294817,63.5365793713237,1041.97251585717,517.728170538414,5782.35404831923,289.612395125271,3373.12077483983,332.002141376776,3812.17241856623,255.884471541008,4328.46197357511,81.1170494125104,1174.56304514491,157.953332449087,2258.44414566372,356.694509411418,5183.46382820262,133.561770718493,1509.14484589686,117.970920665934,2055.36799859373,162.343476675091,3674.11987875765,216.977208387474,2460.58261679376,222.379355484621,3134.60702451161,261.095316289515,4418.82574823242,3448.15252339902,1061.93556316571,25370.9606769419,10013.8988080814,777.630445838368,4517.48776554375 -5214,699.509305422302,3775.32627457435,130.989625660088,1512.61240560186,290.766813704458,2692.37575104502,331.088952063516,3172.79068031144,53.7486682371963,1160.36804336741,436.5898812372,6439.38179845959,244.224379486767,3756.39615630647,280.756047348333,4245.33563313033,220.153780041786,4820.28928271278,74.0910872017675,1308.02434974523,140.719992352859,2515.06289703098,318.084077292571,5772.44187218245,138.724418387627,1680.6234572807,104.917443104163,2288.91194981876,137.623632162922,4091.59668794539,185.659070595342,2740.16962361435,203.117943002286,3490.78096053818,238.480516578011,4920.92076271313,2723.22432204965,876.567418180618,22891.0589058219,9319.81438302172,627.330055068531,4300.17646539938 -5215,637.397334766936,4015.30079992315,120.852849110686,1608.75997475784,265.624518942423,2863.51369937784,300.84084751153,3374.4656832553,49.7394803385305,1234.12558117609,404.134500365369,6848.69412757723,226.069136786299,3995.16740919198,259.284785851218,4515.1857942589,200.996776332477,5126.68574980841,66.9335079786041,1391.16750073293,127.812687853786,2674.93014585716,288.847606167196,6139.36088729107,125.332068556315,1787.45046695325,97.2364114550627,2434.40415864378,127.334950417653,4351.67459954765,169.608381892841,2914.34553768847,183.495707405638,3712.66867120928,215.442074910396,5233.71376083467,2523.86664042358,808.120480606077,20909.9876948409,8473.61612160975,577.74049643043,3891.72275005992 -5216,629.574775025033,4129.60222833327,121.110908992712,1654.55568776827,260.311580984408,2945.02781810017,291.950445291551,3470.52479985359,49.4421631176913,1269.2567765198,401.633173160697,7043.65225413677,224.6699172654,4108.89571109577,256.010657229035,4643.71718245048,191.537111677955,5272.62438141083,64.6115860512822,1430.76912472448,122.815249866993,2751.07595704386,277.603320324479,6314.1268024514,126.067869333881,1838.33286699387,96.9901417095246,2503.70304471125,126.591744848061,4475.55140168258,161.61707024794,2997.30665926742,177.130245330488,3818.35523206192,207.968394045469,5382.69910179955,2455.07184941848,791.090958000332,20502.0462012884,8313.21774795226,553.681232204676,3813.18515750486 -5217,587.133123361097,4245.78810917322,114.307476155549,1701.10642058781,240.21802942777,3027.88583498047,268.545677310543,3568.16761350798,46.1170508903266,1304.96716905598,374.546497889522,7241.82459525533,209.517879289357,4224.49901646929,237.672875085177,4774.36762803405,173.588355852187,5420.96905826357,59.1953884954088,1471.02364848809,112.201438185253,2828.47716075635,253.640721810674,6491.77402940335,118.475068860338,1890.05414948526,91.0244749760161,2574.14444015986,118.094009427109,4601.47052248344,146.302319459633,3081.63553529454,162.281942410501,3925.78421467752,190.535020615602,5534.1407181732,2250.28474524279,729.342621852126,18970.0301275547,7710.74168163662,501.700641257871,3531.7647722382 -5218,561.146012705365,4345.66377910046,110.321267266575,1741.12234672568,230.299722418405,3099.11221709278,259.067934889763,3652.10329791998,43.9733119927845,1335.66452532793,357.064057912381,7412.17744008619,199.738362541894,4323.8738930594,227.52768361205,4886.67732250481,170.172081453812,5548.48906218914,57.0897661462407,1505.62722940023,108.957747770007,2895.01275886924,246.241867270641,6644.48308212364,113.90329669019,1934.51478188723,87.3129402307967,2634.69725010696,112.619472046887,4709.71307704959,143.501500050137,3154.12629687874,156.509457534716,4018.13228253884,183.757553520534,5664.32291226456,2162.18150288582,698.740329067623,18289.3744116254,7417.33749427033,488.791148213122,3402.21570022414 -5219,529.599977918655,4302.25652641814,101.642471995252,1723.73090976762,205.197619129499,3068.1563139359,240.622575998086,3615.62376827088,37.9991381487848,1322.32305886922,308.060627325028,7338.13989935067,172.326292445343,4280.68429161228,197.442299733451,4837.86608258904,153.825223380874,5493.06722585523,53.6446938366938,1490.5880673955,101.246995563489,2866.09553086206,228.915691837632,6578.11376071497,107.295013516107,1915.19161833305,77.546854841573,2608.38021890293,97.4223898631069,4662.66946852656,128.627341624506,3122.62087811648,147.064920716087,3977.99662267993,172.668734945204,5607.74405379203,1805.50359475196,602.395273405202,16636.9589146995,6942.53409526595,414.021888019766,3218.11578456711 -5220,483.97161242096,4246.89278644502,93.6563722191781,1701.54901771028,188.170984582435,3028.6736361089,221.087944078475,3569.09598618303,34.8037219609377,1305.30669791023,282.131643594472,7243.70878703105,157.821856510243,4225.59815470422,181.190656151679,4775.60983213615,142.579817677009,5422.37949636265,49.2996122799199,1471.4063822348,93.3483719115268,2829.21307935448,211.030314040854,6493.46307158811,98.2313641265669,1890.54590738927,71.2450902383609,2574.81418598425,89.2349113868129,4602.6677418859,119.362126731447,3082.43732112282,135.153042225417,3926.80563272393,158.683013674693,5535.58060149123,1661.44393081864,552.84031840424,15299.9355753762,6371.55223385805,383.709528990012,2954.13263842296 -5221,476.124961958743,4174.11415828738,93.934651179427,1672.3897218488,182.075395015307,2976.77152238549,213.716583765521,3507.93270217775,34.0414663379378,1282.93777183277,275.785353521075,7119.573986648,154.271799988488,4153.18445077782,176.124513587961,4693.77062646835,134.683040976417,5329.45665584383,47.5507288113818,1446.19102047591,89.4271672363408,2780.72910364917,202.219823131698,6382.18516604483,98.6411876684588,1858.14778845206,70.5991075558559,2530.68982173967,87.3155516226959,4523.79222960807,112.521383108346,3029.61386385796,130.35854364136,3859.51230996723,153.053799031427,5440.71784359011,1573.90540477897,530.902305065687,14907.7761516141,6242.56131957575,359.159921368727,2895.55919538319 -5222,443.285849553118,4093.8627247851,84.0357154338269,1640.2363912346,167.019263212351,2919.54017393138,200.601070964147,3440.4892597361,30.3945731869074,1258.27203645048,246.20785774523,6982.69320268102,137.726419843263,4073.33541140438,158.542698579407,4603.52828832886,127.203314398668,5226.99263109487,44.9254228753631,1418.38658147155,84.6499459060357,2727.26686273123,191.402892693738,6259.481404473,89.0878197862718,1822.42307704561,62.9361714925606,2482.03483094575,77.9681373479032,4436.81789265283,105.960885779315,2971.36656962661,123.161365659295,3785.30940517134,144.603601586057,5336.11471351935,1424.74046161689,482.683550811875,13700.6303608693,5793.73790387797,330.599310113434,2698.10639107357 -5223,450.509621813665,3991.32283987628,84.8931281759459,1599.15302765179,171.237687810925,2846.41380562177,204.760050888048,3354.31456448129,31.2568837822671,1226.75581852248,253.320105123483,6807.79614200976,141.704945863582,3971.30967865283,163.107790330586,4488.22269735193,130.739997313108,5096.0709908633,45.862702016025,1382.85993912964,86.5559625320199,2658.95640656301,195.700132078811,6102.69878962914,89.4132325425941,1776.7764432579,64.245218866566,2419.86675570375,80.1534868997083,4325.68793381965,109.002687243704,2896.94209412409,125.730881349512,3690.49792348666,147.620466665039,5202.45986836005,1484.45176625705,498.82983893695,13974.2585780286,5888.57280518402,343.438927888963,2735.2942349485 -5224,471.558854487852,3959.41720774361,89.5429196186991,1586.3698000676,178.215794153934,2823.66028869946,214.047380395015,3327.50101648103,32.5005164496829,1216.94944067919,263.302065719943,6753.37632981841,147.288763165585,3939.56402670354,169.648512798689,4452.34497258347,136.567610819692,5055.33427953241,47.9048267143964,1371.80570416071,90.5034005479479,2637.70137699813,204.616848776494,6053.91534854714,94.313428025607,1762.57333870965,67.2775821172513,2400.52294874677,83.3629164764063,4291.10947112095,113.775212668122,2873.78466675658,131.329289791783,3660.99701016621,154.193550842601,5160.87271106812,1531.99974479686,516.985322295476,14623.1955210374,6172.28338738577,355.910788117845,2870.70558182885 -5225,517.767506796576,3917.50451991211,97.9910190042502,1569.57717157533,198.415299396225,2793.77023518578,233.930458326303,3292.2775216975,36.8312262579397,1204.06733724383,298.652842854432,6681.88799225026,167.063664007492,3897.86149610876,191.256847616423,4405.21436341475,148.805067994668,5001.82068487319,52.0512532731282,1357.28435891538,98.3907813395919,2609.77980455291,222.444444805744,5989.83120412666,102.313229644283,1743.91549533285,75.0604358506497,2375.1120451455,94.4154102184042,4245.68563163211,124.215880059042,2843.36401813254,142.696563039185,3622.24327021199,167.539851794918,5106.24193195899,1749.49902845033,584.195424233998,16085.596293997,6737.69502932422,398.493355658104,3115.82960070772 -5226,546.789999906854,3849.2745591659,101.685874772781,1542.24033296789,208.246480852103,2745.11200581763,246.642465728293,3234.93694559113,38.4829743683289,1183.09647001486,312.099706194968,6565.51162226663,174.585716158769,3829.97365181352,199.982661694895,4328.49011164512,156.332220616435,4914.70552591068,55.0002287755709,1333.64495835833,103.779443137839,2564.32607942871,234.643769698841,5885.50817249857,106.150518155353,1713.54226023217,78.1463391473799,2333.74545557696,98.638423183492,4171.73984228724,130.347879591075,2793.84202923418,150.781069025568,3559.15578304163,177.031859913024,5017.30810053458,1833.61887815327,612.95904176753,16845.2032022597,7083.10569038264,416.631736736404,3274.54356970231 -5227,559.911438215035,3702.02780051345,103.461965329623,1483.24482963289,204.159584320191,2640.10290896532,249.628758743861,3111.1905169169,36.8801536635928,1137.83933968935,298.631829454428,6314.36032338832,167.051909304057,3683.46521307123,192.221720345696,4162.91186332784,154.968551595606,4726.70270945831,56.0131290791047,1282.62887875865,105.015440744095,2466.23260817327,237.498440792144,5660.36912665957,109.829710202967,1647.99392384958,76.9759088443775,2244.47241241735,94.6283567869025,4012.15778071271,128.36277871335,2686.96885698614,153.55789730398,3423.00697252249,180.292130436129,4825.38041556204,1695.92809938879,584.037995159723,16840.1541188039,7227.2582420998,390.733684777411,3368.63343948865 -5228,546.581477799508,3643.99983925559,100.058462681535,1459.99549760521,196.452401076519,2598.72024044593,240.084007901851,3062.42371868907,35.6717279487781,1120.00411513701,288.836980392514,6215.38498447732,161.572760480145,3625.72821373018,184.874941285272,4097.65970928093,144.987073360836,4652.61333561195,53.9729851139449,1262.52412998434,100.144038470996,2427.57529441131,226.575224384112,5571.64486577168,106.563540413571,1622.16220871414,74.4100734598035,2209.29111038228,91.5297885255636,3949.26864297384,119.744599631004,2644.85158149928,147.964918967689,3369.35256291504,173.725421739038,4749.74430397751,1605.82874661839,559.460906690891,16168.9432204674,6994.53636961887,362.706936897036,3257.95673959802 -5229,460.659692300889,3419.03591006135,85.9390497021741,1369.86203486217,160.893638647942,2438.28710599037,199.152817258479,2873.36364651446,29.0242216832517,1050.86016959106,234.662462439053,5831.67546492681,131.268031488979,3401.892291356,150.067098578264,3844.68888892845,117.541417863861,4365.38220960438,44.8469216220703,1184.5816487789,82.5799269251536,2277.70786830374,186.893668164021,5227.67692494571,92.9300004517231,1522.01731289623,62.0299363216136,2072.89955416667,74.5461480485763,3705.45881021915,96.7060907070611,2481.5705084597,122.946157410987,3161.34410385076,144.350925857513,4456.51675501334,1247.83736533024,447.371990441852,13452.4170705431,5885.51527202321,282.980315657727,2757.88411944567 -5230,354.196305488351,3134.02960885517,69.5910482576733,1255.67215151818,131.012959627646,2235.03472501595,156.691711163059,2633.84386185718,24.593068381523,963.261858868823,199.15259163669,5345.55472860971,111.404135106895,3118.3150594796,127.293449455516,3524.20071964732,98.6914552414472,4001.48973534011,34.4965190721408,1085.83649281207,65.6483581979794,2087.84115971985,148.380364813352,4791.90470626405,72.0217345410802,1395.14396727157,51.7698950006299,1900.10539515639,63.0988642332216,3396.57667573655,82.0556129740074,2274.71008043169,94.5709161425992,2897.81865001535,111.035591447916,4085.02742585127,1121.81205542185,381.446792205044,10875.6295969259,4587.24978291924,256.092386307401,2123.65141804886 -5231,316.86758170962,2917.83809976373,65.600989575715,1169.05342379659,142.646518742769,2080.85764618181,143.971057942025,2452.15614659206,27.1708115704281,896.8141666292,218.907599388368,4976.80787936371,122.454905445955,2903.20757082454,139.517970297938,3281.09444210325,104.043942595656,3725.45912540178,32.3184402731353,1010.93336192131,62.3958787969651,1943.81778170591,140.95025229505,4461.34972141564,62.100414885082,1298.90420015768,53.0815330054662,1769.03239838222,69.9471381029238,3162.27415504642,90.9452367257524,2117.79611776697,88.5997946209767,2697.92143613773,104.024905321527,3803.23422218166,1384.06119263721,433.456903361291,10806.2270348684,4194.11952703991,319.756933089441,1904.88146336457 -5232,328.138905533566,2802.82187535769,65.2769121120645,1122.97132248161,145.997417543996,1998.83377035071,145.503202295721,2355.49631421208,27.9657881507846,861.463274663023,225.296645259136,4780.63056166915,126.028879169027,2788.76805703167,143.184455184277,3151.75926936666,104.743950901612,3578.60785122813,32.6869984147081,971.084085011905,62.7575723868342,1867.19578468584,141.797740070353,4285.49088923653,62.2683774254805,1247.70360168055,54.5147555277179,1699.30014444724,71.9970071246623,3037.62267630958,91.7334654817286,2034.31619009481,89.6101829742903,2591.57395326888,105.211200992314,3653.31718572834,1415.72109424367,443.31078947675,11019.5909627096,4260.83216480664,325.466231610502,1935.4388530197 -5233,324.871870615879,2735.69659188328,66.9519936425616,1096.07708099664,149.539654113941,1950.963342111,148.691307119978,2299.08411078077,28.4370142163723,840.83193628831,229.19594183106,4666.13838346124,128.210109945641,2721.97935097137,146.936203959419,3076.27722169912,112.254574680401,3492.90313036469,33.3945058099438,947.827418201569,65.2829004399479,1822.47797815977,147.401523505575,4182.85689979319,62.9332029481826,1217.82212448387,55.167180421637,1658.60330070308,73.1885778449682,2964.87410636717,98.7045978678177,1985.59598702473,91.5497880227064,2529.50788414493,107.488488794004,3565.82323762196,1494.24423739701,459.995468313785,11290.6563934231,4284.27449233023,353.952024194949,1944.80953013451 -5234,354.258687600583,2736.08647315915,77.8653267920058,1096.23328981456,184.356607511355,1951.24138613067,176.546462961241,2299.41176767412,35.5843921689824,840.951768520104,287.482675423041,4666.80338410193,160.815174688491,2722.36727731722,183.612678973221,3076.71564125621,136.302593341492,3493.40092589254,39.5426651276349,947.96249903042,77.6370504872396,1822.73771092454,175.267030065074,4183.45302495917,73.0718355758216,1217.99568395135,66.2940192179175,1658.83967865997,91.441276945943,2965.29664916772,120.566648240475,1985.87896675979,108.404736721987,2529.86838017513,127.277862461771,3566.33142545154,1947.21461194612,583.786545219767,13476.7703999916,4970.88196579227,452.105468221085,2229.23829048785 -5235,560.472051534421,2799.70279363496,113.258441289067,1121.72163931126,275.544608396528,1996.60939571789,258.314227058264,2352.87503257938,55.6294465589396,860.504607122133,449.325219902882,4775.31050278881,251.348411253986,2785.66461490711,280.791495958294,3148.25187747067,184.151296645479,3574.6254467665,56.3912753438196,970.003427461947,109.113830940129,1865.1179015724,246.463571014845,4280.72183972145,107.185955548022,1246.31511191115,104.166159393716,1697.40910168473,142.971916025111,3034.24229974926,162.378606363592,2032.05232933985,154.594571138091,2588.68995588688,181.509287856234,3649.25164201273,2854.90394230914,870.19685089063,20021.7239261765,7508.48375631804,616.247800701588,3332.71013452917 -5236,716.457684000861,3011.47559994236,157.957042711386,1206.56998106838,346.389991204205,2147.63527453338,347.117496156033,2530.84926244148,66.5349715014463,925.594185882064,536.792787438603,5136.52059568292,300.276967147434,2996.37555689398,340.530810526342,3386.38934569418,247.500627676257,3845.01431235631,78.0303681798583,1043.3756255497,149.814797660757,2006.19760939287,338.499387419833,4604.5206654683,150.352024985581,1340.58785021494,127.401826199113,1825.80311898283,171.129333173611,3263.75594966074,216.203655620745,2185.75915326636,213.917334391953,2784.50150340696,251.160068168916,3925.285320626,3429.95004023038,1065.70658210533,25816.0064988552,10019.9848033877,770.901366437723,4516.45035739844 -5237,651.929751948787,3445.74306425193,168.278241224258,1380.56245379525,353.7745481457,2457.33332586451,366.546050381999,2895.80838473064,64.6716880112347,1059.06876561646,522.417279834361,5877.22849798297,292.235439903366,3428.4655314023,335.48945757755,3874.72095108646,261.914659862513,4399.48156943551,84.3893225738773,1193.83478491946,160.63932081311,2295.49975374749,363.077975497747,5268.51193731928,162.714757440887,1533.90626408759,119.992830829474,2089.09161809083,166.199250369606,3734.40330287574,227.727845172056,2500.9548284691,231.350169904828,3186.0383470971,271.627938003946,4491.3279951582,3486.56426530826,1082.05420407217,26020.3394105299,10260.8036955564,796.192793747326,4657.32394488109 -5238,683.444965661891,3820.0981274801,147.561426899256,1530.55057973614,308.575872234828,2724.30481950848,329.482558663506,3210.41702233022,54.6959492564486,1174.12892748067,440.226477758079,6515.74686831493,246.258658261709,3800.94351564293,283.531371207854,4295.68135921555,225.308976558677,4877.45342351359,77.0677656291355,1323.5363001105,143.078776442462,2544.88920021249,323.707219336465,5840.89765576568,148.437236852796,1700.55408598585,106.543365553687,2316.0563134256,140.899337718785,4140.11921334831,194.905387302246,2772.66548288656,211.278395520681,3532.17837107298,248.061693422024,4979.27829912868,2753.34009112577,894.918905764634,23416.1799664821,9539.91519352236,645.568054415691,4418.87061249486 -5239,619.143465689251,4050.52045756805,135.256759456615,1622.87099118402,281.819470745684,2888.63061519035,299.407281832128,3404.06434398354,50.6171388679542,1244.95054364482,407.526238023732,6908.76650434475,227.96644375697,4030.21046957453,261.858230734174,4554.79012424583,205.7048876748,5171.65376738874,69.6239070297942,1403.36993475816,129.957725375631,2698.39292701739,293.958416534935,6193.21144528987,134.556597410445,1803.1288424076,98.7383624049017,2455.75719925244,130.365203449055,4389.84471362254,178.051380432438,2939.90831796593,190.871335727097,3745.23383284087,224.10179067056,5279.62055986491,2551.77649121235,824.606942511858,21387.8726954064,8673.21653588829,593.768430586673,3999.64830608698 -5240,623.310602568465,4161.83276888283,130.191184638774,1667.46909231369,276.102973241777,2968.01304361648,290.550411668411,3497.61140144502,50.3137720870678,1279.16301681645,404.984175179887,7098.62624607149,226.544437092741,4140.96464231674,258.525560547164,4679.96026511902,196.014558493504,5313.77593173733,67.205962448991,1441.93592959859,124.867906813582,2772.54743547829,282.497355658226,6363.40702574875,130.161472804516,1852.68060770524,98.4775766134815,2523.24383775737,129.604747288625,4510.48199135146,169.666068871981,3020.69990841819,184.24263114069,3848.15656554029,216.319037110518,5424.70975853456,2482.15211027389,806.281318192192,20944.6707954254,8503.96301003359,567.457855234126,3915.73663119457 -5241,587.152428533568,4279.90308954633,119.66872223313,1714.77483989153,254.752278487085,3052.21494966455,267.234574890296,3596.83790156116,46.9293305379963,1315.45260267046,377.654017619732,7300.01278024715,211.25619735505,4258.44293861691,239.988096130021,4812.72975391887,177.634926663185,5464.52663774483,61.5698731254593,1482.84334876662,114.068404119115,2851.20402331845,258.094510846838,6543.9355452174,119.757237346212,1905.2407670356,92.4025303908799,2594.82773494413,120.905143667028,4638.44341715588,153.596369831532,3106.39652974372,168.791503168234,3957.3279582627,198.177887559083,5578.6076338854,2275.06511637837,742.710602246222,19365.0198216237,7885.05001857773,513.074837585886,3625.07616986565 -5242,565.584406162778,4384.58734983663,116.388943448759,1756.71736333719,244.271403228433,3126.87058031026,257.81773003734,3684.81473356671,44.7471598368794,1347.62790659121,360.009979154699,7478.56739282154,201.386283894041,4362.6022944926,229.744682808661,4930.44668435514,174.147365917231,5598.18618959454,59.3823873777869,1519.11294549444,110.778350738452,2920.94302858865,250.581208556406,6703.99689184268,115.520709095493,1951.84199052106,88.6182217394432,2658.29590614568,115.300654388637,4751.89739213241,150.650087863327,3182.3774143761,162.794592848858,4054.12219433985,191.136922838302,5715.05754907846,2185.99491121011,712.306143469265,18675.8585930049,7586.22298570325,501.250650807159,3492.10884388334 -5243,534.709425784476,4323.9601527593,109.474370313771,1732.42662824665,217.89015496711,3083.63426551434,239.287447625324,3633.86353309543,38.6632254902608,1328.99379209858,310.48848885814,7375.15866971843,173.684415942671,4302.27909233584,199.31164866468,4862.27170254692,157.388608695209,5520.77814402219,55.7918183905251,1498.10764839787,102.914822756743,2880.55414486565,232.898772131566,6611.29842141931,109.781103650945,1924.85320011014,78.640058643677,2621.53873450495,99.7442772428824,4686.19127278807,135.083703829574,3138.37358749761,152.951182332903,3998.06445260938,179.579787166109,5636.03348302829,1825.38585330208,614.883978028415,16995.4854922711,7101.87944057857,426.00544828899,3302.7690804181 -5244,491.08846143954,4274.63963874528,100.694224744936,1712.66599938374,199.822394408557,3048.46131719071,219.872481498773,3592.4144884749,35.4117434706391,1313.83485107413,284.349699606875,7291.03518021463,159.062616721545,4253.20587963974,182.907125332504,4806.8110296514,145.889321235714,5457.80632971284,51.2741082631859,1481.01973901457,94.8901173279307,2847.69759530209,214.71055560596,6535.88777355835,100.806501074609,1902.89769037437,72.2426737902813,2591.63660004356,91.3617849542137,4632.73903128338,125.348985683035,3102.57626443379,140.566049075959,3952.46121231632,165.038418081004,5571.74702835182,1679.73808945168,564.618121151063,15632.0086142698,6518.56368138539,395.349612174074,3031.93921706132 -5245,494.750333366548,4205.69488200314,96.8061792334527,1685.04277247175,193.340738708701,2999.29333071379,212.505331236975,3534.47319658684,34.6346026574297,1292.64428722271,277.914879384232,7173.43961909599,155.463037245423,4184.60682345543,177.761684575485,4729.28299333674,137.796273684698,5369.7785281791,49.452087774718,1457.13268553967,90.8940823034498,2801.76768434452,205.725251867889,6430.47182491148,97.5964804366592,1872.20625683717,71.5595905855646,2549.83664260751,89.3975278058528,4558.0185653366,118.175757024306,3052.53546944222,135.571048088623,3888.71280312975,159.173793822998,5481.88150143897,1591.17632423275,541.753394985889,15213.2916895133,6383.7105734414,369.312879113552,2969.32067546906 -5246,446.017952389274,4123.62398783944,92.0131366373295,1652.16046148133,177.459201320625,2940.76443301267,199.419356061299,3465.50067628281,30.9238626268541,1267.41933023832,248.101511718358,7033.4554737202,138.785712525996,4102.94744650107,160.024268324753,4636.99468072585,130.140488694064,5264.99143885539,46.7213767037923,1428.6978642384,86.0363274180222,2747.09334739319,194.715702181188,6304.98612341104,92.6037304964309,1835.67159470203,63.7955196543402,2500.07854576467,79.8273956151981,4469.07234603936,111.2991832148,2992.96759243916,128.084905873575,3812.82756992741,150.384323841997,5374.90680899331,1440.43880910439,493.183939866217,14003.4375828546,5928.31073302216,341.037641949556,2769.56169629288 -5247,446.52866144528,4027.97207690673,94.2377576600591,1613.83681563627,181.917026343275,2872.55022666162,203.573107759775,3385.11464617856,31.8023829600399,1238.02017036151,255.297881514636,6870.3068795454,142.811295856221,4007.77515027045,164.648523713385,4529.43458225318,133.762183688957,5142.86427749053,47.6970172679904,1395.55767462293,87.9766009726062,2683.37155099187,199.093789437134,6158.73516239058,94.3794351598177,1793.09120997346,65.1368144770373,2442.08652440445,82.0642116569712,4365.407387436,114.489660376352,2923.5424774382,130.759587970894,3724.3849174945,153.524664664784,5250.2300419356,1500.83134482124,509.550066938065,14288.4156086557,6026.05076400705,354.020484767956,2808.88611877644 -5248,472.723065845521,3996.6512761426,98.7345119248154,1601.28790506706,189.350018201097,2850.21378251146,212.79524832729,3358.79259146409,33.0668094182916,1228.39354377187,265.335349027512,6816.88458444153,148.426163218708,3976.61139724726,171.239733565236,4494.21449745213,139.722260790894,5102.87427152308,49.8206459162907,1384.70606417302,91.9878658410175,2662.50612687272,208.16282474108,6110.84592351373,98.7815844046378,1779.1484488353,68.1967289955739,2423.09729011503,85.3506416511972,4331.4627491849,119.504621477298,2900.80952653561,136.581436441937,3695.42475696148,160.360089493784,5209.40517871172,1548.89021769025,528.282982105502,14949.9300229736,6316.53465094915,367.208709305374,2947.27154932183 -5249,511.382877238448,3950.05995627228,107.403942990678,1582.62074803117,210.68974385747,2816.98716030589,232.60421388857,3319.63716628574,37.4754706636753,1214.07343611921,301.020548727209,6737.41614242641,168.388136979581,3930.25369405832,193.074063260287,4441.82278980765,152.244841816767,5043.38705809974,54.1333067534476,1368.56372932701,100.00604419386,2631.46772345876,226.302428221399,6039.60819036443,107.245274720886,1758.40786659554,76.1216741685545,2394.84981663778,96.6653239856219,4280.96833460879,130.462525377159,2866.9930799168,148.404434742992,3652.34501219213,174.24145664757,5148.67607170549,1768.7954850732,596.014172509338,16440.4348072231,6893.727061908,409.485937330714,3199.50189993398 -5250,529.663190325995,3857.33218957593,113.61566698612,1545.4686822102,221.151291996106,2750.85830882538,245.221558275746,3241.70859201611,39.1566114774235,1185.57302863604,314.586346814879,6579.25511218709,175.976720138713,3837.99087991511,201.890360845817,4337.55087699636,159.94171897821,4924.99340745647,57.1991009750759,1336.43665793899,105.479313265678,2569.69394588802,238.705137219124,5897.82822109481,113.511402734171,1717.12919330559,79.2598410724806,2338.63065097237,100.98869985201,4180.47248458107,136.911804303128,2799.69033809071,156.809194876551,3566.60611204016,184.109474749461,5027.81075855649,1853.87468419839,625.243806066816,17224.9244037299,7248.10443166733,427.906823228866,3363.97735541505 -5251,550.831474617545,3696.50442045762,115.856420099389,1481.03184654596,217.000525088926,2636.16390781824,248.060499553153,3106.54865883884,37.5213340649107,1136.14169735541,300.902843250957,6304.93937526072,168.322293614595,3677.9695281681,194.001925825051,4156.70084990517,158.522742060071,4719.65052701072,58.2474373071598,1280.71521220893,106.717956560424,2462.55301938165,241.571505889554,5651.92392537326,116.654223183718,1645.53513713548,78.0084425621821,2241.12368711688,96.8854688028784,4006.1716905316,134.863229959406,2682.95993241965,159.683169701182,3417.89988811854,187.483804907986,4818.18100718768,1714.64338923676,596.467115611071,17220.2575899796,7396.18757488427,402.623156471413,3459.2512538372 -5252,533.917794755934,3660.50499395782,110.620961517533,1466.60840995853,208.804490206311,2610.4908994713,238.525244844098,3076.29467902672,36.2918073619105,1125.07706848578,291.031241157271,6243.53698646085,162.800209847928,3642.1506088223,186.574265454166,4116.21967371621,148.294911078249,4673.68691032693,56.1214889970833,1268.24261434216,101.753416527644,2438.57076849282,230.431585939675,5596.88110740505,112.684078279097,1629.50963994026,75.4095380967355,2219.29788677296,93.7130420356007,3967.15648402442,125.827582791154,2656.83118809717,153.854961964184,3384.61372859847,180.640913672978,4771.25782428249,1623.53853704563,570.567922459581,16526.9102198194,7156.61182518019,372.370323242385,3345.38680308254 -5253,466.979953023395,3450.29173166336,91.4210020007573,1382.38491104929,171.081524172344,2460.57721021977,197.79980490729,2899.63109262956,29.5254722305028,1060.46682446495,236.364386843836,5884.98692838239,132.220072407824,3432.99139103347,151.399759121844,3879.83590498463,120.209768198901,4405.28925099182,46.6290171791036,1195.41074612131,83.8966255666684,2298.53000432861,190.052800430767,5275.46681123447,93.9802124677809,1535.93114792412,62.8185117707406,2091.84939276686,76.3260650600326,3739.33302580869,101.636243362541,2504.25629683559,127.831705692825,3190.24418268344,150.087041834261,4497.25692163492,1261.53465379863,456.44557563832,13733.7421170612,6018.97519935801,290.936598192112,2828.65487783999 -5254,363.152388296063,3156.1231164722,73.4375759382056,1264.52407881512,139.137884430576,2250.79072061406,155.762566794037,2652.41128357509,25.0207600282204,970.052424329974,200.670262359952,5383.23849961816,112.253106204446,3140.29778654901,128.467919576737,3549.04475916229,100.961638343453,4029.69844903491,35.8750942909359,1093.49115464328,66.7197079456295,2102.55950648821,150.938836099874,4825.68549213436,72.2061900033458,1404.97910851615,52.4509082335948,1913.50028871529,64.603853075651,3420.52102279862,86.1948583420436,2290.74576954789,98.3502285172854,2918.24697597501,115.472877263747,4113.82504291711,1134.13300564918,389.260313096859,11102.1461328038,4691.07130840634,263.406666779035,2178.13931752203 -5255,307.507772742096,2941.03628465256,67.6997666468637,1178.34794821601,136.244202535703,2097.40144290836,140.318263764866,2471.65194098502,26.5992407018606,903.944260944601,216.020548971044,5016.37584214788,120.83991589393,2926.28943612888,137.029536536911,3307.18068572033,99.8220601587912,3755.07827719565,29.1576298500932,1018.97075749923,56.8720594632143,1959.2720470724,128.421791914048,4496.8195494707,64.1326484201599,1309.23109930626,51.2360142379441,1783.09703776551,68.1157900019888,3187.41572151095,87.4187418519629,2134.63359271144,79.9345511268418,2719.37118014379,93.8510540398006,3833.47172256554,1336.64036294092,418.598529453365,10367.1194747476,3989.58131375161,301.378411001765,1793.9234195634 -5256,317.700682661498,2824.00565579559,69.1976865800715,1131.45876085315,138.459131716069,2013.94099357287,140.748944503156,2373.29919964738,27.2331356719487,867.974230291784,221.144239642093,4816.76265734868,123.706061511581,2809.84561844639,139.735583093217,3175.58032518985,99.8869705324057,3605.65503665944,29.2455537389576,978.42355678658,56.6507076855664,1881.30808553703,127.955786270448,4317.88070996126,66.2608131497527,1257.13376896373,52.3879287787259,1712.14348689241,69.7441835371704,3060.58108561624,87.0312264746572,2049.6915901126,80.175591177965,2611.16111793935,94.1340588549252,3680.92902571463,1362.72156788155,425.109588264183,10524.4835677025,4040.71299360695,303.080641821461,1815.06726099147 -5257,312.000842655347,2753.11147376464,68.6712911715553,1103.05448227537,139.752562643291,1963.38277351232,142.383043711035,2313.71960740103,27.2024815741722,846.184499469471,220.948230747841,4695.84206077369,123.596415931989,2739.30691171817,140.91838732144,3095.86016982618,105.043364493305,3515.13823334316,29.637691169077,953.86109261593,58.4128112246348,1834.07949815845,131.848897111339,4209.48410657215,64.9452004491212,1225.57452967139,52.2322526982708,1669.16162820749,69.654592015674,2983.74788517316,92.5219946491151,1998.23588272104,81.2506212684693,2545.61021111754,95.396250306507,3588.5225350065,1375.47663066042,432.127799112767,10611.0156944415,4021.89617998725,322.188937798294,1808.14117346499 -5258,334.743057352593,2757.85507866243,75.9444926477962,1104.95504267567,168.971790797849,1966.76567762987,167.226090679088,2317.70614109803,33.084849236237,847.642473465209,269.247813202454,4703.93298611798,150.614759831808,2744.0267313865,171.61527131842,3101.19432995896,125.889026328106,3521.1948086395,34.8894335742121,955.504593140286,69.0252527201417,1837.23961302241,155.780900699994,4216.73703825159,70.6805327987832,1227.68619183871,61.2376163941138,1672.03758995121,84.6078308374635,2988.8888760908,112.025573714545,2001.67883866762,95.6480765467806,2549.99629180493,112.300284098056,3594.70555129011,1768.39011630353,536.416475060856,12445.1595533609,4594.02138281066,406.116384371351,2047.8198990765 -5259,531.871179280628,2811.65928092576,120.877171968183,1126.51209441055,254.250502058971,2005.136170388,246.055110467397,2362.92328501812,52.1289702091,864.179501622407,424.167664435729,4795.70407437292,237.275505221536,2797.56115036805,264.516275595565,3161.69688800779,174.808705477782,3589.89133992516,49.994649384398,974.145950617923,97.4753854608872,1873.0831250728,220.11083287281,4299.00320743964,111.821187369877,1251.63765930074,96.8884981976644,1704.65810339939,133.322552583005,3047.20041786688,151.744799072377,2040.73046757125,137.058460438372,2599.74528598398,160.92016275668,3664.83623584099,2755.7827068263,811.103080647087,18791.628389758,7005.18902786595,564.688374204276,3084.80607633353 -5260,673.294190848686,3010.37092267057,150.547431578776,1206.12738394591,313.041751992776,2146.84747340495,326.207014669125,2529.92088976643,60.8599685181857,925.254657027814,494.589073044356,5134.63640390721,276.66859598967,2995.27641865905,313.119938796539,3385.14714159207,225.162001823072,3843.60387425723,68.2968132567521,1042.99289180299,131.793206884041,2005.46169079473,297.722171972951,4602.83162328355,140.474563023784,1340.09609231094,116.144933771188,1825.13337315844,155.78279985832,3262.55873025828,197.61844943754,2184.95736743808,187.233157809457,2783.48008536055,219.830210639879,3923.84543730797,3113.63845989288,963.619269048016,23606.3080438024,9174.14289707925,679.586468754081,4121.38342531045 -5261,629.099026895529,3400.0614778639,141.229928134322,1362.25978821017,336.607871748411,2424.75548052999,357.949431598844,2857.41750113208,62.6389351708613,1045.02826973349,509.853397057468,5799.31174204774,285.207318989441,3383.0130001396,326.719001807539,3823.35223422161,245.183379768661,4341.15589232343,76.4808752214273,1178.00764231381,147.17197050074,2265.06740044976,332.498993575228,5198.66517895302,133.355664500674,1513.57065861514,114.86737235331,2061.39569954879,160.167281351891,3684.89483288623,220.401102722576,2467.79867552358,209.669457429965,3143.79976944502,246.172641271611,4431.78467344731,3361.34910409489,1037.65734447887,24654.2558554118,9603.09878919287,753.203532345333,4349.17767101816 -5262,667.897275427478,3789.0372496676,139.3558126407,1518.10580922068,299.91995922517,2702.15373953647,326.453189254461,3184.31340731038,54.4566339936449,1164.58218969133,441.941408022013,6462.76791055518,247.217974539002,3770.03838227416,283.70504129927,4260.75355648185,217.822398918033,4837.79528391396,70.6611476084441,1312.77474427444,132.9115800151,2524.19693266954,300.548327374743,5793.40583687863,140.415302503295,1686.72703209464,104.295979139258,2297.22466571459,139.520004710074,4106.45627257464,192.678508547092,2750.12118666565,193.714891958903,3503.45854316945,227.440406398232,4938.79223052979,2683.68370088346,880.220915738633,22674.1609000026,9112.77802622364,626.143621016028,4193.66663438331 -5263,604.579410227875,4052.14498074311,128.387382106934,1623.52186841398,272.969677217655,2889.78914467507,295.474824623302,3405.42959604784,50.2822874384502,1245.44985009966,408.167060529837,6911.53737080869,228.32491399561,4031.8268471183,261.200548292176,4556.61689248262,197.86162800305,5173.72793822346,63.5531072775012,1403.93277773256,120.074006500295,2699.47515876793,271.471630242874,6195.69532745423,126.748519601562,1803.85201480551,96.4735766976787,2456.74211823367,128.803701974595,4391.60532797986,174.651534162471,2941.08741315755,174.228465381484,3746.73591614627,204.561417926051,5281.73803243291,2494.45800825119,808.473182207282,20656.9818859104,8264.97231139434,572.267987874182,3785.11145298742 -5264,601.885173430996,4173.00948101559,126.731848264889,1671.94712472633,262.186571027832,2975.98372125706,283.349824068817,3507.0043295027,48.6725856140894,1282.59824297852,394.912758142917,7117.68979487229,220.910578677525,4152.08531254288,251.494132672368,4692.52842236624,186.94319837468,5328.04621774475,60.7853111759746,1445.8082867292,114.10456000837,2779.99318505104,258.041279924058,6380.49612386007,125.954854746741,1857.65603054805,94.0999190867845,2530.02007591528,124.719560011626,4522.59501020561,163.738548904974,3028.81207802968,166.640655942801,3858.49089192083,195.65258058807,5439.27796027208,2376.46063574118,771.846791135178,19958.8694919556,8031.43140788033,534.341331287825,3677.18023770365 -5265,563.74431286281,4284.64670074727,118.7047681462,1716.67540281723,238.667961546404,3055.59785827719,257.852941647793,3600.82444055535,44.7627974748528,1316.91057860351,363.061980540611,7308.10371634239,203.093545506598,4263.16276455678,230.030749348204,4818.06392113951,167.522787715112,5470.58322108896,55.1137418458314,1484.4868514748,102.933139344527,2854.36414238147,232.824677952859,6551.1884865343,117.63156799294,1907.35243200883,87.2661566822557,2597.70370050934,114.727880689647,4643.5844149047,145.523081530193,3109.8394902652,151.092260859917,3961.71404477818,177.397229846932,5584.79065838481,2158.3149571224,700.228191667058,18279.1047824633,7395.54604811525,473.317811056279,3380.78617590467 -5266,542.91876185908,4363.72847151248,114.558243604209,1748.36009940148,228.576645714466,3111.99506118701,248.479584034148,3667.2848964254,42.6449955660997,1341.21681147849,345.809476006029,7442.98946613441,193.442652539013,4341.84800607802,219.975250684173,4906.99097934416,163.490731177259,5571.55383511105,53.090349953905,1511.88604144111,99.8304813079786,2907.04717240794,225.745952928284,6672.10384369583,113.061550026655,1942.5564565951,83.6347893080703,2645.64954596815,109.315721056908,4729.29110296474,142.456002499044,3167.23783156668,145.545207705515,4034.83544399922,170.884441847043,5687.86920031945,2045.24616286982,669.723772428322,17585.6599911079,7109.06187590809,460.042104780391,3254.01787862408 -5267,521.846960445641,4305.9604395094,108.121122832091,1725.21490995294,210.604170091184,3070.79776134087,235.521031701929,3618.73654318937,38.4142613569611,1323.46147766376,311.139358779466,7344.4574753185,174.04850661333,4284.36963266294,198.733709394078,4842.03111445244,151.48550662664,5497.79633568029,50.733055741753,1491.87134946448,94.6372178181745,2868.56301942123,214.070397421638,6583.7770124352,108.44616248834,1916.84045151253,76.7403292383707,2610.62583433299,98.5467494865581,4666.68366953448,131.778177201863,3125.30921533637,139.082773835169,3981.42137284935,163.296906521648,5612.5718915757,1777.03395727444,601.899640974445,16411.0312446422,6772.93365404621,408.498660460056,3125.3398786939 -5268,471.442898885953,4208.87894919114,97.3641718122784,1686.31849254958,186.308387154678,3001.56404976248,211.336239017891,3537.14909211609,33.6592799242738,1293.62292841665,272.456993615762,7178.87052037558,152.409945952201,4187.77492519725,174.545625356588,4732.86346106546,135.361917587494,5373.84390526852,45.6780960817069,1458.23585838096,85.1203357624737,2803.8888597513,192.550975648027,6435.34023665211,97.5042417827032,1873.62367552274,68.0361382639059,2551.76708488073,86.3838787843367,4561.46937138967,117.710369127645,3054.84649729876,125.224791088715,3891.65688804019,147.026266738405,5486.03174997267,1527.26751096861,526.886375385569,14638.9009116874,6091.47601516603,357.636320232315,2819.41177379645 -5269,477.562543368714,4089.96387420748,98.4440513934244,1638.67428790302,182.977749959019,2916.75970676412,206.861870278435,3437.21265901952,33.394772441557,1257.07370250869,270.194779937406,6976.04313176833,151.144484347142,4069.45611031657,172.377459197103,4599.14405023084,131.674107224746,5222.01462752977,44.6218669672882,1417.03576008006,82.7984234662961,2724.6695098892,187.330442290808,6253.52009498851,98.4977716766166,1820.68746553534,68.1593886921773,2479.671028448,85.7304218838313,4432.59242366022,113.591772309967,2968.53674482663,122.329178496668,3781.70440990087,143.626531704886,5331.03278592878,1491.16711784248,515.602943521539,14476.4691891331,6036.72979899104,344.410701223623,2790.5684476052 -5270,428.254068940053,4014.58601023038,87.4159008093638,1608.47358897869,165.59385940269,2863.00394676417,192.077810463021,3373.86497277079,29.3720561947085,1233.90588649094,237.568394231782,6847.47494719317,132.893583109413,3994.45620357444,152.703495989815,4514.38201680174,120.643020321906,5125.77311528496,41.71780812666,1390.9198499989,77.3775862830477,2674.45396422285,175.068776477264,6138.26797990975,88.4452511955374,1787.13227132264,60.0465651447788,2433.97079459776,75.4199053531273,4350.89992977692,104.899477301039,2913.82673617015,114.367809857824,3712.00775502116,134.279098988723,5232.78207356202,1299.32847459761,459.928365358744,13111.0476064785,5539.40451444578,308.719235395143,2577.80358272435 -5271,434.038588842018,3936.47894580642,89.8203946180126,1577.17941570193,174.022050027006,2807.30185615106,198.801844992758,3308.2236617827,31.2624126409425,1209.89923516409,253.098956086536,6714.25170437836,141.581237118502,3916.74078105361,162.306148303595,4426.55101103374,126.302633767442,5026.04699410636,43.0380945196834,1363.85836319663,80.1413725457483,2622.42026820783,181.29339775366,6018.84294048188,89.9746198837225,1752.36214680803,63.0095738763446,2386.6158959419,80.2233856787037,4266.24960213386,110.120299624854,2857.13584649377,117.987325597883,3639.78759878965,138.528767780621,5130.97400530922,1426.39118873891,491.760649541496,13643.0203786512,5699.2613653149,332.643229640168,2639.77734596531 -5272,463.005109686188,3926.5368692697,95.7794430646626,1573.19604917593,184.870748910952,2800.21165948044,211.22544625995,3299.8683235988,33.1882927933206,1206.84348128776,268.660418678143,6697.29401064985,150.286176716671,3906.84855575384,172.642603817968,4415.37119537836,135.613209038152,5013.35307535803,45.6879923413637,1360.41376602774,85.451741237366,2615.79701342179,193.272443876825,6003.64158973148,95.7023570096375,1747.93633408974,67.058564793178,2380.58819498684,85.1718052209042,4255.47464800528,118.408643095149,2849.91978776395,125.251921314236,3630.59485385623,147.058120301421,5118.01508009433,1510.10740840037,522.847755561219,14526.7967606888,6051.56053978188,357.97634286682,2803.45760430671 -5273,505.302493749228,3878.90585759285,106.015541198027,1554.11233192506,209.040893509425,2766.2435805623,232.947912318644,3259.83913964194,38.4368164185387,1192.20381843391,311.497666673221,6616.05221925827,174.248940766246,3859.45637394723,198.683637689402,4361.8103594645,150.11618340184,4952.53839646341,49.9705726849093,1343.91121272634,93.6405126271793,2584.06598370304,211.77752033389,5930.81417662297,104.825604342973,1726.73292286216,76.2246299228969,2351.71037519592,98.5678170205064,4203.85344351946,130.86787169231,2815.34872241845,136.992455067698,3586.55377856891,160.842665935558,5055.93079458816,1809.27606944956,603.72104392019,16218.2472842233,6663.63527904926,409.714842138006,3064.16053656843 -5274,517.625348488119,3777.66558744218,108.332914269156,1513.54966861097,214.136294051597,2694.04403314341,241.484758309467,3174.75664286026,39.0287797600615,1161.0870445074,316.246194503141,6443.37184530759,176.905223727847,3758.72373946777,201.848401879239,4247.96617882429,153.140582936517,4823.27608807095,52.0035752244809,1308.83484345365,96.9665964133078,2516.62131041582,219.343135762204,5776.01866172813,107.448435444618,1681.66482530923,77.559008244695,2290.33023284601,100.096085267217,4094.13197207343,133.563961422688,2741.86752032429,142.565855452978,3492.9439600317,167.386388185458,4923.96992255379,1827.61382746496,613.886576753642,16631.983809828,6897.49139043714,411.903122099447,3179.17354368448 -5275,542.610167884358,3605.85604367747,111.615957419798,1444.71290368034,213.856989807517,2571.51797425798,247.013132609935,3030.3676074234,38.2868772239703,1108.28040221194,309.843143782888,6150.32505452528,173.323415820287,3587.77567753178,198.47204084928,4054.76720072049,154.078725133274,4603.9118153578,53.4400462252806,1249.30857991549,99.187165694356,2402.16449861956,224.407412603383,5513.32332565951,112.154061703827,1605.18212462709,77.6921154554517,2186.1652179003,98.2753687314331,3907.92942715449,133.968925357713,2617.16643262183,146.503886947513,3334.0836548306,172.0100259165,4700.02605925435,1722.36871353481,599.05103904925,16850.8461683628,7106.11002564365,397.7523156037,3296.71223167711 -5276,518.397668273794,3551.40203718663,105.765264029603,1422.89550307381,199.846481230399,2532.68407330204,233.669651432295,2984.60436691534,35.5658344429056,1091.54365302265,287.662957471509,6057.44562828554,160.916022814643,3533.59471254995,183.701487153159,3993.53394104723,141.17733379785,4534.38562217649,50.8382016418259,1230.44208699516,93.1089098883466,2365.8880972282,210.76860078518,5430.06361131569,107.099870240012,1580.94139045062,72.7433488060017,2153.15073991682,91.3244070850092,3848.91364510042,121.954165781185,2577.64316930147,139.371027385555,3283.73383199186,163.635344645752,4629.0483922489,1567.85585042258,551.504868092384,15820.9341388235,6772.07833235537,353.552872147501,3149.71018146863 -5277,452.665330163536,3354.89974368227,90.7152596030963,1344.16540525798,162.689957430726,2392.54836804686,192.697875890856,2819.46350221994,28.7898320699209,1031.14755338844,232.489650087063,5722.28167155171,130.052580166786,3338.07771445728,148.178518202809,3772.56808857931,113.987524467486,4283.49395599478,41.979866121183,1162.36061111968,76.1765358842478,2234.98136450348,172.504128932208,5129.61327020382,93.2298242252478,1493.46647044252,60.3319284214025,2034.01495798506,74.0023324966718,3635.94976468276,97.3234493505047,2435.0198365163,115.086232043341,3102.04186288002,135.122597556061,4372.91894920219,1200.62701324493,437.631392618123,13100.5633366178,5689.73328388913,271.716707472254,2657.8979659167 -5278,358.044267012028,3112.71587009303,75.1342530153409,1247.13264438247,137.025091548741,2219.83482195227,154.584118811714,2615.93175922316,25.5767344771376,956.710959808567,207.002594994472,5309.20096963361,115.795355062773,3097.10819137344,131.479734963351,3500.23352633438,98.5603358830775,3974.27662074878,32.762509293531,1078.45199482239,61.6570473317957,2073.64228268009,139.42010253919,4759.31618036315,73.6186505592705,1385.65594776787,52.2931118120231,1887.18326133275,65.6469016165915,3373.47742110677,84.8421365037771,2259.24035536051,89.817193222892,2878.11132194418,105.454251459908,4057.24619266038,1151.82752690452,391.419766917095,10894.3445856424,4521.69247925986,258.734113034434,2076.64735528089 -5279,297.148763030839,2908.09096071337,66.1917075195341,1165.14816041684,134.261367273466,2073.90646927348,142.790205306819,2443.96463420625,26.1136934870509,893.818327900117,205.845258647823,4960.18268058007,115.147951714081,2893.50930556192,130.766572762351,3270.13383268248,96.1097757958267,3713.01410039349,27.4758660959956,1007.55630407492,55.1453855081847,1937.32439120272,124.389051168521,4446.4464284295,64.1802519697285,1294.56516577018,52.3723395653092,1763.12288449486,68.1780644284031,3151.71046890253,83.1277095287459,2110.72154661723,75.3240587282372,2688.90893630537,88.4378808230658,3790.52938677366,1306.07264466843,405.772136709943,10094.8755069274,3887.03857847054,285.81874974111,1748.4441411114 -5280,292.203287726608,2784.10737241502,63.4086932625695,1115.47321840875,126.370797592003,1985.48751356357,136.958584607197,2339.76861382151,24.6429792584674,855.711265543062,198.745082001363,4748.71018688516,111.176177950534,2770.14739174123,126.278453676445,3130.71490381502,92.908002511362,3554.71340836278,27.0798692927714,964.600135344494,53.8023614547818,1854.72847760711,121.405524652211,4256.87657287111,62.9124772698343,1239.37265745233,48.8105231457495,1687.95388022926,63.3969776747805,3017.34040328527,80.2754159655732,2020.73301641525,74.2384483107878,2574.26995732072,87.1632670231768,3628.92390700309,1219.81264535363,384.935141812213,9706.88190301438,3796.62689015789,269.945678548478,1719.48413303783 -5281,295.474214618808,2690.72979518802,65.4018644529858,1078.06080119071,133.565671449006,1918.89524939015,140.931667016822,2261.29393766672,26.6196835399525,827.011135090496,216.704050177062,4589.44080791007,121.222260206274,2677.2380253262,137.687059746802,3025.71228229143,100.42454387211,3435.49008777607,27.7568992504754,932.247926329949,56.2414959695274,1792.52180649635,126.816978963831,4114.10304880825,63.5993455678765,1197.80471464203,51.43763876509,1631.34074620706,68.0597231691149,2916.14030614838,87.4245237476402,1952.95863559754,76.0945006047064,2487.93022268098,89.3424556428869,3507.21160318373,1367.00198686302,420.908283518547,10186.7796176923,3878.42329618833,304.386770772991,1741.78032728168 -5282,308.974828490873,2664.28256394907,69.8948368502962,1067.46452231138,156.021613251538,1900.03439369416,153.954031268528,2239.06763914516,31.5227896509126,818.882427865401,261.950213471431,4544.33111219802,146.532549403565,2650.92340493431,166.47136628024,2995.97250220077,120.651722954403,3401.72259431277,32.5943366158798,923.08484480323,66.2613633903688,1774.9030776288,149.392344043965,4073.66545642447,67.1896611352039,1186.03147069762,57.5470804159114,1615.30626886132,79.4787635541314,2887.47751096923,105.587800874667,1933.76297026982,89.3561541202984,2463.47631206413,104.912946040387,3472.73915766385,1683.15201469306,505.410642547562,11808.1402971092,4409.02916521534,376.50052757704,1958.22403389709 -5283,442.445782748085,2669.74095853963,97.3280663033117,1069.65146849083,200.686542833175,1903.92705042538,209.074999151777,2243.65488332668,39.5934948256737,820.560096546286,327.647962862373,4553.64121792637,183.283268483934,2656.35443022018,208.173409784493,3002.11043979071,153.414247261259,3408.69180413257,44.8247360868921,924.975996061615,89.1866247023952,1778.53937412707,201.239561090413,4082.01129548523,95.1514979864568,1188.46132849554,75.4951947071983,1618.61559465106,100.11428921076,2893.39317165759,132.365107016887,1937.72472773473,122.8853365965,2468.52330893965,144.279516217168,3479.85386122012,1974.94530638203,619.754101217252,15677.9520612791,6170.70058244257,439.271601500987,2777.60527176999 -5284,622.567376886151,2718.41166832615,139.012474507556,1089.15174848208,289.350256633247,1938.6365905512,297.760712223948,2284.55783135923,56.5683877904139,835.519316538645,460.758755339909,4636.65636944536,257.744226222338,2704.781096916,292.71054028485,3056.84041106181,216.476936675101,3470.83395654625,64.1016249901758,941.838770002215,127.180178952764,1810.96303434967,286.998217405983,4156.42839819041,134.013080046396,1210.12757151687,109.490391114438,1648.12376457714,144.5785344334,2946.1411728843,186.231674288403,1973.05041638181,175.732206164709,2513.52572057302,206.326958052552,3543.29333344202,2797.35171772982,876.547915408455,22413.619688922,8844.78818892496,615.638821566846,3969.42467030648 -5285,581.521610921713,2828.87922532077,130.108844937588,1133.41139254302,306.982691854371,2017.41658202703,292.432005332722,2377.39495584029,59.5921065707928,869.472149656325,493.754237771078,4825.07525674051,276.201596786638,2814.6947510777,313.751070403886,3181.06062990023,232.27879727297,3611.87754916359,70.0145300903545,980.112085709773,137.883049439166,1884.55478078862,311.237667907047,4325.33235645434,126.941094122345,1259.30328615748,108.114207100968,1715.09824383609,150.55367891525,3065.86292868819,199.604381061871,2053.22887568747,191.942214230124,2615.66736785553,225.359107748605,3687.28144341863,3001.93185587512,927.592314352462,23621.6173975827,9343.61732340309,658.552408751417,4164.68884269794 -5286,634.80398638233,3044.0960217678,133.31929748111,1219.63959443171,286.556961615842,2170.89854406935,301.016712157818,2558.26352092626,54.3136433372238,935.620258410502,445.506809403674,5192.15958825833,249.212427405363,3028.83241446081,283.255722383897,3423.0708479198,210.050372056921,3886.66365821065,66.0416733569661,1054.67751125266,127.497736361173,2027.92882059207,288.013761279778,4654.39701393162,138.156612610698,1355.1091503938,103.379468559541,1845.58028998583,138.163544493028,3299.10908213016,180.166402426104,2209.43538215219,181.050776163746,2814.66333291554,212.571484272535,3967.8041651906,2634.58045984988,846.781962959079,22157.4464680039,8944.08543114733,581.239259229859,4072.8693934639 -5287,558.315343616493,3305.57922966825,118.142916127763,1324.40477639506,250.239459804332,2357.37541972323,261.891830199234,2778.01445759942,48.0562478590961,1015.98861236399,401.342941324004,5638.1581820479,224.507564235085,3289.00450176118,255.119453510861,3717.10741568378,189.385526078396,4220.52214168543,59.2027708068637,1145.27270173639,114.753102516337,2202.12481493992,259.184126804843,5054.20262234287,120.928270396778,1471.51096070675,90.3971512549846,2004.11282352368,120.745343320537,3582.49752317807,162.325280574855,2399.22251345248,162.302180741101,3056.43862258696,190.558782413624,4308.63249452572,2325.81205874585,749.301940662367,19725.8237358234,8006.04956773629,516.617709671752,3638.06114455639 -5288,575.886219275775,3512.08857887145,122.394235373552,1407.14427511898,256.641181033653,2504.64766156979,271.855182868309,2951.56526907808,48.7786769878734,1079.46043759027,396.624841512055,5990.39066415854,221.868302427953,3494.47837849935,252.120502700635,3949.32615255196,187.01481116488,4484.19069119548,58.3831445382538,1216.82128788826,113.118333265984,2339.69809054497,255.495790277637,5369.95366679322,124.842466258059,1563.4406195434,94.5783580497933,2129.31570209973,124.813055530022,3806.30678038587,160.404486802652,2549.10906749416,160.055205996928,3247.38341833257,187.920612246047,4577.80555938962,2356.95002754969,757.041329978347,19826.5821525965,7981.85530577355,518.585530034236,3630.34266161416 -5289,508.93315465668,3632.82312081968,105.914479269851,1455.51746266716,213.590971991861,2590.74955831026,231.472282777063,3053.03078533421,40.876633375422,1116.56888703763,344.510311899858,6196.32142492556,192.715912041084,3614.6075372325,218.993420948408,4085.09154494584,163.365919559304,4638.34304155675,52.3491242957459,1258.6517706699,100.687973675598,2420.12954063951,227.483926806852,5554.55575802289,109.631282268233,1617.18678306542,78.000683704145,2202.51486840288,102.05059190411,3937.1556172885,139.434082437521,2636.7394073129,143.513165301065,3359.01823070643,168.498623464094,4735.1760940242,1920.31845789361,634.420554315123,17197.2154884679,7115.10369241559,428.907101019243,3254.82365236836 -5290,501.479366759795,3710.15041638875,105.52300857024,1486.49921578268,210.737544432012,2645.89555638893,229.478095428808,3118.01677723842,40.248273014208,1140.33587196359,333.248791175034,6328.21465570802,186.416320526723,3691.54710079007,211.812279491851,4172.04570451181,157.889979924464,4737.07356363189,50.0450080216082,1285.44309363063,96.7741504265196,2471.64376692593,218.596221369569,5672.78853748136,107.996694438817,1651.60978583916,78.4010856008663,2249.39700732348,101.73172828056,4020.96085249928,134.858497556011,2692.86433294425,137.196516757814,3430.51738904946,161.082254504414,4835.96777840204,1895.71654201896,622.478092134843,16754.0020578596,6874.08999899861,420.627765628308,3140.4968133515 -5291,488.213567362199,3627.36472622912,101.376168801396,1453.33051648771,196.244709605277,2586.85690157904,220.263035824958,3048.44354115269,36.7129874175475,1114.89121835675,299.619796581825,6187.01131919722,167.604569063275,3609.17651194663,190.445607589071,4078.9536073559,143.126019462005,4631.37383173695,47.1554890100649,1256.76061941151,90.1808453785553,2416.49324414123,203.790420051636,5546.20991896213,105.122592219894,1614.75692526749,73.8487176127138,2199.20554261313,93.7088520418705,3931.23995660014,121.384611979116,2632.77764984799,129.275008516312,3353.97123383091,151.781621829686,4728.06139046793,1662.4312951127,560.624171725167,15644.1243434829,6538.01264882969,365.935622591922,3006.66788101887 -5292,473.482903760907,3493.30909676666,100.659925153166,1399.62013666404,200.030984819721,2491.25506486189,218.983143867499,2935.78296008814,37.8105219889642,1073.68845675456,303.687491902779,5958.35945772626,169.880000557212,3475.79305986319,193.013298979425,3928.20871825545,143.797665330623,4460.21328375012,45.3961173436421,1210.31482511335,87.9496796285715,2327.18749537196,198.648899341293,5341.23999783971,102.01915329795,1555.08074920492,75.9169453921526,2117.93004219252,97.5346659348085,3785.95408469999,122.889354401595,2535.4787312879,124.451756930232,3230.01934068406,146.118648323594,4553.32758406207,1781.13856824442,581.193400688328,15541.5988128758,6313.88932701467,390.431492122143,2883.07708858225 -5293,471.955030747163,3383.29640651318,99.6133162447149,1355.5427383285,191.586842493258,2412.79946182158,214.707366905591,2843.32810639697,36.021170300668,1039.87542952173,288.404329714075,5770.71641347106,161.330739654612,3366.33199166461,183.314013870864,3804.49999480684,136.979090133444,4319.75045928841,43.9833551169389,1172.19910552598,84.7219160889046,2253.89877399111,191.400997896839,5173.0315269673,101.346957525088,1506.10752294797,73.7361814360798,2051.23134040117,93.1098669376178,3666.7253011894,116.751232907343,2455.6304188189,120.578722152677,3128.29827696019,141.571323154662,4409.93236673314,1664.77304542707,551.340171270275,14987.5786354304,6148.07855393672,364.998191069398,2819.60781204916 -5294,431.917321423528,3309.47808024587,91.0055435983296,1325.96687972664,180.168049643394,2360.15588689049,198.110102637835,2781.291058316,34.0256305813502,1017.18694630577,276.121918917317,5644.80825296059,154.460071587503,3292.88380284899,175.496327962759,3721.4916537818,131.129345334095,4225.50014525053,41.8798149846426,1146.62352312788,80.9491539624168,2204.72216778195,182.853359603072,5060.16393182736,93.0175304664257,1473.24657221702,67.8530064456148,2006.47662602144,87.1775406568807,3586.72299217068,111.776433829703,2402.05233825246,114.811945596528,3060.04361785744,134.800558190363,4313.71442211628,1585.25366748086,522.412832520445,14162.6092422304,5811.68093028276,348.522580062577,2658.59176958475 -5295,414.961775307742,3265.35603787078,86.8064640910128,1308.28905698943,170.6048155985,2328.69023111994,187.924209741696,2744.21081818237,32.3372442702017,1003.62578516191,268.124689846629,5569.55153184102,149.986494916721,3248.98299578434,170.404345401276,3671.87663640887,127.79450926987,4169.16567439316,41.4630594932014,1131.33671038912,79.7664369351441,2175.32875814046,180.214530569969,4992.70170303736,89.2962469124451,1453.60521303222,63.5164150951653,1979.72623077139,81.6566086797588,3538.90471387692,108.593566413954,2370.02811797187,113.669426012142,3019.2470418104,133.459127410504,4256.2038763711,1484.98544061291,495.979530185148,13714.1435459001,5712.49760483098,328.756724336569,2616.34974620005 -5296,431.534235048107,3283.35575112068,89.3742724046235,1315.50077528314,171.229090882422,2341.52673529341,191.95002195583,2759.33780808843,32.4255594471039,1009.15809959672,270.862928338564,5600.25272624095,151.518240441111,3266.89245545724,172.146547796391,3692.11722450335,129.537985046742,4192.14748273505,42.5731706304649,1137.57300932251,81.6929513824478,2187.31988358488,184.58531655405,5020.22311202147,92.432285104675,1461.61796162983,64.0435583120294,1990.63913094335,81.4593461954862,3558.41231713051,109.750251965675,2383.09249013311,116.712754153499,3035.89012157043,137.032295081167,4279.66546782369,1460.9341922001,495.837668159233,13961.4149665663,5881.73760738618,324.687922710707,2702.83459170129 -5297,463.270279084404,3277.7024127406,96.6811391175243,1313.23572343203,187.578686064535,2337.49505430481,208.355344567088,2754.58673281164,35.2709337209307,1007.42051383129,290.354002143794,5590.61011481678,162.421368548716,3261.26746386268,184.523088295869,3685.76007359093,138.970727882324,4184.92937112744,45.8508164581616,1135.61431655778,87.8665827267104,2183.55371860469,198.544777514602,5011.57920555899,99.3808962218949,1459.10132269521,70.3280802923878,1987.21161426441,89.5036451212533,3552.28538162628,117.66524968013,2378.98924051322,125.698297537399,3030.66287376578,147.582210052994,4272.29666624474,1589.3387597158,536.72043631187,15108.2193793914,6345.39206238227,350.129795001771,2911.06612596263 -5298,471.693537929801,3223.57330836352,97.963154188032,1291.54849726132,189.458211660138,2298.89285744778,211.035129939263,2709.09654059757,35.3307476949686,990.783625158041,291.514594830211,5498.28485756944,163.070593464039,3207.40977188099,185.252655802645,3624.8921647299,140.24516018916,4115.81800889395,47.3845570608108,1116.8603913588,90.1970346382448,2147.49376188382,203.864052927472,4928.81626379305,101.224153623768,1435.00522187595,70.6125954110191,1954.39411854858,89.5154348322146,3493.6217197112,118.225218581855,2339.70179440123,129.90299000548,2980.61346525689,152.518934091344,4201.74249046657,1557.51145929292,533.769276048325,15385.0561199054,6546.00731406557,342.11810771669,3007.91652080458 -5299,511.035834255352,3099.65470553043,105.676604290925,1241.89959216071,201.799020960405,2210.52024615373,227.650343073697,2604.95513410937,37.5508328848261,952.696536454043,308.112889924419,5286.92320627378,172.355527664607,3084.11251767757,195.813485328002,3485.54631169516,148.275210332094,3957.60028949104,50.0414342682527,1073.9267379197,95.3801814805254,2064.94114058156,215.567947804618,4739.34577046021,109.568253207611,1379.84164247427,75.8940341825757,1879.2645137937,95.5006218105624,3359.32208358669,124.953419861211,2249.76043130084,137.186719446723,2866.03457380068,161.070751494018,4040.22171551408,1649.38841458166,567.19031030583,16350.5056605179,6952.3609797492,362.151611548552,3200.62879546624 -5300,485.95135489447,3097.9651968901,99.4988116057101,1241.22267802327,188.191699122403,2209.31537225315,214.223065840315,2603.53526814853,34.6395320965157,952.177256346139,285.389254398611,5284.04149741059,159.644134147544,3082.43148051654,181.398308094748,3483.64646762563,138.100281169687,3955.44314602853,48.1220078232961,1073.34137965397,90.7068245719454,2063.81561653768,205.095155595807,4736.7625260703,104.151522243541,1379.08954116019,70.35003859041,1878.24019530176,87.85257880489,3357.49103973663,115.829933405076,2248.53416900763,131.9246836747,2864.47240296685,154.892602037522,4038.01953812799,1480.5416568994,519.991869220418,15402.3696846428,6653.11117827528,324.755166313188,3073.54345034765 -5301,426.984728272422,2967.93838263265,86.1406460422485,1189.12647282074,156.432347324764,2116.58668703988,184.688356666602,2494.26051029647,28.5990906697858,912.212774054545,235.656287939837,5062.26138089987,131.823968368596,2953.05664248389,149.802322003879,3337.43196120081,114.323785353195,3789.42653881459,40.4401425761377,1028.29143514614,75.8401606005548,1977.19380099806,171.514944303637,4537.952629246,91.3710104972879,1321.20683163432,59.2258881880742,1799.40729257885,72.5258886774561,3216.5714889834,95.679649738785,2154.15940487581,110.865137562569,2744.24567431927,130.16661593563,3868.53706073309,1191.14018606867,428.617046829875,12915.4135280044,5632.08720991741,262.369085223419,2618.85973528486 -5302,353.909482964481,2760.97416668831,75.9852267825363,1106.20472837142,144.41331427918,1968.99005675779,161.235932373968,2320.32742802791,27.5204638315936,848.601142943408,220.232395774474,4709.25305574929,123.195984406434,2747.1301797826,139.906769952207,3104.70172894281,104.716697693935,3525.17722114891,32.7143189786995,956.585252874074,64.056689382172,1839.31750033491,144.623985131201,4221.50609740413,75.7620126820933,1229.07468441401,56.4999665629239,1673.9286365352,71.1599076532198,2992.2692594823,89.1580153546801,2003.94270399748,89.6850812781103,2552.88029501502,105.299138994845,3598.77110322151,1274.26811352449,418.93413806323,11367.3639856676,4638.40843357398,278.911939832721,2115.18579935772 -5303,309.615120843543,2587.99496648968,68.6756391228294,1036.89933193624,147.308290090307,1845.62985682316,145.852503564206,2174.95541131664,28.8794560037146,795.435000077949,234.356825439625,4414.21124154298,131.097060951774,2575.01832626595,149.623248088988,2910.18747799203,113.013377372534,3304.31954575669,26.7123894854854,896.653742481699,56.5691803357035,1724.08148184622,127.353286085902,3957.02236656268,63.9946431141524,1152.07129971762,55.3848348787825,1569.05448007587,73.9931451953704,2804.79907249934,98.483034087212,1878.39266794004,73.2310161705693,2392.93849006716,85.9804422383969,3373.30266000175,1506.01235931479,451.959963633441,10861.0494046402,4067.04714398507,320.563144768095,1798.74174405431 -5304,333.081150884084,2466.02578264226,73.3631216206069,988.031475976014,163.676002737167,1758.64747461765,159.340148683134,2072.45229988956,32.5632096587588,757.947076407535,264.541818883639,4206.17461495271,147.982269726623,2453.66071633489,168.914062061109,2773.03373691844,126.580451408873,3148.59082008854,29.0990255210198,854.395497554519,61.9341459537246,1642.82753276592,139.406702989553,3770.53251833462,68.1038677598665,1097.77552326516,61.0415456252671,1495.10677274838,83.37039344676,2672.61216403994,111.007621004309,1789.86621266475,79.7738895517187,2280.16209041811,93.6624214903405,3214.32284062875,1746.29225755448,514.289371934151,11944.2420705161,4375.19154786777,372.599282559237,1924.60977073411 -5305,362.805255578965,2375.89725176538,78.99410776892,951.920813217889,191.352758148943,1694.37226941367,181.040386604514,1996.70812786337,37.4864722106629,730.245558864663,304.966412494015,4052.4469689055,170.59541701836,2363.9841050074,194.71173872934,2671.68465186845,144.497449830253,3033.51584117127,31.3769869229178,823.16897448877,68.2192931818371,1582.78532515622,153.440485393491,3632.72675860047,71.8575755623316,1057.6539252507,68.5110814978319,1440.46347668863,95.8855162760441,2574.93329561769,127.735790810827,1724.45002223028,86.0188354914657,2196.82652238915,100.994604515135,3096.84548194539,2096.76533704509,605.727406937621,13367.157287551,4708.4147848115,447.717987972292,2050.07962630566 -5306,397.068484259969,2341.97721518178,95.0193352480019,938.330499585831,233.173404999866,1670.18217898698,207.827041482082,1968.20167090545,47.5336297654062,719.820042334733,387.079775272869,3994.59128960952,216.528879826541,2330.23414916848,247.167425411174,2633.5417393061,182.170862567253,2990.20716347782,38.4436522760916,811.416815716588,84.1461314411074,1560.18833107603,189.220056748633,3580.86331018814,85.9361815340649,1042.55408883705,85.1207987639419,1419.89837279355,121.506062731014,2538.17167576112,161.923207731805,1699.83051993608,105.391834115623,2165.46302973311,123.740417372753,3052.63266425588,2716.8110907615,765.606797474949,16419.0343288806,5641.83462896143,581.496590795481,2419.71171391656 -5307,530.171820437875,2344.90135941815,130.451051681522,939.502079609917,282.976538516218,1672.26753385751,260.590630946661,1970.65912674007,59.4331632679106,720.718794728381,483.121297345815,3999.578853545,270.25362733274,2333.14363125588,308.46399138013,2636.82992496748,230.251849190352,2993.94067419942,51.5885628128796,812.429933944036,110.901090374463,1562.13634990661,249.538887095965,3585.33430193897,119.784140369184,1043.85580027566,110.318525739369,1421.67122848835,152.103924757284,2541.34078433676,202.569712099084,1701.95289311095,141.428114456746,2168.16678201405,166.050567939826,3056.44411816459,3223.17099211377,926.877145079153,21219.2491518568,7662.75449458147,689.333573347072,3322.86252323026 -5308,582.790071643197,2355.55822564764,141.930171166681,943.771831915071,258.706344128304,1679.86748314181,259.624686911065,1979.61517540849,52.4498093405672,723.994243289854,424.290672043032,4017.75572765757,237.344314550054,2343.74706217319,270.918933213977,2648.81351808002,209.075623404068,3007.5472274712,54.7136598517951,816.122181846961,112.285654376956,1569.23578632696,253.070967799112,3601.62856007069,136.55494904705,1048.59980862456,106.163582408579,1428.13229348943,134.664298815447,2552.89040823606,179.033870900697,1709.6877533591,149.995451044728,2178.0204431356,176.109466848509,3070.33473065214,2478.11235150285,775.961127056489,20843.921506297,8340.81086011255,525.523076894633,3721.52612247576 -5309,559.294918947338,2373.36299510803,155.528717422185,950.905444537122,289.70327407557,1692.5649630579,266.577508721041,1994.57833421929,58.2537035268454,729.466640640117,471.334076761436,4048.12441636168,263.659964133456,2361.46255553739,301.041291838557,2668.83489285202,231.934210636174,3030.28013402529,61.0370245835925,822.290939274003,124.774304713574,1581.09704328946,281.258030692409,3628.85190165308,151.438674482441,1056.52577608547,116.939912741452,1438.9270027722,149.546241310858,2572.18673667378,198.833084431351,1722.61063336536,167.330718830422,2194.48327196649,196.462782540093,3093.54222408205,2785.94369285704,861.85544642878,23010.264347956,9144.43528763004,590.073748744533,4052.19919623652 -5310,586.369706741488,2511.51242524078,132.753426170978,1006.25603588944,245.581149719031,1791.08629569478,256.462136111144,2110.67935239286,47.115980550731,771.927655205947,380.504948673056,4283.75886519211,212.850982065782,2498.91928128889,243.227422165006,2824.18324046082,189.52209156239,3206.6675954128,54.338924940931,870.155098653827,107.517166499928,1673.13001758174,242.650971382752,3840.08120929916,135.781068981477,1118.02434760092,96.2899129786018,1522.68450040124,121.103405009549,2721.90935921359,160.909397947452,1822.88087345529,148.968129309543,2322.22041714104,174.903289715768,3273.61206431695,2114.46651598478,695.437641258749,19675.6644544445,8162.37690523697,446.693925576992,3716.9001073653 -5311,524.155680146111,2729.32845750728,122.290341024741,1093.52564084098,220.576301734561,1946.42190401363,228.458386452863,2293.73231972228,43.3915076183361,838.874653900417,350.475646981201,4655.27658090205,196.052865830629,2715.64314748773,223.965393893551,3069.11628624169,174.40144238182,3484.77237618585,49.2521934063802,945.621072518984,98.1181735758905,1818.23562734622,221.382266677074,4173.12007631193,123.405090797401,1214.98728711273,88.8648267659345,1654.74241615664,111.519979297511,2957.97249426103,148.183319681962,1980.97393131163,135.023045158069,2523.61971432406,158.530384284514,3557.52274055456,1951.23811777068,635.514783228131,17950.6696822266,7423.28826841662,412.632917489268,3363.97820144139 -5312,531.385191699334,2937.00746944755,119.787887116485,1176.73377359486,220.202873818324,2094.52829140448,231.178075058358,2468.26611777253,42.5781853255351,902.705981634011,343.909598349564,5009.50409718765,192.379878384843,2922.28082207809,219.770517787539,3302.65030304471,171.080186493158,3749.93433642276,48.3847862711603,1017.5749077089,96.2657162140353,1956.58811384274,217.213091405838,4490.65952517258,121.058862918751,1307.43763276955,87.0860104236712,1780.6544400678,109.428998992335,3183.04940036403,145.405386837743,2131.70943828318,132.645080956092,2715.64601564452,155.738419562396,3828.22039355458,1919.0691644249,628.308974898604,17685.2225707041,7308.79703797305,405.605648802073,3321.03330805272 -5313,495.555692555367,3101.40918702973,110.306191963122,1242.60253815484,199.895333237267,2211.77145547997,213.012701735748,2606.4296033724,38.484611009058,953.235786340385,310.701759023867,5289.9157360343,173.803717319377,3085.85820191277,198.549049407462,3487.5192174217,155.082825811063,3959.84038948577,44.3565787186154,1074.53460710911,87.9979313483641,2066.10994852066,198.579119064188,4742.02835780073,111.540322912975,1380.62266709271,79.378168199125,1880.32822415339,98.9382836322102,3361.22354326712,131.44423431472,2251.03385154585,121.601900690279,2867.65682050678,142.77263576443,4042.50858128668,1708.5242410534,565.602768043762,16144.8449610768,6723.33545421503,360.759562892298,3061.98642573605 -5314,485.849057953458,3243.9123407844,106.661092686249,1299.69748108954,196.138094153353,2313.39764821473,209.679116600927,2726.18949834962,37.4472257161318,997.034942670159,302.402902171441,5532.97610956833,169.161412831033,3227.64682098674,193.21877361302,3647.76330560619,150.699945805858,4141.7866306418,42.5148537116866,1123.90718618444,84.8711935637308,2161.04330491213,191.478602774472,4959.91447196029,107.031451493564,1444.059341308,77.1475872883689,1966.72530556927,96.2553175864759,3515.66461392402,127.891203814849,2354.4640678473,116.552880502945,2999.41955033852,136.844587632933,4228.25324997561,1679.86746118439,554.384635637636,15654.4220949276,6479.64869673716,354.685311754998,2948.97230419716 -5315,475.654933894976,3223.31338541188,104.562468506021,1291.44435720758,187.523365577132,2298.70749326963,202.929635711568,2708.87810090294,36.1357568096678,990.703736357743,291.69415020699,5497.84152022532,163.171035096706,3207.15115222658,186.382326302333,3624.59988266255,145.79997765678,4115.48614252613,41.5936610324651,1116.77033674495,82.7637843636756,2147.32060530762,186.746644234274,4928.41884380325,105.113174170044,1434.889514629,74.9625116711965,1954.23653197017,92.909018955726,3493.34002223378,123.42743578009,2339.51313971956,114.027465244795,2980.37313262739,133.879500814726,4201.40369584158,1594.82507743797,530.387138444676,15203.2410898961,6344.15850147894,336.717079886035,2893.03297180951 -5316,438.79199172851,3132.47006484223,96.9617735027492,1255.0473086703,173.92507000421,2233.92253545199,187.002072262458,2632.53321839224,34.1407564164829,962.782524129723,275.72179918779,5342.89469379406,154.236248276739,3116.76333528155,176.15981772671,3522.4470201554,137.300416036862,3999.49852908541,38.5673244751441,1085.29616294517,77.1443456756764,2086.80221606361,174.03308427343,4789.52017668778,97.1295037630501,1394.44972098392,70.2840669873662,1899.1598718644,87.7520725651648,3394.8864840408,116.596233374922,2273.57814776676,105.730876821391,2896.37664841031,124.138486979102,4082.99464988557,1526.3373522206,500.93986652025,14180.4524944747,5876.57315693548,322.832223540271,2671.39551497015 -5317,448.923464963415,3052.28361680522,94.5401777119217,1222.92001496359,173.798492613833,2176.73753141373,190.616356757554,2565.14438984714,32.9548004363175,938.136762400485,266.068249417487,5206.12475222633,148.836140981958,3036.97895552538,170.008325578621,3432.27775784864,132.779345405464,3897.11747696424,37.7100575286894,1057.51423923215,75.1239893084357,2033.38326743901,169.500938597241,4666.9157773415,95.1000758135214,1358.75393849364,68.1440432418618,1850.5442805812,84.7196737218147,3307.9825765783,112.555758318953,2215.378020637,103.380711567457,2822.23383114286,121.379160966258,3978.47622463289,1466.76192698342,488.615101662711,13874.0567215849,5769.25867888331,309.622181586328,2635.07229700919 -5318,409.119827438829,3002.8331381638,91.4042557435405,1203.1073148111,163.443235667523,2141.47189875348,174.903979144236,2523.58612273071,32.1340407487028,922.937876007231,259.515131837246,5121.77958867498,145.170387047847,2987.7764298663,165.806064586184,3376.67094037552,129.27077506113,3833.97972544709,36.2494626696998,1040.38130145002,72.6188750845831,2000.44013748782,163.814584279982,4591.30641466691,91.4362794717301,1336.74057373144,66.1921578169571,1820.56335091986,82.5942837025259,3254.3894829193,109.743020795898,2179.4863679449,99.3765454184336,2776.51042162101,116.677874622133,3914.02036853604,1436.80255396761,471.066374877056,13338.4690452765,5525.6805845067,303.880394671825,2510.37557991093 -5319,411.356359218242,2987.36768157125,95.2725253424156,1196.91096519816,170.205209264945,2130.44270093578,178.018528167956,2510.58892646874,34.2095569110545,918.184479796964,276.451129420015,5095.40094681887,154.644228926454,2972.3885196634,176.605877133342,3359.28011129747,137.133311842834,3814.23362425117,37.7023415885859,1035.02303773141,75.9322914447393,1990.13729391016,171.2552592539,4567.6598626302,94.4777148878633,1329.85597429906,69.86107357669,1811.18692466434,87.8925196618734,3237.62843860962,116.808819336444,2168.26138464858,103.359558606402,2762.21059228364,121.35432530179,3893.86203494679,1558.08034326832,501.267568717104,13954.3076213348,5721.04094321805,330.130797551085,2584.09536150784 -5320,440.989360031514,3036.36328716837,99.3708941325018,1216.54141709984,180.240129722082,2165.38394066541,190.548500454231,2551.7649174981,35.3990451945019,933.24355836806,286.01364269514,5178.97025657932,159.993411239918,3021.13845308782,182.716813575138,3414.37542629292,142.085877971592,3876.79059956491,39.1898292195763,1051.99837720952,78.9347364350979,2022.77739460418,178.026322725694,4642.57372827581,98.5307448706563,1351.6668478717,72.5834578956538,1840.89207303658,90.9590473953099,3290.72855314414,120.87676234663,2203.82288592915,107.437450283512,2807.51341241877,126.14217269396,3957.72499018018,1609.10633149733,522.217043556298,14557.9069457106,5976.19239001044,340.47488902089,2706.36233717279 -5321,468.022996555994,3114.47035159233,105.499965005577,1247.83559037659,192.260262381886,2221.08603127851,203.164155136895,2617.40622848618,36.8086913865427,957.250209694909,297.230858747272,5312.19349939412,166.268219126298,3098.85387560865,189.877477472899,3502.20643206092,148.197838319797,3976.51672074351,41.509454922168,1079.05986401179,83.2238751687214,2074.81109061919,187.731810763057,4761.99876770368,104.935415748419,1386.43697238631,76.1668982739284,1888.24697169244,94.6172800452781,3375.37888078721,125.71246628785,2260.51377560553,113.796617344491,2879.73356865028,133.608462590817,4059.53305843297,1650.89991023103,543.526509646188,15363.7623239388,6349.3036739296,348.394016358802,2882.08391794995 -5322,482.662160915241,3133.37979832451,114.429050216243,1255.41180012111,203.070397445552,2234.57131232304,210.04532395831,2633.29775997202,40.5487846850643,963.062135899422,327.572582214251,5344.44637987394,183.241101240018,3117.66850720779,209.24322762248,3523.47001093503,162.821170326792,4000.66006539667,45.0143525266662,1085.61135518554,90.565431353465,2087.40826617983,204.266146805008,4790.91115147082,113.280841814871,1394.85469775122,83.3291162926798,1899.7114267996,104.201829053419,3395.87242862739,138.467891451813,2274.23844144006,123.405162970507,2897.21781552758,144.889843696719,4084.18043518091,1832.49594619777,592.237788290615,16634.9440503149,6841.64536593234,387.745939062558,3087.93119295245 -5323,528.030634833822,3124.73733654595,121.799646028304,1251.94913386383,220.408400491159,2228.40793654314,230.021175561313,2626.03462026125,43.4298129571536,960.405826024589,350.918417541095,5329.705372866,196.300547625128,3109.0693801801,224.167189516714,3513.75160561637,174.265350512865,3989.62547848745,47.886605197967,1082.61703108587,96.6015142248064,2081.65079427478,217.858772673979,4777.69690066943,120.425263060509,1391.00742126772,88.9999023429244,1894.47165873664,111.590483669892,3386.50596188595,148.296949387342,2267.9656561186,131.279336186358,2889.22673374162,154.13490037849,4072.91548309094,1978.80502757689,639.820940105944,17810.5506003525,7297.26916615957,418.676589176979,3298.27547497635 -5324,498.128804593229,3143.90670622977,113.392674146319,1259.6294836621,200.738609501414,2242.0785817658,213.722757025199,2642.14459144172,38.4955807071538,966.2976410294,310.597791477293,5362.40159068994,173.745558826384,3128.14263143366,198.452992521348,3535.30746655783,155.740732193824,4014.10068950843,44.8631360834265,1089.25857687346,89.1043127657567,2094.42112641161,201.067230135952,4807.00670442637,114.019766382857,1399.54085387959,80.5458871860327,1906.09370042222,99.0068222364089,3407.28120720356,131.506506947772,2281.87897663482,122.990608750034,2906.95131324842,144.403116117723,4097.90165446386,1677.9772841208,561.464808542331,16319.4943044667,6844.94510253427,353.623772075656,3116.82794474696 -5325,444.37746996261,3058.1318989748,96.0307450132885,1225.26317248636,172.664667731483,2180.90823665971,188.773115902426,2570.05929621919,32.6693743364344,939.934265250473,263.593179913078,5216.09986934632,147.451609778009,3042.79791342864,168.434251369985,3438.85412208353,132.157074336931,3904.58449035966,38.1939102673086,1059.54047350322,75.7144199785922,2037.27930090111,170.864601644315,4675.85775120569,96.9067896110887,1361.35735856496,68.2425312410415,1854.08998814932,84.0216505986608,3314.3207868984,111.602879380613,2219.62276241187,104.707175744137,2827.64132987666,122.936560856198,3986.09912423454,1424.09633092494,480.039660261258,13914.6760694108,5842.4200996504,300.146267152105,2672.41952636016 -5326,350.46312670899,2854.02683549841,77.215213203001,1143.48696862823,143.298115208083,2035.35061233721,152.56951571519,2398.52905059154,27.7182261465236,877.20141094262,224.06602020308,4867.96825498101,125.340478787771,2839.71626692595,143.074671077606,3209.33899256632,110.988608007994,3643.98570274001,29.5498162872865,988.824891983441,60.4723890083871,1901.30772257613,136.30750204331,4363.78283925164,74.5793207497314,1270.49799106119,56.8174259653967,1730.34478446826,71.1996485826252,3093.11722964902,94.6348347107615,2071.48126303193,81.0097155684049,2638.91960949683,95.1134032327884,3720.05990759779,1286.14768740854,414.579606272412,11303.9082833053,4575.53576291219,272.044090237779,2065.64946239905 -5327,304.190777319006,2694.23876448977,71.3991460899045,1079.46669570437,146.733611398198,1921.39767253774,143.703747491596,2264.24288148995,31.5315510467365,828.089636800489,261.010590954643,4595.42587818207,146.006933176583,2680.72940006816,166.241003260743,3029.65810083237,123.765166274081,3439.97029581332,30.7056128718938,933.463666892589,67.7651019559619,1794.85942657361,152.341239082141,4119.46823312676,69.073653084068,1199.36676668482,59.5719709126601,1633.46817074793,79.7129681432143,2919.94323234044,106.25898690687,1955.50548066246,84.1782886540608,2491.17472192126,98.8336208320474,3511.78534294471,1632.24880544584,484.53524191285,11860.8596755182,4518.93161934941,352.772463599448,1985.39685607055 -5328,312.984615100778,2589.61948966474,70.2513413195465,1037.55020916619,148.274140811658,1846.78838630788,147.221154493069,2176.32066338094,31.1993525292049,795.934306532796,258.266437860045,4416.98210800692,144.471879077652,2576.63470380972,164.520845089495,2912.01424622883,122.424624061046,3306.39371659141,30.6932401281551,897.216585456097,67.2526610888621,1725.16371359675,151.226149604472,3959.50624872703,68.6144126917808,1152.79447211553,58.71688038409,1570.0393990571,78.8719620473097,2806.55968685665,105.139141016698,1879.57176313166,84.1443692401014,2394.44057337255,98.7937960915862,3375.42013256975,1618.6419028625,483.234900644,11801.6563063107,4501.64445214814,349.686993958953,1987.0358904313 -5329,309.756539050264,2534.77559559488,71.8358934601662,1015.57659721634,151.352392052628,1807.67643683718,146.763922138643,2130.22976068235,33.4882614424098,779.077723174404,277.474336960157,4323.43767037553,155.216601849686,2522.0658062105,176.755036188111,2850.34255991063,130.554297240639,3236.36971983447,31.3192205343327,878.215009523084,69.763666343567,1688.62757524157,156.785132404807,3875.65039957977,69.162884735888,1128.38017566567,61.7928487927172,1536.78853929525,84.603758087796,2747.12135517085,112.836066419558,1839.76551550135,85.8604710988348,2343.73024867554,100.808669084696,3303.93426951892,1780.87969578134,517.892860813871,12246.4740709827,4566.14820336206,386.091557546511,1994.40554246284 -5330,337.669617036624,2541.20870282985,83.241193453171,1018.15406922868,184.836459170723,1812.26421036021,169.123593221802,2135.63615504302,40.6608548111667,781.054975340736,337.167875998712,4334.41029383204,188.608620670067,2528.46665676832,214.825436723098,2857.57655702508,157.673062424841,3244.58343054554,37.003560327144,880.443866129341,82.6821763858508,1692.91320995036,185.798523150536,3885.48656601166,80.0547578688813,1131.24393634116,73.5480079372946,1540.68881570944,102.669192777746,2754.09338310737,136.98686506677,1844.43472916625,101.443875927241,2349.67849436867,119.105124723185,3312.31945497283,2224.47988086324,636.083086117588,14567.3497915364,5304.0421346212,482.455845654018,2295.02492729456 -5331,535.412976757544,2635.88590111816,122.020213787862,1056.08718924085,278.571416046365,1879.78329991945,265.905823791944,2215.20303496813,55.0526710793231,810.154551732103,455.882987843597,4495.89637027867,255.016766557138,2622.66912772698,290.397569476134,2964.04059597324,215.553267767855,3365.46609101913,53.0470442435001,913.246350396936,117.107333653172,1755.98566814117,263.263666651825,4030.24719966099,118.209728282584,1173.39041819216,102.95999241795,1598.08988644521,139.139595891925,2856.70197446258,185.512630566352,1913.15238796722,145.426486720982,2437.21989798396,170.745051691247,3435.7257401329,2928.12845092759,873.572956259652,20833.334720602,7800.07479901977,630.598713479184,3428.84262572825 -5332,674.570110449255,2882.09859621556,167.910025712523,1154.73412726292,341.942147482978,2055.37000201302,324.750719211759,2422.12060647458,71.9856228826768,885.829426559871,595.517576138235,4915.84882790796,333.127075904002,2867.64727113315,379.299774918906,3240.90554798164,283.733571439713,3679.82737508581,72.2755878767752,998.550818668388,158.118022155155,1920.00868739328,355.56736056204,4406.70432343724,163.992017641905,1282.99441020942,137.679083896475,1747.36418461672,182.058271119941,3123.54064601667,242.609147796348,2091.85602812616,198.14081954059,2664.87560924715,232.636882299948,3756.64983390146,3671.45551638506,1100.18138482977,27524.3935973522,10609.587547153,791.317113710082,4657.95780516044 -5333,617.985076361142,3331.05174826279,179.186511096845,1334.6105294415,349.752653543187,2375.54115862741,309.134260960736,2799.42160594183,76.2550974854383,1023.81773610363,630.674985355016,5681.60536003177,352.793808504398,3314.34929688111,401.787158530925,3745.75113624994,301.0816415748,4253.04513425746,78.2710473766702,1154.09807791523,169.873472354854,2219.09420559697,382.106858026663,5093.14988735552,177.765278214688,1482.85030177359,145.986491049799,2019.55635024499,192.890273697714,3610.10395110907,257.008635630196,2417.7107225802,214.57714740356,3079.99128438618,251.934753780276,4341.83445814795,3845.08744591092,1142.53397757439,29078.3274051231,11297.6465411797,828.990596206303,4931.23870849726 -5334,630.177972043062,3742.8358173763,154.169904164368,1499.5948635281,294.240850453932,2669.20516584566,289.468433847562,3145.48564432256,63.1314248037508,1150.38191620777,521.547990879144,6383.96447993172,291.749167626324,3724.06861170262,332.46428502555,4208.80027548231,251.06431920519,4778.80587406624,70.0558513823763,1296.7674924411,147.892558543734,2493.41826621941,332.985066171241,5722.76423853276,159.862767370187,1666.16001212828,122.278502954735,2269.21357401571,159.816287711153,4056.38440763027,212.814029674307,2716.58772435679,192.055495005918,3460.73930025839,225.492110562293,4878.57131956893,3039.50584703478,938.204059067584,25036.8348143994,10099.8484317834,655.01526686276,4506.22817571345 -5335,571.62193293246,4010.88209713911,141.488050069024,1606.98958879337,269.307836325134,2860.3624993592,263.520696069841,3370.75219785229,57.7568887502181,1232.76746769639,477.164246368158,6841.15737122535,266.921307594897,3990.77086252379,304.099657773982,4510.21698493834,229.637710998029,5121.0440054599,63.3494787782984,1389.63656792992,134.483764197815,2671.98647566368,302.73514536094,6132.60472818952,145.009633975174,1785.48343814316,112.215018672462,2431.7251791677,146.207178393441,4346.885728769,194.69556589289,2911.13839895026,173.670225470898,3708.58300485174,203.905989162431,5227.95423577835,2788.90996935315,858.742824665194,22844.9626671886,9181.74751404719,600.779064787741,4085.12576166019 -5336,575.324312367693,4144.35290153619,136.006568398998,1660.46565412747,263.837093215927,2955.54726779929,263.804972623214,3482.92129092822,54.7853424471922,1273.79047998223,452.467454797812,7068.81172635978,253.106148664759,4123.57242195267,288.366014402454,4660.30424115922,218.252778054585,5291.45785613108,61.0439090290863,1435.87973989289,128.977158171525,2760.90262318627,290.387702675727,6336.68045674425,140.145621837976,1844.89927360155,106.999731903822,2512.64611074224,138.715746845722,4491.53778305272,184.68795079551,3008.0128456203,167.349592280121,3831.99415103925,196.484941833197,5401.92575633194,2625.06496719934,819.943788880188,21985.6332140442,8887.35701168316,564.434608457308,3974.97963477 -5337,541.767220923703,4254.43057095179,125.709904679718,1704.56908684509,244.132851443955,3034.04921076037,246.984568502618,3575.43075321875,49.99641741706,1307.62347893081,412.81678796432,7256.56560226327,230.925928921222,4233.09814349697,263.089372485065,4784.08603335271,199.548321089912,5432.0036451728,56.2078710540706,1474.01797258777,118.561120203813,2834.2346326614,266.952097905453,6504.98828020474,129.510932429535,1893.90142596876,98.2107734865713,2579.38420822282,126.611067159213,4610.83698922487,168.550205286715,3087.908320616,154.091775140913,3933.77529646347,180.918955720294,5545.40567026317,2379.37054107102,749.331046195827,20233.8259391679,8213.91456548722,511.04657449108,3681.69566245359 -5338,523.437909120755,4351.1871591563,121.728983597653,1743.33532981262,234.604307445966,3103.05121823985,237.816918918142,3656.74515599805,48.7247161789611,1337.36216766187,402.396628895548,7421.59838821378,225.096987408623,4329.36957796252,256.420547490144,4892.88833592748,194.22821562462,5555.54124463674,53.9820798729168,1507.54089594995,114.546326484783,2898.69234766086,257.858240638806,6652.92828340995,124.471103764906,1936.97356860133,95.5827875708946,2638.04597540743,123.373807645756,4715.6991672307,164.257907578337,3158.13522144524,147.989851909075,4023.23936694279,173.754695473568,5671.52232063892,2330.80403974018,729.385408853856,19569.6304420027,7910.73201902477,501.13565225027,3538.82436647024 -5339,495.357942770333,4295.17360865252,115.245257855122,1720.89308635822,210.39786667395,3063.10512771996,218.935520713287,3609.67127202505,44.177764122942,1320.14608373348,364.496825427284,7326.05892715839,203.896184590019,4273.63688878265,232.277193221502,4829.9013767623,177.287453072207,5484.02384520071,50.9792582957473,1488.13407316272,107.148644435677,2861.37700261325,241.286319905795,6567.28403948985,118.928723301702,1912.0385881372,88.3231190033054,2604.08597413196,111.933668918348,4654.99319348088,148.951567596839,3117.48002545995,139.757728923802,3971.44754249902,164.08937042624,5598.51187766776,2032.45911746243,649.105597783735,18123.4848550615,7492.23832994036,436.514336386492,3369.45392342361 -5340,460.879778409066,4248.19240120318,107.854523434826,1702.069717979,198.533417715339,3029.60045699962,204.417943919562,3570.18818465617,42.3718249275917,1305.70614191172,349.781011381806,7245.92547375162,195.664293040644,4226.89125297631,222.883818982358,4777.07124247287,169.351917862819,5424.03882820175,47.703723775197,1471.85665530402,100.91971101591,2830.07886223547,227.207098491985,6495.45017153712,110.699147611745,1891.12444362405,83.8447319100489,2575.60211887634,107.319303355753,4604.07622927304,142.850904040576,3083.38059453118,130.777973609437,3928.00729587139,153.546251219436,5537.27457461616,1984.20854616287,624.411963044201,17112.7972012852,7000.30690768865,426.903950431305,3136.2083246349 -5341,464.629015552356,4165.53667567094,103.184902083426,1668.95308997361,192.21487073893,2970.65448652635,203.740041501632,3500.72417106634,39.5189981706216,1280.30143367368,326.038809806283,7104.94381128835,182.383123007567,4144.64997709585,207.772928540697,4684.12528989456,158.6119014086,5318.50503351461,45.7480684724504,1443.21920948374,96.0643225486605,2775.0149198384,216.332852943035,6369.07026783152,106.77329636435,1854.32943807882,79.0862318627729,2525.48944936594,100.13389537451,4514.4961855282,133.245148020504,3023.3882410632,125.416617779502,3851.58130988163,147.251490210228,5429.53758810244,1818.37175833201,585.079159843883,16314.8688751053,6748.77034596184,390.198850558124,3043.71524195839 -5342,422.187257296345,4074.49841131178,98.8568362253486,1632.47793576467,178.984337161405,2905.73050445133,185.996662424564,3424.21545746037,37.8500188760852,1252.32030436111,312.278172036667,6949.66447916126,174.685548315494,4054.06819384213,198.990680488947,4581.75321406493,151.893219772901,5202.26851828607,43.5675146931123,1411.67749417762,91.8061081662793,2714.36666211248,206.717887994238,6229.87353331434,101.940779982909,1813.80286329704,75.7501926294567,2470.29459837098,95.903176693813,4415.83137251935,127.617341455724,2957.31175695542,119.438711191914,3767.40457473541,140.232837746584,5310.87444412374,1737.71629929627,554.425661437673,15511.5856538955,6415.31527660144,373.275487436579,2882.79915192776 -5343,422.564958879088,3974.10289548127,101.561181446173,1592.25372951931,183.445735728378,2834.13339398273,187.809973458004,3339.84289365912,39.1628395324541,1221.46317048856,323.175039821812,6778.42495964217,180.781156316383,3954.17607794319,205.918822285674,4468.85895545949,156.957014472411,5074.08478162486,44.6283422437608,1376.89380403779,94.2409133833478,2647.48475084719,212.184394845366,6076.36964061445,104.146445872903,1769.11081640116,78.1774346029423,2409.42661526704,99.2158246750843,4307.02542299835,132.039570788581,2884.44368600787,122.346930224807,3674.57584161511,143.647373986144,5180.01466078241,1811.30411874633,573.244796962887,15930.4946599234,6557.91082753022,389.297241701255,2937.4848188738 -5344,446.176046246664,3942.13228418649,106.488344979337,1579.44446755304,190.491008711918,2811.33353713966,196.495224294275,3312.97473705949,40.9425516661677,1211.63682092952,337.850395289627,6723.89431580253,188.990415708099,3922.36577264817,215.269738882981,4432.90816194615,164.173780940316,5033.26510571397,46.6497268626612,1365.81705596136,98.6265268841595,2626.18643318802,222.04933702817,6027.48684694436,109.069498325785,1754.87878574265,81.8839786243492,2390.04341262083,103.726878721083,4272.37653763809,138.040659316752,2861.23909611366,127.888480515321,3645.01484659431,150.153701080596,5138.34280688818,1888.23321285573,597.911417039211,16654.9374621978,6866.287973557,405.986842303349,3076.68329757439 -5345,483.74367260742,3896.51568326373,115.978737662681,1561.16783887545,212.395980167868,2778.802036221,216.399699120302,3274.63846735746,44.7371480847058,1197.61629869962,369.189444527115,6646.08840226655,206.52119272025,3876.97790100273,235.2236531718,4381.61252091403,179.258797030895,4975.02240122968,50.7556483516425,1350.01242864704,107.386376312273,2595.79737218363,241.765115433718,5957.73945080364,118.527218805477,1734.57210918637,89.3386494678823,2362.38689358951,113.334787032954,4222.93849714132,150.83271084137,2828.13011026973,139.144710629743,3602.83635647067,163.369626432784,5078.88418999538,2078.40730221373,658.140638486456,18211.6993116128,7475.47444043687,446.365151370177,3347.10935242999 -5346,505.769328764393,3830.56004992008,123.649436672203,1534.74222636963,226.626186720434,2731.76574453539,228.231316541583,3219.20923990338,47.6538684967052,1177.34445895759,393.25062447563,6533.59123673168,219.980796332669,3811.35298025154,250.540778134697,4307.44573900562,190.935064429279,4890.81107499756,54.0546398271835,1327.16100650709,114.348416115471,2551.85876815093,257.440569029161,5856.89384649568,126.231953752387,1705.21131319805,95.1976831184742,2322.39918753749,120.725700623587,4151.45756243174,160.667083772777,2780.25885097973,148.188772308432,3541.85178126539,173.988247659531,4992.91481359354,2214.99551629464,700.619969933489,19394.0531338721,7954.93822380655,475.503512030408,3557.30524531867 -5347,523.466416753207,3692.93047199374,125.681871230664,1479.59991765021,221.330760934734,2633.61514474989,229.728851497881,3103.54510641624,46.7234335401405,1135.04322392967,385.257985252618,6298.84347334044,215.509787180623,3674.41350008043,245.466742631095,4152.68196261937,188.320662422575,4715.08735439346,54.8078252925296,1279.47695853878,115.189609447246,2460.17211121011,259.394115934621,5646.45938846666,129.396765057033,1643.94415898242,94.8613596137922,2238.95686688678,118.434434858338,4002.29834167798,157.550006699935,2680.36592482803,150.253602076738,3414.59530717791,176.412561644365,4813.5225708244,2099.70369813457,677.619351088976,19388.9476825789,8101.01426535229,450.238681862339,3642.27034126719 -5348,506.876351592146,3636.59201937622,119.914835688721,1457.02749975997,212.580980764248,2593.43735013108,222.332475612655,3056.19817414925,43.4870351994896,1117.72727948523,358.334207881708,6202.74984329263,200.448872797503,3618.35753790042,228.343020601118,4089.32965264198,176.039270551343,4643.15512400961,52.7190348493096,1259.95756803021,109.694380994466,2422.64032149202,247.107791441732,5560.31837196867,124.921137345908,1618.86454516108,89.2082271448187,2204.79988334365,110.280697199126,3941.24024778917,146.652052364953,2639.47491163437,144.527261241243,3362.50306840429,169.689272207867,4740.08863662596,1913.79340468966,630.583012611493,18428.825164412,7789.47017417173,409.119086182875,3518.13912548887 -5349,442.689080657143,3391.67894534011,99.6238734879499,1358.90126453203,175.118036189507,2418.77747342333,190.05486991119,2850.37280641311,35.5062840718537,1042.45185059627,292.434661314724,5785.01408313488,163.585270225741,3374.67249903788,186.368276050855,3813.92611805815,144.181031296152,4330.45317982981,44.0049389025567,1175.10337501181,91.0110237120987,2259.48308931997,205.064441900572,5185.84835777889,104.608295104434,1509.83909218451,73.3692558699211,2056.31352188572,90.0708626962407,3675.81007045341,119.747173886891,2461.71454945869,120.637893293262,3136.04902611665,141.640795914993,4420.85852419812,1530.6048871715,513.585930460178,15266.7276096327,6522.23212681856,326.960001608212,2963.95717397216 -5350,346.056090936011,3104.52826875246,80.7103118258498,1243.85222132519,143.925629977146,2213.9958301128,151.494055759521,2609.0508850051,30.5690644359044,954.194453881275,252.224609766419,5295.23579491465,141.092135797871,3088.96164403733,160.640756929628,3491.02660931768,122.719584792624,3963.8227939474,34.2606909739376,1075.61526465906,73.2273948553227,2068.18783163409,164.802279302436,4746.79740731582,80.9417049607323,1382.01115686211,61.7448042739807,1882.2192669159,77.451301562454,3364.60391982745,103.067352954911,2253.29771230081,93.9244022362945,2870.54081788878,110.276520299048,4046.57412500229,1408.63325368707,448.115923812981,12467.7571135737,5126.3792864798,302.536673039888,2295.85452701052 -5351,327.946830842067,2910.5602382086,80.805521449675,1166.13749471553,160.439112375435,2075.66743570849,157.437165082814,2446.03981925097,34.8506663467796,894.577274408915,288.768301364767,4964.3944014756,161.534342061268,2895.9662016862,183.089836340938,3272.91052295404,132.300535658167,3716.16684295946,36.7216064846175,1008.41182618219,74.9336545674416,1938.96938497519,168.921532921825,4450.22193278881,78.2239950087148,1295.66438882514,66.5741438508864,1764.61996272206,88.0445538800193,3154.38660518488,115.765499104229,2112.51377295546,100.670910018945,2691.19210502767,118.197586440831,3793.74794803471,1736.61829668091,530.174241342665,13216.9051777206,5110.69415910687,386.49224432472,2256.04386783849 -5352,328.088649977462,2792.61986956619,80.3499389453661,1118.88381337645,162.366894745517,1991.55820500685,158.372576195643,2346.92253103637,35.114125819807,858.327630049091,291.006858971335,4763.22951984556,162.786570676508,2778.61720580593,184.541610057602,3140.28716455607,133.14635302674,3565.5820580642,37.1398634693652,967.549431045334,75.3577297805165,1860.39936912454,169.912858884113,4269.89210885887,78.4140389082265,1243.16207890939,66.5939466819123,1693.11485309227,88.6985000272755,3026.56601787239,116.641766085574,2026.91147210843,101.817545891043,2582.14086987789,119.543850148817,3640.01945767267,1759.64349645386,536.237596803591,13289.1552707358,5127.85087528607,391.750642206689,2266.02009449471 -5353,329.239787344786,2731.08294530973,82.1392502913736,1094.22858936051,172.124460339557,1947.67311783497,163.489076854207,2295.20679428248,37.7890317645916,839.413905724067,313.528252094037,4658.26912141353,175.384831646237,2717.38883799448,198.828786972492,3071.08919905609,142.411702739686,3487.01248422837,37.9218452399943,946.228943892219,78.2913688571423,1819.40443948438,176.415993271066,4175.80267328992,79.0442299151461,1215.76831453708,70.1521141546731,1655.80613033782,95.3813255201424,2959.87396077265,125.534351399321,1982.24735613154,103.961319652695,2525.24196685824,122.060852175071,3559.80961454295,1956.42943313789,583.284617143463,13895.6572337923,5218.05989342528,436.447024203426,2285.07477857984 -5354,379.173109347901,2734.52693544936,95.2190682314199,1095.60844949209,208.916633859085,1950.1292010618,193.479111861318,2298.10112950635,46.0392033442478,840.472435718313,382.338359465255,4664.14336003724,213.876575265057,2720.81555939072,242.52284162038,3074.96194885215,172.633815973152,3491.40972768561,44.8853277136257,947.422171347356,93.0122836974769,1821.69877146735,209.558993736982,4181.06850502035,91.5733970089443,1217.3014404696,83.6450301042732,1657.89415918946,116.129722037543,2963.60646430315,152.948489674789,1984.74703866976,123.051446273792,2528.42638439817,144.474545376403,3564.29865770163,2447.57119867049,718.745702958858,16576.9045800734,6094.36253307469,546.873379724774,2655.86034702785 -5355,563.46915849855,2801.32731681002,139.266488990729,1122.37251654122,283.958286239721,1997.76792520261,274.567060560347,2354.24028464368,61.8097811744313,861.00391357698,512.447448900643,4778.08136925275,286.658407823568,2787.28099245088,324.961943031484,3150.07864570746,233.927122177641,3576.69961760121,64.0598789775426,970.566270436345,130.963399520439,1866.20013332294,295.208287839703,4283.20572188581,134.857206786578,1247.03828430906,116.488641957413,1698.39402066596,156.08968437034,3036.00291410657,205.323191987341,2033.23142453147,175.617761033252,2590.19203919228,206.192588170373,3651.36911458073,3133.20675124494,947.116192585548,23150.4695498763,8847.41896392083,698.052318831382,3895.91054577727 -5356,795.203465380595,3017.32388211195,194.742065121127,1208.91313859115,383.092191753204,2151.80597977936,378.876428577302,2535.76416881353,82.8001702727589,927.391688732052,685.837436368325,5146.49571280292,383.651178197708,3002.19451479724,434.852430159989,3392.96570992906,314.90465592737,3852.48132575173,88.6764532604237,1045.40185982076,179.985308136736,2010.09364285497,405.817071700848,4613.4626393325,189.528776071442,1343.19127028626,159.10240678987,1829.34882655095,209.230328049129,3270.09415998083,275.037454576596,2190.00389504122,243.103178253348,2789.90900214076,285.427130044154,3932.90822022765,4084.30228632086,1255.7008896717,31677.8116358262,12346.6648822703,908.388234110142,5465.11680639929 -5357,858.742669254101,3424.88419223093,207.60288259196,1372.20519238494,408.742812231622,2442.45781123635,407.416693071958,2878.27855288651,87.5208486012859,1052.65767244105,724.70781802211,5841.65058204681,405.394913560764,3407.71124925926,459.598757513187,3851.26525316334,333.43038214673,4372.8492229998,95.9223252942709,1186.60788304996,193.070135450938,2281.60390176584,435.453946981449,5236.6188988099,205.279535940958,1524.62073296754,168.417772409668,2076.44526173479,221.207596674314,3711.79702053925,290.713486261218,2485.81525023457,262.967465286481,3166.75160258456,308.749763993152,4464.13965461498,4276.13225798026,1325.5244829509,33829.6319511094,13304.3082122809,950.455417165894,5913.35511039534 -5358,781.138304097189,3807.16692124174,182.375668429246,1525.36959627856,359.904947588497,2715.08292355146,365.743051015123,3199.54961441516,75.0655451744778,1170.15444755764,621.006819714631,6493.69076825169,347.385525225805,3788.0771486385,394.042433499792,4281.14028206607,287.280271790433,4860.94302141587,87.646511858346,1319.05606942283,172.152579650484,2536.27463430252,388.631567793061,5821.1259510389,187.653789972528,1694.79763291278,145.258672909341,2308.21635726502,189.845608335565,4126.10472115135,249.329955560727,2763.27988388028,240.279632440972,3520.22178633019,282.112008524292,4962.42321518698,3567.12297658762,1132.32878639268,29850.4709703945,12024.2242339362,791.388881236332,5402.82086667388 -5359,710.111360390083,4041.48810821047,167.186583711035,1619.25211358342,326.598822421752,2882.18919089568,331.838526203715,3396.47354208224,68.5398090058762,1242.17439960088,567.030758145109,6893.36048594516,317.191810917538,4021.22340992945,359.714052564815,4544.63329228222,262.273923691456,5160.1213769039,79.1759807131748,1400.24052764581,156.35093161801,2692.37571814851,352.888139308762,6179.40105968505,170.077093148628,1799.10800365071,133.091332814668,2450.2810494111,173.339411743968,4380.05569724938,227.65495508039,2933.35254833452,217.057988282092,3736.88224919664,254.847505876498,5267.84741172956,3258.82943911313,1032.05757065578,27173.5000644498,10920.3605217536,723.029708770735,4896.74914290985 -5360,687.939097717698,4136.81511072628,161.043111736547,1657.44558246725,312.329379983193,2950.17168865273,319.451653804655,3476.58651859532,65.2475720682372,1271.47369702434,539.619559862669,7055.9549003766,301.858237742303,4116.07242688838,342.327293876453,4651.82803285481,250.055183497009,5281.83369927315,76.4365629038832,1433.2681473561,150.274328975366,2755.88106568029,339.229813822847,6325.15523849015,164.616013396817,1841.54375221615,127.28592533095,2508.07608468218,165.049792149883,4483.36852888257,216.716279784944,3002.54184155223,209.547976869628,3825.02448147162,246.030011101401,5392.10067934421,3071.29266951133,979.548008845791,26072.0298055869,10546.8724038178,680.962525714983,4739.40015111885 -5361,634.015099827,4260.60376153827,148.162936506212,1707.04242132909,283.537028509987,3038.45162460035,292.339107619858,3580.61871318197,59.0381317952454,1309.52084423415,488.08709117913,7267.09489912663,273.031446906029,4239.24038067191,309.626135684016,4791.02775548767,226.751226906664,5439.88549756383,70.0355600042912,1476.15677676401,137.323236751609,2838.34711499304,310.02529746379,6514.42703628429,151.549032637672,1896.64948220321,116.041192443706,2583.12690188008,149.379790172447,4617.52732651515,196.088371915923,3092.38888417412,191.999866952221,3939.4832153552,225.426797735736,5553.45206930789,2747.33751586705,882.854527784076,23785.0095736596,9687.05284449158,608.65955483791,4360.42505732096 -5362,611.362806008657,4383.80757467858,144.012339241599,1756.40494065055,276.316628896529,3126.31448328073,283.276846485742,3684.15940918565,57.9385115080396,1347.388238253,479.140718916166,7477.23737003823,268.026928229626,4361.82642925781,303.921659296626,4929.56983106525,222.184968867501,5597.19058244329,67.5374010697486,1518.84277946908,133.320493621143,2920.42355466099,300.911871887806,6702.80462223581,146.104683997204,1951.49486597428,113.562894347925,2657.82314258894,146.567220202107,4751.05229286894,192.439018267743,3181.81144575619,185.151257716737,4053.40119062329,217.385854409027,5714.04115698772,2721.82319006764,868.071102483954,23146.4361737257,9362.53823937443,603.401156955941,4202.52189443968 -5363,583.249927077277,4334.74698361619,135.815897573832,1736.74845184138,251.880179222676,3091.32689913525,264.729817821823,3642.92880425975,52.1303079968712,1332.30918602885,430.608208285543,7393.55721787854,240.878286442257,4313.01183621613,273.136397930972,4874.40144023706,201.20096123319,5534.55063450177,63.4809700809197,1501.84492469963,123.988771298826,2887.74016167363,279.962308229601,6627.79139436466,139.108810316953,1929.65506348547,104.331903525815,2628.07859470598,131.978893284527,4697.88174884168,173.137388806541,3146.20277737404,174.030703956501,4008.03828295972,204.329226490414,5650.09349693623,2360.19193444777,771.982526071672,21392.1380095884,8843.11138799382,521.895989785422,3993.76601702335 -5364,535.531746294621,4258.97923836321,124.862682466555,1706.39154409914,232.885178326279,3037.29309511563,243.785623646648,3579.25346111767,48.379679437633,1309.02153777931,399.707285617883,7264.32403266269,223.592593419111,4237.62400312814,253.522975884121,4789.20098725087,186.433976235663,5437.81132672911,58.3357474052988,1475.59393378962,114.298613323892,2837.26488324251,258.051375595963,6511.94315411993,127.693309534525,1895.92630980529,96.4729446326277,2582.14198289885,122.466597758596,4615.76671215783,160.682254677386,3091.2097889825,159.925268530579,3937.98113204981,187.768052833326,5551.33459673989,2204.58569690736,717.530818967146,19748.6435882111,8130.27367672129,487.716403552623,3666.63021543593 -5365,519.008113527642,4159.23352676021,120.182869558142,1666.42768672543,221.249374859163,2966.15939284485,234.222888383394,3495.42699390439,45.5947822104901,1278.36412493885,376.49109088346,7094.19285112841,210.605666793623,4138.37843322947,238.812606702105,4677.03743026986,176.257374129153,5310.45725196356,56.2745743244794,1441.03537909249,109.540752873672,2770.81586131819,247.371238145041,6359.43280657581,123.735849867466,1851.52352962385,91.7888500377752,2521.66796433021,115.460522926834,4507.66500291481,151.428663307778,3018.81335245168,154.274639660637,3845.7532275892,181.133656718555,5421.32179585313,2040.80200030863,672.881695027634,18862.1200776042,7846.96558715933,450.90761837884,3550.55814735942 -5366,492.76215955417,4073.65366329476,114.273957913852,1632.13948122135,208.596025788449,2905.12807199613,221.755830042778,3423.50552977713,43.0357688321577,1252.06066624447,355.30579908842,6948.22363548062,198.754808665102,4053.22768153316,225.360111873736,4580.80329911803,166.507749171165,5201.1899546026,53.1687680515186,1411.38481722858,103.698412296831,2713.8039042896,234.160193332488,6228.58192075685,117.429082313022,1813.42681544591,86.919608709575,2469.7824429465,108.991740902528,4414.91585742551,142.928608530478,2956.69863038371,145.76018798564,3766.62349514658,171.136849918435,5309.77336364648,1916.53173607693,633.567678881202,17846.6041532179,7439.14252033332,423.301029498503,3365.74771361275 -5367,502.613636744189,3993.07732767873,117.00353228555,1599.85597617132,213.919629288463,2847.66501944311,226.559293095985,3355.7890390415,44.2567528664016,1227.29507034613,365.444597458718,6810.78868252124,204.426359580828,3973.05536915958,231.775118958319,4490.19561016633,171.095589269194,5098.31109890581,54.2756434689541,1383.46781050288,106.020230647778,2660.12521870117,239.389028277891,6105.38138660713,119.648405609279,1777.55747068225,89.2644369082346,2420.93046988493,112.071775702438,4327.58940033128,146.984862937611,2898.215518944,148.794645522173,3692.12017602084,174.699602623341,5204.74674234844,1981.26150609923,652.337190254273,18277.592672401,7594.61640850582,437.761623673918,3432.29947758705 -5368,525.882436249643,3965.26549621635,122.606149409409,1588.71296011577,223.271420849227,2827.83099844054,236.904039036856,3332.41592815026,46.2066420227586,1218.74694546649,381.524571263527,6763.35145768937,213.421349601014,3945.38299087835,241.973316574451,4458.92134390622,178.73741849831,5062.80130097561,56.6928313092271,1373.83194061561,110.859495066095,2641.59741465929,250.305763349315,6062.8573320488,125.239469952216,1765.17676158688,93.4084262944802,2404.06866013638,117.013895667041,4297.44768827223,153.460383066972,2878.02941310633,155.421275532735,3666.4045147281,182.479920426542,5168.49561888555,2064.82848455035,680.535379883215,19102.5312201199,7943.62156609116,456.166016260809,3589.86430900944 -5369,571.5031100501,3933.5548078732,133.35580115282,1576.00783820325,243.043049586392,2805.21650577562,257.465423617985,3305.76621124526,50.3698798085,1209.00048470775,415.923076479714,6709.26415119384,232.663558256627,3913.83130523775,263.774218055538,4423.26283246022,194.736681129961,5022.31349143254,61.598813649555,1362.84524715301,120.51476562613,2620.47225357631,272.100742725831,6014.37195836852,135.954854444983,1751.06043817533,101.716207897997,2384.84304406858,127.552081743504,4263.0805003894,167.287690307038,2855.01347789379,168.870842532059,3637.08385233679,198.271039804475,5127.1625596163,2254.93985352104,742.01535458185,20787.5056009039,8633.12491276829,498.233199316561,3899.56108376401 -5370,605.905309471132,3855.05785587022,141.129678987505,1544.55745358317,255.576598758688,2749.23636664775,271.809540919194,3239.79723806665,52.886999125422,1184.8739992118,436.61598255468,6575.37589698738,244.238980324623,3835.72795009952,276.881740192445,4334.99340004727,204.652339762525,4922.08956667831,65.0917557946164,1335.64867733806,127.131734864843,2568.17882059747,287.059282220938,5894.35078413722,143.939699061844,1716.11675138732,107.182390226773,2337.25176363436,133.945458022925,4178.00762311459,175.64565989938,2798.03960390746,178.446612713414,3564.503194247,209.513939302804,5024.84629531813,2351.28535267608,777.161456614548,21919.7631136057,9134.33314130302,519.266790844437,4129.32092199564 -5371,623.354815380903,3728.34507342816,144.169468533789,1493.78903974805,254.802307443978,2658.87108481978,276.097650661532,3133.30759823974,52.2289268145496,1145.92810348295,430.805385401652,6359.24835580378,240.988585514453,3709.65052677167,273.209228477578,4192.50550592876,203.137459545568,4760.3042737616,66.3040226622689,1291.74693407036,128.721694172635,2483.76476085226,290.716233227014,5700.60801386718,148.112655524617,1659.70931557346,107.511585739659,2260.42809838462,132.357927132746,4040.67973056874,173.452500159311,2706.07019726047,181.769996966865,3447.34071973864,213.415920495776,4859.68346787732,2254.92489054608,760.672652796536,22078.1712832609,9339.54154440669,496.918599846069,4239.13336137492 -5372,602.893021415773,3671.03190186307,137.839892005677,1470.82609349952,240.672299476225,2617.99816891407,264.312295051554,3085.14151049642,48.730385263659,1128.31257361576,401.645395844949,6261.49219727685,224.676754522985,3652.62473304817,254.744485894711,4128.05712933901,190.26868663803,4687.12753443869,63.9008814737274,1271.88983603008,122.811646400666,2445.58362872461,277.476136602256,5612.97666036061,143.220563281844,1634.19579606864,101.359557966539,2225.68016039558,123.555362263396,3978.5652626006,161.827738308409,2664.47172329193,175.181875326386,3394.34722631931,205.68081532054,4784.97904356545,2050.14122463089,705.158890110034,20972.8603266787,8989.80215998294,450.90761837884,4098.56528269349 -5373,503.289546002729,3419.03591006135,114.054957444639,1369.86203486217,196.56426557425,2438.28710599037,218.660627936669,2873.36364651446,39.4017554792562,1050.86016959106,324.527596538937,5831.67546492681,181.537764151691,3401.892291356,205.849285099979,3844.68888892845,154.414094865294,4365.38220960438,53.1045072867685,1184.5816487789,101.316768954575,2277.70786830374,228.976518337892,5227.67692494571,119.556028267707,1522.01731289623,82.7937352159986,2072.89955416667,99.9507850324263,3705.45881021915,130.843866106278,2481.5705084597,145.584019503779,3161.34410385076,170.930010729647,4456.51675501334,1616.93006894316,566.477524427088,17233.6555129663,7472.61761582303,354.941857032906,3418.97794426587 -5374,386.88294444708,3102.77378725316,91.3284541711992,1243.14927533106,159.762873105672,2212.74462078655,171.930534413956,2607.57641574207,33.304319439031,953.655203994933,274.83147306644,5292.24326515413,153.738208001708,3087.21595980213,174.225574470818,3489.05370359115,129.279437770488,3961.58269395267,40.827523323673,1075.00739546966,80.4374591686428,2067.01902369499,181.565244643074,4744.11481997529,91.604139121514,1381.23013224367,68.5861989776645,1881.1555565562,84.3734468871212,3362.70246014701,110.606288235863,2252.0242920558,111.927127385768,2868.91857118268,131.413496826081,4044.28725922969,1459.86094325759,485.387930262165,13873.5595115952,5805.43006279801,322.0768702706,2620.21467060269 -5375,356.555194663192,2891.06596010788,86.3537952656718,1158.32696795603,175.836975259537,2061.76508189182,179.104927946716,2429.65679447934,39.5876445323977,888.585596950749,339.556346953313,4931.1440039083,189.944709438677,2876.56967116097,214.839813760361,3250.98930411251,153.417257979017,3691.27679294286,42.7222948071391,1001.65771048941,85.7042862398892,1925.98260396881,193.322901877788,4420.41534681652,80.1469623448876,1286.98632005014,72.5236298972737,1752.80093494734,97.5944222613808,3133.25923289709,130.56252578459,2098.36463065599,117.121572503478,2673.16710536295,137.512288181966,3768.33827721871,1990.96528069023,603.232359717378,15047.673432319,5854.91768749194,440.678964449172,2576.95085545541 -5376,356.608725406288,2779.55870500359,85.8470404161463,1113.6507611547,177.941132814314,1982.24362920831,180.126067786217,2335.94590592259,39.882955275771,854.313206694566,342.154031160811,4740.95175648574,191.397830184125,2765.62153211006,216.522555456598,3125.59994991685,154.369376767105,3548.90572680646,43.208447162709,963.024174142648,86.1835250790874,1851.698227026,194.445444637158,4249.92169895592,80.3368320541496,1237.3477736158,72.5231910705007,1685.19610555323,98.3088877899047,3012.41068035231,131.537104713931,2017.43154804876,118.454340993974,2570.06412173439,139.077089958679,3622.99498052637,2017.33687936139,610.111039099103,15127.9889513364,5874.04393968938,446.674596618548,2588.12616677333 -5377,357.303744040103,2712.17349857754,87.6625598170451,1086.65237961599,188.413294732334,1934.18783679045,185.578506590012,2279.31526279664,42.8959735599799,833.601979519555,368.413946409978,4626.01624093371,206.08738617871,2698.57420639534,233.149598430621,3049.82562018197,164.95440837771,3462.86913957521,44.098958220881,939.677452718468,89.4830823263612,1806.80726392374,201.761572771666,4146.89028952278,80.9358628308704,1207.35058917216,76.3049077617711,1644.34167523065,105.649595229907,2939.38041293247,141.478252117212,1968.522690297,120.895643736153,2507.75771998094,141.943420379678,3535.16223779501,2242.79261422578,663.590301750986,15805.2551424154,5972.87211711623,497.637470058249,2607.91716217832 -5378,410.866186648228,2720.81596035611,101.512450464472,1090.11504587327,228.504264439584,1940.35121257035,219.25753487767,2286.57840250741,52.2354514357636,836.258289394388,449.04601555657,4640.75724794165,251.192226900755,2707.17333342302,284.248403688116,3059.54402550063,199.796192889099,3473.90372648443,52.1807369613618,942.671776818145,106.254862960746,1812.56473582879,239.546822549235,4160.10454032417,93.7185952427518,1211.19786565566,90.8752321973591,1649.58144329362,128.56413412162,2948.7468796739,172.285503017594,1974.79547561846,143.051537725071,2515.74880176689,167.956627118707,3546.42718988498,2805.67313959825,817.631501479924,18841.4254571555,6971.41512039757,623.545745615155,3029.1186474278 -5379,612.137611176209,2785.0171058973,148.743386893512,1115.83770985956,311.061005446833,1986.13629043462,312.067551684445,2340.53315540129,70.1897797991337,855.990877312761,602.389498838106,4750.26187296504,336.971166501112,2771.05256366746,381.199847746063,3131.73789459465,271.12916995012,3555.87494467404,74.5153414666307,964.915327584863,149.744938707921,1855.33452772334,337.757334937833,4258.26754765414,138.136764419354,1239.77763421964,126.811100069458,1688.50543516446,172.964081489572,3018.32634787186,231.493650039197,2021.39331008855,204.281020193396,2575.11112443799,239.84608401758,3630.10969229843,3591.97012578419,1077.56971913213,26346.2852046055,10132.2556970207,795.920170484729,4448.55118967742 -5380,864.93502895961,2981.12951182264,208.175134566608,1194.41159633207,420.009986376938,2125.99394717504,431.268231461088,2505.34635790616,94.0712567069299,916.267142777874,806.607254788568,5084.76081830722,451.208708117621,2966.18162914274,510.351626720737,3352.26532041763,365.270167051126,3806.26880728013,103.180258837545,1032.86172044766,205.893196824902,1985.98152348423,464.524297374281,4558.12175396258,194.219392052316,1327.07899195435,173.380148397119,1807.40483531785,231.968713371726,3230.86767865779,310.250243305992,2163.73365856377,282.864818496354,2756.44259169156,332.111220897884,3885.73093929977,4682.59236040266,1428.76826423318,36074.4591442828,14147.5988258994,1035.74545725979,6243.81351676954 -5381,934.370670320644,3378.48781615013,221.97100978669,1353.61614102071,448.326417380235,2409.37021328817,464.048451900658,2839.28695880343,99.4510044471324,1038.39748187294,852.466325361189,5762.51464572752,476.861852030852,3361.54751237902,539.485587576687,3799.09275884133,386.851704133169,4313.61091136427,111.628236381722,1170.53308971029,220.906715890527,2250.6953668338,498.552137409128,5165.67923306232,210.397463922046,1503.96693186448,183.569482032289,2048.31597914672,245.290940285217,3661.51388077902,327.990233764009,2452.14029577073,306.024632802088,3123.85210874436,359.303129194335,4403.66464563144,4902.61547083514,1508.23237911445,38533.7539132903,15248.154413544,1083.7105146148,6757.40821081108 -5382,850.70946800215,3764.7993666691,195.114355335881,1508.39472206088,395.227922999797,2684.86848160225,417.262420899254,3163.94384884174,85.3382217150695,1157.13253823743,730.836503384359,6421.42658764359,408.823244000817,3745.9220320806,462.75686856721,4233.49817750754,333.53126436665,4806.84865860102,102.038067944191,1304.37712805731,197.079067880196,2508.0500367992,445.188359407628,5756.3463192269,192.419182984362,1675.93730115233,158.42604797242,2282.52967619614,210.620528437605,4080.18790936922,281.439788161463,2732.52908841959,279.733544904132,3481.04746281734,328.434796586064,4907.19954343018,4089.96116563918,1288.4417460064,34022.5443918227,13788.7563182413,902.342641491162,6177.49695837142 -5383,773.370527755138,4013.02646621744,178.870883010044,1607.84874613082,358.60469008418,2861.89175720021,378.535434291395,3372.55432930585,77.9186980566003,1233.42655175184,667.307860350558,6844.81491237752,373.285903143078,3992.90447937639,422.436660445302,4512.62831730982,304.501317039051,5123.78190903025,92.1723861109678,1390.37952013201,178.981378719993,2673.4150205666,404.223670113162,6135.88345033348,174.389663233206,1786.43802503499,145.167726178625,2433.02527130576,192.306093380239,4349.20973808117,256.970809372394,2912.69480350523,252.687147341868,3710.56575341612,296.679655868879,5230.74929759632,3736.48069338399,1174.36189253603,30970.8740829289,12522.5161136932,824.399423289267,5598.65102667876 -5384,749.470513320435,4124.27379837009,172.339507680311,1652.4208128784,343.046319150478,2941.22784570557,364.577355117529,3466.04677816797,74.188386763356,1267.61905320772,635.157876090182,7034.56382245597,355.301496508986,4103.59399877289,402.085647334279,4637.72538943814,290.388234497646,5265.82110879884,88.9923075085709,1428.92300186493,172.051576462766,2747.52624093321,388.638206290847,6305.97967820427,168.811258551089,1835.96086422237,138.875696105566,2500.47251412145,183.142087934712,4469.77659314852,244.666521847108,2993.43923143079,243.969080855066,3813.42840441519,286.443785179156,5375.75379966367,3521.53259052647,1114.63528461711,29721.7177548025,12096.2941075304,776.434365934255,5419.63789822295 -5385,690.979888332714,4226.7487041168,158.603562173791,1693.47814207912,311.522912032466,3014.30787409442,333.804927348581,3552.16686482342,67.1407748666893,1299.11529941997,574.612897293578,7209.35005147894,321.433190088924,4205.55507817872,363.744721267066,4752.95791167019,263.407858518787,5396.6597844504,81.547919502881,1464.42713109933,157.249330134409,2815.79340900714,355.237791238465,6462.66294046004,155.43173923579,1881.57857189983,126.655600595535,2562.60119367422,165.787749259062,4580.83612932014,221.422136135613,3067.81654440661,223.560569713789,3908.17980439952,262.482178402225,5509.32394822067,3150.16802041358,1004.63743134357,27120.8483809352,11112.1835028212,693.994423605329,4987.14364625775 -5386,666.107085678741,4334.35710234032,154.128945669935,1736.59224302347,303.484099340969,3091.04885511558,323.30713927638,3642.6011473664,65.8799403494868,1332.18935379706,563.990382074035,7392.89221723785,315.491052399589,4312.62390987027,356.986770980161,4873.96302067998,258.04384775157,5534.05283897392,78.6304291741816,1501.70984387078,152.642235903688,2887.48042890886,344.7413035485,6627.19526919869,149.829273515832,1929.48150401799,123.922488466951,2627.84221674909,162.639202871243,4697.45920604113,217.26568231882,3145.91979763897,215.562379153017,4007.67778692952,253.091513114714,5649.58530910665,3120.84935318551,987.802780194646,26387.579870066,10738.1695255742,687.998791435952,4805.77895781669 -5387,636.182419883066,4294.7837210735,145.482853229501,1720.7368750149,276.941113900328,3062.82707920519,302.627013251074,3609.34360983452,59.3112310436783,1320.02624956438,507.175062895483,7325.39391576673,283.709083398375,4273.24895616525,321.019455605562,4829.46295011736,233.895631804254,5483.52604162509,73.9316286314983,1487.99899015004,142.032145365152,2861.11726564943,320.907268289031,6566.68790468642,142.714083597361,1911.86502586381,113.976958038876,2603.84959235359,146.544695406825,4654.57064384914,195.597091958663,3117.19704115,202.680793298989,3971.08704064074,237.967259671589,5598.00368162239,2706.42708131566,878.539974987692,24405.3140090009,10148.1593451205,595.066492810617,4569.54933462968 -5388,584.032871230491,4225.90394979663,133.728867121408,1693.1396850104,256.002324496652,3013.70543714413,278.604307373795,3551.45693184299,55.0382470130433,1298.85565936602,470.729589954889,7207.90919704734,263.321819752238,4204.7145595982,297.936413112008,4752.00798963543,216.689394417932,5395.58121271914,67.9350773516425,1464.13445196647,130.919373089289,2815.2306469852,295.763471393536,6461.37131826509,130.993025716435,1881.20252124278,105.371245325002,2562.08903442825,135.967597376886,4579.92060739511,181.506508879781,3067.20341326001,186.241472362112,3907.3987189826,218.665874027023,5508.22285952762,2527.95575074664,816.562404621388,22527.5482981405,9329.1949213095,556.094883709669,4194.84437193163 -5389,566.284964605527,4142.72837836113,128.766308339392,1659.81477689751,243.341663073466,2954.38873831457,267.878307011605,3481.55603886391,51.8848575638725,1273.29117352739,443.517865613857,7066.04085989584,248.099830472228,4121.95604440891,280.729610913522,4658.47747292243,204.953077140796,5289.38368529636,65.5450683514568,1435.31689691849,125.500773519141,2759.82039143574,283.592996129168,6334.19657457989,126.957639746254,1844.17610120363,100.306502750177,2511.66119176102,128.227997710511,4489.77716869541,171.10484712601,3006.83375042867,179.68935212459,3830.49206773385,210.973038052862,5399.80828376394,2340.24392599154,765.780237513307,21523.4826177218,9006.44867096096,514.125458524034,4063.06950922002 -5390,537.730269791151,4066.96062680501,122.449925006327,1629.45786662986,229.445308651733,2900.35492979986,253.667148679934,3417.88069042465,48.9767083542155,1250.00352334053,418.595104913807,6936.80766392903,234.158266481284,4046.56820504938,264.936804509444,4573.27701284838,193.641728389591,5192.64436947593,61.9290581214703,1409.06590382465,118.813915728167,2709.34510880556,268.461991775013,6218.3483246977,120.491846553488,1810.44734471755,95.0002547087341,2465.72457613241,121.054127477376,4407.66212518038,161.51379618649,2951.84075746224,169.776195393742,3760.43491099586,199.334013439144,5301.0493753518,2197.76664202945,721.054370805763,20366.5473393395,8538.89269742745,482.648389634807,3851.81201958569 -5391,548.408780956679,3978.26167531368,125.36315981941,1593.91997543004,235.262586683046,2837.09922982323,259.100337410538,3343.33793936751,50.3620926392031,1222.74139516796,430.503479897826,6785.51837864994,240.8197023417,3958.31400495696,272.455549560947,4473.53548271271,198.953854142347,5079.39465960556,63.2153242248475,1378.33468222696,121.464775839474,2650.25526446448,274.43562622009,6082.7283797262,122.761805715745,1770.9621379643,97.5521021290093,2411.9480081647,124.464143191023,4311.53259629957,166.083126456602,2887.46217006442,173.302445782808,3678.42117534316,203.474179501964,5185.43539121375,2271.96837482426,742.407079032835,20856.3843706949,8716.70345069645,499.136378100593,3927.68242230518 -5392,573.82891554308,3967.53982361891,131.372910585731,1589.62418621739,245.555795811181,2829.45293612308,270.952162737281,3334.32727680254,52.5824698796746,1219.44597295343,449.459229409706,6767.23066213812,251.423374944295,3947.64591442239,284.451823031957,4461.47881376744,207.852381005708,5065.70513370599,66.0312207070267,1374.6199190327,127.01197620622,2643.11253575078,286.956944253046,6066.33475936893,128.50065845819,1766.18920069923,102.089279132579,2405.4475436529,129.956663597075,4299.91254290753,173.405207258456,2879.68014271469,181.022120615086,3668.50742669318,212.537839829576,5171.46007390811,2367.80780870409,774.505617406984,21798.4320026727,9117.48208457731,520.12109069341,4108.08780903328 -5393,623.582338218279,3953.3090026224,142.885657268846,1583.92250249109,267.283215861508,2819.30421927534,294.439631172514,3322.36767041435,57.318535103991,1215.0720490289,489.968412640963,6742.9578753543,274.083840894935,3933.48644914586,310.070711802281,4445.47632628124,226.446182239896,5047.53539976917,71.7439430314335,1369.6894152758,138.069633854969,2633.63218695983,311.933366483979,6044.57595469315,139.491659151003,1759.85421139137,111.163194312946,2396.81965460023,141.656169937702,4284.48956332343,189.023947791505,2869.35127030004,196.683335091759,3655.34917880292,230.92565167638,5152.91101684149,2585.80410218106,844.471478840686,23720.401699099,9908.60227936621,568.086148048422,4462.35810790195 -5394,661.24320652104,3874.81205692257,151.236494856957,1552.47212039642,281.11588721894,2763.32408464256,310.92168950648,3256.39870253291,60.1894446816852,1190.94556547026,514.402603742033,6609.06963189879,287.752103528529,3855.38310027918,325.514094017093,4357.20690095615,238.01504804935,4947.31148306273,75.8159731802016,1342.49284764468,145.662390375105,2581.33875818004,329.108550064743,5924.55479009931,147.693457502758,1724.91052740928,117.159508861503,2349.22837798749,148.773673555565,4199.4166928798,198.49054456191,2812.3774008886,207.846653365233,3582.76852654121,244.032489355181,5050.59476075911,2696.32969321802,884.485798293945,25015.5323355591,10484.8227103674,592.068676725928,4725.67814976103 -5395,680.776261321546,3745.6949761474,154.583656520855,1500.7404066447,280.483470423887,2671.24417630034,316.184625079347,3147.88848626064,59.467423605817,1151.26069494837,507.792821314736,6388.84120146795,284.054651798144,3726.91343417276,321.342979465977,4212.01538531095,236.4221965959,4782.45641216005,77.2448740054029,1297.75809537721,147.538488231727,2495.32299275665,333.423370336325,5727.13586805804,152.017201206867,1667.43279465072,117.61366177565,2270.9470301998,147.081010533742,4059.48308671317,196.105244206325,2718.66293043008,211.763931506648,3463.3829650109,248.631760600921,4882.29806865955,2586.00875086085,865.784360669605,25209.1856815894,10724.4165111992,566.587240006078,4853.11562617631 -5396,658.787045650966,3656.73610170444,147.861565194024,1465.09837539113,265.121483614533,2607.80311214556,302.968136512533,3073.12729550886,55.505571715732,1123.91867797549,473.610981909027,6237.10857884474,264.933644011801,3638.40061442592,299.742843172547,4111.98157310794,221.57230501953,4668.87483592186,74.4599742529315,1266.93681916568,140.808237262703,2436.05999183937,318.3376951021,5591.11850309674,147.029349952585,1627.83188065051,110.950701659905,2217.01287565367,137.355800932871,3963.07186035493,183.036877953955,2654.09568835058,204.129233048936,3381.1288967287,239.667870925788,4766.34528989652,2351.30309864109,802.638005816183,23957.2211770932,10326.0351409915,514.125458524034,4693.568913392 -5397,550.215965245026,3404.02531390679,122.395909578982,1363.84792844923,216.672044968686,2427.58229211311,250.846780145366,2860.7487157452,44.8962877469056,1046.24657732834,382.81900246333,5806.07265535968,214.145442554484,3386.95696084467,242.299959122109,3827.80954815236,179.916048684916,4346.21686851632,61.8900339296454,1179.38097899664,116.195684286173,2267.70804558513,262.768690316442,5204.72585066306,122.759561842442,1515.33519904159,90.6795046666235,2063.79890155726,111.157555391742,3689.19073137158,148.048801383192,2470.67566742515,169.669212032178,3147.46485224394,199.208404411433,4436.95130585597,1854.56795354614,644.818624848693,19693.4679157269,8585.68060512738,404.705171432913,3916.32932388202 -5398,422.403264532068,3114.27540780282,97.9061385202591,1247.75748470493,175.758048605588,2220.94700702113,196.759945271337,2617.24239739092,37.9111930130442,957.190292610358,323.867969425271,5311.8609936983,181.168774787872,3098.65990929995,204.871310884435,3501.98721873845,150.418355954284,3976.2678189557,47.5559907071691,1078.99232250545,92.1741781406174,2074.68122213728,208.187160968917,4761.70070030196,94.0024652300722,1386.35019124961,75.0150607674616,1888.12878080326,93.7357362645068,3375.16760597134,125.020828205143,2260.37228345055,130.372968931755,2879.55331772114,153.070735746394,4059.27896041029,1674.15250633928,552.45937094907,15836.8805960059,6664.80540641954,367.23247037431,2999.07604648303 -5399,361.576012971865,2915.82368900965,89.849820981337,1168.24633522332,186.631143539347,2079.42106818233,185.46222664256,2450.46323233723,42.4386013478887,896.19502600525,364.871208825408,4973.37200150812,204.105611232795,2901.20326066337,232.597541310117,3278.82924722151,173.729288902906,3722.88715099144,49.4715997104722,1010.23543593423,102.9393706909,1942.47581299155,231.890660352626,4458.26970444785,85.5143260457122,1298.00746548637,77.2608127044727,1767.81109762262,104.44237116338,3160.09099105737,146.355860487162,2116.33403826539,135.624539330338,2696.05885097405,159.236597821344,3800.60855356829,2181.90268966088,654.324253355365,16529.6983028086,6497.14784398945,498.872659140442,2873.3172669829 -5400,361.671651623109,2791.97006533868,89.3251469320666,1118.62346450479,188.864202177372,1991.09479680904,186.522611423044,2346.37643444839,42.7567103857364,858.127909016999,367.680062096524,4762.12118186075,205.67685801768,2777.97065980566,235.358494231776,3139.55646293164,178.312362052074,3564.75239616854,50.8686169474914,967.324295602639,106.05509342066,1859.96647978357,238.892567098465,4268.89856370309,85.7178128446512,1242.87281219495,77.2638714374551,1692.72088855697,105.209768086734,3025.86177759441,147.454142117009,2026.43983769169,139.454409807867,2581.5400412182,163.733243840931,3639.1724752181,2250.76092993816,666.740127570328,16768.6604124046,6548.64961800568,522.223405028089,2907.61991575835 -5401,362.654612933727,2730.4981139412,91.226784811807,1093.99427234553,199.959368349349,1947.25604506283,192.208878699606,2294.71530099669,45.9965648527196,839.234154470414,396.0103344004,4657.27160432605,221.524552779865,2716.80693906838,253.136928356121,3070.43155908867,189.263058537168,3486.26577886493,52.5319823717266,946.026319373198,109.944511671826,1819.01483403864,247.619656452951,4174.90847108477,86.3656407260695,1215.50797112699,81.306314914099,1655.45155767026,113.083561431777,2959.24013632505,158.635209780984,1981.8228796666,144.014463873637,2524.70121407082,169.087197475724,3559.04732047489,2480.99341270853,723.545141783424,17511.3602614375,6695.1646213432,572.85930596636,2948.35150206362 -5402,417.318183601759,2729.45842213467,105.654098971284,1093.57771213055,242.491583041175,1946.51458835025,227.128167073572,2293.84154221818,56.0210431540554,838.91459926922,482.795574770041,4655.49825494959,270.071421108153,2715.77246045071,307.728354801681,3069.26243081929,225.894172590605,3484.93831339365,61.3218442170666,945.666100917821,128.432017896368,1818.32220773385,289.250345581196,4173.31879112556,100.014549386664,1215.04514213916,96.8474279895754,1654.82121135659,137.6286344806,2958.11334641533,193.216128583893,1981.06826093991,168.111541197361,2523.73988355285,197.379545080471,3557.69214197495,3059.04955318585,886.317262515199,20736.4204452623,7797.46451346897,699.222667383779,3410.05416821968 -5403,620.98765346714,2798.66309552528,154.776401856116,1121.30507657088,330.143497259772,1995.86793451022,323.173474580466,2352.00126850369,75.2528362763074,860.18504998363,647.393573293187,4773.53714266139,362.146033419745,2784.63013001789,410.862240999668,3147.08274211343,298.027319817122,3573.29797324743,82.1007393132799,969.64320682274,170.354864945376,1864.42527106855,383.795599018383,4279.13215012478,147.39427527326,1245.85228011741,135.107416605034,1696.77875154958,185.115600951861,3033.11550300836,259.527306551384,2031.29770603827,225.076104536937,2587.72861954083,264.261565895885,3647.89645529699,3880.08853996974,1158.73522372768,28466.277497818,10973.3804156546,877.98245066933,4820.97531093187 -5404,876.931699877574,3006.01719904865,216.595034551029,1204.38303236353,445.806799003042,2143.74261330707,446.54871409368,2526.26201296278,100.839461276885,923.916515263869,866.668172123239,5127.21047920362,484.806234990895,2990.94452533658,548.701916063864,3380.25140101637,397.454721024334,3838.04509448873,113.224898176029,1041.48447210748,232.471686224294,2002.56130869554,523.939173956587,4596.17481677008,207.220220687701,1338.1579896111,184.696697267317,1822.4937893716,248.233545802916,3257.84028214119,347.754743191882,2181.79739122656,310.401821362524,2779.45450070336,364.442380673661,3918.17060885395,4994.93345286016,1529.30530465126,38828.7462676076,15355.5523345531,1116.21163876202,6768.73177243751 -5405,947.151159592308,3406.94945814316,230.942645128878,1365.01950847332,475.879444770716,2429.66764698365,480.456666427051,2863.20617157982,106.599899451335,1047.14532972198,915.869115288521,5811.06021929516,512.32879181391,3389.86644293208,579.835771124258,3831.09773381373,421.897299429836,4349.95037923792,124.365711181905,1180.39409722408,252.327674196477,2269.65606441571,568.937001928899,5209.19684241388,224.474258217341,1516.6369104802,195.546610516271,2065.57175725206,262.478238168973,3692.35983994722,367.615039092313,2472.79804060002,340.943943317954,3150.16860452488,400.301846921001,4440.76275976469,5203.15406840185,1613.47269969831,41587.8898416919,16709.6794126087,1156.63598298525,7396.98992847928 -5406,861.91615221515,3780.84965463018,202.985292630221,1514.8253886888,419.559895293346,2696.31475219209,431.936645412125,3177.4325383895,91.4570463100793,1162.06568570135,785.014602993526,6448.80274658718,439.129976537369,3761.89184120959,500.240549223399,4251.54664655301,375.079636496943,4827.34146516037,115.04664828444,1309.93801629494,231.689542512377,2518.7424858226,522.546321198299,5780.88707346876,205.276963084154,1683.0822439948,168.750530550101,2292.26067511923,225.350010423186,4097.5827781265,315.3815795436,2744.17854818084,315.396081113052,3495.88804494213,370.306134646482,4928.12017108749,4476.63599999908,1393.68029870766,37129.7586771638,15119.6483382802,1019.45646350769,6787.06927183038 -5407,783.566718504077,4021.79889262339,186.085702632116,1611.36348367767,380.677496821617,2868.14781731673,391.854816883011,3379.92669151252,83.5058239836804,1236.12280699547,716.779771633346,6859.77759343299,400.960037048391,4001.63291936706,457.465768594649,4522.49286720608,346.319295938711,5134.98243314728,107.421404385237,1393.41887263052,216.317759017595,2679.25907285928,487.878509241838,6149.2964159485,186.04388275132,1790.34315654492,154.625740142368,2438.34383456868,205.755303604238,4358.71705697691,287.962720826425,2919.06191845496,294.491760307516,3718.67700443086,345.762398378137,5242.18365110667,4102.50059417464,1274.93803233912,34093.4213434478,13951.8862268736,936.445078771055,6263.09260499813 -5408,759.227433755644,4125.31349017662,179.285476984738,1652.83737309338,364.171292988845,2941.96930241815,377.386677780514,3466.92053694648,79.5032284857429,1267.93860840892,682.191292426072,7036.33717183243,381.611558682723,4104.62847739056,433.600510423715,4638.89451770751,322.056696151078,5267.14857427012,99.0980887828138,1429.2832203203,198.752000799191,2748.218867238,448.328191471562,6307.56935816348,180.088748721558,1836.4236932102,147.918170496782,2501.10286043513,195.941627186826,4470.90338305824,274.156235023699,2994.19385015748,271.673702050128,3814.38973493316,318.971745420079,5377.10897816361,3814.86008248614,1200.2020541252,32241.905402666,13197.9716324543,860.889145057121,5915.76380974309 -5409,699.850845935525,4239.09507268347,164.989698110366,1698.42480599632,330.715376532042,3023.1126927842,345.515237232347,3562.54277415551,71.9458190023862,1302.91002615204,617.106744121838,7230.40862370374,345.203858672054,4217.83953998551,393.111794452995,4766.8413417644,295.899939793992,5412.4234731369,92.7849898797945,1468.70473508416,185.581172242742,2824.01836527231,418.661174843118,6481.54043334421,165.811600084677,1887.0746787569,134.89522308445,2570.08657334577,177.365457681279,4594.21679023831,248.091560180265,3076.77766237307,254.366577649871,3919.59563052681,298.651472841271,5525.41672987852,3441.99853380394,1086.57373442824,29631.8199717704,12235.1846528328,781.590036222054,5503.08428689948 -5410,674.757798764087,4342.99956411888,160.339022493028,1740.05490928075,322.171647992595,3097.21223089548,334.666634869603,3649.86428707717,70.5987288856049,1334.84566367189,605.744253411889,7407.63322424579,338.84778547311,4321.22303689796,383.847484195327,4883.68142599864,281.99740230561,5545.08742588315,86.688189650066,1504.70416797046,173.401893839541,2893.23790081391,391.184111428155,6640.40952000008,159.838460434737,1933.32878050149,131.98796385925,2633.08198481206,174.004295324572,4706.82567278256,243.449584834688,3152.19258296043,237.652427968332,4015.66886871547,279.027411119797,5660.85026119662,3332.07875442137,1057.72341493075,28451.6685729895,11687.7131008762,742.625250560759,5223.52378555021 -5411,644.096501659036,4297.90280279623,151.328124486081,1721.98655818524,294.020002138085,3065.05145383802,313.207936715987,3611.96489146722,63.5457653236651,1320.98491710527,544.565150492,7330.71397464708,304.624755828387,4276.35239828981,347.010704114176,4832.97034201334,262.725861246154,5487.50844608672,83.4981282175101,1489.0796477,166.833930098095,2863.19514876286,376.382877274567,6571.4569542015,152.23697431187,1913.25351563321,121.376636877804,2605.74063511609,156.760001806301,4657.95102040947,219.117351283367,3119.46090190496,228.906993926217,3973.97103802274,268.759408218453,5602.069225338,2970.61128852301,950.77814389841,26635.6242683466,11120.7796881418,675.891628772762,5017.48485071319 -5412,591.350594130816,4218.95099035525,139.104637021793,1690.35393036516,271.785152905736,3008.74693076972,288.354279799983,3545.61365279589,58.9699151977543,1296.71862766178,505.45811297259,7196.04988815164,282.748637342364,4197.79646346,322.634254489386,4744.18942129844,246.806109461573,5386.70376122465,79.8262937550239,1461.72548394869,159.063541786272,2810.59869492497,358.889090520647,6450.74030221614,139.735607719952,1878.10734326746,112.215158472325,2557.87358103574,145.449618560705,4572.38517767255,203.340767257271,3062.15688565687,218.840797150968,3900.96980220239,256.940699484729,5499.16007660795,2776.20365542988,886.946007533371,24839.3184871557,10434.7785872406,631.946242689813,4710.35456890604 -5413,573.242852035908,4123.10414193618,133.936133019564,1651.95218137384,258.355369390516,2940.39370465638,277.230847594168,3465.06379689356,55.5855482190202,1267.25955263772,476.173297956092,7032.56879903197,266.366980132349,4102.43020719223,304.963206571124,4636.41011659116,236.940863118445,5264.32770611975,77.4183024359489,1428.51775501071,154.429816848342,2746.74703424079,348.420327675706,6304.19128343143,135.426373701879,1835.44018020811,106.814048599459,2499.76337260783,137.159853984708,4468.5089510845,191.666140418146,2992.59028307581,212.239379059128,3812.34690466843,249.189982962989,5374.22921974334,2617.83252900276,837.038017218933,23860.3283924592,10068.5589462218,604.13799200985,4566.88111576337 -5414,544.301620503994,4054.15938519404,127.364260399867,1624.32895446186,243.603051021224,2891.22571817946,262.51950559499,3407.12250500549,52.4684711280694,1246.0689887863,449.398265634374,6914.97323791333,251.389272366931,4033.83115100792,289.030855452014,4558.8820802765,229.67045886437,5176.29990458601,76.9025805096841,1404.63070153581,153.065379363814,2700.81712328322,345.370184741975,6198.77533478456,128.528314605917,1804.74874667091,101.161335847802,2457.96341517178,129.483537496449,4393.78848513772,180.916842573705,2942.54948808424,210.825546697094,3748.59849548186,247.530004198589,5284.36369283049,2490.91226363258,795.045012124155,22934.1846034543,9773.64901237463,580.354171542319,4447.07211376733 -5415,555.147750469374,3961.4316184977,130.395927830295,1587.17688864088,249.776111685486,2825.09686669895,268.148828567329,3329.19393073586,53.9542284977674,1217.56858130314,462.20133435925,6756.812207674,258.551191708713,3941.56833686471,296.622606324937,4454.61016746521,233.772010625375,5057.90625394275,77.9483773186511,1372.50363014779,155.104321387996,2639.04334571248,349.974360162539,6056.99536551493,130.951020369468,1763.47007338096,103.880088333748,2401.74424950637,133.133927261724,4293.29263511,186.041185199499,2875.24674625815,213.692559514132,3662.85959532989,250.896160272921,5163.49837968149,2546.23733587403,815.195171755889,23392.4271823944,9965.425995349,588.211797925338,4524.07634969726 -5416,580.866560530291,3939.01320246376,136.646052511924,1578.1947843827,260.704774503825,2809.10916250684,280.41282221148,3310.35345542679,56.3323993730902,1210.67815338863,482.546166826722,6718.57425692219,269.931904589759,3919.26233052362,309.295470161057,4429.40077005016,242.742588094341,5029.28270125234,81.0535665103707,1364.7363984114,161.165305742853,2624.10855007459,363.660191365768,6022.71779742928,137.072273713568,1753.49029597325,108.710193647036,2388.15236985833,139.007986505292,4268.99616107776,194.240961096214,2858.9752353587,222.205319483997,3642.13084921231,260.890980844215,5134.27726317257,2636.93749730313,848.371782246875,24386.3553659788,10411.2302375446,606.019433208731,4722.71802043112 -5417,631.244812487258,3889.82264677398,148.621627825911,1558.48622428395,283.771277231018,2774.02889402473,304.72342298936,3269.01362800499,61.4068501615836,1195.55915579568,526.044685032781,6634.67243071496,294.264577136737,3870.31842451896,336.740588022162,4374.08623464438,262.757158289331,4966.47681610301,87.2156430410382,1347.69351524311,173.407406078454,2591.33857669959,391.28466541826,5947.5058547445,148.797060594332,1731.59263845801,118.373463006594,2358.32902677542,151.52350191578,4215.68476489619,211.738794519492,2823.27223734827,239.098421701858,3596.64777231995,280.725150509251,5070.16020170069,2865.86098080637,922.761634558655,26440.6465094343,11266.1855827297,656.202552290488,5103.99702691606 -5418,669.309046217996,3813.7299931041,157.304910100929,1527.99913958047,298.461686193222,2719.76338141111,321.772832169431,3205.06523127174,64.4800032011083,1172.17164509278,552.248963635203,6504.88506575574,308.92301050088,3794.60731215929,352.317179464212,4288.52042375812,271.554019458907,4869.32266933474,91.0994070239321,1321.32995442792,179.763027426972,2540.64684939893,405.741197744146,5831.16083228442,157.544280460214,1697.7192486147,124.755478811624,2312.19542887916,159.132179117562,4133.21760124217,222.333385041406,2768.04342717346,249.745615326693,3526.29020125212,293.226006899512,4970.97780206127,2937.28016413002,960.161803941483,27693.0480099404,11884.0469174002,662.752439600159,5377.45685198664 -5419,688.839208281317,3698.84373332545,160.77470233462,1481.96910955506,297.80885429116,2637.83218991663,327.181979529752,3108.51462138766,63.6961230942502,1136.86069849541,545.033657902317,6308.92942210872,304.88683458121,3680.29711132941,348.148318833587,4159.33139559912,270.674389577279,4722.63733236889,92.1943795162475,1281.52570591735,181.429082119873,2464.11143276649,409.543727805544,5655.50071491894,162.148611663068,1646.576505164,125.225382896961,2242.54197014413,157.302716859639,4008.70697465964,219.622102353448,2684.65782912959,252.747441439428,3420.06288761206,296.750447091555,4821.23016702834,2844.51351500178,941.987820070517,27904.6698271661,12085.6335572841,645.729447760774,5491.30789439107 -5420,666.405630578579,3642.76520365955,153.774973408229,1459.50083171857,281.515098540209,2597.83975947597,313.474577035262,3061.38612881529,59.4442272650214,1119.62464285127,508.249438351719,6213.27912940503,284.310079185065,3624.49976880381,323.628101911531,4096.27136768908,248.986561651546,4651.03696835286,85.7642071372107,1262.09637002262,167.491538256729,2426.75279962461,378.191758934544,5569.75711841075,156.822169691008,1621.61259858961,118.121855237803,2208.54257317942,146.886474359781,3947.93057824826,204.954991852131,2643.95547061761,235.119364485674,3368.21098146793,276.053344530995,4748.13502745488,2556.76017629197,867.267641242147,26221.6532612116,11456.5282093955,573.885789948407,5214.09320535996 -5421,556.444081781643,3379.46252879453,127.284556818239,1354.0066668536,230.082033489732,2410.06533007999,259.523201651213,2840.10610898257,48.075808366316,1038.69706535839,410.744763750161,5764.1771634557,229.766857559901,3362.51733765098,261.426318442931,3800.18881836583,201.143193661418,4314.85541225555,69.8361174060585,1170.87079505816,136.172657709264,2251.34470504431,307.492767443629,5167.16956043344,130.931432464337,1504.40083474205,96.5332321608159,2048.90692977116,118.858936134514,3662.57024802717,165.753257956761,2452.84775197073,191.453102532505,3124.75335756198,224.78484233124,4404.93512752908,2020.35239390203,695.7239051008,21454.5904621919,9431.07745844814,453.428299942301,4303.37812173195 -5422,427.4794329662,3085.87875127506,101.829796998032,1236.38015415982,186.604717809821,2200.69591774151,203.620187464618,2593.37779851107,40.6104463450274,948.46241841437,347.659131521896,5263.42626252991,194.477332887872,3070.40563836416,222.588410957475,3470.05531959877,173.405031140807,3940.01132370985,55.3612112398871,1069.15383028299,111.895287192079,2055.76381684871,252.331848880022,4718.28245317594,100.270470761182,1373.70914155007,79.8713760286774,1870.91240220863,100.256308108935,3344.39207629588,140.026211429199,2239.76170572284,151.770688943172,2853.29690946905,178.193771390059,4022.26555109513,1886.76407972784,604.31379725713,17498.1975234027,7371.86225837511,437.521813134419,3335.51988163928 -5423,387.796169232575,2887.88189291988,97.6407255441447,1157.0512478782,197.446355026366,2059.49436284314,200.583922038971,2426.98089895009,43.072314873546,887.606955756803,361.991095266776,4925.71310262871,202.494502095966,2873.40156941915,233.863852330823,3247.40883638379,190.530270931454,3687.21141585344,54.5477039501787,1000.55453764812,120.858337819889,1923.86142856203,271.662798208336,4415.54693507589,91.7361928543091,1285.56890136457,81.5802394730921,1750.87049267412,107.746872114881,3129.80842684402,160.990445121772,2096.05360279944,149.54048915068,2670.22302045252,175.575296671753,3764.18802868501,2296.42346034406,680.937391076071,17600.9933822635,6994.74384770231,538.083368208439,3132.00646574208 -5424,385.512089278429,2779.62369046886,96.3044825957028,1113.67679806219,197.525119085441,1982.28997362417,199.964020629932,2336.00051981913,42.8267111846739,854.333180347622,359.956421731185,4741.06259888499,201.356324362025,2765.68619172732,232.948366181374,3125.67302574958,190.9284666284,3548.98869943425,54.5279056965298,963.046689433982,120.592586056936,1851.74151931935,271.082265602774,4250.02106118147,91.3586394475965,1237.37670253197,80.6933767039755,1685.23550506395,107.126317106178,3012.48110984506,161.620410308898,2017.47871515034,149.486212979171,2570.12420926282,175.511571088341,3623.07968534446,2301.76773239777,680.266506282316,17535.7004460444,6945.82776819112,541.894911931377,3116.19379017159 -5425,383.676923813385,2714.18790302848,97.5000346987078,1087.45946566387,206.691710593926,1935.62441029484,204.102608401931,2281.0081717543,45.521380828401,834.221118206195,383.064853321528,4629.45210803835,214.282969272051,2700.57851028497,247.451721485972,3052.09080797585,199.561074540712,3465.44110593777,55.9675534021588,940.375376521716,124.186310601496,1808.14922843904,279.129542415139,4149.97029685311,91.3737778881197,1208.24732103756,84.000338832779,1645.56297216877,113.770391014525,2941.56357009034,169.724181750819,1969.98476522369,153.43295329112,2509.62029931653,180.145433830749,3537.78789819259,2504.8018992865,728.626244234415,18141.2602785461,7051.55550900515,587.141315562498,3143.4686444617 -5426,438.856217465369,2707.49487284188,112.116725104502,1084.77785359778,248.498702801653,1930.85127259366,239.464448865987,2275.383337699,54.9815047999197,832.163977239564,463.154738035098,4618.03614723771,259.084516989809,2693.91904007273,297.433844160359,3044.56452879406,231.301337167446,3456.89552885887,64.6209587503546,938.056465301615,143.29269050766,1803.69043715406,322.081496357145,4139.73671043143,105.203071677215,1205.26785311511,99.2422958816461,1641.50510917616,137.312754949909,2934.30984467639,197.420768723811,1965.12689687711,177.155940234259,2503.4317209939,207.998562399058,3529.0639181137,3047.27778550138,882.111868144939,21249.7314755776,8143.33000877653,704.510210861388,3609.85549275977 -5427,657.208300565731,2758.82979760999,165.420356834488,1105.34557103397,340.129804631156,1967.46079891678,343.056978184877,2318.52529657436,74.321830708695,847.942058887964,624.868355767491,4705.59551459711,349.54563311402,2744.99656293,397.602839977211,3102.29039657133,296.46464635601,3522.43931757856,86.0709389139692,955.842300671988,188.796999419598,1837.88895543198,424.518318446062,4218.22737526017,155.936873801895,1228.12009752218,139.44722557432,1672.62854439714,185.866630379662,2989.94525017013,251.602529576386,2002.38629944251,235.960258173452,2550.89754645064,277.040636732189,3595.97604140354,3854.43729668763,1154.91237448578,29059.9124724298,11395.2549657857,876.757355196889,5068.47313481087 -5428,920.876299942024,2936.81252565803,229.105893733076,1176.6556679232,451.29847577836,2094.3892671471,468.192368079347,2468.10228667726,97.515694705909,902.64606454946,818.780805953262,5009.17159149182,458.018481103937,2922.08685576939,523.7674444214,3302.43108972223,406.600906465395,3749.68543463495,121.861215550496,1017.50736620256,265.387152724875,1956.45824536083,596.881325054598,4490.36145777087,217.319831664428,1307.35085163286,187.607906224951,1780.53624917861,244.099508530466,3182.83812554816,342.254079194794,2131.5679461282,334.077962265135,2715.46576471538,392.240507365822,3827.9662955319,4942.30096431203,1507.63536034883,39751.2497079611,16051.3690446934,1133.25971560939,7195.13463995745 -5429,1019.90776896943,3292.77798805728,252.157564883419,1319.27586422705,506.014889939675,2348.24620810284,522.483222171161,2767.25627218026,109.020914392971,1012.05407780976,915.624689035232,5616.32375603219,512.192062007277,3276.26744771972,582.235317236366,3702.7124831119,438.175060353984,4204.17767679552,135.181906783635,1140.83749944755,291.291411748575,2193.59682941758,655.381972719184,5034.62963242972,241.770931042159,1465.81236266011,207.795876495489,1996.35166256305,272.848577623229,3568.62388313541,367.992488578543,2389.93124407448,370.596138807417,3044.60220707295,435.116451645113,4291.94681200441,5437.3756876351,1677.54795384657,43970.204896411,17885.0012168025,1223.05442963121,8007.71032467539 -5430,936.849739792979,3639.38619898519,224.280842506237,1458.14700849448,454.828335349805,2595.430020665,476.042228411442,3058.54640748796,95.497636475373,1118.58608651008,801.418937406942,6207.51573318057,448.306410910189,3621.13770702484,514.158113828033,4092.47169372575,405.617550770998,4646.72269752341,125.942047142766,1260.92565785882,269.709115223275,2424.50175993497,606.953885899266,5564.59064890587,223.214650448895,1620.10840157326,182.368610264571,2206.4939438385,239.13540083241,3944.2685042105,340.561385962545,2641.50295518097,345.265409366612,3365.08665145644,405.375674670658,4743.73068911429,4801.60924059218,1484.23558933719,39871.0721260235,16345.9434622093,1105.49025235624,7395.52965725088 -5431,848.878056921223,3880.72531825427,204.71797963429,1554.84131230127,410.086294307541,2767.54112980931,429.789676002499,3261.36821750433,86.5176036766803,1192.763040036,726.004756495808,6619.15558066708,406.120409060279,3861.26671152816,467.295722806197,4363.8563339359,376.280825251906,4954.86146103816,117.375860606792,1344.54159502325,251.24865643064,2585.27807973643,565.419507718154,5933.59611655159,201.602770841769,1727.54287359086,166.05902085204,2352.81348124485,216.659728057486,4205.82532586146,315.18760430716,2816.66930519016,321.781529533364,3588.23610697536,377.80328145365,5058.30235696305,4365.38002120777,1348.37913791698,36524.8048936136,15082.6052915998,1009.17179830134,6826.09515552339 -5432,817.392423284485,4006.65833814459,195.60112611157,1605.29730850056,386.941275776469,2857.35032359794,410.068842948273,3367.20254354454,81.1130029132559,1231.46927130125,680.273584078792,6833.95312056929,380.538810203479,3986.56828216429,435.938841207317,4505.46738894024,343.007435873278,5115.65116289919,108.232049120162,1388.17317663325,230.706666830854,2669.17267395211,519.267077772446,6126.14663648968,193.841681709291,1783.60319046976,156.922672766666,2429.16439058081,203.204773714284,4342.30813280622,287.189365330459,2908.07275236702,296.714112513188,3704.67758942333,348.371659254814,5222.4488087447,3998.56893874846,1250.12026068411,34168.4888635237,14140.6325414947,917.991588018885,6404.91847507439 -5433,748.230810069362,4123.81893162895,178.331519415015,1652.23856715299,346.258543474457,2940.90345727005,371.477545003492,3465.66450737807,72.0963224792127,1267.47924732287,604.257586776406,7033.78797941602,338.0161577782,4103.14141280977,389.007468237338,4637.21389404832,315.013916925774,5265.24034064321,100.643731747049,1428.76540574474,213.651550896775,2747.2232158751,480.949302076417,6305.28419081275,177.136533023515,1835.75837583872,141.114661908375,2500.19673665385,180.698983989173,4469.28362085523,262.824473646258,2993.10908459414,275.9110243971,3813.00782085655,323.946780157418,5375.160907016,3532.54341663749,1112.11840475773,31106.0111613115,13035.7464613486,818.094287987857,5927.69560280372 -5434,720.568393171731,4205.95481125792,173.076462650089,1685.1469150509,336.564934026874,2999.47869938703,359.254698098851,3534.69164157865,70.6026337948385,1292.72417796031,591.93039304194,7173.88296719106,331.120438546042,4184.86544938139,380.317985661217,4729.57528249194,304.399715413052,5370.1104025947,96.2645903248232,1457.22274233734,205.264893998039,2801.94084511977,461.998205501598,6430.86925453874,170.562804409604,1872.32196689004,137.837815856074,2549.99423300742,176.915087665017,4558.30026964521,254.297928504175,3052.72412869878,263.905772059846,3888.95314158733,309.851428773295,5482.22030427975,3472.67202057305,1087.99406661203,30099.8986878614,12532.8506929853,801.288715299797,5682.89465087382 -5435,696.68719966059,4144.87274743946,166.098846093295,1660.67393423496,315.392918140498,2955.91799615558,342.612587086293,3483.35817031747,65.5079816447635,1273.95025758283,548.712017690851,7069.69840104802,306.944475345439,4124.08966126151,352.90480125501,4660.88880529391,285.075365837416,5292.12158886672,91.5336305397059,1436.05984912058,194.477070611712,2761.24893633867,437.772737077093,6337.47529672386,164.624033669484,1845.13068809547,129.869460172992,2512.96128389908,164.254774815898,4492.10117800758,237.374315319453,3008.39015498364,250.936022846116,3832.47481629823,294.623662842528,5402.60334558191,3155.81345704885,1002.72246966411,28447.1234381067,11979.8579538675,730.281606375135,5451.67877507288 -5436,630.515316720501,4032.39077969076,149.793339745626,1615.60720160074,282.782041777221,2875.70142668026,308.633197858476,3388.82813158158,58.5937709168753,1239.3782838412,490.655164986036,6877.84363589728,274.46800386468,4012.17169693865,317.987016758826,4534.40339157375,268.390129701032,5148.50602183904,87.1801735991404,1397.08860742594,184.578219975566,2686.31522118535,415.541498677604,6165.49132149214,148.818564154152,1795.05823878355,116.676339586097,2444.76550388053,146.947745546163,4370.19625821465,222.700199293048,2926.74961617641,239.001183554196,3728.47058385205,280.610983324695,5255.98956699192,2844.01795434064,904.567566297542,26147.3781110228,11167.3578071175,665.776857043138,5098.9712506962 -5437,616.907518496181,3909.05700192306,146.00273429039,1566.19261098971,274.22576086057,2787.74588366326,300.888134593,3285.178213082,56.5238035750186,1201.47094445355,473.177170812133,6667.47949093814,264.690974058816,3889.45633538977,306.797289653249,4395.71517141857,259.477829365577,4991.03499975178,84.1960006916258,1354.35757632204,178.310927427814,2604.15220112977,401.42789380278,5976.91502072698,145.641352834739,1740.15499998605,113.095891416625,2369.99046797172,141.786714371412,4236.53043970655,215.336042241725,2837.23272496606,230.82018519893,3614.43243935518,271.005683639941,5095.23107789171,2731.84646782655,871.206609256366,25333.9084205907,10821.285059105,641.586239766114,4947.73224229561 -5438,581.629062449658,3822.1775173963,137.528614333594,1531.3837026915,254.737169627763,2725.78773742873,281.824957142822,3212.16454518442,52.3437357890217,1174.76803982037,437.982877422492,6519.29357781882,245.003608790058,3803.01247914982,286.941903665789,4298.01962284216,256.395398251328,4880.10836250394,83.7283359208468,1324.25673920509,176.958551530625,2546.27445702113,398.412019210756,5844.07702532155,137.17839382135,1701.47974676742,105.561049720077,2317.31700987443,131.343519478032,4142.37279999892,211.930484187145,2774.17472491483,229.538099730315,3534.10103793701,269.500388734266,4981.98866434435,2560.76643095477,815.616597279781,24272.8460949872,10510.9212929405,612.47938624325,4824.99451692539 -5439,597.414450912279,3755.31215057037,142.148024654531,1504.59359873487,265.275235849422,2678.10266887206,291.019359537658,3155.97077615055,54.8647774063392,1154.21658830865,459.291913625744,6405.24472620406,256.923688406775,3736.4823864724,299.304172083453,4222.82985015412,260.817852324776,4794.73549996054,85.2303215014286,1301.09012482476,180.225073685978,2501.72980287221,405.759087950949,5741.84044623056,140.82449397198,1671.71397401179,109.993238677602,2276.7777488872,137.62452812631,4069.90592070275,215.705252703293,2725.64317195153,233.655736993703,3472.27529561447,274.334901368349,4894.83350264716,2670.99316248542,851.296855918895,24994.1786241243,10787.111862086,630.389651454211,4935.95593771811 -5440,632.098149094318,3761.03047441571,151.187445632597,1506.88468749347,283.608797254791,2682.18069427652,309.558899766387,3160.77646532388,58.9763549968065,1155.97414772714,493.887417517465,6414.99818002748,276.276096316561,3742.17203768422,319.666507618281,4229.26007689926,269.375357360881,4802.03658419595,88.6147386211499,1303.07133288082,187.229087852457,2505.53926014574,421.540055588724,5750.58371491858,149.170230777565,1674.25954186258,117.722467498697,2280.24466507685,147.901248864748,4076.10328569973,222.668033735046,2729.793588673,242.933989879201,3477.56263094756,285.228486190888,4902.28700904421,2838.01734398613,908.57721855149,26355.8695812276,11347.1991271173,658.825137287169,5175.22887221512 -5441,690.005488796023,3711.70995409854,165.417819194965,1487.12405610515,311.716118558579,2647.00774145779,338.704427324304,3119.32741540618,65.0368408181611,1140.81520476538,544.761823140585,6330.87467977271,304.734772706072,3693.09881871658,351.989374207096,4173.79939691588,293.739417851701,4739.06476183882,96.045473509463,1285.9834213137,203.205146361067,2472.68270638312,457.487674888672,5675.17305742017,162.710379852621,1652.3040293209,129.339640427814,2250.34252679399,163.074231070432,4022.65103736385,243.186304253246,2693.99626103429,263.305071510103,3431.95938482642,309.146147027655,4838.00054615195,3136.6341644665,1001.08903586188,28805.3881397737,12343.8031077095,726.026047598996,5621.3320692204 -5442,724.09698023489,3634.38266483262,172.696387048757,1456.14230551503,320.279888209992,2591.86174787422,352.049804926839,3054.34142879915,66.4779605870953,1117.04822177673,556.488713930464,6198.98145974121,311.294687971061,3616.15926143055,358.473072361033,4086.84524443776,295.894156897076,4640.33424781146,99.6556972169484,1259.19210053679,208.947585135557,2421.16848429575,470.566447746381,5556.94028759917,170.377206828763,1617.88102935307,133.512508712084,2203.46039169487,166.759831842024,3938.84580898425,243.862529507771,2637.87133997782,273.202364706052,3360.46023231147,320.766546285377,4737.2088699899,3113.52405067221,1012.9262597287,29680.092558817,12885.3983215455,713.248681050371,5875.6885154978 -5443,750.253205798196,3529.6334253802,178.079652174931,1414.17374768729,324.427916214583,2517.15977730774,361.658766139035,2966.30998819424,66.8398183117655,1084.85294614024,559.117636623974,6020.31601551853,312.765283239374,3511.93525220913,360.267303165192,3969.05524525662,298.357319396559,4506.59173138174,101.214134444471,1222.89999070146,211.780970978969,2351.38619093127,476.982233454686,5396.7795883858,176.585593744652,1571.25087975735,135.840141628142,2139.95282480409,167.751396812801,3825.32141134616,245.520320890418,2561.84329281875,277.474762047052,3263.60591453398,325.782762528256,4600.67425819454,3079.53387475486,1012.37593650738,30174.3675074972,13166.1135538278,707.428379367819,6017.24613936932 -5444,719.96273578602,3466.14706953178,168.461601811565,1388.73746948015,300.758166691516,2471.88445205713,342.109676456461,2912.95594578488,60.9599314506865,1065.34005290701,509.315603689108,5912.03057087919,284.906482306494,3448.76722758223,327.511220170483,3897.66515361976,269.792915452562,4425.53314771558,93.952754496981,1200.90409066877,194.97647339031,2309.09258067103,439.26370240656,5299.70948843715,169.279718368784,1542.98930682399,125.944868479143,2101.46219697927,153.123511054571,3756.51661291893,221.067259746118,2515.76425986697,257.567960648987,3204.90450805101,302.410212517877,4517.92344305375,2699.49381580273,911.316880236507,27984.8136492451,12367.0048898703,617.374242048675,5674.00452951781 -5445,598.95683832062,3233.12550362436,138.722474676917,1295.37565496941,243.507517585863,2305.70501009873,281.535767005209,2717.12422188812,48.7303365101644,993.719546802573,406.729697903116,5514.57755065726,227.520866511473,3216.91407083491,261.648120111933,3635.63356082819,216.594112834869,4128.01413211444,76.3380010842237,1120.16990769884,158.086739596227,2153.85728390509,356.181664769224,4943.42148937748,140.754655233027,1439.25747512676,102.061216337072,1960.18544154676,122.489939944385,3503.97413103923,176.984287563947,2346.63487339599,209.277773329312,2989.44571416011,245.712765470988,4214.19322785188,2103.38612643359,722.663796774797,22735.0683014156,10125.2221167762,482.523061261716,4660.85341184013 -5446,463.926716511232,2979.24506569595,112.261119552511,1193.65657904836,201.781164717904,2124.65005351217,223.86063296921,2503.76266614723,42.2124652836025,915.687947522728,353.235450266488,5081.54661449917,197.596674502843,2964.30663194455,228.619976972181,3350.1462701135,192.215688737839,3803.86277007759,60.6297566034822,1032.20882285942,130.276817979251,1984.7261351575,293.140984910217,4555.24045180842,108.797903042613,1326.24011230947,86.0204660758684,1806.26232975821,105.916321153659,3228.82536682304,159.535416518608,2162.36590869047,166.214208903318,2754.70017575667,195.151889665517,3883.27467210679,2022.35695099888,643.450365595507,18788.3518376095,7968.10452949854,475.814729472761,3628.42247650877 -5447,440.094214604791,2790.02063374672,104.83489131463,1117.8424103136,228.22737672345,1989.70455873032,235.107639887246,2344.73812879292,48.2972666747601,857.528740108797,419.342229236396,4758.79613565345,234.576200982118,2776.03100299021,266.770984608612,3137.36433679477,198.893237082412,3562.26338633821,60.0698809768253,966.648882723064,121.787394717204,1858.6677991635,274.608096478976,4265.91789932339,98.5249248983873,1242.00500363391,86.5511960991688,1691.53898348661,118.001602283936,3023.74903626693,178.756502300425,2025.02492071681,164.679330823935,2579.73753775488,193.349791279499,3636.63150320703,2403.3727751502,760.076579282508,19346.7810257922,7708.41257899735,573.780168727913,3453.35936562368 -5448,432.008382517055,2659.21405063438,101.711414198454,1065.43378494984,225.774434418549,1896.41978098261,234.233807226223,2234.80805185698,48.1474920695091,817.324591416308,426.295044359887,4535.68600711037,238.465542059857,2645.88030599431,271.22314988518,2990.27298416791,201.583133023228,3395.25118002081,60.5038716126527,921.328774373697,122.546171211557,1771.52651389529,276.329029439793,4065.91574252968,96.8098669371938,1183.77517236717,83.630540473811,1612.23332102845,115.906528089669,2881.98439308141,181.658438103462,1930.08419253998,165.8690999117,2458.78981121881,194.746697640723,3466.13264193717,2427.16126091267,767.262928762942,19315.2359529152,7678.51937693193,585.053258150728,3442.28553298105 -5449,433.212996930318,2583.1213969645,103.988535289771,1034.94670024636,239.098648830593,1842.15426836899,240.019091371907,2170.85965512373,51.0304699775613,793.937080713408,445.690678136599,4405.89864215116,249.315281889939,2570.16919363464,283.621241989732,2904.70717328165,209.809593548216,3298.09703325254,61.8979210839381,894.965213558506,125.683657632327,1720.83478659463,283.377708086171,3949.5707200696,97.5976978861732,1149.90178252387,88.5064206668273,1566.09972313219,124.131101255025,2799.51722942739,189.803093022538,1874.85538236518,169.690834370526,2388.43224015098,199.233791171178,3366.95024229775,2631.0131719959,815.680507847063,19972.2470640676,7786.46485404405,630.496641716933,3472.63749711156 -5450,494.228713125972,2559.27340154502,119.141858487924,1025.39182442988,286.18844622734,1825.14705894954,281.237487369592,2150.81775884562,60.9543494722066,786.607263428606,529.903699567721,4365.22233063123,296.42327451093,2546.44077605848,337.293639189199,2877.89022095228,248.572128668684,3267.64821151523,72.556466108027,886.702680354057,147.498617939976,1704.94762768811,332.549392798518,3913.10733722131,112.048459469407,1139.28561385494,104.291150034923,1551.64111539211,148.78629724731,2773.6714158537,225.555853075344,1857.54626842907,198.910836700827,2366.38166165714,233.540958460985,3335.86575124351,3200.89244219157,980.270936918802,23491.663270088,9033.67803781819,765.297288375494,4018.55216529261 -5451,719.705164830214,2568.24076543733,169.725273611968,1028.98466512299,360.766508990105,1831.54213882835,367.1533348727,2158.35394685038,75.3844898239736,789.363433819485,645.271601784235,4380.51750663157,360.959021999338,2555.3631760863,410.621793673797,2887.97397708316,306.048982018222,3279.09762937228,94.110505650186,889.809572175082,188.646197203921,1710.92154426365,425.540958932904,3926.81836060058,161.259499970186,1143.27752369566,138.69164379942,1557.07786572273,186.121325162419,2783.39000273413,275.064365089597,1864.0548709589,258.000429532296,2374.67315777294,302.917973679549,3347.55419456077,3720.60917462432,1182.02757174738,30226.647142253,12069.89050294,885.662826414322,5434.35730316667 -5452,1042.51101850783,2622.56481360393,245.210311914688,1050.74999696536,500.680465746902,1870.28335994276,516.24771801795,2204.00797015971,102.080116043165,806.06023957728,849.57334641563,4473.17526957474,475.24354611445,2609.41483437669,540.513105101575,2949.06109926667,406.988536594541,3348.45789339358,130.787291591948,908.631038880407,259.620777510216,1747.11136946643,585.855932476037,4009.87936976824,232.819562159077,1167.46040565161,197.810038670578,1590.01355232775,257.103152862805,2842.26493946507,362.647529710667,1903.48380922587,358.548465710231,2424.90281721097,420.971294101117,3418.36246836162,4803.11200025107,1558.84405181983,41834.8318364688,17100.5781742406,1124.41848133284,7735.02261871284 -5453,1134.29132042234,2726.14439662243,263.668349750747,1092.24992328855,548.241872909007,1944.15118946004,575.260395854014,2291.05642949021,110.780827908801,837.896014643779,929.652491175724,4649.84569037342,520.039086000633,2712.47505201745,591.532775168659,3065.53582560083,446.735329423266,3480.70700714421,146.950950620119,944.517901861523,289.205106060131,1816.1144561385,652.827072785732,4168.25167420877,254.187859692644,1213.56987123306,211.857379073384,1652.81197770491,277.410912914922,2954.52169503914,397.003204936079,1978.66290802997,402.860532075941,2520.67563524171,472.998034434021,3553.37250023665,5157.84143749853,1692.24941926417,46112.3732411772,19077.7928567474,1207.87999024391,8650.51848169362 -5454,1057.24813571604,2933.3685355184,238.667257790932,1175.27580779162,506.972915077807,2091.93318392027,532.911374885957,2465.20795145339,102.091263983558,901.587534555214,868.168666409488,5003.29735286811,485.645597746953,2918.66013437315,552.580795165161,3298.55833992617,416.143542131445,3745.28819117771,137.457196472032,1016.31413874743,268.951511953999,1954.16391337785,607.242262202573,4485.09562604044,238.370816493471,1305.81772570033,190.610079557232,1778.44822032698,253.254754661811,3179.10562201767,370.632468894273,2129.06826358998,376.833760344579,2712.28134717545,442.44003509822,3823.47725237321,4791.26114614814,1577.89608807052,42683.1158767493,17666.0138584106,1131.71973217511,8044.7721549685 -5455,955.890536625165,3188.74353829764,217.31777403006,1277.59369217846,460.36193235054,2274.05399015003,491.207249830427,2679.82554205987,92.6837963969048,980.078496858412,791.963331994972,5438.87749219357,443.017031875874,3172.75464411584,504.032090311809,3585.72626138792,380.700934951835,4071.34779488925,127.042875070818,1104.79304034624,248.116094026733,2124.29071768741,560.239139823639,4875.56184059768,214.790987814559,1419.500408695,172.876324816943,1933.27745971829,229.122974892897,3455.87415526804,338.227733022682,2314.42199843373,348.283287937301,2948.40880548358,408.918962033014,4156.34388748171,4308.34337211952,1427.74066617568,39117.2740356941,16318.5259313647,1016.97142426329,7425.49697531709 -5456,940.619967180974,3394.73304790072,213.661740820979,1360.12491332029,445.675774451883,2420.95550813539,466.766433042037,2852.93947944645,89.3493463515265,1043.39054642141,750.768848498954,5790.22331036694,419.973215235911,3377.71128781672,477.845020249251,3817.36044120927,360.461472353355,4334.35261971143,119.935238298009,1176.16151945426,234.245754812597,2261.51768433912,528.919363495853,5190.51805470589,211.323976301165,1511.19865584365,170.347574589572,2058.16516895899,223.541172283699,3679.12002435217,320.583842564863,2463.93124768695,328.797967699404,3138.87294179829,386.041272512648,4424.83937131143,4152.21527565376,1370.45178587733,37364.1946224156,15497.1016171243,975.474126498427,7059.79265676376 -5457,854.44097332825,3514.03801046341,192.853663173286,1407.92532931017,399.379528888918,2506.03789964852,430.113300775685,2953.20357473355,80.2401557156745,1080.05960649848,687.86112618506,5993.71571036584,384.783211739954,3496.4180353148,437.783712388986,3951.51827868883,331.147291498375,4486.6797010258,111.574474342292,1217.49670076784,217.066878111566,2340.99677116504,490.203055694059,5372.93433117292,191.563971393866,1564.30842810445,150.766670846573,2130.49760717009,197.894754028391,3808.41952171335,293.827985253623,2550.52398446904,305.877246182818,3249.1859217959,359.130082753531,4580.3465314007,3686.71641090014,1234.31038980994,34190.5124749749,14359.1949698377,872.82160378265,6552.1786807514 -5458,818.470472446127,3594.28943766254,185.883006026963,1440.07865739897,381.314361019683,2563.26924360754,408.32799513231,3020.64701187801,76.5686363728356,1104.72533994346,650.693834625008,6130.59648358187,363.992169371462,3576.26706841669,414.108271955589,4041.76060974046,313.447123819586,4589.14371772698,105.37056916657,1245.30113758836,205.432005971224,2394.45900788392,463.890444665392,5495.63808310729,183.411363590035,1600.03313670498,145.788798247043,2179.15259414253,190.032516839243,3895.39385183741,277.963725618772,2608.7712741255,288.869472299811,3323.3888207637,339.1612772334,4684.94965325567,3509.1956761301,1172.53165679485,32504.3657028668,13627.9668898487,827.592362322719,6214.1443064259 -5459,783.976352378089,3552.05184141414,176.188865447146,1423.15585194547,346.278451281903,2533.14748149985,378.497182224813,2985.15046350332,68.4373630416534,1091.74337405474,576.83723648854,6058.55396627035,322.677465054982,3534.24125855023,367.095307788069,3994.26464267166,279.975059110843,4535.21528407215,97.4758049152157,1230.66722243785,188.405224533458,2366.32098656917,425.582745677954,5431.05715647146,175.29150098938,1581.23065716506,134.544958866795,2153.54470445212,170.8481948278,3849.6178853784,246.667126658007,2578.11480371821,267.226271534566,3284.33466065156,313.750022951256,4629.89537470347,3005.93217384562,1032.51871304291,29786.4060113191,12740.397596376,705.341537851954,5841.6757961492 -5460,743.00443391191,3427.54840721252,168.932017708754,1373.27262982988,346.768824036211,2444.35779743366,374.241663302347,2880.51756372932,68.8751479137367,1053.47653409709,580.194147804377,5846.19479788721,324.555290488725,3410.3621054207,369.213183054433,3854.26114966951,280.692816672763,4376.2508593058,96.3860475620736,1187.53094447974,186.978248773922,2283.37875982117,422.300366240432,5240.69246093347,166.420931980488,1525.80673435329,132.750755836457,2078.06052702968,172.010864019721,3714.68442480628,248.010114482292,2487.74896415288,264.238742530719,3169.21501640793,310.242368976436,4467.61230568292,3095.80785274131,1043.87456098133,29535.6531953354,12505.8431107033,724.039885496108,5706.24429501558 -5461,722.844956800973,3332.15642553459,163.440800740396,1335.05312656397,331.881199811152,2376.32895975584,359.970154259191,2800.34997861688,65.9577387642932,1024.15726495788,558.018489621306,5683.48955180749,312.150430476569,3315.44843511605,355.102010645092,3746.99334035205,270.008413056094,4254.45557235654,92.8068714991572,1154.48081166194,179.982411043745,2219.8301241951,406.504449479684,5094.83892954028,161.891218829741,1483.34205967759,127.229620705714,2020.22609606938,164.221978260616,3611.30117051153,238.536639808174,2418.51250840848,254.426565290522,3081.01270243259,298.721904253284,4343.27434146598,2953.43110185485,1000.80169648636,28407.9778842386,12055.8288834581,693.031610549634,5508.9760633094 -5462,690.060275487381,3276.20785419293,156.547487324527,1312.63691749164,320.963434020095,2336.42920915671,352.938816945217,2753.33070324324,63.5386574277504,1006.96115274524,539.877806183422,5588.06092240038,302.002698368056,3259.78039928189,343.552958908733,3684.07944993174,262.182108843413,4183.02113750053,91.3677185601948,1135.09650198222,176.49987168718,2182.55806724179,398.698747820679,5009.29403820826,154.530477887853,1458.43600532372,121.817756509834,1986.30549048314,157.711753422486,3550.66561942327,230.878002201145,2377.90447494988,250.481181362875,3029.28095968917,294.089634039947,4270.34859509713,2817.92188252547,961.331286352093,27645.3555572621,11828.4698576199,659.859525116947,5402.50060528418 -5463,689.056179231245,3241.31309866178,155.841484451103,1298.65607550129,318.356282200896,2311.5439974431,356.627110878925,2724.005090809,63.2886346382725,996.236050792556,546.014741905618,5528.54271462526,305.435643983873,3225.06061189948,347.407642676988,3644.84047075703,265.423176323311,4138.46795086803,92.7486736323375,1123.00663567834,179.176870533034,2159.31173075203,404.745057331268,4955.94025278735,153.943726445232,1442.9022632266,119.832757916233,1965.14943214212,155.360325112501,3512.84762548737,233.54980978047,2352.5775118808,254.267018016458,2997.01621238743,298.534580003268,4224.86528729417,2788.65464142643,959.66722251521,27845.5751700594,11992.5020026087,656.950277195107,5478.85503579067 -5464,712.646345944033,3257.42836578499,160.822270377241,1305.1127765113,329.837649795592,2323.03660795371,375.74750486709,2737.54838895612,66.2176790073007,1001.18916997222,583.389894720604,5556.02970521714,326.342962033931,3241.09507437419,371.216174664447,3662.96200854737,283.349585093387,4159.04372200739,98.3344330446259,1128.59003702348,190.541261967441,2170.04746786972,430.366376976095,4980.58035961729,159.162691510827,1450.07613217934,122.432289035024,1974.91982675444,160.014350577503,3530.31291690621,249.489204593309,2364.27413416874,269.580168420635,3011.91687621257,316.513730268609,4245.87061155378,2939.16315286854,1013.70453694881,29306.820801537,12643.0044467334,699.80156606255,5773.39179081629 -5465,769.781206695302,3268.54010505878,173.520600693421,1309.56477706726,351.084568981188,2330.96095016862,399.58971521073,2746.88671371162,70.0644325382707,1004.60442635586,611.925915499247,5574.98243312061,342.305750607812,3252.15109752616,389.321191695341,3675.45710413759,297.797683024667,4173.23105148258,104.292243969024,1132.43988323042,201.516787253242,2177.44993354724,455.205569955969,4997.57011477799,171.664455948465,1455.02263171779,131.672129351228,1981.65667304461,170.431832771088,3542.35551992999,261.78003451298,2372.33914582842,285.913284122728,3022.19112672084,335.69042048312,4260.3541249048,3067.13688373812,1064.41041470156,31126.4749334886,13480.5561415218,726.799373259677,6162.71909301559 -5466,804.31888040953,3228.57684251609,180.090204878,1293.55320024077,357.222100455107,2302.46113023856,413.995698049116,2713.30151928638,70.3331704303867,992.321489891386,612.611761737819,5506.8191310088,342.689406709882,3212.38821747528,389.792199948678,3630.51861401788,299.95219476479,4122.2064586059,108.329937222507,1118.59394868083,207.489269390225,2150.82703752304,468.85578255307,4936.46662509975,178.922581943259,1437.23259409614,134.466541290759,1957.42767069221,171.433586495241,3499.04441493746,262.287089999904,2343.33340960438,296.982469082697,2985.23988440185,348.686736359169,4208.26430959095,2980.07255178278,1057.91649740569,31901.5284023867,14033.6581610537,703.52063336802,6438.01117397991 -5467,848.999696524118,3139.74792639736,190.375485961566,1257.96323775137,373.939222154602,2239.11274592531,429.576357449996,2638.64954573333,73.7548994576658,965.019416350007,639.214768748282,5355.30817168217,357.570885092297,3124.00470441988,406.722572190268,3530.63093930461,312.505652353107,4008.79081152773,112.102621555274,1087.8176986843,215.097689958584,2091.65061279433,486.014715441872,4800.64796531462,189.175919644546,1397.68953231646,142.113762604646,1903.57230752456,180.444466768214,3402.77403390234,273.620053364725,2278.86049257827,307.32514200342,2903.10597952036,360.830055380983,4092.48092403252,3139.83366774824,1109.74364999291,33244.4646409398,14561.1301767507,741.234481879408,6681.11818904131 -5468,820.820960634487,3087.37330982273,181.874594967645,1236.9789601002,347.855665527021,2201.76176288962,402.180879701606,2594.63382807947,67.7557723864029,948.921779500413,582.428416538142,5265.97545494631,325.805119947814,3071.89270294495,370.581063390323,3471.73594325797,285.933474113579,3941.91955733676,104.792123370369,1069.67164485855,199.759512575648,2056.75946821161,451.47275429265,4720.56762052667,182.812160983922,1374.37445892155,133.640170103125,1871.81852598991,166.771629627081,3346.01183849889,249.465591144571,2240.84647128618,287.283684795537,2854.67882354566,337.299406156861,4024.21362224274,2800.07765876161,1009.53282915557,30971.2603834039,13704.9265576521,658.569915962366,6314.79800714023 -5469,690.966045153315,2934.60317741759,152.188816973097,1175.77047620366,289.281049279598,2092.81366938533,335.129299096788,2466.24554662435,56.6028895928501,901.967008778268,489.67524344223,5005.40321869136,273.919844731208,2919.88858557107,311.591911977843,3299.94668860588,240.026985405802,3746.86456648458,87.2907421092845,1016.74190089298,166.935317161604,1954.98641236362,377.240026711371,4486.98338303882,153.943611970365,1306.36733863076,111.044744115428,1779.19676135132,138.667284975144,3180.44369357443,209.686442892772,2129.96437904654,239.304302987174,2713.42293445065,280.966875462498,3825.08653711163,2351.31597212282,847.635961539454,25859.4467036563,11422.350216734,556.410059407141,5267.46351620862 -5470,548.156307650005,2734.91681672523,127.057281161183,1095.76465831,255.431603131443,1950.40724508147,277.950720713764,2298.42878639971,53.2544035346895,840.592267950106,467.343929074739,4664.80836067793,261.427912075624,2721.20348573657,297.277677393524,3075.40036840923,224.072381317523,3491.90752321345,71.6943051066213,947.557252176206,142.734045498471,1821.95850423212,322.056041377306,4181.66463018633,122.0554068228,1217.47499993709,98.3818515166638,1658.13053714634,129.07362501189,2964.0290071037,199.508843336253,1985.03001840482,196.547254578386,2528.78688042837,230.76587972002,3564.80684553122,2499.41193060331,826.51065031057,22425.4323463352,9301.33472890655,599.766890824736,4213.5664133689 -5471,471.046975645024,2549.39630417042,116.27017591205,1021.43449228596,258.810022729671,1818.10320219968,260.998599461163,2142.51702926108,54.1321839734879,783.571481268028,468.366748768076,4348.375468551,262.000068040907,2536.61320410443,296.881577613009,2866.78347404178,215.651983959654,3255.03725734691,60.7016467906612,883.280596292664,126.123686498295,1698.36766099636,284.132537651831,3898.00533905899,110.506468007309,1134.88872724692,96.4373873804811,1545.65281012629,132.600710776878,2762.96688438669,196.723688685623,1850.37737222595,166.411293161268,2357.24899842408,195.383286040207,3322.99152263092,2720.11125662115,851.496709621587,20946.849291024,8142.61379435717,634.509646588589,3612.62066801741 -5472,497.689109696279,2427.55708495039,123.629168040745,972.618707615315,280.695547837532,1731.21350433079,270.121356139456,2040.1231403299,56.2353224759815,746.123502966417,486.90810680466,4140.56051600827,272.371933848916,2415.38490713634,308.665902042966,2729.77587754579,223.298369198198,3099.47446888656,62.0608848594768,841.067379764321,129.087681068692,1617.20029230368,290.798549088162,3711.71420564456,117.276249592056,1080.6508058209,100.557093239988,1471.78389799875,137.680342041753,2630.9208280816,204.41067589139,1761.94524657894,170.1375934629,2244.59276800381,199.758330449002,3164.18110467831,2923.60244984558,906.816710133244,21723.6608281339,8306.81638663243,677.066428275166,3686.49207757965 -5473,519.775715130836,2346.13599501419,132.273115876192,939.996745496556,322.007395905415,1673.14801482747,300.918468442116,1971.69671661384,67.0998513709591,721.098267014126,582.173645505609,4001.68470861729,325.662603366452,2334.37207618226,369.132935109767,2638.21826655933,264.28942759045,2995.51704145852,69.6833792689768,812.857693905752,146.955767607204,1562.95884469331,330.887820847911,3587.22204929989,123.19980184445,1044.40541040019,114.861484552706,1422.41976569121,164.029264492455,2542.67884906234,244.054768335855,1702.84900399262,191.034376645307,2169.30836346116,224.293216803689,3058.05339468722,3623.4738148556,1090.85450887283,24767.2592014347,9128.61711968616,844.929246950441,4000.72373460311 -5474,615.759020861113,2317.28446544213,158.276078804645,928.437166700629,408.045320406779,1652.57253261723,373.376739872549,1947.44984164692,86.4895329946505,712.230584995979,751.297944551602,3952.47412365799,420.269186720135,2305.6652130118,476.456659425228,2605.77486494198,339.041666083429,2958.67977000925,86.7896899386399,802.861603379273,184.459538430052,1543.73841014758,415.218146113419,3543.10830514489,146.8555844837,1031.56186951108,143.728535665468,1404.9276058075,211.240894224072,2511.4103402624,314.692753119389,1681.90827485337,237.930687211217,2142.63136582236,279.354114940272,3020.4470845086,4778.4298931235,1415.8218883373,31113.3901461443,11201.4894556262,1117.65328770916,4876.26374773095 -5475,871.87548034471,2323.00278928748,219.283839051172,930.728255459227,511.259650823559,1656.65055802169,481.180241308454,1952.25553082025,105.479313039766,713.988144414472,914.786145169803,3962.22757748141,511.722988251773,2311.35486422363,580.038683366169,2612.20509168712,416.223814171282,2965.98085424465,111.299190433115,804.842811435332,233.572442380953,1547.54786742111,526.006587894384,3551.85157383292,205.900259940178,1034.10743736187,184.37982668165,1408.39452199715,257.928838878303,2517.60770525938,383.600098769486,1686.05869157484,305.122565647204,2147.91870115546,358.24401330381,3027.90059090564,5640.19849705242,1712.53483638391,39400.3070037423,14668.4781120317,1314.87240518406,6455.99015347023 -5476,1018.97043171441,2350.87959991198,242.81273942499,941.897305896857,480.564497393386,1676.53091894502,514.165165491299,1975.68325031085,93.6773096802925,722.556241009864,807.161354956428,4009.77563396157,451.518666674804,2339.09189585058,511.639816271693,2643.55242669211,379.372938646072,3001.57361675486,119.963443983958,814.501194430108,240.355580778135,1566.11895955728,542.194523327775,3594.47498097933,237.38965772872,1046.51707256751,181.131041575286,1425.29572743493,230.173497053471,2547.81983997998,340.007681761057,1706.29195993921,328.87529253195,2173.69444414856,386.132059499446,3064.23641097083,4295.16535707124,1442.8125933079,39550.4200214331,16417.204052439,989.89204243235,7434.67891291354 -5477,1124.87485280133,2361.79639539625,265.859489117074,946.271200781159,542.396943354141,1684.31623690255,584.921401458748,1984.85774397108,105.915791592136,725.911580308944,912.427749245324,4028.39585616922,510.403723179463,2349.95395269385,578.451067650846,2655.82830895985,429.227665750119,3015.51204444224,137.454983600492,818.283499130708,273.835607451525,1573.39155675289,617.85005079783,3611.16666873832,263.216726078099,1051.37679096927,201.49400138064,1431.91438283592,260.283356832236,2559.65116818789,384.404405709495,1714.21547944391,376.827693840061,2183.78844372768,442.432912423039,3078.46582629916,4825.44817479544,1625.73057227727,44813.6352095432,18680.1040305136,1112.28065040974,8471.02084881266 -5478,1007.58990033371,2502.35011755896,227.96284326465,1002.58508952467,465.441228863461,1784.55219155859,519.289211202498,2102.97933329283,92.9006230343047,769.111567730517,799.919836755075,4268.13118349594,447.467827740434,2489.80291495237,507.282060616136,2813.88027100748,377.103796787636,3194.96927576794,124.203037738927,866.980665326462,244.313757402265,1667.02623252429,551.50361115999,3826.07211851817,236.821990292597,1113.94565662351,174.509371218569,1517.12955918143,228.380187382164,2711.97949751729,337.118642174532,1816.23077877048,340.497980161428,2313.7486700961,399.778242150438,3261.66952297701,4087.56575125585,1401.58990939592,39549.4169941493,16737.8063092415,951.131715803661,7631.53303666931 -5479,918.305505114473,2731.21290363397,209.960457262973,1094.28065812468,425.784504244093,1947.7657976765,478.210409526264,2295.31601148121,83.7699237649943,839.453849155562,720.692666082008,4658.49078471011,403.148874352668,2717.51814468591,456.996016158645,3071.23533654583,341.18310926651,3487.17841338839,114.158594982796,946.273970107226,223.844231549769,1819.49101567295,505.357317351578,4176.00137846609,215.161044292157,1215.8261667576,159.158308534468,1655.88492171629,206.061187847933,2960.01480609577,303.907663517295,1982.34168118493,312.961516218422,2525.36213025895,367.447715123656,3559.97900774754,3633.90348773503,1259.68451680704,36180.5760359365,15440.6403091679,840.913018026547,7047.43281732588 -5480,901.15653764427,2954.5523159563,205.648168897741,1183.76324616316,411.345495603943,2107.04040714243,454.992899815148,2483.01083688869,80.0026532895007,908.098490183975,688.554737430994,5039.42944854764,385.171211515999,2939.73769578787,436.647368382303,3322.37939574937,325.319918147108,3772.33537660902,108.180157890287,1023.6536105221,212.29736169607,1968.27621422904,479.273711108328,4517.48544676517,211.067867257309,1315.24789298351,153.392782433513,1791.29156277216,196.737124929374,3202.06403132433,290.275207933747,2144.44366360777,296.571854648306,2731.86851184592,348.204634477964,3851.08909235951,3517.33732630236,1214.26289514721,34496.8245334241,14648.142512639,813.489060368824,6689.36123622036 -5481,831.768053143821,3133.37979832451,189.608776167247,1255.41180012111,380.757872546253,2234.57131232304,428.518854352478,2633.29775997202,75.9265714012721,963.062135899422,653.456646249808,5344.44637987394,365.537660881237,3117.66850720779,414.37062691476,3523.47001093503,308.786959018056,4000.66006539667,102.657201001594,1085.61135518554,201.395158035637,2087.40826617983,454.666801474426,4790.91115147082,194.603643010745,1394.85469775122,144.039370900555,1899.7114267996,186.716995373465,3395.87242862739,275.483752784752,2274.23844144006,281.430875012435,2897.21781552758,330.42762969105,4084.18043518091,3300.32791956681,1139.72052241312,32554.1300406381,13858.1424816355,767.120662018605,6320.3443353446 -5482,798.144220647003,3295.96204894213,183.243897059033,1320.55158177948,364.944568433219,2350.51692265642,407.845076223257,2769.93216241232,72.1583809069209,1013.0327170664,621.028820605302,5621.75464656083,347.397832322472,3279.43554319,393.787091671073,3706.29294375276,293.548530615885,4208.24304583716,97.1824265554186,1141.94067010501,191.175271903621,2195.7180006253,431.549964063828,5039.49803453289,186.656033534642,1467.22977853977,138.022292306034,1998.28210101479,177.449747499733,3572.0746823573,261.812020045568,2392.24226735614,266.421985739689,3047.5462861553,312.805712030204,4296.09705232232,3153.60671594682,1087.61537928081,30987.6952583254,13166.9088847985,731.194444987019,6002.17162430008 -5483,784.736336453936,3278.8070900124,179.830262577686,1313.6783205545,350.183917441121,2338.28285543324,392.127237137286,2755.51510548669,68.0599864866609,1007.76004268554,585.406693946458,5592.49430659249,327.47114104277,3262.36660209761,371.198360004018,3687.00227769304,277.524158659781,4186.33980922651,93.0405459567043,1135.99705030449,182.593315319461,2184.28963720282,412.214526407669,5013.26824774374,183.421020408123,1459.59308059921,132.443355605009,1987.8813600888,167.444305811401,3553.48260102874,246.897293582393,2379.7910263415,255.06717507156,3031.68429181218,299.474043376241,4273.73654956277,2940.22663106968,1026.00072379318,29628.2832735544,12674.5996372196,679.468570943134,5792.8406970433 -5484,724.570702743547,3143.64678327814,166.547623979682,1259.52534360835,338.173595760928,2241.89321758766,383.054041404687,2641.92615174709,68.0609065055185,966.217752229102,585.69659093995,5361.95825334582,327.633306764866,3127.88401177924,371.361344258427,3535.01518449049,276.861136481666,4013.76882314061,91.704724973537,1089.16852225962,180.538464987524,2094.24796983541,407.527091247364,4806.60928443657,169.364150748807,1399.42514663264,128.349115749449,1905.9361138438,167.387490766574,3406.99950972614,246.936570738029,2281.69032195314,251.405071833942,2906.71098061893,295.174372658035,4097.56285983888,2951.38512008857,1017.15163912746,29113.0721931224,12393.0816758655,685.705072683378,5641.0158957376 -5485,709.492091260291,3048.57970371396,162.505021085145,1221.43601477827,327.390104157503,2174.09608400875,370.888949507665,2562.03161492864,66.1186718612579,936.998343605941,569.056220031359,5199.8071762585,318.324835739235,3033.29361447472,360.812008150414,3428.11272598524,268.822022086156,3892.38836713917,88.7833893874992,1056.23095716317,174.920502973762,2030.91577887983,394.834372654807,4661.25252562126,165.902327604671,1357.10510531416,124.928849820269,1848.29866515114,162.595405808654,3303.96837557037,239.899178299166,2212.68968341711,243.39633964407,2818.80908097344,285.771330457308,3973.64838684922,2867.90347115681,987.948421476459,28227.6258674436,12006.1379340772,667.472949791597,5465.79242454675 -5486,681.688243199719,2988.92721928104,157.010883925148,1197.53580552062,324.19398707499,2131.55488600465,371.295959120458,2511.8995646365,66.7344546490127,918.663812598755,574.396751104719,5098.06097088357,321.312279891228,2973.94023758991,364.198420598125,3361.03380370153,271.41108353992,3816.2248224581,89.4345264970894,1035.56336541447,176.285138030595,1991.17623336734,397.907686592336,4570.04438256902,159.437599710502,1330.5502177808,123.912088276436,1812.13244413485,164.101169173007,3239.31862347419,242.138623118787,2169.39331273862,245.18140766382,2763.65258806059,287.867176531685,3895.89480269669,2887.5735730974,990.501935256422,28297.2350607141,12033.4699035196,673.54274328598,5466.14101801285 -5487,703.941180206015,2975.67111723208,163.396027193641,1192.22465015262,336.650732618022,2122.10129044382,380.175768103096,2500.75911372463,67.6255800514553,914.589474096988,581.911391491764,5075.45071257888,325.515900873903,2960.75060385688,368.913118880719,3346.12738282769,275.189512338421,3799.29959746033,90.8696395009968,1030.97056918927,179.151055389773,1982.34522698595,404.373418816756,4549.77591490182,164.571972868026,1324.64913415642,126.895173086927,1804.0955095281,166.325030976077,3224.95201796942,245.352160532585,2159.77190109886,249.115716260692,2751.39559481604,292.486443213353,3878.6162357435,2942.43579584556,1011.24633138663,28907.459152989,12287.2629022138,681.893456019735,5586.23713101879 -5488,734.154261166113,3032.7893387045,170.514138842605,1215.10948820409,351.978027697065,2162.83517759706,400.53770597643,2548.7613650755,71.6700331793519,932.145084942319,616.803223443447,5172.87435465903,345.034071985446,3017.58242500014,391.059827426634,3410.35653900711,291.631828122734,3872.22742694765,95.9312619144613,1050.76012353938,189.545240102451,2020.39648643263,427.799443817939,4637.10919136921,171.679989228882,1350.07586971864,133.781314368111,1838.72525280648,176.2535622437,3286.85520429052,260.03726302158,2201.22887833753,262.991964696316,2804.20883147814,308.778528718842,3953.0665538169,3113.0499744963,1067.61541554481,30487.8507633945,12953.3832937931,723.548469251101,5882.84093553105 -5489,784.168473787161,3122.39802367812,181.302061003425,1251.01187085473,371.549338949086,2226.73965444474,427.791299108509,2624.06865771243,76.7116542567029,959.686824884594,660.090491209514,5325.71532601801,369.248572971789,3106.7417970188,418.455344250959,3511.12105992242,312.196792344518,3986.63867312928,102.84407650025,1081.80653737744,203.047964377725,2080.09238088994,458.288048858821,4774.12011112375,182.997905741947,1389.9660532392,142.940582599351,1893.05337570939,188.673406245463,3383.97067775792,278.316596561461,2266.26775940866,281.943187198935,2887.0637342481,331.029134772678,4069.86632325028,3294.94962422486,1133.7352341091,32604.1779987127,13895.3553036273,768.151234705288,6309.65885286282 -5490,846.307935443368,3117.58943331506,196.429290409849,1249.08527354694,398.404846710409,2223.31040591134,452.922086281596,2620.02751011889,78.7692476762759,958.2088772358,677.293881297289,5317.51355827447,378.871991767821,3101.95731773321,429.404768552192,3505.71382395691,321.551141362702,3980.49912520514,108.162595076051,1080.14052156175,212.222059025769,2076.88897373263,479.107205644034,4766.76781721876,197.415541471087,1387.82546215571,149.917144177022,1890.13801445494,193.83922829032,3378.75925734753,285.717763983232,2262.77763636049,296.523706850295,2882.61756603228,348.148104210022,4063.59860214858,3374.71217186139,1175.27014711121,34186.9389386889,14663.5754841318,779.116283170141,6683.4586083462 -5491,897.744543698527,3101.86405377088,208.978960627382,1242.78478388025,416.08958582566,2212.0958439155,465.369036404217,2606.81187416229,79.8408294124102,953.375592225234,686.363853309509,5290.69157907425,383.945651011525,3086.31078787589,435.153524855369,3488.03071281151,326.191472960462,3960.42115764141,110.245918053842,1074.69220322929,216.0356906577,2066.41297357877,487.740216400117,4742.72384519225,209.805159475886,1380.82515547637,154.949395848557,1880.604001621,196.506393667247,3361.71651556042,289.586336011207,2251.3639983825,302.235058833916,2868.07740406541,354.853795254743,4043.10147393435,3442.29038575905,1203.81668396444,35020.5397141984,15022.5236400091,789.899461783377,6861.0679033418 -5492,852.944114202468,3117.78437710457,195.248334670379,1249.1633792186,379.107517647771,2223.44943016872,434.021415380013,2620.19134121415,73.3220888674786,958.268794320351,629.847879325555,5317.8460639703,352.33113296954,3102.15128404191,399.317155287677,3505.93303727938,300.359456232626,3980.74802699295,103.408978403145,1080.20806306809,201.464400357535,2077.01884221454,454.943449358961,4767.06588462048,199.089429342711,1387.9122432924,143.496757526724,1890.25620534413,180.562152875999,3378.9705321634,265.881818586635,2262.91912851547,283.491844626536,2882.79781696142,332.847411473779,4063.85270017127,3061.58186194803,1090.69112928428,32514.4569705876,14118.8818521621,704.990510670475,6468.00033624974 -5493,724.301629361577,3010.30594350845,165.338756304545,1206.10134956383,318.971015549833,2146.80113348418,362.260451805057,2529.86628116707,61.3180045816899,925.234685312066,526.867111368996,5134.52557225892,294.724634894069,2995.21176531333,334.053888263183,3385.0740728472,250.986947560513,3843.52090967723,85.9232930580229,1042.97037869548,167.847726438634,2005.41840270045,378.992109912277,4602.73227069547,169.211623903518,1340.06716620068,120.496555924477,1825.09397746921,150.9725070918,3262.48830759672,222.369753226554,2184.91020491138,235.555492584429,2783.4200036602,276.565401972834,3923.76074070568,2582.30665144248,917.334480967251,27155.0909836353,11754.7114602625,594.582362238866,5386.95250483172 -5494,557.296361491106,2810.8145266056,132.373933344563,1126.17363734182,259.904322310559,2004.53373343771,283.565950602358,2362.21335203769,52.5444218646077,863.919861568456,452.807762155389,4794.26321994132,253.29651348266,2796.72063178753,286.971854913554,3160.74696597302,212.706047745318,3588.8127681939,66.485775248616,973.853271485057,133.873638912579,1872.52036305087,301.936680661429,4297.71158524469,129.810473440878,1251.2616086437,100.526531190859,1704.14594415342,129.092938280457,3046.28489594185,190.721425385666,2040.11733642465,182.268264880975,2598.96420056706,214.000936215189,3663.73514714795,2381.38369596125,798.348141452228,21944.2987178997,9111.06036758769,552.912187401744,4115.64099046935 -5495,475.974587705614,2648.10231136059,126.70377274567,1060.98178439388,249.94534228597,1888.4954387677,258.137227884434,2225.46972710149,54.1040409829119,813.909335032676,456.448809486825,4516.7332792069,255.333282000249,2634.82428284234,288.086237437119,2977.7778885777,203.37537326789,3381.06385054562,58.0352811847949,917.478928166756,122.000342835856,1764.12404821777,274.728921126142,4048.92598736898,117.704746782768,1178.82867282871,101.639547890737,1605.49647473828,134.977689536844,2869.94179005764,179.378875535692,1922.01918088029,159.101551630809,2448.51556071055,186.800927876921,3451.64912858615,2703.85312842882,833.949062287424,20584.0381537408,7957.59098147475,614.850139764925,3518.23660540145 -5496,472.141888845794,2549.72120628417,128.304813143781,1021.56466672179,253.073031933404,1818.33490629859,262.418057159612,2142.79007755507,56.7282861384805,783.671341784074,478.97317649138,4348.9296375434,267.93320653224,2536.93647710456,302.332596550948,2867.14882485399,212.401705738661,3255.45208829474,59.6889245551229,883.393164014011,125.720042552724,1698.58410566684,283.085752391945,3898.50211163688,119.254898381972,1135.03336060414,104.79754068273,1545.84979239394,141.443959701461,2763.31900452568,188.098600134209,1850.61318943432,163.634953049602,2357.54941275392,192.123588673052,3323.4150138582,2874.92187695137,873.92361248996,21182.7381394236,8098.61878343194,655.648780895604,3566.25595052639 -5497,472.645159532054,2501.18046112504,131.793537227568,1002.11645802011,269.22149569364,1783.71805050939,273.006001526831,2101.99635201842,61.0151820408844,768.752067160519,515.750028546578,4266.13616007194,288.50584061896,2488.63912337172,325.601933709775,2812.5649981605,227.385137230588,3193.47587308886,62.347167392124,866.575418472249,132.001218712695,1666.24702583187,297.174774892799,3824.28372374533,122.124460538461,1113.42497260924,110.358364782475,1516.42041766781,152.010927124349,2710.71185545328,202.341991870435,1815.38183041551,170.922426313179,2312.66717034934,200.67980169273,3260.14494305669,3173.89351901248,948.598460355123,22289.7975396423,8351.86098380946,724.956151628136,3652.90859701087 -5498,542.804542192911,2510.21281048262,149.574494558451,1005.73533562071,320.699656942147,1790.15947480406,316.524375318955,2109.58715391972,70.7421047354252,771.528211204454,598.225328332968,4281.54217847154,334.641767673057,2497.6261830168,377.74528170174,2822.7218301241,263.174912682065,3205.0082635737,71.9217387788578,869.704825584607,152.145552379466,1672.26423470075,342.535846530239,3838.09410935015,139.611112612422,1117.44581136613,126.548722011505,1521.89656750915,176.190701967267,2720.50087182644,234.611695425034,1821.93760004692,197.170755480031,2321.01875399358,231.497931329608,3271.91809119203,3730.21729578177,1112.61633117198,25767.3419875576,9572.72656749396,851.345957107553,4189.17852239355 -5499,811.497030124309,2615.74181878994,203.225621205463,1048.0163136097,427.218743643309,1865.41753790497,426.285018551203,2198.27391360851,90.2326590076807,803.963153241846,761.909700822447,4461.53763472657,426.205305952143,2602.62605120147,481.013302435006,2941.38867550728,337.902450947386,3339.74637910688,95.7412661877391,906.267099261468,200.544088705477,1742.56599779383,451.656820375211,3999.44706853292,190.341963086854,1164.42308270272,166.045450198204,1585.87689413519,224.972004328056,2834.87036189682,299.194246725767,1898.53161125101,262.471098521334,2418.59406965955,308.166980410299,3409.46908686234,4614.00120969593,1413.84181240825,34020.8569203071,12981.8113414488,1049.59959140515,5748.56434278913 -5500,1133.62133953695,2881.90365242605,283.07544002676,1154.65602159126,564.387289645156,2055.23097775563,583.357200676963,2421.95677537931,116.56331271758,885.76950947532,982.274959339032,4915.51632221213,549.475612559213,2867.45330482445,620.037640581429,3240.68633465916,440.24529611999,3679.578473298,130.833037305963,998.483277162048,270.857454831536,1919.87881891136,610.269459235125,4406.40625603552,267.917970391972,1282.90762907273,221.9702651037,1747.24599372753,291.032729680896,3123.3293712008,386.403630543893,2091.71453597119,358.673875873353,2664.69535831801,421.118538012922,3756.39573587877,5694.50677761716,1798.87138640827,45650.8577871601,18001.3374921074,1290.62787022918,8037.23157154006 -5501,1226.04793530643,3360.55308206235,309.193955666291,1346.43045710909,606.366966863907,2396.58004903546,637.523155473024,2824.21457749673,123.336450596291,1032.88513915387,1038.29304812859,5731.92428297588,580.811618185122,3343.70270605184,655.468353879733,3778.92523949172,467.817501151291,4290.71206760239,143.779905520801,1164.31930388441,294.19590664565,2238.74752948367,663.134443107497,5138.2571766663,297.087114532675,1495.98310937714,237.947368149978,2037.442474664,308.165604341158,3642.07670018699,408.803576553507,2439.12308613619,394.167230599789,3107.26911068468,462.791240311565,4380.28775078114,5883.63032967485,1890.74075063598,49308.3066251365,19777.8853474046,1330.69516793566,8873.85585649021 -5502,1100.77680638827,3789.75203936037,275.636454373325,1518.39219499983,527.063150299359,2702.66349215014,570.748862480782,3184.9141177949,110.146055171156,1164.80188437648,927.095425519114,6463.98709093924,518.6086869004,3770.74958789169,585.42752112313,4261.55733393901,417.98603970181,4838.70791843741,130.991743476398,1313.02239500847,265.340466707897,2524.67311430385,598.313321970077,5794.49874425995,269.386933362458,1687.04522772525,211.652882190477,2297.65802976061,275.241043243146,4107.23094234536,365.075715442893,2750.63998818397,359.10896290066,3504.11945935758,421.629373134107,4939.72391780244,5193.14853503061,1673.51733994555,44133.817515251,17860.8387919598,1177.21528180754,8043.38328714326 -5503,1001.30173818379,4058.38314418857,260.255812491145,1626.02123475467,486.565510980755,2894.23789394072,533.474830869645,3410.67215931325,103.183588899804,1247.36718518145,868.340613356624,6922.17748856938,485.741783293787,4038.03373136741,548.285780826854,4563.63167627459,391.882233474851,5181.69274714672,122.901461564121,1406.09409283248,249.149223313724,2703.63092499479,561.787559724848,6205.2334264844,253.602465478485,1806.62899434431,199.122078569848,2460.52420375867,257.87456343523,4398.36608110051,341.99125842219,2945.61513466748,336.929757784458,3752.50391091026,395.588796830408,5289.86911986413,4837.98696729694,1557.68502536925,41329.9933118042,16764.0645778983,1096.84388446916,7530.47847548889 -5504,969.259393912805,4186.65547694672,239.727241611894,1677.41449396306,455.532338073908,2985.71536982774,495.495974206868,3518.47244790228,94.3052419760891,1286.7924175867,793.401947379329,7140.96507531959,443.821780141154,4165.66288516486,500.996283963202,4707.87327697289,358.573997270046,5345.46925436592,113.601464064802,1450.53616815091,229.445482243763,2789.08393259531,517.429559075606,6401.36073596817,234.831612850107,1863.73067925174,182.61658945892,2538.29339612188,235.732682587353,4537.3841721733,312.553784727086,3038.71647855429,311.434162655129,3871.10839285175,365.654451262337,5457.06473148644,4399.7528933702,1429.6530159354,38135.5098044604,15535.3747090991,996.255461771648,7008.49359505988 -5505,896.885687720176,4308.29975237724,225.065698245553,1726.15217296205,420.036187767377,3072.46604343926,462.1557746933,3620.70250573819,87.4160254134245,1324.18047880376,735.180458598635,7348.4475221665,411.253212747959,4286.69721582424,464.214125933347,4844.6616601464,332.893717422301,5500.78314103846,106.348494405272,1492.68184317291,214.202350247313,2870.12143280607,483.103696102152,6587.35380198088,220.53764518259,1917.88181954106,170.327503928519,2612.04411736023,218.566679318035,4669.21895366252,289.707963133984,3127.00711204632,291.550417746787,3983.58437234287,342.308971846994,5615.62105141636,4037.67437634417,1317.87052040232,35524.5181017037,14551.3804874485,914.014911876574,6566.39622827798 -5506,861.918291997329,4417.79259672745,212.163058049898,1770.0212911901,400.771289949673,3150.55091812328,436.246309148596,3712.72048004011,81.4214417005596,1357.83372843599,684.568054534303,7535.20389173347,382.941097629951,4395.64104471398,432.236328590019,4967.78581946032,310.535987907399,5640.58223276453,99.5489097556395,1530.6174535326,200.595861975932,2943.06384103452,452.40873373256,6754.76743287368,207.484379621218,1966.62363130409,159.585012361046,2678.42764599475,203.619700623276,4787.88434221825,269.83131249391,3206.47811515198,272.909610876965,4084.82477080776,320.422824389819,5758.33867949532,3748.06959308654,1232.25838858883,33351.6997841685,13690.1208276285,846.855370922032,6188.27771659837 -5507,826.374416760838,4386.0819083843,204.52009594058,1757.31616927758,373.168470734639,3127.93642545836,416.856033717814,3686.07076313511,77.5227188368992,1348.08726767725,651.537549667143,7481.11658523794,364.464135835837,4364.08935907339,411.381670671786,4932.12730801433,296.152645958961,5600.09442322145,95.7314946454224,1519.63076007,192.631484731516,2921.93867995155,434.469157710094,6706.2820591934,200.550531827947,1952.50730789254,152.809355751814,2659.20202992696,193.922350211568,4753.51715433542,256.898392637328,3183.46217993944,262.444310203734,4055.50410841645,308.135528280935,5717.00562022607,3516.05162414221,1161.03068096333,31872.8611040361,13183.2210840682,795.208567462983,5963.068300065 -5508,768.197540955554,4318.37179354135,196.9257378115,1730.18761077763,357.967352425113,3079.6489244465,400.541522758649,3629.167066418,74.2183218231873,1327.27617804889,623.622925896142,7365.62688994255,348.848951054732,4296.718754087,393.73416320529,4855.98762037938,283.663092993773,5513.64299699459,92.1360434268487,1496.17146874064,185.125159093675,2876.83126797975,417.561737883112,6602.75386754491,193.391327304248,1922.36548728578,146.784091910343,2618.15061351525,185.686373447294,4680.1347599454,245.941003776157,3134.31750040442,252.587515233335,3992.89728650508,296.562677937931,5628.74937805164,3352.09920069079,1108.70853145941,30594.9951197855,12677.7117197876,757.375012725611,5726.2978614052 -5509,741.96200227049,4221.87513459162,192.946393984266,1691.52551038925,343.139084375944,3010.83228564025,390.044168028614,3548.07110863051,73.8384769648952,1297.61738005543,620.725872749899,7201.03745208711,347.228366067795,4200.70594554741,391.906871020548,4747.47760695981,281.643406743328,5390.43727194625,90.4256566968568,1462.73860217614,182.280824900504,2812.54671375555,411.096653887251,6455.21129396697,188.91982665488,1879.40905470608,144.999733475541,2559.64643673055,184.674317774761,4575.55428624819,244.696979471119,3064.27925883174,247.898554017416,3903.67355448334,291.057374583347,5502.97153051667,3355.44496805009,1097.30577883876,30054.6045909789,12401.9681139131,760.405074662099,5587.35240257918 -5510,708.402289822221,4146.75719356615,190.514505981048,1661.42895151866,331.632716866369,2957.26188981845,381.83911348605,3484.9418620764,71.28119336826,1274.52945283798,598.864302982894,7072.91260485607,334.99920423788,4125.9646584597,378.102886355886,4663.00785559805,272.744529797766,5294.52762606926,88.8340805489112,1436.71274670882,178.319005123024,2762.50432466539,402.22436625482,6340.35659887801,186.688220552898,1845.96956774034,141.43259009754,2514.10378945872,178.354595941931,4494.14348984232,236.204141380383,3009.75790485694,243.535307566168,3834.21723223312,285.934492516552,5405.05961277489,3190.36103253165,1052.1231368203,29295.9792831635,12188.8594108953,722.056040778009,5492.02883503589 -5511,724.15209950548,4040.18848714916,196.269784404691,1618.7314107893,341.655932204594,2881.26236550987,392.400359722569,3395.38133831193,73.4639002410081,1241.77495366208,617.209961799126,6891.14378847362,345.261597695038,4019.93030538581,389.638342966901,4543.17187485764,280.950616142875,5158.46203701701,91.1125295069542,1399.79025239275,183.249305142955,2691.50993106847,413.315528809807,6177.41395009858,191.645644665989,1798.52946461001,145.834629236992,2449.49311269753,183.814373743122,4378.64720303105,243.43735475851,2932.40927035127,249.781590122842,3735.68058022109,293.268244861567,5266.15343038885,3291.32674656595,1084.08421753488,30150.4764896883,12525.73508581,744.764548679608,5638.7125914253 -5512,758.080577556817,4011.53190766977,204.869884337175,1607.24994019043,356.076918808641,2860.82591205211,409.581215083471,3371.29829973745,75.9866830428278,1232.96719066579,638.250748998582,6842.26571996112,357.031621276754,3991.4174147956,402.944435954838,4510.94769365063,291.04176670346,5121.87367540334,94.8962490746209,1389.86170555645,190.781819295446,2672.4193692037,430.311447720872,6133.59828298276,200.393114925672,1785.77270766351,151.574733428014,2432.11914752449,190.159004844141,4347.58997587816,251.789400267965,2911.61003794188,260.154515727092,3709.18383933951,305.447083520341,5228.80122644871,3386.12488389906,1120.85578928372,31354.0686038674,13067.5476694293,765.603904024515,5888.30799229614 -5513,824.553548931971,3971.11377838593,221.448193646778,1591.05611763854,386.55116575689,2832.00170368652,442.420167375986,3337.33083452232,82.2010158817541,1220.54444831648,690.463123208301,6773.32657480936,386.238745035015,3951.20194878161,435.860855696256,4465.4977081411,314.679603661722,5070.26831437103,102.337487083244,1375.85817488667,205.814839415854,2645.49344812139,464.212569935349,6071.799305913,215.946841767724,1767.78018165819,163.998083997868,2407.61436770449,205.707413154696,4303.78589859233,272.381957190841,2882.27415488119,280.554391269286,3671.8120134619,329.398551251455,5176.11851848719,3667.87058701127,1213.84826491122,33900.635156028,14111.6580600153,829.131990704732,6358.7318518916 -5514,879.103453197898,3930.82560742634,231.853310433256,1574.91436385082,407.589435026453,2803.27017516246,465.800389303001,3303.47258650591,84.2958567156097,1208.16164939865,707.555638456698,6704.60909295419,395.800141461745,3911.11578945905,446.695613635778,4420.19386012132,323.719606401598,5018.82888249875,107.476037817884,1361.89967043191,214.788434592177,2618.65410322764,484.566021637974,6010.19903401941,228.077143161411,1749.84550787341,169.742163529788,2383.18837926297,211.05522487183,4260.12266662962,279.298338646941,2853.03259687389,294.641535818679,3634.56035098499,345.938249613852,5123.60520373027,3704.33725723099,1245.10932015502,35334.4538392347,14844.2739313214,835.189951978344,6713.66356362467 -5515,902.296055975748,3814.89964953802,234.073751089804,1528.46777108503,404.324103623319,2720.59752246031,468.598817308242,3206.04821254615,83.7277034800252,1172.53114566278,702.411245886294,6506.88008917974,392.922415391267,3795.77110373995,443.445675938639,4289.83569660509,322.26092190321,4870.81607201383,108.332264523853,1321.73520128213,215.759824669589,2541.42605609135,486.819658277181,5832.94922705726,230.979435143185,1698.23993262897,169.818000893296,2312.90457039278,209.71138061756,4134.48524330619,277.397152658206,2768.89237552844,296.988849292247,3527.37170099888,348.694227355025,4972.5023819816,3619.8542602307,1229.21787458055,35418.0305981263,15000.0140798799,815.790183234531,6800.81840797335 -5516,872.230796573759,3736.14278088655,217.684877107291,1496.91324893661,375.444647305683,2664.43202364939,436.904970589269,3139.86080497008,75.6833159969301,1148.32477330383,634.289393532056,6372.54850838013,354.815675323089,3717.40913521884,400.435373129602,4201.27398921266,292.443851360042,4770.26028893957,100.733196527915,1294.44857903717,199.125078843645,2488.95947073537,449.413112783143,5712.53064247361,216.302693842964,1663.18054139992,155.536843114862,2265.15570720162,189.695904219266,4049.13067538514,250.713712328171,2711.72985143532,276.156288745983,3454.55071610767,324.23474471513,4869.84733127424,3189.5954194432,1107.9641343395,32680.6749484797,14013.4212153311,716.813173520351,6389.87109789867 -5517,730.796065138128,3450.87655672874,177.638457746051,1382.61922553887,306.334751686516,2460.99427849682,357.528840858679,2900.12258061818,61.0855397611859,1060.6465737813,511.749422533651,5885.98443471891,286.267938269255,3433.57328368803,323.096457888387,3880.49353786419,236.468600149965,4406.03594830748,82.1648303898816,1195.6133684565,162.232515787449,2298.91960557529,366.164778528806,5276.36100380216,177.256815612856,1536.1914885283,126.194877507175,2092.20396161293,153.148982776506,3739.96684342511,202.346232271325,2504.68076872564,225.251807825089,3190.78492964277,264.467858901336,4498.01920748719,2547.21065286558,893.788664191182,26605.837928414,11466.5911280741,571.903668856256,5243.49356220395 -5518,565.311842026542,3158.26749185367,142.426732133659,1265.38323867797,253.330241031115,2252.31998295016,282.938265219467,2654.21342032582,53.4062127485169,970.711510322726,448.870580688017,5386.8960515213,251.094090242637,3142.43140967316,283.268641620895,3551.45609862163,204.024742753725,4032.43636065305,64.2561558809396,1094.2341090292,131.072872400855,2103.9880555902,295.479023914681,4828.96422391578,135.835163179057,1405.93369821389,106.261191884005,1914.80038467484,133.591043693979,3422.84503894197,176.980966796434,2292.30217867774,176.15584681904,2920.22973036747,206.824354001896,4116.62011295088,2425.59499740211,796.389418213475,21804.8017840492,8970.74705499185,548.59376861682,4037.8186400515 -5519,504.612200035927,2943.37559752039,138.813312587183,1179.28521122512,268.498535601753,2099.06972500675,279.685101920188,2473.61790353384,59.0831557146497,904.663262084596,488.287679964634,5020.36588899588,273.143654434827,2928.61701929019,309.481829468104,3309.81123141428,223.482569135738,3758.06508255382,58.0635114194679,1019.78125120766,118.324291787996,1960.83046045724,266.749350935542,4500.39633901638,128.037900694001,1310.27246733478,115.537139020181,1784.51532079275,149.529670872724,3189.95100563899,194.881388136183,2136.33148942139,159.178943762762,2721.53417963731,186.891793879866,3836.5208824062,2949.23877148733,889.217855579328,21909.7636105452,8373.35924253459,643.189337996379,3677.76370929369 -5520,505.957942739869,2822.57607641004,140.612393383584,1130.88598929485,274.708519805507,2012.92148834553,285.309150097488,2372.09777867834,61.9975255941503,867.534840921488,512.796253691134,4814.32429658057,286.853526027586,2808.42320721132,325.052630802017,3173.97277027553,233.58448071635,3603.82976761254,59.7340895418438,977.928255318522,121.957112324673,1880.35572226841,274.920326369368,4315.69489519862,129.766654454547,1256.4973777025,119.16916529998,1711.27675880037,156.816832071261,3059.03174607479,204.521565235343,2048.65398707596,163.758771170579,2609.8392855631,192.268963370215,3679.06565116932,3144.25323657161,935.165836617567,22595.6715421798,8533.1397373362,687.230459538913,3733.94604081266 -5521,508.627130293773,2760.12941236814,143.020904278331,1105.8662713027,291.258852998074,1968.3876198075,294.567182252058,2319.61749504749,65.6693102665714,848.341502889456,543.710202515348,4707.81220131769,304.146505763361,2746.28966120209,344.712546058402,3103.75180690805,246.428581103839,3524.09864941766,61.7280567915906,956.292573741209,126.495388436518,1838.75473831297,285.112244243377,4220.21447520918,131.784690968716,1228.69863375697,123.837808223712,1673.41647728923,165.990340957424,2991.35373755727,216.669442712744,2003.32957285087,169.225157769544,2552.0992095981,198.687040870743,3597.67001452846,3412.68339092725,1001.49259075919,23518.6604081997,8722.75191292002,746.577416337786,3793.67705296149 -5522,584.665098821433,2770.33141815964,164.175226099299,1109.95378040785,350.052636207181,1975.66318515136,345.036114979214,2328.1912782232,77.5314365506997,851.477147503389,642.310366852073,4725.21324314128,359.302534309398,2756.44051242782,407.312980781301,3115.22391171863,290.231932635072,3537.12444258159,72.0821927609693,959.82722770778,147.80935518391,1845.55115387427,333.144657678025,4235.81325558684,152.134190438089,1233.24015652812,144.170673104878,1679.60176864419,195.892699271252,3002.41039599446,255.832412203441,2010.73429083726,197.610634067644,2561.5322929891,232.014392215608,3610.96774258413,4095.44981079159,1195.40889981369,27552.8549073378,10102.1291477528,895.890071274734,4386.95504394226 -5523,860.457966830397,2836.87187656867,223.985580345089,1136.61370740324,464.664894654458,2023.11654511403,465.386226339949,2384.1119936659,99.5411010661918,871.928736561758,823.462643460069,4838.70791501268,460.637458109811,2822.64732583356,522.079535501255,3190.0483265066,374.942711633897,3622.08246612937,96.4078585869592,982.881272182925,195.905782860637,1889.87935915365,441.6944592627,4337.55305246249,208.120240657812,1262.86129312063,190.275713647037,1719.94404354228,251.751535544794,3074.52514832046,328.381510330939,2059.0300220173,264.298536639253,2623.05761515371,310.312573162638,3697.69940483824,5099.03537892907,1524.56378498072,36492.0528198504,13733.7536861119,1112.58353414524,6036.51708715246 -5524,1214.52112290312,3061.90079122819,314.133062819184,1226.77320705376,624.327872595357,2183.59602398544,643.133699393755,2573.22667973705,130.178117964711,941.092655760765,1074.90871429099,5222.52827696244,601.294086360214,3046.54790782501,681.374074959439,3443.09222269181,494.144320353214,3909.39656476473,132.792532131997,1060.8462686797,267.085861514008,2039.79007755457,602.406713305126,4681.62035551401,294.584351391007,1363.03511785471,256.961637819437,1856.37499926861,329.655584002912,3318.40541056789,429.322241879732,2222.35826215846,364.045757612701,2831.12616174643,427.425657478883,3991.0116586205,6400.96069861004,1969.57777949805,49462.8022326271,19178.6787919309,1391.74102349722,8504.56775038289 -5525,1315.16415474068,3484.14678908483,342.675316938701,1395.94919029927,669.244753283138,2484.7209607257,701.741079586654,2928.08294098812,137.484575003031,1070.87236927913,1134.0624920434,5942.73177603009,634.384167662465,3466.67669352667,718.939683464047,3917.9057488021,524.094358950959,4448.51496410526,145.749134442967,1207.14039178598,289.74244725374,2321.08371031451,653.792332116001,5327.23090705871,326.251556935131,1551.00205822751,275.037930438016,2112.37510097271,348.404673532146,3776.0242230037,453.342546720556,2528.8286366031,399.565797999424,3221.54759363912,469.129691377071,4541.38504272214,6599.92859341452,2066.50847590531,53337.2794660178,21042.2064836164,1432.18625691406,9381.79689479337 -5526,1198.26850445505,3848.23486105623,309.900468317015,1541.82377022751,597.354691579739,2744.37054460995,639.192328838938,3234.06318151545,126.003175517842,1182.77691287636,1039.54037135261,6563.73826213921,581.509359368545,3828.93916692431,659.197116353031,4327.32097628788,479.862899393575,4913.37805239162,134.820793009037,1333.28473771912,266.051193129735,2563.63344892486,600.500063687144,5883.9184829019,299.272082205799,1713.07942843844,249.758846741951,2333.1151054418,319.27070012496,4170.61304554634,415.495595636512,2793.0874059326,369.606158907589,3558.19444669558,433.95411751341,5015.95291381885,6035.66425065066,1884.08567707543,48704.9697043332,19273.8898265298,1312.65026843302,8617.21634315155 -5527,1094.82855517329,4084.57045877904,291.213076388061,1636.51337610566,549.308153469759,2912.91338995366,594.911439473987,3432.68002343736,117.055419113214,1255.41600554355,965.44878074238,6966.84385768827,540.063202415267,4064.08973837643,612.167482964046,4593.07918138577,446.336471174057,5215.12838228998,125.867877073745,1415.16712192918,248.37004691902,2721.07650148521,560.593389182311,6245.27360851583,280.651336496971,1818.28653384767,233.390595445056,2476.40109834748,296.655503009669,4426.74718563342,385.972803244975,2964.62214988842,345.062074897907,3776.7174947257,405.136939931531,5324.00277897481,5565.13039971934,1740.39527427191,45363.0571411179,18019.6654466,1210.02052169138,8041.41803717941 -5528,1053.56011677397,4187.89011254276,267.696279921431,1677.9091598497,514.634155293491,2986.5958507977,551.871939249162,3519.51003777605,106.609369873528,1287.17188987244,879.008143787663,7143.07093039188,491.709102079998,4166.89133009123,557.38654797986,4709.26161856473,407.031729508989,5347.04562162502,116.088743676039,1450.96392811262,228.164070129249,2789.90642738202,515.064075354242,6403.24848332909,259.42492451984,1864.28028937626,213.438867393235,2539.04193332474,270.241363577845,4538.72223689888,351.510166936412,3039.61258943595,318.252946632887,3872.24997429886,373.660376792172,5458.67400800906,5041.69660455643,1591.8777440816,41739.7679726783,16658.5326613456,1094.72319093292,7471.10946258326 -5529,974.11662833468,4314.21301370895,251.287940829852,1728.52136486691,472.187962825212,3076.683088606,513.956591697815,3625.67202070961,98.8287897573657,1325.99795336949,814.572667428813,7358.53347093478,455.664486968719,4292.58082707322,516.505189759397,4851.31109312616,377.883403383768,5508.33311901389,108.671328265419,1494.73059055148,213.011420576256,2874.06075436246,480.907121155699,6596.39512843316,243.600385994668,1920.51416572264,199.074057438141,2615.62922061759,250.577983048605,4675.62758664418,325.837870573612,3131.29901634788,297.918379851651,3989.05195277702,349.785587993604,5623.32864762029,4625.41450228031,1466.08946433827,38862.5067773312,15600.3851231789,1004.28574517827,6997.61324841491 -5530,935.16453050903,4419.09221778875,236.398970296524,1770.54199398423,451.909687051187,3151.4777435091,484.90744914549,3713.81268381042,91.7287649060036,1358.23317437479,755.800615058105,7537.420589205,422.787939347585,4396.93414925762,479.215113454779,4969.2472368849,351.320846989536,5642.24157265141,101.514398621093,1531.06772878565,199.003421767559,2943.92962811457,449.280072533966,6756.75454246016,228.804344115255,1967.20217034479,185.994170248756,2679.21558270832,232.628797172346,4789.29283643658,302.412858313186,3207.42139313523,278.297925051081,4086.02643978331,326.749237156382,5760.03266083604,4277.99093822112,1367.56992645052,36404.4127984419,14648.3368333844,926.97702481724,6585.48837050432 -5531,895.157167267302,4376.52971312345,228.163487908295,1753.48901156949,418.964664726258,3121.12427280741,463.146424381884,3678.04308184456,87.5667883682524,1345.15134603272,721.262264068715,7464.82389215012,403.467502247722,4354.58506011947,457.315037396424,4921.38591191604,335.856339573449,5587.89830000097,97.7607314754749,1516.32124372996,191.43626218773,2915.57515793027,432.213951490254,6691.67683360897,221.368427141048,1948.25505464174,178.45439463046,2653.41070692878,222.125286086522,4743.16474300739,288.675705936739,3176.52910094468,268.007387037284,4046.67185951323,314.667129661978,5704.55488284076,4025.7308105813,1290.21487306784,34832.0966785087,14121.5351532083,873.305181070217,6352.05936385761 -5532,826.939478211279,4297.44793605509,218.287592279669,1721.80431245983,393.486300655746,3064.72706540249,440.480495587416,3611.58262067733,82.8212236862683,1320.84511122042,681.895855953637,7329.93813160714,381.44629422686,4275.89981232669,432.327854971797,4832.45884662353,318.035795698635,5486.92767793109,93.4413326337376,1488.92205157981,182.488922773145,2862.89212370475,412.055096700115,6570.76146680998,212.355340544297,1913.05102724956,169.80203590644,2605.46485764849,210.145866707673,4657.45804811617,273.013305545923,3119.13075506831,256.165916748815,3973.5504544641,300.76407457144,5601.47633269033,3767.65593577549,1212.66457739212,33106.8439622118,13492.0416972534,816.792245384007,6060.99592183073 -5533,801.866471944172,4199.78162067144,211.575685137303,1682.6735805669,376.470105322328,2995.07628554705,425.603025772374,3529.50368161542,80.6991275220843,1290.82681265697,664.5319209777,7163.3536703277,371.733068091317,4178.72321220645,421.321134540299,4722.63356035698,309.676121504788,5362.22855020367,90.6308173506907,1455.0839381611,177.185402131238,2797.82836278813,400.063950008869,6421.4304984592,205.642630454147,1869.57391065559,165.040721526035,2546.25153935016,204.738749447496,4551.60993235494,266.024973990254,3048.24356514066,248.460994272588,3883.2452226956,291.717734966163,5474.17390523503,3673.97566262634,1177.65815157362,32108.3616486584,13075.7288050075,797.516659321983,5871.61971179037 -5534,767.224986025537,4136.2302856609,210.995464537591,1657.21126797768,363.445876686894,2949.75462037568,419.389913341922,3476.0950306067,79.4166619414375,1271.293947708,653.762880061962,7054.95739404008,365.708965270013,4115.49053423383,414.490955271892,4651.17039997525,305.329529728472,5281.0870019575,90.01105461549,1433.0655250209,175.595355756692,2755.49146443361,396.506316154008,6324.26104592246,204.850574262279,1841.28341161197,163.4097393669,2507.72151583611,201.528703309476,4482.73471126615,261.783853547717,3002.11736966219,246.761937926166,3824.48373451228,289.722875087215,5391.33839349194,3578.2062316838,1149.16179265674,31680.0768491559,12968.9309553286,776.822294996996,5812.51720999286 -5535,781.823398473291,4032.9756110593,215.002559111263,1615.84151861572,370.617986340397,2876.1184994524,426.555871704564,3389.31962486737,80.1191102195154,1239.55803509485,659.335575753952,6878.84115298476,368.826280182553,4012.75359586474,417.969070851363,4535.06103154116,308.291066164359,5149.25272720248,91.2231660127902,1397.29123194497,177.913985874625,2686.70482663109,401.745899847851,6166.38552369729,208.431894876612,1795.31858219364,165.74816523431,2445.12007654809,203.35522142106,4370.83008266225,264.085788948568,2927.17409264134,250.084895963464,3729.01133663947,293.624355860348,5256.75186105998,3587.04481915487,1158.46124489031,32137.8151307939,13191.1313999751,777.860139753443,5916.68997478802 -5536,817.522709136879,4009.19259480193,224.051938088272,1606.31267718132,385.556704279857,2859.15762995371,444.498429360735,3369.33233718862,82.5924305227384,1232.2481895258,679.485858575884,6838.27567311312,380.098163774366,3989.0898316343,430.766724200642,4508.31714795667,318.36192089471,5118.88687004517,94.8417555607039,1389.05121184802,184.840547599085,2670.86095581886,417.397969649187,6130.02149343708,217.651529396794,1784.73133963498,171.844986200657,2430.70086449724,209.67559773703,4345.05469175012,272.225088204663,2909.91214123194,260.005123797889,3707.02083984599,305.271682647714,5225.75206660805,3673.1164526446,1193.52937625511,33343.1527103791,13738.7826864346,795.814832489081,6170.31549704625 -5537,887.115526632655,3984.43486590016,241.699933499949,1596.39330991404,417.516119382411,2841.50164366321,479.134219924055,3348.52589933073,88.9953633585185,1224.6387604713,732.132783107513,6796.0476755133,409.548371001313,3964.4562421319,464.090467467716,4480.47720484767,342.95056157386,5087.27651199659,102.052317690551,1380.4734864032,198.881541115789,2654.36774679612,449.105689274142,6092.16713580574,234.162439514372,1773.71019419875,185.371918961043,2415.69070182196,225.93683590159,4318.22293358984,293.327259523262,2891.94273362254,279.772610050537,3684.12909423489,328.480662924396,5193.48179025847,3957.07040621125,1286.94700112185,35950.1263014185,14807.0132740469,857.052315167483,6651.82192637037 -5538,939.165644782479,3932.96997650467,251.65504424925,1575.77352118827,435.328613710949,2804.79943300347,500.988257804904,3305.27471795947,90.2081110943727,1208.82073345409,741.423296717557,6708.26663410636,414.745399194217,3913.24940631165,470.02258790428,4422.6051924928,349.002433315651,5021.56678606911,106.541486310846,1362.64262263399,206.08762487472,2620.08264813057,465.511082173411,6013.47775616337,246.21723799556,1750.80009476524,190.22608626101,2384.48847140103,229.159489538143,4262.4466759418,297.280089635297,2854.58900142886,292.079497833972,3636.54309954937,342.930164099327,5126.40026554824,3926.7974407331,1302.05607075431,37153.7392531047,15485.1469989107,848.165782909716,6988.21978670373 -5539,965.119204342135,3840.56711192207,254.931664042431,1538.75162980312,434.192629072988,2738.90228562187,505.96273566965,3227.61919198383,90.1915743435906,1180.42018648698,740.961592866618,6550.65977285944,414.487126290176,3821.30986516858,469.725349474648,4318.69863049373,349.566129414418,4903.58796637367,107.798357871674,1330.62811896732,207.960859362404,2558.52531523031,469.79079234522,5872.19455947163,250.034999063784,1709.66605483251,191.292879988776,2328.46628800327,229.185736479424,4162.30294605306,297.204532795842,2787.52207681114,295.525164184612,3551.10461372724,346.975716545902,5005.95844362652,3872.44801791836,1294.62668184405,37416.4043973557,15698.7628795112,836.165716382607,7101.75304810085 -5540,928.787275876196,3753.10280232993,237.033165891235,1503.70840701534,403.4447127364,2676.52707111029,471.753380317819,3154.11403609763,81.4395376009285,1153.53753253745,668.356591932269,6401.4763534036,373.87255398131,3734.28411627407,423.688307561577,4220.34544903776,316.912421422862,4791.91463181018,100.228120219362,1300.32465951518,191.906420312909,2500.25796987499,433.649503681524,5738.46237149851,234.111718700341,1670.73046100969,175.12612828802,2275.43826105991,207.093302217338,4067.51148872902,268.318844066656,2724.03960486987,274.771640946537,3470.23246534974,322.609031508262,4891.9537442269,3404.61866653445,1165.1165603757,34497.4627689593,14657.1955894145,733.060686611139,6672.63818863592 -5541,773.079957661409,3472.12531632876,193.080139635946,1391.1326982925,327.038831809369,2476.14784163974,384.907227700511,2917.98007465284,65.4614741897314,1067.1775011258,536.971476257029,5922.22736204673,300.376924035298,3454.71549844847,340.422282083948,3904.38766243225,255.284358606009,4433.1660983188,81.5956591960951,1202.97535333867,155.992415979872,2313.07519452076,352.515815686083,5308.85017711498,191.580981191379,1545.65058192174,141.678767617139,2105.08669974734,166.516311727255,3762.99567539333,215.659329745194,2520.10333127012,223.691446296269,3210.43217601359,262.635840429993,4525.71574407578,2699.18294803862,934.032857541123,27990.0087584603,11967.0730794892,580.627426578327,5465.86652814104 -5542,596.084820027038,3168.14458922827,157.108123656409,1269.34057082189,270.728161516562,2259.36383970002,307.721732996327,2662.51414991036,59.0406871456312,973.747292483304,486.165992215699,5403.74291360152,271.956801747174,3152.25898162722,308.086137097903,3562.56284553214,226.749543567383,4045.04731482137,64.8236820391117,1097.65619309059,128.393385419131,2110.56802228195,289.754541824395,4844.0662220781,148.582184050124,1410.33058482191,122.044986527006,1920.78868994067,149.793172229746,3433.54957040899,194.626843563183,2299.47107488087,177.711698544282,2929.36239360053,208.651077518637,4129.49434156347,2682.19865895211,856.711752201359,23376.8568790904,9493.10031954343,582.427138347805,4248.49683877537 -5543,546.638604356168,2956.24181829348,164.491180821277,1184.44015777521,280.135783841713,2108.24527654791,282.869502137537,2484.43069755236,68.5610618390042,908.617768354569,568.523098773726,5042.31114665987,318.026612592222,2941.41872667736,356.286032290916,3324.27923273103,237.325893183737,3774.49251202375,57.2434309024487,1024.238966604,116.594345139684,1969.40173407386,262.854214667655,4520.06868151761,140.628503134114,1315.99999149168,133.867653136727,1792.31587744261,173.117337037553,3203.8950683432,210.224526575112,2145.66992132608,156.930723713574,2733.43067685167,184.252161601267,3853.2912615298,3287.53241710695,983.688658352048,23879.728194857,8972.58388981794,684.495084370591,3847.97057718715 -5544,552.0913930099,2834.72750749035,166.695998553639,1135.75455006579,292.878743753252,2021.58728727302,289.162671536662,2382.30986221234,71.9634756736672,871.269652506313,597.243126511184,4835.0503738605,334.092332972976,2820.51370898096,374.31165786827,3187.63699413512,248.108006477553,3619.34456255901,58.8764283300165,982.138319980839,120.143887303103,1888.45081425073,270.837999725296,4334.27433031853,142.547371903622,1261.90670622879,138.106936807755,1718.64395140421,181.602351856473,3072.20113900828,220.639388733923,2057.47361746233,161.407525052881,2621.07486658933,189.508368316609,3694.90434302027,3506.72904130528,1039.25324731736,24666.5351486451,9149.52672557025,732.542177277746,3909.14130661307 -5545,554.291581538076,2774.23027504042,169.642955169527,1111.51588626483,308.829368454589,1978.44365681371,298.411889273847,2331.46788423696,76.2518818486779,852.675483382484,633.484544258966,4731.86332480493,354.365450013826,2760.31981978718,397.077858378214,3119.60815690451,261.815255738427,3542.10245419446,60.8233724005533,961.178051283101,124.576189002927,1848.14851091536,280.791846080681,4241.77457470879,144.790277823494,1234.97577084431,143.557625079979,1681.96557496343,192.287935631408,3006.63587181825,233.764797563732,2013.56412021213,166.744999365695,2565.13729408766,195.775090067171,3616.04967839049,3805.18209172983,1112.03560759704,25667.1107062045,9358.59834581353,795.198670585956,3970.29661159636 -5546,633.272086319309,2785.92683937959,194.807712542037,1116.20220131037,364.473379385311,1986.78506730568,348.947391226071,2341.29769698107,90.0443897132758,856.27048908246,748.533433547962,4751.81355904493,418.722744593408,2771.9577355937,469.2746876849,3132.76088537428,308.40504193481,3557.03648098531,71.0142212208121,965.230519825233,145.54136064862,1855.94057783956,328.039260601525,4259.65852243718,167.165638907909,1240.18261098694,167.158075873771,1689.05699009967,226.972009239701,3019.31229245845,276.032133918953,2022.05360376185,194.682830054848,2575.95229155526,228.576861276243,3631.29547759377,4564.47003967783,1323.26821833715,30029.6809444786,10837.1206562581,952.9504199321,4584.4133000594 -5547,924.093539038718,2858.77044669934,265.560589757465,1145.38753155393,472.338159616404,2038.73352094985,469.625806766253,2402.51558958572,115.548619897882,878.659386875666,959.12835515487,4876.05919107626,536.527614249945,2844.43609286582,601.220507687664,3214.67315978696,398.275533577881,3650.04228608414,95.0243330752796,990.468394691628,192.988583698623,1904.46784163915,435.12600766249,4371.03578056854,228.621072029758,1272.60965603441,220.524075537107,1733.22075003348,291.557244645257,3098.25822739784,354.265416585082,2074.92422355341,260.505653221869,2643.3056960123,305.859353602967,3726.24293209719,5681.25778014523,1680.2690078793,39693.6704637658,14704.2882193754,1182.39555398827,6294.63844596402 -5548,1299.20569733533,3093.41653578182,372.106476734491,1239.40022329463,625.715110727509,2206.07149239298,648.11637843636,2599.71256554679,151.015333444059,950.779199434952,1251.12957570214,5276.28307776213,699.870421681597,3077.90562715691,784.185243029674,3478.53152081533,524.66449915828,3949.63547252,130.960636066647,1071.76542063595,263.257291882703,2060.78537015563,593.783482614155,4729.80766179258,323.501387411262,1377.06466012956,297.664079262418,1875.48242444721,381.550255654309,3352.56132363485,463.088260715262,2245.23270521602,359.023683100897,2860.2665732086,421.529246230494,4032.09061986707,7128.89610245013,2161.48668721927,53737.0504012576,20515.2383555455,1477.11539677573,8873.92992288884 -5549,1406.84362855566,3536.71634944898,405.746362183589,1417.0115736221,669.844624491063,2522.21096801877,707.086404169798,2972.26248973725,159.434176095396,1087.02992321328,1319.46796624723,6032.39699846178,738.098291229792,3518.98266131031,827.125938630722,3977.01995817122,556.347443422216,4515.63512008404,143.788073937737,1225.35398711807,285.680573290116,2356.10472337913,644.640676843367,5407.60931924838,358.217264821172,1574.40391275911,318.521119021323,2144.24707339655,403.116411114922,3832.99769322302,488.954033547578,2566.98415005017,394.189624009147,3270.15500054297,462.817532384795,4609.9064425346,7349.25180910315,2264.15971384529,57926.7888113513,22500.0129088595,1519.17154953534,9798.74996894958 -5550,1294.99682293073,3901.51921111315,366.984796887884,1563.17253932949,618.318181971526,2782.3703045167,646.081437920882,3278.8434407491,146.128683801397,1199.15416149565,1209.57288239977,6654.62266495495,676.623988194563,3881.95634032548,758.423042248291,4387.23896311415,509.439481677849,4981.41084289385,133.009925026257,1351.74598378524,262.317294619453,2599.1306436238,592.085988321625,5965.38980247289,328.59703579104,1736.79947860065,289.259576950237,2365.42044191165,369.428375335942,4228.36118553639,448.14091793974,2831.76172089799,364.641732097259,3607.46276978755,428.125390357445,5085.40600090397,6727.70519434613,2079.0340755917,53010.8163255971,20608.4257694919,1396.80355181219,9008.3383436803 -5551,1187.25615509712,4114.65661764398,344.810193967698,1648.56761826282,574.690832901032,2934.36934863877,601.82923362862,3457.96448298087,135.738589771462,1264.66315791013,1123.24402084824,7018.16028696889,628.332413995736,4094.02504020171,704.251838518958,4626.91091750711,473.810785231427,5253.54201295056,124.184981544977,1425.59097023355,244.90166513718,2741.11942661859,552.777502910663,6291.2750903943,308.140543476133,1831.6796820554,270.283308616806,2494.64179161256,343.229316546569,4459.35375232776,416.288443743329,2986.45898533444,340.448479781397,3804.53606798353,399.720123817679,5363.21835746027,6203.88972579984,1922.90732731698,49412.873269858,19278.7363374293,1287.95436703561,8420.52223931188 -5552,1134.26382308718,4201.53610847389,316.926852576959,1683.37652908643,525.928551667831,2996.32749936839,557.18211939447,3530.97815617563,123.611476509749,1291.36606448062,1022.55149131491,7166.34621083918,572.005935529164,4180.4689027132,641.158783949882,4724.60647317138,432.060333766184,5364.46865824619,114.548613499254,1455.69180953433,224.99985087342,2798.99717492629,507.932800442681,6424.11309543719,284.821001798909,1870.35493807994,247.158152535205,2547.31525353134,312.635872538488,4553.51139886656,379.108451206688,3049.51698996056,314.030737386416,3884.86747522978,368.703086326762,5476.46077922342,5617.96587747288,1751.45605295851,45384.2646763152,17802.8381966829,1163.74127255657,7806.40521460018 -5553,1052.90688304637,4315.18772635335,297.457730340207,1728.9118906998,488.955159696822,3077.37820539782,519.484857404953,3626.49117088876,114.576282487744,1326.29753685494,947.46982842019,7360.19598866296,530.005941211077,4293.55065234517,594.065745799918,4852.40715265066,401.086067297167,5509.57761990517,107.239531059591,1495.06829589935,210.076574178568,2874.71009257297,474.292233264436,6597.88545580428,267.435132235666,1920.94806860021,230.504234853907,2616.22017124203,289.855419218478,4676.68395389233,351.40999960843,3132.00647254787,293.993161391135,3989.95320159464,345.176994029382,5624.59912951794,5155.53355192112,1616.42580329013,42294.1200928701,16676.7558645893,1068.49325372178,7321.00619330729 -5554,1002.09171178306,4392.77494487405,279.792261892411,1759.99778386907,454.303962654961,3132.70956765463,488.850634602937,3691.69560248759,106.332710454934,1350.14441058119,878.99920066657,7492.53255678954,491.704099379997,4370.74883555717,551.116482559634,4939.65359428398,372.858771712438,5608.64000834813,100.184261730006,1521.94967347393,196.27833492499,2926.39747543559,443.137851332667,6716.51565525255,251.1808159731,1955.48677862091,215.341763132336,2663.25989674105,269.064027517723,4760.77088658055,326.13721166438,3188.32005286091,274.651404539194,4061.69269256717,322.467862096487,5725.72960852076,4764.68218482735,1498.77277513365,39535.3281787981,15648.1776080767,983.931964494874,6878.34145054743 -5555,968.012803512027,4335.39679414684,270.010255145886,1737.00880323845,434.760553906224,3091.79031182816,468.20934443558,3643.47490614491,101.496190076028,1332.50890899825,838.723650498463,7394.66556661431,469.174325624315,4313.65838848794,525.870525364857,4875.13214894935,356.419653655967,5535.38030444521,96.4879401051333,1502.07006232615,188.832116592399,2888.17305521365,426.344043035417,6628.78494915789,243.006814664849,1929.94433300582,206.595480033292,2628.47256306277,256.88740103819,4698.58599595084,311.313249554053,3146.67441636567,264.518077124598,4008.63911744749,310.570335365135,5650.94048760659,4487.74139142027,1422.85748293943,37910.5868832144,15090.577626741,929.548548604196,6646.22169335015 -5556,897.114257556225,4293.28916252583,258.286505517672,1720.13806907451,412.424718130736,3061.76123405709,445.622966022882,3608.08758026612,95.9822196931562,1319.56688847834,792.824501001946,7322.84472335033,443.498761928263,4271.76189158446,497.071660674183,4827.78232645817,337.48100374141,5481.61780799818,92.234007025894,1487.48117557448,180.024750919597,2860.12161428653,406.500202927624,6564.40273733569,233.10131729496,1911.19970849233,196.559722011737,2602.94346857231,243.001471823975,4652.95088164613,294.412276144651,3116.11227558665,252.856078774223,3969.70512656413,296.877998047117,5596.05561047478,4200.19099921187,1338.42273675238,36058.1530571871,14426.7286368966,869.418613040945,6353.59161911268 -5557,874.02377727394,4197.89717454475,250.359845979964,1681.91856328319,401.276314261406,2993.73239188418,431.205967190683,3527.91998985649,93.5281471892556,1290.24761740182,772.683071804829,7160.13946651964,432.231830973054,4176.84821500826,484.442871082233,4720.51451005284,328.622107562634,5359.82251300113,89.4560980527381,1454.43104057286,174.785431428017,2796.5729744614,394.653975848616,6418.54919630504,225.737408862623,1868.73503101072,191.055431724669,2545.10903379052,236.761280774961,4549.5676205202,286.880207828663,3046.87581526736,245.240545276402,3881.50280676071,287.936609926831,5471.71763804205,4097.91249738924,1304.64352911416,35011.1558058134,13983.8776699997,850.306043218666,6157.9722631736 -5558,842.039420421978,4135.32055217861,249.639306014656,1656.84677652687,396.068630140816,2949.10584350463,425.648477997141,3475.33048902692,92.0316916545974,1271.0143359383,760.070340844164,7053.40570796019,425.176384832679,4114.58536230759,476.538628999568,4650.14740919562,323.980340825521,5279.92546564624,88.8516320439906,1432.75033278053,173.231350230408,2754.88541431739,391.177026618111,6322.87007113943,224.858983765461,1840.87843484466,189.153143110333,2507.1699609009,233.025414300457,4481.74876667956,282.298860705323,3001.45707598889,243.583424333134,3823.64256739501,285.990986350984,5390.15260819659,3992.55980129279,1277.25271107982,34595.3689534212,13880.3803927114,829.125204042004,6110.39502700868 -5559,855.382733641581,4010.88209713911,254.351326334434,1606.98958879337,399.601342301959,2860.3624993592,432.516502213616,3370.75219785229,92.8355333704523,1232.76746769639,766.457441381016,6841.15737122535,428.749270353782,3990.77086252379,480.490628426335,4510.21698493834,327.099323516127,5121.0440054599,90.0535464426383,1389.63656792992,175.530769160431,2671.98647566368,396.373171483108,6132.60472818952,228.782677481602,1785.48343814316,191.84574814724,2431.7251791677,235.113476894768,4346.885728769,284.773390866158,2911.13839895026,246.878427680208,3708.58300485174,289.85964555815,5227.95423577835,4001.23501384194,1284.59166278169,35070.9275233745,14116.0975898088,829.461282195091,6218.13664036563 -5560,892.747102778263,3970.13905943838,265.026664392012,1590.66558928024,413.101513852308,2831.30658239961,450.454693444738,3336.51167904599,95.6915267322802,1220.24486289372,789.792420846559,6771.66404633023,441.802644069542,3950.23211723811,495.150716556521,4464.40164152874,337.759537377376,5069.02380543198,93.6327316815594,1375.52046735497,182.379681903028,2644.84410571182,411.849971575451,6070.30896890441,238.893171515238,1767.34627597472,198.888790347428,2407.02341325857,242.397699240938,4302.729524513,293.542724262564,2881.56669410631,256.690630076078,3670.91075881619,301.380139816546,5174.84802837376,4096.53404202198,1321.49348999133,36368.5287452905,14698.8574039632,848.146116186168,6483.39731494861 -5561,966.910063510679,3958.83238267823,285.898276474315,1586.13548557803,444.553955635752,2823.24322042241,485.308778656708,3327.00952849241,103.108511326977,1216.76969136285,850.972901420223,6752.37882348189,476.026444361165,3938.98213404899,533.452204686544,4451.68733970391,363.842659727765,5054.58758221676,100.751265223868,1371.60308182552,196.233433210013,2637.31177575145,443.135549316171,6053.02115597946,257.015648281941,1762.31299810547,214.542493847937,2400.1683799007,261.193276629115,4290.47565350453,316.296273550637,2873.36019486653,276.20582339979,3660.45626320687,324.292903288685,5160.11042521585,4412.60829751668,1423.32747889184,39197.1003164289,15839.9295716179,913.023641645618,6986.48386758931 -5562,1018.54750345002,3928.42131539639,297.583436017462,1573.95106645963,455.570588493073,2801.55555314331,506.688059699942,3301.45201535773,104.480268880806,1207.42267654291,861.471215320857,6700.5082144579,481.899104970646,3908.72355295203,540.099223488432,4417.4902456825,370.193161137645,5015.75911256057,105.208269919789,1361.06666361598,203.392471922756,2617.05240174852,459.433359622073,6006.52289188564,270.216965748721,1748.77521373462,220.114608932303,2381.73070054648,264.840633475837,4257.51695984002,320.53312633033,2851.28753763725,288.424534988157,3632.33726979111,338.638876905987,5120.47134728732,4376.61675932343,1433.76931861144,40453.3900730725,16554.1421835494,902.101796245642,7335.97132184902 -5563,1048.31537201102,3838.48772200587,301.41522836098,1537.91850684776,457.297103436337,2737.41936770162,512.001074989878,3225.87166912963,104.445303431889,1179.78107414728,860.792103281998,6547.11306335556,481.519215918197,3819.24090166169,539.678171525131,4316.36036686712,370.756001267022,4900.93302738332,106.460169552649,1329.90767987274,205.262847096445,2557.14005842167,463.70602442468,5869.01518991575,274.393787668377,1708.74039405094,221.327489092304,2327.20559155444,264.833880782514,4160.04935940245,320.439551328561,2786.01283478287,291.856570984328,3549.18194686322,342.668425970846,5003.24807841085,4317.30998194213,1427.52263156198,40753.1118246894,16777.6435596833,890.171716386404,7455.26988283759 -5564,1003.6805309967,3743.48562160381,280.16405125349,1499.85521239976,417.192630613091,2669.66857404348,476.690595042285,3146.03174091054,94.2759714649966,1150.58163723987,776.13709780813,6385.07281791653,434.163981473192,3724.71515770289,486.613457399284,4209.53097710674,336.050620497936,4779.6355359619,99.0073927700129,1296.99262788379,189.462978871122,2493.85115556038,428.13738522887,5723.75778368853,256.891454344116,1666.44927884272,202.576212339627,2269.60753855101,239.225089189531,4057.08864790825,289.2694790107,2717.05935877353,271.425062324968,3461.34012891808,318.679817837407,4879.41830202349,3794.37552312105,1279.55079391948,37519.527311772,15647.8764905032,779.559787849154,6995.35461126032 -5565,834.474487280622,3455.75012625392,228.181355227724,1384.57185722874,336.858690206448,2464.46986695099,388.829347171933,2904.21833681109,75.7670033830814,1062.14449314584,623.452025563004,5894.29703411074,348.75335097418,3438.42241631934,390.916110185006,3885.97384257457,270.67444343709,4412.25846081162,80.6101017149169,1197.30189737969,154.023803978151,2302.16630082688,348.074512409585,5283.81265029523,210.211969626709,1538.36100572205,163.869548639485,2095.15871855661,192.323148327185,3745.24868649706,232.488711213886,2508.2180543005,220.98957734215,3195.29117955895,259.463579553477,4504.37162519119,3008.33307217609,1025.10199099721,30430.2210146204,12768.5313374874,617.579842116129,5726.13946611975 -5566,649.796924737654,3137.1486905779,185.88966252424,1256.92183468852,289.386327965371,2237.25909964877,311.838724330197,2636.46514348988,68.4258378625766,964.220526409713,565.281700466348,5350.87478749006,316.213404077069,3121.41850160416,354.251855493438,3527.70811154331,240.596637109208,4005.47213980174,63.9769797110344,1086.91715036203,126.648382699006,2089.91904283329,285.822233144953,4796.67375577914,163.104867625931,1396.53245704097,141.280977517561,1901.99643791889,173.220076666562,3399.95705229688,209.884190242951,2276.97394118665,175.390495796292,2900.70264739735,205.925756346904,4089.09296956688,2992.28875616198,950.252466328963,25503.2738008839,10155.2458606336,621.380302671807,4455.19319158149 -5567,676.133423661266,2933.23857719416,162.313305009095,1175.22373902745,315.380259482839,2091.84050407875,304.207598787516,2465.09873425467,69.066468826097,901.547591123719,570.459929217541,5003.07568957153,319.11005779707,2918.53082768171,358.564142693455,3298.41220243643,242.865706914542,3745.12226201769,55.3809497073175,1016.26911253242,115.20013628644,1954.07733718928,259.513231616448,4484.89692086427,145.759665789331,1305.7598734798,134.185032058721,1778.36942894851,174.865754832361,3178.96477669454,219.447451674922,2128.97393853659,151.824801213,2712.16118377475,178.257304536717,3823.30785916861,3336.10695229884,1019.48105809077,24434.0788677807,9110.13067020962,692.99950535154,3935.27846021575 -5568,683.181057989902,2818.09239446388,164.516492503666,1129.08956894829,330.046393689965,2009.72394840612,312.560241408409,2368.32968467596,72.5047450473604,866.156755726048,599.359192036962,4806.6767085804,335.276040640506,2803.96200719741,376.759074366487,3168.93089221009,253.996198505024,3598.10505868401,56.964336160813,976.37480940801,118.725731652496,1877.36876398064,267.436672936637,4308.83938350898,147.800437875419,1254.50142278215,138.496506418737,1708.55838363506,183.466074832443,3054.17245263458,230.378670750822,2045.39968581104,156.165595923379,2605.6935375052,183.353826043331,3673.22142951069,3568.59710660544,1078.47378574279,25273.6831084603,9295.95804005584,742.165010798777,3998.62453832656 -5569,689.792901094871,2757.33523275917,167.459540992553,1104.74676256818,348.433895440482,1966.39494927358,322.869622598219,2317.26926170878,76.8392603474637,847.482695864612,635.833519254457,4703.04631142975,355.679445104775,2743.50949207766,399.743517534615,3100.60976582428,268.146207898925,3520.53107590386,58.8526817733167,955.324483912598,123.129330494825,1836.89329987002,277.3183361097,4215.94219827198,150.193339523378,1227.45477734479,144.037637766955,1671.72241679438,194.299393274964,2988.32548113594,244.159837569054,2001.30152930428,161.342424756308,2549.51562654595,189.431934141831,3594.02796204014,3867.30935348479,1153.65480396218,26309.1719592383,9512.7799768764,805.377803516655,4069.04537396409 -5570,791.479503249186,2764.48313599006,192.327874310999,1107.61062288508,411.470358223682,1971.49247990538,376.474262484447,2323.27637185115,90.7478830050075,849.679644653401,751.383381513768,4715.23812602129,420.316979373989,2750.62155452456,472.474369776632,3108.64754748374,315.949662816235,3529.65742918617,68.7162505877485,957.800993436714,143.866602804459,1841.65512041217,324.015793694613,4226.87128172265,173.449068323632,1230.63673645681,167.779413257196,1676.05606107607,229.373425686308,2996.07218567436,288.36113659396,2006.48954906239,188.383029556626,2556.1247942553,221.180273584639,3603.34484298249,4628.1486009228,1371.08835543483,30764.2594481879,11014.8534685374,964.5803925839,4699.74517801941 -5571,1092.02296861221,2827.31968130783,262.098152562051,1132.78654969515,532.275589783055,2016.30439246308,502.27122435749,2376.08431237535,116.42114110921,868.992814917226,962.552462248991,4822.41522192485,538.443028386407,2813.14302687965,605.168702434785,3179.30693040831,407.755797980457,3609.88634290888,91.9381129544674,979.571755842879,190.713358898576,1883.51583713238,429.665958128887,4322.94782687806,237.053987391656,1258.60903986982,221.175467932528,1714.1527205441,294.558819070218,3064.17273699243,369.922012427284,2052.09694302254,252.044896250054,2614.22536625049,295.925589685042,3685.24866745293,5751.33762344676,1736.96859164169,40548.4785621932,14899.2892027563,1196.36063254945,6416.6123069074 -5572,1556.81062503547,3063.98018114439,367.128621595693,1227.60633000913,703.471236221878,2185.07894190569,690.2050470806,2574.97420259125,152.10467752425,941.731768100461,1255.21156708105,5226.07498646632,702.15385025937,3048.6168713319,789.079592379174,3445.43048631842,536.721446847728,3912.05150375508,126.688693753827,1061.56670777428,260.062514645344,2041.17533436321,586.127050693616,4684.79972506989,335.17380160973,1363.96077863628,298.281268261729,1857.63569571743,385.338163915434,3320.6589972185,483.273082627682,2223.86750418673,347.312313110583,2833.04882861046,407.778941733295,3993.72202383618,7200.04473188636,2233.08686874836,54828.0050662204,20781.8418089449,1493.69487977798,9049.33518135964 -5573,1726.05919503766,3507.53991776317,400.254283421505,1405.32182039034,751.954153508676,2501.40378170963,752.719150256679,2947.74256647634,160.554237493616,1078.06238067909,1323.5461421975,5982.63224451008,740.379585491746,3489.95252513972,832.137692947473,3944.21120574165,568.890796358786,4478.38301768694,139.085225313365,1215.24532887025,282.157602635438,2336.66784416291,636.199048000439,5362.99880251549,370.987890935591,1561.41573851278,319.057138879731,2126.55793124519,407.036045650109,3801.37706428409,510.100830318036,2545.80760370255,381.296940490654,3243.17758857432,447.680249188045,4571.8766411287,7415.18471223311,2340.28979824899,59103.8424504139,22806.3099510519,1535.8367415899,10009.3695876919 -5574,1577.47800227302,3852.00375330961,362.03464866165,1543.33380479492,694.058067675234,2747.05833193569,691.757676894302,3237.23056503331,147.159962497634,1183.93530338665,1213.34688545915,6570.16666975532,678.735130928208,3832.68916132068,763.042115638007,4331.55907689616,520.98075975258,4918.19012679669,128.658802531043,1334.59053289561,259.08497987184,2566.14422557832,584.334727991654,5889.68108721022,340.318548565072,1714.75718772818,289.803352453523,2335.40011656109,373.033317386748,4174.69766921583,467.54844630012,2795.82290567919,352.713292599915,3561.67927856535,414.120224830222,5020.86544820482,6825.58663261558,2153.76327291558,54167.6803661281,20895.3010659603,1414.09358524436,9190.80102538695 -5575,1481.768873883,4070.66453989627,340.142154808848,1630.94186681518,644.899888350151,2902.99637720483,646.312171421564,3420.99346534315,136.689616061354,1251.14194213507,1126.69628601926,6943.12523989686,630.263579502429,4050.25354610004,708.506195069023,4577.44204471179,484.483456397692,5197.37347930099,120.120605471624,1410.34918589363,241.873302928262,2711.81259736474,545.517380253139,6224.01157641794,319.103591850906,1812.09617789703,270.751368975543,2467.97019156246,346.559604975487,4411.67632618831,434.278366351114,2954.52909468214,329.306144869248,3763.85966116528,386.637922676519,5305.87721313547,6297.25455894183,1994.73613578609,50538.8026737629,19569.3157422299,1304.05650162435,8614.95253046911 -5576,1369.77520852017,4144.41788069832,312.621802641068,1660.49168850955,589.898800220113,2955.59360772006,594.723993425628,3482.97589952758,124.470298660672,1273.81045169798,1025.63952412057,7068.92255800807,573.733352787805,4123.63707529839,644.995643205248,4660.3773099041,441.735713380314,5291.54082071109,110.796598229222,1435.9022530004,222.204108465218,2760.94591128055,501.230381919387,6336.77980933234,294.918141686012,1844.92819971181,247.556618714522,2512.68550643148,315.649468327769,4491.60820571429,395.451742754674,3008.06000814699,303.744727927725,3832.0542327396,356.626295803104,5402.01045293423,5689.73639318345,1812.72795124664,46329.7015670142,18037.8329376176,1177.6309161886,7960.54271841341 -5577,1288.45225086369,4240.00480616576,293.400799710261,1698.78929744713,548.191226044777,3023.76146965525,556.015657707204,3563.30731573529,115.365097107068,1303.18963792174,950.276380630559,7231.96030978363,531.575900803663,4218.74471191175,597.584431370675,4767.86433254403,410.006272881515,5413.58500944816,103.724426471986,1469.01992732453,207.454476194762,2824.62441538853,468.006754272219,6482.93140812724,276.88442970211,1887.47965552421,230.83914862216,2570.63812828097,292.629593950243,4595.2027348249,366.519346957809,3077.43795604637,284.356633702886,3920.43679764407,333.862759220072,5526.60251517386,5228.95795655245,1675.17911729573,43209.158168831,16908.832830615,1081.64111983923,7475.67190606368 -5578,1211.30551414069,4349.36769219173,275.960790727451,1742.60634691101,509.160668651485,3101.75366449775,519.947280486654,3655.21607283848,107.058347902906,1336.80294412248,881.554305023377,7418.49501605402,493.133401347089,4327.55923411005,554.348477540328,4890.84235436821,381.092596849863,5553.21817201421,96.8985632705024,1506.91051146921,193.818193307437,2897.48024742841,437.242665308071,6650.14633384388,260.028509148918,1936.16361506672,215.619131171244,2636.94286553702,271.621602168708,4713.72727805751,340.124517640989,3156.81463409864,265.643785166534,4021.55703270826,311.892027734548,5669.15075004823,4812.86917238027,1549.50384579866,40318.5235759413,15848.2177040945,995.016181670285,7014.34334114773 -5579,1172.25443225756,4308.42971070148,266.299564504773,1726.20424172622,487.05791295289,3072.55872328078,500.773175305262,3620.81172293692,102.182554084141,1324.22042223525,841.114212683536,7348.66918546307,470.511584208091,4286.82652251568,528.922945692158,4844.80779763614,364.238827675293,5500.94907019848,93.3214159751254,1492.72686938792,186.454695056344,2870.20800899464,420.648537776675,6587.55250715705,251.538531355804,1917.93967176158,206.833388786252,2612.1229087387,259.312053204187,4669.35979898565,324.630241846207,3127.10143709971,255.837169716629,3983.70453574358,300.378093102249,5615.79044462095,4555.03637110504,1474.63941709105,38716.0590260893,15292.4864059156,941.168247132835,6779.23699891872 -5580,1126.81288543092,4242.14918154723,254.723103842793,1699.64845730998,461.810226529449,3025.29073199136,478.096356098546,3565.10945248602,96.6241878240383,1303.84872391449,795.030392368754,7235.61786168676,444.732717348273,4220.8783350359,499.921148119768,4770.27567200337,344.831058859402,5416.3229210663,89.2047670525192,1469.76288171045,177.747028668916,2826.05296449052,401.044298333062,6486.21013990867,241.255851542674,1888.43424522195,196.75428382437,2571.93822424052,245.275585222799,4597.52675096826,306.967123975354,3078.99436517623,244.551530744356,3922.41955203654,287.127638847745,5529.39758520762,4263.40985527386,1389.38040204163,36865.5395881849,14642.7444953704,880.296668960064,6503.61635310552 -5581,1090.78106270567,4175.21883555918,246.911530105906,1672.83231897127,449.417915875127,2977.55932351393,463.910851443146,3508.86107485279,94.1564580608865,1283.27730068702,774.853815149745,7121.45817842371,433.446124911647,4154.28358901275,487.233837238302,4695.01283057046,335.802037708487,5330.8670939429,86.5190250039044,1446.57375422262,172.578539108507,2781.46502224731,389.367391170747,6383.87420822958,233.646197654237,1858.63954635606,191.257124217414,2531.35956756406,238.984546504123,4524.98944901053,299.129051968478,3030.41564968623,237.188669421187,3860.53372801364,278.482912803913,5442.15772690814,4171.51421641137,1355.7039000767,35818.9537342217,14194.2792659767,861.566952599212,6299.24205808202 -5582,1087.32601232412,4090.0288533696,246.188064599967,1638.70032228511,443.407805950787,2916.80604668488,460.32046887863,3437.26726761888,92.6446330841135,1257.09367422444,762.165364426988,6976.15396341662,426.348321830109,4069.52076366229,479.257305052663,4599.21711897572,331.007991005576,5222.09759210978,85.9325789161504,1417.05827318757,171.035242294547,2724.71279798348,385.916891710767,6253.61944757659,232.713844001661,1820.7163916456,189.324304311662,2479.71042413723,235.199034700716,4432.66284632178,294.322795922905,2968.58390735332,235.580949416999,3781.76449160122,276.595290807331,5331.11748253108,4071.81381773001,1330.5193395177,35451.3551515536,14112.7544889293,840.496021693253,6272.89724555414 -5583,1109.2952881511,4004.7738920179,250.823976426397,1604.54229121686,447.226342450095,2856.00642993507,466.77646188635,3365.61885178561,93.4484716049757,1230.89007604611,768.52946423009,6830.73891676123,429.908340951487,3984.69328496611,483.204854892,4503.3483386361,334.152992396185,5113.24512569666,87.0936450593259,1387.52027904501,173.298158290044,2667.91728562538,391.026892780559,6123.26533433552,236.755437099364,1782.76431082488,191.992994280879,2428.02188502116,237.291902571511,4340.26582097147,296.873201196861,2906.70500249372,238.763968800278,3702.93517348844,280.332469786116,5219.99254155172,4074.06578920969,1337.28696942305,35919.8566828867,14351.2149494423,840.496021693253,6383.43901876068 -5584,1157.11436921309,3957.85767003382,261.339832062035,1585.74495974513,462.160874262743,2822.5481036306,485.452135416044,3326.19037831327,96.3181206285587,1216.4701078774,791.888091350651,6750.71630575372,442.974942948802,3938.01230877703,497.921586121194,4450.5912801794,344.995637165665,5053.34308132549,90.5534312033912,1371.26537647765,180.050689047301,2636.66243754094,406.27430097066,6051.53082860833,247.194206156193,1761.8790952279,199.013657698566,2399.57742927626,244.629375225584,4289.41928625638,305.986475840715,2872.65273866654,248.248843045632,3659.55501438925,291.468648482471,5158.83994331821,4167.14856171581,1375.19994995047,37234.3903275,14940.7199375408,859.225738054105,6655.38645229237 -5585,1247.77608470493,3926.99173601084,281.919635394264,1573.37829490133,497.35057881358,2800.53604791597,522.32354484267,3300.25059438869,103.782910289999,1206.98328717261,853.225132737661,6698.06985368979,477.286321924986,3907.30114171696,536.433535679976,4415.88269076817,371.633905695052,5013.93384351367,97.4378850633293,1360.57136214792,193.727716317514,2616.1000384799,437.136725765719,6004.337077123,265.946888225201,1748.1388224734,214.67188708284,2380.86397245444,263.595911762707,4255.96762029857,329.700386840259,2850.2499346006,267.122315679617,3631.01543741486,313.627968515183,5118.607972742,4485.36647222231,1480.31566657308,40114.340459549,16096.1183929484,924.779745317089,7167.81915436715 -5586,1312.07349140755,3884.10432923178,293.407965445789,1556.19513805076,509.055319187541,2769.95087311537,543.287448554823,3264.20794412884,105.146120508229,1193.80159831449,863.618341055743,6624.9189876425,483.100187434574,3864.62877957868,543.029494700732,4367.65601498709,377.978190133108,4959.17573991539,101.74201210403,1345.71230937088,200.765391671826,2587.52912362512,453.145262661513,5938.76259569393,279.529583225756,1729.04707341313,220.174332618057,2354.86211440725,267.228857888177,4209.4874067304,334.02024423245,2819.12182520168,278.921918897032,3591.36044281494,327.481867531248,5062.70670351944,4436.32488601441,1489.70068672592,41355.7486239328,16812.5888557665,913.073672591556,7525.95404282138 -5587,1333.51025308505,3841.9317121455,297.169775786598,1539.29836697934,510.712058019036,2739.87545092845,549.083279807004,3228.7660043535,105.10261331495,1180.83960414152,862.874374718396,6552.98730197927,482.684019481752,3822.66762305793,542.564216575484,4320.23311666318,378.484996546018,4905.33027084057,102.94996276293,1331.10090732787,202.598360236495,2559.43439040465,457.32930016503,5874.28102164618,283.816614101594,1710.27351998346,221.353361888369,2329.29362040608,267.199285239757,4163.78186293295,333.876892395218,2788.51251732109,282.233470425703,3552.36636440314,331.369955937221,5007.73712156954,4383.20069586388,1483.68641488092,41656.9603573152,17031.5657462991,901.367599866023,7639.25040252425 -5588,1251.44332483221,3758.04135101722,276.184174396171,1505.6870730873,465.325591796114,2680.04899948522,508.625686335974,3158.2644008899,94.8513196875919,1155.05542361774,777.878143621915,6409.89978444371,435.137906549798,3739.1979022511,489.125124468606,4225.89882249302,342.913374179332,4798.22010889433,95.7370175689205,1302.03570154587,186.975251643419,2503.54795322087,422.184857213516,5746.01337057967,265.641523835356,1672.9289043137,202.526168960898,2278.43241369282,241.31263752887,4072.86375446253,301.300756906387,2727.62405297143,262.45945109183,3474.79879696627,308.153305178245,4898.39085853319,3844.91868619234,1327.61289020381,38288.9600904729,15863.4257118154,788.989301700909,7149.78514486134 -5589,1023.09590621982,3465.95213204542,224.927829058365,1388.6593663339,375.507672913907,2471.74543229485,414.056947176708,2912.7921199868,76.2228388056927,1065.28013775977,624.800710979518,5911.69807593433,349.507793239395,3448.57326754507,392.900759518339,3897.44594738515,276.148545911612,4425.28425397555,77.9453498474875,1200.83655134626,151.990662869463,2308.96271638818,343.211046106632,5299.4114306729,217.345261078641,1542.9025284932,163.801801213965,2101.34400991157,193.983499014011,3756.30534493424,242.122246293942,2515.62277228689,213.684259815228,3204.72426294995,250.886415607074,4517.66935324685,3049.3649698967,1062.87167903635,31031.1094084211,12933.1794654173,625.10428354345,5841.00663995854 -5590,792.928490882509,3142.80202895797,183.322467623426,1259.18688653963,324.247849872929,2241.29078063737,335.374032607066,2641.21621876667,68.8851192171151,965.95811217515,566.866784316073,5360.51739891423,317.100085459919,3127.04349319872,356.290697787575,3534.06526245572,245.833531350105,4012.69025140935,61.8780817955265,1088.87584312675,125.052908215741,2093.68520781348,282.004400799307,4805.31766224161,168.828800656902,1399.04909597559,141.402267498122,1905.42395459783,174.84558705561,3406.08398780111,218.843378772132,2281.07719080654,169.636445703751,2905.92989520201,199.169933507219,4096.46177114583,3049.39069970626,987.060155381325,26081.0487496407,10300.199282183,629.786712633663,4548.66550171846 -5591,614.702113851933,2929.40469947551,141.829953065615,1173.68766755256,268.131588841491,2089.10637233716,276.760846746951,2461.87673684027,61.6418027674966,900.369226960372,512.941730184954,4996.53643955617,286.93490424536,2914.71617366808,321.846949572726,3294.10102599542,217.015659538065,3740.22721498482,52.5008191340048,1014.9408020646,109.93276206677,1951.52326824248,247.588902927009,4479.0349543304,129.744345731471,1304.05318527388,119.601516660663,1776.0450183185,155.270150292584,3174.80972353231,189.28462464921,2126.19127168841,143.929031023582,2708.61626437654,168.986890875958,3818.31061996456,3042.47272694074,913.657648822947,22085.7389842687,8304.09697053108,629.366958146229,3597.49503848411 -5592,608.095339996471,2823.81071200608,139.963299211491,1131.38065518149,269.494029142741,2013.80196931549,275.85794295177,2373.13536855212,61.912883365508,867.914313207233,515.381585853952,4816.43015165285,288.299737152412,2809.65165213769,323.402675069439,3175.36111186738,217.534048800103,3605.40613487163,52.4796487259162,978.356015280239,109.6770310162,1881.17821705512,247.029904671241,4317.58264255955,128.600779104511,1257.04698782703,118.995825477934,1712.02529600323,155.914406027485,3060.36981080037,190.113429523111,2049.55009795762,143.870993142025,2610.98086701021,168.918748673599,3680.67492769195,3080.93685500611,921.253094826662,22058.5210162367,8251.27235135422,637.648102332363,3571.78334853407 -5593,609.963964096269,2755.64573042199,141.461229077518,1104.06985095614,282.019388976527,1965.1900798681,282.873796117428,2315.84940104511,65.0128512541842,846.963417694017,541.710570138022,4700.16461331752,303.027929732304,2741.82846118818,339.975875895277,3098.70992884261,227.523822248243,3518.37394048914,53.8575674864703,954.739127830696,112.904008195863,1835.7677800252,254.270246479848,4213.35896351954,129.892141039599,1226.70267883661,122.677763773957,1670.69810212392,163.611249431327,2986.49444411706,199.622112162085,2000.07527158596,147.648505861008,2547.9534615402,173.353921515976,3591.82579286984,3306.61992008099,976.285528310071,22777.1254629221,8386.64531012205,685.264681402637,3613.46339956059 -5594,693.230803780795,2764.09324841104,160.601464184516,1107.45441154176,328.067570984191,1971.21443139062,325.873078515989,2322.94870966062,75.5316271826849,849.559810484299,629.664153668655,4714.57311462963,352.228358520382,2750.23362190716,395.253784005933,3108.2091208388,263.812052397404,3529.15962561055,62.1812273282038,957.665910424033,130.25335601975,1841.39538344834,293.350582903289,4226.27514691921,148.575704438816,1230.46317418341,140.79989941146,1675.8196792977,190.018394809735,2995.64963604263,231.914016281909,2006.20656475244,170.467507837582,2555.76429239701,200.145682493522,3602.83664693712,3883.53171455243,1140.55639416421,26271.4193411967,9605.04293784135,805.341272101589,4133.73717684132 -5595,956.40051384767,2841.42053767695,218.317922538769,1138.43616213188,421.174371914846,2026.36042497419,432.924281422816,2387.93469626764,95.986666978234,873.326793472944,798.848698918163,4846.46633466114,446.868643048331,2827.17317919319,501.372213659129,3195.16327331691,337.73406476704,3627.8901396379,82.8435643476413,984.45723120094,171.729445636911,1892.90960553571,386.905912923195,4344.50791674022,202.65772236025,1264.88617415125,184.571130504034,1722.70181439682,241.758295016598,3079.45486442223,294.74583936875,2062.33148580891,227.112531571395,2627.26344491196,266.652532267307,3703.62832309917,4753.01344256751,1428.45970382622,34428.9210041613,12954.2930929379,983.385872103482,5629.35462743825 -5596,1393.76810449718,3076.9113810796,314.033033289274,1232.7873109413,578.219596994724,2194.30083336761,612.636713485965,2585.84160520913,130.676720306425,945.706246086182,1085.9203856684,5248.1310757786,607.45391443877,3061.48323206479,681.460387494902,3459.97155638004,462.727535590979,3928.56189780501,117.317304051161,1066.04693627813,241.529790991203,2049.78989607412,544.300487307357,4704.5714201592,293.087886115346,1369.71722890344,257.89943208313,1865.47564805653,329.473724058549,3334.67348258427,401.300493527762,2233.25309861812,321.620998927345,2845.00540752517,377.614802674848,4010.57709956208,6247.79711955044,1918.84226582984,48141.038985012,18547.3707845182,1289.78820699046,8120.87197790999 -5597,1558.0915513255,3524.62989753078,345.773181911608,1412.16904723324,627.674101275978,2513.59150901205,675.744651211258,2962.10501480261,140.242101787627,1083.3150833442,1164.39895542217,6011.78175283013,651.354107331035,3506.95681288639,730.799780352703,3963.4288030565,498.399847866979,4500.20328971757,130.160389674228,1221.16643556326,265.194767213766,2348.0529194911,597.857246387208,5389.12923671656,327.17654669952,1569.02351034308,279.675080328342,2136.91927648194,353.802316067883,3819.89872295109,430.694995803797,2558.21168219049,356.829837562089,3258.97950121709,418.95345499485,4594.15244728595,6567.64614195548,2047.54164556133,52581.2923442601,20558.8437194097,1353.967074433,9059.50665216542 -5598,1430.48696212469,3879.94554939938,314.749512947723,1554.52889214003,585.548238360931,2766.98503727487,625.71168023997,3260.71289842045,130.082352039355,1192.5233736351,1080.41664671467,6617.82556863473,604.375173293824,3860.4908525649,678.262643239402,4362.97948773387,461.514411898354,4953.8658619347,121.262367022324,1344.27143118172,245.526652230236,2584.75861000784,553.644133315329,5932.40385658218,301.748545746916,1727.19575184999,256.378326905882,2352.34072150959,328.093429898177,4204.98023342918,399.486285478852,2816.10334114514,332.436241434652,3587.51510908689,390.31296504266,5057.2859730881,6142.60806422777,1909.58173753887,48623.9562604077,18959.3763259347,1267.01506047859,8365.84351779006 -5599,1342.48258609165,4103.34994088383,295.273522778933,1644.0375145606,542.687995273027,2926.30598666157,583.553538461944,3448.46233242729,120.468385412785,1261.18798637926,1000.23684844846,6998.87506412055,559.523328758518,4082.77505701258,627.887974031821,4614.19661568228,428.032647218711,5239.10578973534,113.018786658867,1421.6735847041,228.745711436345,2733.58709665822,515.811814580935,6273.98727746934,282.586324965069,1826.64640418615,238.993333193802,2487.78675825469,303.914177855021,4447.09988131929,369.968003957193,2978.25248609467,309.836774351122,3794.08157237421,363.778959701697,5348.48075430236,5643.69423024652,1762.65401838376,45267.8829546985,17729.1364503662,1163.50075815191,7831.00626172338 -5600,1241.13457998756,4193.99831766397,271.335744634886,1680.35645742622,496.249486890297,2990.95192022183,536.860823325875,3524.64338384273,109.639168449423,1289.04928152273,910.01321860713,7153.48938485599,509.053056862613,4172.96890764891,571.284989385355,4716.13026486697,390.104923218898,5354.84450138826,104.220172906864,1453.08021699753,210.070702736839,2793.97561742032,473.772403919842,6412.58787718309,261.146186930778,1866.99941669454,218.448613330511,2542.74522747128,276.659433301734,4545.34214469641,336.716685288114,3044.04598589249,285.715704002786,3877.89780566215,335.458441917501,5466.63570223569,5094.18904595132,1600.76145884838,41485.4320323884,16339.7285439331,1049.63502559256,7235.08025164801 -5601,1162.52351141905,4298.9425009059,253.091867325793,1722.40312092562,456.504394207237,3065.79291504569,498.35609836376,3612.83865554291,100.425399402772,1321.30447424378,833.096285357401,7332.4873347745,466.026429122851,4277.38688317902,522.983992481551,4834.13947737058,358.140727324139,5488.83591960579,96.9200572234052,1489.4398683392,194.575665594226,2863.88777926671,438.891490086639,6573.04664379817,243.958669331301,1913.71634742695,201.848990739663,2606.37098525124,253.502345235632,4659.07781715036,308.42861676443,3120.21552520654,265.702710034093,3974.93237436879,311.961211346034,5603.42441205373,4605.88421144763,1459.82738570915,38359.8939207003,15224.8482067028,948.19100931241,6759.0688852934 -5602,1110.92369688688,4373.54058972496,243.402841979115,1752.29139716331,439.605220772421,3118.99257801611,478.031468469001,3675.53101741058,97.1340622183645,1344.23262192332,806.000546519795,7459.72549656635,450.869321070787,4351.61092468635,505.950352772788,4918.02465750979,346.118846117171,5584.08182469935,92.6988581417755,1515.285612395,186.919879523075,2913.58385100541,421.554355838351,6687.10648927006,233.283257416127,1946.92441709286,194.798324266145,2651.59845554475,245.150468617019,4739.92521177019,298.316114331914,3174.35956524311,254.130450713226,4043.90802553194,298.374236507559,5700.65873232975,4483.28062386872,1414.00738744233,36903.0525783305,14583.4901018555,923.347576754006,6460.66012588358 -5603,1066.16561111644,4318.50175816874,232.129947899535,1730.2396820672,412.474080277967,3079.74160878312,454.191687158789,3629.2762889139,90.6676581972593,1327.31612341769,751.838241218026,7365.84856399009,420.571423725084,4296.84806704998,471.957271902094,4856.13376495698,324.006351949618,5513.80893420239,88.1508980064963,1496.21649713948,177.136864015568,2876.91784836737,399.542043848245,6602.95258235855,223.515895163504,1922.42334231221,183.643556569372,2618.2294087152,228.936184371355,4680.27561209971,278.466528965201,3134.4118300327,241.6623881915,3993.01745573387,283.73550027895,5628.91877947203,4115.97692159471,1312.59863274475,34861.8883515481,13910.2460134521,846.746993032262,6182.25292166313 -5604,1022.73209928451,4226.09889358615,221.32771748634,1693.21779068206,388.979398319758,3013.84446140151,432.000116303738,3551.62076293826,85.1893967060443,1298.91557645057,706.045621399446,7208.24170274317,394.955451754836,4204.9085259069,443.191261912717,4752.2272029579,304.948421686137,5395.83011450695,83.9637556140381,1464.20199347281,168.14816867037,2815.36051546712,379.315576179715,6461.66938566681,213.827038565685,1881.28930237948,173.855223352652,2562.20722531744,215.180138637821,4580.13188221097,261.648370332496,3067.34490541498,230.183494009563,3907.57896991174,270.258145330441,5508.47695755031,3817.44593482903,1227.76584265466,33044.3130271781,13277.3557681813,784.638411636252,5914.63549967524 -5605,987.067018188695,4104.97446405889,213.677223727535,1644.68839179056,376.021655425035,2927.46451614629,417.247409959359,3449.8275844916,82.3815903295141,1261.68729283411,682.808647797082,7001.6459305845,381.956901620999,4084.39143455635,428.605848900874,4616.02338391908,294.831938638557,5241.17996057006,81.0891797714041,1422.2364276785,162.436147035264,2734.66932840875,366.426414842094,6276.4711596337,206.40688321883,1827.36957658407,167.990181449454,2488.77167723592,208.080771173142,4448.86049567661,253.023885033797,2979.4315812863,222.302951906437,3795.58365567961,261.005610946283,5350.59822687036,3696.25469682325,1187.79998812922,31927.5947068043,12819.9855512937,759.794979077848,5709.65519410311 -5606,985.035477031051,4008.9326718503,213.333468260036,1606.20853712758,371.739941974781,2858.97226577557,414.607469950348,3369.113897494,81.235015623644,1232.1683007255,673.105479915034,6837.832335769,376.529038409113,3988.83121197988,422.516538460515,4508.02486588933,291.261736457646,5118.55500367735,80.6418394097647,1388.96115723418,161.219818526587,2670.68779924266,363.709445845841,6129.62407344727,205.800455078688,1784.61563238802,166.602967462486,2430.54327791882,205.226623260924,4344.77299427269,249.506253868724,2909.72348655027,221.076585044919,3706.7805072165,259.565735185796,5225.41327198306,3617.61683432421,1168.48643080504,31653.0147610567,12762.3713171759,743.232690705579,5691.62645552173 -5607,1008.17057842609,3932.96997650467,218.261919698823,1575.77352118827,377.544461887424,2804.79943300347,422.435275020127,3305.27471795947,82.5940405393805,1208.82073345409,684.227557363326,6708.26663410636,382.750626632173,3913.24940631165,429.447627686179,4422.6051924928,296.247544922632,5021.56678606911,82.089712535126,1362.64262263399,164.203694869425,2620.08264813057,370.433525642535,6013.47775616337,210.082316065595,1750.80009476524,170.010536308047,2384.48847140103,208.689024592176,4262.4466759418,253.683097293713,2854.58900142886,225.045875037261,3636.54309954937,264.226073479055,5126.40026554824,3659.19140643077,1184.89985850614,32256.8205532465,13030.8004661674,751.513834891714,5811.68164185551 -5608,1051.88038043179,3925.82207957692,227.439312047106,1572.90966339678,390.195948257351,2799.70190686677,439.377847444479,3299.26761311428,85.1307663178993,1206.62378660261,705.024675296692,6696.07483026579,394.384343858959,3906.1373501363,442.528037616211,4414.5674179212,305.901205484787,5012.44044083458,85.352719669211,1360.16611529371,170.603395207555,2615.32083178748,384.881545601918,6002.54868235016,219.369428387924,1747.61813845913,176.25223028843,2380.15483094082,215.144136321954,4254.69997823456,261.478777718511,2849.40098624563,233.991286990418,3629.9339376681,274.728870189477,5117.08339282167,3741.95176299829,1218.43628997438,33439.9088461887,13567.6042064286,768.076123263983,6059.59562223412 -5609,1139.7960093722,3906.97761200686,246.993240677064,1565.35948803434,424.721553283166,2786.26296574301,476.440768923707,3283.4306902278,92.9497719376426,1200.83183211385,769.912139559734,6663.93278143426,430.681796862689,3887.38737188289,483.204972375001,4393.37690779196,333.606097417464,4988.38006076143,92.5074036636632,1353.63713722746,185.147774198147,2602.76694432113,417.673224385954,5973.73565117111,237.289552337394,1739.22933920448,192.050396515003,2368.72977152289,234.876602273574,4234.27685305594,285.492212197336,2835.72348293779,253.605585425896,3612.50977249115,297.757992846334,5092.52071267604,4103.723002369,1331.3376818891,36368.3569195558,14712.9330986195,842.606420939194,6562.5771626384 -5610,1194.36169192015,3830.04020401682,255.650999621245,1534.53394626214,430.610186567552,2731.3950161791,492.355414875911,3218.77236051413,93.1035917593639,1177.184681357,770.310103023223,6532.70456204345,430.904413977986,3810.83574094271,483.510332901055,4306.86117487093,335.81882987004,4890.14734226191,95.9986831326453,1326.9808972794,190.450417700629,2551.51245499853,429.776794765371,5856.09900651608,248.315850877687,1704.97989870413,195.322562781655,2322.08401438066,235.44885337674,4150.89416747689,285.981831843267,2779.88154161638,263.176797442999,3541.3711160064,308.995540609855,4992.23722434357,3991.19235612289,1322.40022933254,37196.7693243929,15285.6576221086,817.76298838079,6858.27094139022 -5611,1217.21200257165,3731.52913431301,259.854970995877,1495.06475730048,434.704053062471,2661.14179937337,499.670319775811,3135.9834884718,93.7308971461854,1146.90674273959,775.247114131633,6364.67924633242,433.666132758673,3712.81862224195,486.61061096985,4196.08596656962,338.545167050983,4764.36964280324,97.5036243417309,1292.85010472782,193.052042921441,2485.88593205998,435.680216696468,5705.47641597034,252.851660831956,1661.12673145312,197.443147362957,2262.35853683636,237.088271351795,4044.13052979063,287.913655254654,2708.38122054213,267.302537451327,3450.28479882099,313.839566666388,4863.83370819523,3983.60205535743,1327.75284940303,37657.4717375241,15539.2110086765,815.692702334257,6981.77911872896 -5612,1141.76982752995,3605.59612072584,241.185399555264,1444.6087636266,395.130827446109,2571.33261007983,462.092371994315,3030.14916772877,84.3211464495443,1108.20051341164,696.627907393,6149.88171718117,389.687268825607,3587.51705787736,437.266934942682,4054.47491865314,305.923599613143,4603.57994898998,90.5201445984516,1249.21852530165,177.792858217227,2401.99134204336,401.364746198064,5512.92590566971,236.416774133088,1605.06641738014,180.268105143263,2186.00763132188,213.452491774002,3907.64772967706,259.025182152292,2616.97777794016,248.157589063808,3333.8433222011,291.361507299356,4699.68726462937,3475.88159493213,1183.60478839914,34541.2834500691,14454.8561581574,710.108113961041,6526.45414969478 -5613,932.508668629152,3344.43781493914,196.088855730613,1339.97375609908,317.866859506903,2385.08743852486,375.40687797004,2810.6712793496,67.4972000673373,1027.93201997421,557.319620343171,5704.437292384,311.759489405487,3327.66824357712,349.851514286037,3760.80370170138,245.516077708472,4270.13629646303,73.5534278071915,1158.73590253927,144.178589191358,2228.01179236599,325.505786687294,5113.61706983635,193.176395437911,1488.8092404244,145.401478822352,2027.67208005168,170.930068518564,3624.61140876814,207.350072354214,2427.42646384825,201.643969891799,3092.36844685953,236.749926637924,4359.28242652153,2739.39089192307,943.248092323193,27921.8730127234,11765.239342145,558.977232564085,5324.03299704458 -5614,720.965793513408,3066.83933991549,159.69407308153,1228.75187312572,274.145333953423,2187.11795236037,303.856166522928,2577.37704452932,61.0217412320338,942.610546841054,505.850317283148,5230.95170800255,282.968032840278,3051.46169380204,317.381290684993,3448.64559614706,218.386178672977,3915.70204184889,58.3880385624232,1062.5573107104,118.663859778289,2043.08006090045,267.541387691067,4689.17135459517,149.909961285965,1365.23356115872,125.428640828581,1859.36915190152,154.112977631028,3323.75767630139,187.418439348791,2225.94271026002,160.068622781049,2835.69249336296,187.93636487509,3997.4487729268,2748.71969137495,876.853770856551,23454.2939955819,9359.69642353316,565.188090703686,4144.25412201027 -5615,521.539638574972,2851.10269756519,136.163408745149,1142.31539112954,239.894593419306,2033.26526196177,249.280838969949,2396.0716000541,58.6882583761976,876.30266048628,498.881407009325,4862.98070179649,279.069688282909,2836.80679111009,313.291409191645,3206.0508139928,211.881379757116,3640.25220006619,53.4750773007445,987.811775939823,117.699980747883,1899.35970794461,264.622769267544,4359.31185713828,126.600791353594,1269.19628242848,110.424840453501,1728.57193259495,145.62699707532,3089.94812790456,182.086929022691,2069.35889443195,146.59992333,2636.21586304397,172.122782110105,3716.24846190487,2836.49358997091,859.044816501622,21361.5387774346,8216.52289867304,606.883985395532,3553.46543236179 -5616,513.418862032147,2718.67159127778,135.215951936601,1089.25588853583,237.024974416469,1938.82195472934,248.257582129553,2284.77627105385,59.6447263286189,835.599205338943,507.281724779192,4637.09970678948,283.768749078875,2705.03971657042,318.593860711228,3057.13269312915,214.760082797795,3471.16582291407,53.8485342584177,941.928824616059,118.423829167144,1811.13619092587,266.257672990241,4156.82581818021,126.169470966938,1210.24327876383,110.885798088635,1648.28135115556,147.943810759064,2946.42287036173,185.048309865946,1973.23907106349,147.623741604334,2513.76605320252,173.324845833951,3543.63212806701,2905.04812405769,871.959158367165,21459.1991240579,8209.55690409715,622.841853386271,3543.28344921944 -5617,514.477216758329,2636.40574702142,136.116836533864,1056.29546934834,251.412040292886,1880.15402827574,254.6042491754,2215.63991435738,62.3261432198969,810.3143293327,530.612617540414,4496.7830449669,296.819836729681,2623.18636703581,333.301071862696,2964.62516010792,223.554017795915,3366.12982375478,55.0612836250343,913.426459624624,121.437220785225,1756.33198129356,273.006372263193,4031.04203964059,127.007468351467,1173.62183268608,113.793231034639,1598.40505960205,154.4847893102,2857.26536941744,193.355421537715,1913.52969733057,150.94844861064,2437.70056324295,177.228380069355,3436.40332938287,3113.01474761799,924.006277994947,22099.4650036312,8314.79473662288,667.632168606489,3570.10413544943 -5618,586.473516075038,2616.91147522385,156.621918029018,1048.48494511425,301.194606231204,1866.25167895416,298.492491055507,2199.25689488292,74.073018309865,804.322653811843,631.101249451049,4463.53265815056,353.032256734248,2603.78984278212,396.504679668885,2942.70394835425,264.885223959305,3341.23978178597,64.5185721176713,906.672346115681,142.498877030328,1743.34520448625,320.34015395221,4001.23546330576,146.957062561157,1164.94376671699,133.071022459058,1586.58603564881,183.500256938908,2836.13800396084,229.786931267292,1899.38055960599,176.875251112166,2419.67556940631,207.66900566052,3410.99366678267,3767.22020067006,1109.11124584818,25970.9997925082,9651.15263186742,808.349621113297,4132.07794925201 -5619,847.961289474687,2635.5609990044,208.087715310729,1055.95701480502,379.461453453655,1879.55159582054,389.507551976511,2214.92998667414,90.3075319248945,810.054691216057,767.666107238122,4495.34220128627,429.425386960337,2622.34585472684,482.220636425616,2963.67524516102,326.044255924525,3365.0512600713,83.7947771107655,913.133782675589,182.318999439759,1755.76922347069,410.065965852086,4029.7504270831,196.633731553963,1173.24578483494,168.722034336869,1597.89290417756,224.085108909826,2856.34985432359,280.189192249673,1912.91657075885,229.720245766183,2436.91948365412,269.714246161553,3435.30224890562,4371.26371893775,1331.41410248091,33090.4591078798,12769.5405342837,934.82341642825,5557.51068551686 -5620,1224.92754744621,2673.50985079301,294.797550760203,1071.16150305823,527.055845269726,1906.61483775111,547.670786221082,2246.82226684454,119.03262012138,821.718487056578,1009.69221053179,4560.06962554248,564.812571677024,2660.10442461655,634.163416635355,3006.34854039899,433.468686403048,3413.50387853764,116.576347677799,926.281791238099,250.992375593069,1781.05015078053,564.72859902871,4087.77389979355,280.836813892419,1190.13908778529,230.12521504989,1620.90060577035,295.813495791032,2897.47779532708,369.361219278273,1940.46022748132,319.589694757092,2472.00814080943,375.229851051723,3484.76639560609,5522.63398302129,1739.90735270494,45431.1535020963,18020.378736364,1174.81873468045,7923.19940919937 -5621,1338.5118265815,2775.46491063645,328.438514073634,1112.01055215147,576.521620906062,1979.32413778367,609.892034527987,2332.50547411074,130.298860007036,853.054955668229,1104.50363661232,4733.96917987722,617.849214755318,2761.54826471355,693.806217269222,3120.99649849636,475.771516201359,3543.67882145356,131.037524876288,961.605811244817,279.623643872183,1848.97100570206,629.343793004621,4243.66232206972,316.728246460306,1235.52538096883,253.627356684869,1682.71411216629,323.969778586423,3007.97393654383,404.337888884572,2014.4602310938,359.234470895273,2566.27887553477,421.776731909741,3617.65895491312,5944.10497921449,1891.31654867579,50317.9847435882,20176.3708160287,1263.36723899214,8895.86650030409 -5622,1245.47682460319,2976.7108090386,299.767138540514,1192.6412103676,532.729564729996,2122.8427471564,564.967223151005,2501.63287250314,121.650690357757,914.909029298182,1031.69367721317,5077.22406195534,577.119990559089,2961.78508247455,648.248926397395,3347.29651109707,443.225524737981,3800.62706293161,122.560027789441,1031.33078764465,260.028122665109,1983.03785329074,585.35897605475,4551.36559486102,292.879197303926,1325.11196314425,233.551228581446,1804.72585584177,302.362999594373,3226.07880787914,377.489872764647,2160.52651982555,335.993729867961,2752.35692533401,394.489807653193,3879.97141424344,5592.03511197633,1770.20630602885,46685.0474920238,18678.0654800832,1190.86084062728,8257.59545925301 -5623,1131.57973164715,3244.49716584978,279.181875436701,1299.93179557912,483.385070693152,2313.81471649178,520.463662176126,2726.68098633824,111.006955568757,997.214691986503,940.867764967271,5533.97361590485,526.312807404237,3228.2287136413,591.140754566136,3648.42093848575,405.44761294965,4142.53332795745,113.303509628287,1124.10980851963,239.90308120428,2161.43290615881,540.09322116957,4960.80866452798,272.651670572031,1444.31968191217,215.28366684433,1967.07987441534,276.025023064176,3516.29843154044,344.47445451443,2354.88853973734,310.617331717171,2999.96029729786,364.695411104871,4229.01553582788,5030.49838035747,1603.09704548909,42940.2469080648,17307.709128637,1070.30745376518,7647.64378835935 -5624,1106.3557188902,3462.31319811628,262.213113535851,1387.20140053066,468.582280359401,2469.15032481064,494.946778552869,2909.73395366766,105.21924494552,1064.16169068097,892.033471772153,5905.49133161479,498.995351215249,3444.95257984013,560.488155125096,3893.35398426662,383.904713377162,4420.6381087305,106.954419466308,1199.57578238478,226.48478979121,2306.53851592329,509.882675599893,5293.84753154075,256.496658027025,1541.28262142398,203.184414100651,2099.13779017075,261.587269908239,3752.36156658788,326.509101802002,2512.98159759369,293.211538627306,3201.35959448088,344.259291744041,4512.92621206548,4808.59155729962,1532.4781665724,40690.6551690535,16341.6789549956,1022.68819986552,7237.2527181755 -5625,1010.65750858488,3591.49525805357,244.771503071454,1438.95914866446,419.112350563158,2561.27657307362,455.644067612431,3018.2987785393,96.4312947801975,1103.86653291862,817.068179892524,6125.83059369392,457.0604537768,3573.48689929227,513.369638027153,4038.61856865668,352.661255867123,4585.57614421318,99.5251124976069,1244.33304775975,209.891227211362,2392.59756944097,472.594089299945,5491.3658061701,239.768208970823,1598.7892802928,187.878723809619,2177.45853364768,239.836266973252,3892.36559541608,299.249510470054,2606.7432305789,272.844371584586,3320.80523771155,320.346227020242,4681.30760076734,4329.26298814942,1387.30376566886,37513.681586938,15206.2919423303,921.095004198631,6736.9178189245 -5626,966.486081508357,3665.76845106202,232.658537944881,1468.71725299173,400.403867313274,2614.24453644023,432.670635755783,3080.71809741016,91.22407817741,1126.69482201943,772.894083370517,6252.51459724433,432.349868909593,3647.387674071,485.592871287852,4122.13840507154,333.808699312498,4680.4072264067,93.9912544929476,1270.06622627804,198.642267164976,2442.07720070824,447.232200800153,5604.92888870156,227.083430894809,1631.8527194074,178.199408359997,2222.48902549501,226.896402500867,3972.8608767281,283.091476884889,2660.65145798199,257.673506947222,3389.48048037293,302.534134291374,4778.11843803187,4096.14075188526,1314.82104450821,35555.3127881643,14407.751077245,870.901161692076,6383.61456883909 -5627,924.091157692747,3610.40470478575,216.489832449172,1446.53535840898,363.451433299706,2574.76185411814,400.932412838454,3034.19031002514,80.937731199171,1109.67845912313,684.640059502232,6158.08347417374,382.981376549295,3592.3015308914,430.154662931884,4059.8821475308,298.111078745879,4609.71948886634,87.0117696312283,1250.88453893351,182.217589342478,2405.19474500161,410.385972872349,5520.27818993724,213.336209507544,1607.20700565771,161.693807402491,2188.92298875484,201.542888044312,3912.85914325626,251.1955500992,2620.46789641344,238.539510378007,3338.28948458885,280.068933440177,4705.95497751528,3496.6670146313,1154.21289133089,32465.4782912693,13428.2901740721,741.08154653116,5996.46903434295 -5628,878.894229561235,3474.72455214822,213.665146562941,1392.17410135535,364.162741154299,2478.00148791627,396.474154721632,2920.16447689629,81.3839436185476,1067.9763910661,688.816676093233,5926.66074623884,385.317737603749,3457.30170126419,432.750725407738,3907.31049019355,298.889722908175,4436.48477004479,86.0158039403828,1203.87590166095,180.822993211371,2314.8067644818,407.18967290488,5312.82438665046,209.852603389681,1546.80765719723,161.265535755738,2106.662569353,202.56974126413,3765.8126569988,252.571205424667,2521.98988266174,235.80910770657,3212.83550813661,276.863171162726,4529.10369854142,3575.31368595341,1166.52204897569,32287.6525419822,13233.3287751336,758.07154065065,5879.3531171637 -5629,854.263221346555,3354.76977905488,205.705787953578,1344.1133339684,348.405501949367,2392.45568371024,381.320587782263,2819.35427972404,78.2749004291035,1031.10760801963,662.477399460154,5722.05999750417,370.58378757812,3337.9484014943,416.204107122969,3772.4219440017,287.511506937013,4283.32801878698,82.8231935530794,1162.31558272084,174.058351138645,2234.89478411585,391.96082917278,5129.41455539019,202.116351922737,1493.40861541608,155.174448060182,2033.93616278511,194.836372419727,3635.80891252845,242.923008678894,2434.92550688802,227.056685800399,3101.92169365123,266.586963819148,4372.7495477818,3429.73440148572,1119.85650462098,31063.603771206,12748.7510043632,727.524882622286,5670.02931492899 -5630,819.783018142375,3302.13523952862,203.560886059498,1323.02491626348,336.697138711292,2354.91933649641,373.672196157578,2775.12012237555,75.7559925500974,1014.93008236974,640.741265113768,5632.28394342419,358.424793173247,3285.57778036494,402.550633787323,3713.23466588772,279.161140014524,4216.12489822819,81.5622432128301,1144.07947428125,170.704976114765,2199.83048295694,384.465597606568,5048.93679061244,200.080094829293,1469.97783477422,151.760022661021,2002.02479467204,188.653939970307,3578.76501964757,235.115222189578,2396.72283091426,223.599837628607,3053.25420504703,262.52828281069,4304.14345136703,3267.35436963311,1076.16279624427,30352.2288271345,12553.8024745254,692.17418022591,5582.68991738586 -5631,821.68822390731,3277.11758767522,207.794674185367,1313.00140894245,333.534272063614,2337.07798602776,377.345341479036,2754.09524482302,76.6298312676402,1007.24076451494,647.926265576625,5589.61260848026,362.444016602524,3260.68557120813,407.012435399758,3685.10244071138,282.596604984097,4184.18267381179,82.803156755123,1135.41169422259,173.299840211473,2183.16411735801,390.309993204887,5010.6850129913,203.857105027189,1458.84098209103,154.297377679364,1986.85704541834,190.873183483392,3551.65156400986,237.83196258905,2378.56476862318,227.001755668598,3030.12212680644,266.522470421795,4271.53438039247,3267.97451275096,1078.56615136864,30745.379484839,12770.2028852456,692.60191482349,5674.74923819311 -5632,853.757014544631,3320.52484035754,220.43826321923,1330.39284590051,345.037913476326,2368.03388918464,397.325579637313,2790.57477447213,81.8625258241416,1020.58223097366,692.375664232175,5663.65014921578,387.30860296089,3303.87517265524,434.961939733798,3733.91368062714,301.696956914593,4239.60451014571,87.7788008149147,1150.45085622731,184.285147076532,2212.08134536519,415.005484633563,5077.05433439997,215.970546500966,1478.16414564522,164.376308090505,2013.17407662237,203.863964354158,3598.69517253289,254.067701849758,2410.07018738545,240.642297665022,3070.25778666534,282.537813299085,4328.113238865,3500.47006350805,1146.25978952756,32582.482687835,13512.6167498041,743.395240248371,5988.79418634472 -5633,920.26548670043,3337.15995338401,234.742702451168,1337.05782701801,367.413544705754,2379.89722805154,422.597044120507,2804.55495200851,85.8901682648196,1025.69512775392,726.061134688815,5692.02381449589,406.151946504904,3320.42687443879,456.07239370739,3752.61978255217,317.056991567729,4260.84401402071,93.1159119417593,1156.21436680014,194.912032336286,2223.16339563527,438.983196780355,5102.48928120952,229.922542439207,1485.56942909187,173.808801728369,2023.25964439152,213.973588532891,3616.7238589066,266.576526928934,2422.14411903674,255.273788099319,3085.63911574948,299.716627467353,4349.79615237458,3630.87726059373,1200.34863352602,34502.0996922216,14381.678212172,769.909085147795,6389.01387493253 -5634,962.780845711105,3301.94029573911,243.330551115895,1322.94681059183,373.568186814397,2354.78031223903,437.650266772083,2774.95629128028,86.0437324458697,1014.87016528519,726.430605998086,5631.95143772836,406.35862537018,3285.38381405624,456.360456424762,3713.01545256525,319.312279486231,4215.87599644038,96.7744382507168,1144.01193277491,200.721621425233,2199.70061447503,452.215930842046,5048.63872321072,240.973540601733,1469.89105363752,176.952432589399,2001.90660378286,214.550719419488,3578.5537448317,267.074372989119,2396.58133875928,265.303501069673,3053.07395411789,311.492500612506,4303.88935334434,3520.98781990411,1191.19842679922,35338.967046694,14961.8373225852,744.597478493586,6679.51877644375 -5635,1013.0630091446,3242.09287381983,251.586470213526,1298.96849818793,391.26871808122,2312.10009447263,454.269333129695,2724.66041519006,89.7649429832141,996.47571913076,758.0947923442,5529.87273740856,424.071281101959,3225.83647713427,476.251750125661,3645.71732404692,332.687417901136,4139.46355801927,100.131688356875,1123.2768017037,208.07367577668,2159.83120467969,468.748272498871,4957.13252239421,248.752006924247,1443.24938777338,183.677970695044,1965.62219569886,223.777714321339,3513.69272475083,278.619117954852,2353.1434805007,274.507276604103,2997.73721610399,322.2986416726,4225.88167938492,3705.99849101391,1248.36637392365,36713.0245421091,15486.3659125955,784.152742339648,6915.08395955809 -5636,975.72164962679,3165.80527636044,235.114722822593,1268.40330781279,363.994108929833,2257.69555760163,425.325514298824,2660.54818736154,81.8315489554576,973.028291343309,690.428609700267,5399.75286675352,386.219438494837,3149.93139846591,433.744734168342,3559.93229983819,304.367014586095,4042.0605094632,93.638075744382,1096.84569938217,193.258574341403,2109.00960889711,435.479611412752,4840.48943253242,233.877583890338,1409.28921679338,169.415059037629,1919.37040691342,204.139859476574,3431.01428628095,254.010084763987,2297.77317817093,256.705280624326,2927.19939410701,301.397341006469,4126.44518172282,3296.14131486908,1132.48735252229,34060.2361634763,14525.0910035023,695.86186050908,6522.96755966086 -5637,820.157796689512,2994.90546607801,195.545511787845,1199.93103433297,302.61858332505,2135.81827558725,354.413568417685,2516.92369350446,68.7859583072656,920.501260817547,580.5824696541,5108.2577620511,324.772514173619,2979.88850845615,364.762151601774,3367.75631251402,255.513988762328,3823.85777306132,77.9882094309012,1037.63462808437,161.495916503174,1995.15884721707,363.86346965967,4579.18507124684,194.584875006769,1333.21149287855,141.64256786988,1815.75694690292,171.549352281115,3245.79768594859,213.510705266048,2173.73238414176,213.801757759309,2769.18025602318,251.024369792643,3903.68710371872,2791.85914462762,953.04011831529,28450.9536312658,12097.2848146362,590.323362077904,5432.01349995346 -5638,650.682036086145,2762.46872523598,163.699836261984,1106.8035343118,267.780960876692,1970.05590190589,294.311107863523,2321.58345759632,65.4840893180505,849.060504029452,555.384280749411,4711.80224816569,310.6768781685,2748.61724436339,348.764576480844,3106.382352602,238.64388510485,3527.08545477583,63.9043517029862,957.103067449635,137.99169307496,1840.31315169781,310.447484914869,4223.79126475486,154.573741383386,1229.7400017855,127.255572902965,1674.83476031648,162.755029208075,2993.88902168531,203.200685936386,2005.02746956082,175.191388830039,2554.26220909162,205.691985112988,3600.71917436912,2991.10743402912,936.177318326179,24789.9136959234,9892.84575170342,638.543735100175,4333.58705837251 -5639,585.747845778718,2571.94467852859,151.092851216825,1030.46866530831,299.40294439955,1834.18358623332,303.64696324933,2161.46672176888,66.9368403593666,790.501852614028,571.035525900178,4386.83508259939,319.432041307667,2559.04851713696,361.078730370752,2892.13900894656,257.572184344549,3283.82673919734,66.0352406591959,891.092854244062,139.644100140981,1713.38903282282,314.394346356189,3932.48161232082,139.3300038545,1144.92635687515,123.481829488356,1559.32348115279,165.668012804174,2787.40420374205,226.80022179821,1866.7432081788,181.033141163527,2378.09790794236,212.550779041377,3352.38203234444,3396.59858245179,1023.74361335394,24897.6887210202,9498.44360960759,746.697900498465,4150.4730716937 -5640,594.816504921445,2445.81672115192,152.224720830944,979.93456596277,310.306914899784,1744.2353726824,309.746735746798,2055.46856993058,69.565340152857,751.735706201529,593.909767249342,4171.70504775232,332.227682342451,2433.55298646366,375.579193966922,2750.30874770761,266.782132387504,3122.78814359628,67.5352220260917,847.393733311548,142.98175538731,1629.36457432429,321.895578192175,3739.63303461847,140.565014664607,1088.77926166546,126.399437126934,1482.85438474913,172.079115239553,2650.71012881262,235.742374642095,1775.19827342185,185.145283950094,2261.47618039334,217.378840617266,3187.98149075589,3587.37618129298,1071.20296594049,25587.5932368193,9645.92190736924,789.43061167157,4199.74338362627 -5641,634.314016935425,2362.70612887854,167.362536481412,946.635692231968,365.253543477791,1684.9650137736,348.4290695224,1985.62228555086,83.1020018697946,726.191192078643,711.04240444792,4029.9475422491,397.750606411159,2350.85912462009,449.737893686102,2656.85129973948,316.038304254055,3016.67358075351,75.9146522071121,818.598691371077,162.974867986976,1573.99760686911,366.727486357025,3612.55764352135,152.661342104062,1051.78176773657,145.567577217817,1432.46593777112,205.236124833354,2560.63711277448,281.740534973265,1714.87577311721,208.117178224842,2184.62961084494,244.350112246163,3079.6516115945,4484.73453157872,1302.26897624335,29373.0681314046,10654.8693042968,989.59962716664,4586.94054258798 -5642,758.143135858975,2335.28417869203,204.59765063848,935.648884994339,467.733054477002,1665.4090367907,434.200548225068,1962.57683155298,107.188223690555,717.762899430793,918.299517085235,3983.17531805792,513.688336311424,2323.5746726847,580.931931356461,2626.01545303645,405.637655624168,2981.66157835115,94.6151250474625,809.097902312656,204.720150579747,1555.72953559199,460.538019112845,3570.62971412899,186.028280500054,1039.57461810869,183.402874085168,1415.84050597946,264.47666708924,2530.91794351599,363.493611017803,1694.97264701461,259.383824726575,2159.2744455824,304.542216204295,3043.90867596119,5933.54597561821,1697.36141363106,37022.8547754306,13111.7521849016,1311.2195059958,5606.80207174045 -5643,1054.49268918647,2355.36328185813,267.57901914776,943.693726243412,576.819143686319,1679.72845888442,555.407991702131,1979.45134431323,130.603828218029,723.934326205303,1116.98862789458,4017.42322196174,624.833204489958,2343.55309586449,706.513544668024,2648.59430475754,497.631988696528,3007.29832568339,121.219107437737,816.05464034062,258.961695617217,1569.10591784505,582.817520605369,3601.33049266897,245.252311888608,1048.51302748787,230.322231278737,1428.01410260024,322.65391293226,2552.67913342019,442.746495017976,1709.54626120412,332.317646902324,2177.84019220646,390.173723354235,3070.08063262946,6985.64301862005,2040.9374789259,46585.1158566194,17060.7033830563,1540.62669229352,7361.43969944827 -5644,1242.98541880583,2385.57941165361,299.489874092391,955.800042215552,539.581966102892,1701.27710640124,591.787197793833,2004.84503164983,115.564122044423,733.221425877999,981.475812157322,4068.96133604086,549.028576947625,2373.6177169243,620.629907687196,2682.57219254434,452.311912888747,3045.87790159955,130.244060900549,826.523519227654,265.533835755109,1589.23542756512,598.607748553654,3647.53069899853,286.958016132282,1061.96403352793,226.530575625357,1446.33359488676,286.941293454811,2585.42655910002,391.210601756369,1731.47743085332,357.059219097987,2205.77894052116,419.22277156219,3109.4656207511,5304.09799508346,1711.31145382556,46574.0487489587,19014.5275442657,1158.28138179732,8488.56786973947 -5645,1385.25036942366,2415.08074545317,339.442825406513,967.61996988314,614.046857012437,1722.3159968093,675.39406673632,2029.63800320473,130.647012472365,742.288828928237,1109.33047310175,4119.28025898497,620.54930286358,2402.97112609502,701.580514705378,2715.74629578612,511.699536444412,3083.54483494448,149.214151572407,836.744745196827,302.482400752438,1608.88875145182,682.045184306505,3692.63798830931,328.338402919829,1075.09684113148,256.031634969364,1464.21971930577,324.442441463964,2617.39930817794,442.250129730064,1752.8897944093,409.065012795432,2233.05676681965,480.282707295571,3147.91891338428,5965.46388246131,1933.99640593851,52920.3817094018,21685.5586278283,1302.22314574883,9711.94326493043 -5646,1265.25706943854,2532.95612863031,299.767585411251,1014.84761431472,546.432266332352,1806.37888309508,604.941983162172,2128.70067752279,114.561513556211,778.518499635005,972.240420401299,4320.33429821576,543.862383414829,2520.25546235803,615.069023902716,2848.29657835136,449.453642783082,3234.04664721194,134.787641711633,877.584625042345,269.794378010891,1687.41547500913,608.624620802685,3872.8684500137,295.777893237681,1127.57022213106,224.458684847813,1535.68542942484,284.602770992319,2745.14946599767,387.758869555417,1838.44492815475,369.515275866311,2342.047914441,433.847411851115,3301.56269892823,5166.47764557821,1694.80065098467,46945.7648431344,19438.7496207387,1126.79412093292,8750.66948511224 -5647,1152.4738452532,2761.81891470532,277.840450568316,1106.54318291474,495.113257821496,1969.59248921299,556.083695103985,2321.03735571116,103.252723259667,848.860781060051,875.470137727844,4710.69389942992,489.729973905678,2747.97069209157,553.800202616066,3105.65164388971,406.502853381188,3526.25578483239,123.851306597353,956.87792982311,247.099976566813,1839.88025815779,557.496154492146,4222.79770996162,274.279106477751,1229.45073226515,205.168556748874,1674.44079195969,256.675525885976,2993.18477457615,349.41795607678,2004.55583056919,339.533722398928,2553.66137460385,398.646108347209,3599.87218369876,4554.96470089717,1515.59367414304,42911.8594399754,17946.7291548253,991.848717228383,8103.33074021055 -5648,1115.3056070645,2978.07540926203,261.79732202958,1193.18794754381,472.130261672816,2123.81591246297,526.654567735361,2502.77968487282,98.6313588865435,915.328446952731,836.644086212305,5079.55159107517,468.011036415801,2963.1428403639,529.274930684252,3348.83099726652,387.663528489496,3802.36936739851,117.380183315052,1031.8035760052,234.392170130586,1983.94692846508,528.808273972969,4553.45205703558,258.719384562992,1325.71942829521,194.696919908838,1805.55318824458,245.112277047576,3227.55772475902,333.807448342874,2161.5169603355,321.7933800763,2753.61867600991,377.817195160925,3881.75009218646,4396.7154977097,1453.67933511415,40757.8215947747,16973.9519608007,958.112366302247,7649.45457147926 -5649,1048.49789674419,3154.3686349729,248.936148507495,1263.82113282099,447.932620989991,2249.53951128781,499.640261341204,2650.93681431206,93.604806347831,969.513174443632,793.984275292709,5380.24596985764,444.147529040556,3138.55210231381,502.264705308471,3547.07185343576,367.96025115344,4027.45834904018,111.387071476503,1092.88328545388,222.354705259472,2101.39069854911,501.656640409191,4823.00290479383,245.455728041072,1404.1980838977,185.026641966228,1912.4365783556,232.625201133027,3418.61956311818,316.793857331577,2289.47234930287,305.363488239057,2916.62472926891,358.526880210156,4111.53817714452,4169.86032019793,1378.83970095506,38659.8519064945,16102.8300299262,908.632384943915,7260.5499665738 -5650,998.611693720645,3312.72712659599,237.211626061137,1327.26863418655,424.665777984746,2362.47294585994,474.075627902024,2784.02156244461,88.9594853113819,1018.18555921547,754.584982083293,5650.34998588847,422.107925399218,3296.11655793653,477.316894340391,3725.14519025539,349.806855686357,4229.64848691996,105.449575542788,1147.74920907667,211.073720436494,2206.88663128301,476.157407005755,5065.13169615607,232.908697744484,1474.69291701285,176.142140377828,2008.44646398389,221.079941573361,3590.24422088531,301.072642672815,2404.4105286357,289.086065323716,3063.04778446822,339.415578825198,4317.94936725228,3963.39764170759,1309.57873081697,36721.0824496847,15284.8840499977,863.650583709068,6884.87000920091 -5651,972.007460549356,3272.89382868069,227.742721404482,1311.30912864964,402.303619487064,2334.0658102665,453.887348302609,2750.54559051527,83.8785538224079,1005.9425681198,711.028231404657,5582.4083578242,397.742678140612,3256.48299084863,449.764656164944,3680.35284471328,330.629668912272,4178.78983125108,100.933913371378,1133.94830292592,201.544766717339,2180.35031564644,454.702336449062,5004.22692129146,224.41329288793,1456.96073441763,167.519792231716,1984.29625683145,208.549003685266,3547.07396804708,283.840127932202,2375.49912203994,276.706546461314,3026.21671137803,324.88080159353,4266.02895335883,3678.6137122513,1228.6203369715,34994.8951654034,14681.2469113023,800.676061980282,6623.87091100571 -5652,921.671070246454,3149.04019870658,224.140138690273,1261.68625540572,400.258238868047,2245.73953439812,447.799587394343,2646.45878732926,83.9025104857332,967.87544919424,711.601473098533,5371.15752742588,398.063344292073,3133.25038371938,450.101438968484,3541.08005333556,329.902903379223,4020.6550683804,99.5033965418968,1091.0371604105,199.321619888029,2097.8409782394,449.633461178027,4814.85577090924,220.247579546199,1401.8260783203,166.391012849847,1909.20604394432,208.531014406533,3412.84474775294,283.950834857057,2285.60491689136,272.784838104639,2911.69789579409,320.27632883773,4104.59286679285,3726.76140290948,1233.01341647511,34657.3981327152,14434.8758835705,811.921512288993,6508.08126018755 -5653,901.187170982838,3054.55794420778,216.877138714991,1223.83124106521,388.427850917742,2178.35946909626,433.624498043866,2567.05573849942,81.5141561759277,938.835789887424,691.441588085033,5210.00395667507,386.786089322272,3039.24187906942,437.351469861389,3434.83522770987,320.340652012157,3900.02130969461,96.3382341572327,1058.30221764925,193.130321415203,2034.8983885305,435.654518239574,4670.39320466163,212.987185499751,1359.766377606,161.338197029237,1851.92316409773,202.574801723882,3310.44743121359,275.875661509052,2217.02875024536,264.107663870572,2824.33674310794,310.088469689539,3981.44067965546,3632.95912377146,1199.30120653504,33594.6406841831,13972.7674130031,791.679701733312,6294.86355979656 -5654,882.881480167726,2997.50470189748,219.150440866446,1200.97243739582,391.799491491418,2137.67192186379,436.870172947941,2519.10809574791,82.2766191804544,921.30015075784,697.962623505393,5112.69114624322,390.433896790085,2982.47471127187,441.47629867679,3370.67914027532,323.440415750102,3827.17644478731,97.0473922874982,1038.53517640664,194.643281511475,1996.89041717811,439.059735431244,4583.15928078232,214.420437950412,1334.36856815404,162.909749737655,1817.33281650858,204.458434433647,3248.61466755406,278.460414214125,2175.61893553338,266.0517943473,2771.58358814619,312.371070790811,3907.07505818437,3673.7996200285,1210.99036976404,33849.5470084749,14058.9703119302,800.676061980282,6337.56388590134 -5655,896.880413839712,2981.32445561215,223.867208833021,1194.48970200373,396.756306028198,2126.13297143242,444.296988851141,2505.51018900142,83.3627019251772,916.327059862425,706.972008691249,5085.09332400305,395.473664318224,2966.37559545144,447.115841976661,3352.48453374011,327.906711128888,3806.51770906794,98.5978239938246,1032.929261954,197.788737207794,1986.11139196614,446.151986315501,4558.41982136429,218.596129346422,1327.16577309104,165.824783080599,1807.52302620703,207.200101259242,3231.07895347365,282.119864602615,2163.87515071874,270.302244851515,2756.6228426207,317.361519280745,3885.98503732246,3696.2520892476,1222.96455147442,34430.7891061017,14332.5170819536,805.174242103766,6461.58757568053 -5656,943.94036196081,3039.41739603213,236.5806845148,1217.7650684135,420.004613329969,2167.56197987257,469.745358117351,2554.33159582862,88.3555993651479,934.182256130512,749.432893360038,5184.17949456233,419.225894171348,3024.1772481382,474.000906465478,3417.80975653189,347.522335080534,3880.69004749431,104.095558254269,1053.05652383581,209.275396017572,2024.81199382238,472.024085207052,4647.24343484027,230.872906970188,1353.02641433674,175.611519726306,1842.74372393134,219.585405656005,3294.03851387408,299.02648386965,2206.0395887323,285.374077595898,2810.3373339285,335.057338790977,3961.70584550928,3932.66588819672,1297.98283871884,36401.6794413127,15127.950447318,856.903313523841,6817.35779026369 -5657,1016.87783344825,3137.21366974002,254.36893985224,1256.9478690706,449.374278335219,2237.30543956953,503.448214528232,2636.51975208925,94.5627343211976,964.240498125461,801.948411846623,5350.98561913835,448.602594060652,3121.48315494988,507.157710609436,3527.78118028818,372.004460279892,4005.55510438175,111.592168961487,1086.93966346953,224.172952262356,2089.96233092757,505.640281919038,4796.77310836722,247.709716564483,1396.56138315123,188.47124941439,1902.03583360813,235.039622418493,3400.02747495844,320.022930622621,2277.02110371335,305.92575531919,2900.7627290977,359.187037268379,4089.17766616918,4191.89778545446,1386.4214135149,39014.7438034343,16240.4931902687,913.1305650674,7320.54847080521 -5658,1073.60236743622,3143.97168539189,266.603953289597,1259.65551804418,465.57430942159,2242.12492168657,528.065370283159,2642.19920004108,97.0585195508397,966.317612745148,822.455531983833,5362.51242233823,460.074089177254,3128.20728477937,520.180194980918,3535.3805353027,383.031266429905,4014.18365408844,117.328084911991,1089.28108998097,234.219893164539,2094.4644145059,528.425342256605,4807.10605701445,261.87826289801,1399.56977998986,195.301029832481,1906.13309611145,241.380990185513,3407.35162986513,328.416529083019,2281.92613916151,321.650554253881,2907.01139494877,377.649503545858,4097.98635106616,4218.68444977255,1415.65470057269,40648.3504347805,17090.9424543982,917.628745190885,7728.47442090877 -5659,1114.13682434357,3188.87350292503,271.889046794036,1277.64576346803,472.751445717051,2274.14667448665,538.026454021934,2679.93476455577,98.3672567395333,980.118442227215,833.356488182764,5439.09916624111,466.171984199356,3172.88395707882,527.073311748002,3585.87240596552,388.525310396166,4071.51373209705,119.578991681406,1104.83806874508,238.407193231645,2124.37729807504,537.898097908239,4875.76055541131,267.373118842985,1419.55826372144,198.419263342505,1933.35625491824,244.675376573582,3456.01500742235,332.829761922139,2314.51632806201,327.821330931087,2948.52897471237,384.894604534554,4156.5132889021,4251.49313725265,1432.45155514513,41379.5528267326,17446.0460880763,924.376015376111,7889.05889322706 -5660,1065.90965185601,3186.59916921931,254.821596296374,1276.73453484101,437.322521792412,2272.52473230902,503.378943033265,2678.02341060631,90.2973178063252,979.419412802967,764.362991953017,5435.2199510414,427.5776545333,3170.62102726324,483.432218303204,3583.31492901644,357.64352846308,4068.60989131889,112.132831313619,1104.05008814416,222.255670482103,2122.86217278448,501.566783112766,4872.28311845372,251.939627536514,1418.54582180317,183.901581468349,1931.97736758023,224.733610350986,3453.55014595587,305.474669970158,2312.86559387876,307.407960925443,2946.4260569192,360.927292971196,4153.54882566374,3822.98029536311,1307.0405616153,38475.3155451155,16386.9125979237,829.914232782933,7430.70066571474 -5661,897.187091008708,3060.66615563215,211.476376116823,1226.27854116712,365.010986094526,2182.71554301548,418.923190244259,2572.18908986328,75.5251158713565,940.71318347502,639.495768031507,5220.42242189015,357.728073516792,3045.31946289864,404.488114671591,3441.70388109996,298.886052425769,3907.82019750564,93.1801067761151,1060.41850871799,185.187569980998,2038.96758276786,417.872635076744,4679.73260815309,209.250054254282,1362.48550773018,153.210155856943,1855.62646206575,187.930815395639,3317.0673458423,255.514819920671,2221.46215127679,255.449775835471,2829.98458029932,299.923254442837,3989.40238209788,3220.34574992025,1095.96646440716,32059.1362057045,13617.6988513484,699.467009201875,6166.43005217908 -5662,692.834532244824,2839.66605617765,168.036511182222,1137.73321613775,300.789067443684,2025.10921564795,329.127490497877,2386.46022700462,64.8260982942257,872.787543586602,550.646091055694,4843.47380490062,308.026378265571,2825.42749495799,348.135403642398,3193.19036759037,253.621598480434,3625.65003964317,72.1919040849871,983.849362011536,147.913217350649,1891.7407975966,333.38866940602,4341.82532939969,159.255845403859,1264.10514953281,127.195225544756,1721.63810403713,160.943164197603,3077.55340474179,219.457664877477,2061.05806556389,197.911403556933,2625.64119820586,232.367525287539,3701.34145732657,2986.00551113849,959.501100615486,25985.8556519426,10576.5422854784,652.236117905286,4712.83324989875 -5663,603.397715716313,2670.97559413567,151.271832656289,1070.14613437746,306.106778800917,1904.80753139534,314.069326695737,2244.69247320046,66.589402232103,820.939568832032,574.325102377265,4555.74707299866,321.272200249542,2657.58287514655,367.392425599588,3003.49878138256,280.123883012892,3410.26817139166,72.6601285052724,925.403756023332,148.220638844292,1779.36186891378,334.135017388408,4083.89904284616,147.342777377451,1189.01093862007,120.21021253335,1619.36413185392,163.497921161698,2894.73123638317,248.804845980127,1938.6208386164,199.195023283726,2469.66489038677,233.874621563775,3481.46313774275,3460.07173541598,1049.86695521405,25803.1599009095,9942.92285225075,791.231505658491,4386.4196203202 -5664,610.07443958974,2578.63771501834,153.258030083569,1033.15027989981,319.9016260083,1838.95672842959,322.445523587041,2167.09156112135,69.8550939399443,792.558995517968,603.023438176716,4398.25105415099,337.325786358918,2565.70799362073,385.806385892444,2899.66529521621,292.862461379516,3292.37232432402,74.8071166546331,893.411767647993,152.874518960473,1717.84782830686,344.603723524414,3942.71520837996,149.394858900525,1147.90582760351,124.010371079275,1563.38134796688,171.404727823696,2794.65793598718,261.130273882498,1871.60108110026,205.080910952791,2384.28649209308,240.785234733104,3361.10602063912,3697.24475172599,1109.50355554295,26685.2008972005,10144.8831815831,846.433703727688,4462.12541454756 -5665,621.686208789582,2546.92702667519,157.53493316713,1020.44515798728,342.208855343745,1816.34223576467,336.63844799764,2140.44184421635,75.188130524761,782.812534759229,649.864160976502,4344.16374765546,363.528057534035,2534.15630798014,415.871613647963,2864.00678377022,313.971869635338,3251.88451478094,78.2599094198769,882.4250741854,160.716522801117,1696.72266722389,362.216271536488,3894.22983469968,153.161637843776,1133.78950419196,130.684055608629,1544.15573189909,184.322190633999,2760.29074810435,281.252488589385,1848.58514588772,214.546613111805,2354.96582970177,251.898903507457,3319.77296136987,4081.42880872276,1206.39287019493,28145.2760941657,10488.1534767915,935.808691077817,4590.38470197177 -5666,707.336568451811,2572.00965769071,178.845147984584,1030.4946996904,397.301294279603,1834.22992615408,387.419005455515,2161.52133036824,87.1982736686385,790.521824329776,754.022624065474,4386.94591424768,421.793347476427,2559.11317048268,482.635931524967,2892.21207769143,363.588980002152,3283.90970377735,90.3172203316528,891.115367351565,185.319056686858,1713.43232091711,417.677423104598,3932.5809649089,175.158090797396,1144.95528298541,149.906291209228,1559.36287684202,213.690921721886,2787.47462640362,326.260074451304,1866.79037070549,247.601279780005,2378.15798964272,290.708345282167,3352.46672894673,4778.14984377618,1405.93304175354,32439.4054269471,12010.7981733319,1096.15793308834,5253.58874597877 -5667,971.068700196794,2674.93943017856,242.762652764392,1071.73427461653,511.55161163805,1907.63434297845,514.768405495348,2248.02368781358,111.116921103549,822.157876426874,959.284175022243,4562.5079863106,536.614778456117,2661.52683585162,613.85549206306,3007.95609531331,465.934150000225,3415.32914758454,119.969383059191,926.777092706156,243.85260637418,1782.00251404915,549.790992184436,4089.95971455619,238.441985226494,1190.77547904651,196.504403193789,1621.7673338624,272.635300136334,2899.02713486853,415.389905255129,1941.49783051796,328.891574284456,2473.32997318568,386.151175884198,3486.6297701514,5889.91724173699,1768.86960322217,42502.0992789629,16173.3945178181,1348.51083854753,7126.08816333973 -5668,1374.45273603726,2964.49439879617,337.779652236126,1187.74661521457,669.818321996273,2114.13060830814,702.240112406029,2491.36618036978,143.358578042926,911.154245997609,1234.9126729464,5056.38715302712,690.798834860814,2949.62992735919,790.022169018281,3333.55921849261,605.524632041837,3785.02930340513,163.503310131574,1027.09820987483,328.634039054238,1974.89947321415,741.245781166098,4532.68680715303,335.018488301709,1319.6737085077,262.381991403166,1797.3192675487,352.312359090357,3212.83899228408,535.288820825335,2151.65972691248,448.238206271022,2741.06126260742,526.275903553785,3864.04802579019,7254.30360421983,2243.77138387967,56887.3590443597,22395.6115984155,1656.06594207591,9956.83628433902 -5669,1524.58189470589,3489.28028156164,368.775562273792,1398.00596204289,718.052046726925,2488.38191335801,767.2193694303,2932.39713687565,151.590055052828,1072.45017744397,1304.35484773041,5951.48771276603,729.64415119929,3471.7844458124,834.495459742752,3923.67833557983,642.634796119271,4455.06934297722,179.415794880381,1208.91897532302,356.548684518591,2324.5035621423,804.548219675324,5335.07997354159,371.168229125246,1553.28728266821,281.127418060686,2115.48744449481,372.848648711661,3781.58776355308,565.684503352798,2532.55457685964,491.861687749045,3226.2941761848,577.494177252497,4548.07625505112,7485.12028783754,2356.46607264389,61414.4014322942,24615.187411463,1706.01078794804,11010.9194294767 -5670,1378.68016893071,3894.69621629916,328.744748995383,1560.43885597383,648.025782013855,2777.5044824789,693.64190067322,3273.1093841979,135.363515692591,1197.05707516022,1164.51799272476,6642.98503010678,651.420695707473,3875.16755715026,745.23169005124,4379.56653935476,574.071358933551,4972.69932860716,163.370026937899,1349.3820441663,321.482432520782,2594.58527195119,725.690247330778,5954.95750123757,336.485523944667,1733.76215565176,250.065932369759,2361.2837837191,332.983303207473,4220.96660796814,505.08229254249,2826.80952292313,447.872815383151,3601.15402223613,525.846898580594,5076.51261940469,6656.64176462989,2107.30162266821,55209.2032765152,22248.1328457073,1516.74610885365,9988.63758704187 -5671,1299.43716605385,4122.25938761601,310.37108248989,1651.61372430512,606.668257709549,2939.79126770609,651.610054055125,3464.35386391313,126.792863865777,1266.99991258377,1090.57515307548,7031.12794460037,610.057748678879,4101.58968861172,697.852908977293,4635.4601945564,538.100707756049,5263.2491343885,153.259258987078,1428.22507587785,301.822163898611,2746.18427221885,681.290505676167,6302.89966123648,316.735470951283,1835.06412955107,235.23316524073,2499.25121336186,311.944279908506,4467.59342915947,473.053763724275,2991.97715192921,420.154523400856,3811.56581925151,493.302887485901,5373.1281310503,6208.46571932692,1969.7830148936,51834.6904178287,20930.96582743,1414.22774101086,9397.74298796933 -5672,1202.9902224277,4212.19297470338,285.856637329152,1687.64628139158,556.877512816745,3003.92744865268,601.066669407637,3539.93420484405,115.862299570732,1294.64151304209,996.24999396358,7184.52308495175,557.293118887611,4191.07233363051,637.522384282238,4736.59006628392,492.194992469156,5378.07521151796,141.604779046277,1459.38405743726,277.86789227196,2806.09661134664,627.305019291087,6440.40735356891,293.225030623239,1875.09894642884,215.705654870566,2553.77631853242,285.116874376146,4565.06102276586,432.201066274839,3057.2518502087,388.204202765253,3894.72113635133,455.790056972812,5490.35139171097,5634.10644331979,1797.03229699777,47647.9132907134,19334.5792591425,1282.7939360842,8696.47786285776 -5673,1131.43277246942,4331.82284568297,268.32973705408,1735.5768743427,517.662361571078,3089.24154875981,562.051538485677,3640.47135372232,107.373914858575,1331.41043557251,922.899669771169,7388.56966469402,516.261619576906,4310.10236040027,590.549277781439,4871.11326166355,456.743421000976,5530.81713182795,132.509371297437,1500.83180865601,259.321446481397,2885.79214704211,585.495000620416,6623.32041225129,275.309264850033,1928.35335485277,201.150293923727,2626.30574283266,264.304361285831,4694.71264709722,400.452764359037,3144.08040877405,363.269482780912,4005.33453650686,426.514234193696,5646.28205124331,5175.3952482846,1660.4413015455,44436.2556797349,18125.762874634,1177.64689214287,8163.94682015647 -5674,1065.0317188451,4415.2583400701,252.910707856889,1769.00592250933,482.402401111307,3148.74361176751,526.84539027848,3710.59068639602,99.9923444827204,1357.05481021144,859.180522194498,7530.88133918964,480.617712223306,4393.11949524398,549.742270092316,4964.93606044389,425.910598556987,5637.34652561855,124.004105448027,1529.73941831783,242.78575317097,2941.37555916777,548.151406687462,6750.89257592629,258.965130831271,1965.49548213887,188.431463827069,2676.89117207831,246.191607790941,4785.13778327435,372.85970130217,3204.63872628706,339.952614730167,4082.4815203851,399.137929296495,5755.03542163198,4784.97596276493,1541.84403578388,41569.9374275474,17020.3837226047,1088.27190479274,7670.0854250922 -5675,1029.49835291375,4355.15099519919,243.760376699323,1744.92347005169,460.568347706586,3105.87802982297,506.735936060419,3660.07637061117,95.1809870516943,1338.58047525672,817.491111085874,7428.35930152573,457.297037611424,4333.3135386676,523.058036342788,4897.34564985823,405.991122507366,5560.60222082962,119.198792809583,1508.91423263277,233.06009367563,2901.33299279623,526.220450574444,6658.98895511999,250.244277024688,1938.73810902778,180.396167280165,2640.4491774159,234.418452405883,4719.99506571605,354.837961800812,3161.01221334681,326.779029951399,4026.90444974171,383.670840290038,5676.68895304757,4510.59748692077,1462.94371978648,39840.4017210069,16402.7667030423,1025.18367842795,7401.85864134153 -5676,994.206961216506,4328.96368060872,234.689295465897,1734.4313287007,441.474335095051,3087.20253381003,487.441172202451,3638.06850648706,91.110594304838,1330.53165489461,782.333236629912,7383.69293240683,437.630044760493,4307.25753165858,500.527713561857,4867.89814474705,388.768765716813,5527.16658568635,114.695118250829,1499.84120353607,223.935035129838,2883.88741630581,505.644645684553,6618.94877308855,241.277852009514,1927.08056952441,173.263505084704,2624.57228282709,224.435096987647,4691.61396118314,339.617439984244,3142.00519812587,314.432374680509,4002.69086592627,369.174648159048,5642.55529393689,4292.54006870962,1397.35766091112,38275.2235647549,15805.5147086389,975.238832555814,7137.44716721333 -5677,970.506715492542,4241.88925229245,229.992456236512,1699.54431473083,437.368168082329,3025.10536331812,478.92865697103,3564.89100749422,90.6717429179547,1303.76883317688,778.973337936478,7235.17451359168,435.750548215092,4220.61970910993,498.392846835396,4769.98338284817,386.225544967379,5415.9910466507,112.626935661176,1469.67282491277,220.593566635015,2825.87980371526,498.039706765019,6485.8127102814,235.77499034898,1888.31853516908,171.19811666967,2571.78063384062,223.268507860012,4597.24504665965,338.07636724419,3078.80570591967,308.7625295044,3922.17921357896,362.517690203834,5529.05878236684,4323.64322892001,1395.88798720353,37765.1999595722,15487.4275013646,983.124860851414,6980.5267673321 -5678,959.910806918876,4185.03095377166,227.031573194431,1676.7636167331,424.533032511139,2984.55684034302,469.801582046899,3517.10719583797,87.4975837046776,1286.29311113185,751.199774320403,7138.19420885565,420.214271192247,4164.04650762109,480.606172642523,4706.04650873609,373.734432936916,5343.39508353121,110.568006143148,1449.97332517651,215.675132026215,2788.00170084478,487.011182159425,6398.87685380381,232.894382305827,1863.00750685382,166.932351483748,2537.30847714066,215.558092116284,4535.62355781598,326.124341580738,3037.53738336266,303.118051277895,3869.60630954635,355.890515551642,5454.94725891844,4108.43959129838,1340.58274040808,36849.4795670727,15246.3511308829,933.180014979283,6888.16933081219 -5679,987.267797054594,4069.88477104138,233.891198695716,1630.62944665395,436.245765755225,2902.4402846704,482.559406268823,3420.33814625927,90.1775795777583,1250.90227573418,774.219347654416,6941.79522786451,433.09120960781,4049.47768713678,495.271807097452,4576.56519850976,384.992274375596,5196.37788019753,113.415582154849,1410.0790220521,221.651784605493,2711.29312763614,500.470582347707,6222.81931644853,239.089096429296,1811.74905615616,172.12735707209,2467.49743182721,222.158238519145,4410.83123375602,336.115830266642,2953.96313063712,310.924574354877,3763.13866327681,365.056144292062,5304.86082926052,4235.58156452935,1380.40266497481,37918.9024603739,15671.7911067414,962.095452063149,7074.42122062401 -5680,1030.94998875543,4038.43400564986,244.113554388565,1618.02846479517,452.23339353928,2880.01115618362,502.899657070345,3393.9068690489,93.2599259703465,1241.23570377574,800.468690316683,6888.1512587131,447.774851394151,4018.18462115061,512.087699040814,4541.19896913111,398.693918694271,5156.22193702228,118.093433382106,1399.18238320335,230.705351186974,2690.34112312937,520.920359641838,6174.73136275805,249.95814569322,1797.74843999157,178.877541573277,2448.42940233783,229.796659300124,4376.74574335061,347.554865909645,2931.13585010625,323.748728444608,3734.05833351499,380.112967174325,5263.86656461625,4353.24221988418,1425.07060932106,39399.3180114044,16342.9443689073,988.382213048481,7384.15362867506 -5681,1113.3451643493,4038.82389322888,263.869999392119,1618.18467613849,488.331563948106,2880.28920469838,542.372034316433,3394.23453123943,100.888297690175,1241.35553794484,865.965384263955,6888.81627010476,484.413101901419,4018.572553768,553.92757796059,4541.63739577605,431.094068764004,5156.7197405979,127.363017799449,1399.31746621603,248.899863417427,2690.60086009319,561.995237036512,6175.32749756148,269.370814583707,1797.92200226496,193.53931933572,2448.6657841162,248.588943420969,4377.16829298235,375.988609673756,2931.41883441621,349.160947247789,3734.41883537327,409.949420704714,5264.37476066163,4711.91666811899,1540.88556875479,42565.9987684434,17640.2083446672,1069.87117210301,7966.0832469201 -5682,1175.08730936268,4038.888872391,276.19398042907,1618.21071052057,505.183886104221,2880.33554461915,567.967542202086,3394.28913983879,103.412464061597,1241.37550966059,886.933285869884,6888.92710175305,496.1423539499,4018.63720711372,567.377866659933,4541.71046452092,443.092447173203,5156.80270517791,133.644430533954,1399.33997932354,259.572531160986,2690.64414818748,586.230975634047,6175.42685014957,284.365412190884,1797.95092837522,200.252323056899,2448.70517980544,254.954742027187,4377.23871564391,385.233644328275,2931.4659969429,366.381205202792,3734.47891707362,430.167703501471,5264.45945726392,4741.3342876738,1571.82972994072,44237.1158043663,18529.7976113339,1075.12852430008,8396.44605518691 -5683,1190.89429519678,3973.84297252964,278.782948580573,1592.14958946557,504.137790158269,2833.94802980458,571.814018170827,3339.62445396449,102.680484431208,1221.38328168826,880.1345571733,6777.98162229806,492.339207407619,3953.91745828877,563.009994824249,4468.56667339214,440.810665225789,5073.75291525704,134.633522216033,1376.80374942395,260.622805579873,2647.311594271,588.678261119481,6075.97222062465,287.890920965506,1768.9951091542,200.292269822774,2409.26902868863,253.259218725504,4306.74372552092,382.386014198457,2884.2550313262,369.092763036427,3674.33550898561,433.35134007901,5179.67586615743,4641.73853798852,1553.99813621861,44338.9753056829,18707.1734199376,1051.47043941328,8493.36722877451 -5684,1117.14553787685,3791.96138760082,259.17251195774,1519.27738671936,460.084042871664,2704.23908991191,529.956509237881,3186.77085784782,92.7559365979943,1165.48094014767,794.183545767252,6467.7554637397,444.258999118281,3772.94785809002,507.99667131405,4264.04173505536,399.547846000087,4841.52878658778,125.060359124837,1313.78786031805,240.322218250204,2526.14494730106,542.978046083426,5797.876818992,269.443452652241,1688.02874072735,183.365618117286,2298.99751758791,228.96530116068,4109.6253743191,345.221978032534,2752.24355526564,342.848294659091,3506.16228962231,402.537743390154,4942.60367622271,4081.25821346733,1392.74303638642,40764.4827953125,17427.6016808444,922.665310585151,7941.96813032537 -5685,914.306412990839,3487.13590618017,211.465887411524,1397.14680218003,372.686984597554,2486.85265102191,432.399709750506,2930.59500012492,74.8467130988512,1071.79109145122,640.567905947794,5947.8301608629,358.327817644135,3469.65082268825,409.75777288029,3921.26699612049,322.920131832466,4452.33143135909,101.968859879917,1208.17602093711,195.728895546804,2323.07501304031,442.244188482014,5331.80124176017,220.754826307442,1552.33269297047,148.747904124691,2114.18734853526,184.814624600505,3779.26374740972,278.50294004639,2530.99816772978,279.543813585758,3224.31142179233,328.212033288307,4545.28118501736,3258.33059576209,1120.55724556622,33125.5215480112,14234.1589743557,736.029307589294,6495.37968465226 -5686,701.910123950414,3193.81205161233,169.742189877268,1279.62442953999,312.323742381411,2277.66860286158,343.863355561196,2684.08512934804,65.5729990858665,981.636333307504,563.220902863182,5447.52259728122,315.060612779078,3177.79774305585,360.172707475134,3591.42577942077,279.704294746892,4077.81920918121,80.0522725505552,1106.54911077578,158.62322583379,2127.66728142091,357.97068415765,4883.31155449247,169.525066591014,1421.75670702545,125.427961184645,1936.35040755115,161.492136306628,3461.36727315586,244.46465823399,2318.10077616357,219.460309562568,2953.0953063289,257.668068213267,4162.95040320839,3110.82247589055,1003.1762242845,27253.5244228175,11162.3808470495,707.113870505429,5012.5362367745 -5687,534.579112766561,2992.56615321018,143.406092034253,1198.99377132386,283.192667723885,2134.14999348886,304.005829605951,2514.95773095564,57.2423144782662,919.782259677551,495.068979282082,5104.2677152031,276.937051142109,2977.56092529485,316.874690314388,3365.12576682006,243.552113985036,3820.87096770315,64.3732298309497,1036.82413437595,126.245195344178,1993.60043383223,285.013065058919,4575.60828170116,141.848611120548,1332.17012485003,103.260076315708,1814.33866387567,140.262671463967,3243.26240182056,227.204972737296,2172.03448743182,176.47680067197,2767.01725652966,207.20118550931,3900.63794387807,2905.82589402563,920.937788463949,22728.6283163165,8810.52530371876,682.545354952793,3915.96734369852 -5688,536.45884280079,2876.38027237022,145.279527238724,1152.44303850432,289.995463958465,2051.29197660856,310.230477339899,2417.31491730125,60.065954343236,884.071867141378,519.935969800567,4906.09537408454,290.847417804456,2861.95761992133,332.837599328052,3234.47532123649,254.720104968577,3672.52629085041,66.2546170112638,996.569610612329,130.154506933459,1916.19923011974,293.819977339882,4397.96105474921,143.817879534241,1280.44884235863,106.523419513476,1743.89726842706,147.088020641412,3117.34328101969,238.54803637729,2087.70561140469,181.634553223442,2659.58827391406,213.256896170198,3749.19632750442,3097.13090916845,968.285497200986,23442.9420958105,8979.69790405281,729.345744011824,3978.37938164143 -5689,539.853318901148,2810.74954744348,147.786617515618,1126.14760295974,307.302642890147,2004.48739351694,320.326252357885,2362.15874343833,63.6234353366328,863.899889852708,551.303511248534,4794.15238829303,308.394133098101,2796.65597844182,352.994369776137,3160.67389722815,268.914821003826,3588.72980361389,68.5047379028982,973.830758377553,135.040328729194,1872.47707495658,304.809776590041,4297.6122326566,146.124578818645,1251.23268253343,110.714457577444,1704.10654846418,155.679298776817,3046.21447328029,252.850555877127,2040.07017389795,187.803175446121,2598.90411886671,220.499467616594,3663.65045054565,3361.78705425597,1036.50923912956,24402.2427934235,9180.44002891995,792.296617350881,4045.22150611851 -5690,620.999295427106,2826.15002487391,169.660630427568,1132.3179181906,368.950881549348,2015.47025141388,375.150574930826,2375.10133110094,75.116072851389,868.633314347228,651.297196639668,4820.42019850085,364.329684554404,2811.97923529899,417.117610721082,3177.99165756133,316.854368880542,3608.3929402298,80.01972491563,979.166508988665,157.822144225098,1882.73663043996,356.22528440571,4321.15943210523,168.735667414576,1258.08835585556,128.911523516944,1713.44357903048,183.714822117412,3062.90509492841,298.648436802143,2051.24799466757,219.371081439385,2613.14386650373,257.563305588186,3683.7240875326,4035.09157336273,1236.87296756863,28590.0909295484,10633.6577274367,950.68262418334,4679.99603882483 -5691,910.93176885507,2911.72989464251,231.425213925246,1166.60612622008,489.364222946,2076.50157675769,505.72093761051,2447.02280052538,96.4398595292717,894.936774978913,834.933535445095,4966.3894248996,467.05416998885,2897.12999326686,534.590325604988,3274.22579580102,408.909342475069,3717.66024563854,106.930207624333,1008.8170730364,209.078662099854,1939.74859166761,472.072839319331,4452.01032756165,230.663892964925,1296.1850728394,170.09713182597,1765.32910423568,236.129793589291,3155.65424724889,383.047752092619,2113.36272131043,293.145162768562,2692.27360477443,344.181359933352,3795.27252795504,5024.82578984335,1578.31735124143,37861.3243779271,14453.2109283635,1180.57159252651,6431.30732252674 -5692,1284.63804894122,3166.13017847419,324.498959296168,1268.53348224862,657.380209023082,2257.92726170054,698.600244769164,2660.82123565553,126.122025839007,973.128151859355,1089.7969823838,5400.30703574593,609.622447123624,3150.25467146605,697.607224700636,3560.2976506504,538.211444048039,4042.47534041103,147.131656803596,1096.95826710351,284.880946183411,2109.2260535676,643.465429948212,4840.98620511031,326.222717470906,1409.4338501506,229.656885684917,1919.56738918107,309.24799147361,3431.36640641994,500.300578586262,2298.00899537929,403.355931315741,2927.49980843686,473.579682046603,4126.8686729501,6309.49727242435,2040.5465836353,51314.2881291719,20181.5812638704,1476.68098194049,9049.73283539312 -5693,1391.59401582664,3671.4217894421,353.948528434347,1470.98230484284,704.83891853412,2618.27621742883,762.153261622494,3085.46917268695,133.200626720042,1128.43240778486,1149.7198251312,6262.1572086685,643.142736337834,3653.01266566557,736.012926852718,4128.49555598396,570.43995502382,4687.62533801431,161.383584930469,1272.02491904276,308.946089070396,2445.84336568843,698.127946884021,5613.57279516404,361.130205829829,1634.36935834203,245.801320476457,2225.91654217395,326.864758995097,3978.98781223233,528.002781549572,2664.75470760188,442.427058954395,3394.70772817759,519.453042936472,4785.48723961082,6506.46276451447,2142.11312510227,55339.241360555,22145.7098861882,1519.54703138036,9978.61203900977 -5694,1268.39367496599,4048.31110302446,320.104746271409,1621.98579693909,630.166099498828,2887.05501293348,694.459412084176,3402.20759863344,122.077013184799,1244.27148593632,1053.90055479019,6904.99812079333,589.542314414188,4028.01219310466,674.861610172678,4552.30571604161,522.386718030082,5168.83289119059,149.276369972745,1402.60446726474,283.689200169253,2696.92108982112,641.237167996562,6189.83336092037,331.273575771682,1802.14532659959,223.241689294647,2454.41770760366,299.527548633873,4387.45027481763,483.968092327399,2938.30474630938,409.235582211686,3743.19099674806,480.482972628605,5276.74079322885,5947.39855530742,1953.43880943422,50546.1902986268,20289.2583076603,1392.96187576892,9167.9245579771 -5695,1159.62678361131,4266.84192498373,300.792883661953,1709.54178766978,579.828502809005,3042.900373866,646.433793935842,3585.86127644738,113.408015535012,1311.43817931594,978.773859917543,7277.73501688732,547.517129620232,4245.44726492103,626.701278241397,4798.04253927964,485.789701723548,5447.85030648709,139.347360544981,1478.31809186393,264.816696262629,2842.50288121991,598.578960818748,6523.96513531445,310.631755589445,1899.42646174201,208.599354719597,2586.90898740508,278.317374470723,4624.2880796358,449.513275042377,3096.91660568405,382.015574418769,3945.2512101192,448.523996362096,5561.58315673911,5483.57910857134,1804.68831189895,47076.7894435608,18968.894850964,1284.07265963697,8554.70771627264 -5696,1114.46772712118,4324.93486540371,276.494680363529,1732.81715407955,542.642673090413,3084.32938230615,599.455124113461,3634.68268327457,103.287412765952,1329.29337558402,891.128043674809,7376.82118744661,498.488863033212,4303.24891760779,570.60660999433,4863.36776207143,442.918344830448,5522.02264491346,128.495812461766,1498.44535374574,243.248431870626,2881.20348307616,549.910681530264,6612.78874879043,287.10010823173,1925.28710298771,190.764323116752,2622.12968512938,253.542888265922,4687.24764003622,409.307500282931,3139.08104369761,352.266461424238,3998.965701427,413.595600919486,5637.30396492594,4968.83320762278,1650.86498502669,43316.5954409857,17535.6561586381,1161.63771506934,7945.71460576564 -5697,1030.75603859627,4439.36625844122,259.538260571552,1778.66493837956,498.257925663501,3165.93618536511,558.339365046409,3730.85102236876,95.7492276686653,1364.46451629654,825.791996588766,7572.00098805369,461.940476908253,4417.10653247456,528.742102578187,4992.0452948406,411.100300233912,5668.12721372368,120.26487992438,1538.09200613612,227.072778703868,2957.43587465048,513.395159824579,6787.75337876439,269.554630201919,1976.22735805476,177.916999925532,2691.50736639681,235.101350787863,4811.26529432546,379.344311505268,3222.13649490483,329.701667882589,4104.77243150843,387.10230573961,5786.4587073112,4558.08047202831,1520.7423688261,40331.4237063537,16422.134026419,1065.72108128281,7441.36393434174 -5698,988.774382942313,4537.55242603128,244.152135991229,1818.00395290539,476.19737406075,3235.95769807193,526.584482944016,3813.3668461171,88.8704006006471,1394.6425943979,766.199691632575,7739.47213477231,428.605087506031,4514.80037817518,490.556512642027,5102.4551523297,382.105805991109,5793.49008223453,112.329004793767,1572.11023096636,212.121579185883,3022.84595291856,479.588680075192,6937.87919673224,253.15374317982,2019.93589194854,166.217104163259,2751.03586167346,218.266831164833,4917.67681187273,352.010738721199,3293.40099877072,307.945763180264,4195.558334364,361.558725909373,5914.43873223226,4217.22585043303,1418.55636842763,37776.805921405,15418.5821196032,983.556738833661,7000.99191847054 -5699,946.515335408784,4479.39450644918,235.639474847739,1794.70255211353,442.214781552085,3194.48234971102,503.113960150845,3764.49083069054,84.8380735677386,1376.76742641407,731.175615579818,7640.27513256474,409.012940255979,4456.9340721427,468.12654526169,5037.05686079304,365.202360530741,5719.23477922815,108.158369343806,1551.96045597704,204.036478238722,2984.10206296803,461.327574035016,6848.95623066818,244.897291607289,1994.04632459258,159.47439116034,2715.77576825992,208.417691664084,4854.64682881074,335.960199079191,3251.18939823046,296.512122163478,4141.78376135584,348.134502644075,5838.63322744313,3966.99777756993,1338.74352354242,36147.542533168,14864.3035858516,926.750452200651,6752.30243785114 -5700,875.270568263612,4411.35948318933,225.432555971991,1767.44381665235,415.576101416717,3145.96314010516,478.543481741616,3707.31408038226,80.2403402585801,1355.85647433235,691.256215633757,7524.23125752599,386.682393671428,4389.24018788462,442.535292026329,4960.55181525802,345.741681969925,5632.36851400567,103.360252645166,1528.38859474251,194.480070454955,2938.77820212668,439.765437840469,6744.93125680434,234.895603866993,1963.75986782269,151.737043076612,2674.52736575907,197.18423382079,4780.91230745055,317.663845183504,3201.80889691218,283.358264784402,4078.87651928654,332.690575552315,5749.95348582562,3712.74003212458,1258.53293368181,34357.3080244303,14202.4408177852,866.780226417472,6442.39161220947 -5701,848.696771069733,4329.74345576677,218.50403250956,1734.74375138734,397.931013833551,3087.75863083956,462.469420183659,3638.72383086812,78.1843915553364,1330.77132323282,673.658551496538,7385.02295519014,376.838421584512,4308.03339689338,431.27381134503,4868.77499803694,336.690802679943,5528.1621928376,100.259156271179,1500.11136956143,188.836245023931,2884.40689023347,426.98635504484,6620.14104269542,227.482729471239,1927.4276940712,147.484566868498,2625.04504638383,192.108026617488,4692.45906044661,309.559149708072,3142.57116674578,274.856725121194,4003.41186964283,322.70892872869,5643.57168602764,3619.51899952805,1222.21444051797,33322.2591696918,13764.2179461449,846.401848080929,6241.72130890555 -5702,812.931891023943,4257.54965897766,217.897907449936,1705.81877254084,384.643710595127,3036.27358988829,455.828959970426,3578.05204014863,76.9418543540985,1308.58214840901,662.732690510483,7261.88567189458,370.726595052674,4236.20159189307,424.272438885504,4787.59343233655,331.878548243647,5435.98605768221,99.5583509065254,1475.09863232156,187.125716780904,2836.31251997389,423.153426468213,6509.75733935729,226.582452982071,1895.28991854407,146.019154328787,2581.27525480681,189.101023278001,4614.21737261638,304.572761401338,3090.17218594585,272.935493438822,3936.65929967356,320.453213072525,5549.47122219457,3524.66696073685,1192.91774818468,32878.9889206316,13652.6741981102,824.487323067875,6178.89188222895 -5703,828.269210779138,4146.36730598713,222.030198038072,1661.27274017534,392.040816304104,2956.98384130369,463.552521617101,3484.61419988587,77.6223767953666,1274.40961866887,668.372856551268,7072.24759346442,373.88165226016,4125.5767258423,427.822309776919,4662.5694289531,335.034244870224,5294.02982249364,100.887694085584,1436.57766369614,189.583346114349,2762.24458770157,428.714601874979,6339.76046407458,230.523754813093,1845.79600546695,148.102634605074,2513.86740768035,190.819950810225,4493.72094021059,307.199343082796,3009.47492054698,276.579838018881,3833.85673037484,324.73203337365,5404.55141672952,3533.90983132756,1202.64937200004,33351.6376697927,13885.730061261,825.546623712743,6288.34272497164 -5704,865.927635039878,4135.64545429236,231.369224343584,1656.9769509627,407.741873725094,2949.33754760354,483.002550079423,3475.60353732091,80.0185867192443,1271.11419645434,688.79060370888,7053.9598769526,385.303152950819,4114.90863530773,440.912220293742,4650.51276000784,345.897609988691,5280.34029659407,104.875019245609,1432.86290050188,196.947512078784,2755.10185898787,445.379065708877,6323.36684371731,240.695540490562,1841.02306820188,153.542545034671,2507.36694316856,196.755621779639,4482.10088681855,316.617329398957,3001.69289319725,287.510940735462,3823.94298172486,337.566227064692,5390.57609942388,3619.05242159833,1239.2147446623,34602.3261611459,14462.1694174901,844.576801228545,6556.92421691391 -5705,939.40250348163,4110.88772539059,249.592799354396,1647.05758369541,441.396460412203,2931.68156131303,520.60072022543,3454.79709946301,86.2219786204145,1263.50476739984,742.157186046337,7011.73187935278,415.155930160775,4090.27504580533,475.019000586679,4622.67281689884,372.611352169428,5248.72993854549,112.848612999935,1424.28517505706,211.908523887153,2738.60864996514,479.213192098352,6285.51248608598,258.955062305207,1830.00192276565,165.626579441182,2492.35678049327,212.015577673369,4455.26912865827,341.153331944175,2983.72348558785,309.370249633225,3801.05123611376,363.231213628278,5358.3058230743,3899.07492869742,1336.16200156905,37305.9568751459,15585.885235251,909.545321537235,7068.12506018033 -5706,994.073513025229,4084.37551498952,259.854623329732,1636.435270434,459.932561798459,2912.77436569628,544.185081865899,3432.51619234209,87.396815755054,1255.356088459,751.545496128828,6966.51135199245,420.407664804345,4063.89577206773,481.058733640131,4592.8599680633,378.953849077298,5214.87948050217,117.760237758287,1415.09958042284,219.532626093266,2720.9466330033,496.597460996142,6244.97554111412,272.205672866124,1818.19975271098,169.954353845046,2476.2829074583,215.05615498049,4426.53591081755,345.581895641467,2964.48065773344,322.835285110417,3776.53724379656,379.040494526252,5323.74868095213,3870.35036850264,1352.42974589016,38556.300786469,16300.5625868106,900.034887040812,7422.68907098481 -5707,1020.98684386642,4024.65805139449,263.229296324842,1612.50902679427,458.934228505517,2870.18682777141,549.59135639304,3382.32953345059,87.3807386174745,1237.00158573607,751.063515639946,6864.65431496922,420.138049334814,4004.4777418372,480.739083061614,4525.70797703472,379.45588732182,5138.63297124109,119.126947372482,1394.40947556664,221.504180832457,2681.16379939652,501.109167247241,6153.66804547378,276.39128921569,1791.61593906736,170.903143584866,2440.07729075277,215.08860910622,4361.8157360598,345.413941396208,2921.13712452825,326.582068374116,3721.32066918336,383.43958795456,5245.9104001973,3816.35734989279,1345.08905364883,38829.8687530289,16525.2638478175,887.346550609785,7541.87979491824 -5708,981.513984358094,3841.60681003175,244.730111334011,1539.16819254351,426.143874783093,2739.64374682954,512.261838919098,3228.49295605951,78.9013402318648,1180.73974362548,677.438471714408,6552.43313298687,378.952874322407,3822.34435005779,433.589268900793,4319.86776585096,343.780703096501,4904.91543989274,110.712000168012,1330.98833960653,204.353107713731,2559.21794573417,462.444148647602,5873.7842490683,258.714895292118,1710.12888662624,156.450015920291,2329.09663813843,194.371955235679,4163.42974279396,311.669731405214,2788.27670011272,303.512805508662,3552.0659500733,356.353995988097,5007.31363034226,3356.04223238425,1211.13128731321,35800.8467782499,15428.5943332341,777.884188387571,7082.77464751225 -5709,816.413157715991,3558.1600528385,199.343352581485,1425.60315204738,345.410248025839,2537.50355541907,417.913138528271,2990.28381486718,63.4212155806586,1093.62076764234,544.25702278913,6068.97243148542,304.452392014497,3540.31884237945,348.365469608871,4001.13329606176,276.839240861258,4543.01417188317,90.1133441926681,1232.78351350659,166.090407926103,2370.39018080652,375.878933422448,5440.39655996292,211.686635114647,1583.94978728924,126.565517996558,2157.24800242014,156.293687481864,3856.23780000711,250.439165945564,2582.54820474963,247.042360974224,3289.98249784293,290.052119428569,4637.85707714589,2660.67539191053,971.180601406922,29048.0386192879,12596.65209796,616.136988026215,5800.54931422792 -5710,630.109220290662,3262.49687909968,162.249169796063,1307.14351387283,286.182105657167,2326.65122066526,334.401079189791,2741.8079762443,57.2008660980878,1002.74700642132,492.842295711503,5564.67481030479,275.69146475381,3246.1381733142,315.36205434757,3668.66152658023,246.496911444398,4165.51513629935,71.7239207880712,1130.34610745301,136.842438349142,2173.42403160323,309.264559190286,4988.33007351208,164.372113371584,1452.33243050978,109.040463003257,1977.9927745873,140.552518911721,3535.80603479403,226.473125258326,2367.95291189858,196.628444860833,3016.60337705789,230.861205126593,4252.47712728047,2642.18439687569,888.967282743622,24253.3359099766,9989.10338702599,618.149980734371,4515.08536690609 -5711,570.126395098848,3036.36328716837,138.241200568745,1216.54141709984,278.2522159785,2165.38394066541,300.993372825028,2551.7649174981,51.1080582110415,933.24355836806,413.806712508221,5178.97025657932,231.479683641299,3021.13845308782,263.969523733806,3414.37542629292,202.048856949936,3876.79059956491,57.21994171832,1051.99837720952,113.340891844803,2022.77739460418,255.783832703571,4642.57372827581,122.005974741219,1351.6668478717,100.9896155515,1840.89207303658,131.14183142723,3290.72855314414,183.711586270651,2203.82288592915,156.866328994273,2807.51341241877,184.17655584386,3957.72499018018,2600.03900575345,821.939415541326,20373.2801399481,7864.98660397643,591.435298723641,3558.68094391573 -5712,578.672400282067,2913.22445319018,139.997500270627,1167.20493216046,290.892246751534,2077.56742190579,308.959427029531,2448.27883009378,53.6049601275657,895.396136064957,434.371746967784,4968.93861731601,242.983575499209,2898.61705784765,277.122104469814,3275.90641946021,211.097684978341,3719.56847926545,58.852176550917,1009.33488761196,116.779896360905,1940.74424303051,263.527404073995,4454.29549491237,123.610728173518,1296.85039021089,104.16364950655,1766.23522801695,137.475825209172,3157.2740094519,192.745930386006,2114.44748687377,161.341039708005,2693.65551885104,189.430307958393,3797.22059910265,2781.15200465993,868.231107348514,21044.1175166325,8014.58154068594,633.395235457412,3617.34817840821 -5713,579.692436804372,2850.45288703454,142.351032883636,1142.05503973248,306.713404852302,2032.80184926886,318.774864077906,2395.52549816894,56.7487402132313,876.102937516879,460.294419679286,4861.87235306073,257.484481108072,2836.16023883828,293.718564683528,3205.32010528052,222.595947198586,3639.42253012275,60.7981969548094,987.586638313298,121.073424960828,1898.92681440459,273.179682838785,4358.31830234504,125.477792568979,1268.90701290814,108.239148466564,1728.17796423816,145.44453654957,3089.2438807954,204.125875549737,2068.88725544032,166.675981823278,2635.6150285562,195.694056659067,3715.40147123451,3013.85332576344,927.124228498441,21891.9206770644,8189.05862536822,687.34372554369,3683.13231446525 -5714,657.639748445166,2860.32998440914,163.370999991047,1146.0123718764,361.963159573117,2039.84570601872,371.442787519321,2403.82622775348,66.977445279863,879.138719677457,543.579838169191,4878.71921514095,304.073581142531,2845.98781079233,346.94224733584,3216.42685219102,262.08076621272,3652.03348429106,70.9847513150214,991.008722374692,141.439421552437,1905.50678109634,319.124979600448,4373.42030050736,144.816167444113,1273.30389951616,126.01250785898,1734.16626950398,171.593337841264,3099.94841226241,240.972790759756,2076.05615164345,194.602039410916,2644.74769178926,228.482005084737,3728.2756998471,3606.72247751545,1100.82455955952,25601.9406250414,9475.71812594804,823.213996872094,4256.35827741938 -5715,954.66232559305,2937.72225914032,222.993650596861,1177.02015937401,469.133280304847,2095.03804401815,496.40264623286,2468.86682825705,86.0586245675798,902.925676319159,697.461167968261,5010.72327757171,390.153387156996,2922.99202769563,445.057616095521,3303.45408050187,338.813274342649,3750.84697094621,94.9851962318609,1017.82255844293,187.583239860382,1957.06429547705,423.379133481476,4491.7524325539,198.240850214164,1307.75582840016,166.322974253289,1781.08780411382,220.683594932165,3183.82407013476,309.457501942498,2132.2282398015,260.398361030175,2716.30693183265,305.733381978198,3829.15208082724,4482.24337356244,1398.66416361522,33830.2246806684,12875.7990375417,1021.02512718845,5808.52027563224 -5716,1340.88641942463,3188.6135799734,312.903996556029,1277.54162341429,621.553422314486,2273.9613103085,683.55170874545,2679.71632486114,112.659916252185,980.038553426917,911.401954113476,5438.65582889699,509.829902781139,3172.62533742441,581.459433284333,3585.58012389818,446.921728118731,4071.18186572923,130.907186587226,1104.74801413124,255.940426283674,2124.20414149884,577.882416733468,4875.36313542151,280.814029968949,1419.44255647448,224.644354947037,1933.19866833982,289.24385895788,3455.73330994492,404.833333307633,2314.32767338033,358.877153353197,2948.28864208287,421.357205841501,4156.17449427711,5611.65224992851,1804.34181097916,45841.4039476104,18003.723558073,1274.7828398165,8186.17216966905 -5717,1453.48501066529,3674.99573790597,341.416934254361,1472.41423373858,665.444293681458,2620.82498049718,746.256059697424,3088.47272510955,119.050158739498,1129.5308812106,962.129057689106,6268.25311058879,538.206179754879,3656.56869375324,613.877773558199,4132.51444326976,474.225749138107,4692.18851063157,143.72971696176,1273.26317271291,277.775318112343,2448.22427385998,627.460816091225,5619.03733207064,311.127560491279,1635.96033649508,240.483037423712,2228.08336240405,305.853229444746,3982.86116108595,427.631842754723,2667.34871519349,394.029640543283,3398.01230911823,462.629696002547,4790.1456759741,5779.57959228892,1895.01062213816,49473.7925873439,19779.824634285,1310.74849987401,9054.64361513142 -5718,1348.84550188871,4029.40165629227,308.740307256499,1614.40958719457,614.255695339444,2873.56973188896,685.695505311124,3386.3160671476,109.097752549063,1238.4595597318,881.847915387064,6872.74524031351,493.297644294451,4009.19756150552,562.813061365068,4531.0421371675,434.151145407919,5144.68954653743,132.955963236835,1396.05297609099,255.056960109427,2684.32391426049,576.307620826151,6160.92097715322,285.393142551881,1793.72760123468,218.403446883897,2442.9532524965,280.252673827672,4366.95672697744,391.908145342842,2924.58008047484,364.493797870863,3725.70674987076,427.951700971815,5252.09341648091,5320.01609024331,1744.14943927374,45308.4367792409,18129.7993645884,1206.84770415229,8318.45484597049 -5719,1241.71206193697,4224.99421631435,290.144670825094,1692.77519355959,570.924860150903,3013.05666027308,640.823708113477,3550.69239026321,101.365949398956,1298.57604759632,819.127531356723,7206.35751096746,458.212436117902,4203.80938767197,522.741959448764,4750.9849988558,403.87411810377,5394.41967640788,124.134651042689,1463.8192597261,238.12996803392,2814.62459686898,538.06105618428,6459.98034348205,267.659521109046,1880.79754447548,204.089373753914,2561.53747949305,260.437866317919,4578.93466280852,364.095574248177,3066.54311958671,340.31050059279,3906.55755186534,399.55812262916,5507.03707423228,4908.27324758821,1615.88613007759,42262.3999802685,16968.2627181187,1112.93736955766,7795.30161262479 -5720,1178.52164379552,4300.82694703259,266.732738323611,1723.15813820933,522.495651129738,3067.13680870856,589.858782953402,3614.42234730184,92.3361889609489,1321.88366949892,745.925534684298,7335.70153858256,417.263909862887,4279.26188037721,476.050860858459,4836.25852767472,368.359337951565,5491.24195680832,114.502267904479,1490.09276592745,218.786825488657,2865.14316759344,494.430447033162,6575.92794595233,247.44543084863,1914.55522707183,186.651015577721,2607.51349081089,237.286762892828,4661.12012898511,331.622074222996,3121.58327507984,313.903682672638,3976.67479030368,368.553911550139,5605.88067924672,4434.81952243439,1469.87676647773,38794.8428440339,15671.202686717,1005.04038938511,7204.39578891444 -5721,1098.61171212032,4400.37770854293,250.404412238641,1763.04388738596,485.774737738277,3138.13148222686,551.637798576116,3698.08497812267,85.6134413736948,1352.48116331752,691.383478693554,7505.50020367005,386.753583461083,4378.31347769564,441.221393220852,4948.2028642454,342.035900534655,5618.34712173828,107.196208281019,1524.5837769344,204.282953276511,2931.46231683679,461.701325874557,6728.14021645727,232.377448083259,1958.87122331067,174.091879688197,2667.86931466886,220.059423228515,4769.01055658108,307.438033759426,3193.83821488078,293.874393614861,4068.72243800707,345.037548935463,5735.639373895,4075.72939292943,1359.17354831677,36176.3755898448,14688.8159352128,923.11860814298,6764.65474148221 -5722,1037.75508688938,4478.87466054591,235.58762638463,1794.49427200604,451.359052428902,3194.11162135473,516.023642139259,3764.05395130128,79.4771647822211,1376.60764881347,641.622048589289,7639.38845787652,358.917495379633,4456.41683283387,409.443192391428,5036.47229665835,318.04302805595,5718.57104649251,100.143837816178,1551.78034674936,190.871629046761,2983.75574981563,431.387802674321,6848.16139068857,218.28544853143,1993.81491009867,162.653439973559,2715.46059510309,204.330216821402,4854.08343385589,285.36755429213,3250.81208886711,274.54058389214,4141.30309609686,322.3377477168,5837.95563819316,3751.46017251675,1258.07134458363,33796.9223163237,13781.0251829218,849.189195802525,6346.62797321548 -5723,1011.26460227122,4425.33038123421,227.397293287217,1773.04136032491,431.953095170508,3155.92649277475,497.160348360481,3719.05524707583,75.8850631388733,1360.15050945657,612.42088808524,7548.06070696569,342.582633737432,4403.14103350673,390.806914258059,4976.26202067687,304.089549195503,5650.20638157467,96.4490615719193,1533.22904388556,183.637116424701,2948.08539434144,415.054074588303,6766.29264149032,211.214381798451,1969.97914988359,156.064802084649,2682.99766823333,195.137495061113,4796.05358955723,272.435657031194,3211.94911464516,264.411493080665,4091.79443454731,310.445195175743,5768.16374826726,3550.5397472686,1198.12829552373,32432.8165438911,13299.474348347,803.233074617917,6133.00631493873 -5724,940.771574884426,4367.88725134489,217.572281785993,1750.02634531221,409.772152330557,3114.96089702751,474.810754559704,3670.77994213379,71.7884337140988,1342.49503615789,579.130563561392,7450.08288514218,323.960331207858,4345.98593309179,369.538479595164,4911.66750659738,288.008814692331,5576.86371309174,92.1969035422153,1513.32691963028,175.079001315278,2909.81768602522,395.751899951408,6678.46258280758,202.638829461433,1944.40777815824,148.503611473048,2648.17093886581,184.651039378105,4733.79827626596,257.68949445471,3170.25631562322,252.754360962167,4038.68077772728,296.758571294336,5693.28993075079,3323.2777860708,1129.46986244149,30876.776934654,12723.1149499114,751.282676757057,5882.3957180461 -5725,920.1081639041,4284.9066236989,210.875030966397,1716.77954287098,398.690919117488,3055.78322245533,460.655881870974,3601.04288024997,69.9428765627875,1316.9904674038,564.330887897066,7308.54705368651,315.681528237246,4263.42138421119,360.097258491243,4818.35620320685,280.417998225968,5470.91508745678,89.4200875594606,1484.57690608865,169.980798902772,2854.53729895767,384.212359976625,6551.5859065241,196.223540136361,1907.46813925579,144.337613177137,2597.86128708776,179.885379473592,4643.86611238213,251.079788951402,3110.02814494687,245.14182385663,3961.95437740767,287.820701234391,5585.12945300979,3251.62264158536,1101.77926094652,29981.9749794348,12331.9379628665,735.297938953715,5697.62446134856 -5726,892.727475461912,4210.69841615571,210.313197086769,1687.0474754512,393.525606172723,3002.86160350458,457.220164460058,3538.67817527565,68.8432102398925,1294.18215195605,555.287041309281,7181.97389253535,310.622483316607,4189.58526904972,354.323402159147,4734.90944262472,276.521775988672,5376.16697789105,88.8159128692517,1458.8662428617,168.474927665677,2805.10095998374,380.840170765321,6438.12218621818,195.486741161002,1874.43362905736,142.911522691563,2552.87019475114,177.093035176272,4563.44126056285,247.10319824215,3056.16708464536,243.485501552234,3893.33922227472,285.87601533942,5488.40332056336,3173.95812745092,1081.78449886105,29659.5074517797,12250.3178441046,717.315108924956,5672.90376604969 -5727,904.650053436556,4093.47284350923,214.321382931511,1640.08018241668,397.042249534813,2919.26212991171,463.751631930766,3440.16160284275,69.46408577197,1258.15220421868,560.122509516697,6982.02820204033,313.327399928824,4072.94748505853,357.359909971566,4603.08986877178,279.247886026095,5226.49483556703,90.017379868643,1418.2515006427,170.715778779305,2727.00712996646,385.90903233753,6258.88527930703,198.920066467146,1822.24951757813,144.958706010388,2481.79845298887,178.726321382527,4436.39534985228,249.302506098238,2971.08358989155,246.779278370988,3784.94890914115,289.743234481258,5335.60652568977,3175.75053073973,1087.81391528067,30062.8362429511,12458.3471859756,717.315108924956,5771.66903862014 -5728,942.916772719979,4040.05852882492,223.35674216054,1618.67934202513,410.466070313844,2881.16968566834,482.453042654882,3395.2721211132,71.62008068932,1241.73501023059,577.339919284732,6890.92212517704,322.958661205544,4019.80099869438,368.364742542406,4543.0257373679,288.406191103643,5158.29610785699,93.595173850992,1399.74522617775,177.382576971351,2691.4233548799,400.990049525263,6177.21524492241,207.738683506519,1798.47161238949,150.290922119403,2449.41432131906,184.308624390167,4378.50635770793,257.011865529589,2932.31494529787,256.587666689028,3735.56041682038,301.259250635761,5265.98403718425,3248.35823211687,1119.4011239416,31178.6605814439,12976.4109235564,733.299846728298,6017.45706786852 -5729,1019.50014046357,4016.66540014658,240.951849005543,1609.30671193405,441.716634793014,2864.48686468442,519.09305573584,3375.61249562498,77.1740872346299,1234.54499883063,622.087059640725,6851.02165669705,347.989801543202,3996.52516708133,396.869271842944,4516.72028042835,310.691298541782,5128.42805427531,100.710851291952,1391.64028909348,190.856625743546,2675.83922103149,431.450441101831,6141.44734946563,223.49721179729,1788.05793210421,162.120188900359,2435.23149104659,198.606558338506,4353.15351642753,276.938510834373,2915.33597819842,276.095030117772,3713.93042188518,324.162821038251,5235.49243877769,3496.41401771929,1204.97870743303,33594.1404356577,13981.0188316028,789.246429039994,6480.19372583844 -5730,1070.20810376221,3982.35547598396,250.919973507543,1595.56018695868,452.693929070323,2840.01872574296,540.353281995009,3346.77837647653,78.2648203653821,1223.9996481316,630.315465141911,6792.50096600942,352.592696191145,3962.38727862501,402.153525426986,4478.13894122106,316.297908586407,5084.62157300624,105.166233757928,1379.75304730862,197.838111163819,2652.98248998748,447.362336676672,6088.98776624987,235.06636954575,1772.78453341718,166.38229705297,2414.43000537313,201.53166999788,4315.96934693923,280.757026416287,2890.43349159427,288.309294423449,3682.20642737086,338.503573106647,5190.7714250428,3458.34562561109,1215.1918114446,34687.0233544725,14626.0761367548,779.255967912905,6804.38752618352 -5731,1103.2769142897,3971.17875754805,254.207788268305,1591.08215202063,454.423074346386,2832.04804360728,546.310751936335,3337.38544312168,78.2690213149987,1220.56442003222,630.081801280119,6773.43740645765,352.461986767709,3951.26660212733,401.999157047347,4465.57077688597,316.869690589202,5070.35127895104,106.417704225526,1375.88068799418,199.665639022746,2645.53673621567,451.541865871893,6071.89865850108,238.738879090078,1767.80910776846,167.323315679408,2407.65376339373,201.598530796306,4303.85632125389,280.726753250049,2882.32131740789,291.740153879114,3671.87209516225,342.531740796807,5176.20321508949,3417.00780112728,1211.56605983011,34950.4241947326,14830.1606605182,769.265506785816,6906.58566417326 -5732,1051.70326910548,3850.31425097243,236.403320983877,1542.65689318287,414.599439194617,2745.8534625302,506.458213651638,3235.81070436964,70.7139730889032,1183.41602521606,568.684733802854,6567.28497164309,318.117029746601,3831.0081304312,362.815734204876,4329.65923991449,287.401326755172,4916.03299138197,98.9680553243312,1334.00517681371,184.314212120384,2565.0187057335,416.947757791677,5887.09785245777,223.593755221427,1714.00508922001,153.199053258407,2334.37580189063,182.259859871346,4172.86663219695,253.531264748028,2794.59664796087,271.317220189678,3560.1171135596,318.553200524565,5018.66327903452,2997.54345184725,1086.81984818826,32175.1276781606,13841.2336980483,673.357079965767,6464.00066087079 -5733,873.457521581766,3569.98657550192,192.582561614902,1430.34153585709,334.776790930997,2545.93764575256,412.457465960999,3000.22284481001,56.854826539465,1097.25571677381,457.018360754846,6089.14432902199,255.651883761299,3552.08606487741,291.592106889327,4014.43216202127,231.55744889767,4558.11412783404,80.5781282222347,1236.88100826373,149.844792300126,2378.2688239193,338.992410805809,5458.47921286748,182.995770637349,1589.2144796524,123.94493402952,2164.41820893485,146.583078592428,3869.05506597043,203.806289313404,2591.13201335275,220.901923208441,3300.91765871124,259.360664947421,4653.27226955376,2377.38341851087,871.18278090992,26093.2382131237,11297.8181580876,533.490624186527,5280.8275881718 -5734,684.596696071176,3246.51157660386,156.596628153573,1300.7388841524,287.516778133525,2315.25129449127,333.031381879168,2728.37390059307,51.1721350411094,997.833832610452,412.867292201704,5537.40949376045,230.95418052889,3230.23302380247,263.318713394939,3650.68613336749,205.343556515917,4145.10530236779,63.9511829766983,1124.80773450671,123.164725260738,2162.77487487317,278.251464733813,4963.88868149577,141.768859774466,1445.21641658348,106.714710235312,1968.30117517494,131.611765485819,3518.48159552948,183.694731696703,2356.35061923892,175.319775014449,3001.82288246154,205.842723167573,4231.64120444125,2376.93579846177,801.827292518802,21816.7757356267,8945.81726016808,537.486808637363,4110.90633364456 -5735,505.522750088798,3025.90136472839,109.259122265507,1212.34977046634,242.341038981478,2157.9230156385,270.068525152931,2542.97269992494,47.2041419656561,930.028026891137,396.409686263794,5161.12588816257,221.747946553348,3010.72898847921,252.930418746301,3402.61104650285,192.264525103385,3863.43294808094,50.2905697656665,1048.37367081294,100.844758425299,2015.80782666574,227.478742707519,4626.5775375458,99.5146740592313,1347.00962065949,88.8799487704703,1834.54919892469,118.146967722539,3279.39020406071,170.088668396237,2196.22951783598,137.869715089988,2797.84000222636,161.872655803498,3944.08847571532,2436.79963345525,754.029299043424,18525.0233548916,7132.98913737966,536.867946938439,3199.31828677246 -5736,505.670365798449,2901.65784717525,108.603699327733,1162.5706858791,247.733388720822,2069.31869125535,275.443114864625,2438.5582345484,48.7237718171394,891.841073796475,416.146630211344,4949.21004637259,232.788612165881,2887.10844873256,265.556467219786,3262.89982848018,200.875903520615,3704.80038163463,51.7129182252294,1005.32744528483,103.892332461156,1933.03875229488,234.33688599159,4436.61025236015,99.7487513049161,1291.70140228878,88.878479514777,1759.22260425918,120.489013233015,3144.73843413483,178.452880567011,2106.05232837744,141.769030166201,2682.96068478414,166.450836637405,3782.14419310396,2565.84515819616,788.278534012362,18987.7107649005,7244.73427483859,569.993938176473,3244.18061032757 -5737,506.678624482039,2836.02712224851,110.831537843907,1136.27525033452,262.757049458096,2022.51410816374,284.3783728906,2383.40206068548,51.9100687393112,871.669096507806,441.028546398889,4837.26706058108,246.707328110751,2821.80680725305,281.490726160331,3189.09840447184,211.821015454597,3621.00389439812,53.4067925182677,982.588593050059,107.696369568446,1889.31659713172,242.883652882479,4336.26143026754,100.476414761187,1262.48524246358,93.5053670174822,1719.4318842963,128.856994135112,3073.60962639543,188.988689307757,2058.4168908707,146.412723154123,2622.2765297368,171.90299062351,3696.5983161452,2801.17767882406,844.883207654581,19783.1756879964,7399.90970096804,621.079332659966,3291.62760998212 -5738,582.772614516918,2841.16061472532,128.263390099674,1138.33202207813,316.076328867746,2026.17506079605,333.15756804152,2387.71625657302,62.0432806325871,873.246904672646,520.861410013025,4846.02299731702,291.365100580336,2826.91455953878,332.520968039566,3194.87099124957,249.398200432138,3627.55827327008,62.3448518241135,984.367176587096,125.801837690592,1892.73644895951,283.709451258563,4344.11049675042,116.329310731656,1264.77046690429,111.352370025899,1722.5442278184,155.322119786932,3079.1731669448,223.10299573387,2062.14283112724,170.916078270129,2627.02311228247,200.67234846352,3703.28952847418,3396.47863874765,1012.26685710466,23270.0873545438,8579.9819202952,749.25912174222,3805.70254814865 -5739,868.000726548323,2923.03657140266,188.136334734624,1171.1362299223,419.931980258851,2084.56493873489,449.538513375641,2456.52495107896,81.2418161095853,898.411946509787,668.209103079612,4985.67464774794,373.79005006844,2908.37997645598,426.492047922064,3286.94009762585,322.412131056429,3732.09646885376,83.4633115710341,1012.73445856585,166.880138306955,1947.28092162798,376.47739343051,4469.2981404866,171.505545669854,1301.21835070865,155.404771807847,1772.18413759355,206.281451292197,3167.90811825736,286.509656600531,2121.5692205502,228.811545392776,2702.72810038375,268.647342217659,3810.01013111294,4257.95495671987,1300.03724702479,31215.0768643371,11805.1246129918,933.726605529845,5294.05865837598 -5740,1226.30114212444,3165.80527636044,263.437737871339,1268.40330781279,564.407670304424,2257.69555760163,621.313980669614,2660.54818736154,107.37166686853,973.028291343309,873.004461345849,5399.75286675352,488.350697128348,3149.93139846591,557.093505153771,3559.93229983819,425.278704355431,4042.0605094632,115.092382704494,1096.84569938217,227.753366880924,2109.00960889711,514.004705167809,4840.48943253242,241.163862917351,1409.28921679338,212.48789024316,1919.37040691342,274.748348234484,3431.01428628095,374.813835527298,2297.77317817093,315.521460314203,2927.19939410701,370.453342205877,4126.44518172282,5398.214734459,1688.60161926357,42438.433050153,16504.1849717769,1174.03897035567,7452.49465096853 -5741,1324.86206679247,3628.92427024206,280.9302282642,1453.95535933558,604.920553417869,2587.969091143,677.926956491143,3049.75418461763,113.435256934058,1115.37055309585,921.492830343828,6189.67135401287,515.474646490846,3610.72823614468,588.090549707895,4080.70730684782,451.258983814485,4633.36503799166,126.409139148306,1257.30094927841,247.220747386439,2417.53218779748,558.188033568439,5548.5944485384,261.265270567978,1615.45117155515,224.981366144332,2200.15106590512,290.434461364229,3932.93014829589,395.922331709479,2633.90958251291,346.545924620757,3355.41323543595,406.879125989536,4730.09416643363,5589.30232246894,1774.6631516705,45680.1835494038,18064.2076050891,1210.84340418093,8195.19475741481 -5742,1206.51553230545,3988.00881436404,247.023442257806,1597.82523880978,539.138870209532,2844.05040673156,617.354984791242,3351.52945175332,101.163947558943,1225.73723389704,844.618303589245,6802.14357743359,472.471740555936,3968.01227021958,539.183672393614,4484.49609213347,413.129145303084,5091.83968461385,116.936460618663,1381.71174007335,226.999663501077,2656.74865496767,512.677374030169,6097.63167271234,238.970405571872,1775.3011723518,194.179764830083,2417.85752205206,254.236287054081,4322.09628244346,362.847510153404,2894.53674121415,320.576930908688,3687.43367517552,376.388963752143,5198.14022662175,4991.35695637631,1603.94362409449,41362.8809920757,16495.6021568246,1096.1134298176,7529.25438859194 -5743,1096.71404659696,4212.45289765501,226.463171513336,1687.75042144533,495.505465281542,3004.11281283083,574.488572196956,3540.15264453868,93.2999329310992,1294.72140184239,784.522383922659,7184.96642229587,438.854633698884,4191.33095328493,500.779478987864,4736.88234835126,384.316595805936,5378.40707788578,109.18474575118,1459.4741120511,211.941769414789,2806.26976792284,478.67008397891,6440.80477355871,216.576840019889,1875.2146536758,177.928429753735,2553.93390511084,233.308099745348,4565.34272024329,337.097415898065,3057.44050489038,299.325894676279,3894.96146898082,351.438149345432,5490.69018633595,4592.18004201697,1478.42953505814,38337.51596117,15356.0959230067,1009.3021444822,6995.68443555939 -5744,1062.8167721681,4288.93543890391,218.223653054511,1718.39371749213,464.700749899176,3058.65637395921,533.088632135244,3604.42870346246,86.5735443613644,1318.22874671439,714.388400725084,7315.41879864674,399.622326072273,4267.42999826199,456.035102792827,4822.88658588247,350.521492088824,5476.05902822967,100.72291070931,1485.97275587897,194.734816339994,2857.22123218733,439.875820772189,6557.74593082222,209.656249526216,1909.26160579249,170.220307187099,2600.30388478547,219.331913069531,4648.23243352904,307.032002567386,3112.95229937513,276.128090559184,3965.67954190694,324.201637260145,5590.38078202075,4201.2026881651,1360.65585682139,35619.044286854,14302.6287716025,917.728871597969,6541.31647034377 -5745,979.835373283612,4384.0025184681,200.864748436911,1756.48304632221,426.093099483574,3126.45350753812,496.391687101258,3684.32324028092,79.4586009528453,1347.44815533756,662.127850576934,7477.56987573406,370.388253135446,4362.02039556651,422.654316273562,4929.78904438772,325.47165103001,5597.4394842311,94.3047397707018,1518.91032097542,181.833221825586,2920.55342314291,410.775929240356,6703.10268963753,193.046538052422,1951.58164711098,155.245679586509,2657.94133347813,199.954911701215,4751.26356768481,284.641364711157,3181.95293791117,258.532915105258,4053.58144155243,303.54316430837,5714.2952550104,3829.98286689877,1249.53372886619,33012.9333753212,13353.3225963208,839.162599765491,6111.5654733638 -5746,944.521748860686,4494.66501925222,195.175276334205,1800.82079605481,408.317045488447,3205.37252327134,468.470264382243,3777.32419585724,75.4875382428116,1381.46090553979,614.45030932716,7666.32126872503,343.717873386415,4472.1280160369,392.199337063863,5054.22847654862,302.640639621389,5738.73197863625,88.1069200579433,1557.25117818932,169.902548192283,2994.27503806378,383.821865138279,6872.30471530317,186.081830769144,2000.84414288827,151.892226785418,2725.03400362626,193.017933522106,4871.19659830456,264.207540685491,3262.2728893718,241.54182429124,4155.90333976408,283.59394635816,5858.5374630097,3605.27663527197,1174.78751837857,31207.1054604151,12604.3940743595,781.69490227903,5769.62088920052 -5747,902.031072838551,4459.25042412096,184.316867048117,1786.63167648237,378.000513324397,3180.11658769654,447.322728322217,3747.56170933092,70.3388413526377,1370.57602792381,586.464552671015,7605.91639701264,328.062897521087,4436.8909956172,374.334575779207,5014.40494032708,289.362342341489,5693.5150673159,84.8633668317576,1544.98120484158,163.469852393517,2970.68239262069,369.305446807366,6818.15609954011,177.265439473719,1985.07898910315,139.71234292121,2703.5627759499,176.935871828391,4832.81521624498,252.234660549201,3236.56862151425,232.649744498604,4123.15793303143,273.15376686906,5812.37657417257,3322.44941142415,1099.76120539115,29618.1851010687,12108.091172457,728.45242184883,5558.15472385506 -5748,828.07676569601,4419.15719695088,169.410245708865,1770.56802836631,354.815718435758,3151.52408342986,425.356226396664,3713.86729240979,65.9866564620196,1358.25314609054,554.561111255653,7537.53142085329,310.216404695647,4396.99880260334,353.947048165138,4969.32030562977,274.057271824899,5642.32453723142,81.1300446570346,1531.09024189315,155.85901848735,2943.97291620886,352.147882750745,6756.85389504824,162.703341678931,1967.23109645505,129.161887600202,2679.25497839756,165.069591580848,4789.36325909814,238.582052213355,3207.46855566193,222.414981461189,4086.08652148366,261.137144702948,5760.11735743834,3108.54430809549,1031.64743997891,27974.2871066304,11500.0111615957,681.24338757981,5270.74088463182 -5749,802.915355753086,4335.26682951945,163.159010579131,1736.95673194887,339.221703927378,3091.69762749154,410.938178781677,3643.36568364901,63.45853332557,1332.46896362945,540.398641370367,7394.44389256677,302.294048799692,4313.52907552496,344.910068767072,4874.98600437175,266.834438758865,5535.21436723741,78.6833080251369,1502.02503392732,151.317480367166,2888.08647482603,341.872840916501,6628.58623434426,157.699485940341,1929.88647797939,122.957906034779,2628.39376786281,157.261118792021,4698.44514379653,232.462399155257,3146.58008673738,215.707344544133,4008.5189482187,253.261716794645,5650.7710861862,2993.08114733662,997.295799000369,27031.7125207662,11133.7261299603,660.830021946783,5108.37834380189 -5750,762.386351658951,4247.28267402404,155.165951398247,1701.7052290536,327.114430147725,3028.95168462367,404.826287567698,3569.42364837356,61.4182525005017,1305.42653207933,531.720326839503,7244.3737984227,297.439479162656,4225.98608732162,339.3683715752,4776.0482587811,263.12838415303,5422.87729993827,78.1580172643241,1471.54146524748,149.982809117096,2829.47281631831,338.885742655793,6494.05920639154,149.669839633345,1890.71946966266,116.454428249456,2575.05056776262,150.382995896917,4603.09029151763,228.780768647036,3082.72030543277,214.267279580262,3927.16613458221,251.570938366045,5536.08879753661,2890.75564868628,968.250494810449,26435.0808776343,10967.9291852498,640.955927800434,5025.80878180778 -5751,777.519504900235,4159.16854759809,158.849228823117,1666.40165234335,333.72507229842,2966.11305292408,411.779977159445,3495.37238530503,62.4204782284055,1278.3441532231,536.332436459688,7094.08201948012,300.019451027608,4138.31377988376,342.264456749534,4676.96436152499,265.718876960556,5310.37428738355,79.2200353597227,1441.01286598498,151.982575546307,2770.77257322391,343.407553680974,6359.33345398772,152.486984675284,1851.49460351359,119.58120418705,2521.62856864098,153.688512929613,4507.59458025324,230.817099782702,3018.76618992499,217.178762447035,3845.69314588885,254.989306668782,5421.23709925083,2918.94204961899,978.913155589322,26874.8329844335,11163.727814607,644.19405771461,5114.67100789633 -5752,813.544215680547,4109.0032792639,166.469147041657,1646.30256641171,347.263024976578,2930.33766765017,429.124722366172,3453.21340770408,64.6728112058933,1262.9255721447,552.800961155067,7008.51767554472,309.231792856039,4088.40004860714,352.793730279449,4620.5537665947,274.435489842541,5246.32390134295,82.3747840552194,1423.63227746882,157.923950166939,2737.35326163841,356.841917988957,6282.63118393182,159.616220695424,1829.16304312078,125.14321261942,2491.21427493363,159.838338411441,4453.22681682352,237.954918408633,2982.35573571456,225.82738794194,3799.30882017887,265.14364677891,5355.84955588131,3001.58540100111,1010.52260142713,27932.1103442844,11637.9488681928,660.48616709323,5336.00948045807 -5753,884.072749185734,4073.91358624639,181.053560540964,1632.2436212751,376.160401138026,2905.31343617427,462.593687579155,3423.72396947176,70.0097292842569,1252.14055504477,595.643612557465,6948.66697282474,333.197579522162,4053.48630118757,380.090915579432,4581.09558118538,295.637920731196,5201.52182097042,88.6373230601643,1411.47487184243,169.91978905062,2713.9770608658,383.948388824444,6228.97934074665,173.267441226691,1813.54252269287,136.265760228466,2469.94002952492,173.609983191437,4415.19755490294,256.404054539132,2956.88728506538,242.995904273627,3766.86382777607,285.301179802039,5310.11215827147,3244.2046207869,1091.30889163389,30175.0567080025,12558.5463571194,712.504167323764,5757.64932227292 -5754,937.444082505856,4028.29698532363,191.650400124202,1613.9669925975,392.457501150756,2872.78193525562,483.772331840396,3385.38769976973,71.9865050295884,1238.12003281486,603.46292344379,6870.86105928876,337.571630390714,4008.09842954214,385.115147099266,4529.79994015326,300.973113890845,5143.27911648614,92.580455906796,1395.67024452811,176.155267898051,2683.58799986141,398.153944498208,6159.23194460593,183.458366511121,1793.23584613659,143.61802265862,2442.28351049359,180.397397656368,4365.75951440617,259.939759961944,2923.77829922145,253.805855416758,3724.68533765243,297.993129585953,5250.65354137867,3259.11945345685,1110.42100231606,31342.7844770035,13168.8890564834,709.607391269023,6056.10215312708 -5755,965.095209302325,4016.66540014658,195.956078713192,1609.30671193405,391.296939472856,2864.48686468442,488.57008744452,3375.61249562498,71.6501324655888,1234.54499883063,603.21104249479,6851.02165669705,337.4307304956,3996.52516708133,384.94953781614,4516.72028042835,301.516334747237,5128.42805427531,93.6915404990315,1391.64028909348,177.791283958297,2675.83922103149,401.893937131303,6141.44734946563,188.843614606763,1788.05793210421,144.182297267676,2435.23149104659,179.016443347589,4353.15351642753,259.911885897341,2915.33597819842,256.851852248493,3713.93042188518,301.569430562569,5235.49243877769,3191.52610977459,1102.7050466308,31567.122155865,13369.5898756664,696.996225471754,6167.0378582602 -5756,933.953636545323,3883.25957491162,187.481108234309,1555.85668098204,363.842027244234,2769.34843616508,455.645719201382,3263.49801114841,65.6034695048408,1193.54195826054,544.371511030789,6623.47813321091,304.516435687929,3863.78826099816,347.389569502168,4366.70609295233,273.472961385534,4958.09716818414,87.1532594390348,1345.41963023802,164.140466955831,2586.96636160318,371.146577438124,5937.47097349898,182.658905663084,1728.67102275608,136.020576348169,2354.34995516128,165.5711557977,4208.57188480537,234.73317731752,2818.50869405508,238.927399391421,3590.57935739803,280.524353433736,5061.6056148264,2829.32650723179,998.20190942827,29306.8548407882,12547.6997663111,613.667966090456,5819.4364996429 -5757,780.04040926167,3593.63963343504,155.226589535342,1439.81830852731,294.975753828002,2562.80583540972,371.798325900276,3020.10091529003,52.8873009196482,1104.52561891137,437.457053758969,6129.48814559706,244.709467850329,3575.62052241642,279.180617192803,4041.02990811603,220.336090973025,4588.31405583132,70.9659028789734,1245.07600214567,133.450951496404,2394.02611854296,301.771012893104,5494.64453795152,152.516136722338,1599.74386999054,111.173720498614,2178.75862960722,133.770531141431,3894.68961155943,188.695184121925,2608.29963970876,194.550367128817,3322.78799210401,228.421336724544,4684.1026708011,2239.93257490048,801.365003460758,23847.4707109066,10275.0038796057,485.683593641325,4781.67318565463 -5758,598.710373741986,3296.22197819691,124.095596890428,1320.65572435863,243.936905024957,2350.70229132966,297.114908732264,2770.15060740413,46.4204406644027,1013.11260780401,395.357003113873,5622.19799465591,221.159085244063,3279.69416911596,252.210025293013,3706.58523290796,195.394420331724,4208.57492025276,56.2668261616181,1142.03072690268,109.63924982204,2195.89116140056,247.583870356134,5039.89546416016,116.769007182816,1467.34548859264,91.9574624440728,1998.43969141469,115.027133633817,3572.35638666591,170.073903856429,2392.4309266127,154.253398362096,3047.78662461288,181.10871733716,4296.43585516309,2174.34065603274,724.807912855953,19719.0789593617,8105.97739511075,481.366920753795,3708.24106419454 -5759,478.498490276059,3069.37359657283,94.6301458838942,1229.76724180649,196.760647653466,2188.92525871615,235.473807846999,2579.50683817341,41.3607291549283,943.3894650656,354.026663666593,5235.27426054638,198.039272029691,3053.98324327204,224.839028378758,3451.49535516349,164.773357760311,3918.93774899487,44.0326901537087,1063.43534592517,90.8543942101511,2044.7683427672,204.728906272387,4693.04621154256,90.1318543261264,1366.36171032394,76.2877344806095,1860.90562581795,102.120185529437,3326.5042352453,141.787421956289,2227.78209912494,120.713972309816,2838.03574378562,141.730120190832,4000.75203079015,2124.59686089008,658.194068221877,16301.590733561,6327.31671601456,465.456603401305,2820.62842821646 -5760,475.589489866252,2954.42235132891,93.3365584849184,1183.71117487359,196.789030100171,2106.94772280581,234.746586467479,2482.90161439279,41.1250756815477,908.058544815171,352.036395189634,5039.2077745001,196.925934078705,2939.60838282489,223.615140699183,3322.23325117177,163.743738982187,3772.16943940122,44.1695465905363,1023.60858212327,90.4992658367948,1968.18963384142,203.980558294377,4517.28673195154,89.7609235130192,1315.19003795707,75.4600967511555,1791.2127675722,101.53273815407,3201.92317917002,140.980049124739,2144.34933397949,121.089159110076,2731.74834261713,142.170626532206,3850.91969093912,2117.10912050871,656.246376799752,16223.5206345999,6300.24123212361,463.873417675451,2814.21141461085 -5761,471.983622920847,2885.15269877617,94.5074700217483,1155.95777605117,206.046771159874,2057.54803672508,239.566277403991,2424.68727950792,43.7156537623266,886.768122385014,374.630735951633,4921.05805514002,209.565001289505,2870.68605991199,237.976003594424,3244.33987113275,173.022032161888,3683.72681496743,44.7076063789842,999.608963110843,93.105548159035,1922.04328241242,209.731715474517,4411.37402036424,89.7785144100181,1284.35397386856,78.5660614058323,1749.21583168999,107.840848387967,3126.85059991543,149.867996419114,2094.07272635443,122.56422988538,2667.6995249288,143.902505239148,3760.63068101477,2322.07689484406,703.829958680997,16781.8289344792,6355.98245750983,509.785803725239,2814.77338814692 -5762,538.360834940853,2876.12034941859,108.689835346812,1152.33889845058,247.966721319193,2051.10661243042,281.035470165993,2417.09647760662,52.8036385885162,883.991978341079,452.951332451548,4905.65203674043,253.376825390927,2861.69900026691,287.802652317231,3234.18303916915,207.931134696981,3672.19442448259,52.584447859717,996.479555998485,109.816360559264,1916.02607354355,247.350125886887,4397.56363475941,103.369113999364,1280.33313511167,92.837420719517,1743.73968184865,130.167722269273,3117.06158354227,181.031433322952,2087.51695672302,144.158296045653,2659.34794128456,169.256070644562,3748.85753287943,2880.00125866078,859.151719521849,19863.0246637992,7373.71959837706,633.274290341912,3251.22999599883 -5763,810.196369676342,2949.09392136574,160.32708759085,1181.57629998371,339.637028929401,2103.14775041121,402.712090411232,2478.42359270717,71.3700730507289,906.420821503089,611.117124715279,5030.1193428193,341.853320453477,2934.30667050201,388.176488427269,3316.24145815943,283.798373255007,3765.36616678922,75.4806961507525,1021.76245926372,155.623620454661,1964.63991773077,350.687840597083,4509.13960770441,153.210997860865,1312.81803518558,130.408840462997,1787.98223698241,176.166334747442,3196.14837063596,244.665420128993,2140.48190614286,206.927503935395,2726.8215149704,242.953317187522,3843.97438880324,3704.7894939719,1141.02832635,27940.8456309063,10776.6635991579,812.174277363503,4800.3533083739 -5764,1138.490963151,3182.89525612805,222.021681329585,1275.25053465569,450.184823271455,2269.88328490405,549.694914444276,2674.91063568781,93.6357035007735,978.280994008424,800.775617697673,5428.90237507357,447.946543758979,3166.93568621258,508.555642025555,3579.14989715303,374.751831319042,4063.88078149383,103.22696874399,1102.76680607518,210.892084672129,2120.39468422531,475.389628899132,4866.61986673349,213.514660185676,1416.89698862368,175.414583034152,1929.73175215017,231.334037205577,3449.53594494795,320.977556541929,2310.17725665886,282.992871956942,2943.00130674978,332.261568301855,4148.72098788007,4690.4068796095,1479.2774761147,37666.8969811933,14885.5332601496,1025.9043503539,6674.41451501456 -5765,1260.23354800534,3676.62026108103,244.368653209002,1473.06511096854,505.143306805796,2621.9835099819,613.425731453802,3089.83797717385,104.684711655827,1130.03018766545,895.486914922181,6271.02397705273,500.927175672606,3658.18507129701,568.849939291729,4134.34121150655,418.409189236424,4694.26268146629,115.587338661353,1273.8260156873,235.433777653359,2449.30650561051,530.769531507895,5621.521214235,237.538485263376,1636.683508893,194.300023232306,2229.06828138528,258.585387864773,3984.62177544327,358.856692328901,2668.52781038511,316.878363548194,3399.51439242362,372.046480553998,4792.2631485421,5281.55175789657,1660.98785502919,41994.0060746212,16550.0740150757,1155.72557987399,7426.93333793836 -5766,1159.33019138765,4029.40165629227,217.341325650915,1614.40958719457,453.39594167235,2873.56973188896,558.970327726818,3386.3160671476,91.6952391837716,1238.4595597318,783.800667684863,6872.74524031351,438.450912247892,4009.19756150552,498.167337556091,4531.0421371675,367.746643463832,5144.68954653743,106.898724518517,1396.05297609099,212.980719425057,2684.32391426049,480.542744446133,6160.92097715322,219.30245506169,1793.72760123468,170.511427076193,2442.9532524965,226.619595766567,4366.95672697744,314.31919056915,2924.58008047484,293.058853012097,3725.70674987076,344.080023758894,5252.09341648091,4528.38280181275,1453.78506907126,37658.1156425095,15129.9992444365,989.491078659238,6857.78166677566 -5767,1050.63156115518,4243.77370472229,198.381122051193,1700.29933453994,408.641312370333,3026.44926147608,504.658735633635,3566.47470455033,83.0724152223732,1304.34803036934,710.045037658076,7238.3887281507,397.192688566888,4222.49471257966,451.189364779078,4772.10244024017,333.285211652958,5418.39709190102,96.1392209928933,1470.32572468484,192.405630405118,2827.13519624105,434.047080844813,6488.69402207302,198.069406530794,1889.15741761987,155.259102123117,2572.92314322174,205.318975991811,4599.28736532557,284.760444942904,3080.17346036785,263.562076727804,3923.92163534193,309.447896524399,5531.51505777562,4094.15500828497,1313.58772884184,34080.717416226,13684.6900404945,894.499935107951,6192.35005977622 -5768,1012.68189378213,4339.880476093,189.537407597492,1738.805223585,385.730241017395,3094.98785176756,481.533069479319,3647.24300014729,77.8805770232828,1333.88699419369,665.32382765705,7402.31315461448,372.176053432222,4318.11958850185,422.772984334331,4880.17402701479,313.236803724705,5541.10501337373,91.9941842999252,1503.62350823667,183.00719571966,2891.16001350142,412.937738625476,6635.64046084753,190.442252926119,1931.94028792618,146.706677281614,2631.19093822808,192.559285130791,4703.44528939105,266.957595435807,3149.92871763058,252.198613745382,4012.78486550539,296.106069199313,5656.78470926522,3779.24810280858,1226.42745552997,32334.6376252174,13112.151930246,824.839763170341,5952.18390372677 -5769,928.038327184704,4451.71263331104,172.793060740636,1783.61160482216,344.926415130745,3174.74100854998,436.246469385524,3741.22693699803,69.2206603541782,1368.25924496592,590.983227418079,7593.05957102945,330.590602774074,4429.3910005529,375.519783099239,5005.92873202267,279.362185491409,5683.89091045797,83.4504143780794,1542.36961230478,165.257655101648,2965.66083511471,372.951225552114,6806.63088128601,174.027990556096,1981.72346771774,131.916314424825,2698.99274988984,171.22312191613,4824.64596207482,237.267068620528,3231.09761744618,228.776188220916,4116.1882634638,268.60582940749,5802.55149718484,3297.42606028395,1084.12735247483,29121.6256048266,11936.1175211626,718.76631953807,5433.91441756636 -5770,893.253443128682,4502.00786627262,167.705242341965,1803.76276204337,335.389643312871,3210.60907816052,421.875472393076,3783.49513709488,67.7877906284401,1383.71777141313,578.924478329095,7678.84558901239,323.845049017083,4479.4340447925,367.82156054613,5062.48547153056,273.171557391331,5748.10723370637,80.3614809242616,1559.79522921978,160.185253018399,2999.16672708784,361.415305794441,6883.53186615555,167.570735340656,2004.11288313698,128.857522483955,2729.48583879714,167.642213220189,4879.15457765885,232.358652573545,3267.60240128489,220.307992748203,4162.69275840256,258.663331955192,5868.10844197474,3259.01610094718,1063.11170124749,28287.9014635317,11520.6082336507,710.850390908796,5230.12858888613 -5771,864.955662618136,4427.3447919883,160.931705782575,1773.84844889819,314.182211079302,3157.36307077424,402.371518928379,3720.74816133066,62.8929885146577,1360.76965008052,536.661909482956,7551.49658482129,300.203755218161,4405.1453436679,340.965945134502,4978.52721555861,254.648849261112,5652.77835598501,76.845313504286,1533.92696987264,152.068891750455,2949.4273630558,343.196215538807,6769.37265845811,161.733482183166,1970.8758845549,121.39401694149,2684.21896899292,155.633472814791,4798.23675354628,215.572613603888,3213.41119414674,210.668551344783,4093.65701971098,247.345676156634,5770.78941688064,2945.04718340447,979.162150017816,26745.9883081495,11057.37005361,641.190218971186,5041.5479650681 -5772,783.158821700252,4345.66377910046,145.130440976265,1741.12234672568,281.415735945789,3099.11221709278,362.47510906898,3652.10329791998,56.2538676599372,1335.66452532793,479.881770161954,7412.17744008619,268.441465506939,4323.8738930594,304.873150716549,4886.67732250481,227.967742651271,5548.48906218914,69.2007740470174,1505.62722940023,136.831906648223,2895.01275886924,308.817942531412,6644.48308212364,146.204865163537,1934.51478188723,109.058040491781,2634.69725010696,139.231478563133,4709.71307704959,192.814069524962,3154.12629687874,189.711332488867,4018.13228253884,222.739832355129,5664.32291226456,2612.05995842156,873.284836821956,24045.0527065263,9981.46453813479,568.363675581866,4554.94514000201 -5773,766.603518693721,4215.11711893975,141.454505279213,1688.81786141567,272.863614747546,3006.01280352322,353.390768370274,3542.39166067867,54.2656285976964,1295.54026543574,462.789321459931,7189.51064888723,258.880106305641,4193.98181571791,294.032992023907,4739.87825194529,220.287948520497,5381.80872223957,67.6172613983026,1460.39717566471,133.164539473475,2808.04463017722,300.586554412431,6444.87834531974,143.082672856541,1876.40065786745,105.707422386739,2555.54917422722,134.338023290993,4568.2301313415,185.996967444805,3059.37422338358,185.370191819016,3897.42488863227,217.642904657943,5494.16284561969,2497.26944598042,840.952131582717,23358.1803760736,9747.56718297892,543.03270396819,4456.77339366107 -5774,723.263439907853,4113.9418279512,133.239512192543,1648.28123248367,253.133143697654,2933.8595960251,331.014890154914,3457.36377249636,50.2512527023052,1264.44346322499,428.370147601424,7016.94110658484,239.626335800882,4093.31383458417,272.144934927757,4626.10714004995,204.456468759241,5252.62937842711,63.233219317729,1425.34331949952,124.52537507174,2740.64324498429,281.086193436715,6290.18218301298,134.767449166045,1831.36148642479,98.6591685917609,2494.20842756654,124.438663859238,4458.57908255703,172.234405169121,2985.94018381612,173.35150451029,3803.8751517954,203.531779291031,5362.28667018761,2281.08312609846,775.114704781783,21805.8198918469,9157.04355073686,495.537132192546,4191.30337839529 -5775,742.387925367349,4042.91768759602,137.71942193084,1619.82488514172,263.796350819378,2883.20869612303,341.797639671898,3397.67496305128,52.6729009403973,1242.61378897118,449.208856802906,6895.79884671327,251.283318801989,4022.64582116452,285.36570417601,4546.24084719654,213.839885504217,5161.9466459508,65.2126101286225,1400.73582911386,128.880642358476,2693.32808141713,290.878171714889,6181.58687444769,138.350564469935,1799.74439491193,102.807033953337,2451.14777750314,130.394564994636,4381.60503679082,180.53789479701,2934.39015137117,178.777930347604,3738.20408157289,209.902938912513,5269.71078627488,2424.40998162414,815.173988603524,22632.876645856,9433.91200158684,527.200846709642,4307.91892019946 -5776,785.065648538147,4028.23199985836,146.480985746811,1613.94095569001,282.288657979626,2872.73559083976,363.558833348038,3385.33308587319,56.6213582682983,1238.10005916181,483.042699987246,6870.75021688951,270.209660690473,4008.03376992487,306.861492936942,4529.72686432052,229.541165418989,5143.19614385835,69.2094509185298,1395.64772923678,137.347831732214,2683.54470756807,309.939978968526,6159.13258238039,146.550557411208,1793.20691722042,110.035754778448,2442.24411098287,140.135591597095,4365.68908491343,194.074118833966,2923.73113211987,189.735119807421,3724.625250124,222.767761015359,5250.56883656058,2633.58534329936,878.605390301363,24151.0586888215,10009.5433860773,573.113232759431,4562.14325059968 -5777,856.690022578255,3979.56129637498,160.271220310132,1594.44067822416,310.342689512537,2838.02605520904,397.778618800003,3344.43014313782,62.4406304533515,1223.14084110676,532.798510756267,6787.73507612148,298.042605367272,3959.60710950059,338.451341529032,4474.99690013729,252.795660465533,5081.05399949244,75.6837096322872,1378.78495748001,150.454046594308,2651.12105154453,339.493721393921,6084.71548931267,159.853589552194,1771.540677005,120.897770751594,2412.73594487828,154.514802507795,4312.9410905179,214.022046998473,2888.40544804767,207.484057798058,3679.62284431871,243.606766364436,5187.12937255447,2923.22582437418,970.309586757336,26500.1019086845,10941.0731258931,636.440661793622,4980.53984239445 -5778,899.874840508021,3926.40690464231,167.315301859972,1573.14397788635,318.942677009954,2800.11897514382,413.476536880746,3299.75910110289,63.8219945414913,1206.80353591896,544.272109402077,6697.07233660231,304.460831327554,3906.71924279086,345.715405037402,4415.22505080076,259.107345970222,5013.18713815023,78.7960111059215,1360.3687376289,155.937468637726,2615.71043303416,351.926292963458,6003.44287491785,167.38412215404,1747.87847906331,124.788787873151,2380.50939978689,157.998773069135,4255.33379585097,218.751403331576,2849.82545813567,216.016315822644,3630.47468462744,253.62447957679,5117.84567867394,2934.25471177184,986.455544536928,27411.8433388215,11423.852304281,638.023847519477,5213.40187995497 -5779,933.347763935068,3885.53390861733,172.521415561287,1556.76790960906,323.012015698011,2770.97037834271,424.792234305732,3265.40936509787,64.1668053720382,1194.24098768479,546.848249246176,6627.35734841062,305.901900353509,3866.05119081375,347.366545960575,4369.26356990142,261.531262362071,4961.00100896229,81.0117447096996,1346.20761083894,159.678783766449,2588.48148689374,360.424470973623,5940.94841045657,173.481408634331,1729.68346467435,126.953223923443,2355.72884249929,158.928737357888,4211.03674627185,219.926949976394,2820.15942823833,222.09066658247,3592.68227519119,260.756367019463,5064.57007806475,2887.78415223171,986.182992797412,27962.1117411571,11781.1667784338,626.941547438493,5392.68158714856 -5780,897.091128696518,3719.96253460123,163.190278029607,1490.43051354452,299.42057487085,2652.89307321803,401.877247624034,3126.2628982236,58.5180731560787,1143.35168240842,498.146682522223,6344.95068613996,278.658690136438,3701.31001939841,316.460499447156,4183.07938267745,239.878110254539,4749.6015532202,77.1317440188741,1288.84266458452,150.153087322443,2478.1804455234,339.0832293398,5687.79118305559,166.300901539072,1655.97774633692,117.689287840718,2255.34591690007,145.05554644083,4031.59496130474,200.556633331045,2699.98606662068,211.453789882015,3439.58997058218,248.267623716894,4848.75731041234,2537.54054925557,891.803784399804,26149.376369771,11220.3416764607,549.365446871609,5166.93734079415 -5781,747.216507698855,3444.24850570426,134.373178875561,1379.96364785487,242.355789768777,2456.2674807164,330.750547956896,2894.55235516224,46.7757124475723,1058.60940453041,397.815453855554,5874.67930556657,222.534320064404,3426.97846682151,252.741040605748,3873.04032742727,192.662015053588,4397.57333580859,63.7319355180354,1193.3169703439,123.013712554095,2294.50410238459,277.886647247625,5266.22676996856,138.275867623023,1533.24094671611,95.3606962389661,2088.18549430955,116.026342902657,3732.78354067273,160.306080647935,2499.87006290575,174.71871631098,3184.65643302049,205.137020914103,4489.37992401059,1964.71029745353,707.669161849877,21327.0951055484,9280.96762898464,424.293774529081,4292.55061920803 -5782,576.886677555904,3182.44038938691,108.758834207991,1275.06828893028,200.826749098155,2269.55889646852,262.925366926603,2674.52836489792,40.5251518526201,978.141188123574,345.482421856486,5428.12653203363,193.259701444259,3166.48310024946,219.369834884871,3578.63840176321,164.966894094129,4063.3000133382,49.6438040636384,1102.60920995499,99.1882990724594,2120.0916591672,223.77232622916,4865.92437934197,106.886198974177,1416.69450024003,80.3947362653263,1929.45597468257,100.348799535026,3449.04297265465,138.898934689528,2309.84710982221,136.096631120487,2942.58072319115,159.79088018716,4148.12809523239,1843.4828932788,622.019470724804,17450.9920941878,7290.25359189444,400.545988641259,3319.39985119674 -5783,396.633597190123,2961.89515667355,97.3918246228828,1186.70520962632,172.812521855204,2112.27695753651,203.421961081908,2489.18177282915,40.4418482640108,910.355354120006,348.506013270929,5051.95375808404,194.951070779071,2947.04371827192,220.007213622874,3330.63638364345,155.077881464031,3781.71062363136,40.2389417907815,1026.19765936873,82.1799463143099,1973.16789905405,185.251045272438,4528.71258798009,92.4594489710603,1318.51663042631,74.5617755152498,1795.74339412155,99.3602592954606,3210.02200384743,131.055302947069,2149.77317094597,110.313553138646,2738.65792465633,129.519001370372,3860.66006310876,1992.40576049024,610.265599134934,15394.342107652,5992.61066165633,426.418137566336,2625.15311422831 -5784,389.432526062745,2822.44611178265,94.4885373753319,1130.83391800528,168.538744086731,2012.82880400891,199.107163758008,2371.98855618244,39.0730395066226,867.494895552684,336.634931982446,4814.10262253303,188.310496670251,2808.29389424834,212.549933540977,3173.82662569793,149.982931384791,3603.66383040474,39.6781127767149,977.883226919685,80.2205673480339,1880.26914188078,180.901125666655,4315.49618038499,90.8501279641472,1256.43952267607,72.044003361352,1711.19796360042,96.0130802908946,3058.89089392049,126.618642165259,2048.55965744768,108.776061383356,2609.71911633431,127.713834270822,3678.89624974893,1912.73580496967,589.556050059159,14987.8261743053,5871.95006932034,409.189121907091,2582.50003590638 -5785,390.07952367012,2726.92416547732,96.6197135991991,1092.56234344979,179.670257060413,1944.70728199448,205.571548999997,2291.71174857409,42.4213821465117,838.135681044674,366.008479672621,4651.17570240576,204.741790124944,2713.2509109807,231.106895110057,3066.41267180286,161.608103922147,3481.70260624767,40.5936582440357,944.788065703055,83.6361289194739,1816.63392586709,188.473417258078,4169.44393417817,91.5886593022181,1213.91699297394,76.2089436168036,1653.28473744016,104.130707343605,2955.36678747143,137.47555482949,1979.22887207499,111.285995021404,2521.39663313019,130.660744138708,3554.3888841116,2162.08840056456,648.453404355628,15734.0907117763,5984.8009807399,463.747671494703,2603.69779588286 -5786,444.653661233023,2711.00384214363,110.714662748597,1086.18374811144,215.741765218528,1933.35369574125,240.414864510052,2278.33228152223,51.1213953845,833.242478949557,441.526866103088,4624.02121750971,246.986083587628,2697.41041481469,278.866415241992,3048.510347335,193.717843855891,3461.37573689613,47.6145135230375,939.272205864255,98.3561185477114,1806.02805723132,221.624043478204,4145.10189474994,105.149018812964,1206.8299051579,89.7607433428426,1643.63253371703,125.391016247601,2938.11277086845,165.675347282287,1967.67374194203,130.533407041477,2506.67622023418,153.259105925413,3533.63765787468,2679.55520319596,790.842426260011,18565.7394467253,6923.4337139812,575.736273279801,2997.14422855031 -5787,648.860917931305,2710.80889835412,157.668223220378,1086.10564243978,277.966162909211,1933.21467148387,330.443031104543,2278.16845042697,64.4575742761559,833.182561865006,555.213937116155,4623.68871181389,310.58158950076,2697.21644850599,350.543964042161,3048.29113401252,247.782862278221,3461.12683510831,65.6901163304889,939.204664357914,133.027281046651,1805.89818874941,299.964783416894,4144.80382734823,151.332332678359,1206.7431240212,119.489098638969,1643.51434282785,158.415386973381,2937.90149605258,208.877336768479,1967.53224978705,180.086995731269,2506.49596930504,211.439910901873,3533.383559852,3135.51315618032,969.854947292618,24826.6155662073,9760.92568084574,670.495859405653,4294.95262021818 -5788,940.236497202571,2762.79363365288,227.776603214567,1106.93371127304,392.694893413948,1970.28761049989,473.017438771847,2321.85651118748,90.8039067740714,849.160366482806,781.691471450843,4712.35642790906,437.271047199235,2748.94052363507,493.459988228097,3106.74771050208,350.078167375598,3527.50029377144,93.9942342144354,957.215637354813,189.872905796776,1840.52960056735,428.185819244272,4224.28804697021,218.487775867149,1229.88463794863,170.462039659514,1675.03174640561,223.262354485631,2994.24114865549,294.248078001082,2005.26329134408,257.681675742177,2554.56262924955,302.543725263062,3601.1426738122,4342.29208924155,1357.05471269143,35382.2202689134,14048.3829469903,927.495342989405,6196.81263681031 -5789,1023.2097874446,2889.63638072233,244.919027137455,1157.75419639773,424.884363416782,2060.74557666448,514.310826292789,2428.4553735103,97.369930590242,888.146207580453,838.033033462568,4928.70564314019,468.788000781933,2875.1472599259,529.159198815948,3249.38174919819,375.807031958747,3689.45152389596,102.708069138806,1001.16240902136,205.960767795107,1925.03024070019,464.591759778404,4418.22953205388,238.541082319247,1286.34992878892,182.557367478625,1751.9342068553,239.444672632759,3131.70989335564,315.522914398115,2097.32702761935,281.570328107065,2671.8452729867,330.591361390743,3766.4749026734,4626.67383555135,1455.30615507202,38229.1089014809,15270.8740621481,987.796897796766,6760.36271925446 -5790,954.097366882503,3080.74525879825,221.690883242138,1234.3233824162,392.450555019695,2197.0349651092,478.657265540155,2589.06360262353,87.9711112039177,946.88461024953,756.807640424016,5254.67032579397,423.351260110815,3065.29788607843,478.144548017093,3464.28273282105,340.152122987226,3933.45694483788,96.9691230811752,1067.37524674595,190.652347719611,2052.34396502092,430.37836034132,4710.43338669306,223.698393839679,1371.42391710936,164.223573713434,1867.80005868654,216.401509066578,3338.8285357465,285.062412154558,2236.0357654663,265.837222247077,2848.55032692338,312.119141962918,4015.57433876614,4126.12249138987,1316.622572114,35113.2128577395,14207.6962247037,880.115549926479,6342.30060616423 -5791,862.660117013445,3330.40193773214,201.855915615877,1334.35017804443,352.009795153356,2375.0777459345,430.738054152812,2798.87550405667,79.283621624866,1023.61801313423,681.974522191711,5680.49701129601,381.490299399691,3313.7027446093,430.764732837465,3745.02042753765,306.780024432513,4252.21546431402,86.9263628702323,1153.87294028871,171.610013613381,2218.66131205694,387.332181759477,5092.15633256229,201.570025682525,1482.56103225324,148.965322800353,2019.1623818882,195.051009086019,3609.39970399991,256.910228596256,2417.23908358857,238.305370938742,3079.39044989841,279.794030624592,4340.98746747759,3703.09590834561,1182.57370134881,31659.652987462,12817.0839168069,789.663217715438,5714.15419250676 -5792,848.837003443286,3538.60079557567,198.46212404185,1417.7665909058,347.698446486621,2523.55486168164,424.38992720888,2973.84618149618,78.3297552550535,1087.60911846843,673.83226787354,6035.61120226983,376.935596934202,3520.8576585085,425.623786854536,3979.13900847535,302.874840784136,4518.04115728657,85.7164461998292,1226.00688470632,169.14025042123,2357.36011170586,381.764708560596,5410.49062140254,198.316331124802,1575.24279240398,146.778486851364,2145.38957895619,192.691217173066,3835.04000505777,253.820087047511,2568.35189992347,234.988429663104,3271.89741647786,275.899614123612,4612.36270972759,3668.7153834554,1169.60578483515,31221.4648609287,12621.4761198992,782.484461190752,5625.63342814621 -5793,771.463313652234,3666.28829696528,179.118891352006,1468.92553309922,305.605076440489,2614.61526479652,380.084061473701,3081.15497679942,68.222110793244,1126.85459962002,586.351653668373,6253.40127193256,327.9997428534,3647.90491337984,370.352704367052,4122.72296920623,265.089254903671,4681.07095914234,76.9259999339844,1270.24633550572,150.766448841562,2442.42351386064,340.380885556221,5605.72372868116,179.773356243637,1632.08413390132,129.943978338295,2222.80419865185,167.937351805949,3973.42427168296,221.060787897599,2661.02876734534,210.889750172436,3389.96114563192,247.605385416709,4778.79602728184,3109.25218364153,1009.76137704183,27720.3617797423,11375.8264075786,661.881351576031,5093.7798995022 -5794,738.90182517616,3737.11749353096,172.646500562764,1497.3037747695,293.838086245607,2665.12714044121,364.661453434743,3140.67995514923,65.96121788177,1148.62435678928,567.008061268538,6374.2110261083,317.179114492735,3718.3789604908,358.098175044761,4202.37004873716,256.12052774647,4771.50478983084,73.5220926677695,1294.78628438504,144.862636632607,2489.60880894588,326.986261915269,5714.02096984474,172.122386819422,1663.61444427748,125.656197852616,2265.74665782606,162.35339797192,4050.1870426333,213.735867236381,2712.43730763532,201.558065779665,3455.45196492529,236.649066729956,4871.11781317188,3020.52270769112,976.569367480867,26674.8186435691,10907.5463038564,643.216584611847,4874.11294864129 -5795,708.253757262211,3673.56615852042,163.623907681179,1471.84146218029,269.040333845198,2619.80547526984,342.795539275228,3087.27130414051,59.5400478409746,1129.09149184031,511.137756679243,6265.81474982067,285.925777994439,3655.14628251817,322.807770235504,4130.90688835544,232.822652503822,4690.36324158467,69.3640458250978,1272.76787124485,135.261885283646,2447.27191059136,305.435306896965,5616.851517308,164.503224774463,1635.32394523386,116.009404841974,2227.21663431201,146.689758957513,3981.3118215445,192.920987641035,2666.31111215685,190.158935958684,3396.69047674197,223.265363015425,4788.28230142879,2617.05085912335,870.471962132063,24759.4080797613,10339.9998675605,555.635755010681,4651.16662359577 -5796,670.742057529774,3538.01596420713,156.903495856335,1417.53227389082,267.14369503,2523.13778890949,331.179657325174,2973.35468821039,60.09900967751,1087.42936721477,516.647613144163,6034.61368518235,289.007941219095,3520.2757595824,326.276409075359,3978.48136850794,233.226637310095,4517.29445192314,66.6858375566934,1225.80426018729,131.636824791266,2356.97050626012,297.111962826027,5409.59641919739,156.177660904261,1574.9824489939,114.41773745761,2145.03500628864,147.917858056352,3834.40618061017,194.740784187905,2567.92742345853,182.816728212041,3271.35666369044,214.644886309324,4611.60041565953,2757.18633268212,889.855424704979,24256.8692099581,9904.43734523521,587.222283719298,4422.44989653179 -5797,652.721566108302,3414.22731969829,151.796938621947,1367.93543755438,255.849166369439,2434.85785745697,320.158891912701,2869.32249892091,57.1551733348395,1049.38222194227,491.109563901859,5823.47369718327,274.722190454946,3397.10781207041,310.166626568895,3839.28165296294,222.392947586803,4359.24266168024,64.6433877596548,1182.91563296321,126.902685612065,2274.50446114643,286.486491936927,5220.32463104072,151.927086542633,1519.87672181274,109.673669504184,2069.98419291222,140.720787393757,3700.24738980877,185.198963897203,2478.08038541153,177.21742852394,3156.89793563493,208.070755721174,4450.24903391164,2584.60354263649,843.011721631009,23320.6825426833,9601.396474324,549.892749790932,4300.16156988528 -5798,623.09563143575,3348.98648235057,145.394795680765,1341.79621335312,244.168809254344,2388.33132288012,305.683919112338,2814.49398724852,54.7164479715474,1029.3300788227,470.167902800462,5712.19572278342,263.007617104282,3332.1941032083,296.922279381349,3765.91865559955,212.883659482052,4275.94397801935,61.5460261838661,1160.31186374111,121.242255789944,2231.0420429471,273.671971956492,5120.57194375154,145.019355136663,1490.83412426093,105.009246790183,2030.42985472771,134.713667663322,3629.5411317011,177.296963564671,2430.72793221474,168.726127670232,3096.57428244587,198.10113027066,4365.21135299825,2476.45809233297,806.573122082179,22289.8939059942,9166.48642188759,526.920728911938,4101.26499864146 -5799,622.379429903976,3322.53924480847,144.731440606506,1331.19993194839,238.767919929376,2369.47046268903,302.352014189484,2792.26768342979,53.2265795144932,1021.2013696603,457.094388737973,5667.08601632041,255.694413118484,3305.87947654487,288.642663507673,3736.17886842102,207.730990756646,4242.17647650826,60.9666216832443,1151.14878003056,119.573498114916,2213.42330988048,269.950156528906,5080.1343417303,144.469067176633,1479.06087751062,103.318838762576,2014.39537356048,131.102416276465,3600.87832969076,172.466061223087,2411.53226231213,167.137711913663,3072.12036600094,196.23617336647,4330.73889926258,2364.92296635803,779.796071419859,21944.5642733755,9107.04334133596,502.512956728006,4085.36596137101 -5800,643.84830897722,3355.22464579603,149.350570039267,1344.29557969381,242.645662437544,2392.78007214577,310.613040191832,2819.73655051393,53.8531673567455,1031.24741390448,462.238323616798,5722.83584054411,258.571883160486,3338.40098745741,291.887714796829,3772.93343939152,210.796473660614,4283.90878694261,62.6270691460091,1162.47317884103,122.553645532942,2235.19780917397,276.701837307661,5130.11004278171,149.367135285166,1493.61110379973,105.578532566344,2034.21194025271,132.695423153664,3636.30188482175,174.493462484974,2435.25565372467,171.689766497256,3102.34227720986,201.580734819488,4373.34244042947,2354.24695183251,784.863012834907,22436.5096447556,9383.63300502034,499.641454118131,4218.43085179049 -5801,695.522861042185,3381.67188333813,161.140876912045,1354.89186109854,260.48357670197,2411.64093233685,334.412504074478,2841.96285433267,57.7588014277981,1039.37612306689,495.674902060082,5767.94554700712,277.275998792601,3364.71561412084,312.980322708382,3802.67322657004,226.225495954691,4317.6762884537,67.458025433157,1171.63626255158,131.844267854286,2252.81654224058,297.692207800282,5170.54764480295,161.099584547235,1505.38435055005,113.551594083875,2050.24642141994,142.337154646022,3664.96468683209,187.147329405059,2454.45132362728,184.933652379336,3126.79619365479,217.130364261251,4407.81489416514,2510.88076479462,840.022067442219,24138.2287465104,10118.9325054476,532.663734131686,4551.6006411433 -5802,727.026727271447,3350.09115331922,167.230288714294,1342.23880795019,264.428420197639,2389.11911951346,345.119886945313,2815.4223546264,58.1457746025055,1029.66960573964,498.551025030526,5714.07990380817,278.884875630959,3333.29323517169,314.770195949072,3767.16085261379,228.721960167279,4277.35440807064,69.7675605522582,1160.69459530399,135.507323528399,2231.77795734617,306.036161003243,5122.26097629883,167.911571681865,1491.32587935903,115.989087623288,2031.09959673062,143.383978543326,3630.73834427237,188.395769326296,2431.52971346813,191.265156483276,3097.59569466419,224.564175115698,4366.65122810049,2455.39149378767,837.952580333911,24734.1963973973,10502.6016085584,519.741972387252,4742.05099430167 -5803,767.40380456491,3329.94707099099,176.78127871875,1334.16793231903,279.425699969672,2374.75335749898,364.876071069465,2798.49323326678,61.4507024755947,1023.47820724938,526.90443291913,5679.72116825606,294.745512227269,3313.25015864618,332.694495234128,3744.50893214783,241.809889793958,4251.63469615839,73.6777250705007,1153.71534416852,143.292468482246,2218.35828699883,323.602024493896,5091.46084517077,177.533906694982,1482.35854386959,122.585978316001,2018.88660442059,151.530288130855,3608.90673170661,199.104132261364,2416.90893675192,201.984726187835,3078.96986633978,237.150008168412,4340.39457482992,2597.64871815937,886.051906177691,26133.2352020107,11093.841862321,549.892749790932,5008.40515171837 -5804,742.250427555482,3194.20193919135,168.876498356416,1279.78064088331,263.227979415594,2277.94665137634,349.145109665863,2684.41279153857,57.0787798915967,981.756167476606,488.962612821155,5448.18760867287,273.521205690967,3178.18567567325,308.770457037198,3591.86420606572,225.649123528823,4078.31701275683,70.9118856709047,1106.68419378846,136.450045758765,2127.92701838474,308.275915426743,4883.9076892959,171.562363365473,1421.93026929884,115.298208192177,1936.58678932952,140.844983164892,3461.78982278759,184.933291298414,2318.38376047352,194.402280974274,2953.45580818718,228.247468960272,4163.45859925377,2338.89577855829,816.698362614371,24770.8591000496,10664.2716813678,493.898448898383,4839.46846220905 -5805,624.942101460075,3013.23008144166,141.308370505664,1207.27292706251,219.157084946244,2148.88648385963,292.733641050209,2532.32373170451,47.1923826484052,926.133435768406,404.100207119122,5139.51312544344,226.049953458547,2998.12124112919,255.202963659443,3388.36225142071,186.961916240002,3847.25441235105,59.6145021196105,1043.9834947391,114.153374530705,2007.36641733197,257.950676239946,4607.20325280883,144.470528692168,1341.36887483338,95.8106871125236,1826.86682934253,116.485601159362,3265.65740934117,152.899621548978,2187.03257351137,163.430926727606,2786.12375011306,191.884041629861,3927.5721863986,1905.99405341433,673.038014715613,20673.0511728638,8956.4712315477,402.010365382405,4074.25903154896 -5806,494.933013541645,2804.7713006465,118.002595102647,1123.7523741474,192.051670840632,2000.22400393434,241.377986046285,2357.13461457037,43.6520152449303,862.062441633917,375.062866673581,4783.9555971255,209.80673125614,2790.70770757557,236.743199957272,3153.95138841566,170.042492346419,3581.09685301067,48.0633624312244,971.75949570765,95.9274419621274,1868.49446110685,216.424385799418,4288.47154397878,114.543029090399,1248.57140743568,84.8309833779564,1700.48204569611,107.479065035817,3039.73541080589,141.444661343174,2035.73110249481,131.763909526904,2593.37645090412,154.703837316631,3655.85814952362,1970.69452972688,639.84167767969,17711.6030689335,7263.64492831847,419.239381041651,3235.62925377545 -5807,443.084285804189,2629.25785009368,111.290494081311,1053.43161155685,204.980430130178,1875.05650213903,230.720528782265,2209.63280951219,48.1583685158347,808.11738248122,423.194546608107,4484.59124112633,236.731152024561,2616.07431086046,268.425525807084,2956.58738553632,193.568142317722,3357.00347852025,46.937713951747,910.949952284338,97.207414771874,1751.57016495047,219.015418272383,4020.11296582739,99.0310221947917,1170.43987637997,83.1255699515959,1594.07141914184,116.60247367848,2849.5186717102,162.792985872352,1908.34168214734,128.67798634329,2431.09140136169,151.080658861441,3427.08645665631,2475.05974449814,738.911756527803,18088.7375375598,6922.52747998513,533.46583876272,3003.58974644525 -5808,466.684785411653,2498.64620446769,118.336186830693,1001.10108933935,228.78725299036,1781.91074415362,250.168677805536,2099.86655837434,51.6110322781719,767.973148935973,439.878177007874,4261.81360752812,246.063822013209,2486.11757390172,279.039546454514,2809.71523914407,200.337592585377,3190.24016594288,47.956754923133,865.697383257482,106.137491035347,1664.55874396512,238.58250952603,3820.40886679794,105.085111434288,1112.29682344402,91.2346372512728,1514.88394375138,127.823420813752,2707.96529650937,169.105485848011,1813.54244155059,131.471649032829,2310.32391992668,154.360694645077,3256.84168519334,2689.68304031258,797.191771230512,19102.5797530952,7172.95731229319,581.054670487379,3115.01913952406 -5809,485.209253269243,2426.12749926169,126.612817909474,972.045933531613,257.866555513143,1730.19399460835,271.171409381671,2038.92171406368,60.6434623264498,745.684111658813,525.700992965079,4138.12214448919,294.072318943003,2413.96248962973,333.5593383067,2728.16831554361,236.818013356376,3097.64919179188,53.7200005085183,840.572076112434,116.442890585503,1616.247924836,261.933526799896,3709.52838124446,110.371805297964,1080.01441175377,101.865602012357,1470.91716608522,148.341709174062,2629.37148170897,201.733482447118,1760.9076389674,147.271371138844,2243.27092979948,172.911128121991,3162.31772191721,3315.96761897529,952.348781699016,21556.6366171831,7804.87103163093,717.965526727155,3335.38068561504 -5810,572.620452422083,2389.80317064814,151.505778878805,957.492322508363,324.415463464445,1704.2892821625,331.071398133789,2008.39468595758,77.6045090143305,734.51962227314,678.239650028849,4076.16558669692,379.401046131034,2377.82029728379,430.434977403682,2687.32178854244,303.575206774476,3051.27074416026,66.8107423262577,827.986910524322,143.230521621383,1592.04922927669,322.31422312056,3653.98879069837,131.545570975273,1063.84428120133,126.053351506004,1448.89438347365,188.676596145999,2590.0041550628,259.995910103996,1734.54307743656,183.159149963742,2209.68435594957,215.046923249174,3114.97104778474,4364.11973221799,1232.25709076773,26930.094244808,9517.43002937529,946.173954364684,4030.33600308936 -5811,816.098277373106,2395.13160691446,209.897348652347,959.627199923642,413.546229618233,1708.08925905219,444.895997181159,2012.87271294038,95.7439356949458,736.157347522531,826.124789391059,4085.25402912869,462.126638152777,2383.12201587822,524.186965126338,2693.31358864264,373.059502388533,3058.07402482004,85.8514421981691,829.833035567699,189.733734520513,1595.5989495864,426.516026136854,3662.13592458296,184.481991307881,1066.21628677874,164.537614415156,1452.12491788494,235.009071149492,2595.77897042804,317.133528241954,1738.41050984808,235.358516140869,2214.61118942438,276.334132182882,3121.91635813641,5159.37168629795,1499.50900924633,34519.5829534575,12669.8743515409,1116.29714513175,5451.5628473556 -5812,964.913684790954,2427.62206411251,232.405233792077,972.6447419974,387.800820984167,1731.25984425155,470.830772345762,2040.17774892926,85.1441585683628,746.143474682165,729.991721044801,4140.67134765656,408.350680500043,2415.44956048206,463.015524708052,2729.84894629066,341.355099394356,3099.55743346657,93.1524425385048,841.089892871825,194.354714422615,1617.24358039796,437.778848151181,3711.81355823265,212.799846902518,1080.67973193116,160.980405634319,1471.82329368798,209.970360818137,2630.99125074316,281.838166853122,1761.99240910563,255.373935363286,2244.65284970417,299.834210241636,3164.26580128061,3934.88208761596,1263.24078620353,34622.0150397286,14135.3689373675,842.916068087579,6291.17155395459 -5813,1064.66559896341,2468.30011634797,254.464847009101,988.942704603036,432.919299144078,1760.26941679528,523.096242066807,2074.36365383902,95.5506564261102,758.646105831783,825.231530502338,4210.05383015242,461.626957314548,2455.92364615048,523.505209712599,2775.59121386753,386.252372166335,3151.4946608667,106.765423201727,855.183478155442,215.926408156966,1644.34265805647,486.918336086159,3774.00995529221,235.949819811239,1098.78796518343,177.150984357697,1496.48566008639,234.372401009472,2675.07702550642,318.665570157198,1791.516946848,292.693412440383,2282.26500821127,343.650960451966,3217.28730386711,4417.40946554881,1417.38057577557,38946.7673025508,15939.3789795182,945.953636646996,7096.92128437042 -5814,956.199403818455,2569.28046354701,218.189105388726,1029.40122786338,366.665027849969,1832.28360003602,458.740635086412,2159.22771092606,81.4064037122164,789.682990957987,723.553810423616,4382.29086675899,404.749372283291,2556.39766097552,459.153483000924,2889.14311244039,339.429390659101,3280.42510289134,96.5335898650704,890.169792814288,186.841892285196,1711.6141747675,422.028981136414,3928.40805019725,212.321045485994,1143.7403554894,146.565779764646,1557.70821585789,195.387679913833,2784.51679947502,279.521066566748,1864.80949426048,264.643224233207,2375.634494119,310.717270424973,3348.9093812765,3689.34090749281,1209.84601091185,34017.0608527833,14229.0052789577,787.62735061515,6379.54693736946 -5815,871.41822732551,2807.37054276912,200.958671392342,1124.79377973565,334.419445015257,2002.07765470597,417.693386779424,2359.319022111,73.954453224357,862.861333511519,652.013357360993,4788.38899206857,364.730298300381,2793.29391666284,413.71141259461,3156.87422326482,307.248283748159,3584.41553278444,88.7807029850688,972.660046213751,170.433813994855,1870.22603526695,385.088920479208,4292.44576315172,192.89817398234,1249.72848551708,135.2470769058,1702.05791912326,178.613589566304,3042.55239924254,252.070176648827,2037.61765846131,243.388974972335,2595.77978885522,285.762683605662,3659.24611220505,3297.25691555363,1088.44606416179,31110.9533761747,13072.1258923095,703.379415170454,5863.54995384269 -5816,855.115763723405,3014.33475871346,196.83131757765,1207.71552418498,328.259864678626,2149.67428498806,409.854577528817,2533.25210437955,71.3851013742127,926.472964622656,622.882703784007,5141.39731721915,348.434877587188,2999.22037936412,395.257873977167,3389.60445552282,292.894480592365,3848.66485045012,84.1089028248125,1044.36622848581,167.213635773401,2008.10233593011,377.310165237247,4608.89229499359,189.228426616526,1341.86063273738,132.526147069036,1827.53657516692,173.765378198006,3266.85462874363,240.724412154518,2187.83435933965,230.581409656349,2787.14516815947,270.725337581394,3929.01206971663,3197.35079505002,1055.66007814053,29940.4768927931,12536.6029050316,682.674533528454,5632.57436681253 -5817,789.826295747397,3186.92407133307,181.478824941857,1276.86470927684,298.484850583248,2272.75643640793,375.810138786461,2678.2964589003,66.5299478531955,979.519273319013,591.135534555964,5435.7741200338,330.675801991554,3170.94430026337,375.093704911517,3583.68027982865,278.014920989733,4069.02472226672,79.8155586765161,1104.16265586551,152.982028693302,2123.07861745496,345.678359742798,4872.77989103161,174.472843516732,1418.69045516039,120.966718871224,1932.17434984788,159.722546284272,3453.90226609486,228.460260482103,2313.10141108713,218.811367334956,2946.72647124905,256.906145975464,4153.97231689102,2979.43286431599,982.701109691994,27963.6295496801,11755.8198028398,635.515633880819,5271.6991920666 -5818,757.686071801027,3358.08381087027,175.387173525325,1345.44112533581,288.096280012848,2394.81908709554,361.541313575655,2822.13939774918,63.7779786008125,1032.12619458238,561.799822192655,5727.7125728313,314.265673272059,3341.2458161991,356.459704459008,3776.14855630802,264.301853120224,4287.5593330842,75.5546682731586,1163.46378396097,147.465831554137,2237.10253991026,332.981705118729,5134.48168194445,167.344254850043,1494.88388912809,117.503523471055,2035.94540025828,154.138923888344,3639.40057073583,217.121812383178,2437.33086437285,207.130295740861,3104.98594779045,243.191414786437,4377.06919773589,2856.78651519187,941.217247604166,26739.6764666133,11210.1117615632,609.654958096334,5025.08950841962 -5819,745.394582031662,3327.41281433365,172.119286946525,1333.15256363826,279.385625042761,2372.9460511432,353.565734649559,2796.36343962269,60.7053266734425,1022.69928902484,529.645931845147,5675.39861571224,296.279081608614,3310.72860917618,336.055574822194,3741.65917313141,249.959210944009,4248.39898901241,72.3667374037581,1152.83730895376,143.913171139033,2216.67000513208,324.730008832148,5087.58598822337,164.448194474943,1481.23039470437,114.311780071256,2017.35013050416,147.778888540528,3606.16017276271,204.802396927867,2415.069547887,198.390702557909,3076.62661591712,232.93026963035,4337.09131696658,2671.12749726578,891.858945612055,25722.7185713029,10854.6670864055,569.545694401757,4883.02894906938 -5820,687.791204169554,3195.04668720836,159.406871190008,1280.11909542663,262.13551264541,2278.54908383154,328.361246962642,2685.12271922181,59.3753703706888,982.015805593249,529.850990631471,5449.62845235351,296.393789614916,3179.02618798222,336.166845428763,3592.81412101262,249.283594270769,4079.3955764403,71.2997688211978,1106.9768707375,134.017004732448,2128.48977620762,303.05653956369,4885.1993018534,151.840515971714,1422.30631714997,107.03009073463,1937.09894475401,142.067233168331,3462.70533788144,204.795080532484,2318.99688704524,195.465648115834,2954.23688777601,229.495966958444,4164.55967973102,2665.3398662214,873.946490587564,24862.1300259452,10431.1432646713,568.51171674523,4663.04773522107 -5821,673.730145437331,3102.31892051202,155.537221040198,1242.96702960565,254.552634632706,2212.42023235102,320.521286218104,2607.19414495218,57.5675904348551,953.515398110084,514.782357123421,5291.46742211419,287.964534090742,3086.76337383901,326.608230433336,3488.54220820133,242.027130699746,3961.00192579704,69.0215357855732,1074.84979934948,130.583026106634,2066.71599863688,295.215394175677,4743.41933258377,148.739841146569,1381.02764386002,103.855778885504,1880.8797790886,137.518941160574,3362.20948785372,198.948273696219,2251.69414521915,189.21995750239,2868.49798762404,222.162909613216,4043.69436658202,2584.63386875493,849.030673679957,24134.1608626502,10135.2133881423,551.232197579267,4533.93512894139 -5822,647.099628050204,3049.55441635836,150.278990731044,1221.82654061116,246.701076764738,2174.79120080057,309.045454003623,2562.85076510779,57.3466313221095,937.297927091388,519.605270852888,5201.46969398667,290.66242784302,3034.26343974667,329.668567659618,3429.20878550974,244.360114165993,3893.63286803045,69.5238158258919,1056.56866251105,126.155930490769,2031.56511709034,285.684182637361,4662.74285299239,142.941064028871,1357.53900819172,100.803016976375,1848.88961577558,135.566692777323,3305.02474281853,200.799680843199,2213.3971396171,190.59693943711,2819.71032979106,223.779622338133,3974.91886874686,2594.87893771597,844.740399612589,23924.8567632316,10031.410437847,553.357060465882,4470.19927865884 -5823,667.590816375993,3042.27655480323,156.39120053811,1218.91061153009,259.93801102777,2169.60099032725,321.619502680229,2556.73443776669,59.1323133544094,935.061034871104,526.434618554216,5189.05621609856,294.48270237602,3027.02207060834,333.952743891781,3421.02486636053,247.791575953929,3884.34058558812,70.6497009469332,1054.04712677192,131.745414907138,2026.71672035962,298.01351711507,4651.61506436555,147.537685658478,1354.29919685918,106.20462670391,1844.47718011542,141.747013193297,3297.13719295698,203.486579493943,2208.1147948056,193.683511364716,2812.980998681,227.403562482812,3965.43259459991,2666.06565400546,868.640674853234,24632.4313892145,10290.6358157438,568.941648822253,4589.844421213 -5824,696.44903012769,3127.92140373395,163.203870692259,1253.22485394166,269.456236308164,2230.67865559182,334.70189417004,2628.7105157905,62.1283980594804,961.384467218536,557.981823675709,5335.1362741456,312.12991988254,3112.23748192192,353.991045185237,3517.33207334509,262.585297832468,3993.69085557687,74.5765709860632,1083.72020392716,137.001551211679,2083.77196968155,310.089228666688,4782.56531241006,153.911826931739,1392.42483995329,110.409150991067,1896.40210100986,147.907801787208,3389.95676793902,215.65320270125,2270.27668397515,204.448878629652,2892.17081865206,240.043166392472,4077.06573162464,2810.43152109117,913.477901433111,25857.4727946672,10808.3745686178,599.609891744262,4814.32714558317 -5825,744.562756046284,3230.13638652903,173.528425496401,1294.17804308864,282.208348394104,2303.57331980252,354.311376277342,2714.61216275132,65.8370461574597,992.800824630486,597.16162937791,5509.47916582445,334.046744223307,3213.93994167333,378.799574441603,3632.27231350981,281.118155192286,4124.19766486061,79.9573555590652,1119.13427854772,144.600832782375,2151.86598117929,327.498379209873,4938.85115467602,164.064496787033,1437.92684038379,116.054321207294,1958.37319398421,155.506650661411,3500.73460663321,230.826941846073,2344.4653422693,219.200098182286,2986.6818860069,257.362554365145,4210.29708555666,2960.9704128032,966.135819694748,27532.6044111726,11565.3666628845,631.102497963462,5151.16170250091 -5826,803.056732306857,3241.96290919244,188.007745302613,1298.91642689835,308.503053359238,2312.00741013601,384.34146144845,2724.55119269416,69.339823983241,996.435773761957,612.826758752426,5529.65106336103,342.809674070031,3225.70716417129,388.776275854472,3645.57117946932,289.665711975848,4139.29762081147,84.1448485331931,1123.23177330486,157.222350751747,2159.74462429206,355.615325691341,4956.93380758059,176.98520620392,1443.19153274695,126.809200143389,1965.54340049891,167.154586376776,3513.55187259653,237.036230651325,2353.04915087242,230.679953470751,2997.6170468752,270.841037747597,4225.71227796453,3067.11352275483,1011.54738729742,29204.8995462083,12294.635111292,653.829130703308,5500.08137168338 -5827,851.592185135177,3301.81033741487,200.019700712045,1322.89474182765,329.279288165358,2354.6876323975,409.350486138309,2774.84707408156,71.7777411266467,1014.83022185369,621.062648105965,5631.72977443179,347.416755116412,3285.25450736481,393.998942747265,3712.8693150755,293.880828933528,4215.71006728036,85.7790046459499,1143.9669065599,167.641236582119,2199.61403828646,378.519385901106,5048.44001803455,188.090281535188,1469.833201417,135.362298171724,2001.82781240439,175.820253435652,3578.41289950858,240.266035410507,2396.48701370589,235.159931302145,3052.95379071718,276.100973978227,4303.71996013975,3152.54141893708,1046.55829992019,30302.3560056368,12743.5400580736,672.444650315549,5718.42115844978 -5828,810.746106904612,3227.92703198543,186.875503749286,1293.29284884371,298.876792379819,2301.99771754565,381.732608874355,2712.75541740122,65.1153542956375,992.121766921986,570.020427506872,5505.71078227303,318.864204566878,3211.74166520347,361.610844134516,3629.78790530559,270.717243001081,4121.37678866246,80.5050642226031,1118.3688110543,155.064247206653,2150.39414398302,350.316694629503,4935.47307030652,178.500757358276,1436.94332457579,122.997672643593,1957.03370233543,158.11693820087,3498.34016782829,220.666151723834,2342.86177061275,220.701620987578,2984.63904991408,259.125490366598,4207.4173189206,2784.43792383818,944.496429152237,28048.2324830402,11983.4679063878,592.283030499955,5400.24870733727 -5829,688.420826671649,3102.31892051202,158.248583508169,1242.96702960565,254.151041789216,2212.42023235102,324.470037504191,2607.19414495218,54.7730008301639,953.515398110084,476.793844927561,5291.46742211419,266.714108422679,3086.76337383901,302.494669362454,3488.54220820133,226.187427083476,3961.00192579704,66.8801016565876,1074.84979934948,131.765514408644,2066.71599863688,297.424099245145,4743.41933258377,151.712859910814,1381.02764386002,104.196486173853,1880.8797790886,133.566509538745,3362.20948785372,184.5344467762,2251.69414521915,183.349295972347,2868.49798762404,215.2701734342,4043.69436658202,2350.58879495314,797.35954326388,23552.2920188265,10040.8051567828,500.289005092282,4529.64047384226 -5830,528.397914561002,2867.86777521905,126.699201653245,1149.03244353661,206.605239451224,2045.22128516528,254.862685990425,2410.16100008638,46.7001209919797,881.455502635349,409.503584900217,4891.57604112414,229.072553483039,2853.48780585662,259.688232972949,3224.90306049544,191.378686047203,3661.65764114899,51.6139990509318,993.62031491149,104.824198089538,1910.52833860232,236.344267302072,4384.94551876146,116.370364261241,1276.65942090157,86.3451894040496,1738.73629556405,113.255362433093,3108.11766643257,158.083206020644,2081.52715571152,141.497846951517,2651.71736135689,166.132440772573,3738.10077683484,2160.69052277653,693.091490364113,19020.5656098478,7797.89121590472,462.350808499527,3461.23419963967 -5831,474.1833421287,2702.16643657555,104.880738991344,1082.6429761825,219.732732950398,1927.05129570397,243.187356784351,2270.9053107162,48.0841945759442,830.526251990173,423.469478852514,4608.94770480595,236.884946603127,2688.61732147831,272.317956779257,3038.57272869386,214.15888162643,3450.09224819909,57.9354372340616,936.210340258237,121.490740184532,1800.14071684435,273.605306118786,4131.58957654684,94.8103435093681,1202.89584753771,81.4748586569937,1638.27457476488,116.228719758357,2928.53502931115,178.17317574788,1961.25946446559,158.827833176133,2498.50488751909,186.479555390062,3522.11860776203,2587.26864225969,773.362259390189,19394.37107974,7612.58157794931,595.231168785315,3375.74872256649 -5832,470.116395869622,2604.17521277501,103.166884016954,1043.38206732833,222.209422007267,1857.16880725453,241.757609056534,2188.55331806313,49.3452336619332,800.408090973364,444.308617026998,4441.80906378315,248.542169567801,2591.11744208639,285.763324068109,2928.38208452724,223.63008222546,3324.97828147606,59.5858489230582,902.259656934343,125.192922061867,1734.86050705819,281.923546243905,3981.7618259807,94.1859036091818,1159.27409478061,80.3005984498899,1578.86427037742,117.237648600957,2822.33478657975,186.831739903571,1890.13645275468,163.352375061488,2407.89923559266,191.791814219339,3394.39268086365,2711.84661723828,804.491092351669,19795.2020221115,7714.34227764816,630.012836429553,3417.77916856074 -5833,468.454431015992,2581.75679674107,105.118271471869,1034.39996307015,236.237990567463,1841.18110306242,248.49810393801,2169.71284275406,53.0055851112891,793.517663058859,478.33660487357,4403.57111303133,267.577114201566,2568.81143574529,307.726683735714,2903.1726871122,239.365362034446,3296.35472878565,62.238889265726,894.492425197952,131.444761920716,1719.9257114203,295.947977153806,3947.48425789505,94.7502905336038,1149.29431737291,84.3606502991416,1565.27239072938,125.710001702195,2798.03831254751,200.975349298305,1873.86494185523,170.625585881533,2387.17048947508,200.331281722343,3365.17156435473,2995.23041593694,872.410578789661,20799.677666312,7938.87915909827,696.784744095494,3494.44307085395 -5834,535.302275338738,2601.05613105228,121.384031199459,1042.13238415799,281.615197288198,1854.9444326217,292.469793068388,2185.93203643042,62.4801990919793,799.449423432474,554.790719850601,4436.4890049028,310.344845639966,2588.01399996183,357.000736426349,2924.87469263126,277.018835637913,3320.99587701443,71.7966354797769,901.178999384384,151.503058681124,1732.78262394476,341.119352656348,3976.99277646562,109.487167947768,1157.88560501121,100.25533600202,1576.97322761491,150.075858456799,2818.95441001942,233.025407225585,1887.87259199972,196.827789467089,2405.01523821066,231.095255373333,3390.32713714804,3560.84738491216,1028.82034375362,24192.6467578949,9120.74382642083,823.154964272115,4007.20297065296 -5835,806.75081404164,2713.14821122195,178.976322201919,1087.04290544889,376.230873448208,1934.88295358226,418.871695383914,2280.13441297579,81.6345408123727,833.901563005001,706.76084721178,4627.67875866189,395.35554252129,2699.54403166729,454.660019370407,3050.92167970648,355.76267483489,3464.11364046648,95.5760410982881,940.01515806634,199.703352741639,1807.45660213425,449.803010035481,4148.3806168939,162.145810259386,1207.78449204973,140.717724062124,1644.93262585509,199.878373842969,2940.43678018062,297.178819784996,1969.23014649699,262.018140121489,2508.65896879856,307.63516253352,3536.43271969265,4447.09433622234,1319.24796148201,32392.4264354408,12519.2672742857,1019.92670756477,5557.43966483513 -5836,1132.38669660615,2996.91987683209,247.165831795245,1200.73812290624,497.099375433953,2137.25485358673,570.246248111546,2518.61660775929,105.991854554986,921.120401441496,911.470559467317,5111.6936399067,509.868279987509,2981.89281861732,586.183430351919,3370.02150739576,463.650444757797,3826.42974747166,130.609463922558,1038.33255407145,269.732476370742,1996.50081593143,607.788480609682,4582.26508821463,225.359399049561,1334.10822754986,188.503113312727,1816.97824766251,260.808102461112,3247.98084993764,383.813774078702,2175.19446364334,358.060957809084,2771.04284118686,420.398911699134,3906.3127723321,5518.79312495925,1682.05552059311,43479.0715949045,17353.1530006348,1257.83429121217,7752.80496119966 -5837,1225.58334154367,3578.69402274575,263.938381542117,1433.83023902186,533.848609175373,2552.14736594832,614.793271089257,3007.54059841732,112.181450335828,1099.9320003017,963.609932385944,6103.99617842918,539.034567492378,3560.74985152235,619.758559316143,4024.22364317266,492.747907133294,4569.23168737105,143.535557256367,1239.89784765474,292.979904780461,2384.06958811769,660.452274449167,5471.79282589441,244.4323557091,1593.09068505207,199.963646729783,2169.69737650853,276.266368159559,3878.49196220461,406.070602882956,2597.45196577579,393.497358976595,3308.96882802562,462.004744897231,4664.62192646182,5722.85666026561,1768.33816334671,46865.4245123891,19019.2352784412,1299.44641527083,8528.85113580141 -5838,1103.97194930769,3977.93677319993,227.771507128145,1593.78980099421,463.634259707857,2836.86752572432,542.056082210105,3343.06489107352,97.390923341501,1222.64153465191,860.434070406283,6784.96420965753,481.318935607852,3957.99073195682,553.564755795147,4473.17013190049,440.250308018424,5078.97982865773,130.769572620775,1378.22211450561,264.24513101786,2650.038819794,595.896962408132,6082.23160714831,220.281353276296,1770.81750460708,167.806194615567,2411.75102589705,234.840898573398,4311.18047616058,362.636108656153,2887.22635285605,358.49988981382,3678.12076101332,420.914261203392,5185.01189998647,4942.74483492008,1550.92626008919,41563.7075079643,17122.4093127889,1136.46564568783,7736.41867019477 -5839,1004.4772887353,4210.24354941457,209.048880541112,1686.8652297258,427.461497512331,3002.53721506905,492.510753885251,3538.29590448576,90.4063921299171,1294.0423460712,805.926805837674,7181.19804949541,450.828071208828,4189.1326830866,518.449155899338,4734.39794723491,412.771164412257,5375.58620973542,122.693117081471,1458.70864674151,248.12136075013,2804.79793492563,559.520072505564,6437.42669882667,199.782894910605,1874.2311406737,153.987987223807,2552.59441728354,216.490465333213,4562.94828826956,339.706920149043,3055.83693780871,336.358589181728,3892.91863871609,394.91818850591,5487.81042791569,4589.48610158236,1438.20967752262,38706.1991795488,15999.1779989005,1057.07102834579,7210.98203776565 -5840,973.388845211871,4294.32885433236,201.132428169711,1720.55462928949,400.850066763283,3062.50269076967,473.312613807466,3608.96133904463,83.8274067467084,1319.88644367953,736.40808483449,7324.61807272679,411.93993561667,4272.79637020213,473.751463932836,4828.95145472754,377.698187149071,5482.94527346946,113.40917426995,1487.84139402986,228.500155677709,2860.81424059132,515.344034688811,6565.9924172949,193.176741507624,1911.66253748016,146.910364027609,2603.57381488598,203.013653677346,4654.07767155585,310.467552934556,3116.86689431334,310.907007378217,3970.6664570821,365.035518927278,5597.41078897472,4199.27375424668,1327.2531052293,35999.2511525896,14918.0117209456,963.167331894785,6748.50407680087 -5841,901.495830476635,4400.57265233244,186.046467156225,1763.12199305762,369.409564550028,3138.27050648425,435.925179810366,3698.24880921793,77.247841285622,1352.54108040207,682.408320524089,7505.83270936588,381.732962212322,4378.50744400434,438.984380653434,4948.42207756787,350.667523622047,5618.59602352609,106.168756794671,1524.65131844074,213.321095839522,2931.5921853187,481.159443231762,6728.43828385899,178.577948921796,1958.95800444736,134.896764362838,2667.98750555804,186.282985628574,4769.22183139695,287.775956761883,3193.97970703576,291.057673813283,4068.90268893621,341.730441826131,5735.89347191768,3842.7646945304,1220.88886079159,33431.9620312227,13943.8585859785,882.353246132397,6310.57012475898 -5842,865.96836873995,4488.75175792051,180.067769119237,1798.45160414996,352.846542234515,3201.15547810459,420.051828775863,3772.35468088583,73.195543461792,1379.64343097405,635.458632740353,7656.23531995674,355.469737023531,4466.24440478792,408.754913455784,5047.57904356886,327.136035139882,5731.18200066082,99.3808307433977,1555.20243081075,199.771514702375,2990.33571650739,450.59004001554,6863.26338885089,171.571504040255,1998.21179670669,131.244715985788,2721.44890036891,178.847264839882,4864.7879653229,268.033166575815,3257.98098507024,272.448828554586,4150.43575932992,319.881820455618,5850.82986680576,3608.46142463586,1148.55482592793,31601.0612211117,13167.815165011,822.488047934401,5959.03627913413 -5843,832.829445021555,4430.78878212793,170.933239901733,1775.22830902976,328.314520503272,3159.81915400106,395.861331765689,3723.64249655453,68.4501925020129,1361.82818007477,604.835507895472,7557.370823445,338.339441557238,4408.57206506414,389.049830853374,4982.39996535468,312.000087153142,5657.17559944225,95.5701138980503,1535.12019732778,191.841133844349,2951.72169503878,432.725428400923,6774.63849018855,164.151283522546,1972.40901048743,121.463575480344,2686.30699784456,165.036947021089,4801.96925707678,255.18809623102,3215.91087668496,262.001890923839,4096.84143725091,307.616084371383,5775.27846003932,3337.56071689067,1075.59203945936,30019.7438419802,12652.4416814963,766.595603927331,5741.55541267197 -5844,772.984993760853,4384.19746225761,159.73511006282,1756.56115199387,314.620439783356,3126.5925317955,371.45051193183,3684.48707137618,65.5279934273726,1347.50807242211,578.94333797421,7477.90238142989,323.855598929766,4362.2143618752,372.366779750259,4930.00825771019,298.845139644212,5597.68838601891,91.9808592610933,1518.97786248176,184.366243036111,2920.68329162482,415.887325076741,6703.40075703924,152.679185156853,1951.66842824767,115.20765414583,2658.05952436731,158.006293212195,4751.47484250067,244.304603409163,3182.09443006614,252.162083650061,4053.76169248157,296.06317926121,5714.54935303309,3198.64098367768,1026.55814951739,28723.5490520039,12117.0254400485,732.16645771533,5483.25120607051 -5845,747.879187597833,4310.89898819671,153.061379549021,1727.1935760249,301.272002230781,3074.3196897158,355.394384072231,3622.88690798164,63.6944401067079,1324.97936874405,576.209427830479,7352.88090635861,322.326274643704,4289.28341863996,370.619490579673,4847.5844879077,296.698187449579,5504.10181276445,90.2730455287481,1493.58239149518,181.532111747483,2871.85300276711,409.444833704756,6591.32801151636,147.38645924921,1919.03889481655,108.771373112068,2613.6199869659,150.763893210683,4672.03593526799,243.066903206663,3128.89366343794,247.480176210906,3985.98770446588,290.566157736886,5619.009005882,3144.12024441792,1007.84325286639,28000.4648285443,11816.7633002576,728.13681161484,5349.56672793128 -5846,714.118766653563,4240.71959585853,146.637504021495,1699.07568322628,290.868622343274,3024.27122226892,339.548725880041,3563.90802621981,61.2888266817267,1303.40933260689,555.970501631725,7233.17949016768,311.004804759056,4219.45591752928,357.589072057948,4768.66811000119,287.356382068791,5414.49764397161,88.6845420411166,1469.26757805856,177.588386073904,2825.10059702284,400.612362141697,6484.02431550856,140.707247561703,1887.79785115482,104.178553339604,2571.07149232699,144.750676689216,4595.97740459563,234.633051981015,3077.9567575647,243.125353342927,3921.0977138322,285.453165788412,5527.53420244652,2994.55584227117,964.77290477912,27190.1211007207,11570.2805114808,692.050055130532,5233.71380603512 -5847,729.583958370239,4117.97064945937,150.575935833818,1649.89540963022,299.63069411432,2936.73275202407,347.998780006275,3460.74960100602,63.2419951612841,1265.68174447288,573.000973681482,7023.81286229603,320.531494788912,4097.32245490651,368.491869296924,4630.63752981343,295.998320489609,5257.77332724778,90.9590965929728,1426.73917147368,182.49828693246,2743.327182413,411.658564081856,6296.34221694856,143.708862262262,1833.1549557674,107.482221865134,2496.65102908573,149.507634829556,4462.94541053513,241.818102687037,2988.86434281927,249.360959530772,3807.60032212275,292.774383022468,5367.53800741436,3095.56272474344,994.466164581706,27978.2307468801,11882.3847156938,714.57091722231,5367.83448776659 -5848,763.88962139266,4086.00003816458,157.902488848167,1637.08614766395,312.332232806733,2913.932895181,364.179838161718,3433.88144440639,65.6652530224831,1255.85539491385,592.557961604628,6969.28221845639,331.471494650167,4065.5121496115,381.089078259371,4594.6867363001,306.646306431846,5216.95365133689,94.7366062586292,1415.66242339724,190.000775283399,2722.02886475383,428.588224634535,6247.45942327847,150.508658750142,1818.92292510889,112.58403119559,2477.26782643952,155.738930714567,4428.29652517487,250.115617726143,2965.65975292506,259.716860921042,3778.03932710195,304.933233573424,5325.86615352012,3193.93711413321,1029.53009200038,29132.5428421451,12404.0604374458,735.67231089374,5606.02015015171 -5849,830.724496863927,4064.81625772669,171.941050508316,1628.59870929241,339.181219923948,2898.82567195885,396.215056133579,3416.07855897109,71.2942909860238,1249.34443928509,641.030150162986,6933.15012277686,358.586392822988,4044.43458819677,412.212955673567,4570.8656804769,331.546942236299,5189.90646590557,102.165278762608,1408.32295162257,204.97202165531,2707.91656390263,462.353065196767,6215.06960255374,163.539848931122,1809.49275782572,122.819488137025,2464.42448399434,169.576235640991,4405.33811586821,270.571184915523,2950.28435290728,280.082288602467,3758.45216243148,328.844256115356,5298.25431353383,3467.34005397868,1116.52598553504,31549.9586276329,13408.4259359133,797.6332765412,6058.43431662287 -5850,885.784096576366,4069.36491883497,183.323490960497,1630.42116402105,357.885983045035,2902.06955181901,421.794742593677,3419.90126157284,74.1372356949828,1250.74249619627,656.974880814099,6940.90854242532,367.505729062107,4048.9604415564,422.499010123702,4575.98062728721,341.102636465279,5195.71413941411,107.295756542264,1409.89891064058,213.911507209181,2710.94681028469,482.631075676983,6222.02446683147,174.172348413408,1811.51763885634,130.878923553334,2467.18225484889,178.353175017358,4410.26783196998,277.444925035274,2953.58581669888,294.14730144787,3762.65799218974,345.35796967246,5304.18323179475,3538.97726768336,1150.82462514926,33043.652631971,14138.3041056808,807.931459607278,6400.66755833805 -5851,911.374385154565,4049.61072408577,186.736257174021,1622.50649973321,355.130134559704,2887.9818383193,427.306954230578,3403.29980240375,73.3289043141606,1244.67093187512,652.254911308128,6907.21481826487,364.865421365269,4029.30529764829,419.449580166636,4553.76713346619,339.589876915319,5170.49223107748,108.150928620739,1403.05474251779,214.880748787792,2697.78687690117,484.879868702541,6191.82047050683,178.732576080409,1802.72386564029,130.582851825795,2455.20564431724,175.896694647691,4388.85876903595,275.558844851439,2939.24802429263,296.491723699628,3744.3926657236,348.11055283381,5278.43477456956,3439.29515249266,1134.93125980878,33119.860271987,14305.6652298737,786.868192462608,6497.73214821239 -5852,882.390147883082,3852.26367626124,178.440171685089,1543.43794484866,330.215867619214,2747.24369611383,408.782762373951,3237.44900472794,67.047157612974,1184.01519218695,589.093343138355,6570.61000709944,329.533418823293,3832.9477809751,378.80812336404,4331.8513589635,308.205764339653,4918.52199316451,100.565232534339,1334.68058750945,198.316820438442,2566.31738215452,447.629383091065,5890.07850720002,172.694825472208,1714.87289497514,122.925075494905,2335.55770313951,162.354917962657,4174.97936669326,249.056450097911,2796.01156036086,275.695821742972,3561.91961119484,323.694110996995,5021.2042428298,3048.53300659632,1027.91083516981,30736.3831505111,13422.9334660853,693.555159295801,6127.10435910364 -5853,740.09920484258,3540.03037496122,148.40064901888,1418.3393624641,269.664439428933,2524.57436690898,340.197063447799,2975.04760246522,54.3781044204591,1088.04850783872,475.314902824578,6038.04956303795,265.886801760477,3522.28006974357,305.66227738522,3980.74656338968,249.227037086601,4519.86642633348,82.0280236663854,1226.50218617437,161.575005976979,2358.31247497448,364.713704456926,5412.67643616518,144.694577714722,1575.8791836652,101.170855403838,2146.25630704823,132.193190292951,3836.58934459921,201.010003543441,2569.38950296011,224.876757312067,3273.21924885411,264.027512574633,4614.2260842729,2436.28541690745,831.021611345574,25105.9576295092,11015.9772050744,553.542791673132,5043.22419700907 -5854,570.287679001591,3224.61300647319,119.751191306295,1291.96506000171,222.918897793868,2299.63431865545,269.673220052687,2709.97030467326,47.2347477145333,991.103182296544,416.692709102074,5500.05821769686,233.094083694129,3208.44425677021,267.87034690823,3626.06130008713,214.957330311769,4117.14548241302,64.1476101497909,1117.220611998,130.534483121941,2148.18639238767,294.291423519883,4930.40595338972,111.69077901503,1435.46805366969,84.9080920107574,1955.02446868374,114.027913423957,3494.7485164521,175.802589665314,2340.45641770281,175.858272758984,2981.57480160294,206.474972679332,4203.0976771823,2304.43148872922,738.225023088317,20551.7818156752,8612.93570045832,529.088050930329,3889.29502097795 -5855,402.491263790084,3020.96281604109,92.3015393405855,1210.37110439438,211.404818476087,2154.40108726357,218.197770230258,2538.82233513267,43.1342779857551,928.510135810848,381.252167268986,5152.70245712246,213.268969302259,3005.81520250218,247.995652079387,3397.0576730476,207.367332603064,3857.12747099678,59.2645711716073,1046.66262878224,136.712395020369,2012.51784331986,306.889661004071,4619.02653846465,86.1844509526894,1344.81117735548,72.5121999232396,1831.55504629177,103.975582193615,3274.0379383272,172.957057272202,2192.64506973442,162.471604128415,2793.27367060983,190.757702195549,3937.65136140902,2366.00450075765,718.41004965508,18471.7786146319,7429.0875108511,580.829159405777,3345.92296175227 -5856,402.451371311037,2909.71548388843,91.7591092900134,1165.7990376468,216.187815868942,2075.0649987582,219.501812258187,2445.32988627055,44.5791059324948,894.317634354964,400.219389970884,4962.95354704401,223.879059902232,2895.12568310569,260.379823772117,3271.96060091928,216.65036274709,3715.0882712282,60.9746744328196,1008.11914704932,140.996539884606,1938.40662295325,316.481938109137,4448.93031059386,86.3892648119022,1295.2883381681,72.5551128012072,1764.10780347608,106.160063043804,3153.47108325985,181.467327798298,2111.90064180886,167.159788225283,2690.41101961076,196.26209313565,3792.64685934166,2497.66970842076,751.639076256687,18946.8417353656,7547.32434210235,617.719293830149,3397.46658870964 -5857,402.798680196289,2838.88628732276,93.695925510361,1137.42079597652,229.017480260661,2024.55312311351,225.991671353503,2385.80490792073,47.477820802919,872.547877185707,424.129673397068,4842.14379286827,237.254253382587,2824.65163599473,276.011124096246,3192.31352138834,228.455598358201,3624.65444053971,63.0165881752501,983.579198170004,146.354057239547,1891.22132786801,328.461284220218,4340.63306943028,87.0395937043003,1263.75802779193,76.4803270119849,1721.16534430187,113.50584573626,3076.70831230951,192.187541294627,2060.49210151888,172.757618339735,2624.92020031738,202.834498299263,3700.32507345162,2723.39372827808,805.628841684854,19743.3500717135,7709.05808199281,672.539743692611,3454.06870425967 -5858,462.651914053877,2849.15327227638,108.494781049188,1141.53433946375,275.115636557836,2031.87502837814,266.710899914127,2394.43329969581,56.6979612097617,875.703493515387,500.889821460366,4859.65566634015,280.19317692554,2834.86714056619,326.058352315461,3203.8586949438,268.983688558913,3637.76319828364,73.5909586261722,987.136365244078,171.087242798929,1898.06103152359,383.957160866647,4356.33120239603,100.792455309001,1268.32847667335,91.2568974846053,1727.39003134607,136.722938688057,3087.83539340825,226.88385657851,2067.94398203196,201.746859227595,2634.41336540873,236.870728875226,3713.70749810958,3295.09211961635,964.871955994311,23218.8331084602,8938.20751797411,810.188715820443,3996.68993941075 -5859,690.58999358939,2925.76577184952,158.984991124058,1172.22970427472,366.071072583052,2086.51126934804,379.695017583277,2458.81857581831,74.1243366436806,899.250781818884,642.629857215715,4990.32970598759,359.481254291619,2911.09549223468,418.189967962137,3290.00906996475,347.735499902674,3735.58107778755,98.4098534037234,1013.68003528696,226.50278088975,1949.09907197665,508.486761418357,4473.47106483571,148.547350285797,1302.43328101057,126.936452104168,1773.83880239916,181.303627833658,3170.86595201713,291.351003625172,2123.5501015701,269.786930512796,2705.25160173555,316.756489376045,3813.56748699897,4125.16840049552,1240.2097327044,31107.8895077137,12283.5080538971,1008.72141112914,5537.70231585185 -5860,976.647320744526,3187.31395891209,222.515894649673,1277.02092062016,492.289907355477,2273.03448492269,524.974233982768,2678.62412109083,97.8810670900355,979.639107488115,839.656706244417,5436.43913142546,469.696268459858,3171.33223288077,546.234004620347,3584.1187064736,458.683884311637,4069.52252584234,135.52387589221,1104.29773887819,308.372597239255,2123.33835441879,692.539405626092,4873.37602583504,208.845819286737,1418.86401743378,173.265738603656,1932.41073162625,241.283121227646,3454.3248157266,381.12364038496,2313.38439539708,371.533634321757,2947.08697310733,436.217163927075,4154.48051293639,5219.58277326643,1608.50153354659,42267.7955322211,17179.2961126072,1266.59953446065,7776.11092110445 -5861,1055.26558758271,3725.94077509505,237.263998716896,1492.82573983146,527.80619433399,2657.15645830553,565.105264882656,3131.28702179437,103.402562877833,1145.1891286899,886.33474938465,6355.14746655653,495.807538123907,3707.25828399311,576.634335938197,4189.80188440208,486.704315761607,4757.23449577564,148.72936367298,1290.9139250706,334.268384022566,2482.16305517407,751.002304265187,5696.93186209595,226.237281095824,1658.63901862876,183.42095081005,2258.97041584666,255.037939718438,4038.07401694796,402.573565118746,2704.32513344894,407.735984910395,3445.11763271668,478.722297358933,4856.54960321857,5399.91531618461,1688.1708303035,45503.0839338495,18821.2111235243,1305.53675565295,8544.52782423578 -5862,961.292791038395,4090.48372011074,208.56153781771,1638.88256801051,471.32468796513,2917.13043512041,508.646424459082,3437.64953840877,92.3957838626589,1257.23348010929,812.386699992086,6976.92980645656,454.441676812651,4069.97334962541,528.701140677828,4599.72861436553,445.573739693584,5222.67836026541,137.576443633442,1417.21586930775,306.948333255084,2725.0158230416,689.790644098886,6254.31493496811,206.894006650872,1820.91888002925,158.212860890876,2479.98620160483,223.616465156336,4433.15581861508,368.945283611537,2968.91405418998,377.16067197524,3782.18507515985,442.823861624833,5331.71037517875,4845.6516401889,1527.54145238476,41246.9551106542,17200.285686459,1185.73840907376,7851.73016977812 -5863,873.947739373346,4281.46263355927,191.198827406567,1715.3996827394,433.164482333316,3053.32713922851,461.674265058077,3598.1485450261,85.2594619884623,1315.93193740956,754.593774630686,7302.6728150628,422.112843869671,4259.99466281496,491.038084151344,4814.48345341079,414.500209979204,5466.51784399953,128.437793155258,1483.38367863351,286.499292559939,2852.24296697469,643.840964111941,6546.32007479367,187.509063180466,1905.93501332326,144.933451445354,2595.77325823612,205.307432555421,4640.13360885163,342.75923885375,3107.52846240865,352.107403666588,3958.76995986774,413.408851410066,5580.64040985111,4460.18254864513,1406.663887217,38239.4973520083,16020.0399105185,1092.15033522228,7298.61669676337 -5864,847.131886121893,4342.54469737774,184.218910042984,1739.87266355534,406.273074408635,3096.88784245995,444.378035039959,3649.48201628728,79.0009902182002,1334.70585778704,687.145421368192,7406.85738120585,384.382853022753,4320.77045093484,447.167347529965,4883.16993060882,378.050382629266,5544.50665772752,118.454724968195,1504.54657185027,263.128070327528,2892.9348757558,591.402549681311,6639.71403260856,181.508196663118,1933.12629211783,138.596924146227,2632.80620734446,192.762987331623,4706.33270048926,312.185496993377,3151.86243612378,324.739195807986,4015.24828515684,381.275873636358,5660.25736854895,4072.26341181916,1295.4378354066,35501.530171623,14909.9779454948,991.72898902134,6814.90195213677 -5865,781.228768852483,4432.60824278935,169.537991132978,1775.95728940598,372.73143146702,3161.11670324807,407.11678037018,3725.17157441692,72.5598039058046,1362.38740167686,636.887905879585,7560.47418485381,356.269259322483,4410.38240264507,414.432961704246,4984.44593982608,351.034258766752,5659.498664017,110.882609769365,1535.75057962469,245.598096136789,2952.93379107216,552.056112130483,6777.42043011716,167.119645988716,1973.21896121613,126.323130778265,2687.41010389349,175.838094566682,4803.94113941877,289.415682075144,3217.23145945667,303.98052534639,4098.52376565736,356.903145250179,5777.65002241422,3717.30722338798,1189.18243390345,32914.7700282062,13926.7048118167,907.619973210974,6367.70731441984 -5866,752.978046663172,4527.7403078188,164.753664586769,1814.07265514355,356.873222477318,3228.96018124284,393.991149307964,3805.12072513192,68.8166678746463,1391.62678395307,591.036770985101,7722.73610434038,330.620554554895,4505.03745956685,384.567517227006,5091.42147416406,326.414272408367,5780.96209264622,103.577432106092,1568.71066001247,229.398934944421,3016.30927432109,515.645004466255,6922.87655115801,161.098357937977,2015.56793145078,123.627687426547,2745.08695209686,169.489960556893,4907.04270306728,268.636142557253,3286.27926509429,283.953654149461,4186.48575283128,333.389621442825,5901.64920022196,3486.66151711629,1117.73333223677,31088.0509417194,13137.5936403718,843.403561004983,6005.96526701611 -5867,719.713128102393,4478.3548083395,155.516449143798,1794.28598937315,330.958627740627,3193.74088850335,369.24852524469,3763.61706661485,64.2318560024513,1376.44786927557,564.126156300161,7638.50177243732,315.567003257708,4455.89958725349,367.050168216855,5035.8877254358,312.093402123735,5717.90730570908,99.7445812356602,1551.60023533784,220.626160266902,2983.40943246418,495.947012664238,6847.36654107151,153.440210930876,1993.58349279885,113.511237199743,2715.14541812476,155.586101234754,4853.52003206985,256.45967054892,3250.43477492888,273.446036917223,4140.82242500979,321.052641516241,5837.2780407274,3226.96217732162,1046.87205992458,29525.5388031962,12626.2631870366,788.243916735941,5785.66984313067 -5868,660.6426661996,4423.44593510752,142.951000586407,1772.28634304121,310.582191552475,3154.58259911188,340.106419981381,3717.4715553169,60.2948910848576,1359.57131420143,533.447836678826,7544.84650315764,298.405832339166,4401.26603630855,347.056129886827,4974.14297037274,295.581148238786,5647.80034437213,95.334250191908,1532.57614629732,210.262017050486,2946.83000601471,472.695616305138,6763.41133933616,140.839502099909,1969.14027023872,104.971807326547,2681.85516267368,145.232943685003,4794.01127772248,242.575083620808,3210.58136477186,261.355279399702,4090.05201861242,306.856898609543,5765.70748107428,3019.42385581238,980.49845967603,27897.5748070553,12002.3668218069,737.180148906826,5489.56491812805 -5869,640.775581191629,4344.10423508753,137.648135087577,1740.49750387781,297.206256618615,3098.00002752882,327.182823889475,3650.79265445504,58.0402450781561,1335.18519058883,519.82071278621,7409.51740527054,290.782944086621,4322.32216886135,338.19538334676,4884.92362301288,287.790760793958,5546.49785593444,92.4681171687591,1505.08689953333,204.172673599727,2893.97381521299,458.988337240949,6642.09855254737,136.497567989656,1933.82053559958,99.8489727897305,2633.75172681497,138.477956123836,4708.02288535383,236.354285777102,3152.99436421382,253.497882970256,4016.6902809338,297.63153953119,5662.29013629886,2914.91234330418,948.58713776629,26967.6785863394,11620.6656948456,716.346246164033,5321.19118548381 -5870,608.541182059492,4259.10919668745,130.896633569298,1706.44361286331,286.702140333629,3037.38577495716,310.134920107004,3579.36267831639,56.2451986860926,1309.0614812108,511.480282718172,7264.54569595927,286.11738392236,4237.75330981958,332.761201569086,4789.34712474062,283.800182757083,5437.97725588913,91.8332098026946,1475.63896000462,202.298944290285,2837.35145943108,454.81200616271,6512.1418592961,129.545232764434,1895.98416202582,94.5424131592736,2582.22077427732,132.574309429343,4615.90755748095,232.608554582708,3091.30411403589,251.757308185049,3938.10129545052,295.58793290647,5551.50398994448,2820.23408146725,919.847270234578,26390.2341169232,11458.7828770239,695.597142022884,5239.31668838364 -5871,620.572571152155,4145.97742471126,134.010375904525,1661.11653135743,292.364885036301,2956.70579728402,316.683274471989,3484.28654299252,57.1309115135996,1274.28978643708,515.924309829899,7071.58259282373,288.603331972068,4125.18879949645,335.594429238595,4662.13100939602,286.589875190044,5293.5320269658,93.0679346008299,1436.44258286729,204.935650024145,2761.9848549368,460.746241632091,6339.16433890861,131.986707334949,1845.62244599947,97.0933905913069,2513.63102972347,135.418426762137,4493.29839741004,234.676474930116,3009.19194081192,255.14226001452,3833.49623434464,299.562200511548,5404.04322889994,2843.44355998585,929.49056987503,26820.5340893002,11661.6705314865,698.414227821878,5329.72639448251 -5872,649.366523435046,4127.52284472021,140.434927909993,1653.72256733831,304.194944417135,2943.54490467502,331.142748421472,3468.77728229657,59.1690854326831,1268.61766611742,531.773447278377,7040.10555538385,297.469194249468,4106.82675386042,345.921205491394,4641.37892591172,295.997005693121,5269.96945046827,96.7572174894023,1430.04868781372,212.870687488606,2749.69070443427,478.600573458009,6310.94744253299,138.156500396751,1837.40720901821,101.591479458692,2502.44235208391,140.785206875984,4473.29782186315,241.931232947526,2995.79742181403,265.256290996947,3816.43257102597,311.437071326619,5379.98874479967,2921.41691762569,959.17720202086,27870.8631741106,12157.198826587,715.662748638679,5558.46917218957 -5873,705.65176696604,4109.91301274619,152.741601870358,1646.66705786252,329.459343833626,2930.98644452122,359.763669534386,3453.97794928387,64.0294453057061,1263.2051839144,572.987508031262,7010.06936162461,320.523962227552,4089.30522053338,372.680547330232,4621.57675737433,318.860403261688,5247.48543765421,104.113446007797,1423.94746970919,229.041813385234,2737.95931175463,514.959362582937,6284.02215871486,149.973841105625,1829.56801988808,110.63057007143,2491.76582986883,152.866817007463,4454.21276141011,260.688308227196,2983.01602938786,285.423116202819,3800.14998729614,335.114914956519,5357.03534117666,3155.41251600304,1035.98256646733,30102.3719751117,13115.5059207305,771.678893444494,5996.24168885667 -5874,748.37123780184,4097.63162334163,161.669291244697,1641.74642832741,343.693445952773,2922.2279657522,379.821420748784,3443.65664855114,65.7645174897717,1259.43042889808,580.533861929307,6989.12162104809,324.745323457718,4077.0854120723,377.611551943354,4607.766396025,324.617412649187,5231.80471354772,108.684375369832,1419.69237883187,237.200025995901,2729.77764358374,533.446491843841,6265.24401841878,158.790748555826,1824.10083914127,116.564516265782,2484.31984588653,158.681201975505,4440.9025231535,264.274979997278,2974.10207394809,297.954148000164,3788.7942428692,349.827583330935,5341.02725612111,3161.990180511,1053.07881747566,31252.4648257592,13753.8580905006,767.237010981729,6300.52046867758 -5875,770.86801563832,4087.1696945985,165.25082106094,1637.55477916851,343.056366724338,2914.7670362302,386.420814232956,3434.86442568081,65.4750643054809,1256.21489548385,580.303168381829,6971.27724188039,324.616275600895,4066.67594119215,377.448514470397,4596.00200914707,325.203863355964,5218.44705401597,109.962705270172,1416.06767025145,239.293815418689,2722.80807144625,538.208846789957,6249.24781805131,163.433822481556,1819.44360912316,116.871493776827,2477.97696795315,157.495793885266,4429.56416723889,264.242791159398,2966.50870128003,301.458641585585,3779.12082684871,353.942204758477,5327.39073344045,3100.93977110181,1046.37337929347,31477.7534446913,13962.728825211,754.343871121983,6412.22346356312 -5876,746.234001920104,3881.05022667117,158.067368708571,1554.9714892625,319.168898646947,2767.77283840331,370.164256162078,3261.64127109549,59.8830964604329,1192.86290248935,523.723245325924,6619.70976041044,292.965985033968,3861.58999079984,340.61901533242,4364.22169183598,294.95544343611,4955.27630003377,102.232130583649,1344.65416492843,220.687353704387,2585.49452860597,496.497687334382,5934.09289876693,158.066993116567,1727.68750975399,110.158897645573,2353.01046733398,145.51514876981,4206.17745283164,238.636219399134,2816.90512697342,280.26556036819,3588.53652713329,329.059435260624,5058.72585640613,2744.413611169,947.303656691305,29206.7763507001,13099.8194717673,663.401582962147,6040.9367374091 -5877,623.45419606761,3572.06596541812,130.845882097693,1431.17465881245,258.936303822065,2547.42056367281,306.490325208055,3001.97036766421,48.2625014748192,1097.89482911351,420.873261240033,6092.69103852588,235.432646257494,3554.15502838429,273.741939127181,4016.77042564788,237.646595511111,4560.76906682438,83.2241968885942,1237.60144735831,179.336691955965,2379.65408072794,403.492627807012,5461.65858242335,131.972067512252,1590.14014043397,89.9603140670018,2165.67890538368,117.532654796777,3871.30865262104,191.829694547768,2592.64125538102,228.156021438773,3302.84032557526,267.877692383336,4655.98263476943,2173.37114777858,760.892638914417,23761.1562887793,10724.6292990108,525.153911910607,4959.30016698843 -5878,478.244936990902,3260.61243297299,104.661473392056,1306.38849658913,213.838385274191,2325.30732700239,240.370383278365,2740.22428448537,42.4555481946574,1002.16781116617,380.302690586724,5561.46060649673,212.737840745396,3244.26317611601,247.282718022928,3666.54247627609,210.746920695741,4163.10909909681,66.1401143045981,1129.69320986477,147.966123788748,2172.1686432765,332.487232199257,4985.44877135792,101.064315479083,1451.49355086491,74.5426199615437,1976.85026902766,101.281546967712,3533.76372295928,172.921098904144,2366.58516202529,181.320648337922,3014.86096112301,212.888340846387,4250.02086008749,2119.75214252709,690.30802308794,19663.1651322505,8450.71604591133,522.167228908324,3861.02356223465 -5879,435.837797747311,3049.0345704551,94.1084210194428,1221.61826050367,211.95308941878,2174.42047244428,228.522720735163,2562.41388571853,38.7625355602117,937.138149490791,326.489501960025,5200.58301929844,182.635236069087,3033.74620043784,212.508884152468,3428.62422137506,179.498021064272,3892.9691352948,55.0841659014785,1056.38855328336,119.814010888904,2031.21880393794,269.484634897472,4661.94801301278,87.5788122108737,1357.30759369781,70.7284979631403,1848.57444261874,96.8151883137411,3304.46134786367,153.533488463606,2213.01983025376,151.011179515234,2819.22966453207,177.302032344048,3974.24127949689,2097.65988230686,658.931112884738,16941.6184974531,6803.73020015575,519.907859946498,3117.75780459639 -5880,435.742116541329,2933.62845847004,93.5446092860358,1175.37994784537,216.635859026074,2092.11854809842,229.875378139601,2465.42639114802,39.0515329216099,901.667423355513,328.988629986682,5003.74069021223,184.033225389954,2918.91875402757,215.622907970196,3298.85062199352,187.464716696938,3745.62005754553,56.6475535381676,1016.40419336127,123.474089211026,1954.33706995405,277.696811938236,4485.49304603024,87.7826743393091,1305.93343294729,70.7591068148713,1778.60580690539,97.5233927680136,3179.38731949509,160.83237622915,2129.25691827165,155.297148217714,2712.52167980495,182.334182705048,3823.8160469982,2168.55841174101,673.644232685409,17235.5918982641,6869.73518782754,546.986499872319,3160.34321897467 -5881,435.595100612113,2864.16386212779,95.4670428199746,1147.54844335129,229.506237140959,2042.57983776031,236.588201308101,2407.04822516788,42.000733482737,880.317083840805,354.247067257158,4885.25846515632,198.162563778894,2849.80246480597,231.601771035172,3220.73802863203,197.590883417013,3656.92853132393,58.5102528108273,992.337032842509,128.045228752313,1908.06085004315,287.938063149493,4379.28226704122,88.4024623766015,1275.01058772208,74.5462482841936,1736.49068013399,104.801909058034,3104.10346542464,170.357477803046,2078.83881849162,160.403668569672,2648.29261118747,188.329741706142,3733.27293905116,2387.97384188627,728.488943560263,17990.321039107,7020.63313955217,598.588699200031,3210.14927376115 -5882,499.80103337217,2869.88217966998,110.48632949002,1149.83952958449,275.820822650944,2046.65785866967,279.151340910282,2411.85390904404,51.1442695249694,882.074641321989,431.787653850831,4895.01190822878,241.538057485289,2855.49210974625,280.896447795375,3227.16824828931,232.579854056354,3664.22960751155,68.3069296608312,994.318238714738,149.604765881486,1911.87030311762,336.410229934082,4388.02552609178,102.329914211953,1277.55615276696,88.9008522390267,1739.95759250216,127.528979992869,3110.30082359043,201.272785322027,2082.9892306382,187.260891552673,2653.57994069248,219.862772792248,3740.72643723242,2939.23258305531,888.338055371775,21267.9483758064,8167.46754204386,727.601804074094,3715.38745005921 -5883,747.40781661276,2954.03247005304,162.051033866997,1183.55496605567,367.305615231641,2106.66967878614,397.629425345424,2482.57395749944,68.7259903227007,907.938712583378,579.215863623232,5038.54277385941,324.008047280924,2939.22045647904,374.053272516195,3321.79483161468,300.868690288861,3771.67164387338,91.4274127597739,1023.47350129441,198.339805933634,1967.92990107665,446.144684497412,4516.69060678556,150.919321382045,1315.01647848959,123.773575700957,1790.97638961532,171.580068081412,3201.50063636947,258.978234952624,2144.06635424442,250.644830777206,2731.38784658693,294.281774607591,3850.41150310954,3723.67045905921,1160.16303042519,28986.6816059001,11397.4382402063,911.186565564671,5195.58710566796 -5884,1057.91205509109,3214.73590909859,226.905207746746,1288.00772785779,494.094717452968,2292.59046190559,549.916232605261,2701.66957508871,92.1112365204351,988.067400135966,775.561361742875,5483.21135561663,433.841919993236,3198.61668481616,498.875067820433,3614.95455317663,397.19025105842,4104.5345282447,126.045706329595,1113.79852793661,270.495269913838,2141.60642569591,608.678807283748,4915.3039552274,212.25238689676,1431.07116706167,169.029169453576,1949.03616341791,230.118928541206,3484.04398498509,339.283777513222,2333.28752149968,345.549587148275,2972.44213836988,405.709327439928,4190.2234485697,4785.98009049027,1531.16655295186,39519.1244334396,15973.6895293514,1153.95111210392,7295.80137767648 -5885,1143.45716640287,3733.7384888566,241.970160016412,1495.94995154542,529.711495456236,2662.71740163024,592.018659132926,3137.8402338219,97.3795533470722,1147.58580044809,819.649480219471,6368.44762988384,458.504409529579,3715.01689871182,527.209962880647,4198.57037477383,421.643927597231,4767.19051900139,138.420122502636,1293.61557222124,293.4971079384,2487.35776925625,660.716533893169,5708.85450033985,229.96052915459,1662.11024726113,178.947864200898,2263.69802848514,243.33723474761,4046.52496859554,358.524871581958,2709.98479219868,379.473586023841,3452.3276349138,445.539451045235,4866.71347483129,4982.32803399962,1617.31364591351,42419.685122035,17449.7195066276,1193.78197404339,7998.69636400462 -5886,1042.55415228735,4090.74364306237,212.76140184349,1638.98670806425,472.692790087804,2917.31579929855,533.017106555351,3437.8679781034,83.562336375584,1257.31336890959,702.687612261026,6977.37314380067,393.077012209198,4070.23196927982,456.919908999138,4600.02089643288,385.98127287786,5223.01022663324,128.046151586441,1417.3059239216,269.496305491501,2725.18897961779,606.845034567638,6254.71235495792,210.375383557937,1821.03458727621,154.387463289714,2480.14378818325,208.948632190216,4433.43751609251,327.819404369097,2969.10270887165,351.033732961287,3782.42540778934,412.148256010909,5332.04916980374,4303.05613985921,1408.13244524962,38028.1495469669,15829.976196677,1062.10367407186,7344.05039209609 -5887,947.766680843861,4284.51673611988,195.052593039856,1716.62333152766,434.250397594689,3055.50517394057,483.760208026391,3600.71521805945,76.2971829940048,1316.8706332347,641.606102721987,7307.88204229486,358.908575407562,4263.0334515938,418.340287229826,4817.91777656191,359.107472537215,5470.41728388115,119.55496391773,1484.44182307597,251.59684668445,2854.27756199384,566.541732872105,6550.98977172067,190.658561720679,1907.2945769824,141.437732961366,2597.62490530939,190.779471872302,4643.4435627504,304.414555774351,3109.74516063692,327.755459716111,3961.59387554939,384.817265225465,5584.62125696442,3944.95397404998,1290.49415892289,35023.9762657356,14664.0058646271,976.457396286611,6803.31409032407 -5888,918.921021640725,4364.05337992938,187.954392104983,1748.49027636271,407.583484882966,3112.22676978101,465.703012552589,3667.55795001657,72.6449975720809,1341.31667393185,610.689969109349,7443.54364587778,341.61437352116,4342.1712853497,395.367410512067,4907.35633724423,327.574185105971,5571.96867410666,110.284748581393,1511.99861134629,231.141830280722,2907.26362127748,520.556978512833,6672.60062591118,184.575504475561,1942.70109275823,135.270643440225,2645.84653205729,181.689958912047,4729.64322993491,277.693502173109,3167.47365334994,302.34151127212,4035.13586415715,354.978780926017,5688.29269976253,3662.24899700782,1210.56564995929,32944.0361032998,13790.038834343,894.194952555036,6387.48698215651 -5889,847.657087944065,4446.44918250999,173.001562135166,1781.50276431437,373.793344529226,3170.98737607614,426.677110550505,3736.80352391177,65.7445092967583,1366.64149336959,552.472815422108,7584.08197099693,309.048231139524,4424.15394157574,359.057033855391,5000.0100077552,304.210739453248,5677.17060242598,103.253415597935,1540.54600255273,215.803206885504,2962.15440709835,486.06093216267,6798.58310962697,169.961808521128,1979.38039105651,123.313452968157,2695.80161498927,164.475003799299,4818.94157620233,257.2657133968,3227.27735213625,283.065375017367,4111.32151751742,332.346694052186,5795.69089165126,3307.79102431743,1099.41543548383,30356.8588918665,12821.0988012763,813.87544215815,5955.57619726644 -5890,816.799195616441,4531.83410218593,168.102458667571,1815.71286414679,358.156958027261,3231.87967266748,412.905726141244,3808.56115694377,64.5094837960158,1392.88503497941,542.263257231182,7729.7186809489,303.337097828447,4509.11072696336,349.288674864907,5096.02492558455,282.915063480561,5786.18899799913,96.464606781024,1570.1290229103,201.621882367285,3019.03649564503,454.119246382184,6929.13592804421,163.82173276918,2017.39032409775,120.67184971995,2747.5689454838,161.349944761914,4911.47944687576,239.270710342259,3289.25058204925,264.454109689708,4190.2709990309,310.495231281807,5906.98522583521,3192.99176529975,1064.09635699295,29015.5032385465,12199.3663420937,767.938321435839,5634.98572055747 -5891,781.357179422734,4479.26454182179,158.745633932061,1794.65048082396,331.904056650577,3194.3896653744,387.062249717732,3764.38160819464,58.0788416569451,1376.72748104527,487.624010604192,7640.05345851721,272.772403875196,4456.80475917972,317.080349674222,5036.91071621544,270.541927823365,5719.06884202035,92.9101932594396,1551.91542757821,193.965765207564,2984.0154825804,436.893374237156,6848.75751585454,156.08603844364,1993.98846956615,110.853436983455,2715.69697305997,145.388013143023,4854.50597665644,227.998769233332,3251.09506860218,254.709818029935,4141.66359212705,299.054470931632,5838.46382602274,2856.30352612965,963.982732042589,27267.8780719754,11641.3004386778,704.762555144256,5419.0552613082 -5892,717.122784045223,4417.20776535891,145.907853862847,1769.78697417512,311.335476466808,3150.13384535114,356.48079316587,3712.22898675432,53.8944152182046,1357.65397718234,452.585504905516,7534.20637464599,253.172184813423,4395.05914578789,295.178909818326,4967.1281794929,256.272854620078,5639.83552740109,88.8192762367756,1530.41482901357,184.911389328166,2942.67423558878,416.540409998067,6753.87323066853,143.259520713255,1966.36328789401,102.504993475634,2678.07307332719,134.893601143917,4787.25051777065,215.557064351348,3206.05363868705,243.49472209844,4084.28401802034,285.886841170904,5757.57638542726,2669.59842506379,900.886431673439,25538.5256669408,10985.6017524124,658.99277862718,5116.80678447536 -5893,695.820321739022,4341.11511168904,140.522055861651,1739.29988947164,297.81862569825,3095.86833273752,342.973199294486,3648.28059002106,50.8071520316544,1334.26646647944,426.417374784114,7404.41900968677,238.533972578366,4319.34803342822,279.685690412651,4881.56236860664,249.501267431029,5542.68138063283,86.1420910328155,1504.05126819838,179.532925216355,2891.98250828813,404.408879255122,6637.52820820846,138.86437900245,1932.4898980507,97.5250173171442,2631.93947543093,127.217208558009,4704.78335411663,209.795672510319,3150.82482851225,236.155319044687,4013.9264469525,277.26965745113,5658.39398578784,2522.87054460762,853.730399005345,24568.8152765254,10605.175559433,633.275351065942,4959.26097802555 -5894,660.869186446784,4262.48820766496,133.637439026899,1707.7974386128,287.079169856636,3039.79551826322,325.088621923252,3582.2024049409,47.9595638133606,1310.1000394893,402.454160225661,7270.30910293469,225.12916990758,4241.1153778701,265.876395703765,4793.14680579181,246.074618978093,5442.29153476637,85.5641743511617,1476.80967435226,177.930651360085,2839.60250331977,400.831715253217,6517.30833843845,131.796053646074,1897.48836184808,92.3488152676456,2584.26940743972,120.100433415578,4619.56963834989,206.234726342396,3093.75663404741,234.570982088144,3941.22563129009,275.409489460822,5555.90833650087,2404.3113534311,814.858804840294,23749.1596284248,10360.2862465889,610.451315245672,4857.9177012505 -5895,673.861897218908,4153.25528626639,136.810102194229,1664.03246043849,292.82380481257,2961.89600775734,331.945129268042,3490.40287033361,49.3160107649415,1276.52667865736,413.904830209003,7083.99607071184,231.534569784152,4132.43016863478,272.474707163692,4670.31492854523,248.527330624599,5302.82430940812,86.7247174004443,1438.96411860641,180.287471635326,2766.83325166752,406.145586739036,6350.29212753545,134.273576815197,1848.86225733201,94.8366262159111,2518.04346538363,123.48300307355,4501.18594727159,208.21232325876,3014.47428562343,237.75256742909,3840.22556545469,279.144984732342,5413.52950304689,2454.45990068893,833.635526299632,24200.8606570359,10560.8676965185,616.850245916847,4942.05357704474 -5896,705.14884406108,4120.3099623272,143.37256612887,1650.83267263933,304.719733890624,2938.40103412246,347.108161590379,3462.71556355484,51.4903277844462,1266.40074561288,432.129182045883,7027.80290914403,241.729105228487,4099.65003806781,283.867102809933,4633.26807550739,256.717127780342,5260.76013260595,90.1755979705929,1427.5496651821,187.315709939805,2744.88559579784,421.990330729297,6299.91900649424,140.552294536764,1834.19632379593,99.2346793892614,2498.06931211298,128.932435755245,4465.48069466317,214.755350184499,2990.56223952922,247.213027376807,3809.76332161627,290.252498633129,5370.58716725502,2539.97158308127,866.705228345639,25209.3535282995,11028.2897899369,634.423579896589,5156.78180218313 -5897,766.23780902839,4099.64602779257,155.933682264744,1642.55351437528,330.087472891103,2923.66453925659,377.108371941144,3445.3495575088,56.1279591848537,1260.04956758472,471.0770137463,6992.55748815273,263.516165438024,4079.08971596192,308.796017427908,4610.03158381888,276.551670465231,5234.37667991028,97.0312362443407,1420.39030263512,201.544534794422,2731.11960809904,454.046409779341,6268.32402574911,152.571565405394,1824.99757100667,108.061394587693,2485.54114282464,140.539505572908,4443.08568031137,231.491508272159,2975.56414887478,266.007503159559,3790.65682220479,312.319068564044,5343.65291651869,2758.8720336287,941.410105043801,27300.0089713961,11920.2297556698,686.040992333868,5567.54005839593 -5898,812.73028845525,4086.77980701948,165.059508666537,1637.39856782519,344.490822178538,2914.48898771544,398.160817326708,3434.53676349028,58.9394978742993,1256.09506131474,494.566778640399,6970.61223048873,276.65612470436,4066.28800857475,322.318929250167,4595.56358250213,281.653474351102,5217.94925044035,101.338015926364,1415.93258723877,208.877066723445,2722.54833448242,470.695814898194,6248.65168324788,161.549307651465,1819.27004684977,113.867340836725,2477.74058617478,147.601818910443,4429.14161760715,235.015418599978,2966.22571697008,277.814378493894,3778.76032499043,326.181505763266,5326.88253739508,2821.68857468187,977.152634212261,28534.0866665618,12559.5349301285,689.455252606675,5859.01708864401 -5899,837.606263038151,4101.85538233616,168.764531967089,1643.43870862022,343.823536228013,2925.24014151346,405.154426055692,3447.20630285889,58.233545456953,1260.72862529322,488.202284513629,6996.32587170415,273.095885001936,4081.28799243179,318.832911220436,4612.51599202309,282.213823959933,5237.19755610843,102.550014143633,1421.15577012854,210.788912019415,2732.59144529531,475.051850879346,6271.70211011862,166.309929436236,1825.98108681467,114.208984206947,2486.88063447342,145.926255114211,4445.48011911628,234.929773392764,2977.16772053133,281.137026252373,3792.69965829761,330.082622238436,5346.53268315475,2735.74634837383,961.576828765049,28744.0231075256,12760.1472768952,673.672720865955,5971.52077611517 -5900,811.201598734523,3905.54803262131,161.463230798824,1564.78671647605,320.065705300209,2785.24346051567,388.192574343838,3282.22926925876,54.3547575541957,1200.39244274355,455.33148790012,6661.49442066614,254.708262541652,3885.96496064782,295.767371040157,4391.76935287764,256.075258081899,4986.55479171453,95.3843996310404,1353.1418357594,194.544505220188,2601.81458105251,438.565909136908,5971.54983640847,160.877837856309,1738.59294794326,107.677207218161,2367.86304343085,136.280413244678,4232.72751351449,212.465786079709,2834.68587990114,261.492762210442,3611.1879401149,307.018317001445,5090.65733813072,2455.4784353676,884.033885382618,26913.752551359,12054.1852224869,596.737044522742,5646.86233950447 -5901,677.991856429036,3595.19917114483,133.68310462652,1440.44314884978,259.717009568803,2563.91802047859,321.470238768052,3021.4115534578,43.9660910803472,1105.00495171316,368.03788833805,6132.14816966175,205.877022738753,3577.17224034292,238.862876263115,4042.78360052009,206.360764767863,4590.30525403825,77.6650324220296,1245.61632982873,158.14755598731,2395.06505800015,356.536620924359,5497.02905789033,134.340032896987,1600.43811347229,87.9553396512011,2179.70414907773,110.289561864258,3896.379796424,170.853267174276,2609.4315677988,212.915780083089,3324.22998788097,249.984144538396,4686.13543855101,1940.71419713077,709.799501477347,21981.6139617139,9900.9562036457,471.765560220294,4647.01287572504 -5902,519.470389525146,3278.93705463979,106.876367521419,1313.73039184407,214.286466697439,2338.37553976986,251.989131054509,2755.62432798259,37.1242286215565,1007.79998805434,311.376360942889,5592.71598064003,174.181083452113,3262.4959150606,204.174317183135,3687.14842227064,182.710693110222,4186.50574643432,61.6031664291939,1136.04207870333,130.090839081634,2184.37621759045,292.900518646461,5013.46696255737,102.828306449499,1459.65093562564,72.8412444038882,1987.96015528875,92.9985684837002,3553.62345318304,153.483097370027,2379.88535596978,168.882775514554,3031.80446104097,198.28505030393,4273.90595098316,1819.87347566377,616.756702552345,17971.0700682791,7735.5014177012,459.579846067183,3607.0416677915 -5903,398.602007258487,3053.45327323913,88.2782973224024,1223.38864646814,188.645960949564,2177.57167246292,200.624976022883,2566.12737112155,35.9609113529747,938.496262970483,297.882002513137,5208.11977565033,166.632462983083,3038.14274710603,192.347816454073,3433.59303069562,155.570847776779,3898.61087964332,45.1547264728767,1057.91948608637,97.1074633447619,2034.16247413143,218.498887449751,4668.70417211434,87.460983997985,1359.27462250791,67.8887718601305,1851.25342209482,90.8673526016517,3309.25021864232,131.9935880973,2216.22696899198,123.789992891112,2823.31533088962,145.341672013331,3980.00080455322,1909.99883509413,590.778276387359,14980.3768868072,5919.5934431849,448.318139066739,2682.91890095179 -5904,398.630252167995,2928.49496599322,87.7652135951708,1173.32317610175,190.902312009883,2088.45759546611,201.75878481234,2461.11219526049,36.2319069387526,900.089615190673,300.185752110656,4994.98475347629,167.921159400766,2913.81100174184,193.873105745435,3293.07803521579,156.536963282449,3739.06567867356,45.6691910551652,1014.62560982423,100.034913961146,1950.91721812626,224.943653281861,4477.64397954736,87.6683662278359,1303.64820850658,67.9177359633857,1775.4934633833,91.5397616346583,3173.82377894572,132.984739154822,2125.53097801511,125.200378291686,2707.77509725927,146.997603704699,3817.12483466921,1937.32382604172,598.831057013271,15104.5652852673,5951.90817858388,457.817094060902,2704.31418936538 -5905,399.036585732883,2844.86452781658,89.6453177198831,1139.81602226346,202.139631271867,2028.81650820102,207.807002600354,2390.82903149151,38.9865149689977,874.38532346719,323.382820739496,4852.34057328484,180.897387058027,2830.59990058943,208.856228544205,3199.03602311297,167.296840804763,3632.28738309515,46.6373494308582,985.650458656077,103.688541796593,1895.20393751868,233.041856069569,4349.77374847065,88.3238485530583,1266.41930008378,71.5688122412297,1724.78984324846,98.4207414713351,3083.18736795273,143.072739830188,2064.83116834713,127.854548249209,2630.44786245189,150.113861250439,3708.11736625785,2152.97905579261,649.570114495472,15782.2761244616,6055.75042874304,508.21509284985,2728.58319628677 -5906,458.496098131729,2862.73428274224,103.835822672743,1146.97567179299,245.151280031327,2041.56033253297,245.456295146017,2405.84680419884,47.4925705094047,879.877694470508,394.320391878954,4882.8201043882,220.579214416779,2848.3800535709,254.733906561777,3219.13047371771,202.655283450328,3655.10326227702,55.2067118448877,991.841731374452,121.114173612873,1907.10848677453,272.329143589864,4377.09645227858,102.275186160349,1274.37419646086,85.3634729531752,1735.62395204195,119.814070234669,3102.55412588319,174.265384161469,2077.80121545498,151.347134633301,2646.97077881122,177.696476817635,3731.40956450585,2691.29947996287,797.948395279075,18790.8734822871,7062.38597757301,632.986987590535,3166.67438228441 -5907,684.049941495656,2946.81958766002,152.079641151798,1180.66507135669,333.720466564307,2101.52580823358,349.512908853723,2476.51223875771,63.7742528728481,905.721792078841,528.591201287298,5026.24012761959,295.689074998093,2932.04374068643,341.377587563701,3313.68398121034,274.952874506434,3762.46232601107,78.7755442836572,1020.97447866279,160.682967728093,1963.12479244021,362.229987260805,4505.66217074681,150.744160840816,1311.80559326731,118.8140717544,1786.60334964439,161.080597449809,3193.68350916948,234.062715103831,2138.83117195961,215.960206795295,2724.71859717723,253.558602039685,3841.00992556488,3443.18419603617,1051.66930505044,26081.8727533311,10145.5894570771,804.988285954173,4592.27399545336 -5908,967.181169833463,3219.28457020687,212.799182556551,1289.83018258643,450.604348044746,2295.83434176575,483.126119741422,2705.49227769045,85.4415695311631,989.465457047153,707.505914386364,5490.96977526509,395.772326272377,3203.14253817578,456.859724067404,3620.06949998693,370.379181098035,4110.34220175324,109.036500769328,1115.37448695462,219.331023085102,2144.63667207796,494.694502392362,4922.25881950513,211.942188952562,1433.09604809229,162.23118348398,1951.79393427246,215.94903211698,3488.97370108686,313.625957879021,2336.58898529129,298.919486606004,2976.64796812813,350.960986150944,4196.15236683063,4485.15207570737,1394.48489713965,35672.8155767046,14183.4043623098,1042.1435576309,6438.33702350596 -5909,1045.10859697278,3731.00928840974,226.889535088921,1494.85647719299,480.981265530869,2660.77107101708,519.892284884609,3135.54660908255,90.3164075241861,1146.74696513899,747.627093466093,6363.79257164419,418.215746255583,3712.30138293312,482.889864200582,4195.50140243493,392.234641835185,4763.7059100676,117.940204171985,1292.66999550013,238.100259777658,2485.53961890758,536.956223371448,5704.68157599074,229.595098092072,1660.89531695921,171.73155890136,2262.04336367952,228.321322717759,4043.56713483577,331.534466457774,2708.00391117878,323.328656299051,3449.804133562,379.61976100656,4863.15611894526,4694.51222300123,1472.91518161555,38159.8494170386,15347.6512477296,1088.0925058402,6985.13086537444 -5910,952.212366892873,4094.9674020569,199.408709783226,1640.67898835707,424.008263689539,2920.32797505981,467.575854790094,3441.41763241115,77.4719918777325,1258.61156530473,640.702138526871,6984.57739445673,358.402906119019,4074.43454963932,414.083258457062,4604.77049243097,338.106519555302,5228.40306919394,107.750835681971,1418.76931521826,218.624186932399,2728.00278132936,492.943351031893,6261.17044665775,209.973071284265,1822.91483494961,148.116693070425,2482.70457677014,195.976267991263,4438.01511205529,284.421015097511,2972.16835545489,295.394883879869,3786.33082321775,346.82275460706,5337.55459683738,3922.79336521196,1265.2584444658,33806.0748346826,13903.8180617899,917.565116998011,6404.91917243769 -5911,865.594516336535,4290.55996207897,182.806095231138,1719.04459472209,384.719490865439,3059.81490344393,424.175343457493,3605.79395552676,70.7368929385508,1318.72805316924,585.013190763626,7318.18966511068,327.251018967607,4269.04637580576,377.997433391253,4824.71335411926,308.687269365414,5478.13319906439,97.3388064221709,1486.53559885337,204.126005732503,2858.30346393786,459.704968257905,6560.22981298658,190.29901399238,1909.98477819041,135.699688377479,2601.28880376669,178.936568802595,4649.99304788636,259.693948542347,3114.13139456675,266.850695292502,3967.18162521233,313.309059366759,5592.49825458875,3584.4634710649,1154.15823306712,30864.2141300621,12696.2370428361,839.343024301513,5831.88902928987 -5912,839.011775249097,4362.88372349547,176.120693655255,1748.02164485816,368.026862529075,3111.39262873182,408.561676816443,3666.57496874216,67.3418123532452,1340.95717336185,556.749858007666,7441.54862245378,311.440769575221,4341.00749376904,359.740737286142,4906.04106439725,294.36613710537,5570.47527142758,93.9678877018725,1511.59336449208,187.558821669777,2906.48441458506,423.155248939307,6670.81223113834,184.210889639532,1942.18040874397,129.773219439967,2645.13739054367,170.387128225893,4728.37558787089,247.240790695083,3166.62470499496,257.609447763898,4034.05436441039,302.458922486327,5686.7681198422,3375.51294725296,1093.41624942252,29468.2352980593,12170.7104887872,786.183830073648,5603.45383154008 -5913,773.690016168954,4455.48152556442,162.071484678704,1785.12163938956,334.207435524453,3177.42879587571,374.105331895496,3744.39432051589,60.9358184750676,1369.41763547621,503.5990305652,7599.48797864556,281.708683676757,4433.14099494928,325.388601025086,5010.16683263094,267.004564696598,5688.70298486304,86.0960019046802,1543.67540748126,175.137223912753,2968.17161176817,394.853761401529,6812.39348559433,169.610054754335,1983.40122700749,118.295581964504,2701.27776100913,154.218415868693,4828.73058574431,223.732956536764,3233.83311719277,236.028967424605,4119.67309533357,277.121308175914,5807.46403157081,3020.93615522808,987.406475339173,26950.0610318788,11218.6640310328,705.193711434408,5171.90245512346 -5914,745.690305822342,4544.76530842429,157.50688775006,1820.89384760437,325.584972677771,3241.10156862449,362.318019026727,3819.42856485883,59.7986234311136,1396.85951490244,494.354102631816,7751.77478101214,276.537155693716,4521.97709396779,319.378621638067,5110.56600273403,261.581320948788,5802.69940009684,83.0279443920719,1574.60925359798,163.649879709709,3027.65106155499,369.388218332424,6948.90763277099,163.497250505763,2023.14677717082,115.771465674922,2755.40890164438,151.308240967933,4925.49393907272,219.548429441297,3298.63618105553,227.618002563519,4202.2275837737,267.246005111386,5923.84030977691,2988.99671573368,967.309784320633,26112.0771955851,10790.3401272689,692.49020265422,4957.98114135654 -5915,712.643879799166,4498.82379908462,148.63986834956,1802.48704196554,297.107172381855,3208.33835911183,339.223199754414,3780.81924156563,53.8116554690688,1382.73913021918,444.329803552551,7673.41468773279,248.554021116082,4476.26594305067,287.066139614263,5058.90500380184,237.065510702387,5744.04185661695,78.0329351186392,1558.69205637848,157.458032281303,2997.04555168106,355.100775144702,6878.66345441492,155.730729803643,2002.69546445141,106.330276345223,2727.55539652392,136.270508854092,4875.70377160578,197.599249971446,3265.29137342834,213.924371558563,4159.74867349213,251.168330497215,5863.95819344104,2595.8302924289,864.835319423504,24230.3359539369,10229.630293954,605.842495261752,4730.90121669511 -5916,654.151025205919,4436.24717671849,136.636085595273,1777.41525520921,274.644266678319,3163.71181073228,312.283007952503,3728.22974073606,49.9388229822086,1363.50584875565,412.436308975008,7566.68092917334,230.713092460585,4414.00309035,266.444524008221,4988.53790294462,219.632064314957,5664.14480926205,71.7097235817241,1537.01134858616,150.131435544046,2955.35799153705,338.12561778806,6782.98432924931,142.94099014834,1974.83886828535,98.3257576599816,2689.61632363431,126.445295836902,4807.88491776514,183.372914005062,3219.87263414987,196.589523750906,4101.88843412643,230.815507901306,5782.39316359559,2424.83778119031,804.349802288481,22453.5183490125,9473.52855746682,566.230737384437,4369.43206196491 -5917,634.460291563451,4360.60938978975,131.553300565439,1747.11041623114,261.060552114334,3109.77068655419,300.292894312647,3664.6636147927,47.0673794913156,1340.2581439376,388.501236164527,7437.66940725407,217.324032025777,4338.74456395346,251.002468731041,4903.48358744817,207.719946313446,5567.57143064942,69.1724685600042,1510.80538389116,145.755031163301,2904.9692892945,328.19404138875,6667.33479418075,138.536603530023,1941.1679668257,93.5397155870976,2643.75850320565,119.220946004634,4725.91072640441,172.842308559721,3164.97397081172,189.633734055439,4031.95144661723,222.648724133886,5683.80365660384,2247.02925974987,756.570311018402,21481.7997163414,9148.07389318396,527.577613441399,4236.18552612424 -5918,602.501887779074,4270.41587975075,125.096586451462,1710.97371909093,246.152995648535,3045.44914142945,284.371732541609,3588.86483416715,44.4265596779217,1312.53665467898,366.645518742743,7283.83092955857,205.098143944158,4249.00329928025,236.865593713686,4802.0614336533,196.253443890854,5452.41348715213,65.3543325959745,1479.5563477179,144.472850159875,2844.88379359052,324.767944303428,6529.42968185852,131.48090999189,1901.01744270097,88.5733427516244,2589.07581145667,112.543940329823,4628.1614353206,163.148080454371,3099.51061785055,179.166457188455,3948.55579688792,210.35910777845,5566.24160131818,2111.87040844294,714.348051616489,20437.0601102277,8748.0131644791,497.98691664924,4046.46321747235 -5919,614.413849416549,4157.34908063352,128.075684268635,1665.67266944173,252.393895306054,2964.81549918198,290.452413265977,3493.84330214546,45.6861034671029,1277.7849296837,377.10215477284,7090.97864732036,210.947490334717,4136.50343603129,243.601484023908,4674.91837996572,201.643274717591,5308.05121476103,66.715910344553,1440.38248150424,146.402001908173,2769.56047299146,329.186690229581,6356.55150442165,133.958170317525,1850.68464997897,90.9635330347365,2520.52545877057,115.721738654569,4505.62269108006,167.769812885086,3017.44560257839,182.899171634605,3844.01081165431,214.741683026102,5418.86552866014,2181.77739972038,734.346797635334,20906.4991018086,8926.24418183675,512.54260656175,4122.28070809095 -5920,642.906859862518,4109.84803358407,134.21376724813,1646.64102348043,263.437095339608,2930.94010460046,303.74281550575,3453.92334068451,47.6992915180001,1263.18521219865,393.69714340199,7009.95852997632,220.230574929026,4089.24056718766,254.321646596935,4621.50368862946,210.661277251893,5247.4024730742,69.6869331422927,1423.92495660169,152.128812512727,2737.91602366034,342.124170403662,6283.92280612677,140.220341264554,1829.53909377782,95.1826209321499,2491.7264341796,120.825757482538,4454.14233874855,175.164032966387,2982.96886686116,191.044119456013,3800.08990559579,224.304655825253,5356.95064457436,2272.96858527044,765.586765841676,21834.1178550854,9332.32604784935,532.670306979776,4307.93803599819 -5921,698.626544113606,4089.05414072519,145.97684947989,1638.30979645221,286.746553665462,2916.11092989306,330.067863495476,3436.44811743974,51.9966632055725,1256.79409073899,429.190870257809,6974.49144568844,240.085440535326,4068.55093839034,277.231211810356,4598.12105945121,229.50899250522,5220.85309121851,75.7178444983408,1416.7205678397,163.684381936155,2724.06345977298,368.23548456933,6252.12912020547,152.213887636123,1820.28248876803,103.649760830232,2479.11947351279,131.706204171482,4431.60647907363,190.94362418651,2967.87645115333,207.577637255984,3780.8632427836,243.716637886062,5329.84700063344,2481.54215757794,834.019764704271,23729.318502721,10124.7600277404,580.62210130535,4671.83216619841 -5922,740.893035127179,4087.9494634534,154.503015937372,1637.86719932974,301.585987393427,2915.32312876463,348.557139529995,3435.51974476469,54.596494600492,1256.45456188474,450.552930735648,6972.60725391273,252.035181445433,4067.4518001554,291.012428971222,4596.87885534911,241.228536871174,5219.44265311944,80.0100966415247,1416.33783409299,169.702655256092,2723.32754117484,382.027905822094,6250.44007802072,161.163371831269,1819.79073086403,109.21465328584,2478.4497276884,138.311930572076,4430.40925967117,200.496636483002,2967.07466532505,219.344685886225,3779.84182473719,257.532314603047,5328.40711731541,2585.01340633265,872.092608766094,24973.003605561,10699.7020960055,600.792590847231,4935.77560734665 -5923,763.093038624792,4107.2487977646,157.900149435244,1645.59962041758,300.90690918408,2929.08645832392,354.517144165007,3451.73893844106,53.9229776451375,1262.38632225836,444.594103819118,7005.52514578421,248.701868263656,4086.65436437194,287.183361349223,4618.58086086816,239.586273732368,5244.08380134822,81.494412004133,1423.02440827942,171.283879554943,2736.1844536993,385.711572894963,6279.94859659129,165.879845309648,1828.38201850233,109.526965283446,2490.15056457393,136.689625421287,4451.32535714308,198.047254176149,2981.08231546954,223.413880908275,3797.68657347277,262.309951263656,5353.56269010872,2480.35660444288,855.580458012146,25150.760409991,10922.7156556099,577.296010651583,5060.36852463109 -5924,738.70599617741,3901.58419657842,151.017743079631,1563.19857623698,284.424093139731,2782.41664893255,339.741761337399,3278.89805464564,50.3156274594759,1199.17413514871,414.53065492402,6654.7335073542,231.884650395869,3882.02099994274,267.801373515086,4387.31203894689,224.512289751746,4981.49381552164,78.5356426378431,1351.76849907658,158.143685158898,2599.17393591714,356.674425477757,5965.48916469843,160.435876849447,1736.82840751682,103.247211686948,2365.45984142237,127.612568008707,4228.43161502913,184.817468702015,2831.80888799958,215.302525410651,3607.52285731599,252.78641916881,5085.49070572207,2253.53201555142,792.774512528642,23809.7193974353,10461.3033069433,521.368790480974,4867.25429260041 -5925,617.149723952314,3587.98628875181,124.996434030972,1437.5532541508,232.44600663321,2558.77414992603,281.327002391974,3015.34983471607,40.6870671982657,1102.78803120862,334.961479391031,6119.84552342193,187.374382622942,3569.99552455031,216.420103418006,4034.67275011575,182.284755527429,4581.09593617593,65.2630747628828,1243.11730719711,128.579558488425,2390.25994936371,290.232698542898,5486.00062185158,133.952185270209,1597.22722825001,84.3254622131781,2175.33110910681,103.243181433799,3888.56266922402,149.4647726971,2604.19638551399,178.916277253992,3317.56073847127,210.065371838009,4676.73386100636,1777.46207451137,637.544686526879,19537.3015929383,8670.97974776732,410.752016429546,4049.70758974453 -5926,473.342651249975,3272.30899731216,100.01150118469,1311.07481163466,188.558069442715,2333.64873749435,220.59659169953,2750.05409722948,34.382637254571,1005.76281686615,283.615730556258,5581.41084073672,158.652041159323,3255.90109192254,183.118170602644,3679.69520474586,152.448340164041,4178.04312588765,50.1841039681358,1133.7456784069,105.607491523592,2179.9607102007,237.80542610452,5003.33271908631,102.57530292578,1456.70039100754,69.8674632616062,1983.9416841639,87.1291837439496,3546.44014359948,126.272004052276,2375.07464557501,137.577843090112,3025.67595859061,161.529969262485,4265.26665929077,1608.02203666712,546.165674272914,15767.4624820305,6737.83755542652,378.071472215277,3115.11593197004 -5927,369.86470192954,3060.66615563215,76.3722048408751,1226.27854116712,160.047807305612,2182.71554301548,172.543223256126,2572.18908986328,29.3291548490748,940.71318347502,235.795712312257,5220.42242189015,131.901961085108,3045.31946289864,151.775516553099,3441.70388109996,121.225479151407,3907.82019750564,35.590263153796,1060.41850871799,72.1726103306926,2038.96758276786,162.734598725623,4679.73260815309,77.8274090291302,1362.48550773018,57.6116802399599,1855.62646206575,75.608441704142,3317.0673458423,103.68393831367,2221.46215127679,97.5693746134776,2829.98458029932,114.556077695971,3989.40238209788,1556.26712782374,484.074975370977,12109.5213554408,4734.62374992502,355.007638063808,2159.35134293749 -5928,367.660700434564,2947.59935651492,75.3440541840681,1180.97749151793,160.058580474695,2102.08190076801,172.020187136508,2477.16755784159,29.1647556498472,905.961458479737,234.493344870261,5027.57013965193,131.173428670468,2932.81959964968,150.964580837445,3314.56082741237,120.468902229237,3763.45792511453,35.7009634706188,1021.24464250433,71.8906314505373,1963.64426216881,162.14073731316,4506.85443071622,77.5074441299036,1312.15271500819,57.0142457620962,1787.07610937965,75.1805800589204,3194.52860160177,103.099593631115,2139.39713600463,97.8728553895326,2725.43959506571,114.912394086218,3842.02630943984,1550.80177088727,482.683419193905,12054.6113208808,4715.87939428935,353.800129090802,2155.07053660963 -5929,365.585788669351,2872.93628223059,76.4222219873963,1151.06317837274,167.841347093066,2048.83589338173,175.772496357769,2414.42058207738,31.0441546578673,883.013337147132,249.906329619069,4900.22113546083,139.795311123744,2858.53089852509,160.872298279526,3230.60257144043,127.36286883309,3668.12904739317,36.1347521943084,995.376383157193,73.9784841335746,1913.90489813677,166.748363942453,4392.69522301878,77.5678397692706,1278.9157164261,59.5350482105491,1741.80923957543,79.9619899601633,3113.6107774892,109.694009127711,2085.20592886647,99.0620709427268,2656.40385637413,116.308650543213,3744.70728434573,1701.18743756732,517.472506464567,12484.4498437209,4758.42061335715,388.81788930798,2157.99269266167 -5930,417.79344979902,2887.16710322711,88.0464424017845,1156.76486209905,202.20513467666,2058.98461022947,206.432016844512,2426.38018846557,37.5421828822391,887.387261071655,302.532070453474,4924.49392224465,169.23366838455,2872.69036380161,194.780601804606,3246.60505892663,153.126204502264,3686.29878132999,42.5002514436306,1000.30688691409,87.2735012978786,1923.38524692772,196.693916019434,4414.45402769457,89.3556927115125,1285.25070573396,70.5558745329881,1750.4371286281,96.632992883146,3129.0337570733,132.602933515484,2095.53480128112,116.512848931501,2669.56210426439,136.797586616202,3763.25634141235,2110.18674282312,631.547054289746,14796.4175927365,5523.7971337861,483.00358920246,2496.18468976195 -5931,626.638631737203,2961.83017751143,129.471765916453,1186.67917524423,276.363495352956,2112.23061761575,295.198102875885,2489.12716422979,50.6317546327547,910.335382404259,407.223816367752,5051.84292643575,227.79727185343,2946.97906492621,262.151994282623,3330.56331489858,208.825724647516,3781.62765905135,61.0083211223685,1026.17514626123,123.631771424129,1973.12461095976,278.771650142564,4528.613235392,132.315921076133,1318.48770431604,98.5964825598111,1795.70399843232,130.490860953838,3209.95158118587,178.965880078976,2149.72600841927,167.252029365588,2738.59784295597,196.370393340274,3860.57536650646,2713.89590330277,839.139771152753,20766.5964291007,8066.38092506201,619.452103152154,3676.89737085501 -5932,878.835936904022,3208.95260609113,178.965415909193,1285.6906047171,365.77333623569,2288.46609658037,402.413808880363,2696.80927731602,66.3272465469241,986.289869001726,532.743161131759,5473.34707014493,298.011643294441,3192.86238025861,342.941535014823,3608.45125768661,275.595365657507,4097.15047942929,83.4369685604544,1111.79480677305,167.498477236966,2137.75368032809,377.815989440252,4906.46133395129,184.290788603356,1428.49667310061,132.184173621938,1945.52985153903,171.09238298584,3477.77619732655,234.561356554558,2329.08994225152,228.739327015053,2967.09472133643,268.562550712925,4182.68524557036,3435.31209230153,1088.27720293442,27955.1384766746,11136.9363176552,782.465814507984,5105.36322536926 -5933,973.170012466294,3728.08515047652,197.066774496208,1493.68489969431,410.485194944406,2658.68572064164,449.154843934516,3133.08915854511,74.1760342329055,1145.84821468265,595.943732790721,6358.80501845967,333.365464030916,3709.39190711726,383.718247040426,4192.21322386142,307.725256602987,4759.97240739378,93.4274967693335,1291.65687945651,186.99602228978,2483.59160427606,421.842105385288,5700.21059387737,205.040656507676,1659.5936083265,146.55784180418,2260.27051180621,191.305211164153,4040.39803309131,262.292038943955,2705.8815425788,256.127986244303,3447.10038710914,300.719540414702,4859.34467325233,3868.41601951848,1221.98597483074,31180.1853714272,12386.6697678053,881.481550294489,5683.42887444112 -5934,894.318317671606,4075.14822184243,175.14367191405,1632.73828716174,367.951156170949,2906.19391714423,408.933231497283,3424.76155934553,64.9143707357452,1252.52002733051,521.120360242494,6950.77282789703,291.509954966174,4054.71474611394,335.75981751115,4582.48392277722,270.348497538899,5203.09818822952,86.406808162676,1411.90263180414,169.132342782016,2714.7995556525,381.863474008959,6230.86708810758,189.223044505418,1814.09213281739,128.488253170989,2470.68856672777,167.505358950094,4416.53561962852,229.609724699742,2957.78339594705,236.881031150224,3768.00540922318,278.121715104222,5311.7214347941,3316.4419408399,1070.09869179656,27951.9703095235,11330.3872561375,754.693108128843,5246.89853845303 -5935,810.386708638634,4285.16654665053,159.835906665371,1716.88368292472,331.651689023081,3055.96858663348,369.192502485974,3601.2613199446,58.8050498825438,1317.0703562041,472.040686112543,7308.99039103062,264.055234930444,4263.68000386561,304.068177394274,4818.64848527419,245.014397071327,5471.2469538246,77.7097173583057,1484.66696070249,152.793565671886,2854.71045553387,344.915362781371,6551.9833265139,170.903111164981,1907.58384650275,116.942172214478,2598.01887366618,151.748211390037,4644.14780985956,208.006098133181,3110.21679962854,213.038282163735,3962.19471003716,250.127974074294,5585.46824763478,2998.390713749,966.829811887729,25290.7129684094,10245.1289709957,682.242569748474,4736.63502510444 -5936,780.575494960138,4372.04603117729,152.611733841885,1751.69259122293,312.851909704055,3117.92673286801,352.099583912554,3674.27498784218,55.0950619954175,1343.77326083728,442.010437368995,7457.17630414995,247.256588923251,4350.12386010556,284.742546551366,4916.3440338506,230.219035309216,5582.17359107244,74.3601243817543,1514.76779781944,145.316118388145,2912.58819964251,328.111956072276,6684.82132191933,164.287320810889,1946.25909972138,110.371603947239,2650.69233176347,142.22672392871,4738.30544956718,194.923860063706,3173.27479967977,203.855498363584,4042.52611145533,239.346479382514,5698.71066118214,2767.55496826794,902.854694862085,23983.1263139525,9815.87081802531,629.112174936204,4551.01013534921 -5937,714.783057324222,4462.75939342271,139.019394128213,1788.03757099603,279.556705180467,3182.61901084413,318.805947591455,3750.51065315416,48.9324543000634,1371.65452963381,392.309346151319,7611.90146728464,219.454253862129,4440.38237035915,252.733479700019,5018.35075886801,205.265860514548,5697.99527535315,67.4548933518557,1546.19694540421,131.208167936035,2973.02001269795,296.310085167871,6823.52128385863,150.092847621294,1986.64104114594,99.0934924134252,2705.69020049077,126.372644419972,4836.61814243704,173.163421232312,3239.11546657917,184.925065895654,4126.40243227171,217.120282881764,5816.95031393355,2414.49050436114,798.257523583773,21586.7370191202,8934.15196792119,548.209073744792,4152.54620409514 -5938,688.245085915585,4524.68620525819,134.969964942054,1812.84900635529,271.949413406931,3226.78214653077,308.392111021415,3802.55405209858,47.9371676377507,1390.68808812793,384.456168677198,7717.52687710832,215.061258334652,4501.99867078801,247.639599058249,5087.98715101294,200.748496920243,5777.0626527646,64.9575222658338,1567.65251557001,127.188472888915,3014.27467930194,287.159972672076,6918.20685423101,144.542200365929,2014.20836779164,96.8462366614615,2743.23530502359,123.775741525253,4903.73274916852,169.620603001684,3284.06256686602,178.078616517407,4183.66183714964,209.081875440669,5897.66835310865,2386.47275090879,782.651325775394,20972.7811426946,8622.25828720962,542.171528879761,3997.33781853755 -5939,665.752620762265,4457.23601336687,129.382778265383,1785.8245879091,254.491064559846,3178.68000969705,293.90484558017,3745.86879507609,44.4293521944949,1369.95688729986,355.990816908485,7602.48051915704,199.138001357449,4434.88668545603,229.325019362614,5012.13974544534,187.063249382874,5690.94309290556,62.1164080676384,1544.2832788545,120.725948078752,2969.34042390633,272.646352677128,6815.07608257232,139.462841084872,1984.18225443184,91.0511654473279,2702.3414751903,114.788114510639,4830.63205225593,157.262975553035,3235.10654201268,170.289808260343,4121.29534786776,199.937045647611,5809.7509055592,2156.27460240729,721.065742766116,19813.4353348305,8274.32703927648,489.04113406749,3850.58155693337 -5940,602.606913418556,4350.0824818845,116.646444485009,1742.89273269016,227.885115136229,3102.26341711142,264.702505953439,3655.816783323,39.72628502191,1337.02263880763,318.214028935062,7419.71419643807,178.006012279581,4328.27043972759,204.983580725877,4891.64613182537,167.442909799459,5554.13080653766,55.9373430545966,1507.15816220324,108.624853140389,2897.95642906272,245.32528652154,6651.2392412252,126.06139664019,1936.48181069733,81.749290039091,2637.37622958304,102.656790862527,4714.50194782824,140.631184650022,3157.33343561696,153.350132753779,4022.21794889639,180.048194343994,5670.08243732089,1912.38635644335,643.140394610611,17807.3523062916,7468.37853272937,433.495721309207,3478.05659073335 -5941,589.684295188252,4245.85308833534,113.655697849904,1701.1324549699,220.876013237939,3027.93217490123,258.002881309761,3568.22222210734,38.3089324974922,1304.98714077173,306.76553171214,7241.93542690362,171.60182782528,4224.56366981501,197.629066940167,4774.44069677892,161.780016443586,5421.05202284358,54.6576754536257,1471.0461615956,105.70806923067,2828.52044885063,238.775178934101,6491.87338199144,123.35634993876,1890.08307559553,79.1867939962869,2574.18383584909,99.0141672192588,4601.540945145,135.62933345409,3081.68269782124,149.841971912138,3925.84429637787,175.929267195623,5534.2254147755,1828.26008969873,619.412047931784,17295.0750852954,7293.63749760209,414.175577741109,3402.58190372443 -5942,556.085833629111,4141.68868025146,107.002195648618,1659.39821415713,204.814121667241,2953.6472771069,241.577989921275,3480.68227478823,35.4564445147621,1272.97161638888,283.790591621999,7064.26749976842,158.749856837405,4120.92155951969,182.823062494737,4657.3083375652,150.1255914186,5288.0562117773,51.1142214505042,1434.95667627929,98.8435809987756,2759.12776093189,223.270549953523,6332.60688498322,116.171794648157,1843.71326940989,73.83263507134,2511.03084162586,91.669453885943,4488.65037195451,125.552130791635,3006.07912712709,140.127725362114,3829.5307313878,164.523782770302,5398.4530970482,1669.86657704772,570.977324660277,16138.2078563919,6850.51871384472,377.950308550925,3198.6294083562 -5943,571.05600111627,4052.27493906735,110.649685267676,1623.57393717815,213.556282828331,2889.8818245166,249.544434120606,3405.53881324656,37.1848125037407,1245.48979353116,297.765878084616,6911.75903410527,166.567504041711,4031.95615380974,191.803146467819,4556.76302997236,157.048366224163,5173.89386738348,52.7138059517178,1403.97780394757,102.308324729929,2699.56173495649,231.064543039311,6195.8940326304,119.278740333331,1803.90986702604,77.0042177307356,2456.82090961213,96.1083347728759,4391.74617330298,131.649171082088,2941.18173821095,144.512926414166,3746.85607954697,169.672441705766,5281.9074256375,1774.91830399747,600.383239040266,16756.3348985452,7057.7780815928,402.100488011048,3288.55818532004 -5944,604.107416603069,4023.68333875008,117.730135609324,1612.11850096137,228.620328314862,2869.49171097959,265.505785221448,3381.51038327145,39.9884283980264,1236.70200225062,320.332677575524,6862.99179724105,179.191164917798,4003.50791656524,206.332812011721,4524.61191751022,168.605973335231,5137.38847034981,55.9442279563655,1394.07177021876,109.035823006465,2680.51446118601,246.219061324162,6152.17771810266,126.362820877998,1791.18203618979,82.4733644427055,2439.48634012833,103.330249573377,4360.75936881165,141.556092273887,2920.42966832826,153.369007454339,3720.41942036574,180.070355105732,5244.63991829966,1928.16126896095,647.015244864924,17885.4671552475,7488.60101607969,437.118248228226,3483.38487573485 -5945,659.379061342356,3981.18581955005,128.844749190007,1595.09155545412,251.408367481948,2839.18458469376,290.55540901196,3345.79539520212,44.1094452629869,1223.6401475616,353.425054846642,6790.50594258542,197.702737567806,3961.22348704436,227.629387388937,4476.82366837408,185.705853758605,5083.12817032716,61.1773120722168,1379.34780045441,119.445044663896,2652.20328329506,269.706541877094,6087.19937147703,137.84447592732,1772.26384940291,90.6586383751643,2413.7208638595,113.962124243585,4314.70170487521,156.13103632322,2889.58454323929,167.71531173079,3681.1249276241,196.914332571549,5189.24684512247,2140.2907228381,714.485743834193,19628.393470954,8185.48025399123,485.418607148472,3803.3699340488 -5946,692.166508935227,3955.7133009555,134.420083587965,1584.88580240768,258.204397524065,2821.01884578959,301.874820493413,3324.38824685971,45.0536524600011,1215.81102382195,360.763453477285,6747.05876460154,201.807770526693,3935.87869192443,232.354474048369,4448.17994780792,190.293404776509,5050.60517775513,63.6937521102334,1370.52242427556,123.786713438362,2635.23389263801,279.559177509051,6048.25210646437,144.310165118684,1760.92450833607,93.4539882317855,2398.2773371382,116.449161897556,4287.09527694421,159.510307686103,2871.09633411157,174.614037927351,3657.57226582488,205.014118158032,5156.04488150024,2148.16204897278,726.511412924727,20292.2943741263,8545.48773940459,486.626116121478,3979.37750118845 -5947,717.404312136607,3956.81797192415,138.500044668371,1585.32839700475,261.293222473212,2821.80664242293,309.954259604687,3325.31661423758,45.2603016171106,1216.1505507389,362.154046785776,6748.94294562629,202.585655682717,3936.97782388782,233.279441286065,4449.42214482217,192.015273151184,5052.01560780642,65.4856118847052,1370.90515583844,126.742484720367,2635.96980703709,286.279983426278,6049.94113901166,149.533076035979,1761.41626343416,94.9300834471318,2398.94707914111,117.038621951791,4288.29248951548,160.285137648045,2871.89811536496,179.52635444591,3658.5936780432,210.78166268721,5157.48475660247,2113.90183585305,726.482415442421,20687.4011386835,8811.96103587005,478.173553310435,4114.25764406103 -5948,688.783224087971,3742.05604221826,130.864189651648,1499.28244084146,241.876632616892,2668.64906881614,292.970805229297,3144.8303199415,41.2193079546749,1150.14224786957,329.412424913991,6382.63445714841,184.270292389442,3723.29274646782,212.239483931041,4207.92342219242,176.02524560021,4777.810266915,62.3505346400307,1296.49732641574,119.16004335902,2492.89879229176,269.284557802487,5721.57196892589,143.292872565369,1665.8128875815,87.8015328273977,2268.74081045897,106.674344492088,4055.5393083668,146.04094481637,2716.02175573688,170.931657497309,3460.01829654183,200.690640014187,4877.55492747818,1857.14411767544,657.271683789849,19329.4480711333,8392.45714185801,419.005613633134,3939.59536591231 -5949,573.235245939622,3456.78981806045,107.662352300982,1384.98841744372,195.564490736927,2465.21132366356,240.949124707059,2905.0920955896,32.9106192024149,1062.46404834703,262.741584128225,5896.0703834872,146.975234898363,3439.45689493701,169.316164099674,3887.14297084394,141.316912801537,4413.58592628291,51.5194267023271,1197.66211583507,97.6086564507359,2302.85892713167,220.656368836181,5285.40233025444,119.113096292917,1538.82383470988,71.0111354817669,2095.78906487028,85.2283305720793,3746.37547640677,116.64727497646,2508.97267302719,141.238580396808,3196.25251007693,165.828036242946,4505.72680369112,1437.65035254918,521.764710481064,15753.6949912055,6941.66488319686,323.612404765648,3271.29284574504 -5950,443.557909002155,3182.63533317642,87.329134008433,1275.14639460194,162.55994631892,2269.6979207259,191.907402878347,2674.69219599319,28.59619744147,978.201105208125,228.898443014091,5428.45903772946,128.043691833141,3166.67706655816,147.376089545131,3578.85761508569,121.144298087006,4063.54891512601,40.1289761435317,1102.67675146133,78.7350918439278,2120.22152764911,177.750420665717,4866.22244674368,92.1451173221645,1416.78128137673,60.1266453559442,1929.57416557175,73.9293960952381,3449.25424747052,101.257093347722,2309.98860197719,110.012086431734,2942.76097412029,129.165049696124,4148.38219325508,1349.52838189791,458.068385635639,12910.5275841845,5450.42444336869,305.499770170556,2532.13692790007 -5951,339.964784696172,2965.40413227846,68.2348271111197,1188.11110666538,134.025313293409,2114.77938517919,144.90253229443,2492.13072194956,25.2965329069875,911.433857767308,203.666759443203,5057.938839107,113.929319218631,2950.53509928543,130.733277658527,3334.58220927224,103.016729885144,3786.19083971639,31.0873251201588,1027.4134021152,60.6988994953015,1975.50552333037,137.057690531627,4534.07778193607,70.0333695101357,1320.07868527501,51.7029090904492,1797.8708224839,65.1514865871234,3213.82493687067,85.6117440127366,2152.32002058578,85.2247384986316,2741.90242972469,100.062256253505,3865.23381108553,1354.89551723868,416.068463552319,10468.8778267688,4114.14851452981,300.566240674055,1876.43259455366 -5952,333.753242888583,2824.33055790934,66.176104657027,1131.58893528898,130.596458251934,2014.17269767177,141.738124573107,2373.57224794137,24.4288857385821,868.07409080783,196.6366049187,4817.31682634108,109.996715188557,2810.16889144653,126.247851998908,3175.94567600207,99.6028148178458,3606.06986760727,30.6490742470796,978.536124507927,59.2352823344273,1881.52453020751,133.805141908291,4318.37748253915,68.7952118935727,1257.27840232095,49.8330508877558,1712.34046916007,62.9261915647134,3060.93320575523,82.679988805432,2049.92740732097,84.0232901298636,2611.4615322692,98.6516372634221,3681.35251694192,1287.14295682606,400.818133134123,10185.5158462302,4032.5353117137,288.42215014177,1845.633579044 -5953,334.174961947234,2732.05765795413,67.9157118169506,1094.61911519341,139.710628435215,1948.36823462679,146.899595193824,2296.02594446163,26.6021381202145,839.713489209514,214.440765676637,4659.9316391417,119.956199593161,2718.35866326643,137.658584892285,3072.18525858059,107.492752255021,3488.25698511964,31.3761580491217,946.566649240092,61.8435959583945,1820.05377769488,139.592456084591,4177.29300066104,69.4546444787414,1216.20221741464,53.0715575490533,1656.39708096226,68.4591208545051,2960.9303280208,90.0029917528673,1982.95481233153,86.016563164971,2526.14321567586,100.99193657951,3561.08009644059,1450.55002684348,439.875400854149,10721.5721061135,4114.50886816661,326.878436827339,1865.63547526293 -5954,380.694115803371,2697.74773379152,78.0649070082627,1080.87259021803,168.103264676556,1923.90009568533,172.291655119326,2267.19182531318,32.1269853178527,829.168138510481,259.245171038643,4601.41094845407,145.019373450515,2684.22077481011,166.44504518791,3033.6039193733,128.990830109878,3444.45050385058,36.8168073470717,934.679407455228,72.798619974152,1797.19704665087,164.300267609173,4124.83341744528,79.8226338404461,1200.92881872761,61.07571869778,1635.5955952888,82.6207708439355,2923.7461585325,108.667222891875,1958.05232572737,100.931899620853,2494.41922116154,118.504013997966,3516.3590827057,1793.75284260691,535.746405796308,12674.0618854258,4764.67233302736,405.815025287192,2153.44054243442 -5955,556.165157841166,2695.92826682695,110.357693130223,1080.14360731641,215.307376964454,1922.60254194323,235.093413902064,2265.66274215362,40.2810158778811,828.608914971083,324.163659537313,4598.3075762943,181.334181127408,2682.41043095765,208.121037072584,3031.55793781403,164.514547873579,3442.12743122805,50.7387992685124,934.04902297449,98.2093384550807,1795.98494641843,221.829938402661,4122.05146787921,114.572947017217,1200.118865193,80.0195226486854,1634.49248541839,103.774718900767,2921.77426935932,136.339331281519,1956.73173838077,139.098519498851,2492.73688692701,163.315393485199,3513.98751211501,2100.32047410643,658.480393431255,16847.3764463447,6697.51443884029,472.607523214759,3067.259887385 -5956,806.121722142925,2761.81891470532,159.20489066985,1106.54318291474,303.816982485908,1969.59248921299,336.059545063438,2321.03735571116,56.6755824607809,848.860781060051,455.827635892827,4710.69389942992,254.985803183017,2747.97069209157,292.628779497179,3105.65164388971,232.29182817721,3526.25578483239,72.5867396970255,956.87792982311,140.1078991846,1839.88025815779,316.501979911245,4222.79770996162,165.336714686171,1229.45073226515,113.419349915664,1674.44079195969,146.068553097436,2993.18477457615,191.858465361793,2004.55583056919,198.993830612199,2553.66137460385,233.638401505968,3599.87218369876,2933.25899160295,924.068267034009,23986.4004552254,9631.83841641901,653.756873654678,4420.59954340215 -5957,877.16384812342,2888.92159102956,171.134843447292,1157.46781061858,328.449849804403,2060.23582405081,365.146135002018,2427.85466302578,60.7460821231723,887.926512895305,488.45756815397,4927.48646275613,273.23868833141,2874.43605430836,313.669733118094,3248.57797174103,249.288597903093,3688.53888937251,79.3046549986726,1000.91475828733,151.936725956269,1924.55405906588,343.32218044636,4417.13662467256,180.463146317308,1286.03173315831,114.765512741722,1751.50084280927,156.581994581982,3130.93522358492,205.649207963612,2096.80822610102,217.410744020666,2671.18435679857,255.261675937092,3765.54321540074,3134.22624670541,992.139550528456,25886.2071620424,10463.4721733847,696.261190517675,4822.70777265338 -5958,817.654870684886,3065.79964810896,154.828115761723,1228.33531291074,302.826734842595,2186.37649564779,339.395903684022,2576.50328575081,54.831944344596,942.29099163986,440.705039784748,5229.17835862609,246.526361474798,3050.42721518437,283.195673534693,3447.47646787769,225.493730159517,3914.37457637761,74.8502806002792,1062.19709225502,140.564175540472,2042.38743459565,317.873146580346,4687.58167463596,169.143845895589,1364.77073217089,108.288544738005,1858.73880558785,141.378727940249,3322.63088639168,185.648088831715,2225.18809153333,205.199243294542,2834.73116284499,240.924168583908,3996.09359442686,2777.60460885317,896.843794889742,23793.4023575331,9750.94622800109,620.360624690894,4525.89807965886 -5959,739.437097009249,3328.19258949169,140.911649069764,1333.4649863249,271.618010769912,2373.50214817273,305.353887548175,2797.01876400375,49.4025890777687,1022.93895736304,397.010669115815,5676.72863849554,222.084130854507,3311.50447441097,255.058663507499,3742.5360264213,203.352155401173,4249.39459616365,67.0986008242648,1153.10747497912,126.518728240987,2217.18947905973,286.064877110652,5088.77825783024,152.405412639695,1481.57751925115,97.3568624341254,2017.8228940609,127.391530800144,3607.00527202617,167.27146587888,2415.63551650691,183.94830326408,3077.34761963368,215.97346712778,4338.10770905733,2477.4742916204,803.983149669844,21432.2553267143,8791.2018281807,556.604149396398,4074.69451821108 -5960,727.556020473427,3546.72341145097,138.575738725212,1421.02097705559,268.337341528817,2529.34750910525,300.924357294168,2980.67244181769,48.8177317078835,1090.10565074266,392.347773249813,6049.46553458954,219.475749628954,3528.93954622734,252.061057002314,3988.27284965933,200.782363007587,4528.41201146015,66.1663438489466,1228.82109957831,124.70762736556,2362.77127045852,281.974636317766,5422.91003222433,149.956209587756,1578.85865439356,97.8387451086917,2150.31417386232,125.875609653684,3843.84307684434,165.287333442696,2574.24737588158,181.392555652219,3279.40783300482,212.972767131951,4622.95007256759,2475.34527617206,797.133090925527,21156.1486699772,8660.33521099928,551.544111674612,4013.07338822332 -5961,661.398130105329,3679.80432826903,124.827758625597,1474.34083104637,235.389324218777,2624.25422903059,268.962755316912,3092.51387270309,42.4379098037205,1131.0088288594,340.759094118918,6276.45487833233,190.617515183434,3661.35317303883,218.93664641798,4137.92167923527,175.565457899034,4698.32805855571,59.3630314866916,1274.9291885286,111.077886657525,2451.42768101729,251.228544069886,5626.38962597563,135.842232266666,1638.10092757857,85.3062300725773,2230.9987236585,109.491164080188,3988.07258149633,143.71923976897,2670.83883824166,162.741529397737,3402.45847733405,191.074621108343,4796.4133970758,2066.91723702456,685.756417547134,18736.7145593777,7799.64933064604,466.535477948617,3627.54516273573 -5962,633.518906737298,3746.66968879181,120.345776719444,1501.13093247759,226.442828299709,2671.93929309216,258.141020540408,3148.70763643978,41.0449021942378,1151.56027843381,329.626230475385,6390.50371919612,184.38989326158,3727.88325944471,211.755927081976,4213.11144483546,169.658747771059,4783.70091305132,56.7409501620519,1298.09580072509,106.745071112739,2495.97233096715,241.377395883858,5728.62619542916,130.079512554419,1667.86669752829,83.4714766648061,2271.53798082423,105.886177606318,4060.53945396132,138.996248444304,2719.37038663008,155.553191567099,3464.28421382851,182.634802873435,4883.5685505572,2019.92040427829,664.173128122633,18040.4380835089,7478.63403937542,453.379379871975,3471.415179915 -5963,607.421063230801,3690.65613828803,113.762367977984,1478.68868902319,206.738757359779,2631.99320257226,241.980039602206,3101.63375246678,36.9470352244464,1134.34419450542,296.31674238227,6294.96425814072,165.756870806936,3672.15057026484,190.389151415097,4150.12448567028,154.011146068111,4712.1835136153,53.5094029728604,1278.68897793786,99.5661607750482,2458.65698591955,225.242230434639,5642.98195150907,124.205828158275,1642.93171706416,77.1892424494563,2237.57797954876,95.3984620843727,3999.8334802115,125.160754346903,2678.71519064479,146.694025875605,3412.49238938474,172.233267788305,4810.55810758604,1757.57088104925,593.467388316729,16712.4268526386,7084.38248976291,391.646919666192,3306.73276913038 -5964,575.092911542602,3562.90365773629,109.386370047361,1427.50371244768,205.91314973668,2540.88645953662,234.475717091474,2994.27034856418,37.4018898851089,1095.07874163808,300.388435098687,6077.06335682971,168.03453840727,3545.03866204778,192.961249448162,4006.46745619454,154.504564235958,4549.07074717952,51.4667248110675,1234.42701403095,97.0056961498564,2373.55029567049,219.337899959682,5447.64949164236,118.036491348564,1586.06144945656,77.3449037530754,2160.12396416387,96.4841339138038,3861.37879092475,126.657437109844,2585.99116069622,141.094100134076,3294.36857853032,165.658402151628,4644.0400934295,1863.90099421209,607.060003701757,16419.2281603761,6792.03655258336,413.911085642048,3150.35344498084 -5965,559.677808906263,3456.72483889833,105.727022867326,1384.96238306164,196.986169038702,2465.1649837428,226.433259140615,2905.03748699023,35.534749842119,1062.44407663128,285.255500189737,5895.95955183891,159.569313268569,3439.39224159129,183.263764725524,3887.06990209907,147.252016870844,4413.5029617029,49.8818825706372,1197.63960272756,93.4793703883786,2302.81563903739,211.412627747277,5285.30297766636,114.782230968927,1538.79490859962,74.9339288094924,2095.74966918105,91.6963022159415,3746.30505374521,120.348876128292,2508.9255105005,136.749314438292,3196.19242837657,160.557194834164,4505.64210708883,1745.094094006,575.182795818888,15777.2323279959,6584.38769039845,387.598889488764,3061.4624745367 -5966,534.308293636899,3384.07617536808,101.269110474364,1355.85515848973,188.028026948955,2413.35555435601,216.206927583696,2843.98342548085,34.0205466046991,1040.11509592263,273.108097121132,5772.0464255034,152.774167287634,3367.10785062787,175.447249105304,3805.37684100887,140.962349875997,4320.74605839187,47.4932998160573,1172.46926936751,89.3133834227499,2254.4182437197,201.963042172738,5174.22378693671,109.567350168165,1506.45464468884,70.2084644287424,2051.70410013642,87.7872983666648,3667.57039362169,115.21976075886,2456.19638286392,130.201104199727,3129.01927484867,152.868949584769,4410.94875060809,1668.25040563724,549.86943346723,15070.270315701,6283.03755745794,371.406768779051,2919.25184198204 -5967,533.778979084139,3333.58600492014,100.687170880165,1335.62589812226,183.64095011443,2377.34846498318,213.590126927947,2801.55139958592,33.0530039648401,1024.59665432818,265.1795760413,5685.9279125756,148.339025237427,3316.87084635112,170.353099714347,3748.60089526637,137.466475192994,4256.28084140344,47.0376220698722,1154.97611313,88.0442479535098,2220.78248746372,199.129977291313,5097.02474430292,109.1077666879,1483.97845093881,67.8740601813278,2021.09282416142,85.3244345241185,3612.85051005298,111.959734551144,2419.55011144512,128.95188071047,3082.33453480885,151.402237886945,4345.1377160113,1581.54195005004,530.760560213572,14811.7064858203,6238.24768976165,354.20264052498,2904.94058859824 -5968,552.265731395375,3348.46663014416,103.797576924452,1341.58793072023,186.425039202981,2387.96059002874,219.18656554412,2814.05710256209,33.4061201570925,1029.17029928479,267.871479492029,5711.30903734423,149.844851364294,3331.67685762792,172.092649927538,3765.334084377,139.420852478418,4275.28023723593,48.3114134637271,1160.13175232959,90.2028325434891,2230.69572559564,204.032303872387,5119.77709413448,112.768015175214,1490.60270696111,69.2550770753745,2030.11467774939,86.2655451974004,3628.97772991506,113.170545419974,2430.35061827651,132.443932150197,3096.0936113588,155.502251007172,4364.53375553249,1567.34287943168,533.774898178339,15127.6400137833,6425.53346578256,352.178625436266,2997.06988707196 -5969,596.623864645799,3373.93915504185,111.956763901158,1351.79368629207,200.06345582045,2406.126333428,235.90812305928,2835.46425620168,35.815696643683,1036.99942496175,287.14133613788,5754.75622607906,160.624232619754,3357.02165901939,184.463342422468,3793.97781203102,149.599466492801,4307.80323785574,52.0356503204928,1168.95713069227,97.0297096451565,2247.66512045175,219.485603223653,5158.72436878459,121.613516322956,1501.94205083386,74.4579646815323,2045.55820829218,92.4986837558781,3656.58416467725,121.338898005713,2448.83883197912,142.653788128413,3119.64627898611,167.489629826998,4397.73572737051,1683.98300349065,572.544845931684,16274.1874689793,6927.75113099648,375.454798956479,3233.23121710351 -5970,623.771138791557,3369.52045225781,116.007434914938,1350.0233003276,202.718311627891,2402.97513340936,243.043924976666,2831.75077079867,35.9881202791903,1035.64131148206,288.258513416566,5747.21946972718,161.249171353768,3352.6251123512,185.187482679898,3789.00900271045,151.110717014509,4302.16149350722,53.8034478165865,1167.42619788926,99.6611268601297,2244.72145025827,225.497877364692,5151.96820968304,126.686546319911,1499.97502202376,75.1095960504442,2042.8792288161,92.9995473587524,3651.7952938986,121.950688510954,2445.6316932409,147.500138811233,3115.56061262856,173.179723952971,4391.97620231418,1647.84417064682,571.687182742363,16648.1867342426,7185.417645379,366.346731057265,3364.55696903849 -5971,658.407532031672,3379.65747258404,122.635488382693,1354.08477252526,214.226741880912,2410.20435433737,256.954876909495,2840.26994007784,38.0361322656079,1038.75698244294,304.672546107944,5764.50966915152,170.431030854423,3362.71130395967,195.746074995279,3800.4080316883,159.762396453727,4315.10431404336,56.8193441790805,1170.9383365645,105.387516880302,2251.47457352622,238.441980188566,5167.46762783515,133.947158024082,1504.48761587875,80.1002688165328,2049.02512066035,98.2899089517186,3662.78152284304,128.889635112805,2452.9892441257,155.768105831202,3124.93360849112,182.8871334355,4405.18922555176,1743.91555232598,604.553059654798,17594.5205566654,7591.18586865099,387.598889488764,3553.71265421374 -5972,636.871653612682,3203.7541344522,116.980698342882,1283.6077985914,201.382978476049,2284.75880402729,245.449872391778,2692.44047282912,35.2609465115669,984.692089121138,282.171276866134,5464.4803017607,157.844026999287,3187.68997462717,181.334054553229,3602.60560216401,148.936278063644,4090.51313597731,54.6707883439881,1109.99371012851,100.286051603748,2134.29054040602,227.000864527621,4898.51291488033,129.368371566024,1426.18252254964,74.7987034863142,1942.3781123277,91.1754431063107,3472.14223411562,119.51394424236,2325.31683946828,149.877920410369,2962.2880570904,175.971474281327,4175.90933663908,1568.13180336144,557.615061190515,16654.1576816772,7295.25834248251,348.130595258838,3430.97190994473 -5973,536.226790988308,3016.80403620868,97.8228946129679,1208.70485848366,167.504484092498,2151.43525142307,205.633205639016,2535.32728942428,29.127560630556,927.231911131455,232.98726522687,5145.60903811469,130.330941516797,3001.67727548841,149.74911472627,3392.38114579437,123.344688000189,3851.81759301609,45.9550515860297,1045.22175059308,83.8728015621156,2009.74732970257,189.887868107778,4612.6677993529,108.912320511506,1342.95985579234,63.0588745289546,1829.03365339412,75.3375826050473,3269.53076502598,98.7360309589839,2189.62658567787,125.984054239868,2789.42833688178,147.917716631158,3932.23063097768,1271.57482288939,459.171632592163,13894.0621109205,6128.15165969,283.362112419984,2887.43772247276 -5974,424.570190956042,2802.04210650279,82.144305202901,1122.65890232037,147.968420707778,1998.27767781628,170.720379040774,2354.8409951282,27.1364850292598,861.223608262128,217.826510130565,4779.3005496368,121.850154020181,2787.99219806841,139.860453655645,3150.88242316462,112.601741827815,3577.61225212466,37.0925297532839,970.813921170373,70.6705962013573,1866.67631495724,159.724546789615,4284.29862926713,86.5473574390876,1247.35647993967,57.3883675820943,1698.82738471198,70.0273270722835,3036.7775838773,91.9069187554166,2033.7502260498,101.68778227968,2590.8529553804,119.391494859011,3652.30080185338,1332.54200721937,436.487206674079,11970.125042537,4974.68063547116,295.506202952269,2300.81178012965 -5975,336.131808274536,2612.29782865031,77.1096862170512,1046.63645347812,148.906841917865,1862.96145467814,152.421933134815,2195.37957838464,30.459252476934,802.9046232476,245.88787840406,4455.66339610286,137.547426331493,2599.19932980523,157.925535799987,2937.51592571121,123.794897013172,3335.34913564964,33.7111680808392,905.073871806332,67.9074073709745,1740.27166581085,153.155082265253,3994.18123680249,77.9351633409427,1162.88995677019,60.4491543109889,1583.78886528355,78.3108599128525,2831.13785836632,101.511123360958,1896.03192871279,92.4179057885526,2415.40965211962,108.507744750369,3404.98004370365,1645.86451309566,485.308052413287,11974.8983589031,4591.47579382227,360.061177916515,2055.6689679065 -5976,355.119668592359,2487.07960475591,82.2069670397292,996.466845583384,166.873650251682,1773.66201799827,165.871968877885,2090.14596812613,34.3237285501237,764.4180886048,277.418490558929,4242.08504733566,155.18536188451,2474.60897105817,178.197847950618,2796.7086552519,138.462802182197,3175.47207635984,36.6472570876236,861.689943114187,74.197595656104,1656.85325742854,167.310340934686,3802.72363388318,82.7666094279525,1107.14783832782,66.4514643098638,1507.87132381509,88.1764829253432,2695.42972802348,114.387411329525,1805.14728762915,100.467083929313,2299.62909168787,117.958274490203,3241.76528741045,1912.63657601726,553.07678897391,13166.4801590432,4926.45553133233,419.175699664003,2193.8843672025 -5977,370.882786694486,2421.18895057439,88.2738206207401,970.067267459653,188.691498186066,1726.67206623342,180.735002587744,2034.77134927141,39.4826027272556,744.166220578524,319.605813728466,4129.69871344908,178.784563941348,2409.0487036527,205.278631956438,2722.61494208836,157.786468904438,3091.34371470772,39.3755038377385,838.861034081737,81.4854632579658,1612.95794149012,183.597634215646,3701.9773821633,87.0418816604699,1077.81596844976,74.3529611704967,1467.92301345231,101.326546545682,2624.01921597546,131.575783958286,1757.32319086584,107.946470301076,2238.70459818295,126.73981244426,3155.88060761091,2285.304700589,643.396213522149,14600.8065007632,5258.85219548326,501.936030110485,2313.46191194446 -5978,439.340613115556,2395.00164228707,105.94279567054,959.575128634068,237.864804873778,1707.99657471558,221.501079901692,2012.76349044448,50.0379323421945,736.117402153727,405.48120588377,4085.03235508115,226.822471514651,2382.99270291523,260.467005253702,2693.16744406504,198.675609876893,3057.90808761223,48.1351818361747,829.788007168862,100.302920675092,1595.51236919877,225.939901771374,3661.93720976933,103.839831596375,1066.1584317523,92.1522905375235,1452.04612268498,128.324898122416,2595.63811827374,166.747807531393,1738.31618021979,131.960799738022,2214.49102019559,154.935005861185,3121.74695671602,2971.1699499061,823.37578727769,18080.8443361008,6344.71609979684,653.484167681317,2772.95067274482 -5979,622.123670184335,2383.75994468904,146.019251936494,955.071059313935,301.994785174369,1699.97955265914,295.621515220068,2003.31594849026,62.6257460009519,732.6622023386,506.49892188585,4065.85796388109,283.330856312453,2371.80737307183,325.325905955677,2680.52621098508,251.687238020729,3043.55482897702,64.8719414225716,825.893134746915,132.69462536307,1588.02332733268,299.104855922625,3644.74874943246,145.377147037545,1061.15407999332,119.9490141133,1445.23048501635,160.813862619496,2583.45466992683,208.704061152173,1730.15684350672,177.843999838123,2204.09660628663,208.806412298189,3107.09405016041,3547.29663684995,1013.70652159493,23646.71691963,8706.88122716272,778.1620680942,3856.58744638747 -5980,727.131216604339,2415.73055598383,160.084981075987,967.880321280204,279.790859402631,1722.7794095022,308.215830581433,2030.18410508988,55.41457781201,742.488551897638,445.808829045498,4120.38860772073,249.381374425867,2403.61767836684,286.372686430853,2716.47700449841,229.879183847549,3084.37450488792,69.4548798780939,836.969882823352,135.520979118824,1609.32164499185,306.013308498924,3693.63154310254,167.142780513904,1075.38611065183,116.581478248762,1464.61368766256,142.792798330098,2618.1035552871,184.692248338792,1753.36143340093,190.407954115873,2233.65760130743,223.557734914658,3148.76590405464,2727.93981036981,859.24136854897,23450.8798152076,9602.62033467451,593.294836447511,4378.26240558423 -5981,802.657592090871,2477.7873324467,175.360447728417,992.743827929039,312.275062913783,1767.03522952547,342.548226507159,2082.33672653021,61.5399027910718,761.562055760567,495.193357339767,4226.23569159196,277.006627088014,2465.36329175867,318.192365661261,2786.25954122095,254.93671700367,3163.60781950717,77.4782721940904,858.470481387985,150.57061729815,1650.66289198346,340.048292902898,3788.51582828855,185.335441447061,1103.01129232397,128.321214338449,1502.23758739534,158.554290385034,2685.35901417288,205.106563007628,1798.40286331606,212.403783906945,2291.03717541414,249.383010484122,3229.65334465012,3047.98799894873,958.316191270369,26011.0268446136,10636.0140207692,663.157453058179,4856.05935817389 -5982,718.867497816119,2572.00965769071,149.978605833885,1030.4946996904,262.719686323557,1834.22992615408,298.959351632834,2161.52133036824,49.8247751255384,790.521824329776,400.109076266399,4386.94591424768,223.817351426648,2559.11317048268,257.327044593558,2892.21207769143,208.7218241527,3283.90970377735,69.218893791888,891.115367351565,130.150553705712,1713.43232091711,294.30921722462,3932.5809649089,166.607988464513,1144.95528298541,105.919030608236,1559.36287684202,128.541872210155,2787.47462640362,166.068008449224,1866.79037070549,189.761007091371,2378.15798964272,222.79815524227,3352.46672894673,2326.26117380742,768.959579665791,22133.7041379897,9408.43357708844,504.085649083121,4358.77631160059 -5983,655.202564002269,2808.7351366894,138.147760878677,1125.34051438646,239.861449728612,2003.05081551746,272.326850184775,2360.4658291835,45.8826600028723,863.280749228759,368.508915775314,4790.71651043744,206.140511171561,2794.65166828065,236.926573341652,3158.40870234641,192.05070670723,3586.15782920356,62.7122888692111,973.132832390474,118.734221455849,1871.13510624222,268.420434613824,4294.53221568881,151.382235341497,1250.33594786213,97.7580594206597,1702.88524770459,118.359898175641,3044.03130929124,152.928306280698,2038.60809439637,171.923393179409,2597.04153370304,201.855035607605,3661.02478193228,2151.93578687907,707.041725202103,20255.3317318892,8571.92923960673,466.467317061993,3960.31643534831 -5984,642.962296537404,3025.83637926312,135.316265416208,1212.32373355885,235.556336308205,2157.87667122264,267.227778463114,2542.9180860284,45.0224155601158,930.008053238081,361.60347874217,5161.01504576332,202.27767296348,3010.66432886195,232.488031920858,3402.53797067012,188.386004130746,3863.34997545315,61.6089076953494,1048.3511555216,116.491283463115,2015.76453437239,263.363513098911,4626.47817532026,148.502796510303,1346.98069174332,95.7917480048898,1834.50979941397,116.140026285471,3279.31977456796,150.061054636858,2196.1823507344,168.898514980875,2797.77991469793,198.303529991168,3944.00377089723,2112.21969391734,694.027284323823,19876.4549885635,8411.8824036674,457.868841171449,3887.43720672272 -5985,593.460002347583,3194.91672888412,124.673986751882,1280.06702666246,213.786007089215,2278.45640399001,244.776753465401,2685.01350202309,40.7040876836196,981.975862161754,326.756194873298,5449.40678905693,182.784421641306,3178.89688129078,210.083441028564,3592.66798352288,170.865570375888,4079.22964728028,56.5146453627584,1106.93184452249,106.553703870773,2128.40320001905,240.923743910401,4885.00059667722,136.896146752906,1422.24846492945,87.3897342717708,1937.02015337554,105.034821132604,3462.56449255832,135.669313283418,2318.90256199185,154.932785428384,2954.11672437531,181.906384821037,4164.39028652642,1881.17265869836,624.796766954853,18144.0684427772,7735.71972681808,407.352795314505,3580.71785691311 -5986,569.487220501445,3340.60394352364,120.525585142944,1338.43768714959,206.590012566013,2382.35331127836,235.62009736249,2807.44928723238,39.6014242524192,1026.75365774817,317.99174546598,5697.8980531196,177.881668943558,3323.85359583503,204.416978023081,3756.49253234823,165.995530758995,4265.24125747795,54.1416707569034,1157.40759425528,102.725862182147,2225.45772761824,232.211224548881,5107.75511293995,131.319334316777,1487.10255502439,84.9142978376255,2025.34767324316,102.171165579266,3620.45636243709,131.993334690672,2424.64380157496,148.427364345477,3088.82353328941,174.268378264463,4354.28519553326,1845.33592470887,608.276178018156,17527.1266959906,7433.41525642983,399.829128910279,3432.80890723786 -5987,559.920986624793,3315.91119378399,118.209299558105,1328.54435426438,200.245574391424,2364.74366490862,230.211937471832,2786.69745797385,38.2229367953089,1019.16420040941,306.787797371175,5655.78088716807,171.614283030944,3299.28465967835,197.221870396563,3728.7256579841,160.676087832985,4233.71386400938,52.9986301423639,1148.85238191797,100.231727728473,2209.00780668979,226.602048735584,5070.0001078967,129.024275363942,1476.11033569843,82.5693088223602,2010.37690625711,98.6429615132452,3593.69502693838,127.399904319423,2406.72155649225,145.293761274421,3065.99186937866,170.589218914531,4322.09961578598,1757.70139645588,585.101527670696,17066.7498794574,7286.70420152183,380.482558156556,3370.66354652632 -5988,516.997690902804,3175.29249245917,109.556049816648,1272.20443113879,187.897389788389,2264.46137033182,214.035985686627,2668.52126005273,36.1033118619991,975.944241272093,289.925557822658,5415.93472819306,162.18170072092,3159.37104407411,186.36197571401,3570.60062719161,151.22115927807,4054.17366810367,49.106897585329,1100.13270261471,93.3614215912147,2115.3298428241,211.02629282249,4854.99530552876,119.157936158561,1413.51254393393,77.3524304573919,1925.12233422236,93.1412669737789,3441.29627494741,120.333775722761,2304.65909463899,134.62472210177,2935.97156130988,158.062713694575,4138.81122250583,1686.29905247442,554.555438863558,15941.8370371167,6749.71169994786,365.435225348105,3114.69391465755 -5989,506.231295276373,3085.55384285816,106.853511028193,1236.24997719858,182.307350360954,2200.46420914751,208.785563916476,2593.1047449199,34.8545867304677,948.362555961015,279.811165266516,5262.87208278654,156.523802194024,3070.08235909248,179.879511977474,3469.6899616987,146.290124502705,3939.59648471424,48.0378796506056,1069.04126037781,90.9557356964887,2055.54736797917,205.621657063443,4717.78567096059,116.709018003333,1373.56450538694,75.0333915208263,1870.7154161195,89.9378775903506,3344.03994932571,116.172450393086,2239.52588393958,131.694049437428,2852.99648931112,154.621814675105,4021.84205165205,1612.97390161268,534.491486960138,15500.2926473299,6597.68504196665,349.313083053336,3049.95744718532 -5990,486.403511460106,3029.99515909552,103.279315838529,1213.98997946958,176.697996503505,2160.84250706314,201.438015849134,2546.41313173679,33.9812680648049,931.286277917475,272.884184995171,5168.10846477109,152.648912895875,3014.80225587572,175.408781678449,3407.21449792334,142.382191060774,3868.65985343385,46.1543045018848,1049.79203371077,87.8849728160451,2018.53504798968,198.635688783138,4632.83691443201,112.173886691722,1348.83201330646,72.8521485593177,1837.03119231163,87.6667927707568,3283.82694786918,113.260922809438,2199.20083479094,126.530298652445,2801.62524842598,148.559061495938,3949.42450132857,1587.11522170001,521.827822737565,15002.1364604166,6350.99338195606,343.939035621746,2929.83171577239 -5991,502.284518013058,3006.47206578979,107.575517210794,1204.56527808893,186.633516170174,2144.06700174259,209.956212971425,2526.64428375267,36.1636716332391,924.056321148719,290.608841705365,5127.98632224356,162.563923464595,2991.39711129969,186.777533081885,3380.76289640619,150.937875466746,3838.62586264436,47.9582530332293,1041.64206822767,91.8083695906499,2002.86433375365,207.460188619733,4596.8703041616,115.815494266515,1338.36047799476,76.8138261333201,1822.7695668392,93.2553842366597,3258.33325443448,120.533293870862,2182.12753806321,131.475756045597,2779.87508426199,154.365516683505,3918.76350150162,1723.57322610907,558.077253295076,15738.2080921702,6588.73676414138,374.033701238648,3030.07836742527 -5992,523.846729955719,3082.1748381838,112.228781925066,1234.8961539745,193.308565995697,2198.05447033654,218.399294282759,2590.26502359257,37.4246646997153,947.323999619826,300.685066406718,5257.10868656208,168.200471243219,3066.7202973135,193.256246714633,3465.89028773537,156.425041029089,3935.28221388479,49.8616579022889,1067.87054821401,95.4628674248931,2053.29632828954,215.717348083166,4712.61920145571,120.809352277958,1372.06030837058,79.8387446747107,1868.66678677858,96.5190599949931,3340.37787528795,124.736653701458,2237.07336850294,136.693869266842,2849.87215929963,160.492096729419,4017.43771331146,1773.78405099187,576.528472991353,16345.8650873157,6862.57367707641,384.781796101828,3157.42750730637 -5993,559.538491329038,3157.227793744,119.22875572264,1264.96667593759,202.085986738451,2251.57852174249,230.894607539445,2653.33965625013,38.927270466674,970.391953184224,312.560592389254,5385.12269139387,174.84353167317,3141.39692478395,200.883390170911,3550.2869632644,163.258644682069,4031.10888713399,52.8558809842712,1093.87388838999,100.730567386839,2103.29542508635,227.661545188994,4827.37453431912,128.746188436696,1405.47086642015,83.8637362935631,1914.17003453968,100.435592861976,3421.71824220108,129.746499042073,2291.54755537616,144.902419799324,2919.26839402141,170.129745390133,4115.26492623514,1810.80870586956,596.459266655597,17208.5225768063,7293.54575916707,392.305462506054,3363.36305933406 -5994,603.880105960038,3215.06081121234,129.257291333785,1288.13790229362,221.439016084409,2292.82216600449,250.724609928982,2701.9426233827,42.872610741186,988.167260652012,344.3995972523,5483.76552460904,192.653979281618,3198.93995781629,221.325994199562,3615.31990398884,179.279131663359,4104.94935919254,57.2819686406574,1113.91109565796,109.546677982814,2141.82287036639,247.553291062988,4915.80072780529,138.913118778495,1431.21580041889,91.6814460527184,1949.23314568557,110.581273114564,3484.39610512408,142.895166966146,2333.52333870805,157.036373480753,2972.74255269972,184.376204857519,4190.64693979699,2022.16901072883,659.117595985855,18768.2749769363,7895.12814826161,438.522270417726,3633.3624659587 -5995,640.581353015357,3347.94678424089,137.553477733235,1341.37965061274,236.698523448745,2387.58986167245,267.149215907587,2813.62022317284,45.9136461764538,1029.0105216842,368.910268809658,5710.422362656,206.365024381738,3331.15961831908,237.090444245849,3764.74952024231,191.842572365182,4274.61650450028,60.9189327409454,1159.95164310191,116.816779267099,2230.34941244325,263.954607949527,5118.98225415487,147.641755158371,1490.3712924672,97.8891011438961,2029.79950459255,118.4078833616,3628.4143349602,153.030306793635,2429.97330891316,167.006974462918,3095.61294609981,196.082674693093,4363.85616628252,2179.80781621012,707.252699099233,20017.4408855849,8392.8510091043,472.9161739799,3858.95275029061 -5996,608.598275353445,3245.27693470468,128.258528713843,1300.24421574035,213.969007712996,2314.37080902622,248.301725145652,2727.33630542212,40.7294298414707,997.454358387399,326.73957025671,5535.3036279372,182.775121983103,3229.00457260455,210.039291837773,3649.29778468778,171.724060319239,4143.52892706091,57.1973535577626,1124.37997236116,107.975859664672,2161.9523758874,244.127293875224,4962.00092449738,140.024041033807,1444.66680365305,88.796704664712,1967.5526341506,105.146320436932,3517.14352397272,135.755623724146,2355.45450378236,156.804404397376,3000.68129518634,184.103850254001,4230.03191970283,1844.15169225602,620.512221584982,18352.7018096081,7890.32457552794,398.754319423962,3654.56170590804 -5997,516.799470136248,3126.23189509362,108.616283738351,1252.54793980422,181.984583313416,2229.47378169124,211.056228596108,2627.29064982966,34.5648821936901,960.865187110633,277.290412247837,5332.25456528241,155.11371605075,3110.55644476089,178.268221903142,3515.43222927557,145.714940061997,3991.53371211436,48.6971247455711,1083.13484566143,91.7517088888718,2082.64644563768,207.461210184985,4779.98206802015,119.009778770862,1391.67273863921,75.2237846786639,1895.37778251791,89.2311895937256,3388.12572408896,115.208481235887,2269.05042168195,133.501345195676,2890.60864781823,156.743758308767,4074.86355423855,1565.74793135406,527.120671767239,15586.062933151,6703.68040658872,338.564988190156,3106.91588623143 -5998,397.69106719994,2893.79516055474,87.1711126003681,1159.42044230846,148.665127708504,2063.71141250498,166.528547764049,2431.95041921869,29.2964028900163,889.424432259847,235.506310864394,4935.79906214796,131.740072566697,2879.28518693967,151.286162999519,3254.05827645141,122.137743209812,3694.76140187665,37.5509859722782,1002.60328721052,73.0653391928792,1927.80075431748,165.002875893172,4424.58827116563,91.3698956789034,1288.20125035206,62.4770779786264,1754.45559975295,75.5294751537597,3136.21706665687,97.6440395377268,2100.34551167589,102.94462284817,2675.69060671475,120.867149759802,3771.89563310474,1410.54013142933,451.182217693976,12588.3564346679,5219.80716164788,306.320703600617,2386.43864847713 -5999,361.18842155877,2719.32139550529,107.04752458876,1089.51623740749,170.0072477152,1939.28536292715,175.193512496675,2285.32236764183,37.5674376394009,835.798926371035,297.830924144988,4638.20804477429,166.603890211926,2705.68626257069,188.015631776151,3057.86339475358,131.518838572478,3471.99548480973,35.3716234161928,942.153960058754,70.1932229485039,1811.56908026683,158.398689141192,4157.81936333599,105.283260358066,1210.53254547827,78.3025111710101,1648.67531569086,97.7255760017695,2947.12711063971,107.244737295275,1973.71070548023,96.9699819545525,2514.36688186221,113.852331543264,3544.47911052158,1901.07101132862,563.917944104443,13846.9032648573,5207.25196010108,403.551128375945,2287.12368503883 -6000,358.341240868059,2629.45278758004,105.297885594773,1053.50971470311,169.221752183974,1875.19552190132,174.065013177246,2209.79663531028,37.1706484175842,808.177297628462,294.694627550368,4484.92373607119,164.849474631938,2616.26827089762,186.067046449842,2956.80659177093,130.091121990722,3357.25237226028,35.3611121349801,911.017491606848,69.6629924540246,1751.70002923333,157.245273557095,4020.41102359164,104.589846057312,1170.52665471076,77.1412771389829,1594.18960620954,96.6914221127905,2849.72993969488,106.114366251629,1908.48316972743,96.9411656704504,2431.27164646274,113.818498381029,3427.3405464632,1882.4314706661,559.157998801189,13725.7814563193,5169.42512714205,399.60763200745,2275.62857898014 -6001,359.290497163852,2591.82883790518,107.284491940651,1038.43540088573,178.929889824643,1848.36398406966,179.17645425839,2178.17740343386,39.8519925232023,796.613362303988,316.382191387512,4420.75048080738,176.981299138948,2578.83297400805,199.771870974171,2914.49864734518,138.643511052562,3309.21458474177,36.047429848299,897.982050765686,72.2457438452246,1726.63554659397,162.970220728413,3962.88432345908,105.216502011985,1153.77798511763,80.8818786605696,1571.37888688439,103.576385044503,2808.95411883039,113.876455235264,1881.17533021333,98.8226799988303,2396.48340363728,116.02758194277,3378.29989099001,2082.85804622925,605.569250076971,14318.7090720465,5253.70844380072,442.986092060891,2290.54524660201 -6002,413.321738206425,2613.72740803585,123.879686004294,1047.20922503642,216.419737423381,1863.98095990548,211.32041003008,2196.58099935368,48.341415948459,803.344012617896,384.21403097236,4458.10175687097,214.925808721054,2600.6217410403,242.666408985161,2939.12348062554,167.355453798588,3337.17440469654,42.5615200082918,905.569173274389,85.6065133953435,1741.22402907947,193.083540342902,3996.36705156513,121.581156843187,1163.52634803142,95.9212435375061,1584.65559337559,125.54950576423,2832.68719790777,138.243630419035,1897.06953174944,116.680814408789,2416.73148449588,136.994794667835,3406.84341824897,2592.06961164381,742.609145560701,17027.7621467452,6122.6256014451,552.08949158924,2655.61135526696 -6003,616.234430440606,2717.82683695762,182.67031781679,1088.9174314671,296.589497039543,1938.21951777905,302.171952567655,2284.06633807343,65.5612255797546,835.339565284992,520.043586271251,4635.65885235788,290.907617472165,2704.1991979899,328.348151094798,3056.18277109439,229.001939836524,3470.08725118282,61.0916230573583,941.636145483193,121.292953541966,1810.57342890393,273.705773169979,4155.53419598526,180.056678150035,1209.86722810679,135.099076475901,1647.76919190959,170.488053821574,2945.5073484367,187.229534619572,1972.62593991688,167.480398503123,2512.9849677856,196.638521251992,3542.53103937396,3359.96701083062,989.641542423199,23955.5309814873,8933.40774308977,713.772842697518,3916.97119494815 -6004,859.442420193797,3014.46472334085,252.279159462339,1207.76759547455,391.634167047637,2149.76696932468,410.653031692488,2533.36132687546,85.8288338784799,926.51290999146,679.845452615589,5141.61899126669,380.299317385543,2999.3496923271,429.16425017851,3389.75060010042,301.628825776534,3848.83078765792,83.3061942410455,1044.41125688465,163.809183589412,2008.18891631773,369.780953057315,4609.09100980722,250.253097556549,1341.91848776382,181.379445215359,1827.61537036687,223.394831319595,3266.99548089794,244.868461374732,2187.92868896793,228.380814112097,2787.26533738826,268.141621173008,3929.18147113702,4253.43040088558,1279.74370456263,32182.923276152,12294.8333956971,901.746169595759,5430.20541123649 -6005,929.278082182753,3636.85194232785,269.401040988238,1457.13163981372,418.713519151466,2593.62271430923,442.433611320144,3056.41661384388,90.9478813203188,1117.80716828553,720.124905571193,6203.19318063675,402.831274324793,3618.61615755483,454.689401462961,4089.62193470932,320.123406862561,4643.48699037743,90.2464696478763,1260.04762264405,176.00207939609,2422.81347806822,397.429248015049,5560.71579195847,271.43295248517,1618.98025240803,192.414376610591,2204.95746992207,236.77485961353,3941.5219452666,259.40593912533,2639.66356631605,247.407319427991,3362.74340103378,290.480616681434,4740.42743125095,4466.78068958129,1354.69832915498,34430.7624339078,13264.1934104188,946.439128438698,5883.53385431355 -6006,833.363465585595,4021.27904041698,232.494844693597,1611.15520104478,357.702081268891,2867.77708446535,389.146427344845,3379.48980682608,75.3983182638902,1235.96302745757,596.037611049746,6858.8909079938,333.417978668893,4001.11567378668,376.533753562537,4521.90829598353,267.127471144883,5134.31869236385,80.8685740550372,1393.238761219,153.274369274746,2678.91275550783,346.49016317134,6148.50156633144,244.614353965694,1790.1117392451,161.628540804938,2438.02865759036,196.495302898745,4358.15365519087,214.813123608615,2918.68460451673,221.6981695903,3718.19633334379,260.295536803951,5241.50605364091,3557.77464424363,1114.82728080292,29614.1464054505,11768.5606937735,751.893307592966,5294.25673400241 -6007,757.990665647063,4234.48143241308,213.384147121848,1696.57631688559,325.101013496896,3019.82247300327,353.41999039196,3558.6654629544,68.9765021350696,1301.4919975251,545.299835157405,7222.53937240699,305.035731698965,4213.24903328016,344.40142416181,4761.65332620922,244.325065450025,5406.53283504835,73.1183211759081,1467.10626295864,139.374374616292,2820.94483079597,314.998053638826,6474.4862164784,221.851556230937,1885.02087161602,148.369853140616,2567.28940680199,179.753591551296,4589.21665147498,196.524056801736,3073.42903605477,200.451141344254,3915.3297190682,235.349428168892,5519.40311501529,3258.90336728749,1018.15236681549,26996.3456166918,10699.2339218699,688.797365697052,4801.96815778172 -6008,733.457354622753,4319.99631671641,205.305979862564,1730.83848800759,310.014380824069,3080.80745393122,339.696989319344,3630.5323184823,65.4534893622692,1327.77548450373,517.206421968423,7368.39775640649,289.320533755527,4298.33513163077,326.657037936677,4857.81438861617,232.256942469823,5515.7171678293,70.4753396226598,1496.73431171504,133.67724684569,2877.91349973028,302.180135865214,6605.23774970927,214.515703145714,1923.0886596837,141.618117784857,2619.13553249647,170.623263696055,4681.89537430272,186.425971569866,3135.49659559605,193.205506318993,3994.39936981047,226.842337371205,5630.86685061964,3056.02896552004,962.843719301952,25843.8660234225,10317.5390187282,645.418905643612,4642.5404789112 -6009,678.485311529459,4429.81406318037,189.908880758201,1774.83778067147,283.580613272362,3159.12403271415,312.672309298635,3722.82334107821,59.7494449454273,1361.52859465201,471.970321301655,7555.70829496586,264.015873499922,4407.60223352064,298.074391989012,4981.30389874231,212.387765908297,5655.9310905032,64.9026614371897,1534.78248979607,122.887828506572,2951.07235262921,277.809843462902,6773.14815317996,198.304301677669,1971.97510480395,130.109259507176,2685.71604339864,155.78826330188,4800.91288299744,170.138735979207,3215.20341591007,177.928217608626,4095.94018260521,208.905292274609,5774.00796992589,2765.12393070306,876.278406028863,23732.6736714931,9521.01694995857,583.637462537197,4289.53482912564 -6010,652.135883966692,4528.39011834945,183.80489155857,1814.33300654062,274.623178205388,3229.42359393574,301.518254325983,3805.66682701707,58.2156145855089,1391.82650692248,459.986166256266,7723.84445307615,257.312046967481,4505.68401183866,290.478430813467,5092.15218287635,206.70046903503,5781.79176258966,62.3200980073815,1568.93579763899,118.720591258344,3016.74216786111,268.32496481945,6923.87010595124,190.523877673288,2015.85720097113,126.574968212304,2745.48092045365,151.761400293333,4907.74695017644,165.804067490626,3286.75090408591,170.84821660787,4187.08658731906,200.592672172829,5902.49619089232,2713.96149578816,854.713680486086,22971.8521082981,9167.25611869977,573.121472221211,4119.60168018376 -6011,624.570219722124,4485.11282399137,174.486925081386,1796.99363834673,252.199517483236,3198.56037062038,283.644788302047,3769.29651456669,52.8440485925007,1378.52498389526,416.970185193838,7650.02857563721,233.249301277601,4462.62371708298,263.304773043071,5043.48708045033,188.788303001848,5726.53585541577,58.8934606719324,1553.94166184927,111.07594977916,2987.9115160425,251.145476601931,6857.69948971874,182.284080246504,1996.59188963747,117.34801164411,2719.24268062809,137.87838954713,4860.84418697654,150.361981179214,3255.33981037704,161.454218580876,4147.07109086086,189.56319112799,5846.08672562439,2377.30271910534,767.443024213222,21374.4981317602,8701.02808354586,500.824038798811,3934.07022161508 -6012,580.919009327938,4426.30509387862,163.052820082525,1773.43188615781,239.839889843108,3156.62160956657,266.26961192347,3719.87439725498,50.6515210147875,1360.45009294202,399.972756742663,7549.72322469387,223.741095534042,4404.11085877869,252.563302541877,4977.35808020138,180.273160339477,5651.45088246595,55.0879823421683,1533.56674923344,104.606782163548,2948.73473255195,236.455471436791,6767.78296886144,169.544684449976,1970.41305276116,111.198652883552,2683.58861885777,132.094284424518,4797.10995680538,144.199141713752,3212.65657084515,151.02164214457,4092.69568336493,177.314316503743,5769.4342301649,2324.22967749113,739.66667104925,20198.1166540864,8130.28145554016,490.308048482825,3662.32698644606 -6013,560.739580695105,4359.76463546959,156.243728013534,1746.77195916242,225.874309355731,3109.1682496039,254.407264929336,3663.95368181228,47.2748854014971,1339.99850388365,372.993404310523,7436.22855282248,208.649092970853,4337.90404537294,235.537335574474,4902.53366541341,168.905002640962,5566.49285891817,52.8526390889054,1510.51270475829,99.5866927362945,2904.40652727257,225.176527292249,6666.0431719858,163.66735248009,1940.79191616866,105.094948190442,2643.24634395968,123.354454816847,4724.99520447939,134.507316698966,3164.36083966511,144.893532264493,4031.17036120031,170.119310546878,5682.7025679108,2121.80485010425,686.1671574308,19154.0559361934,7807.4420105096,446.929588429385,3531.90747332433 -6014,535.361420293762,4270.54583807499,149.68624128263,1711.0257878551,215.650721155007,3045.54182127098,242.966240059724,3588.97405136588,45.276825206843,1312.57659811048,357.243292778788,7284.05259285515,199.838624883996,4249.13260597169,225.577241439073,4802.20757114305,161.748072004851,5452.57941631215,50.3305807566688,1479.60137393291,95.1714405111264,2844.97036977909,215.163126292618,6529.62838703469,156.250325212606,1901.0752949215,100.658624007948,2589.15460283514,118.137905087375,4628.30228064372,128.825991611534,3099.60494290394,137.97940372457,3948.67596028862,162.001441088792,5566.41099452278,2034.27286131704,656.792679080983,18312.7215547111,7455.10057906478,428.52660537641,3369.00511200074 -6015,547.37250846331,4154.55490102455,153.705577632948,1664.55316070722,222.313007017025,2962.82282864806,249.092331048676,3491.49506880675,46.8357539229672,1276.92612265886,369.651222039999,7086.21275743242,206.779506830108,4133.72326690686,233.397964589309,4671.77633888195,167.11983686739,5304.48364124722,51.5481965289525,1439.41439167563,97.6909853749194,2767.69903454851,220.840017313707,6352.27922748445,159.583493357146,1849.44079356679,103.828264864026,2518.83139827572,122.182960074137,4502.59443465873,133.288536047713,3015.41755903179,141.317451799906,3841.42722860216,165.920639056247,5415.22347617181,2120.52436450423,680.713768601405,18836.0803705638,7634.07910645168,446.929588429385,3444.36426842714 -6016,572.987070627708,4108.0285666195,161.184697412592,1645.91204057882,232.303994821902,2929.64255085835,260.680376291954,3452.39425752494,48.9660771915602,1262.62598865925,386.44676576994,7006.85515781655,216.174780110295,4087.43022333519,244.002291570804,4619.45770707019,174.810341939389,5245.07940045168,53.8835274149334,1423.29457212095,102.237845208691,2736.7039234279,231.107908115618,6281.1408565607,167.134423983858,1828.72914024321,108.777113105628,2490.62332430919,127.744227766602,4452.17044957537,139.346651483028,2981.64827951456,147.719674033444,3798.40757136125,173.437479976029,5354.57907398367,2214.26736868748,711.243078823089,19705.4312150957,7990.2841615053,466.647070271858,3604.60672087439 -6017,623.269227649209,4089.05414072519,175.514613519847,1638.30979645221,253.391772404591,2916.11092989306,283.69174223677,3436.44811743974,53.4996159953592,1256.79409073899,422.269975698178,6974.49144568844,236.213955528552,4068.55093839034,266.606105460262,4598.12105945121,190.861503143926,5220.85309121851,58.6225560018437,1416.7205678397,111.316364635967,2724.06345977298,251.622156745338,6252.12912020547,181.605081781929,1820.28248876803,118.650006802386,2479.11947351279,139.562263070256,4431.60647907363,152.259088365287,2967.87645115333,160.711543565347,3780.8632427836,188.691217344015,5329.84700063344,2425.87397181868,777.47400185763,21479.634259393,8694.1931231964,511.340029114796,3919.49826566879 -6018,664.476924072234,4079.43696630222,187.133763025725,1634.45660436204,269.796988864809,2909.25243732135,302.100387517803,3428.36582754982,56.9891642932184,1253.83819737871,449.798356599397,6958.08792095233,251.613079587093,4058.9819860907,283.971375112352,4587.30659460805,203.294088484,5208.57400341802,62.4332464851483,1413.38853839215,118.533377242467,2717.65664965742,267.937341993976,6237.42454203296,193.412088231604,1816.00130940697,126.439905356304,2473.28875482538,148.668334954543,4421.18364508404,162.186672333693,2960.89620963188,171.158408925541,3771.97091218003,200.956868575486,5317.31156664583,2581.91316768745,827.714068389427,22883.864939131,9264.23462985923,544.202498852251,4176.20955528742 -6019,681.426155905361,4119.9850539103,190.622822427445,1650.7024956781,267.34709908477,2938.16932552846,305.697212945442,3462.44250996367,55.9315713647442,1266.30088315953,440.934494329944,7027.24872940066,246.654716245096,4099.32675879613,278.379506102906,4632.90271760731,200.61760334322,5260.34529361034,63.3379994366242,1427.43709527693,119.425624515881,2744.6691469283,270.027231594347,6299.42222427889,198.47613171062,1834.0516876328,126.339599378071,2497.87232602384,146.017612140639,4465.128567693,159.047632578914,2990.32641774596,173.638755285267,3809.46290145834,203.869040057811,5370.16366781194,2456.24701830351,804.800271047267,22932.9681198727,9436.33106390066,516.598024272789,4274.49904790169 -6020,658.354823141637,3876.30661547024,182.15771846796,1553.0709263368,251.992891196864,2764.38992979067,292.349141336389,3257.65473210131,52.0990720354533,1191.4049265563,410.330443483398,6611.6188243152,229.535090598714,3856.87016485996,259.080213621903,4358.88752461534,187.610013774021,4949.21971668964,60.9527617084159,1343.01066222024,113.743696985544,2582.33440954295,257.285614429133,5926.83995745003,191.771482080751,1725.57584478076,119.03668718327,2350.13450176877,136.094159804782,4201.03645508281,148.051776281142,2813.46216645194,167.099715311325,3584.15044061782,196.191561604358,5052.54283190673,2229.15064738402,744.895317927823,21748.1027443309,9069.86245782926,467.961569061356,4128.86631405051 -6021,551.391974454049,3566.41262703804,151.494432221405,1428.90960696134,207.49541667494,2543.38888268421,243.232153587934,2997.21929238741,42.5620166262837,1096.15724334807,334.990696653882,6083.0484271017,187.39072649209,3548.53003678973,211.525073917751,4010.41327473547,153.701868648465,4553.55095521677,50.8934996334033,1235.64275459359,94.3793892931635,2375.88791574775,213.53734413938,5453.01467596087,160.678231068519,1587.62350149935,98.0314533135792,2162.25138870474,111.228686184709,3865.18171711681,120.893401364434,2588.53800576113,139.52262476016,3297.6130777706,163.813334928999,4648.61383319048,1787.04404489998,605.718910990167,17989.1283242976,7570.60249899492,374.632155006984,3457.38030456437 -6022,427.124395400387,3246.38161197647,122.241351713568,1300.68681286282,171.460785652805,2315.15861015465,193.246413757809,2728.26467809717,36.5641945643483,997.793887241649,288.527283841029,5537.18781971291,161.399519066713,3230.10371083949,182.09563975156,3650.53998878989,130.682679595114,4144.93936515999,39.5691035853207,1124.76270610787,75.908339946817,2162.68829448554,171.516744588349,4963.68996668214,124.028570648893,1445.15856155705,82.1191566101883,1968.22237997499,95.398647515314,3518.34074337518,104.043079283053,2356.25628961064,108.47721676438,3001.70271323275,127.362961186659,4231.47180302086,1647.06220590691,528.175695357154,14678.6359383828,5942.82703351711,347.027680427523,2671.40414849644 -6023,425.116735865766,3035.12865157233,130.81550711222,1216.0467512132,192.689515168869,2164.50345969545,196.966664626765,2550.72732762433,47.9161596317453,932.864086082314,393.571525133364,5176.86440150703,220.160305220483,3019.91000816145,244.60613664328,3412.98708470107,151.128352841908,3875.21423230581,39.4454274045167,1051.57061724781,75.161602563507,2021.95489981747,169.874075135354,4640.68598091489,115.504388082572,1351.11723774717,96.7112854726075,1840.14353583373,121.776436155246,3289.39048841856,127.640077612444,2202.92677504748,108.13816314279,2806.37183097165,126.964878764057,3956.11571365755,2258.7893034838,683.735335353543,16635.0754287891,6218.6044076903,465.918825684183,2669.68659845831 -6024,425.382133794298,2911.79487380463,132.490929284814,1166.63216060217,195.004056358517,2076.54791667845,198.114626109767,2447.07740912474,49.4323297232538,894.956746694661,413.163915642053,4966.50025654789,231.120108963729,2897.19464661258,255.547695973055,3274.29886454589,152.097598922887,3717.74321021855,39.8946256720779,1008.8395861439,75.58687852771,1939.79187976189,170.873205442926,4452.10968014973,117.032378876696,1296.21399894967,97.2815506560245,1765.36849992491,124.13402053602,3155.72466991046,128.851324849305,2113.40988383713,109.369623383868,2692.33368647479,128.410734654958,3795.35722455734,2357.97451023873,711.749055911758,16906.3251417475,6287.00473925309,480.764383460647,2686.14186442357 -6025,426.545756366405,2855.19649193232,134.735190696078,1143.95560013278,206.7253899096,2036.18475338641,204.217214380461,2399.51203186595,52.6742300600121,877.560911512617,437.863324279515,4869.96327840501,244.936731857234,2840.8800585066,271.363584350109,3210.6542654133,162.652486934845,3645.47910541909,40.7310812124259,989.230138837655,78.5285821914906,1902.08692926855,177.403004383351,4365.57123402448,118.811446788209,1271.01867507545,101.903264611491,1731.05392598189,132.777237978562,3094.38487171304,138.52918935239,2072.33021138691,111.662734946743,2640.00110924359,131.103074002247,3721.58448751812,2584.630327861,764.574305327951,17620.4493883311,6394.17468646594,531.021929058213,2705.82084178199 -6026,491.102685385108,2862.01949304946,154.64401567864,1146.68928601385,250.914172371706,2041.0505799193,241.404859042787,2405.24609371433,62.9807960910679,879.65799978536,517.120266460535,4881.60092400414,289.27233915378,2847.66884795336,321.813713646821,3218.32669626055,197.152308943895,3654.19062775357,48.2074846933243,991.594080640423,93.2932750499365,1906.63230514022,210.727230770134,4376.00354489726,137.130085169687,1274.05600083025,120.83544337621,1735.19058799593,160.101915235214,3101.77945611247,168.489812061799,2077.28241393665,132.159015315254,2646.30986262309,155.167730516395,3730.47787723319,3156.16327732588,920.433674536394,20851.8680658438,7432.90326593224,655.836223734338,3137.92323987683 -6027,730.333445165512,2945.97483333986,211.041622367466,1180.32661428797,341.038170043696,2100.92337128329,343.289641607222,2475.80230577729,82.5203610275974,905.462152024889,663.41870934587,5024.79927318799,371.110347703821,2931.20322210591,415.07114577647,3312.73405917558,267.203782148198,3761.38375427981,68.8092068559764,1020.68179952993,131.361133691523,1962.56203041828,296.869769764823,4504.37054855186,187.692150759806,1311.42954261027,164.323932771628,1786.09119039842,212.734650802671,3192.76798724445,225.823324540327,2138.218040813,188.637865687457,2723.93751176032,221.47947635927,3839.90883687184,3975.74862182243,1191.44509147723,28503.7452681335,10563.6847384577,829.672321326982,4563.65164816573 -6028,1031.06362557179,3210.51214380092,296.071227237059,1286.31544503957,460.097264208017,2289.57828164923,474.207486083754,2698.11991548378,109.099259836702,986.769201803516,866.761226619865,5476.00709420962,484.858288823733,3194.41409818512,543.942797622102,3610.20495009067,359.740774339597,4099.14167763622,95.2564314892649,1112.33513445611,180.533402674758,2138.79261978528,408.112576275727,4908.8458538901,265.827558817043,1429.19091658236,225.213141942657,1946.47537100954,283.419917624687,3479.46638219112,302.242476636633,2330.22187034155,261.141942338458,2968.53671711339,306.606419839334,4184.71801332027,5073.90951856692,1548.20270820078,38878.4674924759,14717.8687139351,1066.14893672088,6415.72454097452 -6029,1113.9089826181,3756.15690489053,323.018957973608,1504.9320558036,490.90239577422,2678.70510582235,510.178823837605,3156.68070913097,115.26359939867,1154.4762283626,914.911864781018,6406.68558063566,511.793314650432,3737.32290505291,574.368268537323,4223.77977218888,380.948284939155,4795.8140716918,103.043075068082,1301.38280395763,193.658773072022,2502.29256489414,437.928328533006,5743.13206842551,294.497288149455,1672.09002466883,241.065022354214,2277.28990813318,299.606215044716,4070.82144262778,319.477945762143,2726.25630309814,282.488734325925,3473.05638103138,331.669660955344,4895.93459134021,5267.81978478117,1622.54301290268,41697.7972576343,15930.9371602442,1109.73548259361,6968.42928304591 -6030,1014.35182817263,4099.38610484093,292.111602838155,1642.44937432154,432.24239149019,2923.47917507845,458.584782941233,3445.13111781417,102.707301306394,1259.96967878442,838.584935915926,6992.11415080861,469.09672995776,4078.83109630751,522.170013104332,4609.73930175153,328.320572108607,5234.04481354246,94.1603697107024,1420.30024802127,172.679073991998,2730.94645152285,390.869052781717,6267.92660575931,270.13957295398,1824.88186375971,210.526720218615,2485.38355624622,262.078601406807,4442.80398283394,274.884945050805,2975.37549419311,258.137129988239,3790.4164895753,303.078473509687,5343.3141218937,4629.81522752677,1454.74284170542,37345.2871217301,14521.0725701066,952.974157887004,6381.43518148057 -6031,921.887179871354,4297.44793605509,274.5092303537,1721.80431245983,392.242823708915,3064.72706540249,416.021151625347,3611.58262067733,94.7025609118146,1320.84511122042,778.920384243595,7329.93813160714,435.72092640446,4275.89981232669,483.88683515496,4832.45884662353,299.721987696858,5486.92767793109,85.0595253359296,1488.92205157981,156.828975300881,2862.89212370475,354.914534421752,6570.76146680998,253.348925366627,1913.05102724956,194.70841186056,2605.46485764849,240.460220364991,4657.45804811617,251.187717035175,3119.13075506831,233.187505697348,3973.5504544641,273.78515160335,5601.47633269033,4252.93237887254,1333.79200844748,34310.8276843491,13300.4262449264,873.249967410382,5810.68104461583 -6032,893.260050190302,4361.71406706155,252.351858416796,1747.55301335361,375.104094498843,3110.55848768262,400.632499338149,3665.59198746775,87.9258920466433,1340.59767279185,709.289381619064,7439.55359902978,396.769981502056,4339.84370218839,443.089962761123,4904.72579155028,285.774377332311,5568.98186874849,82.1181925747356,1511.18811763787,150.73419945948,2905.70520789264,341.182827125508,6669.0238363655,234.209488345324,1941.6597247297,182.877287523553,2644.42824903004,226.16434350836,4727.10794580687,238.651230238981,3165.77575663999,225.123952000099,4032.97286466363,264.317743541066,5685.24353992187,3917.26312808843,1237.87610252554,32351.6076909164,12657.153262254,811.620721616301,5586.32364465729 -6033,823.33961472625,4447.4238951544,236.895900984795,1781.89329014726,340.52417468585,3171.68249286796,366.762579668757,3737.62267409091,80.6753100490532,1366.94107685503,657.404023499039,7585.74448872511,367.745787548217,4425.12376684769,409.397361042288,5001.1060672797,259.154110547267,5678.41510331725,75.2428734893813,1540.88370790061,137.743870057169,2962.80374530886,311.813430826941,6800.07343699809,219.942190966775,1979.81429393408,168.174974538813,2696.39256561371,206.130601016441,4819.99794345048,216.1937707927,3227.98480833625,206.275522008803,4112.22276633504,242.187826043043,5796.9613735489,3555.70316117481,1131.02148992488,29766.158466017,11701.968578604,731.663160676484,5156.72617262408 -6034,793.707901693994,4539.56683678536,222.870886921099,1818.81104147866,331.854056227541,3237.39427607142,355.263466778028,3815.05976037193,76.6987377849293,1395.26173502185,610.068562170186,7742.90801262791,341.266764172781,4516.80468833635,382.642490409557,5104.72034721144,253.915970727314,5796.06205664487,72.5573779213786,1572.80815695343,133.72850325593,3024.18792163292,302.641125217471,6940.95921370003,206.599702696958,2020.83262661985,162.357005374738,2752.25716243305,199.098470054175,4919.85997586178,211.620873003493,3294.86307827229,198.913336403009,4197.42091952767,233.543893358114,5917.06440084563,3387.16314951047,1072.48187770798,28512.2884163711,11182.4730316198,708.798625157194,4948.53530457693 -6035,757.565741693114,4484.85290103974,215.11623529749,1796.88949829298,302.504049744677,3198.37500644224,332.389681074702,3769.07807487206,71.4141147614096,1378.44509509496,582.284263399516,7649.58523829309,325.724482002812,4462.36509742857,362.410036605112,5043.19479838298,229.97722504207,5726.20398904795,68.203818291362,1553.85160723543,124.369364123902,2987.7383594663,281.582112440031,6857.30206972894,199.902455944822,1996.47618239051,150.579620024608,2719.08509404967,182.394840754393,4860.56248949911,190.961731427253,3255.15115569537,186.978215591803,4146.83075823136,219.530883308847,5845.7479309994,3077.70976373036,994.850176239877,26738.8856113984,10659.3561185651,630.301277572296,4719.53651128501 -6036,695.491949191431,4452.94727521023,205.815103403519,1784.1062732342,279.691868201682,3175.62149401503,306.025793900853,3742.26453216898,66.9792479690297,1368.63871918898,550.610367852694,7595.1654368527,308.006395033112,4430.61945175082,341.891552548492,5007.31708070238,213.088923306409,5685.46728576484,62.6750160350325,1542.79737445033,114.649269359825,2966.48333410047,259.541738607544,6808.5186382844,191.781228867469,1982.27308064817,141.666209931937,2699.74129091418,170.128051889637,4825.98403363159,177.369513509795,3231.99373290274,171.821211099294,4117.329850739,201.735063758291,5804.16078192326,2878.69894018639,927.097603012802,24986.2232200404,9911.66598523228,589.186217061668,4360.80298536263 -6037,674.222384533353,4390.95547790948,199.482549876588,1759.26880096745,265.716371341564,3131.41201391253,294.185882572676,3690.16651932802,64.3859649626941,1349.58518704179,536.547962769502,7489.42918462977,300.140014470646,4368.9384917047,331.81194631255,4937.60761272471,201.478305818406,5606.3169357256,60.4624187039548,1521.3192889932,109.877292191886,2925.18537520314,248.805509447456,6713.73370568647,185.711674908807,1954.67682508629,135.171139702618,2662.15678687064,162.020882551406,4758.79899740736,167.447360868026,3186.99946551431,165.755458313713,4060.01035833263,194.613271186162,5723.35803793007,2747.52473483655,892.890309423231,24026.8713453413,9599.18519312941,554.932181767216,4225.56064807476 -6038,640.094524631787,4312.45853220964,198.944806181338,1727.81841887278,250.520406411257,3075.43187927976,278.557230608295,3624.19755144658,62.2831889049485,1325.45870348315,527.933087210796,7355.54094117426,295.320932013401,4290.83514283801,324.872419349654,4849.33818739962,190.334709449585,5506.09301901916,57.1257477303154,1494.12272136207,104.017105763232,2872.89194642336,235.516931940492,6593.71254109263,185.010448791092,1919.7331411042,130.775482996841,2614.56551025789,154.863094126327,4673.72612696374,158.380607547636,3130.02559610286,156.60809970099,3987.42970607092,183.873369161544,5621.0417818477,2637.64655977785,858.324210826133,23143.7163989988,9235.84953857817,527.738096969597,4035.99601395014 -6039,652.828900996554,4198.61196423752,202.730988134418,1682.20494906234,256.913934318905,2994.24214449785,284.542410961533,3528.52070034101,63.315035285851,1290.46731208697,532.513959365424,7161.3586469037,297.883429926321,4177.5594206258,328.414145094228,4721.31828751,195.570317835174,5360.73514752458,58.3144534390161,1454.67869130688,106.345914830916,2797.04915609571,240.774693319438,6419.64210368636,188.2565532074,1869.05322664133,134.074070590169,2545.54239783654,158.301408304546,4550.34229029092,162.710724953986,3047.39461678568,159.866891918856,3882.16372294884,187.699512928313,5472.6493253147,2677.05111567512,869.689293090695,23610.7033775219,9409.85605735058,539.619883064363,4115.08271599171 -6040,683.041226728075,4158.64870169483,211.272147800645,1666.19337223586,268.145681329934,2965.74232456779,297.547615155782,3494.93550591578,65.6105445819815,1278.1843756225,548.866800525929,7093.19534479189,307.031059445247,4137.79654057492,339.010801879559,4676.3797973903,204.306713405653,5309.71055464791,60.911616971516,1440.8327567573,111.200090865348,2770.42626007151,251.754041586722,6358.53861400812,196.598380257477,1851.26318901967,140.029769963233,2521.31339548415,164.659501791865,4507.03118529839,169.773868240806,3018.38888056164,166.986918554791,3845.21248062986,196.059127077063,5420.55951000086,2760.99079348683,898.781400577806,24596.0315097155,9820.40809859849,558.751645147295,4301.54650008465 -6041,742.258267975505,4139.67427580053,227.914569796658,1658.59112810925,291.890909391136,2952.21070360251,323.34975497601,3478.98936583057,71.035337006249,1272.35247770224,591.404779758266,7060.83163266379,330.826415290872,4118.91725563007,365.773559849757,4655.04314977132,222.589366371846,5285.48424541474,66.1824260873367,1434.25875247604,120.884957543785,2757.78579641659,273.674572850494,6329.5268776529,211.511915500995,1842.8165375445,152.032267197571,2509.80954468775,178.869526771179,4486.46721479665,184.963482147932,3004.61705220041,181.436644506952,3827.66815205221,213.024531799792,5395.82743665062,2991.01411666686,972.859663492152,26663.4760967876,10642.3786807004,607.350052109285,4666.76637409362 -6042,786.977618364391,4156.50433261651,237.326678864142,1665.33421489841,306.942882254887,2964.21306672678,341.426400589987,3493.13337446222,73.0750435536872,1277.52529156706,599.173720723521,7089.53780363972,335.172289687073,4135.66292372232,372.163180215041,4673.96846501882,233.927510968033,5306.97265107755,69.9359792954679,1440.08980455521,127.522436301522,2768.99771516858,288.721426133329,6355.25989186416,222.447643065826,1850.30860212784,159.154232193274,2520.01330334608,185.935725197386,4504.70717598622,193.885556831474,3016.83247600667,191.72687016539,3843.22973206548,225.10627255817,5417.76444818289,3030.27368755857,992.910575314728,27865.8691366938,11190.8663750291,622.126719520674,4934.04876338073 -6043,809.887686064076,4163.39230659262,240.428484676491,1668.09393263616,306.012234962358,2969.12522868534,347.09204269813,3498.92203961278,72.723297994834,1279.64234961824,598.926135418177,7101.28627013618,335.033792735663,4142.51636024325,371.43885331333,4681.71395752308,232.230264834756,5315.76712994426,71.2415640277176,1442.47625728165,129.118120392934,2773.58637493548,292.406483235561,6365.79154568756,225.91733047315,1853.37485118699,159.089803710962,2524.18935722787,184.488346351508,4512.17217621603,191.619754618339,3021.83183650823,195.306081852588,3849.59856131725,229.308620413256,5426.74252628447,2953.35576257842,984.717097404507,28072.1870373506,11422.715560587,601.258028647767,5059.73303987015 -6044,783.609562100242,3898.79001696944,223.572679419609,1562.07906750247,289.04032959232,2780.42397839863,332.509066251022,3276.54982130692,66.6155665387888,1198.31532812387,540.509980461922,6649.96761746626,302.356330867409,3879.24083081832,336.603168753226,4384.16999786311,217.550716503385,4977.92624200784,68.6621754722407,1350.80040924797,123.190545712563,2597.31249747419,279.098719193031,5961.21688776123,211.573516752067,1735.58455110464,148.408777113375,2363.76578092752,170.694063794122,4225.4033586078,178.53686313407,2829.78084445298,188.234784651005,3604.93927426383,221.00621943093,5081.84865323374,2633.32201304909,896.436139304591,26347.9379765984,10884.2536280161,539.395412390492,4871.87390004449 -6045,654.343911235393,3576.9395349433,182.124382010954,1433.12729050233,236.066738897824,2550.89615212698,275.246769948516,3006.06612385711,53.7081008397035,1099.39274847805,434.35590205419,6101.0036379177,242.974711999718,3559.0041610156,270.706074768403,4022.25073035827,176.578311025837,4566.99157932853,57.0632716114941,1239.28997628151,101.629847711,2382.90077597953,230.321361622056,5469.11022891643,173.153542097565,1592.30965762772,120.531737154001,2168.63366232736,137.918763144055,3876.59049569299,144.341022853707,2596.17854095589,156.43682375916,3307.34657549144,183.672274297735,4662.33505247343,2082.91636865677,721.157440262232,21544.0962074015,9002.17751288336,425.460531591278,4054.06477348857 -6046,502.354821663459,3252.03495035655,148.13318579187,1302.95186471393,191.873510300223,2319.19029114325,216.01594654367,2733.01575337396,47.0983058809431,999.531473007086,392.539955961481,5546.83043113708,219.583254877065,3235.72870243405,242.566920508282,3656.8971397023,147.767496922213,4152.1574767676,43.8663178976018,1126.72139887259,80.6848477335777,2166.45445946573,182.612908661214,4972.33387314462,134.175777993795,1447.67520049167,100.004057678751,1971.64989665392,118.5066099508,3524.46767887941,122.337121218133,2360.35953923052,120.257868995512,3006.92996103741,141.194609874017,4238.84060459982,1989.17092698556,650.197359995291,17601.4138958108,7069.60822035571,399.458844502846,3109.63016962877 -6047,509.333481323268,3041.82168806208,122.147431463467,1218.72836580469,252.963947420021,2169.27660189172,258.388616263474,2556.3521669768,54.1263897961144,934.921228986254,465.944619650638,5188.28037305862,260.645151204385,3026.56948464522,295.876447151129,3420.51337097072,212.220571826644,3883.75981743249,47.5584031478191,1053.88953065174,93.0295879703984,2026.41369530151,210.04549959699,4650.91957697403,108.383316423193,1354.09670847553,98.7900216920325,1844.20140264782,133.08347557559,3296.64422066368,186.118378314392,2207.78464796895,130.379582547521,2812.56041512237,153.078500784189,3964.83970195224,2678.83851294581,820.692895780065,19846.047717684,7498.58913337268,567.098695782154,3263.21727051238 -6048,509.503974492922,2913.41939697969,123.667042157549,1167.28303783212,258.606897103394,2077.70644616317,263.441533742067,2448.44266118905,56.7814012678986,895.456053149507,489.211460904759,4969.27112301183,273.660409028965,2898.81102415634,310.68889247769,3276.12563278268,221.81465080355,3719.81738105327,48.8875637949765,1009.4024291183,93.5509106305502,1940.87411151242,211.401023993445,4454.59356231409,108.635179893879,1296.93717134758,101.87390992366,1766.35341890614,139.525325358411,3157.48528426777,195.27690313366,2114.58897902875,134.023426723205,2693.83576978018,157.356733561177,3797.47469712533,2852.78350064491,860.466224263308,20397.9424131513,7622.12233539342,600.80507778993,3298.59108870926 -6049,510.557548964614,2853.83189801205,125.705532162775,1143.40886548197,274.264355704111,2035.21159257492,271.973013879163,2398.36522479345,60.1251637865472,877.141495795377,518.549131064454,4867.63576003615,290.071632921821,2839.5223068888,329.385698687038,3209.11978633171,234.008473153178,3643.73680899998,50.4679514392575,988.757352660931,97.1432923354635,1901.17785829328,219.469020314297,4363.48478148739,109.39809407623,1270.4112127304,105.834957711667,1730.22659740056,147.630947207498,3092.90596166433,206.81376516197,2071.33977545185,138.356000310341,2638.73936439577,162.443602657527,3719.8058177909,3097.69109005134,922.157154104478,21221.1848688253,7777.74082129869,655.314504943328,3344.61205471747 -6050,587.30170652114,2864.09888296567,144.235418539182,1147.52240896921,329.890061495636,2042.53349783954,318.690300220719,2406.99361656852,70.9722172586786,880.297112125057,612.476446380557,4885.14763350803,342.613712538802,2849.73781146025,389.136777933985,3220.66495988716,275.610932075787,3656.84556674392,58.9010288588637,992.314519735006,115.361196053916,1908.01756194886,260.45421900633,4379.18291445314,126.629246387498,1274.98166161182,123.192148589257,1736.45128444476,174.185755702888,3104.03304276308,244.151208399286,2078.79165596493,161.474966482139,2648.23252948712,189.587551212274,3733.18824244887,3720.63980723373,1103.34086299576,24904.9049226649,9012.58587452272,791.966561248957,3872.71531344034 -6051,874.597614513321,2960.01071054686,196.970494516782,1185.95019234261,438.318529148796,2110.93306387365,430.266705684896,2487.59808107022,91.161544256575,909.776158864861,785.551293044566,5048.73955427598,439.430196034717,2945.16872107374,498.988402065861,3328.51733333931,356.060772677823,3779.30458642882,78.9040563535693,1025.54476178049,162.552160661412,1971.91251072732,366.311420439951,4525.83128582593,186.767343118174,1317.67775078143,162.656124108539,1794.6008885619,223.978045244973,3207.97969201269,313.522882457021,2148.40542107267,216.312517825911,2736.91550872144,253.972249969235,3858.20379591577,4635.70741135872,1412.95012923258,33278.0388416422,12422.8415907308,988.091807332684,5405.05595346717 -6052,1235.52380919239,3214.54096530908,276.536114961822,1287.92962218613,589.132161970574,2292.45143764821,594.865759610207,2701.50574399345,119.289777089848,988.007483051415,1025.98951623705,5482.87884992081,573.929135171105,3198.42271850746,651.587856424058,3614.73533985415,469.287576895655,4104.28562645689,108.889355413833,1113.73098643027,223.483977038819,2141.476557214,503.689925570522,4915.00588782569,262.676091606498,1430.98438592497,219.777132558989,1948.91797252873,293.495123746777,3483.83271016922,410.124125517627,2333.14602934471,298.516093120238,2972.26188744073,350.487362376266,4189.96935054702,5824.96504103052,1829.26375259506,45188.2205381559,17344.5676868098,1244.51668105789,7632.84997234171 -6053,1334.83244910119,3777.99048955594,301.810104489196,1513.6798430468,631.439109656124,2694.27573724232,649.129565756855,3175.02969115425,126.026457223171,1161.18690502345,1082.78619123743,6443.92601429999,605.70067478987,3759.04701246791,687.721674851194,4248.3315296365,497.777878763699,4823.69091901878,119.65255840345,1308.947411175,239.77143807881,2516.8377550863,540.873566060678,5776.51543430601,284.594365083415,1681.80945866645,235.310619132947,2290.52721511366,310.309482029188,4094.48409221242,433.204389263736,2742.10333753266,328.023011346631,3493.24437436154,385.131397251984,4924.39341378107,6008.51728286633,1919.47948000697,48665.8303836001,18959.3587539003,1284.46989562238,8403.97443702414 -6054,1215.61121865879,4147.01711651778,272.904042777179,1661.53309157241,562.876816833395,2957.44725399659,590.929465624368,3485.16030177103,115.495469072176,1274.60934163827,992.485459143065,7073.35594220019,555.187272600034,4126.22327811412,630.545526232008,4663.3001376654,455.804912928147,5294.85949243708,110.689776556908,1436.80280132267,213.888493349009,2762.67748124159,483.151088126657,6340.75401886782,260.36383986677,1846.0852749873,213.683781776856,2514.26137603714,284.342036504993,4494.42518731975,397.017701149777,3009.94655953861,303.451880310449,3834.45756486261,356.282463790952,5405.39840739988,5483.37537446882,1741.53908913595,44271.5594803547,17342.9278227561,1157.99361357746,7693.36648025399 -6055,1104.9555359461,4334.81196277831,256.486700884702,1736.77448622347,517.317870409319,3091.37323905601,549.79454726524,3642.98341285912,107.303427071829,1332.3291577446,921.824985081083,7393.66804952683,515.660450807633,4313.07648956185,585.606892311621,4874.47450898194,423.955411273088,5534.63359908178,103.360926705847,1501.86743780713,194.248764869258,2887.78344976791,439.263159819525,6627.89074695275,235.961426531104,1929.68398959573,199.692710764253,2628.11799039521,264.229077792423,4697.95217150324,368.838782731729,3146.24993990073,283.360112696534,4008.09836466007,332.692745183583,5650.17819353853,5054.88965939013,1605.67562908553,41081.4365120913,16116.6502994497,1065.88872866627,7142.02802799242 -6056,1070.78798788937,4390.11072358931,235.807574758491,1758.93034389873,485.156016110615,3130.80957696224,510.382225374103,3689.4565863476,97.7376156320357,1349.32554698784,839.371017098507,7487.98833019817,469.536456569146,4368.09797312418,533.253887811562,4936.65769068995,386.635674760152,5605.23836399435,95.3640902271207,1521.02660986033,186.722739962537,2924.62261318121,421.57377664486,6712.44208349152,228.434817491679,1954.30077442925,182.639036935284,2661.64462762466,240.731540717139,4757.88347548233,335.938333532015,3186.3863343677,261.437084739594,4059.22927291572,306.952946154274,5722.25694923703,4583.58939024414,1474.48269324654,38037.4466886916,15027.0582174695,970.80803214233,6691.69972950909 -6057,987.161145684961,4479.00461887016,221.39144665178,1794.54634077021,444.868440965377,3194.20430119626,475.170875144071,3764.16316850001,90.6144757128448,1376.64759224497,777.921945407048,7639.61012117309,435.162408867086,4456.5461395253,494.192232802468,5036.6184341481,358.949991051737,5718.73697565253,89.2986662269385,1551.82537296436,170.653307101118,2983.8423260042,385.652642949196,6848.36009586474,210.350376112502,1993.87276231919,170.361974306565,2715.53938648155,223.244694705549,4854.22427917901,311.43562168153,3250.9064139205,244.808951817227,4141.42325949756,287.429876599511,5838.12503139776,4202.85064786112,1355.11560432796,35316.2702960462,14021.5330985631,886.72954774248,6246.18374346602 -6058,951.58482015759,4541.45128291205,208.309461068913,1819.56605876237,426.273347928135,3238.73816973428,448.623646315793,3816.64345213086,84.1134250300695,1395.840930277,721.866053042379,7746.12221643597,403.805256267619,4518.67968553454,458.55712113809,5106.83939751557,333.715498988334,5798.4680938474,83.4382157379407,1573.46105454168,165.658059606957,3025.44330995964,373.818847671147,6943.84051585419,202.749577609905,2021.67150626473,159.180649697605,2753.3996679927,207.279461772061,4921.90228769653,289.074697695488,3296.23082814559,228.742746105461,4199.16333546256,268.566565062591,5919.52066803861,3893.30183949953,1269.97941157416,33257.7433731707,13235.0702644501,828.522062641614,5914.83217715711 -6059,908.722186669769,4510.91025100282,201.082841899197,1807.3295683544,394.677244399315,3216.95781811856,428.213684463837,3790.97671650027,80.3056059355738,1386.45397008826,688.948495166762,7694.02993336444,385.391475985742,4488.2917914746,437.644693102944,5072.49615891656,319.0318435902,5759.47368698341,80.3758035152521,1562.8796079333,154.128907981722,3005.09735556909,348.263447776483,6897.14353694674,193.180889727169,2008.07586686744,152.74165833955,2734.88319343853,197.945908330469,4888.80274187771,275.971425364415,3274.06384128802,220.347257595438,4170.92417281801,258.709432762012,5879.71218868969,3657.10570856571,1192.40835274065,31684.0405534417,12717.9889179819,769.297121874824,5680.36014603049 -6060,834.222438454154,4465.74851051805,192.410915494212,1789.2351828768,370.463824253117,3184.75070114034,407.115402929893,3753.02271229096,75.9633358005,1372.57325180589,651.425236105884,7616.99985211745,364.401308658695,4443.35649952073,413.781018312992,5021.7120061864,302.111976483932,5701.81174260698,76.8503781760833,1547.23257455534,142.072081324842,2975.01131542375,321.484188703819,6828.09161856008,177.30521554338,1987.9716758889,145.351585578433,2707.50244805332,187.299298538387,4839.85766684306,261.03004974956,3241.28499770585,210.68243595299,4129.16626042492,247.361978057337,5820.84645622878,3422.5356999691,1118.48544706227,29978.4164491836,12056.2606551024,719.416382060935,5385.75619531625 -6061,808.858947129247,4364.76816962216,186.481494602357,1748.77666214186,354.209089008448,3112.73652239468,393.238489433134,3668.15866050109,74.0131625496979,1341.536368617,634.806383874542,7444.76282626184,355.104874983961,4342.88249096723,403.227355284905,4908.16011470139,294.16870187893,5572.88130863011,74.52849998551,1512.24626208032,136.185860286774,2907.73980291179,308.309490741446,6673.6935332925,171.86770373262,1943.01928838884,141.269971676694,2646.27989610331,182.468868346288,4730.41789970564,254.336145211992,3167.99245486826,204.317093780499,4035.79678034528,239.888437969968,5689.22438703518,3333.78891560929,1083.54093444963,29027.289256676,11682.4667429295,696.325041127724,5210.5886746022 -6062,768.015768199406,4284.77665907151,185.999642530564,1716.7274715814,341.57656816187,3055.69053811871,387.266031485492,3600.93365775407,72.8442677528686,1316.950522035,624.578507135841,7308.32537963897,349.383494445095,4263.29207124821,396.727436562312,4818.21005862925,290.037215570186,5470.74915024898,74.0391929505184,1484.53187768981,128.92838810328,2854.45071857004,292.464227463985,6551.38719171047,163.119934073023,1907.41028422935,139.883830987879,2597.78249188781,179.629517163062,4643.72526022782,250.305114627529,3109.93381531859,202.97567685442,3961.83420817888,238.31348207612,5584.9600515894,3244.51500923605,1053.28149290727,28469.4464069524,11487.9075803318,674.412578597862,5118.30733920037 -6063,783.263392691585,4180.35232803599,189.557245269655,1674.88909071489,348.466624085253,2981.22027614624,393.972567620232,3513.17527074033,73.4959552402263,1284.85510885186,629.962347361468,7130.21411515965,352.395165340063,4159.39134129848,400.092323985965,4700.78541734818,292.850272984984,5337.42147281487,75.0513918042736,1448.35233775966,131.806730313013,2784.8848740751,298.885921223768,6391.72327471246,166.185652221465,1860.92477079676,141.896331846194,2534.47191108616,181.279243965426,4530.5529895599,252.530033527852,3034.14158994277,205.750582134514,3865.28031055931,241.571494809363,5448.84893923712,3254.59727143016,1063.43751878448,28917.043031259,11691.2483227732,678.671460142624,5216.79473272397 -6064,819.549026592517,4144.28791607093,197.56193442598,1660.43961721998,362.596992950039,2955.50092338344,410.605678571074,3482.86667703168,75.7719722347072,1273.77050632918,649.273119705623,7068.70088396054,363.197434462281,4123.50776233541,412.37945992252,4660.23116532649,302.420091510023,5291.37488350329,78.0480692306837,1435.85722460156,137.825664155429,2760.85933089293,312.462195863565,6336.5810945187,173.956800961284,1844.87034468538,147.125311993772,2512.60671123152,186.934537558707,4491.46735355998,260.336397515581,3007.96567851871,213.9658611604,3831.93406351081,251.217043385561,5401.84105151385,3333.9565015525,1096.64750439176,30027.4181861011,12183.0170418193,696.342406382501,5446.05880362057 -6065,890.59765002186,4128.75748031625,213.126736886297,1654.21723322495,392.765513396278,2944.42538564498,442.668501774156,3469.81487217035,81.6472010267844,1268.99713840316,699.587668852947,7042.21141045614,391.342932268689,4108.05519878679,444.284706252921,4642.76726750357,325.773594398805,5271.54581772736,83.9815453812206,1430.47644777544,149.82561389616,2750.51319922098,339.522331965705,6312.83518989391,188.832345032619,1837.95681914273,158.70733670882,2503.19088928676,201.435191644273,4474.63588658873,280.520390000763,2996.6935326957,230.232263990583,3817.57415247309,270.315406102657,5381.5980213223,3592.73395501421,1183.71869633687,32419.8984799175,13152.4627542557,751.608810380169,5880.91910273289 -6066,944.350857230071,4156.95919935765,221.983633501303,1665.51646062382,409.774420294481,2964.53745516231,463.06836875129,3493.51564525211,82.783921475378,1277.66509745191,708.661225357238,7090.31364667966,396.418596644417,4136.11550968543,450.08681134078,4674.47996040863,331.546339049891,5307.55341923318,87.7460072724343,1440.24740067539,158.06255118353,2769.30074022669,358.045010026037,6355.95537925568,199.944584584242,1850.51109051149,162.902475739417,2520.28908081369,204.37924777859,4505.20014827951,284.37885443991,3017.16262284332,240.552395395479,3843.65031562411,282.432259159626,5418.35734083056,3569.25567530006,1200.81988528568,33587.9368777222,13775.6403615096,750.146952455958,6196.43009115349 -6067,972.168024399326,4149.68133149937,224.911192217824,1662.60052901734,408.593414118867,2959.34724019389,467.656093284354,3487.39931261384,82.7801888210957,1275.42820329432,708.313061466682,7077.90015804059,396.22383695395,4128.87413427556,449.860033146483,4666.29603417156,332.089088185287,5298.26112874308,88.8112722203008,1437.72586275244,160.087837793457,2764.45233929692,362.622795668852,6344.82758099138,205.840342832824,1847.27127637304,163.834450598543,2515.87664133204,204.43628200877,4497.31259158678,284.343710803491,3011.88027345693,243.472779386793,3836.92097868598,285.861078261279,5408.87105846781,3517.88181139817,1193.06862366147,33847.9853019524,13997.2396198955,735.908449897464,6307.22736647443 -6068,940.784249699599,3892.55184722083,209.197948826622,1559.57969863638,379.939704476146,2775.97522463789,436.29651760426,3271.30725274434,74.7720450779768,1196.39799110478,639.10837602385,6639.32748895461,357.51136997703,3873.03394029766,405.894915826295,4377.15520698328,301.087257808588,4969.9614250368,82.6401942889845,1348.63909196422,152.77666487956,2593.15672704826,345.706688159825,5951.67877909361,199.120004475957,1732.80756875993,150.027680099974,2359.98369158103,184.802152736239,4218.64259865597,256.788157346584,2825.25311836816,226.555000165895,3599.17127367175,265.997935358601,5073.71755758672,3095.45423481797,1077.2760532311,31360.0104567229,13149.3336471822,648.854153884862,5964.08799956063 -6069,785.731237121421,3575.44497639563,170.434176123291,1432.52848456194,308.041506691074,2549.83030697887,356.052098076606,3004.81009428871,60.1111267430901,1098.933387392,513.546329831609,6098.4544455013,287.2731117483,3557.51709643481,326.172071466189,4020.57010669907,242.54541651376,4565.08334570162,67.3004044857648,1238.77216170595,126.065877751066,2381.90512461663,285.115185959156,5466.8250615657,166.276027107022,1591.64434025624,121.387745658787,2167.72753854608,148.61925613909,3874.97073348998,206.420881087809,2595.09377539255,184.501540450391,3305.96466141484,216.623022199239,4660.38698132582,2453.9293399258,864.414909858181,25503.25055928,10776.4989976134,513.398341237358,4901.63993324452 -6070,603.081730922064,3246.83647871762,138.489888943545,1300.86905858823,254.713999780708,2315.48299859018,284.294619441115,2728.64694888706,54.1496792954804,997.933693126498,464.423457323347,5537.96366275285,259.79422693553,3230.5562968026,294.85405807829,3651.0514841797,215.357477168257,4145.52013331562,53.2883405584369,1124.92030222805,100.018556501881,2162.99131954365,226.187699498379,4964.38545407366,127.268242596436,1445.3610499407,104.458597781174,1968.49815744259,133.501442205385,3518.83371566847,186.076930604419,2356.58643644729,146.087991538836,3002.12329679138,171.521723650154,4232.06469566853,2432.88038352582,788.231501777935,21175.8426931466,8520.41899332594,506.7817028859,3781.82755990372 -6071,516.250913360703,3030.38504667455,111.383991960173,1214.1461908129,270.6724816565,2161.1205555779,301.391727303497,2546.74079392732,52.6690659782012,931.406112086577,456.446200405407,5168.77347616274,255.331822504009,3015.19018849312,294.923065451292,3407.65292456829,237.446722994714,3869.15765700947,61.4778573142524,1049.92711672345,118.241744745675,2018.79478495351,267.143472040442,4633.43304923544,104.90869358673,1349.00557557985,93.2673460557011,1837.26757409,128.861919912558,3284.24949750092,200.345557138828,2199.48381910089,168.539245265132,2801.98575028426,197.881711878327,3949.93269737394,2823.62458738877,859.064660622996,21204.8493803036,8226.86205547461,640.621552882576,3695.40492336638 -6072,520.14569197662,2919.59258126303,110.715509241219,1169.75636979072,282.944006323273,2082.10885550806,308.200844751665,2453.63061585509,54.4146769936196,897.353416515541,479.282471775833,4979.80040912423,268.106223480571,2904.95325505974,309.734274337209,3283.06734782979,248.189413392438,3727.69922539652,63.2615528573164,1011.54123111071,121.87171846324,1944.98658964501,275.327261391046,4464.03230875617,105.156034142826,1299.68522477612,93.283047288492,1770.09610874191,131.517826902057,3164.17561472686,210.270463116839,2119.06953801198,173.4291798488,2699.54368284383,203.622977806433,3805.52108795426,2979.54853828184,902.849212375767,21792.5486832029,8364.01343990334,681.946324448393,3754.18232708381 -6073,520.854470953901,2855.84630246298,112.985153263939,1144.21595152984,298.302246871649,2036.64816607931,318.038225461912,2400.0581337511,57.9701782087254,877.760634482018,508.080887852811,4871.07162714078,284.215793580251,2841.52661077842,328.434819921496,3211.38497412559,261.853218242807,3646.30877536254,65.3928411657549,989.45527646418,126.406418117427,1902.51982280858,285.534473225626,4366.56478881772,105.928680207935,1271.3079445958,98.1932475180839,1731.44789433867,140.638925262878,3095.0891188222,222.778355728121,2072.80185037853,179.27202699148,2640.60194373136,210.48305714889,3722.43147818848,3249.62689779974,966.249811241685,22705.7233377368,8549.58480251164,742.138748636352,3814.65690180934 -6074,595.83268522441,2874.56080540565,130.754004701229,1151.7140556027,352.016059424598,2049.99442286646,371.752389046625,2415.78583414168,69.2566821743062,883.51264360198,600.152046584755,4902.99200192477,335.719556210333,2860.14727606886,388.060704685384,3232.42933967723,308.407792426959,3670.20321822788,76.3739765711411,995.939226131591,147.705130454489,1914.9871298873,333.639053843019,4395.17910518314,122.647320287428,1279.63888882402,117.001643768795,1742.79415855665,169.455694662349,3115.37139184651,263.058727493491,2086.38502405809,209.376398780458,2657.90593967952,245.828561486787,3746.82475691373,3933.29439837926,1152.95298762018,26666.2263626494,9911.91389594009,893.335756618745,4407.8290449663 -6075,879.477339855145,2939.47674063962,191.793862432953,1177.72310536814,456.308997117799,2096.2892533444,499.983583057114,2470.34129752008,90.5784167078573,903.464926205501,769.621722207875,5013.71580733222,430.51934005689,2924.73771193083,497.477887339893,3305.4269862284,398.389610592445,3753.08707094095,102.100267664739,1018.43042763234,195.768563574778,1958.23310341615,442.352415536201,4494.43501989443,180.805934899674,1308.5368530186,163.132285802977,1782.15151447351,224.829983515924,3185.72552981519,337.616578887662,2133.50166004651,279.904063110438,2717.92917853875,328.635001793565,3831.43894659984,4924.97427659243,1473.44259704412,35630.2940848614,13592.2402605851,1111.67613585004,6093.83989949237 -6076,1237.00843342451,3205.05374921035,268.562041789768,1284.12849886012,604.677853502649,2285.68562491802,689.908261543385,2693.53267130226,119.611117708796,985.091533122631,1004.97752781309,5466.69698848128,562.175221360548,3188.98307289926,649.400159715043,3604.06701250073,524.982256336736,4092.17246781642,140.554775255038,1110.44398319773,266.900323934289,2135.15632328701,603.307335009019,4900.50001482934,254.231993202933,1426.76105878443,222.944037250569,1943.16604521979,299.267010439055,3473.55072150276,441.327787960575,2326.26011287665,385.325656663746,2963.48972023787,452.410359683966,4177.603309764,6233.28551274518,1905.77237523948,48338.401269772,18988.7809892961,1394.82158839283,8566.46993130135 -6077,1335.87604142956,3785.65823869009,286.395544563886,1516.75198347119,647.446024550865,2699.7439962304,752.707004530091,3181.47368068587,126.338727091687,1163.54363141284,1060.48924664039,6457.00450357976,593.227968268975,3766.67631422364,685.298426584587,4256.95387543066,556.756197415924,4833.48100503672,154.21599278079,1311.6040299268,289.542118137703,2521.94588878085,654.779161295856,5788.23935773628,275.418198320828,1685.22283227238,236.044114219444,2295.17603255219,316.311918093353,4102.7941917057,465.979622859074,2747.66866665412,422.777373294399,3500.33420732988,496.382372184658,4934.3878839734,6449.3430941312,2000.38662561993,52017.8830850779,20792.9116008425,1437.23348951195,9426.05138799931 -6078,1228.19379112135,4150.85098793328,251.830956813895,1663.0691605219,597.633411114275,2960.18138124309,688.059597740274,3488.38229388825,112.809744722162,1275.78770386431,972.067047763739,7079.89518146459,543.765400349834,4130.03792585621,628.358558911705,4667.61130701854,509.761625468264,5299.75453142216,142.649449111728,1438.13110960665,265.867201257992,2765.23154598934,601.415196159361,6346.61597576422,251.905287632766,1847.79196038731,203.700445153733,2516.58578284566,277.172502861005,4498.5802336508,427.083953821617,3012.7292218119,391.068126657107,3838.00247843274,459.152586344045,5410.39563838814,5782.56987571371,1823.73784291281,47265.8081867118,19000.5628839577,1307.72343496847,8669.90276874548 -6079,1119.98343922856,4328.70375765709,230.870649627363,1734.32718864695,555.490071877095,3087.01716963189,641.160236255001,3637.85006679244,104.068944482124,1330.45176609431,902.832160402221,7383.24959506272,505.036038696314,4306.99891200417,583.543883033733,4867.6058626797,474.140351860023,5526.83471931853,133.16844881728,1499.75114892222,248.198462638494,2883.71425972962,561.446783220222,6618.55135309875,228.300380923983,1926.96486227746,186.635937497139,2624.41469624867,254.421888038414,4691.33226370571,396.728488034257,3141.8165434442,365.076319138232,4002.45053329678,428.635638445317,5642.21649931191,5322.16684925041,1684.11654376465,43864.1259706882,17708.1239994225,1204.70205353335,8074.10753650025 -6080,1077.79049613622,4381.07838053488,222.471423113726,1755.31146882353,508.386659969822,3124.36815716267,593.24200964099,3681.86578974348,96.4788824782826,1346.54940488122,822.047652788909,7472.58232254954,459.845925292641,4359.11091975065,531.348855422914,4926.5008658142,432.375462875089,5593.70598155728,122.809322909683,1517.8972049318,228.006672784884,2918.60540851139,515.850878107909,6698.63170752416,221.002661828379,1950.27993847827,178.530249104764,2656.16848160481,238.995849048821,4748.09446594035,361.295814731109,3179.83056931118,336.677163111237,4050.87769509957,395.292225748286,5710.48380931748,4860.80472501954,1542.01587097858,40633.8871530369,16461.9973186099,1093.12544727645,7522.1215180961 -6081,997.230340732977,4458.01578222177,204.77537315698,1786.13700807033,472.672891740112,3179.23610223149,553.269954290961,3746.52411415997,88.5827491935322,1370.19655370076,761.83743330782,7603.81053118939,426.164880166582,4435.66254441928,492.395746445884,5013.01659164737,401.404193515617,5691.93869200902,114.951937325178,1544.55344269603,212.864675389856,2969.85989363492,481.643170770268,6816.26834254173,203.491618382816,1984.52937617271,162.794448011563,2702.81423492556,217.954708897719,4831.47714468822,334.89915098389,3235.67250605769,315.136434562414,4122.01634575623,370.001283964122,5810.76728943415,4436.09164557128,1420.09704533552,37712.2452134889,15380.6446294056,1000.89749652104,7038.24243169688 -6082,953.449441675254,4539.76177427172,198.974637868747,1818.88914462492,439.199728445856,3237.53329583371,520.357760768028,3815.22358617002,84.0642453733849,1395.3216501691,706.914486896094,7743.24050757278,395.441487153034,4516.9986483735,456.862281628098,5104.93955344605,373.183812609547,5796.31095038489,107.373540322944,1572.87569627594,198.866500381859,3024.31778591577,449.966677231318,6941.25727146428,196.152284964273,2020.91940495064,159.288642436905,2752.37534950075,210.202352215012,4920.07124384647,310.814113499893,3295.00456585238,294.360542771859,4197.60116462873,345.608336037682,5917.31849065253,4163.32347686014,1325.48764449455,35531.6709039138,14498.3891522105,928.8328560051,6627.1680232254 -6083,918.210108749331,4479.78438772505,187.906835363736,1794.85876093145,420.330726831346,3194.76039373069,498.676048365043,3764.81848758389,78.407564576007,1376.88725864586,674.653277677402,7640.94013320544,377.394862296313,4457.32199848856,436.001902232311,5037.49528035013,356.748797566081,5719.73257475599,103.394537355828,1552.09553680589,191.304726660239,2984.3617957328,432.874410844944,6849.55235583415,186.851761846648,1994.21988406007,146.44148737858,2716.01214621681,192.850854900223,4855.06937161129,296.686945989347,3251.47237796552,283.452255035715,4142.14425738604,332.800929385931,5839.14141527271,3850.34825194883,1250.64479605322,33827.1854101023,13938.7239997983,869.474544073216,6395.37245924334 -6084,845.434884390189,4425.00547912046,172.709543640228,1772.91118588908,398.761724124796,3155.69478867584,474.788200422048,3718.78219878184,73.5775476666097,1360.05064894053,637.879734518494,7547.50653797329,356.824079175862,4402.8177605066,412.196873019762,4975.89666986466,337.807623471446,5649.79155062684,98.8163973578345,1533.11647616422,182.363724091538,2947.86894967096,412.685866084087,6765.79586891244,171.503312061034,1969.83451652637,135.394760077768,2682.80068596567,179.968241123709,4795.70146941824,280.58037745873,3211.71329743679,270.901455549717,4091.49402021746,318.065051793601,5767.74025703998,3602.68041662874,1174.86886894675,31991.7945693492,13258.0859187264,813.160748832199,6081.25538135442 -6085,823.411939670799,4332.27771242411,166.337341910632,1735.7591200681,387.97220454142,3089.56593719533,459.54118640886,3640.85362451221,70.802100562716,1331.55024145736,621.617645342568,7389.34550773397,347.727215485631,4310.55494636338,401.694871467929,4871.62475705337,328.931671076251,5531.39789998358,95.8481565202179,1500.9894047762,177.063765211476,2886.09517210022,400.67596674383,6624.01589964281,166.225931737138,1928.55584323642,128.862014571903,2626.58152030026,171.545487771794,4695.20561939051,273.402039176674,3144.4105556107,262.764134367883,4005.75512006549,308.5110334222,5646.87494389098,3476.43534878293,1140.87999686777,30965.2086170044,12838.6824825413,790.939959375681,5896.90446871137 -6086,786.981963354708,4257.22475056076,158.188806234692,1705.6885955796,382.957430188774,3036.04188129429,453.870262729176,3577.77898655746,68.5736695538376,1308.48228595566,611.580670006354,7261.33149215121,342.11262344226,4235.87831262139,395.198097589761,4787.22807443648,324.312629383431,5435.5712186866,95.1849871560927,1474.98606241638,175.474959836849,2836.09607110435,397.113738525698,6509.26055714194,157.761526029536,1895.14528238094,122.036772364886,2581.07826871767,164.150063089964,4613.86524564621,269.036196581456,3089.93636416259,260.946080372584,3936.35887951563,306.376458556203,5549.0477227515,3362.52578370107,1112.66505580077,30358.1703217551,12669.8566081493,768.510641855144,5821.40267154397 -6087,800.158970950302,4168.91568664845,161.943656826281,1670.3069157231,386.390643227235,2973.06422983242,461.121264918671,3503.56389769085,69.6647825621476,1281.33999195218,616.830709733001,7110.70721826377,345.049447563991,4148.01204514637,398.523598186138,4687.92497094575,327.450403595389,5322.81931239185,96.4610091006619,1444.38992383137,177.792124533773,2777.26596372709,402.360872611195,6374.23674697387,160.731835253966,1855.83363790109,125.31739787854,2527.53808252834,167.700792722019,4518.15826639714,271.394737278946,3025.84076107472,264.444246783624,3854.70564572121,310.483651256413,5433.94193465883,3391.02608338118,1121.80658121992,30827.7325822971,12891.9740988384,771.202049169288,5920.56368906516 -6088,835.64054891114,4127.71778220658,169.71212044617,1653.80067048457,399.466574249322,2943.68392443731,480.203241904118,3468.94110809466,72.1575305924607,1268.67758126466,635.717818772251,7040.43805032872,355.614723315088,4107.02071389758,410.743815501331,4641.59813214634,338.143345358231,5270.2183442083,100.279931234658,1430.11622713623,184.714098701683,2749.82056871713,418.036622560448,6311.24550029724,168.246270508845,1837.49398734899,131.139082034593,2502.56053915161,174.368624274463,4473.50908984784,279.752345909748,2995.93890939412,274.913678906152,3816.61281612703,322.775798094621,5380.24283460656,3484.48282180391,1156.08904499736,32016.4572658563,13436.3032297015,789.997411135077,6173.82384648388 -6089,906.438742307474,4119.40022884491,184.580564966994,1650.46818118852,429.880315596743,2937.75225725141,517.290127573302,3461.95102197506,78.0951159448854,1266.12113384318,684.978822953303,7026.25122306414,383.170877720041,4098.74486614158,442.514779961149,4632.24508472775,364.257631633063,5259.59859629469,107.904059953083,1427.23447294173,198.7454836229,2744.27954568162,449.792927654086,6298.5280317112,182.635982466895,1833.79134702862,142.798151579488,2497.51775717777,189.355790397422,4464.49475007658,301.43699137977,2989.90194585592,295.814942485319,3808.92215449901,347.315944877403,5369.40138195967,3763.99930649266,1246.70888635807,34563.0401943113,14493.7133652951,851.621730348029,6656.96232193884 -6090,956.335935273678,4148.31673757909,195.384171606149,1662.05379436653,440.602207680543,2958.37407938241,539.914441473888,3486.25250554134,80.2337654311261,1275.00878757707,693.791723313623,7075.57263967173,388.100733436987,4127.51638265775,448.227278033063,4664.76155508997,370.661697953221,5296.51883232396,112.623966949506,1437.25307657572,205.947144135154,2763.54326832164,466.227463984688,6342.74112845429,193.376834877143,1846.66381402799,150.4900926189,2515.04931275072,196.624994424699,4495.83368153808,305.475671849623,3010.88983752186,308.754390892449,3835.65923383816,362.508134669972,5407.09238874059,3773.30704623954,1262.46789485852,35826.0438849081,15188.1206797171,845.930295576233,6992.81062201256 -6091,985.811002625026,4166.96626135964,199.775139975929,1669.52586405731,442.303095007016,2971.67399624879,545.599292026014,3501.92559733255,79.8667783667139,1280.74082498129,693.417054152312,7107.38218280743,387.891146940904,4146.07239460247,447.967620032097,4685.73285189674,371.249772266967,5320.3303106093,113.94114876041,1443.71451313562,207.819325844482,2775.96728730608,470.515016159269,6371.25609223162,199.048255747929,1854.96583214595,151.026061971271,2526.35618127946,195.139276871361,4516.04553190083,305.386906098867,3024.42584867473,312.365395536805,3852.90314808597,366.747810595313,5431.40097086354,3699.42986049097,1256.05197413828,36092.9125747464,15413.3395455653,832.164638862007,7116.17400052924 -6092,949.086954178298,3896.1257956847,191.136010938185,1561.01162753213,403.579739852374,2778.52398770624,507.744458815183,3274.31080516694,73.0657526198704,1197.49646453052,625.594744214415,6645.4233908749,349.95196815599,3876.58996838533,404.114418403209,4381.17409426908,336.54532398572,4974.52459765406,105.914538643074,1349.87734563436,191.776292503189,2595.53763521981,434.321856421274,5957.14331600021,192.525405268709,1734.39854691298,142.442771075449,2362.15051181114,180.36064324389,4222.51594750959,275.681940358979,2827.84712595978,290.360744263772,3602.47585461239,340.912177735183,5078.37599395001,3274.82063284085,1131.96914088005,33427.2317675691,14443.9499792107,731.381463284816,6695.36674268686 -6093,791.728105774143,3579.21386864901,158.253457571519,1434.03851912935,325.893425563489,2552.5180943046,414.097963570176,3007.97747780657,58.8893790827145,1100.0917779023,502.660985417063,6104.88285311741,281.183949815347,3561.26709083119,324.716949909218,4024.80820730735,271.091121094513,4569.89542010669,86.2162058747261,1240.07795688243,155.886822556221,2384.41590127009,353.062452128418,5472.58766587402,160.751592554927,1593.32209954599,116.395769723198,2170.01254966537,145.692375736616,3879.05535715946,221.568599212986,2597.82927513914,236.358502110335,3309.44949328461,277.508214428123,4665.29951571179,2593.18177610007,908.212895585237,27179.5476250461,11817.6022684161,579.0333789978,5492.52785755682 -6094,614.056930182681,3267.89029452812,126.51383708758,1309.30442567019,279.786659772254,2330.49753747571,332.366011588249,2746.34061182646,51.791717603261,1004.40470338646,454.772989582771,5573.87408438484,254.39584369994,3251.50454525434,293.718577250923,3674.7263954253,240.860602217383,4172.40138153913,68.5622830499246,1132.21474560389,128.305182682109,2177.01704000722,290.190834884747,4996.57655998476,123.080875436241,1454.73336219745,96.3209723721503,1981.26270468782,125.472939491556,3541.65127282083,200.023458131248,2371.86750683679,187.960933313298,3021.59029223306,220.684690926276,4259.50713423444,2527.62954062695,830.184026766455,22585.4099082105,9339.11982076904,576.759027811694,4276.02984391969 -6095,402.696708420576,3050.65909363016,106.811050392527,1222.26913773363,226.653629527034,2175.579001929,244.359214278896,2563.77913778284,50.1100350864967,937.637455945638,444.503675963851,5203.35388576238,248.651283749928,3035.36257798161,287.456455291394,3430.45098961185,230.603918178522,3895.04330612952,70.4906239531659,1056.95139625775,143.524025836088,2032.30103568848,323.569714796765,4664.43189517714,97.8658594096745,1358.03076609573,86.4842009369841,1849.55936159997,120.456606704033,3306.22196222098,194.809064719831,2214.19892544538,193.247407739121,2820.73174783746,226.891533774879,3976.35875206489,2668.29044696206,818.060062798649,20885.5760052219,8361.96890621724,667.058337358467,3762.33381358516 -6096,400.503068717255,2932.52378750139,105.346539140087,1174.9373532483,226.735024492085,2091.33075146508,243.205541146853,2464.49802377015,50.1426840063023,901.327896438571,446.554828206848,5001.85650918748,249.798679521812,2917.81962206418,288.819602932207,3297.60842497927,231.16291352133,3744.20962749423,70.4908292018895,1016.02146179839,143.25223821524,1953.60115555497,322.979431851311,4483.80401348294,97.4630468728595,1305.44167784919,85.5510563309291,1777.93606490249,120.166028830661,3178.19010692382,195.66726911454,2128.45513701826,193.247970420816,2711.50026758662,226.892194418736,3822.37617189596,2691.27250737881,823.109339770249,20841.2372360457,8311.67657899848,674.506434286548,3742.53800040693 -6097,399.421046728996,2876.18532858071,106.631108829352,1152.36493283266,237.861317831016,2051.15295235118,249.103132611381,2417.15108620598,52.8806457575613,884.011950056826,469.18799733037,4905.76286838871,262.459466962298,2861.76365361263,303.542222469504,3234.25610791402,241.806678497936,3672.2773890626,72.4452199179429,996.502069105988,147.650915988347,1916.06936163783,332.861498296857,4397.6629873475,97.4748386920415,1280.36206122193,89.0826425627268,1743.77907753788,127.094199824483,3117.13200620383,205.468558571761,2087.56411924972,198.605859433654,2659.40802298492,233.182885042433,3748.94222948173,2903.87221420913,873.861052119552,21542.7594241998,8441.10700746909,726.819081450432,3784.95220261502 -6098,458.003519828521,2896.45937553632,122.589450126794,1160.48787975339,282.747025457208,2065.61139870228,288.546974070237,2434.1894300615,62.3349813811228,890.243293915888,545.261303526983,4940.34327798836,305.014177457937,2881.93604310111,352.859014008567,3257.05417295758,280.38901311872,3698.16303818265,83.6891219656956,1003.52634864029,170.433766420112,1929.5756123728,384.233727454112,4428.66183328919,112.223114065822,1289.38725173781,105.280562011971,1756.07086504785,151.45340724923,3139.1044709239,238.714912352026,2102.2792255942,229.430596139693,2678.15402053812,269.374168906286,3775.36828417268,3457.99875896544,1030.1810912955,25021.4927878185,9693.1605312119,860.067229613686,4340.30926055699 -6099,683.067690121335,2979.76491159921,180.942819908538,1193.86485915585,375.626790218908,2125.02078186846,388.431620471972,2504.19954553648,81.2188637571082,915.847725123325,692.225727016588,5082.4332891874,387.22472945623,2964.82387125339,447.803738554422,3350.73083424818,358.885652837077,3804.52650281323,111.197928073784,1032.3889320871,224.204898501706,1985.07244830989,505.64345897202,4556.03529178802,166.354333683112,1326.47152680339,147.849798734179,1806.57750291504,201.151886943469,3229.3887617779,303.351429717077,2162.74321805382,304.844958678436,2755.18084101565,357.918075317539,3883.95226135676,4287.342952189,1308.57959672067,33345.1476092116,13260.1338029708,1056.91725836708,5983.51001864587 -6100,954.857494708877,3248.39602273055,250.661636417884,1301.4939014361,506.294924598721,2316.59518815414,547.144917411058,2729.957592352,108.975907129818,998.413027865598,941.543059628093,5540.6236975685,526.690561050388,3232.10802100065,608.909330638272,3652.80518367163,491.620242328438,4147.51133957032,157.125900589792,1125.46063209495,314.739771225715,2164.0302631999,709.996668088974,4966.76998364993,231.848094485,1446.05529622836,198.843802642732,1969.44368073458,267.226572449521,3520.52390736423,412.970819323596,2357.71836911221,430.754776661165,3003.56529839642,505.748631254326,4234.09747163423,5580.68577256177,1743.89609461765,46190.9875433876,18871.0965778222,1379.44957708927,8546.28186591178 -6101,1058.27769694533,3806.77703996587,275.86676535932,1525.21338746064,563.152221726214,2714.80487953179,607.561183847031,3199.22195752181,118.829768454461,1170.03461532585,1009.93446598962,6493.025767611,564.948087160564,3787.68922229264,653.181202877958,4280.70186250898,529.464928979192,4860.44522588803,174.068603058307,1318.92098859398,345.181599712035,2536.01490153776,778.96111556853,5820.52982587293,257.932429796419,1694.62407344529,220.271562773411,2307.97997930813,294.898122924983,4125.6821783508,443.191583859998,2762.99690414521,477.202561466006,3519.86129029999,560.282915869636,4961.9150273574,5976.05665058703,1881.49986174574,50749.7340423326,20947.4938593105,1461.67237323185,9508.28565556526 -6102,971.6322218203,4186.5904977846,245.391181237292,1677.38845958098,510.715458220281,2985.66902990698,558.501668990207,3518.41783930291,107.794694387733,1286.77244587095,936.965042305564,7140.8542436713,524.129660104388,4165.59823181914,606.192427441124,4707.80020822801,490.296745826013,5345.38628978591,162.18773897332,1450.5136550434,319.667059047091,2789.04064450103,721.548735863091,6401.26138338009,238.14310180286,1863.70175314147,193.319311669956,2538.25400043265,263.151013592487,4537.31374951174,411.08787627615,3038.66931602759,444.631617170636,3871.0483111514,522.041411912961,5456.98003488414,5461.28131369356,1731.41447386805,46548.2208286032,19289.2706191507,1351.93804972968,8794.05932854122 -6103,880.070227816082,4398.10338114037,223.991996224009,1762.13266128435,467.392651067284,3136.50954454433,518.723355382536,3696.17362947039,98.9688581365878,1351.78213583058,867.544403824661,7501.6209992213,485.296390976553,4376.0505541516,561.218618385964,4945.64539438418,454.710278570839,5615.44328900791,151.103693181047,1523.79579851731,297.711083165121,2929.94719574529,671.999308672348,6724.66278913714,215.085756427145,1957.85878419831,176.016380473683,2666.49043115233,240.07686526318,4766.54570194579,380.703016976513,3192.18748527242,414.245120407014,4066.61952604198,486.364665003885,5732.67491887243,4997.6469639375,1589.89841739986,43050.3271258544,17940.4197931318,1239.04571546714,8169.6044123927 -6104,846.797608297563,4468.41273180278,214.03405577477,1790.30262284714,434.103224114595,3186.65069183273,479.801750890576,3755.26172843095,91.1404922999182,1373.39211539924,789.396447234867,7621.54407870881,441.581140059109,4446.00736195371,510.683747348403,5024.70790978043,414.401738355011,5705.21338696076,139.262023477217,1548.15563816894,273.285419736655,2976.78617767814,616.9585314803,6832.16519032111,206.808962889365,1989.15768008056,166.31533697779,2709.1177171697,223.082715099632,4842.74507794127,346.478111763066,3243.21871619906,381.781626040891,4131.62968007637,448.249317871441,5824.31911551251,4536.48145255881,1453.52551509346,39777.7740264236,16648.0817884547,1120.86972982737,7603.18326991654 -6105,774.444350604648,4554.8373495884,195.156245000377,1824.92928541995,393.261743282832,3248.28444963173,443.543471596691,3827.89312553863,82.5201266850857,1399.95521414757,722.826429775286,7768.95414878819,404.342482212945,4531.99863223055,467.578021782008,5121.89196296701,380.423792081984,5815.55925605297,129.413733621873,1578.09887916571,252.974559188836,3034.36089672866,571.189797908364,6964.30769833502,188.989629296544,2027.63044491554,149.537726389134,2761.51539779939,200.287112504041,4936.4097453556,317.357465445716,3305.94656941363,354.782907935159,4211.5404979359,416.550157543066,5936.9686364122,4064.82180900094,1316.47480018315,36543.1083931429,15453.3638478084,1007.99679803182,7066.27949994209 -6106,746.009432465426,4606.69212025977,189.397723800135,1845.70528296363,380.778405646692,3285.26470431114,426.039044510933,3871.47196380325,80.1942176542469,1415.89307339657,699.245490976576,7857.40019083582,391.151521099713,4583.59339439665,452.30974971223,5180.20239487897,367.666481028715,5881.7667775083,123.832516344579,1596.06482376377,243.100413677756,3068.90572815898,548.806026178641,7043.59320314337,181.974235863131,2050.71410381653,146.068979837768,2792.95400617721,195.313807892036,4992.6085458042,306.95810003832,3343.58328134238,339.4822096241,4259.48698865162,398.585627264298,6004.55834895201,3971.82687306475,1278.46458266818,35237.0142666651,14818.1969422278,983.468659229752,6765.28044870963 -6107,720.438261944067,4531.96406681332,181.785835943828,1815.76493543636,356.493450895413,3231.97235700409,404.922356601554,3808.67037943967,74.7005432249974,1392.92498034822,652.430867471131,7729.94035499643,364.963849630726,4509.24003992634,422.006465433369,5096.17107016215,344.150833927152,5786.35493520693,117.652094670144,1570.17405130913,230.196889016334,3019.12307603266,519.741870463745,6929.33464285784,175.642404283427,2017.44817912418,137.597085985227,2747.64774068376,181.706187826547,4911.62029903006,286.51919059155,3289.34491167753,322.538814881093,4190.39116825969,378.692409209938,5907.1546272556,3631.77308866052,1185.28397566329,33286.895143178,14151.4901469691,900.037524276369,6477.98109740447 -6108,651.739044392792,4436.76702262175,163.94609529352,1777.6235353167,328.022724122239,3164.08253908857,382.306234116784,3728.66662012531,68.8719561869475,1363.66562635625,612.818774966361,7567.56760386157,342.805208013254,4414.52032965884,396.34272974798,4989.12246707931,323.88694620235,5664.80854199769,111.990230894578,1537.19145781385,218.393753278642,2955.70430468945,493.154825633435,6783.77916922891,158.780137839715,1975.07028277927,123.611969154127,2689.93149679115,165.162058887328,4808.44831272,269.204343564736,3220.24994351321,307.017027212892,4102.36909938541,360.468298200282,5783.07075284556,3332.02270180466,1096.72406631617,31165.4249020452,13385.6935304269,829.572313696569,6124.79486325042 -6109,637.496721997499,4318.56673733086,159.8036810186,1730.26571644929,316.8774468282,3079.78794870388,369.359777071976,3629.33089751327,66.552573084755,1327.33609513344,592.638320473938,7365.95939563838,331.516446665404,4296.91272039569,383.293507248302,4856.20683370185,313.143910076261,5513.8918987824,108.162916955638,1496.23901024698,210.986417392244,2876.96113646166,476.423470155873,6603.05193494663,155.391506041937,1922.45226842247,119.81132910893,2618.26880440443,159.504132775524,4680.34603476127,260.331759078954,3134.4589925594,296.524589271139,3993.07753743422,348.149140259204,5629.00347607432,3216.15164205646,1060.43657538079,30141.9352920359,12946.4331835349,802.041383869996,5929.13434353014 -6110,600.649600852799,4222.07007838113,150.53778731875,1691.60361606091,303.535480709038,3010.97130989764,363.738513091045,3548.23493972577,64.1264448126598,1297.67729713998,584.285410605085,7201.36995778294,326.843905414909,4200.89991185611,377.881799958174,4747.69682028228,309.343901638701,5390.68617373406,107.524723426063,1462.80614368248,209.337272967556,2812.67658223746,472.734381185654,6455.50936136869,146.363498728748,1879.49583584277,111.817634229341,2559.76462761973,150.913230629187,4575.76556106406,256.706874137519,3064.42075098672,294.775005591638,3903.85380541248,346.094956303239,5503.22562853936,3097.6951861457,1028.87026909818,29478.5139823893,12771.6464720783,778.409797942541,5845.38954857618 -6111,617.254921581902,4151.56578392921,155.585468907238,1663.35554882645,313.226106763397,2960.69113835185,372.124578573141,3488.98300966995,65.9094811729296,1276.00740048677,593.987652537227,7081.11437259961,332.271250658901,4130.74913774529,384.095009205822,4668.41509156356,314.630527609207,5300.6671739934,109.438277771171,1438.37876252451,213.176834721178,2765.7077318227,481.395200397162,6347.708892783,150.2519738406,1848.11015882383,116.520769772647,2517.01915071317,156.480372934251,4499.35491025271,261.000335605858,3013.24802790511,300.020943221667,3838.66340044895,352.254204951849,5411.32733387659,3169.76121902789,1050.73328847184,30170.6903852109,13056.8021872029,791.590495917408,5971.24614922627 -6112,653.34134592963,4143.44316805391,165.472231437254,1660.10116267666,330.626020608323,2954.89849092824,389.251185185088,3482.15674934843,68.9906463403849,1273.51086821253,612.116954786653,7067.2600402799,342.412616234867,4122.66725002644,395.835484036454,4659.28125037959,324.873830385142,5290.29631981982,113.743723735484,1435.56454765252,221.40413814502,2760.29657307005,499.987807776505,6335.28948196121,159.155020325271,1844.49429683424,124.715140663153,2512.09455580704,165.814992448152,4490.55183846613,269.014715696931,3007.352551947,311.824162218808,3831.15298392198,366.112349250257,5400.73997103659,3289.38264703864,1090.86990602898,31496.1611665468,13639.9192442302,814.949100842636,6238.93633888857 -6113,713.365842493096,4137.2049983053,181.041717331071,1657.60179381057,361.698137970925,2950.4497371675,422.621757098437,3476.91418078585,75.6087054290815,1271.59353119344,668.407712881064,7056.61991176825,373.901150571691,4116.46035950578,432.18893958345,4652.26645949976,354.30239702616,5282.33150284877,123.31231645592,1433.40323036878,240.337066304636,2756.14080264412,542.716726194369,6325.75137329359,173.600411548093,1841.71731448954,137.028949236981,2508.31246646055,182.229745298326,4483.7910785143,293.723993002262,3002.82482586218,338.056101095733,3825.3849833299,396.911235068737,5392.60887538958,3618.16733728287,1194.6730651573,34321.0303363422,14805.7873115287,895.35804230453,6767.38046623932 -6114,748.031743728881,4133.17618310029,189.023041341656,1655.98761918942,370.581642369696,2947.57658566362,438.150865263086,3473.52835757336,76.3200109810568,1270.35525188285,669.055224764645,7049.74816680802,374.263362786802,4112.45174545499,432.619195758863,4647.73607682414,356.606953929231,5277.18756207588,127.776181934647,1432.00738057845,246.908318291438,2753.45686941446,557.739027400326,6319.59134899547,181.78307191721,1839.92384795283,141.432073022417,2505.86986876284,185.125893482903,4479.42475736738,294.202941661361,2999.90067143392,350.293621263426,3821.65981883063,411.279291814923,5387.35754637862,3547.50759796729,1192.42085282918,35210.4384361916,15408.8801555796,872.467789515832,7063.20262793434 -6115,774.425973630271,4047.07646742842,194.933158214781,1621.49113105245,373.931407541488,2886.17453196352,444.943481728618,3401.17000875967,76.817180801859,1243.89201365057,673.430632894183,6902.89226572104,376.710926006566,4026.78374817829,435.435992622441,4550.91737444976,359.488919638525,5167.2565239315,129.729341158359,1402.17670730303,250.196822206652,2696.09859503442,565.209611044797,6187.94561355944,188.410342241586,1801.59571647507,143.8758919229,2453.6691704008,186.328294317649,4386.11221009205,296.183138137503,2937.40863542771,355.648134186093,3742.04941530094,417.566018575477,5275.13151670622,3527.82860255587,1196.68923783351,35698.7776130205,15701.3094935483,868.62665301766,7210.30865198882 -6116,742.349266758359,3761.6152994811,184.430146771816,1507.11900198305,343.060118042198,2682.59776255357,413.02014105861,3161.2679533125,69.4926938385769,1156.15389704348,605.409978774816,6415.995686364,338.660795303787,3742.75393033878,391.415512016438,4229.91770977882,324.807004340482,4802.7832815116,120.279563073734,1303.27395521601,230.158900448405,2505.92886139242,520.100622020583,5751.47790748627,180.620151394401,1674.51988246676,133.368762680797,2280.59923392292,169.360058998432,4076.73710331615,266.442542007596,2730.21806056305,329.741921187083,3478.1033779069,387.149567092831,4903.04929489648,3083.61653761097,1070.86640677978,32886.8464352752,14666.4296252019,756.806840297056,6763.43320279237 -6117,617.050442041125,3492.00947570535,151.888288623037,1399.09943386991,276.155882213724,2490.32823947607,335.966759129566,2934.69075631783,55.6171589203339,1073.28901081576,484.452054566956,5956.14276025472,270.998040729724,3474.49995531956,313.224361887564,3926.74730083087,260.655004456811,4458.55394386323,97.6743810834828,1209.8645498603,186.536579420552,2326.32170829191,421.557434168042,5339.25288825324,150.187219527496,1554.50221016422,108.059653390745,2117.14210547894,135.560102575498,3784.54559048167,213.278755417026,2534.53545330465,267.770660668954,3228.81767170851,314.389189536293,4551.63360272136,2419.14991909854,853.278826061142,26632.3622946814,11970.7192449274,594.331668892917,5535.33895620956 -6118,478.822221333078,3220.45422664079,122.882462057649,1290.29881409098,231.37960753305,2296.66848281495,269.317787245258,2706.47525896487,49.4631507672441,989.82495761715,439.021229268624,5492.96479868909,245.584453299307,3204.30632975644,283.788200331474,3621.38477283391,231.957954669053,4111.83560443232,77.9431224635573,1115.77973380884,154.195691094472,2145.41587877038,347.99995036406,4924.04721427796,116.082008937323,1433.61673210655,91.1037087160417,1952.50307578608,118.848011607535,3490.24134315088,192.833747233275,2337.43793364627,213.678153525534,2977.72946787489,250.87924622017,4197.67694675095,2387.12789363261,783.491416746422,22207.3700241516,9475.97761991354,596.02776230723,4325.45753477586 -6119,372.27736117483,2993.54086585458,93.417798083333,1199.38429715675,197.532962495997,2134.84511028067,206.425612875526,2515.77688113478,40.2977113578482,920.081843162998,345.272733681298,5105.93023293128,193.142403800242,2978.5307505668,222.00664510028,3366.22182634457,173.104307445297,3822.11546859442,63.9471342666416,1037.16183972382,136.000797997224,1994.24977204274,306.130484593006,4577.09860907229,91.1344101669419,1332.6040277276,74.2831614855342,1814.92961450011,99.4233082492274,3244.31876906871,149.287601064433,2172.74194363181,175.308675627335,2767.91850534728,205.829691391387,3901.90842577571,2045.50220884108,666.435994790943,17646.1566983783,7264.25329376727,548.790277508412,3332.72450514741 -6120,365.411570328645,2860.0700614575,90.631407565374,1145.90823182265,195.280036071834,2039.66034184057,202.15495992391,2403.60778805886,38.9339301089507,879.058830877159,333.512418136241,4878.27587779684,186.563791033447,2845.72919113791,216.189909549173,3216.13457012368,175.419919662946,3651.70161792324,64.4188103514969,990.918667760848,136.888322332027,1905.33362452015,308.137384319167,4373.02288051755,89.5479152058798,1273.1881922692,71.7749861780948,1734.00868292557,96.0743514891835,3099.66671478498,151.419821806553,2075.86749696177,176.601757963383,2644.50735915977,207.347897705021,3727.93690522212,2011.55922406464,653.456405006919,17448.7433913067,7186.59098484318,552.933052351717,3318.39556365863 -6121,366.925388446672,2765.32788400708,92.6913460950333,1107.9490774284,206.804706371622,1972.09491236058,208.63626111368,2323.98629953439,42.2693131506813,849.939282770044,362.609104917012,4716.67896970192,202.840211032045,2751.46206683353,233.652362502989,3109.59746243065,182.532206651922,3530.73599286964,65.9240461401901,958.093670385749,140.471811997874,1842.21787823505,316.173446160485,4228.16289428014,90.2770997328761,1231.01278430794,75.953011277963,1676.56821650056,104.194745904727,2996.98770076821,158.36831375139,2007.10267563411,180.728305550681,2556.90587384413,212.19287193899,3604.44592345975,2228.77220151832,710.65657813354,18166.1695758298,7320.3632973114,601.786681214994,3354.9117246939 -6122,419.151814085435,2736.93122747931,106.228636606659,1096.57174688328,247.468473359726,1951.84382308096,243.924011456233,2300.12170065454,50.9372397525595,841.211408574056,437.422293470836,4668.24423853353,244.690023263624,2723.20779589774,281.298932471634,3077.66556329097,216.215264495356,3494.47949762379,77.2938992409702,948.255178163285,164.922578543661,1823.30047294648,371.189509066288,4184.74464715412,103.644321274927,1218.37173460839,89.4900235368937,1659.35183790594,125.466037780094,2966.21217109275,188.248190763766,1986.4920979064,211.898332355383,2530.64946559204,248.789560465183,3567.43251414459,2738.13078764597,862.53513199528,21398.0843038677,8498.31002788909,733.778008194627,3883.69267281158 -6123,608.60798908072,2731.66777037511,151.227751310365,1094.46290385009,312.717337831557,1948.09018611202,335.118179925698,2295.6982822711,64.2283312579673,839.593655040412,550.064980035091,4659.26662775005,307.70131008484,2717.97073064903,351.949739137088,3071.74683193564,266.378396962567,3487.75918154402,100.172743682346,946.431566227411,210.644954502031,1819.79404073106,474.339934684411,4176.69686585761,149.16292137624,1216.02865514125,119.033622274861,1656.16069918389,158.517041316286,2960.50777838907,230.002696756603,1982.67182802158,274.619828242553,2525.78271381758,322.430788407067,3560.57190039522,3195.24570290581,1049.51231423364,27935.4813969326,11499.5113550649,850.277285188393,5276.40633222673 -6124,881.083238965675,2794.24439274125,218.458022834694,1119.53469060641,434.45717825584,1992.71673449158,479.443761333287,2348.28778310068,90.4818721169107,858.826936503938,774.446053947501,4766.0003863095,433.218027031058,2780.2335833497,490.651768173582,3142.11393279287,354.438626872223,3567.65622889891,139.1182600174,968.112274019732,289.559363361439,1861.48160087507,652.281075946514,4272.37599102322,215.354683175694,1243.88525130731,169.78165710381,1694.0997720735,223.407731993675,3028.32663222971,304.20851989224,2028.09056730005,381.387503895575,2583.64295318328,447.786579565703,3642.13693024067,4285.42614701694,1441.65080980305,39095.2234103126,16419.7498369623,1099.26335552501,7503.00038599048 -6125,958.59913391795,2956.89162882413,234.895828820401,1184.70050917227,475.404592658008,2108.70868924082,521.536396089541,2484.97679943752,97.0249701316527,908.81749132397,830.266920756642,5043.41949539564,464.443708488089,2942.06527894918,527.624524812747,3325.00994144332,389.135743154478,3775.32218196719,156.27113218831,1024.46410423053,322.427123776509,1969.83462761389,726.549896588784,4521.06223631085,235.119826825532,1316.28926101203,181.832833434818,1792.7098457994,239.6014242381,3204.59931545236,332.840620663561,2146.14156031771,428.411461074777,2734.03151133944,502.997347427368,3854.13825220016,4581.47040949592,1554.9786662237,42755.0816834525,18209.6385707525,1178.64264978792,8356.5119180838 -6126,893.466107612176,3145.98609614597,212.613419211696,1260.46260661746,439.701976005821,2243.56149968605,485.390437468317,2643.89211429592,87.660105841122,966.936753369097,749.797036841324,5365.94830019382,419.429592698463,3130.21159494054,478.961812435031,3537.64573018444,362.45501748853,4016.75562849877,146.184126620966,1089.97901596805,299.901875213303,2095.80638322025,675.931465040395,4810.18607398224,220.488900602471,1400.46651466116,163.583700500371,1907.35439687105,216.544700932339,3409.53479385418,310.296217705831,2283.38821866309,400.758312777573,2908.87398011245,470.529821449857,4100.61201967953,4162.6545707674,1418.57990794573,39437.3118817296,16832.6341708439,1092.5551322047,7780.8185601425 -6127,807.628890701137,3404.15527853418,193.586553747114,1363.89999973881,398.979895236992,2427.67497644973,437.015564368635,2860.8579382411,79.0035177463032,1046.28652269714,675.657926840901,5806.29432940722,377.956853833685,3387.08627380765,432.354630048083,3827.95569272996,331.636484843002,4346.38280572412,135.086751056421,1179.42600739547,276.5876708318,2267.79462597276,623.429753393661,5204.92456547669,198.677935276135,1515.39305406802,148.370805044255,2063.87769675721,195.180510836891,3689.33158352589,283.094874502803,2470.76999705343,370.33527294208,3147.58502147273,434.810169366928,4437.12070727636,3738.71496816847,1279.88561556169,35931.0884073126,15477.5804258962,981.462838397183,7157.19443150629 -6128,794.795683405282,3606.05098746698,190.33391444798,1444.791009352,386.730695165907,2571.65699851536,430.249003282078,3030.53143851866,78.0528976115711,1108.34031929649,667.590562746198,6150.65756022111,373.444044273053,3587.96964384047,424.633564050174,4054.98641404296,313.986400757099,4604.16071714562,127.536686047755,1249.37612142183,261.155775407193,2402.29436710147,588.644005181499,5513.62139306123,195.471058796403,1605.26890576379,146.198370846642,2186.28340878948,192.818865116196,3908.14070197035,268.715913972855,2617.30792477681,349.637052251682,3334.26390575974,410.508414979644,4700.28015727704,3658.3382374387,1250.77187279515,34750.4783173076,14836.7882603824,947.907668716974,6838.41856735858 -6129,721.485654316201,3726.26568351195,171.767488074596,1492.95591679269,346.278200635485,2657.38816689953,385.647530140144,3131.56007538554,67.9820248267401,1145.28899114326,580.924720626666,6355.7016462999,324.963966231937,3707.58156326479,372.308637555754,4190.16724230215,288.495721733623,4757.64933477125,118.62608829177,1291.02649497578,241.934803280508,2482.37950404361,545.399965793191,5697.4286443113,177.192975289057,1658.78365479189,129.400759122938,2259.16740193579,168.051028956105,4038.42614391813,245.868081294012,2704.5609552322,325.208981946982,3445.41805287461,381.827448940109,4856.97310266165,3167.21895484552,1096.53104020637,31429.5826135804,13634.1530297272,838.236142264078,6323.23986839571 -6130,691.139538597376,3783.57884877389,165.562563302437,1515.91886051582,330.734278107806,2698.26107831015,369.907031888937,3179.72615783168,65.7289141608317,1162.90451907314,561.759421190495,6453.45779407587,314.243073321609,3764.60735071675,358.829195956223,4254.61561180405,273.079594847996,4830.82606604638,112.030042839207,1310.88359083222,228.961502287474,2520.56063197221,516.114456606892,5785.05998818041,169.652054083966,1684.29717149081,125.130303542724,2293.91533610336,162.462891265543,4100.54060505509,232.783678636744,2746.15942462585,307.126170169288,3498.41154046585,360.596442805517,4931.67751875773,3048.06677269157,1053.84993544136,30021.630287539,12982.5844094215,798.852586616642,6004.06023981611 -6131,661.423164806538,3709.11071827907,156.891418542493,1486.0826530423,300.628507391219,2645.15409518126,347.680845038655,3117.14301316273,59.3316886057041,1140.01631482509,506.411942834419,6326.4412955806,283.282201027993,3690.51261590086,322.689539112494,4170.87656915458,244.027143698991,4735.74609011283,103.589266234225,1285.08287299143,209.817373280671,2470.95113642208,473.116221625123,5671.19884788469,162.140814172326,1651.14695404542,115.488179771272,2248.76665718832,146.791773634266,4019.83405575839,206.808744839879,2692.10970964267,283.986096968893,3429.55605270341,333.427712515543,4834.61259168631,2627.49223850304,935.288798547908,27643.8035331876,12183.3967831995,682.774712403857,5647.01805054 -6132,627.42412700763,3571.80604246649,150.466441182197,1431.07051875871,300.719470939082,2547.23519949466,335.949516250686,3001.75192796958,59.8872892375661,1097.81494031321,511.864881164207,6092.24770118176,286.332524769346,3553.89640872988,325.908870722677,4016.47814358054,244.609310780398,4560.43720045656,102.448570449746,1237.51139274447,208.289753977151,2379.48092415174,469.606691675646,5461.26116243355,153.936256701201,1590.02443318702,113.939809604447,2165.52131880526,148.01747116348,3871.02695514361,207.933671824001,2592.45260069935,280.858922161702,3302.59999294577,329.756100581977,4655.64384014445,2739.04664663804,954.68422847561,27287.7708406701,11910.4232108727,705.245450710801,5498.86307175564 -6133,610.219426857364,3449.25203355368,145.563049656517,1381.96834830891,287.878394172563,2459.8357490121,324.776145848968,2898.75732855388,56.9542800333943,1060.14726732645,486.565182204255,5883.21356825497,272.180104969356,3431.95690614426,310.330163714635,3878.66676962739,235.300897060258,4403.96177747276,98.6431596117283,1195.0505254821,200.492738143355,2297.83737382475,452.03263739521,5273.8771216378,149.746168734588,1535.46831613039,109.203693986661,2091.2190426317,140.816612301709,3738.2062290678,199.906531257709,2503.50167353401,270.426530751494,3189.28284633738,317.507443196635,4495.90173491919,2588.32108720147,907.232989433565,26234.8897358574,11482.0958641928,671.883871833392,5312.87584724935 -6134,582.523880520893,3395.1229291766,139.423901897387,1360.28112213821,278.17248161912,2421.23355215506,310.249012678209,2853.26713633981,54.5241003185578,1043.5103786532,465.81718928936,5790.88831100763,260.573867827815,3378.09921416257,297.558782346063,3817.79886076636,228.523366119024,4334.85041523927,97.0959506360327,1176.29660028311,196.551583664907,2261.77741710388,443.21268549587,5191.11417987186,142.937647115699,1511.37221531113,104.558987706693,2058.40154691587,134.805341308569,3679.54256715272,193.453992884271,2464.21422742202,266.184915242706,3139.23343782849,312.527367863509,4425.34755914102,2474.80254809236,871.391230884947,25364.1188573002,11209.1464236047,640.592275069767,5189.59551516445 -6135,581.431726152924,3364.64688273263,138.780138781189,1348.07066863772,275.723010126794,2399.4995449552,307.042490061163,2827.65501460576,53.0400053356298,1034.14339211752,452.866929047807,5738.90687033536,253.329610900186,3347.77597971989,290.963315242061,3783.52869800007,231.361881474056,4295.93898100307,98.5573583038706,1165.73766896607,199.508253755441,2241.47475500667,449.879946859334,5144.51656318996,142.394716433371,1497.80550483001,102.859684548499,2039.92447187242,131.192875324156,3646.51345082665,195.436202858327,2442.09440766604,270.191309676772,3111.05436271238,317.231270434245,4385.62378461018,2402.10889951939,852.36095679478,25318.057891887,11293.2547498334,632.041881613858,5248.15756591816 -6136,601.127605761418,3416.63161172825,143.202757300747,1368.89873494558,285.402121434657,2436.57247947612,315.66986753759,2871.34307006909,53.6648650299546,1050.12119479801,457.965280576176,5827.57457567956,256.181582033582,3399.50004857743,296.800241351172,3841.98526740177,246.972224982918,4362.31243161842,104.501312603324,1183.74863977914,212.189066125746,2276.10616262556,478.42066304286,5224.00077317448,147.221974431773,1520.94701595153,105.095069439576,2071.4418716287,132.788066478798,3702.85309659837,208.361839287129,2479.82544464817,286.486437960107,3159.12101682881,336.363359669076,4453.38289035459,2456.24747735802,872.900574186145,26363.8340636113,11820.4376532597,664.025346159237,5518.51771355075 -6137,649.240477863248,3470.63075778109,154.505499792682,1390.53389235211,303.950398080435,2475.08199649163,339.756288105947,2916.72404508444,57.5570139440531,1066.71814003976,491.093491549687,5919.67816963033,274.713199728397,3453.22843386768,317.115920662334,3902.70703877306,259.595868839342,4431.25786469189,110.818619359531,1202.45753876311,224.361744370474,2312.07954315786,505.920423323088,5306.56500976425,158.785775669691,1544.98526455026,113.027396231581,2104.18057596606,142.436926190856,3761.37591319032,218.826260563679,2519.01856570678,303.805098032416,3209.05026193699,356.697176265656,4523.76767292817,2592.79158760302,927.80966885928,28128.2240326436,12643.6268843356,693.207118402223,5895.02136985789 -6138,677.997758302301,3496.68810144102,160.332674345745,1400.97395988812,309.310143219634,2493.66480367286,350.69220910417,2938.62268141547,57.9435138717287,1074.72701309575,493.946769395744,5964.12285395072,276.309297213483,3479.15512164217,318.770993756284,3932.00839221878,261.569888084826,4464.52755457957,115.068806708062,1211.48553727715,230.87172872701,2329.43853506159,520.773766923106,5346.4064673446,165.499067734168,1556.58494622128,115.431236061448,2119.97867153344,143.486519252743,3789.61615873774,219.375702449915,2537.93124672454,315.456827602223,3233.14367069555,370.377457021569,4557.73192240267,2527.80619808444,925.595742235189,28842.1380167786,13172.3020011828,672.077462636192,6152.46576712373 -6139,715.676047089234,3441.64926988479,169.489884590929,1378.92224479201,323.996031107256,2454.41383443987,370.644958817219,2892.36795291879,61.2369130475392,1057.81051459012,522.03818752132,5870.24592137445,292.02337913673,3424.39226400579,336.229491043323,3870.11749966597,272.493035225894,4394.2546640826,119.085938414945,1192.41642202163,239.372407256,2292.77253242355,539.911719664007,5262.25256043308,174.98316073798,1532.08387144063,121.996278514721,2086.60962470389,151.63857949328,3729.96655906726,228.931030035113,2497.98351151414,326.469643851622,3182.25310089748,383.307590466776,4485.99196954495,2669.46309206375,974.497357323609,30208.353866835,13717.001904537,708.699168388091,6400.7719102293 -6140,691.620097450269,3230.72121159441,161.900220489327,1294.41235757822,301.716410281147,2303.99038807957,354.529097362455,2715.10365073994,56.8810995781606,992.98057394683,484.450608523403,5510.47667216097,270.997231826209,3214.52183432789,311.146631761661,3632.92994638936,249.38670387985,4124.94436217626,111.292846736803,1119.33690088291,222.208913955036,2152.25558242597,501.324160257423,4939.74534724371,169.096507609167,1438.18718098797,114.724966542232,1958.72776283028,140.947719437272,3501.36842424963,208.919755952094,2344.88981415935,305.105174641152,2987.22263296623,358.223594545891,4211.05937140892,2393.18507859959,893.088825323018,28316.0390871692,12971.3206705883,631.045327655953,6061.2116351253 -6141,582.101973619824,3059.49649919823,135.467014948144,1225.80990966257,250.96370117443,2181.88140196629,297.24077620512,2571.20610858887,47.0292797081778,940.353682905022,400.372728537789,5218.42739846615,223.964836091656,3044.15567131799,257.844968781844,3440.38860825298,209.329422775441,3906.32679482655,92.7142789249357,1060.01326186377,185.724271547486,2038.18837607544,418.960108413232,4677.94421338025,142.39372622842,1361.96482371592,95.3282130489502,1854.91732055212,116.571350754766,3315.79970377828,175.479322923276,2220.61320292181,254.172726213199,2828.90308055256,298.4238721179,3987.87780217755,1978.23936930934,739.61441132589,23633.5396944493,10812.1787856474,529.195295086094,5062.85890067387 -6142,462.580285825178,2839.60107701553,113.15368646628,1137.70718175567,221.27201296422,2025.06287572718,245.096696239683,2386.40561840525,43.4986232266239,872.767571870855,371.592466577629,4843.36297325233,207.865421238595,2825.36284161227,240.221349389276,3193.1172988455,195.143494314912,3625.56707506316,76.2610358956963,983.826848904032,159.187866925772,1891.69750950232,358.56036618937,4341.7259768116,112.898873143198,1264.07622342254,84.4518678900275,1721.59870834789,107.552345010158,3077.48298208023,166.542134605347,2061.0109030372,209.066776145077,2625.58111650551,245.465033947376,3701.25676072427,2072.43674744237,707.521323321176,20397.105236603,8761.83131699582,566.776523004781,4063.00492800646 -6143,370.717841935209,2645.30813175161,95.389847703797,1059.86227565937,192.149822376654,1886.50276823378,203.670484733745,2223.12149376278,43.21328881964,813.050528007832,375.421276255039,4511.96738931896,210.007222292226,2632.04411371792,237.106922768158,2974.63584749393,164.478102073962,3377.49627703182,56.1642933649543,916.510838338145,119.742116283295,1762.26260977482,269.509879853263,4044.65371043178,94.1364141756944,1177.58481641653,77.1666483465433,1603.80241424343,105.533984017884,2866.9135336363,143.938346966452,1919.9911373337,153.972308536921,2445.9319776584,180.778690133646,3448.00707609783,2149.81947562329,688.080319798557,17276.9196307533,6867.19233302851,537.924737950388,3071.15149719162 -6144,392.029550168623,2512.03227114404,101.480846667826,1006.46431599693,214.80146729217,1791.45702405107,220.855506030185,2111.11623178211,48.62574198561,772.087432806543,422.911567014926,4284.64553988034,236.572855832821,2499.43652059773,267.155986509985,2824.76780459551,183.997289555157,3207.33132814845,57.407456096238,870.335207881515,122.534984852933,1673.47633073413,275.784715040688,3840.87604927877,99.8952906955162,1118.25576209484,84.6576251725281,1522.99967355808,118.653854066806,2722.47275416844,161.965863295736,1823.25818281863,157.380392644363,2322.70108240003,184.780117316644,3274.28965356692,2492.81136509005,775.074973767566,18636.9060958802,7207.46023112067,600.896947667226,3183.73562992135 -6145,409.889432759162,2432.17072522078,108.655044948417,974.467196726041,241.944207119243,1734.50372411171,239.436130237621,2044.000451531,55.8309948153096,747.541531593352,486.268329009554,4148.42976730502,272.014048012037,2419.97541384169,307.193853261233,2734.96389310097,209.69029763569,3105.36510697511,64.4009736728347,842.66585188984,139.419707087437,1620.27382678002,313.632507145583,3718.76842251037,104.927557944854,1082.70461296178,94.4787291467417,1474.58106454253,136.091010119504,2635.92096684493,185.964533114105,1765.29387289724,176.552859376296,2248.85867946242,207.290485936588,3170.19471954153,2980.28913476649,907.46432962257,20820.4917174434,7795.11666333891,733.596639734435,3425.35138192267 -6146,486.090126408282,2401.6296996147,130.093013147267,962.230708843474,304.290781954874,1712.72337699108,292.351574297242,2018.33372119759,70.666231444346,738.154573341919,616.085993929489,4096.33749498445,344.632860366662,2389.58752605329,389.281854510157,2700.62066158981,264.064680300883,3066.3707081589,80.1667420508086,832.08440746529,174.942224566304,1599.92787658852,393.434455568777,3672.07145324039,125.062870261947,1069.1089763704,116.864886242957,1456.06459380984,172.125309607958,2602.8214278573,235.377505962404,1743.12689061456,219.774123413951,2220.61952264595,258.036516654015,3130.38624840841,3875.35000596404,1164.43494890721,25857.6776007623,9466.12847196898,962.335527148492,4146.95644402515 -6147,687.07734029749,2395.78141744511,180.049975916577,959.887551320705,388.072719873273,1708.5526717451,392.793942720628,2013.41881482554,88.6509000875996,736.357070491931,771.488156396426,4086.36237786445,431.563406241521,2383.76856815003,487.353343564543,2694.04429735493,334.452859525166,3058.90369476348,102.884307629654,830.058173194225,221.621668009347,1596.03184312642,498.636527634721,3663.12947937619,175.375580337181,1066.50555629908,152.650637719286,1452.51888624172,216.22326197749,2596.4832175372,295.283607640325,1738.8821488397,282.053479334706,2215.21202391215,331.158628627945,3122.76334880676,4627.0015084278,1427.5719993664,33572.6110143577,12727.9959203566,1139.35082702655,5619.12371874 -6148,800.550615693151,2430.67616667311,198.973380645456,973.868390785657,363.852561096635,1733.43787896361,415.52223828252,2042.7444219626,78.9406997721782,747.082170507308,683.651968866154,4145.88057488861,382.428647700451,2418.4883492609,431.715778915703,2733.28326944178,305.373428992323,3103.45687334819,111.172978918662,842.14803731428,228.416488824908,1619.27817541711,514.786761061616,3716.48325515965,202.2627134066,1082.0392955903,149.575196773778,1473.67494076125,193.237925304241,2634.30120464193,262.945451103193,1764.2091073339,304.776561503289,2247.47676538581,357.837770281852,3168.24664839392,3561.85213530013,1208.00533512625,33612.7472726325,14186.171438613,863.49071971166,6409.81998721276 -6149,883.931610133302,2508.91318942131,217.879066597307,1005.21463282659,406.056805700206,1789.23264941824,461.644056161192,2108.49495014941,87.6441460922417,771.128765265653,759.175484408098,4279.325481,424.675810341102,2496.33307847317,479.546911012235,2821.26041269952,338.718573135669,3203.34892368682,127.396684866313,869.254550331556,260.248090031526,1671.3984476207,586.649018174683,3836.10699976368,224.266952445577,1116.86727232544,164.569798416359,1521.10863079557,214.511792484738,2719.09237760812,291.935737194594,1820.99432206367,349.253244251741,2319.81708501803,410.057786498774,3270.22410985131,3980.23427280585,1350.52107468329,37508.2801525595,15909.2069156653,967.56588873873,7204.0889790015 -6150,791.363909683463,2603.85031066125,186.726557359004,1043.2518928925,343.418889528466,1856.93710315562,404.770505126955,2188.28026976914,71.1311560416294,800.308230457319,614.998056120767,4441.25489479074,344.024277924251,2590.79416908625,388.722990615343,2928.01673371503,277.418610877039,3324.56345052823,115.14220966178,902.147089212996,232.220523236397,1734.64406238771,523.715649739459,3981.26505340282,201.798121864479,1159.12946142339,136.178136667548,1578.66728810977,174.334899303469,2821.98266644076,236.934032902689,1889.90063554631,315.658059053028,2407.59882126281,370.613722610077,3393.96918963637,3047.47751709681,1095.32664647117,32280.5926113194,14098.7370279584,778.932730316178,6498.75095852918 -6151,721.202331118693,2840.12092291879,171.983858888003,1137.91546186316,313.334101453141,2025.43360408347,368.564011272323,2386.84249779451,65.4914575897511,872.927349471452,566.315935817762,4844.24964794056,316.791945856889,2825.8800809211,357.85280647488,3193.70186298019,255.222333820966,3626.2308077988,105.854909822959,984.00695813172,212.798265339487,1892.04382265472,479.971157524934,4342.52081679121,183.338792885946,1264.30763791646,125.671426650728,1721.91388150473,160.496138910586,3078.04637703509,218.148381113173,2061.38821240054,290.197274084797,2626.0617817645,340.72024760754,3701.93434997424,2816.19737130572,1004.30906189172,29565.7331171114,12956.9158983515,704.663932829798,5947.69109549835 -6152,707.74673655028,3063.72025819276,168.453003967364,1227.50218995538,307.71680159424,2184.89357772754,361.645746399577,2574.75576289662,64.2628027492338,941.651879300163,555.696653298701,5225.6316491222,310.851616510586,3048.35825167748,351.144430838391,3445.13820425107,250.361458549404,3911.71963738726,100.301202469201,1061.47665316044,201.806556238398,2041.00217778701,455.164679527452,4684.40230508008,179.850935592539,1363.84507138932,123.139167613261,1857.47810913902,157.484075173998,3320.37729974107,214.055792691581,2223.67884950506,274.97199319966,2832.80849598096,322.844264831898,3993.38322921119,2763.04296504231,981.699304682569,28754.5744017593,12511.4730028461,686.770516787645,5736.65977596391 -6153,653.124970730434,3226.62741092412,155.292791149744,1292.77214604958,279.554557530771,2301.07089215984,331.597011702573,2711.66321363091,58.133509682611,991.722320983184,502.466136741523,5503.4940848015,281.074953251472,3210.44856065983,317.494835014006,3628.32648788101,227.060802193984,4119.71744877557,95.1808069378556,1117.91853580125,191.443324892195,2149.52835690297,431.796014167,4933.48596072005,165.824985803316,1436.36478553509,112.414519124293,1956.24576562185,142.511444688204,3496.93167360997,193.639814788328,2341.9184926295,260.934620460715,2983.43738093853,306.363003488363,4205.72333757988,2464.60710402978,890.595693449096,26530.2677908577,11651.7715657711,628.844050479219,5367.28909862728 -6154,626.743958137656,3373.41930283544,150.088917673793,1351.58540365918,269.939298213059,2405.75560057662,319.016963098233,2835.02737151525,56.540342988912,1036.83964542385,488.817656344403,5753.86954063987,273.440118365976,3356.50441343901,308.835238866887,3793.39324080847,220.573770796363,4307.13949707232,90.1028191232293,1168.77701928075,181.727502142555,2247.31880310029,409.840629691934,5157.92951916753,159.050715993361,1501.71063353404,109.197360806823,2045.24303131386,138.580365089887,3656.02076289121,188.332868127138,2448.46151804089,247.013506890216,3119.16560789904,290.018241885513,4397.05812990475,2415.756209299,864.032647273036,25512.3158151447,11145.3662260211,608.280214255836,5116.32776645195 -6155,616.121432442358,3322.60423027374,147.275378455838,1331.22596885588,261.887773991771,2369.51680710489,311.971418334211,2792.32229732633,54.6005901945486,1021.22134331335,471.859279636709,5667.19685871966,263.953757809925,3305.94413616213,298.119790486839,3736.25194425375,213.494436028216,4242.25944913605,86.2772286951109,1151.1712953219,173.589992300379,2213.46660217383,391.52364006324,5080.23370395585,156.296840327079,1479.08980642679,106.243166745973,2014.4347730712,133.865484103921,3600.9487591835,181.871945807108,2411.57942941372,236.525793888886,3072.18045352937,277.704631490931,4330.82360408067,2299.99708773905,827.850262906811,24709.5193032942,10836.1136602087,572.124145807879,4972.58897923456 -6156,568.972595351752,3182.2454455974,136.416564747585,1274.99018325862,245.45556469614,2269.41987221114,289.74244736695,2674.36453380266,51.5411368989662,978.081271039023,445.629243297883,5427.79402633781,249.280915804033,3166.28913394076,281.533051911845,3578.41918844074,200.942957994203,4063.05111155039,85.0258573814058,1102.54166844865,171.619448066643,2119.96179068528,387.03349874143,4865.62631194025,144.315624782211,1416.60771910334,99.4635802313263,1929.33778379338,126.320596049034,3448.83169783878,171.680729658352,2309.70561766724,233.095206259909,2942.40047226201,273.676782952137,4147.87399720971,2209.04649690931,792.139866276926,23443.0987313378,10295.1714972219,563.115654945466,4732.57602740828 -6157,557.088376127094,3073.92225768111,133.094637427197,1231.58969653513,238.329012900132,2192.16913857631,282.817458977167,2583.32954077515,49.776649463212,944.787521976786,430.252517510154,5243.03268019484,240.679316281377,3058.50909663167,271.837263572873,3456.6103019738,194.390022854822,3924.7454225034,82.3141543888089,1065.01130494318,166.274806794104,2047.79858914925,374.969633563823,4700.00107582029,141.367676695708,1368.38659135456,96.5202328431933,1863.66339667249,122.021378895357,3331.43395134707,165.803504355767,2231.08356291655,225.661173980298,2842.24157354388,264.948495179553,4006.68094905107,2114.01366602291,764.028635864188,22768.6432934987,10009.191779779,543.216152039777,4610.21274319974 -6158,535.291224809555,3014.65966713036,128.604327647774,1207.84570114621,230.816787801212,2149.90599358206,272.699758151368,2533.52515797072,48.5117931616116,926.572827076011,419.436678485369,5141.95149696252,234.62903502664,2999.5436586358,264.986645989956,3389.96981342289,189.190433611895,3849.07968944573,82.9160710052954,1044.47879839099,167.569623987231,2008.31878479965,377.883038279946,4609.38907720893,135.857202227866,1342.00526890051,93.6781452960226,1827.73356125605,118.896193754811,3267.2067557138,161.590150995579,2188.0701811229,227.311305860083,2787.4455883174,266.885912904922,3929.43556915971,2081.41616916803,750.625285738424,22293.7022872021,9831.91866779997,541.579301539891,4531.46557435521 -6159,552.896366643263,3001.33857331298,133.858018457497,1202.50850634531,243.432711125131,2140.40604911028,283.807235562193,2522.33008786513,51.585577549206,922.478512983879,446.290564233078,5119.23038550762,249.650852676096,2986.28935901397,281.934880736513,3374.99030962846,200.553743311993,3832.07148377239,84.2512316796357,1039.86348469063,170.301006230654,1999.44448192585,384.03977667281,4589.02123767873,140.228082379586,1336.07525355405,98.6860786724972,1819.6572233171,126.371462462647,3252.76971388511,171.828331126125,2178.40159780667,230.971598885761,2775.12850171632,271.183458255609,3912.07228917263,2256.03757606886,796.173648404194,23173.0471581192,10131.0677748712,568.161398353879,4640.14666968657 -6160,576.577002555086,3094.1313254746,139.681170721891,1239.68660907378,252.2289267357,2206.58124500665,295.349607634181,2600.31327603131,53.3963029654527,950.998894120101,461.876337035302,5277.50225814619,258.369391183352,3078.61683277444,291.779815882809,3479.33529827249,207.834981046437,3950.54810704345,88.9403675341728,1072.01307136998,180.177507679138,2061.26155178994,406.278847620512,4730.9005691739,146.285838410973,1377.38285576017,102.600789739248,1875.91578849323,130.823962940502,3353.33599340558,177.859867195966,2245.75150673434,243.826689358899,2860.92748939672,286.276603505984,4033.02230713972,2323.61523302311,825.827463274542,24193.1120629231,10610.9360895653,593.561646667315,4870.26316148937 -6161,615.707050409025,3221.81882686422,148.493578248644,1290.84555126719,264.017537444667,2297.64164812153,312.642041165792,2707.62207133454,55.5815767542903,990.244375271699,480.503798224355,5495.29232780892,268.789422305967,3205.66408764579,303.524022189398,3622.91925900336,216.909280070389,4113.57790889922,95.3524899503367,1116.25252216939,193.016943998473,2146.32495394472,435.24271696388,4926.13367645252,155.933535691836,1434.22419725751,107.861935254915,1953.33040818889,136.235641200307,3491.72026003077,185.139307334066,2338.42837415622,261.405283014884,2978.99121855079,306.915607790048,4199.45562469397,2374.89852274319,858.315325793566,25604.20291229,11317.1137390609,617.694280844516,5213.83244701352 -6162,664.602261059339,3323.38399912864,160.903263807731,1331.53838901711,289.009890275941,2370.07289963932,339.150107554669,2792.97761641021,61.1811291285315,1021.46100971425,529.135956492278,5668.52687075201,295.993806068661,3306.71999512538,334.229260393386,3737.12879045579,238.19825890424,4243.25504823952,100.307358906017,1151.44145916343,201.768694555043,2213.98607190242,455.083478612713,5081.42596392525,168.215556834356,1479.43692816766,117.844905869078,2014.90753280645,149.913753912305,3601.79385161579,203.790775808939,2412.14539345874,274.988870840812,3072.90145141785,322.864080848744,4331.83998795562,2645.63762515213,937.902922654738,27590.8848826946,12138.3124483666,657.752044247322,5554.68980847494 -6163,705.055026724973,3410.71835039654,171.192616061312,1366.52954304072,308.785536363654,2432.35543430938,361.22433545097,2866.37355509768,65.5036413954617,1048.30372023228,566.634105776589,5817.48862691128,316.969927216754,3393.61643732845,357.938916639051,3835.33583442201,254.885853085832,4354.76245364299,102.245462269646,1181.69989240057,205.402662665319,2272.16684106917,463.301875246263,5214.9594467222,178.77111717873,1518.31466976995,125.788461402548,2067.85676837135,160.481410197172,3696.44446361671,218.188636018398,2475.53354034661,280.302108686467,3153.65343639465,329.102346594275,4445.67529415065,2847.63650534533,997.702987684332,29052.2651430098,12687.2017072201,688.641411742424,5780.04860194823 -6164,669.539480085575,3246.57655576598,159.881137843408,1300.76491853448,280.100440594724,2315.29763441203,336.817213934447,2728.42850919244,58.2159491241866,997.8538043262,502.871740261742,5537.52032540874,281.301844144505,3230.29767714819,317.688133415699,3650.75920211236,228.160352423152,4145.1882669478,95.9253377965389,1124.83024761421,191.575529510053,2162.81816296745,432.208197933178,4963.98803408386,169.651307526767,1445.24534269374,114.332431694514,1968.34057086417,142.777849416339,3518.55201819105,193.914890494179,2356.39778176562,262.975723948718,3001.88296416189,308.7594604779,4231.72590104355,2413.20708582985,879.254090211286,26755.2433775039,11904.9982068245,596.675442621798,5468.86780570331 -6165,568.580743560344,3132.27512105272,135.390686777107,1254.96920299865,238.248832252348,2233.7835111946,286.290323003382,2632.36938729698,49.4038984208736,962.722607045172,426.758555202625,5342.56218809823,238.724825778554,3116.56936897285,269.626456184003,3522.22780683293,193.612897211284,3999.2496272976,79.6995797032821,1085.22862143883,159.602180446268,2086.67234758169,360.037722595831,4789.22210928606,144.191423756221,1394.36293984722,96.8519169226232,1899.04168097521,121.164618023972,3394.67520922493,164.562309586993,2273.43665561179,218.493415319882,2896.19639748117,256.53283892203,4082.74055186288,2048.4470220021,745.028394956378,22596.1404429672,10010.9548587447,504.968231092599,4597.38110176397 -6166,437.685075439559,2913.74429909345,108.448828100572,1167.41321226795,193.633636578118,2077.93815026208,224.915100372518,2448.71570948304,41.7724672473329,895.555913665554,361.507879568774,4969.82529200424,202.224195661771,2899.13429715648,228.278599446756,3276.4909835949,162.234132890328,3720.2322120011,61.6082208062016,1009.51499683965,127.217824851473,1941.09055618291,286.661236575497,4455.09033489198,110.606135590821,1297.0818047048,80.2446329086342,1766.55040117379,102.307750133451,3157.83740440676,139.141297034659,2114.82479623712,168.896631899981,2694.13618411003,198.301319068302,3797.89818835262,1845.31035683884,639.749489453881,18221.3677997027,7764.11608783796,463.027946508931,3531.95384067989 -6167,331.479497524019,2743.16939722792,77.9590093570564,1099.07111574937,164.894175244094,1956.2925768417,176.128999837933,2305.36426921712,36.1698005104964,843.128745593146,308.27849060107,4678.88436704518,172.448163165877,2729.4146864184,196.358943212134,3084.68035417081,143.868110045426,3502.44431459483,47.2874086874571,950.416495447032,98.5876321849003,1827.45624337241,222.071951984579,4194.28275582175,81.110155338605,1221.1487169531,65.8580067976274,1663.13392725243,89.5795309921683,2972.97293104458,121.811829376917,1991.01982399121,129.636661375318,2536.41746618412,152.206237987978,3575.5636097916,1861.34849909666,580.270169293082,14588.5824991362,5785.16856698634,452.967550434112,2596.23662546676 -6168,328.835859818836,2651.41634317598,76.698005317818,1062.30957576129,164.139180361556,1890.858842153,174.983107007749,2228.25484512664,35.7880598742219,814.927921595427,305.031347306663,4522.38585453403,170.631740957616,2638.12169754714,194.32461028129,2981.50450088402,142.313997468306,3385.29516484284,48.6058390565474,918.627129406885,101.532578530689,1766.33180401217,228.689737726462,4053.99311392324,80.5745198400992,1180.30394654072,64.9048079124335,1607.50571221145,88.6327424673401,2873.53344826501,120.52596322699,1924.42453836512,133.251088895218,2451.57981484977,156.449932707109,3455.96877854024,1845.93681472778,580.355174744362,14609.1924939036,5790.61485223488,464.080220504957,2618.25272034267 -6169,329.799829177159,2607.74916123888,78.3233594858659,1044.81399622408,173.449930486047,1859.71757032288,179.995887967043,2191.55687048572,38.3827538811929,801.506564399105,327.441787397856,4447.90496570344,183.167935818081,2594.67347017406,208.606899661199,2932.40097181305,151.686295349351,3329.54145409332,50.7246596689098,903.497910604486,106.513015618103,1737.24141522974,239.862988730208,3987.22636288731,81.1028592432391,1160.86507293366,68.2170795527289,1581.03109060752,94.9969251934459,2826.20813543337,129.252943425402,1892.73046034629,139.059756315658,2411.20381653329,163.269881681488,3399.05111722694,2042.24116207984,629.070113786159,15294.6950031815,5933.03710098902,513.838193427528,2667.91121270879 -6170,379.437669632092,2615.93676257945,90.640649968011,1048.09441928135,209.700309573196,1865.55656216235,212.138104538912,2198.43774470378,46.5724447429188,804.023070326397,397.606521629745,4461.87014042239,222.417445291543,2602.82001751017,253.369729639881,2941.60788882975,183.124275503446,3339.99528089469,58.4996203774702,906.334640767809,122.733289486844,1742.69586627574,276.39884896432,3999.74513593464,93.7617485722827,1164.50986383942,81.0963949035818,1585.99508502437,115.203725296382,2835.08163671269,156.820025167864,1898.67310340599,160.374520151499,2418.77432058869,188.29551858572,3409.72318488503,2538.18527601692,765.936899639529,18043.4333930517,6873.82150536338,623.075559165337,3065.95411727084 -6171,565.562155303945,2725.42960692965,133.157547879106,1091.9635375094,287.613453777717,1943.64143684637,303.691944610825,2290.45571900569,63.1306755648096,837.676319958631,538.261386696747,4648.62650998936,301.098488116996,2711.76384639991,342.900771087539,3064.73204814367,250.522126749956,3479.79437262076,77.9720894657311,944.270251127494,161.964428454844,1815.63827450419,364.878361270074,4167.15876682744,138.7418065645,1213.25167560245,113.759737481456,1652.37861365889,156.311462797425,2953.74702526842,212.602629352234,1978.14410651165,213.75756547802,2520.01471905358,250.972483691815,3552.44081296399,3287.1144199395,1012.0986170878,24939.8190716279,9726.1456780463,788.593663327431,4345.27090883548 -6172,788.626347918512,3018.68848233538,183.480860450635,1209.45987576736,380.001149750674,2152.77914508594,413.029128592913,2536.91098118321,82.6175175034407,927.811106386601,703.746254109514,5148.82324192274,393.669206759866,3003.5522726866,448.251670762719,3394.50019609851,329.929569789518,3854.22363021863,106.716581470147,1045.87464818132,219.07517625006,2011.0027180293,493.74919644225,4615.54910150706,192.730914114407,1343.79873543722,152.327879920501,1830.17615895376,204.699719482476,3271.57307686072,278.253175013472,2190.99433555117,292.559514660963,2791.17075281666,343.493751240743,3934.68689817066,4159.59682024291,1306.31477021329,33503.3670035611,13450.9045145888,984.523799731691,6031.74311168682 -6173,852.585660770429,3703.26243610949,195.85134697164,1483.73949551953,406.361358341655,2640.98338993527,445.075549505595,3112.22810679067,87.536861400019,1138.2188119751,745.465435674479,6316.4661784606,417.006534692264,3684.6936579976,474.936017665596,4164.30020491969,350.17011058947,4728.27907671741,117.378009598211,1283.05663872036,238.133606929357,2467.05510295998,536.93423672079,5662.25687402049,209.007285847721,1648.5435339741,161.555201177514,2245.2209496202,216.926910034856,4013.49584543829,294.82846181401,2687.86496786781,321.787420912923,3424.14855396961,377.81019851484,4826.98969208467,4367.13234676424,1382.31867199519,35946.6260629461,14643.9084218532,1025.38517665726,6586.054032621 -6174,764.239915179532,4084.05060657262,168.698104143365,1636.30509347276,347.427870155851,2912.54265710228,391.740830165082,3432.24313875092,72.5410587595782,1255.25622600565,617.096836980851,6965.95717224908,345.198316708155,4063.57249279605,393.379302661136,4592.49461016323,292.214320995965,5214.46464150656,106.971387181855,1414.98701051766,214.819887354851,2720.73018413375,484.549584448421,6244.47875889877,188.244232950774,1818.05511654785,135.474421080243,2476.08592136916,179.904632994864,4426.18378384738,244.347403191247,2964.24483595018,293.25805498453,3776.23682363863,344.313906539446,5323.32518150905,3486.05315408954,1149.57961217457,31233.2354217916,13044.5343438736,854.466622837808,5967.57093511463 -6175,695.182138620666,4302.19154725602,154.824968327684,1723.70487538554,315.741198628784,3068.10997401513,355.774107154646,3615.56915967151,66.3634497534449,1322.30308715347,564.563929655231,7338.02906770239,315.811889661614,4280.61963826656,359.803826955158,4837.79301384417,267.256166290914,5492.98426127522,100.372487052199,1490.565554288,201.73097552827,2866.05224276778,455.012491365086,6578.01440812689,170.734646507311,1915.16269222278,124.331056791124,2608.3408232137,164.579908291222,4662.59904586499,223.537999251089,3122.57371558978,275.167417216412,3977.93654097958,323.073711919525,5607.65935718973,3194.5369574049,1054.15349111188,28713.4217448888,12043.0639121153,788.876876468687,5508.82703055985 -6176,672.63347421977,4392.25509897078,148.877605831316,1759.78950376158,301.147669704826,3132.33883929835,342.024812672737,3691.25872309833,62.9665292504495,1349.98463298059,535.499421490394,7491.6458821013,299.553470085946,4370.23159624833,341.283486694554,4939.06903014929,254.051416991374,5607.97627561248,92.7989236620532,1521.76956424625,185.815664419189,2926.05116228319,419.172827345684,6715.72081527294,165.066141485432,1955.25536412699,118.596734057719,2662.94472358421,156.190480041615,4760.20749162569,212.10224532729,3187.94274349756,254.404776592518,4061.21202730818,298.696322170879,5725.05201927079,2993.64400913338,991.275913066502,27200.3646288699,11414.2850190293,728.734158266004,5217.26694599511 -6177,622.201388768605,4502.07284543474,137.64583675299,1803.78879642546,275.506294739429,3210.65541808128,314.863142300787,3783.54974569424,57.4742377290043,1383.73774312887,488.677812183706,7678.95642066068,273.361890823748,4479.49869813821,311.432397809202,5062.55854027543,232.30608100301,5748.19019828638,86.8947261383515,1559.81774232728,173.510120174251,2999.21001518212,391.45386304414,6883.63121874364,152.577285211297,2004.14180924725,108.889836050892,2729.52523448637,142.590217964047,4879.22500032041,193.605827767813,3267.64956381159,238.218640022168,4162.75284010292,279.692199966591,5868.19313857704,2709.63323316032,904.357039401904,25084.1468205971,10605.2880052804,663.334468019978,4857.01931421595 -6178,598.088560039128,4584.46864801535,133.26268512639,1836.80128437711,266.766039112041,3269.41602437641,303.602624043267,3852.79531958944,56.0028303316209,1409.06256256661,476.257768400472,7819.49474577983,266.414232125009,4561.48135436426,303.485180296611,5155.2122107864,226.083135616743,5853.3921266057,81.351442068225,1588.36513353372,162.517026763146,3054.100801003,366.646128858143,7009.61370245943,146.604719494368,2040.82110754552,105.956920044416,2779.48031741836,138.920744572961,4968.52334658782,188.645805349312,3327.4532625979,223.021934179059,4238.93849346319,261.849767111173,5975.59133046577,2656.30096468911,876.186279297158,24077.1746815772,10121.2632749603,634.554062674931,4610.12638245178 -6179,572.714347447362,4528.39011834945,126.291781078105,1814.33300654062,245.118117981464,3229.42359393574,285.770844380508,3805.66682701707,50.8179814691938,1391.82650692248,431.77078799559,7723.84445307615,241.528622880393,4505.68401183866,275.136208646452,5092.15218287635,206.467171863679,5781.79176258966,78.2507898066187,1568.93579763899,156.103483494198,3016.74216786111,352.195308505499,6923.87010595124,140.211512434255,2015.85720097113,98.0220040435614,2745.48092045365,126.14177091729,4907.74695017644,171.195776675456,3286.75090408591,214.521612033322,4187.08658731906,251.86954977325,5902.49619089232,2330.40622670265,792.56793328845,22567.4214372462,9653.49570797836,572.826296084209,4433.24073184104 -6180,532.744438002924,4461.32980773401,118.126872164224,1787.46479691233,233.032951248314,3181.59950112169,268.183204673579,3749.30922688794,48.7187446401393,1371.2151383262,414.14321267646,7609.46309576556,231.667918752366,4438.95995285254,263.889561521196,5016.74319686583,197.169872291927,5696.16999825846,75.3220210993125,1545.70164175233,150.040148740299,2972.06764523027,338.534000669361,6821.33545945853,130.439693868693,1986.00464707881,92.9935955523272,2704.82346857724,120.88732276868,4835.06879606441,164.115844384912,3238.07785896764,206.492502219648,4125.08059406737,242.44258223053,5815.08693117245,2277.15944303116,763.694373420591,21431.5194799323,9150.77803501502,553.781589439268,4188.34336814155 -6181,514.175731276659,4383.87256014385,113.079928069589,1756.43097755804,219.540291538421,3126.36082769659,256.322810865847,3684.21402308219,45.4613417886264,1347.40821190606,386.235933741821,7477.34821243748,216.056842605428,4361.89108887507,246.123579446852,4929.64290689798,184.725029532201,5597.27355507108,73.9007126603718,1518.86529476041,147.690045995369,2920.46684695434,333.190926098412,6702.90398446136,125.888616155236,1951.52379489045,87.7766892357709,2657.86254209966,112.850111131855,4751.12272236168,153.151181543788,3181.85861285777,202.596038321052,4053.46127815172,237.867748960609,5714.12586180581,2083.21861827525,715.727049067665,20521.3460620759,8837.459605509,528.038339976957,4077.91006686747 -6182,490.925135849533,4305.70051655777,108.335772528672,1725.1107698992,209.59622034395,3070.61239716272,244.799335649984,3618.51810349475,43.5403678345296,1323.38158886346,369.925369137721,7344.01413797438,206.932862204813,4284.11101300852,235.71414623095,4841.7388323851,176.894865611855,5497.46446931247,72.6289424003708,1491.78129485064,144.536061075515,2868.38986284504,326.126948834332,6583.3795924454,120.185692211401,1916.72474426557,84.0724522229351,2610.46824775457,108.079548069874,4666.40197205705,146.679381761456,3125.1205606547,199.109527744153,3981.18104021986,233.774241360327,5612.23309695072,1997.03057044519,686.171795511888,19748.2247149164,8566.36349994705,503.95901711341,3950.2801348391 -6183,501.962161076648,4186.72045610884,111.279091266122,1677.44052834515,216.044704225885,2985.76170974851,250.938748135354,3518.52705650164,45.042788834179,1286.81238930244,382.764246051224,7141.07590696788,214.114812319235,4165.72753851058,243.877810747254,4707.94634571776,182.769703339789,5345.55221894593,74.4873381660903,1450.55868125841,148.526200291632,2789.1272206896,335.105555924031,6401.46008855626,122.759819691655,1863.759605362,86.748423115113,2538.33279181112,111.793461293507,4537.45459483486,151.737908295759,3038.76364108098,204.204250192876,3871.1684745521,239.755948458352,5457.14942808873,2081.16760572618,710.530729901921,20309.772590757,8783.74842033011,522.845967336901,4043.87965249317 -6184,525.455342327894,4145.58753713223,116.683693060581,1660.96032001411,225.756994928874,2956.42774876925,262.623120073537,3483.95888080199,47.091009667034,1274.16995226798,400.157191753461,7070.91758143207,223.844266789272,4124.80086687904,254.959586320377,4661.69258275107,191.175805020996,5293.03422339017,77.5927693535325,1436.30749985461,154.657403678613,2761.72511797297,348.943942137673,6338.56820410518,128.566793647764,1845.44888372608,90.8674270026226,2513.3946479451,116.87962053043,4492.87584777831,158.638330128066,3008.90895650197,212.717673584959,3833.13573248636,249.751547952821,5403.53503285456,2172.45811459983,741.188193436387,21214.6835978952,9186.45184302987,541.922973683486,4225.04450727832 -6185,571.578944248465,4144.74278281207,127.073259097771,1660.62186294538,246.238520640457,2955.82531181896,285.790316199411,3483.24894782157,51.4522829576824,1273.91031221403,437.247456397629,7069.47672700048,244.592221006746,4123.96034829853,278.574582900665,4660.74266071631,208.731790400591,5291.95565165892,83.6736293573703,1436.01482072174,166.83685990103,2761.16235595104,376.418714740988,6337.27658191022,139.70299976234,1845.07283306903,99.1312691997829,2512.88248869913,127.697944631678,4491.96032585328,173.329252597899,3008.29582535536,229.388123733718,3832.35464706945,269.32430210886,5402.43394416152,2379.41124100156,808.785200415655,23063.3109374236,9958.52719693605,590.572909569136,4574.52871052552 -6186,609.37243591024,4209.5287597218,135.480649820714,1686.57884394665,262.182255032318,3002.02746245538,304.336139772484,3537.69519400124,54.8078519909897,1293.82265138605,465.753520388774,7179.97886911135,260.538252028168,4188.42147746907,296.719797860404,4733.59416977775,222.328342299413,5374.67357521196,87.9180188662994,1458.46099600748,174.19213089548,2804.32175329132,393.107030743735,6436.33379144534,148.78532845803,1873.91294504309,105.635134635865,2552.16105323752,136.028119771225,4562.17361849883,184.63366770063,3055.31813629039,241.023958743217,3892.25772252796,282.985921081884,5486.87874064303,2529.6182275196,856.143086893836,24434.2966707327,10574.6345814357,612.848570306675,4843.18366741241 -6187,624.83613166739,4203.74545671433,137.81880972754,1684.26172080596,259.921613966529,2997.90309713016,308.112865274859,3532.83489622855,53.7749999419873,1292.04512025181,456.620960782761,7170.11458363964,255.42958185793,4182.66717291153,290.914856018283,4727.09087428773,219.378380430836,5367.28952639655,88.6470141622038,1456.45727484392,175.035826150974,2800.4690079235,395.061949236193,6427.49117016924,152.634385665756,1871.33845108204,105.362597250193,2548.65474135864,133.539145297627,4555.9058308403,181.167924872592,3051.12055704222,243.022472067218,3886.91030549451,285.332373014447,5479.34053764369,2408.07926740999,834.190278588199,24485.3752196163,10725.5995074944,589.385994321491,4934.47574845147 -6188,603.592148604374,3905.93791389718,131.570750061511,1564.94292529396,245.089893117724,2785.52150453534,294.755400229032,3282.55692615211,50.078368401183,1200.51227497535,424.962772070679,6662.15942130684,237.720281147677,3886.35288699367,270.776113101048,4392.20777243472,205.147270130454,4987.05258724237,82.4776128660234,1353.27691658825,161.634410605501,2602.07431381728,364.918235008139,5972.14596157444,147.443622441519,1738.76650741074,99.1528740777244,2368.09942138773,124.415657267423,4233.15005631504,168.724319372905,2834.96885963621,226.109289278804,3611.5484361451,265.474626777257,5091.1655259603,2184.15649172351,768.29691745145,23028.9345840159,10176.6851732271,526.535911886411,4689.12533487614 -6189,505.479690928206,3586.62169483154,109.350530267544,1437.00651949999,201.865959856928,2557.80098911455,245.291073630127,3014.20302764357,40.9043223578705,1102.36861549138,346.956484872835,6117.51800505306,194.084278790101,3568.6377729325,221.091343268541,4033.13827103416,168.065063051656,4579.35363975682,67.2890250070272,1242.64452102039,131.718623781263,2389.35087838844,297.390929073036,5483.91416931448,123.51814740544,1596.61976590496,81.5879436330818,2174.50378052548,101.656112233707,3887.08375917532,137.821062741975,2603.20594957892,184.470344035263,3316.29899362345,216.586394528217,4674.95519127913,1750.87201415707,623.511527386198,18956.4698507277,8414.64524426493,420.877312785744,3883.76048453524 -6190,391.751637218748,3259.24783274956,88.457895409647,1305.84175941291,166.62270170717,2324.33416169581,194.712246901235,2739.07747211569,35.1627495713344,1001.74839351162,298.767438747602,5559.1330773769,167.127767900193,3242.90541822666,190.272438514098,3665.00799010664,142.895788677927,4161.36679462991,52.506041352327,1129.22042150421,106.199295793216,2171.25956810216,239.480763975688,4983.36230918337,95.408783592312,1450.88608571395,68.5393401738754,1976.02293662485,87.2798270786855,3532.28480607939,118.455995873614,2365.59472151534,143.943347539692,3013.59921044711,169.003699879176,4248.24218214447,1614.39185698475,545.139285741332,15473.3459594545,6577.53194948412,396.116643640546,3005.35336069029 -6191,322.38233959853,3052.8684418706,66.9010588106699,1223.15432945316,147.87202564383,2177.15459969078,157.459069335026,2565.63587783575,29.6021984374112,938.31651171683,249.134984503061,5207.12225856285,139.363827732985,3037.56084817993,160.149102438961,3432.9353907282,124.563837256976,3897.86417427989,43.2869371292129,1057.71686156734,83.502972929405,2033.77286868569,188.636519364919,4667.80996990919,72.7355489307542,1359.01427909782,55.1160363742538,1850.89884942727,73.9775224398322,3308.61639419472,104.346049408518,2215.80249252704,118.669518299972,2822.7745781022,139.329729357896,3979.23851048516,1570.51182017412,493.946822649246,12528.172735526,5021.57545363479,388.931912280561,2293.95452372405 -6192,322.520719078325,2943.24563919615,66.5648282242036,1179.23314246094,149.649430247258,2098.97704516523,158.384232956559,2473.50868633511,29.8323567014329,904.623318653101,251.10314621357,5020.1442256993,140.464799361362,2928.48771259875,161.443320108845,3309.66509392454,125.361286852368,3757.8991533938,43.7799932296644,1019.73622499265,83.9735641044523,1960.74388426867,189.741438994198,4500.19763384021,72.9167784551752,1310.21461511426,55.8400858355025,1784.43652941429,74.5461790980241,3189.81016031586,105.146360371458,2136.23716436799,120.021213148716,2721.4140162366,140.916752547574,3836.3514892016,1593.68846531224,499.819472129224,12606.5538115452,5042.14384563019,394.223502923834,2305.86799828806 -6193,323.546090021625,2873.71605738863,68.2452615289468,1151.37560105938,158.776328885617,2049.39199041126,163.453732257551,2415.07590645844,32.1454388981435,883.253005485337,270.770515656737,4901.55115824414,151.466545633591,2859.30676375988,174.077929800825,3231.47942473032,134.097577277596,3669.12465454441,44.7026506650572,995.646549182555,87.223621981501,1914.42437206442,196.955454184384,4393.88749262565,73.5462641487458,1279.26284097288,58.6102383114211,1742.28200313217,80.284745452574,3114.45587675267,113.229183354879,2085.77189748638,122.550643981096,2657.12486009069,143.88655404634,3745.72367643648,1757.17259178539,541.649624123078,13181.6813499862,5126.57366775372,439.202023391654,2328.42652172328 -6194,372.526643427746,2880.79897515426,79.3379923719811,1154.21342446879,192.818035559786,2054.4431766272,193.382250598388,2421.02840270426,39.2048010263604,885.429980621069,330.434999777402,4913.63213043642,184.842311399108,2866.35416658952,212.475821624164,3239.44413055706,162.568494029953,3678.16803519893,52.9119941561851,998.100543415338,103.605751618222,1919.14290031323,233.915813053542,4404.71721385077,85.2471164496496,1282.41587116873,69.2754291787971,1746.57624790314,97.8736401764992,3122.13215179834,138.02403551886,2090.91275014291,145.056251960316,2663.6739402716,170.310359533214,3754.95585256074,2213.13081640124,668.349278385656,15741.7638883967,5987.54060951476,550.325426900385,2712.28945991688 -6195,553.841026212622,2964.16949037927,115.478366469046,1187.61643825334,261.799916015348,2113.89889971414,274.561418039167,2491.09312677861,52.5356405635186,911.054383544254,442.312713044861,5055.83297328375,247.425679166852,2949.30664808751,284.364384988964,3333.19386059253,220.258557034239,3784.61446440952,75.5134930448473,1026.98563996965,145.925651989699,1974.68302434461,329.629550077745,4532.19002493768,125.428409578369,1319.52907234457,98.6336749382803,1797.12228145956,131.254332281197,3212.48686531391,185.125959509983,2151.42390512922,207.017415393263,2740.76084244949,243.058882114981,3863.62452634712,2900.0704202908,888.367465829213,21990.4315122539,8696.37880519812,702.458657894482,3967.89318042583 -6196,781.783637527603,3227.01729850315,161.105177696746,1292.9283573929,352.993259747816,2301.3489406746,378.960704323079,2711.99087582144,70.3036579850045,991.842155152287,591.551059157452,5504.15909619315,330.908242646551,3210.83649327723,380.277214499587,3628.76491452596,296.480906806764,4120.2152523512,104.530020409114,1118.05361881393,200.581060954579,2149.78809386679,453.21312329529,4934.08209552348,176.201486502226,1436.53834780848,129.768789379156,1956.48214740022,175.720232846935,3497.3542232417,247.862713190086,2342.20147693945,286.565139335406,2983.79788279681,336.455762852956,4206.23153362525,3726.81109508238,1173.46234490691,30027.2274660501,12131.6102306701,914.1222836254,5555.66065390472 -6197,844.347155075229,3832.44450234992,171.645903273313,1535.49724617874,376.507403766472,2733.10964269335,407.540714167515,3220.79293695949,74.2853458123324,1177.92365615005,624.924322264582,6536.8054512907,349.576940259723,3813.22798372127,401.838832717339,4309.56479639762,313.913183035944,4893.21712024787,113.070543394916,1327.81390627916,215.178648622838,2553.11416067672,486.353110697152,5859.7751582873,190.809709844366,1706.05019564883,129.175631659043,2323.54169691862,185.699394671986,4153.49988109767,261.946279684233,2781.62660542791,309.97866350621,3543.59420302836,363.945551576851,4995.37108900232,3883.91680783061,1237.47787881098,32029.2837362338,13071.3140554645,956.455008771583,6010.35379173958 -6198,768.275631645345,4172.48963511232,150.548117967041,1671.73884461884,331.224349945306,2975.61299290077,365.927517949315,3506.56745011344,63.6486677146601,1282.43846537792,535.126083012108,7116.80312018406,299.344627961754,4151.56807323405,344.324338645919,4691.94385823156,270.43823964845,5327.38248500911,103.31341293849,1445.62817750151,191.901995407926,2779.64687189864,434.158042736844,6379.70128388047,174.345324381211,1857.42461605414,115.437444097348,2529.70490275845,159.176187734513,4522.03161525076,224.551021131403,3028.43476866633,283.229855481339,3858.01022666184,332.539810354149,5438.60037102211,3209.97292536369,1055.71950077607,28285.4023683934,11843.9065688893,796.384391812577,5490.68417693944 -6199,698.389916548245,4333.77227097178,137.996293154908,1736.35792600849,300.606836646881,3090.63178234343,332.005540691865,3642.10965408061,58.1166431803946,1332.00960254341,488.621457060129,7391.89470015037,273.33036628395,4312.04201094417,314.323733488496,4873.30538071256,246.899025652502,5533.30613361049,93.3289592686951,1501.50721935176,174.284814432562,2887.09082346312,394.217061089044,6626.30106699354,158.021206515625,1929.2211606079,106.072514454728,2627.48764408154,145.340159687394,4696.82538159352,205.032098448308,3145.49532117404,255.857849373673,4007.1370341421,300.402373061082,5648.82301503859,2939.33849766671,962.697804819413,25743.5664335674,10750.5763317171,727.593713450029,4974.67988690276 -6200,676.632347823713,4391.93019055388,132.840101989858,1759.65932680034,287.406576423023,3132.10713070435,319.634242076424,3690.98566950717,55.3050525573508,1349.88477052724,464.884817237606,7491.09170235794,260.052307444544,4369.90831697665,299.064243763483,4938.70367224922,235.388553836768,5607.56143661687,90.0994553378676,1521.65699434107,167.52021658877,2925.83471341365,378.982117450233,6715.2240330576,152.927509264228,1955.11072796386,102.882527899459,2662.74773749507,138.329347874878,4759.85536465552,195.147521693041,3187.7069217143,247.004285198523,4060.91160715025,290.007414709114,5724.62851982771,2784.27826505264,915.404010121954,24709.6687638203,10387.0367500143,685.260988303845,4813.78744328117 -6201,623.636648243342,4484.78792187762,122.117349480948,1796.86346391089,260.852986536174,3198.32866652148,292.530237791022,3769.0234662727,50.0213589290493,1378.42512337921,420.370903989281,7649.4744066448,235.151632214068,4462.30044408285,270.426521297884,5043.12172963811,213.446849930916,5726.12102446794,82.5539215929604,1553.82909412792,153.091603588927,2987.69507137202,346.37624009953,6857.20271714085,140.769249668695,1996.44725628025,94.7077708147577,2719.04569836044,125.13470935082,4860.49206683754,176.5389779499,3255.10399316867,226.318486798154,4146.77067653101,265.720245316634,5845.6632343971,2500.6111705758,826.294867783427,22545.3812556737,9542.10583079837,612.501616958842,4427.13444930196 -6202,601.306154737331,4569.6529956503,118.761327899517,1830.86528363583,254.276918879173,3258.85023475652,283.445686426739,3840.34421991545,49.1062657161783,1404.50888738844,412.761792063393,7794.22444190853,230.895164718121,4546.73999016163,265.496902342061,5138.55208333278,209.15452505423,5834.47568730544,79.6096259286748,1583.2320052578,148.621187822662,3044.2308467663,336.172113632006,6986.96069557849,135.729538736235,2034.22577482758,92.4923484612121,2770.49785569813,122.828481953583,4952.46654255612,173.280721773958,3316.69991371832,218.246810412955,4225.2394927855,256.243300416837,5956.27997933109,2464.74931167521,810.933234838454,21933.0321001944,9218.13999650924,607.21002631557,4266.87723365165 -6203,573.782547063308,4510.7153072133,111.742316683586,1807.25146268274,231.614468435374,3216.81879386118,264.954287406101,3790.81288540501,44.1261342918395,1386.39405300371,370.620825731289,7693.69742766862,207.321894251416,4488.0978251659,238.412045002234,5072.27694559409,189.384918846203,5759.2247851956,74.8270358628154,1562.81206642696,138.243826487033,3004.96748708718,312.829489895201,6896.84546954503,129.175401689013,2007.98908573074,84.1029076494167,2734.76500254934,110.430564102329,4888.59146706184,155.806389846583,3273.92234913304,205.135518716626,4170.74392188887,240.849349638641,5879.45809066701,2124.18677055421,720.778663491261,20252.3400136299,8710.02792953206,525.190371344839,4049.53080661468 -6204,526.815241705441,4463.27923932597,102.774137071762,1788.24585110352,214.18082422547,3182.98973920042,243.982577975835,3750.94753254341,40.9605766378781,1371.8143072344,344.077958462995,7612.78814197287,192.474057489765,4440.89960966799,221.321642105367,5018.9353230027,175.485159587908,5698.65900808879,68.7623917187404,1546.3770546319,127.435323703742,2973.36632585034,288.335124763626,6824.31612383823,118.584102052201,1986.87245563985,77.8939368765177,2706.00537364761,102.498967147659,4837.1815373919,144.613127130784,3239.49277594252,188.509523740593,4126.8830975307,221.32879024393,5817.62790318352,1979.42620056553,669.317003541182,18695.206398606,8006.477522003,490.795032163565,3718.09167923494 -6205,510.616235768663,4385.62704164315,98.8201537235352,1757.13392355217,203.401147010675,3127.61203702284,234.438343777948,3685.68849234522,38.5789169722704,1347.9474617924,323.954757497132,7480.340742198,181.217323240111,4363.63677311027,208.401420209316,4931.61581262451,165.899940584744,5599.51365506582,66.3323488338437,1519.47316394982,122.141273182802,2921.63565489344,276.428444240762,6705.58657180188,114.886254677234,1952.30481950889,75.3881331577129,2658.92625245935,96.5636034588905,4753.02418204212,136.245762025582,3183.13203310279,181.847652106244,4055.08352485782,213.507095295404,5716.4127275784,1838.85142256406,628.716483880938,17862.3935963003,7732.21332860527,453.753897660654,3599.12098993807 -6206,484.799835982933,4309.98925471442,93.9316182082523,1726.82908457409,191.759236157891,3073.67091284474,221.969106539966,3622.12236640186,36.4073963143369,1324.69975697435,305.689322276584,7351.32922027873,170.999806127362,4288.37824671373,196.639608935959,4846.56149712806,156.72169992935,5502.94027645319,62.6713869972956,1493.26719925481,115.629180083094,2871.24695265089,261.669476132494,6589.93703673332,109.025709084651,1918.63391804924,69.5293640993253,2613.06843203069,91.1346971516011,4671.0499906814,128.587644014366,3128.23336976464,171.81126222814,3985.14653734862,201.723382801419,5617.82322058665,1717.13974998407,591.088560513226,16885.1456511016,7326.59793151145,425.973046783471,3410.29856171943 -6207,494.475792232628,4181.00213856664,96.1992437822976,1675.14944211195,196.675826143163,2981.68368883914,226.768756907029,3513.72137262549,37.447011666276,1285.05483182126,314.451081170865,7131.32246389542,175.901053776768,4160.03789357029,202.257938137745,4701.51612606047,161.042426667497,5338.25114275831,63.9762237826242,1448.57747538618,118.214915838722,2785.31776761512,267.504780541574,6392.71682950569,111.092974898155,1861.21404031711,71.0243120330203,2534.86587944295,93.7301855879367,4531.25723666907,132.247904132669,3034.6132289344,175.388423446843,3865.88114504709,205.923323204072,5449.69592990748,1777.43213651391,608.682496700669,17291.6823709058,7477.83265714353,440.524921052472,3478.05041762103 -6208,517.370037885162,4142.40346994423,100.791580742005,1659.68459993628,205.270308945694,2954.15702972057,237.127462055835,3481.28298527275,39.0944647983127,1273.19131107403,328.273315130716,7065.48668015248,183.633084813308,4121.63276513722,211.149287551056,4658.11211502236,168.236174900578,5288.96884630075,66.8254049342953,1435.20432701332,123.611820505654,2759.6039425662,279.705249133817,6333.69979236455,116.282104553665,1844.03146504051,74.5236003235681,2511.46420567188,97.8562479250178,4489.42504172524,138.070216827272,3006.59792864542,183.199346954988,3830.19164757593,215.094118485082,5399.38478432086,1849.4870394623,634.744147669423,18070.8013243738,7821.39577455869,459.045488303927,3637.24281412816 -6209,562.24439205367,4130.9668285567,109.640024074952,1655.10242494449,223.45810553152,2946.00098340675,257.704130460581,3471.67161222327,42.6195293264078,1269.67619417435,357.885944760926,7045.9797832566,200.198118514766,4110.25346898512,230.1803783996,4645.25166861993,183.294879716004,5274.36668587773,72.6082834107833,1431.24191308503,134.376242940662,2751.98503221819,304.056552351837,6316.21326462596,126.234283213102,1838.94033214483,81.2589080860514,2504.53037711406,106.677029257372,4477.03031856247,150.515153179417,2998.29709977736,199.052891897279,3819.61698273782,233.707745285092,5384.47777974256,2034.21310995988,693.400499586517,19669.8116288022,8499.30284916151,501.378213450111,3951.4151022012 -6210,596.108397282868,4203.74545671433,115.987293745539,1684.26172080596,234.952601922147,2997.90309713016,272.072158534328,3532.83489622855,44.738798542981,1292.04512025181,375.630254479875,7170.11458363964,210.124122796521,4182.66717291153,241.581724385638,4727.09087428773,192.62343945837,5367.28952639655,76.7253424309444,1456.45727484392,141.758366453775,2800.4690079235,320.781807379969,6427.49117016924,133.639613246839,1871.33845108204,84.8738080976844,2548.65474135864,111.992404683468,4555.9058308403,158.017801153929,3051.12055704222,210.339655136653,3886.91030549451,246.959519540157,5479.34053764369,2123.04633223852,726.56155177464,20735.6416869201,8991.68872631354,522.544576023202,4183.16652245428 -6211,613.36367530343,4210.24354941457,118.300875819913,1686.8652297258,234.112797152961,3002.53721506905,276.414921820986,3538.29590448576,44.1387670905657,1294.0423460712,370.379841808288,7181.19804949541,207.187090052807,4189.1326830866,238.233458300461,4734.39794723491,191.187142496798,5375.58620973542,78.1535108770369,1458.70864674151,143.549854353583,2804.79793492563,324.912733477282,6437.42669882667,137.474823269421,1874.2311406737,84.9899684057737,2552.59441728354,110.534897731668,4562.94828826956,155.973470147783,3055.83693780871,214.254925488147,3892.91863871609,251.556433442325,5487.81042791569,2024.14615552663,710.691122795307,20873.9741632477,9196.97038215993,500.055315789292,4290.6407332739 -6212,593.310405058799,3918.86912013554,112.973787033807,1570.12390875154,221.012382142992,2794.74340049235,264.65009127742,3293.42433406717,41.1474230304551,1204.48675489838,345.108320804806,6684.21552137008,193.050432743498,3899.21925399811,222.018899815598,4406.7488495842,179.064005813452,5003.56298934009,75.3202272345688,1357.75714727593,136.9739560419,2610.68887972724,310.154183524954,5991.91766630121,132.903123232047,1744.52296048381,80.3598108570822,2375.93937754831,103.07949373031,4247.164548512,145.463056574343,2844.35445864249,206.487584406582,3623.50502088789,242.436808232511,5108.020609902,1852.31772436293,660.610101327768,19833.7007213268,8858.18627018719,453.753897660654,4147.14337144339 -6213,495.345656717073,3600.98247415229,93.379612941785,1442.76027199047,180.423358483135,2568.04238580381,218.966707643714,3026.27185123049,33.2441051448418,1106.7824828474,278.692982486127,6142.01245513346,155.89830099157,3582.92654490047,179.318359737654,4049.28689601011,145.312584174103,4597.68930285366,62.5940265646634,1247.6200509923,113.011341324795,2398.91780336796,255.970589314862,5505.87167916644,110.920896499213,1603.01260743334,66.6346108280558,2183.21046095662,83.307767910346,3902.64758408254,117.569115192907,2613.62914704696,171.599181496983,3329.57740491442,201.474379086754,4693.67364155035,1457.09336077426,530.791567576394,16299.0531880794,7367.9785177474,357.182368420923,3458.01083368403 -6214,380.62986010358,3274.25842890412,74.9813623833548,1311.85586582585,146.860614292646,2335.03897557308,172.116860694974,2751.69240288495,28.1597643398937,1006.36198577435,236.365663878167,5584.73588694403,132.220786769129,3257.84074873799,151.962574893868,3681.88733088273,121.681037421869,4180.53213571798,48.1243754631951,1134.42109128648,89.6960399692359,2181.25939082077,202.900148764924,5006.31338346602,85.0403222993819,1457.56819956859,55.6175540490787,1985.12358923426,70.5047195502711,3548.55288492697,99.4837341344896,2376.48956254989,131.931174470884,3027.47846205393,154.900222873004,4267.80763130184,1314.66877649707,453.527778559675,13117.8825071041,5711.65511081004,324.109926900467,2651.22708794531 -6215,322.541979283775,3076.71643729008,65.9974279177413,1232.70920526964,149.379871423759,2194.16180911023,162.234743452046,2585.67777411387,28.2693108941914,945.646329001631,233.685712165098,5247.79857008278,130.721646334806,3061.28926575609,150.483909427502,3459.75234305757,118.188936675738,3928.3129960172,41.4243709885734,1065.97939477179,73.5336198889835,2049.6600275922,166.670476003759,4704.27335275748,66.5635761030246,1369.63044776675,53.1907180205592,1865.35745716734,71.5331194746527,3334.46220776841,102.498026067812,2233.11160646315,113.563362924466,2844.82515659603,133.334598875187,4010.3230015394,1471.44526106597,472.243060548038,11913.1074838174,4759.32147833337,365.612507105901,2189.36636925881 -6216,330.315234234141,2956.50174124511,67.6677205254528,1184.54429782895,151.171260375052,2108.43064072606,163.160413162996,2484.64913724699,28.7496407245366,908.697657154868,235.542250734099,5042.75448400399,131.760177000525,2941.67734633178,151.70509824738,3324.57151479838,118.955637898537,3774.82437839157,41.8956994182727,1024.32902121785,73.9469785312279,1969.57489065006,167.647438701363,4520.46610150741,66.733268906306,1316.11569873864,54.6282689090773,1792.47346402103,73.191472503162,3204.17676582063,103.280865034718,2145.85857600776,114.855492176914,2733.67100948116,134.851686174588,3853.63005615479,1495.34457750867,478.287239462537,12035.9960210604,4796.8389581972,370.85202684521,2207.12613302169 -6217,334.588995117851,2879.30441660659,67.8785981286351,1153.61461852841,160.269875591504,2053.3773314791,168.192401355519,2419.77237313586,30.241649283016,884.970619535026,254.057084120203,4911.08293802002,142.117205162077,2864.86710200873,163.611796440518,3237.76350689787,127.288263443916,3676.25980157201,42.7568402738832,997.582728839777,76.7989156833946,1918.14724895032,173.9864122264,4402.43204650004,67.3463214555658,1281.75055379724,55.2751160027452,1745.67012412187,75.6718323060837,3120.51238959534,111.199320269174,2089.82798457957,117.216277607832,2662.292026195,137.62348132362,3753.00778141313,1635.34656825411,517.016023299635,12500.8136225368,4863.25837049891,411.476245886941,2227.90574935581 -6218,365.522569360888,2895.02979615077,76.6727131927255,1159.91510819509,194.532735531437,2064.59189347494,198.791259374722,2432.98800909246,37.2345463087837,889.803904545592,310.106148698687,4937.90491722024,173.47053836051,2880.51363186604,199.735371329226,3255.44661804326,154.360285451021,3696.33776913575,50.5907320871469,1003.03104717224,91.2134118304131,1928.62324910418,206.61005544431,4426.47601852655,78.0974514059457,1288.75086047659,66.3794937805561,1755.20413695581,93.7349000405795,3137.55513138245,135.528320432507,2101.24162255756,138.692598861957,2676.83218816187,162.83880258562,3773.50490962737,2072.9564404032,638.023181784932,14927.5216978542,5658.19935078666,517.262961776604,2580.56839601127 -6219,538.991903842051,2982.68905583558,121.357222503446,1195.03643917994,264.38843184182,2127.106136739,282.732230790139,2506.6570013711,53.3344228464943,916.746477516973,414.9403220008,5087.42085312288,232.113814405211,2967.73335334079,267.231188787428,3354.01901990956,209.024845964831,3808.26001353484,72.2500163390897,1033.40205031455,128.495995743542,1987.02046714047,291.224602000435,4560.50628353885,114.813417752189,1327.773238242,104.307042054959,1808.35035860984,140.393796940203,3232.55787035354,181.829518707548,2164.86559122869,198.070716126937,2757.8845932966,232.554573971818,3887.76371526547,2777.22934066346,853.480748865707,21268.4712261716,8298.78257642164,667.89915428172,3784.1949638817 -6220,731.276348406771,3259.63772032858,153.048917563934,1305.99797075623,356.675542602781,2324.61221021058,390.58255705858,2739.40513430622,67.9394671887123,1001.86822768072,554.823997951066,5559.79808876856,310.363461104469,3243.29335084406,357.304214332925,3665.44641675159,281.280350903332,4161.86459820554,100.047176105559,1129.3555045169,176.640659430131,2171.51930506599,400.462180480664,4983.9584439868,161.224974306941,1451.05964798734,127.615371835489,1976.25931840322,173.338009561882,3532.70735571113,243.486853761889,2365.87770582529,274.275589429653,3013.95971230539,322.026618057991,4248.75037818984,3521.37523067871,1122.72038732971,28544.9513534801,11442.5107496121,863.092848479503,5267.81140701826 -6221,704.041318096774,3870.45833330065,138.834755992703,1550.72776881403,380.54225670412,2760.21922454468,420.18640336912,3252.73982572926,69.2484834377544,1189.60742370632,586.08183980063,6601.6437071952,327.848811447845,3851.0512069567,377.53986520931,4352.31116038045,297.79956329035,4941.75270329422,108.240671851201,1340.98442794918,189.504136334565,2578.43837608084,429.777432694036,5917.89798358584,174.561818535645,1722.97242470944,120.152364602844,2346.58879420065,172.368604703177,4194.69824476272,257.335509591662,2809.21742467708,296.737751407661,3578.74294188402,348.399413650521,5044.91993230509,3652.95279253478,1179.72735633272,29949.5390093409,12135.4343584027,901.031007672895,5629.07149869544 -6222,720.845088957568,4191.13915889288,134.498196993323,1679.21091430962,335.033410618844,2988.91290976715,377.619004792636,3522.24054190466,59.1390597303758,1288.17050278214,501.758715927539,7148.61266331976,280.679228529584,4170.12408517877,323.44627530971,4712.91515503832,256.510771875947,5351.19396329445,98.9464279540498,1452.08961406142,169.023945540035,2792.07089088308,383.733964646893,6408.21624765781,159.430501655107,1865.72663417209,106.795225192062,2541.01177128719,146.945628345044,4542.24346561351,220.632093480486,3041.9707798192,271.257929563369,3875.25414090965,318.483587476198,5462.90895314506,2992.78909004834,1007.47705839294,26595.7977220859,11114.1553137935,746.845034173314,5204.06431129127 -6223,651.544681668801,4351.05719452891,124.079751561278,1743.28325852305,304.036319666703,3102.95853390324,342.595178012135,3656.63593350215,54.2846754088782,1337.32222229307,458.155815017425,7421.37671416625,256.288165254323,4329.24026499954,295.266510140364,4892.74219134988,234.178898619819,5555.37530742894,89.3791496839216,1507.49586755111,153.505576484904,2898.60576727323,348.421622805094,6652.72956859632,144.508005606768,1936.9157135749,98.9621522344229,2637.96718020748,135.389974924885,4715.55831507639,201.453199918538,3158.04089181696,245.029594202776,4023.11919771401,287.688932541626,5671.35291921853,2746.62756273416,919.016454342325,24232.8770044198,10089.5956163867,683.107076155487,4712.72108897064 -6224,642.621994846178,4396.80376007906,124.357434411322,1761.61195849022,290.745482782366,3135.58271915851,329.918031597511,3695.08142570007,52.6020187760917,1351.38268989178,435.866331370523,7499.40430174976,243.81963232058,4374.75744960796,280.915198526772,4944.1839769596,223.243481684707,5613.78394912102,86.2965239831344,1523.34552326426,147.552262119309,2929.08140866524,334.973438075152,6722.67567955067,139.833118065992,1957.28024515761,98.7072760459714,2665.70249443875,132.887841625238,4765.13720772746,191.751526860438,3191.24420728917,236.578691198953,4065.41785706643,277.766738154892,5730.98093753171,2614.67008662667,875.454467464434,23400.9449712501,9789.72026564521,644.970017026041,4571.94826028174 -6225,598.062620141849,4489.85643519231,117.386048420138,1798.89420127243,263.938338650011,3201.94327923303,302.032444764373,3773.28305356087,48.2012923076248,1379.9829598283,394.097448082177,7658.11951173245,220.454501699494,4467.34354302285,253.998125992963,5048.82124767097,202.409546908474,5732.5924387599,79.0786133567607,1555.58516455746,134.848149698459,2991.07163510553,306.168164014103,6864.95243103564,128.699662619841,1998.70355461069,92.6232298901447,2722.1186461933,122.881575224595,4865.98518472536,173.4774064119,3258.78277089851,216.791059318065,4151.45717737633,254.53410492191,5852.26975012379,2357.42335263029,791.306029716104,21440.5458228523,9017.88880233024,577.633919097155,4211.17494795405 -6226,581.214001289428,4581.08963703784,113.306356169729,1835.44745862762,257.226076127574,3267.00628107034,292.578210164259,3849.95559296493,46.7520077392043,1408.02400428811,386.991138857959,7813.73133880441,216.479297428136,4558.11928631373,249.38232597684,5151.41252973521,198.35315096261,5849.07784772846,76.2484218294361,1587.19441918609,130.906197419361,3051.8497571143,297.131012804284,7004.44722331708,124.106842997192,2039.31690772326,88.8347630387113,2777.43168425595,118.193113283635,4964.86126571889,170.267065334746,3325.00074258637,209.032195154455,4235.81415762361,245.424432450604,5971.18698390938,2312.25284544175,775.703640455528,20798.437695275,8704.27942705176,571.200999741525,4059.99905245144 -6227,555.771019510257,4530.79441037941,104.468403525641,1815.29630393181,234.462794987922,3231.1382159549,273.74804853059,3807.68739816526,41.3577876749106,1392.56547977822,347.387139062052,7727.94533157243,194.325182797856,4508.07624834568,223.892774656278,5094.85579731518,179.542911954642,5784.86153252784,71.6948381163261,1569.76880445492,121.779180869499,3018.34386934023,276.542573330452,6927.546248085,118.067110956403,2016.92749510992,78.868934552714,2746.93859917013,103.498697937079,4910.35265696604,153.126338245315,3288.49596332255,196.548715804546,4189.30966851293,230.767595343781,5905.63004733527,1981.03179663928,688.927883788852,19126.4160233344,8210.1260322279,492.574142950943,3853.38423862453 -6228,512.765509506708,4480.4341982557,96.2651814448255,1795.11911232851,216.78506127495,3195.2238064236,252.039330792148,3765.36458946905,38.1863946415609,1377.08698161526,322.523322391452,7642.04848194121,180.416591556936,4457.96855076037,207.851106141309,5038.22598906242,166.37824286221,5720.56224469943,65.8791963760508,1552.32067443242,112.255699523506,2984.79468927282,254.881067647548,6850.54591062738,108.39429952255,1994.50915358041,72.454316366447,2716.40611457359,95.190450073522,4855.77361872046,142.120848566697,3251.94401695715,180.605351600616,4142.74509187382,212.048511863786,5839.98840594307,1841.74672582466,639.407865173773,17636.0687090316,7545.57322822894,459.776964240446,3539.02936883772 -6229,508.779457902524,4406.55089912942,96.576266918299,1765.51722186997,205.945813736608,3142.53389606685,242.285039117984,3703.27293808589,36.5394929773953,1354.37852862086,303.621560421323,7516.02950053341,169.843119090556,4384.45571487058,195.696876312744,4955.14458638036,157.265318917565,5626.22897412932,63.5627569921661,1526.72258111065,107.597892209369,2935.57479916843,244.375373755058,6737.57897253681,104.994886489897,1961.61927954511,71.7807786469039,2671.61200832611,92.1309525697293,4775.70089387135,133.910035924325,3198.3187784389,174.254919713136,4074.43035689879,204.592477922942,5743.68577293971,1717.01692671678,601.72109181009,16948.0071965798,7320.0053073896,425.818625191355,3436.76401319686 -6230,468.120188506156,4317.00719331792,86.4021017128666,1729.64087360142,194.169145642037,3078.67575913992,229.426418245654,3628.02025404833,33.7048746380965,1326.85676039434,286.492242950167,7363.29936082273,160.2611358376,4295.36099619764,184.646881701024,4854.45313420993,148.556846435232,5511.90069252769,60.0562801310336,1495.69868038009,101.862409517015,2875.92219280541,231.329132812699,6600.66740537036,99.6347982156006,1921.75802213482,63.995724492924,2617.32328111244,83.6376861500941,4678.65584306552,126.386456505533,3133.32705989447,164.642044614154,3991.63553582918,193.306013588379,5626.97070010862,1594.39099852084,564.483095589985,15892.5134274762,6893.78021135404,398.642646453409,3243.19834847782 -6231,470.615425020507,4202.70576490781,87.266482038732,1683.84516059098,199.12634897997,2997.16164041759,234.354896166075,3531.96113745004,34.6546897771323,1291.72556505062,294.714775341456,7168.34123426318,164.860745121677,4181.63269429385,189.928388567371,4725.92174601836,152.657639048079,5365.96206092527,61.3032903315062,1456.09705638855,104.138587478421,2799.77638161871,236.482372220612,6425.90149021003,101.529754793378,1870.87562209421,65.3319348519666,2548.02439504496,85.9633913423065,4554.77904093058,129.980593042484,3050.36593831553,168.060676414402,3885.94897497654,197.319824803983,5477.98535914375,1652.39959122531,581.148544042815,16258.5226554599,7025.28859844689,412.52092590703,3302.37021725835 -6232,497.813716973737,4154.03505512128,92.0602159035371,1664.34488059973,207.832399018345,2962.45210029177,245.072937665661,3491.0581894175,36.129077772849,1276.76634505826,307.665503429998,7085.32608274418,172.105263758625,4133.20602759803,198.275678596029,4671.19177474726,159.471933170026,5303.81990851158,64.0340854218655,1439.23428244795,108.893399260827,2767.35272139611,247.268345604304,6351.48438750485,106.27036099802,1849.20937907288,68.4078355113969,2518.51622511888,89.5343850654926,4502.03103970387,135.704334103835,3015.04024966845,175.547048965583,3840.94656334317,206.109565222342,5414.54588692184,1716.77562845059,606.023970592314,16996.0988243432,7354.75538075272,429.533245420918,3457.35713892512 -6233,533.115790543184,4131.16177234621,100.708160857579,1655.18053061614,226.237458095739,2946.14000766413,266.323634367042,3471.83544331853,39.9904927826482,1269.7361112589,335.423498176084,7046.31228895243,187.632831698242,4110.44743529382,216.148841571952,4645.4708819424,173.749851201555,5274.61558766554,69.5738601826791,1431.30945459137,118.375307263276,2752.11490070011,268.793225175862,6316.51133202768,115.368375358163,1839.02711328152,76.338407701327,2504.64856800325,100.177363708171,4477.24159337834,147.934655193443,2998.43859193234,190.734134168533,3819.79723366696,223.940702496478,5384.73187776525,1901.38269304439,662.783346909515,18557.56306794,7995.51652513449,470.786403548539,3751.83960067551 -6234,554.793952572284,4237.47055581156,104.49763754765,1697.77393129176,237.901677903465,3021.95416779457,281.213265162315,3561.17752738838,41.8882788839929,1302.4107216345,352.036751098719,7227.63776799076,196.926133170987,4216.22316871329,226.846348741079,4765.01458061546,182.582630979722,5410.34931034997,73.5231791118986,1468.14189429359,124.880558082927,2822.93613772084,283.585759217748,6479.05656081731,122.128945947919,1886.35150916489,79.4817694517877,2569.10165818602,104.785676453133,4592.45618271218,155.314139754,3075.59857175634,201.56104422559,3918.0935530495,236.652563719498,5523.29926552631,1986.08381761241,694.307973365591,19530.0813540323,8441.02852038655,490.882582782873,3964.12953673465 -6235,579.679218975448,4248.77723257171,106.391313562807,1702.30403499398,237.171426193678,3030.01752977177,285.892116113693,3570.67967794196,40.8677624272139,1305.88589316537,347.044773063031,7246.9229908391,194.133666394792,4227.47315190241,223.665323208549,4777.72888244029,181.173459409631,5424.78553356519,74.9108989885129,1472.05927982304,126.468596571656,2830.46846768121,287.268004150609,6496.34437374227,125.600507164832,1891.38478703414,78.2608467053516,2575.95669154389,101.481784973065,4604.71005372064,153.327257601349,3083.80507099611,205.365426337485,3928.54804865882,241.119283881659,5538.03686868422,1882.91725305997,678.850892483767,19622.7691716158,8635.88330139911,468.415723954759,4071.99456145878 -6236,556.73255977019,3944.14669494057,102.892052433073,1580.25155612632,224.005718541513,2812.77011513915,273.866815184372,3314.66765131432,38.665142583096,1212.25596155347,323.308200378386,6727.33019365813,180.855645111701,3924.37008280934,208.412466331571,4435.17335682789,169.65283117411,5035.83708012431,72.2119216834591,1366.51498194844,120.683093612702,2627.52840190238,274.248733158452,6030.56686391215,121.397315111718,1755.77552041396,75.6544912558269,2391.26471338043,97.0665847055183,4274.55970162714,143.013168837754,2862.70117561524,197.966281054066,3646.87743175798,232.431956886595,5140.96847550155,1734.05215754232,632.024548299145,18709.0404532179,8327.42090618732,426.415324999516,3935.4299010583 -6237,481.904482113991,3633.79783976724,88.4210510189029,1455.90799102546,182.943673398283,2591.44467959716,226.699607582675,3053.84994081054,31.3547259403568,1116.86847246039,261.044798889345,6197.98395340469,146.026068781838,3615.57736877599,168.306227354989,4086.1876115582,137.64999863648,4639.58755049581,60.0227402138079,1258.9894782016,99.576266600086,2420.77888304907,226.358042197518,5556.04609503148,101.29902773989,1617.6206887489,63.0473819434715,2203.1058228488,78.9521168249142,3938.21199136783,115.602674408191,2637.44686808778,164.550096186177,3359.91948535213,193.198057056925,4736.44658413763,1360.8033272899,508.342292721151,15426.191440071,6955.5995464337,335.236188329004,3295.03281432392 -6238,374.372257181331,3316.82092726628,71.5636445349301,1328.90884571519,148.719552172907,2365.39244177967,177.955387509194,2787.46199955363,26.5568185198638,1019.44381217911,221.497341116255,5657.33257324795,123.903583241079,3300.18983160459,142.682675536405,3729.74864876374,115.314253732677,4234.87540032064,46.1180527204692,1149.16757415833,79.0190012483347,2209.61385680601,179.372883144473,5071.39108267974,77.7081454832289,1476.51531246573,52.6181188481882,2010.92846119232,66.7875279776308,3594.68097152497,97.7885394240221,2407.38185016555,126.430915750271,3066.83303649592,148.442376157858,4323.28540108133,1226.90524015862,433.903960092819,12420.6541246529,5396.41954585258,304.080389446757,2527.69817384551 -6239,322.621712506121,3079.25069394743,67.4023896362645,1233.72457395041,150.246955655109,2195.969115466,162.904301193677,2587.80756775795,28.0093511846908,946.425247226178,231.536223815423,5252.1211226266,129.519242245811,3063.8108152261,150.182709759083,3462.602102074,122.805881666822,3931.54870316318,39.3041422076862,1066.85742998656,67.2712774170032,2051.34830945896,152.712714998741,4708.14820970488,65.1738152701591,1370.75859693197,53.4519719546616,1866.89393108378,70.8754294819279,3337.20876671231,108.874474149361,2234.95099532807,107.75083506271,2847.16840701869,126.510117361606,4013.62625940274,1480.98428040714,468.824250553053,11720.0973339044,4634.06840285893,358.857340265689,2120.98015578532 -6240,330.401471831313,2971.12244982065,69.1082764130858,1190.40219289857,152.050319270975,2118.85740608856,163.841211769379,2496.93640582571,28.2298237783546,913.191415248492,233.392861786594,5067.69228217946,130.557828516193,2956.22474422571,151.411488959715,3341.01242892952,123.609252840727,3793.49191590401,39.7517321991343,1029.39460798743,67.6563102656361,1979.31497640484,153.624167946721,4542.82104098663,65.3450318670918,1322.62425031989,54.157084345127,1801.33773485207,71.4261681479887,3220.02229503647,109.704398261103,2156.47043273236,108.977886275008,2747.1897592297,127.950796617466,3872.68730926679,1502.95519249823,474.490296796775,11804.4813811011,4658.97899634736,363.73975305842,2132.14467528635 -6241,334.81837486157,2896.13447342257,69.3241730551645,1160.35770531756,161.291248356984,2065.37969460337,168.969994454196,2433.91638176751,30.4358041414373,890.143433399842,251.847887829915,4939.78910899596,140.881400998153,2881.61277010098,163.355505442211,3256.68882214537,132.302180757475,3697.74820723482,40.5852197241243,1003.41378091895,70.3315728395227,1929.35916770232,159.574763578781,4428.16506071131,65.9940619383607,1289.24261838059,56.864743698154,1755.8738827802,76.9622313293725,3138.75235078491,118.105070756928,2102.04340838583,111.262861134845,2677.85360620827,130.633582672145,3774.9447929454,1656.69325040249,513.979609827609,12328.3822308081,4737.67109958201,405.240261796629,2151.84512023041 -6242,365.91816790688,2892.82044791033,78.3097595072102,1159.02991647556,195.843180211343,2063.01629571316,199.782969963454,2431.13126903954,37.1371797060853,889.1248487744,307.52056974392,4934.13654441978,172.024189182529,2878.31536166772,199.484745235209,3252.96221692691,160.476392893942,3693.51690098538,48.0348728117627,1002.26558186265,83.5957402030858,1927.15141610697,189.635385324724,4423.09794379451,76.5776391636522,1287.76734747449,67.2656772108036,1753.86464912852,93.8615987206178,3135.16069940871,143.934498590652,2099.63805547589,131.685806301259,2674.78935789713,154.612136419493,3770.6251512071,2087.1841040154,633.996085558367,14734.3160310173,5525.0043179628,507.770930443968,2505.03245969281 -6243,539.256499552868,2975.02130670142,123.947552377132,1191.96429875555,265.98083093505,2121.63787775091,283.956479706587,2500.21301183947,49.7233163987384,914.389751127587,411.216125302166,5074.34236384311,230.030532893434,2960.10405158506,266.748267217885,3345.3966741154,217.219688827866,3798.46992751689,68.5627650874994,1030.74543156275,117.603434484039,1981.91233344593,266.946927331087,4548.78236010858,112.453499816408,1324.35986463607,95.7256685637003,1803.70154117131,125.782380033756,3224.24777086026,193.13251301925,2159.30026210723,187.962254801271,2750.79476032826,220.686242483611,3877.76924507315,2737.25869947171,843.485703854457,20674.9465513836,8035.13443600508,648.14029823497,3668.47981434933 -6244,731.372743278752,3236.11462702285,156.311394773165,1296.57326937558,358.684577050762,2307.83670489003,392.143201044938,2719.6362863221,66.5093397518606,994.638270911969,549.64812306983,5519.67594624103,307.468124117755,3219.88820626803,356.549125494349,3638.99481523443,292.245953811463,4131.83060741605,94.9152239207682,1121.20553903379,161.552765649574,2155.84859082996,366.82969955087,4947.99183371639,157.825911598505,1440.58811267563,125.875662340786,1961.99769293079,168.326755152988,3507.21366227643,258.641098593307,2348.80440909756,260.206534557747,2992.2095481414,305.508158762751,4218.08937836289,3515.42520642249,1113.59442954219,28095.7028334202,11167.0812188386,843.436809944188,5136.1661649831 -6245,703.984796761545,3835.95347165167,141.799065474291,1536.9031406924,382.604631603905,2735.61206584094,421.803391636498,3223.74188078272,70.2649004028136,1179.00215786004,580.542846569404,6542.7905215627,324.750349383071,3816.71935846323,376.704236245802,4313.51061493855,309.38959762782,4897.69732828513,102.673951136864,1329.0296468418,173.263824342425,2555.45178075398,393.568906024787,5865.14034260582,170.84235885681,1707.61224769162,125.337869318921,2325.66912145949,177.861371600674,4157.30280728973,273.358396763336,2784.17345049283,281.47679488147,3546.83870226864,330.481544150437,4999.9448287633,3662.71569166041,1173.34925774452,29849.8602194518,11960.8383436441,882.496112286032,5553.39417266566 -6246,720.479718407193,4179.2476507642,137.359824309795,1674.44649359242,336.652313841936,2980.4324750178,378.927271299993,3512.24689806528,60.1763822799973,1284.51557999761,496.841434071294,7128.32992338394,277.928546111797,4158.29220306355,322.637209684754,4699.54321324608,266.448021911121,5336.01103471579,93.8230065148434,1447.96960401295,154.413185628503,2784.14895547696,351.139241850688,6390.0342325277,155.942529711994,1860.43301289276,111.905479657179,2533.80216526177,152.397246397708,4529.35577015745,234.386121659174,3033.3398041145,257.212261411254,3864.25889251291,301.992586498692,5447.40905591909,3026.02477491836,1001.79906754157,26363.6244840333,10878.6305840369,734.803125305935,5076.84279288972 -6247,651.251294614003,4326.10452183763,126.720142572465,1733.2857855841,305.527738493861,3085.16352335535,343.793439013737,3635.66566454899,54.9466597457521,1329.65287615402,453.669085032893,7378.81621087061,253.778329608815,4304.41270918844,294.528341176586,4864.6830349184,243.250075486263,5523.51604759255,84.7547754047316,1498.85060059995,140.245836790717,2881.98268976858,318.845100508192,6614.57714356327,141.353278577774,1925.80778700197,102.828447333825,2622.83882664301,139.151577957467,4688.51528210025,214.011327278896,3139.92999205258,232.352045165011,4000.04720117376,272.804238462997,5638.82854484626,2771.15319532767,913.525100456015,24005.1452555225,9875.26787502936,671.331759000439,4599.85184270172 -6248,642.279166687404,4358.8549019873,127.003195325947,1746.40746771161,292.127311985789,3108.51947273285,331.036391682412,3663.18914023249,52.2799387743637,1339.71889211395,431.543780319165,7434.67686674259,241.401636866067,4336.99887344671,280.183079937039,4901.51067463377,231.875971942852,5565.3313226069,81.823967717404,1510.19751251792,134.775507443682,2903.80047715634,306.471446427882,6664.65219720276,136.758301791679,1940.38693940135,99.7228340401623,2642.69478902447,132.420654734943,4724.00925989279,203.709950659796,3163.70054599181,224.317345563908,4030.32919408305,263.370707958021,5681.51678261545,2625.45727619779,868.944495697455,23071.6417197706,9552.33477312898,632.272456658595,4452.21530442384 -6249,597.692988097797,4481.86377764125,119.882879361303,1795.69188388681,265.152850579491,3196.24331165094,303.021866948731,3766.56601043809,47.2765785088604,1377.52637098556,390.13380468266,7644.48684270932,218.237275897075,4459.39096199544,253.305448316772,5039.83354397674,210.217595606272,5722.38751374634,74.9732707875741,1552.81597590048,123.140990322582,2985.74705254144,280.050983070288,6852.73172539003,125.848217944535,1995.14554484164,91.7844707067349,2717.27284266563,119.770578028599,4857.3229582619,184.301367900009,3252.9816199938,205.536416290597,4144.06692425007,241.32004296648,5841.85178048839,2358.29862499649,784.559402718944,21069.5507810307,8781.31146307165,565.139280758552,4095.45720765446 -6250,580.919805334965,4570.36779164622,115.715823662381,1831.15167194038,258.453758743262,3259.35999186529,293.568515674827,3840.94493569714,46.4187363466709,1404.72858401089,383.143848397823,7795.44363304355,214.327158393971,4547.45120205071,248.726499125514,5139.3558678778,206.017297315121,5835.38832987668,72.2974102443867,1583.47965817566,119.56920206332,3044.70703259967,271.84373953279,6988.05361259727,121.376676000091,2034.5439732641,89.6386464702131,2770.93122356564,117.578653084394,4953.24121915803,180.886514099917,3317.21871981153,198.200644744783,4225.90041480171,232.707122995523,5957.21167481954,2324.06716904041,769.862834527458,20484.3276608264,8484.36502929438,560.256867965821,3946.82488384663 -6251,555.304669890351,4520.46244626366,106.686728178722,1811.15672606248,235.463310952971,3223.76997076951,274.575201484088,3799.00439779082,41.686836409798,1389.38989173279,343.778490822737,7710.32262645227,192.306538035555,4497.79609042851,223.218348540413,5083.23755501485,186.430944849606,5771.6698102039,67.9594143539701,1566.18912427334,111.144735613817,3011.46087759037,252.817431408623,6911.74876253117,115.407984625595,2012.32812011824,81.4590619909792,2740.6745164367,105.657257061779,4899.15515320574,162.691272885691,3280.99692028278,186.308191343279,4179.75642172123,218.744208697308,5892.16292607501,2002.30880674916,684.342986557888,18883.1476310796,8010.13782329367,484.579469678499,3746.79707466481 -6252,512.368226395949,4484.78792187762,98.3091077492641,1796.86346391089,217.732271864479,3198.32866652148,252.817599059735,3769.0234662727,38.7001762277021,1378.42512337921,319.197880620565,7649.4744066448,178.55636989831,4462.30044408285,207.238529273327,5043.12172963811,172.771192739956,5726.12102446794,62.4504304325284,1553.82909412792,102.467683489609,2987.69507137202,233.045854189356,6857.20271714085,105.963196384729,1996.44725628025,75.4470586346414,2719.04569836044,98.0770641794082,4860.49206683754,150.996000044015,3255.10399316867,171.205518074243,4146.77067653101,201.012179366605,5845.6632343971,1865.71269734754,635.441620016035,17427.9188964156,7364.48110184179,452.843786525751,3440.00182337719 -6253,508.322776416102,4405.96606776089,98.6257385584473,1765.28290485499,206.792884810946,3142.1168232947,242.991504342909,3702.7814448001,36.4398273074642,1354.19877736721,300.426431719494,7515.03198344593,168.055793368821,4383.87381594448,195.084739740914,4954.48694641295,163.287563897984,5625.48226876588,60.2457465556163,1526.51995659163,98.1790758438643,2935.18519372269,223.360823210925,6736.68477033166,102.614517532445,1961.35893613503,72.9992152312184,2671.25743565856,92.3755589540705,4775.06706942375,142.278485362426,3197.89430197397,165.161459727128,4073.88960411137,193.915858206877,5742.92347887165,1733.4149410023,597.15517474284,16669.9336600245,7121.24530559565,418.666896976637,3330.96310241547 -6254,467.669892392814,4317.07217248004,88.2355315188975,1729.6669079835,194.960679800438,3078.72209906069,230.086632487201,3628.07486264769,34.3860452349901,1326.87673211008,283.460353492253,7363.41019247101,158.565124653298,4295.42564954336,184.059656258873,4854.5262029548,154.239825851802,5511.9836571077,56.9210307341278,1495.72119348759,92.9377026090517,2875.9654808997,211.418303670989,6600.76675795844,97.370509995334,1921.78694824508,67.325241201961,2617.36267680167,87.1762627536112,4678.72626572708,134.286326401537,3133.37422242117,156.046875716653,3991.69561752953,183.214436800757,5627.05539671092,1618.27064923531,561.186784266406,15726.6152113557,6733.77197888649,393.034229814803,3155.58672920405 -6255,470.178290857419,4227.3985083443,89.1189800390364,1693.73849095078,199.95367591795,3014.77128229224,235.041799839188,3552.7129614114,35.3707830488776,1299.31502045206,291.614015661712,7210.45838946375,163.126208566278,4206.20162417899,189.334099844243,4753.68861329462,158.502360904285,5397.48944634606,58.1054809074489,1464.65226654203,95.0255993774745,2816.22629834811,216.152093548729,6463.65648561582,99.2300023636994,1881.86783861427,68.7815674881067,2562.99515820953,89.6652484379265,4581.54036959812,138.103419711286,3068.28817882335,159.294001543522,3908.78063305921,187.026883072808,5510.17093067523,1675.18300323804,577.812694262685,16104.0583676179,6869.08248950283,406.460864994811,3217.98455753849 -6256,497.352610771051,4202.57580028042,94.0138856754827,1683.79308930141,208.693021932377,2997.06895608097,245.787388821657,3531.85191495414,36.9258705546803,1291.68561968181,304.421952321359,7168.11956021564,170.290850986171,4181.50338133087,197.651661474582,4725.77560144075,165.574055002115,5365.79612371747,60.6933365470644,1456.05202798971,99.3607975451544,2799.68980123108,226.002668819324,6425.7027753964,103.860815466256,1870.81776706777,72.1639553742346,2547.94559984501,93.6101252360246,4554.63818877628,144.18546351098,3050.27160868725,166.388510939425,3885.82880574775,195.356537462737,5477.81595772336,1742.98595542071,602.591678323245,16829.0959774727,7187.47055301118,423.549309769368,3365.42970670124 -6257,532.63082372192,4196.85748273822,102.846946468887,1681.50200306822,227.18149798849,2992.99093517161,267.105899563102,3527.04623107799,40.2565181599495,1289.92806220063,331.894463611822,7158.36611714318,185.658722096338,4175.81373639059,215.472242713599,4719.34538178347,180.401472358438,5358.49504752985,65.9452593924537,1454.07082211748,108.017882302819,2795.88034815661,245.687705986979,6416.95951634583,112.756117599862,1868.27220202289,78.7000358699933,2544.47868747684,102.050617498282,4548.44083061048,157.17947522211,3046.12119654067,180.786460887941,3880.54147624274,212.261152045939,5470.36245954211,1917.60859070451,658.302042624792,18336.0292810383,7809.34423843012,462.608612111212,3656.09712473541 -6258,554.251009751812,4299.98219271243,106.71723331045,1722.8196811406,238.874938597555,3066.53437175827,282.023375282927,3613.71241432141,42.2538052795246,1321.62402944497,348.304322545421,7334.26068415096,194.838246835131,4278.42136179669,226.120193332843,4835.30860563996,189.564523574625,5490.16338507707,69.6853560910179,1489.80008679458,113.939802386965,2864.5804055715,259.178119865565,6574.63632375738,119.353931340421,1914.17917641478,82.2003430968799,2607.00133156492,107.125648149277,4660.20460706008,165.02279862369,3120.97014393323,191.039796028957,3975.89370488676,224.299579695088,5604.77959055367,2001.37230599269,689.715260911213,19321.9527313858,8254.52046904925,482.138263282134,3870.44754158334 -6259,578.992518147726,4244.48849441507,108.64823550127,1700.58572031909,238.054276195743,3026.95901408975,286.643398279731,3567.07541503485,41.6686778724103,1304.56772505449,343.247630653614,7239.60790853476,192.009579720739,4223.2059181972,222.884638616409,4772.90621769733,188.063214833234,5419.30972642447,70.9862375454885,1470.57337541887,115.324191346601,2827.61137787536,262.403458182428,6489.78692945434,122.702610872453,1889.47561325048,82.2710927932244,2573.35650726777,105.691080409577,4600.0620350963,162.922717747561,3080.69226188618,194.606113856125,3924.58255153006,228.486788885636,5532.44674504828,1907.58861452167,674.762631673313,19430.8248402357,8443.02440184845,461.388008913029,3970.76068012971 -6260,555.962100954058,3940.89764859045,105.074717517066,1578.9498016664,224.76090951709,2810.4530561697,274.528282553494,3311.93714718572,38.8299631894353,1211.25734864378,319.676375395741,6721.78846073024,178.824035491529,3921.1373277218,207.633436798329,4431.5198203543,176.077002442858,5031.68873845487,68.4160719119934,1365.38929599964,109.996627158281,2625.36393840132,250.400454149228,6025.59909958344,118.561557362801,1754.32917561813,77.7745918399413,2389.29487541798,98.5300074971098,4271.0384729125,151.971971693734,2860.34298523199,187.560100950024,3643.87326514719,220.214074162233,5136.73353036555,1745.99642134481,627.379653543227,18473.9346307886,8130.70158753167,418.666896976637,3838.69774675374 -6261,481.185669087994,3606.05098746698,90.2947000845766,1444.791009352,183.503857389311,2571.65699851536,227.204611802627,3030.53143851866,31.3605591252293,1108.34031929649,258.040730288614,6150.65756022111,144.345620330147,3587.96964384047,167.637875153638,4054.98641404296,142.841194089292,4604.16071714562,56.8587264372954,1249.37612142183,90.7206865611246,2402.29436710147,206.592524523974,5513.62139306123,98.9074789142826,1605.26890576379,64.4630722537981,2186.28340878948,79.6063635252843,3908.14070197035,122.851080526799,2617.30792477681,155.876070818375,3334.26390575974,183.01389498858,4700.28015727704,1373.270223821,504.323076136097,15186.30133525,6772.46159738872,329.562863509306,3201.83755869869 -6262,374.021099799928,3293.75270070169,73.0816581417339,1319.66639005995,149.319173138333,2348.94132489465,178.452295051137,2768.0754223594,26.5899403156994,1012.35366129521,219.112517361677,5617.98627376037,122.569534682746,3277.23727299168,142.204751711289,3703.8085426364,119.707816028222,4205.42217768679,43.7091153857896,1141.17520479542,72.0816958842768,2194.24616762809,163.900629635378,5036.11995980085,75.9325929445662,1466.24626553768,53.8402513963465,1996.94261318749,67.4283490693675,3569.68025038357,103.904689508135,2390.63870027447,119.826904192052,3045.50345589057,140.688614650567,4293.21729390205,1239.19454088119,430.735934677222,12234.7979109083,5256.79940258155,299.047783554741,2454.00811771035 -6263,319.713556461714,3085.81376580979,66.6005295522753,1236.35411725233,146.998342600813,2200.64957332566,156.208820735946,2593.32318461453,27.397935416393,948.442444761314,225.956676621834,5263.31542013066,126.398094666051,3070.34097874689,144.562260482374,3469.98224376604,110.61713959027,3939.92835108206,34.9966904953852,1069.13131499165,60.3159152980855,2055.72052455537,136.882402494327,4718.18309095039,64.7823673056583,1373.6802126339,52.4311748641587,1870.87300269792,69.4383561122452,3344.32164680313,98.621646969127,2239.71453862125,95.9421173825172,2853.23682194062,112.645517066473,4022.18084627704,1418.60303453297,449.137425070697,11085.5703860259,4330.08872176743,330.66982445982,1971.43876808199 -6264,325.587127414659,2953.77254710141,68.0736184716402,1183.45082600193,147.001733708516,2106.48431460799,155.727333746266,2482.35551780481,27.2458379201655,907.858823783079,224.715067233444,5038.09943651529,125.703549749927,2938.96183682462,143.792244034268,3321.50254954734,109.94266062306,3771.33977750556,35.1054068288823,1023.38344668057,60.0808436587946,1967.75674450045,136.390089500902,4516.29318679576,64.5168334848724,1314.90077124263,52.6228310255098,1790.8188030369,69.0501987584252,3201.21893889204,98.0682879171052,2143.87769956275,96.2401591425272,2731.14751395744,112.995447514952,3850.07270848455,1417.52284911165,448.317654578503,11053.8122129806,4321.04870630912,329.545097165739,1968.19018203632 -6265,327.882897354707,2880.86395431638,67.5596116638373,1154.23945885088,154.238769083225,2054.48951654796,159.230133611472,2421.08301130363,29.0246397067359,885.449952336817,239.585495793891,4913.74296208471,134.021931242384,2866.41881993524,153.29587851619,3239.51719930193,116.376699242231,3678.25099977894,35.5337893507158,998.123056522841,61.9060812057384,1919.18618840751,140.426413245289,4404.81656643885,64.6774197981113,1282.44479727899,54.6270412686772,1746.61564359238,73.5165027622398,3122.20257445991,104.379239282076,2090.95991266961,97.4145537956387,2663.73402197196,114.374302772153,3755.04054916304,1539.47082971342,479.578382909135,11427.6002495129,4361.88925203074,362.162188694088,1971.76851569658 -6266,355.9817867772,2902.76252444705,74.7656138266588,1163.01328300157,185.889936564823,2070.10649238379,187.092874298634,2439.48660722344,35.1241083396626,892.180602650725,290.142654379043,4951.0942381483,162.303142545503,2888.20758696749,185.673798731993,3264.14203258228,140.074746664797,3706.21081973371,41.7949536217803,1005.71017903154,73.1104690811538,1933.77467089301,165.813637040897,4438.29929454491,74.6177799771949,1292.19316019278,63.8389539955946,1759.89235008357,88.9221085874452,3145.93565353729,126.218395435159,2106.85411420572,114.579301345836,2683.98210283055,134.527410873766,3783.58407642199,1917.90478132056,586.306850445944,13547.453907429,5055.28331204077,449.890917632408,2282.12354405814 -6267,526.924792843567,2972.29210625457,118.992685830186,1190.87082440313,253.862027598421,2119.69154713775,267.289703341841,2497.91938710012,47.310276765722,913.55091581849,390.28565223168,5069.68730560346,218.322218024756,2957.38853580636,249.726238778756,3342.3277017765,190.63361407726,3794.9853185831,59.9914769303044,1029.79985484164,103.358017648817,1980.09418309726,234.56668135398,4544.60943575947,110.188261944483,1323.14493433416,91.3745356178979,1802.0468763657,119.88239698087,3221.28993710049,170.248692140672,2157.31938108733,164.464389064355,2748.27125897646,193.097428435029,3874.21188918712,2529.11192325092,784.207291625154,19123.3099479214,7386.61621522027,576.985101863563,3359.80213062644 -6268,707.754489146149,3235.65976028171,148.132906524164,1296.39102365018,335.80570612434,2307.5123164545,364.14635394796,2719.25401553221,61.9213811473777,994.498465027119,510.346371332897,5518.90010320109,285.48308428244,3219.43562030492,326.531581704995,3638.48331984462,251.241784283862,4131.24983926042,82.0424435645349,1121.04794291361,139.846822279272,2155.54556577185,317.52293465502,4947.29634632487,153.216179645395,1440.38562429198,118.003911798907,1961.72191546319,157.005556418396,3506.72068998314,223.045126590383,2348.47426226091,224.916288923237,2991.78896458277,264.073926588647,4217.49648571522,3153.19042050924,1010.57880129402,25564.8074572648,10145.4494183378,728.8232865645,4657.58467705371 -6269,699.948303285521,3829.78028106519,139.053051414378,1534.4298062084,376.870278167645,2731.20965200096,406.460282771027,3218.5539208195,69.2609259101814,1177.1047925567,570.942665960297,6532.26122469933,319.380096308089,3810.57712128829,365.385488509062,4306.56889280359,280.626435645143,4889.81547589409,91.8663122057016,1326.89084266556,156.151363372261,2551.33929842233,354.585919110026,5855.70158652628,170.501920515583,1704.86419145718,123.323711280031,2321.92642780224,175.593453880553,4150.61246999946,249.434469626033,2779.69288693471,251.848057184168,3541.13078337691,295.694481190039,4991.89842971858,3532.91931479146,1132.10697080135,28369.3932224813,11210.1835919841,821.050924679144,5181.42867114773 -6270,722.88446673467,4170.60518898563,137.077628259545,1670.98382733514,337.640216373404,2974.2690992379,369.85087231895,3504.98375835451,60.5813997294474,1281.85927012278,499.121075236274,7113.588916376,279.203756493202,4149.69307603586,319.613886749638,4689.82480792742,246.393804920503,5324.97644780657,84.9593327458095,1444.97527991327,141.095961232237,2778.39148357191,320.72590797079,6376.81998172631,157.162094420056,1856.58573640926,112.202863621713,2528.5623971988,153.645949871247,4519.98930341601,218.301766531684,3027.06701879304,232.912831460839,3856.26781072695,273.462656934266,5436.14410382912,3002.29229942516,988.663110996434,25451.4823159741,10305.5220693166,702.954558800637,4783.57870102219 -6271,651.30727188294,4341.50499926806,126.293637467034,1739.45610081496,304.341676616094,3096.14638125228,333.92160540362,3648.60825221159,54.8771832410313,1334.38630064854,452.101628746594,7405.08402107843,252.90150892344,4319.73596604562,289.443155612325,4882.00079525158,223.275054642671,5543.17918420845,76.4081436631242,1504.18635121106,127.467076207402,2892.24224525195,289.688132545948,6638.12434301189,141.948150362382,1932.66346032409,102.518401055487,2632.1758572093,139.183845676103,4705.20590374837,197.757622897134,3151.1078128222,209.470066584563,4014.28694881079,245.93853673555,5658.90218183322,2723.24964735534,894.139726305358,23045.5808199727,9318.3602300287,635.470921155776,4318.47734630596 -6272,637.639200347071,4387.90137534887,124.648281117002,1758.04515217919,287.017610474676,3129.23397920047,318.378925813202,3687.59984629468,51.3959646439337,1348.64649121665,423.257032974925,7484.21995739771,236.766106325653,4365.89970292586,270.991543688757,4934.1732895736,209.681680509213,5602.41749584398,73.1132402266445,1520.26114455074,121.164937405858,2923.15078018399,275.446657617524,6709.06400875948,136.368386358392,1953.31726142716,97.9000632663776,2660.30513979737,130.389038401521,4755.4890435086,185.288307203441,3184.78276728604,200.437212111982,4057.18644265099,235.333073875132,5719.37719081676,2523.09378714295,835.65639125104,21881.0842966108,8936.79548857508,585.982920216211,4148.99356528729 -6273,588.960772541274,4483.16339870256,116.740138917078,1796.21258668094,256.402150475496,3197.17013703676,288.195730897794,3767.6582142084,45.6272354114556,1377.92581692436,375.578093373603,7646.70354018086,210.094944351577,4460.68406653908,240.471026014667,5041.29496140132,186.828038677007,5724.04685363322,66.322457904461,1553.26625115353,109.337297567469,2986.61283962149,248.616797653869,6854.7188349765,124.501823178955,1995.72408388233,88.8237403732677,2718.06077937921,115.790131247283,4858.73145248023,164.570505439329,3253.92489797705,181.82053649347,4145.26859322562,213.475258889195,5843.5457618291,2212.19424540186,739.60920821895,19718.5806087535,8138.94847497881,510.626191512783,3785.2400295458 -6274,571.938721665928,4545.48009811706,112.653979765752,1821.18023338352,249.4696583496,3241.61132123816,278.832768768996,3820.02927534335,44.7088263940761,1397.07920958759,368.10187180948,7752.9939613962,205.912814506448,4522.68829958533,235.654119394506,5111.3697801912,182.768424693796,5803.6120346203,63.8678622938784,1574.856904332,106.022579374232,3028.1272431893,241.005064938435,6950.00054015231,119.94277072236,2023.46497280143,86.6304082353437,2755.8422656904,113.441928922765,4926.26860884344,161.2195225106,3299.15498257385,175.09135448044,4202.88849996182,205.57453491132,5924.77199704957,2175.04506704381,724.290233222803,19142.0725363068,7856.07200210823,505.002555042378,3643.90660302889 -6275,553.788616602856,4476.34040388857,106.29217387442,1793.47890332527,233.36283175482,3192.30431499896,265.63159968561,3761.9241576572,41.4118495892606,1375.82873058893,340.736813097013,7635.06590533269,190.605051383921,4453.89528336386,218.15211048724,5033.62253764192,170.150700727794,5715.33533934653,61.07265507041,1550.90231153459,100.55241390477,2982.06746794888,228.654539793985,6844.28653374118,115.619655799962,1992.68676093345,80.8945356854895,2713.92412118665,105.122439796171,4851.33687491198,149.431759096964,3248.97270000219,167.428398476705,4138.9598456742,196.577468087614,5834.65238032982,1956.04151856189,665.841007101056,18052.7047803639,7532.07431086123,455.514554102813,3508.16868244961 -6276,503.423629022315,4379.71378031145,95.7020299384912,1754.76473164732,208.943778622916,3123.39499185609,239.214778993021,3680.7189773738,37.0210701107814,1346.12998722667,304.547662496905,7470.25479342971,170.361172106603,4357.75316186129,194.976641913921,4924.96637964475,152.266714040837,5591.96367709039,54.9970070228566,1517.42441657125,90.4522384963161,2917.69633333705,205.696799898929,6696.5452453496,104.482227828031,1949.67247332731,72.6052770878899,2655.341149202,93.9895581848472,4746.61554906046,133.616339236184,3178.84012880123,150.772236711063,4049.61594442367,177.021489903882,5708.70513137446,1728.45440881555,593.138849318858,16212.0812153791,6797.43799561748,403.777098575086,3168.18279795409 -6277,503.925758834087,4276.26416192034,96.7530207221117,1713.3168766137,202.487184337595,3049.61984667543,233.126815810741,3593.77974053921,35.6929609248325,1314.33415752897,293.559134637867,7293.80604667857,164.214290300177,4254.82225718351,187.959059587894,4808.63779788819,147.072522113029,5459.88050054756,53.7382910807414,1481.58258198897,87.9984789323621,2848.77982705262,200.155890827096,6538.37165572271,102.20842096653,1903.62086277229,71.4621942916516,2592.62151902479,90.6309494116527,4634.4996456407,128.851908084172,3103.75535962541,147.321514058143,3953.96329562172,172.97000085928,5573.86450091982,1656.32108655042,571.624638748757,15766.9098267847,6648.3310205372,385.78146186979,3099.70549694188 -6278,460.266090243111,4195.3629178874,85.9087301959228,1680.90319460243,187.732169747289,2991.92508552841,218.253815667873,3525.79019621241,33.0250944729064,1289.46869917728,271.528948452227,7155.81691397582,151.890805990556,4174.32666553826,173.848776858386,4717.66475103642,136.413468096512,5356.58680585515,50.2538822099999,1453.55300535809,82.2537164183355,2794.88469259465,187.093200432744,6414.67433935765,96.2171406140257,1867.6068818455,64.9504540820223,2543.57255987408,83.8752154620681,4546.82106157629,119.261388546954,3045.03642640244,137.769137529012,3879.15955633805,161.754567818049,5468.4143801787,1504.86933910288,525.764502523835,14670.8857567405,6227.34348704864,352.039643047359,2912.26140413707 -6279,466.371519604019,4112.57723403092,88.2906310056374,1647.73449783286,195.785380495126,2932.88643521361,225.494314652922,3456.21696542386,34.6457505712821,1264.02404750775,284.947564620482,7014.61358821597,159.397056932462,4091.95608296636,182.420453383141,4624.57266096836,142.765310582721,5250.88708200799,51.8272771376439,1424.8705333228,85.1723492068348,2739.73417400901,193.696652868601,6288.09573047588,98.8349975691895,1830.75402407974,67.5793445127296,2493.38109898522,87.9716225397066,4457.10017250833,125.070880569813,2984.94974788106,142.082540845163,3802.61340694759,166.818929123802,5360.50800046039,1605.48843729067,553.590755821751,15241.9896725233,6414.09768891071,374.534188928979,2994.76739085856 -6280,498.935423683257,4096.46196060457,94.1456641174339,1641.27779429745,209.629203224969,2921.39382020791,239.954256344233,3442.67366197955,37.2668005511417,1259.07092639077,306.581591165846,6987.12658687313,171.498933168964,4075.9216142201,196.2651302253,4606.45111609016,153.320904543558,5230.31130282086,55.0039888310396,1419.28712979383,90.8008934147251,2728.99843269227,206.455244124389,6263.45561400848,104.740265398278,1823.5801523211,72.4930386335633,2483.61070055142,94.61080950575,4439.6348742583,134.497499500756,2973.25312101823,150.791377076931,3787.71273729436,177.043962582919,5339.50266798499,1738.9174526616,596.306781599759,16266.3568538062,6809.1791271093,407.151280457329,3172.57177263794 -6281,537.150212258079,4069.29993967284,104.236146643208,1630.39512963897,230.547997572155,2902.02321189825,262.61904036549,3419.84665297347,41.1134786368196,1250.72252448053,338.280159554014,6940.79771077703,189.230821900057,4048.89578821068,216.541347382652,4575.90755854234,168.909014684211,5195.6311748341,60.1495635383728,1409.87639753308,99.4906389874336,2710.9035221904,226.193359639411,6221.92511424338,114.284490445493,1811.48871274608,79.983446517961,2467.14285915965,104.365383290129,4410.19740930842,148.355869609518,2953.53865417219,164.897777584618,3762.59791048938,193.606269341272,5304.09853519245,1947.56416036516,660.290146811617,17884.066692238,7443.68769446846,452.14037222057,3464.90325171853 -6282,552.848281985799,4141.03886972081,106.510395641116,1659.13786276006,236.720662536159,2953.18386441399,272.784559021863,3480.13617290307,41.9762230461349,1272.77189341948,345.228554742178,7063.15915103265,193.11769050647,4120.27500724787,220.986858233632,4656.57762885291,172.977916048839,5287.22654183386,62.6226109721009,1434.73153865276,103.053603955053,2758.69486739186,234.347378344333,6331.61333018999,119.576620592648,1843.42399988955,81.6871804838181,2510.63687326907,106.586910643329,4487.94612484535,151.538073170329,3005.60748813547,171.677544580316,3828.92989690002,201.566385082471,5397.60610637785,1956.38218388508,671.096368969987,18472.868498014,7760.23178223298,453.265099514651,3623.93670224121 -6283,581.38541285314,4063.19173455163,109.705006442824,1627.94783206246,239.481109532125,2897.66714247413,280.008450992992,3414.71330690679,42.1485926064355,1248.84513283024,346.471323563795,6930.37925631292,193.812883998918,4042.818210653,221.807030214976,4569.03891224011,174.416443825669,5187.83229507086,64.3830177326027,1407.76010864817,105.449115807272,2706.8343321521,239.846029421255,6212.58572038938,123.821607957737,1808.7695854278,82.9935971547084,2463.43956501312,107.061231017363,4403.57750151089,152.240696543698,2949.10525771565,176.503633838079,3756.95007912609,207.232690295251,5296.13684096583,1915.23118004472,669.722338094701,18811.090614231,8002.06774433423,445.392008456084,3745.38226079174 -6284,553.005017739134,3764.86434583122,103.941882003086,1508.42075644296,221.566898407915,2684.91482152301,264.53670403745,3163.9984574411,38.3543308808851,1157.15250995318,315.011842279663,6421.53741929188,176.214738403284,3745.98668542631,201.709595513363,4233.57124625241,159.711591719463,4806.93162318103,61.298565154934,1304.39964116481,99.0412988076648,2508.09332489348,225.410367019405,5756.44567181498,118.52986652615,1675.96622726259,76.7564965823175,2282.56907188538,97.4799810473652,4080.25833203078,138.659783984318,2732.57625094629,168.04772251965,3481.10754451769,197.304615652755,4907.28424003248,1689.7845439584,605.922403607772,17576.2529841286,7615.82858847328,390.280371046114,3584.98612100446 -6285,476.668717654912,3478.03857766046,89.122002280462,1393.50189019735,179.067485047582,2480.36488680648,217.483393751254,2922.94958962426,30.6025101574346,1068.99497569154,251.165415395487,5932.31331081502,140.49963217121,3460.59910969745,160.854656968129,3911.03709541201,128.100219539231,4440.71607629423,50.6488513002649,1205.02410071724,81.0649059694567,2317.01451607715,184.577459159784,5317.89150356726,98.4503011709133,1548.28292810332,63.1015671385845,2108.67180300469,77.8157700918699,3769.40430837499,110.717485927324,2524.39523557168,138.851930509842,3215.89975644775,163.025873669214,4533.42334027972,1306.22402506593,480.543174472538,14333.0767286592,6309.37012760592,301.426914813713,2976.37941001201 -6286,374.256351553664,3195.95642069065,73.8468950827286,1280.48358687744,149.030539081272,2279.19786070259,173.413353439229,2685.8872608016,26.6365513274429,982.295417362948,219.014078599801,5451.18013843339,122.514468941258,3179.93135990846,140.150948803381,3593.83711179226,110.062890845365,4080.55711275156,39.4540601687637,1107.29206297786,65.5346447314809,2129.09582632384,148.965960157329,4886.59027663643,76.3356428247237,1422.71129391728,53.9978345286602,1937.65049968922,67.6476438601128,3463.69128246803,96.1857650150508,2319.65718071854,108.161829542927,2955.07805489328,126.992665454128,4165.74546502636,1229.28970060272,423.318646318835,11775.5747666404,4964.1101551248,284.556005402498,2306.19961089356 -6287,304.929759637734,2983.46882469047,67.8808886248846,1195.34885934118,135.768875899828,2127.66222927343,155.450662870326,2507.31232045498,26.5737422681017,916.986143917869,221.798025368402,5088.75086515522,124.071783256833,2968.50921230405,141.009932333976,3354.89586611159,103.03136627956,3809.2556126383,31.7928278970408,1033.67221415608,58.4853262542526,1987.53993686907,132.368336058258,4561.69854350825,63.3709777472987,1328.12035998288,51.5606711840374,1808.8231183451,66.7966658335155,3233.40296278583,91.1974978402519,2165.43155527371,87.1588479608457,2758.60559118507,102.333091694479,3888.78009914043,1349.29076662415,429.031733900915,10680.2706168912,4178.76476986309,305.110412825436,1894.99164925616 -6288,303.187068110677,2840.83571261157,65.0601113637863,1138.2018476423,132.319614113341,2025.94335669714,151.2028180738,2387.44320827903,25.6647687789358,873.1470441566,214.181071077202,4845.46882832462,119.810928813583,2826.59128653864,136.191897406547,3194.50564043735,99.611633953522,3627.14344232225,31.3458563192186,984.254608865749,57.0702478249635,1892.52000428903,129.219748042342,4343.61372417253,62.2357110391343,1264.62583354707,49.6933311955087,1722.34724555075,64.5181656873395,3078.82104680581,88.0855247509016,2061.90701391887,85.9334921063623,2626.72269795262,100.894402956055,3702.8660372469,1273.84127925356,412.144948502482,10366.4285745059,4094.55000512801,292.362370241575,1865.08508543263 -6289,307.650488879216,2757.07530980754,67.0789230900103,1104.64262251444,141.443023348841,1966.20958509544,156.110235374139,2317.05082201415,27.9306667027323,847.402807064313,233.301331842671,4702.60297408564,130.506627504169,2743.25087242325,148.348088086775,3100.31748375693,107.623972919919,3520.19920953604,32.0845716326743,955.234429298753,59.6086687344882,1836.72014329382,134.857210022995,4215.54477828218,62.9101134110937,1227.33907009783,52.9312615901278,1671.56483021596,70.1702427789293,2988.04378365851,95.8101316611205,2001.1128746226,87.9586524947476,2549.27529391645,103.272141172762,3593.68916741515,1432.44717214673,452.268604002159,10899.6130203184,4179.73531890457,331.193206819592,1886.14550864966 -6290,328.528417396512,2734.85183756311,71.6262374821787,1095.73862392792,170.106396377112,1950.36090516071,181.311561063865,2298.37417780034,33.7164907572649,840.572296234359,281.811515837471,4664.69752902965,157.642779976017,2721.13883239085,179.234269021128,3075.32729966436,129.268697042085,3491.82455863344,37.6446121832907,947.534739068703,70.188571246954,1821.91521613784,158.770315745136,4181.56527759824,72.3668935303344,1217.44607382682,60.9374271899588,1658.09114145711,84.6678590548133,2963.95858444214,115.611961834019,1984.98285587813,103.201295602076,2528.72679872801,121.16850891123,3564.72214892892,1768.46219300715,549.048351605248,12826.4952538033,4818.89877034431,411.036515403956,2159.07350411749 -6291,469.265545337332,2741.09000731172,99.8477940818152,1098.23799279401,218.168674218845,1954.80965892145,248.541498978643,2303.61674636293,42.3228961295808,842.489633253449,353.149765324611,4675.3376575413,197.54874313141,2727.34572291151,224.55024645776,3082.34209054419,164.490034374419,3499.78937560448,51.8930593763305,949.69605635245,94.614297565354,1826.07098656376,214.215428271593,4191.10338626587,103.631746728706,1220.22305617153,79.80942847531,1661.8732308036,106.404964156443,2970.71934439397,145.270997224079,1989.51058196294,142.262880390886,2534.4947993201,167.030665553325,3572.85324457593,2072.77674517596,673.941360676311,17066.8780183387,6766.95221832388,478.766497092969,3074.68149532692 -6292,658.050412507542,2812.50403524593,142.575324017957,1126.85055147927,307.938383843438,2005.73860733829,356.409220263659,2363.63321799854,59.5636651846258,864.439141676359,496.825457047105,4797.14492880451,277.919608710849,2798.40166894857,315.866762512848,3162.64681004255,232.139426579834,3590.96991165641,74.2414833543374,974.438629750788,134.958898042317,1873.64588709474,305.596350547195,4300.29482963459,149.486191484673,1252.01370995778,113.120753876573,1705.17026264536,149.789000157722,3048.11593979191,204.494776093667,2041.34359871785,203.530248426584,2600.52637140089,238.9646038483,3665.93732453404,2909.939200716,946.447909162393,24323.9345111833,9720.44342571949,663.053678850181,4417.44434794307 -6293,629.534145017473,2984.89840407602,133.306609645483,1195.92163089947,332.964454425221,2128.68173450077,384.703820274101,2508.51374142402,63.8476050221184,917.425533288165,532.4849671483,5091.18922592334,297.867211945691,2969.93162353912,338.624773507685,3356.50342102591,249.119488217148,3811.0808816852,81.1153344662595,1034.16751562414,146.340477817147,1988.49230013769,331.471327475362,4563.8843582709,163.124732668919,1328.7567512441,114.519351126543,1809.68984643714,160.57746273768,3234.95230232727,219.220636077296,2166.46915831036,222.374654023649,2759.92742356133,261.089796310213,3890.64347368574,3114.41567018759,1012.03313952735,26130.0164485759,10487.4922276372,706.443083419784,4768.09050623514 -6294,670.986582497972,3157.74763964726,136.768365503748,1265.17495604508,307.106197177331,2251.94925009878,360.154784379674,2653.77653563939,57.6424774299135,970.55173078482,480.601144209081,5386.0093660821,268.84387675793,3141.91416409278,305.80874230142,3550.87152739909,225.352067439333,4031.77261986963,76.5649586009775,1094.05399761768,135.363316258695,2103.64173823874,306.864947834401,4828.16937429872,152.822667859235,1405.70228091406,108.012192596221,1914.48520769652,144.999455161967,3422.28163715593,197.94849271849,2291.92486473951,209.899968868519,2919.7490592804,246.443284456211,4115.94251548511,2750.2504863314,917.643921505927,24115.8071973735,9838.59889205277,628.895742303285,4530.19820595353 -6295,597.138498510526,3414.35728432568,121.228693473411,1367.98750884396,275.460113674731,2434.95054179359,322.405800568277,2869.43172141681,51.9379779100552,1049.42216731107,433.000879234396,5823.69537123081,242.216724649171,3397.23712503339,275.458190220436,3839.42779754054,203.176962008523,4359.40859888804,68.6356266828165,1182.96066136204,121.835801840065,2274.59104153406,276.151783252439,5220.52334585435,137.694214537394,1519.93457683917,97.1062793104711,2070.06298811217,130.657832151562,3700.38824196308,178.368339422773,2478.17471503981,188.16200213828,3157.01810486372,220.920765576013,4450.41843533203,2443.92104181122,820.510018101205,21674.1952122931,8857.92484390425,563.787223307014,4070.35732453877 -6296,605.58114059709,3616.25298695533,125.570014470029,1448.87851593175,272.121668038015,2578.93255936413,320.021118438961,3039.10521639719,51.3210374630915,1111.47596197312,427.882667089175,6168.05859129374,239.353643668672,3598.12048879466,272.2024464456,4066.45851176568,200.630567684199,4617.18650226176,67.6816003273928,1252.91077320457,120.094608559455,2409.09077846371,272.209724402346,5529.22016380143,135.489897978848,1609.81042572903,97.5789850475213,2192.46869632296,129.10055633515,3919.19735357636,176.243360536892,2624.7126381883,185.546574585491,3343.69698332265,217.849995438022,4713.57787711692,2454.42679276006,816.598350716209,21470.7539530549,8747.78137857845,559.309620410818,4021.66936851414 -6297,545.253320908174,3745.30508856838,108.753640150369,1500.58419530138,238.815914426754,2670.96612778558,283.762598775408,3147.56082407011,44.6315467054748,1151.14086077926,371.897269989444,6388.1761900763,208.035925474527,3726.52550155536,236.586454863845,4211.57695866601,175.303869984875,4781.95860858443,60.7268716519364,1297.62301236453,106.94461577214,2495.06325579282,242.480206147476,5726.53973325461,122.665313114163,1667.25923237733,85.0698374613676,2270.71064842143,112.317362847224,4059.06053708143,153.323562490431,2718.37994612013,166.480446174515,3463.02246315261,195.464478504439,4881.78987261418,2031.42528295119,698.892169102821,18943.0575803861,7864.36511946298,472.156491763003,3630.23833822643 -6298,531.47407482178,3791.5715000218,108.335180290295,1519.12117537604,229.714138561203,2703.96104139715,273.609946977306,3186.44319565729,43.1636166823089,1165.36110597857,359.701050520757,6467.09045234804,201.213472046647,3772.55992547262,228.803007009472,4263.60330841042,169.414062483969,4841.03098301215,58.0433947229403,1313.65277730537,102.778006996143,2525.88521033723,232.979744930587,5797.28068418856,117.476058718337,1687.85517845396,83.2355976136665,2298.76113580954,108.61581758484,4109.20282468736,148.27194506256,2751.96057095568,159.123794592018,3505.80178776403,186.827043309171,4942.09548017734,1992.46573521952,678.718050414988,18281.4783894757,7552.55335124005,459.212743333388,3481.31502027278 -6299,513.040345730524,3734.77818066313,104.112200813178,1496.3665117604,209.862609232121,2663.45885834281,257.835006291457,3138.71399260041,38.8764835361179,1147.90535564929,323.703806540601,6370.2209792603,181.076943574263,3716.05137732949,205.913359686973,4199.73950304321,153.630600215955,4768.51798447267,54.7432338185844,1293.97579067661,95.8350345316932,2488.05039556104,217.345508827206,5710.44418029906,112.081486740997,1662.57307624896,76.956777752462,2264.32837479881,97.8845028994867,4047.65175850526,133.612401329809,2710.73941092537,150.076526967994,3453.28896543177,176.204657986115,4868.06865333123,1738.86565521556,607.156833959679,16970.3996904126,7159.98875791049,396.9368502152,3321.65883148575 -6300,493.342677085481,3587.59640747594,103.315185158347,1437.39704533289,208.878749255527,2558.49610590636,250.514236406735,3015.02217782271,39.3315101963583,1102.66819897683,327.779146972028,6119.18052278123,183.356651672953,3569.60759820446,208.486925818723,4034.23433055867,154.290132194051,4580.59814064809,52.6476892307242,1242.98222636826,93.4024598659134,2390.00021659894,211.710074364467,5485.40449668561,106.605357219599,1597.05366878253,77.1213338890053,2175.09473114992,98.970143610903,3888.14012642347,135.105069015712,2603.91340577892,144.331669897715,3317.20024244107,169.459628662085,4676.22567317677,1850.69999719667,622.973713949878,16702.4290549511,6874.86006594654,419.86070568474,3168.11944909089 -6301,490.668075412735,3459.38906018306,102.275851246248,1386.02982303198,199.87357955365,2467.06497443519,242.239977067541,2907.27650313022,37.3756791503928,1063.26294022463,311.38685921865,5900.50377843027,174.186956091387,3442.04310402427,198.075774843336,3890.0658056931,146.995627701418,4416.90460605668,51.0285828477045,1198.56266634117,89.9959902796208,2304.59050129177,204.039373043996,5289.37654942738,103.633753398649,1539.98091279128,74.7055157785858,2097.36493829743,94.0681304802172,3749.19246484342,128.409793422995,2510.8592289937,139.89295033722,3198.65584802802,164.248133714444,4509.11476637256,1731.72568582112,590.412901290353,16062.6910376457,6672.56184700051,393.110646479587,3084.11840982868 -6302,452.475142022983,3403.57044716565,93.4242260574018,1363.66568272383,190.77739580306,2427.25790367758,230.518698197397,2860.36644495531,35.7825921091403,1046.10677144349,298.11975025883,5805.29681231974,166.765456893757,3386.50437488156,189.624607554051,3827.29805276254,140.71406530307,4345.63610036068,48.5847237250315,1179.22338287645,85.9863113805508,2267.40502052702,194.920002326329,5204.03036327154,98.9284712556726,1515.13271065793,70.0050498174415,2063.52312408966,90.0574890765064,3688.69775907829,122.935178479352,2470.3455205885,133.193202004024,3147.0442686853,156.381967782342,4436.3584132083,1653.11287039315,563.371287055465,15310.9256493058,6352.85801646469,376.568949682599,2933.03740608747 -6303,440.460249379045,3359.77331320745,89.1420758205338,1346.11803694785,186.378946491462,2396.02395650103,226.50301240881,2823.55925841285,34.7739157009818,1032.64547275298,289.606885836185,5730.59427094353,162.003438531389,3342.92684708858,184.199527602177,3778.04839328969,137.156493841983,4289.71646849893,48.1206876605287,1164.04914004287,84.7526730231211,2238.22805975508,192.162632768213,5137.06491669689,98.4793874897243,1495.63598763626,67.677007738898,2036.96971492874,87.5417261830163,3641.2316077547,119.496871670717,2438.55712209117,131.921064497875,3106.5481127962,154.88835276665,4379.27136690619,1560.4835941215,541.841886974833,15006.4382761483,6294.17852897285,358.773687559009,2910.46433327304 -6304,459.055057756504,3400.90623218406,91.8117659040118,1362.59824527889,189.251186538066,2425.35791748028,232.238677298705,2858.1274341125,35.1532691613192,1045.28790978745,292.670808678982,5800.75259647934,163.717368897702,3383.85351872012,186.150169712424,3824.30215625637,139.046336252619,4342.23446405469,49.4256084820969,1178.30032144668,86.8199811550515,2265.6301624717,196.871936596038,5199.95680114797,101.752753898651,1513.94670927219,69.0471652242483,2061.90785879476,88.5167264137811,3685.81035481126,120.824187423297,2468.41180667018,135.498456098784,3144.58085486194,159.088563660756,4432.88576214036,1542.46934843673,544.329595733687,15319.7032966152,6483.82967975035,356.510678324459,3005.0122524145 -6305,490.309239395592,3449.70690029482,99.2932491967359,1382.15059403432,203.111751251338,2460.16013744762,250.709707214548,2899.13959934377,37.6917419116847,1060.2870732113,313.770093907446,5883.98941129491,175.52011574088,3432.40949210738,199.557999931881,3879.17826501721,149.178517931852,4404.54254562839,53.2363365646546,1195.20812160228,93.3874952315044,2298.14039888287,211.776430010701,5274.57260902932,109.724735442389,1535.67080451404,74.2358558274304,2091.4948200993,94.9159770766432,3738.69920136109,129.557769412426,2503.83182037066,145.945424535923,3189.70342989601,171.354335914736,4496.49462756686,1664.81007255696,584.672087881064,16501.0428532201,6989.71952170234,380.460252463189,3239.05570188461 -6306,500.895034738704,3528.85365652531,100.624172365766,1413.86132752605,205.894058061173,2516.60368477331,258.210991597633,2965.65466911036,37.8879544409716,1084.61327973934,315.224180291375,6018.98600348618,176.333518341575,3511.15939324588,200.473567278938,3968.17839905459,150.585141736775,4505.59613227828,55.0483121638243,1222.62982685993,95.9010827992848,2350.86672120267,217.54019980828,5395.5873284164,114.247807920494,1570.90375801648,74.8833629516029,2139.48006506883,95.4476504658758,3824.47631891388,130.276753101873,2561.27732877373,150.912887835137,3262.8849166455,177.186628208409,4599.65787431959,1630.14321520594,582.990954535442,16870.2756713365,7240.2605460131,371.277608724212,3364.31143587248 -6307,539.758484615604,3461.27350630975,108.555490500237,1386.78484031568,217.580821841092,2468.40886809806,273.5678943346,2908.86019488915,40.043535873612,1063.84213547978,333.165048552862,5903.71798223833,186.369475671138,3443.91810122246,211.897614028261,3892.18485599724,159.20440043463,4419.31064325921,58.1338770190066,1199.21556392941,101.411625809906,2305.8458896185,230.027187391999,5292.25785158154,120.796094184421,1540.81979243615,79.8537480279844,2098.50744385707,100.876618941884,3751.23477667817,137.687015861229,2512.226978867,159.371848420748,3200.39826396291,187.118282991595,4511.57103356554,1725.57055348503,617.290920790785,17848.8975815816,7658.56934934152,392.833975538441,3561.42105767376 -6308,515.455942499529,3221.03905800932,102.23526184271,1290.53313110596,204.632796718993,2297.0855555871,261.06350087613,2706.96675225066,37.1370123324517,990.004708870804,308.798843344573,5493.96231577657,172.739243723072,3204.88822868253,196.428738429277,3622.04241280133,148.325561943837,4112.58230979576,55.9394579116629,1115.98235832786,96.4821683072609,2145.80548421612,218.951966899325,4924.94141648312,116.609672781193,1433.87707551664,74.5636906269539,1952.85764845364,93.5930736179128,3490.87516759848,127.738768007238,2337.8624101112,153.355930555286,2978.27022066231,180.055001535313,4198.43924081902,1550.84218984753,568.331836326895,16882.5873176764,7353.18066815945,352.782123156308,3432.89212664751 -6309,450.596916471703,3038.50766254984,88.5483122083618,1217.40057696269,170.244469464522,2166.91320300151,219.123098612394,2553.56705424883,30.6829950840778,933.902644360812,255.063728239958,5182.62780848245,142.6803126597,3023.27207621197,162.26395986693,3416.78676575226,122.806932032523,3879.52851118305,47.0229031339855,1052.74133159544,80.6837818800397,2024.20594370616,183.140716510251,4645.85246005723,98.1498566468819,1352.62143756944,62.8496866936581,1842.19216899613,77.3420848868958,3293.05256928749,105.556311627412,2205.379295059,128.911529298534,2809.49616681123,151.354861345902,3960.52006021394,1254.02127347914,468.318637770529,14100.9029007411,6189.22501347348,286.95710595448,2900.59033129438 -6310,367.639255790817,2829.98389628941,78.0114246302063,1133.85398714009,150.119129187203,2018.20437866037,182.740615175312,2378.32332321816,28.5429894609933,869.811676573267,237.791323292059,4826.95943776526,133.018287583235,2815.79388304109,151.177406098663,3182.30282691448,112.35290521379,3613.28797921488,37.9440957129192,980.494817272652,68.0396039193986,1885.2906951877,154.153096420591,4327.02138900163,78.1483457557273,1259.79504125557,57.2126695672491,1715.767985839,71.8394553625959,3067.06014125946,98.0657447873525,2054.03065694086,104.022318491584,2616.68878007386,122.132470833639,3688.72131852087,1323.50438243166,448.219818327218,12187.7941934901,5038.85832881443,299.770247583317,2317.38861338042 -6311,345.457908134811,2636.79563460044,81.7734044858388,1056.45168069166,176.771598780448,1880.4320767905,186.103469775981,2215.96757654791,37.9334747120614,810.434163501802,324.543890611486,4497.44805635855,181.546878906588,2623.57429965321,205.514472438103,2965.06358675287,145.223873145376,3366.6276273304,39.4289800554173,913.561542637305,76.4417343189874,1756.59171825739,172.651734159603,4031.63817444402,81.4443137989776,1173.79539495947,68.6548022048915,1598.64144138041,93.6890953306354,2857.68791904917,129.507068660737,1913.81268164052,108.09307335071,2438.06106510123,126.911938896959,3436.91152542825,1880.25253773235,587.03002375494,14311.7159691347,5489.5301309331,424.239487677792,2419.34770744104 -6312,365.345418157768,2505.6641430712,87.1118032916933,1003.91287836667,197.717800014,1786.9155904488,201.929624215133,2105.7644460208,42.6933920686227,770.130152355958,365.624601803024,4273.78374807212,204.527052361816,2493.10032338563,231.575700275419,2817.60687622593,162.512451101863,3199.20058201738,42.8456875153132,868.128864382761,83.4700547437757,1669.23398411964,188.49091741716,3831.13923543497,86.4695369188527,1115.4209275296,75.40799117077,1519.13879283312,105.370525893213,2715.57114889349,145.744866814249,1818.63613168042,117.459848995461,2316.81291840724,137.909458177693,3265.98916471531,2184.55329030753,669.171868530741,15710.4338815426,5885.94054831329,493.890746848773,2578.48007795813 -6313,382.147977120999,2431.32597720377,93.4420482973035,974.128742182721,222.892677052535,1733.90129165652,219.108553575982,2043.29052384776,49.0325059818052,747.281893476709,420.437912183124,4146.98892362438,235.189115983768,2419.13490153272,266.304532527603,2734.01397815407,185.282692458939,3104.28654329164,46.0031060688112,842.373174940805,91.5841083787056,1619.71106895714,206.644746579421,3717.47680995288,90.8966100297488,1082.32856511065,84.2768080987875,1474.06890911804,120.905867154253,2635.00545175109,167.366160043408,1764.68074632553,126.115793806168,2248.07759987359,148.072391887123,3169.09363906428,2609.53876810146,778.816643670482,17385.9417929009,6278.04755158492,591.402509688146,2714.21297680498 -6314,453.247566919263,2398.70555537833,112.048334078591,961.059128819388,280.472867304323,1710.63802212055,267.704113093095,2015.87626536297,62.0726276713786,737.255820948271,532.715089220211,4091.34993104897,297.995940124318,2386.67804396589,337.486759611421,2697.33247592844,233.397961625179,3062.6371974373,56.2122233753769,831.071289237842,112.661175441853,1597.97985775794,254.138263810075,3667.60046148956,108.403151619803,1067.80726493179,104.364140489203,1454.29173811504,152.963736218729,2599.65231928166,211.860306598585,1741.00451743969,154.103706866906,2217.91577036501,180.932964744491,3126.57479449969,3392.15413168461,996.894072160419,21495.0677262044,7568.44926132128,769.963010471933,3248.1588125825 -6315,640.433588124899,2411.70174077881,154.667489043069,966.266146659053,357.341859740727,1719.90625799833,359.263426455936,2026.7982818774,77.8441918143633,741.250272587048,667.009720212274,4113.5168627605,373.119126281309,2399.60906431605,422.46249949759,2711.94662182279,295.449791238035,3079.23056411503,75.8215958374545,835.574033033025,149.219465505077,1606.63771176219,336.835392198892,3687.47151880442,151.854171837336,1073.59264411512,136.049699160701,1462.17108996485,192.050987747176,2613.73723414018,265.728384644136,1750.43727897267,207.862067669687,2229.93243680816,244.050587270286,3143.51457504369,4051.15910441806,1226.75524177359,28191.5397057764,10399.3751198247,916.863847996184,4529.49984949667 -6316,745.597087546101,2445.03694599387,170.060536920354,979.622143276132,334.164733801893,1743.67927565287,379.105735805901,2054.81324554952,69.2554198956945,751.496037863325,590.881791046112,4170.37502496901,330.533860196965,2432.77712122887,374.120594773909,2749.43189441772,269.384955053969,3121.79253644503,81.3282438454896,847.123567286185,152.807465886274,1628.84510039664,345.553255920826,3738.4407650116,174.784204011279,1088.43213711868,132.705447324198,1482.38162119239,171.39253003192,2649.86502954915,236.501008763987,1774.63230480194,222.95833711953,2260.75517667678,261.775097885081,3186.96509866514,3118.56693311796,1038.27686576569,28137.8418985144,11496.2617927682,699.045364770571,5167.31563334005 -6317,823.151203810593,2535.29544149814,186.262676527221,1015.78487732383,372.932959040669,1808.04716519347,421.210602644486,2130.66664007161,76.8938163542961,779.237500775001,656.165308950489,4324.32434506376,367.052861978977,2522.58304551934,415.576009139757,2850.92712404532,298.821539352839,3237.03345257011,90.7224112382359,878.395118750772,169.768684493745,1688.97388839397,383.97036630264,3876.44523955938,193.805181839741,1128.61159015958,146.05422999409,1537.10371245208,190.272205365609,2747.68475012571,262.581366410861,1840.14282486469,248.71209548776,2344.21091393452,292.012552581103,3304.61185876889,3484.29022023469,1157.94536113555,31199.0186776376,12730.5912630128,781.360489245366,5729.38650714721 -6318,736.472646263543,2646.47778818553,159.422839857802,1060.33090716392,315.042671791482,1887.33690928298,369.026671125289,2224.10447503719,62.3849640333911,813.410028577829,531.486547017049,4513.96241274296,297.308704871888,2633.20790529857,336.830028992544,2975.9511203409,244.629612793566,3378.9896797109,81.1065062407893,916.916085192358,146.885621944803,1763.04181646724,332.653887266921,4046.44210520462,174.281360082102,1178.1055004308,120.716773663106,1604.51155575706,154.552404801496,2868.18117570032,213.066977977289,1920.84008568867,222.350451773883,2447.01347740516,261.061380479779,3449.53165601815,2660.51511074446,928.257610258302,26595.4845298702,11264.3666744872,593.935282748909,5147.11250090777 -6319,671.28697180516,2882.0336107503,146.842918481796,1154.70809035543,287.485020829619,2055.32365759716,336.040565230826,2422.06599257804,57.440183046076,885.809452906815,489.419479776584,4915.73798550871,273.776772879976,2867.58261151589,310.083253056792,3240.83247214891,225.061962154774,3679.74440245802,73.4763464784444,998.528303377054,133.987931674961,1919.96539509993,303.358931995377,4406.60496121169,158.348905737269,1282.96548129325,111.401729779679,1747.324785106,142.289679033662,3123.47021652393,196.176629048313,2091.80886102458,201.432654313498,2664.81552171872,236.501821288247,3756.56512908337,2461.04424016961,853.654008415367,24337.7405009545,10263.8897104237,549.611754185557,4676.95274734249 -6320,658.7507014402,3101.21424324022,143.831375343162,1242.52443248318,282.32975484646,2211.63243122259,329.735407762305,2606.26577227713,56.3626698570929,953.175869255833,480.242410720331,5289.58323033848,268.643204531073,3085.66423560407,304.270552906328,3487.30000409922,220.777757614817,3959.59148769796,72.1838238249512,1074.46706560277,131.456411106036,2065.98008003874,297.643449973619,4741.73029039902,155.336776880074,1380.53588595602,109.16132230399,1880.21003326421,139.619669885197,3361.01226845126,192.496436336261,2250.89235939087,197.889251826415,2867.47656957764,232.341516969126,4042.25448326399,2415.61918901415,837.930394575977,23882.1053476796,10072.1601577349,539.480661942506,4590.77488929106 -6321,607.888930887313,3264.51128985376,132.546998649018,1307.95060244611,256.435623625542,2328.08779866474,302.286219837044,2743.50089049913,50.9826023081335,1003.36614704527,434.226777306588,5568.11068816038,242.902480798962,3248.14248347537,275.105016761786,3670.92672146197,200.203638068694,4168.08711070968,66.2230761311909,1131.04403344009,120.26549287174,2174.76600031758,272.335934501075,4991.41009047987,143.205513086204,1453.22916518109,99.6151885485113,1979.2140753469,126.328881400376,3537.98919878307,174.128068105605,2369.41499140016,181.548085081013,3018.46596222157,213.155374034984,4255.10279589384,2151.6461173555,754.232418760621,21811.3830514148,9263.99710484883,479.960495014577,4229.88233132971 -6322,583.402224950999,3423.45461284539,128.125158836173,1371.63242082664,247.656733816754,2441.43830600901,290.845485746806,2877.07713191747,49.5876831281662,1052.21828307075,422.438757248429,5839.21222127869,236.30837038137,3406.28883802419,267.605608477444,3849.65769824902,194.495296862311,4371.0239539529,63.4364592300187,1186.11258158191,115.930608220761,2280.65153849722,262.452659842505,5234.43308404726,137.365813317947,1523.98434170632,96.7757018018312,2075.57853364274,122.853009338597,3710.2476809978,169.36046808761,2484.77764719792,173.908679124395,3165.42977020831,204.185957291417,4462.27628006967,2110.51150922945,734.406619935939,21065.4977831743,8901.92667394879,471.095789301906,4054.9051748481 -6323,573.48610600988,3407.27436025691,125.685008122387,1365.14968290915,240.222248688044,2429.89935108255,284.379238221868,2863.47921987381,47.882940103757,1047.24519023803,407.772609044248,5811.61438828757,228.104261448573,3390.18971593221,258.314300237963,3831.46308462595,188.231033914325,4350.36521018575,62.104014445538,1180.50666494543,113.135471571334,2269.8725090862,256.157904234031,5209.69361499177,134.97306351944,1516.78154383742,94.1268548903342,2065.76873951971,118.659568273656,3692.71196008621,163.543292624392,2473.03385780839,170.255831609136,3150.46901885472,199.897153704971,4441.18625099197,2010.5007521068,706.323799089725,20520.6975809741,8727.24970287046,448.30083175504,3982.48677306153 -6324,529.648103499109,3276.40279798244,116.460157389169,1312.7150231633,225.205919498022,2336.56823341409,264.164027318819,2753.4945343385,45.2038189208692,1007.02106982979,385.116916185221,5588.3934280962,215.430874436809,3259.97436559059,243.949312704816,3684.29866325422,177.189738063537,4183.27003928834,57.5355947327397,1135.16404348856,105.358251386499,2182.6879357237,238.498704571664,5009.59210560998,124.642753253752,1458.52278646042,88.1531421521396,1986.42368137232,111.986913306882,3550.87689423914,154.387055379003,2378.04596710486,157.731679921258,3029.46121061831,185.192563258263,4270.60269311981,1928.58432050443,669.582096759737,19159.2962921429,8083.28236442257,430.5714203297,3679.11950890575 -6325,518.545733889753,3197.3860000762,113.600827728035,1281.05635843574,218.632103952815,2280.21736592993,257.822043744511,2687.08868177064,43.6540296939738,982.734806733244,371.821387548231,5453.61849920151,207.993477532154,3181.35377114353,235.543847468593,3595.44466670658,171.397757111667,4082.38238179847,56.2882039758858,1107.78736444592,102.657075379841,2130.04818959246,232.422313781368,4888.77609139907,122.086674558818,1423.3476851785,85.5258245540452,1938.51722778126,108.166775069849,3465.24062200948,149.097285903955,2320.69478375518,154.312004839933,2956.39988726953,181.177527127682,4167.60883957168,1844.86361458045,645.269068580413,18633.4669909799,7901.54306798196,411.575622373977,3603.11503588583 -6326,498.30396851235,3150.2098551405,109.788934534526,1262.15488691027,211.776613772375,2246.57367544731,248.624163340759,2647.44176860367,42.5469416740935,968.234949764238,362.481025963684,5373.15255084988,202.768564839025,3134.41417530003,229.611781154249,3542.39532618253,166.824947425477,4022.14847105948,54.0759212604734,1091.44240726471,99.1782081503738,2098.62018493182,224.494747041931,4816.64416568208,117.337279322567,1402.34676233457,83.0241867406735,1909.91518545794,105.40492015465,3414.11238981696,145.312894529074,2286.45386524633,148.247114561425,2912.77939554085,174.056747224002,4106.11744671318,1815.14906846374,630.075819134841,18030.0639449922,7605.81587475906,405.24368972207,3460.81954232597 -6327,514.744315951058,3123.24277799828,114.325890576166,1251.35032792345,223.424256962813,2227.34209139503,258.81670712661,2624.77859069285,45.2479717907507,959.946464938546,385.70407750676,5327.1561804496,215.759327100452,3107.58231559931,244.306828219091,3512.07098195718,176.873992410993,3987.71724486053,56.1790620592479,1082.09921651031,103.575784555989,2080.65514291187,234.399402707442,4775.4117333187,121.134283968625,1390.34210389624,87.5024569292006,1893.56553495536,112.052090325351,3384.88619968295,154.530262045458,2266.88089055526,154.012796359668,2887.84481966502,180.826226834447,4070.96741194333,1970.88986038517,674.002486283124,18902.2696641269,7889.11684467612,440.702512572751,3577.84016564801 -6328,536.789634326818,3210.90203137994,119.281479210484,1286.47165638289,231.479613709024,2289.856330164,269.322686188081,2698.44757767431,46.834750493914,986.889035972619,399.169499551207,5476.67210560127,223.291760820659,3194.80203080252,252.835125773525,3610.64337673562,183.285260372578,4099.63948121184,58.411305840154,1112.47021746879,107.707113477364,2139.05235674911,243.747455824037,4909.44198869354,126.360958416847,1429.36447885575,90.9577454869045,1946.71175278791,115.994294933966,3479.88893182286,159.951588981822,2330.50485465151,160.132409152264,2968.89721897167,188.011256371789,4185.22620936564,2028.39406708018,696.255605653715,19635.9134494826,8217.50867123012,453.366377876566,3728.71588200296 -6329,573.188390149256,3343.85298987376,126.752687883558,1339.7394416095,242.231329140448,2384.67037024781,285.030085699679,2810.17979136099,48.746349833432,1027.75227065786,415.252473476723,5703.43978604748,232.288429080882,3327.08635092257,263.002425057411,3760.14606882182,191.258585758697,4269.38959914738,61.9286966246324,1158.53328020408,113.678338176404,2227.62219111931,257.307556715099,5112.72287726867,134.67398851495,1488.54889982023,95.5788539375263,2027.31751120561,120.772583060743,3623.97759115172,166.487682022615,2427.0019919582,169.775204363688,3091.82769990019,199.332849872028,4358.52014066926,2071.04715812685,720.189642305272,20685.4724269794,8735.4719014553,462.231083589236,3973.51102872037 -6330,618.748634562689,3475.11443972725,137.388928000325,1392.33031269867,265.219583430236,2478.27953643104,309.250074941565,2920.49213908682,53.6614722392642,1068.0962252352,457.293137200533,5927.3257576305,255.805591187488,3457.68963388159,289.615933738735,3907.7489168385,210.055008331544,4436.98257362041,67.1061628885261,1204.01098467363,123.603496126238,2315.06650144563,279.73431976291,5313.42052145389,145.299187880222,1546.98121947062,104.460073631215,2106.89895113137,132.914426409189,3766.23520663053,183.268595757645,2522.27286697169,183.969034380273,3213.19600999489,215.997807504734,4529.61189458679,2312.52292549486,795.973113398146,22550.5095078081,9454.93066473088,516.685704395639,4291.38587262841 -6331,656.425364883981,3470.5007931537,146.195146140865,1390.48182106254,283.395433644146,2474.98931215501,329.400420245273,2916.61482258854,57.4548448356461,1066.67819467096,489.70645955819,5919.45649558279,273.937306740471,3453.0991209047,310.164728301876,3902.56089419546,224.781071540806,4431.09192748409,71.3627861483662,1202.41251036428,131.795721981502,2311.99296277023,298.242539970142,5306.36629495062,154.42467655555,1544.92740952383,111.517872610165,2104.10178076611,142.292046938049,3761.23506103602,196.220873583054,2518.9242360785,195.638407760095,3208.9300927082,229.698803835376,4523.59827150778,2492.66378296794,854.161951488439,24045.6899075126,10050.0453048698,557.210073367846,4557.16227218788 -6332,623.199567151606,3292.12817752663,136.3965354459,1319.01551282999,256.875513357361,2347.78279540993,306.976330624366,2766.7101702951,51.0491666152985,1011.85435484036,434.559963242339,5615.21540729643,243.08886195874,3275.62089544791,275.261927645946,3701.98177439961,201.135529060693,4203.34800685207,67.031528392203,1140.61236182102,121.899201516062,2193.16393587756,276.020090828797,5033.63607763649,146.489134159527,1465.52309313976,101.254331335194,1995.95769420627,126.542793538693,3567.91963602625,174.36382422975,2389.45960508285,183.764426701499,3044.00137258518,215.757577891296,4291.09982133405,2109.65554020468,748.971224656288,22078.1632452213,9451.89321133393,469.829402771525,4319.33526625093 -6333,529.204580878892,3168.14458922827,115.506319029232,1269.34057082189,218.490366859676,2259.36383970002,260.926510250233,2662.51414991036,43.3220456640054,973.747292483304,368.78656775308,5403.74291360152,206.29582714405,3152.25898162722,233.618989984319,3562.56284553214,170.68155144752,4045.04731482137,57.0704024636178,1097.65619309059,103.583524788838,2110.56802228195,234.565907726457,4844.0662220781,124.50483931194,1410.33058482191,85.7775562337435,1920.78868994067,107.3875809048,3433.54957040899,147.970870594388,2299.47107488087,156.456372723413,2929.36239360053,183.695226711613,4129.49434156347,1791.16445832706,636.224083596599,18748.9456828529,8030.00539360127,398.911757070163,3671.84018258411 -6334,407.618372375726,2936.48762354428,92.6349598681751,1176.52549348737,177.773865741466,2094.15756304819,205.139928543014,2467.82923838328,36.6426118190412,902.546204033414,312.437615826699,5008.61742249942,174.7747397108,2921.76358276925,197.81531575308,3302.06573891002,143.085037741884,3749.27060368712,43.9793996419702,1017.39479848122,82.4128050396595,1956.24180069035,186.384989412801,4489.86468519298,95.5587714708244,1307.20621827564,71.1511306148084,1780.33926691096,90.723421694676,3182.48600540917,125.1382014149,2131.33212891983,120.567878366068,2715.16535038553,141.558591478701,3827.54280430462,1612.79985270649,545.082873992682,15116.8098396419,6250.86944289625,360.920161158719,2818.11466422415 -6335,506.630179752549,2778.71395698657,112.923736208711,1113.31230661138,260.03562582339,1981.64119675312,278.720752495161,2335.23597823934,53.232437417762,854.053568577923,458.22569307944,4739.5109128051,256.327254401984,2764.78101980109,292.255172955396,3124.65003496995,216.290135153586,3547.82716312299,65.6867889476366,962.731497193612,128.030629455522,1851.13546920312,289.111594739317,4248.63008639843,113.185892420827,1236.97172576466,95.6254130503766,1684.68395012874,130.890364403738,3011.49516525846,190.451055046507,2016.81842147704,180.077873835693,2569.28304214556,211.429200895968,3621.89390004912,2702.01618860489,857.690418917117,21229.5303284627,8309.67814076789,653.868829585164,3734.0922665882 -6336,502.51065473184,2686.05116945235,111.077473735242,1076.18627517249,263.389461598679,1915.55868519337,283.431622430914,2257.36201256907,54.5888642702838,825.573132810505,480.841451477042,4581.46071421407,268.97830244191,2672.58285900359,306.719376539702,3020.45119090352,225.97112939136,3429.51647705973,67.5938335976233,930.626938913097,131.95959712719,1789.40497972667,297.965508611845,4106.94946971689,114.667799583944,1195.72197858497,94.2287525899861,1628.50418015256,131.933645466632,2911.0697378923,199.732754558357,1949.56284217765,185.305965380145,2483.60422369394,217.567496478372,3501.11328350242,2826.94265501533,894.567789891802,21713.3674425013,8433.44343471049,694.527371620548,3785.15441268601 -6337,502.57817999665,2645.76299849276,113.165287841679,1060.04452138477,280.200806290926,1886.82715666931,294.908573553927,2223.50376455267,58.6404225393373,813.190333892681,517.767349930721,4512.7432323589,289.634311718363,2632.49669968103,330.344622507923,2975.14734288374,242.02744557544,3378.07704518745,70.6601109192261,916.66843445833,138.591008110959,1762.56563483293,312.883760402731,4045.3491978233,117.413529376692,1177.78730480019,98.8905594805515,1604.07819171104,141.466302857975,2867.4065059296,214.892985025632,1920.32128417035,193.712049914206,2446.35256121703,227.437069557195,3448.5999687455,3122.4655492169,970.580785891144,22833.6597909375,8690.6766580122,768.045505395796,3876.59211642995 -6338,576.623496738005,2678.18847652868,130.661277616249,1073.03602907645,333.655945623172,1909.9514019479,341.846022848593,2250.75419194219,69.1663449227144,823.156489336568,600.567701794405,4568.04971923848,335.95206992634,2664.75959093916,383.258828952907,3011.6096317869,280.181518362144,3419.47748925398,81.5293161631046,927.902778654952,159.755329841725,1784.16697755021,360.677649480671,4094.92747888491,134.220498101939,1192.22182384235,117.397601872156,1623.73717182485,168.983564673019,2902.54836358316,249.180089027903,1943.85602090121,223.509569353947,2476.33413979647,262.422298945093,3490.8647152874,3717.49356063089,1142.33878217012,26523.4740004491,9980.7704316269,904.779046458063,4445.95156376339 -6339,863.415322259456,2800.35260416561,192.692234202196,1121.98199070833,444.311420570554,1997.0728084108,460.18518917725,2353.42113446453,90.4383523929313,860.704330091533,764.882069846413,4776.41885152458,427.868021951026,2786.31116717893,487.999720536445,3148.98258618296,359.507256113349,3575.45511670994,108.410833739113,970.228565088472,210.495820159734,1865.55079511243,475.399538139603,4281.71539451468,183.021007584357,1246.6043814315,165.0710717695,1697.80307004152,225.225992006718,3034.94654685842,317.702872043048,2032.52396833148,297.204243855746,2589.29079037466,348.947121835996,3650.09863268309,4648.41528233628,1458.10652929101,35368.0031643713,13636.3276526465,1118.417789156,6134.48649933511 -6340,1207.28735706132,3114.2104286407,266.138417420009,1247.73145032285,586.96390750335,2220.90066710037,629.636922774383,2617.18778879156,117.426551994382,957.170320894611,986.088094875497,5311.75016205001,551.608645642007,3098.59525595423,628.987334540957,3501.91414999358,468.011887437761,3976.18485437569,147.944060266445,1078.96980939795,284.163286685341,2074.637934043,642.043124071352,4761.60134771388,257.660473005272,1386.32126513935,221.381413202746,1888.08938511402,293.913236040156,3375.09718330978,410.185851662025,2260.32512092385,405.583105008205,2879.49323602078,476.194603824744,4059.19426380799,5772.85996665679,1859.00413713654,47462.1600597673,18894.2411559521,1377.38712262111,8553.60794704755 -6341,1305.93688611787,3787.67264944417,284.204517907292,1517.55907204446,630.64092000969,2701.18057422989,688.047533997725,3183.16659494071,124.276040136172,1164.16277203678,1042.31343170242,6460.44038143535,583.060583921194,3768.68062438481,664.907330676056,4259.2190703124,497.142284340553,4836.05297944706,162.460748641834,1312.30195591388,308.572405334029,2523.28785749521,697.497213991606,5791.31937470407,285.738266298988,1686.11956694369,234.853617335165,2296.39733331178,311.328118978988,4104.97735569475,433.899118348889,2749.1307461557,445.380062960576,3502.19679249355,522.920161155777,4937.01355258677,5989.21952629444,1955.88371261091,51186.0871918295,20721.6650064942,1421.63128916702,9416.30413703844 -6342,1173.34902843312,4168.72074285894,245.284523585783,1670.22881005144,548.436473584185,2972.92520557504,616.135568358991,3503.40006659558,107.779578620742,1281.28007486763,930.683735245704,7110.37471256795,520.615954485025,4147.81807883767,593.864252925086,4687.70575762328,444.191239585553,5322.57041060404,147.970405507755,1444.32238232503,278.288950178403,2777.13609524518,629.28860413913,6373.93867957215,259.102131413467,1855.74685676439,197.203469283947,2527.41989163916,264.402585021326,4517.94699158127,387.477281685132,3025.69926891974,405.655329501392,3854.52539479207,476.279402509637,5433.68783663614,5158.85231554489,1720.70472480065,45481.3453464358,18666.2172199522,1250.07759228281,8540.17973355361 -6343,1067.34894417192,4346.76845637226,225.122817518516,1741.56494384815,506.400301646459,3099.90001822121,575.973894571126,3653.03167059503,100.015231236731,1336.00405418218,871.700046122533,7414.0616318619,487.621019203599,4324.97303129433,556.180782660241,4887.91952660691,416.414580933046,5549.89950028822,138.821912444979,1506.00996314694,261.299434433095,2895.74867746737,590.851291934538,6646.1721243084,243.922952408811,1935.00653979123,180.991669629314,2635.36699593135,243.666187009833,4710.91029645205,362.966949674511,3154.92808270702,380.5750781154,4019.15370058525,446.832711498344,5665.76279558259,4788.19169668929,1599.35291967312,42427.6050210049,17470.5321635736,1163.68677027659,7974.0080805129 -6344,1033.42239750826,4423.51091426964,216.604036434999,1772.31237742329,473.979690059881,3154.62893903265,534.860027515076,3717.52616391626,92.7840269425881,1359.59128591718,796.469304289933,7544.95733480593,445.537631493535,4401.33068965427,508.206542799634,4974.21603911761,380.986062851343,5647.88330895215,128.290753221448,1532.59865940482,240.618787701766,2946.873294109,544.164707613017,6763.51069192425,225.873764036847,1969.16919634898,172.71797804525,2681.89455836291,228.606140729335,4794.08170038405,331.710194061486,3210.62852729856,351.704299190427,4090.11210031277,412.935566961193,5765.79217767657,4384.46134893671,1471.63323967394,39372.9596346244,16255.3454174883,1058.72639673292,7446.08098956051 -6345,956.423346478795,4534.10843589165,200.362553666553,1816.62409277381,437.102362555041,3233.50161484511,498.897491666356,3810.47251089323,85.4808495415094,1393.58406440366,738.020199359522,7733.59789614861,412.841737711629,4511.37365677894,470.887224231684,5098.58240253364,353.648912856737,5789.09283877729,120.074749870705,1570.91700351122,224.617070560585,3020.55162093558,508.029478800543,6932.61336500181,212.130329018572,2018.40276601602,158.638865730899,2748.94783282182,209.723393714396,4913.94430834224,307.448004613697,3290.9013162325,329.18043345529,4192.37391682407,386.490325066495,5909.94968907357,4010.8450855117,1355.34454983175,36594.5996817436,15203.5380841997,970.573567294727,6966.98473979796 -6346,919.040899541911,4626.70624426375,193.920764312158,1853.72408983062,416.929134355891,3299.53778648409,470.833465018442,3888.29186796413,81.0454690461738,1422.04452845533,687.210392620487,7891.53726309135,384.419197346014,4603.50716423072,438.44346776083,5202.70817785519,329.853293967357,5907.32056026053,112.382297641582,1602.99904868423,210.337110685728,3082.23882231775,475.721799373448,7074.19462909526,199.578514653918,2059.62358708545,154.333315076367,2805.08820710876,201.463589042364,5014.29931304684,286.342053805366,3358.10973300519,308.091863528279,4277.99265357533,361.730262140746,6030.64560901797,3771.75192142378,1271.85399005877,34530.747397289,14339.7104039181,902.133747358383,6572.12104822494 -6347,881.692083184738,4565.10433454202,184.099426143475,1829.04282890719,388.350982022495,3255.60635489636,449.985589401289,3836.52151731371,75.7394805276212,1403.11083047725,654.049967051477,7786.46602226007,365.86955910163,4542.214136802,417.283020239883,5133.43713652247,314.529245236504,5828.66801379691,108.049621425655,1581.65604623978,201.969717318937,3041.20060038425,456.820346268713,6980.00583130077,192.914080186809,2032.20089379696,142.963448437731,2767.74008484359,185.795248116045,4947.53682645435,272.602276683588,3313.39844992671,296.21399381532,4221.03366302725,347.784470532563,5950.35106107016,3482.43930669881,1193.77123867598,32847.2411380465,13785.2418560227,843.798097260162,6332.74721536716 -6348,819.356693790743,4525.40099495096,172.030540684136,1813.13539213444,372.534563069163,3227.29189914444,432.37848302133,3803.15476258309,72.5047712467597,1390.90778281308,626.026318929181,7718.74605749238,350.193387097303,4502.70987640554,399.377284449565,5088.79092847011,301.241233586783,5777.97528728805,103.979134454343,1567.90016630404,194.091333370345,3014.75086093624,439.025044644376,6919.29976161233,186.030082580761,2014.52656342226,135.532577790295,2743.66866906962,177.879144201194,4904.50741893924,260.966254439494,3284.58136838434,285.054906105096,4184.32275333776,334.682599952652,5898.6000403813,3339.75600199775,1140.93238087663,31464.0820686164,13222.1047938905,804.835377106713,6059.02876423362 -6349,791.656178567085,4421.75643277034,164.851544387511,1771.60943142917,357.255581092586,3153.3777297064,421.164679360977,3716.05169465323,70.4175536772748,1359.05203603083,623.12094994915,7541.96480504541,348.568150309136,4399.58500541906,397.531384405665,4972.24313339107,299.150558901226,5645.64320895741,102.077054010023,1531.99079021542,191.127937557962,2945.7044861699,432.26916772915,6760.82810458372,181.722850621618,1968.38817173054,128.030683733248,2680.83084800322,169.591469552855,4792.18024070361,259.664415469024,3209.35510705355,279.840423744713,4088.48985360667,328.560282895823,5763.50531190398,3275.19506263097,1123.22695105455,30727.318920643,12905.9364182203,804.027422795938,5914.09947705692 -6350,755.855513664143,4324.22007571094,157.932713574717,1732.5307683004,345.310477276605,3083.81962969248,412.313424763443,3634.08197279006,67.7466397341312,1329.07368089887,601.171511701698,7375.60200706255,336.289835656317,4302.53771199026,383.519998129009,4862.56398461427,289.624458272386,5521.11001039001,100.245038768157,1498.19770301171,186.950464363122,2880.72730144185,422.888105283624,6611.69584140911,179.583732647137,1924.9689073571,122.624885483889,2621.69632108336,162.805828695593,4686.4729702655,250.629645874142,3138.56224217929,274.818022514949,3998.30478523888,322.663488048296,5636.37227765328,3120.16265318243,1077.14021220418,29874.1292590067,12653.2754411731,763.845907321152,5794.58914676072 -6351,772.569524377346,4227.3985083443,162.171974813728,1693.73849095078,355.73391469754,3014.77128229224,423.714108353315,3552.7129614114,69.9088898115926,1299.31502045206,619.587925080715,7210.45838946375,346.591808567637,4206.20162417899,395.217818539592,4753.68861329462,298.337499557573,5397.48944634606,102.821556517949,1464.65226654203,192.121959650645,2816.22629834811,434.553197492453,6463.65648561582,184.351693867073,1881.86783861427,126.497771129212,2562.99515820953,168.163589358711,4581.54036959812,258.305088279837,3068.28817882335,281.881449510177,3908.78063305921,330.956648631426,5510.17093067523,3226.2406511117,1110.28487983628,30741.4126810597,12996.9888470229,788.306302911728,5944.75951561938 -6352,808.790057924506,4194.06330312924,170.063502394183,1680.3824943337,370.726954232653,2990.99826463769,442.242927800895,3524.69799773927,72.5967698697921,1289.06925517579,640.708283322078,7153.60022725524,358.406343461158,4173.03356726617,408.712059666247,4716.2033406997,309.022304004342,5354.92747401605,107.076721222923,1453.10273228887,200.008345227381,2794.01890971366,452.396893623134,6412.68723940864,192.769676234787,1867.02834561071,132.514026564815,2542.78462698199,175.195246093871,4545.41257418915,267.157692051654,3044.09315299408,293.546824316413,3877.95789319059,344.652950241944,5466.72040705378,3330.02033262495,1149.01382858467,32000.6759152605,13565.0700690157,811.004691070333,6207.66379170631 -6353,879.675542132977,4199.26177476817,185.182076350305,1682.46530045941,402.423369682344,2994.70555719076,477.681056614809,3529.06680222617,78.8308894566622,1290.66703505637,693.121842639391,7162.46699563947,387.726008325331,4178.20597289761,442.096962001655,4722.04899622229,334.121220856198,5361.56481746803,115.477402307328,1454.90382893341,215.771336613121,2797.48204963574,488.044629873555,6420.6356584796,207.730770705957,1869.34249616168,144.550942762864,2545.93636619332,190.785841381019,4551.04653740008,289.008070548481,3047.86625577731,316.576977147562,3882.76455743661,371.69262316725,5473.49631598506,3616.07846811449,1245.17876253325,34638.7102665974,14657.688834079,878.830537442559,6706.21204918244 -6354,937.891524803773,4310.96396735883,197.441432459802,1727.21961040699,424.230128324646,3074.36602963656,502.828784614432,3622.94151658101,82.0125486916144,1324.9993404598,710.275303878402,7352.9917380069,397.321497380817,4289.34807198568,453.076925353208,4847.65755665257,343.633565425775,5504.18477734446,121.223226763376,1493.60490460268,225.145199049707,2871.8962908614,509.369440955278,6591.42736410445,219.410246936669,1919.06782092681,154.039097303441,2613.65938265513,200.753247229134,4672.10635792955,296.315543370452,3128.94082596463,332.328939879415,3986.04778616624,390.186982424166,5619.0937024843,3695.80830922572,1281.49598806863,36239.8529796725,15445.3538479973,887.839131252516,7081.48230687448 -6355,963.110545169369,4224.99421631435,201.130926502971,1692.77519355959,420.875936469882,3013.05666027308,505.852993169927,3550.69239026321,81.1024190327916,1298.57604759632,705.107502533139,7206.35751096746,394.430676656156,4203.80938767197,449.770896777917,4750.9849988558,342.016495029447,5394.41967640788,122.154061740187,1463.8192597261,226.140110212185,2814.62459686898,511.686694786161,6459.98034348205,222.209532933421,1880.79754447548,153.809277231333,2561.53747949305,197.956695937105,4578.93466280852,294.275339940807,3066.54311958671,334.88078913558,3906.55755186534,393.183105365568,5507.03707423228,3589.26771634578,1263.85164692721,36315.0619773707,15617.3633586153,865.8870877581,7181.831469131 -6356,931.328012847593,3921.66329974452,192.204798794729,1571.24341748605,390.738091265056,2796.73607102627,471.54362820937,3295.77256740589,74.1806249001836,1205.34556192322,636.718002784373,6688.98141125802,356.17421708769,3901.99942312253,406.130736096003,4409.89089066798,310.259229493002,5007.13056285389,113.525810328587,1358.72523710454,208.666030397647,2612.5503181702,472.284289228884,5996.18994323841,208.102130824185,1745.76681689599,144.860048730497,2377.63343804316,182.782141547038,4250.19280493333,265.929105696136,2846.38250218909,311.226760768334,3626.08860394005,365.410940972841,5111.66266239033,3183.93681491064,1142.00888887837,33641.5331793338,14628.2386210823,762.079323985732,6759.6497440833 -6357,780.485984276189,3589.80575571638,159.853431451637,1438.28223705242,318.786736914009,2560.07170366813,385.841298452094,3016.87891787563,60.172611574527,1103.34725474802,513.706918786963,6122.94889558169,287.362943738594,3571.80586840278,327.68825257403,4036.71873167502,250.839884775168,4583.41900879846,92.5814138831775,1243.74769167785,169.992955130388,2391.47204959615,384.769682155354,5488.78257141765,170.540492689148,1598.03718178462,119.264483769505,2176.43421897722,148.847678823669,3890.5345583972,214.614032453096,2605.51697286058,253.80848167316,3319.2430727058,297.996213070229,4679.10543159704,2544.74241924324,921.974259648377,27450.071661101,11991.4035075062,608.131973710876,5556.76988647879 -6358,603.236941098879,3287.57951641835,128.976477993007,1317.19305810135,263.631963648099,2344.53891554976,305.437768811235,2762.88746769336,52.2681598096985,1010.45629792917,450.601675614457,5607.45698764797,252.062448884034,3271.09504208828,287.322934752989,3696.8668275893,216.659969887754,4197.54033334354,72.5448166437129,1139.036402803,137.434720265094,2190.13368949551,310.6888467622,5026.68121335876,130.660422195613,1463.49821210914,99.9853458438727,1993.19992335172,128.377620461326,3562.98991992448,187.800802699627,2386.15814129124,198.878900130344,3039.79554282692,233.503461774509,4285.17090307312,2404.68741658783,818.921872111686,22479.2423819356,9380.32011109093,582.249650245407,4288.30793253438 -6359,758.558113159245,3078.73084804417,156.467753923929,1233.51629384292,370.623929976219,2195.59838710972,397.654503010636,2587.3706883687,71.0107122889199,946.265469625581,607.450414405283,5251.23444793837,339.802196300808,3063.29357591726,388.593431355226,3462.01753793931,294.767718009335,3930.88497042754,89.1639430548544,1066.67732075887,172.025044518394,2051.00199630656,388.609404221272,4707.35336972527,151.207492616899,1370.52718243805,127.835604129645,1866.57875792694,175.402839992039,3336.64537175746,259.291280891952,2234.57368596472,244.439613282432,2846.6877417597,286.996236699126,4012.94867015277,3700.3219506489,1175.60882783498,28822.397148735,11200.9363614217,900.394158659684,5077.52256496352 -6360,766.529465496609,2963.90956742764,158.56510318368,1187.51229819959,387.801873592316,2113.713535536,408.778904374479,2490.87468708398,74.5560806866434,910.974494743956,638.356594558349,5055.38963593964,357.090830313121,2949.04802843309,408.425882592978,3332.90157852519,308.427580695242,3784.2825980417,91.9373586232218,1026.89558535581,177.641145665816,1974.50986776841,401.273239082399,4531.79260494788,153.350222496898,1319.41336509761,132.010388379029,1796.96469488114,184.039150444696,3212.20516783648,272.360676343483,2151.23525044755,252.042828279172,2740.52050982,295.923161683079,3863.28573172213,3958.26478959623,1243.04734920712,29840.3063212922,11438.2879923491,964.273473969999,5173.34782021579 -6361,774.034401956971,2890.80603715625,161.368412776591,1158.22282790228,409.335254444264,2061.57971771368,422.537220226918,2429.43835478471,79.0264685643996,888.505708150451,677.374865721136,4930.70066656419,378.917293712534,2876.31105150655,433.489781491627,3250.69702204517,325.806397063938,3690.94492657504,95.2798921724403,1001.56765587557,184.678531276597,1925.80944739261,417.11965484117,4420.01792682671,155.866295564901,1286.87061280318,137.36883818264,1752.64334836892,194.91861779282,3132.97753541966,288.85035507277,2098.17597597432,261.206258923462,2672.92677273346,306.681933859363,3767.99948259373,4289.6882532993,1328.96573553425,31098.6981493849,11716.7552615335,1046.40402222612,5283.11340741594 -6362,888.196093430778,2901.00804294775,185.305804554931,1162.31033700744,483.34329200172,2068.85528305754,492.857608083501,2438.01213796042,93.3404253794583,891.641352764384,800.595508423865,4948.10170838778,447.845792281388,2886.46190273229,512.469689027696,3262.16912685575,384.021537840785,3703.97071973897,111.43355367816,1005.10230984214,216.078020222951,1932.60586295391,488.03160915153,4435.61670720438,180.0228695696,1291.41213557434,160.081260822286,1758.82863972388,230.113203460797,3144.03419385685,341.282592853022,2105.5806939607,305.49091745549,2682.35985612445,358.676494689865,3781.2972106494,5133.69440440018,1579.0154208938,36395.7603373801,13578.780818589,1253.25132894524,6116.24159968395 -6363,1225.24861383221,2983.07893711145,252.607424092145,1195.19264799786,625.411433092868,2127.38418075867,656.858142509468,2506.98465826445,119.718254658095,916.866309748767,1025.22334632756,5088.08585376357,573.500546743456,2968.12127968665,656.078330167143,3354.45743946664,495.17453907492,3808.75780906268,148.371968259647,1033.5371311434,285.40400895322,1987.28019990524,644.809812328645,4561.10240870482,245.959085793633,1327.94679770949,210.85575861843,1808.58673656673,295.481950960289,3232.98041315409,437.381855080466,2165.14857096376,406.75619875883,2758.24508932679,477.571931694002,3888.27190309505,6379.38713975908,2002.07426942826,47896.1751024023,18344.5176798982,1554.39667255101,8307.65558443307 -6364,1746.39498919163,3244.36720122239,353.95600547023,1299.87972428955,826.839417562558,2313.72203215517,901.507822171756,2726.57176384234,156.363645717321,997.1747466177,1336.30893357816,5533.75194185731,747.518974056198,3228.09940067832,854.928557168467,3648.27479390815,651.04877873777,4142.36739074965,203.270693361464,1124.06478012079,387.454616556087,2161.34632577118,875.681538222824,4960.60994971435,347.636071589097,1444.26182688574,284.107544403821,1967.00107921539,386.50048279665,3516.15757938613,570.678249538886,2354.79421010906,557.258999261169,2999.84012806907,654.277076890511,4228.84613440749,7985.97076479238,2576.90042095016,64645.5255460657,25553.7688277689,1940.71443657053,11648.5613693995 -6365,1936.02887513413,3858.30690222034,385.954838974447,1545.85920804309,884.000328355809,2751.5534256172,982.358265718076,3242.52774219525,165.021108316165,1185.87261212149,1408.68789532686,6580.91762991526,788.007102115603,3838.96070518706,901.279912985926,4338.64693652086,689.610714311789,4926.23790834775,222.366480941411,1336.77436328686,419.307507549632,2570.34328409853,948.072379129882,5899.31854846593,384.705336198489,1717.56309618316,303.795874809128,2339.22160159681,408.237169792514,4181.52885182922,601.930819867073,2800.3977942907,609.609386328439,3567.50736085778,715.741599257798,5029.08124045413,8224.41977443464,2702.78461364268,69642.2858872335,28040.1740797247,1995.46813540795,12850.2574921865 -6366,1769.35481267298,4207.3194051782,349.084035800935,1685.69364970171,815.928064477161,3000.45186019852,902.693391183441,3535.83844865115,151.258668760517,1293.14359367755,1291.4576896871,7176.21048555993,722.42959915483,4186.2232009992,826.509013543989,4731.10976157353,631.566448729539,5371.85269901382,205.646460356925,1457.69552851406,385.068186740396,2802.84991609505,870.897249952968,6432.95570707584,352.905380567948,1872.92942923509,276.027313101203,2550.82156158874,374.13826541945,4559.77917969392,551.784823844662,3053.71456463384,563.772075575688,3890.21488643515,661.924071444709,5483.99897400697,7570.53560786153,2487.54305931013,63863.46802389,25712.2950218878,1837.29078321098,11808.6085377096 -6367,1661.97078783424,4361.64908159628,327.991017094964,1747.52697644612,758.172317763676,3110.51214326677,843.280623292363,3665.53737357121,140.490080343182,1340.5776991388,1199.14322713744,7439.44275663053,670.789734598288,4339.77904257113,767.361557245671,4904.65271571754,587.22914919936,5568.8988961207,191.875463101878,1511.16560234653,359.284798941462,2905.66191559929,812.583506992436,6668.92447413995,330.891536443247,1941.63079581353,257.836423535839,2644.38884951932,347.57999020413,4727.03751631413,512.421981515942,3165.72858953841,526.01940192524,4032.9127771352,617.59870569276,5685.15883510378,6984.49090718983,2304.21330461938,59565.2089727006,24073.2020372552,1694.32279180217,11059.8677137527 -6368,1536.30308684286,4380.23362621471,301.467731155826,1754.97301175481,693.553524199503,3123.76572021238,775.77188295327,3681.15585676306,127.924102024721,1346.28976482726,1091.49898129866,7471.14146811795,610.574529722724,4358.27040117013,698.504007288336,4925.55094377944,535.302844279832,5592.62740982603,176.789242673015,1517.60452579894,329.811495104013,2918.04264648945,746.034457259366,6697.34008532921,305.794700979588,1949.90388782123,235.72426018,2655.65632235884,316.572422200889,4747.17894401532,466.50586607794,3179.21743816458,484.661093160719,4050.09660968265,569.039968374094,5709.38272062443,6310.63125613068,2094.52861441502,54595.4402379094,22189.6745668592,1530.06169528994,10212.1428670186 -6369,1445.04979967988,4442.55032562922,282.948232314561,1779.94065845739,644.554947022979,3168.20690441379,725.121028343093,3733.526917898,118.559333425921,1365.44315749049,1011.20706116612,7577.43188933328,565.659965242664,4420.27463421638,647.083336904908,4995.62576256932,496.750392795583,5672.1925908131,165.345744328444,1539.19517897741,307.695011108256,2959.55705005726,696.076042436035,6792.62179050502,287.08030056984,1977.64477674033,219.768462477933,2693.43780867003,293.478821487621,4814.71610037853,432.271935439353,3224.44752276138,453.289170676041,4107.71651641886,532.206234388775,5790.6089558449,5799.52328007879,1936.04614356745,50902.9240753938,20796.9399090787,1405.34493682694,9581.82747006955 -6370,1358.49547388415,4508.50595897286,266.144413383101,1806.3662709632,598.697060391564,3215.24319609941,677.979741124965,3788.95614535209,110.016444625549,1385.71499723252,937.999109452761,7689.92905486816,524.70810779231,4485.89955496757,600.197925883477,5069.79254447773,461.632312692521,5756.40391704523,154.346783190723,1562.04660111737,287.274589868011,3003.49565408997,649.876099275922,6893.46739481298,269.590162461078,2007.00557272865,205.239520707119,2733.42551472205,272.404166250344,4886.19703508811,401.050462972193,3272.31878205138,423.135930308922,4168.70109162414,496.80335351591,5876.57833224674,5337.9877652076,1791.15304225604,47480.8458721789,19486.552322632,1292.79566699448,8982.6784330644 -6371,1314.66380490255,4445.92933030358,256.839521761191,1781.29448168147,572.742283074505,3170.61664322476,652.855891463309,3736.36663922534,104.99993557907,1366.48171383168,894.892088402282,7583.19528555774,500.594435167231,4423.63669599536,572.605157754924,4999.42543653265,441.124728480521,5676.50686164256,148.518151965647,1540.36589114122,276.158817281785,2961.8080897469,624.753986574651,6797.78826000991,260.774093196191,1979.14897375668,196.850808971178,2695.48643801095,260.053594073685,4818.37817441629,382.691446950398,3226.90003819802,407.156955918491,4110.84084643035,478.042460161579,5795.0132941855,5051.98069711921,1705.01473616638,45580.9982591699,18799.9154267793,1222.83260736889,8674.50050480841 -6372,1263.6620313598,4388.29126292789,245.687602347464,1758.20136352251,543.089301353921,3129.51202771523,623.145636745685,3687.92750848521,99.2815166233238,1348.76632538575,845.773796143242,7484.88496878936,473.118112503911,4366.28763554326,541.132644349764,4934.61171621854,417.51618868813,5602.9152994196,141.818834773605,1520.39622756342,263.049191412554,2923.41051714782,595.155038764058,6709.66014356291,250.099294893331,1953.49082370055,187.228968361956,2660.54152157574,245.970684646,4755.91159314033,361.767975083537,3185.06575159599,388.791028531546,4057.54694450927,456.479048352985,5719.88538686214,4728.48603827643,1606.86796180516,43387.3273552543,17997.159868881,1143.74393127041,8313.88356958594 -6373,1223.27029692701,4306.93515215381,238.147611558455,1725.60543578584,528.501038451335,3071.49287813268,604.714964004688,3619.55569336852,96.7485563978207,1323.76106114921,824.343592405423,7346.11999304667,461.130252878506,4285.33945793489,527.427926011211,4843.12717397695,406.623946199273,5499.04083657157,137.608374159504,1492.20905481236,255.486629984727,2869.21235763174,578.022190062547,6585.26733980633,242.216583598453,1917.2743543901,182.009811419632,2611.21678495743,239.664260996077,4667.74003678263,352.569891689125,3126.01667153637,377.248208317567,3982.32262166697,442.926637932179,5613.84237347334,4626.58436568261,1567.73787013017,42160.7837174177,17447.0936329047,1119.40895400934,8055.57842399913 -6374,1219.36394650121,4238.57522678021,237.462182965024,1698.21652588883,521.462242844435,3022.74196442791,599.919632644084,3562.10589476625,95.1900270568778,1302.75024855144,810.778866102484,7229.52194901551,453.542269265932,4217.32230067668,518.738619243783,4766.25677762971,400.746452165591,5411.75974040126,136.55932152938,1468.52462585647,253.033900526856,2823.67205211991,572.518729612044,6480.7455933646,241.238554455454,1886.84326426299,180.139505121875,2569.77140018893,235.863269364809,4593.65339528346,346.829242339499,3076.40035300973,374.372269788664,3919.11496526782,439.550002190984,5524.73914062855,4515.97665380476,1538.96892490124,41717.8353361685,17344.6306361117,1092.03210459063,8016.16308179507 -6375,1243.97936283429,4119.85509558606,241.944325840735,1650.65042691393,525.977320307945,2938.07664568693,608.255838222011,3462.33329276495,96.0108276371679,1266.26093972803,817.482497086605,7027.02706610408,457.292219019156,4099.19745210469,522.950932688265,4632.75658011757,404.481472344861,5260.17936445032,138.317702459004,1427.39206906192,256.241928155166,2744.58257073973,579.781808896764,6299.22351910272,245.418698065382,1833.99383541228,182.651959721739,2497.79353464538,237.957299547524,4464.98772236987,349.75831961786,2990.23209269257,379.192805306884,3809.34273805764,445.209786765284,5369.99427460734,4518.42872349359,1547.04100126347,42253.2303191236,17631.4822439436,1092.03210459063,8150.84000331447 -6376,1297.57406971034,4095.9421147013,252.098899973909,1641.06951418996,543.572798377937,2921.02309185162,632.489337657807,3442.2367825903,98.9541881528161,1258.91114879017,842.264516316485,6986.2399121849,471.155053521173,4075.40437491127,538.827217025708,4605.86655195547,417.530404751151,5229.64757008521,143.700417026188,1419.10702056614,266.05010892281,2728.65211953987,601.988969570885,6262.66077402887,256.22750988721,1823.34873782718,189.300718376445,2483.29552739458,245.310738288805,4439.07147930344,360.420941651452,2972.87581165488,393.949315866343,3787.23207203537,462.53538690229,5338.82507873502,4621.63259529102,1591.27565967457,43790.6701143068,18354.1027991511,1116.3670818517,8492.67153519996 -6377,1399.24278489664,4129.01740326788,271.952409375031,1654.3213732787,584.960430085847,2944.61074982312,680.529729510961,3470.03331186497,106.62254809582,1269.07702720346,907.494100880341,7042.65474780025,507.64388548664,4108.31381844121,580.489976299014,4643.05954957092,449.763380604977,5271.87768409518,154.627203828021,1430.56650238928,286.263420045001,2750.68635579718,647.726952497456,6313.23260988371,275.665719379922,1838.07252638969,204.187912781293,2503.34847586518,264.329427047076,4474.91758406616,388.342662500954,2996.88218737737,423.90469299246,3817.81448510258,497.705956797461,5381.93681594728,4974.54396824352,1712.86763544761,47171.7609075656,19770.2020801891,1201.53950226546,9145.15226231435 -6378,1471.23496771732,4301.47675756325,283.067482161752,1723.41848960639,598.825960296427,3067.60022140146,707.436305354329,3614.96844918699,108.006300052388,1322.08339246832,918.331056372226,7336.80988731833,513.705979099601,4279.90843264903,587.452121866486,4836.98923638701,457.178785755655,5492.07162675177,161.056212123243,1490.31790355397,296.093244516065,2865.57606113347,670.156839410337,6576.92150074556,289.706426450672,1914.84449659217,209.358466157056,2607.90745916768,267.956958863813,4661.82437609427,393.181254291854,3122.05491407146,441.529578653997,3977.27562479145,518.399312465919,5606.72766991707,4920.04176530384,1725.01514451151,48606.3365336091,20648.200676281,1186.33014147729,9584.96310525571 -6379,1495.22621843315,4201.08124173274,286.71231682229,1683.19428336103,600.819335905311,2996.00311093286,714.811919061208,3530.59588538574,107.953650993448,1291.22625859577,917.436657641899,7165.57036779924,513.20566064442,4180.01631675008,586.862843395332,4724.09497778156,457.67137086759,5363.88789009055,162.796204606135,1455.53421341415,298.544605442017,2798.69414986818,675.773365174719,6423.41760804567,294.132803218587,1870.15244969629,210.450077072547,2547.03947606374,267.919937860799,4553.01842657327,392.893960845623,3049.18684312391,446.299702933614,3884.44689167115,523.999909269578,5475.86788657575,4861.06702562779,1718.6135409755,48945.6715719975,20914.1993799698,1171.12078068912,9720.9351949047 -6380,1403.10634237783,3899.11491908319,266.49766981095,1562.2092419383,547.520214585982,2780.65568249754,661.759527998645,3276.82286960091,97.4070929287403,1198.41518863991,826.842677458338,6650.52178645867,462.528218160256,3879.56410381846,528.874962117085,4384.53534867533,414.395120771971,4978.34107295567,151.014361381982,1350.91297696931,274.983824747561,2597.52894214467,622.62114379581,5961.71366033912,275.26151199683,1735.72918446186,192.486242265309,2363.96276319517,241.947566996646,4225.75547874679,354.303565056525,2830.01666166135,414.000220622762,3605.23968859368,486.077128481041,5082.27214446102,4263.97344979151,1539.06593119355,44958.3373601628,19474.6447560257,1025.11091712268,9080.70745499633 -6381,1147.05058785994,3581.74812530636,217.0506522613,1435.05388781012,441.874421067706,2554.32540066038,538.594548969607,3010.10727145066,78.2703930954083,1100.87069612684,664.048034006369,6109.20540566124,371.462386152972,3563.78864030119,424.765483827238,4027.65796632378,333.615433822848,4573.13112725267,122.818203912587,1240.9559920972,223.327737272175,2386.10418313684,505.689812859606,5476.46252282141,225.202938001574,1594.45024871121,155.657083259697,2171.5490235818,194.48809635858,3881.80191610337,284.62130781937,2599.66866400406,336.701510048362,3311.79274370727,395.320811455963,4668.60277357513,3381.66664616252,1232.63726178573,36426.163195867,15875.7607289654,812.179866088296,7412.35300054738 -6382,889.274420499342,3252.81472551459,176.822182522189,1303.26428740057,381.294879681734,2319.74638817278,437.31392510224,2733.67107775502,70.7811274093295,999.77114134529,603.06756999379,5548.16045392039,337.35047329305,3236.50456766884,385.66380448741,3657.77399299219,297.707585668904,4153.15308391884,98.5208273306986,1126.99156489796,185.198232965966,2166.97393339338,418.792725528127,4973.52614275148,175.026324291442,1448.02232503845,134.514242401995,1972.12266021066,175.342528587942,3525.31277814288,257.935168100862,2360.92550785043,270.091161380845,3007.65096475397,317.113686448341,4239.85699669056,3382.02566621243,1141.08083585981,30674.9963675467,12644.6502649723,818.263610403564,5813.08578333747 -6383,924.5987702188,3037.20804148854,155.198752183189,1216.87987416856,442.911635864954,2165.9863776157,497.941623319163,2552.47485047852,77.4269197566821,933.503198422011,669.755535497677,5180.41111101091,374.655110194547,3021.97897166833,429.365982316289,3415.32534832768,333.972281001621,3877.86917129616,105.952216692874,1052.29105634239,203.593555411242,2023.34015662611,459.995048860365,4643.86535047076,148.452396033637,1352.04289852874,136.245374142928,1841.40423228256,189.697165521342,3291.64407506917,298.830140833832,2204.43601707575,290.464037227351,2808.29449783568,341.033453871349,3958.82607887322,4172.35843325031,1344.72375497224,32736.0301367146,12782.2150502394,1034.62346972652,5887.33644591435 -6384,933.792382153177,2925.83075101164,157.236682447282,1172.25573865681,468.252168196216,2086.55760926881,530.162892432711,2458.87318441767,81.3081112834274,899.270753534632,703.99599213594,4990.44053763588,393.808907923726,2911.1601455804,451.388783855313,3290.08213870962,349.569313029813,3735.66404236756,112.843595398093,1013.70254839446,216.426361082448,1949.14236007093,489.025003767895,4473.5704174238,150.513477451396,1302.46220712083,140.724602494031,1773.8781980884,199.066294278564,3170.93637467869,314.029951817559,2123.5972640968,309.356494065537,2705.31168343591,363.215063233884,3813.65218360127,4460.22638861503,1424.65014453697,34164.4622305891,13336.8094577761,1092.39627810633,6134.26514066121 -6385,942.241409340741,2870.98685694178,159.963233348956,1150.28212670696,493.853177631203,2047.4456597981,546.253547970583,2412.78228171908,86.2032377080059,882.414170176239,747.237200751033,4896.89610000449,417.997643843011,2856.59124798118,479.229215356664,3228.41045239142,369.417491920736,3665.64004561062,116.49413987321,994.700972461448,224.530408461298,1912.60622171575,507.239916031823,4389.71456827654,152.927740713182,1278.04791067097,146.472566291717,1740.62733832655,210.871381720488,3111.49804299289,333.21898178987,2083.79101646648,319.364325137106,2654.60135873889,374.965244869715,3742.16632055045,4834.92039318168,1523.10813347472,35601.1950827064,13628.5597745777,1190.65724882096,6253.76477993246 -6386,1080.56840165931,2906.01157079717,183.649924518921,1164.31503746148,574.642723818386,2072.42355135323,620.687446217258,2442.21711135205,101.831274443989,893.17921556042,883.316430773828,4956.63597107618,494.119118347131,2891.44034205503,566.641064498229,3267.79556905587,435.526737776373,3710.35916140314,131.785373595769,1006.83586498034,253.86035023138,1935.93913439408,573.512016466886,4443.26705887362,176.591656579434,1293.63950498861,170.720150628486,1761.86218804603,248.972981969915,3149.45688225192,393.830684399661,2109.21230458896,361.284670174495,2686.98626944134,424.183868256091,3787.81902155799,5780.10329495588,1792.68528241823,41216.4180402198,15576.7432467174,1399.36160845102,7106.90763979717 -6387,1492.06968389853,3001.40355877825,250.476218187373,1202.5345432528,721.738294285962,2140.45239352614,779.142160584664,2522.38470176167,130.565233581232,922.498486636935,1130.69473103516,5119.34122790687,632.500273010195,2986.35401863123,725.124493709406,3375.0633854612,561.25016575062,3832.15445640018,163.395757853234,1039.88599998196,312.451798023432,1999.4877742192,706.080206508916,4589.12059990427,241.402721907704,1336.10418247022,224.78899927697,1819.69662282782,319.617838294959,3252.84014337786,504.341905510982,2178.44876490825,447.943355724664,2775.18858924476,525.929719905165,3912.15699399072,7170.75578313717,2235.98477808152,53047.2293726026,20365.6721432052,1687.23666909387,9258.98451761288 -6388,2128.89415161013,3284.00556165133,351.16399681699,1315.7611266802,935.065647819448,2341.99014798632,1031.19314576519,2759.88390997359,170.45766367206,1009.35782256612,1473.00781842936,5601.36107497672,823.987077793993,3267.53900772906,944.383579762616,3692.84793321564,737.349356284791,4192.97715267849,214.416197231474,1137.79814694903,405.027684691835,2187.7527771249,915.721696597304,5021.2166668147,341.409731030348,1461.90723115018,302.756759979764,1991.03309930013,417.933786789976,3559.11656423967,657.395342693577,2383.56412912474,587.813981045085,3036.49095605821,690.151641845996,4280.51245849405,8962.6054775018,2842.62795871668,70561.5610857688,27870.2185979593,2048.85054248658,12681.6942379788 -6389,2360.59205034924,3891.64211373855,383.009216124831,1559.21520718557,983.418349023189,2775.32644776684,1077.38504777521,3270.54271116456,179.85237215496,1196.11837933508,1552.33294677433,6637.77580287473,868.360827805927,3872.12876837142,995.275200801821,4376.13221620365,780.665393918672,4968.79988872554,223.520493354447,1348.32389972385,422.294381876248,2592.55067693204,954.753618968131,5950.28780431057,377.941909999886,1732.40259199262,323.679109344782,2359.43213664583,441.357553738608,4217.65665406937,693.013850556393,2824.59282469486,612.773068174497,3598.33010655449,719.456074058914,5072.53177229138,9234.92636523843,2968.41268108482,75212.1560627887,29810.1382091773,2134.10744683565,13617.0687307809 -6390,2156.40510572816,4245.26826326996,346.393248613344,1700.89814048032,935.8532400746,3027.51510662418,1050.43206043773,3567.73073411873,164.859774532929,1304.80739145538,1423.22036821371,7240.9379205671,796.136434300636,4223.98177716045,912.749908987391,4773.78306389936,714.984702716435,5420.30532552793,221.557099681783,1470.8435392604,418.901616475829,2828.13084760395,947.054862617253,6490.97918942375,346.695381093203,1889.82273499135,294.121443765332,2573.82926700302,404.504809070329,4600.90712752858,635.339788213239,3081.25822593119,607.390497893014,3925.30354941854,713.136405189329,5533.46312892323,8520.59477900513,2787.41458027254,70533.3482163666,28114.1790003959,2049.82951221453,12985.7128034235 -6391,2025.92936062676,4381.53324727602,325.488971642349,1755.49371454893,873.195461968237,3124.6925455982,990.51379070893,3682.24806053337,153.112929323692,1346.68921076607,1321.38159482918,7473.35816558948,739.168757525695,4359.56350571376,847.360861384849,4927.01236120402,664.718186206628,5594.28674971292,209.511828617173,1518.05480105199,394.011391656929,2918.9084335695,890.97087394403,6699.32719491568,325.09254664471,1950.48242686192,274.718836538179,2656.44425907241,375.772337578123,4748.58743823365,589.927896587175,3180.16071614783,574.368838015274,4051.2982786582,674.365716644998,5711.07670196515,7859.38959241511,2584.3826222285,65950.739482297,26500.4609142701,1882.43996884819,12250.426846088 -6392,1872.81685526909,4406.4859199673,299.190319662432,1765.49118748788,805.13637276207,3142.48755614608,924.509151614855,3703.21832948653,139.407514836881,1354.35855690512,1202.65368645984,7515.91866888512,672.753453380083,4384.39106152486,771.249617009018,4955.07151763549,605.852116812678,5626.14600954931,196.409895894114,1526.70006800314,368.875081527873,2935.53151107415,834.174935026871,6737.47961994873,300.465340993256,1961.59035343485,251.144964557332,2671.57261263688,342.230276445325,4775.63047120979,536.974312252501,3198.27161591221,538.45037974222,4074.37027519844,632.193900817052,5743.60107633741,7106.16057569522,2362.62859358182,60805.8343003722,24597.3839603589,1722.12561007433,11417.6586281639 -6393,1761.81594526978,4474.19603481024,280.835873166211,1792.61974598783,753.069025235657,3190.77505715795,874.71448418801,3760.12202620364,129.191701345544,1375.16964653348,1114.07450350448,7631.40836418052,623.203070005613,4451.76166651126,714.399956555612,5031.21120527044,562.138698952502,5712.59743577617,186.455344588636,1550.1593593325,349.388525867869,2980.63892304595,790.178729857664,6841.00781159722,282.102995761607,1991.73217404161,234.127829193896,2712.62402904859,317.245522199005,4849.01286559981,497.476708874084,3247.41629544722,511.160349847351,4136.97709710982,600.152711690376,5831.85731851185,6533.33842448561,2192.81800792678,56954.0436571827,23203.0563897149,1593.5784298312,10799.883840071 -6394,1656.61899230134,4545.61005644131,264.181313653173,1821.23230214769,707.807046621403,3241.70400107969,834.061512536994,3820.13849254207,119.873457375648,1397.11915301908,1033.32103834658,7753.21562469277,578.030321467084,4522.81760627677,662.571555608791,5111.51591768094,522.327087825395,5803.77796378032,178.567896624036,1574.90193054701,334.70207696732,3028.21381937787,756.955416238679,6950.19924532848,264.938540883581,2023.52282502196,218.632507002024,2755.92105706887,294.44692264966,4926.40945416656,461.463614503846,3299.24930762724,489.537206408462,4203.00866336253,574.765006689401,5924.94139025417,6019.02703967589,2044.63305737618,53567.4183250539,21967.8701728067,1490.37755859968,10262.0824342698 -6395,1603.39539070423,4519.68267110562,254.96532645103,1810.84430337585,680.491941734269,3223.21387373999,809.545924344361,3798.34907340976,114.398480986604,1389.15022339459,985.737437665111,7708.99260366896,551.412491211271,4497.02022519372,632.046818011083,5082.36070172496,499.051291942136,5770.67420305265,173.574190764568,1565.91895824798,325.342123320593,3010.94140366271,735.787126989296,6910.5564929243,256.297663302463,2011.98099557146,209.683019434132,2740.20175287996,281.080108301334,4898.31005394227,440.258895656675,3280.43095166287,475.847148664117,4179.03541800467,558.691527435934,5891.14653398426,5699.36728649525,1953.60848328234,51606.211485843,21277.2559688314,1422.40029453148,9962.50550478176 -6396,1541.44114509398,4452.49240846909,243.916061060342,1783.9240275088,655.550824660553,3175.29710557951,791.835600920511,3741.88226137909,108.15798873861,1368.49891330413,931.524041769061,7594.38959381276,521.086014255224,4430.1668657877,597.23466596325,5006.80558531256,472.265855987389,5684.88651760921,171.122006457417,1542.63977833014,320.37893059403,2966.18030904236,724.595344675262,6807.82315089288,245.830304872008,1982.07059226452,199.418879681544,2699.46551344657,265.839435330065,4825.49106133829,416.09703268568,3231.66358606609,469.124577149211,4116.90926718036,550.798564835435,5803.56788927559,5342.43117405832,1861.98604044016,49673.1319913288,20627.2560364058,1365.44913431644,9710.05130806091 -6397,1492.09111349611,4362.42885675432,236.42162545215,1747.83939913276,644.320852580528,3111.06824029629,784.427671077068,3666.19269795226,105.402527029887,1340.817367477,907.963334762647,7440.77277941384,507.906370621237,4340.55490780593,582.137455031722,4905.52956900744,459.976591501893,5569.89450327195,170.027355957667,1511.43576837189,317.918812246258,2906.18138952695,719.068177907908,6670.11674374682,238.072381900959,1941.97792036031,193.865899089318,2644.86161307606,259.031002893919,4727.8826155776,405.552886045349,3166.29455815831,466.123633767044,4033.63378085176,547.27516105622,5686.17522719453,5228.32609881063,1825.23444986809,48606.3979378387,20242.1272117396,1339.44350446737,9539.59686317712 -6398,1487.47295875006,4285.88133634331,235.760936463218,1717.17006870387,642.073054966177,3056.47833924715,791.786701885424,3601.86203042912,103.696947247399,1317.29005088925,892.941193064424,7310.20957141468,499.503122189518,4264.39120948315,572.492116576756,4819.45226273135,453.266420108797,5472.15958834805,172.26800536103,1484.91461143652,321.511794206828,2855.18663716818,727.248363574125,6553.07623389523,237.130136653087,1907.90204213336,191.860043813073,2598.4522377122,254.908579666442,4644.92247963028,398.881532827093,3110.73560114686,472.26629025906,3962.85562622529,554.487246171521,5586.39993490743,5106.80333261617,1803.27987377722,48431.5538398337,20316.1039260377,1321.50204046697,9603.34056427402 -6399,1517.8200776143,4191.85394858565,240.227840072483,1679.49730008877,654.433031620603,2989.42266238082,818.148797031381,3522.84125238917,104.583398938943,1288.39019746729,900.242058982725,7149.83184370382,503.587159692999,4170.8352907963,577.08710253763,4713.71893249548,457.438547539949,5352.1065978179,178.440570537567,1452.33726479545,332.691173208843,2792.54707251739,752.566389085541,6409.30915503913,241.254861471395,1866.04482980271,194.523363224162,2541.44513533321,257.157308628468,4543.01813538423,402.181651556916,3042.48958133752,489.188146707074,3875.91505709777,574.355176141332,5463.84064041772,5112.35564439844,1824.04574348591,49406.1988406962,20876.0626032151,1333.02263494823,9888.80718643192 -6400,1583.3504421822,4185.09593293378,250.327969452746,1676.78965111519,668.994440901199,2984.60318026379,836.855632940067,3517.16180443734,107.782086493438,1286.3130828476,927.453198948289,7138.30504050394,518.808822078727,4164.11116096681,594.552689951822,4706.11957748096,472.131995433609,5343.47804811122,181.827218844543,1449.99583828401,337.417018782211,2788.04498893906,763.39959365062,6398.9762063919,251.90009181526,1863.03643296408,201.590877901189,2537.34787282989,265.090105545627,4535.69398047754,414.375857562159,3037.58454588936,498.472516308939,3869.66639124671,585.255942592718,5455.03195552073,5222.1972988447,1860.41014355794,50787.4680666133,21567.3749795589,1332.69547741156,10192.0613374423 -6401,1707.54055022828,4228.24326266447,270.04425965124,1694.07694801951,703.035314362182,3015.37371924252,866.47918372526,3553.42289439182,116.133460423799,1299.57466050601,999.268577339883,7211.89924389534,558.981686771771,4207.0421427595,640.517651742921,4754.63853532939,508.580027337734,5398.56801807731,186.651494208882,1464.94494567489,345.449717693963,2816.78906037004,781.656657007928,6464.94810781077,271.009608818229,1882.24388927131,217.4420132877,2563.5073174555,285.640222669183,4582.45589152315,446.467697655661,3068.90130996995,511.698086691145,3909.56171847612,600.784067829551,5511.27201936828,5609.42038375375,1970.31495196669,53791.5124667365,22768.5891221425,1385.03890041051,10694.6022606368 -6402,1795.68065131792,4360.34946683812,281.133990766337,1747.00627617739,711.746532042919,3109.58532237604,880.124877219272,3664.44517509807,117.615450365908,1340.1782551373,1010.93272372806,7437.22606990995,565.50650339332,4338.48594429904,648.017952409777,4903.19130538083,516.757985110577,5567.2395642816,189.178643338149,1510.71532927731,349.325915557733,2904.7961327183,790.500097398861,6666.93737419095,284.8768458244,1941.05225957874,222.913681410983,2643.60091662723,289.513170623917,4725.62902892699,451.806160164293,3164.78531613004,518.626171460623,4031.71111398773,608.918323278873,5683.46486197886,5548.11670305987,1976.27301327955,55015.4640355948,23447.5923538969,1371.0483556708,11034.2278102781 -6403,1825.17603993665,4213.88247704056,284.778882532659,1688.32319300363,700.552051904193,3005.13231805817,859.953688055347,3541.35406550772,117.546149847815,1295.16079121269,1009.82035475922,7187.40478306399,564.884254383777,4192.75336452,647.282098013979,4738.48990326558,517.220573194859,5380.23234693269,183.818344502815,1459.96941351916,337.789059466434,2807.22213119146,764.542052154003,6442.99058832135,289.25721574846,1875.85104493702,224.059810260162,2554.80063320288,289.450842895104,4566.89205978474,451.369414895735,3058.47810792702,503.931112791212,3896.28330135707,591.66487372722,5492.55356088127,5473.74920736232,1944.78112160833,54660.050053029,23346.6405391192,1320.8502282757,10953.7890227418 -6404,1713.12413970169,3911.65623774253,264.752480701904,1567.23401405256,626.009130317905,2789.59952993979,767.914806374867,3287.36261532544,106.036605847563,1202.26983439384,909.827686257771,6671.91287513026,508.949271766247,3892.0425382055,583.138759382383,4398.63799917987,468.110728924281,4994.35367147777,163.425579685217,1355.25812464431,298.409689588148,2605.88377109081,675.58602900428,5980.88923026246,270.757806686665,1741.31207526154,204.899378764559,2371.56633757738,261.34304572971,4239.34742131201,406.805207856076,2839.11927635768,448.025111161084,3616.83577147819,526.025708858295,5098.61903235735,4796.68919733309,1722.73603140287,49548.7114988453,21328.1427414701,1138.48366179551,10002.7608890163 -6405,1400.64131887431,3601.69726384507,215.64787618939,1443.04665776962,519.311626354739,2568.55213841748,652.874507548844,3026.87256171501,85.1951065088089,1107.00217753255,730.593443025381,6143.23163551752,408.687278262946,3583.637750518,468.278999127811,4050.09067346727,376.782082032469,4598.60193737711,140.069236368218,1247.86770172633,257.771500722999,2399.39398500227,583.398166601916,5506.96458654776,221.540360492834,1603.33080306395,165.682222728635,2183.64382500264,210.061449960904,3903.42225385326,326.713112569397,2614.14794856529,383.994569974871,3330.23832110254,450.84753250838,4694.60532882301,3816.05813217362,1409.61370826236,40930.37874645,17736.218095808,954.136629920852,8387.81180128544 -6406,1085.36006413067,3300.25079340193,175.551203262719,1322.26989897978,454.564127034683,2353.57544283354,543.394561891544,2773.53643061662,77.1117937384158,1014.35088711459,664.23546746047,5629.06973961613,371.567234709913,3283.70278316675,425.667984792074,3711.11561558358,336.786629696339,4213.71886102565,116.070057205144,1143.42657669301,218.81804368211,2198.57509463022,494.761549825068,5046.05548845828,172.023899127196,1469.13895512934,143.262244571032,2000.8822891124,189.510511049888,3576.72270781283,296.69172429894,2395.35508104096,318.201718372193,3051.51178911214,373.600229756942,4301.68718417405,3815.99662384078,1309.30582318193,34779.936338158,14342.7028781761,954.466290339587,6696.10955359956 -6407,890.05477725753,3074.44210988752,152.661454460217,1231.79797916802,407.851555053012,2192.53987142769,484.977879334211,2583.76642546158,70.7358409724511,944.947301514692,610.233584654996,5243.91936563403,341.359076238832,3059.02634221205,392.492512882654,3457.19487319634,312.622596932082,3925.40916328683,110.382936791415,1065.1914163547,215.691081491299,2048.14490650071,487.014743191684,4700.79592543735,145.967339532411,1368.61800865439,126.204703256747,1863.97857365082,173.648148401448,3331.99735313311,272.680675129661,2231.46087685478,302.610690575596,2842.72224463094,355.294824001268,4007.35854651683,3933.3775999174,1271.25912310539,31490.4697102411,12476.5111567662,1018.85000650811,5820.01905998158 -6408,898.546483339968,2961.63523372192,154.691716538485,1186.60106957257,426.893605426527,2112.09159335837,499.065662694947,2488.96333313452,74.267596783329,910.275465319708,641.291448138361,5051.51042073993,358.732560516377,2946.78509861751,412.54002179801,3330.3441015761,327.105262941724,3781.37875726354,117.529271303433,1026.10760475489,229.206993473732,1972.99474247785,517.57120945115,4528.31516799029,148.011948450915,1318.40092317935,130.307659488634,1795.58580754313,182.194658467835,3209.74030637,286.479369658493,2149.5845162643,322.202099217427,2738.41759202683,378.297071780738,3860.32126848377,4205.51386703126,1342.85529354684,32819.3382462149,13002.0656597663,1076.00171951278,6046.54519321495 -6409,906.197863285047,2892.10565821755,157.406365558265,1158.74353069641,450.778765191695,2062.50654309949,516.53417759832,2430.53055855502,78.7208297158602,888.905154089252,680.502043829234,4932.91736403573,380.666608494706,2877.60415605019,437.877366448509,3252.15843946975,345.536823877289,3692.60426646193,121.416799091416,1002.01793112862,237.99328643042,1926.67523447266,537.30774523643,4422.00503641319,150.409479975814,1287.44915184388,135.574717935057,1753.43128508249,192.960712024071,3134.38602963799,303.893719210189,2099.11925395757,332.859611173068,2674.12844170901,390.810042909974,3769.69346393444,4558.58616322071,1435.75455227561,34209.6128845542,13288.5584742024,1172.70006693406,6172.34817431049 -6410,1038.87775990318,2908.54582745451,180.740018821956,1165.33040614225,532.389789848804,2074.23085770901,602.936120178307,2444.34690499614,92.9795281090709,893.958133784966,804.300751602561,4960.95852362001,449.918471367767,2893.96189152504,517.672504062381,3270.6453280723,407.266119232186,3713.59486854912,137.383137091037,1007.71390019511,269.15942684486,1937.62741626083,607.681411621489,4447.14191582102,173.699487989132,1294.76765415383,157.971824559279,1763.39866196246,227.798658177289,3152.20344119583,359.106367054477,2111.05169345388,376.630729322957,2689.329519864,442.201656635923,3791.12227942134,5450.98364514835,1695.46187024645,39672.0231284183,15204.7211999509,1378.70409751982,7034.47492982029 -6411,1435.63805879455,2987.23771694386,246.43114369415,1196.85889390858,688.440647931667,2130.35001659916,801.987175910013,2510.47970397284,119.255057577993,918.14453442816,1029.94002703251,5095.17927277134,576.139014715135,2972.25920670042,662.694151000133,3359.13396671986,525.14698193066,3814.06768704337,170.210224191304,1034.97800933257,330.995199248546,1990.05071352253,747.500546851787,4567.46114781657,237.393366417166,1329.79811927262,208.127089972712,1811.10812946439,292.519464856684,3237.48758645531,460.072245305345,2168.1670550203,466.624960186451,2762.09042305485,547.863767762783,3893.6926335264,6764.60926361107,2130.27599805669,51215.7093685771,19923.5246827178,1663.15673751641,9202.69398350911 -6412,2050.15848010377,3268.21520294502,345.375333495407,1309.43460263143,909.434365027895,2330.72924606971,1098.07036206428,2746.61366541763,155.758140726403,1004.50456583981,1342.40920073459,5574.42826412821,750.931407612288,3251.82782452602,863.474836400669,3675.09175332537,690.433800808809,4172.81622053475,223.08011435789,1132.32731550907,428.425532898934,2177.23348887676,967.996401415559,4997.07334220011,335.648995383884,1454.87799836057,280.508323961763,1981.45969077695,382.641559625706,3542.003399791,600.026618006529,2372.10332862005,611.565785634852,3021.89071239099,718.038605176281,4259.93063367752,8457.53148910038,2723.24169441798,68251.4331696062,27301.4057078481,2020.62493573673,12622.7260767908 -6413,2274.25023733588,3881.89497468819,376.635871682217,1555.30994380582,971.777887688026,2768.3752708585,1194.89545516132,3262.35119877874,164.381769006449,1193.12254060599,1415.09047849264,6621.15060409108,791.588648477476,3862.43050310881,910.248520113379,4365.17160678288,731.276676244139,4956.35486371724,232.59084449292,1344.94684187746,446.788731620194,2586.05728642885,1009.47816104597,5935.38451132443,371.511094436186,1728.06355760512,299.98339823594,2353.52262275847,404.170695709602,4207.09296792548,632.734820319003,2817.51825354513,637.639096399161,3589.31760672212,748.651245931023,5059.82693688338,8713.13307165916,2856.31873738814,72891.9604298304,29252.7228319373,2104.21085537919,13603.5186244149 -6414,2077.38772090108,4260.99364281415,340.6452589871,1707.19863014701,896.896731111795,3038.72966862002,1098.00737780589,3580.94637007532,150.672697430409,1309.64067646595,1297.3318518952,7267.75989976733,725.715551674421,4239.62830701777,834.744172022619,4791.46617504475,669.67624475223,5440.38329309167,230.595417309001,1476.29185759286,443.317988384386,2838.60684775781,1001.60465858829,6515.02316145026,340.798622146693,1896.82304167069,272.545537366273,2583.36327983696,370.40997222852,4617.9498693157,580.046307076437,3092.67186390918,632.168707445296,3939.8437113854,742.228469270738,5553.96025713747,8035.29258425345,2661.41656144582,68144.3632450402,27536.4926943596,2019.59814548352,12912.3766582004 -6415,1951.9063473578,4412.46416046112,320.072052235733,1767.88641377482,833.329463791096,3146.75094123359,1025.44522608361,3708.24245305731,139.945754848076,1356.1960031866,1204.59100760524,7526.1154493017,673.837173078905,4390.33932611956,774.996543324103,4961.79401936012,622.670383598318,5633.77895210475,217.979385966661,1528.77132848922,416.803824477061,2939.51412072482,941.897651311113,6746.62029898909,319.553223051878,1964.25162572669,254.596116427886,2675.19711158346,344.118536141688,4782.10952685301,538.63235376098,3202.61068274046,597.582329624572,4079.89793733295,701.620647394777,5751.39336914365,7412.11037317002,2465.6289239434,63683.5344713352,25945.0451312183,1854.81219898999,12165.0405821777 -6416,1804.60825901674,4460.22513676536,294.197590042583,1787.02220231527,762.172183539729,3180.81170448835,942.954646530946,3748.38085951007,127.428388558601,1370.87561140926,1096.45094063997,7607.57891474081,613.344610407941,4437.86082088915,705.444247195138,5015.50099985158,567.594005336138,5694.75956820717,204.32726465318,1545.31891018945,390.167306916136,2971.33173083119,881.750891384361,6819.64642691124,295.333044895224,1985.51289198071,232.770436999883,2704.15372657434,313.422047662234,4833.87158349313,490.331031704965,3237.27607771425,560.155549919472,4124.05918184905,657.677913306419,5813.64705607021,6700.72216464235,2249.76829537053,58666.5337265075,24070.9667606066,1696.46948775481,11322.622632615 -6417,1697.86707638937,4551.26340112453,276.13423131787,1823.4973565242,708.216287072283,3245.73568656338,881.046525459007,3824.88957311604,118.09983447473,1398.85674072183,1015.78796306855,7762.8582468679,568.222479796231,4528.44260414287,653.501910459103,5117.87307568121,526.715218203098,5810.99608343571,193.936894680928,1576.86062549557,369.478119941318,3031.97998855712,835.069402232121,6958.84316142842,277.273397693221,2026.03946676249,217.025489891234,2759.34857756929,290.560545057117,4932.53639650198,454.312136443851,3303.35256182202,531.670739458407,4208.23591699527,624.233933848114,5932.31020004891,6160.03391377365,2084.92507144551,54910.5459739167,22696.4874064697,1569.63681278664,10696.0965957448 -6418,1596.67886120372,4618.84355134009,259.744104610927,1850.57384373457,657.751690805014,3293.93050323863,823.486001780689,3881.68404733725,109.589989062023,1419.62788498139,942.242340806858,7878.12626811576,527.081732534909,4595.68389616629,606.141784839105,5193.86661873856,489.484143081067,5897.28157245477,185.722007141892,1600.27488842609,353.917405301583,3077.00082014129,799.892209649115,7062.17263826327,260.393308657621,2056.12343234282,202.688528942192,2800.32119878105,269.697476679843,5005.77793873769,421.466279163852,3352.40291172875,509.149932679311,4270.72256967786,597.792283469783,6020.39704080296,5673.98376283087,1938.58215862726,51581.5779751965,21472.0038314262,1467.57519787164,10144.2688631201 -6419,1545.56388037447,4548.92408825669,250.670658834293,1822.56009351509,629.148473771505,3244.06740446499,792.671998899172,3822.92361056722,104.592860866915,1398.13773958183,898.9344303942,7758.8682000199,502.855684241194,4526.11502098157,578.266829641001,5115.24252998726,467.733361001203,5808.00927807754,180.512062936424,1576.05013178714,343.978124516729,3030.42157517228,777.429317672296,6955.26637188274,251.890917134053,2024.99809873396,194.412385757301,2757.93029454204,257.471600231833,4930.00111237394,402.140958931903,3301.65466511207,494.867065601257,4206.07291750175,581.022787537308,5929.26104020826,5372.0593155714,1850.12101237511,49667.1345524098,20791.1935931991,1400.42799917726,9839.88689532405 -6420,1486.04869134295,4492.97551691504,239.794650718788,1800.14388444277,596.471729015593,3204.16765386585,756.277165580893,3775.90433519358,98.8965384225747,1380.94162736919,849.587586622273,7663.4395706128,475.251511955576,4470.44698514741,546.472429429471,5052.32863956695,442.692187518179,5736.57484322153,177.961698740809,1556.66582210742,338.735531373961,2993.14951821896,765.614194584663,6869.72148055073,241.59330471505,2000.09204438009,184.919095839559,2724.0096889558,243.530757042965,4869.36556128568,380.118109672782,3261.04663165348,487.875337596117,4154.34117475833,572.813808646556,5856.3352938394,5034.00718107746,1756.61639726307,47731.1986320493,20137.863710448,1343.78137820822,9569.44815480744 -6421,1438.39419864522,4410.77465812394,232.432172295936,1767.20950216278,580.491172609823,3145.54607182811,734.038987807482,3706.82259239364,96.3734285233166,1355.67672501601,828.063340482322,7523.23375118947,463.211045872043,4388.65829523007,532.63644563234,4959.89418237846,431.145201012963,5631.62181669002,176.804590397739,1528.18597240732,336.091879235091,2938.38860088,759.677906712449,6744.03706423665,233.973219707472,1963.49952721851,179.760612599319,2674.17279691301,237.286021459531,4780.27848983414,370.467428080664,3201.38442502214,484.703168373722,4078.3357723272,569.08936882776,5749.19119997335,4926.36776156097,1717.55534474931,46655.3540952178,19746.8329386465,1318.13970147056,9384.47589004172 -6422,1434.09338437634,4343.64936834638,231.770684100695,1740.31525815241,572.678497226526,3097.67563909329,727.964275264287,3650.41038366515,94.8208873491192,1335.04538470398,814.432408417122,7408.7415622306,455.586027362645,4321.86958289823,523.853711902137,4884.41212762307,424.918127961474,5545.91708777881,179.10700452619,1504.92930341315,339.827342375326,2893.67079015488,768.177931608035,6641.40306515585,233.039145899819,1933.61804721593,177.921964687187,2633.47594934736,233.524424084805,4707.52991306054,364.408444463698,3152.66421737717,491.015150548268,4016.26969737516,576.500259009924,5661.69724365119,4811.18988426731,1692.69826493045,46439.4061465533,19807.0342162648,1300.24718501801,9431.76918039549 -6423,1463.50332537187,4243.57876093278,236.151790705036,1700.22122886828,577.577612389869,3026.3102372187,737.876431305167,3566.31087345506,95.6384497093637,1304.28811328479,821.161210436033,7238.05622245487,459.35005756211,4222.30074627097,528.098726448823,4771.88322691769,428.879781741105,5418.14819011321,185.491772955723,1470.2581831785,351.563171604885,2827.00532775914,794.740193981864,6488.39595467131,237.086044880414,1889.07063648317,180.411333480855,2572.80495233256,235.599378356574,4599.07609050971,367.458849660518,3080.03196821288,508.518754273518,3923.74138441279,597.051217712413,5531.26095975293,4815.89532314862,1707.66972363506,47319.5210375926,20338.0087908573,1311.40072525672,9694.27185078163 -6424,1526.83267582305,4247.41263234828,246.069914647086,1701.75729781777,596.822694449559,3029.04436446519,767.015919431739,3569.53286557228,98.5703407887441,1305.46647551083,846.04985758544,7244.59546171928,473.272538745375,4226.11539401306,544.124413648045,4776.19439627084,442.713092228677,5423.04322909829,188.939492869554,1471.58649146249,356.390445746486,2829.55939250688,805.80395590082,6494.25791156771,247.538959174409,1890.77732188318,186.986865844903,2575.12935914108,242.881591075893,4603.23113684076,378.634733851047,3082.81463048616,517.970549400216,3927.28629798292,608.148558257945,5536.2581907412,4920.73920225433,1746.6891605597,48692.9505324079,21024.5766217601,1311.54859573446,10001.2369238754 -6425,1646.61188214328,4258.32942783256,265.449475329072,1706.13119270207,642.265179476987,3036.82968242272,825.27904466851,3578.70735923251,106.208946994124,1308.82181480991,911.571882797691,7263.21568392692,509.924959330186,4236.97745085633,586.194520240913,4788.47027853858,476.895063784332,5436.98165678567,193.910344948356,1475.36879616309,364.777885393836,2836.83198970249,824.85612559105,6510.9495993267,266.317803688773,1895.63704028494,201.69371433085,2581.74801454207,261.71219063825,4615.06246504867,407.963611844763,3090.73814999087,531.597954360077,3937.38029756204,624.148476957441,5550.48760606953,5287.85176482165,1861.11388684945,51692.3937527073,22225.3133689392,1363.85043637201,10525.8382383281 -6426,1732.08375789458,4390.76053411997,276.318709011367,1759.19069529579,657.201359632387,3131.27298965515,857.043220838377,3690.00268823276,107.587150588388,1349.52526995724,922.441044591076,7489.09667893394,516.005068853129,4368.744525396,593.201071333701,4937.38839940224,484.731760197329,5606.06803393779,196.499085523151,1521.25174748686,368.786301284412,2925.05550672123,833.997084742478,6713.43563828476,279.918054683486,1954.5900439496,206.822522508932,2662.03859598145,265.30932602677,4758.5877225915,412.957879634031,3186.85797335933,538.694889772661,4059.83010740349,632.480979730447,5723.10393990739,5229.85976972377,1872.36907512082,52931.9969805104,22910.4445762997,1350.01526238643,10879.0090026781 -6427,1760.75385699741,4241.82427313033,279.886098353095,1699.51828034875,659.263946664222,3025.05902339735,865.600250484226,3564.83639889486,107.534620052225,1303.74886146114,921.534802851368,7235.06368194339,515.498125527008,4220.55505576421,592.594057615732,4769.9103141033,485.246885850253,5415.90808207069,190.872938558911,1469.65031180527,356.47632111103,2825.83651562097,806.31518202478,6485.71335769332,284.210438022831,1888.28960905882,207.910937297547,2571.74123815138,265.275291439694,4597.17462399809,412.613938328862,3078.75854339297,523.27101840615,3922.11913187861,614.371832125122,5528.97408576455,5161.22938927929,1852.11907275299,52691.4832990945,22839.7292274048,1301.12610479347,10826.4826783354 -6428,1653.12188018728,3932.06024302238,260.172406356884,1575.40902973746,600.502305157542,2804.15065613242,800.54101568355,3304.51017637969,97.0288140313949,1208.5411216844,830.519204118822,6706.71494802648,464.584833489449,3912.34423438542,534.014015327076,4421.58220171317,439.342927790123,5020.40524975784,169.628761535956,1362.32743039362,314.763817584253,2619.47659801435,712.148650296287,6012.08678138033,266.008841045406,1750.39511799793,190.185485749028,2383.93691646582,239.564952145782,4261.46073135521,371.995478224804,2853.92870775556,465.030902075718,3635.7019324321,545.992186177799,5125.2144802529,4523.59047042507,1649.79001049746,47858.2889845818,20893.5213048886,1121.78223810761,9911.68192501944 -6429,1351.74714501385,3618.46234149893,211.906050760434,1449.76371017669,484.537146866259,2580.50816162099,651.246553037772,3040.96196174729,77.9663636162883,1112.15501968162,666.994507838982,6171.82697484516,373.110616619067,3600.31876526453,428.884032032221,4068.9429199699,353.690554856266,4620.00737845991,145.432764733497,1253.67624069799,271.995981345166,2410.56261565998,615.194222319053,5532.59824817094,217.645315116287,1610.79394153704,153.804574869771,2193.80818797174,192.574909667881,3921.59179238127,298.800383457048,2626.31620984486,398.698482279776,3345.73981941547,468.11137710212,4716.45764375298,3596.38847996592,1340.03986503525,39427.0146599937,17348.9316169931,939.24334254828,8283.1911853289 -6430,1046.31670194283,3316.30108136301,172.582522896197,1328.7005656077,418.888107893386,2365.02171342338,530.985116375946,2787.02512016438,70.5066802345166,1019.28403457852,605.78846606183,5656.44589855972,338.872517624407,3299.67259229575,389.46852145294,3729.16408462905,315.708554173536,4234.211667585,120.717238592411,1148.98746493065,231.354137187407,2209.26754365362,522.770156972276,5070.59624270013,169.06527158526,1476.28389797182,132.860953397418,2010.61328803548,173.602691916021,3594.11757657011,271.026752428206,2407.00454080221,330.941792243288,3066.35237123694,388.558334162255,4322.60781183136,3596.71247824411,1239.2661710992,33456.9593186181,14007.9204476751,939.678650890526,6609.36269313504 -6431,747.551137495232,3099.39477627565,117.853781845025,1241.79544958157,343.879366614861,2210.33487748049,427.337495445135,2604.73668911757,55.1687674060016,952.616645716435,480.560119267805,5286.47985817871,268.820927781655,3083.85389175161,318.098879542072,3485.25402253996,291.586725705095,3957.26841507544,104.361694079634,1073.83668112203,192.971562566452,2064.7679798063,436.657172065846,4738.94834083294,114.875138222565,1379.72593242141,95.3920518795034,1879.1069233938,134.464317654009,3359.04037927808,243.00204573224,2249.57177204427,286.103679002074,2865.7942353431,335.913962866964,4039.8829126733,3303.83953395411,1056.54018449994,26922.7480134934,10912.9780266092,893.050618196396,5182.7303423032 -6432,739.182363837652,2973.78666480224,116.237831742165,1191.46963034351,345.599941889139,2120.75739228586,426.062330434334,2499.17541666852,55.4073742332366,914.010276904534,482.811915404793,5072.23649801986,270.080561909519,2958.87560038715,319.646053348648,3344.00832543569,292.358228423218,3796.89355221001,110.863619024915,1030.3176694172,192.740434461108,1981.08983446016,437.247111831209,4546.89460311019,113.848329607009,1323.81025170564,94.9774791938671,1802.95300014697,135.009560372294,3222.9096993035,244.141102755788,2158.40414665067,303.928462931135,2749.65317305307,356.842018835146,3876.15996033473,3341.41039557334,1068.85918790358,27147.5873261449,11049.4260974125,911.265693474236,5271.01711618375 -6433,740.663746381687,2910.30030895382,117.65496069408,1166.03335213638,361.592530147931,2075.48206703525,437.363277237529,2445.82137425916,58.1702081697664,894.497383671308,507.380217607564,4963.95105338053,283.823845064666,2895.70757576024,336.048476422826,3272.61823379884,306.01872126065,3715.83496854385,113.159057550753,1008.32176938451,199.056166125752,1938.79622419993,451.35025817627,4449.82450316154,114.948936157472,1295.54867877228,98.2007225604823,1764.46237232215,141.638313825911,3154.10490087626,256.565584403392,2112.3251136989,310.221321752151,2690.9517665701,364.230456312438,3793.40914519393,3592.9260565058,1130.98113791108,28051.6664634631,11210.7219428047,979.393993922851,5341.16639837951 -6434,841.176160969195,2928.30002850686,135.262835427936,1173.24507295549,420.596066561603,2088.31857570382,504.053105474782,2460.9483694624,67.5751863847614,900.029700043431,589.703093407413,4994.65225853142,329.874507537215,2913.61704170469,390.714499774448,3292.85882898118,354.949975666065,3738.81678493353,127.249699357703,1014.55807050172,229.974235327525,1950.7873538434,520.870110775562,4477.34592178311,131.460841979774,1303.56143017579,113.22149340065,1775.3752763156,164.477794133555,3173.61251096104,298.194244973472,2125.38949043502,348.85028898023,2707.59485215821,409.58467723089,3816.87074486232,4239.87911726063,1317.97394425741,32252.6323409613,12762.5285165478,1138.4624446545,6067.60732269215 -6435,1162.48123386394,3020.44296383468,199.649568717228,1210.16282176149,540.141318076188,2154.03035441219,668.267515658074,2538.38545044624,85.9046218974809,928.350356272943,748.397291076258,5151.81577168326,418.646587742086,3005.2979569218,495.573146596084,3396.47310182505,453.799641694466,3856.46373021336,158.01768431082,1046.48251737072,301.452163766372,2012.1715259684,681.286011499773,4618.23168884758,179.432017644396,1344.57976005566,152.766689104896,1831.23986931345,209.355535842618,3273.47453654116,378.437959624979,2192.26775579618,433.199568360938,2792.79299952276,508.619058055966,3936.97376394326,5211.24128562936,1648.17768106815,41798.8222071885,16909.3723206846,1367.73634553265,8013.99913160989 -6436,1696.35895678597,3276.66272093407,276.576862987905,1312.81916321705,741.768871599762,2336.75359759223,944.110025805398,2753.71297403313,116.986589384036,1007.10095863009,1017.64133878626,5588.83676544032,569.259241191915,3260.23298524501,673.533112479683,3684.59094532156,620.998097734885,4183.60190565616,213.770972930463,1135.2540981024,421.89406089059,2182.8610922999,952.246776790687,5009.98952559978,259.635293581288,1458.63849370738,210.399256250152,1986.58126795074,285.427241594792,3551.15859171657,514.581529691511,2378.23462178653,586.04512276879,3029.7015432478,688.074827610637,4270.9414877448,6825.97851382986,2206.33512326301,57862.8424157801,23949.2019229895,1761.56042202065,11337.1743187899 -6437,1897.17574365818,3876.76148221138,304.387718591447,1553.2531720622,805.348031518877,2764.71431822619,1040.13239108662,3258.0370028912,125.571843980252,1191.54473244115,1091.37231140728,6612.39466735514,610.503671746046,3857.32275082308,722.311790238208,4359.39902000516,668.368007088325,4949.80048484527,223.941438399342,1343.16825834043,461.84122242392,2582.63743460106,1040.71928016803,5927.53544484155,289.921884772866,1725.77833316442,227.467259065729,2350.41027923637,306.572894865396,4201.52942737611,551.8621869037,2813.79231328859,613.927073262901,3584.57102417645,720.810989954321,5053.1357245544,7220.61694541857,2360.06761917037,62825.074630367,26126.5384782285,1860.81331035843,12380.6528879704 -6438,1740.80322412081,4275.02952002115,270.761600618213,1712.82220820165,751.247232782405,3048.73936121038,963.135943993855,3592.74214536826,116.466777930701,1313.95468330592,1012.5881616071,7291.70018085532,566.432540175576,4253.5938059856,670.439403400439,4807.24944920848,619.020527937223,5458.30412524068,222.152245198797,1481.15481984342,427.889753002045,2847.95732806685,966.67686983002,6536.48389872433,267.370397980782,1903.07124984185,206.71050013947,2591.87297800045,284.270334690436,4633.16157408393,512.025093833833,3102.85924416885,609.022067056976,3952.82170834652,715.052028453838,5572.2552161814,6699.86051638011,2212.01201121473,58714.9953086769,24467.9378354637,1788.39962367108,11678.826976608 -6439,1634.20345160562,4438.1966020073,247.150057281503,1778.196306875,696.301964422613,3165.10204431591,897.986797996339,3729.86804109435,107.866270941924,1364.10501572655,937.503107355366,7570.00596462969,524.430648763445,4415.94274089391,620.630073445396,4990.73002199363,573.970918546426,5666.6338110446,210.374873810049,1537.68675928191,398.266834088519,2956.65666795806,900.358553399484,6785.96498399155,250.415163683669,1975.70667404049,190.888432367396,2690.79822488319,263.343365189593,4809.99765226144,474.056877607838,3221.28754654986,576.734844115544,4103.69093176167,677.143641375226,5784.93412739087,6147.33455066397,2043.51957190325,54720.8080858832,22983.244151526,1641.35573522914,10982.7860129026 -6440,1511.06128500732,4478.28982917738,236.162769353668,1794.25995499106,636.760022523833,3193.69454858259,825.758887031403,3763.56245801549,98.1766329540461,1376.42789755982,852.995587186562,7638.39094078903,477.157916246819,4455.83493390777,564.687188980452,5035.81465669093,522.955758416661,5717.82434112907,197.332386438412,1551.57772223033,365.330141983854,2983.36614436989,826.630320225742,6847.26718848342,231.442348205585,1993.55456668858,176.976936841063,2715.10602243553,239.748280979505,4853.44960940828,431.324208551351,3250.38761240218,540.979353048908,4140.76234330943,635.163165135489,5837.1933441251,5559.32097825652,1863.57073099157,50349.9912505853,21284.6346951986,1496.47914722252,10197.826759905 -6441,1415.83781712691,4545.54507727918,215.333409331874,1821.2062677656,585.817329786316,3241.65766115893,766.093585336986,3820.08388394271,89.9357637795133,1397.09918130334,780.979858803702,7753.10479304449,436.872977604286,4522.75295293105,516.934149801197,5111.44284893607,479.90471305223,5803.69499920031,187.244148663688,1574.87941743951,337.846199167664,3028.17053128359,765.241494466145,6950.09989274039,216.243272699958,2023.49389891169,162.105611650192,2755.88166137964,219.711145414278,4926.339031505,394.907892686817,3299.20214510055,513.322826701284,4202.94858166218,602.691672993308,5924.85669365187,5010.83673534876,1705.00207201384,46690.0610698006,19930.1045844435,1367.25293426632,9578.09236581817 -6442,1352.8926163657,4582.58420188866,208.979434413691,1836.04626709341,564.106120007204,3268.07213071354,735.126527772143,3851.21162783051,86.9836832241974,1408.48336731147,755.540570352788,7816.28054197177,422.642472721985,4559.60635716607,500.093292495644,5153.09316048226,463.904416923453,5850.98608940316,178.832165342632,1587.71223594548,324.83181279199,3052.84541267627,735.561776608091,7006.73240030527,206.763446247482,2039.98222790065,157.134703539443,2778.33781185871,212.458243896186,4966.48103475308,382.044797920081,3326.0855127246,490.261689211297,4237.1960775283,575.615621019767,5973.13506327279,4884.00089521263,1647.92923092195,44870.1804849374,19096.642622491,1317.91327109932,9158.55917913641 -6443,1298.94474955624,4505.58181473649,200.580809880028,1805.19469093912,529.360690191705,3213.15784122887,697.983465212609,3786.49868951747,81.2040082473587,1384.81624483887,704.862786509634,7684.94149093268,394.293784754719,4482.99007288017,466.488979626399,5066.50435881636,434.02971912968,5752.67040632363,173.491333579543,1561.03348288992,307.198924653387,3001.54763525939,696.366537905557,6888.99640306215,198.145677432991,2005.70386129004,148.512282124318,2731.65265902725,198.440971793706,4883.02792651247,356.418081376798,3270.1964088765,475.619998791967,4165.9973393432,558.424831062142,5872.76687833802,4477.46681436291,1537.39005668092,42552.7513171351,18302.1831965942,1228.4767085104,8806.67527435663 -6444,1246.43354272748,4407.78553472546,180.896665692111,1766.01188775661,499.253765356905,3143.41437703681,663.536086058738,3704.31052795967,76.3055101114909,1354.75800090661,661.999137377904,7518.1353556057,370.316252151191,4385.68415979695,438.045666493716,4956.53292797221,408.329170169785,5627.80534138841,171.048282039928,1527.15034107236,291.182579804208,2936.39729395514,661.169058382515,6739.46671989774,189.582825611024,1962.16888966964,137.580445513158,2672.36054552897,186.542410389384,4777.03895859693,334.743015878793,3199.21488932057,468.922464417505,4075.57193834591,550.561264536152,5745.29504946234,4137.47725886788,1446.65016024342,40562.3598030985,17604.9168062294,1165.08040872453,8511.27650029049 -6445,1202.93098028171,4311.0289528241,176.32602973177,1727.24564731448,482.618085033826,3074.41237405242,640.907866888605,3622.99613047755,73.7897729851722,1325.01931411285,640.205487959176,7353.10258040615,358.125084341809,4289.41273160294,423.630222731135,4847.7306324853,394.798499242681,5504.26774997225,169.779202842864,1493.62741989402,281.331525126621,2871.93958315474,639.559628073437,6591.52672632999,183.001518919888,1919.09674984298,133.479595537772,2613.69878216585,180.385542698265,4672.1767874223,323.723028174709,3128.98799306622,465.443331288945,3986.10787369467,546.47641878851,5619.17840730239,4002.02257590443,1402.44176896205,39369.2892837728,17139.162054883,1133.77965862368,8299.3731288464 -6446,1200.65280848239,4209.65871804604,166.102219026519,1686.63091271082,477.148798404757,3002.12014229691,636.658225207464,3537.80441119997,72.7671300444556,1293.86259481755,631.144846894969,7180.20053240793,353.056644744932,4188.5507841605,417.609434883471,4733.74030726749,389.932806619471,5374.83950437198,171.278122747861,1458.50602222249,278.981930939011,2804.40832947989,634.708086720118,6436.53249662152,182.478674140919,1873.97079726362,129.515283214873,2552.23984461599,177.925014977978,4562.31446382196,319.141030299298,3055.41246134378,469.552564117437,3892.37788592867,551.301063786353,5487.04813384763,3895.910884886,1380.524630748,39072.5458129442,17129.6043388727,1113.26619606755,8310.27370887384 -6447,1229.11544493786,4134.15089574469,171.671699343937,1656.37814502232,484.614941197072,2948.27170245543,648.609917297931,3474.34750775251,73.9875095869345,1270.6548353683,641.599330854374,7051.41068453619,358.904787286864,4113.42157072694,424.443646040329,4648.83213634864,396.551758320605,5278.43206296715,177.069719980633,1432.34508592632,284.023022330477,2754.10620762497,646.629890704247,6321.08167636659,186.282731794264,1840.3577508304,132.531592694967,2506.46081938728,180.936333806952,4480.48112461554,324.427078213813,3000.60812763391,485.430011203817,3822.56106764825,569.942754063106,5388.62802827626,3956.10723068671,1403.23616389192,39910.1578417445,17572.5155473747,1126.17570867887,8529.28528737183 -6448,1282.61372835807,4136.49020861253,182.58059407448,1657.31540803142,500.888144264382,2949.93998455383,674.425254475051,3476.31347030133,76.2646398860182,1271.3738365083,661.141184136114,7055.40073138419,369.836320968382,4115.74915388824,437.376732423536,4651.4626820426,409.372636910421,5281.41886832532,182.5234904906,1433.15557963475,294.808167712984,2755.66462100981,670.97093274939,6324.65846591226,194.534962603475,1841.39911885892,138.289331770767,2507.87910241453,186.547958779786,4483.01640874358,334.308008894349,3002.30602434386,500.381318971435,3824.72406714177,587.497065352574,5391.67718811692,4065.66193348399,1443.66549391592,41315.3467581237,18268.386927214,1143.50583363509,8862.28285318988 -6449,1389.76717040259,4144.2229369088,199.759769295716,1660.4135828379,545.18547200452,2955.45458346268,731.474074219836,3482.81206843232,83.2664219787276,1273.75053461343,721.965083602066,7068.59005231225,403.86065305538,4123.44310898969,477.566990622363,4660.15809658162,446.518541743101,5291.29191892328,186.976659992511,1435.83471149406,320.143556148298,2760.81604279864,726.746776303962,6336.48174193062,210.414189661761,1844.84141857512,151.0309136493,2512.56731554229,203.648519569427,4491.39693089842,365.064088178285,3007.91851599202,512.589516518939,3831.87398181046,601.830694447973,5401.75635491155,4463.02557941559,1562.26768604822,44417.7213889342,19529.0283603389,1210.88027060505,9416.8050916729 -6450,1457.01266263993,4248.97217636122,208.566451049052,1702.38214066564,552.860987955191,3030.15655402915,755.004145588813,3570.84350903722,83.4232883550173,1305.94581024993,722.500973255473,7247.25549653493,404.160424817625,4227.66711821111,477.873520929382,4777.94809576276,449.060579100513,5425.034435353,188.952103687908,1472.12682132938,328.218047759866,2830.59833616312,744.61617444158,6496.64244114398,220.257828284889,1891.47156817084,153.995759213644,2576.07488243308,204.204859068516,4604.92132853651,365.333131232946,3083.94656315109,518.005121486824,3928.72829958796,608.189149300527,5538.2909667069,4352.04818520096,1556.36739846746,45282.4845810472,20142.6957492482,1181.70174557081,9728.00632777496 -6451,1485.12164869399,4073.65366329476,215.087814822217,1632.13948122135,558.149816978687,2905.12807199613,765.986018004636,3423.50552977713,83.9908803273922,1252.06066624447,727.178630329993,6948.22363548062,406.77706332798,4053.22768153316,480.934774692109,4580.80329911803,452.589282784359,5201.1899546026,184.191818515915,1411.38481722858,332.405735058704,2713.8039042896,752.912298390267,6228.58192075685,224.298709016084,1813.42681544591,156.680219861675,2469.7824429465,205.644097015218,4414.91585742551,367.697833379622,2956.69863038371,504.954977822359,3766.62349514658,592.86699234818,5309.77336364648,4337.90167302874,1554.71186491953,45501.5803602609,20276.6844367677,1156.45628235194,9764.59894922412 -6452,1393.75371147056,3781.82436727459,203.499137296581,1515.21591452169,507.437842736006,2697.00986898391,707.621752126352,3178.25168856865,75.5761648106173,1162.3652691868,653.581298999616,6450.46526431536,365.607390487399,3762.86166648155,432.157635263796,4252.64270607751,408.609108093011,4828.58596605164,164.075775554083,1310.27572164282,305.21309694508,2519.3918240331,690.472092301614,5782.37740083988,209.774066693865,1683.51614687237,144.006139056714,2292.85162574366,185.197335862477,4098.63914537465,330.481600620482,2744.88600438084,449.807598804612,3496.78929375975,528.118525316256,4929.39065298513,3786.55203411584,1384.79810850515,41465.6839219626,18673.893160348,999.022506157362,8988.34228961515 -6453,1138.57770910179,3513.77808751178,167.592815030759,1407.82118925643,408.258297230228,2505.85253547037,574.601451161915,2952.98513503892,60.5039047388335,1079.97971769818,522.940010771536,5993.27237302173,292.527850800312,3496.15941566038,345.767378002924,3951.22599662148,327.775514299665,4486.34783465798,140.580475846372,1217.406646154,247.131124480305,2340.82361458884,560.373335304496,5372.53691118312,171.428587516905,1564.19272085749,116.70647636275,2130.34002059167,148.325325378748,3808.13782423593,264.422492714339,2550.33532978737,385.396113873146,3248.9455891664,452.493083403229,4580.00773677571,2979.47172049961,1115.91526432416,33882.3375876766,15379.4731772678,822.050368465719,7446.37606792831 -6454,879.036212958023,3224.4830418458,135.587573305351,1291.91298871213,351.851411168189,2299.54163431883,467.081042339836,2709.86108217735,54.6558662462348,991.06323692774,474.273468742217,5499.83654364932,265.304233076521,3208.31494380723,313.655616804113,3625.91515550953,292.521428527583,4116.97954520522,114.892770895689,1117.17558359917,205.746596001228,2148.09981200004,466.172904548858,4930.20723857608,132.897209719996,1435.41019864326,100.840805902426,1954.94567348379,133.595290182401,3494.6076642978,239.818869179117,2340.36208807453,314.974232010034,2981.45463237415,369.810842155239,4202.92827576191,2973.91592861134,1024.2418101238,28538.060869163,12288.3782128766,816.081093057988,5889.76710091554 -6455,633.820469378936,2994.51557849899,112.723919387561,1199.77482298965,265.222066119095,2135.54022707248,333.159135856294,2516.59603131393,46.7123776362021,920.381426648445,394.544909066236,5107.59275065945,220.704807274297,2979.50057583875,254.837740968421,3367.31788586907,206.542878683268,3823.3599694857,76.1803815605029,1037.49954507169,139.44340313955,1994.89911025325,315.662230426707,4578.58893644341,115.922568279135,1333.03793060516,88.2239735630845,1815.52056512455,116.441603329794,3245.37513631686,182.687148238315,2173.44939983181,208.845665303309,2768.8197541649,245.205427991416,3903.17890767335,2478.15830131511,828.306686685008,21238.8604302992,8595.485597267,650.910460808092,4021.66967004387 -6456,629.536608947431,2855.06653360808,109.365413068097,1143.90353136861,269.328335334998,2036.09207354488,334.569056550155,2399.40281466722,46.5270899039331,877.520968081122,401.061574439044,4869.74161510844,224.350170177548,2840.75075181517,259.082104102752,3210.50812792355,209.341267780727,3645.31317625908,76.7798047657029,989.185112622648,140.363697075498,1902.00035307998,317.761759179555,4365.37252884831,115.511583904122,1270.96082285493,85.2464548390058,1730.97513460342,114.286538922024,3094.24402638991,185.658625248182,2072.23588633351,210.488961589359,2639.88094584289,247.13482005494,3721.41509431352,2513.87339478233,842.416041206376,21306.8653919251,8580.05297716225,667.801636647875,4020.76360193218 -6457,628.49239213932,2767.99210529181,111.813706867609,1109.01651739874,280.354481518788,1973.99490305297,341.655289640765,2326.22531567438,49.3385852363153,850.758146363394,419.260471221093,4721.22319629328,234.530466297432,2754.11292926652,270.908509749332,3112.59336602468,217.896225078799,3534.13763722342,78.6552378179347,959.016733999354,144.05836237224,1843.99274048943,326.101463949133,4232.23646604117,116.247031263217,1232.1987884996,90.1752227264659,1678.18348561694,122.45715972544,2999.87511186642,193.993786089146,2009.03639412731,215.630391121503,2559.36929349558,253.171365879753,3607.91858274348,2715.24299183546,889.380640902857,21991.4857965638,8699.46279351086,716.023392050297,4064.88222162474 -6458,720.736975158581,2735.4366626285,128.10714119951,1095.97293841749,332.753636605779,1950.77797343776,399.693138633403,2298.86566578896,58.9420641297401,840.752045550703,498.434910011977,4665.69503536616,278.81992195344,2721.72072504541,322.16245588512,3075.98493254392,258.163380518423,3492.57125594909,92.2907068694979,947.737361403894,169.151088354636,1822.30481738452,382.892342043799,4182.45947016593,134.478097410305,1217.706414431,106.213090473279,1658.44571030318,146.802343077362,2964.59240205856,230.546172024056,1985.40732776817,253.011519273699,2529.26754568735,297.060500538351,3565.48443478118,3297.94894117877,1065.0392589619,25859.0467466885,10099.623481594,867.052670218665,4712.64855654551 -6459,980.786928697169,2755.8406742115,182.497509453682,1104.1479566278,412.451678087617,1965.32910412548,517.044171452181,2316.01323214038,72.9539436685958,847.023334778568,607.113831974959,4700.49711901335,339.613915173085,2742.02242749688,392.264538136895,3098.92914216508,317.81916272868,3518.62284227695,119.288759801803,954.806669337037,215.972546448952,1835.89764850712,489.121740262181,4213.65703092126,180.055527792223,1226.78945997331,141.384954574914,1670.8162930131,183.75602283204,2986.70571893293,281.112794258889,2000.21676374094,327.025671093919,2548.13371246934,383.960421339393,3592.07989089252,3830.90899654652,1281.72043905443,33037.7213866716,13401.6456514711,1002.74802200264,6289.74196403914 -6460,1417.49511629873,2802.69191703345,263.663147119361,1122.91925371744,551.469492387952,1998.74109050919,718.283811082653,2355.38709701336,98.9159631975023,861.423331231529,799.53387502838,4780.40889837257,447.251924286739,2788.63875034023,516.428168435067,3151.61313187691,422.59255529475,3578.44192206811,165.302268549845,971.039058796898,296.796500479673,1867.10920849727,672.397388359891,4285.29218406036,257.293514489975,1247.64574946002,201.695750427105,1699.22135306877,254.100328227855,3037.48183098646,370.5760939898,2034.22186504142,453.169983455919,2591.45378986818,532.066296826372,3653.14779252374,4911.95615551167,1675.17561249792,45408.4341257129,18946.4152567544,1260.85092853464,8907.60736241471 -6461,1600.1639626356,2980.60966591938,283.510248325769,1194.20331622458,610.082580317908,2125.62321881875,803.184583923537,2504.9094785169,107.316027060567,916.107365177277,874.966364902672,5083.87414361899,489.448168002891,2965.66438983391,565.212280955767,3351.68075628295,463.845402187026,3805.60507454449,185.526790369041,1032.68161121997,330.45285767816,1985.63521033183,748.894884465622,4557.32691398297,290.22522369201,1326.84757746043,216.012604322362,1807.08966216101,274.100154479453,3230.30428370293,405.666871365028,2163.35634920042,508.614753201743,2755.96192643257,597.163929931017,3885.0533500498,5278.42112656046,1827.53835650897,50209.5386438733,21212.6208197905,1355.80808310476,10004.9504817778 -6462,1471.27491986745,3172.88819412606,256.627800370105,1271.24113122219,572.475989187867,2262.74674381757,746.484006190505,2666.50068360737,98.8415677927956,975.205266479042,817.053073994396,5411.83383894581,457.052003675789,3156.97880129555,527.98782893749,3567.89700566492,432.090878029878,4051.10389011771,173.585854718147,1099.29969361495,307.381028152769,2113.72813714592,696.777937214811,4851.31915375754,268.350983983324,1412.44224698923,194.330391555206,1923.66465168439,250.112775920998,3438.69056132663,378.731227975095,2302.91403082746,475.879124956376,2933.74847428793,558.729070759697,4135.67735784708,4922.64359929933,1711.82188936115,46568.4107146163,19636.1286831282,1277.59414598113,9291.12477165381 -6463,1374.44121299252,3427.67837183991,233.671741476943,1373.32470111945,524.061217811677,2444.45048177027,690.224938887696,2880.62678622523,89.7194396117876,1053.51647946589,745.386347484889,5846.41647193475,416.962293483621,3410.49141838368,481.619124683115,3854.40729424711,395.278116703482,4376.4167965136,160.323428358418,1187.57597287857,283.464580551684,2283.46534020879,642.604562329918,5240.8911757471,249.84838298081,1525.86458937973,176.271165006067,2078.13932222964,226.246316855893,3714.82527696059,345.606547911954,2487.84329378116,439.520679384219,3169.33518563671,516.04066640773,4467.78170710331,4427.05689080141,1554.80159395347,42784.9335582947,18192.485994051,1148.24986190452,8613.36806816785 -6464,1290.68804208786,3631.00366015826,229.740553281125,1454.78848229095,496.47353648024,2589.45200906325,651.109115638811,3051.50170747182,86.549414798881,1116.00966543554,706.59409341217,6193.21806351675,395.262261973602,3612.79719965157,456.590021317295,4083.04557047443,374.268218858519,4636.01997698201,151.392383224849,1258.02138837299,267.656720125818,2418.91744460612,606.770301062813,5551.77381809428,235.033140642375,1616.37683233672,173.684485174721,2201.41176235395,220.862054252659,3935.1837349465,327.58242700548,2635.41882454119,415.036553359031,3357.33590229998,487.293885418607,4732.80453164931,4255.6869780372,1480.60390264207,40652.3602459465,17198.9547520109,1097.38337127869,8136.89054531829 -6465,1210.37386727994,3737.63733943422,207.366774530952,1497.51205487699,457.213178423498,2665.4978687975,604.838582745537,3141.11683453848,77.6649106670486,1148.78413438988,647.430720766466,6375.09770079653,362.166813375948,3718.89619979963,418.327985656703,4202.95461287185,343.821165185467,4772.16852256648,140.737677014046,1294.96639361273,247.939667496049,2489.95512209828,562.155875635894,5714.81580982434,219.730514406602,1663.8458587714,153.762848736815,2266.0618309829,195.388840313223,4050.75043758815,300.23265292142,2712.81461699866,385.827074991701,3455.93263018428,452.999074300237,4871.79540242185,3794.98679030693,1347.43490613996,37396.9577972966,15991.9131018846,988.031817698898,7585.54608690195 -6466,1146.91839072805,3784.03371551503,199.871522388403,1516.10110624123,431.835724519214,2698.58546674568,572.372264845869,3180.10842862157,74.1381161968921,1163.04432495799,612.452933393804,6454.23363711582,342.60055958944,3765.05993667987,395.705094722633,4255.12710719386,325.443361461725,4831.40683420201,132.911961669004,1311.04118695241,234.642954769463,2520.86365703032,531.961409392894,5785.75547557193,208.107882651161,1684.49965987446,148.687098707587,2294.19111357096,187.68474214473,4101.03357734839,284.021468647537,2746.4895714625,364.373169219236,3498.83212402448,427.810071026529,4932.2704114054,3605.44630905413,1275.21730488073,35473.6482557951,15156.9320633318,934.327628743177,7181.56860551836 -6467,1083.29159253689,3692.99545115586,189.448075714192,1479.62595203229,388.535918213784,2633.66148467065,528.39701696232,3103.5997150156,66.2939813116595,1135.06319564542,543.039242754391,6298.95430498872,303.771177020478,3674.47815342614,350.826549449867,4152.75503136424,290.665849633755,4715.17031897347,122.715126281461,1279.49947164629,214.980849230847,2460.21539930439,487.543223664348,5646.55874105474,195.572154255877,1643.97308509269,137.271297396039,2238.99626257601,168.793459152027,4002.36876433954,252.019392516627,2680.41308735473,336.418926579897,3414.65538887826,394.989030567777,4813.6072674267,3084.82056681203,1122.31323077203,32416.8424028078,14144.7102698664,795.118907581734,6723.26846563027 -6468,1064.72435746082,3565.76281650739,181.644886533538,1428.64925556428,388.254325350799,2542.9254699913,523.092249914239,2996.67319050226,66.7172789123774,1095.95752037867,546.162104414318,6081.94007836594,305.51807722109,3547.88348451792,352.832138678434,4009.68256602318,291.418726770198,4552.72128527333,121.431451739636,1235.41761696706,213.431453005717,2375.45502220773,483.962382544118,5452.02112116764,192.356072279213,1587.334231979,135.388538576855,2161.85742034796,169.943414875679,3864.47747000765,253.400057917347,2588.06636676951,332.899780859846,3297.01224328283,390.857206087742,4647.76684252012,3170.09933027943,1132.8852114737,32200.4478159765,13927.7625481952,813.496439656241,6604.03516425646 -6469,1025.5805200655,3435.86596687733,175.74050613704,1376.60512165133,373.576859065373,2450.28946911465,503.604596379637,2887.5076551461,63.8801840730345,1056.03298345588,525.289508774999,5860.38163590275,293.842138457129,3418.63795944825,339.34813552426,3863.61420417595,280.325458183551,4386.87061526719,116.91661596365,1190.41270085807,205.440988108305,2288.91978705574,465.849018509335,5253.40993915697,185.266239331546,1529.50937747957,129.774818266916,2083.103312825,162.223848801558,3723.69877140872,243.720168120709,2493.78593226597,320.522527529577,3176.90568386403,376.325088814449,4478.45376654561,3029.44862122128,1088.18003670212,30977.929949239,13416.3950970936,780.608610638216,6366.20099490529 -6470,1017.56845063896,3364.25699515361,168.328436872061,1347.91445729441,363.691771019915,2399.22149644043,495.170061915768,2827.32735241523,61.529208116224,1034.02355794842,508.251583355528,5738.2418589437,284.311279080543,3347.38804710249,328.328427669823,3783.09027135512,272.192315888713,4295.44117742745,115.01461013312,1165.60258595339,201.386694520695,2241.21501804285,456.723745418815,5143.92042838653,183.422559999507,1497.63194255662,124.255116973694,2039.68809009405,155.772871230188,3646.09090119492,235.886242855564,2441.81142335608,315.308249720107,3110.6938608541,370.203011920583,4385.11558856481,2889.07761568367,1049.09163324951,30227.2825517044,13209.4650563363,742.708111754255,6274.56069393443 -6471,1040.15609557778,3311.75241395159,167.569393901709,1326.87810835366,367.800196484698,2361.77782906812,503.10563950929,2783.20241226546,61.2499643719104,1017.88597573002,514.048143872723,5648.6874681603,287.553821925232,3295.14673266458,332.016397595738,3724.04913073088,275.551777451084,4228.40398602868,116.721918025113,1147.4115037288,204.409811110701,2206.2372930725,463.576624230267,5063.64136878495,186.894069621674,1474.25901413529,122.253784443552,2007.85551335945,153.368206159811,3589.18785363715,238.611637211957,2403.70307243571,319.988770416866,3062.1465356506,375.698405272438,4316.67888535464,2868.54184164425,1055.00490658508,30557.1418623714,13422.966155085,742.971968081399,6381.13234126048 -6472,1098.926842255,3349.05146151269,172.925088088439,1341.82224773521,391.925982892868,2388.37766280088,534.354361718431,2814.54859584789,64.0270584837787,1029.35005053845,549.216059219183,5712.30655443171,307.226431558312,3332.25875655402,354.764057683835,3765.99172434442,294.167932633748,4276.02694259936,123.793883291691,1160.33437684862,217.409081853722,2231.08533104138,492.998466076156,5120.67129633962,197.989738876185,1490.8630503712,124.926513499026,2030.46925041694,157.83701104373,3629.61155436266,254.90085609866,2430.77509474144,339.376298555293,3096.63436414622,398.46127721414,4365.29604960055,3038.86208932207,1124.81483851409,32328.2498825216,14188.8686965123,797.145920724482,6750.60030486413 -6473,1174.74126451211,3427.41844888828,186.579068393513,1373.22056106571,412.383705550676,2444.26511759213,566.194311226072,2880.4083465306,67.7738386535439,1053.4365906656,576.115750389073,5845.97313459063,322.273872341263,3410.23279872926,372.077832894903,3854.11501217977,309.158465663402,4376.08493014578,131.222538064864,1187.48591826473,229.868415720765,2283.2921836326,521.307478657521,5240.4937557573,210.798380969324,1525.74888213277,134.360685894383,2077.98173565122,168.171203412997,3714.54357948316,267.450230662315,2487.65463909949,359.741677628378,3169.09485300722,422.372242685081,4467.44291247832,3165.02498642499,1177.41109339673,34250.57024626,15107.7632267427,825.696750924155,7188.65031813867 -6474,1233.82410245578,3593.89955638667,193.643209942672,1439.92244858106,418.944134399006,2562.99119958787,586.025495160062,3020.31935498466,68.0473483565365,1104.60550771167,576.847762468783,6129.93148294117,322.683353191889,3575.87914207083,372.569838644305,4041.32219018337,311.374912741839,4588.64592219914,136.099173143973,1245.16605675951,236.502293651756,2394.19927511916,536.53512349678,5495.04195794132,220.980953583991,1599.8595772375,137.244508259977,2178.91621618564,169.18362387368,3894.97130903686,267.948557691991,2608.48829439043,373.110790209275,3323.02832473351,438.068900633443,4684.44146542609,3073.1730664245,1172.80886282874,35097.0211209616,15736.8777018046,798.58727224602,7510.11575981573 -6475,1272.37969824279,3489.28028156164,204.702526031951,1398.00596204289,435.809334422272,2488.38191335801,606.776305784019,2932.39713687565,71.3710798615193,1072.45017744397,601.874673716176,5951.48771276603,336.683178044779,3471.7844458124,388.742125940836,3923.67833557983,324.411828779876,4455.06934297722,140.888425193392,1208.91897532302,245.219254347056,2324.5035621423,556.272508230231,5335.07997354159,228.101622109074,1553.28728266821,145.049923283118,2115.48744449481,178.107016349861,3781.58776355308,279.531397549054,2532.55457685964,386.240345484235,3226.2941761848,453.484294655904,4548.07625505112,3236.89244269312,1226.52872056016,36501.6509775741,16293.4139044729,841.030677308553,7770.9990659744 -6476,1200.23621472759,3245.08199721831,195.562014065686,1300.1661125941,401.020982628912,2314.23178926393,565.597984133243,2727.17247962404,65.5921883292284,997.394443240156,548.467454548087,5534.97113299233,306.807668964087,3228.8106125674,354.225376798472,3649.07857845317,296.81200280926,4143.28003332088,131.562874386218,1124.31243303865,227.612263587497,2161.82251160455,516.4643169187,4961.70286673313,214.495861502008,1444.58002532226,136.427981838057,1967.4344470829,164.6649288143,3516.93225598804,254.840962023584,2355.31301620227,360.674696917652,3000.50105008528,423.467699436928,4229.77782989594,2884.00245856071,1113.41208146324,33897.5540395644,15296.1376381875,746.382383778762,7309.64121924338 -6477,995.695079002808,3081.00518174988,163.64220603362,1234.42752246994,336.047928752273,2197.22032928735,471.981644469127,2589.28204231816,54.779519870241,946.964499049829,461.101994731388,5255.11366313808,257.93623119314,3065.55650573285,297.832819094842,3464.57501488839,249.164103516445,3933.7888112057,109.633599573295,1067.46530135979,190.247751539319,2052.51712159712,431.626481327371,4710.83080668287,178.449320081734,1371.53962435632,113.369961466733,1867.95764526495,136.88190266173,3339.11023322393,214.209382507734,2236.22442014797,300.556410633055,2848.79065955287,352.882896553344,4015.91313339113,2428.38396052983,936.709444855605,28315.5540126168,12735.4703718365,633.047697134135,6086.99218557303 -6478,782.893517897077,2859.94010313326,136.618985600579,1145.85616305848,302.34007756646,2039.56766199905,394.864365106289,2403.49857086013,51.4913558983251,879.018887445664,439.825328696281,4878.05421450026,246.034259151904,2845.59988444647,284.029787032604,3215.98843263394,232.662193007214,3651.53568876322,90.6140577566809,990.873641545841,163.165063723224,1905.24704833158,369.60923360686,4372.82417534138,141.617630830169,1273.13034004868,100.372988588084,1733.9298915471,127.324394595447,3099.52586946186,203.868934733054,2075.77317190838,248.415048472771,2644.38719575906,291.663790061478,3727.76751201752,2588.29712980659,909.812616052052,24645.2821437125,10367.2676457163,684.634863520734,4890.34085295453 -6479,699.19336587571,2666.10202461049,137.91823019449,1068.19350268759,273.231041585417,1901.33194294117,337.54207325367,2240.59671700755,50.8331152307619,819.44164946749,396.002331829014,4547.43447360683,221.520076214751,2652.73374251524,252.971163968432,2998.01847667218,192.7506779873,3404.04565888751,71.0183519829877,923.715227100139,130.620014118636,1776.11517366218,295.631080485057,4076.44739635308,131.028146610072,1186.84142142632,105.659649945809,1616.40937491024,133.700141863873,2889.44939331123,168.420959712361,1935.08355304153,194.694154384775,2465.15864047058,228.590157157498,3475.11072003875,2645.81199865199,855.140198975836,21478.6967426787,8414.05083497149,652.393764528831,3904.56728313851 -6480,701.885921475414,2531.9814159859,138.914916470477,1014.45708848183,283.219035690317,1805.68376630326,344.423795022217,2127.88152734364,52.7978377576973,778.218916149559,411.585259838084,4318.67178048758,230.237023370781,2519.28563708608,262.957046139336,2847.20051882686,199.498620399701,3232.80214632067,72.6536464253174,877.246919694473,133.706659825274,1686.76613679862,302.60984922545,3871.37812264258,132.164331463942,1127.13631925349,108.125653644674,1535.0944788004,138.809622632833,2744.09309874952,174.957579481841,1837.73747195475,199.177252904096,2341.14666562338,233.853757383823,3300.29221703059,2794.44957981985,893.317543496113,22043.7301473702,8531.38376944265,689.72955225789,3953.63695970097 -6481,749.139282000453,2452.4447721764,152.609616919835,982.590143646774,333.533180313604,1748.96217046282,387.809877991381,2061.03879538652,62.9626892156099,753.772875452413,491.78834340544,4183.01017690466,275.101893490208,2440.14780333018,314.274909552261,2757.76195814453,235.846220705473,3131.25075609516,81.7558912423762,849.690131424146,152.275397240722,1633.78007751499,344.469433101004,3749.76726845207,143.445323446335,1091.72980347765,124.419978006447,1486.8728520525,165.332041135931,2657.893431565,208.735155467015,1780.00897924173,224.130716455108,2267.60467701562,263.151586960549,3196.62077423249,3493.53968708296,1080.91204203067,25303.4040807396,9404.97791189523,864.618242146644,4326.48651197773 -6482,900.398674896339,2432.82053575144,186.462798028842,974.727548123105,427.231803023602,1734.96713680462,483.561917586599,2044.54655341616,81.130253569304,747.741254562752,634.412401924756,4149.53811604078,354.884485090951,2420.62196611351,405.505697237908,2735.69460181326,302.342950685305,3106.19477691855,101.962092094036,842.890989516365,191.18334107011,1620.70672032004,432.3701961573,3719.76197730361,174.724323832438,1082.99388248213,156.677753249404,1474.97503289931,212.886699303083,2636.6252139541,269.035033718039,1765.76551188887,279.525259954024,2249.45951395019,328.190249493065,3171.04171021189,4622.20486946682,1405.27485158663,31894.07520018,11561.7479453138,1145.6191708443,5296.06794424629 -6483,1206.87602643333,2442.17778722277,244.032886615547,978.476600159535,526.6609487624,1741.64026519819,618.046252575414,2052.41040361144,98.9869903165885,750.617259122733,772.863290802951,4165.49830343278,432.332643829421,2429.93229875873,493.900823634649,2746.21678458908,371.51896930004,3118.14199835122,130.512341706617,846.132964350071,242.005747408696,1626.9403738594,547.550254813489,3734.06913548632,230.481033605433,1087.15935459624,196.894497147084,1480.6481650083,259.990834869768,2646.76635046625,328.134014911038,1772.55709872865,357.794700888492,2258.11151192427,420.086299789882,3183.23834957452,5441.69821040917,1695.55971371303,40129.1487272001,15054.9435775906,1346.05339970557,6941.40315710483 -6484,1468.13814068884,2479.02196804274,273.69185888243,993.238493815679,491.875091309947,1767.91571049542,656.749487344453,2083.37431640398,88.0681069020266,761.941528046312,683.366435927073,4228.34154666424,382.268923190409,2466.59173668505,436.528862524184,2787.6478828128,339.843392770253,3165.18418676627,139.802524200977,858.898241349701,248.745774377492,1651.48538677017,563.749672748823,3790.40357564948,270.125151564421,1103.5609024485,194.11335503649,1502.98612459819,232.201636643672,2686.69707889846,291.524236977342,1799.29897419773,383.263388549013,2292.17875686125,449.989053333308,3231.26262117275,4131.54099216479,1445.24688659375,40228.8397085923,16915.0408532229,1011.99635160346,7972.51918150356 -6485,1677.9090328479,2543.80794495246,310.213660475502,1019.19547481694,559.70032333428,1814.11786113184,749.459342103752,2137.82056258365,99.5792831834622,781.853867218339,772.538676063494,4338.84368877512,432.151057318319,2531.05286585558,493.568950870303,2860.49939187423,384.534245800159,3247.90211031931,160.14355219134,881.344416635442,283.382768405017,1694.64478411045,642.396659200039,3889.4607851846,309.094312697489,1132.40101442256,219.405302418971,1542.26468913659,262.583384143988,2756.91037154402,329.614139393744,1846.32128513276,439.027555603317,2352.08183231977,515.461690408524,3315.70741765426,4646.72579018083,1635.01574253974,45747.3179401173,19321.3000205134,1137.75900500661,9125.26952160487 -6486,1508.63353005077,2637.51042429322,273.977639913243,1056.73806647081,497.957118387178,1880.94182940417,671.131019694903,2216.56828703243,87.3542586904228,810.65385818695,677.385642026142,4498.66723674261,378.923321878821,2624.28550527075,432.919155991998,2965.86736421003,337.904644020516,3367.54026185385,144.617839171429,913.809193371334,252.808022477647,1757.0678998917,573.381489502462,4032.73108182535,278.47454307523,1174.11359059008,192.375451144759,1599.07480542644,230.412029266083,2858.4625888199,289.118117441965,1914.33148315884,396.464394346684,2438.72198128936,465.488337322919,3437.8432127009,4024.40950027705,1435.57880997768,40656.6432754101,17344.6733782089,984.485771171519,8228.18002700356 -6487,1405.0168926014,2867.47788764003,253.98857012503,1148.87623219329,451.11249225121,2044.94323665051,616.765873137936,2409.83333789585,78.7867413383849,881.335668466246,610.460813324822,4890.91102973249,341.486185874842,2853.09987323922,390.10386356191,3224.46463385049,305.857723810833,3661.15983757337,132.846548407542,993.485231898808,231.599476586851,1910.26860163849,525.340048471814,4384.34938395802,258.27053081169,1276.48585862817,175.890565238679,1738.49991378568,207.916019312156,3107.69511680083,260.714352599778,2081.24417140156,364.193841210766,2651.35685949861,427.599522241598,3737.59258078946,3548.03138665779,1286.70828890022,37163.6919099192,16030.0586853548,866.583283606068,7615.63884539827 -6488,1322.24818316884,3085.29391990653,239.29957895334,1236.14583714484,430.203676751923,2200.27884496937,584.193800881597,2592.88630522527,75.2354613433882,948.282667160717,583.163810394039,5262.42874544243,326.216492533056,3069.82373943806,372.689836053531,3469.39767963136,291.573035016513,3939.26461834642,125.920957379829,1068.95120576397,219.664310019369,2055.37421140297,498.254002520694,4717.38825097079,243.60322170323,1373.44879813998,166.8919902981,1870.55782954108,198.498351348747,3343.75825184828,248.984171833943,2239.33722925791,345.20759257072,2852.75615668163,405.307792044695,4021.50325702707,3424.78812489011,1232.70160084105,35278.9076923791,15142.585979559,837.107661714705,7190.68941562073 -6489,1255.8426537364,3236.82941671563,227.546008861782,1296.85965515473,408.152504558736,2308.3464575037,554.22671874721,2720.23699680662,71.4027608492139,994.857965597117,553.442435285404,5520.89512662509,309.590627607304,3220.59941188557,353.677554326461,3639.7985926916,276.761131581251,4132.7432419395,119.491295035707,1121.45318976782,208.383600878519,2156.32477246427,472.672712540738,4949.08474109771,231.114771247,1440.90630830624,158.604401942391,1962.43105697681,188.389111775557,3507.98833204715,236.298926276594,2349.32321061588,327.580913858597,2992.87046432953,384.612331157843,4219.02106563555,3248.07756209637,1169.38176531473,33484.8847768055,14374.4192506895,793.876749607373,6825.24221075438 -6490,1191.92167735282,3379.00766205339,216.831078505129,1353.8244211282,386.963922099334,2409.74094164446,525.875689575599,2839.72383819268,67.8589999826242,1038.55725947354,525.977044456707,5763.40132041575,294.22673961821,3362.06475168786,336.107031723047,3799.67732297602,263.109558697822,4314.27464409992,113.124766867877,1170.71319893797,197.809843267363,2251.0416799862,448.637510377034,5166.47407304192,219.299787866221,1504.1983463584,150.989040916352,2048.63115230356,179.038771737676,3662.07727573387,224.571494879593,2452.51760513408,310.127315128237,3124.33277400334,364.120083255772,4404.34223488141,3087.2441749128,1110.41727765344,31790.6122950268,13637.6173300392,754.575920418889,6470.52919511638 -6491,1150.41629084294,3323.18905533912,208.203716353541,1331.46028334545,366.540723159798,2369.93387538194,503.385471594516,2792.81378531494,64.0151881474385,1021.4010926297,495.902663931212,5668.19436505618,277.403406696535,3306.52602881668,316.885738850904,3736.90957713331,248.824536307026,4243.0061464517,108.258120063043,1151.37391765709,188.913733941436,2213.85620342051,428.498020488686,5081.12789652354,211.322766703121,1479.35014703096,143.624922461292,2014.78934191727,168.95613045405,3601.58257679992,211.8234165712,2412.00390130376,296.785585027496,3072.72120048871,348.45557504227,4331.58588993294,2865.3943146661,1043.35816810271,30290.8214313486,13099.1067111281,699.554759555012,6223.1492903631 -6492,1128.45107608843,3187.24897974997,204.886721553734,1276.99488623807,364.719837147974,2272.98814500193,496.714857621553,2678.56951249147,64.0076690190315,979.619135772368,496.071051829126,5436.32829977717,277.497601343843,3171.26757953505,316.975954721051,3584.04563772873,248.161226773682,4069.43956126233,106.743192802343,1104.27522577068,186.801415917778,2123.2950663245,423.655687176863,4873.27667324696,207.381802555526,1418.83509132352,142.63554586584,1932.37133593701,168.888802528521,3454.25439306503,211.820667202365,2313.33723287038,292.632468632354,2947.02689140697,343.579406405061,4154.39581633409,2902.90759004893,1045.90988872458,30019.5921887635,12891.7844892071,709.379966852132,6115.82070983337 -6493,1090.68563071414,3074.89697662866,198.241644700978,1231.98022489343,353.950414136428,2192.86425986322,481.011465317506,2584.14869625148,62.1789154485308,945.087107399542,481.956949161111,5244.69520867397,269.602301626083,3059.47892817517,307.959284659611,3457.70636858616,240.938890659499,3925.98993144246,103.352529706369,1065.34901247488,180.99195229849,2048.44793155882,410.468211084666,4701.49141282887,200.540966246296,1368.82049703804,138.298426814609,1864.25435111842,164.051130066532,3332.49032542641,205.774538647569,2231.79102369144,283.337092636691,2843.14282818958,332.665717360821,4007.9514391645,2829.84535357091,1016.88048993845,29097.9860411966,12473.8121069814,691.694593717315,5915.6608951701 -6494,1097.73305794888,3008.68142033339,200.318924170786,1205.45047233387,357.028826788571,2145.64260399946,484.623155609102,2528.50102910276,62.7567947036999,924.735378857219,486.468917720987,5131.75470579498,272.1262554994,2993.59538776956,310.842802906923,3383.2473046104,243.259551763165,3841.44673884251,104.116040992832,1042.40753572109,182.405855357876,2004.33617094992,413.667406494144,4600.24838853111,201.887900397199,1339.34399380276,139.642881473948,1824.10905848798,165.56892913715,3260.7276932394,207.690166968263,2183.73110971976,285.430230257187,2781.91792035481,335.123267558634,3921.64326813768,2861.66095497534,1026.79987938361,29335.2050727323,12563.1827708838,699.554759555012,5956.44496161223 -6495,1122.65003786181,2997.17979978373,204.642893981838,1200.84226295999,361.531900380586,2137.44021776488,492.828752504494,2518.83504745392,63.5994274465294,921.200290241794,492.875750333424,5112.13697725081,275.710178962798,2982.15143827174,314.889546743022,3370.3137894631,246.677301171288,3826.76161383948,105.772282503821,1038.4226086853,185.365534089571,1996.67397250763,420.373923329673,4582.66250820444,205.827282732392,1334.22393479682,142.153851048248,1817.13583424093,167.818197251895,3248.26254741507,210.466610953903,2175.38311832501,289.970754381376,2771.28317381635,340.454291114044,3906.65156695708,2879.12757113797,1037.50616951471,29819.0104323272,12805.6154487598,703.48484247386,6070.74255531963 -6496,1182.9949324533,3079.9654836402,216.258717925617,1234.01095972956,382.733369259257,2196.47886807968,521.078164737618,2588.40827824247,67.4004226723726,946.644941911326,522.404393112596,5253.34030301066,292.22823118928,3064.52202084363,333.779790030257,3463.40587953116,261.402420338822,3932.46133768664,111.675924368946,1067.10508072059,196.123658416711,2051.82449109327,444.731828410798,4709.2411170862,217.382388569782,1371.07679256258,150.537106372429,1867.3272951298,177.832678408374,3337.98343648304,223.052108647014,2235.46979684639,306.15536763453,2847.82932320682,359.456624793566,4014.5579466754,3063.28435041369,1100.76909234719,31534.5277618204,13517.4478627248,748.680796040616,6405.43510152093 -6497,1272.94947945077,3243.26253025374,232.527044688064,1299.43712969248,409.484617921864,2312.93423552183,558.444593587056,2725.64339646447,72.1447221165444,996.835219700758,559.094568201024,5531.86776083256,312.752378974931,3227.00026871493,357.17635150815,3647.0325968939,279.854655326343,4140.95696069836,119.713739945469,1123.68204855791,210.091764497991,2160.61041137211,476.420168446499,4958.92091716705,233.23975621567,1443.77007178765,161.568729383117,1966.33133721249,190.36740378495,3514.96036681485,238.744710293999,2353.99242885567,328.190738254602,2998.81871585075,385.328325199687,4227.40625930525,3265.19335028777,1176.11279312613,33807.2014733841,14513.3163040234,797.806832526221,6877.10161386421 -6498,1346.88795536585,3487.39583543495,243.750207659026,1397.25094475918,424.163934119694,2487.03801969514,585.602298650883,2930.81344511672,74.0947410898639,1071.87098218883,573.80309747846,5948.27350895797,320.980195491808,3469.90944861421,366.609809368836,3921.55928527569,288.350338103597,4452.66330577469,125.830681993607,1208.26607773478,219.559321813247,2323.24817381557,498.010809165057,5332.19867138743,246.614004856785,1552.44840302334,167.461805457364,2114.34493893517,195.597409058567,3779.54545171833,245.158413930222,2531.18682698635,344.960105977586,3224.55176024991,405.017218352858,4545.61998785813,3286.04700806554,1203.57064205057,35208.56538859,15280.3411523159,801.736915445069,7259.47638075091 -6499,1376.16880599242,3441.97417199855,248.59349733753,1379.05241922784,430.681737633428,2454.64553853877,596.609783055436,2892.64100121278,75.1070115153605,1057.91037510616,581.52659715507,5870.80009036686,325.300650447478,3424.71553700593,371.542035774069,3870.48285047818,292.543485527839,4394.66949503043,128.235388893356,1192.52898974298,223.4982338659,2292.98897709404,506.969900373597,5262.74933301097,251.797319412966,1532.22850479785,170.146319565006,2086.80660697154,198.293870967305,3730.31867920625,248.496429988094,2498.2193287225,351.552519956748,3182.55351522733,412.757363157441,4486.41546077223,3311.59457923229,1218.3855938619,35815.7192903513,15587.2000833128,807.632039823342,7409.13709301103 -6500,1300.60385420748,3257.81825336401,233.02419004923,1305.26898785461,398.330713601666,2323.31465646847,558.060303547285,2737.87605114665,68.9889435983351,1001.30900414133,533.773577427964,5556.69471660879,298.588048729767,3241.48300699159,341.024260462529,3663.40043519232,269.477265909085,4159.54152558301,120.218520385492,1128.72512003616,208.401948719898,2170.30720483355,472.834695287768,4981.17649442073,237.291631355183,1450.24969445273,157.733114521743,1975.15620853281,182.221492673134,3530.73546653795,228.217002636682,2364.55711847869,329.574574941546,3012.27737807086,386.953086080404,4246.37880759916,2977.79390735782,1114.04621373789,33324.8723160513,14648.5222637392,725.100298527526,6977.45225038334 -6501,1077.39648524896,3138.83819291508,193.376180516188,1257.59874630056,332.489361347283,2238.46396905426,464.463128567297,2637.88500415355,57.6902216089091,964.739804580308,446.46374210204,5353.75648560229,249.747726789322,3123.09953249365,285.266983495341,3529.60794852497,225.151907741014,4007.62927521647,99.9075841905366,1087.50250644393,173.633082079451,2091.04456267811,393.90633776422,4799.25699053158,197.076956188727,1397.28455554915,131.398656143939,1903.02075258935,152.355099093957,3401.78808931575,190.851252907795,2278.20019890497,273.892903418286,2902.2648124031,321.577306902468,4091.29513873718,2508.39875161545,933.381929007339,27757.9224763147,12163.657354295,611.127893880923,5790.53900090178 -6502,816.638041230763,2932.52378750139,153.559558629595,1174.9373532483,274.217751573757,2091.33075146508,365.287431140856,2464.49802377015,49.396270924444,901.327896438571,383.342848003948,5001.85650918748,214.438476950384,2917.81962206418,244.828831054678,3297.60842497927,190.534775840506,3744.20962749423,77.4987602208614,1016.02146179839,138.55160703754,1953.60115555497,313.946677666442,4483.80401348294,149.90737009632,1305.44167784919,108.989093448516,1777.93606490249,130.228152468569,3178.19010692382,163.517220883873,2128.45513701826,212.459951065656,2711.50026758662,249.448956273185,3822.37617189596,2325.88656193242,809.756872284056,22454.7555040378,9406.55575859948,569.862023233015,4424.89989726094 -6503,701.663302282228,2745.9635768369,138.206384843478,1100.19062448388,275.467979627096,1958.28524737562,327.222880096647,2307.71250255584,49.4304745292712,843.98755261799,384.625256502947,4683.65025693312,215.155844515178,2732.19485554282,245.27866629666,3087.82239525458,184.457044454353,3506.01188810863,65.4145317254029,951.384585275643,112.146372560711,1829.31768181536,254.565574959686,4198.55503275894,130.262234728219,1222.39257336528,102.532383246467,1664.82798774728,130.105261016795,2976.00118746592,165.17950388759,1993.04786753781,179.331490849073,2539.00104923628,210.552873587886,3579.20566227993,2531.31581959894,826.914226247579,20528.2089284145,7967.73604145553,610.930410642271,3691.31333817266 -6504,707.348777046247,2649.27196779451,139.979214415546,1061.45041589843,287.997247488621,1889.3295798169,336.048525203807,2226.4527083759,50.2134539092852,814.268835602674,380.57230799988,4518.7283026309,212.888662256055,2635.98807442299,244.862456219462,2979.09316142468,191.241522494841,3382.5572532247,67.3123745892878,917.884175020969,115.532221614235,1764.90325491019,262.238300413779,4050.71438214182,132.014088150954,1179.34935684298,105.738438867652,1606.20561625191,134.291701339083,2871.20943212166,172.839213348974,1922.86812923526,184.534356041266,2449.59706045731,216.661550942432,3453.17370850648,2582.82482906,848.149130299077,20984.1387457332,8055.84044619406,644.505200358621,3746.87733451778 -6505,717.602179893683,2612.75269539145,143.824191629407,1046.81869920352,308.261696858746,1863.28584311367,350.987914049185,2195.76184917453,53.906386514088,803.04442913245,408.458141682578,4456.4392391428,228.48774212554,2599.65191576835,262.977492003431,2938.02742110103,204.516879820919,3335.92990380527,70.3638318048885,905.231467926516,121.253778392938,1740.57469086896,275.177877687942,3994.87672419401,135.246638469782,1163.09244515385,111.37668170874,1584.06464275115,144.189771213905,2831.63083065962,185.875253932696,1896.36207554944,192.899811809305,2415.83023567826,226.483421839135,3405.57293635133,2855.10911443128,920.21857545785,22079.3360048241,8300.87009262238,712.892267741935,3850.26837114804 -6506,814.778310323373,2638.74505988925,163.248210374837,1057.23273235745,357.946542650897,1881.82231037413,403.991108199606,2217.6058769062,64.04374485386,811.033330472695,495.907786719521,4500.7730918149,277.40627233738,2625.51395019712,317.145652209482,2967.25570580188,237.865970913771,3369.11662911294,81.1868020817854,914.236953333051,139.739121217912,1757.8903946784,317.145312008774,4034.61882918627,154.633592547871,1174.6632007146,127.733154572356,1599.82334262929,169.076774869655,2859.80065354548,215.840344334482,1915.22759404051,222.570579817225,2439.86356273647,261.319832533366,3439.45248922353,3468.23805076622,1096.44592043245,25654.1345151097,9557.46413169116,844.403572018334,4412.70949703834 -6507,1125.18383808124,2757.85507866243,221.721609919739,1104.95504267567,460.499006385051,1966.76567762987,536.487628498414,2317.70614109803,84.4932708279739,847.642473465209,671.515883956739,4703.93298611798,375.639832994069,2744.0267313865,425.594630377234,3101.19432995896,309.907804919717,3521.1948086395,107.959778006672,955.504593140286,184.294659845616,1837.23961302241,418.415377452698,4216.73703825159,210.704813783875,1227.68619183871,167.543811067528,1672.03758995121,219.447372030707,2988.8888760908,275.921896825094,2001.67883866762,295.967691444207,2549.99629180493,347.495287234282,3594.70555129011,4411.07453693154,1412.71614885301,34284.6948099548,13111.7796265954,1048.54751376062,6034.9929670597 -6508,1603.12052626317,3061.96577039031,308.708703541538,1226.79924143585,602.310849978365,2183.6423639062,731.356755743735,2573.28128833642,110.032092828345,941.112627476512,878.136303062843,5222.63910861073,491.221402366421,3046.61256117073,555.381946980891,3443.16529143668,403.890223498105,3909.47952934474,147.335937062757,1060.86878178721,249.0884166155,2039.83336564885,565.759060538031,4681.7197081021,296.383610391633,1363.06404396497,223.885882191944,1856.41439495784,285.0127485588,3318.47583322945,356.640466362666,2222.40542468515,403.915958001864,2831.18624344678,474.237208661091,3991.0963552228,5527.03694481514,1817.4486776717,45972.0535011353,18190.5581876072,1294.78884646197,8426.48907857187 -6509,1782.67003235639,3758.10633017935,337.132160071021,1505.71310746939,645.258463879552,2680.09533940598,798.758556010942,3158.31900948926,116.574982653922,1155.07539533349,930.240201984585,6410.010616092,520.367846042448,3739.26255559682,588.237742179301,4225.97189123789,427.901966923572,4798.30307347434,161.797485686409,1302.05821465338,270.650848463163,2503.59124131516,615.020941935073,5746.11272316775,328.546175646408,1672.95783042397,239.966120531743,2278.47180938205,301.984297126135,4072.93417712409,377.40193881177,2727.67121549813,443.56175238823,3474.85887866662,520.785285042998,4898.47555513549,5766.3130143141,1924.59661885165,49532.4482013251,19958.8370346204,1338.77043789918,9303.52843378776 -6510,1611.78819111402,4167.61606558715,300.540061265508,1669.78621292897,582.182735952262,2972.1374044466,722.107464045124,3502.47169392054,99.8862988721961,1280.94054601338,770.221394317643,7108.49052079224,430.854791140842,4146.71894060274,492.501039490752,4686.46355352117,378.701404665817,5321.15997250496,147.367794439382,1443.93964857832,244.1283454832,2776.40017664705,554.991232898761,6372.2496373874,297.888282334913,1855.25509886039,213.458089108742,2526.75014581477,264.377476672199,4516.74977217881,336.125945577314,3024.89748309147,404.003293807746,3853.50397674566,474.339749518854,5432.24795331811,4788.71646826369,1655.30657759001,43981.6259853727,17901.5502812327,1165.0044372759,8433.23892838403 -6511,1520.04664337744,4319.21654786151,283.759326190077,1730.52606784635,544.994472878429,3080.25136139679,678.317229649932,3629.87699939842,92.4023168729209,1327.53581810284,704.648279144608,7367.06774437415,394.17379130006,4297.55927266751,452.129010475458,4856.93754241414,353.16349888375,5514.72156872584,138.256910687597,1496.46414787351,229.242192603872,2877.39403000168,521.128700022736,6604.04548973987,280.422737228906,1922.74153794282,200.810891912805,2618.66277276122,246.216638147249,4681.05028187043,314.626226243275,3134.93063155103,379.026146940457,3993.67837192199,445.01411339084,5629.85046674468,4417.32715634269,1537.15931109757,40997.9959522881,16742.4209424301,1082.80047708208,7909.88912824444 -6512,1408.03574467402,4361.77904622367,261.365205593686,1747.57904773569,500.170739717151,3110.60482760338,625.64639785849,3665.64659606711,86.1729431567232,1340.6176445076,668.414145536389,7439.66443067807,373.904748940143,4339.90835553411,426.52104679171,4904.79886029515,325.89580032154,5569.0648333285,127.769585188039,1511.21063074537,211.133842166315,2905.74849598692,480.036454635007,6669.12318895359,259.645030589214,1941.68865083997,184.158425006303,2644.46764471927,227.256512166095,4727.17836846843,287.928819545473,3165.82291916669,350.275536529455,4033.03294636399,411.258058551943,5685.32823652417,4090.00071197395,1420.85479229074,38099.6117628118,15607.3978462744,987.985650950797,7351.54023632168 -6513,1325.4478495594,4453.53210027561,245.364687068771,1784.34058772377,464.857494170622,3176.03856229208,584.976916773035,3742.7560201576,79.2258821735395,1368.81846850532,609.999526189377,7596.16294318922,341.22814607763,4431.20134440537,390.110740192593,5007.97471358194,301.641551394371,5686.2139830805,119.587884182479,1542.99999678552,197.128658075945,2966.87293534716,448.243417496616,6809.41283085209,243.818743047432,1982.53342125235,171.753889659382,2700.09585976025,209.884420600428,4826.617851248,266.755076910775,3232.41820479278,327.845709390012,4117.87059769833,384.923227251935,5804.92306777553,3722.39105934152,1306.79807560663,35394.3340922913,14589.8190463963,904.500503715344,6891.8788713887 -6514,1248.6772040609,4523.7764717759,231.285551834544,1812.48451490449,433.141516775826,3226.13336965972,548.287506589262,3801.78951051879,75.6458249245876,1390.40847635823,594.473059208801,7715.97519102844,332.542782703638,4501.09349886177,377.651004453617,5086.96416023331,283.271714214087,5775.90111645334,111.927183240673,1567.33732332964,184.622381274536,3013.66862918571,419.79347550669,6916.81587944797,229.371551424453,2013.80339102434,160.911064022085,2742.68375008839,197.878044375797,4902.74680458193,248.864983454362,3283.40227319272,306.844184429017,4182.82067003237,360.265363709236,5896.4825678133,3570.64510963379,1240.16531311883,33420.8085243364,13793.2835867246,845.377133334977,6488.55719567584 -6515,1208.13336330539,4475.56062873052,222.939750412414,1793.16648063864,413.455106167782,3191.74821796943,527.298428953624,3761.26883327614,70.1559171358702,1375.58906225072,539.043420542152,7633.73588254938,301.535950685048,4453.11941812907,344.870959425544,5032.74568435203,268.763478030679,5714.33973219528,107.6129037633,1550.63214550923,177.313580501396,2981.54799402123,403.194354466154,6843.09426413431,221.684592012957,1992.33963638666,154.069602093231,2713.45135762991,186.091414800318,4850.49177564851,236.545041824813,3248.40673138228,295.016748686378,4138.23884195763,346.378786560973,5833.63598823907,3217.74259585817,1148.3686107774,31778.7307630223,13228.3330606736,785.355361806547,6255.20704702883 -6516,1167.37266397007,4437.74173526616,214.654475793975,1778.0140611496,396.268000881895,3164.77765588038,507.191110147526,3729.48577030446,67.2395967663916,1363.9652098417,516.983501445951,7569.23012158975,289.195834057675,4415.49015493079,330.640955327578,4990.21852660381,256.317469141065,5666.05304288897,103.559324843982,1537.52916316172,170.414898380227,2956.35364289995,387.52978568654,6785.26949660003,213.760122480056,1975.50418565684,147.98931828233,2690.52244741558,178.282921214428,4809.50467996815,226.479178633478,3220.95739971321,283.904013767979,4103.27034820303,333.331338734542,5784.3412347432,3112.34478901254,1106.52200508538,30406.3945007221,12693.369870893,751.008015252396,6012.52272740731 -6517,1138.3315475947,4372.82580003219,210.333021364291,1752.00501138417,392.685300015057,3118.48282540244,498.401591871341,3674.93030692606,64.6280346232013,1344.01292723818,482.201246085649,7458.5063161823,269.738959087399,4350.89971906882,311.471088691274,4917.22088005263,252.727673995981,5583.1691901759,101.663888294247,1515.03796166098,167.771992013354,2913.1076693711,381.471121388741,6686.01358188874,208.842349787382,1946.60622146225,146.201548822237,2651.16509149872,174.438866006915,4739.15054199947,224.826948629298,3173.84076372479,278.707745395981,4043.24710934381,327.230406698133,5699.72704505709,2955.39576644905,1068.44044511496,29681.0197060648,12347.621551627,743.735139973749,5871.17143266998 -6518,1127.4236096999,4294.58877728399,207.660026950568,1720.65876934324,381.033266115704,3062.68805494781,488.818476938661,3609.17977873925,62.1588469988334,1319.96633247983,461.835608156751,7325.06141007091,258.346607821853,4273.05498985655,298.663943548905,4829.24373679489,243.547052420704,5483.27713983728,99.8405885972865,1487.9314486437,164.15623893543,2860.98739716751,373.311567794174,6566.3898372847,206.3443195952,1911.77824472712,142.588888076645,2603.7314014644,168.181223622007,4654.35936903328,216.992361000766,3117.05554899502,273.709237506432,3970.9067897116,321.361664990733,5597.7495835997,2822.74306792085,1030.26394052319,28833.2022447561,12109.5864206107,707.164506138891,5778.26369022212 -6519,1159.73624169726,4181.97685121105,213.933680730906,1675.53996794485,391.565163509637,2982.37880563096,502.099669768618,3514.54052280463,64.1922862050733,1285.35441530671,477.845611341898,7132.98498162359,267.302456918478,4161.00771884225,308.784150569616,4702.61218558498,250.823181804846,5339.49564364958,102.406512596983,1448.91518073406,168.691608110958,2785.96710582563,383.593227351598,6394.20715687681,211.827056865173,1861.64794319468,147.026137665183,2535.45683006739,173.494119839577,4532.31360391722,223.665052122889,3035.3206851344,280.743622132199,3866.78239386471,329.620726965097,5450.96641180512,2929.04676975474,1064.1584142264,29656.6659681625,12438.5649444903,730.521260599767,5929.87693733997 -6520,1211.67752676132,4178.66282569881,223.298489969585,1674.21217910285,405.864100476193,2980.01540674075,523.221997164899,3511.75541007667,66.7785189593167,1284.33583068127,499.562232105152,7127.33241704742,279.450535603731,4157.71031040899,322.288946406191,4698.88558036652,260.145963237592,5335.26433740014,106.645045750357,1447.76698167776,175.639979628957,2783.75935423028,399.396782094644,6389.14003996002,221.481390058373,1860.17267228859,152.805192302595,2533.4475964157,179.967600450561,4528.72195254103,231.429429364144,3032.91533222446,292.363402162095,3863.71814555357,343.263495807146,5446.64677006683,3038.94998267414,1105.1284496656,30875.720438199,12990.7987487738,752.596828019013,6191.77918633815 -6521,1308.59048739204,4236.49583686401,241.368945503807,1697.38340293347,438.27442566558,3021.25904650766,564.300330191147,3560.35837191206,72.6191778269459,1302.11113621175,545.858618035227,7225.97523951163,305.348309721198,4215.25333716979,351.567816374331,4763.9185140031,281.733057950849,5409.10480141091,115.011700989974,1467.80418676189,189.475991179941,2822.28679531127,430.853441336647,6477.56622380873,238.675778637739,1885.91760348142,165.329093946775,2568.5107037401,195.162753876209,4591.39980863285,250.438315441206,3074.89111098146,315.300274413036,3917.19229840379,370.193648122771,5522.02877541288,3313.25733761471,1199.56426714445,33424.5146897128,14042.0379381844,816.399238517202,6682.98706977146 -6522,1382.97802764127,4421.04164307757,252.683743460655,1771.32304565002,453.206894109061,3152.86797709273,590.810333494341,3715.45098416872,76.0206624119949,1358.83234134569,581.448036704017,7540.74562466135,325.256704450936,4398.87379980152,372.339987311195,4971.43935593391,291.23585429933,5644.73057443396,120.736284853536,1531.74313948139,197.781702667977,2945.22830453559,449.854682191443,6759.7351972024,252.038344154159,1968.06997609993,171.102930892866,2680.3974839572,202.204598614177,4791.40557093288,257.159515994204,3208.83630553522,330.994006855434,4087.82893741855,388.619639271461,5762.57362463132,3449.39277161826,1249.45147767219,34989.5805608716,14830.934031267,828.966405363645,7055.63063187679 -6523,1403.06137392105,4208.74898456375,255.083814599651,1686.26642126001,452.138231901777,3001.47136542586,594.72725339294,3537.03986962018,75.0176481057418,1293.58298304785,570.136966595568,7178.64884632805,318.929395465352,4187.64561223427,365.779873425299,4732.71731648786,290.099239603757,5373.67796806072,121.664665495046,1458.19082998212,198.706839809673,2803.80227936367,452.019976023404,6435.14152183848,255.215258305316,1873.56582049631,171.166347430953,2551.68828968078,200.29922277531,4561.32851923537,255.321977858774,3054.75216767048,333.539127643215,3891.5367188114,391.607862326755,5485.86234855228,3318.69066066814,1225.8646615851,35072.4435474249,14988.9561333186,806.319285585439,7145.1562206247 -6524,1318.55734449831,3900.28457551711,237.191623527772,1562.67787344285,412.401958539481,2781.48982354674,551.054013232643,3277.80585087532,68.9253974415898,1198.77468920991,530.676719021801,6652.51680988267,296.855694511066,3880.72789539911,338.93323200158,4385.85062152231,264.827167155303,4979.83447563476,113.073177597581,1351.31822382353,183.438173498836,2598.30814883709,417.413859746129,5963.50205511196,238.948258687547,1736.24986847612,156.75022614797,2364.6719047088,182.599463163746,4227.02312081081,231.036417832235,2830.86561001632,309.985885074243,3606.32118834044,363.954030410624,5083.79672438135,2975.15815479301,1113.78339625653,32508.3597929302,14058.6553812797,711.674002855437,6700.90087247408 -6525,1079.87372606717,3578.04421221509,193.546759707647,1433.5698876248,333.996308085672,2551.68395325541,449.565561615056,3006.99449653216,55.9934750280701,1099.7322773323,433.305059534625,6102.88782969341,242.38688032219,3560.10329925054,276.281807621144,4023.49293446037,214.942370800384,4568.40201742761,92.2129481891807,1239.67271002822,149.468843643425,2383.63669457767,340.12983120113,5470.79927110118,195.798229130391,1592.80141553172,127.172470164203,2169.30340815175,147.879911559885,3877.78771509544,186.553825691121,2596.98032678416,252.798346761416,3308.36799353785,296.810214964865,4663.77493579146,2381.52799595742,898.77379099216,26539.2759527998,11528.6458643685,568.091923922975,5491.83944858448 -6526,824.457442174558,3259.31281821483,155.250095347453,1305.8677963204,280.452841635223,2324.38050611167,357.832518468785,2739.13208601223,48.4444772247884,1001.76836716468,372.993098558985,5559.24391977615,208.648921936244,3242.97007784392,238.345025484221,3665.08106593937,185.378139682286,4161.4497672577,72.2508462550984,1129.24293679555,120.639799547885,2171.30286039551,274.161236359254,4983.46167140891,150.159840739103,1450.91501463012,107.126678252171,1976.06233613557,128.339688272405,3532.35523557214,162.982814900088,2365.64188861692,198.072991310619,3013.65929797554,232.557245262063,4248.32688696256,2225.31670900458,787.82144181131,21745.8118604518,9000.80852221739,542.141334301273,4232.37554073606 -6527,624.11723922353,3045.39563652596,122.811948571778,1220.16029470044,232.641878549364,2171.82536496007,275.034432680062,2559.3557193994,41.3528008203385,936.019702411994,325.969240042245,5194.37627497891,182.344206318969,3030.1255127329,207.03467346577,3424.53225825652,152.107538811592,3888.32299004975,54.3496413265037,1055.12778432188,92.9059558193058,2028.79460347306,210.917506288498,4656.38411388063,125.880166516947,1355.68768662859,83.4614249661969,1846.36822287792,107.964716489554,3300.5175695173,139.395583615325,2210.37865556056,148.997507879573,2815.864996063,174.937783057191,3969.49813831552,2075.6036143118,696.119454385324,17368.5110517766,6775.67017657776,506.314495246706,3135.92094594974 -6528,625.667095869278,2940.12655117027,124.371479082849,1177.9834567652,237.563580695557,2096.75266603731,281.811319063066,2470.88739940523,41.6613735710412,903.664649174901,328.479658324539,5014.82415606799,183.748511305398,2925.38426420265,208.665202402117,3306.15769494069,153.080766653561,3753.91674088439,55.8999212482309,1018.65556525886,93.4304850887205,1958.66599695618,212.317130564672,4495.42857468767,127.573117670948,1308.82612253895,83.4766726203918,1782.5454828303,108.753992002981,3186.42977692436,140.441362170088,2133.97329903814,153.247542271988,2718.53001302652,179.927742990795,3832.2859372702,2115.72545513468,711.43940839291,17624.0099136534,6832.8416348423,525.841606083391,3172.80526886982 -6529,630.320294073876,2864.29382045203,126.461380205,1147.60051211546,252.108655482892,2042.67251760183,291.028382219554,2407.15744236661,44.8093461039734,880.3570272723,353.796096072007,4885.48012845289,197.910294629761,2849.9317714974,224.752958821498,3220.88416612177,163.726800287042,3657.09446048395,57.7482193307393,992.382059057516,97.0556321059066,1908.14742623171,220.501285888118,4379.48097221739,129.548385472642,1275.0684399426,87.8746186967468,1736.56947151246,116.867585449023,3104.24431074776,151.088940510999,2078.93314354501,158.314582300053,2648.41277458818,185.876948194201,3733.44233225576,2345.65863357115,769.635193489325,18418.8427927201,6980.04194259298,579.010332833033,3223.54288169724 -6530,725.062288859389,2878.32970396218,145.134289912994,1153.22409269551,303.587669374882,2052.68221468728,339.820372671794,2418.95322295672,54.5660237769585,884.67103604958,431.336865851488,4909.42042029185,241.285890808618,2863.89727673678,274.074863890866,3236.66744737336,198.466121961555,3675.01530068074,67.4236949437576,997.245023491905,115.293128794878,1917.49791073982,261.737690819804,4400.94171912892,149.546729621833,1281.31665091968,104.711316077012,1745.07917349743,142.208021102103,3119.45602234718,184.023084463694,2089.12052837957,184.839536627328,2661.39077737738,217.019863077431,3751.73729951549,2920.45615019706,938.151196727306,21818.521226499,8123.12903441321,711.332004759237,3731.53791475488 -6531,1011.53629080659,2964.23447584454,198.10363252503,1187.64247516083,403.771788816947,2113.94524413,454.981598617212,2491.14774067515,73.3199504995452,911.07435719731,578.375137256135,5055.943815683,323.537752653984,2949.37130770477,367.403427266445,3333.26693642526,268.943527733775,3784.69743703731,90.2203712511562,1027.00815526099,162.364793903389,1974.72631663795,367.804946703263,4532.28938716323,204.601220734789,1319.55800126074,145.984943390223,1797.16168097028,191.337116884644,3212.55729480665,247.183446883703,2151.4710722308,247.335771650011,2740.82092997793,290.396612526997,3863.70923116521,3726.92410635258,1221.55025972061,29897.0402769418,11479.3364032687,896.883548052805,5272.70084935229 -6532,1454.14412222713,3244.23724289815,277.981823670459,1299.82765552537,542.907434952182,2313.62935231364,626.891536756105,2726.46254664361,98.2653601746889,997.134803186205,774.26104489905,5533.53027856074,433.114534664425,3227.97009398688,491.767624663864,3648.12865641841,362.05458930189,4142.20146158963,124.340786005817,1124.01975390578,223.161660493351,2161.25974958261,505.584802633576,4960.41124453818,289.636800278122,1444.20397466522,199.501782660768,1966.92228783693,256.622175387525,3516.01673406301,331.217644084515,2354.69988505567,340.875611880431,2999.71996466837,400.221619067774,4228.67674120289,4838.34526039801,1614.76851142357,40775.4034219786,16046.7338701877,1147.04551912262,7397.83765165965 -6533,1616.27019909709,3878.58094917595,303.314265720723,1553.98215496382,581.779979288057,2766.0118719683,684.214743592406,3259.56608605077,103.88456709207,1192.10395598055,818.211685245189,6615.49803951491,457.700120194178,3859.13309467555,519.794919159252,4361.44500156442,383.361845166407,4952.1235574678,136.520404475758,1343.79864282116,239.395198034108,2583.8495348335,542.889197814421,5930.31739440763,320.791994365526,1726.58828669903,211.223632271139,2351.51338910678,271.36488898639,4203.50131654929,350.134636275194,2815.11290063519,374.265580142473,3586.25335841099,439.424738014117,5055.50729514509,5057.39859099051,1709.40967300646,43707.4325318847,17441.4461656642,1191.56763813077,8086.43529476266 -6534,1465.04048758566,4296.27827962117,274.283934743005,1721.33568095528,517.548323961751,3063.89292435329,626.733600123578,3610.59963940292,89.1416686181278,1320.48561065043,701.29934402175,7327.94310818314,392.30042767559,4274.73602074604,445.756008653757,4831.14357377655,330.323185521059,5485.43427525201,126.287067000841,1488.5168047256,213.481669039545,2862.11291701233,484.886911951276,6568.97307203714,294.263118110382,1912.5303432353,182.278576272532,2604.75571613486,233.02036341156,4656.19040605215,300.387690551701,3118.28180671334,346.211268396542,3972.46895471734,406.486206545556,5599.95175277,4261.68412596067,1487.44604742413,39027.8180114025,15814.6191782388,1035.17902367083,7414.28651278982 -6535,1373.79698682504,4445.5394490277,257.764088801506,1781.13827286356,475.380231089044,3170.33859920509,585.068426619859,3736.03898233198,81.3914812970388,1366.36188159989,640.341384034418,7582.53028491705,358.201103361207,4423.2487696495,406.921873824125,4998.98701697556,301.567701436814,5676.00906611472,117.908263130053,1540.23081031236,193.884728020303,2961.54835698213,440.915585921397,6797.19213484393,275.957725115191,1978.9754142892,167.00756304056,2695.25006005407,212.757950473821,4817.95563161573,274.272329686729,3226.61705846295,323.241091127859,4110.48035040016,379.516950851281,5794.50510635592,3897.53714507586,1366.81784385722,35858.4444232425,14561.8606186068,949.613366106481,6842.10642264085 -6536,1277.57172531394,4481.21397341375,236.965355405289,1795.43153501515,446.373723836908,3195.77990345313,539.682567130394,3766.01991385011,77.4946159980868,1377.32664995347,609.4381977896,7643.37850472452,340.914144113738,4458.74441599517,387.286423366642,5039.10284235231,287.524302290158,5721.55785185068,108.75909110586,1552.59084045778,186.355086773634,2985.31416320047,423.024822727794,6851.73818023425,255.090960221948,1994.8562781272,159.752826446008,2716.87887813033,202.622822063612,4856.61871798392,261.12308834746,3252.50998557706,298.158978394549,4143.46609559038,350.068074434487,5841.00479803382,3656.81218359655,1278.6655468989,33879.0506579975,13806.6388688302,878.284502853851,6464.25960405671 -6537,1199.10298529949,4554.57742663677,222.459713213435,1824.8251453662,408.973346942524,3248.09908545359,504.031659778878,3827.67468584401,70.1326220132837,1399.87532534727,551.291325261145,7768.51081144408,308.387316368404,4531.74001257613,350.324549682714,5121.59968089967,260.728969433509,5815.22738968515,101.819542203588,1578.00882455187,170.300021062956,3034.18774015247,386.988092023232,6963.91027834522,239.534833979221,2027.51473766858,145.669915461012,2761.35781122098,183.426059357453,4936.12804787817,236.298377104422,3305.75791473196,279.134464763717,4211.30016530641,327.73141736094,5936.62984178721,3280.44957552422,1163.08813981126,31148.7178060879,12790.5924375642,794.269253476365,6012.59517227 -6538,1135.52068914489,4612.86531084626,209.296873521345,1848.17861744763,392.521265990271,3289.66711815112,472.747895940364,3876.65992376647,68.8158492908179,1417.79043869991,541.14337287076,7867.92948769918,302.710644777712,4589.73563157159,343.843318837342,5187.14411701393,255.474068656906,5889.64862989933,95.1209401050863,1598.20362794001,165.330949005071,3073.01821049062,375.070388524747,7053.03195922291,224.989235536545,2053.46216005098,142.533740374205,2796.69669983446,179.939660806764,4999.29888309447,231.876354148835,3348.0638449005,260.770497778953,4265.19490754335,306.170307258035,6012.60474799672,3225.36157742902,1124.32089777207,29894.3475119494,12222.6161296101,762.82803408658,5709.59460473178 -6539,1092.0741989381,4547.36454424376,202.020909089276,1821.93525066722,362.738208582991,3242.95521490103,454.055134395393,3821.61296710228,61.9535592131659,1397.65840484274,486.479475397257,7756.20816520425,272.132161366775,4524.56329678352,309.109227065979,5113.48883049533,231.353061381547,5806.01807182283,91.6115274801237,1575.50980192025,153.774743596366,3029.38263151603,349.381158251299,6952.88184230647,217.680909551208,2024.30385244631,131.032528072171,2756.98477125005,162.143074084283,4928.31092067819,208.703282473314,3300.52273244715,251.149574393291,4204.63091589671,294.874393440394,5927.22826424255,2822.38544407314,1019.40710470145,27983.7847417093,11634.7764527384,685.408930950037,5478.88133794764 -6540,1048.4070088721,4499.66855340479,193.292692840816,1802.82549903426,340.275229811001,3208.94079606212,433.197491101297,3781.52917454605,57.4903489024263,1382.99877027313,451.545267173871,7674.85554216439,252.590285357096,4477.10646163119,286.897659629784,5059.8549258366,214.375649386259,5745.1204283482,87.5726935055256,1558.98473551135,141.75400169251,2997.608313703,322.594051746951,6879.95507660987,208.821739467869,2003.07151510846,121.149029676476,2728.06755576989,150.438545843677,4876.61929353081,193.676126140347,3265.90450457495,240.07726218907,4160.52975890904,281.874405870877,5865.05928213409,2636.9248007232,956.203837103566,26125.6888999331,10887.3815370386,640.764522706443,5144.43955154162 -6541,1010.97508300177,4406.42093450203,187.342654936449,1765.46515058039,325.019791236028,3142.44121173023,419.666047923731,3703.16371558999,54.1961146792744,1354.33858325206,425.380113326207,7515.80782648588,237.9537380223,4384.3264019076,270.289988119337,4954.99844180276,202.676261487344,5626.06303692151,84.9351303722642,1526.67755271181,135.860025412373,2935.4882187808,309.349492826872,6737.38025772318,202.219205101762,1961.56142451868,115.301490844612,2671.53321312616,141.879353832764,4775.56004171705,182.557401306081,3198.22444881062,232.846481559441,4074.31018767001,273.384755600065,5743.51637151932,2456.06479998414,905.735392999031,25090.6712012622,10514.9140574767,607.578564904717,4985.00883321528 -6542,1003.91658619222,4338.7757988212,186.843865647541,1738.36262646253,313.00894757287,3094.20005063913,415.688438142107,3646.31462747224,51.1583265277938,1333.54746533944,401.460135004659,7400.42896283877,224.573121306304,4317.02045026692,255.075023081985,4878.93182291268,191.465488611231,5539.69457527466,84.3612990413442,1503.24077448996,128.615406638763,2890.42409490329,293.517951735915,6633.95141866278,201.443308686685,1931.44853002218,109.193809317199,2630.52119240368,133.94282811612,4702.24806998859,172.319220204917,3149.1269318023,231.273344439056,4011.76344745898,271.537737323038,5655.34482594719,2316.89190564845,868.065525434867,24144.9965173712,10181.4478594267,580.455201199717,4854.69748481348 -6543,1027.2042719901,4223.43467230141,190.405065180094,1692.15035071172,319.50799508318,3011.94447070912,421.988280184457,3549.38174679827,52.6055203254604,1298.09671285722,412.898571157647,7203.69747615181,230.971677690264,4202.25766347391,262.325084615714,4749.23129936387,196.738998683627,5392.42847015317,85.5025358490789,1463.27892985921,131.493079071763,2813.58565321273,299.959861630402,6457.59581390578,204.967523122072,1880.10329818782,112.129506074953,2560.59195620105,137.71475258142,4577.24447111276,177.199756343504,3065.41118692178,234.402002441257,3905.11555026029,275.211090673964,5505.00429826658,2386.06407898042,888.139064669043,24625.844244776,10376.6424890455,591.15227044175,4938.19398506824 -6544,1073.52518016787,4207.70929275723,198.43246947845,1685.84986104503,332.574525302129,3000.72990871328,439.207538029469,3536.16611084167,54.924770751545,1293.26342784665,431.072837486873,7176.87549695158,241.138195760505,4186.6111336166,273.871490666675,4731.54818821848,205.524057047967,5372.35050258944,88.90092352083,1457.83061152675,137.495690378905,2803.10965305888,313.568148015933,6433.55184187927,214.037007592949,1873.10299150848,117.338049374446,2551.05794336711,143.792430611718,4560.20172932565,185.009948361187,3053.99754894379,243.718555072354,3890.57538829343,286.149643178728,5484.50717005234,2481.4396948976,923.526082385805,25670.270188254,10838.5338701041,610.723776480888,5155.04706947296 -6545,1159.2324677853,4255.53524822358,214.064186158759,1705.01168396756,360.374056637929,3034.8370118888,472.82469633268,3576.3591258938,59.871844354417,1307.96300778506,469.931788427619,7258.44979403898,262.875536887415,4234.19728173191,298.542217566616,4785.32823745481,223.922459327966,5433.41408327187,95.6597147371532,1474.40070633448,149.469874414044,2834.97055125954,340.710926472275,6506.6773223895,230.273659725318,1894.39318387276,127.770383627627,2580.05395404722,156.737062185742,4612.03420862733,201.676110951315,3088.71010644427,262.247528271288,3934.79671450988,307.904486866232,5546.8455535812,2705.50674352635,1002.43716915549,27827.4571674633,11733.3331077433,662.692213334729,5571.46481454514 -6546,1225.29221518967,4439.36625844122,222.920898317858,1778.66493837956,376.300523196114,3165.93618536511,492.828268239872,3730.85102236876,62.8704853078129,1364.46451629654,493.339146245955,7572.00098805369,275.969398390591,4417.10653247456,313.395219237815,4992.0452948406,235.327541406312,5668.12721372368,99.891777440942,1538.09200613612,157.679237825849,2957.43587465048,359.25224437232,6787.75337876439,242.138198747068,1976.22735805476,134.651907931714,2691.50736639681,164.614129554661,4811.26529432546,211.767652871809,3222.13649490483,273.849569805776,4104.77243150843,321.526428963554,5786.4587073112,2805.02710761933,1041.1612762568,29144.8503486996,12373.2345996894,674.528427854842,5872.61219182615 -6547,1244.72139359049,4264.11273084002,225.842277922702,1708.44831584276,375.028869626304,3040.95404774794,497.928785735024,3583.5676570052,62.1156615184043,1310.59934594415,486.886423835045,7273.07996939863,272.359804594374,4242.73175541387,309.310074375316,4794.9735740286,233.588456689197,5444.36570560108,101.080541990772,1477.37251732665,159.663044615741,2840.6847350703,363.760677409921,6519.7922206028,245.89704456743,1898.211534246,135.127450438614,2585.25432642095,162.748745299416,4621.3302527072,209.187062277023,3094.93572923904,277.108523334396,3942.72771459548,325.352762125071,5558.02580906887,2698.68687483277,1023.96198521345,29357.9143564581,12601.665586582,654.273434648856,5996.10889657048 -6548,1174.28930133126,3937.32370012658,210.025414553257,1577.51787277066,348.999627140724,2807.90429310135,462.231478595718,3308.93359476312,57.9768645733861,1210.15887521804,454.020866231546,6715.69255880996,253.975112788289,3917.58129963413,288.462582232068,4427.5009330685,218.797738382042,5027.12556583761,94.0046453838356,1364.1510423295,152.341871586282,2622.98303022977,346.670892894445,6020.13456267684,230.24649653142,1752.73819746507,127.445179218954,2387.12805518787,151.993565222499,4267.16512405888,195.218317809174,2857.74897764038,257.710217573491,3640.56868420656,302.577236190631,5132.07509400227,2444.18781220282,939.65561208211,27567.7682512064,11967.5947102157,584.494979583084,5692.65048428459 -6549,961.42781247094,3628.46940350092,171.09450616634,1453.77311361018,282.978024403907,2587.64470270747,376.51381704474,3049.37191382774,46.894830775719,1115.230747211,366.915313807806,6188.89551097293,205.249064831667,3610.27565018157,233.13899867716,4080.195811458,177.571861720692,4632.78426983603,76.5370489391603,1257.14335315822,125.685501076284,2417.22916273937,285.840234678785,5547.89896114689,188.421391148113,1615.24868317149,104.1386259138,2199.87528843752,123.007965682246,3932.43717600259,157.880037892798,2633.57943567626,209.823455575054,3354.99265187732,246.353450296408,4729.50127378596,1928.82667618174,753.265026796517,22539.9620826542,9864.7441182762,461.381113329775,4695.68615531123 -6550,734.756023486528,3290.24373139994,139.121578367818,1318.26049554629,233.711799646174,2346.43890174706,303.295651841336,2765.12647853617,39.5996866507969,1011.27515958521,310.571241947275,5612.00120348837,173.730707262542,3273.74589824972,197.224770042012,3699.86272409547,148.65175392783,4200.94196964954,60.7436090776344,1139.95946423278,99.7678033136735,2191.90854755083,226.895120279307,5030.75477548233,146.10744965819,1464.68421349489,86.1812358910572,1994.81518864662,103.71843255623,3565.87732419151,133.372454333641,2388.09185520955,166.526331200735,3042.25895665029,195.518352054921,4288.64355414106,1761.24734118943,652.929173337788,18376.3080618311,7709.15471196241,438.558855894292,3637.31848250701 -6551,588.152752861801,3093.41653578182,119.941135833763,1239.40022329463,220.596797411179,2206.07149239298,246.806855869886,2599.71256554679,41.6134512658302,950.779199434952,332.577533411773,5276.28307776213,186.040825084081,3077.90562715691,209.923914302902,3478.53152081533,148.771140794073,3949.63547252,49.3814646456852,1071.76542063595,87.6920498806238,2060.78537015563,198.758639272344,4729.80766179258,111.805298647338,1377.06466012956,82.1994628928401,1875.48242444721,107.691184279566,3352.56132363485,135.454776180735,2245.23270521602,135.377437423167,2860.2665732086,158.946475788803,4032.09061986707,2041.60055632459,669.821566713645,16723.5838936938,6491.1071215228,478.392268695146,2948.72023522654 -6552,585.375001683309,2965.33914681319,121.430866229907,1188.08506975789,225.263810084648,2114.73304076334,251.57541291822,2492.07610805302,41.9221136728789,911.413884114252,335.122387039199,5057.82799670775,187.464392887077,2950.47043966816,211.566035516153,3334.50913343951,149.71123188513,3786.1078670886,50.7660917983801,1027.39088682387,88.1825431018739,1975.46223103703,200.056517877645,4533.97841971052,113.254052858036,1320.04975635884,82.2139683047945,1797.83142297319,108.473627371271,3213.75450737793,136.464964198227,2152.27285348419,139.17334094817,2741.84234219625,163.403241252959,3865.14910626745,2069.7262884416,682.55574147482,16944.4832603855,6539.41950367537,495.724747152322,2981.60326773517 -6553,588.610724670019,2893.86013971686,123.429437552339,1159.44647669054,238.95287949134,2063.75775242574,259.755919442243,2432.00502781805,45.077992848984,889.444403975594,360.846184823837,4935.90989379625,201.854049683962,2879.34984028539,227.812547563468,3254.13134519628,160.059065053393,3694.84436645666,52.4131502752962,1002.62580031802,91.5599685607471,1927.84404241176,207.668830246661,4424.68762375371,114.936342509073,1288.23017646232,86.5334342667646,1754.49499544219,116.535575232294,3136.28748931843,146.772764734287,2100.39267420259,143.688690128087,2675.75068841511,168.704706938561,3771.98032970704,2300.57387729239,739.260918520979,17699.1273720287,6676.85231033554,546.43754587563,3019.68704002628 -6554,679.534716552228,2906.5964021657,141.621382807203,1164.54935447646,287.640683854091,2072.84062412538,304.4908319125,2442.70860463784,54.8811353860386,893.358966814073,439.82557277725,4957.63348816366,246.034395688563,2892.02224098113,277.738250131369,3268.45320902329,193.95311448879,3711.10586676657,61.1749977973143,1007.03848949936,108.72230619552,1936.32873983982,246.416574247456,4444.16126107877,132.630971539588,1293.8998483987,103.102209213695,1762.21676071358,141.772653226854,3150.09070669952,178.727015998845,2109.63678105389,167.708967232747,2687.52702222876,196.906883504527,3788.58131562605,2876.85080504745,903.720104617853,20977.4153672537,7771.73211276506,672.553263280398,3492.65491548089 -6555,960.078745272929,2997.95956863862,193.407972124923,1201.15468312122,382.706337748665,2137.99631029931,411.294156611991,2519.4903665378,73.7721004274024,921.43995664269,590.011754093309,5113.46698928316,330.047169496927,2982.92729723499,372.474272789005,3371.19063566513,262.989058372589,3827.75721294294,81.9357571536552,1038.69277252683,153.219038691512,1997.19344223622,346.549210959913,4583.85476817384,181.627988425194,1334.57105653769,143.769167966695,1817.60859397618,190.82632947779,3249.10763984736,240.162950432143,2175.94908237003,224.62381212012,2772.00417170483,263.730529948925,3907.66795083204,3681.62069912954,1180.71089579423,28850.2193432931,11015.5028525752,848.977219550497,4981.11122208859 -6556,1387.94961259886,3272.17903898792,271.545676741583,1311.02274287049,514.796280399503,2333.55605765283,568.611038863666,2749.94488003075,98.8925658979332,1005.72287343465,790.02690602677,5581.18917744015,441.933812930977,3255.7717852311,498.673217150354,3679.54906725612,354.154935101752,4177.87719672763,113.049330748967,1133.70065219189,210.667631580799,2179.87413401213,476.551707110401,5003.13401391014,257.390964259149,1456.64253878702,196.493596218082,1983.86289278543,255.992411102738,3546.29929827635,321.879328428831,2374.98032052162,309.920509831141,3025.5557951899,363.877273421479,4265.09726608617,4797.74162391206,1562.68154490831,39386.3456905069,15406.1866193907,1087.58817169894,6988.30934890289 -6557,1542.99358652531,3902.36396543331,296.369227189689,1563.51099639822,551.831511626461,2782.97274146699,620.379002318546,3279.55337372952,104.555357451468,1199.41380154961,834.940986755284,6656.06351938655,467.0583381835,3882.79685890599,527.133427562606,4388.18888514892,375.034480509916,4982.4894146251,124.207739495357,1352.03866291811,226.028210665002,2599.69340564573,511.788549655794,5966.68142466784,285.240917869123,1737.17552925769,208.050665904313,2365.93260115763,270.719045325565,4229.27670746142,340.288046893018,2832.37485204459,340.510869850738,3608.24385520447,399.793375918139,5086.50708959702,5022.67538737513,1653.43688444978,42199.1030807502,16735.1697063687,1130.59129820517,7620.7152881418 -6558,1388.0112972055,4305.44059360614,267.982748185596,1725.00662984545,491.149825953567,3070.42703298458,564.539315928275,3618.29966380012,89.7361578614781,1323.30170006316,715.805982425019,7343.57080063027,400.415308287201,4283.8523933541,452.146698559828,4841.44655031776,323.237924747177,5497.13260294465,114.902728790142,1491.6912402368,201.645600609949,2868.21670626884,457.267294835378,6582.9821724556,261.644788261237,1916.60903701862,179.568473375476,2610.31066117615,232.514971511718,4666.12027457962,292.001474773914,3124.93190597303,315.001531205044,3980.94070759036,369.842894105115,5611.89430232573,4193.62012024596,1431.63175777247,37624.7539796907,15159.5481743847,978.228964518426,6998.80612932783 -6559,1296.58082210895,4424.03076647605,251.862959018607,1772.52066005619,451.182041138701,3154.99967188403,525.056675693296,3717.96304860269,81.9339357105654,1359.75106545508,653.583986573676,7545.84402024512,365.608893891705,4401.84793523464,412.756316813529,4974.80061034015,295.100591614277,5648.54704973557,107.292449661859,1532.77877081634,183.12876260016,2947.21961146045,415.770998981558,6764.30554154131,245.39891344142,1969.4006136488,164.521192321884,2682.20973534124,212.295598459051,4794.64510217009,266.614069548405,3211.00584123679,294.138235758985,4090.59277139984,345.347325658758,5766.46977514234,3831.73250116674,1312.76268345484,34521.8643331291,13944.2115535251,897.029507642911,6432.69194719848 -6560,1215.22388572435,4428.3195046327,231.557897005274,1774.23897473108,423.629786831147,3158.05818756605,487.666921631642,3721.56731150981,78.0169199461363,1361.06923356597,622.093443446141,7553.15910254946,347.993372585463,4406.11516893986,392.871278169447,4979.62327508312,281.388067606493,5654.02285687628,98.9875693903834,1534.26467522051,176.03774914315,2950.07670126631,398.974718743258,6770.86298582924,226.881210071091,1971.30978743247,157.381079807127,2684.80991961736,202.197639823647,4799.29312079443,253.850894914807,3214.11865034673,271.370717271525,4094.5582685286,318.616011379803,5772.05989877828,3609.63758099766,1232.86110379136,32695.3647302491,13244.1418573342,831.068772860398,6108.06929700375 -6561,1136.59981177519,4499.27866582577,217.403012993901,1802.66928769094,388.226147721959,3208.66274754736,453.885144991712,3781.20151235552,70.6112544750423,1382.87893610403,562.79200687702,7674.19053077274,314.820692294004,4476.71852901379,355.409418567949,5059.41649919166,255.198019855018,5744.62262477258,92.6884860016419,1558.84965249867,160.891940570144,2997.34857673917,365.020437803259,6879.35894180644,213.078701284901,2002.89795283507,143.512389385594,2727.83117399152,183.056628718408,4876.19674389908,229.736867493281,3265.62152026499,254.102015879186,4160.16925705076,298.340851205352,5864.55108608871,3229.83020390878,1118.75225751484,30029.503917595,12260.3920959819,750.740178808922,5670.59298035427 -6562,1084.91144999823,4568.93820595753,204.558065752939,1830.57889785668,372.517421281808,3258.34048214285,428.729079685019,3839.74350943093,69.280674532907,1404.28919270329,552.389472702679,7793.00526152447,309.001609985869,4546.02878454409,348.808474231373,5137.74830587562,250.030517867418,5833.56305278199,86.6031999555413,1582.98435452377,156.178690432881,3043.75466513199,353.761375981856,6985.86778819717,200.168492990033,2033.90757919697,140.416219292738,2770.06449165211,179.564716990163,4951.6918727854,225.421970892029,3316.1811122,237.419431901191,4224.57857659738,278.753850735957,5955.34829205843,3197.62316476106,1086.449261525,28877.8704833434,11731.6214920959,723.20431889562,5395.75702598092 -6563,1036.13547828809,4501.35805574197,197.462748591876,1803.50241064631,344.425876808272,3210.14566546761,409.006304261418,3782.94903520972,62.3887023075357,1383.51804844373,496.737775349568,7677.73724027662,277.870560372595,4478.78749252068,313.664575551982,5061.75476281827,226.513724032742,5747.27756376293,83.4219981290651,1559.57009159325,145.321003714078,2998.73383354782,329.644435027534,6882.53831136232,193.696082304722,2003.82361361663,129.101976145199,2729.09187044035,161.848570005872,4878.45033054969,202.948095166893,3267.13076229326,228.698286137607,4162.09192391479,268.514364671311,5867.26145130438,2775.07769701877,980.040912405132,26992.4516560902,11157.4877805766,647.458583464266,5176.83560633468 -6564,990.848859276833,4442.09545888807,188.948159584207,1779.75841273198,323.139265932831,3167.88251597826,388.708320822019,3733.14464710811,57.8914726699456,1365.30335160564,461.043130438197,7576.65604629334,257.903303046849,4419.82204825327,291.111354167723,4995.1142671795,209.875576688365,5671.61182265747,79.759992502038,1539.03758285723,133.951206251177,2959.25402499915,304.334452423468,6791.9263031135,185.844143560221,1977.44228835667,119.361612479911,2693.16203120243,150.158360108224,4814.22312808524,188.326645880279,3224.11737592473,218.659034746965,4107.29593286023,256.727292479122,5790.01606319723,2592.37414111908,917.189297212793,25156.1264544884,10426.2694653068,605.26457667399,4835.31301024925 -6565,952.140570523674,4376.72465691296,183.124944738865,1753.56711724115,308.712979902354,3121.26329706479,375.384504356413,3678.20691293982,54.5811785936321,1345.21126311727,434.389264430937,7465.15639784595,242.993374607601,4354.77902642817,274.297451992447,4921.60512523851,198.458902970865,5588.14720178878,77.3513983655951,1516.3887852363,128.40637524442,2915.70502641219,291.886683716309,6691.97490101069,179.955571475758,1948.34183577844,113.607077202094,2653.52889781797,141.633106250181,4743.37601782326,177.537532601103,3176.67059309966,212.055964053869,4046.85211044237,248.974635640366,5704.80898086345,2401.07807472116,866.458753037367,24144.6340731116,10066.7172491613,572.579103873849,4690.11296583721 -6566,939.275590033735,4289.97513071044,182.652896195298,1718.81027770711,297.38706867155,3059.39783067179,369.479745326264,3605.30246224097,51.5236294229108,1318.54830191559,409.978919617854,7317.1921480232,229.338451369024,4268.46447687966,258.867398082143,4824.05571415185,187.491852718741,5477.38649370095,76.841221999783,1486.33297433435,121.564541865635,2857.91385849212,276.940674987157,6559.33561078143,179.289578230494,1909.72443478032,107.590578142692,2600.93423109914,133.715089748596,4649.35922343876,167.586799063357,3113.70691810182,210.657334638296,3966.64087242491,247.332506635923,5591.73596052069,2255.98104855364,826.681269990803,23177.8238402957,9730.28366555873,546.15186525072,4542.50384865736 -6567,963.779258391505,4182.95156385546,186.147450345684,1675.93049377774,303.540321162623,2983.07392242277,375.924647389886,3515.35967298378,52.9792145787525,1285.65399879215,421.642764918005,7134.64749935177,235.863099564687,4161.9775441142,266.215029637862,4703.70824510948,192.646501115841,5340.74014454086,77.8899864151036,1449.25288608193,124.276996811536,2786.61644403614,283.008205732246,6395.69748424794,182.446479078047,1862.08184607225,110.480554298128,2536.04778069183,137.47555525373,4533.36997116537,172.326986833068,3036.02814133439,213.532483037102,3867.68364268233,250.708214686382,5452.23689370276,2331.39489881351,847.275075739741,23653.4203396253,9920.16630739444,556.98835106475,4620.73198227543 -6568,1008.99422420491,4178.59784023354,194.009155112084,1674.18614219536,315.957848245088,2979.9690623249,391.818568826091,3511.70079618013,55.3156399736336,1284.31585702821,440.208151619578,7127.22157464817,246.248406787737,4157.64565079173,277.936516885424,4698.81250453379,201.253767348946,5335.18136477235,80.9977568284269,1447.74446638642,129.952557694673,2783.71606193694,295.857338162057,6389.04067773447,190.544881755797,1860.14374337242,115.612425252486,2533.40819690498,143.544494607111,4528.65152304828,179.924682528495,3032.86816512287,222.052319329402,3863.65805802513,260.711343558778,5446.56206524874,2429.29068207353,881.838984424016,24666.5884884339,10364.1939954058,575.881932828852,4824.3872351435 -6569,1091.47808092352,4227.78839592333,209.294182268135,1693.8947022941,342.345739445765,3015.049330807,422.46635640926,3553.04062360193,60.2971531704445,1299.43485462116,479.883778650148,7211.1234008554,268.442589036833,4206.58955679639,302.969688127555,4754.12703993957,219.265348535521,5397.98724992168,87.1555134061159,1464.78734955471,141.266328067697,2816.48603531193,321.464772128056,6464.25262041925,204.998927398688,1882.04140088766,125.890672573158,2563.2315399879,156.464816405578,4581.96291922985,196.130261936843,3068.5711631333,238.933578557828,3909.14113491749,280.531608385096,5510.67912672061,2652.53712966166,958.306940275575,26754.5619896376,11224.2695532081,625.262172745161,5218.79214179558 -6570,1158.96115185108,4433.25805332,217.994817333347,1776.21764080304,357.507624830797,3161.58011594098,442.017261437165,3725.71767630208,63.3201584850408,1362.58712464626,503.814134116952,7561.58253358957,281.829010632808,4411.02895491688,318.060340047645,4985.17664853837,230.449075242309,5660.32833396044,91.0541920442271,1535.97571725121,149.034591712215,2953.36668461219,338.992040783551,6778.41398491039,215.643007441671,1973.50823073648,132.67392370952,2687.80407225027,164.336158886343,4804.64538652794,205.954254028392,3217.70309844829,249.621660151821,4099.12460014513,293.080471287546,5778.49701308457,2764.54415213893,997.698500785594,28050.8216380522,11843.3154972667,637.835777224167,5502.61673267842 -6571,1177.10649360133,4269.96101300961,220.871195481249,1710.79147336552,356.398179326199,3045.12475299392,446.369323823927,3588.48256337726,62.5725268942461,1312.39684879413,497.336600669001,7283.05508651863,278.205537769792,4248.55071331713,313.983435967105,4801.54993826349,228.814425850059,5451.8327189965,92.1561655748168,1479.39875159772,150.952817181873,2844.5807685324,343.343456624766,6528.734194467,219.026215535282,1900.81495431732,133.154089664204,2588.80003398907,162.50662822302,4627.6684630273,203.485429484666,3099.1804710139,252.642679348999,3948.13521332928,296.627446055438,5565.64870867051,2652.0161309946,980.023370027766,28263.7762387444,12065.5372131922,617.89992426108,5629.70707541351 -6572,1117.2830864401,3956.4930698104,205.443167082187,1585.19822256892,331.722038195466,2821.57493832402,416.576718369212,3325.04356594359,58.4133693502066,1216.05069022285,463.855566481866,6748.38877663389,259.476554001875,3936.65455088768,292.875730549502,4449.05679400995,214.37764313909,5051.60077685859,85.7451279402839,1370.79258811709,144.065765474635,2635.7533623666,327.30823282651,6049.44436643378,205.161708791866,1761.27163007694,125.594915175618,2398.75009687345,151.793613637206,4287.94036937649,189.930189790201,2871.66229815659,235.067059581261,3658.29326371335,275.991933409755,5157.06126537519,2410.33138139901,901.922657873535,26593.1910953156,11473.4667553922,552.810052302605,5366.44043911899 -6573,916.842723255891,3642.76520365955,167.376205614994,1459.50083171857,269.014310811367,2597.83975947597,339.999697155447,3061.38612881529,47.2555387475057,1119.62464285127,374.931402324589,6213.27912940503,209.733191303803,3624.49976880381,236.747436725248,4096.27136768908,174.024005893611,4651.03696835286,69.8263542884013,1262.09637002262,118.883042290896,2426.75279962461,269.938420095099,5569.75711841075,167.921679387995,1621.61259858961,102.634642726158,2208.54257317942,122.865962397296,3947.93057824826,153.628177690016,2643.95547061761,191.426337310793,3368.21098146793,224.753417318728,4748.13502745488,1901.08131121105,723.500898206569,21764.8980201864,9464.24965250396,436.255398029851,4439.96951088914 -6574,692.650958072635,3311.49249099995,135.997760954993,1326.77396829991,221.976274611715,2361.59246488998,271.383085362812,2782.98397257083,39.8868168239801,1017.80608692972,317.200288408665,5648.24413081619,177.4389351171,3294.88811301016,200.18397174701,3723.75684866354,145.59604223756,4228.07211966086,55.3088158349734,1147.32144911496,94.3077916171413,2206.06413649631,214.123351890626,5063.24394879515,130.011484335886,1474.14330688833,84.9153402927037,2007.69792678103,103.553417310891,3588.90615615973,129.723814181719,2403.51441775404,151.627048901289,3061.90620302111,178.025123800962,4316.34009072966,1717.87424256731,624.634871981031,17701.2737263256,7388.25672301437,412.902443861797,3433.07826654766 -6575,524.700556303337,3080.42035038135,110.379035650365,1234.19320545496,219.065433190897,2196.8032565152,242.087475686656,2588.79054903236,41.8718225668834,946.784747796175,339.828124363067,5254.1161460506,190.096739231643,3064.97460680675,217.44442194819,3463.91737492097,167.177324210579,3933.04210584227,52.6608645805982,1067.26267684077,99.5048948885246,2052.12751615138,224.966656989488,4709.93660447772,106.038308243112,1371.27928094623,81.9811614445263,1867.6030725974,107.273369568294,3338.47640877633,148.637551532337,2235.79994368304,144.36778962636,2848.24990676545,169.502036789199,4015.15083932307,2136.68898647726,681.531545888749,17182.8232112894,6738.41091169747,507.544581882741,3064.45345929384 -6576,524.264404809779,2956.89162882413,109.716701256165,1184.70050917227,223.656175714091,2108.70868924082,243.555826736042,2484.97679943752,42.184556101378,908.81749132397,342.443371709953,5043.41949539564,191.55968463635,2942.06527894918,219.158404982298,3325.00994144332,168.232208226737,3775.32218196719,54.1574494896484,1024.46410423053,102.509183094464,1969.83462761389,231.743251703589,4521.06223631085,106.288522006514,1316.28926101203,81.9898375637135,1792.7098457994,108.058416868472,3204.59931545236,149.753192355485,2146.14156031771,148.470621150841,2734.03151133944,174.319166024207,3854.13825220016,2167.31501147179,693.995846300445,17387.5632386325,6789.4448651138,527.417196162306,3104.37873405087 -6577,522.73041008326,2881.70870863654,111.966435902795,1154.5779159196,237.208884279917,2055.09195349825,250.908914584292,2421.79294428405,45.3738909134669,885.709592390769,368.823914663739,4915.18381651631,206.316718663696,2867.25933851575,236.050074879662,3240.46712133669,179.869481413824,3679.32957151019,55.9408669032403,998.415735655707,106.259007504032,1919.74895042945,240.187307711735,4406.10818863381,107.071508723371,1282.82084793603,86.2910782158549,1747.12780283835,116.125368217095,3123.11809638494,161.110097480221,2091.57304381621,153.35979325297,2664.51510738887,180.059536723713,3756.14163785609,2408.51227783705,751.697374217625,18175.2292866634,6935.89106579929,580.588105713926,3145.14728698323 -6578,598.117118686467,2890.41614957723,129.575721613915,1158.06661655896,285.529658818841,2061.30166919892,296.319137671978,2429.11069259418,55.2553576956927,888.385873981349,449.645977701146,4930.03565517253,251.527840227522,2875.92311888915,287.849652854064,3250.25859540022,217.965007972324,3690.44712299942,65.3089686488758,1001.43257286289,124.120475067361,1925.54971042879,280.555363765915,4419.42179202328,123.972526779307,1286.69705052979,102.801221736035,1752.40696659055,141.310229134797,3132.55498578793,196.232053484921,2097.89299166436,179.042093625048,2672.56627087518,210.213092678028,3767.49128654835,3010.58863500002,919.596605284493,21569.7490734504,8074.57343563705,712.940237858016,3634.32055327641 -6579,898.50709293795,2983.98867059374,190.063914592697,1195.55713944866,380.510441043839,2128.03295762972,421.466250334173,2507.74919984423,74.2417444628169,917.145921518466,602.955039233064,5089.63753984345,337.287524616517,2969.02645161288,385.875593509464,3355.48043024628,295.531698524591,3809.91934537394,87.4083627699935,1033.85232338377,164.657994193845,1987.88625002146,372.313479045679,4562.49338348786,182.754323476648,1328.35177447679,143.376109093477,1809.13829150193,190.116346786512,3233.96635774068,263.574619119007,2165.80886463706,239.626755627027,2759.08625644406,281.345466693718,3889.4576883904,3851.55541338644,1205.90526500006,29707.2773715681,11423.788928553,898.647859494465,5159.64812336117 -6580,1274.47662054088,3262.49687909968,266.138591942481,1307.14351387283,511.785489354169,2326.65122066526,582.435767238238,2741.8079762443,99.4974802958267,1002.74700642132,807.187505234681,5564.67481030479,451.533294900868,3246.1381733142,516.497874972141,3668.66152658023,397.964425422091,4165.51513629935,120.494451799072,1130.34610745301,224.734416328994,2173.42403160323,508.354837053756,4988.33007351208,256.968098122131,1452.33243050978,195.97450321917,1977.9927745873,254.975421924256,3535.80603479403,353.175247116442,2367.95291189858,330.33103058625,3016.60337705789,387.841239683434,4252.47712728047,5017.14892540417,1595.10951646166,40571.1671146024,15978.575670396,1148.81896314572,7231.03284417314 -6581,1378.1806050482,3875.0719798742,283.810887018385,1552.57626045016,548.336311057191,2763.50944882071,626.83786850377,3256.61714222754,105.18594718509,1191.02545427056,853.015127041314,6609.51296924291,477.168846662541,3855.64171993359,545.945443641408,4357.49918302349,421.412668544477,4947.64334943055,132.316882247874,1342.58290225852,243.952219149171,2581.51191475624,552.081011429699,5924.95221008911,278.380689936843,1725.02623465624,207.490550776433,2349.38596456591,269.620096108336,4199.69839035723,373.344122469506,2812.56605557027,362.741781254665,3583.00885917071,425.894660507992,5050.9335553841,5251.46578171542,1685.04266244392,43454.3879353729,17363.2438494762,1193.19956864493,7887.95499527701 -6582,1258.1106848113,4266.38705824259,249.557552452857,1709.35954194437,488.063645964585,3042.57598543048,563.943068837025,3585.47900565749,90.2554301471181,1311.29837343109,731.149207593867,7276.95917384738,408.99816787059,4244.99467895791,468.205501259209,4797.53104388982,363.175655024904,5447.26953833146,122.399877465939,1478.16049574375,223.998096032046,2842.1998561618,507.075564490355,6523.26964792293,254.611103091913,1899.22397335836,179.06352001238,2586.63320993748,231.513707517723,4623.7951073425,320.294218851089,3096.5864588474,335.554683749064,3944.83062656057,393.974324167645,5560.99026409144,4388.4713290288,1457.82046272074,38656.1549656139,15721.3881017007,1037.65718716166,7257.03198785776 -6583,1143.8878639314,4389.33095473442,228.786426028092,1758.61792373749,448.003466396337,3130.25348442781,511.824324632146,3688.80126726372,82.4084638442312,1349.08588058695,667.596295686917,7486.65831816583,373.447251227565,4367.32211416093,427.409712026067,4935.78084448792,331.567961342887,5604.24276489088,114.282025057777,1520.7564460188,209.140916674657,2924.10314345261,473.442733091028,6711.24982352212,230.752926662809,1953.95365268838,164.068342484961,2661.17186788941,211.382461619991,4757.03838305005,292.448306278949,3185.82037032268,313.299895150109,4058.50827502724,367.845005393707,5721.24056536207,4010.14143077459,1333.58865083667,35443.1753698537,14475.6188695524,951.97766669153,6681.23084758988 -6584,1109.66807668839,4405.90108859877,220.462781626986,1765.2568704729,421.089624498832,3142.07048337394,492.633955916056,3702.72683620074,78.4620041969087,1354.17880565146,635.38375873753,7514.92115179765,355.427853192354,4383.80916259876,406.788529149512,4954.41387766808,316.15413024786,5625.39930418587,105.418975441687,1526.49744348412,192.163392017777,2935.14190562841,435.07940320615,6736.58541774358,223.375895467364,1961.33001002476,156.947929754131,2671.21803996933,201.310269130429,4774.99664676219,278.426013585661,3197.84713944728,289.002176291634,4073.82952241102,339.317084820136,5742.83878226935,3776.16759498084,1256.4129154845,33620.1770272137,13734.6639992423,880.092987095365,6325.64666167719 -6585,1024.26281886961,4477.3800956951,202.926225124061,1793.89546354025,385.741796722221,3193.04577171154,451.221618354378,3762.79791643571,71.0071854704344,1376.14828579012,574.76752111662,7636.83925470915,321.519685238855,4454.92976198154,367.967484728943,5034.7916659113,286.725916645854,5716.66280481781,98.6964656101633,1551.26252998996,179.433939090355,2982.76009425367,406.302288600053,6845.87621370039,205.675923889314,1993.14958992128,143.122740307279,2714.55446750032,182.235215928151,4852.46366482169,251.954640987177,3249.72731872888,270.572667151441,4139.92117619217,317.679021756535,5836.00755882976,3379.64946428201,1138.2817175208,30850.1471320882,12719.6146708837,796.126050682468,5879.81199564046 -6586,986.583337324415,4524.49126146868,197.178056198399,1812.77090068364,370.330839003372,3226.64312227339,436.766758632781,3802.39022100331,69.6747403796818,1390.62817104338,564.182467999639,7717.19437141249,315.598503506463,4501.80470447931,361.155508644448,5087.76793769047,280.926694015284,5776.81375097679,92.20623337693,1567.58497406367,167.66224037413,3014.14481082002,379.644406610715,6917.90878682929,198.258615341605,2014.12158665495,140.038295328547,2743.11711413441,178.773593977523,4903.52147435265,247.241000558307,3283.92107471104,252.779938354906,4183.4815862205,296.788601678372,5897.41425508596,3343.70296366725,1107.73663394239,29721.3959640034,12165.1757062674,764.029403470923,5581.27063489963 -6587,945.518764040437,4452.81731058284,186.209447061458,1784.05420194463,342.329838039725,3175.52880967841,409.083499892054,3742.15530967308,62.7242155102328,1368.59877382017,507.208409722091,7594.94376280516,283.727737307652,4430.49013878784,324.680284996128,5007.17093612477,254.492157751918,5685.30134855704,88.8075767748012,1542.75234605149,161.315966736606,2966.39675371285,365.289647176936,6808.31992347077,188.855666445975,1982.21522562174,128.763734783603,2699.66249571423,161.08492560821,4825.84318147728,222.527693612715,3231.89940327446,243.462648461243,4117.20968151021,285.849183554574,5803.99138050287,2904.11696826619,997.581629381634,27725.3482274199,11572.4476856119,687.114504757906,5365.74535898533 -6588,867.56368595342,4385.75700627054,171.149558511676,1757.18599484174,320.824141373749,3127.70472135946,376.797229325822,3685.79771484112,58.2059006176389,1347.98740716121,470.782900402727,7480.56241624554,263.351641128323,4363.76608607326,301.347665877375,4931.76195720211,235.798860324438,5599.67959227362,84.896000563036,1519.51819234865,153.80710201079,2921.72223528107,348.323621874368,6705.78528661551,173.34303083927,1952.36267453532,119.047299223208,2659.0050476593,149.457967446581,4753.16503419643,206.505904223307,3183.22636273107,232.739208651718,4055.20369408661,273.25880661658,5716.58212899879,2712.94919089704,930.518296109993,25816.6949463154,10825.5674648478,642.364739377218,5021.25643753894 -6589,842.435719281111,4300.0471781777,164.834622766312,1722.84571804809,306.526193763211,3066.58071617412,362.382003056132,3613.76702821796,54.8695903753862,1321.64400309803,443.51013748317,7334.37152655021,248.095507426728,4278.48602141396,283.907828286019,4835.38168147269,222.96665504212,5490.24635770486,82.3375930080502,1489.82260208591,149.324668882338,2864.62369786485,338.158200705325,6574.73568598292,168.007987103304,1914.20810533095,113.311183448743,2607.04073107564,140.951489863579,4660.27503655282,194.648668904835,3121.01731103482,225.725430077851,3975.9537924152,265.023938181344,5604.86429537176,2514.11219294845,878.779866257806,24752.8200107755,10450.4110913597,609.452725516836,4874.53236396251 -6590,800.361977174035,4210.37350773881,156.759617144862,1686.91729848997,294.938302394528,3002.62989491058,343.424690496721,3538.40512168449,51.7937699433017,1294.0822895027,418.572549547824,7181.41971279199,234.145649216208,4189.26198977804,267.9261123216,4734.54408472465,210.645163141362,5375.75213889544,81.784176465449,1458.75367295652,148.008908830275,2804.8845111142,335.20745370141,6437.62540400284,159.452612823802,1874.28899289423,107.312251314255,2552.67320866201,133.066058435449,4563.08913359268,183.731867637763,3055.93126286211,224.208259335702,3893.03880211679,263.242629957281,5487.97982112028,2363.09702735769,835.017299912166,23722.5161180771,10113.086114724,582.476708946803,4733.72224752095 -6591,815.933957261607,4115.24144901251,160.480611889442,1648.8019352778,301.036110800738,2934.78642141091,350.713864943527,3458.45597626667,53.2592408996901,1264.84290916379,430.496551927753,7019.15780405637,240.815826898716,4094.6069391278,275.539408513127,4627.56855747453,216.439419991385,5254.28871831399,82.8926865375455,1425.79359475257,149.983466296472,2741.50903206433,339.682319300267,6292.16929259945,162.455075030589,1831.94002546548,110.196240240709,2494.99636428012,136.814154709643,4459.98757677536,188.936192167317,2986.88346179938,227.247198216817,3805.07682077095,266.810644203118,5363.98065152833,2441.25785947011,856.065154067006,24223.4858875577,10309.771834994,593.005279351743,4812.22663758819 -6592,853.908362623596,4084.11559203789,168.178852947026,1636.33113038025,313.36255543658,2912.58900151814,366.718446993611,3432.29775264746,55.6072037249884,1255.2761996587,449.446137234262,6966.06801464833,251.416051301304,4063.63715241331,287.6677655367,4592.56768599596,226.110959865109,5214.54761413435,86.1901008072624,1415.009525809,155.848089651261,2720.7734764271,352.973940879621,6244.57812112432,170.049974562782,1818.08404546402,115.317627797226,2476.12532087988,142.851776601444,4426.25421334012,197.263476230367,2964.29200305177,236.28693604476,3776.29691116707,277.424188802245,5323.40988632714,2543.27042556326,891.153084717923,25271.1400144118,10771.8551657513,612.517294514929,5022.03016634296 -6593,927.831934281975,4104.12970973872,182.913000667993,1644.34993472184,339.606440063993,2926.862079196,398.438626284458,3449.11765151118,60.6158629100796,1261.42765278016,489.960555194165,7000.2050761529,274.079445511187,4083.55091597583,313.579805452135,4615.07346188432,246.347333906886,5240.1013888388,92.7427554268372,1421.94374854563,167.686218541761,2734.10656638681,379.786591245732,6275.17953743875,184.594100542533,1826.99352592703,125.569079029449,2488.25951798995,155.712067685224,4447.94497375158,215.033685179616,2978.81845013969,254.250793477543,3794.80257026269,298.515530792922,5349.49713817731,2776.59213529466,969.185150926052,27420.6925805919,11662.1673610717,664.537920596627,5429.16012860844 -6594,984.446976372343,4279.57818743258,193.618878340904,1714.6446654557,354.692972901491,3051.98324556564,420.637134804052,3596.56485326717,63.6512922715095,1315.35274215441,514.368704679374,7299.45861125474,287.733140703465,4258.11966561677,329.181253929294,4812.36440310665,258.909599002476,5464.111806797,96.8556567709128,1482.73078104527,173.844252339345,2850.98757864796,393.852449021437,6543.43877263951,195.449710924562,1905.09613367838,132.336380307353,2594.63075267648,163.536262524223,4638.09129701689,225.79274778222,3106.16071253535,265.526158603513,3957.02754393286,311.753922537646,5578.18414265812,2892.30887654958,1009.47991705523,28779.2323945744,12306.6057607378,676.03219453075,5716.76400549973 -6595,1015.78565368658,4084.57045877904,197.969649269971,1636.51337610566,353.733136381553,2912.91338995366,427.78045881926,3432.68002343736,62.8851405049246,1255.41600554355,507.653900390684,6966.84385768827,283.976940706036,4064.08973837643,324.897090722658,4593.07918138577,257.065213976404,5215.12838228998,98.0125312560643,1415.16712192918,175.460803964677,2721.07650148521,397.557855322012,6245.27360851583,201.180111027728,1818.28653384767,132.822674424774,2476.40109834748,161.677503753402,4426.74718563342,223.037669899501,2964.62214988842,268.697686713175,3776.7174947257,315.477609626803,5324.00277897481,2775.2937522657,992.037741364551,28985.4876308548,12531.5080807574,655.940757250054,5847.08742805623 -6596,984.574799390412,3764.47445825219,189.408218825781,1508.26454509964,329.512949940106,2684.63677300825,409.710854445403,3163.67079525057,58.6935087113534,1157.03267578407,473.396909121028,6420.87240790023,264.813893655548,3745.59875280892,303.005749836367,4233.13281960746,240.835288010858,4806.43381960541,91.1606631455557,1304.26455815213,161.993195964101,2507.83358792966,367.155757611052,5755.84953701155,194.585963595108,1675.7926649892,125.282641035838,2282.33269010701,150.988644802764,4079.83578239904,208.141167426292,2732.29326663634,249.91354669186,3480.74704265941,293.423174900146,4906.7760439871,2521.41680927722,915.109947350129,27298.0935628241,11905.312714343,585.768661711125,5561.26451473558 -6597,823.517527055303,3452.04621316266,156.822626509646,1383.08785704342,267.370333232911,2461.82841954602,339.161944261382,2901.10556189259,47.4733061058067,1061.00607435129,382.581882595787,5887.97945814291,214.012799873095,3434.73707526868,244.897749107954,3881.80881071116,195.493950505186,4407.52935098656,74.2247715605705,1196.01861531071,131.706778624684,2299.69881226771,298.530003946183,5278.149398575,162.471041835847,1536.71217254257,102.380515659082,2092.91310312655,122.19129987052,3741.23448548913,168.329037035411,2505.52971708061,203.484433669344,3191.86642938953,238.910812800537,4499.54378740751,1988.74571747905,735.151945128071,22346.3411439818,9815.32796123042,462.417095855477,4596.87000206083 -6598,629.812803788931,3146.76586500087,125.370567832915,1260.77502677869,220.5577711645,2244.11759222049,266.137276902637,2644.5474333798,40.0908818772174,967.176419769993,323.813974714015,5367.27831222617,181.1385706411,3130.9874539038,207.156701107653,3538.52257638647,163.582581529998,4017.75122760224,58.8833532432589,1090.24917980958,108.194782515995,2096.32585294885,244.885940000021,4811.37833395165,124.399816757024,1400.81363640204,84.7127661285927,1907.8271566063,103.037570427952,3410.37988628646,142.20442982278,2283.95418270811,161.426509443398,2909.59497800092,189.530657865186,4101.62840355449,1799.14523935368,634.617932730722,18147.8274979094,7664.38616282177,440.016530869839,3566.04158416391 -6599,578.376514954176,2897.62903197024,113.115593572915,1160.95651125795,249.203245189867,2066.44553975148,275.195566427492,2435.17241133591,47.0085742766866,890.602794485886,387.63325605928,4942.33830141236,216.838491907417,2883.09983468177,249.456365615202,3258.36944580456,196.895779743608,3699.65644086174,59.2212082486669,1003.93159549451,118.182828575907,1930.35481906522,266.636521379146,4430.45022806203,108.06394214115,1289.90793575207,89.1704062457296,1756.78000656148,119.152150545025,3140.37211298792,171.90025451907,2103.12817394918,162.352726297857,2679.23552028488,190.618127887036,3776.89286409301,2469.00129187452,777.575624248292,19437.4606920718,7601.25245913028,587.684196395542,3456.75017616534 -6600,601.513634547198,2763.24850039402,120.275375904657,1107.11595699844,271.207807569198,1970.61199893542,285.212096798627,2322.23878197737,50.5247131851908,849.300172367656,402.88038503171,4713.132270949,225.367596158972,2749.39310959819,259.302893964663,3107.25920589189,203.811296335693,3528.08106192707,60.5421869306788,957.373233474997,120.934433894483,1840.83262562546,272.834802146627,4224.98353436172,114.678769827877,1230.08712633228,97.8536429604306,1675.30752387321,130.944610871735,2994.73412094878,178.576419477225,2005.59343818073,165.974139922271,2554.98321280818,194.870024982524,3601.73556645987,2686.43062169428,831.562037334148,20321.1437820911,7786.52577587742,631.215464253986,3538.74279286914 -6601,628.937116421185,2687.02588209675,128.685495130244,1076.57680100539,310.963952358149,1916.25380198518,317.815737222085,2258.18116274822,59.2612522620254,825.872716295952,481.364742398054,4583.12323194224,269.271026588683,2673.55268427554,309.904169884496,3021.54725042803,241.014024927046,3430.76097795101,67.957878832794,930.964644260969,137.580940085934,1790.05431793718,310.236094399208,4108.43979708802,120.462280925811,1196.15588146254,109.234831400604,1629.095130777,151.73920245987,2912.12610514046,213.068315320843,1950.27029837764,186.303981769435,2484.50547251156,218.739266242053,3502.38376540006,3310.31020072129,995.248122784979,23074.8200221814,8524.13313445138,785.219730110502,3830.93495970435 -6602,748.926564033288,2654.99029163985,153.983840063036,1063.74150465703,394.047425864108,1893.40760522135,394.462026849031,2231.25839754923,75.7684518279794,816.026395021167,620.949057780752,4528.48175645432,347.353213729213,2641.67772563481,399.864866827853,2985.52338816982,309.022487638757,3389.8583374601,84.6251476774435,919.865383077028,172.621528579837,1768.71271218372,389.142702144009,4059.45765082984,143.584505489781,1181.89492469377,135.151666457298,1609.67253244156,192.853720014013,2877.40679711863,274.631686690658,1927.01854595674,231.996675601447,2454.88439579041,272.386999513833,3460.62721490353,4355.92391839054,1288.57563820084,28924.6454553155,10435.2989154298,1037.4391976799,4660.7446667467 -6603,1022.82437813098,2656.15994807377,213.33557234937,1064.21013616159,493.757276014148,1894.24174627055,508.226803423666,2232.24137882364,93.6072763984978,816.385895591165,756.489282302307,4530.47677987832,423.173173494358,2642.84151721547,487.034339000234,2986.8386610168,379.638120328395,3391.35174013919,108.551050502235,920.270629931242,218.705034449842,1769.49191887614,493.253339846175,4061.24604560268,201.333838340913,1182.41560870803,176.461220351832,1610.38167395518,240.491322890161,2878.67443918265,334.940860841591,1927.86749431171,297.588642864796,2455.96589553717,349.398444219904,3462.15179482386,5150.16710778091,1564.21563676574,36806.8050199713,13729.7154421394,1221.60608611744,6211.14460287211 -6604,1238.43958427724,2640.82444980546,236.222901905125,1058.06585531281,462.497972404102,1883.30522829438,541.693903015141,2219.3533997604,83.3365275455422,811.672442812392,668.987377997076,4504.31980131878,374.225409926642,2627.58291370401,430.481988550929,2969.59396942849,346.969206455928,3371.77156810329,117.100025494751,914.957392427633,225.493481648893,1759.27565148705,509.433445795832,4037.79819874215,232.168505993516,1175.58886149617,172.751476240998,1601.08403907812,215.046715641802,2862.05424019609,297.502634449118,1916.73683606878,321.025337895725,2441.7862296005,376.915437820978,3442.1628544392,3927.46496777967,1329.5504057086,36925.119025947,15417.660966466,920.555300263902,7146.17895218194 -6605,1402.90721977537,2679.94296433113,258.644340390875,1073.73897759598,521.60249161661,1911.20261576924,616.032332239562,2252.22866650239,93.4577072316483,823.695741160219,756.286790998329,4571.04225974996,423.059901714157,2666.50528144591,486.736272885712,3013.58254460129,392.593528421953,3421.71759729649,134.178957312058,928.510650028187,256.921117358126,1785.33578968837,580.561925963144,4097.6100758629,257.426770255183,1193.0028512667,190.096300187465,1624.80088600603,239.896235955183,2904.44983009478,336.371235410627,1945.12944572111,367.846590362444,2477.95639233065,431.88821033949,3493.15158927579,4408.79391024675,1497.22122762373,41716.7577499791,17513.4720695135,1033.96032475016,8114.49760543171 -6606,1240.00978931314,2802.36700861655,221.775369328909,1122.7890767562,446.201705537658,1998.50938191519,546.490245683337,2355.11404342219,79.4047252589332,861.323468778174,663.142777855545,4779.85471862921,370.955994156243,2788.31547106855,426.93429228968,3151.24777397684,344.977576297568,3578.02708307249,121.252648666248,970.926488891721,229.258653033706,1866.89275962773,518.308724006564,4284.79540184501,231.625930533287,1247.50111329689,157.299996516447,1699.02436697963,199.512638602485,3037.12970401629,295.03998152672,2033.98604325817,332.409598925141,2591.15336971025,390.281684106385,3652.72429308067,3676.2117248584,1286.33045546496,36637.6352091575,15665.9943814391,876.744890481641,7322.30562362814 -6607,1155.9551886159,2999.38914802417,204.261639654304,1201.72745467952,408.2985199326,2139.01581552665,503.167751263918,2520.69178750684,72.1979069038444,921.879346012986,597.636574752594,5115.90535005127,334.312424314411,2984.34970847006,384.712484931305,3372.79819057946,312.224244864062,3829.58248198985,111.45541420175,1039.18807399488,210.091986520373,1998.14580550484,475.033731915439,4586.04058293648,210.43902377378,1335.20744779891,145.152720480617,1818.47532206823,182.519140204459,3250.65697938881,266.046485825947,2176.98668540668,305.55084726287,2773.32600408108,358.746858199909,3909.53132537735,3287.40090370337,1158.73287798283,33525.796643057,14454.0974102924,777.593759244765,6744.39308857641 -6608,1101.2235022553,3199.92025673354,200.066409057388,1282.0717271165,394.902872525131,2282.0246722857,478.985136969155,2689.21847541472,69.7580826840531,983.51372495779,570.907867724516,5457.94105174533,319.360630493818,3183.87532061353,367.538839047957,3598.294425723,297.658957865408,4085.61808894445,105.614965550577,1108.66539966069,199.236682957642,2131.73647145921,450.475368215862,4892.65094834647,206.43563787166,1424.47583434372,142.231708481271,1940.05370169769,177.719783515645,3467.98718095338,254.079969991436,2322.53417262011,289.539475841011,2958.74313769219,339.947927532497,4170.91209743502,3188.43640870475,1118.16681634439,32090.8809896231,13742.1551553952,753.013188364769,6428.34230275421 -6609,1028.96332423881,3335.01558430568,184.462178351566,1336.19866968056,364.870384852207,2378.36797021052,450.86067181652,2802.75282055495,64.8985500726783,1025.03604369848,541.811440424905,5688.36627334371,303.084355646603,3318.29325758619,348.788667652023,3750.20845018069,282.535580165304,4258.10611045035,100.223081268328,1155.47141459806,189.00547440282,2221.73485073234,427.347859453651,5099.21055906556,190.334873254569,1484.61484220003,129.832545313061,2021.95955225346,163.102928348524,3614.39984959443,241.134885298012,2420.58771448177,274.75782685084,3083.6563671851,322.592812396208,4347.00109055661,2968.84499154156,1046.4957865294,30148.1086532099,12970.533495171,707.21811902439,6060.12785062969 -6610,983.110900039528,3433.65661233374,178.27013901856,1375.71992740639,350.017826970049,2448.71386685778,429.204844699729,2885.65090979601,62.2669934997157,1055.35392574738,514.923201219803,5856.61325235132,288.043320987832,3416.43968297838,331.460213831819,3861.12979597174,268.596521045644,4384.04973906904,94.877437225332,1189.64723336465,179.413154731775,2287.44794985947,405.615770567749,5250.03185478746,182.560291693261,1528.52586167157,126.113639825014,2081.76382117622,157.519771533791,3721.30433260381,229.167484132492,2492.18236060942,260.102943746224,3174.86284777122,305.386532923696,4475.57399990955,2847.72012898925,999.904996717786,28753.8176084542,12335.4612776194,675.457060616156,5759.2093588251 -6611,957.71010914976,3373.87416957658,174.949012656141,1351.76764938458,336.067640431929,2406.07998901215,412.718025155628,2835.40964230514,59.3251838402189,1036.9794513087,485.487447361301,5754.64538367981,271.577229972515,3356.95699940213,312.506492920093,3793.90473619829,253.994817329615,4307.72026522795,90.8389338407474,1168.93461540094,171.383976311248,2247.62182815841,387.498317673088,5158.62500655904,179.3980466409,1501.91312191769,122.693395553142,2045.51880878146,151.147949162276,3656.5137351845,216.15393501458,2448.79166487754,249.031537842155,3119.58619145767,292.387609440025,4397.65102255242,2663.39504304301,945.424831565576,27562.3991065985,11893.9725742153,628.726061751784,5568.33166204515 -6612,917.601450238886,3237.15432513253,162.027075310514,1296.98983211597,323.921688456427,2308.5781660977,402.911311927573,2720.51005039779,57.8948175100385,994.957828050472,485.646979538325,5521.44930636845,271.666470810694,3220.92269115725,312.593136865818,3640.16395059167,253.333772887508,4133.15808093511,89.5302556241581,1121.565759673,169.43454295529,2156.54122133381,383.044404537294,4949.58152331306,165.647459895948,1441.05094446937,114.872083980527,1962.62804306595,145.017852871694,3508.34045901733,216.15482034559,2349.55903239914,245.443845483401,2993.17088448746,288.175304439334,4219.44456507863,2656.00318798249,933.337310052571,26897.5001824331,11581.7001766125,632.314875840144,5390.76712649547 -6613,887.812644404906,3123.11281337089,158.094109535995,1251.29825663387,313.557148489253,2227.24940705841,390.13720456497,2624.66936819695,56.120194646301,959.906519569742,471.828074518409,5326.93450640206,263.936301952653,3107.45300263633,303.700804260294,3511.92483737958,245.964959735086,3987.55130765273,86.6770853201834,1082.05418811147,164.15696985334,2080.56856252425,371.102451832665,4775.21301850507,162.26284886162,1390.28424886981,111.468449094582,1893.48673975541,140.349055563898,3384.74534752864,209.985941254023,2266.78656092698,237.621985863494,2887.72465043623,278.991669083519,4070.79801052294,2574.96860140531,906.093103848611,26086.9495925669,11223.0821542117,614.748451074704,5231.1473734369 -6614,879.184854848765,3055.33771936583,152.749180847362,1224.14366375184,310.076671449793,2178.91556612579,390.367866801975,2567.71106288048,55.8304046367691,939.075458225628,476.244450707426,5211.33397945838,266.406782329537,3040.01774430422,306.544239411751,3435.71208099976,248.333596895975,3901.01691684586,87.3121482042963,1058.57238367461,165.434747620895,2035.41786245816,373.98441389508,4671.5854742685,155.938757870258,1360.11350215278,108.189020804188,1852.39592765447,138.188602051387,3311.29253047706,211.941308309833,2217.59471886527,239.362986995612,2825.0577468245,281.0357762816,3982.45707174621,2584.41368665179,906.434225066444,26034.4477030049,11218.8465594718,619.332454293641,5208.63518640972 -6615,911.982895133419,3008.03160980273,158.961213732602,1205.1901209368,322.572876668349,2145.17919130655,399.874941623663,2527.95492721761,57.6712883582513,924.535655887819,482.51955732964,5130.64635705921,269.91701948089,2992.94883549774,310.533908485031,3382.51659589811,251.813295758732,3840.61706889907,88.7148444575685,1042.18239809456,168.132984897487,2003.90327740989,380.080504118148,4599.25483373787,160.957726639357,1339.05472428241,113.979499233832,1823.7150901312,144.720328793934,3260.02344613024,214.772547587827,2183.25947072813,243.208426283684,2781.31708586703,285.550701621694,3920.79627746732,2657.74970734357,928.353449456503,26684.097642287,11473.7296287856,630.051074358208,5322.94393360842 -6616,953.603748413319,3073.14248882621,165.886060352549,1231.2772763739,336.973251726249,2191.61304604188,421.189627458955,2582.67422169127,60.5398276232563,944.547855575891,511.426059144962,5241.70266816249,286.087051752308,3057.73323766842,329.163404163913,3455.73345577177,266.849039568917,3923.74982339994,93.6550892545364,1064.74114110165,177.882780185882,2047.27911942066,402.086543463781,4698.80881585088,167.910416759477,1368.03946961369,118.494616720017,1863.19063693724,150.890733469355,3330.58885891479,227.61670630654,2230.51759887153,256.751922525752,2841.5205756554,301.452103203161,4005.66456517611,2800.55004465241,978.5184251778,28088.1290322518,12083.1704196361,667.115042543659,5601.91211617964 -6617,1018.82096828726,3208.56271851211,176.38096912249,1285.53439337378,355.319128446929,2288.18804806561,449.716215973685,2696.48161512549,64.090882416021,986.170034832623,547.347107314809,5472.68205875327,306.180956986518,3192.47444764121,352.235010159935,3608.01283104166,285.679416485961,4096.65267585367,100.404967108983,1111.65972376037,190.559629238959,2137.49394336427,430.753999717305,4905.86519914786,178.982388346503,1428.32311082722,124.560694004095,1945.29346976066,158.500613774375,3477.35364769482,243.629114439626,2328.80695794156,275.256460076647,2966.73421947815,323.178257027616,4182.17704952499,2948.98651865184,1037.59746021947,29975.7714629552,12949.9311836648,706.332871052428,6006.66789988174 -6618,1098.50954608209,3435.67102308782,191.097766558992,1376.52701597967,381.817624153897,2450.15044485727,476.353376357665,2887.34382405084,67.6791295867173,1055.97306637133,561.756050992433,5860.04913020692,314.241188063691,3418.44399313955,361.54235287133,3863.39499085348,294.327102018532,4386.62171347938,105.60574020151,1190.34515935173,199.207095205904,2288.78991857382,450.409554873281,5253.11187175525,193.081460012534,1529.42259634288,136.097741655941,2082.98512193582,170.776030862649,3723.48749659286,250.167465217798,2493.64444011099,289.514184891766,3176.72543293489,339.918233461399,4478.19966852292,3058.49763551751,1081.22745795279,31601.01958401,13706.7608678967,721.195729701469,6369.67469955997 -6619,1143.6046258558,3356.32932306782,203.306890169912,1344.73817681627,399.545584653621,2393.5678732742,489.735127101256,2820.66492318898,70.2041694313037,1031.58694275873,569.320111594979,5724.72003231982,318.472454262125,3339.50012569235,366.407114036787,3774.17564349363,298.599407852941,4285.31922504168,107.641961780717,1162.85591258774,202.796818144612,2235.9337277721,458.548330014211,5131.79908496646,205.198088136075,1494.10286170374,145.274482067108,2034.8816860771,179.953797521871,3637.49910422421,253.571798793839,2436.05743955295,295.096410153748,3103.36369525627,346.472316987724,4374.7823237475,3146.27718908354,1111.52956628828,32546.4176952769,14083.6883418137,734.510834075337,6559.28269277418 -6620,1074.67331223697,3182.50536854903,189.948403987753,1275.09432331237,363.466460837257,2269.60523638928,456.549372077597,2674.58297349728,63.6204100396187,978.161159839321,522.578441744141,5428.23736368192,292.325592399117,3166.54775359518,336.313463659368,3578.71147050809,275.031340484789,4063.38297791821,100.973801497531,1102.6317230625,189.151335097188,2120.13494726148,427.790743406379,4866.02373193005,194.72484378155,1416.72342635029,132.023055260183,1929.4953703718,161.684606832596,3449.11339531621,232.871939639642,2309.89427234891,276.815898266511,2942.6408048915,325.009191407875,4148.21279183469,2776.59599332199,1006.26732020191,30167.3547799751,13233.5378453257,652.810467742249,6192.78091897343 -6621,897.139416266946,3032.13952817385,160.850719149151,1214.84913680703,306.0343702376,2162.37176490415,381.180840833634,2548.21526319035,53.5437460650086,931.945361972919,437.097234766398,5171.76600592326,244.50818840258,3016.93587272833,281.326660640737,3409.62583029482,229.800401959371,3871.3977570042,83.89794479658,1050.53498591285,157.581017646474,2019.96359289261,356.352877718277,4636.11563657597,165.502091548265,1349.78660019829,111.841488748531,1838.33128444969,136.64389332845,3286.15095718136,194.74582337538,2200.75723934591,230.003076116207,2803.60799699036,270.046316913062,3952.21956314654,2344.19278632679,846.81760952064,25250.4939178099,11030.9171959148,550.840110527323,5170.23020209823 -6622,677.207911273523,2824.8504038126,128.781147017354,1131.79721539647,249.634512166315,2014.54342602806,298.580721460426,2374.00912733063,45.6093733808884,868.233868408427,375.275533760858,4818.20350102932,209.925695276287,2810.68613075536,241.435053609434,3176.53024013675,194.529486358394,3606.73360034292,64.8967976930601,978.716233735615,125.588462432808,1881.87084335991,283.674582946816,4319.17232251875,126.958020140872,1257.50981681486,92.6664027154416,1712.6556423169,115.777387043732,3061.49660071009,166.871366706533,2050.30471668432,177.912142373522,2611.94219752818,208.886418361674,3682.03010619189,2154.29163122572,732.801078337961,20388.2726388156,8534.59138031396,511.233198936122,3952.35170387268 -6623,763.755322079375,2631.79210044787,139.53860058486,1054.44697771221,306.873107557871,1876.86380399972,352.533745662595,2211.7625978591,51.9724890819146,808.896298768457,418.741615977712,4488.91378291919,234.240223428085,2618.59585405892,270.118113145002,2959.43713746489,216.234869906225,3360.23917761845,65.0650471854671,911.827985315275,124.043453601404,1753.25844261817,280.34711001363,4023.98781313732,127.624811084851,1171.56802273929,102.652621240545,1595.60788923678,133.792394608999,2852.26522382292,187.150600122173,1910.18106643737,178.373392060894,2433.43464595626,209.427971028514,3430.38970630386,2719.31095318794,880.74720430166,22057.0260280221,8606.88237370287,637.200109193812,3973.02729664566 -6624,758.889613120024,2517.03580529661,138.574336708743,1008.46901897638,311.831375992806,1795.02529684185,354.214496485239,2115.32121047092,52.8083610854863,773.625297539888,425.683773486412,4293.17981331971,238.123602733755,2504.41496619202,274.634706925889,2830.39425388349,219.173044691703,3213.71977786039,65.5478561481732,872.068765203545,124.821926216129,1676.80960637336,282.119021205659,3848.52641058547,127.191904243621,1120.48313431502,103.118898148274,1526.03322570171,135.900690148909,2727.89544939469,190.201467653748,1826.88979802178,179.696994764966,2327.327501545,210.982011267134,3280.81147269131,2796.71637602747,899.063368297213,22235.9022869367,8608.26720860234,655.81959290402,3970.95121877536 -6625,758.249787856116,2456.27864989505,139.509516010834,984.126215121668,325.033629135579,1751.69630220441,362.067570570371,2064.26079280092,55.1607403816214,754.951239615761,445.05023464508,4189.54942692002,248.957023668586,2443.96245734382,287.20555861407,2762.07313458554,228.149130485049,3136.14580312803,67.0857355832197,851.018441891963,128.028736336995,1636.33414646179,289.342424652177,3755.62923498593,128.040458447624,1093.43649168357,105.878440675402,1489.19726268251,141.869796577051,2662.04848472723,198.753800082715,1782.79164608991,183.913033687185,2271.14959641383,215.932057162746,3201.61801343655,2986.89708599525,946.628497750481,22871.7990507986,8715.46384197572,701.333886417864,4010.67950813835 -6626,870.110000082747,2438.47387413151,160.537627353849,976.992599974214,386.154172017276,1738.99881779322,423.885155845185,2049.29762869295,65.5372192203927,749.478840328189,529.140997012497,4159.18072746495,295.99662568949,2426.24695770807,341.574431554275,2742.05175272567,270.328849786745,3113.41288852616,78.6613220962252,844.849682281091,150.260418091991,1624.47288530023,339.573229898824,3728.40588376609,148.155669109088,1085.51052141675,123.876891073029,1478.40254957825,168.479728338654,2642.75214945833,236.215196116362,1769.86876150876,215.647070942757,2254.68676175485,253.190949636511,3178.41051179085,3608.97130729484,1132.33179865614,26872.7701205366,10117.9578178257,848.220924576178,4650.04100832685 -6627,1181.67589419017,2480.58151205567,213.247735337816,993.863336663551,477.005029159939,1769.02790005938,547.111643083405,2084.68495986892,79.9733627291939,762.420862785412,644.347385084128,4231.0015814799,360.442023645058,2468.1434608831,415.785513521527,2789.40158230472,332.733768674175,3167.17539302097,101.920307759962,859.438571216596,192.138328715442,1652.52433042642,434.437393370487,3792.78810522575,198.223388851424,1104.25514873615,156.888239579392,1503.93164789019,205.874182507728,2688.38727059422,287.981104965354,1800.43090686266,279.41070976577,2293.62075846629,328.055756263836,3233.29539713845,4185.02348064562,1360.26017891651,34093.6795802995,13349.1118565878,980.626142070996,6185.91543492658 -6628,1705.23473401149,2565.96643803477,302.060687639266,1028.07343902138,635.824701481534,1829.92020114581,758.603941025046,2156.4425981981,105.500315763118,788.664406332546,848.362091544499,4376.63830218282,474.565981237169,2553.10025254226,547.252761721018,2885.41650722193,442.347493464238,3276.1937966419,141.517234652962,889.021593757989,264.379498129641,1709.40642317215,597.993787734174,3923.34093328045,283.091302225151,1142.2650845833,213.784450065351,1555.6989822062,271.934893838084,2780.92514809883,379.576022119253,1862.40414135054,387.964203086976,2372.57024580786,455.508273658114,3344.5897395382,5252.09441637515,1767.70203828819,46562.6043667774,18833.2730303846,1226.81709335042,8782.76010025872 -6629,1924.01224873984,2754.7359969397,336.516900412729,1103.70535950533,702.554164538256,1964.54130299704,847.7831636479,2315.08485946533,115.516902560789,846.683805924318,928.329022623619,4698.61292723764,519.298749818328,2740.92328926194,598.8991853291,3097.68693806298,485.502585078377,3517.21240417787,158.953828900619,954.423935590327,294.488112782051,1835.16172990898,666.317446375254,4211.9679887365,319.265034530125,1226.29770206931,235.583871782747,1670.14654718871,297.874837995532,2985.50849953047,415.500045262748,1999.41497791266,435.76597372242,2547.11229442293,511.632271301966,3590.64000757449,5656.80670498523,1930.43134094332,51673.421672152,21142.1617379529,1319.91451190147,9897.52474834675 -6630,1769.39086839618,2956.30680375875,307.152716740657,1184.46619468269,659.475214021771,2108.29162096377,788.244653290559,2484.4853114489,107.829269480624,908.637742007625,866.931434941215,5042.42198905912,484.953501799231,2941.48338629462,559.489028827835,3324.35230856376,452.282483521347,3774.57548465154,148.696312955412,1024.26148189534,273.872249967168,1969.4450263672,619.817527624496,4520.16804374316,295.227438417392,1316.02892040786,217.030204014892,1792.35527695333,277.97115757586,3203.96549783595,387.924023786921,2145.71708842767,407.645377604972,2733.4907643801,478.615915437752,3853.37596634789,5342.52794218681,1813.55085969998,48038.130251894,19569.961445132,1247.50540858399,9175.46079110757 -6631,1652.34707083535,3201.47980074648,286.048538162974,1282.69656996438,603.221513625148,2283.13686184966,728.487300777942,2690.52911887966,98.4179063266927,983.99305969689,790.836150658453,5460.60108656099,442.386496963566,3185.42704481158,510.317081463647,3600.04812521493,413.730155210839,4087.60929519916,137.401695310819,1109.20572952758,252.644248109902,2132.77541511546,571.813881994152,4895.03547792274,274.83406812552,1425.17008063138,199.998571459397,1940.99922498968,253.799717015141,3469.67737264914,353.981263653272,2323.66610528503,376.681605988023,2960.18513929723,442.261390863178,4172.94487340072,4806.58175169867,1647.89508818788,44242.8710337972,18169.4162182366,1121.30668565924,8529.44482732454 -6632,1551.87208488944,3395.25289380399,268.667178707041,1360.33319342778,571.638288039083,2421.32623649168,687.339221526802,2853.37635883571,93.2774410492609,1043.55032402201,749.699724822694,5791.10998505517,419.375157246823,3378.22852712555,483.811137066542,3817.94500534396,391.747095464199,4335.01635244707,129.724518045372,1176.34162868195,238.524994094971,2261.86399749151,539.857817868776,5191.31289468549,258.551092032328,1511.43007033756,188.781011137258,2058.48034211582,240.507943939147,3679.68341930703,335.525942367938,2464.3085570503,355.634911802323,3139.35360705728,417.550494191637,4425.5169605614,4583.07566628137,1565.20245595718,41789.9461964299,17109.0648419529,1069.58589757533,8029.61884521174 -6633,1454.79345596496,3487.78571671082,250.786907826302,1397.4071535771,525.999890794211,2487.31606371481,638.21560580881,2931.14110201008,85.5059724745034,1071.99081442062,686.882785325368,5948.93850959866,384.235936826693,3470.29737496007,443.237570226456,3921.99770483278,359.862152235621,4453.16110130253,120.655107665488,1208.40115856363,221.022665283088,2323.50790658034,500.319966972884,5332.7947965534,241.685572798119,1552.62196249082,174.518439939376,2114.58131689205,220.544299255042,3779.96799451888,307.501332809779,2531.46980672141,330.771462632129,3224.91225628011,388.358350384075,4546.12817568772,4143.62983125117,1429.56760520217,38663.9882783671,15956.5138808013,966.1443214075,7501.72130889686 -6634,1378.50199305907,3554.13123133034,238.374527576452,1423.98897490083,496.79607324449,2534.6303994201,603.915620360177,2986.89798635751,80.8909057714834,1092.38248639444,649.768494263442,6062.10067577423,363.474542451258,3536.31022205711,419.264078784787,3996.60290629828,340.626084559348,4537.8702230625,113.946227098115,1231.38766153244,209.174989849797,2367.70624337781,473.460344822359,5434.23652602734,228.899112971356,1582.15631794663,165.513259787564,2154.80540090095,208.649261335784,3851.87147202901,290.896338724503,2579.62404574648,312.379317609586,3286.25732751558,366.764156483124,4632.60573991914,3913.36831411123,1350.81362850512,36588.3829936757,15105.9954627681,912.35470180023,7098.11711924763 -6635,1300.83164771961,3515.72751280059,221.787399440688,1408.60224092222,445.9424707203,2507.242769054,556.823392561781,2954.62343539721,71.8152875947318,1080.57888466907,576.01979012559,5996.59740847807,322.220193049067,3498.09906620428,371.64105715325,3953.41811567049,304.188181880065,4488.83683644053,105.347014453309,1218.08205684974,191.814523306797,2342.12229100985,434.309581901644,5375.51756592537,215.034533579874,1565.06052661262,150.097070234413,2131.52192184055,185.417238696758,3810.25055873223,258.091880101455,2551.75024218736,288.804897934847,3250.74808680164,339.08546055425,4582.548700571,3336.87018293978,1187.2407526654,33348.7413632309,14073.8302670353,775.811821258699,6644.68461231056 -6636,1278.96150513994,3400.51634460504,218.901319655908,1362.44203393557,446.013252014427,2425.07986896552,551.483537428278,2857.79977192197,72.1945947891956,1045.16807561834,579.370899383441,5800.08758508768,324.094772864733,3383.46558610272,373.792082214252,3823.86372961143,304.98792938478,4341.73666047906,104.192167661232,1178.165238434,190.3703599468,2265.37042550787,430.9789400881,5199.36066634454,211.525868746023,1513.7731469988,149.730432017923,2061.67147701639,186.33187316684,3685.38780517952,259.515931480366,2468.12882236023,285.63892866987,3144.22035300366,335.368300097513,4432.37756609498,3404.51524833964,1197.28192719655,33187.5239648848,13892.0385614034,792.362473445551,6545.92249408168 -6637,1231.91415999171,3315.65127083236,210.746466370214,1328.44021421064,429.127540900609,2364.55830073047,530.92308492683,2786.47901827922,69.4376367505764,1019.08431160911,557.22677155688,5655.33754982395,311.707550645125,3299.02604002393,359.505420557868,3728.43337591676,293.377234137911,4233.38199764156,100.321659641594,1148.76232730412,183.24707190475,2208.83465011359,414.857276897176,5069.6026879069,203.727765367823,1475.99462845147,144.073513476872,2010.21931967869,179.220274730098,3593.41332946095,249.601786493406,2406.53290181058,275.028075772249,3065.75153674916,322.910111308503,4321.760821161,3271.39261862055,1151.32381323403,31940.817022667,13377.274543838,761.330000595204,6304.24270819657 -6638,1221.85209142036,3265.81090461192,208.540517053602,1308.47130271483,417.378703984794,2329.01461955546,521.779522687894,2744.59308897227,67.2203575303665,1003.76559104676,539.112910414655,5570.32737488096,301.574822683054,3249.43558174746,347.803672876119,3672.38813179869,284.85300335019,4169.74644254879,98.7428764331562,1131.49430650931,179.692697983583,2175.63178319857,406.872102193817,4993.39719042888,201.672568268483,1453.80770141588,140.863936735051,1980.00200823899,173.564574635521,3539.39768617022,241.568305123188,2370.35826480852,270.699900685937,3019.66762536903,317.828406486334,4256.79676901877,3114.99721302198,1110.10937488955,31253.3802509906,13203.7613920474,724.091033174786,6234.08182336955 -6639,1248.8037480239,3227.92703198543,212.874111252425,1293.29284884371,421.949577730647,2301.99771754565,530.030877936716,2712.75541740122,68.0042434673143,992.121766921986,545.241686340399,5505.71078227303,305.003203783497,3211.74166520347,351.696789421816,3629.78790530559,288.359761060828,4121.37678866246,100.227240867183,1118.3688110543,182.414691131234,2150.39414398302,413.033505213716,4935.47307030652,205.478578956554,1436.94332457579,143.199610463427,1957.03370233543,175.621701114203,3498.34016782829,244.354169060093,2342.86177061275,274.769230235445,2984.63904991408,322.606201095459,4207.4173189206,3125.62503093102,1119.4130919721,31731.3004461785,13448.9507792783,726.159864698143,6350.16225215219 -6640,1319.57054560875,3289.91882928618,225.830148387988,1318.13032111046,449.814848086893,2346.20719764815,563.050064320754,2764.85343024218,72.6394468089889,1011.17529906917,582.563388753314,5611.44703449597,325.880622168353,3273.42262524958,375.806388028024,3699.49737328326,307.850241752727,4200.5271387017,106.274407377993,1139.84689651143,193.988216674601,2191.69210288035,439.186549643192,5030.25800290444,217.689533298689,1464.53958013767,152.562029474862,1994.61820637897,187.559112891485,3565.52520405252,261.040582252381,2387.85603800118,291.347310933912,3041.95854232044,342.070504398284,4288.22006291378,3364.28506845736,1198.18890946295,33745.4086700541,14250.0259658319,782.018315828769,6722.37394397225 -6641,1410.24450279999,3420.92035618804,240.477562528476,1370.61705214588,472.97271935676,2439.63099965324,596.398103918145,2874.94733827339,76.2289879112052,1051.43936484621,611.059967677613,5834.88966873487,341.821347330285,3403.76728855419,394.12206936708,3846.80793923259,323.523068526509,4367.78824680692,112.694674076808,1185.23454636714,205.155304707003,2278.96325663047,464.519478867741,5230.55822709986,231.750416514296,1522.8561925411,161.28425182719,2074.04205972631,196.888538035793,3707.5011220539,273.882683116627,2482.938258333,308.948231836017,3163.08651978565,362.735723073402,4458.97302220632,3483.24564116842,1252.24154992312,35673.5032943777,15157.1409389642,808.913125632404,7157.56380498457 -6642,1480.19973233681,3614.62847008342,249.258851778124,1448.22764122719,479.583924340077,2577.7740343745,616.732430880289,3037.73996963007,76.403639779148,1110.97665745558,611.7472570146,6165.28773558076,342.205810688387,3596.50411752244,394.582137783419,4064.63175061675,325.811714215399,4615.11233947483,117.004799830941,1252.347932414,211.216039140659,2408.00855091224,478.407126559775,5526.73629127453,242.883251291713,1609.08725613702,164.138129402757,2191.48378116322,197.488965093307,3917.43674605022,274.369631771144,2623.53354757157,320.764280301828,3342.19490584534,376.608930434536,4711.46041276471,3375.68524985659,1246.52484963845,36532.868329593,15783.0823542529,782.018315828769,7484.91723038485 -6643,1526.6913649055,3461.33848547187,257.720211202221,1386.81087469777,499.118300077899,2468.45520801882,638.711224281906,2908.91480348852,79.6977091814937,1063.86210719553,638.312078495971,5903.82881388662,357.065928435687,3443.98275456818,411.726233784863,3892.25792474211,339.461496660356,4419.39360783922,121.092437945164,1199.23807703691,218.966006424806,2305.88917771278,495.926390086994,5292.35720416962,250.724838028571,1540.84871854641,170.398873919529,2098.54683954631,205.963720031966,3751.30519933973,286.236269338811,2512.27414139369,331.97038722853,3200.45834566326,389.766006216257,4511.65573016784,3552.02488279009,1302.92988156214,37912.7436262624,16314.365003507,823.3949462959,7730.28522236295 -6644,1439.47060129386,3229.74649895,240.83552597136,1294.02183174533,458.648005221865,2303.29527128776,594.995577582652,2714.28450056079,72.6815660556892,992.680990461384,581.607651103384,5508.8141544328,325.34599128354,3213.55200905594,375.124832067508,3631.83388686486,310.557647762436,4123.69986128499,113.159905584403,1118.99919553504,203.338749787343,2151.60624421546,460.652088841584,4938.25501987259,235.728433891646,1437.7532781104,157.124264881459,1958.13681220584,187.938875455681,3500.31205700148,260.936850884185,2344.18235795935,310.223646604668,2986.32138414861,364.233185918799,4209.78888951128,3156.45269171094,1181.37895105286,35106.8096860497,15284.8730503977,730.297527744855,7262.66008493285 -6645,1194.36558090568,3057.87197602317,200.307359333507,1225.15903243261,384.536526648677,2180.72287248156,496.618444224376,2569.84085652457,61.0854945948086,939.854376450175,488.9846092918,5215.65653200221,273.533510315112,3042.53929377422,315.419757011391,3438.56184001619,260.711461300259,3904.25262399184,94.2722056759643,1059.45041888937,169.930405352102,2037.10614432491,384.917780010087,4675.46033121589,196.125965813748,1361.241651318,131.384261591159,1853.9324015709,157.918256995687,3314.03908942097,219.338934486232,2219.43410773019,258.443724101993,2827.40099724716,303.438445265737,3985.76032960955,2680.47382637235,995.549831773183,29342.0413093704,12719.9059585271,620.649457006959,6038.32323422109 -6646,941.774145332793,2830.43876303056,167.730454207532,1134.03623286549,348.577176277126,2018.5287670959,416.987390852328,2378.70559400805,58.0429316762423,869.951482458117,466.677843255198,4827.7352808052,261.055309770913,2816.24646900421,300.977446531709,3182.8143223043,243.53561031713,3613.86874737052,77.5760629411457,980.652413392837,145.349478465018,1885.59372024581,328.724504279912,4327.71687639315,155.814358009568,1259.99752963922,118.199681470706,1716.0437633066,149.623394850327,3067.55311355276,208.818061165557,2054.36080377751,212.671873580571,2617.10936363249,249.697774226363,3689.31421116854,2879.10833850434,969.8747960747,25626.5996650862,10373.057850781,672.370245090873,4832.08957512079 -6647,908.857606170225,2641.21433738448,178.308016550726,1058.22206665613,377.29430939393,1883.58327680914,418.162956145577,2219.68106195093,63.1513624381213,811.792276981494,499.799205655971,4504.98481271044,279.583096436886,2627.9708463214,319.670651294268,2970.03239607344,242.032977772126,3372.26937167891,75.112905391864,915.092475440314,132.455316289103,1759.53538845087,300.30496803043,4038.39433354558,162.929389457352,1175.76242376956,126.804764746969,1601.32042085649,164.457866424176,2862.47678982782,212.789393534817,1917.01982037874,205.919219332994,2442.14673145878,241.769491527986,3442.67105048457,3285.11766368025,1069.68010467346,25929.8266041594,9855.42692655217,770.799026991225,4542.04828972187 -6648,913.98653624415,2517.16576362085,179.767441100257,1008.52108774055,391.523900622962,1795.11797668338,427.243083806649,2115.43042766965,65.6171179676325,773.665240971383,519.652141107674,4293.40147661628,290.688646634117,2504.54427288345,332.412897161109,2830.54039137324,250.670294645665,3213.88570702041,76.8619203317964,872.113791418552,135.592498297728,1676.89618256193,307.412599068058,3848.72511576164,164.475572904428,1120.54098653554,129.861191868952,1526.11201708017,170.80829667507,2728.03629471782,221.143006888494,1826.98412307517,210.714078340959,2327.4476649457,247.3991293445,3280.98086589591,3469.74174225132,1117.93078536723,26628.102906164,9999.11735588342,814.911019499758,4599.6803477658 -6649,981.415407605608,2447.63618811649,198.049379444079,980.663548864388,462.757554435313,1745.53292642451,483.047190557666,2056.99765309015,78.3365708623873,752.294929740928,621.557566166711,4174.80841991209,347.693607745107,2435.36333031613,397.714695064935,2752.35472926688,296.881563386717,3125.1112162188,86.5684638074266,848.024117792286,154.448997902669,1630.57667455674,349.998683864081,3742.41498418454,179.002967064993,1089.58921520007,149.729137548256,1483.95749461954,203.672364790522,2652.6820179858,264.167137693497,1776.51886076845,237.324204050995,2263.15851462787,278.642043839079,3190.35306134658,4338.01564773923,1354.46899010576,30626.8035139519,11048.9930026324,1021.540879145,5036.19108110086 -6650,1184.48802776085,2417.48503748313,242.449611689272,968.583267274333,593.982678824322,1724.03061882845,603.840784568048,2031.65857435291,101.005014940743,743.02780178398,802.297364609016,4123.38113748125,448.797795038797,2405.36336260205,513.487065185833,2718.44991022495,381.000838531575,3086.61460488265,108.022739222162,837.577752012757,193.93196383233,1610.49045293095,439.357987704684,3696.31413044307,218.424797997065,1076.16713527027,188.790831767374,1465.67739802225,262.425545923205,2620.00501496754,340.727235694875,1754.63485364595,296.140297260404,2235.27984801352,347.69794350188,3151.05276982724,5739.6806730306,1762.19418692004,38649.5550180682,13602.3511308184,1353.54166486712,6166.72327345729 -6651,1578.97272236033,2433.27540249258,316.502756724642,974.90979384851,730.100118912409,1735.29152524015,769.117757788316,2044.92882420605,123.129818247196,747.881060447602,976.59791875626,4150.31395908073,546.299928070787,2421.07455207662,624.895568147052,2736.20609720308,467.492324087989,3106.77554507418,138.165182789259,843.04858563655,245.45099958312,1621.00974537815,556.31850791444,3720.45746469513,287.431573283561,1083.19637086578,236.854685623349,1475.25081036692,320.210647650383,2637.11818624739,415.169853695958,1766.09565872552,378.774678339714,2249.88009750883,444.71886442897,3171.63460285956,6757.01514906119,2124.07493807876,48549.0269565134,17675.7850821871,1590.35341412346,8078.68909823978 -6652,1892.29038964456,2454.78408504423,352.362997781363,983.527406655881,674.039432842415,1750.63045256121,807.897533742532,2063.00475793534,109.166163982833,754.491876592408,860.674327494669,4187.00022375266,481.453333221837,2442.47538649148,550.414858244156,2760.39250383849,425.243412905625,3134.23756145333,147.62564142973,850.500625132572,252.165497609523,1635.33849089983,572.491073980725,3753.34405799775,334.490300197157,1092.77117150618,232.198010826526,1488.29113507975,284.980353305505,2660.42871569304,367.395687905675,1781.70687595168,404.710171682897,2269.76767650914,475.169693926187,3199.66993407314,5129.11965741399,1802.5348398259,48379.1647414088,19728.4916199725,1195.66716536289,9263.81733474784 -6653,2161.93692860849,2540.03904639593,399.334177759408,1017.68543772413,766.557140704246,1811.43006931102,921.595451854763,2134.65317376861,123.421623122979,780.695474770738,972.883315410219,4332.41527040804,544.222012992554,2527.30286518766,622.267625920914,2856.2612841781,481.099518360224,3243.09002786646,169.086206931655,880.038619275128,287.273721429443,1692.13400325793,652.34957959225,3883.69817123882,382.659815991936,1130.7232523269,262.436639815929,1539.97967419581,322.23266040012,2752.82574104335,415.347687884657,1843.58578081128,463.543508930955,2348.59699462191,544.245839792666,3310.7948750525,5768.64677822956,2038.81942751806,55000.1991914705,22526.430302907,1344.25492960217,10601.7778624117 -6654,1942.32593573867,2658.56424010372,352.581301871488,1065.17343355278,681.135429411711,1895.95636828971,824.575341805957,2234.26194997183,108.241593867577,817.124868446907,852.84501278238,4534.5776583746,477.073686304697,2645.23375372249,545.660708640251,2989.54227545562,422.620350293952,3394.42151007737,152.656083727047,921.103636747171,256.269194348497,1771.09362035526,582.249045257971,4064.92218773645,344.581656261717,1183.48590284682,230.070490328811,1611.83935267166,282.679867149391,2881.28014597225,364.211884419396,1929.61255354835,418.500940996893,2458.18897673104,491.361418504517,3465.28565126681,4995.96994575424,1789.31766520607,48848.9468293718,20205.0981873598,1163.16359193555,9556.64111469839 -6655,1806.58771838887,2873.52111359912,326.616081929823,1151.29749538772,616.246524374426,2049.25296615388,756.914753400964,2414.91207536317,97.581590515943,883.193088400785,768.256751451528,4901.21865254831,429.755787921779,2859.11279745119,491.476567748517,3231.26021140785,382.267134502811,3668.8757527566,140.197611471876,995.579007676215,234.758738420143,1914.29450358251,533.436454957769,4393.58942522393,319.385739376371,1279.17605983619,210.21284174715,1742.16381224298,254.965695694098,3114.2446019368,328.263209516606,2085.6304053314,384.346505517626,2656.94460916155,451.260739578115,3745.46957841379,4404.44215985359,1602.829413828,44624.7447414356,18663.5519967191,1023.86256296123,8844.25978629463 -6656,1701.17976273064,3071.25804269952,307.834916241497,1230.52225909019,588.028820210466,2190.26915237901,717.314946934595,2581.09052993234,93.2028536987852,943.968660320746,734.051363843979,5238.48846435443,410.621607487076,3055.85824047023,469.635474230616,3453.61440546763,364.5374583449,3921.34378619741,132.902470677996,1064.08824351341,222.665727695282,2046.02373109393,505.945511690367,4695.92751369672,301.330768809149,1367.20058996882,199.521527303215,1862.0481313776,243.468524587323,3328.54654708004,313.569062523974,2229.14984899824,364.34715002255,2839.77815972051,427.779521921045,4003.20829798313,4251.51610629049,1535.96439852997,42372.9571877245,17634.1547565037,989.037305717656,8351.04034736249 -6657,1615.67978506669,3233.32044741388,292.704048902462,1295.45376064107,557.878043585178,2305.84403435611,680.51449989405,2717.28805298339,88.4536391086019,993.779463887124,696.630871859295,5514.91005635309,389.688927120891,3217.10803714361,445.671941110725,3635.85277415066,346.008234244523,4128.26303390225,126.115900122334,1120.23744920518,211.230803751786,2153.987152387,479.969330328334,4943.71955677919,285.881553542041,1439.34425626345,189.604627961699,1960.30363243594,231.065858344077,3504.1854058551,297.588744766788,2346.77636555096,345.742020804348,2989.62596508925,405.935263548915,4214.44732587456,4032.1451010728,1457.05678479285,40218.228966536,16739.8516054364,937.960261760406,7926.72607759827 -6658,1533.44981771284,3382.71157514465,278.91084173538,1355.30842131352,528.97172873144,2412.38238904943,645.717143022136,2842.83661311118,84.0638382872331,1039.69567826808,662.061079829151,5769.71889638358,370.350902190896,3365.75009273851,423.532566030338,3803.84235483942,328.933617259134,4319.00375392498,119.399022096158,1171.99648100695,200.512895005902,2253.50916854537,455.562196295303,5172.13732476215,271.272202171112,1505.84717953788,180.492329757602,2050.87676773361,219.597875502301,3666.0914767418,282.820304216521,2455.20594235397,327.327951047767,3127.75752417276,384.315327845826,4409.17007266508,3832.48974958808,1383.61809893039,38185.2223852264,15883.327692205,891.526585435633,7515.08981413687 -6659,1478.7342909661,3346.90709243437,267.682497384056,1340.96309039776,500.566054548054,2386.84840495987,617.58580060724,2812.74646439433,79.276864949436,1028.690966483,624.016755076282,5708.64901327954,349.069255489803,3330.12513970141,399.185237715009,3763.58039197294,310.922750135116,4273.289039029,114.242803953278,1159.59142464653,191.488327030698,2229.65678613845,435.095065569202,5117.39257419566,261.288596884373,1489.90846347937,171.614172795707,2029.16915827888,207.164969059297,3627.28754505049,266.669305929217,2429.21869018647,313.192371959817,3094.65161558184,367.718762553779,4362.50098778258,3557.00142347071,1299.49898568383,36366.9130626393,15249.55476674,826.519438580952,7227.04057912869 -6660,1451.535670317,3218.17989293507,263.527749757925,1289.38758546396,498.5033736267,2295.04654063732,609.828360846636,2704.56390501541,79.287928953647,989.125928192903,624.381159498878,5489.08558348938,349.273099985096,3202.04339994085,399.401256539274,3618.82729588483,310.221813069015,4108.93176365417,112.661215730355,1114.99175320792,189.352991458201,2143.90075347983,430.191543422531,4920.56977732037,256.512110743263,1432.60429018829,170.492527824007,1951.12418844807,207.135780794299,3487.7764816844,266.743599486852,2335.78719946302,308.85650703126,2975.62655008172,362.628029097685,4194.7124835126,3603.64218165431,1303.15555237901,36056.0946655627,15014.3983889398,838.127857662144,7103.20626067108 -6661,1403.23328134451,3115.05518296086,255.008646298801,1248.06990739157,483.887733601141,2221.50310405066,590.655083458199,2617.89772177198,77.0279160017629,957.429960948562,606.656138850385,5313.1910164816,339.357885832625,3099.43577453475,388.066474237477,3502.86407202834,301.2255757256,3977.26342610694,109.086791618204,1079.26248853081,183.465605491622,2075.20069606493,416.803960340022,4762.89296990883,248.0746889036,1386.69731579639,165.324534133107,1888.60154435999,201.21646989658,3376.01270523481,259.150035205616,2260.93825207046,299.057357086264,2880.2743214377,351.122859705134,4060.29535250103,3512.96141354203,1267.10391370054,34952.7110667568,14529.0107418979,817.232703315997,6870.88783705698 -6662,1412.45372352787,3065.1498375783,257.683966642706,1228.07496151368,488.155052994133,2185.91308295489,595.149514333916,2575.95718386566,77.746743539392,942.091268670459,612.357538759465,5228.07000989032,342.547196705006,3049.78066291255,391.714790316485,3446.7457591654,304.134789955573,3913.54490643416,109.895060313988,1061.9719546285,184.899635886846,2041.95454105563,420.054388574165,4686.58811984273,249.754416695957,1364.48146265054,166.933736407945,1858.34483723106,203.085836699519,3321.92663928252,261.573789619454,2224.7164525417,301.273195469547,2834.13032835722,353.724472711291,3995.2466037565,3552.4654205928,1279.52927233662,35239.6933246511,14633.9798906022,826.519438580952,6918.3606267888 -6663,1443.92223174807,3051.37388332293,263.187681290221,1222.55552351278,494.152058703261,2176.08875454267,605.041073924081,2564.37984826735,78.779410728626,937.857150630786,620.338293893405,5204.57306614644,347.011558006506,3036.07378359914,396.759038184252,3431.25476706901,308.341175537796,3895.95594065297,111.636961935508,1057.19904699178,187.897351865022,2032.77721732279,426.857907487791,4665.52480255846,254.586881426587,1358.34896172634,169.89835123497,1849.99272564599,205.81533833929,3306.99663199171,265.027694002669,2214.7177269637,306.048553581272,2821.39266402559,359.33121455052,3977.29043933755,3574.11546210558,1292.67089260983,35816.1088343334,14915.349593006,831.162806213429,7051.23761033345 -6664,1521.87174988043,3165.02550750554,278.15416782012,1268.09088765155,523.253675750549,2257.1394650672,639.822796742916,2659.89286827766,83.4941152058104,972.788624942414,657.551845571004,5398.42285472118,367.828477860915,3149.15553950266,420.592626615885,3559.05545363615,326.780868087006,4041.06491035974,117.8731055737,1096.57553554063,198.803844214883,2108.49013916852,451.593905995761,4839.29717256302,268.903350539497,1408.94209505251,179.930473921761,1918.89764717816,218.114267752902,3430.16919384866,280.900578079947,2297.20721412591,323.144708002748,2926.47839621853,379.403787547605,4125.42879784786,3802.74538426377,1371.61749101488,37880.1933215791,15745.7978272163,884.561533986918,7440.06777111906 -6665,1637.20871858757,3361.202892593,299.04097444509,1346.69080850615,559.724078455687,2397.04346172837,685.60313850858,2824.76067938189,89.3638965850323,1033.08486212327,703.678889687889,5733.03263171165,393.631523719608,3344.34925832366,450.038484121408,3779.65594820401,349.805259497376,4291.54173754583,126.352813561023,1164.54444151093,212.96146374076,2239.1804230237,483.76807778216,5139.25073145953,288.495906697976,1496.27237889749,193.091255563254,2037.83644302078,233.469029395067,3642.78094729615,300.635007845222,2439.59472512781,346.39151013098,3107.86994517245,406.697828134975,4381.1347414515,4053.3733548152,1465.38097849864,40607.5705505743,16905.4186262719,942.603629392883,7988.07271560135 -6666,1730.43506575424,3551.40203718663,313.293403491286,1422.89550307381,579.006157969872,2532.68407330204,718.175109641297,2984.60436691534,91.743070615105,1091.54365302265,721.919755180628,6057.44562828554,403.835296751731,3533.59471254995,461.742278947628,3993.53394104723,360.209889076021,4534.38562217649,132.77690064024,1230.44208699516,222.547870862788,2365.8880972282,505.668440478893,5430.06361131569,304.862551617023,1580.94139045062,200.032869318386,2153.15073991682,239.788167511444,3848.91364510042,308.572966581028,2577.64316930147,364.002904462994,3283.73383199186,427.37534365073,4629.0483922489,4079.13338369336,1498.73282461763,42263.3530501526,17786.864164773,947.24699702536,8430.58893263728 -6667,1767.53120993359,3439.89478208234,319.465948224777,1378.21929627248,587.69835903845,2453.16262061853,731.469674803593,2890.89347835859,92.9860471169471,1057.27126276647,731.559044618174,5867.25338086297,409.227426947023,3422.64657349904,467.902308190344,3868.14458685157,365.385527984419,4392.01455604009,135.306142617917,1191.80855064839,226.537622434371,2291.60372028539,514.75886878692,5259.56996345509,311.22400408309,1531.30284401628,203.212110111971,2085.54591052271,243.066593499146,3728.06509255564,312.734719893898,2496.71008669423,370.936726698076,3180.6308483633,435.516335451063,4483.70509555656,4110.81073043798,1516.94797098179,42985.2371721284,18141.2995452604,954.212048474076,8604.07671593057 -6668,1668.76225391716,3277.63743357848,299.290588117341,1313.20968904994,542.858564242,2337.44871438405,683.537279155737,2754.53212421228,85.3771531154391,1007.40054211554,671.227976920163,5590.49928316849,375.47878043564,3261.20281051696,429.297268301331,3685.68700484606,336.374075389029,4184.84640654743,126.819321312182,1135.59180345028,211.226892086683,2183.5104305104,480.078968145731,5011.4798529709,293.143239948409,1459.07239658495,188.291634868947,1987.17221857518,223.275076773902,3552.21495896472,287.081477896208,2378.94207798653,347.670423673603,3030.60279206542,408.199398886408,4272.21196964244,3696.33078728497,1386.26392310989,39972.4446959438,17039.3035682932,856.701328192054,8101.64665944892 -6669,1382.84957030833,3163.98580939587,248.416885151585,1267.67432491117,453.31300463696,2256.39800385952,569.058725839391,2659.01910420197,71.404272148514,972.469067803911,561.508296383488,5396.64949459376,314.102596405398,3148.12105461344,359.156284621441,3557.88631827892,281.104275728991,4039.73743684067,105.400612489509,1096.21531490143,175.989013079034,2107.79750866467,399.945883482899,4837.70748296635,243.500715007712,1408.47926325877,156.884980487139,1918.26729704301,186.70567105661,3429.04239710777,240.115441056906,2296.45259082433,288.951834945397,2925.51705987248,339.257979110034,4124.07361113213,3113.70522330366,1161.65769197904,33300.6554256879,14150.9521175248,722.043666850213,6723.66214172611 -6670,1052.81935818871,2928.17006387947,197.710173961133,1173.19300166592,375.948649716948,2088.2258913672,449.498433907175,2460.8391469665,61.234520081977,899.989754674627,482.840422656522,4994.43058448388,270.09650860495,2913.48772874171,308.72624901963,3292.71268440357,238.433109047289,3738.65084772573,81.8431868236429,1014.51304210289,140.458416142738,1950.70077345578,318.817841054569,4477.14720696948,185.661878297069,1303.50357514936,130.374909059225,1775.29648111565,159.840722077309,3173.47165880673,206.091472209446,2125.29516080674,224.370034024464,2707.47468292943,263.432569412038,3816.70134344193,2887.50111200495,1010.10198016635,27010.716930471,10975.0213312472,673.288306709202,5142.32844529419 -6671,984.396139058246,2745.31376630624,198.870302112808,1099.93027308682,401.900833445499,1957.82183468271,453.409095305123,2307.16640067068,63.3211352012868,843.78782964859,478.506579181063,4682.54190819735,267.672196271857,2731.548303271,306.057196811845,3087.09168654229,231.826595035102,3505.18221816519,79.1691736410697,951.159447649118,131.629035859421,1828.88478827533,299.191520361087,4197.56147796571,178.205196288774,1222.10330384493,134.619290979435,1664.43401939049,169.642519700314,2975.29694035675,213.902449708349,1992.57622854618,217.039326948644,2538.4002147485,254.825595628811,3578.35867160957,3215.89234360851,1089.23846013957,26477.5982462155,10054.4798129643,781.242368898426,4699.41506800727 -6672,994.986995756725,2657.06968155605,201.771483679205,1064.57462761239,420.862142012489,1894.8905231416,466.551019376301,2233.00592040343,66.4088365071239,816.665507360864,502.169474977547,4532.0284659582,280.909003378746,2643.7466891417,321.2354850503,2987.86165179643,242.294311578673,3392.51327645045,81.546974790655,920.585822171611,135.684552771315,1770.09796899236,308.399356448964,4062.63702038572,180.865098802169,1182.82058547534,138.957282160312,1610.93322889039,177.845652510923,2879.66038376924,224.392452979879,1928.52778798501,223.557979820574,2456.80706265443,262.479137611919,3463.3375801192,3436.45678556646,1149.48024441359,27399.9662877793,10259.669568825,835.747650449479,4785.41143984964 -6673,1013.52099053823,2625.87883911617,207.827767243708,1052.07778580736,451.531264776498,1872.64675883297,488.681622197163,2206.79308288768,71.4520405703676,807.078824202722,540.80292532881,4478.82783415091,302.520201541957,2612.71224280994,346.025393941812,2952.78770448513,259.637914095501,3352.68919964302,85.3716856251157,909.779237936706,142.527577162547,1749.31912106178,323.904601187259,4014.94648668504,185.699431735509,1168.93567655771,146.552780658919,1592.02278597943,191.24726717412,2845.85659084126,241.523160394417,1905.88916213581,234.043281448806,2427.96706552211,274.789916816438,3422.68211009992,3793.72455945225,1247.36995605213,28924.4577246308,10607.5361626281,923.994296770232,4929.93966049354 -6674,1152.6557159813,2654.86032701246,236.159722984282,1063.68943336746,524.647964253994,1893.31492088474,562.995766203189,2231.14917505333,82.8536652833764,815.986449652363,627.317661515769,4528.26008240678,350.915752308838,2641.54841267183,401.470588221173,2985.37724359222,300.624783610384,3389.6924002523,98.5442456575057,919.820354678191,164.30214882495,1768.62613179609,373.410770958678,4059.25893601621,212.473380651438,1181.83706966734,168.172494232488,1609.59373724161,221.718846225241,2877.26594496432,280.102593465315,1926.92421632845,270.15536184745,2454.76422656162,317.189064133908,3460.45781348314,4441.43269370226,1452.91816763521,33353.2714443214,12149.8249453821,1082.31916222805,5646.7493713937 -6675,1583.04120843546,2768.96681793622,319.658725227075,1109.40704323163,672.779517353678,1974.69001984478,744.773398171456,2327.04446585353,105.632761099144,851.05772984884,798.814826023438,4722.88571402146,446.849694861368,2755.08275453847,511.097348840272,3113.68942554918,385.480754969377,3535.38213811469,130.767405722901,959.354439347226,216.436819966929,1844.64207869994,492.057878681857,4233.72679341229,288.660293473978,1232.63269137717,220.211531429056,1678.77443624138,282.880088561271,3000.93147911457,356.93597810891,2009.74385032731,358.493949344386,2560.2705423132,420.907286505842,3609.18906464112,5474.5233273309,1833.02095258007,43652.7368203371,16361.0252160887,1331.48616360429,7646.19685731628 -6676,2241.47436433477,3069.82846331397,443.347365638849,1229.94948753189,876.155393479888,2189.24964715167,1010.41764906508,2579.8891089633,136.373547116948,943.529270950449,1029.59862121999,5236.05010358632,575.948035431604,3054.43582923516,658.598602021163,3452.00685055331,501.387817560914,3919.5185171505,177.999844431208,1063.59294204535,292.097754337599,2045.07136782531,664.324258096097,4693.74169893408,404.615438076948,1366.5641987076,293.652916973306,1861.18140328555,365.555396837719,3326.99720753859,460.505686916692,2228.11224596159,487.979912578896,2838.45632734426,572.936589999821,4001.34492343782,6742.10949520883,2334.17749476883,58350.4219194846,22656.6586627361,1635.15844653159,10662.3914351554 -6677,2485.67793508695,3749.33391007654,483.370308257718,1502.19837244793,936.231599368119,2673.83928378455,1100.81769373034,3150.94665257977,144.252699883303,1152.37914202716,1088.17769999592,6395.04794578749,608.71663539186,3730.5341218777,696.120787937528,4216.10734842949,532.365806058263,4787.1025574051,195.188661534793,1299.01886433869,317.140299763953,2497.74719322154,721.602900956784,5732.69976719019,447.756267901366,1669.05270171994,314.457497780853,2273.15324994062,386.865901718024,4063.42686505953,486.948047601293,2721.30410512328,535.102411445932,3466.74763347996,628.26305553089,4887.04120984093,6956.37375842877,2457.32281988433,62969.6833243532,24909.9908730205,1684.4727488873,11785.9340840105 -6678,2246.45984381114,4197.37732864148,430.873785529412,1681.71028317571,843.932194494028,2993.36166352789,994.536045010106,3527.48311046724,128.818747679367,1290.08783980123,971.617293809744,7159.25279183141,543.513812108657,4176.33097569943,621.726289305572,4719.92994591816,475.637215216093,5359.15878026549,177.687904607225,1454.25093134517,286.004601718886,2796.22666130901,651.037661603669,6417.75435632544,405.796763439158,1868.5036165168,279.721578522934,2544.79386063368,345.502153019451,4549.00422556534,434.824136762629,3046.49850590402,487.124741224543,3881.02214150173,571.9325344086,5471.04004879208,6186.46552599616,2199.5112518077,56622.9751155859,22524.4696636795,1497.59749785512,10697.4444464751 -6679,2117.66162499541,4363.79345697775,406.677237420495,1748.38613630897,789.822367303482,3112.04140560287,933.936043783007,3667.33951032194,120.66948511399,1341.23678513155,910.021096081883,7443.10030853366,509.057463449816,4341.91266569528,582.263197570742,4907.06405517689,445.858620431756,5571.63680773884,166.680562431121,1511.90855673245,268.538873210677,2907.09046470128,611.253845942899,6672.20320592138,381.9241234311,1942.58538551127,263.094449192863,2645.68894547887,323.672472957852,4729.36153245748,407.292987966158,3167.28499866826,456.948524554323,4034.89553152766,536.502677087708,5687.95390513754,5769.88023657804,2056.46491811036,53152.5183406155,21189.2270323471,1396.37340354602,10061.8399907297 -6680,1960.2653739763,4422.47122246311,374.428418386693,1771.89581720831,724.331314889371,3153.88748232007,860.846198623893,3716.65240513775,110.277080855026,1359.27173071598,831.45629559379,7543.18398542946,465.109033874826,4400.29621103659,532.020150400081,4973.04691084823,407.877552905995,5646.55584348086,153.976581170948,1532.23844094945,247.275088696031,2946.1806678042,562.935789901515,6761.92101196504,353.468307667343,1968.70636736115,241.218310737368,2681.26421204924,295.836915157213,4792.95491047433,372.181200716946,3209.87390857187,422.121035325033,4089.1507697948,495.61176661594,5764.43699917663,5236.04736952585,1877.46584893925,48855.879994022,19575.3925869585,1266.59892366256,9310.45991135557 -6681,1843.72028471689,4515.26396832158,351.299400792922,1809.07391741138,672.677597175399,3220.06267372135,804.308996871659,3794.63558800675,102.209941695763,1387.79210991489,770.408188615588,7701.45584731708,430.959282159686,4492.62367852553,492.930921714068,5077.39189240439,378.552516924107,5765.03245870414,144.05900822518,1564.38802544497,230.820368121937,3007.99773346923,525.530881663391,6903.80033382275,331.763893035396,2010.01396676137,224.89154956501,2737.52277340389,274.242440214413,4893.52118316362,344.914369443788,3277.22381292465,394.932380219544,4174.94975164712,463.68960149956,5885.38700892793,4809.66519052025,1736.05424957891,45554.2052806224,18352.1540973442,1162.7793397558,8738.24655213668 -6682,1735.76322387715,4594.15080160044,330.972226429899,1840.68051084937,626.461418360768,3276.32085686888,753.441281318593,3860.93221807871,95.1924636492485,1412.03842764264,717.34487096614,7836.00910216423,401.276148437663,4571.11496000961,458.952527818915,5166.09974437443,353.032720062443,5865.7541789862,134.795744581092,1591.71967608877,216.138471836929,3060.55089921284,492.086399163502,7024.41763322002,311.989843124419,2045.13121301685,210.630531844635,2785.350431795,255.449055169521,4979.01660323897,321.202873819566,3334.48066664605,369.537489579715,4247.89090576711,433.873492943555,5988.21146105568,4446.7607851849,1612.86804213387,42605.975280697,17231.7235673628,1074.53269343504,8206.78403612409 -6683,1677.94029945134,4537.55242603128,318.844150874746,1818.00395290539,597.506618531763,3235.95769807193,724.023061418251,3813.3668461171,90.6236428263904,1394.6425943979,682.700113532719,7739.47213477231,381.896188547915,4514.80037817518,436.781494929049,5102.4551523297,336.576734635859,5793.49008223453,129.54694956326,1572.11023096636,207.529973668888,3022.84595291856,472.507416414795,6937.87919673224,301.376826115837,2019.93589194854,201.604858453077,2751.03586167346,243.233738631324,4917.67681187273,305.747633434502,3293.40099877072,355.148114453402,4195.558334364,416.978946048113,5914.43873223226,4191.6979030267,1531.5716868581,40824.2778907583,16606.4506669403,1012.24094309098,7917.37014493446 -6684,1620.50793305437,4486.08753663578,306.902638536836,1797.38416417962,572.409754574745,3199.2554874122,696.125011494852,3770.11566474584,86.7547340885542,1378.8245673807,653.431702706233,7651.69109336538,365.523707691496,4463.59354235494,418.02775412348,5044.58313997483,322.333271981561,5727.78035630704,124.638735578187,1554.27936719715,199.4295062065,2988.56085425301,454.089064276467,6859.18981708986,290.52506201728,1997.02579251504,193.608985659066,2719.83363125253,232.875267338837,4861.90055422469,292.672498800821,3256.04726657704,341.692429483519,4147.97233967848,401.180643568786,5847.35720752203,3989.01211315609,1463.56479769171,39214.9120194455,16001.8398349918,962.926640735269,7633.25605593789 -6685,1581.8638937467,4385.62704164315,300.937939094909,1757.13392355217,567.823823675273,3127.61203702284,684.722115259948,3685.68849234522,86.323275684282,1347.9474617924,650.43463039805,7480.340742198,363.847172901755,4363.63677311027,416.119962725653,4931.61581262451,320.16061573817,5599.51365506582,122.422051011621,1519.47316394982,196.396482404155,2921.63565489344,447.129121516039,6705.58657180188,284.020385888946,1952.30481950889,191.352360853207,2658.92625245935,231.664173509157,4753.02418204212,291.262597336224,3183.13203310279,335.615471694795,4055.08352485782,394.045695216827,5716.4127275784,4018.00450615431,1460.50132743796,38701.3457669071,15678.9859168678,970.713109528277,7467.59530484265 -6686,1564.6030417081,4323.63525064555,296.822399130381,1732.29645381082,550.242168816775,3083.40256141543,670.72911988439,3633.59048480144,83.3181118141266,1328.89393158253,627.47928651452,7374.60450072603,351.006163852316,4301.9558193357,401.423388819013,4861.90635173471,309.877479137825,5520.36331307436,120.145394837658,1497.99508067652,192.089017471014,2880.33770019517,437.391045713966,6610.80164884142,280.39751710215,1924.70856675292,186.516195353946,2621.3417522373,223.664601758662,4685.83915264908,281.066557544278,3138.13777028924,329.374103988588,3997.76403827954,386.717713391446,5635.60999180101,3817.90180618328,1404.51422257546,37751.9585368771,15435.9567741449,921.398807172562,7366.07420576961 -6687,1609.47649795582,4210.63343699359,305.79537268743,1687.02144106911,565.558981424949,3002.81526358382,689.042819698773,3538.62356667629,85.8697338176008,1294.1621802403,646.702556040094,7181.86306088706,361.759484699529,4189.520615704,413.66897056414,4734.83637387985,319.207665684596,5376.08401331104,123.245531420985,1458.84372975419,197.404274489149,2805.05767188946,449.456323131585,6438.0228336301,287.872250982552,1874.40470294709,192.319606587318,2552.83079906191,230.512943619843,4563.37083790129,289.675444154781,3056.11992211867,337.873012421618,3893.27914057437,396.696270891092,5488.31862396106,3936.03866273794,1445.92741299813,38843.4976279911,15864.930462585,949.949192746923,7564.03384600632 -6688,1680.68945119645,4206.6696009507,319.058335972193,1685.43330083005,585.898628534289,2999.9884520007,717.646510380449,3535.29235206317,88.8119595370745,1292.94387264546,668.72858308067,7175.10214757512,374.080642421507,4185.57665499893,427.779923204657,4730.3790599491,330.598785734809,5371.02303711815,128.312623171685,1457.47039307137,205.500607288381,2802.41702675408,467.892377092933,6431.96216192006,300.888694717886,1872.64016252065,199.830187309645,2550.42759705344,238.438954721963,4559.07493941594,299.57689644636,3053.2429302171,351.764254840605,3889.61405777546,413.005960813233,5483.1519915524,4045.32979981489,1493.54150206156,40355.2114232121,16544.4460057346,975.904088723616,7893.76595464174 -6689,1815.19030320233,4296.40824424856,344.889858461062,1721.38775224485,632.775340372705,3063.98560868991,774.093266286052,3610.70886189882,96.0758078019294,1320.52555601923,723.436172979096,7328.16478223068,404.683566974632,4274.86533370902,462.724617022593,4831.28971835415,357.459827717691,5485.60021245981,138.38907388308,1488.56183312444,221.698326364036,2862.19949739996,504.765765316244,6569.17178685077,324.275862632494,1912.58819826173,216.210022679292,2604.83451133481,257.937955123251,4656.33125820646,324.08134464052,3118.37613634162,379.388467395198,3972.58912394613,445.439513372427,5600.12115419039,4378.62893160695,1614.6598651051,43596.6573328058,17856.8377678246,1056.36426625136,8515.39004156357 -6690,1915.57670038027,4494.27513797635,360.70849875794,1800.6645872369,653.23640904555,3205.09447925167,809.264419774444,3776.99653896389,98.5027955927447,1381.34107330799,741.279192308647,7665.65626808433,414.664788508171,4471.74008969105,474.174273159027,5053.79005699153,367.524918327683,5738.23418310841,145.15683198018,1557.11609736047,231.308184918827,2994.01530529901,526.774780825058,6871.7085901372,342.108024169669,2000.67058342079,223.627152436757,2724.79762566938,264.544243511629,4870.77405550401,332.189994119104,3261.98990963673,397.942022962233,4155.54284373388,467.223219186815,5858.02927518012,4405.83121904204,1649.96471035055,45297.392596946,18760.5833584825,1061.5552454467,8973.15775526161 -6691,1941.35606670912,4260.79869902464,363.871354969119,1707.12052447535,650.950886857605,3038.59064436264,813.808992110427,3580.78253898006,97.8228968222911,1309.5807593814,735.840541935009,7267.4273940715,411.622457318582,4239.43434070907,470.683280811589,4791.24696172228,365.713721427405,5440.13439130386,146.192895682843,1476.22431608652,232.315517596803,2838.4769792759,529.136686255663,6514.72509404854,346.200409222916,1896.736260534,223.609736314954,2583.24508894778,262.785754618974,4617.73859449983,329.838910303211,3092.53037175421,400.782352832562,3939.66346045626,470.558046847611,5553.70615911478,4313.16679983887,1633.20711716225,45390.4650123849,18941.193049457,1038.19583906768,9074.10884531965 -6692,1821.05970648992,3957.27283866529,337.92062647747,1585.51064273015,592.459296598178,2822.13103085845,752.677243360564,3325.69888502747,88.3972022108253,1216.29035662375,664.393517699418,6749.71878866624,371.65564656551,3937.43040985094,424.961502816975,4449.93364021199,331.622291937867,5052.59637596205,135.732451753073,1371.06275195863,214.339461347855,2636.2728320952,488.336295808559,6050.63662640318,323.769116103043,1761.61875181782,204.60897283547,2399.22285660871,237.579369714811,4288.78546180878,297.958849267081,2872.22826220161,372.105437239197,3659.01426160183,436.888516999661,5158.07764925015,3792.16868105399,1467.13792789068,41713.9438988127,17648.1620213495,911.016848781886,8481.29013300426 -6693,1490.40042204383,3645.03953736527,275.609898228474,1460.41206034559,479.424686221285,2599.4617016536,613.606266848476,3063.29748276475,71.3387250513459,1120.32367227552,536.011686936877,6217.15834460474,299.840026683284,3626.7626986194,342.865009589722,4098.82884463816,268.066521643943,4653.94080913102,110.650749661097,1262.88435062355,174.60675031018,2428.26792491516,397.82535360153,5573.23455536835,265.183595641203,1622.62504050788,165.948275656804,2209.92146051744,191.76809528674,3950.39543971473,240.429380116289,2645.60620480086,303.344889536009,3370.3138992611,356.156846059794,4751.09949069324,3027.46953789446,1181.49945205267,33891.3368141714,14414.6175258982,726.737087347373,6934.96139363797 -6694,1145.13219909957,3322.40928648423,221.98284701154,1331.14786318422,405.700701343103,2369.37778284751,491.609661190381,2792.15846623106,62.43240866422,1021.1614262288,470.342282045265,5666.86435302384,263.105163256146,3305.75016985343,300.753633242792,3736.03273093128,231.846476574309,4242.01054734824,87.024462151114,1151.10375381556,141.223274575623,2213.33673369192,321.349251788117,5079.93563655413,204.215036453777,1479.00302529009,140.151480239726,2014.31658218202,167.564992509477,3600.73748436764,210.638581455867,2411.43793725874,238.574306446307,3072.00020260023,280.109787459377,4330.56950605798,2890.81623242544,1049.11675920165,27910.0993265302,11293.3958153671,698.186701773012,5356.15720041276 -6695,919.716261766436,3106.0878127654,202.617803650394,1244.47706417306,384.12292308406,2215.10801967676,423.509876897762,2610.36152847004,64.578197503488,954.673788620375,502.95017247084,5297.8958297303,281.345718403671,3090.51336823538,320.459206245119,3492.78030880961,237.679472280118,3965.81400020211,79.1981493889125,1076.15559452596,136.615119766544,2069.22677529034,310.026063669629,4749.18193689209,186.803761111994,1382.70540314977,132.965684385181,1883.16479020789,169.879327148594,3366.2941115232,219.331863184065,2254.42964496574,217.118762877054,2871.98281949382,254.918861250558,4048.60690096799,3244.29281864219,1089.35681266827,26639.4553914839,10172.971178138,789.472653911781,4698.31348265473 -6696,929.797666448445,2973.85165026751,205.633795483574,1191.495667251,402.332936161162,2120.80373670171,435.735147389854,2499.23003056506,67.7757654575562,914.03025055759,528.234662714885,5072.34734041911,295.489630587325,2958.94026000441,336.611805248131,3344.08140126842,248.571666208024,3796.9765248378,81.6021332110259,1030.34018470854,140.895734554779,1981.13312675351,319.727205125012,4546.99396533574,189.674014641361,1323.83918062181,137.293483521276,1802.99239965769,178.211005265054,3222.98012879624,230.256392401687,2158.45131375226,223.709194565938,2749.7132605815,262.656678650666,3876.24466515282,3470.45636807192,1150.84232415942,27574.7343253171,10383.0912900518,845.482538142008,4784.6867453897 -6697,939.458342019829,2921.21710443809,209.646136982337,1170.40724702068,425.198449586687,2083.26738499278,450.878123621767,2454.99586791939,71.8053778353991,897.852722970389,560.130643998801,4982.57127558817,313.331950283585,2906.56963260351,357.008634499148,3284.89411606658,262.415621974962,3729.77339623123,84.4909029983848,1012.10407408511,146.248807041514,1946.06882139554,331.839119666105,4466.51619092053,193.07545061745,1300.40839717404,142.85111501733,1771.08102772314,188.703942656051,3165.93622908418,244.029046984296,2120.2486332036,231.628648837376,2701.04576614922,271.954899761773,3807.63856052226,3761.04587423465,1229.10792625627,28730.5808075098,10628.6255436466,917.495246438015,4883.03018169961 -6698,1078.39416044877,2941.94601813484,241.043998370357,1178.71243966682,502.400081539803,2098.05021977941,526.238309457389,2472.4164825648,84.7870142755032,904.2238727143,661.745144639939,5017.92752822776,370.174170940679,2927.19460805512,421.868716895645,3308.20367649996,309.194150792979,3756.23981350692,98.7666196561172,1019.2859497396,170.963800394289,1959.87809718862,387.917094238573,4498.21052425374,223.193758366074,1309.63607607356,166.454245851923,1783.64859270071,222.746471481394,3188.40166609754,288.205815487315,2135.29388638474,270.76499184319,2720.21234726105,317.904829930649,3834.65750786088,4501.05593614891,1459.5841404857,33620.1815913271,12312.6380125557,1098.86058585018,5651.26814302104 -6699,1486.24518192373,3036.42827263364,327.697335310295,1216.56745400733,648.834695183414,2165.43028508127,700.262087090155,2551.81953139464,108.822308715376,933.263532021116,848.266776960105,5179.08109897856,474.51266313194,3021.20311270508,540.654044682151,3414.44850212565,399.043046148884,3876.8735721927,131.69554935001,1052.02089250086,226.340770728874,2022.82068689752,513.724940894288,4642.67309050136,304.252988794297,1351.69577678787,219.284039420674,1840.9314725473,286.114245407328,3290.79898263688,369.725372126662,2203.87005303073,361.03842036606,2807.5734999472,423.894746671583,3957.80969499827,5593.22764266769,1853.57669066692,44261.707504667,16651.5854208533,1362.90718293554,7684.50963532004 -6700,2116.21569515966,3315.39134788073,457.798405056691,1328.33607415689,855.708756649005,2364.37293655233,959.266743507192,2786.2605785846,142.25845156942,1019.00442280882,1107.09795181989,5654.89421247984,619.300450913073,3298.76742036952,705.476256381485,3728.14109384942,525.263308936931,4233.05013127374,180.73679203024,1148.67227269028,308.154399291608,2208.66149353739,699.658626118417,5069.2052679171,428.909745917902,1475.87892120451,295.511146282516,2010.06173310027,374.401795289053,3593.13163198352,483.0205956458,2406.34424712891,495.483152002371,3065.51120411967,581.746133791325,4321.42202653601,7001.81450225378,2390.86257157923,59769.8595701091,23223.4562241163,1701.6336256612,10788.4074444325 -6701,2344.63170764831,3928.03142781737,498.486013762335,1573.79485511631,913.410347627735,2801.27750462854,1044.24863523598,3301.1243531672,150.209134283776,1207.30284237381,1167.91183782539,6699.84320306625,653.319181562039,3908.33562033463,744.287564337161,4417.05181903755,556.750116237727,5015.26130898495,197.927082924512,1360.9315806033,334.033324657061,2616.79266478469,758.75411741687,6005.92675708221,473.981236789032,1748.60165146123,316.00135970361,2381.49431876812,395.548967863821,4257.09441020829,509.836922375017,2851.00455332729,542.609691211425,3631.97676793283,637.077343082779,5119.96315124194,7210.91172442793,2511.26537518925,64412.6668574269,25500.3724856102,1749.64209785854,11911.9071151276 -6702,2142.72924600192,4370.1615850506,451.052882293544,1750.93757393923,842.993190592683,3116.58283920514,959.686456682872,3672.69129608325,137.670383155077,1343.19406558214,1070.58584552928,7453.96210034189,598.875913181439,4348.24886290738,682.450621327735,4914.22498354646,509.860762589984,5579.7675538699,183.058174324089,1514.1149002312,306.732419117582,2911.33281131578,696.959970203943,6681.94001976518,434.831227584693,1945.42022007651,287.091605832923,2649.54982620383,362.495668580274,4736.26313773244,467.306147662054,3171.90704980647,501.84713469255,4040.78369552045,589.218077712254,5696.25439398915,6637.65682539495,2311.45724549646,59071.986309822,23383.0474856164,1610.95095595512,10948.829388081 -6703,2012.46203104291,4512.98964091902,423.613476731426,1808.16269130976,783.084046943299,3218.44073603881,896.302308982531,3792.72423935447,127.886314669041,1387.09308242796,994.255835132187,7697.57664286833,556.177604707999,4490.36075498148,633.74313793425,5074.83442254317,474.143804421581,5762.12862597376,170.832825016593,1563.60004702788,286.298040553043,3006.48261237773,650.523750071417,6900.32290650262,407.583173365435,2009.00152764901,268.181495167572,2736.14388988736,336.784817871391,4891.05632852832,434.053908376656,3275.57308331629,468.331797050645,4172.84683968204,549.867762737678,5882.42255390537,6123.81840080424,2141.71094630143,55099.034848357,21895.5939538398,1485.59550077318,10255.6746486451 -6704,1859.96483835441,4542.68591850809,389.199801937674,1820.060724649,715.978412252171,3239.61865070424,824.301804308902,3817.68104200463,116.465565256603,1396.22040256274,905.209118111425,7748.22807150825,506.365687060934,4519.90813046091,577.011344821375,5108.22773910742,432.309309158424,5800.0444611065,157.452531296515,1573.88881450339,262.943587335877,3026.26580474635,597.55122116886,6945.72826321511,376.513542233185,2022.22111638925,245.184885690891,2754.14820519555,306.76219981252,4923.24035242211,395.247978471723,3297.12693902726,431.650222520804,4200.30491690967,506.799973090591,5921.12994456124,5533.00791383392,1947.73650960379,50507.7881762061,20186.5686063742,1341.57008418117,9472.22058139896 -6705,1749.2119395203,4626.44632131212,365.112906022946,1853.61994977687,665.090103252648,3299.35242230595,770.258832865876,3888.07342826951,107.957516149007,1421.96463965503,838.826132361195,7891.09392574724,469.231653039379,4603.2485445763,534.670769821029,5202.41589578784,401.258196149692,5906.98869389271,147.303242077712,1602.90899407039,245.426211422042,3082.06566574156,557.799331377335,7073.79720910546,353.335572841077,2059.50787983849,228.596068399848,2804.93062053034,284.406140509082,5014.01761556941,366.331116347125,3357.92107832352,403.82632592384,4277.75232094584,474.131971753149,6030.30681439299,5084.88156640108,1801.13885660832,47096.3144322446,18923.3527644953,1232.21745306501,8889.50349402223 -6706,1644.23292424449,4711.83124098806,343.26101653981,1887.83004960929,617.540712527437,3360.24471889728,719.969845612814,3959.83106130151,100.194438304499,1448.20818126486,778.280321707208,8036.7306356992,435.362881285918,4688.20532996392,496.051591345054,5298.4308136172,372.961289044132,6016.00708946586,137.536079581052,1632.49201442795,229.238655624609,3138.94775428823,520.999960040793,7204.3500275227,331.691359206927,2097.51781287973,213.492011769641,2856.69795102488,264.00243449239,5106.55548624284,339.950398092628,3419.89430823652,377.050015436074,4356.70180245932,442.693939924008,6141.60114857694,4680.21146802786,1666.94101110033,43932.9627004092,17733.8450435959,1133.53337132604,8334.64764717509 -6707,1590.95743805173,4651.78887527927,331.116577552694,1863.77363153373,590.514089688832,3317.42547687351,693.078089692895,3909.37135411602,95.6412973192708,1429.75381802588,742.691419499562,7934.31942968357,415.454775459811,4628.46402673325,473.364792456094,5230.9134717764,356.468033864374,5939.34574925694,132.377312976757,1611.6893418504,220.47228766289,3098.94847601097,501.093206718229,7112.54575930448,320.723644296268,2070.7893658789,204.770230849764,2820.2953520517,252.051758585545,5041.48319134611,324.464596534945,3376.31495782296,362.907449836521,4301.18481351628,426.089171777641,6063.33937659483,4429.44802739069,1587.43994829399,42178.3987569942,17111.8544986165,1072.18921240722,8050.07383104647 -6708,1528.98439470558,4587.39278594857,316.589035747341,1837.97286187579,559.650931919049,3271.50137475185,661.323960989651,3855.25277012688,90.4501466448227,1409.96131302295,702.129004968485,7824.48229896435,392.764532407762,4564.39083018011,447.481182236046,5158.50038935991,337.478027110395,5857.12562927952,126.445728682024,1589.37824957734,210.115665164946,3056.04881563452,477.602663080616,7014.08468457279,307.468108230576,2042.12281617823,194.76606289835,2781.25316929167,238.423686975977,4971.69244833228,306.811106396862,3329.57563119789,346.646233458228,4241.64223991604,406.996898467063,5979.4027761587,4145.81774013149,1496.81203196229,40152.353511708,16384.6409991735,1002.8436414555,7717.16031818835 -6709,1480.21257197843,4494.53506092798,306.935470924183,1800.76872729064,544.734970985847,3205.27984342981,641.851085597689,3777.21497865852,88.1356792028408,1381.42096210829,684.260092363015,7666.09960542845,382.768826412911,4471.99870934546,436.096272632054,5054.08233905888,328.641137661401,5738.56604947623,122.675735226781,1557.20615197431,204.030441449476,2994.18846187521,463.752535980047,6872.106010127,297.828349436725,2000.78629066775,189.334755605807,2724.9552122478,232.302420730797,4871.05575298144,298.976779607295,3262.17856431841,336.310937477543,4155.78317636337,394.862240701094,5858.3680698051,4056.47202420207,1460.05566186952,39015.5774301339,15882.5148232063,981.506542701133,7476.69519919836 -6710,1475.28817940219,4440.21101276138,305.912178422169,1779.00339544828,537.25128705632,3166.5386223154,636.592492965004,3731.56095534918,86.7290500833696,1364.7241563505,673.151593800711,7573.44184248528,376.554834094261,4417.94705105508,429.011899326054,4992.99521687537,323.947629224314,5669.20578545494,121.771748042974,1538.38468526899,202.158248479983,2957.99863667242,459.534352031503,6789.04500095934,296.526018283722,1976.6034087118,187.395854682815,2692.01952564278,228.634270343668,4812.18081625049,294.173430204167,3222.74962605143,333.832690441227,4105.55351692534,391.952534031693,5787.55979600424,3959.49368995783,1433.85829386491,38609.341211721,15791.960188024,957.502306602463,7441.48874299306 -6711,1504.92139590999,4350.14746104662,311.566962378504,1742.91876707224,541.728485770718,3102.30975703218,645.288217016146,3655.87139192236,87.490150005653,1337.04261052337,678.869651412695,7419.82502808636,379.753463133026,4328.33509307331,432.597347608213,4891.71920057024,327.029232055919,5554.21377111767,123.363022166422,1507.18067531074,204.79331269742,2897.99971715701,465.524901723569,6651.33859381328,301.581593112904,1936.51073680759,190.014764251475,2637.41562527227,230.680325425226,4714.5723704898,296.723004711272,3157.38059814366,338.195108903615,4022.27803059674,397.07444395783,5670.16713392319,3961.63669037674,1441.83434807621,39106.4896592212,16055.3859198146,957.502306602463,7567.23904689381 -6712,1569.5694278001,4349.62761514336,324.51915117619,1742.71048696475,559.62823438624,3101.9390286759,670.810714390387,3655.43451253311,90.1851674087767,1336.88283292278,699.597592824157,7418.93835339813,391.34848364726,4327.81785376447,445.828409891356,4891.13463643556,337.638797093986,5553.55003838203,128.193865037296,1507.00056608305,212.723081365096,2897.65340400461,483.559505556268,6650.54375383368,314.760254287182,1936.27932231368,196.938136844922,2637.10045211543,237.824619211184,4714.00897553494,305.832118754392,3157.00328878031,351.438683859225,4021.79736533775,412.623708341223,5669.48954467321,4052.12415386745,1483.6546419963,40532.7132079034,16715.7689756725,978.839405356836,7885.75095132846 -6713,1692.55239607441,4431.76349477233,350.060068120924,1775.61883486266,602.240004313815,3160.51427079288,721.766114814637,3724.46164673368,97.1758660690499,1362.12776356021,753.799952925826,7559.03334117317,421.668787281041,4409.54189033609,480.315469604415,4983.49602487918,363.712074247185,5658.42010033353,137.941081529843,1535.45790267565,228.882989145242,2952.37103324928,520.295476168676,6776.12881755967,338.641039148757,1972.842913365,212.427747594467,2686.897948469,256.265220742045,4803.02562432493,329.534133028348,3216.61833288495,378.160313123112,4097.74268606853,443.997539015484,5776.54894193696,4361.54188240159,1597.01120130363,43661.8059385921,18005.7749843797,1053.51925099714,8491.51122950174 -6714,1778.96097076195,4563.47981136696,363.995045952255,1828.39195167723,615.714966104275,3254.44782541163,749.742477664641,3835.1562652494,98.4803830118983,1402.6115240224,763.300278290724,7783.69515579613,426.983182247296,4540.59775925823,486.406353146456,5131.61036828567,369.922241412663,5826.59384296219,143.784317561969,1581.09320326539,237.036328209691,3040.11836863372,538.985693757571,6977.52194913641,355.555860690011,2031.47772139904,217.81592610645,2766.75516586236,259.835065935686,4945.77621209703,333.853328305343,3312.21935473509,394.179326045547,4219.53157972186,462.805441558929,5948.23358850216,4313.77299381786,1610.45562933438,45001.8266667905,18814.0935331173,1040.18356427566,8904.9814930037 -6715,1807.68361156102,4301.02189082211,368.505383856362,1723.23624388098,617.413167405383,3067.27583296594,757.307441808278,3614.5861783971,98.4529750907507,1321.94358658347,762.79400283465,7336.03404427839,426.699976395711,4279.45584668591,486.075773715019,4836.47774099719,370.41953099954,5491.49085859613,145.384155931569,1490.16030743379,239.129019574037,2865.27303607536,543.799658479237,6576.22601335405,360.842860124147,1914.64200820852,218.95579882033,2607.63168170007,259.824314736601,4661.33140380097,333.710768194903,3121.72476723481,398.565223068279,3976.85504123282,467.954917632676,5606.1347772694,4262.0687618219,1605.42287584593,45320.9276838162,19060.3055921128,1026.84787755417,9033.34098028043 -6716,1695.6894463177,3980.7309528089,342.156538673611,1594.90930972872,561.869171036942,2838.86019625824,700.573119195837,3345.41312441223,88.8790699984655,1223.50034167675,687.982853669739,6789.73009954547,384.851304979605,3960.77090108124,438.386618072385,4476.31217298427,335.609974927508,5082.54740217153,134.963963479877,1379.19020433422,220.536113959782,2651.90025823695,501.666243142091,6086.50388408551,337.382216199475,1772.06136101926,200.275099980548,2413.4450863919,234.691029394343,4314.20873258192,301.152396331098,2889.25439640264,369.998655395816,3680.70434406547,434.414947137244,5188.6539524748,3738.5627296863,1439.78761970994,41640.0310601496,17756.7915247309,898.825285027939,8443.05869089164 -6717,1386.02304003197,3677.20509244956,278.539862309957,1473.29942798352,453.178116903541,2622.40058275405,569.972882876466,3090.32947045964,71.4340358445442,1130.2099389191,552.715205816065,6272.02149414021,309.1838221051,3658.76697022311,352.213731581102,4134.99885147397,270.266943279843,4695.00938682972,109.800285186787,1274.02864020632,179.214072033314,2449.69611105625,407.689537983425,5622.41541644015,275.910802855324,1636.94385230308,161.959472685321,2229.42285405283,188.674777862256,3985.25559989087,242.003592917338,2668.95228685005,301.013373004904,3400.05514521104,353.419415488523,4793.02544261016,2964.97845496067,1153.89337003568,33741.3449613647,14478.077888577,712.12567092718,6893.2673119373 -6718,1076.22894936375,3346.71214864486,227.821845926024,1340.8849847261,393.199960725451,2386.70938070249,464.184276468815,2812.58263329906,64.4809347241096,1028.63104939845,500.597488848841,5708.31650758371,280.029648741032,3329.93117339271,318.889954834337,3763.36117865046,240.591184080166,4273.04013724119,87.8019149375632,1159.52388314019,147.86295184966,2229.52691765654,335.901068302631,5117.09450679395,215.252446559748,1489.82168234267,139.944872848082,2029.0509673897,169.957674345642,3627.07627023462,218.7320102215,2429.07719803149,240.70566416731,3094.4713646527,282.612211828215,4362.24688975989,2965.23244066975,1062.20719430145,28381.473838283,11509.457548216,717.459945615774,5392.60479869218 -6719,727.424731257615,3104.72321254197,175.407806714644,1243.93032699685,310.695372107096,2214.13485437018,342.443111369723,2609.21471610037,62.9791937797654,954.254370965826,506.131599943067,5295.56830061047,283.125379783099,3089.15561034603,319.422534549384,3491.24582264016,225.655820036544,3964.07169573522,69.4623242128831,1075.68280616541,125.096192787913,2068.317700116,283.372125984008,4747.09547471753,167.579784541375,1382.09793799881,126.351127108889,1882.33745780508,162.397326370805,3364.81519464332,199.598361763783,2253.43920445579,190.428362481123,2870.72106881792,223.581696350144,4046.82822302497,3140.51045241379,990.059076483498,24379.4658195539,9322.01439932671,715.39023045733,4183.68652904311 -6720,734.504826128054,2975.15126502566,177.819086501637,1192.01636751973,325.030698068503,2121.73055759244,351.806106789845,2500.3222290382,66.0855671668642,914.429694559082,531.515248860519,5074.56402713969,297.324760420156,2960.2333582765,335.47531973327,3345.54281160514,235.830653988486,3798.63585667691,71.5065358584093,1030.79045777776,128.93998240933,1981.9989096345,292.064070874762,4548.98106528475,170.011440932957,1324.4177168566,130.372925661648,1803.78033254978,170.319529687496,3224.38861618338,209.456070570316,2159.39458716062,196.032492210923,2750.91492372897,230.161497884063,3877.93863827774,3359.35124900614,1046.34552000998,25215.4098113834,9509.11454411619,766.144267077613,4255.43834709546 -6721,740.942917226853,2922.12683792038,181.038227191792,1170.77173847149,342.995064124347,2083.91616186384,363.363889697332,2455.76040949918,69.9992402795596,898.132334740088,563.531263359607,4984.12296166806,315.234225597227,2907.47480452975,355.74181025955,3285.91710684621,248.765097011718,3730.9349325425,73.9535429825491,1012.41926632548,133.742006724769,1946.67487151176,302.904929075172,4467.90716570357,172.874711022164,1300.81337394134,135.539982878719,1771.63258265834,180.293149132215,3166.92217367077,221.876730922866,2120.9089268769,202.740870672339,2701.88693326649,238.037796438648,3808.8243458176,3640.5285460531,1118.02072995017,26246.5272959713,9726.9380098951,831.399457017977,4336.16877318537 -6722,849.673453182054,2957.60641851691,207.953274721706,1184.98689495142,404.957340984612,2109.21844185449,423.655640880009,2485.57750992203,82.6433401608995,909.037186009118,665.707114479636,5044.6386757797,372.390460569067,2942.77648456671,420.326973363171,3325.81371890048,292.95931319977,3776.23481649064,86.3960328307068,1024.71175496456,156.279575174382,1970.31080924819,353.945703637515,4522.15514369217,199.717034317775,1316.60745664264,157.8446566582,1793.14320984542,212.779381836752,3205.37398522309,261.966446254747,2146.66036183603,236.851490980854,2734.69242752757,278.087032029221,3855.06993947282,4356.74296860296,1327.96153181373,30693.3499655178,11262.3255843302,995.745861312229,5013.26139635603 -6723,1173.90554177469,3052.99840649799,283.30175236176,1223.20640074274,524.181562392257,2177.2472840274,565.307157203646,2565.74510033166,106.104664848911,938.356457085633,853.515596472318,5207.34393261038,477.448804676897,3037.69016114291,538.811388022824,3433.0815353058,378.53835343228,3898.03011148769,115.405726558686,1057.76188996618,207.123173377821,2033.85944907332,469.24895052009,4668.00868472282,272.690764496182,1359.07213412425,208.189197796917,1850.97764462722,273.431107092689,3308.75724634902,336.299366600629,2215.89682215533,316.380480764834,2822.89474733098,371.461917016105,3979.40791190555,5414.11924700788,1685.21169258174,40464.5545327676,15246.5952602014,1235.01489109357,6832.2825378679 -6724,1676.0425978106,3318.9652963446,396.690128682461,1329.76800305264,693.340134227388,2366.92169962068,776.98041329072,2789.26413100719,138.762658974914,1020.10289623456,1114.23559255935,5660.99011440013,623.293181746997,3302.32344845719,703.295354152713,3732.15998113522,499.003154073044,4237.613303891,158.719337148447,1149.91052636042,282.36390664172,2211.04240170894,639.944525954629,5074.6698048237,385.133035559295,1477.46989935756,280.947446384833,2012.22855333038,358.006213738795,3597.00498083714,439.748709807112,2408.93825472052,435.123123358754,3068.8157850603,510.877501513815,4326.0804628993,6777.97865382899,2171.57076966382,54733.4614033895,21288.27135623,1541.95596970195,9616.35301330241 -6725,1859.6112308001,3929.07111962389,432.412381318318,1574.21141533129,741.503333697673,2802.01896134112,847.40289144126,3301.99811194571,146.551423459688,1207.622397575,1175.61085971059,6701.61655244271,657.625943865464,3909.3700989523,742.114970033867,4418.22094730693,529.315344906021,5016.58877445623,174.043734800218,1361.29179905867,306.30724299426,2617.48529108949,694.522594020978,6007.51643704142,426.03123999772,1749.06448044906,300.61683091103,2382.12466508179,378.345624500341,4258.221200118,464.396351558691,2851.75917205399,477.13438606705,3632.93809845081,560.202871221089,5121.31832974188,6980.59157611423,2279.33867304224,59030.0520984801,23385.7227807784,1585.45942966219,10629.9506881793 -6726,1699.33808406855,4361.58410243416,391.141039025017,1747.50094206403,684.416404101553,3110.465803346,778.715100426088,3665.48276497184,134.312771350983,1340.55772742305,1077.61679621085,7439.33192498224,602.808962574481,4339.71438922541,680.433755634981,4904.57964697267,484.629599956121,5568.81593154069,160.983559640686,1511.14308923903,281.261962407897,2905.61862750501,637.931382340139,6668.82512155187,390.822799246843,1941.60186970327,273.03631604469,2644.34945383009,346.71140984378,4726.96709365257,425.619708111008,3165.68142701171,441.330404591793,4032.85269543485,518.165462454733,5685.07413850148,6425.56945318033,2097.79865946432,54119.1165852587,21438.0632427798,1459.78276755482,9766.9286928485 -6727,1596.53385164756,4468.08782338588,367.469738030254,1790.17244588591,636.007541964631,3186.41898323873,727.58260561466,3754.98867483978,124.775044856742,1373.29225294589,1000.82459400827,7620.98989896544,559.852108239699,4445.68408268203,631.901377715246,5024.34255188035,450.78671992201,5704.79854796515,150.268067702865,1548.04306826376,262.568183579701,2976.56972880859,595.529279197181,6831.66840810576,366.412132342813,1989.01304391743,255.110261764967,2708.92073108057,322.147380455933,4842.3929509711,395.38770158566,3242.9828944158,411.954284428505,4131.32925991844,483.674997417285,5823.89561606943,5928.21026910013,1943.50840833673,50492.4892664765,20078.0020381086,1346.19039988085,9151.84400736433 -6728,1476.17674546941,4490.83114783672,337.722387701486,1799.28472710532,581.858628203009,3202.63839602484,669.516383450632,3774.10220374002,113.640211871779,1380.28254331375,911.230436736426,7659.78202946062,509.733957531875,4468.31336829481,575.365112603599,5049.91730719547,411.106119988032,5733.83693965117,138.553958148012,1555.92286990533,241.204898332745,2991.72097331603,547.161350420645,6866.44275840676,338.581389366883,1999.13745748826,233.27942811144,2722.70959681774,293.458122892013,4867.04155197351,360.095035333851,3259.49022709851,379.840491437379,4152.35842619395,445.970234221072,5853.54023202143,5356.31820144369,1767.07246801545,46295.1864389878,18512.9945048688,1215.68002000012,8455.41501928964 -6729,1388.84183202115,4565.16931370414,316.940114480285,1829.06886328927,540.799350960322,3255.65269481712,625.953665754581,3836.57612591307,105.34662297704,1403.130802193,844.446730264838,7786.57685390836,472.375764010233,4542.27879014772,533.177248153907,5133.51020526734,381.682859515953,5828.75097837692,129.668723497157,1581.67855934729,225.18424287175,3041.24388847853,510.872595983273,6980.10518388885,317.825865735116,2032.22981990722,217.550282474842,2767.77948053282,272.100115872221,4947.60724911591,333.806346747482,3313.44561245341,355.48195313628,4221.0937447276,417.370905617858,5950.43575767246,4922.55857086314,1633.74575145881,43180.1123521374,17357.4419626905,1116.58880564624,7938.20387038313 -6730,1305.95089821366,4638.72771071667,298.083859774792,1858.54057931198,502.360311010773,3308.11090107496,585.374150860947,3898.39472900223,97.7784501310398,1425.73939467135,783.531513768826,7912.04166632375,438.300350013274,4615.46835303738,494.694393751913,5216.22625713717,354.868090448171,5922.6694179992,121.104888121243,1607.16408494771,210.374040097828,3090.24733391244,477.266897589158,7092.57534940154,298.432594426645,2064.9750605853,203.227919783118,2812.37660451265,252.604550850174,5027.32785382602,309.817878122107,3366.83503376329,332.004518920354,4289.10806537278,389.806080191887,6046.31489944854,4530.86313417029,1511.78180089845,40291.5947095302,16269.5885348518,1027.16502683907,7445.64771187973 -6731,1264.10546107291,4599.34927954252,287.633603370593,1842.76331950048,480.622830960564,3280.02815391705,563.807677839972,3865.30102786279,93.3420848559236,1413.63620946054,747.737903104304,7844.87588129942,418.27773215195,4576.2873719126,472.096881043007,5171.94540698489,339.261683140758,5872.39153048596,116.600177258123,1593.52077491714,202.372754738435,3064.01404333398,459.131732118755,7032.36606192844,288.642500611665,2047.44536637373,194.967681603077,2788.50217482781,241.194498431698,4984.65057328109,295.753533750662,3338.25377400417,319.655022659822,4252.69757584122,375.3065524586,5994.98737820275,4288.15147670224,1439.40174930183,38692.8189741714,15701.5673761611,971.577272445427,7194.0511220047 -6732,1215.39070794797,4564.714446963,275.114483018494,1828.88661756387,455.785000264785,3255.32830638159,538.290680268815,3836.19385512318,88.2836507810562,1402.99099630815,706.940044574289,7785.80101086842,395.455783884054,4541.8262041846,446.314113851197,5132.99870987752,321.277282991921,5828.17021022129,111.418248052912,1581.5209632271,192.912415647357,3040.94086342042,437.713797058031,6979.40969649733,276.794583048079,2032.02733152357,185.490048785808,2767.50370306522,228.181434829193,4947.11427682261,279.717530409727,3313.11546561676,305.448957656625,4220.67316116897,358.62722974379,5949.84286502479,4013.62479447275,1356.91229037345,36845.7911278837,15037.1030016075,908.738941391743,6899.36082985737 -6733,1176.41689337886,4498.7588199225,266.683878872203,1802.46100758345,443.523240873447,3208.29201919107,522.313045490692,3780.76463296627,86.0215483463263,1382.71915850343,688.933108631484,7673.30385608451,385.38286889888,4476.20128970496,434.946878661597,5058.83193505697,312.826135955948,5743.95889203694,108.079132753921,1558.66954327098,187.30671702302,2997.00226358678,424.977551597453,6878.56410182684,268.083523477161,2002.66653834115,180.298631808029,2727.51600083469,222.312282102227,4875.63334894422,272.553552900809,3265.24421090165,296.294898017419,4159.68859179178,347.879460052566,5863.87349683874,3927.10622673298,1323.72146599384,35798.3045616714,14575.2384883211,889.404070298301,6683.30807417418 -6734,1172.90326703558,4430.13897159727,265.888320891538,1774.9679576327,437.652577055011,3159.35574130816,518.282114176909,3723.09639466938,84.6545852315366,1361.62845710537,677.778799491404,7556.26247470923,379.143250562743,4407.92551279233,427.90431098892,4981.66925664239,308.447123038977,5656.34592949881,107.316332668406,1534.89505970125,185.624380885818,2951.28880149875,421.195444215174,6773.64493539531,266.975598705776,1972.11974096708,178.494009585746,2685.91302948777,218.822798538746,4801.26500996761,268.216137584298,3215.43923769333,294.203710127709,4096.24060276313,345.42419903117,5774.43146936896,3833.26407719195,1299.71759911578,35433.9783200246,14494.1961067774,867.65234031818,6653.92183881728 -6735,1196.81406244521,4332.73257916526,270.883121380493,1735.94136579351,441.469401224309,3089.89032563086,525.567745479814,3641.2358953021,85.403450158232,1331.69004734221,683.566451176009,7390.12135077391,382.380809888105,4311.0075323265,431.505133930502,4872.13625244318,311.45220487661,5531.97866813921,108.743794476758,1501.14700089638,188.0742218475,2886.39819715833,426.756181657435,6624.71138703433,271.580640955258,1928.75833162007,181.027471488519,2626.85729776787,220.802123521647,4695.69859168381,270.582479972232,3144.74070244735,298.117043258282,4006.17570362413,350.018838444737,5647.46783653865,3835.38819542646,1306.77667056848,35900.3632582662,14738.7106130797,867.65234031818,6768.72853260079 -6736,1248.6086182213,4331.1080559902,282.22735914534,1735.29048856355,456.27397263685,3088.73179614614,546.614761312639,3639.8706432378,88.0399850563097,1331.19074088736,704.467212961117,7387.35048430997,394.07250453596,4309.39115478273,444.724771582424,4870.30948420639,321.637369568036,5529.90449730449,113.034550981318,1500.58415792198,195.394809145015,2885.3159654078,443.376952306891,6622.22750486997,283.515230100815,1928.03515922215,187.664029891184,2625.87237878664,227.660938740063,4693.9379773265,278.929628675117,3143.56160725573,309.879991651204,4004.67362031873,363.829701078339,5645.35036397065,3923.03388833465,1344.42412056366,37217.7578691417,15346.9225856,886.987211411621,7055.70014177665 -6737,1346.46934935659,4438.58648958632,304.450389610964,1778.35251821832,491.013668856128,3165.38009283067,588.130856422756,3730.19570328488,94.8652488931001,1364.22484989565,759.051163387554,7570.67097602134,424.606266301251,4416.33067351131,479.131083435373,4991.16844863857,346.481876826448,5667.13161462022,121.628620609691,1537.82184229459,210.237564454912,2956.91640492189,477.058431771921,6786.56111879498,305.024106212539,1975.88023631388,202.431752314548,2691.03460666156,245.31645768438,4810.42020189318,300.552633973926,3221.57053085981,333.440311938849,4104.05143361995,391.491842934895,5785.44232343624,4222.60532874506,1447.16514073659,40093.2816081452,16532.022418323,954.659260238666,7598.12533339885 -6738,1416.52467723071,4585.96320656302,316.819151246155,1837.40009031749,502.779935564533,3270.48186952451,611.767489214926,3854.05134915784,96.1582695543451,1409.52192365266,768.716777741612,7822.04393819624,430.013122413648,4562.96841894504,485.281952795797,5156.89283444559,352.634704184698,5855.30036023261,126.897067032526,1588.88294810928,217.850156178337,3055.0964523659,494.47762542717,7011.89886981015,320.475073187743,2041.48642491701,207.676725558829,2780.38644119963,248.802672324471,4970.14310879083,304.628489787239,3328.53802816124,347.883560656606,4240.32040753979,408.449642745011,5977.53940161338,4176.48972032644,1458.42259301584,41348.6913570829,17279.6185150285,942.574965805265,7974.30301131907 -6739,1439.97672387605,4316.61731204205,320.863245399754,1729.4846647835,504.509468222632,3078.39771512025,618.311000579774,3627.69259715497,96.1407765938732,1326.73692816254,768.254001647611,7362.63436018203,429.754249706662,4294.97306985179,484.988406781746,4854.01471465284,353.223018930084,5511.40289699985,128.358948633089,1495.56359955124,219.828113689892,2875.66246004064,499.019221737461,6600.07128020439,325.334442989136,1921.58446266734,208.815226341342,2617.08690315555,248.825068244485,4678.23330026496,304.563246421668,3133.04408015941,351.8912543595,3991.27503979898,413.155070785614,5626.46251227904,4126.49903286312,1453.46367821306,41654.4102665702,17508.642828243,930.490671371864,8092.26458917879 -6740,1352.01246580865,4012.57159947629,298.167256585343,1607.66650040541,459.876593521912,2861.56736876468,572.78206706139,3372.17205851595,86.8117299034347,1233.28674586699,693.009078870206,6844.03906933758,387.662929306001,3992.45189341327,437.484274598446,4512.11682192,320.268294628451,5123.20114087462,119.268130703176,1390.22192401182,202.852840483315,2673.11199550849,460.622530119705,6135.18796294196,304.382372860106,1786.23553665134,191.111132836936,2432.74949383816,224.826326785796,4348.71676578787,274.988654899788,2912.36465666858,326.969117191992,3710.14516985748,383.894021475616,5230.15640494864,3619.79035421225,1302.61361880104,38297.5076624091,16317.0848988353,814.481444811216,7569.71283097191 -6741,1105.54455473046,3700.92312324165,242.817797108323,1482.80223251043,371.186544259812,2639.31510783688,466.304334472091,3110.26214424185,69.7797730167376,1137.4998108351,556.790354957639,6312.47613161261,311.463423197999,3682.36607483629,351.516713563559,4161.66965922574,258.001754689197,4725.29227135924,97.0692257280672,1282.24614501194,164.888507871984,2465.49668957514,374.436613759165,5658.68008447482,248.998417793476,1647.50216594557,154.589782633823,2243.80266659296,180.770001299293,4010.96056131025,221.029739252263,2686.16707115787,266.111649907591,3421.98555447609,312.441347127442,4823.94053224401,2870.83732233748,1043.62730235783,31042.3617178221,13306.3752995181,645.301322743605,6182.54390884935 -6742,855.198319635305,3380.04736016306,197.995135217423,1354.24098386858,319.955753423426,2410.48240285213,377.630322723358,2840.59760226837,62.9346561216631,1038.87681661204,504.018452481104,5765.17468054317,281.943304453731,3363.09923657707,318.054911506614,3800.84645833325,229.059245109697,4315.60211761898,77.3247634824002,1171.07341957718,135.728166531076,2251.73431049005,307.784998576022,5168.06376263859,193.728280623909,1504.66117815214,133.302277144866,2049.26150243871,162.650219337742,3663.20407247477,199.403803748894,2453.27222843566,211.982945518293,3125.2941103494,248.888904671322,4405.69742159714,2870.70513271681,963.320290431773,26049.0244438286,10565.5722513607,650.135040516965,4821.93182521734 -6743,570.044234536972,3158.13752722628,139.210562973142,1265.3311673884,226.728823687413,2252.22729861354,272.664378654077,2654.10419782992,51.9053120508862,970.671564953923,431.207403795527,5386.67437747376,241.213470920657,3142.30209671018,272.275519365806,3551.30995404403,193.631640473742,4032.27042344525,61.4812161039129,1094.18908063036,102.736242175612,2103.90147520257,233.466386743673,4828.76550910215,131.585529467393,1405.87584318745,100.351215293452,1914.72158947489,130.894351835559,3422.70418678767,163.064321356127,2292.20784904946,168.548453261297,2920.10956113868,197.892522974824,4116.45071153049,2655.61891474782,809.267227356583,20165.0922903086,7797.93754899605,598.285179253601,3478.03439133401 -6744,571.51575069265,3028.69554433737,141.015980897664,1213.46927920085,231.698450067332,2159.91568617242,279.299971094831,2545.32093326365,54.4521976312742,930.886833915982,452.731565712843,5165.89177805051,253.253889890819,3013.50915760363,285.89759195928,3405.75308758662,202.256624745957,3867.00052159474,63.265024055653,1049.34176064155,105.845330822358,2017.66926510869,240.518842750689,4630.849814483,133.3742186761,1348.25347707167,103.489010998554,1836.24325941954,137.24044451954,3282.41846048204,171.073475983847,2198.25756138257,173.438696009145,2800.42358527852,203.634150718097,3947.73052820364,2839.45079657971,851.930989115201,20817.5322665099,7948.6421059266,639.735756495873,3532.31073034491 -6745,576.103210398071,2970.01777254885,143.43289847213,1189.95959577611,245.776609957079,2118.06960496012,288.307005401031,2496.00803315066,57.6598548290288,912.851886394242,479.871176542602,5065.80809040375,268.435539533333,2955.12560599077,303.09083706483,3339.77022482742,213.224106115667,3792.08147780494,65.3964489771016,1029.01187424072,109.726435928157,1978.57905780671,249.306482907847,4541.13199880188,135.463979652892,1322.13249241589,107.520944423322,1800.66798902768,145.226458989399,3218.82507563401,181.161225057252,2155.66864690408,179.281917671279,2746.16834118329,210.494669783367,3871.24742594876,3077.61681611253,911.591508480977,21664.7718517781,8124.36383394363,694.733129524051,3595.85768366196 -6746,663.108656221551,2984.76843944863,164.649344116959,1195.8695596099,295.738842630622,2128.58905016415,336.539731111339,2508.40451892811,68.0629010476057,917.385587919362,566.785171001609,5090.9675518758,317.054431719556,2969.80231057614,358.062923289777,3356.35727644831,251.0096844338,3810.9149444774,76.3782025593262,1034.1224872253,128.176862252112,1988.40571975006,291.224745635959,4563.68564345727,156.392149177638,1328.69889621766,125.158890575203,1809.61105123719,171.358132622893,3234.81145017297,213.853772730089,2166.37482868208,209.387984168927,2759.80725433254,245.842163876542,3890.47407226535,3684.30704903645,1086.36076320639,25359.2361212801,9406.07488667357,833.14881592125,4159.72114937275 -6747,924.71872655398,3077.886093724,224.628885033386,1233.1778367742,393.047065653635,2194.99595015943,450.834825551699,2586.66075538828,87.4223103865725,946.005829571629,726.971131970726,5249.79359350678,406.660990646925,3062.45305733675,459.167387763467,3461.06761590455,324.617725381497,3929.80639869629,102.105869220581,1066.38464162601,170.017853190531,2050.43923428462,386.423315201624,4706.06174753032,213.907901810392,1370.15113178101,165.234558192036,1866.06659868097,220.313407740799,3335.72984983243,274.658811310649,2233.96055481812,279.919419566164,2845.90665634279,328.653031788554,4011.84758145972,4579.77129542666,1383.16963107724,33516.0562285912,12760.4506457105,1034.23511427789,5691.91002994308 -6748,1328.47511865609,3349.57130741595,315.029830989617,1342.0305278427,528.350404221544,2388.74839115717,621.61493702241,2814.98547523714,114.392895718956,1029.50982813905,949.517608524075,5713.19322911994,531.151450639237,3332.77599586285,599.629735871917,3766.57628847911,428.383935512957,4276.690675335,140.56240766329,1160.5144860763,232.014183233494,2231.43164419378,527.536599142618,5121.46613631923,302.716135524237,1491.09446486511,223.227983646292,2030.78442357378,288.644735572065,3630.17494931752,359.35605594888,2431.15240410478,385.346580625355,3097.1150294052,452.434926480477,4365.97363885052,5735.61205809199,1787.51280185071,45419.0520134089,17836.144033866,1292.93083494106,8022.36250318574 -6749,1476.09415165103,3959.09230562986,343.650797962184,1586.23962563177,566.246811313484,2823.42858460056,678.699308268623,3327.22796818704,120.850744590182,1216.84958016314,1002.10346687118,6752.82216082601,560.567498002054,3939.2407537034,632.903713990968,4451.97962177125,454.65901355567,5054.91944858458,154.224313982591,1371.69313643936,251.832567333078,2637.48493232764,572.876149389794,6053.41857596926,335.221685706145,1762.42870535243,238.980852999459,2400.32596647912,305.15283721265,4290.75735098196,379.620810359781,2873.54884954821,422.800185557748,3660.69659583637,496.409156033822,5160.44921984083,5908.00487787127,1877.57044603758,49011.5704918835,19599.586946269,1330.14680581871,8867.46249080521 -6750,1337.6011452961,4397.64851439923,310.783394322601,1761.95041555894,504.397509187389,3136.1851561088,621.683637512596,3695.7913586805,110.752605407037,1351.64232994573,918.527882786353,7500.84515618136,513.816081992321,4375.59796818848,580.278214780279,4945.13389899436,416.208794964047,5614.86252085227,142.657142832227,1523.63820239713,231.234864152685,2929.64417068718,526.195727052594,6723.96730174562,307.502014685383,1957.65629581466,217.011507122573,2666.21465368473,279.62134164472,4766.05272965249,347.903609231243,3191.85733843577,391.089218703947,4066.19894248335,459.17735048921,5732.08202622476,5433.86345914541,1715.95425807817,44830.109187565,17964.2113920752,1220.94803356034,8138.84435138396 -6751,1253.97685072662,4498.04403022973,292.042028302862,1802.1746218043,463.487351679108,3207.7822665774,580.429562092125,3780.16392248175,102.896444768848,1382.49946381828,853.138050244662,7672.08467570045,477.23760877626,4475.49008408742,538.928201148806,5058.02815759981,387.211114440889,5743.04625751349,133.175622922863,1558.42189253695,215.893526475476,2996.52608195247,491.282296333699,6877.47119444552,288.362534369345,2002.34834271054,202.799704446784,2727.08263678867,259.835760695206,4874.85867917349,323.220216186125,3264.72540938332,365.095986680225,4159.02767560365,428.658730081167,5862.94180956609,5012.86615781844,1587.54947980144,41799.3408106834,16815.9787605376,1125.636090982,7615.62266891692 -6752,1166.38323152976,4515.84879969012,268.457665538016,1809.30823442636,434.833247894416,3220.47974649349,535.42675069081,3795.12708129254,93.7229524313188,1387.97186116855,776.833315616331,7702.45336440456,434.553439336287,4493.20557745162,490.753212106871,5078.04953237181,353.185612342796,5765.77916406757,122.815926084037,1564.59064996399,198.362571302525,3008.38733891497,451.465576404551,6904.6945360279,266.544499925907,2010.27431017145,185.474869458603,2737.87734607144,236.722082650878,4894.15500761122,294.398956796132,3277.64828938958,336.695265466631,4175.49050443454,395.313479700556,5886.14930299599,4530.86812102297,1448.88598277578,38393.0646858516,15521.3198308203,1017.76684480982,7053.06954128819 -6753,1094.43441088949,4594.60566834158,252.001953419642,1840.86275657477,398.614595543816,3276.64524530441,500.128327723756,3861.31448886861,86.8918510632161,1412.17823352749,719.967962001831,7836.78494520417,402.743481530024,4571.56754597273,454.810687546542,5166.61123976425,327.973960641228,5866.33494714183,114.958107399343,1591.87727220896,185.217858724567,3060.85392427095,421.595860026624,7025.11312061154,250.27837444939,2045.3337014005,173.003141575094,2785.6262092626,219.519660161436,4979.50957553227,272.936051191083,3334.8108134827,315.153349589845,4248.31148932574,370.021143876152,5988.80435370335,4163.07355400624,1336.51012208728,35782.6431928409,14548.9678583763,934.053323123553,6615.35023802303 -6754,1036.65301518014,4677.26139387382,237.070010568845,1873.97938458017,382.162511431264,3335.59121577768,469.107415498864,3930.77850245843,80.6573873864279,1437.58294176553,668.092968144805,7977.76660766744,373.725085249948,4653.80882185319,422.020598694536,5259.55719234256,304.997346944023,5971.86874182897,107.379295740934,1620.51471802924,173.06269333271,3115.91786666802,393.922277815334,7151.49302431714,235.070391175409,2082.12870694574,161.645666221747,2835.738878773,203.814763151519,5069.08961927711,253.348257928369,3394.80316695068,294.376321034904,4324.73747531551,345.626861276102,6096.54134021707,3834.16318090312,1243.7235671934,33461.2198228986,13646.9473046221,861.201290194824,6216.7772617496 -6755,996.48977036966,4611.69565441234,228.810583555704,1847.70998594308,353.607695619367,3288.83297710192,450.65181941022,3875.67694249206,77.0055460150748,1417.43093812991,637.632202744665,7865.93446427518,356.685612169491,4588.57183999094,402.779186889386,5185.82884416695,291.63891303985,5888.15522722025,103.400070754168,1597.7983810858,166.507856052506,3072.2390037982,379.017020468014,7051.24356445007,227.424330217458,2052.94147603671,155.10270779362,2795.98755832084,194.631312234918,4998.03124103045,241.873069784778,3347.21489654553,283.467424640199,4264.11340779659,332.818739999116,6011.08016807639,3626.22841344657,1176.68803830367,32069.4792804341,13166.4881969695,812.401114511674,5998.37722999451 -6756,956.405614034453,4554.70738496101,218.906083316454,1824.87721413037,331.853108820915,3248.19176529511,430.013325858965,3827.78390304273,72.8411750086785,1399.91526877877,602.90919788093,7768.73247474065,337.261881384136,4531.86931926757,380.822526465598,5121.74581838941,276.233587946217,5815.39331884517,98.8216758642276,1578.05385076687,158.752948462661,3034.27431634104,361.404608077078,6964.10898352139,218.157857334642,2027.57258988911,147.593596045689,2761.43660259944,184.15628208828,4936.26889320129,228.787637921152,3305.85223978535,270.915926377467,4211.42032870712,318.082041973917,5936.79923499181,3394.01479925276,1108.06614530785,30522.143160461,12602.2494782301,759.838665771495,5743.72816190527 -6757,922.118785112138,4490.50623941981,212.175405428174,1799.15455014409,317.184852178635,3202.40668743084,416.578441114329,3773.82915014885,70.9713654138556,1380.18268086039,587.525994052878,7659.22784971726,328.656658105076,4467.99008902313,371.107352867827,5049.55194929539,268.943027144661,5733.42210065556,95.8532804411731,1555.81030000015,154.128152330092,2991.50452444649,350.861123104011,6865.94597619142,211.264475796903,1998.99282132513,143.450793837426,2722.5126107286,179.409505877156,4866.68942500334,222.916754818342,3259.25440531525,262.77818140544,4152.05800603602,308.527526030993,5853.11673257835,3319.46295771766,1077.19478808899,29620.3253365245,12213.2220564671,742.484771351681,5560.82293531611 -6758,915.359817840909,4416.75289861777,211.592986803542,1769.60472844972,305.739805440854,3149.80945691561,412.694032177604,3711.84671596442,69.8501052546918,1357.51417129749,578.063881393233,7533.43053160604,323.363638976031,4394.60655982477,365.129279006391,4966.61668410309,265.235724627729,5639.25475924546,95.1900678471703,1530.25723289339,152.766612121483,2942.37121053067,347.792503136938,6753.17774327702,210.44539913457,1966.16079951036,142.04089126089,2677.79729585959,176.612752957556,4786.75754547736,219.391044223248,3205.7234918504,260.960008897049,4083.86343446171,306.392812018927,5756.98349277959,3239.22480323763,1054.08212050496,29280.1629349129,12136.4577320015,723.58157759561,5524.88442562392 -6759,936.605552348582,4301.41177209798,215.610957006952,1723.3924526989,311.972429335661,3067.55387698561,418.976767617128,3614.91383529045,70.4745983736398,1322.06341881527,583.050789989945,7336.69904491908,326.153269954509,4279.84377303176,368.231233918236,4836.91616055428,267.862864218818,5491.98865412397,96.4661521021319,1490.29538826264,154.801767321764,2865.53276884012,352.427128556649,6576.82213852002,214.120089236623,1914.815567676,144.081495487874,2607.86805965696,178.229730113317,4661.75394660153,221.34857507076,3122.00774696988,264.458346129698,3977.21553726302,310.50020528057,5606.64296509898,3241.80792532274,1062.00137449153,29689.5934471509,12343.9413109475,724.231035893554,5623.25830065239 -6760,978.834507304386,4292.76931031942,224.685450847221,1719.92978644162,324.658768169403,3061.39050120571,436.114574864282,3607.65069557968,72.6566545279367,1319.40710894043,600.927448116353,7321.95803791114,336.153308722808,4271.24464600408,379.543401304199,4827.19775523562,276.675218123676,5480.95406721475,100.285270361828,1487.30106416296,160.851172094531,2859.77529693507,366.207707723844,6563.60788771863,223.5857538458,1910.9682911925,149.388773695124,2602.62829159399,183.784994902322,4652.38747986009,228.198223597327,3115.73496164842,274.928315923492,3969.22445547706,322.792983397922,5595.37801300901,3316.37134568081,1093.91036592835,30795.5101008126,12855.9823595316,740.758347025076,5864.03003834871 -6761,1057.03237006421,4386.73171891495,242.383283576227,1757.57652067464,351.712902698397,3128.39983815127,469.486215228609,3686.61686502027,78.2902689780176,1348.28699064665,647.496086477661,7482.22493397371,362.203378355904,4364.73591134521,408.90970116646,4932.85801672662,298.049301265604,5600.92409316489,107.909805123435,1519.85589769653,173.069405917976,2922.37157349157,394.025952163289,6707.27561398664,240.546943528886,1952.79657741289,161.148985238695,2659.59599828374,198.040619955773,4754.22140144458,245.891581971207,3183.93381893107,295.830692654847,4056.10494290423,347.334437131262,5717.85261089643,3570.01655942149,1178.798651949,33188.7578059768,13851.0027004576,797.600227706758,6317.70769357667 -6762,1117.24879795136,4544.31044168315,252.365067176844,1820.71160187896,367.036504394122,3240.77718018897,489.45958560405,3819.04629406894,79.378920400784,1396.71970901759,655.907180783663,7750.9989379722,366.908467447449,4521.52450800468,414.262338392912,5110.05450734422,303.492233775681,5802.11863194121,112.629936575564,1574.45165747779,179.413425056398,3027.34803649688,408.597745840968,6948.21214537947,252.912486405863,2022.94428878717,165.396017024253,2755.13312417678,200.918583501414,4925.00096677942,249.297938407857,3298.30603421888,308.770756398899,4201.80700021506,362.527349390122,5923.24741712924,3532.54895442995,1192.0333018799,34279.5133747089,14486.2120400954,788.731939419932,6637.82747096014 -6763,1134.76263687226,4283.34707968596,255.650233771778,1716.1547000231,365.908371804995,3054.67103289137,494.594703771066,3599.73223678503,79.3747088653914,1316.51113266471,655.591185045418,7305.88701887086,366.731702326657,4261.86966001314,414.060009609895,4816.60250371493,304.070520760194,5468.92388120207,113.947176681129,1484.03657622175,181.076587234172,2853.49835530142,412.431321456942,6549.20137694783,256.826242048119,1906.77389296813,166.33631020266,2596.91576379577,200.966837024474,4642.17592068637,249.278615861359,3108.89621228194,312.381920855885,3960.51237580263,366.767212951267,5583.09667704409,3489.51058110991,1185.98955171955,34525.7293764456,14682.56144863,777.915276239273,6738.15428398589 -6764,1070.5197162228,3985.14965559294,237.699833411139,1596.67969569319,340.324077546075,2842.01139627688,459.240090587097,3349.12660981525,71.6946456371593,1224.85845515645,591.551110791812,6797.26685589736,330.90827153034,3965.16744774944,373.60747173992,4481.28098230483,275.851167301792,5088.18914652004,105.920116764175,1380.72113713723,167.16686580067,2654.84392843043,380.871598063991,6093.26004318706,240.45384551564,1774.02838982936,152.306032157914,2416.12406586798,181.649050307038,4318.99760336057,225.145992047069,2892.46153514086,290.376036474033,3684.79001042302,340.930132299653,5194.41347753113,3062.00775778275,1066.1049437219,31795.2257057827,13697.607536669,681.644450959171,6315.69916944977 -6765,876.41628932369,3687.01721066204,193.622667013766,1477.23072574535,275.925379634418,2629.39809958315,374.127620968095,3098.57559144482,57.6366300585797,1133.22574936393,475.337302746739,6288.75752457215,265.899332071703,3668.52988883145,300.230854888234,4146.03252963961,222.277172443278,4707.53737641803,86.2207377326765,1277.42821116021,135.90897692196,2456.23278965372,309.671721869965,5637.41806201438,196.764729772207,1641.31181280084,123.226813454116,2235.37176362942,146.077361721566,3995.88970869632,180.994159897682,2676.07402052648,236.370926029319,3409.12772674375,277.522801335481,4805.81497462046,2428.41386928818,854.320298062663,25783.9727598582,11176.3812888546,539.95304089911,5163.56573644729 -6766,670.063047828355,3357.23905655011,157.553158116295,1345.10266826708,228.094463134402,2394.21665014525,301.081605092723,2821.42946476876,51.9242026343628,1031.86655452843,429.833487382117,5726.27171839971,240.444914666946,3340.40529761858,271.369800520983,3775.19863427326,196.9560574208,4286.48076135295,68.5659552460762,1163.17110482811,111.676614831588,2236.53977788832,254.074526321563,5133.1900597495,152.646316133533,1494.50783847104,106.077456998189,2035.43324101231,131.262719337131,3638.4850488108,163.090481661539,2436.71773322625,187.971000501631,3104.20486237354,220.696510799196,4375.96810904284,2426.16648527539,783.220567236184,21549.9626443019,8854.12805323094,542.40218127368,4013.59105469361 -6767,497.780535871515,3115.76997265364,140.693865308166,1248.35629317072,216.254688901179,2222.01285666433,248.094634971217,2618.4984322565,53.6025739200483,957.649655633711,445.128139229388,5314.41019686566,249.000602779279,3100.14698015228,281.60903909811,3503.6678494855,201.667581368469,3978.1760606304,58.6951408850639,1079.51013926484,103.29273258887,2075.67687769924,234.207174362336,4763.98587729015,128.79023530491,1387.01551142701,103.583743595577,1889.03490840602,135.21207763648,3376.78737500553,169.151046298058,2261.45705358878,160.910532306498,2880.93523762583,188.92484976999,4061.22703977369,2713.07616378225,805.37457323294,20129.8952353558,7748.07340937426,598.239055357336,3405.05800092726 -6768,494.464466267835,2991.00660919724,138.840537388845,1198.36892847599,216.294501583406,2133.0378039249,246.956836273164,2513.6470874907,53.8313180148865,919.302924938451,447.182681597815,5101.60768038745,250.149894956267,2976.0092010968,282.935242323343,3363.37206732814,202.103145102131,3818.87976144844,58.6790255883865,1036.28380450905,103.045710850229,1992.56149017599,233.667941527251,4573.22375212489,127.653881318525,1331.47587856237,103.054082102097,1813.39314058368,135.756609007112,3241.5722101248,169.876258256951,2170.90255476689,160.866352823707,2765.57525492462,188.872978695863,3898.60516791237,2744.51474344227,811.049271045956,20096.7102399612,7700.16570500274,605.709293278728,3384.41586368538 -6769,492.476716395271,2918.74783324601,140.322445970541,1169.4179152474,227.109882845122,2081.50642305287,253.07156723191,2452.92068817185,56.5067726709053,897.093778398899,469.849119716031,4978.3595654436,262.829292767572,2904.11274275077,297.333698352694,3282.11743288288,211.277196761427,3726.62066171304,60.2470386891627,1011.24855416168,106.057629455348,1944.42383182213,240.473105104528,4462.74069619868,128.932167695435,1299.30917692499,106.224198001143,1769.58395331742,142.411384835146,3163.26009963301,178.328835127017,2118.45641144027,165.165002062892,2698.76260325499,193.920017258758,3804.42000747701,2949.63412916045,860.122114513367,20750.3238587123,7819.26342582441,651.527779768005,3417.7318639598 -6770,560.972263075055,2940.58141791142,159.305913363155,1178.1657024906,270.497647853353,2097.07705447283,293.463808735509,2471.26967019512,65.637648166303,903.804455059751,546.030467410143,5015.59999910793,305.444440687025,2925.83685016577,345.62248227972,3306.66919033051,244.904914346066,3754.49750904002,69.5707270502239,1018.81316137905,122.344716600218,1958.96902201429,277.414178707318,4496.12406207919,147.475787783239,1309.0286109226,121.906274624196,1782.8212602979,165.369267305866,3186.92274921765,207.150458868255,2134.30344587479,190.725544803152,2718.95059658515,223.930617733591,3832.87882991787,3476.91162661617,1010.38227131306,23997.4029866078,8961.35585941896,767.471472961074,3916.05616315918 -6771,832.8565538922,3024.6667228292,216.56771604009,1211.8551020543,359.85090944115,2157.04253017345,395.356718934835,2541.93510475399,83.4639841970587,929.648552668083,693.198513387882,5159.02002233932,387.768897239572,3009.50053728129,438.676523616477,3401.22269782314,313.808835922755,3861.85657277407,92.6092783574386,1047.94590866739,161.356685242504,2014.98532767997,366.016551892942,4624.68978054742,201.167395062209,1346.46000772906,159.853259168845,1833.80065790035,210.517489741117,3278.05213250394,263.38530664155,2195.33340237942,253.884871086631,2796.69841495117,298.08590178269,3942.4791909769,4270.11064704636,1277.17181757819,31632.1427964549,12154.5409599141,939.169104252331,5380.1618447275 -6772,1175.31031215769,3302.85002922139,311.527746834356,1323.31130204263,483.818913843358,2355.42908911008,555.944994671525,2775.72083286006,113.690333477261,1015.14977705489,942.861693015862,5633.50312380825,527.428192486063,3286.28898598248,596.565739881583,3714.03844334488,430.278860078132,4217.03753275164,131.055845386197,1144.32712501528,227.005467213777,2200.30666459125,515.06121561752,5050.02969799376,290.944003317473,1470.29603040483,223.42104888283,2002.45815871806,287.044677604908,3579.53968941829,358.739878823464,2397.24163243258,359.284695887617,3053.91512123516,421.835701008887,4305.07513863969,5598.39379430727,1707.49207991306,44108.1613339205,17375.2748975343,1229.74673818985,7723.31187432141 -6773,1300.28029678639,3906.32780147621,343.021177682389,1565.09913663728,538.764604494207,2785.7995530501,617.554668666692,3282.88458834264,122.050619807212,1200.63210914445,1011.34609081119,6662.82443269849,565.737737152313,3886.74081961107,639.96659933226,4392.64619907967,463.632671970417,4987.55039081799,145.334774777463,1353.41199960093,249.290352889836,2602.3340507811,565.86158323174,5972.74209637787,324.790741007435,1738.94006968413,242.326682986678,2368.3358031661,308.33065749955,4233.57260594677,385.101530373278,2835.25184394616,398.42984648219,3611.90893800338,467.795972156438,5091.67372200568,5914.2458776061,1834.65841030392,48314.5972990635,19273.4604478586,1295.03962899011,8613.22993997167 -6774,1196.15006680116,4345.59879993834,312.241035458842,1741.0963123436,487.548744478571,3099.06587717202,567.32626159279,3652.04868932062,113.194637815544,1335.64455361219,938.275703414429,7412.0666084379,524.862831920287,4323.80923971368,593.896880007677,4886.60425375994,429.217752184675,5548.40609760914,135.404363660167,1505.60471629273,230.792477107004,2894.96947077495,524.016825634881,6644.38372953556,299.546581719298,1934.48585577697,222.135078886839,2634.65785441773,285.892679124582,4709.64265438803,357.165409476353,3154.07913435205,371.205996009874,4018.07220083849,435.832484204971,5664.23821566226,5497.42547893111,1697.3815603799,44543.4015030359,17773.886062637,1207.08088103227,7962.85186054454 -6775,1090.01921580833,4467.82790043425,292.922730038083,1790.06830583216,445.642118456868,3186.23361906058,526.456037306636,3754.77023514515,104.841291947634,1373.21236414559,868.75704504535,7620.54656162133,485.974731365074,4445.42546302762,549.851281647021,5024.05026981301,398.150648723435,5704.46668159733,126.184010098132,1547.95301364992,215.030264554346,2976.3965722324,488.233123657035,6831.27098811596,280.526189704385,1988.89733667047,207.082618416506,2708.76314450215,264.852970088516,4842.11125349367,330.801882148533,3242.79423973412,345.928741754256,4131.08892728895,406.154492376914,5823.55682144445,5045.52839910439,1561.46512143134,41378.3880368316,16587.7307012672,1107.72636494315,7417.83222905627 -6776,1044.26715904772,4492.32570638439,269.17744889548,1799.88353304571,414.297158004841,3203.70424117294,487.271744662789,3775.35823330842,95.4285824864652,1380.74190439979,790.498997627638,7662.33122187703,442.197896647155,4469.8004328756,500.347459277493,5051.59793085466,362.925694425206,5735.74517327809,116.339865043133,1556.44068448089,197.488047132523,2992.71662467894,448.478525079171,6868.72792575749,259.244571278848,1999.80277485975,189.293304662538,2723.61572059902,241.128912663471,4868.66131417652,301.096631340989,3260.57499266185,318.941386463566,4153.74034027056,374.468673115119,5855.48830316904,4561.0761388743,1424.22383659733,38023.6307826582,15327.632285255,1000.2499686324,6885.48797668058 -6777,960.121596047629,4551.0034781729,251.081720400139,1823.39321647046,374.701377648295,3245.55032238524,450.041546185831,3824.67113342141,87.4257939602589,1398.77685192153,723.834779056497,7762.41490952379,404.906543562264,4528.18398448845,458.131546718277,5117.58079361387,333.277594511058,5810.66421706789,108.166114447884,1576.77057088172,182.937726732075,3031.80683198092,415.50279770692,6958.44574143862,242.185010824415,2025.92375951553,174.924600420974,2759.19099099087,220.985354605668,4932.25469902455,275.838106790553,3303.16390714035,296.533355076479,4207.99558436578,348.15943218002,5931.97140542393,4114.05878032407,1293.35315763514,35083.7039900369,14265.4204572436,902.206575347985,6413.31892404048 -6778,923.37292258867,4586.93791920742,241.468524010862,1837.79061615039,363.059665461997,3271.17698631632,432.415136183616,3854.87049933698,84.5526118506984,1409.8215071381,700.221520598659,7823.70645592441,391.697503127832,4563.938244217,443.166842747793,5157.98889397009,322.059076479714,5856.54486112389,103.46967160457,1589.22065345715,175.731231005931,3055.74579057641,399.061699999994,7013.38919718128,231.585771627415,2041.92032779457,168.805338262323,2780.97739182407,213.686170755618,4971.19947603899,266.776708860399,3329.24548436124,283.658232767044,4241.22165635741,333.042767576319,5978.80988351103,4008.59238615664,1254.67302862,33774.1279987322,13667.114279946,879.136381079343,6134.39108379092 -6779,892.77796422123,4514.15929735294,230.288537656401,1808.63132281431,339.67352311461,3219.27487708801,410.848995274663,3793.70722062888,78.9429432773352,1387.45258299795,653.340153603087,7699.57166629233,365.472495961978,4491.52454656213,413.493536760207,5076.14969539015,301.581864973959,5763.62202865284,98.3655791440596,1564.00529388209,166.553353806534,3007.26181907015,378.270338712105,6902.11130127546,221.892765487792,2009.52221166327,159.157533762859,2736.85303140098,199.598130507783,4892.32397059234,249.068073496671,3276.42203167127,269.665554286714,4173.9283394288,316.613981704549,5883.94713382569,3676.29652940527,1164.02544876224,31907.0282945058,13045.5095726051,805.647013198617,5874.89306587935 -6780,815.195498153665,4425.91521260275,219.574227034675,1773.27567733989,311.784913341509,3156.3435655469,387.344757958681,3719.54674036162,74.1869689068387,1360.33026071023,613.671842252183,7549.05822405317,343.282406037061,4403.72293243283,388.362753519869,4976.91966064429,283.907445777315,5650.95308693811,93.673872439603,1533.43166840458,158.114944344436,2948.47499978718,359.15434377689,6767.18684369547,212.276466324505,1970.23949329368,150.687611371207,2683.35224090088,187.637593640853,4796.68741400483,234.056095096483,3212.37359111009,256.803415924726,4092.33518733473,301.512561536906,5768.92604233532,3399.94394023479,1081.36322742063,30126.2526739595,12413.3177955893,745.209952914563,5581.34570623665 -6781,796.25674429968,4310.89898819671,211.984121331697,1727.1935760249,301.186123129599,3074.3196897158,374.272419350557,3622.88690798164,71.7405087143603,1324.97936874405,593.463389911917,7352.88090635861,331.977982949646,4289.28341863996,375.574977498364,4847.5844879077,274.482078866133,5504.10181276445,90.4686489124834,1493.58239149518,152.742501143384,2871.85300276711,346.947210585532,6591.32801151636,204.909912009695,1919.03889481655,145.602972041119,2613.6199869659,181.443890715322,4672.03593526799,226.338260493836,3128.89366343794,248.016415567745,3985.98770446588,291.195755678546,5619.009005882,3289.33328090283,1045.93590509168,29114.6707091269,11993.9314546955,721.232972952281,5397.45634158379 -6782,758.215785373549,4213.55757492681,211.644595797741,1688.1930185678,287.651475352797,3004.90061395926,368.002709781016,3541.08101721373,70.7496181283313,1295.06093069664,585.098297528098,7186.85061407158,327.298626911896,4192.43009151986,370.2792566825,4738.12455245337,271.207520137698,5379.81751598486,89.9586179363129,1459.85684579781,151.606275709473,2807.00568652098,344.393695526729,6442.49381574346,204.309122309408,1875.7064115798,144.406694635293,2554.60365093523,178.97297681841,4566.53993964575,223.208382416666,3058.24229071865,246.618184732434,3895.98288702723,289.554094646677,5492.13006965398,3205.98902802507,1020.0242757463,28734.2525402917,11902.7149838938,703.654575091635,5343.16884319618 -6783,777.094423270402,4119.59517263443,216.534903499416,1650.54628686018,297.217080583344,2937.89128150879,376.661193061461,3462.11485307032,71.9384865366043,1266.18105092773,594.813653661063,7026.58372875997,332.733308119675,4098.93883245028,376.377797255449,4632.46429805023,275.875004694326,5259.8474980825,91.5692873482114,1427.30201444808,154.41600817932,2744.40941416353,350.76687853995,6298.82609911292,208.560576460005,1833.87812816532,147.364655718461,2497.63594806696,182.004840269207,4464.70602489244,226.95661186245,2990.0434380109,251.033774652321,3809.10240542815,294.738433112921,5369.65547998236,3252.55863221991,1038.87076836338,29333.786516644,12157.7384625936,712.855949337249,5459.93630533308 -6784,819.556607199868,4136.94507535367,225.641155340666,1657.49765375683,314.218470503868,2950.26437298935,394.232082027471,3476.69574109122,74.1562026342445,1271.51364239314,612.967563632902,7056.17657442413,342.888439030101,4116.20173985136,387.887275018383,4651.97417743241,284.913123344678,5281.99963648095,95.1973223491524,1433.31317575493,160.443040346811,2755.96764606792,364.466773962628,6325.35395330378,217.781859179465,1841.60160724258,152.78155718673,2508.15487988213,187.654011824107,4483.50938103687,233.949234506203,3002.63617118051,260.979896842762,3825.14465070041,306.416162430502,5392.27008076459,3338.9016130812,1074.59987842078,30488.8237053944,12672.8033645883,730.351912134837,5701.7911124572 -6785,893.210120364497,4248.19240120318,245.039654639103,1702.069717979,343.951934372298,3029.60045699962,428.163682903048,3570.18818465617,80.9621808153269,1305.70614191172,669.336913006735,7245.92547375162,374.420936608573,4226.89125297631,423.511478784174,4777.07124247287,310.689161871447,5424.03882820175,103.186208221935,1471.85665530402,174.114966583176,2830.07886223547,395.503599801267,6495.45017153712,235.57127561431,1891.12444362405,166.470772527754,2575.60211887634,204.853269445056,4604.07622927304,255.423284154759,3083.38059453118,282.881128511029,3928.00729587139,332.130370465212,5537.27457461616,3664.57905645603,1175.83207898797,33180.0417829819,13746.4015620461,801.623371517217,6180.96993196409 -6786,937.619413795188,4373.08572298382,253.634274426515,1752.10915143791,352.388071048847,3118.66818958058,443.828115724485,3675.14874662069,81.1293923649768,1344.09281603847,669.982898136599,7458.94965352641,374.782294771643,4351.15833872324,423.958582456428,4917.51316211998,312.915765248244,5583.50105654372,107.030385098645,1515.12801627482,179.135487690984,2913.2808259473,407.053672092504,6686.41100187854,246.523268965241,1946.72192870921,169.339405244124,2651.32267807714,205.430637182195,4739.4322394769,255.934774933093,3174.02941840646,293.419795565648,4043.48744197331,344.503805948462,5700.06583968208,3571.70417802087,1171.54268835184,33981.7081012928,14293.3859700008,779.047787626924,6457.68339606362 -6787,970.087688491583,4098.28142756914,257.806605997893,1642.00677719907,355.474449928002,2922.69137395002,450.700049783145,3444.20274513912,81.6856190970728,1259.63014993017,674.363671338503,6990.2299590329,377.232859163734,4077.73195807257,426.727922002821,4608.49709764943,315.504850273315,5232.63437544338,108.695089979485,1419.91751427456,181.59170058896,2730.21053292471,412.668092304054,6266.23756357455,251.027807169141,1824.39010585571,171.187333938118,2484.71381042183,206.883633168532,4441.60676343148,257.684844226661,2974.57370836483,297.983521701579,3789.39507152889,349.862070956123,5341.87423857567,3561.48329654849,1176.1382591591,34414.6871972083,14544.5764407905,776.582573939404,6585.45564849365 -6788,928.279943775803,3800.73381400677,239.288814338014,1522.79212426621,326.107491649193,2710.49515002843,418.399276601724,3194.14322005449,73.5151182838122,1168.17719539131,606.246580818452,6482.71814479517,339.128782821971,3781.67629808068,383.615714622779,4273.90628495162,285.250174507335,4852.7293107048,100.868310513529,1316.82721281657,167.266782864782,2531.98899959374,380.240206135646,5811.28978460702,234.716017312466,1691.93387223728,156.324922144708,2304.31608085083,186.329624309848,4119.13269321483,231.89576828084,2758.61067021537,276.526698681445,3514.27354063705,324.669642545665,4954.03802973307,3109.05454467418,1051.37337866289,31620.84655842,13555.3048735808,676.246675297811,6174.35485057916 -6789,770.829366057759,3544.51405690737,194.548693881024,1420.13578281065,262.418079672784,2527.77190684838,340.326387857737,2978.8156964676,58.8591814646853,1089.42659303416,485.120632331792,6045.69715103812,271.372037005802,3526.74126975748,306.991131191416,3985.78844145511,228.984949939578,4525.591135262,81.9460203078382,1228.05563208489,135.654284031355,2361.29943326225,308.400629790475,5419.53194785482,191.788544745315,1577.87513858556,126.100312208935,2148.97468221354,149.238551587346,3841.44863803943,185.659375799144,2572.64380422502,224.651948173256,3277.36499691201,263.763564452854,4620.07030593153,2447.36235876166,838.056088704294,25576.6901823481,11047.1287948307,531.898023349995,5048.68143814608 -6790,597.003495021109,3246.05670986272,158.428974493404,1300.55663842699,220.051120369054,2314.92690605574,272.962984023754,2727.99162980318,53.1366430561167,997.694026725603,439.632654609145,5536.63365072051,245.926479032859,3229.78043783935,278.086130728589,3650.17463797767,203.32620476187,4144.52453421216,65.1577165281408,1124.65013838652,111.575388997692,2162.47184981506,253.282279762042,4963.19319410425,148.821578984776,1445.01392819983,108.704265863792,1968.02539770734,134.377494845418,3517.98862323619,167.645316307124,2356.02047240227,178.627441596056,3001.4022989029,209.726250262176,4231.04831179358,2444.90300706509,772.541611838066,21397.7826944987,8762.04835193802,536.32600214246,3927.18071204672 -6791,544.063278087814,3011.67054373187,135.183307435011,1206.64808674004,230.065742930468,2147.77429879076,249.144140458009,2531.01309353674,53.6559779627005,925.654102966615,441.657262239334,5136.85310137875,247.059025991542,2996.56952320268,279.709199615725,3386.60855901665,202.176220244583,3845.26321414412,54.8197175620609,1043.44316705604,107.895422091228,2006.32747787478,243.553280371979,4604.81873287002,135.055179706843,1340.67463135164,104.395109840551,1825.92130987202,136.166887588221,3263.9672244766,169.24227510129,2185.90064542133,150.286204288638,2784.6817543361,176.450839859576,3925.53941864869,2670.28110645497,802.911981416882,20287.3460834856,7845.39835441537,579.603365767801,3450.81484339033 -6792,535.858768433859,2862.53933895273,134.240881004201,1146.89756612134,227.149918330036,2041.42130827558,248.103675712154,2405.68297310358,54.5218490556469,879.817777385957,449.009146049522,4882.48759869237,251.171602436314,2848.1860872622,284.395396016934,3218.91126039524,204.866282005006,3654.85436048921,55.2051292748978,991.774189868112,108.539703800506,1906.97861829261,245.017374455423,4376.79838487686,134.612571437344,1274.28741532416,104.845264060895,1735.50576115276,138.317206762603,3102.34285106733,171.978179035652,2077.6597233,151.342796076894,2646.79052788208,177.691382924118,3731.15546648316,2733.92247455878,814.346826891824,20376.2310934807,7837.26562154486,594.768114967728,3441.26140093995 -6793,536.737865185586,2778.38904856967,135.132075465494,1113.18212965015,241.105569395343,1981.40948815912,254.463244237514,2334.96292464818,56.9562493481865,853.953706124569,469.494822902655,4738.95673306174,262.63110237627,2764.45774052941,297.430860222032,3124.28467706987,213.15965767883,3547.41232412738,56.4539946961637,962.618927288435,111.2638010602,1850.91902033358,251.143797418493,4248.13330418308,135.541322042509,1236.82708960154,107.614268083772,1684.4869640396,144.401425151164,3011.14303828829,179.666279279023,2016.58259969378,154.766513895523,2568.98262198763,181.711165627385,3621.47040060604,2930.51449550217,862.640905520244,20985.3717576071,7935.28862602805,637.606533289547,3467.670173899 -6794,611.737425373193,2760.84420206092,155.485608633857,1106.15265708184,288.954861794375,1968.89737242117,298.33925984866,2320.21820553201,67.6757110181063,848.561197574605,558.257505991168,4709.03138170175,312.28413404398,2747.00086681962,353.749185497031,3104.55558436521,252.475026133307,3525.01128394111,66.1552764397397,956.540224475237,130.527917251892,1839.23091994728,294.614333831269,4221.3073825905,156.862305216154,1229.01682938758,125.868127688972,1673.84984133525,171.494441653739,2992.128407328,213.488915231479,2003.84837436919,181.362214764031,2552.76012578623,212.937143934013,3598.60170180112,3546.88348865207,1035.11922774491,24662.7271696456,9208.56139402808,772.033407524587,4014.12826883781 -6795,884.198084926934,2780.27350099951,206.589373156168,1113.93714945926,364.065828762522,1982.75338631708,389.327137763356,2336.54662170428,82.5638977484222,854.532903317023,679.609761764586,4742.17094762076,380.167474082913,2766.33274399914,430.53821065729,3126.40373446187,311.087440282707,3549.8183693777,85.8985798942827,963.271827060507,167.139991038968,1852.17441285937,377.45077204284,4251.0146159747,209.757279890407,1237.66597205232,159.527643352907,1685.62947342073,209.528023034462,3013.18535695422,260.424024916717,2017.95035414197,235.487742370826,2570.7250437506,276.485856533866,3623.92667601482,4115.57593145221,1245.06839154119,31438.8705882234,12199.1877642935,892.837664901231,5399.801208713 -6796,1276.83429836682,2845.05947160609,292.687459874591,1139.89412793511,506.031313262925,2028.9555324584,547.455805119215,2390.99286258678,108.894396683762,874.445240551741,894.551334574037,4852.67307898067,500.403820597728,2830.79386689813,566.586333601478,3199.25523643544,413.963481627688,3632.53628488296,119.478312872566,985.718000162417,230.257407062876,1895.3338060006,520.180013001369,4350.07181587237,299.433796930855,1266.50608122047,217.515398078051,1724.90803413764,276.72440763349,3083.39864276859,343.437973310056,2064.97266050211,327.545323744153,2630.62811338103,384.570544850084,3708.37146428054,5202.11567380291,1630.73252916613,43183.8631664363,17229.5729379059,1122.28018439424,7697.4498330953 -6797,1395.97251553004,3009.59115381567,326.091269647971,1205.81496378468,553.266881501356,2146.29138087051,609.610800903516,2529.26557068255,119.225064480255,925.014990626918,978.788642259976,5133.30639187487,547.525398727152,2994.5005596958,620.018026590413,3384.27029539004,454.472044601821,3842.60827515377,134.28878327867,1042.72272796146,256.584797779066,2004.94222106614,579.849890771748,4601.63936331415,337.648296528553,1339.74897057007,239.721574453515,1824.66061342319,303.108375499311,3261.71363782599,376.006172842232,2184.39140339306,368.147674140116,2782.75908747208,432.241712417007,3922.82905343302,5598.71331582534,1773.44294150339,47831.8797779815,19296.0200670517,1206.84315616086,8642.15062040619 -6798,1299.21384919077,3245.40689933207,297.621475975169,1300.29628702993,511.036311620673,2314.46349336284,564.69987802077,2727.44552791803,111.296042808465,997.494303756202,914.108871387729,5535.52530198474,511.344127503327,3229.13388556753,579.225032305699,3649.44392926538,423.263282298494,4143.69486426871,125.603294841873,1124.42500076,238.577466586209,2162.03895627503,539.279661120215,4962.19963931102,312.246735080042,1444.72465867948,220.784065213655,1967.63142935055,282.863472479993,3517.28437612703,351.008796007368,2355.54883341064,344.336732610158,3000.80146441513,404.28531648103,4230.20132112322,5265.51803419643,1659.14655339566,44380.4147276057,17865.149330461,1137.44489160902,8025.08589169544 -6799,1180.85394062324,3470.56577231582,277.186703390617,1390.50785544462,463.538775404258,2475.03565207578,520.183703265398,2916.6694311879,101.5760514848,1066.6981663867,833.810760478563,5919.56732723108,466.426099959541,3453.16377425042,528.298033713807,3902.63396294033,387.289424821217,4431.1748920641,116.111142691213,1202.43502347178,220.151472834295,2312.03625086452,497.664631928746,5306.4656475387,290.647867273329,1544.95633563409,203.494972097329,2104.14117645535,258.257097460858,3761.30548369758,320.343739794194,2518.97139860519,318.314352694792,3208.99017440855,373.732473570761,4523.68296811008,4736.64740127391,1502.94364828379,40817.9888336153,16555.2851924405,1022.29530142029,7430.58223287548 -6800,1153.79815797803,3669.08247657426,260.337933174082,1470.04504183373,449.654765163664,2616.60793533044,494.731779707169,3083.50321013813,96.2730240622657,1127.71340664487,790.463400761505,6258.1671618205,442.177984086382,3650.68508250426,500.865147871284,4125.86501029,366.668052042965,4684.63853265614,109.606734639462,1271.21442533434,207.823517488223,2444.28495230359,469.796190667254,5609.99600561836,273.438953580268,1633.3279903135,192.066420174054,2224.4982591467,244.735647026133,3976.45252810429,303.623304529928,2663.05681089193,300.482761422264,3392.54472868407,352.796425109338,4782.43807977016,4528.6513257249,1437.08115939788,38687.6326853097,15633.2321519031,976.886648534202,7033.60846895458 -6801,1054.7278346096,3780.97961295442,243.023560762452,1514.87745745297,401.808117916484,2696.40743203362,455.394216302697,3177.54175558823,88.246972649543,1162.10562913284,724.179736254583,6449.02440988376,405.099509458344,3762.02114790103,458.843107161359,4251.69278404275,336.908879428713,4827.50739432039,101.987917367783,1309.98304250995,192.630056637045,2518.82906201117,435.516771317089,5781.08577864493,255.577166771702,1683.14009621532,177.583676134298,2292.33946649769,224.413205144719,4097.72362344962,278.30280104417,2744.27287323423,279.596058975594,3496.00820834284,328.273374533559,4928.28956429208,4075.77168602473,1300.89806741468,35661.7363694219,14548.2469338623,879.729120146773,6546.4169378296 -6802,1008.37349780109,3827.76587661425,230.997559783633,1533.62272016052,383.999943735874,2729.77307849656,432.448837511091,3216.86101186184,83.4833903473559,1176.48565387006,685.044311192851,6528.8253575947,383.207511241235,3808.57281739866,434.02504330869,4304.30370500971,318.916855419811,4887.24350953154,96.317108366664,1326.19291886231,182.308830290929,2549.99733390704,412.1469025247,5852.62157919595,242.053771436988,1703.96745959178,168.428836003879,2320.70513086413,212.308595615207,4148.42931284159,263.279046594837,2778.23081200802,264.049748306276,3539.26820404132,310.020471099719,4989.272769321,3856.86163259708,1233.18492792509,33801.853129972,13784.3854323871,831.835827410124,6202.95239706852 -6803,964.114958346618,3750.6335248347,214.949961688374,1502.71907271666,348.556998841123,2674.76610467527,400.73127096124,3152.03885105291,74.1049693176328,1152.77858602865,607.169692974619,6397.26463250806,339.645163304491,3731.82722014979,384.67794378644,4217.56875876621,284.996802642245,4788.76188924421,89.1524640631733,1299.46913740791,167.314772347427,2498.61297610253,378.3768570662,5734.6868671392,227.331769437675,1669.63123795473,152.799843894538,2273.94118283271,188.65035387219,4064.83535244667,233.68314628684,2722.24737853164,244.408144056293,3467.94929662743,286.959288721045,4888.73518296585,3292.54537286429,1084.196752656,30873.4875479202,12855.2123577073,707.861542696141,5827.13442003907 -6804,917.054203929207,3595.9139608376,212.143297139589,1440.72953462893,349.297978523967,2564.42777309226,396.269589200694,3022.01226394232,74.5007189704432,1105.22464639831,610.746576903405,6133.36735004581,341.646039402509,3577.88344596046,386.923660526971,4043.58737797725,285.6690454385,4591.2178885617,88.1365972622273,1245.86398056276,166.004757541838,2395.54123963445,375.360923859392,5498.12196527165,223.644243935919,1600.7563091029,152.405425224395,2180.13751312375,189.587769130379,3897.15446619473,234.938196106353,2609.95036931712,241.623183236235,3324.8909040691,283.689469791214,4687.06712582367,3367.25383152126,1095.20038789284,30699.8379256378,12664.0738701023,724.140156773084,5712.14151532643 -6805,891.37814774245,3465.36730067689,204.240747437046,1388.42504931892,334.128635781083,2471.3283595227,381.121679394309,2912.300626701,71.6554247037504,1065.10038650612,587.400472585413,5910.70055884685,328.586442546215,3447.99136861897,372.133954923053,3896.78830741773,274.797911385355,4424.53754861212,84.8649766846585,1200.63392682724,159.796291988641,2308.57311094244,361.326815567798,5298.51722846775,215.398026397264,1542.64218508312,146.648533807282,2100.98943724401,182.351480476679,3755.67152048664,225.965113257721,2515.19829582196,232.65415785009,3204.18351016253,273.158948579383,4516.9070591788,3229.70165833568,1051.33234351641,29535.6889991141,12200.908638268,694.924355309663,5509.12289257903 -6806,855.765266273339,3405.38991413022,202.113395885253,1364.39466562545,322.792859333552,2428.55545741969,373.453598308216,2861.89552811488,69.3628122064781,1046.66599498288,568.259519111299,5808.40018447951,317.879168544002,3388.31471873403,360.003310032276,3829.34403432181,266.896608864251,4347.95917298321,83.5682997144167,1179.85376735719,156.747272785721,2268.61712075947,354.486638915337,5206.81231283761,213.203049340439,1515.94266419255,143.407729896252,2064.62623396007,176.58987278269,3690.66964825147,218.728008205785,2471.6661079351,229.099366459099,3148.72660291984,268.98527256278,4438.72998379898,3076.85570614341,1010.72929578447,28858.9507814615,12015.4877544291,661.167709550207,5423.24036971831 -6807,858.141041737726,3382.58161682041,206.318086577719,1355.25635254935,319.554267894018,2412.2897092079,377.096228719514,2842.72739591245,70.1694558334417,1039.65573483659,574.696830504943,5769.497233087,321.480141558357,3365.62078604708,364.028392585927,3803.69621734968,270.215823188151,4318.83782476496,84.8381148420576,1171.95145479195,159.141683246679,2253.4225923568,359.900506910278,5171.93861958598,217.218014971651,1505.78932731736,145.79849359011,2050.79797635515,178.679358306018,3665.95063141868,221.26804063056,2455.11161730058,232.580517113796,3127.63736077206,273.072487085273,4409.00067946048,3076.60172311319,1012.83252792518,29227.6874268743,12221.8506628073,661.510382301021,5511.79985209704 -6808,892.117514304168,3463.28791076069,218.870924203374,1387.59192636356,330.298689920877,2469.84544160245,397.026785516459,2910.55310384681,74.9544633266611,1064.46127416642,614.057506765086,5907.15384934296,343.498143232085,3445.92240511209,388.989886537102,3894.45004379112,288.449981930251,4421.88260962177,89.9382515648291,1199.91348773266,169.216636377204,2307.1878541338,382.639635302433,5295.33785891187,230.136085543841,1541.71652430155,155.324174943368,2099.72874079518,190.828096275542,3753.41793383603,236.360411448172,2513.68905379368,246.562351087141,3202.2608432985,289.488540435291,4514.19669396312,3294.21281892206,1075.60252721885,30966.8304788549,12929.9934866238,709.917705156465,5816.25508762907 -6809,961.40745274582,3611.76930500918,233.075508703503,1447.08209558519,351.817115250639,2575.73501942472,422.293494893879,3035.33712239481,78.6542997094966,1110.09787677768,644.052606052237,6160.41100329357,360.277126955412,3593.65928878075,407.936084582546,4061.41663370024,303.199001847006,4611.46179333324,95.4029237882294,1251.35732729406,178.998445984222,2406.10382017594,404.8032824526,5522.36465211179,244.983291400236,1607.81447080867,164.226070188514,2189.75032115765,200.313679001578,3914.33806013615,248.020737053387,2621.45833692339,261.543545494184,3339.55123526475,307.077941589806,4707.73365545829,3417.38481336391,1127.04000875719,32795.0948467984,13763.9404548469,735.278049810625,6205.0347443622 -6810,1006.00438942138,3750.9584332516,241.606749212719,1502.84924967789,357.634657124702,2674.99781326927,437.326091788571,3152.31190464407,78.8244684751799,1152.87844848201,644.67408915588,6397.81881225143,360.624778909503,3732.15049942147,408.368542864141,4217.93411666628,305.505131820443,4789.17672823982,99.1406885947715,1299.58170731309,184.400567517361,2498.82942497207,417.164312386995,5735.18364935455,256.702755307826,1669.77587411786,167.176247047732,2274.13816892184,200.908784757597,4065.18747941685,248.540962012334,2722.4832003149,271.790487840483,3468.24971678536,319.108863466871,4889.15868240893,3313.98743707092,1119.78012085954,33597.8416779278,14325.7459058716,711.117206732326,6487.35606047077 -6811,1058.23765958543,3526.05947691633,249.803029574952,1412.74181879154,374.680436034965,2514.61101423939,453.951155662063,2963.30643577165,82.2255849461381,1083.7544727145,672.69619814892,6014.22011359824,376.300089939026,3508.37922412146,426.122199694157,3965.03635797082,318.260860092602,4502.02855876448,102.582605661869,1221.66173703132,191.138122776969,2349.00528275972,432.376193121679,5391.3150514792,265.002542629686,1569.6599016043,173.538083489687,2137.78600457398,209.534491087539,3821.44806249254,259.269364448929,2559.24928522714,281.226374680009,3260.30133359334,330.187526112821,4596.01582183126,3488.24249735125,1173.33381181375,34905.3592696651,14827.6596745512,748.900666669023,6716.83199364823 -6812,1019.0072176387,3290.63361897896,233.451088558581,1318.41670688961,348.620702678706,2346.71695026182,425.044644041647,2765.4541407267,74.9797038622324,1011.39499375432,612.863412658541,5612.66621488002,342.830177929285,3274.13383086712,388.212634991417,3700.30115074042,291.27412381285,4201.43977322516,95.9228651965715,1140.09454724546,177.574036497432,2192.16828451465,401.796812747318,5031.35091028576,249.119446601715,1464.85777576828,160.049179081272,1995.05157042499,191.185854620458,3566.29987382324,236.410299424419,2388.37483951951,262.968945408435,3042.61945850857,308.75150180244,4289.15175018644,3102.57978908587,1065.55889204519,32391.0220217419,13912.910631943,664.594730954372,6336.98664520356 -6813,856.517812986023,3109.40183827764,194.160833771589,1245.80485301506,289.789066009861,2217.47141856697,354.178885779607,2613.14664119801,63.0193717278939,955.692373245817,515.287412165591,5303.54839430647,288.247057253971,3093.81077666864,326.431896487539,3496.50691402807,244.484856284468,3970.04530645155,79.8933840269993,1077.30379358226,148.375578098961,2071.43452688569,335.686308967871,4754.24905380889,207.277012715691,1384.18067405586,133.818069450047,1885.17402385958,160.650338936952,3369.88576289939,198.703396269663,2256.83499787568,219.024722621005,2875.04706780496,257.156646143393,4052.92654270629,2627.39096612145,896.316084995618,27055.0146901043,11586.6631185916,563.753145110807,5277.55840113655 -6814,679.193476424046,2874.10593866451,162.528800659373,1151.5318098773,256.541231298952,2049.67003443093,294.123003604552,2415.40356335179,59.9093444797352,883.37283771713,492.076984076578,4902.21615888483,275.263356437089,2859.69469010574,311.611646504126,3231.91784428741,227.931248262515,3669.62245007225,65.4951136821667,995.781630011406,126.594702622942,1914.68410482919,285.960599340701,4394.48361779162,164.807175489656,1279.43640044037,120.274440829976,1742.51838108905,152.257249193297,3114.87841955322,188.944373785751,2086.05487722144,179.552403268085,2657.48535612089,210.812246575942,3746.23186426606,2814.73929742566,876.3399874291,23549.5542485857,9455.9562680363,609.761548784821,4208.80953013243 -6815,669.445438942995,2686.05116945235,144.553220524631,1076.18627517249,282.282693570763,1915.55868519337,301.961756464644,2257.36201256907,62.6744902398124,825.573132810505,523.0881541134,4581.46071421407,292.610720828448,2672.58285900359,332.990206734647,3020.45119090352,246.348435149654,3429.51647705973,57.9467616441127,930.626938913097,127.284119918574,1789.40497972667,286.19031583024,4106.94946971689,142.012623975522,1195.72197858497,119.493870906648,1628.50418015256,157.546008097225,2911.0697378923,209.539228769475,1949.56284217765,158.858878622517,2483.60422369394,186.516005808877,3501.11328350242,3257.69061457411,964.641531930312,23555.566038465,8923.72795611622,690.267394443146,3898.42627872817 -6816,672.682799812113,2553.87998611657,145.615918191954,1023.23091263252,292.611699197694,1821.30074213909,308.10982079858,2146.28512326346,65.1236557214518,784.949566463467,543.92178985322,4356.02305655117,304.264865781584,2541.07440411834,346.295196934842,2871.82535210721,255.096881023657,3260.76196627544,59.2351005861297,884.834042203176,130.27960860632,1701.35461928412,292.912824942912,3904.86085074863,143.280812740107,1136.88468216728,122.303016179917,1548.3711852916,163.6202593506,2767.8261778269,217.757457224014,1853.63167349086,162.390811621147,2361.39474648198,190.662843816303,3328.83574428954,3440.72426691956,1008.89018584345,24173.299824862,9050.04092868188,729.77064894441,3942.21557461495 -6817,720.170897093885,2473.04372124576,160.030413577563,990.843265003336,344.618995630386,1763.65232091282,346.853495031164,2078.35018753602,77.7545007576192,760.10407982752,650.779563502595,4218.14475549671,364.040125320129,2460.6434658188,414.435158785997,2780.92537400031,302.002491304635,3157.55123616305,66.4739763538483,856.826978679798,148.327921806417,1647.50277292044,333.329119862697,3781.26288697165,155.645264995697,1100.89962735075,140.804989394873,1499.36162183012,195.06908393081,2680.21801642406,260.095872186724,1794.95990279459,182.235918652496,2286.65108889867,213.962958549784,3223.47032015072,4301.60178703965,1225.21166373006,27753.7532668923,9992.15394953563,914.812209502964,4298.54273580111 -6818,867.464447735322,2452.50975764167,195.579132841088,982.616180554262,441.449909853392,1749.00851487867,432.444014353128,2061.09340928306,100.259779761007,753.792849105469,840.160751383824,4183.12101930391,469.978226692733,2440.21246294744,535.157000402833,2757.83503397726,387.475983496389,3131.33372872295,82.7645586328128,849.712646715479,186.193454503366,1633.82336980833,418.308189907651,3749.86663067761,189.691807398261,1091.75873239382,177.366247453602,1486.91225156322,251.316342462885,2657.96386105775,335.455834052945,1780.05614634331,226.895940360664,2267.66476454405,266.398232804356,3196.70547905058,5691.39608311288,1596.03012133707,34983.2953721283,12293.577091273,1212.12617759143,5248.62156891119 -6819,1159.5010014724,2460.4374234243,255.879005880208,985.79245850699,544.159842534031,1754.66213354981,552.809724005907,2067.75583321213,122.21270068055,756.229462357845,1022.45123417749,4196.64283517683,571.949852605057,2448.10037808605,651.131561885918,2766.7496547509,475.595588005034,3141.45567306094,106.187246360629,852.459317897297,235.747945350074,1639.10465588002,529.873228439399,3761.98796446022,250.033221120475,1095.2878104408,222.800654142322,1491.71865175868,306.694853512473,2666.55565119727,408.779882520025,1785.81012557156,291.108362266458,2274.9949243138,341.789955074044,3207.0387356521,6700.32496804065,1920.34164645982,44007.5695226941,15985.9115429336,1424.19628070348,6900.77242570475 -6820,1400.23052192633,2504.5594657994,286.702162542457,1003.4702812442,508.116040805435,1786.12778932036,587.796433585711,2104.83607334576,108.322018104172,769.790623501708,900.236081558952,4271.89955629641,503.583815976907,2492.0011851507,573.032518108663,2816.36467212383,433.144898100551,3197.79014391831,114.631416781685,867.746130636051,242.522645991637,1668.4980655215,546.005876057244,3829.45019325022,292.384229145104,1114.9291696256,219.331610089153,1518.46904700873,273.093735506775,2714.37392949103,361.860077878862,1817.83434585215,314.25773948662,2315.79150036083,368.969609201703,3264.54928139728,5086.59958917403,1616.48409299993,44062.5017244062,17871.291114667,1070.74610885006,7993.60704618321 -6821,1600.25599937965,2566.16137552113,324.954938031956,1028.15154216763,578.183317016026,1830.0592209081,670.816404127312,2156.60642399618,122.466151489027,788.724321479788,1017.57279786549,4376.97079712769,569.220900028813,2553.29421257941,647.818864767534,2885.63571345655,490.041875766997,3276.44269038193,131.354341240808,889.089133080499,276.301613617662,1709.53628745501,622.181614774729,3923.63899104471,334.541086773004,1142.35186291409,247.89846316363,1555.8171692739,308.797224317573,2781.13641608352,409.093778284797,1862.54562893063,360.103011103024,2372.75049090892,422.796483854604,3344.84382934509,5720.81015528331,1827.51007446861,50089.1300470414,20400.8690867471,1203.80970295958,9147.63656115743 -6822,1438.69404255507,2688.32550315806,286.985710568607,1077.09750379951,514.406698137366,1917.180627371,600.79511940953,2259.27336651853,107.401357212307,826.272162234753,891.957743729912,4585.33992941378,498.952989642247,2674.84578881918,568.027058590801,3023.00866785261,430.485526335506,3432.42031783789,118.70821848856,931.41491951402,246.508031368478,1790.92010501722,555.346721167278,4110.42690667449,301.353424120982,1196.73442050324,217.335682228737,1629.88306749058,270.903986738691,2913.53459935878,358.736698852187,1951.2135763609,325.43413880809,2485.70714148711,382.091805322192,3504.07774674078,4954.51516839377,1602.11304281455,44481.0278771574,18289.0832862248,1041.6384476386,8245.19610442114 -6823,1338.96531945375,2897.62903197024,266.022075505384,1160.95651125795,466.002142354869,2066.44553975148,552.153039213203,2435.17241133591,96.8205196587782,890.602794485886,803.391488820524,4942.33830141236,449.409838098246,2883.09983468177,511.56522023748,3258.36944580456,389.44563415602,3699.65644086174,109.12366549151,1003.93159549451,225.847863294918,1930.35481906522,508.863590921548,4430.45022806203,279.435570980613,1289.90793575207,198.679093942896,1756.78000656148,244.360676200641,3140.37211298792,323.342215456665,2103.12817394918,299.158445430076,2679.23552028488,351.241547400056,3776.89286409301,4367.97326104586,1433.63236562089,40658.6737751946,16898.1236753806,916.891328160926,7638.44364184261 -6824,1260.51229940025,3108.81701321226,250.648576819893,1245.57053852549,444.409443243884,2217.05435028991,522.985753426848,2612.65515320939,92.4775439370745,955.512623929472,767.666136338808,5302.55088796995,429.425403238994,3093.22888401409,488.856707393786,3495.84928114851,371.352371629243,3969.2986091359,103.402458383651,1077.10117124707,214.200559654089,2071.044925639,482.605044137591,4753.3548612412,263.589189396113,1383.92033345169,188.529197751647,1884.81945501351,233.334378722439,3369.25194528298,308.862158102412,2256.41052598564,283.473970237079,2874.50632084562,332.826425176025,4052.16425685402,4216.27353559129,1374.46094398857,38595.1420921142,15963.5033749415,885.704548291507,7208.70824964412 -6825,1197.16786487826,3282.9658698448,238.336411954843,1315.34456646522,421.631148569836,2341.24869127374,496.160167355373,2759.01015119508,87.7651895372944,1009.03826736493,728.529317911557,5599.58772560026,407.53262558598,3266.50452911139,463.911146796936,3691.67880494626,352.481563061393,4191.64968720721,98.1236190771044,1137.43792849366,203.200573647967,2187.06015082011,457.826750720572,5019.62698685549,250.075780746844,1461.44440216235,179.166425333554,1990.40275298646,221.44841060182,3557.98977432996,293.122095333323,2382.80951039805,269.002229817541,3035.52962554024,315.835173295359,4279.15727999411,3998.72618908668,1303.84171460266,36633.8343068074,15154.3313468075,839.963937816358,6842.72458975566 -6826,1136.16093593467,3440.02474670974,227.112309566217,1378.27136756206,399.739295389012,2453.25530495514,470.765457520118,2891.00270085449,83.4095720234256,1057.31120813527,692.377050335461,5867.47505491051,387.309378334369,3422.77588646202,440.866332163627,3868.29073142917,335.095255242377,4392.18049324789,92.889392511482,1191.85357904723,192.889259910964,2291.69030067302,434.551732397409,5259.76867826872,237.292967202254,1531.36069904271,170.564259650669,2085.62470572266,210.457672998765,3728.20594470994,278.575256859574,2496.80441632251,254.652793557793,3180.75101759209,298.987518571969,4483.87449697695,3800.73802754883,1238.25654818344,34785.4789313506,14381.0174034807,798.381564657132,6488.37532529032 -6827,1096.10902781335,3368.93562088928,218.062032135424,1349.78898331262,378.633656664696,2402.55806063722,450.647606315702,2831.25927751287,78.6577936682857,1035.46156022841,652.533879669892,5746.2219526397,365.021473710906,3352.0432134251,415.48949589532,3788.35136274304,316.780219735094,4301.41478814379,88.9397452799441,1167.22357337024,184.226302727822,2244.33184481253,415.072647052246,5151.07400747789,228.629453593263,1499.71467861368,162.226441088526,2042.52465614855,198.551655730555,3651.16146945099,262.674607654157,2445.20721677597,243.824983472216,3115.01985984114,286.274600626616,4391.21390824612,3527.57236471823,1162.05222987331,33141.5687625406,13809.0431507231,740.166242234217,6243.89566845445 -6828,1075.5186772201,3204.66386163133,214.599591087352,1283.9722875168,376.758401508182,2285.40757640325,444.657510554285,2693.20500911173,78.6704354604508,984.971698953529,652.960794764272,5466.03197708962,365.260286103266,3188.59514028186,415.741403098284,3603.62858585579,316.034064412016,4091.6746642408,87.6547482116449,1110.30890018504,182.156471885607,2134.89658632318,410.361209979452,4899.90388002591,224.392272160967,1426.58749651104,161.124084788316,1942.92966344142,198.516095855409,3473.12817187102,262.741388773652,2325.97712856669,240.302212095328,2963.12921837959,282.138519267536,4177.09511371863,3573.79991472605,1166.14837853453,32850.350880773,13595.7086074653,750.561835524023,6134.08333544504 -6829,1039.62364950987,3095.8858069739,207.642444197071,1240.38955506791,365.63477836315,2207.8324543329,430.595533472358,2601.78774529433,76.4284570988546,951.538144006443,634.436395151178,5280.49478790671,354.897906681983,3080.36251700965,403.949827306599,3481.30820399902,306.862003094503,3952.78820703818,84.8604371677802,1072.62094055939,176.489003390211,2062.43035972904,397.582297014218,4733.58315651443,216.996947316561,1378.16388037862,156.228752208157,1876.97949885293,192.841132334992,3355.23745308602,255.260090755109,2247.02492697936,232.641712934441,2862.54973610282,273.144337019869,4035.30917291232,3483.86190337223,1134.08464222606,31842.5881782539,13155.8959091835,731.849767602371,5932.6370290807 -6830,1046.39483365556,3042.6664360791,209.818569149918,1219.06682034801,368.815483408963,2169.87903434692,433.826046790586,2557.06209466005,77.1419308706771,935.180867102897,640.405496853492,5189.72121673925,358.236967484789,3027.4099969542,407.751319233677,3421.46328591762,309.83100459217,3884.83838111596,85.4816736670044,1054.18220760077,177.866347928448,2026.97645312439,400.678194132901,4652.21118953152,218.458137525919,1354.47275632667,157.749965678575,1844.7135580723,194.631593370118,3297.55973575753,257.646539345788,2208.39777454066,234.344809549783,2813.3414947112,275.143940573379,3965.94078242949,3523.03644860032,1145.31957701022,32102.8361689345,13250.930239044,740.166242234217,5973.22218385675 -6831,1069.85196238739,3025.51147714937,214.341407870302,1212.19355912302,373.464128601663,2157.64496712374,441.171960766178,2542.64503773441,78.1656473875361,929.908192722035,648.726536143865,5160.46087677091,362.891680625683,3010.34105586181,412.988221997862,3402.1726198579,314.129945370455,3862.93514450532,86.8563139513672,1048.23858780026,180.756543012735,2015.54808970191,407.186501200811,4625.98140274237,222.709572807756,1346.8360583861,160.578203919957,1834.31281714632,197.251651326273,3278.96765442897,261.05211369681,2195.94653352603,238.113334448972,2797.47950036808,279.568560828053,3943.58027966994,3544.53647465824,1156.81376669726,32636.8648362184,13508.2560833432,744.324479550139,6090.56683705926 -6832,1127.47852857109,3188.80851745976,226.510648724771,1277.61972656054,395.363298425007,2274.10033007079,466.448544250458,2679.88015065923,82.8441494386066,980.098468574159,687.657656402399,5438.98832384186,384.669392607743,3172.81929746156,437.804749257894,3585.79933013279,332.912401663467,4071.43075946926,91.6919499881728,1104.81555345375,191.244717391962,2124.33400578169,430.778717348691,4875.66119318577,235.219063384914,1419.52933480526,170.053099385826,1933.31685540752,209.036425975212,3455.94457792961,276.684859050397,2314.46916096042,251.370049689618,2948.46888718393,295.133253203267,4156.428584084,3771.26499274289,1227.69095999173,34514.9395760839,14260.3446421669,792.144208683249,6425.66925332693 -6833,1213.02147880669,3478.23352144997,243.54620592402,1393.57999586901,422.997802965732,2480.50391106386,499.902405191883,2923.11342071952,88.6676370303448,1069.05489277609,735.880086576617,5932.64581651084,411.644578228785,3460.79307600615,468.446851363848,3911.25630873448,356.377125124951,4440.96497808204,98.3012345723726,1205.09164222358,204.867700501605,2317.14438455906,461.477546834558,5318.18957096897,252.371193708037,1548.36970924002,182.509478990122,2108.78999389387,223.754863569141,3769.61558319086,296.125424219675,2524.53672772665,269.489156051272,3216.08000737689,316.406872762375,4533.6774383024,4019.8374266349,1311.44754235556,37005.7010747185,15312.0164733175,844.122175132281,6900.49314576223 -6834,1282.91019982315,3615.40823893832,255.282074756722,1448.54006138843,438.153636042261,2578.33012690893,524.254259115486,3038.39528871395,91.0253128090994,1111.21632385647,754.874102745423,6166.6177476131,422.269656848663,3597.27997648569,480.581119960397,4065.50859681878,367.021569024716,4616.10793857829,103.399951978363,1252.61809625554,214.117850385266,2408.52802064083,482.4249802873,5527.92855124394,266.793945057218,1609.4343778779,189.138949587732,2191.95654089847,229.824576402481,3918.28183848251,303.955698682062,2624.09951161659,283.467099020774,3342.91590373382,332.818357689766,4712.47679663967,4045.42483442078,1339.76967813398,38526.9633731076,16109.8357662519,848.280412448203,7287.23901324571 -6835,1310.61605735128,3446.97769984797,260.348944715318,1381.05711968189,444.884014646378,2458.21380683447,534.117449278728,2896.84597460442,92.2577150248662,1059.4482379022,764.929985117702,5879.33435305526,427.894825314781,3429.69397632867,486.978859666775,3876.10929267831,372.308799096004,4401.0579366946,105.395411027735,1194.26254488118,217.963915719436,2296.3222485342,491.113680379099,5270.39968468021,272.388689051715,1534.45587421212,192.163115566902,2089.84015529369,232.970650864626,3735.74136760132,308.058446546921,2501.85093935076,288.937575332587,3187.17992854421,339.241236916907,4492.93727168083,4076.85628296697,1355.6579914686,39189.6305066935,16431.2990579474,854.517768422087,7438.72487523837 -6836,1238.07506103238,3284.59039301986,244.025707573961,1315.99544369518,411.460754152371,2342.40722075846,499.642266590114,2760.37540325938,84.705605908826,1009.53757381978,701.769281930756,5602.3585920642,392.563306636273,3268.12090665516,446.754792627143,3693.50557318306,342.788458586001,4193.72385804193,98.872427785881,1138.00077146805,203.257184421814,2188.14238257064,458.075464561082,5022.11086901985,256.654987389329,1462.16757456027,178.117935115681,1991.38767196769,214.01400750139,3559.75038868728,282.799613612451,2383.98860558967,271.055060871493,3037.03170884563,318.245399605048,4281.27475256211,3665.84771251048,1237.51857838126,36456.7379401056,15433.7859789952,767.194784787713,7008.8956940179 -6837,1025.77174080742,3199.27044620289,202.511044650205,1281.81137571944,343.448267421159,2281.5612595928,415.829598920826,2688.67237352957,70.8434345269482,983.31400198839,587.079459113163,5456.83270300957,328.406870550994,3183.22876834171,373.773986505392,3597.56371701072,286.451550042145,4084.78841900101,82.1503387951876,1108.44026203416,169.342710787977,2131.30357791919,381.605549745796,4891.65739355323,213.169074898308,1424.18656482337,148.38724577119,1939.6597333409,178.957777815853,3467.28293384422,236.530990572184,2322.06253362848,225.212079660525,2958.14230320442,264.421214114234,4170.06510676466,3088.01043170983,1037.36727629065,30367.3075733433,12817.2571477962,646.605902625959,5815.5059311222 -6838,778.843717516965,2973.72168564012,160.860357700905,1191.44359596143,283.271241587161,2120.71105236509,326.916824961146,2499.12080806916,60.7613907308762,913.990305188786,505.045035003464,5072.12566637157,282.517565311094,2958.81094704143,321.419376059994,3343.93525669082,242.866200391429,3796.81058763,63.5270290475476,1030.2951563097,135.081844064891,1981.04654636588,304.063981301778,4546.79525052211,162.269733012968,1323.78132559538,123.152262111688,1802.91360445774,153.171996714815,3222.83927664194,202.984809942137,2158.35698412398,174.156972889939,2749.59309135271,204.477478683348,3876.07526373243,2863.57535931814,906.21121743683,24603.5407013007,9944.4435116694,602.944410808772,4437.77216546997 -6839,654.038625273957,2802.30202945443,156.034485489256,1122.76304237412,272.578292981947,1998.46304199443,281.41564303524,2355.05943482283,60.153262554052,861.303497062426,492.129822022412,4779.74388698092,275.292913499883,2788.25081772283,313.486918188476,3151.17470523197,233.193266028354,3577.94411849248,59.20695811589,970.903975784217,122.708995864434,1866.84947153344,276.464875320224,4284.69604925693,158.060423971142,1247.47218718663,117.883352444626,1698.9849712904,153.285834887706,3037.05928135472,201.974889667082,2033.93888073147,162.313660092103,2591.0932880099,190.572260304925,3652.63959647837,3078.54806086645,925.41775590492,22893.0559453042,8719.00046948193,673.625652852121,3826.78404455281 -6840,660.071047919074,2695.73332303744,158.102919601238,1080.06550164475,284.938617873648,1922.46351768584,288.96952669155,2265.49891105835,63.081824682803,828.548997886532,516.500093451627,4597.97507059847,288.92542005468,2682.21646464895,329.053151865153,3031.33872449156,243.614360877661,3441.87852944024,60.8986761226002,933.981481468149,126.453099903049,1795.85507793651,284.881106623271,4121.75340047749,160.314639913492,1200.0320840563,121.581852347009,1634.3742945292,160.662463710064,2921.56299454345,211.847622452409,1956.5902462258,166.951441701747,2492.55663599787,196.017473749369,3513.73341409233,3289.57879139076,977.578818151282,23664.8741294071,8890.47166606356,720.622791423199,3889.36127580914 -6841,670.762987680613,2647.3225425057,162.543936918824,1060.66936423265,304.926278803046,1887.93934623327,301.752904259845,2224.81440801761,67.8653247298499,813.669668631781,556.286872710125,4515.40326717455,311.181779841691,2634.04842387908,354.475822564523,2976.90104237567,260.907644168267,3380.06825144215,63.6182156709742,917.208764325224,132.775140005567,1763.60457848917,299.069179095902,4047.73372739958,164.43815148764,1178.48155108784,128.086173462702,1605.02371500303,172.715503428695,2869.09669762535,227.97181977693,1921.45321683527,174.40695760577,2447.79456282207,204.770985417842,3450.6327447112,3631.41597448123,1062.32795762693,24943.5862051864,9182.78729634009,796.713396728754,3995.71725391734 -6842,762.241791839468,2689.10527201296,184.54657756255,1077.40992396075,354.055447686736,1917.73671990543,347.307083448847,2259.92868560241,78.6915219275023,826.511828635649,645.300951533042,4586.66994144613,360.975439979916,2675.62164778243,411.28836206178,3023.88551405464,302.020874806979,3433.41591694136,73.3903693129936,931.685083355552,153.039158604643,1791.43957474582,344.723386409243,4111.61916664389,188.08514488602,1197.08154224411,146.903668041473,1630.35582722583,200.210790390615,2914.37969179107,264.36521725246,1951.77954040592,201.196951131765,2486.42813937559,236.225082484634,3505.09413061573,4251.32489488415,1237.82491251719,28741.9089663982,10511.6512703765,933.228894482838,4570.79642695863 -6843,1050.34048956713,2789.56576700558,250.440425955849,1117.6601645882,455.625315512703,1989.38017029479,461.357714170206,2344.35585800303,100.340072650109,857.388934223948,821.615264027854,4758.0202926135,459.604050981293,2775.57841702709,523.538661883803,3136.85284140496,387.565781293158,3561.68261818258,97.6803953852437,966.491286602879,201.713283285355,1858.36477410539,454.521949219915,4265.22241193187,255.867603765485,1241.80251525026,192.646658035682,1691.26320601901,255.544049872512,3023.25606397363,336.977045403049,2024.69477388016,267.787148652171,2579.31695419624,314.408548056257,3636.03861055935,5240.48691390468,1558.60634514253,37690.2217428398,14172.0893255965,1148.07295652205,6211.47231130672 -6844,1492.88370888918,3107.45241298883,348.365658667818,1245.02380134927,596.16333387304,2216.08118498334,629.17887569125,2611.50834083972,129.564432183174,955.093206274924,1058.81436335023,5300.22335885013,592.291053901898,3091.87112612473,674.531429289112,3494.31479497906,504.583987315189,3967.55630466901,133.45610055922,1076.62838288651,272.421706468937,2070.13585046467,614.107505480869,4751.26839906664,359.216490688463,1383.31286830073,257.355044629899,1883.9921226107,330.41179660054,3367.77302840309,434.920479671586,2255.42008547569,365.864905624551,2873.24457016972,429.56151682831,4050.385578911,6454.38972710991,1979.26175263848,50501.3626986922,19652.5702264813,1409.91415713235,8697.81339115983 -6845,1658.75356086074,3787.41272649254,380.288123777136,1517.45493199072,638.82727970605,2700.99521005174,687.34170090163,3182.94815524608,137.06301913995,1164.08288323649,1118.96288870875,6459.99704409124,625.937587901041,3768.42200473039,712.908823983682,4258.92678824505,535.988603373917,4835.72111307924,146.646180059358,1312.21190130004,295.886591677685,2523.11470091901,667.287945582921,5790.92195471427,397.823228105423,1686.00385969673,275.793171571661,2296.23974673336,349.771394426888,4104.69565821732,459.982735035989,2748.94209147403,402.02501498843,3501.95645986406,472.017054892312,4936.67475796179,6659.73425133531,2080.05491955295,54548.0735129811,21613.0025665806,1452.43537774427,9628.74658644286 -6846,1500.08276196817,4274.89956169691,339.005822723484,1712.77013943748,576.442785876392,3048.64668136885,621.472830498996,3592.63292816953,122.400199119966,1313.91473987442,999.091246576956,7291.47851755874,558.882489567711,4253.46449929416,636.713557240841,4807.10331171874,478.865026754899,5458.13819608066,133.59769552754,1481.10979362842,266.863350447982,2847.87075187828,602.058644261646,6536.28519354816,360.614107078119,1903.01339762133,245.311237614415,2591.79418662198,312.38819301592,4633.02072876081,410.758355842638,3102.76491911546,366.253082931577,3952.70154494582,430.01727530703,5572.08582297681,5922.61452241058,1860.52964568393,49039.8550780278,19534.5614737041,1291.30233121486,8737.00425694998 -6847,1414.34881806406,4432.21836151347,320.050858210204,1775.80108058806,539.630735780859,3160.8386592284,583.789626965569,3724.84391752357,114.658826792633,1362.26756944506,935.739988029124,7559.80918421311,523.444375966209,4409.99447629921,596.291243081284,4984.007520269,448.931688252767,5659.00086848916,125.345195880179,1535.61549879584,250.578282506751,2952.67405830739,565.301853777296,6776.82430495119,339.4316794601,1973.04540174865,230.773306119053,2687.1737259366,292.664773470395,4803.51859661822,384.763730411047,3216.9484797216,343.629163964991,4098.16326962716,403.454561041507,5777.14183458463,5523.85406642554,1739.24946536641,46046.5957826017,18380.4094102594,1204.02193101143,8221.28334686174 -6848,1309.90305294169,4476.21043926118,294.76318708001,1793.4268320357,495.283254126477,3192.21163066234,538.499492408098,3761.8149351613,104.786782956506,1375.78878522012,854.935228786996,7634.84423128515,478.242933986924,4453.76597040088,544.82674802816,5033.47639306432,410.733081735984,5715.16940213873,115.856773904481,1550.85728313575,230.759761781823,2981.98088756125,520.662909593543,6844.08781892755,314.204899099205,1992.62890590701,211.626519428347,2713.8453259867,267.516450795942,4851.19602275767,351.612899548294,3248.87837037391,317.617010184698,4138.83967644541,372.913724623322,5834.48297890943,5012.82575366338,1587.02837772439,42333.0263755744,16980.9659539506,1092.12398203267,7609.87804104432 -6849,1232.68219728015,4572.25223777291,276.67854537584,1831.90668922408,460.348233070893,3260.70388552815,503.529240337594,3842.52862745607,97.1244515170582,1405.30777926604,792.140257615996,7798.65783685161,443.116002447265,4549.3261992489,504.783306450108,5141.47491818193,381.269344485565,5837.79436707921,108.456474456326,1584.1325557639,215.427522186573,3045.9624209264,486.118763810382,6990.93491475143,294.975252299094,2035.38285290897,197.362864429297,2772.07372912528,248.013380424672,4955.28353099277,325.874962621768,3318.58646968483,297.329366174065,4227.6428307366,349.094027789586,5959.66794201252,4604.69119339975,1466.71502781322,39486.4876239991,15922.5939652837,1002.60562284967,7146.10444090466 -6850,1160.91047424064,4659.91149115457,260.7702261273,1867.02801768352,428.956058311391,3323.21812429712,471.959593303737,3916.19761443753,90.4585224343828,1432.25035030011,737.562788575889,7948.17376200328,412.585866310105,4636.5459144521,469.977860382921,5240.04731296037,355.626723442207,5949.71660343052,101.520090547598,1614.50355672239,201.741897299745,3104.35963476363,455.228943929528,7124.96517012627,277.440330658243,2074.40522786848,184.897757789028,2825.21994695783,231.035638559703,5050.28626313268,303.488943187832,3382.21043378107,278.313529254595,4308.69523004325,326.76755803173,6073.92673943483,4257.31902862409,1362.15964015145,36944.7442889898,14954.3482486815,926.515017544113,6715.34881835188 -6851,1122.83863535786,4590.38190934705,251.325110373753,1839.17047628196,409.48736745953,3273.63306954315,453.91828108876,3857.76483456085,86.1199575631131,1410.88003713235,701.91952571826,7829.58069454812,392.647351634455,4567.36496561323,447.26160507107,5161.86164376615,339.108774958156,5860.94210458113,97.6240198284276,1590.41388091229,193.730228507806,3058.04012255938,437.173442016642,7018.65502891171,268.065673234096,2043.4534537271,177.026883015108,2783.06542067571,220.010942882062,4974.93197956948,288.907181571961,3331.74516689946,267.632597172789,4244.40607389734,314.227089362376,5983.29892666971,4013.19116717227,1292.75193326465,35414.0520783858,14414.7969653009,872.804002034309,6482.56506062651 -6852,1084.72804905998,4529.68973310761,241.96733616083,1814.85370680934,392.482072781785,3230.35041482646,436.625651576278,3806.75902549021,82.4450545849573,1392.22595092397,671.81458897863,7726.06113979672,375.806925846552,4506.97711011075,428.050534911266,5093.61359321307,324.781496516769,5783.45109442877,93.9558469484443,1569.38607070821,186.18018783289,3017.6079507421,420.158860968535,6925.85720590025,258.444886606462,2016.43573720592,170.035152749546,2746.26885334574,210.654646290465,4909.15543756359,276.56425236731,3287.69417749428,257.576438488951,4188.28825046652,302.420166338914,5904.19016401724,3819.17617167865,1234.95946221181,34026.2846703797,13891.6726460872,830.282781422381,6252.1234503506 -6853,1058.13776544436,4452.10252089006,237.13688994041,1783.76781616548,388.897091622741,3175.01905706474,429.022023796683,3741.55459918856,82.031454199211,1368.37907913502,668.75909968111,7593.7245824211,374.097713128198,4429.7789331703,426.111826723356,5006.36715866761,322.522956334477,5684.38871403359,92.2154097754115,1542.50469531746,183.321702794946,2965.92057207854,413.657994885699,6807.22701608945,252.586544152741,1981.89702999113,167.992050697088,2699.22913166821,209.531907941482,4825.06851170656,275.207141029356,3231.38060175614,252.805095107953,4116.54876532208,296.818138189886,5803.05969323021,3846.85631514181,1233.29513701676,33565.4194724825,13608.6442678778,836.996658361106,6112.2562739673 -6854,1047.50417975706,4359.17981040421,234.067636141236,1746.53764467284,377.402935649877,3108.75118132685,420.819524670764,3663.46219382366,79.1801139241427,1339.81875456731,645.125089720933,7435.23104648596,360.877064493485,4337.32215271839,411.044076253397,4901.87603253385,312.265961598409,5565.74616160252,90.5876454568898,1510.3100824231,179.334687015664,2904.01692602588,404.724904518991,6665.14897941811,249.455149492865,1940.53157556448,163.828647072059,2642.89177511361,202.330168538908,4724.36138686297,265.603758997574,3163.93636777507,248.342640141268,4030.62961424097,291.578775532254,5681.94028205853,3655.37591780689,1184.88302954914,32761.0642182819,13401.2406476335,794.475437749179,6034.42770793114 -6855,1077.41654620104,4245.65815084898,241.140168689178,1701.05435182364,387.826791990078,3027.79315513895,432.240916719158,3568.05839630926,81.6049149697531,1304.92722562448,664.889635693605,7241.60293195876,371.933170425979,4224.36970977785,423.583166934222,4774.22149054431,321.662870656227,5420.80312910356,92.9117856846729,1470.97862227309,184.293349757614,2828.39058456778,415.885343831197,6491.57532422718,256.095259022846,1889.99629726474,168.927909058556,2574.06564878139,208.524556378202,4601.32967716032,273.738374133333,3081.54121024115,254.714183604122,3925.66405127682,299.05959654669,5533.97132496861,3768.49590494513,1220.02241040525,33711.6254297716,13775.4660790543,819.092986524505,6197.37878364355 -6856,1125.46773826678,4253.45585830738,251.672414804834,1704.1785610122,402.005258244398,3033.35409396856,450.438912207811,3574.6116030396,84.4028864400659,1307.32389544536,687.521514321484,7254.9030845351,384.593235975026,4232.12831822502,438.024722047412,4782.9899738282,333.188033352752,5430.75914428152,96.7682622988157,1473.6802672399,191.867585796842,2833.58529445089,432.984100822333,6503.49795283362,267.716532289021,1893.46752309119,175.563544739877,2578.79325759839,215.708778102116,4609.78062197672,283.108087478753,3087.200864416,265.286569928646,3932.87404764586,311.472621781524,5544.13518836553,3873.17790582441,1259.6932584944,35031.8900656287,14367.284472526,841.472576320257,6469.97591720023 -6857,1215.42962275017,4379.19393440818,272.04126730828,1754.55645153983,434.103659277256,3123.0242634998,485.797725996913,3680.28209798455,91.3059381863975,1345.97020962607,743.767845492084,7469.36811874148,416.056918297713,4357.23592255246,473.806693477512,4924.38181551007,360.251940192061,5591.29994435475,104.35686548113,1517.24430734356,206.986485763362,2917.35002018466,467.09650117322,6695.75040537,288.514039596488,1949.4410588334,189.953895736738,2655.02597604516,233.347567489849,4746.05215410561,306.264172427886,3178.46281943788,286.090441579967,4049.13527916468,335.898420826632,5708.02754212449,4192.29805607952,1362.02076938716,37847.146381484,15507.7778814909,910.849304687087,6979.64875845816 -6858,1283.98406378982,4525.59593874047,284.72722734513,1813.2134978061,448.963089611262,3227.43092340182,508.694245097503,3803.31859367836,93.6185445198891,1390.96769989763,762.068051076783,7719.0785631882,426.293885633598,4502.90384271424,485.505589447638,5089.01014179258,370.508675812302,5778.22418907587,109.589854191689,1567.96770781038,216.007438751343,3014.88072941816,487.568673211073,6919.59782901405,304.509279995136,2014.61334455895,196.567424824526,2743.7868599588,239.37054070841,4904.71869375511,313.969436936364,3284.72286053932,300.436484306377,4184.5030042669,352.74209120688,5898.85413840399,4218.46094042606,1390.0449686243,39345.5467859584,16295.2278788221,915.325222646237,7360.94440254002 -6859,1302.15019540988,4241.82427313033,287.381351109921,1699.51828034875,447.950622629278,3025.05902339735,512.112850278288,3564.83639889486,92.9769166414997,1303.74886146114,756.443829187733,7235.06368194339,423.147747438511,4220.55505576421,481.91225657995,4769.9103141033,368.770752988745,5415.90808207069,110.458294113002,1469.65031180527,216.981774087824,2825.83651562097,489.830758005932,6485.71335769332,308.240271158412,1888.28960905882,196.625703970561,2571.74123815138,237.814053609019,4597.17462399809,311.77894884081,3078.75854339297,302.817279852781,3922.11913187861,355.537380206862,5528.97408576455,4129.83952181303,1374.74554021074,39445.4218873254,16455.4504107838,895.18359183006,7448.87598028056 -6860,1222.96872103187,3942.58715092763,267.141964618851,1579.62671327845,408.664419009453,2811.65792557519,474.590320899055,3313.35700784938,84.0258723426653,1211.77662681437,682.940336515254,6724.67015884247,382.0305670834,3922.81835861129,435.067663205762,4433.41965733597,334.534663704256,5033.8458738696,102.702189449283,1365.97465208154,200.248519898633,2626.48945824613,452.183881233485,6028.18233433588,288.415354209737,1755.08127412631,180.040583633176,2390.31919008844,215.061629775554,4272.86950993138,281.698022468619,2861.56924295031,281.554209158261,3645.43543015294,330.572436153609,5138.93569953585,3631.15467446575,1232.90503528888,36280.9097277267,15336.7902743958,785.523601830878,6970.25610239691 -6861,1001.35691561464,3640.68581374335,217.96099441131,1458.66770876321,330.991077635232,2596.35684155572,387.203807216338,3059.6386059611,67.8133637507111,1118.98553051157,550.957180614746,6209.73241990115,308.200398914673,3622.43080529693,351.00897494512,4093.93310406247,270.466967733861,4648.38202936251,83.7684969333204,1261.37593092804,163.14640053168,2425.36754281597,368.419041157371,5566.57774885488,236.274668429008,1620.68693780804,146.060648816496,2207.28187673059,173.610655638504,3945.67699159765,227.324906247221,2642.44622858933,229.648199643147,3366.2883146039,269.629656900826,4745.42466223921,2898.97918142254,992.210651405915,29486.9226737122,12528.5796890286,626.628514281042,5702.14573163163 -6862,765.805255875528,3311.62245562734,175.006904208446,1326.82603958949,277.727085043318,2361.6851492266,307.98022369821,2783.09319506674,59.3294942466715,1017.84603229852,483.585101907521,5648.46580486373,270.513075355138,3295.01742597314,307.96973664812,3723.90299324114,233.62326605251,4228.23805686866,65.529169926136,1147.36647751379,131.821353562038,2206.15071688393,297.318502782086,5063.44266360878,181.613058337609,1474.20116191476,123.098006263958,2007.77672198098,151.564882765683,3589.04700831403,199.035051196779,2403.60874738232,179.645767186508,3062.0263722499,210.921865032915,4316.50949215005,2767.77198811873,886.266646752334,24225.8628218555,9811.05248782709,602.010965505716,4389.22862992815 -6863,631.046121602339,3096.2107153908,152.078545697493,1240.51973202914,299.178909154166,2208.0641629269,291.475293593622,2602.0607988855,66.6566839664931,951.638006459797,569.13763581784,5281.04896765007,318.370378984254,3080.68579628133,364.809108564066,3481.6735618991,282.541740255274,3953.2030460338,65.2156090928969,1072.73351046457,142.637484965263,2062.64680859858,320.758269386155,4734.07993872977,154.998138669115,1378.30851654174,121.709594763907,1877.17648494206,164.871525702803,3355.58958005619,245.153410261357,2247.26074876261,178.786151895938,2862.85015626075,209.912591821876,4035.73267235539,3489.41023729888,1027.14170359094,25382.7006088014,9715.58638249167,760.646626827023,4224.67461027237 -6864,637.169341643881,2963.19477773486,154.098664342786,1187.22591242044,312.89551537986,2113.20378292233,299.343545693951,2490.27397659946,69.9706313141089,910.754800058808,597.965481353129,5054.17045555558,334.496411653277,2948.33682281556,383.347901623521,3332.09780106803,295.528756574279,3783.36996351825,67.1257095746021,1026.64793462178,147.138214208045,1974.0336861341,330.854551449572,4530.69969756656,157.213383059241,1319.095169467,125.62666052606,1796.53133083512,172.956879482153,3211.43049806576,257.45819320719,2150.71644892922,184.022620888694,2739.85959363187,216.060723355599,3862.35404444948,3732.65395790723,1086.49111831002,26258.3400127201,9912.93374603563,814.611421297859,4295.75520002992 -6865,642.728794290742,2901.20298673726,156.799901853824,1162.3884426791,330.074437206436,2068.99430731492,309.046701021409,2438.17596905568,74.1480430259758,891.701269848934,634.349305831672,4948.43421408361,354.849189714571,2886.65586904099,406.770906043414,3262.38834017822,312.051796602225,3704.21962152678,69.4107959138788,1005.16985134848,152.768527283226,1932.73573143583,343.467243411519,4435.9147746061,159.817223952666,1291.49891671103,130.65660398676,1758.94683061307,183.139534131429,3144.24546867272,272.978846219654,2105.72218611568,190.287099577643,2682.54010705359,223.4158397562,3781.55130867208,4045.19364281103,1162.12803014227,27339.0261951056,10143.3329524287,883.994728474648,4375.61678954165 -6866,737.038567556177,2919.07273535977,180.04127075095,1169.54808968323,389.631361827764,2081.73812715177,360.240739880335,2453.19373646584,87.5655360593279,897.193638914944,749.625395432669,4978.913734436,419.333578067056,2904.43601575091,480.811454835988,3282.4827836951,367.711089426212,3727.03549266088,81.0814562205696,1011.36112188303,178.6117396507,1944.64027649261,401.558189631083,4463.23746877657,184.602550637912,1299.45381028221,152.201336975542,1769.78093558507,216.177575354586,3163.612219772,322.482554065253,2118.69222864864,222.281778080847,2699.06301758484,260.980750784793,3804.84349870429,4841.09083192159,1381.09042060685,31973.8849280723,11745.7057850274,1058.73787247545,5057.0225517988 -6867,1018.36638371917,3009.13628707453,245.485542372869,1205.63271805927,504.616886617697,2145.96699243499,480.999636217096,2528.88329989266,112.350717362757,924.875184742069,960.312798109517,5132.53054883492,537.190180786797,2994.04797373268,615.771256528118,3383.75880000022,474.430254739398,3842.02750699814,108.335884672731,1042.56513184127,236.373659686124,2004.63919600803,531.593114141791,4600.94387592263,252.158091885927,1339.54648218641,200.631739927107,1824.38483595559,277.678621791377,3261.2206655327,413.43354978725,2184.06125655641,296.998773794928,2782.33850391344,348.705879700905,3922.23616078535,6015.7604427293,1749.85921835014,42133.4136264806,15891.0812388783,1313.14333212368,6894.48964057608 -6868,1454.09902960544,3279.13199212615,344.061020051199,1313.80849499033,667.922689609951,2338.51455953215,661.61907859035,2755.78815378068,146.807292438942,1007.85990320158,1252.31187437701,5593.04847558489,700.531788727986,3262.68987509775,802.783059724162,3687.36762850526,624.242440930287,4186.75464017435,149.044225905911,1136.10961802584,321.659194667623,2184.50608187331,723.668269296398,5013.76502032163,356.303453044989,1459.73771395643,270.573293867991,1988.07834235645,363.366553156879,3553.83472116773,539.677201597617,2380.02684354987,408.599167939522,3031.98470614203,479.735759447239,4274.16004079005,7530.71922233774,2250.04580641283,56958.1039432458,22171.8547743591,1639.50185106635,9707.79565094211 -6869,1613.48248045539,3909.90174994008,375.208167433471,1566.53106553303,714.646430110727,2788.34831611845,721.914400088385,3285.88814076524,154.97472958845,1201.73058257019,1320.50093434358,6668.92033461878,738.676124118744,3890.29684769874,846.534407092871,4396.66508636547,661.470058005839,4992.11356343525,163.466895538191,1354.65025327108,348.576936828257,2604.71495895265,784.555250906682,5978.20663328447,394.240977583897,1740.53104783719,289.437632247653,2370.50262339621,383.892425361355,4237.44595480039,569.376910305465,2837.84585153778,448.138377025933,3615.21351894401,526.15869416506,5096.33215836896,7755.50560004542,2358.29359807184,61399.5360154602,24340.6645132752,1685.75738918421,10729.3067233081 -6870,1474.47717999352,4375.74994426855,339.352485914083,1753.17659140825,659.652709312098,3120.56818027298,663.40141761307,3677.38776276068,142.04402640718,1344.91167963182,1210.55329113586,7463.49388011777,677.172419858935,4353.80920115622,776.274846711732,4920.509065714,605.722805119391,5586.9027008975,151.20246423781,1516.05107988842,320.091694443567,2915.05568820168,720.626147965614,6690.48457363957,361.655289745436,1947.90793290087,262.927398058632,2652.93794719353,351.812870776009,4742.31965057511,521.920265758988,3175.96313689966,414.515897563021,4045.95086162475,486.682584115746,5703.53849896581,7138.85903631798,2170.29337013651,56281.1142059438,22306.8348233854,1552.13027906595,9853.26599224713 -6871,1385.28016732605,4508.83086108661,318.858830431876,1806.49644539903,613.046642302366,3215.47490019831,619.897527413157,3789.22919364608,131.940480721444,1385.81485774856,1124.10504707015,7690.48322386056,628.814064175475,4486.22282796771,720.773090978614,5070.15789528995,563.268632560681,5756.81874799307,141.143079422722,1562.15916883871,298.749211318875,3003.71209876045,672.581298578539,6893.96416739087,339.085207450316,2007.15020608587,245.637071802205,2733.6224969897,326.860183332201,4886.5491552271,484.721340859221,3272.55459925975,386.938470524532,4169.00150595398,454.303962371051,5877.00182347403,6586.23135345968,2010.09901335077,52507.5018981255,20890.970457608,1431.35192953599,9233.98448234779 -6872,1280.88064779626,4497.32924053695,293.083701860274,1801.88823602516,560.934414002474,3207.27251396373,570.504778624037,3779.56321199723,120.148641774361,1382.27976913314,1023.28368269154,7670.86549531639,572.415516676849,4474.77887846989,656.15126176803,5057.22438014265,513.519891430441,5742.13362299003,130.148169456963,1558.17424180292,274.356125263339,2996.04990031816,617.753485228729,6876.37828706419,313.353766577507,2002.03014707993,224.598200202483,2726.64927274265,297.722776492732,4874.08400940277,441.322346218926,3264.206607865,356.796336293748,4158.36675941552,418.914121198624,5862.01012229343,5950.77472649755,1826.74508961163,48134.7958870626,19258.4867132323,1292.58531518241,8530.64484589751 -6873,1205.11769284141,4553.08286178595,275.090152167876,1824.22633690041,521.420564643058,3247.03323581039,533.451850866786,3826.41865097843,111.362505899356,1399.41596232392,948.096625266271,7765.96160827671,530.356565624003,4530.2529417238,607.90221731409,5119.91905015262,476.603603803154,5813.31914801045,121.808482954908,1577.49100779247,256.058376373885,3033.1920845905,576.610548627834,6961.62510135703,294.165328985721,2026.84941749119,209.429504829777,2760.45168361822,276.025968839349,4934.50827884398,408.971438938763,3304.67314459373,333.933397827637,4209.91824540172,392.070774445018,5934.68176242381,5468.80255464041,1688.18499219405,44890.7956991303,18053.8888948842,1187.22547835839,8009.04425854775 -6874,1133.19762755456,4616.50423847225,258.763339668685,1849.63658072546,484.407741136725,3292.26222114023,498.923407077712,3879.71808478843,103.346560982343,1418.9088838414,879.534833292436,7874.13622126776,492.00372736339,4593.35631300498,563.903437482804,5191.2360730446,442.97472260978,5894.2947670966,113.768591189584,1599.46439471766,239.152066840309,3075.44240675645,538.540139280605,7058.5958487176,276.233638462813,2055.08206431429,195.617107747954,2798.9029157538,256.223895588989,5003.24265460965,379.463936844771,3350.70501501881,311.89233541366,4268.55957018434,366.192391310967,6017.3478809623,5033.58514045793,1561.58851298601,41885.4943819498,16921.6373732392,1092.14465000502,7513.16177207415 -6875,1096.90045414541,4543.855574942,249.725296884969,1820.52935615356,463.501963343358,3240.45279175344,480.600004603843,3818.66402327904,98.6423532385254,1396.57990313274,839.189966559095,7750.22309493225,469.435178556201,4521.07192204156,538.026398094743,5109.5430119544,423.351348464999,5801.53786378558,109.54211216127,1574.29406135761,229.988520656567,3027.04501143877,517.927292730001,6947.51665798795,267.190134981031,2022.74180040352,187.64769131679,2754.85734670918,244.625749855596,4924.50799448613,362.123410295698,3297.97588738223,300.305601316537,4201.38641665643,352.58842165624,5922.65452448157,4763.87941203409,1486.19298456803,40219.7416234213,16329.2184741336,1033.04035129886,7259.78318261651 -6876,1054.64409646263,4473.61120344171,238.891505129127,1792.38542897285,439.614127641803,3190.3579843858,458.912227508944,3759.63053291785,93.2794405893422,1374.98989527983,793.214506505536,7630.41084709304,443.716927433705,4451.17976758516,508.507292308554,5030.55356530303,400.752173639669,5711.85073041274,104.679902719015,1549.95673481348,219.165810897861,2980.24931760021,493.604009470328,6840.11360939207,256.242019990436,1991.47183063153,178.505012453699,2712.26945638104,231.39966422699,4848.37904115221,342.358874936823,3246.99181898229,286.976036079257,4136.4363443224,336.938196193336,5831.09502444379,4458.82181226177,1400.31599601572,38295.3774253909,15636.000557798,966.226796239732,6962.69871803223 -6877,1020.818004864,4411.74937076835,231.556259509772,1767.60002799567,427.761436613245,3146.24118861992,445.265134823556,3707.64174257279,90.8960171298951,1355.97630850145,773.082875593607,7524.89626891764,432.455477549457,4389.62812050202,495.608120357014,4960.99024190296,390.272672261859,5632.86631758129,101.540300829681,1528.52367775519,212.826224295118,2939.03793909051,479.307280281513,6745.52739160777,248.1700077669,1963.93343009608,173.517420706371,2674.76374753744,225.458548854307,4781.33485708229,333.640933394674,3202.09188122214,278.368934986636,4079.23702114482,326.832609830716,5750.461681871,4362.73601500548,1366.352746808,37208.6502554854,15156.6728401547,945.668779298461,6744.59040731411 -6878,1017.7831556588,4330.58820378378,230.898378595968,1735.08220593066,422.150144362112,3088.36106329475,441.878786300831,3639.43375855136,89.4386972097756,1331.03096134946,760.425618715448,7386.46379887078,425.375124018786,4308.87390920235,487.483042763852,4869.72491298384,384.687314666699,5529.24075652107,100.828409548272,1500.40404651046,210.858255631828,2884.96964805634,474.913334339901,6621.43265525291,247.159534697661,1927.80374192233,171.760920711151,2625.55720180832,221.898819363524,4693.37457554046,328.23421845438,3143.18429331749,276.417311678327,4004.19294923166,324.541211405487,5644.67276650489,4258.43002857165,1341.01418889717,36825.9130711961,15070.543508033,922.541010239531,6715.06192613551 -6879,1038.53152191697,4224.40939124897,235.263947213724,1692.54087907001,425.870456584273,3012.63959199603,448.129671400485,3550.20090227459,90.2168894037414,1298.39629827998,766.77740333919,7205.36000463094,428.928254141663,4203.22749501741,491.480485304683,4750.32736597624,388.319848221169,5393.67297909223,102.173122003734,1463.61663739091,213.594184778739,2814.2349956223,481.081552662611,6459.08615091437,251.43531784057,1880.5372038713,174.180957681863,2561.18291064698,223.884954655807,4578.3008451921,331.032185688049,3066.11864769667,280.103790554512,3906.016804906,328.869501529696,5506.27478838001,4260.74180715147,1347.87165477297,37309.5887966912,15324.4617566198,922.541010239531,6831.88926676231 -6880,1083.48964122737,4216.28677537367,245.14577452677,1689.28649292022,440.198657358895,3006.84694457242,466.125668139433,3543.37464195308,92.9894089601715,1295.89976600574,790.08492656299,7191.50567231123,441.966269087349,4195.14560729856,506.441221560793,4741.19352479227,400.897789369887,5383.30212491865,106.209198863376,1460.80242251892,221.848921784319,2808.82383686964,499.688506892684,6446.66674009258,262.500378264142,1876.92134188172,180.547238399649,2556.25831574084,230.819137674633,4569.49777340552,341.149110847032,3060.22317173855,291.168544231256,3898.50638837903,341.86061464179,5495.68742554001,4358.05214113169,1386.13521446937,38674.9275379702,15955.3014381977,943.099027180802,7121.84684096514 -6881,1168.4020882197,4376.00986722019,264.452679960287,1753.280731462,473.715901581999,3120.75354445112,501.527615738685,3677.6062024553,100.196527452037,1344.99156843212,851.282615511783,7463.93721746189,476.199695586354,4354.06782081064,545.604230560174,4920.80134778135,431.853010249802,5587.23456726532,114.284261822548,1516.14113450227,238.702413057441,2915.22884477788,537.650102724095,6690.88199362937,282.414643917847,1948.02364014782,194.751021116925,2653.09553377194,248.71659417778,4742.60134805254,367.58153736212,3176.15179158133,313.306027157027,4046.19119425425,367.852204975172,5703.87729359079,4690.84067567302,1492.08302621846,41664.1854766992,17187.8951670576,1015.05208647525,7669.76982197116 -6882,1229.25175380221,4538.65710330307,275.28406562964,1818.44655002785,485.245156964379,3236.74549920037,521.854697853137,3814.29521879215,101.519728324321,1394.98212325215,861.659401029728,7741.35632654803,482.004374332013,4515.89951641011,552.281331692534,5103.6973564318,439.123246535312,5794.9005203336,119.251015099718,1572.49296471307,247.154449934835,3023.58187151669,556.841887978518,6939.56823891699,296.771002289083,2020.42764985255,199.749858578919,2751.70560749785,252.182448595085,4918.87403127519,372.246309628307,3294.20278459899,326.922195405595,4196.5797524104,383.838930666338,5915.87861555029,4639.40669934109,1501.68580514685,42953.253579682,17957.5605693684,1002.20332588696,8048.89504987813 -6883,1249.62363322819,4276.19917645507,278.839503602733,1713.29083970621,486.992286945193,3049.57350225957,527.510873560215,3593.72512664267,101.481092857165,1314.31418387592,860.920563456124,7293.69520427932,481.591075362639,4254.75759756625,551.790090034514,4808.56472205546,439.669518267161,5459.79752791976,120.631868495656,1481.56006669764,249.313849774335,2848.73653475927,561.763965459675,6538.27229349716,301.293059431631,1903.59193385612,200.822860564849,2592.58211951407,252.172566250894,4634.42921614795,372.014639235574,3103.70819252383,330.707753317668,3953.90320809328,388.283549359611,5573.77979610173,4583.78118827624,1495.6896402421,43264.974989557,18192.8260077347,989.354565298662,8168.10552866123 -6884,1173.33529409152,3959.09230562986,259.20245466907,1586.23962563177,444.082219881299,2823.42858460056,488.828939546659,3327.22796818704,91.5903078662878,1216.84958016314,776.124224185755,6752.82216082601,434.156780086785,3939.2407537034,497.403343250192,4451.97962177125,398.248833952199,5054.91944858458,112.103719318187,1371.69313643936,229.880648356874,2637.48493232764,518.123197321838,6053.41857596926,281.936311462191,1762.42870535243,183.748759324401,2400.32596647912,227.780640671062,4290.75735098196,335.562137640134,2873.54884954821,307.328151479366,3660.69659583637,360.833588802834,5160.44921984083,4020.71102432854,1338.49244276418,39764.6524554682,16948.1357931695,866.006463651036,7640.52576887056 -6885,959.455696977751,3671.87665618324,211.117089777685,1471.16455056824,358.49723582771,2618.60060586435,398.016040940762,3085.85144347684,73.6049363113737,1128.57221366971,623.394659506427,6262.93305170844,348.721260927724,3653.46525162868,399.539313249054,4129.00705137377,320.673108651964,4688.20610616994,91.2437056925266,1272.18251516295,186.78934497265,2446.14639074654,421.026456299485,5614.26828255556,230.654123227911,1634.57184672568,148.616569588905,2226.19231964155,183.119755050372,3979.48078452562,269.597653320482,2665.08485443853,250.141204726847,3395.12831173623,293.690467907274,4786.08013225849,3188.72714026906,1071.64209866834,32227.017158814,13819.0611911324,686.123815414916,6240.61551741076 -6886,742.033311142411,3345.0876254698,171.93274604486,1340.23410749614,308.537347477488,2385.55085121777,321.89184367544,2811.21738123476,66.4999319234493,1028.13174294361,565.571365228631,5705.54564111977,316.375439891154,3328.31479584894,362.395667798677,3761.53441041367,285.767809375128,4270.96596640647,72.6423349319545,1158.96104016579,154.243525515621,2228.44468590601,347.213621565637,5114.61062462959,179.331731576013,1489.09850994475,128.26485856634,2028.06604840847,164.950570063657,3625.31565587731,244.088921289512,2427.89810283987,199.146242868329,3092.9692813473,233.817348540569,4360.12941719189,3189.19414599388,994.817473866139,27085.7728508455,10993.3625064608,691.263319650234,4869.91220542826 -6887,681.428698434024,3100.17455143369,167.800284150181,1242.1078722682,353.310729373994,2210.89097451001,357.854308599083,2605.39201349862,79.3986904357467,952.856314054639,701.164690461993,5287.80988096201,392.225103707971,3084.6297569864,447.201012396264,3486.13087582985,334.533862298561,3958.26402222668,69.814122431061,1074.10684714739,146.893857863607,2065.28745373395,330.775311344016,4740.14061043981,174.220298892683,1380.07305696819,135.802168940127,1879.57968695054,191.520927483404,3359.88547854154,295.85536269587,2250.13774066418,191.392804131623,2866.51523905966,224.714046056038,4040.89930476405,4100.38457199162,1217.33104905466,29231.740455384,11024.5548521938,873.857235800198,4729.32912029631 -6888,688.802947904018,2970.60260391739,170.066531744379,1190.19391279108,369.577556300923,2118.48667773227,367.617714017206,2496.49952643646,83.3895442277702,913.031637647895,737.14079621853,5066.80560749123,412.349807651732,2955.70750491687,470.21118490174,3340.42786479484,350.175505723889,3792.82818316837,71.8705699193241,1029.21449875974,151.523846959488,1978.96866325245,341.176921080636,4542.02620100703,176.787677422018,1322.39283582598,140.24969218408,1801.02256169524,200.993834754121,3219.45890008161,310.891094759632,2156.09312336901,197.030477966408,2746.70909397071,231.333231680633,3872.00972001682,4386.26160180044,1288.24790934217,30254.8796175156,11256.7027701529,935.853864015753,4808.93851511667 -6889,695.830590866719,2912.3147197079,173.094524188468,1166.84044070965,389.957762518345,2076.91864503474,379.672003086078,2447.514288514,88.423883992743,895.116524295257,782.584523088488,4967.38693123612,437.770612103111,2897.71188592141,499.305157987695,3274.88342868058,370.081512031531,3718.40694295419,74.3325091485081,1009.01969537159,157.315545698794,1940.13819291429,354.16984056663,4452.90452012933,179.816115318058,1296.44541344358,145.958006360345,1765.68367308175,212.930842743611,3156.28806486531,329.871933617193,2113.78719320047,203.779792235028,2692.81435173377,239.257592913997,3796.0348138073,4753.57945345848,1378.66490768957,31518.7628747148,11528.9473738941,1015.56381457861,4898.36905416258 -6890,798.706076323573,2933.3685355184,198.788299384987,1175.27580779162,460.373857998484,2091.93318392027,442.649765927407,2465.20795145339,104.464405387338,901.587534555214,925.21938107076,5003.29735286811,517.559244824485,2918.66013437315,590.443441272018,3298.55833992617,436.330265969477,3745.28819117771,86.840309950692,1016.31413874743,183.923715687009,1954.16391337785,414.062850778813,4485.09562604044,207.770607583882,1305.81772570033,170.103023709733,1778.44822032698,251.417110063134,3179.10562201767,389.863158166052,2129.06826358998,238.069460080007,2712.28134717545,279.517047987677,3823.47725237321,5688.88585698442,1638.89037038025,36873.8977557472,13356.7217947109,1216.31480118136,5660.86151435959 -6891,1101.18370915989,3027.20097948655,270.936137090216,1212.87047073507,596.022842165845,2158.84983652922,590.689868846659,2544.06489839808,133.911055960764,930.42747089263,1183.97016881548,5163.34257488315,662.302064789965,3012.0220867513,755.381710409351,3404.07245683957,562.235684860816,3865.09227992005,115.993154101049,1048.82394388216,243.418306891703,2016.67360954673,548.179926802506,4628.56463749482,283.565545464018,1347.58815689428,224.021678807297,1835.33713181678,322.717026964813,3280.79869144785,499.296747238912,2197.17279124434,317.990891390106,2799.04166537383,373.352698067454,3945.78244884024,7069.15559105121,2074.83058421301,48545.8244411694,18044.5259529556,1508.58461991183,7717.2055638617 -6892,1568.6188336854,3304.53953155857,379.560539749216,1323.98821365468,788.547848965808,2356.63395851556,811.934784753634,2777.14069352373,174.774596884176,1015.66905522548,1541.79887104114,5636.38482192048,862.468162354967,3287.97001687197,983.445580281428,3715.93828032655,738.566782268259,4219.19466816637,159.517309945237,1144.91248109718,331.27042708393,2201.43218443607,746.302548214117,5052.6129327462,400.294704054042,1471.04812891301,301.792854712711,2003.48247338852,421.921472484232,3581.37072643717,650.879428201853,2398.4678901509,437.310735920226,3055.4772862409,513.445974618756,4307.27730780999,8849.19557293733,2665.02624049226,65551.872896323,25133.3818884723,1883.51660959637,10865.1059644602 -6893,1738.62966448559,3909.77179161584,413.834524732198,1566.47899676886,843.450322816706,2788.25563627693,885.527641437396,3285.77892356651,184.377087748868,1201.69063913869,1624.46643214204,6668.6986713222,908.711638626881,3890.16754100731,1036.234669686,4396.51894887573,781.922357159795,4991.94763427523,174.912072457641,1354.60522705607,359.007785801498,2604.62838276408,809.132976118445,5978.0079281083,442.685724226446,1740.47319561666,322.679647878105,2370.42383201774,445.530598847347,4237.30510947727,686.180484705499,2837.75152648438,479.514901260826,3615.09335554331,562.99783105941,5096.16276516436,9113.20524947532,2791.25602972501,70612.7112453401,27562.6769829755,1936.65657663828,12006.1874219645 -6894,1589.25454618318,4375.74994426855,374.310980378868,1753.17659140825,778.520612935047,3120.56818027298,813.701104293316,3677.38776276068,169.01202209822,1344.91167963182,1489.41098778046,7463.49388011777,833.162860441627,4353.80920115622,950.340006140234,4920.509065714,716.159624748157,5586.9027008975,161.786312577806,1516.05107988842,329.66945297555,2915.05568820168,743.206324223996,6690.48457363957,406.106125897874,1947.90793290087,293.195214690489,2652.93794719353,408.335370524514,4742.31965057511,629.069537830534,3175.96313689966,443.531121729103,4045.95086162475,520.749321625372,5703.53849896581,8388.61456484227,2568.70964494878,64723.3406357514,25256.8234407631,1783.141116295,11024.0793549458 -6895,1492.64839291015,4496.87437379581,351.683171537379,1801.70599029975,723.476830421544,3206.9481255282,760.286066440949,3779.18094120734,156.962354495648,1382.13996324829,1382.75223555473,7670.08965227645,773.498931664014,4474.32629250677,882.211895361388,5056.71288475283,665.797005921931,5741.5528548344,151.016346066365,1558.01664568274,307.691272083216,2995.74687526005,693.661415248729,6875.68279967268,380.719012161385,2001.82765869628,273.864871767706,2726.37349527504,379.322010475707,4873.59103710948,584.114045345437,3263.87646102835,414.005661560729,4157.94617585689,486.083516679334,5861.41722964576,7739.21464999103,2378.75258387646,60375.5922005363,23649.5173365534,1644.38675790781,10331.4059280857 -6896,1379.72416384791,4492.32570638439,323.235061345884,1799.88353304571,661.912140572306,3203.70424117294,699.608016303862,3775.35823330842,142.905096522334,1380.74190439979,1258.42258435768,7662.33122187703,703.950063904276,4469.8004328756,802.919763390958,5051.59793085466,606.828917648765,5735.74517327809,139.242283861316,1556.44068448089,282.571746351232,2992.71662467894,637.124936787406,6868.72792575749,351.774038468493,1999.80277485975,250.371658280812,2723.61572059902,345.453905159982,4868.66131417652,531.690925601487,3260.57499266185,381.727510622577,4153.74034027056,448.185781028147,5855.48830316904,6992.4815817751,2161.26823906928,55335.0486488797,21794.324652676,1484.96685678209,9543.85754799851 -6897,1297.66414601363,4555.68210390856,303.368294256368,1825.26774248867,615.231413580202,3248.88688658202,654.090755271106,3828.60305851906,132.425708272025,1400.21485420152,1165.64834724913,7770.39500321979,652.053005671994,4532.83915081106,743.686660327961,5122.84188500178,563.033515705977,5816.63782778422,130.311568479636,1578.39155829858,263.72929380594,3034.9236587506,594.699655960595,6965.59932052997,330.185831709243,2028.00649557259,233.416828566003,2762.02755704537,320.224619893293,4937.32526728063,492.590541687582,3306.55970056024,357.244288599855,4212.32158335282,419.440061427162,5938.06972510524,6426.10659796925,1996.89643372208,51595.5529752816,20425.5757005967,1363.9258207422,8960.11989861752 -6898,1219.80890183766,4622.28754147971,285.342221668166,1851.95370386615,571.521310953888,3296.38658646545,611.70214048959,3884.57838256112,122.867745928149,1420.68641497564,1081.07881212258,7884.00050673947,604.745582556192,4599.11061756253,689.690138279774,5197.73936853462,523.147129507297,5901.67881591201,121.704283124824,1601.46811588122,246.319320590804,3079.29515212427,555.440009766789,7067.43846999371,310.017613731309,2057.65655827535,217.978409340244,2802.40922763269,297.203771609125,5009.51044226819,456.938801159854,3354.90259426698,333.647737892721,4273.90698721779,391.735381481514,6024.88608396165,5914.67757119422,1846.80290372067,48133.3750104476,19140.4173245649,1254.69366626718,8405.4407805807 -6899,1180.35454100615,4552.23811376893,275.358017356231,1823.88788235709,546.812445791607,3246.4308033552,589.175828413606,3825.70872329518,117.249708128716,1399.15632420728,1031.22009008098,7764.52076459608,576.855070256394,4529.41242941483,657.872993112427,5118.96913520572,499.8265998382,5812.24058432698,117.176174941107,1577.19833084344,236.88405308664,3032.62932676763,534.186333636383,6960.33348879954,299.82612790378,2026.47336964006,209.063046576219,2759.93952819373,283.703846135459,4933.59276375013,435.949457753063,3304.06001802201,321.234098753323,4209.13716581289,377.160543676351,5933.58068194655,5597.73477530203,1757.26270629675,46210.3157662097,18465.5579975959,1186.79259726919,8121.83376506895 -6900,1134.45580041988,4480.62914204521,263.393503097686,1795.19721800017,518.580285912681,3195.36283068098,562.515150304141,3765.52842056431,110.846530653152,1377.14689869982,974.419110480785,7642.38098763703,545.081122683931,4458.16251706907,621.590277264513,5038.44520238489,472.989322183443,5720.81114648724,111.967401090649,1552.38821593876,225.739920072981,2984.92455775473,509.106722652925,6850.8439780291,287.496770901164,1994.59593471711,198.837543480657,2716.52430546278,268.311883270734,4855.98489353632,412.032560060676,3252.08550911213,306.954440159735,4142.92534280295,360.394814821376,5840.24250396576,5239.25229788089,1655.29914321692,43989.8720060941,17676.6022961097,1110.03486709755,7789.35260723994 -6901,1098.23045844833,4407.26568882219,255.313660910476,1765.80360764912,504.618993615088,3143.04364868052,545.816387569609,3703.87364857041,108.025348278704,1354.59822330601,949.806903366937,7517.24868091747,531.313279523788,4385.16692048811,605.896301983488,4955.94836383753,460.684997533373,5627.14160865277,108.612328857995,1526.97023184468,219.208926677381,2936.05098080274,494.358075145805,6738.67187991814,278.457933490397,1961.93747517572,193.297439249363,2672.04537237213,261.44362890234,4776.47556364208,401.588127130308,3198.83757995723,297.756635184015,4075.09127308692,349.595683786612,5744.61746021237,5126.3610465404,1615.32320196153,42745.5090186409,17136.8424026542,1086.41710396781,7545.44058995941 -6902,1094.65483308108,4333.12246044113,254.570903016058,1736.09757461142,497.959495188561,3090.16836965053,541.607745987815,3641.56355219545,106.271978826668,1331.80987957401,934.028009552603,7390.7863514146,522.486710891751,4311.39545867236,595.820799032356,4872.57467200027,453.955859681562,5532.47646366705,107.844784647853,1501.28208172523,217.184359540297,2886.6579299231,489.831851964691,6625.3075122003,277.289509067406,1928.93189108755,191.305355376495,2627.09367572475,257.276058515842,4696.12113448436,394.988323447684,3145.02368218242,295.652441454171,4006.53619965432,347.125152624982,5647.97602436823,5003.77088039973,1585.03274595559,42297.9191833406,17035.2472691155,1059.84712044686,7512.20978956323 -6903,1116.63372799734,4224.3444057837,259.369215581055,1692.51484216253,502.318821293087,3012.59324758017,549.230566829952,3550.14628837805,107.175053191204,1298.37632462692,941.599827844785,7205.24916223169,526.72231667069,4203.16283540015,600.567743973848,4750.25429014351,458.123654886429,5393.59000646444,109.278544036693,1463.59412209957,220.00438625975,2814.19170332896,496.197683285379,6458.98678868882,282.057862796742,1880.50827495513,193.96809360401,2561.14351113626,259.53887119586,4578.23041569935,398.262612208928,3066.07148059508,299.58303916599,3905.95671737756,351.740062361264,5506.19008356192,5006.46824501361,1592.86935448011,42848.1587951891,17319.6683240329,1059.84712044686,7643.15027683369 -6904,1164.67720539165,4245.59316538371,270.248073431179,1701.02831491615,519.181271817823,3027.74681072309,571.235202089607,3568.00378241272,110.447772747921,1304.90725197143,969.997944104723,7241.49208955951,542.607962720302,4224.30505016059,618.707459016192,4774.14841471158,472.833206098718,5420.72015647576,113.589455861908,1470.95610698175,228.509398358967,2828.34729227443,515.394386442026,6491.47596200164,294.434547818044,1889.96736834857,201.023142540386,2574.02624927067,267.538531904262,4601.25924766757,410.344189519918,3081.49404313956,311.401242616256,3925.60396374838,365.615799886884,5533.88662015052,5120.78362273245,1637.75599508822,44408.0619654573,18028.2856250805,1083.4648835766,7967.30290145171 -6905,1255.89142335623,4432.73820741674,291.529981929127,1776.00936069555,558.712765517907,3161.20938758469,614.620707599872,3725.28079691283,119.004927610208,1362.42734704566,1045.09843399376,7560.69585890134,584.618488686516,4410.51171560805,666.536087370774,4984.59208440368,509.330895038583,5659.6646012248,122.22573000038,1535.79560802352,245.868823140635,2953.02037145979,554.549110854392,6777.61914493079,316.772188983522,1973.27681624256,216.831207431682,2687.48889909344,288.27748703528,4804.08199157308,442.124700332726,3217.32578908495,335.077264989002,4098.64393488615,393.413787413281,5777.8194238346,5511.81641307276,1762.93317701568,47841.2470200737,19421.6417454638,1166.12705453067,8580.55262720091 -6906,1320.34323121358,4542.62093934597,303.424121807266,1820.03469026692,572.16936183243,3239.57231078348,639.328164400228,3817.62643340527,120.505926172991,1396.200430847,1057.08477274955,7748.11723985997,591.32353676655,4519.84347711519,674.219064324529,5108.15467036255,517.501975005114,5799.96149652649,127.516653372466,1573.86630139589,254.582823507901,3026.22251665207,574.364317438622,6945.62891062703,332.759320648655,2022.19219027899,222.306197868351,2754.10880950632,292.16395305468,4923.16992976055,447.432119336159,3297.07977650056,349.58213342202,4200.24483520932,410.443934852119,5921.04524795894,5451.29568199418,1773.10800356526,49294.0044960762,20276.444071347,1151.36595257459,9003.62907162218 -6907,1341.77418916205,4256.50996086799,307.321074077077,1705.40220980045,574.168090690007,3035.53212868062,646.172010555551,3577.17827607294,120.426544597836,1308.26259127051,1055.82042949403,7260.11231176716,590.616274733441,4235.16710700386,673.396152581595,4786.42429697932,517.954180635703,5434.65858416314,128.984218374312,1474.73841168235,256.810762420425,2835.61988947004,579.449822960757,6508.16764976062,337.779238736315,1894.82708675033,223.457951657634,2580.64490467165,292.09049688405,4613.09057587549,447.009533007415,3089.41756264427,353.605407956856,3935.6979633275,415.167656327537,5548.11603547884,5385.89630095352,1765.49947965484,49640.0767205898,20535.9521795319,1136.6048506185,9136.69641632159 -6908,1258.91346410036,3956.68801359991,285.632599441717,1585.27632824058,523.440598799141,2821.7139625814,598.597269548618,3325.20739703885,108.616871750186,1216.1106073074,951.054157133306,6748.72128232972,532.010981853239,3936.84851719638,606.541170210489,4449.27600733243,468.751630713674,5051.8496786464,119.845940292825,1370.86012962343,236.8009837391,2635.88323084852,534.454274047565,6049.74243383549,315.971019631199,1761.35841121364,204.367900981237,2398.86828776264,263.703575860456,4288.15164419236,402.897238405589,2871.80379031157,328.553160559812,3658.47351464249,385.75384476378,5157.31536339788,4724.2087226478,1578.78059388914,45598.5511173965,19117.5884820719,994.898271840091,8545.83784112126 -6909,1029.10047059207,3648.4835275049,232.627757887058,1461.79192047717,422.514014686776,2601.91778488043,487.330059188525,3066.19181798862,87.2616126929915,1121.38220226976,763.618424839561,6223.03258322845,427.161150511827,3630.18942001564,487.025865252556,4102.70159443422,377.291195394228,4658.33805258826,97.5383752522263,1264.07757807868,192.41541243312,2430.56225689814,434.303303817109,5578.50038709878,258.457992912234,1624.15816644041,165.25954617604,2212.00948936907,211.950471894579,3954.12794324523,323.582390071955,2648.10588733908,267.397805772037,3373.49831680103,313.951421079645,4755.58853385193,3746.62058240259,1263.59635494082,36945.5296303503,15583.0004395401,788.242844454908,6979.7784902574 -6910,798.179164102369,3328.12760402642,189.56357329191,1333.43894941741,364.014750489075,2373.45580375687,394.656614616697,2796.96415010721,79.0302348875454,1022.91898370999,694.842024768308,5676.6177960963,388.688262447778,3311.43981479371,443.042436154604,3742.46295058857,337.289602210074,4249.31162353586,77.707112121278,1153.08495968779,158.868327456851,2217.14618676639,358.109189452133,5088.67889560469,201.23248949146,1481.54859033498,142.851868497691,2017.78349455018,191.27511834067,3606.93484253343,293.79168243807,2415.58834940533,213.031140003915,3077.28753210524,250.119588473601,4338.02300423924,3747.4168134816,1176.30999335363,31123.4985939788,12434.4933339809,794.147285237342,5449.7168582247 -6911,779.953720390742,3099.19983878929,186.667864943378,1241.71734643531,388.145102640544,2210.1958577182,392.123010029553,2604.57286331948,83.297541472692,952.556730569193,718.331778074259,5286.14736323384,401.82821523181,3083.65993171445,451.337038131834,3485.03481630534,309.08783111028,3957.01952133541,70.3076356365265,1073.76914179952,141.383816847418,2064.63811552345,318.890491184185,4738.65028306869,184.098506896413,1379.63915409062,145.875779759044,1878.9887363261,204.54237622248,3358.82911129339,288.494765540093,2249.43028446419,192.745752116657,2865.61399024204,226.302540551428,4039.62882286641,4069.61625541263,1266.78363469614,29926.3231121588,11180.5241585336,875.340515329247,4820.52340175832 -6912,788.603401363741,2973.20183973685,189.345939193251,1191.23531585394,406.314035732453,2120.34032400881,403.162539763817,2498.68392867991,87.5070780653989,913.830527588189,755.346655108913,5071.23899168334,422.53399831123,2958.29370773259,474.62528847457,3343.35069255614,323.548293419427,3796.14685489436,72.3939485838001,1030.11504708201,145.838466602624,1980.70023321348,328.916282951607,4546.00041054251,186.910020019143,1323.54991110146,150.777192879195,1802.5984313009,214.729745132479,3222.27588168708,303.161127694914,2157.97967476063,198.465300989725,2749.11242609373,233.017855553546,3875.39767448246,4353.30810417943,1340.5912091677,30982.9595405367,11420.9181026164,937.442376214093,4903.68692940408 -6913,796.929888220409,2908.22092534076,192.914407875346,1165.20023170642,429.105263191807,2073.9991536101,416.818207604716,2444.07385670215,92.8191684335514,893.85827326892,802.115388510055,4960.4043546276,448.69599927632,2893.6386185249,504.073731734085,3270.27997726009,341.941752908289,3713.18003760129,74.8939627265045,1007.60133247376,151.410727252921,1937.41097159035,341.438981557741,4446.64514324313,190.239638410694,1294.62302079661,157.065637961301,1763.20167969481,227.573011090884,3151.85132105684,321.676067568739,2110.81587624551,205.318996208961,2689.02910553415,241.06477032726,3790.69878819405,4717.81100843809,1434.68838752036,32288.8194882468,11703.390797998,1017.28762592318,4997.40667942713 -6914,914.916345598996,2926.48056154229,221.706611991282,1172.51609005387,506.829998121645,2087.02102196171,486.247710017257,2459.41928630283,109.677779933991,899.470476504032,948.454042021193,4991.54888637165,530.556501282021,2911.80669785222,596.13419635223,3290.81284742191,403.1583470469,3736.493712311,87.5088642519368,1013.92768602099,177.018761064242,1949.57525361096,399.177702183395,4474.56397221703,219.900613041536,1302.75147664118,183.171310036344,1774.27216644519,268.770252633364,3171.64062178785,380.18107010526,2124.06890308842,239.90227667891,2705.91251792368,281.668955607647,3814.49917427163,5646.04708917151,1705.50860882506,37782.7824111904,13563.0428172999,1218.37936593125,5777.16176753993 -6915,1260.67184135825,3019.53323035239,301.705753296256,1209.79833031068,655.263402564163,2153.38157754113,647.860486333146,2537.62090886645,140.530414235556,928.070744503244,1213.26194088871,5150.26408560338,678.687613713772,3004.39278499557,762.480816890268,3395.45011104542,519.482985319346,3855.3021939021,116.837080381663,1046.16732513035,234.284671834125,2011.56547585218,528.483580039996,4616.84071406455,299.816694729685,1344.17478328835,240.89275526572,1830.68831437825,344.793887619661,3272.48859195457,486.883774129876,2191.60746212288,320.304483707859,2791.95183240549,376.069083842798,3935.78797864791,7016.04132037411,2159.1849929727,49716.4861944437,18308.5866245935,1511.14528153123,7870.05166797378 -6916,1794.62817822894,3297.00174705181,421.947284264363,1320.96814451987,865.389053825714,2351.2583838641,888.842106826056,2770.80592648801,183.306534809717,1013.3522742049,1579.19784467089,5623.52800668825,883.388805550554,3280.47002807922,992.372610455957,3707.46207910999,682.403297938265,4209.57051935622,160.597094537354,1142.30089074421,318.848572758293,2196.41063112915,719.503863777624,5041.08772412956,422.741818067751,1467.69261033351,323.986255377729,1998.91245114995,450.45180748306,3573.2014790982,634.675750183757,2392.99689065772,440.270924972914,3048.50762250136,516.921528791957,4297.45223903805,8782.92270829247,2773.40923114462,67089.2137255653,25477.0906782765,1886.71367831101,11071.0346517976 -6917,1988.27130896967,3914.71034030314,459.682968593674,1568.45766284082,924.583183526278,2791.77756465186,968.393381343704,3289.92928835879,193.31452070576,1203.20853021898,1663.43022680765,6677.12210236231,930.507628372897,3895.08132698434,1045.43433691013,4402.07232233098,722.475457951567,4998.25311135939,176.04168060631,1356.31626908677,345.550905206338,2607.91836610996,780.094602259129,5985.55892718946,467.216355193957,1742.67163892067,346.144957235305,2373.41798465065,475.461435226025,4242.65737521078,669.084872650615,2841.33597458595,482.611679729353,3619.65968715984,566.633754690704,5102.59987947066,9045.1123234156,2904.8851457063,72243.6217010462,27925.3821938416,1939.94384478374,12229.1456437548 -6918,1817.27466124761,4393.48973456682,415.879001201648,1760.28416964822,853.355767416151,3133.21932026831,889.906472031278,3692.29631297211,177.214551583813,1350.36410526634,1525.20438292834,7493.75173717359,853.185357744914,4371.4600411747,958.782325420961,4940.45737174114,661.735880703689,5609.55264287158,162.827692233317,1522.19732420796,317.312047017227,2926.8736570699,716.541170587908,6717.60856263387,428.62283290081,1955.80497425152,314.619380476145,2663.69326078707,435.798048315686,4761.54555635127,613.398849837535,3188.83885437923,446.386025085238,4062.35360875529,524.101259997175,5726.66129579342,8325.94647711935,2673.38744896586,66221.6795666218,25590.2100119871,1786.16780830698,11230.1728120715 -6919,1706.71299223281,4534.88821104969,390.6414838614,1816.93651546045,792.846329388615,3234.05771187463,831.293170839101,3811.12783527429,164.56547667608,1393.82373274186,1415.88060645185,7734.92791893191,792.030638818634,4512.14952201374,890.010111145551,5099.45925582353,615.195253545852,5790.08844592853,151.979924273526,1571.18716953658,296.158662961112,3021.07109486323,668.774638143947,6933.80563460867,401.773371392698,2018.7498905628,293.797078439804,2749.42059637856,404.788175683207,4914.7894076057,569.560209455835,3291.4672848524,416.647275157616,4193.09492054063,489.185031818143,5910.96608116432,7681.42379520993,2475.67759947031,61767.768746224,23958.901816367,1647.17792918375,10523.3358274938 -6920,1577.38105329433,4560.03582122733,358.959395774361,1827.01209154565,725.114607736919,3251.99174218481,764.706928110765,3832.26193002553,149.812026146817,1401.55299402816,1288.46577812658,7777.82091717242,720.75595124005,4537.17103786199,809.965394137937,5127.73761848961,560.713740884154,5822.19659950495,140.11753928301,1579.89997581025,271.981862723156,3037.82403665074,614.270907987104,6972.25611740598,371.158662245088,2029.94459546651,268.531231435986,2764.66713701072,368.599054932901,4942.04370856653,518.440101412582,3309.71967219687,384.126990608231,4216.34716218193,451.003007404308,5943.74454534348,6940.30815025292,2249.36660025726,56605.0428955556,22076.0838115181,1487.48742976558,9720.13233865846 -6921,1483.41210160069,4614.61979234556,336.803804180876,1848.88156344176,673.754094989652,3290.91832747737,714.742106004103,3878.1343930295,138.810880270203,1418.32968858625,1193.37022651962,7870.9220174597,667.560370945454,4591.4813158068,750.168117359851,5189.11702274047,520.244533878861,5891.88872989407,131.119779735997,1598.81149712942,253.846630240497,3074.18701842972,573.370435829297,7055.71454656344,348.320812392288,2054.24318466942,250.27219440923,2797.76041019416,341.632213723062,5001.20034277491,480.311012298362,3349.33726514551,359.459969515108,4266.81715424945,422.041489550307,6014.89161376932,6378.19249083692,2078.30833045613,52774.1432817536,20686.6955928553,1366.2409394666,9124.56958395514 -6922,1394.31921937218,4674.59717889223,316.702829751901,1872.91194713523,625.716850133759,3333.69122958038,668.234384942959,3928.53949161562,128.778502496318,1436.76408010948,1106.69483232495,7973.22239182704,619.074949561025,4651.15796569174,695.662114025589,5256.56129583639,483.381900792552,5968.46710552297,122.451017549544,1619.59165659947,237.089985247353,3114.1430086127,535.519481265474,7147.41946219357,326.992868180865,2080.94270555999,233.648080714518,2834.1236134781,317.03045670588,5066.20221501008,445.545201755682,3392.86945303237,335.694882374554,4322.27406149214,394.138931194164,6093.06868914913,5870.60117411273,1922.08606810597,49227.5617378652,19382.3764940232,1256.82337505044,8558.54416403885 -6923,1349.09955113718,4631.44984916154,305.546240450338,1855.62465023092,598.478515348509,3302.92069060164,643.433350294194,3892.27840166114,122.876965214683,1423.50250245107,1055.56234632743,7899.62818843564,590.471905374629,4608.22698389905,663.528339656843,5208.04233798797,461.834506333767,5913.37713555688,117.886155405152,1604.64254920859,228.009207485061,3085.39893718172,515.02957741608,7081.4475607747,316.189853294002,2061.73524925276,224.033311741111,2807.96416885249,302.589033870888,5019.44030396448,425.076473172037,3361.55268895178,323.180483627335,4282.37873426273,379.445791662586,6036.82862530158,5556.05076349358,1828.9002445345,47255.5870036255,18696.252879508,1188.80705122418,8268.71819250026 -6924,1296.50219369852,4574.59155064075,292.191228881031,1832.84395223319,567.367422400139,3262.37216762655,614.116475154787,3844.4945900049,116.151463417489,1406.02678040604,997.315747895144,7802.64788369961,557.88929187239,4551.6537824102,626.890715834453,5144.10546387589,437.044647460411,5840.78117243738,112.635673590596,1584.94304947233,217.283601030443,3047.52083431124,490.851993447787,6994.51170429711,303.131496409019,2036.4242209375,213.009591290061,2773.49201215253,286.126095324576,4957.81881512081,401.752968954653,3320.28436639477,308.786484210923,4229.80583023012,362.545815394064,5962.71710185318,5200.27570208019,1722.79231414143,44979.6188566768,17894.7542984921,1111.9190329858,7929.24826270193 -6925,1255.15980601161,4487.97198906562,283.260625660025,1798.13918398873,552.178052609345,3200.59938557016,595.967450029562,3771.69936180194,113.201087451494,1379.40376457316,972.16589156492,7654.90530792439,543.820692666599,4465.46854582467,611.080786154365,5046.70219736683,425.67542438294,5730.18640155736,109.264654125598,1554.93226696922,210.996850505877,2989.8162467788,476.631158488035,6862.07112888148,293.623744694209,1997.86467496582,207.100601205907,2720.97614063366,278.819820244254,4863.94287289061,391.570318078689,3257.41502102522,299.544960494495,4149.71476144144,351.695354241861,5849.8134829308,5088.21043325374,1681.18109922776,43709.4249774538,17349.4683980217,1088.26118122015,7681.35826564092 -6926,1250.9593313472,4421.10662223969,282.363340274599,1771.3490800321,544.724336651951,3152.91431701349,591.213383946039,3715.50559276808,111.3524799113,1358.85231306143,955.937118264106,7540.85645630964,534.742465571662,4398.93845314724,600.884372972521,4971.51242467878,419.447750848,5644.81353901397,108.484512641635,1531.76565258889,209.048928352046,2945.27159262987,472.269291106867,6759.83454979049,292.347514450049,1968.09890221019,204.909173251458,2680.43687964643,274.34056953799,4791.47599359445,385.132818090013,3208.88346806192,297.406231809873,4087.8890191189,349.184275634083,5762.65832123362,4966.55424000119,1649.66461759996,43247.4688120086,17244.3182627931,1061.64609798378,7646.72573914777 -6927,1276.02088185328,4328.8987014466,287.623015429495,1734.40529431861,549.364925518007,3087.15619388927,599.400308924774,3638.0138978877,112.287408921026,1330.51168317886,963.607464269311,7383.58210075855,539.033186850546,4307.19287831287,605.644126576381,4867.82507600218,423.302552043042,5527.08362110634,109.920819858983,1499.81869042856,211.763986463997,2883.84412821153,478.407560545023,6618.84942050046,297.338237859322,1927.05164341415,207.707675023476,2624.53288713786,276.718514179536,4691.54353852158,388.323058458829,3141.95803559918,301.343814298203,4002.63078422592,353.807386187517,5642.47059733459,4969.25594807201,1657.81244647396,43806.2535812194,17530.4700161496,1061.64609798378,7779.21748140505 -6928,1330.81271425014,4344.42914350443,299.621762490857,1740.62768083905,567.643907544798,3098.23173612282,623.246682258028,3651.06570804621,115.705249391884,1335.28505304219,992.592493602137,7410.0715850139,555.24714669578,4322.64544813302,623.89945587833,4885.28898091296,436.88743139216,5546.91269493005,114.24937746888,1505.19946943851,219.951277666928,2894.19026408253,496.917143573624,6642.59533476272,310.339495960622,1933.96517176271,215.206894452914,2633.9487129041,285.213761580631,4708.37501232401,400.1008295192,3153.23018599708,313.210393006852,4016.99070109173,367.739921042009,5662.71363574193,5082.7454861786,1704.53364841618,45396.445607806,18245.2227492927,1085.30394974944,8108.20559582023 -6929,1435.05863147446,4490.18133730606,323.208514163486,1799.02437570826,610.866488154159,3202.17498333193,670.586021186729,3773.55610185486,124.66812713368,1380.08282034435,1069.43106950033,7658.67368072486,598.229942051009,4467.66681602299,672.131825487344,5049.18659848318,470.614389713857,5733.00726970773,122.935946625453,1555.69773227881,236.660541184607,2991.28807977601,534.668177032264,6865.44920361353,333.884716314376,1998.84818796791,232.12020380485,2722.31562846095,307.317888426171,4866.33730486435,431.087673713884,3259.01858810688,337.024297289635,4151.75759170618,395.699795542281,5852.69324135107,5470.87604064767,1834.80785342157,48906.0565979406,19655.5507701811,1168.10643092923,8732.30643131861 -6930,1508.28525546628,4572.38219609716,336.200115041085,1831.95875798825,624.997483568599,3260.79656536968,697.009393397333,3842.6378446548,126.20352097134,1405.34772269753,1081.43751412525,7798.87950014818,604.946237170024,4549.45550594033,679.75750599738,5141.62105567168,478.167320804121,5837.96029623923,128.230031371441,1584.17758197891,245.050898289728,3046.04899711497,553.78096768604,6991.1336199276,350.587778962193,2035.4407051295,237.82765988271,2772.15252050375,311.346745569892,4955.42437631589,436.254906582855,3318.68079473822,351.537832510904,4227.7629941373,412.740118646097,5959.83733521712,5410.90139738182,1845.45467762914,50377.2150888423,20513.1915075595,1153.3202735757,9160.44076804543 -6931,1532.60148405947,4295.23858781464,340.425590660523,1720.9191207403,626.924949868211,3063.15146764072,704.234346108913,3609.72588062441,126.10278904198,1320.16605544923,1080.02085324107,7326.16975880668,604.15377005099,4273.70154212837,678.873429945852,4829.97444550717,478.585717958518,5484.10680978072,129.693963537835,1488.15658627022,247.196621737364,2861.42029070754,558.687292715604,6567.38339207794,355.812177768684,1912.06751424746,238.987865034878,2604.12536982119,311.214199590907,4655.06361614244,435.839218806398,3117.52718798664,355.551147763291,3971.50762419937,417.452146940756,5598.59657427006,5346.03087793667,1837.55319969981,50724.5325359198,20772.4680195112,1138.53411622216,9294.69211743161 -6932,1437.58664428864,3993.20728600297,316.208490949327,1599.90804493549,570.974640815228,2847.75769928463,651.882266417171,3355.89825624022,113.69846430113,1227.33501377763,972.587009289223,6811.01034581782,544.056262063254,3973.18467585102,611.357084933475,4490.34174765607,433.129352846881,5098.47702806583,120.47953541418,1383.51283671789,227.938513751229,2660.21179488974,515.311569120901,6105.5800917833,332.702586662876,1777.61532290277,218.41598911287,2421.00926126339,280.851568744401,4327.7302456544,392.821342307237,2898.30984399739,330.290137875256,3692.24033942155,387.793227603861,5204.91613555303,4689.34151072086,1643.26298076434,46581.3437301964,19330.9438006828,996.587005628231,8691.34809498706 -6933,1175.03040676397,3689.35652352987,257.460764899207,1478.16798875446,460.681131405081,2631.06638168154,530.517748605979,3100.54155399365,91.3302253220459,1133.94475050393,780.810167293962,6292.74757142015,436.778053728467,3670.85747199275,490.846168455402,4148.66307533356,348.619088054905,4710.5241817762,98.0449589140739,1278.23870486864,185.21508461785,2457.79120303856,418.74940875058,5640.99485156006,272.092782585248,1642.35318082937,176.562312448454,2236.79004665667,225.690332657283,3998.42499282436,315.487158502562,2677.77191723642,268.786585924133,3411.29072623727,315.581986076463,4808.86413446112,3719.00539147372,1315.21652545535,37736.5009510718,15754.1570028468,789.580802678747,7097.62479935915 -6934,912.442167784009,3363.93209303986,210.27438456158,1347.78428285858,398.457899487343,2398.98979234153,430.971782887368,2827.05430412124,82.8159176547929,1033.92369743237,711.19316570001,5737.6876899513,397.834940874289,3347.06477410236,446.851951138536,3782.72492054291,311.633696712903,4295.02634647962,78.1809513968906,1165.49001823204,152.916422302409,2240.99857337236,345.261344919211,5143.42365580864,212.210445983278,1497.4873091994,153.006488887419,2039.4911078264,203.98515757873,3645.73878105593,286.462734238482,2441.57560614771,214.330152646475,3110.39344652425,251.644757552512,4384.69209733753,3719.50113635855,1224.1781331519,31825.3372693743,12589.4018832113,795.495265620161,5547.32505147809 -6935,761.179147270866,3138.31834701181,186.160837127418,1257.39046619307,374.695905283538,2238.09324069797,372.92047040922,2637.44812476429,78.6000034245187,964.580026979711,660.216536281501,5352.86981091406,369.319081430221,3122.58229318481,413.215079861933,3529.02338439029,278.313144490123,4006.96554248083,70.0169308916711,1087.32239721624,138.770501248287,2090.69824952571,313.165599135014,4798.46215055198,178.722624808469,1397.05314105523,143.844254618703,1902.70557943252,196.695738475625,3401.22469436089,264.462742600196,2277.82288954163,191.948795937093,2901.78414714411,225.366835322323,4090.61754948721,3787.2810372893,1193.52550555624,28429.727634542,10669.1071696424,828.459578569005,4646.43519143807 -6936,753.579737280681,3014.65966713036,183.820480159717,1207.84570114621,376.691375749538,2149.90599358206,371.820983968265,2533.52515797072,78.9717838090921,926.572827076011,663.587651182688,5141.95149696252,371.204852219475,2999.5436586358,415.349796130344,3389.96981342289,279.116544404,3849.07968944573,70.0163297273401,1044.47879839099,138.498485631307,2008.31878479965,312.574685555878,4609.38907720893,177.252686210297,1342.00526890051,143.252078300931,1827.73356125605,197.574099915238,3267.2067557138,265.736728609691,2188.0701811229,191.947147867576,2787.4455883174,225.364900326015,3929.43556915971,3835.18859375882,1203.60016576109,28407.1279794063,10606.6451727453,839.360362497545,4615.83278647272 -6937,757.527514719813,2939.4117614775,186.058046517853,1177.69707098605,394.519913247824,2096.24291342364,381.66384089311,2470.28668892071,83.0002275034846,903.444954489753,698.144317382449,5013.60497568394,390.535534680214,2924.67305858511,437.028042269421,3305.35391748353,292.289048101808,3753.00410636094,71.954653773195,1018.40791452483,142.723878666755,1958.18981532187,322.077682661754,4494.33566730635,179.346491845703,1308.50792690834,147.982238365248,1782.11211878428,207.50461466011,3185.65510715363,279.357899342346,2133.45449751982,197.260990705295,2717.86909683839,231.603876391951,3831.35424999754,4116.19043286484,1275.9463657726,29367.0814908223,10795.671449106,902.039870086647,4677.44105372423 -6938,861.968393405375,2967.09363461564,211.413653081982,1188.78801827742,459.084217887329,2115.98425458468,439.867363523062,2493.55058261322,96.4728864781293,911.953135937902,811.881575663579,5060.82053721923,454.159114891281,2952.21613017491,508.310111156829,3336.4820462539,339.114210177318,3788.34797513112,83.1210831943508,1027.9987581971,164.732506299893,1976.63104317518,371.755304091441,4536.66101668851,205.307341990706,1320.83078378319,170.0600943955,1798.89513715436,241.100191805616,3215.65597388955,324.741946613696,2153.54627830409,227.873339104621,2743.46459473043,267.545795417073,3867.43598025583,4834.39202709864,1490.8813665436,33892.8353630987,12372.944672685,1060.10123705047,5355.19532479247 -6939,1184.77289217031,3061.51090364916,286.652929655732,1226.61699571044,588.474710510708,2183.31797547068,583.275529805899,2572.89901754652,122.409339997797,940.972821591662,1028.3529709544,5221.86326557078,575.2512300858,3046.15997520761,643.773844368757,3442.65379604686,433.203149872053,3908.89876118911,110.451601245381,1060.71118566702,216.778998865681,2039.53034059074,489.38921016277,4681.02422071058,279.163187878967,1362.86155558132,222.162134065037,1856.13861749024,306.296516680327,3317.98286093615,411.880558958661,2222.0752778485,302.798931606652,2830.76565988815,355.515837554595,3990.50346257513,5916.59269220626,1866.05818227401,44326.0363887549,16646.8387829214,1294.46809151407,7271.24984743487 -6940,1721.57956050261,3327.99764570218,411.501115666669,1333.38688065324,806.827879467872,2373.36312391535,824.131222760774,2796.85493290849,166.416517956545,1022.87904027849,1395.84831058528,5676.39613279972,780.824756048641,3311.31050810227,873.77339355063,3742.31681309882,592.407165613428,4249.14569437584,156.081019662144,1153.03993347278,304.403625623282,2217.05961057782,687.371282024692,5088.48019042852,402.723257217261,1481.49073811445,309.544644515352,2017.70470317172,416.874873419548,3606.79399721031,559.750060158966,2415.49402435193,427.890274698489,3077.16736870454,502.385423170882,4337.85361103464,7777.10038230831,2505.23436385086,61872.2281015852,23787.3765266655,1697.79709687003,10464.883183096 -6941,1921.82746448232,3919.25900141141,452.654131762776,1570.28011756946,875.017449717552,2795.02144451202,908.117078873489,3293.75199096053,178.454766943355,1204.60658713017,1495.45818857791,6684.88052201077,836.545609162699,3899.60718034396,936.253684278532,4407.18726914129,637.387310506212,5004.06078486793,172.918336451278,1357.89222810478,333.904749944744,2610.94861249201,754.274839723376,5992.51379146719,448.909709783448,1744.6965199513,335.265603105774,2376.1757555052,447.316376681897,4247.58709131255,600.114638810619,2844.63743837756,474.049148606944,3623.86551691809,556.580497872992,5108.52879773158,8175.11581163287,2672.30839445412,67514.657600074,26339.7315506168,1782.27817231622,11659.0449877602 -6942,1765.63598747395,4395.69908280726,412.269596050307,1761.16936136775,816.365988967267,3134.79491803008,840.989315916259,3694.15305302503,165.579485279664,1351.04316103753,1388.06526965779,7497.52010997405,776.470994262754,4373.65831137303,869.209406214717,4942.94177285749,590.478479869479,5612.37351102194,161.115451518672,1522.96278951755,309.210961131108,2928.34549006711,698.658213007966,6720.98663736592,414.159876949231,1956.78848725361,307.675222654481,2665.03274861436,414.937804604445,4763.939988325,556.86382914051,3190.44242146089,441.69198123977,4064.39643902003,518.589989133752,5729.54105421368,7646.11160258499,2492.52435882561,62457.7505562004,24300.6693525308,1667.81994106655,10770.3945825792 -6943,1656.06760842551,4544.89526674853,386.592891918114,1820.94591636854,756.41811367986,3241.19424846602,784.106821899812,3819.53778205755,153.295259187836,1396.89945833394,1284.6403013009,7751.99644430871,718.616014553143,4522.10640065923,804.405939170123,5110.71214022378,547.412714801916,5802.86532925686,150.106332482386,1574.65427981298,287.989217857823,3027.73763774356,650.716108073351,6949.10633794716,387.683506521653,2023.20462939135,286.617340171425,2755.48769302285,384.247170683363,4925.63478439584,515.509107106516,3298.73050610892,411.510893373853,4202.3477471744,483.154412548235,5924.00970298151,7025.0335801647,2300.45740293876,58125.8055827519,22714.9959015964,1531.56014195981,10077.4204780738 -6944,1530.24743047426,4562.76502167419,355.122401260873,1828.10556589808,691.43708849714,3253.93807279796,721.091186270318,3834.55555476488,139.471200007255,1402.39182933725,1168.37379402302,7782.47597541207,653.577595626507,4539.8865536407,731.648997133086,5130.80659082851,498.696320068922,5825.68120843874,138.345029512239,1580.84555253136,264.379117138446,3039.64218699941,597.460214130461,6976.42904175509,358.074627668563,2031.15952576843,261.847399451369,2766.32180181634,349.683719128534,4945.00154232631,468.981965616266,3311.70055321677,379.267721400722,4218.87066353373,445.297745655053,5947.30190122951,6340.99417047717,2088.87242331091,53249.5250296798,20926.686221273,1381.67436294239,9305.96810319665 -6945,1432.14649892852,4624.69183350967,331.040416070424,1852.91700125734,635.750518770072,3298.10120848461,669.035573583702,3886.5989537093,127.687718449101,1421.42538783138,1069.06415950314,7888.10138523576,598.024695960245,4601.50285406955,669.453141170231,5200.44298297345,457.531550545655,5904.74858585019,128.564233714737,1602.30112269715,244.753014453182,3080.8968536034,553.19009636902,7071.11461212747,334.261218733653,2058.72685241414,241.724020588198,2803.86690634917,320.265210883789,5012.11614905779,429.303647201483,3356.64765350362,352.45403572887,4276.13006841166,413.815831670173,6028.0199404046,5733.11627323429,1904.55930234143,49210.0091564322,19487.3515764888,1248.13975981778,8687.66125328428 -6946,1369.07871713972,4684.27933247732,318.443213320508,1876.79117360749,612.397066409778,3340.59606207286,641.941462915286,3936.6763901049,123.532417851972,1439.73994518551,1034.55540396682,7989.73674821144,578.720814285674,4660.7915713371,647.81130767003,5267.44882942442,442.304542438679,5980.82915790348,123.018092234135,1622.94619915452,235.187919672382,3120.59310682254,531.483467497305,7162.22339295417,319.761050600769,2085.25281103132,233.349422946424,2839.99372785474,309.783954206089,5076.69547166123,415.359108847486,3399.89685708052,337.249496401869,4331.22647379607,395.964201531357,6105.68881973904,5580.53152612879,1844.98399808316,47353.6421914218,18671.5639013536,1215.43740803216,8307.08145681711 -6947,1312.58441253934,4594.80061213109,303.470737786106,1840.94086224643,574.252697281244,3276.78426956179,609.542748832698,3861.47831996387,115.236928720442,1412.23815061204,964.399434800457,7837.1174509,539.476207909561,4571.76151228143,603.899557112657,5166.83045308672,413.701628939561,5866.58384892964,116.88128535486,1591.9448137153,222.731263699055,3060.98379275287,503.39722661417,7025.41118801326,306.083967353958,2045.4204825372,219.748710648774,2785.74440015179,289.124372121245,4979.72085034813,387.403298959148,3334.95230563768,320.425669987685,4248.49174025488,376.211368498638,5989.05845172604,5123.26456472862,1712.20233148496,44702.8873310386,17796.4260218864,1114.60515669317,7942.15230366396 -6948,1258.1683024474,4464.57885408413,289.198215562298,1788.76655137225,541.296360728945,3183.91656009114,579.494654774885,3752.03973101655,108.22229075628,1372.2137512359,905.200501883817,7615.00482869345,506.360867222153,4442.19270794008,566.814128421181,5020.39673333942,389.136668728386,5700.31833992789,111.258592756982,1546.82732770112,211.329133328896,2974.23210873133,477.687736107767,6826.30322378724,292.62250201118,1987.45099187464,207.86557553271,2706.7933065397,271.628568044755,4838.59002477904,363.775548313447,3240.43604935088,305.01126863729,4128.08476067816,358.113339627099,5819.32187630845,4751.62634077048,1601.21066183534,42349.9954856334,16977.6440570151,1032.84927722912,7593.59006377854 -6949,1214.37882259619,4362.0389691753,279.216782632784,1747.68318778944,523.287638507092,3110.79019178153,559.729794467658,3665.86503576173,104.660152977377,1340.6975333079,875.451826509988,7440.10776802218,489.719730778179,4340.16697518853,548.18625820677,4905.09114236249,376.250733338863,5569.39669969632,107.456091125224,1511.30068535921,204.159686616959,2905.92165256312,461.477238306187,6669.52060894339,282.486176323081,1941.80435808692,200.870118502105,2644.62523129769,262.678271827321,4727.46006594586,351.80614758394,3166.01157384836,294.586852707177,4033.27327899348,345.874046242716,5685.66703114915,4600.78281429584,1549.11998448345,40920.8784930886,16393.6599990439,1000.1469254435,7330.86641395617 -6950,1211.38007089913,4264.17771000214,278.665956927381,1708.47435022484,517.18845553235,3041.00038766871,556.037656869223,3583.62226560457,103.175138685448,1310.61931765989,862.759496504502,7273.19080104692,482.619757661424,4242.79640875959,540.244648856788,4795.04664277347,371.539781264537,5444.44867018109,106.823242599761,1477.39503043416,202.57425290082,2840.72802316459,457.927425403252,6519.89157319089,281.547082457395,1898.24046035626,199.097332988548,2585.29372211018,259.007848372763,4621.40067536877,346.789253534339,3094.98289176573,292.851922156435,3942.78779629584,343.837066506448,5558.11050567117,4502.87051618536,1523.742689478,40556.4578408503,16314.8569270679,978.345357586424,7305.05742931432 -6951,1239.44105583332,4182.56167627643,285.044832694355,1675.77428243442,525.204224904308,2982.79587390801,566.469830243315,3515.03201079325,104.88153541103,1285.53416462305,876.84079177129,7133.98248796011,490.496705219521,4161.5896114968,549.00687304318,4703.26981846454,377.82256649423,5340.24234096524,108.724793997805,1449.11780306925,206.294984065278,2786.35670707231,466.32813109361,6395.1013494445,287.350214600531,1861.90828379886,203.094402074151,2535.81139891346,263.330870847973,4532.94742153364,352.507299198937,3035.74515702444,298.06495415625,3867.32314082405,349.957680696794,5451.72869765739,4554.59822750683,1545.0338073428,41321.8392236096,16654.6967169967,989.246141514963,7457.62357304063 -6952,1292.64542436535,4190.94421510337,296.930660954835,1679.13280863796,542.650149935385,2988.77388550977,589.022878017983,3522.07671080939,108.07189280536,1288.11058569759,903.218352243932,7148.28015762394,505.252070874241,4169.93011887007,565.55865917015,4712.69594171585,389.968782240561,5350.94506150664,113.003434934488,1452.02207255508,214.268812631721,2791.94102240117,484.365694336175,6407.91818025609,299.92622165231,1865.6398530354,210.429068779423,2540.89358039801,271.402805625794,4542.03219079764,363.202713918949,3041.82928766422,309.794688173213,3875.07388998051,363.729546374149,5462.65485512238,4657.57804901589,1588.55452870357,42823.7170347544,17335.1107006808,1011.04770937204,7772.77985491532 -6953,1400.97501573323,4356.45060995735,322.515343376039,1745.44417032041,590.781876086493,3106.80485071369,638.833022999948,3661.16856908431,118.016852619286,1338.97991925821,986.514278162309,7430.5759882463,551.847048667919,4334.60663693969,617.652828638281,4898.80706019495,425.39507562119,5562.26155266872,122.508787267386,1509.36450570199,232.582955342381,2902.19877567722,525.740002109463,6660.976055069,324.51674212356,1939.31664526256,229.343684973008,2641.23711030799,296.339993702765,4721.40355310319,396.641994076854,3161.95548675517,335.853255894219,4028.10611288917,394.324877340644,5678.3829261725,5107.89023045584,1735.8892573918,46582.2067287221,18801.9400652607,1109.1547647289,8419.9391690594 -6954,1465.9608069602,4430.85376129005,333.460069009744,1775.25434341185,598.324573819155,3159.86549392183,659.484977139719,3723.6971051539,118.087837102018,1361.84815179052,985.921093783726,7557.48165509329,551.51522676135,4408.63671840986,617.364554676085,4982.47303409955,427.615780786776,5657.25856402226,126.948946739255,1535.14271043528,238.988847687337,2951.76498313306,540.399164164826,6774.73784277663,339.108856955909,1972.43793659769,232.866628576239,2686.34639353379,296.766830304456,4802.03967973834,396.770311297353,3215.95803921165,348.025786931213,4096.90151895126,408.616630431761,5775.36315664162,4967.70249969577,1723.39955765473,47590.426190805,19512.378009573,1076.45241294328,8787.74590371827 -6955,1493.4173375479,4133.56606437616,338.84073625574,1656.14382800734,603.837972277128,2947.85462968329,669.100673125864,3473.85601446671,118.847563557075,1270.47508411465,991.920930292007,7050.41316744871,554.871480333019,4112.83967180084,621.128634974855,4648.17449638122,430.916691287711,5277.68535760372,128.890877771096,1432.1424614073,242.184503237043,2753.71660217923,547.666197285377,6320.18747416144,345.17358035281,1840.09740742031,235.289679965328,2506.10624671973,298.747995606184,4479.84730016794,399.291075130184,3000.18365116898,353.349518186036,3822.02031486083,414.867216475547,5387.86573420821,4958.21832831292,1730.1361847216,48164.9800972184,19830.093825972,1073.72721696115,8942.86570005682 -6956,1399.05131656379,3820.48800875597,314.185083002206,1530.70678855405,548.311485404279,2724.58286352815,618.205911896948,3210.74467922358,106.804046454355,1174.24875971247,890.330728301222,6516.41186895563,498.042852118305,3801.33144198879,557.536314114108,4296.11977877264,388.870841420469,4877.95121904143,119.506664339588,1323.67138093936,222.827499919651,2545.14893297726,504.047160894694,5841.49378093165,322.337576408363,1700.72764545333,214.483665509748,2316.29269138248,268.698936584099,4140.54175614886,358.728871507593,2772.94846262163,327.623048230054,3532.53886710318,384.661801069374,4979.78648695826,4326.16630268114,1541.55103494491,44133.0996135129,18428.0210731309,934.742221872266,8349.96417108889 -6957,1141.9424389855,3574.53524291334,255.317536303784,1432.16399311114,440.876055027948,2549.18153010782,502.011157381741,3004.04555270893,85.449492713212,1098.6537756223,711.888412363414,6096.90275942141,398.223855487882,3556.61192450858,445.831680222767,4019.54711591944,311.866908136063,4563.92180939035,97.0484584455694,1238.45696946558,180.610827128871,2381.29907450041,408.581697058903,5465.43408678266,263.220503231885,1591.23936348893,172.862219816973,2167.17598361088,215.06462400589,3873.98478890339,286.964308932774,2594.43348171925,266.054717179756,3305.12349429757,312.374502484651,4659.20119603048,3409.46486218987,1228.2001649015,35657.1547631027,14991.8107156081,735.802915176419,6807.74240999064 -6958,887.019271177427,3300.25079340193,208.658219994434,1322.26989897978,381.708319588198,2353.57544283354,407.81394865257,2773.53643061662,77.5352665748931,1014.35088711459,648.668141294923,5629.06973961613,362.859015082204,3283.70278316675,406.009394428148,3711.11561558358,278.7347192883,4213.71886102565,77.4320592728243,1143.42657669301,149.196844741218,2198.57509463022,337.056724599297,5046.05548845828,205.266879655364,1469.13895512934,149.898321751769,2000.8822891124,194.577003728185,3576.72270781283,260.638210001619,2395.35508104096,212.277092912627,3051.51178911214,249.234262750051,4301.68718417405,3421.36976749905,1143.71233287124,30064.7672041008,11970.3472318103,743.978503122824,5322.82858034242 -6959,637.134974777438,3049.55441635836,136.902588535329,1221.82654061116,280.06879980076,2174.79120080057,311.494321231172,2562.85076510779,57.4813888067121,937.297927091388,480.4489616433,5201.46969398667,268.758747224943,3034.26343974667,301.717794734706,3429.20878550974,207.402727424507,3893.63286803045,61.263508879117,1056.56866251105,116.953078020104,2031.56511709034,264.308514949371,4662.74285299239,135.904982052241,1357.53900819172,109.211074344279,1848.88961577558,144.344728461823,3305.02474281853,192.207977574944,2213.3971396171,167.951617051338,2819.71032979106,197.191778345572,3974.91886874686,2766.23714630957,894.039058615554,22097.0918615563,8554.64252194654,628.585687982556,3815.04175071953 -6960,633.388564238865,2887.75193459564,135.95138282002,1156.99917911403,284.468147541797,2059.40168300162,312.831576961371,2426.87168175137,58.4153721571904,887.567012325308,488.507901482759,4925.49143933213,273.266844334375,2873.27226272771,306.802952618051,3247.26269889405,210.246511130133,3687.04548669342,61.7089441879462,1000.50951143311,117.67065196868,1923.77485237346,265.941878823712,4415.34822989972,135.461462171879,1285.51104914405,109.693985771791,1750.79170129565,146.637227928228,3129.6675815209,195.349638794184,2095.95927774605,169.172761281866,2670.10285705181,198.625522221706,3764.01863548041,2844.88199464429,913.0826164037,22270.527582019,8557.04286076896,646.953451592436,3811.72198650925 -6961,633.399537283376,2789.89067542248,136.85965609906,1117.79034154943,296.242273042229,1989.61187888879,319.481819914828,2344.6289115942,61.0360401193473,857.488796677303,510.91501876711,4758.57447235687,285.801180447137,2775.90169629877,320.92414081464,3137.21819930503,218.892168551206,3562.09745717819,63.1368787479555,966.603856508057,120.661582012629,1858.58122297493,272.677930601574,4265.71919414722,136.399777896975,1241.94715141339,112.611660850261,1691.46019210814,153.112816009839,3023.6081909438,204.149711867503,2024.93059566342,173.087390443415,2579.61737435417,203.221683303582,3636.46211000243,3038.14916156056,962.318097435674,22897.316831237,8666.19676192022,691.852429305476,3847.57704489292 -6962,727.424493145385,2778.90890077609,157.479132672632,1113.39041228304,351.720549482137,1981.7802210105,373.776888177353,2335.39980933461,72.5347363114797,854.113485662474,607.617994173439,4739.84341850093,339.895938887733,2764.97498610979,381.741181005831,3124.86924829242,259.39566476207,3548.0760649108,74.0140240472555,962.799038699953,141.585826721837,1851.26533768504,319.951710535659,4248.92815380015,157.859106307497,1237.05850690136,131.733990163593,1684.80214101793,181.86360154224,3011.70644007433,242.643046152696,2016.95991363202,202.90667724797,2569.4632930747,238.232469726612,3622.14799807181,3670.72765635413,1151.87534385335,26891.7710562711,10062.3897708563,836.753675561195,4458.43414787403 -6963,986.270227036567,2808.80012215467,209.217759015106,1125.36655129395,435.492220004426,2003.09715993332,483.46521597219,2360.52044308004,88.4503989745621,863.300722881815,739.302259407808,4790.82735283669,413.558910356286,2794.71632789791,464.400582632861,3158.48177817914,319.15114186588,3586.24080183135,95.976987630456,973.155347681808,181.162768701854,1871.17839853557,409.600558573887,4294.63157791436,211.076310919271,1250.3648767783,166.89373260645,1702.92464721531,222.111945389396,3044.10173878398,295.763354435202,2038.65526149796,263.117320035614,2597.10162123147,308.925708262066,3661.10948675037,4257.2273111535,1380.33421824759,34144.9509140532,13262.6582704288,967.368883453674,5937.34072723721 -6964,1421.39734000877,2856.82101510738,296.388656396105,1144.60647736274,581.710990805824,2037.34328287113,671.559914964084,2400.87728393025,116.607243192427,878.060217967464,972.63342968044,4872.73414486895,544.082229204793,2842.49643605037,610.894131888214,3212.48103365009,424.144107953431,3647.55327625381,133.353810996347,989.792981812052,249.414717614238,1903.16916101908,564.119595395613,4368.05511618884,301.301091247982,1271.74184747337,227.479489065673,1732.03884496311,293.239976641126,3096.14548607035,389.766837261692,2073.50930657853,365.584482615709,2641.50319254898,429.232272532998,3723.70196008612,5343.47678785216,1789.5791758946,46665.4151958762,18696.757816302,1210.23153562875,8437.19697228109 -6965,1603.58844924182,3007.90165147849,330.20835245084,1205.13805217263,643.304833005934,2145.08651146503,750.946481798409,2527.84571001888,127.651796033665,924.495712456324,1064.05184579428,5130.42469376263,595.220853594798,2992.81952880631,668.401465715506,3382.37045840837,465.48191063562,3840.45113973905,149.822880687749,1042.13737187955,277.871376087412,2003.81670122132,628.692749518303,4599.0561285617,339.748157460034,1338.99687206189,250.681189988086,1823.63629875273,321.162230417741,3259.88260080712,426.632003348397,2183.16514567474,410.733820885901,2781.19692246633,482.242052735969,3920.62688426272,5755.50318401167,1952.44141894923,51789.4666912864,20979.5775330991,1302.07035367815,9508.27305063875 -6966,1475.64637518554,3245.27693470468,301.385066873867,1300.24421574035,603.731342919421,2314.37080902622,697.993735901001,2727.33630542212,119.174120784883,997.454358387399,993.851128783186,5535.3036279372,555.951215684325,3229.00457260455,624.467376967055,3649.29778468778,433.68139652729,4143.52892706091,140.146174862653,1124.37997236116,258.396353530774,2161.9523758874,584.768255917429,4962.00092449738,314.191054350131,1444.66680365305,230.903078509926,1967.5526341506,299.735488757173,3517.14352397272,398.332581978612,2355.45450378236,384.205493978252,3000.68129518634,451.095178110445,4230.03191970283,5435.54046252884,1834.7355671267,48127.0591708405,19416.7203631337,1230.64016186195,8810.1966010104 -6967,1377.53723202321,3466.79688006244,280.686247537098,1388.99782087722,552.533400973082,2472.34786475004,645.367579393793,2913.50204767004,108.752901229869,1065.53977587641,906.421058807511,5913.13891961496,507.04363558241,3449.41377985404,569.49800171537,3898.39586233205,396.673803828677,4426.36281765902,129.521748617145,1201.1292282953,238.400994101625,2309.52547421106,539.554438820815,5300.70304323039,292.454083033461,1543.27857634434,212.800748339277,2101.85616533606,273.634477853765,3757.22086002809,363.461800823771,2516.2358988586,355.07902700267,3205.50534253878,416.897830560746,4518.77043372411,4890.47338235048,1666.07177744841,44334.0637684596,18024.2639088111,1106.14754183943,8191.9628954838 -6968,1294.01005920232,3649.58819847354,263.627043425831,1462.23451507423,523.497996060434,2602.70558151377,608.805730961315,3067.12018536649,103.080407726398,1121.7217291867,859.349207886694,6224.9167642532,480.712073454006,3631.28855197903,539.949759038437,4103.94379144847,375.614432002176,4659.74848263955,122.277643450012,1264.46030964156,225.065460178061,2431.29817129722,509.373330401897,5580.18941964607,275.139552669837,1624.6499215385,200.857823772053,2212.67923137198,259.318566307174,3955.32515581651,344.519034824755,2648.90766859247,335.219583768517,3374.51972901935,393.580883709924,4757.02840895417,4662.98122942015,1582.85175453105,41871.4807100367,16973.0220145478,1055.12597625643,7710.87274200939 -6969,1212.75122488943,3775.00136615745,246.08942912376,1512.48222864063,481.978148071702,2692.14404245102,565.534483947549,3172.51762672027,94.475918477277,1160.26818091405,787.183926401706,6438.82761871622,440.343476176361,3756.07287703479,494.593369799931,4244.97027523026,345.010361589563,4819.87444371717,113.74777616715,1307.91177984005,208.578753430006,2514.84644816144,472.132002716653,5771.9450899671,257.16364071779,1680.47882111757,185.695694382862,2288.71496372962,237.76290019017,4091.24456097522,315.728975346007,2739.93380183109,311.835271808575,3490.48054038025,366.125393005365,4920.49726327006,4216.04581762386,1444.71923695372,38745.2450892182,15826.3803484866,953.082845090434,7205.15205882665 -6970,1149.00855889009,3830.9499374991,233.910882400132,1534.89843771295,455.219945765285,2732.04379305015,535.165062055426,3219.53690209391,89.3748441457281,1177.4642931267,744.631610852296,6534.25624812333,416.540100726316,3811.74091286894,467.837431311057,4307.88416565056,326.557663518457,4891.30887857318,107.423014456446,1327.29608951977,197.40036424451,2552.11850511475,446.790566895194,5857.48998129912,243.556058676511,1705.38487547144,176.119368327577,2322.63556931586,224.935667474776,4151.88011206348,298.678049397431,2780.54183528968,294.496174257485,3542.21228312367,345.767580791139,4993.42300963891,3981.78107574543,1365.10798215041,36668.0422093953,14983.4502469931,900.020416884114,6818.1843010777 -6971,1083.56178369561,3739.19688344716,217.650720587125,1498.13689772487,409.278421526994,2666.61005836145,494.021041569965,3142.42747800342,79.3085268453575,1149.26346912898,659.731964364549,6377.75773561218,369.048016339572,3720.44792399768,414.509151586874,4204.70831236378,291.552018040689,4774.15972882119,99.3607493291872,1295.50672347962,181.085360297049,2490.99406575452,410.000704331904,5717.20033940061,228.735353081892,1664.54010505905,159.739838647111,2267.00735427489,199.817211749104,4052.44062928391,264.961906629354,2713.94654966359,272.393776108995,3457.37463178932,319.8171834498,4873.82817838755,3395.62463957452,1197.44609861295,33433.9857069019,13951.4662820376,765.323483744995,6385.31513326226 -6972,1065.53487170049,3591.04039131242,214.812501271511,1438.77690293906,409.093718451295,2560.95218463809,489.069367091526,3017.91650774941,79.7415606799148,1103.72672703377,663.71018813151,6125.05475065398,371.273398265952,3573.03431332915,416.98154842676,4038.10707326687,292.352312016879,4584.99537605755,98.2549956097171,1244.17545163957,179.696858058499,2392.29454438286,406.79920217226,5490.67031877858,225.027695990071,1598.58679190915,159.340723478713,2177.18275618007,200.829459056027,3891.87262312278,266.436309956705,2606.41308374225,269.362393665459,3320.38465415292,316.258041207641,4680.71470811967,3464.3066082161,1208.49367484157,33269.2137390345,13774.7730732221,781.650384731555,6289.78182045775 -6973,1026.32701728346,3470.04592641256,206.810310230772,1390.29957533713,393.621502122162,2474.66492371949,470.848989751819,2916.23255179865,76.6955208071131,1066.53838878611,638.333828060322,5918.68065254285,357.078094942713,3452.64653494158,401.039721558069,3902.04939880564,281.221288936029,4430.51115932845,94.6060946227726,1202.25491424409,172.974503981918,2311.68993771212,391.585576842003,5305.6708075591,216.730303432038,1544.72492114017,153.321095444774,2103.82600329851,193.162889124965,3760.74208874272,256.257016338071,2518.59408924185,259.359068155215,3208.50950914957,304.513149545587,4523.00537886011,3328.85578445709,1162.04834464787,32019.6427253889,13264.1373821046,751.037445381755,6057.59799284559 -6974,1017.70010564741,3399.08676521949,204.652119068624,1361.86926237727,383.094302625586,2424.06036373818,462.955212239043,2856.59835095293,74.2317937240214,1044.72868624805,617.438030912568,5797.64922431957,345.389177467507,3382.04317486765,387.91515735066,3822.2561746971,273.013183869483,4339.91139143216,93.1339222440016,1177.66993696594,169.644591229126,2264.41806223925,384.105831844852,5197.1748515819,214.519082955515,1513.13675573757,149.917964158702,2060.80474892435,187.039595197334,3683.83846563808,247.996417264965,2467.09121932359,255.323162668953,3142.89852062741,299.774598086286,4430.51419154967,3169.87119496554,1119.54425443927,31334.9826521271,13088.9546824949,714.301918161995,5991.0965755194 -6975,1039.90058306446,3352.56043081444,208.907817514709,1343.22814224887,387.379042730353,2390.88008594847,470.36445692799,2817.49753967112,75.0901994692235,1030.42855224844,624.385497466367,5718.29162470371,349.275526604364,3335.75013129597,392.232475651043,3769.93754288535,276.365738128933,4280.50715063661,94.5397858320229,1161.55011741126,172.224358630162,2233.42295111864,389.945139735358,5126.03648065814,218.557785226286,1492.42510241399,152.409963044283,2032.59667495781,189.242824353708,3633.41448055472,250.85004113763,2433.32193980636,259.177285086715,3099.8788633865,304.299718277821,4369.86978936153,3180.77423305536,1128.60319078624,31819.4692311622,13332.0517573623,716.342780785316,6103.82366082906 -6976,1098.94796691578,3439.69983829283,221.619843641053,1378.14119060082,412.840025113885,2453.02359636114,499.576216299352,2890.72964726332,80.2156150109854,1057.21134568192,667.196195113205,5866.92087516715,373.223438632389,3422.45260719034,419.150358392576,3867.9253735291,295.05136244805,4391.76565425228,100.235854966854,1191.74100914205,183.140367933231,2291.47385180348,414.611107752233,5259.27189605337,231.556679182466,1531.21606287958,162.373257370911,2085.42771963353,202.119673232727,3727.85381773977,267.986403670394,2496.56859453926,274.792845467345,3180.45059743416,322.633927708969,4483.45099753387,3423.56017906009,1208.45069145033,33836.4095271004,14127.3323168966,771.446071614955,6461.07685993547 -6977,1174.16236440168,3674.54087116482,235.999513963098,1472.23198801318,434.298502001649,2620.50059206165,529.337885288637,3088.09045431966,84.1661890747774,1129.39107532575,699.700458939675,6267.47726754885,391.406026009812,3656.11610779013,439.524233607174,4132.00294787994,310.053010473209,4691.60774247594,106.304744627769,1273.10557659272,193.703320272038,2447.92124880187,438.57285510428,5618.34184467912,246.493403325878,1635.75784811143,171.666229582883,2227.80758493645,212.148282828255,3982.36818879265,281.158466736054,2667.01856835684,291.430479368921,3397.59172555959,342.168152351245,4789.55278332643,3544.77169489891,1262.23524905736,35776.1449568961,15025.0583706731,797.977285718115,6880.67870592165 -6978,1232.0208930777,3817.23896240585,244.629925000063,1529.40503409414,440.950423118887,2722.2658045587,547.867297083054,3208.01417509497,84.3263616477177,1173.25014680277,700.163825648174,6510.87013602774,391.665229101137,3798.09868690125,439.869775113397,4292.46624229905,312.185687385664,4873.802877372,110.408635786323,1322.54569499056,199.482714813141,2542.98446947619,451.814802607123,5836.52601660294,258.279173728718,1699.2813006575,174.720900833586,2314.32285342003,212.733908696995,4137.02052743423,281.629612449318,2770.59027223838,302.681143408454,3529.5347004924,355.377542582039,4975.55154182226,3435.68055177758,1254.33252235776,36644.8287539345,15637.401157664,771.446071614955,7196.60737828985 -6979,1270.85015251787,3566.7375291518,252.930828208601,1429.03978139718,458.76623385663,2543.62058678311,567.271397182792,2997.4923406814,87.970715877292,1096.25710386412,730.654430181574,6083.60259609411,408.721393919351,3548.85330978987,459.023574459394,4010.77862554768,325.280694483717,4553.9657861646,114.256559020302,1235.75532231494,206.787934333228,2376.10436041823,468.327824491094,5453.51144853876,266.631386098504,1587.76813485657,181.378297886152,2162.44837097239,221.879195442036,3865.5338372558,293.81791029659,2588.7738229695,313.230080961335,3297.91349210045,367.763036644137,4649.03732441776,3615.0514220467,1311.63347512535,38026.2955673423,16165.4643212899,812.263324081355,7432.01514147532 -6980,1197.92773400066,3333.97588619601,236.368693173123,1335.78210694018,421.969224647951,2377.62650900285,528.768792769166,2801.87905647927,80.2028451377978,1024.71648655997,665.514560146331,5686.59291321629,372.282747439217,3317.25877269697,418.104566093595,3749.03931482345,297.545889829021,4256.77863693128,106.797666626143,1155.11119395885,192.068321063457,2221.04222022849,435.104450937151,5097.62086946889,250.646706606489,1484.15201040629,167.259595853988,2021.3292021183,202.41756413694,3613.27305285353,267.827765700331,2419.83309118019,292.78180658184,3082.69503083904,343.754743900171,4345.64590384088,3212.73498679431,1187.7858459156,35218.2951967376,15140.4475361579,720.424506031955,6983.61712249186 -6981,994.075041831087,3161.12665062477,196.589244149675,1266.52878179457,353.656475805037,2254.35899340484,441.246260915937,2656.6162622639,67.4145856213059,971.590289063319,559.606501834088,5391.77277305753,313.038749958883,3145.2762321433,351.59149295308,3554.67120845028,249.800864090927,4036.08689874686,88.9638181694833,1095.22471196531,160.500098296684,2105.89278212743,363.543836300503,4833.33585344107,208.548929422798,1407.20648073633,139.853951597026,1916.53384085892,170.098814064794,3425.94371802487,225.138187690097,2294.37738475103,243.890978398057,2922.87339511997,286.352085184471,4120.3468620415,2728.17490170912,1001.41590737312,29432.3069375169,12600.9084996135,612.258786995996,5805.78092332212 -6982,784.796075990704,2917.70813513634,164.582833598346,1169.00135250702,318.913428886559,2080.76496184519,369.166371747585,2452.04692409616,64.1506733927503,896.774221260396,535.009590722362,4976.58620531618,299.279463242184,2903.07825786156,335.976111425383,3280.94829752565,233.502654812008,3725.29318819398,73.1011783323945,1010.88833352247,137.124563142189,1943.73120131828,310.108627964762,4461.15100660201,165.83466768977,1298.84634513125,125.779194772955,1768.95360318227,161.340300689063,3162.13330289212,214.421804169712,2117.70178813869,200.404144880263,2697.80126690894,235.294249680748,3803.06482076127,2929.23630555869,981.859457483797,25687.8716606296,10299.0804880891,663.280352578996,4643.05897070101 -6983,532.737680269135,2677.21376388427,117.028262689263,1072.64550324355,250.988075403309,1909.25628515608,285.039958930201,2249.93504176304,50.2859429574603,822.856905851122,415.769823065146,4566.38720151031,232.57782970064,2663.78976566721,264.918807649519,3010.51357226239,198.519357120374,3418.2329883627,62.0187892548,927.565073307079,118.300977588934,1783.5176393397,267.362969749136,4093.43715151378,116.063834648678,1191.78792096478,96.7603583958238,1623.14622120041,127.22642459439,2901.491996335,180.230506583182,1943.14856470121,170.022189937938,2475.43289097885,199.622835318236,3489.59423338976,2552.91304752167,810.283596974206,20145.6758933623,7860.13383178332,608.804827863559,3553.00506160239 -6984,560.781606808652,2534.64563096749,124.435499558682,1015.52452592677,272.427770886904,1807.58375250056,294.948696999486,2130.12053818645,54.0437996833646,779.0377778056,432.151505433924,4323.21599632799,241.741592727228,2521.93649324752,275.387786760815,2850.19641533303,205.524513583693,3236.20378262667,63.4123689374246,878.169981124247,121.055701688362,1688.54099485395,273.580217196447,3875.45168476614,117.037645882803,1128.32232063923,106.100384279036,1536.7097440953,139.811461713319,2746.98050301655,187.243008511944,1839.67118587307,173.842636488731,2343.61007944675,204.108416717519,3303.76486809853,2778.89916946509,864.218699313767,21048.8797082227,8050.01766172757,650.320244866754,3633.62181005279 -6985,582.608599427104,2464.46624493247,133.136212914881,987.406635653544,312.402367895287,1757.53528954878,328.691378133969,2071.14166172179,63.4014677362902,757.467743605744,516.434723071373,4203.51459088802,288.888852462895,2452.10899840838,329.172625574359,2771.28004451438,243.138358722502,3146.59962188162,71.2200917071302,853.855169871455,137.720228614453,1641.78859330873,311.086488534755,3768.14799839581,126.90804761495,1097.08127978342,118.336538079083,1494.16125327787,162.038579041551,2670.92197917537,223.45334009534,1788.73428457471,195.247216289213,2278.72009464115,229.239506430735,3212.29007287884,3423.44077321377,1036.4724475163,23908.8847317459,8821.47484774462,811.13875109182,3937.79881030887 -6986,687.073599249652,2427.62206411251,159.309232072849,972.6447419974,395.813699434942,1731.25984425155,407.915762860301,2040.17774892926,81.0711164913078,746.143474682165,666.260691166976,4140.67134765656,372.700126296044,2415.44956048206,424.757559717878,2729.84894629066,311.821851557529,3099.55743346657,88.7183091410796,841.089892871825,172.797302644237,1617.24358039796,390.211893221487,3711.81355823265,154.485813704588,1080.67973193116,146.304653393475,1471.82329368798,205.962088353975,2630.99125074316,288.05062478289,1761.99240910563,243.217924583878,2244.65284970417,285.561853563779,3164.26580128061,4504.3605212806,1343.14452440215,29973.5035528834,10804.3747482385,1072.75165453998,4793.43192541719 -6987,980.367235957775,2438.21395117988,220.714299112378,976.888459920469,496.047584149729,1738.81345361508,525.557266672126,2049.07918899832,100.141506060426,749.398951527891,811.573180049606,4158.73739012084,453.986601210374,2425.98833805365,517.299352010733,2741.75947065833,382.950659371553,3113.08102215834,113.746197184335,844.759627667247,218.925982347576,1624.29972872403,494.605717079638,3728.00846377628,203.954183256934,1085.39481416979,191.268569799993,1478.24496299983,256.801618151493,2642.4704519809,351.251991643572,1769.68010682708,311.830943086275,2254.44642912536,366.120310658061,3178.07171716586,5326.05694710576,1628.75546704154,38119.928027696,14207.8831899399,1262.2303585611,6378.25650076523 -6988,1161.45582623033,2466.8055578003,244.394737438123,988.343898662651,466.207695408665,1759.20357164717,561.215656581605,2073.10762427061,89.1137824637404,758.186744745739,717.274593911978,4207.50463773602,401.23683609745,2454.43658156969,457.022646186408,2773.91059020833,349.555901746225,3149.58642723978,122.507331206523,854.665663579882,225.715043049582,1643.34700669357,510.822785932271,3771.72478794148,239.617800935425,1098.12264781195,187.777164845296,1495.57953630512,229.554521702091,2673.45726330341,311.794538814201,1790.43218128466,335.849264157849,2280.88309413467,394.320190648088,3215.3392327195,4062.33225033677,1381.18180979978,38260.1486622184,15925.6189245285,950.406538696899,7335.50682582572 -6989,1281.34112005187,2534.90555391912,267.591742026578,1015.62866598051,526.102662732517,1807.76911667871,638.441386010897,2130.33897788108,99.9386701402848,779.117666605898,810.86022658064,4323.6593336721,453.587781571981,2522.19511290194,516.730800550066,2850.48869740037,395.50966235943,3236.53564899449,140.365139146184,878.26003573809,257.173304458345,1688.71415143014,582.148590443124,3875.84910475594,274.206697625462,1128.43802788619,206.574578384344,1536.86733067371,256.086438674834,2747.26220049398,352.523479876901,1839.85984055474,384.805776367692,2343.85041207624,451.799968894609,3304.10366272352,4560.13568923504,1555.61088760681,43239.8362348248,18086.5144363323,1067.84505824702,8334.37136750905 -6990,1151.13330015267,2672.99000488975,229.447705421743,1070.95322295074,451.141180107415,1906.24410939483,566.877267078631,2246.38538745529,84.9155336348543,821.558709455981,710.963625257535,4559.18295085425,397.70653805384,2659.58718530772,453.215148206434,3005.7639762643,347.516694507987,3412.840145802,126.823330370993,926.101682010411,229.483176102689,1780.70383762813,519.731934500385,4086.97905981395,247.084755867573,1189.90767329138,171.021141023636,1620.58543261352,212.982474513073,2896.91440037222,309.193151293784,1940.08291811797,347.681414358311,2471.52747555044,408.212303035239,3484.08880635612,3800.25528700318,1340.08213632775,37961.5783910882,16176.0450498333,911.904140285032,7518.02970108 -6991,1049.11827679269,2878.32970396218,211.328074712068,1153.22409269551,412.764937920228,2052.68221468728,521.966755217673,2418.95322295672,77.2028749291844,884.67103604958,640.68437128929,4909.42042029185,358.392967289101,2863.89727673678,408.371830057144,3236.66744737336,314.47153089531,3675.01530068074,116.558814663866,997.245023491905,210.297147389658,1917.49791073982,476.336411998042,4400.94171912892,229.205996913979,1281.31665091968,157.826646408584,1745.07917349743,194.832929063181,3119.45602234718,278.786236901544,2089.12052837957,319.541628655495,2661.39077737738,375.173416703436,3751.73729951549,3399.16267811664,1205.62806596946,34754.5292911744,14922.787159584,806.637222652969,6928.19984940127 -6992,1029.47774953103,3085.16396158228,206.987704566406,1236.09376838067,398.864608203931,2200.18616512784,496.617368646997,2592.77708802655,74.5925391982936,948.242723729222,612.052521102655,5262.20708214585,342.376572622386,3069.69443274662,390.151281100693,3469.25154214161,299.824656410635,3939.0986891864,110.458072238418,1068.90617954896,199.431497522986,2055.2876352144,451.711862101892,4717.18954579462,216.168956289517,1373.39094591946,154.643935046838,1870.47903816261,189.705526930328,3343.61740652515,266.256845504883,2239.24290420452,302.816671591913,2852.63599328092,355.536666048556,4021.33386382247,3296.98749158208,1162.90698662484,33248.1881953383,14189.3503562667,780.46020489159,6598.00912177007 -6993,950.994481122276,3252.42483793557,190.843728131588,1303.10807605725,369.039514570023,2319.46833965801,467.771887538849,2733.34341556449,69.4004040723443,999.651307176188,580.857795697435,5547.49544252873,324.926529039698,3236.11663505145,370.248291386868,3657.33556634725,284.588969771833,4152.65528034322,104.818714915846,1126.85648188528,189.190280794706,2166.71419642955,428.521054694102,4972.93000794805,205.087263701946,1447.84876276506,141.198706729867,1971.88627843229,174.11063032183,3524.89022851114,252.690742283653,2360.64252354048,287.35658452238,3007.29046289569,337.384997632724,4239.34880064519,3069.09666612191,1090.11722489924,31246.6709175884,13394.3105453077,735.497693413065,6223.84258951196 -6994,912.283770634284,3389.59955542391,184.437438221342,1358.06814157667,353.78762618531,2417.29455550308,445.185317952593,2848.62528355892,66.5843828122173,1041.81273825657,552.032050273764,5781.467373631,308.801671153872,3372.60353553099,351.855362600589,3811.58785443154,270.54501509949,4327.79824083946,99.2293134009555,1174.38293591723,179.58859835686,2258.09783251132,406.727692972851,5182.66898822302,194.601529746161,1508.91343140294,137.150813221523,2055.05282543689,168.147154644831,3673.5564838028,240.149935405971,2460.20530743041,272.033449430209,3134.12635925262,319.394124358006,4418.14815898245,2944.28062717816,1040.82024036553,29799.2935318051,12738.4929361017,701.278037781448,5913.8069553154 -6995,897.57169955729,3335.47045104683,181.00148296651,1336.38091540597,339.552146666753,2378.69235864605,427.987653077814,2803.13509134485,63.4338513988923,1025.17584958333,520.446621488465,5689.14211638366,291.133071680028,3318.7458435493,331.720673714758,3750.71994557051,255.809241216789,4258.68687860598,94.9953185947529,1155.62901071824,171.551215300351,2222.03787579045,388.559588571678,5099.90604645708,187.551293940556,1484.81733058369,133.458790405067,2022.23532972106,161.336073704868,3614.89282188772,226.499738424677,2420.91786131842,260.426111109255,3084.07695074373,305.765963310482,4347.59398320428,2754.03943425764,983.193650839855,28557.588218153,12280.4432181632,651.84300589396,5715.07668318847 -6996,828.128117859426,3193.81205161233,167.632430392356,1279.62442953999,327.733346729898,2277.66860286158,418.147937968345,2684.08512934804,61.9118625540421,981.636333307504,520.640516725501,5447.52259728122,291.241534899139,3177.79774305585,331.826194985377,3591.42577942077,255.17056613052,4077.81920918121,93.6356704445162,1106.54911077578,169.600175114346,2127.66728142091,384.093625445808,4883.31155449247,184.030098492325,1421.75670702545,124.922881558995,1936.35040755115,154.808253925832,3461.36727315586,226.511153905699,2318.10077616357,256.698686584752,2953.0953063289,301.389598953056,4162.95040320839,2745.77821161361,972.337039162177,27891.8419943417,11960.3122012155,657.4639752225,5540.43058224412 -6997,811.235311031867,3080.94019628461,163.563443380394,1234.40148556245,317.27072045355,2197.17398487149,404.881937058662,2589.22742842162,60.0147145841877,946.944525396772,505.831843048071,5255.00282073883,282.957698522438,3065.49184611559,322.389740049394,3464.50193905566,247.754351935854,3933.70583857791,90.6538707809915,1067.44278606846,164.317516157264,2052.47382930377,372.119024106363,4710.73144445732,177.953673920845,1371.51069544015,121.237354034445,1867.91824575424,149.824582851966,3339.03980373119,220.04944681026,2236.17725304639,248.524194389076,2848.73057202444,291.791938141938,4015.82842857304,2661.75505002563,944.329713839963,27044.7071513678,11590.1918573523,639.857686171418,5374.7042443777 -6998,779.142475527005,3003.09306111543,158.033568723941,1203.21145486484,314.065058227525,2141.65726293162,405.353666833263,2523.80456242534,59.7084335303472,923.01776480753,510.569803011166,5122.2229260191,285.608069916162,2988.03504952072,325.409861904487,3376.96322244286,250.13781586877,3834.31159181491,91.3193205561405,1040.47135606387,165.596584738133,2000.61329406401,375.008893021775,4591.70383465672,179.145591184418,1336.8562809784,117.657392804302,1820.72093749828,147.526464137315,3254.67118039673,222.100039497355,2179.67502262657,250.348500045861,2776.7507542505,293.933853075675,3914.35916316102,2671.25257535456,945.538819998954,27008.2716521944,11587.039193111,645.509411246444,5357.08195479639 -6999,803.694567005637,3014.26977955134,164.460418363578,1207.68948980289,326.283953879076,2149.6279450673,414.991547456611,2533.19749578019,61.6727048070956,926.452992906909,517.284583122725,5141.28648557086,289.364256389124,2999.1557260184,329.64230173373,3389.53138677795,253.633612991845,3848.58188587011,92.783121763288,1044.34371537831,168.297337300104,2008.05904783582,381.120708476556,4608.7929424055,182.651216154868,1341.83170662712,123.923212785272,1827.49717947768,154.491991373826,3266.78420608207,225.061203368924,2187.78719681295,254.361456278375,2787.08508645912,298.645459845561,3928.92737311433,2747.98585695848,966.555445298022,27679.756383107,11847.1392925653,654.01688074717,5473.46377789088 -7000,838.484074150837,3159.95699419085,171.62485840085,1266.06015029002,341.065187013149,2253.52485235565,437.248822215291,2655.63328098949,64.7427923471342,971.230788493321,548.281043931896,5389.77774963353,306.703392573302,3144.11244056265,349.419928323987,3553.3559356033,268.780692165341,4034.59349606778,97.9526110998873,1094.8194651111,178.056736290226,2105.11357543501,403.186106634359,4831.54745866823,192.899351148852,1406.68579672207,128.848462005079,1915.8246993453,161.083590100799,3424.67607596085,238.523996912103,2293.52843639606,268.533417847287,2921.79189537321,315.284741761879,4118.82228212117,2895.20869138112,1019.70146036979,29140.6380438432,12478.2499115057,693.732735004784,5761.77033349767 -7001,896.550727654171,3464.84745477362,182.482930340394,1388.21676921143,359.937447985652,2470.95763116641,467.026841719038,2911.86374731175,68.5418073290569,1064.94060890552,586.782430330811,5909.81388415862,328.240715371552,3447.47412931014,373.910790606993,3896.20374328304,287.742699810854,4423.87381587648,105.010055263474,1200.45381759955,190.745912094712,2308.22679779004,431.931989616183,5297.72238848814,206.976407373138,1542.4107705892,135.481365198343,2100.67426408718,169.209747095647,3755.10812553179,255.299930241037,2514.82098645861,287.881136925258,3203.70284490354,338.000873936715,4516.22946992883,3048.10721281763,1082.30055770952,31100.5881961536,13373.684808355,736.181310702153,6178.76628544732 -7002,966.888751175294,3604.42646429192,197.708785398121,1444.14013212204,386.185708042817,2570.49846903064,494.347249792004,3029.16618645436,72.3696134546662,1107.84101284165,602.188810702393,6147.88669375717,336.858903396717,3586.3532662967,383.766277730852,4053.15964580617,296.411995950296,4602.0865463109,110.432623589127,1248.81327844743,199.401295218901,2401.21213535094,451.641989392035,5511.13751089687,218.887735099725,1604.54573336587,147.999534054242,2185.29848980826,182.297266607851,3906.38008761304,262.132829168649,2616.12882958519,302.746905072195,3332.76182245435,355.454753267163,4698.16268470904,3162.79360519594,1124.71075273878,32784.0392270023,14151.8260871721,747.483013135607,6549.53103424306 -7003,1025.26996457816,3441.58428441952,210.340247574641,1378.89620788452,403.529374914607,2454.36749002401,507.863887894864,2892.31333902225,75.0631486143159,1057.79054093706,610.285617174272,5870.1350789752,341.388182753388,3424.32760438853,388.924090909151,3870.04442383324,300.703025712308,4394.17169145481,112.557633129875,1192.39390673029,202.994375557072,2292.72924013021,459.802967956436,5262.15319820753,223.499580035697,1532.05494252446,157.96579904642,2086.57022519317,192.081597628226,3729.89612957452,265.694635190538,2497.93634441255,308.572539208209,3182.19301336905,362.294622840553,4485.90726472686,3254.5275694072,1154.06443786958,33747.4602182015,14537.9242053233,758.381395431544,6738.90159543023 -7004,976.393773912569,3277.24754599946,196.519867551845,1313.05347770662,367.553720370165,2337.17066586928,473.667040505969,2754.20446202175,68.0222157956156,1007.28070794644,560.14196482268,5589.83427177684,313.33828304874,3260.81487789956,356.961270405721,3685.24857820112,276.933562429525,4184.34860297181,105.570410490811,1135.4567204376,189.335131205557,2183.25069354658,428.961908132123,5010.88371816747,210.66115250833,1458.89883431156,143.643746758005,1986.93583679681,172.576540493309,3551.79240933299,243.987424018948,2378.65909367658,289.417329811959,3030.24229020714,339.80451603632,4271.70377359707,2871.3657127705,1045.91659135408,31274.2747352985,13658.9644914578,676.404995388675,6360.40339094216 -7005,829.050986902526,3175.87731752455,166.415512909042,1272.43874562837,309.299688114063,2264.87843860887,395.350503667806,2669.01274804135,57.2479491692391,976.123990588438,468.527326490465,5416.93223452958,262.089893747583,3159.95293672867,298.602410245901,3571.25826007117,231.3994844384,4054.92036541932,87.7210854342473,1100.3353249499,157.73425439656,2115.71944407078,357.327770382896,4855.88949809645,174.95046537499,1413.7728845381,121.679305145024,1925.47690306843,145.847442458339,3441.93009256383,204.046528544683,2305.08356652903,240.484073108689,2936.51230826922,282.352042050262,4139.5735083581,2424.24286354538,879.983879574533,26167.1961384597,11385.7827135705,570.517719677095,5307.34852479107 -7006,636.17205989452,2954.61729511842,133.23626497032,1183.78928054525,252.011204667468,2107.08674706319,309.571441158894,2483.06544548806,48.7751219949981,908.118461899722,402.367935449106,5039.54028019593,225.080936557575,2939.80234913359,256.327016280477,3322.45246449424,195.982318245896,3772.41834118903,67.8975597508795,1023.67612362961,125.711964457574,1968.31950232333,284.446780561976,4517.58479935325,132.968663027646,1315.27681909377,100.765243503696,1791.33095846139,123.594664715942,3202.13445398589,174.890175421229,2144.49082613446,186.138619263566,2731.92859354627,218.545114335828,3851.17378896181,2227.4024151389,762.971799770014,21126.7185474367,8816.69023947496,530.367789535478,4058.28304621739 -7007,557.86529059832,2788.72101898857,130.513862647418,1117.32171004488,266.031663271897,1988.7777378396,280.80653472638,2343.64593031979,57.6295619853225,857.129296107305,486.530902842271,4756.57944893287,272.160929408333,2774.73790471812,305.88608944067,3135.90292645806,210.813985008474,3560.60405449911,61.6531457178731,966.198609653844,119.71195513567,1857.80201628251,270.36617861717,4263.93079937438,132.125950850944,1241.42646739912,107.970514965534,1690.75105059452,143.70205894082,3022.34054887978,191.576898498932,2024.08164730845,169.019791864194,2578.53587460741,198.445921024452,3634.9375300821,2840.42677832935,890.73756550004,21795.2567304439,8386.26660333595,647.649273134885,3706.29523516298 -7008,555.26983614987,2694.88857502042,132.170041325632,1079.72704710143,269.191464631636,1921.86108523065,285.45333156263,2264.78898337511,60.4320464518676,828.289359769889,510.610079751858,4596.53422691784,285.630600355885,2681.37595233997,321.052105414183,3030.38880954466,220.223619894616,3440.79996575677,63.425226746452,933.688804519114,123.353200270488,1795.29232011363,278.572498702957,4120.46178792,133.909169468672,1199.65603620517,111.340245096758,1633.86213910472,150.602292334767,2920.6474794496,200.916341306886,1955.97711965408,173.877885691028,2491.77555640903,204.149802760763,3512.63233361507,3019.01781975257,933.345071859293,22435.7039140183,8539.477395818,690.501156340597,3759.63732748664 -7009,556.915397878601,2651.54630150022,135.774131129676,1062.36164452546,286.471505489544,1890.95152199453,297.07914860331,2228.36406232536,65.0097642935991,814.967865026922,549.9222654691,4522.60751783061,307.621476864189,2638.25100423858,345.821241931193,2981.65063837376,235.832079681238,3385.46109400286,66.2741583889939,918.672155621892,129.502969231994,1766.41838020074,292.408131966574,4054.19181909941,137.197830072331,1180.36179876124,117.269873519766,1607.58450358992,161.877655679075,2873.67429358813,216.170750216446,1924.51886341851,181.688125179232,2451.69997825048,213.319794934837,3456.13817174484,3333.01307405893,1013.38714911062,23617.7791662412,8810.8221784042,763.497261532586,3851.39386226016 -7010,636.289514267788,2674.02969669628,154.097406084133,1071.36978316572,341.558266463142,1906.9855661074,344.592367198956,2247.2591462338,75.3782989499095,821.878264657175,637.908753611992,4560.95630023071,356.840312190889,2660.62166392539,401.226143198545,3006.93310453368,272.985940197876,3414.16761127328,76.4596137375604,926.461900465787,149.261151879296,1781.39646393293,337.033084117481,4088.56873977315,156.868183385258,1190.37050227921,134.485655245311,1621.21577892719,187.637531488312,2898.04119028193,250.663633896434,1940.83753684467,209.611169867569,2472.48880606841,246.1042059193,3485.44398485606,3918.39224122562,1188.70788007103,27301.1785517745,10096.4094571976,896.734148433654,4414.45614403829 -7011,943.891700908846,2792.16500282505,209.349075345381,1118.70156765105,455.126765096097,1991.23381657133,464.022036227668,2346.54026024648,96.1248333302324,858.187824164241,812.244029854328,4762.45367680562,454.361868444747,2778.16461984282,510.797339407365,3139.77566916626,350.350841138806,3565.00128990857,101.729997845206,967.391834925149,196.769059174367,1860.09634406643,444.463288668767,4269.19662146735,213.729163506534,1242.95959052574,176.415858363298,1692.83907562467,239.540741518484,3026.0730455791,319.58590190061,2026.58132527178,278.888982256051,2581.72028631925,327.443196663282,3639.426565025,4847.96907038594,1509.56877402658,36017.0624306872,13678.9450742899,1105.69013388725,6054.51009934005 -7012,1322.48039341341,3106.54267950654,291.570482589335,1244.65930989846,600.892725743561,2215.43240811228,634.553090046035,2610.74379925993,124.137893663258,954.813594505225,1046.80827805669,5298.67167277024,585.574959789567,3090.9659541985,658.226179596944,3493.29180419942,456.215656223018,3966.39476835774,138.929034460783,1076.31319064614,265.805022378291,2069.52980034845,600.655331409928,4749.87742428361,300.60370376305,1382.90789153342,235.762446698434,1883.44056767549,309.797577747066,3366.7870838165,412.602345965844,2254.75979180239,380.868749113114,2872.40340305245,447.177510240413,4049.19979361566,5984.14489835552,1921.00652795758,48313.9920003073,18958.4612415596,1359.69541907594,8462.48412576669 -7013,1434.17665529598,3774.28657646467,318.456897145028,1512.19584286148,645.308936207878,2691.63428983735,693.20314951682,3171.91691623575,131.331254119449,1160.04848622891,1106.31288310406,6437.60843833217,618.861290666311,3755.36167141725,695.723457061026,4244.1664977731,484.662691338885,4818.96180919371,152.62350239063,1307.66412910602,288.734045727797,2514.37026652713,652.756597939354,5770.85218258578,333.205871376728,1680.16062548696,252.699375661347,2288.2815996836,327.991111965776,4090.4698912045,436.447401370222,2739.41500031277,418.41162048233,3489.81962419212,491.256547402835,4919.5655759974,6183.50394274629,2019.76175373039,52182.0465625077,20825.4075490896,1401.97384786488,9342.24303560007 -7014,1291.65165893583,4282.43734620367,283.893432911423,1715.7902085723,560.131511787921,3054.02225602032,620.308172938187,3598.96769520525,117.282911685533,1316.23152089501,987.802021081789,7304.33533279097,552.567400258654,4260.96448808691,621.357363468113,4815.57951293529,433.029666340058,5467.76234489081,139.031127035109,1483.72138398138,260.42044693678,2852.8923051852,588.977284115905,6547.81040216479,302.108912361117,1906.36891620083,224.775316859399,2596.36420886056,292.941910234533,4641.18997609978,389.751765107857,3108.23591860864,381.148632085225,3959.67120868536,447.506120479291,5581.91089174875,5454.73571900939,1786.99488008081,46705.3396755894,18810.9055924459,1239.93051218714,8475.47921690265 -7015,1181.51733498758,4434.68763270555,268.049281043269,1776.79041236134,516.854690582293,3162.59962116832,579.643893048836,3726.91909727112,109.866457952533,1363.02651401655,925.172077989629,7564.02089435769,517.532783914296,4412.45136615195,581.921778738735,4986.78420345269,405.964637461058,5662.15360300735,130.440162468007,1536.47101871927,244.532210679244,2954.3190478808,553.025561878971,6780.59979967304,284.393985174361,1974.1446219977,211.461257731763,2688.67080034232,274.452273120598,4806.19472606939,365.096422114875,3218.74070148494,357.596824206859,4100.44643252139,419.853973031561,5780.36038762989,5081.25409264405,1664.07272521924,43749.9456569218,17660.4847052938,1155.23023717454,7935.8076988824 -7016,1137.3480938684,4466.7232294656,246.90289762013,1789.6257112351,484.10139862792,3185.44582242724,538.472751611972,3753.84186776728,100.408895215326,1372.87283722865,845.287938947998,7618.66238059658,472.84632844036,4444.32633106423,531.706200140526,5022.80807279876,371.434195804286,5703.05625154603,120.558230285482,1547.57028208704,225.199075642004,2975.66065783332,509.374779104327,6829.58195556867,263.318264147066,1988.40558157238,193.92621926859,2708.09340249924,250.877720101484,4840.91404092239,333.654621024832,3241.99245848074,330.505876920089,4130.06751507062,388.046526539924,5822.11694634221,4621.71002627374,1526.62506610426,40353.9671656897,16359.8898933515,1049.36670131358,7384.11690046533 -7017,1055.32043923213,4569.91292490508,231.798366733053,1830.96942621497,446.198653795536,3259.03560342976,502.128868639823,3840.56266490725,93.0688724425814,1404.58877812604,783.210997084335,7794.66779000361,438.121055916574,4546.99861608759,492.642382585428,5138.84437248798,344.799432979754,5834.80756172105,112.850173429338,1583.32206205547,210.243619348612,3044.40400754156,475.597313951263,6987.35812520576,247.264268511446,2034.34148488044,180.86689543809,2770.65544609804,232.597996309204,4952.74824686473,309.248255254221,3316.88857297488,309.37452749204,4225.47983124308,363.236236256831,5956.61878217187,4241.05695222851,1407.50933883229,37593.8009340413,15324.8054569333,962.707751733277,6918.95964649402 -7018,1010.62365304813,4664.1352501491,218.506371516178,1868.72029797634,426.006850216875,3326.23030005838,474.063723994643,3919.74726874529,86.682935264685,1433.54854669525,729.255856409954,7955.37801265933,407.93904456537,4640.74849481159,458.686204778998,5244.79690895846,321.613404853055,5955.10944599122,105.628273510964,1615.96694801905,196.892666828729,3107.1734364752,445.386445832894,7131.42326182611,232.6101457384,2076.28547554188,169.452241243249,2827.78073554472,216.68328398081,5054.86385909546,288.017245533277,3385.27608036431,289.575959116417,4312.60064547165,339.990762499397,6079.43216646848,3938.04360893256,1315.99888565395,35287.1161900967,14413.1853216487,892.100142768884,6517.7134914625 -7019,972.278949426259,4597.65977090219,210.631202679698,1842.08640536303,396.279833687665,3278.82328001647,452.811228291009,3863.88116190195,82.5275517597609,1413.11692935263,694.023097598363,7841.99417243623,388.230162091997,4574.60633475157,436.528627612972,5170.04556291536,306.686173803522,5870.23438702345,101.567693368353,1592.93541665141,189.080874271787,3062.8885192901,427.737443184796,7029.78281753854,224.810887416606,2046.69326505964,162.249518537765,2787.47785633587,206.353360190754,4982.81952943103,274.195208682476,3337.02751171097,278.444030606352,4251.13540500739,326.920779501587,5992.78520081666,3692.90672229838,1239.75619870484,33723.2080025556,13881.8513744726,837.544305064717,6283.46464927439 -7020,907.247859676897,4539.37189299585,202.808085871832,1818.732935807,380.128285994284,3237.25525181404,435.037690434347,3814.89592927666,79.007136830154,1395.2018179373,664.261994807677,7742.57550693208,371.582073864895,4516.61072202765,417.788158254301,5104.50113388896,293.739210881616,5795.81315485705,97.7476699323202,1572.74061544709,181.71569925813,3024.058053151,411.098884681878,6940.66114629831,216.772783201281,2020.74584548316,155.84745091983,2752.13897154387,197.583503595969,4919.64870104592,262.490123676222,3294.72158611732,267.971579305501,4197.24066859853,314.62508784998,5916.81030282294,3521.19557164282,1184.61079498791,32378.5352503137,13350.8526740666,797.749912352484,6032.83061667958 -7021,879.257366687498,4457.69088010802,198.714144461602,1786.0068336345,364.062492023072,3179.00439813258,423.551075677606,3746.25106586598,78.6083233866233,1370.09669318471,661.230214094954,7603.25636219699,369.886123511656,4435.33927141914,415.880514519285,5012.65124083516,291.683885426052,5691.52386106119,95.9453277560579,1544.44087497468,178.917359365695,2969.64344896444,404.718256240167,6815.77156996384,211.789988547875,1984.38474281549,153.962426608257,2702.61725265791,196.518824663745,4831.12502454923,261.182885683041,3235.43668884933,263.030525674696,4121.71593142639,308.823803114141,5810.34379820687,3523.05511440911,1172.18949683583,31812.2106921776,13065.5634266045,800.759740582488,5890.23245100877 -7022,843.65494675175,4376.00986722019,196.203749976901,1753.280731462,351.717119909575,3120.75354445112,414.518618091688,3677.6062024553,75.8790044165886,1344.99156843212,637.875404098016,7463.93721746189,356.821656778322,4354.06782081064,401.193476518291,4920.80134778135,282.417222650413,5587.23456726532,94.2412567115564,1516.14113450227,175.036628009318,2915.22884477788,396.003198473419,6690.88199362937,209.251301511286,1948.02364014782,150.162256850184,2653.09553377194,189.778683249498,4742.60134805254,252.092563531768,3176.15179158133,258.358878674209,4046.19119425425,303.338828357708,5703.87729359079,3349.87887620916,1124.55681260797,31014.3714794755,12841.8236836641,760.392108775632,5789.14346749437 -7023,862.464762878625,4256.18505875424,202.131007687551,1705.27203536462,362.396686793916,3035.30042458171,425.998996586519,3576.90522777896,78.2026476920713,1308.16273075446,657.41756175954,7259.55814277475,367.753360727103,4234.84383400372,413.436374487759,4786.0589461671,290.917858388739,5434.24375321531,96.6607322691296,1474.625843961,179.875304251934,2835.40344479956,406.91904024223,6507.67087718273,214.811862223318,1894.68245339311,154.835873293199,2580.447922404,195.58849743344,4612.7384557365,259.812865505607,3089.1817454359,264.991780376141,3935.39754899766,311.126509745708,5547.69254425156,3456.07190686349,1158.7949625859,31919.6754147109,13196.7305080818,784.326025248003,5943.32860171885 -7024,902.535747337255,4283.28210052384,210.98547792411,1716.12866564102,377.719140075115,3054.62469297061,444.637111536297,3599.67762818567,80.8852561990847,1316.49116094896,679.800682361614,7305.77618722257,380.274273315659,4261.80500666743,427.537666023312,4816.52943497006,301.343766531293,5468.84091662206,100.668433001505,1484.01406311425,187.272834165425,2853.45506720714,423.659391835158,6549.10202435975,224.599749169896,1906.74496685787,160.924558937228,2596.87636810653,202.3331232178,4642.10549802481,268.715988578596,3108.84904975525,275.978741961844,3960.45229410228,324.026287263403,5583.01198044179,3555.87897662125,1198.15220858802,33191.9267729044,13766.1056516625,806.301267152667,6205.62780194937 -7025,980.332576463393,4490.18133730606,228.058901473382,1799.02437570826,410.128836601558,3202.17498333193,480.329007345973,3773.55610185486,87.5004862577464,1380.08282034435,735.414826721486,7658.67368072486,411.384316128579,4467.66681602299,462.466811605572,5049.18659848318,325.82292231484,5733.00726970773,108.564167153991,1555.69773227881,202.028349114832,2991.28807977601,457.034107164136,6865.44920361353,242.036899724854,1998.84818796791,174.114414446903,2722.31562846095,218.877575511161,4866.33730486435,290.693929966654,3259.01858810688,297.624601674746,4151.75759170618,349.440663412584,5852.69324135107,3851.96678137505,1297.4585429566,35885.997800158,14865.2951539869,873.230268943328,6700.97506526935 -7026,1043.47525666,4548.27427772604,238.767669546724,1822.29974211803,432.57260972321,3243.60399177208,505.701731089915,3822.37750868206,89.7209122159527,1397.93801661243,753.527702645736,7757.75985128414,421.516492968742,4525.46846870975,473.907293621211,5114.51182127497,335.122002402835,5807.1796081341,113.992589863282,1575.82499416062,210.8484164022,3029.98868163225,477.1027809289,6954.27281708951,255.579915970706,2024.70882921361,180.197442924105,2757.53632618525,224.546894409464,4929.29686526478,298.040264086854,3301.18302612045,312.506419395349,4205.47208301398,366.913386526904,5928.4140495379,3891.33357616362,1331.05532287636,37397.5363349554,15632.3402441965,879.727194004546,7072.44409057176 -7027,1070.83895564362,4266.12713529096,241.049075286751,1709.25540189063,428.910977384529,3042.39062125233,508.639433993408,3585.26056596286,89.10913321038,1311.21848463079,747.980089826766,7276.51583650327,418.413209185557,4244.7360593035,470.419461245666,4797.23876182248,333.566173306377,5446.93767196364,114.885584623468,1478.0704411299,211.809956277309,2842.0266995856,479.341198016871,6522.87222793313,258.796209949622,1899.1082661114,180.26639054465,2586.47562335906,223.101582222051,4623.51340986507,295.985377255012,3096.39780416572,314.954531113657,3944.59029393108,369.78771135805,5560.65146946645,3802.04318578995,1313.76081777043,37480.4815077256,15795.1300554226,859.232927422069,7165.3975698375 -7028,1030.90904541925,3974.42780389817,224.163280127867,1592.38390648054,398.314614889822,2834.36510257673,474.215500965864,3340.11594725028,80.5357560352558,1221.56303294192,675.322019377618,6778.97913938554,377.76895027634,3954.49935721486,424.725333625365,4469.22431335956,302.6287881809,5074.49962062048,106.800951092591,1377.00637394297,195.49307742084,2647.70119971673,442.543506595983,6076.86642282979,242.29223017376,1769.25545256429,165.087238098598,2409.62360135618,201.781770029078,4307.37754996852,267.469668123646,2884.67950779113,292.790810823698,3674.87626177304,343.765315768998,5180.43816022549,3350.64830188963,1183.72754610669,34569.8409084949,14749.8956223379,755.041446581505,6731.13993569485 -7029,861.298732266349,3687.2121481484,182.922446434354,1477.30882889161,325.009584576852,2629.53711934543,388.060505456657,3098.73941724291,64.9983112847051,1133.28566451118,544.818347566587,6289.09001951702,304.766391952096,3668.7238488686,342.672952354992,4146.25173587422,244.679403226033,4707.78627015806,87.1063187936671,1277.49575048273,159.27781135112,2456.36265393658,360.577100938107,5637.71611977863,198.535505249541,1641.39859113163,133.937561665726,2235.48995069712,162.898163582362,3996.100976681,215.855835255016,2676.21550810656,238.798713368711,3409.30797184481,280.373263339387,4806.06906442736,2675.87524867902,954.533448427083,28136.4314583579,12066.3523074421,602.408893701576,5523.31940556613 -7030,665.26328068567,3359.38342562843,146.68142017388,1345.96182560453,269.090039084289,2395.74590798627,307.360813238152,2823.23159622232,56.8544620209416,1032.52563858388,478.144178636774,5729.92925955188,267.46947272773,3342.53891447119,300.593130781148,3777.60996664474,211.274721100098,4289.21866492331,68.1824145821476,1163.91405703019,128.654252044635,2237.96832279125,290.885210911739,5136.46878189346,152.279257414863,1495.46242536287,112.822213027738,2036.73333315037,142.155444855891,3640.80905812297,188.898349419533,2438.27413778122,186.919538123939,3106.18761093792,219.461990169025,4378.76317086081,2547.6470833669,850.369273389503,23071.1918524753,9446.89140957336,577.806198285479,4254.33236555487 -7031,676.355915592246,3118.23924384571,164.351319739311,1249.345624944,328.069513866949,2223.77381860425,339.947011476617,2620.57361200404,74.4188846854695,958.408600205201,628.382610058978,5318.62190701024,351.511474766751,3102.60387000502,398.231819358068,3506.4445326692,288.131789868516,3981.32879514859,71.6928827221682,1080.36565918828,148.151091187534,2077.32186727265,333.821520157214,4767.761372012,156.063244198157,1388.11473167606,140.201851971915,1890.53198281173,185.544031982579,3379.46350445669,252.869933319712,2263.24927535212,196.543355164635,2883.21840052005,230.761301423332,4064.44559281894,3792.08618207953,1129.24691402321,27496.2685631421,10452.8709933012,820.195026048811,4549.76972618637 -7032,682.959673554918,2995.8151995603,166.592185251911,1200.29552578378,343.184274140441,2136.4670524583,349.21972464254,2517.68823508424,78.1451702826222,920.780872587245,660.431829275879,5109.80944813099,369.439514358742,2980.79368038239,418.588773335321,3368.77930329365,301.418241398166,3825.01930937258,73.827885582253,1037.94982032474,152.856035654504,1995.76489733329,344.399124235858,4580.57604602988,158.299090647656,1333.61646964586,144.731283729603,1816.30850183812,194.711989972783,3246.78363053518,265.591560885639,2174.39267781506,202.39638561165,2770.02142314045,237.63333697036,3904.87288901407,4056.49482727419,1194.72971876954,28455.6046237815,10670.8618996683,878.384538032004,4628.24728314354 -7033,688.974274361318,2933.62845847004,169.584944125416,1175.37994784537,362.122394992132,2092.11854809842,360.6674455216,2465.42639114802,82.8445789410467,901.667423355513,700.899570168773,5003.74069021223,392.076797845,2918.91875402757,444.317101763589,3298.85062199352,318.322034925821,3745.62005754553,76.3873842023129,1016.40419336127,158.743709363091,1954.33706995405,357.616883792181,4485.49304603024,160.927890609635,1305.93343294729,150.552959525683,1778.60580690539,206.263937066977,3179.38731949509,281.640461212384,2129.25691827165,209.413155299589,2712.52167980495,245.871717268795,3823.8160469982,4396.22896879043,1278.19935169695,29640.5232388389,10926.1642284084,953.199624867537,4716.76511542071 -7034,790.079711167862,2955.72197239022,194.778882239866,1184.23187766772,427.520900333565,2107.87454819162,420.491357748604,2483.99381816311,97.8599455090795,908.457990753972,828.470821974926,5041.42447197164,463.438987285623,2940.90148736853,525.29596818481,3323.69466859634,375.138050089947,3773.82877928811,89.2600767591594,1024.05885737632,185.623152992595,1969.05542092147,418.160375673731,4519.27384153801,185.890165298079,1315.76857699777,175.392672492211,1792.00070428578,243.536654260984,3203.33167338835,332.741926406463,2145.29261196274,244.703160235366,2732.95001159268,287.305666838824,3852.61367227984,5261.24942726441,1519.22305241463,34674.681017185,12657.1890467349,1141.6228065274,5453.01415956991 -7035,1091.47350596349,3061.44592448704,265.408549029287,1226.59096132836,553.458328310033,2183.27163554992,561.1307171597,2572.84440894716,125.484846784287,940.952849875915,1060.70174507906,5221.75243392249,593.346837948638,3046.0953218619,672.408198341548,3442.58072730199,483.897596780943,3908.8157966091,119.150943229789,1060.68867255952,245.563722152798,2039.48705249646,553.37005198132,4680.92486812249,253.900302895009,1362.83262947106,231.141854036257,1856.099221801,312.627890146678,3317.91243827459,426.503726237307,2222.02811532181,326.647852118973,2830.7055781878,383.516824565093,3990.41876597283,6537.6999447373,1924.20313443817,45660.6245867474,17107.1691579362,1415.94479159102,7428.5524482138 -7036,1558.18439142867,3322.34430732211,371.71972779962,1331.12182880213,732.181872181646,2369.33144292675,771.319983502503,2792.1038576317,163.844516744326,1021.14145451305,1382.18404078914,5666.75352137555,773.181088718001,3305.68551650771,876.050609321027,3735.95966218641,636.510439656274,4241.92758276823,163.737615708657,1151.08124070805,334.016307373736,2213.29344559763,752.975312774388,5079.83628396605,358.738262553455,1478.97409917983,311.610010560534,2014.27718649278,408.77500029168,3600.66706170608,556.598808411227,2411.39077473205,448.88054624265,3071.94012089988,527.030074091299,4330.48480945569,8183.81065989771,2473.06676163093,61673.0835629143,23840.695193934,1767.85279263223,10450.3680196167 -7037,1728.65364574068,3931.15050954009,405.236307927699,1575.04453828665,783.124271975199,2803.50187926137,841.246935690518,3303.7456347999,172.886223686438,1208.2615099147,1456.83023430157,6705.1632619466,814.937485453446,3911.43906245919,923.445263723045,4420.55921093354,674.364462348739,5019.24371344658,179.457309317394,1362.01223815325,361.876356314826,2618.87054789813,816.126790992477,6010.69580659729,396.919016791081,1749.99014123063,333.254472358754,2383.38536153062,431.674449127396,4260.47478676861,587.147486618924,2853.26841408226,491.975498024605,3634.86076531483,577.627801751181,5124.02869495755,8427.91914410924,2591.25927821714,66448.877267167,26156.3803773574,1817.72951718926,11544.6692085873 -7038,1579.55927252006,4406.1610115504,366.547222503169,1765.36101052665,722.83738965257,3142.25584755208,773.018465720874,3702.94527589536,158.47253267832,1354.25869445176,1335.62770389227,7515.36448914176,747.137900411403,4384.06778225318,846.839280711063,4954.70615973542,617.555645650765,5625.73117055369,165.985224920025,1526.58749809797,332.308472076122,2935.31506220461,749.643395512589,6736.98283773338,364.112690192462,1961.44571727172,302.714255290052,2671.37562654774,395.631949202961,4775.27834423962,538.222561834622,3198.03579412895,455.042282787867,4074.06985504051,534.264561072611,5743.17757689434,7757.84539378108,2384.68930990199,60910.6884923945,23972.067587392,1673.6412018023,10602.6343288958 -7039,1484.00252191739,4528.97494341483,344.375672402454,1814.56732103019,671.724444878794,3229.84066221279,722.274831087287,3806.15831500569,147.18345170744,1392.00625623882,1240.10567130302,7724.84195941267,693.703750562772,4506.26590449322,786.217368267096,5092.80981575591,574.245045936175,5782.53845990532,154.922901373178,1569.13841997418,310.133972913588,3017.13176910779,699.622988090261,6924.76429851893,341.386261953517,2016.11754157531,282.797964691478,2745.83548929972,367.527189999158,4908.38076779286,499.842724206471,3287.17537597596,424.715336747213,4187.6273342784,498.657732591056,5903.25847674459,7157.25763909887,2208.52482712255,56820.3938745494,22447.2735767129,1543.40753212563,9935.15116760011 -7040,1372.07811791763,4520.13753784676,316.507524623689,1811.02654910125,614.554828445002,3223.53826217551,664.63446392191,3798.73134419966,134.011565772106,1389.29002927944,1128.73177893961,7709.7684467089,631.402215592696,4497.47281115683,715.642431983442,5082.87219711478,523.50214315727,5771.25497120828,142.824276356216,1566.07655436816,284.789214585025,3011.24442872082,642.542801129841,6911.25198031582,315.47644228992,2012.18348395512,258.556997254042,2740.47753034757,334.718452546135,4898.80302623556,455.069998250213,3280.76109849952,391.547409005662,4179.4560015633,459.715311135271,5891.73942663193,6466.66489728113,2006.87314393913,52080.4766006303,20689.3343345544,1393.77735845457,9177.16414563325 -7041,1290.87773339421,4592.46129926326,297.041674136714,1840.00359923733,571.206067554114,3275.1159874634,621.395399665,3859.51235741505,124.193937680033,1411.51914947204,1045.64843546113,7833.127404052,584.926154468198,4569.43392912012,662.937983727034,5164.19990739277,485.841226395296,5863.59704357148,133.64730089473,1591.13432000687,265.776317088686,3059.42537936802,599.705959810328,7021.83439846758,296.154749608819,2044.37911450867,241.081377648675,2784.32611712454,310.279454198254,4977.18556622009,421.691480120981,3333.25440892773,366.389074189445,4246.32874076137,430.176942468616,5986.00929188538,5942.86418135153,1854.47392621318,48563.5220860162,19391.8048703193,1280.16926363024,8614.90251144174 -7042,1213.8308657211,4681.55013833361,279.379623392232,1875.69770178047,530.618158737141,3338.6497359548,581.126280674687,3934.38277066272,115.238628217276,1438.90111181372,969.900368667264,7985.08170072275,542.553379914583,4658.07606182994,614.884398800353,5264.37986417338,451.534713337385,5977.34455701747,124.807428248241,1622.00062461725,248.211529894951,3118.77496067293,560.070999525084,7158.05047824252,278.098953284493,2084.03788353531,225.172066902697,2838.33906687061,287.979112670528,5073.73764473264,391.248592434338,3397.91598063551,342.154894125825,4328.70297827235,401.723622712658,6102.1314720688,5469.87769050574,1715.26698695974,45306.26581707,18172.5510775468,1177.64488537414,8080.45674354265 -7043,1174.92045694278,4648.92971650817,269.593916748745,1862.62808841714,507.671561108495,3315.38646641882,559.727403044038,3906.96851217794,109.977738709494,1428.87503928528,925.281711788183,7929.44270814734,517.594112056732,4625.61920426311,586.596094457231,5227.69836194776,431.509549634887,5935.69521116313,120.150278567536,1610.69873891428,238.683437397197,3097.04374947374,538.594037846039,7108.1741297792,268.991467276924,2069.51658335645,215.984471823517,2818.56189586761,274.903617390966,5038.38451226321,373.352331869892,3374.23975174967,329.387492551295,4298.54114876377,386.733432885763,6059.61262750421,5176.75620816475,1632.30243844291,43498.1474671482,17533.2258667957,1113.91351510683,7806.91146322365 -7044,1129.62316894393,4607.86177669369,257.869218422538,1846.17391446818,481.45276506175,3286.09884536033,534.401738148195,3872.45494507766,103.981122762308,1416.25257396656,874.443710353715,7859.39521425982,489.155799836814,4584.7571859773,554.333132305372,5181.51766772595,408.451449095567,5883.26018018738,114.793930231716,1596.47007061798,227.433196036019,3069.6849348514,513.259177663172,7045.38159791621,257.966486201479,2051.23478783079,205.445211044311,2793.66314769083,259.995241683443,4993.87618786822,352.955411555987,3344.43222969735,314.703264028467,4260.56848839839,369.492698995333,6006.08292887234,4845.21827472139,1537.81260180143,41410.2468956152,16785.6982279213,1041.86935741335,7486.3873507676 -7045,1093.40943898323,4531.11931249316,249.963245181313,1815.42647836764,468.49393196152,3231.36992005381,518.536597586641,3807.96044645925,101.331015842539,1392.66534029426,852.307131748464,7728.49950056484,476.77280058244,4508.39952134582,540.302953278048,5095.22114812739,397.780610840401,5785.27636347567,111.360336875992,1569.88137217627,220.861926642309,3018.56031401072,498.409864488036,6928.04302066289,249.841383975111,2017.07212846714,199.710763968657,2747.13558143778,253.337494789544,4910.70477710503,343.975206728621,3288.73178053092,305.290196332191,4189.61008284278,358.44082827623,5906.05353856256,4740.82323968737,1500.58311045907,40237.8546155578,16272.431884553,1019.7019242769,7252.30165514734 -7046,1090.12360300933,4500.5133014218,249.226166390523,1803.16395357758,462.305515499242,3209.54322851732,514.540210718216,3782.2391022293,99.6933563157967,1383.25840838977,838.243575150626,7676.29638584503,468.90577587323,4477.94697394016,531.384350983348,5060.80484078351,392.065364509817,5746.19899203167,110.561276310986,1559.27741246038,218.805136719229,2998.17107152588,493.808361127844,6881.24668916736,248.821699128481,2003.44756295959,197.681190206946,2728.57971119438,249.30373550787,4877.53480862466,338.386423752358,3266.51763114666,303.09960169486,4161.31083849788,355.868853919844,5866.16036261134,4627.44036245199,1472.6209675495,39818.6352802134,16177.3842195351,994.763561998389,7219.70573921585 -7047,1112.35319790267,4428.05958168107,253.915301397328,1774.13483467734,466.347902800115,3157.87282338791,521.782745919155,3721.34887181518,100.547636003001,1360.98934476567,845.135290753108,7552.71576520535,472.760938438716,4405.85654928544,535.685373386165,4979.33099301577,395.74925461227,5653.69099050846,112.022128636372,1534.17462060667,221.632097325768,2949.90354469011,500.193802754868,6770.46556583943,253.124244907572,1971.19408018551,200.456664807648,2684.65233303894,251.501058511184,4799.011423317,341.256218160532,3213.92999566506,307.104473678373,4094.31793589911,360.570968983338,5771.72110415329,4629.92004001699,1480.04049120314,40337.2522766843,16447.7936998985,994.763561998389,7344.58121030459 -7048,1160.47302912913,4480.04431697983,264.556603392522,1794.96290351059,481.997854354281,3194.94576240393,542.688795785492,3765.0369325757,103.624882766372,1376.96714938347,870.7177271596,7641.38348130051,487.071518975832,4457.58062441452,551.929766474728,5037.78756950533,408.547009561005,5720.06444917159,116.429623542352,1552.18559360357,230.182239144056,2984.53495650805,519.504747126009,6849.94978546141,264.261129179305,1994.33559411293,207.775844488786,2716.16973661671,259.25746690674,4855.35107591991,351.671320191984,3251.66103722209,319.187456030324,4142.38459584362,374.757583078105,5839.48021811349,4735.6260980321,1521.92524820409,41807.8808326932,17122.1756947797,1016.93099513484,7655.39779025513 -7049,1251.43988354097,4633.13935149872,285.389187851884,1856.30156184296,518.697486477994,3304.12556000713,583.906219425908,3893.69826232481,111.654432441724,1424.02178062166,938.145333691027,7902.50988654787,524.789904291476,4609.90801478853,594.60646586917,5209.94217496963,440.091191585442,5915.5342709716,125.282020249049,1605.22790529049,247.669108839288,3086.52445702653,558.972575437354,7084.03079552714,284.309022702366,2062.48734776094,224.121695544298,2808.98848352295,279.355151655553,5021.27134098335,378.916920242509,3362.7789466701,343.455970336343,4283.94089926847,403.251214624063,6039.03079447188,5097.24348393822,1638.24722838971,45039.4373328997,18444.9803814849,1094.51701111243,8244.38313272436 -7050,1316.46010035415,4629.56540303485,297.006462568898,1854.86963294721,531.170993744694,3301.57679693877,607.386316040571,3890.69470990221,113.085980736242,1422.92330719592,949.220652417547,7896.41398462758,530.985336113985,4606.35198670086,601.677970025869,5205.92328768383,447.437975245751,5910.97109835434,130.663471800583,1603.98965162035,256.389399220391,3084.14354885499,578.816647281789,7078.56625862054,298.753635283513,2060.89636960789,229.832485984505,2806.82166329285,283.136466952595,5017.39799212973,383.677403263284,3360.18493907848,358.209018385662,4280.63631832784,420.57274943235,6034.3723581086,5041.24121469322,1648.32714376386,46414.8139989942,19262.4674445352,1080.66236540215,8649.18557082645 -7051,1338.22635509897,4318.63171649298,300.808512274571,1730.29175083138,533.017805631957,3079.83428862464,613.89106299844,3629.38550611263,113.022539578152,1327.35606684918,948.235468839725,7366.07022728667,530.434233446896,4296.97737374141,601.047502113103,4856.27990244672,447.964836560112,5513.97486336241,132.149317151089,1496.26152335449,258.607680206454,2877.00442455594,583.884246012023,6603.15128753472,303.302392572749,1922.48119453274,231.047353932895,2618.30820009366,283.072466993837,4680.41645742283,383.415746069754,3134.5061550861,362.282407812279,3993.13761913457,425.355310737987,5629.08817267662,4980.74293106767,1641.5342627275,46743.5880851123,19511.0709112449,1066.80771969187,8776.07265177969 -7052,1256.40732555952,4024.78800971873,279.553676615216,1612.56109555844,485.906607558072,2870.27950761294,568.699957728269,3382.43875064932,101.962816287029,1237.04152916756,854.469052288946,6864.8759782658,477.982159125068,4004.60704852863,541.599871104164,4525.85411452446,405.700143850005,5138.79890040111,122.747624844702,1394.45450178164,238.403395968664,2681.25037558509,538.42199654071,6153.86675064996,283.809090512361,1791.67379128789,211.361495990047,2440.15608213123,255.577482649221,4361.95658138293,345.796685418546,2921.23144958165,336.508020174894,3721.44083258407,395.093635243487,5246.0797934019,4368.7922422591,1468.54401492937,42944.5764286757,18168.2776878767,933.803120873139,8206.68683289289 -7053,1027.34468523843,3729.51472986207,227.667596092094,1494.25767125261,392.210736764446,2659.70522586898,462.991617295456,3134.29057951415,81.9245370856158,1146.28760405295,686.187190777148,6361.24337922778,383.846827609521,3710.81431835233,434.962580451009,4193.82077877574,326.649516915149,4761.79767644068,99.8862069152665,1292.15218092457,193.696785518295,2484.54396754468,437.480720449779,5702.39640864001,232.183465682026,1660.22999958772,170.935366543045,2261.13723989825,205.424825902325,4041.94737263276,277.80226005924,2706.91914561544,273.834298418091,3448.4222194854,321.508498846843,4861.20804779765,3464.73659280638,1175.59657100582,34797.6035496441,14810.8779883392,739.838080929164,6702.04737330376 -7054,794.953635503617,3422.93476063897,185.585758400964,1371.42413819375,337.959299818775,2441.06757315763,374.925869989369,2876.64024723104,74.1332544109333,1052.05850353285,623.522066445571,5838.3255358395,348.792531202167,3405.77159244381,395.086422883396,3849.07312702647,291.255870070465,4370.36021316947,79.6839842298915,1185.93247017039,160.073269300145,2280.30522114577,361.058299271742,5233.63823443019,180.540482644454,1523.7529244065,147.647598284849,2075.26335666442,185.344920405507,3709.68427921176,251.648304101864,2484.40033325969,218.45066091318,3164.94909912124,256.482641027911,4461.59868260391,3465.56749324024,1092.62417990076,29293.3007135356,11803.2950080808,745.379939213277,5236.57789280964 -7055,1092.2022148421,3184.71472309262,217.704355245214,1275.97951755731,556.970877012141,2271.18083864615,584.486819570447,2676.43971884738,113.370974752682,978.840217547822,1016.58989169294,5432.00574723334,568.671071321367,3168.74603006505,651.319392736303,3581.1958787123,497.92413778474,4066.20385411636,132.478146884503,1103.39719055592,275.525801891755,2121.60678445775,620.6853008604,4869.40181629956,190.732423982624,1417.7069421583,187.373163166389,1930.83486202058,270.236640360097,3451.50783412113,435.071900664909,2311.49784400546,363.183882221303,2944.68364098431,426.413730686358,4151.09255847075,6223.0851065847,1885.46040206587,44800.0916336904,17103.3127486047,1462.6592347463,7608.48182978207 -7056,1168.06687134286,3060.47121184264,221.008869665674,1226.20043549546,588.85001320525,2182.5765187581,622.006786596329,2572.02525876801,119.050514597842,940.653266390468,1067.60678483261,5220.08991619432,597.209453922155,3045.12549658994,683.982250813357,3441.48466777749,523.996097102099,3907.57129571783,140.950559053825,1060.35096721164,292.500470969042,2038.83771428595,658.976824094456,4679.43454075137,193.65178460865,1362.39872659349,193.8536884007,1855.50827117656,283.756057987022,3316.85607102644,456.995656837824,2221.32065912181,386.4106831375,2829.80432937018,453.684287876311,3989.14828407519,6521.432841986,1977.01976685451,47257.3899935897,18155.0982999124,1526.54919235938,8053.26355120563 -7057,1171.79290467685,3009.13628707453,225.401435566029,1205.63271805927,622.252009355352,2145.96699243499,642.042751924892,2528.88329989266,126.713027814221,924.875184742069,1139.10078434127,5132.53054883492,637.202542212591,2994.04797373268,729.967241686285,3383.75880000022,555.959332046628,3842.02750699814,145.881172562163,1042.56513184127,304.458763292899,2004.63919600803,685.778058460534,4600.94387592263,197.109969427045,1339.54648218641,202.173919450501,1824.38483595559,301.437365629247,3261.2206655327,487.349204770321,2184.06125655641,399.927775562203,2782.33850391344,469.554688769646,3922.23616078535,7114.74826455728,2126.0027801439,49334.0991086394,18573.3860792616,1669.8841782935,8209.11651514847 -7058,1334.82438837635,3045.00575525008,259.222424729516,1220.00408588252,724.610685105257,2171.5473209404,730.124859558417,2559.02806250604,146.470431750893,935.899870180201,1299.72981473616,5193.71127433821,727.056950117293,3029.73758638704,832.980395223079,3424.09383869944,632.988044014092,3887.82519452191,165.155486818041,1054.99270349303,344.612589192702,2028.53487070829,776.228350303615,4655.78798871466,227.847820480697,1355.5141271611,235.955414243054,1846.13184492104,351.996191619744,3300.09502671675,555.978200392393,2210.09567582549,452.767586830894,2815.5045000328,531.593843464611,3968.98995048594,8268.15263389292,2454.96106599613,56343.3868659651,21003.9381692361,1931.95760692009,9283.98744160413 -7059,1755.2539243873,3147.09077341777,352.221472264433,1260.90520373993,908.058780318374,2244.34930081449,914.987749587764,2644.82048697096,179.953506620704,967.276282223347,1553.94708778531,5367.83249196953,869.263763498554,3131.31073317548,995.745373567948,3538.88793428655,760.817953443324,4018.16606659785,204.223072739934,1090.36174971475,422.734078933101,2096.54230181839,952.467787289337,4811.875116167,310.631950275191,1400.95827256517,309.783540657867,1908.02414269544,441.4504413004,3410.73201325663,665.050227578817,2284.19000449136,559.869911688271,2909.89539815885,657.342545825219,4102.05190299756,9818.43309963836,2959.09542809858,70050.9886553868,26547.4495575597,2272.74713913998,11846.2799419401 -7060,2447.42611672519,3387.52016550771,491.766574210701,1357.23501862131,1172.31506849356,2415.81163758284,1207.45098357888,2846.87776070472,226.784603682426,1041.17362591687,1911.64346819586,5777.92066412711,1069.35584145253,3370.5345720241,1224.62266984867,3809.24959080493,945.098245631685,4325.14330184912,266.783212227184,1173.66249682264,544.826549859575,2256.71257570268,1228.15672204731,5179.48961866714,437.958615045212,1507.98777062137,415.786901101798,2053.79212898806,566.118216856725,3671.30289715219,818.88102324132,2458.69606540214,731.376193030614,3132.20369238859,858.707850959464,4415.43779376678,11752.4803223589,3640.20038900882,90804.3337509658,35509.1015704569,2690.32455047101,16012.0493560824 -7061,2563.78578320175,3978.84650668221,535.323989384158,1594.15429244501,1232.29037273219,2837.51630259537,1261.73050651012,3343.8294326533,238.703101858497,1222.92114642161,2008.39980398159,6786.51589573742,1123.48044920047,3958.89590388306,1286.69871146101,4474.19312268013,991.185880372147,5080.14136496899,278.27846564735,1378.53730674598,568.54196410754,2650.64486991022,1281.59667405986,6083.62258193135,484.014553589833,1771.22248137439,443.758145430921,2412.30258083226,596.647151348477,4312.16642074717,860.20130696973,2887.88664652935,762.890000118308,3678.96192813058,895.708171475355,5186.19768528181,12338.3232458303,3834.89732985236,95484.789570559,37215.0926988678,2836.27359399822,16882.6971614651 -7062,2424.20444757907,4461.19984940977,484.425729053228,1787.41272814816,1173.01480948076,3181.50682128017,1230.3277235897,3749.20000968922,230.619260422331,1371.17519489471,2010.00532750914,7609.24143246898,1124.37856435182,4438.8306461611,1287.87246968457,5016.59705937609,990.017223062813,5696.00406909844,276.040928408163,1545.65661553732,564.560870313264,2971.9810690417,1272.57403971788,6821.13675428236,444.034315537592,1985.94679485828,403.44566359107,2704.74467719878,561.854894427263,4834.92795074129,860.733487519512,3237.98353391424,756.755875507921,4124.96043066667,888.506103631341,5814.91753796785,12148.9154358488,3768.94061301048,92953.3688406176,36263.7478308462,2828.04722942594,16387.5693267827 -7063,2304.54384036442,4638.27284397553,454.916585828545,1858.35833358658,1093.49454460475,3307.78651263944,1159.21582099202,3898.01245821234,213.876291292845,1425.5995887865,1862.27505250738,7911.26582328381,1041.73960203443,4615.01576707426,1193.15686963801,5215.71476174736,919.73310390614,5922.08864984357,260.688909850297,1607.00648882753,530.160848992088,3089.94430885433,1195.27961699467,7091.87986201002,416.215825109965,2064.77257220165,376.628370714135,2812.10082704505,521.442116432166,5026.83488153273,797.676556553693,3366.50488692664,714.668891119166,4288.68748181415,839.091829196079,6045.72200680087,11138.6107110673,3480.24482161323,87027.6483775547,34281.7627935565,2587.87010321427,15506.4216213468 -7064,2142.30144690748,4684.99412847324,417.926171514195,1877.07756191205,1007.75536055396,3341.10581918162,1081.55219243533,3937.27710588659,197.497571277056,1439.95964180797,1735.06483779824,7990.95593934646,970.579373438023,4661.50278322618,1111.69001331599,5268.25261396944,857.61707322513,5981.74180047471,244.296864292017,1623.19385207238,496.11092563764,3121.06929265591,1118.570936141,7163.31630997295,384.496032607587,2085.57100946784,344.12831437627,2840.42709572225,478.282715606757,5077.47014826313,743.236526282962,3400.41566317373,669.73071162761,4331.88739581228,786.329970244499,6106.62051522749,10269.2260954029,3221.76000529151,80944.2953426204,32041.7467598733,2393.58617278197,14499.3155208702 -7065,2028.44387481194,4782.14059795362,392.023408565267,1916.00001369749,941.982811836683,3410.38587068078,1022.77670795948,4018.91916555924,184.617322668454,1469.81816277082,1630.62276622755,8156.65372593766,912.15543550941,4758.16214403758,1044.74869289783,5377.4933361013,807.124906834885,6105.77719546649,231.765283497681,1656.85185626341,469.518609100361,3185.78674042013,1058.70836565865,7311.85243834413,360.833532206894,2128.81671156789,320.612656429866,2899.32524086374,445.264739426375,5182.75486906951,698.590743112459,3470.92554373804,635.375851824017,4421.71196232179,745.993973375755,6233.24535343281,9547.42414082535,3011.02834840189,76259.9343763424,30377.5467913518,2228.65470937154,13753.1716505171 -7066,1924.68223850058,4855.76397412828,368.52489913351,1945.49776410229,885.024962458489,3462.89041685938,974.925785175361,4080.79237724777,174.449463677189,1492.44672696493,1557.97250985325,8282.22937000134,871.515547722066,4831.41636027296,998.144089470925,5460.28245671601,771.709751676192,6199.77859966879,221.913567913628,1682.35989497134,449.635361079695,3234.83347394832,1013.86782283815,7424.4219564449,338.735969879303,2161.59087835623,299.211041936179,2943.9617605328,417.147105488533,5262.54589644118,667.508190275762,3524.36212757461,608.367742211224,4489.78636466732,714.283786490976,6329.20919181119,9014.08215682134,2852.17885672234,72557.5553937676,29030.424670958,2112.48723265533,13131.0265317337 -7067,1866.98202540272,4786.42933611027,355.455940048538,1917.71832837239,850.49259605275,3413.4443863628,945.94832284695,4022.52342846636,167.934773227617,1471.13633088171,1507.53374514639,8163.96880824201,843.300564869732,4762.42937774279,965.815209849409,5382.31600084427,747.346880179327,6111.25300260721,215.637472360782,1658.33776066758,436.854066671792,3188.64383022599,985.053081200518,7318.40988263205,327.541439559413,2130.72588535155,286.801078393497,2901.92542513986,399.946888506844,5187.40288769385,645.948936554947,3474.03835284797,591.162061110766,4425.67745945055,694.08261836046,6238.83547706875,8647.79590262986,2746.612461224,70240.1310405264,28216.7250452238,2030.51432997487,12766.6973841274 -7068,1809.67293604305,4720.47370276663,339.82829218693,1891.29271586657,819.028624950357,3366.40809467718,925.067941170743,3967.09420101228,163.033206662881,1450.86449113969,1486.14649220454,8051.47164270714,831.336731526068,4696.8044569916,952.065498441574,5308.14921893586,736.615159972923,6027.04167637508,212.590321172339,1635.48633852763,430.213906700989,3144.70522619329,970.119038859091,7217.56427832409,314.010545237873,2101.36508936323,272.579071825114,2861.93771908785,383.535718620684,5115.92195298427,636.78528218171,3426.16709355797,582.808410155042,4364.69288424527,684.274607478768,6152.86610066691,8417.87366136916,2680.36826738154,68657.0203964106,27674.8751352044,1988.60685801039,12509.9413845844 -7069,1787.08553373199,4636.06349573509,329.479461801695,1857.47314186705,804.874581135297,3306.21091487766,916.189344741436,3896.15571815942,160.183813189099,1424.92053301531,1466.96436818487,7907.49745048335,820.606427097883,4612.81749687594,939.811001355704,5213.23036063101,727.795791016083,5919.2677816932,211.14918682354,1606.24102351794,426.700161786351,3088.47247585711,962.245226574457,7088.50178727797,304.163075398907,2063.78905919955,265.060168133048,2810.76133921775,375.409560381583,5024.44044955899,628.611865278107,3364.90131984497,578.857594266476,4286.64465154941,679.635959607076,6042.8422483806,8269.09799679228,2636.47714996458,67739.8498916594,27402.1199360554,1954.06936741919,12371.631078785 -7070,1802.41006731379,4556.46187276346,328.351050341025,1825.5801626499,801.585959677369,3249.44297911646,924.352088366665,3829.25837760294,159.697479420703,1400.45452060242,1473.29069073505,7771.72501525213,824.145313970093,4533.61500977432,943.839588951268,5123.71873120381,732.046146291099,5817.63342688769,213.812141348711,1578.66172214011,431.211957768398,3035.4431284792,972.491981104047,6966.79158049938,302.838101133987,2028.35361731346,262.170039658357,2762.50031678062,372.011221591757,4938.17035971291,631.400326460962,3307.12566460525,586.157984446855,4213.0425812413,688.207338362217,5939.08610898019,8209.687954506,2630.51124308841,68086.4331766384,27707.8418601512,1944.08532845282,12508.6903093172 -7071,1865.23078067117,4469.5823882367,334.395039451091,1790.7712543517,816.51521231432,3187.48483288192,954.628705811445,3756.24470970536,162.910052895126,1373.75161596924,1512.25454416902,7623.53910213281,845.941336590584,4447.17115353437,968.718383578512,5026.0231826274,752.565223790003,5706.70678963984,221.330667389285,1548.56088502315,445.808750090075,2977.56538437056,1005.45860493927,6833.95358509395,308.005480897651,1989.67836409482,265.666589441105,2709.82685868333,377.540888153037,4844.01272000529,648.20521718802,3244.06766455403,606.769742236449,4132.71117982313,712.407576768471,5825.84369543284,8322.7596584316,2681.05295972407,70033.2842922204,28687.8135957616,1973.48088709154,12944.5984792747 -7072,1943.36745949417,4512.72971796739,348.269530150531,1808.05855125601,833.843410771321,3218.25537186066,975.69618863454,3792.50579965984,164.263566322001,1387.01319362766,1506.5493039753,7697.13330552421,842.749877498164,4490.10213532707,964.998729724233,5074.54214047583,752.433949011296,5761.79675960594,225.215442090829,1563.50999241403,451.31859713953,3006.30945580154,1018.07830171382,6899.92548651282,321.470116571182,2008.88582040205,275.175606365199,2735.98630330894,384.505297015672,4890.77463105089,645.96836739277,3275.38442863462,617.41970670864,4172.60650705254,724.911686407062,5882.08375928038,8235.40664348075,2677.72412285227,71140.4225016399,29388.9850864803,1940.82852936568,13296.786227053 -7073,2052.61081558787,4677.19641471169,375.676285713339,1873.95335019809,875.961234540931,3335.54487585692,1009.97430538211,3930.72389385907,170.232024176745,1437.56297004978,1526.5986206442,7977.65577601915,853.965281549031,4653.74416850747,977.802538850502,5259.48412359769,763.7832051257,5971.78577724896,231.007989049867,1620.49220492174,461.584197700205,3115.87457857374,1041.34779728602,7151.39367172905,345.859870468418,2082.09978083548,296.788980356994,2835.69948308377,405.744205878843,5069.01919661555,654.688537974523,3394.75600442399,633.299757434038,4324.67739361515,743.556433613049,6096.45664361477,8404.81497419794,2743.56619784405,73545.6639672179,30429.1112611281,1963.02465671921,13812.1856872504 -7074,2106.95400508018,4659.32666608919,390.551103267488,1866.79370319395,885.876148179542,3322.80105602007,1025.31514098024,3915.70612644892,171.286530974162,1432.07060098377,1529.9170525084,7947.17625566676,855.821581930083,4635.96402179755,979.894066083605,5239.38968008081,766.771228486788,5948.96990611487,233.976398619131,1614.30093438719,466.345506449103,3103.97003351695,1052.18778737685,7124.07097755858,363.152187496691,2074.1448872643,303.823021773817,2824.86537811176,409.543600361577,5049.65244551626,656.220671412851,3381.78596189103,641.43754118737,4308.15448308391,753.110995089053,6073.16445358257,8338.04801658094,2748.18904381751,74529.0410216937,31001.6066860212,1947.21285268945,14130.1290707304 -7075,2098.78630213113,4351.25213831842,395.352605638193,1743.36136419471,871.171144048452,3103.09755816062,1001.26197238482,3656.79976459741,166.234074010796,1337.38213937762,1458.11251182151,7421.70921986207,815.654779749752,4329.43423130824,933.851297054222,4892.96140467235,732.680964147753,5555.62420921675,227.093092604342,1507.56340905745,450.299979893416,2898.73563575514,1016.18122106733,6653.02763599804,368.559531068536,1937.00249471159,305.181471362027,2638.08537109666,403.052237660776,4715.76958989226,625.591317786552,3158.18238397194,622.567215327909,4023.29944864315,730.955369680278,5671.60701724121,7931.86919671094,2638.17905955009,72579.2479542145,30347.9266644496,1839.01500722375,13890.6840674497 -7076,1912.22595590454,4077.35757638602,367.00522919132,1633.62348140667,777.23793633362,2907.7695194011,893.2877807112,3426.61830469563,146.246192476029,1253.19908503901,1262.08417014963,6954.54121144845,705.998321448503,4056.91302258381,808.2912544224,4584.96833098144,636.698929104225,5205.91906442767,201.600814103443,1412.66809929756,397.040883035369,2716.27139284877,896.22227951479,6234.24517247708,344.612894427657,1815.0756486254,278.645768681864,2472.02805837655,358.927569783637,4418.93005843343,541.684707166294,2959.3869676036,552.681087763829,3770.048245316,648.902156868197,5314.60120143016,6786.50525421708,2293.86790151415,64462.7775718175,27198.9727418175,1564.60021535949,12526.9768074654 -7077,1591.7812082951,3800.92875779628,298.740173163885,1522.87022993787,644.915640004446,2710.63417428581,759.635985420772,3194.30705114976,124.11010387752,1168.23711247586,1108.4768392596,6483.050650491,620.07178791335,3781.87026438938,709.811146307296,4274.12549827409,557.746344588095,4852.97821249261,172.992154227545,1316.89475432291,343.452254389301,2532.11886807565,775.024230391239,5811.58785200874,281.829926767285,1692.02065337398,225.154369446061,2304.43427174001,296.758919640595,4119.3439680307,475.642490663203,2758.75216237035,474.251517278247,3514.45379156619,556.818098670628,4954.29212775575,5865.05416858709,1974.94126275918,54986.399242182,23170.5282908647,1372.63051758166,10625.6269109982 -7078,1257.36187859765,3473.87980413121,244.539066413533,1391.83564681203,568.204048195988,2477.39905546108,634.961104915017,2919.45454921305,113.27811752729,1067.71675294945,1017.27540493485,5925.21990255821,569.054541148159,3456.46118895522,651.542415049117,3906.36057524665,504.690405464964,4435.40620636132,144.231822919669,1203.58322471191,293.828053824472,2314.24400665892,662.411369807415,5311.53277409297,219.828731675314,1546.43160934609,195.801763917231,2106.15041392852,269.697231363993,3764.89714190495,435.904175455773,2521.37675609002,395.406145237592,3212.05442854778,464.245848400108,4528.00261806417,5812.71698516147,1845.1722522998,47329.2368173223,19006.1700876641,1365.51726953015,8577.12370852014 -7079,1146.6737011584,3236.7644375535,232.889856108811,1296.83362077265,613.755979244195,2308.30011758294,628.623834280836,2720.18238820726,131.747685164419,994.837993881369,1155.34492415612,5520.7842949768,646.289365194687,3220.53475853985,742.312253903212,3639.72552394672,571.20389076477,4132.66027735949,160.065193066995,1121.43067666032,328.103276350473,2156.28148436998,739.515571071204,4948.98538850963,199.616390886533,1440.87738219598,224.566643078928,1962.39166128758,319.493346488714,3507.91790938559,503.793925004222,2349.27604808919,438.8127369962,2992.81038262917,515.209472157204,4218.93636903325,7152.49327373226,2154.98353764136,51331.5161224899,19579.9944539469,1737.24736475956,8727.55475886438 -7080,1225.37779436017,3105.11310012099,236.598294054091,1244.08653834016,646.903831604987,2214.41290288494,668.582264703889,2609.5423782909,138.385719228646,954.374205134929,1212.84523905229,5296.23331200213,678.454514524342,3089.54354296343,779.223544444163,3491.6842492851,600.78205082175,3964.56949931084,170.130296652455,1075.81788917809,347.998224228248,2068.57743707983,784.41736253565,4747.69160952097,202.771865007865,1382.2715002722,237.740578532148,1882.57383958345,335.739824172793,3365.23774427505,528.937944912209,2253.72218876574,466.405841829662,2871.0815706762,547.606501180884,4047.33641907035,7452.16930385373,2254.28286303637,54264.9443800227,20857.5885099735,1808.58237463022,9294.87633203509 -7081,1230.74510914181,3034.41386187956,241.518172347197,1215.76036543405,685.21990915063,2163.99370708178,690.929506404502,2550.12661713981,147.579706067219,932.644391397167,1295.39849720589,5175.64522112297,724.634050774797,3019.19880254391,832.48206345022,3412.18330724391,638.364493316022,3874.30159778236,176.523101498827,1051.32296651378,363.044449430436,2021.47871818316,818.171090093008,4639.59307353356,206.522656942097,1350.79904211656,247.942350232403,1839.7101717877,357.631725143747,3288.61581864783,564.743987757362,2202.40797352916,483.931477090946,2805.71091478353,568.183327081595,3955.1840263849,8145.46636159868,2428.20921444708,56736.9028800243,21368.4145809334,1979.95716001508,9486.51813594553 -7082,1392.31572297577,3068.52884225266,277.929569232436,1229.42878473777,780.983501050043,2188.32282176586,784.11451928551,2578.79690519299,168.362943723777,943.129825011648,1478.56919313292,5233.83340611478,827.09805984933,3053.14272469153,950.289127342942,3450.54543312873,727.179482454824,3917.85917726361,199.995184975001,1063.1426667923,411.235797533025,2044.20558074526,926.783704767227,4691.75458934761,238.815631153953,1365.9856596669,280.268582526082,1860.39346657198,407.840263183415,3325.58871332027,644.52551753776,2227.16896797834,548.279315592427,2837.25465836871,643.734041802741,3999.6509420971,9390.34788040495,2787.52359605425,64466.7805923238,24105.2473981007,2282.79541832868,10699.6533344108 -7083,1809.04813071929,3152.93905558735,377.127222515461,1263.2483612627,942.548776973394,2248.52000606047,977.710943970314,2649.73539334302,201.38926127844,969.073785073335,1766.02208784453,5377.80760908953,987.896575480697,3137.12969107874,1134.83533656683,3545.46429852143,872.809809833414,4025.63307999327,246.654983274829,1092.38798398582,503.312438614663,2100.43833528049,1134.60850890642,4820.81709003119,325.276492063766,1403.56169263648,342.13066047884,1911.56985026356,488.384458333262,3417.07022357673,770.086329655305,2288.43474626623,676.195406575857,2915.30289689265,793.92016029856,4109.67480259921,11008.1660774307,3322.05679981871,79078.1512016068,30168.0991923123,2670.63267072264,13487.8586158224 -7084,2502.21241448276,3397.72216499606,525.746933491795,1361.32252520106,1179.94297900708,2423.0871984316,1284.29460347146,2855.45153858326,247.964734905677,1044.3092685935,2168.5567452972,5795.32169519974,1213.07077479955,3380.6854169783,1393.07877913853,3820.72168852765,1081.4496706582,4338.16908696526,320.775331481918,1177.19714860539,646.107476893518,2263.50898706492,1457.20445965565,5195.08838940734,458.104548331819,1512.52929058662,436.033614069736,2059.97741652154,602.568597635507,3682.35954875819,946.200660626139,2466.10077881364,879.393567529256,3141.6367699515,1032.49486067017,4428.73551360666,12998.5443883213,4041.16887302361,101352.558441782,40033.3020030599,3142.64977139791,18065.9435200824 -7085,2618.52805948025,3974.94764980144,571.909516303815,1592.59218658803,1237.83476971956,2834.73583093302,1341.78832122384,3340.55282663954,260.478134272805,1221.72281054251,2278.99265041535,6779.86581407377,1274.84760829855,3955.0165965237,1464.1353697392,4469.80887749425,1134.66868316383,5075.16335335612,334.797102458987,1377.18648317066,674.631579169024,2648.04751286913,1521.51309645306,6077.6612628094,505.980558146314,1769.4868670582,455.023340643088,2409.93877451302,632.767175708679,4307.94094492338,994.287051997199,2885.05681715448,917.83372795443,3675.35692703202,1077.62740376329,5181.11574947546,13732.8047227173,4264.6741727693,106188.570196664,41747.5467859724,3322.50061759856,18888.1036622465 -7086,2509.96963309048,4463.08429553646,517.641697219205,1788.16774543186,1236.61268750334,3182.85071494304,1315.42117817909,3750.78370144815,260.64080054995,1371.75439014985,2281.64386163523,7612.45563627704,1276.3306715643,4440.70564335929,1466.01151909601,5018.71610968023,1133.91314249257,5698.41010630098,332.352192855403,1546.30951312556,670.387221270173,2973.23645736843,1511.88383110204,6824.01805643652,464.199193081652,1986.78567450316,451.595764724951,2705.88718275842,632.905054198689,4836.97026257603,995.321323703846,3239.35128378754,911.131099767126,4126.70284660156,1069.75785659817,5817.37380516084,13789.084747032,4254.79726276844,104959.72009561,41064.7241059372,3341.10258505398,18529.1442044775 -7087,2386.60567462196,4591.74650957048,486.00194482346,1839.71721345818,1153.05100431514,3274.60623484973,1238.97079373884,3858.91164693053,241.544380203861,1411.2994547869,2112.85635772712,7831.90822366794,1181.912488325,4568.72272350259,1357.47849139853,5163.3961299356,1052.66335182636,5862.68440904802,313.457050450206,1590.88666927284,628.840646022732,3058.94919773372,1418.47219365456,7020.74149108626,435.061692991129,2044.06091887806,422.383324354929,2783.89275307852,586.872834458465,4976.41089644937,921.852346804176,3332.73560740941,859.330773938093,4245.66782457324,1008.93916042578,5985.07760461273,12619.2269935758,3924.97051099776,98261.9147502177,38832.5732427381,3054.93184554653,17551.7675163682 -7088,2226.85820407579,4592.07141168423,446.392404999268,1839.84738789401,1076.68975953218,3274.83793894864,1157.39878580702,3859.18469522452,225.058925717384,1411.39931530294,1968.27051318264,7832.46239266035,1101.03249159585,4569.04599650272,1264.62073045863,5163.76148074782,981.38811935696,5863.09923999585,293.639721415477,1590.99923699419,588.266576202747,3059.1656424042,1327.01794528407,7021.23826366415,401.835426494314,2044.20555223528,394.259560277851,2784.08973534617,546.898874022144,4976.76301658836,858.80682722105,3332.97142461778,805.002307973328,4245.96823890308,945.152178159906,5985.50109584001,11699.7042147343,3647.72414362102,91709.9113721005,36360.4861528295,2832.45075511875,16443.006670611 -7089,2113.5896441311,4661.86091644338,418.622109311882,1867.80906934931,1015.0298487825,3324.60835788075,1095.23481105332,3917.83591479583,211.538858173212,1432.84951727101,1849.29306656048,7951.49879745962,1034.47759803791,4638.48556499601,1188.14414806898,5242.23943200938,923.268631950441,5952.20560521307,278.397688673821,1615.17896741813,556.420087499667,3105.65831118464,1255.28821686359,7127.94582486851,377.044760433325,2075.27303362362,372.313307655707,2826.40184820671,514.199100918972,5052.39899762899,806.967379845106,3383.62534618106,763.216845583935,4310.49772767849,896.091920317687,6076.46770323012,10911.4571486735,3416.71396996786,86583.6705628519,34510.9651147805,2640.85304201904,15618.8108529091 -7090,2015.01108048592,4714.56044143492,393.431451430068,1888.92352396172,969.900066259804,3362.19104951044,1045.70152968839,3962.12468604086,202.126400979343,1449.04701657395,1766.67490204788,8041.38569393885,988.261753764911,4690.92084574262,1134.99658876536,5301.4997859561,882.597186903748,6019.49169839965,266.506852645542,1633.43759114906,532.736185824424,3140.7659046369,1201.85027465751,7208.52295187181,353.901478319814,2098.73274318165,356.891361136478,2858.35261583049,491.389608920624,5109.51332000261,770.948953770101,3421.87518925641,730.61856357919,4359.22530381112,857.818319191469,6145.15850446298,10371.7296126448,3252.4072884467,82746.0738991884,33060.981318794,2510.481763489,14954.3436812904 -7091,1958.83484629556,4659.71654736506,379.395938956186,1866.94991201187,939.50827204767,3323.07910003974,1015.29722314324,3916.03378334227,195.597602092764,1432.19043321556,1709.20704033121,7947.84125630745,956.114758446526,4636.3519481434,1098.05652216111,5239.8280996379,854.547448406406,5949.46770164271,258.885562145064,1614.43601521605,517.422887883875,3104.22976628172,1167.31015612617,7124.66710272455,342.151314347429,2074.31844673178,346.327513092745,2825.10175606864,475.601926750243,5050.07498831681,745.91112547704,3382.0689416261,709.725080868315,4308.51497911411,833.287307916177,6073.67264141215,9985.45187391901,3139.34276048268,80251.1026911847,32160.9020031523,2416.73365999318,14551.8133624758 -7092,1911.14916845195,4617.80385953356,362.628293219964,1850.15728351959,926.161515413401,3293.18904652605,995.212002903441,3880.81028855874,192.82278346668,1419.3083297802,1684.95670119833,7876.3529187393,942.54934091947,4594.64941754862,1082.42441949848,5192.69749046918,842.28025787013,5895.95410698349,255.226421629208,1599.91466997071,509.577907550579,3076.3081938365,1149.65648880069,7060.58295830407,327.959767916231,2055.66060335499,341.416173884683,2799.69085246738,468.855474175795,5004.65114882798,735.328380738107,3351.64829300206,699.693684072733,4269.76123915989,821.509457793982,6019.04186230302,9816.26855928212,3085.19549724045,78913.9351746575,31643.1752409465,2376.83390176283,14308.0117311039 -7093,1890.99842785458,4530.46950826565,351.621381615644,1815.16612949598,916.390906153604,3230.90651185599,986.221639633629,3807.41434987127,190.347372838022,1392.46561926217,1662.96438451793,7727.39116258003,930.247040464116,4507.75297534555,1068.33041306352,5094.49044650296,832.023937633064,5784.44670158001,253.399044408485,1569.65623673357,505.243645007878,3018.12742466975,1139.93566186545,6927.04947550712,317.697898476096,2016.7828617527,337.902702589155,2746.74161690248,462.912113613567,4910.00053682705,725.766816510435,3288.26014611419,694.683997804375,4189.00925418309,815.627591566348,5905.20655610799,9651.06081240636,3038.785843189,78057.3153290265,31397.0600516526,2336.38226922024,14193.7571757516 -7094,1912.82820697302,4444.30481343167,350.335824366013,1780.64360697692,922.818952582241,3169.45811823513,995.882006983394,3735.00139245821,191.190979241478,1365.98240931414,1669.72222528562,7580.42442984476,934.02731467359,4422.02032472313,1072.6386443232,4997.59867538372,836.588856857633,5674.43269885562,256.451617727506,1539.80305035065,510.331233002668,2960.72586219542,1151.49845873758,6795.30438748301,316.268990868656,1978.42580416468,341.06866721935,2694.50152285121,465.091991893378,4816.61756689015,728.777262236756,3225.72094758128,703.052513328175,4109.33876895304,825.45305491837,5792.89582983329,9620.60723484747,3040.9056955997,78686.3335306769,31801.0276758861,2328.45808271669,14381.967050475 -7095,1984.40543836771,4368.86196398929,356.715063631295,1750.4168711451,949.210530356182,3115.65601381933,1029.20830305261,3671.59909231294,196.278542219075,1342.79461964333,1713.31366987901,7451.74540287035,958.411969390243,4346.95575836374,1100.5420116398,4912.76356612188,859.656461370659,5578.10821398302,265.298652585585,1513.66462497815,527.280457178913,2910.46702423573,1189.79763098152,6679.95291017871,321.628299749562,1944.84168103581,352.366244446396,2648.76188949025,477.643926540044,4734.85464351411,747.887299496715,3170.96377182322,727.306328326852,4039.5820265449,853.929428026415,5694.56041264843,9782.78104382798,3106.69734576913,81145.8106734108,32978.822156347,2366.72532646184,14916.8463732223 -7096,2056.64533928561,4400.50767317032,371.443198140363,1763.09595867554,952.305859634975,3138.22416656348,1049.56120114099,3698.19420061857,195.599184078534,1352.52110868633,1705.73699839702,7505.72187771759,954.17364878139,4378.44279065862,1095.58645018512,4948.349008823,858.73736753053,5618.51305894608,269.576422002905,1524.62880533324,533.121370625792,2931.54889722442,1203.20239779054,6728.3389312709,335.641685406331,1958.9290783371,355.316398076917,2667.94810986881,476.335679790956,4769.15140873539,744.744479764698,3193.93254450906,739.033673106095,4068.84260723585,867.698488502825,5735.80877531539,9602.79993510821,3084.47684126449,82021.6351569026,33692.8697336554,2319.70897330121,15281.6838580847 -7097,2153.49905352417,4593.11110979391,400.664331493614,1840.26395063439,968.933429450103,3275.57940015631,1082.77492344466,3860.05845930021,198.238447473664,1411.71887244145,1727.77799484666,7834.23575278777,966.503180253648,4570.08048139194,1109.69070010095,5164.93061610505,871.254160673906,5864.42671351492,276.290328874988,1591.3594576334,544.85373147573,3059.85827290805,1229.81240304058,7022.82795326082,361.107576129036,2044.66838402902,362.282659491109,2784.72008548133,482.967233623729,4977.88981332926,754.465331414759,3333.72604791936,757.439597554911,4246.92957524914,889.308860810505,5986.85628255574,9669.48519609526,3128.88563532194,84018.7536694579,34699.7678868689,2332.82108319866,15778.4769873914 -7098,2206.70618488903,4623.06731033461,416.31170039644,1852.26612402738,974.528296591279,3296.94267899988,1098.30428371509,3885.233701645,198.70131274112,1420.92608137653,1730.95220755193,7885.33051877181,968.27880575854,4599.88647652578,1111.68298318204,5198.61621473665,874.268789133878,5902.67441501547,279.649201218584,1601.73827972276,550.129650833541,3079.81462185286,1241.83569239694,7068.63072996311,379.011771776064,2058.00368001622,365.209734973159,2802.88198736794,484.275080646315,5010.35553470047,755.937460776496,3355.46855831199,766.647820392573,4274.62798510627,900.120223443624,6025.9024678366,9601.66068483633,3130.98057383259,84886.0581587514,35249.373119735,2315.05559288091,16071.5194111018 -7099,2183.99982126867,4344.0392559254,421.32700385713,1740.47146949573,934.884046850564,3097.95368760806,1069.56786310368,3650.73804585568,189.42520177109,1335.16521887309,1648.80836475548,7409.40657362225,922.328292707775,4322.25751551563,1058.85494442514,4884.85055426801,834.799115081091,5546.41489135443,271.117237533901,1505.06438642583,530.670421713315,2893.93052711871,1198.13775198046,6641.99919995929,384.589556997007,1933.79160948932,351.025222151412,2633.71233112573,461.947363909999,4707.95246269227,720.197604934191,3152.94720168712,743.257761225489,4016.63019923345,872.657984950525,5662.20543969656,9042.62468215949,2981.77589116754,82023.5255309377,34338.4623574954,2177.02162222124,15708.5506797293 -7100,1979.46557292292,4050.39049294066,390.902953462365,1622.81891989445,816.998816503645,2888.53793085373,951.843910956448,3403.95512148763,164.016870907949,1244.91059827601,1426.08794742387,6908.54483029721,797.740531837765,4030.08115661155,915.794369972774,4554.64397966822,724.725084909528,5171.48783018094,240.323583470207,1403.32490635933,467.27536565786,2698.30634662977,1055.27338161819,6193.01273047624,359.461640746362,1803.07098738116,307.480223572457,2455.67840405249,400.311299986073,4389.70386146824,623.069828683656,2939.81398833765,658.838110938694,3745.11366361208,773.540981734797,5279.45115844452,7684.8500553584,2575.62158226085,72287.0388871002,30605.279850487,1846.8438412625,14066.5227809355 -7101,1666.6287313506,3778.31539797284,318.11592171529,1513.81002000803,710.014240054972,2694.50744583632,813.267577005017,3175.30274474542,144.021040080253,1161.2867674768,1253.12890760896,6444.48019404336,700.988829632208,3759.37029173959,804.6197746199,4248.69688753658,635.258788393946,4824.10575801439,206.465294382862,1309.05998108018,404.605427635337,2517.05420395584,913.469272920348,5777.01221652136,293.921155831284,1681.95409482958,268.858241012079,2290.72420120279,351.319489428655,4094.83621918259,547.412294534458,2742.33915931592,566.016878416218,3493.54479451947,664.559691583002,4924.81691322415,6795.68011702329,2252.86673979417,62472.2232959614,26253.369568901,1636.39422055921,12018.1819053885 -7102,1320.62144901319,3455.42522414017,260.929380686328,1384.44168279291,630.036714288761,2464.23816285208,681.784595809509,2903.9452885171,131.994453055233,1062.04463262979,1153.24916760111,5893.74286511833,645.117018179334,3438.0991433192,740.683684934846,3885.60849176235,576.982256329023,4411.84362986379,173.199317750516,1197.18932965834,348.026431647406,2301.9498561564,784.994045676347,5283.31587771735,229.629244902011,1538.21637236483,235.479466620922,2094.96173628895,320.984232044977,3744.89656635807,503.303702567593,2507.98223709213,474.81944832421,3194.99076522911,557.484905783874,4503.9481339639,6719.04460309835,2110.77243312354,54078.0962478936,21658.5536104317,1626.00681954567,9776.51635396955 -7103,1218.64885605906,3212.26663160337,241.384536871525,1287.0183935591,595.253454569287,2290.82949547058,595.366728975101,2699.59439004399,120.890426934547,987.308453627167,1023.11944063442,5478.9996347211,572.323641174897,3196.15978869187,664.297929383722,3612.17786290507,546.624152605045,4101.38178567873,147.552968278783,1112.94300582935,314.792409515846,2139.96143192344,708.503301170176,4911.52845086809,209.288478150577,1429.97194400671,218.712696157267,1947.53908519072,300.918909334893,3481.36784870274,494.522027148012,2331.49529516146,404.510940959076,2970.15896964757,474.935777388668,4187.00488730866,6599.44723496842,1990.1868046747,48539.1603001831,18627.7951502881,1596.72780607061,8365.74161323497 -7104,1298.66776834839,3076.00164759731,238.556359532527,1232.42281949049,625.063433287418,2193.65205649656,632.216897889013,2585.07706362935,126.469557181216,945.426634316483,1069.70142920612,5246.57938969872,598.381178793369,3060.57806013856,694.485156710913,3458.94856560041,572.614012857298,3927.40036149375,156.463488650506,1065.73174403776,332.897305619445,2049.18384595789,749.323232192727,4703.18044537616,207.651617645787,1369.31225213613,230.790900131266,1864.92409312132,314.939508512899,3333.68753799768,516.955313941655,2232.59280494482,428.938799117717,2844.1642404079,503.616494347787,4009.39131426674,6825.87018876364,2070.85083697165,51102.4195800301,19788.4986022103,1649.17262012143,8915.92543161015 -7105,1293.066024653,3010.24096434632,241.968275793618,1206.07531518174,652.205460177839,2146.75479356342,645.428213564364,2529.81167256771,132.633565282713,925.214713596319,1123.2151703789,5134.41474061063,628.316275307523,2995.14711196761,729.472386200002,3385.00100410233,598.767328936312,3843.43794509722,160.255600388647,1042.94786558798,342.558927409283,2005.37511460616,770.944940792462,4602.63291810738,210.356121853753,1340.03824009041,237.250143609767,1825.05458177998,330.000766908649,3262.41788493515,542.994823581928,2184.86304238469,439.33473154328,2783.35992195985,515.82234528598,3923.67604410338,7327.22312721133,2191.98918060568,52681.0994629253,20036.6391318497,1772.71044533737,8996.46766112729 -7106,1443.89240746445,3037.20804148854,275.283462450496,1216.87987416856,737.529237854782,2165.9863776157,724.298511547505,2552.47485047852,149.994027875021,933.503198422011,1270.71422445438,5180.41111101091,710.825894757213,3021.97897166833,825.364746059787,3415.32534832768,676.323560201954,3877.86917129616,180.373674825196,1052.29105634239,385.243920439928,2023.34015662611,867.034580982865,4643.86535047076,240.936774684842,1352.04289852874,266.119852833431,1841.40423228256,373.09394008782,3291.64407506917,614.362182473873,2204.43601707575,494.487679772946,2808.29449783568,580.577351122481,3958.82607887322,8345.46533768928,2489.02426723373,59356.9171692594,22451.3403949872,2022.32066350757,10072.9433247378 -7107,1854.90317967828,3142.0872392652,371.869137344656,1258.90050076048,891.053623440317,2240.7810280237,896.848952901151,2640.61550828215,179.615094594921,965.738417490002,1519.55687651562,5359.29821853017,850.026194400626,3126.33228758119,986.726632301857,3533.26148499856,812.4829739776,4011.7776168859,223.026753188398,1088.62819239272,472.367416872753,2093.20902617917,1063.42835539936,4804.22475486029,326.908794936909,1398.73090034498,325.391827602677,1904.99059055181,447.213131808632,3405.30931803038,734.401325228201,2280.55838928822,611.419497985518,2905.26897901388,717.866849034669,4095.53008387318,9737.26810504453,2958.87776639143,72827.2665401121,28145.7741330786,2360.40480608804,12675.6365289504 -7108,2603.4020101675,3404.02531390679,532.278213045026,1363.84792844923,1163.84617052491,2427.58229211311,1209.87998011296,2860.7487157452,231.918135530794,1046.24657732834,1958.35207044251,5806.07265535968,1095.48420560072,3386.95696084467,1271.19180908316,3827.80954815236,1053.63831406918,4346.21686851632,300.105768727915,1179.38097899664,629.392436390786,2267.70804558513,1417.42843221325,5204.72585066306,470.792676928895,1515.33519904159,431.352324471718,2063.79890155726,578.21300816891,3689.19073137158,945.994170601996,2470.67566742515,822.728734714526,3147.46485224394,965.964753079866,4436.95130585597,12121.6851180199,3778.36014726266,96927.5762044842,38479.5446397778,2938.62403112388,17420.3982643844 -7109,2723.11861343023,3954.02379231517,584.683596740136,1584.20888827024,1229.5301775617,2819.81397188901,1266.88107650451,3322.96838089887,245.507255304298,1215.29174371405,2074.15037477348,6744.17705573835,1160.26071608857,3934.1976547634,1346.51943873688,4446.2801037384,1113.88510721959,5048.44803429262,314.786039322192,1369.93706600983,661.019902458028,2634.10836859414,1488.58810434576,6045.66886207447,524.260051148838,1760.17240702198,452.984333775812,2397.25301864626,611.873167258981,4285.26423309415,1002.0670467556,2869.87007181836,862.974147198571,3656.01009499105,1013.21684030183,5153.84270411415,12960.6679731805,4018.72661047304,102114.928999549,40289.6360192062,3141.25150537243,18196.1613970681 -7110,2652.63302754195,4436.05223292898,532.951223852706,1777.33714953755,1229.61434092727,3163.5727864749,1256.28892434128,3728.06590964079,245.910902531068,1363.4459316711,2078.59629811161,7566.34842347752,1162.74772486996,4413.8091240413,1349.61143177546,4988.31868962214,1114.38949426085,5663.89590747424,312.657786778685,1536.94380707982,657.392020113647,2955.22812305514,1480.35099186618,6782.68626184759,483.789486750867,1974.75208714866,449.984610093515,2689.49813274512,612.662171613831,4807.67364294927,1004.34887786488,3219.73114199489,857.13962249185,4101.70818319729,1006.36653232077,5782.1390655729,13107.2868121836,4030.66572578357,101210.166730486,39692.2553832357,3168.50048898496,17928.0968111866 -7111,2528.08768769359,4580.11492439343,499.444664729035,1835.05693279472,1149.08298442281,3266.31116427853,1186.2631815481,3849.13644278578,228.512245941287,1407.72442080267,1930.27590827685,7812.06882107624,1079.77865772168,4557.14946104178,1253.18839619936,5150.3164702107,1037.0598257229,5847.83334683719,295.492214917436,1586.85671383821,617.893448049391,3051.2004189038,1391.67804474725,7002.95689594596,452.72050419997,2038.88300484569,421.749306122461,2776.84073363151,569.578282007251,4963.80489847074,932.520243308545,3324.29328638638,810.08084958682,4234.91290880599,951.114887360023,5969.91650201174,12026.1916975861,3729.61882235147,94960.9902034865,37602.8104179832,2905.09999519889,17032.0974880829 -7112,2369.27570511686,4590.70681776395,458.543362856707,1839.3006532432,1073.9368900386,3273.86477813715,1111.99371619105,3858.03788815202,213.1408014049,1410.9798995857,1800.14392229154,7830.13487429148,1006.98401704292,4567.68824488491,1168.73001062992,5162.22700166623,967.777878258347,5861.35694357674,277.022640544474,1590.52645081747,578.478732165159,3058.25657142892,1302.96823498231,7019.15181112705,417.987545136029,2043.59808989023,393.9893271898,2783.26240676484,531.32434877988,4975.28410653966,869.616080209242,3331.98098868272,759.447202592984,4244.70649405527,891.665987312907,5983.72242611279,11181.7090656246,3473.55784988417,88732.0147071028,35238.2121756283,2697.40338547371,15977.8852903098 -7113,2253.30040661176,4613.38515674952,427.062250503886,1848.38689755512,1011.85580089,3290.03784650741,1053.93574627984,3877.09680315572,200.231662760026,1417.95021630051,1690.49967877252,7868.81616238742,945.650031789192,4590.25287088043,1097.48979918697,5187.72868114862,909.910173855851,5890.31236263497,262.583650169885,1598.3837371677,546.928954707725,3073.36452364302,1232.01782205009,7053.82679920251,389.991086571148,2053.69357454489,371.868917599948,2797.0118729913,499.27314364148,4999.86227804933,816.569280726251,3348.44115426384,719.863250802271,4265.67557280234,845.190520243304,6013.28233724669,10428.6697468691,3253.07682167261,83730.8918685546,33435.7789232384,2511.6140428729,15184.3027691885 -7114,2162.60622435489,4630.15023440338,410.954362570472,1855.10394996219,963.030840465618,3301.99386971092,1006.98117119313,3891.186203188,190.477542467782,1423.10305844958,1607.77101711819,7897.41150171506,899.372376427497,4606.93388562696,1043.69758263808,5206.58092765125,866.073884886396,5911.71780371777,250.65506340545,1604.19227613937,521.913563972902,3084.53315430073,1175.68157162783,7079.46046082569,373.175616025303,2061.15671301797,355.182225071933,2807.1762359604,475.030526019524,5018.03181657733,776.559680084978,3360.60941554341,687.161476567022,4281.17707111526,806.79540902188,6035.13465217666,9874.68417237982,3089.94526880874,79921.2469484085,31996.2973087106,2380.07957978947,14536.6709107725 -7115,2101.85574881852,4553.08286178595,391.209152382105,1824.22633690041,930.212460820953,3247.03323581039,977.256602208775,3826.41865097843,183.748135230077,1399.41596232392,1550.56722241132,7765.96160827671,867.37309777499,4530.2529417238,1006.52536622485,5119.91905015262,835.965685331703,5813.31914801045,243.010892030668,1577.49100779247,505.729890600884,3033.1920845905,1139.24717196599,6961.62510135703,356.98092368468,2026.84941749119,343.788299112311,2760.45168361822,458.33246295433,4934.50827884398,748.87792076726,3304.67314459373,666.205266795468,4209.91824540172,782.190749985031,5934.68176242381,9476.06166206471,2972.39115070205,77287.5057415678,31061.8803878018,2279.38473794785,14124.3658879222 -7116,2063.80315324505,4445.60442818982,372.526112282814,1781.16430724564,917.062098442966,3170.38493912585,962.481145018523,3736.09359093135,181.155524040472,1366.38185331563,1528.68876502779,7582.64111656534,855.134489167114,4423.31342299522,992.272261248156,4999.06008572044,824.028287904057,5676.09203069473,239.588380187582,1540.25332341987,498.08568286308,2961.59164507641,1122.06931866924,6797.29148743202,341.124925443913,1979.00434039946,338.93406006791,2695.2894557433,451.865701905677,4818.0260542773,738.311199632784,3226.66422098965,656.822578651408,4110.54043210051,771.174547859252,5794.58980295821,9341.64302914317,2925.85081380853,76035.817257374,30569.0795822535,2242.08834371924,13905.9665803876 -7117,2046.06842885049,4326.23448646502,359.69721367612,1733.33785687368,906.039424532279,3085.25620769197,954.683662493708,3635.77488704489,178.537450185886,1329.69282152282,1506.2627504714,7379.03788491814,842.58958209351,4304.54202215142,977.734351157849,4864.82917949601,812.665451000833,5523.68198480035,237.648395217942,1498.89562899879,493.257955753269,2882.0692701562,1111.25778475474,6614.7758583769,329.323159219655,1925.8656420284,334.996774280906,2622.91762184296,445.405129905418,4688.65613425455,727.436961388717,3140.02432168086,651.504182453287,4000.16737040255,764.930225698701,5638.99794626665,9165.66290114393,2878.36056533161,75133.995030023,30309.1402717145,2198.27380947049,13807.2403774485 -7118,2072.57786580205,4244.29355062556,358.795589700673,1700.50761464743,906.615302580923,3026.81998983237,961.976409692183,3566.91158393958,178.054422990988,1304.50780796993,1501.52122656175,7239.27540283893,839.937217060741,4223.0119518885,974.590909679877,4772.68700437485,811.453809125054,5419.06082463666,239.460060512214,1470.50583391253,495.626807433056,2827.48150939344,1116.70713891133,6489.48886205263,328.1402541656,1889.38883211378,336.206897113336,2573.23831637858,444.339714494098,4599.85076028043,725.060806980454,3080.5507697312,656.470795063236,3924.40230060092,770.761519199199,5532.19264702559,9059.22255146376,2861.25430248803,75383.4524445952,30595.0738830115,2170.78411857592,13960.1378050309 -7119,2156.25729997924,4172.29469132281,366.897376784079,1671.66073894718,929.821907060056,2975.47396864339,994.392893248922,3506.40361901818,182.206942344762,1282.37854829337,1535.77327152445,7116.47061448823,859.097497192435,4151.37410692535,996.694254702939,4691.72464490908,831.165592899455,5327.1335832213,247.267397117682,1445.56063599517,510.909055338447,2779.51700341673,1151.2110623043,6379.40321647875,334.859567530124,1857.33783491744,346.458055705173,2529.58671186926,454.862900188095,4521.82034043489,741.501375688696,3028.29327651136,677.87431620891,3857.8299757327,795.891365947161,5438.34627299942,9176.61333783184,2916.16817770406,77615.2228352965,31693.3635806089,2197.42895355772,14481.1596822803 -7120,2239.26395143714,4220.3805697408,382.00795450865,1690.92670192346,949.290024693487,3009.76643599706,1023.606219572,3546.81507376493,185.272841369955,1297.15801703208,1560.77240328413,7198.48824891975,873.081782454415,4199.21887469508,1012.83502756168,4745.79697621276,846.352863761714,5388.52903027155,254.529417425817,1462.22078541675,524.186224332235,2811.55105819359,1181.26841193576,6452.92611697878,349.412350775079,1878.74373452869,354.915853009526,2558.74030912779,462.693149373919,4573.934517214,753.462264646843,3063.19448869351,697.782873131721,3902.29163457865,819.265977116894,5501.02345115327,9228.12364715755,2955.95866063891,79588.8699815966,32725.1759640149,2209.43865701087,14975.3908909046 -7121,2323.48197423779,4445.73439281721,415.029668117529,1781.21637853522,962.920938056294,3170.47762346247,1047.11046221632,3736.20281342725,187.147277433457,1366.42179868444,1575.67546409641,7582.86279061287,881.41841812957,4423.4427359582,1022.41830458834,4999.20623029804,855.820096139662,5676.25796790253,260.371666718463,1540.2983518187,534.42001443882,2961.67822546404,1204.47716292507,6797.49020224565,378.132710352403,1979.0621954259,360.892897592295,2695.36825094325,467.560240043492,4818.1669064316,760.541633446322,3226.75855061793,713.799180944793,4110.6606013293,838.070703594904,5794.7592043786,9213.83470765669,2981.8062487819,81296.4813016595,33643.3431804621,2211.88236441201,15410.5132993555 -7122,2369.29277012822,4460.61501804124,428.432684124603,1787.17841113318,964.187129491394,3181.08974850802,1056.79987345894,3748.70851640342,186.651518906068,1370.99544364105,1570.66016160034,7608.24391538151,878.612903863937,4438.248747235,1019.08072653062,5015.93941940867,854.578095496623,5695.25736373501,262.778852996431,1545.4539910183,537.677956444803,2971.59146359596,1211.95761685587,6820.24255207721,394.741935283809,1985.6864514482,362.376240895052,2704.39010453122,466.497919156369,4834.29412629369,758.011720483264,3237.55905744931,720.398392046566,4124.41967787925,845.818828892433,5814.15524389979,9086.49982185566,2964.71975642531,81778.9680295345,34077.9035219719,2178.38782179086,15625.6002501686 -7123,2334.23093049517,4157.93391200206,435.151208891674,1665.90698645671,929.720311434381,2965.23257195412,1027.60209447462,3494.33479543126,179.032445273512,1277.96468093735,1505.61599059276,7091.97616440784,842.227790543077,4137.08533495738,976.786446639962,4675.57601993314,820.652673138082,5308.79792012446,255.767856120119,1440.58510602327,520.897444475177,2769.9500784372,1174.33323190874,6357.4457066268,401.696819940968,1850.94499338906,349.910676194616,2520.88003143812,447.650458123351,4506.25651552766,726.500203677795,3017.87007904332,701.178006468555,3844.55156444173,823.252198816719,5419.6278227282,8602.37421973695,2837.40279291634,79325.6959860075,33296.4376620019,2064.65669990897,15287.1150959223 -7124,2104.76746428152,3887.15843179239,402.898192323872,1557.41878683902,815.160769950162,2772.12890782743,912.254284978558,3266.77461716218,155.660750569601,1194.74029413964,1307.88853838167,6630.12821487456,731.620865373601,3867.66756835751,848.443432339923,4371.09033813821,715.075561216537,4963.07517979701,227.334782295544,1346.77045381334,459.958345691531,2589.56371864427,1037.19959315958,5943.43229262093,374.797330757459,1730.40663707226,307.412698522736,2356.71376148052,389.458892258065,4212.79736062916,630.938437803127,2821.33852342995,623.229798572072,3594.18435849659,731.733307818132,5066.68755063275,7335.70570125837,2457.28732605417,70045.7529422996,29726.5693629161,1759.76502563427,13676.7750416579 -7125,1791.70766352666,3666.09335317577,327.178343239579,1468.84742742756,707.904510928826,2614.47624053914,785.80384150867,3080.99114570415,136.54043390621,1126.79468253547,1147.95043077179,6253.06876623674,642.152953344533,3647.71094707114,744.61155662536,4122.50375588376,626.289078058591,4680.82205735453,195.140314994922,1270.17879399938,397.99944964293,2442.29364537873,897.219279131333,5605.42566127945,305.927913747483,1631.99735276462,268.624911216392,2222.68600776266,341.470777691547,3973.21299686709,553.875537104864,2660.88727519036,534.96987121605,3389.78089470278,628.107440216839,4778.54192925915,6520.97499817168,2154.10122485078,60552.4758147187,25496.5082424703,1558.58655592922,11702.2430224142 -7126,1411.3110018036,3383.94621074069,268.767893459956,1355.80308720016,614.954975806826,2413.26287001939,650.021096858385,2843.87420298495,122.036948512638,1040.07515055383,1029.42625534196,5771.82475145587,575.851615538665,3366.97853766488,668.007338887376,3805.23069643127,555.801969226505,4320.58012118407,160.883158968205,1172.42424096867,336.136744914783,2254.33166333208,757.101478951745,5174.02507212308,239.382842623762,1506.39678966241,230.811483529157,2051.62530493647,304.484402351238,3667.42954146738,497.132057027903,2456.10205323564,441.055159905279,3128.89910561988,517.842298021029,4410.7793491877,6246.07544498439,1964.95049189996,51475.5027564571,20740.9931887933,1502.46024391195,9418.6977241639 -7127,1240.6629051094,3143.51681865075,224.534895645668,1259.47327231878,562.523582926447,2241.80053325104,574.311292080945,2641.81692925119,104.099347541783,966.177806860298,867.100279383207,5361.73657929828,485.047951833113,3127.75469881626,569.744014510806,3534.86903991288,501.351834226069,4013.60288593281,134.913737603842,1089.12349386078,281.821448353446,2094.16138944779,634.768359959111,4806.41056962294,191.313854232495,1399.3672916062,193.6007829663,1905.85731864385,262.037678675078,3406.85865757183,447.61248695052,2281.59599232486,369.86096303617,2906.59081139014,434.253282714239,4097.39345841849,5826.90611549244,1764.24706912493,43916.8165751816,17042.304155841,1401.67052479532,7772.06945872189 -7128,1318.06024791418,2997.24477894585,223.36336448062,1200.86829734207,577.40280591152,2137.48655768564,599.710749239766,2518.88965605328,106.228427783081,921.220261957541,884.025431610845,5112.2478088991,494.515726919426,2982.21609161746,580.742950471571,3370.38685820797,512.61775824634,3826.84457841949,140.749702189301,1038.4451217928,292.577473088456,1996.71726060191,659.110338917403,4582.76186079252,190.886959905074,1334.25286090708,195.463990395811,1817.17522993016,267.566493855665,3248.33297007663,456.094524987836,2175.43028085171,385.86004155967,2771.3432555167,453.037780305442,3906.73626355938,5850.56012059056,1791.24223467791,45404.9026538302,17868.1438022945,1403.29795527367,8183.82128987667 -7129,1332.84140684744,2892.82044791033,225.549088554046,1159.02991647556,623.954177312653,2063.01629571316,628.349793089676,2431.13126903954,115.719078296383,889.1248487744,964.642872810761,4934.13654441978,539.612384902124,2878.31536166772,634.063088021549,3252.96221692691,556.266720591765,3693.51690098538,147.819718933777,1002.26558186265,309.723063353948,1927.15141610697,697.537578715408,4423.09794379451,192.600030286588,1287.76734747449,206.565437012525,1753.86464912852,291.128442936649,3135.16069940871,498.203826435648,2099.63805547589,405.242227897669,2674.78935789713,475.794380446107,3770.6251512071,6564.50189389317,1970.43659004808,48144.9390784733,18468.310004913,1583.22072485003,8419.99266436872 -7130,1494.28358279173,2875.73046183957,260.225628632275,1152.18268710726,715.737555890154,2050.82856391565,712.933936647517,2416.76881541609,132.896399274105,883.872144171977,1108.43415956115,4904.98702534877,620.047913281072,2861.31106764951,728.719409423193,3233.7446125242,637.851566958507,3671.69662090697,168.166898014769,996.344472985804,352.501041990383,1915.76633657972,793.867658094219,4396.96749995598,223.249800118237,1280.15957283828,236.658574007015,1743.50330007028,334.217824843645,3116.63903391053,572.655845239864,2087.23397241307,461.023257936754,2658.98743942628,541.286816330143,3748.34933683406,7653.21215961054,2277.42741779314,54943.1746641993,20885.2119095306,1842.3817917269,9507.42688103632 -7131,1914.17113796469,2918.29296650487,343.25486278441,1169.235669522,874.005572955224,2081.18203461734,890.018305320112,2452.53841738195,161.125953288169,896.953972514049,1342.2831617901,4977.58372240366,750.860902581523,2903.66015678765,882.153397357296,3281.60593749307,775.398803055883,3726.03989355741,209.811804156821,1011.09095804149,436.630715735645,1944.12080676402,983.589593644061,4462.04520880716,297.046717795382,1299.10668854133,297.12836801936,1769.30817584982,405.547276972427,3162.76712733972,692.96612664378,2118.12626460362,575.19120973184,2698.34201969636,675.331262223528,3803.82711482933,9035.73580339634,2736.27277356291,67960.1201465941,26365.4795409854,2175.05353697138,12039.5203772333 -7132,2642.70526835743,2937.85222376771,483.53480042947,1177.07223066358,1113.89171890109,2095.13072835477,1178.98312003351,2468.97605075295,202.643931172145,902.965621687962,1684.48364746433,5010.94495161924,942.284718994834,2923.12134065861,1106.38638982031,3303.60022507947,979.883431727238,3751.01290815401,277.602194859301,1017.86758684177,570.720277650995,1957.15087586468,1286.21435443245,4491.95114736754,422.369569362499,1307.8136834266,391.846121223989,1781.16659931377,510.815414317538,3183.96492228906,868.47337833292,2132.32256942978,761.036029059591,2716.42710106143,893.531426431229,3829.32148224763,10902.1369430239,3397.85384736597,88603.3906201828,35523.4835566681,2610.04160894171,16317.3739849371 -7133,2710.35975864197,3070.28333005512,537.91845927022,1230.1317332573,1147.53557068363,2189.5740355872,1211.74821292702,2580.27137975319,208.545405815216,943.669076835299,1733.72462396047,5236.82594662626,969.829670096338,3054.88841519828,1138.80963269817,3452.51834594312,1007.9779926067,3920.09928530613,285.799852907055,1063.75053816554,586.722821418577,2045.37439288342,1322.34829771667,4694.4371863256,475.660148935448,1366.76668709125,415.296810660122,1861.45718075316,525.652861212749,3327.49017983189,893.919034026652,2228.44239279824,783.50960183308,2838.87691090289,919.917619424109,4001.93781608549,11296.3498575304,3510.26773611435,91461.0969899449,36614.1644543578,2697.35383411663,16791.5116432749 -7134,2628.25174902698,3316.62598347676,491.686170929537,1328.83074004353,1117.65105845562,2365.25341752229,1178.07642854182,2787.29816845837,202.772652303651,1019.38389509456,1685.89477181926,5657.00006755213,943.074089030126,3299.99586529589,1107.51557576242,3729.52943544127,979.799338957863,4234.62649853283,278.320030691098,1149.10003265199,570.453906987559,2209.4839883241,1285.75635724291,5071.09301527802,440.135656010683,1476.42853132904,392.543266218042,2010.81027030313,511.068419068474,3594.4696967091,869.308654160831,2407.24035801058,763.003949130339,3066.65278556678,895.841958864353,4323.03130305864,10970.1569681193,3411.87939637847,88660.0463659703,35484.9878496535,2625.04571049263,16301.4098665823 -7135,2519.59595327249,3538.47083094828,457.234512579536,1417.71451961623,1050.80490000242,2523.46217734502,1117.93450657049,2973.73695900028,189.690941712317,1087.56917309962,1576.21301123506,6035.38952822229,881.71911707387,3520.72834554551,1035.32465546262,3978.99286389775,917.728459063254,4517.87522007877,264.456934918768,1225.96185630748,539.322111293301,2357.27353131823,1215.81050937656,5410.29190658891,409.304813387773,1575.18493737755,367.114678985402,2145.31078375624,478.289518059845,3834.89915290346,812.462984458295,2568.25757029518,724.998790841176,3271.77724724907,851.220151221653,4612.1933083072,10105.9399312481,3175.89122186519,83612.7592103405,33774.999758753,2420.47628155827,15556.5633982312 -7136,2364.76232024539,3731.52913431301,429.722246434709,1495.06475730048,980.02961522113,2661.14179937337,1046.49592608702,3135.9834884718,176.501178424811,1146.90674273959,1466.31870757154,6364.67924633242,820.245250466387,3712.81862224195,963.14936877675,4196.08596656962,854.410912494038,4764.36964280324,247.621686066962,1292.85010472782,504.161022914979,2485.88593205998,1136.61396735299,5705.47641597034,385.21211554433,1661.12673145312,342.799174018384,2262.35853683636,445.094592366323,4044.13052979063,755.724283857231,2708.38122054213,678.845586105521,3450.28479882099,797.031732688064,4863.83370819523,9390.91635268648,2956.38348773226,78127.9288436813,31648.4554820446,2244.40965031041,14589.7513373883 -7137,2274.07611747414,3837.77293231309,400.590910799736,1537.63212106861,940.186445260346,2736.90961508795,1005.16865299344,3225.27095864511,169.212889780376,1179.56137946213,1405.66538040415,6545.8938829715,786.316334960407,3818.52969604416,923.2974062149,4315.55658940995,819.257957513731,4900.02039285987,237.872482960917,1329.66002913871,484.024657873784,2556.66387678736,1091.24087543556,5867.92228253443,359.724597972038,1708.42219842033,325.543779506312,2326.77222750842,426.737113568011,4159.27468963173,724.431238949899,2785.49403326454,652.118510615069,3548.52103067509,765.651507606173,5002.31639113819,8935.06478334133,2824.9880533324,74847.2676598752,30379.8556888894,2142.9974516281,14016.3468468029 -7138,2180.12316555243,3894.69621629916,380.665585703053,1560.43885597383,892.446776158201,2777.5044824789,958.674799156792,3273.1093841979,160.505842377676,1197.05707516022,1332.95790331184,6642.98503010678,745.644438427673,3875.16755715026,875.437449038441,4379.56653935476,777.60777330269,4972.69932860716,226.687608191279,1349.3820441663,460.998662652867,2594.58527195119,1039.3504536873,5954.95750123757,340.664654898155,1733.76215565176,309.262885275121,2361.2837837191,404.857907896599,4220.96660796814,686.841076184572,2826.80952292313,621.455594983122,3601.15402223613,729.650217658034,5076.51261940469,8424.585922341,2673.55859250593,71245.8077770827,29021.6545070111,2019.53337662699,13398.0704379497 -7139,2064.49261742347,3828.8705475829,352.9711100912,1534.06531475759,806.605187019872,2730.5608751299,887.57661572764,3217.78937923972,143.6085163061,1176.825180787,1190.87530122742,6530.70953861945,666.164732595736,3809.67194936206,781.858450893268,4305.54590202395,697.946878695038,4888.65393958283,209.82976387586,1326.57565042519,423.301976981549,2550.73324830611,954.642849037748,5854.31061174324,319.161857205884,1704.45921468987,281.300595980212,2321.37487286703,362.603965299389,4149.62652541287,613.074576466208,2779.03259326141,575.240445629515,3540.28961625964,675.389070027891,4990.71264442324,7282.1037322377,2367.15757549432,65165.2628981205,27094.8463466275,1743.68197717517,12561.8953243029 -7140,2031.63973731607,3688.12188163069,348.817868278509,1477.67332034242,791.725615589013,2630.18589621648,871.389095547025,3099.50395882269,140.878109381842,1133.56527628088,1168.13561711663,6290.6417055969,653.444361647274,3669.62902079484,766.864863699732,4147.27472665385,684.661499056645,4708.94780646932,206.24811653808,1277.81094272309,415.374884948355,2456.9687040528,936.823851050548,5639.10709456167,314.266280297728,1641.80356789894,276.743736761275,2236.04150563233,355.730311367144,3997.08692126759,601.337010398422,2676.87580177986,565.421493481758,3410.14913896208,663.860650894454,4807.2548497227,7160.52618449964,2324.92301248986,64037.0259295548,26634.4971462478,1709.93966080784,12351.1072791938 -7141,2042.5837239621,3588.37617633084,335.798163651223,1437.70946549412,801.701070654325,2559.05219844079,879.742115581858,3015.6774969066,142.759139473895,1102.90786537773,1183.99388393198,6120.51053481358,662.315330808854,3570.38345716771,777.365751334645,4035.1111767607,693.614950712838,4581.59373975155,208.200969887771,1243.2523902098,419.805425624357,2390.51968632754,946.774864911971,5486.59675665501,302.661092796751,1597.4007905234,274.971132887491,2175.56749088518,360.425382207945,3888.98521885575,609.583257994284,2604.47936982394,570.775167862242,3317.92124032955,670.146393123706,4677.24205705173,7249.83955423384,2353.58347978603,64551.8207866668,26799.8512110254,1738.01758275961,12433.6274484898 -7142,2096.10252306643,3546.59344682358,331.800034963846,1420.96890576602,822.725613337286,2529.25482476863,902.797146960886,2980.56321932179,146.510865440334,1090.06570537386,1215.11112692486,6049.243860542,679.722031439981,3528.81023326436,797.795116826449,3988.12670508172,712.014589482087,4528.24607425235,213.650689824239,1228.77607117947,430.814338650112,2362.68469007089,971.601245656059,5422.7113174107,299.292020407017,1578.80079936713,278.460170005884,2150.23537866237,369.897033856526,3843.70222469004,625.604630721317,2574.1530462533,585.715371134188,3279.28766377604,687.687666639035,4622.7806711472,7387.39126346808,2407.36931319277,66096.0837620546,27468.0862523575,1778.74887334912,12751.5338486085 -7143,2196.99702308498,3526.5793228196,338.480773705015,1412.95009889903,854.227129268133,2514.98174259568,941.686056169774,2963.7433151609,152.058121445789,1083.91425031509,1260.76052960988,6015.10678828647,705.257889057886,3508.89646343029,827.659873693164,3965.62092210551,739.279898495673,4502.69229150012,222.635900812383,1221.84184625901,448.816354390249,2349.35159591212,1012.21026621694,5392.1098914588,304.816418248896,1569.89131609822,287.529582883613,2138.10117773082,383.977161468929,3822.0114574474,648.994187575712,2559.62659459048,610.347990822752,3260.78199885233,716.60879384803,4596.69341108123,7598.98353125197,2489.41765963642,68759.6106364398,28678.3108191543,1831.71308081328,13323.9365664031 -7144,2300.40166268593,3643.67493714184,359.274079110183,1459.86532316938,890.354829010167,2598.48853634702,983.8217021261,3062.15067039508,158.314756830376,1119.90425462097,1312.43700725737,6214.83081548492,734.165237189169,3625.40494073005,861.553607555642,4097.29435846871,770.121602977518,4652.19850466412,232.616850707822,1262.41156226299,468.507640327861,2427.35884974083,1056.65557498775,5571.14809319379,323.066467597795,1622.01757535692,301.606824984638,2209.09412811463,399.818152517883,3948.91652283485,675.532303359105,2644.61576429091,637.710391464136,3369.0521485852,748.734953375444,4749.32081275023,7911.09281046877,2593.29909348048,71821.0831000893,30001.4904825266,1902.57459956764,13941.1950031835 -7145,2352.10706418905,3877.80118032105,382.183339985864,1553.66973480259,883.97835897883,2765.45577943386,991.787439160962,3258.91076696689,156.047563343806,1191.86428957966,1292.34536737725,6614.16802748256,722.926157921715,3858.3572357123,848.164755863552,4360.56815536239,760.552343286817,4951.12795836434,234.624357523697,1343.52847897963,469.765313794445,2583.33006510491,1059.72436171576,5929.12513443822,343.681449376747,1726.24116495815,306.513384295799,2351.04062937153,394.364067424275,4202.65622411701,664.780228279507,2814.54693659017,643.213896276978,3585.53236052251,755.196611323317,5054.49091127013,7672.23096290863,2547.66400907992,72045.3133995105,30459.1510859083,1834.54749000687,14180.6311652293 -7146,2411.98508170824,3846.41539409166,395.207494875861,1541.09478732589,903.145166552416,2743.07299086785,1015.24665697137,3232.53409835588,159.283462680322,1182.21768933696,1318.97418561018,6560.63488997944,737.822074865493,3827.12882307184,865.615007005671,4325.27499472861,776.537390409143,4911.05497976909,240.189950854862,1332.65435323839,480.551687268408,2562.42134869242,1084.08685088654,5881.13653333582,359.488644107258,1712.26947490382,314.676496581632,2332.01199557139,402.577475198177,4168.64115637316,678.424136444571,2791.766818586,658.471762124391,3556.51211246104,773.110852061408,5013.58134322816,7769.78762977666,2593.15870943849,73675.0310270603,31221.2622768254,1862.98706317605,14535.333012563 -7147,2375.61939843223,3586.8166323179,408.86807295205,1437.08462264625,879.770603204808,2557.94000887683,994.326891206891,3014.36685344166,154.59685982864,1102.42853063863,1279.64941819866,6117.85049999793,715.824160272683,3568.83173296966,839.727364449075,4033.35747726877,754.16594433177,4579.60253349685,235.527783858785,1242.7120603429,469.586605354298,2389.48074267129,1059.48793358487,5484.21222707874,371.267224027891,1596.70654423575,313.072339611911,2174.62196759318,390.840645581174,3887.29502716,658.033381777114,2603.34743715901,645.690605767519,3316.47923872451,758.104512762193,4675.20928108603,7536.94679009376,2521.0489245866,72171.014380323,30705.6977558217,1796.22573287622,14299.4980879239 -7148,2171.24521419646,3378.03294940898,381.434475935558,1353.43389529531,806.926292018439,2409.04582485264,910.489934453453,2838.90468801353,141.642928264911,1038.25767598809,1172.53485462913,5761.73880268758,655.905254805538,3361.0949264159,769.503828233332,3798.58126345151,690.958733765408,4313.03014320864,215.921036073203,1170.3754935901,430.055673777879,2250.39234177569,970.334726559614,5164.9837456708,348.592387028114,1503.76444348083,289.018911351158,2048.04020167912,358.068524452545,3661.02090848572,602.986626652167,2451.81014893408,591.939440417134,3123.43152518573,694.995338407835,4403.07175298377,6896.83845017305,2309.66998431459,66115.8634631342,28125.073646602,1647.3328955366,13093.8040291639 -7149,1837.83104616076,3237.60919187367,317.464811702975,1297.17207784137,680.513945770319,2308.90255453323,768.667439085094,2720.89232118768,120.089059890754,995.097633935321,994.08142970635,5522.22514940839,556.080043910704,3221.37527712037,652.242899369144,3640.67544598149,585.77783496485,4133.73884909075,181.64007875241,1121.72335579319,363.395274445882,2156.84424639192,819.792429973963,4950.27701070458,290.168089382455,1441.25343285303,243.094566434732,1962.90382053355,303.58699746646,3508.83343131062,511.206378410099,2349.88917923579,497.959478749323,2993.59146804609,584.653585851444,4220.0374577263,5845.01326008749,1953.92652005368,55904.2735392397,23751.3512208659,1395.82530477106,11045.7328403981 -7150,1459.42499794883,3012.77521470052,268.354353053341,1207.0906813371,599.742605776679,2148.5620954241,642.216940978251,2531.94146091461,108.949442593573,925.993629883556,905.009752424076,5138.7372824035,506.254163722038,2997.66865516607,594.226010991314,3387.85075603089,527.690786218553,3846.67364419541,150.947335231725,1043.82589861892,309.807341583669,2007.06339227386,698.245887151906,4606.50776541731,232.442854487248,1341.16638644973,213.642216638169,1826.59105187492,274.767882625824,3265.16443704788,466.397329841253,2186.70242667472,413.816470940017,2785.70316655443,485.86138821401,3926.97929375093,5794.29072456038,1819.18709149299,48117.3336330322,19456.7506333495,1382.75148437021,8946.18272601075 -7151,1052.92169299049,2797.03857235023,280.16867266401,1120.65419934092,541.392638806497,1994.7094050255,596.813655072484,2350.63601643939,120.919829369185,859.685743528783,971.300678134099,4770.76627619744,543.336700200564,2783.01375247412,629.423917953541,3145.25597387664,512.020966501076,3571.22380241272,147.919690639521,969.080363848343,280.180392495353,1863.34303931802,633.38826283676,4276.64826796042,219.677046473087,1245.12910771949,236.816931492454,1695.79383256835,311.900805099579,3031.35488865104,455.892649655666,2030.11861084665,405.516296587929,2586.22653623544,476.116164144114,3645.778982729,6654.1031562274,1932.13164330849,46606.4814100248,17530.5020171912,1590.37458756546,7854.24100532198 -7152,1060.22985160134,2656.48485018752,280.064782055893,1064.34031059742,547.620818135363,1894.47345036946,598.922502445739,2232.51442711763,114.320460373415,816.485756107211,917.015804734584,4531.03094887072,512.970239383962,2643.1647902156,594.102275096635,2987.20401182901,486.45271452869,3391.76657108702,145.930456701644,920.383197652589,273.865618385954,1769.70836354662,619.338620857503,4061.74281818057,222.12356302886,1182.56024206525,229.474399352854,1610.57865622283,295.145461476686,2879.02655932164,430.368597459693,1928.10331152008,400.062886186329,2456.26630986701,469.713321980284,3462.57528605114,6144.34760184045,1836.6844176349,45645.5342224586,17551.3160105838,1469.82379088509,7920.78644292161 -7153,1143.35308058107,2564.01700644281,292.414726059179,1027.29238483018,629.455316708447,1828.52996306709,647.151477670951,2154.80429254263,127.300436851214,788.065237424344,1022.66216441232,4373.31325597551,572.067845045862,2551.16059572681,662.813657427128,2883.22438108506,538.762016063105,3273.70478681157,156.047273484218,888.346180878413,295.11524673984,1708.10774255208,667.191436724787,3920.36026890075,243.06669945968,1141.39727602226,248.245343704928,1554.51707713584,328.336198335267,2778.81240677135,480.003645423387,1860.98922437566,427.79776081452,2370.76774234454,502.276802738274,3342.04876752712,7134.00412548146,2099.82404282566,49832.4318784153,18551.8794074005,1712.86708515604,8342.30183330877 -7154,1143.35308058107,2546.56963182881,292.414726059179,1020.30196509771,629.455316708447,1816.08735945783,647.151477670951,2140.14148897409,127.300436851214,782.702687416655,1022.66216441232,4343.55415746343,572.067845045862,2533.80070517137,662.813657427128,2863.60489504164,538.762016063105,3251.42819751922,156.047273484218,882.301248818386,295.11524673984,1696.48457640673,667.191436724787,3893.68338100902,243.06669945968,1133.63040637665,248.245343704928,1543.93904987608,328.336198335267,2759.90341321898,480.003645423387,1848.32574512856,427.79776081452,2354.63537160771,502.276802738274,3319.30711773354,7134.00412548146,2099.82404282566,49832.4318784153,18551.8794074005,1712.86708515604,8342.30183330877 -7155,1384.00548676311,2529.12225721481,336.758962043663,1013.31154536523,783.876689345688,1803.64475584858,767.146398872186,2125.47868540556,151.49529606531,777.340137408967,1217.87193840391,4313.79505895135,681.266404086547,2516.44081461594,789.470680204591,2843.98540899821,639.382033454918,3229.15160822686,182.335340362252,876.256316758358,345.68491994908,1684.86141026139,781.442648726216,3867.00649311729,297.64961594606,1125.86353673104,291.078029047202,1533.36102261631,390.563831028011,2740.99441966662,571.658157217499,1835.66226588146,499.865512435332,2338.50300087088,586.891457559554,3296.56546793997,8690.96202785165,2554.64136879088,59131.8936979764,21621.1917560674,2092.67099818598,9725.42474596571 -7156,1837.78308273799,2540.23399018544,431.058513993112,1017.76354339579,964.504178184832,1811.5690935684,968.914336082576,2134.81700486388,188.360294171785,780.755391855289,1513.24749197024,4332.74777610387,846.496782493108,2527.49683149636,980.781576216328,2856.48049750057,796.831487882549,3243.33892965427,230.974964039533,880.106160781468,436.216167826275,1692.26387173985,986.243384543192,3883.99623864053,389.80969549185,1130.8100334636,366.681546018312,1540.097865085,485.809813941683,2753.03701585922,710.270338632672,1843.72727296626,633.209220604037,2348.77724555105,743.45013443697,3311.04897307519,10608.2618574962,3144.96615097269,74348.8194394944,27640.8740547175,2549.78657677197,12477.6633945818 -7157,2178.92143955743,2570.12521156402,494.96468091854,1029.7396824067,912.917670801805,1832.88603249122,1050.9639653081,2159.93763860931,180.866473417991,789.94262907463,1446.29501877817,4383.73171043963,809.044182414283,2557.23817328449,936.562894940541,2890.0930273873,777.708982479733,3281.50366657482,254.384959463523,890.462469763323,465.761889695516,1712.17693259038,1054.34763525961,3929.69966275474,447.189116461492,1144.11640334053,380.950682101831,1558.22037128238,467.896029488026,2785.43231456887,678.608163226459,1865.4226208322,697.38684703385,2376.41557370783,818.801003382902,3350.01046175375,8989.92250039791,2859.39744754642,77319.8630433569,31534.2186330813,2140.32767229263,14487.3378850268 -7158,2488.83842689313,2651.87120361397,498.235590714612,1062.49181896129,981.969713892722,1891.18322609343,1084.82008703551,2228.63711061935,180.593572034751,815.067725542968,1443.67556024078,4523.16168682301,807.578881308194,2638.57427723871,934.863541455886,2982.01598918598,777.158834902645,3385.87592495069,257.010238151155,918.78472334324,468.589444437743,1766.63482487123,1060.92992329134,4054.6885916773,511.356211777564,1180.50643211846,381.646569812988,1607.78148585757,467.281641673416,2874.02641372712,677.363688289891,1924.75468062688,704.583950315483,2452.00039258032,827.251113122591,3456.56166297212,8992.03812446329,2923.2269857273,78998.160201323,32296.3049784768,2145.36165329045,14951.2577141209 -7159,2234.82938949592,2817.31261930584,474.161630726417,1128.77714626166,896.474219365113,2009.1678513766,1022.33598660036,2367.67436029491,170.464342387776,865.917087387844,1362.27691652118,4805.34668579709,762.045225793433,2803.18614196261,882.193963406161,3168.0540389202,734.286437350805,3597.10945153277,245.784778174698,976.104643382648,446.164260419612,1876.84929005299,1010.33763580968,4307.64711390212,460.006257535975,1254.15429823536,361.281776172479,1708.08562007832,441.161536938418,3053.32735337111,639.156958633943,2044.83371719114,673.809771857778,2604.97253378864,791.119189633317,3672.20503741995,8366.51644637428,2716.11840021656,74402.8150466099,30657.4415906449,1991.70723095936,14188.3456617345 -7160,2076.67816377184,3077.10632486911,460.774472133676,1232.86541661296,834.795945530805,2194.43985762499,980.607193636577,2586.00543630439,165.283620177705,945.766163170733,1320.78540722468,5248.46358147443,738.835255642062,3061.67719837349,855.316143557433,3460.19076970251,712.130276534437,3928.81079959283,239.051819322783,1066.11447778447,433.250855852642,2049.91976455603,981.159226999586,4704.86948756092,425.8370506851,1369.80401004014,350.659496283746,1865.59383894571,427.772569815983,3334.88475740014,619.686699629126,2233.3945907731,655.351617119198,2845.18565845431,769.447493809359,4010.83119758477,8042.75552008233,2593.99963142234,71634.4127310384,29638.4264889891,1910.747404099,13686.584921823 -7161,1956.37573292431,3275.9479312413,432.840160549146,1312.5327774379,792.181520848552,2336.24384497856,924.801171040372,2753.11226354861,154.732522798417,1006.88126394494,1236.3400784715,5587.61758505626,691.597312433533,3259.52177962747,800.66431587078,3683.7871678644,667.025630099279,4182.6892711327,224.774301901465,1135.00644736838,406.987392253525,2182.38491066559,921.717702808297,5008.89661821846,401.991031356593,1458.32029807677,328.601231439426,1986.14790390472,400.492644106826,3550.38392194584,580.061971437095,2377.71582026821,616.2103373874,3029.04062705968,723.491767436832,4270.00980047214,7525.87424994076,2436.99567366459,67346.1061970916,27886.5515764572,1788.85348781738,12888.9074807059 -7162,1857.99343410971,3390.37932427881,419.082078157952,1358.38056173791,759.378336199461,2417.85064803752,892.540190418865,2849.2806026428,150.488487328596,1042.05240465747,1202.58611327305,5782.79738566334,672.715653558506,3373.37939449424,778.824563637918,3812.46470063357,648.43810690951,4328.79383994293,217.850863514387,1174.65309975876,394.73966866574,2258.61730223992,893.953150619367,5183.86124819242,381.377339286579,1509.26055314381,318.911210390702,2055.52558517214,389.475034924006,3674.40157623508,564.230923007232,2460.77127147543,597.2299901311,3134.8473571411,701.206966047023,4419.16454285741,7330.1437456574,2361.43321912512,65157.6375942634,26946.80530144,1741.74182490004,12438.0366313423 -7163,1763.4237439733,3503.44611709289,402.386231366187,1403.6816088617,722.474906187967,2498.48428578989,852.995082341287,2944.30212936731,143.275722437422,1076.80412771544,1144.70526363057,5975.6496571506,640.337636578262,3485.87925147166,741.272408187742,3939.6077472333,617.8369202133,4473.15610428625,208.138177141744,1213.82696378859,377.139082327392,2333.94061863991,854.093853310816,5356.73941599183,361.902620778261,1559.5933430599,304.980144696582,2124.07593403676,370.858599121818,3796.94031364443,537.065770504372,2542.8362821727,570.603023898776,3239.39233654662,669.944279116808,4566.54060729965,6941.34232474524,2242.23386274153,62191.7726376064,25786.0573912227,1648.9221754654,11898.5878947219 -7164,1699.39382008882,3424.36434632767,390.339806771351,1371.99691227745,688.110243850486,2442.08708288007,823.493704403552,2877.84167349726,137.516338498382,1052.49789484045,1098.33979819981,5840.76390735858,614.401220021024,3407.19400995042,711.211114670405,3850.68068902865,593.650267147087,4372.18549026416,201.287068678798,1186.42777382227,364.479111014392,2281.25758861345,825.446054320983,5235.8240588303,348.266986026336,1524.38931847363,294.175493978387,2076.13008857795,356.024337965549,3711.23362558439,515.299932203748,2485.43794087122,551.820966422826,3166.27093732557,647.892289503994,4463.46206536501,6593.6825856075,2138.82711551642,59914.9828671282,24980.43852193,1564.67054141444,11531.597882011 -7165,1669.00092614331,3283.81061786182,391.92739257328,1315.68302100854,691.772570834835,2341.85112372893,825.46143690232,2759.72007887832,140.368960533152,1009.29790548157,1121.67449520714,5601.02856928089,627.45443573225,3267.34504142036,726.335585692959,3692.62871989317,604.820273580577,4192.72825089068,202.685554561514,1137.73060544269,367.694506741874,2187.62290864299,832.664695522358,5020.91859941298,342.163188872284,1461.82045001348,297.976655555305,1990.91490841095,363.294249829981,3558.90528942381,526.267142099902,2383.42263696976,555.654863137576,3036.31070512907,652.393662723543,4280.25836047136,6810.52871884202,2183.29512470859,60452.6857956725,25020.0104950109,1616.91944222068,11520.5879367013 -7166,1613.69344435227,3183.35012286919,386.08019757435,1275.43278038109,675.404075605832,2270.20767333957,811.678973167907,2675.29290647771,136.420982557528,978.420799893273,1089.68800195188,5429.67821811352,609.561484468496,3167.3882721757,705.619748055714,3579.66139254285,588.74193672373,4064.46154964946,199.469527818721,1102.92440219536,360.894264687376,2120.69770928342,817.354596736911,4867.315354125,330.974070676133,1417.09947700734,291.423637418297,1930.00752961777,353.168227225412,3450.02891724124,511.24424928066,2310.50740349551,546.838246169093,2943.42189030841,642.042084039572,4149.31388052774,6554.01203192265,2115.3234652244,59152.5026700555,24625.7032919565,1555.40068783074,11346.0451122097 -7167,1624.42543053156,3135.32922361333,403.565114966711,1256.1928517869,694.949889280592,2235.96154590667,843.057854771338,2634.93606033032,144.570434188953,963.661302870315,1155.3063956924,5347.77141533029,646.267812725083,3119.60815775169,748.165069750861,3525.66212998404,623.099340419267,4003.14906717922,208.721201417037,1086.28676588129,378.723877539733,2088.70694260084,857.633911817649,4793.89180621306,333.252017799525,1395.72250350636,306.849956344497,1900.89332804848,374.156020967215,3397.98516312369,542.048612358475,2275.65335384005,572.20136313215,2899.02031316282,671.820887162399,4086.72139897619,7003.2188243309,2230.46675159561,61859.8565332379,25610.7247550812,1661.48383623971,11764.5847019313 -7168,1660.10569383868,3201.15489232958,425.671120753787,1282.56639300314,716.502625658488,2282.90515325566,882.358045769073,2690.2560652885,152.373438864574,983.893197243536,1217.63520817204,5460.04690681762,681.133979363785,3185.1037655399,788.47827531245,3599.68276731485,656.650728050965,4087.19445620354,219.554116653366,1109.09315962241,398.898585366338,2132.55896624592,903.272284171307,4894.53869570739,339.588480362809,1425.02544446825,323.72432976762,1940.80223890055,394.356350185057,3469.32524567897,571.291184494168,2323.43028350177,601.899394874201,2959.88471913931,706.689308171934,4172.52137395765,7355.40602835843,2332.75688393642,64901.449128266,26894.9715182067,1743.56939889178,12332.3624752518 -7169,1750.00745936314,3557.51024230785,440.760492542148,1425.34280065032,748.236957867357,2537.04014272616,915.243294106289,2989.73771298202,155.344043489875,1093.42104467294,1240.84907366526,6067.86408274965,694.119603033088,3539.67229010763,803.452950755121,4000.40258734947,670.580999733097,4542.18450193973,226.47369315051,1232.55837588007,410.389017369334,2369.9572872665,929.391365224712,5439.40300516968,358.750413490831,1583.66051776889,332.422061291586,2156.85403406336,402.154456545273,3855.53355289795,582.164180155573,2582.076565758,620.869154903764,3289.38166335516,728.961679112398,4637.01008647553,7439.58862272014,2385.92800406995,66915.4226879588,27870.0956423694,1763.95453675747,12806.4718607961 -7170,1882.30151618858,3728.02016501126,452.750249532557,1493.65886278682,782.726636696492,2658.63937622578,946.715254791565,3133.03454464857,157.598598092613,1145.8282410296,1258.33576323093,6358.69417606042,703.901496961437,3709.3272475,814.718438303282,4192.14014802869,681.123706256492,4759.88943476599,232.387328505067,1291.63436416518,420.04122090602,2483.54831198272,951.348910228902,5700.11123165183,384.826307960092,1659.56467941033,339.244687199741,2260.23111229549,408.100435093925,4040.32760359857,590.349913258684,2705.83437547721,637.08116493423,3447.04029958071,747.996179313052,4859.25996843424,7493.13689307507,2435.03380283162,68776.34033684,28784.985232782,1777.35700603598,13266.3691560229 -7171,1987.93062639945,3622.42617754182,468.276657324536,1451.35185041575,807.251266799941,2583.33497320411,979.275399467655,3044.29317636042,163.92694090909,1113.37332727646,1309.08815914226,6178.5878881571,732.291922236036,3604.26272596961,847.602999900892,4073.40023390064,708.058418827482,4625.06835465279,240.591103163829,1255.04957738082,435.32111901008,2413.20326079535,985.91430845155,5538.65891988097,406.177738750187,1612.55848196348,351.927458726425,2196.21138998022,424.440670643056,3925.88769086663,614.168382106497,2629.19320174642,659.57150616791,3349.40490221438,774.402060133553,4721.62427616163,7810.4018899246,2530.92600529212,71325.7640462594,29821.0526534571,1851.69750510202,13751.0647371099 -7172,2030.10779681561,3448.79716681254,457.970224328272,1381.78610258351,803.001565388091,2459.51136057657,964.088154541225,2898.37505776399,158.546862888342,1060.0074614416,1265.64731403187,5882.43772521503,707.991511490373,3431.50432018114,819.423885103736,3878.15527423758,685.548168228505,4403.38100931713,235.363194135862,1194.89292936191,424.407765557786,2297.53434876664,961.332732579752,5273.18163424628,414.527435039205,1535.26582774673,341.999558952509,2090.9432651641,410.610392415361,3737.7132567745,593.770964170665,2503.17152669736,645.239389201235,3188.86226277875,757.574739969964,4495.30884227151,7502.75003868032,2461.78242106094,69832.2187990638,29332.720115202,1779.26299353308,13567.266205356 -7173,1915.2309662448,3323.83886586978,422.125025351478,1331.72063474252,740.311841792714,2370.39728807485,890.289257974085,2793.3598872001,147.699708014857,1021.6008155991,1179.43451333551,5669.30271379195,659.764860670571,3307.1725810885,763.693044192357,3737.6402858456,638.058030492927,4243.83581639515,217.919331548585,1151.59905528361,393.133474890559,2214.28909696053,890.476027695019,5082.12145131677,390.031491465638,1479.63941655131,316.804291196473,2015.18331027406,382.438880127953,3602.28682390909,553.338080368013,2412.47554029539,597.417692684712,3073.32203497648,701.427347374673,4332.4328806033,7029.58379544619,2293.9477786964,64717.996295639,27118.5543950358,1666.43940373217,12546.7909227745 -7174,1587.49242878962,3244.95203259092,360.076061787987,1300.11404130452,622.601528276298,2314.13910492731,752.090680974905,2727.06325712813,125.796339605678,997.354497871353,1004.5725504752,5534.7494589448,561.94868074817,3228.68129960442,650.345354978372,3648.93243387557,543.28966893943,4143.11409611308,183.87744010862,1124.26740463981,333.275032389928,2161.73593121692,754.747597949915,4961.5041519195,324.083827833065,1444.52217029583,270.680533751813,1967.35565188295,325.715224806904,3516.79140383373,471.302205083076,2355.21868657399,504.093121183109,3000.3808808565,591.855087572528,4229.60842847555,5989.50307862783,1945.86236443966,54847.6690703082,22929.853302577,1419.72310477119,10587.3465622034 -7175,1112.25029052367,3027.07102116231,312.202454713444,1212.8184019709,497.906323721866,2158.75715668769,604.906587937525,2543.95568119935,110.842576881299,930.387527461135,872.403758680776,5163.12091158657,488.0146695612,3011.89278005986,560.948858480597,3403.92631934983,446.31655192653,3864.92635076003,149.453562104875,1048.77891766715,261.226892653947,2016.58703335816,592.479231846137,4628.36593231864,269.715179920722,1347.53030467376,238.318704852064,1835.25834043831,289.668315398644,3280.65784612472,388.8665259089,2197.07846619095,409.721347811217,2798.92150197312,481.053309396494,3945.61305563564,5518.78403486652,1700.43828149096,44988.2080777027,17991.4051198937,1312.3189988647,8174.7152800652 -7176,1121.52397630256,2853.76691254678,290.859362695991,1143.38282857448,597.6618965543,2035.16524815907,638.304870052958,2398.31061089691,121.76163551867,877.121522142321,984.599933574291,4867.5249176369,550.776181844785,2839.45764727153,637.54915691053,3209.04671049897,517.806725277606,3643.65383637219,153.594904679599,988.734837369597,294.316488841106,1901.13456599993,665.044694706652,4363.38541926184,233.761490765174,1270.38228381423,237.031345832912,1730.18719788984,312.702515263328,3092.83553217159,463.255897277631,2071.29260835026,421.074683506711,2638.67927686734,494.383246286975,3719.72111297281,6613.04217481981,1986.77278618619,48238.0049295603,18315.3484627533,1608.97356790857,8282.5530927519 -7177,1141.11928656484,2756.16557632525,309.897966611648,1104.27813106363,628.107634413354,1965.56080822439,677.470826795928,2316.28628043437,127.519066093672,847.123195294614,1030.68426347724,4701.05128800575,576.555333763552,2742.34570049701,667.344372458335,3099.2944929773,543.094581101284,3519.03767322478,162.899558168428,954.919237058384,311.512916295495,1836.1140931776,703.957640986326,4214.15380349914,250.472351168435,1226.93409333053,250.249679967307,1671.01327528075,327.587351402416,2987.05783907192,484.910514108928,2000.45258094931,446.58304285705,2548.43412679919,524.332578310576,3592.50338211981,6865.78046402773,2072.3369529005,50922.6827356113,19484.4348685133,1666.94179157166,8812.59658801633 -7178,1161.86140383186,2724.97474018851,315.26344963506,1091.781291784,666.151778259549,1943.31704841085,702.172341223984,2290.0734482158,136.097264626755,837.536514073781,1101.2564751374,4647.85066694942,616.032782377045,2711.3112604368,713.272124510691,3064.22055275385,577.409549256248,3479.21360446513,169.147473129423,944.11265500731,325.004723258731,1815.33524944608,734.310869344574,4166.46327943593,253.903372842063,1213.0491872188,261.336308596908,1652.10283619128,349.364723000532,2953.25405297512,518.18678357151,1977.813959675,463.711467919493,2519.59413549495,544.443040225864,3551.84792031632,7523.30925046385,2234.64265308377,53296.8779268871,19969.4837524271,1828.61527839193,9001.04488454832 -7179,1313.49964501387,2773.90536662352,352.585470645158,1111.38570930359,757.990945839192,1978.21194821971,794.304055062749,2331.1948306458,154.953174684565,852.575620929129,1254.27302656245,4731.30914506157,701.628839292264,2759.9965405155,812.474015393624,3119.24279900443,656.426014571358,3541.68761519885,191.374447542419,961.065481377923,367.493651382184,1847.93206204582,830.328833006776,4241.27779249344,284.4519356433,1234.83113468118,294.965058605253,1681.76858887429,397.675991677359,3006.28374484808,590.213649889269,2013.32829842887,524.645886517476,2564.83687392973,615.986063012701,3615.62617894742,8644.6300423826,2555.52491030156,60374.004808251,22473.5804639814,2100.07603457205,10128.4722350933 -7180,1754.73228851978,2926.48056154229,438.571653900178,1172.51609005387,907.52367372493,2087.02102196171,984.033184413687,2459.41928630283,183.835412787741,899.470476504032,1486.34689031174,4991.54888637165,831.448832391171,2911.80669785222,962.565251370257,3290.81284742191,781.777757934164,3736.493712311,234.630684565994,1013.92768602099,447.173070033376,1949.57525361096,1010.65551116742,4474.56397221703,357.107874071541,1302.75147664118,357.365534197489,1774.27216644519,472.159299436298,3171.64062178785,699.31676837008,2124.06890308842,643.231241626671,2705.91251792368,755.216976476163,3814.49917427163,10030.7510386324,3016.15159858701,73436.5161064048,27967.336472004,2425.30381759498,12689.1426927668 -7181,2440.73249659783,3215.710621743,579.493267500802,1288.39825369068,1124.44482810281,2293.2855786974,1281.99563976599,2702.48872526786,223.967544957536,988.366983621413,1806.96635582132,5484.87387334481,1010.8004238517,3199.58651008811,1169.69593252682,3616.05061270113,959.167479201431,4105.77902913598,303.017571813693,1114.13623328448,570.27066522523,2142.25576390642,1289.50611121884,4916.79428259852,479.646830272719,1431.50506993924,451.129708581304,1949.62711404235,576.041974753458,3485.10035223324,849.936199489316,2333.99497769968,830.711333911652,2973.3433871875,975.337112567302,4191.49393046734,11667.1576397175,3624.74657260538,93250.9875779803,36901.7462564896,2803.35822276951,16892.4369645773 -7182,2681.58171812102,3825.42655744327,600.386322519867,1532.68545462601,1179.95503130569,2728.10479190308,1339.81622317711,3214.89504401585,235.312350642462,1175.76665079275,1899.12324931757,6524.83529999574,1062.35214572343,3806.24522796582,1229.47099415643,4301.67315222789,1006.4681093641,4884.25669612559,316.290078171999,1325.38242297005,595.385891949947,2548.43891632314,1346.28490384985,5849.04478001281,497.157673771195,1702.92608875734,470.87810267419,2319.28684401539,605.089282146175,4145.89402188237,893.321181353531,2776.53291072319,867.097413422706,3537.10519871972,1018.05796189151,4986.22360126455,12332.9834931622,3825.27027735284,97582.7140110974,38456.2073284747,2969.16573464641,17644.7962242016 -7183,2475.26621786422,4244.03362767392,581.172386562304,1700.40347459368,1150.01840947382,3026.63462565422,1289.86858341624,3566.69314424495,229.004350079867,1304.42791916964,1848.37737366812,7238.83206549481,1033.96536782358,4222.75333223408,1196.73111232016,4772.39472230751,979.135419784971,5418.72895826884,308.176326107622,1470.41577929869,579.248162977968,2827.30835281725,1309.87143226513,6489.09144206282,483.066821812243,1889.27312486682,456.826841151863,2573.08072980016,588.834385638637,4599.569062803,869.460810328023,3080.36211504952,844.853865762797,3924.16196797142,991.941841089705,5531.8538524006,11955.8024386245,3710.4505194692,94562.7536478091,37254.9926816123,2892.34694650237,17082.1859405902 -7184,2343.01355674621,4430.91874045217,555.864710086909,1775.28037779394,1090.01090638988,3159.91183384259,1228.66658395448,3723.75171375326,216.177716287385,1361.86812350626,1744.20668674338,7557.59248674158,975.69323997946,4408.70137175558,1129.22057040511,4982.54610284442,925.39112943415,5657.34152860227,294.343342422441,1535.16522354278,551.233059297772,2951.80827122734,1246.70003578921,6774.83719536471,463.666186035916,1972.46686270795,433.737959016935,2686.38578922303,555.988074797034,4802.1101023999,820.421452581022,3216.00520173835,806.931258633729,4096.96160065161,947.416956658283,5775.44785324392,11184.2646687369,3490.92802710862,89842.4178394948,35629.2371193924,2704.62959330641,16347.8393663823 -7185,2183.04676422446,4474.91082450302,523.056245676546,1792.90613176698,1025.32660918157,3191.28480977162,1153.59427682393,3760.72273668816,203.099525405684,1375.38934121863,1638.60804987937,7632.62754456457,916.622330022321,4452.47287212879,1060.89750595123,5032.0149827276,869.663860977303,5713.51007029962,277.2624047087,1550.40701006653,518.932041019683,2981.11510468026,1173.67424883065,6842.10071897854,437.18344775367,1992.05036967223,407.575117991372,2713.05739309461,522.36871872983,4849.78753537053,770.746385043364,3247.93509696555,760.104507076999,4137.63801329794,892.437727665237,5832.78900578451,10473.7982347425,3274.91522971054,84431.8733583628,33532.1069021594,2536.73975675615,15388.4479877933 -7186,2055.12577480105,4549.50891332208,493.333947744822,1822.79440800467,956.152073888716,3244.48447274204,1084.43433915741,3823.41509855583,188.587135835437,1398.31748889818,1520.84218795346,7759.86570635642,850.745185842807,4526.69691363612,984.58631122468,5115.90016286682,808.691170763286,5808.75597539319,260.818249889872,1576.25275412233,486.579902073337,3030.81117641896,1100.64437129413,6956.16056445043,414.098640742738,2025.25843933814,381.075037714194,2758.28486338811,485.185516359988,4930.63492999036,715.312641334348,3302.07913700212,715.023471997631,4206.61366446109,839.50814215108,5930.02332606052,9620.09541899677,3030.1761822987,79037.2188537048,31632.0169648637,2328.38882575061,14536.6852611002 -7187,1954.11177431272,4625.53658782983,477.882772647669,1853.25545832606,924.301322491968,3298.7036454349,1043.34905279216,3887.30888668972,182.585026778156,1421.68502788533,1472.46838466302,7889.54223966735,823.685323487447,4602.34337265007,953.227346614411,5201.39290500821,782.933028216555,5905.82715758145,251.825629051163,1602.59380183002,470.442173101357,3081.45961562533,1064.0833008343,7072.40623432242,400.007788783786,2059.10290307118,369.199021557419,2804.37906559514,469.737451971478,5013.03167098282,692.562285427683,3357.26078465022,690.370538481028,4276.91115382857,810.563164502617,6029.12102909765,9292.74839600028,2926.87785496324,76336.1817966364,30537.3724093119,2254.12256462553,14018.2301840255 -7188,1889.74835449587,4556.72179571509,461.905601424798,1825.68430270365,885.1153516894,3249.6283432946,1005.68368014945,3829.47681729756,174.421388582574,1400.53440940272,1406.15649020138,7772.16835259625,786.59105728138,4533.87362942874,910.250984288575,5124.01101327115,748.74666927575,5817.96529325551,242.597281130373,1578.75177675395,452.690011874356,3035.61628505539,1023.97612653245,6967.18900048918,387.79569896858,2028.46932456042,354.548915595126,2762.65790335904,448.834486279243,4938.45205719034,661.344641740314,3307.31431928693,665.071367990037,4213.28291387079,780.859440850696,5939.42490360518,8801.11340589249,2787.82317780277,73350.2436898649,29507.1889729553,2134.25360753369,13558.3128155046 -7189,1838.20231736708,4495.50977357238,454.80714068629,1801.15925312354,870.862068464445,3205.97496022163,985.947682277697,3778.03412883766,171.57327980659,1381.72054559374,1383.15562473567,7667.76212315662,773.724583875942,4472.96853461742,895.310147610457,5055.17839858338,736.45601915729,5739.81055036751,238.833361356294,1557.54385732218,445.100200158591,2994.83780008571,1006.85908364527,6873.59633749812,381.348399308022,2001.22019354532,348.910271069899,2725.54616287224,441.513870144502,4872.11212022959,650.524471346403,3262.8860205184,654.752722778981,4156.68442518099,768.744332732009,5859.63855170274,8635.30811308219,2737.43358475289,72099.1346376081,29019.964339872,2096.98613344383,13329.3744216731 -7190,1799.76012453965,4412.20423750949,452.901026470234,1767.78227372108,865.816472904502,3146.56557705545,982.05351868652,3708.02401336268,170.295379369243,1356.1161143863,1372.72321287985,7525.67211195758,767.888788266533,4390.08070646514,888.59165283705,4961.50173729278,731.327549742818,5633.44708573692,237.97992777131,1528.68127387537,443.158428743563,2939.34096414862,1002.49826673559,6746.22287899929,380.654859668007,1964.13591847973,346.822881822487,2675.03952500505,438.252754774967,4781.82782937558,645.610105542846,3202.42202805879,652.413066542069,4079.65760470345,765.997345342582,5751.05457451867,8559.41356297761,2715.34516459946,71700.0110480948,28903.7526041716,2076.62124268888,13271.3591963155 -7191,1808.29294366477,4351.57704043217,466.144890839222,1743.49153863054,890.679237775954,3103.32926225952,1002.92750577737,3657.0728128914,175.250682867433,1337.48199989367,1412.71804709702,7422.26338885448,790.261532091207,4329.75750430838,914.485118515518,4893.32675548457,752.686752682903,5556.03904016458,244.641616139809,1507.6759767788,455.690481771793,2898.95208042562,1030.83641813708,6653.52440857592,391.109247052903,1937.14712806881,356.92258880793,2638.28235336431,450.994485320006,4716.12171003125,664.423258389275,3158.4182011803,670.675835917379,4023.59986297299,787.439639461915,5672.0305084685,8777.42578398109,2786.63109730472,73581.05326308,29662.2880361157,2137.04419731718,13608.8051908455 -7192,1858.10841927379,4327.33915743366,482.148991388889,1733.78045147074,908.931354383086,3086.04400432531,1033.58961505995,3636.70325442276,178.336765128614,1330.03234843976,1436.91083189706,7380.92206594289,803.794754251791,4305.64115411482,930.024098539633,4866.07137651025,766.987718638238,5525.09241485164,251.659848739784,1499.27836056167,467.919107579588,2882.80518455528,1058.57541023852,6616.46489092419,405.511985367484,1926.3573971265,366.106201583068,2623.58736384587,459.079699956991,4689.85334682583,675.760562241798,3140.82610293425,689.916057961043,4001.18878262088,810.029559506532,5640.43782136889,8838.60612750541,2824.74852311859,75484.8530033473,30642.3715972039,2148.06628974037,14067.5382706642 -7193,1937.80733490236,4603.57303853704,501.965320370669,1844.45559979329,939.287713683827,3283.04032967831,1073.36696667808,3868.85068217054,183.876684429384,1414.93440585568,1481.17774962239,7852.08013195548,828.5572624497,4580.48995227209,958.636136396599,5176.69500298298,791.617865901126,5877.78437304667,261.26381728406,1594.98416621381,484.989381757889,3066.82784504555,1097.26462159469,7038.82415362828,422.49805559993,2049.32561404713,379.133640629319,2791.06296341471,473.418201293371,4989.22816924387,696.55659266182,3341.31942058741,716.244978335226,4256.60299126963,840.942311176658,6000.4928052364,9057.77403073948,2907.29123937959,78190.7040260185,31868.5643550711,2200.15402249175,14642.8566387514 -7194,2054.69715746769,4693.6365902518,513.554799464007,1880.54022816933,951.051416342328,3347.26919496152,1104.17416536344,3944.54024559736,185.378974747903,1442.6159516828,1492.5660502076,8005.6969463544,834.92777345639,4670.10191025386,965.931143379254,5277.9710192881,799.149175018808,5992.77638738393,266.84270378283,1626.18817617206,493.839077839982,3126.82676456096,1117.42291769596,7176.53056077434,434.412875317743,2089.41828595134,384.842877921108,2845.66686378522,477.435468441794,5086.83661500457,701.869515591942,3406.68844849519,731.539286904183,4339.87847759823,858.899339267413,6117.88546731746,9064.23654450737,2930.29063319514,79695.9054001031,32711.1165585946,2191.95314414215,15066.3538964423 -7195,2146.53715836516,4543.46568736298,520.428460588907,1820.37314481024,955.071818279559,3240.17474323868,1120.09184756403,3818.33636108851,185.528568002019,1396.46006896364,1493.20330936052,7749.5580835406,835.284250387909,4520.68398942416,966.283360176073,5109.10458530945,800.7731034827,5801.04006020996,269.797701553279,1574.15897834492,498.124992437875,3026.78527447494,1127.22810855357,6946.92052318452,441.494977823663,2022.56823813012,387.38881980563,2754.62096493081,477.939569627719,4924.08544485439,702.135220342985,3297.69290307228,739.640302712948,4201.02591479815,868.410731546819,5922.1463284362,8991.51616557141,2928.95935976757,80400.4701862556,33198.6997436556,2171.52108162354,15330.1111709826 -7196,2149.82437058792,4250.72665786052,504.426555580185,1703.08508665977,914.233897868305,3031.4077633554,1088.36737909066,3572.31797830025,176.494884709508,1306.48506013627,1419.62176618841,7250.24802629545,794.123409298411,4229.41280244632,918.574287086882,4779.9210014893,763.126913455404,5427.27453534773,261.180701338056,1472.73469051879,479.868218106521,2831.76714410223,1086.12759530765,6499.32502848451,430.383727325197,1892.25259278928,371.581003925955,2577.13859279277,454.851264724651,4606.82278821695,667.483231010517,3085.2199833961,716.017119079536,3930.35054629405,840.67478191656,5540.5778324795,8440.81179419151,2780.39654006007,77464.4941107868,32284.3204248606,2032.09329494062,14953.5194584141 -7197,1997.11522871218,3973.12818283687,450.949835764366,1591.86320368642,808.254506879974,2833.43827719091,974.843685045232,3339.02374347997,154.974331334958,1221.16358700312,1245.81122371362,6776.762441914,696.895384306455,3953.20625267123,806.081766396726,4467.76289593498,671.417729789462,5072.84028073359,233.3939168183,1376.55609868992,426.713975762036,2646.83541263669,966.011052058161,6074.87931324333,386.951595336948,1768.67691352359,328.83318154842,2408.83566464261,399.539004292899,4305.9690557502,585.71765733074,2883.73622980788,639.840689127433,3673.67459279749,751.23613313189,5178.74417888477,7308.2012266938,2436.91402800973,68850.8502154347,28956.6534428695,1756.2969984129,13459.1077495807 -7198,1657.9220133303,3715.21892340029,388.29101341113,1488.52995061881,695.285285386359,2649.51016460538,828.610151350662,3122.27635922941,134.418908285502,1141.89370647537,1080.92254418384,6336.85975004471,604.658167703003,3696.59019345854,699.29255366548,4177.74521545681,581.682602326315,4743.54496987607,199.092147849414,1287.19916187634,366.324469590477,2475.02032646038,829.085518049256,5680.53824173868,329.72588148714,1653.8660813637,284.931327485357,2252.46995133486,346.471210135476,4026.45396355591,508.216463620386,2696.54310609921,545.803673105168,3435.2038840667,640.827393131051,4842.57428591293,6358.45518598463,2107.31141790714,59098.4046644304,24711.4409612983,1535.58053971103,11453.3814345147 -7199,1226.63898129493,3397.5272275097,327.583010778481,1361.2444220548,576.242092581362,2422.94817866931,679.740018315264,2855.28771278517,120.496190512813,1044.24935344626,965.834412490071,5794.98920025488,540.278921281732,3380.49145694114,622.636270487476,3820.50248229304,501.29785383939,4337.92019322523,165.080283283432,1177.12960928287,301.462382683385,2263.37912278207,682.494312944599,5194.79033164309,269.72764224249,1512.44251225583,249.447023685831,2059.85922945384,311.240362507871,3682.1482807735,440.985079274078,2465.95929123355,452.561419154953,3141.45652485045,531.351782260498,4428.48142379976,6036.6824832883,1893.25844193432,49742.6261984864,19915.9147294254,1462.10032145754,9098.55676185146 -7200,1428.93841155714,3183.99993339985,327.107225903928,1275.69313177816,711.607499986297,2270.67108603248,769.317481296934,2675.83900836286,139.384736746042,978.620522862674,1139.14096440109,5430.78656684928,637.225018569917,3168.03482444751,738.380548297368,3580.39210125514,600.250523793132,4065.2912195929,169.599004583081,1103.14953982189,323.804846942573,2121.13060282344,731.780592413261,4868.30890891824,266.294115259703,1417.38874652769,266.164058640586,1930.40149797456,355.439769314455,3450.7331643504,537.935714965541,2310.97904248714,464.949324502945,2944.02272479619,545.89640605415,4150.1608711981,7695.86174601165,2319.25639194978,55398.3181211625,20806.8094537691,1843.54594959987,9407.00767404573 -7201,1534.54287293251,3063.72025819276,349.064190906424,1227.50218995538,749.579204448674,2184.89357772754,818.260463415394,2574.75576289662,146.392069563201,941.651879300163,1195.87951884763,5225.6316491222,668.96404608337,3048.35825167748,775.105699536006,3445.13820425107,631.234435715068,3911.71963738726,180.212897832038,1061.47665316044,343.460544130621,2041.00217778701,776.254900811005,4684.40230508008,285.675775536767,1363.84507138932,281.646256510421,1857.47810913902,373.419911600207,3320.37729974107,564.682510810503,2223.67884950506,494.046915662638,2832.80849598096,580.059850545419,3993.38322921119,8005.09697681622,2428.04520451697,58645.8510666439,22208.7843452848,1916.5576703761,10059.3972539741 -7202,1545.24436188799,3015.50441514738,355.22328081347,1208.18415568953,795.176222226535,2150.50842603726,847.717852388356,2534.23508565397,156.160998424517,926.832465192654,1277.15378840727,5143.39234064315,714.428127832575,3000.38417094478,828.059987522251,3390.9197283698,670.991124125528,3850.1582531292,187.115155051381,1044.77147534003,358.25559565075,2008.88154262253,809.548642416134,4610.68068976643,289.713258824943,1342.38131675165,294.10052173137,1828.24571668054,398.030358388173,3268.12227080765,603.189500883778,2188.68330769462,512.96919554021,2788.22666790623,602.276475100278,3930.53664963696,8754.98499445021,2614.00117670047,61353.7879907495,22757.5256121541,2099.08697231668,10266.3084450824 -7203,1730.00677469169,3071.25804269952,397.923791503248,1230.52225909019,906.704618266928,2190.26915237901,958.246613873619,2581.09052993234,178.168907789324,943.968660320746,1457.69798687916,5238.48846435443,815.422898294919,3055.85824047023,945.232975046706,3453.61440546763,764.450063269682,3921.34378619741,212.039693933426,1064.08824351341,405.790437280534,2046.02373109393,916.979265919738,4695.92751369672,325.021580496396,1367.20058996882,332.592601238262,1862.0481313776,454.009112392064,3328.54654708004,688.507969650141,2229.14984899824,581.298886184577,2839.77815972051,682.502277319538,4003.20829798313,10069.9820858236,2992.36981077725,69573.7484690449,25633.8420013733,2415.47109568035,11553.8266166783 -7204,2192.06335879885,3185.36453362328,497.105199008763,1276.23986895437,1092.57022605647,2271.64425133906,1181.39593243308,2676.98582073254,213.062460315895,979.039940517222,1741.25551089668,5433.11409596911,974.042379249766,3169.39258233687,1128.82917977893,3581.92658742459,917.187831543089,4067.0335240598,261.318130164694,1103.62232818244,496.724676089801,2122.03967799777,1122.76257356876,4870.3953710928,409.412378318005,1417.99621167864,405.512472190884,1931.22883037737,543.328173115976,3452.21208123029,822.269464661372,2311.96948299709,716.393875065044,2945.28447547209,841.117130636322,4151.93954914111,11759.9304661834,3549.72000406394,84864.2174290438,31937.0349102329,2817.03555994963,14464.9748780804 -7205,2979.23019405326,3441.77922820904,659.72940655847,1378.97431355618,1363.87289828591,2454.50651428139,1535.81051664325,2892.47717011752,262.209197742157,1057.85045802161,2138.51555749924,5870.46758467103,1196.26600958554,3424.52157069723,1385.77969178845,3870.26363715571,1135.62437100684,4394.42059324262,339.41964525157,1192.46144823664,637.823077061125,2292.85910861212,1442.34206580807,5262.45126560925,551.634389808833,1532.14172366115,515.724243021076,2086.68841608235,669.576936252806,3730.10740439038,1009.4786917185,2498.07783656753,930.506256040199,3182.37326429819,1092.50620274862,4486.16136274954,13828.9315048039,4303.64628078793,108252.743861891,42242.8616172579,3303.78036512451,19288.838408242 -7206,3084.37574601994,3987.7488914124,683.70386053046,1597.72109875604,1431.35356681264,2843.86504255341,1600.91073928156,3351.3110120587,275.463238906707,1225.65734509674,2247.35850333899,6801.70024008947,1257.15175625905,3967.75365056516,1456.45242474564,4484.20381006613,1191.64773755671,5091.50781824603,354.315816062967,1381.6216854595,665.954497830269,2656.57549839147,1505.94465437999,6097.23425272254,571.913092786924,1775.18546510484,538.367498151814,2417.69993547364,703.266105012472,4321.81458496603,1060.92367703989,2894.34808653248,971.343550890279,3687.19334254603,1140.45321829803,5197.80143199677,14637.2944946106,4533.94782131047,113130.674903821,43917.7625782552,3498.47828719447,20038.4680697626 -7207,3030.85885035042,4366.65261574885,673.100443023493,1749.53167942557,1430.63404216789,3114.08041605755,1587.49862292591,3669.74235226002,275.662012781965,1342.11556387214,2249.89555438367,7447.9770300699,1258.57095936874,4344.75748816542,1458.30543242556,4910.27916500553,1191.01972980182,5575.28734583265,351.80169505127,1512.89915966856,661.732449922025,2908.99519123852,1496.35222239968,6676.57483544666,563.433468078167,1943.85816803372,534.538139994956,2647.42240166295,703.581803230848,4732.46021154038,1062.20236927656,3169.36020474156,964.451182217594,4037.53919628017,1132.36089707218,5691.68065422817,14782.035779035,4553.16290829561,112497.706382866,43393.9814599993,3534.98414758258,19780.5587085935 -7208,2888.19250784137,4531.5741792343,636.380060910283,1815.60872409304,1332.82139259472,3231.69430848933,1494.70211998645,3808.34271724914,255.429788547985,1392.80514617911,2083.55853589261,7729.27534360478,1165.52355522016,4508.85210730894,1350.36404784018,5095.73264351721,1105.45529450429,5785.85713163131,331.678797256718,1570.03896829645,620.769212558683,3018.86333906883,1404.00139191764,6928.73850805441,535.617628577564,2017.27461685079,499.670237103396,2747.41135890539,652.195026582536,4911.19774939833,983.566013507037,3289.06192736757,909.285010932457,4190.03066640141,1067.5903660632,5906.64643121023,13520.4572727989,4202.94518945545,105345.126891324,41056.5299677923,3230.76864434828,18764.9155490814 -7209,2710.78994951802,4556.65681655297,595.85760185428,1825.65826832156,1244.25470346539,3249.58200337384,1399.72534473148,3829.4222086982,237.988310105892,1400.51443768697,1941.00171430988,7772.05752094796,1085.77857534571,4533.80897608302,1257.99936388664,5123.93794452628,1030.54851947263,5817.8823286755,310.677611694702,1578.72926364645,580.72847704703,3035.57299696111,1313.50671617807,6967.08964790109,502.956176224306,2028.44039845015,466.33435651036,2762.61850766981,607.721088833546,4938.38163452878,916.245277362654,3307.26715676023,851.711046599211,4213.22283217044,999.992848322082,5939.34020700288,12555.4633825445,3913.15896612436,98450.0616336704,38479.3196289158,2999.56486189021,17602.0768273667 -7210,2583.81482738527,4611.63066894707,565.7602271412,1847.68394903559,1172.49325065111,3288.78663268607,1326.4013595951,3875.62232859552,223.675483658687,1417.41096447686,1823.71902884979,7865.82362187593,1020.17171565427,4588.50718037368,1181.93295347876,5185.75576833422,969.416250251813,5888.07225459246,294.497915716156,1597.77586579447,549.311254144665,3072.19571150486,1242.55187178256,7051.14420222452,478.93123216079,2052.91254712054,440.245728113714,2795.94815881012,571.287256934478,4997.9608115377,860.833647317716,3347.16772944394,807.355015534164,4264.05332026816,947.914489092028,6010.9954632583,11719.9117772266,3670.37865978934,93028.1291735436,36548.3025076511,2798.78262975557,16739.8786841923 -7211,2483.17981284669,4680.5754256892,543.838803138226,1875.30717594758,1120.19951335429,3337.95461916298,1270.70808093554,3933.56362048358,213.715739385073,1438.60152832828,1742.26442833657,7983.41918299458,974.606758421846,4657.10623655799,1129.06635522511,5263.28380464888,926.667706830225,5976.1000561262,281.902497311207,1621.66291926937,525.93806170319,3118.12562246243,1189.67045508681,7156.5601508714,459.774030342372,2083.60398065774,421.948016679406,2837.74811624617,545.90127587338,5072.68127748448,822.363344959667,3397.20852443551,772.825147309942,4327.80172945473,907.373015060901,6100.86099017116,11161.5884424931,3502.0227533786,89060.3959048538,35057.9040268425,2664.92780833248,16059.3005752756 -7212,2421.55249998444,4613.06024833262,529.414910022271,1848.25672059389,1084.85870824028,3289.80613791341,1235.3177888145,3876.82374956455,206.803814274063,1417.85035384715,1685.61603936682,7868.26198264405,942.918168650004,4589.92959160875,1092.32459305172,5187.36332324854,897.161979578975,5889.89752363936,273.815957404596,1598.27116726252,510.831618244376,3073.14807477348,1155.50148559778,7053.33001698716,448.288719235009,2053.54893838176,409.387541916251,2796.81488690216,528.308900724194,4999.51015107915,795.598205257091,3348.20533248059,750.656200762247,4265.37515264441,881.344483329339,6012.85883780362,10756.5252702429,3384.02807282623,86432.4622935442,34119.1864560094,2567.5788472975,15636.9581634323 -7213,2387.35415019377,4548.33925688816,521.917379135251,1822.32577650011,1069.44416929088,3243.65033169284,1216.61842604116,3822.43211728142,203.869956922953,1397.95798832818,1661.70059424331,7757.87068293243,929.540087763456,4525.53312205547,1076.77280882199,5114.58489001984,884.287042307077,5807.26257271411,269.94553340717,1575.84750726812,503.085235798836,3030.03196972654,1138.0264876175,6954.37216967759,441.289808333112,2024.73775532387,403.581468694242,2757.57572187449,520.814411120025,4929.36728792634,784.31010141837,3301.23018864714,740.045578208375,4205.53216471433,868.886564986629,5928.4987461402,10603.5912465828,3335.58708762208,85189.2071128556,33624.0371111051,2531.07298690939,15410.1447370566 -7214,2375.18385296714,4466.33334188658,518.043592026981,1789.46949989178,1057.88572610067,3185.16777391248,1207.6058758893,3753.51420557675,201.244856027115,1372.75300305955,1640.03460653887,7617.99736920492,917.4203327474,4443.93839844683,1062.75843721111,5022.36964615381,873.465282952443,5702.55844797041,267.983856747155,1547.43519907436,498.817816202649,2975.40092086949,1128.42828775886,6828.98582076523,439.293393864856,1988.23201929899,399.364805368824,2707.85702072087,514.16465406935,4840.49149129066,774.060058657125,3241.70947417078,734.667715052815,4129.70701321234,862.572422747558,5821.60875029684,10427.638214735,3289.92396345623,84372.5063218041,33403.2848330136,2488.48281645659,15322.307643313 -7215,2415.32097928898,4412.20423750949,525.844477742804,1767.78227372108,1064.89619806137,3146.56557705545,1221.73649307784,3708.02401336268,202.123421539856,1356.1161143863,1646.7378960577,7525.67211195758,921.17009148807,4390.08070646514,1067.05217335645,4961.50173729278,878.170965228533,5633.44708573692,271.169513086391,1528.68127387537,503.857878663366,2939.34096414862,1139.91021031,6746.22287899929,446.314829725972,1964.13591847973,402.997774714857,2675.03952500505,516.504968161552,4781.82782937558,777.183413818361,3202.42202805879,743.401072696436,4079.65760470345,872.826246764907,5751.05457451867,10406.3178990005,3297.95188743847,85153.3013729849,33865.3363977861,2482.3985063919,15550.1236551411 -7216,2518.17536481108,4397.64851439923,546.42683259937,1761.95041555894,1094.85749982851,3136.1851561088,1264.6476794881,3695.7913586805,207.483605911546,1351.64232994573,1689.78227784098,7500.84515618136,945.248724280982,4375.59796818848,1094.81978938023,4945.13389899436,902.274649308414,5614.86252085227,280.473416506897,1523.63820239713,520.614095150457,2929.64417068718,1177.86690098058,6723.96730174562,464.462759614041,1957.65629581466,416.198666999944,2666.21465368473,530.333516598019,4766.05272965249,797.442868181652,3191.85733843577,768.907375762536,4066.19894248335,902.773164507819,5732.08202622476,10590.4771715614,3375.03853232223,87915.1657083959,35154.6018600386,2524.9886768447,16157.082223249 -7217,2589.10944355694,4680.51044022393,558.154816922747,1875.28113904009,1097.33034197133,3337.90827474713,1283.89636371333,3933.50900658704,206.729597852684,1438.58155467522,1682.41363559416,7983.30834059533,941.126773320302,4657.04157694073,1089.91147404748,5263.21072881615,901.082084442377,5976.0170834984,284.883052525354,1621.64040397804,526.426800475703,3118.08233016908,1191.23254622423,7156.46078864585,476.509216868017,2083.57505174157,419.396173288801,2837.70871673545,528.66350403949,5072.61084799174,793.856594559631,3397.16135733393,780.996227894218,4327.74164192629,916.966670303446,6100.77628535307,10372.1316067603,3345.7240264788,88700.2082910558,35875.0555107708,2470.22988626253,16531.0564949521 -7218,2671.20392066697,4765.57046408928,572.632021537984,1909.36106696208,1115.84467232788,3398.56887173465,1315.20863935497,4004.99359662223,209.497810307746,1464.72523770631,1704.21487151378,8128.39089230584,953.322184948772,4741.67509559975,1103.95539711933,5358.86030292115,914.085635133283,6084.6206561715,291.912668200714,1651.11085879808,538.038467202861,3174.74797824434,1217.63342692221,7286.51684412267,491.023134899983,2121.4403542315,427.452752591572,2889.27906878382,535.894911795012,5164.79660535736,804.079121534457,3458.89877461344,800.267656213086,4406.39071493801,939.593229595787,6211.64713652553,10404.4341554781,3380.39939671807,90536.8946365561,36855.133618587,2476.31419632721,17008.2514738771 -7219,2719.04028509481,4623.39221875151,580.71849158285,1852.39630098861,1121.72073683411,3297.17438759389,1330.61877330269,3885.50675523617,209.968232427586,1421.02594382989,1707.4001780912,7885.88469851518,955.104016264105,4600.20975579746,1105.94862039515,5198.98157263673,917.131220992062,5903.08925401109,295.404319459755,1601.85084962793,543.271690379709,3080.03107072241,1229.58628014649,7069.12751217846,499.300826109315,2058.14831617935,430.759788700245,2803.07897345708,537.232644224531,5010.70766167064,805.525069499879,3355.70438009525,809.839887478723,4274.92840526419,950.831974057706,6026.32596727968,10333.810037495,3379.07352600545,91315.5522505005,37380.1666473716,2458.06126613316,17272.3609592101 -7220,2657.75126499761,4330.39326629742,563.402586010513,1735.0041027844,1075.17890880906,3088.22204353246,1287.86251451743,3639.26993275328,200.13702483933,1330.97104620222,1626.45858489555,7386.13130392591,909.826030624905,4308.6799491652,1053.4105577288,4869.50570674923,875.547002537063,5528.99186278104,286.300552313847,1500.33650718795,524.090988040841,2884.83978377349,1186.39726472176,6621.13459748865,487.07535588191,1927.71696359154,413.804948296521,2625.43901474062,512.287046669729,4693.16330755577,767.249538656996,3143.04280573741,784.882250520137,4004.01270413061,921.529244488497,5644.41867669799,9703.84649480427,3207.58336081647,87949.0277830971,36328.87625966,2305.953514516,16824.1850699232 -7221,2378.8030344722,4046.36167773565,499.976928299647,1621.2047452733,938.519334892577,2885.66477934985,1139.12019137409,3400.56929827515,173.257907328018,1243.67231896542,1406.85591216097,6901.67308533698,786.982307517406,4026.07254256075,911.107308104766,4550.1135969926,759.884173729805,5166.34388940804,253.674862428902,1401.929056569,461.524632445823,2695.62241340011,1045.0251400662,6186.85270617812,435.346405980336,1801.27752084446,362.211385482614,2453.23580635478,443.728825830065,4385.33754032132,663.552966167129,2936.88983390939,695.440142585966,3741.38849911282,816.515380185394,5274.19982943356,8230.18976832319,2762.32712621282,77239.1028303524,32292.9352492319,1953.06353076421,15000.9050460675 -7222,2039.68415876914,3783.18896749802,433.267050804792,1515.76265169791,816.370915103294,2697.98303429048,982.739789248527,3179.39850093833,152.155076044257,1162.78468684135,1236.17232424218,6452.79279343518,691.50347225463,3764.2194243709,800.486077607985,4254.17719224696,666.207107408707,4830.32827051854,218.00907184188,1310.74851000337,399.598944569448,2520.30089920744,904.533972978507,5784.46386301444,372.871908524664,1684.12361202333,316.859586024662,2293.67895814647,389.541899034797,4100.11806225454,583.108635188269,2745.87644489079,597.663712340611,3498.05104443565,701.716198737384,4931.16933092815,7326.02380916882,2430.63698785303,67075.8646075256,27788.0515398882,1740.1126785002,12866.2518023899 -7223,1602.2744124894,3477.90861933622,366.473782457257,1393.44982143318,719.000960383413,2480.27220696495,826.918731884189,2922.84037242553,140.21117730716,1068.95503226004,1139.43083726775,5932.09164751844,637.387170795689,3460.46980300601,736.597923505616,3910.89095792227,598.615606269274,4440.55014713421,183.662266534293,1204.97907450224,340.73798068248,2316.92793988858,770.92083953284,5317.69279839109,306.135245884756,1548.2250758828,281.676156009584,2108.59301162622,358.901588355753,3769.26346305187,530.290797143944,2524.30091051828,503.503230881098,3215.77959304704,591.162498124897,4533.25394707512,7225.38690921893,2270.86397356663,58138.6591570842,22927.7715720788,1724.43051320795,10473.1604935394 -7224,1643.35305719942,3261.65213108266,362.161066068403,1306.80505932951,789.405872695963,2326.04878821006,857.915059395939,2741.09804856105,143.602379146422,1002.48736830467,1145.51284500368,5563.23396662415,640.789390199244,3245.29766100523,746.162168103963,3667.71161163332,625.67190435198,4164.43657261587,183.299549132591,1130.05343050397,327.520474248925,2172.86127378035,742.151757727101,4987.03846095459,287.074329367226,1451.95638265865,284.884895900343,1977.48061916282,372.081716333607,3534.89051970018,581.311011155825,2367.33978532687,502.508854697574,3015.82229746906,589.995002322141,4251.37604680322,7969.89679422691,2446.30128065947,58446.7735113573,21908.4260531875,1936.73127068216,10019.5492755129 -7225,1764.6305080853,3115.44506423674,386.318575759608,1248.22611620949,831.289554059377,2221.78114807033,912.042190678955,2618.22537866533,150.819851799577,957.549793180356,1202.61937671575,5313.8560171223,672.734260823587,3099.8237008806,783.295892686509,3503.30249158543,657.884654225585,3977.76122163478,191.599971407039,1079.39756935967,347.415875072763,2075.4604288297,786.758169082823,4763.4890950748,307.887487378331,1386.87087526388,301.426703713846,1888.83792231688,390.880445816712,3376.43524803536,610.118610084231,2261.22123180552,525.264151753007,2880.6348174679,616.711967433414,4060.80354033061,8289.97356921797,2558.31459190998,61734.2790261386,23292.9198156331,2006.5989696608,10657.2178311434 -7226,1777.3148880429,3058.39182192643,393.581802500892,1225.3673125401,882.479959752496,2181.09360083785,946.034977236534,2570.27773591382,160.88951594078,940.014154050772,1284.21107325126,5216.54320669044,718.375908314799,3043.05653308306,836.750149996416,3439.14640415087,699.558306794108,3904.91635672748,201.00709956333,1059.63052811706,362.344922615022,2037.45245747731,820.763620173245,4676.25517119549,312.444599337408,1361.47306581192,314.835440372735,1854.24757472773,416.70621698485,3314.60248437583,651.990418933388,2219.81141709354,551.053441569491,2827.88166250615,646.991139557296,3986.43791885952,9066.90493971324,2751.14587901764,64622.7137035342,23967.6344627729,2182.2296202911,10923.9403361052 -7227,1989.91031846891,3100.62941817484,441.085755296111,1242.29011799361,1006.46105254939,2211.21536294554,1069.82560204775,2605.77428428852,183.565800142831,952.996119939489,1465.70006751421,5288.58572400196,819.899188886354,3085.08234294952,955.130461567712,3486.64237121966,797.094441907848,3958.84479038231,219.043583612972,1074.26444326757,410.408570476594,2065.59047879206,928.186007620785,4740.83609783133,350.60341068904,1380.27554535184,356.070897267654,1879.85546441814,475.335850829691,3360.37845083484,744.311673780948,2250.46788750083,600.49978764861,2866.9358226183,705.046031122001,4041.49219741172,10428.6291807922,3136.2187656608,72855.6797662086,26788.6701015439,2471.53000462697,12150.7577262226 -7228,2520.70892276272,3196.93113333506,550.422816139331,1280.87411271033,1211.89234165416,2279.8929774944,1317.32445822397,2686.70641098074,219.509420915565,982.595000848395,1750.99792946248,5452.84265616157,979.492198934524,3180.90118518041,1140.72708706352,3594.93317131676,956.045486076325,4081.80161364284,266.099830805843,1107.62976832574,502.428547749034,2129.74516453435,1135.9543194436,4888.08060400755,441.337888215773,1423.14519679485,434.029970816487,1938.24145031366,568.766014732829,3464.74764971618,888.566555665132,2320.36463691853,729.502728436811,2955.9793037109,856.508218580775,4167.015946924,12178.1931436439,3726.19767588412,88821.4698869107,33184.5692521901,2912.52513684691,15125.803956865 -7229,3424.42142877248,3439.50489450332,729.183063242942,1378.06308492916,1510.81620715082,2452.88457210376,1708.87697175082,2890.56581616806,270.127557816339,1057.15142859737,2150.9001825216,5866.58836947132,1203.19385535395,3422.25864088164,1400.56407201584,3867.70616020663,1183.03544084831,4391.51675246446,345.297361560035,1191.67346763571,645.261262140303,2291.34398332157,1459.48477356185,5258.97382865166,593.999322522045,1531.12928174289,551.747735005398,2085.30952874434,700.732776789493,3727.64254292391,1090.07515666921,2496.42710238428,946.619795349929,3180.27034650502,1111.42508860225,4483.19689951119,14320.2768755645,4514.8190026841,113154.437950939,43916.2383583784,3393.69224764349,20167.8960010598 -7230,3545.40187210309,3981.25079871217,755.905700631287,1595.11758983621,1585.8624440739,2839.23092461452,1781.87701080402,3345.85000380149,283.784521649699,1223.66011927735,2260.30204903571,6790.61677423371,1264.39225713181,3961.28814039008,1471.960520809,4476.89673711895,1241.52462274819,5083.21113490717,354.063751767825,1379.37031356191,673.702918718886,2652.24657138934,1522.73174138063,6087.29872406511,615.932341715214,1772.29277551318,576.01131390016,2413.76025954874,736.022229366173,4314.77212753677,1145.76283248086,2889.63170576599,970.65252605764,3681.18500932446,1139.6418869276,5189.33154172477,15157.2441543425,4750.40416559959,118004.979837689,45472.6872066972,3581.92891795392,20839.8156216199 -7231,3484.03814347763,4360.21950221073,744.455213018481,1746.95420488782,1585.42695606316,3109.49263803942,1767.62480176442,3664.33595260217,283.992574045999,1340.1383097685,2262.76613328005,7437.00439586242,1265.77064328193,4338.35663133606,1473.79621659739,4903.04516080322,1241.01943400237,5567.0736270738,345.408701940517,1510.67030087847,669.410387737349,2904.70955233068,1511.95490240245,6666.73865937731,606.917009465395,1940.99440455231,571.961919963109,2643.52212142728,736.392762877591,4725.48817677268,1147.30974274383,3164.69098650176,946.925030836553,4031.59094475894,1111.78346519593,5683.29546055847,15307.1616882303,4759.69121903089,117028.726179716,44795.6619691785,3585.13646238165,20472.5086852377 -7232,3319.55895983602,4527.15547645026,703.507537909259,1813.83833812857,1476.44124451596,3228.54310847069,1663.31761225361,3804.62923184612,263.144615089411,1391.44703269942,2095.59290471379,7721.7385872529,1172.25547087872,4504.45556064075,1364.7572999298,5090.76383419664,1151.67324448764,5780.21538728279,334.677274663961,1568.50803549344,628.002941204142,3015.91966887535,1420.21647948533,6921.98234895286,576.782814743417,2015.3075880407,534.586632501342,2744.73237942931,682.556725322259,4906.40887861968,1062.15423975468,3285.85478862936,917.505224538439,4185.94500004386,1077.24170832356,5900.8869061539,14000.7705620156,4408.10198910376,110030.824684964,42590.6988155102,3319.97893593011,19569.8401931236 -7233,3115.50958307133,4557.95643131113,658.6340831054,1826.17896859029,1378.17532476759,3250.50882426456,1557.365180459,3830.51440717134,245.175325150796,1400.91388168846,1952.24001063089,7774.27420766854,1092.06517534137,4535.10207435511,1271.41985864509,5125.399354863,1073.58594817234,5819.5416605146,321.94655174003,1579.17953671567,587.503920303498,3036.4387798421,1330.11537386512,6969.0767478501,541.565896358715,2029.01893468494,498.905099089282,2763.4064405619,635.999873956411,4939.79012191592,989.402718437188,3308.2104301686,882.604424038656,4214.4244953179,1036.26472318306,5941.03418012781,13001.7384279097,4112.6474807407,103178.364388794,40156.3072689163,3101.61543204879,18504.9278821055 -7234,2969.37819062259,4616.30929468274,625.217771678482,1849.5584750538,1298.42797395952,3292.12319688285,1475.3423314472,3879.55425369316,230.428301250036,1418.84896675685,1834.33082084025,7873.80371557193,1026.1078548675,4593.16234669628,1194.5643368763,5191.01685972213,1009.81446657967,5894.04586530879,307.882965051181,1599.39685321132,555.734163060733,3075.31253827454,1258.75021512772,7058.29778131588,515.620568850719,2054.9952831776,470.964423729303,2798.78472486462,597.846614723073,5003.03137979378,929.467155185921,3350.56352286383,844.049627404425,4268.3793192552,990.997585863794,6017.09378293962,12136.498659718,3860.71749543431,97606.3109375005,38214.3550324004,2901.3073327962,17644.5522095601 -7235,2853.7199856251,4682.4598718159,600.916209870566,1876.06219323128,1240.4320077115,3339.29851282585,1413.22527777937,3935.14731224251,220.166980451448,1439.18072358342,1752.42606215536,7986.63338680263,980.291083278234,4658.98123375617,1141.14278273852,5265.40285495302,965.243167661838,5978.50609332873,295.203629995165,1622.31581685761,532.093050337058,3119.38101078916,1205.27278768059,7159.44145302556,494.966810295078,2084.44286030262,451.377591485261,2838.89062180582,571.269532205084,5074.72358931923,887.8845293263,3398.57627430881,809.289704821545,4329.54414538961,950.186005304986,6103.31725736414,11558.3053748791,3684.41084930806,93463.4873724335,36667.5739310248,2764.56392268219,16934.8113352849 -7236,2782.83496816296,4626.0564337331,584.898363802057,1853.46373843355,1201.1726680671,3299.07437379119,1373.62679305462,3887.74576607898,213.045336126986,1421.84480548593,1695.47606151799,7890.42891435558,948.433774702921,4602.8606119589,1104.02028508306,5201.9774691429,934.461946802193,5906.49089031709,289.837916356887,1602.77391105771,516.817390092696,3081.80592877773,1171.1932233128,7073.20107430203,482.561640605503,2059.3343175651,437.924831464335,2804.69423875197,552.846458396904,5013.59506593767,858.932338903126,3357.63809401357,794.579801672488,4277.39181908756,932.915126868806,6029.79861834762,11138.9040034491,3563.64046680069,90833.7625161938,35771.523217835,2671.40699071066,16542.7674218716 -7237,2743.5330738618,4575.43629865776,576.61464806265,1833.18240677651,1184.10514031377,3262.97460008174,1352.86285890822,3845.20451768814,210.022924615974,1406.28641852268,1671.42093042259,7804.08872738024,934.977554763517,4552.49429471917,1088.30196930954,5145.05537882279,921.055760081812,5841.85973612086,286.817561274192,1585.23572642136,508.979353590919,3048.08359213412,1153.66191668124,6995.8033168546,475.032381785932,2036.80026878863,431.71389955558,2774.00416757702,545.00378869503,4958.73433021466,846.745244473618,3320.89749296649,786.299611237939,4230.58690981895,923.193365890884,5963.81818233043,10980.5905040273,3512.76531190937,89557.8565642702,35291.1679429448,2631.66612530292,16323.4519474482 -7238,2729.41304190583,4511.04020932706,572.263367782013,1807.38163711857,1171.16391425816,3217.05049796009,1342.59993199845,3791.085933699,207.317632594917,1386.49391351975,1649.65399947618,7694.25159666102,922.801333022755,4488.42109816603,1074.1486260924,5072.6422964063,909.737418423384,5759.63961614343,288.487923302665,1562.9246341483,504.66962413292,3005.18393175766,1144.58179203659,6897.34224212292,472.842105255971,2008.13371908796,427.18882176415,2734.961984817,538.033380431726,4888.94358720083,835.630354687766,3274.15816634141,790.878846232407,4171.04433621872,928.569839829478,5879.88158189429,10798.4200709829,3470.92081778689,88890.5308470329,35144.8969711741,2606.77312009617,16291.383292346 -7239,2775.3844958447,4468.67265475441,580.749850168219,1790.40676290089,1178.71205318781,3186.83605601087,1357.9540392299,3755.48016812558,208.221076900437,1373.47200419954,1656.44033438581,7621.98741605292,926.597546594165,4446.26598160813,1078.50698814025,5025.00019184777,914.560040023152,5705.54525332858,291.153650832499,1548.24569278278,509.780179109304,2976.95933425433,1156.12950513562,6832.56261031091,480.339077685068,1989.27338732752,431.051041709289,2709.27530374812,540.462336909975,4843.0267754187,838.919264366117,3243.40737088073,798.186838501301,4131.87001270586,937.150144187002,5824.65791013749,10776.2018298823,3481.41167758045,89715.1023975011,35587.1035275041,2610.08414209295,16514.7787762689 -7240,2893.45358801592,4447.55385347864,603.317318158591,1781.94535891143,1211.61812351725,3171.77517270948,1405.19314631996,3737.73189128964,213.740728036206,1366.98102028653,1699.79831218326,7585.96615202168,950.851602124213,4425.25307353913,1106.59810836881,5001.25220476945,939.568633024887,5678.58103247727,295.715898273879,1540.92873411561,526.747892028152,2962.89032149743,1193.74923930968,6800.27214217426,499.793275330914,1979.8721461546,445.138082367613,2696.47135699218,554.904881363735,4820.1387887736,860.674338318507,3228.07913338964,810.694069138058,4112.34292973575,951.834867649275,5797.1307667535,10966.7010046838,3555.29003818978,92349.8249419263,36808.5020186822,2631.13153456496,17067.2604546419 -7241,2974.55879897946,4709.2320051686,615.939002650366,1886.78864654644,1213.7841867868,3358.39107262075,1425.6384338731,3957.64665905806,212.959589589303,1447.40929132456,1692.50367800824,8032.29725150708,946.771050600824,4685.6191271482,1101.68707292988,5295.5079858559,938.127478423704,6012.68841773987,297.603853540773,1631.59146610568,532.659272522921,3137.21618432719,1206.90570928964,7200.37581798722,512.596943659147,2096.36073760425,448.49337244046,2855.12208141921,553.103725064865,5103.73850463737,856.580608896297,3418.0077568449,815.869827853105,4354.29847033631,957.911719323741,6138.2131941113,10740.3186437279,3523.44280563549,93060.3582218974,37473.6960652363,2572.48163963703,17410.066640146 -7242,3068.64539745587,4752.05443278553,631.740770543808,1903.94576901493,1233.92749505602,3388.92990750058,1459.85976981215,3993.63470071855,215.808624103398,1460.57100846693,1714.50540556668,8105.33728590608,959.07861541513,4728.22683594076,1115.91241356394,5343.66159289211,951.55852528168,6067.36355675813,297.855705357804,1646.42800577521,544.426028827669,3165.74381108769,1232.50517111606,7265.85094682821,528.118532717897,2115.42356055426,457.070052771662,2881.08454377717,560.637616840558,5150.14829554399,867.478611439996,3449.08870371712,816.560270184953,4393.89338323588,958.722366780744,6194.02976673157,10773.4460017493,3552.73113625058,94671.4837751226,38301.1644934389,2559.5565858034,17788.7397337001 -7243,3123.40029065091,4595.51540182386,640.502045635167,1841.22724802558,1240.13011507065,3277.29402217546,1476.48667212403,3862.07903044839,216.290922720813,1412.45784529719,1717.77149820514,7838.33663128406,960.905637712839,4572.47271789896,1117.95342624009,5167.63423054388,954.628667029716,5867.4964834531,296.168214040027,1592.19246444933,549.736790183649,3061.45997438717,1243.75664080784,7026.50409539458,536.942179121778,2045.73867816781,460.572752589091,2786.17776419781,562.009045124527,4980.49552011886,868.921861343207,3335.471107156,811.934075884851,4249.15265644301,953.290757981583,5989.9901389987,10700.0047986395,3548.29513854353,95286.8124309921,38681.5163382624,2536.80194354847,17969.3848158429 -7244,3052.64997372315,4301.54173672537,621.166719812415,1723.44452398847,1188.20252417212,3067.64656132223,1428.30885996512,3615.02305778636,206.160105650301,1322.10336418407,1636.43395130233,7336.92071896662,915.406159197617,4279.97308599474,1064.88581967831,4837.06230513188,911.195104319115,5492.15459133178,283.774989379651,1490.34041666147,530.351606860884,2865.61934922775,1199.57105898898,6577.02085333365,523.673406877027,1914.87342270244,442.391322623022,2607.94685485691,535.8693738667,4661.89479875583,827.45246236598,3122.10207659816,777.958514245088,3977.3357064918,913.400094600911,5606.81236651937,10047.4276474861,3366.60847818571,91642.0497295246,37490.1850402401,2377.30389117954,17443.6862167932 -7245,2731.81920413141,4038.49898481198,550.957902674247,1618.05449917725,1036.61334332548,2880.05749610438,1262.47584901562,3393.96147764826,178.467905564318,1241.25567549149,1415.59616775782,6888.26209036139,791.871526419248,4018.24927449633,921.08007136262,4541.27203787598,790.638291954133,5156.30490160229,255.092724499978,1399.20489631085,467.06609881204,2690.38441122365,1057.29921543306,6174.83071534614,467.91471605489,1797.77736610183,387.172829749354,2448.46879802707,464.104307185078,4376.81616601217,715.407315970947,2931.18301263295,699.327158396027,3734.11841521534,821.079120466674,5263.95126121855,8521.46023762477,2906.30087133238,80664.6464964713,33402.6027155875,2034.80299686433,15612.0432076711 -7246,2342.80278463485,3786.17808459335,477.588969426816,1516.96026357868,902.086178851051,2700.11472458669,1089.7048651458,3181.91056007513,156.732898041124,1163.70340901343,1243.7876263769,6457.89117826799,695.763402496685,3767.19355353247,809.220249449921,4257.53843956535,693.27417567286,4834.14473777236,224.582456865977,1311.78413915449,404.379005274284,2522.29220193324,916.020118311014,5789.03419771589,400.85558977846,1685.45424676629,338.734072395529,2295.49120570902,407.458535313063,4103.35758666056,628.798996555952,2748.04597601747,615.68440140164,3500.81487258886,722.874266669952,4935.06547322337,7585.57526686945,2562.30216915057,70286.2327174618,28894.645516644,1825.73449066635,13483.9050003696 -7247,1879.98367383879,3462.50814190579,398.926948723114,1387.27950620232,805.685554855037,2469.28934906802,923.249735130533,2909.89778476293,143.764401299928,1064.22160776552,1144.00730022815,5905.82383731062,639.94720224575,3445.14654614883,744.708487209313,3893.57319758909,630.89365183993,4420.88701051831,192.035157883881,1199.64332389113,347.61828608006,2306.6683844052,787.270887881167,5294.14559894246,324.49461873176,1541.36940256068,297.713130107351,2099.25598105993,373.087733269666,3752.57284140375,579.515849038329,2513.12308974866,526.457199194165,3201.53984541002,618.112722905157,4513.18031008817,7497.1757035502,2401.14999563957,61234.7227420515,23987.9862201624,1820.8196964557,11075.3612929453 -7248,1518.20103381486,3228.51186335396,345.625468669305,1293.52716585869,707.399746540822,2302.4147903178,806.603695044995,2713.24691068702,122.912998946273,992.301518175639,950.49199401618,5506.70829936051,531.69651295611,3212.32356412956,626.463247380319,3630.44554527301,561.302889445603,4122.12349402589,167.727609319813,1118.57143557332,317.466750913943,2150.78374942875,717.700085728651,4936.36727251167,301.952868081724,1437.20366798587,253.142937582758,1957.38827500298,324.755959950317,3498.97399227589,521.613000121054,2343.28624707768,459.818964418149,2985.1798027015,539.872856853282,4208.17961298866,6961.69327150359,2153.35759442278,52637.3506542308,19923.2195611448,1744.34424248835,9216.60586851861 -7249,1630.60019282791,3083.66939673147,368.726826567093,1235.49495991488,745.183496225905,2199.12031548465,857.71253807702,2591.52105316097,129.138803806571,947.783360705869,998.306166815901,5259.65787897848,558.443323142351,3068.20736189429,657.900334710085,3467.57091139456,590.379535609049,3937.1904475117,178.234003725441,1068.38836278957,336.769122184793,2054.29197965244,761.388923562648,4714.90436880643,323.725723086188,1372.72562574206,267.934835046292,1869.57291055985,341.274734882418,3341.99763749096,547.593269832228,2238.15813406628,488.621851521564,2851.25407337624,573.690289689746,4019.38578445907,7241.44826117329,2255.52912384191,55734.6352488229,21273.6195816068,1813.42718278492,9856.02492077925 -7250,1641.39422879225,3021.9375286855,375.521975438702,1210.76163022728,790.418652069606,2155.09620405538,889.118818064701,2539.64148531182,137.627070079366,928.809719296295,1064.84166223244,5154.36497485063,595.66266967393,3006.78502777414,702.083078068043,3398.1537325721,627.27215274743,3858.37197188806,185.035693747716,1047.00033413011,351.195197684539,2013.16718153037,793.864366998645,4620.51686583577,328.819780441856,1345.24508023305,279.5892437042,1832.14599691621,363.514521129831,3275.09430557535,584.809682848088,2193.35252593441,507.268430191701,2794.17491942745,595.583213810275,3938.92184330666,7919.74947787951,2425.22641326723,58280.3624331296,21779.5429258096,1986.13453352634,10058.7576342263 -7251,1837.3950292406,3062.16071417982,420.787080770705,1226.87734710751,901.246073895319,2183.78138816359,1005.24719077554,2573.44511943168,156.974312252671,941.172544561063,1214.87961667727,5222.97161430655,679.592526728597,3046.80652747943,801.143611106712,3443.38450475915,714.531478576326,3909.72843113255,209.674890067088,1060.93632329355,397.762654853216,2039.96323413077,899.145929340449,4682.01777550381,369.096276401898,1363.15082510167,316.097660301077,1856.53258584702,414.544049569794,3318.68710804531,667.481354157015,2222.54691684013,574.815864878298,2831.36649437592,674.890570311998,3991.35045324549,9109.27819866162,2775.2247241746,66079.5361158987,24525.403420521,2285.49394147813,11320.6787885591 -7252,2328.89123546039,3163.14106137885,525.277326036273,1267.33587036785,1086.12406850998,2255.79557140433,1238.59600875939,2658.30917651873,187.886240924095,972.209429687268,1452.91642044855,5395.20865091312,812.748133842796,3147.28054230447,957.757258008712,3556.93640333202,857.674746713955,4038.6588731572,258.440019692086,1095.92263795239,487.0107705042,2107.23475084179,1101.18080467542,4836.41587040886,464.177938848705,1408.10321540764,385.652741182775,1917.75514161852,496.429240598542,3428.12688201392,797.321420503964,2295.83946425261,708.503642906114,2924.73598028365,831.853219170062,4122.97253065488,10638.0753784839,3296.30742908871,80644.1722287924,30585.6537005522,2665.45011310926,14174.0001012208 -7253,3166.81575741535,3404.41520148581,696.272460645815,1364.00413979255,1356.12520047288,2427.86034062787,1608.50951981096,2861.07637793573,231.611605366218,1046.36641149744,1788.30500353149,5806.73766675134,1000.36143435783,3387.34489346207,1178.06425494486,3828.2479747973,1062.79840685412,4346.71467209194,335.761979271249,1179.51606200932,625.603000467884,2267.96778254896,1415.18602231337,5205.32198546649,623.78287447957,1515.50876131498,491.011372472783,2064.03528333563,612.533120877752,3689.61328100332,979.224163288125,2470.9586517351,920.478901628607,3147.82535410222,1080.73309878429,4437.45950190134,12509.8763290739,4006.06514967539,102964.794472733,40520.739804677,3126.00304841971,18902.9697731964 -7254,3278.28580752231,3947.65566424232,721.71999296822,1581.65745063998,1423.17601540926,2815.27253828674,1676.94812764709,3317.61659513756,243.253442049822,1213.33446326347,1878.65754800067,6733.31526393013,1050.90381991542,3927.8614575513,1237.75560055974,4439.11917536882,1115.08246098145,5040.31728816156,350.486341073974,1367.73072251108,653.155892670792,2629.86602197964,1477.50320418692,6035.93204823067,646.958309937086,1757.33757245675,512.470515426595,2393.3921379213,643.224498123913,4278.36262781919,1029.06370918225,2865.24802068015,960.845188510677,3650.12193099826,1128.12710448207,5145.54221526254,13241.1089735047,4218.93146916559,107591.869409099,42118.5338290062,3310.22422254389,19637.9525969276 -7255,3221.0357815386,4329.93839955628,710.703448744847,1734.821857059,1422.40473916506,3087.89765509694,1663.20703139059,3638.88766196339,243.348533737904,1330.83124031737,1879.96172026964,7385.35546088597,1051.63336193374,4308.22736320208,1238.8568588779,4868.99421135941,1114.31320414083,5528.41109462541,347.985469141846,1500.17891106777,648.967593120017,2884.53675871538,1467.98629805662,6620.43911009713,637.660977375707,1927.51447520789,508.702787306867,2625.16323727302,643.356571157576,4692.67033526248,1030.22599732313,3142.71265890076,953.989141693834,4003.59212057197,1120.07742870062,5643.82578405032,13372.0150716823,4234.98648750656,106975.028794856,41605.5421137789,3344.76569269218,19385.6419583649 -7256,3069.78988834062,4491.87083964324,671.715152865945,1799.7012873203,1325.2396236782,3203.37985273742,1565.53668558488,3774.97596251853,225.593925384684,1380.60209851494,1742.04965239597,7661.55537883709,974.486614728468,4469.34784691248,1147.79271081805,5051.08643546485,1034.49362914446,5735.16440512245,328.104018425397,1556.28308836071,608.863496824109,2992.41359962082,1377.54205430475,6868.03243836597,605.747752820219,1999.60028647609,475.663120547037,2723.33994313141,596.574850389264,4868.16834188322,954.059607143483,3260.2448458252,899.484888538129,4153.31975671192,1056.08405491913,5854.89541052137,12230.8328261723,3912.07674158095,100202.185165936,39383.030905145,3056.92010812314,18391.5107327774 -7257,2881.30082208272,4540.8014723814,628.893142066319,1819.3057073653,1237.19958921313,3238.27475704138,1465.93953673837,3816.0973502457,210.214811634642,1395.6412073076,1623.11355653433,7745.0138677002,907.9548524071,4518.03313326272,1069.43814801861,5106.10868880329,964.448354628498,5797.63842390396,307.335227875476,1573.23591691515,569.609124884117,3025.01041641962,1288.79437377199,6942.84696106095,568.69570318438,2021.38223674438,443.95837579015,2753.00569963591,555.942572346214,4921.19804058736,888.782785694175,3295.75918915396,842.548026434092,4198.56250097478,989.234558088867,5918.67367736826,11357.9014809885,3643.10490168043,93652.3385355663,36916.0716577152,2838.15746385068,17252.3705565623 -7258,2746.5082259988,4605.91235140488,597.03131778268,1845.39286280239,1165.88334889527,3284.7086117767,1388.94561894464,3870.81664471936,197.620564381923,1415.65340699567,1525.52895253142,7856.07017880348,853.366919007143,4582.8175354334,1005.06261936069,5179.32554867694,907.343390451677,5880.77117840484,291.339717433424,1595.79465992224,538.824552244825,3068.38625843039,1219.24456588289,7042.40094317396,541.338632024588,2050.36698207566,419.185481608638,2792.48124644195,522.706912931518,4991.76345337191,835.07881406051,3343.01731729736,798.696933124942,4258.76599076315,937.74904563092,6003.54196507705,10602.0719934747,3418.36433822292,88507.2514418245,35071.6346735283,2648.17937803511,16407.7690929498 -7259,2639.64939675719,4677.39135850121,573.848835084145,1874.03145586974,1113.8982259323,3335.6839001143,1330.54886254505,3930.88772495433,188.842837269045,1437.62288713433,1457.61471014512,7977.98828171498,815.376314052886,4653.93813481617,960.234571268295,5259.70333692016,867.382056432055,5972.03467903677,278.882585638124,1620.55974642808,515.909494033361,3116.00444705565,1167.38143191898,7151.69173913077,519.61203346262,2082.18656197217,401.798646275105,2835.81767397295,499.522215175096,5069.23047143141,797.780691432758,3394.89749657897,764.546172466252,4324.85764454429,897.652681306648,6096.71074163746,10097.007121735,3262.01589948659,84735.2495490686,33643.7559364043,2521.52732082474,15740.3525113874 -7260,2574.24996364112,4616.11435089323,558.577156629299,1849.48036938214,1078.77615960429,3291.98417262547,1293.38313384517,3879.3904225979,182.761762828789,1418.7890496723,1410.48991083028,7873.47120987611,789.015133077984,4592.96838038759,929.145225218892,5190.79764639966,839.822175857421,5893.79696352098,270.887419501256,1599.32931170498,501.107900881078,3075.18266979263,1133.88993683694,7057.99971391416,506.529222395817,2054.9085020409,389.872962149383,2798.66653397543,483.4758959975,5002.82010497792,771.84127652753,3350.42203070885,742.627723689009,4268.19906832606,871.918258686355,6016.83968491693,9730.58921631413,3152.75530657765,82240.6580344133,32746.7338292191,2429.41673376265,15326.3592403464 -7261,2537.8955356306,4573.87676094797,550.666352385609,1832.55756645404,1063.44630977647,3261.86241501288,1273.81780524923,3843.89387952038,180.169172595549,1405.80708572089,1390.47987859092,7801.42870331555,777.821704377071,4550.94257679267,915.914028037943,5143.30168641873,827.772726993783,5839.86853791393,267.05843907833,1584.6953987383,493.507009347312,3047.04465267693,1116.73790239326,6993.41879691579,498.632981569676,2036.10602530689,384.343806568975,2773.05864810651,476.617769640482,4957.04414535009,760.890425588272,3319.76556487645,732.13071714377,4229.14491404199,859.593736753779,5961.78541458052,9592.24025518627,3107.59739383663,81056.8777566758,32271.1639912833,2394.87526361436,15104.0416670176 -7262,2525.02078864024,4503.37246649605,546.532905355258,1804.30949921958,1051.9739407659,3211.58224346709,1264.271467639,3784.64194946455,177.872921065772,1384.13718906768,1372.59071680302,7681.17311813221,767.814671175096,4480.79180268185,904.138883984774,5064.01995770001,817.692483382171,5749.84953817327,265.123236193604,1560.26801758033,489.337893207555,3000.07580226217,1107.35766178165,6885.61832833011,496.273211738551,2004.72034828794,380.359514469445,2730.31317119995,470.578387776606,4880.63349453874,750.969430308665,3268.59284179484,726.82543085249,4163.95450907846,853.364806918051,5869.88711991776,9433.08662465875,3065.76751255655,80287.7135957364,32064.0282375482,2354.5768817747,15018.4380115426 -7263,2567.82928578558,4448.33362863668,554.678112214841,1782.25778159807,1058.97651052765,3172.33126973901,1278.9025825103,3738.3872156707,178.689571966145,1367.22068862473,1378.60864141499,7587.29617480499,771.181043066243,4426.02893877393,908.0321057702,5002.12905805934,822.185748555898,5679.57663962852,268.282984202816,1541.19890014098,494.307389177807,2963.40979542508,1118.68196419718,6801.46441178113,504.052322740636,1980.21927070138,383.876257530936,2696.94412054892,472.79839337878,4820.98388803707,754.038569884645,3228.64510200955,735.487761778866,4113.06393345231,863.535238557704,5798.14715884424,9413.8229473852,3074.30821189177,81040.874566188,32514.0244061498,2348.81997008332,15242.0538792086 -7264,2677.40649899512,4425.00547912046,576.282957830174,1772.91118588908,1088.8104781558,3155.69478867584,1323.61353078957,3718.78219878184,183.483322041079,1360.05064894053,1415.20366317327,7547.50653797329,791.651962950814,4402.8177605066,931.98736651244,4975.89666986466,844.876095766217,5649.79155062684,277.497517295855,1533.11647616422,510.77826992752,2947.86894967096,1156.0039021865,6765.79586891244,524.353212628303,1969.83451652637,396.526914755076,2682.80068596567,485.563828566011,4795.70146941824,773.748127962631,3211.71329743679,760.749059436539,4091.49402021746,893.194495764563,5767.74025703998,9580.43898589004,3147.48068292282,83680.0644761055,33759.1821072855,2389.11835192298,15836.8512907613 -7265,2753.18837292714,4665.1099627935,588.439924518988,1869.11082380923,1091.35339752042,3326.92541685019,1343.32942292194,3920.56641892443,182.924434751429,1433.8481301807,1410.12976144141,7957.04053038751,788.813668809574,4641.71832008355,928.455993065879,5245.89296848297,843.996156385098,5956.3539468825,281.881810429553,1616.30465336693,516.548145728268,3107.82277468571,1169.27226640596,7132.91358919723,537.551664801349,2076.71937841945,399.718277264441,2828.37168616916,484.244710128291,5055.92022634362,770.37326861825,3385.98353656431,772.768434998011,4313.50189428927,907.306429208141,6080.70264836612,9382.97723802915,3123.00581269914,84454.2233803804,34468.0775318399,2337.30614670056,16204.2787501793 -7266,2840.69339172959,4694.67628205833,603.589915772713,1880.95678838431,1109.8161787023,3348.0106516741,1375.84110455982,3945.41400437587,185.437781911267,1442.93550688399,1429.05298345663,8007.47029573086,799.399145828558,4671.13638887153,940.802926865882,5279.14014755748,856.316362676313,5994.10385285522,288.849826188428,1626.54839462743,527.98100257129,3127.51939086575,1195.27443031477,7178.12024073355,553.694047207987,2089.88111493917,407.476457224417,2846.29721009889,490.992775623923,5087.96340491428,780.355546106775,3407.44306722188,791.870989450965,4340.8398081162,929.73471391093,6119.2406458174,9412.23186692545,3157.07628402357,86218.5739026267,35419.5352772196,2343.06305839194,16672.5482501351 -7267,2891.7452330716,4560.03582122733,612.010087648564,1827.01209154565,1115.70383586477,3251.99174218481,1391.74341374639,3832.26193002553,185.910548264134,1401.55299402816,1432.29795148264,7777.82091717242,801.214351211607,4537.17103786199,942.839999843311,5127.73761848961,859.2929103094,5822.19659950495,292.315710478762,1579.89997581025,533.150593499166,3037.82403665074,1207.08474818129,6972.25611740598,562.827993502812,2029.94459546651,410.701682289368,2764.66713701072,492.328000216124,4942.04370856653,781.813685952665,3309.71967219687,801.372581536115,4216.34716218193,940.890521001565,5943.74454534348,9348.3736542182,3157.34563672856,86973.8343522051,35932.679128915,2325.7923233178,16931.8810655549 -7268,2826.81936527685,4265.67226854982,593.607902120674,1709.07315616523,1069.47946595888,3042.06623281681,1346.68751517724,3584.87829517297,177.293400185978,1311.07867874594,1365.29044462605,7275.73999346333,763.730965805076,4244.28347334038,898.576687968498,4796.72726643267,820.523258867481,5446.35690380801,283.324462973795,1477.91284500972,514.379979164749,2841.72367452749,1164.80533266971,6522.17674054161,548.740247897625,1898.90577772775,394.642356553487,2586.19984589146,469.637770386484,4623.02043757178,744.750132821006,3096.06765732907,776.723412962575,3944.16971037244,911.949963767927,5560.05857681878,8778.53345619991,2999.50895391106,83789.5130445266,34935.7201162641,2181.86953103328,16493.4877730996 -7269,2530.39843517901,3979.69125469923,526.600468665205,1594.49274698833,933.625485892686,2838.11873505056,1190.75381382338,3344.53936033655,153.584506309945,1223.18078453825,1181.99247379617,6787.95673941805,661.195760315989,3959.73641619203,777.807908572986,4475.14303762703,712.350186750275,5081.21992865246,251.058374818464,1378.82998369502,453.035601106499,2651.2076277331,1026.14771159843,6084.91419448884,490.101857745124,1771.59852922552,345.564117228502,2412.81473625674,406.985827818793,4313.08193584102,644.194045257302,2888.49977310106,688.26713971349,3679.74300771941,808.093566705212,5187.29876575907,7445.46353697526,2586.03131633846,73613.6421334185,31070.9902776659,1847.9686529332,14707.4010294927 -7270,2169.6045059332,3721.32713482465,456.430937522666,1490.97725072073,812.060794957908,2653.8662385246,1027.53409914258,3127.40971059327,134.818877904352,1143.77110006297,1037.98790660973,6347.27821525979,580.640924815209,3702.66777728776,683.005425353708,4184.6138688469,624.410487080017,4751.34385768709,215.746458356864,1289.31545294508,392.209285425357,2479.08952069774,888.103789778153,5689.87764523014,419.994368405737,1656.58521148788,302.239799772444,2256.17324930288,357.171262972961,4033.07387818462,566.039094030662,2700.97650713063,591.460842140662,3440.85172125808,694.433416784764,4850.53598835535,6627.45410500023,2273.53575310436,63905.5405104714,26724.442384063,1646.47674373488,12612.5167152373 -7271,1739.01401895449,3406.81949351577,380.996508670681,1364.96743718374,723.535642595308,2429.57496264703,869.313381813658,2863.09694908391,123.340312343016,1047.10538435318,951.817990989125,5810.83854524762,532.438263513867,3389.7371299691,626.796078480646,3830.95158923613,567.055742835952,4349.78444203012,181.238406685185,1180.34906882525,337.05143963818,2269.56948402808,762.506676653362,5208.99812760025,340.614163444035,1516.57905545377,265.088449356906,2065.49296205211,326.299494229696,3692.21898779292,520.787418491132,2472.70371097174,496.858309807988,3150.04843529609,583.360704808599,4440.5933583443,6549.4777978378,2120.56106347054,55423.4560832207,22053.595278939,1634.96292035211,10300.4123710033 -7272,1476.71791434392,3162.1663424313,298.621209243898,1266.94534200955,600.015641990794,2255.10045011742,688.714570235716,2657.49002104241,97.6575789534927,971.909844264513,762.092946730689,5393.54612243399,426.307812034297,3146.31071076098,505.416278330264,3555.84033671965,468.989943743705,4037.41436421814,144.509341876574,1095.58493042069,288.955683257111,2106.58540843222,651.875282953783,4834.92553340027,269.901237354573,1407.66930972416,198.858707890945,1917.16418717259,256.580964018875,3427.07050793458,433.523121923855,2295.13200347773,396.166953072913,2923.83472563794,465.139111904563,4121.70204054144,5637.89136789071,1788.66796835255,44658.3326120241,17264.3415700374,1444.49286091811,8077.91770923903 -7273,1584.86346572281,3023.43208723316,318.061207809339,1211.36043616766,629.960388680598,2156.16204920349,730.745913249452,2540.89751488022,100.045276075299,929.269080382339,766.165639623759,5156.91416726703,428.586039124287,3008.27209235492,511.752698667587,3399.83435623129,491.555517006968,3860.28020551497,153.253357441208,1047.51814870567,305.712496511301,2014.16283289327,689.739241171203,4622.8020331865,288.97201701178,1345.91039760453,203.589703497409,1833.05212069749,265.904810748651,3276.71406777836,452.898534945358,2194.43729149775,420.138344533696,2795.55683350405,493.283891898701,3940.86991445427,5777.36309992059,1849.17988937411,46546.9252850141,18199.9307699974,1488.40968233028,8575.0838918144 -7274,1577.88186157263,2958.84105411295,319.686996501793,1185.48156083806,657.521490347623,2110.09892282445,747.198028198259,2486.61509979581,105.016800197853,909.416658294863,806.579929082714,5046.74453085199,451.193422368127,2944.00492949308,538.592460142163,3327.20206049233,513.416729698364,3777.81118374974,156.933754707323,1025.13951492627,314.310794159031,1971.1333040349,709.032668920018,4524.04289105309,290.299978883319,1317.15706676717,210.083319438299,1793.89174704828,278.627798447848,3206.71204994867,475.366961432926,2147.5564727177,430.228015914665,2735.83400897468,505.130162136918,3856.67921599545,6202.11115330315,1953.13854396174,48024.0739023364,18423.7314767058,1599.86250255386,8658.26515552162 -7275,1756.66506037391,2978.5952551653,355.778671453821,1193.3962276513,743.595836355055,2124.18664081926,838.915557104528,2503.21656426207,120.547835284421,915.488224553327,938.284849769273,5080.4382657634,524.867948307387,2963.66007967274,623.407715276492,3349.41556140121,579.703134352636,3803.03310013415,176.624846916681,1031.98368523289,353.380876104829,1984.29324161747,797.199084490759,4554.24689701518,324.028425520905,1325.95084278913,237.191684475795,1805.86836140142,317.232410667132,3228.12111971388,538.105486535291,2161.89426969884,484.21040834658,2754.09934126889,568.510819911378,3882.42768143643,7158.67350728653,2241.09613044662,54344.0750284347,20709.3165312919,1831.84999602325,9703.99499578853 -7276,2236.08749453302,3082.10985271853,445.831052017271,1234.87011706701,898.02884103646,2198.00812592069,1036.81673611306,2590.21040969603,148.980245195692,947.30402596677,1187.14601710207,5256.99784416283,664.078605224063,3066.65563769624,780.877977345589,3465.81721190264,697.303311512039,3935.19924125699,218.450095518534,1067.84803292267,433.746968194667,2053.25303599619,978.776881089564,4712.51983923016,408.847034771275,1372.03137945441,298.255624330486,1868.62738726786,386.281292864113,3340.30744579521,644.804265317855,2237.02620140136,598.872762246617,2849.8120717712,703.135742682596,4017.35300849337,8530.33226394425,2716.87459836563,67491.855948986,26241.605719281,2150.45173919214,12256.6485599832 -7277,3119.41606549233,3299.8609058229,610.385153486112,1322.11368763646,1172.34865380198,2353.29739431878,1395.37424351705,2773.20876842609,198.061936023648,1014.23105294549,1609.77653932652,5628.40472822448,900.494247176054,3283.31485054936,1049.71854435041,3710.67718893863,905.835822434301,4213.22105745003,294.046294420944,1143.29149368033,578.704781957912,2198.31535766639,1306.31819518001,5045.45935365484,564.59566494854,1468.96539285595,402.882687294812,2000.64590733403,506.937426590851,3576.30015818109,832.801332993823,2395.07209673101,806.116912653455,3051.15128725386,946.460834086449,4301.17898812867,10883.5487549707,3548.24711840751,90677.7879510119,36174.1096790652,2695.89035275688,16880.4400358126 -7278,3238.07212931285,3759.34096577538,635.259722464646,1506.20777335603,1238.66585239614,2680.97582037594,1461.9989520312,3159.35659936304,210.943510046637,1155.45486761923,1723.65534875722,6412.11647116429,964.197009803285,3740.49100052319,1122.02326716539,4227.36023282974,957.180283476286,4799.87944073344,308.405330609463,1302.48597461509,607.577524675741,2504.41373610186,1371.44071317711,5748.00047052868,587.624791218222,1673.50744054849,432.425964020721,2279.22034658491,537.983956716779,4074.27224184967,882.160450892156,2728.5673263798,845.481673035021,3476.00046011373,992.678948803472,4900.08483165812,11548.3607745364,3747.30583303011,96170.2783379689,38070.5982977973,2874.73204726909,17697.6731258855 -7279,3180.8844248647,4101.20557180551,625.616932382934,1643.17835722315,1238.89792619187,2924.77672882055,1450.62350645349,3446.66020097374,202.373805089271,1260.52890232382,1600.24293831409,6995.21752296838,895.161238117444,4080.64144015998,1055.31633437191,4611.7852833108,957.169541514548,5236.36788616498,306.296384682996,1420.93063250201,604.044461046549,2732.15855175529,1363.41278748848,6270.70855532538,579.292621002988,1825.69181729432,415.66975385667,2486.48666611663,527.313362325294,4444.77587200712,881.959179028059,2976.6960815397,839.700076696443,3792.09882380983,985.890783951616,5345.68569248439,11277.3144894895,3651.28456575064,93933.2548051537,37071.3687382754,2871.56823764125,17369.8634144807 -7280,3037.6641860534,4283.8019464271,592.625764399531,1716.33694574851,1157.52545898429,3054.9954213269,1368.62788615406,3600.11450757493,187.721025567496,1316.65093854955,1480.6825340781,7306.6628619108,828.280243411434,4262.32224597626,977.082602131123,4817.11399910474,891.276538864115,5469.5046493577,289.516384203517,1484.19417234194,568.016221311063,2853.80138035953,1282.34208813359,6549.89686433935,551.305248913769,1906.97638135179,388.277360546503,2597.19154126337,489.907749087839,4642.66889297967,819.14555319827,3109.22635911859,793.698333306074,3960.93295936126,931.880195989424,5583.68956969176,10352.4453204701,3384.51216355815,88020.1085659002,35097.1702590954,2633.36845173193,16490.7377607887 -7281,2852.98928071627,4324.41501950045,555.27195834549,1732.60887397206,1081.76862204628,3083.95865394986,1282.64531438018,3634.24580388532,172.691291080692,1329.13359798343,1346.36669795341,7375.93451275837,753.145195297534,4302.73167829896,892.475920960398,4862.78319793674,831.85459305679,5521.35891217782,271.429583600983,1498.26524451805,531.852316376455,2880.85716992376,1200.75726013957,6611.99390881083,517.918615012585,1925.05568849379,360.179245431584,2621.81451197255,453.98685232418,4686.68424508137,763.445025338234,3138.70373433426,744.114046280096,3998.48503616802,873.663348135788,5636.62637567597,9502.09761519565,3120.95759653163,81921.6066201337,32793.8316498303,2436.36305117524,15457.2937926385 -7282,2720.03325395924,4395.63410364514,527.13911601058,1761.14332698566,1019.12496271157,3134.74857810932,1215.1274681647,3694.09844442566,159.95496603882,1351.02318932178,1231.4903367164,7497.40927832577,688.884411329518,4373.59365802731,820.220096154399,4942.86870411262,782.37221470459,5612.29054644194,257.299190998336,1522.94027641005,502.974429720864,2928.30220197282,1135.6619684438,6720.88728477783,492.988893584804,1956.75956114335,337.792170370003,2664.99335292513,423.76841673509,4763.86956566344,716.545159333637,3190.3952589342,705.376103733129,4064.33635731967,828.181179435084,5729.45635761139,8744.96791105088,2894.47110218942,76994.8709883894,31028.4100021864,2260.25439195825,14676.8142248441 -7283,2609.95560408448,4446.77408462374,505.467999602015,1781.6329387502,969.898683166329,3171.21908017505,1160.69393152818,3737.07657220576,153.625088221184,1366.74135388563,1191.94486516362,7584.63613998934,666.763036862203,4424.47721457587,791.319866610624,5000.37535856741,744.842663693828,5677.58543337381,245.618816448099,1540.65857027408,480.039418349015,2962.37085176883,1083.88594667725,6799.07988220486,472.241464283693,1979.52502441373,322.878845990108,2695.99859725692,405.073670531757,4819.29369634132,681.853778485541,3227.51316934462,673.354793994759,4111.62193184727,790.585000707412,5796.11438287854,8378.13634673658,2776.20883129818,73612.9420570538,29731.7758635318,2148.94869625744,14048.2015013065 -7284,2542.68026786247,4374.38534404513,491.23094384664,1752.62985423204,936.786047387306,3119.5950149664,1126.07944329836,3676.240950391,145.490452412399,1344.49226197728,1110.61527948276,7461.16635099795,621.268011781598,4352.45144326687,741.972207380609,4918.97457954455,719.117400599807,5585.16039643061,238.138020364344,1515.57829152787,465.237202894822,2914.14661302735,1050.47948424183,6688.39811146501,459.733876977752,1947.30046774991,310.276938984311,2652.11061479072,387.44068571606,4740.84073369522,657.06836032357,3174.97269638971,652.846471469894,4044.68911094885,766.506205512921,5701.75982102279,7889.89674625638,2632.66512518747,70848.590607918,28764.3512472763,2047.34514937697,13638.2232035927 -7285,2506.85599790589,4253.13095619363,484.29591875704,1704.04838657637,923.538380346457,3033.12238986965,1109.08873180118,3574.33855474561,139.74141871904,1307.22403492932,1042.0783414727,7254.3489155427,582.929076600608,4231.80504522488,702.673769612095,4782.62462301599,708.847845547975,5430.34431333369,234.784168343448,1473.56769951855,458.196795325243,2833.36884978041,1034.62460400203,6503.00118025574,452.572512337782,1893.32288973397,302.338931866534,2578.59627533073,377.295696223913,4609.42850183773,646.996021444707,3086.96504720763,643.652011659049,3932.57363331601,755.711002031949,5543.71169713825,7584.86215177132,2540.95341461658,69209.8068646718,28158.1250071233,2000.10679457852,13409.2484306377 -7286,2493.06148121475,4148.1867729517,480.303634248314,1662.00172307696,912.373505787214,2958.28139504579,1099.77808570863,3486.14328304544,136.411622066622,1274.96884220827,1007.86504413916,7075.35096562419,563.790471537653,4127.38706969477,682.103248221027,4664.61541051237,699.213593782515,5296.35289511616,232.893125627854,1437.20804817688,453.832385870697,2763.45668793401,1024.82760645886,6342.54241364066,450.159198075079,1846.60595900156,295.819967622149,2514.97051755077,370.271096246456,4495.69282938377,637.271105367273,3010.79550789358,638.467788818925,3835.53906460937,749.624212639078,5406.9229873202,7401.87257377013,2491.03886367078,68128.8888097499,27842.9392996097,1958.31331189913,13296.9638249659 -7287,2529.13561201271,4069.62484808975,485.690079846468,1630.5253066002,912.837738467162,2902.25492049225,1107.60393676396,3420.11970656464,135.255449952265,1250.82238693388,993.054440578977,6941.35189052039,555.505555602223,4049.21906748236,673.615230503209,4576.27291644241,698.455466758534,5196.04601382971,234.686266684101,1409.98896743826,456.147683828212,2711.11997105994,1030.15753197906,6222.42189645873,455.814819439346,1811.6333489092,295.326123193287,2467.33984524879,368.446102402789,4410.54953627859,635.195494502528,2953.77447595545,643.383617923523,3762.89833064731,755.395881291022,5304.52203463553,7286.60477112986,2471.56709087847,68205.4461727147,28067.840193995,1931.81397468193,13433.9608950537 -7288,2635.26363703682,4090.54869927286,503.94850449664,1638.9086023926,936.088005801149,2917.17677504117,1144.30931891671,3437.70414700814,137.980521512956,1257.25345182503,1009.12452546532,6977.04063810485,564.495013852023,4070.03800297112,685.346326176449,4599.8016831104,715.741525173606,5222.76132484542,242.355912217278,1417.23838241526,470.359020228731,2725.05911113588,1062.31233235795,6254.4142875562,473.636215373152,1820.94780613952,302.57034425415,2480.02559729407,376.694366203398,4433.22624127664,649.708347783965,2968.96121671667,664.409664147048,3782.2451568602,780.082535216633,5331.79507178105,7376.06655845443,2521.01736233781,70100.9622667045,29046.3114031959,1955.28602755839,13923.7264917971 -7289,2733.735152293,4371.13629769501,520.70982245604,1751.32809977212,955.5420959394,3117.27795599696,1177.21494314527,3673.5104462624,141.295411723684,1343.49364906758,1039.2651299058,7455.62461807007,581.355391824988,4349.21868817933,703.964163911719,4915.32104307097,729.176912919621,5581.01205476118,249.495636175088,1514.45260557907,482.751424028375,2911.98214952628,1090.42745055279,6683.4303471363,490.293680767656,1945.85412295407,310.820176970828,2650.14077682826,384.508702026993,4737.31950498059,660.627245967241,3172.61450600647,683.982950201893,4041.68494433807,803.063505289947,5697.52487588679,7466.93631459116,2572.16591287882,72013.133148914,30042.4342046628,1969.51850365417,14402.3247842125 -7290,2818.41501313933,4394.78934932498,533.346825919297,1760.80486991694,969.11041416708,3134.14614115903,1203.50551975899,3693.38851144524,148.776961917857,1350.76354926783,1135.23980413239,7495.96842389417,635.042745258403,4372.75313944679,757.534222182288,4941.91878207786,737.698010822648,5611.21197471068,255.245185231221,1522.64759727718,492.352740264908,2927.73943995089,1112.24691237124,6719.59566258288,504.406214605327,1956.38351048631,322.97463041909,2664.48119367916,396.289730490853,4762.95404373841,668.381891399589,3189.78212778759,699.7451237855,4063.55527190276,821.569853094822,5728.35526891834,7750.59058790965,2675.91293101846,74428.5902924293,31164.1657603801,1992.67510901374,14857.5340863198 -7291,2865.00035455164,4236.95070360515,539.547839856545,1697.56564865887,970.240917710323,3021.58343494319,1213.94868597869,3560.74064270195,148.557386225092,1302.25094209659,1133.68607389165,7226.75108255157,634.173602797153,4215.70592313291,756.239133417083,4764.43000939292,736.977758978993,5409.68556956654,257.626355385733,1467.96178288208,495.519959798821,2822.58982036938,1119.52594966418,6478.26171120024,511.74536064946,1886.12009186507,326.901608295953,2568.7864812077,395.679352358314,4591.89278092614,666.420810188997,3075.22125781811,706.273012658366,3917.61288196243,829.234239054792,5522.62166806055,7598.51086813656,2651.42601140086,75046.7750103582,31631.2990173219,1959.05953374865,15083.6908941561 -7292,2808.82068031293,3973.06320367475,525.285047700834,1591.83716930433,935.389374015681,2833.39193727015,1179.65186348804,3338.96913488061,146.274181196607,1221.14361528737,1140.33290110853,6776.65161026571,637.891777043423,3953.14159932551,754.097699644217,4467.68982719011,708.102504235904,5072.75731615358,250.777169042419,1376.53358558242,480.236810801269,2646.7921245424,1085.18098267391,6074.77996065524,500.447867992852,1768.64798741333,320.977437566773,2408.79626895337,384.555032199647,4305.89863308864,639.7847466213,2883.68906728118,687.496224601459,3673.61451109713,807.188436260125,5178.65948228247,7358.26809105404,2584.1063294177,73393.4260937248,31099.8442387115,1868.34573110632,14786.7256352707 -7293,2519.95054662028,3721.19717019726,467.283932765747,1490.92517943116,819.915059156614,2653.77355418798,1046.25979896387,3127.30048809737,129.468302023461,1143.73115469416,1022.75367164758,6347.05654121225,572.119033354868,3702.53846432478,672.621823100524,4184.4677242693,617.493964979656,4751.17792047929,222.930090366692,1289.27042454624,424.289682215441,2479.00294031011,958.988219027921,5689.67893041651,447.951165360392,1656.52735646145,286.908019013058,2256.09445410293,337.557152011674,4032.93302603032,556.441011998162,2700.88217750235,611.15450047703,3440.73155202929,717.555715799554,4850.36658693496,6338.01975829792,2258.39996794339,65283.1749964243,27924.9028318376,1596.67749445467,13261.0587484815 -7294,2158.86459533333,3520.27617390887,404.656119785192,1410.42469565086,712.195454492568,2510.48664891417,901.88056727392,2958.44613799896,107.933115052704,1081.97694158026,817.455497089152,6004.35582812653,457.277115467957,3502.62491956391,546.560844042116,3958.5330624808,540.535822634457,4494.64450994906,191.3369338905,1219.65801586776,366.978834883292,2345.15253739191,829.204361491747,5382.47243020309,383.5774617488,1567.08540764325,243.744978770334,2134.2796926951,288.779507187407,3815.180274834,487.064518769249,2555.05170597897,524.543044244538,3254.95391655989,615.865316031839,4588.47761883192,5352.50227023767,1903.07882806874,55628.0947536024,23695.2906897051,1394.22722177891,11310.4922691219 -7295,1706.96007810412,3230.33132401539,332.172929548767,1294.2561462349,619.287577679838,2303.71233956481,748.80617502221,2714.77598854941,97.3076891058368,992.860739777728,746.8593603558,5509.81166076932,417.786283387727,3214.13390171049,497.613587804226,3632.49151974442,478.293790351083,4124.44655860064,157.660098743564,1119.20181787023,309.271279829298,2151.99584546214,698.20892560023,4939.14921244028,306.807163017511,1438.01361871458,209.872340057005,1958.49138105191,258.281218934252,3500.94587461789,436.436143634572,2344.60682984939,432.21926090951,2986.86213110795,507.468080333533,4210.55117536355,5229.10483953996,1748.75507351137,47289.9053937331,19241.6009715488,1351.5191942559,9097.23454281839 -7296,1298.22089420198,2984.18361438325,238.443059856847,1195.63524512032,530.437880975252,2128.1719818871,629.094151123518,2507.9130309395,90.6578809236952,917.205838603017,742.867586502085,5089.97004553928,415.553321666964,2969.22041792158,493.281313666882,3355.69964356875,458.482516685619,3810.16824716175,136.841368543733,1033.91986489011,271.686042062659,1988.01611850338,613.078185001636,4562.79145088957,219.465897398108,1328.43855561349,174.818061280913,1809.25648239112,230.773956636346,3234.17763255655,410.208869019349,2165.95035679203,375.145491124036,2759.2665073732,440.457840369942,3889.71178641308,5273.73345812326,1645.36912107105,41503.7612575513,16279.8059897216,1331.87079466064,7579.85346209309 -7297,1380.27995274582,2852.40231232335,250.665478755646,1142.83609139827,545.209355191651,2034.19208285249,656.65483455165,2397.16379852723,92.2191060960553,876.702104487772,756.035542883261,4865.19738851707,422.919355820546,2838.09988938218,502.115393012599,3207.51222432952,469.031170248213,3641.91153190529,142.743341134081,988.262049009044,282.140469856373,1900.2254908256,636.776186790092,4361.29895708728,232.433796872085,1269.77481866327,175.844097559974,1729.35986548704,234.66956620472,3091.3566152917,418.136098175036,2070.30216784031,391.325528122855,2637.41752619144,459.454801075112,3717.94243502979,5356.24434399247,1687.73746174579,42556.9706219771,16931.7525608702,1341.38659048391,7898.60410239477 -7298,1386.51801046126,2776.95946918412,256.870415299844,1112.60935809185,575.893807497859,1980.38998293178,687.22652350329,2333.76150367914,96.5279618160267,853.514316754272,792.089969862841,4736.51837229363,443.087871938891,2763.03532929434,530.240953275722,3122.67712215555,508.466821675435,3545.58705508047,149.945831090606,962.123625820378,298.513381328421,1849.96665706496,673.547431108743,4245.94748942044,237.37848801797,1236.19069834031,180.973121881326,1683.62023594756,245.481488916634,3009.59369874684,455.889528234483,2015.54499665714,411.07088481441,2567.66078961137,482.637799062475,3619.60702606073,5868.74265777657,1809.16771732367,44678.7536131756,17379.5480246693,1496.17933522515,8113.82543471632 -7299,1562.04807961569,2755.25584284296,288.335470773118,1103.91363961282,674.452755415715,1964.91203135333,781.432626949874,2315.52173885458,114.870512810178,846.843583524915,943.273252592183,4699.49960192587,527.65841514231,2741.44052857078,627.408104640087,3098.27150219767,582.851366909512,3517.87613691351,170.596658429602,954.604044818015,339.683185901951,1835.50804306138,766.43558302603,4212.76282871611,266.935934704059,1226.52911656322,212.149862281638,1670.46172034555,291.988748268603,2986.07189448533,524.391149234716,1999.79228727601,467.684355189996,2547.59295968192,549.107602078804,3591.31759682446,6961.84758604859,2129.6915359045,51539.1116569492,19798.8980875799,1755.39306587351,9203.40144796701 -7300,2001.97614942913,2767.27731559904,364.868862613849,1108.73013161959,822.987605324539,1973.4851504393,974.786204005069,2325.62460518986,139.502579200631,850.538451678246,1143.11579689078,4720.00401590923,639.448503446867,2753.40172364898,760.03388453168,3111.78958856751,709.029782561182,3533.22500269997,212.808417607723,958.769083265325,420.921125875057,1843.51655885512,949.971927548089,4231.14355865984,339.664802211211,1231.88059286899,267.257457037284,1677.75012157092,355.109282014302,2999.1004420957,634.918143832457,2008.51759260899,583.406313371266,2558.70837730745,684.976604878707,3606.98689547082,8148.06654042782,2542.88160586336,64152.3503404006,25171.1690476251,2063.10668395795,11746.4209993264 -7301,2781.79974396339,2779.62369046886,493.480076173556,1113.67679806219,1073.63249188448,1982.28997362417,1292.41280313744,2336.00051981913,183.207322228008,854.333180347622,1498.2493818167,4741.06259888499,838.106977087309,2765.68619172732,988.070775140981,3125.67302574958,897.133522881353,3548.98869943425,281.48894769663,963.046689433982,550.564830208187,1851.74151931935,1243.08986400107,4250.02106118147,464.37080431688,1237.37670253197,362.506043960984,1685.23550506395,466.988482691483,3012.48110984506,797.479001566782,2017.47871515034,771.691416517013,2570.12420926282,906.041903189829,3623.07968534446,10020.4946941604,3229.63944840717,84889.6358098682,34304.1831282314,2498.02664064502,16030.1628305187 -7302,2876.17796237474,2823.8756911682,505.022438420994,1131.40668956357,1144.81234257567,2013.84830923625,1332.53942698787,2373.18997715148,200.313526572096,867.93428492298,1637.09002372348,4816.54098330114,915.773160099015,2809.71630548341,1068.76968528146,3175.43418061225,922.793482847993,3605.48909945164,289.802954141627,978.378528387742,565.987301784402,1881.2215051494,1277.98344155999,4317.68199514763,476.587092427251,1257.07591393729,398.957829843431,1712.06469169246,510.81195499651,3060.44023346193,822.245050155988,2049.59726048432,794.483954067674,2611.04094871056,932.802592318825,3680.75962429424,10587.4284774533,3414.23561134948,89909.3607909058,36076.4020949911,2604.79497948935,16781.6231099387 -7303,2775.94304979841,2946.29974175676,488.459247022296,1180.4567912492,1093.31302809741,2101.15507987729,1293.21085524093,2476.07535936846,187.172876811428,905.562014478244,1530.3915541823,5025.35345293136,856.087013819032,2931.52650137759,1005.88542709179,3313.09941707565,896.943180991577,3761.79859327542,282.218840705202,1020.79436943511,550.284034557452,1962.77847928782,1242.6025609252,4504.86733076721,462.870152478736,1311.5741787734,367.985217947464,1786.28817648756,477.15680594086,3193.12011421463,798.640334855703,2138.45386259626,773.692390886699,2724.23793191825,908.391244632976,3840.33233631491,10138.3445537927,3266.17785157412,85763.3746497679,34531.7334049605,2518.46464040332,16131.7648597119 -7304,2651.73476366674,3168.92435808317,465.24466420938,1269.65299098313,1011.93623726495,2259.91993223445,1225.04695861657,2663.16946899424,170.622964867453,973.9869588842,1394.2941681174,5405.07292563387,779.95538299131,3153.03484059047,920.475118549584,3563.43969173417,840.399060089059,4046.04291392483,268.141187480233,1097.92635693212,520.346280228099,2111.08749201055,1175.21411444925,4845.25848204751,442.635797818407,1410.67770656278,338.678789372062,1921.26144967592,435.129686552482,3434.39466284127,746.06067013907,2300.03703892589,735.099031370077,2930.08339148901,863.078830682913,4130.51072543843,9230.34244390207,3003.47822281014,80153.5404914758,32654.8214744927,2309.28358937723,15317.9436510665 -7305,2495.21038113051,3372.89945693217,435.513914462364,1351.37712355169,954.317085296696,2405.38487222033,1147.75159602005,2834.590492126,161.795536175525,1036.67986782325,1322.46687505399,5752.98286595164,739.775853340015,3355.98717413018,870.143941710209,3792.80867667378,782.507715389457,4306.47576433667,251.064327895493,1168.59691005306,486.455723882951,2246.9724899479,1098.73656667796,5157.13467918792,415.577723603179,1501.47921904012,319.851632495183,2044.92785815702,412.552970071934,3655.45736793635,694.407864948533,2448.08420867754,688.283459851395,3118.68494264005,808.112728158211,4396.38054065478,8686.73031688479,2831.45038432999,75226.6394955452,30677.924020434,2154.60721045757,14373.2736880034 -7306,2385.49584337455,3503.18619414126,418.436655953586,1403.57746880796,892.162090097022,2498.29892161175,1099.86817965568,2944.08368967268,148.138843372838,1076.72423891514,1210.19583621728,5975.20631980648,676.972462852514,3485.62063181725,802.800538460422,3939.31546516596,750.344498138223,4472.82423791843,241.177289500445,1213.73690917474,467.037236587315,2333.76746206371,1054.89954291467,5356.34199600202,399.557037546143,1559.47763581294,295.340913441741,2123.91834745834,377.86579435668,3796.65861616701,664.80394902514,2542.64762749103,661.178514074074,3239.15200391713,776.288846056758,4566.20181267467,8060.4154181847,2637.77293676443,71103.5997251201,29184.1874097324,2032.68742509009,13737.6133653027 -7307,2286.37764942889,3587.79135126545,400.845330334729,1437.47515100455,845.475723779453,2558.63513016374,1048.71190652247,3015.18600891798,140.123000259052,1102.72811606138,1144.63761520714,6119.51302847706,640.299794669997,3569.80156451315,759.58885724489,4034.45354388114,712.313766004151,4580.8470424359,229.830465088254,1243.0497678746,444.853931749695,2390.13008508086,1004.8122301272,5485.70256408732,382.411505332766,1597.14044991922,280.047680595836,2175.21292203911,357.43487545809,3888.35140123933,630.344505297891,2604.0548979339,630.071619557382,3317.38049337021,739.766281069011,4676.47977119946,7605.51321332924,2497.60697131472,67542.8496303999,27830.4209991593,1916.41330867536,13104.9610701585 -7308,2163.50418235473,3520.27617390887,374.593208408734,1410.42469565086,759.683751107238,2510.48664891417,969.751417779953,2958.44613799896,123.980518109936,1081.97694158026,1011.23104623071,6004.35582812653,565.673382268043,3502.62491956391,672.267943871257,3958.5330624808,639.872220687485,4494.64450994906,212.703188092379,1219.65801586776,408.652133589533,2345.15253739191,923.306242985199,5382.47243020309,360.552944199738,1567.08540764325,253.166870817242,2134.2796926951,316.580596059387,3815.180274834,562.85256832967,2555.05170597897,583.117830592743,3254.95391655989,684.637897618141,4588.47761883192,6529.83661421905,2200.3423673132,61596.7646267332,25942.8256704282,1649.3329402115,12270.7343545697 -7309,2135.403923673,3379.2026058429,368.352140641295,1353.90252679986,756.081823626702,2409.87996590184,953.148812894344,2839.88766928794,124.788829676502,1038.61717655809,1018.38755616034,5763.73382611158,569.676668354064,3362.25871799656,673.787274173743,3799.89653629849,627.719991610125,4314.52354588773,209.070528853231,1170.78074044431,401.005699672298,2251.17154846811,906.088261921133,5166.77214044364,354.141066190534,1504.28512749509,252.83317213929,2048.74934319274,318.526511243954,3662.28855054974,552.498815584298,2452.65909728905,573.159031226299,3124.51302493249,672.945284044462,4404.59633290409,6536.7848148582,2197.96221047268,60864.4197791783,25579.0818031251,1631.48504328643,12069.696398657 -7310,2133.86191279178,3266.72063809421,370.896361336955,1308.83579416564,744.172415466831,2329.66339642652,960.073815802676,2745.35763055205,120.013872189323,1004.04520281646,979.384686490571,5571.87906096084,547.858820408734,3250.34075367369,654.239451103397,3673.41112257832,635.851887315515,4170.90797886005,211.054658853725,1131.80949874968,405.260922875207,2176.2378333148,915.663742307522,4994.78816521192,356.730528321127,1454.21267818318,243.263734268811,1980.55356317419,306.345645344213,3540.38363075681,559.218040524761,2371.01855848182,578.598449374557,3020.5087924863,679.331697921575,4257.98255431411,6452.60576477117,2168.03249494553,60353.7896703393,25447.3048887639,1638.64346791962,12058.0629301633 -7311,2175.55086357371,3226.04258585874,381.197736275553,1292.53783156,740.04503506368,2300.65382388279,982.695044811172,2711.17172564229,116.022255631305,991.54257166684,946.226263447761,5502.49657846498,529.310302359159,3209.86666800528,639.363442437088,3627.66885500145,652.722477107761,4118.97075145992,216.579145001052,1117.71591346606,415.88816811429,2149.13875565629,939.673704435794,4932.59176815236,366.071638278833,1436.10444493091,237.536596343062,1955.89119677578,296.279152893152,3496.29785599355,573.022673217795,2341.49402073946,593.743621415748,2982.89663397919,697.113625006202,4204.96105172761,6368.93499144617,2149.10127531687,60780.1127187757,25799.4415534266,1652.4948538997,12288.0090747365 -7312,2274.49587918608,3303.95470649319,398.892805357711,1323.7538991651,757.958383068064,2356.21689023851,1023.80899626113,2776.64920553511,117.296668965078,1015.48930590914,956.331216067582,5635.38731558396,534.962920272166,3287.38812421741,649.450098323948,3715.28064744699,677.823332713726,4218.44797085072,225.681735939514,1144.70985876199,433.297834782026,2201.04258318939,979.015867366012,5051.71874017851,383.057579993762,1470.78778830883,241.324522570951,2003.12790454245,299.594011265547,3580.73690882075,594.138000238765,2398.04341826086,618.698033845635,3054.93653928156,726.412568660398,4306.51502195772,6476.74223844647,2197.30440756599,62706.415874515,26782.7645262854,1693.0117376987,12783.8211916899 -7313,2388.3691961303,3670.83695807356,417.678254738009,1470.74798782786,800.922051554153,2617.85914465668,1070.72673124078,3084.97767940116,125.37009271402,1128.25265653121,1022.4428753049,6261.15969158102,571.945176728314,3652.43076673947,690.706407912525,4127.83791601654,706.164872814606,4686.87863265088,235.795266200373,1271.82229452374,452.327510852429,2445.45376024269,1022.04643819605,5612.67859295889,400.900669774907,1634.10901493194,257.237079718438,2225.56196950639,320.154405896492,3978.35398778473,618.88388540372,2664.33023113695,646.423898597532,3394.16697539017,758.965470934177,4784.72494554276,6846.4910573748,2323.23486003397,65917.7627056065,28129.9282060351,1770.88359160849,13399.8824980429 -7314,2458.99897366121,3798.52445946318,422.97418305593,1521.90693002128,820.884977862464,2708.91954777156,1081.72160548248,3192.28647470439,131.420554872164,1167.49813768281,1071.25488496904,6478.94976124375,599.250167714238,3779.47802161081,715.1186450329,4271.42187674741,697.777211984016,4849.90843450665,237.804476078337,1316.06174532315,453.666687235231,2530.51716239747,1025.29253368504,5807.91170023751,408.707662919644,1690.95035642928,271.671125624258,2302.97658920205,335.716757634425,4116.73825440992,610.290723858198,2757.00709855882,651.932072291359,3512.23070454424,765.43261060923,4951.15826309701,6847.12253197761,2355.934030123,67334.9409200027,28918.5050909295,1732.01586581727,13733.6168978473 -7315,2516.41968818372,3643.93486009347,433.296306687189,1459.96946322312,829.858686656267,2598.67390052517,1106.29857892853,3062.3691100897,131.367339585776,1119.98414342127,1069.51819624005,6215.27415282904,598.278679950948,3625.66356038447,716.874486117912,4097.58664053606,712.493986508138,4652.53037103194,243.44220815857,1262.50161687684,464.099526861698,2427.53200631703,1048.89926934668,5571.54551318359,418.959974739405,1622.13328260388,275.836711517412,2209.25171469305,335.853791765257,3949.19822031228,622.492341999592,2644.80441897258,667.387703819839,3369.29248121469,783.579047780021,4749.65960737521,6791.68932709574,2355.68987471391,68750.779068532,29653.5760423415,1741.28891174452,14120.2089054115 -7316,2497.89697314518,3420.01062270576,424.703122620111,1370.25256069507,839.963606650907,2438.98222278219,1086.704710423,2874.1827966936,137.125533219372,1051.15975307651,1116.7462652701,5833.33798265498,624.697629058369,3402.86211662795,738.533059667724,3845.78494845296,692.119219356418,4366.62671049565,238.706306504708,1184.91935412677,453.558671660734,2278.35720651425,1025.20938106061,5229.16725231683,412.030718481897,1522.4512157738,286.533478083303,2073.49050479111,350.502254978226,3706.51517746731,605.093741835188,2482.2779646597,654.404406657873,3162.24535266838,768.335375220593,4457.78723691098,6849.77135411873,2379.41175761108,68789.4811409672,29576.9985341049,1709.82236048251,14012.7546838377 -7317,2280.76176659584,3266.46071514257,388.071997146955,1308.73165411189,766.861690980711,2329.47803224837,994.71714515586,2745.13919085742,124.799743048422,1003.96531401616,1015.42942990583,5571.43572361673,568.021919629921,3250.08213401927,672.501494909056,3673.11884051098,634.080637342736,4170.57611249223,218.835789585418,1131.71944413583,415.369715778182,2176.0646767386,938.926621202718,4994.39074522212,376.952006827644,1454.09697093622,263.759384535451,1980.39597659578,319.192785901925,3540.10193327938,554.332967110896,2370.82990380015,599.93012809793,3020.26845985681,704.37719457358,4257.64375968913,6180.47652004724,2155.10577921003,63194.725792328,27181.5601309038,1557.01785296088,12896.2147305764 -7318,1930.07549797038,3162.62120917244,330.303305993861,1267.12758773496,645.69373116741,2255.42483855295,839.712832861567,2657.8722918323,104.973061468513,972.049650149362,854.422755452418,5394.32196547393,477.95626109889,3146.76329672409,566.496232827537,3556.35183210947,537.568474384785,4037.99513237377,184.094897910816,1095.74252654087,350.979851171343,2106.88843349034,793.23863954662,4835.62102079179,318.207777359134,1407.87179810781,220.703792638004,1917.4399646402,268.41779712084,3427.56348022788,469.866449116865,2295.46215031438,504.689273610346,2924.25530919658,592.555029373362,4122.29493318911,5242.53093900098,1822.8345263682,53180.8411056186,22864.4790525304,1320.12401172173,10838.475166051 -7319,1541.02811451137,2924.85603836723,272.181887065545,1171.86521282392,585.47366927781,2085.86249247699,704.565175742054,2458.05403423853,100.762996960973,898.971170049185,823.912394308964,4988.77801990771,460.889044614024,2910.19032030845,541.031272078362,3288.98607918511,483.324468872118,3734.41954147629,153.04975165333,1013.36484304659,298.923705982636,1948.49302186043,674.959926518218,4472.08009005268,255.172665781411,1302.02830424326,200.344401164751,1773.28724746396,256.865413886681,3169.88000743054,428.695950284683,2122.8898078968,419.580166885357,2704.41043461829,492.628536237106,3812.38170170363,5407.81725927028,1756.05609946631,46337.3151315387,18845.0428167233,1333.40358684684,8790.59065557091 -7320,1437.59161638803,2711.26376509526,285.564100181731,1086.28788816518,655.700161442674,1933.5390599194,765.547829053863,2278.55072121686,110.8227127033,833.322367749856,943.75338434042,4624.46455485383,527.926996443262,2697.66903446911,623.549422308401,3048.80262940234,560.039617170976,3461.70760326395,160.729880774325,939.362260478099,304.483921780926,1806.20121380752,688.326422193822,4145.49931473975,248.514635077492,1206.94561240486,201.316429361263,1643.79012029545,274.635154364147,2938.39446834588,507.365172042013,1967.8623966237,440.634953472578,2506.91655286367,517.348934186901,3533.97645249967,6714.88070957318,2071.03754782214,49433.2700377819,18661.3735071231,1709.45920178778,8636.28056274437 -7321,1469.42601411369,2572.72444738349,285.37778022138,1030.78108546955,626.936436677493,1834.73967876775,753.822321085506,2162.12204085276,108.932601778778,790.741519014924,891.215646543031,4388.16509463174,498.53786727507,2559.82437610021,588.58131885279,2893.01585514859,531.541556193938,3284.8223383008,158.350307255877,891.363018085594,297.248197318925,1713.90850255142,672.210939634746,3933.67387229022,251.943922274614,1145.27347861602,206.564055160647,1559.79624088804,277.586111372201,2788.24929617434,478.50729416224,1867.30917222381,434.111441717736,2378.81890583084,509.689687395592,3353.39841621939,6320.82482355818,1953.56478415422,48326.1420311225,18686.7615065124,1571.2452225771,8655.21306852492 -7322,1506.8785913791,2504.5594657994,298.056945359087,1003.4702812442,691.815374543485,1786.12778932036,806.35044903469,2104.83607334576,125.243778942703,769.790623501708,993.640511151252,4271.89955629641,555.83339811072,2492.0011851507,656.631496593661,2816.36467212383,589.336993247762,3197.79014391831,169.563131329319,867.746130636051,320.727233534524,1668.4980655215,725.090051452288,3829.45019325022,261.447674492396,1114.9291696256,239.460928184557,1518.46904700873,325.650413611354,2714.37392949103,534.236932752695,1817.83434585215,464.850979320171,2315.79150036083,545.780939101087,3264.54928139728,7423.95808004538,2212.55524453101,52805.004413145,19749.5776334061,1825.00486241436,9081.38239734984 -7323,1722.6425106139,2491.62826586419,343.314315428566,998.289300312024,820.26078981571,1776.90589785844,941.257357817192,2093.96867072787,154.718330458594,765.816145515987,1183.17352738777,4249.84346698412,661.856430874206,2479.1348244178,782.094060611815,2801.82360206221,699.762235046838,3181.27974986837,198.259212208998,863.265902132203,375.9239222974,1659.88350381059,849.795457456093,3809.6784981609,300.482969159938,1109.17271935844,302.959629941714,1510.62909466964,411.571101007312,2700.35944412525,636.545402009546,1808.44875142075,543.520211216237,2303.83492144612,638.146383453573,3247.69420567138,9168.94391632372,2664.55475952473,62659.5503572366,23001.321579405,2220.78873490654,10520.3274380131 -7324,2225.42665073089,2523.92377927273,439.382805303183,1011.22873671412,1024.21763843797,1799.93745880041,1191.85621925822,2121.10987562149,190.424851453468,775.74235559107,1470.29336130304,4304.92827981617,822.468635347641,2511.26840271295,971.632470863655,2838.13974638776,871.667959608388,3222.5142567271,250.983849083335,874.455217929987,474.092537950825,1681.39826614025,1071.87045203014,3859.05806440887,385.997851173017,1123.54938337417,378.392505836058,1530.2092795835,503.608948640062,2735.36044962451,790.542962217317,1831.88915852334,688.06283019946,2333.69633079677,807.853687166618,3289.78955079289,11121.7222340056,3288.74955134863,78785.9962580508,29377.8248267176,2710.84674634205,13500.5862945117 -7325,2722.09835469006,2554.26986739245,504.09078653544,1023.38712145044,1021.52608303414,1821.57878615876,1302.16227949346,2146.61278015681,175.519864876298,785.069398695261,1406.33996185475,4356.68805719186,786.693689643295,2541.46233046419,927.948641853489,2872.2637716643,847.931527069918,3261.25976180328,275.258693499921,884.969123032027,504.236716920315,1701.61435204889,1141.41978427091,3905.4569759146,459.738537325272,1137.05824163476,365.190512945174,1548.60756324848,453.478099617818,2768.24872062745,752.909735032825,1853.91465322593,754.611407778976,2361.75524251218,885.988286818978,3329.34393211913,9257.87514867062,3032.56539709188,81756.7463569067,33476.9729968808,2287.2566048771,15713.3203399712 -7326,2758.92026609109,2576.94821268116,507.401647108379,1032.47336828776,1024.65815287018,1837.75185902411,1312.29909929754,2165.67170045769,185.409525306549,792.039717347374,1403.86437219871,4395.36935603876,785.308867471287,2564.02696273125,926.27610750466,2897.76545823455,847.159195995682,3290.21518890929,278.019866047833,892.826411566092,507.175165104188,1716.72230846205,1148.26575296708,3940.13197362752,465.49810149761,1147.15372909533,412.616229090611,1562.35703329642,496.149614853895,2792.82689896831,751.373214828589,1870.37482338194,762.181058993284,2382.72432708733,894.875804608992,3358.90385146882,9431.78274126452,3050.42331436149,83491.4438947901,34187.6131897986,2280.35790708524,16044.1341845082 -7327,2644.85240537287,2698.78742559805,482.865251567708,1081.28915043301,972.409114192412,1924.64155239791,1251.75584088595,2268.06558409169,169.111852136282,829.487693711675,1324.77992661413,4603.18429783053,741.06975319036,2685.25525342779,874.104002965417,3034.77304764267,800.25366969324,3445.77796932186,265.796368143384,935.039625910604,482.778157017127,1797.88967295566,1093.22308967183,4126.42309740449,446.251270026086,1201.39164771544,361.447414894906,1636.22594160247,443.252808726001,2924.87294844221,708.840492307791,1958.80694445407,728.670796903552,2495.38055167951,855.531448833717,3517.71426120564,8675.0783746576,2860.24049921076,78556.9791644055,32473.4519707465,2124.17842025234,15287.2581489595 -7328,2573.25061016853,2943.44057668251,469.227780086792,1179.3112456072,944.096294936885,2099.11606492751,1216.06617470391,2473.6725121332,158.701741547572,904.683233800343,1284.44511576646,5020.47672064417,718.506829553482,2928.68167263591,847.474454911745,3309.88430015915,776.070610097539,3758.14804713383,258.497548727287,1019.80376431516,468.781532315207,1960.87374855152,1061.59691615317,4500.49569160447,433.903948894933,1310.30139344505,329.639492250435,1784.55471648199,407.332197845283,3190.02142830055,687.21561848434,2136.37865194808,708.661356603325,2721.59426133766,832.038390619843,3836.60557900849,8230.83681320607,2757.29970363033,75671.3429728919,31429.4193531321,2045.58443745268,14827.8610157533 -7329,2421.53778287403,3142.73704979585,440.774334464974,1259.16085215754,885.455774747849,2241.24444071661,1143.00499838606,2641.16161016731,149.895673724208,965.938140459403,1202.34470964157,5360.40656726594,672.58061457882,3126.978839853,793.329229026504,3533.99219371085,726.858447465619,4012.60728682934,243.034224502881,1088.85333001925,440.322732518435,2093.64191971919,997.188017902901,4805.21830965353,408.604694109196,1399.02016986533,313.145045127315,1905.38455890859,386.998852877378,3406.01356513955,643.226074610884,2281.03002827984,666.269231894918,2905.86981350166,782.265851326323,4096.37707454354,7737.72793954043,2584.89965302385,71127.9863867718,29572.4934983378,1912.52059244674,13948.7113206903 -7330,2341.53191347238,3291.28342320646,426.772259061086,1318.67705576127,860.282336294783,2347.18035845964,1108.00258207196,2766.00023731468,144.242741774997,1011.59471478641,1169.49323395335,5613.77455286483,654.203800067124,3274.78037686739,771.686720333531,3701.03185236485,706.667786171663,4202.26943512082,235.571288715512,1140.31968268815,427.112062776077,2192.60117385562,967.241361225963,5032.34445544154,395.334708993161,1465.14704248272,297.554310364375,1995.44553496029,369.787001342105,3567.00411410122,625.727007784608,2388.84647393625,645.809872704241,3043.22028716826,758.244543919755,4289.998732641,7507.03994856175,2512.04805169663,68831.4675027932,28589.4864809406,1864.26016744392,13486.3409289491 -7331,2248.81492521955,3433.5266540095,409.756174294376,1375.66785864222,819.31834137176,2448.62118701626,1059.30713547386,2885.54169259728,137.209745834965,1055.31398231588,1113.24477305018,5856.39158905475,622.738926391546,3416.31037628694,734.480769843692,3860.983658482,673.218360663169,4383.88380990902,225.039490650346,1189.60220714964,408.011367751576,2287.3613736709,923.986293929977,5249.83314961129,379.079449739329,1528.46800945104,283.239477787202,2081.68502979776,351.594795000221,3721.16348728068,595.514778504207,2492.08803555602,616.937342418833,3174.74268437051,724.345343112561,4475.40460670495,7112.98702819977,2386.94877823288,65692.1424597476,27365.8391729907,1764.61223267442,12907.9351208494 -7332,2188.22895589196,3366.79125181096,397.471038345826,1348.92982597517,787.937930685841,2401.02880279621,1024.97256421211,2829.45714605932,130.647072114071,1034.80247617296,1068.21100006154,5742.56441148753,597.547446385339,3349.9095965725,704.701717259414,3785.94003037155,646.720204683786,4298.67688457343,217.583402533864,1166.48062116815,394.223969789278,2242.9032999096,892.788144810555,5147.79528533393,368.55856233826,1498.76009172185,268.970451893697,2041.22456401048,333.057655817995,3648.83746013882,571.255075686915,2443.650812221,596.496755861648,3113.03711127676,700.346076630919,4388.41884642815,6733.74103236855,2282.30556178351,63277.4544242803,26512.5463372289,1676.08802387563,12520.020807786 -7333,2185.46254863349,3222.07874981585,399.115773998068,1290.94969132094,800.845680068354,2297.82701229967,1031.91647116051,2707.84051102917,132.2619213055,990.324264071998,1090.81539722111,5495.73566515304,610.192139052806,3205.9227073002,719.6743186524,3623.21154107071,659.118246719126,4113.90977526704,219.176632550383,1116.34257678324,397.8503240201,2146.49811052091,900.932085567704,4926.53109644232,368.215318557235,1434.33990450447,267.483035951439,1953.48799476731,335.204794728792,3492.0019575082,583.609725577988,2338.61702883789,600.864536331702,2979.23155118028,705.474282083384,4199.79441931895,6936.46712136268,2334.2836965293,63867.3978628622,26567.5011508828,1733.40439308401,12531.6337524202 -7334,2163.25799496822,3112.65088462776,393.138569807066,1247.10660747498,781.724587993632,2219.78847753641,1014.68663521218,2615.87714532662,128.502915402237,956.690986155511,1059.78068516548,5309.09012723436,592.831605471821,3097.04353175618,699.159698803776,3500.16045050165,641.412662497187,3974.19364812098,215.629116500543,1078.42947953105,390.37140481919,2073.59899038675,884.092242309984,4759.2168181376,364.33257275413,1385.6270188517,259.446561859583,1887.14386182203,325.684822596905,3373.40699161402,566.793527227139,2259.19318825893,591.139153832604,2878.05123441574,694.055722954526,4057.16148784229,6688.07995614653,2264.13836667948,62484.7883583612,26165.6209207998,1666.52784028685,12352.1065940921 -7335,2246.66124775932,3081.8499297669,410.96855331079,1234.76597701326,825.133456548313,2197.82276174254,1062.73824531887,2589.9919700014,133.470415120136,947.224137166471,1123.51248122811,5256.55450681872,628.48258827258,3066.39701804182,741.305344034484,3465.5249298353,679.052061193247,3934.86737488917,225.708236397031,1067.75797830883,409.792504410324,2053.07987942,927.967198456839,4712.12241924036,379.060555499648,1371.91567220745,261.998366231115,1868.46980068944,333.505395234828,3340.02574831778,601.131563504715,2236.83754671969,618.770683858245,2849.5717391417,726.497866947101,4017.01421386838,7091.87851319383,2399.09830288897,65365.221970334,27229.0357198638,1784.10264226232,12848.9128725634 -7336,2368.3967335888,3176.07226131406,433.478671098033,1272.51685130003,868.418798243987,2265.01746286625,1119.1631440175,2669.17657913661,138.423420368526,976.183907672989,1184.13049126053,5417.2647402254,662.391747696838,3160.14690303737,781.246442443202,3571.47747339364,715.609679500697,4055.16926720713,237.427104926068,1100.40286645624,431.622420879074,2115.8493125527,977.349440383495,4856.18756549817,399.248945195735,1413.8596656748,266.494269801228,1925.59509395761,341.916558646339,3442.1413673797,633.551795914553,2305.225058684,650.897523399015,2936.69255919836,764.21794808053,4139.82760638078,7405.96819587862,2520.39733312001,68586.1572437904,28611.9993113251,1875.29442876607,13504.6498989433 -7337,2460.4146962208,3613.97865955277,448.816143856074,1447.96728983013,888.567206092455,2577.31062168159,1153.49031474413,3037.19386774491,143.345710018154,1110.77693448618,1206.79145461142,6164.17938684499,675.068082973462,3595.85756525062,796.093790910741,4063.90104190446,730.570277317528,4614.28266953138,244.831241835817,1252.12279478748,443.918973835217,2407.57565737221,1005.3007784229,5525.7427364813,414.052504899978,1608.79798661668,282.304083540258,2191.08981280643,358.149201192112,3916.73249894106,645.422692190095,2623.06190857994,671.195687667004,3341.59407135756,788.049996734946,4710.61342209435,7542.02942097569,2568.8847108176,70690.7524127612,29641.5852132561,1893.54051415007,13992.6981986066 -7338,2541.75118790744,3748.8790433354,460.999650735341,1502.01612672253,904.666117693748,2673.51489534903,1182.68052311103,3150.56438178988,148.676880438657,1152.23933614231,1223.88367192535,6394.27210274754,684.629312738381,3730.08153591458,807.266069718094,4215.59585303967,741.848270677693,4786.52178924947,251.146778104457,1298.86126821851,454.225163392989,2497.44416816342,1028.74626431412,5732.00427979867,427.048525113818,1668.85021333629,302.849156344712,2272.87747247301,377.291333201482,4062.93389276624,654.31163245897,2720.97395828663,688.509494013902,3466.32704992133,808.378114578743,4886.44831719326,7656.66223401364,2607.60051164086,72653.5513752671,30595.7188946105,1903.60493712205,14447.6791445989 -7339,2624.22622283481,3626.45499274684,476.820294663851,1452.9660250369,939.617791172473,2586.20812470799,1224.82623373169,3047.6789995729,153.758380441633,1114.61160658705,1273.20979820263,6185.45963311733,712.221895847308,3608.2713400204,839.84554549555,4077.93061657626,771.275834182788,4630.21229542569,260.045675207961,1256.44542717114,470.805863712863,2415.88719402501,1066.25371976764,5544.81894417909,441.197087655479,1614.35194850019,313.265913730755,2198.65398767792,388.615949679635,3930.25401201354,680.790723955925,2632.11735617469,712.905487417675,3353.13006671364,837.021419170007,4726.87560517259,7939.92645659389,2711.35287240407,75339.2628079589,31669.2374029842,1986.15555415486,14964.2170960355 -7340,2580.65872727884,3457.56959321849,466.302912705281,1385.30084013036,912.354185683107,2465.76742069309,1196.16676550176,2905.74741997066,151.673359097593,1062.70371668524,1231.03759407308,5897.4004062705,688.631151242915,3440.23276017181,811.933441706724,3888.01982413384,746.56661624361,4414.58153343415,254.320957875905,1197.93228186043,458.880667322282,2303.37840105932,1039.39100583372,5286.59459986131,433.094650348138,1539.17095925666,318.113507965734,2096.26182842702,388.56444914329,3747.22057567024,658.010613591741,2509.5386416471,697.211389076397,3196.97351379349,818.59499841991,4506.74319578187,7678.93205796346,2623.96962617584,73751.6276014922,31126.9863116967,1904.75370476936,14717.1125202434 -7341,2372.96390677678,3329.03733750871,429.824595870577,1333.80344086822,849.006812537035,2374.10458062792,1106.83947397469,2797.728691687,140.392964102152,1023.19859547969,1147.1204243156,5678.16948217618,641.68865533754,3312.34498671995,756.707671596963,3743.4859413682,694.999802274392,4250.47315984713,235.519337508778,1153.40015192815,425.155667376992,2217.75223688261,962.983383766133,5090.06987038773,399.012768772903,1481.95356710228,294.314778033593,2018.33504948539,358.065372035873,3607.92078712002,613.338201242858,2416.24864307862,645.667450415046,3078.12869922251,758.077326092528,4339.20878953458,7151.20626883785,2447.03240366094,68379.2945456296,28759.5729806344,1787.08943814531,13610.1757715451 -7342,2012.14582804667,3256.38867397846,366.643649225821,1304.69621629632,719.090443018447,2322.29515124113,937.375133760694,2736.67463017762,118.663753538718,1000.86961477103,977.042082666434,5554.25635584067,546.548389292667,3240.06059575652,644.387771205714,3661.792880278,591.794199391725,4157.7162565361,198.75580656337,1128.2298185681,360.451872930305,2169.35484156493,816.27386677268,4978.99067965809,337.52493569976,1449.61330319151,245.353865405653,1974.28948044077,301.081813675681,3529.1861269965,522.422699690181,2363.51951544205,544.881606055699,3010.9555456946,639.744795389923,4244.51543305384,6083.8229233921,2078.68605541731,57902.8276819299,24314.2317798815,1523.16981877946,11487.0243181314 -7343,1591.12469701112,3017.19391748456,300.562809375497,1208.86106730157,624.092714017036,2151.71329544274,778.699386126651,2535.65494631763,104.245856635771,927.351743363248,871.606580274469,5146.27403875538,487.568735264535,3002.06520183426,575.237793435681,3392.81956535146,523.379367208549,3852.31538854393,164.043616393863,1045.35683142193,303.624612078884,2010.00706246734,687.016533262125,4613.26392451887,269.553262412866,1343.13341525983,205.087446798633,1829.270031351,261.718029442503,3269.95330782653,467.137097558518,2189.90956541294,449.719435670295,2789.78883291197,528.015013093238,3932.73881880726,5760.63984574619,1877.32806728241,48986.1943103979,19718.3712620673,1453.53622362877,9233.55568878092 -7344,1213.48927122399,2837.84658921308,258.23976289844,1137.00423323613,536.312248255891,2023.81166190584,678.937561649463,2384.93114384505,99.7651564612947,872.228320047204,810.390348470874,4840.37043274085,453.324936062445,2823.61715110552,528.285504862754,3191.14438603111,444.333709345655,3623.32696702064,151.028114919922,983.218977530797,266.62071523426,1890.52869736416,604.45894272588,4339.04337983361,229.091267464404,1263.29519599819,195.815881564273,1720.53499416671,255.445313009273,3075.58151556861,394.70584909788,2059.7374782173,414.037925432354,2623.95886397133,486.121397649663,3698.96988673588,5613.89809028401,1760.99326433573,43358.1016047167,16731.9893866441,1449.70098978945,7781.22645794092 -7345,1298.90217856321,2740.83008436009,275.296869052395,1098.13385274026,566.1190815772,1954.62429474331,721.193782149414,2303.3983066683,104.802290612223,842.40974445315,851.951391708256,4674.89432019718,476.573802863272,2727.08710325709,554.988410816107,3082.04980847685,466.264879155105,3499.45750923666,160.191249054845,949.606001738606,282.336160814067,1825.89782998757,640.131458211969,4190.70596627607,245.491755585475,1220.10734892458,202.450486000927,1661.71564422518,268.207694427992,2970.43764691654,413.392465092546,1989.32192728127,439.158314769752,2534.2544666906,515.615214578264,3572.51444995095,5920.43640131516,1862.1770842624,45454.5898175701,17672.1371209459,1513.57471754555,8223.06633033282 -7346,1308.269508479,2710.743919192,279.639237728365,1086.07960805769,603.621627446889,1933.16833156311,747.13958772864,2278.11384182761,113.021372889019,833.162590149259,919.736959774671,4623.5778801656,514.49242858191,2697.15179516027,598.23920812666,3048.21806526765,495.116568808954,3461.0438705283,166.301385215998,939.182151250411,294.23084948531,1805.85490065512,666.992637937212,4144.70447476014,248.798179013641,1206.71419791094,213.997904928192,1643.47494713861,289.038230238622,2937.83107339102,441.428223901437,1967.48508726035,455.909024408247,2506.43588760469,535.282201298347,3533.2988632497,6514.89324674463,2014.37801393214,47773.2880454259,18158.5360987727,1663.54916823311,8414.68383587898 -7347,1470.38094342218,2764.48313599006,312.569931083893,1107.61062288508,694.760333074016,1971.49247990538,843.875421832154,2323.27637185115,131.170514984501,849.679644653401,1067.8554451151,4715.23812602129,597.348552205931,2750.62155452456,692.476144563869,3108.64754748374,562.64762236055,3529.65742918617,188.143727847158,957.800993436714,332.577692793068,1841.65512041217,753.949478324478,4226.87128172265,278.711816012487,1230.63673645681,245.803668596275,1676.05606107607,335.363226980147,2996.07218567436,502.924740375451,2006.48954906239,515.788989369629,2556.1247942553,605.58719142176,3603.34484298249,7564.41123252904,2326.84863085268,54490.950247567,20536.130177711,1919.85137853443,9492.32591107269 -7348,1899.16528059771,2904.84191436325,389.401667539057,1163.84640595693,864.250821711789,2071.58941030403,1038.9508814721,2441.23413007764,166.725202984486,892.819714990422,1355.41349529747,4954.64094765218,758.2058908442,2890.27655047438,869.526511892908,3266.4802962089,670.936973651583,3708.86575872405,230.722392626852,1006.43061812613,405.18039035341,1935.15992770166,918.791863444718,4441.47866410078,349.988289450106,1293.11882097435,320.896296321686,1761.1530465324,426.662103583845,3148.1892401879,597.913762264623,2108.36335623399,632.516805527643,2685.90476969458,742.637170783125,3786.29444163766,9082.69264905702,2844.28972340692,68198.3790473076,26131.5950465976,2253.19473796197,12040.1232850996 -7349,2613.48304656197,3226.95231934103,515.813363685793,1292.90232301081,1103.38730821262,2301.30260075384,1347.30470249547,2711.93626722208,214.364702989361,991.822183436539,1739.41894115542,5504.04826454486,973.01501896333,3210.77183993151,1106.86050082865,3628.69184578109,825.071223687251,4120.13228777119,298.085165216065,1118.03110570643,517.807789101172,2149.74480577251,1174.72940914274,4933.9827429354,470.269664286106,1436.50942169822,426.312208909101,1956.44275171099,549.263522883295,3497.28380058014,729.564315149431,2342.15431441276,817.189325799759,2983.73780109646,959.460940171937,4206.14683702295,10919.612427448,3530.42897170777,88356.8004802965,34988.1127197147,2646.88201748953,16148.0711006231 -7350,2726.52355068248,3882.47980605672,534.199994878017,1555.5442608208,1161.12106753635,2768.79234363065,1404.47058405482,3262.84269206453,226.275654602231,1193.30229185965,1834.29019008238,6622.14812117856,1026.08512639382,3863.01240203491,1166.71853057931,4365.8292467503,865.447368601114,4957.10156908067,311.126276385253,1345.14946639648,540.450061230352,2586.44689187459,1226.09813164708,5936.27871352958,487.411915345342,1728.32390101521,455.721834212765,2353.87719542602,580.155236976147,4207.72679237309,766.656522250588,2817.94273001006,852.941044058882,3589.85835950955,1001.43698676321,5060.58923095144,11382.4347194183,3685.22815897444,93479.6743749406,36851.4711606263,2782.49638759081,17008.1606127616 -7351,2590.24986281727,4275.61435138968,517.034083955623,1713.05652521663,1080.18823550682,3049.15643398252,1360.70568082201,3593.23363865405,201.996035850261,1314.13443455957,1637.20658823955,7292.6976979428,915.83836522133,4254.1757049117,1055.00725644269,4807.9070891759,841.863235366099,5459.05083060411,303.143910814429,1481.35744436244,525.773674516181,2848.34693351259,1192.88073225947,6537.37810092948,473.592780636483,1903.33159325194,405.321473319404,2592.227550668,517.958918943129,4633.79539853153,743.872138215567,3103.28372063378,831.057687554439,3953.36246113394,975.743765935437,5573.01751024947,10503.2464197791,3411.28882269013,87672.9847216999,34874.9518841387,2647.20761684247,16254.8320329042 -7352,2481.0529593164,4405.77112397138,494.71643534419,1765.20479918333,1018.23947334593,3141.97779903732,1297.63234053942,3702.61761370483,189.149380325868,1354.13886028266,1532.82674742064,7514.69947775011,857.449238605094,4383.67984963578,988.951718695448,4954.26773309047,795.96700774289,5625.23336697807,289.556889051142,1526.45241508529,500.522997099117,2935.05532524078,1135.75492305592,6736.38670292995,454.601673770211,1961.27215499833,381.098835669198,2671.13924476937,485.071089093343,4774.85579460789,701.980036183553,3197.752809819,793.809375830106,4073.70935318223,932.010570874586,5742.66938084897,9808.37467492462,3203.91436719391,82927.4841363398,33233.4987176428,2473.62083179376,15521.8500746101 -7353,2322.85413061396,4444.5647363833,465.539862627289,1780.74774703066,943.3565100419,3169.64348241328,1220.60921067093,3735.21983215284,172.759370395176,1366.06229811444,1399.62994479183,7580.86776718888,782.940167576101,4422.27894437755,907.128182842243,4997.89095745106,748.07641959696,5674.76456522344,272.757119768181,1539.89310496449,471.224363122048,2960.89901877162,1069.29747623751,6795.70180747281,428.64165544989,1978.54151141163,349.246990789525,2694.65910942963,443.117819939836,4816.89926436758,658.894470653173,3225.90960226296,747.753437004761,4109.57910158254,877.936352121643,5793.23462445827,9025.9589489904,2957.60700920358,77205.2497945989,31078.4351888829,2301.03402599161,14564.2703045561 -7354,2201.6325502725,4516.36864559338,439.291196596647,1809.51651453385,878.47728514533,3220.85047484978,1147.74538789735,3795.5639606818,160.004206898924,1388.13163876914,1295.85155850844,7703.34003909279,724.887489116452,4493.72281676046,840.197484554306,5078.6340965065,695.95969638378,5766.44289680321,256.600294580303,1564.77075919168,442.034008047522,3008.73365206737,1003.18318632577,6905.4893760075,406.038139324367,2010.50572466537,325.404011464768,2738.19251922828,410.49394696017,4894.71840256608,611.718931175052,3278.02559875293,703.460105356482,4175.97116969353,825.931608196465,5886.82689224596,8290.204910719,2737.50870482684,72155.7869439791,29280.818657226,2112.13535110245,13744.9913914804 -7355,2108.81718775933,4604.2228490677,425.532635629414,1844.71595119035,831.111590967479,3283.50374237122,1107.30014704403,3869.3967840557,148.930369035714,1415.13412882508,1205.83354388478,7853.18848069125,674.532236489445,4581.13650454391,786.86164594029,5177.42571169527,673.778304716573,5878.61404299011,247.750546367839,1595.20930384034,427.357621333352,3067.26073858557,969.820117065768,7039.81770842152,392.219004615507,2049.61488356748,304.610338494389,2791.45693177149,382.153472404413,4989.93241635303,591.512337712629,3341.79105957904,679.198851798296,4257.2038257574,797.446501485231,6001.33979590676,7818.36168629113,2586.31940607655,68786.8324235363,28016.3997143834,2022.1676305681,13196.0748379019 -7356,2044.90468915402,4581.99937052012,411.447660356863,1835.81195007843,794.23260377539,3267.65505794139,1067.50890696093,3850.72013454471,141.669799831095,1408.30361605781,1146.62347351637,7815.28302488429,641.410665613557,4559.02445823997,748.751945530021,5152.43552051484,644.589737261107,5850.23938403973,238.684445733899,1587.50961142646,411.360836650833,3052.45580723053,933.552834520594,7005.83819810012,380.265418635892,2039.72188449056,291.369033048923,2777.98323919116,363.61176519407,4965.84721030548,564.958541960909,3325.66103625967,654.344476172752,4236.65532474088,768.265010914815,5972.37276920473,7385.62549417053,2458.93809595251,66004.9142732155,27048.5756582019,1912.35823329068,12756.0686387353 -7357,2001.68112195388,4534.62828179491,405.13627153244,1816.8323728813,769.880158982831,3233.87234320139,1048.56974940543,3810.90939028248,135.55757050313,1393.74384200426,1096.91188165881,7734.48457083684,613.602456590692,4511.89089608778,719.606413761547,5099.16696666832,634.023587467117,5789.75657151293,234.9823904957,1571.09711273891,404.466400750273,3020.89793408798,917.956523997611,6933.40820498141,373.943702432201,2018.63418050993,279.706472362637,2749.26300597865,347.974614177257,4914.50770329709,555.261549440019,3291.27862559584,644.195430271779,4192.85458208306,756.349029128751,5910.62727832354,7128.64312166525,2378.60958305667,64291.4233097064,26437.5003609793,1864.98905459119,12501.9057057327 -7358,1993.57780821478,4470.16721330208,403.476820750005,1791.00556884127,766.826842868048,3187.90190115898,1044.93033442326,3756.73619769398,135.015461082481,1373.93136528558,1093.02322618751,7624.53660846933,611.427178348272,4447.75304618892,716.608191222471,5026.68081550696,629.676468450977,5707.45348695549,234.147352354388,1548.76350735835,402.745510375441,2977.95498561724,914.078545767655,6834.84777766164,373.270548926644,1989.938704699,276.666272162051,2710.1814275294,346.47868680954,4844.64653762171,551.18359407663,3244.49213644407,641.90620445532,4133.25192678247,753.66125203135,5826.6059812851,7126.51305797169,2376.04517885257,63803.5588783283,26270.6291919191,1854.44780161537,12421.5318656516 -7359,2021.29483542132,4434.81759733294,415.269873007633,1776.84248365092,762.563872395087,3162.69230550494,1071.40123640902,3727.02831976702,130.152187323573,1363.06645938536,1053.03832969874,7564.24256840523,589.059993597818,4412.58067911493,698.375165764308,4986.9303480303,648.047199442575,5662.31954021515,240.70025243931,1536.51604711811,414.120785891302,2954.40562826843,939.885928849027,6780.79851448667,383.519925553661,1974.20247702413,269.393743922192,2688.74959554227,334.127133993722,4806.33557822369,566.136875121519,3218.83503111322,659.870734822166,4100.56660175018,774.753384113046,5780.52978905028,7020.05977214948,2351.24751751013,64186.895363545,26607.0669516888,1874.14496838124,12656.6450528563 -7360,2104.2093037708,4456.97609041524,429.728998219496,1785.72044785535,783.413098624458,3178.49464551891,1103.72446150902,3745.65035538147,134.14159729025,1369.87699849957,1085.32911128321,7602.03718181293,607.123160965009,4434.62806580161,718.04752942985,5011.847463378,660.688159787624,5690.61122653774,247.623141322263,1544.19322424065,425.409531307078,2969.16726733013,965.567506854188,6814.67866258252,397.671004348806,1984.06654718488,277.778085740764,2702.18388861189,344.36600122637,4830.3503547785,576.276964878223,3234.917887331,678.849575633472,4121.05501523826,797.036416787718,5809.41211093421,7155.48917932529,2410.40056883434,65954.3593845934,27502.8810736462,1894.32383507111,13075.9677505642 -7361,2196.23729315702,4723.07294488924,447.507024996229,1892.33412145483,810.857172852123,3368.26174544881,1145.90380329781,3969.2786085529,138.668554845445,1451.66338301729,1121.69516717777,8055.90503765021,627.465999443218,4699.39066607887,741.760458237271,5311.07205378501,682.089306358642,6030.36035614885,257.083489129481,1636.38688903373,441.027572385572,3146.43680035338,1001.07837628503,7221.53849749703,414.344092456542,2102.52216744462,288.504007532869,2863.513592515,356.042253258065,5118.73894142092,594.198475761433,3428.05364952448,704.784765131439,4367.09622219637,827.486889540655,6156.25406334835,7343.83941978967,2485.5122353931,68378.6082784483,28624.3748551888,1941.5485037934,13614.5145094068 -7362,2295.1883565577,4753.35404754369,458.035132788882,1904.46646928365,851.314041402028,3389.8567283913,1173.4759073504,3994.72689919169,150.016868793077,1460.97045246843,1213.51754540798,8107.55397262666,678.830596539985,4729.51993421285,792.757252505876,5345.12300322883,688.919428216033,6069.02288859724,262.593084776696,1646.87827884443,449.264155056937,3166.60959396868,1019.8933651719,7267.83804677722,426.058464293913,2116.00209678904,312.160636992423,2881.87247666926,385.174598424183,5151.55678293113,600.266631779219,3450.03197712549,719.88911542379,4395.09504638334,845.220887862284,6195.72373985649,7663.49638601379,2603.5852845663,71296.409252911,29837.4351034574,1971.46132418214,14117.7444512099 -7363,2353.05371837472,4604.48277201933,464.326165235156,1844.8200912441,865.946287094998,3283.68910654936,1187.5142718048,3869.61522375033,153.580751443965,1415.21401762538,1241.49472244333,7853.63181803536,694.480773044044,4581.39512419832,808.041511283338,5177.71799376261,690.594071250297,5878.94590935793,265.516704749155,1595.29935845418,453.312111616942,3067.43389516177,1029.17644616263,7040.21512841132,433.027375747962,2049.73059081444,322.502639865415,2791.61451834991,394.503479286922,4990.21411383046,601.128984771381,3341.97971426071,727.904110173553,4257.44415838689,854.631282926555,6001.67859053174,7661.51219625182,2624.51382237725,72677.0908879429,30523.8784471911,1959.72741199017,14431.7991592861 -7364,2321.7149398641,4313.69316780568,450.285414157751,1728.31308475942,847.435761573266,3076.31236024971,1150.21501402589,3625.23514132036,152.352324119497,1325.8381757689,1230.92824229998,7357.64679624655,688.569980862935,4292.06358776439,795.772218577441,4850.72652899147,658.546095670375,5507.66938627825,257.061203709969,1494.55048132379,436.925708929168,2873.71444121006,992.165466148224,6595.60028845356,422.164189715008,1920.28275122872,322.204588272775,2615.31404746075,391.481322644945,4675.06419168932,572.566922753163,3130.92170698453,704.72367048779,3988.57128751804,827.415158397842,5622.65105837033,7360.83730774889,2546.27430949468,71106.0354832477,30005.1296808124,1853.68867233082,14159.9009406983 -7365,2105.94946447708,4034.79507172072,402.742566626775,1616.57049899193,759.562848074739,2877.41604869941,1027.49623467686,3390.84870272976,137.387411065947,1240.11725669694,1108.94097236919,6881.94451439357,620.331419722425,4014.56393344567,714.016844404501,4537.10700601257,579.752380926932,5151.57579177722,229.733523806839,1397.92161424187,388.718797076526,2687.91692266448,882.871531195894,6169.1674636259,379.59042738657,1796.12853292234,294.367963074209,2446.22318259701,353.253751579666,4372.80196500425,503.138874125604,2928.49467541305,629.805858662021,3730.69366504592,739.454251542347,5259.12342343488,6428.39724236608,2252.80742895083,64014.8645815236,27174.4208276343,1608.16856496733,12822.206114035 -7366,1773.54655405986,3770.32274042178,346.701700586045,1510.60770262241,629.8931616354,2688.80747825423,877.152499459513,3168.58570162263,110.786022483949,1158.83017863406,893.886817117992,6430.84752502023,500.032095621188,3751.41771071218,582.21494681202,4239.70918384235,502.094872579727,4813.90083300083,195.956090489118,1306.2907924232,333.595700520866,2511.72962139176,757.472594145351,5764.79151087575,323.436744491516,1678.39608506052,238.605483850892,2285.87839767513,284.926337031897,4086.17399271914,435.393072115842,2736.5380084112,537.206289206266,3486.15454139321,630.733215713123,4914.39894358874,5334.08764737314,1868.37529438529,53653.794089132,22829.1797494575,1375.23783906515,10820.5944736867 -7367,1391.31909513497,3436.5807565701,284.213261696607,1376.89150743048,541.019759756576,2450.79922172832,727.52539338138,2888.10836563062,97.6078679734999,1056.25267814103,790.035348177393,5861.6008162868,441.938535392688,3419.34916506578,515.84136979512,3864.41798163311,444.373784893056,4387.78324979064,161.927987293858,1190.66035159209,281.048386049405,2289.39596869005,637.626107608666,5254.50284653829,258.244610859109,1529.82757311018,202.52853964644,2083.53667687102,250.514854463369,3724.47344117945,389.654995976085,2494.30473378429,443.919517661554,3177.56660005216,521.205336791922,4479.38545381826,5102.82118238929,1689.27219561483,45234.5691640525,18438.9207122227,1323.29070347063,8669.71827113612 -7368,1160.29499988691,3196.86615417294,235.123765199143,1280.84807832825,494.66443030844,2279.84663757364,660.603443413661,2686.65180238138,97.8337238671056,982.575029132647,809.667000465412,5452.73182451328,452.920301815571,3180.83653183469,522.722414123447,3594.86010257189,417.909922881806,4081.71864906283,143.361732524261,1107.60725521823,244.96316761824,2129.70187644006,556.131664731849,4887.98125141947,214.837382882183,1423.11627068459,189.103032316406,1938.20205462442,247.36448684021,3464.67722705462,364.087508500946,2320.31747439184,393.020824978219,2955.91922201055,461.445246940429,4166.93125032171,5441.20296061145,1693.72769667583,41505.8574320126,16034.800524423,1365.65286196408,7407.59017299189 -7369,1243.69752892041,3077.17130403123,238.885729371197,1232.89145099505,522.980414523603,2194.48619754576,703.421324408954,2586.06004490376,102.83909210235,945.786134886481,851.801175657466,5248.57441312272,476.489773380753,3061.74185171921,549.787860829027,3460.26383844739,439.997534811831,3928.89376417284,152.457750070414,1066.13699089198,260.168700642631,2049.96305265032,590.685388399659,4704.968840149,218.345930453414,1369.8329361504,195.519285540243,1865.63323463495,259.871394757574,3334.9551800617,382.608357284181,2233.4417532998,417.957216699073,2845.24574015466,490.723032503243,4010.91589418707,5752.18708240459,1795.39852700828,43528.4456629994,16923.7992947747,1432.79417772929,7832.03406293164 -7370,1245.61892613979,3021.67760573386,243.875671200348,1210.65749017353,552.009133180787,2154.91083987724,726.952930372264,2539.42304561719,109.160521515368,928.729830495996,905.071697801828,5153.92163750651,506.288815398803,3006.52640811972,584.610552272688,3397.86145050476,466.263987024316,3858.04010552024,157.977253151563,1046.91027951627,270.512995579647,2012.99402495417,614.079951121067,4620.11944584597,222.530451552558,1345.12937298609,203.768905396492,1831.9884103378,275.654589387952,3274.81260809792,407.543705925473,2193.16387125274,433.088727850809,2793.93458679796,508.488920355068,3938.58304868168,6257.97781610132,1921.24994542505,45445.6545424951,17309.2763404344,1564.76073626402,7987.1446671723 -7371,1405.36620917346,3058.06691350953,280.660276766324,1225.23713557887,641.949503099028,2180.86189224385,822.496271043194,2570.00468232265,129.04313271458,939.914291597417,1070.57025395085,5215.98902694707,598.867191395319,3042.73325381138,687.699487878031,3438.7810462508,530.642176147154,3904.50151773187,178.912748831081,1059.51795821188,306.078943410594,2037.23600860777,694.844443149819,4675.75838898015,257.424410196537,1361.32842964879,237.689166289586,1854.0505886386,325.726871606873,3314.25035740565,465.350180096455,2219.57559531028,490.482605829366,2827.58124234822,575.874998937931,3986.01441941644,7368.46179877293,2250.23057534027,52296.8501993529,19697.272398965,1823.33801398383,9039.38101315644 -7372,1823.35579724874,3166.77998900485,380.779594648561,1268.79383364568,804.376725782712,2258.39067439344,1019.40683672325,2661.36733754069,165.172040674132,973.327874828756,1368.32134301604,5401.4153844817,765.426422595059,3150.90122373787,870.30708887093,3561.02835936269,638.556495477511,4043.30501035447,220.960594727592,1097.18340473004,375.874606232761,2109.65894710762,853.500856806446,4841.97975990354,350.276749390006,1409.72311967095,312.375709676997,1919.96135753786,417.337706492547,3432.0706535291,558.531692622758,2298.48063437092,605.755201882901,2928.10064292463,711.216406239531,4127.71566362046,8932.94799189526,2778.30749086044,66169.2531156464,25289.8026708004,2169.39442483008,11552.0315931599 -7373,2526.38847834023,3429.10795122546,530.756652951642,1373.89747267775,1039.53613594907,2445.46998699761,1333.45251806492,2881.82820719426,215.159546981981,1053.95586883619,1779.07662779897,5848.85483270286,995.199165524297,3411.91382961875,1122.80258947597,3856.01484916143,794.930844983442,4378.24206556051,288.040913946452,1188.07127434663,485.350044487231,2284.41770347741,1102.54496999478,5243.07699050974,492.751000804248,1526.50098064095,419.742130053988,2079.00605032168,544.342698193955,3716.37461650203,690.427882423496,2488.88089681781,789.653386809878,3170.65701801297,927.131029491946,4469.64508164862,10916.9778029567,3501.47367033439,86840.9667003393,34185.5734047562,2598.70800046414,15625.878186261 -7374,2633.67581825871,4011.66186599401,577.317196145824,1607.3020089546,1092.86020821419,2860.91859189363,1389.50990553319,3371.40751693617,226.736009119981,1233.00713409729,1872.81869840532,6842.48738325769,1047.63762094787,3991.54672148704,1181.6752011576,4511.09383114037,833.402283424987,5122.03960456336,300.536591420131,1389.90673177145,506.333813020179,2672.50594539227,1150.21985385174,6133.79698815892,543.912451000086,1785.83055988403,448.171177296657,2432.19793890295,574.045287283151,4347.73082120128,725.110116633565,2911.70436299528,823.909819003428,3709.30400274021,967.351462629876,5228.9706196533,11362.1562915895,3648.83004476272,91962.6586797532,36079.7957442536,2724.2732435488,16476.4204033253 -7375,2532.30431259718,4384.84727278826,522.547545096591,1756.82150339094,1042.04888914641,3127.0559444884,1371.67150975441,3685.03317326134,207.879268802611,1347.70779539151,1717.373755451,7479.01073016565,960.683144060331,4362.86091414702,1097.23169929116,4930.73896642248,832.06486887669,5598.51805596236,298.224384758838,1519.20300010829,502.617223231663,2921.11618516484,1141.75917693186,6704.39431183248,499.013806120655,1951.95769776802,407.303668687917,2658.4534927241,526.239253229896,4752.17908960984,722.91961491156,3182.56606905777,817.570990966542,4054.36252696934,959.909052755142,5715.39634370345,10846.5964822372,3467.44398062616,87706.7068760888,34558.5867475883,2669.88622771006,15950.3476641884 -7376,2412.58515870793,4521.82704648709,490.596818958241,1811.7034632387,971.962946778008,3224.74313607609,1292.80802651014,3800.1512101605,193.002025838643,1389.80930938734,1594.00937449403,7712.65015557209,891.674239628996,4499.15384831787,1018.17271030237,5084.7720411843,773.45913776165,5773.41211467079,281.464975539455,1566.6619126339,472.240688555565,3012.3699527647,1072.96732894856,6913.83522470573,467.628395047907,2012.9355852692,380.311948076528,2741.50184883951,488.673878928338,4900.63407008562,670.346026034838,3281.98736079273,771.625697745181,4181.01817239713,905.964742864041,5893.94160401802,9971.54007015692,3214.715027289,82038.6026282539,32639.7906823146,2447.12731792643,15097.9584669195 -7377,2253.78413951559,4551.58830323828,450.603308143915,1823.62753096003,896.491152126884,3245.96739066229,1209.80896477713,3825.16262141003,175.658018570188,1398.95660123788,1450.28634675507,7763.41241586031,811.276894715646,4528.76587714301,929.704556419543,5118.23842649343,721.335524464428,5811.41091438354,263.721267309601,1576.97319321691,441.977211836242,3032.1964332276,1004.25573561657,6959.33993400631,431.835987484726,2026.18410011971,347.539606180452,2759.54555983694,444.859726477373,4932.88851664097,624.149481558613,3303.58837903039,722.98198562005,4208.53633132512,848.852222796118,5932.7336912762,9110.07887723059,2947.91666560677,75925.8508335963,30385.8093844431,2252.10468608085,14108.7644870133 -7378,2142.07871228647,4596.42513530615,422.560347801593,1841.59173947639,838.594094772846,3277.94279904651,1146.31213620638,3862.84357202817,162.717743182049,1412.73745706689,1342.96914075327,7839.88831736394,751.244632928515,4573.37788982519,862.858491482204,5168.65722132351,679.078028421428,5868.65801976436,250.117577382193,1592.5076566897,418.398736725869,3062.0660245034,950.759117948911,7027.89507017762,405.12579072227,2046.14365493512,323.860368162598,2786.72931913301,412.188267989424,4981.48146470545,586.510429765705,3336.1314008293,685.687978747519,4249.99382356028,805.065377120327,5991.17592429404,8425.78180606892,2741.46651685973,71290.7165507461,28729.7555344969,2091.03872428383,13379.0736415689 -7379,2045.53794677052,4680.2505172723,397.122564656623,1875.17699898634,788.60914618864,3337.72291056898,1097.04680926954,3933.29056689241,150.920944654449,1438.50166587492,1245.18080662566,7982.86500325121,696.542734763391,4656.78295728631,803.716254317072,5262.9184467488,649.377838222833,5975.68521713058,239.461734268897,1621.5503493642,400.723321365745,3117.90917359289,910.57889794638,7156.06336865605,380.199323239217,2083.45934449461,302.31375378727,2837.55113015704,382.394270258025,5072.32915051431,559.910410766305,3396.97270265226,656.475383604548,4327.5013092968,770.766906599673,6100.43749072808,7866.11313888865,2567.01097720627,67398.7232830041,27315.5433579095,1970.05729621692,12766.5712571219 -7380,1990.1697367839,4618.97351596747,382.946732213529,1850.62591502414,758.293891346585,3294.02318757524,1066.21861739471,3881.79326983315,143.968973821813,1419.6678303502,1187.40821920446,7878.3479421633,664.22527867782,4595.81320912927,768.196991041456,5194.01276331616,628.992362951631,5897.44750966257,232.653877945578,1600.31991682492,389.392966262181,3077.08740052892,884.826263294764,7062.37135307691,367.51476940764,2056.18128736925,289.823985251653,2800.399993981,364.866738953929,5005.91879089199,541.647541230651,3352.49724135703,637.81190025085,4270.84273890665,748.854134711839,6020.56644222335,7501.8019887148,2457.42171073007,65062.9612292143,26492.5909121884,1887.57215576101,12407.9882331882 -7381,1944.97072881062,4566.14402634855,366.013080430742,1829.45938912216,731.083688637324,3256.34781160893,1048.26757997927,3837.39527609221,136.048519201262,1403.43038567844,1121.61204430567,7788.23937163653,627.419501270149,4543.24861541967,730.604171926579,5134.60626479184,619.957040145578,5829.99547926819,229.36590874208,1582.01626469516,383.467141424165,3041.89322668904,871.403299508853,6981.59551125998,352.206948365032,2032.66372278479,275.507213066645,2768.37043115726,344.892249743029,4948.66361636406,533.222287584871,3314.1530686534,628.798055718501,4221.99499354522,738.270991397887,5951.7062395701,7180.36474149331,2356.50769018748,63071.0777025239,25815.8781789703,1832.18799479551,12150.6018063966 -7382,1927.60635309928,4506.75147117041,354.90719213039,1805.66332244367,718.74271188698,3213.99198227806,1040.33729354479,3787.48167079188,132.608453598081,1385.17574540887,1093.43419140912,7686.93651435668,611.657068527939,4484.15386446082,713.76187816721,5067.81963166334,612.641617589923,5754.16380900272,227.770015017248,1561.43872974413,380.396670449808,3002.32684195181,864.466279002335,6890.78479783499,341.212328353236,2006.2245453043,267.885170594426,2732.36180054087,336.133159900255,4884.29556857649,526.247441702305,3271.04535723148,624.422972791788,4167.07883908996,733.134212140416,5874.29145825835,7040.78980319709,2315.20597715735,61960.2428714366,25468.9603543597,1799.00334907885,12014.5241356527 -7383,1952.8957890666,4483.48830081631,353.601183272531,1796.34276111677,716.412217033086,3197.40184113566,1052.21207601327,3767.93126250239,130.4126095464,1378.02567744041,1074.97580383678,7647.25770917326,601.331615637446,4461.00733953921,704.231532216855,5041.66031221353,616.399465667746,5724.46168458105,230.582125668873,1553.37881887487,384.509730569101,2986.82928429197,873.872036569871,6855.21560755438,339.627047949599,1995.86871723955,265.021573516062,2718.25776164686,330.641005151949,4859.08357261922,528.361040386242,3254.16071518542,632.132268911271,4145.56900755546,742.185686834636,5843.96925305639,6939.75179560431,2294.48961963313,61976.7399919188,25657.1666026053,1783.20514928007,12142.3379456693 -7384,2029.5878762926,4507.59622549058,360.032674805964,1806.00177951239,730.350966101595,3214.59441922835,1089.11033386277,3788.1916037723,131.477020514495,1385.43538546282,1083.3943661274,7688.37736878827,606.040882251163,4484.99438304134,711.930331408365,5068.7695536981,633.912646438336,5755.24238073397,238.618221638214,1561.731408877,397.641851588535,3002.88960397374,903.744344550618,6892.07642002994,345.340249067285,2006.60059596134,268.606169615527,2732.87395978684,333.414083610109,4885.21109050152,542.299140072242,3271.65848837808,654.162925292604,4167.85992450687,768.051852259095,5875.3925469514,6996.0455672145,2327.57057946667,63457.7523647902,26470.5195661146,1805.13121276039,12561.1108078569 -7385,2103.79162837936,4757.96769411724,374.890266500818,1906.31496091978,745.777104233794,3393.14695266732,1108.41292052298,3998.60421568997,135.449291601724,1462.38848303267,1115.78150016926,8115.42323467437,624.157948300231,4734.11044718974,729.130214757298,5350.31102587186,634.276262357181,6074.91353473356,242.646549216632,1648.47675315378,402.797500852764,3169.68313264408,915.618839179171,7274.89227328048,360.334109861461,2118.05590673584,278.276653666413,2884.66964703452,343.559712681964,5156.55692852564,541.331497664975,3453.38060801868,665.206434604856,4399.36096367003,781.018022390064,6201.7373629355,7018.87984419682,2361.96191072752,64834.8420222302,27244.4518569483,1788.1991419506,12908.7119519042 -7386,2198.86382073326,4771.09383784196,404.38161706579,1911.57404752362,782.583897096383,3402.50786838663,1138.76082942854,4009.63544940311,145.937255217722,1466.42287810294,1202.12691530005,8137.81182968248,672.458782419626,4747.17077423133,777.777878827129,5365.07130925596,644.115425232605,6091.67283057131,248.794719948673,1653.02452316397,412.099974126906,3178.4275628369,936.856165181853,7294.96203577152,387.674537723257,2123.89913813969,300.146057124324,2892.6277902628,370.17245438019,5170.78268870729,549.93038957433,3462.90769460505,682.06141459615,4411.49779351388,800.807432797742,6218.8465366841,7329.64133129743,2478.89687287797,67886.3550566214,28492.6362020394,1830.73647456066,13425.5704995451 -7387,2250.78350977509,4633.20433696399,420.151641355508,1856.32759875045,791.759430081888,3304.17190442298,1153.25184174766,3893.75287622135,147.634616360826,1424.04175427472,1214.945352186,7902.62072894712,679.62929856991,4609.9726744058,785.038760277746,5210.01525080236,646.879200799734,5915.61724359939,251.910884831996,1605.25042058182,416.473681532433,3086.56774931988,946.879107014643,7084.13015775269,406.726550287386,2062.51627667711,307.380342438049,2809.02788303367,374.721546405349,5021.3417704761,551.555048103825,3362.82611377168,690.604264013825,4284.00098679691,810.837581351149,6039.11549928997,7262.49964471927,2480.48585693969,69089.463647349,29140.9782841114,1814.30297631424,13732.0697722569 -7388,2224.67900036601,4335.13687119521,425.202513089503,1736.9046631847,778.258060727025,3091.60494765001,1119.19011163005,3643.25646645028,147.469258309764,1332.42902019795,1213.03130506337,7394.2222292702,678.558598146188,4313.39976883353,778.220581388952,4874.83986688201,618.493087251987,5535.04843807739,244.371206602023,1501.98000771231,402.333502740745,2887.99989863746,914.900686528632,6628.38752916809,412.638200280837,1929.82862575886,308.811181047423,2628.31497648435,374.417751128727,4698.30429847341,526.930607749342,3146.48576168399,669.934518288529,4008.398784818,786.569259383901,5650.60169298161,7025.41593210302,2423.34103740891,67984.8851325224,28764.4587117963,1728.95899284395,13511.2929076047 -7389,2013.5333301507,4047.14144659054,394.476344349067,1621.51716543453,694.42938830846,2886.22087188428,992.611692062042,3401.22461735903,132.86052684321,1243.91198536632,1091.66937399755,6903.00309736933,610.669845837329,4026.84840152401,696.378238357052,4550.99044319464,537.913283719738,5167.33948851151,216.787636200133,1402.19922041053,354.972434212154,2696.1418831287,807.400932058869,6188.04496614753,385.520247810329,1801.62464258533,282.082459407636,2453.70856609004,337.57732333499,4386.18263275361,457.220550750411,2937.45579795441,594.315192236083,3742.1094970013,697.784705573873,5275.21621330852,6079.1989733269,2132.22467361009,61017.2147500376,26001.5061468052,1479.73440201755,12194.5091132435 -7390,1698.86891872677,3787.54268481678,321.01594675053,1517.50700075489,577.194443940861,2701.08788989327,852.820830267139,3183.0573724448,106.684968260218,1164.12282666798,876.156609599352,6460.21870738781,490.11397998108,3768.55131142183,566.487093083939,4259.0729257348,470.955340003257,4835.88704223926,186.127455323571,1312.25692751505,306.919716693869,2523.20127710758,697.882237713571,5791.12065989044,315.169557764647,1686.06171191725,227.9780997172,2296.31853811183,271.161014025181,4104.83650354044,400.032433092686,2749.03641652742,510.261453697116,3502.07662326476,599.097318872344,4936.84415116638,5058.146588351,1766.65149424417,51133.5643805367,21851.2800436409,1271.59149004801,10317.8064890911 -7391,1342.64207366432,3449.96682324646,263.363196292732,1382.25473408806,506.637248768,2460.34550162577,716.43416590717,2899.3580390384,97.0117511225768,1060.3669620116,799.892383489245,5884.43274863903,447.452470635059,3432.66811176179,517.480183285095,3879.47054708455,424.816755728008,4404.87441199621,155.63054229892,1195.29817621613,261.90293877726,2298.31355545906,594.984964522473,5274.97002901912,246.646028824462,1535.786511761,197.979266427642,2091.65240667772,245.908864243661,3738.98089883852,365.534030774023,2504.02047505234,426.655307864516,3189.94376252551,500.935450193757,4496.83342219184,5033.71674990645,1648.11644866025,43852.6764094324,17847.1929288946,1268.14154604129,8340.92075920512 -7392,1173.75185989391,3217.40012408018,250.372678948463,1289.07516530272,493.229573900624,2294.49044810289,599.213682232254,2703.90858593153,112.368537905472,988.886261792007,981.402424011411,5487.75557145704,548.987524291192,3201.2675409776,625.039395437305,3617.9504496828,455.669632060031,4107.9361645507,128.782820718617,1114.72158936638,253.123801306637,2143.38128375123,571.407992179759,4919.37751735097,239.0220201138,1432.25716844742,198.746037231326,1950.65142871281,273.336081122617,3486.93138925212,379.504282014121,2335.221235418,353.053283820266,2974.90555219324,414.519408086329,4193.69609963764,6127.27009402008,1834.57440451684,43872.6608189243,16665.3597808882,1414.93318079888,7382.8437633146 -7393,1258.49205445286,3087.24334519534,267.530170776549,1236.92688881063,521.45686172007,2201.669078553,638.301954155238,2594.52460558356,118.011027115882,948.88183413161,1030.74843771617,5265.75378089877,576.591232244844,3071.76338998197,656.454271615622,3471.58979868037,479.676992478413,3941.75362012896,137.037223573958,1069.62661645971,268.823059556039,2056.67288782399,606.892735059282,4720.36890571303,256.577881951887,1374.31660389512,205.564128975573,1871.73973078996,287.047643989995,3345.87098634458,398.774005867816,2240.7521416579,375.68242036031,2854.55865431687,441.088248298162,4024.04422082235,6413.21444846652,1924.02829507984,46350.9032710408,17727.1738847518,1474.44103737832,7852.119397778 -7394,1259.45418866909,3038.70260633936,271.220901021344,1217.47868263435,550.441650451575,2167.0522272589,659.038539774508,2553.7308853441,125.583689265668,933.962561445364,1099.51031356138,5182.96031417827,615.055995589916,3023.46604252067,700.395498310855,3417.00597907473,508.527082904044,3879.77741297086,141.783815108766,1052.80887310178,279.544378674594,2024.33581218808,630.976382735807,4646.15052745895,259.799692125804,1352.70821870613,214.327382520723,1842.31035988532,304.918386549417,3293.26384410336,424.854765639128,2205.52078721398,388.695023430861,2809.67641774037,456.366328887304,3960.77415823663,6999.43380271964,2068.50482283067,48364.0612893166,18124.0420902711,1613.67033712056,7992.10289147745 -7395,1420.58939661976,3082.04487355641,303.380137764264,1234.84408268492,640.464944840491,2197.96178599992,745.603483504428,2590.15580109667,145.247032188287,947.284054251023,1254.45728053852,5256.88701251454,701.731909278326,3066.59098435052,799.162987309531,3465.74414315777,578.821603830648,3935.11627667698,160.500838378919,1067.82551981517,316.310248504963,2053.20974790191,713.974507531305,4712.42048664208,291.304779083665,1372.00245334415,250.079974733182,1868.58799157863,356.266746598434,3340.23702313365,484.530525035318,2236.97903887466,440.007042316565,2849.75199007084,516.611704503311,4017.26831189107,8120.07982793188,2381.98454863464,55119.5027390738,20466.8012062085,1862.93270154339,9016.66635872794 -7396,1844.51412593099,3203.68914898693,380.385014546052,1283.58176168391,803.101490423111,2284.71245961144,925.328564564012,2692.38585893258,178.664326657566,984.672115468082,1500.16475195392,5464.36945936145,839.178417593268,3187.6253150099,955.573292165957,3602.53252633128,696.253281418461,4090.43016334952,198.536666364579,1109.97119483717,388.392755624201,2134.24724811267,876.924116595751,4898.41355265479,367.528096982492,1426.15359363347,328.459514762989,1942.33871281698,447.223511999959,3472.07180462287,580.117041589263,2325.2696723667,544.280841401155,2962.22796956197,639.039438378919,4175.82463182099,9615.97708780959,2858.37141307692,68269.5245641277,25796.9803935174,2184.05275044974,11447.5886664592 -7397,2558.65102576208,3454.97035739902,507.835959841765,1384.25943706751,1038.36650070136,2463.91377441655,1212.67269660295,2903.56301772721,225.40826013835,1061.90482674494,1846.26857929288,5892.96702207839,1032.78572757105,3437.64655735608,1175.79504942881,3885.09699637254,866.122103902324,4411.26286170816,259.508401804763,1197.03173353816,501.410820404496,2301.64683109829,1132.63685850194,5282.62039032583,496.479978814361,1538.01388398118,441.041252263873,2094.68595882135,573.948530119229,3744.40359406477,715.513177041478,2507.65209025548,711.432572488107,3194.57018167047,835.29207163878,4503.35524131623,11477.1491592204,3504.22884522528,88294.3095137618,34462.8118879013,2575.9080906977,15446.1511358764 -7398,2666.77646674111,4046.03676931875,525.773809957197,1621.07456831207,1091.75906991234,2885.43307075585,1263.41857389798,3400.29624468398,237.24345986899,1243.57245651207,1939.58220577231,6901.11890559362,1084.98451527547,4025.74926328907,1235.29810435236,4549.74823909253,908.146064140745,5165.92905041243,270.668834535284,1401.81648666382,523.105025682231,2695.40596453057,1181.63055360831,6186.35592396277,514.540568872583,1801.13288468133,470.764497879683,2453.03882026565,604.843703999489,4384.98541335115,751.411962070947,2936.65401212613,742.02848118446,3741.08807895489,871.214688829709,5273.77632999049,12064.7508924652,3688.47188437361,92631.7996406825,36019.676606591,2720.37872844515,16177.1573112749 -7399,2563.56347074191,4465.03372082527,516.991227598554,1788.94879709765,1039.9496675424,3184.24094852666,1246.27536309929,3752.42200180644,228.867799363758,1372.35355712074,1940.96857153521,7615.78067173339,1085.76003558122,4442.64529390319,1236.30518996345,5020.90822872924,906.822728288923,5700.89910808353,268.466106169672,1546.98492382131,519.284589418543,2974.53513378945,1172.96271015924,6826.99871117876,506.681654346549,1987.65348025829,427.906345657648,2707.0690840073,568.853537973317,4839.08299707233,751.624574791548,3240.76619618753,735.989783798398,4128.50534423679,864.124661967483,5819.91476895612,11929.2321155027,3647.67722569336,90598.5557475274,35209.8228307941,2726.74946627806,15781.1672121755 -7400,2443.10983045884,4604.61273034357,489.558382318667,1844.87216000827,969.934453862501,3283.78178639089,1175.15822965053,3869.72444094905,212.27126864712,1415.25396105687,1798.52854083567,7853.85348133194,1006.08038745678,4581.52443088976,1145.54119101796,5177.86413125236,842.779628391796,5879.11183851795,253.579279281648,1595.34438466919,487.872685375166,3067.52047135034,1102.23654508874,7040.41383358749,482.005014280918,2049.78844303496,399.501039894278,2791.69330972838,527.956565127471,4990.35495915359,696.89326347787,3342.07403931411,695.178104964584,4257.5643217876,816.207722149939,6001.84798373634,10933.0353163972,3369.44844211305,84879.1100494382,33311.5557885015,2493.95237127971,14964.6298004573 -7401,2282.46174787445,4615.00967992458,458.561443509145,1849.03777478508,894.344551097004,3291.19637599213,1099.71865279761,3878.46205522002,195.940794036101,1418.44952275535,1675.72398176121,7871.58702885136,937.384642257381,4591.8692484242,1067.36365473917,5189.55544938541,785.946760982253,5892.38653346969,237.64573392006,1598.9465801421,456.599952396673,3074.44675539355,1031.63686898937,7056.31068136687,452.701775459938,2054.41674694281,365.039823655113,2797.99679197253,484.079770455512,5001.62289240664,649.410185651295,3349.62024945547,651.496886604732,4267.17765610773,764.921659652263,6015.39980981469,10091.8559076534,3124.6775606598,79044.0960059755,31159.9278712161,2310.18746353616,14010.3036021863 -7402,2169.66366888505,4686.74860997254,435.740204848419,1877.78050790617,836.398423405808,3342.35702850787,1042.15595907619,3938.75157514962,183.122721294215,1440.49889169431,1574.95240570732,7993.94846910698,881.013945891441,4663.24846746139,1003.1640039758,5270.22551969598,739.826425301703,5983.98190046945,225.47447868323,1623.80172126179,432.228764225443,3122.23810059501,976.659059779945,7165.99889731348,431.226961955602,2086.35203408628,340.124059526099,2841.49080608194,450.557800195114,5079.37160794357,610.551818863005,3401.68908341875,618.129845833303,4333.50964251838,725.745459843266,6108.90738100008,9388.89289014187,2923.96276121112,74543.1448854108,29563.0645407323,2152.80755298511,13308.0579831798 -7403,2072.05064824072,4748.28554053215,419.03259814792,1902.43573444752,786.229188704064,3386.24212017484,997.292125297528,3990.46731720069,172.95446003809,1459.41261795664,1504.82706705089,8098.90887828997,841.786473941943,4724.47684154438,958.446799241394,5339.42349228383,707.432354387207,6062.55148235306,215.896243130978,1645.12221059873,413.964257105889,3163.23303443423,935.380319398183,7260.08834251989,414.034915468376,2113.74580126451,317.452544144796,2878.79953265788,421.909454978528,5146.0636718745,583.454922138988,3446.35320397053,591.8714714938,4390.4085513661,694.915536182052,6189.1172323456,8877.39656603533,2775.97429904444,71038.6485305896,28281.8497180709,2044.27101249375,12730.1650406524 -7404,2016.15001693083,4702.60395414412,408.103523123933,1884.13306886244,755.852149686121,3353.66427484033,969.314159261831,3952.07643360212,166.458505801428,1445.37212207368,1456.16278475174,8020.99212235474,814.564120290504,4679.02431028168,927.443367084316,5288.05477541898,685.181881109671,6004.22580524098,209.799297803,1629.29506799308,402.252705178993,3132.8006811365,908.919124405641,7190.24158415362,403.772261517408,2093.41019579206,304.303447726725,2851.10361411584,404.417325004099,5096.55520188499,564.693266761646,3413.19705102502,575.156924030841,4348.16997371403,675.291007425923,6129.57391063471,8523.19987814604,2676.16315909701,68819.4930256682,27501.303442074,1966.79785895771,12385.7810715611 -7405,1970.37384951002,4664.39517310073,402.32499144742,1868.82443803008,728.334522314374,3326.41566423652,952.794732370367,3919.96570843991,161.488098659428,1433.62843549555,1435.50471601823,7955.82135000345,803.008185912138,4641.00711446601,914.239738385766,5245.08919102581,675.336317910819,5955.44131235905,206.834736541443,1616.0570026329,396.131974630349,3107.3465930514,895.127142953082,7131.82068181591,397.45904844208,2076.40118278884,289.233182256528,2827.93832212314,387.55996312951,5055.14555657289,556.682930560013,3385.46473504599,567.02969026908,4312.84097810115,665.748832681502,6079.77096109346,8314.48033390391,2619.49305930657,67404.4777206789,27005.909060801,1931.24489943469,12161.0775385104 -7406,1952.94501114046,4614.22990476654,399.503671090697,1848.72535209844,715.900097752435,3290.6402789626,945.659654367805,3877.80673083897,158.638659657169,1418.20985441715,1417.02454919556,7870.25700606805,792.670549908555,4591.0933831894,902.508150396081,5188.67859609552,667.332106117306,5891.39092631844,205.44299758716,1598.67641411674,392.953181560397,3073.9272814659,887.989135102324,7055.11841176,395.741944912711,2054.06962239603,281.246557088453,2797.52402841579,379.286543451081,5000.77779314317,549.611874340077,3349.05428083556,563.214290006154,4266.45665239117,661.269176122336,6014.38341772395,8169.18859198936,2579.50303330047,66586.7970961629,26769.6370689492,1898.12204004774,12056.5139874488 -7407,1978.83800696687,4586.22312951465,405.821139495523,1837.50423037124,713.365345060892,3270.66723370265,956.55583939035,3854.26978885246,158.108185771538,1409.60181245295,1423.21738922528,7822.48727554035,796.134767881799,4563.22703859946,906.437090492255,5157.18511651293,671.361780740156,5855.63222660043,208.049277819869,1588.97300272312,397.191792971132,3055.2696089421,897.633020080142,7012.29628979995,402.186592841456,2041.60213216396,278.205645874308,2780.54402777805,375.728031539535,4970.42480626826,552.175680046987,3328.72668284291,570.359309734554,4240.56074016928,669.658134628921,5977.87819623837,8117.77175805347,2577.88334423493,67012.0491069569,27092.9230837062,1890.45060190647,12211.7317399531 -7408,2056.93471394644,4606.75709942189,422.08348819239,1845.73131734571,727.039555168503,3285.3110442319,990.252522933393,3871.52657240261,161.249027017627,1415.91304511231,1460.96925901855,7857.51102248411,817.25281795799,4583.65804774237,930.412131572703,5180.27546362384,690.345250724014,5881.84974208831,215.383399845396,1596.08733687127,410.74397749743,3068.94901625327,928.299806986173,7043.69255573145,418.692003433116,2050.74302992679,281.936743317761,2792.99340186644,381.205875972433,4992.67896846576,567.044459747956,3343.63044386907,590.465530817477,4259.54707035198,693.264823035731,6004.64304555431,8235.17835176444,2631.47590121227,69017.8550162881,28079.5850256134,1920.58041291494,12663.6035410291 -7409,2132.80571797956,4818.14002445342,431.897104645319,1930.42345028491,742.655028311603,3436.05887902772,1008.46736977742,4049.17314537136,162.687095227466,1480.88279164045,1455.67775987909,8218.05611473753,814.292801820587,4793.98106338339,927.001657650845,5417.97451229026,690.569194168327,6151.74081215028,219.20422135653,1669.32445413017,416.042407248947,3209.76899130896,940.44956909105,7366.89525631234,429.864195761238,2144.8422087631,292.053514559984,2921.15104120766,388.444000917077,5221.77007557669,565.425920086884,3497.05428806051,600.940170011352,4454.99812184186,705.563083489735,6280.168536338,8134.46839840831,2623.35795123292,70031.4019300753,28751.8890999703,1884.83513285395,13002.6639736813 -7410,2229.53672405135,4789.15853655713,443.501007360685,1918.81180272481,779.867446371105,3415.39071697595,1036.65686648966,4024.81705320571,168.770307566,1471.97516619081,1475.18052381017,8168.62386648166,825.202469277489,4765.1448935215,939.39732167569,5385.38497318317,701.178530465936,6114.737611541,224.865604527292,1659.28333738869,425.634984446673,3190.46198057466,962.235243142909,7322.58280698117,443.137290582214,2131.94081565347,314.999164537458,2903.58008994548,410.286538120391,5190.36072145362,573.259079021349,3476.01923386787,616.460640119469,4428.20096080235,723.785647553785,6242.39283295478,8277.48164761939,2676.95236045058,72195.8122194102,29718.1534494266,1899.6150608941,13468.1293309395 -7411,2282.48163989027,4647.95500386377,450.13246993003,1862.23756258424,789.099356561577,3314.69134962701,1050.15942682441,3906.1493619988,169.841355358419,1428.57545579984,1478.50227904759,7927.78019041917,827.06062872307,4624.64937899116,941.491408267355,5226.60230242325,704.097337640996,5934.45071027186,227.775520079607,1610.36103356641,430.138550442604,3096.39441126323,972.505597402492,7106.68380240808,450.763824610804,2069.08268047889,322.503483851595,2817.97094524317,414.155739261595,5037.32814501506,574.777298386264,3373.53229554967,624.438064714238,4297.63989994615,733.151931547224,6058.34214560657,8213.24920325879,2679.35025391546,73074.7215028799,30242.8715573427,1884.83162951106,13740.6792351446 -7412,2256.46877285066,4351.90194884907,437.256111561346,1743.62171559177,776.048542438276,3103.56097085353,1019.76817108438,3657.34586648257,164.963670936416,1337.58186234702,1409.28973275726,7422.81756859784,788.343764460078,4330.08078358006,897.384768491567,4893.69211338464,673.060025767437,5556.45387916019,221.10720007967,1507.78854668398,415.513160030951,2899.16852929516,939.619644274925,6654.02119079127,439.96595323031,1937.29176423194,323.963477785794,2638.47933945345,407.866262313357,4716.47383700142,548.223905592033,3158.65402296356,606.157114969504,4023.90028313092,711.688291879449,5672.45400791157,7796.1418127623,2563.85054780905,70994.7218536577,29559.1166608138,1775.35450638711,13471.5548826798 -7413,2042.81724111313,4078.46224735467,388.677529039298,1634.06607600374,692.741733700081,2908.55731603444,905.07759841586,3427.5466720735,145.228258458549,1253.53861195596,1220.03390744243,6956.4253924732,682.475789758538,4058.0121545472,776.881934864951,4586.21052799568,585.211783122123,5207.32949447896,196.325241771658,1413.05083086044,366.575414635737,2717.00730724785,829.165886385353,6235.93420502438,393.521140744118,1815.56740372349,295.834225822312,2472.69780037946,363.398784131168,4420.12727100471,475.014422528479,2960.18874885699,538.218303633345,3771.06965753432,631.921420555034,5316.04107653239,6660.60620413057,2223.06127455868,62906.7663371577,26445.6321723855,1507.74921061748,12107.3883110086 -7414,1723.36194288168,3824.77675321577,336.488013625274,1532.42510575435,575.216289118235,2727.64138370526,776.983984094545,3214.34894742787,123.059692808718,1175.56692976066,1071.42393966485,6523.72696201093,599.344735362182,3805.59868196554,682.138643375396,4300.94245060346,512.452929504497,4883.42703422993,168.439024010209,1325.15728752736,316.967927052853,2548.00602698217,716.736126345774,5848.05123485703,336.873625144827,1702.6368220429,239.059208933016,2318.89287948009,300.044706650942,4145.18978160439,416.915781275786,2776.06127630645,461.769281170032,3536.50437006003,542.162721252286,4985.37661880999,5784.87003981416,1925.70976950848,53860.9339612934,22575.9503178034,1330.91098226348,10298.4766257573 -7415,1360.30589380215,3485.6413476325,278.55755164917,1396.54799623965,504.957371011253,2485.7868058738,651.254069727518,2929.33897055652,112.27982927863,1071.33173036518,982.633179128633,5945.28096844649,549.675997427472,3468.16375810746,625.671484837936,3919.58637246129,462.741944804905,4450.42319773217,140.322566380386,1207.65820636155,270.552620084492,2322.07936167741,611.201053468412,5329.51607440944,271.508129464362,1551.66737559899,207.819534891948,2113.28122475399,272.700120880742,3777.64398520671,381.105344414188,2529.91340216644,384.689064723373,3222.92950771573,451.662937902583,4543.33311386975,5730.30924938464,1798.68604103977,46384.7313669297,18527.0232790409,1323.0507269271,8325.89310390295 -7416,1287.52894888595,3224.09316056993,324.59967809436,1291.75677989422,592.022463140372,2299.26359029916,607.830924284117,2709.533425284,150.006816192616,990.943404695947,1302.38154375165,5499.17154300863,728.540303033167,3207.92701746137,814.944886189195,3625.47673595245,532.583991723655,4116.48174967738,129.751368803535,1117.04050277031,274.972870588395,2147.84007923527,619.026404606195,4929.61111341011,293.290223710677,1435.23663917578,264.401238445319,1954.7092955269,366.513812967969,3494.18512149724,443.362754764691,2340.07910833946,355.708522151046,2981.09413634396,417.636920007739,4202.42008793233,7882.89535435732,2272.26376317533,52318.5228245233,19239.1602225787,1659.85038463698,8184.72274991835 -7417,1384.05228625251,3099.32979711353,346.401127562752,1241.76941519948,623.92031664238,2210.28853755972,647.080587807619,2604.6820805182,157.510746326491,952.596674000688,1366.76522554168,5286.36902653042,764.555944737195,3083.78923840589,855.25476266513,3485.18095379509,560.353541246391,3957.18545049543,138.049322145723,1073.81416801452,291.887599622968,2064.72469171202,657.158440292128,4738.84898824486,314.485368159301,1379.69700631114,279.808032332544,1879.06752770456,385.008875484581,3358.96995661651,465.650735234125,2249.52460951758,378.457050721077,2865.73415364275,444.345938248977,4039.79821607101,8199.74135839922,2377.50128992859,55399.4798515764,20535.9736923825,1725.58703353349,8761.48722658667 -7418,1389.98343709069,3046.30537000824,352.475702324766,1220.52478615125,661.074240032474,2172.47414183112,668.885845838348,2560.12026097918,168.125550299218,936.299314181694,1461.00261921746,5195.92796105879,817.271479347611,3031.03068465913,914.286581645168,3425.55524903615,594.856722545281,3889.48452636102,142.878633352506,1055.44297656225,303.887283514734,2029.40065358928,684.032563437904,4657.77508866367,319.314696977007,1356.09266339589,292.100681740291,1846.91977781313,410.508798667763,3301.5035141039,496.727909041946,2211.03894923386,391.696426676899,2816.70616318027,459.8902725921,3970.68392361086,8967.58658407198,2563.07882720674,57913.2149248913,21038.6982670035,1889.92865577478,8916.5714174566 -7419,1554.70181835155,3095.69086948754,394.829768814339,1240.31145192165,753.531120327556,2207.69343457061,755.554526468756,2601.62391949625,191.858734312523,951.4782288592,1668.04367964167,5280.16229296184,933.088351619361,3080.16855697249,1043.8854578077,3481.08899776441,677.39377290373,3952.53931329815,161.756304960307,1072.55340123688,343.990962377971,2062.30049544618,774.307323982532,4733.28509875017,358.380517315305,1378.07710204783,330.293741678383,1876.86131178523,468.289847593491,3355.02618510133,566.733613524846,2246.88343939927,443.448856968646,2862.36949100177,520.652734675543,4035.05508310542,10314.4097112138,2935.26457260223,65651.9355180681,23693.768063545,2174.78746765967,10024.5263875484 -7420,1975.20816554464,3195.69649773902,493.29059065938,1280.37944682369,909.136525361921,2279.01249652444,933.636243814309,2685.66882110697,229.297398819681,982.21552856265,1990.75543028717,5450.73680108928,1113.61034821521,3179.67274025404,1245.84467056922,3593.54482972491,813.764956255793,4080.22524638374,200.019539297827,1107.20200836402,421.878402720791,2128.92266974764,949.903325920292,4886.19285664663,450.874545630813,1422.59558667032,402.812084057259,1937.4929131108,560.253758207397,3463.4095849906,677.720904993432,2319.46852603687,548.346082057091,2954.83772226379,643.81243222334,4165.40667040138,12045.7120119854,3477.15673766795,80132.6242889354,29521.7696440635,2536.3390365905,12584.7122253369 -7421,2695.84823307557,3427.02856130926,654.776603418312,1373.06434972239,1137.47838002741,2443.98706907737,1218.47204927563,2880.08068434007,281.878900531626,1053.31675649649,2440.9123083538,5845.30812319898,1365.42398142627,3409.84486611186,1527.60128416131,3853.67658553482,1009.90165599221,4375.58712657016,261.291393439563,1187.35083525205,543.51525307396,2283.03244666877,1224.38630460894,5239.89762095386,606.282553437926,1525.57531985938,512.507238552092,2077.74535387285,690.060130469779,3714.12102985142,834.038508865191,2487.37165478953,716.32057733361,3168.73435114894,841.031071863778,4466.93471643295,14165.770586408,4204.51878637546,102332.045034565,39051.3978941518,2974.58336256726,16856.400331738 -7422,2789.23988818631,3986.4492703511,678.552238727186,1597.20039596191,1193.38180815368,2842.9382171676,1269.41782686778,3350.21880828838,296.179880620193,1225.25789915794,2565.83144536104,6799.48354261793,1435.3026021473,3966.46054602152,1605.81235551546,4482.74239264155,1059.30900142048,5089.84847835915,272.550097795237,1381.17141020645,567.206048594168,2655.70971131142,1277.73305872978,6095.24714313607,628.751451146684,1774.60692606415,534.967201205929,2416.91199876007,724.84355289401,4320.40609074771,876.199019708661,2893.40480854923,747.1858940129,3685.99167357048,877.27000062222,5196.10745065605,14993.675222184,4431.24158757953,106918.919321546,40595.7948226137,3149.88109295796,17499.0782542959 -7423,2738.66221375697,4388.35624209001,668.005813230269,1758.2273979046,1192.31994890576,3129.55836763599,1257.92909348603,3687.98211708457,296.458233635705,1348.7862971015,2569.56839635636,7484.99580043765,1437.39301829579,4366.35228888898,1608.2251066115,4934.68478496341,1058.25862497392,5602.99826399961,270.35872458596,1520.41874067093,563.273220009091,2923.45380524211,1268.82300835551,6709.75949615099,619.647805610327,1953.51974981081,531.109949344634,2660.58091726497,725.247050914933,4755.98201580189,876.83359018445,3185.11291412269,741.178326363009,4057.60702620962,870.216523143338,5719.97008346443,15141.7579307453,4452.10112122633,106290.43436051,40106.6457780145,3182.74941740622,17258.5847334151 -7424,2612.66554289636,4516.95347696191,631.591466838236,1809.75083154882,1111.56638542207,3221.26754762192,1185.71413587029,3796.05545396759,274.614529849572,1388.3113900228,2378.49103276375,7704.33755618027,1330.50609177076,4494.30471568656,1488.67892621834,5079.29173647392,982.864884413843,5767.18960216664,255.322548216695,1564.9733837107,528.895004243528,3009.12325751311,1191.62899000535,6906.38357821266,588.735782648685,2010.76606807545,496.521893302501,2738.54709189583,672.175001279883,4895.35222701368,812.475315965339,3278.45007521786,699.957211515177,4176.51192248095,821.818865026439,5887.58918631402,13849.6858677536,4106.36398723045,99558.101816577,37943.7902207495,2908.84671367074,16391.2922445314 -7425,2452.85538138036,4544.11549789364,591.380358348427,1820.6334962073,1037.9040920796,3240.63815593158,1110.71887587516,3818.88246297367,255.8429063386,1396.65979193304,2215.49283626156,7750.66643227637,1239.32639405216,4521.33054169598,1386.72497965253,5109.83529402175,916.423957885529,5801.8697301534,239.267892712337,1574.38411597145,494.91126004272,3027.21816801497,1115.12071090384,6947.91407797775,552.750613788109,2022.85750765047,463.406566627963,2755.0149332876,626.314247617198,4924.78969196356,756.996452178408,3298.1645420639,655.943974230982,4201.62674928592,770.142979535183,5922.99331910656,12861.2374239146,3822.34198896712,93045.3157241331,35559.9864268201,2700.68065883178,15379.8061817211 -7426,2339.24503116309,4599.9341046079,561.521566989492,1842.99763399005,978.383044044867,3280.4452221941,1053.11870977282,3865.79251585141,240.41751654758,1413.81595877688,2081.12004618853,7845.87338763594,1164.15948642137,4576.86926456715,1302.64281422711,5172.60303986445,862.349261994183,5873.13822780161,226.994205006019,1593.72339725234,468.357732973674,3064.40364458066,1055.38570144078,7033.26025449613,526.204817391023,2047.70570697791,437.506741080025,2788.85674367388,588.718875552591,4985.28439089751,711.468635525858,3338.67824589422,622.296118677577,4253.23832280056,730.637075450541,5995.74966405502,12005.4341737273,3583.70394969266,87933.0368557357,33774.7316972464,2519.90487436637,14634.9077867499 -7427,2248.71518770269,4660.82122463686,539.770789934623,1867.39250913433,934.854623679219,3323.86690116817,1009.10670641112,3916.96215601732,229.694731025225,1432.52996206981,1987.94044143988,7949.72544808316,1112.03566924523,4637.45108637833,1244.27932455549,5241.07030374,824.45753605647,5950.87813974178,217.345271052606,1614.81874896276,448.513866737112,3104.96568487985,1010.66475061629,7126.35614490931,505.102471044209,2074.81020463579,419.338608190186,2825.77150189304,562.537083077207,5051.27220771927,679.787980546592,3382.87072745437,595.843927316894,4309.53639716051,699.57959147314,6075.11252473018,11433.5626021018,3418.82087756921,84192.5264984403,32399.887299749,2399.38768472276,14044.1661473135 -7428,2193.59874342927,4606.36721814602,525.461519834738,1845.5751085278,905.520808110435,3285.03300021223,981.298819509331,3871.19891550926,222.244791666163,1415.79321288052,1923.02786518629,7856.84602184342,1075.72416882406,4583.27012139651,1203.66140245377,5179.83704406675,798.36373193386,5881.35194656047,211.198339292698,1595.95225604242,435.750676895351,3068.6892834885,981.911023753794,7043.09643056548,492.408672726077,2050.56947045931,406.869556044008,2792.75702390956,544.382955206696,4992.25642566521,657.80174066288,3343.34746413401,578.992343921338,4259.18657432178,679.794169004163,6004.13485772472,11018.6886347504,3302.8829399947,81716.8388043585,31533.3267846218,2311.73881952741,13679.7090104111 -7429,2162.62453479106,4572.96702746569,518.020012879754,1832.19307500323,892.657141041964,3261.21363814182,966.425765815746,3843.12933794059,219.091725228782,1405.52747395119,1895.74203979122,7799.87701723566,1060.46072809335,4550.03740486643,1186.5312370651,5142.2786956391,786.897299801912,5838.70700160267,208.213916681264,1584.38020649793,429.128896541378,3046.43860256071,967.027436337116,6992.02782213275,484.729799429271,2035.70104853958,401.099228510522,2772.5070931713,536.66025726518,4956.05820076349,648.469719352116,3319.10527120315,570.810661012121,4228.30374692473,670.188065585493,5960.59962928518,10862.029064027,3255.64299354358,80542.0001321413,31075.8319193235,2278.87049507915,13481.1281443087 -7430,2152.20757258009,4518.44803550958,514.181159656502,1810.34963748921,883.19532558699,3222.33339277003,959.585120158716,3797.31148353599,216.251605799882,1388.77075110884,1870.77699853024,7706.88674859667,1046.495512744,4495.79178026734,1170.96704183673,5080.97236013311,777.418740972701,5769.09783579356,206.802408629542,1565.49119828626,425.610033169335,3010.11890887601,959.147482358815,6908.66874556338,482.459798958533,2011.43138544694,396.920856671682,2739.45321567711,529.785209643585,4896.97198921668,640.11911764976,3279.5348407812,566.941064508345,4177.89383655756,665.6447772894,5889.53725746163,10681.8298497717,3210.23600672973,79773.3738855647,30870.1270711712,2240.52411655618,13408.2052316602 -7431,2189.60605244342,4482.57856733403,521.934874723289,1795.97826966596,889.323574635944,3196.75306426461,971.283589067314,3767.1667209226,217.163451437919,1377.74606567071,1878.00379816427,7645.70602309338,1050.53811824666,4460.10216761298,1175.50554678949,5040.6373214339,781.862010743429,5723.30014826979,209.410482353396,1553.06362663451,430.08963827375,2986.22323417575,969.31510214459,6853.82463277135,490.057695980231,1995.46374047225,400.554896222134,2717.70620671166,532.157693280296,4858.09762803263,642.91250618212,3253.50042151212,574.091001025607,4144.72784043819,674.039508591486,5842.78346776104,10660.0709969252,3216.84149966693,80522.0562697064,31296.9155934918,2235.04606248147,13614.4470695321 -7432,2284.25225737583,4506.16663980188,542.377973286757,1805.42900542869,914.675062010566,3213.57490950592,1005.98064827947,3786.99017750609,222.878284288689,1384.99599415521,1926.51771382501,7685.9389972692,1077.67635817824,4483.57196553472,1205.83939436732,5067.16199169592,803.639364218808,5753.41710363928,216.774155598935,1561.23610522511,444.622006625672,3001.93723650607,1002.11579210346,6889.89059562984,509.839890016008,2005.96420189421,413.706760781681,2732.00722787332,546.351940822484,4883.66174412889,659.960558719452,3270.62088076655,594.278235672357,4166.53808630254,697.741314919764,5873.52916419029,10848.8481962929,3290.52735998785,83152.407891123,32490.7986587914,2273.39244100444,14155.6696213354 -7433,2351.28653900438,4755.88830420104,554.046550197078,1905.48183796442,917.478650121111,3391.66403474707,1022.53694043964,3996.85669283577,221.981635861775,1461.74937069297,1916.98747493208,8111.87652517048,1072.34522985848,4732.04148368285,1199.91537316886,5347.97276224525,803.234928359009,6072.25859574322,220.578794994921,1647.7563140592,450.06235346246,3168.29787583543,1014.57107769671,7271.71290372461,522.765683588666,2117.13024595427,416.943250145277,2883.40895058569,544.526827137668,5154.30334187503,657.559127866607,3451.87136599041,604.708512203105,4397.438296806,709.987489227843,6199.02699771983,10625.401306237,3258.62791033305,83922.3512240703,33155.804406935,2224.08995433206,14501.3325740188 -7434,2427.38365372692,4744.32170448926,568.431828917247,1900.84759420845,933.39278142165,3383.41530859173,1048.1984412225,3987.13610258756,224.902741452897,1458.1943103618,1941.15917449771,8092.14796497803,1085.86665713212,4720.53288083931,1215.06973801538,5334.96617835308,815.190051449838,6057.49050616017,226.251994584205,1643.74887391591,460.26742166455,3160.59238929886,1037.68905474408,7254.02767080985,538.51737798702,2111.98126083806,424.983162367292,2876.39633064941,551.913276728414,5141.76777338914,666.362340447547,3443.47621206896,620.261376580416,4386.74346856719,728.248087361839,6183.95059993694,10658.6320853145,3290.42489611223,85675.9149907715,34060.9380673965,2229.56800840677,14930.2837556083 -7435,2472.19108403156,4617.28400732715,576.472415889075,1849.9490008867,938.689865236002,3292.81831367467,1061.11136594399,3880.37340387231,225.362463574697,1419.14855024229,1944.1967145,7875.46623330011,1087.56582917918,4594.13217196824,1216.99261143034,5192.11291924664,818.240434719165,5895.29036620007,229.159209726092,1599.73455855919,464.987212202058,3075.96187648505,1048.42859098173,7059.788108687,547.447249146458,2055.42918605517,428.299785479672,2799.37567548906,553.236361034743,5004.08774704194,667.857024133605,3351.27097906383,628.23139810105,4269.28056807282,737.605679415424,6018.36426483726,10586.4047994608,3287.38627850915,86426.742172605,34545.6839250936,2213.13384618264,15171.1396013152 -7436,2418.50581853725,4334.68200445407,559.303008026822,1736.7224174593,900.356201130197,3091.28055921449,1028.004416625,3642.87419566039,214.740060996408,1332.2892143131,1851.11104045368,7393.44638623025,1035.49455597731,4312.94718287041,1158.75802668683,4874.32837149219,781.643728787669,5534.46766992176,222.417490914566,1501.82241159213,448.945344421348,2887.69687357934,1012.45374988138,6627.69204177657,533.815424495328,1929.62613737521,411.481727158115,2628.03919901674,527.462752875613,4697.81132618012,636.583871486027,3146.15561484734,609.749228261,4007.97820125936,715.905787491607,5650.00880033393,9941.23156470679,3117.7602289618,83259.8709595307,33571.9426238551,2076.1824943149,14790.9184925604 -7437,2166.98096010424,4063.97150340652,496.36240702126,1628.26025222369,786.649622645854,2898.22323500856,910.444822987927,3415.36862599067,185.81755520523,1249.08479923114,1600.10370193457,6931.70926834527,895.083350562434,4043.59406961626,1001.72386222527,4569.91575844214,678.998398667626,5188.82789417432,197.449919202904,1408.0302724897,395.795340632541,2707.3538018807,892.819876594159,6213.77798035879,476.855284613951,1809.11670716867,360.226408350626,2463.91232474837,456.774572731284,4404.42259394318,551.085451350922,2949.67122176067,541.301564724571,3757.67107701457,635.541473450963,5297.15322484079,8431.73960289455,2681.59780727793,73141.0266459003,29838.4939725136,1758.45535798175,13203.1518165084 -7438,1856.80755049522,3834.00404005971,430.122779107722,1536.12208650121,683.757146982561,2734.22182776222,784.685977439445,3222.10357512725,163.232377246944,1178.40298895184,1406.59427863038,6539.46547535539,786.835952117504,3814.77970164778,880.406828942785,4311.31848880168,594.944790282868,4895.2083184548,169.430405870416,1328.35423396223,342.407132587719,2554.1531001339,772.15607948898,5862.15967822611,408.590653173885,1706.74443913058,315.105953002302,2324.48721638913,401.051668188245,4155.19006596224,483.964877903794,2782.75853351795,464.487117441304,3545.03619880532,545.353729335408,4997.40385675223,7505.32731607679,2361.94162209079,63516.1397930383,25684.4666394868,1566.72346536692,11317.21033901 -7439,1482.03824688611,3524.56491836866,358.457921205159,1412.14301285116,607.257626851085,2513.54516909128,659.483408116728,2962.05040620325,149.963823058205,1083.29511162845,1297.41628729974,6011.67092118184,725.762784066116,3506.89215954067,811.890925956788,3963.35573431163,539.118751676745,4500.12032513756,141.262670274539,1221.14392245576,293.086545611356,2348.00963139682,660.302183340392,5389.02988412848,331.11775626895,1568.99458423282,276.625875890474,2136.87988079271,367.370835878553,3819.82830028953,443.890038084895,2558.1645196638,387.266324369581,3258.91941951674,454.68889515037,4594.06775068365,7416.54493048936,2222.00863753215,55096.1677217718,21248.8718400153,1555.7673572175,9198.91370671699 -7440,1507.72096692563,3291.34840867173,359.90647070188,1318.70309266876,653.483671493721,2347.2267028755,636.829257863908,2766.05485121122,159.467261575436,1011.61468843946,1360.27878432422,5613.88539526408,760.927488949532,3274.84503648465,853.172731494256,3701.10492819758,567.152730840862,4202.35240774861,126.095800347383,1140.34219797949,287.8264333917,2192.64446614896,646.330169454951,5032.44381766708,331.664471699323,1465.17597139889,288.234434473229,1995.48493447101,394.707138174759,3567.07454359397,456.369303230527,2388.89364103783,345.686918023471,3043.2803746967,405.870567444503,4290.08343745909,8520.07415761361,2410.76916749219,55567.4053905937,20264.5675010689,1724.93507543045,8593.55935531806 -7441,1616.91501514207,3137.40861352953,382.950867151179,1257.02597474226,685.622395998752,2237.44446382692,675.749956983,2636.68358318451,166.683046637087,964.300415210012,1420.99140804872,5351.31812483417,794.889574406278,3121.67712125858,891.270723105487,3528.00039361065,594.183766016299,4005.80400616956,133.822986776105,1087.00720497587,304.524007516862,2090.09219940949,683.894693240955,4797.07117576894,354.683068455208,1396.64816428793,303.856227978499,1902.15402449731,412.74316057629,3400.2387497743,477.188509487931,2277.16259586833,366.870710458897,2900.94298002684,430.742430995351,4089.43176419186,8812.42067835839,2510.0737857523,58625.4182957168,21572.2732437747,1783.01369749882,9178.53618773081 -7442,1612.42387601664,3083.66939673147,385.79276689207,1235.49495991488,716.562369877475,2199.12031548465,690.857763592882,2591.52105316097,175.118559385912,947.783360705869,1494.72600058732,5259.65787897848,836.136029909141,3068.20736189429,937.60748595545,3467.57091139456,621.153908394952,3937.1904475117,136.845916915517,1068.38836278957,313.07645428201,2054.29197965244,702.978117500482,4714.90436880643,357.131076950548,1372.72562574206,313.013514402662,1869.57291055985,433.249808433959,3341.99763749096,500.971777473141,2238.15813406628,375.157960315076,2851.25407337624,440.472480431162,4019.38578445907,9460.60228952175,2660.57957835399,60489.4256232326,21868.7825430199,1916.59452825606,9251.03498106441 -7443,1796.11859711877,3124.73733654595,429.708435346793,1251.94913386383,810.650073587706,2228.40793654314,775.642542273577,2626.03462026125,198.148673859391,960.405826024589,1691.9343871949,5329.705372866,946.452594535737,3109.0693801801,1061.35796360415,3513.75160561637,701.527264411911,3989.62547848745,153.960411431792,1082.61703108587,351.988796148712,2081.65079427478,790.36920603063,4777.69690066943,398.914502739016,1391.00742126772,351.354960222986,1894.47165873664,490.094201255601,3386.50596188595,566.727676769463,2267.9656561186,422.076706590225,2889.22673374162,495.55972030521,4072.91548309094,10775.2338189319,3019.67998784624,68086.6381087261,24486.8408117822,2183.75618977054,10346.1993254108 -7444,2282.08065431689,3223.57330836352,537.104518925562,1291.54849726132,977.435828761116,2298.89285744778,958.823360703437,2709.09654059757,236.804440877998,990.783625158041,2019.23519277554,5498.28485756944,1129.54166641696,3207.40977188099,1266.65300181002,3624.8921647299,842.995688309911,4115.81800889395,190.748851032711,1116.8603913588,432.058633514006,2147.49376188382,970.457651963888,4928.81626379305,501.955345162991,1435.00522187595,428.611466858363,1954.39411854858,586.284331752619,3493.6217197112,677.844759281043,2339.70179440123,522.93083709655,2980.61346525689,613.972425685473,4201.74249046657,12569.8059270688,3576.13250309629,83145.3203433607,30540.976436369,2543.8436465944,13006.4562904851 -7445,3176.56974639474,3450.61663377711,733.050038906342,1382.51508548512,1273.28894972507,2460.80891431867,1290.74720504187,2899.90414092355,304.925666672669,1060.566684981,2595.22658884311,5885.5410973748,1451.74597609012,3433.31466403361,1627.93540334512,3880.20125579684,1093.61819498941,4405.70408193965,257.315385303866,1195.52331384265,576.487129725028,2298.74644899909,1295.33283978436,5275.96358381236,690.867273637338,1536.07578128134,566.485306335466,2092.04637503451,755.962262306118,3739.68514594768,873.821127091848,2504.49211404396,705.420499815733,3190.54459701328,828.233304818775,4497.6804128622,15643.9684184771,4546.94342612164,110177.416247391,41567.7350296619,3159.47704051907,17872.6459674931 -7446,3299.28447660687,4009.38753859144,763.576796906053,1606.39078285298,1346.03182432841,2859.29665421109,1352.30506757048,3369.49616828389,323.030027831003,1232.30810661035,2750.70401668152,6838.60817880894,1538.71862472419,3989.283797943,1725.50388926414,4508.53636127914,1156.01044065369,5119.13577183298,269.741109248726,1389.11875335436,605.239838047607,2670.99082430077,1359.86996131968,6130.31956083879,719.645975311441,1784.81812077167,595.379552322801,2430.81905538643,800.554613058652,4345.26596656599,925.422698839558,2910.05363338692,739.485157027755,3707.20109077513,868.228575196657,5226.00616463074,16727.2245092653,4834.67753155342,115866.925758237,43422.0300412528,3380.17580437886,18631.8400792546 -7447,3242.92801091112,4402.26215466962,752.639711187721,1763.79890466967,1346.96620088037,3139.47537588973,1341.71398851655,3699.6686698816,323.795377961811,1353.06035857267,2758.59265889045,7508.71440747811,1543.13145889939,4380.18847489382,1730.54315751963,4950.32191454954,1156.40369602254,5620.75315894082,267.76246992058,1525.23667452265,601.711387096039,2932.71770516352,1351.87393821218,6731.02151861143,710.019778901659,1959.71010295554,591.924747429188,2669.0118202285,802.16402366992,4771.05286841582,927.339377905468,3195.20596475408,734.060791352271,4070.46485394195,861.859834408539,5738.09564108798,16919.1566758446,4864.42597713743,115330.550250821,42939.5886792668,3420.83083982672,18389.8612422746 -7448,3094.67284725331,4540.8014723814,712.209792158848,1819.3057073653,1257.49727642335,3238.27475704138,1266.0196339415,3816.0973502457,300.602231886981,1395.6412073076,2559.33572566289,7745.0138677002,1431.66895606255,4518.03313326272,1605.57494829466,5106.10868880329,1076.28866097682,5797.63842390396,253.297834377614,1573.23591691515,565.834298378107,3025.01041641962,1271.52038266411,6942.84696106095,674.938129331832,2021.38223674438,554.219337522869,2753.00569963591,745.053930687368,4921.19804058736,861.249259812842,3295.75918915396,694.40653429212,4198.56250097478,815.301822012186,5918.67367736826,15522.8050495626,4498.17344613135,108188.997023056,40667.3340643414,3136.24559169173,17483.9021730781 -7449,2906.05331882271,4573.87676094797,667.15492394942,1832.55756645404,1174.93959095784,3261.86241501288,1186.51898237611,3843.89387952038,280.316526716375,1405.80708572089,2386.24233061582,7801.42870331555,1334.84209677109,4550.94257679267,1497.05304340822,5143.30168641873,1004.4220326825,5839.86853791393,237.525779151664,1584.6953987383,529.812440610059,3047.04465267693,1190.63282103994,6993.41879691579,633.863624725133,2036.10602530689,517.619391486956,2773.05864810651,694.854733043019,4957.04414535009,803.205621887209,3319.76556487645,651.168035095998,4229.14491404199,764.535555517291,5961.78541458052,14433.0910148856,4191.47786445644,101178.671091625,38130.2909782557,2915.54682783194,16412.1741213507 -7450,2769.55400415713,4629.43544471061,633.00001655452,1854.81756418304,1106.42117380584,3301.48411709725,1124.12574535039,3890.58549270349,263.199427148487,1422.88336376443,2239.71369846201,7896.192321331,1252.87532245328,4606.22268000942,1405.14593407064,5205.77715019409,944.426647650826,5910.80516919432,225.256454654876,1603.94462540534,501.051144447714,3084.05697266642,1126.10331290152,7078.36755344437,602.980223055395,2060.83851738736,488.28490784356,2806.74287191438,652.595536309987,5017.25714680661,754.323345616974,3360.09061402509,617.532141118244,4280.51615492713,725.04369550329,6034.202964904,13461.1229020695,3926.62566705766,95546.4044131693,36194.0524195794,2718.0795127995,15609.8514363817 -7451,2656.78389499425,4670.11349694607,606.739157989082,1871.11552678868,1052.74005663945,3330.49368964098,1073.79008834728,3924.77139761324,250.292538640883,1435.38599491404,2129.38147375941,7965.57480382687,1191.15648682881,4646.69676567784,1335.88321742297,5251.51941777095,898.976722286623,5962.74239659445,215.07654708143,1618.03821068896,478.206997693027,3111.15605032493,1074.77663855894,7140.56395050393,577.402818790433,2078.94675063963,466.196255498788,2831.40523831279,620.698061228079,5061.34292156987,717.433132745048,3389.61515176746,589.624305447797,4318.12831343424,692.277141407242,6087.22446749051,12745.4626186964,3727.13921142941,91148.4228584797,34626.9134085204,2572.88295762858,14944.8599731301 -7452,2587.59530270054,4607.92675585581,589.421785571242,1846.19994885027,1016.51390971387,3286.1451852811,1041.79405425426,3872.50955367702,241.358859105664,1416.27254568231,2052.84372539615,7859.50604590811,1148.34197164041,4584.82183932302,1287.87748241277,5181.59073647082,867.766538075477,5883.34314476739,208.581022347836,1596.49258372549,463.465039099523,3069.72822294569,1041.66652117438,7045.48095050429,561.872502807843,2051.26371394106,451.06369193748,2793.70254338006,598.65535983364,4993.94661052978,691.933225671272,3344.47939222405,571.817067459575,4260.62857009874,671.369686105713,6006.16762547463,12231.2457933995,3587.63953969125,88233.162639929,33634.5575373481,2468.34143790553,14532.6296740103 -7453,2551.1375433108,4519.6176919435,581.100536833765,1810.81826899376,1002.1450596656,3223.16753381922,1026.08516574553,3798.2944648104,237.953251415048,1389.13025167884,2023.877031391,7708.88177202067,1132.13826840949,4496.955571848,1269.64913601654,5082.28763298009,855.367138426084,5770.59123847264,205.643617141002,1565.89644514048,456.451076395219,3010.89811556843,1025.93901752783,6910.45714033622,553.143609966452,2011.9520694612,444.694646780118,2740.16235719073,590.208410958667,4898.23963128071,682.170106415715,3280.38378913618,563.764281005631,4178.97533630432,661.914919849995,5891.06183738196,12058.5573851626,3536.6432743239,86970.0349910956,33148.0236973928,2433.49426466451,14322.2015185933 -7454,2536.56038180427,4425.1354374447,576.122637552801,1772.96325465325,989.744377071335,3155.78746851737,1017.50880016311,3718.89141598056,234.438955990197,1360.09059237202,1993.54463963921,7547.72820126987,1115.17060637175,4402.94706719803,1250.68434850111,4976.0428073544,843.614634456291,5649.95747978686,204.043767752132,1533.16150237922,452.106762407471,2947.95552585953,1016.23457050191,6765.99457408861,549.975528198164,1969.8923687469,439.382244098925,2682.87947734414,581.584328643087,4795.84231474136,672.184174629288,3211.80762249018,559.378353773981,4091.61418361817,656.765408307995,5767.90965024457,11831.4339770107,3480.45254250075,86014.1963859648,32892.7181857851,2387.03136700981,14231.7900643131 -7455,2572.15035584347,4397.64851439923,582.187099055704,1761.95041555894,989.740775841618,3136.1851561088,1024.81519352079,3695.7913586805,233.65397923996,1351.64232994573,1985.98546181171,7500.84515618136,1110.94207155294,4375.59796818848,1245.95669122652,4945.13389899436,842.445110698165,5614.86252085227,205.714491656496,1523.63820239713,454.419394531578,2929.64417068718,1021.53814691715,6723.96730174562,556.500074121362,1957.65629581466,440.671253475101,2666.21465368473,579.822236949377,4766.05272965249,670.111363024958,3191.85733843577,563.958580837664,4066.19894248335,662.143047033784,5732.08202622476,11693.7117730524,3458.97883421139,86314.8404279362,33204.7300276759,2357.99205597563,14397.9551028277 -7456,2678.77797874033,4438.71645421371,603.649583213318,1778.4045895079,1014.4239950616,3165.47277716729,1058.83349385617,3730.30492578078,238.929958368406,1364.26479526445,2029.81280742177,7570.89265006888,1135.45868713696,4416.45998647429,1273.41176121538,4991.31459321617,862.981904767288,5667.29755182802,212.538301004129,1537.86687069343,468.583501150534,2957.00298530952,1053.44831381098,6786.75983360862,577.846014845381,1975.93809134032,453.767709686782,2691.11340186151,593.127836949766,4810.56105404748,685.447252054426,3221.66486048809,582.665798810542,4104.17160284874,684.10716768195,5785.61172485663,11844.797559384,3524.19761429046,88883.7824138282,34402.03931234,2387.03136700981,14945.3165785536 -7457,2777.51808046257,4690.64746685331,623.245355140571,1879.34261376315,1034.86915721846,3345.13750017022,1089.3630269805,3942.02818116338,242.75976235887,1441.6972275734,2061.22927275968,8000.59855077063,1153.0327700064,4667.12777482074,1293.13940029567,5274.60976488186,878.857038892861,5988.95991208232,218.923048142527,1625.15254483711,480.936761287949,3124.8354576361,1081.3516205072,7171.96021643543,597.696529832978,2088.08764840246,464.474557701938,2843.85461240118,602.869591558765,5083.59708376736,696.659471594694,3404.51891279362,600.169344166941,4337.11464361693,704.658057853645,6113.98931680644,11910.437161576,3568.24274623148,91052.6149775882,35487.3130426263,2398.64709142349,15455.4093266712 -7458,2862.15251750227,4652.89355255107,637.915865319627,1864.2162286562,1048.8955160711,3318.21327800194,1113.77683487784,3910.29972679107,245.015076857689,1430.09334688013,2079.19862446025,7936.20362145928,1163.08466071081,4629.56316496819,1304.43210358545,5232.15567587851,888.761887606793,5940.75618735601,224.096502776053,1612.07207559711,490.509955017758,3099.68439460911,1103.01325040819,7114.23480148924,614.412178693138,2071.2811237829,471.919876429365,2820.96509787609,608.717686253325,5042.68041074856,703.369076576473,3377.11674365124,614.352176448991,4302.20623156269,721.310103060329,6064.77925991287,11890.0209154485,3588.2326117669,92675.8235449788,36376.1836707093,2392.83922921665,15883.6611036464 -7459,2908.15905835919,4484.46301976387,644.887364171327,1796.73328947506,1049.48809157836,3198.09696242257,1123.52121027836,3768.75041797871,244.175756240335,1378.32526286316,2070.95659775942,7648.9202376524,1158.47414648859,4461.97717108271,1299.27969080253,5042.7563788259,887.559800414386,5725.70619352011,226.307299540126,1553.71652640658,493.672801537111,2987.47862670154,1110.25417677108,6856.70594456297,622.897409957381,1996.30262292303,473.499975093563,2718.84871609279,606.867027839312,4860.13994669855,701.184858706709,3254.8681759603,620.412993047509,4146.47026220116,728.426100061553,5845.23974316982,11724.9985790336,3563.47488199307,93099.1025424056,36783.7435894554,2357.99205597563,16099.5620022822 -7460,2849.74594173324,4186.65547694672,627.37495425138,1677.41449396306,1011.07330580136,2985.71536982774,1091.88046981893,3518.47244790228,233.998186407343,1286.7924175867,1983.39758698112,7140.96507531959,1109.49443808306,4165.66288516486,1244.36717429316,4707.87327697289,852.403538456683,5345.46925436592,220.427605654097,1450.53616815091,478.454820820342,2789.08393259531,1076.21357240343,6401.36073596817,608.652073774919,1863.73067925174,456.826575055846,2538.29339612188,581.831543379275,4537.3841721733,672.207766016878,3038.71647855429,604.294032282888,3871.10839285175,709.500848884682,5457.06473148644,11098.7316356913,3401.70513794767,90050.5072809479,35848.6620405785,2230.21908742523,15735.8336156498 -7461,2554.97073617424,3920.10375573158,557.498739798861,1570.61857463818,885.32781943333,2795.62388146231,968.541614809021,3294.46192394095,203.184685590444,1204.86622718412,1720.64879431486,6686.32137644237,962.51517079456,3900.44769892448,1079.60313968945,4408.13719117605,742.869488955458,5005.13935659918,196.125997568808,1358.18490723765,422.725899297661,2611.51137451395,951.090183245712,5993.80541366214,544.171296180599,1745.07257060834,400.852900403774,2376.68791475117,505.543303343607,4248.50261323758,584.005473920559,2845.25056952416,537.672083107148,3624.64660233501,631.280103735222,5109.62988642463,9463.01857334679,2937.88325987534,79284.3363783796,31910.4141003387,1899.17094163555,14066.5336966792 -7462,2189.75008392964,3711.38505198479,483.102851231321,1486.99388166932,769.67672822776,2646.77603735889,834.774231829436,3119.05436711219,178.388351422199,1140.71534424933,1511.61669586666,6330.32051078031,845.584530094273,3692.77554571644,948.26968842852,4173.43404610366,650.570189619611,4738.64993089099,168.205162385989,1285.87085359235,365.619214217869,2472.46626171263,822.366498688176,5674.67628484228,466.386613071553,1652.15939596368,350.54847666332,2250.14554452634,443.647916310137,4022.29891722486,512.542626031367,2693.76044382592,461.128158278565,3431.65897049657,541.40997968703,4837.57705492466,8413.87246576055,2585.66980935226,68838.7857786945,27467.2826683568,1690.08790218943,12055.8406398832 -7463,1736.30946949139,3437.75041300402,398.265227015194,1377.36013893503,671.883626982307,2451.63336277752,692.740303574307,2889.09134690503,160.211502432067,1056.61217871102,1362.14138722548,5863.5958397108,761.969411947153,3420.51295664644,854.3579620358,3865.73325448009,577.024982740802,4389.27665246973,138.108550046437,1191.06559844631,308.095397667263,2290.17517538247,692.371408597621,5256.29124131113,374.832764843162,1530.34825712444,302.620070954752,2084.24581838465,397.489092729223,3725.74108324347,459.401682618908,2495.15368213926,378.61942179452,3178.64809979892,444.536577918224,4480.91003373859,8061.74374495751,2370.55567620288,58743.5647595361,22456.7637703623,1626.20141791423,9694.23262283716 -7464,1436.86404010904,3177.56681986173,337.63844525635,1273.11565724041,684.232694238237,2266.08330801435,661.337296377963,2670.43260870501,150.373217842531,976.643268759032,1257.54334882465,5419.81393264181,703.458227602737,3161.63396761815,797.201131826072,3573.15809705283,571.188925649981,4057.07750083405,135.363576466777,1100.9206810318,298.323712637833,2116.8449639156,670.686503138641,4858.4727328489,302.010647971165,1414.52498304628,280.106471114624,1926.50121773889,377.469603726584,3443.76112958271,489.961058984376,2306.30982424735,371.094179445492,2938.07447327497,435.701200520025,4141.77567752839,7935.18199699467,2318.60037912038,54604.5540622834,20256.5479678215,1694.13478438253,8798.17564092517 -7465,1522.74453604044,3029.67025698177,353.960829459078,1213.85980503375,701.173904512278,2160.61080296423,689.677177181556,2546.1400834428,153.167301424407,931.186417401429,1279.77400809793,5167.55429577868,715.89385472083,3014.47898287558,811.27835351438,3406.84914711113,583.65446932473,3868.24502248602,141.214970840086,1049.67946598942,309.563203830455,2018.3186033192,696.081153127646,4632.34014185412,319.018979290701,1348.68737994924,289.112376328837,1836.83421004398,384.721313698961,3283.47482773019,499.017822917477,2198.96501758257,387.135558154988,2801.32483409614,454.535362705397,3949.00101010129,7943.44634001212,2347.29021748043,56450.745128161,21240.9721739414,1694.13478438253,9268.63422942327 -7466,1547.17183849713,2939.86662821864,364.758370908586,1177.87931671145,759.898348555951,2096.56730185916,724.317857929529,2470.66895971061,167.420874156517,903.584760374603,1401.17023871975,5014.38081872388,783.801793887061,2925.12564454823,888.394066814897,3305.86541287335,634.097733606332,3753.58487451657,148.315855074915,1018.56551064502,327.980746712367,1958.49284037998,737.27623316241,4495.03115469787,327.3559784544,1308.71041529199,307.667947902178,1782.38789625188,420.04075678556,3186.14807944693,545.551509641355,2133.78464435647,406.602366562697,2718.28968039703,477.391317509663,3831.94714264521,8964.73870866218,2597.29324411247,60100.2610150821,22041.8478958882,1915.5903117528,9545.00616630976 -7467,1737.49930612694,2933.75842309743,410.293917679344,1175.43201913494,872.412232685906,2092.21123243504,822.457482552909,2465.53561364392,192.481428708354,901.707368724316,1611.74643898966,5003.96236425976,901.59619099921,2919.04806699055,1021.97692195474,3298.99676657112,727.372248261788,3745.78599475333,168.733875310172,1016.44922176011,373.383327737803,1954.42365034168,839.318794973042,4485.69176084387,368.71504649586,1305.99128797372,350.048138851173,1778.68460210535,482.738828965415,3179.5281716494,627.247848787087,2129.35124789993,462.577604975254,2712.64184903373,543.111773196109,3823.98544841858,10409.6352770913,2998.55892870645,68535.7191626225,24930.1447121364,2225.62805007117,10774.1610234481 -7468,2217.80720670682,2954.16242837728,517.083060179019,1183.60703481984,1063.05274726522,2106.76235862766,1024.94544849313,2482.68317469816,232.81070220659,907.978656014873,1947.20142653724,5038.76443715599,1089.24663756336,2939.34976317048,1234.57919060638,3321.94096910442,883.49014360453,3771.8375730334,210.511106327284,1023.51852750942,462.209343981049,1968.01647726522,1039.26331778469,4516.88931196173,467.483497576833,1315.07433071011,431.283617437462,1791.05518099379,584.353585627379,3201.64148169259,758.577450438108,2144.16067929781,577.10832046359,2731.50800998764,677.582139476848,3850.58089631413,12315.8697136142,3597.56917784576,84506.9617396073,31332.8598647493,2629.7843875219,13625.2446070696 -7469,3044.73313544587,2975.93104018371,694.737707931262,1192.32879020636,1349.62598615347,2122.28665462196,1353.67840532572,2500.97755341926,291.523202453479,914.669362897286,2433.11426843989,5075.89404992299,1361.0618293448,2961.0092235113,1542.46812748314,3346.41966489504,1114.80306396058,3799.63146382815,278.509340176511,1031.06062380312,603.50404181284,1982.51838356215,1357.57239892372,4550.17333489162,635.395825777572,1324.76484140338,556.967240597946,1804.25309610652,732.800959381595,3225.23371544685,949.668908735454,2159.96055578053,763.522934000451,2751.63592744553,896.451298335258,3878.95503036849,14790.5550889821,4438.25368053603,109537.81960878,41957.4531409676,3150.20487684203,18434.3079405614 -7470,3123.53188268361,3074.18218063274,711.281944819584,1231.69383658888,1390.51055005612,2192.35450275446,1391.45087447582,2583.54798046978,300.077324199048,944.867410777085,2504.76923625402,5243.47601753895,1401.1449618305,3058.76771628609,1587.95774090907,3456.90258404114,1146.84951569562,3925.07728887123,286.734150864957,1065.10135955703,620.451453187653,2047.97174572545,1395.76313630082,4700.39849581009,652.25162157697,1368.50229860152,571.74911333983,1863.82098325091,754.248859363044,3331.7156488245,977.545725591778,2231.27221759822,786.07094472232,2842.48190617337,922.924888827937,4007.01974367605,15256.4700371995,4573.92017282339,112626.293942911,43094.8096984842,3249.85986415865,18936.9460229903 -7471,3029.68064830492,3289.72388549667,688.220998812614,1318.0522154388,1354.34424081561,2346.06817339077,1352.87905828034,2764.68959914692,291.827022518351,1011.11538198462,2436.13081654918,5611.11452880014,1362.74925871924,3273.22865894088,1544.55817254308,3699.27815996078,1114.86125424914,4200.27823691389,279.229987027551,1139.77935500509,603.263294595503,2191.56223439843,1357.17052744756,5029.95993550273,633.566489263053,1464.45279900097,554.369789991842,1994.50001548978,733.4639379502,3565.31392923665,950.678616935339,2387.71454584621,765.498560375263,3041.7782913913,898.770878730108,4287.96596489109,14864.9322801454,4454.03662183979,109459.924898448,41855.4844228063,3166.8140413948,18399.7538358066 -7472,2900.5350045526,3541.52493350889,654.456869855407,1418.93816840448,1271.94568536033,2525.64021205708,1282.82590925532,2976.30363203362,272.68088879552,1088.50786892476,2275.00873567606,6040.59875545435,1272.61904289439,3523.76713432435,1442.38708379193,3982.42718704887,1043.81649307245,4521.77465996039,265.316845951359,1227.02000074993,570.180759746544,2359.30812633738,1282.97930745486,5414.96160351591,604.990830359331,1576.54450103669,522.034577728342,2147.16243082951,685.613837725582,3838.20910680222,888.25294084027,2570.47426852345,727.356204758308,3274.60116293072,853.987987880671,4616.17415542051,13731.3045236087,4146.74506760446,103262.904298942,39827.9185148964,2923.21296128751,17561.75141312 -7473,2721.08736848424,3718.40299058829,612.304647549353,1489.80567069665,1185.78602638045,2651.78088365406,1200.4987529052,3124.95225475865,253.617775850222,1142.87234766932,2115.54595327702,6342.29065132431,1183.41702343329,3699.75829520036,1341.33967610212,4181.32568318553,971.66492849939,4747.61034696549,248.425215550728,1288.30233471763,532.950482471149,2477.14150186715,1199.27905865219,5685.40665347931,567.696833491566,1655.28350004927,486.569211662703,2254.40039360808,637.769957846764,4029.90476960898,826.13787478545,2698.85413395576,681.0484321164,3438.14796897713,799.618091366432,4846.72453444663,12720.3074937694,3852.90096738524,96395.3726297312,37298.6525787028,2707.2938221015,16466.8471521802 -7474,2616.30846453547,3806.58209617636,588.180515240959,1525.13528178898,1137.41813921004,2714.66585527441,1152.97693890207,3199.05812642655,243.108784650491,1169.9746982413,2027.73813869211,6492.69326191517,1134.2981364579,3787.49525598394,1285.66847434078,4280.48264918651,931.640328386647,4860.19632410022,238.64384452934,1318.85344708763,511.645844643965,2535.88503305584,1151.36309867316,5820.23175847121,545.712420485058,1694.5372923086,466.833552892856,2307.86178841895,611.373977949395,4125.47090353493,791.899625586954,2762.85541199024,654.233169489792,3519.68103937085,768.134325880993,4961.66092933471,12175.1743635284,3691.58353468314,92515.1071550394,35836.300611427,2591.02967023211,15827.3533350147 -7475,2506.61748947163,3833.54917331857,562.993196631142,1535.9398407758,1079.1993207291,2733.89743932669,1099.28536198003,3221.72130433736,230.468107730903,1178.26318306699,1921.77141373955,6538.68963231545,1075.02132139648,3814.32711568466,1218.42221664591,4310.80699341186,884.105748866589,4894.62755029917,227.421179805873,1328.19663784204,487.246499508348,2553.85007507579,1096.48344116098,5861.4641908346,521.974938724101,1706.54195074692,444.666229904911,2324.21143892153,579.696562748065,4154.69709366895,750.701906934269,2782.4283866813,623.466654113558,3544.61561524668,732.011399605855,4996.81096410455,11476.8483597397,3491.73326598343,88056.2252446832,34231.4265447444,2441.54718925718,15130.9636509762 -7476,2366.49780504563,3749.5288475629,524.168124539462,1502.27647559419,972.882649724958,2673.97830354684,1015.92967325089,3151.11047837786,205.595144155393,1152.4390571744,1711.88874371521,6395.38044073235,957.614878749521,3730.72808191485,1085.32223083091,4216.3265546641,792.738153762836,4787.35145114513,210.50050233937,1299.0864036612,447.103479084605,2497.87705750439,1006.45189279091,5732.99782495445,490.528343736342,1669.13948005073,404.449937494369,2273.27143700832,517.652760652695,4063.63813304422,669.580421932076,2721.44559270337,577.079250027535,3466.92787858102,677.548007915129,4887.29529964782,9934.59043614079,3084.23438857804,80387.4050244572,31878.341581488,2109.36389820178,14178.9923790349 -7477,2328.46326587274,3594.54936691732,515.331277257536,1440.18279997812,954.797973016489,2563.45461228078,997.333808099355,3020.86545686982,201.652196936055,1104.80523068107,1678.91933078402,6131.03983167694,939.172091224657,3576.52569434265,1064.36215198888,4042.05289889566,777.604295599482,4589.47559214258,206.90695043946,1245.39119438604,438.719819645853,2394.63216865918,987.639240022832,5496.03551273455,481.748368988159,1600.14884675785,397.121395334767,2179.31018454243,507.754112682537,3895.67555614602,656.733313231634,2608.95993338206,567.22766196818,3323.62915922128,665.98127099971,4685.28845609645,9727.08256981488,3023.01772651653,78929.9481769335,31329.8224298836,2065.07279272773,13939.8182344143 -7478,2342.03538922482,3491.35966517469,519.168404217207,1398.83908247284,967.157275880435,2489.86482678317,1007.12327916022,2934.14465443267,204.435505807301,1073.08928784636,1702.4625234086,5955.03441151895,952.341937473913,3473.85340304774,1079.34997195045,3926.01659211858,787.891215531173,4457.72427391979,208.867097585854,1209.63941223377,443.437231092844,2325.88881475188,998.214556541636,5338.25933346,485.468678801336,1554.21294064388,401.441280200663,2116.74813712215,514.684907958472,3783.8413433725,665.813260133213,2534.06381431303,572.601332019384,3228.21683722074,672.290490120329,4550.786612051,9906.70415617307,3070.24129806186,79780.8927751042,31585.8084652042,2103.82751001752,14044.4060977641 -7479,2403.40563132676,3479.79306546291,533.553132815627,1394.20483871688,992.525759530126,2481.61610062782,1033.51923633876,2924.42406418446,209.808703128589,1069.53422751519,1747.21098536607,5935.30585132649,977.373817103327,3462.3448002042,1107.71874881296,3913.01000822641,808.792897169433,4442.95618433675,214.334269856292,1205.63197209048,455.06629880871,2318.18332821531,1024.39083216356,5320.57410054525,498.183135666971,1549.06395552767,412.233976221145,2109.73551718587,528.211899053139,3771.30577488661,683.312994816304,2525.66866039158,587.589380211826,3217.52200898193,689.887938295499,4535.71021426811,10167.4367110255,3150.94511408435,81878.0298622856,32415.4315309746,2159.19139186009,14412.4886656316 -7480,2517.65129596629,3592.14506858422,557.937302058558,1439.21950006153,1030.10745004915,2561.73998576653,1077.714873613,3018.84488042446,217.628180945237,1104.06625588802,1811.82237244918,6126.93894242969,1013.51683506205,3574.13345156408,1148.61521340079,4039.34927736897,839.602397697171,4586.40581415663,223.346889461062,1244.55818538628,474.0278625081,2393.030462981,1067.08857524487,5492.35936096333,521.016922402617,1599.07854981315,429.442575309753,2177.85250200446,548.004218716816,3893.06984252524,708.75872418499,2607.21486957053,612.297139597212,3321.40607219932,718.897286926239,4682.1545914377,10484.2508680179,3260.55341680333,85250.9481948594,33861.0164003783,2225.62805007117,15065.3520728536 -7481,2635.38549994289,3959.87207448476,583.965954284205,1586.55204579301,1073.38780424674,2823.98467713499,1125.73717404747,3327.88328727092,226.513501621814,1217.08924656404,1885.51321471613,6754.15217285835,1054.73881706379,3940.01661266666,1195.32755782974,4452.85646797329,874.539689305312,5055.91504768804,233.358793744173,1371.9633002809,494.792222843357,2638.00440205624,1113.86977923112,6054.61083593866,545.113796500023,1762.7758270933,448.103965145887,2400.79872621437,570.437256032473,4291.60244341425,737.684188280771,2874.11481359323,639.744400534053,3661.41759372485,751.123080817799,5161.46560371579,10877.7748767383,3390.25182475837,88945.3332252794,35398.9285415906,2308.67387283502,15758.9929120228 -7482,2689.68592116352,4001.39488104039,590.033909469774,1603.18846546736,1063.84230251642,2853.59668662901,1133.55516196696,3362.7791251611,222.818732555954,1229.85151776761,1852.92037776366,6824.97550978581,1036.5066826912,3981.33121691559,1174.63664017557,4499.54865758491,863.086240544485,5108.93084681942,235.366738245269,1386.34956469738,495.905912681389,2665.66624173669,1116.62590982985,6118.09885519318,554.612555921103,1781.26011100262,446.363342051812,2425.97325185876,561.517525050723,4336.60374010254,725.575116779537,2904.2524824822,645.249105244552,3699.81083764887,757.586147563971,5215.58819499533,10475.184232532,3312.51908519644,88860.4615149733,35820.5036074612,2220.09166188691,16011.3866100539 -7483,2757.53381327937,3842.84144562778,604.258008194817,1539.66285843015,1086.6670196797,2740.5242277995,1160.20136236117,3229.53054593329,227.380094615665,1181.11921591122,1890.61035356215,6554.53898805915,1057.59010983379,3823.57279498416,1198.52598837189,4321.25610744281,881.149570761895,4906.49180715183,240.949177146569,1331.41609956824,507.264841651292,2560.04044052087,1142.23480745538,5875.67199642922,568.383243332187,1710.67849675077,456.263465647722,2329.84517534128,573.063044854535,4164.76780751954,740.418458911271,2789.17281099439,660.55315259211,3553.20753152041,775.554609942201,5008.92290686488,10660.0367370246,3377.38434056187,90859.5160461855,36685.3150789833,2258.84637917671,16406.1507472881 -7484,2714.10196588074,3582.26797120962,591.77779951365,1435.26216791761,1057.76755595702,2554.69612901667,1135.78945501553,3010.54415083991,220.5102305704,1101.03047372744,1832.75540379913,6110.09208034947,1025.22658100882,3564.30587961003,1161.83822789009,4028.24253045847,855.53073146158,4573.79485998831,236.269813792454,1241.13610132489,495.606382406799,2386.45049628924,1116.1270001174,5477.25736280102,558.554353526521,1594.68166320513,444.321171897288,2171.86419673864,555.902734358719,3882.36531105823,718.017610213332,2600.0459733674,647.724853063184,3312.27340896626,760.492919905092,4669.2803628251,10248.0508238124,3266.96836263257,88674.4254957283,35986.6160450592,2170.2641682286,16122.7100254767 -7485,2481.06640793328,3389.20966784489,540.849952737886,1357.91193023335,970.253148711385,2417.01650698832,1040.0985748714,2848.29762136839,202.071361910352,1041.69290408747,1679.65757731351,5780.80236223934,939.585059569366,3372.21560291359,1064.84408329034,3811.1494277866,783.877412836966,4327.30043726384,216.601487474108,1174.24785290455,453.897569238976,2257.8380955475,1022.23313510815,5182.07285341958,511.064759028675,1508.73986912955,406.399686525385,2054.81644365852,509.386055686271,3673.13393417106,657.984082566331,2459.92232312046,593.804872469556,3133.76585739434,697.185539789983,4417.63996293708,9410.24918524398,2997.32229224909,81198.7653586606,32930.5239169618,1993.09974633239,14755.996015148 -7486,2099.80444018382,3275.55804366228,460.250092337235,1312.37656609458,818.446920056908,2335.9657964638,878.151741056609,2752.78460135808,171.312240551094,1006.76142977584,1423.94143367943,5586.95257366461,796.539791715687,3259.13384701007,902.56689902586,3683.34874121945,664.540176015091,4182.19146755708,182.213153663541,1134.8713643557,383.551622260446,2182.12517370176,863.667867856286,5008.30048341503,431.47142165431,1458.14673580338,345.978292188425,1985.91152212635,431.856184450258,3549.96137231411,557.82466647458,2377.43283595826,499.530542173162,3028.6801252014,586.498169404014,4269.50160442677,7972.78877155641,2536.18575798308,68724.7962756753,27839.8531097246,1688.59839619828,12454.8649887847 -7487,1678.67997876764,3057.1571863304,382.380939784,1224.87264665346,725.897471174794,2180.21311986789,736.774422746157,2569.24014604005,156.513383224631,939.634681765027,1305.39779145923,5214.43735161815,730.227564365643,3041.82808815669,827.431262706885,3437.75806255903,600.05989450375,3903.33998946838,151.438043674339,1059.20276815535,327.504867266018,2036.6299626906,736.76697850612,4674.36742383457,348.611178419631,1360.92345568739,302.767460471811,1853.49903752488,393.614919228353,3313.26441965024,509.822332249671,2218.91530621187,415.161729772649,2826.74008105904,487.440854885419,3984.82864233689,7830.96481745761,2369.18264279869,59388.6441082756,22952.8404503659,1666.45284346125,10104.9299832652 -7488,1708.81253257894,2829.46405038615,409.128325262723,1133.6457070326,900.997366555157,2017.83365030409,817.290303444719,2377.88644382891,191.050231726667,869.65189897267,1575.63227356526,4826.07276307702,881.394257742157,2815.27664373225,1003.95330148449,3181.71826277979,733.984020270381,3612.62424647924,154.738464216933,980.314708044964,355.67972222198,1884.94438203531,798.516493173468,4326.22654902203,355.810769547244,1259.56362676165,351.264425876524,1715.45281268216,484.204911626289,3066.4967463046,649.620664521524,2053.65334757751,424.209709185189,2616.20811481487,498.064075918459,3688.0437292709,10446.7300821753,2994.58386017632,67038.2653596272,23851.0215281304,2223.0397183506,10238.517577243 -7489,1733.85193253716,2697.87769841891,406.490799281345,1080.9246615076,857.340893425248,1923.99278002195,802.946013897173,2267.30104780908,179.892144717075,829.208083879285,1481.4668704407,4601.6326225016,828.718993986508,2684.3500877731,943.870818872636,3033.7500639509,694.754029726877,3444.61644105838,152.543903899477,934.724435854066,346.398838229634,1797.2836270385,777.990035439854,4125.03213225891,358.567828350748,1200.98667375404,338.455303234118,1635.67439048875,456.374261941199,2923.8870106868,611.33490065416,1958.14665535565,418.19340419749,2494.53939039033,491.000339942453,3516.52848412609,9550.93828304232,2790.67704390579,64840.5274371678,23711.5652679378,2028.96482230412,10278.414713807 -7490,1792.32468561734,2634.71624468424,427.349890064889,1055.6185577363,950.680032083491,1878.94915887025,860.929572465432,2214.22005369372,201.193733363629,809.795051162106,1659.47043747013,4493.90134685467,928.292558497444,2621.50533614633,1057.50404593467,2962.72532312626,772.552819677979,3363.97268834005,163.241648778619,912.841103542723,374.682977473632,1755.20646144875,841.219234014335,4028.45880488815,374.402476369868,1172.8697341779,368.473814862394,1597.38074493159,509.874743064168,2855.43433239856,684.140643665024,1912.30343961225,447.520871463521,2436.13839823721,525.433681675582,3434.20116021257,11025.7433497911,3158.8377049036,70542.2812668595,25073.1296034545,2346.54192492563,10768.9927459477 -7491,2057.51263762374,2636.14582406979,493.9340010154,1056.1913292946,1129.69918042994,1879.96866409759,1006.15573148352,2215.42147466275,239.915539416803,810.234440532402,1980.26630362264,4496.33970762279,1107.74282686143,2622.9277473814,1262.04155297374,2964.33287804058,918.569389526642,3365.79795738695,190.810008950108,913.33640501078,439.694318421126,1756.15882471737,987.052481737496,4030.64461965079,431.678496678029,1173.50612543912,433.427630201449,1598.24747302363,607.709205684087,2856.98367194001,816.038457752475,1913.34104264889,523.098499238503,2437.46023061346,614.169277591475,3436.06453475789,13336.2521552571,3787.77414803153,83038.9372944584,29109.1971530599,2840.55075122576,12447.89247475 -7492,2647.65877037327,2652.5859996099,630.184406454793,1062.77820726584,1407.54798262888,1891.6929832022,1272.64111805315,2229.23782640105,297.733220773289,815.287422165424,2455.8470654459,4524.38087795803,1373.77834770995,2639.28548912779,1565.00195637664,2982.819773731,1142.76960946735,3386.78856752193,241.625485573685,919.032376261099,553.890444837823,1767.11101070459,1243.61828934777,4055.78150869608,552.87106738562,1180.82463055498,544.423631135176,1608.21485372508,754.507257939593,2874.80109032903,1012.43149991373,1925.27348672009,662.407226836923,2452.66131459653,777.731476136991,3457.49335846057,16330.5212499197,4676.86808093073,104325.157023851,37056.0754785256,3475.70495646879,15917.1550113567 -7493,3170.20058450746,2659.79887569976,710.250796379175,1065.66809943942,1381.86608272457,1896.83684925966,1380.82843831384,2235.2995398456,282.016802071864,817.504340732652,2314.87424019774,4536.68351344689,1294.91944087233,2646.46219864886,1474.6479601241,2990.93061704747,1101.68644129824,3395.99787733646,265.508887516125,921.531396708888,584.741731455994,1771.91611514197,1314.63770603446,4066.80993509737,647.117219595655,1184.03551297135,555.523578704942,1612.58788987452,717.054205303867,2882.61821069783,957.160845667055,1930.50866443002,727.88267952173,2459.33055817815,854.606121225713,3466.89492778944,13956.9237323171,4276.86952676167,107905.301271609,41733.9291218509,2952.29084288889,18458.2602245622 -7494,3209.74655883931,2663.17788667727,714.31519291334,1067.02192518891,1384.48107540923,1899.24659256573,1391.02721813246,2238.13926647011,281.340483098878,818.54289901115,2308.57833006013,4542.44692042231,1291.39756642507,2649.82426669938,1470.66977138758,2994.73029809866,1100.06245324981,3400.31215621369,268.207528538996,922.702111056521,587.875912809112,1774.16715903066,1321.89830169743,4071.97641423972,654.588304691347,1185.53971279362,556.015021018072,1614.63652303692,715.490579534036,2886.28029156677,954.745409429786,1932.96118444154,735.280902900128,2462.45489401773,863.292365813272,3471.29927434582,13824.1946892667,4259.07545529907,108318.504914956,42121.6537474604,2922.88555560912,18673.2556125999 -7495,3073.88540504515,2763.83332545941,679.196492627908,1107.35027148802,1312.23233951124,1971.02906721247,1326.28918653975,2322.73026996599,265.316718548268,849.479921684,2176.36877740227,4714.12977728552,1217.44075398455,2749.97500225274,1386.53560939362,3107.91683877145,1038.54592529629,3528.82775924273,256.451110711609,957.575855810189,559.317725398308,1841.22222687214,1257.89608031957,4225.87772692941,626.878159400903,1230.34746693646,525.864677796152,1675.66209271928,674.891524547594,2995.3679385652,900.251056096188,2006.01791007077,703.051123363065,2555.52395976752,825.451422962115,3602.49785231214,12940.3109710153,4010.18617920612,102839.550673965,40222.0412747583,2734.69171701859,17877.0450783073 -7496,2990.02605124658,2986.97779399223,659.878940939635,1196.75475385484,1273.66831075656,2130.16465242102,1288.37952236342,2510.26126427821,257.20196000396,918.064645627862,2109.65159588368,5094.73593542722,1180.11977391211,2972.000587046,1344.02738434291,3358.84168465252,1007.03233941747,3813.73582067555,249.416754820926,1034.88795471872,543.049682653059,1989.87755694633,1221.3808455829,4567.06372782677,609.412865062541,1329.68241202567,510.284147315341,1810.95054288597,654.281811234276,3237.20588897788,872.692124928572,2167.97840033863,683.766699921274,2761.85009042535,802.809606112603,3893.35383890141,12524.218130341,3886.20845030145,99838.073173662,39095.7285700034,2646.47585517928,17386.6017674814 -7497,2812.78479758456,3204.66386163133,619.668300498552,1283.9722875168,1194.04430078865,2285.40757640325,1210.77949997307,2693.20500911173,240.707842844676,984.971698953529,1974.13769149408,5466.03197708962,1104.31453738764,3188.59514028186,1257.74858435594,3603.62858585579,942.978577083729,4091.6746642408,234.507471986265,1110.30890018504,509.989707635936,2134.89658632318,1147.07133118459,4899.90388002591,573.668428434276,1426.58749651104,478.035952783791,1942.92966344142,612.370261303126,3473.12817187102,816.691105095262,2325.97712856669,642.893458950081,2963.12921837959,754.820386268456,4177.09511371863,11691.2410833872,3635.23298115943,93659.4838820441,36749.8179484139,2470.04413150066,16357.1671518223 -7498,2721.0562524114,3367.2461185521,600.22519493746,1349.11207170058,1160.58545888834,2401.35319123173,1173.89273663212,2829.83941684921,234.195503520689,1034.94228205781,1920.99481484659,5743.34025452747,1074.58689909103,3350.36218253562,1223.90324385775,3786.45152576137,917.012356064731,4299.25765272906,227.296188232594,1166.63821728834,494.778599750565,2243.20632496771,1112.82202476569,5148.49077272544,555.242832612537,1498.9625801055,464.154263251068,2041.50034147809,595.746605325438,3649.33043243212,794.63866140819,2443.98095905765,623.123994392723,3113.45769483539,731.609083266749,4389.01173907583,11410.5794302175,3540.4892913374,90911.1468005304,35599.0657659111,2411.23355694112,15834.8385619977 -7499,2611.36724018279,3539.05566231681,575.884146358157,1417.94883663121,1104.69102599385,2523.87925011717,1122.01900447784,2974.22845228607,222.831877799394,1087.74892435327,1827.37134936926,6036.38704530977,1022.21479028996,3521.31024447161,1164.18581490406,3979.65050386517,873.250282039451,4518.6219254422,217.147247136918,1226.1644808265,472.525398272514,2357.66313676397,1062.7840726149,5411.18610879406,532.122867967659,1575.44528078763,443.505043039434,2145.66535642379,566.926343185084,3835.53297735106,756.014649275113,2568.68204676012,595.301052162284,3272.31800003649,698.942202449821,4612.95560237526,10801.8218667156,3361.7668265614,86788.193915747,34083.8951083902,2281.85029291014,15169.7144132068 -7500,2538.29828121009,3489.60518367539,558.085021126225,1398.13613647872,1061.33224795986,2488.61361745692,1085.20608366478,2932.67018516964,213.673323942429,1072.55003796002,1751.66631117098,5952.04188175843,979.866085538482,3472.10771881254,1115.93669135163,3924.04368639204,838.369551646329,4455.48417392506,209.974243185527,1209.03154304437,456.354808787286,2324.72000681278,1026.45721964351,5335.57674611948,516.890741128768,1553.43191602543,427.320288349985,2115.68442676246,543.750694977325,3781.93988369207,724.845369871333,2532.79039406801,575.636530250409,3226.59459051464,675.85411247369,4548.4997462784,10277.9997375133,3215.15315787526,83691.3852720221,33026.9616120125,2170.11020124701,14719.5998165251 -7501,2539.22855251751,3343.07321471571,561.22476259888,1339.42701892286,1080.4739472106,2384.11427321828,1093.27489294678,2809.52446697993,218.421734070734,1027.51260231966,1791.53449481116,5702.10976326417,1002.16798219077,3326.31048568777,1141.30841992747,3759.26921553193,855.246954022705,4268.39399199614,211.475563199444,1158.26311417871,460.884063813494,2227.10271719165,1036.54680779188,5111.5306076618,517.161040307227,1488.20177527345,433.582460159045,2026.84474764887,555.637115319895,3623.13249188826,741.10518381652,2426.4360233383,579.752342887693,3091.10669618363,680.686482816603,4357.50374857852,10631.8959024181,3298.55101020207,84765.2220545542,33188.9947284144,2246.56394817441,14754.592953737 -7502,2510.10652563815,3252.35985877345,552.148201830107,1303.08204167517,1053.2010571361,2319.42199973725,1074.44879344624,2733.28880696513,212.026875985764,999.631335460441,1738.33433208333,5547.38461088045,972.40829858569,3236.05198170573,1107.44958782711,3657.26249760238,831.629672347396,4152.57231576321,208.083681873036,1126.83396877777,451.950474440988,2166.67090833527,1016.57358686134,4972.83065535996,511.089617290418,1447.8198366548,423.45361364924,1971.84688274306,539.526203485919,3524.81980584958,719.286776386416,2360.59536101378,570.453627158879,3007.23038119534,669.76887259595,4239.26410404289,10220.8851647478,3193.19518954788,82930.8029073039,32687.0452387343,2158.3480863351,14565.4139605628 -7503,2610.82492764564,3232.80060151061,577.939233601128,1295.24548053358,1113.3464459472,2305.47330599982,1125.96791528454,2716.85117359413,224.992920927381,993.619686286527,1845.53210243175,5514.02338166486,1032.3737491626,3216.59079783478,1175.7706855074,3635.26821001598,881.179751984927,4127.59930116661,217.775504754626,1120.0573399775,474.736721252293,2153.64083923461,1067.69253379412,4942.92471679959,532.43543250038,1439.11284176954,446.546913685976,1959.98845927911,572.332522961903,3503.62201090024,763.417276000037,2346.39905618762,597.023396911214,2989.14529983026,700.96440521231,4213.7697366246,10965.1290033164,3400.1469687637,87276.4354437466,34155.8499997926,2317.13663764586,15183.742400161 -7504,2751.9884405889,3363.08733871969,609.552863451871,1347.44582578985,1171.82366315805,2398.38735539124,1185.73413523517,2826.34437114082,237.120923094348,1033.66405737842,1944.96682647981,5736.2468355197,1087.99662276484,3346.22425552184,1239.05552531569,3781.77499850815,928.58582946888,4293.94777474837,229.080592827292,1165.19733909917,500.02665082344,2240.43581135043,1124.52036567498,5142.13203361369,560.793314741478,1497.11125854236,471.040359089795,2038.97894858043,603.193279183639,3644.8232591309,804.560936379127,2440.96247500111,628.015872814913,3109.61236110734,737.352631453172,4383.59100864448,11549.8817029956,3581.04640139343,91959.8472185191,35984.6813224013,2440.63884422089,15990.2912569889 -7505,2854.87609274499,3729.25480691044,630.274620380087,1494.15353119886,1197.34737215573,2659.51986169083,1221.45761384669,3134.07213981952,241.442795524018,1146.20771525265,1979.52158457825,6360.80004188367,1107.32623785119,3710.55569869791,1261.03714058264,4193.5284967084,947.225568285057,4761.46581007286,236.259385238049,1292.06212631073,513.967605715631,2484.37081096848,1156.00546789088,5701.99898865021,580.888871820558,1660.11429234077,482.959828376385,2260.97965331983,614.374879552348,4041.66567515533,819.080929093054,2706.73049093377,647.696263571528,3448.1818868559,760.459353019577,4860.86925317266,11641.1046817706,3634.55792840745,94366.8610981511,37172.8665080373,2458.28201658876,16553.5900736417 -7506,2945.31282491929,3808.85642988207,646.635095076723,1526.046510416,1217.39051271742,2716.28779745204,1251.73225540192,3200.969480376,244.647420138357,1170.67372766555,2004.90344629389,6496.57247711488,1121.52461874393,3789.75818579953,1277.17478374796,4283.04012613559,961.101096929922,4863.10016487838,242.388187389608,1319.64142768856,525.599784368022,2537.4001583464,1182.29961577306,5823.70919542881,598.438696867446,1695.54973422686,492.193238266067,2309.24067575696,622.716235038679,4127.93576500141,829.80864331822,2764.50614617349,664.498145324223,3521.78395716402,780.186420853363,4964.62539257307,11676.6368265868,3671.04121151549,96340.5252443856,38193.0902758597,2464.16307404471,17043.6619831835 -7507,3042.54374670047,3695.72465160272,669.16083150227,1480.71942638472,1265.13019877353,2635.60781528381,1296.60865167994,3105.89333975495,254.599774207324,1135.90203095451,2086.84710854945,6303.60936322838,1167.36315263419,3677.19366920485,1329.38860443474,4155.82400370314,999.55098523489,4718.65492790726,250.962143096489,1280.4450483674,544.913711012997,2462.03354965306,1225.68901426445,5650.73166540386,618.553911415574,1645.1880153946,510.894154788288,2240.65092738163,647.968253159981,4005.32659809931,863.627395216237,2682.39396837463,688.003324048781,3417.17889023006,807.783821071364,4817.16462331273,12202.7655950147,3825.4256948726,99948.156547738,39519.5630281966,2575.90316570784,17620.6766529943 -7508,2988.51987985753,3518.52169240957,653.725011867145,1409.72174965673,1226.85188977024,2509.23543958792,1265.70895835862,2956.97166873593,245.970420491694,1081.43769169391,2015.30115305602,6001.36329836601,1127.3410006419,3500.87923532871,1283.78261230522,3956.56015675426,966.847808709528,4492.40440995433,245.470281251686,1219.05014667835,530.838679634267,2343.98372945281,1194.19600682533,5379.78984286256,606.577176382841,1566.3043830248,495.890015402676,2133.2159823354,626.17685156125,3813.27881515357,834.224430808614,2553.77828573395,672.947590312127,3253.3316698538,790.106903385476,4586.19075305932,11680.5107144859,3685.65482443722,97236.3019804589,38673.272989157,2464.16307404471,17279.6782381288 -7509,2750.87494559479,3381.86682082449,603.147826633743,1354.9699642448,1142.70610779526,2411.77995209914,1171.62737472239,2842.12668013076,229.358822093393,1039.43603821413,1879.84453474675,5768.27804195198,1051.5678094259,3364.909574158,1197.57651974635,3802.89243280466,900.608235759941,4317.92518219373,227.30197669196,1171.70380187409,492.025075630903,2252.94640652343,1106.84239616902,5170.8457025672,559.292414901186,1505.47112888084,459.888977848209,2050.36460848764,583.752557486388,3665.17595481677,777.989374718336,2454.59281120737,623.139863237463,3126.97643875585,731.627714857022,4408.06898397203,10977.9620480282,3446.97129906297,90200.9996380188,35716.8522252006,2317.13663764586,15941.8582162915 -7510,2332.66298973351,3334.88561967829,514.483531466848,1336.14659839099,968.395369888722,2378.2752858739,992.343658490054,2802.64359805905,195.371035024815,1024.99609832967,1601.35329153096,5688.14459929618,895.782359533802,3318.16394462321,1019.99428705282,3750.06230560309,766.931523192955,4257.94017324255,191.808832855483,1155.42638619922,417.212221777341,2221.64827034471,938.389550371197,5099.01184425193,473.258466694517,1484.5569871736,392.859361048656,2021.88075705351,497.232716070352,3614.25899744012,662.714353555844,2420.49338485349,525.836737598116,3083.53619795631,617.384239740373,4346.83168913622,9361.13096423898,2932.52373970786,76623.5333275287,30276.5973832596,1976.03530520053,13487.8715824515 -7511,1861.23667211432,3103.03371020479,425.054580406616,1243.2534153848,847.819267189593,2212.9299849647,827.098194059656,2607.7948554367,175.216973265139,953.735092795232,1440.01697847708,5292.68660249825,805.532304189846,3087.47457945654,917.295606305139,3489.34598565849,681.526349736907,3961.91456032049,158.156393610486,1075.0974500835,352.746342582632,2067.19218027119,792.719263260191,4744.51223996509,380.919160814513,1381.34583949063,339.862281647828,1881.31314313462,445.131392401637,3362.98415762444,594.971756225646,2252.21294673747,433.579834715335,2869.15890381217,509.065528295341,4044.62605385468,8909.55451608231,2678.20293912314,65509.3746501216,24814.8313833171,1887.81944336122,10888.9201404198 -7512,1622.02695792084,2901.07302210987,382.61682976524,1162.33637138952,828.426559863038,2068.9016229783,730.750347592667,2438.06674655978,167.072616617854,891.661324480131,1355.77045723124,4948.21254003607,758.405572079433,2886.52655607801,862.983804525832,3262.24219560062,631.227697025093,3704.05368431898,148.132286796624,1005.12482294964,310.593824001367,1932.6491510482,699.481347105208,4435.71605979246,331.383653001821,1291.4410616846,315.836723983527,1758.86803541311,428.06810284755,3144.10461651841,573.925821047084,2105.6278564874,406.099120997069,2682.41993782481,476.800457535981,3781.3819072517,8765.34763018929,2608.05575962237,59998.7859876317,21788.7800889462,1922.15611815196,9498.76736906468 -7513,1737.670745942,2798.20822878414,407.086233648305,1121.12283084548,869.305947442197,1995.54354607469,775.164268748326,2351.6189977138,174.812938981786,860.045244098781,1417.96238451205,4772.76129962144,793.195166392061,2784.17754405478,902.555477555796,3146.57124672362,661.582557495542,3572.7172050918,157.135440196663,969.485610702556,328.653118049421,1864.12224601044,740.217788316924,4278.43666273326,354.419518686999,1245.64979173376,332.985495908218,1696.50297408197,448.029939156949,3032.62253071506,600.382316741811,2030.96755920162,430.78092913642,2587.3080359822,505.779336842008,3647.30356264932,9082.57847025418,2719.51860031774,63320.1891598186,23195.645020509,1990.58238773018,10139.9559263257 -7514,1754.78359909827,2764.9380027312,415.722005942597,1107.79286861048,925.200097097247,1971.81686834091,804.561042881266,2323.65864264104,186.991356257321,849.819450538251,1518.3726379442,4716.01396906123,849.363742193877,2751.07414048768,966.640984610016,3109.15904287356,704.640762990449,3530.2381973418,163.090899498094,957.958589556898,343.101563442609,1841.95814547028,772.59970114646,4227.56676911417,360.843402992183,1230.83922484046,348.997381678586,1676.33183854367,478.901196858881,2996.56515796766,642.55737479396,2006.81969589904,447.107597952148,2556.54537781393,524.9484577755,3603.93773563017,9948.65191075597,2935.86237386923,66387.4572755086,23821.9577846945,2183.42005654155,10352.2045870152 -7515,1964.14696725832,2813.80365000409,465.588144119948,1127.37125174799,1053.77231889209,2006.66542822901,908.527400394484,2364.72541647167,213.047465533384,864.838585677851,1730.52619654195,4799.36161552509,968.040499102711,2799.69476722066,1101.77892359699,3164.10822037927,801.536045250107,3592.62924349552,184.499606065451,974.888902820008,388.032768544824,1874.51166997573,873.784821365126,4302.2819295836,404.834397165747,1252.59224619257,394.425296356365,1705.95819553745,545.512164319858,3049.52442717905,732.217766935145,2042.28687212622,505.798765871699,2601.72803454836,593.857682815573,3667.63129765896,11417.736710689,3355.57233796311,75189.210818739,26810.4977905676,2506.8896945477,11635.3059434583 -7516,2472.34868990218,2954.09744921516,576.870270782364,1183.58100043776,1256.79220421417,2106.7160187069,1112.0810513588,2482.6285660988,252.178301749746,907.958684299125,2046.12882481765,5038.6536055077,1144.58571777934,2939.28510982476,1302.57514455566,3321.86790035955,952.863654122378,3771.75460845339,226.312803100278,1023.49601440192,471.848182093476,1967.97318917093,1062.85245298198,4516.78995937365,505.825879321799,1315.04540459985,476.132275823049,1791.01578530455,646.17808026925,3201.57105903103,866.223590573666,2144.11351677112,620.428080851718,2731.44792828729,728.443814633139,3850.49619971184,13192.7999624913,3937.73797060859,90949.0171797894,33165.833184032,2892.56503217042,14498.4340108546 -7517,3332.15737040817,3244.49716584978,757.402601102665,1299.93179557912,1546.31769414245,2313.81471649178,1432.64642616681,2726.68098633824,305.925499862784,997.214691986503,2477.15778761422,5533.97361590485,1385.69937044008,3228.2287136413,1576.692891905,3648.42093848575,1165.19096558333,4142.53332795745,292.517461060173,1124.10980851963,601.038174960469,2161.43290615881,1354.56913435093,4960.80866452798,674.234833788464,1444.31968191217,597.341561313309,1967.07987441534,784.960516937894,3516.29843154044,1049.75631084353,2354.88853973734,801.925673205348,2999.96029729786,941.53990522161,4229.01553582788,15278.3171945658,4700.41738092144,114742.291584095,43471.917524503,3340.44606940972,19232.7260231014 -7518,3451.54891602209,3892.81177017246,785.498138039256,1559.68383869013,1624.19527036113,2776.16058881603,1493.92478109825,3271.52569243897,321.633913561128,1196.47787990507,2605.18017149606,6639.77082629873,1457.31391903052,3873.29255995208,1658.26691412763,4377.44748905063,1223.29842366554,4970.29329140462,305.297733957465,1348.72914657806,627.612819612641,2593.32988362446,1414.43508766281,5952.07619908341,699.580323923749,1732.92327600689,624.129354643387,2360.14127815945,825.092702788126,4218.92429613339,1103.8358576136,2825.44177304984,836.962313102893,3599.41160630125,982.676379224944,5074.05635221171,16181.4234331269,4956.08692979206,119967.037385565,45212.6095355724,3539.50430818273,19978.6660912026 -7519,3349.49331648476,4366.0028052182,760.622632508157,1749.2713280285,1583.1267275,3113.61700336464,1453.44311816254,3669.19625037486,313.067289985833,1341.91584090274,2536.00786353808,7446.86868133412,1418.61956372198,4344.1109358936,1614.35414115731,4909.54845629324,1190.2549184392,5574.45767588921,297.463693682502,1512.67402204204,610.619375125547,2908.56229769849,1376.20999398131,6675.58128065342,679.877627256688,1943.56889851337,605.737274435286,2647.02843330617,803.071372829135,4731.75596443122,1074.4818416138,3168.88856574993,815.485584846575,4036.93836179239,957.460580102192,5690.83366355781,15781.4413790507,4830.40977670752,116680.994325086,43937.5921747534,3452.41632871954,19421.9458871066 -7520,3217.30122459992,4536.31779043524,726.762816592306,1817.50928701875,1498.57680083351,3235.07721710197,1385.81388688564,3812.32925624332,295.315031087885,1394.26312211216,2391.35886579378,7737.36627970003,1337.70423967147,4513.57193324881,1522.24995793478,5101.06681073785,1124.28301603425,5791.91371497543,284.153825188476,1571.68247100464,580.972529540773,3022.02345813185,1309.58233884066,6935.99144937131,651.764604097882,2019.38628182402,574.533052579334,2750.2873244706,757.711123527268,4916.33874714715,1013.37248352174,3292.50488788905,778.997078438572,4194.41675291688,914.619471489533,5912.82945570963,14765.2571080643,4545.0850152522,110843.345448832,42015.7149232218,3228.47581009989,18615.760135323 -7521,3030.58642653041,4582.38925809915,683.782270827358,1835.96816142175,1409.31583278602,3267.93310645616,1305.05769307584,3851.04779673524,277.422634534672,1408.42345022692,2246.36869005113,7815.94803627595,1256.59806377458,4559.41239085737,1430.01043262582,5152.87394715979,1056.49391002243,5850.73718761535,267.671365437702,1587.64469443914,546.908995421018,3052.71554419435,1232.82891134046,7006.43433290355,614.399516660913,2039.89544676395,539.829409871915,2778.21962096953,711.82504368335,4966.26975993721,951.952527811825,3325.94402056963,733.811031821681,4237.01582659916,861.566592063746,5972.8809652501,13855.8446940145,4269.38318003184,104261.394029332,39566.0144094473,3029.41757132687,17539.9669162269 -7522,2871.72332524454,4653.86826519548,644.158175932247,1864.6067544891,1312.25572138817,3318.90839479375,1226.30689518833,3911.11887697021,257.369591277724,1430.39293036557,2083.0968676372,7937.86613918746,1165.26530222793,4630.53299024014,1326.05235420985,5233.25173540301,981.746336016407,5942.00068824729,251.838416118143,1612.40978094498,512.692171010125,3100.33373281962,1155.85162031911,7115.72512886036,581.115041018248,2071.71502666047,504.112816097609,2821.55604850053,660.559802224709,5043.73677799672,882.949780875439,3377.82419985123,690.405593746648,4303.10748038031,810.604322845057,6066.04974181051,12725.7600330349,3948.15142928085,97534.8957134339,37299.2800127872,2780.5947728606,16576.9289072073 -7523,2775.79015726193,4718.26435452618,623.983199504839,1890.40752414704,1268.78095737511,3364.83249691541,1185.22855782798,3965.23746095936,249.188376441523,1450.1854353685,2016.91887588995,8047.70326990668,1128.24593997347,4694.60618679328,1283.87393786178,5305.6648178195,950.49896811461,6024.22080822471,243.150025030838,1634.72087321804,495.698726523031,3143.23339319607,1117.48304535514,7214.18620359205,561.412344351187,2100.38157636114,488.391887272577,2860.59823126055,639.553865323427,5113.52752101054,854.891131159141,3424.56352647631,666.586694708942,4362.65005398054,782.638584009431,6149.98634224665,12326.811093304,3821.67613286616,94350.8566794766,36054.3745845844,2693.50679339741,16014.0963838953 -7524,2690.8398179523,4670.76330747673,602.589918133326,1871.37587818574,1213.69550122967,3330.95710233389,1142.09990615077,3925.3174994984,237.885910072742,1435.58571788345,1924.8092150933,7966.68315256264,1076.72063964115,4647.34331794965,1225.2233058376,5252.25012648324,908.523079454992,5963.57206653789,234.26678646528,1618.26334831548,476.910237740432,3111.58894386495,1075.18294611494,7141.55750529717,543.696089870688,2079.23602015998,468.580830530672,2831.79920666958,610.67712571052,5062.04716867903,815.980976721791,3390.08679075908,642.23362860099,4318.72914792201,754.045680301178,6088.07145816086,11677.6465585329,3638.77071904747,90617.1540034307,34819.9789720368,2550.4336842793,15490.5181873201 -7525,2650.28504622442,4629.63038219697,593.285851436904,1854.8956673293,1194.04842012441,3301.62313685954,1123.18411613813,3890.74931850157,233.988007024189,1422.94327891167,1893.21737732504,7896.52481627587,1059.04845504096,4606.41664004658,1205.05710812315,5205.9963564287,893.577461705172,5911.05406293435,230.634549931913,1604.01216472785,468.912774794724,3084.18683694927,1057.20260783264,7078.66561120863,534.646048023937,2060.92529571815,461.093185126129,2806.86105898208,600.681853788734,5017.46841479129,802.599335005393,3360.23210160518,632.275988066627,4280.69640002819,742.354427310759,6034.4570547109,11478.7314202816,3578.01039216741,89160.5587433898,34271.5075840466,2506.8896945477,15248.7700559717 -7526,2642.65377011152,4566.27399097594,590.655258526772,1829.51146041174,1186.66948886484,3256.44049594555,1118.88664827844,3837.50449858812,232.201100983981,1403.47033104725,1878.58697426973,7788.46104568407,1050.86434161694,4543.37792838265,1195.79484916834,5134.75240936945,887.218056900888,5830.16141647599,229.820170731065,1582.061293094,466.8390924578,3041.97980707667,1052.56184183829,6981.79422607361,533.481127973973,2032.72157781122,458.216835018076,2768.44922635721,596.130719042239,4948.80446851837,796.433101205738,3314.24739828168,630.043397962372,4222.11516277401,739.733146130477,5951.87564099049,11366.4076544491,3549.24607618492,88672.0091989734,34148.3183638521,2482.00741470107,15205.5319171429 -7527,2715.18774218879,4535.99288201834,607.948095464551,1817.37911005751,1220.89595439448,3234.84550850797,1150.32963223042,3812.05620265216,238.974984481285,1394.16325965881,1933.45734287501,7736.81209995666,1081.55832308729,4513.24865397713,1230.72258372614,5100.70145283777,913.166361723798,5791.49887597982,236.250278791205,1571.56990109946,480.049769638317,3021.80700926231,1082.3350596395,6935.49466715596,548.194178938768,2019.24164566089,471.585634491452,2750.09033838146,613.507231159993,4915.98662017698,819.68147897754,3292.26906610579,647.671298588278,4194.11633275896,760.430041664735,5912.40595626656,11707.6910864246,3653.72323272476,91200.5035353631,35101.038434494,2556.65425424095,15626.0432924322 -7528,2818.55851683354,4561.53038607815,628.065508334383,1827.61090001144,1244.1251525594,3253.057591828,1183.41794888276,3833.51796489111,242.951707414145,1402.01235705151,1964.72707408852,7780.37012033978,1099.05032423192,4538.65810871432,1250.54062167037,5129.41824923666,929.843917341606,5824.10484117964,243.065099484193,1580.41779256964,492.819204305993,3038.8196922127,1111.21451666589,6974.54129439417,567.607341403055,2030.6099156439,483.080629578175,2765.57326461348,623.905942994916,4943.66347760073,833.127526145379,3310.8044423351,666.353874500812,4217.72908208662,782.36523010143,5945.69262470688,11772.7862561871,3699.86653532999,93471.0944376964,36240.0190709521,2569.09539416427,16165.0031975444 -7529,2937.32633142889,4797.54107538406,653.444107024479,1922.17032892835,1284.62460448816,3421.36872857771,1227.95017563978,4031.86175322185,250.373772847723,1474.55158726535,2024.25950600907,8182.92153614548,1132.35222120657,4773.48540089476,1288.41672294705,5394.81109643448,959.32299454078,6125.4403320824,252.363029391219,1662.18760687452,510.734522243195,3196.04629590351,1151.68774989201,7335.39963779275,590.952956940827,2135.67238489001,499.919319428428,2908.66227143003,643.068459970259,5199.44549071763,858.47425215136,3482.10336450766,691.843801403242,4435.95170995881,812.292920611564,6253.31899041977,12062.3777223673,3805.89892482934,96767.681038145,37669.5891131175,2631.30109378084,16823.427685154 -7530,3021.50515279843,4781.36082279558,667.797240915052,1915.68759101085,1298.69011444534,3409.82977365125,1252.9647915417,4018.26384117819,252.178181001281,1469.57849443262,2037.90451795654,8155.32370315436,1139.98511587311,4757.38627880279,1297.07064886884,5376.61648281141,967.757395855537,6104.78158831525,257.793903675132,1656.58169023805,519.932496680431,3185.26726649248,1172.57764234289,7310.66016873726,606.797279894813,2128.46958702111,506.829569707591,2898.852477307,647.900644000977,5181.90976980604,864.458699236043,3470.35957511813,706.732340023929,4420.99095860523,829.77353472606,6232.22896134207,12014.0077059316,3819.77381249812,98305.836708041,38558.0803214183,2618.85995385752,17261.4426684935 -7531,3071.81175022184,4650.55423968323,676.134549246868,1863.27896564709,1302.57772773462,3316.54499590355,1265.8928625997,3908.33376424225,252.189849076848,1429.37434574013,2037.24759055131,7932.21357461128,1139.61763670145,4627.23558180688,1296.62787208117,5229.52513018455,969.162791910349,5937.76938199785,260.681711327765,1611.26158188868,524.349185215412,3098.12598122427,1182.65558760828,7110.65801194356,616.049344172976,2070.23975575437,509.679295935591,2819.54681484884,648.088010190459,5040.14512662052,864.337508092729,3375.41884694129,714.649156639021,4300.04323206917,839.068658968231,6061.73010007221,11906.8788192797,3809.17469048169,98982.5526137045,39052.4910104913,2593.9776740109,17514.6502061526 -7532,2997.18221896592,4352.87666149348,654.460939517069,1744.01224142467,1244.34702717854,3104.25608764534,1222.83965037819,3658.16501666171,239.614354986651,1337.88144583247,1934.49994831365,7424.48008632602,1082.14154701721,4331.05060885201,1231.1949530439,4894.78817290914,922.749245718376,5557.69838005146,252.408011581929,1508.12625203185,504.984791989405,2899.81786750567,1139.20700223737,6655.51151816239,599.572089102851,1937.72566710951,488.146532554154,2639.07029007789,616.013993241335,4717.53020424957,820.988274900393,3159.36147916356,691.967118395793,4024.80153194854,812.437706934485,5673.72448980921,11146.8530931793,3603.19995313321,95098.5739444732,37876.2505783205,2426.02228504616,17040.0858417337 -7533,2694.10686359555,4082.6860063492,584.351615180136,1635.75835629655,1097.95062624821,2911.5694917957,1090.23846940153,3431.09632638125,210.156718867478,1254.8368083511,1695.7323646698,6963.62964312926,948.577148337775,4062.21473490669,1079.25828205952,4590.96012399378,811.150323279985,5212.72233703967,225.59840943928,1414.51422215711,448.925906223881,2719.82110895942,1012.9457399357,6242.39229672421,538.262102072742,1817.44765139689,431.388959085679,2475.25858896635,540.480561984629,4424.70486696749,719.855182802449,2963.25439544023,618.469597363405,3774.97507296273,726.144361679359,5321.54650356604,9641.15276513444,3148.41156550612,84309.711821385,33878.185610764,2096.33207707835,15288.2792364929 -7534,2300.90464061587,3838.87760958489,503.457726448581,1538.07471819108,945.880435436632,2737.69741621638,933.877420940291,3226.19933132016,182.401334866421,1179.90090831638,1472.24575433863,6547.77807474721,823.560786123741,3819.62883427909,936.874257451714,4316.79879351206,703.080942940854,4901.43083095895,192.413646074517,1330.04276288542,385.464090316629,2557.3997953855,869.534801082773,5869.61132471919,459.121349902086,1708.91395632433,374.001036296202,2327.44197333281,469.001142466541,4160.47190903419,624.884514624377,2786.29581909282,527.494810405392,3549.5424487215,619.330980898531,5003.75627445623,8434.89505597637,2734.69558912687,72606.5733808076,28993.8686164416,1835.06813868876,13042.9923897519 -7535,1835.18933768419,3503.05623581701,416.314601182961,1403.52540004378,830.709088406773,2498.20624177022,778.888384577754,2943.97447247396,164.126506967238,1076.68429548365,1328.20918396449,5974.98465650991,742.988048332976,3485.49132512581,845.26276842471,3939.16932767621,626.565665610328,4472.65830875841,158.919102720677,1213.69188295974,325.966274547947,2333.68088587514,734.681568237957,5356.14329082585,369.577045814255,1559.41978359242,324.276573943904,2123.83955607988,421.28522924642,3796.51777084388,563.021340513942,2542.55330243764,435.670773199597,3239.03184051642,511.520496490121,4566.03241947007,8086.91280996816,2507.93773436842,62153.1052608176,23761.9064424895,1766.64186911054,10533.6063093263 -7536,1566.33065256267,3263.73151469572,359.347209951564,1307.63817975947,760.95362388836,2327.53170163522,719.620956358914,2742.84556611807,152.079299304632,1003.12647870706,1212.8479366945,5566.78066537708,678.456023560679,3247.36661824057,769.900603167693,3670.04986817208,554.889548655801,4167.09150355844,139.215416266435,1130.77386741473,277.495545936371,2174.24652638993,626.095016227612,4990.21782087301,317.797716318323,1452.88204063431,298.137568662308,1978.74131179016,394.10561806895,3537.14409951961,513.396952842143,2368.84902278025,381.653854116622,3017.74495850501,448.099301018899,4254.0864038031,7821.64056361344,2373.93151180117,55096.5053419126,20122.4931195277,1727.9686093396,8839.64568451266 -7537,1681.78397566191,3123.24277799828,383.292144572416,1251.35032792345,801.174606339773,2227.34209139503,765.354512195021,2624.77859069285,159.688347164917,959.946464938546,1273.04617395431,5327.1561804496,712.130365941936,3107.58231559931,808.107853051596,3512.07098195718,583.62293186315,3987.71724486053,148.069178382686,1082.09921651031,294.553017142909,2080.65514291187,664.630428699987,4775.4117333187,340.622391747919,1390.34210389624,315.32943016577,1893.56553495536,413.925619956452,3384.88619968295,538.992395071296,2266.88089055526,405.926111641836,2887.84481966502,476.597327473717,4070.96741194333,8135.94675638422,2484.6465836905,58327.7131960602,21477.5234853594,1796.40300970948,9458.70828939293 -7538,1694.26310379203,3066.2545148501,390.5714267731,1228.51755863615,850.909101740045,2186.70088408332,793.0268856299,2576.88555654071,170.445889961624,942.430797524709,1360.15265123171,5229.95420166603,760.856931253223,3050.87980114749,863.540918200728,3447.9879632675,620.142947739681,3914.95534453324,153.376210612853,1062.35468837521,306.694222357158,2042.69045965377,691.892162767192,4688.27716202748,346.212972248266,1364.97322055454,329.70250354947,1859.01458305545,441.527942695991,3323.12385868497,575.556474045726,2225.51823836998,420.475141906472,2835.15174640362,493.679325262463,3996.68648707453,8898.05045000365,2676.59101035046,61012.2677249143,22007.2912770256,1967.48901063419,9636.48519680122 -7539,1897.0865071367,3112.91080757939,437.743427828094,1247.21074752872,970.595992789665,2219.97384171455,896.500375829758,2616.09558502124,194.505112513639,956.77087495581,1552.6508681229,5309.53346457847,868.538670095492,3097.3021514106,985.817631096821,3500.452732569,706.434803698703,3974.5255144888,173.683868856599,1078.5195341449,347.180453150868,2073.77214696295,783.237973294279,4759.61423812741,388.709644301867,1385.74272609865,373.0374370113,1887.30144840045,503.745548740716,3373.68868909145,656.894587177647,2259.3818429406,476.147827049158,2878.29156704524,559.044553542484,4057.50028246727,10234.5238662269,3064.60618102218,69181.0966653899,24786.8609552234,2264.0380789037,10838.323961108 -7540,2402.58715004772,3233.97025794453,546.15378703,1295.71411203814,1168.15381054891,2306.30744704902,1105.14127613102,2717.83415486854,232.465427813911,993.979186856525,1853.91100087673,5516.01840508886,1037.06082818447,3217.75458941543,1176.99486277707,3636.58348286295,847.903152405956,4129.09270384569,214.58150956552,1120.46258683171,425.745308385778,2154.42004592703,960.747734336112,4944.71311157243,488.509805127824,1439.6335257838,454.262868148204,1960.69760079273,602.427238190578,3504.88965296426,784.763859862246,2347.24800454259,588.26717862272,2990.22679957702,690.683740541112,4215.29431654492,11952.1395750662,3633.15998007007,84391.6903728497,30879.2688338867,2640.42728093806,13592.2278901679 -7541,3262.79567701376,3487.46081459707,723.314369286168,1397.27697914127,1455.02987077717,2487.08435961591,1436.38573775893,2930.86805371609,285.785378836677,1071.89095390458,2275.11936405884,5948.38434060626,1272.68092739813,3469.97410195993,1444.21550669193,3921.63235402056,1050.57512299794,4452.7462703547,279.899754249311,1208.28859084228,548.396850886543,2323.29146190985,1238.11416303179,5332.29802397551,655.751703286097,1552.4773291336,576.500947906649,2114.3843346244,741.44613139485,3779.61587437989,964.003914440428,2531.23398951304,767.334702150371,3224.61184195026,900.926690435198,4545.70468446043,14055.0846789093,4399.59695380724,107662.649313081,40837.2986001246,3096.6566167373,18175.129665532 -7542,3378.2559295212,4083.46578150724,749.858599235272,1636.07077898319,1527.5007024833,2912.12558882523,1497.35452456201,3431.75165076231,300.282516316444,1255.0764766893,2391.21346944915,6964.95966591256,1337.62290628842,4062.99060014149,1517.982147961,4591.83697728367,1102.28655472408,5213.71794419091,292.017922030218,1414.78438818247,572.316035759061,2720.34058288707,1292.1013142788,6243.58456633108,680.223791652343,1817.79477594367,602.030772227285,2475.73135252309,778.914575040796,4425.54996623096,1013.0343716418,2963.82036406014,800.55620564797,3775.69607667929,939.9320151175,5322.56289565678,14876.647979337,4635.86913156324,112508.341533534,42454.8430892429,3279.14835105699,18873.3447248182 -7543,3320.0215285017,4494.08019418683,738.544285332914,1800.58648156524,1527.31743407506,3204.95545499429,1484.89690382186,3776.83270786863,300.562228058849,1381.28115622344,2394.27899454536,7665.32376238851,1339.33773294061,4471.54612338235,1520.04922434232,5053.57084366906,1101.56188327923,5737.9852813206,289.741215446372,1557.04855585413,568.3664870342,2993.8854368171,1283.14061703936,6871.41052273548,670.579766973378,2000.5838022841,598.018330379461,2724.67943478019,779.46453514047,4870.56278068814,1014.13633876586,3261.84841748176,794.314699744955,4155.36259280474,932.603871035424,5857.77517715743,15023.7293189157,4656.51207193212,111871.205615177,41946.1692893174,3313.36555124193,18620.2777001241 -7544,3162.99960057587,4620.14317240139,697.867061683846,1851.0945465287,1421.96777684296,3294.85732862444,1398.06074470782,3882.77625110756,278.419421472098,1420.02733092019,2216.78551255998,7880.3429655873,1240.04950532987,4596.97700070992,1407.34336346707,5195.32803616314,1022.62928800096,5898.94091234166,273.508534532152,1600.72516367914,533.650173074104,3077.86660722134,1205.01131277634,7064.15974784974,636.826354225716,2056.70197138352,558.686782949605,2801.10913549462,722.271649565561,5007.18643295601,939.215075934759,3353.34618971201,749.813412461508,4271.92423865341,880.354966665497,6022.09102214368,13741.5581487682,4296.83947537405,104758.554346565,39682.5130763119,3028.22221636741,17677.0290494885 -7545,2968.51255826591,4632.68448475758,653.340872498436,1856.11931611756,1327.23226749663,3303.8011715716,1309.21138576655,3893.31599153491,259.38848857507,1423.88197473681,2064.99913125694,7901.73404350793,1155.14159430997,4609.45542882542,1311.0292603108,5209.43067957982,953.385643139198,5914.95350281597,256.279446137817,1605.07030917031,499.353617883038,3086.22143196842,1127.62637783205,7083.33530813563,597.8224670493,2062.28485937729,521.345062691048,2808.71270605535,672.956644801227,5020.77836869006,874.967086448356,3362.44879983345,702.580511357872,4283.52031570984,824.89887800992,6038.43790182421,12760.7899230598,4000.1664649626,97899.7384154505,37189.1921756657,2811.51328186278,16584.388036476 -7546,2829.14879714463,4687.78830177907,620.168914638062,1878.19706812115,1250.27122488648,3343.09848522045,1240.60386874556,3939.62533392813,243.750825240893,1440.8184468955,1940.00436909302,7995.72181848344,1085.22066956917,4664.28294607906,1231.66727770698,5271.39464796536,896.924235230772,5985.30936594073,243.081445069571,1624.16193971716,472.549474593713,3122.9307268998,1067.19180389844,7167.58857727269,568.978749030084,2086.81486307411,492.034351191314,2842.12115239562,632.491700876713,5080.49839785329,822.123251303959,3402.44370214544,666.398685311457,4334.47097303635,782.417842416783,6110.26255950002,11911.5906903596,3751.29961489032,92508.3621957023,35321.278811524,2623.31868084559,15777.7238441737 -7547,2718.88606379365,4744.58162744089,596.051112089186,1900.9517342622,1194.36767279723,3383.60067276987,1188.48186257653,3987.35454228219,232.880050442646,1458.2741991621,1853.25648708867,8092.59130232214,1036.69469916815,4720.79150049373,1176.54129136681,5335.25846042042,857.409291734148,6057.822372528,232.732288032053,1643.83892852975,452.523305233005,3160.76554587506,1021.95729745954,7254.42509079965,546.110232406006,2112.09696808502,471.507051177829,2876.55391722783,604.331618153649,5142.04947086657,785.415254381308,3443.66486675064,638.026858568737,4386.98380119668,749.106516997396,6184.28939456193,11344.1432432709,3578.98407962667,88566.1106406543,33882.4584205585,2497.8556135008,15139.0735197247 -7548,2651.27672241786,4678.95090251414,580.149844397062,1874.65629871762,1156.48300044902,3336.79608967826,1155.34487163814,3932.19836841928,225.32761858313,1438.10222187343,1792.87895219233,7980.64831653063,1002.92005933176,4655.48985901422,1138.20602403442,5261.45703641209,830.15976422668,5974.02588529148,226.125972497357,1621.10007629497,439.639395439107,3117.0433907119,992.864219438611,7154.07626870704,532.314457675197,2082.88080825983,457.39230298926,2836.76319726495,584.79049625791,5070.92066312717,759.891771126266,3396.02942924389,619.915891745193,4326.29964614933,727.842454059552,6098.74351760316,10932.4656217586,3458.03457934751,85954.0513574567,32975.2983037141,2406.60974634096,14744.0850661114 -7549,2613.83240155588,4646.07055773708,571.933309540311,1861.48254530054,1140.05578867002,3313.34745596414,1137.88042241165,3904.56567023987,222.130820892253,1427.99626054469,1767.44079796479,7924.56598661111,988.690188923619,4622.77438179297,1122.00629248817,5224.48325211912,818.245030260341,5932.04467306932,222.930362638777,1609.70813597817,432.959294551116,3095.1390229365,977.818493775193,7103.80250025392,524.021581055771,2068.24380083401,450.90501225369,2816.82843968353,576.49429545969,5035.28583318031,749.110559320399,3372.16454567638,611.155246900762,4295.89748401127,717.556592174702,6055.88587841358,10777.0313164918,3408.57039120161,84718.670371399,32497.2009119208,2372.39254615601,14530.3469369356 -7550,2600.3239330208,4583.10404779192,567.605657642578,1836.2545472009,1127.50755009517,3268.44285906983,1129.43632524964,3851.64850721976,219.2520403212,1408.64314491206,1744.2883015293,7817.16721666001,975.738894542942,4560.1235964749,1107.35411305763,5153.67772461695,808.278780551136,5851.6498221388,221.391077714072,1587.89234517317,429.402298070974,3053.19172582866,969.834256340921,7007.52724028487,521.495323343336,2040.21364239456,446.123113446856,2778.65298501555,569.074714732176,4967.04442970794,739.355591912415,3326.46282208795,606.935354881237,4237.67674278728,712.60202236248,5973.81265252276,10598.2060152009,3361.51941115413,83904.6898100557,32281.7870547544,2332.47247927358,14450.0651961654 -7551,2644.01821559185,4552.43305755845,576.001659546008,1823.96598802875,1134.64240694659,3246.56982761258,1142.62984085512,3825.87255439045,220.17778368029,1399.21624129183,1751.23492372371,7764.8532702919,979.624771352893,4529.60639572352,1111.75451465704,5119.18834852819,812.706438665936,5812.48948611479,224.141865936431,1577.26587234978,433.911878515281,3032.75919524954,980.090949722044,6960.63155620126,529.601538071856,2026.56015077675,450.055351799822,2760.05771908291,571.565134948412,4933.804038566,742.398345619007,3304.20151017699,614.476537855633,4209.31741674203,721.456115628495,5933.83477996924,10576.5466686096,3369.15262914572,84681.7848062728,32727.2645143046,2326.76961257609,14669.5248324499 -7552,2756.34886866937,4601.0387818797,598.357787221379,1843.44023111252,1166.15235379013,3281.23302332254,1182.71084122364,3866.72088852646,225.973650199815,1414.15548763113,1796.76004929054,7847.75757941165,1005.09110948952,4577.96840280209,1140.59039316451,5173.84524396655,835.117044740262,5874.54866590069,231.974314769926,1594.10613099905,448.560683287095,3065.13956317879,1013.22326436957,7034.94929668089,550.844562356525,2048.19746488191,464.62774474164,2789.52648949827,586.730956374473,4986.48161029997,761.832557708798,3339.48003172249,635.948903234721,4254.25974084697,746.666792302682,5997.18954737305,10763.741872715,3447.19118523568,87432.373266973,33974.0684640414,2366.68967945852,15248.6711167877 -7553,2833.34239461563,4821.51902912778,610.822139130506,1931.777273509,1167.8838017115,3438.46861783869,1200.65377527259,4052.01286669869,225.067901594796,1481.92134798164,1788.43299012434,8223.81951096199,1000.43302888524,4797.34312516236,1135.27896048234,5421.77418625359,834.216176678076,6156.05508297973,235.936606289938,1670.49516629398,454.022847695567,3212.0200309986,1025.75241369754,7372.06172581722,564.530734101129,2146.34640577946,467.87199654622,2923.19967054857,584.614976108537,5225.43214961444,758.56639957574,3499.50680349715,646.811377163987,4458.12245185335,759.420409022488,6284.5728746786,10541.8580651197,3415.71302922255,88214.5385601498,34667.3840170551,2315.36387918111,15613.7146345403 -7554,2922.80811928382,4793.25233092426,626.464104930596,1920.45201172805,1187.05726643541,3418.31020840059,1229.90182025674,4028.25748501756,228.031606167003,1473.23341721715,1811.31654010504,8175.60644309018,1013.23387708322,4769.21816091801,1149.79015765215,5389.98842460366,846.380993716769,6119.9645168939,241.94152437546,1660.70170028652,464.302344973488,3193.1892018986,1049.08775867521,7328.84218386737,581.380208135587,2133.76320830044,476.678533285051,2906.06208333242,592.452876823695,5194.7974652621,768.42930544489,3478.99055082283,663.273635385505,4431.98620700197,778.748725303557,6247.72885856804,10574.7166086114,3450.20068091049,90041.8543643934,35612.7013844178,2321.0667458786,16071.402765285 -7555,2974.82721269867,4671.54307633162,635.126007844715,1871.68829834698,1192.84127105432,3331.51319486832,1244.28269047309,3925.97281858228,228.499476535065,1435.82538428434,1814.4447419593,7968.01316459498,1014.98376453961,4648.1191769129,1151.76260068117,5253.12697268527,849.308687461593,5964.56766564135,244.995188422232,1618.53351215701,469.050071408836,3112.10841359355,1059.91256604305,7142.74976526657,590.881412118128,2079.58314190085,480.202362184784,2832.27196640483,593.791696919389,5062.89226111132,769.89483119157,3390.6527548041,671.645141098619,4319.45014581049,788.577699433019,6089.08784203582,10502.9571973147,3448.03854884483,90816.94018214,36118.5328837063,2303.95814578613,16327.0249641723 -7556,2907.24328474482,4384.71730816087,615.914175756283,1756.76943210136,1142.60654651774,3126.96326015179,1204.27749145499,3684.92395076544,217.731936361322,1347.6678500227,1728.02848316779,7478.78905611812,966.64330112549,4362.73160118404,1096.88713889739,4930.59282184488,810.97084411809,5598.35211875456,237.699695431486,1519.15797170945,452.847311125837,2921.02960477722,1023.49526768624,6704.19559701885,575.954368928905,1951.89984274159,461.058979641629,2658.37469752415,566.002154204699,4752.03823745553,733.442454430372,3182.47173942949,651.644820069012,4054.24235774055,765.095348143094,5715.22694228306,9862.71734360319,3271.77557187552,87468.6130515702,35099.4404286137,2161.38647834887,15912.5614573338 -7557,2601.47341112725,4120.89478739258,546.253096520573,1651.06698712891,996.49170044536,2938.81810239951,1065.15990374211,3463.20705154346,188.409646904929,1266.58049492922,1494.24483308102,7028.80041548054,835.866869214619,4100.23193072237,948.517039344871,4633.92570838695,704.03568593217,5261.5068299216,210.913037463704,1427.7522875173,399.210757940662,2745.27519704452,902.499117825441,6300.81319906193,514.246706422075,1834.45666440011,403.28721709603,2498.42388095905,490.00142686695,4466.11451227959,634.466997842972,2990.98671141926,578.210199633428,3810.30406857561,678.875854398067,5371.34945310728,8364.96864754115,2816.06498170061,76815.0335763349,31195.0263364562,1830.62020989442,14198.3278146871 -7558,2231.11752285921,3854.53800996695,473.534155661935,1544.34917347568,867.395157339949,2748.86563829146,918.905312287716,3239.36035867739,165.507576699954,1184.7142216112,1313.2288492705,6574.48922229915,734.608186356385,3835.21071079069,833.478668588544,4334.40883591258,617.119130796147,4921.42583394267,181.053731248352,1335.46856811037,345.37739859202,2567.83250744507,780.559482487006,5893.55594415761,440.78592650014,1715.88533689341,352.930129445373,2336.93659047752,430.310321191953,4177.44422815974,557.461030481114,2797.66229454411,496.352029008648,3564.02252898801,582.766281170906,5024.16870606816,7445.976611372,2478.96020931083,66716.2821399891,26851.3627913374,1631.01987548226,12172.9767166761 -7559,1791.04509683586,3527.55404176715,395.676661636187,1413.34062725733,775.724626758492,2515.67686388258,776.463865437149,2964.56247063723,152.044362188654,1084.21383573785,1209.66579071982,6016.76931676561,676.67596025756,3509.86629497379,767.764007721559,3966.71698871787,560.500959503466,4503.93680043917,151.258866639424,1222.17955379071,295.70240727054,2350.00093832168,667.662563901116,5393.60022846739,357.955466179109,1570.32522178169,310.87209204349,2138.69213217674,394.623397957058,3823.06783152673,512.730503314813,2560.33405536537,414.670522636413,3261.68325349803,486.864129216259,4597.96390119467,7358.45624435886,2326.17437955325,57944.9601052464,22218.2332113617,1619.61414208728,9913.10045134106 -7560,1440.3021472979,3267.17550483535,340.211320827193,1309.01803989104,719.213631270339,2329.98778486204,664.171936454259,2745.73990134194,134.120154224157,1004.18500870131,1023.29322354582,5572.65490400078,572.420853743315,3250.79333963681,653.362132065678,3673.92261796814,491.154330849213,4171.48874701568,129.21600927631,1131.96709486986,247.89290400904,2176.54085837291,560.119335701352,4995.48365260344,289.507626532795,1454.41516656684,282.048181734567,1980.8293406418,357.271772138735,3540.8766030501,451.96269202228,2371.34870531847,354.240854040838,3020.92937604494,415.9137327604,4258.57544696178,6925.82726220851,2098.87716409524,49504.9687693658,18163.0319110216,1527.68627023583,8098.66837635293 -7561,1546.62891410634,3135.52416740284,363.016721951244,1256.27095745856,757.341783798386,2236.10057016405,706.710720971471,2635.09989142558,140.889313188557,963.721219954866,1074.62796831383,5348.10392102612,601.13703963281,3119.80212406039,686.123114164571,3525.88134330652,516.835585682672,4003.39796896703,137.496002684153,1086.35430738763,263.292631725976,2088.83681108276,594.957801827763,4794.18987361478,310.483926217594,1395.80928464305,298.451825299672,1901.01151893767,375.368897020064,3398.19643793956,474.688284631079,2275.79484599503,376.940146122943,2899.20056409196,442.56494250426,4086.97549699888,7204.22691173574,2197.58657816487,52434.2166293491,19399.0370388728,1588.18869677983,8669.97292308399 -7562,1557.70704428385,3085.81376580979,369.513367092591,1236.35411725233,804.061101383798,2200.64957332566,731.418661368885,2593.32318461453,150.217444424648,948.442444761314,1146.64368435961,5263.31542013066,641.421971374095,3070.34097874689,732.259569952655,3469.98224376604,548.476443756328,3939.92835108206,142.264079658063,1069.13131499165,273.729463610541,2055.72052455537,618.427157081808,4718.18309095039,315.113212160954,1373.6802126339,311.650338408042,1870.87300269792,400.040289145061,3344.32164680313,506.353921838076,2239.71453862125,390.011650720786,2853.23682194062,457.912179301113,4022.18084627704,7878.79961758637,2365.18190674889,54778.3365202472,19843.6722700776,1739.44476313981,8822.26267997264 -7563,1744.05664356066,3129.3509831195,413.971010853268,1253.79762549996,917.062149490957,2231.69816081916,826.536002771526,2629.91193675954,171.360032493519,961.823856588832,1308.35575437231,5337.57463491371,731.882221718087,3113.65989315699,835.59868551025,3518.93962825941,624.521613033014,3995.51612462378,161.046395286911,1084.21550539522,309.706264689552,2084.72433295017,699.722405249927,4784.7511271727,353.61107882895,1393.06123121452,352.433241631333,1897.2688291019,456.27629884047,3391.50610748047,577.710726332576,2271.3142870118,441.502666164547,2893.49265102831,518.367714546545,4078.92910616996,9062.08928777791,2707.30094828907,62086.9549200958,22337.4324970463,2001.62194483045,9918.75461394162 -7564,2209.41120663285,3245.08199721831,517.028965782232,1300.1661125941,1104.14306039878,2314.23178926393,1020.09027216544,2727.17247962404,205.016399185999,997.394443240156,1564.19278194968,5534.97113299233,874.995110942099,3228.8106125674,998.862478190594,3649.07857845317,750.499776377628,4143.28003332088,199.20328038692,1124.31243303865,380.373523428812,2161.82251160455,859.618452975901,4961.70286673313,445.074995461028,1444.58002532226,429.695873841662,1967.4344470829,546.129817415627,3516.93225598804,690.866970709205,2355.31301620227,546.10833879805,3000.50105008528,641.185100730627,4229.77782989594,10583.2674505927,3212.52328665682,75833.8701269577,27876.5685643371,2334.38529082241,12454.7648099132 -7565,3001.82351247799,3496.62312227889,685.903925832167,1400.94792550604,1376.2542949709,2493.6184637521,1328.5060099771,2938.56807281611,252.526797356485,1074.70704138001,1924.09379283426,5964.01202230243,1076.32043898421,3479.09046829645,1228.42570576842,3931.93532347391,931.962426579285,4464.44458999956,260.361510431908,1211.46302416965,491.258699469248,2329.3952469673,1110.72992236408,5346.30711475651,598.922371488888,1556.55602011102,546.451718303126,2119.9392758442,673.231095472592,3789.54573607618,850.260598082374,2537.88408419785,713.771337865261,3233.0835889952,838.038013070907,4557.64722580037,12446.1268243612,3897.05474397088,96960.0175150702,36973.3029617578,2737.7348011157,16688.5554776982 -7566,3107.887957433,4080.93152484989,710.875415531311,1635.05541030242,1444.66313327618,2910.31828246945,1384.48908771776,3429.62185711822,265.254105756591,1254.29755846475,2021.50642662731,6960.63711336874,1130.81217382438,4060.46905067149,1290.69831005853,4588.98721826724,977.474901367477,5210.48223704493,271.561166431371,1413.90635296771,512.482477234166,2718.65230102032,1158.70844531086,6239.70970938368,621.053085508912,1816.66662677845,570.441931477356,2474.19487860666,707.069933042409,4422.80340728705,893.233682112479,2961.98097519522,744.474775685645,3773.35282625663,874.086880068559,5319.25963779344,13173.5068199308,4105.25641799384,101290.590306684,38422.0711700129,2899.07460523302,17324.8743566695 -7567,3054.11422589975,4487.84202443823,699.90636484002,1798.08711269915,1444.31989881011,3200.50670123354,1372.48093592225,3771.59013930604,265.399740840668,1379.36381920435,2023.15448680024,7654.68363387686,1131.73408358543,4465.33923286169,1291.87916127205,5046.55605278923,976.396359350456,5730.02046434956,269.354306056112,1554.88723857038,508.702232607636,2989.72966639117,1150.12720337689,6861.87241406785,611.982000377777,1997.80681993939,566.381589292044,2720.8973454337,707.345389861434,4863.80202073631,893.871449223717,3257.32069139694,738.424750549758,4149.59459221266,866.98355330978,5849.64408151042,13303.5873384414,4122.22543154412,100676.117049467,37942.387902625,2929.32581850502,17086.6503587607 -7568,2910.07013806464,4619.81826398449,661.655185917579,1850.96436956746,1344.97852099412,3294.62562003044,1292.94390698671,3882.50319751639,245.981013867817,1419.92746846684,1874.41555235666,7879.78878584393,1048.53088641773,4596.65372143824,1196.85935014273,5194.96267826306,906.996035663976,5898.52607334604,254.413015542947,1600.61259377396,477.984917768053,3077.6501583518,1080.90052579575,7063.6629656344,581.568152354743,2056.55733522039,529.426525816597,2800.91214940549,655.739012358273,5006.83430598584,828.27466265931,3353.11036792875,697.463761725705,4271.62381849548,818.891308824042,6021.6675227006,12168.4377145716,3805.81777383934,94335.029105138,35924.1409858631,2677.23237457171,16230.6498126679 -7569,2731.24702244833,4642.56158843533,619.507640494263,1860.07665078688,1255.44740987846,3310.84503281655,1210.96750753762,3901.61672641663,229.198999558313,1426.9177588347,1746.36603330835,7918.58091633911,976.90115866377,4619.28300705102,1115.13549371941,5220.53743357818,845.718418390781,5927.56446503207,238.425724362095,1608.49239541553,447.360519332074,3092.80140285924,1011.69999351263,7098.4373159354,546.051624051797,2066.68174879122,494.100182415747,2814.70101514266,611.036487046763,5031.48290698825,771.719810767599,3369.61770061146,653.635201213561,4292.65298477099,767.432252094183,6051.3121386526,11300.0016572212,3543.57347208351,88173.7612758254,33674.4128656867,2485.6413571824,15229.871881592 -7570,2603.1928436706,4706.30786723538,588.185406097293,1885.61706904776,1182.77457037212,3356.3057222453,1147.83277466994,3955.18920852062,215.442229003397,1446.51054086822,1641.22445351293,8027.30969832256,918.085922243198,4682.70965133234,1047.98219406566,5292.21980728238,795.889205203038,6008.95491506605,226.212249673245,1630.57835006206,423.506998447442,3135.26816969567,957.839457146118,7195.90483587385,519.878900709292,2095.05902897154,466.45337038521,2853.34922954589,574.429052055566,5100.56940289291,725.311974883145,3415.88538824491,620.152417394315,4351.59472388345,728.120158521072,6134.40174841838,10548.1152359257,3324.01861695028,83344.657901468,31995.9216806294,2319.25968418641,14493.24519448 -7571,2501.77297343004,4772.71836101702,565.379464778597,1912.22492475357,1129.92849669812,3403.66639787135,1099.73002229252,4011.00070146742,205.861526927943,1466.92218455779,1568.09314245021,8140.58269614642,877.176936870625,4748.7871517751,1001.2330911421,5366.89807749275,760.94513094086,6093.74700140603,216.601952665086,1653.58736613837,405.620434909663,3179.50979458743,917.376218396596,7297.44591793587,499.049809967011,2124.62231053761,447.069082819632,2893.61270924403,548.91485215525,5172.54330306461,693.017379452995,3464.08678979667,593.806147773212,4412.99987681928,697.187037122372,6220.9640092521,10045.6653767501,3171.65697614939,79803.2585769894,30697.2905399506,2208.33856885576,13907.9683642126 -7572,2439.63238726829,4723.13792405136,550.367877045586,1892.36015583691,1094.14679260387,3368.30808536958,1069.23969703159,3969.33321715226,199.218653383224,1451.68335473304,1517.31619519066,8056.0158692985,848.772777796773,4699.45531942459,968.801756171666,5311.14512252989,736.901398110602,6030.44332072886,210.48401388338,1636.40940214123,394.158167620908,3146.48008844767,891.452939099404,7221.63785008512,486.535620736738,2102.55109355489,433.758326483131,2863.55298820423,531.23913116158,5118.80936408249,670.606265955773,3428.10081205118,577.034047542454,4367.15630389672,677.494935735325,6156.33875995065,9681.16320772143,3064.93198388438,77463.2747201691,29881.8333328598,2127.6686667971,13547.082307978 -7573,2405.17807592496,4686.2937432314,542.573523459902,1877.59826218077,1078.60579579876,3342.03264007234,1053.05909199797,3938.36930435973,196.392512590356,1440.35908580946,1495.7900835327,7993.17262606704,836.731268159558,4662.79588149827,955.011330772988,5269.71402430616,726.322408692515,5983.40113231381,207.5097664389,1623.6441251416,388.159060575033,3121.9350755369,877.923494808621,7165.30340992196,478.945135334862,2086.14954570263,427.606530337915,2841.21502861434,523.70317313844,5078.87863565028,661.092612615711,3401.3589365821,568.880259472676,4333.08905895974,667.921583611892,6108.31448835241,9543.51934537105,3021.07709345516,76349.6279494213,29448.4534055183,2097.41745352511,13350.694574379 -7574,2392.8480521972,4624.49688972016,538.531796710149,1852.83889558568,1066.80318205076,3297.96218422723,1045.42165671347,3886.43512261404,193.877162497073,1421.36547074683,1476.47405161488,7887.76887953993,825.926056880022,4601.30888776085,942.714967785406,5200.22376965097,717.604879411354,5904.49968406238,206.112254214902,1602.23358119081,385.057670050369,3080.76698512148,870.952634203869,7070.81654472575,476.730050042206,2058.64007127744,423.13671404623,2803.74871545998,517.028868295976,5011.90487424192,652.582150535713,3356.50616134864,565.049032006868,4275.94981748252,663.423344354105,6027.76584238192,9385.21449496007,2979.8693502379,75630.1098852452,29260.0654790358,2062.12437137444,13279.1550982163 -7575,2433.18906718125,4606.36721814602,546.614439917689,1845.5751085278,1073.65595590938,3285.03300021223,1057.89543493608,3871.19891550926,194.746391885991,1415.79321288052,1482.82539208107,7856.84602184342,829.478938545233,4583.27012139651,946.752448725832,5179.83704406675,721.756149729043,5881.35194656047,208.725210999332,1595.95225604242,389.230954181024,3068.6892834885,880.455750875246,7043.09643056548,484.278698481819,2050.56947045931,426.984974309384,2792.75702390956,519.403125894177,4992.25642566521,655.434484760115,3343.34746413401,572.21235525197,4259.18657432178,671.833792996193,6004.13485772472,9366.12159970587,2987.38492785517,76352.4475439842,29674.2416356559,2057.08250249578,13484.1378326839 -7576,2536.70120194006,4671.73802012113,567.976232153882,1871.76640401864,1103.59403746438,3331.6522191257,1095.33587802017,3926.13664967754,199.942247688066,1435.88530136889,1522.01947548392,7968.34567029081,851.403749700929,4648.3131432216,971.705033020012,5253.34618600775,741.946361826353,5964.81656742916,216.08099721603,1618.60105366336,402.536885581243,3112.23828207546,910.591319115949,7143.04783266829,503.879770417617,2079.66992303755,440.969400297876,2832.39015729402,533.337931940756,5063.10353592718,672.820833068937,3390.79424695908,592.377967904293,4319.63039673964,695.510212968523,6089.3419400585,9532.0065231753,3057.51944849711,78860.1559143971,30817.6102182454,2092.37558464644,14020.4673222969 -7577,2607.90880214624,4878.76722153074,580.099791819209,1954.71418537545,1105.50612682379,3479.29519382364,1112.64599918088,4100.12434584264,199.277044110486,1499.51690613309,1516.23437664369,8321.46483784064,848.167618413321,4854.30426554015,967.964327346284,5486.14949409847,741.724220939679,6229.14885772263,219.909398560893,1690.32975122675,407.78206331789,3250.15787503196,922.626691853951,7459.59372673571,516.761982004187,2171.83099917402,444.350349160935,2957.90821284839,531.714663178198,5287.47619492102,670.38486803061,3541.058114939,602.873386928689,4511.05586357232,707.832870994911,6359.19260238817,9335.74861771529,3031.62265115861,79623.5402891534,31473.7932367893,2046.99876473844,14364.7925910052 -7578,2690.45685438336,4830.811301437,595.110569260254,1935.50029116334,1123.81666890966,3445.0954063115,1140.15280320784,4059.82210829461,201.981822333291,1484.77738082587,1536.38710482421,8239.6688667057,859.440869916323,4806.58880446186,980.801808147989,5432.22330028454,752.869861043524,6167.9193398324,225.586214288045,1673.71462802018,417.214833687974,3218.21039644367,944.067860363371,7386.26953141185,532.394649088763,2150.48295178331,452.878222434091,2928.83340696833,539.021073852151,5235.50286346503,679.367048777973,3506.25122781023,618.43616481265,4466.71436812708,726.105108564361,6296.68481743892,9364.98563528967,3063.43522196391,81306.4578859594,32347.6866094289,2052.04063361711,14790.8665258213 -7579,2738.51451567294,4680.12055894806,603.481772186973,1875.12493022217,1129.43427164348,3337.63023072746,1153.83566716498,3933.18134969369,202.467443480584,1438.46172244343,1539.7043354638,7982.64333995463,861.296498343329,4656.65365059487,982.894742434877,5262.77230925906,755.77110212328,5975.51928797056,228.503032212584,1621.50532314919,421.656091220127,3117.82259740432,954.204041051404,7155.86466347988,541.276688315116,2083.40149227409,456.377145302647,2837.47233877857,540.395949860162,5072.18830519119,680.897308186692,3396.87837759886,626.432512002575,4327.38114589609,735.493609552524,6100.26809752349,9301.56029277629,3062.58112541844,82035.9105584558,32820.8348241493,2036.91502698111,15030.4649248552 -7580,2676.58552482445,4382.83286203418,585.438686818655,1756.01441481766,1082.09797636933,3125.61936648892,1117.28185012924,3683.34025900651,193.037299338825,1347.08865476756,1467.40549860503,7475.57485231006,820.853191413242,4360.85660398585,936.703193256322,4928.47377154074,722.109334969882,5595.94608155202,221.809553128962,1518.50507412121,407.360406808206,2919.77421645049,922.029977665409,6701.31429486469,527.880804578926,1951.06096309671,438.401479908299,2657.2321919645,515.349063317344,4749.99592562079,649.023486386658,3181.10398955619,608.082589571398,4052.49994180567,713.948989141987,5712.77067509007,8734.75080122316,2907.71651466457,79057.4706066502,31916.1829303595,1910.86830501446,14655.7912458988 -7581,2395.42024416718,4120.05003937557,519.474970962197,1650.72853258559,943.993552863568,2938.21566994431,988.85725673396,3462.49712386021,167.169878933357,1266.32085681258,1270.08703046582,7027.35957179991,710.475048186423,4099.39141841339,810.74877023886,4632.97579344004,627.430852504154,5260.42826623813,196.944325363791,1427.45961056826,359.431849839247,2744.71243922164,813.754172939203,6299.52158650444,471.650626967221,1834.08061654897,383.729411875756,2497.91172553456,446.434240579213,4465.19899718574,561.865942473346,2990.37358484755,539.915498134461,3809.52298898678,633.914094443795,5370.24837263003,7408.5310649975,2504.75015145454,69482.9229441098,28391.021245571,1618.43991005182,13085.019622847 -7582,2054.11870774899,3856.74736451055,450.192818335186,1545.23436772062,821.507087176193,2750.44124054833,852.670124415429,3241.21710402749,146.774986816302,1185.3932793197,1115.52922071205,6578.25760585057,624.016825483272,3837.40898726055,711.979799518527,4336.8932441168,549.666533387151,4924.24671014082,168.973277573857,1336.23403560379,310.760139370375,2569.30434464134,703.342656038312,5896.93402852712,404.070743913733,1716.86885270141,335.702595574098,2338.2760821263,391.886254521558,4179.83866696465,493.425630572622,2799.26586620066,463.233917322479,3566.06536508083,543.882348681904,5027.04847270422,6594.4702971097,2203.54796134177,60313.6240535673,24421.5732020115,1441.97449929851,11213.0200094632 -7583,1647.97096737927,3530.28323591086,375.427760946462,1414.43409908435,733.88084182619,2517.62319000065,718.579887282505,2966.8560900794,134.440790622979,1085.05266910964,1023.87213134801,6021.4243642543,572.744689463855,3512.58180448095,653.5629524183,3969.78595396891,497.608984983018,4507.42140132518,140.781045705399,1223.12512832799,265.107678831879,2351.81908447129,599.451745070487,5397.77314317904,327.167194806335,1571.5401492777,294.90059984576,2140.34679316087,358.517138396354,3826.02565845532,452.531896320101,2562.31493181038,385.945968636149,3264.20674902175,453.138667175818,4601.5212488649,6516.24290633159,2061.65047076911,52221.2431935711,20133.1749676527,1431.89076154118,9107.58162316354 -7584,1292.58724925776,3280.62655697697,317.198966614457,1314.40730345611,673.63219292431,2339.58040917535,648.237149320543,2757.04418864626,123.54149420994,1008.31926622493,970.164255426459,5595.59767875226,542.700995749921,3264.17694595008,618.168859233005,3689.04825925231,456.772572432253,4188.66288184904,126.848120546385,1136.62743478523,245.182298405421,2185.50173743527,553.834285472983,5016.05019730982,266.236943886815,1460.40303413382,250.720087177213,1988.98446995921,323.313260332651,3555.45449020192,402.718910353391,2381.1116136881,347.749375696476,3033.36662604672,408.292096355284,4276.10812015345,6448.30604851082,1972.74260203373,46546.7738877003,17219.3377493848,1455.27044934279,7722.87941948524 -7585,1388.03338592821,3149.36510712348,338.540626678577,1261.81643236695,709.481498271829,2245.97124299212,689.897840337019,2646.73184092042,129.796786435154,967.975311647595,1018.91435610466,5371.71170716924,569.971355416328,3133.57366299106,649.219710952178,3541.44541123563,480.76703459033,4021.06990737601,134.974720695486,1091.14973031568,260.400391360025,2098.05742710895,588.252483283283,4815.35255312459,285.614741327879,1401.97071448343,265.390290835952,1909.40303003345,339.761633028156,3413.19687472311,423.074754825155,2285.84073867461,370.028145899864,2911.99831595202,434.449571900254,4105.01636623592,6707.60659552375,2065.69921448138,49308.6878878133,18393.9972709001,1512.90492258408,8267.55061860687 -7586,1397.94780164838,3091.98695639628,344.368110681695,1238.82745173633,752.891571238724,2205.05198716564,713.654202535387,2598.51114457775,138.334819291311,950.339810064656,1086.97244999903,5273.84471699402,608.042429586213,3076.48321592184,692.725501662842,3476.92396590101,509.88425919725,3947.81020347309,139.659640231475,1071.2701191679,270.756573326959,2059.83300688701,611.532702871564,4727.62184702994,289.650604043652,1376.42826886834,276.87584300989,1874.61569635517,361.894539833498,3351.01198409341,451.002001652554,2244.19510217937,382.871677493481,2858.94474083234,449.529145884997,4030.22724532175,7335.40682678534,2222.77484684365,51493.7917358498,18808.9646558049,1656.99110568733,8413.4577984562 -7587,1565.20113944359,3135.13428612696,385.700892142771,1256.11474864065,858.58079596979,2235.82252614438,806.308980068933,2634.77223453223,157.784009642173,963.601387723073,1240.18477491707,5347.43892038542,693.748000399715,3119.41419771454,790.429504065432,3525.44292374943,580.450543196785,4002.90017343919,158.099552499914,1086.21922655878,306.355562286566,2088.57707831799,691.949846615529,4793.59374844881,324.950994457683,1395.63572517557,313.003629815968,1900.77514098078,412.693539723076,3397.77389513901,514.447326925087,2275.51186625997,433.424006937752,2898.84006806176,508.882571101379,4086.4673091693,8436.9853976876,2544.1258937779,58357.3604216349,21170.523433842,1906.74048973296,9459.47657731678 -7588,1982.92865193692,3244.5621450119,482.032498911535,1299.9578299612,1034.23549246828,2313.86105641255,995.622671006234,2726.7355949376,188.84684737173,997.234663702251,1482.98460732901,5534.08444755314,829.568002096183,3228.29336698702,945.064554600975,3648.49400723062,697.949557964747,4142.61629253746,195.551950005371,1124.13232162713,376.210548327098,2161.4761942531,849.963340899377,4960.90801711606,409.324564940091,1444.34860802244,381.952800562355,1967.11927010458,494.224048403216,3516.368854202,615.598653001193,2354.93570226404,536.098353193409,3000.02037899821,629.432389460277,4229.10023243017,9853.57549191973,3019.5199621385,71306.2838150806,26430.7272241148,2223.7300925601,11877.3820526669 -7589,2694.32643792114,3493.63399888041,640.152454724727,1399.75031109987,1290.26575543324,2491.4867689608,1297.74727721281,2936.05600838213,232.776308545902,1073.78831727061,1824.86909272917,5958.91362671866,1020.8150508514,3476.11633286333,1162.71307409437,3928.57406906766,867.636625618063,4460.62811469795,255.575241393613,1210.4273928347,485.775435319078,2327.40394004244,1098.01656447405,5341.7367704176,551.518470059503,1555.22538256214,486.460746921708,2118.12702446017,609.836893803344,3786.30620483898,758.508161825342,2535.71454849627,700.649960403671,3230.31975501391,822.632220608643,4553.75107528936,11588.7953538174,3664.36881578743,91233.8887193828,35078.843218761,2607.95991416876,15913.5318254797 -7590,2789.53554794912,4078.33228903043,663.342247003237,1634.01400723957,1354.22971775214,2908.46463619292,1352.24641820474,3427.43745487477,244.47998844018,1253.49866852446,1917.14458882416,6956.20372917662,1072.43311793022,4057.88284785576,1221.57883043693,4586.06439050594,909.841858657979,5207.16356531894,266.570949187247,1413.00580464544,506.77890007307,2716.92073105928,1145.48232040971,6235.73549984821,571.792554527773,1815.50955150296,507.690869471065,2472.61900900099,640.388987827244,4419.98642568159,796.694246581724,2960.0944238036,730.794281849717,3770.94949413362,858.024629787707,5315.8716833278,12265.9273708739,3859.90169978587,95299.5510715671,36450.5038418591,2761.65184281222,16520.6738169071 -7591,2741.2821578782,4509.35070698988,652.965553451402,1806.70472550652,1353.70001194415,3215.8456285546,1340.2983528154,3789.66607303533,244.579609060148,1385.97463534916,1918.56820421866,7691.36989854879,1073.2294753386,4486.74006727655,1222.60423324453,5070.74245942464,908.641290877963,5757.48248072871,264.407034131704,1562.3392780664,503.060607742363,3004.05841191284,1137.04284997258,6894.75900737047,563.314286067306,2007.38162057979,503.920961516137,2733.93767014654,640.515340012214,4887.11255018196,797.079395785132,3272.9319086231,724.861989700778,4169.48217121297,851.059533178026,5877.67941272399,12386.8726089475,3875.57666675847,94710.5052662224,35992.0771359608,2790.46907943287,16294.0529118197 -7592,2612.08973224693,4634.24402877052,617.45288991326,1856.74415896543,1260.92673605982,3304.91336113556,1262.90559313095,3894.62663499985,226.729845665008,1424.36130947591,1777.70184963335,7904.39407832358,994.430127214294,4611.00715302347,1132.80372258836,5211.18437907174,844.308699709012,5916.94470907068,249.736189659648,1605.6106390372,472.654997699291,3087.26037562467,1068.53860835116,7085.7198377119,535.504962837143,2062.97910566494,471.233547576613,2809.65822934734,593.94699242941,5022.46856038581,738.827681010991,3363.58073249837,684.642418578065,4284.96231731488,803.837786265285,6040.47067778991,11330.1697378409,3578.51026579952,88762.9743946343,34084.3598822923,2550.32544092746,15477.542267141 -7593,2451.61630929562,4655.10290079151,578.160648613298,1865.10142037574,1177.07987079173,3319.78887576371,1182.90960916533,3912.15646684399,211.272031625163,1430.77240265132,1656.30273045209,7939.97199425974,926.520572214382,4631.76143516651,1055.48406239347,5234.64007699486,787.329873509771,5943.57705550638,234.041751676148,1612.8375409067,442.364362200145,3101.15622760632,1000.11218497859,7117.61287622128,502.850547473378,2072.26463678499,439.832194239644,2822.30458570338,553.495298093044,5045.0748427223,688.437583046491,3378.7203107329,641.616704147607,4304.24906182742,753.321350091066,6067.65901833313,10521.6143743168,3332.04279743184,82970.6716612596,31951.9587065516,2367.81627566335,14523.305514243 -7594,2336.71016977956,4708.84212389272,549.005511691788,1886.63243772852,1109.09295812112,3358.11302860108,1121.36679505478,3957.31900216471,198.612016244783,1447.28945909277,1556.66710600394,8031.63225086639,870.785316768995,4685.23120080234,991.979533647402,5295.06956629881,741.05521126534,6012.19062221203,222.051112145765,1631.45638527683,418.764207987887,3136.95645156243,946.83937944199,7199.77969282125,478.830929413174,2096.18717813676,415.308115642035,2854.88570346233,520.409024424578,5103.31596183682,647.148170297854,3417.72477710983,608.744814576586,4353.93797430611,714.726506671919,6137.70500628172,9821.6254773882,3125.78283646415,78434.5051622021,30362.2904355818,2209.32147424977,13820.7577877082 -7595,2245.65516855493,4768.49460202249,527.758214080984,1910.53264446076,1059.58847460887,3400.65422211009,1074.43252713815,4007.45104715967,189.789152193277,1465.62398816265,1487.34145080413,8133.37844549036,832.005180418358,4744.58457141561,947.753349114713,5362.14848149466,708.572911163175,6088.35415884532,212.617044197461,1652.1239748417,401.072960200553,3176.69599287586,906.829958935509,7290.98782623604,459.677846502247,2122.74206286421,398.093188940439,2891.05192065714,497.327644556054,5167.96570710182,618.38372842684,3461.02114321343,582.881670328412,4409.09446139087,684.360622154436,6215.45858221846,9353.82912329978,2982.57856632064,75104.2548195623,29130.5630076675,2103.65827330739,13262.4230360219 -7596,2189.87781245709,4715.40519575508,513.786984633871,1889.26198103044,1026.10706778081,3362.79348646073,1044.72385023677,3962.83461902128,183.676275565738,1449.30665662791,1439.22513077865,8042.82654837044,805.089351842327,4691.76136432314,917.085240790496,5302.44970799086,686.246555153003,6020.5702701309,206.610846208391,1633.73027028192,389.732165689631,3141.32866665884,881.189282103152,7209.81457406676,448.195088180631,2099.10879383869,386.287672545529,2858.86477507647,481.35350839214,5110.42884192764,598.446481476884,3422.48832040302,566.415903299215,4360.00638922804,665.028186186768,6146.25959315602,9014.48730245899,2882.31937608392,72906.093624745,28358.0813144088,2026.81230898566,12918.2017759478 -7597,2158.95110237937,4679.01588167627,506.510916470181,1874.6823330997,1011.53091543587,3336.84242959902,1028.89562265451,3932.25297701864,181.070702813931,1438.12219358918,1418.80722439551,7980.75914817892,793.667762082369,4655.55451235994,904.030275236775,5261.53010515696,676.390630961435,5974.10884987149,203.691320341409,1621.12258940248,383.801243480182,3117.08667880618,867.817123992815,7154.17562129513,441.197621635062,2082.90973437009,380.809397698795,2836.80259295418,474.525500348315,5070.99108578873,589.956968384532,3396.07659177059,558.412132386412,4326.35972784969,655.630969015089,6098.82821420546,8886.32188111549,2841.06243989886,71857.4557712588,27946.5231162762,1997.99507236501,12730.8115043451 -7598,2147.91741288789,4621.24784337004,502.774836894928,1851.53714112576,1000.54471550555,3295.64512525778,1021.5044828981,3883.70461848543,178.761770641942,1420.36685783714,1400.52633515354,7882.22714661205,783.441600131627,4598.07613267331,892.418958104445,5196.57023317738,668.33294386819,5900.35134239295,202.318583198939,1601.10789524202,380.727535682988,3078.60252162042,860.910550506383,7065.84878039704,439.201776066188,2057.19372648161,376.870891507772,2801.77887749753,468.514140589352,5008.38364552729,582.416309244398,3354.14797096539,554.648824879506,4272.94565087173,651.212474494007,6023.53089724591,8738.97157555411,2802.41777137451,71184.8867513533,27769.650017667,1964.37496297426,12662.6905816961 -7599,2184.15603564182,4587.58772973808,510.388539725408,1838.05096754745,1007.09353679748,3271.64039900923,1033.79804056234,3855.41660122214,179.580484582561,1410.0212301075,1406.62049625067,7824.81480466018,786.850618014089,4564.58479648881,896.287973863814,5158.71960268238,672.301351053417,5857.37453106733,204.882060107957,1589.44579108368,384.843343296133,3056.17868411643,870.280519558601,7014.38275197451,446.221971174105,2042.20959731492,380.372303797683,2781.37136018086,470.726967178142,4971.90372314815,585.053572340144,3329.71712335286,561.676500897751,4241.82249084518,659.463659900877,5979.65687418138,8721.28369413491,2809.64218457578,71871.1789872387,28165.0563724151,1959.57209020415,12858.065958767 -7600,2277.07436182079,4632.87942854709,530.419476268838,1856.19742178921,1035.32347129017,3303.94019582898,1070.53064695358,3893.47982263018,184.395368886388,1423.94189182136,1443.89567648128,7902.06654920375,807.702012316406,4609.64939513412,919.97394671016,5209.64989290229,691.233580872335,5915.20240460378,212.10075431133,1605.13785067665,397.985796700445,3086.35130045034,900.037993287811,7083.63337553734,464.366409792756,2062.37164051398,392.930092880977,2808.83089694453,483.439982795959,5020.98964350592,600.698595369223,3362.59029198842,581.46628092566,4283.70056663898,682.698815270523,6038.6919998469,8875.86850846869,2875.80270887823,74239.3475030813,29252.6703454116,1993.19219959491,13369.181420179 -7601,2341.06582852701,4840.55844048736,541.910802354546,1939.40555454309,1037.44325985669,3452.04658321983,1087.72662252566,4068.01362068043,183.828279267796,1487.77321955496,1438.59453822477,8256.29406548935,804.736604145236,4816.28706972448,916.55867878343,5443.18390970531,691.288505202925,6180.36436484069,215.854970986895,1677.09168586657,403.143704129541,3224.70378694686,911.871357905815,7401.17282439799,476.410954439716,2154.82198617081,396.13518003286,2934.74292085569,482.133511875362,5246.06654960893,598.770144249288,3513.32579895997,591.758325455243,4475.72686795944,694.782691563181,6309.38965284692,8693.36376209728,2851.8670941375,74975.084167329,29881.6797313154,1949.96634466393,13697.2757812706 -7602,2415.20873759589,4795.916552209,556.023575481634,1921.51945169839,1054.81848195881,3420.21019909299,1114.77876734821,4030.49650115755,186.350834836297,1474.0522808105,1457.82609844583,8180.15066968154,815.494562731542,4771.86902335099,928.789203976082,5392.98432819769,701.819488318594,6123.36616124768,221.424999553917,1661.62476390012,412.45289065922,3194.96406415298,933.026170686001,7332.9157556284,490.922216731502,2134.9492124921,403.846633861802,2907.6773524488,488.856226431712,5197.68487636031,606.938699672133,3480.92426931604,607.028350335785,4434.44962665342,712.711208206488,6251.20151785177,8720.73312514091,2882.04411044936,76569.7542248822,30714.9197642904,1954.76921743404,14103.4106769795 -7603,2458.38557133789,4645.48572636854,563.927731752248,1861.24822828556,1060.26004506939,3312.930383192,1128.29792948941,3904.07417695407,186.823097887113,1427.81650929104,1461.07143470455,7923.56846952363,817.309974100595,4622.19248286687,930.837148813926,5223.8256121517,704.656438743684,5931.29796770589,224.286161404572,1609.50551145915,416.829223226353,3094.74941749076,943.011988629666,7102.90829804877,499.19849922418,2067.98345742393,407.064331564075,2816.47386701598,490.189228643155,5034.65200873271,608.43453421396,3371.74006921145,614.872118481864,4295.35673122385,721.920566334805,6055.12358434552,8661.80099064108,2881.46264935782,77265.4565663827,31167.275297329,1940.36059912371,14331.7536582187 -7604,2402.86367178572,4353.85137413788,547.189828543687,1744.40276725756,1016.09212200898,3104.95120443715,1092.7593377691,3658.98416684086,178.159252869943,1338.18102931792,1392.61682938987,7426.14260405419,779.017095075065,4332.02043412396,887.194670122718,4895.88423243365,673.469821979988,5558.94288094274,217.713255306922,1508.46395737972,402.675245872225,2900.46720571618,911.165959465374,6657.00184553352,486.97598271845,1938.15956998708,391.177363153588,2639.66124070233,467.603144003717,4718.58657149773,580.152881398655,3160.06893536355,596.852742379769,4025.70278076616,700.764039945638,5674.99497170686,8134.17918178709,2736.1019321887,74474.0186533781,30313.1763225187,1820.28877987101,13974.3428722574 -7605,2150.55099603001,4090.87360768976,485.680883819115,1639.03877935383,886.7335341755,2917.40848363517,967.398208275846,3437.9772005993,154.329440340554,1257.35331427839,1205.53230863841,6977.59481784821,674.363728252571,4070.3612822428,768.018099939309,4600.16704101048,585.411309139711,5223.17616384104,193.303752617986,1417.35095232043,355.271899765684,2725.27556000542,804.107437822446,6254.91106977155,435.258113146479,1821.09244230264,342.566299859482,2480.2225833832,405.229129836958,4433.57836824681,502.477451945767,2969.19703849993,529.93500418565,3782.54557701813,622.196009288761,5332.21857122412,6899.38858905852,2357.33874920823,65471.2513805246,26971.249710546,1541.72215920473,12476.584321602 -7606,1844.00631373442,3849.53448211753,420.831724533015,1542.34447302164,771.456552105137,2745.29736999577,834.033928991442,3235.15538528576,135.475752429414,1183.17635881516,1058.72784704502,6565.95495961075,592.242657473434,3830.23227146794,674.383024702013,4328.78239371246,512.717846706873,4915.0373922785,165.852131169413,1333.73501297217,307.179937556581,2564.49923600491,695.042356279227,5885.90559248837,372.795957890333,1713.65796747913,299.603424088158,2333.90304215537,355.625834787152,4172.02153976467,441.136428235673,2794.03068391585,454.677411251065,3559.39611567113,533.836165868844,5017.64689515957,6141.12959397297,2073.58675368263,56819.4392660915,23195.19834477,1373.62161225095,10691.2323656639 -7607,1479.15174115115,3533.72722605049,350.51113111105,1415.81395921593,688.215397415465,2520.07927322747,702.132167114955,2969.75042530327,123.956931618495,1086.11119910388,971.196141548914,6027.29860287801,543.278223392585,3516.00852587719,618.684020754282,3973.65870376497,463.439088920501,4511.81864478242,138.190891037166,1224.31835578312,262.131107278538,2354.11341645427,592.55169422326,5403.03897490947,301.383376551097,1573.07327521023,262.665221628128,2142.43482201251,324.867794705745,3829.75816198582,403.86304401021,2564.8146143486,378.845156539321,3267.39116656168,444.801612792809,4606.01029202359,6067.53859805067,1938.80183019698,49146.9168673905,19104.5567732536,1364.01586671073,8684.128774989 -7608,1210.96806689315,3268.54010505878,309.428580668389,1309.56477706726,599.141635926328,2330.96095016862,586.828737782146,2746.88671371162,121.287952764298,1004.60442635586,971.187797502495,5574.98243312061,543.273555809468,3252.15109752616,618.289157949425,3675.45710413759,455.366280354398,4173.23105148258,122.88118019103,1132.43988323042,249.389430993817,2177.44993354724,562.30588003239,4997.57011477799,255.421081980361,1455.02263171779,241.00898167955,1981.65667304461,313.493512839408,3542.35551992999,386.698153343058,2372.33914582842,336.874157159078,3022.19112672084,395.523516207403,4260.3541249048,6379.45112443458,1893.65751734717,45363.3763431303,16936.4631606515,1408.67390750976,7514.10951425968 -7609,1298.95445048456,3130.13075197439,329.510843407507,1254.1100456612,628.83738152318,2232.25425335359,623.127987553805,2630.56725584342,126.888487403105,962.063522989728,1015.5624237721,5338.90464694606,568.096315180209,3114.43575212025,646.526041189211,3519.81647446144,477.3942426052,3996.51172372724,130.429002331377,1084.48566923675,264.052505296746,2085.24380267877,595.421387081153,4785.9433871421,273.549596833203,1393.40835295539,254.282234096802,1897.74158883715,328.067809804944,3392.35119991276,404.546402275148,2271.88025105682,357.566229109911,2894.21364891679,419.818051367443,4079.94549004491,6598.66699424175,1973.37775795987,47905.2592000457,18051.8835686509,1456.10400540571,8029.28943674749 -7610,1294.78686072349,3067.48915044614,331.335864747931,1229.01222452279,656.759924851279,2187.58136505328,636.194437345528,2577.92314641448,133.06628213056,942.810269810454,1066.02702363996,5232.06005673832,596.325749984906,3052.10824607386,678.789194552892,3449.37630485935,498.363925575722,3916.53171179233,133.340729446064,1062.78244833692,271.079861360051,2043.51295444047,611.173668415321,4690.1649093884,274.647738415369,1365.52283067907,261.469559390995,1859.76312025831,343.826658180019,3324.46192341055,424.259256381461,2226.41434925165,365.548620035134,2836.29332785074,429.190166323104,3998.29576359716,7083.32573756784,2088.22251559713,49337.4275995741,18256.3585287829,1565.1932305664,8086.15542624501 -7611,1442.11760950869,3108.23218184372,368.800071269897,1245.33622151051,742.862197288881,2216.63727751777,713.954495351704,2612.1636599236,150.481067767961,955.332872675819,1205.89738605661,5301.55337088247,674.567949215438,3092.64698508799,767.911287369498,3495.19164118109,562.602315838546,3968.55190377247,150.006685311544,1076.89854672805,304.637774257837,2070.65532019327,686.859713158675,4752.46065903605,306.501244243204,1383.6599900416,293.30403246715,1884.46488234595,388.749664096704,3368.61812083538,479.789204924271,2255.98604952071,411.237714383884,2873.9655680582,482.833673446199,4051.40196278596,8067.38089664821,2368.98314353478,55504.8278305404,20428.4788666352,1783.37168088778,9041.88896066698 -7612,1833.28015650151,3224.09316056993,461.93055620787,1291.75677989422,896.465248102812,2299.26359029916,883.969912620344,2709.533425284,180.208426298353,990.943404695947,1442.56567078074,5499.17154300863,806.958019313161,3207.92701746137,918.506517720215,3625.47673595245,677.129425991543,4116.48174967738,185.910250705423,1117.04050277031,374.572058995443,2147.84007923527,844.785328888849,4929.61111341011,387.000045732749,1435.23663917578,358.511790599333,1954.7092955269,465.872562481076,3494.18512149724,574.545410977172,2340.07910833946,509.665995364474,2981.09413634396,598.398192007084,4202.42008793233,9412.01337320375,2811.1115922718,67931.9758120029,25555.0964933581,2077.43828784268,11379.3612964374 -7613,2553.46690756801,3468.09650112374,632.061438147346,1389.51852367134,1169.13252439475,2473.27469013586,1192.38372385773,2914.59425144035,232.702018655155,1065.93922181521,1860.0416299303,5915.3556170865,1040.49024590764,3450.70688439768,1184.12441219463,3899.85727975663,880.321820543973,4428.02215754591,250.88895382306,1201.57950354835,500.875866788201,2310.39126129111,1130.02738336638,5302.69015281686,534.874183995383,1543.85711538504,475.043744659733,2102.64410204963,602.151232031217,3758.62935424642,741.861923208825,2517.17917684185,687.802678394491,3206.70701151433,807.548243265795,4520.46441506482,11715.7607713741,3584.12423843743,90277.0072878629,34908.7594697501,2580.19732553977,15657.4795959267 -7614,2651.71606642518,4046.6865798494,657.923304105046,1621.33491970913,1235.58029648327,2885.89648344876,1248.59527808839,3400.84234656914,246.332016056603,1243.77217948147,1969.76670119989,6902.22725432939,1101.86944546449,4026.39581556089,1254.05818881773,4550.47894780482,930.01230524825,5166.75872035588,262.979128941132,1402.04162429035,525.563789690083,2695.83885807059,1185.67951748993,6187.34947875601,556.57460393159,1801.42215420168,498.918954480645,2453.43278862243,637.258030385871,4385.68966046031,785.327605651364,2937.12565111776,720.947441054439,3741.68891344266,846.463466628957,5274.62332066085,12526.4613230637,3808.2146340422,94870.8167330979,36434.3438701838,2760.43169754438,16317.983632279 -7615,2606.03671989094,4475.88553714743,648.040460022916,1793.29665759987,1236.11000294603,3191.97992656343,1238.18923301012,3761.54188686731,246.732032960118,1375.68892470408,1973.73238055647,7634.29006229275,1104.08781016263,4453.44269740075,1256.70535172947,5033.11104225211,929.80525166465,5714.75457119089,261.025864975277,1550.7447154144,522.219041608468,2981.76444289077,1178.08675502165,6843.59104634966,548.57041340338,1992.48427254979,495.664564625697,2713.64834371905,638.132177300033,4850.84390261868,786.615512674074,3248.64255316554,715.592640985108,4138.53926211556,840.176402729873,5834.05948768215,12669.6618815939,3829.06718307605,94366.3041861596,35999.2277561839,2793.63276607155,16101.8163738551 -7616,2487.47143072783,4610.85090009218,613.749027243999,1847.37152887435,1154.49561285509,3288.23054015163,1169.13426890045,3874.96700951164,229.281325690384,1417.17129807596,1833.20550813024,7864.49360984359,1025.47836524775,4587.73132141042,1167.19808593952,5184.87892213219,866.02872302217,5887.07665548899,246.962080643899,1597.50570195294,491.456720482059,3071.67624177627,1108.90969470147,7049.95194225512,522.218573035563,2052.56542537967,464.48810578693,2795.47539907487,593.193607772811,4997.11571910542,730.964967558946,3346.60176539892,677.037302521277,4263.33232237968,794.908629249166,6009.97907938335,11624.6861922379,3544.36369845064,88615.7650802429,34140.2779029958,2561.22528638139,15316.7702793124 -7617,2336.00367357621,4639.24756292309,575.037779026675,1858.74886194488,1078.82746181939,3308.48163392635,1095.92704921358,3898.83161368866,213.859529640971,1425.89917420926,1709.68877507782,7912.92835176294,956.384236450081,4615.98559861776,1088.59709676826,5216.81082835972,808.351188972421,5923.33315878263,231.593939914912,1607.34419635923,460.267730656452,3090.59365126389,1038.58686221553,7093.3701990186,490.632412211522,2065.20647788513,433.89474178952,2812.69178149097,553.339095755009,5027.89125561206,681.795699999468,3367.21234770152,634.906119803703,4289.58873645985,745.442461612678,6046.9924969143,10808.7828138935,3303.63297959878,82897.4713790346,32022.3940286114,2380.99091437677,14380.1682594904 -7618,2226.54690677714,4682.65480930226,545.847259114007,1876.14029637754,1016.14912204324,3339.43753258814,1038.68880535945,3935.3111380406,200.909827272111,1439.24063873066,1605.70669582278,7986.9658817475,898.217614008348,4659.17519379333,1022.37787633224,5265.62206118763,760.380970833796,5978.75498706876,219.648369963408,1622.38335618012,435.464055905915,3119.51087507201,982.707602596397,7159.73951078981,467.088516599644,2084.5296386334,409.497124985197,2839.00880887352,519.928712526888,5074.93485730391,640.503843027958,3398.7177618889,602.157786796631,4329.72439049067,706.992685796923,6103.57134717104,10081.2150298754,3096.64209835041,78327.3719577045,30417.9875261173,2219.72858153053,13680.9299658171 -7619,2136.01648598905,4708.64718010321,523.369216615929,1886.55433205686,966.961838024876,3357.97400434369,992.401479989432,3957.15517106944,191.124487493836,1447.22954200822,1527.22109904954,8031.29974517056,854.313490265776,4685.03723449364,972.352228680663,5294.85035297634,723.978169216797,6011.94172042422,209.730182242347,1631.38884377049,415.709144150278,3136.82658308051,938.134640186531,7199.48162541953,447.470155775906,2096.10039700007,391.105218229266,2854.76751257314,494.66406108516,5103.10468702095,609.303420972887,3417.58328495486,574.967446307683,4353.75772337697,675.068541873983,6137.45090825903,9545.44239737088,2940.24044452626,74744.7485878942,29111.2061807332,2101.15333679065,13099.4262419703 -7620,2080.54301637377,4620.40309535302,508.591695233104,1851.19868658244,933.824914316349,3295.04269280259,963.093222887306,3882.99469080219,184.37416263079,1420.10721972049,1472.98303719587,7880.78630293141,823.973215399024,4597.23562036434,937.810326210713,5195.62031823048,699.04799929417,5899.27277870948,203.406056973904,1600.81521829298,403.011191390987,3078.03976379754,909.49284878456,7064.55716783955,435.664789844494,2056.81767863047,378.535338291667,2801.26672207304,477.255488415163,5007.46813043344,587.778531112496,3353.53484439368,557.630093539233,4272.1645712829,654.712778206819,6022.42981676866,9160.54263258666,2831.28040427227,72380.9788539121,28289.4637495237,2015.77916057794,12739.9785261177 -7621,2051.2298063946,4536.18782580785,501.411577182754,1817.45721572917,920.623734047508,3234.98453276535,948.534864442803,3812.22003374742,181.77272127488,1394.22317674336,1452.19943583624,7737.14460565249,812.34705921975,4513.44262028583,924.531871098825,5100.92066616025,689.056492531836,5791.74777776763,200.541561615237,1571.6374426058,396.900454471036,3021.93687774422,895.7393785547,6935.79273455768,428.873787166426,2019.32842679759,373.190360214481,2750.20852927065,470.521706610822,4916.19789499285,579.48521780277,3292.41055826077,549.777186705682,4194.2965836881,645.492690357253,5912.66005428924,9031.20678167573,2790.99210947178,71343.8804024345,27879.8936310333,1987.32110184037,12555.5291076924 -7622,2039.66322583497,4434.42770975392,497.248352663533,1776.6862723076,909.372361039412,3162.41425699018,940.838957853899,3726.70065757649,179.147332164081,1362.94662521626,1430.9781611369,7563.57755701357,800.476072584241,4412.19274649754,911.058920262648,4986.49192138535,679.761384446676,5661.82173663953,198.991595277905,1536.38096410542,393.231318014112,2954.14589130461,887.50978141995,6780.20237968323,426.629293985066,1974.02891475074,368.8357662134,2688.5132137639,463.777549066122,4805.91302859196,571.111506778165,3218.55204680327,545.528011993151,4100.20609989189,640.503739772699,5780.0215930049,8861.290488123,2747.70234075246,70586.1145945133,27678.1256983745,1949.37702352361,12478.6663237963 -7623,2068.5545372833,4395.76406827253,502.761736660889,1761.19539827524,909.617794116044,3134.84126244594,948.005740886757,3694.20766692157,178.665863094986,1351.06313469059,1426.63888089752,7497.6309523733,798.048718975226,4373.72297099029,908.277779970497,4943.01484869022,679.158295256069,5612.45648364974,200.638935025783,1522.98530480889,395.434679017444,2928.38878236045,892.572095911351,6721.08599959146,432.064123194135,1956.81741616978,370.132595155271,2665.07214812508,462.634500618015,4764.01041781775,569.568492463455,3190.48958856248,550.044132266886,4064.45652654846,645.806110798564,5729.62575903178,8758.50734866687,2732.6476548374,70879.8234648917,27963.0791431899,1925.66197457563,12628.1488278058 -7624,2154.58209625849,4483.68324460582,521.594550629139,1796.42086678843,932.557747075934,3197.54086539304,979.927942702433,3768.09509359765,182.836329380481,1378.08559452496,1459.37275892508,7647.59021486909,816.359750432989,4461.20130584791,929.04882131787,5041.879525536,696.099348879337,5724.71058636886,207.312584905612,1553.44636038122,407.967069707889,2986.95915277388,920.912989547304,6855.5136749561,449.036973330823,1995.95549837625,381.377237180639,2718.37595253605,473.55225366672,4859.29484743509,582.854182018924,3254.30220734039,568.339693677895,4145.7492584846,667.286906004988,5844.22335107907,8872.07735167112,2786.19067588223,73038.284387965,28993.8518987284,1949.37702352361,13111.5592384738 -7625,2234.3343359422,4739.12322654718,538.866155402681,1898.76478555735,951.665626140542,3379.70801154356,1008.69132639872,3982.76729280349,185.916874828958,1456.5965285439,1483.33738471786,8083.28118584284,829.765342535328,4715.36046893632,944.281370906554,5329.12051574262,709.332018351698,6050.85315466041,213.562591909467,1641.94777508754,418.961007553893,3157.12924517772,945.841246208283,7246.07924210143,464.920995002306,2109.66710748119,390.642401026206,2873.24458761659,481.66167036186,5136.13380334702,592.664224933289,3439.70310471084,585.473853997552,4381.93679849308,687.404101678422,6177.17468278986,8921.71310128175,2823.42834359078,74879.0992938331,29936.158289303,1958.8630431028,13563.7260901047 -7626,2302.76240728826,4681.48515286834,551.871417874225,1875.67166487298,964.892588053347,3338.60339153894,1031.82708526431,3934.32815676618,187.802099519948,1438.88113816067,1497.72148405335,7984.9708583235,837.811675915138,4658.01140221268,953.413382164557,5264.30678834065,717.773751971016,5977.26158438968,218.632502434827,1621.97810932591,427.549683632295,3118.73166837959,965.347133566482,7157.95111601697,478.398089423538,2084.00895461914,397.167800324191,2838.29966735989,486.683473429131,5073.66721523989,598.663116199669,3397.86881353393,599.372823981789,4328.64289074391,703.72286452502,6102.04676725071,8906.91289790082,2841.79998439364,76275.0331691949,30714.6847085542,1954.12003331321,13944.4160384901 -7627,2340.0979303478,4507.79116297694,558.216965360323,1806.07988265865,965.747868396263,3214.73343899064,1041.35073138285,3788.35542957039,187.308656573408,1385.49530061006,1493.16336714412,7688.70986373314,835.261907078005,4485.18834307849,950.488279316802,5068.98875993271,717.227493921288,5755.491274474,220.811031092953,1561.79894819951,430.540440405559,3003.0194682566,972.2088651885,6892.3744777942,485.447123988438,2006.68737429213,398.752930834922,2732.99214685454,485.535237110845,4885.4223584862,597.079903027519,3271.79997595817,605.345178775356,4168.04016960793,710.734998634417,5875.64663675829,8783.76962661193,2824.62534973005,76680.9514629212,31085.6220691938,1925.66197457563,14138.4680903955 -7628,2293.45822635612,4209.00891381853,543.386681548354,1686.37056383916,930.753175348286,3001.65673409909,1012.55494285942,3537.25831461199,179.667236836838,1293.66287378546,1431.55976483085,7179.09219442312,800.801416361927,4187.90423816023,911.24787159617,4733.00960564306,689.286058621863,5374.00984247632,215.098754260462,1458.2808867798,417.524835033342,2803.97544013892,942.979893479561,6435.53895146574,474.826184340173,1873.68153054918,384.977994675982,2551.84588008068,465.87169476571,4561.61022354398,572.710177682341,3054.94082692705,589.685185598098,3891.77705726898,692.34862071369,5486.20115139306,8315.13618852647,2699.15516597363,74234.7359666582,30325.8418472715,1821.31575920454,13824.4373514145 -7629,2056.68838377144,3958.37751593709,483.290959391901,1585.95323985262,815.456986210985,2822.91883198689,898.863812996552,3326.62725770252,156.218343001311,1216.629885478,1243.85084258465,6751.60298044195,695.798765064108,3938.52954808587,791.777034856957,4451.17584431409,601.307928599219,5054.00681406113,191.416165164883,1371.44548570534,369.224434679396,2637.00875069333,834.095066731151,6052.32566858794,425.140270230283,1762.11050972182,338.151877626275,2399.8926024331,405.252094916099,4289.98268121124,497.949761322487,2873.03004802988,524.760253818347,3660.03567964824,616.120341514088,5159.51753256818,7090.35988159391,2334.72996416943,65443.3013482867,27033.6438290665,1550.96420119762,12364.9704459835 -7630,1762.35704054791,3768.17837134346,418.569186231487,1509.74854528497,708.598565630869,2687.27822041322,774.287421642374,3166.78357016907,137.026097569918,1158.17109457862,1091.56591086125,6427.18998386805,610.611969506823,3749.28409385957,694.725164395861,4237.29785147087,526.232165697918,4811.16292943047,164.143144979297,1305.54784022111,319.124474850658,2510.30107648883,720.698648126235,5761.51278873178,363.963722993689,1677.44149816869,295.542167378856,2284.57830553706,355.353976763754,4083.84998340697,436.782711230248,2734.98160385623,449.992289562806,3484.17179282883,528.335370498766,4911.60388177077,6303.81748199702,2052.28195489,56761.9159122917,23240.3343209565,1380.21584877219,10591.3516893861 -7631,1396.12492836473,3460.42875198959,343.863858281677,1386.44638324696,617.273507588358,2467.80643114777,640.58796691177,2908.15026190873,122.454595813839,1063.58249542583,978.014139007635,5902.27712780673,547.092148703863,3443.07758264195,622.494394231648,3891.23493396248,465.02500475335,4418.23207152796,134.685054874471,1198.92288479654,267.976012621638,2305.28312759656,604.657937990969,5290.96622938659,290.771165739763,1540.44374177911,254.138707377779,2097.9952846111,317.035923612301,3750.31925475314,390.376337856019,2511.61384772039,369.234037891132,3199.61717854599,433.517210704871,4510.4699448725,6037.99510368768,1871.32476601906,48201.9333919318,18891.2942919331,1328.04274108664,8497.41275197677 -7632,1178.69999260827,3205.96348269264,279.752673366449,1284.49299031093,549.084552175888,2286.33440178907,530.126009504014,2694.29721288204,109.90603793545,985.37114489233,879.523330298322,5468.24867456116,491.997292693874,3189.88824482549,562.040458640256,3605.09000328036,424.981303111184,4093.33400412768,126.556852977597,1110.7591754381,240.33306512766,2135.76237340323,543.252929282398,4901.89098961238,239.93550896682,1427.16603555174,218.704635790759,1943.71760015499,284.184866101953,3474.53666608935,380.448977048731,2326.92040654995,346.950876556162,2964.33088735513,407.354579537939,4178.78909505935,5628.94044112882,1733.94617645704,42608.4723484572,16274.7764272961,1318.12371036957,7318.67910299729 -7633,1251.44024377317,3049.74936014787,293.736377286226,1221.90464628282,563.47182001484,2174.93022505795,553.810618468643,2563.01459620305,112.128739110208,937.357844175939,896.630728192715,5201.8021996825,501.567014336418,3034.45740605537,572.940080645717,3429.42799883222,434.909592941905,3893.88176981826,132.103174131685,1056.63620401739,249.829203922589,2031.69498557225,564.809817271463,4663.0409203941,253.939527001188,1357.62578932842,226.124883532903,1849.00780666476,290.074540866195,3305.23601763439,387.974343998304,2213.53863177208,362.155908451301,2819.8905807202,425.206788000374,3975.17296676955,5635.43619833697,1757.98279489333,44131.4681875973,17102.9785415566,1318.12371036957,7718.64331774005 -7634,1267.0856808003,2975.7360963942,301.743867432623,1192.2506845347,609.16135188482,2122.14763036458,579.810370901187,2500.81372232399,122.19739470887,914.609445812735,978.519680194099,5075.56154422717,547.374943811756,2960.8152572026,625.433061185735,3346.20045157256,471.182078494024,3799.38256204034,138.605174784427,1030.99308229678,263.858272628182,1982.38851508024,596.372639291829,4549.8752674899,259.662896222694,1324.67806026668,239.835542285054,1804.13490521733,315.833735175288,3225.02244063098,423.154063673488,2159.81906362555,379.980899929534,2751.45567651639,446.135087651773,3878.7009323458,6358.69074310297,1940.20694968118,46827.0613111353,17678.7642803254,1490.42746335906,7933.4380112622 -7635,1421.2404977124,2983.33886006308,339.014892760798,1195.2967880516,698.859055005842,2127.56954493681,657.699178686389,2507.20309795908,140.35499378451,916.946198549065,1124.42409460306,5088.52919110768,628.992536442241,2968.37989934107,718.759603332879,3354.74972153399,540.004480184172,3809.0896754305,157.638531669395,1033.62718575725,300.074047439887,1987.45335648144,678.229094090498,4561.49982869462,292.118990065518,1328.06250495644,272.545053424497,1808.74432314515,362.658649277225,3233.26211063152,486.156569008421,2165.33722564543,432.160135582738,2758.48542195629,507.398661363141,3888.61069772004,7383.10160293584,2238.26127520559,53343.6709020084,19971.0252214592,1731.65271754434,8950.09356496912 -7636,1818.91022489507,3008.48647654387,428.23480080451,1205.37236666221,853.127179147697,2145.50357974208,821.540666884664,2528.3371980075,170.119107975914,924.675461772668,1361.52740598947,5131.42220009915,761.625956469085,2993.40142146086,870.200253683277,3383.02809128793,657.200788729558,3841.1978370547,196.820314544533,1042.33999421475,372.326879657681,2004.206302468,841.741099769038,4599.95032112939,371.3588774886,1339.25721266606,336.594623226513,1823.9908675988,439.847069245828,3260.51641842353,588.918511478842,2183.58961756478,539.575527114074,2781.73766942567,633.51493490444,3921.38917011499,8736.33029594998,2690.3648337869,65938.300607353,25175.2549746487,2046.10706675015,11335.8576379958 -7637,2507.53160570483,3022.19745163713,577.514003991006,1210.86577028102,1086.67057909866,2155.28156823353,1089.34118657197,2539.85992500644,213.840326734963,928.889608096594,1708.36070918962,5154.80831219474,955.641328560086,3007.04364742855,1091.6292772915,3398.44601463945,832.228115067394,3858.70383825588,260.735970389207,1047.09038874396,488.105837834326,2013.34033810656,1103.94485585224,4620.91428582557,506.930197881573,1345.36078748001,436.439184686492,1832.30358349463,553.535490619481,3275.37600305278,739.507289435422,2193.54118061609,714.797905825537,2794.41525205694,839.243305197493,3939.26063793165,10494.627566212,3330.63517342372,85839.4954459484,33879.0071612138,2451.02088627544,15375.356863911 -7638,2571.97649355963,3125.51710540085,591.128435317634,1252.26155402507,1119.51127754301,2228.96402907757,1119.58326374814,2626.68993934514,220.073608790482,960.645492425485,1758.31344915936,5331.03538489835,983.584433627482,3109.84523914336,1123.60369437358,3514.62845181841,856.001902494469,3990.62107759091,268.429065770145,1082.8871949274,501.735262050663,2082.17026400337,1134.83969252016,4778.88916063883,520.295173380458,1391.3545430086,447.909648950744,1894.94441847189,569.638083503004,3387.35105431824,761.10191024836,2268.53162016362,735.888238929183,2889.9477316301,864.005438266669,4073.9318669659,10825.0765509373,3432.07771828657,88248.1410797861,34793.7490159466,2528.55757512071,15794.5373625471 -7639,2494.3149603586,3357.82388161549,571.837789560722,1345.33698275666,1090.36733300966,2394.63371842231,1088.45605397746,2821.92095275738,213.986758878594,1032.04630384478,1709.81728639365,5727.26922473623,956.456124502722,3340.98719027314,1092.70824405658,3775.85626715282,832.000963431076,4287.2274586686,261.401895046687,1163.3737271633,487.787552502069,2236.929379135,1103.36538295357,5134.08425231719,505.338416152317,1494.76817907522,434.184817129786,2035.78780985838,553.854462444728,3639.11886642722,740.08484405328,2437.14220511629,716.623513354462,3104.74560933288,841.38674865764,4376.73039489511,10547.1499691232,3341.91676222966,85760.2122121104,33791.9046948399,2463.94366774965,15347.1160908633 -7640,2390.42059321178,3598.90308423609,544.278674689076,1441.9271490351,1024.99285272412,2566.55946788356,1033.15829225521,3024.52432837629,200.153067625933,1106.1433705077,1598.51071362317,6138.46574562957,894.192247496148,3580.85758139358,1021.53856309601,4046.94863238349,779.720650626098,4595.03436386331,248.46567369655,1246.89961189771,461.521345846248,2397.53254655932,1044.14316068176,5502.69230961056,483.065398523995,1602.08694665177,409.280478173098,2181.94976450779,518.21079774728,3900.39399743193,692.048856150425,2612.11990501869,681.159346609189,3327.65473805039,799.748315930276,4690.96327633468,9743.56297661121,3114.48238947217,81000.1510230073,32197.7163990648,2274.40953946122,14658.5147555945 -7641,2243.30554339966,3800.53887021726,509.377945451771,1522.71401859455,955.900170834534,2710.35612577105,967.231819844815,3193.97938895923,186.226657040725,1168.11727830676,1487.03973954208,6482.38563909935,831.836405902673,3781.48233177198,950.337451893078,4273.68707162915,726.068083297915,4852.48040891699,232.677668808341,1316.75967131023,431.559284038355,2531.85913111183,976.414679160676,5810.9917172053,453.471405335457,1691.84709110059,381.59980625233,2304.19788996164,482.206377794298,4118.92141839897,643.835252163762,2758.4691780604,637.877122010836,3514.09328970791,748.930711496655,4953.78393171038,9026.42577817186,2894.88887935118,75646.1472069831,30167.9713471982,2106.41338029647,13748.3365289941 -7642,2157.19265551324,3919.19402224929,489.362893351984,1570.25408318737,917.019637884531,2794.97510459126,929.065320829993,3293.69738236116,178.533528511035,1204.58661541442,1425.52150543072,6684.76969036249,797.423669376593,3899.54252699825,911.021632619959,4407.11420039642,696.244279387282,5003.97782028792,223.526317176481,1357.86971499728,414.363361101805,2610.90532439773,937.528574486136,5992.4144388791,435.969295097223,1744.66759384103,366.168001581977,2376.13635981596,462.304550724839,4247.51666865099,617.216268990037,2844.59027585086,612.789033964673,3623.80543521774,719.474819472698,5108.44410112929,8639.68314178969,2774.04580879944,72611.9486908029,28990.010991171,2015.95390997699,13215.5823524368 -7643,2067.69527284449,3993.4672089546,468.62343490932,1600.01218498923,870.399835014577,2847.94306346278,886.184308846329,3356.11669593485,169.335153235126,1227.41490257792,1351.75880896891,6811.45368316193,756.161492796582,3973.44329550544,863.825444330739,4490.63402972342,661.021408535568,5098.80889443365,213.043116229662,1383.60289133173,394.782510122293,2660.38495146594,893.238779305625,6105.9775117731,417.194924397476,1777.73103014973,348.968461068948,2421.16684784181,438.552230133481,4328.01194313183,585.337430971737,2898.49849867906,584.049730860659,3692.48067205104,685.732040528446,5205.25493017802,8144.4480975264,2624.98267827029,69145.8126889878,27705.5548523498,1899.64887670909,12636.9216211353 -7644,1956.5293589062,3905.80795557294,437.22570107367,1564.89085652979,786.384963962201,2785.42882469381,820.948087775695,3282.44770895339,151.453793368685,1200.47233154385,1207.54113359884,6661.93775801026,675.487446530395,3886.22358030223,771.595133742287,4392.06163494498,594.119853933273,4986.88665808235,197.34762829974,1353.23189037325,363.163661587734,2601.98773762871,821.927326777172,5971.94725639827,393.014486845125,1738.70865519022,318.202809716974,2368.02063000926,392.551345214538,4233.00921099192,523.161142771994,2834.87453458282,541.021138041375,3611.42827274439,635.212224841596,5090.99613275571,7051.47011524983,2324.47681983337,63297.1392514462,25876.2251776044,1641.19324722486,11859.1862239436 -7645,1925.31754301542,3784.8784698352,429.903596895391,1516.43956330995,771.863705607564,2699.18790369597,805.99813145464,3180.81836160199,148.571188153365,1163.30396501194,1184.47590583985,6455.67449154741,662.584969447787,3765.90045526039,756.809038759196,4256.07702922863,582.850541157598,4832.48540593326,193.987166026245,1311.33386608527,356.386735259645,2521.42641905225,806.64361252035,5787.04709776688,386.013587277361,1684.87571053151,312.48042627103,2294.70327281693,385.097178944879,4101.94909927342,513.183464483942,2747.1027026091,531.808556470391,3499.6132094414,624.395744625268,4933.37150009844,6904.26613876807,2278.64460234147,62158.3630131851,25434.8804115195,1606.73249662696,11660.1801659164 -7646,1935.92470447496,3681.94869734735,432.973417797802,1475.19998838382,781.627882256232,2625.7834868716,813.662917329595,3094.31600415665,150.563050390975,1131.66791291484,1200.57553290417,6280.1124194845,671.59095332128,3663.48678989144,767.151396031023,4140.33301160675,590.357284068376,4701.06596212607,195.805100758179,1275.67214073068,360.104377100177,2452.85622592022,815.023565519159,5629.66834811959,388.877074743421,1639.0555144704,315.76320966228,2232.29881579656,390.214083862091,3990.39659080851,520.118106782112,2672.39524279663,536.792356509081,3404.44122589843,630.247217863823,4799.20845889377,7031.54098551827,2313.44753951822,62805.7414245352,25633.3491896508,1636.88565340012,11745.6479413194 -7647,1986.64871362321,3683.63819968453,444.986351095151,1475.87689999586,802.126501204,2626.98835627708,834.985401978787,3095.73586482032,154.519918460655,1132.18719108544,1232.12869908611,6282.99411759673,689.241505390399,3665.16782078093,787.312342313316,4142.23284858842,606.020223259309,4703.22309754079,200.930065459062,1276.25749681258,369.546731023405,2453.98174576503,836.392870419841,5632.25158287203,399.060428320278,1639.80761297858,324.260324465551,2233.32313046702,400.468785411658,3992.22762782738,533.787422111427,2673.62150051495,550.842255455334,3406.00339090418,646.743186211305,4801.41062806407,7216.60426399545,2374.24887287789,64456.4703487427,26306.4627468566,1679.96159164749,12053.4237212266 -7648,2081.92752857244,3821.39774223826,465.503850944235,1531.07128000486,832.787441627523,2725.2316403992,871.035555025484,3211.50922080336,160.359304357333,1174.52837148216,1278.3906756526,6517.96355503551,715.120031225135,3802.23661391502,816.811638805886,4297.14276955227,629.386576655901,4879.11275535269,209.404195774217,1323.98657317972,385.107653921748,2545.75498309348,871.614053055941,5842.88475571469,417.518606100542,1701.13262222063,337.96507787801,2316.84424631769,415.665722155401,4141.52770073545,553.884871554577,2773.60875629493,574.073766604039,3533.38003422045,674.019273679209,4980.9722722536,7441.76859145912,2457.88359293943,67141.8259178263,27491.5978325827,1731.65271754434,12601.7442555919 -7649,2179.75927239511,4058.51310881596,487.336988322925,1626.07330604424,867.975154387214,2894.33057827734,910.063490501752,3410.78138180915,166.951313627121,1247.40713055025,1330.77488339431,6922.39916261692,744.423277086837,4038.16304433039,850.273401094575,4563.7778208522,655.739218946184,5181.85868435452,218.808361277999,1406.13912123132,402.07686217782,2703.71750538242,910.050195900371,6205.43214129803,436.931187248709,1806.68684937075,352.748299958347,2460.60299895862,432.787905660095,4398.50693325481,576.612248420015,2945.70946429576,599.854934419534,3752.62408013905,704.288909772138,5290.03852128452,7721.27081688063,2556.33195797293,70070.9498844937,28748.495252533,1796.26662491539,13183.8680305889 -7650,2227.73703958432,4032.32580052864,493.032712940588,1615.58116721865,861.542852601283,2875.6550867595,917.779276323927,3388.77352298222,164.520154958619,1239.35831212545,1310.30552471791,6877.73280424899,732.972905385438,4012.10704359293,837.13976928885,4534.33032282888,648.188301860824,5148.42305725904,220.803084258861,1397.06609431844,403.630503059029,2686.27193309107,913.759671143214,6165.39196890405,445.208507713311,1795.02931267329,351.947402813324,2444.7261081913,426.71408526714,4370.12583555309,567.944942268271,2926.70245364972,605.32339282707,3728.4105021517,710.709419780454,5255.90487038963,7436.63540244087,2502.13667340093,70130.0635178323,29144.6146723694,1727.3451237196,13407.5076952217 -7651,2284.3204767007,3867.72913915694,505.00125451922,1549.63429698701,880.195061453896,2758.27289842662,939.532479203842,3250.44620628708,167.926463398348,1188.76859033453,1337.29167771503,6596.98865970651,748.068712122367,3848.33569744954,854.373687078928,4349.24219512941,661.890285676005,4938.26810240821,226.054455895706,1340.0388534119,412.959499642018,2576.62022993124,934.903995128841,5913.72506887419,456.347096745135,1721.75749721343,359.828325201777,2344.93413321652,435.578965034324,4191.74041783413,579.668454443442,2807.23654823207,619.71983165799,3576.2194463603,727.612260162422,5041.36258463485,7568.01990917505,2551.71771250659,71724.0629888324,29855.1153967088,1757.49828049276,13739.6601360152 -7652,2249.52150190949,3606.70079799764,494.806406500773,1445.05136074906,857.326360596072,2572.12041120827,920.312482906397,3031.07754040382,162.969507940348,1108.54004226589,1297.38209415863,6151.76590895688,725.743656736259,3588.61619611229,828.85412117609,4055.71712275525,643.057221055735,4604.99038708906,221.710526129039,1249.60125904836,403.722073710808,2402.72726064149,914.110958308737,5514.61494785446,448.710760352501,1605.55817528414,350.621864815209,2186.67737714627,422.812332409277,3908.84494907952,562.44959493991,2617.77956376843,607.811110756795,3334.86474024751,713.630246213669,4701.1271479474,7275.9994314687,2470.13780388647,70050.4447954125,29308.6076842457,1688.57677929697,13507.6912084064 -7653,2056.14016560227,3430.86243272476,452.169908773325,1374.60041867188,786.351226021326,2446.72119632386,842.701084946313,2883.30267645729,149.317417775891,1054.49511872253,1188.79139422347,5851.84736246338,664.999014110674,3413.65951385396,759.528369482818,3857.98775488797,589.116774599443,4380.48216555524,203.250576943263,1188.67914353604,369.708085638505,2285.58651141651,837.133040562568,5245.75957785027,410.522421692812,1527.28200525939,320.640521789089,2080.06976068137,387.373705055684,3718.27607618247,515.355576972201,2490.15431706282,557.203850853447,3172.27926471907,654.212327215679,4471.93194742122,6681.08307075371,2266.04700763606,64139.1329450547,26818.1623098916,1550.73377690538,12362.7780911711 -7654,1740.21180547743,3341.64363533017,384.827529827019,1338.85424736457,663.177081980461,2383.09476799094,711.408882047383,2808.32304601089,126.594840612645,1027.07321294936,1007.86169476839,5699.67140249606,563.788597930333,3324.8880744527,643.802822244905,3757.66166061761,499.441980668493,4266.56872294923,170.969557855622,1157.76781271066,312.379605654539,2226.15035392303,707.19536430947,5109.34479289916,346.557148591482,1487.56538401222,273.024133208213,2025.97801955683,328.429577884873,3621.58315234681,436.92475238729,2425.39842030165,468.706645012166,3089.78486380738,550.307871248921,4355.6403740332,5660.51297443686,1917.07063296804,54276.1722321459,22665.7763324974,1313.81611654483,10432.1038641907 -7655,1384.1286622959,3114.27540780282,318.239810098883,1247.75748470493,584.992508179403,2220.94700702113,593.542560046405,2617.24239739092,114.949318975414,957.190292610358,917.790572373728,5311.8609936983,513.403637302806,3098.65990929995,586.348319712953,3501.98721873845,448.466566802814,3976.2678189557,141.821831479581,1078.99232250545,265.179411232074,2074.68122213728,599.782337966275,4761.70070030196,278.44725196722,1386.35019124961,237.574455245046,1888.12878080326,297.663533332388,3375.16760597134,397.387637702042,2260.37228345055,388.79924388884,2879.55331772114,456.488693993456,4059.27896041029,5556.96432548923,1779.75393997277,46596.1740396994,18556.893532206,1296.58574124588,8432.90502135772 -7656,1267.94552190167,2864.22884128991,310.623365065351,1147.57447773338,639.95193380874,2042.62617768107,597.312913456825,2407.10283376725,133.161055240514,880.337055556552,1078.96848718903,4885.36929680461,603.565086123354,2849.86711815168,689.022675489585,3220.8110973769,517.220649116748,3657.01149590394,148.924804234392,992.359545950013,294.23858368985,1908.10413813743,664.091180783257,4379.38161962931,268.450360299265,1275.03951383234,254.44105682389,1736.53007582322,341.519238962051,3104.1738880862,464.121781321135,2078.88598101832,408.271777895928,2648.35269288782,479.351371216614,3733.35763565346,7185.06047353726,2137.17167561233,50250.9535656397,18636.9082864853,1695.42481146443,8304.83136960648 -7657,1293.72076213462,2702.2963948998,310.023168649235,1082.69504494667,611.660152775341,1927.1439755455,589.84046250596,2271.01452791492,125.788429480558,830.566195421668,1017.78101779222,4609.16936810253,569.337376348096,2688.74662816974,649.879290951009,3038.71886618361,491.329935037041,3450.25817735911,146.905670413566,936.255366473244,287.395462492869,1800.22729303292,648.88895778473,4131.78828172301,271.828750453971,1202.95369975823,246.234281074944,1638.35336614334,322.914197155907,2928.67587463427,438.068942250048,1961.35378951898,402.736398084107,2498.62505091979,472.85228887329,3522.28800096662,6570.36026390361,1996.86551973932,48805.3931630821,18617.1168292625,1547.41153427309,8354.80671123106 -7658,1329.46093921218,2611.64801811965,324.266672369474,1046.37610208106,675.211300637539,1862.49804198523,629.110070307574,2194.83347649949,140.196559865145,802.7049002782,1136.0987674379,4454.55504736709,635.523241461605,2598.55277753342,725.606223599056,2936.78521699892,544.239388599401,3334.5194657062,157.107749203313,904.848734179807,309.930153317917,1739.83877227083,699.547223355233,3993.18768200926,282.432213254601,1162.60068724985,266.767168160101,1583.39489692676,359.537387723282,2830.43361125716,488.673793983382,1895.56028972117,430.705015314375,2414.80881763185,505.690206520831,3404.1330530333,7583.18563531913,2254.24388942568,52870.4260816671,19590.9405846532,1789.61507876801,8735.78985277486 -7659,1521.52017719748,2602.29076664832,373.787953345877,1042.62705004463,800.718244244122,1855.82491359166,733.320718691899,2186.9696263042,166.911896989292,799.828895718219,1353.54601034076,4438.59485997509,757.161236869489,2589.2424448882,864.573512357117,2926.26303422311,645.925326538963,3322.57224427352,183.58431570271,901.606759346101,363.173472673359,1733.60511873146,819.637199657536,3978.88052382655,324.808965492585,1158.43521513574,313.028813349435,1577.72176481777,427.849109992603,2820.292474745,582.028754825968,1888.76870288139,503.289531593311,2406.15681965777,590.911594064968,3391.93641367067,9171.36356483928,2699.82878829673,62109.8956953301,22690.3632710341,2166.37614798233,10087.7637746635 -7660,1963.61981996589,2640.82444980546,478.054184387677,1058.06585531281,999.650747742616,1883.30522829438,929.821260280795,2219.3533997604,207.447326190853,811.672442812392,1681.14550825031,4504.31980131878,940.417394502851,2627.58291370401,1073.72117176801,2969.59396942849,804.93716774833,3371.77156810329,232.544882173949,914.957392427633,458.125021335404,1759.27565148705,1034.09264236357,4037.79819874215,416.995536530503,1175.58886149617,394.068113994247,1601.08403907812,531.98837464123,2862.05424019609,723.103124559503,1916.73683606878,637.513092421656,2441.7862296005,748.503304822513,3442.1628544392,11231.5875093017,3337.39473812928,78183.3167835537,28951.8534907591,2650.78323697216,12912.065907618 -7661,2389.55657114148,2637.64038892061,546.320756829072,1056.79013776039,995.878857031811,1881.03451374079,1024.75977994983,2216.67750952833,198.637342882654,810.693803555754,1602.07914455292,4498.88891079015,896.188395063952,2624.41481823373,1022.79204272003,2966.01350878763,785.287197522973,3367.70619906165,256.026610789938,913.854221770171,488.039917027857,1757.15448027933,1103.01077843596,4032.92979663898,494.935699492375,1174.17144561651,407.736389746839,1599.15360062639,511.00267698507,2858.6034409742,690.50862794301,1914.42581278712,701.887372713011,2438.84215051815,824.085064815263,3438.01261412129,9606.54569058758,3079.6159335411,81937.6410552308,33081.0103008354,2251.59591363794,15067.3958611645 -7662,2421.48960018674,2653.30078930267,549.808281314875,1063.06459304499,998.864223151081,1892.20273581587,1033.31617479892,2229.83853688557,198.301556269062,815.507116850572,1598.87258243098,4525.60005834209,894.39467359176,2639.99669474533,1020.76764104938,2983.62355118816,784.711780692583,3387.70120204538,258.66285688472,919.280026995127,490.933190611073,1767.5871923389,1109.73764839644,4056.8744160774,501.039912489612,1181.14282618559,408.399291952085,1608.6482177711,510.243256824458,2875.57576009975,689.218872501546,1925.79228823842,709.114542730933,2453.32223078466,832.570475871498,3458.42504573323,9515.7393545079,3068.94116125083,82324.3754525241,33420.4378525089,2229.16965951805,15250.0377669707 -7663,2321.06837290915,2781.89801787142,523.124540095156,1114.58802416381,947.860734960983,1983.91191130671,986.232133500094,2337.91186847141,187.144048121005,855.032207834561,1508.42695460841,4744.94180333374,843.800218059116,2767.94911527136,963.090548335214,3128.2304956108,741.40285660922,3551.89253216463,247.359175118136,963.834667851075,467.3677315554,1853.25664041084,1056.65556904275,4253.4984885016,480.225865703552,1238.38914164433,386.533351138251,1686.61438858048,481.635742556309,3014.94596448035,650.320642041468,2019.1294447587,678.125922162734,2572.22712122791,796.186776175105,3626.04414036703,8907.87431573193,2891.78102335464,78234.1015668534,31946.0948459582,2085.64163315069,14607.244647086 -7664,2258.18628532537,2996.01014334981,508.327372352122,1200.37363145544,920.251853835967,2136.60607671568,958.234351776781,2517.85206617951,181.449020907275,920.840789671797,1462.42166879532,5110.14195382681,818.065282680003,2980.98764669109,933.714221074066,3368.99851661613,719.027682157121,3825.26821116039,240.581760258156,1038.01736183108,453.827314272456,1995.89476581521,1026.10783480849,4580.8741134316,466.920299000754,1333.70325078256,375.149107617614,1816.42669272731,467.000328668923,3246.99490535105,630.505509210328,2174.53416997004,659.545892941629,2770.20167406959,774.371987677401,3905.12698703675,8621.56155103908,2802.84394870946,75966.355070963,31058.5832642804,2018.36287079099,14208.2059084364 -7665,2124.95589281813,3253.98438194851,477.470049806034,1303.73291890512,863.067418145038,2320.58052922197,900.849273746232,2734.65405902943,169.855154854904,1000.13064191529,1368.82911458447,5550.15547734439,765.710465358188,3237.6683592495,873.999393581674,3659.08926583917,673.479314143642,4154.64648659793,226.211033141289,1127.39681175217,426.293005461005,2167.7531400858,963.890405773326,4975.31453752432,439.663896091188,1448.54300905272,351.527524319569,1972.83180172429,437.192233354778,3526.5804202069,590.181945004276,2361.7744562054,620.149082317481,3008.73246450073,728.116242811635,4241.38157661089,8048.32157374824,2622.52377864091,71288.2882222435,29205.1143949805,1883.80534607159,13369.2037065874 -7666,2054.96835446865,3462.31319811628,462.342825227253,1387.20140053066,838.55581528932,2469.15032481064,873.085528628817,2909.73395366766,165.209254941955,1064.16169068097,1331.56732993964,5905.49133161479,744.866564423827,3444.95257984013,850.218117529454,3893.35398426662,654.719535504477,4420.6381087305,219.245064377248,1199.57578238478,413.487108559349,2306.53851592329,934.906369394022,5293.84753154075,425.416272422909,1541.28262142398,341.197036914234,2099.13779017075,425.196676015805,3752.36156658788,574.083112517801,2512.98159759369,601.052139624265,3201.35959448088,705.694546868764,4512.92621206548,7854.914095588,2553.49303545969,69173.6444577614,28281.5088777566,1838.95283783179,12940.5551995384 -7667,1973.14059910239,3655.56644527052,443.839879756193,1464.62974388658,798.587356842693,2606.96897109637,834.949900634592,3072.14431423445,157.27096533247,1123.55917740549,1267.30960866925,6235.11355542074,708.921383880424,3637.23682284527,809.135880870304,4110.66630026096,623.809913626924,4667.38143324278,209.468035395325,1266.53157231147,395.018484230758,2435.28078514695,893.150904669987,5589.3301083239,407.880267737645,1627.31119663625,326.228266864642,2216.30373414005,404.823846311028,3961.80421829091,546.430624737798,2653.24673999561,574.248780536365,3380.04739698194,674.224757312868,4764.8207099762,7436.15120377909,2425.51060667398,66067.2962892885,27088.9406893706,1740.27731970423,12398.679475947 -7668,1919.44548446065,3630.35384962761,430.443445835778,1454.52813089388,767.940509682156,2588.98859637034,808.273723518632,3050.95560558667,150.920066740535,1115.80994246614,1215.73330624775,6192.10971478098,680.070072852739,3612.15064737976,776.190077143687,4082.31486176214,599.372509589434,4635.19030703856,202.569497859625,1257.79625074646,381.706704284797,2418.4845510661,863.079424705493,5550.78026330104,396.489831714377,1616.08756281637,314.593072664346,2201.01779399716,388.560087970345,3934.47948783734,524.26642032032,2634.94718554956,555.336698032303,3356.73506781221,652.020105481178,4731.95754097895,7075.98471548282,2321.21505622365,63759.4690580836,26268.2766374983,1655.05755404861,12034.2489357454 -7669,1917.7447725929,3508.64459503497,432.363869594883,1405.76441751281,780.617181256804,2502.19158283806,813.110422099802,2948.67093915139,154.096183297369,1078.40190953334,1241.94677097149,5984.51643628579,694.733644848989,3491.05166337465,792.908135925895,3945.45340984376,610.67734056562,4479.79345578601,203.983018301849,1215.62806261696,385.158269711061,2337.40376276105,870.813546821855,5364.68784470025,396.234399917624,1561.90749641678,318.780082194881,2127.22767706958,396.605703582837,3802.57428368655,535.454058012747,2546.60938953083,559.211811429336,3244.19900662073,656.569871154576,4573.31652444673,7318.9187782139,2378.95529738974,64495.6845594092,26364.3264465378,1713.36581476035,12056.5903828288 -7670,1897.74164061008,3397.65718583394,425.776117741993,1361.29649081897,761.904207011402,2423.04085851084,800.069519799722,2855.39692998389,149.725931645561,1044.28929687775,1206.22437195872,5795.21086355145,674.750862133202,3380.62076363258,770.124339875269,3820.64861978278,594.421539212218,4338.08612238525,200.741158828466,1177.17463549788,377.966491866001,2263.46569897064,854.648701533016,5194.98903681926,391.9626062704,1512.50036447635,311.671785765106,2059.9380208323,385.462528701367,3682.28912609663,520.145365716122,2466.05361628694,550.324374996626,3141.57668825115,646.135143428414,4428.65081700436,7036.54451999037,2305.00094456238,63168.0788150044,25993.8311633293,1646.08705240065,11907.7133583997 -7671,1971.59449027111,3367.37607687634,445.211993437327,1349.16414046475,804.296896741033,2401.44587107326,837.359761178107,2829.94863404793,158.713348555827,1034.98222548931,1279.22559439737,5743.56191782405,715.587077121356,3350.49148922705,816.756506822693,3786.59766325111,629.134694283884,4299.42358188908,210.057668107359,1166.68324350335,396.716162330318,2243.29290115628,896.937252441059,5148.68947790161,407.911284486214,1499.02043232602,328.280086658377,2041.57913285655,408.475214954558,3649.47127775524,551.51415384079,2444.07528411105,575.86523655177,3113.5778582361,676.122636249024,4389.18113228042,7548.25231047658,2452.06893958393,66401.200245256,27130.8343314943,1767.18882464811,12407.1679902791 -7672,2078.23835088512,3483.49697855418,469.590690751638,1395.6888389022,846.484990885008,2484.25754803279,881.799905327522,2927.53683910296,167.277440367291,1070.67264630973,1348.22074403122,5941.62342729432,754.182331686522,3466.03014125486,860.759396350819,3917.17504008981,663.010363652124,4447.68529416181,220.96027106597,1206.91525415946,417.849422905142,2320.65081677448,944.669286168713,5326.23735226548,429.636371489186,1550.71278870716,346.3210160706,2111.98113261592,430.522870261077,3775.31997589454,581.265905581324,2528.35699761147,605.754314576675,3220.94675915135,711.215364454428,4540.53805205178,7950.80990138618,2582.47390231902,69962.5837376367,28581.3457361147,1861.37909195169,13065.2478495597 -7673,2158.27563587129,3785.78820331748,486.064085842481,1516.80405476076,866.039521021279,2699.83668056702,909.450704531849,3181.58290318178,170.49532438413,1163.58357678164,1373.55802355741,6457.2261776273,768.355773710948,3766.80562718662,876.909059488689,4257.10002000826,677.049270561874,4833.64694224452,227.918249496727,1311.64905832564,429.80838097122,2522.03246916848,971.812445992471,5788.43807254992,445.460982710725,1685.28068729881,355.503070760103,2295.25482775214,438.930081940146,4102.93504386001,592.300577294023,2747.7629962824,624.8293520702,3500.45437655866,733.611341530414,4934.55728539379,8014.27468780686,2623.37127704395,71871.3904540331,29556.4236249148,1874.83484442363,13531.5928596871 -7674,2228.93314686767,3858.43686684773,499.133139899561,1545.91127933266,881.646002597096,2751.64610995381,933.059947223124,3242.63696469116,172.926696555816,1185.91255749029,1392.5503339639,6581.1393039628,778.979898143014,3839.09001815004,889.007573139639,4338.79308109846,687.669407783574,4926.40384555555,233.863786293233,1336.8193916857,439.841023600754,2570.42986448616,994.601654879695,5899.51726327956,459.339446504166,1717.62095120959,362.688998092738,2339.30039679676,445.314269428981,4181.66970398353,600.600791490066,2800.49212391898,641.128818709985,3567.62753008657,752.748524423992,5029.25064187452,8039.39978467506,2652.00888285259,73451.071696792,30398.4371889394,1879.32009524761,13938.1856762459 -7675,2301.54909377034,3744.13543213446,516.318535000042,1500.11556379683,915.744349597494,2670.13198673638,966.057617988418,3146.5778427957,179.889030022484,1150.78136020927,1448.8725841394,6386.1811666523,810.486048861464,3725.36170997471,924.975258538504,4210.26168581903,714.873768704255,4780.46520590534,242.122152823779,1297.21776551032,455.873649020094,2494.2840491004,1030.81113042203,5724.75133848177,474.601499551252,1666.73854836307,376.297706334971,2270.0015069078,463.189830387779,4057.79289501741,624.844891538859,2717.53099776515,663.768821517277,3461.94096340585,779.330122706275,4880.26529269385,8401.35108661892,2762.5440394217,76168.8911585409,31441.1376393902,1964.53986090323,14407.5357117691 -7676,2262.78641380793,3572.65079678665,504.81658166966,1431.40897582743,889.100468593708,2547.83763644495,944.009225121591,3002.46186095,173.945754680372,1098.07458036716,1400.46024688722,6093.68855561335,783.404630960957,3554.73692731039,894.044042593385,4017.4280656153,692.124783972412,4561.51577218782,236.855410081892,1237.80407187734,444.375766056386,2380.04368617368,1004.95344603702,5462.5527846285,465.792141543862,1590.40048384406,365.587671677046,2166.03347805123,448.00060712584,3871.94247706864,604.067284208924,2593.06573184595,649.330243377089,3303.38107836268,762.377806615297,4656.74492883749,8042.40337971449,2663.78254267408,74173.9701125294,30797.3562505593,1879.32009524761,14134.7561724293 -7677,2081.31052481307,3444.83333076964,465.41978639768,1380.19796234444,827.428688627575,2456.68454899346,873.135773176536,2895.04384315086,162.076240366859,1058.78915384676,1305.32830704432,5875.67681190309,730.188695420568,3427.56035947607,833.376856020052,3873.69796030683,644.196738524954,4398.32003312424,219.304505272305,1193.51959267909,411.680812433902,2294.89370363127,930.993112030185,5267.12096253625,429.205178117211,1533.50128732029,338.74389740344,2088.54006315562,417.340129354192,3733.41735828915,562.953579813022,2500.2945347958,601.215094613727,3185.19717997983,705.88587211306,4490.14220986286,7558.19726348832,2489.76253798083,68757.9830810831,28424.8053462462,1767.18882464811,13037.4482646596 -7678,1764.49977507105,3399.34668817112,397.005585859089,1361.97340243102,700.821952991775,2424.24572791632,739.274148928728,2856.81679064756,138.044527107981,1044.80857504835,1111.83230706501,5798.09256166369,621.948805860589,3382.30179452206,709.714394792923,3822.54845676445,548.518721238616,4340.24325779998,185.048313497566,1177.75999157978,349.015551090715,2264.59121881545,789.132336462939,5197.5722715717,363.087860142815,1513.25246298453,289.405703509146,2060.96233550276,355.448822601163,3684.1201631155,479.4945205674,2467.27987400526,507.303026763672,3143.1388532569,595.623833601089,4430.85298617466,6444.94481183725,2117.52606752186,58386.6433470908,24082.7192578962,1507.04427685727,11026.6606907853 -7679,1397.98717852246,3169.44421028958,326.005493945075,1269.86127361602,608.597632139073,2260.29066508584,611.504293762289,2663.60635368068,123.076070960797,974.146738422106,993.846813649712,5405.95961107306,555.948801838196,3153.55208617085,634.461074582038,3564.02426295672,484.366171439297,4046.70665470825,152.434147735532,1098.10646834364,293.755503215961,2111.433809362,663.631305157933,4846.05333166457,290.417499074814,1410.90912386261,248.675605080857,1921.57662665424,316.367735672362,3434.95806462731,428.134303994652,2300.41435286412,417.892511781216,2930.56406257608,490.647062542108,4131.18832290419,6131.13009940661,1923.64907623452,49579.352691038,19600.07783548,1439.76551449757,8874.16190507121 -7680,1272.51983115165,2970.34268096575,309.440331484961,1190.08977273734,638.155851885925,2118.30131355412,597.516398295932,2496.28108674183,132.651282766062,912.951748847597,1081.82348324154,5066.36227014711,605.162144757388,2955.44888526245,693.561074602113,3340.13558272749,530.740907300519,3792.49631680055,150.08206444372,1029.1244441459,311.368518873409,1978.79550667625,701.491418593989,4541.62878101722,266.663293985853,1322.27712857902,254.808211640086,1800.86497511682,338.748276258986,3219.17720260418,477.35846352721,2155.90446868734,411.444363453986,2746.46876134122,483.076299854579,3871.67092539183,7062.90681613101,2122.57995840108,50867.0468978596,19148.149614588,1679.39711753779,8540.38163515905 -7681,1365.04408456913,2847.26881984654,329.594367255475,1140.77931965465,670.433631083944,2030.53113022018,634.605947627983,2392.8496026397,138.889254697084,875.124296322932,1132.16462437761,4856.44145178113,633.322517878661,2832.99213709645,725.807435766731,3201.7396375518,556.596590261286,3635.35715303333,159.192971625266,986.483465472006,329.468752393617,1896.80563899781,742.334875914058,4353.44989060441,285.53851124197,1267.48959422256,268.938118482747,1726.24752196494,354.789484760628,3085.79307474233,499.629254780601,2066.57622758377,436.421574553085,2632.67094364576,512.402011397079,3711.25122270081,7318.81268387997,2214.38933594651,53725.296614604,20402.3493170104,1739.18148094528,9118.56988084316 -7682,1373.97329443314,2820.82158860759,335.579061117722,1130.18304077532,711.60735812762,2011.67027452419,656.797290779366,2370.62330411814,148.322497667016,866.995589097837,1210.45636253424,4811.33175606909,677.118198887255,2806.67751670457,776.188374604433,3171.99985746113,591.940026114288,3601.58965957002,165.252485397817,977.320383945287,343.963031432805,1879.18691013025,774.833813633012,4313.01229822063,289.900360109211,1255.71635027815,281.067705122075,1710.2130446192,378.594003916488,3057.13027956317,534.028559146052,2047.38056225605,453.033504807569,2608.21703302892,531.906057420245,3676.77877718093,8015.93714112045,2387.81601100431,56224.0512589812,20911.4928268876,1907.66468691185,9306.10969002175 -7683,1536.2817726925,2874.17092412978,375.420273877386,1151.55784678479,809.897125095976,2049.71637884679,740.996809564586,2415.45817724833,168.904256504841,883.392811370186,1378.91989887371,4902.32700128408,771.355157636879,2859.759349723,884.29251355601,3231.99092012014,673.012168402421,3669.70542270004,186.953125902932,995.80414530274,389.010606398412,1914.72739712253,876.320714861539,4394.58298001717,324.945268595914,1279.46532935654,317.322452720075,1742.55778059977,431.025079581718,3114.94884904596,608.297537400284,2086.10204432303,512.524998693027,2657.54544364933,601.754944151251,3746.31656908415,9199.3590554753,2728.27977695577,63643.3089034732,23521.4261819409,2190.28167756546,10458.794843914 -7684,1940.67457403445,3004.52264050098,466.578820005829,1203.78422642314,968.828926094506,2142.67676815896,909.81021149105,2525.00598339438,200.26203647759,923.457154177826,1632.99079261963,5124.66128678721,913.480087777056,2989.45746075579,1047.05169947313,3378.57077735718,801.293086794058,3836.13686086181,229.281839406213,1040.96665753192,473.022475393962,2001.56565733263,1065.90162068552,4593.88964941936,407.251349535871,1337.49267223962,384.155086983206,1821.58766559032,511.451319803971,3256.22051993818,720.587359217297,2180.71262566322,628.567582780178,2778.07258662675,738.000393416359,3916.22253770633,10630.5709153069,3205.53011445672,77137.8801620203,29163.2671185973,2527.24808949861,13038.5862297487 -7685,2630.22364915854,3292.12817752663,615.653796036715,1319.01551282999,1198.52151010319,2347.78279540993,1178.20066909352,2766.7101702951,243.699276962605,1011.85435484036,1982.84164385192,5615.21540729643,1109.18344859019,3275.62089544791,1271.01021660672,3701.98177439961,982.579311858389,4203.34800685207,296.266584035418,1140.61236182102,602.501393346029,2193.16393587756,1358.37685093065,5033.63607763649,545.514702762457,1465.52309313976,484.307613457836,1995.95769420627,623.297128260868,3567.91963602625,875.43623813651,2389.45960508285,812.203753546115,3044.00137258518,953.607386178074,4291.09982133405,12313.4296507703,3835.32990771318,97661.0039448009,38369.2831551661,2918.5639227113,17309.6153256591 -7686,2722.41302332888,3945.44631600188,637.988687343066,1580.77225892045,1257.96218600412,2813.69694052496,1227.68810595688,3315.75985508464,256.089247148367,1212.65540749227,2084.35961619776,6729.54689112966,1165.97167220329,3925.66318735297,1336.18085458853,4436.63477425247,1031.12608258003,5037.49642001119,309.222454861095,1366.96525720149,629.145598425787,2628.39418898243,1418.42337838191,6032.55397349862,565.640026355845,1756.35405945466,505.616776435916,2392.052650094,654.838012507666,4275.96819584546,920.180218044236,2863.64445359849,847.721788593278,3648.07910073353,995.309065609655,5142.66245684227,13040.8751197252,4042.56745836721,102058.438608327,39887.0702054366,3092.48207080583,17979.7387844303 -7687,2641.50230138376,4410.83963728606,617.617373589342,1767.23553654486,1226.0784142219,3145.59241174887,1194.26366433479,3706.87720099301,249.236209626369,1355.69669673175,2028.76623966695,7523.34458283776,1134.87324672367,4388.72294857579,1300.65110143028,4959.96725112333,1003.15219039177,5631.70478127003,301.288534927998,1528.20848551482,612.111480591033,2938.43188897429,1380.09316900435,6744.13641682474,549.644191652294,1963.52845332878,490.566494771771,2674.21219260224,637.275598691473,4780.3489124957,895.617419247014,3201.43158754884,825.97124399178,4078.39585402755,969.77177906693,5749.27589657565,12718.4247287597,3939.85528687649,99256.5318114995,38761.8500317863,3016.39288101447,17479.5031896543 -7688,2539.57540541952,4539.56683678536,590.593380616269,1818.81104147866,1161.77242312504,3237.39427607142,1139.68606777908,3815.05976037193,235.229605699816,1395.26173502185,1914.02869785705,7742.90801262791,1070.6901170713,4516.80468833635,1227.05129888799,5104.72034721144,948.002995206861,5796.06205664487,287.792097604761,1572.80815695343,582.386855835019,3024.18792163292,1313.26524629958,6940.95921370003,527.337667987939,2020.83262661985,465.670426605928,2752.25716243305,601.613749555615,4919.85997586178,845.04407656231,3294.86307827229,788.971266120086,4197.42091952767,926.330152464216,5917.06440084563,11899.8883963298,3708.72694860935,94349.3057967089,37091.1338274632,2820.73496440813,16756.5803248086 -7689,2392.51473527925,4565.55920128316,555.72020589596,1829.22507463259,1092.77323510262,3255.93074333188,1073.44434906983,3836.9037881036,220.993096396149,1403.2506363621,1798.09954206464,7787.24186530001,1005.8404094748,4542.66672276512,1152.77798421176,5133.94863191228,890.903566900415,5829.24878195254,271.095979946167,1581.81364235997,548.239471993828,3041.50362544236,1236.29381672774,6980.70131869229,497.17838304835,2032.40338218061,437.572362378916,2768.01586231119,565.22162676552,4948.02979874764,793.870960807071,3313.72859676336,743.199484344195,4221.45424658588,872.589562138882,5950.94395371784,11167.0143550264,3484.02251284506,88756.8479511337,34933.427041092,2646.8168163136,15788.9999882648 -7690,2269.47350239011,4612.08553568821,524.007111256165,1847.86619476099,1018.7087127338,3289.11102112159,1009.71294460603,3876.00459938541,205.152618832582,1417.55077036171,1668.44699744403,7866.59946491588,933.313963902761,4588.95976633679,1069.61723168641,5186.26726372404,828.350230851827,5888.65302274809,255.044997061491,1597.93346191465,513.933791809273,3072.49873656297,1159.08691573075,7051.83968961604,470.683867043787,2053.1150355042,409.015002799208,2796.22393627772,524.868078794332,4998.453783831,736.711886422153,3347.49787628059,699.196315409424,4264.47390382679,820.925497883782,6011.58835590598,10256.6746579793,3223.54632037942,83091.1790307921,32957.0565561728,2429.41913119544,14924.6177932196 -7691,2193.48333559983,4647.82503923638,507.595255422639,1862.18549129467,984.811240186689,3314.59866529039,975.8025085431,3906.04013950289,198.62544115492,1428.53551043103,1615.3967709332,7927.55851637163,903.63815324374,4624.52006602818,1035.56337120596,5226.45615784565,801.966993161019,5934.28477306406,246.247943243875,1610.31600516757,496.899673974519,3096.3078308756,1120.61175002507,7106.48508759445,454.688032340236,2069.02482545245,396.267639200799,2817.89215004322,508.161765897544,5037.18729286075,713.283641009785,3373.43796592139,675.079521562835,4297.51973071737,792.610001134807,6058.17274418618,9935.10769212984,3120.11910845177,80372.2592463981,31853.4012949817,2353.32994140408,14417.1354639093 -7692,2127.93994791305,4605.78238677749,490.531565639482,1845.34079151282,942.833493498855,3284.61592744008,941.015882409343,3870.70742222346,189.709966963768,1415.61346162687,1542.3512548715,7855.84850475594,862.777160808675,4582.68822247041,988.706657045914,5179.17940409934,766.885404448039,5880.60524119703,237.241604338687,1595.7496315234,478.061784021836,3068.29967804276,1078.1836787037,7042.20222836033,440.641037730247,2050.30912704923,380.468836109516,2792.402451242,485.465002191426,4991.62260121761,681.08845065783,3342.92298766908,650.388980480323,4258.64582153436,763.620868491406,6003.37256365667,9412.20773546558,2971.91973505506,77232.2416981118,30778.9102504331,2228.32627246114,13947.2161736683 -7693,2096.00356210766,4592.1363971495,482.985547376085,1839.87342480149,927.637063469764,3274.88428336449,925.442213474284,3859.23930912106,186.609308047105,1411.419288956,1517.09771662608,7832.5732350596,848.650562889465,4569.11065611999,972.466958801494,5163.83455658055,754.291866418018,5863.18221262365,233.562355666978,1591.02175228552,470.044937021887,3059.20893469754,1060.15334332643,7021.3376258897,433.312051134884,2044.23448115145,374.411817637814,2784.12913485689,477.539896202735,4976.8334460811,669.941604644074,3333.01859171936,640.302457927938,4246.02832643152,751.778295288794,5985.5858006581,9251.90585693853,2922.36183468972,75992.8835926562,30294.7877074198,2190.28167756546,13729.5254744355 -7694,2090.44601542006,4527.41540570504,480.936084322828,1813.94248070772,922.183425552134,3228.72847714393,922.143163093065,3804.84767683793,185.209914202538,1391.52692343703,1505.57358050867,7722.18193534797,842.204066730601,4504.71418656671,965.120294006683,5091.05612335185,749.021424157314,5780.54726169839,232.734077874578,1568.59809229112,467.96494118049,3016.0928296506,1055.49653036781,6922.37977858012,432.468712576744,2015.42329809356,372.1514922342,2744.88996982921,473.989665259946,4906.69058292829,664.868610790333,3286.04344788592,638.031765355043,4186.18533850144,749.112278048909,5901.22570899468,9161.46413830793,2899.25265221802,75590.6316193205,30192.2526766342,2168.54190905365,13691.4792391447 -7695,2147.65081612771,4499.79851172903,495.003389322994,1802.87756779843,948.690500786696,3209.03347590365,947.980040500521,3781.63839174478,190.602915165469,1383.03871370463,1549.47087226749,7675.07720546097,866.759809549391,4477.23576832263,993.261894073026,5060.00106332635,770.900875015872,5745.28635750822,239.246869379536,1559.02976172636,481.207895548687,2997.69488989157,1085.35373960483,6880.15378178604,444.363758840952,2003.12936732898,382.993823899574,2728.14634714836,487.779394792799,4876.76013885393,684.247621429357,3265.99882962834,655.88633955082,4160.64992230975,770.075310731066,5865.22867533868,9436.51253894823,2984.4699722051,77741.6062451547,31032.7078380988,2233.76121458909,14069.9179550136 -7696,2231.62566335362,4599.21931491513,511.865952530412,1842.7112482109,967.819606080353,3279.93546958043,976.223536629849,3865.19180536689,193.909490842442,1413.59626409173,1575.57814048605,7844.65420725188,881.363976193621,4576.15805894962,1009.90058083006,5171.79926240729,785.455763683556,5872.22559327816,246.134512409631,1593.47574651831,494.002873528963,3063.92746294635,1114.30090612862,7032.16734711481,460.505300895737,2047.3875113473,392.73848158923,2788.42337962786,496.403317619435,4984.50972112678,695.860545435068,3338.15944437589,674.76855517545,4252.57740661243,792.244895897889,5994.81797678237,9489.42760096017,3023.73546500289,79732.514287182,32060.936299485,2244.631098845,14556.8760530534 -7697,2326.87462890929,4818.59489119456,532.827441844344,1930.60569601032,999.961960795173,3436.38326746325,1013.50423542053,4049.55541616125,199.906234260434,1481.0225975253,1623.88596426609,8218.83195777747,908.386930215378,4794.4336493465,1040.83920426459,5418.48600768008,810.625883946563,6152.32158030591,255.541844909046,1669.48205025036,511.958267026893,3210.07201636707,1154.87955596871,7367.59074370385,479.671381579629,2145.04469714676,406.653548583551,2921.42681867526,511.842335358515,5222.26304786998,717.241272686641,3497.38443489716,700.558405190961,4455.41870540049,822.524725750731,6280.76142898567,9723.10495982706,3111.30064114955,82576.5471880754,33338.4548828477,2298.98052012454,15151.0557417405 -7698,2395.87334927734,4773.17322775816,545.000903385041,1912.40717047898,1012.13782785428,3403.99078630687,1035.19502368763,4011.38297225731,201.487556248504,1467.06199044264,1635.92594634726,8141.35853918636,915.121985880144,4749.23973773822,1048.5074765783,5367.40957288257,818.245376418507,6094.32776956166,261.025787557062,1653.74496225856,521.172613413486,3179.81281964554,1175.81392037539,7298.14140532739,492.962792807033,2124.82479892126,412.669758509222,2893.88848671163,516.059926322957,5173.0362753579,722.646649453756,3464.41693663332,715.592428745968,4413.42046037791,840.17615354017,6221.55690189977,9684.5947846502,3124.39798993838,83950.4320304488,34149.347129033,2288.11063586863,15547.9454377713 -7699,2437.56772839558,4626.25137752261,552.190175478911,1853.54184410521,1016.14106728274,3299.21339804857,1046.69714769423,3887.90959717424,201.608841677506,1421.90472257048,1636.26984365644,7890.76142005141,915.314358884079,4603.0545782676,1048.6890244863,5202.19668246537,819.831901058628,5906.7397921049,263.937756597579,1602.84145256405,525.595372498664,3081.93579725964,1185.90910846642,7073.49914170374,500.815554082267,2059.42109870179,415.312814141488,2804.81242964116,516.504833004059,5013.80634075354,722.868238062672,3357.77958616854,723.5754829018,4277.5720700167,849.549047194039,6030.0527163703,9598.62628625597,3117.13131643431,84576.7495758387,34606.4452209662,2266.37086735682,15777.9020273217 -7700,2381.12397925541,4346.96340016177,535.056751602597,1741.64304951981,972.260431576701,3100.03904247859,1012.35112310111,3653.1955016903,191.728453434236,1336.06397126673,1555.09105817065,7414.39413755773,869.903690050951,4325.16699760303,996.601359405896,4888.13873992938,781.175513132588,5550.14840207603,255.54169637419,1506.07750465328,506.178122456869,2895.87854594929,1142.32516967305,6646.47019171011,487.932013183378,1935.09332092793,398.23725380416,2635.48518682054,491.399306247692,4711.12157126791,687.112791703449,3155.069574862,700.557997988211,4019.33395151439,822.524247654505,5666.01689360527,8986.54314174365,2950.78152413259,81333.5412857431,33594.431576807,2119.62742990206,15353.519689448 -7701,2142.59315175985,4092.82303297857,478.205431745462,1639.81983101962,859.18960433121,2918.7987172188,903.618608796725,3439.6155009576,168.298587328692,1257.95248124928,1364.2490043153,6980.91985330456,763.148393637013,4072.30093278671,874.29805684995,4602.35916005949,687.202270959347,5225.66516562358,228.38325529015,1418.02636301618,449.981045285549,2726.57423642644,1015.70517366337,6257.89172451379,438.461491483356,1821.96024805778,352.318375664606,2481.40448463208,431.517232464657,4435.69110274312,602.87732236856,2970.61195089992,626.104148051893,3784.34807465337,735.108077858835,5334.75953501941,7773.16274899887,2580.21634698417,72170.1918030994,30074.4801878995,1831.5754971205,13778.0772542613 -7702,1828.63777494448,3843.10136857942,411.812213257361,1539.76699848389,739.328887859737,2740.70959197764,773.423503708278,3229.74898562791,146.001555592904,1181.19910471152,1183.90540794963,6554.98232540327,662.265838154952,3823.83141463858,758.605228337688,4321.54838951015,595.399012780576,4906.82367351965,194.799311466306,1331.50615418209,386.373393845564,2560.21359709707,871.910443758539,5876.06941641902,373.750718462367,1710.79420399773,305.320247305308,2330.0027619197,374.264119445916,4165.04950499697,523.137974590999,2789.36146567606,534.035022803036,3553.4478641499,627.009835893153,5009.26170148987,6800.35291440102,2240.01456942268,62111.9036315413,25719.7415979215,1603.30792774643,11751.6035202739 -7703,1450.48470677665,3507.08505102203,338.865405217546,1405.13957466494,644.699931871911,2501.0793932741,641.348154228564,2947.36029568645,130.856747916694,1077.92257479424,1064.05149960071,5981.85640147014,595.220659937286,3489.4999391766,681.927091123556,3943.69971035183,528.783100069184,4477.80224953131,160.945232928538,1215.08773275006,326.755571178762,2336.3648191048,736.736177254876,5362.30331512398,299.354248423938,1561.21325012913,263.30533295786,2126.28215377758,334.822819147199,3800.8840919908,469.856057484905,2545.4774568659,441.225333344664,3242.75700501569,518.042098438129,4571.28374848103,6517.95055306336,2047.6004023097,52944.6937954972,20988.9834988691,1543.52356433894,9481.23352199568 -7704,1324.31718062249,3271.07436171612,337.43909854792,1310.58014574802,653.270328514916,2332.76825652439,633.993319393689,2749.0165073557,144.572838121405,1005.3833445804,1179.36212930045,5579.30498566444,659.724369704549,3254.67264699617,757.293046551601,3678.30686315402,580.90223537699,4176.46675862856,161.547613441347,1133.31791844518,333.207451925925,2179.13821541399,750.850701406251,5001.44497172539,277.330579276679,1456.15078088302,279.912279145608,1983.19314696104,369.126339220051,3545.1020788739,503.7083421925,2374.17853469334,442.876736978859,3024.5343771435,519.981009328721,4263.65738276814,7823.19648048197,2286.99197199267,54816.8819084696,20565.1920939458,1821.55603849571,9127.88831422084 -7705,1422.49602607418,3140.65765987965,360.035424674155,1258.32772920218,688.281399664009,2239.76152279636,674.792420083638,2639.41408731312,151.825968855596,965.299028119706,1237.99027414411,5356.85985776206,692.520416773543,3124.90987634612,794.906853830311,3531.65393008424,610.975243132652,4009.952347839,171.698239782649,1088.13289092467,353.386120933757,2092.25666291055,796.383092487909,4802.03894009765,297.456117884037,1398.09450908376,296.175653147383,1904.12386245976,387.758260812809,3403.75997848893,528.848304936993,2279.52078625157,470.704299247115,2903.94714663763,552.653314526129,4093.66670932786,8137.53987761971,2393.64159437978,58033.9305805357,21950.7981917267,1893.69687170346,9762.39133727684 -7706,1431.64814801747,3085.29391990653,366.546853987396,1236.14583714484,729.752705446733,2200.27884496937,697.890087866216,2592.88630522527,161.99924340473,948.282667160717,1322.44257888109,5262.42874544243,739.762262283498,3069.82373943806,849.354983858555,3469.39767963136,649.209036269981,3939.26461834642,178.169775131099,1068.95120576397,368.731556426367,2055.37421140297,830.799921113033,4717.38825097079,301.811014607858,1373.44879813998,309.319226288079,1870.55782954108,413.426324862074,3343.75825184828,564.647684444037,2239.33722925791,488.445771233674,2852.75615668163,573.483554049385,4021.50325702707,8899.85582233633,2578.58109351308,60701.8944964183,22492.8100847359,2074.04895472284,9958.94460670576 -7707,1602.56848807947,3122.26805905073,410.676927979509,1250.95979956515,831.978700055105,2226.64697010813,788.452098735487,2623.95943521653,184.845645689186,959.64687951579,1509.50781133167,5325.49365197047,844.404839407195,3106.61248405582,969.593987690448,3510.97491534482,739.534343779698,3986.47273592148,201.867497190283,1081.7615089786,417.702917910545,2080.00580050231,941.144603817572,4773.92139631012,338.65252985882,1389.90819821276,349.816412893869,1892.97458050944,471.61277536609,3383.82982560361,644.415385660756,2266.17342978038,553.412189466858,2886.94356501932,649.760542440798,4069.6969218299,10236.6180325277,2952.38326039764,68828.7480835257,25334.8759533451,2386.65923195642,11205.958626055 -7708,2031.7725976197,3232.08581181784,512.822993587048,1294.95909475443,1003.09723436202,2304.96355338615,973.777931982983,2716.25046310961,220.992193063074,993.399991601379,1802.73058097311,5512.8042012808,1008.43097021018,3215.87959221724,1157.73539758954,3634.46443255881,887.61664915263,4126.68666664316,248.935074272532,1119.80968924347,511.134978940134,2153.1646576003,1151.98183680218,4941.83180941827,426.363517302003,1438.79464613893,426.445384784675,1959.55509523309,564.247525334431,3502.84734112952,769.955520824087,2345.8802546693,682.446190722813,2988.48438364213,801.259197954956,4212.83804935194,11954.4988809936,3500.063955921,83968.759391634,31563.9313823608,2783.43381459905,14034.8695813587 -7709,2763.94205876091,3488.43552724148,680.124963096063,1397.66750497416,1253.47933841969,2487.77947640772,1269.72778776083,2931.68720389523,271.843512400455,1072.19053739002,2213.07289792991,5950.04685833443,1237.97270272113,3470.94392723188,1420.83867574476,3922.72841354507,1099.74348742565,4453.99077124597,323.676090557801,1208.62629619016,655.941619535598,2323.94080012036,1479.05118474127,5333.78835134664,573.996497351489,1552.91123201117,542.187069395024,2114.97528524884,695.020881814033,3780.67224162805,946.041712408299,2531.94144571304,887.345889986532,3225.51309076788,1041.83167227615,4546.97516635807,14057.655456683,4238.30136105369,107139.463965341,41747.795184378,3264.37270265072,18727.0533789059 -7710,2861.16638249609,4075.66806774569,704.920268411978,1632.94656726923,1315.3147120902,2906.56464550052,1322.98876795493,3425.19843873478,285.605704275223,1252.67980493111,2325.87107729624,6951.65950258526,1301.07097079118,4055.23198542278,1493.3710046414,4583.06848691191,1153.86684883503,5203.76192096516,337.833674928072,1412.08274103183,684.932347072767,2715.1458688049,1544.39613126915,6231.66192808718,595.168373176966,1814.32354731131,566.01320964411,2471.00373988461,730.04728640273,4417.09901458337,994.119723787492,2958.1607053104,926.158377746898,3768.48607448217,1087.40136441637,5312.39902404407,14879.3981853406,4465.91380038942,111960.546053492,43402.3823556526,3456.74825787139,19452.5723902905 -7711,2811.12051003783,4529.16988720435,694.084703388342,1814.64542670185,1314.42614794325,3229.97968647018,1311.22256498304,3806.32214610096,285.837754696672,1392.06617332337,2328.69362525053,7725.17446510849,1302.64987825637,4506.45987080192,1495.35790260472,5093.02902907838,1153.10539033915,5782.78736169313,335.377715783802,1569.20596148052,680.662084611104,3017.2616375897,1534.70874603194,6925.06236592065,586.429753928319,2016.204322712,562.01301844026,2745.95368018891,730.445005169017,4908.59204260873,995.153450846923,3287.31686813093,919.425457657287,4187.80758520754,1079.49625156758,5903.51257476728,15026.5450524468,4485.80863831469,111325.877287477,42884.003403348,3492.81867447527,19199.4333440777 -7712,2679.52814005295,4670.43839905982,656.100654512618,1871.24570122451,1224.94794193335,3330.72539373988,1235.64068223792,3925.04444590723,264.824486145274,1435.48585543009,2156.27175477367,7966.12897281927,1206.19866365692,4647.02003867797,1384.5556395266,5251.88476858317,1070.46427063275,5963.15722754228,316.292054046471,1618.1507784103,638.422135151022,3111.37249499541,1439.75911713354,7141.06072308182,557.352697364931,2079.09138399685,525.308367707039,2831.60222058044,677.004011395765,5061.69504170886,921.697353409517,3389.85096897583,867.102830208629,4318.42872776409,1018.06432173293,6087.64795871779,13744.0724198666,4139.26803360635,104253.78575072,40572.718804512,3192.23186944297,18216.2578754657 -7713,2515.13825009374,4698.18525136008,614.295256304747,1882.36268289797,1143.65151588096,3350.51307482169,1157.40604920631,3948.36294819911,246.73341546638,1444.01400859399,2008.67849792327,8013.45536600286,1123.63634803802,4674.62776361349,1289.82272945119,5283.08596609841,997.979970387123,5998.58406089247,296.290659330556,1627.76413519007,597.214725411333,3129.85701094302,1346.89835446459,7183.48542505207,523.332661339133,2091.44316698196,490.249378296266,2848.42463463976,630.816492487222,5091.76633110634,858.662549420943,3409.9899122868,812.269755066814,4344.08430735648,953.684878478945,6123.81438557838,12763.1103222489,3853.46127396947,97430.8011244438,38025.3394332622,2963.78589761843,17087.9250830785 -7714,2397.64016571173,4746.01120682644,583.213977901916,1901.5245058205,1077.86372383045,3384.62017799722,1097.2473938318,3988.55596325123,231.879078365825,1458.71358853239,1887.18838630452,8095.02966309026,1055.67589270226,4722.2139117288,1211.77803221484,5336.86601533475,938.870435692336,6059.6476415749,280.902940844347,1644.33422999781,564.858291862117,3161.71790914368,1274.03656903921,7256.61090556229,498.278556169868,2112.73335934624,462.802517987899,2877.42064531987,592.956071152276,5143.59881040802,806.832033342809,3444.70246978728,770.084900660432,4388.30563357294,904.15569498141,6186.15276910724,11913.7284647545,3613.70033043041,92067.8708984098,36116.6464433164,2765.39860629711,16252.1379610166 -7715,2304.33915456052,4821.19412701403,560.589149023748,1931.64709907317,1029.84237224433,3438.23691373978,1051.33972226714,4051.7398184047,221.546995420603,1481.8214874656,1802.8454754651,8223.26534196959,1008.49524113632,4797.01985216223,1157.55338351202,5421.40883544138,897.51078151551,6155.6402520319,268.902534923559,1670.38259857263,540.805430514268,3211.80358632811,1219.77885224144,7371.56495323934,478.32619667761,2146.20177242224,443.561813874875,2923.00268828092,566.588196442416,5225.08002947545,770.81974909025,3499.27098628878,737.186236895585,4457.82203752351,865.529416015603,6284.14938345131,11346.169944553,3447.70736523023,88143.9101747815,34644.3214268279,2633.14041208291,15592.2551809306 -7716,2247.2870542543,4774.01798207833,545.692527065674,1912.7456275477,997.42979629283,3404.59322325716,1022.29524044917,4012.09290523773,214.373268884456,1467.32163049659,1744.16263367266,8142.79939361796,975.66859709532,4750.08025631874,1119.85504628161,5368.35949491733,868.983086458384,6095.40634129291,261.20894499843,1654.03764139142,525.246392896381,3180.37558166748,1184.69284981905,7299.43302752234,466.347563316551,2125.20084957831,430.347005359263,2894.4006459576,548.306180179956,5173.95179728293,745.786238718514,3465.03006777993,716.094548017546,4414.20154579482,840.76569113345,6222.65799059282,10934.4039866028,3331.19215169149,85545.3050865845,33716.8395528646,2536.95263447257,15183.0645481059 -7717,2215.55135813496,4751.59956604439,537.964320145581,1903.76352328952,983.262072463382,3388.60551906505,1006.80830052912,3993.25242992866,211.331964714886,1460.43120258208,1719.41606546938,8104.56144286614,961.825593572774,4727.77424997764,1103.91248820645,5343.15009750229,856.508297949797,6066.7827886025,257.516926742765,1646.27040965503,517.28440609107,3165.44078602958,1166.77952516736,7265.15545943669,459.070184909513,2115.2210721706,424.243545696393,2880.80876630957,540.5278473198,5149.65532325069,735.205266710546,3448.75855688047,705.973018128594,4393.47279967724,828.882015861838,6193.43687408389,10778.9407889526,3283.53443037423,84314.8430743204,33227.376004031,2500.8822178687,14962.7576329149 -7718,2204.43268565759,4712.4160723566,533.94601733904,1888.06436662427,972.728692205372,3360.66179166943,999.606869716026,3960.3225545873,208.603142193589,1448.38793251851,1696.93957513817,8037.72815278668,949.252450813201,4688.78722889002,1089.51702398052,5299.08845358461,846.075497863932,6016.75379482929,255.66876307113,1632.69463894697,512.870593294174,3139.33735973397,1156.88242571478,7205.24422972785,456.963097572771,2097.77815628982,419.801291185248,2857.05252369243,533.60580476033,5107.18931069044,725.645412477906,3420.31878470145,700.90634658291,4357.24255524674,822.933243293122,6142.363442645,10600.0704540701,3238.19821003102,83507.279366916,33008.7968289498,2458.80006516417,14877.9514685902 -7719,2241.92958617681,4697.47046166731,541.939868824222,1882.07629711882,979.31373536715,3350.00332220802,1011.68262037054,3947.76223771459,209.500885039388,1443.79431390884,1703.77715722878,8012.2361856188,953.077331588125,4673.91655799596,1093.87404197192,5282.28218864125,850.714437298324,5997.67142636901,258.742213135147,1627.51648445605,518.014278076544,3129.38082930871,1168.57056979602,7182.39251767075,464.222431815547,2091.12497135135,423.605773563815,2847.99127059374,535.999722997238,5090.99166133561,728.655539617514,3409.47111076848,709.332094921889,4343.42339116836,832.8259036201,6122.88269830572,10578.3874289055,3245.53645772655,84282.6965138135,33465.1359316348,2452.78832906353,15100.1894882129 -7720,2337.67292560726,4747.11588409823,563.093961117281,1901.96710294297,1007.03068331929,3385.40797912565,1047.68269786841,3989.48433592628,215.038961308806,1459.05311738664,1748.17766780899,8096.91385486597,977.914570405062,4723.31304996373,1122.2795877317,5338.10821943685,874.163092078415,6061.05807967398,267.660550816708,1644.71696374452,535.192177065064,3162.45382774181,1207.37839400562,7258.29994774705,483.041864532135,2113.22511725024,437.461379608736,2878.09039114426,550.302379650578,5144.79602981048,747.76263879869,3445.50425561556,733.781383942921,4389.32705161934,861.531782527288,6187.59265242527,10765.5830113563,3320.69976290977,87021.2415694131,34739.4171496797,2494.87048176805,15691.3014902413 -7721,2404.16586997699,4874.41349790883,575.063361281105,1952.96983379307,1009.67722849745,3476.19033372576,1064.63276836435,4096.46546903899,214.222676718612,1498.17876436914,1740.28984250272,8314.03891313705,973.502193197727,4849.97237221768,1117.12749146379,5481.25375352278,873.21542044706,6223.59007795412,271.959287273108,1688.82133153125,541.065733832907,3247.25749293276,1220.85758271554,7452.93692022224,495.453445680945,2169.89289647419,440.780625566916,2955.26862906155,548.47569915217,5282.75774680393,744.620840718121,3537.89813872748,745.566209075194,4507.03027891513,875.368330612528,6353.51777393414,10543.6008091113,3290.3336061532,87805.0559482848,35450.5849395879,2440.76485686224,16057.1685802956 -7722,2480.76545800652,4821.32408533827,589.917229111281,1931.69916783734,1026.93169829476,3438.32959358131,1091.18088524445,4051.84903560342,217.070605536975,1481.86143089709,1762.68428741076,8223.48700526617,986.029440499288,4797.14915885366,1131.45058218419,5421.55497293112,885.930953938301,6155.80618119192,278.722601048988,1670.42762478764,552.940830639372,3211.89016251668,1247.78590516957,7371.76365841551,510.477238611296,2146.25962464277,449.220478863187,2923.08147965939,555.922599707087,5225.22087479857,754.340373509897,3499.36531134217,764.107580701915,4457.94220092421,897.137731278207,6284.31877665591,10576.4226021736,3323.52722019561,89626.9651450516,36418.5400082071,2446.77659296288,16522.212142672 -7723,2525.51136948837,4680.05557348279,598.190976537519,1875.09889331468,1032.53211696064,3337.5838863116,1104.47521585932,3933.12673579715,217.539841523776,1438.44174879037,1765.84051765215,7982.53249755539,987.795006778647,4656.58899097761,1133.43032161076,5262.69923342633,888.988083938444,5975.43631534277,282.102372711101,1621.48280785785,558.266983418109,3117.77930511097,1259.92181040799,7155.76530125433,519.024634580581,2083.37256335792,452.673552359009,2837.43293926785,557.261368260166,5072.11787569844,755.81251934446,3396.83121049728,773.373098239218,4327.32105836766,908.016363544751,6100.1833927054,10504.617232488,3321.42096497953,90401.1953653172,36936.9380980218,2428.74138466094,16780.1097637398 -7724,2469.10282239305,4386.47179596332,580.269938942564,1757.47238062089,990.003509418214,3128.21447397313,1069.786391121,3686.39842532564,207.325837846839,1348.20710184635,1681.913334523,7481.7815966296,940.846909484898,4364.47729169079,1079.48857356481,4932.56573465928,848.838185614742,5600.59222679707,273.481738452426,1519.76584308268,538.476600999695,2922.19841691538,1215.48971997908,6706.87819399684,506.226975609288,1952.68087016594,434.817616161699,2659.43841170533,531.309685341651,4753.93970396715,720.078975307897,3183.74516424939,749.739952011674,4055.86461027473,880.268716845488,5717.51381627145,9864.21799259847,3151.5833525402,87072.7562882246,35897.0166430226,2278.4479821448,16346.539989816 -7725,2210.57152396263,4116.86597218757,514.845824686865,1649.45281250776,864.542620773313,2935.94495089563,947.178006217656,3459.82122833097,179.448243321227,1265.34221561863,1454.5720195261,7021.92867052032,813.674260798021,4096.22331667157,933.546468170676,4629.39532571133,736.897975595228,5256.36288914871,242.403211697615,1426.35643772697,474.097535765091,2742.59126381486,1070.44025880255,6294.65317476381,452.359213813044,1832.6631978634,380.561667677542,2495.98128326134,460.116966994322,4461.74819113267,622.967670244663,2988.062556991,664.539333902401,3806.57890407635,780.234780310217,5366.09812409633,8366.17672282132,2712.55895274208,76474.014883108,31907.6220028332,1929.76728830733,14577.002241635 -7726,1894.96739883198,3871.95289815147,446.202907109027,1551.32657727982,751.757418470867,2761.28507418788,816.517413137985,3253.99586059483,157.61047394939,1190.06678672967,1278.24450881047,6604.19291036256,715.038266832846,3852.53827780903,820.271037857793,4353.9917911275,645.942010773614,4943.66094496892,208.2630848697,1341.50224470857,410.545191657831,2579.43403164281,926.672248926562,5920.18316057402,387.508654644834,1723.63774488684,332.946509499,2347.49492180341,403.979963089852,4196.31801379691,547.322267981565,2810.30219481531,570.945453760798,3580.12486178871,670.346325578975,5046.86801166849,7447.09679037044,2387.90129863316,66412.4456397751,27458.8117436376,1719.35652478473,12502.3227430907 -7727,1517.86317783425,3533.27235930935,372.227715275169,1415.63171349052,668.932142800281,2519.75488479195,687.041932236633,2969.36815451338,144.657377463352,1085.97139321903,1176.81856668449,6026.52275983807,658.301524081535,3515.55593991407,755.377724365874,3973.14720837515,586.736731472331,4511.23787662679,174.755530768148,1224.16075966294,353.289271791886,2353.81039139616,796.686185238248,5402.34348751795,313.591162162038,1572.87078682658,292.57350231411,2142.15904454491,370.019575570855,3829.26518969253,503.219486280959,2564.48446751195,479.085748077026,3266.97058300304,562.493962856281,4605.41739937592,7359.76782391801,2240.88258338588,57663.8844162248,22712.1757383194,1707.33305258344,10207.2723445892 -7728,1530.05876078001,3295.76711145577,340.093122983231,1320.47347863323,754.524321396226,2350.37790289414,748.840497076897,2769.76833661424,146.274567714104,1012.97280191916,1177.94054552873,5621.42215161596,658.929148767327,3279.24158315284,758.983017575356,3706.07373751814,596.896485488641,4207.99415209713,162.897768201507,1141.8731307825,336.957736886736,2195.58813634245,759.222994777733,5039.19997676864,288.713483970036,1467.14300020899,286.481055266764,1998.16391394709,376.67748438332,3571.86341437261,512.561318307268,2392.10077977605,446.578135729716,3047.36604105424,524.326816858663,4295.84296251542,8123.05233767709,2395.6720682219,56819.5153173414,21155.6682048584,1864.6621547795,9512.42798075934 -7729,1642.6333204373,3154.3686349729,362.891217576488,1263.82113282099,794.514699117176,2249.53951128781,796.466290051041,2650.93681431206,153.617963070478,969.513174443632,1236.57158995259,5380.24596985764,691.726817834926,3138.55210231381,796.719867549205,3547.07185343576,627.814924520413,4027.45834904018,173.142799794261,1092.88328545388,357.378259643895,2101.39069854911,805.296542084679,4823.00290479383,309.636557573028,1404.1980838977,303.106739987915,1912.4365783556,395.693534785006,3418.61956311818,538.147990677544,2289.47234930287,474.664506462095,2916.62472926891,557.302988742127,4111.53817714452,8449.35410002117,2507.76731566868,60147.5635454301,22580.8510869777,1938.51016090938,10172.9412084241 -7730,1655.42626728816,3106.80260245817,369.38380908335,1244.76344995221,843.551844572719,2215.61777229043,825.174198519509,2610.96223895456,163.897728480124,954.893483305523,1320.72265721916,5299.11501011436,738.800153863897,3091.22457385292,851.186135907275,3493.58408626677,667.042056255634,3966.72663472556,179.644135661123,1076.40324525999,372.859157667167,2069.70295692465,840.01259744134,4750.27484427341,314.242243941402,1383.02359878038,316.615619068645,1883.59815425391,421.878608887465,3367.06878129393,574.56339143671,2254.94844648406,492.487675454713,2872.64373568194,578.229148615502,4049.53858824065,9241.13424221357,2700.55503102352,62931.4992676488,23139.0755526758,2123.13017623409,10379.9398318833 -7731,1853.87410701673,3133.76968590354,413.825086774894,1255.56801146443,962.106563871649,2234.8493608378,932.79736080037,2633.62542216255,187.00676004459,963.181970068524,1507.46777308297,5345.1113912656,843.263660701894,3118.05643982518,971.644746604861,3523.90843757998,759.820338583936,4001.15786897229,203.529645805473,1085.74643819823,422.364358681984,2087.66800314366,951.548306686088,4791.50728627425,352.629434162013,1395.02826002461,358.09532952714,1899.94780857797,481.25153602817,3396.29497825912,655.726806822438,2274.52142575002,557.968907696164,2897.57831738586,655.110579474272,4084.68863122628,10629.2511226615,3091.71403808779,71364.6124305685,26063.1161253944,2443.13820279691,11680.720940521 -7732,2347.07502089737,3228.70680084033,516.849149976884,1293.60526900494,1158.33491729986,2302.55381008009,1149.99741336886,2713.41073648511,223.59368251345,992.361433322881,1800.56132033513,5507.04079430538,1007.21750568426,3212.51752416672,1160.32431111912,3630.66475150762,912.036354288815,4122.37238776592,251.020889829393,1118.63897489583,516.892029411545,2150.91361371161,1164.83633400859,4936.66533027592,443.855340158916,1437.29044631666,436.464625417335,1957.50646207068,575.790377048379,3499.18526026058,783.488196545299,2343.42773465777,688.164376018678,2985.36004780256,807.972911982828,4208.43370279555,12412.7042134707,3666.59028336333,87038.2519562978,32470.4464992679,2849.30223651125,14626.8279109116 -7733,3185.72716882389,3455.10031572327,685.67066225736,1384.31150583168,1443.70725549461,2464.00645425808,1494.93779948222,2903.67223492593,275.084152883401,1061.94477017644,2211.01974788031,5893.18868537497,1236.82418939454,3437.77586404752,1424.33701899495,3885.24313386228,1130.15863355253,4411.42879086818,326.468394620858,1197.07675975317,663.448462511989,2301.73340728686,1495.82484617348,5282.819095502,597.315809951936,1538.0717362017,554.771320180119,2094.76475019982,709.263670518989,3744.5444393879,962.709551222914,2507.74641530888,895.00088708464,3194.69034507118,1050.81939455896,4503.52463452083,14595.729531257,4443.07666327247,111002.197744013,42945.1294116302,3341.62227737713,19511.1734701152 -7734,3298.77309986123,3975.4674957047,710.632752118112,1592.80046669552,1515.47717725693,2835.10655928931,1558.33947365234,3340.98970602879,289.003514096848,1221.88258814311,2323.6094165282,6780.752488762,1299.80581847909,3955.53383583254,1496.99406142563,4470.39344162894,1185.74447156365,5075.82708609176,340.736898204285,1377.36659239835,692.752395714173,2648.39382602153,1561.86869728265,6078.456102789,619.381987693879,1769.71828155212,579.180880046734,2410.25394766985,745.003665600195,4308.50433987824,1011.6277703681,2885.43412651782,934.117455717165,3675.83759229101,1096.7461076615,5181.79333872543,15449.0597556981,4681.20943984348,116006.772930371,44647.529040362,3538.55029372348,20268.2764332856 -7735,3242.29854385239,4431.04870507956,699.666342353816,1775.33244908351,1515.12886786323,3160.00451817921,1545.31617440174,3723.86093624916,289.229874033015,1361.90806887507,2326.3018538872,7557.81416078911,1301.31194326935,4408.83068471856,1498.92042539021,4982.69224742202,1184.92147362603,5657.50746581007,338.245991946709,1535.21025194162,688.411126191542,2951.89485161497,1552.02121700902,6775.03591017835,610.329070915741,1972.52471773439,575.125306468163,2686.46458442298,745.404389254701,4802.2509545542,1012.67129589398,3216.09953136663,927.288729424183,4097.0817698804,1088.7285088721,5775.61725466431,15602.0036423396,4701.49012187026,115361.118794596,44114.7333515805,3575.47429678842,20006.0015960871 -7736,3088.572814796,4587.1978484622,661.429634950494,1837.89475872954,1410.88315965456,3271.36235498956,1454.99929579931,3855.08894432879,267.978367026478,1409.90139787571,2154.22477827389,7824.14980401949,1205.05360375753,4564.19687014296,1387.9431723008,5158.2811831253,1100.04056415782,5856.87673553949,319.020130313229,1589.31071025483,645.722667699499,3055.91895135166,1456.07388980041,7013.78662680854,580.006524048876,2042.03603784744,537.524552716602,2781.13498222397,690.87570987912,4971.4811803476,937.933210622241,3329.4341436178,874.581749206651,4241.46199481499,1026.84531094407,5979.1486863518,14270.2098426805,4339.21819289546,108019.076358197,41736.7766858345,3267.77427124725,18980.3337990961 -7737,2898.59561979489,4620.46807451514,619.296766938681,1851.22472096453,1316.95598859603,3295.08903272335,1362.5466481591,3883.04929940155,249.674479636495,1420.12719143624,2006.81136296173,7880.8971345797,1122.5918898474,4597.30027371006,1293.00070277742,5195.69338697535,1025.56188438209,5899.35574328949,298.852231132001,1600.83773140049,604.052690763,3078.08305189183,1362.18047712237,7064.65652042763,544.58777934549,2056.84660474074,501.64306551843,2801.30611776227,643.743420311623,5007.538553095,873.790659983109,3353.58200692038,819.292208303939,4272.22465298325,961.929931825195,6022.51451337096,13251.6464859998,4039.86223995519,100946.834278273,39116.2802581032,3033.92225183596,17804.4950726391 -7738,2762.34064188181,4691.29727738397,587.985793328199,1879.60296516022,1240.70860284647,3345.60091286313,1291.17079822954,3942.57428304854,234.648149019498,1441.89695054281,1885.5106180755,8001.7068995064,1054.73736452682,4667.77432709256,1214.80436808287,5275.34047359415,964.836781018973,5989.78958202576,283.341535015133,1625.37768246363,571.34038629943,3125.26835117612,1288.52509391236,7172.95377122866,518.489279926673,2088.37691792281,473.54066887225,2844.24858075797,605.110234026493,5084.30133087653,821.05202695373,3404.99055178524,776.770215325051,4337.71547810471,912.004914361732,6114.8363074768,12369.6562838871,3788.92498628246,95384.1712282613,37152.6658910947,2830.84023497878,16933.092630538 -7739,2654.5606954624,4764.07589923846,565.187900636399,1908.76225849629,1185.27282247647,3397.50302209145,1236.9423351146,4003.73756175665,224.194977859175,1464.26587468296,1801.2773176527,8125.84168913848,1007.61802802368,4740.18802474742,1160.46167240704,5357.17967217409,922.345959407116,6082.7124144968,271.240143387327,1650.59304203869,547.017103908692,3173.75232268237,1233.66306815039,7284.23166713448,497.717411794192,2120.77503405411,453.842017432728,2888.37294118106,578.203278606409,5163.17683632317,784.407330023204,3457.81400447521,743.594703023398,4405.00879503332,873.053587883651,6209.69905716213,11780.3321456574,3615.01912927843,91315.3798448864,35637.9523853615,2695.45222374067,16245.0723470708 -7740,2588.43405874232,4716.37990839949,550.181723457209,1889.65250686334,1147.73496998246,3363.48860325254,1202.47696680665,3963.65376920043,216.93828537814,1449.60624011335,1742.68738980695,8044.48906609862,974.843359193164,4692.73118959509,1122.6908546254,5303.54576751536,893.038911612663,6021.81477102217,263.484387754475,1634.0679756298,531.287246129733,3141.97800486934,1198.19560744156,7211.30490143789,485.238807843247,2099.54269671626,440.311218890973,2859.45572570091,559.548168863536,5111.4852091758,758.935305738608,3423.19577660301,722.332589183938,4360.90763804565,848.089767272698,6147.53007505366,11352.7553741274,3493.05813876026,88619.5728171655,34683.7421946003,2596.98821556749,15818.3025327542 -7741,2551.87690974002,4676.35166039153,542.390007944601,1873.61489312936,1131.43014729686,3334.94243890663,1184.2901279196,3930.01396087865,213.860611448577,1437.30332999583,1717.96205463863,7976.21492158756,961.012233235837,4652.90364992695,1106.70702277107,5258.53420156293,880.21959506419,5970.70720551771,259.76025560066,1620.19952578887,523.232767106888,3115.3118165518,1180.07599822761,7150.1020495341,477.668301201697,2081.72373017843,434.066421514958,2835.1873238378,551.610368067234,5068.10367469052,748.167798977479,3394.14287327739,712.123020244944,4323.89630819824,836.102725465255,6095.35555492173,11191.3440808428,3443.07189197942,87344.8359307937,34180.2342511585,2560.06421250255,15588.8050489691 -7742,2538.62656636755,4618.84355134009,538.349937677519,1850.57384373457,1119.04154766786,3293.93050323863,1175.51659529634,3881.68404733725,211.101625112161,1419.62788498139,1695.54209213664,7878.12626811576,948.470711626017,4595.68389616629,1092.29608819775,5193.86661873856,869.50625256673,5897.28157245477,257.9014501191,1600.27488842609,518.776209478795,3077.00082014129,1170.08427062919,7062.17263826327,475.461320903098,2056.12343234282,429.512569729606,2800.32119878105,544.547914637905,5005.77793873769,738.441868949775,3352.40291172875,707.027174575574,4270.72256967786,830.119699595308,6020.39704080296,11005.5829583092,3395.77331246912,86505.5612105244,33955.3516903512,2516.98620892679,15500.2766938951 -7743,2581.1407144002,4605.84736593961,546.43038106387,1845.36682589491,1126.21880661403,3284.66226736085,1189.27068870295,3870.76203082282,212.014336453931,1415.63343334262,1702.43765184658,7855.95933640423,952.328024549997,4582.75287581613,1096.69794154469,5179.2524728442,874.293036987154,5880.68820577704,261.009784473631,1595.77214463091,523.990967640348,3068.34296613704,1181.93264323817,7042.30158094842,482.993119866008,2050.33805315949,433.388358751296,2792.44184693124,546.99348640942,4991.69302387917,741.509275107209,3342.97015019577,715.548556891594,4258.70590323471,840.124643652172,6003.45726025896,10982.9889285901,3403.81481109187,87303.627915767,34424.6412920721,2510.83220841596,15731.3297101815 -7744,2690.559493325,4668.42399460889,567.785643894248,1870.43861517663,1157.61278335352,3329.28882023549,1231.02460569232,3923.35153694958,217.624636783743,1434.86671674345,1746.8905121579,7962.69310571464,977.194547326884,4645.01573478835,1125.22198107444,5249.61958078929,898.413609263512,5960.58526117972,270.015884128291,1617.45285460706,541.38221940285,3110.03053048011,1221.21860442542,7137.98071575149,502.546281124283,2078.19465213145,447.541790812433,2830.38092364233,561.593016980544,5059.51188455099,760.959186370157,3388.38889404914,740.238442077737,4316.56614842849,869.113006208486,6085.02229832021,11177.2293971279,3483.06182487232,90132.5901552487,35735.1796153583,2553.91021199173,16346.2463109012 -7745,2765.34245302074,4820.67428111077,579.906460399868,1931.43881896568,1159.58872767441,3437.86618538349,1249.75925988229,4051.30293901544,216.809877880593,1481.661709865,1739.17970648452,8222.37866728136,972.881193280318,4796.50261285339,1120.14716216818,5420.82427130669,897.485022972641,6154.97651929626,274.373747355794,1670.20248934494,547.355178097862,3211.45727317572,1234.92362204495,7370.77011325973,515.402898751504,2145.97035792833,450.896169485146,2922.68751512409,559.735751975152,5224.51663452059,757.773234542123,3498.89367692544,752.185361040407,4457.34137226452,883.139868452268,6283.47179420135,10946.5361836224,3452.14726371782,90930.7049096739,36466.3737034808,2498.52420739432,16726.1327425756 -7746,2852.44698818729,4774.66779260898,594.912940431246,1913.00597894477,1178.77752607336,3405.05663595007,1280.23766604182,4012.63900712289,219.698918530016,1467.52135346599,1761.66134385368,8143.90774235372,985.457215245762,4750.72680859055,1134.56278209648,5369.09020362962,910.57454492408,6096.23601123635,281.209474459487,1654.26277901795,559.386678782188,3180.8084752075,1262.20381190386,7300.42658231558,530.999341068161,2125.49011909865,459.508358307257,2894.79461431439,567.339616392699,5174.65604439209,767.671136698348,3465.50170677155,770.925251095549,4414.8023802826,905.142349350349,6223.50498126317,10980.4774946619,3487.53121211659,92809.5037697316,37461.8518002457,2504.67820790514,17209.8299364913 -7747,2903.02833913571,4625.2766648782,603.28201074061,1853.15131827232,1184.65445636321,3298.51828125675,1295.23689964427,3887.0904469951,220.179762310556,1421.60513908503,1764.90531221779,7889.09890232324,987.271861427106,4602.08475299565,1136.59546738012,5201.10062294086,913.738309361491,5905.49529121362,284.630191032261,1602.50374721617,564.790987077105,3081.28645904913,1274.51634576547,7072.00881433262,539.862344697149,2058.98719582422,463.020197848769,2804.22147901672,568.709478969986,5012.74997350539,769.175203359415,3357.07212996855,780.303017573232,4276.67082119908,916.152772953942,6028.78223447266,10905.8090248839,3485.81461928464,93604.2162528736,37994.9188931342,2486.21620637267,17477.8339359155 -7748,2836.81472265598,4334.22713771293,585.245856574155,1736.54017173389,1134.97603343814,3090.95617077896,1253.63111952591,3642.4919248705,209.851020681599,1332.14940842826,1681.16186793294,7392.67054319031,940.426545959429,4312.49459690729,1082.57695593505,4873.81687610238,872.500263757495,5533.88690176612,275.94951597723,1501.66481547194,544.794121803418,2887.39384852123,1229.625695235,6626.99655438505,526.507965113683,1929.42364899155,444.728250456168,2627.76342154914,542.230251484466,4697.31835388682,732.81907543555,3145.82546801069,756.505271749262,4007.55761770073,888.211870079455,5649.41590768626,10240.7645409628,3308.36113036031,90147.401796937,36924.9711851185,2332.36619360208,17025.4137214437 -7749,2538.17769271085,4087.23467376062,519.305002590725,1637.58081355059,990.089594989147,2914.81337615096,1108.85738041482,3434.91903428017,181.64463444225,1256.23486719959,1454.08478095254,6971.38807352868,813.401704004098,4066.74059453787,936.304641905656,4596.07507789194,757.47733221986,5218.53001859598,244.610850632232,1416.09018335896,479.689203520685,2722.85135954053,1082.95600722073,6249.3471706394,470.431662691711,1819.47253523342,389.20151992747,2478.01636364238,469.58076057202,4429.63458990045,634.000333247061,2966.55586380673,670.591493429631,3779.18090854906,787.340613055138,5327.47543004275,8685.31802801372,2848.45732660623,79162.6711017198,32821.1098813196,1975.43416397432,15181.5555971125 -7750,2176.88376103257,3854.60298912908,450.044938992643,1544.37520785777,861.652042830831,2748.91197821222,956.591028680505,3239.41496727676,159.533370279432,1184.73419332695,1277.72234983205,6574.60005394744,714.746175884384,3835.27536413641,822.641649716124,4334.48190465746,663.968394928963,4921.50879852268,210.145917658296,1335.49108121788,415.368659443391,2567.87579553936,937.464933427011,5893.6552967457,403.02167307977,1715.91426300367,340.516390824997,2336.97598616675,412.285351761807,4177.5146508213,557.009071172411,2797.70945707081,576.107169393279,3564.08261068836,676.406689288196,5024.25340267046,7731.3042686729,2506.85465588433,68752.3394843256,28244.8630999945,1760.0441460955,13020.7427117371 -7751,1748.40176145984,3547.04831356472,375.301064808038,1421.15115149142,769.837964895611,2529.57921320416,808.1635022236,2980.94549011168,146.389394497648,1090.20551125871,1175.84075575296,6050.01970358194,657.754545605236,3529.26281922748,757.295918322065,3988.63820047154,603.000737527411,4528.82684240798,176.275588613892,1228.93366729965,357.352085971916,2362.987715129,805.765819826425,5423.40680480222,326.295063427309,1579.00328775078,299.330153001344,2150.51115612998,377.606840310408,3844.19519698333,512.092982002247,2574.48319308995,483.252929779072,3279.70824733467,567.3866455523,4623.37356379487,7641.32506145035,2349.66893294573,59732.2857655823,23363.1700995279,1747.73614507386,10633.3891255586 -7752,1569.38827359656,3310.19286993865,368.35211245976,1326.25326550579,828.76252836027,2360.66563950416,825.04913164287,2781.89176880052,164.047283813378,1017.40664099092,1291.99741502071,5646.02743334465,722.731516561436,3293.59500846653,832.755922414284,3722.29543123896,659.084512094272,4226.41277977398,180.678347570044,1146.87117386191,387.371320310078,2205.19834941626,871.706419351434,5061.25683920868,300.478743386697,1473.56476784763,335.586755510344,2006.90999006746,428.534299915108,3587.4976619414,573.83726565886,2402.57113977078,495.322928701794,3060.70453404556,581.558015819448,4314.64610938894,9168.71675184789,2655.29426399687,62769.757835388,23272.600200026,2084.39886198159,10452.4687038954 -7753,1683.90420904761,3170.2889583066,392.848737747147,1270.19972815934,872.398893491583,2260.89309754103,877.110059356804,2664.31628136392,172.220003310397,974.406376538748,1355.89655897477,5407.4004547537,758.476112239408,3154.39259847982,873.897235071749,3564.97417790362,692.965323120069,4047.78521839172,188.856536258664,1098.39914529268,403.761584925137,2111.99656718488,908.679215038852,4847.34494422206,322.15342585276,1411.28517171374,354.878447100631,1922.08878207873,449.981469473513,3435.87357972116,602.263271782773,2301.02747943584,517.743126955779,2931.34514216491,607.881541857379,4132.28940338144,9534.7464513948,2773.83199765931,66168.0156747111,24661.1479763444,2157.14719280163,11085.0521050434 -7754,1699.58469220172,3131.62531682521,400.451289255742,1254.70885412698,926.993834360881,2233.32010299679,909.781576610707,2631.823290709,183.919346583833,962.52288601308,1449.30449185622,5341.45385011342,810.727654081076,3115.92282297258,934.36645492923,3521.4971052085,736.981406247241,3998.41996540193,198.133587362589,1085.00348599614,424.387926704164,2086.23945824073,955.037232785792,4788.22856413029,327.202088982707,1394.07367313278,371.208293677504,1898.64771643991,480.277822087116,3393.97096894695,643.627168883278,2272.96502119505,543.175815400813,2895.59556882148,637.742028768037,4081.89356940831,10425.3064808602,2985.10764872087,69377.3742533927,25478.7877953816,2340.39686948277,11388.2870325305 -7755,1904.3302555146,3155.66825603421,448.877538613319,1264.34183561512,1057.52435243495,2250.46633667362,1028.82560684547,2652.02901808237,209.917110466972,969.912620382433,1654.65772379043,5382.46266732918,925.600370559553,3139.84520685744,1066.86924302872,3548.53327086034,839.766654979585,4029.11768892706,215.91268127248,1093.33356070693,461.980855417934,2102.25648562916,1039.67419573556,4824.9900143803,367.272403211199,1404.7766229384,420.046233907686,1913.22451506917,548.064842712116,3420.02805733651,734.775911076897,2290.41562728613,591.916536043598,2917.82639824445,694.968446412219,4113.23215848524,11980.8824979845,3397.19036052981,77953.3578593319,28349.6456067218,2636.33574153471,12597.366824516 -7756,2407.29067827569,3259.11787442532,559.854558222432,1305.78969064874,1272.14758461547,2324.24148185429,1266.87254648886,2738.96825491697,250.757676891585,1001.70845008013,1974.88422635957,5558.91141408033,1104.73214215157,3242.77611153522,1273.0870350669,3664.8618526169,1007.05344194984,4161.20086546989,262.294447889625,1129.17539528921,561.794316378713,2171.17299191359,1264.256528697,4983.1636040072,461.914135256942,1450.82823349342,511.290259356671,1975.94414524638,655.049418209268,3532.14396075627,877.141947954057,2365.50039646194,719.070413573173,3013.4790470464,844.259651068662,4248.07278893987,13997.4079725432,4034.4209375858,94884.8763188498,34953.4633018371,3117.80368927759,15645.051425735 -7757,3259.56149799098,3497.20795364743,741.045064041635,1401.18224252102,1583.13317194273,2494.03553652424,1643.50230880226,2939.0595661019,307.982067411044,1074.88679263366,2421.69104550549,5965.00953938991,1354.67178309593,3479.67236722255,1560.57881666075,3932.59296344133,1245.75241734378,4465.19129536299,340.313896528444,1211.66564868867,712.206733766807,2329.78485241304,1604.05210066867,5347.20131696166,620.805990566264,1556.8163635211,648.365397591828,2120.29384851176,805.347119981349,3790.17956052378,1075.9666533164,2538.30856066278,932.957812451985,3233.62434178262,1095.38457198996,4558.40951986843,16450.9659754473,4873.5086940735,120549.276839454,46122.0345683042,3624.85415550815,20811.1541637506 -7758,3376.42417175311,4050.58543673017,768.311242213853,1622.89702556611,1662.18938504259,2888.67695511111,1713.70407653443,3404.1189525829,323.654706010532,1244.97051536056,2545.58577466961,6908.87733599304,1423.97735945525,4030.27512292025,1640.55498418095,4554.8631929907,1307.39212110158,5171.73673196875,348.961425121,1403.39244786567,732.120921267124,2698.43621511168,1648.75761000753,6193.31079787796,643.861072976122,1803.15776851786,677.148664788912,2455.79659494167,846.191607953839,4389.9151362841,1130.94943482366,2939.95548049263,956.664688489453,3745.29391454122,1123.21878476457,5279.70525646721,17409.7256100358,5126.64613896121,125564.264366932,47647.9422458739,3821.6074036237,21455.735065061 -7759,3320.10960603901,4505.12694799535,756.805135386032,1805.01244521371,1662.24277768329,3212.83345279334,1699.98850429525,3786.11641872758,324.01693033839,1384.67643895402,2549.24331895389,7684.16564789273,1426.02335621711,4482.53748691705,1643.11744054726,5065.99286342654,1306.92878202142,5752.089638168,340.432103730049,1560.87588676973,714.493598791395,3001.24461020127,1609.03897887061,6888.30091567063,634.596487512931,2005.50137290638,672.722848964313,2731.37688155964,846.969228509661,4882.53495421917,1132.49578453166,3269.86626203985,933.281873071756,4165.57675578456,1095.76505114834,5872.17398569035,17573.503324599,5133.18786072977,124363.550313785,46872.8570265359,3812.47953120865,21031.1706352187 -7760,3160.63887750511,4620.46807451514,715.015895562538,1851.22472096453,1547.15959534976,3295.08903272335,1599.69879035687,3883.04929940155,300.066184839587,1420.12719143624,2359.74307587506,7880.8971345797,1320.01865645776,4597.30027371006,1520.8637095207,5195.69338697535,1212.72112209125,5899.35574328949,329.850543295076,1600.83773140049,691.341722553303,3078.08305189183,1556.97646775069,7064.65652042763,602.85388711802,2056.84660474074,628.336833125601,2801.30611776227,784.585878990074,5007.538553095,1048.41420949275,3353.58200692038,904.272921111676,4272.22465298325,1061.70567782775,6022.51451337096,16084.4143148741,4758.57200758008,117197.033438835,44704.9360997299,3546.59042616387,20183.8878974933 -7761,2965.74770689653,4641.1969882119,669.371231979784,1859.52991361067,1443.97095956798,3309.87186750998,1497.80530677131,3900.46991404696,279.536675714903,1426.49834118015,2198.04525176299,7916.25338721929,1229.56637514006,4617.92524916166,1416.68419396437,5219.00294740873,1130.46779634079,5925.82216056517,317.298579571037,1608.01960705498,664.071176856121,3091.89232768491,1495.63737360424,7096.35085376085,565.983400260875,2066.07428364026,586.301280357928,2813.87368273985,730.960020536994,5030.00399010837,976.597738022713,3368.62726010151,869.862182269054,4291.39123409509,1021.30407345089,6049.53346070958,14941.7358478661,4443.31725038891,110155.419715251,42320.3316020682,3320.35726079361,19159.346990102 -7762,2825.43411979409,4690.25757927429,635.338326859176,1879.18640241984,1360.05198567779,3344.85945165546,1418.92986258551,3941.70051897286,262.647900229076,1441.5773934043,2064.76064742845,7999.93353937898,1155.00818864132,4666.73984220334,1330.7340454213,5274.17133823691,1063.26417353845,5988.4621085067,303.43301365429,1625.01746182443,633.478529199861,3124.57572067227,1426.86212992767,7171.364081632,538.764460934227,2087.91408612907,553.274377490389,2843.61823062281,686.899250586451,5083.17453413563,917.426201212886,3404.23592848366,831.850252171405,4336.75414175866,976.674315036525,6113.48112076107,13949.0040146282,4171.2306205647,104265.685064414,40314.7425710026,3108.57912917449,18288.869070783 -7763,2714.80474636684,4745.81626303693,610.606332523156,1901.44640014884,1299.18150202421,3384.48115373983,1359.18870351533,3988.39213215596,250.917848874994,1458.65367144784,1972.32709161208,8094.69715739443,1103.30170440253,4722.0199454201,1271.08347825932,5336.64680201227,1016.31850335553,6059.39873978709,290.935607100223,1644.26668849147,607.529454584651,3161.58804066176,1368.40240764939,7256.31283816058,517.14409429983,2112.64657820955,530.172328147561,2877.30245443068,656.267868246351,5143.38753559215,876.376979122502,3444.5609776323,797.589079768678,4388.1253826438,936.448316425074,6185.89867108455,13284.8431661593,3980.5994939237,99848.2762239702,38688.1775723308,2962.7975426582,17557.0372587612 -7764,2646.70164724523,4708.97208221697,594.291292851554,1886.6845064927,1257.88515494639,3358.2057084426,1321.10644757362,3957.42821936343,242.760483418298,1447.32940252426,1907.94075912547,8031.85391416297,1067.28457992312,4685.36050749378,1229.56219947432,5295.21570378855,983.879650962444,6012.35655137205,285.644826882737,1631.50141149184,595.665355305763,3137.043027751,1341.74527166654,7199.97839799742,504.127521487774,2096.24503035729,514.266737940251,2854.96449484079,634.988213551195,5103.45680715994,847.793635493528,3417.81910216322,783.084603788638,4354.05813770682,919.418629764775,6137.87439948632,12804.7042564301,3851.01822967818,97113.3834988918,37789.9846282907,2865.79976823149,17172.8908887759 -7765,2609.31800840436,4684.5392617321,585.874338187137,1876.89531618664,1240.01447170477,3340.7814307461,1301.13922525283,3936.8948350967,239.316215983694,1439.81983592312,1880.86912295754,7990.18009630652,1052.14095468364,4661.05019726306,1212.05793319538,5267.74111857963,969.76237883368,5981.16103231908,282.666489794985,1623.0362559522,589.51306048599,3120.7662675978,1327.88241969411,7162.62082258143,496.268243468997,2085.36852108419,506.972403222728,2840.15131825465,625.979450189816,5076.97717596984,835.764538182253,3400.08551633708,774.91960411487,4331.46681225364,909.832114111466,6106.02762257982,12622.3141875154,3796.29573172773,95797.4048980643,37325.5353613397,2822.53135466615,16959.8894408075 -7766,2595.33255850066,4630.93000325828,581.418458916304,1855.41637012343,1226.26252256695,3302.54996224535,1291.27426066029,3891.84152227189,236.196833216123,1423.34272485047,1856.11465756101,7898.74151374741,1038.29353354355,4607.70974459021,1196.13867151054,5207.45777385328,957.821573134652,5912.71340282123,284.313038966703,1604.4624399809,592.479085305712,3085.05262402932,1334.60109235946,7080.6527207951,493.92381397976,2061.50383475885,501.565068961776,2807.64899569565,617.869976253162,5018.87690900962,824.788059370055,3361.17537958843,779.433557053646,4281.89806900374,915.131940472133,6036.15103605161,12417.8364798373,3753.51548408097,95190.0415998902,37217.1065173527,2802.845847267,16954.447627525 -7767,2638.07427191892,4621.50777262482,589.977163885021,1851.64128370491,1233.86917133073,3295.83049393102,1306.04957127185,3883.92306347724,237.163810197062,1420.44674857474,1863.30976414152,7882.67049470712,1042.31841024245,4598.33475859927,1200.731345714,5196.86252233259,962.866842738849,5900.68321680855,286.940243352123,1601.19795203969,598.546966904183,3078.77568239568,1348.22163057393,7066.2462100243,501.67220991999,2057.30943653448,505.938860923951,2801.93646789743,620.484087095711,5008.6653498359,828.024583619813,3354.33663022196,786.635939563701,4273.18598932931,923.588248547147,6023.86970008669,12394.4794935952,3764.77060818072,96053.370326461,37654.9289304428,2809.88255786043,17181.9855098165 -7768,2748.94275279897,4692.92179425588,612.823561456381,1880.25383986477,1267.95308707485,3346.75943785276,1351.49000600192,3943.93952981567,243.365236071378,1442.39625506034,1911.47832142171,8004.47775521938,1069.26345986016,4669.39069836478,1231.65113775191,5277.16723474308,989.135156034349,5991.8637448127,291.428736686664,1625.9405232542,604.937931158432,3126.3505787276,1362.85648638704,7175.43764375556,521.885018694759,2089.10008751482,522.254663159127,2845.23349591771,636.824703837921,5086.06193840266,849.483810035287,3406.16964240198,798.94097607651,4339.21755558202,938.035576147609,6116.95377182901,12606.8637232938,3838.65721014577,98643.8671615618,38826.4307992124,2824.05266673533,17701.0132035127 -7769,2823.4601475823,4876.49288782503,625.485092122981,1953.80295674843,1269.42524932988,3477.67325164601,1371.1756626325,4098.21299189318,242.308225728466,1498.81787670884,1902.08965634802,8317.58562264093,1064.01152663776,4852.04133572456,1225.48352613159,5483.59201714939,987.512671172982,6226.24501694447,293.280932774123,1689.54177062583,606.19341327325,3248.64274974141,1365.89443036586,7456.11628977811,535.037381085982,2170.81855725576,525.767598096486,2956.52932551038,634.286415869928,5285.01133345454,845.417160872743,3539.40738075575,804.018702339281,4508.95294577915,943.997328045489,6356.22813914981,12345.3107198966,3800.1072553517,99265.8469124275,39443.178453933,2760.5288960184,18027.1802322318 -7770,2911.31128720866,4812.87656734922,641.447078221634,1928.31460725172,1290.02393808988,3432.30524205879,1404.10230523082,4044.74972698792,245.450639556521,1479.26503810681,1926.11333894573,8209.07850395406,1077.4501545757,4788.74399813468,1240.89155906558,5412.05578093493,1001.57074503075,6145.02049607051,293.522951136512,1667.5008421943,605.36385128966,3206.26255909354,1364.13328292477,7358.84747501583,551.113490859793,2142.49912929596,535.57768229199,2917.95990248561,642.647162101454,5216.06568287301,856.157633427351,3493.23401817569,804.682186623206,4450.1313700674,944.776324092972,6273.30792258863,12377.722301038,3825.67148238197,100735.772866121,40171.0298542679,2739.70368911435,18358.0954854213 -7771,2961.99692096819,4663.3554812942,650.265218018966,1868.4078778151,1296.09696522648,3325.67420752394,1420.10520234713,3919.0919496614,245.911619706497,1433.30888029436,1929.16250261269,7954.04800062699,1079.15582879427,4639.97263584834,1242.79416181309,5243.92006275643,1004.74164219643,5954.11384688776,291.858216241471,1615.69678417752,600.804691469913,3106.65396674661,1353.95129794516,7130.2310018567,560.212878412772,2075.93835380101,539.465699141995,2827.30797580947,643.973173241368,5054.01876666318,857.568364324034,3384.71011631929,800.118378204466,4311.87964758317,939.41796247717,6078.41578259352,12291.735138433,3817.28343371488,101197.395821685,40433.7675520476,2713.93293343849,18494.3068448753 -7772,2892.99492774891,4387.31654398033,630.520005501002,1757.81083516421,1241.16993432202,3128.81690642832,1373.7875578574,3687.10835300888,234.257293114048,1348.466739963,1836.85134897783,7483.22244031023,1027.51781521435,4365.31780399976,1183.22985154492,4933.51564960618,958.922827117191,5601.67079048054,279.639199496441,1520.05852003172,573.754390953059,2922.76117473825,1293.14648777971,6708.16980655433,546.202867724226,1953.05691801707,517.839684835525,2659.95056712981,613.638909190486,4754.855219061,816.619529679923,3184.35829082111,766.620401045592,4056.64568986357,900.088030423473,5718.6148967487,11540.6469260893,3618.00081657445,97192.1652790426,39104.9441547309,2542.38059124635,17923.8857148585 -7773,2586.79631645085,4127.13295714119,559.117641157758,1653.56635599499,1082.04052931686,2943.26685616026,1214.30869031227,3468.44962010604,202.632147929027,1268.49783194831,1587.84149912476,7039.4405439922,888.223986658077,4106.43882124303,1022.77358282104,4640.94049926678,831.942079493059,5269.47164689265,251.369473768196,1429.91360480104,513.483070845431,2749.43096747045,1157.49068428634,6310.35130772955,487.850054227064,1837.23364674482,452.819421399224,2502.20597030554,531.012732383506,4472.87527223142,706.016410622709,2995.51443750408,689.120005842551,3816.07206916769,809.094915734372,5379.4805487543,9792.67020409729,3123.54548896943,85624.5090515169,34876.3157706568,2183.8694107942,16069.3713565117 -7774,2219.51950401882,3903.98848860837,484.731776285434,1564.16187362817,942.150674726294,2784.13127095171,1048.10737209089,3280.91862579382,178.045941696497,1199.91310800445,1395.77807081479,6658.83438585049,780.785464564571,3884.41323644976,898.955964010185,4390.01565338571,729.570242564753,4984.56358545982,221.311201984124,1352.60150589251,455.226951844338,2600.77563739626,1025.91148653099,5969.16530683219,418.055674102899,1737.89870165561,396.37888613534,2366.91752013885,466.457862850698,4231.03732181873,620.559336052163,2833.55394723622,606.716378556614,3609.74593850986,712.344922540364,5088.62456216502,8721.14402960574,2758.99544999653,74809.7087495545,30285.9066996781,1964.10310626493,13927.6254961996 -7775,1787.60874557073,3602.02217226197,405.298965145097,1443.17683473085,843.790779748579,2568.78384701148,887.938876972572,3027.14561530617,163.79916934796,1107.1020399859,1287.24430158657,6143.78581526088,720.072668454853,3583.96102978968,829.329807622978,4050.45603136734,664.279602859877,4599.01677637272,189.267830090147,1247.9802716315,399.18785487596,2399.61043387181,898.814235974248,5507.46136876311,338.998958930756,1603.47543922708,349.548018544797,2183.84081109178,428.472584806625,3903.77438082344,571.997959634484,2614.38377034854,518.87067360377,3330.53874126047,609.205392931805,4695.02882826609,8624.19371660223,2597.30909618619,65441.2763525832,25263.7174554217,1961.63033187903,11482.8020833679 -7776,1571.75302269871,3353.40518513461,425.878378049966,1343.56659931759,867.005486015282,2391.48252289876,832.778666891912,2818.20747265154,191.315130513871,1030.68819230239,1484.46175069669,5719.7324791353,830.394302562338,3336.59064987649,953.255225276015,3770.88746492011,736.455299031078,4281.58572236787,193.520159007846,1161.84279654412,391.832645932268,2233.98571314058,883.553009619468,5127.32810285309,331.047791988146,1492.80115307103,400.123045601089,2033.10883420379,504.435172981522,3634.33000247975,652.049640115951,2433.93507095296,530.528274205312,3100.65994880341,622.892566858555,4370.97087805458,10346.9207542831,2927.16250367428,69117.821208161,25423.4460090908,2278.39191300245,11215.0749420424 -7777,1683.12519425605,3209.60241662178,452.717649266155,1285.95095611417,906.488764173204,2288.92950927328,882.644752540919,2697.35537920118,199.454602669738,986.489591971126,1550.31177168885,5474.4554188807,867.230200981305,3193.50893253043,994.961099316879,3609.1819663989,766.848845729612,4097.98014937274,203.057205061035,1112.01994439957,410.231852736567,2138.18657386812,925.117397649235,4907.45488874453,354.027475665251,1428.78594262096,417.236085534144,1945.92381989582,525.331902715169,3478.48044443571,678.295672622922,2329.56158124314,556.673729074485,2967.6955558242,653.589911914364,4183.53223624072,10709.9632081407,3044.31508156986,72512.5582722731,26809.4315838833,2357.63606268449,11843.8864607326 -7778,1683.64117244474,3168.46949134203,457.063742865824,1269.47074525772,948.29445356578,2259.59554379893,904.183076090809,2662.78719820435,208.557189296444,973.84715299935,1631.63660399467,5404.29708259393,912.72256706746,3152.58225462735,1045.05120814629,3562.92819634436,795.24238769374,4045.4621457692,209.863095689946,1097.76876081194,423.968943252981,2110.78446695244,956.097084587608,4844.56299465599,356.463312411212,1410.47521817913,431.346077899944,1920.98567220832,547.091595220541,3433.90169054798,704.309056408878,2299.70689208924,575.331823550524,2929.66280793038,675.496356727844,4129.91783279075,11306.2100739946,3210.67859098726,74967.4443402625,27523.1181618485,2482.12206560196,12124.968739273 -7779,1877.34261510674,3194.85174341885,509.493910398671,1280.04098975497,1058.0570933655,2278.41005957416,1015.08286304449,2684.95888812655,231.864513144167,981.955888508698,1847.21473349398,5449.29594665768,1033.31499756239,3178.83222167352,1176.17530502648,3592.59490769015,864.309547626302,4079.14667465249,228.364014305832,1106.90932923115,460.757818378177,2128.35990772571,1039.10888341296,4884.90123445168,398.165904848135,1422.21953601328,467.765652548631,1936.98075386483,601.268888388608,3462.49406306557,766.879796890102,2318.85539489026,626.051399613402,2954.05663684687,735.046145984802,4164.30558170833,12552.9619222621,3595.92569469515,82776.7689866399,30254.4107897369,2741.31983096809,13283.028841124 -7780,2376.78804271396,3310.71272214506,635.308546189542,1326.46154813868,1273.61159702304,2361.03637235554,1251.74163427985,2782.32865348695,279.337474849216,1017.56642052883,2203.21800456883,5646.91411878384,1232.4599656664,3294.11225404691,1407.26049758723,3722.88000246151,1054.66219268902,4227.0765205574,278.494494360179,1147.05128527342,562.781766354207,2205.54466676771,1269.12191707489,5062.05168882574,501.026244158669,1473.79618514746,572.897191440619,2007.22516704578,729.027217718704,3588.06106372744,934.534078829475,2402.94845370902,763.482234750521,3061.18520513263,896.403513398073,4315.3237068547,14992.4540847103,4289.24751659927,100996.985818388,37151.5974323949,3287.8526604652,16374.0088245981 -7781,3294.3295364429,3549.90747233582,864.520013939581,1422.29669460802,1646.36493522022,2531.61822365884,1679.53570901295,2983.34833204976,354.655578101321,1091.0842899993,2829.3337289467,6054.89642511817,1582.70336535255,3532.10764169762,1799.52792593028,3991.85331030018,1326.86255410528,4532.47738050179,370.076806432674,1229.92427023577,733.858485814437,2364.89244166624,1656.07772319457,5427.7784343275,689.610052178107,1580.27607027323,734.17290909081,2152.24461231406,918.878939252299,3847.29387606623,1168.24315750093,2576.55839916324,1014.55171619707,3282.35191208718,1191.18386981234,4627.1003128855,18294.0083156047,5403.4989628465,131988.270573781,50096.7110407252,3986.72516556442,22243.8893450782 -7782,3425.30312223876,4079.69688925386,901.252177903501,1634.56074441578,1727.29378129499,2909.43780149949,1760.35368900264,3428.58426724445,372.551562142259,1253.91808617901,2999.50950557433,6958.53125829645,1677.89813563167,4059.24060574512,1902.57349877935,4587.59887667539,1375.779987622,5208.90586978584,380.202826446496,1413.47859300599,755.787978971252,2717.82980623361,1705.40873777114,6237.82196202276,718.33076578528,1816.11701665392,755.443045598484,2473.4463414038,959.503663010317,4421.46534256147,1214.59914903861,2961.08486431355,1042.31182113933,3772.21124480952,1223.77697344975,5317.65036127081,19361.9337189766,5710.07310995619,137341.194402794,51654.8776200631,4212.18231382537,22858.9123282654 -7783,3370.52360543478,4529.819697735,889.073177678709,1814.90577809891,1713.30741283193,3230.44309916308,1747.14893220264,3806.86824798611,368.880086301704,1392.26589629277,3008.77513011784,7726.28281384426,1683.08124110879,4507.10642307373,1900.4129399464,5093.75973779067,1338.92477249421,5783.61703163657,369.911174573583,1569.43109910705,735.323079472384,3017.69453112973,1659.23097554857,6926.05592071388,708.716747584297,2016.49359223235,735.422135380798,2746.34764854569,941.913429143331,4909.29628971789,1183.71691122238,3287.78850712256,1014.09764265348,4188.40841969531,1190.65074264672,5904.35956543763,19169.555079802,5688.8959763991,135108.550183623,50634.2307651599,4151.59084792378,22345.5652024894 -7784,3211.81099627663,4646.65538280246,840.487959431719,1861.71685979011,1614.54982218499,3313.76452424119,1647.4511151107,3905.05715822848,347.322346253293,1428.17600986104,2790.64374540938,7925.56349294763,1561.06054304302,4623.35627444753,1770.90210687089,5225.14088499867,1287.18447637865,5932.79137038497,357.717888790592,1609.91075831336,710.06486589328,3095.52862418318,1602.3228645901,7104.69669282161,673.706766810621,2068.50414143819,711.044147118509,2817.1830085296,895.728347882045,5035.91965079673,1134.65053224907,3372.58901756642,980.670205964155,4296.43823097061,1151.40363206792,6056.64816426585,17960.4246690726,5315.48910903333,128619.635201776,48617.7162105286,3905.94385994189,21557.8815356847 -7785,3015.02115563115,4643.99116782088,787.135362941066,1860.64942234518,1524.39776868113,3311.86453804389,1544.22291918964,3902.81814738567,327.699968273123,1427.357148205,2601.7224708007,7921.01927710723,1455.37971294132,4620.70541828609,1657.30663678213,5222.1449884925,1233.83484942175,5929.38973407897,344.845593991723,1608.98769688359,683.844174104768,3093.75376612786,1543.21023566827,7100.62313069804,632.709080221781,2067.31814005244,683.521462241396,2815.5677432347,851.672566519475,5033.0322465297,1085.4141568175,3370.65530364811,945.38129146699,4293.97481714724,1109.97096278046,6053.17551319791,16924.1151902737,4994.50300019249,122121.053088442,46445.6035638616,3690.71247121213,20662.1038617222 -7786,2871.20814674436,4690.97236896707,746.442946071562,1879.47278819899,1440.40968871921,3345.36920426913,1462.38229193768,3942.30122945737,308.96841187584,1441.79708808945,2441.56709256291,8001.15271976303,1365.79026171365,4667.45104782088,1557.51608458953,5274.97511569407,1171.05816518532,5989.37474303015,329.830436619839,1625.26511255845,652.599986855587,3125.05190230658,1472.82679614309,7172.45698901332,601.885424942316,2088.23228175968,650.893687925661,2844.05159466883,805.386991345847,5083.94920390635,1028.55428601092,3404.75473000199,904.217799413925,4337.41505794678,1061.64095951306,6114.41280803373,15872.2086446278,4693.67500642113,115887.361142777,44337.4179877467,3464.23055232418,19770.1947045595 -7787,2752.97362609737,4721.96826761744,715.209911904569,1891.89152433236,1370.41714370964,3367.47394432038,1396.46919296574,3968.35023587785,293.79204403286,1451.32385416304,2321.04909415555,8054.0208458745,1298.37359760175,4698.29152784394,1480.59923165202,5309.82984968291,1114.57046700078,6028.94991804977,314.875756691031,1636.00415528702,622.829931747754,3145.70088175525,1405.65529959347,7219.84945531228,576.356345501889,2102.03040954062,621.481778520147,2862.84384669061,765.950305478612,5117.54172201847,978.069769452568,3427.2518636962,863.220104007932,4366.07480414996,1013.5056178765,6154.81418003032,15027.1105789862,4455.19985510408,110539.866023648,42419.7060838277,3278.90237753306,18925.952156448 -7788,2679.87840799302,4637.16817300688,694.541627286208,1857.91573898951,1328.41291950411,3306.9987160061,1354.57113405695,3897.08409083447,284.457101036493,1425.26006186956,2237.36362908737,7909.38164225906,1251.56071517666,4613.91663511087,1429.18577059059,5214.47256473311,1085.71309529513,5920.67821979228,308.416930250443,1606.62375726465,609.09284123134,3089.20839445525,1374.73389926771,7090.19082946273,560.856404631146,2064.28081710356,606.870743398431,2811.43108504214,743.694814089959,5025.63766896145,951.563642378098,3365.70310567325,845.513473016698,4287.66606959582,992.716285121207,6044.28213169863,14496.6759695858,4301.90752130484,107542.87182351,41453.4161150592,3165.91761074584,18525.734111986 -7789,2642.11842664718,4554.77237042628,684.73633372452,1824.90325103786,1310.27940298499,3248.23810971097,1334.19573275284,3827.83851693927,280.345504379226,1399.93524243182,2205.79288622522,7768.8433171399,1233.90033087367,4531.93397888483,1408.78379751256,5121.81889422214,1070.04154133046,5815.47629147296,304.825333481056,1578.07636605821,602.0036530761,3034.31760863438,1358.73314124633,6964.20834574694,552.14307659064,2027.60151880528,599.473772926363,2761.47600211016,732.784292976432,4936.33932269404,937.251083422032,3305.89940688694,835.667244874508,4211.48041623555,981.155841277661,5936.8839398099,14255.1914928718,4238.7833447436,106120.069541713,40988.1413039413,3111.21308926478,18323.7360955198 -7790,2625.87434934975,4468.08782338588,678.660685828965,1790.17244588591,1301.65294894126,3186.41898323873,1322.8630840117,3754.98867483978,278.613018342757,1373.29225294589,2172.51997322363,7620.98989896544,1215.28776819013,4445.68408268203,1391.58363624009,5024.34255188035,1075.11781539643,5704.79854796515,306.243828955888,1548.04306826376,604.219620529825,2976.56972880859,1363.78440416461,6831.66840810576,548.982776146223,1989.01304391743,602.276839023632,2708.92073108057,732.370914486903,4842.3929509711,941.005025952021,3242.9828944158,839.555997137262,4131.32925991844,985.721620325823,5823.89561606943,14178.0845712996,4198.76694931715,105833.657339315,40954.0511323697,3103.03687098757,18343.0292908697 -7791,2660.44084527726,4445.99431576885,685.360521174285,1781.32051858896,1304.13496878935,3170.66298764062,1331.57228023705,3736.42125312187,279.194819709423,1366.50168748474,2163.85384246773,7583.30612795699,1210.44001404518,4423.70135561262,1388.88619134952,4999.49851236538,1085.35406717221,5676.58983427035,309.08081990555,1540.38840643255,610.426237096936,2961.85138204024,1377.74150397721,6797.88762223545,555.499161347449,1979.17790267285,608.190965843762,2695.52583752167,736.666380621872,4818.44860390903,949.390111506334,3226.9472052996,847.333501662771,4110.90093395879,994.853178422147,5795.09799900359,14186.0835616497,4192.26663422181,106527.784103196,41302.4368296807,3111.98715391971,18526.7623517752 -7792,2768.14987657453,4560.68563175799,710.152031669091,1827.27244294272,1327.32899103069,3252.45515487771,1374.45408771575,3832.80803191069,282.859456661706,1401.75271699756,2211.11364553756,7778.92926590819,1236.8767148837,4537.81759013381,1414.91351645944,5128.4683272019,1089.7575941307,5823.02626944839,314.22630528732,1580.12511343678,617.825513253889,3038.25693019077,1394.6767300711,6973.24967219921,576.810581571334,2030.23386498686,613.800822409717,2765.06110536751,742.38479605617,4942.7479556757,952.100165587718,3310.19131118849,861.439657287768,4216.9479966697,1011.41519766405,5944.59153601384,14191.325737379,4243.00867024666,108558.650316542,42351.8935060508,3103.03687098757,19007.2405737081 -7793,2867.405042525,4778.76158697611,732.665174203065,1914.646187948,1343.64697315232,3407.97612737471,1412.53735268248,4016.07943893474,284.913456146382,1468.77960449233,2244.79342987997,8150.89031896224,1255.71687766751,4754.80007598706,1432.52942337674,5373.69365505011,1088.66550664846,6101.46291658926,317.606231005935,1655.68114191578,622.417261403897,3183.53569653144,1405.21754864208,7306.68595920178,596.629964804022,2127.31251174562,616.414564748078,2897.27660770133,744.0833225045,5179.09278820057,949.889227144581,3468.47302372651,870.705597165206,4418.58762648222,1022.2943257996,6228.84100687643,14114.4338585557,4269.13904314256,110047.828419696,43193.4352576905,3076.9600868461,19400.5212253923 -7794,2951.90728949312,4703.96855436755,749.400910349524,1884.67980603865,1351.83093928753,3354.63744014691,1442.62017983327,3953.2232459718,285.537037597192,1445.79153972823,2263.79051914312,8023.31965147457,1266.34367534821,4680.38206817103,1441.60926362096,5289.58926158843,1083.92702883029,6005.96810970788,318.903771594611,1629.76785635364,624.051206787804,3133.70975631083,1408.98435757729,7192.32804632818,613.320381314623,2094.01766094301,616.022050550939,2851.93094651865,742.761134300153,5098.03411876488,944.713964761283,3414.18749153497,874.262756133817,4349.43172438993,1026.47078158606,6131.35258857772,13992.9121415704,4272.12374840945,110934.109383252,43745.0005833896,3043.98256102648,19662.4240726799 -7795,2996.68874195859,4526.31072843325,757.090808921239,1813.49988358525,1341.91803727337,3227.94067601549,1453.71470328236,3803.91930416288,282.508117519577,1391.18739458278,2254.2733033175,7720.29774357226,1261.01983201298,4503.61504833178,1432.43733927597,5089.81391924974,1064.27954266006,5779.13682359932,315.281936103686,1568.21535854441,615.33761173206,3015.35691105247,1389.45034108011,6920.69073639537,621.79481544845,2014.93154018956,606.208110242252,2744.22022400482,731.844877565869,4905.49336352583,927.391359994064,3285.24166205764,864.333629668091,4185.16392045503,1014.81300692708,5899.78582567665,13719.3198954657,4221.90225811685,110245.218765041,43597.3555253429,2979.05228001422,19603.69486853 -7796,2933.60875842653,4226.35881653778,736.008979175111,1693.3219307358,1286.61270089607,3014.02982557966,1411.31198997595,3551.83920263289,269.780653196305,1298.99546525087,2158.36208715583,7208.68504008729,1207.36797643968,4205.16714556132,1370.16191638746,4752.51948502525,1014.05216404572,5396.16198087478,303.134008403002,1464.29204808665,590.149766290833,2815.53367204331,1332.70268586729,6462.06680565661,607.579351384554,1881.40500962644,579.985363194658,2562.36481189586,697.690812687995,4580.4135796884,882.451919508068,3067.53356009666,831.030540464071,3907.81930254124,975.711892571425,5508.8157521753,12959.6253861584,4020.7265078545,106029.37328136,42157.5406261795,2810.85060643244,18984.8290064114 -7797,2626.58577787287,4000.87503513712,653.355805619121,1602.98018535987,1133.16289361733,2853.22595827272,1250.63469583649,3362.34224577184,236.643641532524,1229.69174016701,1871.67214618734,6824.08883509758,1046.99625014195,3980.81397760675,1192.4324518944,4498.96409345023,903.165885044918,5108.26711408378,272.953181160911,1386.16945546969,529.346628347448,2665.31992858429,1195.57083041681,6117.30401521357,543.218194472239,1781.0286965087,518.304557778586,2425.65807870192,616.51495751961,4336.04034514768,784.125042158729,2903.87517311885,748.290931976121,3699.33017238988,878.567424278702,5214.91060574536,11258.0539164106,3500.58986646136,94174.2393998065,37776.6783371333,2449.65692509583,17085.0935689183 -7798,2253.18950648367,3817.36892703324,566.531736835549,1529.45710538371,991.907181506119,2722.35848889532,1079.28633578772,3208.12339759087,208.770533472633,1173.29009217157,1644.75669305234,6511.09181007528,920.061824678839,3798.22799986423,1049.20077286518,4292.61238687665,800.139512433256,4873.9688145798,238.411713078314,1322.5907233894,464.834313842184,2543.07104986382,1049.65038154106,5836.72473141657,465.565815400419,1699.33915568393,459.073842687924,2314.40164861998,545.252139385776,4137.16137958854,695.200083850679,2770.68460186666,653.596789803391,3529.65486972118,767.387153306727,4975.72094324265,10041.2271514736,3091.60590908537,82417.6297077721,32872.0054367737,2187.89723316222,14829.7478889802 -7799,1796.88723387627,3529.56844621808,468.952241098802,1414.1477133052,879.365179844958,2517.11343738698,900.552388203911,2966.25537959488,190.526117099598,1084.83297442449,1484.32809708521,6020.20518387024,830.319537956624,3511.87059886341,951.352443669813,3968.98217651175,734.14509057288,4506.50876680173,202.996046508584,1222.87747759396,404.866055069916,2351.34290283698,913.45271861492,5396.68023579772,374.156202227693,1571.22195364709,407.260039422023,2139.91342911485,501.100150679981,3825.2509886846,644.94293617997,2561.79613029205,556.506065191554,3263.54583283362,653.39305796428,4600.58956159225,9820.0570667353,2867.18697240504,71668.1654710597,27324.4259036787,2157.48163391008,12180.5538657745 -7800,1666.52443226778,3283.61568037546,441.938347671298,1315.60491786228,859.680765017045,2341.71210396665,891.578157153594,2759.55625308023,170.074727947196,1009.23799033433,1305.11402546987,5600.69607433603,730.068828271086,3267.1510813832,832.259012807369,3692.40951365855,622.998814231383,4192.47935715065,182.570393483045,1137.66306612018,306.47303524521,2187.49304436013,696.314674656607,5020.62054164873,355.511902930195,1461.7336716827,364.298783140589,1990.79672134325,451.477101453643,3558.69402143912,576.94642074308,2383.28114938967,500.509901770066,3036.13046002801,587.648034251665,4280.00427066447,8871.17056014332,2668.62734849475,63059.8471321609,23288.9381579873,1992.49831937244,10438.1233281956 -7801,1763.29158519832,3135.91405498186,466.436538253507,1256.42716880188,887.551228593934,2236.37861867881,936.873993058944,2635.42755361611,173.137294760931,963.841054123968,1327.94381641396,5348.76893241777,742.83960415653,3120.19005667779,846.779313464882,3526.31976995146,636.127289876419,4003.89577254265,193.015502265852,1086.48939040031,317.948051829749,2089.09654804658,722.992358245167,4794.78600841821,374.976299314377,1395.98284691644,375.901132164975,1901.24790071604,459.747647317695,3398.61898757129,587.129578850806,2276.07783030498,529.144776631887,2899.56106595024,621.268204130584,4087.48369304425,8947.35581208278,2722.51804684691,65461.759049814,24458.761053062,2024.41797554218,11035.7530989552 -7802,1797.02918530265,3056.70231958925,484.504241123322,1224.69040092806,956.559781653783,2179.88873143237,983.861178277506,2568.85787525015,189.447049040837,939.494875880177,1454.39986571629,5213.66150857821,813.577959534107,3041.37550219357,927.623410410348,3437.24656716921,692.068570687268,3902.75922131275,201.650867616658,1059.04517203516,336.999628864026,2036.32693763249,765.822251746456,4673.67193644305,385.809977975568,1360.72096730374,402.705766871676,1853.22326005727,502.771099964899,3312.77144735695,642.855737200113,2218.58515937522,552.818307597256,2826.3194975004,649.063266498774,3984.23574968922,10001.3332604781,2986.35733234595,69500.977107538,25441.4129080892,2242.77470608071,11377.0469016401 -7803,2020.18207103425,3045.0707344122,525.045551516001,1220.03012026461,1078.54323918676,2171.59366086117,1082.12630620982,2559.08267110541,217.876849846894,935.919841895949,1673.15458910104,5193.8221059865,935.947347544299,3029.80223973276,1067.23367252814,3424.16690744431,794.246057631285,3887.90815910192,219.758374690429,1055.01521660053,383.700956568665,2028.57815880257,870.297634105176,4655.88734130275,434.951347244536,1355.54305327137,452.605037300201,1846.17124061027,578.116476568025,3300.16544937832,739.479765976897,2210.14283835219,602.459360639275,2815.56458173316,707.346763259096,3969.07464708824,11503.8929590631,3405.24864468008,78439.6628689023,28473.0600937764,2554.00686923741,12636.17992392 -7804,2572.71235506032,3066.64439612597,646.907308383612,1228.67376745406,1307.96479597387,2186.97892810299,1324.7896022617,2577.21321343406,263.334326138555,942.550629756502,2020.91361472201,5230.61920230672,1130.48056027595,3051.26772749334,1288.90546392644,3448.42638282459,963.779409810105,3915.45314006108,268.75311492671,1062.48976920406,474.841103627769,2042.95019241853,1076.48052602064,4688.87328719345,550.341658038506,1365.14678002203,551.852661223105,1859.25096101233,699.011426854866,3323.54640148553,893.3571184959,2225.80121810504,736.776607565668,2835.51224243382,865.048470744298,3997.19467490411,13676.5904878696,4094.07023892851,96489.4617245087,35474.5518649778,3049.70325550709,15817.0509799161 -7805,3519.06082762261,3081.13514007412,861.911838669391,1234.47959123411,1662.7930589425,2197.31300912887,1749.6592063337,2589.39125951688,329.301914190295,947.004442481323,2524.1241938529,5255.33532643466,1411.97194777939,3065.68581242429,1609.54760850056,3464.72115237813,1213.97373423175,3933.95474036572,358.221013670909,1067.5103275748,619.679670192131,2052.60369778569,1406.09247688342,4711.02951185904,745.539186815278,1371.59747657684,707.924858239686,1868.03643664342,874.758216998864,3339.25107854706,1116.216592539,2236.31874520136,982.049503996116,2848.91082295358,1153.02306411964,4016.08252659572,16427.8408246223,5057.78495995233,124959.781437404,47555.0095166039,3655.72777172658,21427.6250544351 -7806,3610.64661859202,3177.3068969101,854.477334294953,1273.01151718666,1690.97851928142,2265.89794383621,1755.29344371274,2670.21416901039,338.986951380409,976.563379958734,2598.51496046658,5419.37059529769,1453.58546104792,3161.37534796374,1657.05446145729,3572.86581498549,1249.00263992546,4056.74563446623,357.248046611068,1100.83062641796,637.093858544281,2116.6718073394,1443.75235266165,4858.07531285909,765.410774881536,1414.40927579932,717.535102107533,1926.34363116047,900.453256954163,3443.47943210528,1149.09273716506,2306.12116956567,979.382151210946,2937.83414064547,1149.89132863285,4141.43688290341,16847.6514922428,5170.13561358231,127548.362726578,48440.4594128885,3725.36700877005,21750.9786473767 -7807,3502.57248880691,3418.12617657906,830.149238112294,1369.49754341136,1645.59931385426,2437.63832911932,1706.50229174714,2872.59910493467,329.686420077072,1050.58055782136,2527.35614798521,5830.12377884693,1413.77987330953,3400.98711942976,1611.79903649844,3843.66589814882,1214.27231078395,4364.22067329312,347.161916014678,1184.26645653853,619.452484939888,2277.10181818752,1403.74174928081,5226.28595016267,743.542646418513,1521.61233612892,697.818744849721,2072.34799923146,875.719974182363,3704.47286563256,1117.60725770615,2480.9102147864,951.731401613871,3160.50293673349,1117.42661896609,4455.330969718,16406.9928247912,5031.99459593814,123934.426969884,47037.6174241238,3626.19342105949,21122.4605332342 -7808,3350.22457410837,3646.98896265408,803.472919806447,1461.19311201138,1551.64791977193,2600.85193523723,1633.51710862289,3064.93578312305,307.945323368495,1120.92283924641,2359.92479862656,6220.48338006109,1320.12031049999,3628.70234916331,1504.97929597873,4101.02096368717,1136.36428278546,4656.42981091356,333.213622178754,1263.55976131929,585.403799462549,2429.56660133618,1327.44616533306,5576.21521011059,709.418493107432,1623.49284626302,661.774295751288,2211.10336176631,818.131180720956,3952.50817421104,1043.67211005187,2647.02111720085,913.49267602156,3372.11639689634,1072.53058025208,4753.64045448853,15188.3169948239,4699.66444887749,117188.289320217,44878.4418955565,3362.8060673171,20234.4834625683 -7809,3141.97376936898,3822.89230708907,779.093642069024,1531.67008847065,1466.03338221124,2726.2974900424,1571.39789732754,3212.76525566894,286.381044529737,1174.98773450552,2194.42098025447,6520.51275820288,1227.5389908641,3803.72368476736,1399.48072770324,4298.82340029932,1057.63584788091,4881.02099702739,322.51350270894,1324.50438993912,547.151466369959,2546.75063865544,1242.56584520741,5845.16993270287,665.478640340348,1701.79794239803,625.633207366525,2317.75037392045,760.892202889008,4143.14746976965,970.511834932577,2774.69352643316,884.15869890406,3534.76195412514,1038.08959531069,4982.92035161701,14143.0944535175,4402.29311769729,110213.79157597,42417.851691999,3148.79106707609,19217.4787790043 -7810,3020.65130973406,3923.61272503333,756.398758591846,1572.02446915184,1412.44568118059,2798.1263046099,1522.0811795264,3297.41086776418,274.501802881094,1205.94472889411,2103.30792849607,6692.30644671437,1176.57118449675,3903.93907366644,1341.37343128545,4412.08300971698,1014.01029533267,5009.61956463643,313.100770985637,1359.40064780029,525.270138303651,2613.84899459121,1193.45923524588,5999.17059798065,639.640885059143,1746.63462265113,602.735847117786,2378.81533929204,729.348265012361,4252.30553942964,930.227704439347,2847.79741458908,858.354047118305,3627.89110157529,1007.79238671837,5114.20362618561,13562.722974807,4229.74173401596,106037.294584262,40872.7632602919,3025.69507465838,18546.4321969298 -7811,2892.8606756544,3961.30166017345,716.707920196918,1587.12481987671,1332.94052155514,2825.00418685742,1438.94609457301,3329.08471353714,260.183058469587,1217.52863787164,1993.27835523082,6756.59054437743,1115.02164931342,3941.43903017327,1271.13206762448,4454.46402997547,962.049279939357,5057.74032478273,295.067526411444,1372.45860393278,500.192039101294,2638.95676952391,1135.96155553888,6056.79666033876,611.602993540136,1763.41222116043,571.935211752654,2401.6654581279,691.369605933778,4293.15178978688,881.607793734874,2875.15242120476,808.916581939905,3662.73943192918,949.74792220782,5163.32898647689,12739.2024440952,3984.93433432312,100589.653725239,38937.1666704262,2829.73320473992,17654.8471881901 -7812,2725.66168983311,3905.3530888318,694.080768009761,1564.70861080439,1225.91832585008,2785.10443625829,1373.71750460085,3282.0654381635,231.890218532559,1200.332525659,1775.05704259721,6661.16191497032,992.950646390245,3885.77099433912,1131.88891803295,4391.55013955516,861.615799172895,4986.30588992672,285.129920814211,1353.07429425306,458.835677808005,2601.6847125706,1044.46740467321,5971.25176900675,573.676215938691,1738.50616680657,527.795738353528,2367.74485254166,616.496244632908,4232.51623869862,785.289608576256,2834.54438774617,781.673008070067,3611.00768918576,917.761277040598,5090.40324010804,11172.8845796064,3576.41293059511,92836.5349828614,36629.9571333601,2513.90198286103,16796.3254109585 -7813,2681.56333972104,3768.37331513297,688.058200386489,1509.82665095662,1206.45207635378,2687.4172446706,1359.07715413918,3166.94740126434,227.431082467572,1158.23101166317,1740.84145991314,6427.52248956388,973.810762923147,3749.47806016827,1110.00930678439,4237.51706479334,845.121504845735,4811.41183121828,282.136757135109,1305.61538172745,450.22671910216,2510.43094497074,1025.26623661525,5761.8108561335,563.369823536704,1677.52827930538,520.372249295366,2284.69649642625,604.658522538428,4084.06125822284,770.16368782792,2735.12309601121,773.467361850936,3484.35204375797,908.127038330467,4911.85797979346,10946.2294206147,3510.91780929189,91292.1573892738,36079.9748023604,2464.27230093497,16560.4733522378 -7814,2697.94373705429,3642.57025987004,692.957838502931,1459.42272604691,1219.66653703438,2597.70073521859,1367.4210999996,3061.22229772003,230.601986716612,1119.56472576672,1765.33207646822,6212.94662370921,987.51058943874,3624.30580249511,1125.69611869776,4096.0521543666,856.440980988111,4650.78806656505,283.812828067868,1262.02882851628,455.086400697239,2426.62293114269,1036.10285282918,5569.45905100904,567.853597276219,1621.52581745292,525.795450355501,2208.42438229024,613.042876380812,3947.71930343239,780.968796661552,2643.81397846263,778.062247592874,3368.03073053879,913.52188779161,4747.8809294322,11128.5474732674,3558.8184078095,92180.7413341413,36351.7922822056,2501.04834425157,16665.4942929438 -7815,2768.64668834841,3635.22741915279,706.07472170154,1456.48076258376,1249.36136720274,2592.4641848245,1396.9103692345,3055.05136177957,236.663133336395,1117.30786183069,1811.73356701895,6200.42231417281,1013.46715811802,3616.99978001106,1155.28344240344,4087.79516647252,879.144657765444,4641.41281954271,289.469882239488,1259.48477966966,467.021180321146,2421.73124631769,1062.97501788066,5558.23190979412,582.727264681631,1618.25708001012,538.149032843096,2203.97255094084,629.155797659102,3939.76133090928,801.496245477746,2638.48447112443,793.570849911837,3361.24131772839,931.730517899623,4738.30995868295,11432.4003598302,3652.13989859613,94526.300948212,37220.504088816,2572.12934924057,17056.9137990962 -7816,2899.23697767276,3805.08753132554,730.521730728986,1524.53647332319,1292.26972853509,2713.60000563121,1444.35644308999,3197.80209156097,245.439951170512,1169.51533521795,1878.62270759784,6490.14405874781,1050.88433051329,3786.00818513161,1197.85858789623,4278.80201843946,912.439326767907,4858.28808242552,299.30100214887,1318.33563032824,486.454514166582,2534.88937749388,1106.83489700509,5817.94658148303,609.246169411988,1693.87197213121,557.434950791493,2306.95566081619,652.551389344492,4123.85113450074,831.128188946427,2761.77064185201,820.522497253232,3518.29911946616,963.374412503912,4959.7128499713,11776.0201516975,3772.04887020639,98206.9726840892,38780.3360643489,2645.50988359067,17767.8440276814 -7817,3034.22571568571,4097.63162334163,743.485069263303,1641.74642832741,1329.6513808017,2922.2279657522,1475.73429145004,3443.65664855114,255.436520386062,1259.43042889808,1954.97010893015,6989.12162104809,1093.59236731655,4077.0854120723,1246.52966228538,4607.766396025,950.275614395948,5231.80471354772,304.14846675972,1419.69237883187,507.74702941151,2729.77764358374,1153.89591744845,6265.24401841878,637.307514906341,1824.10083914127,575.160181522174,2484.31984588653,679.164341630851,4440.9025231535,864.928022520729,2974.10207394809,833.811640086984,3788.7942428692,978.977178074635,5341.02725612111,12137.47854345,3888.97751491921,101725.59356332,40244.0334939235,2706.37988389754,18389.6466166513 -7818,3092.92628705673,4083.0109147661,742.99133579991,1635.88853325778,1312.43880298504,2911.8012003897,1472.68687341955,3431.36937997242,251.112098476692,1254.93667080445,1920.78362997815,6964.18382287262,1074.46876421052,4062.53801417837,1224.66647187357,4591.32548189385,937.101953230932,5213.13717603528,303.30917219912,1414.62679206229,508.784820202497,2720.03755782896,1156.00902611259,6242.88907893956,647.66081525902,1817.59228756002,569.82987552793,2475.45557505549,667.89471623797,4425.05699393766,849.950918185645,2963.49021722349,831.510745456326,3775.27549312066,976.275700637437,5321.97000300911,11701.2661546653,3798.87374234347,101393.716008364,40558.977896309,2609.2484971234,18589.010131767 -7819,3170.46237753988,3919.19402224929,732.409318859297,1570.25408318737,1319.27993099712,2794.97510459126,1462.34638053941,3293.69738236116,256.231908879927,1204.58661541442,1959.80229531583,6684.76969036249,1096.29544810776,3899.54252699825,1249.53568456492,4407.11420039642,956.616711521647,5003.97782028792,299.357893960092,1357.86971499728,520.425193415713,2610.90532439773,1180.62810475971,5992.4144388791,663.646277771006,1744.66759384103,573.527283976086,2376.13635981596,681.542144721115,4247.51666865099,867.236218542375,2844.59027585086,820.678464024748,3623.80543521774,963.557532890474,5108.44410112929,11821.0413248864,3833.91550068604,102760.917189935,41132.377699562,2614.10488427027,18787.689458764 -7820,3119.04149856261,3666.28829696528,721.759570628662,1468.92553309922,1289.25739582002,2614.61526479652,1437.89535486841,3081.15497679942,248.427297409494,1126.85459962002,1899.67287210919,6253.40127193256,1062.65959967736,3647.90491337984,1211.17215249685,4122.72296920623,928.524328032726,4681.07095914234,295.243238221991,1270.24633550572,508.423192633359,2442.42351386064,1153.86896995641,5605.72372868116,651.880945868933,1632.08413390132,559.692984730931,2222.80419865185,660.874171755448,3973.42427168296,840.687343630331,2661.02876734534,809.398289293211,3389.96114563192,950.313494194016,4778.79602728184,11429.1596199174,3727.36918130767,100543.634510353,40365.0563075705,2542.50922243193,18490.5428720587 -7821,2851.4967391226,3492.85423002551,650.238400386614,1399.43789093863,1173.22345382183,2490.93067642636,1300.8501663019,2935.40068929825,227.667393918254,1073.54865086971,1741.01846819902,5957.58361468632,973.909779736504,3475.34047390007,1110.08237325894,3927.69722286563,850.811435737246,4459.63251559449,266.331644178996,1210.15722899316,465.641891203044,2326.88447031385,1056.09334957563,5340.54451044819,596.499451617942,1554.87826082127,509.263178769541,2117.65426472491,605.62867141639,3785.4611124067,770.463373352339,2535.14858445125,730.138236124626,3229.59875712543,857.254367342618,4552.7346914144,10432.8721864889,3397.90930203967,91655.8142326026,36809.5208383071,2305.68690732401,16830.586818398 -7822,2413.355729718,3393.49840600154,575.604349397898,1359.63024490825,1008.89230026906,2420.07502267034,1134.69713809135,2851.9018842755,193.008615476247,1043.01107219836,1475.95195135323,5788.11744454369,825.633998777182,3376.4828366188,940.908591399776,3815.97209252956,721.265922052282,4332.77624440456,233.785710772083,1175.73375730872,393.480707484889,2260.69518535335,893.894839693825,5188.63029770751,503.634964760801,1510.64904291321,440.091284835415,2057.41662793465,513.436232308141,3677.78195279541,653.165132044024,2463.0351322304,640.914777590416,3137.7313545231,752.497219019805,4423.23008657302,8931.00414195054,2912.78308622666,78388.0885828337,31448.9024672327,1996.66849738685,14424.4010748938 -7823,1938.2187905326,3182.63533317642,487.463577205699,1275.14639460194,907.671948897483,2269.6979207259,974.129242142899,2674.69219599319,176.71908161706,978.201105208125,1354.03466522242,5428.45903772946,757.434585933187,3166.67706655816,863.278510209427,3578.85761508569,653.059916892296,4063.54891512601,200.34610918179,1102.67675146133,336.234674344208,2120.22152764911,763.941661852649,4866.22244674368,408.680121605511,1416.78128137673,388.130527410736,1929.57416557175,469.548047066844,3449.25424747052,598.852218538934,2309.98860197719,549.241361173409,2942.76097412029,644.863578286486,4148.38219325508,8811.55489362716,2736.95111627021,68352.7636937781,26147.8659666359,1987.81348450869,11855.5142248709 -7824,1779.67635520806,2953.18771573287,405.47446623589,1183.21650898695,872.308281298901,2106.06724183585,936.272980932258,2481.86402451902,157.52209838449,907.679072529426,1202.35291023869,5037.10191942781,672.585201917713,2938.37993789852,770.904782714016,3320.84490957992,593.662839746338,3770.59307214213,178.627148698592,1023.18082216155,309.013161588845,1967.36713905471,701.169543621279,4515.39898459061,349.46594934793,1314.64042783255,326.807357537807,1790.46423036935,419.503363068442,3200.58511444444,569.263350230572,2143.45322309782,489.699643753586,2730.60676117002,574.955724168144,3849.31041441649,8513.07819571541,2629.57176258623,60646.0459435602,22109.8636480898,1995.58731607858,10036.3543653401 -7825,1808.36178608366,2802.04210650279,402.922266172817,1122.65890232037,830.897848588702,1998.27767781628,918.658979528547,2354.8409951282,148.590157942969,861.223608262128,1133.12818666994,4779.3005496368,633.861525796747,2787.99219806841,726.418582487339,3150.88242316462,562.876971420355,3577.61225212466,182.29184510843,970.813921170373,301.601950456709,1866.67631495724,685.687993495978,4284.29862926713,352.286783892693,1247.35647993967,315.428059745156,1698.82738471198,395.935918974801,3036.7775838773,536.340159042574,2033.7502260498,499.746271824612,2590.8529553804,586.751457311318,3652.30080185338,7783.78162213004,2469.85686057388,59117.5481412182,22156.4026220748,1864.14887872083,10172.0587909597 -7826,1866.37046967796,2731.40784742348,423.524879758092,1094.35876379634,920.395446721337,1947.90482193388,986.282356165718,2295.47984257647,165.862646161036,839.513766240114,1266.10490005405,4658.82329040594,708.247480918734,2717.71211099461,811.8899564446,3071.4545498683,624.784363405541,3487.4273151762,197.906330558515,946.341511613567,325.500453388498,1819.62088415486,740.21740213677,4176.29944586781,367.722203011707,1215.9129478943,342.734819333232,1656.00311260547,441.696700042628,2960.22608091164,599.459854083854,1982.4831733399,542.552799376617,2525.54238118809,637.010546452439,3560.23310577023,8985.12438905796,2786.61858508052,64271.4855530103,23481.9797916465,2144.77600965093,10718.1088838071 -7827,2140.73551512903,2715.81242620354,489.468901005244,1088.11034289382,1093.18718968646,1936.78293977956,1153.37420293859,2282.3734238186,197.607785115761,834.720424661042,1509.1216200988,4632.22297450229,844.188807569847,2702.19488782873,967.836212320367,3053.91757621265,742.254059701896,3467.51527677248,229.678258631565,940.938219496114,381.56192469876,1809.23146018957,867.317662542129,4152.45417901747,423.904100305313,1208.97049343548,402.752651295016,1646.54789114999,526.089951604003,2943.32418444765,714.618245556344,1971.16386041531,629.654351252085,2511.12238262193,739.276366886503,3539.90537076059,10867.5191366263,3336.59346900244,75548.9514593112,27174.1537307339,2597.67610815498,12362.5082622531 -7828,2756.88257487895,2729.58838045891,624.538620800573,1093.62978089472,1362.68652168358,1946.60726819178,1457.96709562068,2293.95075941691,245.435689938874,838.954542700715,1873.57451186147,4655.71991824617,1048.06041607041,2715.90176714214,1201.43475284374,3069.40856830903,924.144750574488,3485.10424255367,276.239921520689,945.711127132828,481.151623310828,1818.40878392242,1091.44420016163,4173.51749630174,543.000791389293,1215.10299435968,506.344163833471,1654.90000273506,653.590876494453,2958.25419173846,887.084546579867,1981.16258599331,757.301407679395,2523.86004695355,889.146612254755,3557.86153517954,13307.4687950131,4111.68384538186,94394.4572688622,34210.3651241796,3150.26442569075,15547.2849633341 -7829,3314.89418363421,2714.90269272125,704.219335546045,1087.74585144302,1342.36495226621,1936.13416290851,1575.62470063326,2281.60888223882,233.897922027604,834.440812891343,1779.95238689281,4630.67128842241,995.689057137605,2701.2897159025,1140.79334385765,3052.89458543302,895.916826558872,3466.35374046122,312.801515923019,940.623027255745,511.387028680268,1808.62541007335,1163.25513426911,4151.06320423443,636.160838830337,1208.56551666817,519.481838025166,1645.99633621479,624.028084541957,2942.33823986106,841.972778681352,1970.50356674201,857.533650562556,2510.28121550466,1006.82916017363,3538.71958546525,11376.7757458589,3808.75443390726,98588.5386361104,39071.0714802326,2711.69302273565,18189.1727079138 -7830,3356.88966397145,2701.58160520702,708.265128496295,1082.40865916752,1345.23901374781,1926.63422293183,1586.82898874987,2270.41381743041,233.430126277414,830.34650073652,1776.03042341233,4607.95018771847,993.495146700019,2688.03542255221,1138.29433669259,3037.91508872645,894.925381768966,3449.34554283566,311.300331627605,936.007715739215,514.344754301037,1799.75111139861,1169.42714495672,4130.69537434169,643.53936580377,1202.63550412762,520.078419805835,1637.92000209732,622.855883862938,2927.90120486355,840.066210442871,1960.83498800066,853.418209992471,2497.96413473167,1001.99722667433,3521.35631369397,11268.6563774225,3793.09486059071,98842.9123412266,39310.5841479183,2682.69199666251,18319.1208217332 -7831,3215.39484677945,2832.06328620561,673.45916481387,1134.68711009545,1275.37968461429,2019.68729658062,1512.53901814132,2380.07084607236,220.225704176993,870.450788912963,1675.21374665455,4830.50614726914,937.099221413537,2817.86284654797,1073.7400784273,3184.64109054109,845.200594846029,3615.94291820523,304.633266626939,981.215256367235,489.57999930069,1886.67595199634,1114.51890032678,4330.2007585575,616.331400760065,1260.72070203714,491.998518879416,1717.02868228783,587.696619799611,3069.31372791007,792.329748262844,2055.53989896913,835.140700781275,2618.61144693788,980.537626532577,3691.43168373654,10548.5447967735,3586.82490773462,94266.5958886134,37713.8074623908,2551.50756015176,17654.2004565066 -7832,3127.79242285083,3045.78552410498,654.30837945636,1220.31650604376,1237.97010272885,2172.10341347484,1469.20919916155,2559.68338158993,213.509145571633,936.139536581097,1624.04807021532,5195.04128637056,908.477610798145,3030.5134453503,1040.93971478097,3424.97068490147,819.620058566366,3888.82079362537,295.043413466198,1055.26286733456,475.381885756853,2029.05434043688,1082.07033645399,4656.98024868407,599.166374503531,1355.86124890198,477.45486585311,1846.60460465629,569.788272660633,3300.94011914904,768.119279171016,2210.66163987051,808.850477202842,2816.22549792128,949.67030872075,3970.00633436089,10209.4310315306,3473.04409565476,91437.0559632167,36649.2759731593,2455.83853760792,17153.6800018905 -7833,2942.56539673989,3256.45365314058,614.442400530928,1304.7222506784,1160.68609475518,2322.34149116189,1380.58363317152,2736.72923877698,199.845020910705,1000.88958648678,1520.00368316304,5554.36718748896,850.276133945508,3240.12524910224,974.293334810426,3661.86594902287,767.584220271501,4157.79922111611,285.089659101772,1128.2523316756,446.514816007829,2169.39812965921,1017.69997135047,4979.09003224617,564.034268782772,1449.64222930177,447.319159069198,1974.32887613,533.345850334767,3529.25654965806,718.894394710125,2363.56667796874,781.562632092047,3011.01562739495,917.631684746254,4244.60012965614,9530.76263096639,3256.84070591411,86106.1512835358,34679.7641372445,2307.83021414234,16274.2012305008 -7834,2846.35299287251,3420.59544777114,595.1568427492,1370.48687518464,1128.05935363675,2439.39929105924,1338.64988738932,2874.67428468222,194.404784131264,1051.33950239285,1478.75558981266,5834.3354889915,827.20232844419,3403.44400928251,947.86868529864,3846.44258133251,746.332355589461,4367.37340781131,279.050920970035,1185.12197646196,433.125718134022,2278.74680776093,987.604954682815,5230.06144488452,545.907141214328,1522.71155637797,434.268051198794,2073.84507363718,518.799752042493,3707.14899508372,699.404305827098,2482.70243654974,765.007657479411,3162.78609962772,898.194510269193,4458.54952276325,9301.95865619622,3173.98263749597,83686.7460127806,33662.5526412208,2260.22729518536,15801.9348993348 -7835,2732.04341409832,3574.21033449644,571.032191691232,1432.0338161499,1073.86619573468,2548.94982151382,1279.33548276611,3003.77249911776,185.023546658826,1098.55391316895,1407.19576718855,6096.34857967805,787.172419306051,3556.2886452369,901.937457584653,4019.18175801937,710.891166153732,4563.50697039474,266.848284795136,1238.3443995604,413.745735764534,2381.08262563087,943.462677021855,5464.93730456731,523.191399208328,1591.0947273258,415.061004269637,2166.97899752174,493.806489936074,3873.63266193321,665.53030858946,2594.19765993599,731.554587040573,3304.82307413964,858.917303137941,4658.7776965874,8805.83059399795,3015.34931217454,79914.5739293909,32241.7151998065,2140.24881146903,15140.4577604025 -7836,2656.17502994167,3528.6587127358,553.397191662468,1413.78322185439,1031.94100587529,2516.46466051592,1237.09326216648,2965.4908380151,177.493837297918,1084.55336265479,1349.63775503468,6018.65349779036,754.974994659068,3510.96542693718,865.020994560171,3967.95918573212,682.754498143021,4505.34723049047,262.205466155075,1222.56228535359,399.747926475103,2350.73685272076,912.279984368482,5395.28926101468,508.239749775164,1570.81697687979,400.048068382829,2139.36187417965,473.771498962852,3824.26504409801,638.267086980102,2561.13583661875,718.826473477688,3262.70466571636,843.973241315169,4599.4037762969,8379.11813113732,2891.11484600725,77277.193130826,31362.6590660809,2050.49654099673,14760.8071143144 -7837,2656.28910718955,3379.07264751866,556.48848142241,1353.85045803569,1050.17888249477,2409.78728606032,1246.74010102547,2839.77845208922,181.320490435765,1038.57723312659,1379.19214624806,5763.512162815,771.507450323738,3362.12941130512,883.956133227169,3799.75039880875,696.092884095111,4314.35761672771,264.599402984663,1170.73571422931,403.45223226577,2251.08497227954,920.72770660265,5166.57343526747,508.465267270348,1504.22727527457,405.700304878487,2048.67055181428,483.889947669681,3662.14770522662,652.308757332898,2452.56477223566,725.389361712531,3124.39286153178,851.678719981184,4404.4269396995,8667.34398624852,2961.62393834956,78225.7085830838,31521.6273433496,2116.19335114354,14808.7052919062 -7838,2626.49830678892,3278.87206917452,547.506349432585,1313.70435493658,1023.98146364834,2338.32919535401,1224.88761947506,2755.56971408605,176.105480256759,1007.78001440128,1339.16119193864,5592.60513824078,749.114501250395,3262.43125544333,858.314049648572,3687.07534643791,677.194294971986,4186.42277380652,267.985567886864,1136.01956341199,395.845915980832,2184.33292529711,904.775614782773,5013.36760033183,502.52898592148,1459.62200670947,396.390980982654,1987.92075577804,470.048832842115,3553.5530236903,633.323939043092,2379.8381888682,734.672406078296,3031.74437351254,862.577930474564,4273.82124616506,8332.68652239907,2882.83953072851,76974.4410302788,31235.3651749616,2075.98637227597,14743.0475681089 -7839,2731.06982329803,3279.7818026568,573.060636276749,1314.06884638739,1082.10883947194,2338.97797222506,1284.04911098931,2756.33425566584,186.763039555116,1008.05962617098,1420.63859765159,5594.15682432066,794.692215502608,3263.33642736957,910.572786475576,3688.09833721755,717.153395213923,4187.58431011779,267.456716556377,1136.33475565236,415.564071359,2184.93897541333,947.514247667919,5014.75857511486,523.48057340788,1460.02698347678,417.81993104755,1988.47231071324,498.404343795236,3554.53896827689,671.918316489531,2380.4984825415,733.2225799459,3032.5855406298,860.875691470509,4275.00703146041,8938.83521400099,3046.58931284122,80315.4395576595,32306.7690176575,2166.0374606594,15154.2658349641 -7840,2878.82924559171,3474.07474161757,604.40851958746,1391.91374995828,1138.93271596683,2477.53807522336,1352.2293801771,2919.61837501113,196.836143208224,1067.7766680967,1497.23834377058,5925.55239750307,837.541411667532,3456.65514899237,959.617277887219,3906.57978148126,755.755279006984,4435.65510010135,281.828654110996,1203.65076403442,437.701475094851,2314.37387094178,998.009907348349,5311.83083185722,551.361465563943,1546.51838767688,440.759480684586,2106.26860099622,525.290641128743,3765.10840988964,708.144417422069,2521.51824367011,772.622708939849,3212.23467364883,907.135332430005,4528.25670787106,9415.4998714505,3210.86486370847,84668.4621525624,34030.4461602413,2290.96151012338,15962.3577747073 -7841,2987.295125302,3809.96110085072,624.977844510381,1526.48910501307,1164.08951684136,2717.07559408538,1392.53635879854,3201.89784775388,200.535730921421,1171.01325458249,1524.94442763135,6498.45665813963,853.039941133517,3790.85731776292,977.334699150534,4284.28232314984,771.309533392137,4864.51059492967,288.535509327038,1320.02415925144,450.146288095157,2538.13607274548,1026.16616051484,5825.3982279761,571.156356252135,1696.04148932496,452.125200944278,2309.91041775987,535.254736645215,4129.13297757269,721.186763268223,2765.30792742687,791.00930153751,3522.80536938234,928.723007236018,4966.0652676753,9490.06977706397,3261.59683284943,86860.51351633,35101.8113107787,2310.7885901781,16484.2482429363 -7842,3082.74439138797,3873.83734427816,641.220735413833,1552.08159456352,1183.92299686397,2762.62896785075,1426.62516909268,3255.57955235376,203.308976493875,1190.64598198481,1545.60001674372,6607.40711417062,864.594488434536,3854.41327500722,990.532890901083,4356.11084143164,782.996672852153,4946.06698217145,289.038676284542,1342.15514229681,460.57246124659,2580.68941996954,1048.89610819779,5923.06446272818,588.448695917406,1724.47662453171,460.958157959946,2348.63742736305,542.74762213677,4198.36032563165,730.893853731835,2811.6699446886,792.388714922504,3581.86727772359,930.342574723584,5049.32427886147,9519.12583426351,3290.20193356152,88416.1278286729,35893.2880560943,2298.91026897092,16850.8350131156 -7843,3184.16698100045,3762.5900121255,663.548960073836,1507.50952781594,1230.20159005806,2683.29287934538,1477.95283666947,3162.08710349164,211.531708205408,1156.45348052893,1608.29713141904,6417.65820409217,899.66667994708,3743.72375561073,1030.73092702382,4231.01376930332,814.156026019695,4804.02778240287,289.038676284542,1303.61166056389,477.395326504121,2506.57819960293,1085.43504365765,5752.96823485739,608.212664596713,1674.95378534433,478.386938060818,2281.19018454736,564.65979725372,4077.7934705643,760.568914172895,2730.92551676304,792.388714922504,3479.00462672452,930.342574723584,4904.31977679412,9947.61598381582,3414.98724409191,91249.700202163,36859.547008224,2369.59746192951,17246.2117675351 -7844,3128.3429533512,3580.51348340717,648.260572360691,1434.55921939807,1193.30704920659,2553.44491519533,1442.3235030199,3009.06967627971,204.464013744917,1100.49122190379,1554.1651876128,6107.09953983799,869.385766543804,3562.56018910328,996.002179398166,4026.26961764407,787.873463850876,4571.55475194579,281.8228648457,1240.52822995165,465.280887860089,2385.28168415108,1057.91088208855,5474.57476582303,596.469227994311,1593.90063578078,464.498326330162,2170.80048255746,545.876262376317,3880.46384454661,734.913585118006,2598.7725485475,772.60683788568,3310.65115643208,907.116698245644,4666.99348883672,9522.06256293008,3295.09374958574,88818.5577190787,36041.7761817075,2278.11200259232,16893.4573568548 -7845,2878.95048842615,3446.65279773422,598.091167643357,1380.92694524606,1111.24048435071,2457.98210273556,1335.37412996659,2896.57292631043,190.574662483553,1059.34837738616,1448.90366151956,5878.78018406286,810.503433263192,3429.37070332854,928.62143851595,3875.74394186609,733.617145980499,4400.64310574677,253.343415401705,1194.14997715983,431.101879183546,2296.10580386372,978.891849086151,5269.90291210232,549.948329261666,1534.3112408549,430.620835571679,2089.64317302603,508.728856585743,3735.38924746233,685.183430063894,2501.61512214239,694.53149296398,3186.87951421437,815.44853582868,4492.51378045354,8949.02200291273,3066.16814168008,81958.6172188292,33111.9102490167,2096.70990606407,15464.2805341678 -7846,2441.335623799,3397.85212962345,510.170378128656,1361.37459649063,941.620791717692,2423.17988276822,1131.18704129089,2855.56076107916,162.324695700772,1044.3492139623,1234.16110877289,5795.54336924728,690.378416748055,3380.81472994128,790.85602138468,3820.86783310526,624.688110647338,4338.33502417306,228.361184928946,1177.24217700422,365.498683646022,2263.59556745255,832.20742421488,5195.28710422097,465.34355148157,1512.58714561305,367.89864997005,2060.05621172149,433.309397575655,3682.50040091249,583.637346306782,2466.19510844192,626.043642982548,3141.75693918029,735.037038934457,4428.90491502704,7631.26302862592,2629.27485507942,70326.5775031636,28406.2463974736,1854.93011563829,13321.3344360386 -7847,1944.53950586924,3169.31424566219,421.403427407769,1269.80920232645,822.836380189118,2260.19798074922,944.725069524942,2663.49713118477,145.097298110934,974.106793053302,1105.05237742501,5405.73793702552,618.156175338323,3153.42277320787,708.236927393377,3563.87811837912,553.452755364323,4046.54071750045,189.541657497352,1098.06143994481,307.983045257993,2111.34722897437,700.765154165652,4845.85461685094,374.389630117511,1410.85126883617,317.444051010273,1921.49783145429,386.930424256794,3434.81721247301,522.847321600801,2300.32002323584,519.621361193732,2930.44389334729,610.086774269154,4131.0189214838,7261.85981045412,2386.81571003308,59981.0311584147,23227.8224594915,1764.4606596891,10774.1429659704 -7848,1677.06286519923,2961.96014213882,351.344373294622,1186.7312465338,758.219947488988,2112.32330195237,850.697655609726,2489.23638672569,145.48725549227,910.375327773063,1157.72623724484,5052.06460048329,647.621449918704,2947.10837788919,729.850017411119,3330.70945947618,504.126711977185,3781.79359625915,154.465776334657,1026.22017466006,239.441605861768,1973.21119134739,546.003774216911,4528.81195020564,302.442479191839,1318.54555934248,289.94000210287,1795.78279363227,377.556820508559,3210.09243334018,488.570053979548,2149.82033804756,423.462145560177,2738.71801218476,497.186362424355,3860.74476792685,7385.43759992527,2357.10973933096,54173.3901626168,19837.5142094268,1704.74702711777,8920.75721501607 -7849,1797.89990193961,2857.53580480016,373.983318798344,1144.89286314189,796.059409850494,2037.8530354848,902.047133893736,2401.47799441477,152.289955419862,878.279912652612,1211.37027679309,4873.95332525301,677.629434150291,2843.20764166791,763.676781981906,3213.28481110725,528.656797360207,3648.46591077726,163.818386121268,990.040632546081,253.685651040544,1903.64534265339,578.512257607065,4369.14802357016,323.632002002254,1272.06004310398,305.882444584975,1732.47220900913,395.313086122472,3096.92015584108,511.329594705178,2074.02810809685,449.101975306316,2642.16410873711,527.290053671181,3724.63364735878,7652.96667249437,2459.36516022561,57197.4569698092,21128.1431130435,1765.43381449089,9524.68242444636 -7850,1812.29287781456,2820.2367635422,381.448450286981,1129.94872628574,846.203976134249,2011.25320624713,937.115988389047,2370.13181612952,162.735415642328,866.815839781493,1295.7408467807,4810.33424973257,724.825557990306,2806.09562405001,816.952992632479,3171.34222458158,562.330908830583,3600.84296225437,170.113188167961,977.117761610096,264.05608256406,1878.79730888357,602.093793651561,4312.11810565295,329.099947632831,1255.45600967398,320.039563255377,1709.85847577313,422.158415681237,3056.49646194675,546.624556930249,2046.95609036601,466.358939559638,2607.67628606958,547.551433285755,3676.01649132866,8382.101512039,2651.26684589254,59906.6601461332,21675.278102292,1936.46021526969,9720.53696706453 -7851,2027.23413526494,2870.53199020064,427.011974727018,1150.09988098155,963.464903563831,2047.12127136258,1058.48314289406,2412.40001092919,185.353441851218,882.27436429139,1476.28734355083,4896.12025696454,825.821614099627,2856.13866201806,930.827900794352,3227.8989570016,639.402464799927,3665.05927745499,192.470717817169,994.543376341263,298.357019727423,1912.30319665764,680.349526225237,4389.01908088502,369.075634268233,1277.84542228731,361.46247514702,1740.35156085895,480.737198669965,3111.0050706996,622.677299030152,2083.46086962983,527.651270452192,2654.18077518026,619.514680438972,3741.57342790277,9619.65611266098,3029.08758033559,67830.0696166131,24388.0173072492,2223.34321012447,10925.2375626125 -7852,2556.61307724213,3004.32769671147,529.737873724176,1203.70612075148,1150.63049329394,2142.53774390158,1294.30026118497,2524.84215229911,219.623899339116,923.397237093275,1747.46755013842,5124.32878109139,977.51733708631,2989.26349444709,1101.77371544911,3378.35156403471,761.151932603276,3835.887959074,235.956653232542,1040.89911602558,363.959616169439,2001.43578885072,830.140196886351,4593.59158201764,461.755060486446,1337.40589110293,437.087419531444,1821.46947470114,569.993609329026,3256.00924512231,737.497084658665,2180.57113350824,646.866335106961,2777.89233569761,759.484935072903,3915.96843968365,11116.0291374432,3560.03844365163,82141.5120939212,30207.1559292417,2565.39601168207,13621.0225108031 -7853,3456.01165991949,3306.87884442641,696.942450280114,1324.92547666379,1419.17032662915,2358.30224061395,1664.47384678174,2779.10665607255,266.942913710505,1016.38805636548,2119.97076045085,5640.37486876848,1185.89222002583,3290.29760003327,1336.57983279242,3718.5688260205,933.083200225614,4222.18147352454,304.690505257012,1145.72297480561,466.165713109514,2202.99059782091,1063.67313982976,5056.18972229188,616.798825873303,1472.08949694154,549.94491891021,2004.90075641577,693.638856514928,3583.90601056521,895.699203677879,2400.16578686084,835.297618343695,3057.64028573442,980.72186324152,4310.32646765064,12875.2154029671,4261.9623447208,103838.590250162,39675.9769293774,2962.61861994253,18084.6852447927 -7854,3578.2592366507,3964.03085431716,722.561534327281,1588.21829170373,1490.14084852784,2826.95051297549,1736.05490744845,3331.37833297931,280.566364807336,1218.36747124343,2228.81510013667,6761.24559186612,1246.77874640406,3944.15453968043,1405.24793753306,4457.53299522651,979.250232162567,5061.22492566874,318.041560891839,1373.40417847006,486.395570570143,2640.77491567352,1109.85419734881,6060.96957505041,639.79867570572,1764.62714865644,574.322454889744,2403.32011911203,728.902274942191,4296.10961671547,941.524579806992,2877.13329764977,871.89903775694,3665.2629274529,1023.69554286893,5166.88633414713,13635.9537529786,4491.91178172176,108538.852823905,41255.1917009386,3139.16200139161,18785.3816853963 -7855,3471.95102935956,4468.34774633751,699.601373360234,1790.27658593965,1452.40875198303,3186.60434741687,1689.03611112914,3755.20711453441,273.071821085045,1373.37214174619,2169.44861290716,7621.43323630956,1213.56967736918,4445.94270233645,1367.90725416047,5024.6348339477,952.716361676849,5705.13041433297,309.883249202453,1548.13312287761,473.160793076608,2976.74288538479,1079.73839636918,6832.06582809556,621.747668669598,1989.12875116439,557.284195868196,2709.07831765899,709.396065480664,4842.67464844853,916.403966495811,3243.17154909747,849.533331552536,4131.56959254794,997.43599587658,5824.23441069442,13298.828296365,4377.78685753296,105564.188189912,40092.5025680962,3061.92427200764,18263.5656540899 -7856,3336.45225196245,4614.87971529719,668.676466694195,1848.9857034955,1375.45544998702,3291.10369165551,1609.93156604426,3878.35283272412,257.672723725878,1418.40957738655,2046.44199670293,7871.36535480382,1144.76090326266,4591.73993546122,1290.35623397629,5189.40930480781,900.299607805589,5892.22059626189,295.966752017629,1598.90155174326,450.606120403378,3074.36017500592,1028.41292420177,7056.11196655324,596.244399130661,2054.35889191638,528.826723734483,2797.91799677257,669.53142762205,5001.48204025233,864.610038670242,3349.52591982719,811.381775289355,4267.05748687895,952.642302560199,6015.2304083943,12442.854122934,4121.43586473279,100320.133413025,38354.0383288273,2863.31296787741,17509.2435568922 -7857,3142.97650977878,4620.72799746678,629.15640694388,1851.32886101827,1293.63438263404,3295.27439690149,1516.02814668661,3883.26773909618,242.071428022696,1420.20708023654,1922.45449064832,7881.34047192382,1075.40342836084,4597.55889336448,1212.22717678349,5195.9856690427,846.067709133064,5899.68760965731,278.790436314366,1600.92778601433,424.258753843433,3078.25620846802,968.30233477872,7065.05394041743,562.097703622282,2056.96231198769,496.900035744961,2801.46370434069,629.010463314734,5007.82025057243,812.2463352365,3353.77066160205,764.293548543486,4272.46498561275,897.356075882672,6022.85330799595,11676.5307548618,3871.81900697056,94369.3395596292,36120.4129621019,2686.76958642832,16498.2942545919 -7858,2979.83208465741,4671.4780971695,592.925677658969,1871.66226396489,1205.17426767755,3331.46685494756,1424.03344263571,3925.91820998292,224.663996800444,1435.80541256859,1783.50404894113,7967.9023329467,997.675824346774,4648.05452356719,1124.62329492194,5253.0539039404,786.619976794048,5964.48470106134,262.248742158079,1618.51099904951,398.155764137738,3112.06512549926,908.829106656491,7142.65041267849,531.861645241632,2079.55421579059,464.286462885978,2832.2325707156,583.92607121535,5062.82183844976,753.714640737459,3390.60559227741,718.945113020493,4319.39006411014,844.112535850337,6089.00314543352,10724.5631205828,3582.82783437545,88318.5203099969,34065.7008666687,2466.09035961696,15595.6709422912 -7859,2880.27291211858,4721.64336550369,574.355298492916,1891.76134989653,1165.17485684033,3367.24224022147,1376.39950803709,3968.07718758386,217.518484479274,1451.223993647,1726.80988518846,8053.46667688209,965.961628580763,4697.9682548438,1088.83027781347,5309.46449887069,761.557485645727,6028.53508710194,253.207678145208,1635.89158756567,384.920986644203,3145.48443708476,878.565054591203,7219.35268273439,513.81063820551,2101.8857761834,449.819006929031,2862.64686442295,565.34766396795,5117.18960187948,729.747849891801,3427.01604648783,694.159374354715,4365.77438982012,815.01163184642,6154.39068880303,10388.3232208567,3467.79764596149,85430.3190362493,32926.1244641933,2388.85263023299,15064.8933412777 -7860,2793.26165556001,4672.19288686227,554.821272936886,1871.94864974404,1115.00785660134,3331.97660756123,1325.98751380185,3926.51892046744,207.715721772143,1436.02510725374,1648.49450593062,7969.12151333075,922.152722956757,4648.76572918472,1039.4554981113,5253.85768139756,728.213306633442,5965.39733558479,243.924248355577,1618.75864978354,370.635672806847,3112.54130713357,845.978554697766,7143.74332005981,497.743948041625,2079.8724114212,431.756711058979,2832.66593476162,539.973088154163,5063.59650822048,696.774803846953,3391.12439379573,668.709198981516,4320.05098029827,785.130613555815,6089.93483270618,9841.50201277415,3303.39359523369,82073.4836089897,31807.4839354403,2261.96207481645,14573.7544534397 -7861,2751.254404692,4635.21874141492,546.267713654026,1857.13468479832,1096.98496720117,3305.60847792737,1303.99361236734,3895.445785179,204.317481312118,1424.66089296136,1621.48358579271,7906.05659605175,907.043061708187,4611.97697829542,1022.37887893061,5212.28043859624,716.25448097112,5918.18920996195,240.139343285379,1605.94834438507,364.426118000034,3087.90971383518,831.855878605363,7087.21016508302,489.461567568628,2063.41300854251,424.87255367644,2810.24917997178,531.147785637526,5023.52492763396,685.368319656886,3364.28818869837,658.333023366439,4285.8635661325,772.947959063494,6041.74115968756,9673.88566663661,3248.32607174973,80756.6845868537,31307.9219176907,2223.34321012447,14346.8340460891 -7862,2743.60201503395,4579.33515553854,543.888412235816,1834.74451263349,1090.35462177679,3265.75507174409,1298.88598312014,3848.4811237019,202.774522650528,1407.48475440177,1609.10285825887,7810.73880904389,900.117396159139,4556.37360207853,1014.61985347944,5149.43962400867,711.239431572883,5846.83774773373,239.279650960888,1586.58654999668,362.916970667341,3050.6809491752,828.433661666142,7001.76463597655,488.444393952237,2038.53588310481,422.272528497903,2776.36797389626,527.165101015593,4962.95980603845,680.168982937444,3323.72732234136,655.976209029377,4234.19191091751,770.18082637067,5968.90011813679,9579.30057112366,3222.76327716299,80322.9093452465,31198.7892463227,2201.27528744333,14307.1503430671 -7863,2818.79200742439,4564.90939075251,559.805880092433,1828.96472323553,1121.75507766799,3255.46733063897,1335.42582501376,3836.35768621844,208.683180439408,1403.0509133927,1656.04356027549,7786.13351656425,926.375594792135,4542.0201704933,1044.21649351538,5133.2179232,732.005176953878,5828.4191120091,245.978238777295,1581.58850473344,373.154087824781,3041.07073190234,851.793454047519,6979.70776389905,501.89963743231,2032.11411266026,434.585769521123,2767.62189395441,542.515096333191,4947.32555163848,699.997675469351,3313.25695777174,674.340136860312,4220.85341209811,791.741890503115,5950.09696304748,9866.89408351708,3317.44973799308,82610.4612457322,32068.0304640037,2267.47905548674,14702.5292519697 -7864,2927.73511481542,4653.41339845433,578.554658005514,1864.42450876369,1143.67699573149,3318.58400635823,1373.38876658513,3910.73660618032,212.24691097917,1430.25312448072,1683.61251185717,7937.09029614751,941.797413717612,4630.08040427702,1061.55965802861,5232.74024001319,745.78357889224,5941.41992009165,253.028727365681,1612.25218482479,383.492759080055,3100.0307077615,875.432918827667,7115.02964146884,519.871615799514,2071.51253827681,445.456193124888,2821.28027103292,551.928856357173,5043.24380570342,711.827923553253,3377.49405301458,693.668787489155,4302.68689682167,814.435634436267,6065.45684916283,9922.12441827101,3361.51507238716,84700.2197065453,33120.5766656129,2278.51301682731,15211.4262540775 -7865,3051.93223228442,4861.15738955672,602.062038755015,1947.65867589965,1181.24463486549,3466.73673366984,1424.8030061943,4085.32501282994,218.780215041739,1494.10442393006,1735.05214401425,8291.4286440814,970.57227265156,4836.7827322131,1093.99709717241,5466.34732556108,769.645519071512,6206.66484490858,262.681352926536,1684.22853312222,397.665392880624,3238.42648235231,907.836683309627,7432.66844291758,541.364187489629,2163.9918100439,461.137648199043,2947.23169063331,568.998718220312,5268.39113446798,733.672237587531,3528.27672251282,720.131099253497,4494.77327984248,845.505000766634,6336.23919876516,10166.3982963779,3459.11740483047,87707.1389217122,34434.4940845922,2333.68282353015,15832.5753342512 -7866,3140.97664273353,4816.9703680195,615.504994049224,1929.95481878036,1194.82907109783,3435.22473797852,1453.31687443615,4048.19016409695,220.45195551879,1480.52329107045,1747.56804458524,8216.06109131353,977.573552759121,4792.81727180273,1101.89540124592,5416.65923944328,776.847009053294,6150.2474094712,268.28364764144,1668.91920727596,405.271414983342,3208.98978461654,925.297674986884,7365.1068615395,556.089623105249,2144.32152474884,467.773074496037,2920.44189969403,573.501991408233,5220.50243351267,739.149326486469,3496.20533970554,735.489580571028,4453.9166220951,863.53737399925,6278.64395641767,10126.0367891387,3474.17995810187,89139.1365566905,35261.0847910373,2322.64886218958,16247.8726502012 -7867,3194.50502025669,4675.96177911566,623.368516833334,1873.45868431145,1198.92204537283,3334.66439488696,1467.91070261581,3929.6863039853,220.53781006243,1437.18349776403,1747.65815994334,7975.54992094687,977.623962464797,4652.5157235811,1101.95754949983,5258.09578200584,778.316767198309,5970.20940998987,271.249215385385,1620.06444496002,409.064108870057,3115.05208378703,934.03337521397,7149.50592436813,564.733049074692,2081.55017071095,470.619313731071,2834.95094588091,573.849050452226,5067.68113188997,739.334494606134,3393.85989354232,743.619573566591,4323.53581216804,873.082788356542,6094.84736709215,10036.0677560307,3466.49774783182,89782.6118263932,35724.4357881321,2300.58093950844,16488.5948317425 -7868,3118.73517759996,4393.29479077731,603.650080759592,1760.20606397656,1146.13718971102,3133.08029601092,1417.34766149501,3692.13248187684,209.657463895203,1350.30418818179,1660.52515112078,7493.41923147777,928.882555650237,4371.266074866,1047.02546808974,4940.23815841867,741.574641756618,5609.30374108377,262.577347143738,1522.12978270162,394.493149519871,2926.74378858798,900.929165630648,6717.31049523215,549.878554429608,1955.71819311482,451.045152761033,2663.57506989788,545.728859635341,4761.3342815354,702.700541795875,3188.69736222425,719.845971291955,4062.17335782615,845.170232392386,5726.40719777073,9395.97078476254,3282.14458608174,86307.3574279074,34666.9187721819,2151.62246141077,16046.2401364523 -7869,2804.78572458197,4122.90919814667,539.200973460861,1651.87407570218,1011.98491905222,2940.254680399,1263.1144325482,3464.89996579829,183.977790612322,1267.19963555317,1456.39565914472,7032.23629333614,814.694388092324,4102.23624088353,918.36666707546,4636.19090326869,652.31915870899,5264.07880433194,234.634817778871,1428.45021350437,351.148454299305,2746.61716575888,802.092611462909,6303.89321602972,493.857209682494,1835.35339907141,398.855011510576,2499.64518171865,479.041255182824,4468.29767626864,616.501993280438,2992.44879092084,643.242572675106,3812.16665373929,755.230280245609,5373.97512172066,8127.206475409,2870.52769848991,76556.4844305901,31023.3697437668,1859.22248588572,14400.7286370286 -7870,2394.89352538061,3897.16549379438,464.467448158394,1561.42819027251,871.383206014027,2779.26544891391,1082.32521062376,3275.18456924262,159.632658639473,1197.81602166902,1264.04380557969,6647.19675100232,707.094523553714,3877.62445327455,796.938990845502,4382.34322962632,565.180033512298,4975.85207117313,200.155356377879,1350.23756627357,301.24827331984,2596.23026572366,687.91984533184,5958.73300559688,421.126112447523,1734.86137870672,345.727171472647,2362.7808619463,415.574348322899,4223.64274425048,534.986433530775,2828.60174926136,548.718419499645,3603.43719095844,644.249593137483,5079.73118066574,7110.12371152195,2491.63915024778,65901.7066747948,26538.4822284769,1627.50929773379,12281.1532727202 -7871,1904.8745150166,3567.0624375687,383.298078641418,1429.16995835841,762.853854360935,2543.85229537712,904.574365873512,2997.76539427257,143.289767081244,1096.35696631747,1137.35625766435,6084.15677583747,636.226669973036,3549.17658906155,716.986680346287,4011.14398344776,502.087639983511,4554.38062516021,165.497179984687,1235.86789222011,253.15401112485,2376.32080928777,577.63948587114,5454.00823075411,338.257376896782,1587.9127710197,298.821011218858,2162.64535706153,372.458155522851,3865.88596422597,480.689078747524,2589.00964475276,453.704325860759,3298.21391225838,532.69366755912,4649.46082386084,6815.22974448453,2275.66910784644,56272.4431837769,21695.9719814398,1566.82251036066,9905.56996507291 -7872,1784.53733223883,3335.73037399846,413.215085077773,1336.48505545971,940.743182233309,2378.87772282419,956.969311494685,2803.35353103947,188.880258838476,1025.25573838363,1561.32682791301,5689.58545372777,873.391922512121,3319.00446320372,981.960714760239,3751.01222763785,667.217876074568,4259.0187449738,165.225212525042,1155.71906533209,253.299664681225,2222.21103236665,577.910167830036,5100.30346644688,322.870692958285,1484.93303783064,354.076534846761,2022.39291629948,477.952943124491,3615.17451936515,689.734486280332,2421.10651600009,452.958737247433,3084.31728337322,531.818272923705,4347.93277782926,9274.54734050523,2943.72994833496,65431.574757486,23487.4576799864,2048.39003929299,10220.0321430311 -7873,1914.44197072323,3203.55919066269,440.440058572242,1283.52969291974,983.654668347887,2284.61977976991,1002.10414922202,2692.27664173386,198.210195722446,984.632172036587,1637.72947637754,5464.14779606487,916.130864054972,3187.49600831847,1029.20860851882,3602.38638884154,695.828578060591,4090.2642341895,175.58769486356,1109.92616862217,268.982162625176,2134.1606719241,613.712542486489,4898.21484747862,346.030856709684,1426.09574141295,374.261400776716,1942.25992143851,501.712923215509,3471.93095929975,713.668561089904,2325.1753473133,481.367094804198,2962.10780616126,565.172489125047,4175.65523861639,9644.80144467353,3073.22620326411,69048.1238192648,24967.5868951053,2127.5901206308,10889.2566003836 -7874,1933.04990356617,3167.94964543876,449.71203382134,1269.26246515023,1047.07762775464,2259.22481544264,1052.00345406322,2662.3503188151,211.897271532491,973.687375398753,1752.82373603502,5403.4104079057,980.513538402992,3152.06501531852,1101.0813650096,3562.34363220967,737.565162330785,4044.79841303355,182.255330746721,1097.58865158425,279.780851060819,2110.43815380004,638.28685861315,4843.76815467638,351.783612524201,1410.24380368522,391.980522040913,1920.67049905148,535.938106572606,3433.33829559312,757.162017063066,2299.32958272589,499.646169068392,2929.18214267139,586.633926793525,4129.24024354079,10543.6663094513,3314.27296431802,72440.389640987,25727.0310218883,2325.86100913138,11159.3752002417 -7875,2166.18509114141,3197.32102091408,504.417187449378,1281.03032405365,1174.00568085374,2280.17102600917,1156.00036933078,2687.03407317127,241.933328382766,982.714835017497,2002.03560717129,5453.50766755322,1119.92037581415,3181.28911779781,1254.48172922854,3595.37159796171,820.168800741347,4082.29941721846,206.513150675961,1107.76485133842,316.604808090371,2130.00490149818,722.341679486336,4888.67673881099,394.992600783376,1423.31875906824,443.776092558361,1938.47783209203,611.748761910652,3465.17019934792,826.395756060829,2320.64762122849,566.14807465292,2956.33980556918,664.713728916383,4167.52414296938,12114.4155223787,3774.83021114009,81744.3983286619,28856.1895211338,2665.27176941031,12488.3835859572 -7876,2737.10756727753,3297.1317116792,628.11876719611,1321.02021580944,1409.33752481582,2351.35106820071,1404.16894140877,2770.91514898391,288.712561762306,1013.3922195737,2386.52670948913,5623.74968073579,1335.00117570731,3280.5993410422,1496.73545729862,3707.60822368759,991.179857422089,4209.73645656402,254.591368676844,1142.34591914305,388.654768569984,2196.49721151678,886.907135752791,5041.28643894319,496.29967463408,1467.75046535995,539.536810136949,1998.9912463499,730.581703295746,3573.3423312525,1001.56251765341,2393.091220286,697.952710168135,3048.62779173014,819.465382563697,4297.62164045844,14156.7676751068,4471.38029387046,99440.2311464745,35735.9119864424,3116.84264097599,15556.6318399218 -7877,3703.54862244159,3531.19296939314,829.215409988261,1414.79859053516,1747.70506947135,2518.2719668717,1806.69368408201,2967.62063165918,353.935753976972,1085.33228087934,2919.69334207744,6022.97605033418,1633.24970505466,3513.48697640718,1829.4439787871,3970.80894474854,1212.62537082798,4508.58293763644,330.869496610898,1223.44032056836,501.52616028019,2352.42513458752,1144.87189095623,5399.16411796207,665.976341596491,1571.94512604501,682.818355977179,2140.89834809608,896.879536646204,3827.01160304191,1205.79328331522,2562.97522548368,907.066343496768,3265.04791613902,1064.98543147024,4602.70703416025,16639.1651019448,5394.76871321675,126279.986656431,47008.5225782246,3649.17414572504,20735.4493063451 -7878,3836.66012294895,4105.10442868628,860.102109237444,1644.74046308013,1822.61247405657,2927.55720048291,1859.15575527604,3449.9368069875,372.059700397055,1261.72723820291,3070.22066104634,7001.86760463203,1717.45330814049,4084.52074751933,1922.3636572893,4616.16952849668,1263.7631498498,5241.34589777786,345.364247262367,1422.28145607733,523.260003790359,2734.75590879638,1194.51165115441,6276.66987444733,690.864699989326,1827.4274316105,713.389547374797,2488.85047243587,942.592465602281,4449.00134783091,1250.53809397716,2979.52591091458,946.803159999944,3795.70382490839,1111.64037680284,5350.76762829075,17608.0464025904,5674.69589557515,131722.484882176,48765.888212661,3860.91573293799,21467.902138999 -7879,3773.08074281105,4555.81206223281,847.678821511832,1825.31981125284,1807.81254556532,3248.97956642355,1823.11649312821,3828.71227571778,372.614444933208,1400.25479763302,3076.04759581372,7770.61666651636,1720.71284206244,4532.9684575025,1923.66454220089,5122.98802249152,1248.06747298518,5816.80375694424,342.881342673955,1578.43658451358,519.479979679693,3035.01023493917,1185.88452879219,6965.79802570614,681.111650861579,2028.06434779311,709.046656054507,2762.10634842383,943.736158011863,4937.46611260375,1223.51847217491,3306.65402561363,939.996369983544,4212.44174675352,1103.64853336767,5938.23911830984,17771.1806293219,5686.83138450698,130768.69632811,48146.8978303104,3891.58316345679,21157.759830498 -7880,3591.11271278404,4680.5754256892,800.310709108447,1875.30717594758,1703.79578128244,3337.95461916298,1753.50642154959,3933.56362048358,344.889280810645,1438.60152832828,2845.52341012772,7983.41918299458,1591.75972467385,4657.10623655799,1783.16389883152,5263.28380464888,1181.04439823457,5976.1000561262,323.32241475479,1621.66291926937,487.995749944136,3118.12562246243,1114.2166322925,7156.5601508714,646.766757660545,2083.60398065774,661.907578962193,2837.74811624617,873.859990874905,5072.68127748448,1175.58967458666,3397.20852443551,886.376301007474,4327.80172945473,1040.69327909839,6100.86099017116,16268.5051697371,5267.259536276,122853.743175309,45669.1634098207,3568.89132376298,20154.3303212681 -7881,3369.47986958153,4671.60805549374,749.092613570649,1871.71433272906,1607.39661805618,3331.55953478908,1678.50610159675,3926.02742718164,321.249974795646,1435.84535600009,2650.0966173821,7968.12399624327,1482.4397673305,4648.18383025862,1662.90378166635,5253.20004143015,1114.65830593014,5964.65063022136,302.864367244504,1618.55602526452,456.698987375674,3112.15170168783,1042.8049109906,7142.84911785466,607.137853539648,2079.61206801112,617.556526620901,2832.31136209407,814.045768914161,5062.96268377288,1120.60074904132,3390.6999173308,830.291329318286,4319.51022751085,974.843985712477,6089.17253863812,15113.7198225072,4919.71936276149,115208.237303167,42968.9205228037,3318.90312166146,19001.5468119869 -7882,3209.74777106901,4715.4701749172,710.758007092112,1889.28801541253,1519.48191703144,3362.83982638149,1601.00404471155,3962.88922762064,301.757984223475,1449.32662834365,2488.55091830195,8042.93738001874,1392.07258336186,4691.82601766886,1562.29313710476,5302.52277673573,1052.85175710123,6020.65323471091,287.11504855338,1633.75278338943,432.295280218509,3141.37195475312,987.155564470652,7209.91392665485,577.817447617742,2099.13771994896,582.609938953744,2858.9041707657,764.810270117751,5110.49926458921,1061.21919566722,3422.53548292971,787.115161481565,4360.06647092839,924.150902386775,6146.34428975832,14110.2118912795,4617.75270907853,108947.63297832,40840.6302937784,3098.80207415595,18099.2645766082 -7883,3083.98482905357,4760.63191540198,682.961966259295,1907.38240089012,1452.54785738044,3395.04694335972,1535.46132098556,4000.84323182996,288.243640359681,1463.20734662602,2376.76047197135,8119.96746126573,1329.53803191905,4736.76130962272,1492.24390307599,5353.30692946589,1007.32648001197,6078.31517908734,274.842843196298,1649.39981676739,414.017527013028,3171.45799489846,945.395623492033,7278.96584504151,554.583302508716,2119.24191092749,558.187867059247,2886.28491615091,730.629141333993,5159.44433962386,1015.69564394488,3455.31432651188,753.471369733121,4401.82438332148,884.649769610329,6205.21002221924,13438.6185569231,4406.26715682171,104311.613204952,39177.0493567537,2951.16575863207,17368.854820368 -7884,3006.48066809308,4704.55337943293,664.57909371035,1884.91412052823,1412.68917517384,3355.05450842396,1503.80933459694,3953.71473396041,278.827337502585,1445.97128904457,2298.70591684338,8024.31715781109,1285.8750289236,4680.96396082559,1444.01372614918,5290.24689446799,979.966912405578,6006.71480702353,266.969823318917,1629.97047868883,402.289770214785,3134.09935755751,918.600954534129,7193.22223889587,540.558891386117,2094.27800154719,541.354476444443,2852.28551536472,706.847133956305,5098.6679363813,991.596518806661,3414.61196342501,731.887780355429,4349.97247134927,859.308504981916,6132.11487442999,12953.449555253,4262.55574654133,101348.478179483,38171.0436316634,2845.56565018166,16941.723136779 -7885,2964.01368379568,4679.73067136904,655.165925426477,1874.96871887885,1394.35183561203,3337.35218221269,1488.7264480143,3932.85368750316,274.871028354709,1438.34188827432,2266.08638389816,7981.97832856298,1267.62796105725,4656.26571797747,1423.53717266894,5262.33388261412,966.361533360368,5975.02148439494,263.196282390863,1621.37024013651,396.170191329127,3117.56286044049,904.675612904242,7155.26852867645,532.13927336278,2083.2279300007,533.675637819154,2837.2359570002,696.818229710094,5071.76575555945,978.355391987688,3396.59539328891,721.542759110781,4327.02064403781,847.162428795992,6099.75990147811,12768.7364287653,4203.46052926867,99954.687132739,37654.8440915239,2804.61218373244,16717.4271570175 -7886,2947.94928371078,4636.77828542786,650.062941610667,1857.75952764619,1387.98230154633,3306.72066749133,1490.97104033077,3896.75642864394,271.247457360606,1425.14022770046,2235.84476993061,7908.7166308674,1250.7110792803,4613.52870249347,1406.16216496974,5214.03413808817,964.409493651569,5920.18041621665,261.296396181386,1606.48867425197,392.976176577002,3088.94865749142,897.419204650614,7089.59469465929,529.559115330551,2064.10725483016,527.905066094037,2811.19470326377,687.709361541864,5025.21511932972,984.091855602979,3365.42012136329,716.334292163112,4287.30556773754,841.047174427521,6043.77393565326,12563.1656249173,4154.18606119626,99172.1718857218,37458.0214060518,2762.87844136043,16651.4506440465 -7887,2996.2486893369,4633.72418286725,659.412308234764,1856.53587885794,1396.58692151332,3304.54263277927,1505.19279510902,3894.1897556106,272.288854808487,1424.20153187532,2243.80448019532,7903.50740363535,1255.16366827477,4610.48991371463,1411.63187501802,5210.59981493705,972.078083061182,5916.28097633503,264.421340003257,1605.43052980951,397.192993275274,3086.91406247227,907.102857276515,7084.92499773229,537.76892321093,2062.74769117103,532.363326432357,2809.34305619051,690.480483419143,5021.90516543095,993.093216390224,3363.20342313503,724.901208712298,4284.48165205589,851.105580169192,6039.79308853994,12540.4879413881,4163.7166113895,100037.110192668,37926.5846234713,2758.84994356489,16880.0269242136 -7888,3121.89053504416,4739.31817033669,684.672020674714,1898.84289122901,1422.1848867125,3379.84703580094,1531.99117931229,3982.93112389875,279.313990414313,1456.65644562845,2300.83869234071,8083.61369153867,1287.06808399612,4715.55443524502,1445.44411062779,5329.3397290651,985.026877052911,6051.10205644823,273.516138556669,1642.01531659388,410.717028545301,3157.25911365964,938.004195874493,7246.37730950315,559.311864357334,2109.75388861788,549.337233512291,2873.36277850578,708.474563424002,5136.34507816289,994.034746671925,3439.84459686582,749.834258610171,4382.11704942222,880.379442101927,6177.42878081255,12754.4294265431,4244.90464417792,102929.070327479,39237.6811788218,2799.50094531264,17487.1957311965 -7889,3205.86268884434,4921.91454495828,698.267770107098,1972.00147975436,1418.47300236994,3510.06572830729,1541.43059868445,4136.38543049994,277.914946174795,1512.77848185419,2287.63285716,8395.05903048108,1279.68086078912,4897.23524106131,1436.78388047998,5534.66844485904,980.033565920487,6284.23881964094,277.866139990934,1705.2788564338,415.95664718972,3278.90194226388,950.115092872668,7525.56561851711,573.151322085864,2191.03845267535,552.665823315141,2984.06765365252,705.27815617019,5334.23809913544,983.742344030292,3572.3748744447,761.759624760875,4550.95118497365,894.380999216798,6415.43265801992,12490.5717833086,4198.52183692475,103618.087520795,39925.3445965522,2738.34143079487,17858.2942279513 -7890,3305.23591346449,4862.1970876664,715.794041648521,1948.07523864004,1426.33289230222,3467.47819487751,1549.61137557816,4086.19877690562,281.40896820921,1494.42398106857,2315.39661113239,8293.20200420882,1295.21165038717,4837.81721710232,1452.34748174618,5467.51646091832,981.29806191332,6207.99231842764,284.751508995408,1684.58875376143,425.513191181986,3239.11911285616,972.028061987794,7434.25813251425,590.225225024384,2164.45464183764,562.781612520682,2947.86204076847,714.353983408416,5269.51793120888,973.030775893351,3529.03134581441,780.635606229362,4495.73461618854,916.543264868884,6337.59438548089,12522.894522898,4224.62037093081,105358.53108911,40846.1683792122,2739.66307702978,18302.6414788204 -7891,3362.45350613412,4717.02971893014,725.365140282017,1889.9128582604,1423.08428859662,3363.95201594545,1542.74465862037,3964.19987108558,281.840255235242,1449.80596308275,2318.06493503575,8045.59741483439,1296.70428633127,4693.37774186691,1453.17201226904,5304.27647622765,978.416716187988,6022.64444096562,288.182717220377,1634.29311325632,429.985708366794,3142.41089840937,982.318525706764,7212.29845623112,599.842445366801,2099.83196623661,566.684657028214,2859.84969405769,715.633223002922,5112.18945628496,963.833316136167,3423.66741559464,790.042135178927,4361.50847253343,927.587458453855,6148.37706572402,12436.3547542201,4211.17813075734,105958.952663205,41276.8795740362,2718.37428833698,18518.7027764117 -7892,3283.59492888979,4433.84288468853,702.940879619333,1776.45195781802,1356.30029811841,3161.99718871313,1478.90107959002,3726.20916958787,268.332002821015,1362.76687589991,2205.59373783628,7562.58005067706,1233.78892908952,4411.61085384298,1382.20690467726,4985.83428850579,930.138426101879,5661.07503932387,279.341720088265,1536.17834177023,415.319637302964,2953.75629005792,948.979331511144,6779.30818711554,584.64528867401,1973.76857414657,543.70811970883,2688.15864491783,681.620682334091,4805.27921097554,911.390308311848,3218.12757491322,765.804872380049,4099.66535293256,899.13051926238,5779.25930715263,11677.0851693034,3987.81248907045,101828.155014979,40007.0441141603,2549.4491841203,18002.0432445828 -7893,2935.42680751057,4176.3884919931,622.865147546646,1673.30095047582,1191.0144478513,2978.39346456312,1320.90544874748,3509.84405612721,231.930195222894,1283.63680125702,1904.78424337882,7123.45320184771,1065.51885393474,4155.4473805934,1195.42586196484,4696.32810341743,817.008523421273,5332.36049662199,247.556491921092,1446.97900107683,366.350256085644,2782.24422893973,837.280718919215,6385.66260300242,521.95505890823,1859.16023037032,475.127255761313,2532.06870907769,589.487431032222,4526.25709107455,807.031768514366,3031.26459804121,678.666858794247,3861.6152277604,796.82188918094,5443.68230682847,9910.44644919507,3438.65748622422,89528.5918214704,35573.6626788907,2165.29536520726,16079.5488772684 -7894,2519.12363073649,3949.99497711016,540.239497365867,1582.59471364909,1048.50735346321,2816.94082038513,1162.09774300028,3319.58255768638,203.891110134854,1214.05346440346,1675.43109552237,6737.30531077812,937.220804378825,3930.1890407126,1052.59302410489,4441.74972106278,725.145148474865,5043.30409351973,212.718456532022,1368.5412162195,316.807615641837,2631.42443536448,723.824304273052,6039.50883777635,447.425223626017,1758.37894048528,416.030452940054,2394.81042094855,518.027889000905,4280.89791194723,725.197954084954,2866.9459173901,583.159688448662,3652.28493049178,684.687042873134,5148.59137510319,8826.14074687772,3039.79676129183,78068.2135363413,30747.9846246394,1932.80635961364,13845.031159515 -7895,2030.73037920698,3627.55967001863,453.115405337328,1453.40862215937,947.532705656473,2586.99592583642,999.728450807103,3048.60737224795,188.115690819074,1114.9511354413,1550.68937561816,6187.34382489304,867.441429159716,3609.37047825533,974.821945565554,4079.17282067837,667.285892026287,4631.62273352476,178.614270594558,1256.82816091785,270.57822379781,2416.62311262314,617.687445067308,5546.50798636385,363.500112074268,1614.84370640419,367.834451734659,2199.32373350231,476.922770613163,3931.451231416,679.77531085079,2632.91914200296,489.664338913288,3354.15148476005,574.914272800394,4728.31548849062,8726.13580144357,2869.00245031596,68244.6475565666,25625.565729414,1921.50114214978,11331.9162694212 -7896,2007.40714630127,3394.14821653219,481.749898654028,1359.89059630531,1074.27192342974,2420.53843536325,1062.82920213229,2852.44798616066,222.28500383596,1043.21079516776,1819.60375983476,5789.22579327946,1017.86967187174,3377.12938889062,1143.68494617723,3816.70280124185,776.518962915784,4333.605914348,201.674063252385,1175.95889493524,300.487940769317,2261.12807889338,686.523472340267,5189.62385250074,383.290004087368,1510.93831243356,416.22406775295,2057.81059629143,566.222785133156,3678.48619990457,811.637828864266,2463.50677122202,552.881897564599,3138.33218901087,649.137927397939,4424.07707724337,10830.4555513069,3430.30849253586,76428.0842851022,27423.6783834494,2448.55794454654,11909.9766241673 -7897,2117.7674407264,3251.77502740492,503.057126382896,1302.84772466019,1122.86625970049,2319.00492696511,1112.59543475985,2732.79731367933,229.882940297608,999.451584206787,1881.32494288096,5546.38709379297,1052.39593617254,3235.47008277963,1183.7849293653,3656.60485763496,809.487775949948,4151.82561039978,210.733517254557,1126.63134425875,318.871082012067,2166.28130288953,727.972758576069,4971.93645315481,410.448804371962,1447.55949324471,431.848311615827,1971.4923100755,585.676353645425,3524.18598140198,839.198598910338,2360.17088454885,577.718051697874,3006.68962840791,678.298024137633,4238.50180997483,11178.6233879862,3553.79815482907,79784.2911559752,28809.3815970658,2527.28944093391,12560.7981009281 -7898,2203.05910118542,3197.25604175196,524.915990987043,1281.00428967157,1195.80750101093,2280.1246860884,1168.52408627484,2686.97946457191,243.820861118983,982.694863301749,1996.22735988195,5453.39683590493,1116.6712954962,3181.22446445209,1257.11180291712,3595.29852921683,858.606100775371,4082.21645263845,221.175444355219,1107.74233823091,332.239792463533,2129.96161340389,758.762973997607,4888.5773862229,418.125592701819,1423.28983295798,454.958759740187,1938.43843640279,621.010910636271,3465.09977668635,890.40014284138,2320.60045870179,606.344204097154,2956.27972386883,711.907952984463,4167.43944636708,12043.0319624937,3792.71119370763,83958.4580871405,29956.4306956653,2726.68412987316,13008.0171509048 -7899,2436.47878212443,3230.98113454604,569.004525006621,1294.51649763196,1340.51126016529,2304.17575225772,1284.03081401914,2715.32209043456,265.666852057512,993.060462747129,2175.2752709798,5510.92000950509,1216.82905651063,3214.78045398231,1375.12327253929,3633.22222845671,954.704186934266,4125.27622854408,241.030974368714,1119.42695549676,376.183687564824,2152.42873900216,857.542832745058,4940.14276723352,469.814807638023,1438.30288823493,494.392501571651,1958.8853494087,676.61300508822,3501.65012172706,970.251034275602,2345.07846884102,660.77739661569,2987.46296559573,775.817894562912,4211.39816603391,13364.56447971,4186.47815648803,92343.764767823,32835.8637234943,3031.93067596001,14303.6159073102 -7900,2969.10818950132,3335.79535316058,696.383406006802,1336.5110898418,1608.70949318925,2378.92406274496,1559.28977056994,2803.40813963884,322.177128198404,1025.27571009937,2637.45188711115,5689.69628537606,1475.36642106913,3319.06911654944,1664.85100734067,3751.08529638272,1153.20100783018,4259.10170955381,292.771833840251,1155.74157843959,460.996393072246,2222.25432046093,1050.44383336263,5100.40281903496,589.078103012476,1484.96196394091,602.360462890416,2022.43231198871,820.646792653649,3615.24494202671,1176.43172261606,2421.15367852679,802.623026663052,3084.37736507358,942.358667022623,4348.01747443156,15966.7357470092,5042.62809920862,112273.892037563,40290.7004502612,3616.34483637001,17601.6950789615 -7901,4001.88758399382,3588.76606390986,903.185952613038,1437.86567683744,1991.49651972785,2559.33024695556,2002.38634761268,3016.00515909712,387.595545342555,1103.02769954683,3166.41775004652,6121.17554620523,1771.26507836047,3570.77138978511,2001.57173054229,4035.54960340564,1408.00828717779,4582.09154332717,378.96783726875,1243.38747322248,593.096982539137,2390.77942329136,1351.83965798051,5487.19289145845,787.77703580944,1597.57435279679,746.863572792186,2175.80387266355,988.656841480104,3889.40776848749,1412.79023616169,2604.76235413389,1038.92614452305,3318.28174218783,1219.8018548734,4677.7502530971,18501.8941226672,6009.10238496087,141180.938890202,52651.086654629,4182.27664648587,23354.9276284868 -7902,4085.25914316696,4156.04946587537,919.325417598123,1665.15196917301,2077.21795681537,2963.88867829126,2061.14773655912,3492.75110367233,401.774606096376,1277.38548568221,3283.72253393251,7088.76196059978,1836.88429970889,4135.2103377592,2078.18915071658,4673.456969629,1467.78997692295,5306.39188292192,388.747184600444,1439.93220843502,619.075864379616,2768.69469011047,1409.90764499264,6354.56440447264,817.620555086398,1850.10611374419,767.39115843977,2519.73752587848,1024.51589193468,4504.21420369292,1465.03636752536,3016.50232917002,1065.73585928009,3842.80914850685,1251.27910661229,5417.17155553522,19434.6168805753,6274.19142752832,145815.813215257,54028.7133795994,4397.35919946053,23958.8687927809 -7903,4022.98883089371,4612.08553568821,896.45043074567,1847.86619476099,2060.30452742684,3289.11102112159,2021.26168551454,3876.00459938541,392.729491941785,1417.55077036171,3209.91271188153,7866.59946491588,1795.59576150606,4588.95976633679,2035.83716952867,5186.26726372404,1449.62959484436,5888.65302274809,379.265004609073,1597.93346191465,614.935513005595,3072.49873656297,1399.3224273604,7051.83968961604,806.564413799847,2053.1150355042,749.646182323025,2796.22393627772,1001.4266919059,4998.453783831,1432.09869523047,3347.49787628059,1039.74081766625,4264.47390382679,1220.75836156681,6011.58835590598,19209.7849436682,6175.91159611581,143146.887775388,52882.2522565988,4352.04866461654,23470.5350158757 -7904,3871.82677608022,4729.6360167516,874.683940891368,1894.96366475675,1941.59332131438,3372.94220330847,1943.68988621511,3974.79422540948,377.89566701542,1453.68058055243,3087.74833381141,8067.09933515426,1727.25812769509,4705.92082959967,1951.94134897566,5318.45219547706,1371.56418264516,6038.74000406772,367.383622839583,1638.66077403882,577.182715739979,3150.80901544979,1315.32870590236,7231.57337874255,765.180372826484,2105.44378314655,726.079540826482,2867.49266412914,963.794965811109,5125.85182151175,1377.65341394035,3432.81719281767,1007.16845415819,4373.1646371183,1182.51519131433,6164.80865022264,18104.5654258105,5868.59228682704,137263.648873489,51047.6771466792,4093.28135821515,22641.1597263785 -7905,3712.01653474995,4727.49164767328,843.047716734426,1894.1045074193,1831.67865876283,3371.41294546745,1860.21533765741,3972.99209395592,360.52919660184,1453.02149649698,2945.01022805921,8063.44179400209,1647.41173911719,4703.78721274706,1858.1760818486,5316.04086310558,1294.3934837694,6036.00210049736,353.308770527581,1637.91782183674,540.037163723252,3149.38047054687,1232.2855337208,7228.29465659859,718.107743565918,2104.48919625472,695.727772924878,2866.19257199107,919.678716878892,5123.52781219957,1314.02120930154,3431.2607882627,968.582773239654,4371.18188855392,1137.21179279644,6162.01358840467,17054.3264609166,5554.8633244361,130806.497206396,48844.4899762995,3851.662796901,21647.5088086021 -7906,3556.1196791899,4780.4510893133,806.984033644366,1915.32309956005,1731.18436037712,3409.1809967802,1773.90501282567,4017.4992995984,341.525984806034,1469.29888266292,2788.96035569409,8153.77201707447,1560.11887025966,4756.48110687655,1758.51891396519,5375.59349203178,1222.35176303785,6103.62005200398,337.771604520572,1656.26649799768,510.962732964936,3184.66121637626,1166.5270958929,7309.26919395423,683.111637307539,2128.0646102538,662.004031585588,2898.30092237179,871.3751142132,5180.92382521945,1244.44581867311,3469.69928144483,925.988214047472,4420.14979148796,1087.20157543495,6231.04317604672,16010.2940164239,5240.22022426621,124337.451350012,46664.390469244,3613.34062408362,20704.1114376044 -7907,3418.92659621337,4835.94479391381,776.63844436147,1937.55706290696,1654.82574629121,3448.75635894381,1701.14554205119,4064.13630418215,326.898802950586,1486.35518899072,2669.18737242614,8248.42480344164,1493.11896079085,4811.69655674759,1682.65880114255,5437.99588706227,1169.37258337444,6174.47371870436,323.833906365643,1675.49321155722,489.27549631204,3221.63024827146,1117.08211732443,7394.11859789472,655.522904987091,2152.76817622402,635.396355289845,2931.94575049043,834.123143839577,5241.06640401441,1191.02312980337,3509.97716806677,887.778536118108,4471.46095067275,1042.33964154478,6303.37602976791,15272.3279907916,5006.95542956662,119171.40718578,44804.1305463787,3445.9060156359,19881.3749846207 -7908,3354.03187462799,4784.47991082146,762.987874374634,1916.9372767066,1609.31148231748,3412.05415277917,1665.87786649412,4020.88512810807,319.249290245774,1470.53716391082,2606.28695010309,8160.64377278566,1457.93304084289,4760.48972719889,1641.7604108613,5380.12388179526,1137.49829238429,6108.76400082466,317.893215480898,1657.66234997184,475.298505614364,3187.34515380497,1085.72667514052,7315.42922788981,638.776290427956,2129.85807959642,622.127735289965,2900.74352389098,814.696804080555,5185.29015319754,1162.98405606547,3472.62344044798,871.492354364075,4423.87496181531,1023.21805641854,6236.29451327347,14815.5721708364,4872.06474854238,116473.0655409,43915.4542239146,3340.93068711941,19488.7147579201 -7909,3327.49998154416,4751.20967846537,756.254964131062,1903.6073119462,1588.34655955405,3388.32747055029,1649.02277612901,3992.92476773813,314.993830271638,1460.31136841298,2571.21124444841,8103.89643147449,1438.31201246655,4727.38631736024,1619.51203029359,5342.71167085734,1121.64853253091,6066.28498502688,314.545862101684,1646.13532664235,468.082034547862,3165.18104906575,1069.490479811,7264.55932463325,628.84660012697,2115.04750989721,615.346566785386,2880.5723845312,803.907418520348,5149.23277361896,1147.35364802311,3448.47557257052,862.315710336216,4393.11229781896,1012.44377042555,6192.92867803852,14585.2364504895,4801.4914489041,115082.665437856,43439.7152438317,3288.73519907153,19280.2638840992 -7910,3324.5965812742,4711.96120561545,761.512490000895,1887.88212089887,1581.19593486377,3360.3374032339,1651.57681605355,3959.94028379741,317.061275275595,1448.24812663366,2588.1485055545,8036.95230974673,1447.78656114853,4688.3346429269,1627.69367771003,5298.5769581948,1119.44507074435,6016.17302667366,316.385183733533,1632.53704282679,464.189088116861,3139.03433467586,1061.34397517145,7204.54874233633,625.625879828823,2097.57566790616,619.16109468723,2856.77674622483,809.170987934521,5106.69633839715,1154.90770518613,3419.9886378648,867.358141760705,4356.82197168811,1018.36408269903,6141.77054999733,14581.692572891,4809.97338932667,115338.986751591,43570.4377994498,3285.1466343644,19318.334112818 -7911,3350.41206500391,4711.05147213317,768.522524494005,1887.51762944806,1590.90513633878,3359.68862636285,1667.2676460411,3959.17574221763,320.024624384541,1447.96851486396,2612.34772772972,8035.40062366685,1461.32338431781,4687.42947100067,1642.16802639327,5297.55396741516,1128.24735711519,6015.01149036239,319.309811123548,1632.22185058642,468.993937418518,3138.42828455964,1072.27118163272,7203.1577675533,635.072132212646,2097.17069113886,625.205991718373,2856.22519128962,816.731726452639,5105.71039381056,1165.70549970824,3419.3283441915,875.375898307998,4355.98080457084,1027.77772038624,6140.58476470199,14667.6753918152,4847.93743717219,116384.385850939,44032.1272150162,3302.96218205509,19532.7248281157 -7912,3457.4023282098,4806.89832685539,781.898581855099,1925.91938096478,1619.30112289697,3428.04185697128,1696.24731372561,4039.72560341714,320.042041864437,1477.42759182533,2611.19043261852,8198.88172353748,1460.67600403585,4782.79573353998,1644.62246655169,5405.3332792103,1142.64964614123,6137.38755351507,324.15360074193,1665.42958170823,484.737481178759,3202.27994944287,1107.27932697626,7349.70679597547,660.191111558658,2139.83785700412,629.660744064296,2914.33540353902,817.048430690995,5209.58662722979,1165.27118604091,3488.89495134744,888.65496628742,4444.60370793289,1043.36865708341,6265.51562978239,14633.5457043221,4860.40342980363,118081.547624221,45001.3016007386,3296.28695487886,20046.260790282 -7913,3516.13579229018,4971.30004443758,788.35697947293,1991.78814552477,1614.24588659981,3545.28502104677,1705.89347463246,4177.88908901701,316.665406613657,1527.9573965317,2582.20842083895,8479.29336238413,1444.46373218226,4946.37311337466,1627.02346133213,5590.20219358729,1136.15586193535,6347.29360657808,326.049903944118,1722.38928110843,490.45423335107,3311.80178412079,1120.01447000112,7601.07562860361,675.862896028157,2213.02289132728,628.219436833957,3014.00918762462,808.728180730536,5387.76077013288,1152.42820667805,3608.21936461011,893.853610554688,4596.61451279515,1049.47237865541,6479.80381751448,14308.8013285424,4796.07988941851,118249.418452429,45506.3961621094,3220.55967077789,20352.9073342551 -7914,3569.17945114125,4911.4526225183,790.110793908105,1967.80983312087,1622.43749966102,3502.60480328038,1714.29359339317,4127.59321292678,312.94414084584,1509.56295037727,2550.7911259259,8377.21466206433,1426.8891852561,4886.8257764527,1610.32777406816,5522.90406506897,1137.02239763481,6270.88116815698,326.198321619172,1701.65415003722,501.450180488401,3271.93237432544,1143.92237841471,7509.56942778711,695.614322374821,2186.38122546314,624.733819558407,2977.72477954062,799.449224078689,5322.89975005201,1138.47465484584,3564.78150635153,894.260492056914,4541.27777478125,1049.95009770574,6401.79614355506,14112.4781011802,4754.66170710081,118453.286297619,45887.1185045947,3177.08464337882,20610.3619769145 -7915,3565.94733960313,4764.79068893123,784.115575851403,1909.04864427544,1618.35156741434,3398.01277470512,1706.46495733042,4004.33827224117,309.860221770671,1464.4855693681,2525.39072030818,8127.06086952254,1412.68043107444,4740.89923036495,1595.71395978999,5357.98344963126,1133.36457946928,6083.62504902026,324.313281934966,1650.84069277272,506.483005507721,3174.22850431669,1154.53699915602,7285.3245745158,706.616957780062,2121.09322968472,619.241113866854,2888.80630522708,791.626238828708,5163.9515060939,1127.15456660742,3458.33280599354,889.092726302702,4405.66971122145,1043.88263055635,6210.63074443479,13963.1105015508,4717.42788728832,117974.091751295,45852.2172123491,3143.28905544236,20645.3067659328 -7916,3447.22892026442,4489.85643519231,752.386976944614,1798.89420127243,1541.72087849118,3201.94327923303,1635.23194107245,3773.28305356087,292.924454978821,1379.9829598283,2386.27810904914,7658.11951173245,1334.86211089889,4467.34354302285,1508.6361707189,5048.82124767097,1076.88605688658,5732.5924387599,310.615437559805,1555.58516455746,488.841044096709,2991.07163510553,1113.91856106501,6864.95243103564,688.2060059442,1998.70355461069,589.331900429408,2722.1186461933,748.586205577187,4865.98518472536,1065.13323314203,3258.78277089851,851.540598535009,4151.45717737633,999.792725468337,5852.26975012379,13077.3672862217,4452.95559515325,112697.94155731,44139.1811209334,2942.05885905819,19942.9130006176 -7917,3091.1260155344,4237.14564739466,675.461347020096,1697.64375433053,1353.38409299404,3021.72245920057,1460.0532411757,3560.90447379721,259.621274364707,1302.31085918115,2114.04783166074,7227.0835882474,1182.57898792708,4215.89988944161,1333.79209701672,4764.64922271539,945.522077187272,5409.93447135435,279.107116038606,1468.02932438842,430.767829486859,2822.71968885129,982.493104002205,6478.55977860196,613.813116262422,1886.20687300177,525.111560696067,2568.90467209689,663.672634990905,4592.10405574201,943.680039780541,3075.36274997308,765.161714157025,3917.79313289157,898.375388016952,5522.87576608323,11351.9094355401,3909.23381431612,100213.128464581,39584.7639990498,2548.69355333172,17914.079486196 -7918,2691.38901726258,3994.18199864737,599.732671407882,1600.29857076838,1192.2033609192,2848.45281607645,1285.14456297755,3356.71740641937,233.48498849225,1227.63459726307,1902.23880513062,6812.67286354599,1064.09495910023,3974.15450112297,1197.83998785346,4491.43780718058,839.743844193858,5099.72152895711,245.86250449847,1383.85054206576,372.788656011824,2660.86113310025,850.980306639602,6107.07041915442,526.540172866128,1778.04922578034,470.282841627695,2421.60021188783,596.647746502038,4328.78661290255,849.067367638615,2899.01730019738,674.022855665805,3693.14158823917,791.369371059249,5206.18661745068,10265.421105751,3504.54726539861,88640.5895885647,34694.9310583085,2304.94730836229,15607.4737125593 -7919,2183.76536326545,3671.35681027997,508.226194938577,1470.95627046075,1080.0663881541,2618.22987750807,1108.29179826008,3085.41456408759,218.994779788136,1128.41243606912,1789.48639710964,6262.04637702021,1001.02229510141,3652.94801231985,1125.44826244745,4128.42248723908,774.949088650614,4687.5423734343,210.847480395236,1272.00240593526,319.688943747907,2445.80007759415,729.768277510308,5613.47344257595,429.554390172154,1634.34043223176,421.632337310981,2225.87714648471,558.508714896162,3978.91738957077,798.404525858565,2664.70754507518,578.030477383431,3394.64764647724,678.664842734665,4785.40254300852,10246.3001042879,3343.48134093177,78383.4387787872,29231.7795633034,2309.7870280936,12905.3479544732 -7920,2385.96380381725,3420.27054565739,561.222153193297,1370.35670074881,1286.64435436801,2439.16758696033,1231.17816594901,2874.40123638823,243.986507762623,1051.23964187681,1885.47931561755,5833.7813199991,1054.71985421863,3403.12073628237,1190.34556944905,3846.0772305203,824.519547610099,4366.95857686348,211.013953843669,1185.00940874061,316.356687695003,2278.53036309045,722.558640173505,5229.56467230663,476.781787486305,1522.56692302075,488.313302784512,2073.64809136952,644.919823756507,3706.79687494473,843.387025048933,2482.46661934137,578.486858112712,3162.48568529787,679.200678764049,4458.12603153597,12028.1078319946,3792.19193340517,83987.1604147957,29598.1628438089,2681.28590029961,12991.5295535065 -7921,2501.68163100748,3277.05260220995,585.725283967502,1312.97537203496,1334.20841754814,2337.0316416119,1284.43319810191,2754.04063092648,252.283477714593,1007.22079086188,1949.26717455668,5589.50176608101,1090.40219807886,3260.62091159086,1230.68538499958,3685.02936487865,855.825692220142,4184.099701184,220.441745685449,1135.38917893126,335.597108230561,2183.12082506467,765.931779674447,5010.58565076575,500.10810387697,1458.81205317486,506.443419337113,1986.81764590762,666.919903335049,3551.58113451712,871.947360230332,2378.5176015216,604.332796649708,3030.062039278,709.546362078088,4271.44967557438,12402.8211581868,3918.27217972829,87435.1207182139,31013.8027911965,2759.85657334152,13642.4257718409 -7922,2599.29721395477,3227.40718608217,611.737700531784,1293.08456873622,1413.56211170183,2301.62698918937,1348.7080016895,2712.31853801197,267.654885921946,991.961989321388,2068.61501868283,5504.8241075848,1157.16428860691,3211.22442589463,1306.09997753855,3629.2033411709,905.152941259931,4120.71305592682,231.431645113395,1118.18870182661,349.958734427261,2150.04783083062,798.97061624598,4934.67823032691,521.121956815021,1436.71191008187,533.928352581305,1956.71852917859,707.433072351178,3497.77677287344,925.285426881201,2342.4844612494,634.461194678573,2984.15838465509,744.920075593446,4206.73972967063,13336.5842952271,4172.08420028035,92056.7768546098,32333.6593615997,2960.16836127216,14205.18587282 -7923,2822.3306059383,3249.89058127822,663.289286419731,1302.09270737648,1541.66790655758,2317.66103330224,1468.1921147615,2731.2136219204,291.653374993401,998.872388951642,2254.22235796486,5543.17288998491,1260.99133364948,3233.59508558144,1423.35249370245,3654.48580733082,991.573363853276,4149.41957319724,252.214445106059,1125.97844667051,396.356843334597,2165.0259145628,903.236707011762,4969.05515100066,566.508453253806,1446.72061359984,580.326406396939,1970.34980451586,770.835524148122,3522.14366956724,1008.29606210538,2358.80313467556,691.436463145645,3004.94721247303,811.814665285334,4236.04554278185,14731.7680807902,4559.12004565588,100555.779532924,35293.4128917046,3246.2498032251,15516.2758538762 -7924,3452.65819383517,3344.9576608424,811.375163683803,1340.18203620657,1867.36281768503,2385.45816688115,1785.71984835406,2811.10815873886,353.643691845662,1028.0917975748,2732.9859528692,5705.32396707223,1528.80730216214,3328.18548288596,1725.51451689984,3761.38826583607,1204.1545283224,4270.80002919867,306.328755895547,1158.91601176695,485.309443709071,2228.35810551838,1105.52808047238,5114.41190981596,691.275780268828,1489.04065491832,706.772770755681,2027.98725320852,934.751828640716,3625.174803723,1222.47400788537,2427.80377321159,839.788821164288,3092.84911211852,985.994978717584,4359.9600157715,17652.7763650448,5512.75586012781,122282.998792194,43175.8491654397,3907.60971918118,18958.0147095143 -7925,4613.1815637466,3579.92865834179,1047.96651082317,1434.3249049085,2285.34722647148,2553.02784691828,2279.28402016589,3008.57818829109,424.859774490649,1100.31147258744,3278.78926712004,6106.10203350147,1834.12467545305,3561.97829644873,2070.28124691801,4025.61198476451,1461.73561255351,4570.80805463014,395.856964705182,1240.32560761646,623.462179896873,2384.8920829044,1420.62866665067,5473.68057325534,915.766365295903,1593.6402951766,873.404130328505,2170.44591371139,1123.9457348484,3879.83002693019,1466.99590299151,2598.34807665746,1085.22705538227,3310.11040947274,1274.16369497738,4666.23120298445,20413.9298033211,6545.86499470025,153127.337225194,56269.6576135146,4493.57589134097,25106.005147328 -7926,4687.00614605999,4145.58753713223,1067.68229733229,1660.96032001411,2366.37399378304,2956.42774876925,2340.62762439383,3483.95888080199,440.534436208485,1274.16995226798,3400.77788866556,7070.91758143207,1902.36399267445,4124.80086687904,2147.48730165758,4661.69258275107,1517.55707262465,5293.03422339017,406.18332974687,1436.30749985461,650.913808800244,2761.72511797297,1481.98729876255,6338.56820410518,934.058261489138,1845.44888372608,898.129887210607,2513.3946479451,1165.1981954936,4492.87584777831,1521.4902882982,3008.90895650197,1113.53639872132,3833.13573248636,1307.40165871259,5403.53503285456,21422.6019950622,6815.50782862331,157830.852094041,57633.0152981583,4710.86789677111,25657.5948715185 -7927,4572.29112523353,4614.03496728017,1041.22768759678,1848.64724895218,2311.56194161588,3290.50125920031,2283.95228195438,3877.64290504088,430.627197798324,1418.14993926991,3324.37813683871,7869.92451112318,1859.62667148418,4590.89942315224,2099.18545431167,5188.45938986091,1486.43963579873,5891.14203257841,396.290404592719,1598.60887479423,646.731526964397,3073.79741718304,1471.2420276692,7054.82035399575,910.629571775423,2053.98284406524,877.415905619055,2797.40584134809,1138.9769672635,5000.56652515849,1487.30265826137,3348.91279325547,1086.4153146142,4266.27640729011,1275.55882861881,6014.12932791705,21113.9452230356,6669.48358755558,154394.223520693,56313.9405623009,4621.94475753877,25072.2340931154 -7928,4458.65229735807,4721.25347792467,1015.2554704117,1891.60513855321,2225.5003774613,3366.96419170671,2211.37169138906,3967.74952539333,414.278885555397,1451.10415947789,3197.53081346098,8052.80166549044,1788.66944097372,4697.5803222264,2018.97255931614,5309.02607222575,1423.67844975176,6028.03728352632,383.806728743205,1635.75650455299,606.777776417541,3145.22470012094,1382.36672818042,7218.75654793096,885.745061659436,2101.71221391001,849.353050508804,2862.41048264458,1095.87114442715,5116.76705224774,1430.6058488028,3426.73306217788,1052.19178442419,4365.41388796184,1235.37702568107,6153.88249275766,19977.8946919469,6390.66838453383,148829.034643772,54526.4406295342,4399.46479699563,24298.0584342074 -7929,4309.86506500727,4718.13438989879,978.007427320172,1890.35545285747,2126.29194922265,3364.73981257879,2125.59940387964,3965.12823846345,395.164916661814,1450.14548999969,3049.42087043687,8047.48159585914,1705.81809584318,4694.4768738303,1925.45987356266,5305.5186732419,1353.39740228183,6024.05487101691,369.032375966624,1634.6758448192,567.66112360141,3143.14681280845,1294.92488805574,7213.98748877842,855.526542670055,2100.3237213347,813.476994096068,2860.5194360606,1045.43196173129,5113.38666885623,1364.3889276171,3424.46919684803,1011.68844915801,4362.52988475175,1187.82211165113,6149.81694082626,18853.0402942304,6078.28058343917,142365.396713643,52345.5357684982,4162.31298167382,23371.1145637675 -7930,4139.01764060523,4759.5922172923,935.659590239753,1906.96583814974,2018.26009955276,3394.30548215205,2029.34810405743,3999.96946775427,374.262195153148,1462.88778948752,2887.54778701797,8118.19410113831,1615.26777607498,4735.72682473351,1823.2569381035,5352.13779410866,1281.36457376906,6076.98770556828,352.730905238664,1649.03959612818,536.987315517799,3170.76536439461,1225.56427507684,7277.37615544484,820.705690655008,2118.77907913375,773.68408784369,2885.65456601575,990.252072996136,5158.31754288296,1292.01063751197,3454.5597032103,966.998577174374,4400.86304697542,1135.35179022639,6203.8548355035,17711.3213923047,5743.97621297563,135468.972223047,50050.6084847137,3913.22023553878,22388.9795407662 -7931,3981.17353022585,4799.10061309385,900.242427971928,1922.79516925082,1931.21288675692,3422.48091364658,1946.5078824581,4033.17239138961,358.203707719881,1475.03092006714,2763.42581166092,8185.58156021018,1545.83508027739,4775.03711882127,1744.82488120143,5396.56478883855,1226.58648597209,6127.43153028932,338.156601640945,1662.72793455759,514.152494209579,3197.0852353607,1173.51985228804,7337.78415773157,788.599264091591,2136.36662837176,742.418338019596,2909.60779090054,947.810586002261,5201.1356755822,1236.49218934118,3483.2352925977,927.043669246005,4437.39370573577,1088.44078403095,6255.35175816968,16898.2763148541,5490.62134997311,129863.26168734,48059.9135302269,3734.20805369589,21503.5907857382 -7932,3918.17976709263,4752.18439110978,884.148203731009,1903.9978377791,1888.12973059613,3389.0225873421,1909.37531333375,3993.74391791727,349.781968414318,1460.61095189843,2698.14842280949,8105.55894920266,1509.31950703144,4728.3561426322,1703.61058276489,5343.80773038185,1196.64421422238,6067.52948591815,331.914763716189,1646.47303199022,499.404272935403,3165.83038727626,1140.43873712298,7266.04965200438,775.633845478563,2115.48141277478,726.721167831385,2881.16333515564,925.590772182384,5150.28914086711,1207.30960956796,3449.18302877051,909.931904150999,4394.01354663658,1068.34988256208,6194.19915993616,16406.3542011858,5353.65239401681,127099.385630794,47157.3122722575,3629.44715630668,21122.4600505867 -7933,3887.41088774492,4714.10557469378,876.141290989753,1888.74127823631,1863.46651822238,3361.86666107491,1890.05062147176,3961.74241525097,345.089361094161,1448.9072106891,2661.71770345733,8040.60985089891,1488.9404964075,4690.46825977951,1680.60959437191,5300.98829056628,1180.37027824528,6018.91093024402,328.39539450106,1633.27999502887,491.828876312606,3140.46287957879,1123.39407381764,7207.8274644803,769.465787434388,2098.530254798,718.639559500287,2858.07683836289,913.222016255637,5109.02034770932,1191.02792696153,3421.54504241976,900.283685145982,4358.80472025249,1057.02192099274,6144.5656118153,16148.2358604152,5276.26159512707,125623.341593981,46679.151232319,3570.73629315644,20924.4747287122 -7934,3908.74307757724,4670.82828663885,882.236924148902,1871.40191256783,1875.3481382926,3331.00344225465,1899.60349340098,3925.37210809776,347.359851376618,1435.60568959919,2679.27286877857,7966.79398421093,1498.76069504613,4647.40797129537,1691.6307627842,5252.32319522811,1185.00387694528,5963.6550311179,330.320962705189,1618.28586142299,487.676944855758,3111.63223195924,1114.69954316118,7141.65685788525,772.707142087645,2079.26494627024,723.121275536599,2831.83860235881,919.221571311742,5062.11759134059,1198.87968860079,3390.13395328578,905.562558320945,4318.78922962237,1063.21983922244,6088.15615476316,16177.7355521462,5307.43910296972,126221.630720064,46880.409518819,3589.0076384253,21006.3968556468 -7935,3944.63099608572,4666.2146400653,890.364435027767,1869.5534209317,1892.90400382561,3327.71321797863,1918.87697034316,3921.49479159948,350.60724569465,1434.18765903495,2704.32751335139,7958.92472216322,1512.77603366718,4642.81745831848,1707.51315412115,5247.13517258508,1196.62611439688,5957.76438498157,333.375198607946,1616.68738711364,492.634020255444,3108.55869328384,1125.97914843789,7134.60263138198,780.865481028906,2077.21113632345,730.171971197041,2829.04143199355,927.813780188065,5057.11744574608,1210.09019304775,3386.78532239259,913.935631755843,4314.52331233568,1073.05065401204,6082.14253168415,16289.2952413148,5356.49012675533,127408.576677255,47354.7671877856,3619.36858293412,21210.9001512919 -7936,4033.78107512669,4778.89155160351,905.069971616216,1914.69825923758,1899.15743124833,3408.06881171133,1942.10891704253,4016.18866143064,350.509333742706,1468.81954986113,2702.66884223647,8151.11199300978,1511.84818824239,4754.92938895004,1706.40823757703,5373.83979962771,1202.29567637422,6101.62885379706,338.320013080046,1655.72617031461,509.054833582181,3183.62227691907,1162.47527638376,7306.88467401542,796.040989771496,2127.37036677206,734.81972610365,2897.35540290128,927.74395751993,5179.23364035488,1209.42386319202,3468.56735335479,927.491655591282,4418.707795711,1088.96676422483,6229.01040829682,16210.6742656048,5342.12904831052,128743.678355544,48266.0469782914,3585.55681636183,21684.3148933091 -7937,4089.23875413012,4954.85987520062,911.688196705003,1985.20127007893,1885.9572903459,3533.56070643726,1948.94780451477,4164.07274257589,346.682289805356,1522.90441683599,2672.16350162228,8451.25220279985,1494.7837801956,4930.01537789981,1687.15293145746,5571.71530498474,1193.35821687284,6326.3030044909,340.177250119577,1716.69331204194,514.817052924706,3300.84960233262,1175.30261237133,7575.93874919578,805.465465055301,2205.70438901733,732.515605072502,3004.04181074465,917.823076958664,5369.94335857504,1195.85663616951,3596.2869251138,932.583201435521,4581.41343464016,1094.94474167561,6458.37500202759,15847.1599822564,5265.60206341176,128703.238098205,48722.3197871392,3501.37562696232,21952.3341489312 -7938,4114.58216941751,4894.68754486444,913.086029667288,1961.0927807138,1868.97382577676,3490.64878007686,1948.18853066452,4113.5038128945,342.511706255048,1504.4101082282,2639.27109539264,8348.61932273669,1476.38406951404,4870.14476170617,1666.45181362442,5504.05181856634,1185.41451444456,6249.47572707418,340.242285074222,1695.84561106555,526.218486684873,3260.76374366773,1200.07722637582,7483.93576616393,810.389980636492,2178.91808699006,727.989232791725,2967.56041657152,906.938037408527,5304.730211524,1181.19921838704,3552.61324507196,932.761492330008,4525.77627646833,1095.15407278634,6379.9438286251,15595.7465072312,5193.14843730442,128388.535784278,48974.2032093642,3432.16362919493,22113.2598415448 -7939,4093.52478373004,4758.55252548577,906.034756717086,1906.54927793476,1852.9024153585,3393.56402543947,1934.28920806519,3999.09570897576,339.112685181774,1462.56823428632,2612.89606211013,8116.42075176185,1461.63011754632,4734.69234611584,1649.79953212336,5350.96866583928,1177.53994346232,6075.660240097,338.250033810473,1648.67937767281,531.376848070268,3170.07273808982,1210.9465043432,7275.78647548564,805.685274287776,2118.31625014592,721.488517913132,2885.02421970208,897.976182717668,5157.19075297325,1169.41055461217,3453.80508448361,927.29981004244,4399.90171645745,1088.74151861179,6202.49965700357,15423.284169647,5141.14268326821,127554.359894526,48806.8150084686,3391.15288164224,22044.0068206509 -7940,3944.00954916034,4494.6000400901,868.746514246356,1800.79476167273,1756.8156214132,3205.32618335057,1849.27532785558,3777.26958725788,320.480453955565,1381.44093382404,2468.57814401247,7666.21043707674,1380.89999641675,4472.06336269118,1558.6806855446,5054.15540780375,1116.40409611155,5738.64901405624,323.874131286641,1557.22866508181,512.677981324954,2994.23174996949,1167.91861410437,6872.20536271508,775.152104036056,2000.81521677801,686.177327697067,2724.99460793703,848.795849038616,4871.126175643,1104.8840261463,3262.2257268451,887.888811233769,4155.84325806372,1042.46911541676,5858.4527664074,14439.608045903,4845.38150291974,121617.869459573,46896.3865514205,3171.12995224666,21225.38736134 -7941,3560.68474781008,4245.33324243208,779.424293337245,1700.92417486241,1562.62107142325,3027.56144654494,1657.04375768496,3567.78534271809,283.960696578534,1304.82736317113,2186.62882196689,7241.04875221539,1223.18012891052,4224.04643050617,1380.65934190904,4773.85613264423,987.774770023106,5420.38829010794,290.941070742568,1470.86605236791,451.547628037385,2828.17413569824,1029.61383806609,6491.07854201183,698.595603527685,1889.85166110161,611.033953165226,2573.86866269225,752.208454966592,4600.97755019015,978.743808486059,3081.30538845789,797.604058139711,3925.36363111889,936.465902511309,5533.54782552553,12571.2097496791,4277.25129839123,108440.435369984,42107.8826926611,2771.94617258148,19100.398601386 -7942,3127.11480214485,4019.65451724192,692.526798630063,1610.50432381482,1396.05784219272,2866.61855498062,1466.44768665399,3378.12455476178,255.46542409081,1235.46372100272,1967.90810556253,6856.12004152986,1100.82976409357,3999.49929624291,1242.42690903609,4520.08152774674,883.648347124426,5132.24452152914,256.384163867637,1392.67591824461,390.914104676004,2677.8305237573,892.115455136953,6146.01768416708,613.55105022934,1789.38856684718,547.590624164954,2437.04373860914,676.576892579171,4356.39304083356,880.784150366896,2917.50550932511,702.867591095534,3716.6942500384,825.235937962008,5239.38858107291,11390.8578177249,3853.93376689448,96331.4901957751,37032.4444137663,2521.41363025036,16735.2619799107 -7943,2569.93260934968,3703.91224664014,589.878583475156,1483.9998469166,1283.91802429411,2641.44680262818,1275.6361338212,3112.77420867583,240.088409274978,1138.4185349445,1853.14616268583,6317.57452719637,1036.632984708,3685.34021026941,1170.00659499964,4165.03091363198,820.412230464165,4729.10874666085,220.305083356255,1283.28177634689,335.90542224721,2467.4879965,766.578480380908,5663.25042881373,510.381690917928,1648.83280349445,493.20358816187,2245.61491797699,635.079032100307,4014.20009254745,829.109382906788,2688.33660685944,603.958141988261,3424.74938845738,709.106480520213,4827.83668275502,11386.302626054,3691.29177113198,85692.0345441402,31343.5422358349,2535.51425535771,13920.1851416356 -7944,2474.31530317464,3459.5190185073,560.024669921016,1386.08189179615,1277.04740209847,2467.15765427672,1238.72976498204,2907.38572032895,233.661018882772,1063.30288365613,1764.5197642126,5900.72544172685,987.056189405429,3442.17241071571,1118.65149754655,3890.21194318285,796.631030344784,4417.0705352167,211.591786263098,1198.60769255617,334.116653009821,2304.67707748034,761.229980957033,5289.57525460355,492.521044870181,1540.0387650118,480.957176298189,2097.4437296759,626.251624625939,3749.33331016654,802.58584673002,2510.95355404709,580.070964067518,3198.77601142873,681.060575535514,4509.28415957715,11626.2320511604,3678.74113590165,82732.5443385678,29375.3901899108,2623.9724124867,13056.7801412057 -7945,2602.315528364,3309.34812192163,586.749973370209,1325.91481096247,1331.32186736951,2360.06320704897,1297.86528283357,2781.18184111728,242.991696844656,1017.14700287428,1834.77507102397,5644.58658966401,1026.35636435001,3292.75449615755,1163.25444977789,3721.34551629206,830.623869732805,4225.3342160905,221.960328597092,1146.57849691287,353.221523844071,2204.63559159338,804.466700555829,5059.96522665119,518.327250959183,1473.1887199965,501.293735998947,2006.39783464297,651.302695866778,3586.58214684755,834.544848240818,2401.95801319907,608.495934875111,3059.92345445673,714.434297333363,4313.54502891169,12035.553710358,3822.77137514712,86490.6323310455,30884.0658934444,2716.12010873523,13747.8617889925 -7946,2672.37162491277,3254.56920701389,603.857881599849,1303.9672333947,1382.11211136001,2320.99759749903,1340.80304046561,2735.14554701805,252.234957366973,1000.31039123163,1904.81126667479,5551.15298368091,1065.53397051891,3238.25025190405,1207.72876548166,3659.74689871873,860.492722288753,4155.39318391358,229.44266975229,1127.59943408736,363.694730807392,2168.14274133248,828.470900404126,4976.20873009201,533.347433807875,1448.80334965689,518.570833479672,1973.18637057035,676.027072479295,3527.21423782332,866.396469782874,2362.19892809545,629.008493155518,3009.27321146007,738.518065723008,4242.14386246316,12636.6214167492,3978.76473076013,89452.2798850253,31742.3745650748,2841.33871644239,14136.5280845681 -7947,2898.23285205293,3282.77092605529,653.726013184035,1315.26646079356,1504.43112515843,2341.10966701636,1457.25711645536,2758.84632009981,274.261955857883,1008.97835028038,2071.23405364569,5599.25521990443,1158.62935276929,3266.31056280269,1313.3125838551,3691.45959162379,940.073936132387,4191.4007854194,249.673598058254,1137.37038698731,409.09016775344,2186.9302823382,930.466524843041,5019.32891945378,579.0713526346,1461.35762102565,562.542447934481,1990.28456209728,735.045773929228,3557.77849951409,942.09185532934,2382.66801824307,684.470826045084,3035.3493746111,803.636319692212,4278.90318197142,13904.3482121941,4337.62624375941,97506.036171482,34588.6935395749,3107.124797992,15415.3858725923 -7948,3556.60843954099,3381.21701659698,802.871666318288,1354.70961537314,1831.78309114735,2411.31654390133,1779.95584006253,2841.58058354278,334.447449301713,1039.23631718204,2525.53919253347,5767.16970396717,1412.76348507695,3364.26302815773,1601.23001598921,3802.16173118023,1147.42031702862,4317.09552029807,304.460835196148,1171.47866643139,501.244084389361,2252.51351718247,1139.82410734624,5169.85215741143,708.954141117314,1505.1818621664,688.574505212606,2049.97064395234,896.393654198163,3664.47171453879,1148.73438824302,2454.12117679063,834.667986466318,3126.37561009616,979.982613261181,4407.22200151747,16738.117597292,5274.53224790693,119099.901022111,42471.4331912021,3761.32439186347,18892.4044736082 -7949,4843.86955415981,3625.2203571508,1062.84943174738,1452.47135915026,2319.93116716306,2585.32764373803,2334.35030414593,3046.64140969913,417.079144360569,1114.2321343013,3146.52347447255,6183.35377804504,1760.1364028776,3607.04289509403,1995.0150423543,4076.54227498442,1446.21850525224,4628.63592816659,403.803196740703,1256.01766720943,667.245174190094,2415.0646992383,1517.0589820751,5542.93119681817,958.646168627826,1613.80233837566,878.635755288684,2197.90545047507,1118.49330262204,3928.91594728796,1431.23982183835,2631.22124529302,1107.01135315183,3351.98848526653,1299.74061107147,4725.26632864996,20283.6522615455,6520.23678382681,153939.628922117,56777.3509957156,4526.27561943068,25585.6115237294 -7950,4927.8881592175,4158.90862464646,1084.51110951464,1666.2975122896,2407.69650296208,2965.92768874594,2401.52704204544,3495.1539456104,433.4682670694,1278.2642644228,3271.01189795992,7093.63868213601,1829.77408640186,4138.05516022934,2074.15178174786,4676.67207945764,1505.90100556262,5310.04242101573,415.019007414814,1440.92281137114,700.942571178256,2770.59941664771,1592.13267590901,6358.93603399792,979.210883811285,1851.37889626663,905.357498250667,2521.47098206256,1162.267286767,4507.31288277582,1487.85029104509,3018.57753524331,1137.75907840824,3845.45281325935,1335.841475891,5420.89830462584,21386.4357591255,6807.25757968847,159053.260968548,58264.8182994586,4762.85525577385,26200.3553771947 -7951,4797.43725561483,4632.22961801644,1054.84906259299,1855.93707039215,2342.94856999476,3303.47678313607,2336.46613877928,3892.93372074502,421.964028404947,1423.74216885196,3184.18734950498,7900.95820046798,1781.2052294908,4609.0028428623,2019.03963009525,5208.91918419,1470.24860176186,5914.37273466034,403.787794623333,1604.91271305012,697.255995810912,3085.91840691031,1582.23931506073,7082.63982074411,952.536551849664,2062.08237099364,881.3545169226,2808.43692858775,1131.42324359061,5020.28539639676,1448.35754430256,3362.1186529968,1106.96912882342,4283.09973215121,1299.6910355416,6037.84500917654,21010.3446877686,6634.08898531287,155149.063962328,56813.4282425823,4653.14901251216,25559.2721659586 -7952,4671.76947274248,4767.77981232972,1026.8295989995,1910.24625868161,2250.08294332055,3400.14446949642,2257.81890529164,4006.85033667515,404.891447324263,1465.4042934775,3054.80834900477,8132.1592651063,1708.83180199348,4743.87336579807,1936.87141479711,5361.3447040375,1405.30210779271,6087.44152432187,390.37019618018,1651.87632410767,655.148070550637,3176.21981124155,1488.52834536242,7289.89491885472,925.108747687595,2122.4238672336,851.25694266287,2890.61855661112,1085.76077130097,5167.1910373311,1389.51787648051,3460.50234169511,1070.18528479125,4408.43354520274,1256.50317140289,6214.5268949458,19837.7886649006,6339.8782755973,149266.719144951,54931.4504589641,4415.74198348183,24737.6685008535 -7953,4523.5116797515,4774.21292586784,991.401687106551,1912.82373321936,2156.84502556146,3404.73224751455,2175.67154048773,4012.256736333,387.626147290723,1467.38154758114,2924.15192646123,8143.13189931378,1635.74379630899,4750.27422262743,1854.02348392804,5368.57870823981,1340.02552837681,6095.65524308072,376.238474819317,1654.10518289776,613.300999222673,3180.50545014939,1395.26401417494,7299.73109492406,895.174851744924,2125.287630715,817.799381747167,2894.51883684679,1039.54450331808,5174.1630720988,1330.09406401245,3465.1715599349,1031.44369950336,4414.38179672397,1211.01672576473,6222.9120886155,18786.3216020708,6052.64607793429,143152.53967881,52832.9223921172,4194.51121327396,23829.9950456008 -7954,4345.14160262304,4823.98830662301,948.834381848201,1932.76660780768,2048.31399583835,3440.2295842737,2077.91624186256,4054.08805174341,367.369387522952,1482.68029449044,2770.90433732495,8228.03123185753,1550.0184990149,4799.80002128665,1756.85181264077,5424.55087652515,1269.28968602977,6159.2078255457,359.756418149636,1671.35068840124,579.747850175594,3213.66502477106,1319.61920079933,7375.83723017653,858.926583432123,2147.44562883442,778.202922129222,2924.69674877577,985.310775980597,5228.10828589679,1260.39474969716,3501.29902983538,986.258757918201,4460.40562057566,1157.96514375529,6287.79143593964,17654.1489471248,5723.62875931004,136268.125818254,50530.8409207186,3945.67428379724,22830.9540983736 -7955,4166.14444858096,4841.79307608339,909.20382006231,1939.90022042973,1947.97728636712,3452.92706418979,1983.81333065085,4069.0512105542,349.286188457749,1488.1526918407,2634.22598983225,8258.39992056164,1473.56188368728,4817.51551465085,1670.12630503929,5444.57225129715,1207.61398276701,6181.94073209979,343.393199511776,1677.51944582828,553.174826373455,3225.52628173357,1259.15504129492,7403.06057175892,822.457191692439,2155.37159629533,742.606439048402,2935.49145805855,936.870020578666,5247.40461433451,1198.2291806136,3514.22190984164,941.399606350245,4476.86844940655,1105.29607138753,6310.99892936955,16713.8400114559,5432.87445487335,129958.592010279,48335.7055432127,3734.49112584506,21853.2973831828 -7956,4093.32601068159,4758.61750464789,891.045249359435,1906.57531231684,1898.28079386011,3393.61036536023,1941.155979952,3999.15031757512,339.879348129099,1462.58820600207,2562.98540919159,8116.53158341014,1433.71055558976,4734.75699946156,1624.95211687162,5351.04173458415,1174.15174172354,6075.74320467701,336.282774569412,1648.70189078031,535.954706147655,3170.1160261841,1220.55913764696,7275.88582807372,807.437008843747,2118.34517625618,724.768135170728,2885.06361539131,911.700746482341,5157.26117563481,1165.82920774845,3453.85224701031,921.906642449848,4399.9617981578,1082.40940745282,6202.58435360586,16154.4721500758,5277.36853094297,126835.46056727,47328.8103060703,3613.13698439008,21424.7951239546 -7957,4057.68529280388,4674.79212268174,882.019774994809,1872.99005280689,1870.29954312617,3333.83025383776,1919.06184684971,3928.70332271089,334.714327692298,1436.82399719404,2523.82500095529,7973.55489752287,1411.80458201369,4651.35193200044,1600.11917703216,5256.78050915886,1156.42223841581,5968.71600731078,332.325936377442,1619.65919810581,527.860315707556,3114.27287709461,1202.31376052284,7147.71752959529,800.254510600998,2081.02948669669,715.629924660806,2834.24180436729,897.890315192194,5066.41348982595,1148.01996066949,3393.01094518735,911.059118615338,4322.45431242128,1069.67334362011,6093.32278717182,15872.2819171554,5191.39314687672,125197.948012974,46804.0999273503,3547.10416034626,21206.0326111984 -7958,4076.43092204312,4592.98114516652,887.165465387363,1840.21187934481,1879.02798848629,3275.48671581969,1926.29012862615,3859.9492368043,336.291847462581,1411.67892707264,2535.72277674657,7834.01407874023,1418.4600887828,4569.95116842896,1607.59946560547,5164.78447152745,1158.78307527401,5864.26077630712,333.873020244684,1591.31442923456,522.682015221511,3059.77169252042,1191.32641296753,7022.62923844719,802.867072136312,2044.61052900259,718.979977210402,2784.64129028137,902.121493611396,4977.74896117495,1153.43188725465,3333.63171829108,915.300391143982,4246.80940602035,1074.65301626068,5986.68688113535,15861.2704756933,5211.30263564583,125599.362967244,46950.1093923959,3556.26988047806,21266.592147641 -7959,4113.92218052159,4572.70710451406,895.355521226,1832.08893494949,1896.67830831879,3261.02827396368,1945.88324458336,3842.91089824596,339.446887003145,1405.44758515089,2559.51832832913,7799.43367989155,1431.77110232102,4549.77878521201,1622.74914995852,5141.98641357175,1169.19536386912,5838.37513523485,336.967187979167,1584.29015188408,525.082435502762,3046.26544598451,1197.05971938342,6991.63040214295,811.359943105447,2035.58534129262,726.013637219408,2772.34950659289,910.583850449797,4955.77650328607,1164.25574042498,3318.91661652148,923.782936201269,4228.06341429523,1084.61236154184,5960.26083466019,15935.0390887178,5257.91999399078,126719.037719784,47405.2100849092,3583.10314649648,21461.8211099088 -7960,4210.75314562626,4688.17818935809,911.330702271778,1878.35327946447,1906.29209558726,3343.37653373521,1972.1197231894,3939.95299611866,340.054183008233,1440.93828106461,2563.42363151267,7996.38682987509,1433.95569314114,4664.67087869645,1625.14635419128,5271.8330746103,1176.51534187441,5985.80716951635,342.427093139839,1624.29702272984,541.154610391728,3123.19046386363,1232.88511673659,7168.18471207612,827.919806024865,2086.9884253475,731.887724340237,2842.35753417398,912.354135738985,5080.92094748502,1166.04396768593,3402.72668645539,938.751061884229,4334.83147489463,1102.18641872416,6110.7707555454,15872.4211965162,5254.79956848355,128225.851347624,48373.6627415819,3556.26988047806,21957.4262596983 -7961,4282.99838481416,4845.75691212629,922.160192925001,1941.4883606688,1905.99204153469,3455.75387577291,1989.13532895102,4072.38242516733,338.920379436706,1489.37099943555,2554.22677391509,8265.16083387358,1428.81105526352,4821.45947535592,1619.30036165136,5449.0295652279,1178.23078178147,6187.00170829267,345.967998220436,1678.89278251111,555.081180739932,3228.16692686894,1263.72802236219,7409.12124346895,840.777858109467,2157.13613672178,734.184107424337,2937.89466006702,909.448345125163,5251.70051281986,1161.87191703862,3517.09890174321,948.458320658535,4480.53353220547,1113.58369881096,6316.16556177821,15725.2925062148,5225.63866164172,129068.639200553,49094.5169734383,3511.76906857304,22336.2426758695 -7962,4320.2030439369,4756.34317094218,926.685708738813,1905.66408368982,1898.64408808741,3391.9884231826,1995.90757243962,3997.23896362566,336.805097027183,1461.88917657782,2537.80360637854,8112.65236821043,1419.62408581417,4732.49406964597,1608.93995565062,5348.48425763507,1175.80667007386,6072.83936389885,347.277406024036,1647.91391017939,565.775523302067,3168.60090089355,1287.17583038277,7272.40839111613,848.189663696557,2117.33273433792,733.113252126741,2883.6847280533,903.873169608491,5154.79631416833,1154.40975845272,3452.20151282706,952.048013152776,4397.85888036464,1117.79835216817,6199.61989036751,15549.633595844,5185.0413163599,129263.695968444,49492.7136290684,3464.9495769167,22550.5265130285 -7963,4280.57464550194,4602.59832589264,914.615868928104,1844.06507396039,1866.45537861806,3282.3452128865,1969.41896942843,3868.0315319914,330.389716432765,1414.63482237023,2489.15419233061,7850.4176142273,1392.41004932624,4579.52012700014,1578.08950790114,5175.59894345848,1158.41381707491,5876.53987215539,343.261148816155,1594.64646086594,569.090676937691,3066.17850683504,1293.70178167655,7037.33382625716,839.483853217996,2048.89171116956,721.080292041493,2790.47201279027,886.72135486676,4988.17180199572,1132.28528743479,3340.61196438742,941.037594309667,4255.70174245201,1104.87103351461,5999.22232333875,15211.2700318876,5082.87432062957,127558.281450929,49089.1466425936,3383.56788673757,22385.6559807858 -7964,4135.08106938108,4349.69259430548,880.130997534767,1742.73652134684,1779.56153024393,3101.98536859666,1890.51470426504,3655.48912113247,314.21119675051,1336.90280463852,2366.78239060886,7419.04918504642,1323.95638462498,4327.88250711019,1500.4961767427,4891.20770518043,1104.93904674757,5553.63300296204,329.932678896868,1507.02307919056,551.182997148155,2897.69669209889,1252.56824188717,6650.64310642176,809.984020211635,1936.30824842394,689.289164484537,2637.13984780467,843.401572851646,4714.0793981965,1076.6283475826,3157.05045130701,904.498092790396,4021.8574470381,1061.97005160717,5669.57424127551,14356.4993965828,4823.71726235151,122210.607920103,47338.6120266949,3190.052274672,21619.7770979377 -7965,3738.20367587187,4116.47608460855,791.144856769809,1649.29660116444,1587.56971067971,2935.66690238087,1697.60499246772,3459.49356614044,279.371321144486,1265.22238144953,2103.89997526437,7021.26365912866,1176.90237003456,4095.83538405417,1333.82301259254,4628.95689906638,980.824898512559,5255.86508557309,296.982872948091,1426.22135471429,486.510799476924,2742.33152685104,1106.56783662375,6294.05703996037,731.050273626274,1832.48963559001,615.490697886807,2495.74490148297,749.979648354856,4461.32564150094,957.053404708806,2987.77957268104,814.167432795972,3806.21840221806,955.912939468825,5365.58992805096,12553.7021252559,4274.26897557301,109243.046970938,42583.3734989771,2800.64787135282,19483.9221888267 -7966,3263.83733327075,3949.54011036901,697.417956243793,1582.41246792368,1400.6857824387,2816.6164319496,1488.77865738788,3319.20028689649,247.838809812558,1213.91365851861,1866.78365916104,6736.52946773818,1044.26167528821,3929.73645474949,1183.37896893261,4441.23822567296,867.027340831045,5042.7233253641,259.49525131204,1368.38362009932,421.101796534076,2631.12141030637,958.205015368627,6038.81335038483,637.948102229927,1758.17645210163,545.39715420099,2394.53464348095,665.25648640744,4280.40493965394,849.184257714059,2866.61577055345,711.396520904411,3651.86434693315,835.249743520563,5147.99848245552,11210.7138047527,3794.29353315439,96089.3244733504,37184.1257399128,2504.21855696933,16971.5090060999 -7967,2670.45485089836,3691.17598419129,590.304194960593,1478.89696913068,1277.81420185284,2632.36393092855,1286.76150177033,3102.07063185604,230.692069294144,1134.50397210602,1740.39627228236,6295.85093282895,973.561729041338,3672.66780957368,1103.37952257536,4150.70904980497,795.880255145741,4712.84724635094,221.530088095134,1278.86908716555,356.186859506003,2459.00329907195,810.835096419645,5643.77679148867,528.261516161789,1643.16313155807,487.267933321439,2237.8931527056,618.651148817016,4000.39687516636,791.643162111561,2679.09250000813,607.316446639015,3412.97305464373,713.049461706908,4811.23569683601,11040.929043347,3593.91228992666,84709.7488223554,31226.6617748134,2488.04229814687,14028.6177965324 -7968,2628.18651403706,3457.69955154273,578.402132122655,1385.35290889453,1252.43370822341,2465.86010053462,1239.8157696871,2905.85663716938,231.647639716726,1062.74366011673,1767.72068055213,5897.62206956708,988.846752678664,3440.36206686324,1122.53394882101,3888.16596162358,810.810451755192,4414.74746259417,202.515752145963,1197.97730807544,363.443343953047,2303.46497724789,823.40273586359,5286.79330503748,526.499716606509,1539.22881147719,474.433514548005,2096.34061980548,616.999341841473,3747.36142099336,765.399570079268,2509.63296670049,555.189356169517,3197.09367719419,651.847111588905,4506.91258898647,11930.7681477887,3669.0176482991,83579.643451576,29867.804936803,2590.06965089041,13244.3132179053 -7969,2779.73647614804,3299.66596203339,610.240643259992,1322.0355819648,1318.4800162218,2353.15837006139,1309.25501180976,2773.04493733082,243.40821804436,1014.17113586094,1857.33452596689,5628.07222252865,1038.97591675325,3283.12088424066,1179.51162664984,3710.45797561616,852.56272408842,4212.97215566222,214.06037722004,1143.22395217399,383.678413360467,2198.18548918448,869.291738283204,5045.16128625313,557.454789950823,1468.87861171926,498.969188945088,2000.52771644484,648.351598628004,3576.08888336522,804.232030694956,2394.93060457603,586.838513798873,3050.97103632472,689.006347002306,4300.92489010599,12506.1921965404,3854.15350393522,88070.9874411795,31561.0970336618,2714.59223026014,14013.4137314252 -7970,2878.60662503557,3201.02493400534,634.693222964114,1282.51432423897,1389.84453312958,2282.81247341414,1368.7946658399,2690.14684808977,256.800619664031,983.853253812041,1959.99849542454,5459.82524352104,1096.40520065097,3184.97445884846,1244.7976395731,3599.53662982511,898.259486497287,4087.02852704352,223.730227130592,1109.0481334074,401.309046615149,2132.47239005735,909.209102872395,4894.33999053122,578.934292584521,1424.96759224772,523.35329486768,1940.72344752208,683.925063553741,3469.18440035584,848.575357226832,2323.33595844838,613.348045473355,2959.7645557386,720.131154168655,4172.35198075305,13303.1494631834,4078.96902626895,92313.2677633088,32851.9038065663,2888.92384137777,14559.3542879588 -7971,3125.48877757125,3176.5271280552,688.08330413788,1272.69909702543,1516.01720416483,2265.34185130178,1490.12654475775,2669.5588499265,279.84158140364,976.323713557839,2135.97775622736,5418.04058326535,1194.84638680562,3160.59948900048,1356.63523591659,3571.98896878346,978.437690750854,4055.75003536277,243.831336157763,1100.56046257643,436.840972251724,2116.15233761081,989.759570894187,4856.88305288969,629.370524380205,1414.06215405845,568.77627296215,1925.87087142522,745.263414981404,3442.63433967299,924.736527653574,2305.55520552065,668.454483668073,2937.11314275699,784.831552632726,4140.42049902846,14524.8613068086,4450.01082825184,100491.121902756,35719.1844812089,3154.57201069986,15832.5129128417 -7972,3843.82390580663,3170.54888125823,847.375482612604,1270.30386821309,1852.79046430003,2261.07846171918,1825.54665911131,2664.53472105855,342.628411999376,974.486265339047,2615.01987642702,5407.84379209781,1462.81815981661,3154.65121813424,1660.73214402905,3565.26645997097,1198.35416705444,4048.11708475954,298.182589714483,1098.48919990652,535.272541572294,2112.16972376108,1212.67887277359,4847.74236421186,772.308361128063,1411.4008789607,698.693327526304,1922.24636865715,912.516358410574,3436.15527719859,1132.17618877134,2301.21613411751,817.456411416454,2931.58547479441,959.774525052221,4132.62819800643,17738.0595592385,5439.11115297306,123167.882623461,43838.0344657303,3851.89845517035,19422.9559624347 -7973,5240.3092058464,3171.84850231954,1123.02389122913,1270.82457100721,2348.77593389568,2262.00528710499,2397.21074188844,2665.62692482886,427.833629786781,974.885711277848,3261.80737449062,5410.06048956935,1824.62516030584,3155.94432267787,2071.52565740882,3566.72787739555,1506.69512134514,4049.77642464643,396.550672580001,1098.93947515957,700.151485674653,2113.03551084113,1587.31284672235,4849.72947379833,1044.77032038877,1411.9794180014,893.023026996781,1923.03430537072,1140.1791287887,3437.56377141691,1413.02591790895,2302.15941210076,1087.12882956185,2932.78714376995,1276.39656560446,4134.32217934714,21340.083339509,6723.1538884137,159111.478611313,58598.942083738,4623.93844726269,26299.1863288808 -7974,5213.37589471813,3254.63418617601,1113.41576959872,1303.99326777678,2337.40252367664,2321.04393741979,2387.80109481843,2735.20015561741,424.868164901579,1000.33036294738,3239.1767609424,5551.2638153292,1811.96580243076,3238.31490524977,2057.35942046831,3659.8199674636,1496.43523956197,4155.47614849359,395.437306622543,1127.62194719486,697.236270392838,2168.18602942677,1580.79407517497,4976.3080826801,1041.58406316033,1448.83227576716,885.244308458838,1973.22576625959,1132.28073223315,3527.28466048488,1403.22737942977,2362.24609062214,1084.07657845273,3009.33329316042,1272.81292148878,4242.22855906546,21187.2546050489,6681.37255460924,158205.293833325,58326.5401475491,4590.73242609743,26202.9227630847 -7975,5070.88441228685,3500.97684590081,1081.6903950398,1402.69227708842,2270.65788417692,2496.72332384997,2320.06200335464,2942.22694961976,412.835616025272,1076.04518314395,3147.38789485383,5971.43794700602,1760.61995171899,3483.42236161892,1998.99702012374,3936.8310640496,1453.80077916095,4470.00336976807,384.267333972207,1212.97144386515,677.435273677541,2332.2956290665,1535.91079001529,5352.96392126998,1012.20825160112,1558.49412281085,860.446497768868,2122.57885963105,1100.22494075675,3794.26418419327,1363.47644116139,2541.04406040937,1053.4545164232,3237.1091736524,1236.85959770288,4563.3220542544,20574.8558110915,6489.75109778732,153755.307583001,56700.9650771855,4457.90834143638,25472.8572434259 -7976,4910.2996435218,3747.7743660636,1045.29436692965,1501.57352960006,2155.18604610468,2672.72709422059,2222.76988271232,3149.63600911483,391.128295878829,1151.89980728806,2980.98912355633,6392.38791097183,1667.53800361627,3728.98239767965,1893.15492331852,4214.35364893756,1380.3170229927,4785.1113511504,368.646923581687,1298.4785344718,648.585875988095,2496.70824956529,1470.62713940871,5730.31523761392,976.809673836699,1668.35845543229,822.608929440468,2272.20772664862,1042.56377774543,4061.73667336378,1291.60294329763,2720.17217245835,1010.63174586871,3465.30563187492,1186.58143767336,4885.00843387523,19284.6566953421,6125.57033373934,146884.351724015,54608.1395921512,4175.65716153165,24585.9388423828 -7977,4768.64961177429,3958.44249509921,1013.01682326903,1585.97927423471,2076.55752119156,2822.96517190765,2150.84655450751,3326.68186630188,376.541068910651,1216.64985719374,2869.46027082862,6751.71381209024,1605.14978523817,3938.59420143159,1822.31623615854,4451.24891305896,1329.87844137969,5054.08977864114,356.738237397633,1371.46799881284,627.466613195683,2637.05203878762,1422.75654508231,6052.42502117602,948.202692926368,1762.13943583208,794.161453259675,2399.93199812233,1003.75487604037,4290.0531038728,1243.36212630406,2873.07721055658,977.984528329878,3660.09576134859,1148.25038139928,5159.60222917047,18484.399350738,5888.73474783003,141894.538962672,52928.8012594178,4001.32555041403,23852.1583631592 -7978,4631.47098529368,4078.59221198206,983.414016119264,1634.11814729331,2014.12255309852,2908.65000037106,2087.59914947218,3427.6558945694,365.121869254018,1253.57855732476,2782.3792492053,6956.64706652074,1556.43745958655,4058.14146751018,1767.01349234232,4586.35667257329,1289.72465363336,5207.49543168676,346.313030460308,1413.09585925928,608.975858557128,2717.09388763548,1380.8441575313,6236.13291983801,920.81135872037,1815.62525874992,770.441864547144,2472.77659557941,973.327029762216,4420.26812315901,1205.64323439171,2960.28307848527,949.404213632697,3771.18982676311,1114.69427053974,5316.21047795278,17910.002055925,5708.92408922588,137680.653469616,51388.579643977,3876.8029710443,23163.0046073016 -7979,4398.1305542174,4127.13295714119,930.58961783758,1653.56635599499,1878.4163646063,2943.26685616026,1964.44829536981,3468.44962010604,339.867608093541,1268.49783194831,2589.19282555479,7039.4405439922,1448.37074418854,4106.43882124303,1644.23694550384,4640.94049926678,1202.73698332174,5269.47164689265,326.219486657254,1429.91360480104,572.707105099726,2749.43096747045,1298.6945843615,6310.35130772955,872.331870619672,1837.23364674482,722.530183892765,2502.20597030554,906.159978614269,4472.87527223142,1122.10575394312,2995.51443750408,894.318515216798,3816.07206916769,1050.0182226234,5379.4805487543,16501.3115440091,5295.93732425113,129162.771670412,48570.0606152468,3569.64727526563,21937.8511770876 -7980,4278.04344417184,4069.42990430024,899.995609062824,1630.44720092854,1792.59091412777,2902.11589623487,1893.07125353699,3419.95587546938,323.237771039996,1250.76246984933,2461.72322187511,6941.01938482457,1377.06541577855,4049.02510117366,1563.26237543213,4576.05370311994,1146.19341384967,5195.7971120419,315.064644455151,1409.92142593191,551.432452742776,2710.99010257803,1250.61308890579,6222.12382905701,846.869546450432,1811.54656777251,692.17448661752,2467.22165435961,861.984582443112,4410.33826146272,1067.04541127937,2953.63298380047,863.7379327449,3762.71807971817,1014.11359993297,5304.26793661284,15514.5996582465,5019.99233494855,123972.696574908,47016.6498670151,3353.80813769143,21294.7967537971 -7981,4244.52970625775,3947.52570591808,891.84474916145,1581.60538187581,1768.44879386593,2815.17985844521,1873.71180685172,3317.50737793883,318.773637166772,1213.29451983197,2427.50189872256,6733.09360063355,1357.92232114598,3927.73215085986,1541.52330407307,4438.97303787908,1131.02433577635,5040.15135900154,311.716981358661,1367.68569629607,545.749387743311,2629.77944579107,1237.70736965312,6035.7333430545,840.105683254568,1757.27972023623,684.391328556352,2393.31334654283,850.1267608012,4278.22178249607,1052.26430243541,2865.15369562676,854.56043963872,3650.00176759755,1003.3383170382,5145.37282205794,15248.9400843178,4944.94397867013,122560.030340882,46586.612945255,3295.69760065222,21111.0085804218 -7982,4268.15535032118,3872.60270868212,898.212451388917,1551.58692867688,1780.14438826677,2761.74848688079,1883.36029060626,3254.54196247999,320.955063496798,1190.26650969907,2444.15825590979,6605.30125909833,1367.23973474941,3853.18483008085,1552.03321344026,4354.72249983979,1138.6676512725,4944.49061491236,313.578139118776,1341.72738233509,548.517237460961,2579.86692518283,1244.03165162924,5921.17671536726,843.683289221998,1723.92701440718,688.786957419584,2347.8888901602,855.935006904317,4197.02226090607,1059.47401020688,2810.77383380693,859.662733991721,3580.72569627648,1009.32891429933,5047.71500233885,15363.5689699273,4979.20368219459,123312.264235653,46844.1346541683,3320.60211652617,21223.8024466243 -7983,4340.8991761196,3877.54125736942,915.745159763867,1553.56559474884,1825.54023350991,2765.27041525572,1924.93933274928,3258.69232727226,329.611360694573,1191.78440077936,2510.42588154107,6613.72469013845,1404.30923737737,3858.09861605788,1594.19543248873,4360.27587329505,1168.53792059543,4950.79609199652,319.901838977662,1343.43842436579,560.898878408301,2583.15690852871,1271.98634849653,5928.72771444842,859.978190444935,1726.1254577112,705.470646234484,2350.88304279311,878.947115498274,4202.37452663958,1088.1177502421,2814.3582819085,876.998920515787,3585.29202789301,1029.68330868046,5054.15211664514,15857.9083225613,5121.60170816927,126162.236217196,47757.9556497044,3428.52168531327,21612.3471031568 -7984,4497.96965944742,4032.45575885288,947.031501799501,1615.63323598283,1879.58368011234,2875.74776660102,1986.66907846082,3388.88274018094,338.987950265838,1239.39825555695,2581.56615221242,6877.95446754557,1444.10445299711,4012.23635028436,1639.29349454712,4534.47646031862,1202.39719229381,5148.58898641905,330.707750518021,1397.11112053345,578.652805226029,2686.35850927964,1312.3622966287,6165.59067408022,889.326268345918,1795.08716489382,726.937136606201,2444.80489956976,904.008467310332,4370.26668087621,1119.01711648427,2926.79677870311,906.622922635844,3728.5306655524,1064.46481160568,5256.07426359422,16245.785820396,5260.82499063267,130123.352743183,49390.5204203352,3511.53673822642,22371.756752353 -7985,4592.28824346059,4194.77809282202,962.90770286934,1680.66888011285,1892.68748099062,2991.50801725136,2014.8367281279,3525.29870822379,340.492281194504,1289.28894986093,2592.41305361347,7154.8194076393,1450.17211026053,4173.7447728837,1646.16086051475,4717.00711815686,1209.53610065666,5355.8401085395,335.934727912506,1453.3503830229,586.498209685736,2794.49509134797,1330.28019062298,6413.78014678996,906.73974846939,1867.34654124132,734.06839609864,2543.21799102801,908.147860980868,4546.18724395987,1123.86157339893,3044.6119545124,920.952485564189,3878.61880937871,1081.28913307614,5467.65209432643,16177.7249980502,5271.03489025021,131584.242936176,50253.2783552894,3494.93372764379,22807.5435001529 -7986,4608.44631309158,4163.19736280311,961.024922407395,1668.0158269645,1864.341595656,2968.98620442796,2005.67818539587,3498.75820851752,334.225634693743,1279.58243253369,2543.87519452231,7100.95376444035,1423.02047659334,4142.32239393455,1615.37918532409,4681.49474420061,1189.90758249759,5315.51822815645,334.834979358459,1442.40871577531,583.41958083901,2773.45650645356,1323.40877492991,6365.49347828585,909.451455984142,1853.28807005029,725.856325046506,2524.07116633869,891.606625945561,4511.96090140016,1103.01281428711,3021.69034435325,917.937566056941,3849.41831038811,1077.74931994638,5426.48842826178,15690.1600571765,5156.76089358801,130383.195133467,50215.5230207401,3387.01415885669,22850.5764615996 -7987,4560.06574940728,4016.60041468131,946.732633435387,1609.28067502656,1826.88053778976,2864.44052026856,1974.78266676864,3375.55788172844,326.694754722146,1234.52502517758,2486.11464904345,6850.91081429781,1390.70975665999,3996.46050746407,1578.68582555375,4516.64720459562,1164.181874316,5128.34508164752,330.375463349335,1391.61777380215,574.092496737277,2675.79592873815,1302.4015905399,6141.34798724008,898.704771252737,1788.02900318804,711.992302605417,2435.19209153587,871.609078312418,4353.08308693479,1078.07147366295,2915.28881109684,905.711969797404,3713.87033435675,1063.39526304548,5235.4077339596,15235.1449635379,5031.91634254626,128105.291714491,49564.1959533436,3287.3960953609,22591.603027212 -7988,4486.57246904538,3781.56444432296,933.431546088369,1515.11177446795,1810.47337041744,2696.82450480576,1949.65152338241,3178.03324887402,324.203822811961,1162.2853803865,2467.47627372524,6450.02192697124,1380.28362027351,3762.60304682713,1566.86122445565,4252.35042401017,1154.36624271632,4828.25409968382,325.899303847154,1310.18566702897,566.967872097651,2519.21866745691,1286.17531003588,5781.97998085008,884.841163438467,1683.40043962541,704.528784507947,2292.69403916525,864.89687531809,4098.35744789722,1069.91479943852,2744.69734969916,893.440746024466,3496.54896113026,1048.98763493957,4929.05185836015,15191.9801056193,5000.39487724993,126668.51367663,48851.1597597353,3279.09459006959,22244.1314919181 -7989,4060.3655925867,3626.39001358471,840.264853242346,1452.93999065482,1618.76486657815,2586.16178478722,1753.6549920129,3047.62439097354,288.991495951386,1114.5916348713,2198.99254059858,6185.34880146904,1230.09627983553,3608.20668667468,1396.35600015823,4077.85754783139,1030.20477861353,4630.12933084568,293.878917322166,1256.42291406364,509.603927848955,2415.84390593072,1156.20437721382,5544.71959159101,799.494770421155,1614.32302238992,630.441078969274,2198.61459198869,771.060980777006,3930.18358935198,953.612508642103,2632.07019364799,805.658054600571,3353.06998501329,945.922089434596,4726.79090857029,13429.9337900359,4447.67023564351,113636.069941198,44073.7266431551,2897.22534666908,20109.6280898905 -7990,3558.84423912086,3554.91100648838,744.509532883123,1424.30139758747,1440.02779662178,2535.18649644963,1547.03622867054,2987.55331073857,258.680300907565,1092.62215473264,1968.9153713973,6063.43069855754,1101.39321937288,3537.08608729191,1250.13911153929,3997.47975958817,920.74557110961,4538.86583021374,258.107467425304,1231.6578275578,450.08566814039,2368.22571730546,1020.92435256232,5435.4287956342,700.745452474141,1582.50344249341,562.680610729981,2155.27816445769,690.068679237715,3852.71657129248,853.70470214413,2580.19001436639,707.591963311164,3286.97833123214,830.782817325973,4633.62213200989,12151.6067536462,3988.80628348676,100763.595206632,38762.3886424352,2623.27567205567,17623.0910506481 -7991,2932.04772933531,3331.57159416605,635.625343172202,1334.81880954899,1330.50890357366,2375.9118869837,1350.05130616277,2799.85848533108,243.894074900665,1023.97751370423,1859.83914779031,5682.49203472001,1040.37697925369,3314.86653618995,1181.06151520528,3746.33570038463,858.04828684143,4253.7088669931,221.906895491061,1154.27818714292,394.857057793366,2219.44051874936,894.889295156219,5093.94472733513,585.14040509202,1483.0817162675,508.019993382183,2019.87152340182,649.897729357581,3610.66734606393,805.597668049471,2418.08803194355,608.349450014445,3080.47194964517,714.262309646179,4342.51204739792,12254.5778002918,3835.93669761363,89995.0017071252,32896.5109324097,2656.48169322093,14705.8201017852 -7992,3110.97884656145,3106.02283360328,686.594677586601,1244.45102979097,1390.99894081551,2215.061679756,1363.91562063347,2610.30691987068,261.427454734497,954.653816904628,1973.74216892631,5297.78499808201,1104.09328568704,3090.44871488966,1244.83673902937,3492.70724006474,860.004711532056,3965.7310356221,204.254521133342,1076.13308141846,396.172947992267,2069.18348719605,894.782810067558,4749.082584304,625.321295075014,1382.67647703951,535.966811684597,1883.12539451866,700.766651048655,3366.22368886164,802.034173360247,2254.38248243904,559.956126281969,2871.92273779347,657.443770269193,4048.52220436569,13682.0569547326,4139.99827147041,92099.4506196872,32188.7904003249,2877.9148229447,14143.7653614011 -7993,3153.23641315071,2962.28504425258,693.741488139831,1186.86142096963,1394.24277181117,2112.55500605128,1385.12100011672,2489.50943501968,260.82954687657,910.475188289109,1968.59968818779,5052.61876947569,1101.2166290778,2947.43165088932,1241.66775019225,3331.07481028839,860.437727312525,3782.20842720698,208.230402135753,1026.33274238141,401.863725158294,1973.42763601788,907.810784092489,4529.30872278352,633.218644365839,1318.6901926997,538.904068426609,1795.97977589992,699.295582656556,3210.44455347917,800.277102241706,2150.05615525592,570.855855268703,2739.01842651461,670.241128104229,3861.16825915413,13505.2062509479,4117.65730370044,92911.8294175715,32831.0975645305,2839.01550007714,14485.6111264773 -7994,3323.48746465217,2879.69429788246,731.254284496817,1153.77082734632,1550.08568958531,2053.65537549877,1501.95203853814,2420.10003002922,291.114161092874,885.090451766819,2198.22861647397,4911.74793866071,1229.66894767937,2865.25502835458,1386.56864830246,3238.20192645495,956.804470436676,3676.75759709985,226.376778837092,997.717809668628,439.078654086106,1918.40698171509,991.688421037267,4403.02817166602,665.534896294636,1281.92411326473,593.787704149459,1745.90650207875,780.268499486808,3120.93493239589,893.066376722747,2090.11096431463,620.603467940157,2662.6525222252,728.649736388913,3753.51596924271,15277.994732959,4602.85133861651,101612.838888163,35355.548059633,3214.18007779216,15510.6917322073 -7995,3664.42801742251,2847.20384068442,793.153063327448,1140.75328527256,1840.69393758082,2030.48479029941,1726.03218842481,2392.79499404034,347.02832290085,875.104324607185,2621.60532744751,4856.33062013284,1466.50200078095,2832.92748375074,1653.6769233138,3201.66656880693,1136.39745289849,3635.27418845332,263.074762293788,986.460952364503,512.877059335383,1896.76235090352,1158.14024727043,4353.35053801633,721.361361054347,1267.4606681123,698.606118949502,1726.20812627571,929.890446054654,3085.72265208077,1064.45411969483,2066.52906505708,721.209616312053,2632.61086194541,846.771286262937,3711.16652609851,18335.9720411161,5461.873906772,118046.328517987,40517.6536711645,3859.14604913776,17669.392095621 -7996,4478.14955008179,2849.08828681111,989.867802172275,1141.50830255627,2199.98466090065,2031.82868396228,2092.28164467777,2394.37868579927,414.909386642567,875.683519862331,3133.90733269359,4859.5448239409,1753.07904875672,2834.80248094892,1976.68591531251,3203.78561911106,1360.26383249316,3637.68022565585,316.287426588805,987.113849952744,616.693482413981,1898.01773923025,1392.56412973857,4356.23184017049,890.395915799337,1268.29954775718,839.944614373696,1727.35063183535,1111.88832439421,3087.76496391551,1272.73013589703,2067.89681493037,867.090144206602,2634.3532778803,1018.0494271142,3713.62279329149,21921.7183050584,6547.52394644399,142548.200691306,49076.0672969592,4613.80290003395,21413.4625740284 -7997,5384.35856536316,2835.44229718312,1133.97600823384,1136.04093584494,2206.55823971372,2022.09703988669,2300.14451432466,2382.91057269686,403.804115726321,871.489347191461,3042.98681114345,4836.26955424456,1702.21894202389,2821.22491459849,1919.54482255698,3188.44077159228,1348.56149785775,3620.25719708246,355.736506046933,982.385970714867,668.65792564801,1888.92699588503,1512.05504025825,4335.36723769985,1062.48147419751,1262.2249018594,866.335545912246,1719.07731545023,1083.60295689898,3072.97580877901,1239.53033612642,2057.99241898065,975.238319317704,2621.73578277746,1145.02606091742,3695.83603029293,19639.5782591599,6240.04833840932,150784.627087873,56135.2558820839,4113.49545809145,25230.1178064221 -7998,5356.89138398942,2814.71338348637,1127.75523866636,1127.7357431988,2188.11591658227,2007.31420510006,2290.4275390372,2365.48995805146,399.39541281886,865.118197447551,3009.66207386483,4800.91330160497,1683.5773893146,2800.59993914689,1898.73004005946,3165.1312111589,1334.30589862057,3593.79077980678,353.963637027697,975.204095060378,664.112879979908,1875.11772009195,1501.88555069271,4303.67290436664,1062.19867362183,1252.99722295988,855.802681905317,1706.50975047266,1071.79355539526,3050.51037176565,1226.00973288347,2042.94716579952,970.378065243972,2602.56920166562,1139.319642838,3668.81708295431,19436.8526849642,6185.65732078703,149697.950719193,55796.3471482047,4071.13897248375,25112.5650447893 -7999,5139.73031909984,2947.07951061166,1082.68224988821,1180.76921141044,2148.22898119015,2101.71117241172,2238.87473485565,2476.73067845234,392.582091424891,905.80168087914,2958.49936971941,5026.6834649637,1654.95744137313,2932.30236034084,1866.38709505554,3313.97626327769,1310.49824832235,3762.79419237889,346.442017986813,1021.06453327664,650.516800880524,1963.29794901641,1471.091937028,4506.05959073662,1019.70257177011,1311.92130051427,839.870124604652,1786.76093622281,1053.47215199256,3193.96520664691,1205.07307100208,2139.01982664128,949.757828109772,2724.95892980673,1115.10944884411,3841.34872018987,19140.0001747136,6073.49894742598,146513.835650737,54474.7540497297,4009.53083666783,24492.8923681059 -8000,5100.16968323365,3187.89879028062,1068.29453930571,1277.25523763514,2063.64997273943,2273.45155769483,2167.8364043582,2679.11561437662,376.824582070414,979.818858741769,2839.15927884426,5437.43664851294,1588.19968794264,3171.91413180687,1790.9783179821,3584.77634644102,1260.2704991504,4070.26923120578,335.391269514072,1104.50036339721,628.9473629095,2123.72795986453,1422.38765466064,4874.27022804019,1008.00823883542,1419.12436084387,812.11062176839,1932.7653042938,1011.3116736719,3454.9586401742,1156.77641411144,2313.80887186201,919.462614701629,2947.62772589475,1079.53987760572,4155.24280700445,18214.8348439891,5817.62982020804,141668.652699428,53008.1251154543,3813.63565966922,23879.5942098053 -8001,4969.09219302813,3444.31348486638,1041.46528958823,1379.98968223695,1981.89412049497,2456.31382063717,2095.61107828365,2894.60696376161,361.482007929486,1058.62937624616,2723.16921647367,5874.79013721486,1523.31590976434,3427.04312016723,1717.8170822344,3873.11339617214,1210.33811529821,4397.6563003886,323.972660352192,1193.3394834514,607.115756056905,2294.54739047888,1373.05216737613,5266.32612255664,983.225666114327,1533.26987282637,781.839212236151,2088.22488999879,970.217914109662,3732.85396333429,1109.72601985396,2499.91722543245,888.158924979922,3184.71651472085,1042.78625561996,4489.46462061289,17388.9411135861,5576.21492679669,136649.494189913,51332.9192306355,3639.61800680487,23151.5675645512 -8002,4868.9213025564,3634.83753157377,1028.34885125259,1456.32455124044,1946.47237003791,2592.18613630974,2056.74904578105,3054.72369958904,355.315584318239,1117.18802766158,2676.91411710345,6199.75730278115,1497.44123097018,3616.61184739367,1688.63778780555,4087.35673982758,1188.99110977701,4640.91501596709,317.166001931318,1259.34969665698,594.869579270295,2421.47150935386,1345.31058705639,5557.63577499068,966.178703669173,1618.08351773673,767.06036306806,2203.73616916247,953.625598590127,3939.33878127755,1090.77107475353,2638.20148681447,869.498725630948,3360.88081587011,1020.87733947787,4737.80176263757,17173.6897321936,5493.83185142281,134188.553783293,50269.8736192624,3595.59894356895,22648.2006304923 -8003,4693.44194511221,3812.36539918382,989.156588554659,1527.45240492966,1854.14411919452,2718.79022059963,1967.05678149681,3203.91842419924,338.447252042697,1171.75222937554,2549.55126891187,6502.55754738688,1426.19562060213,3793.24956054149,1608.23314165837,4286.98594467653,1133.56183257942,4867.58037291563,303.234650220272,1320.8571682512,568.726096597808,2539.73777842366,1286.18779481982,5829.07437974732,929.055327354591,1697.11178626965,733.332497463963,2311.36810029783,908.411294136819,4131.73869119347,1039.02179278636,2767.0529912384,831.30644624,3525.0284564043,976.035833189364,4969.19913233405,16283.0530276596,5225.23116446311,128230.813896998,48182.4059797904,3408.14866219514,21727.841757931 -8004,4630.18811937558,3799.36921378334,976.793575574204,1522.24538709,1813.42952422325,2709.52198472185,1932.4412287687,3192.99640768482,330.628288151252,1167.75777773676,2490.39547154814,6480.39061567535,1393.10440954782,3780.31854019133,1570.92081584229,4272.37179878217,1108.2710741998,4850.9870062379,297.88697810099,1316.35442445601,558.023934067259,2531.07992441941,1262.04480827509,5809.20332243246,917.966787624609,1691.32640708632,718.224292506375,2303.48874844802,887.478161815699,4117.65377633495,1015.0491714529,2757.62022970542,816.64600324014,3513.01178996115,958.82302585097,4952.25935179005,15858.1690714118,5102.73127963626,125780.974233198,47389.2955441478,3318.57996557879,21385.5860854452 -8005,4564.79852415189,3675.2556608576,957.451179897229,1472.51837379233,1843.63879705063,2621.01034467533,1944.02511805869,3088.69116480417,336.921493908084,1129.6107700109,2538.17848309088,6268.6964479329,1419.8337884124,3656.82731340766,1601.05806201974,4132.8067253371,1128.02608141028,4692.5203769994,300.721907671106,1273.35322732675,565.006615479339,2448.39743043618,1277.68715961342,5619.43475206044,898.496166959887,1636.07604374204,729.516530674699,2228.24094898247,904.29074924575,3983.14285856338,1034.32290507667,2667.53736987517,824.41785657076,3398.25264174772,967.947948886617,4790.48447059909,16187.8937072618,5183.21079285383,126917.442636099,47645.7504825424,3388.06572317281,21463.5049311747 -8006,4591.05449517531,3595.19917114483,967.208685550995,1440.44314884978,1875.32909845765,2563.91802047859,1968.91582698118,3021.4115534578,343.09511809333,1105.00495171316,2584.9329984859,6132.14816966175,1445.98783595513,3577.17224034292,1630.47951351676,4042.78360052009,1147.86890186061,4590.30525403825,304.63965855037,1245.61632982873,572.416578682916,2395.06505800015,1294.43940972256,5497.02905789033,905.928880633473,1600.43811347229,741.108611617501,2179.70414907773,920.809122997381,3896.379796424,1053.24522447673,2609.4315677988,835.158224000169,3324.22998788097,980.558200521424,4686.13543855101,16550.8557904209,5282.6404225532,128798.463090359,48199.6315217216,3464.90107261011,21687.3089953556 -8007,4617.57953620108,3592.85985827699,975.197823161619,1439.50588584068,1860.73895091278,2562.2497383802,1968.74407798571,3019.44559090897,339.916819678518,1104.28595057316,2560.65951467141,6128.15812281375,1432.40947150523,3574.84465718162,1615.23973325172,4040.15305482613,1138.57763653301,4587.31844868008,303.945458688628,1244.80583612031,570.833506521933,2393.5066446153,1290.88442261258,5493.45226834465,913.54342934862,1599.39674544376,736.963289038741,2178.28586605049,912.347761304726,3893.84451229596,1043.52866053401,2607.73367108885,833.255101056846,3322.06698838745,978.323746312569,4683.08627871036,16347.776395778,5236.74616373279,128391.372686259,48205.309873116,3421.7132981883,21716.3740225309 -8008,4818.34992172207,3732.17894484366,1013.88261451557,1495.32510869754,1971.82276356997,2661.60521206628,2069.19031260519,3136.52959035696,360.722729149179,1147.10646570899,2717.73253157558,6365.78759506819,1520.27467804375,3713.46517451377,1714.2481248079,4196.81667528191,1206.87643391381,4765.19931274668,320.372944342225,1293.07524235434,601.949316654019,2486.3188256,1361.22621860974,5706.46997076358,948.727879087548,1661.41600097347,779.236621522389,2262.75250519315,968.120670780176,4044.83477689979,1107.36026314893,2708.85285953375,878.290438243512,3450.88563330876,1031.19967798947,4864.68069886559,17390.6175586483,5551.04397699199,135359.091826891,50666.0282130856,3640.58130310268,22798.4105970532 -8009,4902.30687110196,3926.5368692697,1022.70889140974,1573.19604917593,2007.65167640352,2800.21165948044,2108.48139186009,3299.8683235988,366.769571188841,1206.84348128776,2762.9591347981,6697.29401064985,1545.57402551607,3906.84855575384,1742.77995531715,4415.37119537836,1228.27239485112,5013.35307535803,327.902867686416,1360.41376602774,615.215169933549,2615.79701342179,1391.30398287018,6003.64158973148,961.432352764157,1747.93633408974,794.674824182363,2380.58819498684,984.41877262129,4255.47464800528,1125.96379402566,2849.91978776395,898.933441314472,3630.59485385623,1055.43660144053,5118.01508009433,17552.3956616396,5621.66396297326,137809.575652697,51804.1571576259,3672.83031545736,23338.8804146955 -8010,4918.76952297293,3975.01262896356,1024.30464382233,1592.61822097012,1990.61868778978,2834.78217085378,2109.64263621166,3340.6074352389,362.705211848137,1221.74278225826,2731.72105391301,6779.97664572206,1528.09972927516,3955.08124986942,1723.1499273987,4469.88194623912,1217.03373080236,5075.24631793613,328.299793437128,1377.20899627816,614.913943147056,2648.09080096342,1390.71638461805,6077.76061539748,964.60344717664,1769.51579316847,790.334989737391,2409.97817020225,973.639895688633,4308.01136758494,1113.56268485457,2885.10397968117,900.021598406698,3675.41700873237,1056.71420528801,5181.20044607776,17213.9266853047,5547.54786941315,137328.773623209,51951.3366580903,3600.15141009061,23453.7739704129 -8011,4885.36570960643,3899.82970877597,1013.03509968433,1562.49562771745,1990.53818771519,2781.16543511121,2104.14013397331,3277.42358008543,362.529439777759,1198.63488332506,2730.42801770385,6651.74096684272,1527.37641666668,3880.27530943599,1722.33397543382,4385.33912613249,1216.1085459555,4979.25370747913,328.299793437128,1351.16062770334,614.321548445633,2598.00512377898,1389.4297148724,5962.80656772044,955.635669063872,1736.04738009247,789.371125145166,2364.39612724119,973.161604287052,4226.53014851751,1113.01925066882,2830.53546317967,900.021598406698,3605.90060478181,1056.71420528801,5083.20383173368,17190.8214667557,5538.6224892981,137039.627617634,51848.1556198039,3595.16367720595,23410.2276496741 -8012,4755.63497901818,3745.04516561675,988.900258995748,1500.48005524764,1938.01632779267,2670.78076360744,2052.37789399181,3147.34238437548,352.833173610942,1151.06097197897,2657.31336210081,6387.73285273218,1486.47674820565,3726.26688190094,1676.21466604934,4211.28467659866,1183.88585976043,4781.62674221661,320.079822382849,1297.53295775069,598.715115393768,2494.89009921662,1354.15236905419,5726.14231326481,930.772226835335,1667.14352513037,768.878734931271,2270.55306184301,947.1513442717,4058.77883960401,1083.26087325417,2718.19129143845,877.486855360794,3462.78213052312,1030.25619235668,4881.4510779892,16726.3635549079,5391.57166986831,133567.814135389,50559.2447534079,3497.9813737789,22829.4017175453 -8013,4321.55749727784,3647.63877318473,900.344846078202,1461.45346340844,1722.96266149358,2601.31534793014,1844.13007177765,3065.4818850082,312.634731806647,1121.12256221581,2354.01103399056,6221.59172879686,1316.81220474507,3629.34890143512,1484.89932496335,4101.75167239946,1050.72635476582,4657.25948085701,287.571951006525,1263.78489894582,535.794044456528,2429.9994948762,1212.02959625073,5577.20876490383,849.314787627496,1623.78211578336,684.542089867615,2211.4973301231,839.357914765547,3953.2124213202,959.912515809945,2647.49275619247,788.367742459124,3372.71723138411,925.621556107312,4754.48744515888,14721.0340393939,4777.74195585926,119555.341855404,45527.7757677908,3077.26716268345,20606.8523506457 -8014,3896.74794150068,3621.32150027002,811.370863518883,1450.90925329328,1597.34212938958,2582.54717207567,1670.30698465885,3043.36480368537,292.560712913497,1113.03379842221,2204.10782602221,6176.70369638139,1232.95772363479,3603.16358773467,1390.19170030023,4072.15802979854,979.164312570388,4623.65791655372,259.588835186484,1254.66684363411,488.295353499429,2412.46734219722,1104.16382813945,5536.96987769622,760.929462416659,1612.06672405948,633.736653569117,2195.54164415582,785.202403824811,3924.69047146417,898.12414713653,2628.39141591815,711.653077594199,3348.38348416797,835.55096640126,4720.1843928436,14023.9211252051,4480.88690406395,109465.464297822,41057.206966524,2934.79924084337,18471.8203936368 -8015,3193.6234661443,3391.02913480946,691.381934824359,1358.64091313497,1408.90017339782,2418.31406073042,1420.37208015514,2849.82670452796,261.869778150843,1042.25212762687,1975.35907339316,5783.90573439911,1104.99776723156,3374.02594676606,1245.9424863235,3813.19540934586,867.939439564393,4329.62350988637,216.165555533963,1174.87823738528,413.905731130054,2259.05019577994,935.298430950882,5184.85480298566,636.08684217597,1509.54982266416,549.263238843508,2055.91955352893,702.313214601849,3675.10582334424,803.602958756938,2461.24291046706,592.60978136865,3135.44819162887,695.782384859949,4420.01153352776,13249.5751982642,4090.52098978883,94536.9786961031,34033.3510976399,2781.69581581546,15102.973558634 -8016,3352.15006657039,3203.94907193856,746.193963190888,1283.68590173765,1515.10289410323,2284.89782378958,1436.19984771204,2692.60429862721,280.434575123724,984.75200426838,2055.24878370998,5464.81279670556,1149.68733922579,3187.88393466432,1291.29181480742,3602.82480839863,871.722107071207,4090.76202971734,204.46789425736,1110.06124945102,402.629575479433,2134.42040468887,908.842313413105,4898.81097264459,648.899223082481,1426.26930088043,597.236362230124,1942.4962993954,764.704506339294,3472.3535021003,820.044859297841,2325.45832704837,560.541080716834,2962.46830219146,658.130564521533,4176.16342644597,14446.3091835602,4369.79108402833,96815.2199160986,33499.9476544481,2975.37254193047,14737.3146904671 -8017,3437.18303332453,3099.84964301679,764.228161617898,1241.97769530697,1559.45429993759,2210.65926591601,1492.94467601223,2605.11895990746,288.4658054868,952.756451601285,2125.4013296761,5287.25570121865,1188.93003069506,3084.30647771472,1335.45147183744,3485.76551792977,902.811938959779,3957.84918323107,213.706937651547,1073.99427724221,419.77592612121,2065.07100486441,947.635475149082,4739.64382822446,664.88811659331,1379.92842080506,611.192615826542,1879.3827008614,784.23845136653,3359.53335157137,848.208070753526,2249.90191888092,585.869572447905,2866.21481890174,687.868714203858,4040.47580532098,14828.0043953647,4497.81748412803,100104.322905704,34824.5710301194,3056.4549677405,15332.0223401602 -8018,3562.17648711257,3071.38800732691,795.596123332394,1230.57433037977,1650.61653429662,2190.36183671563,1576.64402012896,2581.19975242824,307.173898959944,944.008605689549,2285.73291468321,5238.71013840197,1278.61805037506,3055.98755343321,1436.24208056779,3453.76055004523,968.482815710898,3921.50972340521,226.377958034471,1064.13327191224,445.74236454586,2046.11031148156,1006.16206831603,4696.12622851035,691.207327521881,1367.25844499525,640.509731982802,1862.12692657755,830.387102990976,3328.68739923435,911.798013761118,2229.24417862652,620.606700665645,2839.8983289493,728.653531927765,4003.37769940352,15963.9651118966,4819.46858542571,105939.814193719,36589.3969138305,3304.82904102523,16057.0460436017 -8019,3809.80315588213,3101.86405377088,849.698718613423,1242.78478388025,1769.19808066092,2212.0958439155,1705.48586026069,2606.81187416229,330.901176179153,953.375592225234,2490.94985318299,5290.69157907425,1393.41452555505,3086.31078787589,1565.25450229793,3488.03071281151,1054.91452532926,3960.42115764141,246.704767433943,1074.69220322929,485.243531794353,2066.41297357877,1095.37155630302,4742.72384519225,739.174008054369,1380.82515547637,682.378492772058,1880.604001621,888.525147939056,3361.71651556042,993.591176656068,2251.3639983825,676.331887985096,2868.07740406541,794.080402946243,4043.10147393435,17237.4928033682,5211.47393431643,114383.609241542,39583.4064479565,3584.62944245296,17363.9057375939 -8020,4638.58953016703,3217.85499082132,1042.22761944753,1289.25741102813,2164.14203467266,2294.81483653841,2083.32494906411,2704.29085672142,404.457479183947,989.026067676857,3030.79909126198,5488.53141449698,1695.40124318723,3201.72012694071,1904.34140660475,3618.46194507261,1284.43739254912,4108.51693270633,300.42283145444,1114.87918548657,591.716052201822,2143.68430880934,1335.64930818239,4920.07300474249,898.470842301601,1432.45965683107,838.853434382171,1950.92720618042,1088.94125304044,3487.42436154541,1209.09069063594,2335.55138225465,823.597950314495,2975.32613575187,966.985298001867,4194.28899228531,21032.619414415,6351.44309048413,139725.598007854,48353.8590494561,4362.41551153111,21181.3977128058 -8021,6101.6841043864,3483.17207013728,1325.76794293785,1395.55866194097,2633.46096358641,2484.02583943879,2640.15065217598,2927.26378551179,483.965615808148,1070.57278385638,3618.20474949019,5941.06924755095,2023.99058653452,3465.70686198318,2273.72502606005,3916.80968218974,1549.58102858867,4447.2704551662,387.439091023502,1206.80268425428,747.159501366151,2320.43436790494,1687.88312446735,5325.74057005013,1173.84424227007,1550.56815254403,1029.03092539055,2111.78414652679,1304.76238307695,3774.96784892437,1445.88636307432,2528.12117582822,1062.14976968906,3220.64633899342,1247.06868341912,4540.1145526087,24158.7308838801,7510.30132201941,173719.460049413,62546.0319788795,4993.41711655307,27827.1133978534 -8022,6197.53858762097,4108.67837715015,1349.97220369745,1646.17239197588,2725.03142475696,2930.10596355126,2697.53990579016,3452.94035941009,499.03468525452,1262.82571162865,3703.56962768197,7007.96350655232,2071.742917274,4088.07677560701,2327.55057932455,4620.18841578248,1583.80063625776,5245.90907039512,394.013065658947,1423.51970974748,760.630476598279,2737.13681696792,1718.24586578669,6282.13441135393,1196.78900474996,1829.01840976356,1059.59396335452,2491.01729266598,1351.10667607646,4452.87469668453,1479.62929149894,2982.11991850619,1080.17207514753,3799.00840584903,1268.22864916186,5355.42606465403,25081.3432422429,7750.76730470309,177815.725271194,63563.2035252738,5169.35049485781,28242.8096247719 -8023,5963.1183063937,4632.68448475758,1302.90389685843,1856.11931611756,2665.30565599595,3303.8011715716,2632.00939893848,3893.31599153491,487.778170431192,1423.88197473681,3619.31791029689,7901.73404350793,2024.6132784909,4609.45542882542,2274.53706104299,5209.43067957982,1547.09715499003,5914.95350281597,384.326589847178,1605.07030917031,742.154433984691,3086.22143196842,1676.48949636195,7083.33530813563,1153.98908377934,2062.28485937729,1030.16229268349,2808.71270605535,1320.77947502846,5020.77836869006,1445.93030990366,3362.44879983345,1053.61696418702,4283.52031570984,1237.0503274142,6038.43790182421,24597.5694107016,7580.15054961132,173397.99558982,61843.3520759588,5064.15236570429,27436.6864749297 -8024,5939.29144956358,4809.43258351274,1291.75077877227,1926.93474964555,2588.53170308597,3429.84916332706,2559.36266711042,4041.85539706123,472.839102127501,1478.20651004987,3489.83752829048,8203.2042760813,1952.18313910788,4785.31728300998,2193.05525174106,5408.18303822673,1494.09654322384,6140.62326066105,372.909377305848,1666.30761692299,719.445437445769,3203.96823130963,1625.24857033024,7353.58165292286,1145.44467406278,2140.96600616934,1011.48829074082,2915.87187745545,1284.23194787826,5212.33318617369,1394.51246917877,3490.73434021236,1022.31710324829,4446.94695835555,1200.30120079762,6268.81888764574,23646.7681284535,7319.62784969016,168781.420496854,60459.0868369756,4861.82587016162,26891.1472565042 -8025,5731.83099933501,4855.63400950089,1242.12252213952,1945.44569281272,2465.743515854,3462.79773252277,2462.57070756616,4080.68315475187,451.148548225141,1492.40678159612,3348.14098534986,8282.0076959538,1872.91939122388,4831.28704730998,2104.02875873642,5460.13631213841,1435.01715009641,6199.61266246098,360.026896268418,1682.3148665725,694.100331128519,3234.74689356069,1568.03598529067,7424.22324163127,1104.32717475751,2161.5330233298,965.451287009823,2943.88296533285,1221.46687240477,5262.40504428688,1338.13111273071,3524.26779794633,987.000263559283,4489.66619543853,1158.83574457822,6329.0397903908,22451.7946079892,6982.99016873202,161994.790924416,58355.24483847,4625.98280248059,25992.2931394559 -8026,5509.78828462423,4926.46321236971,1192.83341024364,1973.82393700841,2348.90909164376,3513.30961266255,2354.05981201792,4140.20813839886,428.831707046551,1514.17654070269,3174.54509952882,8402.8174608805,1775.81144319733,4901.76110069248,1994.95910779352,5539.78339875721,1362.51447554513,6290.04650119726,344.484331834061,1706.85481763565,662.75137122491,3281.93219284499,1497.33640786797,7532.5204924323,1060.13287828708,2193.06333651188,923.363599468113,2986.82542832854,1162.71560927943,5339.1678220684,1269.03835970554,3575.6763428112,944.390904780544,4555.15702055999,1108.80815104112,6421.36158449664,21222.1982208225,6621.20240747883,154589.39211081,55920.0079522215,4366.68958447136,24940.7277550191 -8027,5353.04438361728,4994.23830637478,1159.228279205,2000.97852989044,2262.41429318287,3561.64345359517,2256.59946444801,4197.16644371534,411.249734042736,1535.0076020468,3015.04838512674,8518.41798782418,1686.59044248462,4969.19635902459,1894.67490370568,5615.99615513703,1295.43698127225,6376.58089200414,328.671313804429,1730.33662207251,632.134045351005,3327.08289291108,1428.18050481266,7636.14803666887,1028.45274254895,2223.2340832289,895.365872180902,3027.91624042949,1121.19192429184,5412.62063911998,1205.48137681996,3624.86818487291,901.040107590996,4617.82392417172,1057.91003561605,6509.70252327338,20252.7822004147,6324.40715355672,148314.381418894,53694.7413996465,4151.16653030971,23977.8277743269 -8028,5259.25900544854,4970.32533179317,1137.07525113384,1991.39761969187,2213.08760716161,3544.58990425496,2221.09549135416,4177.06993883786,403.146526217703,1527.65781304625,2970.65459111044,8477.63084465596,1661.75696085199,4945.40328810271,1866.78143172428,5589.10613406279,1276.78479261686,6346.04910568681,324.516465441018,1722.05157576056,623.848261918523,3311.15244591028,1409.4861716387,7599.58530123249,1010.3770883474,2212.58898844972,875.930837191546,3013.41823700018,1095.95446037057,5386.70440288473,1187.79547781235,3607.51190841012,889.649746281218,4595.71326397753,1044.53662699929,6478.53333561684,19825.3281175588,6204.16470325081,145799.593264649,52921.6331331183,4071.60238042932,23637.4839299266 -8029,5128.70688439271,4946.3473717463,1107.3063291253,1981.79067258582,2160.66701936656,3527.49001049889,2189.26551446073,4156.91882006385,394.516335601812,1520.28805039265,2930.24008733831,8436.73285908849,1639.14945772333,4921.54555756357,1841.39219672558,5562.14303715582,1260.23868403174,6315.43434674169,321.079503090466,1713.74401415727,617.356652312361,3295.17870661614,1394.80931217421,7562.92320357056,983.562859181616,2201.91496475436,850.82014881529,2998.88083406015,1067.63712654222,5360.71773715673,1171.76042181001,3590.10846484573,880.227442611689,4573.54251625491,1033.47391233582,6447.27944314222,19381.0490805654,6079.93566561234,143233.962424684,52173.0935061418,3989.85440160402,23303.1150382954 -8030,5086.04483414529,4898.3914579557,1098.14791960477,1962.57678089912,2146.53933934732,3493.29022748184,2188.86183536553,4116.616587813,393.161476330732,1505.54852702275,2944.06096855559,8354.93689870451,1646.88073204807,4873.83010275682,1850.00884203315,5508.21685042975,1266.20853079979,6254.20483689924,322.574268056951,1697.12889313453,619.638582158483,3263.23123222691,1400.01665296505,7489.59901788417,976.312540635029,2180.56692016955,841.781418174266,2969.80603200157,1058.96666949788,5308.74441253193,1177.28520524226,3555.30158229186,884.325284831733,4529.20102663775,1038.28518363488,6384.77166640877,19331.1251061092,6072.11531795217,143057.315159624,52199.8392977114,3991.37267753366,23306.6625817439 -8031,5109.9418295826,4889.03420648437,1101.87108038925,1958.82772886269,2150.03303208409,3486.61709908826,2200.41308817364,4108.75273761771,393.924450183428,1502.67252246277,2954.95069940841,8338.97671131252,1652.9723477144,4864.5197701116,1856.92402326433,5497.69466765393,1271.46854693162,6242.25761546657,324.398479559481,1693.88691830082,623.470807821024,3256.99757868754,1408.64653392467,7475.29185970145,980.482860310463,2176.40144805544,843.347616908579,2964.13289989258,1059.93719216832,5298.60327601977,1181.69843996366,3548.50999545208,889.32629240213,4520.54902866367,1044.15686021436,6372.57502704614,19343.2774055072,6084.96292773046,143603.15267376,52487.2306415125,3996.49947338828,23445.3817942114 -8032,5295.44348085427,4961.42294706298,1140.34621893584,1987.83081338085,2214.86964316945,3538.24116429691,2266.71613814255,4169.58835943247,404.707215589988,1524.92161437112,3024.82495517286,8462.44650030391,1692.05936619457,4936.54554142061,1900.77804995392,5579.09544667679,1302.72610710835,6334.68265240977,334.325912496141,1718.96719704704,640.971338395007,3305.22181742903,1448.32457700502,7585.9736304413,1014.34683936315,2208.62600471926,871.089683912669,3008.02088235879,1091.25735246613,5377.05623866586,1209.85066471201,3601.05046840698,916.541978303679,4587.48184956208,1076.11076215376,6466.92958890189,19788.2482131557,6237.18524722471,147866.81326604,54175.9818823388,4081.1904191233,24226.6004705512 -8033,5386.1707077761,5068.51149308008,1155.35191031937,2030.7366316923,2224.16608621361,3614.61141246669,2290.90912862282,4259.58575728902,405.170446628515,1557.8358892103,3023.71179436617,8645.10198062363,1691.43667423819,5043.09712753179,1900.1028437639,5699.51598446402,1304.90477306694,6471.41196614987,338.515242691752,1756.06979840696,647.172521660681,3376.5625199793,1462.49699018952,7749.71110956288,1031.72370496179,2256.2975195376,877.281011788589,3072.94672845534,1093.46500816202,5493.11591360081,1209.80671788266,3678.77640770111,928.02687026609,4686.49916100502,1089.59515908863,6606.51335232211,19649.3059692293,6226.85691693334,149003.06075071,54936.8417462434,4047.5802620354,24620.070637242 -8034,5396.02781033082,5008.72905032292,1153.6963464906,2006.78435367048,2205.66973294142,3571.97753462106,2288.62546399684,4209.34448979816,400.623092943885,1539.46141477162,2986.72000043487,8543.13411195212,1670.7438036353,4983.61444395554,1876.94865704937,5632.29092469057,1291.74254663213,6395.08249230878,338.608717464721,1735.35718044325,646.173735455782,3336.73639827824,1460.34334434813,7658.30426133446,1032.51637448254,2229.68477978372,871.595056676239,3036.70171606057,1081.83292006146,5428.32531618151,1195.40053147093,3635.38571196923,928.283127858266,4631.22250469147,1089.89603079921,6528.59037496498,19279.3167844038,6141.4216434604,148279.966724478,55007.3616615555,3966.49783622536,24698.5352089991 -8035,5263.0253639204,4876.75281077666,1117.06270840848,1953.90709680217,2118.30855637701,3477.85861582416,2225.65772583777,4098.43143158781,384.275954983826,1498.89776550914,2879.29737033578,8318.02895998504,1610.65256857405,4852.29995537898,1809.46601175731,5483.88429921673,1247.80777285122,6226.57688331229,331.228367405264,1689.63182523967,629.578894425524,3248.8159063176,1423.06020319423,7456.51370976792,1004.80598976016,2170.93426450272,836.725692065711,2956.68691208879,1034.66242576162,5285.29303093197,1152.82014689617,3539.59603543742,908.050174350224,4509.19327840865,1066.14054601448,6356.5669337748,18324.0818960729,5883.77309346713,143574.757180267,53716.21802426,3775.18407035675,24182.0013118787 -8036,5071.20167864783,4604.02790527818,1074.41221609494,1844.63784551869,2029.53902825596,3283.36471811384,2144.77635862889,3869.23295296043,367.800232849694,1415.07421174053,2758.61043942276,7852.85597499542,1543.14140516625,4580.94253823521,1733.63590985623,5177.2064983728,1197.08011411658,5878.3651412023,319.899644275088,1595.141762334,607.003473974199,3067.13087010366,1372.12426289953,7039.5196410198,966.571122372349,2049.52810243078,801.646251120584,2791.33874088231,989.722875043163,4989.72114153717,1104.73695230383,3341.64956742406,876.992903820808,4257.02357482826,1029.6762444866,6001.08569788407,17452.3443929635,5623.7386776348,138021.895828602,51852.5835189748,3594.78944921265,23364.7287663966 -8037,4642.7985205341,4364.96311341167,983.150901359222,1748.85476781352,1841.68916751749,3112.87554665207,1932.97886677165,3668.32249159635,330.728771018627,1341.59628570155,2441.77831130501,7445.09533195766,1365.90841554277,4343.07645727593,1534.5454807769,4908.37932802386,1061.68794515192,5573.13021041792,287.28526860769,1512.31380358666,542.912108603454,2907.8696713937,1227.44174686468,6673.99160069422,885.733700967609,1943.10606952554,733.392997034546,2646.39808699249,898.092255617868,4730.6291745215,978.206227656435,3168.13394702324,787.581813390654,4035.97703127442,924.69879779521,5689.47848505787,15555.7373710859,5024.45343600818,124364.013723091,46841.6059275194,3181.30755739813,21153.2400516847 -8038,4162.12183700711,4145.84746008386,885.59011177803,1661.06446006785,1649.45285418603,2956.6131129474,1712.4538876149,3484.17732049662,297.696797482482,1274.24984106828,2190.41461015814,7071.36091877619,1225.29786413895,4125.05948653346,1376.41734806622,4661.98486481842,950.406929684335,5293.36608975799,252.63023542144,1436.39755446845,480.330559622704,2761.89827454917,1085.69581074021,6338.96562409498,793.278274387161,1845.56459097303,662.459877756967,2513.55223452352,809.962888967544,4493.15754525573,877.164216407294,3009.09761118364,692.576336735978,3833.37606511585,813.152989406966,5403.87382747955,14096.5352240445,4524.95811195167,110968.020244598,41469.0571496127,2884.79566237601,18686.0711713113 -8039,3421.95304706823,3821.20279844874,750.442205347931,1530.9931743332,1504.74154707394,2725.09261614182,1486.68310550543,3211.34538970809,276.442901004993,1174.46845439761,2045.27715088292,6517.63104933968,1144.10929918337,3802.04264760632,1285.16088232932,4296.9235562298,875.163822544435,4878.86385356488,215.600112818477,1323.91903167338,418.840893508028,2545.62511461157,945.922545935744,5842.58668831297,659.520788371752,1701.04584108394,589.938624434937,2316.7260554285,749.779893219447,4141.31642591959,817.161613801008,2773.46726413995,591.059641323567,3533.19978329131,693.962367419563,4980.71817423091,13883.7634288408,4281.307429195,98249.6763222064,35048.1217601127,2857.07143910755,15535.1703301618 -8040,3469.08420210556,3585.90689883561,796.733581301836,1436.72013119544,1619.1563441748,2557.29123200578,1540.074034915,3013.60231186187,301.005659048776,1102.14891886893,2215.73215028063,6116.29881391804,1239.46026412181,3567.92656104342,1391.06628289094,4032.33448648914,933.629737432574,4578.44099718558,211.236894651583,1242.39686810253,408.652849259595,2388.87469255507,923.061545328071,5482.8212522957,675.189394973339,1596.30156746844,641.792903712724,2174.07041265798,818.7620112807,3886.30908257341,883.27440029534,2602.68714348571,579.098041994943,3315.63807160724,679.918268976929,4674.02349579068,15535.0117398086,4669.47788573785,102461.422187519,35217.2039789956,3154.48152322385,15423.5751443053 -8041,3557.12126924905,3448.27732090928,816.005897816024,1381.57782247602,1658.12907892771,2459.14063222028,1577.33239012574,2897.93817837473,309.555226803441,1059.847683841,2290.14509269384,5881.5510505268,1281.08618232942,3430.98708087231,1437.87185601726,3877.57071010289,966.396168307012,4402.71727658149,220.673819808945,1194.71282013423,425.869497622961,2297.18803561425,962.040624980754,5272.38679426668,691.840323565279,1535.03441325282,656.814925295148,2090.62809200726,839.61267616017,3737.14986181964,913.122029449011,2502.79421733402,604.969019174828,3188.38159751976,710.293350129495,4494.63125302154,15940.9189827105,4797.65252330757,105802.520493697,36556.0222038506,3238.62759434522,16009.0600700431 -8042,3692.40596253983,3388.10499057309,851.148116731921,1357.46933311088,1749.62343979794,2416.22870585989,1652.50705208105,2847.36924869334,327.861994960013,1041.35337523322,2431.32946388552,5778.91817046363,1360.06342602963,3371.11646467866,1526.56836281245,3809.90722368449,1024.03172333377,4325.88999916477,231.676370314038,1173.86511915784,447.731754732636,2257.10217694936,1011.37281035284,5180.38381123483,720.407400911785,1508.24811122555,689.954023874564,2054.14669783413,888.062294428134,3671.9367147686,969.090643501818,2459.12053729218,635.132099658279,3132.74443934793,745.707784270336,4416.20007961905,17021.852972081,5097.15620203264,111324.193079207,38199.4245285169,3462.08830687081,16682.6812059213 -8043,3924.03552852671,3395.1229291766,901.868164326815,1360.28112213821,1841.63576603514,2421.23355215506,1747.63988873052,2853.26713633981,351.251716366396,1043.5103786532,2649.69934563367,5790.88831100763,1482.21753715426,3378.09921416257,1663.7432294272,3817.79886076636,1115.46270625582,4334.85041523927,252.481252552572,1176.29660028311,487.410728273058,2261.77741710388,1101.04877859228,5191.11417987186,765.149700148952,1511.37221531113,727.678334401392,2058.40154691587,942.005890663383,3679.54256715272,1056.05643352628,2464.21422742202,692.167905776062,3139.23343782849,812.673451140343,4425.34755914102,18277.2334131128,5473.28365036821,119512.184576531,41166.6770816904,3737.21504325838,17952.5367723523 -8044,4803.30559823629,3491.61959442947,1113.55671076631,1398.94322505199,2274.66982185145,2490.0501954564,2147.34834356432,2934.36309942448,430.464631722006,1073.16917858397,3211.84696389028,5955.47775961403,1796.67776435796,3474.1120289737,2016.57170559521,3926.30888127378,1353.26341556707,4458.05614833539,306.652368632558,1209.72946903145,592.66277164507,2326.06197552714,1338.75176455294,5338.65676308727,935.419553593252,1554.32865069674,902.139614728805,2116.90572752206,1161.86051833835,3784.12304768111,1280.30883557364,2534.25247356959,840.675993372897,3228.45717567832,987.036606470777,4551.12541489178,22345.6047710212,6684.36567869489,146290.862877759,50315.6804945873,4550.41436866019,21918.4554829994 -8045,6332.69925616938,3722.04192451743,1421.15848213667,1491.26363649988,2781.4601248677,2654.37599113827,2725.84086357442,3128.01042107779,517.325635400849,1143.99079474812,3845.70276137994,6348.49739564384,2151.25089002758,3703.3789829053,2414.86760665014,4185.41764630406,1636.99534960334,4752.25649221055,396.264510467242,1289.56310367911,750.413920164164,2479.56570233204,1696.43381620969,5690.97055261146,1225.64425081984,1656.90340711849,1112.08178256287,2256.6066133489,1399.29009731458,4033.84854795535,1535.52088197703,2701.49530864896,1086.34432683819,3441.5126374462,1275.47548196197,4851.46767562801,25814.9386582614,7938.61544162251,182443.456381302,65191.7583987105,5237.91216647185,28846.9299461927 -8046,6423.94233900268,4268.46644815879,1444.63872271972,1710.19266489974,2882.16683488441,3044.05890335073,2796.48060363281,3587.22652851168,536.474702208264,1311.93748577078,3990.48469066155,7280.50588335127,2232.24057476214,4247.0636424648,2505.9538438493,4799.86930751644,1694.97490095964,5449.92447732181,406.603305765819,1478.88093483833,771.568251512156,2843.58511297044,1744.11692832704,6526.44901747881,1247.68686318262,1900.14963413993,1142.28337161292,2587.89390638631,1450.57613211872,4626.04869399311,1592.75775069118,3098.09570087567,1114.68774726135,3946.7532934246,1308.75345555796,5563.70062930711,27028.5291165527,8262.17221354628,187819.349881623,66612.0549794722,5486.68831183651,29408.9407189517 -8047,6261.59049929515,4723.07294488924,1417.31334300226,1892.33412145483,2879.11017389246,3368.26174544881,2761.22777329665,3969.2786085529,530.642477707796,1451.66338301729,3900.97142261202,8055.90503765021,2182.16767274416,4699.39066607887,2449.67341146949,5311.07205378501,1656.22664129564,6030.36035614885,396.700387113916,1636.38688903373,753.013219521792,3146.43680035338,1702.15264569775,7221.53849749703,1219.93525866999,2102.52216744462,1134.2421594646,2863.513592515,1444.47131793248,5118.73894142092,1556.98432568255,3428.05364952448,1087.53926635412,4367.09622219637,1276.87845891627,6156.25406334835,26825.4283876583,8164.779291092,184796.815877323,65149.3533673534,5421.40917416046,28715.4982765729 -8048,6146.14920335561,4863.10681484553,1379.46815311265,1948.43972756544,2739.58246685976,3468.12696725347,2665.78745148538,4086.96331318823,506.907640235084,1494.70359090096,3751.05685201722,8294.75367953774,2098.30683548475,4838.72238275701,2355.42252163338,5468.53944461009,1595.23970681663,6209.15384669112,384.202681331686,1684.90394381796,728.504584956055,3239.72515877333,1646.82148087966,7435.64909765982,1192.07051249861,2164.85961579904,1087.50345683027,2948.41359188219,1374.71462368039,5270.50386896429,1497.50771725412,3529.69163491282,1053.27727362858,4496.57577747773,1236.65149716485,6338.78016256044,25405.0083189933,7788.63882941588,177991.198171195,63283.9078220454,5147.39735674605,27985.4578615306 -8049,5934.97938549028,4873.56874358866,1327.55008763918,1952.63137672434,2605.54640051346,3475.58789677547,2555.79554786599,4095.75553605856,482.425200517801,1497.91912431519,3576.33796728469,8312.59805870545,2000.57069215613,4849.13185363716,2245.73548845393,5480.30383148802,1523.08053312967,6222.51150622287,369.411949174519,1688.52865239838,699.657226426418,3246.69473091083,1581.68159701158,7451.64529802729,1150.11473905204,2169.51684581715,1039.25234790343,2954.75646981557,1306.96817629243,5281.8422248789,1428.08189910779,3537.28500758087,1012.72903490345,4506.24919349821,1189.04386204131,6352.4166852411,24029.1497511822,7399.76207141107,170356.629907095,60921.2089461848,4870.59910793737,26989.0297787368 -8050,5739.10539496454,4926.39823320759,1284.66174073659,1973.79790262632,2511.21092033174,3513.26327274179,2467.20133057774,4140.1535297995,460.857003215474,1514.15656898694,3385.54496781754,8402.70662923221,1893.84283631751,4901.69644734676,2125.95363364506,5539.71033001233,1443.92677131761,6289.96353661725,353.092532767396,1706.83230452814,667.3173171868,3281.88890475071,1508.69923096321,7532.42113984422,1111.3078858604,2193.03441040161,1004.14865756805,2986.78603263931,1255.01084496144,5339.09739940684,1352.21486561921,3575.6291802845,967.989965511934,4555.09693885964,1136.51577800302,6421.27688789434,22826.0940999398,7048.53659862832,163191.535591932,58495.1308643528,4611.79215596881,25957.9064253611 -8051,5546.94866695789,4987.6102553503,1240.18286803324,1998.32295220643,2410.45241810994,3556.91665581476,2374.594729775,4191.5962182594,441.464952957449,1532.97043279592,3239.64045028601,8507.11285867184,1812.22518600121,4962.60154215808,2034.27339496248,5608.54294470011,1382.56998016487,6368.11827950525,338.502974447156,1728.04022395991,639.946589776397,3322.66738972039,1446.80034661899,7626.01380283527,1072.04795429924,2220.28354141671,965.181462972807,3023.89777312611,1202.92433201353,5405.43733636759,1294.0658657738,3620.05747905303,927.993237332619,4611.69542754944,1089.55567070455,6501.06323979678,21797.6808821417,6745.89572426662,156653.293816921,56252.8872900308,4402.8201938625,24992.2414901876 -8052,5429.53087611955,4964.93191636473,1210.71817067548,1989.23670789451,2334.3400857462,3540.7435874445,2313.15026949005,4172.5373032557,429.178043304012,1526.00011608111,3162.60373888116,8468.43157057591,1769.13155545889,4940.03691616257,1985.91111513507,5583.04126521772,1350.82372105448,6339.16286044702,332.254121556041,1720.18293760968,627.392238459839,3307.55943750629,1418.48309613646,7591.33881475981,1048.98587296049,2210.18805676205,938.322645872665,3010.14830689966,1166.69364377713,5380.85916485792,1263.46540144609,3603.5973134719,910.862240969849,4590.72634880236,1069.44218982884,6471.50332866287,21115.116955658,6552.3307910997,152881.133631588,55131.0702815755,4269.87429106272,24508.9361318215 -8053,5333.67547969649,4947.4520490181,1190.19761918299,1982.23326970829,2298.21572110037,3528.27781162732,2272.96990979511,4157.8471927389,423.013397877959,1520.6275792469,3119.51403599051,8438.6170508642,1745.02757045375,4922.6446957985,1958.86232332613,5563.38524125793,1333.2785241582,6316.84478484077,328.730759561583,1714.12674790398,620.86895761502,3295.91462521427,1403.72293724017,7564.61224575532,1029.36722134578,2202.40672265836,923.006792553185,2999.55057988454,1149.44572373831,5361.91495655919,1246.38149513359,3590.91025067401,901.203075909715,4574.56393430132,1058.10137651021,6448.71932646025,20793.0358954469,6451.96295101869,150839.810949363,54469.77896056,4202.92364096556,24201.8393513771 -8054,5323.92419663063,4915.41645856119,1190.2831918886,1969.39797335993,2299.85812080087,3505.43161486349,2273.45080073264,4130.92442753991,424.651762253908,1510.78125797211,3140.15949791335,8383.97557537627,1756.57645269773,4890.76973715777,1971.75377640845,5527.36137899972,1341.98506742353,6275.94214434986,330.658379360441,1703.02748672004,624.00754544416,3274.57301946081,1410.86361692852,7515.63009949715,1029.07271187668,2188.14576588959,923.526717021962,2980.12798154909,1152.10350922845,5327.19564853737,1254.60638462451,3567.6584982531,906.487573454855,4544.94285758016,1064.30589830574,6406.96277596372,20900.7932868565,6479.23600554582,151363.654536604,54651.4801693564,4227.36343719942,24261.0218928136 -8055,5318.67694246392,4921.004811476,1185.68275989755,1971.63698830355,2277.50768593823,3509.41695143624,2260.98621127859,4135.62088892016,424.397267758757,1512.49887008449,3169.53515923932,8393.5073444012,1773.00892850092,4896.33006913507,1990.27063297401,5533.6454540794,1354.70971057515,6283.07728332968,333.715747860356,1704.96366419343,630.392578796742,3278.29589214766,1425.24524514212,7524.17464373408,1027.12445782989,2190.63347590804,916.36574817271,2983.51609871731,1144.86426476347,5333.25215454885,1266.33926849105,3571.7145807714,914.869234787636,4550.11001785639,1074.14679613524,6414.24687272458,20883.7566161007,6481.453198942,151651.408065692,54926.3070882124,4237.39424380333,24376.7119616734 -8056,5475.73798689224,4984.10128604855,1216.7882001558,1996.91705769277,2320.81923428063,3554.41423266717,2314.36741826529,4188.64727443617,427.77404423971,1531.89193108593,3166.08640030101,8501.12778839984,1771.07972434869,4959.11016741612,1988.06800300452,5604.59712615918,1356.37499523138,6363.638071468,338.663795061355,1726.82448339727,636.962937739993,3320.32976964313,1440.34692106408,7620.64861851676,1055.05725957469,2218.72148937392,935.905242697213,3021.77034858524,1159.9797027224,5401.63441017553,1265.46772547366,3617.51063398811,928.434121028381,4608.45092830916,1090.07331168674,6496.4895000358,20844.7482607956,6507.28561494203,153815.374678257,56016.7211967792,4214.70572077989,24940.2517583475 -8057,5529.1470761742,5097.94784771752,1221.26770383537,2042.5305249778,2299.01142640075,3635.60396295398,2316.85017925684,4284.32412024456,422.64403688028,1566.8833205448,3128.69063284851,8695.31007191944,1750.16087465928,5072.38588335679,1964.62290545889,5732.61701896093,1344.03486595209,6508.99593491479,340.520944789617,1766.26851126863,638.102294278886,3396.17255577171,1443.13347447904,7794.71904628557,1064.68538814987,2269.40140103088,930.708865603919,3090.79345718511,1145.94879749501,5525.01824001717,1251.07962444107,3700.1416087304,933.525427512043,4713.71690560316,1096.05100810456,6644.881948353,20366.8874718661,6407.71472880667,153422.832703765,56384.0811687164,4115.19526263403,25180.8870699022 -8058,5553.45096131209,5032.05719983915,1223.59302838076,2016.13094937947,2290.54278734287,3588.61401568422,2317.98220573202,4228.94950668702,418.896028483025,1546.63145445583,3088.93479222609,8582.92374878382,1727.92182166182,5006.82562222287,1939.75696241188,5658.52331288525,1329.91199884954,6424.86758131045,340.584590610307,1743.43960442001,637.087483734795,3352.27724403236,1440.94001455489,7693.97280420315,1068.53663957994,2240.06953395873,928.901375662247,3050.84515064382,1138.3028679529,5453.60773480034,1235.60133051217,3652.31751654199,933.699910147773,4652.79241792632,1096.25586794357,6558.99727676925,20031.4122277474,6332.16271411074,152939.007376148,56505.1652479425,4039.16920332749,25283.5794215298 -8059,5444.23269133574,4892.73811327248,1192.70895063347,1960.31172652261,2215.91029506505,3489.25854199814,2256.75146490236,4111.86550723903,409.526366258866,1503.81093932,3057.76035185515,8345.29427652938,1710.48312534146,4868.20510489072,1920.18728152899,5501.85969242947,1316.93558193487,6246.98671724385,338.589912865807,1695.17019818597,632.256549397816,3259.46506304766,1430.11232939801,7480.95510178423,1045.76906771029,2178.05027842902,900.031225648381,2966.37851150116,1104.89778277094,5302.61747019651,1223.23431931496,3551.19832809708,928.23157575403,4523.97377300501,1089.83550353969,6377.40285661402,19535.2252327677,6193.48000538502,150254.243889315,55816.2596609187,3954.22725639022,24982.8887440032 -8060,5195.84204993976,4638.40280860292,1132.87361176208,1858.41040487615,2079.22905327683,3307.87919697606,2134.94793477685,3898.12168070824,385.180805510136,1425.63953415531,2887.61281431085,7911.48749733134,1615.30415174683,4615.14508003724,1813.36790024476,5215.86090632496,1246.44847558899,5922.25458705137,324.198116257541,1607.05151722636,603.655296054718,3090.03088924196,1365.57397918495,7092.07857682365,995.499144133616,2064.83042722808,847.555041719276,2812.179622245,1036.77701163688,5026.97573368703,1155.59217531729,3366.59921655492,888.777003907653,4288.80765104293,1043.51194129693,6045.89140822126,18207.0539387561,5808.94630864738,142480.724391374,53356.4227462345,3687.38005339613,23923.3019919288 -8061,4742.80190674865,4374.58028783464,1032.59617884499,1752.7079599037,1891.02828121093,3119.73403922378,1946.77606982817,3676.40478148627,345.317950281093,1344.55217906183,2556.7241294204,7461.49885669377,1430.20805305219,4352.64540957557,1605.6003026665,4919.19379286703,1105.77995191435,5585.40929821842,291.230817964988,1515.64583303421,540.128535611809,2914.27648150926,1222.05850355963,6688.69617886673,909.276778151149,1947.3872488866,771.202675694785,2652.2288056799,936.193588591241,4741.05200851109,1023.53787789699,3175.11418854469,798.398389307349,4044.86936187799,937.398525717276,5702.01391904548,16182.6666739825,5189.7827362078,128304.617479507,48198.3155887471,3262.11199318456,21674.3011815368 -8062,4285.49289384628,4142.4684554095,939.843511403631,1659.71063684377,1729.1425533884,2954.20337413643,1768.4139613316,3481.33759916929,314.062293611024,1273.21128472709,2302.16206265821,7065.59752255173,1287.80836522688,4121.69742475449,1445.56884285481,4658.18519085509,993.357330103249,5289.05181892854,256.64107275392,1435.22684230465,478.985359137923,2759.64723485954,1083.44764907139,6333.79915459009,821.445924254499,1844.06039395668,706.68853898525,2511.5036051826,856.305535998153,4489.49547121798,921.231267594807,3006.645095747,703.571897193496,3830.25173510436,826.062862849038,5399.46948913895,14840.2309833649,4728.41951302768,115471.55187007,42920.474289419,2987.0650175863,19269.3497411475 -8063,3544.39651702231,3840.50213275995,802.290174548484,1538.72559542104,1591.84145017981,2738.85594570111,1542.64191820661,3227.56458338446,294.897747969944,1180.40021477123,2174.06263394316,6550.54894121116,1216.15071846263,3821.24521182286,1365.05671387672,4318.62556174886,924.618134893794,4903.50500179366,220.532879667754,1330.60560585982,420.670898907705,2558.48202713603,950.725700140059,5872.09520688354,687.037658732651,1709.63712872224,635.172857179817,2328.42689231404,801.458366978456,4162.2325233915,867.896048401995,2787.47491428444,604.582637051873,3551.04453202689,709.839699374093,5005.87374702423,14806.9178743148,4524.77360141044,103135.95354217,36528.1141292838,2996.14042679568,16108.0944115016 -8064,3464.06547697921,3606.1159666291,806.373839453677,1444.81704373409,1620.86030175837,2571.70333843612,1430.56617240517,3030.58604711802,315.441587480458,1108.36029101224,2356.28841934105,6150.7683918694,1318.08615324452,3588.03429718619,1470.93155103561,4055.05948278783,948.107117817606,4604.24368172563,206.897312217467,1249.39863452933,400.466080229828,2402.33765519575,904.551244919691,5513.72074564931,659.488809477547,1605.29783187405,664.646715650935,2186.32280447872,850.84448323083,3908.21112463192,892.967560195826,2617.3550873035,567.201239143257,3334.32398746009,665.950247994829,4700.36485387934,16103.1806760419,4776.34340388212,104098.963946243,35640.7144083233,3185.59082304957,15398.6858678215 -8065,3552.02365110713,3464.32760887036,825.884744315922,1388.00848910394,1660.68315474603,2470.58690281012,1486.19174074846,2911.42686792249,324.417342608822,1064.78083130492,2435.28835871026,5908.92720947039,1362.27799552282,3446.9568900013,1520.34919250534,3895.61917914836,981.393503586424,4423.21008314083,216.171576257103,1200.27370837186,417.39191091003,2307.88048463765,942.871356618531,5296.92754850854,675.765566805939,1542.17935609529,680.204952261734,2100.35909093034,872.550669283505,3754.54473057693,923.156358120829,2514.44367709526,592.626286955836,3203.22217964455,695.801764048712,4515.55188067885,16524.9218065775,4912.10446703471,107563.417775596,37018.6694701435,3270.75564436168,16001.0590634767 -8066,3686.62561622826,3400.45136544292,861.39545537472,1362.41599955349,1752.36606385316,2425.03352904476,1559.87526177609,2857.74516332261,343.633361981416,1045.1481039026,2585.65589531022,5799.9767534394,1446.39221781541,3383.400932757,1614.25870983164,3823.79066086656,1039.90667659824,4341.65369589905,226.908864271033,1178.14272532649,438.741159466319,2265.32713741359,991.044748729528,5199.26131375645,703.547493735139,1513.74422088853,714.507001269411,2061.63208132716,922.951833829138,3685.31738251796,979.716006859724,2468.08165983353,622.062160246147,3144.16027130331,730.362385156023,4432.29286949269,17646.3400459257,5220.58612300209,113191.468068359,38687.5139122206,3496.60901937314,16672.7171367291 -8067,3918.2133050608,3415.33199697009,912.762986853779,1368.37803467685,1845.74717028768,2435.6456585854,1681.12885044353,2870.25087159596,368.251477214008,1049.72175079652,2817.93966546866,5825.35788895898,1576.32963063641,3398.20695030534,1759.33966857747,3840.52385706505,1132.75150751551,4360.65309977932,247.281631435393,1183.29836670992,477.610066620394,2275.24037974457,1078.88869834774,5222.01367322547,747.329118315741,1520.36847971674,753.583057991713,2070.65393873661,979.216126845341,3701.44460921123,1067.62989700554,2478.88217123981,677.913339058253,3157.91935368134,795.937182624565,4451.68891722967,18955.3687459683,5616.33371062666,121676.358593866,41730.1402815555,3775.96029358615,17958.4055602757 -8068,4795.77265710141,3503.18619414126,1126.97431827552,1403.57746880796,2279.26259450406,2498.29892161175,2055.29795641539,2944.08368967268,451.209542203323,1076.72423891514,3415.6319184955,5975.20631980648,1910.67320086731,3485.62063181725,2132.36593947497,3939.31546516596,1374.24713318832,4472.82423791843,300.353741536629,1213.73690917474,580.786401780153,2333.76746206371,1311.89871739587,5356.34199600202,913.495292945055,1559.47763581294,934.257189367892,2123.91834745834,1207.58679082947,3796.65861616701,1294.35506224647,2542.64762749103,823.408542890229,3239.15200391713,966.762914987768,4566.20181267467,23167.7334732638,6853.50398120774,148852.132769076,50992.7074726765,4596.23480550556,21927.3270604152 -8069,6326.63831613936,3728.73495470403,1438.70522227905,1493.94524856597,2787.87952550822,2659.14912883945,2613.99798209358,3133.63525513309,542.087309944541,1146.04793571475,4087.85794917426,6359.91335644448,2286.71028343125,3710.03845311753,2552.52305607621,4192.94392548585,1662.52364714708,4760.80206928944,388.526849276966,1291.88201489921,736.052520896963,2484.02449361702,1663.94165953171,5701.20413903315,1197.99478769667,1659.88287504094,1151.76543482248,2260.66447634151,1454.09812005947,4041.10227336929,1552.55549207384,2706.35317699553,1065.13181823595,3447.70121576883,1250.56990279645,4860.1916557069,26762.1387184369,8132.92556500579,185622.029349196,66051.6126477742,5290.13484989164,28885.9156830778 -8070,6416.77487028501,4281.91750030041,1462.34301830263,1715.58192846481,2888.8802640064,3053.65152766403,2686.6125690376,3598.530815816,562.189721971394,1316.07174329441,4242.17165497306,7303.44865810274,2373.03195661849,4260.44724877807,2649.0200364476,4814.99494880061,1721.37808208858,5467.09861215517,398.595904018155,1483.54127475369,756.676365338214,2852.54599203281,1710.42726369028,6547.01556218519,1219.29146002154,1906.13750170691,1182.99869780174,2596.04903570373,1507.45060601958,4640.62658114493,1610.38502632489,3107.8586092453,1092.73575501498,3959.19054342638,1282.97964959355,5581.23330249878,28020.0923390091,8466.62285482424,191098.756404384,67497.5498809005,5541.36441006905,29447.9899688562 -8071,6253.37875055503,4757.5128273761,1434.53448172725,1906.13271519438,2885.07762587506,3392.8225642318,2638.03910953747,3998.22194490007,555.981323704421,1462.24867714782,4147.04543214319,8114.64739163443,2319.81921912281,4733.65786122662,2589.54658293897,5349.79953048205,1682.02161936321,6074.33276657793,388.879129444458,1648.3191570336,738.463329160231,3169.38010758596,1669.23705068658,7274.19678588897,1191.85021358689,2117.85341835218,1174.62846877702,2884.39386956692,1500.91839334147,5156.06395623235,1574.21234794494,3453.05046118203,1066.09758113245,4398.9403801114,1251.70380377559,6201.14447028783,27799.9153322503,8359.66113657129,187894.709191275,65998.1453071522,5473.55242470147,28752.0685528203 -8072,6139.59373307285,4910.99775577716,1396.40871724855,1967.62758739546,2745.39664792493,3502.28041484485,2544.87414255037,4127.21094213689,531.145732102947,1509.42314449242,3987.41407547066,8376.43881902439,2230.52290075762,4886.37319048958,2489.77724598082,5522.39256967915,1620.10441392371,6270.30040000135,376.669882512932,1701.49655391703,714.507643073539,3271.62934926733,1615.15532350992,7508.87394039559,1165.01439532104,2186.17873707949,1126.27476681747,2977.44900207302,1428.50570608936,5322.40677775872,1514.10414774517,3564.45135951488,1032.6263875517,4540.85719122262,1212.40531828665,6401.20325090739,26333.8177876254,7975.79113742074,181026.946228015,64105.9533749794,5198.06621464473,28015.7359270374 -8073,5929.33983502212,4923.60405359861,1343.93797009101,1972.67839389181,2611.24507315508,3511.27060220787,2441.93376788175,4137.80529646079,505.488697231799,1513.2977619621,3801.44940567506,8397.94073934427,2126.49596829965,4898.91627822234,2373.70484421857,5536.56828892856,1546.83876606996,6286.39596310345,362.212049493379,1705.86421469953,686.295611901143,3280.02746630776,1551.45126598652,7528.14886290702,1124.19833836561,2191.79055398943,1076.33122875346,2985.09197214446,1358.10887324976,5336.0691429855,1443.93301490373,3573.60113673791,992.990779354931,4552.51335580748,1165.86920149689,6417.63483540601,24909.0954191968,7577.84071678992,173282.319173139,61713.2536924757,4918.82155912549,27020.8049580331 -8074,5733.77347603577,4985.27094248246,1300.53824938203,1997.38568919733,2516.05628255763,3555.24837371637,2340.0409456588,4189.63025571058,482.804991215412,1532.25143165592,3598.41524282896,8503.12281182384,2012.92051782153,4960.27395899677,2246.97129140233,5605.91239900615,1466.46816404268,6365.13147414708,346.255159081807,1727.22973025148,654.652189420694,3321.10897633555,1480.04253890208,7622.4370132896,1086.29038421917,2219.24217338818,1039.983418018,3022.47949009887,1303.96154369666,5402.90205223955,1367.2475008815,3618.35958234309,949.245561414141,4609.53242805592,1114.50799717325,6498.01407995612,23656.7298246822,7211.30893794442,165897.391501869,59233.0634928343,4656.42328125436,25982.7564704045 -8075,5542.08593344629,5042.51912858228,1255.54788981172,2020.32259853837,2414.9209762345,3596.07494520622,2246.12253736751,4237.74172955735,462.474743643724,1549.84698787006,3443.24499286005,8600.76812795152,1926.11970167327,5017.23509310302,2150.0246608021,5670.28769976317,1404.15995205942,6438.2252408422,331.959916908788,1747.06431300043,627.826913408692,3359.24681616985,1419.37779237165,7709.96900457062,1047.98428476199,2244.72676397684,999.634579658455,3057.1880285772,1249.81740572655,5464.94609071495,1308.46140720901,3659.91088921004,910.055689938833,4662.4658339468,1068.49521929694,6572.6337994499,22590.6979810719,6899.92787057007,159232.810297468,56955.4983842629,4445.39045070534,25012.5402830304 -8076,5425.20289902115,5013.53764068598,1225.76932523906,2008.71095097827,2339.05002831357,3575.40678315446,2196.87536846196,4213.3856373917,449.622107868492,1540.93936242042,3361.24209388185,8551.33587969565,1880.24803130309,4988.39892324113,2098.84280118416,5637.69816065608,1371.92751452135,6401.22204023292,325.855293443025,1737.02319625894,615.552156406553,3339.93980543554,1391.69203745171,7665.65655523945,1025.55679732244,2231.82537086721,971.835245625967,3039.61707731502,1212.21588254792,5433.53673659189,1277.53322449768,3638.8758350174,893.320093148458,4635.6686729073,1048.84597655247,6534.85809606669,21885.5934603804,6704.47976904312,155446.172537402,55829.3403822241,4311.60571094079,24534.8344806562 -8077,5329.33414323466,4995.92780871196,1204.98298599507,2001.65544150248,2303.36782685072,3562.84832300066,2172.64200943741,4198.586304379,443.162516184523,1535.5268802174,3315.35126560406,8521.29968593641,1854.57712242056,4970.87738991408,2070.20433990284,5617.89599211869,1354.11547714825,6378.73802741886,322.414668124928,1730.92197815441,609.183652045419,3328.2084127559,1377.28194501442,7638.73127142132,1006.34320477697,2223.98618173708,955.967197933886,3028.94055509995,1194.29767358986,5414.45167613885,1260.26874690402,3626.09444259123,883.887747590478,4619.38608917746,1037.77147172064,6511.90469244367,21551.268443272,6604.37758773127,153407.446787603,55175.2636395272,4243.90034426699,24240.5280849616 -8078,5319.49248154157,4962.13773675575,1205.06178711496,1988.11719916,2305.27145859638,3538.75091691058,2180.41001478435,4170.18906991699,444.899088584798,1525.14130905627,3337.31013744324,8463.66568068796,1866.86071413816,4937.25674703815,2083.84038713526,5579.89922413395,1362.9561107789,6335.59528693322,324.302039102162,1719.21484778106,612.252341295953,3305.69799906334,1384.26404688956,7587.06653782262,1006.03741269189,2208.94420034987,956.504971826827,3008.45424640481,1197.0988795382,5377.83090843659,1268.58351432281,3601.56926992531,889.061904497287,4588.14276575021,1043.84644271411,6467.86127617455,21663.9406137116,6634.47669416,153971.08380864,55368.3312004615,4268.77007113652,24304.3714297934 -8079,5314.61329151461,4951.48086422311,1200.44747277079,1983.84744432944,2283.78547682501,3531.1509631312,2191.1417719947,4161.23301595138,444.700117717795,1521.86585855749,3368.53282935499,8445.48879582443,1884.32640192837,4926.65330984929,2103.40888929347,5567.91562393355,1375.88078923806,6321.98872561366,327.300153886198,1715.52259769431,618.521295994476,3298.59855844393,1398.38360334843,7570.77227005344,1004.23139258948,2204.20018919506,949.102148392181,3001.99317758225,1189.709322049,5366.28127770611,1280.44683320248,3593.83440510227,897.281123985319,4578.28909880058,1053.49661778186,6453.9706554712,21651.6006350596,6643.99150998975,154376.955577751,55673.2000360177,4279.93878883024,24432.7731865506 -8080,5471.9632843092,5027.31359494136,1231.98889490804,2014.23038897917,2326.63138242768,3585.23111156667,2225.45818587733,4224.96297299001,448.149055656698,1545.17348046009,3364.49999473641,8574.83282343953,1882.07047119194,5002.10580255454,2100.88364334388,5653.18915275247,1377.59888682272,6418.81100601411,332.221673065193,1741.79610389566,625.085429622746,3349.11712916839,1413.46730284167,7686.71987252371,1031.64390661603,2237.95787179141,969.352544447983,3047.96918890009,1205.2547048817,5448.4667438827,1279.60300638592,3648.8745605954,910.773284646444,4648.40633723892,1069.33774632353,6552.81426048564,21606.3542269268,6663.4408047427,156487.349724188,56754.8437705972,4256.08197855355,24992.5728131933 -8081,5526.11740811295,5141.29012123772,1236.6178257157,2059.89592755378,2304.98007818315,3666.5135261901,2230.02963983785,4320.7490412943,442.74567323007,1580.20481528776,3324.3550894174,8769.23678100667,1859.61377896787,5115.51083145819,2075.88763435159,5781.35519013183,1365.09668114064,6564.3348066687,334.117978985729,1781.28516016585,626.337138527597,3425.04649568461,1416.50445937031,7860.98901510615,1041.27943529686,2288.69563847481,963.995482741114,3117.07109269991,1190.63456202646,5571.99142587864,1265.09547445169,3731.59986496597,915.97193636596,4753.79248376171,1075.44147664521,6701.37611022323,21111.0410728059,6560.62198028141,156095.303451781,57125.7335263546,4155.59015448258,25239.1582547252 -8082,5550.72989050959,5049.34212339627,1239.01109223942,2023.05628189404,2296.53408191388,3600.94076724402,2230.85927325145,4243.47578610855,438.771260201576,1551.94407420549,3281.80882741393,8612.4057627997,1835.81378981595,5024.02387627823,2049.44570401626,5677.96012352257,1350.77707399543,6446.93675512889,334.23530782672,1749.42825261937,625.444661622176,3363.79218784246,1414.58572135247,7720.40130580594,1045.13364676919,2247.76408692573,962.133807901604,3061.32468676975,1182.60824700392,5472.3406682832,1249.47472005067,3664.8630871849,916.293588992977,4668.77458149822,1075.81912858238,6581.52718094919,20760.9003720418,6481.150676673,155580.618916805,57244.7953917509,4078.34206369811,25347.4114880578 -8083,5442.10467569325,4914.70166256527,1207.79949104522,1969.11158505538,2222.88968181288,3504.92185775473,2200.53504957497,4130.32371175821,429.032491943277,1510.56156134966,3248.61305090276,8382.75638424126,1817.24437657841,4890.05852526869,2028.72874092336,5526.5575944547,1337.60204286534,6275.02950177863,332.293739900641,1702.77983380218,620.726064816342,3274.09683362745,1404.01095048656,7514.53718247837,1023.01195141473,2187.82756745307,932.246240393858,2979.69461368159,1148.05340652449,5326.42097193546,1236.97645841493,3567.13969215989,910.970853179013,4544.28193556395,1069.56971128443,6406.03108047527,20252.857241104,6347.85627734733,152988.066110742,56579.2728131891,3993.7903193762,25062.7871531543 -8084,5194.43186723251,4643.14641350071,1147.28213199772,1860.31096527645,2086.46437198361,3311.2621010936,2096.96446503587,3902.10821440525,403.529363589955,1427.09750815104,3067.53775989584,7919.57842267563,1715.95251781789,4619.86489970557,1915.70387063346,5221.19506645774,1266.03221361565,5928.31116234772,318.224220466303,1608.69501775072,592.745159504012,3093.19100410592,1340.87410794048,7099.33150850309,973.996972978229,2066.9420893954,877.910015354856,2815.05558398873,1077.28819577634,5032.11672460467,1168.60571181149,3370.0421725015,872.399792145032,4293.19373173033,1024.28347795426,6052.07442450487,18877.5727118883,5956.81786072567,145132.437771137,54100.4169673756,3724.59484626405,24013.0173496227 -8085,4741.63165073122,4404.86139679224,1045.74370230146,1764.84031025792,1896.753919439,3141.32902666136,1888.75617087667,3701.85307742223,361.679727439908,1353.85925045027,2715.76753838388,7513.14780242118,1519.17547885577,4382.77468398109,1696.06748980354,4953.2447493987,1123.17288487924,5624.07183871459,285.913191114642,1526.13722502875,530.450341111147,2934.44927932362,1200.14460147755,6734.99573778437,889.676351119189,1960.86718103693,798.827064490499,2670.58769365565,972.611386109285,4773.86985685247,1035.09115340012,3197.09252072058,783.820314287953,4072.86819189305,920.282426519189,5741.48360376941,16773.3273282382,5313.77839554841,130577.768994643,48840.7033178223,3293.99937764817,21744.9074766685 -8086,4284.03856775644,4182.43171795219,951.764461312331,1675.72221367025,1733.04143971816,2982.70319406649,1682.99686933272,3514.92279359453,328.914611065001,1285.49422119156,2445.65860918483,7133.76082466354,1368.07901862509,4161.46030480537,1527.18065579379,4703.12368097479,1008.95944622742,5340.07641180522,251.895545163403,1449.07277685424,470.303178586642,2786.27013088374,1063.79314930076,6394.90264426833,803.613329975309,1861.85043157833,731.995549659102,2535.73260753499,889.546770431129,4532.80657621052,931.600439293769,3035.65083197105,690.562210886402,3867.20297742334,810.788206828134,5451.5593044528,15379.3174657868,4834.17802262893,117402.829944991,43459.7033669181,3015.76763872177,19306.6181583715 -8087,3540.36750367437,3870.52331876592,812.120602403304,1550.75380572152,1595.08208913967,2760.26556896054,1470.95338839547,3252.7944396258,308.983107812942,1189.62739735937,2311.08080439388,6601.75454959445,1292.79742763947,3851.11586657396,1442.93980946806,4352.38423621318,939.027504418349,4941.83567592201,216.189446143706,1341.00694324051,412.570294383495,2578.48166837419,932.401900599104,5917.99734581138,671.357235979628,1723.00135362561,657.82104263137,2346.62819371137,832.787873691436,4194.76867425546,877.5117594148,2809.26459177866,592.675276581249,3578.80302941245,695.859282705128,5045.00463712317,15346.6174582933,4632.70043071261,104879.410041199,37003.1157350482,3025.31036283244,16126.2852137198 -8088,3180.82449851227,3636.72197770046,762.973262195987,1457.07956852414,1480.19191458791,2593.53002997261,1295.08204468257,3056.30739134797,305.426474546703,1117.76722291673,2303.99174171466,6202.97150658921,1288.83187092737,3618.48684459185,1440.33779607843,4089.47579013172,935.279871530681,4643.32105316963,204.24199531734,1260.00259424522,396.423236653687,2422.72689768059,895.324328552909,5560.51707714484,619.927500107427,1618.9223973816,636.259976718473,2204.87867472212,819.113613327452,3941.38109311229,873.379262052201,2639.56923668777,559.921787226128,3362.62323180499,657.403452827737,4740.25802983056,15578.3163442117,4564.01621093104,100073.336327906,34439.2755296908,3097.26054151614,14779.2344558552 -8089,3261.68536886763,3482.91214718564,781.439286299193,1395.45452188722,1523.64028752523,2483.84047526065,1345.99379979914,2927.04534581717,314.13447670909,1070.49289505608,2381.23923418301,5940.62591020684,1332.04341046542,3465.44824232876,1488.72645035932,3916.51740012239,968.110339294255,4446.93858879838,213.392054723915,1206.71262964044,413.165401178689,2320.26121132874,933.224661782623,5325.34315006033,635.237761244276,1550.45244529707,651.155667371523,2111.62655994837,840.045707728522,3774.68615144694,902.907263983915,2527.93252114654,585.006332685032,3220.40600636393,686.855185504533,4539.77575798372,15987.5374751529,4696.42112679582,103456.134089278,35791.622536706,3180.8750493742,15374.6910074236 -8090,3384.52274129612,3421.4402020913,814.983760386119,1370.82533225337,1609.85465230972,2440.00172800953,1412.4076966271,2875.38421766264,332.745274013998,1051.5991424468,2528.26787351575,5835.7763434231,1414.289884218,3404.28452786302,1580.68719075284,3847.39250336728,1025.84378883375,4368.45197954256,223.998050586327,1185.41465559483,434.316867703694,2279.30956978287,980.946425725578,5231.35306707947,661.261124620765,1523.08760703502,683.972156956451,2074.35723288315,888.566758790566,3708.06451700875,958.223775076396,2483.31556769634,614.082273455036,3163.56718504463,720.993210301013,4459.65061145629,17073.5185855165,4992.87802229403,108876.432502268,37407.8051857847,3401.27708903424,16023.3001387954 -8091,3597.62782142575,3429.75776175611,863.619344368188,1374.15782407482,1712.75032345586,2445.93339969052,1522.85611060967,2882.37430907942,356.652164459166,1054.15559180559,2755.39579508274,5849.96318143863,1541.34316257532,3412.56038189057,1722.75257602597,3856.74555787372,1117.43560921521,4379.07173550395,244.110134968594,1188.29641197316,472.796964372225,2284.85059701744,1067.90210699038,5244.07054530297,702.477075979919,1526.79025016129,721.391361781644,2079.40001867847,942.87979161091,3717.0788636112,1044.20851102258,2489.35253580943,669.218800175042,3171.25785250074,785.728935664066,4470.49207231898,18349.2059398516,5381.30322397144,117151.447969019,40387.0059864128,3679.37163246451,17294.0374749434 -8092,4402.65941249636,3511.56873296819,1066.2640063781,1406.93599501149,2106.14910578657,2504.2769332135,1861.58249025931,2951.12838968882,436.941597726625,1079.30065998968,3339.82335388026,5989.50398947031,1868.2665843867,3493.96113919051,2088.01728178929,3948.74158841727,1355.65768646124,4483.52695845983,296.498817095659,1216.64117866058,574.923925697846,2339.35177739257,1298.51813034365,5369.15882681361,858.565484118154,1563.20920504949,894.333213399177,2129.00052894289,1162.65499747985,3805.74338543101,1265.96143092882,2548.73175813082,812.840411790375,3246.90275307359,954.354885806765,4577.12797013965,22418.5120229291,6559.86357497349,143262.936685073,49338.0171581356,4472.84580342027,21101.7350097652 -8093,5814.34219068414,3734.71320150101,1361.61172807682,1496.34047737831,2577.97493384657,2663.41251842205,2371.23741670397,3138.65938400105,524.960058243863,1147.88538393354,3997.14231037131,6370.11014761201,2235.96478623004,3715.98672398377,2499.40948722713,4199.66643429834,1639.94526799913,4768.43501989266,383.473613733054,1293.95327756911,728.462861185364,2488.00710746675,1646.60841667902,5710.34482771097,1126.7774797509,1662.54415013869,1102.7003429866,2264.28897910958,1400.10224523768,4047.5813358437,1518.51764878662,2710.69224839868,1051.27856208935,3453.22888373142,1234.30481250805,4867.98395672893,25893.908510944,7780.57227673874,178710.699588249,63930.7701500266,5145.8830544877,27809.0530533474 -8094,5895.65461694057,4275.93925350344,1383.85461771432,1713.18669965246,2671.25766383649,3049.38813808143,2436.44652079744,3593.50668694804,544.420707444183,1314.23429507562,4148.02870690061,7293.25186693521,2320.36925401325,4254.49897791183,2593.9074079791,4808.27243998812,1698.02129605889,5459.46566155194,393.422958385475,1481.47001208379,748.903735153743,2848.56337818308,1692.67650819914,6537.87487350736,1146.61899875148,1903.47622660916,1132.5568929666,2592.42453293565,1451.43739271033,4634.14751867052,1575.07489778351,3103.51953784215,1078.5543181397,3953.66287546379,1266.32924273217,5573.44100147675,27110.7812956213,8100.23951574879,183972.498067187,65328.5300856874,5390.14650413409,28348.9999248792 -8095,5743.61037643752,4753.74393512271,1357.39493148205,1904.62268062697,2654.83633403821,3390.13477690606,2391.68902913868,3995.05456138221,538.329246513381,1461.09028663753,4055.01331445677,8108.21898401831,2268.33729569589,4729.90786683025,2535.67103375368,5345.56142987377,1659.19876043224,6069.52069217286,383.833759340764,1647.01336185712,730.881596989584,3166.86933093251,1651.92234723515,7268.43418158065,1120.56895872623,2116.17565906243,1124.49060991721,2882.10885844763,1444.96136278948,5151.97933256286,1539.6950087682,3450.31496143544,1052.26588779589,4395.45554824162,1235.46403035481,6196.23193590186,26886.1390136128,7988.46300816502,180802.138702893,63856.0008570352,5316.10338845019,27656.4060751627 -8096,5641.45322736776,4894.94746781607,1321.49308141404,1961.19692076754,2530.49863020527,3490.83414425501,2307.89747909019,4113.72225258913,514.332416802415,1504.4899970285,3898.92632211101,8349.0626600808,2181.0236622613,4870.40338136058,2437.97181512745,5504.34410063369,1598.10987965494,6249.807593442,371.775943516946,1695.93566567939,707.153098650271,3260.93690024393,1598.35949904296,7484.33318615373,1095.63291156296,2179.03379423702,1078.26438073548,2967.71800314994,1375.38116193537,5305.01190900143,1480.90757141853,3552.80189975364,1019.20983693022,4526.01660909782,1196.65296339562,6380.28262325008,25475.4101846902,7625.9659558833,174228.881342992,62029.3939725134,5053.52830569452,26954.113437306 -8097,5449.32919599024,4907.42380101014,1271.91961100411,1966.19565597431,2409.39238305703,3499.73164728141,2215.08187306301,4124.20738441712,489.503736610677,1508.32466912937,3717.09016560914,8370.34290635315,2079.30618231402,4882.81715613036,2324.31096252716,5518.37367530549,1525.82752551574,6265.7372193363,357.49884248859,1700.25829806306,679.212298579181,3269.24843689673,1535.27490265583,7503.40939385153,1057.39020923758,2184.58775612053,1030.48036458797,2975.28217802143,1307.65007135136,5318.53342207391,1412.27746675829,3561.85734734838,980.069698724144,4537.5526044539,1150.69857728699,6396.54480632832,24098.9044653292,7246.74347840169,166798.17309776,59720.5982448229,4783.24327905448,26002.5401932758 -8098,5269.75721745302,4953.43028951192,1230.86307791347,1984.62849599523,2312.73717802194,3532.54119671483,2122.66422705814,4162.87131630968,467.493564883141,1522.46502552838,3518.56319796416,8448.81383128078,1968.25201553607,4928.5929603932,2200.21106031749,5570.10774298256,1446.537513004,6324.47772739621,341.742217990542,1716.19800839005,647.876831735048,3299.89723486494,1464.5686822456,7573.75292479568,1021.75360757064,2205.0679949502,995.686853376391,3003.17507883112,1255.42925287352,5368.39401220241,1337.27562104467,3595.24931750226,936.873502291133,4580.09159643582,1099.98197841205,6456.51161926649,22880.9788550777,6890.0525179874,159635.473140411,57304.1997845412,4523.65951454517,24987.211177214 -8099,5094.04614758567,5009.18391706407,1188.3200633819,2006.96659939589,2216.61079667811,3572.30192305658,2037.4870422012,4209.72676058805,447.805960712057,1539.60122065647,3366.8369465303,8543.90995499206,1883.37774061407,4984.06702991866,2105.2797053729,5632.80242008039,1385.07168613918,6395.66326046441,327.631338011898,1735.51477656344,621.323047705224,3337.03942333635,1404.52457314276,7658.99974872598,985.776534177122,2229.88726816737,957.069222844323,3036.97749352818,1203.30271009955,5428.8182884748,1279.77917909061,3635.71585880588,898.18905287269,4631.6430882501,1054.56261592499,6529.18326761266,21849.6782970644,6591.28578586606,153204.077278268,55092.8000418534,4318.47821684221,24047.0315772103 -8100,4987.26782957032,4966.23153112289,1160.18557995701,1989.75740816323,2152.81351959584,3541.67040833522,1993.28853512028,4173.62950172883,435.384439012283,1526.39956008261,3286.654608033,8470.64825729649,1838.52447509677,4941.33001443466,2055.16109426642,5584.50267555444,1353.27145637808,6340.82219228613,321.602430099989,1720.6332106789,609.165565726306,3308.42522038728,1377.10625310008,7593.32591470883,964.769250193875,2210.76659299684,930.473108867406,3010.93623979175,1167.15730465899,5382.26765224507,1249.53029322428,3604.54058688027,881.661027439856,4591.92801194983,1035.1570824454,6473.1973017878,21170.4933196474,6407.59045015561,149603.490094232,54017.4424316186,4190.43092597535,23600.5761992768 -8101,4898.99448187187,4935.43057626203,1140.50104196371,1977.41677770152,2122.98970295433,3519.70469254136,1971.56064648702,4147.74432640362,429.131849874722,1516.93271109357,3241.78277042017,8418.11263688084,1813.42358025612,4910.6835007203,2027.11720793523,5549.86715488808,1335.69710525306,6301.49591905431,318.204243522469,1709.96170945667,602.855655396635,3287.90610942053,1362.83055299905,7546.23151581158,946.669314210919,2197.05524635259,915.276144978729,2992.26217865916,1149.90791665653,5348.88640894882,1232.64525841692,3582.18494534103,872.345026101068,4563.44851667579,1024.21917721223,6433.05002781389,20846.5212246872,6312.52735876307,147665.215876346,53395.293041478,4124.19732708169,23325.7654423906 -8102,4889.79082111544,4901.38057505104,1140.56803385141,1963.77439277989,2128.97796712513,3495.42191777804,1978.72673469638,4119.1286469498,430.824875900245,1506.46724919483,3263.25424992744,8360.03528353732,1825.43452916879,4876.8042319184,2040.46887369987,5511.57809774813,1344.41827250095,6258.02130415307,320.067499613727,1698.16452228565,605.895025891365,3265.22253495271,1369.7449252087,7494.16935258562,946.368066869069,2181.89755491252,915.787035544791,2971.61827956412,1152.62562801207,5311.98393693795,1240.77759134449,3557.47111341854,877.453072950375,4531.96485479096,1030.2165284719,6388.66780870399,20956.7005278803,6343.27671768167,148235.878744366,53592.6919901418,4149.18860702462,23396.6007832662 -8103,4885.88534534519,4894.16769896118,1136.24257330406,1960.88450060631,2119.98440313423,3490.27805172058,1988.96531755823,4113.06693350525,430.68133923698,1504.25033062761,3293.78408244774,8347.73264804846,1842.51263776346,4869.62752239733,2059.6309823199,5503.46725443165,1357.16816421466,6248.81199433854,323.026546553111,1695.66550183786,612.097893818926,3260.41743051534,1383.71438136176,7483.14092618433,944.744157005634,2178.68667249615,908.715632981242,2967.24524341468,1145.61750988768,5304.16681656914,1252.38085052926,3552.23593570862,885.565189404249,4525.29561120934,1039.7409540045,6379.26623937512,20951.1826559444,6358.86926884314,148699.892081134,53910.9574019064,4164.50892188754,23542.0242583554 -8104,5031.19412454575,4967.14126460518,1166.14416563211,1990.12189961404,2150.77622836097,3542.31918520628,2020.33264135239,4174.39404330862,433.984108746625,1526.67917185231,3289.84326898814,8472.19994337637,1840.30818282026,4942.23518636089,2057.15180035724,5585.52566633407,1358.84445414436,6341.98372859739,327.872436597608,1720.94840291926,618.566100158685,3309.0312705035,1398.57702735488,7594.71688949186,970.610622843212,2211.17156976414,928.122382969366,3011.48779472696,1160.52059735739,5383.25359683166,1251.55945161223,3605.20088055357,898.850015623267,4592.76917906709,1055.3386514434,6474.38308708314,20901.6703117254,6371.36044764125,150681.371724164,54942.0664278152,4137.25790203144,24064.4137994395 -8105,5082.2320714709,5065.26244672997,1170.61626986629,2029.43487723238,2132.49691039205,3612.29435349724,2025.2473531396,4256.85525316041,428.76045198175,1556.83727630061,3250.59195464406,8639.56024769574,1818.3513572004,5039.86437244425,2032.66985824196,5695.86244799043,1346.49311476007,6467.26362448044,329.731576194436,1754.94411245817,619.773200467719,3374.39805647823,1401.51105310052,7744.74334523416,979.844165022358,2254.85117474176,923.028002032466,3070.97689049288,1146.47928531662,5489.59468488618,1237.37420163624,3676.41821731787,903.946777257139,4683.49499439423,1061.3227527461,6602.27840718611,20422.5970012628,6272.99256392202,150325.264595983,55308.2894236735,4039.55252217289,24306.7479025669 -8106,5105.38049428356,5002.16597846057,1172.91931387108,2004.15481036857,2122.46772578042,3567.2970767614,2026.41487222546,4203.82887294158,424.897586059917,1537.44421723649,3208.99183424942,8531.93981444806,1795.08063099583,4977.08428043474,2006.77457347381,5624.91078299852,1332.35507505871,6386.7028443899,329.838273733148,1733.08329543816,618.865607642868,3332.36418318183,1399.55769815938,7648.26938008894,983.537581894016,2226.76316408179,921.260002610021,3032.72264444644,1138.73019268602,5421.21243609068,1222.09898622945,3630.62216867605,904.239284566792,4625.15408976954,1061.6661852035,6520.03578809069,20081.0294838903,6194.48454873162,149822.32785542,55422.824785087,3962.41851533678,24408.3528057751 -8107,5006.34627715815,4867.78544688435,1143.43233278068,1950.31425610906,2068.54465183619,3471.46353594535,1999.62871165188,4090.89524358305,415.52740567021,1496.14159511826,3176.53312313084,8302.7337839847,1776.92352538584,4843.37755535116,1986.48780391991,5473.80054308586,1319.3553488231,6215.12746545524,327.91961062532,1686.52493341865,614.190967230668,3242.84198974207,1389.082246402,7442.80268638864,962.831545252619,2166.942354662,892.666451884566,2951.25016175817,1105.59196708754,5275.57444405155,1209.87535809248,3533.0874329076,898.979341454941,4500.90178229285,1055.49049273663,6344.87849045755,19597.1402862792,6075.00509185463,147422.675434492,54809.9672281979,3885.48365431237,24163.1817124126 -8108,4779.47732801144,4600.97380271758,1086.21281959162,1843.41419673043,1948.16865564784,3281.18668340177,1906.29246639128,3866.66627992709,390.850598401423,1414.13551591538,2999.47763499314,7847.64674776336,1677.88030752055,4577.90374945637,1875.81153209756,5173.77217522168,1248.74723092836,5874.46570132068,314.02624221853,1594.08361789154,586.481336499789,3065.09627508451,1326.56419009456,7034.8499440928,916.822313072617,2048.16853877165,840.665387275745,2789.48709380904,1037.50660674413,4986.4111876384,1143.00584530643,3339.4328691958,860.891191871237,4254.19965914661,1010.77124512137,5997.10485077076,18268.4700039237,5703.36241717119,139903.564882996,52426.0137586026,3624.96916565817,23165.6025650754 -8109,4363.05019574518,4362.16893380269,990.093173629883,1747.73525907901,1760.19944726642,3110.88287611815,1716.97198352037,3665.97425825764,350.270962405009,1340.7374786767,2655.51403542448,7440.32944206972,1485.47022134851,4340.29628815151,1660.74476418149,4905.23728694009,1107.8250073553,5569.56263690412,282.133377095298,1511.34571375805,524.825038038483,2906.00823295075,1187.29176376524,6669.71932375702,837.481332542265,1941.86221311336,764.942977914137,2644.70402649764,936.607369424539,4727.60091810017,1012.41892198657,3166.10590347664,773.45809559828,4033.39344822227,908.116158835099,5685.83643256954,16225.7661322438,5080.88672771472,125807.077682364,47307.7909481642,3201.44642239665,20956.3798314782 -8110,3941.29408033926,4152.15060899459,901.070975434213,1663.58986331603,1595.41573491298,2961.10820662891,1528.88389908797,3489.47449765857,318.501567734861,1276.18714980311,2391.39590316387,7082.11187893613,1337.72495803695,4131.33103039984,1495.37796263447,4669.07272444312,995.186551929094,5301.41387130905,248.575296933236,1438.5813848597,465.339221505193,2766.09733306939,1052.45392253475,6348.60308535069,756.372092345539,1848.370499428,700.928254238258,2517.37371955924,856.531699151511,4499.98872786913,911.191949067081,3013.67249979515,681.459874610354,3839.20414740829,800.101165471308,5412.08961972886,14874.0849854325,4617.22081747909,113020.977510204,42061.1214059225,2928.90165584344,18577.6953382952 -8111,3252.64031760017,3836.92818429608,768.529896544856,1537.29366652529,1468.04102829781,2736.30718263275,1333.75811794267,3224.56103096187,299.187993175185,1179.30174134549,2259.79364648031,6544.45303929087,1264.10786140036,3817.68918373518,1412.91530535412,4314.60667446305,926.281393244638,4898.9418291764,213.383821735057,1329.36735218967,408.327929570251,2556.10111896448,922.716385068315,5866.63066997694,631.308998064251,1708.04615056919,629.770705504289,2326.26007208393,801.783200992664,4158.35917453788,858.27209817676,2784.88090669283,584.983762254163,3547.73995108626,686.828685590574,5001.21531066094,14844.3746382532,4428.04179558196,100926.849751319,35800.6113704906,2939.80206378587,15511.7517041798 -8112,2651.91141722609,3584.67226323957,674.662077324146,1436.2254653088,1258.08657267681,2556.41075103582,1124.77787963549,3012.5647219881,267.813338710099,1101.76944658318,2038.83632128304,6114.19295884575,1140.50635811668,3566.69811611705,1275.01603705568,4030.94614489729,832.952148792601,4576.86462992649,190.990725705751,1241.96910814082,379.414803058419,2388.05219776836,856.156899135966,5480.93350493478,520.208181338139,1595.75195734392,558.316030121965,2173.32187545512,714.347397033911,3884.97101784783,776.584527235007,2601.79103260404,523.593927461501,3314.49649016013,614.750959233193,4672.41421926806,13588.6773470403,3980.01982493322,88656.8560346627,30965.2127422098,2743.15301740834,13269.870204307 -8113,2788.89524775981,3444.3784640285,694.85574929278,1380.01571661904,1311.38592781755,2456.36016055793,1178.51110385813,2894.66157236097,278.460124539391,1058.64934796191,2119.63268530403,5874.90096886315,1185.70310388618,3427.10777351295,1325.63172638871,3873.18646491701,867.10415490802,4397.73926496861,200.411069584272,1193.36199655891,397.265723160293,2294.59067857316,896.510819951504,5266.42547514473,547.374047827403,1533.29879893664,578.555461923512,2088.26428568802,742.799673427774,3732.92438599585,807.541331785462,2499.96438795915,549.419447685933,3184.7765964212,645.072669432617,4489.54931721519,14065.4394867159,4133.59283207273,92557.5059852103,32475.1894174674,2839.8667455862,13951.7227155577 -8114,2864.1508175184,3374.78390305886,718.620168114453,1352.13214083539,1361.54676699822,2406.7287658832,1217.5102437178,2836.17418388493,289.10857564684,1037.2590630784,2200.98980568089,5756.1970697597,1231.21353162345,3357.86217132837,1376.5646833067,3794.92772697792,899.452831939933,4308.88180153921,207.122500804489,1169.24980764131,410.538261863318,2248.22787827463,926.465645714586,5160.01598134208,563.314947496815,1502.318098685,599.130815543199,2046.07036371667,771.141563434653,3657.49967977109,838.323360645884,2449.45195855083,567.818585227799,3120.42735857494,666.675073241544,4398.83680784777,14685.809438734,4302.00968355351,95766.6678705289,33467.2007192175,2962.95694508529,14362.2107660734 -8115,3106.25615908998,3390.50928260305,761.372799879278,1358.43263050208,1482.06417028631,2417.94332787904,1323.28927803834,2849.38981984152,314.374299162539,1042.09234808896,2393.43865794455,5783.01904895992,1338.86765634536,3373.50870118568,1496.98931053567,3812.61083812332,977.669238278969,4328.95976910295,225.381287569092,1174.69812597377,446.154496500981,2258.70387842849,1006.88982817736,5184.05995336859,611.626862979123,1509.31840536434,645.831032549712,2055.60437655061,838.511999685591,3674.5424215582,911.55307534918,2460.86559652882,617.874365881197,3134.9675205418,725.445501158903,4419.333936062,15895.3302872774,4672.81293171711,103935.121381346,36324.4271339468,3226.72165829763,15594.1445396182 -8116,3811.76717261483,3481.61253242748,939.548480760497,1394.9338216185,1804.47526016111,2482.91365436993,1616.268423645,2925.95314734403,383.312044490465,1070.09345105459,2918.01504402028,5938.40922348626,1632.31088049821,3464.15514405667,1824.95517836899,3915.05598978567,1192.76043530604,4445.27925695928,274.859841561438,1206.26235657122,544.966470571987,2319.39542844775,1229.81703143017,5323.35605011132,748.755231749366,1549.87390906228,791.715080288996,2110.83862705628,1022.44217706266,3773.27766405979,1111.53203564916,2526.98924773818,753.517970115056,3219.20434321646,884.70448305904,4538.08178485879,19391.4842333217,5693.95131083013,127033.886975255,44463.6962985522,3921.3020697568,19088.9939169516 -8117,5188.60909864464,3692.34564062521,1230.48516045719,1479.36560063523,2283.12782388465,2633.19807197774,2120.28687451618,3103.05361313045,477.324060974471,1134.86347267602,3629.96732602027,6297.84595625295,2030.57046407561,3673.83160115433,2270.59601877055,4152.02432265195,1497.51297433073,4714.34064903003,365.351712280957,1279.27433401976,711.071832558467,2459.78250576437,1605.79201523723,5645.56518626151,1011.30609740633,1643.68381557234,1005.32188982966,2238.60229421922,1273.98959779351,4001.66451723038,1385.37032855073,2679.9414483631,1001.59804739781,3414.05455439049,1175.97498387559,4812.76027675634,23336.9703246994,7019.41564258507,163650.416301229,59220.3627233423,4703.80405228674,25807.9949223031 -8118,5279.22768456507,4225.44908305549,1245.95163678725,1692.95743928499,2370.01260507652,3013.38104870861,2181.23622453071,3551.0746610531,496.275851528479,1298.71585348117,3775.14509975181,7207.1333540074,2111.7815805687,4204.26197363508,2361.54226135569,4751.49649424561,1553.60908295203,5395.00044456351,375.32597816504,1463.97685584628,732.215373384602,2814.92762192709,1653.39047079586,6460.67583087357,1033.26473671936,1881.00003285913,1033.19992861706,2561.81325696065,1324.35184540123,4579.42763510181,1440.03045104315,3066.87326642336,1028.94212407218,3906.97813542397,1208.07962925682,5507.62996687995,24470.823910906,7322.72386074917,168755.034780127,60609.5199383747,4941.19229417785,26351.2672034068 -8119,5139.4797912816,4704.09851269179,1222.22946817244,1884.73187480282,2306.28704057792,3354.73011998843,2122.14432637516,3953.33246317052,483.101938254898,1445.83148315972,3674.91693171916,8023.54131477114,2055.71486167109,4680.51137486247,2298.78510325083,5289.73539907817,1512.00911119028,6006.1340388679,365.165950388474,1629.81288256864,712.386687482851,3133.7963324994,1608.61665730468,7192.52675150435,1005.12320775209,2094.07551316354,1007.10781988915,2852.00973789711,1289.1993208446,5098.174964088,1401.80893358571,3414.28181658836,1001.08878812096,4349.55188779063,1175.37706321127,6131.52198178232,23972.4880353181,7142.12430824041,164402.215005036,58987.6661954752,4809.30993757167,25646.58321314 -8120,5004.44613570884,4860.50757902607,1194.87402239844,1947.39832450259,2214.54615725504,3466.27332097693,2050.74489317425,4084.77891094478,463.429300772633,1493.90470096066,3524.58775423848,8290.32029534563,1971.62209711837,4836.13617994129,2204.66398741866,5465.61661684879,1452.97043172798,6205.83517496513,353.143564291328,1684.00339549569,687.985103595551,3237.99358881229,1553.59783055571,7431.67488812434,976.006708924339,2163.70254052355,974.284169462189,2946.83772227653,1236.84386919967,5267.68688735882,1344.94833905555,3527.8050835212,968.129866525146,4494.17244535471,1136.68003560335,6335.3922080948,22792.9153957702,6828.37250554325,158551.408069201,57211.025759663,4580.71385278765,24910.0426191015 -8121,4845.32460388588,4874.1535749572,1152.09773051777,1952.86569373932,2122.5202425346,3476.00496954762,1976.15060858364,4096.24702934436,443.576867877843,1498.09887556884,3373.11091490948,8313.59557579293,1886.8873410427,4849.71375256326,2109.9465918934,5480.96147145543,1392.34377648228,6223.2582115863,340.447237173473,1688.7312769174,662.634697884706,3247.08433635656,1496.40499837593,7452.53950023244,944.287289126006,2169.77718922723,936.37872056219,2955.11104248313,1183.96251994869,5282.4760493265,1287.49393259345,3537.7094840458,933.323360840595,4506.78994628563,1095.81376188457,6353.17897930916,21680.1844369345,6521.9561442376,152411.108263506,55238.9253910747,4360.9099251107,24087.1852412525 -8122,4653.91227605481,4921.52466368241,1114.08581445771,1971.84527093645,2015.41332534654,3509.78768428762,1887.42050396792,4136.05777360659,420.295555012544,1512.6586496224,3195.52936840079,8394.39402984039,1787.54985094447,4896.84731471545,1998.90256855158,5534.23002530195,1321.05398224589,6283.7410241131,325.63704696522,1705.14377560495,632.419999826958,3278.64220949911,1428.29201188069,7524.96949335114,905.898533669491,2190.86489320786,894.486929949844,2983.83127569563,1121.93541181634,5333.81555633489,1220.09704638138,3572.09189470964,892.721778596553,4550.59068894346,1048.14349620383,6414.92447019034,20484.695550545,6174.46712453825,145271.520610567,52895.0343054374,4105.93736900543,23109.2311772902 -8123,4462.00006916461,4958.82370494037,1076.07051838109,1986.78940779259,1916.52420175858,3536.38751352528,1801.94337168229,4167.40395189184,399.541369591535,1524.12272249352,3037.37962590375,8458.01310536083,1699.08233397436,4933.95933233334,1899.9325158545,5576.17261182763,1257.02620870894,6331.363972636,310.879451058835,1718.06664654094,603.60576225968,3303.49024326893,1363.22963106161,7581.99941126836,867.346706054953,2207.46892663787,855.294730683027,3006.44500893164,1066.60855184676,5374.23925022921,1159.9648730763,3599.16391244048,852.264381662955,4585.07851161099,1000.64251831131,6463.54162622046,19421.9130940946,5862.65948261292,138583.307546143,50603.1361989352,3886.13344132848,22124.2161037838 -8124,4383.77670038233,4916.19622741609,1048.7404227312,1969.71039352117,1867.42570926864,3505.98770739793,1763.23612547626,4131.57974662379,388.712567978842,1511.02092437301,2954.68792489328,8385.30558740862,1652.8253540582,4891.54559612103,1848.23002525466,5528.23822520175,1224.17570937293,6276.93774345333,304.511564636707,1703.29765056157,590.333223556655,3275.09248918941,1333.33250085813,7516.82235946655,851.405806385541,2188.49288763046,833.869941459682,2980.60074128435,1037.77755969616,5328.04074096965,1128.64729084728,3568.22446229812,834.807059329263,4545.66385546864,980.14589853134,6407.97915983867,18781.4952810217,5692.69516718873,135311.642165756,49598.1099567856,3763.04324182939,21715.8165757616 -8125,4345.45789981559,4837.17942950985,1033.30436655007,1938.0517287936,1839.76739299228,3449.63683991377,1743.15784421096,4065.17389405592,382.756560564046,1486.73466127646,2909.15141370193,8250.53065851393,1627.35264690754,4812.92500167396,1819.76192866626,5439.38422865411,1206.28826764647,6176.05008596346,300.970928052087,1675.92097151893,583.491165409877,3222.45274305817,1317.87706274782,7396.00634525565,843.76080824935,2153.31778634854,820.835163716987,2932.69428769329,1021.93155265203,5242.40446873999,1111.44009819032,3510.87327894844,825.100536626632,4472.60253211986,968.749482665344,6304.98530629053,18461.0096247029,5601.47939971324,133592.098132386,49078.8033903822,3692.70598497277,21508.1648690284 -8126,4365.53515368815,4757.837735793,1030.92893867287,1906.26289215561,1848.36139356545,3393.0542728258,1749.7566907294,3998.49499849124,384.561175801921,1462.34853960117,2922.87105760858,8115.20157137779,1635.02729000826,4733.9811404983,1828.27626035191,5350.16488838212,1212.00143873098,6074.74760557354,302.371404395375,1648.43172693878,585.634658928626,3169.59655645551,1322.76788752501,7274.69356810431,846.526108760423,2117.99805451531,822.55589607852,2884.59085565606,1026.74898316457,5156.41608320252,1116.67911474961,3453.28628296529,828.939890114552,4399.24080026932,973.257262675279,6201.56796973091,18528.8621298985,5625.44524647097,134155.989509082,49285.0112160538,3710.29029918692,21599.7638753972 -8127,4405.68966143325,4730.74068772025,1028.54506075429,1895.40625935381,1865.72132863242,3373.72999994181,1767.52012665285,3975.72259278735,388.170406277673,1454.02010746937,2950.31034542188,8068.98351617902,1650.37657620969,4707.01996156306,1845.50741810452,5319.69439249131,1223.53828991954,6040.15043411902,305.172357081949,1639.0435056017,591.653561894339,3151.54492984887,1336.31122472025,7233.26241128984,855.472913690673,2105.93553824464,827.339607623816,2868.16240613204,1036.38384418966,5127.04903408302,1127.15714786818,3433.61897407105,836.618597090392,4374.18604933662,982.272822695147,6166.24852532488,18638.3699379883,5672.33834460275,135342.166836351,49747.3443081558,3745.45892761524,21803.8351119239 -8128,4508.86519283702,4829.12179909982,1048.72014263191,1934.8233795513,1874.72098210736,3443.89053690601,1791.47427356032,4058.40224763095,388.70923742253,1484.25810265528,2953.56641218154,8236.78716859347,1652.19799012266,4804.90777357238,1847.52799195764,5430.32346330287,1227.82008550362,6165.76220441767,310.272934751404,1673.12927193828,598.91268104495,3217.08487659886,1352.93449064236,7383.68629665941,872.717005389211,2149.73085327513,834.710076142591,2927.80909229787,1037.99833247013,5233.67182644616,1128.99684222735,3505.02497009192,850.60163990257,4465.15220312133,998.690295341289,6294.48264826863,18494.4078955484,5663.42859432216,136714.53212395,50642.2374484908,3710.29029918692,22264.3758384447 -8129,4585.73172953568,4913.66197075874,1064.14774877167,1968.6950248404,1873.98056594209,3504.18040104215,1807.01576600019,4129.4499529797,387.263102824267,1510.24200614846,2941.76825440095,8380.9830348648,1645.59820875602,4889.02404665102,1840.19720231616,5525.38846618532,1225.92460566276,6273.70203630735,313.629491279484,1702.41961534681,603.451001367407,3273.40420732266,1363.3553403474,7512.94750251916,886.057061940641,2187.36473846524,837.894266835565,2979.06426736792,1034.30628809434,5325.29418202574,1125.06196665864,3566.3850734332,859.803514018653,4543.32060504598,1009.49420394854,6404.67590197533,18275.5529761216,5628.02211428834,137386.687940047,51266.2041234614,3657.53735654445,22603.9234006695 -8130,4625.20782123897,4803.77923882952,1060.57193189381,1924.66969526903,1866.42104668145,3425.81747784336,1813.19632504056,4037.10431648726,384.73486519454,1476.46892234713,2921.96261281872,8193.56165390617,1634.51911431606,4779.69228514388,1827.91171994811,5401.82588022646,1220.08846726287,6133.40514100566,314.924779019034,1664.34892197444,605.102795142837,3200.20206213038,1367.16053729341,7344.93773682292,893.7034453119,2138.44936442881,833.94920788031,2912.44435695503,1027.67963085623,5206.20624383828,1117.91377087834,3486.63108601759,863.354496885689,4441.71970472281,1013.66340838205,6261.45007785099,18001.2784143829,5576.77038298197,137320.640323725,51539.5164850081,3604.78441390199,22774.8133019523 -8131,4582.53919027368,4649.9694083147,1032.05327730118,1863.04464863212,1834.55466111002,3316.1279231314,1789.20868616692,3907.84227095645,377.334943552356,1429.19459448648,2865.37561898794,7931.2160575238,1602.86486842245,4626.65368288078,1792.53585716484,5228.86749021713,1197.67744400699,5937.02267663441,311.357845283481,1611.05895736966,596.694548786715,3097.73637577853,1348.29895252459,7109.76380973841,884.43188130067,2069.97941234428,816.042168432933,2819.19224218129,1007.99439758699,5039.51130217292,1096.53866839929,3374.99437047636,853.575881527837,4299.50247928175,1002.18234862195,6060.96780600415,17502.5849882026,5455.41542758724,135147.953497508,50935.681573347,3516.86284283121,22547.0788661103 -8132,4426.43166073003,4401.61235044212,982.157461822007,1763.53855579801,1748.81740329395,3139.01196769192,1717.58563219641,3699.12257329362,358.74607437971,1352.86063754058,2723.61468166476,7507.6060694933,1523.56509891084,4379.54192889355,1703.88919602551,4949.59121292511,1140.66294012917,5619.92349704516,299.374904912736,1525.01153907995,572.333025975808,2932.28481582255,1293.37376224224,6730.02797345566,853.200292741341,1959.4208362411,776.358427025898,2668.6178556932,958.463172417394,4770.34862813784,1042.71661839069,3194.73433033734,820.725098914857,4069.86402528226,963.612286855187,5737.24865863341,16469.3072226651,5170.04520555029,129278.110794627,49018.4814509601,3314.64322936841,21748.1798104918 -8133,4001.25238283225,4182.69164090383,897.835687210272,1675.826353724,1559.8227144865,2982.88855824463,1542.41563933259,3515.14123328915,318.863633548479,1285.57410999186,2420.2610162996,7134.20416200765,1353.87183786022,4161.71892445978,1514.14615247431,4703.41596304214,1015.49265100371,5340.40827817304,269.581911179214,1449.16283146808,513.424273579962,2786.44328745994,1160.42160876818,6395.30006425814,769.914440475554,1861.96613882529,697.630737163219,2535.89019411341,852.027394460068,4533.08827368794,926.980959281173,3035.83948665272,739.048721477536,3867.44331005283,867.716156776449,5451.89809907778,14587.3905153372,4591.51005506957,115829.925093165,44159.8961061272,2918.9961595499,19638.8968942566 -8134,3493.81077646337,4025.17789729775,815.899480525385,1612.71730690176,1376.50226746118,2870.5575561277,1352.55953110253,3382.76641283985,282.9544547598,1237.16136333666,2148.13731272668,6865.54098965745,1201.64833130435,4004.99498114603,1343.74037108224,4526.29254116941,899.964906203359,5139.29670397673,235.454320825216,1394.58958479432,450.800356042724,2681.51011254892,1018.67222870616,6154.46288545339,671.986724864277,1791.84735356128,625.183818803585,2440.3924639096,755.983909041299,4362.37913101466,822.444888647354,2921.5144338916,645.489209610051,3721.80133444235,757.868053791803,5246.58798944727,13109.546796789,4086.31022480736,102171.488411556,38688.515897794,2611.27066080217,17142.4814097344 -8135,2860.59806627112,3749.26892461127,688.894364488071,1502.17233554045,1257.62701612409,2673.7929393687,1168.64027007403,3150.89203868323,264.017096616478,1152.35916837411,2007.81942741266,6394.93710338824,1123.15579186527,3730.46946226044,1255.81377340849,4216.03427259675,828.536399491405,4787.01958477731,200.399602844748,1298.99634904736,392.286730997511,2497.70390092819,885.694620269241,5732.60040496464,557.299978323333,1669.02377280377,558.496095315572,2273.1138504299,704.664979413043,4063.35643556679,766.270043507975,2721.25693802169,549.388012048624,3466.68754595153,645.035760891138,4886.95650502284,12983.3036315808,3885.23671394801,90435.1217867583,32651.5017138114,2602.47850369509,14201.7934995071 -8136,2351.72433641825,3504.55079436468,560.711624082044,1404.12420598417,1111.41662906831,2499.27208691833,1037.133382438,2945.23050204236,238.086012490923,1077.14365656969,1880.32311426968,5977.53384892631,1051.83552242623,3486.9783897066,1183.25740789818,3940.84995133541,806.466657562255,4474.56654238533,183.650621464031,1214.2096975353,375.813440703897,2334.67653723805,847.102099379773,5358.42845817658,453.845273549346,1560.0851009639,473.565702352714,2124.74567986115,620.85032926909,3798.13753304689,725.623769050719,2543.63806800098,503.471306356745,3240.41375459303,591.125015581766,4567.98049061768,12293.2542127652,3587.06653125917,81471.5634603957,29095.6588957096,2505.35244809615,12547.3697789312 -8137,2487.77808162087,3335.8603323227,591.600192654385,1336.53712422388,1170.18924012691,2378.97040266572,1095.49814948517,2803.4627482382,250.167825842454,1025.29568181512,1975.55919428168,5689.80711702435,1105.10971302308,3319.13376989516,1243.26816594586,3751.15836512759,848.030101706226,4259.18467413382,194.155363494836,1155.76409154709,396.714629168113,2222.29760855522,894.263259493701,5100.50217162305,480.66077461839,1484.99089005117,498.06526024534,2022.47170767795,652.393874072615,3615.31536468827,762.467430428927,2421.20084105348,532.269663536419,3084.43744677393,624.937129840571,4348.10217103386,12886.1461557445,3767.65338488705,85850.0350454739,30744.3624031179,2625.80208502385,13277.11538904 -8138,2574.84251476987,3234.42512468567,615.219244122228,1295.89635776354,1233.15986631924,2306.63183548454,1144.64808093067,2718.21642565844,263.952329087536,994.118992741374,2085.06638656638,5516.7942481288,1166.367033072,3218.20717537854,1312.24750420926,3637.09497825277,893.38043949397,4129.67347200132,202.84657156103,1120.62018295189,415.001236944403,2154.72307098514,935.441033006638,4945.40859896395,498.849484861646,1439.83601416745,522.347729698851,1960.97337826033,688.204873013389,3505.38262525755,804.403306659889,2347.57815137924,556.096285216333,2990.64738313565,652.911935820518,4215.8872091926,13707.3325650465,3988.34758617695,89973.2737301961,31999.7720177644,2794.43157672263,13789.1650489529 -8139,2795.33883969978,3208.30279556047,666.94128602463,1285.43025332004,1345.06557979828,2288.00268388746,1245.99709390483,2696.26317543086,287.640173939429,986.090146032325,2272.35447743725,5472.23872140916,1271.13427515416,3192.21582798679,1430.18579134135,3607.72054897432,973.085376946684,4096.32080948585,221.062019688809,1111.56966914652,451.756793905376,2137.32078678807,1018.33252297793,4905.46777915806,542.242339037487,1428.20740358026,567.655180589549,1945.13588318224,749.931126071469,3477.07195021739,876.57295113438,2328.61830325989,606.033254618655,2966.49388684865,711.542867600247,4181.8382549,14966.1582790942,4351.26740067392,97938.1173290633,34790.8205955059,3051.39080216839,14993.1929473219 -8140,3438.31624193434,3213.69621098892,821.382600192605,1287.5911651174,1643.90441179349,2291.84900069792,1526.60982851822,2700.79581101303,352.168293260942,987.747842997463,2781.85320577237,5481.43799548921,1556.14319570983,3197.58219992694,1750.70480666044,3613.78541781939,1191.84673075718,4103.20705472564,270.346857277217,1113.4383072974,553.533806072132,2140.91379519206,1247.66719808853,4913.71426563073,665.483244149828,1430.60833526793,697.358777137242,1948.40581328276,918.225013187049,3482.91718824419,1073.25220515382,2332.5328981981,741.145792580176,2971.48080202382,870.178325270607,4188.86826185397,18276.9924119386,5318.29315600731,120049.242882242,42702.2255994009,3725.90876896351,18396.3310653306 -8141,4698.83859230615,3214.28104235745,1089.21095408225,1287.82548213238,2087.48791936625,2292.26607347006,2010.55364563142,2701.28730429882,439.595677828679,987.927594251116,3467.61018077519,5482.43551257669,1939.74936455687,3198.16409885304,2182.50718480297,3614.44305778681,1499.29796357946,4103.95376008907,360.298552683375,1113.64093181642,723.561870299772,2141.3034006378,1632.0714966513,4914.60846783588,903.05091637469,1430.86867867802,891.706500626602,1948.76038595031,1147.19484610555,3483.55101269179,1340.26390449283,2332.95737466303,987.74499945524,2972.02155481124,1159.71013803927,4189.63055592203,21988.20956687,6565.26715253919,155137.626162247,57077.1469142372,4472.69651791525,24942.3488992628 -8142,4674.8423318568,3281.08142371811,1079.88372776666,1314.58954918152,2077.52741526252,2339.90479761087,2002.87714004874,2757.42645943615,436.547751793107,1008.45907210978,3443.53741053488,5596.3735217922,1926.28327744141,3264.6295319132,2167.56742401114,3689.55975464212,1489.08088965475,4189.24365000467,359.318050714156,1136.78503090541,720.533160581456,2185.80476249338,1625.32853082796,5016.74568470133,900.387766235329,1460.60552251747,883.911518699487,1989.26024742682,1139.24712103484,3555.94746249522,1330.97477533078,2381.44176052475,985.056989997973,3033.78720960535,1156.55414958024,4276.70101280113,21830.7136410689,6524.07630479083,154247.520355318,56808.5890729634,4440.57661473453,24850.3443362018 -8143,4547.20694847954,3507.99478450431,1049.1164706821,1405.50406611574,2018.22780049287,2501.72817014515,1946.09378864055,2948.12483726623,424.182156792651,1078.20218656394,3345.92281181076,5983.40808755002,1871.67856526922,3490.40511110284,2106.06190259417,3944.72270113147,1446.64916768653,4478.96378584257,349.173183412864,1215.40292499043,700.067735565228,2336.97086922102,1579.17427846898,5363.69428990701,875.01006363725,1561.61822689643,859.156130182692,2126.83370871279,1106.99233387511,3801.87003657739,1293.28241147711,2546.1377505392,957.245215922393,3243.59817213296,1123.90038127962,4572.46953377637,21199.7169178571,6336.91898985848,149911.042599179,55225.8104197803,4312.09700201165,24158.5376600398 -8144,4405.77963164691,3760.5106222093,1013.99117219979,1506.67640486058,1916.34233450781,2681.80996142513,1865.75238990777,3160.33958063745,401.839548082779,1155.81436818923,3168.4363789075,6414.11149458829,1772.39428085043,3741.65479210384,1994.23521457835,4228.67550567671,1373.76123781074,4801.37284341252,335.134628868786,1302.89122146931,670.148409888063,2505.19294279428,1511.83242497242,5749.78886530152,845.010736432364,1674.02812456276,821.510335221396,2279.92948809853,1048.94635175049,4075.53988391369,1225.30968131192,2729.41627473477,918.759043976322,3477.08195986049,1078.71381611878,4901.60941157845,19870.2948328372,5979.43227967918,143233.173980504,53190.4472261727,4039.07782497553,23326.5072830953 -8145,4279.66587526778,3960.52188501541,982.740197857831,1586.81239719007,1846.72186842146,2824.4480898279,1805.89558868422,3328.42938915608,386.837808830506,1217.28896953344,3049.66456228253,6755.26052159412,1705.95441482892,3940.66316493847,1919.48978141462,4453.58717668558,1323.6416564553,5056.74471763149,324.369134327787,1372.18843790742,648.282979479073,2638.43729559626,1462.53315888059,6055.6043907319,820.511268171693,1763.06509661365,793.14161895377,2401.19269457116,1009.88814467143,4292.30669052341,1179.62287464264,2874.58645258485,889.24584354757,3662.01842821262,1044.06240531732,5162.31259438615,19045.7173644106,5747.47417342302,138374.974558996,51555.7200622769,3870.44833327675,22633.8731778638 -8146,4156.72446957193,4077.09765343439,954.032178678094,1633.51934135293,1791.25435126847,2907.58415522296,1752.88425652608,3426.399865001,375.103777195315,1253.11919623872,2957.07551779632,6954.09787410433,1654.16095165282,4056.65440292939,1861.21674811428,4584.67604891409,1283.68952802095,5205.58719805985,314.901535534384,1412.57804468372,629.171202331208,2716.09823627258,1419.43274505611,6233.84775248728,796.851146111357,1814.95994137844,769.459145714064,2471.87047179814,979.272373621699,4418.648360956,1143.85090767538,2959.19831292193,863.290775742315,3769.80791268651,1013.58859346927,5314.26240680517,18453.8731314781,5571.83206437948,134266.585153976,50055.4439727337,3749.99869634905,21980.444392872 -8147,3949.34125224835,4137.91978799808,902.916694214597,1657.88817958972,1671.18310045659,2950.95948978117,1650.51993026508,3477.51489127037,349.127569807946,1271.81322587859,2751.27724455039,7057.83909215231,1539.03928314207,4117.17156512331,1731.63585544261,4653.07023695692,1197.28409071103,5283.24413737222,296.756888991834,1433.6508811028,591.612110416256,2756.61698427843,1334.80788337716,6326.84428067491,755.388319275827,1842.03551012015,721.705866162283,2508.74583050657,911.670474398088,4484.56574828502,1064.75851479622,3003.3436273805,813.547906236433,3826.04589951803,955.185554129211,5393.54056266223,17002.3691863842,5167.17816381255,125976.218871488,47312.110064888,3452.88959192739,20825.0417350933 -8148,3843.65720267822,4080.41167894663,873.362552007849,1634.84713019493,1595.5391936603,2909.94755411316,1591.7059522832,3429.18497772897,332.011358878367,1254.13778086416,2615.31876331327,6959.75043868051,1462.98535440234,4059.95181136265,1646.08157447793,4588.40265413255,1141.1729605292,5209.81850430929,286.753624860999,1413.72624374002,569.539615492072,2718.30598786792,1285.18688760287,6238.91486940408,733.87067135837,1816.43521228453,691.475070778448,2473.87970544982,867.200508030397,4422.2400123322,1012.68480692775,2961.60366583187,786.124331953733,3772.87216099764,922.987570707923,5318.58204854347,15985.6464494504,4896.11821892698,120927.978037204,45799.4190991704,3244.11022125271,20221.4953003458 -8149,3814.1287719957,3962.53629576949,865.489534851901,1587.61948576335,1574.22261848278,2825.88466782738,1575.7350290787,3330.12230341091,327.416524463339,1217.90811015739,2578.81636588503,6758.69639944971,1442.56624771937,3942.66747509964,1623.11186481349,4455.85237156732,1126.12065248262,5059.31669204182,283.741317368112,1372.8863638945,563.642903046236,2639.77926431062,1271.87345051158,6058.68440769969,728.158365611586,1763.96183128496,683.731328730771,2402.41399533076,855.263508383472,4294.48985451246,998.706181517433,2876.04853208643,777.866203685493,3663.8810133763,913.29171289119,5164.93826299952,15711.9115899752,4822.45244792604,119555.423617745,45381.5402915725,3187.90039068645,20049.3001158972 -8150,3835.2396089524,3885.72885240684,871.667248566369,1556.84601528072,1584.59556613289,2771.10940260009,1583.75578846835,3265.57319619314,329.658996275475,1194.30090476934,2596.54006412454,6627.68985410644,1452.48072212836,3866.24515712245,1634.1960075603,4369.48278322389,1133.72942278663,4961.24991075011,285.427408479312,1346.27515234528,566.510905773756,2588.61135537565,1278.38586185082,5941.24647785829,731.207521219009,1729.77024581104,688.117573651788,2355.84703338848,861.10833046728,4211.24802108772,1005.5390665876,2820.30092039331,782.48855937166,3592.86252612033,918.718814778648,5064.82417608744,15830.0252771131,4856.00568993121,120288.765397593,45632.2842893376,3211.99031807199,20155.8467465628 -8151,3899.67311434567,3878.90585759285,888.624869062347,1554.11233192506,1624.68662056924,2766.2435805623,1618.24255411615,3259.83913964194,338.564883456605,1192.20381843391,2667.16634026889,6616.05221925827,1491.98841391897,3859.45637394723,1678.71087278998,4361.8103594645,1163.39630358716,4952.53839646341,291.120469369664,1343.91121272634,579.336564552198,2584.06598370304,1307.19904609869,5930.81417662297,745.121724186445,1726.73292286216,704.750884870279,2351.71037519592,884.271087404921,4203.85344351946,1032.64761493278,2815.34872241845,798.095872762623,3586.55377856891,937.043341429796,5055.93079458816,16339.3946138913,4995.65790205376,123062.565380584,46522.423652028,3316.38000340933,20522.057019306 -8152,4041.52336795195,4017.90003574262,919.029720377292,1609.80137782069,1673.03781061771,2865.36734565438,1670.51223121962,3376.65008549875,348.18444341449,1234.92447111638,2742.56872014294,6853.12751176934,1534.16781437686,3997.7536120077,1726.10484901929,4518.1086220202,1197.16346954713,5130.0044215344,301.004584160764,1392.0680490552,597.644806746086,2676.6617158182,1348.62414814424,6143.33509682655,770.711873587093,1788.60754222874,726.220864556948,2435.98002824944,909.475099166018,4354.49158115312,1062.03268070085,2916.23208908009,825.192803589124,3715.0720033323,968.857813187763,5237.10171530031,16739.0322410157,5130.84795507976,126931.30482408,48112.7012565529,3396.67976136113,21245.3137581003 -8153,4127.90897525189,4177.49316926489,934.536189101081,1673.74354759829,1685.25704826178,2979.18126569156,1695.08880205368,3510.77242880225,349.70357041468,1283.97633011127,2753.69389587344,7125.33739362342,1540.3911357506,4156.54651882834,1733.12041514425,4697.57030751954,1204.40858403562,5333.77093472106,305.8729065694,1447.36173482354,605.67397890746,2782.98014753786,1366.88094881193,6387.35164518718,786.208986563852,1859.65198827432,733.415026720743,2532.73845490208,913.619256976376,4527.45431047701,1066.76544221562,3032.06638386948,838.539127294987,3862.63664580681,984.527714747153,5445.1221901465,16668.8657184941,5139.37424606861,128367.006427711,48953.4971741263,3380.61980977077,21664.4161077177 -8154,4144.61583411604,4132.72131635915,932.842414353329,1655.80537346402,1660.765233457,2947.25219722809,1688.60637268303,3473.14608678347,343.232155247931,1270.215445998,2701.59686840961,7048.97232376808,1511.24853590517,4111.99915949187,1700.41857679553,4647.22458143432,1185.05384496244,5276.60679392025,305.019847453592,1431.84978445826,602.39184714955,2753.15384435635,1359.60895825034,6318.89586160395,789.123471642857,1839.72135956918,725.304623567307,2505.59409129524,896.950916315304,4478.93178507409,1047.15875474708,2999.57052459727,836.200497651311,3821.239235272,981.781932679529,5386.76465373095,16166.4442853595,5025.97658610023,127209.45925591,48917.384113186,3276.23012443343,21712.5278056763 -8155,4102.26352731648,4008.28286131965,919.034306458475,1605.94818573052,1627.82458790386,2858.50885308266,1663.24506117432,3368.56779560884,335.479504006577,1231.9685777561,2639.96669979185,6836.72398703323,1476.77318424176,3988.18465970806,1661.63747289837,4507.29415717704,1159.51915302097,5117.72533373391,301.041198308532,1388.73601960765,592.70924755582,2670.25490570264,1337.91035882642,6128.63051865404,780.082228221871,1784.32636286767,711.495476260526,2430.14930956204,876.81883611836,4344.06874716353,1023.57814490472,2909.25184755864,825.293179905092,3706.17967272872,968.975664891707,5224.56628131271,15697.5823916175,4903.20203422149,124993.023012,48282.1991448765,3179.87041489127,21469.7058559069 -8156,4035.33726518853,3796.44506954698,906.072321590634,1521.07380706591,1612.91823537111,2707.43662985131,1641.62825896083,3190.5389518502,332.935141201441,1166.85902534311,2620.38245016211,6475.40305173987,1465.81793443161,3777.40905810393,1649.30385892691,4269.0836131208,1149.67164067978,4847.2534955163,296.906785675968,1315.34130622857,585.390895299625,2529.13190558883,1321.32069932709,5804.73233068164,767.846717655103,1690.02469564771,704.001315989828,2301.71589275322,870.07706436248,4114.48466775931,1015.7634287581,2755.49785653055,813.958842386706,3510.30803768021,955.66803373662,4948.44789788134,15653.1283712109,4873.23813807878,123585.709323494,47587.4191791855,3171.84043909609,21136.8718296982 -8157,3653.26930760853,3659.01043541015,815.708476753997,1466.00960401815,1442.60025804645,2609.4250543232,1477.3114231722,3075.03864945832,296.753701214262,1124.61770739974,2334.94272693977,6240.98779404445,1306.14556848647,3640.66354424151,1469.65496470207,4114.53905005702,1026.11117342923,4671.77867670002,267.82672078787,1267.7247997666,526.105445548882,2437.57511712992,1187.6700971514,5594.59594005433,694.096977933449,1628.84432256878,630.01265303022,2218.39176299169,775.662961349492,3965.53672182141,905.455436558965,2655.74642253383,734.236932700616,3383.23181452187,862.066641739901,4769.30975313488,13837.5578539938,4333.36232121796,110877.148447979,42932.8722105629,2802.46155251781,19112.235855618 -8158,3200.5242742387,3575.12006797873,722.677307879903,1432.39830760071,1282.68840761825,2549.59859838487,1302.32207915843,3004.53704069755,265.652549528472,1098.83352493865,2091.01188907811,6097.90026575793,1169.69289270381,3557.19381716313,1315.96763764686,4020.204748799,916.988938891833,4564.668506706,235.105427653502,1238.65959180077,464.733893607001,2381.68867574709,1048.87700695406,5466.32827935035,607.966616106668,1591.49970409311,562.267712359675,2167.53055245694,694.206103982393,3874.6186065198,810.467354184586,2594.85795360929,644.532732035721,3305.66424125691,756.745054697534,4659.96348188275,12520.4921759323,3887.92033176697,98314.2773844543,37762.0758637612,2537.47235127687,16745.6133805548 -8159,2627.84697865585,3356.13437927831,616.435416387494,1344.66007114461,1181.98566672674,2393.42884901682,1131.55075510679,2820.50109209371,250.615826314358,1031.52702567418,1977.43881197739,5724.38752662399,1106.16115394082,3339.30615938365,1244.47743070164,3773.95643017115,853.774502436814,4285.07032325387,201.514488375974,1162.7883710814,408.115559446992,2235.80385929019,920.261763129121,5131.50101756474,505.450465955778,1494.01608056704,507.250254998992,2034.76349518792,653.909593855727,3637.28782940834,764.028373977349,2435.91594739797,552.444429012365,3103.18344432713,648.624296131388,4374.52822572481,12626.8161189983,3747.0806198489,87747.921701009,32046.0396701212,2569.59225445759,13945.0018096368 -8160,2460.58956920002,3119.47387944175,593.511914526865,1249.84029083064,1279.6137878094,2224.65429957421,1166.17929334064,2621.61120187782,268.281437115346,958.788072490946,2162.0338132129,5320.72776208253,1209.4219063553,3103.83231493139,1375.13219819317,3507.83287426105,997.91532587773,3982.90516240768,222.1081029687,1080.79341914999,490.467382416869,2078.14436205936,1102.58684794497,4769.64911937292,491.665065817333,1388.66434180058,513.822771716428,1891.28052001459,690.531415642923,3380.80156918228,883.733917520661,2264.14538623378,608.90105278501,2884.35998196716,714.909945752207,4066.05486934157,14635.6243846683,4188.44423488253,94002.716081218,33404.9459397374,3095.10923755233,14440.0422144507 -8161,2532.16140289456,2970.73256224163,604.995510352824,1190.24598155525,1283.45436559126,2118.57935757379,1185.51136198223,2496.60874363518,267.6361673891,913.07158107939,2155.72840776624,5067.02727078781,1205.89472031915,2955.83681160831,1371.16337305659,3340.57400228458,997.963691356377,3792.99411232839,226.289371024176,1029.25952497475,496.791058110195,1979.05523944102,1117.02395832396,4542.2249061832,505.464409289203,1322.4506880465,516.803136121631,1801.1013530737,689.102120926476,3219.59974540473,881.497590105709,2156.1874484224,620.363842691936,2746.82925737142,728.368392692061,3872.17911322141,14430.062084281,4163.26554874546,94860.7756428831,34113.9641797582,3049.59292523538,14813.4061672012 -8162,2702.45607570372,2904.71195603901,653.51500212519,1163.79433719276,1425.64766450651,2071.49673046251,1291.72494699456,2441.12491287891,298.764397674716,892.779771558927,2408.31659348096,4954.4192843556,1347.19023717139,2890.14724378294,1531.97050048627,3266.33415871915,1110.48293122806,3708.69982956403,246.215117897729,1006.38559191112,543.89022526407,1935.07335151309,1222.66879882458,4441.27995892461,542.064978691388,1293.06096875382,569.145695860965,1761.07425515394,768.86059080852,3148.04839486478,984.209202893215,2108.2690311806,674.989532104733,2685.78460629387,792.504344627372,3786.12504843307,16395.2621778825,4677.92763061595,104243.108503154,36870.5593617834,3468.34299855128,15923.5500394981 -8163,3084.69587991807,2893.86013971686,753.950013739344,1159.44647669054,1691.5099554142,2063.75775242574,1504.73898258313,2432.00502781805,356.206632030626,889.444403975594,2873.40128103766,4935.90989379625,1607.3543502412,2879.34984028539,1827.96251937253,3254.13134519628,1319.74628219344,3694.84436645666,286.364434341735,1002.62580031802,636.543311213401,1927.84404241176,1430.65224741231,4424.68762375371,621.610714460436,1288.23017646232,669.272519663603,1754.49499544219,916.257406938808,3136.28748931843,1173.64434779484,2100.39267420259,785.057380709064,2675.75068841511,921.734864618882,3771.98032970704,19863.2238624164,5610.34354070683,122445.134883252,42612.2751711413,4205.7072580858,18303.2307387895 -8164,3742.04726479093,2898.21386333877,912.768723429711,1161.19082827293,2022.15077011131,2066.86261252362,1810.47302303636,2435.6639046217,425.857742706727,890.782545739539,3434.37175412856,4943.33581849984,1921.15609322432,2883.68173360786,2184.63411647083,3259.02708577198,1579.38488020466,3700.40314622517,344.209041528165,1004.13422001353,764.916375059048,1930.74442451096,1719.19057221674,4431.34443026718,751.879590742862,1290.16827916216,804.842523893178,1757.13457922903,1095.60323022817,3141.00593743552,1403.04530996659,2103.55265041411,943.636206708563,2679.7762730723,1107.92206100197,3777.65515816107,23611.0306599267,6689.36227682465,147055.432316035,51440.0289226256,4997.69109240066,22120.3311302068 -8165,4498.84116742809,2885.80250930683,1030.01724651176,1156.21812744824,2037.62551487767,2058.01144941799,1992.35753447617,2425.23338139307,414.104435513432,886.967845354415,3327.20495660614,4922.16640387579,1861.2079685625,2871.33261218381,2116.21805708004,3245.07057984504,1560.72073949721,3684.55648491088,385.544416429476,999.834100737368,821.466876388303,1922.47617595245,1848.95909954133,4412.36757515747,889.025760499193,1284.64324338891,832.048230434355,1749.60980004677,1067.95949256475,3127.5548470246,1363.08162014906,2094.54436534606,1056.95559019012,2668.30035941657,1240.9702039259,3761.47767168513,21050.4813269116,6325.91052999919,154765.568393311,58609.5863688697,4433.28881967054,25939.572895187 -8166,4468.1557780707,2848.69840553523,1018.64949634307,1141.35209373835,2020.87858240808,2031.55063994261,1979.79449185809,2394.05102890591,409.578149254084,875.563687630537,3290.65870008636,4858.87982330021,1840.76432750555,2834.41455460307,2093.20177207087,3203.34719955398,1544.12904120325,3637.18243012801,383.579282929769,986.978769123894,815.686781374901,1897.75800646548,1836.07481761054,4355.63571500451,884.816143542468,1268.12598828969,821.920057327171,1727.11425387846,1056.32385572555,3087.34242111496,1348.164797379,2067.61383519531,1051.5682502379,2633.9927818501,1234.64493499202,3713.11460546191,20792.9098525176,6259.20153838279,153409.705275798,58207.179248107,4378.6692448902,25793.9242584657 -8167,4368.97627788012,2980.73962424362,996.45773569096,1194.25538498875,1983.77987304344,2125.71589866027,1938.53886477141,2505.01869571563,402.600165542721,916.147308608772,3234.91150486824,5084.09580691557,1809.57985726155,2965.79369652534,2057.67846321807,3351.82689377269,1516.70167991471,3805.77100370451,375.467747874879,1032.72663743498,799.195468346999,1985.7217865204,1798.89374067649,4557.52561915914,864.760985857455,1326.90542968096,806.570274867597,1807.16845353948,1038.261108451,3230.44512902605,1325.22775730035,2163.45067425381,1029.33078042654,2756.08208983327,1208.5359501844,3885.2227432544,20487.2168316438,6155.97311419375,150449.576251553,56965.9918483056,4314.94640764648,25224.6062775662 -8168,4260.61313970448,3190.10813852107,971.651292736085,1278.14042935467,1906.3189337796,2275.02715545661,1875.90954798728,2680.97235442954,386.410723301937,980.49791451296,3103.78745034691,5441.2050213134,1736.23026253317,3174.11240200519,1974.09261054266,3587.26074755737,1458.17555603416,4073.09009935614,363.394731393348,1105.2658287068,772.164503039489,2125.19979286174,1738.15544576777,4877.64830277224,841.052151905589,1420.10787384596,780.103559677612,1934.1047921211,996.72845964673,3457.35307214793,1271.83307926124,2315.41243894368,996.233057526577,2949.67055615948,1169.67595614315,4158.12256542472,19502.8851126255,5889.51757240027,145270.077095583,55314.0292785668,4105.57137098852,24525.7181210229 -8169,4133.0618564595,3432.81186431672,940.064623176058,1375.38147286307,1831.25794279037,2448.11143440259,1811.92899107697,2884.94098211276,370.658053836788,1055.09428763074,2976.56554705109,5855.17240867069,1665.06349544847,3415.59917066941,1893.15685377663,3860.17988102484,1400.12527617741,4382.97117538557,350.953659753657,1189.35455641561,744.971407031439,2286.88519203659,1677.00319426184,5248.74024222997,815.501394055502,1528.14981382043,751.127124212212,2081.25166575173,956.239932689968,3720.38881750996,1219.91546694393,2491.5692340377,962.126325183501,3174.08176818239,1129.63128540782,4474.47291943229,18601.2486442482,5638.36033385893,139972.821138742,53516.8226723072,3914.40285925735,23757.1741512937 -8170,4038.6776382005,3614.82340756979,919.949719908296,1448.30574437345,1798.27885444726,2577.91305413678,1774.69008755254,3037.90379542816,364.345118726081,1111.03657260282,2926.21940006284,6165.62023052562,1636.90032209935,3596.69807755959,1861.14831922752,4064.85095685136,1375.57060498451,4615.36123321486,343.61725304912,1252.41547173651,730.139719518551,2408.13841519509,1643.5569681133,5527.03434903879,797.229549046765,1609.17403446781,736.876828631724,2191.60196823092,939.88025624149,3917.64801403491,1199.17329661572,2623.67503515166,942.013840738568,3342.3751509464,1106.0172431957,4711.7145025716,18338.376519598,5547.59465878385,137262.861506499,52367.1563891781,3859.78328447702,23230.5203459664 -8171,3877.55236409145,3794.62560888555,883.006010551771,1520.3448266897,1713.25894866802,2706.1390806043,1697.30811982931,3189.00987398781,347.034076234595,1166.29980374102,2786.69650330292,6472.29969033106,1558.85249197367,3775.598720523,1772.31833545979,4267.03763864939,1311.25580202788,4844.93043094156,328.482741200207,1314.71092393166,697.805616264914,2527.91980955544,1570.78620765365,5801.95039075302,764.486929269628,1689.214744919,704.563336197457,2300.61278670429,895.326638654022,4112.51278541731,1142.1481407689,2754.17727375884,900.523142853094,3508.62570927376,1057.30306797978,4946.07633550644,17391.458197416,5274.53769561078,131131.974997393,50167.3381871871,3659.51151028245,22266.8764557902 -8172,3818.67017604883,3768.37331513297,867.814338285661,1509.82665095662,1675.95981865393,2687.4172446706,1666.26272279553,3166.94740126434,339.003882086828,1158.23101166317,2721.76501658692,6427.52248956388,1522.5304132131,3749.47806016827,1731.00785115518,4237.51706479334,1281.82123934273,4811.41183121828,322.641965948732,1305.61538172745,684.423670022553,2510.43094497074,1540.73997044859,5761.8108561335,752.442458781678,1677.52827930538,690.114096125673,2284.69649642625,874.703243723534,4084.06125822284,1115.67443449084,2735.12309601121,884.510876068729,3484.35204375797,1038.5030860684,4911.85797979346,16919.8380960841,5145.78287624605,128517.363955216,49313.0974646321,3559.37562318517,21908.8944760766 -8173,3843.97837322738,3665.11864053137,876.555576617888,1468.45690159466,1703.3603332642,2613.78112374732,1685.50797241193,3080.171995525,345.475703208259,1126.49509905003,2774.39550983881,6251.40624850856,1551.9714289327,3646.74112179919,1764.5018898394,4121.40769635925,1304.93730904309,4679.57755646326,325.789300990986,1269.84108865151,693.360885365443,2441.64430716822,1560.67999735319,5603.93533390833,758.376777192734,1631.56344988706,700.873261522332,2222.09505713822,891.261548023316,3972.15662961894,1137.04059723938,2660.17981899037,893.139177310695,3388.87964588516,1048.6335634992,4777.27144736151,17346.1311539628,5253.17008103815,130320.475640724,49780.1594496849,3650.40824781906,22079.6070436 -8174,3884.82921935216,3609.36501297922,888.686928252691,1446.118798194,1732.33113820303,2574.02039740557,1706.91865892568,3033.31655124663,351.818470384442,1109.35890392193,2825.76492200137,6156.31012479728,1580.70700744508,3591.26705227373,1797.10882583873,4058.71301926142,1328.07416703926,4608.39202339506,330.079819541754,1250.52432047813,702.727304231661,2404.50211869682,1581.74423433397,5518.68850997803,765.772912477977,1606.74417666988,711.946085635025,2188.29264244117,907.533993379808,3911.73235334655,1157.95949450494,2619.71327768675,904.901473362202,3337.32815407088,1062.44366021958,4704.59979901534,17731.3855832653,5355.562659273,132284.909470768,50382.7126471846,3732.33760998957,22325.6655475209 -8175,3888.29261146363,3611.44440289543,887.159725320461,1446.95192114936,1719.26594805891,2575.50331532581,1703.18895544907,3035.06407410083,348.542838321045,1109.99801626163,2798.87858880951,6159.85683430116,1565.66703899265,3593.33601578062,1780.06821184415,4061.05128288803,1317.09005598634,4611.04696238541,329.265673157367,1251.24475957271,700.42859094883,2405.88737550546,1576.61474461063,5521.86787953391,766.971844772025,1607.66983745145,708.057066468604,2189.55333889,899.205184267091,3913.98593999716,1147.12041502558,2621.22251971502,902.669521515565,3339.25082093491,1059.82312841675,4707.31016423101,17477.3766158698,5297.63096039055,131621.067560775,50325.8487765785,3677.71803520923,22327.9816197139 -8176,4085.66979306246,3774.67646404369,934.487721598714,1512.3520542048,1821.48112544578,2691.91233835211,1795.02372863314,3172.24457842628,369.893783356357,1160.16832039801,2970.92668290619,6438.27344972382,1661.90916650961,3755.74960403465,1889.43115961958,4244.60492441804,1396.33807791401,4819.45961276933,347.124839642728,1307.7992121187,738.971992739197,2514.63000349095,1663.32956409688,5771.44831738921,805.385898380076,1680.33418776035,748.575895406396,2288.51798146197,954.163771828622,4090.89244083623,1217.45005864785,2739.69798462272,951.629758127604,3490.1801260504,1117.30727947912,4920.07377204277,18639.7393878509,5630.53156433122,139099.662987936,52984.5286084767,3923.50612172074,23479.7164749297 -8177,4194.06130750854,3981.77064461543,956.899344031668,1595.3258699437,1854.99763595912,2839.60165297081,1835.75365839585,3346.28688319074,376.077664521815,1223.81989687795,3020.01174880511,6791.50344892194,1689.3669026515,3961.80537969892,1920.63037286512,4477.48130125364,1420.85956751781,5083.87486764281,355.220767484005,1379.5504227896,754.929160121527,2652.59288454174,1699.34786599449,6088.09356404472,826.201270113156,1772.52419000709,763.492867409177,2414.07543270557,970.237589333811,4315.33552249163,1237.74496349307,2890.00901512934,973.824441346883,3681.66567458344,1143.3660286038,5190.00913097474,18861.4858441882,5715.97732829261,141971.09794863,54269.1208586359,3969.02243403769,24076.8639729123 -8178,4222.27936282174,4030.44135440195,958.98211618286,1614.82614993495,1840.04113606462,2874.31119309663,1836.86622128371,3387.18983122329,371.878875967263,1238.77911687031,2985.20220520472,6874.51860044093,1669.89476288973,4010.23204639474,1898.53412334101,4532.21127252474,1407.41891992422,5146.0170200565,355.53419739452,1396.4131967302,753.91805740868,2685.01654476434,1697.20440861743,6162.51066674989,831.785653029768,1794.19043302842,759.484696501996,2443.58360263165,959.633991508444,4368.08352371834,1223.8164832973,2925.33470377642,974.683697717703,3726.66808621681,1144.37488040762,5253.44860319664,18482.5400427332,5636.38691116003,141434.042060702,54426.9318503806,3887.09307186718,24198.744634944 -8179,4218.0589737944,3957.79268456855,956.795327908092,1585.71892283764,1839.96644485543,2822.50175921474,1835.26495788818,3326.13576441673,371.700211082128,1216.45013422434,2983.82221615787,6750.60546335447,1669.12280966052,3937.94764915977,1897.6582328014,4450.51820434667,1406.36501269073,5053.26010869769,355.53419739452,1371.24286118631,753.221781062566,2636.61914524759,1695.69210996417,6051.43146638279,830.703943179614,1761.85016631173,758.542957695279,2399.53802976554,959.161587547517,4289.34885676364,1223.23394854148,2872.60557156495,974.683697717703,3659.49492686082,1144.37488040762,5158.75523850011,18481.9926075847,5635.32724787731,141335.652829796,54378.2745029564,3887.09307186718,24180.4668926685 -8180,4115.62666407387,3799.10929083171,932.966433433331,1522.14124703625,1791.52614947463,2709.33662054371,1788.94121259134,3192.77796799019,361.754314137753,1167.67788893646,2903.82975788407,6479.94727833123,1624.37576140054,3780.05992053691,1846.7795217972,4272.07951671483,1369.04062917186,4850.65513987008,346.61631956205,1316.26436984217,734.002551228504,2530.90676784321,1652.45063217174,5808.80590244266,810.38590091446,1691.21069983936,738.873183041194,2303.3311618696,933.528294064468,4117.37207885752,1190.48762922228,2757.43157502375,950.235669355746,3512.77145733166,1115.67048163864,4951.92055716507,17964.0474460777,5482.26986953019,137695.803695765,53026.952623138,3777.85392230651,23586.6508761717 -8181,3714.92021579314,3694.36005137929,836.887254068173,1480.17268920851,1593.46324948448,2634.63464997723,1603.13335947267,3104.74652738528,320.51157521369,1135.48261329997,2571.7967472398,6301.28183410855,1438.63953736362,3675.8359113155,1635.58137063207,4154.28951753369,1214.6613234733,4716.91262344036,311.305059783522,1279.97226000684,656.3244134239,2461.12447447873,1477.80499142777,5648.6452032293,730.254052925948,1644.58055024365,657.955751676457,2239.82359497882,827.303119536837,4003.84768121943,1054.66534696162,2681.40352786468,853.431172054986,3415.91713955416,1002.01244541532,4815.38594536971,15765.7426524694,4843.52544503514,122927.461266739,47661.2811939327,3313.58753667367,21251.4081118601 -8182,3320.29110176678,3668.04277846459,760.905233670236,1469.62847909335,1475.57400270344,2615.86647412277,1455.99203522359,3082.62944606244,299.994617980822,1127.39384950637,2409.36167002772,6256.39380169308,1347.77484341656,3649.65059761505,1532.19337219723,4124.69587493276,1132.83073457164,4683.31105913708,281.262340683086,1270.85420469513,599.401318777425,2443.59232179974,1349.1237085368,5608.40631602169,653.745709674697,1632.86515851976,608.847009800611,2223.86790901154,773.885223451071,3975.32573136339,987.37275011198,2662.30218759035,771.070181869241,3391.58339233802,905.312512386008,4781.08289305443,15094.7762427166,4561.8196633811,112872.415273383,43017.390509976,3177.03859972283,19056.8863044637 -8183,2673.762597882,3444.76835160752,630.803160855201,1380.17192796236,1298.35748614961,2456.63820907269,1225.22689391331,2894.9892345515,268.648492568965,1058.76918213101,2161.96181169871,5875.5659802548,1209.38162936795,3427.49570613035,1375.06635063114,3873.62489156195,1005.88948437545,4398.23706854423,234.683121562355,1193.49707957159,510.506700787992,2294.85041553699,1148.22372915481,5267.02160994816,531.542668136809,1533.47236121003,527.043423366236,2088.50066746639,692.11100687601,3733.34693562759,884.639344765919,2500.2473722691,643.374995689952,3185.13709827948,755.385757937636,4490.05751326056,14188.5768354412,4150.35590414031,97021.2888088309,35557.9836477754,2994.97335045504,15543.0601124941 -8184,2607.39228862573,3249.95556044034,591.323182523917,1302.11874175857,1350.65673369859,2317.707373223,1286.49646638392,2731.26823051977,269.429623988403,998.892360667389,2188.22818682259,5543.2837216332,1224.07479895726,3233.65973892716,1398.24260547993,3654.55887607569,1043.81932575363,4149.50253777725,246.190648732271,1126.00095977801,530.110251391395,2165.06920265709,1192.73485474866,4969.15450358874,485.504024387968,1446.7495397101,510.410529946175,1970.38920020509,689.93735484972,3522.2140922288,924.511207736528,2358.85029720225,674.922450803289,3005.00729417338,792.425584557314,4236.13023938414,15044.8348837311,4350.88863901491,97770.2373152303,34923.2230830219,3278.72979255046,15316.4111481746 -8185,2734.04632247206,3127.79143910656,617.258375747881,1253.17278265209,1400.89786605054,2230.5859712552,1342.37649757452,2628.6012932946,278.664467148228,961.344521849733,2262.71555337147,5334.91460009806,1265.74234934449,3112.10816895894,1445.89854211665,3517.18592876749,1080.78929152295,3993.52491836907,257.151616670827,1083.67517552832,552.217639860876,2083.68538929393,1242.59247720217,4782.36659759643,509.391820053577,1392.36698492686,529.536460181615,1896.3233058099,713.693287098322,3389.81591578472,956.094074869671,2270.18235434687,704.971534236641,2892.05064942327,827.706174907724,4076.89633020425,15483.2122729843,4494.26717971557,101647.211439976,36507.2610759615,3373.30853656634,16044.0586006191 -8186,2861.5632664017,3075.0269349529,650.457986802182,1232.0322936576,1502.79126104589,2192.95693970475,1423.70854979586,2584.2579134502,299.597883355159,945.127050831037,2433.87413488792,5244.91687197055,1361.48689167386,3059.60823486661,1555.41544754284,3457.8525060759,1159.97660264452,3926.15586060248,272.685877584873,1065.39403868989,587.265399781571,2048.53450774739,1321.32438166313,4701.69011800504,534.799578140011,1368.87834925857,564.635103242216,1864.33314249688,767.058597247724,3332.63117074953,1028.157800324,2231.88534874483,747.558129225174,2843.26299159028,877.707041507921,4008.1208323691,16823.9357187127,4851.54399385045,108300.825027612,38513.9711672656,3667.55351794907,16880.0019397427 -8187,3107.31733719455,3117.91434173196,705.33438390505,1249.21545050817,1639.02645428352,2223.54211450534,1549.92424464047,2620.30056371005,326.480814877393,958.308739689155,2652.47391232714,5318.06773801783,1483.76960434175,3102.28059700489,1695.2062322125,3506.07918185698,1263.58881549967,3980.91396420075,297.191980083613,1080.25309146693,639.425169563964,2077.10542260217,1438.72998598055,4767.26459943411,581.389606946076,1387.97009831884,613.722553046878,1890.33500054408,835.843191670553,3379.1113843177,1120.45695550486,2263.01345814375,814.74069218301,2882.91798619021,956.586002580499,4064.02210159166,18364.8376899747,5292.32505545368,117907.012643496,41883.1124067443,4003.83349667219,18359.174139403 -8188,3808.21934864516,3234.36014552355,864.800878815904,1295.87032338145,1991.9665060388,2306.58549556378,1890.0781115426,2718.16181705907,397.27362591053,994.099021025627,3227.13473276649,5516.68341648051,1805.22960219935,3218.14252203283,2062.2725873456,3637.0219095079,1538.29114912916,4129.59050742131,361.840448770424,1120.59766984439,779.444668146729,2154.67978289086,1753.70679334217,4945.30924637586,710.906281361968,1439.80708805719,749.771921087064,1960.9339825711,1017.18703101352,3505.31220259599,1363.31210882759,2347.53098885254,991.972049878615,2990.5873014353,1164.67311252428,4215.8025125903,22273.0861565876,6427.71492000094,143751.379847775,51180.9729717203,4855.0421928151,22434.1150957588 -8189,5068.36881119195,3501.36672717668,1112.62998604981,1402.84848590634,2425.31468763639,2497.00136786964,2401.71539981652,2942.55460651312,474.816718608537,1076.16501537574,3849.67833843697,5972.10294764671,2153.47479140868,3483.81028796478,2459.9129837716,3937.26948360669,1852.2199591246,4470.50116529591,464.47307171981,1213.106524694,978.161777959349,2332.55536183127,2202.55279858734,5353.56004643595,939.148239158165,1558.66768227833,922.954250233148,2122.81523758793,1217.27075589739,3794.68672699382,1627.91234893667,2541.32704014443,1273.33554508066,3237.46966968259,1495.02163166629,4563.83024208398,25516.5068375562,7583.73431936312,178698.519084048,66276.8661053133,5548.61964893154,29462.3972726285 -8190,5117.18703456721,4120.11501853769,1124.29938254948,1650.75456696767,2481.2143606592,2938.26200986508,2443.68118670524,3462.55173245958,485.936878481701,1266.34082852833,3940.94299207677,7027.4704034482,2204.52740247949,4099.45607175911,2518.52331366499,4633.04886218491,1893.63177290219,5260.51123081814,472.579751900863,1427.48212367576,996.504869409958,2744.75572731593,2243.75508682749,6299.62093909252,951.224858448282,1834.10954265923,938.509075705968,2497.9511212238,1245.54748554898,4465.2694198473,1666.26368795634,2990.42074737424,1295.55970543707,3809.58307068713,1521.11498985991,5370.33306923233,26280.1945500746,7782.52087543008,182056.165836677,67205.3223017027,5716.75963829311,29848.2657785394 -8191,4991.28556030133,4622.35252064184,1096.24414645619,1851.97973824823,2423.12442746242,3296.43292638621,2384.0415889179,3884.63299116048,474.873688208267,1420.70638669139,3851.33778377252,7884.11133838776,2154.40306992539,4599.17527090825,2461.19285034338,5197.81243727949,1849.80385158263,5901.76178049202,461.005800099553,1601.49062898873,972.431826234552,3079.33844021855,2189.52515500061,7067.53782258179,927.20953383014,2057.68548438561,916.627967312114,2802.44862332192,1217.16590713434,5009.58086492975,1628.35224998358,3354.94975679367,1263.83014968244,4273.96706891814,1483.86135911065,6024.97078056395,25699.3325857611,7605.69382805011,177753.112997637,65561.908839933,5590.65464627193,29108.6508970627 -8192,4872.8025852157,4751.469601417,1070.54713190988,1903.71145199995,2338.1575382544,3388.51283472843,2312.25600313551,3993.14320743275,457.954090211315,1460.39125721328,3713.18953731755,8104.3397688186,2077.12420658563,4727.64493701466,2372.71198429454,5343.00395292469,1786.00941520083,6066.6168513947,447.112144017845,1646.22538125619,942.052213196239,3165.35420564195,2121.20790084701,7264.95674462305,903.125252230953,2115.16321714417,889.256883442821,2880.72997110962,1173.99274586468,5149.51447109638,1570.14539521937,3448.66422725219,1225.74121144871,4393.35263044845,1439.14118554241,6193.2674726635,24644.6344142631,7317.81072806694,172148.657484688,63771.6949645164,5359.46216089979,28338.7974313654 -8193,4723.38715683603,4747.6357300015,1035.08090649231,1902.17538305046,2246.09312216978,3385.77870748194,2231.78367325414,3989.92121531553,439.413191892001,1459.21289498724,3562.14049755035,8097.8005295542,1992.62875766529,4723.83028927257,2276.15988787255,5338.69278357154,1715.04035973708,6061.72181240962,431.493823923503,1644.89707297221,908.315644530667,3162.80014089421,2045.30976118006,7259.09478772665,875.080926179585,2113.45653174416,856.026484116751,2878.40556430109,1126.61194232129,5145.35942476534,1506.42978464444,3445.8815649789,1182.92417136297,4389.80771687833,1388.86975364891,6188.27024167524,23539.4031402152,7010.47158752437,165804.886121874,61656.2472371067,5117.76092619254,27427.198612955 -8194,4538.41356717677,4783.5051918739,991.006259540242,1916.5467483483,2134.39206469141,3411.35903149226,2132.4954989113,4020.06597263174,416.694155771261,1470.23757848807,3377.1086582802,8158.98124430653,1889.12364205658,4759.51989565539,2157.88839901628,5379.02781518289,1627.97420142447,6107.51949188561,412.642466154804,1657.32464244013,866.636347375183,3186.69581139541,1951.61720760928,7313.93889088123,840.057400853509,2129.42417391294,815.089813059177,2900.15256944506,1068.54234943356,5184.23377911821,1428.36741413568,3471.9159796731,1131.24387947643,4422.97370716961,1328.19198917457,6235.02402316004,22193.5227695095,6635.78771468564,158013.902766653,59048.8811639588,4823.51594480981,26307.5361189267 -8195,4349.51328080035,4826.26264032872,949.0516554575,1933.6778364347,2028.206760143,3441.85152645133,2034.64968083198,4055.99940569287,395.803466764129,1483.37932391469,3207.19466076542,8231.91044705724,1794.07530861475,4802.06295110223,2049.21152349686,5427.10835347423,1547.54585206108,6162.11166632386,393.574818035194,1672.13866900216,826.185867455092,3215.18015006162,1860.55729691562,7379.31466713412,804.092985897783,2148.45807075269,777.258185918379,2926.07563611379,1015.09840271187,5230.57314736326,1356.63361446654,3502.94976401863,1078.97063568667,4462.50853836883,1266.81804063054,6290.755899178,20990.013255512,6292.1457398771,150568.814782452,56446.3310320182,4560.79721143237,25164.1750898357 -8196,4298.72257467056,4781.94565416411,937.21736602715,1915.92190802583,1999.37094249357,3410.24684642339,2008.30713731217,4018.75533446398,389.989786240408,1469.75824568627,3159.89620661635,8156.32122024184,1767.61698671662,4757.96817772888,2018.98106402444,5377.27412277883,1525.17188794853,6105.52829367868,388.551000762896,1656.78431475707,815.213415063322,3185.65687193822,1835.88163485247,7311.55437094241,794.535790629627,2128.72993043119,766.586166054212,2899.20704997455,1000.22818328456,5182.54359425364,1336.66812346026,3470.78405158306,1065.19802863085,4421.53171139265,1250.64764033626,6232.99125541013,20653.1478637265,6196.98843513099,148529.631603842,55745.3111183379,4487.23596608669,24860.3042318734 -8197,4264.53403483231,4751.01473467586,928.645587366131,1903.52920627454,1973.04352803055,3388.18844629291,1987.75671644102,3992.76093664286,384.71179169083,1460.25145132843,3116.7597297934,8103.56392577866,1743.4868368023,4727.19235105154,1991.40095358545,5342.49245753487,1505.22762197359,6066.03608323907,384.356457704261,1646.06778513601,806.451475083148,3165.05118058384,1816.14643253549,7264.26125723154,788.183851108018,2114.96072876052,758.015420347499,2880.45419364201,986.769248678755,5149.02149880309,1318.50222597032,3448.33408041554,1053.69884579953,4392.93204688982,1237.14646451051,6192.67458001583,20317.819344436,6106.87274684824,146831.045147291,55223.3237379004,4413.674720741,24638.7224797884 -8198,4284.24258940079,4717.54956483341,934.04646244153,1890.12113836789,1982.25753734411,3364.32274430174,1995.28341549936,3964.63675047484,386.525896404506,1449.96574068335,3131.46271021488,8046.48408952262,1751.71154933999,4693.89498117574,2000.71555695337,5304.86104036234,1512.37154749738,6023.30817370126,386.147237302202,1634.47322248401,809.481198985007,3142.75721156176,1823.02768069481,7213.09329621073,790.761847101465,2100.06338073053,761.564971279859,2860.16486721453,991.421107035556,5112.75285123982,1324.72082154821,3424.04472495799,1058.60820105455,4361.98913779242,1242.91053222396,6149.05465497399,20414.5646638179,6135.18777864434,147493.266266884,55463.1101028785,4434.6922194112,24744.6903436785 -8199,4312.28610154493,4730.35080644437,939.465658953672,1895.2500505359,1990.60489719368,3373.45195592214,2007.73494900153,3975.39493589399,387.968634735486,1453.90027523758,3142.97617775173,8068.31851553832,1758.15207759264,4706.6320352172,2008.14307769282,5319.25597293422,1518.56477255747,6039.65263859117,388.286538421667,1638.90842477285,814.31182955333,3151.2851970841,1833.87899439373,7232.66628612387,796.85872871801,2105.76197877716,765.441020903492,2867.92602817516,995.158321035455,5126.62649128247,1329.62971285348,3433.33599433599,1064.47301501881,4373.82555330642,1249.79640278349,6165.7403374953,20464.520443327,6156.17550991616,148232.455486175,55807.2687575927,4445.20096874629,24906.2124096762 -8200,4457.81418097183,4860.24765607443,968.681684383709,1947.29418444885,2041.01200003245,3466.08795679879,2065.35477940828,4084.56047125015,397.189235495379,1493.82481216037,3217.04868296672,8289.87695800151,1799.58755835068,4835.87756028687,2055.35917766454,5465.32433478145,1555.60056169933,6205.50330859731,400.010664988581,1683.91334088185,836.746449748212,3237.82043223609,1884.57552407257,7431.27746813454,822.128572842352,2163.58683327659,785.711189671238,2946.68013569811,1018.94046547482,5267.40518988139,1361.10260472489,3527.61642883953,1096.61426927366,4493.93211272522,1287.53340821424,6335.05341346982,20857.0891939499,6292.92184989963,152292.152729986,57535.335596499,4529.27096342708,25705.7441718968 -8201,4539.65863756753,5026.07895934532,981.805013208,2013.73572309253,2046.73454610318,3584.35063059671,2087.3731338856,4223.92538311624,397.132265895648,1544.79400817435,3215.38923763117,8572.72696836724,1798.65927983397,5000.87735762817,2054.23913778883,5651.80081116062,1557.62502799762,6417.23463875501,404.721847929333,1741.36834393394,843.950076414073,3348.29463438168,1901.01286571617,7684.83212516279,836.204115334741,2237.40826166689,790.288143800465,3047.22065169723,1019.04531423787,5447.12867915712,1360.66270367798,3647.97844971373,1109.52980100863,4647.26475579181,1302.69751747268,6551.20498396301,20674.232453114,6274.78454750438,153356.234626984,58333.768904938,4487.23596608669,26116.1551121597 -8202,4566.16862945539,4963.5673161413,983.057409728456,1988.68997071829,2028.1098557768,3539.77042213792,2085.941223235,4171.39049088602,392.361472520348,1525.58069842657,3175.58501546655,8466.10404145608,1776.39316264509,4938.67915827321,2028.82926979346,5581.50677904827,1541.34283991046,6337.42055598013,404.541444768401,1719.71014924912,841.737299648957,3306.65036233196,1896.17646046341,7589.25235258526,841.163621388057,2209.58059161109,785.407417799095,3009.32097449685,1007.05008883508,5379.38024797804,1344.07644918091,3602.60687296195,1109.0352324938,4589.46459812646,1302.11684521322,6469.72465071986,20249.126142794,6183.04428000371,152608.857764388,58444.0938104745,4392.65722207081,26217.7158931086 -8203,4489.65983878257,4838.02418383001,960.567941641244,1938.39018586233,1962.94228948205,3450.23927686406,2034.71362418863,4065.88382703634,378.341593585289,1486.99430133041,3060.87856541917,8251.97151294552,1712.22742543981,4813.76552025448,1955.48345519244,5440.33415068888,1488.31949114664,6177.12865769471,395.407143617763,1676.2136506518,819.218041080826,3223.01550508011,1845.73103803937,7397.2979674506,825.754217398861,2153.69383700559,761.845268577869,2933.20644693926,971.325143374459,5243.31999066502,1295.79735228896,3511.48641009505,1083.99388770386,4473.38361753678,1272.71583438649,6306.08639498358,19339.9455527086,5945.17504930396,148297.46833919,57203.3590643715,4192.99098470395,25720.9411194757 -8204,4350.93319667505,4567.1187452961,928.290941246041,1829.84991748046,1884.50020285647,3257.04293289584,1962.92281559979,3838.21443156854,362.536094736421,1403.7299711012,2932.29885761808,7789.90190011567,1640.30111495518,4544.21844696317,1873.30314381332,5135.70233140421,1427.47446007267,5831.23998820725,381.711834291977,1582.35397222686,789.330407807374,3042.54256909861,1778.51566507359,6983.08584826856,799.66062758784,2033.09762846826,732.794957118032,2768.96138560319,930.895915175508,4949.7199904434,1241.51961034259,3314.86052942829,1046.44870967916,4222.89624819093,1228.63408898283,5952.97672968354,18425.5213370795,5686.60782470043,142745.125932522,55291.2234138309,3993.3247473371,24891.58588892 -8205,3925.74770260387,4332.66759369999,832.364229282786,1735.91532888602,1674.85166100907,3089.843981215,1757.66904458282,3641.18128140556,320.976005913336,1331.67007368916,2595.10277236554,7390.01050837466,1451.67671428698,4310.94287270924,1657.83269905514,4872.06317661045,1265.51766975771,5531.89569551142,342.530973488183,1501.12448560505,705.237240379393,2886.35490486499,1589.28683694236,6624.61202480878,720.380396553642,1928.7294027039,652.183595489044,2626.81789825715,824.399813433673,4695.62816219107,1098.98180129493,3144.69353534577,939.03584597191,4006.11561609569,1102.52078335655,5647.38313172056,16156.229596901,5020.54245271762,127349.397499234,49672.2039313091,3499.41352858751,22412.7421738017 -8206,3444.15064049321,4111.47255675913,738.319381511209,1647.29190071039,1492.36029694632,2932.09863408518,1552.67488719412,3455.28859274881,287.8576470927,1263.6845186535,2328.36145412224,7012.72939644026,1302.46406477059,4090.85694473143,1487.321272283,4623.33045686625,1133.3873384186,5249.47664390892,301.505502301482,1424.48779957609,624.750414991381,2738.99825541087,1407.58112609651,6286.40668829113,631.808413165913,1830.26226617574,582.918272196117,2492.71135316083,739.12401723594,4455.90295310587,985.797363685302,2984.14796205278,826.566051927052,3801.59198890118,970.470142301471,5359.06811714236,14642.6235414856,4512.58630829095,113141.492840738,43759.3765043506,3173.64229919948,19678.1533571271 -8207,2824.19733554803,3781.6944026472,626.343154637681,1515.16384323212,1362.95325469375,2696.91718464729,1344.44219683399,3178.14246607275,268.365905232306,1162.32532381799,2176.31322193909,6450.24359026782,1217.40967676746,3762.73235351856,1390.54515081181,4252.49656149991,1046.3406858354,4828.42002884384,258.6656491272,1310.23069324398,548.773781506848,2519.30524364548,1235.36675343702,5782.17868602625,523.456977536406,1683.45829184593,521.222378335367,2292.77283054371,687.899759769707,4098.49829322035,920.192182068571,2744.79167475256,709.122197559204,3496.66912453096,832.57946339556,4929.22125156474,14493.7700814261,4288.09425681738,100411.295633399,37029.537600813,3152.62480052929,16410.43103917 -8208,2712.8108652558,3572.000986256,602.461685535337,1431.14862443037,1448.85301233456,2547.37422375204,1381.01396940251,3001.91575906484,279.651324181808,1097.87485739776,2286.80392624123,6092.58020687759,1279.21716442791,3554.09037503858,1467.65456802461,4016.69735690301,1126.42107424699,4560.68610224437,277.404330313292,1237.57893425081,589.352503920992,2379.61079263365,1326.6499570027,5461.55922983527,505.045144656978,1590.11121432371,523.421792115319,2165.63950969444,712.852816829979,3871.23822995948,990.822150773919,2592.59409285432,760.493590810993,3302.78024387491,892.894550378698,4655.89793816714,15858.5515404259,4613.46300677038,104146.144101636,37701.5022889191,3513.11734829844,16671.3067317618 -8209,2843.30340190197,3442.10413662594,628.630632891165,1379.10449051742,1493.998521451,2454.73822287539,1439.82790445398,2892.75022370869,289.098181337905,1057.95032047497,2363.49949616323,5871.0217644144,1322.11996355029,3424.84484996891,1514.49940102746,3870.62899505579,1152.36743767861,4394.83543223824,284.548169884345,1192.57401814181,603.374653127548,2293.07555748166,1358.30554164127,5262.9480478246,529.640143724598,1532.28635982428,542.791616025403,2086.88540217149,737.049777900815,3730.45953136056,1013.86313451144,2498.31365835079,780.07815966553,3182.67368445612,915.888767572671,4486.58486219262,16280.3094415853,4751.09884334987,107571.842866037,38964.601883776,3599.14006751364,17237.2956798822 -8210,2955.93459440138,3384.01119620596,656.785687391169,1355.82912410765,1580.7372736025,2413.30921443525,1512.58394210244,2843.92881688149,306.823586735841,1040.09512420688,2509.38987320768,5771.93559385511,1403.72970380767,3367.04319728215,1607.02223085913,3805.303772264,1216.17809431116,4320.66309381186,297.65869836035,1172.44675626,633.061293637036,2254.37495562542,1424.9861530452,5174.12443434862,552.057932619382,1506.42571857858,572.366798373573,2051.66470444719,782.035487151215,3667.49997096013,1071.56147359641,2456.14922033722,816.020182873626,3128.95919314831,958.088250960651,4410.86405400579,17391.2688289495,5053.0944598521,113216.620481134,40701.339998795,3840.31623428777,17963.5100713849 -8211,3209.88492885789,3406.42961223989,712.205570689404,1364.81122836583,1704.43756489344,2429.29691862736,1645.88837387771,2862.76929219056,334.359050962885,1046.98555212139,2734.81220202824,5810.17354460693,1529.82888920944,3389.34920362324,1742.04679814969,3830.51316967904,1279.67709884141,4349.28664650228,314.73824055919,1180.2139879964,668.980610116813,2269.30975126332,1505.8705788114,5208.40200243428,600.166879854382,1516.40549598628,622.137727885769,2065.25658409523,852.171985908775,3691.79644499237,1127.97102216771,2472.42073123668,862.843108678479,3149.68793926589,1013.06298814332,4440.08517051472,18733.5336721023,5466.25947401033,121781.260936072,43717.7019046405,4085.20242355534,19229.9246603573 -8212,3925.80642580611,3495.77836795873,871.043775315197,1400.60946843731,2074.20868244949,2493.01602680181,2001.83678891479,2937.85813983569,405.356342180307,1074.44740132605,3314.90100046643,5962.57116787083,1854.32524822794,3478.24994971593,2118.59556123723,3930.98540143915,1586.26750053584,4463.36601826831,385.54663032431,1211.17034503678,823.276345181341,2328.83248494537,1852.88960229872,5345.01549256156,732.261029498297,1556.17996945397,757.611388789456,2119.42711659823,1033.25016609345,3788.63021415115,1398.2183143807,2537.27095305124,1056.96165949996,3232.30250357829,1240.97732989481,4556.54613710733,22848.551999158,6646.79535158295,148813.169261206,53359.9788496882,5029.30507728691,23509.1635067505 -8213,5230.84688897651,3714.82904212441,1123.19348919856,1488.3737418009,2533.73447055739,2649.23212058571,2548.01837796946,3121.94870233606,486.115306134726,1141.77387424358,3967.6518377753,6336.19474940402,2219.4680860543,3696.20226711268,2537.9463206014,4177.30679589972,1924.7941129959,4743.04717434823,494.81263745853,1287.06408104749,1036.36684264204,2474.76059369561,2334.06834839403,5679.94211657271,968.635033356735,1653.69252189621,935.318695961288,2252.23357337798,1240.71221767815,4026.03142075536,1684.48815707043,2696.26012636414,1356.51032921696,3434.8433880365,1592.67703913006,4842.06609808335,26375.0943856061,7881.94343291327,185536.863891355,69049.3817541872,5810.34510243274,30834.0843214659 -8214,5317.26279903966,4238.7051914076,1144.74387565263,1698.2685971784,2624.13814605186,3022.83464876453,2617.88892881533,3562.21511726215,504.245071982185,1302.79019392024,4117.34922614983,7229.74362306305,2303.20743356954,4217.45161363966,2633.75984627736,4766.40292220731,1991.28100742944,5411.92567760906,507.813582938375,1468.56965425531,1064.78128450835,2823.75863250754,2397.96736556577,6480.94430817823,988.236285318035,1886.90111928942,962.010120144585,2569.85019538888,1286.62383001922,4593.79424743776,1746.38861692991,3076.49468263801,1392.15193474179,3919.23513449661,1634.52380250111,5524.90854204893,27613.6378031421,8204.5988205833,191019.02228456,70530.5769679344,6087.40483021653,31444.9188469281 -8215,5187.38842914884,4714.4954622728,1116.42723449927,1888.89748957963,2577.83661830936,3362.14470958968,2555.26590292334,3962.0700774415,492.920468296262,1449.02704485821,4025.01580274328,8041.27486229056,2251.55696248338,4690.85619239691,2584.61381650674,5301.42671721123,1990.68353880055,6019.40873381964,500.587267272664,1633.41507804156,1053.72576983374,3140.72261654261,2372.7414021201,7208.42359928373,963.481454560253,2098.70381707139,939.83924520288,2858.31322014126,1257.69961478525,5109.44289734105,1748.50230017028,3421.82802672972,1372.34126076009,4359.16522211077,1611.26411556709,6145.07380786068,27329.9971632151,8067.94413227098,187655.270604577,68911.1318180412,6091.6039887499,30763.7111953619 -8216,5056.74017303644,4856.93363056219,1088.28686969503,1945.96639560684,2476.71137753298,3463.72455790858,2473.05340355974,4081.77535852218,474.084878491036,1492.80622753492,3870.13096539848,8284.22439342534,2164.91580354206,4832.58015185361,2479.45946882487,5461.59772956299,1892.78572685118,6201.27200234787,484.411495944602,1682.76514182555,1014.42690295362,3235.61268064074,2284.66843973219,7426.21035121774,936.991137769226,2162.1115623705,909.641133802289,2944.67090204642,1209.8663828987,5263.8135385052,1658.5686128191,3525.21107592959,1327.99598897748,4490.86786441408,1559.19838879675,6330.73377173152,25929.7516423842,7715.9733848776,180944.292661086,67097.2761828202,5736.45456196223,29965.0460439967 -8217,4886.38205015885,4842.24794282454,1048.13587811164,1940.08246615514,2363.12496622476,3453.25145262532,2376.17536147303,4069.4334813441,452.100336300445,1488.29249772555,3689.68093807968,8259.17576360158,2063.97371155995,4817.96810061397,2362.32609268683,5445.08374668697,1800.32486675889,6182.52150025542,464.430892822918,1677.67704194847,971.354212559166,3225.82930679168,2187.75981561506,7403.75605915044,904.860192925053,2155.57408467899,871.103766924947,2935.76723552615,1153.96749732187,5247.8975866278,1575.20172361444,3514.55205667829,1273.2199132132,4477.28903296519,1494.8858684389,6311.59182201722,24536.8435826374,7336.46664692822,173223.880214899,64597.5320173555,5416.6518817753,28877.6246856925 -8218,4691.08457088603,4888.90424185698,1002.53485870775,1958.77565757311,2252.75365688435,3486.52441475165,2268.18457602167,4108.64351512181,428.077026131778,1502.63257709396,3492.66018108724,8338.75503726498,1953.76210522098,4864.39045714862,2242.42170191825,5497.54852307632,1737.02070369156,6242.09167825877,448.063062404037,1693.84188990199,937.61847128975,3256.91099829992,2111.7375988627,7475.09314488782,867.872670106184,2176.34359302901,828.380037698381,2964.05410469263,1092.85048069092,5298.46242386546,1518.34435489385,3548.4156658238,1228.34811862015,4520.42885943488,1442.20195191158,6372.40562562575,23267.1113824925,6962.60350193172,165741.835938741,62052.7596101074,5170.71590287438,27815.7956118788 -8219,4511.64189690998,4917.75577142903,964.487491834601,1970.33523636904,2159.07630951691,3507.09989696188,2175.48521168907,4132.89039008873,409.666376164332,1511.50025911211,3342.0676698105,8387.96562222427,1869.52203415544,4893.09732031908,2146.27957659169,5529.99192469368,1666.78970155437,6278.92894970803,431.886905945924,1703.83798042847,901.741927225171,3276.13143284566,2031.09779024923,7519.20688904283,833.869070097141,2189.18713391812,794.855313053552,2981.54626457634,1045.92918922221,5329.7309326654,1455.79895567807,3569.35639496305,1184.00179101792,4547.10585707368,1390.13498550478,6410.01193580437,22217.3892398238,6659.56342070646,159100.963674169,59746.2500028305,4937.985731536,26797.6642804726 -8220,4439.41527233671,4901.51053967843,947.129665105271,1963.82646406946,2104.05103414712,3495.51460211466,2133.26645710869,4119.2378694457,399.97618000696,1506.50719456364,3262.4979647475,8360.25695758486,1825.01147016828,4876.93354488138,2092.32648906572,5511.72424232573,1614.67898517689,6258.18724136087,420.418581892107,1698.20955068449,877.746729571986,3265.30911534034,1977.054676702,7494.36806739925,820.075832065329,2181.95540993895,777.98957658839,2971.69707476408,1021.2972019517,5312.12478909225,1409.21991399138,3557.56544304682,1152.56180978035,4532.08502401975,1353.22134382491,6388.83721012438,21539.6555269312,6480.60256048549,155339.256519918,58504.8560003408,4770.70010523238,26241.4758787277 -8221,4403.95971933576,4873.76368737818,938.465441436365,1952.709482396,2073.03104995731,3475.72692103286,2111.19955647576,4095.91936715383,394.565700030501,1497.97904139974,3217.97322469684,8312.93056440127,1800.10473852378,4849.32581994586,2063.24487079902,5480.52304481049,1589.69555486591,6222.76040801068,413.356833285661,1688.59619390472,862.632792760248,3246.82459939274,1943.04153717505,7451.943365429,813.491322243568,2169.60362695384,769.290173165525,2954.87466070476,1007.56442833478,5282.05349969477,1388.00109102824,3537.42649973585,1133.20229023336,4506.42944442735,1330.49135673452,6352.67078326378,21206.8776148085,6383.9954395705,153249.422574863,57677.6973124631,4699.9827728464,25873.3092225983 -8222,4428.2413164453,4839.84365079458,944.996661003503,1939.11916876394,2081.47979744352,3451.53683060616,2121.77358761025,4067.41291019591,397.16984990635,1487.55352486981,3239.28384188965,8255.07488510529,1812.02570253157,4815.57586410694,2075.26026012503,5442.38013224814,1591.40273532429,6179.45173031724,413.000977395681,1676.84403513254,863.088481043841,3224.22760531255,1943.97152013807,7400.07991701667,816.939631751521,2154.5037905402,774.096067112542,2934.30955680967,1014.19933937057,5245.2918798382,1389.65865895379,3512.80699744165,1132.22672462745,4475.06595177131,1329.34594640684,6308.45796557427,21324.3940857909,6418.38638961489,153831.152611999,57808.936374062,4719.5111573935,25913.8716887602 -8223,4468.91670054633,4851.34527134424,953.704953759686,1943.72737813782,2088.74442069353,3459.73921684074,2142.74241234572,4077.07889184476,400.884184189489,1491.08861348523,3269.58891938282,8274.69261364946,1828.97808522329,4827.01981360477,2088.13222182758,5455.31364739544,1574.68104003164,6194.13685532027,411.112500079672,1680.82896216833,857.577449225535,3231.88980375484,1931.68451200664,7417.66579734334,825.556628428314,2159.62384954614,781.642868557046,2941.28278105672,1023.68177304251,5257.75702566253,1374.80605260498,3521.15498883639,1127.04953473429,4485.70069830977,1323.26741438799,6323.44966675486,21348.7420846006,6447.84123703869,154296.949770798,58019.3085519405,4688.38740851062,25968.4109102867 -8224,4567.47105360946,4966.29651028501,969.120742432119,1989.78344254532,2105.08378406818,3541.71674825599,2167.90073598214,4173.6841103282,400.599686411703,1526.41953179835,3265.74415476586,8470.75908894477,1826.82735912266,4941.39466778038,2091.30913915791,5584.57574429931,1603.88816565301,6340.90515686613,421.595732558207,1720.6557237864,876.878125419999,3308.46850848157,1975.36577831016,7593.42526729691,841.367244942801,2210.7955191071,786.44465179074,3010.97563548098,1023.27467218848,5382.33807490663,1398.13603642128,3604.58774940696,1155.78892428133,4591.98809365018,1357.01029482488,6473.2819983901,21271.0571612181,6448.8684255991,156331.933038673,59221.9806147956,4701.56937688866,26606.5485306234 -8225,4627.63105847877,5095.0237097843,975.842928044127,2041.35894747912,2087.96317715655,3633.51861257854,2174.08194998589,4281.86666970712,396.035472453003,1565.98457008846,3226.85442513658,8690.32251873492,1805.07280067938,5069.47640754094,2066.12970331565,5729.32884038742,1587.17635248951,6505.26243224097,422.526610330487,1765.25539522501,876.189932306009,3394.22454114019,1974.02736964359,7790.2480641722,851.065292519834,2268.09969239818,783.786094797158,3089.0206053118,1011.96835768086,5521.84913827271,1380.6188614129,3698.01924013042,1158.34089085967,4711.0131591503,1360.0065555141,6641.07050266008,20783.3403743256,6350.66301684005,155946.563759802,59589.6312632954,4590.74548577515,26838.5433564677 -8226,4654.38532260976,5026.92370736234,977.071016748363,2014.07417763586,2071.23052563737,3584.95306305191,2172.27780747589,4224.63531079948,391.128636209549,1545.05364629099,3185.61362839115,8574.16781204788,1782.00307683202,5001.71786993714,2042.09265948724,5652.75072610752,1580.73592104453,6418.31320243848,423.074140181233,1741.66102088297,875.914655060413,3348.85739220456,1973.52142602438,7686.12373772028,856.066593812334,2237.78430951802,778.799770247736,3047.73280712172,999.694252064077,5448.04419425096,1373.46151154273,3648.59157628545,1159.84192345639,4648.04583538064,1361.76891596229,6552.30606444027,20421.8851509833,6266.01352569894,155369.943740451,59675.9339852017,4525.30094074038,26940.2417486049 -8227,4630.0641329699,4897.48172447342,969.473295130341,1962.21228944831,2037.41581112027,3492.64145061078,2155.85920585712,4115.85204623321,387.212121701648,1505.26891525305,3153.40504523294,8353.38521262463,1763.98589051137,4872.92493083059,2013.4654900618,5507.19385965011,1526.3072896576,6253.04330058798,412.837565726571,1696.81370089416,851.463769123635,3262.62518211068,1918.69542875121,7488.20804310113,851.050184147477,2180.16194340224,771.812356866892,2969.25447706637,989.748866846804,5307.75846794534,1325.66868756688,3554.64128861856,1131.77873765161,4528.35985952048,1328.81996547261,6383.58588111342,19964.6695220229,6161.75195302951,152856.464963889,58829.3644077662,4380.71690706839,26528.1997746066 -8228,4459.04825080663,4632.87942854709,929.307613851187,1856.19742178921,1924.13053918077,3303.94019582898,2059.79342975985,3893.47982263018,365.79296140883,1423.94189182136,2977.69490543331,7902.06654920375,1665.69524818019,4609.64939513412,1898.62997822288,5209.64989290229,1431.16643385715,5915.20240460378,391.187266151146,1605.13785067665,804.204339346453,3086.35130045034,1812.41287633166,7083.63337553734,818.607130109158,2062.37164051398,733.894521587344,2808.83089694453,935.266761251639,5020.98964350592,1241.32032895387,3362.59029198842,1072.42525154109,4283.70056663898,1259.1331134933,6038.6919998469,18620.2338300216,5790.30319341122,144996.146595841,56135.6325645515,4071.99661599281,25345.3774309301 -8229,4024.0293150975,4402.32714013489,833.545772924687,1763.82494157716,1722.81201828974,3139.52172030559,1845.32612093753,3699.72328377814,323.986121335259,1353.08033222572,2636.27746889723,7508.82524987736,1474.70946228039,4380.25313451109,1687.45446756186,4950.39499038227,1301.17608071755,5620.83613156861,356.863999824251,1525.25918981398,733.001805708487,2932.76099745686,1651.99804710607,6731.12088083698,737.59829632389,1959.73903187171,653.407070000542,2669.05121973922,828.603345115157,4771.12329790857,1126.89350429749,3195.25313185566,978.329301316296,4070.52494147039,1148.6551789208,5738.18034590607,16508.2983712267,5145.29488937848,130394.144972319,50795.2425224953,3644.5194135924,23022.4960243998 -8230,3535.89144489224,4175.15385639706,740.821851497487,1672.80628458918,1553.91117649375,2977.51298359316,1634.70172537239,3508.80646625343,291.60917268733,1283.25732897127,2374.01992925991,7121.34734677542,1328.00499743538,4154.21893566703,1524.27863674986,4694.93976182558,1194.43915106129,5330.78412936289,322.923696288837,1446.55124111512,667.129892850831,2781.42173415302,1503.22553781249,6383.7748556415,647.995128420364,1858.61062024579,585.686167005602,2531.32017187483,745.548274448732,4524.91902634897,1035.36996903807,3030.36848715954,885.283229253501,3860.47364631329,1039.40990495285,5442.07303030584,15119.0766075949,4666.75897842027,117254.310131136,45464.262033832,3357.4270863306,20573.0906147339 -8231,2915.0602174215,3877.28133441779,632.300209308114,1553.4614546951,1431.4685530942,2765.08505107757,1426.88301405051,3258.47388757763,274.76145366881,1191.70451197906,2243.09880251904,6613.28135279433,1254.76891864814,3857.83999640346,1438.65024858681,4359.9835912277,1104.78186490261,4950.4642256287,278.964828900925,1343.34836975194,588.070983900611,2582.98375195251,1324.12859356351,5928.33029445862,539.947301317564,1726.00975046424,528.215710551715,2350.72545621469,701.167326813981,4202.09282916215,968.63124176685,2814.16962722682,764.771639293597,3585.05169526352,897.917401619692,5053.81332202016,15099.6985072068,4476.10893283098,104778.671311632,38700.7273387565,3352.15429897938,17257.1286259359 -8232,2808.89184744278,3642.63523903216,607.317273897545,1459.448760429,1494.35549908165,2597.74707513935,1486.80649390843,3061.27690631939,280.400670910577,1119.58469748246,2286.79071767489,6213.0574553575,1279.20977567691,3624.37045584083,1472.77734755306,4096.12522311148,1152.23676318392,4650.87103114506,287.526314093453,1262.05134162379,606.408528024755,2426.66621923698,1365.39521392782,5569.55840359712,508.000565313072,1621.55474356318,522.665288486216,2208.46377797947,716.049536365671,3947.78972609395,1020.5391469338,2643.86114098933,788.242630569714,3368.09081223914,925.47466239829,4747.9656260345,15941.3308284449,4690.8218476601,106172.551672998,38540.38206178,3587.38517447891,17166.0311280292 -8233,2943.86417606146,3484.92655793973,633.722507603736,1396.2616104605,1540.07714034612,2485.27705326013,1526.87764630854,2928.738260072,289.880933771538,1071.11203568003,2363.55698392874,5944.06178806243,1322.1521216796,3467.45255248993,1519.77795365611,3918.78259500413,1178.77625669913,4449.51056320872,294.928415565972,1207.41055562752,620.835542195997,2321.6031800431,1397.97353036834,5328.42316702812,532.768072296339,1551.34917996838,542.011372603763,2112.84786070797,740.374071469538,3776.86931543599,1044.25972689467,2529.39460064812,808.535214762708,3222.2685915276,949.300159493805,4542.40142659709,16364.5848952234,4826.11085562742,109592.540380777,39805.292437437,3674.96373201555,17730.4927166176 -8234,3060.70932067081,3434.17646454015,662.060929198534,1375.92821003929,1629.41004248837,2449.08459970916,1600.72084600496,2886.08779448244,307.640065858594,1055.51370528528,2509.32546519142,5857.49993779052,1403.69367455349,3416.95692855876,1612.53529088594,3861.71436719429,1244.06478797119,4384.71347985247,308.529757440037,1189.82734477617,651.3900453931,2287.79426721092,1466.62155074033,5250.82670440453,555.277399320877,1528.75727897139,571.542039745477,2082.07899815454,785.529072953487,3721.86773438985,1103.69567550069,2492.55967454765,845.822784534865,3175.34351885829,993.079447378295,4476.25159737531,17480.5860745474,5131.4666981329,115323.837043004,41573.9243832864,3920.97570419795,18476.8162129087 -8235,3323.70770247467,3453.86568012723,717.912366200433,1383.81683994504,1755.72556891767,2463.12597328812,1707.15356515053,2902.63464505216,335.245585693519,1061.56529789069,2734.71372083673,5891.08283030268,1529.7737997332,3436.54741912115,1747.82484625272,3883.85479227043,1309.009532674,4409.85242360909,326.22523411799,1196.64899979145,688.343121320953,2300.91091250015,1549.85472307467,5280.93134814107,603.659861995532,1537.52212607718,621.24650339483,2094.01621299696,855.971309503777,3743.20637466231,1161.74271481172,2506.85030442721,894.334271665331,3193.54876362407,1050.03672224943,4501.9153579982,18824.1126827527,5541.50370310338,123882.011988196,44613.4099213436,4168.93726550325,19760.6162459855 -8236,4064.87826926168,3548.67283673978,878.055089851519,1421.80202872138,2136.98492951114,2530.73774268888,2087.55382033792,2982.31074217599,406.440125908426,1090.70481771355,3314.86076328148,6052.79057004589,1854.30273991533,3530.87919677125,2125.80486863211,3990.46496870833,1622.63568463295,4530.9010132427,399.633997848157,1229.49651027405,847.114631572214,2364.06994687953,1907.03175472922,5425.89068696657,736.544365204986,1579.7264601487,756.519588018569,2151.4960751112,1037.87802442537,3845.95581134065,1440.13012485283,2575.66228828157,1095.58165040344,3281.21033064006,1286.32101172205,4625.49103636287,22964.1916782115,6742.97642585607,151472.926668345,54466.1869570927,5134.31186468243,24157.511157487 -8237,5414.21795629667,3776.56091017039,1132.58112455458,1513.1070714885,2609.8980667071,2693.25623201498,2653.28532823357,3173.82827018521,487.527004880842,1160.74751565315,3968.5881794149,6441.48765353188,2219.99186698865,3757.62460123284,2547.16473331298,4246.72397472218,1968.80863641589,4821.86564997187,512.777707542026,1308.45210970694,1066.29815228226,2515.88539181768,2402.09565723027,5774.32961954337,974.658406494432,1681.17306740523,934.004019331401,2289.66048702161,1246.53314979629,4092.93475267097,1734.89188592593,2741.06573449602,1405.76089658028,3491.92254198529,1650.50206715543,4922.53003923576,26510.9045763226,7999.51949281703,188892.724730946,70494.8538364037,5932.38858243307,31672.4368242657 -8238,5504.03533186385,4316.03248067352,1154.23251658489,1729.25034776852,2702.88451915337,3077.98064234811,2720.62986008252,3627.20110386918,505.684279242534,1326.55717690889,4118.09945968863,7361.63684309455,2303.62710733743,4294.39117092569,2643.20478842561,4853.35707468543,2036.857159307,5510.65619163642,526.273990931109,1495.36097503222,1095.55175908975,2875.27285459491,2467.90051227904,6599.17707799924,994.317985143494,1921.32411925725,960.667154261887,2616.732330488,1292.60100370066,4677.59947581736,1798.67284917594,3132.61960369448,1442.76045244725,3990.73428701156,1693.94319828294,5625.70021821098,27755.8460642535,8325.30436078221,194457.592395094,71998.3696999764,6215.30539430049,32296.6438468465 -8239,5369.6330841309,4786.75423822402,1125.67222851542,1917.84850280822,2655.73600393295,3413.67609046171,2671.43245296152,4022.79647676035,494.325365865436,1471.23619139776,4025.73171646752,8164.52297723441,2251.95743806145,4762.75265074293,2594.06434939435,5382.68135165648,2036.28991596914,6111.66783355504,518.817589713993,1658.45032838893,1084.20047053035,3188.86027489647,2441.99349271996,7318.90665520994,969.402586056041,2130.87051870877,938.52734623671,2902.12240740751,1263.5377400975,5187.75500783284,1800.93439699684,3474.27417005634,1422.31900753639,4425.9778737804,1669.94292400935,6239.25896829604,27477.8531498496,8192.90313435626,191162.152287271,70362.812736099,6222.22027196038,31597.8623350514 -8240,5234.15758929226,4940.82399169047,1097.35397660014,1979.57768949888,2551.61209375071,3523.55100935181,2587.56037128525,4152.27696198578,475.451850423789,1518.59040805871,3870.95806537739,8427.3119109609,2165.3784756923,4916.04987266044,2488.49278460672,5555.93202373315,1936.09812401588,6308.3821642941,502.01333965628,1711.83034760755,1043.73678745321,3291.49911782452,2351.2850243545,7554.47800228425,942.789989884989,2199.45617804026,908.361164225384,2995.53210875968,1215.51956249715,5354.73164697562,1708.23458417872,3586.09954027924,1376.25078483474,4568.43543185095,1615.85428277298,6440.08003476786,26065.7047235169,7834.38809675005,184280.65686541,68515.702977601,5857.85541678609,30786.4593277148 -8241,5057.60381733751,4945.82752584304,1056.9106350134,1981.58239247833,2434.48371898408,3527.1192821426,2484.06826286936,4156.48194067459,453.418247361822,1520.12827279205,3690.59565886931,8435.84618440026,2064.48539798891,4921.02831825473,2370.97256841857,5561.55847302113,1841.49540846185,6314.77061400605,481.28887193491,1713.56390492958,999.405718279671,3294.83239346374,2251.51830003506,7562.12836359096,910.501358275499,2201.68355026044,869.880496904139,2998.56566090331,1159.39320652885,5360.15434220187,1622.34427035136,3589.73115548239,1319.43543210657,4573.06185099592,1549.1474499452,6446.60185389225,24664.486666736,7448.5856620221,176401.355031698,65962.3987442564,5530.89801786584,29668.5873293338 -8242,4855.24854784726,5010.93840486652,1010.96872428114,2007.66954791542,2321.39515673549,3573.55313687792,2389.97792199095,4211.20123514825,429.338940034126,1540.14047248012,3493.64966677072,8546.90249550354,1954.31561444656,4985.81272042541,2250.81804229108,5634.77533289478,1776.73760010237,6397.90336850693,464.325263647618,1736.12264793667,964.693907961203,3338.20823547451,2173.27602427596,7661.68234570397,873.323074373534,2230.66829559172,827.219216525218,3038.04120770936,1098.02184830899,5430.71975498642,1563.8129314184,3636.98928362578,1272.93033478187,4633.26534078428,1494.54587477377,6531.47014160104,23392.0937293144,7074.94941083766,168884.898755863,63388.0772482458,5281.20773714557,28586.0433423467 -8243,4669.44898184661,5063.70290902018,972.619928019125,2028.81003690991,2225.08469708674,3611.18216842838,2298.96360622219,4255.54461499265,410.879575560978,1556.35794349882,3343.06346013277,8636.90022363105,1870.0790701382,5038.31265451774,2154.3537155278,5694.10875558637,1704.88876833301,6465.27242627352,447.553672415424,1754.4037847751,927.776135105789,3373.35911702104,2090.27468858649,7742.35882529535,839.118969638717,2254.15693126002,793.737222955055,3070.03137102238,1050.89159935804,5487.90450002161,1499.38882145864,3675.28628922783,1226.95164502825,4682.05299861727,1440.56235405694,6600.2456394362,22336.9005100765,6768.58330155616,162139.368242203,61040.6251355419,5043.55761517694,27544.7964156457 -8244,4594.58314198868,5005.93487071395,955.137456958756,2005.66484493597,2168.02783335061,3569.98486408714,2244.65335880542,4206.99625645944,401.168224174973,1538.60260774678,3263.53650349113,8538.36822206418,1825.59241922628,4980.83427483112,2100.1793102337,5629.1488836068,1651.57163027593,6391.51491879498,435.658843118166,1734.38909061464,903.079413884671,3334.87495983528,2034.63625142964,7654.03198439726,825.259857219766,2228.44092337154,776.896381507469,3035.00765556572,1026.16048558601,5425.29705976017,1451.38902448592,3633.35766842264,1194.34241562602,4628.63892163932,1402.27589960538,6524.94832247666,21653.8528219704,6584.23839122682,158258.719062498,59761.489684604,4872.07880864151,26967.5658690232 -8245,4557.80641268065,4958.23887987498,946.416391108086,1986.55509330302,2135.50985199874,3535.97044524823,2206.49852261786,4166.91246390322,395.747352457742,1523.94297317718,3219.04811753602,8457.01559902431,1800.70602372974,4933.37743967879,2071.00603189869,5575.51497894807,1626.02126129273,6330.61727532035,428.343700215763,1717.86402420574,887.531766908737,3303.10064202225,1999.63854636442,7581.10521870067,818.649546531179,2207.20858603369,768.207425153543,3006.09044008557,1012.37580252731,5373.6054326128,1429.5369038079,3598.73944055044,1174.28822509893,4584.53776465165,1378.73030020748,6462.77934036819,21319.6943891152,6483.39463379367,156091.779722878,58899.1038251794,4799.99784868644,26575.6766743279 -8246,4582.95171959521,4905.27943193181,953.002572274997,1965.33649863687,2143.94262298388,3498.20238944039,2209.64615339729,4122.40525296356,398.358252747698,1507.66558507393,3240.35661076081,8366.68536520097,1812.62579960929,4880.68353927776,2083.02938094687,5515.96234293401,1627.76776679214,6262.99931576595,427.977766020432,1699.51534586097,888.001951518622,3267.8198919938,2000.59832249605,7500.13067170757,822.114324635917,2183.6331692287,773.006409579616,2973.98208588337,1019.03993095156,5316.20941276174,1431.23911564037,3560.30094279341,1173.28503019605,4535.56985588952,1377.55245035763,6393.74974451035,21437.100758474,6516.34068587128,156651.670999306,59022.8115419149,4819.67637137491,26611.8362594069 -8247,4625.05059141472,4875.97304192177,961.784147164212,1953.59467664094,2150.56783466548,3477.30252328972,2207.13278376642,4097.77611250393,402.083536392246,1498.65809910824,3270.67027381305,8316.6989479527,1829.58298498409,4851.52409641573,2095.82277711709,5483.0074530147,1610.65097280384,6225.58128420883,426.010377733277,1689.36166139814,882.324433127558,3248.29643658901,1987.93645631651,7455.32144979851,830.788000554018,2170.58714276184,780.539923304879,2956.21415235354,1028.5672354922,5284.44793849969,1415.89972001772,3539.0300713924,1167.89150882842,4508.47228052017,1371.21992383184,6355.55054989984,21457.6376706996,6539.59085844208,157009.410088912,59208.6704178671,4786.44984022775,26654.1921512578 -8248,4726.71932844214,4964.54202878571,977.39393937452,1989.08049655119,2167.97101259474,3540.46553892974,2251.7345164495,4172.20964106517,401.820430479474,1525.88028191201,3267.02029254299,8467.76655918425,1827.54121890309,4939.64898354517,2099.22810603908,5582.60283857277,1640.51126696806,6338.6650568714,436.86170418914,1720.04785459699,902.174347737339,3307.29970054246,2032.87247614832,7590.74267995638,846.757400827511,2210.01449448866,785.341067623108,3009.91192512129,1028.21050436609,5380.43661522619,1439.94375917494,3603.31432916195,1197.64001423986,4590.36584694408,1406.14760591192,6470.9951326175,21383.1962596317,6546.57077413899,159180.762451082,60461.6431127908,4801.2239515324,27318.0271125173 -8249,4788.62216959532,5093.52915123663,984.242326375129,2040.76014153873,2150.18976432172,3632.45276743043,2256.0904329647,4280.61064013872,397.266844897927,1565.52520900241,3228.33174058639,8687.77332631852,1805.8991974067,5067.98934296015,2074.06658002875,5727.64821672823,1623.38872649383,6503.35419861406,437.803689549765,1764.73758064945,901.449545174929,3393.22888977729,2031.45641790259,7787.96289682148,856.583628037491,2267.43437502669,782.689998324205,3088.11448153052,1016.90734252665,5520.2293760697,1421.87836013366,3696.93447456708,1200.22243185599,4709.63124507369,1409.17961912558,6639.12243151246,20893.0019954407,6447.15141776126,158786.126715755,60837.655794191,4688.05722678543,27553.5513611337 -8250,4816.04780005285,5022.37504625406,985.531635191674,2012.25172290721,2132.90834103332,3581.70918319174,2254.76068565795,4220.81260819774,392.363143123334,1543.6555893798,3187.23432594217,8566.40939239942,1782.90968019308,4997.19201657751,2050.07153408618,5647.63577929721,1616.789392107,6412.50552892995,438.361640800194,1740.08506186496,901.159624149965,3345.82714582251,2030.92041846947,7679.16887344256,861.668095059181,2235.7594284874,777.713430072814,3044.97503626718,1004.61655695371,5443.11447814919,1414.50964157225,3645.29011249384,1201.75203432996,4643.84000562239,1410.97552343004,6546.37714617934,20531.4953985387,6362.64207902187,158225.147582645,60928.8950336454,4621.88591135222,27654.6502874812 -8251,4790.81638340309,4884.61550370033,977.878011682884,1957.05734289822,2096.99316545282,3483.46589906962,2207.23294451524,4105.0392522147,388.438788341468,1501.31440898307,3155.0492633844,8331.43995496064,1764.90565108082,4860.12322344341,2021.20201231283,5492.72585833336,1561.10154404336,6236.61587111805,427.73853122916,1692.35598549782,875.992718318962,3254.05390849406,1974.47432450682,7468.5357005999,856.630550662519,2174.43441924534,770.739093107508,2961.45392041651,994.632826202855,5293.81440524112,1365.2336761332,3545.30285671386,1172.62917696818,4516.46336230612,1376.78241392328,6366.81550198981,20067.2417724944,6248.71209990089,155523.744306562,60028.7796495583,4472.53783319717,27213.8186812478 -8252,4613.60642082741,4630.60510114452,937.414500416627,1855.2861956876,1979.76442118455,3302.31825814645,2093.17399582032,3891.5684739779,366.970381303728,1423.24286433442,2979.41176451061,7898.187344755,1666.65564341801,4607.38647159007,1905.96495136119,5207.09242304106,1463.76894494384,5912.2985718734,405.289451016119,1604.34987225955,827.359381511577,3084.83617935884,1865.07352407248,7080.15594821721,824.022673532141,2061.35920140163,732.87679715466,2807.452013428,939.925596407239,5018.52478887063,1278.33666727957,3360.93956238006,1111.08586363079,4281.59765467389,1304.52448860322,6035.72754482433,18714.7353094765,5868.73459158812,147469.119803283,57263.5085893605,4156.89710675161,25988.4659016121 -8253,4163.29041497775,4401.41740665261,840.85751599429,1763.46045012635,1773.43474530219,3138.87294343453,1899.66256672216,3698.95874219836,325.044931608702,1352.80072045602,2637.93840973177,7507.27356379747,1475.63857736554,4379.34796258485,1694.17552224567,4949.37199960264,1330.81219288555,5619.67459525735,369.72458051998,1524.94399757361,754.103677850677,2932.15494734064,1699.99073223394,6729.72990605394,742.518273477005,1959.3340551044,652.508699148519,2668.49966480402,832.768344096041,4770.13735332198,1160.52621000728,3194.59283818236,1013.58610203806,4069.68377435312,1190.0501434657,5736.99456061073,16596.0651478015,5222.06270916823,132739.017630835,51847.7831025788,3721.95914132931,23620.3848142588 -8254,3658.50104448669,4175.67370230032,747.280992122925,1673.01456469667,1600.87089199659,2977.88371194945,1717.07763084141,3509.24334564269,292.544751882091,1283.41710657187,2375.36173067148,7122.23402146365,1328.7555888513,4154.73617497587,1530.35554627926,4695.52432596027,1221.65861648907,5331.44786209853,334.576402959557,1446.7313503428,686.34522899592,2781.76804730542,1546.91785088768,6384.5696956211,652.269813566226,1858.84203473971,584.862826247043,2531.63534503166,749.254886739273,4525.48242130383,1066.30567523122,3030.74579652288,917.228688535533,3860.95431157227,1076.91702775694,5442.75061955581,15201.2934518307,4743.65979679473,119480.519228939,46444.8753460185,3429.45437640217,21133.5479934423 -8255,3017.3792445387,3841.54183086963,637.570264373858,1539.14215816142,1474.83863708063,2739.59740690878,1494.77654338324,3228.43834746015,275.551962028531,1180.71977190973,2243.56289356596,6552.32230133858,1255.02852692774,3822.27969671208,1443.91413095269,4319.79469710609,1130.06805001686,4904.83247531273,289.113209274623,1330.96582649902,605.068580339977,2559.17465763988,1362.7513798339,5873.68489648021,543.279713173123,1710.09996051598,527.461100892072,2329.05724244919,704.43949094217,4163.3593201324,997.652751720539,2788.22953758602,792.593044325713,3552.00586837295,930.582477614039,5007.22893373996,15180.0766362356,4545.55545685727,106727.561489305,39519.3363199778,3423.54473188031,17729.2024528124 -8256,2744.74390536687,3598.18829454332,588.90584579893,1441.64076325595,1455.1935671436,2566.04971526989,1457.0941041868,3023.92361789178,271.478867803882,1105.92367582256,2215.12198508067,6137.24656524552,1239.11894329934,3580.14637577604,1428.62950436949,4046.14485492633,1125.08107751466,4594.12172933986,282.078240794328,1246.65196116369,594.24167308294,2397.05636492501,1338.05408244984,5501.59940222924,495.004255463034,1601.76875102116,504.850270867995,2181.51640046177,693.037346272502,3899.61932766121,1002.50574499756,2611.60110350037,773.306941492425,3326.99382186226,907.938688993122,4690.03158906203,15412.3270536355,4560.48437106716,103419.356214232,37604.5530069655,3500.35303919268,16776.9029328426 -8257,2876.77399251638,3451.65632558364,614.527662255089,1382.9316457001,1499.6862853234,2461.55037103125,1496.34512865208,2900.77789970206,280.661975457465,1060.88624018219,2289.51532707212,5887.31444675126,1280.73389721059,3434.34914265128,1474.2209507757,3881.37038406622,1150.99324585679,4407.03154741094,289.339037428047,1195.88353229803,608.378353256344,2299.43907530388,1369.97806810527,5277.55326377157,519.149042635044,1536.53861026917,523.54641150554,2092.67672134818,716.592464598429,3740.8119358574,1025.80135111965,2505.24673277065,793.212143757614,3191.50592753125,931.309361463642,4499.03559136214,15821.6050033617,4691.97880364027,106748.637937499,38837.8203401641,3585.75138584676,17328.0083192142 -8258,2990.70417933364,3382.97149809628,641.977656500453,1355.41256136727,1586.60147349423,2412.56775322757,1568.69987396193,2843.0550528058,297.848409131559,1039.77556706838,2430.65930242748,5770.16223372769,1359.68854385008,3366.00871239293,1564.1587424285,3804.13463690676,1214.76248830715,4319.3356202928,302.688086624666,1172.0865356208,638.327922943109,2253.68232512157,1437.26981417622,5172.53474475195,541.067369805671,1505.96288678484,552.054464037781,2051.03435431203,760.275327148592,3666.37317421923,1084.19638692429,2455.39459703564,829.808062595595,3127.99785680226,974.276582872685,4409.50886729006,16900.58636798,4988.65584572987,112328.036031837,40562.3085333176,3825.73945662922,18057.4143915018 -8259,3247.62621462307,3413.90241758454,696.125730819219,1367.80526311855,1709.40621870517,2434.62615335806,1672.92780702683,2869.04945062692,324.573507521913,1049.28236142622,2648.96863919318,5822.91952819087,1481.80878666626,3396.78453907027,1695.31090977741,3838.91630215073,1278.16497731458,4358.82783073241,320.045096136735,1182.80306524186,674.534231903483,2274.28801647595,1518.82418039926,5219.82785846283,588.208993667647,1519.73208845552,600.06045456281,2069.78721064457,828.448037323706,3699.89526966978,1141.18926574025,2477.84456820316,877.391654656561,3156.59752130509,1030.14441733184,4449.82554268436,18199.931193468,5386.80997467233,120654.937703944,43525.0152857162,4067.24130378072,19310.9961562919 -8260,3971.99926334531,3497.40289113379,851.429961352657,1401.26034566727,2080.73632897523,2494.17455628653,2045.76031341253,2939.22339189999,393.506662256598,1074.9467077809,3210.96222575312,5965.34203433478,1796.18284995009,3479.8663272597,2062.00917558744,3932.81216967594,1584.41029453885,4465.44018910302,392.070194498891,1211.73318801118,830.129860439813,2329.9147166959,1868.87088350268,5347.49937472592,717.700508921365,1556.90314185189,730.730889803359,2120.41203557946,1004.51935286666,3790.39082850847,1414.67871915095,2538.45004824286,1074.84576656639,3233.80458688368,1261.97503708255,4558.66360967533,22202.3759292736,6555.12698470263,147532.719759203,53138.5620662148,5009.47284136174,23608.2368544143 -8261,5292.47145218464,3717.68820089551,1098.4714453445,1489.5192849175,2541.70006842936,2651.27113104039,2600.20093959554,3124.35154427414,472.075366425041,1142.65265298417,3844.65575578782,6341.07147094025,2150.66520469211,3699.04708958282,2470.98707633292,4180.52190572836,1922.28818908628,4746.69771244204,503.022380047186,1288.0546839836,1044.847082663,2476.66532023285,2353.86602405163,5684.31374609799,949.859062057188,1654.96530441866,902.296027049592,2253.96702956206,1206.63853155402,4029.13009983826,1704.14302637155,2698.33533243743,1379.01703130712,3437.48705278901,1619.10212921119,4845.79284717398,25631.596696391,7778.00149919043,184001.028593985,68785.0350313205,5788.29873912795,30951.5642688204 -8262,5379.85885411183,4242.79898577474,1119.41752225137,1699.90880618164,2632.1655414086,3025.75414018917,2666.19065693001,3565.655549074,489.643224396329,1304.04844494658,3989.39549429753,7236.72619967157,2231.63128829542,4221.52488103617,2564.09917087577,4771.0063736278,1988.7798692881,5417.15258296196,516.272081251013,1469.98801715314,1073.52940218091,2826.48585383148,2418.38864276589,6487.20368506444,968.994158897699,1888.72351193639,928.02587717753,2572.33218877582,1251.19379478117,4598.23099124624,1766.82013847153,3079.46599959297,1415.34059134056,3923.02038069623,1661.74957449685,5530.24456766219,26835.1673163018,8094.51272039596,189417.862185485,70250.5865590375,6064.35181792863,31561.7971165532 -8263,5248.45848615353,4722.94298026185,1091.71268201328,1892.28205016525,2586.3903237915,3368.16906111219,2618.05365879604,3969.169386057,478.643530577586,1451.62343764849,3899.90643960841,8055.68336360267,2181.57193100942,4699.26135311589,2516.50015354705,5310.92590920741,1988.27984821999,6030.19441894105,508.971624672134,1636.34186063489,1062.42832814521,3146.35021996575,2393.05127391146,7221.3397826834,944.710179143506,2102.46431241819,906.636074486342,2863.43479731505,1223.05852289318,5118.59808926662,1769.09622716469,3427.9593198962,1395.32666281983,4366.97605296758,1638.25124666904,6156.08466192796,26565.8633751523,7966.19071082682,186213.829303568,68655.7813845197,6071.65395724601,30879.7007665416 -8264,5116.30382090178,4875.77809813226,1064.28585558544,1953.51657096928,2484.97979773783,3477.16349903234,2535.8199833491,4097.61228140866,460.377492098203,1498.59818202369,3750.03453412863,8316.36644225687,2097.73496022444,4851.33013010703,2414.07726947885,5482.78823969223,1890.38710937623,6225.33238242102,492.469087150036,1689.2941198918,1022.75095001914,3248.1665681071,2304.1013147453,7455.02338239679,918.790919541242,2170.50036162515,877.512629768146,2956.09596146435,1176.60263675697,5284.23666368382,1677.98444937068,3538.88857923743,1350.08557374419,4508.29202959103,1585.13374196297,6355.29645187716,25200.9554450335,7617.52533490218,179510.261029573,66854.3623783226,5715.76805045524,30086.3278853282 -8265,4943.9578296682,4866.16092370929,1025.08963282048,1949.6633788791,2370.93976217769,3470.30500646063,2434.38933725551,4089.52999151875,439.050417734293,1495.64228866341,3575.36484798503,8299.96291752076,2000.02633813571,4841.76117780739,2300.09145724246,5471.97377484907,1797.98642989973,6213.05329462052,472.130845334634,1685.96209044425,979.298325243397,3241.75975799154,2206.30741804204,7440.31880422428,887.339919760099,2166.21918226408,840.355060429991,2950.26524277695,1122.29504451211,5273.81382969424,1593.59368664874,3531.90833771597,1294.32904488427,4499.39969898745,1519.670072882,6342.76101788955,23846.3424539947,7242.48741868215,171836.244118425,64363.6411995826,5396.65958277925,28993.6101748199 -8266,4746.37181682899,4926.85309994873,980.558427604341,1973.98014835173,2260.96209839276,3513.58766117731,2342.23117349258,4140.53580058939,415.741912291144,1514.29637487179,3384.62531130204,8403.48247227216,1893.32838888872,4902.14903330988,2183.60734144642,5540.22182540215,1734.75114343636,6290.54430477288,455.489299874584,1706.98990064833,945.283200221631,3282.19192980882,2129.63241700592,7533.11662723574,851.122583673697,2193.23689878527,799.15765442179,2987.06181010691,1062.90876974466,5339.59037170013,1536.11055735118,3575.95932712115,1248.70687074855,4555.51752241827,1466.10513669525,6421.86978054201,22615.9120383543,6879.62190721032,164521.769265617,61854.0397833153,5153.33220079839,27936.2263420022 -8267,4564.83062600794,4986.11569049948,943.375725168747,1997.72414374065,2167.20312475371,3555.85080617156,2253.04216377026,4190.34018339382,397.870231726214,1532.51106977257,3238.76104084433,8504.56365550447,1811.73325241677,4961.11447130575,2090.04004683791,5606.86231395305,1664.58531762322,6366.21003783056,439.033230418398,1727.52240720052,909.103395118143,3321.67173415842,2048.28692221112,7623.72862584709,817.792950018242,2219.61822123932,766.8175657251,3022.99164552335,1017.29411997441,5403.8175673334,1472.82116934536,3618.9727089148,1203.59317213672,4610.31350764475,1413.13720096949,6499.11516043338,21595.738600833,6581.80307163504,157952.36241034,59564.1967479567,4921.44761460582,26918.771752724 -8268,4491.75941266192,4932.18152991191,926.433521103095,1976.1150232416,2111.60192487442,3517.38763357191,2199.79596618608,4145.01382227502,388.470544689516,1515.93409818387,3161.74607354026,8412.57090395296,1768.65178532521,4907.45074563276,2037.47813888471,5546.21361841449,1612.50992263558,6297.34757738488,427.360273377309,1708.83602350788,884.895590106337,3285.74164591947,1993.7476631759,7541.26375148287,804.29406545744,2195.60890155676,750.556354226284,2990.29234069671,993.365129932034,5345.36518023419,1425.65414314527,3579.82675495778,1171.59219722211,4560.444350065,1375.56489733234,6428.81508267789,20935.4998878211,6402.4933884466,154170.562034979,58315.6359273646,4753.99023249606,26354.2265832315 -8269,4455.89685008214,4920.80987398964,917.98558688779,1971.5588851573,2079.92527945523,3509.27793167395,2162.39997951419,4135.45706312207,383.224431959892,1512.43895493725,3118.66868889216,8393.17484945633,1744.55469103208,4896.13610909792,2009.18478978448,5533.42624784479,1587.56805258809,6282.82838958965,420.185604754663,1704.89612487092,869.66331796363,3278.1660278648,1959.45853761653,7523.87658596982,797.857728822758,2190.54669757725,742.168328382796,2983.39791164961,980.029705273332,5333.04088656417,1404.19146953595,3571.57309319131,1151.92311167628,4549.92977275533,1352.47144919943,6413.99278291769,20612.4107102671,6304.45374645874,152058.707322978,57473.4987100719,4683.68575128896,25970.9313353749 -8270,4480.46382759455,4877.46760046944,924.373665138689,1954.19348258132,2088.09345622234,3478.36836843783,2165.47171302262,4099.03214207233,385.752132250405,1499.11746019428,3139.30844042762,8319.2481403691,1756.10037893769,4853.01116099652,2020.83435323783,5484.68807667389,1589.27451786145,6227.48951783574,419.827872728654,1689.8794759737,870.125284848507,3249.29208795191,1960.40184249736,7457.60661714924,801.232449962959,2171.25246013333,746.803474723319,2957.12027613481,986.479317433438,5286.0677007027,1405.86259793119,3540.11483695575,1150.94240271366,4509.85419459677,1351.32000006322,6357.49862104745,20725.9696469322,6336.39589247031,152601.867207713,57593.308080374,4702.83135903087,26005.9690230818 -8271,4521.6186965123,4849.33086059016,932.891102806556,1942.92028956454,2094.42910025768,3458.30263884126,2162.95783191937,4075.38597758992,389.359437346207,1490.46947286129,3168.67612208751,8271.25673579386,1772.52839098878,4825.0155034436,2033.19620250737,5453.04845251371,1572.54663595811,6191.56488090993,417.893396539906,1680.13103618125,864.555178373097,3230.54783504048,1947.97880022486,7414.58578037555,809.686613054136,2158.72711487483,754.081350708171,2940.06148029713,995.701953179595,5255.57386167348,1390.77091895643,3519.69290933482,1145.63910863221,4483.8381131461,1345.0934092785,6320.82399814149,20746.111841415,6358.70497987645,152944.688798987,57772.9614629565,4670.10566221104,26046.6134834209 -8272,4621.35529058682,4954.1450792047,948.074632535563,1984.91488177438,2111.56754557567,3533.0509493285,2206.7150005108,4163.4720267942,389.116990728574,1522.68472021353,3165.23075303944,8450.03301166483,1770.60108311009,4929.30416601073,2036.5916607521,5570.91152043972,1601.68284968389,6325.39036191966,428.532817448128,1716.44565912408,883.998160193468,3300.37341649925,1991.99538215297,7574.845832177,825.272765034138,2205.38619058081,758.744721300864,3003.60844287714,995.390410085191,5369.16868197314,1414.39015390389,3595.76811902059,1174.80668291451,4580.75251262395,1379.33902086434,6457.44330653914,20673.9433523298,6365.99238131577,155068.398980781,58998.4083753462,4684.79885502176,26695.799070326 -8273,4682.24664686596,5061.8834420556,954.763892414226,2028.0810540083,2094.33636607723,3609.88461468627,2210.98639733271,4254.01553183308,384.720969803865,1555.79871995942,3127.84780133541,8633.79685147129,1749.68940243295,5036.50231066527,2012.23294209286,5692.0627740271,1584.93054412473,6462.94935365099,429.44697748573,1753.77340029436,883.272388480148,3372.1470167886,1990.57254589327,7739.57687572928,834.874878607359,2253.34697772541,756.210685391021,3068.92826115196,984.485301607115,5485.93261084843,1396.62327407398,3673.96570188123,1177.31281844882,4680.37066438274,1382.2814713835,6597.87406884551,20200.0788834513,6269.57161113129,154687.597987538,59366.6701207851,4574.37762350148,26925.69877112 -8274,4709.3325011432,4975.32885964259,956.04866638915,1993.40232014592,2077.60863922027,3548.15817255065,2209.70434920499,4181.2749122295,379.982325433739,1529.19567584229,3088.10470208021,8486.16510734436,1727.45747683958,4950.38172742546,1989.01169042836,5594.73257626291,1578.47294209437,6352.43754735098,429.990185515603,1723.78513089876,882.982079794821,3314.48571735044,1990.0332284652,7607.23565290173,839.849848457505,2214.81635786399,751.422741822557,3016.45178532232,972.614299518992,5392.12709127979,1389.38195715576,3611.14351903837,1178.80200293534,4600.33967729442,1384.02992098069,6485.05514652544,19850.4827238394,6187.69319056425,154145.549272442,59457.0734244342,4509.95041941866,27024.5250335977 -8275,4684.72219872877,4843.87246599959,948.630660156048,1940.73334338509,2042.49993781669,3454.40998211004,2163.06419022989,4070.7987334084,376.18430818934,1488.7918041804,3056.93913884315,8261.94663006552,1710.02374630658,4819.58447815774,1960.95264600353,5446.91051492376,1524.08278135013,6184.59567109013,419.562680574686,1678.23988492286,858.312307898137,3226.91153854221,1934.69974992821,7406.23994131479,834.944319570064,2156.2972570769,744.689243098868,2936.75215450738,962.955463434343,5249.65820098512,1340.94863276872,3515.73115186991,1150.21538834731,4478.79111627058,1350.46641342738,6313.70929458522,19401.9776424689,6076.58961617435,151507.556569945,58576.8157777565,4363.86485251641,26592.752044473 -8276,4511.70316340196,4603.63801769916,909.411269573568,1844.48163417537,1928.33211991173,3283.08666959907,2051.26961170416,3868.9052907699,355.403503036703,1414.95437757142,2886.83935369562,7852.19096360377,1614.87148496519,4580.55460561781,1849.17233362509,5176.76807172785,1429.02976196146,5877.86733762668,397.535126622032,1595.00667932132,810.64897344473,3066.87113313983,1827.47656761432,7038.92350621637,803.180214143202,2049.35454015739,708.126983431189,2791.10235910394,910.018800827002,4989.29859190543,1255.57404380723,3341.36658311411,1089.82767347884,4256.66307296998,1279.56527478876,6000.57750183869,18094.4521085224,5707.15534675214,143661.03198188,55878.472356855,4055.79850799245,25394.8102720827 -8277,4071.5546287565,4376.59469228557,815.76579086208,1753.51504595157,1727.54339127752,3121.17061272817,1861.68634429453,3678.09769044392,314.808387091676,1345.17131774847,2556.04106315416,7464.93472379841,1429.82595204117,4354.64971346519,1643.77744866046,4921.45898066091,1299.22261757897,5587.98126458098,362.648851575752,1516.34375683746,738.86998060841,2915.61844602456,1665.71512750181,6691.77618619706,723.752745663758,1948.283980752,630.490577910247,2653.45010261801,806.295312993751,4743.23516566896,1139.87256216611,3176.57626347138,994.188255918194,4046.73194121359,1167.27515719522,5704.63957944306,16045.7643067946,5078.7641844128,129319.78292677,50596.5410857439,3631.74541328421,23081.518072232 -8278,3577.66025570911,4160.59812698364,724.955250104478,1666.97442390165,1559.48009489642,2967.13255815142,1682.78947628243,3496.57380627407,283.322069206965,1278.7835425934,2301.54507983649,7096.52038024824,1287.46323068927,4139.73619111883,1484.82724208708,4678.57191643931,1192.67688819052,5312.19955643046,328.179996603112,1441.50816745304,672.489436047951,2771.72493649252,1515.74911414045,6361.51926875036,635.766952649079,1852.13099477481,565.107709932739,2522.49529673302,725.410264348742,4509.14391979469,1047.35061923642,3019.80379296163,899.693179869159,3847.0149782651,1056.32860950397,5423.10047379614,14697.0542233885,4613.50691337314,116405.298459689,45325.0409646927,3346.47574616084,20652.3456966721 -8279,2949.42275004984,3829.71530190307,618.358816362344,1534.40377182631,1436.32693672412,2731.16331208019,1464.90251854667,3218.49931222014,266.814533027022,1177.08482084095,2173.46992059313,6532.15039305105,1215.81916004511,3810.51246794257,1400.744049828,4306.49582405871,1103.39350566696,4889.73251131408,283.621736872875,1326.86832955805,592.90878014208,2551.29601032805,1335.41828259528,5855.60223393819,529.446808462408,1704.83526534691,509.545936581203,2321.887032113,681.883023322064,4150.5420473379,979.996349787978,2779.64572440802,777.538378232621,3541.07070167656,912.90681344709,4991.81373311629,14676.3681773936,4419.7527858438,103964.642805367,38560.7191019748,3340.59846903656,17326.0452424182 -8280,2459.78226031398,3560.43438024107,521.758153241568,1426.514378149,1276.49460956734,2539.12549310161,1265.61910156208,2992.19516351946,236.344664446271,1094.31979512928,1929.06372509683,6072.85163593417,1079.10057355691,3542.58176592349,1244.52309939053,4003.69076592298,980.451868393543,4545.91800461355,263.129875185369,1233.57149192369,528.378631792387,2371.90530189802,1191.81861628237,5443.87398728305,453.240199694156,1584.9622264016,440.3057903508,2158.62688593667,603.2164861419,3858.70265464241,881.711567840577,2584.19893435799,721.360706241943,3292.08540980802,846.948680755994,4640.82153216845,13265.0634852913,3980.36488884608,91471.7974723118,33544.6955404016,3095.56092097072,15074.9401379684 -8281,2587.1914693027,3399.80155491226,546.753914845303,1362.15564815642,1330.77096063489,2424.57011635185,1326.00869692257,2857.19906143745,245.775991220973,1044.94838093319,2005.64526955231,5798.86840470363,1121.93958787803,3382.75438048518,1293.97645355706,3823.05995215426,1020.44153058144,4340.82402595561,271.525244237048,1177.91758769997,552.761684386945,2264.89424387356,1246.18806535963,5198.26775896322,477.111577663684,1513.45495136819,458.980430895048,2061.23811297037,627.371141355993,3684.6131354088,916.716013064293,2467.61002084191,744.376296334153,3143.55943681553,873.971255588176,4431.44587882233,13735.9322589488,4132.67700689117,95386.0392261866,35061.1147298657,3202.27221119921,15763.251569517 -8282,2656.61086668574,3341.31873321641,562.581840066558,1338.72407292874,1381.51707115386,2382.86306389203,1369.89565351914,2808.0499977169,255.132816463053,1026.97335243331,2082.46829357897,5699.11723350365,1164.91368365881,3324.56480145257,1343.66158783269,3757.29630980539,1058.74001029052,4266.1538920014,281.607875713086,1157.65524498931,571.644779118486,2225.93390925255,1288.8950751785,5108.84802032127,490.830387185084,1487.420750655,474.728411668818,2025.78103728918,651.157655031685,3621.23103220782,951.827539560464,2425.16260309328,772.017453223723,3089.48444947753,906.424702469353,4355.21688280592,14327.5322570246,4300.83084379867,98731.879056135,36149.1342864589,3347.33383731701,16249.5323334124 -8283,2881.0458857692,3339.82416836559,608.987399504861,1338.12526446295,1503.77797699048,2381.79721424883,1488.87529044901,2806.79396285132,277.415426027301,1026.51398940996,2264.50099963927,5696.56803033629,1266.74111162827,3323.07773060023,1461.20436920813,3755.61567905834,1150.88117903716,4264.2456503267,297.636784682039,1157.13742822992,621.336677671857,2224.93825369059,1399.51683545853,5106.56284333308,532.883739060232,1486.75543047761,514.952450150774,2024.87490968642,707.995410037827,3619.61126317363,1035.02808016287,2424.07783295505,815.96010734457,3088.10252957284,958.017716358975,4353.26880344252,15601.5489452419,4667.71216105379,106850.326858525,39044.8995002795,3603.68741608893,17504.9312069204 -8284,3535.75434187,3425.01415055518,748.043554212998,1372.25726114911,1831.00446425158,2442.55049107788,1818.57102654856,2878.38777008524,338.286071678912,1052.69761587255,2760.96025991697,5841.87224534339,1544.45587322144,3407.8405559507,1781.34466848604,3851.41139065308,1403.88208104677,4373.01515215982,364.339589900184,1186.65290926497,758.651697419116,2281.69047795441,1708.96457664131,5236.81760398607,652.483364361955,1524.67858518807,630.394936374713,2076.52405311325,863.43189540068,3711.93786586237,1261.94471592804,2485.90957528796,998.823351765533,3166.87176598527,1172.71721728958,4464.30904781958,18963.1190372379,5688.40783614668,130659.914791026,47771.4677171984,4410.13994631357,21431.3656496203 -8285,4817.92289214201,3641.66052638776,991.643949016333,1459.0582345961,2319.28362850558,2597.05195834754,2384.59265838519,3060.45775614025,421.77152074398,1119.28511399702,3436.55937737316,6211.39493762932,1922.37982962414,3623.40063056888,2216.89025686966,4095.02916358697,1759.62999893047,4649.62653025378,479.906199732822,1261.71363627591,983.809986965165,2426.01688102647,2217.41246701204,5568.068076226,883.856713268979,1621.12084068561,805.255276648217,2207.87282735503,1077.72813290385,3946.7333588458,1570.76137623251,2643.15368478933,1315.6448880055,3367.18956342153,1544.69697697381,4746.69514413685,22795.2141628025,7020.27985443901,168319.26612338,63598.0180127582,5302.04366946218,28823.0909858525 -8286,4900.7820496143,4179.96244045697,1011.45460212149,1674.73287937157,2406.94017641117,2980.94222763147,2453.29585797093,3512.8476085498,438.371725618234,1284.73527468276,3573.44612627516,7129.549103768,1998.95302279072,4159.00340868108,2305.56766002399,4700.34699070324,1826.34749967677,5336.92366923925,490.817129785359,1448.21725474698,1014.49958276413,2784.62513711127,2285.90207306031,6391.12713990902,902.459029338625,1860.75120852337,829.49177713238,2534.23552930779,1119.80423685085,4530.13043992817,1633.322403593,3033.85860563282,1345.55679444679,3864.91980870103,1579.81650799365,5448.34074319175,23931.631661216,7320.4905143377,173513.57710554,65040.5894658453,5556.77907104647,29417.0837480668 -8287,4771.06866822216,4645.48572636854,983.781479562889,1861.24822828556,2342.21188594265,3312.930383192,2386.83363981891,3904.07417695407,426.736971731315,1427.81650929104,3478.58081802326,7923.56846952363,1945.88623851943,4622.19248286687,2244.29044088173,5223.8256121517,1777.44063912326,5931.29796770589,484.114162057416,1609.50551145915,987.054908876502,3094.74941749076,2225.16706726757,7102.90829804877,877.86833476809,2067.98345742393,807.503085951687,2816.47386701598,1090.08851998228,5034.65200873271,1589.96221055156,3371.74006921145,1327.18085925228,4295.35673122385,1558.24134603101,6055.12358434552,23292.9136770659,7142.34956813418,169332.307887329,63385.2157271047,5475.22386770496,28720.3842574907 -8288,4646.56348479291,4792.99240797263,957.934652437267,1920.34787167431,2249.42995836277,3418.12484422245,2306.44002674758,4028.03904532293,409.454000873126,1473.15352841685,3336.64262201598,8175.16310574606,1866.48731212399,4768.95954126359,2152.47707979408,5389.69614253632,1707.51532415613,6119.63265052608,470.258189080091,1660.61164567268,952.30451555192,3193.0160453224,2147.36289209061,7328.44476387757,852.82695610177,2133.64750105348,780.097110702061,2905.904496754,1046.16058303513,5194.51576778467,1525.0903132949,3478.80189614116,1289.19522783908,4431.74587437248,1513.64246486836,6247.39006394305,22194.9935724073,6831.25538220248,163321.347495161,61583.4055025197,5193.71420204606,27928.8327433464 -8289,4499.42575782528,4801.8298135407,925.058241771304,1923.88864360325,2156.26124242384,3424.42724425973,2222.4843504574,4035.46601612897,391.981713135798,1475.86975537623,3193.50193412518,8190.23661844983,1786.41572278624,4777.75263459997,2060.07195521858,5399.63376117745,1635.88442622892,6130.91613922311,451.580780226089,1663.67351127869,916.463295685647,3198.90338570936,2066.37974191516,7341.95708208068,825.419678990729,2137.58155867368,749.548486160787,2911.26245570616,1001.67765245336,5204.09350934197,1459.66746888232,3485.21617361759,1237.99181039285,4439.91720708757,1453.52459806326,6258.90911405571,21136.4484114482,6525.1972697432,156924.96976192,59433.5659801268,4933.46463369168,26969.7184688347 -8290,4322.34168260507,4848.09622499412,885.530832070958,1942.4256236779,2047.80694028166,3457.4221578713,2122.57542713492,4074.34838771615,371.483583111593,1490.09000057554,3025.66255706837,8269.15088072158,1692.52791302073,4823.78705851723,1951.73052822796,5451.66011092186,1551.70155082107,6189.98851365084,435.285993488755,1679.70327621953,873.847990796395,3229.72534025378,1971.08355313747,7412.69803301463,792.201630088738,2158.17750475031,713.380178401722,2939.31294309427,949.472261274594,5254.2357969479,1382.95567208495,3518.79679845315,1193.32026231939,4482.69653169899,1401.07579071798,6319.21472161886,19907.9349524358,6180.1777134101,149700.817016675,56972.4126963329,4672.94119620004,25913.7032476068 -8291,4144.52655865191,4895.14241160558,848.680783325482,1961.2750264392,1947.52307001039,3490.97316851239,2026.42722544461,4113.88608368439,353.188880199606,1504.54991411305,2876.10694380798,8349.39516577663,1608.86787320538,4870.59734766928,1855.13623423125,5504.56331395616,1476.22449125762,6250.05649522981,419.71723171509,1696.00320718574,833.551814454227,3261.06676872584,1880.94639636202,7484.63125355545,758.684606749765,2179.12057537372,680.834229023419,2967.83619403912,902.827931750311,5305.2231838173,1314.5996231053,3552.94339190861,1150.63908451527,4526.19686002696,1350.9638745552,6380.53672127277,18847.0641870516,5870.68415846519,142940.665375084,54611.4800834758,4435.29603320055,24871.9736372718 -8292,4072.31042512177,4853.55462588783,831.859448584348,1944.61257238276,1897.87018551293,3461.31481909761,1982.8200824407,4078.93563719485,343.667571922594,1491.76767119373,2798.0009347074,8278.46099720088,1565.17608732908,4829.21809007464,1804.70534444956,5457.79805559966,1437.35808420384,6196.95773151842,407.717264217049,1681.59442966175,814.668719722686,3233.36164095111,1837.9173855251,7421.04388171285,744.965797228364,2160.60736535414,664.563460184517,2942.6222727055,878.609138286117,5260.15146446745,1278.90145569572,3522.75856049295,1117.74162266998,4487.74353440259,1312.33900676161,6326.32943339092,18255.0209052342,5699.98663243452,139450.593384186,53454.3710778762,4281.75775507466,24350.2667279248 -8293,4037.02468332939,4769.85920224592,823.524498114973,1911.07938163698,1869.91713842776,3401.62738741667,1960.23458543156,4008.59785952934,338.438302523499,1466.0434058172,2755.01848174496,8135.70597461019,1541.13209695115,4745.94232930496,1776.94517705873,5363.68296766411,1416.15067857215,6090.09646331222,401.868121437587,1652.59676320226,804.833013406641,3177.60506805019,1815.572107065,7293.07428841059,738.435708836406,2123.34952801517,656.246341818917,2891.87925305995,865.325616034651,5169.44462398171,1259.2567554932,3462.01158372338,1101.70641662076,4410.35621206677,1293.51209188876,6217.23726016147,17917.2431102796,5608.70026176502,137678.452373874,52849.6830413269,4213.39680073549,24087.5720856175 -8294,4055.67264138151,4684.73419921846,828.340111911982,1876.9734193329,1878.64196660478,3340.92045050838,1967.61488555335,3937.05866089479,340.033465184403,1439.87975107036,2768.00931886493,7990.51259125138,1548.39905221279,4661.24415730022,1785.2478400284,5267.96032481424,1422.86670993876,5981.40992605911,400.513206223704,1623.10379527471,807.848809545139,3120.89613188065,1821.89481049,7162.91888034569,740.831949212888,2085.45529941497,659.317577460378,2840.26950532235,869.402986227394,5077.18844395452,1265.1945521423,3400.22700391717,1097.99196726416,4331.6470573547,1289.15096165934,6106.28171238671,18002.4548773128,5631.20122599104,138158.55759029,52989.1886398206,4224.83593798156,24135.0567371203 -8295,4092.96855748575,4655.94765511168,835.984520466245,1865.43987744446,1896.28958110617,3320.391312714,1987.63230771904,3912.86639982441,343.223790506212,1431.03204270527,2793.99099310486,7941.41284869134,1562.93296273608,4632.60195374703,1802.08336191321,5235.58999902962,1436.40937980653,5944.65562723763,399.255425723275,1613.13022003956,816.107880060084,3101.71898962826,1839.62211665513,7118.90449841623,748.679303079816,2072.64068744204,665.768356487618,2822.81674494936,877.557726612881,5045.99036464733,1277.07014544051,3379.33344187951,1094.54380908962,4305.03014724433,1285.10248356551,6068.76010702618,18172.9403585414,5676.18059206612,139207.800293257,53389.3034015387,4236.41200979626,24285.9262050014 -8296,4189.8076589013,4786.88420285141,851.188530869186,1917.90057409779,1905.97244130144,3413.76877479832,2014.35289958718,4022.90569925625,343.816574987836,1471.27613676656,2797.51797556503,8164.74465128195,1564.90592440976,4762.88196370591,1804.16505224955,5382.82749623408,1440.79083685482,6111.83377076284,406.490148987979,1658.49535678777,824.92614270274,3188.9468552841,1859.99022427969,7319.10537002357,764.252643086628,2130.92837373521,671.341702958427,2902.20120260747,879.345421362919,5187.89585998715,1278.68729315081,3474.36849968462,1114.37753218934,4426.09804300918,1308.38923243946,6239.42836971643,18013.7219895688,5669.46731768361,140651.822615934,54370.4500001255,4205.05708329604,24791.4251244039 -8297,4262.16684498126,4876.42790866291,861.576927475117,1953.77692236634,1905.74219181114,3477.62691172525,2031.66110376684,4098.15838329382,342.649713773623,1498.79790499309,2786.77113583132,8317.47479099264,1558.89424072627,4851.97668237885,1797.12159212835,5483.51894840452,1437.93872288514,6226.16205236446,412.006944556966,1689.51925751832,829.986116460915,3248.59946164712,1871.90688968797,7456.01693719003,776.411451678971,2170.7896311455,673.629333466959,2956.48992982114,876.623466131712,5284.94091079298,1273.78000329859,3539.36021822905,1129.5016207978,4508.8928640788,1326.14640549274,6356.14344254751,17768.7612429097,5636.44733962585,141403.922628498,55069.3809822738,4159.43746888037,25170.9684305485 -8298,4299.53428736041,4748.93534475966,866.004866961779,1902.69608331918,1898.44823931865,3386.70552837266,2038.5290565204,3991.01341378867,340.495954349819,1459.61233898873,2768.32638565411,8100.01721627478,1548.57641646966,4725.12338754466,1785.21993906171,5340.15419390826,1430.62213224119,6063.38114424872,410.120273806322,1645.34734604143,831.333626489177,3163.6659237752,1874.51680417154,7261.08188767566,783.478805081371,2114.03506797895,672.780235584697,2879.19349719319,871.307832169499,5146.76791215248,1265.3528679659,3446.82483838727,1124.32938353599,4391.00938002579,1320.073688352,6189.96421480016,17520.7628129055,5585.14688350117,141239.652628749,55287.9882130973,4091.21344910983,25291.1039058265 -8299,4260.29972321923,4568.74326847116,854.84112173515,1830.50079471042,1866.2964625054,3258.20146238056,2011.43478773412,3839.57968363284,334.000488359684,1404.22927755605,2714.91906571954,7792.67276657961,1518.70085102113,4545.83482450694,1750.72535169514,5137.529099641,1404.0459324535,5833.31415904196,399.342282637975,1582.91681520126,819.224616780616,3043.62480084914,1846.40619498022,6985.56973043292,775.57076735092,2033.82080086618,661.820842219268,2769.94630458441,854.811499302291,4951.48060480071,1240.9436529411,3316.03962461991,1094.78192407099,4224.39833149632,1285.38205406,5955.09420225154,17098.7044943419,5462.04903401549,138807.477704261,54518.6138651338,3963.37899614545,24933.8271515777 -8300,4115.8316930215,4310.11921934181,822.806686786684,1726.88115586367,1779.46147700743,3073.76359718136,1930.79523643236,3622.23158889776,317.629914178465,1324.73970234315,2580.92025972696,7351.55089432627,1443.74314665847,4288.50755967671,1664.23215960749,4846.70764170567,1336.74274860181,5503.10621366099,379.01341553035,1493.31222765365,784.914207560876,2871.33353303852,1768.47058668786,6590.13575154696,748.523148540383,1918.69177307567,632.775089124056,2613.14722723065,813.109099547754,4671.1908428357,1179.69868243739,3128.32769939292,1039.05109562165,3985.2667065774,1219.94855979814,5617.99262200704,16123.8901411591,5175.66013933883,132630.122431561,52359.2535639224,3720.21966637586,23958.1689749336 -8301,3721.09807655091,4090.80862222449,739.78731911087,1639.01274244634,1587.52904369403,2917.36213921931,1733.72048313565,3437.92258670276,282.396686447842,1257.33334062533,2293.75836482341,6977.48397544896,1283.10741365356,4070.29662262554,1478.98572315042,4600.09396517775,1189.62123520222,5223.09319121325,346.822658708253,1417.3284370291,703.322678643985,2725.23226771208,1585.8491998566,6254.811707546,675.76935586677,1821.06351338647,565.146823963079,2480.18318387248,723.09738936503,4433.50793875407,1048.44482148623,2969.14987139834,950.80134040365,3782.4854894897,1116.33463529106,5332.13386640603,14207.3893293436,4600.10303490179,119031.650221989,47289.6286748879,3308.84656685907,21712.7680101242 -8302,3248.72139356284,3921.59831427925,652.03714434363,1571.21738057856,1400.60802347129,2796.68972661042,1520.50653253947,3295.71795350935,250.533747043651,1205.32558827016,2035.62707345,6688.87056885877,1138.7111342823,3901.93476350527,1312.45314782664,4409.81781483524,1054.63157973914,5007.04759022609,313.379260285104,1358.70272181321,618.247811770019,2612.50702587685,1395.45169988652,5996.09058101286,589.539489125842,1745.73788797982,500.703133140232,2377.59403853244,641.368696067994,4250.12237544059,930.453998205021,2846.3353350875,859.11751511145,3626.02851641161,1008.68877351072,5111.57795757224,12703.6398555122,4097.18325643291,105296.052482182,41670.4411176796,2988.57576160496,19133.7848322262 -8303,2656.20168618989,3641.14068048449,550.785090217224,1458.84995448861,1277.45045155231,2596.68122999125,1314.48376279676,3060.02087675099,233.287862220014,1119.12533639642,1900.83314749825,6210.50826294109,1063.30864709945,3622.88339126004,1226.09143354511,4094.44459945228,973.579153832142,4648.96279751814,268.31432354388,1261.53352704823,542.861885475497,2425.67056787408,1224.14664701117,5567.2732362464,487.021410657723,1620.8894261917,446.580401061931,2207.5576541982,596.102032121515,3946.16996389094,868.821008539141,2642.77637542598,735.573677409644,3366.70889816254,863.636111989697,4746.01755488689,12611.7287692862,3887.5128864943,93199.9617791027,35156.5331224933,2964.49011363108,15937.94404615 -8304,2292.77122926665,3371.59983587087,515.892408250523,1350.85642075756,1146.01247656392,2404.45804683452,1131.85080020107,2833.49828835568,228.908603062778,1036.28042188445,1875.41315455815,5750.7661684801,1049.08893594911,3354.69406958655,1195.74682041164,3791.3472592492,882.757373240193,4304.81642444979,227.154845473047,1168.14663480001,456.345569373781,2246.10670286785,1029.3224944824,5155.14756960145,440.789365440276,1500.90067999943,431.088057585618,2044.13992144345,582.762002466442,3654.04887371802,791.937872050216,2447.14093069429,622.73650850661,3117.4832736645,731.154136584437,4394.68655931406,12298.8683786151,3683.8672673288,84893.9543119717,31058.5343091364,2767.65414959283,13741.8547018421 -8305,2425.44041867664,3204.14401572807,544.372810874088,1283.76400740931,1206.65185818708,2285.03684804696,1195.48105910196,2692.76812972248,240.530616084884,984.811921352931,1970.40413315655,5465.14530240139,1102.22601906083,3188.07790097302,1256.38593364877,3603.0440217211,928.178520400937,4091.01093150515,240.054435267274,1110.12879095736,481.570786226586,2134.55027317078,1086.27755521867,4899.1090400463,466.859455123622,1426.35608201712,453.420220602025,1942.61449028458,612.397084495577,3472.56477691617,832.096681851331,2325.59981920335,658.100251212145,2962.6485531206,772.674661575442,4176.41752446866,12892.0558693071,3869.4928666194,89456.5653432744,32819.6981352121,2900.71444524633,14538.0661879783 -8306,2510.28647747195,3117.58943331506,565.885382630369,1249.08527354694,1271.49313112606,2223.31040591134,1249.24027626419,2620.02751011889,253.762923521802,958.2088772358,2079.61274523122,5317.51355827447,1163.31631607589,3101.95731773321,1326.13093697778,3505.71382395691,978.054826001149,3980.49912520514,251.00944404372,1080.14052156175,504.158999563144,2076.88897373263,1137.17851911924,4766.76781721876,484.460613073939,1387.82546215571,475.409585169678,1890.13801445494,645.917006345416,3378.75925734753,878.048269617188,2262.77763636049,688.132997825566,2882.61756603228,807.936070886507,4063.59860214858,13713.5557872381,4095.80661768173,93767.3641966914,34165.6421661472,3086.99885916123,15109.8477479015 -8307,2725.25813897055,3106.54267950654,613.383580731905,1244.65930989846,1386.86203784232,2215.43240811228,1359.8495324352,2610.74379925993,276.530877439607,954.813594505225,2266.40766093242,5298.67167277024,1267.80768048665,3090.9659541985,1445.32963335695,3493.29180419942,1065.37850293507,3966.39476835774,273.574531075021,1076.31319064614,548.888604281368,2069.52980034845,1238.11997194336,4749.87742428361,526.588751432996,1382.90789153342,516.610928246056,1883.44056767549,703.825719346937,3366.7870838165,956.873233222431,2254.75979180239,749.994339514126,2872.40340305245,880.567392886113,4049.19979361566,14972.9388377567,4468.45786215245,102075.153306386,37149.4075573152,3370.86082322203,16432.1724334346 -8308,3352.10267284896,3134.80937771006,755.533843058086,1255.98457167941,1695.00666743368,2235.59081755038,1666.11860449022,2634.49918094106,338.575639569367,963.501525269718,2774.57838312038,5346.88474064206,1552.07372657091,3119.09091844285,1769.21967333809,3525.07756584935,1304.7918816881,4002.48533444357,334.543158783667,1086.1066566536,672.442562646825,2088.36062944845,1516.71594745251,4793.09696623346,646.289820468266,1395.49108901244,634.706837778325,1900.57815489165,861.812985719143,3397.42176816884,1171.49182215297,2275.27604447671,917.137550871361,2898.53964790383,1076.81002314223,4086.04380972622,18285.2901628457,5461.57378584594,125107.252066726,45589.8430788182,4115.99847888164,20157.0695159748 -8309,4581.49591829041,3161.90641947967,1003.51230788917,1266.84120195581,2153.18032713297,2254.91508593928,2192.85803408963,2657.27158134778,422.786163482539,971.829955464214,3458.63748228279,5393.10278508987,1934.73011922892,3146.05209110656,2205.34680929324,3555.54805465231,1639.55202084047,4037.08249785032,443.836542862296,1095.49487580684,875.735467973878,2106.41225185603,1976.61911212523,4834.52811341047,877.555594098042,1407.5536024772,812.451948936153,1917.00660059418,1077.42726626358,3426.78881045716,1461.5594267427,2294.94334879605,1216.76127345699,2923.59439300845,1428.59785185436,4121.36324591646,21998.7278935867,6745.29908887634,161608.493887375,60923.8934196353,4940.97231193335,27246.455608874 -8310,4558.13546531392,3231.82588886621,994.89753430529,1294.85495470069,2142.93535247852,2304.77818920801,2184.41325912208,2716.03202341499,419.855766165202,993.320102801081,3434.62759676561,5512.36086393669,1921.29920925143,3215.62097256282,2190.26102255177,3634.17215049147,1628.36344014166,4126.35480027534,442.547031322925,1119.71963462962,871.959952814839,2152.9915010241,1968.20220379151,4941.43438942847,874.985475714395,1438.67893889197,805.346199189642,1959.39750865467,1069.96731066642,3502.56564365209,1451.42100779327,2345.69159998762,1213.22612582659,2988.24405101264,1424.44723955189,4212.49925472695,21841.1700081438,6703.14619626604,160690.850725183,60643.7377475589,4905.48956642575,27145.9454124017 -8311,4433.6853617325,3471.93037253925,966.558437275344,1391.05459262084,2081.77426233724,2476.00881738235,2122.4731482879,2917.81624355758,407.965370740627,1067.11758404125,3337.26701258783,5921.8948563509,1866.83659048916,3454.52153213977,2128.10426096599,3904.16844910978,1581.94600721571,4432.91719653099,430.039588335641,1202.90781183233,847.174236548075,2312.94532603885,1912.2675876346,5308.55210971326,850.32687465322,1545.56380078505,782.803639121209,2104.96850885815,1039.68475533383,3762.78440057746,1410.29673499803,2519.96183911514,1178.93743891777,3210.25192508445,1384.1889361941,4525.46164605309,21209.8719910219,6510.8581765785,156170.156128155,58952.5078747893,4763.55858439535,26388.974235667 -8312,4295.86282125207,3719.37770323269,934.64284362497,1490.19619652954,1976.86036535811,2652.47600044588,2034.58820562016,3125.7714049378,386.517519725347,1143.17193115477,3160.26434892753,6343.95316905248,1767.82292215254,3700.72812047231,2015.03524983192,4182.42174271003,1501.76839261917,4748.85484785677,412.341793157004,1288.6400400655,810.240529880939,2477.79084007766,1829.07609558366,5686.89698085044,821.291804628924,1655.71740292683,748.729808087916,2254.99134423252,985.351158108767,4030.96113685714,1335.81741237747,2699.56159015575,1130.41959570444,3439.04921779475,1327.22419865422,4847.99501634427,19879.9508506284,6144.25061727254,149186.945334391,56769.7361892917,4461.95524758075,25459.9716866589 -8313,4172.92484353857,3896.51568326373,905.990275012191,1561.16783887545,1905.11439283322,2778.802036221,1969.22257803601,3274.63846735746,372.103569201862,1197.61629869962,3041.80844208944,6646.08840226655,1701.55977317141,3876.97790100273,1939.48521955694,4381.61252091403,1446.79755112105,4975.02240122968,398.936985437292,1350.01242864704,783.502178416978,2595.79737218363,1768.74968871441,5957.73945080364,797.528592024357,1734.57210918637,722.958454638119,2362.38689358951,948.732105651336,4222.93849714132,1285.87164562884,2828.13011026973,1093.67081696194,3602.83635647067,1284.07750462717,5078.88418999538,19055.0252281225,5906.19824543788,144118.318760806,55022.0580205948,4275.67083366584,24696.4093361548 -8314,4053.05655370674,4007.95795290275,879.549871490483,1605.81800876928,1847.90619779597,2858.27714448866,1911.39552434608,3368.29474201767,360.819168490204,1231.86871530275,2949.45954770916,6836.16980728987,1649.90064776429,3987.86138043638,1880.60097811577,4506.92879927696,1403.09725426702,5117.3104947383,387.262295114698,1388.62344970247,760.352030627874,2670.0384568331,1716.50734946249,6128.13373643869,774.539529668136,1784.18172670454,701.385823721571,2429.9523234729,919.982489510084,4343.71662019336,1246.8540298228,2909.01602577538,1061.66509032095,3705.8792525708,1246.49962199416,5224.14278186963,18462.9012745865,5725.7595608425,139838.260245882,53420.6502024136,4142.61053801234,23982.1656533513 -8315,3850.90653329747,4058.90299639498,832.758201357041,1626.22951738756,1724.18658950475,2894.6086267921,1799.56499982364,3411.10904399968,335.865271783936,1247.52696471935,2744.21139356576,6923.06417400857,1535.08671083925,4038.55097694779,1749.61409624784,4564.21624749714,1308.27461963098,5182.35648793014,364.616442998724,1406.274204244,714.361480400353,2703.97724234625,1612.8135837279,6206.02827610146,734.333788874728,1806.86041164414,658.036255515871,2460.83938073699,856.622745271601,4398.92948288655,1160.34876625925,2945.99244860572,999.582334175066,3752.98458199733,1173.60833756396,5290.54671732989,17010.7990937368,5310.51844737628,131184.23120254,50485.8406757671,3814.39514206704,22705.6643061675 -8316,3747.93633864073,4011.20699925287,805.832160263284,1607.1197632292,1646.30998740883,2860.5942034581,1735.1823522866,3371.02524614628,319.434184627212,1232.86732821244,2608.62329039452,6841.71154021775,1459.23996819615,3991.09413552392,1663.11586923321,4510.58233575055,1246.56208556459,5121.45883640773,351.947469842096,1389.74913565127,687.053873114997,2672.20292033416,1551.37434175007,6133.10150076741,713.519982944853,1785.62807150038,630.656961062771,2431.92216143535,814.99539452115,4347.23784890799,1103.29329654984,2911.37421615863,964.850818351606,3708.88341918158,1132.83010934498,5228.37772700563,15993.6954418621,5032.6199740187,125910.920639738,48867.2589444086,3583.75729626764,22031.395275029 -8317,3719.15719092338,3908.2122476029,798.661303011191,1565.85415392098,1624.35991062184,2787.14344671297,1717.72751603716,3284.46828010157,315.023415481573,1201.21130439959,2572.22041970296,6666.03863650655,1438.87653585779,3888.61581680926,1639.89249955613,4394.7652493838,1230.00542371086,4989.95642802053,348.159700308655,1354.06489718917,679.755031898778,2603.58943910783,1534.8852757434,5975.62339853203,707.995266664427,1739.77894932901,623.648209025735,2369.47830872574,803.82208723787,4235.61491778152,1087.97610062789,2836.61959381946,954.466789917739,3613.65135393827,1120.63823486818,5094.12998919866,15719.8559283152,4957.08693145689,124475.772745511,48419.0432513906,3521.66249162934,21839.1660664917 -8318,3739.73799432332,3816.00432680981,804.357383535904,1528.9103682075,1635.04980776606,2721.38532358874,1726.46773065751,3206.9765852212,317.17901193077,1172.87067451703,2589.89757331358,6508.76428095546,1448.76497362784,3796.87024197488,1651.09046029715,4291.0779007072,1238.33856332097,4872.2265101129,350.249658478847,1322.11793502884,683.278357955958,2542.16197468949,1542.88886277591,5834.63826924201,710.949864561205,1698.73169053297,627.638564733432,2313.57431621717,809.306370699755,4135.68246270865,1095.43726559057,2769.69416135671,960.19633203303,3528.39311904528,1127.36528292319,4973.94226529963,15838.0232902899,4991.50179981819,125238.733119633,48686.0693253245,3548.27455076004,21955.9939773912 -8319,3802.5326068731,3827.44096819735,819.860403184638,1533.49254319929,1676.34765519287,2729.54136990256,1764.19241297545,3216.58795827068,325.73216781958,1176.3857914167,2660.33370911732,6528.27117785133,1488.16630265399,3808.24953812699,1696.09444560042,4303.93834710963,1270.91568066087,4886.82867053592,357.400744704917,1326.08034895713,699.007230662338,2549.78088503749,1578.25263460873,5852.1247969806,724.437794853268,1703.82282342865,642.729816364205,2320.50814477499,831.005511962864,4148.07718587142,1125.10619444035,2777.99499022477,979.80076732112,3538.96778388339,1150.38282527134,4988.84926987793,16347.5963792555,5134.78284401906,128135.104341521,49638.3250784539,3663.59347365974,22362.0777081345 -8320,3940.87729540495,4008.86768638503,848.027334225369,1606.18250022009,1726.2908976669,2858.92592135971,1821.06804497549,3369.05928359746,334.999431897998,1232.14832707244,2735.55040716447,6837.72149336975,1530.24183439914,3988.76655236262,1743.9555960042,4507.9517900566,1307.66796490761,5118.47203104956,369.402969766716,1388.93864194284,720.896432942146,2670.64450694932,1627.81123159062,6129.52471122173,749.349254775138,1784.58670347185,662.373470125268,2430.5038784081,854.746829811095,4344.70256477995,1157.01410728562,2909.67631944868,1012.70441819298,3706.72041968806,1189.01495959309,5225.32856716497,16747.4763568473,5273.94296755492,132156.493273096,51333.0390963936,3752.30033742874,23144.4505531688 -8321,4025.17255839057,4159.68839350136,862.589939125604,1666.60993245084,1739.02866219308,2966.48378128037,1847.66116195274,3495.80926469428,336.488340955747,1278.5039308237,2746.66370131443,7094.96869416835,1536.45850932559,4138.83101919259,1751.00016429616,4677.54892565967,1315.27009370061,5311.03802011919,375.086861267135,1441.19297521267,730.075710369035,2771.1188863763,1648.7030066867,6360.12829396733,764.496341327982,1851.7260180075,669.078157837828,2521.94374179782,858.764678531493,4508.1579752081,1161.93034526784,3019.14349928833,1028.28659404456,3846.17381114783,1207.30997229147,5421.9146885008,16677.371985986,5283.24155876113,133638.666656629,52226.7591480751,3734.55896467494,23588.6367374343 -8322,4041.54455239069,4130.38200349131,861.366913189865,1654.86811045491,1713.93422549265,2945.5839151297,1840.3472141035,3471.18012423465,330.298471240071,1269.49644485801,2694.72215503753,7044.98227692008,1507.40288423159,4109.67157633056,1717.90581007584,4644.59403574037,1293.70732831258,5273.61998856208,373.651972575354,1431.03929074984,725.413872669065,2751.59543097151,1638.33660815617,6315.31907205827,767.440556780587,1838.67999154065,661.871920123526,2504.17580826799,843.263798483568,4476.39650094605,1140.2497743836,2997.87262788732,1024.35290039099,3819.07623577848,1202.69142761395,5383.7154938903,16174.829470613,5167.430703558,132417.869649189,52184.3617230645,3619.24004177524,23624.6183773046 -8323,4000.29602642262,3990.02322511812,848.782586600297,1598.63232738306,1680.03456856049,2845.48698473104,1812.53879414078,3353.22236600816,322.857728529849,1226.35637452099,2633.26083535847,6805.57945528918,1473.02198511749,3970.01658038074,1678.69431116449,4486.76128701522,1265.61162372888,5094.41165902419,368.558538485607,1382.40966606043,713.395637504047,2658.09062368202,1611.37783471267,6100.71168968014,758.703192520603,1776.19790702311,649.371450022701,2419.07882281166,824.425795243618,4324.27944643251,1114.39929351564,2895.99882071573,1010.38944143526,3689.2962603392,1186.29694834857,5200.76589523513,15705.7958713406,5041.59876155308,130103.182719951,51505.5630376995,3512.79180525243,23351.8648168133 -8324,3935.003263312,3759.47093040277,836.683897582776,1506.2598446456,1664.58324668307,2681.06850471256,1789.08171962665,3159.46582185894,320.39486610947,1155.49481298804,2613.71768236131,6412.33814521183,1462.08972438707,3740.62031348617,1666.25680907749,4227.50637740734,1255.02465058231,4800.04537794124,363.64278758214,1302.53100301393,704.843172147381,2504.50031648949,1591.97648619321,5748.19918534231,746.763562725232,1673.56529557493,642.458395484589,2279.29914178486,818.022793668926,4074.41309400397,1106.01606955351,2728.66165600808,996.913094285642,3476.12062934252,1170.47438643049,4900.25423307851,15661.2663756134,5010.50832592163,128644.789570085,50766.0933198556,3503.92111887553,22996.0093282611 -8325,3562.48983355902,3602.99688490637,753.423994407557,1443.56736056374,1488.91486607281,2569.4789638033,1609.82294633717,3027.96476548532,285.598056951133,1107.40162347135,2329.01722520485,6145.44833298905,1302.83089710596,3584.93085506163,1484.72648140891,4051.55209089184,1119.89841371962,4600.26127726399,327.785963949668,1248.31797697938,633.065470614508,2400.25977208232,1430.05485501145,5508.95169613423,675.099827842574,1603.90934210465,575.047933026657,2184.43176171621,729.355540165954,3904.83074807159,985.71537115112,2615.09122654854,898.612954094831,3331.43999007809,1055.06031780666,4696.29931016373,13844.8310499979,4455.8646158743,115407.797283572,45799.2968312181,3095.86954553813,20783.8803152564 -8326,3120.90942713653,3539.12064147893,667.307118964364,1417.97487101329,1323.73258396755,2523.92559003793,1419.38911861785,2974.28306088543,255.640668266681,1087.76889606902,2085.68997745281,6036.49787695806,1166.71586410047,3521.37489781733,1329.49570367007,3979.72357261004,1001.08553856968,4518.70489002221,288.056131298568,1226.186993934,559.724399590501,2357.70642485826,1264.08717534545,5411.28546138215,591.248795525935,1575.4742068979,513.089724492315,2145.70475211303,652.647303159374,3835.60340001262,882.530467652652,2568.72920928681,789.695104611256,3272.37808173684,927.18001030908,4613.04029897756,12526.9747433586,3997.22107252802,102334.128127658,40280.2517291621,2803.13689510043,18220.5056305194 -8327,2562.14062602653,3307.65861958445,567.801940149843,1325.23789935042,1219.07794371636,2358.85833764348,1234.39371988669,2779.76198045361,241.015225440736,1016.62772470368,1972.31148362773,5641.70489155178,1103.29297343909,3291.07346526807,1257.52223769571,3719.44567931039,933.836306787359,4223.17708067578,248.515660450165,1145.99314083097,494.330945959484,2203.51007174856,1115.41336753442,5057.38199189874,491.118003005408,1472.43662148832,462.079708219588,2005.37351997251,614.063032586604,3584.75110982868,833.326798858012,2400.73175548075,681.296383423672,3058.36128945098,799.909210678544,4311.34285974139,12632.789514919,3849.39434331616,91407.4311475812,34201.7385315121,2838.61964060803,15241.3468396762 -8328,2521.93281739779,3090.1674894317,607.10539501732,1238.09846883471,1314.39871409507,2203.75443342354,1251.18530693941,2596.98206141818,269.618921445848,949.780586525258,2182.10843424558,5270.74134483425,1220.65146543543,3074.67287206937,1391.19194287626,3474.87798434174,1019.78504295771,3945.48713085056,228.855028802983,1070.63973468716,458.489374383517,2058.62090665457,1034.26432916704,4724.83989746386,506.989055899025,1375.61831533373,511.859515078116,1873.51258648476,692.026352584816,3349.04009492022,918.626396984653,2242.87451483277,627.397497483098,2857.26240659781,736.626597768551,4027.85567473107,14635.2653619277,4254.75657182979,95061.9167296491,33700.0325067756,3133.59650929022,14611.3370151545 -8329,2594.76985154019,2938.76195094685,618.757258884448,1177.43671958899,1318.31458845391,2095.77950073073,1271.50431198464,2469.74058703556,268.965248840418,903.245231520353,2175.67778611227,5012.49662694817,1217.05421978785,2924.0265063133,1387.12394383898,3304.62320877124,1019.66750634551,3752.1744364175,233.112211094871,1018.18277689831,464.608174178948,1957.75692178184,1048.26920226851,4493.34211251311,521.092622690828,1308.21865738799,514.817048266571,1781.71815042749,690.587481800087,3184.95086004447,916.183025803095,2132.98285852819,639.068403428359,2717.26826235062,750.329393482311,3830.50725932718,14429.7506091293,4229.4549761481,95923.9208181152,34412.6807725597,3087.51420768301,14989.0328382058 -8330,2770.12770530871,2853.89687717417,668.536985973112,1143.43489986405,1464.40970452508,2035.25793249568,1386.04430483609,2398.41983339281,300.256787593019,877.161467511125,2430.71573216041,4867.74659168444,1359.72011012567,2839.58696023451,1549.89204343217,3209.19285507658,1134.90967267757,3643.81977357999,253.712701609455,988.779865768435,508.341422856362,1901.22114638756,1146.71665115665,4363.58413407547,559.013013636297,1270.44013884066,566.980394853147,1730.2659930898,770.528773457872,3092.97638432589,1023.13598899035,2071.38693797854,695.543877283473,2638.79944609612,816.637174960799,3719.8905143932,16394.8381514314,4751.89194723332,105421.121121302,37197.5927526002,3511.47138246934,16112.72114731 -8331,3162.92044939513,2833.23294263953,771.464317301208,1135.1557416,1737.54544069887,2020.52143762982,1615.32105145181,2381.05382734677,357.995563629607,870.810289482961,2900.24956232646,4832.50117069314,1622.37303280769,2819.02663812863,1849.44472398465,3185.95636338807,1349.09097762288,3617.43632088432,295.169205308115,981.620503221448,594.582892255467,1887.45515868876,1340.99372504677,4331.98915333034,641.262957544946,1261.2413860514,666.753981181362,1717.73782380145,918.257401839044,3070.58136997409,1220.28348445323,2056.3888473241,809.195330830205,2619.69294668464,950.075200922697,3692.95626365687,19862.6346712265,5698.6004044591,123839.768467229,42995.0236626555,4258.00466850613,18521.0889742338 -8332,3836.49832249917,2842.26529199712,933.887949066565,1138.7746192006,2077.17413844214,2026.96286192448,1943.27122776029,2388.64462924806,427.992335800435,873.586433526896,3466.40841795594,4847.90718909273,1939.07710944644,2828.01369777371,2210.26558833115,3196.11319535167,1614.3656657345,3628.96871136916,354.764007483299,984.749910333806,714.630148875403,1893.47236755764,1611.7424898664,4345.79953893517,775.565297082199,1265.26222480829,801.798722477472,1723.21397364279,1097.9895230204,3080.37038634726,1458.70581038564,2062.94461695551,972.572250897354,2628.04453032888,1141.89583340173,3704.72941179221,23610.3600104686,6794.74261198253,148725.221814087,51899.8570607936,5059.83671647156,22383.1858668423 -8333,4606.30644084991,2823.22588063754,1052.7649041585,1131.14633816651,2092.74020325068,2013.38489654334,2133.80702403273,2372.64387526632,416.122024099941,867.73456195358,3357.49536232522,4815.43263456537,1878.15214399822,2809.06975321159,2140.45483048018,3174.70347189996,1593.44855450672,3604.6594295082,396.793514997067,978.153390761217,769.730628155054,1880.78861160938,1738.47817149693,4316.6884403544,915.628502479765,1256.78664441694,828.762107374774,1711.67072333568,1070.21293458619,3059.73598635277,1415.82678138925,2049.12562149269,1087.79457296084,2610.44011422279,1277.17821407603,3679.91263362389,21050.3533661495,6428.51440555796,156459.900199403,59105.72782889,4488.41617654217,26247.1473903328 -8334,4574.82778956256,2795.86891591631,1041.1409839386,1120.18556783637,2075.5278997156,1993.8752639763,2120.22550610355,2349.65303516498,411.572845580266,859.326242958785,3320.60556578755,4768.77125277344,1857.51632980281,2781.84996089347,2117.16664482514,3143.94070102966,1576.49518499554,3569.73039973363,394.755277437745,968.675116994129,764.371447364126,1862.5638326256,1726.49582982042,4274.85987318758,911.260947019763,1244.60842370523,818.679250810144,1695.08469105473,1058.55169894094,3030.08724658702,1400.3135096263,2029.26966249168,1082.20682096481,2585.14503648867,1270.61764161835,3644.25440280867,20792.7940174934,6360.82619350565,155088.623595899,58699.4151111843,4433.11741461352,26099.9619704912 -8335,4473.40374752878,2937.98218209195,1018.48770247798,1177.12429942775,2037.43468496813,2095.2234081963,2076.16280834095,2469.08526795168,404.56235977231,903.005565119457,3264.37015180845,5011.16661491582,1826.05875445703,2923.25064735004,2081.25170413823,3303.74636256921,1548.55047499619,3751.17883731403,386.421620027214,1017.91261305678,748.857383960323,1957.23745205325,1691.40001637699,4492.14985254371,890.640168850681,1307.87153564712,803.393702022862,1781.24539069224,1040.45270441748,3184.10576761218,1376.52318541343,2132.41689448317,1059.3604110275,2716.54726446214,1243.79370098923,3829.49087545223,20487.0900417009,6255.83137559325,152097.743046137,57448.5389267965,4368.60219236343,25523.9235297693 -8336,4362.02650474641,3152.74411179784,993.041183349725,1263.17025559104,1957.85937096803,2248.38098180309,2008.79157142183,2649.57156224775,388.289128497149,969.013867988784,3131.9890089881,5377.4751033937,1752.00595605173,3136.93572477004,1996.6581054994,3545.24508519896,1488.61989026533,4025.38417820546,373.961610500542,1092.32044247948,723.683014687907,2100.30846679858,1634.62921953129,4820.51902262948,866.135224521133,1403.47491149979,777.012653104794,1911.45165937437,998.826293471329,3416.85894876086,1320.94983276229,2288.29325411125,1025.20176117594,2915.12264596351,1203.68807397372,4109.42070457652,19502.8038886273,5985.26285123276,146856.135781006,55780.5054995544,4156.62360497027,24816.4623504439 -8337,4231.16500072652,3373.87416957658,960.707296338928,1351.76764938458,1880.75571026492,2406.07998901215,1940.0655796387,2835.40964230514,372.456641092406,1036.9794513087,3003.56931679143,5754.64538367981,1680.16915683015,3356.95699940213,1914.76400807796,3793.90473619829,1429.25623218787,4307.72026522795,361.133855060004,1168.93461540094,698.310392052241,2247.62182815841,1577.36606030409,5158.62500655904,839.759282697497,1501.91312191769,748.143463805616,2045.51880878146,958.248506586855,3656.5137351845,1266.9529346002,2448.79166487754,990.03494966293,3119.58619145767,1162.39876564348,4397.65102255242,18601.1988974276,5730.18203769049,141497.422703342,53966.5431426443,3963.07793821999,24038.600874811 -8338,4134.67650515078,3554.97598565051,940.176886776266,1424.32743196955,1846.89358245453,2535.23283637039,1900.3055391162,2987.60791933793,366.114714290274,1092.64212644839,2952.78760655009,6063.54153020583,1651.76233338792,3537.15074063763,1882.40695742643,3997.55282833304,1404.24222699127,4538.94879479375,353.598035724077,1231.6803406653,684.351074433668,2368.26900539975,1545.781114831,5435.52814822229,820.975380209778,1582.53236860367,733.953698136642,2155.31756014692,941.856513463715,3852.78699395404,1245.44860267294,2580.23717689308,969.375782951259,3287.0384129325,1138.14286448257,4633.70682861218,18338.312994998,5637.85448399916,138759.617236711,52807.895521961,3907.77917629134,23505.7436673724 -8339,3969.52410051926,3727.82522122174,902.380194363974,1493.58075711516,1759.56831423717,2658.5003519684,1817.31682074875,3132.8707135533,348.717293738479,1145.76832394505,2811.96825376383,6358.36167036459,1572.98927763936,3709.1332811913,1792.53869111624,4191.92093470622,1338.50798065037,4759.64053297817,338.009020145862,1291.56682265884,654.115961079062,2483.4184435008,1477.49298931128,5699.81316425011,787.217813847965,1659.47789827364,701.760187695948,2260.1129214063,897.206346439981,4040.1163287827,1186.17018214308,2705.69288332223,926.639080099879,3446.86004865157,1087.96575643298,4859.00587041156,17391.416458422,5360.44870565803,132559.210789018,50588.4793090308,3705.01704921961,22530.4725998656 -8340,3909.07143010632,3702.09277967557,886.821781661365,1483.27086401498,1721.25014487422,2640.14924888608,1783.93168818957,3111.24512551626,340.646045361442,1137.8593114051,2746.42074716698,6314.4711550366,1536.32260300147,3683.52986641694,1750.7353377068,4162.98493207271,1308.39572160762,4726.78567403832,331.98159221352,1282.65139186615,641.644600348727,2466.27589626756,1449.39317928861,5660.46847924765,774.77482975251,1648.02284995984,687.363475868676,2244.51180810658,876.537028045377,4012.22820337427,1158.62784293567,2687.01601951284,910.115111975646,3423.06705422285,1068.56498663421,4825.46511216434,16919.8161241712,5229.70473550144,129914.009355707,49726.2011973598,3603.63598568376,22168.2125334924 -8341,3935.23319990764,3571.28619656322,895.804077794634,1430.86223865122,1749.41108847708,2546.86447113837,1804.76376573493,3001.31504858032,347.152360591428,1097.65516271261,2799.56859317423,6091.36102649353,1566.05302111239,3553.37916942104,1784.64329132408,4015.89357944585,1332.08944400079,4559.77346772092,335.247760008185,1237.33128351678,649.915019346864,2379.13461099934,1467.9048945243,5460.46632245395,780.94513908115,1589.7930186931,698.085699612357,2165.20614564842,893.133966300722,3870.46356018875,1180.88865977532,2592.075291336,919.069188761506,3302.11932768678,1079.07795671361,4654.96625089448,17346.0797922788,5338.67393364506,131739.515501589,50198.1883898229,3695.80058889817,22340.8508701641 -8342,3977.22220373368,3476.08915237165,908.230057869175,1392.72083853156,1779.17307641842,2478.97465322285,1827.83391224341,2921.31128926597,353.527941300327,1068.39580872065,2851.43030955482,5928.98827535867,1595.0639900938,3458.65945915354,1817.643122218,3908.844976363,1355.76420857799,4438.22707451169,339.679511791318,1204.3486900215,658.615339519998,2315.71583965614,1487.54609710075,5314.91084882501,788.605422042517,1547.41512234819,709.119296440071,2107.48990175581,909.443130399121,3767.29157387869,1202.66080237865,2522.98032317169,931.218670434456,3214.09725881251,1093.34264757594,4530.88237648444,17731.3150903359,5442.61984561973,133727.811115817,50807.0507397047,3778.74873179115,22589.9971372274 -8343,3980.54191228015,3471.99535800452,906.625938159888,1391.08062952832,1765.74310032457,2476.05516179821,1823.64777906175,2917.87085745412,350.233686578371,1067.13755769431,2824.26485260972,5922.00569875015,1579.86788237117,3454.58619175703,1800.3801887645,3904.24152494251,1344.46441248061,4433.00016915878,338.819327469841,1202.93032712367,656.56390366278,2312.98861833219,1482.94595742862,5308.65147193881,789.782615439328,1545.59272970122,705.237862198182,2105.00790836887,901.093424988397,3762.85483007021,1191.34127273073,2520.00900621673,928.860507306069,3210.31201261289,1090.57393126895,4525.54635087118,17477.330426331,5383.89355380965,133053.514999574,50748.1509011914,3723.4499698625,22592.1462842281 -8344,4182.83284455761,3650.82284037273,955.036990061966,1462.72918348627,1870.73318115755,2603.58606697882,1922.17374202317,3068.15778053745,371.691001472264,1122.10120340976,2997.90948956626,6227.02263007645,1677.00310133625,3632.51700317694,1911.0195446582,4105.33214012818,1425.44926613259,4661.32485794643,357.219480183232,1264.88807178711,692.588098983309,2432.12067028298,1564.27996380673,5582.07717664446,829.397710893869,1625.19953446893,745.603552698375,2213.42777239632,956.170902004854,3956.66322737327,1264.44607875436,2649.80378404902,979.303837418018,3375.66131629455,1149.79938050893,4758.63769369259,18639.6660368439,5722.06348045145,140616.813782688,53430.7397562683,3972.29439854143,23757.7112298114 -8345,4293.57379016276,3888.97789875696,977.897772398053,1558.14776974063,1905.14182559595,2773.42646156954,1965.59918078094,3268.30370032174,377.902193753311,1195.29951767904,3047.40507018094,6633.23158703432,1704.69047564896,3869.47791220998,1942.54724168295,4373.13631969748,1450.39636512707,4965.39825241954,365.528199095013,1347.40083829408,707.63886676362,2590.77581887671,1598.36531996723,5946.21424218701,850.780536785676,1731.21659060688,760.454858393454,2357.81687135093,972.275120971049,4214.76924980235,1285.46173644531,2822.65911077655,1002.08187939423,3595.86669273112,1176.54305040255,5069.05912122344,18861.4357042157,5809.03856701441,143516.783600855,54725.0120870649,4018.37670014864,24361.8764592472 -8346,4322.03763630534,3959.15728479198,979.944837505507,1586.26566001386,1889.75708703982,2823.47492452132,1966.43320069858,3327.2825767864,373.67791098336,1216.86955187889,3012.21365024475,6752.93299247429,1685.00471776374,3939.30540704912,1920.14648003712,4452.05269051612,1436.51398900556,5055.00241316459,365.808660263256,1371.71564954687,706.87713443139,2637.52822042193,1596.75795336401,6053.51792855734,856.427651080664,1762.45763146269,756.450554143396,2400.36536216835,961.64286584612,4290.82777364352,1270.87886603916,2873.5960120749,1002.85075319184,3660.75667753672,1177.44578414298,5160.53391644313,18482.5356953024,5728.42367669949,142968.258869963,54881.6125016497,3935.42855725566,24484.960165208 -8347,4317.74134946992,3891.77207836594,977.718215169815,1559.26727847515,1889.67789238901,2775.41913210346,1964.72352912808,3270.65193366046,373.498636155114,1196.15832470388,3010.82445887438,6637.99747692227,1684.22761683906,3872.25808133441,1919.26322426644,4376.27836078125,1435.45509241514,4968.96582593334,365.808660263256,1348.36892812269,706.215585444648,2592.63725731967,1595.32108185847,5950.4865191242,855.318701309301,1732.46044701906,755.514612819851,2359.51093184578,961.169790098331,4217.79750622368,1270.27976002273,2824.68715432315,1002.85075319184,3598.45027578327,1177.44578414298,5072.70117371177,18481.98746551,5727.34200033608,142869.45648777,54832.9423872813,3935.42855725566,24466.6314283426 -8348,4212.83042077921,3756.74172995592,953.357063562176,1505.16637029317,1839.92519849973,2679.1221740994,1915.08365611574,3157.17219711959,363.503904974534,1154.65597767894,2930.0989089472,6407.68308697217,1639.07048382483,3737.90479770747,1867.79795952349,4224.43740506844,1397.33638911094,4796.56076900745,356.627287780622,1301.58542629282,688.220185008631,2502.68216614082,1554.69348587885,5744.0262609932,834.385142904305,1672.35036527301,735.921697203973,2277.64447697924,935.481940068889,4071.4552602442,1236.25768641468,2726.68077498818,977.680364106686,3473.59712799072,1147.89326257462,4896.69687719248,17964.0488019812,5571.82209501204,139189.389865399,53470.0322498,3824.83103339836,23865.7744357661 -8349,3802.29241511564,3661.60967122962,855.110397276973,1467.051007081,1636.48425759864,2611.27870059973,1715.85061785749,3077.22305170177,322.057127719481,1125.41659734003,2595.00317213631,6245.42117823656,1451.6209988313,3643.24974705723,1654.1493050473,4117.46187781832,1239.63219166774,4675.09734842601,320.257074514579,1268.62534808887,615.543639829326,2439.30668709096,1390.73336419484,5598.57014958981,751.793980868411,1630.00139784426,655.319674645802,2219.96763259735,829.028762993547,3968.35370342688,1095.10873317496,2657.63297392545,877.972785446981,3385.63514664488,1030.82672224814,4772.69770760052,15765.7861543212,4922.88750523983,124256.686470957,48057.9704914199,3354.79155700483,21502.9712979149 -8350,3399.18866318108,3619.30709581909,777.621560925944,1450.10216724541,1515.47477764682,2581.11059857128,1559.11343669252,3041.67189472771,301.451527765637,1112.41465973557,2431.23532521825,6173.26782927676,1360.01076572166,3601.15928384505,1549.69286230245,4069.89284200466,1156.41824237577,4621.08595019116,289.440651590014,1253.96891983086,561.791199660749,2411.12537768192,1268.8087437579,5533.88987036589,673.229156165274,1611.16999219408,606.423241016822,2194.32034721771,775.512272869282,3922.5073143063,1025.47159392135,2626.92934099146,793.490715180145,3346.52090483238,931.636431813839,4717.55873244602,15094.7208433403,4635.98478333564,114102.439765268,43379.2589349186,3216.5446521832,19282.3253048726 -8351,2738.99526002389,3372.83447777005,644.985918371303,1351.3510891696,1333.5747293763,2405.33853229957,1313.41684008472,2834.53588352664,269.973589996359,1036.6598961075,2181.85292205597,5752.87203430335,1220.50853425758,3355.92252078446,1390.98037978507,3792.73560792891,1027.47054997666,4306.39279975666,241.676452676146,1168.57439694556,477.772365016795,2246.92920185361,1078.29986303732,5157.03532659984,547.775660828985,1501.45029292986,524.994199179993,2044.88846246779,693.591594336304,3655.38694527479,919.242040549547,2448.03704615084,662.54695124108,3118.6248609397,777.895526380851,4396.29584405248,14188.344080551,4216.79065813789,98098.8847096222,35865.1373069859,3032.21544575436,15727.147976144 -8352,2667.84476448628,3164.11577402326,626.44314512607,1267.72639620074,1346.30045343592,2256.49068819614,1216.24932781483,2659.12832669788,276.857464026979,972.509013172714,2226.53842534969,5396.87116864129,1245.50519538733,3148.25036757643,1416.44789921209,3558.03246285652,1025.25560304245,4039.90337404847,211.306075146687,1096.26034330026,415.105821567851,2107.8840890523,937.08889371494,4837.90619777998,515.785159622853,1408.5371182852,528.730402261626,1918.34609224296,713.570756735987,3429.18324926207,927.845738978524,2296.54692045261,579.287697733467,2925.63722910127,680.14094353648,4124.24301255252,14943.2544746423,4298.82514102563,95074.9531736639,33282.0921835093,3069.22230566068,14269.2959395848 -8353,2797.25383603304,3059.69143668459,653.809743273019,1225.88801280883,1396.3061535684,2182.02042172857,1269.1508895414,2571.36993438696,286.336153559732,940.413598052264,2302.27388798134,5218.75989341102,1287.87091928809,3044.34963135515,1464.69610878832,3440.60781448759,1061.55576198814,3906.57568856658,220.828453162407,1060.08080118628,432.741042899534,2038.3182403583,976.991456810541,4678.2422711445,541.042813714999,1362.05160204671,548.494411033484,1855.03550761982,738.104549970447,3316.01097176297,959.537610422828,2220.7546905019,605.392940726813,2829.08332565362,710.791075880415,3988.13189198444,15378.6860555947,4440.23494026918,98846.9905528757,34790.7818563346,3157.75756447781,14953.3189282516 -8354,2928.17752281982,3024.9916312461,689.224955914141,1211.98527901553,1498.00011569545,2157.27423876745,1345.93187858056,2542.20815834516,307.87052614691,929.748415121438,2476.55325305008,5159.57420208268,1385.3611993437,3009.82381655297,1575.69344503912,3401.58805572322,1139.36498170311,3862.27141176968,233.966845172916,1048.05847857257,459.590101992643,2015.20177654952,1037.51357613727,4625.18656276277,568.255872779403,1346.60464389219,584.973724614615,1833.99764398948,793.377489004634,3278.40425947411,1031.87214899343,2195.56922416268,641.411350772071,2796.9988351091,753.080244956014,3942.90269041997,16710.3114170982,4793.65848841765,105303.676483587,36698.6751954868,3433.2005919089,15718.4815770101 -8355,3179.75192985026,3053.06338566011,747.431412652503,1223.23243512482,1633.8144255411,2177.29362394816,1465.25471457003,2565.79970893102,335.500103040932,938.376428801381,2699.00888710023,5207.45476425867,1509.80084287203,3037.75481448863,1717.31478974906,3433.15460405068,1241.15090393877,3898.1130760677,254.97840712445,1057.78440307368,500.32905320538,2033.9027371676,1129.52650540167,4668.1080373109,617.790676080835,1359.10106023452,635.862312975196,1851.01704031645,864.536679261748,3308.82766901059,1124.50672894595,2215.94398468202,699.013761588887,2822.95482903134,820.711161677037,3979.49260850785,18240.7963256427,5229.22357975334,114638.849606504,39906.2327507941,3747.99262325871,17093.4138131121 -8356,3896.76407942304,3171.91348148166,916.295954409078,1270.8506053893,1985.59683104397,2262.05162702575,1786.83291393739,2665.68153342822,408.238378045274,974.905682993595,3283.69820829995,5410.17132121764,1836.87069217291,3156.00897602359,2089.1489070634,3566.80094614042,1510.95346860461,4049.85938922644,310.488130307278,1098.96198826708,610.085915977099,2113.07879893541,1377.23867949384,4849.82882638642,755.343197278995,1412.00834411166,776.752531437715,1923.07370105995,1052.07162399849,3437.63419407847,1368.23497861632,2302.20657462746,851.191590466168,2932.84722547031,999.382955541974,4134.40687594944,22122.6733571846,6350.96674093733,139778.01502283,48771.0586342122,4544.80995261292,20893.2584230948 -8357,5183.49455671498,3439.69983829283,1177.33796733468,1378.14119060082,2416.60042691462,2453.02359636114,2271.52546344082,2890.72964726332,487.768278002482,1057.21134568192,3916.35451885503,5866.92087516715,2190.77283584114,3422.45260719034,2491.59888290675,3867.9253735291,1819.13557465781,4391.76565425228,400.078497188191,1191.74100914205,769.806952629434,2291.47385180348,1739.19563285596,5259.27189605337,996.295945950749,1531.21606287958,955.422477369124,2085.42771963353,1258.50503076914,3727.85381773977,1633.72062475947,2496.56859453926,1096.80022871054,3180.45059743416,1287.75174295078,4483.45099753387,25344.4362368051,7490.05818910616,173815.404970753,63162.5924736558,5194.06851727191,27528.1155891564 -8358,5233.840805024,4022.6436406404,1189.92935448759,1611.70193822099,2472.40968711797,2868.75024977192,2311.12706506034,3380.63661919576,499.21481861941,1236.38244511212,4009.32019164377,6861.21843711363,2242.77698143897,4002.47343167603,2551.01273212611,4523.44278215298,1859.85337460796,5136.06099683075,406.902366095829,1393.71154957956,783.750411276541,2679.82183068216,1770.626566658,6150.58802850599,1009.28151211238,1790.71920439606,971.660861706189,2438.85598999317,1287.81651681285,4359.63257207076,1672.21933918111,2919.67504502668,1115.50760996494,3719.45808401969,1309.71605530757,5243.28473158393,26102.9258167319,7686.73545589914,177063.755132399,64039.8964696646,5351.46453294682,27876.1423120238 -8359,5105.10108235217,4549.8988009011,1160.27304297885,1822.95061934799,2414.5470153669,3244.7625212568,2254.70381520851,3823.74276074636,487.851776279117,1398.43732306728,3918.17303708267,7760.53071774808,2191.79009827624,4527.08484625352,2492.95063991678,5116.33858951176,1816.818645622,5809.25377896881,396.905930924829,1576.38783713501,764.724794678862,3031.07091338278,1727.62447809325,6956.75669925386,983.833223505702,2025.43200161153,949.0196024715,2758.52124516648,1258.4799281613,4931.05747962209,1634.17351281042,3302.36212131207,1088.10275702008,4206.97416631937,1277.54005258505,5930.5315221059,25525.9832109379,7512.167684156,172879.602560723,62475.0059934429,5233.41752119064,27184.1703128823 -8360,4983.56530495421,4713.390785001,1132.85350007157,1888.45489245716,2329.78411973718,3361.35690846124,2186.89058866307,3961.14170476645,470.450455127032,1448.68751600396,3777.52661652457,8039.39067051485,2113.1137792317,4689.75705416197,2403.28602219483,5300.18451310912,1754.11376679979,6017.99829572056,385.083844431691,1633.03234429485,741.268527732915,3139.98669794448,1674.69250000883,7206.73455709897,958.12351304074,2098.21205916739,920.563316433566,2857.64347431687,1213.77690443588,5108.24567793859,1575.74974187021,3421.02624090144,1055.69294929325,4358.14380406436,1239.48773886699,6143.63392454265,24478.4348562745,7227.51308391908,167442.429643785,60774.6424844679,5016.99799963764,26475.7597797976 -8361,4830.49915962047,4698.51015347383,1095.18115545964,1882.4928573338,2237.96422555947,3350.7447789206,2110.84738318408,3948.63599649309,451.388703215731,1444.11386911003,3623.78254347672,8014.00953499526,2027.11075338631,4674.95103661363,2305.45386207426,5283.45131691063,1684.39440440153,5998.9988918403,371.753704461813,1627.87670291142,715.10478977602,3130.0734556135,1615.62668232,7183.98219762995,928.235965979508,2091.58780033918,886.090441953255,2848.62161690741,1164.74069622674,5092.11845124533,1511.79988891792,3410.22572949517,1019.14886939278,4344.38472168633,1196.58138148805,6124.23787680566,23380.6842393836,6923.66997871158,161278.761826362,58760.3296353928,4790.74122710497,25631.9352989892 -8362,4641.0412867362,4766.22026831678,1048.37846611764,1909.62141583374,2126.56102217727,3399.03227993246,2017.03939631312,4005.53969321021,428.032601528491,1464.9249587384,3435.45537514926,8129.49923029065,1921.76226089506,4742.32164160002,2185.61713258182,5359.59100454558,1598.86282473723,6085.45031806716,355.669782796801,1651.33599424078,682.747716146401,3175.1808675853,1542.64658498105,7287.51038927844,890.924190781598,2121.72962094594,843.62931448195,2889.67303331912,1104.6461348196,5165.50084563534,1433.45106145914,3459.37040903018,975.055400024318,4406.9915435977,1144.81129560948,6212.4941189801,22043.9097060139,6553.2650255847,153707.599784701,56276.7539015965,4515.29819967388,24594.9745990251 -8363,4447.64663137435,4822.29880428583,1003.86549013743,1932.08969619564,2020.70146273975,3439.02471486822,1924.53623296702,4052.66819107975,406.560852648789,1482.16101631985,3262.53989875125,8225.1495337453,1825.03492766578,4798.11899039716,2075.51562899039,5422.65103954348,1519.84913025837,6157.05069013098,339.323535873442,1670.76533231934,651.169036167612,3212.53950492625,1471.3130880834,7373.25399542409,852.680970527825,2146.69353032624,804.402825419976,2923.67243410531,1049.35436882954,5226.27724887791,1361.45618892675,3500.07277211706,930.242775776568,4458.84345556991,1092.19685090875,6285.58926676935,20848.538402125,6213.68239888855,146473.647078156,53799.6295844152,4269.36692518184,23532.6756808795 -8364,4395.64704167577,4785.84451104489,991.310757049362,1917.48401388281,1991.94896922452,3413.02731808575,1899.64094656687,4022.03194047774,400.585197544474,1470.95658156537,3214.40452142499,8162.97130190549,1798.10843861029,4761.84748508824,2044.88759286925,5381.65836796471,1497.87080698198,6110.50630529156,335.02641205208,1658.13513833239,642.620766548831,3188.25422897931,1452.02474602066,7317.51569006436,842.511467050556,2130.46554474738,793.338907510386,2901.57085629379,1033.96910679978,5186.76907007743,1341.41791039544,3473.61388095793,918.462371622902,4425.13671249121,1078.36549348882,6238.07319121649,20513.9504953627,6119.63206359634,144491.529465188,53131.790234676,4200.50616832407,23250.5527303319 -8365,4360.55422108591,4749.3902115008,982.172266971559,1902.87832904459,1965.67730923978,3387.02991680818,1880.22634053921,3991.39568457856,395.156061170178,1459.75214487358,3170.48348507633,8100.79305931472,1773.5394132855,4725.57597350777,2016.93497174023,5340.66568929808,1478.27419714684,6063.96191240435,331.465670644343,1645.50494216161,635.908501775554,3163.96894883331,1436.84784014609,7261.77737506718,835.708202284455,2114.2375563626,784.426921714349,2879.46927466079,1020.03033148191,5147.26088444577,1323.18391853059,3447.15498522392,908.700732300038,4391.42996358443,1066.90436526965,6190.55710744783,20180.8971487921,6030.48937729031,142843.047571239,52635.5324462491,4131.64541146629,23047.240478228 -8366,4380.70852840266,4689.28286662989,987.874150669741,1878.79587658694,1974.86135991774,3344.16433486365,1887.35684554738,3940.88136879371,397.01953940856,1441.27780991886,3185.44054744887,7998.2710216508,1781.90625693869,4665.77001693139,2026.37158675478,5273.07527871241,1485.28159948898,5987.21760761543,333.009012770572,1624.67975647655,638.26343572161,3123.92638246177,1442.22190255872,7169.87375426088,838.453477625048,2087.4801832515,788.100768021961,2843.02727999838,1024.83940255095,5082.11816688748,1329.42465144423,3403.52847228367,912.931746985714,4335.85289294104,1071.87199418994,6112.21063886343,20276.9903632232,6058.48601095011,143488.912588167,52865.1219389372,4151.31991342566,23146.5157542589 -8367,4409.32616797108,4669.00881967428,993.571961694051,1870.67292966621,1983.15233600162,3329.70588851254,1899.14311861021,3923.84302493819,398.497797257769,1435.04646605979,3197.13341961276,7963.69061205116,1788.44714249598,4645.5976274429,2033.88329435232,5250.27721366885,1491.36000303042,5961.33195849537,334.885257454125,1617.65547694225,642.194909962893,3110.42013172679,1451.0760880473,7138.87490831918,844.875473362097,2078.45499273563,792.089623289319,2830.7354924884,1028.69042479736,5060.14570216741,1334.3493045675,3388.81336593918,918.075401574754,4317.10689538783,1077.91115245121,6085.78458417248,20326.6137567795,6079.10438456853,144207.98519094,53192.4843567399,4161.15716440534,23299.2724279726 -8368,4557.92517890821,4755.49842292516,1024.35073017739,1905.3256291465,2033.2977246678,3391.3859907274,1953.72911097649,3996.52903594242,407.955612221364,1461.62953846118,3272.4142526875,8111.21152452979,1830.55855078796,4731.653557337,2081.6755795779,5347.53434268817,1527.71630942319,6071.76080021538,345.108729233983,1647.62123323035,660.182668359467,3168.03814307067,1491.86209778237,7271.11677855864,871.565688709921,2116.95668648678,813.007615852457,2883.17257262881,1053.23049368378,5153.88079907448,1365.92795399907,3451.58838625534,946.102666886865,4397.0778007758,1110.81792873648,6198.51880989025,20716.5622771538,6213.91018038527,148164.185294208,54841.5205383661,4239.85517224279,24054.0732515475 -8369,4641.21980367499,4867.26559467794,1037.99941152296,1950.10597347617,2038.85185441509,3471.09280309397,1974.69201005241,4090.45835889662,407.872113944729,1495.98181558035,3270.59573445986,8301.84709854551,1829.54128835286,4842.86030977078,2080.48113603206,5473.21597186331,1529.67437805,6214.46372467182,349.385869117783,1686.34482200713,666.488829540374,3242.49567239061,1506.27726787693,7442.00783677157,886.272570295746,2166.71093736218,817.623551017581,2950.93498477985,1053.25559629161,5275.01104226551,1365.47506594812,3532.71011896936,957.828285823521,4500.42111120578,1124.58496290332,6344.20089299178,20534.9819490515,6195.49749685516,149209.426491909,55604.4720118738,4200.50616832407,24450.7639981372 -8370,4667.94849817988,4802.21970111973,1039.1015051282,1924.04485494656,2020.1514205084,3424.7052927745,1973.45639853558,4035.7936783195,402.947747162134,1475.98958954534,3229.97977997501,8190.90162984148,1806.8210955412,4778.14056721737,2054.68536485433,5400.07218782239,1513.65520082432,6131.41394279873,349.436462479198,1663.80859429137,665.377651818222,3199.16312267319,1503.87230826567,7342.55321688411,891.311064604116,2137.75512094707,812.456689024658,2911.49883748453,1040.77585898954,5204.51605897371,1348.81891672424,3485.49915792755,957.966985630588,4440.27770894585,1124.74781016905,6259.41731010108,20112.7807822769,6104.3875214131,148490.460707433,55710.5138058519,4111.97090950693,24557.8766522026 -8371,4589.35921093235,4673.75242457206,1015.1104232528,1872.57349006651,1955.08569320251,3333.08879263009,1925.14490677547,3927.8295586352,388.523816277627,1436.50444005553,3113.17373330159,7971.78153739545,1741.48086322001,4650.31744711123,1980.34277321391,5255.61137380163,1461.56130510344,5967.38853379172,341.770345209468,1619.2989774666,648.207793059614,3113.58024659076,1465.29224753014,7146.12783999862,874.768625216795,2080.56665490295,787.965026158158,2833.61145423213,1003.76860410497,5065.28669308505,1300.35767404331,3392.25632188577,936.950612009272,4321.49297607523,1100.0725128333,6091.96760045609,19209.769231373,5869.01913000387,144304.741234608,54529.0355808611,3925.06314089298,24105.2348097095 -8372,4447.33458718335,4406.55089912942,980.87061234661,1765.51722186997,1876.87145981932,3142.53389606685,1857.29707422602,3703.27293808589,372.278156293057,1354.37852862086,2982.31988336945,7516.02950053341,1668.28241846319,4384.45571487058,1897.08213159977,4955.14458638036,1401.79244128461,5626.22897412932,330.054124664797,1526.72258111065,624.917918149328,2935.57479916843,1412.73944903069,6737.57897253681,847.00539012558,1961.61927954511,757.848937347984,2671.61200832611,961.939726847447,4775.70089387135,1245.88214247422,3198.3187784389,904.831031818551,4074.43035689879,1062.36095489345,5743.68577293971,18301.5269561762,5613.46363001823,138907.693027493,52707.386790371,3738.15537227903,23335.1138914505 -8373,4012.42305386119,4171.1250348889,879.330654036842,1671.19210744263,1667.94159302275,2974.63982759419,1663.21916702804,3505.42063774377,329.579455151138,1282.01904772337,2639.25759957004,7114.47559106423,1476.37652007452,4150.2103153447,1678.82407553785,4690.4093720621,1242.7315449282,5325.64018054222,296.362923146106,1445.15538914096,558.866942151572,2778.73779672431,1263.61985274802,6377.61482170592,762.855027139834,1856.81715090318,674.38786156021,2528.87757035564,851.819530148748,4520.55269837087,1102.83349233647,3027.44432815639,812.467863612961,3856.74847598594,953.917477469095,5436.8216930791,16047.54701708,4955.51855067821,123933.389755337,47351.7907426979,3275.80457623399,21021.7130347319 -8374,3520.45188808594,3947.65566424232,780.133353849194,1581.65745063998,1486.34643181465,2815.27253828674,1469.08522315655,3317.61659513756,295.594700976052,1213.33446326347,2368.08928367128,6733.31526393013,1324.68744863023,3927.8614575513,1506.20951007424,4439.11917536882,1112.98091727889,5040.31728816156,260.659001571544,1367.73072251108,494.519392497568,2629.86602197964,1117.86204529189,6035.93204823067,669.248638907923,1757.33757245675,602.838492578741,2393.3921379213,763.778385934325,4278.36262781919,989.262123288098,2865.24802068015,714.586898692162,3650.12193099826,838.995561992609,5145.54221526254,14544.087580308,4454.65503218313,110105.084535624,41718.4179904551,2970.84979586386,18447.2032109052 -8375,2888.46154573786,3604.68638724355,662.834198482418,1444.24427217579,1358.13894873896,2570.68383320878,1271.44048006969,3029.38462614899,275.696104647042,1107.92090164194,2214.05896903742,6148.33003110128,1238.52430186419,3586.61188595112,1408.4842003198,4053.45192787351,1027.64104808181,4602.41841267872,222.664729970836,1248.90333306128,431.576298649903,2401.38529192714,974.770042782589,5511.53493088667,555.417486098771,1604.66144061283,539.58730081191,2185.45607638667,711.235253373004,3906.66178509047,923.479930381583,2616.31748426686,610.427024881836,3333.00215508384,716.701587635517,4698.50147933403,14396.0190508693,4235.39627466442,97669.7679068462,35293.4948672481,2951.1752939045,15327.7281692879 -8376,2743.18095590859,3360.09821532121,635.304071835787,1346.24821138368,1383.74478015047,2396.25566059994,1247.2271245678,2823.83230670684,283.628545084237,1032.74533326902,2278.37954341313,5731.14843993593,1274.50464185885,3343.25012008872,1446.04003418232,3778.4137441019,1029.66813090383,4290.13129944676,207.695515328387,1164.16170776422,427.564711487419,2238.44450442556,963.54299558774,5137.56168927478,524.434729752192,1495.78062099348,540.54410216799,2037.16669719639,731.5699836762,3641.58372789369,933.310561657229,2438.79293929954,569.389483102299,3106.84852712604,668.519462422848,4379.69485813347,15246.8502698116,4399.09078347096,96664.8844499226,33679.2930702996,3115.23320331906,14395.3752453198 -8377,2875.20206830443,3214.93084658495,662.797545048545,1288.08583100404,1434.41213512586,2292.72948166788,1300.85007658782,2701.8334008868,293.204911666595,988.127315283209,2354.80458352051,5483.5438505615,1317.25610908155,3198.81064485331,1494.61750617766,3615.17375941124,1065.66295521856,4104.78342198473,216.987285817176,1113.86606725912,445.513142646798,2141.73628997876,1004.08711566276,4915.60201299166,549.897813486576,1431.15794539246,560.499943892849,1949.15435048561,756.375633615188,3484.25525296977,964.77242008352,2333.42900907977,594.862524190121,2972.62238347093,698.42732731969,4190.4775383766,15684.1783081809,4541.69595944423,100455.328724663,35191.4114034465,3203.6783100379,15080.0002955991 -8378,2989.01311317328,3146.05107530809,692.66255854449,1260.48864099954,1520.37340381677,2243.60783960682,1366.4449461659,2643.94672289528,311.190652505656,966.956725084845,2500.13707696203,5366.05913184211,1398.55377436284,3130.27624828626,1586.96483204002,3537.71879892931,1129.46881053634,4016.83859307878,227.788968239301,1090.00152907555,468.477282371726,2095.84967131454,1055.77883443567,4810.28542657033,573.28190107743,1400.49544077143,591.134285513629,1907.39379256028,802.587857116587,3409.60521651574,1024.04190637485,2283.43538118978,624.474932340798,2908.9340618128,733.195217780322,4100.69671628183,16783.078294386,4836.12128797561,105867.41909051,36806.808400721,3429.70469387493,15731.1336049974 -8379,3245.79904682642,3176.00728215194,751.16433066964,1272.49081691794,1658.227991766,2264.97112294549,1487.60750049397,2669.12197053725,339.11995969967,976.163935957242,2724.72343743858,5417.15390857712,1524.18532673218,3160.08224969165,1729.60414845414,3571.40440464877,1230.36883582752,4055.08630262712,248.243088578832,1100.38035334874,510.010746807664,2115.80602445841,1149.42381314284,4856.08821291009,623.259175226683,1413.83073956454,642.569753252513,1925.55569826838,874.578182991466,3442.07094471813,1115.96946094897,2305.17789615731,680.549137838319,2936.63247749801,799.031870594395,4139.74290977849,18320.228657988,5275.55596833389,115252.732011629,40023.7245225624,3744.1761844308,17107.0547878515 -8380,3969.76158167199,3273.5436329082,918.563471940322,1311.5694775213,2008.27678234974,2334.52921846431,1809.03891151533,2751.09168710325,411.122784944595,1006.14228915189,3302.68563870113,5583.51669580901,1847.49208677471,3257.12953684891,2096.29789691844,3681.08354633771,1492.50911793802,4179.61949314674,301.511829024534,1134.17343836862,620.094224370896,2180.7832049874,1397.46903334025,5005.22046644724,760.378383237091,1457.25000113207,782.417342454537,1984.69022136675,1060.38781085678,3547.77820832506,1352.85910573594,2375.97075645668,826.583396401548,3026.81754003772,970.490506426749,4266.87593581339,22123.6000966239,6382.31807953124,140093.217773102,48794.9523206117,4520.52767674059,20864.4125322569 -8381,5290.27580751297,3509.87923063101,1183.075111898,1406.25908339945,2451.56557596526,2503.07206380802,2305.0537564764,2949.70852902516,492.963548803358,1078.78138181908,3953.19730403222,5986.62229135808,2211.38235231221,3492.28010830102,2509.20734903754,3946.84175143561,1803.46661712085,4481.36982304511,389.789762751587,1216.05582257867,784.334684678065,2338.22625754775,1769.02167430405,5366.57559206117,1004.87642389315,1562.45710654131,965.233597594798,2127.97621427243,1272.9299649535,3803.91234841213,1621.47301291625,2547.5055004125,1068.59404826715,3245.34058806784,1254.63490263916,4574.92580096936,25454.8076588194,7555.63918325771,174722.25885386,63335.5687329726,5188.77959417181,27551.0717043219 -8382,5377.54171957602,4060.33257578053,1206.09255138816,1626.80228894586,2539.60879643323,2895.62813201944,2367.87130143257,3412.31046496872,511.363772166385,1247.96635408965,4102.3119473908,6925.50253477669,2294.7957176047,4039.97338818286,2604.1223558185,4565.82380241146,1867.77730654355,5184.18175697705,399.931240266122,1406.76950571205,806.596168937201,2704.92960561487,1819.07636304606,6208.2140908641,1025.38041986575,1807.49680290536,992.963808363815,2461.70610882903,1320.11644374705,4400.478822428,1682.15171063868,2947.03005164236,1096.39652936919,3754.30641437358,1287.27776007145,5292.4100918752,26645.9436102962,7866.14005407763,179937.427453187,64755.1776527897,5434.46044616858,28105.0547969319 -8383,5246.1752849576,4562.37513409516,1176.29429960316,1827.94935455476,2480.92943410832,3253.6600242832,2310.63540542558,3834.22789257435,499.880482593992,1402.27199516815,4010.31278816107,7781.81096402042,2243.33223083648,4539.4986210233,2545.65339295253,5130.36816418357,1825.11156797034,5825.18340486312,390.187107424256,1580.71046951868,787.218146769987,3039.38245003558,1775.35122858044,6975.83290695166,999.717062262688,2030.98596349504,970.093161667399,2766.08542003797,1290.44582734912,4944.57899269457,1644.38930056802,3311.41756890681,1069.68335381825,4218.51016167545,1255.91385489072,5946.79370518413,26066.4894024844,7690.05769960631,175731.907382374,63186.2898281516,5316.53363721013,27412.5139242315 -8384,5114.12834516197,4734.24966332515,1146.42321686077,1896.81215639288,2387.87125535285,3376.23242758449,2236.70553450866,3978.67154190776,480.769501061459,1455.09861111667,3856.01715244189,8074.96859720197,2157.02066588622,4710.51134257656,2447.5401575135,5323.6402181201,1757.6350742239,6044.63065020405,377.912190312845,1640.25924834817,761.500867019802,3153.88255412519,1717.43232552679,7238.62760524582,972.122506360884,2107.49759309334,938.797674489391,2870.2898344944,1241.31534511542,5130.85196710626,1581.42468391991,3436.16582371086,1036.03212789679,4377.43055440498,1216.40399366126,6170.82227330166,24918.9676476956,7377.9355123574,169831.375137959,61360.588242636,5080.68001929323,26657.9687662547 -8385,4941.92345356904,4715.14527280345,1103.95778679812,1889.1578409767,2280.7155801764,3362.60812228258,2149.43905595496,3962.61617932665,458.466397334807,1449.22676782761,3676.2465033536,8042.38321102633,2056.45861186173,4691.50274466872,2333.4171526206,5302.15742592351,1677.88043320846,6020.23840376308,363.381573705275,1633.64021566808,731.249528503628,3141.15551008264,1649.28670878636,7209.41715407696,938.677162470321,2098.99308659174,898.933570792941,2858.70718849805,1183.91631290205,5110.14714445021,1507.9727811297,3422.29966572134,996.196986217099,4359.76605659854,1169.63360486492,6145.92079853103,23625.6183083606,7021.58206284403,162768.171196648,59100.389517982,4815.34469913672,25722.0710646802 -8386,4744.49728881874,4755.43343745989,1055.76379116033,1905.29959223901,2164.10446812599,3391.33964631155,2051.63423914555,3996.47442204588,434.096412107507,1461.60956480812,3479.96398317382,8111.10068213054,1946.65996843197,4731.58889771973,2208.81536057889,5347.46126685543,1590.43757362442,6071.67782758758,347.3471574336,1647.59871793902,697.354590591832,3167.99485077732,1572.97471422854,7271.01741633309,900.201190429904,2116.92775757061,854.755751029318,2883.13317311809,1121.16698944133,5153.81036958174,1427.72872255417,3451.54121915376,952.23923403193,4397.01771324737,1118.02286435733,6198.43410507216,22235.3181565369,6635.4052017486,154938.725133213,56548.888802953,4530.35491082046,24661.4639159798 -8387,4563.03174126164,4795.26674167834,1015.62134740927,1921.25910030133,2070.5652114259,3419.74678640008,1967.70418310588,4029.95039927239,415.423554474627,1473.8525578411,3329.92715886642,8179.04232094577,1862.73074356582,4771.22247107918,2113.50061451324,5392.2536194854,1522.75987960487,6122.53649130424,332.999930674955,1661.3996262736,668.720646988067,3194.53117061295,1508.37284655084,7331.92220083516,864.896188628672,2134.65994297175,820.118927334659,2907.28338409202,1073.0116639286,5196.98062925115,1366.27981812444,3480.45263032441,912.906848760441,4433.84879216565,1071.84276121556,6250.35452718141,21225.5594383066,6342.58540313838,148531.447136121,54304.1059146433,4323.98299514318,23689.9484499656 -8388,4490.03014518005,4755.82332503892,997.255949788734,1905.45580358233,2023.98294000532,3391.61769482631,1929.91561439848,3996.80208423641,405.592663878914,1461.72939897722,3250.6577208111,8111.7656935222,1818.38814619168,4731.97683033713,2063.17768514905,5347.89969350038,1487.66362836538,6072.17563116321,326.862472119249,1647.7338009517,655.551560337159,3168.25458774115,1478.73911067758,7271.61355113652,850.533859265763,2117.101319844,802.669250110158,2883.36955489646,1047.71708348588,5154.23291921347,1333.90035240801,3451.82420346371,896.08123579971,4397.37821510565,1052.08783060083,6198.94230111754,20650.9911311513,6185.46814933615,145456.577109172,53334.7648650455,4206.05618618473,23293.2055971609 -8389,4454.19852901029,4713.58572879051,988.067181732017,1888.53299812882,1997.29048647865,3361.49593271862,1910.16779339369,3961.30553586171,400.102777546478,1448.74743308851,3206.30309989726,8039.72317621068,1793.57657763366,4689.95102047067,2035.01786145123,5300.40372643159,1468.24158277779,6018.24719750837,323.40251043796,1633.09988580119,648.69745119297,3140.11656642639,1463.27104673079,7207.03262450069,843.662637569419,2098.29884030408,793.652753807036,2857.76166520606,1033.61021318396,5108.45695275446,1315.80980397776,3421.16773305642,886.595880325624,4358.3240549935,1040.95108689443,6143.88802256533,20316.4877021845,6095.51483726398,143798.768881611,52836.8930372649,4137.26554762563,23089.832824878 -8390,4478.75062029662,4673.75242457206,994.945101970043,1872.57349006651,2010.08520942645,3333.08879263009,1919.91240180262,3927.8295586352,402.744100081704,1436.50444005553,3227.53487287491,7971.78153739545,1805.45343690987,4650.31744711123,2048.41669852523,5255.61137380163,1477.84907277646,5967.38853379172,325.297542505502,1619.2989774666,651.989722855697,3113.58024659076,1470.74005186548,7146.12783999862,847.253219910147,2080.56665490295,798.617503054485,2833.61145423213,1040.42008451188,5065.28669308505,1324.50277533511,3392.25632188577,891.791039824828,4321.49297607523,1047.05071700472,6091.96760045609,20460.7030312114,6136.20161639014,144664.284606174,53126.8808039347,4166.74724986524,23212.023671245 -8391,4519.88899836631,4659.58658904082,1004.11566228741,1866.89784324769,2028.90449653641,3322.98642019821,1939.34181181619,3915.92456614354,406.510663310403,1432.15048978407,3257.72978813022,7947.61959301087,1822.34419585505,4636.22264145196,2067.65975426641,5239.68196214816,1491.86508562664,5949.30177248269,328.305141833714,1614.39098900104,658.656028095312,3104.14319009315,1485.72423880739,7124.46839754838,856.18437338584,2074.26059451126,806.399650795586,2825.02296469018,1050.14821457211,5049.93414299369,1336.89087704925,3381.9746165727,900.036260835795,4308.3948157134,1056.73142042723,6073.50324820755,20653.6567930755,6194.31809584289,146035.821683281,53634.629235624,4206.05618618473,23433.6201070788 -8392,4619.70664016164,4767.32494558858,1020.09131188541,1910.06401295621,2034.46437962952,3399.82008106089,1962.14045144273,4006.46806588525,406.208856545677,1465.26448759265,3253.93206719286,8131.38342206636,1820.21978555777,4743.42077983496,2065.13944362591,5360.83320864768,1493.31281879342,6086.86075616624,333.201660960236,1651.71872798749,665.379815172837,3175.91678618344,1501.1505039249,7289.1994314632,872.4254250236,2122.22137884995,811.217728583336,2890.34277914351,1049.65748121072,5166.6980650378,1335.76026818452,3460.17219485846,913.459884788593,4408.01296164411,1072.49208010748,6213.93400229813,20425.1428723368,6168.44632942032,147197.616592078,54508.5879659754,4156.92001578537,23891.6452144677 -8393,4680.70469390174,4905.86426330035,1026.8903319196,1965.57081565184,2019.06209892633,3498.61946221254,1968.24814363244,4122.89674624936,401.566045517674,1507.84533632758,3215.21952911402,8367.68288228845,1798.56434644436,4881.26543820385,2040.53433640955,5516.61998290143,1479.30207347442,6263.74602112938,335.060015783726,1699.71797037999,666.409518295273,3268.20949743954,1503.69909464244,7501.02487391272,882.305471818808,2183.89351263878,808.321376428516,2974.33665855092,1037.97903770854,5316.84323720934,1320.34074203361,3560.72541925834,918.554494995727,4536.11060867694,1078.4736554228,6394.51203857841,19956.5443916577,6075.08090481077,146946.583859801,54912.5775266165,4058.64767498666,24151.53531278 -8394,4707.8754962977,4829.25175742406,1027.978994118,1934.87544831547,1999.93285596111,3443.98321674754,1966.83550908924,4058.51146482967,396.579676092761,1484.29804608678,3174.15482560224,8237.00883189005,1775.59312753853,4805.03708026381,2014.52382818208,5430.46960079262,1463.4405966565,6165.92813357769,335.145598438956,1673.17429815328,665.225213029921,3217.17145278743,1501.14117960043,7383.88500183558,887.355164332843,2149.78870549565,803.064407747352,2927.88788367634,1025.32904320069,5233.81267176928,1303.83150681351,3505.11929514531,918.789116642453,4465.27236652204,1078.74912439755,6294.65204147322,19532.5053785479,5983.06093628582,146220.738032445,55017.3687520015,3970.20256826782,24258.9254502631 -8395,4683.30890091775,4702.14908740297,1019.94564997062,1883.95082313703,1982.46541173761,3353.3398864048,1952.68422684655,3951.69416281223,392.605871602079,1445.23231618883,3142.0688353884,8020.2162793148,1757.64451858775,4678.57172431856,1994.15355016265,5287.54328002916,1449.08146382942,6003.64503708535,333.189436421773,1629.1374718729,660.152022626463,3132.49765607839,1489.79378739245,7189.5460967621,882.124262314308,2093.2077074084,795.835886708622,2850.82783664824,1015.11378549439,5096.06222959169,1290.73879938383,3412.86690418837,913.426371673851,4347.74939015539,1072.45273240241,6128.98101798704,19293.4283966165,5919.76034620569,145039.420114248,54669.2972701355,3921.06639786847,24126.3001807161 -8396,4510.43482745379,4442.68029025661,977.486289154421,1779.99272974696,1878.71105437755,3168.29958875041,1866.27128494394,3733.63614039391,370.877208910006,1365.4831028593,2967.01808818629,7577.65356338082,1659.7227344342,4420.40394717936,1883.02890428546,4995.77190714692,1371.20074278183,5672.35852802091,319.05005221764,1539.24020737625,630.170249929024,2959.64363044489,1422.29936666218,6792.82050531865,848.368975438634,1977.70263176676,756.622816192449,2693.51660386998,959.174333361593,4814.85695253284,1219.18771216566,3224.54185238966,874.663778987886,4107.83668564765,1026.9416220051,5790.77835726529,18047.2983444411,5574.80584788283,138098.244607043,52422.8097710563,3665.55831179183,23195.4223215435 -8397,4070.50154912543,4195.16797409789,876.597987170462,1680.82508893077,1670.19292947334,2991.78606127103,1671.79776439536,3525.62636511714,328.479731211461,1289.40878209273,2626.8486300694,7155.48440827999,1469.43505622801,4174.13269922956,1667.11638692026,4717.44553771394,1216.17675741982,5356.33790406734,286.626664514905,1453.48546385175,563.752483275357,2794.75482411274,1272.59602726068,6414.37627195593,764.307407064415,1867.5201007088,673.55383402574,2543.4543689849,849.731968755194,4546.60978676043,1079.71506709433,3044.89493424746,785.776274915898,3878.97930540891,922.578917385844,5468.16028215602,15831.2083659917,4923.51674247922,123261.235240124,47111.7936703133,3213.50554411777,20902.9262984558 -8398,3576.59910756844,3972.47837230621,779.242718625486,1591.60285228935,1493.20564893864,2832.97486449801,1480.05084408373,3338.47764159481,295.664151214462,1220.96386403371,2365.50309055373,6775.65409317823,1323.24075589522,3952.55970039942,1501.12294081775,4467.03218722269,1092.8341959658,5072.01061079015,252.558876812424,1376.3309610634,500.054654885289,2646.40251909666,1128.52417712674,6073.88575845009,671.586499471253,1768.38764400324,603.825089897639,2408.44169628582,764.616239301167,4305.26480864103,971.958181819422,2883.26459081625,692.380709779672,3673.07375830971,812.923304048269,5177.89718821441,14416.6073399688,4443.35047184367,109799.359449896,41586.0602580837,2928.51575580151,18371.9602474638 -8399,2948.09399321194,3642.76520365955,666.069600890196,1459.50083171857,1377.89406433878,2597.83975947597,1290.28171115363,3061.38612881529,278.636644540137,1119.62464285127,2234.91596140752,6213.27912940503,1250.19151230231,3624.49976880381,1418.45299941591,4096.27136768908,1018.77826613602,4651.03696835286,216.913931329071,1262.09637002262,439.746218462955,2426.75279962461,991.549149442726,5569.75711841075,560.216536747508,1621.61259858961,545.137116577714,2208.54257317942,719.399003954972,3947.93057824826,916.547425067,2643.95547061761,594.66142560598,3368.21098146793,698.191217729763,4748.13502745488,14458.7093087582,4272.54739769352,98181.7395854619,35391.8321825718,2948.17022396126,15340.682751368 -8400,2736.84926239444,3406.10470382299,627.374358648625,1364.68105140459,1389.28870113632,2429.06521003336,1288.50825182867,2862.4962385994,275.352352861959,1046.88568966803,2200.97207537402,5809.61936486357,1231.20361345224,3389.02592435156,1402.93516725443,3830.14781177897,1025.91134114641,4348.87180750666,220.25223602156,1180.10141809122,453.587214068918,2269.09330239378,1022.17216330577,5207.90522021893,527.190137323791,1516.26085982316,528.180095170871,2065.05959800609,712.511916047892,3691.44431802219,938.070551115364,2472.18490945342,603.813262997792,3149.38751910797,708.936378283169,4439.66167107164,14869.0912432254,4354.11205002302,96590.1429715732,33951.9251731597,3146.274280531,14707.6300945815 -8401,2868.56700080089,3264.51128985376,654.589970984094,1307.95060244611,1440.26264829244,2328.08779866474,1343.93514340741,2743.50089049913,284.670694130331,1003.36614704527,2274.9794212642,5568.11068816038,1272.60264468097,3248.14248347537,1450.17191296086,3670.92672146197,1061.8075097344,4168.08711070968,230.074191585423,1131.04403344009,472.569016231126,2174.76600031758,1065.04978533721,4991.41009047987,552.818172469164,1453.22916518109,547.726133206447,1979.2140753469,736.724312935697,3537.98919878307,969.716181707727,2369.41499140016,630.739786628885,3018.46596222157,740.550775171389,4255.10279589384,15295.6480639954,4495.72606812241,100386.243032151,35480.7640361885,3235.60067966279,15406.2396559015 -8402,2982.19948270385,3206.93819533705,683.970135187242,1284.88351614383,1526.43501804524,2287.02951858088,1411.65102710818,2695.11636306119,302.095184571836,985.670728377776,2415.06996950389,5469.91119228933,1350.96801384356,3190.85807009744,1539.59026680307,3606.18606280487,1125.32613854894,4094.57850501896,241.568600739214,1111.09688078597,497.012651084652,2136.41171161374,1120.07127652425,4903.3813169835,576.281890946385,1427.59993842931,577.573936114819,1944.30855077943,781.642552554292,3475.5930333375,1029.24827866428,2327.62786274994,662.251279191906,2965.23213617275,777.548378206828,4180.05957695699,16367.2244242332,4786.5250469013,105785.130143149,37104.980535948,3463.87925522183,16073.5982766888 -8403,3238.4523283221,3239.49363800036,741.702822436197,1297.92709512507,1664.82334290176,2310.24644819609,1536.80606174582,2722.47601294661,329.199660528248,995.676829190467,2631.94367508858,5525.43935321645,1472.28517773046,3223.25027431855,1677.93190414769,3642.79449628562,1225.84467367293,4136.14488629328,263.26408401905,1122.37625338143,541.090463811377,2158.09963471865,1219.45100695658,4953.15831285874,626.513016081172,1442.0923124979,627.802662107318,1964.0463260932,851.733069386807,3510.87574314537,1121.63393471014,2351.25692910908,721.728634737253,2995.33388398098,847.380665130828,4222.49372491928,17866.2672052303,5221.3672577957,115162.897793425,40348.1222363584,3781.48422991265,17480.1945194055 -8404,3960.66308096327,3328.38752697806,907.075193667905,1333.54308947116,2016.32437162341,2373.64116793502,1868.90616047219,2797.18258980184,399.12000334496,1022.99887251028,3190.424568469,5677.06113344041,1784.69427263328,3311.69843444813,2033.78256710083,3742.75523265591,1487.05518896239,4249.64348990368,319.739282312919,1153.17501430163,657.838006217215,2217.31934334259,1482.50894467116,5089.0763155945,764.371591202794,1481.66429758193,764.501842957489,2017.9410811286,1032.7480380279,3607.21654001086,1359.75192870428,2415.777004087,876.553277502424,3077.52786473474,1029.16007978957,4338.36179886422,21575.4509107836,6317.05727129521,139986.558860305,49191.1544628899,4565.57151118063,21317.7206522062 -8405,5277.97269022291,3549.25766810831,1169.17082992712,1422.03634573636,2462.71593396152,2531.15481546103,2381.67221342315,2982.80223546178,478.867724852592,1090.88456896721,3821.2996444443,6053.78808713337,2137.60000999742,3531.46109569735,2435.83608438496,3991.12260867575,1797.32586618232,4531.64771860613,412.947665633665,1229.69913479307,831.337835894039,2364.45955232527,1875.00078441868,5426.78488917172,1010.54332091902,1579.98680355879,943.808466373833,2151.85064777876,1240.4830562715,3846.58963578825,1630.05706824006,2576.0867647465,1132.08057242687,3281.75108342748,1329.17434929543,4626.25333043093,24824.9726938485,7484.30532455946,174690.968941547,63901.9610709322,5240.48208239864,28135.9267819709 -8406,5365.18266622817,4095.55223342543,1191.7139199321,1640.91330537204,2550.91809529166,2920.74504783195,2446.50144676887,3441.90912569695,496.675284647684,1258.79131655838,3964.88248275931,6985.57491154421,2217.91893423145,4075.01644856541,2527.65520797928,4605.42813239839,1861.32106438216,5229.14977455737,423.760280220718,1418.97193973729,855.070588078345,2728.3923867751,1928.36375044136,6262.0646488629,1031.09357355863,1823.1751783597,970.757735985526,2483.0591494377,1286.30238700996,4438.64893650289,1690.98452789802,2972.59283191982,1161.7229506986,3786.87157600517,1363.97742763679,5338.31689090544,25986.4493362576,7790.74348137778,179890.17039535,65327.6356620268,5488.61096887585,28705.3273391828 -8407,5234.10627180037,4567.96349331312,1162.24790108017,1830.18837202378,2491.9463668699,3257.64536535104,2387.35549329017,3838.92435925178,485.516584486059,1403.98960921784,3875.92136166429,7791.3427437963,2168.154898161,4545.05895927214,2470.87534889311,5136.65224635111,1818.79574782425,5832.31855189072,413.444542258234,1582.6466491759,834.545607076003,3043.10532692148,1882.05144730105,6984.37746082605,1005.2782511209,2033.4736763194,948.386053820031,2769.47354102767,1257.37877230096,4950.63550553724,1653.0181035142,3315.473656,1133.44274109951,4223.67732777976,1330.77366978833,5954.07781016079,25421.3172941241,7616.20365185483,175682.818346874,63743.3505228733,5369.50910336679,27998.1013524047 -8408,5102.26234813947,4715.14527280345,1132.87554184509,1889.1578409767,2398.62375104434,3362.60812228258,2311.02163797627,3962.61617932665,466.996448751424,1449.22676782761,3727.14513974988,8042.38321102633,2084.93084272374,4691.50274466872,2375.84488335676,5302.15742592351,1751.61167668148,6020.23840376308,400.395437576903,1633.64021566808,807.195535002131,3141.15551008264,1820.45613262691,7209.41715407696,977.574408001507,2098.99308659174,917.900304938624,2858.70718849805,1209.61028630714,5110.14714445021,1589.76850396457,3422.29966572134,1097.66910892597,4359.76605659854,1288.77189409822,6145.92079853103,24302.3149571959,7307.77617039157,169793.090039325,61905.5344629432,5131.30537234867,27225.0474014812 -8409,4930.40090101545,4713.65070795263,1091.02057970051,1888.55903251091,2291.13812788749,3361.54227263939,2220.90742397177,3961.36014446107,445.370199260664,1448.76740480425,3553.69980253875,8039.83400785896,1987.90711021023,4690.01567381639,2265.25119275785,5300.47679517646,1672.18715026851,6018.33016208838,384.956957686041,1633.12239890869,775.040405533169,3140.15985452068,1748.02305077462,7207.13197708878,943.986420028781,2098.32776641434,879.009722754242,2857.80106089529,1153.77100135072,5108.52737541602,1515.97036088414,3421.21489558311,1055.34509402828,4358.38413669385,1239.07932244618,6143.97271916763,23041.0807730725,6955.53010076704,162742.528565611,59630.4924464508,4863.32617495328,26267.4117718153 -8410,4733.40046703853,4784.41492535619,1043.49667394038,1916.91123979911,2174.15097714922,3412.00780836331,2119.89343969261,4020.83051421153,421.733481306912,1470.51719025776,3364.2710237056,8160.53293038641,1881.94238689516,4760.42506758162,2144.47192999678,5380.05080596253,1585.09657068865,6108.68102819687,367.925560988826,1657.6398346805,739.02952875649,3187.30186151163,1666.94784347417,7315.32986566426,905.336297308303,2129.82915068025,835.895041910763,2900.70412438027,1092.71116380693,5185.2197237048,1435.34117686602,3472.5762733464,1008.65415731448,4423.81487428688,1184.25955348617,6236.20980845538,21685.2887947921,6573.71515768273,154925.816640065,57061.6609691935,4575.49666663972,25182.6630814027 -8411,4552.30534044196,4833.28057893222,1003.86870340805,1936.48962546203,2080.22171430078,3446.85637274651,2033.19283077176,4061.89729333934,403.60712747939,1485.53632733467,3219.34533117675,8243.88058760124,1800.87228231727,4809.04570058615,2052.00396786247,5434.9999905561,1517.666813215,6171.07208239837,352.716408770842,1674.57015012744,708.656005545815,3219.85539021614,1598.42288941193,7390.04503577116,869.844140895917,2151.58217483827,802.061166028399,2930.33048519553,1045.81437432986,5238.17899974738,1373.58065712003,3508.04345414846,966.958835650314,4468.99753684939,1135.30512975392,6299.90337869997,20700.5479529596,6283.83536801402,148521.304476272,54797.2900696699,4367.06840199886,24189.6666847667 -8412,4479.45624906028,4804.10414724642,985.7717916595,1924.79987223027,2033.50574855642,3426.04918643736,1994.16947087436,4037.37737007843,394.075826427171,1476.56878480048,3142.87536162843,8194.11583364954,1758.09568197695,4780.01556441556,2003.24336998012,5402.19123812653,1482.71772958286,6133.81998000127,346.191856430177,1664.46149187962,694.654781653384,3200.41851099992,1566.91675841016,7345.43451903827,855.422533580126,2138.59400059194,785.040721483259,2912.64134304417,1021.21022108836,5206.55837080845,1341.0499109725,3486.86690780084,949.072019563545,4442.02012488074,1114.30424190887,6261.87357729406,20140.2509100063,6128.56424785346,145452.718801541,53822.0542693481,4247.9665364898,23783.6740830795 -8413,4443.67387843557,4786.75423822402,976.731140753295,1917.84850280822,2006.74323177275,3413.67609046171,1973.78946186783,4022.79647676035,388.756996977734,1471.23619139776,3100.11842036179,8164.52297723441,1734.17784077549,4762.75265074293,1975.97614836691,5382.68135165648,1463.38288178499,6111.66783355504,342.512240418849,1658.45032838893,687.357235330787,3188.86027489647,1550.44866839315,7318.90665520994,848.52909132884,2130.87051870877,776.259183642768,2902.12240740751,1007.49771858157,5187.75500783284,1322.87892805107,3474.27417005634,938.98448996334,4425.9778737804,1102.4604863327,6239.25896829604,19814.0636962088,6039.71106590317,143798.772779718,53321.3160828567,4178.49044827619,23575.2309558662 -8414,4468.17069022235,4744.71158576513,983.529190111109,1901.00380302637,2019.58479127485,3383.6933526114,1983.8446967194,3987.46375948092,391.320644364056,1458.31414259359,3120.62381847628,8092.81296561872,1745.64837260836,4720.92080718517,1988.97049026986,5335.40459791017,1472.95308574152,6057.98830168802,344.522497066197,1643.88395474476,690.857541303895,3160.85212206363,1558.38887102805,7254.62379597582,852.134493157788,2112.15482030555,781.10887673687,2876.63270860629,1014.128697055,5142.1903161897,1331.61557883643,3443.75919180403,944.495533336265,4387.10396459739,1108.9309952943,6184.45878776652,19954.704253434,6079.94764970586,144662.678629156,53613.1587492628,4208.26591465345,23700.047642236 -8415,4509.2124911932,4727.94651441442,992.593255921527,1894.2867531447,2038.49346866529,3371.73733390298,2003.93137278779,3973.37436474581,394.979937043508,1453.16130238183,3149.81489026549,8064.21763704203,1761.97759071591,4704.23979871018,2007.65509679821,5316.5523584954,1486.92231256999,6036.582868653,347.708330678904,1638.07541795692,697.916660208339,3149.68349560498,1574.25617459498,7228.99014399011,861.119391141098,2104.69168463837,788.722189006513,2866.46834945868,1023.60992190365,5124.02078449287,1344.06973221488,3431.59093509935,953.229376968473,4371.60247211255,1119.18538991023,6162.60648105235,20142.8861808435,6137.54672277283,146034.813082417,54125.864212048,4247.9665364898,23926.3780545571 -8416,4608.73917457227,4794.74689577508,1008.54903070661,1921.05082019384,2044.32342878857,3419.37605804379,2027.54546841765,4029.51351988314,394.74555215261,1473.6927802405,3146.63578798684,8178.15564625754,1760.19923002847,4770.70523177034,2005.49516559742,5391.66905535071,1488.45272105417,6121.8727585686,352.824884155385,1661.21951704591,704.912872569317,3194.18485746056,1590.31109510118,7331.12736085556,877.518027832677,2134.42852847783,793.564085373841,2906.96821093518,1023.27695475621,5196.41723429629,1342.99718245525,3480.07532096106,967.256216857781,4433.36812690666,1135.6542846485,6249.67693793144,19920.1983711915,6113.04320856651,147213.705637549,55015.9704845934,4198.34075919436,24391.414246442 -8417,4669.53268462049,4853.61960504995,1015.44854464935,1944.63860676484,2029.11681176675,3461.36115901837,2033.92968276033,4078.99024579421,390.298695658931,1491.78764290948,3109.74365742652,8278.57182884917,1739.56211020218,4829.28274342036,1981.92001105875,5457.87112434453,1474.58419068009,6197.04069609843,354.717382740346,1681.61694276925,705.857783071452,3233.4049290454,1592.68125206756,7421.14323430094,887.527870971944,2160.6362914644,790.875632770689,2942.66166839474,1012.05233687407,5260.22188712901,1327.56486946951,3522.80572301964,972.444430909293,4487.80361610294,1141.74576011755,6326.41412999322,19463.380757362,6021.7937440712,146982.137535958,55432.9414179071,4099.08920460348,24653.9665157802 -8418,4696.59487232191,4766.41521210629,1016.65570007233,1909.6995215054,2010.09625018792,3399.17130418984,2032.53439897389,4005.70352430547,385.500907472243,1464.98487582295,3070.43395472162,8129.83173598648,1717.57262266823,4742.51560790872,1956.89820530528,5359.81021786805,1458.84582206053,6085.69921985497,354.75250979321,1651.40353574712,704.490125106003,3175.31073606722,1589.71662492574,7287.80845668016,892.662866655824,2121.81640208264,785.839864813456,2889.79122420831,999.838444062691,5165.71212045121,1311.01834508905,3459.51190118516,972.540730410232,4407.17179452684,1141.85882523819,6212.74821700279,19049.970662513,5931.56507980349,146271.325051715,55545.8747815015,4009.76280547168,24761.6130747068 -8419,4672.09722944765,4622.15757685232,1008.73634994032,1851.90163257657,1992.59694134087,3296.29390212883,2017.91556679928,3884.46916006522,381.650080115997,1420.64646960683,3039.49673789476,7883.77883269193,1700.26662702496,4598.98130459955,1937.16951976338,5197.59322395702,1444.55062092373,5901.51287870421,352.665810588236,1601.42308748239,699.091198958151,3079.20857173664,1577.6398183687,7067.23975518008,887.413444615707,2057.59870324892,778.790122024442,2802.33043243273,989.906673654108,5009.36959011388,1297.86651035989,3354.80826463869,966.820122626132,4273.786817989,1135.14226696999,6024.71668254126,18816.8376469925,5869.07039492016,145093.922611986,55196.6390446119,3960.13702817624,24625.8835885019 -8420,4499.59360725751,4359.76463546959,966.873582827673,1746.77195916242,1888.51585209551,3109.1682496039,1928.6696818526,3663.95368181228,360.577009548566,1339.99850388365,2870.57335717611,7436.22855282248,1605.77243554276,4337.90404537294,1829.46275183651,4902.53366541341,1366.98640049257,5566.49285891817,337.644670538369,1510.51270475829,667.233003865571,2904.40652727257,1505.92176103254,6666.0431719858,853.508095236371,1940.79191616866,740.525134275065,2643.24634395968,935.477814583739,4724.99520447939,1225.97397712713,3164.36083966511,925.640229285258,4031.17036120031,1086.79300697158,5682.7025679108,17601.6421667935,5528.04615268488,138164.646068606,52935.2200053789,3702.08298623995,23673.7130194117 -8421,4060.70204337337,4124.01387541846,867.184468849213,1652.31667282465,1679.09081545902,2941.04248152743,1727.73154026443,3465.82833847334,319.399254351198,1267.53916440742,2541.81556023733,7034.12048511185,1421.86833604489,4103.33537911847,1619.90026228798,4637.43310737079,1212.50250660866,5265.48924243102,303.282295365332,1428.83294725108,596.817335695813,2747.35308435701,1347.20942025462,6305.58225821447,768.981398379511,1835.84515697542,659.310602200553,2500.31492754304,828.843429639549,4469.49489567109,1085.77103451737,2993.25057674911,831.437063622254,3813.18807178569,976.189190890478,5375.41500503869,15440.4086595466,4883.08402043304,123333.668122596,47578.5340772718,3245.52583512188,21332.3846761881 -8422,3567.9470077984,3910.94144804975,770.773402544556,1566.94762827341,1500.93891742461,2789.08977732612,1529.53031704058,3286.76190484093,287.444718727145,1202.05013970869,2288.54311794329,6670.6936947462,1280.1900523314,3891.33133258796,1458.37680693796,4397.83422172271,1089.46069935812,4993.44103695432,267.294970559025,1355.01047391028,529.492424791561,2605.4075894565,1194.93724692024,5979.79632288114,675.641443073696,1740.99387963093,590.970824499992,2371.13297353136,745.70634459512,4238.57275154129,977.359495069343,2838.60047483936,732.779159346854,3616.17485529007,860.355071913424,5097.68734508469,14060.575211905,4405.80179363597,109845.917032053,41989.1319445819,2957.69632680832,18750.5945933355 -8423,2941.16039732377,3582.2029920475,658.20363228496,1435.23613353552,1384.03729126299,2554.64978909591,1333.16737342782,3010.48954224055,270.649686370329,1101.01050201169,2160.18436391457,6109.98124870118,1208.38734136264,3564.24122626431,1376.8766142151,4028.16946171359,1015.2768724727,4573.7118954083,229.838675460648,1241.11358821738,466.153473867198,2386.40720819495,1051.07579934138,5477.15801021293,563.348312065414,1594.65273709486,533.004120679023,2171.82480104941,701.013120224558,3882.29488839667,921.37825416553,2599.99881084071,630.09412798606,3312.21332726591,739.792708186277,4669.19566622281,14100.887512828,4231.67253124381,98153.208524303,35702.3288166432,2977.5466377265,15666.5461396713 -8424,2257.06180972393,3313.44191628877,462.91121465371,1327.5550199657,1113.97681876936,2362.98269847361,1078.53553759808,2784.62227292913,185.68500256438,1018.40525390061,1473.04216027627,5651.56916627253,824.006288308508,3296.82776355407,959.550386323691,3725.94896771255,791.009799609379,4230.56112144341,188.738745291453,1147.9968598107,383.460560047819,2207.36281291732,864.566002637931,5066.22460353739,375.665226321966,1475.01111264346,361.608471073135,2008.87982802991,482.830314922923,3591.01889065603,746.406291836384,2404.92933015403,517.420207427026,3063.70870065635,607.5024024525,4318.88105452494,10224.628480551,3171.75739277993,72791.0005358887,26393.9310633981,2370.09768338551,11917.0935780711 -8425,2367.36252418443,3148.91024038234,483.416134613386,1261.63418664155,1155.4643891472,2245.64685455659,1125.58274198478,2646.34957013053,194.869251812873,967.835505762746,1545.35963312003,5370.9358641293,864.460020037863,3133.12107702795,1004.33348581808,3540.93391584581,821.506209357508,4020.48913922038,197.250455658628,1090.99213419549,399.698594926663,2097.75440205083,901.264170563318,4814.65706573307,402.284482463431,1401.76822609978,382.130299986463,1909.12725256585,506.825215408334,3412.70390242982,772.160956144853,2285.51059183796,540.75474288206,2911.57773239339,634.899450626436,4104.42347358825,10618.3313024221,3296.29782650987,76295.0446420235,27800.6972081057,2445.64504165214,12545.1938844565 -8426,2458.36865741141,3075.28685790454,504.367174446086,1232.13643371134,1223.77885821255,2193.14230388289,1181.36473968999,2584.47635314483,208.291860411241,945.206939631335,1653.30890256188,5245.36020931466,924.845852322332,3059.86685452102,1073.13274558275,3458.14478814325,868.47785642099,3926.4877269703,206.98074692601,1065.48409330374,420.098335467564,2048.70766432359,947.206132843128,4702.08753799484,409.806724106683,1368.99405650552,400.494433757252,1864.4907290753,541.420106322341,3332.91286822696,819.354242421889,2232.0740034265,567.429972274518,2843.50332421978,666.218803271115,4008.45962699408,11578.9393609003,3540.96060188593,80157.5873144244,28913.920078624,2637.09018877916,13007.8996144333 -8427,2669.02698505238,3092.24687934791,546.713240529589,1238.93159179007,1334.64290787962,2205.23735134378,1285.94800222138,2598.72958427237,237.80417972809,950.419698864955,1888.1269182826,5274.28805433813,1056.20089889188,3076.74183557625,1216.56338583726,3477.21624796835,952.157034697647,3948.14206984091,225.557722916723,1071.36017378174,457.308029975698,2060.00616346321,1031.144716385,4728.01926701974,460.466833951216,1376.5439761153,453.539640405307,1874.77328293359,618.014090455718,3351.29368157083,894.117211596895,2244.38375686105,618.358056784344,2859.18507346184,726.013402028425,4030.56603994674,13224.5655349937,3965.87419457618,88893.9512585194,31883.5159517057,2928.3875541547,14227.8885114127 -8428,3265.94366492839,3184.97464604425,669.140664460558,1276.08365761105,1616.77072615912,2271.3662028243,1564.3185439406,2676.65815854201,283.829073172273,978.92010634812,2251.59329531506,5432.44908457746,1259.5206600909,3169.00464971947,1454.3729369418,3581.48816077964,1156.43825195015,4066.53572048418,273.99474775675,1103.48724516976,556.121854710889,2121.77994103395,1253.90102287939,4869.79923628936,577.359793374066,1417.82264940525,551.059774603329,1930.992448599,738.036697102175,3451.78953159856,1083.62596960279,2311.68649868714,751.146347822164,2944.92397361381,881.919964364251,4151.43135309574,15511.5952108452,4725.11477291133,108097.450550162,39022.5493747075,3495.9263607885,17464.5888963637 -8429,4375.09931331337,3407.92417078756,868.275338837388,1365.41003430621,1982.61033920209,2430.36276377546,2001.69036150866,2864.02532175896,348.049719777237,1047.44491320743,2756.56293001236,5812.72273702334,1541.99604716155,3390.83626820403,1775.22971821437,3832.19379333824,1406.5272307201,4351.19488012919,355.091385489468,1180.73180257196,705.181053982335,2270.30540262622,1591.27422040071,5210.68716978501,772.111915757584,1517.07081335777,696.659756641451,2066.1627078765,905.968931020453,3693.41620719538,1303.11899378055,2473.50549680002,973.469745450461,3151.0698533425,1142.94958060637,4442.03324166233,18184.2901766802,5679.33996627008,136495.056970028,51252.8843582816,4040.80343926675,23179.1072292997 -8430,4442.90779510324,3930.89058658846,883.695156250583,1574.94039823291,2052.19335151385,2803.31651508323,2054.67439242377,3303.52719510527,365.855089945915,1208.1816211144,2898.34701930426,6704.71992460248,1621.30876767235,3911.18044280477,1862.78956112463,4420.26692886619,1460.27624476786,5018.91184707876,364.182250591928,1361.92218353941,724.868080272925,2618.69739132193,1635.56079478682,6010.29838660749,801.361114864836,1749.87443398367,727.993109097519,2383.2277749522,952.155785634336,4260.19308929119,1351.69287608007,2853.07975940059,998.392011939741,3634.62043268534,1172.21078175289,5123.68990033257,19219.3538746879,5943.63307436138,141511.221663731,52693.7445675953,4247.416564232,23735.0634714505 -8431,4333.96918308022,4430.46387371102,861.695900717775,1775.09813206853,2004.56758774949,3159.58744540706,2004.80789646432,3723.36944296337,366.379531905999,1361.72831762141,2903.43975620615,7556.81664370163,1624.15759803514,4408.24878579246,1859.10669498051,4982.0346074546,1430.84053148206,5656.76076044664,355.289782047511,1535.0076274226,707.411440415989,2951.50524616923,1596.15189535527,6774.1417079732,790.523784372219,1972.2643743243,723.737571273261,2686.11001175542,953.324141043422,4801.6171301066,1322.3507762264,3215.6750549017,974.01364219014,4096.54101709298,1143.58816907141,5774.85496059625,19329.5691190457,5901.6902306583,139338.139982864,51690.4376518719,4200.15744517001,23178.6035879214 -8432,4227.66220128344,4576.9958426707,840.840153221448,1833.80724962438,1930.37210783438,3264.0867896457,1941.65457995678,3846.51516115308,339.146000367652,1406.76575326178,2686.38793989411,7806.74876219589,1502.74080063922,4554.04601891722,1730.21022328494,5146.80907831472,1369.63632137692,5843.85094237556,344.204332081807,1585.77605628826,684.508461558296,3049.12253579036,1544.54536033892,6998.18784643087,749.964318609333,2037.49451507629,675.428768898553,2774.94969086901,882.720864661498,4960.42452191041,1270.59941682711,3322.02942563142,943.623295937604,4232.02891142399,1107.90690248233,5965.85095829613,17781.6649731688,5540.55983635463,132621.772119964,49636.3584016449,3954.94907515827,22428.6986486219 -8433,4087.87455744412,4569.26311437443,810.479113531849,1830.70907481791,1844.76637054907,3258.57219073685,1866.91166967912,3840.0165630221,315.906916058005,1404.38905515664,2502.01766600377,7793.55944126784,1399.60575864266,4546.35206381577,1617.45435143875,5138.11366377569,1301.52469064427,5833.9778917776,331.063252158076,1583.09692442895,657.527282280564,3043.97111400153,1483.73582713303,6986.36457041252,703.828164236778,2034.0522153601,630.134831052036,2770.26147774125,822.29605742554,4952.04399975557,1211.123814944,3316.41693398326,907.597517078834,4224.8789967553,1065.60908169223,5955.77179150151,16558.7749927136,5219.02410131232,125653.966903671,47355.5610633932,3723.44602836202,21513.5193819957 -8434,3927.09032060838,4615.46454666572,775.858127059365,1849.22002051048,1751.50158748093,3291.52076442766,1782.94389693286,3878.84432600992,296.751754620894,1418.5893286402,2349.7436149634,7872.3628718913,1314.42504963977,4592.32183438731,1521.02192746463,5190.06694477523,1232.27972683613,5892.96730162532,316.551752262329,1599.10417626228,627.255383634416,3074.74978045166,1415.54876468755,7057.00616875839,669.528643088702,2054.61923532646,594.390359511068,2798.27256944013,772.553723341088,5002.11586469994,1146.81966019412,3349.95039629212,867.814783149242,4267.59823966637,1018.90022476811,6015.99270246236,15473.803713461,4914.71543880728,119224.921400918,45205.8632941938,3493.78840571486,20597.5424575577 -8435,3777.7901472746,4675.11702479549,746.705545933779,1873.12022724272,1676.08620365663,3334.06195793667,1710.33144892174,3928.97637100488,283.46734229149,1436.92385771008,2244.2996959397,7974.10906651527,1255.44068742496,4651.67520500058,1453.16984640901,5257.14585997108,1179.66866746064,5969.13083825861,303.502239980772,1619.77176582716,601.567576136089,3114.48932176509,1357.56378782063,7148.21430217318,642.488747262987,2081.17412005391,569.4215653239,2834.43878663494,738.022971386283,5066.76560996494,1097.56736678278,3393.24676239572,832.04003355494,4322.75472675113,976.897137115722,6093.7462783991,14741.1815629553,4693.44549786892,114224.435027396,43395.0041168687,3332.09415241521,19781.7784089776 -8436,3718.67933873246,4635.80357278345,733.607353312236,1857.3690018133,1638.94125596679,3306.02555069952,1678.00555735705,3895.93727846479,274.213994908516,1424.84064421501,2170.72954788686,7907.05411313923,1214.28622066078,4612.55887722152,1407.66119427217,5212.93807856366,1150.77024359016,5918.93591532538,297.95951499792,1606.15096890409,589.830127163048,3088.29931928092,1331.13942175585,7088.10436728817,626.075484112075,2063.6733519526,552.202066618761,2810.60375263933,713.996001421271,5024.15875208156,1071.48026528817,3364.7126651633,816.844860428671,4286.40431891992,959.056503821184,6042.50345375561,14224.7461791765,4557.30663683253,111424.252137711,42494.7158547314,3231.36434139304,19417.8755640779 -8437,3689.9628904646,4597.78973552958,727.153549337838,1842.1384766526,1617.69224313694,3278.91596435309,1661.23194071265,3863.99038439785,270.323194881539,1413.15687472144,2139.92701827877,7842.21584648377,1197.05556781367,4574.73564771455,1387.84959551373,5170.19170749296,1135.15068651768,5870.40032423125,294.837916876642,1592.98044505025,583.745840713293,3062.97509967773,1317.40022311017,7029.98153235217,616.343183235914,2046.75112008607,544.369221834621,2787.55665153582,703.865636494707,4982.96038158534,1057.10521640968,3337.12184133925,808.28711599246,4251.25557423618,949.008867045601,5992.95460223705,14018.6581282894,4495.25762056251,110019.079885489,42042.4509928714,3180.70690495741,19222.7327820316 -8438,3710.12052745781,4548.59917983979,732.208310075477,1822.42991655386,1627.97139957582,3243.83569587099,1669.56900742145,3822.65055697605,266.765782619576,1398.03787712848,2111.4894232753,7758.31402027654,1181.14783771664,4525.79174170989,1373.76939864476,5114.87717208718,1139.16195239125,5807.59443908193,296.558572478512,1575.93756188196,586.680202956554,3030.20512630274,1324.06257084982,6954.76958966739,613.186873701281,2024.85346257083,538.440479382455,2757.73330845291,694.660796856313,4929.64898540377,1063.41138498894,3301.41884332882,813.00422893636,4205.77249734382,954.547223307931,5928.83754076518,13831.7134448254,4474.26158300048,109868.621817793,42049.976146319,3179.15401173287,19283.3286519841 -8439,3744.17062325897,4548.46922151555,738.947991058995,1822.37784778969,1643.20773805548,3243.74301602946,1686.5202657368,3822.54133977733,267.80049498186,1397.99793369699,2119.21056469372,7758.09235697996,1185.46697348428,4525.66243501845,1380.13287930067,5114.73103459744,1150.33723747294,5807.42850992191,299.299412422546,1575.89253566696,592.689722604995,3030.11855011417,1337.57543221577,6954.57088449122,622.445860438739,2024.79561035031,542.908166443289,2757.65451707444,697.453407460625,4929.50814008064,1073.17012075595,3301.32451827542,820.518139078005,4205.65233394312,963.369295575963,5928.66814756058,13825.3733654404,4494.41473529866,110879.042779731,42479.8219098135,3197.33753741839,19495.5806839637 -8440,3830.72644009161,4647.43515796051,751.885940816633,1862.02928247675,1649.36077032553,3314.32062127072,1707.80326004548,3905.71248260954,274.724265310715,1428.41567819924,2173.35795240339,7926.89351573094,1215.75652606564,4624.13213968232,1409.44337834753,5226.01773828856,1156.77172582731,5933.78697753621,303.91274704026,1610.18092433872,599.046860937888,3096.04809811083,1352.15778486689,7105.88896242847,647.066133140793,2068.85126598497,560.112201165831,2817.65577208634,715.620256616497,5036.7647500602,1073.79775643824,3373.15498618633,833.165423296949,4297.15923468717,978.218455769599,6057.6645563566,14012.8746773373,4542.38752906893,113019.763449324,43557.8623082641,3188.58342480108,19957.839944052 -8441,3885.47950688814,4763.4260887078,758.179501927126,1908.50190709923,1638.69403892664,3397.03960939854,1714.7768522381,4003.19145987149,273.376542692773,1464.06615171355,2161.43388159952,8124.73334040271,1209.0863101074,4739.5414724756,1400.43168072611,5356.44896346181,1148.85069236432,6081.88274455336,305.769980440244,1650.36790441217,600.322755835883,3173.31942914235,1355.24091098866,7283.23811234125,662.427797081075,2120.48576453376,563.306313645897,2887.97897282427,712.374055249955,5162.47258921401,1062.36015623451,3457.34236548359,838.256959163503,4404.40796054555,984.196421505583,6208.85206649177,13718.3508852878,4486.07663253028,113371.267237727,44089.2362122315,3115.17402160809,20234.5076101107 -8442,3911.08555363125,4700.06969748677,759.927239245613,1883.11770018167,1624.53327847716,3351.85696848456,1714.83368589961,3949.94663995803,276.830307753013,1444.59320384913,2187.99246378937,8016.66956981091,1223.94293765219,4676.50276081168,1412.22839453972,5285.20501640255,1142.15134681807,6000.990098095,305.96760333314,1628.41703277832,599.526536343555,3131.11239926974,1353.54472693009,7186.36672720623,681.78742790018,2092.28204662683,573.510976128663,2849.56714019941,721.530790668947,5093.80864294108,1050.45729446208,3411.35766216009,838.798734929135,4345.82672329137,984.832519737712,6126.27065277136,13713.9625432082,4475.72986284763,114141.615279081,44596.8261468039,3071.22298131793,20429.561232224 -8443,3891.45106307231,4565.55920128316,754.172956889595,1829.22507463259,1610.73603930778,3255.93074333188,1702.78953185826,3836.9037881036,277.269411370241,1403.2506363621,2190.80230215221,7787.24186530001,1225.51473548837,4542.66672276512,1411.5570112881,5133.94863191228,1135.05113402822,5829.24878195254,304.21642518388,1581.81364235997,595.017211997047,3041.50362544236,1343.45646618434,6980.70131869229,692.572083938344,2032.40338218061,577.389239431632,2768.01586231119,722.813698280545,4948.02979874764,1040.42425701754,3313.72859676336,833.997945563746,4221.45424658588,979.195919096146,5950.94395371784,13609.9976310603,4444.4185081357,114075.236943683,44619.8396161712,3038.16400871873,20416.5393968874 -8444,3750.82446322978,4293.61406463958,723.716624863623,1720.26824351034,1527.80684100741,3061.992938156,1628.65729244265,3608.36062856011,264.003307899702,1319.66674899439,2084.95449740309,7323.39889234273,1166.30444329919,4272.0851645846,1341.87041698003,4828.14767727038,1076.67762657309,5482.03263894601,291.425580890002,1487.59374329583,568.251594682549,2860.33805895701,1283.17394859174,6564.89950991358,674.528180553507,1911.34434184955,553.839055327023,2603.14045083996,688.445602747654,4653.30300178512,983.560875967271,3116.34809279502,798.932324578054,3970.00554089398,938.025418434359,5596.47910170206,12772.6613481739,4198.96060068879,109180.235225852,42989.8859473432,2843.41078281987,19688.7592274824 -8445,3387.55642556653,4063.25671371375,649.770718717668,1627.97386644454,1359.46487063794,2897.71348239489,1459.97608398241,3414.76791550616,228.21568492516,1248.86510454599,1801.12284890739,6930.49008796121,1007.53161962281,4042.88286399872,1163.74792199021,4569.11198098498,952.49221579415,5187.91525965087,261.91576767054,1407.78262175567,508.578783683895,2706.87762024639,1148.60983259216,6212.68507297747,601.615124651815,1808.79851153806,483.81116763642,2463.47896070235,595.373163612833,4403.64792417245,870.850147906088,2949.15242024235,718.032275923138,3757.01016082644,843.040774984156,5296.22153756813,10881.9713382174,3655.41791945035,96692.2066773152,38446.6950970705,2465.3814605622,17711.8617803826 -8446,2973.66162623058,3860.84115887768,576.875161726744,1546.87457672386,1213.89620147639,2753.36073197297,1291.30222250608,3244.65753583934,200.610079253577,1186.65153034604,1583.94797849697,6585.24018245909,886.045986891693,3841.48225465707,1027.03746536085,4341.49669553729,851.352995972856,4929.47361549372,230.655549966964,1337.65239850163,450.854768795053,2572.03156596528,1017.98449753927,5903.19340541332,516.075696684535,1718.69124534838,423.697871425002,2340.75807551324,523.209770994885,4184.27541077313,782.832351308612,2802.23718315562,632.333558876879,3569.85061128044,742.422021125298,5032.38449831747,9718.21741872093,3258.27417876582,85148.4486112962,33617.5446467662,2230.86286591866,15486.8098405631 -8447,2436.55338379106,3524.0450724654,488.564054232474,1411.93473274367,1113.45975681386,2513.17444073499,1119.85885970871,2961.61352681399,185.006124126958,1083.13533402786,1464.41384962625,6010.78424649361,819.179690384281,3506.37492023183,952.286534901048,3962.77117017694,788.521435136359,4499.45659240192,197.523611254856,1220.96381322807,395.237822059354,2347.66331824442,891.621333101116,5388.23504414887,421.013531731845,1568.7631697389,375.131899331415,2136.56470763587,481.744442236748,3819.26490533467,734.946093926407,2557.78721030045,541.503588727368,3258.43875425775,635.778669573747,4593.39016143368,9627.46973053904,3087.66570639246,75119.5221393236,28241.5602395009,2236.30889976414,12860.2926161034 -8448,1686.756123028,3247.48628924827,377.320210535869,1301.12940998529,815.108699507715,2315.94641128309,797.164177889446,2729.19305077222,156.672425872295,998.133416095899,1254.66733544285,5539.07201148862,701.849412067263,3231.20284907442,803.644134843557,3651.78219289199,610.699940916544,4146.34980325906,149.305604233781,1125.14543985458,306.442693022299,2163.42421308368,690.662220662083,4965.37900886689,337.031698115046,1445.65031946105,306.965171166351,1968.89212579938,404.92137088344,3519.53796277764,558.660942542936,2357.05807543892,409.315726844341,3002.72413127916,480.577070339098,4232.91168633889,8294.91835648382,2512.84740567298,58655.4809414633,21523.1212913886,1847.05668580286,9541.09022406511 -8449,1806.18430497692,3081.71997144265,401.373772312484,1234.71390824909,854.600047309035,2197.73008190102,845.019500500099,2589.88275280268,163.776649968371,947.184193734976,1310.98581741577,5256.33284352214,733.353454887715,3066.26771135038,839.685506414816,3465.37879234555,639.45781343924,3934.70144572915,158.311821074914,1067.71295209382,324.11339534336,2052.99330323143,730.555162696525,4711.92371406419,360.388589276423,1371.85781998693,323.493934233809,1868.39100931098,423.402503954058,3339.88490299466,583.783062193972,2236.74322166629,434.005933292815,2849.451575741,509.565810089104,4016.84482066379,8579.51947611103,2617.50402791403,61869.8742269392,22910.1921650729,1909.24714660431,10182.884985763 -8450,1806.9634576673,3013.42502523117,404.595574979611,1207.35103273417,894.349343031061,2149.02550811701,865.619199540845,2532.48756279977,172.032732506608,926.193352852957,1378.31836237342,5139.84563113927,771.018663629949,2998.31520743789,883.010400347421,3388.58146474318,669.279220151382,3847.50331413886,162.168617295671,1044.05103624544,333.42849922336,2007.49628581388,751.435104383449,4607.50132021055,362.943284048485,1341.45565597008,333.488812417439,1826.98502023171,444.485659638461,3265.86868415704,613.667731716332,2187.17406566635,444.579195806912,2786.3040010422,521.979864056992,3927.82628442129,9210.63129699433,2772.17971157675,63870.3927433716,23231.268189445,2052.28520644763,10279.7508104239 -8451,2014.95433911392,3033.95899513842,450.750605175973,1215.57811970864,1012.12575669571,2163.66931864625,972.417445012282,2549.74434634991,194.645752588922,932.504585512317,1559.92682102838,5174.86937808303,872.608771487855,3018.7462165808,999.440792197306,3411.67181185409,756.195463442084,3873.72082962673,182.532691553861,1051.16537039359,374.944064379949,2021.17569312505,845.026083696452,4638.89758614205,405.430546489683,1350.59655373291,374.439811089827,1839.4343943201,502.820612801998,3288.12284635454,694.490810893146,2202.07782669251,500.40654334205,2805.2903312249,587.526681253787,3954.59113373722,10490.5580988903,3145.67041179705,71906.8694080597,26016.3786113308,2338.36132613427,11503.123060321 -8452,2550.68891187883,3136.56386551251,563.030485918945,1256.68752019894,1218.37429343925,2236.84203137172,1199.20926145046,2635.97365550127,232.667347666327,964.040777093369,1862.74483263005,5349.87728115354,1042.00239273088,3120.83660894961,1193.26632642003,3527.05047866375,907.503518903075,4004.72544248609,225.661914701901,1086.71452802684,459.887945481754,2089.52944158661,1036.76574074571,4795.77956321145,510.041292840924,1396.27211643679,456.404638444676,1901.64186907282,601.437104067533,3399.32323468046,829.45738434913,2276.54946929661,618.643694664449,2900.16190043801,726.348769097405,4088.33068371461,12237.6533053804,3729.07582946263,87765.0107762254,32442.4917298904,2723.94218310321,14435.0178331413 -8453,3534.82088219673,3352.82035376607,767.802999725351,1343.33228230261,1583.713852373,2391.06545012661,1609.48921644347,2817.71597936575,299.68512836847,1030.50844104874,2395.95599900492,5718.73496204782,1340.27583387042,3336.00875095039,1534.51156941913,3770.22982495269,1175.23030126719,4280.83901700443,303.593657025497,1161.6401720251,613.021923039431,2233.59610769484,1382.45775879865,5126.43390064794,701.806715625223,1492.54080966095,602.600639391271,2032.75426153623,775.374709511575,3633.69617803215,1067.15385563736,2433.51059448803,832.290649962136,3100.11919601599,977.19138551824,4370.20858398652,15230.460821942,4748.00321765314,116219.512226754,44144.6083850879,3383.16106759851,19792.1456247388 -8454,3675.52129258004,3850.44421559982,799.95708858222,1542.70896447245,1675.0866836513,2745.94614686682,1687.51734421221,3235.91992686555,317.453636737226,1183.45597058486,2538.96438528326,6567.50664569063,1420.27341489831,3831.13744339418,1626.22687233365,4329.80538449209,1242.90288022513,4916.19892858977,318.459101869773,1334.05020521254,643.757445424004,2565.10528612113,1451.71124514834,5887.29656727141,731.090553162224,1714.06294424644,633.520336948184,2334.45459709058,821.147944465394,4173.00748435126,1130.77412836151,2794.69097758915,873.043710723153,3560.23728278839,1025.03950193163,5018.83268045491,16285.1313484621,5046.68834360698,122246.250470389,46118.760693717,3619.484818644,20645.0104991827 -8455,3616.91518876423,4320.71110640918,788.678893023477,1731.12487378674,1677.10304413284,3081.31720654489,1675.51819168025,3631.13302896682,318.181415329582,1327.99517918888,2545.72256191628,7369.61693679055,1424.05387698778,4299.0463372483,1630.72857952704,4858.61816607333,1243.92859049171,5516.62980235275,316.319992539065,1496.98196244907,640.158043220905,2878.38968136459,1443.53416767128,6606.33065709059,721.358927887008,1923.40685531431,630.030314258396,2619.56889654249,822.834057699326,4682.67004407344,1133.70971794198,3136.01539711437,867.17942254059,3995.0602859986,1018.15424869173,5631.79853789229,16472.041547939,5076.0739658842,121706.532237937,45611.7930255224,3663.01814120501,20388.998095409 -8456,3446.45359638049,4474.19603481024,746.109301856624,1792.61974598783,1564.42503363665,3190.77505715795,1579.28820188788,3760.12202620364,295.419905895343,1375.16964653348,2362.47515350983,7631.40836418052,1321.5469556551,4451.76166651126,1513.27543290239,5031.21120527044,1157.0601171571,5712.59743577617,298.932060183461,1550.1593593325,601.783421429851,2980.63892304595,1357.26507500014,6841.00781159722,685.652880099428,1991.73217404161,589.694936328791,2712.62402904859,764.209573197891,4849.01286559981,1052.19246841279,3247.41629544722,819.511056661235,4136.97709710982,962.186881401036,5831.85731851185,15112.5644641966,4696.34502895718,114147.907127831,43197.0148691856,3358.28488327793,19370.8508469312 -8457,3235.26522351375,4460.42008055487,698.864871552154,1787.10030798693,1461.38682170949,3180.95072874573,1479.67543349275,3748.54469060534,275.490678045352,1370.93552849381,2202.84099080286,7607.91142043664,1232.24906761995,4438.05478719785,1411.06550382001,5015.72021317406,1079.63231231205,5695.00846999498,280.242051069027,1545.38645169579,563.419446579749,2971.46159931311,1270.80043405715,6819.94449431295,643.909751596737,1985.59967311741,550.71175251097,2704.27191746352,712.709944275106,4834.082858309,981.115662725191,3237.41756986922,768.273096072537,4124.23943277819,902.028457536637,5813.9011540929,14051.6492300819,4376.79242959127,106747.88229551,40502.6086394588,3121.96113223245,18180.3697211831 -8458,3080.87317133044,4494.79498387961,662.989168652263,1800.87286734439,1375.55149824889,3205.46520760796,1401.04985496349,3777.43341835315,258.682762354892,1381.50085090859,2067.8857919523,7666.54294277256,1156.7563658551,4472.25732899988,1324.58861032485,5054.37462112622,1014.80709528275,5738.89791584405,265.625244293527,1557.29620658816,532.734028855314,2994.36161845141,1201.6975307977,6872.5034301168,612.506122835851,2000.90199791471,519.403977032962,2725.11279882621,669.343831329493,4871.33745045886,921.052667987396,3262.36721900008,728.20166727279,4156.02350899286,854.980644335442,5858.70686443009,13105.3541800059,4101.42843681335,100794.308761322,38445.0500675648,2910.51356550754,17284.9427309406 -8459,2953.93755291827,4515.91377885224,635.418632597656,1809.33426880844,1308.51606691966,3220.52608641425,1337.89070740755,3795.18168989191,246.006247952901,1387.99183288429,1966.20906096973,7702.56419605284,1099.87933411516,4493.27023079734,1259.38662510666,5078.12260111668,965.748051327137,5765.86212864758,253.55370462074,1564.6131630715,508.391249463037,3008.43062700925,1146.79817132186,6904.79388861599,586.508051443206,2010.30323628171,495.838673905358,2737.91674176067,636.614866815223,4894.22543027278,875.792152303216,3277.69545191628,695.107992988734,4175.5505861349,816.125403768942,5886.23399959829,12408.5877969102,3893.64767127351,96144.6931047025,36778.1293759034,2755.03741350394,16544.1850025108 -8460,2875.44692895582,4455.35156724018,617.219841912603,1785.06957062539,1263.13199113484,3177.33611603419,1297.52130997512,3744.28510331716,237.235040792143,1369.37769204472,1895.74017783876,7599.26631534899,1060.4596865342,4433.01168825784,1214.22868096991,5010.0206951412,931.998914795151,5688.53705570302,245.815395151357,1543.63038126625,492.654591812508,2968.0850355796,1111.31887136602,6812.19478041816,570.71322032045,1983.34337478696,479.680025887118,2701.19896963066,613.993183136309,4828.58974042119,844.432715851645,3233.73879213938,673.893707153573,4119.55293193287,791.217737956544,5807.29463836621,11907.9473890076,3748.63503877291,93060.6300598059,35722.5533370172,2643.09458406134,16083.2276031951 -8461,2834.93144581398,4348.06807113042,608.506150026778,1742.08564411688,1245.27712872132,3100.82683911194,1277.98887835761,3654.12386906817,233.887634585373,1336.40349818368,1868.99059396596,7416.27831858248,1045.49621439794,4326.26612956642,1197.04004825985,4889.38093694363,918.694110152897,5551.55883212732,242.353366906911,1506.46023621616,485.205264105624,2896.61446034836,1094.55765723942,6648.15922425741,561.848925889443,1935.58507602602,472.906954392412,2636.15492882344,605.329799563148,4712.31878383919,832.517505080837,3155.87135611539,664.402686273927,4020.35536373271,780.074342504744,5667.45676870751,11739.8226138799,3695.32201318552,91728.4295962335,35206.0287291576,2605.78030758047,15850.6522749001 -8462,2817.47393740697,4264.37265379166,603.241722156949,1708.5524558965,1229.50331890171,3041.13941192609,1266.82444336033,3583.78609669983,230.44123547732,1310.67923474445,1841.1483769255,7273.52330674275,1029.92153327851,4242.99037506829,1179.24448900905,4795.26585609594,905.876274384259,5444.6975719689,240.385104511605,1477.4625719405,480.527983306031,2840.8578916465,1084.06814081445,6520.18964059261,558.612933757798,1898.32724149296,467.204645572173,2585.41191299937,596.473395098054,4621.61195018463,820.139514075109,3095.12438392071,659.00676857151,3942.96804722498,773.739002445347,5558.36460369386,11518.6996257289,3637.34355644997,90715.6263879163,34935.0831043764,2556.02793893932,15747.0963073238 -8463,2854.48344478448,4251.57141218069,609.482196705211,1703.4235437285,1228.8511889037,3032.01020030569,1275.0682513261,3573.02791128067,229.685348640292,1306.74470019022,1834.50484661139,7251.68888072704,1026.20520328944,4230.25332102683,1174.9504976289,4780.87092352406,904.226019662936,5428.35310707899,242.207236999377,1473.02736965166,482.881029094943,2832.32990612416,1089.48492276428,6500.61665067946,565.20811492679,1892.62864344632,468.464956489218,2577.65075203874,594.643456051997,4607.73831014198,817.228085143467,3085.83311454271,664.002076600745,3931.13163171097,779.603987200853,5541.67892117255,11384.5987450239,3616.18641094855,91020.1090253471,35265.2221268373,2524.9327085386,15923.9179194602 -8464,2969.93472270408,4388.35624209001,631.833948057666,1758.2273979046,1258.83407290875,3129.55836763599,1316.495979648,3687.98211708457,234.889775585745,1348.7862971015,1875.37791663151,7484.99580043765,1049.06922417581,4366.35228888898,1201.02622944504,4934.68478496341,925.861431670693,5602.99826399961,250.093613812775,1520.41874067093,497.819142227897,2923.45380524211,1123.25466629994,6709.75949615099,586.853993280031,1953.51974981081,482.261889837202,2660.58091726497,608.263029740046,4755.98201580189,835.491199588094,3185.11291412269,685.6222835187,4057.60702620962,804.988244436361,5719.97008346443,11531.6596299681,3685.69874050405,93711.6997582429,36533.8126872827,2556.02793893932,16520.9805118317 -8465,3076.32867187072,4520.46244626366,652.211538958935,1811.15672606248,1283.3910360364,3223.76997076951,1353.39809863907,3799.00439779082,238.674701719724,1389.38989173279,1904.83216841272,7710.32262645227,1065.5456627596,4497.79609042851,1219.83979993847,5083.23755501485,942.403361271265,5771.6698102039,257.425765510153,1566.18912427334,510.812563749366,3011.46087759037,1152.70749994922,6911.74876253117,606.974892309763,2012.32812011824,493.504400731009,2740.6745164367,618.224605049628,4899.15515320574,848.673947819488,3280.99692028278,705.723103020733,4179.75642172123,828.588590853971,5892.16292607501,11595.5396735326,3733.39766486266,95982.6787137106,37684.8543434258,2568.4660310996,17076.2357460317 -8466,3166.88815509118,4444.88963849705,667.43805542005,1780.87792146649,1299.93093446069,3169.87518651218,1382.62909647072,3735.49288044683,240.913025896272,1366.16215863049,1921.88961510626,7581.42193618128,1075.08744215805,4422.60221737769,1230.71108597258,4998.25630826328,952.567232263805,5675.17939617127,263.321100336858,1540.00567268584,520.844166663945,2961.1154634421,1175.48601958258,6796.1985800507,623.909573220561,1978.68614476885,501.281170889592,2694.85609169728,624.191335276686,4817.25138450657,856.337710251563,3226.14541947132,721.884942838918,4109.87951591238,847.56418627268,5793.65811568556,11575.6404333316,3756.04609503942,97677.7561189932,38627.507005398,2562.24698501946,17540.5546914867 -8467,3214.83818444398,4283.41205884808,674.608933479068,1716.18073440519,1299.85775397047,3054.71737281214,1393.69537821,3599.7868453844,240.107642608603,1316.53110438045,1914.69976820833,7305.99785051914,1071.0655076774,4261.93431335886,1226.05744884023,4816.6755724598,950.819120302124,5469.00684578208,265.743017123424,1484.05908932926,524.074672408802,2853.54164339571,1182.90935635827,6549.30072953592,632.488286141521,1906.8028190784,502.829232326641,2596.955159485,622.264885784662,4642.24634334794,853.194891202461,3108.94337480864,728.52453707878,3960.57245750298,855.359725360888,5583.18137364639,11414.9581347671,3731.77941547835,98108.6466761327,39058.9837010601,2524.9327085386,17770.7001766477 -8468,3147.07730495333,4033.75537991419,656.160614350827,1616.15393877695,1251.35285134622,2876.67459198684,1353.30121682339,3389.97494395125,230.121640477638,1239.79770149575,1834.2217239521,6880.1711650171,1026.04682706783,4013.529454828,1174.46939645634,4535.9378777432,912.677494471305,5150.24832630594,258.638661339917,1397.5613957865,507.779346600433,2687.22429635968,1146.32310742658,6167.57778366669,617.982626844938,1795.66570393451,484.988394850174,2445.59283628334,596.562386689429,4371.67517509453,817.400937592367,2927.74005668636,709.048211550277,3729.73233452795,832.492596517294,5257.76824493494,10805.2315742623,3564.26036784228,94881.045414411,38065.7340789076,2388.11369477542,17360.6100419221 -8469,2817.61338417116,3844.33600417545,582.911283402395,1540.26166437053,1094.52601073443,2741.5900729476,1198.9583048193,3230.78657550169,199.846495264785,1181.57857699727,1591.83651934542,6557.08818047556,890.458764366765,3825.05985956495,1019.25458962747,4322.936731102,794.748112954014,4908.40004077874,229.868154539389,1331.9339141438,448.453412083324,2561.03609188377,1012.63656089489,5877.95716377995,552.460766198906,1711.34381412225,425.389264592293,2330.75129912256,518.30240319308,4166.38756972255,709.469870302716,2790.25757655773,630.174943777292,3554.58944559702,739.887593903194,5010.87097801249,9212.75206730973,3080.75809822151,83519.7308000572,33883.9878400281,2033.62806820719,15508.2361741357 -8470,2417.06752937374,3702.74259020622,505.213820175696,1483.53121541204,952.418869293623,2640.61266157899,1034.38128572599,3111.79122740142,175.440619061697,1138.0590343745,1398.08746325135,6315.57950377237,782.077317534715,3684.17641868876,895.077358549579,4163.715640785,696.373476436699,4727.61534398176,197.328095010689,1282.87652949267,387.991977413256,2466.70878980758,875.850664386289,5661.46203404089,473.525798283768,1648.31211948019,372.090694543452,2244.90577646337,454.869313816178,4012.93245048343,623.065539750968,2687.48765850446,540.967588260396,3423.66788871062,635.149352112374,4826.3121028347,8191.34066205757,2709.5789410121,72519.517823377,29162.0653115395,1809.742409322,13296.7562651789 -8471,1927.89371816089,3442.49401790181,416.963925135981,1379.26069933533,834.773768693818,2455.01626689506,862.540683366925,2893.07788060204,157.483301108803,1058.07015270676,1258.09378255144,5871.68676505509,703.766135186381,3425.23277631476,805.585203086765,3871.06741461287,619.464520918161,4395.33322776608,162.738107080348,1192.70909897066,327.462274245771,2293.33529024643,738.572221200158,5263.54417299057,380.719170671064,1532.45991929176,321.723021122187,2087.12178012838,407.659700454758,3730.88207416111,560.429365165222,2498.59663808585,446.140430740735,3183.03418048631,523.81290799203,4487.0930500222,7848.60351631361,2477.16393268906,61939.322929991,23844.0762244795,1741.33290244041,10723.2449201265 -8472,2013.02512709926,3187.63886102584,432.243179137659,1277.15109505599,983.119382703611,2273.2661890216,989.508522534047,2678.89716938482,184.135819567057,979.738968004161,1523.52923139999,5436.99330041786,852.248293327853,3171.65550588091,979.351720016571,3584.48405728581,758.26680606375,4069.93735679017,188.058409784583,1104.41030659954,393.878800861536,2123.55479908927,887.079961807925,4873.87279841293,364.547894114355,1419.008650791,344.812819812982,1932.6077138939,465.649638143746,3454.67693586559,676.291512758466,2313.62021260545,515.555093093765,2947.38738743717,605.312574104012,4154.90400416368,10077.4607896875,3043.86871253369,71002.6875822729,26249.9398683772,2272.35048321153,11714.7542356443 -8473,2129.92470460483,3041.95164638633,456.218173802562,1218.78043456886,1035.3475769887,2169.36928173325,1045.38202574063,2556.46138417553,190.998303724059,934.961172417749,1600.93882422881,5188.5020363552,895.550510322365,3026.69879133666,1029.17175015741,3420.65950846046,797.39300646809,3883.92574659251,198.806371817707,1053.93455686674,415.751698853434,2026.50027149008,936.392502901942,4651.1182821502,384.417332282049,1354.15456069606,355.342878390764,1844.28019402628,478.681590758526,3296.78506598681,710.667721722553,2207.87897302234,545.020228808263,2812.68057852308,639.907552186059,3965.00909515683,10456.753441124,3186.3513480115,74595.1380279786,27714.9385032347,2369.38765220356,12406.1593781851 -8474,2203.12811005162,2968.58819316331,473.838355959267,1189.38682421781,1090.51061085254,2117.05009973278,1091.78504503681,2494.80661218163,204.482959414236,912.412497023946,1688.80402537455,5063.36972963563,944.701498814104,2953.7031947557,1085.77857041427,3338.1626699131,839.883640538712,3790.25620875803,207.725680481775,1028.51657277266,434.999003171575,1977.62669453809,979.695198223162,4538.94618403924,395.690572324478,1321.49610115467,379.30060833091,1799.80126093564,517.74876855355,3217.27573609256,749.620658923569,2154.63104386744,569.472179741501,2744.84650880704,668.616556440957,3869.38405140345,11270.322199148,3386.39118865716,78366.5017373994,28832.9220247657,2538.43934476329,12854.1811967316 -8475,2391.49649308769,2966.24888029547,513.469314863057,1188.4495612087,1189.39929578146,2115.38181763439,1188.33979807553,2492.8406496328,228.001089669135,911.693495883951,1840.27233753296,5059.37968278764,1029.43148486868,2951.3756115944,1183.24220237897,3335.53212421914,914.774207476495,3787.26940339987,226.381614239873,1027.70607906423,473.542249628596,1976.06828115325,1066.54349092292,4535.36939449356,446.154309549308,1320.45473312614,432.019768642218,1798.38297790839,586.256263138729,3214.74045196452,816.84073448115,2152.93314715749,620.616724015937,2742.68350931352,728.665300330497,3866.33489156279,12481.3812737715,3715.02382199535,85974.6729547157,31503.591302297,2791.93149030553,14013.9732414695 -8476,2942.03472642342,2985.80813755831,632.670297410921,1196.28612235028,1453.7300219014,2129.33051137182,1456.13131069681,2509.2782830038,277.704645818258,917.705145057864,2253.25782855975,5092.74091200322,1260.45178473737,2970.83679546535,1448.60894056901,3357.52641180554,1120.48837747157,3812.24241799647,276.85018243964,1034.48270786451,580.204735259029,1989.09835025391,1306.68811712368,4565.27533305393,564.33658762554,1329.1617280114,531.130906760044,1810.24140137234,711.583718108181,3235.93824691387,1000.17374933133,2167.12945198366,758.974415152134,2760.76859067859,891.110888184496,3891.82925898108,15127.9954716911,4531.06346934084,105459.48110885,38760.8788533141,3395.92900880778,17264.0492029642 -8477,4031.57881280944,2998.93428128303,843.322860232831,1201.54520895412,1851.15374091512,2138.69142709113,1921.67483639274,2520.30951671695,347.336724885744,921.739540128136,2815.23021935683,5115.12950701133,1574.81399130565,2983.89712250694,1809.66795822875,3372.28669518964,1410.68567026331,3829.00171383421,368.773683912223,1039.0304778747,757.730194364291,1997.84278044673,1707.70776005536,4585.34509554496,764.099234110346,1335.00495941526,683.400165124704,1818.19954460062,890.638510426498,3250.16400709551,1250.00126630348,2176.65653857003,1010.97925457138,2772.90542052245,1186.98944719582,3908.93843272968,18193.576517736,5606.26679484787,136616.30128439,51975.2591001375,4075.57864808995,23414.8892664384 -8478,4011.1825540592,3057.22216549252,836.043705523626,1224.89868103555,1842.53169157333,2180.25945978866,1914.45487785035,2569.29475463941,350.387494483111,939.654653480774,2795.7270073144,5214.54818326644,1563.90407317937,3041.8927415024,1797.33087753392,3437.8311313039,1401.08085568682,3903.42295404839,367.76234697313,1059.22528126285,754.535045420485,2036.67325078489,1700.59811299534,4674.46677642265,784.480691081367,1360.95238179765,701.70168970557,1853.53843321411,907.727980204207,3313.33484231181,1241.34393032132,2218.96246873857,1008.20671219808,2826.80016275939,1183.73420874841,3984.91333893919,18224.4552116861,5591.86336499949,136652.480287118,51953.8390692266,4064.64191487898,23397.9520396717 -8479,3901.78860323066,3279.58685886729,812.242023478191,1313.99074071573,1789.97423505492,2338.83894796768,1860.20052815135,2756.17042457057,340.592473081593,1007.99970908643,2716.57481309942,5593.82431862484,1519.62706093532,3263.14246106087,1746.37971570708,3687.87912389507,1361.16651616333,4187.33540832998,357.377856269545,1136.26721414602,733.099746374213,2184.80910693142,1652.29707034114,5014.46050771315,762.077205923418,1459.94020234008,680.533270461756,1988.35411982406,882.561721772964,3554.32769346102,1206.20493331775,2380.35699038652,979.738019532057,3032.40528970066,1150.30915317261,4274.75293343772,17712.0346562383,5432.73378776942,132791.252881393,50491.9172670627,3948.68573029839,22735.4195893212 -8480,3782.86300301711,3516.83219007239,786.245031791805,1409.04483804468,1700.7226603592,2508.03057018243,1784.31034426271,2955.55180807226,320.759707402024,1080.91841352332,2574.15410466652,5998.48160025378,1439.9582215098,3499.19820443922,1654.60087672628,3954.6603197726,1292.8868595659,4490.2472745396,342.97061125231,1218.46479059645,701.613628716334,2342.85820960799,1581.49025662785,5377.20660811012,727.007419239968,1565.55228451663,640.237910707415,2132.19166766494,827.866846154231,3811.44777813469,1143.0654655054,2552.55202801564,940.241096450586,3251.76950484805,1103.935866399,4583.98858388903,16545.0399981789,5121.91447084844,126613.351623821,48569.3167512184,3692.21519234848,21920.4706347063 -8481,3675.50774718252,3701.11806703116,762.424090045148,1482.88033818208,1639.37719861591,2639.45413209426,1727.4515676856,3110.42597533712,304.219674269281,1137.55972791965,2478.31348120398,6312.80863730843,1386.34585484562,3682.56004114499,1592.96129377114,4161.88887254821,1245.83240219558,4725.54117314705,331.938254939171,1282.31368651828,678.657165853459,2465.62655805705,1529.77647204254,5658.97815187653,681.944439522405,1647.58894708227,596.565371688142,2243.92085748214,777.447620103886,4011.17183612612,1100.54495677989,2686.30856331284,909.996304459741,3422.16580540523,1068.42549488204,4824.1946302667,15734.748357602,4908.05992474418,121608.135844899,46878.8219175205,3523.99349118802,21195.4879642786 -8482,3570.08559722067,3846.35041492954,740.220740977374,1541.06875294381,1590.22129179721,2743.02665094709,1676.80594311948,3232.47948975652,293.541977651233,1182.19771762122,2403.18258046568,6560.52405833115,1344.31831732895,3827.06416972612,1544.66566166165,4325.20192598374,1208.24834879625,4910.97201518908,322.246816730583,1332.63184013088,658.638847133928,2562.37806059813,1484.66947558057,5881.03718074774,655.456604215165,1712.24054879356,572.30228535739,2331.97259988215,747.676618297125,4168.5707337116,1067.18805396566,2791.7196560593,883.427589274047,3556.45203076069,1037.23120043103,5013.49664662587,15203.6264526237,4752.92065184802,117782.136309403,45457.0495942736,3409.52650281128,20564.1037675351 -8483,3393.89574871888,3947.91558719396,701.456345170927,1581.76159069372,1484.54478717626,2815.45790246488,1579.63382655128,3317.83503483218,275.421602606823,1213.41435206377,2237.30453115022,6733.75860127424,1251.52765633208,3928.12007720572,1437.90350419491,4439.41145743617,1127.16188141173,5040.64915452938,303.647366579288,1367.82077712492,619.192629951093,2630.03917855584,1395.86943402651,6036.32946822047,626.690731319332,1757.45327970371,544.856616820002,2393.54972449972,705.195050408071,4278.64432529662,993.605772835993,2865.43667536183,832.43789269399,3650.36226362775,977.364263021015,5145.88100988752,14081.6928498115,4418.79142242036,110816.491723079,43045.3199485078,3147.75838485059,19491.7820247538 -8484,3305.12653519213,3929.65595099243,679.387789320178,1574.44573234627,1418.39907362491,2802.43603411327,1524.14474979333,3302.4896052315,254.96801159602,1207.80214882865,2128.19351657589,6702.61406953019,1190.49195446452,3909.9519978784,1367.69396915213,4418.87858727434,1074.58996473963,5017.33547981966,293.375843089309,1361.49442357769,595.951389453194,2617.87489653522,1343.66489366373,6008.41063924657,587.653542387121,1749.32482385914,494.441784059714,2382.47923774934,640.875291704198,4258.8550245656,945.232711613327,2852.18364851892,804.278895416726,3633.47885123823,944.302820404273,5122.08062380994,12997.4479016898,4161.40884218191,105518.688101902,41486.6009785325,2929.76114130807,18879.6379454111 -8485,3280.27953737541,3827.63591198686,673.514395267943,1533.57064887095,1399.71044623645,2729.68039415995,1509.094994009,3216.75178936594,250.885066150144,1176.44570850125,2098.90511619397,6528.60368354716,1174.10829163394,3808.44350443568,1348.84744613403,4304.1575604321,1060.48817495445,4887.07757232374,290.285348665227,1326.14789046347,589.741685710744,2549.91075351941,1329.65851471612,5852.42286438232,577.089856599417,1703.90960456534,485.420631616633,2320.62633566417,629.608716447249,4148.28846068729,932.248399212989,2778.13648237974,795.806420602447,3539.14803481253,934.355298582526,4989.10336790062,12764.7533752247,4097.7905422,104212.066546166,41072.9377349208,2877.83719791761,18700.5638362598 -8486,3298.32201550568,3765.64411468611,678.309394200924,1508.7331766042,1408.8682286998,2685.47091405744,1516.68035411579,3164.65377652498,253.322566013804,1157.39217635407,2113.24768871448,6422.86743132423,1182.13139529392,3746.76254438957,1358.00217730473,4234.44809245444,1067.64005640703,4807.92722228449,292.012331542038,1304.66980500634,592.756240509388,2508.61279462208,1336.49610173757,5757.63793178439,581.704405726865,1676.31334900346,490.867383100145,2283.04183162063,636.993190864841,4081.10342446306,938.613987930878,2733.14221499131,800.540879533825,3481.82854240617,939.914020746524,4908.30062390743,12891.0581132966,4129.38815526387,104924.686239393,41310.6591633511,2903.05457151092,18798.6506203824 -8487,3352.84646180939,3789.23218715396,691.115317723427,1518.18391236693,1444.05410676299,2702.29275929875,1549.40833400009,3184.47723310847,260.070947638381,1164.64210483858,2170.08188809216,6463.10040550004,1213.92392570554,3770.23234231131,1394.63134285748,4260.97276271646,1095.46816174809,4838.04417765399,297.852442503384,1312.84228359695,606.231440030704,2524.32679695239,1366.74477168486,5793.70389464289,596.941114592281,1686.81381042543,504.051976950367,2297.34285278229,653.849562845258,4106.66754055932,963.819824692067,2750.26267424574,816.551325191659,3503.63878827051,958.711864475581,4939.04632033668,13288.6527824327,4245.74566953935,107377.818593335,42136.7046695609,2995.45336529674,19160.760141062 -8488,3475.5170660757,3938.1684481436,715.071052687109,1577.85632731398,1487.39407771743,2808.50672555655,1599.68103217187,3309.64352244637,268.437630556152,1210.41851333468,2231.94239771867,6717.13340249059,1248.52812801884,3918.4218119431,1434.28977167678,4428.4508480154,1127.34949113057,5028.20412952108,307.952538926954,1364.44371927853,625.346788024422,2623.54578805265,1409.95916415868,6021.42617523433,624.076096778208,1753.11424531621,524.851421653858,2387.64021061236,676.550580942143,4268.08063915273,991.324175009144,2858.36210421209,844.240361581333,3641.34976379539,991.221526616471,5133.17617447952,13632.711583857,4364.54544950631,110945.246546142,43640.6025337287,3070.10470808269,19857.0313966 -8489,3551.36735667178,4106.72894555819,727.819197105948,1645.39133778469,1499.07517371192,2928.71572547254,1623.83085374891,3451.30205375462,273.740410242977,1262.22654272045,2242.12934748943,7004.63846034501,1254.22661438682,4086.13711879156,1440.77038927765,4617.99628964562,1134.36930698143,5243.42006056479,312.905576884174,1422.8442968679,633.640303005142,2735.83813634785,1428.80433956651,6279.15374697423,652.801675898606,1828.15060120251,547.519139487582,2489.83538759561,697.018428538036,4450.76195535705,995.914435829304,2980.70500153131,857.8189297935,3797.2059023857,1007.16410615308,5352.88509264296,13699.3710350029,4389.37492832529,112821.147125198,44573.1626887602,3069.61628987284,20290.9894628683 -8490,3567.82178715043,4072.54898602296,727.414792763347,1631.69688409889,1478.39835527469,2904.3402708677,1618.49601901014,3422.57715710208,268.986950562005,1251.72113739022,2201.24599274533,6946.33944370491,1231.35684032009,4052.12854329822,1414.47575393168,4579.56109501592,1116.40990710007,5199.77951650353,311.995910437327,1411.00208348187,630.05619293645,2713.06798569147,1420.86695125784,6226.8928785721,663.28477413544,1812.93505754191,544.579467400807,2469.11269712211,685.323174384282,4413.71863802305,977.843742117107,2955.89684455543,855.325113270081,3765.60207710017,1004.23611936883,5308.33348032845,13264.7613172894,4294.58952630001,111993.050834282,44629.9829989691,2972.23754769139,20369.8075742324 -8491,3532.47890102391,3931.15050954009,717.093025017069,1575.04453828665,1449.69893202649,2803.50187926137,1594.60464289918,3303.7456347999,267.891000689183,1208.2615099147,2151.85112498009,6705.1632619466,1203.72580385261,3911.43906245919,1382.6878383395,4420.55921093354,1092.49261096853,5019.24371344658,307.905375795512,1362.01223815325,619.852553014241,2618.87054789813,1398.0178721348,6010.69580659729,679.640354907435,1749.99014123063,556.550903962144,2383.38536153062,691.000632200804,4260.47478676861,955.948958770047,2853.26841408226,844.111065621377,3634.86076531483,991.069720395582,5124.02869495755,13017.694748851,4209.19604836705,110830.166683552,44275.2729867673,2900.41775229267,20211.2165094082 -8492,3474.07557068875,3699.36357922871,706.636464053764,1482.17738966255,1436.00174762696,2638.20291827292,1573.56965563142,3108.95150077691,263.190569825107,1137.020476096,2135.29702500561,6309.81609679695,1194.4655919971,3680.81435063824,1372.08525226623,4159.91595973381,1083.11213713957,4723.30106510453,303.690577218731,1281.70581514504,612.25364177961,2464.45774591889,1380.80534383577,5656.29555489854,667.544546135526,1646.80791965792,541.683026495196,2242.85714330096,674.434169984038,4009.2703696145,948.560680756494,2685.03513849294,832.55635304504,3420.54355287105,977.503347167372,4821.90775627831,12871.8480167359,4170.58151959618,109300.228234443,43591.3743778872,2880.66874530484,19905.9116868471 -8493,3146.37265640291,3552.18180604153,636.656438275652,1423.20792323504,1285.05082429605,2533.24016583647,1416.52586772184,2985.25968599922,237.466241838052,1091.78331942355,1903.60433722352,6058.77564031788,1064.85882524187,3534.37057151321,1223.15293059416,3994.41078724927,966.85807324256,4535.38122127995,273.92321009797,1230.71225083669,550.163512203486,2366.40756695679,1240.94760491309,5431.25587128509,610.839302499116,1581.28851219149,495.534407079219,2153.62349965207,613.331011213301,3849.75873753271,845.688571974602,2578.20913334649,750.950230007629,3284.45482988034,881.689702689536,4630.06477612386,11478.6299566418,3721.9366879096,98442.2369552658,39418.845003849,2556.52836895257,18010.9291119801 -8494,2754.96801346019,3465.17235688738,563.537525645883,1388.34694364726,1141.69755698991,2471.18933526532,1248.15553008906,2912.13679560574,207.601029404552,1065.04046942157,1703.68023582347,5910.36805315102,953.023114641997,3447.79740231027,1094.61940575026,3896.56909409526,863.860216051179,4424.28864682431,240.487239517736,1200.5663853209,486.093754878954,2308.44324246053,1096.17404093838,5298.21916106603,515.747950234955,1542.55540394642,421.776969338268,2100.87124635483,527.922244860841,3755.46024567078,756.809932305483,2515.05680366698,659.286767868824,3204.00325923339,774.067749261496,4516.65296115611,10232.8338012513,3318.14033169076,86549.9144070851,34471.946539581,2297.39707021013,15730.6143125013 -8495,2253.44296812638,3231.04611370816,476.91946370726,1294.54253201405,1047.43896522682,2304.22209217848,1081.11286728262,2715.37669903393,193.004522012981,993.080434462876,1604.69145915931,5511.03084115338,897.649699920495,3214.84510732802,1031.45385615708,3633.29529720158,803.193410061752,4125.35919312409,206.28111563898,1119.44946860426,427.469594743864,2152.47202709645,963.098866930243,4940.2421198216,418.795744885604,1438.33181434519,371.026396850302,1958.92474509793,486.446509827139,3501.72054438862,712.463348495128,2345.12563136771,565.511959282016,2987.52304729608,663.966866674602,4211.48286263621,10259.1502637705,3176.87801884357,76667.8760649068,29052.7242563833,2319.95368301092,13081.0095431691 -8496,2186.25166440579,2998.80432295879,465.29579437651,1201.49314018995,1091.82592425052,2138.5987472496,1094.52246254972,2520.20029951822,206.383246041232,921.699596696641,1695.0019431545,5114.90784371475,948.168557234301,2983.76781581551,1088.86905907019,3372.1405576999,837.811832413605,3828.83578467419,216.468762638632,1038.98545165969,451.491125123268,1997.75620425816,1016.98409533216,4585.14639036879,397.546092225747,1334.94710719474,391.247207953162,1818.12075322216,524.549861093721,3250.02316177239,746.818331702599,2176.56221351663,593.44101229979,2772.78525712174,696.758332030957,3908.76903952508,11651.4866995166,3464.01523467579,79278.1752401371,28934.0175483315,2654.21021297794,12941.6692779601 -8497,2252.80722450683,2840.05594375667,475.126186602729,1137.88942748107,1096.18050724915,2025.38726416271,1113.43963788941,2386.78788919514,206.083819934261,872.907377755704,1691.51682643208,4844.13881629227,946.219014870749,2825.81542757539,1086.62644376902,3193.62879423532,838.434020795625,3626.14784321879,220.585937451828,983.984445024217,457.564004517421,1892.00053456043,1030.86571709773,4342.42146420312,399.824548911834,1264.2787118062,391.066297867637,1721.8744858155,524.003780990714,3077.97595437353,745.377551528968,2061.34104987385,604.728092981438,2626.00170006414,710.01047899459,3701.84965337194,11379.6270201119,3430.51491788018,79948.4193327285,29566.1624883665,2604.59445676576,13276.6889678077 -8498,2399.52654160199,2747.97798128783,511.862797431041,1100.99771053175,1216.03112648323,1959.72182088001,1212.01964144631,2309.40541151349,229.721613508662,844.606691304631,1887.25822420367,4687.08612403775,1055.71495938318,2734.19915943245,1212.56736338969,3090.08758304846,932.012569719444,3508.58385447119,239.948579261525,952.082509078892,500.56217891539,1830.65964633066,1127.50871233769,4201.63504008927,418.346416183961,1223.28930523068,425.444815745005,1666.04928468539,583.745643405403,2978.18434462378,831.472844146511,1994.5099424645,657.810050933619,2540.86362857187,772.333937800324,3581.83132267751,12954.5602706666,3853.16295257441,87686.9742355929,31871.4012526575,2964.79604956691,14257.3091818869 -8499,2733.4006543086,2713.7980217526,588.923701941443,1087.30325684595,1441.01808665227,1935.34636627517,1410.55463804685,2280.68051486095,273.524432056064,834.101285974402,2249.0178185988,4628.78710739765,1258.07996201258,2700.19058393911,1445.20011608401,3051.65238841877,1106.58052117102,3464.94331040993,279.006397258954,940.240295692866,585.402431432057,1807.88949567427,1318.33953068043,4149.37417168714,482.857501226994,1208.07376157008,500.10055229279,1645.32659421188,694.654654533886,2941.14102728978,990.678378351505,1969.70178548862,764.885597391604,2509.25980328633,898.051199676523,3537.27971036301,15690.3807771374,4615.71676120489,102870.948873697,36776.4916412714,3594.78815927266,16379.8723232757 -8500,3318.31961108856,2722.50546269329,713.717429925268,1090.79195748532,1723.29425677877,1941.55608197584,1697.67558421996,2287.99826317108,327.165403754363,836.777567564982,2689.25326037447,4643.63894605388,1504.3436346636,2708.85436431251,1727.88428869411,3061.4438624823,1324.73072505982,3476.06086189916,335.388037053435,943.257132900046,703.627391057115,1813.69025567361,1584.59067740976,4162.68777507662,617.802339908438,1211.94996416384,612.751978750812,1650.60575796408,831.0554669625,2950.57791669278,1184.67502863215,1976.02173333677,919.453753031756,2517.31096677264,1079.52947313048,3548.62935905528,18719.005576659,5516.07257759411,123840.524989709,44500.0598371664,4278.30271616109,19818.6377114805 -8501,4024.04412731192,2701.38666772066,814.869236479894,1082.33055602126,1748.3148561811,1926.49520316954,1876.69647607386,2270.24999163232,320.342275054895,830.286585589278,2621.66019030425,4607.6176927736,1466.53269056035,2687.84146251505,1683.78454332692,3037.69588249183,1315.51785919523,3449.09664909563,376.136183367192,935.940176416705,758.398846368168,1799.62124711576,1710.39653118304,4130.39731657743,718.881672558492,1202.54872579683,637.307712711313,1637.80181502962,816.134595424173,2927.68993687886,1155.96082671017,1960.69350042057,1031.16327131521,2497.78388963061,1210.6874753884,3521.10222388707,16607.1656422223,5236.31712903953,131143.7362034,51121.3165376657,3786.55904291676,23308.7581506132 -8502,3997.01766915715,2667.59658946131,805.920650100866,1068.79231115338,1734.29984044716,1902.39779258437,1865.06364921144,2241.85275187312,316.872718753511,819.901012490842,2593.10042752507,4549.98367677419,1450.55662092889,2654.22081336757,1665.63597490545,2999.69910741923,1301.63368509565,3405.95390056221,374.23198478785,924.233043859529,753.131550552367,1777.11082922414,1698.63627264008,4078.73257334127,726.940313594465,1187.50674160371,634.349560440172,1617.315502513,807.329821039518,2891.06916234542,1143.38336273285,1936.16832317976,1025.94298216692,2466.54056037527,1204.55834058934,3477.05879940215,16408.8452450504,5183.21375437612,130095.282111788,50813.5803390282,3740.36433580887,23188.6725755388 -8503,3907.58100066479,2797.62340371876,788.11463414074,1120.8885163559,1702.13416503471,1995.12647779764,1825.9782526456,2351.12750972518,311.417887485532,859.865494782436,2548.75273210331,4771.76379328492,1425.7489264277,2783.59565140022,1637.10675993647,3145.91361384406,1278.33762939837,3571.97050777615,366.306412815969,969.282988367364,737.831866098361,1863.73264476376,1664.07462073352,4277.54247016557,695.922684734413,1245.38945112958,615.125145583166,1696.14840523591,793.370915520281,3031.98871309865,1123.80198743527,2030.54308731158,1004.21532318871,2586.76728902286,1179.04792402758,3646.54127679705,16069.2014743774,5082.33627173311,127387.701274201,49679.5457029178,3676.3787986414,22664.7271217566 -8504,3813.00844320251,2986.13303967206,769.295349225486,1196.41629678611,1636.47759305693,2129.56221547073,1767.5551383537,2509.55133129779,299.080616536161,917.80500557391,2446.8190960988,5093.29508099563,1368.72818437228,2971.16006846549,1571.43702948518,3357.89176261776,1229.5476549726,3812.6572489443,354.55660586972,1034.59527558586,713.063312470005,1989.31479492439,1608.30452031458,4565.77210563182,676.488115999404,1329.30636136862,593.579341792756,1810.43838364,762.141737936095,3236.29036705286,1078.946253165,2167.36526919203,972.003667134902,2761.06900500844,1141.22825993489,3892.25275020837,15327.7643200616,4869.11336226099,123078.761534257,48260.8161298294,3500.90604860385,22039.7564119525 -8505,3700.39300896807,3184.45480014099,744.739989415354,1275.87537750356,1572.62529674471,2270.99547446801,1707.68977213858,2676.22127915275,287.011222933056,978.760328747523,2347.44034596003,5431.56240988923,1313.13662206205,3168.48741041063,1507.57031499677,3580.90359664495,1180.95233839142,4065.87198774853,342.43862946015,1103.30713594207,688.088844255961,2121.43362788155,1552.02534635662,4869.00439630976,636.728968491775,1417.59123491134,564.844549706757,1930.67727544216,731.519062786495,3451.2261366437,1035.18342752462,2311.30918932379,938.782688274661,2944.44330835482,1102.22355122863,4150.75376384577,14583.6385531721,4657.52870004591,118496.539984281,46663.7989230675,3334.40369209806,21339.9626832915 -8506,3615.11937976884,3359.70833404533,728.575731018765,1346.09200256576,1543.99175785788,2395.97761658027,1672.38664535573,2823.50464981349,282.060597596902,1032.62550103723,2307.27219141309,5730.48343929524,1290.66692443288,3342.86219374287,1481.79742495658,3777.97532454482,1160.06276766731,4289.63350391892,335.269193684517,1164.02662693537,674.320935723796,2238.18477166079,1520.91766883292,5136.96556410881,616.355839021679,1495.607061526,551.95709691945,2036.93031923951,718.833584468009,3641.16118509314,1017.43999794304,2438.50995956447,919.127948383101,3106.48803109585,1079.14694631002,4379.18667030389,14360.8826077483,4579.02707159979,116130.84886777,45636.2016263823,3286.28063233891,20861.4454478902 -8507,3471.97195088285,3557.77016525948,699.67273663851,1425.44694070406,1471.34732763435,2537.22550690431,1599.73221786842,2989.95615267665,268.746463544587,1093.50093347324,2197.90970451563,6068.30742009377,1229.49055125178,3539.93090976205,1411.4647516447,4000.69486941681,1106.07372006148,4542.51636830755,320.51463922288,1232.64843049391,644.545225158539,2370.1304438427,1453.76749818739,5439.80042515948,590.581168992339,1583.77622501585,527.723534212649,2157.01162064177,684.997130150742,3855.81525037538,969.256243784517,2582.26522043968,878.678889456464,3289.62199598465,1031.65575806078,4637.34888110051,13616.7791305694,4354.38684400221,110965.872593656,43728.6224652198,3115.48591433237,19996.7204062223 -8508,3420.23382027266,3574.21033449644,687.927116454969,1432.0338161499,1439.71716263838,2548.94982151382,1570.73675834037,3003.77249911776,262.607770680599,1098.55391316895,2147.29139818562,6096.34857967805,1201.17513446042,3556.2886452369,1378.92933435327,4019.18175801937,1081.47412459512,4563.50697039474,314.829759662298,1238.3443995604,632.272943019408,2381.08262563087,1426.15761120264,5464.93730456731,573.499466913099,1591.0947273258,514.284942730606,2166.97899752174,669.437149368951,3873.63266193321,946.972454666748,2594.19765993599,863.094004874914,3304.82307413964,1013.35756504603,4658.7776965874,13214.564626881,4244.38197627078,108712.630652073,42977.6511300086,3027.00319108708,19672.319204278 -8509,3441.4399562313,3482.58724507189,694.423143066192,1395.32434745139,1462.61351432131,2483.60877116174,1588.49187284556,2926.77229752318,267.501723095376,1070.39303454003,2187.92596775694,5940.07174121444,1223.9057403809,3465.12496932862,1405.06714409768,3916.15204931018,1100.63527481777,4446.52375785055,317.878061170814,1206.60006191909,640.397876093201,2320.04476665826,1444.31674497229,5324.84637748244,574.085243129749,1550.30781193985,521.041435566264,2111.42957768072,681.783350983076,3774.33403130795,964.835315266378,2527.69670393817,871.450809390069,3220.10559203408,1023.1692785178,4539.35226675643,13561.1338934848,4332.7980194449,110179.844554389,43354.5585886953,3105.79416540808,19819.65802298 -8510,3477.05905627569,3403.50546800353,703.787207124855,1363.63964834174,1487.09551120339,2427.21156375682,1608.37407655828,2860.31183635595,272.335790288759,1046.08679972774,2227.86351398378,5805.18598067145,1246.24643782866,3386.43972153584,1430.67440925012,3827.22498401767,1119.92791789255,4345.55313578067,322.0506683389,1179.20086976895,648.952713102777,2267.36173243274,1463.59843971887,5203.93101068345,567.110814921292,1515.10378454767,523.949511628624,2063.48372840042,694.0203365766,3688.62733641673,982.410019831283,2470.2983580618,882.889855798312,3146.98418698495,1036.59984824629,4436.273716606,13768.5747815316,4402.32543114846,111659.30257432,43833.7017317884,3166.40863913926,20029.7044260702 -8511,3481.43987529508,3409.22379184887,702.956251765585,1365.93073710034,1476.40428402616,2431.28958916128,1605.24275708807,2865.11752552928,269.902982311715,1047.84435914623,2207.42962544203,5814.93943449487,1234.8159077956,3392.12937274766,1417.58262572831,3833.65521076282,1110.96774312328,4352.85422001608,321.274734873048,1181.18207782501,646.954883716347,2271.17118970627,1459.12888150367,5212.67427937148,591.056914177934,1517.64935239846,529.748587383694,2066.95064459008,687.932054945627,3694.8247014137,973.448731776954,2474.44877478327,880.762663237875,3152.27152231805,1034.10231418713,4443.72722300304,13700.120865769,4375.39190643055,111376.772804146,43859.5452724717,3132.55538899942,20049.9508043678 -8512,3656.85645936011,3560.10947812732,740.068033963525,1426.38420371317,1563.64290907171,2538.8937890027,1691.40445859683,2991.92211522547,286.330573637066,1094.21993461323,2342.33317342064,6072.29746694177,1310.27971653591,3542.25849292335,1504.18617186471,4003.32541511077,1177.5017232735,4545.50317366572,338.681705202434,1233.45892420234,682.427794033186,2371.68885722754,1539.09871068062,5443.37721470516,622.537358587478,1584.81759304438,560.966412235788,2158.42990366902,729.687926840181,3858.35053450342,1032.88860075721,2583.96311714962,928.483221009934,3291.78499547817,1090.13095991216,4640.39804094117,14589.765025747,4645.72148676639,117659.298819831,46164.0947939661,3339.85306518958,21082.1734067173 -8513,3755.16573756316,3752.45299179927,758.198370805358,1503.44805561828,1592.93952210927,2676.06365841738,1730.13074878804,3153.56793421247,291.221313751825,1153.33780956805,2381.8043046231,6400.36800466783,1332.35950569237,3733.63756400226,1529.49686858938,4219.61474032547,1198.47807263067,4791.08496186673,346.599358266474,1300.09952188865,697.279499787007,2499.82507633497,1572.68603166525,5737.46881670528,644.58047710174,1670.44119148934,574.41362490263,2275.04429270312,742.264189138066,4066.80724161986,1050.34387430407,2723.56796587824,950.189170598634,3469.63163086196,1115.61588750751,4891.10675355654,14756.5592904891,4717.09186230879,120156.558973459,47315.1971419249,3377.8987054942,21624.5931497359 -8514,3782.83213037899,3783.18896749802,760.559773775233,1515.76265169791,1581.08151895284,2697.98303429048,1731.86484464941,3179.39850093833,288.164529400167,1162.78468684135,2355.79682851757,6452.79279343518,1317.81116184186,3764.2194243709,1512.79272478419,4254.17719224696,1187.70627480681,4830.32827051854,346.939811552352,1310.74851000337,696.571382207922,2520.30089920744,1571.20519044999,5784.46386301444,663.794983774639,1684.12361202333,576.67948610713,2293.67895814647,734.68404826514,4100.11806225454,1038.96832846428,2745.87644489079,951.122510541771,3498.05104443565,1116.71172073864,4931.16933092815,14499.043049011,4660.51352962578,119892.945524556,47521.7049314902,3311.88484433949,21748.63283287 -8515,3778.93565438921,3706.51148245961,758.755855770843,1485.04124997945,1581.01041112238,2643.30044890472,1730.31612840007,3114.95861091928,288.01642249669,1139.21742488479,2354.63598934079,6322.00791138849,1317.16179904209,3687.92641308514,1512.05079800525,4167.95374139328,1186.78261238645,4732.42741838684,346.939811552352,1284.18232466916,695.917488922048,2469.21956646104,1569.78494697752,5667.22463834921,686.216746079543,1649.98987876993,584.156430729975,2247.19078758266,734.295977871757,4017.01707415292,1038.45173190385,2690.22315825105,951.122510541771,3427.15272058039,1116.71172073864,4831.22463722066,14573.9760635997,4671.07011075193,120002.386672561,47537.1639567005,3319.21258441428,21747.3778881751 -8516,3687.495262066,3570.83132982208,739.956724010593,1430.67999292581,1539.52332550577,2546.54008270285,1686.73024930199,3000.93277779043,280.336775376537,1097.51535682776,2291.71226789854,6090.58518345359,1281.96284578032,3552.92658345792,1471.63391960892,4015.38208405603,1155.36326570719,4559.19269956529,338.24226556854,1237.1736873966,678.190071145831,2378.83158594123,1529.82065884426,5459.77083506243,672.695084150747,1589.59053030945,569.327928427315,2164.93036818082,714.746077135532,3869.97058789546,1010.71382114709,2591.74514449935,927.278513697876,3301.69874412815,1088.71651460093,4654.37335824681,14139.1526968303,4541.01153857057,116915.724984719,46367.0437411919,3223.35213542622,21215.584633886 -8517,3330.57520843647,3644.32474767249,664.344719289957,1460.12567456644,1370.23310027542,2598.95194903993,1512.10071539622,3062.69677228023,248.549889810881,1120.10397759037,2030.96127703542,6215.93916422069,1136.10113051645,3626.05149300186,1304.12826540341,4098.025067181,1025.56928754601,4653.02817460756,303.816291642694,1262.63669988952,606.608431990682,2427.79174328085,1368.56517091681,5572.14164798703,620.427245419091,1622.30684487727,512.605515032305,2209.48809647142,633.890403768528,3949.62076994401,895.798130653314,2645.08740328253,832.900994433977,3369.65298307297,977.907990180456,4750.16780342059,12514.5621152258,4030.06747333663,104612.600111462,41740.7394018949,2837.44635928851,19130.0322520632 -8518,2972.12641171116,3416.89154098303,602.738036746896,1369.00287752473,1266.73105913097,2436.75784814936,1371.99890285365,2871.5615150609,232.248493528354,1050.20108553562,1899.7786524835,5828.01792377464,1062.71877224958,3399.75867450339,1219.89827810818,3842.27755655697,955.365494517815,4362.64430603402,274.42200688312,1183.83869657681,553.552702012854,2276.27932340082,1248.39262799369,5224.39820280175,525.04735145537,1521.06272600439,462.770398872731,2071.59946202861,591.892842547657,3703.13480090698,837.749747848065,2480.01410390474,752.317662728651,3159.36135528638,883.295203694886,4453.72169319537,11815.0523900385,3764.83773256988,95587.8608475265,37528.2915268237,2704.41158239232,17121.7756103517 -8519,2383.75902924663,3175.94229668667,496.84420629834,1272.46478001045,1110.67894692493,2264.92477852963,1151.99220131803,2669.06735664071,207.205577640665,976.143962304185,1698.94307813294,5417.04306617787,950.373192032198,3160.01759007439,1091.27255166526,3571.33132881604,846.094231875741,4055.00332999933,228.836124893905,1100.3578380574,470.605720706098,2115.76273216507,1060.57762247271,4855.98885068454,423.731859260167,1413.80181064837,399.88243728006,1925.51629875766,527.229188800938,3442.00051522539,748.814580924875,2305.13072905572,627.345673123761,2936.57238996957,736.565750854669,4139.6582049604,11119.6939624409,3415.19917678597,81866.0681090206,30887.8990286612,2551.07200958308,13942.187914748 -8520,1876.27550008073,2929.85956621665,389.248382766688,1173.86991327796,1013.47411820395,2089.43076077268,1015.03770525774,2462.25900763016,180.33703447868,900.509032845221,1520.30065202567,4997.31228259611,850.442255606406,2915.16875963119,996.995857734586,3294.61252138524,854.58028447822,3740.80798314045,220.961119088721,1015.09839818479,479.348035746455,1951.82629330059,1078.24321706384,4479.73044172192,319.071677469204,1304.25567365754,325.953632390837,1776.3207957861,450.1344386331,3175.30269582561,739.658645390803,2126.52141852506,605.756639399313,2709.03684793517,711.218094025707,3818.90351261223,10755.3247882688,3169.89182390274,74086.4520762144,27589.2623908616,2574.64750577181,12535.4720176611 -8521,2007.72654567994,2779.88361342049,414.103628486107,1113.78093811594,1057.69473642415,1982.47533780231,1062.33635386257,2336.21895951375,188.646504610041,854.413069147921,1589.53180716465,4741.5059362291,889.16952948883,2765.94481138174,1040.55523607318,3125.96530781692,885.180276166597,3549.32056580207,230.882630432651,963.136744047826,499.487069273064,1851.91467589554,1123.65104264916,4250.41848117127,341.324657726783,1237.49240977893,343.638123595363,1685.39309164236,471.047370372688,3012.76280732248,765.436124826742,2017.66736983201,632.956091475984,2570.36454189232,743.152935852115,3623.41847996945,11116.6759217302,3294.00634371651,77644.1282295319,29061.7387015052,2654.57567246398,13212.2153456886 -8522,2033.40310059748,2730.8230223581,422.99400636218,1094.12444930677,1132.36856064531,1947.48775365683,1123.68932223126,2294.98835458786,201.907813558771,839.334016923769,1703.42629112204,4657.82578406941,952.881060302681,2717.13021834006,1115.82013206412,3070.79691698874,949.313233577716,3486.68061786055,244.682475818021,946.138889278375,530.905626758306,1819.23128290818,1194.20910914754,4175.40525330012,347.335728839758,1215.65260729012,360.194296326816,1655.6485437594,503.709166594124,2959.59226329522,822.472174227662,1982.05870144986,670.787851196189,2525.00163422875,787.571156457215,3559.47081991796,12140.391070109,3561.61983267231,82058.9149059901,30358.482735177,2894.50118351374,13767.0758653974 -8523,2278.18966973105,2741.80479700449,473.775651184705,1098.52437857315,1268.99084531012,1955.31941153512,1234.61018510068,2304.21745684745,230.084736116519,842.709327938597,1941.90960410179,4676.55683792535,1086.28644057714,2728.05692852905,1262.64387686588,3083.14586800136,1033.97379396043,3500.70201012794,266.661038160052,949.943707086479,578.022494452415,1826.54716819807,1300.23714856769,4192.19629364719,389.615858344925,1220.54125180214,407.08753461945,1662.30659484962,573.84335022333,2971.49401416469,897.503518711585,1990.02938348127,731.041257397445,2535.15571550822,858.31460346179,3573.78493184859,13683.306662098,4014.65590499254,91257.7462442753,33523.4647141101,3213.64980638941,15124.8231324337 -8524,2858.76182689976,2840.05594375667,586.864807503349,1137.88942748107,1516.06047709589,2025.38726416271,1499.39262527406,2386.78788919514,272.180330011745,872.907377755704,2294.22287003395,4844.13881629227,1283.3672536125,2825.81542757539,1498.82542607402,3193.62879423532,1259.05289408526,3626.14784321879,324.700287522767,983.984445024217,704.686238642792,1892.00053456043,1585.09555296891,4342.42146420312,487.079179439672,1264.2787118062,491.368438398583,1721.8744858155,679.454735916522,3077.97595437353,1091.23051793622,2061.34104987385,890.15368763953,2626.00170006414,1045.12830390227,3701.84965337194,16090.5370107633,4745.70817040937,110636.736363106,41000.7987480558,3832.64518546318,18603.7261920625 -8525,3834.10480512198,3006.73199504457,770.203842031989,1204.66942066808,1861.60812994202,2144.25237041583,1918.01652475805,2526.86272874447,329.81960143552,924.136211886326,2773.35992871165,5128.42967033863,1551.39213433826,2991.65573722566,1808.44178417406,3381.05518556139,1520.56164636775,3838.95773705996,417.913121890277,1041.73212502534,886.262259816324,2003.0374945289,1995.12947075859,4597.26773378886,649.823285990312,1338.47618804762,616.341045250806,1822.9271572391,824.747267317214,3258.6149587431,1307.06686465173,2182.31619731977,1145.69318494211,2780.11542271957,1345.15690020466,3919.10230434239,18559.7095670247,5652.98568894423,138783.780878838,53572.408212482,4395.27776688099,24513.3760410543 -8526,3974.2144552298,3347.49191749975,798.826994471261,1341.19740488733,1934.28910061855,2387.26547323692,1961.26644358146,2813.23795238295,346.815494776792,1028.87071579935,2917.37019366603,5709.64651961606,1631.95015711823,3330.70703235596,1894.07186798731,3764.2380248525,1553.88014663309,4274.03573634465,425.090896630481,1159.79404698172,902.656076735059,2230.04638738514,2031.94197058008,5118.28676676335,674.168853092564,1490.16880408354,643.995096887391,2029.52372712495,867.017469164444,3627.92136266691,1338.52071860143,2429.64316207651,1165.37078579299,3095.19236254118,1368.26034614631,4363.26327363484,19460.1180571354,5908.9229385261,143404.291465175,54912.3872106807,4571.12636823597,25043.4770746769 -8527,3857.37861631311,3765.18924794497,773.546938744918,1508.55093087879,1886.6094320848,2685.14652562192,1912.46680524175,3164.27150573509,337.593977344589,1157.25237046922,2840.08601422585,6422.09158828429,1588.71809522427,3746.30995842645,1844.97304550152,4233.93659706462,1517.81668160722,4807.34645412886,414.657319554503,1304.51220888616,880.807891474915,2508.30976956396,1982.73590345884,5756.94244439287,655.167734095878,1676.11086061981,625.016807224268,2282.76605415303,843.904296956379,4080.61045216977,1307.84462904984,2732.81206815466,1136.76752467391,3481.40795884753,1334.67729392223,4907.70773125976,18997.1376477702,5763.80059125361,139678.862100863,53455.8161359639,4466.36373374832,24390.6472451866 -8528,3702.22029954701,4029.07675417852,739.062461820498,1614.27941275874,1798.70256131026,2873.33802779005,1848.29417406987,3386.04301885361,318.38896159654,1238.35969921576,2677.39770366294,6872.19107132111,1497.71174486089,4008.87428850539,1745.60195259986,4530.67678635529,1466.06553061168,5144.2747155896,402.26275627631,1395.94040836964,853.489981926108,2684.10746959,1921.32037007673,6160.42420457534,628.167340100702,1793.58296787746,592.799782778196,2442.75627022884,796.131364480146,4366.60460683846,1260.61254308194,2924.34426326647,1102.78829326349,3725.40633554091,1294.78232186854,5251.66992525363,17932.6167490184,5460.36698812642,133827.152717046,51592.3303042826,4246.27096010808,23620.7286751924 -8529,3486.99566570768,4129.92713675017,695.348812624864,1654.68586472951,1708.28335039763,2945.25952669417,1777.17093305321,3470.79785344476,299.09097615125,1269.35663897316,2514.97949900165,7044.20643388014,1406.85648926415,4109.21899036745,1645.50381975045,4644.08254035055,1408.251419138,5273.03922040645,388.299952062804,1430.88169462965,823.100425411789,2751.2924059134,1852.96990601972,6314.62358466675,592.170703152705,1838.477503157,556.988690610478,2503.90003080039,747.905575804607,4475.90352865275,1208.98640404401,2997.54248105067,1064.50978801403,3818.65565221985,1249.83957791006,5383.12260124263,16936.7441683691,5165.89880451334,127293.00923763,49366.8293241889,4031.46193880031,22660.4987869518 -8530,3301.18883372546,4177.03830252375,655.003011215296,1673.56130187289,1603.3180354193,2978.85687725603,1692.1354452343,3510.39015801236,277.406003631245,1283.83652422642,2331.44750286471,7124.56155058348,1304.19037216245,4156.09393286522,1531.28231378472,4697.05881212972,1337.28897141176,5333.19016656543,371.450901532784,1447.20413870336,785.540767702273,2782.67712247975,1768.56140027737,6386.65615779566,560.185268295457,1859.44949989067,520.11597882843,2532.46267743447,693.929255425452,4526.96133818371,1145.9432645228,3031.73623703283,1018.31874649403,3862.21606224817,1195.60673525645,5444.52929749883,15707.2095414408,4812.47102508712,120117.47010645,46964.4398225544,3767.12499287482,21635.1561547369 -8531,3191.0639430942,4224.40939124897,634.488375517277,1692.54087907001,1540.90607860403,3012.63959199603,1620.78964057573,3550.20090227459,268.59073774681,1298.39629827998,2257.4117833728,7205.36000463094,1262.77546900087,4203.22749501741,1477.76517039769,4750.32736597624,1271.59781552747,5393.67297909223,354.35161544865,1463.61663739091,749.00791725693,2814.2349956223,1686.34107487057,6459.08615091437,541.18414929877,1880.5372038713,503.899613635979,2561.18291064698,671.867069128265,4578.3008451921,1089.3361666936,3066.11864769667,971.44169356648,3906.016804906,1140.56844748839,5506.27478838001,15080.151880383,4630.74477106258,115394.870260792,45137.8504752726,3590.00729276056,20755.2369829771 -8532,3091.347992633,4207.05948222657,612.699309798488,1685.58950964797,1491.16906678148,3000.26649602037,1590.4921060473,3535.62000895652,256.362244046903,1293.06370487725,2153.80289106346,7175.76714821581,1204.81760391738,4185.96458134478,1417.69549481424,4730.81747950619,1253.33057821011,5371.52083264599,349.853489833834,1457.60547390022,739.106244477528,2802.67675951885,1664.07941090166,6432.55828708603,524.171234187599,1872.81372198813,483.445169004799,2550.66397501032,641.452518240854,4559.49748221649,1072.3291352978,3053.52590995216,959.110250517748,3889.97455380565,1126.09011600794,5483.66017938198,14489.4512153489,4455.44797046264,112222.373936445,44144.663233705,3488.66209479203,20372.011693669 -8533,3044.58585836419,4154.35996353819,603.236228620867,1664.47505756096,1469.86180007198,2962.68380888577,1573.81280352175,3491.33124300866,252.157736878569,1276.86620751161,2118.40926129164,7085.88026248755,1185.01873170277,4133.52930686971,1395.10110762629,4671.55713264733,1237.16984243595,5304.2347475072,346.117665505181,1439.34685235312,731.251605106218,2767.56917026566,1646.3918859101,6351.9811697202,515.447412678973,1849.35401523601,475.718766670219,2518.71321120802,630.9469180477,4502.38316667404,1057.84145385727,3015.2760714517,948.868627918965,3841.2469835011,1114.06544003962,5414.96938636492,14246.7710594899,4386.6437309017,110685.897855586,43638.6093192428,3430.71500326923,20148.0279492664 -8534,3035.24736645555,4097.95652545539,600.551850821269,1641.87660276324,1466.73846462784,2922.45966985111,1576.32078462039,3443.92969684513,250.219448836971,1259.53028941412,2101.89685564864,6989.6757900405,1175.78184327428,4077.40868507244,1387.18015819466,4608.13174683721,1243.04143606029,5232.21954449555,347.729544803483,1419.80494655322,733.983176690423,2729.99408825423,1652.59550819367,6265.74079099666,514.346061765482,1824.24547249849,472.747281347759,2484.51682815418,626.144844692615,4441.25464329249,1062.42613764698,2974.33789115646,953.287534697153,3789.09465719904,1119.25367282494,5341.45074734839,14185.6123082954,4368.1198630769,110575.292206434,43661.7056035503,3430.99702521574,20186.8109084571 -8535,3118.77488321199,4085.35022763393,618.135824276713,1636.82579626689,1494.11677264932,2913.46948248809,1593.92964701771,3433.33534252124,257.523901970249,1255.65567194445,2163.345092388,6968.17386972062,1210.15542391179,4064.86559733968,1421.61045457814,4593.9560275878,1248.25065322197,5216.12398139344,349.678936381878,1415.43728577071,738.419512594663,2721.5959712138,1662.5585278015,6246.46586848524,528.524446361983,1818.63365558855,486.543088345732,2476.87385808273,644.404679764422,4427.5922780657,1067.26039884228,2965.18811393343,958.631718761172,3777.43849261418,1125.52827248579,5325.01916284977,14462.590201895,4459.65203767341,112495.953970431,44332.1970913475,3469.11137932901,20451.2599974053 -8536,3234.61544445991,4195.6878263043,638.539693289812,1681.03337156366,1525.00183044238,2992.15679412241,1638.21021630755,3526.06324980357,261.743058373191,1289.56856163063,2197.58897479574,7156.37109371918,1229.31113798503,4174.64994480994,1445.9651041916,4718.03010893649,1279.06658370165,5357.00164485076,360.319110648981,1453.66557526327,758.898621502579,2795.10114146419,1708.82568409003,6415.17112157299,547.328464577062,1867.75151800862,498.383838581479,2543.76954596322,655.213603728988,4547.17318854646,1092.56600285449,3045.2722481857,987.801358348649,3879.45997649598,1159.77630894379,5468.83787962178,14616.982272858,4526.96688967459,115413.55208862,45713.1114521698,3519.06233686648,21124.8896623698 -8537,3369.36842521534,4321.36091693984,664.312317902107,1731.3852251838,1556.68459316523,3081.7806192378,1666.49413811926,3631.67913085198,269.703373676741,1328.19490215828,2263.77484850672,7370.72528552632,1266.33490933779,4299.69288952012,1481.94239509456,4859.34887478562,1281.46779083123,5517.4594722962,364.718364914,1497.2071000756,765.717678782715,2878.82257490461,1724.37536263459,6607.32421188383,569.888660598556,1923.69612483466,515.746508958769,2619.96286489928,675.276345766764,4683.37429118261,1093.80259661492,3136.487036106,999.861749291775,3995.66112048637,1173.93639849441,5632.64552856265,14792.2076650592,4611.80337211926,117950.460764731,46860.6123634786,3523.92305627919,21623.2295474667 -8538,3462.97850013907,4285.75137171591,678.854862430058,1717.1179974143,1560.068946648,3056.38565491053,1673.1863393304,3601.75280793322,271.577990490316,1317.25010552045,2278.25786532318,7309.98789736714,1274.43657625016,4264.26189652017,1486.87781667653,4819.30611815375,1268.80634166061,5471.99365114025,364.70677029018,1484.86958303768,764.001945928928,2855.10005678055,1720.64687709306,6552.87751908159,585.261113930995,1907.84418710692,522.853031375074,2598.37344251225,680.232210465367,4644.78162747598,1081.67308687007,3110.64127151858,999.829963064455,3962.7354569965,1173.89907832565,5586.23053348705,14642.496294049,4600.39875057963,118678.589440369,47377.0126336627,3468.40632446274,21861.9387745196 -8539,3518.33541599845,4144.15795774668,687.289798029885,1660.38754845581,1542.18848884973,2955.40824354191,1644.88225879862,3482.75745983295,271.535543004967,1273.73056289768,2276.90493943881,7068.47922066396,1273.67976190608,4123.37845564397,1477.31189859144,4660.08502783675,1225.90249570999,5291.20895434327,356.635779174847,1435.81219838655,743.851943868567,2760.77275470436,1675.52600791423,6336.38238934253,594.257356883817,1844.81249246485,525.776253099919,2512.52791985306,680.334738027713,4491.32650823686,1044.63371030794,3007.87135346532,977.703642946196,3831.81390011011,1147.92059423026,5401.67165830925,14319.2175614618,4534.69005391484,117565.989274432,47063.8888187588,3351.80708655088,21684.403531467 -8540,3429.35478771007,3891.44716994904,665.19906452566,1559.13710151391,1473.48325943811,2775.18742350946,1585.77432829341,3270.37888006929,257.910429993818,1196.05846225053,2161.11492141751,6637.4432971789,1208.90788670393,3871.93480206273,1404.3267541529,4375.91300288117,1176.21968482272,4968.55098693773,344.372130985621,1348.25635821751,716.878497114567,2592.42080845012,1614.88062713512,5949.98973690885,578.473304828304,1732.31581085593,503.534934172949,2359.31394575664,646.519428333054,4217.44537925351,1000.90827989711,2824.45133253989,944.08331035321,3598.14985562534,1108.44700481817,5072.27767426869,13490.2420923641,4299.77699779436,113008.19532258,45514.9602051473,3172.82307062328,21024.8973342037 -8541,3079.78936150418,3707.48619510401,593.890408468548,1485.43177581234,1303.32238561506,2643.99556569653,1418.83807390399,3115.77776109843,226.134340226117,1139.51700837024,1893.59864742353,6323.67042911666,1059.26173404082,3688.89623835709,1232.55172714794,4169.04980091778,1043.39487725706,4733.67191927811,309.161021977076,1284.52003001703,640.745536671869,2469.86890467155,1443.60790101423,5668.71496572033,519.412155313292,1650.4237816475,444.965685504871,2247.7817382071,567.127167715012,4018.07344140107,886.203866277877,2690.93061445105,847.553372640619,3428.05396939801,995.111328655468,4832.49511911831,11725.9927193021,3768.60464671756,100459.457229178,40807.6035351789,2767.47545191021,18906.851782018 -8542,2631.67965926391,3532.29764666494,511.696347918419,1415.24118765763,1138.26251639621,2519.05976800013,1244.09589634109,2968.54900433423,196.303113008081,1085.67180973359,1644.42098937881,6024.86024210989,919.874035119615,3514.58611464212,1075.96688598354,3972.05114885065,933.851396007104,4509.99337573552,271.980072274788,1223.82305431507,567.359503760629,2353.16105318565,1277.97062920235,5400.85316014683,442.990348580325,1572.43688394901,385.790327343044,2141.56809392047,492.18239289947,3828.20882244437,793.621139975659,2563.77701131195,745.623190379505,3266.06933418542,875.435232288896,4604.14691747828,10393.3299006047,3309.01026033627,87764.4321584877,35497.5575363467,2481.01641984209,16445.9721862641 -8543,2109.11287722409,3228.05699661282,423.302168488,1293.34492013328,1014.10571298511,2302.09040188227,1063.14497406021,2712.86463989713,176.889433904401,992.161712290789,1486.39859565354,5505.93245632057,831.477755885643,3211.87097816645,977.87110516331,3629.93404988319,858.707958331192,4121.54272587026,232.63427931145,1118.41383945314,497.07582970941,2150.48072437064,1118.70805251979,4935.67178512015,356.26811517629,1437.00117960222,334.578876835134,1957.11249753538,442.542512929218,3498.4810199826,737.369518329104,2342.95610024103,637.758171328788,2984.75921914287,748.791051653301,4207.58672034098,10085.8182112101,3064.66983819005,76397.6105939945,29559.0970296572,2440.04867310271,13585.9025515173 -8544,1615.90094187918,2954.68228058369,320.771900062232,1183.81531745274,885.951891933952,2107.13309147905,881.400347229322,2483.1200593846,150.438923110466,908.138435552778,1284.59123410813,5039.65112259518,718.588566815062,2939.86700875086,863.962198004722,3322.52554032697,832.280142342458,3772.50131381682,218.927462428026,1023.69863892094,491.601950365138,1968.36279461667,1104.51694466056,4517.6841615788,298.190046895274,1315.30574800994,267.642334795606,1791.37035797211,372.082845139754,3202.20488347863,698.36819749495,2144.53799323605,600.18144576545,2731.98868107471,704.672266324945,3851.2584937799,9611.39411914698,2782.96067604035,67478.0648131623,25702.5828054277,2427.82254359108,11865.5255160866 -8545,1733.45062154942,2796.45374728484,342.335689974534,1120.41988485135,926.951638220453,1994.29233674844,936.539708756465,2350.14452845077,157.965099708113,859.505994212439,1348.14465762551,4769.76876986092,754.139769648274,2782.43185981957,904.203135750141,3144.59834099708,861.800702435641,3570.47710509706,228.679098410083,968.877741513151,512.014574820241,1862.95343807134,1150.49047522244,4275.75407539273,319.712198475557,1244.86876711531,283.176177533317,1695.43926372228,390.846676905801,3030.72107103463,722.524313986635,2029.69413895661,626.91519089445,2585.6857892761,736.060322220909,3645.01669687673,9951.89920767924,2901.19831214542,70838.829948045,27107.3914301522,2504.78817166763,12515.3597619692 -8546,1750.60160908604,2730.10823266532,348.282023359768,1093.83806352762,985.845772423736,1946.97800104316,972.070525970685,2294.38764410334,168.608770499202,839.114322238621,1440.96137496224,4656.60660368536,806.060590930998,2716.41901272252,965.234907411501,3069.99313953158,912.68762397644,3485.76798333709,240.118503167307,945.891238544347,538.728772565666,1818.75510127387,1210.43434721534,4174.3123459188,324.690661850238,1215.33441165951,295.800192720886,1655.21517971338,416.767286145505,2958.8175935245,766.52138756445,1981.53989993154,658.2758909626,2524.34071804062,772.880879981364,3558.53913264531,10786.4054891995,3116.63250568915,74371.3607940359,28150.0591106635,2699.90107436406,12955.2441259388 -8547,1961.91467847047,2743.10441176265,390.107637001706,1099.04507884188,1105.95442278554,1956.24623242584,1098.68948415824,2305.30965532058,192.409508526915,843.108771940089,1645.11098902541,4678.77352464593,920.260014600078,2729.35002680114,1092.66994135154,3084.60727833807,994.036568083993,3502.36134196704,261.685187822291,950.393980155699,586.545542304624,1827.41295107906,1317.91338872223,4194.1833935962,364.440992031474,1221.11978803693,334.562559753977,1663.09452774171,475.442059883712,2972.90250155184,836.342878785043,1990.97265688963,717.400149897687,2536.35737865569,842.298596627761,3575.47890497351,12148.5956144834,3520.27355085178,82763.4880472595,31088.1797059273,2995.63514095827,14239.8630475198 -8548,2478.70357031401,2828.42435857962,487.467661758494,1133.22914681762,1328.89939822439,2017.09219359151,1351.98137284469,2377.0126850504,229.957940659606,869.332343771476,1963.56454003842,4824.29941370056,1098.40001333554,2814.24216511458,1307.73483503423,3180.54913451042,1206.28427875197,3611.29678100796,317.815703166257,979.954489589588,712.980367361708,1884.25175573051,1601.95402884615,4324.63686906282,458.399367935014,1259.10079777382,407.784474650201,1714.82246636849,568.765972161479,3065.36995639489,1013.75116426118,2052.89872885082,871.279857254075,2615.2467842969,1022.96856383401,3686.68855077096,14379.6669109238,4192.05673105566,100707.658385853,38118.5399530563,3578.17721317781,17534.0558980466 -8549,3353.28529516269,2973.20183973685,647.213974972349,1191.23531585394,1650.25402010982,2120.34032400881,1751.92812117373,2498.68392867991,282.696144080161,913.830527588189,2407.98088237599,5071.23899168334,1347.00244345509,2958.29370773259,1597.48722036245,3343.35069255614,1463.27135429872,3796.14685489436,410.318664584289,1030.11504708201,899.023333072288,1980.70023321348,2021.57084571064,4546.00041054251,616.183212325832,1323.54991110146,518.339297633063,1802.5984313009,700.442958892113,3222.27588168708,1220.11320176094,2157.97967476063,1124.87326442981,2749.11242609373,1320.71225821244,3875.39767448246,16762.1243402147,5055.21011711053,127414.595739225,50160.3359005349,4134.46272043576,23200.8360060225 -8550,3474.00255494623,3267.69535073861,670.686423938809,1309.22631999853,1721.31483112797,2330.35851321833,1826.54625786327,2746.1767807312,297.037697308528,1004.3447863019,2531.14511798945,5573.54157868902,1415.89938841501,3251.31057894564,1675.41209574671,3674.50718210283,1514.15800903294,4172.15247975132,421.086901085542,1132.14720409755,925.060732628491,2176.8871715253,2079.93200796805,4996.27849258304,639.051534819497,1454.64658106075,541.150996885665,1981.14451379863,735.766987057041,3541.43999800496,1265.31804161915,2371.72601468182,1154.39398183999,3021.41004130392,1355.37249469216,4259.25303621175,17664.6836545784,5305.61821839078,132258.931414036,51609.718052352,4345.10206031667,23830.5802638909 -8551,3416.67575476077,3635.4223629423,660.227499134086,1456.55886825542,1707.51266577223,2592.60320908189,1811.66859466488,3055.21519287484,297.315765748707,1117.36777891524,2534.74626500924,6200.75481986863,1417.91383706384,3617.19374631976,1670.63366377013,4088.014379795,1479.4232018736,4641.66172133052,410.839441824626,1259.552321176,902.903515303502,2421.8611147996,2030.08598620098,5558.52997719583,629.837963328537,1618.34386114681,537.36827524096,2204.09074183003,736.197724482903,3939.97260572515,1237.75332989557,2638.6259632794,1126.30095574619,3361.42156865753,1322.38850875738,4738.56405670563,17617.90194427,5290.93397169546,130437.378794212,50649.6080615546,4294.52340168797,23322.2798654938 -8552,3251.83449972563,3887.028467165,624.279809591604,1557.36671554944,1608.82910275885,2772.03622349082,1705.11509355825,3266.66539466627,275.410313679662,1194.70034877083,2346.3706012544,6629.90654082702,1312.53821667483,3867.53825539453,1556.84813426181,4370.94419356061,1425.58994916404,4962.90924258921,397.857401616869,1346.7254254145,873.077978960541,2589.47713825664,1963.1252743153,5943.2335778073,598.36006950131,1730.34878204583,502.244932039767,2356.63496628057,682.296449778284,4212.65650847486,1189.5736503309,2821.24419380167,1090.71117831734,3594.0641892678,1280.6025966874,5066.51814921237,16396.7298902197,4934.89578329859,123850.667527348,48597.8378054249,4046.70176233897,22487.1386959682 -8553,3051.16497800491,3996.19640940146,584.543963795219,1601.10565934166,1517.00812875122,2849.88939407593,1597.03742575781,3358.4103206742,256.584633561028,1228.25373788702,2185.6002266949,6816.10874140158,1222.60474213945,3976.15881128414,1456.37403843273,4493.70300206232,1361.6261013611,5102.29350336744,382.501318551736,1384.54846805284,838.058112055547,2662.20310181461,1884.4838764639,6110.15043612222,561.771464212896,1778.94596045165,468.724269875555,2422.82151264743,635.738537773679,4330.9697768916,1134.08136922286,2900.47937969896,1048.61305123401,3695.00417340284,1231.17523962872,5208.81228606405,15353.0211936437,4625.63791777995,117104.241793169,46309.4818381321,3811.07377094508,21482.6310288398 -8554,2906.48344842793,4061.50223221445,555.049207975034,1627.27092045041,1434.00089624009,2896.46227306864,1512.92736647786,3413.29344624313,241.115177705466,1248.32585465964,2053.09165913045,6927.49755820069,1148.48066349978,4041.13717976352,1370.08663591487,4567.13907525844,1291.37288737995,5185.67515965613,365.56254024835,1407.17475256627,798.885410570769,2705.70881230729,1796.55680202905,6210.00248563694,534.766923542228,1808.01748691962,442.470460335189,2462.41525034266,597.564768102793,4401.74646449201,1074.02079097531,2947.87899999733,1002.17602438103,3755.38791412034,1176.65358591089,5293.93467179553,14378.8307107695,4348.86554396964,111050.919800663,44199.3553118687,3576.47821744156,20536.8899012948 -8555,2792.50597080515,4113.42198204794,533.558870136986,1648.07295237618,1370.86202925648,2933.48886766881,1449.19034418367,3456.9268931071,230.36157244032,1264.28368562439,1961.19018636187,7016.05443189661,1097.07182164293,4092.79659527533,1309.13954183383,4625.52257591526,1236.71906874654,5251.96564569147,350.446815909526,1425.16321027183,765.974834328688,2740.29693183189,1722.5371086838,6289.38734303337,513.311488256406,1831.13007193087,424.060081179846,2493.8932544097,570.98383012647,4458.01568760217,1027.95289421228,2985.56287445278,960.736831751411,3803.39448653642,1127.99988294988,5361.60908093764,13706.797174531,4151.66673937543,106380.76684857,42426.7759470968,3411.08507342235,19716.7716469748 -8556,2722.26262880667,4100.81568422648,519.42448858398,1643.02214587983,1333.08661995938,2924.49868030579,1408.7176306211,3446.33253878321,222.890363079702,1260.40906815471,1897.17914056041,6994.55251157673,1061.26462909678,4080.25350754258,1268.58457615396,4611.34685666586,1208.59586638025,5235.87008258936,343.955795805648,1420.79554948933,750.717092387993,2731.89881479146,1688.3074764378,6270.11242052195,500.39772350727,1825.51825502093,411.419420426022,2486.25028433826,552.550162728733,4444.35332237539,1003.61226964625,2976.41309722975,942.941943036986,3791.73832195155,1107.10692691489,5345.17749643902,13260.5372824774,4023.20187051859,103692.283580996,41530.7816392812,3308.46423598695,19322.4329265178 -8557,2683.81066687064,4011.27198471814,512.068532298938,1607.14580013669,1315.56463199091,2860.64054787396,1387.49737556846,3371.07986004282,219.728140273749,1232.8873018655,1870.26028479119,6841.822382617,1046.20646781255,3991.15879514118,1250.74515712817,4510.65541158328,1193.10618830496,5121.54180903552,340.294582050286,1389.7716509426,742.736672973826,2672.2462126275,1670.35928988465,6133.20086299295,492.595854721737,1785.65700041655,405.584492229712,2431.96156094607,544.711553476255,4347.30827840073,990.200957379369,2911.42138326021,932.904862532883,3708.94350671002,1095.3224035578,5228.46243182372,13061.0464626782,3966.58436968277,102360.133620988,41077.9603281996,3256.48725942338,19112.3050324036 -8558,2669.2838162019,3929.2660634134,508.282897439274,1574.28952100295,1309.36039627455,2802.1579855985,1377.20483898848,3302.16194304097,216.880092023487,1207.68231465955,1845.65595144568,6701.94905813854,1032.44302916627,3909.564065261,1238.81307682161,4418.4401606294,1200.87855671318,5016.83767624404,342.29298099196,1361.35934056501,746.551108459,2617.6151595714,1678.97978429194,6007.81450444313,490.275190524173,1749.15126158575,401.331330299145,2382.24285597097,537.727138631127,4258.43247493387,996.142777049442,2851.90066420896,938.383398449427,3633.11834937995,1101.75474555653,5121.57242776457,12970.5497332262,3934.57988188184,102093.306320724,41067.3478277351,3256.12137937888,19146.1287096382 -8559,2712.97835168262,3897.2304729565,515.964345269983,1561.4542246546,1317.71929143803,2779.31178883468,1392.77766942896,3275.23917784198,217.795132072049,1197.83599338477,1852.82832985885,6647.30758265061,1036.4551919366,3877.68910662027,1244.97447046653,4382.41629837119,1212.2724526851,4975.93503575314,345.458371468463,1350.26007938107,754.166830080139,2596.27355381794,1696.05258485254,5958.83235818496,497.975800365599,1734.89030481698,404.952615553934,2362.82025763553,540.124639669022,4223.71316691204,1005.30054578922,2828.64891178805,947.061197988734,3603.49727265879,1111.9433388748,5079.81587726804,13005.9115477134,3950.39569317416,103039.177148118,41503.8790469858,3275.34648583724,19369.7231599807 -8560,2826.60468658682,4039.14879534263,536.194485750968,1618.31485057432,1342.76298186228,2880.52090879729,1440.51729716156,3394.50757953342,223.527334688085,1241.45539846089,1900.75037195379,6889.37043909716,1063.26234321828,4018.89582676814,1270.84874100045,4542.00274658827,1214.55661435427,5157.13457154573,350.517087349724,1399.43003393738,761.378405860627,2690.81730476367,1712.56555715392,6175.82427013937,518.051706590808,1798.06663562218,418.178272426515,2448.86276638385,554.516926340766,4377.52041312134,1006.04560314818,2931.65465162457,960.929478275087,3734.71924970312,1128.22606898644,5264.79825188891,13080.3612461097,4012.11564072604,105238.726251062,42603.1697632832,3264.9170358615,19861.9280551746 -8561,2902.53526582515,4222.5899242844,547.771746552722,1691.8118961684,1340.09170720977,3011.34203825393,1460.8182458639,3548.67181911503,222.62953963352,1297.83707474058,1891.46236663253,7202.25663247117,1058.06671813914,4201.41715116494,1263.12193060333,4748.28138441697,1204.39570030551,5391.3499064697,352.370352966764,1462.98625291017,762.002606653016,2813.02289538986,1714.23255002297,6456.30420134829,531.132262076096,1879.72725033669,421.317522843734,2560.07980077657,552.636174897536,4576.32895601892,995.556450361412,3064.79806035007,966.010136613182,3904.33447067146,1134.1912634302,5503.90321778933,12798.4103412102,3969.41383705575,105678.430855064,43166.1992050814,3189.6504035212,20154.5522754689 -8562,2992.44925248682,4188.60490223553,562.016306217109,1678.19554562885,1348.54070434536,2987.10560341137,1495.03936078376,3520.11074826057,225.560038739325,1287.39158455759,1915.38026655192,7144.29011077594,1071.44617221601,4167.60253570876,1273.33692815515,4710.0653960219,1192.41809932804,5347.95825614847,352.385458793004,1451.21157884665,760.218565735505,2790.38260901633,1710.36018482216,6404.34139071041,547.105308271531,1864.59848500687,429.372828667631,2539.47529737076,560.115836295129,4539.4969066696,984.528205284948,3040.13139095428,966.051548670543,3872.91089048699,1134.23988527368,5459.60569528172,12711.130264876,3981.15641949651,106640.152123685,43728.1861934928,3143.43697201224,20405.1539695452 -8563,3044.20279890694,4038.04411807084,569.986519556357,1617.87225345185,1346.38333264284,2879.73310766886,1511.46142413084,3393.57920685837,226.021870012105,1241.11586960664,1918.43754903149,6887.48624732145,1073.15638802397,4017.79668853321,1272.69766563599,4540.76054248616,1180.91448608367,5155.72413344666,350.306940275894,1399.04730019067,754.321138285835,2690.08138616554,1697.20201703352,6174.13522795462,556.150904523922,1797.57487771818,432.658553580027,2448.19302055946,561.443774212743,4376.32319371888,975.151557032127,2930.8528657963,960.353367936094,3733.69783165671,1127.54965857573,5263.35836857088,12597.4763129041,3965.70962476148,106736.69391956,43803.7382347924,3109.35198621528,20444.852128565 -8564,2972.77379086741,3774.67646404369,553.040456386449,1512.3520542048,1283.97756184284,2691.91233835211,1461.54686031657,3172.24457842628,215.369576724017,1160.16832039801,1826.6786451488,6438.27344972382,1021.82729789566,3755.74960403465,1210.13108707086,4244.60492441804,1118.37871517288,4819.45961276933,335.366560914182,1307.7992121187,719.65281982466,2514.63000349095,1619.39398961227,5771.44831738921,542.261461988189,1680.33418776035,415.579012391453,2288.51798146197,535.264790175707,4090.89244083623,922.02327634597,2739.69798462272,919.394876999653,3490.1801260504,1079.46034685664,4920.07377204277,11811.4743211819,3755.16420761938,102276.603506308,42247.3873069646,2909.8738563991,19742.4554284324 -8565,2657.56376901543,3563.42350363956,490.840319509255,1427.71199255517,1127.6657002756,2541.25718789291,1291.77854948308,2994.70722795344,186.363673214593,1095.23851923867,1579.09346495223,6077.95003151794,883.330416492269,3545.55590135661,1050.70355393192,4007.05202032922,992.705908569054,4549.73447991516,301.218433928623,1234.60712325864,643.456155565641,2373.89660882289,1448.16141924434,5448.44433162196,484.352038505292,1586.29286395047,363.703269986498,2160.43913732071,463.504164641168,3861.94218587961,816.567144818803,2586.36847005956,825.779064725242,3294.84924378931,969.54614163637,4644.71768267947,10155.3510828941,3256.06882003436,90476.080017466,37780.1142057557,2524.37915817048,17725.6241071413 -8566,2280.48489240073,3411.82302766834,425.319379283857,1366.97214016319,991.807090432766,2433.14323543781,1115.70217349022,2867.30192777273,163.711315063109,1048.64324908653,1388.06181437216,5819.37281868699,776.469061407631,3394.71557556338,927.46092316788,3836.57803852411,891.220365150539,4356.17289174206,265.497459840051,1182.08262614728,571.165972236253,2272.90275966731,1285.14950241681,5216.64848890696,415.044180927627,1518.80642767395,318.185227147042,2068.52651419574,406.975797587897,3697.64168301917,733.90358085086,2476.33532617489,727.851350975407,3154.67485444106,854.569338419623,4447.11517746868,9124.62974105756,2886.35868274514,79474.2296250319,32975.1783546043,2285.05249750272,15453.5154456826 -8567,1838.46968531257,3130.52063955342,354.348620433336,1254.26625700452,894.376653161404,2232.53230186836,946.84152928248,2630.89491803395,150.399584739916,962.18335715883,1279.98860026402,5339.56965833771,716.01389561243,3114.82368473764,858.687547070597,3520.25490110639,826.287362108334,3997.00952730286,228.388831760817,1084.62075224943,504.254210357812,2085.50353964259,1133.58636693333,4786.53952194554,336.490578214188,1393.58191522878,279.666271917297,1897.97797061552,372.879472573954,3392.77374954449,688.165168580311,2272.16323536677,626.119435737551,2894.57415077507,735.126027110975,4080.45368609028,9073.05780072603,2721.13868856716,69878.2448792963,27614.5609135893,2291.11672035872,12840.3572614239 -8568,1719.00412088397,2859.35527176473,354.365169264886,1145.6218460435,961.971144351954,2039.1505892269,971.338092983214,2403.00707757434,170.099524729598,878.839136192011,1443.91897778788,4877.05669741278,807.715046853826,2845.01798552038,955.234591486934,3215.33079266652,855.921854314627,3650.78898339979,229.346194097486,990.671017026819,499.264218930558,1904.85744288584,1122.90898404044,4371.92997313623,333.046269708785,1272.86999663859,305.78620995788,1733.57531887955,422.501702300336,3098.89204501426,743.872282223966,2075.34869544345,628.744008758088,2643.84644297164,738.207534930929,3727.00521794946,10298.5651950627,3046.73863055762,72553.7411210252,27373.8917735642,2578.32858587542,12523.2483869382 -8569,1843.53693058428,2697.61776916413,378.043505549298,1080.82051892846,1005.80790953106,1923.80741134871,1017.10536423936,2267.08260281728,178.559939260519,829.128193141678,1514.96614135876,4601.18927440653,847.458179214621,2684.09146184713,999.708302944436,3033.4577747957,886.231573655032,3444.28456664278,239.54006597857,934.634379056391,520.003316776491,1797.11046626324,1169.66587837293,4124.63470263165,356.916387078835,1200.87096370118,323.406852691803,1635.51680008885,443.67753391806,2923.60530637819,769.563676268721,1957.95799609909,656.690127055368,2494.29905193275,771.019036610081,3516.18968128531,10666.5817089958,3172.97689655375,76128.2795010318,28855.5946548393,2660.42835496474,13200.2545532742 -8570,1863.16518797246,2621.59010095952,385.031390566129,1050.35947113246,1070.59106544165,1869.58824315095,1067.57602448238,2203.18881998057,190.728383575747,805.760656091834,1620.34887771653,4471.51275184656,906.408316406669,2608.44500910473,1067.87136287381,2947.96503974216,938.639935687275,3347.2133925023,251.551328467693,908.293333532534,547.122356610199,1746.46203125593,1230.58509835433,4008.38904239712,362.900890771205,1167.02650277404,338.184050255992,1589.42260170331,473.464496479184,2841.20857221692,816.540038608154,1902.77635302588,689.618553696041,2424.00156839335,809.680260130252,3417.09198646398,11568.0193132169,3412.37432125175,79964.7260730722,29987.7496220386,2868.49287192964,13676.6055839978 -8571,2088.60291864862,2612.10288486079,431.451809765776,1046.55834780646,1200.12984102082,1862.82243042076,1172.62739656385,2195.21574728938,217.703070843774,802.844706163049,1850.31924355664,4455.33089040703,1035.05163204763,2599.00536349653,1209.81205009519,2937.29671238874,1022.32629748102,3335.10023386183,274.147663119208,905.006330299991,595.682084325843,1740.14179732894,1339.85075146344,3993.88316940078,407.495129819159,1162.8031756335,382.650009494855,1583.67067439437,540.257925517259,2830.92658355046,891.0112038026,1895.89043655782,751.565559566102,2415.22940119048,882.412160335578,3404.72594568097,13047.2971363003,3849.04297062291,88926.7439419503,33108.4039796924,3184.84721860069,15020.8921463692 -8572,2636.77653246494,2653.2358038374,538.561993236896,1063.0385561375,1440.82027009754,1892.15639140001,1424.59463281734,2229.78392298903,260.008248640511,815.487143197516,2207.08562081088,4525.48921594284,1234.62347475674,2639.93203512806,1446.88329361866,2983.55047535543,1240.56148033425,3387.61822941759,332.939716452701,919.257511703793,724.092615999004,1767.54390004556,1628.62957154707,4056.77505385186,511.935380488056,1181.11389726942,465.922343937629,1608.60881826038,645.82965048148,2875.50533060701,1079.91024085075,1925.74512113683,912.741773723409,2453.26214325623,1071.64894682613,3458.34034091514,15429.2953021371,4577.87251390338,108154.533305468,40565.1933889493,3802.48650884732,18474.9540518268 -8573,3562.84055031701,2704.11586186437,713.820220364374,1083.42402784829,1786.76952099638,1928.4415292876,1833.62216434009,2272.54361107449,319.229080262205,831.125418961066,2703.39539287386,4612.27274026229,1512.25461401222,2690.55697202221,1766.18399466811,3040.76484774287,1504.22012680866,3452.58124998164,429.563562539826,936.885750953982,913.139118050649,1801.43939326537,2055.46207992782,4134.57023128908,686.797101361617,1203.76365329284,591.199084485101,1639.45647601375,794.265427221819,2930.64776380745,1299.03527069142,1962.67437686558,1177.6324320119,2500.30738515433,1382.65672925831,3524.65957155731,17995.9364911169,5512.33544326586,136691.58785666,53302.9915786606,4394.85981064195,24432.0541584866 -8574,3691.74681733744,2763.37845871826,739.91966284454,1107.16802576261,1863.22623121389,1970.70467877695,1886.48185509891,2322.3479991761,335.493564806785,849.340115799151,2842.2190561343,4713.35393424557,1589.91129932472,2749.52241628962,1852.93361754189,3107.40534338164,1556.68019375571,3528.24699108709,440.884394432632,957.418259690004,939.565943800317,1840.91920181403,2114.76187219697,4225.18223953789,712.487563022227,1230.1449785528,617.398470420529,1675.38631525168,834.504781353909,2994.8749662719,1347.35916614629,2005.68776323412,1208.66806900936,2555.10337620889,1419.09563088405,3601.90495966446,18970.5594301607,5781.90311175984,141860.797605449,54842.3686527012,4619.42271669669,25083.2895348625 -8575,3631.62927039612,2990.5517424561,728.638164893601,1198.18668275058,1847.89223294561,2132.71341548937,1849.4980296159,2513.26481670081,335.892960772978,919.163119053602,2846.93646138277,5100.83183734751,1592.55017259941,2975.55661513368,1848.57955480141,3362.86057193832,1520.99259977291,3818.29899329281,430.161367320786,1036.12620838887,917.058806936431,1992.25846511787,2064.07596425196,4572.52826473337,702.45820772567,1331.27339017872,613.30670775914,1813.11736311607,835.218787192001,3241.07923783151,1318.0830521632,2170.57240793024,1179.27129144846,2765.15467136599,1384.58091202254,3898.01227526469,18936.4593151679,5763.25346387057,139870.124634258,53820.0627234375,4567.57449126798,24542.4212649076 -8576,3455.29026103236,3260.8073767625,688.650228202985,1306.46660226079,1741.85472852816,2325.44635125977,1779.52797277545,2740.38811558063,311.032859613992,1002.22772825072,2634.47279320207,5561.79311219256,1473.69994323113,3244.45714242471,1721.37053616403,3666.76168959856,1465.53984267908,4163.35800088462,416.539318723276,1129.76075137111,886.777923964726,2172.29851175841,1996.01876415057,4985.74683875964,666.994468062231,1451.5803320016,572.943884479582,1976.96845991684,773.770554912424,3533.97499777515,1266.58352807624,2366.72665418026,1141.92695496884,3015.04121205215,1340.73497441957,4250.27495811017,17603.0519282778,5380.49199087921,132863.7519584,51642.7858621885,4301.49966458617,23677.0554310508 -8577,3241.79864639379,3490.83981927143,644.744994072704,1398.63080236535,1643.46561495156,2489.49409842688,1703.84252550018,2933.70777504342,289.745586155827,1072.92951024577,2453.75185645889,5954.14773683072,1372.60630699911,3473.33616373891,1609.67681702759,3925.43202798389,1399.70244468308,4457.06054118415,400.43211348846,1209.45930300609,851.221051795052,2325.54250159949,1916.08485646053,5337.4644934804,626.114960460066,1553.98152614996,534.644209253952,2116.43296396532,720.900407046485,3783.27794841765,1207.36020594042,2533.68650494968,1097.76965456506,3227.73617196175,1288.88994460422,4550.10902280103,16473.4067936273,5049.42102044807,125684.868349406,49222.4299007144,4049.96234519486,22637.8122842529 -8578,3087.58340756499,3580.77341266195,612.073084614823,1434.66336197722,1553.64552742842,2553.63028386857,1625.37745655204,3009.28812127151,272.225663144695,1100.57111264139,2304.58142144441,6107.54288793306,1289.16173236549,3562.81881502924,1513.92767333734,4026.56190679927,1327.40545387774,4571.8866263614,382.668137162106,1240.61828674933,811.445263457394,2385.45484492633,1826.70930382728,5474.97219545029,595.859249107199,1594.01634583364,504.574309222277,2170.95807295736,677.477735053899,3880.74554885522,1143.31046025747,2598.96120780406,1049.07037821182,3310.89149488965,1231.71218664729,4667.33229167749,15424.6854268159,4748.53304538297,119195.205077322,46976.4417714394,3800.2596791455,21645.4498332276 -8579,2966.29754051663,3635.87722968344,588.302937140267,1456.74111398082,1485.22419296834,2592.92759751741,1558.89966562676,3055.59746366473,260.061359018976,1117.50758480009,2201.23943095307,6201.53066290858,1231.35316971362,3617.64633228288,1446.45275028341,4088.52587518482,1271.19040313549,4642.24248948615,366.836841826194,1259.70991729618,778.021289251621,2422.16413985771,1751.45434577183,5559.22546458735,571.892456406002,1618.54634953046,483.516982448284,2204.36651929763,647.280861660238,3940.46557801845,1094.22982740851,2638.95611011605,1005.66947447107,3361.84215221616,1180.75524118466,4739.1569493533,14702.8276674503,4533.30211838533,114182.45972616,45090.8564833874,3624.40758764054,20781.6610345544 -8580,2891.42502060646,3592.01511025998,572.642818115473,1439.16743129736,1444.53401020584,2561.647305925,1526.93607134742,3018.73566322573,251.598874393301,1104.02631245652,2129.17189444897,6126.71727913312,1191.03925008273,3574.00414487265,1401.35380138073,4039.20313987923,1242.24069772278,4586.23988499661,360.025817527439,1244.51315917127,762.530052747767,2392.94388679243,1716.66382577907,5492.16065578716,557.420231947432,1599.02069759263,469.036404319263,2177.773710626,626.309985458782,3892.92899720212,1068.25386629647,2607.12054451714,986.997306231258,3321.28590879862,1158.83227238318,4681.9851982331,14220.4740826422,4394.68250497215,111311.362923733,44139.5445516463,3514.94122885479,20370.9139825753 -8581,2850.5816460762,3487.20089164544,564.53278966571,1397.17283908752,1425.78831778841,2486.89899543776,1511.6729932215,2930.64961402146,248.02915183461,1071.81106510428,2098.95972241129,5947.94100326214,1174.1388378516,3469.71548230551,1381.63318694468,3921.34007195322,1226.2874506552,4452.41440398688,356.183120113602,1208.19853622844,754.428951501857,2323.11830533366,1698.42304193249,5331.90060398571,548.739160518938,1552.36162188664,462.383941677471,2114.22674804598,617.424467920742,3779.33417690246,1053.94178536296,2531.04533483137,976.46269506874,3224.37150932077,1146.46359891765,4545.36588983545,14007.3252580775,4334.24672484977,109893.217168304,43661.9104738052,3459.81587310205,20154.6661777978 -8582,2834.90976047335,3345.21758379404,560.291885377073,1340.28617626031,1419.38818654473,2385.64353105929,1514.15326702162,2811.32659843349,244.789154105617,1028.1716863751,2071.14816201417,5705.76730441635,1158.58130577757,3328.44410254038,1367.99612584998,3761.68054790341,1234.27685809481,4271.13189556649,358.2770764696,1159.0060663808,758.30176062782,2228.53126209458,1707.18637084178,5114.80932980576,546.06829798191,1489.15636216528,457.474642230001,2028.14483978694,609.441388372181,3625.45650120043,1060.23720480276,2427.99242789326,982.203198060802,3093.08944474801,1153.20351612402,4360.29881039649,13901.2753923673,4301.26322683488,109630.386723755,43653.2949071863,3458.37339611996,20194.0938292802 -8583,2880.92002220068,3272.37397647428,568.63597716913,1311.10084601675,1428.22570152793,2333.69507741512,1528.66499288733,2750.10870582884,245.779363642084,1005.78278858189,2078.8601834025,5581.52167238501,1162.89533988394,3255.96574526825,1374.51210002599,3679.76827349073,1245.98563255104,4178.12609046766,361.590618652675,1133.7681915144,766.038002927783,2180.00399829498,1724.5458208441,5003.4320716744,554.518997315775,1456.72931711781,461.496446468981,1983.98107985313,612.046224632481,3546.51056626104,1069.97129267067,2375.12180810171,991.287149959696,3025.73604029096,1163.86897240719,4265.35135589307,13934.775243478,4317.55543427546,110638.454888318,44111.7317349125,3478.27514399121,20425.8515897163 -8584,3001.05837439497,3376.86329297507,590.776751981493,1352.96526379075,1454.28151772827,2408.21168380345,1555.73302021936,2837.92170673912,252.189687963575,1037.89817541809,2132.16651058883,5759.74377926358,1192.71441091442,3359.93113483525,1403.30973779184,3797.26599060453,1248.21080171595,4311.53674052956,366.837497675249,1169.97024673589,773.381258425909,2249.61313508327,1741.37639939762,5163.19535089796,576.713783391986,1503.24375946657,476.425277302698,2047.33106016549,628.200815880991,3659.7532664217,1070.66133386094,2450.96120057911,1005.67127245671,3122.35002543897,1180.7573521973,4401.54717306344,14025.4084580659,4379.87729723537,112933.249571062,45258.5013534811,3468.45724400683,20932.8407947767 -8585,3080.63995477479,3534.63695953277,603.22403127697,1416.17845066674,1450.48436383751,2520.72805009852,1565.41343259741,2970.51496688305,251.062206248869,1086.39081087358,2120.84127491792,6028.85028895789,1186.37917784298,3516.91369780342,1394.39689187909,3974.68169454461,1237.63022300804,4512.98018109369,368.724849531595,1224.63354802349,774.035968702094,2354.71946657049,1743.11538277799,5404.42994969251,590.944319522687,1573.47825197754,479.725436975346,2142.98637694772,625.767888507196,3830.74410657241,1059.34230831975,2565.4749080219,1010.84537694432,3268.23233367894,1186.83226164545,4607.19607731893,13723.8583346735,4329.51982565777,113355.941982222,45834.2220350121,3388.58430461933,21231.6035797017 -8586,3175.47633522266,3428.39316153269,618.746433516546,1373.6110868986,1458.40287936575,2444.96023438394,1573.56586265434,2881.22749670974,254.299098835732,1053.73617415104,2147.12227591521,5847.63565231881,1201.08052901187,3411.20262400122,1405.81792308873,3855.21107170427,1225.21594504675,4377.32943103705,368.702184964547,1187.8236236126,772.23980182825,2283.9415218431,1739.21033700547,5241.98408312842,608.525518241067,1526.18278501034,488.740921732724,2078.57268627566,634.05840118016,3715.59994673131,1047.52562759866,2488.36209529948,1010.78324288189,3169.99610182484,1186.75931012238,4468.71339437597,13639.2302916596,4336.32438119455,114315.201442432,46407.1477777111,3340.53161433191,21480.3183886613 -8587,3229.87942661311,3216.29544680838,627.37049424597,1288.63256818026,1455.03119392557,2293.70264697445,1566.48073636698,2702.98021325648,254.759885559405,988.546732937757,2150.07498303873,5485.87137968133,1202.73224632379,3200.16840274266,1405.05804452024,3616.70824558069,1213.37847759501,4106.52572645163,366.516258642248,1114.33885561967,766.252846642313,2142.6453651531,1725.83967844973,4917.68847516621,618.421176774141,1431.76541054341,492.340750191143,1949.98168288842,635.403796531937,3485.73416984966,1037.53281170814,2334.41944958972,1004.79060766882,2973.88413414683,1179.72336479843,4192.25621631961,13519.1797508122,4314.24265946897,114364.089010395,46468.2478806512,3304.52365373069,21506.5009139368 -8588,3153.29782337114,3068.07397551152,608.495267808394,1229.24653901236,1386.7322898456,2187.99843333033,1501.69039374554,2578.4146344031,242.660077333297,942.990019126798,2046.49885382226,5233.05756307484,1144.79270861428,3052.69013872841,1335.70971492324,3450.03393773891,1149.01947396023,3917.27840910798,350.846238671891,1062.98507067212,731.051457466622,2043.90255568715,1646.75129460988,4691.05910195609,602.723048977753,1365.78317128325,472.694747476248,1860.11768910438,605.53087952756,3325.09574102697,980.890994123483,2226.83882114169,961.831834307644,2836.83407481008,1129.28552404787,3999.05804944943,12676.8849694007,4081.3394490741,109539.588999374,44798.0903597269,3092.66360162451,20758.0482905683 -8589,2818.03451470894,3033.82903681418,539.794089327702,1215.52605094447,1217.87960661511,2163.57663880473,1341.59962492346,2549.63512915119,209.870019503561,932.464642080822,1768.25752280209,5174.64771478645,989.147057314694,3018.61690988936,1158.91511117117,3411.52567436435,1019.82241149069,3873.55490046671,315.087705254374,1051.12034417859,653.660906611098,2021.08911693648,1472.65517113796,4638.69888096588,538.058783103447,1350.53870151238,413.442442621388,1839.35560294164,524.063778830648,3287.98200103141,868.556125890502,2201.98350163912,863.801153063013,2805.17016782419,1014.18782682744,3954.42174053263,10889.4305622505,3539.62009598325,96907.9019215795,40053.8776860035,2681.77257981807,18640.251426251 -8590,2418.71939149691,3058.32684276431,467.873268067295,1225.34127815802,1072.23740004213,2181.04726091709,1180.40523616087,2570.22312731446,184.423244963809,939.994182335024,1554.83998434797,5216.43237504215,869.763241654904,3042.99187973734,1022.96321272629,3439.073335406,915.644594365332,3904.83339214747,277.763714862566,1059.60801500956,580.208796545283,2037.40916938302,1306.85035851174,4676.15581860741,461.251718915964,1361.44413970166,361.826263538373,1854.2081790385,460.314805296325,3314.53206171426,780.717325062298,2219.76425456684,761.478830104302,2827.8215808058,894.051318570363,3986.35322225722,9778.23848732548,3142.84355779903,85187.5747889289,34982.2815904072,2426.83190164535,16264.1708102622 -8591,1952.65071626684,2902.04773475428,390.587131401852,1162.72689722242,968.952927689068,2069.59673977012,1015.05814080064,2438.88589673893,169.759449426132,891.960907965578,1436.41650148124,4949.87505776424,803.51823034628,2887.49638134996,948.295677502387,3263.33825512512,849.436572639439,3705.29818521025,239.126856979268,1005.46252829752,512.163939004929,1933.2984892587,1152.56950754684,4437.20638716359,374.839022188849,1291.87496456217,318.777111232154,1759.45898603755,422.624041392198,3145.16098376657,732.644601054172,2106.33531268739,655.557330046468,2683.32118664243,769.68902109364,3782.65238914934,9719.34334636724,2970.47364463773,75017.2317596017,29351.3485055675,2432.85426648845,13527.3321864066 -8592,2218.71221545976,2695.86328766483,479.402254172337,1080.11757293433,1173.46677608907,1922.55620202246,1148.51115262366,2265.60813355425,223.464537752485,828.588943255336,1849.53470376006,4598.19674464601,1034.61276767345,2682.34577761193,1191.16929366066,3031.48486906916,930.367490499083,3442.04446664804,233.609218070581,934.026509866987,500.645958967468,1795.94165832414,1126.62603673515,4121.95211529112,431.269578842194,1200.08993908273,412.133538652095,1634.45308972916,564.979484725505,2921.70384669776,825.336364953411,1956.68457585408,640.430929453777,2492.67680522665,751.929133542641,3513.90281551271,12611.2569912885,3731.80970984324,85472.3875919692,31178.3301127187,2905.6834230762,13892.937571257 -8593,2285.11077076154,2536.46509793206,489.423404992919,1016.25350882838,1177.74715664432,1808.88130624267,1168.01749892149,2131.64962134602,223.071622264113,779.597001344998,1845.1426176448,4326.31936848776,1032.15587494128,2523.74683709999,1188.3257722722,2852.24239689229,930.671247199259,3238.52685524919,237.919474639619,878.800365604985,507.033492734248,1689.75309508639,1141.22350817867,3878.23363433222,443.84042536291,1129.13227417385,414.958399750524,1537.81285396571,564.224942964048,2748.95239218973,823.444443835165,1840.99177321967,652.247336543755,2345.29241368128,765.802761963948,3306.13643868922,12434.5836460378,3711.60305098323,86308.8429832889,31867.5420330947,2862.95278450155,14252.0293067485 -8594,2435.78187622764,2463.03666554692,527.44243073397,986.833864095245,1307.10541011053,1756.51578432144,1271.94053967296,2069.94024075275,248.773408228942,757.028354235448,2059.65257388373,4201.0762301199,1152.15077910106,2450.68658717331,1326.70700729217,2769.67248960006,1035.17737082927,3144.77435283471,258.995988732695,853.359868403398,555.205955281389,1640.83623004011,1249.39278736627,3765.96218363316,475.281206138082,1096.4448885222,456.239840242126,1493.29452518583,628.831982692898,2669.37263963392,919.060856798736,1787.69668153807,710.027811226034,2277.39826226489,833.642743241218,3210.42669833353,14127.2733191198,4167.04450766803,94765.1006747091,34405.3954877045,3256.07465938834,15322.4219744642 -8595,2776.83485689522,2450.95021362873,607.056997951792,981.991337706389,1549.60365913228,1747.89632531471,1480.87297097852,2059.78276581812,296.336308595073,753.313514366369,2455.54924076908,4180.46098448826,1373.61174731443,2438.66073874939,1581.95730859073,2756.08133448534,1229.77439768885,3129.34252246825,301.374312717282,849.172316848585,649.902273676652,1632.78442615208,1462.18844072288,3747.48210110134,544.221705254902,1091.06448610617,535.646289325522,1485.96672827122,748.615574850246,2656.27366936199,1095.59242055766,1778.92421367839,826.206400591212,2266.22276293901,970.047876128964,3194.67270308487,17114.6856102622,4993.89164410144,111221.537465952,39720.3250291976,3948.31100429767,17614.7408187384 -8596,3370.106996503,2475.12311116196,735.597237214467,991.676387958698,1852.92982422035,1765.13523883307,1782.09426316955,2080.09771039022,354.395995931618,760.743192167217,2935.74177903974,4221.69146500059,1642.2270536541,2462.71242932569,1891.08334930682,2783.26363762692,1471.91428436796,3160.20617515339,362.202324693341,857.547417774381,780.925148728593,1648.88802972908,1756.98314243443,3784.44225652753,658.587491306321,1101.82528813232,644.546976268227,1500.62231827895,895.478917500778,2682.47160307467,1309.894199412,1796.46914482286,992.964119179538,2288.57375576269,1165.83789981913,3226.18068536639,20344.2260454634,5955.67114521734,133605.497351452,47961.8752633917,4691.82411549658,21285.5408026665 -8597,4073.43836308056,2488.89906541733,838.618988909688,997.195825959598,1875.43536486745,1774.95956724528,1966.20768051501,2091.67504598852,346.234296124687,764.97731020689,2855.34971232015,4245.18840874447,1597.25646809079,2476.4193086391,1838.4557978083,2798.75462972331,1457.38966291543,3177.79514093458,404.716352653532,862.320325411095,837.922590726825,1658.06535346193,1887.92036139287,3805.50557381179,783.918986448613,1107.95778905652,671.332971596192,1508.97442986402,877.534157346705,2697.40161036548,1274.78596965787,1806.46787040086,1109.51473591566,2301.31142009432,1302.67982956633,3244.13684978535,18142.9218318139,5656.1050026754,141220.762198247,54946.8411312126,4161.96419717092,24954.8643588197 -8598,4045.91885870228,2463.94639272606,829.403851414391,987.198353020651,1860.2693204064,1757.1645566974,1953.92098621765,2070.70477703536,342.47324978752,757.307964067838,2824.14901009142,4202.62790544883,1579.80308112779,2451.591752828,1818.57431165748,2770.69547329183,1441.93851549532,3145.93588109819,402.626492885828,853.675058459937,832.00823147534,1641.44227595728,1874.72351338974,3767.35314877874,780.3255808429,1096.84986248359,663.180440233563,1493.84607629955,868.040264920954,2670.35857738933,1260.86725642811,1788.35697063648,1103.78546356711,2278.23942355408,1295.95309824411,3211.61247541308,17921.0220591914,5597.18414399317,140005.332408675,54581.1419116246,4110.68743088134,24816.8323823198 -8599,3955.66240559604,2585.26576604282,811.110934441474,1035.80585758381,1825.88833265278,1843.68352621001,1913.07050008224,2172.66178657729,336.597233649605,794.596164768852,2776.01786275508,4409.55618330333,1552.87895828992,2572.30281048725,1787.53742586676,2907.11850565313,1416.24783742644,3300.8349368229,394.136516781381,895.708165760591,815.206500015133,1722.26333149756,1836.8046575691,3952.84944221356,762.513592009775,1150.8563694157,650.672918374839,1567.39981527025,853.078809378339,2801.84123873957,1239.35923980601,1876.41178692014,1080.51051178002,2390.41498871536,1268.62600717835,3369.74530411572,17657.4011082525,5504.15657053656,137286.641179509,53409.2000234851,4050.86453687683,24268.7769006009 -8600,3859.0252020027,2788.59105436117,791.63967116921,1117.2696387553,1755.16170109156,1988.68505350298,1851.6174858453,2343.53670782389,323.19808270867,857.089350738501,2664.44118482055,4756.35777488533,1490.4639869293,2774.60859175514,1715.46934747537,3135.75678188045,1361.84059417686,3560.4381172913,381.403648631654,966.153581255006,787.583966717703,1857.71543589488,1774.67067178566,4263.73208456075,741.929029374644,1241.36861237269,629.768333550111,1690.67225539457,819.343882461914,3022.19969672548,1189.60963200958,2023.98731768017,1045.603830224,2578.41570537862,1227.64211709725,3634.76812866171,16809.4806022171,5267.71150208603,132596.988366375,51875.6274280369,3854.30359943344,23594.2217110135 -8601,3744.46143522743,3068.0089963494,766.312945961756,1229.22050463028,1686.46418628493,2187.95209340957,1788.72846773861,2578.36002580373,310.11274309409,942.970047411051,2555.85611270785,5232.94673142655,1429.72249245604,3052.62548538269,1645.5060205141,3449.96086899404,1307.78285492196,3917.19544452797,368.303346536284,1062.96255756461,759.811105289785,2043.85926759287,1712.14846868473,4690.95974936801,719.623765259557,1365.75424517298,606.639011890305,1860.07829341514,786.3197456935,3325.02531836541,1141.17147875034,2226.79165861499,1009.68984225573,2836.77399310972,1185.47554984843,3998.97335284713,16032.6618464766,5044.38673612075,127790.720982457,50202.7005949576,3674.83491741991,22854.1067399319 -8602,3658.46757716583,3267.56539241437,749.709802038635,1309.17425123436,1655.8729274809,2330.26583337681,1751.84125514583,2746.06756353247,304.785245446866,1004.30484287041,2512.30769672177,5573.31991539244,1405.36190754808,3251.18127225421,1617.4979205121,3674.36104461308,1284.7679806486,4171.9865505913,360.627203960464,1132.10217788254,744.702360776264,2176.80059533673,1678.04342424942,4996.07978740687,703.383511810227,1454.58872884023,594.996544036459,1981.06572242017,772.736118833463,3541.29915268184,1121.70590462159,2371.63168962843,988.645984632924,3021.28987790322,1160.76798358175,4259.08364300716,15805.9345698637,4962.49642813134,125301.378416044,49117.4529791587,3623.55815113033,22347.6967188734 -8603,3513.18946207472,3431.05737651427,719.922801370951,1374.67852434354,1577.8353425801,2446.86022058124,1675.62641254152,2883.46650755256,290.368161686566,1054.55503580708,2392.96603638014,5852.17986815921,1338.60327617243,3413.85348016266,1540.55298761483,3858.20696821044,1224.81104678566,4380.73106734305,344.717967333568,1188.74668504238,711.7002103778,2285.71637989843,1603.69156967504,5246.05764525198,674.642340063801,1527.36878639608,569.109875019551,2080.18795157056,736.289286165329,3718.48735099834,1068.45187841952,2490.2958092178,945.031407759571,3172.45951564821,1109.56016476797,4472.1860454439,14989.9901157968,4719.05330857976,119720.694654797,47060.4394438335,3435.54334140187,21419.4288077343 -8604,3460.45934360423,3340.08409131723,707.799803447544,1338.22940451669,1543.76772131291,2381.98257842698,1645.13797490958,2807.01240254595,283.707877764936,1026.59387821026,2337.6169060244,5697.01136768041,1307.64147976534,3323.33635025465,1504.8843241954,3755.90796112568,1197.41910199587,4264.57751669452,338.558939922728,1157.22748284376,698.028176797656,2225.11141026679,1572.96182055987,5106.96026332289,664.163091988624,1486.87113772457,557.609005942946,2025.03249626484,719.497276883262,3619.89296065105,1043.76626663313,2424.26648763672,928.146664589619,3088.34286220234,1089.73580945037,4353.6075980675,14583.6911881456,4604.74228584567,117353.278623467,46267.8725195545,3341.53593653764,21074.8124239423 -8605,3482.47511375888,3139.03313670459,714.539025107243,1257.67685197222,1568.55607501174,2238.60299331164,1663.91521242247,2638.04883524881,289.036417540846,964.799721664859,2382.20944815121,5354.08899129811,1332.58613927003,3123.29349880235,1533.64503953103,3529.82716184745,1218.86066420991,4007.87817700428,341.909032802042,1087.57004795027,707.178181812026,2091.17443116002,1593.39807401617,4799.5550579333,669.179266881971,1397.37133668584,566.05787744922,1903.13894347854,732.866590265608,3401.99936413162,1063.63600547668,2278.34169105995,937.330818854487,2902.44506333224,1100.51891320302,4091.54923675986,14950.8232305845,4699.46546491737,118968.491294059,46691.7895357305,3426.99721368693,21239.0056215721 -8606,3518.88476440206,3055.66262147958,724.205977734537,1224.27383818768,1594.95596668591,2179.1472702247,1684.86247859058,2567.98411117447,294.286374219081,939.175318741675,2425.92357305497,5211.88814845079,1357.0394202283,3040.34101730435,1561.74866116632,3436.07743181197,1240.37358295998,3901.43174779369,346.440393155628,1058.68495139596,716.756981094026,2035.63430712864,1614.96404454611,4672.08224684638,675.54220974005,1360.25813551,574.836001004596,1852.59290992212,746.084995295663,3311.64465061605,1083.12736009658,2217.83053607364,949.75337369588,2825.35816115435,1115.10421892247,3982.88056297349,15282.6896643812,4790.15997054209,120740.953837526,47247.58222516,3503.91236312131,21475.7563327492 -8607,3522.82686746256,3011.67054373187,723.302347470543,1206.64808674004,1583.2966702993,2147.77429879076,1681.42256362336,2531.01309353674,291.621843798955,925.654102966615,2403.36627045638,5136.85310137875,1344.42107182676,2996.56952320268,1547.25380751731,3386.60855901665,1230.24904372634,3845.26321414412,345.547593989663,1043.44316705604,714.378923866401,2006.32747787478,1609.64901222501,4604.81873287002,676.812976381881,1340.67463135164,571.925602211505,1825.92130987202,739.453916973912,3263.9672244766,1073.09144949611,2185.90064542133,947.305798191809,2784.6817543361,1112.23052365977,3925.53941864869,15064.0155035603,4739.53229756645,120162.112283718,47206.4284266288,3452.63559683173,21477.8276811238 -8608,3700.83037789724,3121.42331103371,761.538213387205,1250.62134502183,1677.04883734938,2226.04453765293,1771.83624336782,2623.24950753329,309.408100536736,959.387241399148,2550.56067305222,5324.05280828983,1426.76027202999,3105.77197174684,1641.98932051054,3510.02500039791,1304.133467824,3985.39417223801,364.328937657955,1081.46883202957,753.724227783979,2079.44304267943,1698.26041967312,4772.62978375263,710.494321698753,1389.53215036163,604.41746648898,1892.46242508495,784.425786828649,3382.91431050976,1138.7764325245,2265.56030320866,998.794149042078,2886.16248543049,1172.6829304094,4068.59584135264,16065.6078574945,5036.13854297328,126961.96272789,49687.9467785018,3683.38104513484,22585.8950333442 -8609,3799.82540466215,3326.69802464088,780.145587474443,1332.86617785911,1708.27690553547,2372.43629852953,1812.25022318197,2795.76272913818,314.657015086285,1022.47959433969,2593.23067181525,5674.17943532818,1450.62947839151,3310.01740355864,1669.41398466442,3740.85539567425,1327.16851066568,4247.48635448896,372.787327507466,1152.58965821973,769.969026969902,2216.19382349777,1734.96432479362,5086.49308084205,729.054177562325,1480.91219907376,616.683836605157,2016.91676645814,797.858505336395,3605.38550299198,1157.8636224296,2414.55074636868,1021.98250829325,3075.96569972899,1199.9083532897,4336.15962969392,16256.9875919014,5113.71204164212,129608.580739564,50904.1573113756,3726.11168370949,23159.9862550885 -8610,3826.89996186985,3367.2461185521,782.484145292364,1349.11207170058,1695.19783260831,2401.35319123173,1813.77307930585,2829.83941684921,311.286799980119,1034.94228205781,2564.33380342031,5743.34025452747,1434.46483496719,3350.36218253562,1650.79713138262,3786.45152576137,1314.86552045799,4299.25765272906,373.044209560837,1166.63821728834,768.877352545165,2243.20632496771,1732.63637047518,5148.49077272544,734.365248098353,1498.9625801055,613.861538118622,2041.50034147809,789.547781627484,3649.33043243212,1145.02850088848,2443.98095905765,1022.68674082978,3113.45769483539,1200.73519180836,4389.01173907583,15930.8538248079,5044.71210894529,129167.983069096,51074.4072340915,3649.19653427512,23276.7798572314 -8611,3823.00232300084,3307.33371116755,780.637143685408,1325.10772238919,1695.12329549848,2358.62662904948,1812.15845492728,2779.48892686244,311.130154849113,1016.52786225033,2563.09903204457,5641.15071180842,1433.7741151727,3290.75018599639,1650.00656735317,3719.08032141032,1313.86509973871,4222.76224168017,373.044209560837,1145.88057092579,768.170092140393,2203.29362287902,1731.1002146606,5056.8852096834,733.392413648844,1472.29198532519,613.070569149655,2005.17653388337,789.138808184056,3584.39898285851,1144.47381479858,2400.49593369749,1022.68674082978,3058.06086929306,1200.73519180836,4310.91936029831,15930.3574711154,5043.70690443011,129077.822347706,51029.0443940513,3649.19653427512,23259.6461138407 -8612,3730.36986669125,3206.87321617493,761.283367891336,1284.85748176174,1650.59180132418,2286.98317866012,1766.47168260671,2695.06175446183,302.824836519751,985.650756662029,2494.52377070843,5469.80036064104,1395.41374227422,3190.79341675172,1605.84882779102,3606.11299406,1279.03013458715,4094.49554043895,363.677227417892,1111.07436767846,748.561509184931,2136.36842351945,1686.93764605436,4903.28196439542,715.504423492819,1427.57101231904,597.230414778014,1944.2691550902,768.106156115411,3475.52261067594,1113.86295788956,2327.58070022324,997.007509806586,2965.1720544724,1170.58523957263,4179.97488035469,15483.9877679108,4907.01795880578,125760.263942934,49763.8838970897,3546.64300169596,22688.3569871302 -8613,3368.49415542263,3142.0872392652,683.416449583052,1258.90050076048,1468.75137451877,2240.7810280237,1583.32771965497,2640.61550828215,268.427943123246,965.738417490002,2210.17884544031,5359.29821853017,1236.35379627403,3126.33228758119,1422.7241778213,3533.26148499856,1135.01876450154,4011.7776168859,326.560939664291,1088.62819239272,669.291778951656,2093.20902617917,1508.53195778223,4804.22475486029,645.074263414387,1398.73090034498,532.174291117568,1904.99059055181,681.068982123384,3405.30931803038,986.956261043114,2280.55838928822,895.254595858084,2905.26897901388,1051.11727370472,4095.53008387318,13589.6083484577,4337.27248935818,112316.629922058,44748.5714924988,3110.79048823452,20441.9182019451 -8614,3007.74437079036,3117.91434173196,620.206320893515,1249.21545050817,1358.5926899144,2223.54211450534,1437.22737610468,2620.30056371005,250.958103033534,958.308739689155,2068.58636401814,5318.06773801783,1157.14825945002,3102.28059700489,1331.60666533123,3506.07918185698,1058.06060591508,3980.91396420075,295.200467107061,1080.25309146693,611.362996131855,2077.10542260217,1377.44503378553,4767.26459943411,576.747847980056,1387.97009831884,491.683575735312,1890.33500054408,636.272118722431,3379.1113843177,923.593144338919,2263.01345814375,809.281033882167,2882.91798619021,950.175824766175,4064.02210159166,13010.2577236992,4080.35641127718,103022.975539692,40339.858457807,2982.59857251057,18330.2303440936 -8615,2416.02128952382,2928.10508471735,511.607294815876,1173.16696728383,1192.6686952259,2088.17955144644,1207.90320415968,2460.78453836713,224.166574988124,899.969782958879,1852.21982806384,4994.31975283559,1036.11480160763,2913.42307539599,1192.73079747798,3292.6396156587,938.509549365562,3738.56788314572,246.603160287566,1014.49052899538,520.922424816377,1950.65748536149,1172.84835246601,4477.04785438139,467.486384343447,1303.4746490391,423.959651095114,1775.25708542641,567.409227284586,3173.40123614517,826.720999392256,2125.24799828005,676.053335795543,2707.41460122907,793.753355177461,3816.61664683963,12227.2864224862,3703.7880429623,88364.2340709445,33259.0689327883,2811.67601821197,14952.8052006704 -8616,2737.74027308516,2710.87387751624,614.232499081046,1086.13167682187,1467.85310752272,1933.26101140463,1444.88580162566,2278.22305902633,273.084861442347,833.202533580754,2187.36335807224,4623.79954346218,1223.59102167796,2697.28110185171,1394.33976955333,3048.36420275739,1032.11493148893,3461.20979968832,272.814398901387,939.227177465417,536.343400683135,1805.94147684369,1210.74437620835,4144.90317993631,542.140254260285,1206.77205013147,521.628909652079,1643.55373851708,705.698320910224,2937.97191871414,941.857449800033,1967.57941231374,747.910465605004,2506.55605100539,878.120719199952,3533.46825645429,15010.8062852457,4498.44512822527,101059.14233521,36329.7436332623,3385.47292525056,16192.7435440416 -8617,2814.80342650064,2568.56567385423,625.972380827527,1029.11484208423,1469.86406996869,1831.77384742235,1456.94156299874,2158.62700044155,272.412264543004,789.463296272839,2180.89989638421,4381.07168637493,1219.97542042851,2555.68645535798,1390.25258066354,2888.33933498323,1031.97533546832,3279.51246836789,275.803419903139,889.922142080259,542.951907610151,1711.13799313319,1225.59990626269,3927.31514281593,556.934329523628,1143.42215985879,524.550612839396,1557.27485181187,704.18566359686,2783.7421297043,939.275872118047,1864.29069274216,756.104754829199,2374.97357793087,887.741623676883,3347.97769400384,14801.0819751019,4472.71412469203,101901.34143912,36991.1109636028,3348.11958836503,16541.1086631702 -8618,3008.15221655663,2511.70736903029,676.413176441435,1006.3341415611,1614.73366274525,1791.22531995216,1557.30145761193,2110.84318348812,304.12253371797,771.987572290497,2436.57916017471,4284.09137088794,1363.0000580356,2499.11324759759,1553.40210863236,2824.40245378329,1148.63015647211,3206.91649720061,291.914920182779,870.222640160167,594.892786849908,1673.25988606365,1341.12027930075,3840.37927670088,597.892657578741,1118.11112873762,577.864101964816,1522.80269129042,785.777353656726,2722.12063402945,1049.05324475961,1823.02236561026,800.273829937645,2322.40066807018,939.60047815788,3273.86616233964,16811.2241850491,4993.5062374851,111368.548179774,39749.6548925837,3754.57484897732,17622.9586408519 -8619,3438.30395409147,2498.97111288459,780.6476553581,1001.23126630058,1865.94592285105,1782.14245274762,1725.69730682171,2100.1396119655,362.624173241695,768.073011389328,2907.27769680126,4262.36778727148,1626.30450684047,2486.4408531734,1853.64913241252,2810.08059704415,1365.42406697058,3190.65500493849,316.363234927301,865.80995316266,696.760291164781,1664.77519283466,1566.48040922935,3820.90564901328,686.358813563237,1112.44145960715,679.747107870856,1515.08092984051,936.513528731302,2708.31742347954,1251.33624750139,1813.77826333385,867.297969929767,2310.62434008461,1018.29343502944,3257.26518463642,20352.4117296878,5905.10909192709,129058.851545198,45258.5067740486,4413.44511760578,19772.7413077445 -8620,4169.03994705623,2502.93494892749,944.961288285238,1002.81940653965,2259.03544419949,1784.96926433073,2121.68351222649,2103.47082657863,433.517554384098,769.29131898417,3474.79470405403,4269.12870058342,1943.76832105377,2490.38481387847,2215.28498598466,2814.53791097489,1633.9092086458,3195.71598113138,392.166928359751,867.183289845484,837.075726668745,1667.41583797003,1883.97341524278,3826.96632072332,829.911825486507,1114.20600003359,817.328006654866,1517.48413184899,1119.78273327498,2712.6133219649,1495.76479530487,1816.65525523542,1075.11095882606,2314.28942288352,1262.28639897478,3262.43181704508,24203.0194018758,7092.42245549389,156029.251860913,54930.7141114815,5346.01370510841,24133.6963397371 -8621,4982.33008707952,2495.59210190708,1064.68974196518,999.87744055109,2292.0509726159,1779.73270944156,2362.77209198451,2097.299885341,421.376147642736,767.03445311083,3365.42420648792,4256.60438029606,1882.58746677802,2483.07878512288,2145.21214388105,2806.28091599295,1612.54642280488,3186.34072606126,447.163152313678,864.639238815027,895.608454037254,1662.52414894597,2020.34152757683,3815.73916987094,976.587168520448,1110.93725978488,843.733449402879,1513.03229667811,1090.94649111185,2704.65534261061,1450.94072128716,1811.32574332232,1225.88104878296,2307.50000424503,1439.30536837734,3252.86083808003,21585.6190121017,6755.23931485591,164757.144459167,62743.8369172676,4817.61220641377,28372.0975822744 -8622,4947.8790855387,2480.6464912178,1052.93152008454,993.889371045637,2282.45264181896,1769.07423998015,2360.46498254627,2084.73956846828,416.767826174012,762.440834501159,3328.44447982772,4231.11241312818,1861.90134649602,2468.20811422881,2121.86803005029,2789.47465104959,1595.37028356841,3167.25835760098,449.023509819447,859.461084324099,889.222580702905,1652.5676185207,2006.78396709486,3792.88745781383,971.855764172603,1104.28407484641,833.478060037387,1503.97104357942,1079.0520108584,2688.45769325578,1435.03031730769,1800.47806938935,1230.98114926861,2293.68084016665,1445.29338982164,3233.38009374075,21324.6886283709,6700.02625338808,163653.951587046,62429.1465648066,4788.4893424675,28298.0431714361 -8623,4838.68668316742,2599.82149545624,1030.03636326115,1041.63771827135,2229.43655832487,1854.06395165174,2282.18779079893,2184.89444655665,409.67185830334,799.069951146729,3272.08127777043,4434.38314983051,1830.3722876701,2586.78555503546,2085.87677663756,2923.48635103941,1567.098091749,3319.41950975533,433.146757325896,900.751239422668,871.333585612062,1731.96012915805,1965.26304673803,3975.1050291047,949.940994241056,1157.33599488669,817.943335692872,1576.22469041206,1060.6154377515,2817.61634529384,1410.67204351115,1886.97648111805,1187.45562643124,2403.87365676355,1394.19012923738,3388.71786062542,21010.0332999396,6575.01221683626,160121.158085996,60852.2210548543,4710.22740030455,27519.6268275913 -8624,4716.73790692777,2802.36700861655,1004.25409415036,1122.7890767562,2150.27286067683,1998.50938191519,2231.67245364174,2355.11404342219,393.183189517605,861.323468778174,3139.37105043608,4779.85471862921,1756.13540240278,2788.31547106855,2001.08827439322,3151.24777397684,1506.44795461517,3578.02708307249,424.541869495757,970.926488891721,841.634999730004,1866.89275962773,1899.31317598288,4284.79540184501,923.606545144786,1247.50111329689,790.9736166527,1699.02436697963,1018.13971080867,3037.12970401629,1353.64793873018,2033.98604325817,1163.86564844828,2591.15336971025,1366.49316631876,3652.72429308067,20000.3023642381,6299.03261034934,154845.158792856,59306.9939192996,4476.80526939002,26884.3730732471 -8625,4574.23926801629,3029.60527781965,971.528387125635,1213.83377065166,2070.44178601859,2160.56446304347,2166.52602868267,2546.08547484344,377.144569262536,931.166445685681,3010.63780647383,5167.44346413039,1684.12320519632,3014.41432952987,1919.00672907367,3406.77607836626,1446.3632037572,3868.16205790601,412.317712123496,1049.65695288192,811.828150535421,2018.27531522491,1832.52033248824,4632.24078926604,895.336059789905,1348.65845383898,761.528341336872,1836.79481435474,976.749013052006,3283.40440506863,1298.26658458206,2198.91785505587,1130.35357845222,2801.26475239578,1327.14668788298,3948.91631349899,19077.0239130088,6039.33701885015,149365.546054653,57451.3573628923,4281.27229369208,26089.5748911542 -8626,4470.43901146504,3191.14783663074,950.780224383628,1278.55699209505,2039.84785013471,2275.76861666428,2133.98095142323,2681.84611850523,370.72615008452,980.817471651463,2959.74209284479,5442.97838144082,1655.65260930352,3175.14688689441,1886.58085621411,3588.4298829146,1421.05469843645,4074.41757287521,406.339670119994,1105.62604934601,795.749096919406,2125.89242336559,1796.59297779798,4879.23799236891,875.380914263407,1420.5707056397,747.114017660636,1934.73514225625,960.054870190264,3458.47986888883,1276.25498500208,2316.16706224526,1113.96500000383,2950.63189250553,1307.90487892912,4159.47775214045,18809.9857662413,5954.09581372908,146726.287389426,56283.3060567022,4246.11052962413,25568.1934645594 -8627,4291.21407242161,3339.75918920347,912.536295454509,1338.09923008086,1945.40653272666,2381.75087432807,2044.16215985268,2806.73935425196,353.104932282149,1026.49401769421,2818.58336696986,5696.457198688,1576.68971135853,3323.01307725451,1796.51012615986,3755.54261031347,1354.53231987115,4264.1626857467,389.996359518088,1157.11491512241,760.404159987817,2224.8949655963,1717.07973733497,5106.463490745,839.295519434763,1486.72650436735,714.293081824034,2024.83551399719,914.521910884297,3619.54084051206,1215.47635883715,2424.03067042835,1069.16042557146,3088.04244787249,1255.29988550632,4353.18410684022,17838.4469088313,5662.46408979653,140218.62587871,53980.6621663172,4022.57462613538,24540.6231690352 -8628,4225.20574751489,3278.54716706077,896.785558812961,1313.57418050075,1906.09471798305,2338.0974912551,2014.38319594903,2755.29666579206,344.927857579216,1007.68015388524,2752.87459947149,5592.05096924837,1539.93282884982,3262.1079824432,1754.61044917076,3686.7099956257,1324.05314515866,4186.00794285869,384.150151099347,1135.90699569065,745.714208531766,2184.11648062663,1684.19162584261,5012.87082775394,825.937050075411,1459.47737335225,699.601929960178,1987.72377351038,893.435313144216,3553.20090355131,1187.22246421486,2379.60237165983,1053.13326396235,3031.44395918269,1236.48241560029,4273.39775493778,17356.0617802083,5531.38418060534,137537.445001721,53086.4102235878,3925.9039246952,24166.7655199427 -8629,4254.48777228966,3124.02254685318,905.894330942442,1251.66274808468,1913.71645642986,2227.89818392947,1987.64884149673,2625.43390977674,351.522334734847,960.186131339441,2806.15788505718,5328.48619248195,1569.73901062001,3108.35817456257,1788.59899164706,3512.94782815921,1348.0399854069,3988.712843964,376.543561912341,1082.36938035184,755.611701503246,2081.17461264047,1704.41132277734,4776.60399328811,832.651666974743,1390.68922563711,710.565835909015,1894.03829469061,910.379649334991,3385.73129211523,1210.07908682034,2267.44685460028,1032.28008435222,2888.5658175535,1211.99872414394,4071.98379581828,17787.3148018181,5608.63197554457,138634.254819907,53221.272151889,3970.41609785787,24101.4376088616 -8630,4300.51861702486,3057.41710928203,918.474822028889,1224.97678670721,1944.89911979088,2180.39848404604,2011.46990377494,2569.45858573467,357.98229251061,939.714570565325,2858.14847830527,5214.88068896227,1598.82207214031,3042.0867078111,1821.67643607911,3438.05034462637,1372.01061040181,3903.67185583621,380.330928082216,1059.29282276919,765.936140757206,2036.8031192668,1727.47186101111,4674.76484382437,840.919830510252,1361.03916293435,721.832814179919,1853.6566241033,927.021454063093,3313.54611712767,1232.41939388941,2219.10396089354,1042.66300697997,2826.98041368853,1224.18930029518,3985.16743696188,18182.6102194079,5717.07389333132,140690.911049784,53817.3873385881,4062.41159475069,24345.3161181381 -8631,4303.2544851341,3037.27302065066,916.83028361728,1216.90590855065,1939.06864909925,2166.03271753646,2021.20985291117,2552.52945907788,354.641039438391,933.523170137759,2830.90994252326,5180.5219426592,1583.58508478587,3022.04362501405,1804.36954765869,3415.39841707255,1360.56262057644,3877.95213587617,383.453251400639,1052.31356944989,763.278413685036,2023.3834447204,1722.22369846095,4643.96470305885,842.04371123112,1352.071824639,717.82874007728,1841.44362797179,918.486737635447,3291.71449773073,1220.7798268303,2204.48317960245,1051.22273951702,2808.35457953604,1234.23927129741,3958.91077547552,17924.9968042218,5670.69301844825,140297.52820573,53871.0515126583,4030.26928074358,24430.0393526599 -8632,4522.81582055065,3183.99993339985,965.809182953328,1275.69313177816,2042.19583783288,2270.67108603248,2108.03894870987,2675.83900836286,376.374039787759,978.620522862674,3004.97250532702,5430.78656684928,1680.95408764081,3168.03482444751,1915.25987227065,3580.39210125514,1442.53015649754,4065.2912195929,398.666429774651,1103.14953982189,805.436170233454,2121.13060282344,1816.34445381698,4868.30890891824,884.414057043787,1417.38874652769,758.97000916231,1930.40149797456,974.651713210533,3450.7331643504,1295.7323023182,2310.97904248714,1092.92909873727,2944.02272479619,1283.20665421012,4150.1608711981,19113.376496915,6006.00393837296,147837.314554527,56553.1477423188,4263.98347057031,25572.9562507599 -8633,4641.69466046567,3408.5090021561,988.905322044631,1365.64435132119,2065.75998109879,2430.77983654761,2131.35785177948,2864.51681504476,382.657939585906,1047.62466446108,3054.57552661845,5813.72025411081,1708.70156328372,3391.41816713013,1946.85269730788,3832.85143330565,1467.76773980804,4351.94158549262,401.455497301394,1180.93442709098,822.687799384386,2270.69500807196,1854.28305734334,5211.58137199016,907.093806220205,1517.33115676785,774.038990554858,2066.51728054405,991.043324609602,3694.05003164298,1317.22758636179,2473.92997326495,1100.57522299219,3151.61060612992,1292.1839588991,4442.79553573039,19336.8507699175,6075.77190088946,150388.594848026,57726.0621737614,4277.18120696913,26078.2672886555 -8634,4670.86578607905,3463.54783371232,990.933484857899,1387.6960664173,2049.51861469667,2470.0308057806,2129.48117257645,2910.77154354144,378.370099061293,1064.54116296672,3019.28411773297,5907.59718668708,1688.95987249637,3446.1810247665,1924.39238291151,3894.74232585847,1453.69895428168,4422.21447598959,401.720633202827,1200.0035423465,821.310911159656,2307.36101071,1851.33701037694,5295.73527890167,912.878326849606,1541.83223154851,769.87224582232,2099.8863273736,980.16111501145,3753.69963131346,1302.20871401334,2513.87770847536,1101.30208314432,3202.50117592799,1293.03736447223,4514.53548858811,18949.4206593985,5994.94547330375,149838.298031472,57867.1765887517,4200.2829603805,26194.9583078042 -8635,4666.26919181333,3403.89535558255,988.685999642558,1363.79585968506,2041.84360281274,2427.48961227158,2112.7608481794,2860.63949854648,378.189089290364,1046.20663389684,3017.89251903609,5805.85099206311,1688.18142493529,3386.82765415324,1923.50762207521,3827.66341066262,1452.62655693739,4346.0509393563,398.066569349625,1179.33595278163,820.56528190722,2267.62146939656,1849.10384781622,5204.52714548688,911.707269835863,1515.27734682106,768.928974299877,2063.72011017879,979.681148750621,3689.04988604846,1301.59859445329,2470.58134237176,1091.28460382943,3147.34468884323,1281.27585484628,4436.78191265137,18946.9080122477,5981.98815962148,149468.0460372,57700.4533545228,4182.16626001547,26094.303180945 -8636,4552.67114164655,3292.71300889516,964.045813273601,1319.24982984497,1989.71755303804,2348.19986818207,2059.69226516581,2767.2016635809,368.06739749827,1012.03410609401,2936.97507223127,5616.21292438391,1642.91694656589,3276.202794374,1871.9272889007,3702.63941436703,1414.04969464715,4204.09471221551,388.334486755416,1140.81498634004,799.591613461727,2193.5535413233,1801.91502447476,5034.53027984164,889.362833989006,1465.78343654985,748.975618870362,1996.31226687382,953.492356939575,3568.55346047385,1266.72718869409,2389.88408154778,1064.60446358151,3044.5421253726,1249.9507363725,4291.86211540211,18417.3150742235,5824.2491929388,145687.074464451,56252.3570856828,4078.62878121035,25452.089626077 -8637,4107.5839424931,3223.37837087715,864.66279859197,1291.47039411507,1780.55043943478,2298.75383768549,1867.27723999814,2708.93271479948,326.091013564715,990.723710010799,2601.07761581788,5497.95236262457,1455.01898697215,3207.21581184384,1657.7982477178,3624.67295849528,1254.44369932741,4115.56911515393,353.788976777747,1116.79285203629,714.740890769885,2147.36389760096,1611.81927061211,4928.51820602879,801.132559468882,1434.91844354517,666.872882743566,1954.27593148088,844.949797742398,3493.41045172652,1122.03190168779,2339.56030682114,969.899240704694,2980.43322015583,1138.75745556006,4201.48840065967,16167.012730664,5165.47745223171,130453.269323844,50707.3992723921,3610.66458322583,23037.2956599417 -8638,3675.33133687523,3210.70708759043,786.384440456697,1286.39355071123,1639.98877007227,2289.71730590662,1687.42275271514,2698.28374657905,305.248206690052,986.829118888067,2436.96096627786,5476.33959990545,1363.21363687155,3194.60806449382,1553.13130296294,3610.42416341315,1170.28064157304,4099.39057942403,316.819511912274,1112.40267596245,653.292823035423,2138.92248826719,1472.14654365324,4909.14392129182,717.869570760976,1429.27769771905,617.266903521224,1946.59356189872,790.49533467607,3479.67765700699,1050.83473439645,2330.36336249653,868.548836209737,2968.71696804253,1019.76207552573,4184.97211134296,15473.3225917228,4841.24178281342,119434.493873432,45745.9761860317,3405.00162068326,20625.3673864272 -8639,2967.94323530704,3035.45355998924,652.421407607679,1216.17692817443,1465.29438864737,2164.73516828945,1456.84065894827,2551.00038121549,273.415245973084,932.963948535669,2187.05972932742,5177.41858125039,1223.42117453998,3020.23328743313,1394.10190209259,3413.35244260114,1039.84628976188,3875.62907130143,274.041570402962,1051.68318715298,557.443653344006,2022.17134868701,1256.7798072318,4641.18276313023,584.992521560574,1351.2618739103,534.747005813489,1840.34052192286,707.170137429115,3289.74261538873,942.279174500181,2203.16259683074,751.274710354607,2806.67225112958,882.070674649093,3956.53921310063,14550.4561750984,4433.76959135121,103463.06321326,38114.9767590564,3264.64662332367,17056.2263317624 -8640,3280.67787100668,2847.78867205295,723.904847919457,1140.98760228754,1635.36463408364,2030.90186307156,1604.05490113437,2393.28648732613,304.968220764249,875.284075860838,2402.30711129572,4857.32813722032,1343.82858789641,2833.50938267683,1526.79274016715,3202.32420877435,1108.59610019327,3636.02089381675,283.628756617324,986.663576883525,572.079212268223,1897.15195634926,1290.17804605292,4354.24474022148,637.797432315801,1267.72101152239,600.38701236356,1726.56269894326,796.562291776097,3086.35647652837,1008.85999446441,2066.95354152201,777.557622599342,2633.15161473283,912.929408233395,3711.92882016657,16224.9729645719,4919.63909283493,112048.312114779,40399.9302766466,3585.10826305204,17970.0512149465 -8641,3332.56102821155,2719.38638097056,732.815747656183,1089.54227431497,1646.59525622229,1939.33170734301,1621.29620890192,2285.37698153837,306.37323179356,835.818900024092,2412.97111530695,4638.31888717354,1349.79393403568,2705.75092218795,1533.55830529695,3057.93647058631,1114.61557394429,3472.07845743753,287.324299911741,942.176475350088,577.575959066949,1811.61237256018,1302.73750945975,4157.91872556153,646.984882190901,1210.56147439444,605.047083938903,1648.71471520158,800.316671614919,2947.19754013245,1013.45401102507,1973.75787258181,787.688816250121,2514.42696939064,924.824429715384,3544.56381533967,16229.0825225688,4936.62607127785,113034.769093409,40931.362491562,3585.10826305204,18236.5266960342 -8642,3433.4424416672,2655.57511670524,757.192528251665,1063.97581914661,1716.0592860305,1893.82467349841,1681.54410226803,2231.74988553785,319.59242960353,816.206144337511,2517.60416748628,4529.47926279084,1408.32470476699,2642.25961828937,1600.16150488251,2986.18102104938,1161.76355844768,3390.60503477575,297.727728742368,920.06800541222,599.636431578265,1769.1023134304,1352.3995972,4060.35184339753,668.230746621826,1182.15526529795,628.280001653642,1610.02710128763,834.739343804519,2878.04061473505,1057.25125569981,1927.44301784678,816.209427082745,2455.42514274974,958.310442344056,3461.38950075579,17020.431411901,5160.12957202214,117408.934303541,42321.695262777,3761.06449682147,18833.0146612652 -8643,3687.15065526564,2630.03761894857,812.852484295015,1053.74403171808,1838.06873039579,1875.61259467347,1804.15681276962,2210.28812859607,342.431964238438,808.357048882115,2697.4051829222,4485.92125315868,1508.90374544812,2616.85016982372,1714.43742783212,2957.46423173835,1245.03587919637,3357.99907762371,319.107158385835,911.22011612587,643.328009171354,1752.08963467907,1450.88735380765,4021.30522579679,717.818196598762,1170.78699812084,673.708556273698,1594.54417887709,894.418451743538,2850.36376414248,1132.79144391332,1908.90764619236,874.820333411023,2431.81239925017,1027.12543235267,3428.10284053126,18215.9809919,5525.85399707642,125897.382998591,45420.7034710319,4024.9988474756,20212.6835409347 -8644,4518.23311846402,2635.75593649077,1005.21138546272,1056.03511795128,2276.39208820458,1879.69061558283,2220.49491130984,2215.09381247222,426.069554376313,810.1146063633,3356.93554044288,4495.67469623113,1877.83898476638,2622.539814764,2133.39516905418,2963.89445139563,1547.63821781542,3365.30015381133,391.514818508547,913.201321998099,793.144275234669,1755.89908775354,1788.44564240176,4030.04848484736,878.372332626105,1173.33256316573,837.242962570023,1598.01109124526,1112.72973595877,2856.56112230828,1409.56454783663,1913.05805833894,1073.32322407157,2437.09972875518,1260.18742189056,3435.55633871251,22787.697940066,6880.24642740567,155666.108674213,55801.5369646335,5036.7471916498,24757.2463099986 -8645,6005.63924730072,2652.71595793414,1296.47006674654,1062.83027603001,2816.32975482957,1891.78566304372,2848.03006059492,2229.34704359977,519.088311391936,815.327365596919,4084.17531480003,4524.60254125461,2284.65025150294,2639.41479581923,2595.70496183091,2982.96591122074,1897.7226602175,3386.95449668194,507.236170260198,919.077402476106,1009.1071865452,1767.19758689316,2276.94733811282,4055.98021387225,1162.18296841087,1180.88248277551,1043.17610561814,1608.29364510354,1356.84068171166,2874.94193565215,1716.54527049106,1925.36781177349,1390.56897949192,2452.78147799724,1632.66525677083,3457.66275166517,26774.8338348581,8298.07359606741,196093.789396337,72728.5909418911,5905.53109588634,32655.6939615346 -8646,6031.37135814642,2699.17731317707,1300.6821264411,1081.44536177633,2866.70053652521,1924.91960091267,2880.96912280398,2268.39324628222,527.972287895233,829.607527880777,4155.09795010948,4603.84930922218,2324.32372389523,2685.64318604518,2641.06435291896,3035.21147428762,1927.72699707842,3446.27577289748,513.812313105886,935.174708923286,1021.4854955655,1798.14940991949,2304.93719384957,4127.01923220792,1170.17575258344,1201.56520998883,1053.84303445017,1636.46232338084,1379.8479580787,2925.29549807395,1746.05986704843,1959.08992876402,1408.59722901764,2495.74105353779,1653.83220143531,3518.22245725101,27412.5447558573,8465.50686701273,198591.801550512,73325.1368345107,6048.49553582399,32908.4962756866 -8647,5707.56037983585,2880.47407304051,1228.8117731441,1154.08325003296,2716.68058650806,2054.21147252829,2728.81786436445,2420.75535441027,499.847637742061,885.330120105024,3933.83938828688,4913.07796144402,2200.5537116033,2866.03089358938,2500.52820309288,3239.07877974484,1824.7955369272,3677.7532042511,487.131940281727,997.987975693991,967.415475467003,1918.92645564274,2183.0174120283,4404.22044127288,1108.12478299745,1282.27123781151,996.411590261512,1746.37926563549,1306.32781021283,3121.78003165936,1653.05938341352,2090.67693293454,1335.453985326,2663.37352594176,1567.95481275194,3754.53236133346,25966.3939833323,8019.10282074259,188024.764799581,69422.3762167786,5729.57486211691,31168.5476559927 -8648,5689.66636361865,3118.95403353849,1219.9138705946,1249.63201072315,2652.61361782687,2224.28357121792,2690.57038354077,2621.17432248856,487.110399297341,958.628294890349,3832.05821870471,5319.8410873943,2143.61825786763,3103.31507562256,2435.62438632684,3507.24831012636,1781.58819907881,3982.24142967204,480.754254966798,1080.6133099223,952.163079860849,2077.79804890696,2148.81842557436,4768.85427939332,1101.18818793347,1388.43292730667,978.963313468373,1890.96534685775,1273.36190164805,3380.23817422742,1610.73040454364,2263.76807687044,1317.96979969438,2883.87931670818,1547.4266528083,4065.3772800916,25035.1775363742,7784.81146057234,184768.603420848,68796.5910654111,5520.62683451572,30953.6811017028 -8649,5536.3188793261,3340.60394352364,1185.69162112885,1338.43768714959,2556.74294078766,2382.35331127836,2607.33532815233,2807.44928723238,469.208233553097,1026.75365774817,3690.53790757206,5697.8980531196,2064.45309244236,3323.85359583503,2345.66048777759,3756.49253234823,1717.93242725747,4265.24125747795,465.51182586728,1157.40759425528,922.079913472152,2225.45772761824,2080.91853228829,5107.75511293995,1071.41628241138,1487.10255502439,947.30684074799,2025.34767324316,1226.70720946252,3620.45636243709,1551.44172868779,2424.64380157496,1276.18325070474,3088.82353328941,1498.36511919012,4354.28519553326,23995.0134711899,7485.40642081642,178678.880367458,66786.9132941691,5289.68427769335,30074.2845460011 -8650,5375.33443273056,3473.55489571431,1153.47387654744,1391.70546985079,2483.50193435745,2477.16734686708,2531.6384081594,2919.18149562188,456.309939823197,1067.6168904961,3589.1466893734,5924.66572281484,2007.73577393785,3456.13790968354,2281.1395985945,3905.99521734657,1670.62272078523,4434.99136736571,451.544596432758,1203.47065480673,895.567112683698,2314.02755778938,2020.98756292953,5311.03599187762,1039.79862713141,1546.28697318296,921.743260670037,2105.95342783938,1192.97313355599,3764.54501493478,1508.80137052856,2521.14093430676,1237.89261387746,3211.75400838985,1453.40813156167,4527.57911862109,23345.8189122615,7277.9939092521,173620.631119627,64847.2838124331,5146.71983775569,29184.4462234072 -8651,5197.20890113425,3572.84574057616,1114.15968437498,1431.48708149909,2384.53389863292,2547.97666070233,2437.36939150193,3002.62569204526,437.604910633632,1098.13449745171,3441.53266166292,6094.02106130918,1925.16183929013,3554.93089361909,2187.22531883317,4017.64727893778,1603.29489745758,4561.76467397563,435.378281509636,1237.87161338368,861.557698581624,2380.17355465559,1944.40477700995,5462.85085203022,1003.46425741283,1590.48726498075,886.237269133604,2166.15166894042,1144.17308146256,3872.15375188451,1446.88754235233,2593.20722400093,1193.57326647513,3303.56132929182,1401.372842573,4656.99902686018,22303.4110983557,6970.90753485228,167009.236482561,62564.6282816887,4915.77728093332,28183.1973835573 -8652,5085.63101490638,3608.06539191791,1087.3722990434,1445.59809539987,2306.02602704488,2573.09357201975,2372.82297079274,3032.22434747632,422.833671028081,1108.95945798313,3324.58219253339,6154.09342732574,1859.74081837021,3589.9739477301,2112.87486094598,4057.25160183684,1550.94477354956,4606.73268350817,423.501195483255,1250.07404522508,838.01569751324,2403.63633161677,1891.2773493575,5516.70140039156,981.695460791903,1606.16563762919,860.779196685363,2187.50470572759,1105.71574523775,3910.32385912822,1397.94378613329,2618.7699997035,1161.01267958605,3336.12648509533,1363.14349923377,4702.90581767462,21413.4195063787,6720.4494655315,162166.610680793,61042.5274194906,4717.82651794272,27527.0983465735 -8653,4994.95046534849,3529.24354410433,1068.68361374503,1414.01753886937,2269.80691587807,2516.88173328807,2330.96312608083,2965.98233130089,416.371102889366,1084.73311390844,3273.91907938269,6019.65101487784,1831.40033705389,3511.54732586328,2080.59712632257,3968.61682569953,1526.66962306148,4506.0939358539,416.30856642518,1222.76490987261,823.362867787261,2351.1264581665,1858.24374512456,5396.18346321983,963.064257310994,1571.07732028987,846.53005085732,2139.7164468472,1088.78469333934,3824.89886854561,1376.59765877957,2561.56031308368,1141.29435617859,3263.24541850378,1339.99224099062,4600.16607036496,21112.3176774505,6619.53348127478,159491.625567521,59967.9247784899,4651.84293027918,27034.435586454 -8654,4910.24544195507,3473.29497276267,1048.12579017958,1391.60132979705,2204.65134880291,2476.98198268893,2280.02533765056,2918.96305592725,403.553336802056,1067.5370016958,3172.33288549227,5924.22238547073,1774.5739509338,3455.87929002912,2016.09563333561,3905.70293527923,1481.99198145118,4434.65950099789,407.29096632996,1203.38060019289,804.443393446646,2313.85440121318,1815.63658287725,5310.63857188782,947.068364237269,1546.17126593601,824.628582164109,2105.79584126096,1055.43470110369,3764.26331745735,1334.11299026501,2520.95227962509,1116.57294296501,3211.51367576035,1310.9668614177,4527.24032399611,20322.3095493887,6403.02946829466,155487.622331008,58787.1986605195,4475.88669650976,26544.341843969 -8655,4965.21922437032,3478.68838819112,1060.44954709457,1393.76224159441,2233.71458259981,2480.82829949939,2307.74754784419,2923.49569150942,409.01232563412,1069.19469866094,3215.37885292068,5933.42165955078,1798.65347072207,3461.24566196927,2043.45647744269,3911.7678041243,1501.73515561139,4441.54574623768,412.173880829024,1205.24923834377,814.384725916574,2317.44740961717,1838.04900909002,5318.88505836049,957.824610682378,1548.57219762367,835.549105438334,2109.06577136148,1069.68405311723,3770.10855548415,1352.17767721827,2524.8668745633,1129.95927034073,3216.50059093552,1326.6837312346,4534.27033095008,20620.4851353971,6491.88555807946,157448.542425047,59476.421157392,4541.87028417329,26848.3415681534 -8656,5106.96777043438,3631.32856227201,1086.97919637887,1454.91865672678,2270.81780193196,2589.68371316215,2358.16007903829,3051.77475576581,414.953273831435,1116.10952595159,3261.27670294625,6193.77223250916,1824.32830750598,3613.12047265171,2072.5167043693,4083.41092128665,1525.13318761666,4636.43480792984,422.00642466739,1258.13395609434,831.134135291665,2419.1338892766,1876.07969571216,5552.27059067217,982.890126494431,1616.52146569393,851.463189118828,2201.6087446216,1085.39016875559,3935.53585508549,1371.7106299764,2635.65464174955,1156.91482133015,3357.63631662983,1358.33220910703,4733.22802287659,20778.8211591228,6572.03655569754,160581.423349093,60968.013566311,4574.86207800506,27564.5652824888 -8657,5189.34113929967,3840.89202033897,1099.97978638012,1538.88180676436,2275.11345666149,2739.13399421587,2381.97682932502,3227.89224557499,414.659212298894,1180.52004894033,3257.96987706832,6551.21395260281,1822.47849940731,3821.63314444026,2070.46897403056,4319.0639883938,1526.53550408943,4904.00280536928,426.450196864716,1330.7406888725,838.379322232307,2558.74176409986,1892.56239599931,5872.69134168698,998.906669025324,1709.81069099563,855.541942287177,2328.6632740924,1084.82960036281,4162.65507302323,1370.60564000911,2787.75789859439,1169.09725651879,3551.40503388517,1372.63559064991,5006.3819430696,20589.7272867396,6551.40951766809,161582.421048298,61745.7539391619,4530.8730195627,27968.8515559425 -8658,5205.7808911697,3861.03610266719,1100.38588623188,1546.95268239552,2260.20616562821,2753.49975623035,2378.39226704357,3244.82136693461,411.207382080132,1186.71144743059,3230.15820108453,6585.57268815492,1806.92090267515,3841.67622096577,2052.77322296604,4341.71590885976,1515.39157814496,4929.72251728154,426.186711483672,1337.71994000797,836.29048518913,2572.1614344472,1887.98123242269,5903.49147281504,1001.27535097321,1718.77802648507,851.674204378251,2340.87626640243,1075.94364811902,4184.486685589,1359.10383385678,2802.3786753106,1168.37492120654,3570.03086220958,1371.78749768549,5032.63859634016,20297.3490851713,6485.31297789569,160988.749785923,61786.9221668033,4464.88943189917,28023.3946025371 -8659,5151.03935582111,3740.69144829798,1085.65152458079,1498.73570619065,2226.07970274798,2667.67590800465,2347.40639219392,3143.683512869,404.397067313816,1149.72283215233,3176.3182458504,6380.30693877955,1776.80332500389,3721.93499485001,2018.54728586652,4206.38894311083,1490.78804837176,4776.06797049588,421.21596852426,1296.02454023901,824.867624162135,2491.98972131648,1862.33620498228,5719.4855163888,989.996172338102,1665.20542523645,838.79871062362,2267.91348187765,1058.19597204724,4054.0603983181,1336.54892343932,2715.03131980182,1154.7478153934,3458.75655169401,1355.78793021378,4875.77625775096,19901.1109847874,6373.1828004566,158720.339094042,61056.8326566297,4376.91131501445,27716.8571554895 -8660,4974.34301329666,3525.34468722356,1047.33958485051,1412.45543301239,2138.55958739424,2514.10126162572,2260.00965907751,2962.70572528713,388.394689992754,1083.53477802935,3050.29219375136,6013.00093321419,1706.30550612216,3507.66801850392,1938.36319209006,3964.23258051366,1432.32356984031,4501.11592424102,405.687253433636,1221.41408629729,793.821267174195,2348.52910112541,1792.2962010795,5390.22214409788,954.707666999526,1569.34170597369,806.807119790332,2137.35264052796,1016.39256807029,3820.67339272182,1283.6155421915,2558.73048370881,1112.17642407225,3259.64041740522,1305.80491421996,4595.08413455861,19054.6552606504,6113.62347894983,152741.615348986,58869.4263461917,4189.95781663444,26735.0443280861 -8661,4561.28067450007,3382.90651893416,960.328770050662,1355.38652698518,1963.84635256917,2412.52141330681,2074.93965002932,2843.00044420644,356.510123569369,1039.75559535263,2799.9584943895,5770.0514020794,1566.27112827991,3365.94405904721,1779.36383762047,3804.06156816189,1314.78423383708,4319.25265571279,372.451851383899,1172.06402251329,728.846724006531,2253.63903702728,1645.59114374417,5172.43539216387,876.383851151929,1505.93396067458,740.223091507444,2050.9949586228,932.938016422484,3666.30275155767,1178.24937813127,2455.34743450895,1021.06281305433,3127.93777510191,1198.82854028831,4409.42417068776,17503.5319072861,5614.5817545517,140178.334071063,54014.3394192093,3849.04261370618,24532.1047999799 -8662,4104.70458867346,3342.61834797457,869.363631603542,1339.24477319746,1781.59880866486,2383.78988478275,1873.47823307838,2809.14219619004,324.973303773584,1027.37279643481,2552.80163711107,5701.33392022423,1428.01384679259,3325.85789972466,1622.14399763691,3758.75772014211,1197.10857267895,4267.8132238405,335.146791588291,1158.10551805853,659.071713054532,2226.79969213354,1487.77609796603,5110.83512027028,788.083024779936,1487.99928688979,673.452031924142,2026.56897018127,850.300088948043,3622.63951959496,1074.09199713478,2426.10587650165,918.792387616706,3090.686112625,1078.75296484422,4356.91085593085,16047.2841580584,5121.16905441263,127028.608548247,48693.2859768291,3530.12193999909,22062.2582052459 -8663,3394.35661223108,3151.5094762018,740.792078259363,1262.6755897044,1642.76021142498,2247.50050083313,1634.86047297687,2648.53397237398,304.901717640568,968.634395703039,2400.45872266501,5375.36924832141,1342.79461623149,3135.70727984367,1525.57741120631,3543.85674360711,1111.06265393165,4023.80781094637,289.876386231684,1091.89268251776,581.332008329694,2099.48597201187,1311.32417742967,4818.63127526855,658.146233689242,1402.92530137526,606.088500332476,1910.70312217152,796.666091250582,3415.52088403528,1008.46318912545,2287.39714322958,794.685265394665,2913.9810645164,933.038951689859,4107.81142805389,15989.3659957277,4896.38574185919,113459.646613413,41453.2787969589,3530.12193999909,18517.0384848282 -8664,3852.05543225759,2956.6317058725,803.320087847139,1184.59636911853,2000.94654643888,2108.52332506268,1927.73550639928,2484.75835974289,361.793060248895,908.737602523672,2915.02449727087,5042.97615805152,1630.63799604626,2941.80665929476,1873.96995878139,3324.71765937598,1427.50333676074,3774.99031559937,320.57952973731,1024.37404961668,676.562594033757,1969.66147103769,1523.31949719737,4520.66481632104,695.905502922827,1316.17355376508,686.6308797267,1792.55225922098,931.348027100139,3204.31761797494,1284.49620630349,2145.95290563604,878.856784373509,2733.79117870995,1031.86462425491,3853.79945757518,19941.7786284301,5961.61248446557,133095.351095238,47380.2415995533,4392.74686524916,20909.6483662179 -8665,3853.14777206289,2821.60136376563,811.409149583701,1130.49546346196,2002.09351445665,2012.22637155371,1925.16873513825,2371.2786284992,362.440779689662,867.235257436041,2919.6801680428,4812.66177885239,1633.24233562039,2807.45338193937,1877.33053852978,3172.87671075102,1432.91389743257,3602.58526672126,323.964305038403,977.59054997065,681.306097074476,1879.70638405791,1534.19073888126,4314.2045678275,704.515137607155,1256.06347482494,690.164269027401,1710.68580817593,933.133399960705,3057.97537882664,1288.85197961808,2047.94653087596,888.136019199833,2608.93803674548,1042.75936197291,3677.79516927168,19894.4690105387,5963.07248490302,133723.961476605,47709.9579899332,4390.57385331595,21062.0357376295 -8666,3954.38181408358,2739.46548413666,855.947647800095,1097.58711556405,2061.50216505919,1953.65112943673,1978.46496318273,2302.25149429863,389.63653490304,841.990326798602,3140.13336812911,4672.56679107735,1756.56183593583,2725.72934536774,2006.82814229313,3080.5153223074,1487.29034523191,3497.71520476977,343.147098934529,949.133213378052,724.735918705116,1824.98875481323,1631.74105950083,4188.61950410151,740.878120169307,1219.49988377362,735.834476044946,1660.88831182237,1002.86303621107,2968.95873003665,1332.67589706854,1988.33148677132,940.724930827046,2532.9927160147,1104.50393572035,3570.73577200793,21572.7482264731,6360.73901330799,141006.285181664,49908.4692058002,4712.58191699676,21934.9976706275 -8667,4161.02680613414,2693.06910805585,928.524598902467,1078.99806419981,2116.45818483833,1920.56353148855,2056.76020205825,2263.25990021554,424.046226510533,827.730136230491,3417.69075216503,4593.43085475807,1911.82489355882,2679.56560848751,2165.69054012743,3028.34282798539,1542.11709418674,3438.47689313424,371.950483412645,933.058420038376,787.202594058913,1794.08021988119,1772.25475545544,4117.67983835393,803.103443138556,1198.84608267055,799.777010960395,1632.75902923431,1091.37682117352,2918.67559027642,1370.07209758769,1954.65653230748,1019.68833152282,2490.0932221745,1197.2147632836,3510.26076302439,23471.1665156819,6818.36178644331,150996.64058112,53483.2641237969,5050.13050056202,23447.7496793174 -8668,5108.72471974685,2687.54572800002,1159.34858078636,1076.78508111288,2632.32819619886,1916.62453034147,2538.31907317079,2258.61804213747,534.736796668073,826.032493896549,4311.11384264269,4584.00990663048,2411.59758474611,2674.06992358438,2728.79787870982,3022.13181456272,1930.864422362,3431.42471068665,461.405298317428,931.144753488657,982.016325058152,1790.40063108957,2210.4095921247,4109.23463706762,991.780222395885,1196.38729595646,1005.69790072007,1629.41030393384,1375.99346585835,2912.68950009531,1716.24582383024,1950.64760774099,1264.92535909712,2484.98613777055,1485.1472430809,3503.06135465003,29793.562375553,8592.2340168369,188539.650751047,66218.3564998812,6404.21154978107,28904.0460270243 -8669,6434.06706289125,2661.22846138846,1321.63990680931,1066.24087352312,2864.4487892413,1897.8563589821,2974.34057642773,2236.50096611182,539.328476930259,817.943732040257,4334.78110748859,4539.12188496597,2424.83683585922,2647.88461615548,2762.11284737809,2992.53817904965,2050.62236580494,3397.82315443115,523.269643385916,922.026700360776,1076.77641314204,1772.86848260965,2426.61627103625,4068.99575949747,1178.98126316034,1184.67190703848,1066.01231273602,1613.45462178805,1390.60611617653,2884.16755707046,1811.70708660968,1931.54627204155,1434.52414607774,2460.65239638249,1684.27296152955,3468.75831055054,27999.6993905704,8586.26611512209,205878.825656707,77484.5185177106,6046.11754976106,34709.8555174177 -8670,6275.78036290202,2592.02378169469,1314.78364423667,1038.51350655739,2819.92863148183,1848.50300832704,2915.98309093097,2178.34123452913,541.531063866259,796.673279388539,4353.18044828579,4421.08298650321,2435.12925852469,2579.02694031675,2764.69105094734,2914.71786066765,2017.99105565633,3309.46348652958,525.49884297226,898.049592272026,1079.39948386896,1726.76541507588,2432.68790550284,3963.1823908608,1178.80458757326,1153.86476625432,1064.97514057635,1571.49707777358,1396.13938214306,2809.16539364625,1776.18507734856,1881.31682236831,1440.63541332486,2396.66365456642,1691.44819257264,3378.5539890127,28205.0636119033,8585.84603698125,204980.434181827,76947.712802511,6061.65806964551,34453.6221426892 -8671,5779.98700421194,2685.46633808382,1262.80592197139,1075.95195815751,2614.52067839134,1915.14161242122,2689.44748087112,2256.87051928328,526.655551887174,825.393381556852,4234.82086779046,4580.46319712659,2368.91999361714,2672.00096007749,2673.44581172193,3019.79355093611,1893.57547281846,3428.7697716963,507.114099613946,930.424314394075,1043.03783266375,1789.01537428093,2350.62353939635,4106.05526751174,1131.96490539363,1195.46163517489,1029.8114635012,1628.14960748501,1357.53282774591,2910.4359134447,1657.49623410355,1949.13836571272,1390.23432738322,2483.06347090652,1632.27234215888,3500.35098943436,27590.8861714141,8270.41465325399,195852.744055778,73044.1442431861,5882.41309082698,32574.8856149359 -8672,5684.04721520146,2862.99420569387,1244.92733710799,1147.07981184674,2529.16357376478,2041.74569671111,2620.48698996024,2406.06524389347,506.897552663338,879.957583270807,4073.54745795182,4883.26344173232,2278.70512575547,2848.63867322531,2573.44005052449,3219.42275578505,1835.68670875367,3655.43512864484,496.630917997267,991.931785988296,1017.35689497792,1907.28164335073,2293.08447802741,4377.49387226838,1118.33652665829,1274.48990370782,1001.72309502123,1735.78153862037,1307.10646869412,3102.83582336062,1603.96954174853,2077.98987013665,1361.49507727207,2647.21111144071,1598.52962543347,3731.74835913084,26190.6193313626,7927.48656338392,190633.26775274,71746.0186117922,5595.23973934279,32067.9221600454 -8673,5511.52022129272,3070.47827384463,1213.33622709931,1230.20983892896,2430.15058768575,2189.71305984458,2529.36866788215,2580.43521084846,490.237418757213,943.72899391985,3938.9758141026,5237.15845232209,2203.4269811442,3055.08238150698,2486.32449492425,3452.7375592656,1768.63348955364,3920.34818709394,482.229225758209,1063.81807967188,988.28326559,2045.50426136534,2227.51847436081,4694.73525372732,1090.65005148869,1366.85346822794,972.7984223407,1861.57537164234,1264.2898895548,3327.70145464776,1542.50381375499,2228.58388495322,1322.01337692418,2839.05716183203,1552.17421165185,4002.19191410818,25219.0947962575,7641.2633783791,184644.416424517,69693.6910344608,5380.23826053699,31155.5265089837 -8674,5385.29317956456,3237.15432513253,1198.50020806691,1296.98983211597,2467.90961312562,2308.5781660977,2516.46156382295,2720.51005039779,488.94197987568,994.957828050472,3929.66447255874,5521.44930636845,2198.21830199595,3220.92269115725,2489.38804247129,3640.16395059167,1798.43909993603,4133.15808093511,475.459675156024,1121.565759673,977.932376192971,2156.54122133381,2203.89965326876,4949.58152331306,1072.06030759402,1441.05094446937,966.57816528227,1962.62804306595,1260.71914383367,3508.34045901733,1576.75776193344,2349.55903239914,1303.45490727153,2993.17088448746,1530.38473621584,4219.44456507863,25351.2396129039,7682.53305435106,183777.278814195,68714.3219806599,5459.91747807081,30635.3668191268 -8675,5329.9077994879,3410.19850449328,1152.40099485621,1366.32126293323,2386.5757626041,2431.98470595309,2464.51310345372,2865.93667570842,465.26798982535,1048.14394263168,3738.49310293573,5816.60195222305,2091.2787893588,3393.09919801961,2371.41301791119,3834.75127028732,1726.70926352482,4354.09872090735,456.171364841445,1181.51978317288,935.413569048134,2271.82052791678,2108.31031773078,5214.1646067426,1030.63565081022,1518.08325527603,923.449011182219,2067.54159521451,1199.86553186986,3695.88106866185,1514.78947477858,2475.15623098327,1250.57672633165,3153.17277113567,1468.30053173911,4444.99770490068,23982.7242606355,7321.01367656452,176533.602262463,66497.725011009,5161.22019421668,29744.4555431881 -8676,5238.95206310668,3413.57750916764,1137.89289165418,1367.67508615732,2354.60992805792,2434.39444476406,2427.1122590357,2868.77639703575,458.254133681147,1049.18249897287,3681.89337716193,5822.36534844751,2059.61742133293,3396.46125979859,2336.5692979375,3838.55094425065,1705.47692989683,4358.4129917368,449.313709167085,1182.69049533668,922.832274606808,2274.07156760641,2079.83230382181,5219.33107624748,1018.26794372202,1519.58745229239,911.360833620131,2069.59022455543,1181.82849904537,3699.54314269961,1496.3222189831,2477.60874641991,1231.77671992062,3156.29710114716,1446.22746830461,4449.40204324128,23588.0238154952,7209.86461828072,174060.383190222,65561.2132489504,5084.37286131992,29315.4106604529 -8677,5165.86758037372,3295.44220303887,1115.36859690013,1320.34330167199,2342.73750630712,2350.14619430014,2403.30313573331,2769.49528302307,449.273379869128,1012.8729394658,3609.75549095011,5620.8679718726,2019.26414872009,3278.91830388116,2295.70975341837,3705.70837961807,1692.15732797365,4207.57931310151,440.420475397009,1141.76056087732,903.76400010351,2195.37168747291,2036.92283683585,5038.70319455329,996.693702480033,1466.99836404586,893.007563223157,1997.96692785795,1158.66333504028,3571.51128740244,1488.21915241164,2391.86495799279,1207.39625233351,3047.06562089632,1417.6023925548,4295.41946307235,23140.7019246816,7097.36644314076,171194.013906758,64415.3745402913,5008.77675256575,28814.3473563782 -8678,5195.09628921591,3227.60212987168,1127.08318594393,1293.16267440788,2386.58647455318,2301.76601344675,2433.65027194211,2712.48236910723,457.612349076759,992.02190640594,3677.63049342056,5505.15661328063,2057.23280322494,3211.41839220333,2339.57953668298,3629.42255449338,1724.7306833395,4120.96195771463,445.007955563449,1118.25624333295,915.936918472145,2150.17769931253,2064.13260832923,4934.97629772863,1005.16009793139,1436.79869121857,906.426229974009,1956.83672006778,1179.98612933452,3497.9880476893,1518.378991763,2342.62595340438,1219.97265754178,2984.33863558423,1432.36833379284,4206.99382769331,23708.6324295402,7246.49298860192,173634.22052825,65026.1487084502,5136.65819024742,29045.4126949669 -8679,5271.89909899889,3225.52273995548,1136.36861175214,1292.32955145251,2407.3539945053,2300.2830955265,2464.52702682988,2710.73484625304,461.116309730671,991.382794066243,3705.73396279218,5501.60990377675,2072.95362650481,3209.34942869644,2357.1714629778,3627.08429086677,1736.82898490806,4118.30701872428,448.650892852045,1117.53580423837,923.303492239779,2148.79244250389,2080.74446471783,4931.79692817275,1013.59305702864,1435.873030437,914.017447470737,1955.57602361895,1189.03314417191,3495.73446103869,1528.59592991708,2341.11671137611,1229.95963379618,2982.41596872021,1444.09402981455,4204.28346247764,23878.094757067,7301.5604344484,175123.201905943,65673.6200344388,5167.14687857761,29352.9800949916 -8680,5413.29728089271,3395.1229291766,1181.41720126025,1360.28112213821,2476.14897036247,2421.23355215506,2532.30646558693,2853.26713633981,479.077817354709,1043.5103786532,3850.00973521582,5790.88831100763,2153.66017173047,3378.09921416257,2445.4965970674,3817.79886076636,1790.28284257097,4334.85041523927,466.437360392196,1176.29660028311,958.848391299602,2261.77741710388,2160.93438551688,5191.11417987186,1052.63011593459,1511.37221531113,949.87746672171,2058.40154691587,1235.36347218208,3679.54256715272,1572.54259780501,2464.21422742202,1278.72056897039,3139.23343782849,1501.34418131418,4425.34755914102,24791.808370089,7563.51584478147,181430.113260679,68008.3454959361,5356.00569291966,30382.6285553644 -8681,5554.59963060054,3689.09660057824,1191.06697799112,1478.06384870072,2509.2154256,2630.88101750339,2581.98922150111,3100.32311429902,475.985886873378,1133.86486170363,3823.70075625696,6292.30423407603,2138.94316994621,3670.59885233833,2434.60191197414,4148.37079326622,1805.90560101924,4710.19231540838,469.434892712032,1278.1486502548,962.680879854518,2457.61804646236,2169.7618871787,5640.59743157025,1066.30142484057,1642.23747358241,949.735817348338,2236.63246007825,1227.69669541933,3998.14329534693,1588.1359931101,2677.58326255475,1286.93819165461,3411.05039360778,1510.99248157662,4808.52533983613,24416.0882535736,7527.81625279745,182466.900724059,68902.3576598041,5292.85530432607,30871.3336970179 -8682,5538.93400595241,3743.42064244169,1192.59125789316,1499.82917801768,2516.00745669709,2669.62223412271,2579.07247150546,3145.97713231118,472.905826064805,1150.56166552412,3798.17735135921,6384.96198626824,2124.66561109424,3724.65050435717,2422.1340408415,4209.45790836187,1811.39467736703,4779.55257138189,469.604949627362,1296.97011477629,961.345778905955,2493.80786746609,2166.89063361792,5723.65843110045,1069.60583700794,1666.42035273245,946.791739284125,2269.56814286178,1219.91592495602,4057.01822524669,1594.17699191082,2717.01219624683,1287.40439632429,3461.28004721773,1511.53985188184,4879.3336054212,24149.9326897189,7486.03836832909,182244.149063982,68929.742089761,5258.02059212945,30902.0475813472 -8683,5576.06814685943,3668.36768688149,1179.38882403959,1469.75865605458,2523.99192005009,2616.09818271677,2594.67705655661,3082.90249965361,466.987328552223,1127.49371195972,3750.38450895346,6256.94798143645,2097.93073293495,3649.97387688673,2396.41665033335,4125.06123283284,1808.44077569,4683.72589813269,465.275631448427,1270.96677460031,950.932047948643,2443.80877066928,2143.54513910497,5608.90309823704,1059.59229144349,1633.00979468289,935.586189987625,2224.06489510068,1204.70252196507,3975.67785833357,1594.72992727086,2662.53800937361,1275.53573254408,3391.88381249595,1497.6048689475,4781.50639249751,23814.9451284064,7419.65092640762,181003.790101197,68611.7255368248,5197.04321546908,30810.043433591 -8684,5503.04505976427,3529.17855863906,1151.45967643041,1413.99150196188,2546.06238459966,2516.83538887221,2588.99953175381,2965.92771740435,457.794624817535,1084.71314025539,3676.9565905047,6019.54017247859,2056.85582810817,3511.48266624601,2360.50206786216,3968.5437498668,1817.02783669129,4506.01096322611,453.983141176678,1222.74239458128,928.848037035809,2351.08316587316,2093.68261576464,5396.08410099428,1032.14936456919,1571.0483913737,915.120980260137,2139.67704733648,1180.90423577294,3824.82843905287,1610.75794004675,2561.5131459821,1244.57779304018,3263.18533097534,1461.25719184938,4600.08136554687,23435.1775468228,7341.96516082057,178304.498880448,67314.3225513199,5161.28671548181,30224.6832759646 -8685,5109.31224431117,3439.56987996859,1048.19649865289,1378.08912183665,2359.35363664612,2452.93091651962,2404.20297995077,2890.6204300646,415.075638184304,1057.17140225042,3333.48813915113,5866.69921187057,1864.72272331106,3422.3233004989,2146.44307622071,3867.77923603936,1674.56890095456,4391.59972509226,413.523588020856,1191.69598292705,845.176944474839,2291.38727561491,1905.15578001944,5259.0731908772,941.707539669103,1531.15821065906,831.176967638223,2085.34892825506,1070.78267226487,3727.71297241665,1488.14734016428,2496.47426948586,1133.65944209977,3180.33043403345,1331.02809815502,4483.28160432928,21205.0402790707,6692.34226345042,163003.685423135,61703.7499044811,4689.60057352201,27759.1852332156 -8686,4804.42658423455,3447.95241879552,944.751145414045,1381.44764804019,2264.26498736795,2458.90892812138,2288.03209660795,2897.66513008074,375.436712359646,1059.74782332496,3015.5430926953,5880.99688153439,1686.86717736592,3430.66380787217,1959.56880988376,3877.20535929067,1587.29607393956,4402.30244563366,370.430180951155,1194.60025241288,760.249302915658,2296.97159094377,1713.45740995982,5271.89002168879,843.849879023612,1534.8897798956,751.446815394983,2090.43110973961,968.441879220094,3736.79774168065,1423.2638495836,2502.55840012565,1015.52047921586,3188.08118318992,1192.32129323121,4494.20776179426,19277.7368921472,6164.73263300556,149439.44217857,56387.361320486,4324.65810135042,25406.5067949037 -8687,3979.23399234762,3273.15375163232,807.892927553264,1311.41326870339,2034.12263092965,2334.25117444464,1975.63918339023,2750.7640302099,352.770762582224,1006.0224569201,2840.13710184514,5582.85169516832,1588.74667317043,3256.74161050305,1836.1542334238,3680.64512678063,1438.40735428281,4179.1216976189,321.582459883008,1134.03835753977,673.421174503659,2180.52347222264,1516.66482917979,5004.62434128126,707.189213950952,1457.07644166459,678.086109747668,1984.45384340987,908.581841046985,3547.35566552451,1296.51545075111,2375.68777672162,881.606279837307,3026.45704400752,1035.09280335541,4266.36774798381,19127.3986173736,5840.49757919018,133085.711529147,48085.1123391451,4254.0003679014,21362.184428923 -8688,3613.97399030583,3093.61147957134,784.028745360256,1239.47832896629,1901.23328282441,2206.21051665036,1902.52995131477,2599.87639664205,352.062945519269,950.839116519503,2840.93202418258,5276.61558345796,1589.19134544284,3078.09959346561,1815.22122265312,3478.7507341378,1371.12266314931,3949.88437430781,357.53498113787,1071.8329621423,764.47758889143,2060.91523863754,1720.47552057687,4730.10572919429,669.556009405373,1377.15144126626,665.838593831558,1875.6006153364,905.398356831077,3352.77259845072,1203.57502429493,2245.374197371,980.168771478802,2860.44682413774,1150.81489848127,4032.34471788975,19872.4861664118,5863.2466230644,132553.772986195,48091.0880215937,4418.48844860767,21461.4044504783 -8689,3705.4173250524,2953.38265952238,802.964279179037,1183.29461465861,1933.80380082458,2106.20626609323,1918.84573745951,2482.02785561428,360.089448154171,907.738989613977,2905.60793771393,5037.43442512364,1625.37045890551,2938.57390420722,1856.54407391722,3321.06412290239,1398.70824887836,3770.84197392994,358.799695797916,1023.24836366789,769.961903345969,1967.49700753662,1732.59974324118,4515.69705199233,686.045210402414,1314.72720896924,681.375522967233,1790.58242125853,926.05956262709,3200.79638926031,1230.99895883374,2143.59471525279,983.635939392452,2730.78701209916,1154.88569588542,3849.56451243918,20286.2915554371,5979.3667604381,135028.189959209,48794.7390029712,4508.61850249699,21748.1873104944 -8690,3841.98176390541,2883.72311939063,836.049113268142,1155.38500449288,2034.248675841,2056.52853149774,1998.29202229184,2423.48585853888,379.613606994273,886.328733014718,3064.03630727312,4918.6196943719,1713.99383730138,2869.26364867692,1957.91196179703,3242.73231621843,1473.05750055652,3681.90154592053,373.114793803946,999.113661642786,805.208212398727,1921.09091914381,1811.55814403521,4409.1882056016,713.276004278907,1283.71758260734,714.290399683886,1748.34910359794,976.085285906173,3125.30126037399,1297.89403520989,2093.03512331779,1022.88024489094,2666.37769255255,1200.96238467858,3758.76730646946,21608.0619910226,6323.21928950761,141535.300777228,50666.7760260014,4811.24809957306,22555.6106619789 -8691,4108.39398726799,2838.10651216471,892.855714724485,1137.10837328988,2139.17448454687,2023.99702608399,2078.93455410962,2385.14958353968,403.693114898978,872.308208847503,3258.06404786716,4840.81377008496,1822.53117768938,2823.87577075994,2081.88051558932,3191.43666809845,1556.82325655115,3623.65883338846,385.028937704745,983.309032144641,831.278490983008,1890.70185394036,1870.18316474493,4339.44079982342,762.743607270031,1263.41090324515,760.90118709091,1720.69258074513,1038.06890329421,3075.86321304604,1380.16583882633,2059.92613289897,1055.54242455599,2624.19919660082,1239.31100796588,3699.30868136087,22701.9461726411,6669.49136455854,149334.114729003,53380.7216775218,5035.7028282598,23673.6368018625 -8692,5003.30481219373,2872.1565133757,1095.20278973121,1150.75075821151,2600.4450438163,2048.2798008473,2499.39296132242,2413.7652629935,496.044731004788,882.773670746237,4003.87449423796,4898.89112342849,2239.73070820415,2857.75503956183,2558.18449165007,3229.7257252384,1905.9585558915,3667.13344828971,459.041004042009,995.106219315661,995.674026054588,1913.38542840817,2239.676788471,4391.50296304938,927.183443227007,1278.56859468523,935.431313070283,1741.33647984017,1275.44553375294,3112.76568505691,1695.98222476694,2084.63996482145,1258.44373481528,2655.68285848565,1477.53717631796,3743.69090047077,27783.7530998619,8156.99453962115,181702.977344916,64581.6682424755,6148.1852598728,28497.9257035277 -8693,6565.03118855903,2953.90250542565,1392.1126901017,1183.5028947661,3196.44761306609,2106.57699444952,3255.2648232234,2482.46473500354,593.190441186326,907.898767214574,4780.42954295437,5038.32109981187,2674.12848758612,2939.09114351606,3054.34854452024,3321.64868703708,2312.9429952362,3771.50570666558,606.473967557443,1023.42847289558,1289.1518378627,1967.84332068902,2901.86504501814,4516.49189197193,1210.62774854017,1314.95862346316,1145.72801625013,1790.89759441537,1526.81478976244,3201.35978421516,2026.84316075913,2143.97202461614,1662.62568720633,2731.26767735815,1952.08668865051,3850.24210168915,32188.9920652551,9714.60630900766,227120.051365011,84340.8198354949,7119.70659870489,37795.1742674746 -8694,6672.36649127802,3107.97225889209,1417.86219412532,1245.23208145676,3287.80651769206,2216.45191333962,3264.76929752488,2611.94522022897,617.119352715843,955.252983875521,4975.52637405282,5301.11003353836,2783.26386740718,3092.38836543357,3179.38733658705,3494.89935911374,2383.14204264869,3968.22003740465,606.722012436693,1076.8084921142,1286.19968017261,2070.48216361707,2895.49467317674,4752.06323904625,1234.4665344415,1383.54428279464,1180.36818284045,1884.30729576753,1587.93253222652,3368.33642335795,2108.98696047376,2255.79739483904,1663.30569296071,2873.7252354287,1952.88508253529,4051.06316816097,33520.4050605129,10076.9671652391,232208.532990734,85230.037206442,7391.88573809454,37997.5241799702 -8695,6422.79828741582,3399.60661112275,1368.63717696824,1362.07754248476,3175.20018546908,2424.43109209447,3074.83421975458,2857.03523034218,603.685324558575,1044.88846384864,4868.66110078261,5798.5358990078,2723.48441264946,3382.56041417648,3111.26572452642,3822.84073883179,2314.99059860749,4340.5751241678,566.531928741769,1177.85004619363,1209.31883428163,2264.76437539165,2721.76137606425,5197.9696915615,1190.43886860391,1513.36817023149,1147.95806175568,2061.11992208118,1553.06185900131,3684.40186059293,2063.32154311811,2467.46852868693,1553.12608246354,3143.37918588639,1823.52334304862,4431.19178079964,32914.7480186957,9827.36796092701,223811.552277308,80992.2277265683,7253.60811189614,35938.9501192287 -8696,6393.38923570337,3621.84134617329,1356.64702385794,1451.11753340077,3076.54175815608,2582.91790043196,2981.92543962738,3043.80168307462,588.077382439756,1113.19357602281,4740.88961073024,6177.59037106962,2652.01021176851,3603.68082704351,3029.34993139602,4072.74259393323,2251.46952453945,4624.32164928936,546.384894418774,1254.84695286179,1165.59344543115,2412.81365534961,2623.40715285279,5537.76471767582,1181.46864204761,1612.29813855339,1126.66432869776,2195.85681731266,1513.30534984101,3925.25386641903,2009.65462729985,2628.76872528149,1497.89374178889,3348.86414942696,1758.67512264421,4720.86198209357,31605.0255887946,9500.403106497,218427.859973489,79468.3433179111,6947.44872502525,35250.8550679743 -8697,6167.20816671112,3775.91109963973,1304.31469646446,1512.84672009144,2919.67621778695,2692.79281932207,2848.63656665385,3173.28216830006,557.431456831606,1160.54779268375,4492.36014299668,6440.37930479611,2512.98510456858,3756.97804896102,2870.48777852413,4245.99326600989,2137.11469622398,4821.03598002843,521.672864826477,1308.22697208042,1112.79854524493,2515.45249827766,2504.58747389358,5773.33606475014,1138.92955805618,1680.88379788488,1074.99725113196,2289.26651866483,1434.75227076432,4092.23050556181,1904.67811890739,2740.59409550439,1430.14663741006,3491.32170749752,1679.13333421272,4921.6830485654,29773.3615804681,8982.91075808491,208346.183261695,76206.7842647495,6545.84051674853,33868.8913089818 -8698,5926.94084212337,3862.07579447372,1252.45030829937,1547.3692426105,2793.91495343845,2754.24121294293,2738.75225609502,3245.69512571312,531.108861251515,1187.03100263178,4279.49720646364,6587.34603753138,2393.91152814213,3842.71069958344,2734.35594970773,4342.88503712914,2041.67117727201,4931.04998275282,502.783866000675,1338.08015846334,1076.45658842232,2572.85406075199,2422.48119799053,5905.08115277425,1093.29369381011,1719.2408554729,1027.93754805364,2341.5066127161,1367.15407669493,4185.61347549871,1814.61357338998,2803.13329403729,1378.36315397404,3570.99219272756,1618.33441267238,5033.9937748401,28529.5931725787,8580.45793317706,199865.668285583,73120.5337751256,6295.31144338251,32594.4689941485 -8699,5757.92490479105,3926.60184843182,1217.12833717884,1573.22208355801,2717.86616772175,2800.2579994012,2692.06558091354,3299.92293219816,514.548345091476,1206.86345300351,4145.8484547102,6697.40484229814,2319.14964091362,3906.91320909956,2648.8605757862,4415.44426412323,1982.52320990796,5013.43603993804,495.94861822862,1360.43627913524,1054.83585019972,2615.84030151608,2374.37345159364,6003.74094231957,1060.61051953656,1747.96526020001,996.718895508832,2380.62759067607,1324.56874426508,4255.54507066684,1757.99656606065,2849.96695029065,1359.62457798865,3630.65493555658,1596.3334746219,5118.09977669663,27474.290589611,8312.1387033072,194296.566471572,71613.7737374665,6049.67797592683,31936.6346335585 -8700,5655.89598305169,3961.4316184977,1193.78423454902,1587.17688864088,2646.95825928394,2825.09686669895,2625.96387557464,3329.19393073586,501.559380085193,1217.56858130314,4040.56351845032,6756.812207674,2260.25421220027,3941.56833686471,2581.56385121346,4454.61016746521,1932.34692282273,5057.90625394275,483.274754976747,1372.50363014779,1028.44905201989,2639.04334571248,2314.93336779453,6056.99536551493,1041.91644306823,1763.47007338096,974.91075007058,2401.74424950637,1291.2639734716,4293.29263511,1713.51210196436,2875.24674625815,1324.87965615207,3662.85959532989,1555.5395064201,5163.49837968149,26692.6447393351,8087.44646574576,189768.142601617,70063.8342858896,5877.37193659867,31258.0732044372 -8701,5514.78886627879,3900.47951930662,1162.48088288252,1562.75597911451,2584.12658199657,2781.62884780412,2582.33066737462,3277.96968197059,486.571595387591,1198.83460629446,3919.44917726765,6652.84931557849,2192.50395940361,3880.92186170781,2504.07078920025,4386.06983484478,1880.526452629,4980.08337742257,477.571293874642,1351.38576532987,1015.41391272775,2598.438017319,2285.66344932258,5963.80012251368,1014.23969680006,1736.33664961282,946.883911635413,2364.79009559798,1252.75602852987,4227.23439562668,1662.24517735742,2831.0071021713,1309.24383096977,3606.50143926958,1537.18150411129,5084.05082240404,25997.2471502842,7870.43915145824,185295.156898346,68591.2341682901,5737.3053326786,30683.2369701926 -8702,5468.3620622236,3839.46244095342,1152.81814129464,1538.30903520606,2568.38367630553,2738.11448898853,2583.65315241402,3226.69082460595,480.543912444009,1180.08065957003,3870.60266865909,6548.77559183469,2165.17967002426,3820.21073320519,2472.94427537662,4317.45643347948,1863.21699715504,4902.17753632238,479.724203100624,1330.24538740444,1021.19344295129,2557.78940083124,2298.57803994949,5870.50552692434,1006.73316560286,1709.17429973441,936.743825063563,2327.79654600036,1237.2979968821,4161.10573348179,1641.60370332926,2786.72029555775,1315.14595104882,3550.08320150892,1544.11117573238,5004.51856852428,25833.752075365,7803.40637409887,184209.701760985,68281.2520734786,5718.29056758896,30630.6393457332 -8703,5493.40216885853,3813.79497856937,1156.68078100588,1528.02517648796,2569.91043963173,2719.80972582697,2595.65749777186,3205.11984516828,480.462489782653,1172.19161874583,3869.60073832035,6504.99590815499,2164.61919937255,3794.67197177656,2472.2886295154,4288.59349959085,1863.11404767791,4869.40564196254,482.136289143944,1321.35246971925,1023.57647292991,2540.69014169228,2304.15902488479,5831.26019450996,1011.00463511782,1697.74817753088,938.39313402774,2312.23482838987,1237.16086270439,4133.28803073492,1641.26694286583,2768.09059427505,1321.75859467395,3526.35028878055,1551.87507213837,4971.06250687936,25700.785093898,7791.51385271203,184483.255699723,68638.6334108913,5681.6268535252,30795.7287944143 -8704,5692.15363135761,3944.27665956796,1197.02295528906,1580.30362741589,2642.28505170965,2812.86279947577,2657.40417775554,3314.77687381023,495.500473271984,1212.29590692228,3990.35871600155,6727.55186770567,2232.17010569152,3924.49939577232,2549.329967347,4435.31950140549,1917.24300449488,5036.00301733211,493.035989651564,1366.56001034727,1046.0189469799,2627.61498229001,2354.7341573207,6030.76557872578,1045.89890648443,1755.83337544039,969.177403752171,2391.34350858038,1275.95743262078,4274.70055378144,1692.57653544005,2862.79550524352,1351.63971573807,3646.99760098677,1586.95845808632,5141.13787692194,26409.3134721524,8013.48676603263,189997.591205217,70650.615954204,5834.49496615757,31685.1863169052 -8705,5787.61863936548,4160.79307077315,1212.62949387683,1667.05252957331,2650.82282530912,2967.27158240881,2685.95042413086,3496.73763736933,496.615892635916,1278.84345967795,3998.2398383801,7096.85288594407,2236.57873334251,4139.93015742753,2554.41079604077,4678.79112976178,1923.62407728681,5312.44845821827,498.493632262036,1441.57570895938,1052.30369343527,2771.85480497444,2369.30107089723,6361.81733615208,1063.71974303472,1852.2177759115,975.803705310709,2522.61348762221,1279.06052424573,4509.35519461056,1696.200147878,3019.94528511661,1366.60163872433,3847.19522919424,1604.52523269038,5423.35457181883,26165.6249915975,8001.43316467756,191266.668326251,71678.9126038243,5766.90946715271,32169.0717967135 -8706,5796.48847177056,4163.26234826838,1210.77002158282,1668.04186387199,2622.02791463601,2969.03254884382,2659.03889079869,3498.81282241406,491.358963488739,1279.60240618675,3954.98138813682,7101.0646068396,2212.38035261438,4142.38705355181,2526.73175314989,4681.56782003334,1902.84262377914,5315.60120078424,493.29739285652,1442.43123106664,1041.08245641028,2773.49979874691,2344.05609656218,6365.59284051139,1064.46092314691,1853.31699896646,969.257433312127,2524.11056584941,1265.71693174049,4512.0313308929,1678.08666896296,3021.73751145483,1352.3563428425,3849.47839791655,1587.79984905124,5426.57313307987,25776.4107667153,7898.19779744429,189850.165776356,71295.945745669,5682.52134238604,32033.8738016487 -8707,5650.58136305076,4043.43753349928,1172.11905523126,1620.03316524921,2523.83649701351,2883.57942447931,2606.87455239038,3398.11184244053,468.31345228661,1242.77356657178,3767.8328395826,6896.68552140151,2107.69116922566,4023.16306047335,2407.09340410006,4546.82541133123,1822.60662732105,5162.61037868644,486.207421042362,1400.91593834155,1020.68518891681,2693.67439456953,2298.56292590862,6182.38171442729,1035.76021228956,1799.97580940584,930.100405994726,2451.46295065998,1206.6992717997,4382.16843174568,1599.10171732103,2934.76746073451,1332.9194504277,3738.68474683188,1564.97901857592,5270.38837552485,24379.1922211856,7529.45394412595,183437.818981236,69706.1110574032,5376.7851171213,31452.6142518532 -8708,5443.59202282481,3804.50270626015,1127.29032226563,1524.30215883362,2432.77701966492,2713.18293735416,2541.37770087421,3197.31060357235,447.592451421221,1169.3355859016,3600.52141730612,6489.14655241129,2014.09869252709,3785.42629247706,2300.08401975535,4278.1443855599,1750.4325882378,4857.54138510987,476.448412755163,1318.13300799305,999.761401364968,2534.4997762472,2251.47792094445,5817.05238891534,996.305465309227,1693.61163152703,890.975761034077,2306.60109197012,1153.43332271796,4123.21731688432,1528.2462680435,2761.34616996196,1306.16549440003,3517.75837250682,1533.56723308973,4958.95056411904,23393.1247087675,7224.35779242571,176969.441049568,67541.3626751525,5173.98045445819,30573.5979836204 -8709,4983.64476015357,3645.2994603169,1031.53307959171,1460.51620039934,2279.30041070904,2599.64706583175,2434.66967290039,3063.51592245938,409.408559146302,1120.40356107581,3293.32761807364,6217.60168194886,1842.25729577476,3627.02131827382,2103.92786887675,4099.12112670551,1621.79943551383,4654.27267549884,462.500929292773,1262.97440523739,974.050250029337,2428.44108149136,2193.29143474868,5573.63197535815,912.973777162446,1622.74074775484,815.108676197172,2210.07904709585,1055.04184291148,3950.67713719216,1397.86638789283,2645.79485948253,1267.92899041644,3370.55423189059,1488.67380276368,4751.43828531823,21969.1464390043,6721.23676701038,165151.139626801,63230.1892314071,4907.96640579735,28851.3656027846 -8710,4468.4154766479,3562.90365773629,929.208120946729,1427.50371244768,2071.696751124,2540.88645953662,2242.67922380158,2994.27034856418,369.94640218474,1095.07874163808,2976.24883578513,6077.06335682971,1664.88633006802,3545.03866204778,1901.18964140176,4006.46745619454,1470.49197502139,4549.07074717952,428.286841842998,1234.42701403095,895.754198970305,2373.55029567049,2017.48795964396,5447.64949164236,817.713363632346,1586.06144945656,736.32483294663,2160.12396416387,953.273003124647,3861.37879092475,1263.18937437733,2585.99116069622,1174.13234999769,3294.36857853032,1378.54728745088,4644.0400934295,19794.660198434,6088.31370146295,149665.543777284,57731.9600646244,4412.27519223033,26325.1514555014 -8711,3684.66258231034,3347.75184045138,788.191059937517,1341.30154494108,1880.46474378979,2387.45083741507,1932.28419838285,2813.45639207757,343.040396025999,1028.95060459965,2765.94760392806,5710.08985696017,1547.24574776673,3330.96565201038,1767.20980291848,3764.53030691984,1346.05254086451,4274.36760271247,366.414700409605,1159.88410159557,777.132297108373,2230.21954396133,1749.4525769397,5118.68418675315,680.316267150122,1490.2845113305,657.176247691669,2029.68131370337,882.651425131021,3628.20306014434,1172.36138872381,2429.83181675819,1004.51218957443,3095.43269517067,1179.39647447062,4363.60206825983,19176.1111412145,5713.47461218041,132223.11109292,48889.6271509076,4272.67991556495,21995.5409163057 -8712,3553.46168206672,3138.25336784969,742.435287980169,1257.36443181099,1859.95590571554,2238.0469007772,1898.60763694627,2637.39351616493,331.194688799697,964.560055263964,2677.03989643514,5352.75897926577,1497.51159077593,3122.51763983909,1712.7464743747,3528.95031564542,1290.40196449658,4006.88257790082,361.090691807337,1087.29988410874,755.381922284951,2090.65496143142,1701.31706272128,4798.36279796389,619.450609110782,1397.02421494497,625.62068703982,1902.66618374328,850.788378829043,3401.15427169933,1156.69385663442,2277.77572701493,989.916619220956,2901.72406544376,1162.25983402321,4090.53285288491,18556.5591145887,5627.64137603642,127703.12308508,46667.9700632052,4280.24427980471,21080.185579095 -8713,3643.53928491566,2979.76491159921,760.411220380126,1193.86485915585,1890.35739274271,2125.02078186846,1912.23225821741,2504.19954553648,338.76896246684,915.847725123325,2738.17409815582,5082.4332891874,1531.7095031012,2964.82387125339,1751.85717754499,3350.73083424818,1320.08322728311,3804.52650281323,361.729703982563,1032.3889320871,759.269277450813,1985.07244830989,1709.86763928324,4556.03529178802,634.749304165766,1326.47152680339,640.262295435137,1806.57750291504,870.264067778373,3229.3887617779,1183.12648961882,2162.74321805382,991.668447186874,2755.18084101565,1164.31665299298,3883.95226135676,18963.4057458514,5736.06404518378,130021.227316513,47325.0440104535,4361.52095167478,21341.1683612418 -8714,3782.75064660742,2890.74105799413,792.979367370154,1158.1967935202,1991.66975703971,2061.53337779292,1992.28139193837,2429.38374618535,358.029732174991,888.485736434703,2894.76767524656,4930.5898349159,1619.30651540076,2876.24639816083,1852.1868654864,3250.6239533003,1393.60894934215,3690.86196199503,376.146105479113,1001.54514276807,793.911985706816,1925.76615929833,1787.53204400973,4419.91857423863,660.750684491803,1286.84168669292,672.594490472958,1752.60395267969,919.551551702017,3132.9071127581,1250.60446193793,2098.12881344762,1031.19047241374,2672.86669103311,1210.71941216333,3767.91478599143,20188.6382136732,6078.05254342973,136458.559681587,49186.8166734123,4662.68710083446,22145.9531375569 -8715,4019.63806558159,2855.97626709037,840.349462917488,1144.26802281942,2074.21185584497,2036.74085041593,2059.68709967983,2400.16735624701,376.360608080266,877.800579850821,3042.38800172151,4871.29330118832,1701.88397351961,2841.6559237414,1946.61023021225,3211.53111870319,1466.08969047488,3646.47471257034,386.221819395682,989.500304863017,815.096895333718,1902.6064031962,1835.23738917074,4366.76350363135,701.936225593928,1271.36579962223,709.355603715907,1731.52668953863,966.755524782437,3095.2299709765,1314.49835776945,2072.89618000681,1058.81266507289,2640.72211296015,1243.15059316587,3722.60087960887,21116.0936522417,6339.49916507759,142814.44164962,51495.5599061238,4823.07063453697,23119.7107056645 -8716,4921.04408306308,2891.13093927,1037.48935312263,1158.35300233811,2539.2308594238,2061.81142181259,2484.81833974147,2429.7114030787,466.95988543241,888.605568666497,3775.5096630779,4931.25483555659,2111.98551395315,2876.63432450669,2415.44809562428,3251.06237285738,1817.68543991913,3691.35975752287,461.350406867514,1001.68022359692,978.36250538951,1926.0258920631,2202.46434844441,4420.5146994046,857.902214953328,1287.0152461604,879.409903093013,1752.84033063657,1199.32156786785,3133.32965555865,1631.10229125782,2098.41179318269,1264.77487624128,2673.2271870633,1484.9705613527,3768.42297382101,26296.1066464562,7821.45937309485,174945.366850362,62585.6915975233,5933.43969907994,27921.2679686503 -8717,6482.3373275758,2957.99630609593,1325.41355882008,1185.14310629474,3144.5487565483,2109.49649036925,3257.60928802375,2485.90517211256,562.380606836925,909.15702017822,4539.94073706971,5045.30368717135,2539.60125295518,2943.16441718411,2904.47507560517,3326.25214554543,2202.24331636262,3776.73262006627,613.499344673293,1024.84683797724,1276.40348506089,1970.57054621202,2875.35572624702,4522.7512784956,1125.92451689963,1316.78101891603,1083.93866317916,1793.37959162379,1445.87847706481,3205.79653485482,1962.77572492701,2146.94334614599,1681.88549567291,2735.05292938585,1974.69960508918,3855.57813551819,30580.1737376218,9392.18512203283,220043.660624318,82157.2166607513,6938.97946181124,37207.5330701284 -8718,6576.94674027721,3101.53915165712,1346.89401697167,1242.65460944442,3224.32899494799,2211.86413981659,3259.54857670214,2606.5388258683,583.118431861247,953.275731709188,4709.39012059759,5290.13741008184,2634.38968558957,3085.98751487575,3013.25878070858,3487.6653619993,2279.30144608925,3960.00632669357,612.481520404488,1074.57963550794,1270.45850738492,2066.19652890829,2862.27241528084,4742.22707261436,1145.74698005648,1380.68052211915,1113.45737354982,1880.40701935335,1498.76821075289,3361.36439542143,2035.62400172341,2251.12818117413,1679.09516852797,2867.77698973557,1971.42348556418,4042.67798270706,32002.0225672577,9708.61815074254,224498.288179766,82880.5340930464,7172.73624399125,37347.1703600108 -8719,6412.34692717195,3366.40136423193,1320.94928925776,1348.77361463185,3175.12961629199,2400.75075428144,3106.80570188629,2829.12948386879,584.443341884989,1034.68264200386,4722.48572026185,5741.89940009587,2641.71524405865,3349.5216639551,3021.84991291171,3785.50160372661,2279.76644141266,4298.17908099781,577.158364493421,1166.34553815547,1206.64188912562,2242.64356294577,2717.73172696785,5147.19915053049,1119.71153614133,1498.58652944846,1105.68754808389,2040.98818223211,1501.67173008208,3648.41491050709,2040.80229226195,2443.36782791105,1582.25805842502,3112.67660941848,1857.7271586916,4387.91065038278,32429.3928114703,9691.87390412031,220258.096850286,79800.5324688768,7204.19229732543,35691.5060818526 -8720,6292.14493078829,3589.35088897524,1286.24324716477,1438.09999132701,3006.65003087633,2559.74731523261,2967.84294043907,3016.49664708574,553.979448934195,1103.20744886317,4473.46687448999,6122.17305254175,2502.41638326783,3571.35328243966,2862.19818016861,4036.2072362852,2166.28885512938,4582.83824064283,549.859190720863,1243.59009555767,1147.22280497968,2391.16902453804,2584.08995969414,5488.08708402613,1094.80086249586,1597.83469340097,1060.04735711583,2176.15844150962,1423.99706145167,3890.04158610391,1933.76556718153,2605.18682602393,1507.41839508948,3318.82248914717,1769.85800587834,4678.51253894937,30288.2209478962,9120.10072472669,210660.946828534,77119.0313020704,6708.24093433354,34565.7450425623 -8721,6075.06642379701,3748.81405787013,1238.10188716315,1501.99008981504,2859.21349486101,2673.46855093317,2841.32786578238,3150.50976789334,525.998577748665,1152.21936248926,4246.1571891575,6394.16126034829,2375.26142792543,3730.01687629732,2716.70175663422,4215.52277720694,2059.80453760591,4786.43881662168,526.261692353061,1298.83875292717,1098.26863091032,2497.40087587008,2473.79943947485,5731.90491757313,1056.59024569944,1668.82128442012,1012.96693464053,2272.8380729623,1352.35751864656,4062.86346327349,1835.77923003536,2720.92679118504,1442.72673635575,3466.2669623929,1693.90361226313,4886.36361237517,28550.7250752992,8642.04671733361,201286.390013022,74069.9569584013,6339.4351500513,33261.5041707234 -8722,5874.46314596838,3833.93906089759,1198.16031105355,1536.09605211912,2754.49390558291,2734.17548784145,2731.59512395534,3222.04896652789,507.336474337455,1178.38301723609,4095.26296276648,6539.3546437071,2290.85258018931,3814.71504830206,2620.06237203344,4311.24542005681,1987.25546781517,4895.12535387479,505.34574751543,1328.33172085472,1057.99043369086,2554.10981203962,2382.80331702167,5862.06032563803,1020.98100128678,1706.71551302031,978.734866169766,2324.4478206999,1304.42766573384,4155.11964330068,1770.59076156921,2782.71137099126,1385.38645627862,3544.97611710496,1626.58046290764,4997.31916014993,27506.4708148728,8333.45893205757,194214.499548361,71340.6968838993,6135.35251954682,32042.1778500774 -8723,5677.37279282283,3898.79001696944,1156.79701397711,1562.07906750247,2662.56814931772,2780.42397839863,2681.60231269012,3276.54982130692,486.446504020702,1198.31532812387,3926.05337246572,6649.96761746626,2196.19828568915,3879.24083081832,2511.68872926773,4384.16999786311,1906.62371159374,4977.92624200784,499.091469818438,1350.80040924797,1038.26456886356,2597.31249747419,2338.90876791532,5961.21688776123,985.032268541282,1735.58455110464,940.740284566106,2363.76578092752,1250.8392016105,4225.4033586078,1697.55047083405,2829.78084445298,1368.24058801354,3604.93927426383,1606.44952095048,5081.84865323374,26282.8407033446,8004.20818396904,187737.295683371,69598.011816551,5857.12082380693,31339.1797932786 -8724,5556.66317840951,3914.51539651362,1129.47502830912,1568.37955716916,2575.12904529704,2791.63854039448,2601.53053778931,3289.76545726352,470.699290389475,1203.14861313443,3798.08561832465,6676.78959666649,2124.61429647517,3894.88736067564,2429.77701958653,4401.85310900851,1846.59906721164,4998.00420957158,483.785046488128,1356.24872758043,1006.3256601621,2607.78849762805,2266.96749118306,5985.26085978774,964.04274251794,1742.58485778398,914.530118019824,2373.29979376147,1210.53019270092,4242.44610039491,1642.3957010123,2841.19448243097,1326.27860123491,3619.4794362307,1557.18200604908,5102.34578144797,25295.8829980737,7726.25737563608,182260.856906003,67783.5395431185,5637.61925489626,30542.9009533059 -8725,5458.68758936903,3845.83056902627,1110.29773621498,1540.86047283632,2545.9650863521,2742.6559225908,2579.1130640778,3232.04261036726,463.596105589412,1182.03794002062,3740.95386903888,6559.63738364292,2092.65531937114,3826.54693041729,2393.14609423497,4324.61736184905,1818.1246320696,4910.30828245344,481.234741801669,1332.45173090319,1000.9588604821,2562.03174744574,2254.88260391141,5880.24234076813,945.955899118224,1712.00913429965,899.612361168794,2331.65742672532,1192.22387745518,4168.00733875674,1617.65328904822,2791.34234669596,1319.28703637189,3555.9713655017,1548.97321870329,5012.8190573759,24951.0164078574,7632.98427424351,179894.266740891,66896.6485029732,5592.52616481456,30180.8390678835 -8726,5448.84327832519,3796.64001333649,1110.35282653314,1521.15191273757,2559.68648854978,2707.5756541087,2600.42133047182,3190.70278294546,464.067194456492,1166.91894242766,3744.95632147379,6475.73555743569,2094.89425459239,3777.60302441263,2395.80783691809,4269.30282644327,1820.14727296429,4847.50239730411,486.593253650456,1315.40884773491,1014.10037049383,2529.26177407074,2284.32562608669,5805.03039808335,945.654588878358,1690.1114767844,900.118330587356,2301.8340836424,1193.39325115877,4114.69594257517,1619.34351006855,2755.63934868553,1333.97719608456,3510.48828860935,1566.2209163961,4948.70199590402,25020.3346602313,7671.24677652713,180587.047024618,67093.3836526662,5657.37781337768,30318.7723612446 -8727,5442.97181024944,3788.58238292646,1106.19784426897,1517.92356349527,2535.45911838852,2701.82935110094,2593.55516251494,3183.93113652049,458.733071626177,1164.44238380648,3701.16913791689,6461.99206751524,2070.40010529293,3769.58579631104,2367.75757163122,4260.24206109203,1800.66929065753,4837.21451575832,485.825290237295,1312.61714815425,1009.00906000211,2523.89390761143,2273.13842570873,5792.71034948711,944.033503400128,1686.52454371099,893.115856618642,2296.94888824699,1179.83140998402,4105.96330028134,1600.55906490621,2749.791039829,1331.87185312532,3503.03795961082,1563.74903592572,4938.19933788211,24613.0586777442,7570.05214817075,179287.135352609,66998.2632987446,5547.43307473286,30305.315754299 -8728,5603.1388621016,3910.09669372959,1135.37164614369,1566.60917120469,2578.61897945082,2788.48734037584,2637.63060202141,3286.0519718605,466.790718091685,1201.79049965474,3765.33744632651,6669.25284031461,2106.29526910123,3890.49081400744,2408.67423233874,4396.88429968794,1833.67797513761,4992.36246522306,494.243018906943,1354.71779477742,1025.12305885183,2604.84482743456,2309.55140633327,5978.50470068619,969.882171354304,1740.61782897388,912.140055726226,2370.62081428539,1200.7317092009,4237.65722961626,1628.478284464,2837.98734369275,1354.94874127348,3615.39376987315,1590.84358072683,5096.58625639165,24914.8106996307,7683.91660295293,182914.201611018,68498.6903728956,5619.41232993064,31009.6849236875 -8729,5656.71298531043,4102.11530528779,1139.84654301142,1643.54284867396,2554.98154963582,2925.42550569161,2645.21662362841,3447.42474255352,460.857928964429,1260.80851409352,3715.85091206989,6996.76920904827,2078.61295523833,4081.54661208621,2377.02464614345,4612.80827409044,1813.78851391727,5237.52942247625,496.534272314644,1421.24582474238,1023.89870381143,2732.76460187151,2307.27692845549,6272.09953010842,979.112369015132,1826.09679406163,907.037455190453,2487.03822105184,1185.81223701522,4445.76181659371,1607.4043354487,2977.356375213,1361.23012674973,3792.9399909271,1598.21854736474,5346.87147777973,24338.3241295496,7558.12047085335,182190.51298013,68954.9649408774,5463.98659282519,31281.7113552985 -8730,5681.13390040926,4091.06854517613,1142.13908176346,1639.11688250009,2545.81726821916,2917.54750339746,2639.27609552268,3438.14102639739,458.566273343956,1257.41322942563,3696.68709902774,6977.92731279308,2067.8928938032,4070.55524227996,2364.73061643367,4600.38624724509,1806.10350185203,5223.42505758107,495.769755310151,1417.41849164294,1023.30692600578,2725.40542428828,2305.86320417162,6255.2091275358,982.804448079463,1821.17922063343,905.259981357579,2480.3407704509,1180.05949715093,4433.7896362315,1599.25287176339,2969.33852608002,1359.13423199089,3782.72582211919,1595.75776001433,5332.47266103102,24117.9216255471,7518.11842851812,181967.548658061,68948.0949415681,5445.39175948062,31325.9343193861 -8731,5568.62940705844,3964.22579810667,1113.50555576495,1588.29639737539,2474.53991688466,2827.08953723287,2603.88355766791,3331.54216407458,442.144320769574,1218.42738832798,3563.1398908005,6761.57809756194,1993.18780909289,3944.34850598913,2279.24265214851,4457.75220854898,1743.37928551801,5061.47382745655,491.174611662968,1373.4717199764,1009.25734957101,2640.90478415544,2274.57608091552,6061.26764245213,962.116232295988,1764.71392979314,877.102811564874,2403.43831000122,1138.04349201279,4296.32089153134,1541.7125911193,2877.27478980475,1346.53681763694,3665.44317838204,1580.96715196527,5167.14043216982,23075.8239905226,7252.07323536781,177289.793440611,67821.5663872526,5218.37467555633,30911.7608788171 -8732,5313.74025572258,3725.29097086755,1057.88058600743,1492.5653909598,2341.77436454789,2656.69305010772,2505.66727779891,3130.7409252064,413.819938146823,1144.98940765781,3333.52465129791,6354.03912857173,1864.74314787144,3706.61173799284,2132.20402902069,4189.07118277765,1634.07697836896,4756.40483387998,475.612583462568,1290.6887896279,975.226818835208,2481.73016583311,2198.04891512793,5695.93831694018,916.143790945104,1658.34975191432,825.937400008099,2258.57645131136,1065.42283281142,4037.36977666998,1442.63531578543,2703.8534990322,1303.87409967194,3444.51680405699,1530.87690947596,4855.70262076401,21401.4380181341,6806.17104003371,168288.905940215,64955.8789757904,4897.21969977236,29742.8527855754 -8733,4850.22955047134,3560.23944275471,964.286664288776,1426.43627500275,2178.91265828416,2538.98647333932,2384.93374872072,2992.03133772137,376.012358526036,1094.25987998204,3028.70209182694,6072.5191409893,1694.22820091617,3542.38780588634,1937.30126714628,4003.47155968837,1485.52362996635,4545.66911087352,458.396016423914,1233.50395260118,942.413843234953,2371.77543761517,2123.88838899978,5443.57592951879,836.862167325452,1584.87544807081,751.526436605762,2158.50869886897,968.138516718435,3858.49138665772,1310.77179227974,2584.0574467779,1256.67552539634,3291.90516470696,1475.46112390519,4640.56744236156,19444.6064703844,6281.10114516796,155922.271779627,60510.5245298932,4601.55689582477,27929.3977690429 -8734,4383.23841405583,3463.4828545502,877.525895813481,1387.67003203521,2013.3241220701,2469.98446585984,2224.89941773059,2910.71693494207,345.766768641108,1064.52119125097,2785.9820798226,5907.48635503879,1558.4528500244,3446.11637142079,1781.91008142709,3894.66925711359,1364.09356407405,4422.13151140958,429.695611077416,1199.981029239,878.831914734863,2307.31772261571,1980.9696794569,5295.63592631359,755.810860359565,1541.80330543824,688.662578179312,2099.84693168437,890.074653010822,3753.6292086519,1205.54453620539,2513.83054594866,1177.99443813632,3202.44109422764,1383.08176018507,4514.45079198581,18014.6506265222,5800.2541574382,143316.305274676,55814.1357639219,4231.97529478463,25732.23347638 -8735,3629.0905738688,3224.74296479743,748.001363905759,1292.01712876588,1843.26191577983,2299.72699849697,1929.51750506693,2710.07952187198,323.644982995124,991.143125728039,2613.96900322253,5500.27988099344,1462.23031097421,3208.57356346165,1672.2881306414,3626.20743757688,1264.64735634894,4117.31141157304,370.01503500561,1117.26563821301,767.890855061947,2148.27296857624,1729.98499189588,4930.60465856589,630.828156543643,1435.52590589022,619.12338016905,1955.10326006221,831.82316300763,3494.88936177522,1129.85395475614,2340.5507427562,1014.38237214132,2981.69496500365,1190.9850431735,4203.26707038689,17824.1957687988,5497.69141547668,127572.570378508,47506.1981232209,4148.140904498,21617.2027563715 -8736,3289.03079294567,2997.76462484911,695.592076282303,1201.07657744956,1663.57426056369,2137.85728604193,1664.44959762758,2519.32653544254,321.87729373101,921.380039558139,2654.23437103614,5113.13448358733,1484.75438881408,2982.73333092629,1696.01006626566,3370.97142234266,1261.72674622736,3827.50831115513,317.135762573049,1038.62523102049,664.407554352748,1997.06357375431,1496.34063517797,4583.55670077212,528.487320209451,1334.484275401,598.41937166313,1817.490403087,815.852697442672,3248.89636503149,1103.41086497918,2175.80759021505,869.415825561842,2771.82392077569,1020.78000661297,3907.41385280935,18070.4938317075,5316.05058236408,119766.294876834,43205.2772030042,4011.14096143764,19196.8768906004 -8737,3372.56257078147,2847.52874910132,712.457545630433,1140.8834622338,1703.43449854738,2030.71649889341,1704.69678648404,2393.0680476315,329.24163429611,875.20418706054,2714.86452974456,4856.88479987621,1518.67034409638,2833.25076302242,1734.74955117006,3202.031926707,1290.76432325886,3635.68902744893,325.280707944717,986.573522269681,680.19486969891,1896.97879977306,1531.99825385972,4353.84732023167,554.173476898247,1267.60530427543,612.440807454052,1726.40511236484,834.5391875586,3086.07477905094,1128.64022941186,2066.76488684033,891.744888506401,2632.91128210334,1046.99653080089,3711.59002554158,18470.4506592451,5438.49521454128,122679.38829867,44303.5128605853,4100.92793733063,19691.8334220639 -8738,3500.0804932118,2764.02826924892,742.721730016981,1107.42837715968,1796.94843042568,1971.16809146985,1785.79256241524,2322.89410106126,347.928169904379,849.539838768551,2869.95196368664,4714.46228298134,1605.42483371801,2750.16896856144,1833.98822670169,3108.13605209393,1362.49993469155,3529.07666103054,340.383183745829,957.643397316529,713.853141770743,1841.35209535406,1607.63970299017,4226.17579433113,577.701778210395,1230.43424807315,643.181227984458,1675.78028360847,881.694657317567,2995.57921338107,1192.86243109611,2006.15940222574,933.147760765651,2555.70421069666,1095.60759006161,3602.75195033482,19659.7966455789,5763.11202175176,128865.989822387,46226.6193003081,4367.86309448585,20508.4434880557 -8739,3720.13851984527,2723.93504207884,787.251440022997,1091.36472904362,1890.74498002422,1942.57558720318,1888.73915177418,2289.19968414012,365.76285601155,837.216956935278,3016.41843129253,4646.077306822,1687.35683375727,2710.27677554758,1927.55661796037,3063.05141739662,1433.46844871394,3477.88613094606,359.842219210141,943.752434368103,754.220832105123,1814.64261894223,1698.58552664411,4164.87358983926,628.057883476499,1212.58635542506,678.44756848695,1651.47248605613,927.025458427997,2952.12725623423,1253.90187086227,1977.05933637342,986.493978314816,2518.63279914889,1158.24131572151,3550.49273360059,20576.956092167,6053.73853812803,136090.41707188,49016.3109667184,4580.02124088051,21762.4978041782 -8740,4553.14902597374,2737.06118580356,971.783507112059,1096.62381564745,2335.6229273152,1951.93650292248,2320.61223648044,2300.23091785326,453.784503086663,841.251352005551,3743.14140488863,4668.46590183011,2093.87900688308,2723.33710258918,2391.70907937841,3077.81170078071,1777.10824109838,3494.64542678381,440.945582541305,948.300204378292,928.394401767367,1823.38704913505,2090.50777668205,4184.94335233029,766.252667919288,1218.42958682892,841.012475678565,1659.4306292844,1149.94542002456,2966.35301641587,1555.79022069709,1986.58642295979,1208.83581391957,2530.76962899275,1419.29257996816,3567.60190734918,25643.1053337395,7510.33489766895,167877.395026843,60131.8899104336,5700.11310973819,26628.6169281872 -8741,6008.66995880529,2720.88093951823,1243.32998494158,1090.14108025536,2859.51226187323,1940.39755249111,2946.95985810193,2286.63301110677,546.764818011667,836.278261110135,4502.35775491699,4640.86807958994,2518.57767707774,2707.23798676874,2876.80833818275,3059.6170942455,2154.34101898171,3473.98669106444,564.858329669017,942.694289925648,1167.00490319598,1812.60802392308,2629.57527507308,4160.20389291226,1012.96847568366,1211.22679176592,1037.87687097014,1649.62083898286,1387.19308604444,2948.81730233546,1873.29617714341,1974.84263814515,1548.53797323331,2515.80888346725,1818.13644988119,3546.51188648728,29806.9520422772,8952.95951377772,209181.8803479,77621.7881155832,6608.73512856306,34781.8978151673 -8742,6093.65210125195,2734.78685840099,1262.89935672636,1095.71258954583,2962.27375241417,1950.31456523994,3022.91084419234,2298.31956920098,566.854206745127,840.552324518611,4670.0179002727,4664.58669738136,2612.36522627179,2721.07417904513,2984.30829263398,3075.25423091949,2229.35537900966,3491.74159405343,579.91379574995,947.5122259612,1199.40674284777,1821.87192804355,2702.47988257437,4181.46592501016,1033.57903247878,1217.41714771656,1065.69639691929,1658.05174576788,1437.6938437881,2963.88816178058,1942.4926595274,1984.93569335143,1589.81197010384,2528.66671702766,1866.59619671317,3564.63745232662,31216.4169817538,9320.40511882254,215244.412156861,79238.9167938523,6925.07116653133,35452.5888913682 -8743,5937.7775265072,2901.26796589938,1237.92169205379,1162.41447706118,2959.11638519747,2069.04064723568,2984.36575391011,2438.23057765504,568.05686071926,891.721241564682,4682.55012677845,4948.5450457319,2619.37563895768,2886.7205223867,2992.52242115837,3262.46140892309,2229.37995577683,3704.30258610679,571.960946571578,1005.19236445598,1187.47260215562,1932.77901953011,2675.22354513837,4436.01412719418,1007.70290350489,1291.52784282129,1057.78618351776,1758.9862263023,1440.19430183334,3144.31589133428,1947.04550722628,2105.76934864237,1568.00953168478,2682.60018875395,1840.99798170574,3781.63600527438,31651.4176692328,9372.58713481075,213494.456218081,77788.4376436188,7014.16984606246,34708.2543182442 -8744,5830.60464560476,3117.45947499082,1206.1842712896,1249.03320478277,2816.36484179301,2223.21772606981,2881.72239674855,2619.91829292016,538.548992712413,958.168933804305,4436.17895913701,5317.29189497789,2481.55786505474,3101.82801104177,2834.77072343897,3505.56768646717,2118.91767400049,3980.33319604512,553.117094782178,1080.09549534674,1142.56694692855,2076.80239754406,2574.52466528646,4766.56911204259,979.925238125455,1387.76760993518,1014.68574919946,1890.05922307648,1366.0397968821,3378.61841202441,1845.39011321606,2262.6833113071,1516.3498171596,2882.49740263157,1780.34437708502,4063.42920894399,29566.4197418966,8842.75070883572,204945.579984415,75644.7552950089,6553.87626407159,33871.1743789918 -8745,5631.33578023359,3327.73772275055,1161.41199096495,1333.2827405995,2678.97917522303,2373.1777597372,2763.12187446203,2796.63649321386,511.395926907386,1022.79915147819,4211.02171169933,5675.9527954556,2355.60696374986,3311.05188844786,2690.83674720551,3742.02453103148,2015.01316681423,4248.81382800802,530.138766898801,1152.94987885893,1093.74957572057,2216.88645400162,2464.63526287161,5088.08277043872,946.24936413513,1481.37503086749,969.904944479218,2017.5471165933,1297.47766353382,3606.51229973288,1752.10247832411,2415.30536967026,1453.35559113896,3076.92703607504,1706.38293704293,4337.51481640965,27866.1927271011,8375.90735974212,195844.428480424,72749.5250406206,6176.09234640247,32625.8450996072 -8746,5445.68323139882,3453.86568012723,1124.02370699433,1383.81683994504,2582.68526640421,2463.12597328812,2667.40582058695,2902.63464505216,493.260577306682,1061.56529789069,4061.422187467,5891.08283030268,2271.92236053912,3436.54741912115,2595.14611536362,3883.85479227043,1944.08611711949,4409.85242360909,511.440001582517,1196.64899979145,1055.72306084204,2300.91091250015,2378.90210787674,5280.93134814107,907.499703805717,1537.52212607718,937.193531104977,2094.01621299696,1251.52174791208,3743.20637466231,1689.92482663323,2506.85030442721,1402.09362575056,3193.54876362407,1646.19632917396,4501.9153579982,26840.2233666951,8069.31997248775,188985.112335446,70267.3114468163,5941.65953012503,31514.4221049277 -8747,5263.78969138604,3541.26501055725,1085.38743051338,1418.83402835074,2479.37440408229,2525.45484787894,2567.3373872404,2976.08519233899,472.970989422163,1088.42798012447,3893.72155720342,6040.15541811024,2178.11216445854,3523.50851466994,2487.87384432562,3982.13490498152,1865.31130093308,4521.44279359257,492.899287771025,1226.92994613609,1015.21295178688,2359.13496976119,2287.80117820276,5414.56418352611,871.920479855264,1576.42879378973,900.92044366833,2147.00484425109,1200.17616022896,3837.9274093248,1620.30691124837,2570.28561384178,1351.2649526481,3274.36083030122,1586.51844922264,4615.83536079553,25646.2380296106,7727.9249892956,181712.391667376,67759.5831844007,5675.93725823168,30417.4672449067 -8748,5153.03549576388,3561.0192116096,1059.97660455753,1426.74869516398,2401.14265505597,2539.54256587375,2501.12319230986,2992.68665680525,457.691122284397,1094.49954638293,3766.97333007683,6073.84915302165,2107.21036748303,3543.16366484959,2406.84683082708,4004.3484058904,1806.74343538479,4546.66470997698,479.714509684236,1233.77411644271,988.006563901254,2372.29490734376,2226.49515753815,5444.7681894882,857.460823532968,1585.22256981169,876.003312486055,2158.98145860423,1161.60362585988,3859.33647909001,1567.80363238964,2584.62341082292,1315.11937691053,3292.62616259544,1544.07997507067,4641.58382623651,24683.0887200182,7464.75703903255,176626.073017098,66147.7987468637,5463.86096556794,29719.4121685504 -8749,5061.9260115895,3494.21883024894,1041.93244850439,1399.98462811484,2363.84735346419,2491.90384173294,2457.60083087297,2936.54750166792,450.77768576786,1073.96806852426,3710.27467399191,5959.91114380614,2075.49365874752,3476.69823178943,2370.53734846751,3929.23170903508,1778.84356578939,4461.37482006138,471.68060609718,1210.63001735372,971.048660827165,2327.79354548818,2188.31369369241,5342.63097262275,850.548220365175,1555.48572597223,861.669616453694,2118.48159712772,1144.01534011039,3786.94002928658,1544.15507023818,2536.1390249612,1293.09473086319,3230.86050780133,1518.22086637165,4554.51336935742,24338.6015484886,7354.02910780611,173787.345151497,65016.0210909958,5387.33387382462,29199.5954216274 -8750,5052.52303889593,3412.3428735716,1041.94977495572,1367.18042027068,2365.27724259206,2433.5139637941,2458.13356095226,2867.73880716198,451.228589816424,1048.80302668712,3714.20617661541,5820.25949337522,2077.69290529431,3395.23281487222,2373.1505735513,3837.1626026588,1780.8018679316,4356.83662447771,471.300471023166,1182.26273537497,971.591032345071,2273.2490728197,2189.42787345906,5217.44332888656,854.163134445749,1519.03784216786,862.127187916079,2068.84168735258,1145.11354447682,3698.20507797403,1545.73587251941,2476.71263553824,1292.05260478281,3155.15551970005,1516.99730747618,4447.79276671865,24394.0862988506,7365.79637701566,173833.599218346,64972.999029717,5401.20020060522,29168.9546705409 -8751,5048.09274282912,3401.62102187683,1038.24045032737,1362.88463105804,2341.95450271708,2425.86767009395,2444.78150205046,2858.72814459702,446.068446131167,1045.50760447259,3670.91916284904,5801.9717768634,2053.47854639307,3384.56472433765,2345.45728246816,3825.10593371353,1761.87749153385,4343.14709857814,469.049647955008,1178.54797218071,965.224992850984,2266.10634410601,2175.22295229284,5201.04970852929,863.169059858766,1514.2649049028,855.56882567677,2062.34122284078,1132.1884665066,3686.58502458198,1527.92561442507,2468.93060818851,1285.88205756947,3145.24177105007,1509.75247590072,4433.81744941302,24001.1383463935,7274.07629634994,172610.207036041,64769.8642379255,5319.29697891439,29106.7530549218 -8752,5197.78097314233,3532.8174925682,1065.83538517993,1415.44946776512,2387.44397170097,2519.43049635642,2502.59579300219,2968.98588372349,453.933649340859,1085.83158733418,3734.72286309177,6025.74691679812,2089.16975173338,3515.10335395095,2386.09132454254,3972.63571298534,1794.31821014352,4510.65710847116,480.901924626458,1224.00316354275,986.779402144662,2353.50736633805,2224.02920281928,5401.64800012643,879.596599272614,1572.66829844293,873.949232419285,2141.88326707731,1152.34490107329,3828.77221739923,1554.71462378334,2564.1543206753,1318.3746305404,3266.54999944441,1547.9019641858,4604.82450672825,24294.2493729042,7386.05338933369,176349.034488053,66463.7111938706,5376.49976019869,29910.0958864838 -8753,5249.66003712496,3763.49974560779,1070.446173292,1507.87401926675,2365.68806013477,2683.94165621643,2505.59791579338,3162.85164507143,448.222319648038,1156.73309229863,3685.94793961565,6419.20989017206,2061.88550642125,3744.62892753696,2354.94160103914,4232.03676008296,1775.1534944872,4805.18931871413,481.756214214846,1303.92685280426,985.638085080185,2507.18424971915,2221.69375540003,5754.35920964043,889.618732797119,1675.35876211163,869.361863023812,2281.74173948257,1138.22026896584,4078.77941515089,1534.85981569563,2731.58581043634,1320.7166334786,3479.84579384179,1550.65170683421,4905.50556208946,23737.520243932,7269.74207567404,175685.69116547,66789.502817709,5249.96534501138,30130.1890949909 -8754,5273.22170691488,3710.02045176136,1072.76889379936,1486.44714449311,2357.50886398336,2645.80287205231,2506.93480297446,3117.90755474251,446.017940384722,1140.29592659478,3667.06863004128,6327.99298166048,2051.32459361935,3691.41778782709,2342.84674690531,4171.89955993421,1767.7544120843,4736.90762642409,482.294400793651,1285.3980652318,985.181558254395,2471.5571865383,2220.79257209854,5672.58982266772,894.757052267631,1651.55193081273,867.784302818339,2249.31821212353,1132.77992201907,4020.82000034498,1527.18767814558,2692.77000331597,1322.19205184493,3430.39721982067,1552.38399364733,4835.79837698165,23514.967092329,7222.47054219746,175454.044083087,66943.0213822825,5196.31936578178,30230.1269686644 -8755,5170.3211725591,3505.46052784697,1046.14472823584,1404.48869743498,2280.4130546399,2499.92086378938,2440.86806828763,2945.99504362214,430.086787663862,1077.42326833939,3534.812250751,5979.08553500619,1977.34158678968,3487.88356163283,2258.29392015417,3941.87294211504,1706.56123474474,4475.72807869659,470.472111498128,1214.52488977567,957.432798850858,2335.28258735427,2158.53734999837,5359.81943295962,889.493293643447,1560.49007773121,840.996299588065,2125.29723479636,1092.58541854304,3799.12347763348,1472.42913279304,2544.29836167428,1289.78168814294,3241.2549217103,1514.33102715956,4569.16627591303,22496.1756454002,6952.3869832362,170385.111128457,65409.9990081522,4976.44117264679,29589.9272118324 -8756,4935.37415888063,3256.97349904385,994.213695424454,1304.93053078589,2140.04823424029,2322.71221951818,2309.33599713227,2737.16611816623,402.583099769273,1001.04936408737,3307.27990777606,5555.25386217719,1850.06207880211,3240.64248841108,2112.77314871235,3662.45051315756,1599.80105723875,4158.46295385176,445.640117964859,1128.43244090329,904.018921423294,2169.74444281161,2038.353117565,4979.88487222577,855.500194659768,1449.87364379568,792.174611543486,1974.64404928684,1023.02643059911,3529.81994461292,1378.02444333201,2363.94398733209,1221.70570710911,3011.49629265394,1434.40310506889,4245.27771890611,20848.8454528323,6487.26531934128,160730.295729999,62147.3650955788,4611.31069649641,28163.617110754 -8757,4505.21367415366,3156.90289163024,906.315635666103,1264.83650150176,1947.15238833574,2251.34681764358,2105.84516575403,2653.06660795614,365.811537923272,970.292092668178,3004.9073177771,5384.56852240147,1680.91762232264,3141.07365178381,1919.68055039755,3549.92161245218,1454.41686021926,4030.69405618615,406.499963467012,1093.76132066864,823.911756964555,2103.07898041586,1857.78864648891,4826.87776174123,770.769232285206,1405.32623306293,720.853150435765,1913.97305227203,929.644654904867,3421.36612206209,1252.10949502467,2291.31173816779,1114.40443821634,2918.96797969157,1308.42082277128,4114.84143500786,18903.7204931381,5888.85981753489,146278.607107788,56671.669190512,4173.81637328834,25704.3936222944 -8758,4070.24867760655,3173.66796928411,824.570906202783,1271.55355390883,1780.4881817077,2263.3028408471,1912.81649053274,2667.15600798843,336.354358046344,975.444934817246,2763.92284757574,5413.16386172912,1546.11311761425,3157.75466653034,1765.58804855356,3568.77385895481,1335.36353966163,4052.09949726896,367.979049956654,1099.56985964031,750.084787307789,2114.24761107357,1690.96863261726,4852.51142336441,677.220503228135,1412.78937153601,660.421557333581,1924.13741524113,854.577629242219,3439.5356605901,1151.44506850565,2303.47999944736,1008.80079531817,2934.46947800449,1184.43172097838,4136.69374993783,17519.9888307788,5420.26538047857,133386.609128032,51315.8497133588,3867.10156368412,23216.9437991122 -8759,3362.09366451683,3076.65145812796,701.346898196717,1232.68317088756,1636.29886179391,2194.11546918947,1667.58743393002,2585.6231655145,314.612870357967,945.626357285884,2592.08829014933,5247.68773843449,1449.9904405542,3061.22461241038,1656.19969061156,3459.6792743127,1236.90418722739,3928.23003143719,318.639280524854,1065.95688166429,662.49560235747,2049.61673949792,1492.44041634133,4704.1740001694,564.70462125579,1369.60152165648,592.585650702536,1865.31806147811,797.909687495404,3334.39178510684,1078.13918583522,2233.06444393645,873.537663763593,2844.76507489568,1025.6194515634,4010.2383049371,17347.153614356,5165.43592027181,119054.438575816,43704.9775919698,3844.2204511704,19513.2333871907 diff --git a/tests/data/deflex_2014_de21_test_csv/general.csv b/tests/data/deflex_2014_de21_test_csv/general.csv deleted file mode 100644 index 4f13ddf6..00000000 --- a/tests/data/deflex_2014_de21_test_csv/general.csv +++ /dev/null @@ -1,20 +0,0 @@ -,value -co2 price,0.0 -copperplate,False -costs_source,ewi -downtime_bioenergy,0.1 -limited_transformer,bioenergy -local_fuels,district heating -map,de21 -mobility_other,petrol -round,1 -separate_heat_regions,de22 -default_transmission_efficiency,0.9 -group_transformer,False -heat,True -use_CO2_costs,False -use_downtime_factor,True -use_variable_costs,False -year,2014 -name,deflex_2014_de21_heat_reg-merit -number of time steps,8760 diff --git a/tests/data/deflex_2014_de21_test_csv/mobility series.csv b/tests/data/deflex_2014_de21_test_csv/mobility series.csv deleted file mode 100644 index d4442938..00000000 --- a/tests/data/deflex_2014_de21_test_csv/mobility series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -,DE,DE -,diesel,petrol -0,47829,26804 -1,47829,26804 -2,47829,26804 -3,47829,26804 -4,47829,26804 -5,47829,26804 -6,47829,26804 -7,47829,26804 -8,47829,26804 -9,47829,26804 -10,47829,26804 -11,47829,26804 -12,47829,26804 -13,47829,26804 -14,47829,26804 -15,47829,26804 -16,47829,26804 -17,47829,26804 -18,47829,26804 -19,47829,26804 -20,47829,26804 -21,47829,26804 -22,47829,26804 -23,47829,26804 -24,47829,26804 -25,47829,26804 -26,47829,26804 -27,47829,26804 -28,47829,26804 -29,47829,26804 -30,47829,26804 -31,47829,26804 -32,47829,26804 -33,47829,26804 -34,47829,26804 -35,47829,26804 -36,47829,26804 -37,47829,26804 -38,47829,26804 -39,47829,26804 -40,47829,26804 -41,47829,26804 -42,47829,26804 -43,47829,26804 -44,47829,26804 -45,47829,26804 -46,47829,26804 -47,47829,26804 -48,47829,26804 -49,47829,26804 -50,47829,26804 -51,47829,26804 -52,47829,26804 -53,47829,26804 -54,47829,26804 -55,47829,26804 -56,47829,26804 -57,47829,26804 -58,47829,26804 -59,47829,26804 -60,47829,26804 -61,47829,26804 -62,47829,26804 -63,47829,26804 -64,47829,26804 -65,47829,26804 -66,47829,26804 -67,47829,26804 -68,47829,26804 -69,47829,26804 -70,47829,26804 -71,47829,26804 -72,47829,26804 -73,47829,26804 -74,47829,26804 -75,47829,26804 -76,47829,26804 -77,47829,26804 -78,47829,26804 -79,47829,26804 -80,47829,26804 -81,47829,26804 -82,47829,26804 -83,47829,26804 -84,47829,26804 -85,47829,26804 -86,47829,26804 -87,47829,26804 -88,47829,26804 -89,47829,26804 -90,47829,26804 -91,47829,26804 -92,47829,26804 -93,47829,26804 -94,47829,26804 -95,47829,26804 -96,47829,26804 -97,47829,26804 -98,47829,26804 -99,47829,26804 -100,47829,26804 -101,47829,26804 -102,47829,26804 -103,47829,26804 -104,47829,26804 -105,47829,26804 -106,47829,26804 -107,47829,26804 -108,47829,26804 -109,47829,26804 -110,47829,26804 -111,47829,26804 -112,47829,26804 -113,47829,26804 -114,47829,26804 -115,47829,26804 -116,47829,26804 -117,47829,26804 -118,47829,26804 -119,47829,26804 -120,47829,26804 -121,47829,26804 -122,47829,26804 -123,47829,26804 -124,47829,26804 -125,47829,26804 -126,47829,26804 -127,47829,26804 -128,47829,26804 -129,47829,26804 -130,47829,26804 -131,47829,26804 -132,47829,26804 -133,47829,26804 -134,47829,26804 -135,47829,26804 -136,47829,26804 -137,47829,26804 -138,47829,26804 -139,47829,26804 -140,47829,26804 -141,47829,26804 -142,47829,26804 -143,47829,26804 -144,47829,26804 -145,47829,26804 -146,47829,26804 -147,47829,26804 -148,47829,26804 -149,47829,26804 -150,47829,26804 -151,47829,26804 -152,47829,26804 -153,47829,26804 -154,47829,26804 -155,47829,26804 -156,47829,26804 -157,47829,26804 -158,47829,26804 -159,47829,26804 -160,47829,26804 -161,47829,26804 -162,47829,26804 -163,47829,26804 -164,47829,26804 -165,47829,26804 -166,47829,26804 -167,47829,26804 -168,47829,26804 -169,47829,26804 -170,47829,26804 -171,47829,26804 -172,47829,26804 -173,47829,26804 -174,47829,26804 -175,47829,26804 -176,47829,26804 -177,47829,26804 -178,47829,26804 -179,47829,26804 -180,47829,26804 -181,47829,26804 -182,47829,26804 -183,47829,26804 -184,47829,26804 -185,47829,26804 -186,47829,26804 -187,47829,26804 -188,47829,26804 -189,47829,26804 -190,47829,26804 -191,47829,26804 -192,47829,26804 -193,47829,26804 -194,47829,26804 -195,47829,26804 -196,47829,26804 -197,47829,26804 -198,47829,26804 -199,47829,26804 -200,47829,26804 -201,47829,26804 -202,47829,26804 -203,47829,26804 -204,47829,26804 -205,47829,26804 -206,47829,26804 -207,47829,26804 -208,47829,26804 -209,47829,26804 -210,47829,26804 -211,47829,26804 -212,47829,26804 -213,47829,26804 -214,47829,26804 -215,47829,26804 -216,47829,26804 -217,47829,26804 -218,47829,26804 -219,47829,26804 -220,47829,26804 -221,47829,26804 -222,47829,26804 -223,47829,26804 -224,47829,26804 -225,47829,26804 -226,47829,26804 -227,47829,26804 -228,47829,26804 -229,47829,26804 -230,47829,26804 -231,47829,26804 -232,47829,26804 -233,47829,26804 -234,47829,26804 -235,47829,26804 -236,47829,26804 -237,47829,26804 -238,47829,26804 -239,47829,26804 -240,47829,26804 -241,47829,26804 -242,47829,26804 -243,47829,26804 -244,47829,26804 -245,47829,26804 -246,47829,26804 -247,47829,26804 -248,47829,26804 -249,47829,26804 -250,47829,26804 -251,47829,26804 -252,47829,26804 -253,47829,26804 -254,47829,26804 -255,47829,26804 -256,47829,26804 -257,47829,26804 -258,47829,26804 -259,47829,26804 -260,47829,26804 -261,47829,26804 -262,47829,26804 -263,47829,26804 -264,47829,26804 -265,47829,26804 -266,47829,26804 -267,47829,26804 -268,47829,26804 -269,47829,26804 -270,47829,26804 -271,47829,26804 -272,47829,26804 -273,47829,26804 -274,47829,26804 -275,47829,26804 -276,47829,26804 -277,47829,26804 -278,47829,26804 -279,47829,26804 -280,47829,26804 -281,47829,26804 -282,47829,26804 -283,47829,26804 -284,47829,26804 -285,47829,26804 -286,47829,26804 -287,47829,26804 -288,47829,26804 -289,47829,26804 -290,47829,26804 -291,47829,26804 -292,47829,26804 -293,47829,26804 -294,47829,26804 -295,47829,26804 -296,47829,26804 -297,47829,26804 -298,47829,26804 -299,47829,26804 -300,47829,26804 -301,47829,26804 -302,47829,26804 -303,47829,26804 -304,47829,26804 -305,47829,26804 -306,47829,26804 -307,47829,26804 -308,47829,26804 -309,47829,26804 -310,47829,26804 -311,47829,26804 -312,47829,26804 -313,47829,26804 -314,47829,26804 -315,47829,26804 -316,47829,26804 -317,47829,26804 -318,47829,26804 -319,47829,26804 -320,47829,26804 -321,47829,26804 -322,47829,26804 -323,47829,26804 -324,47829,26804 -325,47829,26804 -326,47829,26804 -327,47829,26804 -328,47829,26804 -329,47829,26804 -330,47829,26804 -331,47829,26804 -332,47829,26804 -333,47829,26804 -334,47829,26804 -335,47829,26804 -336,47829,26804 -337,47829,26804 -338,47829,26804 -339,47829,26804 -340,47829,26804 -341,47829,26804 -342,47829,26804 -343,47829,26804 -344,47829,26804 -345,47829,26804 -346,47829,26804 -347,47829,26804 -348,47829,26804 -349,47829,26804 -350,47829,26804 -351,47829,26804 -352,47829,26804 -353,47829,26804 -354,47829,26804 -355,47829,26804 -356,47829,26804 -357,47829,26804 -358,47829,26804 -359,47829,26804 -360,47829,26804 -361,47829,26804 -362,47829,26804 -363,47829,26804 -364,47829,26804 -365,47829,26804 -366,47829,26804 -367,47829,26804 -368,47829,26804 -369,47829,26804 -370,47829,26804 -371,47829,26804 -372,47829,26804 -373,47829,26804 -374,47829,26804 -375,47829,26804 -376,47829,26804 -377,47829,26804 -378,47829,26804 -379,47829,26804 -380,47829,26804 -381,47829,26804 -382,47829,26804 -383,47829,26804 -384,47829,26804 -385,47829,26804 -386,47829,26804 -387,47829,26804 -388,47829,26804 -389,47829,26804 -390,47829,26804 -391,47829,26804 -392,47829,26804 -393,47829,26804 -394,47829,26804 -395,47829,26804 -396,47829,26804 -397,47829,26804 -398,47829,26804 -399,47829,26804 -400,47829,26804 -401,47829,26804 -402,47829,26804 -403,47829,26804 -404,47829,26804 -405,47829,26804 -406,47829,26804 -407,47829,26804 -408,47829,26804 -409,47829,26804 -410,47829,26804 -411,47829,26804 -412,47829,26804 -413,47829,26804 -414,47829,26804 -415,47829,26804 -416,47829,26804 -417,47829,26804 -418,47829,26804 -419,47829,26804 -420,47829,26804 -421,47829,26804 -422,47829,26804 -423,47829,26804 -424,47829,26804 -425,47829,26804 -426,47829,26804 -427,47829,26804 -428,47829,26804 -429,47829,26804 -430,47829,26804 -431,47829,26804 -432,47829,26804 -433,47829,26804 -434,47829,26804 -435,47829,26804 -436,47829,26804 -437,47829,26804 -438,47829,26804 -439,47829,26804 -440,47829,26804 -441,47829,26804 -442,47829,26804 -443,47829,26804 -444,47829,26804 -445,47829,26804 -446,47829,26804 -447,47829,26804 -448,47829,26804 -449,47829,26804 -450,47829,26804 -451,47829,26804 -452,47829,26804 -453,47829,26804 -454,47829,26804 -455,47829,26804 -456,47829,26804 -457,47829,26804 -458,47829,26804 -459,47829,26804 -460,47829,26804 -461,47829,26804 -462,47829,26804 -463,47829,26804 -464,47829,26804 -465,47829,26804 -466,47829,26804 -467,47829,26804 -468,47829,26804 -469,47829,26804 -470,47829,26804 -471,47829,26804 -472,47829,26804 -473,47829,26804 -474,47829,26804 -475,47829,26804 -476,47829,26804 -477,47829,26804 -478,47829,26804 -479,47829,26804 -480,47829,26804 -481,47829,26804 -482,47829,26804 -483,47829,26804 -484,47829,26804 -485,47829,26804 -486,47829,26804 -487,47829,26804 -488,47829,26804 -489,47829,26804 -490,47829,26804 -491,47829,26804 -492,47829,26804 -493,47829,26804 -494,47829,26804 -495,47829,26804 -496,47829,26804 -497,47829,26804 -498,47829,26804 -499,47829,26804 -500,47829,26804 -501,47829,26804 -502,47829,26804 -503,47829,26804 -504,47829,26804 -505,47829,26804 -506,47829,26804 -507,47829,26804 -508,47829,26804 -509,47829,26804 -510,47829,26804 -511,47829,26804 -512,47829,26804 -513,47829,26804 -514,47829,26804 -515,47829,26804 -516,47829,26804 -517,47829,26804 -518,47829,26804 -519,47829,26804 -520,47829,26804 -521,47829,26804 -522,47829,26804 -523,47829,26804 -524,47829,26804 -525,47829,26804 -526,47829,26804 -527,47829,26804 -528,47829,26804 -529,47829,26804 -530,47829,26804 -531,47829,26804 -532,47829,26804 -533,47829,26804 -534,47829,26804 -535,47829,26804 -536,47829,26804 -537,47829,26804 -538,47829,26804 -539,47829,26804 -540,47829,26804 -541,47829,26804 -542,47829,26804 -543,47829,26804 -544,47829,26804 -545,47829,26804 -546,47829,26804 -547,47829,26804 -548,47829,26804 -549,47829,26804 -550,47829,26804 -551,47829,26804 -552,47829,26804 -553,47829,26804 -554,47829,26804 -555,47829,26804 -556,47829,26804 -557,47829,26804 -558,47829,26804 -559,47829,26804 -560,47829,26804 -561,47829,26804 -562,47829,26804 -563,47829,26804 -564,47829,26804 -565,47829,26804 -566,47829,26804 -567,47829,26804 -568,47829,26804 -569,47829,26804 -570,47829,26804 -571,47829,26804 -572,47829,26804 -573,47829,26804 -574,47829,26804 -575,47829,26804 -576,47829,26804 -577,47829,26804 -578,47829,26804 -579,47829,26804 -580,47829,26804 -581,47829,26804 -582,47829,26804 -583,47829,26804 -584,47829,26804 -585,47829,26804 -586,47829,26804 -587,47829,26804 -588,47829,26804 -589,47829,26804 -590,47829,26804 -591,47829,26804 -592,47829,26804 -593,47829,26804 -594,47829,26804 -595,47829,26804 -596,47829,26804 -597,47829,26804 -598,47829,26804 -599,47829,26804 -600,47829,26804 -601,47829,26804 -602,47829,26804 -603,47829,26804 -604,47829,26804 -605,47829,26804 -606,47829,26804 -607,47829,26804 -608,47829,26804 -609,47829,26804 -610,47829,26804 -611,47829,26804 -612,47829,26804 -613,47829,26804 -614,47829,26804 -615,47829,26804 -616,47829,26804 -617,47829,26804 -618,47829,26804 -619,47829,26804 -620,47829,26804 -621,47829,26804 -622,47829,26804 -623,47829,26804 -624,47829,26804 -625,47829,26804 -626,47829,26804 -627,47829,26804 -628,47829,26804 -629,47829,26804 -630,47829,26804 -631,47829,26804 -632,47829,26804 -633,47829,26804 -634,47829,26804 -635,47829,26804 -636,47829,26804 -637,47829,26804 -638,47829,26804 -639,47829,26804 -640,47829,26804 -641,47829,26804 -642,47829,26804 -643,47829,26804 -644,47829,26804 -645,47829,26804 -646,47829,26804 -647,47829,26804 -648,47829,26804 -649,47829,26804 -650,47829,26804 -651,47829,26804 -652,47829,26804 -653,47829,26804 -654,47829,26804 -655,47829,26804 -656,47829,26804 -657,47829,26804 -658,47829,26804 -659,47829,26804 -660,47829,26804 -661,47829,26804 -662,47829,26804 -663,47829,26804 -664,47829,26804 -665,47829,26804 -666,47829,26804 -667,47829,26804 -668,47829,26804 -669,47829,26804 -670,47829,26804 -671,47829,26804 -672,47829,26804 -673,47829,26804 -674,47829,26804 -675,47829,26804 -676,47829,26804 -677,47829,26804 -678,47829,26804 -679,47829,26804 -680,47829,26804 -681,47829,26804 -682,47829,26804 -683,47829,26804 -684,47829,26804 -685,47829,26804 -686,47829,26804 -687,47829,26804 -688,47829,26804 -689,47829,26804 -690,47829,26804 -691,47829,26804 -692,47829,26804 -693,47829,26804 -694,47829,26804 -695,47829,26804 -696,47829,26804 -697,47829,26804 -698,47829,26804 -699,47829,26804 -700,47829,26804 -701,47829,26804 -702,47829,26804 -703,47829,26804 -704,47829,26804 -705,47829,26804 -706,47829,26804 -707,47829,26804 -708,47829,26804 -709,47829,26804 -710,47829,26804 -711,47829,26804 -712,47829,26804 -713,47829,26804 -714,47829,26804 -715,47829,26804 -716,47829,26804 -717,47829,26804 -718,47829,26804 -719,47829,26804 -720,47829,26804 -721,47829,26804 -722,47829,26804 -723,47829,26804 -724,47829,26804 -725,47829,26804 -726,47829,26804 -727,47829,26804 -728,47829,26804 -729,47829,26804 -730,47829,26804 -731,47829,26804 -732,47829,26804 -733,47829,26804 -734,47829,26804 -735,47829,26804 -736,47829,26804 -737,47829,26804 -738,47829,26804 -739,47829,26804 -740,47829,26804 -741,47829,26804 -742,47829,26804 -743,47829,26804 -744,47829,26804 -745,47829,26804 -746,47829,26804 -747,47829,26804 -748,47829,26804 -749,47829,26804 -750,47829,26804 -751,47829,26804 -752,47829,26804 -753,47829,26804 -754,47829,26804 -755,47829,26804 -756,47829,26804 -757,47829,26804 -758,47829,26804 -759,47829,26804 -760,47829,26804 -761,47829,26804 -762,47829,26804 -763,47829,26804 -764,47829,26804 -765,47829,26804 -766,47829,26804 -767,47829,26804 -768,47829,26804 -769,47829,26804 -770,47829,26804 -771,47829,26804 -772,47829,26804 -773,47829,26804 -774,47829,26804 -775,47829,26804 -776,47829,26804 -777,47829,26804 -778,47829,26804 -779,47829,26804 -780,47829,26804 -781,47829,26804 -782,47829,26804 -783,47829,26804 -784,47829,26804 -785,47829,26804 -786,47829,26804 -787,47829,26804 -788,47829,26804 -789,47829,26804 -790,47829,26804 -791,47829,26804 -792,47829,26804 -793,47829,26804 -794,47829,26804 -795,47829,26804 -796,47829,26804 -797,47829,26804 -798,47829,26804 -799,47829,26804 -800,47829,26804 -801,47829,26804 -802,47829,26804 -803,47829,26804 -804,47829,26804 -805,47829,26804 -806,47829,26804 -807,47829,26804 -808,47829,26804 -809,47829,26804 -810,47829,26804 -811,47829,26804 -812,47829,26804 -813,47829,26804 -814,47829,26804 -815,47829,26804 -816,47829,26804 -817,47829,26804 -818,47829,26804 -819,47829,26804 -820,47829,26804 -821,47829,26804 -822,47829,26804 -823,47829,26804 -824,47829,26804 -825,47829,26804 -826,47829,26804 -827,47829,26804 -828,47829,26804 -829,47829,26804 -830,47829,26804 -831,47829,26804 -832,47829,26804 -833,47829,26804 -834,47829,26804 -835,47829,26804 -836,47829,26804 -837,47829,26804 -838,47829,26804 -839,47829,26804 -840,47829,26804 -841,47829,26804 -842,47829,26804 -843,47829,26804 -844,47829,26804 -845,47829,26804 -846,47829,26804 -847,47829,26804 -848,47829,26804 -849,47829,26804 -850,47829,26804 -851,47829,26804 -852,47829,26804 -853,47829,26804 -854,47829,26804 -855,47829,26804 -856,47829,26804 -857,47829,26804 -858,47829,26804 -859,47829,26804 -860,47829,26804 -861,47829,26804 -862,47829,26804 -863,47829,26804 -864,47829,26804 -865,47829,26804 -866,47829,26804 -867,47829,26804 -868,47829,26804 -869,47829,26804 -870,47829,26804 -871,47829,26804 -872,47829,26804 -873,47829,26804 -874,47829,26804 -875,47829,26804 -876,47829,26804 -877,47829,26804 -878,47829,26804 -879,47829,26804 -880,47829,26804 -881,47829,26804 -882,47829,26804 -883,47829,26804 -884,47829,26804 -885,47829,26804 -886,47829,26804 -887,47829,26804 -888,47829,26804 -889,47829,26804 -890,47829,26804 -891,47829,26804 -892,47829,26804 -893,47829,26804 -894,47829,26804 -895,47829,26804 -896,47829,26804 -897,47829,26804 -898,47829,26804 -899,47829,26804 -900,47829,26804 -901,47829,26804 -902,47829,26804 -903,47829,26804 -904,47829,26804 -905,47829,26804 -906,47829,26804 -907,47829,26804 -908,47829,26804 -909,47829,26804 -910,47829,26804 -911,47829,26804 -912,47829,26804 -913,47829,26804 -914,47829,26804 -915,47829,26804 -916,47829,26804 -917,47829,26804 -918,47829,26804 -919,47829,26804 -920,47829,26804 -921,47829,26804 -922,47829,26804 -923,47829,26804 -924,47829,26804 -925,47829,26804 -926,47829,26804 -927,47829,26804 -928,47829,26804 -929,47829,26804 -930,47829,26804 -931,47829,26804 -932,47829,26804 -933,47829,26804 -934,47829,26804 -935,47829,26804 -936,47829,26804 -937,47829,26804 -938,47829,26804 -939,47829,26804 -940,47829,26804 -941,47829,26804 -942,47829,26804 -943,47829,26804 -944,47829,26804 -945,47829,26804 -946,47829,26804 -947,47829,26804 -948,47829,26804 -949,47829,26804 -950,47829,26804 -951,47829,26804 -952,47829,26804 -953,47829,26804 -954,47829,26804 -955,47829,26804 -956,47829,26804 -957,47829,26804 -958,47829,26804 -959,47829,26804 -960,47829,26804 -961,47829,26804 -962,47829,26804 -963,47829,26804 -964,47829,26804 -965,47829,26804 -966,47829,26804 -967,47829,26804 -968,47829,26804 -969,47829,26804 -970,47829,26804 -971,47829,26804 -972,47829,26804 -973,47829,26804 -974,47829,26804 -975,47829,26804 -976,47829,26804 -977,47829,26804 -978,47829,26804 -979,47829,26804 -980,47829,26804 -981,47829,26804 -982,47829,26804 -983,47829,26804 -984,47829,26804 -985,47829,26804 -986,47829,26804 -987,47829,26804 -988,47829,26804 -989,47829,26804 -990,47829,26804 -991,47829,26804 -992,47829,26804 -993,47829,26804 -994,47829,26804 -995,47829,26804 -996,47829,26804 -997,47829,26804 -998,47829,26804 -999,47829,26804 -1000,47829,26804 -1001,47829,26804 -1002,47829,26804 -1003,47829,26804 -1004,47829,26804 -1005,47829,26804 -1006,47829,26804 -1007,47829,26804 -1008,47829,26804 -1009,47829,26804 -1010,47829,26804 -1011,47829,26804 -1012,47829,26804 -1013,47829,26804 -1014,47829,26804 -1015,47829,26804 -1016,47829,26804 -1017,47829,26804 -1018,47829,26804 -1019,47829,26804 -1020,47829,26804 -1021,47829,26804 -1022,47829,26804 -1023,47829,26804 -1024,47829,26804 -1025,47829,26804 -1026,47829,26804 -1027,47829,26804 -1028,47829,26804 -1029,47829,26804 -1030,47829,26804 -1031,47829,26804 -1032,47829,26804 -1033,47829,26804 -1034,47829,26804 -1035,47829,26804 -1036,47829,26804 -1037,47829,26804 -1038,47829,26804 -1039,47829,26804 -1040,47829,26804 -1041,47829,26804 -1042,47829,26804 -1043,47829,26804 -1044,47829,26804 -1045,47829,26804 -1046,47829,26804 -1047,47829,26804 -1048,47829,26804 -1049,47829,26804 -1050,47829,26804 -1051,47829,26804 -1052,47829,26804 -1053,47829,26804 -1054,47829,26804 -1055,47829,26804 -1056,47829,26804 -1057,47829,26804 -1058,47829,26804 -1059,47829,26804 -1060,47829,26804 -1061,47829,26804 -1062,47829,26804 -1063,47829,26804 -1064,47829,26804 -1065,47829,26804 -1066,47829,26804 -1067,47829,26804 -1068,47829,26804 -1069,47829,26804 -1070,47829,26804 -1071,47829,26804 -1072,47829,26804 -1073,47829,26804 -1074,47829,26804 -1075,47829,26804 -1076,47829,26804 -1077,47829,26804 -1078,47829,26804 -1079,47829,26804 -1080,47829,26804 -1081,47829,26804 -1082,47829,26804 -1083,47829,26804 -1084,47829,26804 -1085,47829,26804 -1086,47829,26804 -1087,47829,26804 -1088,47829,26804 -1089,47829,26804 -1090,47829,26804 -1091,47829,26804 -1092,47829,26804 -1093,47829,26804 -1094,47829,26804 -1095,47829,26804 -1096,47829,26804 -1097,47829,26804 -1098,47829,26804 -1099,47829,26804 -1100,47829,26804 -1101,47829,26804 -1102,47829,26804 -1103,47829,26804 -1104,47829,26804 -1105,47829,26804 -1106,47829,26804 -1107,47829,26804 -1108,47829,26804 -1109,47829,26804 -1110,47829,26804 -1111,47829,26804 -1112,47829,26804 -1113,47829,26804 -1114,47829,26804 -1115,47829,26804 -1116,47829,26804 -1117,47829,26804 -1118,47829,26804 -1119,47829,26804 -1120,47829,26804 -1121,47829,26804 -1122,47829,26804 -1123,47829,26804 -1124,47829,26804 -1125,47829,26804 -1126,47829,26804 -1127,47829,26804 -1128,47829,26804 -1129,47829,26804 -1130,47829,26804 -1131,47829,26804 -1132,47829,26804 -1133,47829,26804 -1134,47829,26804 -1135,47829,26804 -1136,47829,26804 -1137,47829,26804 -1138,47829,26804 -1139,47829,26804 -1140,47829,26804 -1141,47829,26804 -1142,47829,26804 -1143,47829,26804 -1144,47829,26804 -1145,47829,26804 -1146,47829,26804 -1147,47829,26804 -1148,47829,26804 -1149,47829,26804 -1150,47829,26804 -1151,47829,26804 -1152,47829,26804 -1153,47829,26804 -1154,47829,26804 -1155,47829,26804 -1156,47829,26804 -1157,47829,26804 -1158,47829,26804 -1159,47829,26804 -1160,47829,26804 -1161,47829,26804 -1162,47829,26804 -1163,47829,26804 -1164,47829,26804 -1165,47829,26804 -1166,47829,26804 -1167,47829,26804 -1168,47829,26804 -1169,47829,26804 -1170,47829,26804 -1171,47829,26804 -1172,47829,26804 -1173,47829,26804 -1174,47829,26804 -1175,47829,26804 -1176,47829,26804 -1177,47829,26804 -1178,47829,26804 -1179,47829,26804 -1180,47829,26804 -1181,47829,26804 -1182,47829,26804 -1183,47829,26804 -1184,47829,26804 -1185,47829,26804 -1186,47829,26804 -1187,47829,26804 -1188,47829,26804 -1189,47829,26804 -1190,47829,26804 -1191,47829,26804 -1192,47829,26804 -1193,47829,26804 -1194,47829,26804 -1195,47829,26804 -1196,47829,26804 -1197,47829,26804 -1198,47829,26804 -1199,47829,26804 -1200,47829,26804 -1201,47829,26804 -1202,47829,26804 -1203,47829,26804 -1204,47829,26804 -1205,47829,26804 -1206,47829,26804 -1207,47829,26804 -1208,47829,26804 -1209,47829,26804 -1210,47829,26804 -1211,47829,26804 -1212,47829,26804 -1213,47829,26804 -1214,47829,26804 -1215,47829,26804 -1216,47829,26804 -1217,47829,26804 -1218,47829,26804 -1219,47829,26804 -1220,47829,26804 -1221,47829,26804 -1222,47829,26804 -1223,47829,26804 -1224,47829,26804 -1225,47829,26804 -1226,47829,26804 -1227,47829,26804 -1228,47829,26804 -1229,47829,26804 -1230,47829,26804 -1231,47829,26804 -1232,47829,26804 -1233,47829,26804 -1234,47829,26804 -1235,47829,26804 -1236,47829,26804 -1237,47829,26804 -1238,47829,26804 -1239,47829,26804 -1240,47829,26804 -1241,47829,26804 -1242,47829,26804 -1243,47829,26804 -1244,47829,26804 -1245,47829,26804 -1246,47829,26804 -1247,47829,26804 -1248,47829,26804 -1249,47829,26804 -1250,47829,26804 -1251,47829,26804 -1252,47829,26804 -1253,47829,26804 -1254,47829,26804 -1255,47829,26804 -1256,47829,26804 -1257,47829,26804 -1258,47829,26804 -1259,47829,26804 -1260,47829,26804 -1261,47829,26804 -1262,47829,26804 -1263,47829,26804 -1264,47829,26804 -1265,47829,26804 -1266,47829,26804 -1267,47829,26804 -1268,47829,26804 -1269,47829,26804 -1270,47829,26804 -1271,47829,26804 -1272,47829,26804 -1273,47829,26804 -1274,47829,26804 -1275,47829,26804 -1276,47829,26804 -1277,47829,26804 -1278,47829,26804 -1279,47829,26804 -1280,47829,26804 -1281,47829,26804 -1282,47829,26804 -1283,47829,26804 -1284,47829,26804 -1285,47829,26804 -1286,47829,26804 -1287,47829,26804 -1288,47829,26804 -1289,47829,26804 -1290,47829,26804 -1291,47829,26804 -1292,47829,26804 -1293,47829,26804 -1294,47829,26804 -1295,47829,26804 -1296,47829,26804 -1297,47829,26804 -1298,47829,26804 -1299,47829,26804 -1300,47829,26804 -1301,47829,26804 -1302,47829,26804 -1303,47829,26804 -1304,47829,26804 -1305,47829,26804 -1306,47829,26804 -1307,47829,26804 -1308,47829,26804 -1309,47829,26804 -1310,47829,26804 -1311,47829,26804 -1312,47829,26804 -1313,47829,26804 -1314,47829,26804 -1315,47829,26804 -1316,47829,26804 -1317,47829,26804 -1318,47829,26804 -1319,47829,26804 -1320,47829,26804 -1321,47829,26804 -1322,47829,26804 -1323,47829,26804 -1324,47829,26804 -1325,47829,26804 -1326,47829,26804 -1327,47829,26804 -1328,47829,26804 -1329,47829,26804 -1330,47829,26804 -1331,47829,26804 -1332,47829,26804 -1333,47829,26804 -1334,47829,26804 -1335,47829,26804 -1336,47829,26804 -1337,47829,26804 -1338,47829,26804 -1339,47829,26804 -1340,47829,26804 -1341,47829,26804 -1342,47829,26804 -1343,47829,26804 -1344,47829,26804 -1345,47829,26804 -1346,47829,26804 -1347,47829,26804 -1348,47829,26804 -1349,47829,26804 -1350,47829,26804 -1351,47829,26804 -1352,47829,26804 -1353,47829,26804 -1354,47829,26804 -1355,47829,26804 -1356,47829,26804 -1357,47829,26804 -1358,47829,26804 -1359,47829,26804 -1360,47829,26804 -1361,47829,26804 -1362,47829,26804 -1363,47829,26804 -1364,47829,26804 -1365,47829,26804 -1366,47829,26804 -1367,47829,26804 -1368,47829,26804 -1369,47829,26804 -1370,47829,26804 -1371,47829,26804 -1372,47829,26804 -1373,47829,26804 -1374,47829,26804 -1375,47829,26804 -1376,47829,26804 -1377,47829,26804 -1378,47829,26804 -1379,47829,26804 -1380,47829,26804 -1381,47829,26804 -1382,47829,26804 -1383,47829,26804 -1384,47829,26804 -1385,47829,26804 -1386,47829,26804 -1387,47829,26804 -1388,47829,26804 -1389,47829,26804 -1390,47829,26804 -1391,47829,26804 -1392,47829,26804 -1393,47829,26804 -1394,47829,26804 -1395,47829,26804 -1396,47829,26804 -1397,47829,26804 -1398,47829,26804 -1399,47829,26804 -1400,47829,26804 -1401,47829,26804 -1402,47829,26804 -1403,47829,26804 -1404,47829,26804 -1405,47829,26804 -1406,47829,26804 -1407,47829,26804 -1408,47829,26804 -1409,47829,26804 -1410,47829,26804 -1411,47829,26804 -1412,47829,26804 -1413,47829,26804 -1414,47829,26804 -1415,47829,26804 -1416,47829,26804 -1417,47829,26804 -1418,47829,26804 -1419,47829,26804 -1420,47829,26804 -1421,47829,26804 -1422,47829,26804 -1423,47829,26804 -1424,47829,26804 -1425,47829,26804 -1426,47829,26804 -1427,47829,26804 -1428,47829,26804 -1429,47829,26804 -1430,47829,26804 -1431,47829,26804 -1432,47829,26804 -1433,47829,26804 -1434,47829,26804 -1435,47829,26804 -1436,47829,26804 -1437,47829,26804 -1438,47829,26804 -1439,47829,26804 -1440,47829,26804 -1441,47829,26804 -1442,47829,26804 -1443,47829,26804 -1444,47829,26804 -1445,47829,26804 -1446,47829,26804 -1447,47829,26804 -1448,47829,26804 -1449,47829,26804 -1450,47829,26804 -1451,47829,26804 -1452,47829,26804 -1453,47829,26804 -1454,47829,26804 -1455,47829,26804 -1456,47829,26804 -1457,47829,26804 -1458,47829,26804 -1459,47829,26804 -1460,47829,26804 -1461,47829,26804 -1462,47829,26804 -1463,47829,26804 -1464,47829,26804 -1465,47829,26804 -1466,47829,26804 -1467,47829,26804 -1468,47829,26804 -1469,47829,26804 -1470,47829,26804 -1471,47829,26804 -1472,47829,26804 -1473,47829,26804 -1474,47829,26804 -1475,47829,26804 -1476,47829,26804 -1477,47829,26804 -1478,47829,26804 -1479,47829,26804 -1480,47829,26804 -1481,47829,26804 -1482,47829,26804 -1483,47829,26804 -1484,47829,26804 -1485,47829,26804 -1486,47829,26804 -1487,47829,26804 -1488,47829,26804 -1489,47829,26804 -1490,47829,26804 -1491,47829,26804 -1492,47829,26804 -1493,47829,26804 -1494,47829,26804 -1495,47829,26804 -1496,47829,26804 -1497,47829,26804 -1498,47829,26804 -1499,47829,26804 -1500,47829,26804 -1501,47829,26804 -1502,47829,26804 -1503,47829,26804 -1504,47829,26804 -1505,47829,26804 -1506,47829,26804 -1507,47829,26804 -1508,47829,26804 -1509,47829,26804 -1510,47829,26804 -1511,47829,26804 -1512,47829,26804 -1513,47829,26804 -1514,47829,26804 -1515,47829,26804 -1516,47829,26804 -1517,47829,26804 -1518,47829,26804 -1519,47829,26804 -1520,47829,26804 -1521,47829,26804 -1522,47829,26804 -1523,47829,26804 -1524,47829,26804 -1525,47829,26804 -1526,47829,26804 -1527,47829,26804 -1528,47829,26804 -1529,47829,26804 -1530,47829,26804 -1531,47829,26804 -1532,47829,26804 -1533,47829,26804 -1534,47829,26804 -1535,47829,26804 -1536,47829,26804 -1537,47829,26804 -1538,47829,26804 -1539,47829,26804 -1540,47829,26804 -1541,47829,26804 -1542,47829,26804 -1543,47829,26804 -1544,47829,26804 -1545,47829,26804 -1546,47829,26804 -1547,47829,26804 -1548,47829,26804 -1549,47829,26804 -1550,47829,26804 -1551,47829,26804 -1552,47829,26804 -1553,47829,26804 -1554,47829,26804 -1555,47829,26804 -1556,47829,26804 -1557,47829,26804 -1558,47829,26804 -1559,47829,26804 -1560,47829,26804 -1561,47829,26804 -1562,47829,26804 -1563,47829,26804 -1564,47829,26804 -1565,47829,26804 -1566,47829,26804 -1567,47829,26804 -1568,47829,26804 -1569,47829,26804 -1570,47829,26804 -1571,47829,26804 -1572,47829,26804 -1573,47829,26804 -1574,47829,26804 -1575,47829,26804 -1576,47829,26804 -1577,47829,26804 -1578,47829,26804 -1579,47829,26804 -1580,47829,26804 -1581,47829,26804 -1582,47829,26804 -1583,47829,26804 -1584,47829,26804 -1585,47829,26804 -1586,47829,26804 -1587,47829,26804 -1588,47829,26804 -1589,47829,26804 -1590,47829,26804 -1591,47829,26804 -1592,47829,26804 -1593,47829,26804 -1594,47829,26804 -1595,47829,26804 -1596,47829,26804 -1597,47829,26804 -1598,47829,26804 -1599,47829,26804 -1600,47829,26804 -1601,47829,26804 -1602,47829,26804 -1603,47829,26804 -1604,47829,26804 -1605,47829,26804 -1606,47829,26804 -1607,47829,26804 -1608,47829,26804 -1609,47829,26804 -1610,47829,26804 -1611,47829,26804 -1612,47829,26804 -1613,47829,26804 -1614,47829,26804 -1615,47829,26804 -1616,47829,26804 -1617,47829,26804 -1618,47829,26804 -1619,47829,26804 -1620,47829,26804 -1621,47829,26804 -1622,47829,26804 -1623,47829,26804 -1624,47829,26804 -1625,47829,26804 -1626,47829,26804 -1627,47829,26804 -1628,47829,26804 -1629,47829,26804 -1630,47829,26804 -1631,47829,26804 -1632,47829,26804 -1633,47829,26804 -1634,47829,26804 -1635,47829,26804 -1636,47829,26804 -1637,47829,26804 -1638,47829,26804 -1639,47829,26804 -1640,47829,26804 -1641,47829,26804 -1642,47829,26804 -1643,47829,26804 -1644,47829,26804 -1645,47829,26804 -1646,47829,26804 -1647,47829,26804 -1648,47829,26804 -1649,47829,26804 -1650,47829,26804 -1651,47829,26804 -1652,47829,26804 -1653,47829,26804 -1654,47829,26804 -1655,47829,26804 -1656,47829,26804 -1657,47829,26804 -1658,47829,26804 -1659,47829,26804 -1660,47829,26804 -1661,47829,26804 -1662,47829,26804 -1663,47829,26804 -1664,47829,26804 -1665,47829,26804 -1666,47829,26804 -1667,47829,26804 -1668,47829,26804 -1669,47829,26804 -1670,47829,26804 -1671,47829,26804 -1672,47829,26804 -1673,47829,26804 -1674,47829,26804 -1675,47829,26804 -1676,47829,26804 -1677,47829,26804 -1678,47829,26804 -1679,47829,26804 -1680,47829,26804 -1681,47829,26804 -1682,47829,26804 -1683,47829,26804 -1684,47829,26804 -1685,47829,26804 -1686,47829,26804 -1687,47829,26804 -1688,47829,26804 -1689,47829,26804 -1690,47829,26804 -1691,47829,26804 -1692,47829,26804 -1693,47829,26804 -1694,47829,26804 -1695,47829,26804 -1696,47829,26804 -1697,47829,26804 -1698,47829,26804 -1699,47829,26804 -1700,47829,26804 -1701,47829,26804 -1702,47829,26804 -1703,47829,26804 -1704,47829,26804 -1705,47829,26804 -1706,47829,26804 -1707,47829,26804 -1708,47829,26804 -1709,47829,26804 -1710,47829,26804 -1711,47829,26804 -1712,47829,26804 -1713,47829,26804 -1714,47829,26804 -1715,47829,26804 -1716,47829,26804 -1717,47829,26804 -1718,47829,26804 -1719,47829,26804 -1720,47829,26804 -1721,47829,26804 -1722,47829,26804 -1723,47829,26804 -1724,47829,26804 -1725,47829,26804 -1726,47829,26804 -1727,47829,26804 -1728,47829,26804 -1729,47829,26804 -1730,47829,26804 -1731,47829,26804 -1732,47829,26804 -1733,47829,26804 -1734,47829,26804 -1735,47829,26804 -1736,47829,26804 -1737,47829,26804 -1738,47829,26804 -1739,47829,26804 -1740,47829,26804 -1741,47829,26804 -1742,47829,26804 -1743,47829,26804 -1744,47829,26804 -1745,47829,26804 -1746,47829,26804 -1747,47829,26804 -1748,47829,26804 -1749,47829,26804 -1750,47829,26804 -1751,47829,26804 -1752,47829,26804 -1753,47829,26804 -1754,47829,26804 -1755,47829,26804 -1756,47829,26804 -1757,47829,26804 -1758,47829,26804 -1759,47829,26804 -1760,47829,26804 -1761,47829,26804 -1762,47829,26804 -1763,47829,26804 -1764,47829,26804 -1765,47829,26804 -1766,47829,26804 -1767,47829,26804 -1768,47829,26804 -1769,47829,26804 -1770,47829,26804 -1771,47829,26804 -1772,47829,26804 -1773,47829,26804 -1774,47829,26804 -1775,47829,26804 -1776,47829,26804 -1777,47829,26804 -1778,47829,26804 -1779,47829,26804 -1780,47829,26804 -1781,47829,26804 -1782,47829,26804 -1783,47829,26804 -1784,47829,26804 -1785,47829,26804 -1786,47829,26804 -1787,47829,26804 -1788,47829,26804 -1789,47829,26804 -1790,47829,26804 -1791,47829,26804 -1792,47829,26804 -1793,47829,26804 -1794,47829,26804 -1795,47829,26804 -1796,47829,26804 -1797,47829,26804 -1798,47829,26804 -1799,47829,26804 -1800,47829,26804 -1801,47829,26804 -1802,47829,26804 -1803,47829,26804 -1804,47829,26804 -1805,47829,26804 -1806,47829,26804 -1807,47829,26804 -1808,47829,26804 -1809,47829,26804 -1810,47829,26804 -1811,47829,26804 -1812,47829,26804 -1813,47829,26804 -1814,47829,26804 -1815,47829,26804 -1816,47829,26804 -1817,47829,26804 -1818,47829,26804 -1819,47829,26804 -1820,47829,26804 -1821,47829,26804 -1822,47829,26804 -1823,47829,26804 -1824,47829,26804 -1825,47829,26804 -1826,47829,26804 -1827,47829,26804 -1828,47829,26804 -1829,47829,26804 -1830,47829,26804 -1831,47829,26804 -1832,47829,26804 -1833,47829,26804 -1834,47829,26804 -1835,47829,26804 -1836,47829,26804 -1837,47829,26804 -1838,47829,26804 -1839,47829,26804 -1840,47829,26804 -1841,47829,26804 -1842,47829,26804 -1843,47829,26804 -1844,47829,26804 -1845,47829,26804 -1846,47829,26804 -1847,47829,26804 -1848,47829,26804 -1849,47829,26804 -1850,47829,26804 -1851,47829,26804 -1852,47829,26804 -1853,47829,26804 -1854,47829,26804 -1855,47829,26804 -1856,47829,26804 -1857,47829,26804 -1858,47829,26804 -1859,47829,26804 -1860,47829,26804 -1861,47829,26804 -1862,47829,26804 -1863,47829,26804 -1864,47829,26804 -1865,47829,26804 -1866,47829,26804 -1867,47829,26804 -1868,47829,26804 -1869,47829,26804 -1870,47829,26804 -1871,47829,26804 -1872,47829,26804 -1873,47829,26804 -1874,47829,26804 -1875,47829,26804 -1876,47829,26804 -1877,47829,26804 -1878,47829,26804 -1879,47829,26804 -1880,47829,26804 -1881,47829,26804 -1882,47829,26804 -1883,47829,26804 -1884,47829,26804 -1885,47829,26804 -1886,47829,26804 -1887,47829,26804 -1888,47829,26804 -1889,47829,26804 -1890,47829,26804 -1891,47829,26804 -1892,47829,26804 -1893,47829,26804 -1894,47829,26804 -1895,47829,26804 -1896,47829,26804 -1897,47829,26804 -1898,47829,26804 -1899,47829,26804 -1900,47829,26804 -1901,47829,26804 -1902,47829,26804 -1903,47829,26804 -1904,47829,26804 -1905,47829,26804 -1906,47829,26804 -1907,47829,26804 -1908,47829,26804 -1909,47829,26804 -1910,47829,26804 -1911,47829,26804 -1912,47829,26804 -1913,47829,26804 -1914,47829,26804 -1915,47829,26804 -1916,47829,26804 -1917,47829,26804 -1918,47829,26804 -1919,47829,26804 -1920,47829,26804 -1921,47829,26804 -1922,47829,26804 -1923,47829,26804 -1924,47829,26804 -1925,47829,26804 -1926,47829,26804 -1927,47829,26804 -1928,47829,26804 -1929,47829,26804 -1930,47829,26804 -1931,47829,26804 -1932,47829,26804 -1933,47829,26804 -1934,47829,26804 -1935,47829,26804 -1936,47829,26804 -1937,47829,26804 -1938,47829,26804 -1939,47829,26804 -1940,47829,26804 -1941,47829,26804 -1942,47829,26804 -1943,47829,26804 -1944,47829,26804 -1945,47829,26804 -1946,47829,26804 -1947,47829,26804 -1948,47829,26804 -1949,47829,26804 -1950,47829,26804 -1951,47829,26804 -1952,47829,26804 -1953,47829,26804 -1954,47829,26804 -1955,47829,26804 -1956,47829,26804 -1957,47829,26804 -1958,47829,26804 -1959,47829,26804 -1960,47829,26804 -1961,47829,26804 -1962,47829,26804 -1963,47829,26804 -1964,47829,26804 -1965,47829,26804 -1966,47829,26804 -1967,47829,26804 -1968,47829,26804 -1969,47829,26804 -1970,47829,26804 -1971,47829,26804 -1972,47829,26804 -1973,47829,26804 -1974,47829,26804 -1975,47829,26804 -1976,47829,26804 -1977,47829,26804 -1978,47829,26804 -1979,47829,26804 -1980,47829,26804 -1981,47829,26804 -1982,47829,26804 -1983,47829,26804 -1984,47829,26804 -1985,47829,26804 -1986,47829,26804 -1987,47829,26804 -1988,47829,26804 -1989,47829,26804 -1990,47829,26804 -1991,47829,26804 -1992,47829,26804 -1993,47829,26804 -1994,47829,26804 -1995,47829,26804 -1996,47829,26804 -1997,47829,26804 -1998,47829,26804 -1999,47829,26804 -2000,47829,26804 -2001,47829,26804 -2002,47829,26804 -2003,47829,26804 -2004,47829,26804 -2005,47829,26804 -2006,47829,26804 -2007,47829,26804 -2008,47829,26804 -2009,47829,26804 -2010,47829,26804 -2011,47829,26804 -2012,47829,26804 -2013,47829,26804 -2014,47829,26804 -2015,47829,26804 -2016,47829,26804 -2017,47829,26804 -2018,47829,26804 -2019,47829,26804 -2020,47829,26804 -2021,47829,26804 -2022,47829,26804 -2023,47829,26804 -2024,47829,26804 -2025,47829,26804 -2026,47829,26804 -2027,47829,26804 -2028,47829,26804 -2029,47829,26804 -2030,47829,26804 -2031,47829,26804 -2032,47829,26804 -2033,47829,26804 -2034,47829,26804 -2035,47829,26804 -2036,47829,26804 -2037,47829,26804 -2038,47829,26804 -2039,47829,26804 -2040,47829,26804 -2041,47829,26804 -2042,47829,26804 -2043,47829,26804 -2044,47829,26804 -2045,47829,26804 -2046,47829,26804 -2047,47829,26804 -2048,47829,26804 -2049,47829,26804 -2050,47829,26804 -2051,47829,26804 -2052,47829,26804 -2053,47829,26804 -2054,47829,26804 -2055,47829,26804 -2056,47829,26804 -2057,47829,26804 -2058,47829,26804 -2059,47829,26804 -2060,47829,26804 -2061,47829,26804 -2062,47829,26804 -2063,47829,26804 -2064,47829,26804 -2065,47829,26804 -2066,47829,26804 -2067,47829,26804 -2068,47829,26804 -2069,47829,26804 -2070,47829,26804 -2071,47829,26804 -2072,47829,26804 -2073,47829,26804 -2074,47829,26804 -2075,47829,26804 -2076,47829,26804 -2077,47829,26804 -2078,47829,26804 -2079,47829,26804 -2080,47829,26804 -2081,47829,26804 -2082,47829,26804 -2083,47829,26804 -2084,47829,26804 -2085,47829,26804 -2086,47829,26804 -2087,47829,26804 -2088,47829,26804 -2089,47829,26804 -2090,47829,26804 -2091,47829,26804 -2092,47829,26804 -2093,47829,26804 -2094,47829,26804 -2095,47829,26804 -2096,47829,26804 -2097,47829,26804 -2098,47829,26804 -2099,47829,26804 -2100,47829,26804 -2101,47829,26804 -2102,47829,26804 -2103,47829,26804 -2104,47829,26804 -2105,47829,26804 -2106,47829,26804 -2107,47829,26804 -2108,47829,26804 -2109,47829,26804 -2110,47829,26804 -2111,47829,26804 -2112,47829,26804 -2113,47829,26804 -2114,47829,26804 -2115,47829,26804 -2116,47829,26804 -2117,47829,26804 -2118,47829,26804 -2119,47829,26804 -2120,47829,26804 -2121,47829,26804 -2122,47829,26804 -2123,47829,26804 -2124,47829,26804 -2125,47829,26804 -2126,47829,26804 -2127,47829,26804 -2128,47829,26804 -2129,47829,26804 -2130,47829,26804 -2131,47829,26804 -2132,47829,26804 -2133,47829,26804 -2134,47829,26804 -2135,47829,26804 -2136,47829,26804 -2137,47829,26804 -2138,47829,26804 -2139,47829,26804 -2140,47829,26804 -2141,47829,26804 -2142,47829,26804 -2143,47829,26804 -2144,47829,26804 -2145,47829,26804 -2146,47829,26804 -2147,47829,26804 -2148,47829,26804 -2149,47829,26804 -2150,47829,26804 -2151,47829,26804 -2152,47829,26804 -2153,47829,26804 -2154,47829,26804 -2155,47829,26804 -2156,47829,26804 -2157,47829,26804 -2158,47829,26804 -2159,47829,26804 -2160,47829,26804 -2161,47829,26804 -2162,47829,26804 -2163,47829,26804 -2164,47829,26804 -2165,47829,26804 -2166,47829,26804 -2167,47829,26804 -2168,47829,26804 -2169,47829,26804 -2170,47829,26804 -2171,47829,26804 -2172,47829,26804 -2173,47829,26804 -2174,47829,26804 -2175,47829,26804 -2176,47829,26804 -2177,47829,26804 -2178,47829,26804 -2179,47829,26804 -2180,47829,26804 -2181,47829,26804 -2182,47829,26804 -2183,47829,26804 -2184,47829,26804 -2185,47829,26804 -2186,47829,26804 -2187,47829,26804 -2188,47829,26804 -2189,47829,26804 -2190,47829,26804 -2191,47829,26804 -2192,47829,26804 -2193,47829,26804 -2194,47829,26804 -2195,47829,26804 -2196,47829,26804 -2197,47829,26804 -2198,47829,26804 -2199,47829,26804 -2200,47829,26804 -2201,47829,26804 -2202,47829,26804 -2203,47829,26804 -2204,47829,26804 -2205,47829,26804 -2206,47829,26804 -2207,47829,26804 -2208,47829,26804 -2209,47829,26804 -2210,47829,26804 -2211,47829,26804 -2212,47829,26804 -2213,47829,26804 -2214,47829,26804 -2215,47829,26804 -2216,47829,26804 -2217,47829,26804 -2218,47829,26804 -2219,47829,26804 -2220,47829,26804 -2221,47829,26804 -2222,47829,26804 -2223,47829,26804 -2224,47829,26804 -2225,47829,26804 -2226,47829,26804 -2227,47829,26804 -2228,47829,26804 -2229,47829,26804 -2230,47829,26804 -2231,47829,26804 -2232,47829,26804 -2233,47829,26804 -2234,47829,26804 -2235,47829,26804 -2236,47829,26804 -2237,47829,26804 -2238,47829,26804 -2239,47829,26804 -2240,47829,26804 -2241,47829,26804 -2242,47829,26804 -2243,47829,26804 -2244,47829,26804 -2245,47829,26804 -2246,47829,26804 -2247,47829,26804 -2248,47829,26804 -2249,47829,26804 -2250,47829,26804 -2251,47829,26804 -2252,47829,26804 -2253,47829,26804 -2254,47829,26804 -2255,47829,26804 -2256,47829,26804 -2257,47829,26804 -2258,47829,26804 -2259,47829,26804 -2260,47829,26804 -2261,47829,26804 -2262,47829,26804 -2263,47829,26804 -2264,47829,26804 -2265,47829,26804 -2266,47829,26804 -2267,47829,26804 -2268,47829,26804 -2269,47829,26804 -2270,47829,26804 -2271,47829,26804 -2272,47829,26804 -2273,47829,26804 -2274,47829,26804 -2275,47829,26804 -2276,47829,26804 -2277,47829,26804 -2278,47829,26804 -2279,47829,26804 -2280,47829,26804 -2281,47829,26804 -2282,47829,26804 -2283,47829,26804 -2284,47829,26804 -2285,47829,26804 -2286,47829,26804 -2287,47829,26804 -2288,47829,26804 -2289,47829,26804 -2290,47829,26804 -2291,47829,26804 -2292,47829,26804 -2293,47829,26804 -2294,47829,26804 -2295,47829,26804 -2296,47829,26804 -2297,47829,26804 -2298,47829,26804 -2299,47829,26804 -2300,47829,26804 -2301,47829,26804 -2302,47829,26804 -2303,47829,26804 -2304,47829,26804 -2305,47829,26804 -2306,47829,26804 -2307,47829,26804 -2308,47829,26804 -2309,47829,26804 -2310,47829,26804 -2311,47829,26804 -2312,47829,26804 -2313,47829,26804 -2314,47829,26804 -2315,47829,26804 -2316,47829,26804 -2317,47829,26804 -2318,47829,26804 -2319,47829,26804 -2320,47829,26804 -2321,47829,26804 -2322,47829,26804 -2323,47829,26804 -2324,47829,26804 -2325,47829,26804 -2326,47829,26804 -2327,47829,26804 -2328,47829,26804 -2329,47829,26804 -2330,47829,26804 -2331,47829,26804 -2332,47829,26804 -2333,47829,26804 -2334,47829,26804 -2335,47829,26804 -2336,47829,26804 -2337,47829,26804 -2338,47829,26804 -2339,47829,26804 -2340,47829,26804 -2341,47829,26804 -2342,47829,26804 -2343,47829,26804 -2344,47829,26804 -2345,47829,26804 -2346,47829,26804 -2347,47829,26804 -2348,47829,26804 -2349,47829,26804 -2350,47829,26804 -2351,47829,26804 -2352,47829,26804 -2353,47829,26804 -2354,47829,26804 -2355,47829,26804 -2356,47829,26804 -2357,47829,26804 -2358,47829,26804 -2359,47829,26804 -2360,47829,26804 -2361,47829,26804 -2362,47829,26804 -2363,47829,26804 -2364,47829,26804 -2365,47829,26804 -2366,47829,26804 -2367,47829,26804 -2368,47829,26804 -2369,47829,26804 -2370,47829,26804 -2371,47829,26804 -2372,47829,26804 -2373,47829,26804 -2374,47829,26804 -2375,47829,26804 -2376,47829,26804 -2377,47829,26804 -2378,47829,26804 -2379,47829,26804 -2380,47829,26804 -2381,47829,26804 -2382,47829,26804 -2383,47829,26804 -2384,47829,26804 -2385,47829,26804 -2386,47829,26804 -2387,47829,26804 -2388,47829,26804 -2389,47829,26804 -2390,47829,26804 -2391,47829,26804 -2392,47829,26804 -2393,47829,26804 -2394,47829,26804 -2395,47829,26804 -2396,47829,26804 -2397,47829,26804 -2398,47829,26804 -2399,47829,26804 -2400,47829,26804 -2401,47829,26804 -2402,47829,26804 -2403,47829,26804 -2404,47829,26804 -2405,47829,26804 -2406,47829,26804 -2407,47829,26804 -2408,47829,26804 -2409,47829,26804 -2410,47829,26804 -2411,47829,26804 -2412,47829,26804 -2413,47829,26804 -2414,47829,26804 -2415,47829,26804 -2416,47829,26804 -2417,47829,26804 -2418,47829,26804 -2419,47829,26804 -2420,47829,26804 -2421,47829,26804 -2422,47829,26804 -2423,47829,26804 -2424,47829,26804 -2425,47829,26804 -2426,47829,26804 -2427,47829,26804 -2428,47829,26804 -2429,47829,26804 -2430,47829,26804 -2431,47829,26804 -2432,47829,26804 -2433,47829,26804 -2434,47829,26804 -2435,47829,26804 -2436,47829,26804 -2437,47829,26804 -2438,47829,26804 -2439,47829,26804 -2440,47829,26804 -2441,47829,26804 -2442,47829,26804 -2443,47829,26804 -2444,47829,26804 -2445,47829,26804 -2446,47829,26804 -2447,47829,26804 -2448,47829,26804 -2449,47829,26804 -2450,47829,26804 -2451,47829,26804 -2452,47829,26804 -2453,47829,26804 -2454,47829,26804 -2455,47829,26804 -2456,47829,26804 -2457,47829,26804 -2458,47829,26804 -2459,47829,26804 -2460,47829,26804 -2461,47829,26804 -2462,47829,26804 -2463,47829,26804 -2464,47829,26804 -2465,47829,26804 -2466,47829,26804 -2467,47829,26804 -2468,47829,26804 -2469,47829,26804 -2470,47829,26804 -2471,47829,26804 -2472,47829,26804 -2473,47829,26804 -2474,47829,26804 -2475,47829,26804 -2476,47829,26804 -2477,47829,26804 -2478,47829,26804 -2479,47829,26804 -2480,47829,26804 -2481,47829,26804 -2482,47829,26804 -2483,47829,26804 -2484,47829,26804 -2485,47829,26804 -2486,47829,26804 -2487,47829,26804 -2488,47829,26804 -2489,47829,26804 -2490,47829,26804 -2491,47829,26804 -2492,47829,26804 -2493,47829,26804 -2494,47829,26804 -2495,47829,26804 -2496,47829,26804 -2497,47829,26804 -2498,47829,26804 -2499,47829,26804 -2500,47829,26804 -2501,47829,26804 -2502,47829,26804 -2503,47829,26804 -2504,47829,26804 -2505,47829,26804 -2506,47829,26804 -2507,47829,26804 -2508,47829,26804 -2509,47829,26804 -2510,47829,26804 -2511,47829,26804 -2512,47829,26804 -2513,47829,26804 -2514,47829,26804 -2515,47829,26804 -2516,47829,26804 -2517,47829,26804 -2518,47829,26804 -2519,47829,26804 -2520,47829,26804 -2521,47829,26804 -2522,47829,26804 -2523,47829,26804 -2524,47829,26804 -2525,47829,26804 -2526,47829,26804 -2527,47829,26804 -2528,47829,26804 -2529,47829,26804 -2530,47829,26804 -2531,47829,26804 -2532,47829,26804 -2533,47829,26804 -2534,47829,26804 -2535,47829,26804 -2536,47829,26804 -2537,47829,26804 -2538,47829,26804 -2539,47829,26804 -2540,47829,26804 -2541,47829,26804 -2542,47829,26804 -2543,47829,26804 -2544,47829,26804 -2545,47829,26804 -2546,47829,26804 -2547,47829,26804 -2548,47829,26804 -2549,47829,26804 -2550,47829,26804 -2551,47829,26804 -2552,47829,26804 -2553,47829,26804 -2554,47829,26804 -2555,47829,26804 -2556,47829,26804 -2557,47829,26804 -2558,47829,26804 -2559,47829,26804 -2560,47829,26804 -2561,47829,26804 -2562,47829,26804 -2563,47829,26804 -2564,47829,26804 -2565,47829,26804 -2566,47829,26804 -2567,47829,26804 -2568,47829,26804 -2569,47829,26804 -2570,47829,26804 -2571,47829,26804 -2572,47829,26804 -2573,47829,26804 -2574,47829,26804 -2575,47829,26804 -2576,47829,26804 -2577,47829,26804 -2578,47829,26804 -2579,47829,26804 -2580,47829,26804 -2581,47829,26804 -2582,47829,26804 -2583,47829,26804 -2584,47829,26804 -2585,47829,26804 -2586,47829,26804 -2587,47829,26804 -2588,47829,26804 -2589,47829,26804 -2590,47829,26804 -2591,47829,26804 -2592,47829,26804 -2593,47829,26804 -2594,47829,26804 -2595,47829,26804 -2596,47829,26804 -2597,47829,26804 -2598,47829,26804 -2599,47829,26804 -2600,47829,26804 -2601,47829,26804 -2602,47829,26804 -2603,47829,26804 -2604,47829,26804 -2605,47829,26804 -2606,47829,26804 -2607,47829,26804 -2608,47829,26804 -2609,47829,26804 -2610,47829,26804 -2611,47829,26804 -2612,47829,26804 -2613,47829,26804 -2614,47829,26804 -2615,47829,26804 -2616,47829,26804 -2617,47829,26804 -2618,47829,26804 -2619,47829,26804 -2620,47829,26804 -2621,47829,26804 -2622,47829,26804 -2623,47829,26804 -2624,47829,26804 -2625,47829,26804 -2626,47829,26804 -2627,47829,26804 -2628,47829,26804 -2629,47829,26804 -2630,47829,26804 -2631,47829,26804 -2632,47829,26804 -2633,47829,26804 -2634,47829,26804 -2635,47829,26804 -2636,47829,26804 -2637,47829,26804 -2638,47829,26804 -2639,47829,26804 -2640,47829,26804 -2641,47829,26804 -2642,47829,26804 -2643,47829,26804 -2644,47829,26804 -2645,47829,26804 -2646,47829,26804 -2647,47829,26804 -2648,47829,26804 -2649,47829,26804 -2650,47829,26804 -2651,47829,26804 -2652,47829,26804 -2653,47829,26804 -2654,47829,26804 -2655,47829,26804 -2656,47829,26804 -2657,47829,26804 -2658,47829,26804 -2659,47829,26804 -2660,47829,26804 -2661,47829,26804 -2662,47829,26804 -2663,47829,26804 -2664,47829,26804 -2665,47829,26804 -2666,47829,26804 -2667,47829,26804 -2668,47829,26804 -2669,47829,26804 -2670,47829,26804 -2671,47829,26804 -2672,47829,26804 -2673,47829,26804 -2674,47829,26804 -2675,47829,26804 -2676,47829,26804 -2677,47829,26804 -2678,47829,26804 -2679,47829,26804 -2680,47829,26804 -2681,47829,26804 -2682,47829,26804 -2683,47829,26804 -2684,47829,26804 -2685,47829,26804 -2686,47829,26804 -2687,47829,26804 -2688,47829,26804 -2689,47829,26804 -2690,47829,26804 -2691,47829,26804 -2692,47829,26804 -2693,47829,26804 -2694,47829,26804 -2695,47829,26804 -2696,47829,26804 -2697,47829,26804 -2698,47829,26804 -2699,47829,26804 -2700,47829,26804 -2701,47829,26804 -2702,47829,26804 -2703,47829,26804 -2704,47829,26804 -2705,47829,26804 -2706,47829,26804 -2707,47829,26804 -2708,47829,26804 -2709,47829,26804 -2710,47829,26804 -2711,47829,26804 -2712,47829,26804 -2713,47829,26804 -2714,47829,26804 -2715,47829,26804 -2716,47829,26804 -2717,47829,26804 -2718,47829,26804 -2719,47829,26804 -2720,47829,26804 -2721,47829,26804 -2722,47829,26804 -2723,47829,26804 -2724,47829,26804 -2725,47829,26804 -2726,47829,26804 -2727,47829,26804 -2728,47829,26804 -2729,47829,26804 -2730,47829,26804 -2731,47829,26804 -2732,47829,26804 -2733,47829,26804 -2734,47829,26804 -2735,47829,26804 -2736,47829,26804 -2737,47829,26804 -2738,47829,26804 -2739,47829,26804 -2740,47829,26804 -2741,47829,26804 -2742,47829,26804 -2743,47829,26804 -2744,47829,26804 -2745,47829,26804 -2746,47829,26804 -2747,47829,26804 -2748,47829,26804 -2749,47829,26804 -2750,47829,26804 -2751,47829,26804 -2752,47829,26804 -2753,47829,26804 -2754,47829,26804 -2755,47829,26804 -2756,47829,26804 -2757,47829,26804 -2758,47829,26804 -2759,47829,26804 -2760,47829,26804 -2761,47829,26804 -2762,47829,26804 -2763,47829,26804 -2764,47829,26804 -2765,47829,26804 -2766,47829,26804 -2767,47829,26804 -2768,47829,26804 -2769,47829,26804 -2770,47829,26804 -2771,47829,26804 -2772,47829,26804 -2773,47829,26804 -2774,47829,26804 -2775,47829,26804 -2776,47829,26804 -2777,47829,26804 -2778,47829,26804 -2779,47829,26804 -2780,47829,26804 -2781,47829,26804 -2782,47829,26804 -2783,47829,26804 -2784,47829,26804 -2785,47829,26804 -2786,47829,26804 -2787,47829,26804 -2788,47829,26804 -2789,47829,26804 -2790,47829,26804 -2791,47829,26804 -2792,47829,26804 -2793,47829,26804 -2794,47829,26804 -2795,47829,26804 -2796,47829,26804 -2797,47829,26804 -2798,47829,26804 -2799,47829,26804 -2800,47829,26804 -2801,47829,26804 -2802,47829,26804 -2803,47829,26804 -2804,47829,26804 -2805,47829,26804 -2806,47829,26804 -2807,47829,26804 -2808,47829,26804 -2809,47829,26804 -2810,47829,26804 -2811,47829,26804 -2812,47829,26804 -2813,47829,26804 -2814,47829,26804 -2815,47829,26804 -2816,47829,26804 -2817,47829,26804 -2818,47829,26804 -2819,47829,26804 -2820,47829,26804 -2821,47829,26804 -2822,47829,26804 -2823,47829,26804 -2824,47829,26804 -2825,47829,26804 -2826,47829,26804 -2827,47829,26804 -2828,47829,26804 -2829,47829,26804 -2830,47829,26804 -2831,47829,26804 -2832,47829,26804 -2833,47829,26804 -2834,47829,26804 -2835,47829,26804 -2836,47829,26804 -2837,47829,26804 -2838,47829,26804 -2839,47829,26804 -2840,47829,26804 -2841,47829,26804 -2842,47829,26804 -2843,47829,26804 -2844,47829,26804 -2845,47829,26804 -2846,47829,26804 -2847,47829,26804 -2848,47829,26804 -2849,47829,26804 -2850,47829,26804 -2851,47829,26804 -2852,47829,26804 -2853,47829,26804 -2854,47829,26804 -2855,47829,26804 -2856,47829,26804 -2857,47829,26804 -2858,47829,26804 -2859,47829,26804 -2860,47829,26804 -2861,47829,26804 -2862,47829,26804 -2863,47829,26804 -2864,47829,26804 -2865,47829,26804 -2866,47829,26804 -2867,47829,26804 -2868,47829,26804 -2869,47829,26804 -2870,47829,26804 -2871,47829,26804 -2872,47829,26804 -2873,47829,26804 -2874,47829,26804 -2875,47829,26804 -2876,47829,26804 -2877,47829,26804 -2878,47829,26804 -2879,47829,26804 -2880,47829,26804 -2881,47829,26804 -2882,47829,26804 -2883,47829,26804 -2884,47829,26804 -2885,47829,26804 -2886,47829,26804 -2887,47829,26804 -2888,47829,26804 -2889,47829,26804 -2890,47829,26804 -2891,47829,26804 -2892,47829,26804 -2893,47829,26804 -2894,47829,26804 -2895,47829,26804 -2896,47829,26804 -2897,47829,26804 -2898,47829,26804 -2899,47829,26804 -2900,47829,26804 -2901,47829,26804 -2902,47829,26804 -2903,47829,26804 -2904,47829,26804 -2905,47829,26804 -2906,47829,26804 -2907,47829,26804 -2908,47829,26804 -2909,47829,26804 -2910,47829,26804 -2911,47829,26804 -2912,47829,26804 -2913,47829,26804 -2914,47829,26804 -2915,47829,26804 -2916,47829,26804 -2917,47829,26804 -2918,47829,26804 -2919,47829,26804 -2920,47829,26804 -2921,47829,26804 -2922,47829,26804 -2923,47829,26804 -2924,47829,26804 -2925,47829,26804 -2926,47829,26804 -2927,47829,26804 -2928,47829,26804 -2929,47829,26804 -2930,47829,26804 -2931,47829,26804 -2932,47829,26804 -2933,47829,26804 -2934,47829,26804 -2935,47829,26804 -2936,47829,26804 -2937,47829,26804 -2938,47829,26804 -2939,47829,26804 -2940,47829,26804 -2941,47829,26804 -2942,47829,26804 -2943,47829,26804 -2944,47829,26804 -2945,47829,26804 -2946,47829,26804 -2947,47829,26804 -2948,47829,26804 -2949,47829,26804 -2950,47829,26804 -2951,47829,26804 -2952,47829,26804 -2953,47829,26804 -2954,47829,26804 -2955,47829,26804 -2956,47829,26804 -2957,47829,26804 -2958,47829,26804 -2959,47829,26804 -2960,47829,26804 -2961,47829,26804 -2962,47829,26804 -2963,47829,26804 -2964,47829,26804 -2965,47829,26804 -2966,47829,26804 -2967,47829,26804 -2968,47829,26804 -2969,47829,26804 -2970,47829,26804 -2971,47829,26804 -2972,47829,26804 -2973,47829,26804 -2974,47829,26804 -2975,47829,26804 -2976,47829,26804 -2977,47829,26804 -2978,47829,26804 -2979,47829,26804 -2980,47829,26804 -2981,47829,26804 -2982,47829,26804 -2983,47829,26804 -2984,47829,26804 -2985,47829,26804 -2986,47829,26804 -2987,47829,26804 -2988,47829,26804 -2989,47829,26804 -2990,47829,26804 -2991,47829,26804 -2992,47829,26804 -2993,47829,26804 -2994,47829,26804 -2995,47829,26804 -2996,47829,26804 -2997,47829,26804 -2998,47829,26804 -2999,47829,26804 -3000,47829,26804 -3001,47829,26804 -3002,47829,26804 -3003,47829,26804 -3004,47829,26804 -3005,47829,26804 -3006,47829,26804 -3007,47829,26804 -3008,47829,26804 -3009,47829,26804 -3010,47829,26804 -3011,47829,26804 -3012,47829,26804 -3013,47829,26804 -3014,47829,26804 -3015,47829,26804 -3016,47829,26804 -3017,47829,26804 -3018,47829,26804 -3019,47829,26804 -3020,47829,26804 -3021,47829,26804 -3022,47829,26804 -3023,47829,26804 -3024,47829,26804 -3025,47829,26804 -3026,47829,26804 -3027,47829,26804 -3028,47829,26804 -3029,47829,26804 -3030,47829,26804 -3031,47829,26804 -3032,47829,26804 -3033,47829,26804 -3034,47829,26804 -3035,47829,26804 -3036,47829,26804 -3037,47829,26804 -3038,47829,26804 -3039,47829,26804 -3040,47829,26804 -3041,47829,26804 -3042,47829,26804 -3043,47829,26804 -3044,47829,26804 -3045,47829,26804 -3046,47829,26804 -3047,47829,26804 -3048,47829,26804 -3049,47829,26804 -3050,47829,26804 -3051,47829,26804 -3052,47829,26804 -3053,47829,26804 -3054,47829,26804 -3055,47829,26804 -3056,47829,26804 -3057,47829,26804 -3058,47829,26804 -3059,47829,26804 -3060,47829,26804 -3061,47829,26804 -3062,47829,26804 -3063,47829,26804 -3064,47829,26804 -3065,47829,26804 -3066,47829,26804 -3067,47829,26804 -3068,47829,26804 -3069,47829,26804 -3070,47829,26804 -3071,47829,26804 -3072,47829,26804 -3073,47829,26804 -3074,47829,26804 -3075,47829,26804 -3076,47829,26804 -3077,47829,26804 -3078,47829,26804 -3079,47829,26804 -3080,47829,26804 -3081,47829,26804 -3082,47829,26804 -3083,47829,26804 -3084,47829,26804 -3085,47829,26804 -3086,47829,26804 -3087,47829,26804 -3088,47829,26804 -3089,47829,26804 -3090,47829,26804 -3091,47829,26804 -3092,47829,26804 -3093,47829,26804 -3094,47829,26804 -3095,47829,26804 -3096,47829,26804 -3097,47829,26804 -3098,47829,26804 -3099,47829,26804 -3100,47829,26804 -3101,47829,26804 -3102,47829,26804 -3103,47829,26804 -3104,47829,26804 -3105,47829,26804 -3106,47829,26804 -3107,47829,26804 -3108,47829,26804 -3109,47829,26804 -3110,47829,26804 -3111,47829,26804 -3112,47829,26804 -3113,47829,26804 -3114,47829,26804 -3115,47829,26804 -3116,47829,26804 -3117,47829,26804 -3118,47829,26804 -3119,47829,26804 -3120,47829,26804 -3121,47829,26804 -3122,47829,26804 -3123,47829,26804 -3124,47829,26804 -3125,47829,26804 -3126,47829,26804 -3127,47829,26804 -3128,47829,26804 -3129,47829,26804 -3130,47829,26804 -3131,47829,26804 -3132,47829,26804 -3133,47829,26804 -3134,47829,26804 -3135,47829,26804 -3136,47829,26804 -3137,47829,26804 -3138,47829,26804 -3139,47829,26804 -3140,47829,26804 -3141,47829,26804 -3142,47829,26804 -3143,47829,26804 -3144,47829,26804 -3145,47829,26804 -3146,47829,26804 -3147,47829,26804 -3148,47829,26804 -3149,47829,26804 -3150,47829,26804 -3151,47829,26804 -3152,47829,26804 -3153,47829,26804 -3154,47829,26804 -3155,47829,26804 -3156,47829,26804 -3157,47829,26804 -3158,47829,26804 -3159,47829,26804 -3160,47829,26804 -3161,47829,26804 -3162,47829,26804 -3163,47829,26804 -3164,47829,26804 -3165,47829,26804 -3166,47829,26804 -3167,47829,26804 -3168,47829,26804 -3169,47829,26804 -3170,47829,26804 -3171,47829,26804 -3172,47829,26804 -3173,47829,26804 -3174,47829,26804 -3175,47829,26804 -3176,47829,26804 -3177,47829,26804 -3178,47829,26804 -3179,47829,26804 -3180,47829,26804 -3181,47829,26804 -3182,47829,26804 -3183,47829,26804 -3184,47829,26804 -3185,47829,26804 -3186,47829,26804 -3187,47829,26804 -3188,47829,26804 -3189,47829,26804 -3190,47829,26804 -3191,47829,26804 -3192,47829,26804 -3193,47829,26804 -3194,47829,26804 -3195,47829,26804 -3196,47829,26804 -3197,47829,26804 -3198,47829,26804 -3199,47829,26804 -3200,47829,26804 -3201,47829,26804 -3202,47829,26804 -3203,47829,26804 -3204,47829,26804 -3205,47829,26804 -3206,47829,26804 -3207,47829,26804 -3208,47829,26804 -3209,47829,26804 -3210,47829,26804 -3211,47829,26804 -3212,47829,26804 -3213,47829,26804 -3214,47829,26804 -3215,47829,26804 -3216,47829,26804 -3217,47829,26804 -3218,47829,26804 -3219,47829,26804 -3220,47829,26804 -3221,47829,26804 -3222,47829,26804 -3223,47829,26804 -3224,47829,26804 -3225,47829,26804 -3226,47829,26804 -3227,47829,26804 -3228,47829,26804 -3229,47829,26804 -3230,47829,26804 -3231,47829,26804 -3232,47829,26804 -3233,47829,26804 -3234,47829,26804 -3235,47829,26804 -3236,47829,26804 -3237,47829,26804 -3238,47829,26804 -3239,47829,26804 -3240,47829,26804 -3241,47829,26804 -3242,47829,26804 -3243,47829,26804 -3244,47829,26804 -3245,47829,26804 -3246,47829,26804 -3247,47829,26804 -3248,47829,26804 -3249,47829,26804 -3250,47829,26804 -3251,47829,26804 -3252,47829,26804 -3253,47829,26804 -3254,47829,26804 -3255,47829,26804 -3256,47829,26804 -3257,47829,26804 -3258,47829,26804 -3259,47829,26804 -3260,47829,26804 -3261,47829,26804 -3262,47829,26804 -3263,47829,26804 -3264,47829,26804 -3265,47829,26804 -3266,47829,26804 -3267,47829,26804 -3268,47829,26804 -3269,47829,26804 -3270,47829,26804 -3271,47829,26804 -3272,47829,26804 -3273,47829,26804 -3274,47829,26804 -3275,47829,26804 -3276,47829,26804 -3277,47829,26804 -3278,47829,26804 -3279,47829,26804 -3280,47829,26804 -3281,47829,26804 -3282,47829,26804 -3283,47829,26804 -3284,47829,26804 -3285,47829,26804 -3286,47829,26804 -3287,47829,26804 -3288,47829,26804 -3289,47829,26804 -3290,47829,26804 -3291,47829,26804 -3292,47829,26804 -3293,47829,26804 -3294,47829,26804 -3295,47829,26804 -3296,47829,26804 -3297,47829,26804 -3298,47829,26804 -3299,47829,26804 -3300,47829,26804 -3301,47829,26804 -3302,47829,26804 -3303,47829,26804 -3304,47829,26804 -3305,47829,26804 -3306,47829,26804 -3307,47829,26804 -3308,47829,26804 -3309,47829,26804 -3310,47829,26804 -3311,47829,26804 -3312,47829,26804 -3313,47829,26804 -3314,47829,26804 -3315,47829,26804 -3316,47829,26804 -3317,47829,26804 -3318,47829,26804 -3319,47829,26804 -3320,47829,26804 -3321,47829,26804 -3322,47829,26804 -3323,47829,26804 -3324,47829,26804 -3325,47829,26804 -3326,47829,26804 -3327,47829,26804 -3328,47829,26804 -3329,47829,26804 -3330,47829,26804 -3331,47829,26804 -3332,47829,26804 -3333,47829,26804 -3334,47829,26804 -3335,47829,26804 -3336,47829,26804 -3337,47829,26804 -3338,47829,26804 -3339,47829,26804 -3340,47829,26804 -3341,47829,26804 -3342,47829,26804 -3343,47829,26804 -3344,47829,26804 -3345,47829,26804 -3346,47829,26804 -3347,47829,26804 -3348,47829,26804 -3349,47829,26804 -3350,47829,26804 -3351,47829,26804 -3352,47829,26804 -3353,47829,26804 -3354,47829,26804 -3355,47829,26804 -3356,47829,26804 -3357,47829,26804 -3358,47829,26804 -3359,47829,26804 -3360,47829,26804 -3361,47829,26804 -3362,47829,26804 -3363,47829,26804 -3364,47829,26804 -3365,47829,26804 -3366,47829,26804 -3367,47829,26804 -3368,47829,26804 -3369,47829,26804 -3370,47829,26804 -3371,47829,26804 -3372,47829,26804 -3373,47829,26804 -3374,47829,26804 -3375,47829,26804 -3376,47829,26804 -3377,47829,26804 -3378,47829,26804 -3379,47829,26804 -3380,47829,26804 -3381,47829,26804 -3382,47829,26804 -3383,47829,26804 -3384,47829,26804 -3385,47829,26804 -3386,47829,26804 -3387,47829,26804 -3388,47829,26804 -3389,47829,26804 -3390,47829,26804 -3391,47829,26804 -3392,47829,26804 -3393,47829,26804 -3394,47829,26804 -3395,47829,26804 -3396,47829,26804 -3397,47829,26804 -3398,47829,26804 -3399,47829,26804 -3400,47829,26804 -3401,47829,26804 -3402,47829,26804 -3403,47829,26804 -3404,47829,26804 -3405,47829,26804 -3406,47829,26804 -3407,47829,26804 -3408,47829,26804 -3409,47829,26804 -3410,47829,26804 -3411,47829,26804 -3412,47829,26804 -3413,47829,26804 -3414,47829,26804 -3415,47829,26804 -3416,47829,26804 -3417,47829,26804 -3418,47829,26804 -3419,47829,26804 -3420,47829,26804 -3421,47829,26804 -3422,47829,26804 -3423,47829,26804 -3424,47829,26804 -3425,47829,26804 -3426,47829,26804 -3427,47829,26804 -3428,47829,26804 -3429,47829,26804 -3430,47829,26804 -3431,47829,26804 -3432,47829,26804 -3433,47829,26804 -3434,47829,26804 -3435,47829,26804 -3436,47829,26804 -3437,47829,26804 -3438,47829,26804 -3439,47829,26804 -3440,47829,26804 -3441,47829,26804 -3442,47829,26804 -3443,47829,26804 -3444,47829,26804 -3445,47829,26804 -3446,47829,26804 -3447,47829,26804 -3448,47829,26804 -3449,47829,26804 -3450,47829,26804 -3451,47829,26804 -3452,47829,26804 -3453,47829,26804 -3454,47829,26804 -3455,47829,26804 -3456,47829,26804 -3457,47829,26804 -3458,47829,26804 -3459,47829,26804 -3460,47829,26804 -3461,47829,26804 -3462,47829,26804 -3463,47829,26804 -3464,47829,26804 -3465,47829,26804 -3466,47829,26804 -3467,47829,26804 -3468,47829,26804 -3469,47829,26804 -3470,47829,26804 -3471,47829,26804 -3472,47829,26804 -3473,47829,26804 -3474,47829,26804 -3475,47829,26804 -3476,47829,26804 -3477,47829,26804 -3478,47829,26804 -3479,47829,26804 -3480,47829,26804 -3481,47829,26804 -3482,47829,26804 -3483,47829,26804 -3484,47829,26804 -3485,47829,26804 -3486,47829,26804 -3487,47829,26804 -3488,47829,26804 -3489,47829,26804 -3490,47829,26804 -3491,47829,26804 -3492,47829,26804 -3493,47829,26804 -3494,47829,26804 -3495,47829,26804 -3496,47829,26804 -3497,47829,26804 -3498,47829,26804 -3499,47829,26804 -3500,47829,26804 -3501,47829,26804 -3502,47829,26804 -3503,47829,26804 -3504,47829,26804 -3505,47829,26804 -3506,47829,26804 -3507,47829,26804 -3508,47829,26804 -3509,47829,26804 -3510,47829,26804 -3511,47829,26804 -3512,47829,26804 -3513,47829,26804 -3514,47829,26804 -3515,47829,26804 -3516,47829,26804 -3517,47829,26804 -3518,47829,26804 -3519,47829,26804 -3520,47829,26804 -3521,47829,26804 -3522,47829,26804 -3523,47829,26804 -3524,47829,26804 -3525,47829,26804 -3526,47829,26804 -3527,47829,26804 -3528,47829,26804 -3529,47829,26804 -3530,47829,26804 -3531,47829,26804 -3532,47829,26804 -3533,47829,26804 -3534,47829,26804 -3535,47829,26804 -3536,47829,26804 -3537,47829,26804 -3538,47829,26804 -3539,47829,26804 -3540,47829,26804 -3541,47829,26804 -3542,47829,26804 -3543,47829,26804 -3544,47829,26804 -3545,47829,26804 -3546,47829,26804 -3547,47829,26804 -3548,47829,26804 -3549,47829,26804 -3550,47829,26804 -3551,47829,26804 -3552,47829,26804 -3553,47829,26804 -3554,47829,26804 -3555,47829,26804 -3556,47829,26804 -3557,47829,26804 -3558,47829,26804 -3559,47829,26804 -3560,47829,26804 -3561,47829,26804 -3562,47829,26804 -3563,47829,26804 -3564,47829,26804 -3565,47829,26804 -3566,47829,26804 -3567,47829,26804 -3568,47829,26804 -3569,47829,26804 -3570,47829,26804 -3571,47829,26804 -3572,47829,26804 -3573,47829,26804 -3574,47829,26804 -3575,47829,26804 -3576,47829,26804 -3577,47829,26804 -3578,47829,26804 -3579,47829,26804 -3580,47829,26804 -3581,47829,26804 -3582,47829,26804 -3583,47829,26804 -3584,47829,26804 -3585,47829,26804 -3586,47829,26804 -3587,47829,26804 -3588,47829,26804 -3589,47829,26804 -3590,47829,26804 -3591,47829,26804 -3592,47829,26804 -3593,47829,26804 -3594,47829,26804 -3595,47829,26804 -3596,47829,26804 -3597,47829,26804 -3598,47829,26804 -3599,47829,26804 -3600,47829,26804 -3601,47829,26804 -3602,47829,26804 -3603,47829,26804 -3604,47829,26804 -3605,47829,26804 -3606,47829,26804 -3607,47829,26804 -3608,47829,26804 -3609,47829,26804 -3610,47829,26804 -3611,47829,26804 -3612,47829,26804 -3613,47829,26804 -3614,47829,26804 -3615,47829,26804 -3616,47829,26804 -3617,47829,26804 -3618,47829,26804 -3619,47829,26804 -3620,47829,26804 -3621,47829,26804 -3622,47829,26804 -3623,47829,26804 -3624,47829,26804 -3625,47829,26804 -3626,47829,26804 -3627,47829,26804 -3628,47829,26804 -3629,47829,26804 -3630,47829,26804 -3631,47829,26804 -3632,47829,26804 -3633,47829,26804 -3634,47829,26804 -3635,47829,26804 -3636,47829,26804 -3637,47829,26804 -3638,47829,26804 -3639,47829,26804 -3640,47829,26804 -3641,47829,26804 -3642,47829,26804 -3643,47829,26804 -3644,47829,26804 -3645,47829,26804 -3646,47829,26804 -3647,47829,26804 -3648,47829,26804 -3649,47829,26804 -3650,47829,26804 -3651,47829,26804 -3652,47829,26804 -3653,47829,26804 -3654,47829,26804 -3655,47829,26804 -3656,47829,26804 -3657,47829,26804 -3658,47829,26804 -3659,47829,26804 -3660,47829,26804 -3661,47829,26804 -3662,47829,26804 -3663,47829,26804 -3664,47829,26804 -3665,47829,26804 -3666,47829,26804 -3667,47829,26804 -3668,47829,26804 -3669,47829,26804 -3670,47829,26804 -3671,47829,26804 -3672,47829,26804 -3673,47829,26804 -3674,47829,26804 -3675,47829,26804 -3676,47829,26804 -3677,47829,26804 -3678,47829,26804 -3679,47829,26804 -3680,47829,26804 -3681,47829,26804 -3682,47829,26804 -3683,47829,26804 -3684,47829,26804 -3685,47829,26804 -3686,47829,26804 -3687,47829,26804 -3688,47829,26804 -3689,47829,26804 -3690,47829,26804 -3691,47829,26804 -3692,47829,26804 -3693,47829,26804 -3694,47829,26804 -3695,47829,26804 -3696,47829,26804 -3697,47829,26804 -3698,47829,26804 -3699,47829,26804 -3700,47829,26804 -3701,47829,26804 -3702,47829,26804 -3703,47829,26804 -3704,47829,26804 -3705,47829,26804 -3706,47829,26804 -3707,47829,26804 -3708,47829,26804 -3709,47829,26804 -3710,47829,26804 -3711,47829,26804 -3712,47829,26804 -3713,47829,26804 -3714,47829,26804 -3715,47829,26804 -3716,47829,26804 -3717,47829,26804 -3718,47829,26804 -3719,47829,26804 -3720,47829,26804 -3721,47829,26804 -3722,47829,26804 -3723,47829,26804 -3724,47829,26804 -3725,47829,26804 -3726,47829,26804 -3727,47829,26804 -3728,47829,26804 -3729,47829,26804 -3730,47829,26804 -3731,47829,26804 -3732,47829,26804 -3733,47829,26804 -3734,47829,26804 -3735,47829,26804 -3736,47829,26804 -3737,47829,26804 -3738,47829,26804 -3739,47829,26804 -3740,47829,26804 -3741,47829,26804 -3742,47829,26804 -3743,47829,26804 -3744,47829,26804 -3745,47829,26804 -3746,47829,26804 -3747,47829,26804 -3748,47829,26804 -3749,47829,26804 -3750,47829,26804 -3751,47829,26804 -3752,47829,26804 -3753,47829,26804 -3754,47829,26804 -3755,47829,26804 -3756,47829,26804 -3757,47829,26804 -3758,47829,26804 -3759,47829,26804 -3760,47829,26804 -3761,47829,26804 -3762,47829,26804 -3763,47829,26804 -3764,47829,26804 -3765,47829,26804 -3766,47829,26804 -3767,47829,26804 -3768,47829,26804 -3769,47829,26804 -3770,47829,26804 -3771,47829,26804 -3772,47829,26804 -3773,47829,26804 -3774,47829,26804 -3775,47829,26804 -3776,47829,26804 -3777,47829,26804 -3778,47829,26804 -3779,47829,26804 -3780,47829,26804 -3781,47829,26804 -3782,47829,26804 -3783,47829,26804 -3784,47829,26804 -3785,47829,26804 -3786,47829,26804 -3787,47829,26804 -3788,47829,26804 -3789,47829,26804 -3790,47829,26804 -3791,47829,26804 -3792,47829,26804 -3793,47829,26804 -3794,47829,26804 -3795,47829,26804 -3796,47829,26804 -3797,47829,26804 -3798,47829,26804 -3799,47829,26804 -3800,47829,26804 -3801,47829,26804 -3802,47829,26804 -3803,47829,26804 -3804,47829,26804 -3805,47829,26804 -3806,47829,26804 -3807,47829,26804 -3808,47829,26804 -3809,47829,26804 -3810,47829,26804 -3811,47829,26804 -3812,47829,26804 -3813,47829,26804 -3814,47829,26804 -3815,47829,26804 -3816,47829,26804 -3817,47829,26804 -3818,47829,26804 -3819,47829,26804 -3820,47829,26804 -3821,47829,26804 -3822,47829,26804 -3823,47829,26804 -3824,47829,26804 -3825,47829,26804 -3826,47829,26804 -3827,47829,26804 -3828,47829,26804 -3829,47829,26804 -3830,47829,26804 -3831,47829,26804 -3832,47829,26804 -3833,47829,26804 -3834,47829,26804 -3835,47829,26804 -3836,47829,26804 -3837,47829,26804 -3838,47829,26804 -3839,47829,26804 -3840,47829,26804 -3841,47829,26804 -3842,47829,26804 -3843,47829,26804 -3844,47829,26804 -3845,47829,26804 -3846,47829,26804 -3847,47829,26804 -3848,47829,26804 -3849,47829,26804 -3850,47829,26804 -3851,47829,26804 -3852,47829,26804 -3853,47829,26804 -3854,47829,26804 -3855,47829,26804 -3856,47829,26804 -3857,47829,26804 -3858,47829,26804 -3859,47829,26804 -3860,47829,26804 -3861,47829,26804 -3862,47829,26804 -3863,47829,26804 -3864,47829,26804 -3865,47829,26804 -3866,47829,26804 -3867,47829,26804 -3868,47829,26804 -3869,47829,26804 -3870,47829,26804 -3871,47829,26804 -3872,47829,26804 -3873,47829,26804 -3874,47829,26804 -3875,47829,26804 -3876,47829,26804 -3877,47829,26804 -3878,47829,26804 -3879,47829,26804 -3880,47829,26804 -3881,47829,26804 -3882,47829,26804 -3883,47829,26804 -3884,47829,26804 -3885,47829,26804 -3886,47829,26804 -3887,47829,26804 -3888,47829,26804 -3889,47829,26804 -3890,47829,26804 -3891,47829,26804 -3892,47829,26804 -3893,47829,26804 -3894,47829,26804 -3895,47829,26804 -3896,47829,26804 -3897,47829,26804 -3898,47829,26804 -3899,47829,26804 -3900,47829,26804 -3901,47829,26804 -3902,47829,26804 -3903,47829,26804 -3904,47829,26804 -3905,47829,26804 -3906,47829,26804 -3907,47829,26804 -3908,47829,26804 -3909,47829,26804 -3910,47829,26804 -3911,47829,26804 -3912,47829,26804 -3913,47829,26804 -3914,47829,26804 -3915,47829,26804 -3916,47829,26804 -3917,47829,26804 -3918,47829,26804 -3919,47829,26804 -3920,47829,26804 -3921,47829,26804 -3922,47829,26804 -3923,47829,26804 -3924,47829,26804 -3925,47829,26804 -3926,47829,26804 -3927,47829,26804 -3928,47829,26804 -3929,47829,26804 -3930,47829,26804 -3931,47829,26804 -3932,47829,26804 -3933,47829,26804 -3934,47829,26804 -3935,47829,26804 -3936,47829,26804 -3937,47829,26804 -3938,47829,26804 -3939,47829,26804 -3940,47829,26804 -3941,47829,26804 -3942,47829,26804 -3943,47829,26804 -3944,47829,26804 -3945,47829,26804 -3946,47829,26804 -3947,47829,26804 -3948,47829,26804 -3949,47829,26804 -3950,47829,26804 -3951,47829,26804 -3952,47829,26804 -3953,47829,26804 -3954,47829,26804 -3955,47829,26804 -3956,47829,26804 -3957,47829,26804 -3958,47829,26804 -3959,47829,26804 -3960,47829,26804 -3961,47829,26804 -3962,47829,26804 -3963,47829,26804 -3964,47829,26804 -3965,47829,26804 -3966,47829,26804 -3967,47829,26804 -3968,47829,26804 -3969,47829,26804 -3970,47829,26804 -3971,47829,26804 -3972,47829,26804 -3973,47829,26804 -3974,47829,26804 -3975,47829,26804 -3976,47829,26804 -3977,47829,26804 -3978,47829,26804 -3979,47829,26804 -3980,47829,26804 -3981,47829,26804 -3982,47829,26804 -3983,47829,26804 -3984,47829,26804 -3985,47829,26804 -3986,47829,26804 -3987,47829,26804 -3988,47829,26804 -3989,47829,26804 -3990,47829,26804 -3991,47829,26804 -3992,47829,26804 -3993,47829,26804 -3994,47829,26804 -3995,47829,26804 -3996,47829,26804 -3997,47829,26804 -3998,47829,26804 -3999,47829,26804 -4000,47829,26804 -4001,47829,26804 -4002,47829,26804 -4003,47829,26804 -4004,47829,26804 -4005,47829,26804 -4006,47829,26804 -4007,47829,26804 -4008,47829,26804 -4009,47829,26804 -4010,47829,26804 -4011,47829,26804 -4012,47829,26804 -4013,47829,26804 -4014,47829,26804 -4015,47829,26804 -4016,47829,26804 -4017,47829,26804 -4018,47829,26804 -4019,47829,26804 -4020,47829,26804 -4021,47829,26804 -4022,47829,26804 -4023,47829,26804 -4024,47829,26804 -4025,47829,26804 -4026,47829,26804 -4027,47829,26804 -4028,47829,26804 -4029,47829,26804 -4030,47829,26804 -4031,47829,26804 -4032,47829,26804 -4033,47829,26804 -4034,47829,26804 -4035,47829,26804 -4036,47829,26804 -4037,47829,26804 -4038,47829,26804 -4039,47829,26804 -4040,47829,26804 -4041,47829,26804 -4042,47829,26804 -4043,47829,26804 -4044,47829,26804 -4045,47829,26804 -4046,47829,26804 -4047,47829,26804 -4048,47829,26804 -4049,47829,26804 -4050,47829,26804 -4051,47829,26804 -4052,47829,26804 -4053,47829,26804 -4054,47829,26804 -4055,47829,26804 -4056,47829,26804 -4057,47829,26804 -4058,47829,26804 -4059,47829,26804 -4060,47829,26804 -4061,47829,26804 -4062,47829,26804 -4063,47829,26804 -4064,47829,26804 -4065,47829,26804 -4066,47829,26804 -4067,47829,26804 -4068,47829,26804 -4069,47829,26804 -4070,47829,26804 -4071,47829,26804 -4072,47829,26804 -4073,47829,26804 -4074,47829,26804 -4075,47829,26804 -4076,47829,26804 -4077,47829,26804 -4078,47829,26804 -4079,47829,26804 -4080,47829,26804 -4081,47829,26804 -4082,47829,26804 -4083,47829,26804 -4084,47829,26804 -4085,47829,26804 -4086,47829,26804 -4087,47829,26804 -4088,47829,26804 -4089,47829,26804 -4090,47829,26804 -4091,47829,26804 -4092,47829,26804 -4093,47829,26804 -4094,47829,26804 -4095,47829,26804 -4096,47829,26804 -4097,47829,26804 -4098,47829,26804 -4099,47829,26804 -4100,47829,26804 -4101,47829,26804 -4102,47829,26804 -4103,47829,26804 -4104,47829,26804 -4105,47829,26804 -4106,47829,26804 -4107,47829,26804 -4108,47829,26804 -4109,47829,26804 -4110,47829,26804 -4111,47829,26804 -4112,47829,26804 -4113,47829,26804 -4114,47829,26804 -4115,47829,26804 -4116,47829,26804 -4117,47829,26804 -4118,47829,26804 -4119,47829,26804 -4120,47829,26804 -4121,47829,26804 -4122,47829,26804 -4123,47829,26804 -4124,47829,26804 -4125,47829,26804 -4126,47829,26804 -4127,47829,26804 -4128,47829,26804 -4129,47829,26804 -4130,47829,26804 -4131,47829,26804 -4132,47829,26804 -4133,47829,26804 -4134,47829,26804 -4135,47829,26804 -4136,47829,26804 -4137,47829,26804 -4138,47829,26804 -4139,47829,26804 -4140,47829,26804 -4141,47829,26804 -4142,47829,26804 -4143,47829,26804 -4144,47829,26804 -4145,47829,26804 -4146,47829,26804 -4147,47829,26804 -4148,47829,26804 -4149,47829,26804 -4150,47829,26804 -4151,47829,26804 -4152,47829,26804 -4153,47829,26804 -4154,47829,26804 -4155,47829,26804 -4156,47829,26804 -4157,47829,26804 -4158,47829,26804 -4159,47829,26804 -4160,47829,26804 -4161,47829,26804 -4162,47829,26804 -4163,47829,26804 -4164,47829,26804 -4165,47829,26804 -4166,47829,26804 -4167,47829,26804 -4168,47829,26804 -4169,47829,26804 -4170,47829,26804 -4171,47829,26804 -4172,47829,26804 -4173,47829,26804 -4174,47829,26804 -4175,47829,26804 -4176,47829,26804 -4177,47829,26804 -4178,47829,26804 -4179,47829,26804 -4180,47829,26804 -4181,47829,26804 -4182,47829,26804 -4183,47829,26804 -4184,47829,26804 -4185,47829,26804 -4186,47829,26804 -4187,47829,26804 -4188,47829,26804 -4189,47829,26804 -4190,47829,26804 -4191,47829,26804 -4192,47829,26804 -4193,47829,26804 -4194,47829,26804 -4195,47829,26804 -4196,47829,26804 -4197,47829,26804 -4198,47829,26804 -4199,47829,26804 -4200,47829,26804 -4201,47829,26804 -4202,47829,26804 -4203,47829,26804 -4204,47829,26804 -4205,47829,26804 -4206,47829,26804 -4207,47829,26804 -4208,47829,26804 -4209,47829,26804 -4210,47829,26804 -4211,47829,26804 -4212,47829,26804 -4213,47829,26804 -4214,47829,26804 -4215,47829,26804 -4216,47829,26804 -4217,47829,26804 -4218,47829,26804 -4219,47829,26804 -4220,47829,26804 -4221,47829,26804 -4222,47829,26804 -4223,47829,26804 -4224,47829,26804 -4225,47829,26804 -4226,47829,26804 -4227,47829,26804 -4228,47829,26804 -4229,47829,26804 -4230,47829,26804 -4231,47829,26804 -4232,47829,26804 -4233,47829,26804 -4234,47829,26804 -4235,47829,26804 -4236,47829,26804 -4237,47829,26804 -4238,47829,26804 -4239,47829,26804 -4240,47829,26804 -4241,47829,26804 -4242,47829,26804 -4243,47829,26804 -4244,47829,26804 -4245,47829,26804 -4246,47829,26804 -4247,47829,26804 -4248,47829,26804 -4249,47829,26804 -4250,47829,26804 -4251,47829,26804 -4252,47829,26804 -4253,47829,26804 -4254,47829,26804 -4255,47829,26804 -4256,47829,26804 -4257,47829,26804 -4258,47829,26804 -4259,47829,26804 -4260,47829,26804 -4261,47829,26804 -4262,47829,26804 -4263,47829,26804 -4264,47829,26804 -4265,47829,26804 -4266,47829,26804 -4267,47829,26804 -4268,47829,26804 -4269,47829,26804 -4270,47829,26804 -4271,47829,26804 -4272,47829,26804 -4273,47829,26804 -4274,47829,26804 -4275,47829,26804 -4276,47829,26804 -4277,47829,26804 -4278,47829,26804 -4279,47829,26804 -4280,47829,26804 -4281,47829,26804 -4282,47829,26804 -4283,47829,26804 -4284,47829,26804 -4285,47829,26804 -4286,47829,26804 -4287,47829,26804 -4288,47829,26804 -4289,47829,26804 -4290,47829,26804 -4291,47829,26804 -4292,47829,26804 -4293,47829,26804 -4294,47829,26804 -4295,47829,26804 -4296,47829,26804 -4297,47829,26804 -4298,47829,26804 -4299,47829,26804 -4300,47829,26804 -4301,47829,26804 -4302,47829,26804 -4303,47829,26804 -4304,47829,26804 -4305,47829,26804 -4306,47829,26804 -4307,47829,26804 -4308,47829,26804 -4309,47829,26804 -4310,47829,26804 -4311,47829,26804 -4312,47829,26804 -4313,47829,26804 -4314,47829,26804 -4315,47829,26804 -4316,47829,26804 -4317,47829,26804 -4318,47829,26804 -4319,47829,26804 -4320,47829,26804 -4321,47829,26804 -4322,47829,26804 -4323,47829,26804 -4324,47829,26804 -4325,47829,26804 -4326,47829,26804 -4327,47829,26804 -4328,47829,26804 -4329,47829,26804 -4330,47829,26804 -4331,47829,26804 -4332,47829,26804 -4333,47829,26804 -4334,47829,26804 -4335,47829,26804 -4336,47829,26804 -4337,47829,26804 -4338,47829,26804 -4339,47829,26804 -4340,47829,26804 -4341,47829,26804 -4342,47829,26804 -4343,47829,26804 -4344,47829,26804 -4345,47829,26804 -4346,47829,26804 -4347,47829,26804 -4348,47829,26804 -4349,47829,26804 -4350,47829,26804 -4351,47829,26804 -4352,47829,26804 -4353,47829,26804 -4354,47829,26804 -4355,47829,26804 -4356,47829,26804 -4357,47829,26804 -4358,47829,26804 -4359,47829,26804 -4360,47829,26804 -4361,47829,26804 -4362,47829,26804 -4363,47829,26804 -4364,47829,26804 -4365,47829,26804 -4366,47829,26804 -4367,47829,26804 -4368,47829,26804 -4369,47829,26804 -4370,47829,26804 -4371,47829,26804 -4372,47829,26804 -4373,47829,26804 -4374,47829,26804 -4375,47829,26804 -4376,47829,26804 -4377,47829,26804 -4378,47829,26804 -4379,47829,26804 -4380,47829,26804 -4381,47829,26804 -4382,47829,26804 -4383,47829,26804 -4384,47829,26804 -4385,47829,26804 -4386,47829,26804 -4387,47829,26804 -4388,47829,26804 -4389,47829,26804 -4390,47829,26804 -4391,47829,26804 -4392,47829,26804 -4393,47829,26804 -4394,47829,26804 -4395,47829,26804 -4396,47829,26804 -4397,47829,26804 -4398,47829,26804 -4399,47829,26804 -4400,47829,26804 -4401,47829,26804 -4402,47829,26804 -4403,47829,26804 -4404,47829,26804 -4405,47829,26804 -4406,47829,26804 -4407,47829,26804 -4408,47829,26804 -4409,47829,26804 -4410,47829,26804 -4411,47829,26804 -4412,47829,26804 -4413,47829,26804 -4414,47829,26804 -4415,47829,26804 -4416,47829,26804 -4417,47829,26804 -4418,47829,26804 -4419,47829,26804 -4420,47829,26804 -4421,47829,26804 -4422,47829,26804 -4423,47829,26804 -4424,47829,26804 -4425,47829,26804 -4426,47829,26804 -4427,47829,26804 -4428,47829,26804 -4429,47829,26804 -4430,47829,26804 -4431,47829,26804 -4432,47829,26804 -4433,47829,26804 -4434,47829,26804 -4435,47829,26804 -4436,47829,26804 -4437,47829,26804 -4438,47829,26804 -4439,47829,26804 -4440,47829,26804 -4441,47829,26804 -4442,47829,26804 -4443,47829,26804 -4444,47829,26804 -4445,47829,26804 -4446,47829,26804 -4447,47829,26804 -4448,47829,26804 -4449,47829,26804 -4450,47829,26804 -4451,47829,26804 -4452,47829,26804 -4453,47829,26804 -4454,47829,26804 -4455,47829,26804 -4456,47829,26804 -4457,47829,26804 -4458,47829,26804 -4459,47829,26804 -4460,47829,26804 -4461,47829,26804 -4462,47829,26804 -4463,47829,26804 -4464,47829,26804 -4465,47829,26804 -4466,47829,26804 -4467,47829,26804 -4468,47829,26804 -4469,47829,26804 -4470,47829,26804 -4471,47829,26804 -4472,47829,26804 -4473,47829,26804 -4474,47829,26804 -4475,47829,26804 -4476,47829,26804 -4477,47829,26804 -4478,47829,26804 -4479,47829,26804 -4480,47829,26804 -4481,47829,26804 -4482,47829,26804 -4483,47829,26804 -4484,47829,26804 -4485,47829,26804 -4486,47829,26804 -4487,47829,26804 -4488,47829,26804 -4489,47829,26804 -4490,47829,26804 -4491,47829,26804 -4492,47829,26804 -4493,47829,26804 -4494,47829,26804 -4495,47829,26804 -4496,47829,26804 -4497,47829,26804 -4498,47829,26804 -4499,47829,26804 -4500,47829,26804 -4501,47829,26804 -4502,47829,26804 -4503,47829,26804 -4504,47829,26804 -4505,47829,26804 -4506,47829,26804 -4507,47829,26804 -4508,47829,26804 -4509,47829,26804 -4510,47829,26804 -4511,47829,26804 -4512,47829,26804 -4513,47829,26804 -4514,47829,26804 -4515,47829,26804 -4516,47829,26804 -4517,47829,26804 -4518,47829,26804 -4519,47829,26804 -4520,47829,26804 -4521,47829,26804 -4522,47829,26804 -4523,47829,26804 -4524,47829,26804 -4525,47829,26804 -4526,47829,26804 -4527,47829,26804 -4528,47829,26804 -4529,47829,26804 -4530,47829,26804 -4531,47829,26804 -4532,47829,26804 -4533,47829,26804 -4534,47829,26804 -4535,47829,26804 -4536,47829,26804 -4537,47829,26804 -4538,47829,26804 -4539,47829,26804 -4540,47829,26804 -4541,47829,26804 -4542,47829,26804 -4543,47829,26804 -4544,47829,26804 -4545,47829,26804 -4546,47829,26804 -4547,47829,26804 -4548,47829,26804 -4549,47829,26804 -4550,47829,26804 -4551,47829,26804 -4552,47829,26804 -4553,47829,26804 -4554,47829,26804 -4555,47829,26804 -4556,47829,26804 -4557,47829,26804 -4558,47829,26804 -4559,47829,26804 -4560,47829,26804 -4561,47829,26804 -4562,47829,26804 -4563,47829,26804 -4564,47829,26804 -4565,47829,26804 -4566,47829,26804 -4567,47829,26804 -4568,47829,26804 -4569,47829,26804 -4570,47829,26804 -4571,47829,26804 -4572,47829,26804 -4573,47829,26804 -4574,47829,26804 -4575,47829,26804 -4576,47829,26804 -4577,47829,26804 -4578,47829,26804 -4579,47829,26804 -4580,47829,26804 -4581,47829,26804 -4582,47829,26804 -4583,47829,26804 -4584,47829,26804 -4585,47829,26804 -4586,47829,26804 -4587,47829,26804 -4588,47829,26804 -4589,47829,26804 -4590,47829,26804 -4591,47829,26804 -4592,47829,26804 -4593,47829,26804 -4594,47829,26804 -4595,47829,26804 -4596,47829,26804 -4597,47829,26804 -4598,47829,26804 -4599,47829,26804 -4600,47829,26804 -4601,47829,26804 -4602,47829,26804 -4603,47829,26804 -4604,47829,26804 -4605,47829,26804 -4606,47829,26804 -4607,47829,26804 -4608,47829,26804 -4609,47829,26804 -4610,47829,26804 -4611,47829,26804 -4612,47829,26804 -4613,47829,26804 -4614,47829,26804 -4615,47829,26804 -4616,47829,26804 -4617,47829,26804 -4618,47829,26804 -4619,47829,26804 -4620,47829,26804 -4621,47829,26804 -4622,47829,26804 -4623,47829,26804 -4624,47829,26804 -4625,47829,26804 -4626,47829,26804 -4627,47829,26804 -4628,47829,26804 -4629,47829,26804 -4630,47829,26804 -4631,47829,26804 -4632,47829,26804 -4633,47829,26804 -4634,47829,26804 -4635,47829,26804 -4636,47829,26804 -4637,47829,26804 -4638,47829,26804 -4639,47829,26804 -4640,47829,26804 -4641,47829,26804 -4642,47829,26804 -4643,47829,26804 -4644,47829,26804 -4645,47829,26804 -4646,47829,26804 -4647,47829,26804 -4648,47829,26804 -4649,47829,26804 -4650,47829,26804 -4651,47829,26804 -4652,47829,26804 -4653,47829,26804 -4654,47829,26804 -4655,47829,26804 -4656,47829,26804 -4657,47829,26804 -4658,47829,26804 -4659,47829,26804 -4660,47829,26804 -4661,47829,26804 -4662,47829,26804 -4663,47829,26804 -4664,47829,26804 -4665,47829,26804 -4666,47829,26804 -4667,47829,26804 -4668,47829,26804 -4669,47829,26804 -4670,47829,26804 -4671,47829,26804 -4672,47829,26804 -4673,47829,26804 -4674,47829,26804 -4675,47829,26804 -4676,47829,26804 -4677,47829,26804 -4678,47829,26804 -4679,47829,26804 -4680,47829,26804 -4681,47829,26804 -4682,47829,26804 -4683,47829,26804 -4684,47829,26804 -4685,47829,26804 -4686,47829,26804 -4687,47829,26804 -4688,47829,26804 -4689,47829,26804 -4690,47829,26804 -4691,47829,26804 -4692,47829,26804 -4693,47829,26804 -4694,47829,26804 -4695,47829,26804 -4696,47829,26804 -4697,47829,26804 -4698,47829,26804 -4699,47829,26804 -4700,47829,26804 -4701,47829,26804 -4702,47829,26804 -4703,47829,26804 -4704,47829,26804 -4705,47829,26804 -4706,47829,26804 -4707,47829,26804 -4708,47829,26804 -4709,47829,26804 -4710,47829,26804 -4711,47829,26804 -4712,47829,26804 -4713,47829,26804 -4714,47829,26804 -4715,47829,26804 -4716,47829,26804 -4717,47829,26804 -4718,47829,26804 -4719,47829,26804 -4720,47829,26804 -4721,47829,26804 -4722,47829,26804 -4723,47829,26804 -4724,47829,26804 -4725,47829,26804 -4726,47829,26804 -4727,47829,26804 -4728,47829,26804 -4729,47829,26804 -4730,47829,26804 -4731,47829,26804 -4732,47829,26804 -4733,47829,26804 -4734,47829,26804 -4735,47829,26804 -4736,47829,26804 -4737,47829,26804 -4738,47829,26804 -4739,47829,26804 -4740,47829,26804 -4741,47829,26804 -4742,47829,26804 -4743,47829,26804 -4744,47829,26804 -4745,47829,26804 -4746,47829,26804 -4747,47829,26804 -4748,47829,26804 -4749,47829,26804 -4750,47829,26804 -4751,47829,26804 -4752,47829,26804 -4753,47829,26804 -4754,47829,26804 -4755,47829,26804 -4756,47829,26804 -4757,47829,26804 -4758,47829,26804 -4759,47829,26804 -4760,47829,26804 -4761,47829,26804 -4762,47829,26804 -4763,47829,26804 -4764,47829,26804 -4765,47829,26804 -4766,47829,26804 -4767,47829,26804 -4768,47829,26804 -4769,47829,26804 -4770,47829,26804 -4771,47829,26804 -4772,47829,26804 -4773,47829,26804 -4774,47829,26804 -4775,47829,26804 -4776,47829,26804 -4777,47829,26804 -4778,47829,26804 -4779,47829,26804 -4780,47829,26804 -4781,47829,26804 -4782,47829,26804 -4783,47829,26804 -4784,47829,26804 -4785,47829,26804 -4786,47829,26804 -4787,47829,26804 -4788,47829,26804 -4789,47829,26804 -4790,47829,26804 -4791,47829,26804 -4792,47829,26804 -4793,47829,26804 -4794,47829,26804 -4795,47829,26804 -4796,47829,26804 -4797,47829,26804 -4798,47829,26804 -4799,47829,26804 -4800,47829,26804 -4801,47829,26804 -4802,47829,26804 -4803,47829,26804 -4804,47829,26804 -4805,47829,26804 -4806,47829,26804 -4807,47829,26804 -4808,47829,26804 -4809,47829,26804 -4810,47829,26804 -4811,47829,26804 -4812,47829,26804 -4813,47829,26804 -4814,47829,26804 -4815,47829,26804 -4816,47829,26804 -4817,47829,26804 -4818,47829,26804 -4819,47829,26804 -4820,47829,26804 -4821,47829,26804 -4822,47829,26804 -4823,47829,26804 -4824,47829,26804 -4825,47829,26804 -4826,47829,26804 -4827,47829,26804 -4828,47829,26804 -4829,47829,26804 -4830,47829,26804 -4831,47829,26804 -4832,47829,26804 -4833,47829,26804 -4834,47829,26804 -4835,47829,26804 -4836,47829,26804 -4837,47829,26804 -4838,47829,26804 -4839,47829,26804 -4840,47829,26804 -4841,47829,26804 -4842,47829,26804 -4843,47829,26804 -4844,47829,26804 -4845,47829,26804 -4846,47829,26804 -4847,47829,26804 -4848,47829,26804 -4849,47829,26804 -4850,47829,26804 -4851,47829,26804 -4852,47829,26804 -4853,47829,26804 -4854,47829,26804 -4855,47829,26804 -4856,47829,26804 -4857,47829,26804 -4858,47829,26804 -4859,47829,26804 -4860,47829,26804 -4861,47829,26804 -4862,47829,26804 -4863,47829,26804 -4864,47829,26804 -4865,47829,26804 -4866,47829,26804 -4867,47829,26804 -4868,47829,26804 -4869,47829,26804 -4870,47829,26804 -4871,47829,26804 -4872,47829,26804 -4873,47829,26804 -4874,47829,26804 -4875,47829,26804 -4876,47829,26804 -4877,47829,26804 -4878,47829,26804 -4879,47829,26804 -4880,47829,26804 -4881,47829,26804 -4882,47829,26804 -4883,47829,26804 -4884,47829,26804 -4885,47829,26804 -4886,47829,26804 -4887,47829,26804 -4888,47829,26804 -4889,47829,26804 -4890,47829,26804 -4891,47829,26804 -4892,47829,26804 -4893,47829,26804 -4894,47829,26804 -4895,47829,26804 -4896,47829,26804 -4897,47829,26804 -4898,47829,26804 -4899,47829,26804 -4900,47829,26804 -4901,47829,26804 -4902,47829,26804 -4903,47829,26804 -4904,47829,26804 -4905,47829,26804 -4906,47829,26804 -4907,47829,26804 -4908,47829,26804 -4909,47829,26804 -4910,47829,26804 -4911,47829,26804 -4912,47829,26804 -4913,47829,26804 -4914,47829,26804 -4915,47829,26804 -4916,47829,26804 -4917,47829,26804 -4918,47829,26804 -4919,47829,26804 -4920,47829,26804 -4921,47829,26804 -4922,47829,26804 -4923,47829,26804 -4924,47829,26804 -4925,47829,26804 -4926,47829,26804 -4927,47829,26804 -4928,47829,26804 -4929,47829,26804 -4930,47829,26804 -4931,47829,26804 -4932,47829,26804 -4933,47829,26804 -4934,47829,26804 -4935,47829,26804 -4936,47829,26804 -4937,47829,26804 -4938,47829,26804 -4939,47829,26804 -4940,47829,26804 -4941,47829,26804 -4942,47829,26804 -4943,47829,26804 -4944,47829,26804 -4945,47829,26804 -4946,47829,26804 -4947,47829,26804 -4948,47829,26804 -4949,47829,26804 -4950,47829,26804 -4951,47829,26804 -4952,47829,26804 -4953,47829,26804 -4954,47829,26804 -4955,47829,26804 -4956,47829,26804 -4957,47829,26804 -4958,47829,26804 -4959,47829,26804 -4960,47829,26804 -4961,47829,26804 -4962,47829,26804 -4963,47829,26804 -4964,47829,26804 -4965,47829,26804 -4966,47829,26804 -4967,47829,26804 -4968,47829,26804 -4969,47829,26804 -4970,47829,26804 -4971,47829,26804 -4972,47829,26804 -4973,47829,26804 -4974,47829,26804 -4975,47829,26804 -4976,47829,26804 -4977,47829,26804 -4978,47829,26804 -4979,47829,26804 -4980,47829,26804 -4981,47829,26804 -4982,47829,26804 -4983,47829,26804 -4984,47829,26804 -4985,47829,26804 -4986,47829,26804 -4987,47829,26804 -4988,47829,26804 -4989,47829,26804 -4990,47829,26804 -4991,47829,26804 -4992,47829,26804 -4993,47829,26804 -4994,47829,26804 -4995,47829,26804 -4996,47829,26804 -4997,47829,26804 -4998,47829,26804 -4999,47829,26804 -5000,47829,26804 -5001,47829,26804 -5002,47829,26804 -5003,47829,26804 -5004,47829,26804 -5005,47829,26804 -5006,47829,26804 -5007,47829,26804 -5008,47829,26804 -5009,47829,26804 -5010,47829,26804 -5011,47829,26804 -5012,47829,26804 -5013,47829,26804 -5014,47829,26804 -5015,47829,26804 -5016,47829,26804 -5017,47829,26804 -5018,47829,26804 -5019,47829,26804 -5020,47829,26804 -5021,47829,26804 -5022,47829,26804 -5023,47829,26804 -5024,47829,26804 -5025,47829,26804 -5026,47829,26804 -5027,47829,26804 -5028,47829,26804 -5029,47829,26804 -5030,47829,26804 -5031,47829,26804 -5032,47829,26804 -5033,47829,26804 -5034,47829,26804 -5035,47829,26804 -5036,47829,26804 -5037,47829,26804 -5038,47829,26804 -5039,47829,26804 -5040,47829,26804 -5041,47829,26804 -5042,47829,26804 -5043,47829,26804 -5044,47829,26804 -5045,47829,26804 -5046,47829,26804 -5047,47829,26804 -5048,47829,26804 -5049,47829,26804 -5050,47829,26804 -5051,47829,26804 -5052,47829,26804 -5053,47829,26804 -5054,47829,26804 -5055,47829,26804 -5056,47829,26804 -5057,47829,26804 -5058,47829,26804 -5059,47829,26804 -5060,47829,26804 -5061,47829,26804 -5062,47829,26804 -5063,47829,26804 -5064,47829,26804 -5065,47829,26804 -5066,47829,26804 -5067,47829,26804 -5068,47829,26804 -5069,47829,26804 -5070,47829,26804 -5071,47829,26804 -5072,47829,26804 -5073,47829,26804 -5074,47829,26804 -5075,47829,26804 -5076,47829,26804 -5077,47829,26804 -5078,47829,26804 -5079,47829,26804 -5080,47829,26804 -5081,47829,26804 -5082,47829,26804 -5083,47829,26804 -5084,47829,26804 -5085,47829,26804 -5086,47829,26804 -5087,47829,26804 -5088,47829,26804 -5089,47829,26804 -5090,47829,26804 -5091,47829,26804 -5092,47829,26804 -5093,47829,26804 -5094,47829,26804 -5095,47829,26804 -5096,47829,26804 -5097,47829,26804 -5098,47829,26804 -5099,47829,26804 -5100,47829,26804 -5101,47829,26804 -5102,47829,26804 -5103,47829,26804 -5104,47829,26804 -5105,47829,26804 -5106,47829,26804 -5107,47829,26804 -5108,47829,26804 -5109,47829,26804 -5110,47829,26804 -5111,47829,26804 -5112,47829,26804 -5113,47829,26804 -5114,47829,26804 -5115,47829,26804 -5116,47829,26804 -5117,47829,26804 -5118,47829,26804 -5119,47829,26804 -5120,47829,26804 -5121,47829,26804 -5122,47829,26804 -5123,47829,26804 -5124,47829,26804 -5125,47829,26804 -5126,47829,26804 -5127,47829,26804 -5128,47829,26804 -5129,47829,26804 -5130,47829,26804 -5131,47829,26804 -5132,47829,26804 -5133,47829,26804 -5134,47829,26804 -5135,47829,26804 -5136,47829,26804 -5137,47829,26804 -5138,47829,26804 -5139,47829,26804 -5140,47829,26804 -5141,47829,26804 -5142,47829,26804 -5143,47829,26804 -5144,47829,26804 -5145,47829,26804 -5146,47829,26804 -5147,47829,26804 -5148,47829,26804 -5149,47829,26804 -5150,47829,26804 -5151,47829,26804 -5152,47829,26804 -5153,47829,26804 -5154,47829,26804 -5155,47829,26804 -5156,47829,26804 -5157,47829,26804 -5158,47829,26804 -5159,47829,26804 -5160,47829,26804 -5161,47829,26804 -5162,47829,26804 -5163,47829,26804 -5164,47829,26804 -5165,47829,26804 -5166,47829,26804 -5167,47829,26804 -5168,47829,26804 -5169,47829,26804 -5170,47829,26804 -5171,47829,26804 -5172,47829,26804 -5173,47829,26804 -5174,47829,26804 -5175,47829,26804 -5176,47829,26804 -5177,47829,26804 -5178,47829,26804 -5179,47829,26804 -5180,47829,26804 -5181,47829,26804 -5182,47829,26804 -5183,47829,26804 -5184,47829,26804 -5185,47829,26804 -5186,47829,26804 -5187,47829,26804 -5188,47829,26804 -5189,47829,26804 -5190,47829,26804 -5191,47829,26804 -5192,47829,26804 -5193,47829,26804 -5194,47829,26804 -5195,47829,26804 -5196,47829,26804 -5197,47829,26804 -5198,47829,26804 -5199,47829,26804 -5200,47829,26804 -5201,47829,26804 -5202,47829,26804 -5203,47829,26804 -5204,47829,26804 -5205,47829,26804 -5206,47829,26804 -5207,47829,26804 -5208,47829,26804 -5209,47829,26804 -5210,47829,26804 -5211,47829,26804 -5212,47829,26804 -5213,47829,26804 -5214,47829,26804 -5215,47829,26804 -5216,47829,26804 -5217,47829,26804 -5218,47829,26804 -5219,47829,26804 -5220,47829,26804 -5221,47829,26804 -5222,47829,26804 -5223,47829,26804 -5224,47829,26804 -5225,47829,26804 -5226,47829,26804 -5227,47829,26804 -5228,47829,26804 -5229,47829,26804 -5230,47829,26804 -5231,47829,26804 -5232,47829,26804 -5233,47829,26804 -5234,47829,26804 -5235,47829,26804 -5236,47829,26804 -5237,47829,26804 -5238,47829,26804 -5239,47829,26804 -5240,47829,26804 -5241,47829,26804 -5242,47829,26804 -5243,47829,26804 -5244,47829,26804 -5245,47829,26804 -5246,47829,26804 -5247,47829,26804 -5248,47829,26804 -5249,47829,26804 -5250,47829,26804 -5251,47829,26804 -5252,47829,26804 -5253,47829,26804 -5254,47829,26804 -5255,47829,26804 -5256,47829,26804 -5257,47829,26804 -5258,47829,26804 -5259,47829,26804 -5260,47829,26804 -5261,47829,26804 -5262,47829,26804 -5263,47829,26804 -5264,47829,26804 -5265,47829,26804 -5266,47829,26804 -5267,47829,26804 -5268,47829,26804 -5269,47829,26804 -5270,47829,26804 -5271,47829,26804 -5272,47829,26804 -5273,47829,26804 -5274,47829,26804 -5275,47829,26804 -5276,47829,26804 -5277,47829,26804 -5278,47829,26804 -5279,47829,26804 -5280,47829,26804 -5281,47829,26804 -5282,47829,26804 -5283,47829,26804 -5284,47829,26804 -5285,47829,26804 -5286,47829,26804 -5287,47829,26804 -5288,47829,26804 -5289,47829,26804 -5290,47829,26804 -5291,47829,26804 -5292,47829,26804 -5293,47829,26804 -5294,47829,26804 -5295,47829,26804 -5296,47829,26804 -5297,47829,26804 -5298,47829,26804 -5299,47829,26804 -5300,47829,26804 -5301,47829,26804 -5302,47829,26804 -5303,47829,26804 -5304,47829,26804 -5305,47829,26804 -5306,47829,26804 -5307,47829,26804 -5308,47829,26804 -5309,47829,26804 -5310,47829,26804 -5311,47829,26804 -5312,47829,26804 -5313,47829,26804 -5314,47829,26804 -5315,47829,26804 -5316,47829,26804 -5317,47829,26804 -5318,47829,26804 -5319,47829,26804 -5320,47829,26804 -5321,47829,26804 -5322,47829,26804 -5323,47829,26804 -5324,47829,26804 -5325,47829,26804 -5326,47829,26804 -5327,47829,26804 -5328,47829,26804 -5329,47829,26804 -5330,47829,26804 -5331,47829,26804 -5332,47829,26804 -5333,47829,26804 -5334,47829,26804 -5335,47829,26804 -5336,47829,26804 -5337,47829,26804 -5338,47829,26804 -5339,47829,26804 -5340,47829,26804 -5341,47829,26804 -5342,47829,26804 -5343,47829,26804 -5344,47829,26804 -5345,47829,26804 -5346,47829,26804 -5347,47829,26804 -5348,47829,26804 -5349,47829,26804 -5350,47829,26804 -5351,47829,26804 -5352,47829,26804 -5353,47829,26804 -5354,47829,26804 -5355,47829,26804 -5356,47829,26804 -5357,47829,26804 -5358,47829,26804 -5359,47829,26804 -5360,47829,26804 -5361,47829,26804 -5362,47829,26804 -5363,47829,26804 -5364,47829,26804 -5365,47829,26804 -5366,47829,26804 -5367,47829,26804 -5368,47829,26804 -5369,47829,26804 -5370,47829,26804 -5371,47829,26804 -5372,47829,26804 -5373,47829,26804 -5374,47829,26804 -5375,47829,26804 -5376,47829,26804 -5377,47829,26804 -5378,47829,26804 -5379,47829,26804 -5380,47829,26804 -5381,47829,26804 -5382,47829,26804 -5383,47829,26804 -5384,47829,26804 -5385,47829,26804 -5386,47829,26804 -5387,47829,26804 -5388,47829,26804 -5389,47829,26804 -5390,47829,26804 -5391,47829,26804 -5392,47829,26804 -5393,47829,26804 -5394,47829,26804 -5395,47829,26804 -5396,47829,26804 -5397,47829,26804 -5398,47829,26804 -5399,47829,26804 -5400,47829,26804 -5401,47829,26804 -5402,47829,26804 -5403,47829,26804 -5404,47829,26804 -5405,47829,26804 -5406,47829,26804 -5407,47829,26804 -5408,47829,26804 -5409,47829,26804 -5410,47829,26804 -5411,47829,26804 -5412,47829,26804 -5413,47829,26804 -5414,47829,26804 -5415,47829,26804 -5416,47829,26804 -5417,47829,26804 -5418,47829,26804 -5419,47829,26804 -5420,47829,26804 -5421,47829,26804 -5422,47829,26804 -5423,47829,26804 -5424,47829,26804 -5425,47829,26804 -5426,47829,26804 -5427,47829,26804 -5428,47829,26804 -5429,47829,26804 -5430,47829,26804 -5431,47829,26804 -5432,47829,26804 -5433,47829,26804 -5434,47829,26804 -5435,47829,26804 -5436,47829,26804 -5437,47829,26804 -5438,47829,26804 -5439,47829,26804 -5440,47829,26804 -5441,47829,26804 -5442,47829,26804 -5443,47829,26804 -5444,47829,26804 -5445,47829,26804 -5446,47829,26804 -5447,47829,26804 -5448,47829,26804 -5449,47829,26804 -5450,47829,26804 -5451,47829,26804 -5452,47829,26804 -5453,47829,26804 -5454,47829,26804 -5455,47829,26804 -5456,47829,26804 -5457,47829,26804 -5458,47829,26804 -5459,47829,26804 -5460,47829,26804 -5461,47829,26804 -5462,47829,26804 -5463,47829,26804 -5464,47829,26804 -5465,47829,26804 -5466,47829,26804 -5467,47829,26804 -5468,47829,26804 -5469,47829,26804 -5470,47829,26804 -5471,47829,26804 -5472,47829,26804 -5473,47829,26804 -5474,47829,26804 -5475,47829,26804 -5476,47829,26804 -5477,47829,26804 -5478,47829,26804 -5479,47829,26804 -5480,47829,26804 -5481,47829,26804 -5482,47829,26804 -5483,47829,26804 -5484,47829,26804 -5485,47829,26804 -5486,47829,26804 -5487,47829,26804 -5488,47829,26804 -5489,47829,26804 -5490,47829,26804 -5491,47829,26804 -5492,47829,26804 -5493,47829,26804 -5494,47829,26804 -5495,47829,26804 -5496,47829,26804 -5497,47829,26804 -5498,47829,26804 -5499,47829,26804 -5500,47829,26804 -5501,47829,26804 -5502,47829,26804 -5503,47829,26804 -5504,47829,26804 -5505,47829,26804 -5506,47829,26804 -5507,47829,26804 -5508,47829,26804 -5509,47829,26804 -5510,47829,26804 -5511,47829,26804 -5512,47829,26804 -5513,47829,26804 -5514,47829,26804 -5515,47829,26804 -5516,47829,26804 -5517,47829,26804 -5518,47829,26804 -5519,47829,26804 -5520,47829,26804 -5521,47829,26804 -5522,47829,26804 -5523,47829,26804 -5524,47829,26804 -5525,47829,26804 -5526,47829,26804 -5527,47829,26804 -5528,47829,26804 -5529,47829,26804 -5530,47829,26804 -5531,47829,26804 -5532,47829,26804 -5533,47829,26804 -5534,47829,26804 -5535,47829,26804 -5536,47829,26804 -5537,47829,26804 -5538,47829,26804 -5539,47829,26804 -5540,47829,26804 -5541,47829,26804 -5542,47829,26804 -5543,47829,26804 -5544,47829,26804 -5545,47829,26804 -5546,47829,26804 -5547,47829,26804 -5548,47829,26804 -5549,47829,26804 -5550,47829,26804 -5551,47829,26804 -5552,47829,26804 -5553,47829,26804 -5554,47829,26804 -5555,47829,26804 -5556,47829,26804 -5557,47829,26804 -5558,47829,26804 -5559,47829,26804 -5560,47829,26804 -5561,47829,26804 -5562,47829,26804 -5563,47829,26804 -5564,47829,26804 -5565,47829,26804 -5566,47829,26804 -5567,47829,26804 -5568,47829,26804 -5569,47829,26804 -5570,47829,26804 -5571,47829,26804 -5572,47829,26804 -5573,47829,26804 -5574,47829,26804 -5575,47829,26804 -5576,47829,26804 -5577,47829,26804 -5578,47829,26804 -5579,47829,26804 -5580,47829,26804 -5581,47829,26804 -5582,47829,26804 -5583,47829,26804 -5584,47829,26804 -5585,47829,26804 -5586,47829,26804 -5587,47829,26804 -5588,47829,26804 -5589,47829,26804 -5590,47829,26804 -5591,47829,26804 -5592,47829,26804 -5593,47829,26804 -5594,47829,26804 -5595,47829,26804 -5596,47829,26804 -5597,47829,26804 -5598,47829,26804 -5599,47829,26804 -5600,47829,26804 -5601,47829,26804 -5602,47829,26804 -5603,47829,26804 -5604,47829,26804 -5605,47829,26804 -5606,47829,26804 -5607,47829,26804 -5608,47829,26804 -5609,47829,26804 -5610,47829,26804 -5611,47829,26804 -5612,47829,26804 -5613,47829,26804 -5614,47829,26804 -5615,47829,26804 -5616,47829,26804 -5617,47829,26804 -5618,47829,26804 -5619,47829,26804 -5620,47829,26804 -5621,47829,26804 -5622,47829,26804 -5623,47829,26804 -5624,47829,26804 -5625,47829,26804 -5626,47829,26804 -5627,47829,26804 -5628,47829,26804 -5629,47829,26804 -5630,47829,26804 -5631,47829,26804 -5632,47829,26804 -5633,47829,26804 -5634,47829,26804 -5635,47829,26804 -5636,47829,26804 -5637,47829,26804 -5638,47829,26804 -5639,47829,26804 -5640,47829,26804 -5641,47829,26804 -5642,47829,26804 -5643,47829,26804 -5644,47829,26804 -5645,47829,26804 -5646,47829,26804 -5647,47829,26804 -5648,47829,26804 -5649,47829,26804 -5650,47829,26804 -5651,47829,26804 -5652,47829,26804 -5653,47829,26804 -5654,47829,26804 -5655,47829,26804 -5656,47829,26804 -5657,47829,26804 -5658,47829,26804 -5659,47829,26804 -5660,47829,26804 -5661,47829,26804 -5662,47829,26804 -5663,47829,26804 -5664,47829,26804 -5665,47829,26804 -5666,47829,26804 -5667,47829,26804 -5668,47829,26804 -5669,47829,26804 -5670,47829,26804 -5671,47829,26804 -5672,47829,26804 -5673,47829,26804 -5674,47829,26804 -5675,47829,26804 -5676,47829,26804 -5677,47829,26804 -5678,47829,26804 -5679,47829,26804 -5680,47829,26804 -5681,47829,26804 -5682,47829,26804 -5683,47829,26804 -5684,47829,26804 -5685,47829,26804 -5686,47829,26804 -5687,47829,26804 -5688,47829,26804 -5689,47829,26804 -5690,47829,26804 -5691,47829,26804 -5692,47829,26804 -5693,47829,26804 -5694,47829,26804 -5695,47829,26804 -5696,47829,26804 -5697,47829,26804 -5698,47829,26804 -5699,47829,26804 -5700,47829,26804 -5701,47829,26804 -5702,47829,26804 -5703,47829,26804 -5704,47829,26804 -5705,47829,26804 -5706,47829,26804 -5707,47829,26804 -5708,47829,26804 -5709,47829,26804 -5710,47829,26804 -5711,47829,26804 -5712,47829,26804 -5713,47829,26804 -5714,47829,26804 -5715,47829,26804 -5716,47829,26804 -5717,47829,26804 -5718,47829,26804 -5719,47829,26804 -5720,47829,26804 -5721,47829,26804 -5722,47829,26804 -5723,47829,26804 -5724,47829,26804 -5725,47829,26804 -5726,47829,26804 -5727,47829,26804 -5728,47829,26804 -5729,47829,26804 -5730,47829,26804 -5731,47829,26804 -5732,47829,26804 -5733,47829,26804 -5734,47829,26804 -5735,47829,26804 -5736,47829,26804 -5737,47829,26804 -5738,47829,26804 -5739,47829,26804 -5740,47829,26804 -5741,47829,26804 -5742,47829,26804 -5743,47829,26804 -5744,47829,26804 -5745,47829,26804 -5746,47829,26804 -5747,47829,26804 -5748,47829,26804 -5749,47829,26804 -5750,47829,26804 -5751,47829,26804 -5752,47829,26804 -5753,47829,26804 -5754,47829,26804 -5755,47829,26804 -5756,47829,26804 -5757,47829,26804 -5758,47829,26804 -5759,47829,26804 -5760,47829,26804 -5761,47829,26804 -5762,47829,26804 -5763,47829,26804 -5764,47829,26804 -5765,47829,26804 -5766,47829,26804 -5767,47829,26804 -5768,47829,26804 -5769,47829,26804 -5770,47829,26804 -5771,47829,26804 -5772,47829,26804 -5773,47829,26804 -5774,47829,26804 -5775,47829,26804 -5776,47829,26804 -5777,47829,26804 -5778,47829,26804 -5779,47829,26804 -5780,47829,26804 -5781,47829,26804 -5782,47829,26804 -5783,47829,26804 -5784,47829,26804 -5785,47829,26804 -5786,47829,26804 -5787,47829,26804 -5788,47829,26804 -5789,47829,26804 -5790,47829,26804 -5791,47829,26804 -5792,47829,26804 -5793,47829,26804 -5794,47829,26804 -5795,47829,26804 -5796,47829,26804 -5797,47829,26804 -5798,47829,26804 -5799,47829,26804 -5800,47829,26804 -5801,47829,26804 -5802,47829,26804 -5803,47829,26804 -5804,47829,26804 -5805,47829,26804 -5806,47829,26804 -5807,47829,26804 -5808,47829,26804 -5809,47829,26804 -5810,47829,26804 -5811,47829,26804 -5812,47829,26804 -5813,47829,26804 -5814,47829,26804 -5815,47829,26804 -5816,47829,26804 -5817,47829,26804 -5818,47829,26804 -5819,47829,26804 -5820,47829,26804 -5821,47829,26804 -5822,47829,26804 -5823,47829,26804 -5824,47829,26804 -5825,47829,26804 -5826,47829,26804 -5827,47829,26804 -5828,47829,26804 -5829,47829,26804 -5830,47829,26804 -5831,47829,26804 -5832,47829,26804 -5833,47829,26804 -5834,47829,26804 -5835,47829,26804 -5836,47829,26804 -5837,47829,26804 -5838,47829,26804 -5839,47829,26804 -5840,47829,26804 -5841,47829,26804 -5842,47829,26804 -5843,47829,26804 -5844,47829,26804 -5845,47829,26804 -5846,47829,26804 -5847,47829,26804 -5848,47829,26804 -5849,47829,26804 -5850,47829,26804 -5851,47829,26804 -5852,47829,26804 -5853,47829,26804 -5854,47829,26804 -5855,47829,26804 -5856,47829,26804 -5857,47829,26804 -5858,47829,26804 -5859,47829,26804 -5860,47829,26804 -5861,47829,26804 -5862,47829,26804 -5863,47829,26804 -5864,47829,26804 -5865,47829,26804 -5866,47829,26804 -5867,47829,26804 -5868,47829,26804 -5869,47829,26804 -5870,47829,26804 -5871,47829,26804 -5872,47829,26804 -5873,47829,26804 -5874,47829,26804 -5875,47829,26804 -5876,47829,26804 -5877,47829,26804 -5878,47829,26804 -5879,47829,26804 -5880,47829,26804 -5881,47829,26804 -5882,47829,26804 -5883,47829,26804 -5884,47829,26804 -5885,47829,26804 -5886,47829,26804 -5887,47829,26804 -5888,47829,26804 -5889,47829,26804 -5890,47829,26804 -5891,47829,26804 -5892,47829,26804 -5893,47829,26804 -5894,47829,26804 -5895,47829,26804 -5896,47829,26804 -5897,47829,26804 -5898,47829,26804 -5899,47829,26804 -5900,47829,26804 -5901,47829,26804 -5902,47829,26804 -5903,47829,26804 -5904,47829,26804 -5905,47829,26804 -5906,47829,26804 -5907,47829,26804 -5908,47829,26804 -5909,47829,26804 -5910,47829,26804 -5911,47829,26804 -5912,47829,26804 -5913,47829,26804 -5914,47829,26804 -5915,47829,26804 -5916,47829,26804 -5917,47829,26804 -5918,47829,26804 -5919,47829,26804 -5920,47829,26804 -5921,47829,26804 -5922,47829,26804 -5923,47829,26804 -5924,47829,26804 -5925,47829,26804 -5926,47829,26804 -5927,47829,26804 -5928,47829,26804 -5929,47829,26804 -5930,47829,26804 -5931,47829,26804 -5932,47829,26804 -5933,47829,26804 -5934,47829,26804 -5935,47829,26804 -5936,47829,26804 -5937,47829,26804 -5938,47829,26804 -5939,47829,26804 -5940,47829,26804 -5941,47829,26804 -5942,47829,26804 -5943,47829,26804 -5944,47829,26804 -5945,47829,26804 -5946,47829,26804 -5947,47829,26804 -5948,47829,26804 -5949,47829,26804 -5950,47829,26804 -5951,47829,26804 -5952,47829,26804 -5953,47829,26804 -5954,47829,26804 -5955,47829,26804 -5956,47829,26804 -5957,47829,26804 -5958,47829,26804 -5959,47829,26804 -5960,47829,26804 -5961,47829,26804 -5962,47829,26804 -5963,47829,26804 -5964,47829,26804 -5965,47829,26804 -5966,47829,26804 -5967,47829,26804 -5968,47829,26804 -5969,47829,26804 -5970,47829,26804 -5971,47829,26804 -5972,47829,26804 -5973,47829,26804 -5974,47829,26804 -5975,47829,26804 -5976,47829,26804 -5977,47829,26804 -5978,47829,26804 -5979,47829,26804 -5980,47829,26804 -5981,47829,26804 -5982,47829,26804 -5983,47829,26804 -5984,47829,26804 -5985,47829,26804 -5986,47829,26804 -5987,47829,26804 -5988,47829,26804 -5989,47829,26804 -5990,47829,26804 -5991,47829,26804 -5992,47829,26804 -5993,47829,26804 -5994,47829,26804 -5995,47829,26804 -5996,47829,26804 -5997,47829,26804 -5998,47829,26804 -5999,47829,26804 -6000,47829,26804 -6001,47829,26804 -6002,47829,26804 -6003,47829,26804 -6004,47829,26804 -6005,47829,26804 -6006,47829,26804 -6007,47829,26804 -6008,47829,26804 -6009,47829,26804 -6010,47829,26804 -6011,47829,26804 -6012,47829,26804 -6013,47829,26804 -6014,47829,26804 -6015,47829,26804 -6016,47829,26804 -6017,47829,26804 -6018,47829,26804 -6019,47829,26804 -6020,47829,26804 -6021,47829,26804 -6022,47829,26804 -6023,47829,26804 -6024,47829,26804 -6025,47829,26804 -6026,47829,26804 -6027,47829,26804 -6028,47829,26804 -6029,47829,26804 -6030,47829,26804 -6031,47829,26804 -6032,47829,26804 -6033,47829,26804 -6034,47829,26804 -6035,47829,26804 -6036,47829,26804 -6037,47829,26804 -6038,47829,26804 -6039,47829,26804 -6040,47829,26804 -6041,47829,26804 -6042,47829,26804 -6043,47829,26804 -6044,47829,26804 -6045,47829,26804 -6046,47829,26804 -6047,47829,26804 -6048,47829,26804 -6049,47829,26804 -6050,47829,26804 -6051,47829,26804 -6052,47829,26804 -6053,47829,26804 -6054,47829,26804 -6055,47829,26804 -6056,47829,26804 -6057,47829,26804 -6058,47829,26804 -6059,47829,26804 -6060,47829,26804 -6061,47829,26804 -6062,47829,26804 -6063,47829,26804 -6064,47829,26804 -6065,47829,26804 -6066,47829,26804 -6067,47829,26804 -6068,47829,26804 -6069,47829,26804 -6070,47829,26804 -6071,47829,26804 -6072,47829,26804 -6073,47829,26804 -6074,47829,26804 -6075,47829,26804 -6076,47829,26804 -6077,47829,26804 -6078,47829,26804 -6079,47829,26804 -6080,47829,26804 -6081,47829,26804 -6082,47829,26804 -6083,47829,26804 -6084,47829,26804 -6085,47829,26804 -6086,47829,26804 -6087,47829,26804 -6088,47829,26804 -6089,47829,26804 -6090,47829,26804 -6091,47829,26804 -6092,47829,26804 -6093,47829,26804 -6094,47829,26804 -6095,47829,26804 -6096,47829,26804 -6097,47829,26804 -6098,47829,26804 -6099,47829,26804 -6100,47829,26804 -6101,47829,26804 -6102,47829,26804 -6103,47829,26804 -6104,47829,26804 -6105,47829,26804 -6106,47829,26804 -6107,47829,26804 -6108,47829,26804 -6109,47829,26804 -6110,47829,26804 -6111,47829,26804 -6112,47829,26804 -6113,47829,26804 -6114,47829,26804 -6115,47829,26804 -6116,47829,26804 -6117,47829,26804 -6118,47829,26804 -6119,47829,26804 -6120,47829,26804 -6121,47829,26804 -6122,47829,26804 -6123,47829,26804 -6124,47829,26804 -6125,47829,26804 -6126,47829,26804 -6127,47829,26804 -6128,47829,26804 -6129,47829,26804 -6130,47829,26804 -6131,47829,26804 -6132,47829,26804 -6133,47829,26804 -6134,47829,26804 -6135,47829,26804 -6136,47829,26804 -6137,47829,26804 -6138,47829,26804 -6139,47829,26804 -6140,47829,26804 -6141,47829,26804 -6142,47829,26804 -6143,47829,26804 -6144,47829,26804 -6145,47829,26804 -6146,47829,26804 -6147,47829,26804 -6148,47829,26804 -6149,47829,26804 -6150,47829,26804 -6151,47829,26804 -6152,47829,26804 -6153,47829,26804 -6154,47829,26804 -6155,47829,26804 -6156,47829,26804 -6157,47829,26804 -6158,47829,26804 -6159,47829,26804 -6160,47829,26804 -6161,47829,26804 -6162,47829,26804 -6163,47829,26804 -6164,47829,26804 -6165,47829,26804 -6166,47829,26804 -6167,47829,26804 -6168,47829,26804 -6169,47829,26804 -6170,47829,26804 -6171,47829,26804 -6172,47829,26804 -6173,47829,26804 -6174,47829,26804 -6175,47829,26804 -6176,47829,26804 -6177,47829,26804 -6178,47829,26804 -6179,47829,26804 -6180,47829,26804 -6181,47829,26804 -6182,47829,26804 -6183,47829,26804 -6184,47829,26804 -6185,47829,26804 -6186,47829,26804 -6187,47829,26804 -6188,47829,26804 -6189,47829,26804 -6190,47829,26804 -6191,47829,26804 -6192,47829,26804 -6193,47829,26804 -6194,47829,26804 -6195,47829,26804 -6196,47829,26804 -6197,47829,26804 -6198,47829,26804 -6199,47829,26804 -6200,47829,26804 -6201,47829,26804 -6202,47829,26804 -6203,47829,26804 -6204,47829,26804 -6205,47829,26804 -6206,47829,26804 -6207,47829,26804 -6208,47829,26804 -6209,47829,26804 -6210,47829,26804 -6211,47829,26804 -6212,47829,26804 -6213,47829,26804 -6214,47829,26804 -6215,47829,26804 -6216,47829,26804 -6217,47829,26804 -6218,47829,26804 -6219,47829,26804 -6220,47829,26804 -6221,47829,26804 -6222,47829,26804 -6223,47829,26804 -6224,47829,26804 -6225,47829,26804 -6226,47829,26804 -6227,47829,26804 -6228,47829,26804 -6229,47829,26804 -6230,47829,26804 -6231,47829,26804 -6232,47829,26804 -6233,47829,26804 -6234,47829,26804 -6235,47829,26804 -6236,47829,26804 -6237,47829,26804 -6238,47829,26804 -6239,47829,26804 -6240,47829,26804 -6241,47829,26804 -6242,47829,26804 -6243,47829,26804 -6244,47829,26804 -6245,47829,26804 -6246,47829,26804 -6247,47829,26804 -6248,47829,26804 -6249,47829,26804 -6250,47829,26804 -6251,47829,26804 -6252,47829,26804 -6253,47829,26804 -6254,47829,26804 -6255,47829,26804 -6256,47829,26804 -6257,47829,26804 -6258,47829,26804 -6259,47829,26804 -6260,47829,26804 -6261,47829,26804 -6262,47829,26804 -6263,47829,26804 -6264,47829,26804 -6265,47829,26804 -6266,47829,26804 -6267,47829,26804 -6268,47829,26804 -6269,47829,26804 -6270,47829,26804 -6271,47829,26804 -6272,47829,26804 -6273,47829,26804 -6274,47829,26804 -6275,47829,26804 -6276,47829,26804 -6277,47829,26804 -6278,47829,26804 -6279,47829,26804 -6280,47829,26804 -6281,47829,26804 -6282,47829,26804 -6283,47829,26804 -6284,47829,26804 -6285,47829,26804 -6286,47829,26804 -6287,47829,26804 -6288,47829,26804 -6289,47829,26804 -6290,47829,26804 -6291,47829,26804 -6292,47829,26804 -6293,47829,26804 -6294,47829,26804 -6295,47829,26804 -6296,47829,26804 -6297,47829,26804 -6298,47829,26804 -6299,47829,26804 -6300,47829,26804 -6301,47829,26804 -6302,47829,26804 -6303,47829,26804 -6304,47829,26804 -6305,47829,26804 -6306,47829,26804 -6307,47829,26804 -6308,47829,26804 -6309,47829,26804 -6310,47829,26804 -6311,47829,26804 -6312,47829,26804 -6313,47829,26804 -6314,47829,26804 -6315,47829,26804 -6316,47829,26804 -6317,47829,26804 -6318,47829,26804 -6319,47829,26804 -6320,47829,26804 -6321,47829,26804 -6322,47829,26804 -6323,47829,26804 -6324,47829,26804 -6325,47829,26804 -6326,47829,26804 -6327,47829,26804 -6328,47829,26804 -6329,47829,26804 -6330,47829,26804 -6331,47829,26804 -6332,47829,26804 -6333,47829,26804 -6334,47829,26804 -6335,47829,26804 -6336,47829,26804 -6337,47829,26804 -6338,47829,26804 -6339,47829,26804 -6340,47829,26804 -6341,47829,26804 -6342,47829,26804 -6343,47829,26804 -6344,47829,26804 -6345,47829,26804 -6346,47829,26804 -6347,47829,26804 -6348,47829,26804 -6349,47829,26804 -6350,47829,26804 -6351,47829,26804 -6352,47829,26804 -6353,47829,26804 -6354,47829,26804 -6355,47829,26804 -6356,47829,26804 -6357,47829,26804 -6358,47829,26804 -6359,47829,26804 -6360,47829,26804 -6361,47829,26804 -6362,47829,26804 -6363,47829,26804 -6364,47829,26804 -6365,47829,26804 -6366,47829,26804 -6367,47829,26804 -6368,47829,26804 -6369,47829,26804 -6370,47829,26804 -6371,47829,26804 -6372,47829,26804 -6373,47829,26804 -6374,47829,26804 -6375,47829,26804 -6376,47829,26804 -6377,47829,26804 -6378,47829,26804 -6379,47829,26804 -6380,47829,26804 -6381,47829,26804 -6382,47829,26804 -6383,47829,26804 -6384,47829,26804 -6385,47829,26804 -6386,47829,26804 -6387,47829,26804 -6388,47829,26804 -6389,47829,26804 -6390,47829,26804 -6391,47829,26804 -6392,47829,26804 -6393,47829,26804 -6394,47829,26804 -6395,47829,26804 -6396,47829,26804 -6397,47829,26804 -6398,47829,26804 -6399,47829,26804 -6400,47829,26804 -6401,47829,26804 -6402,47829,26804 -6403,47829,26804 -6404,47829,26804 -6405,47829,26804 -6406,47829,26804 -6407,47829,26804 -6408,47829,26804 -6409,47829,26804 -6410,47829,26804 -6411,47829,26804 -6412,47829,26804 -6413,47829,26804 -6414,47829,26804 -6415,47829,26804 -6416,47829,26804 -6417,47829,26804 -6418,47829,26804 -6419,47829,26804 -6420,47829,26804 -6421,47829,26804 -6422,47829,26804 -6423,47829,26804 -6424,47829,26804 -6425,47829,26804 -6426,47829,26804 -6427,47829,26804 -6428,47829,26804 -6429,47829,26804 -6430,47829,26804 -6431,47829,26804 -6432,47829,26804 -6433,47829,26804 -6434,47829,26804 -6435,47829,26804 -6436,47829,26804 -6437,47829,26804 -6438,47829,26804 -6439,47829,26804 -6440,47829,26804 -6441,47829,26804 -6442,47829,26804 -6443,47829,26804 -6444,47829,26804 -6445,47829,26804 -6446,47829,26804 -6447,47829,26804 -6448,47829,26804 -6449,47829,26804 -6450,47829,26804 -6451,47829,26804 -6452,47829,26804 -6453,47829,26804 -6454,47829,26804 -6455,47829,26804 -6456,47829,26804 -6457,47829,26804 -6458,47829,26804 -6459,47829,26804 -6460,47829,26804 -6461,47829,26804 -6462,47829,26804 -6463,47829,26804 -6464,47829,26804 -6465,47829,26804 -6466,47829,26804 -6467,47829,26804 -6468,47829,26804 -6469,47829,26804 -6470,47829,26804 -6471,47829,26804 -6472,47829,26804 -6473,47829,26804 -6474,47829,26804 -6475,47829,26804 -6476,47829,26804 -6477,47829,26804 -6478,47829,26804 -6479,47829,26804 -6480,47829,26804 -6481,47829,26804 -6482,47829,26804 -6483,47829,26804 -6484,47829,26804 -6485,47829,26804 -6486,47829,26804 -6487,47829,26804 -6488,47829,26804 -6489,47829,26804 -6490,47829,26804 -6491,47829,26804 -6492,47829,26804 -6493,47829,26804 -6494,47829,26804 -6495,47829,26804 -6496,47829,26804 -6497,47829,26804 -6498,47829,26804 -6499,47829,26804 -6500,47829,26804 -6501,47829,26804 -6502,47829,26804 -6503,47829,26804 -6504,47829,26804 -6505,47829,26804 -6506,47829,26804 -6507,47829,26804 -6508,47829,26804 -6509,47829,26804 -6510,47829,26804 -6511,47829,26804 -6512,47829,26804 -6513,47829,26804 -6514,47829,26804 -6515,47829,26804 -6516,47829,26804 -6517,47829,26804 -6518,47829,26804 -6519,47829,26804 -6520,47829,26804 -6521,47829,26804 -6522,47829,26804 -6523,47829,26804 -6524,47829,26804 -6525,47829,26804 -6526,47829,26804 -6527,47829,26804 -6528,47829,26804 -6529,47829,26804 -6530,47829,26804 -6531,47829,26804 -6532,47829,26804 -6533,47829,26804 -6534,47829,26804 -6535,47829,26804 -6536,47829,26804 -6537,47829,26804 -6538,47829,26804 -6539,47829,26804 -6540,47829,26804 -6541,47829,26804 -6542,47829,26804 -6543,47829,26804 -6544,47829,26804 -6545,47829,26804 -6546,47829,26804 -6547,47829,26804 -6548,47829,26804 -6549,47829,26804 -6550,47829,26804 -6551,47829,26804 -6552,47829,26804 -6553,47829,26804 -6554,47829,26804 -6555,47829,26804 -6556,47829,26804 -6557,47829,26804 -6558,47829,26804 -6559,47829,26804 -6560,47829,26804 -6561,47829,26804 -6562,47829,26804 -6563,47829,26804 -6564,47829,26804 -6565,47829,26804 -6566,47829,26804 -6567,47829,26804 -6568,47829,26804 -6569,47829,26804 -6570,47829,26804 -6571,47829,26804 -6572,47829,26804 -6573,47829,26804 -6574,47829,26804 -6575,47829,26804 -6576,47829,26804 -6577,47829,26804 -6578,47829,26804 -6579,47829,26804 -6580,47829,26804 -6581,47829,26804 -6582,47829,26804 -6583,47829,26804 -6584,47829,26804 -6585,47829,26804 -6586,47829,26804 -6587,47829,26804 -6588,47829,26804 -6589,47829,26804 -6590,47829,26804 -6591,47829,26804 -6592,47829,26804 -6593,47829,26804 -6594,47829,26804 -6595,47829,26804 -6596,47829,26804 -6597,47829,26804 -6598,47829,26804 -6599,47829,26804 -6600,47829,26804 -6601,47829,26804 -6602,47829,26804 -6603,47829,26804 -6604,47829,26804 -6605,47829,26804 -6606,47829,26804 -6607,47829,26804 -6608,47829,26804 -6609,47829,26804 -6610,47829,26804 -6611,47829,26804 -6612,47829,26804 -6613,47829,26804 -6614,47829,26804 -6615,47829,26804 -6616,47829,26804 -6617,47829,26804 -6618,47829,26804 -6619,47829,26804 -6620,47829,26804 -6621,47829,26804 -6622,47829,26804 -6623,47829,26804 -6624,47829,26804 -6625,47829,26804 -6626,47829,26804 -6627,47829,26804 -6628,47829,26804 -6629,47829,26804 -6630,47829,26804 -6631,47829,26804 -6632,47829,26804 -6633,47829,26804 -6634,47829,26804 -6635,47829,26804 -6636,47829,26804 -6637,47829,26804 -6638,47829,26804 -6639,47829,26804 -6640,47829,26804 -6641,47829,26804 -6642,47829,26804 -6643,47829,26804 -6644,47829,26804 -6645,47829,26804 -6646,47829,26804 -6647,47829,26804 -6648,47829,26804 -6649,47829,26804 -6650,47829,26804 -6651,47829,26804 -6652,47829,26804 -6653,47829,26804 -6654,47829,26804 -6655,47829,26804 -6656,47829,26804 -6657,47829,26804 -6658,47829,26804 -6659,47829,26804 -6660,47829,26804 -6661,47829,26804 -6662,47829,26804 -6663,47829,26804 -6664,47829,26804 -6665,47829,26804 -6666,47829,26804 -6667,47829,26804 -6668,47829,26804 -6669,47829,26804 -6670,47829,26804 -6671,47829,26804 -6672,47829,26804 -6673,47829,26804 -6674,47829,26804 -6675,47829,26804 -6676,47829,26804 -6677,47829,26804 -6678,47829,26804 -6679,47829,26804 -6680,47829,26804 -6681,47829,26804 -6682,47829,26804 -6683,47829,26804 -6684,47829,26804 -6685,47829,26804 -6686,47829,26804 -6687,47829,26804 -6688,47829,26804 -6689,47829,26804 -6690,47829,26804 -6691,47829,26804 -6692,47829,26804 -6693,47829,26804 -6694,47829,26804 -6695,47829,26804 -6696,47829,26804 -6697,47829,26804 -6698,47829,26804 -6699,47829,26804 -6700,47829,26804 -6701,47829,26804 -6702,47829,26804 -6703,47829,26804 -6704,47829,26804 -6705,47829,26804 -6706,47829,26804 -6707,47829,26804 -6708,47829,26804 -6709,47829,26804 -6710,47829,26804 -6711,47829,26804 -6712,47829,26804 -6713,47829,26804 -6714,47829,26804 -6715,47829,26804 -6716,47829,26804 -6717,47829,26804 -6718,47829,26804 -6719,47829,26804 -6720,47829,26804 -6721,47829,26804 -6722,47829,26804 -6723,47829,26804 -6724,47829,26804 -6725,47829,26804 -6726,47829,26804 -6727,47829,26804 -6728,47829,26804 -6729,47829,26804 -6730,47829,26804 -6731,47829,26804 -6732,47829,26804 -6733,47829,26804 -6734,47829,26804 -6735,47829,26804 -6736,47829,26804 -6737,47829,26804 -6738,47829,26804 -6739,47829,26804 -6740,47829,26804 -6741,47829,26804 -6742,47829,26804 -6743,47829,26804 -6744,47829,26804 -6745,47829,26804 -6746,47829,26804 -6747,47829,26804 -6748,47829,26804 -6749,47829,26804 -6750,47829,26804 -6751,47829,26804 -6752,47829,26804 -6753,47829,26804 -6754,47829,26804 -6755,47829,26804 -6756,47829,26804 -6757,47829,26804 -6758,47829,26804 -6759,47829,26804 -6760,47829,26804 -6761,47829,26804 -6762,47829,26804 -6763,47829,26804 -6764,47829,26804 -6765,47829,26804 -6766,47829,26804 -6767,47829,26804 -6768,47829,26804 -6769,47829,26804 -6770,47829,26804 -6771,47829,26804 -6772,47829,26804 -6773,47829,26804 -6774,47829,26804 -6775,47829,26804 -6776,47829,26804 -6777,47829,26804 -6778,47829,26804 -6779,47829,26804 -6780,47829,26804 -6781,47829,26804 -6782,47829,26804 -6783,47829,26804 -6784,47829,26804 -6785,47829,26804 -6786,47829,26804 -6787,47829,26804 -6788,47829,26804 -6789,47829,26804 -6790,47829,26804 -6791,47829,26804 -6792,47829,26804 -6793,47829,26804 -6794,47829,26804 -6795,47829,26804 -6796,47829,26804 -6797,47829,26804 -6798,47829,26804 -6799,47829,26804 -6800,47829,26804 -6801,47829,26804 -6802,47829,26804 -6803,47829,26804 -6804,47829,26804 -6805,47829,26804 -6806,47829,26804 -6807,47829,26804 -6808,47829,26804 -6809,47829,26804 -6810,47829,26804 -6811,47829,26804 -6812,47829,26804 -6813,47829,26804 -6814,47829,26804 -6815,47829,26804 -6816,47829,26804 -6817,47829,26804 -6818,47829,26804 -6819,47829,26804 -6820,47829,26804 -6821,47829,26804 -6822,47829,26804 -6823,47829,26804 -6824,47829,26804 -6825,47829,26804 -6826,47829,26804 -6827,47829,26804 -6828,47829,26804 -6829,47829,26804 -6830,47829,26804 -6831,47829,26804 -6832,47829,26804 -6833,47829,26804 -6834,47829,26804 -6835,47829,26804 -6836,47829,26804 -6837,47829,26804 -6838,47829,26804 -6839,47829,26804 -6840,47829,26804 -6841,47829,26804 -6842,47829,26804 -6843,47829,26804 -6844,47829,26804 -6845,47829,26804 -6846,47829,26804 -6847,47829,26804 -6848,47829,26804 -6849,47829,26804 -6850,47829,26804 -6851,47829,26804 -6852,47829,26804 -6853,47829,26804 -6854,47829,26804 -6855,47829,26804 -6856,47829,26804 -6857,47829,26804 -6858,47829,26804 -6859,47829,26804 -6860,47829,26804 -6861,47829,26804 -6862,47829,26804 -6863,47829,26804 -6864,47829,26804 -6865,47829,26804 -6866,47829,26804 -6867,47829,26804 -6868,47829,26804 -6869,47829,26804 -6870,47829,26804 -6871,47829,26804 -6872,47829,26804 -6873,47829,26804 -6874,47829,26804 -6875,47829,26804 -6876,47829,26804 -6877,47829,26804 -6878,47829,26804 -6879,47829,26804 -6880,47829,26804 -6881,47829,26804 -6882,47829,26804 -6883,47829,26804 -6884,47829,26804 -6885,47829,26804 -6886,47829,26804 -6887,47829,26804 -6888,47829,26804 -6889,47829,26804 -6890,47829,26804 -6891,47829,26804 -6892,47829,26804 -6893,47829,26804 -6894,47829,26804 -6895,47829,26804 -6896,47829,26804 -6897,47829,26804 -6898,47829,26804 -6899,47829,26804 -6900,47829,26804 -6901,47829,26804 -6902,47829,26804 -6903,47829,26804 -6904,47829,26804 -6905,47829,26804 -6906,47829,26804 -6907,47829,26804 -6908,47829,26804 -6909,47829,26804 -6910,47829,26804 -6911,47829,26804 -6912,47829,26804 -6913,47829,26804 -6914,47829,26804 -6915,47829,26804 -6916,47829,26804 -6917,47829,26804 -6918,47829,26804 -6919,47829,26804 -6920,47829,26804 -6921,47829,26804 -6922,47829,26804 -6923,47829,26804 -6924,47829,26804 -6925,47829,26804 -6926,47829,26804 -6927,47829,26804 -6928,47829,26804 -6929,47829,26804 -6930,47829,26804 -6931,47829,26804 -6932,47829,26804 -6933,47829,26804 -6934,47829,26804 -6935,47829,26804 -6936,47829,26804 -6937,47829,26804 -6938,47829,26804 -6939,47829,26804 -6940,47829,26804 -6941,47829,26804 -6942,47829,26804 -6943,47829,26804 -6944,47829,26804 -6945,47829,26804 -6946,47829,26804 -6947,47829,26804 -6948,47829,26804 -6949,47829,26804 -6950,47829,26804 -6951,47829,26804 -6952,47829,26804 -6953,47829,26804 -6954,47829,26804 -6955,47829,26804 -6956,47829,26804 -6957,47829,26804 -6958,47829,26804 -6959,47829,26804 -6960,47829,26804 -6961,47829,26804 -6962,47829,26804 -6963,47829,26804 -6964,47829,26804 -6965,47829,26804 -6966,47829,26804 -6967,47829,26804 -6968,47829,26804 -6969,47829,26804 -6970,47829,26804 -6971,47829,26804 -6972,47829,26804 -6973,47829,26804 -6974,47829,26804 -6975,47829,26804 -6976,47829,26804 -6977,47829,26804 -6978,47829,26804 -6979,47829,26804 -6980,47829,26804 -6981,47829,26804 -6982,47829,26804 -6983,47829,26804 -6984,47829,26804 -6985,47829,26804 -6986,47829,26804 -6987,47829,26804 -6988,47829,26804 -6989,47829,26804 -6990,47829,26804 -6991,47829,26804 -6992,47829,26804 -6993,47829,26804 -6994,47829,26804 -6995,47829,26804 -6996,47829,26804 -6997,47829,26804 -6998,47829,26804 -6999,47829,26804 -7000,47829,26804 -7001,47829,26804 -7002,47829,26804 -7003,47829,26804 -7004,47829,26804 -7005,47829,26804 -7006,47829,26804 -7007,47829,26804 -7008,47829,26804 -7009,47829,26804 -7010,47829,26804 -7011,47829,26804 -7012,47829,26804 -7013,47829,26804 -7014,47829,26804 -7015,47829,26804 -7016,47829,26804 -7017,47829,26804 -7018,47829,26804 -7019,47829,26804 -7020,47829,26804 -7021,47829,26804 -7022,47829,26804 -7023,47829,26804 -7024,47829,26804 -7025,47829,26804 -7026,47829,26804 -7027,47829,26804 -7028,47829,26804 -7029,47829,26804 -7030,47829,26804 -7031,47829,26804 -7032,47829,26804 -7033,47829,26804 -7034,47829,26804 -7035,47829,26804 -7036,47829,26804 -7037,47829,26804 -7038,47829,26804 -7039,47829,26804 -7040,47829,26804 -7041,47829,26804 -7042,47829,26804 -7043,47829,26804 -7044,47829,26804 -7045,47829,26804 -7046,47829,26804 -7047,47829,26804 -7048,47829,26804 -7049,47829,26804 -7050,47829,26804 -7051,47829,26804 -7052,47829,26804 -7053,47829,26804 -7054,47829,26804 -7055,47829,26804 -7056,47829,26804 -7057,47829,26804 -7058,47829,26804 -7059,47829,26804 -7060,47829,26804 -7061,47829,26804 -7062,47829,26804 -7063,47829,26804 -7064,47829,26804 -7065,47829,26804 -7066,47829,26804 -7067,47829,26804 -7068,47829,26804 -7069,47829,26804 -7070,47829,26804 -7071,47829,26804 -7072,47829,26804 -7073,47829,26804 -7074,47829,26804 -7075,47829,26804 -7076,47829,26804 -7077,47829,26804 -7078,47829,26804 -7079,47829,26804 -7080,47829,26804 -7081,47829,26804 -7082,47829,26804 -7083,47829,26804 -7084,47829,26804 -7085,47829,26804 -7086,47829,26804 -7087,47829,26804 -7088,47829,26804 -7089,47829,26804 -7090,47829,26804 -7091,47829,26804 -7092,47829,26804 -7093,47829,26804 -7094,47829,26804 -7095,47829,26804 -7096,47829,26804 -7097,47829,26804 -7098,47829,26804 -7099,47829,26804 -7100,47829,26804 -7101,47829,26804 -7102,47829,26804 -7103,47829,26804 -7104,47829,26804 -7105,47829,26804 -7106,47829,26804 -7107,47829,26804 -7108,47829,26804 -7109,47829,26804 -7110,47829,26804 -7111,47829,26804 -7112,47829,26804 -7113,47829,26804 -7114,47829,26804 -7115,47829,26804 -7116,47829,26804 -7117,47829,26804 -7118,47829,26804 -7119,47829,26804 -7120,47829,26804 -7121,47829,26804 -7122,47829,26804 -7123,47829,26804 -7124,47829,26804 -7125,47829,26804 -7126,47829,26804 -7127,47829,26804 -7128,47829,26804 -7129,47829,26804 -7130,47829,26804 -7131,47829,26804 -7132,47829,26804 -7133,47829,26804 -7134,47829,26804 -7135,47829,26804 -7136,47829,26804 -7137,47829,26804 -7138,47829,26804 -7139,47829,26804 -7140,47829,26804 -7141,47829,26804 -7142,47829,26804 -7143,47829,26804 -7144,47829,26804 -7145,47829,26804 -7146,47829,26804 -7147,47829,26804 -7148,47829,26804 -7149,47829,26804 -7150,47829,26804 -7151,47829,26804 -7152,47829,26804 -7153,47829,26804 -7154,47829,26804 -7155,47829,26804 -7156,47829,26804 -7157,47829,26804 -7158,47829,26804 -7159,47829,26804 -7160,47829,26804 -7161,47829,26804 -7162,47829,26804 -7163,47829,26804 -7164,47829,26804 -7165,47829,26804 -7166,47829,26804 -7167,47829,26804 -7168,47829,26804 -7169,47829,26804 -7170,47829,26804 -7171,47829,26804 -7172,47829,26804 -7173,47829,26804 -7174,47829,26804 -7175,47829,26804 -7176,47829,26804 -7177,47829,26804 -7178,47829,26804 -7179,47829,26804 -7180,47829,26804 -7181,47829,26804 -7182,47829,26804 -7183,47829,26804 -7184,47829,26804 -7185,47829,26804 -7186,47829,26804 -7187,47829,26804 -7188,47829,26804 -7189,47829,26804 -7190,47829,26804 -7191,47829,26804 -7192,47829,26804 -7193,47829,26804 -7194,47829,26804 -7195,47829,26804 -7196,47829,26804 -7197,47829,26804 -7198,47829,26804 -7199,47829,26804 -7200,47829,26804 -7201,47829,26804 -7202,47829,26804 -7203,47829,26804 -7204,47829,26804 -7205,47829,26804 -7206,47829,26804 -7207,47829,26804 -7208,47829,26804 -7209,47829,26804 -7210,47829,26804 -7211,47829,26804 -7212,47829,26804 -7213,47829,26804 -7214,47829,26804 -7215,47829,26804 -7216,47829,26804 -7217,47829,26804 -7218,47829,26804 -7219,47829,26804 -7220,47829,26804 -7221,47829,26804 -7222,47829,26804 -7223,47829,26804 -7224,47829,26804 -7225,47829,26804 -7226,47829,26804 -7227,47829,26804 -7228,47829,26804 -7229,47829,26804 -7230,47829,26804 -7231,47829,26804 -7232,47829,26804 -7233,47829,26804 -7234,47829,26804 -7235,47829,26804 -7236,47829,26804 -7237,47829,26804 -7238,47829,26804 -7239,47829,26804 -7240,47829,26804 -7241,47829,26804 -7242,47829,26804 -7243,47829,26804 -7244,47829,26804 -7245,47829,26804 -7246,47829,26804 -7247,47829,26804 -7248,47829,26804 -7249,47829,26804 -7250,47829,26804 -7251,47829,26804 -7252,47829,26804 -7253,47829,26804 -7254,47829,26804 -7255,47829,26804 -7256,47829,26804 -7257,47829,26804 -7258,47829,26804 -7259,47829,26804 -7260,47829,26804 -7261,47829,26804 -7262,47829,26804 -7263,47829,26804 -7264,47829,26804 -7265,47829,26804 -7266,47829,26804 -7267,47829,26804 -7268,47829,26804 -7269,47829,26804 -7270,47829,26804 -7271,47829,26804 -7272,47829,26804 -7273,47829,26804 -7274,47829,26804 -7275,47829,26804 -7276,47829,26804 -7277,47829,26804 -7278,47829,26804 -7279,47829,26804 -7280,47829,26804 -7281,47829,26804 -7282,47829,26804 -7283,47829,26804 -7284,47829,26804 -7285,47829,26804 -7286,47829,26804 -7287,47829,26804 -7288,47829,26804 -7289,47829,26804 -7290,47829,26804 -7291,47829,26804 -7292,47829,26804 -7293,47829,26804 -7294,47829,26804 -7295,47829,26804 -7296,47829,26804 -7297,47829,26804 -7298,47829,26804 -7299,47829,26804 -7300,47829,26804 -7301,47829,26804 -7302,47829,26804 -7303,47829,26804 -7304,47829,26804 -7305,47829,26804 -7306,47829,26804 -7307,47829,26804 -7308,47829,26804 -7309,47829,26804 -7310,47829,26804 -7311,47829,26804 -7312,47829,26804 -7313,47829,26804 -7314,47829,26804 -7315,47829,26804 -7316,47829,26804 -7317,47829,26804 -7318,47829,26804 -7319,47829,26804 -7320,47829,26804 -7321,47829,26804 -7322,47829,26804 -7323,47829,26804 -7324,47829,26804 -7325,47829,26804 -7326,47829,26804 -7327,47829,26804 -7328,47829,26804 -7329,47829,26804 -7330,47829,26804 -7331,47829,26804 -7332,47829,26804 -7333,47829,26804 -7334,47829,26804 -7335,47829,26804 -7336,47829,26804 -7337,47829,26804 -7338,47829,26804 -7339,47829,26804 -7340,47829,26804 -7341,47829,26804 -7342,47829,26804 -7343,47829,26804 -7344,47829,26804 -7345,47829,26804 -7346,47829,26804 -7347,47829,26804 -7348,47829,26804 -7349,47829,26804 -7350,47829,26804 -7351,47829,26804 -7352,47829,26804 -7353,47829,26804 -7354,47829,26804 -7355,47829,26804 -7356,47829,26804 -7357,47829,26804 -7358,47829,26804 -7359,47829,26804 -7360,47829,26804 -7361,47829,26804 -7362,47829,26804 -7363,47829,26804 -7364,47829,26804 -7365,47829,26804 -7366,47829,26804 -7367,47829,26804 -7368,47829,26804 -7369,47829,26804 -7370,47829,26804 -7371,47829,26804 -7372,47829,26804 -7373,47829,26804 -7374,47829,26804 -7375,47829,26804 -7376,47829,26804 -7377,47829,26804 -7378,47829,26804 -7379,47829,26804 -7380,47829,26804 -7381,47829,26804 -7382,47829,26804 -7383,47829,26804 -7384,47829,26804 -7385,47829,26804 -7386,47829,26804 -7387,47829,26804 -7388,47829,26804 -7389,47829,26804 -7390,47829,26804 -7391,47829,26804 -7392,47829,26804 -7393,47829,26804 -7394,47829,26804 -7395,47829,26804 -7396,47829,26804 -7397,47829,26804 -7398,47829,26804 -7399,47829,26804 -7400,47829,26804 -7401,47829,26804 -7402,47829,26804 -7403,47829,26804 -7404,47829,26804 -7405,47829,26804 -7406,47829,26804 -7407,47829,26804 -7408,47829,26804 -7409,47829,26804 -7410,47829,26804 -7411,47829,26804 -7412,47829,26804 -7413,47829,26804 -7414,47829,26804 -7415,47829,26804 -7416,47829,26804 -7417,47829,26804 -7418,47829,26804 -7419,47829,26804 -7420,47829,26804 -7421,47829,26804 -7422,47829,26804 -7423,47829,26804 -7424,47829,26804 -7425,47829,26804 -7426,47829,26804 -7427,47829,26804 -7428,47829,26804 -7429,47829,26804 -7430,47829,26804 -7431,47829,26804 -7432,47829,26804 -7433,47829,26804 -7434,47829,26804 -7435,47829,26804 -7436,47829,26804 -7437,47829,26804 -7438,47829,26804 -7439,47829,26804 -7440,47829,26804 -7441,47829,26804 -7442,47829,26804 -7443,47829,26804 -7444,47829,26804 -7445,47829,26804 -7446,47829,26804 -7447,47829,26804 -7448,47829,26804 -7449,47829,26804 -7450,47829,26804 -7451,47829,26804 -7452,47829,26804 -7453,47829,26804 -7454,47829,26804 -7455,47829,26804 -7456,47829,26804 -7457,47829,26804 -7458,47829,26804 -7459,47829,26804 -7460,47829,26804 -7461,47829,26804 -7462,47829,26804 -7463,47829,26804 -7464,47829,26804 -7465,47829,26804 -7466,47829,26804 -7467,47829,26804 -7468,47829,26804 -7469,47829,26804 -7470,47829,26804 -7471,47829,26804 -7472,47829,26804 -7473,47829,26804 -7474,47829,26804 -7475,47829,26804 -7476,47829,26804 -7477,47829,26804 -7478,47829,26804 -7479,47829,26804 -7480,47829,26804 -7481,47829,26804 -7482,47829,26804 -7483,47829,26804 -7484,47829,26804 -7485,47829,26804 -7486,47829,26804 -7487,47829,26804 -7488,47829,26804 -7489,47829,26804 -7490,47829,26804 -7491,47829,26804 -7492,47829,26804 -7493,47829,26804 -7494,47829,26804 -7495,47829,26804 -7496,47829,26804 -7497,47829,26804 -7498,47829,26804 -7499,47829,26804 -7500,47829,26804 -7501,47829,26804 -7502,47829,26804 -7503,47829,26804 -7504,47829,26804 -7505,47829,26804 -7506,47829,26804 -7507,47829,26804 -7508,47829,26804 -7509,47829,26804 -7510,47829,26804 -7511,47829,26804 -7512,47829,26804 -7513,47829,26804 -7514,47829,26804 -7515,47829,26804 -7516,47829,26804 -7517,47829,26804 -7518,47829,26804 -7519,47829,26804 -7520,47829,26804 -7521,47829,26804 -7522,47829,26804 -7523,47829,26804 -7524,47829,26804 -7525,47829,26804 -7526,47829,26804 -7527,47829,26804 -7528,47829,26804 -7529,47829,26804 -7530,47829,26804 -7531,47829,26804 -7532,47829,26804 -7533,47829,26804 -7534,47829,26804 -7535,47829,26804 -7536,47829,26804 -7537,47829,26804 -7538,47829,26804 -7539,47829,26804 -7540,47829,26804 -7541,47829,26804 -7542,47829,26804 -7543,47829,26804 -7544,47829,26804 -7545,47829,26804 -7546,47829,26804 -7547,47829,26804 -7548,47829,26804 -7549,47829,26804 -7550,47829,26804 -7551,47829,26804 -7552,47829,26804 -7553,47829,26804 -7554,47829,26804 -7555,47829,26804 -7556,47829,26804 -7557,47829,26804 -7558,47829,26804 -7559,47829,26804 -7560,47829,26804 -7561,47829,26804 -7562,47829,26804 -7563,47829,26804 -7564,47829,26804 -7565,47829,26804 -7566,47829,26804 -7567,47829,26804 -7568,47829,26804 -7569,47829,26804 -7570,47829,26804 -7571,47829,26804 -7572,47829,26804 -7573,47829,26804 -7574,47829,26804 -7575,47829,26804 -7576,47829,26804 -7577,47829,26804 -7578,47829,26804 -7579,47829,26804 -7580,47829,26804 -7581,47829,26804 -7582,47829,26804 -7583,47829,26804 -7584,47829,26804 -7585,47829,26804 -7586,47829,26804 -7587,47829,26804 -7588,47829,26804 -7589,47829,26804 -7590,47829,26804 -7591,47829,26804 -7592,47829,26804 -7593,47829,26804 -7594,47829,26804 -7595,47829,26804 -7596,47829,26804 -7597,47829,26804 -7598,47829,26804 -7599,47829,26804 -7600,47829,26804 -7601,47829,26804 -7602,47829,26804 -7603,47829,26804 -7604,47829,26804 -7605,47829,26804 -7606,47829,26804 -7607,47829,26804 -7608,47829,26804 -7609,47829,26804 -7610,47829,26804 -7611,47829,26804 -7612,47829,26804 -7613,47829,26804 -7614,47829,26804 -7615,47829,26804 -7616,47829,26804 -7617,47829,26804 -7618,47829,26804 -7619,47829,26804 -7620,47829,26804 -7621,47829,26804 -7622,47829,26804 -7623,47829,26804 -7624,47829,26804 -7625,47829,26804 -7626,47829,26804 -7627,47829,26804 -7628,47829,26804 -7629,47829,26804 -7630,47829,26804 -7631,47829,26804 -7632,47829,26804 -7633,47829,26804 -7634,47829,26804 -7635,47829,26804 -7636,47829,26804 -7637,47829,26804 -7638,47829,26804 -7639,47829,26804 -7640,47829,26804 -7641,47829,26804 -7642,47829,26804 -7643,47829,26804 -7644,47829,26804 -7645,47829,26804 -7646,47829,26804 -7647,47829,26804 -7648,47829,26804 -7649,47829,26804 -7650,47829,26804 -7651,47829,26804 -7652,47829,26804 -7653,47829,26804 -7654,47829,26804 -7655,47829,26804 -7656,47829,26804 -7657,47829,26804 -7658,47829,26804 -7659,47829,26804 -7660,47829,26804 -7661,47829,26804 -7662,47829,26804 -7663,47829,26804 -7664,47829,26804 -7665,47829,26804 -7666,47829,26804 -7667,47829,26804 -7668,47829,26804 -7669,47829,26804 -7670,47829,26804 -7671,47829,26804 -7672,47829,26804 -7673,47829,26804 -7674,47829,26804 -7675,47829,26804 -7676,47829,26804 -7677,47829,26804 -7678,47829,26804 -7679,47829,26804 -7680,47829,26804 -7681,47829,26804 -7682,47829,26804 -7683,47829,26804 -7684,47829,26804 -7685,47829,26804 -7686,47829,26804 -7687,47829,26804 -7688,47829,26804 -7689,47829,26804 -7690,47829,26804 -7691,47829,26804 -7692,47829,26804 -7693,47829,26804 -7694,47829,26804 -7695,47829,26804 -7696,47829,26804 -7697,47829,26804 -7698,47829,26804 -7699,47829,26804 -7700,47829,26804 -7701,47829,26804 -7702,47829,26804 -7703,47829,26804 -7704,47829,26804 -7705,47829,26804 -7706,47829,26804 -7707,47829,26804 -7708,47829,26804 -7709,47829,26804 -7710,47829,26804 -7711,47829,26804 -7712,47829,26804 -7713,47829,26804 -7714,47829,26804 -7715,47829,26804 -7716,47829,26804 -7717,47829,26804 -7718,47829,26804 -7719,47829,26804 -7720,47829,26804 -7721,47829,26804 -7722,47829,26804 -7723,47829,26804 -7724,47829,26804 -7725,47829,26804 -7726,47829,26804 -7727,47829,26804 -7728,47829,26804 -7729,47829,26804 -7730,47829,26804 -7731,47829,26804 -7732,47829,26804 -7733,47829,26804 -7734,47829,26804 -7735,47829,26804 -7736,47829,26804 -7737,47829,26804 -7738,47829,26804 -7739,47829,26804 -7740,47829,26804 -7741,47829,26804 -7742,47829,26804 -7743,47829,26804 -7744,47829,26804 -7745,47829,26804 -7746,47829,26804 -7747,47829,26804 -7748,47829,26804 -7749,47829,26804 -7750,47829,26804 -7751,47829,26804 -7752,47829,26804 -7753,47829,26804 -7754,47829,26804 -7755,47829,26804 -7756,47829,26804 -7757,47829,26804 -7758,47829,26804 -7759,47829,26804 -7760,47829,26804 -7761,47829,26804 -7762,47829,26804 -7763,47829,26804 -7764,47829,26804 -7765,47829,26804 -7766,47829,26804 -7767,47829,26804 -7768,47829,26804 -7769,47829,26804 -7770,47829,26804 -7771,47829,26804 -7772,47829,26804 -7773,47829,26804 -7774,47829,26804 -7775,47829,26804 -7776,47829,26804 -7777,47829,26804 -7778,47829,26804 -7779,47829,26804 -7780,47829,26804 -7781,47829,26804 -7782,47829,26804 -7783,47829,26804 -7784,47829,26804 -7785,47829,26804 -7786,47829,26804 -7787,47829,26804 -7788,47829,26804 -7789,47829,26804 -7790,47829,26804 -7791,47829,26804 -7792,47829,26804 -7793,47829,26804 -7794,47829,26804 -7795,47829,26804 -7796,47829,26804 -7797,47829,26804 -7798,47829,26804 -7799,47829,26804 -7800,47829,26804 -7801,47829,26804 -7802,47829,26804 -7803,47829,26804 -7804,47829,26804 -7805,47829,26804 -7806,47829,26804 -7807,47829,26804 -7808,47829,26804 -7809,47829,26804 -7810,47829,26804 -7811,47829,26804 -7812,47829,26804 -7813,47829,26804 -7814,47829,26804 -7815,47829,26804 -7816,47829,26804 -7817,47829,26804 -7818,47829,26804 -7819,47829,26804 -7820,47829,26804 -7821,47829,26804 -7822,47829,26804 -7823,47829,26804 -7824,47829,26804 -7825,47829,26804 -7826,47829,26804 -7827,47829,26804 -7828,47829,26804 -7829,47829,26804 -7830,47829,26804 -7831,47829,26804 -7832,47829,26804 -7833,47829,26804 -7834,47829,26804 -7835,47829,26804 -7836,47829,26804 -7837,47829,26804 -7838,47829,26804 -7839,47829,26804 -7840,47829,26804 -7841,47829,26804 -7842,47829,26804 -7843,47829,26804 -7844,47829,26804 -7845,47829,26804 -7846,47829,26804 -7847,47829,26804 -7848,47829,26804 -7849,47829,26804 -7850,47829,26804 -7851,47829,26804 -7852,47829,26804 -7853,47829,26804 -7854,47829,26804 -7855,47829,26804 -7856,47829,26804 -7857,47829,26804 -7858,47829,26804 -7859,47829,26804 -7860,47829,26804 -7861,47829,26804 -7862,47829,26804 -7863,47829,26804 -7864,47829,26804 -7865,47829,26804 -7866,47829,26804 -7867,47829,26804 -7868,47829,26804 -7869,47829,26804 -7870,47829,26804 -7871,47829,26804 -7872,47829,26804 -7873,47829,26804 -7874,47829,26804 -7875,47829,26804 -7876,47829,26804 -7877,47829,26804 -7878,47829,26804 -7879,47829,26804 -7880,47829,26804 -7881,47829,26804 -7882,47829,26804 -7883,47829,26804 -7884,47829,26804 -7885,47829,26804 -7886,47829,26804 -7887,47829,26804 -7888,47829,26804 -7889,47829,26804 -7890,47829,26804 -7891,47829,26804 -7892,47829,26804 -7893,47829,26804 -7894,47829,26804 -7895,47829,26804 -7896,47829,26804 -7897,47829,26804 -7898,47829,26804 -7899,47829,26804 -7900,47829,26804 -7901,47829,26804 -7902,47829,26804 -7903,47829,26804 -7904,47829,26804 -7905,47829,26804 -7906,47829,26804 -7907,47829,26804 -7908,47829,26804 -7909,47829,26804 -7910,47829,26804 -7911,47829,26804 -7912,47829,26804 -7913,47829,26804 -7914,47829,26804 -7915,47829,26804 -7916,47829,26804 -7917,47829,26804 -7918,47829,26804 -7919,47829,26804 -7920,47829,26804 -7921,47829,26804 -7922,47829,26804 -7923,47829,26804 -7924,47829,26804 -7925,47829,26804 -7926,47829,26804 -7927,47829,26804 -7928,47829,26804 -7929,47829,26804 -7930,47829,26804 -7931,47829,26804 -7932,47829,26804 -7933,47829,26804 -7934,47829,26804 -7935,47829,26804 -7936,47829,26804 -7937,47829,26804 -7938,47829,26804 -7939,47829,26804 -7940,47829,26804 -7941,47829,26804 -7942,47829,26804 -7943,47829,26804 -7944,47829,26804 -7945,47829,26804 -7946,47829,26804 -7947,47829,26804 -7948,47829,26804 -7949,47829,26804 -7950,47829,26804 -7951,47829,26804 -7952,47829,26804 -7953,47829,26804 -7954,47829,26804 -7955,47829,26804 -7956,47829,26804 -7957,47829,26804 -7958,47829,26804 -7959,47829,26804 -7960,47829,26804 -7961,47829,26804 -7962,47829,26804 -7963,47829,26804 -7964,47829,26804 -7965,47829,26804 -7966,47829,26804 -7967,47829,26804 -7968,47829,26804 -7969,47829,26804 -7970,47829,26804 -7971,47829,26804 -7972,47829,26804 -7973,47829,26804 -7974,47829,26804 -7975,47829,26804 -7976,47829,26804 -7977,47829,26804 -7978,47829,26804 -7979,47829,26804 -7980,47829,26804 -7981,47829,26804 -7982,47829,26804 -7983,47829,26804 -7984,47829,26804 -7985,47829,26804 -7986,47829,26804 -7987,47829,26804 -7988,47829,26804 -7989,47829,26804 -7990,47829,26804 -7991,47829,26804 -7992,47829,26804 -7993,47829,26804 -7994,47829,26804 -7995,47829,26804 -7996,47829,26804 -7997,47829,26804 -7998,47829,26804 -7999,47829,26804 -8000,47829,26804 -8001,47829,26804 -8002,47829,26804 -8003,47829,26804 -8004,47829,26804 -8005,47829,26804 -8006,47829,26804 -8007,47829,26804 -8008,47829,26804 -8009,47829,26804 -8010,47829,26804 -8011,47829,26804 -8012,47829,26804 -8013,47829,26804 -8014,47829,26804 -8015,47829,26804 -8016,47829,26804 -8017,47829,26804 -8018,47829,26804 -8019,47829,26804 -8020,47829,26804 -8021,47829,26804 -8022,47829,26804 -8023,47829,26804 -8024,47829,26804 -8025,47829,26804 -8026,47829,26804 -8027,47829,26804 -8028,47829,26804 -8029,47829,26804 -8030,47829,26804 -8031,47829,26804 -8032,47829,26804 -8033,47829,26804 -8034,47829,26804 -8035,47829,26804 -8036,47829,26804 -8037,47829,26804 -8038,47829,26804 -8039,47829,26804 -8040,47829,26804 -8041,47829,26804 -8042,47829,26804 -8043,47829,26804 -8044,47829,26804 -8045,47829,26804 -8046,47829,26804 -8047,47829,26804 -8048,47829,26804 -8049,47829,26804 -8050,47829,26804 -8051,47829,26804 -8052,47829,26804 -8053,47829,26804 -8054,47829,26804 -8055,47829,26804 -8056,47829,26804 -8057,47829,26804 -8058,47829,26804 -8059,47829,26804 -8060,47829,26804 -8061,47829,26804 -8062,47829,26804 -8063,47829,26804 -8064,47829,26804 -8065,47829,26804 -8066,47829,26804 -8067,47829,26804 -8068,47829,26804 -8069,47829,26804 -8070,47829,26804 -8071,47829,26804 -8072,47829,26804 -8073,47829,26804 -8074,47829,26804 -8075,47829,26804 -8076,47829,26804 -8077,47829,26804 -8078,47829,26804 -8079,47829,26804 -8080,47829,26804 -8081,47829,26804 -8082,47829,26804 -8083,47829,26804 -8084,47829,26804 -8085,47829,26804 -8086,47829,26804 -8087,47829,26804 -8088,47829,26804 -8089,47829,26804 -8090,47829,26804 -8091,47829,26804 -8092,47829,26804 -8093,47829,26804 -8094,47829,26804 -8095,47829,26804 -8096,47829,26804 -8097,47829,26804 -8098,47829,26804 -8099,47829,26804 -8100,47829,26804 -8101,47829,26804 -8102,47829,26804 -8103,47829,26804 -8104,47829,26804 -8105,47829,26804 -8106,47829,26804 -8107,47829,26804 -8108,47829,26804 -8109,47829,26804 -8110,47829,26804 -8111,47829,26804 -8112,47829,26804 -8113,47829,26804 -8114,47829,26804 -8115,47829,26804 -8116,47829,26804 -8117,47829,26804 -8118,47829,26804 -8119,47829,26804 -8120,47829,26804 -8121,47829,26804 -8122,47829,26804 -8123,47829,26804 -8124,47829,26804 -8125,47829,26804 -8126,47829,26804 -8127,47829,26804 -8128,47829,26804 -8129,47829,26804 -8130,47829,26804 -8131,47829,26804 -8132,47829,26804 -8133,47829,26804 -8134,47829,26804 -8135,47829,26804 -8136,47829,26804 -8137,47829,26804 -8138,47829,26804 -8139,47829,26804 -8140,47829,26804 -8141,47829,26804 -8142,47829,26804 -8143,47829,26804 -8144,47829,26804 -8145,47829,26804 -8146,47829,26804 -8147,47829,26804 -8148,47829,26804 -8149,47829,26804 -8150,47829,26804 -8151,47829,26804 -8152,47829,26804 -8153,47829,26804 -8154,47829,26804 -8155,47829,26804 -8156,47829,26804 -8157,47829,26804 -8158,47829,26804 -8159,47829,26804 -8160,47829,26804 -8161,47829,26804 -8162,47829,26804 -8163,47829,26804 -8164,47829,26804 -8165,47829,26804 -8166,47829,26804 -8167,47829,26804 -8168,47829,26804 -8169,47829,26804 -8170,47829,26804 -8171,47829,26804 -8172,47829,26804 -8173,47829,26804 -8174,47829,26804 -8175,47829,26804 -8176,47829,26804 -8177,47829,26804 -8178,47829,26804 -8179,47829,26804 -8180,47829,26804 -8181,47829,26804 -8182,47829,26804 -8183,47829,26804 -8184,47829,26804 -8185,47829,26804 -8186,47829,26804 -8187,47829,26804 -8188,47829,26804 -8189,47829,26804 -8190,47829,26804 -8191,47829,26804 -8192,47829,26804 -8193,47829,26804 -8194,47829,26804 -8195,47829,26804 -8196,47829,26804 -8197,47829,26804 -8198,47829,26804 -8199,47829,26804 -8200,47829,26804 -8201,47829,26804 -8202,47829,26804 -8203,47829,26804 -8204,47829,26804 -8205,47829,26804 -8206,47829,26804 -8207,47829,26804 -8208,47829,26804 -8209,47829,26804 -8210,47829,26804 -8211,47829,26804 -8212,47829,26804 -8213,47829,26804 -8214,47829,26804 -8215,47829,26804 -8216,47829,26804 -8217,47829,26804 -8218,47829,26804 -8219,47829,26804 -8220,47829,26804 -8221,47829,26804 -8222,47829,26804 -8223,47829,26804 -8224,47829,26804 -8225,47829,26804 -8226,47829,26804 -8227,47829,26804 -8228,47829,26804 -8229,47829,26804 -8230,47829,26804 -8231,47829,26804 -8232,47829,26804 -8233,47829,26804 -8234,47829,26804 -8235,47829,26804 -8236,47829,26804 -8237,47829,26804 -8238,47829,26804 -8239,47829,26804 -8240,47829,26804 -8241,47829,26804 -8242,47829,26804 -8243,47829,26804 -8244,47829,26804 -8245,47829,26804 -8246,47829,26804 -8247,47829,26804 -8248,47829,26804 -8249,47829,26804 -8250,47829,26804 -8251,47829,26804 -8252,47829,26804 -8253,47829,26804 -8254,47829,26804 -8255,47829,26804 -8256,47829,26804 -8257,47829,26804 -8258,47829,26804 -8259,47829,26804 -8260,47829,26804 -8261,47829,26804 -8262,47829,26804 -8263,47829,26804 -8264,47829,26804 -8265,47829,26804 -8266,47829,26804 -8267,47829,26804 -8268,47829,26804 -8269,47829,26804 -8270,47829,26804 -8271,47829,26804 -8272,47829,26804 -8273,47829,26804 -8274,47829,26804 -8275,47829,26804 -8276,47829,26804 -8277,47829,26804 -8278,47829,26804 -8279,47829,26804 -8280,47829,26804 -8281,47829,26804 -8282,47829,26804 -8283,47829,26804 -8284,47829,26804 -8285,47829,26804 -8286,47829,26804 -8287,47829,26804 -8288,47829,26804 -8289,47829,26804 -8290,47829,26804 -8291,47829,26804 -8292,47829,26804 -8293,47829,26804 -8294,47829,26804 -8295,47829,26804 -8296,47829,26804 -8297,47829,26804 -8298,47829,26804 -8299,47829,26804 -8300,47829,26804 -8301,47829,26804 -8302,47829,26804 -8303,47829,26804 -8304,47829,26804 -8305,47829,26804 -8306,47829,26804 -8307,47829,26804 -8308,47829,26804 -8309,47829,26804 -8310,47829,26804 -8311,47829,26804 -8312,47829,26804 -8313,47829,26804 -8314,47829,26804 -8315,47829,26804 -8316,47829,26804 -8317,47829,26804 -8318,47829,26804 -8319,47829,26804 -8320,47829,26804 -8321,47829,26804 -8322,47829,26804 -8323,47829,26804 -8324,47829,26804 -8325,47829,26804 -8326,47829,26804 -8327,47829,26804 -8328,47829,26804 -8329,47829,26804 -8330,47829,26804 -8331,47829,26804 -8332,47829,26804 -8333,47829,26804 -8334,47829,26804 -8335,47829,26804 -8336,47829,26804 -8337,47829,26804 -8338,47829,26804 -8339,47829,26804 -8340,47829,26804 -8341,47829,26804 -8342,47829,26804 -8343,47829,26804 -8344,47829,26804 -8345,47829,26804 -8346,47829,26804 -8347,47829,26804 -8348,47829,26804 -8349,47829,26804 -8350,47829,26804 -8351,47829,26804 -8352,47829,26804 -8353,47829,26804 -8354,47829,26804 -8355,47829,26804 -8356,47829,26804 -8357,47829,26804 -8358,47829,26804 -8359,47829,26804 -8360,47829,26804 -8361,47829,26804 -8362,47829,26804 -8363,47829,26804 -8364,47829,26804 -8365,47829,26804 -8366,47829,26804 -8367,47829,26804 -8368,47829,26804 -8369,47829,26804 -8370,47829,26804 -8371,47829,26804 -8372,47829,26804 -8373,47829,26804 -8374,47829,26804 -8375,47829,26804 -8376,47829,26804 -8377,47829,26804 -8378,47829,26804 -8379,47829,26804 -8380,47829,26804 -8381,47829,26804 -8382,47829,26804 -8383,47829,26804 -8384,47829,26804 -8385,47829,26804 -8386,47829,26804 -8387,47829,26804 -8388,47829,26804 -8389,47829,26804 -8390,47829,26804 -8391,47829,26804 -8392,47829,26804 -8393,47829,26804 -8394,47829,26804 -8395,47829,26804 -8396,47829,26804 -8397,47829,26804 -8398,47829,26804 -8399,47829,26804 -8400,47829,26804 -8401,47829,26804 -8402,47829,26804 -8403,47829,26804 -8404,47829,26804 -8405,47829,26804 -8406,47829,26804 -8407,47829,26804 -8408,47829,26804 -8409,47829,26804 -8410,47829,26804 -8411,47829,26804 -8412,47829,26804 -8413,47829,26804 -8414,47829,26804 -8415,47829,26804 -8416,47829,26804 -8417,47829,26804 -8418,47829,26804 -8419,47829,26804 -8420,47829,26804 -8421,47829,26804 -8422,47829,26804 -8423,47829,26804 -8424,47829,26804 -8425,47829,26804 -8426,47829,26804 -8427,47829,26804 -8428,47829,26804 -8429,47829,26804 -8430,47829,26804 -8431,47829,26804 -8432,47829,26804 -8433,47829,26804 -8434,47829,26804 -8435,47829,26804 -8436,47829,26804 -8437,47829,26804 -8438,47829,26804 -8439,47829,26804 -8440,47829,26804 -8441,47829,26804 -8442,47829,26804 -8443,47829,26804 -8444,47829,26804 -8445,47829,26804 -8446,47829,26804 -8447,47829,26804 -8448,47829,26804 -8449,47829,26804 -8450,47829,26804 -8451,47829,26804 -8452,47829,26804 -8453,47829,26804 -8454,47829,26804 -8455,47829,26804 -8456,47829,26804 -8457,47829,26804 -8458,47829,26804 -8459,47829,26804 -8460,47829,26804 -8461,47829,26804 -8462,47829,26804 -8463,47829,26804 -8464,47829,26804 -8465,47829,26804 -8466,47829,26804 -8467,47829,26804 -8468,47829,26804 -8469,47829,26804 -8470,47829,26804 -8471,47829,26804 -8472,47829,26804 -8473,47829,26804 -8474,47829,26804 -8475,47829,26804 -8476,47829,26804 -8477,47829,26804 -8478,47829,26804 -8479,47829,26804 -8480,47829,26804 -8481,47829,26804 -8482,47829,26804 -8483,47829,26804 -8484,47829,26804 -8485,47829,26804 -8486,47829,26804 -8487,47829,26804 -8488,47829,26804 -8489,47829,26804 -8490,47829,26804 -8491,47829,26804 -8492,47829,26804 -8493,47829,26804 -8494,47829,26804 -8495,47829,26804 -8496,47829,26804 -8497,47829,26804 -8498,47829,26804 -8499,47829,26804 -8500,47829,26804 -8501,47829,26804 -8502,47829,26804 -8503,47829,26804 -8504,47829,26804 -8505,47829,26804 -8506,47829,26804 -8507,47829,26804 -8508,47829,26804 -8509,47829,26804 -8510,47829,26804 -8511,47829,26804 -8512,47829,26804 -8513,47829,26804 -8514,47829,26804 -8515,47829,26804 -8516,47829,26804 -8517,47829,26804 -8518,47829,26804 -8519,47829,26804 -8520,47829,26804 -8521,47829,26804 -8522,47829,26804 -8523,47829,26804 -8524,47829,26804 -8525,47829,26804 -8526,47829,26804 -8527,47829,26804 -8528,47829,26804 -8529,47829,26804 -8530,47829,26804 -8531,47829,26804 -8532,47829,26804 -8533,47829,26804 -8534,47829,26804 -8535,47829,26804 -8536,47829,26804 -8537,47829,26804 -8538,47829,26804 -8539,47829,26804 -8540,47829,26804 -8541,47829,26804 -8542,47829,26804 -8543,47829,26804 -8544,47829,26804 -8545,47829,26804 -8546,47829,26804 -8547,47829,26804 -8548,47829,26804 -8549,47829,26804 -8550,47829,26804 -8551,47829,26804 -8552,47829,26804 -8553,47829,26804 -8554,47829,26804 -8555,47829,26804 -8556,47829,26804 -8557,47829,26804 -8558,47829,26804 -8559,47829,26804 -8560,47829,26804 -8561,47829,26804 -8562,47829,26804 -8563,47829,26804 -8564,47829,26804 -8565,47829,26804 -8566,47829,26804 -8567,47829,26804 -8568,47829,26804 -8569,47829,26804 -8570,47829,26804 -8571,47829,26804 -8572,47829,26804 -8573,47829,26804 -8574,47829,26804 -8575,47829,26804 -8576,47829,26804 -8577,47829,26804 -8578,47829,26804 -8579,47829,26804 -8580,47829,26804 -8581,47829,26804 -8582,47829,26804 -8583,47829,26804 -8584,47829,26804 -8585,47829,26804 -8586,47829,26804 -8587,47829,26804 -8588,47829,26804 -8589,47829,26804 -8590,47829,26804 -8591,47829,26804 -8592,47829,26804 -8593,47829,26804 -8594,47829,26804 -8595,47829,26804 -8596,47829,26804 -8597,47829,26804 -8598,47829,26804 -8599,47829,26804 -8600,47829,26804 -8601,47829,26804 -8602,47829,26804 -8603,47829,26804 -8604,47829,26804 -8605,47829,26804 -8606,47829,26804 -8607,47829,26804 -8608,47829,26804 -8609,47829,26804 -8610,47829,26804 -8611,47829,26804 -8612,47829,26804 -8613,47829,26804 -8614,47829,26804 -8615,47829,26804 -8616,47829,26804 -8617,47829,26804 -8618,47829,26804 -8619,47829,26804 -8620,47829,26804 -8621,47829,26804 -8622,47829,26804 -8623,47829,26804 -8624,47829,26804 -8625,47829,26804 -8626,47829,26804 -8627,47829,26804 -8628,47829,26804 -8629,47829,26804 -8630,47829,26804 -8631,47829,26804 -8632,47829,26804 -8633,47829,26804 -8634,47829,26804 -8635,47829,26804 -8636,47829,26804 -8637,47829,26804 -8638,47829,26804 -8639,47829,26804 -8640,47829,26804 -8641,47829,26804 -8642,47829,26804 -8643,47829,26804 -8644,47829,26804 -8645,47829,26804 -8646,47829,26804 -8647,47829,26804 -8648,47829,26804 -8649,47829,26804 -8650,47829,26804 -8651,47829,26804 -8652,47829,26804 -8653,47829,26804 -8654,47829,26804 -8655,47829,26804 -8656,47829,26804 -8657,47829,26804 -8658,47829,26804 -8659,47829,26804 -8660,47829,26804 -8661,47829,26804 -8662,47829,26804 -8663,47829,26804 -8664,47829,26804 -8665,47829,26804 -8666,47829,26804 -8667,47829,26804 -8668,47829,26804 -8669,47829,26804 -8670,47829,26804 -8671,47829,26804 -8672,47829,26804 -8673,47829,26804 -8674,47829,26804 -8675,47829,26804 -8676,47829,26804 -8677,47829,26804 -8678,47829,26804 -8679,47829,26804 -8680,47829,26804 -8681,47829,26804 -8682,47829,26804 -8683,47829,26804 -8684,47829,26804 -8685,47829,26804 -8686,47829,26804 -8687,47829,26804 -8688,47829,26804 -8689,47829,26804 -8690,47829,26804 -8691,47829,26804 -8692,47829,26804 -8693,47829,26804 -8694,47829,26804 -8695,47829,26804 -8696,47829,26804 -8697,47829,26804 -8698,47829,26804 -8699,47829,26804 -8700,47829,26804 -8701,47829,26804 -8702,47829,26804 -8703,47829,26804 -8704,47829,26804 -8705,47829,26804 -8706,47829,26804 -8707,47829,26804 -8708,47829,26804 -8709,47829,26804 -8710,47829,26804 -8711,47829,26804 -8712,47829,26804 -8713,47829,26804 -8714,47829,26804 -8715,47829,26804 -8716,47829,26804 -8717,47829,26804 -8718,47829,26804 -8719,47829,26804 -8720,47829,26804 -8721,47829,26804 -8722,47829,26804 -8723,47829,26804 -8724,47829,26804 -8725,47829,26804 -8726,47829,26804 -8727,47829,26804 -8728,47829,26804 -8729,47829,26804 -8730,47829,26804 -8731,47829,26804 -8732,47829,26804 -8733,47829,26804 -8734,47829,26804 -8735,47829,26804 -8736,47829,26804 -8737,47829,26804 -8738,47829,26804 -8739,47829,26804 -8740,47829,26804 -8741,47829,26804 -8742,47829,26804 -8743,47829,26804 -8744,47829,26804 -8745,47829,26804 -8746,47829,26804 -8747,47829,26804 -8748,47829,26804 -8749,47829,26804 -8750,47829,26804 -8751,47829,26804 -8752,47829,26804 -8753,47829,26804 -8754,47829,26804 -8755,47829,26804 -8756,47829,26804 -8757,47829,26804 -8758,47829,26804 -8759,47829,26804 diff --git a/tests/data/deflex_2014_de21_test_csv/mobility.csv b/tests/data/deflex_2014_de21_test_csv/mobility.csv deleted file mode 100644 index c82e16a7..00000000 --- a/tests/data/deflex_2014_de21_test_csv/mobility.csv +++ /dev/null @@ -1,4 +0,0 @@ -,,efficiency,source,source_region -DE,diesel,0.95,oil,DE -DE,petrol,0.95,oil,DE -DE,electricity,1.0,electricity,DE diff --git a/tests/data/deflex_2014_de21_test_csv/power lines.csv b/tests/data/deflex_2014_de21_test_csv/power lines.csv deleted file mode 100644 index 933b0b05..00000000 --- a/tests/data/deflex_2014_de21_test_csv/power lines.csv +++ /dev/null @@ -1,42 +0,0 @@ -,electrical,electrical,electrical -,capacity,distance,efficiency -name,,, -DE09-DE08,8442.43132828452,191,0.9 -DE10-DE18,2506.34680058447,525,0.9 -DE10-DE12,5012.69360116894,600,0.9 -DE12-DE11,12004.0820449046,205,0.9 -DE11-DE17,2506.34680058447,407,0.9 -DE12-DE17,0.0,0,0.9 -DE10-DE17,0.0,0,0.9 -DE18-DE17,5936.08452770006,119,0.9 -DE11-DE09,10223.2566865945,545,0.9 -DE17-DE09,725.521442274451,394,0.9 -DE17-DE16,3231.86824285892,427,0.9 -DE09-DE16,2506.34680058447,247,0.9 -DE08-DE16,2506.34680058447,301,0.9 -DE16-DE07,5012.69360116894,276,0.9 -DE08-DE07,3231.86824285892,169,0.9 -DE06-DE07,8244.56184402786,124,0.9 -DE08-DE06,7519.0404017534,257,0.9 -DE07-DE05,1978.69484256669,199,0.9 -DE06-DE05,3231.86824285892,128,0.9 -DE16-DE15,3231.86824285892,156,0.9 -DE07-DE15,5012.69360116894,169,0.9 -DE15-DE05,725.521442274451,354,0.9 -DE17-DE03,2506.34680058447,374,0.9 -DE16-DE03,2506.34680058447,382,0.9 -DE03-DE15,0.0,0,0.9 -DE03-DE04,8970.08328630231,104,0.9 -DE04-DE01,6463.73648571784,583,0.9 -DE03-DE01,2506.34680058447,488,0.9 -DE15-DE01,2506.34680058447,234,0.9 -DE01-DE14,0.0,0,0.9 -DE01-DE19,inf,0,0.9 -DE01-DE13,2506.34680058447,421,0.9 -DE02-DE13,2506.34680058447,780,0.9 -DE13-DE20,inf,0,0.9 -DE05-DE14,5012.69360116894,215,0.9 -DE15-DE14,6991.38844373562,480,0.9 -DE14-DE02,2506.34680058447,739,0.9 -DE14-DE13,5738.21504344339,70,0.9 -DE14-DE21,inf,0,0.9 diff --git a/tests/data/deflex_2014_de21_test_csv/power plants.csv b/tests/data/deflex_2014_de21_test_csv/power plants.csv deleted file mode 100644 index e54e9bfc..00000000 --- a/tests/data/deflex_2014_de21_test_csv/power plants.csv +++ /dev/null @@ -1,376 +0,0 @@ -de21,,capacity,count,fuel,efficiency,limit_elec_pp,variable_costs,downtime_factor -DE01,bioenergy - 0.38,169.843443642697,8,bioenergy,0.38,1156644.17696328,1.0,0.1 -DE01,bioenergy - 0.42,642.776556357303,1327,bioenergy,0.417,4377346.22774453,1.0,0.1 -DE01,hard coal - 0.35,59.8580945003873,1,hard coal,0.348,inf,1.3,0.22 -DE01,hard coal - 0.39,136.128892331526,1,hard coal,0.392,inf,1.3,0.22 -DE01,hard coal - 0.4,179.09155693261,2,hard coal,0.396,inf,1.3,0.22 -DE01,hard coal - 0.41,248.121456235476,1,hard coal,0.41,inf,1.3,0.22 -DE01,natural gas - 0.35,196.436807519909,12,natural gas,0.351,inf,1.5,0.11 -DE01,natural gas - 0.37,6.47448670525262,1,natural gas,0.37,inf,1.5,0.11 -DE01,natural gas - 0.38,374.198905087254,12,natural gas,0.381,inf,1.5,0.11 -DE01,natural gas - 0.4,88.3525192567126,3,natural gas,0.403,inf,1.5,0.11 -DE01,natural gas - 0.51,70.4706035945864,1,natural gas,0.513,inf,1.5,0.11 -DE01,natural gas - 0.52,243.123582401323,2,natural gas,0.522,inf,1.5,0.11 -DE01,natural gas - 0.53,33.0330954349624,1,natural gas,0.526,inf,1.5,0.11 -DE01,oil - 0.3,50.386919000757,1,oil,0.305,inf,1.0,0.15 -DE01,oil - 0.35,27.6634065102195,1,oil,0.354,inf,1.0,0.15 -DE01,oil - 0.36,272.68214988645,1,oil,0.36,inf,1.0,0.15 -DE01,oil - 0.38,243.536775170325,3,oil,0.382,inf,1.0,0.15 -DE01,oil - 0.4,58.2907494322483,1,oil,0.397,inf,1.0,0.15 -DE01,other - 0.42,0.0,1,other,0.417,inf,1.0,0.15 -DE01,waste - 0.33,187.3,8,waste,0.33,inf,1.0,0.15 -DE02,bioenergy - 0.38,0.0,1,bioenergy,0.38,26294.0279541931,1.0,0.1 -DE02,bioenergy - 0.42,0.0,62,bioenergy,0.417,50878.8287594849,1.0,0.1 -DE02,hard coal - 0.41,0.0,1,hard coal,0.408,inf,1.3,0.22 -DE02,hard coal - 0.46,0.0,2,hard coal,0.46,inf,1.3,0.22 -DE02,natural gas - 0.38,15.2382943143813,1,natural gas,0.376,inf,1.5,0.11 -DE02,natural gas - 0.58,86.0117056856187,1,natural gas,0.58,inf,1.5,0.11 -DE02,oil - 0.38,37.61,1,oil,0.377,inf,1.0,0.15 -DE02,waste - 0.33,24.0,1,waste,0.33,inf,1.0,0.15 -DE03,bioenergy - 0.38,8.18108452950558,1,bioenergy,0.38,75560.2711451167,1.0,0.1 -DE03,bioenergy - 0.42,161.858915470495,564,bioenergy,0.417,1494917.12307846,1.0,0.1 -DE03,lignite - 0.25,56.8249207467418,1,lignite,0.246,inf,1.7,0.13 -DE03,lignite - 0.32,0.0,1,lignite,0.32,inf,1.7,0.13 -DE03,lignite - 0.35,38.1659915463191,1,lignite,0.35,inf,1.7,0.13 -DE03,lignite - 0.38,36.9786051426559,2,lignite,0.383,inf,1.7,0.13 -DE03,lignite - 0.39,831.170482564283,4,lignite,0.39,inf,1.7,0.13 -DE03,natural gas - 0.31,10.1865321573525,1,natural gas,0.315,inf,1.5,0.11 -DE03,natural gas - 0.34,13.4539103965033,1,natural gas,0.343,inf,1.5,0.11 -DE03,natural gas - 0.35,12.9157539806431,1,natural gas,0.346,inf,1.5,0.11 -DE03,natural gas - 0.36,5.07404620668124,1,natural gas,0.358,inf,1.5,0.11 -DE03,natural gas - 0.38,65.462884014986,6,natural gas,0.38,inf,1.5,0.11 -DE03,natural gas - 0.39,79.3780713393693,2,natural gas,0.391,inf,1.5,0.11 -DE03,natural gas - 0.4,6.65007571027162,1,natural gas,0.399,inf,1.5,0.11 -DE03,natural gas - 0.51,66.5007571027162,4,natural gas,0.513,inf,1.5,0.11 -DE03,natural gas - 0.52,120.700796128629,3,natural gas,0.522,inf,1.5,0.11 -DE03,natural gas - 0.53,14.9915001561037,1,natural gas,0.531,inf,1.5,0.11 -DE03,natural gas - 0.54,70.1525327817671,2,natural gas,0.54,inf,1.5,0.11 -DE03,natural gas - 0.6,27.0231400249766,2,natural gas,0.6,inf,1.5,0.11 -DE03,oil - 0.36,119.277353689567,1,oil,0.364,inf,1.0,0.15 -DE03,oil - 0.38,115.102646310433,2,oil,0.379,inf,1.0,0.15 -DE03,other - 0.42,0.0,4,other,0.417,inf,1.0,0.15 -DE03,waste - 0.33,139.0,7,waste,0.33,inf,1.0,0.15 -DE04,bioenergy - 0.38,33.9949481915934,3,bioenergy,0.38,239468.891857217,1.0,0.1 -DE04,bioenergy - 0.42,297.845051808407,700,bioenergy,0.417,2098091.48604493,1.0,0.1 -DE04,lignite - 0.37,52.8329880003664,1,lignite,0.371,inf,1.7,0.13 -DE04,lignite - 0.38,432.523581341028,1,lignite,0.383,inf,1.7,0.13 -DE04,lignite - 0.39,3767.14086974444,9,lignite,0.39,inf,1.7,0.13 -DE04,lignite - 0.4,3191.37291952917,5,lignite,0.398,inf,1.7,0.13 -DE04,lignite - 0.42,84.4583681414308,1,lignite,0.424,inf,1.7,0.13 -DE04,lignite - 0.43,595.301273243565,1,lignite,0.429,inf,1.7,0.13 -DE04,natural gas - 0.37,0.0,1,natural gas,0.37,inf,1.5,0.11 -DE04,natural gas - 0.38,0.0,3,natural gas,0.38,inf,1.5,0.11 -DE04,natural gas - 0.39,0.0,1,natural gas,0.393,inf,1.5,0.11 -DE04,natural gas - 0.4,0.0,1,natural gas,0.399,inf,1.5,0.11 -DE04,natural gas - 0.51,0.0,2,natural gas,0.513,inf,1.5,0.11 -DE04,natural gas - 0.52,0.0,1,natural gas,0.517,inf,1.5,0.11 -DE04,natural gas - 0.58,0.0,2,natural gas,0.585,inf,1.5,0.11 -DE04,oil - 0.38,14.85,1,oil,0.38,inf,1.0,0.15 -DE04,other - 0.42,65.73,3,other,0.417,inf,1.0,0.15 -DE04,waste - 0.33,57.7,3,waste,0.33,inf,1.0,0.15 -DE05,bioenergy - 0.38,18.3628691983122,1,bioenergy,0.38,101677.053519238,1.0,0.1 -DE05,bioenergy - 0.42,242.757130801688,703,bioenergy,0.417,1344164.81878284,1.0,0.1 -DE05,hard coal - 0.45,692.8,1,hard coal,0.448,inf,1.3,0.22 -DE05,natural gas - 0.38,81.1030263911301,2,natural gas,0.38,inf,1.5,0.11 -DE05,natural gas - 0.42,692.413471448649,2,natural gas,0.421,inf,1.5,0.11 -DE05,natural gas - 0.58,855.391015564,1,natural gas,0.585,inf,1.5,0.11 -DE05,natural gas - 0.59,223.732486596221,2,natural gas,0.59,inf,1.5,0.11 -DE05,nuclear - 0.33,1336.0,1,nuclear,0.33,inf,1.2,0.11 -DE05,other - 0.33,25.9996078431373,1,other,0.33,inf,1.0,0.15 -DE05,other - 0.42,29.5803921568627,5,other,0.417,inf,1.0,0.15 -DE06,bioenergy - 0.38,6.95052746453256,1,bioenergy,0.38,55964.7609613453,1.0,0.1 -DE06,bioenergy - 0.42,120.429472535467,581,bioenergy,0.417,969677.043064282,1.0,0.1 -DE06,hard coal - 0.27,109.47601102068,1,hard coal,0.266,inf,1.3,0.22 -DE06,hard coal - 0.32,82.5631583114292,3,hard coal,0.321,inf,1.3,0.22 -DE06,hard coal - 0.33,154.63486556671,2,hard coal,0.331,inf,1.3,0.22 -DE06,hard coal - 0.34,369.846457231529,5,hard coal,0.344,inf,1.3,0.22 -DE06,hard coal - 0.35,1471.08389809038,8,hard coal,0.351,inf,1.3,0.22 -DE06,hard coal - 0.37,308.357431041581,1,hard coal,0.372,inf,1.3,0.22 -DE06,hard coal - 0.38,634.048563828103,1,hard coal,0.38,inf,1.3,0.22 -DE06,hard coal - 0.39,784.578078981537,3,hard coal,0.388,inf,1.3,0.22 -DE06,hard coal - 0.4,670.540567501663,3,hard coal,0.396,inf,1.3,0.22 -DE06,hard coal - 0.41,50.4501950786965,1,hard coal,0.409,inf,1.3,0.22 -DE06,hard coal - 0.46,1125.96077334769,3,hard coal,0.458,inf,1.3,0.22 -DE06,lignite - 0.3,0.0,6,lignite,0.3,inf,1.7,0.13 -DE06,lignite - 0.31,26.8846370169774,6,lignite,0.309,inf,1.7,0.13 -DE06,lignite - 0.33,574.842420581189,2,lignite,0.333,inf,1.7,0.13 -DE06,lignite - 0.34,1469.36761587335,3,lignite,0.34,inf,1.7,0.13 -DE06,lignite - 0.38,549.424218310593,2,lignite,0.376,inf,1.7,0.13 -DE06,lignite - 0.43,2072.56110821789,2,lignite,0.429,inf,1.7,0.13 -DE06,natural gas - 0.31,97.6021615667075,2,natural gas,0.312,inf,1.5,0.11 -DE06,natural gas - 0.32,58.6801427988576,1,natural gas,0.315,inf,1.5,0.11 -DE06,natural gas - 0.33,62.3940758873929,1,natural gas,0.328,inf,1.5,0.11 -DE06,natural gas - 0.35,17.1583708690331,1,natural gas,0.354,inf,1.5,0.11 -DE06,natural gas - 0.36,245.268141166871,3,natural gas,0.359,inf,1.5,0.11 -DE06,natural gas - 0.38,57.6402415340677,4,natural gas,0.379,inf,1.5,0.11 -DE06,natural gas - 0.39,73.3873178294574,5,natural gas,0.389,inf,1.5,0.11 -DE06,natural gas - 0.4,41.3732146062832,4,natural gas,0.399,inf,1.5,0.11 -DE06,natural gas - 0.44,10.3990126478988,1,natural gas,0.435,inf,1.5,0.11 -DE06,natural gas - 0.54,509.180226438189,2,natural gas,0.54,inf,1.5,0.11 -DE06,natural gas - 0.55,103.024503875969,2,natural gas,0.554,inf,1.5,0.11 -DE06,natural gas - 0.56,234.72057119543,2,natural gas,0.562,inf,1.5,0.11 -DE06,natural gas - 0.57,309.742019583843,1,natural gas,0.572,inf,1.5,0.11 -DE06,natural gas - 0.61,0.0,1,natural gas,0.61,inf,1.5,0.11 -DE06,oil - 0.32,74.7371125827815,1,oil,0.32,inf,1.0,0.15 -DE06,oil - 0.38,56.1828874172185,2,oil,0.38,inf,1.0,0.15 -DE06,other - 0.42,1317.21,51,other,0.417,inf,1.0,0.15 -DE06,waste - 0.33,310.8,14,waste,0.33,inf,1.0,0.15 -DE07,bioenergy - 0.38,68.0204313404313,5,bioenergy,0.38,408991.18269467,1.0,0.1 -DE07,bioenergy - 0.42,215.759568659569,510,bioenergy,0.417,1297311.62909946,1.0,0.1 -DE07,hard coal - 0.23,17.5318052576445,1,hard coal,0.232,inf,1.3,0.22 -DE07,hard coal - 0.33,0.0,2,hard coal,0.33,inf,1.3,0.22 -DE07,hard coal - 0.35,347.867925375368,2,hard coal,0.349,inf,1.3,0.22 -DE07,hard coal - 0.38,1514.19433830498,3,hard coal,0.381,inf,1.3,0.22 -DE07,hard coal - 0.42,436.449678256098,2,hard coal,0.417,inf,1.3,0.22 -DE07,hard coal - 0.46,1383.53625280591,3,hard coal,0.459,inf,1.3,0.22 -DE07,natural gas - 0.31,96.1127658051121,2,natural gas,0.31,inf,1.5,0.11 -DE07,natural gas - 0.32,48.056382902556,1,natural gas,0.315,inf,1.5,0.11 -DE07,natural gas - 0.34,97.8602706379323,1,natural gas,0.338,inf,1.5,0.11 -DE07,natural gas - 0.35,35.8238490728145,1,natural gas,0.348,inf,1.5,0.11 -DE07,natural gas - 0.36,339.190688050405,3,natural gas,0.356,inf,1.5,0.11 -DE07,natural gas - 0.37,11.7956576215365,1,natural gas,0.37,inf,1.5,0.11 -DE07,natural gas - 0.38,19.2225531610224,1,natural gas,0.378,inf,1.5,0.11 -DE07,natural gas - 0.39,22.7175628266628,1,natural gas,0.389,inf,1.5,0.11 -DE07,natural gas - 0.42,716.47698145629,4,natural gas,0.418,inf,1.5,0.11 -DE07,natural gas - 0.56,321.278763513997,3,natural gas,0.56,inf,1.5,0.11 -DE07,natural gas - 0.58,732.204524951672,2,natural gas,0.576,inf,1.5,0.11 -DE07,oil - 0.38,194.76,1,oil,0.38,inf,1.0,0.15 -DE07,other - 0.42,0.0,21,other,0.417,inf,1.0,0.15 -DE07,waste - 0.33,61.2,3,waste,0.33,inf,1.0,0.15 -DE08,bioenergy - 0.42,0.0,274,bioenergy,0.417,316507.851473365,1.0,0.1 -DE08,lignite - 0.29,0.0,1,lignite,0.29,inf,1.7,0.13 -DE08,lignite - 0.3,0.0,1,lignite,0.3,inf,1.7,0.13 -DE08,lignite - 0.31,247.596356959475,2,lignite,0.311,inf,1.7,0.13 -DE08,lignite - 0.32,1222.13561795197,4,lignite,0.319,inf,1.7,0.13 -DE08,lignite - 0.33,588.288944135712,2,lignite,0.329,inf,1.7,0.13 -DE08,lignite - 0.34,1306.31837931819,2,lignite,0.339,inf,1.7,0.13 -DE08,lignite - 0.35,19.312515842839,1,lignite,0.347,inf,1.7,0.13 -DE08,lignite - 0.36,24.066365896461,2,lignite,0.361,inf,1.7,0.13 -DE08,lignite - 0.37,174.30783529947,1,lignite,0.371,inf,1.7,0.13 -DE08,lignite - 0.38,181.240533294336,4,lignite,0.38,inf,1.7,0.13 -DE08,lignite - 0.39,19.807708556758,2,lignite,0.388,inf,1.7,0.13 -DE08,lignite - 0.4,934.923843878977,1,lignite,0.405,inf,1.7,0.13 -DE08,lignite - 0.41,24.3634815248123,1,lignite,0.41,inf,1.7,0.13 -DE08,lignite - 0.42,1338.30782863735,3,lignite,0.421,inf,1.7,0.13 -DE08,lignite - 0.43,14.3605887036495,1,lignite,0.431,inf,1.7,0.13 -DE08,natural gas - 0.35,27.711328445027,4,natural gas,0.347,inf,1.5,0.11 -DE08,natural gas - 0.38,2.48161150253973,1,natural gas,0.38,inf,1.5,0.11 -DE08,natural gas - 0.4,421.046751597575,5,natural gas,0.396,inf,1.5,0.11 -DE08,natural gas - 0.5,34.7425610355563,1,natural gas,0.504,inf,1.5,0.11 -DE08,natural gas - 0.51,28.9521341962969,1,natural gas,0.513,inf,1.5,0.11 -DE08,natural gas - 0.52,42.9318789939374,1,natural gas,0.522,inf,1.5,0.11 -DE08,natural gas - 0.54,13.0698205800426,1,natural gas,0.544,inf,1.5,0.11 -DE08,natural gas - 0.56,89.3380140914304,1,natural gas,0.558,inf,1.5,0.11 -DE08,natural gas - 0.57,661.763067343929,1,natural gas,0.567,inf,1.5,0.11 -DE08,natural gas - 0.58,341.635183516303,1,natural gas,0.576,inf,1.5,0.11 -DE08,natural gas - 0.6,355.697648697362,1,natural gas,0.598,inf,1.5,0.11 -DE08,oil - 0.38,136.31,3,oil,0.38,inf,1.0,0.15 -DE08,other - 0.42,0.0,6,other,0.417,inf,1.0,0.15 -DE08,waste - 0.33,130.0,6,waste,0.33,inf,1.0,0.15 -DE09,bioenergy - 0.38,0.0,2,bioenergy,0.38,59352.7107781881,1.0,0.1 -DE09,bioenergy - 0.42,0.0,469,bioenergy,0.417,659334.968822459,1.0,0.1 -DE09,hard coal - 0.36,583.946811151079,1,hard coal,0.365,inf,1.3,0.22 -DE09,hard coal - 0.38,806.088871402878,2,hard coal,0.382,inf,1.3,0.22 -DE09,hard coal - 0.4,187.93895233813,1,hard coal,0.398,inf,1.3,0.22 -DE09,hard coal - 0.42,11.9354595323741,1,hard coal,0.415,inf,1.3,0.22 -DE09,hard coal - 0.43,94.4148291366906,1,hard coal,0.43,inf,1.3,0.22 -DE09,hard coal - 0.44,44.5352967625899,1,hard coal,0.438,inf,1.3,0.22 -DE09,hard coal - 0.45,252.069779676259,1,hard coal,0.452,inf,1.3,0.22 -DE09,natural gas - 0.36,32.5720395176005,1,natural gas,0.359,inf,1.5,0.11 -DE09,natural gas - 0.37,8.03905656179075,1,natural gas,0.373,inf,1.5,0.11 -DE09,natural gas - 0.38,43.591091184193,4,natural gas,0.378,inf,1.5,0.11 -DE09,natural gas - 0.39,66.5301232699924,3,natural gas,0.393,inf,1.5,0.11 -DE09,natural gas - 0.4,35.7599412576209,3,natural gas,0.398,inf,1.5,0.11 -DE09,natural gas - 0.42,5.26696809220773,1,natural gas,0.416,inf,1.5,0.11 -DE09,natural gas - 0.44,232.162409327578,1,natural gas,0.437,inf,1.5,0.11 -DE09,natural gas - 0.53,284.139068132259,1,natural gas,0.526,inf,1.5,0.11 -DE09,natural gas - 0.54,378.597982733301,2,natural gas,0.543,inf,1.5,0.11 -DE09,natural gas - 0.55,8.31626540874905,1,natural gas,0.554,inf,1.5,0.11 -DE09,natural gas - 0.56,344.778503404388,1,natural gas,0.562,inf,1.5,0.11 -DE09,natural gas - 0.59,51.9766588046816,1,natural gas,0.594,inf,1.5,0.11 -DE09,natural gas - 0.6,65.5598923056384,1,natural gas,0.598,inf,1.5,0.11 -DE09,other - 0.42,37.2876897689769,11,other,0.417,inf,1.0,0.15 -DE09,other - 0.45,11.2023102310231,1,other,0.446,inf,1.0,0.15 -DE09,waste - 0.33,91.4,6,waste,0.33,inf,1.0,0.15 -DE10,bioenergy - 0.38,9.8,1,bioenergy,0.38,52226.0967483369,1.0,0.1 -DE10,bioenergy - 0.42,269.5,755,bioenergy,0.417,1436204.41057927,1.0,0.1 -DE10,natural gas - 0.35,15.4258564964447,2,natural gas,0.35,inf,1.5,0.11 -DE10,natural gas - 0.36,3.38373626373626,1,natural gas,0.359,inf,1.5,0.11 -DE10,natural gas - 0.37,1.75821590174531,2,natural gas,0.372,inf,1.5,0.11 -DE10,natural gas - 0.39,5.09219133807369,1,natural gas,0.39,inf,1.5,0.11 -DE10,natural gas - 0.4,0.0,1,natural gas,0.4,inf,1.5,0.11 -DE10,nuclear - 0.33,2572.0,2,nuclear,0.33,inf,1.2,0.11 -DE10,oil - 0.35,23.8659685863874,1,oil,0.349,inf,1.0,0.15 -DE10,oil - 0.36,10.4413612565445,1,oil,0.361,inf,1.0,0.15 -DE10,oil - 0.37,22.6726701570681,2,oil,0.369,inf,1.0,0.15 -DE10,other - 0.42,0.0,1,other,0.417,inf,1.0,0.15 -DE10,waste - 0.33,10.0,1,waste,0.33,inf,1.0,0.15 -DE11,bioenergy - 0.38,88.1960982918789,4,bioenergy,0.38,643740.225740124,1.0,0.1 -DE11,bioenergy - 0.42,110.393901708121,301,bioenergy,0.417,805761.111156478,1.0,0.1 -DE11,hard coal - 0.34,188.90845079805,1,hard coal,0.34,inf,1.3,0.22 -DE11,hard coal - 0.35,188.90845079805,1,hard coal,0.35,inf,1.3,0.22 -DE11,hard coal - 0.38,396.474526366277,1,hard coal,0.38,inf,1.3,0.22 -DE11,hard coal - 0.4,25.094505315889,1,hard coal,0.4,inf,1.3,0.22 -DE11,hard coal - 0.41,405.803338751366,1,hard coal,0.408,inf,1.3,0.22 -DE11,hard coal - 0.44,720.18431612886,2,hard coal,0.438,inf,1.3,0.22 -DE11,hard coal - 0.45,1186.6249353833,5,hard coal,0.449,inf,1.3,0.22 -DE11,hard coal - 0.46,389.011476458206,2,hard coal,0.46,inf,1.3,0.22 -DE11,natural gas - 0.35,8.59869822485207,1,natural gas,0.351,inf,1.5,0.11 -DE11,natural gas - 0.37,28.1550295857988,2,natural gas,0.367,inf,1.5,0.11 -DE11,natural gas - 0.39,10.2727810650888,2,natural gas,0.387,inf,1.5,0.11 -DE11,natural gas - 0.45,31.3510059171598,1,natural gas,0.45,inf,1.5,0.11 -DE11,natural gas - 0.53,268.614201183432,1,natural gas,0.531,inf,1.5,0.11 -DE11,natural gas - 0.56,13.0882840236686,1,natural gas,0.562,inf,1.5,0.11 -DE11,nuclear - 0.33,2712.0,2,nuclear,0.33,inf,1.2,0.11 -DE11,oil - 0.3,77.2873112834309,1,oil,0.305,inf,1.0,0.15 -DE11,oil - 0.33,135.80199398639,1,oil,0.331,inf,1.0,0.15 -DE11,oil - 0.38,417.890694730179,4,oil,0.38,inf,1.0,0.15 -DE11,waste - 0.33,44.7,6,waste,0.33,inf,1.0,0.15 -DE12,bioenergy - 0.38,30.6135593220339,5,bioenergy,0.38,213378.296149578,1.0,0.1 -DE12,bioenergy - 0.42,461.986440677966,1790,bioenergy,0.417,3220066.64068084,1.0,0.1 -DE12,hard coal - 0.37,8.45894270198382,1,hard coal,0.37,inf,1.3,0.22 -DE12,hard coal - 0.38,36.7780117477557,2,hard coal,0.382,inf,1.3,0.22 -DE12,hard coal - 0.44,137.304577191621,1,hard coal,0.44,inf,1.3,0.22 -DE12,hard coal - 0.45,9.23536739443644,2,hard coal,0.448,inf,1.3,0.22 -DE12,hard coal - 0.46,176.943100964203,1,hard coal,0.455,inf,1.3,0.22 -DE12,natural gas - 0.3,27.8637980687786,1,natural gas,0.305,inf,1.5,0.11 -DE12,natural gas - 0.31,47.0898187362358,2,natural gas,0.31,inf,1.5,0.11 -DE12,natural gas - 0.32,45.1393528714213,1,natural gas,0.315,inf,1.5,0.11 -DE12,natural gas - 0.35,12.7616195155006,2,natural gas,0.35,inf,1.5,0.11 -DE12,natural gas - 0.36,11.1455192275114,2,natural gas,0.362,inf,1.5,0.11 -DE12,natural gas - 0.37,43.0217042181941,2,natural gas,0.372,inf,1.5,0.11 -DE12,natural gas - 0.38,7.46749788243266,1,natural gas,0.385,inf,1.5,0.11 -DE12,natural gas - 0.39,37.3374894121633,2,natural gas,0.388,inf,1.5,0.11 -DE12,natural gas - 0.4,58.1796103676097,2,natural gas,0.399,inf,1.5,0.11 -DE12,natural gas - 0.46,5.4613044214806,1,natural gas,0.457,inf,1.5,0.11 -DE12,natural gas - 0.53,33.4922852786719,1,natural gas,0.531,inf,1.5,0.11 -DE12,oil - 0.31,67.91,3,oil,0.312,inf,1.0,0.15 -DE12,other - 0.42,0.0,1,other,0.417,inf,1.0,0.15 -DE12,waste - 0.33,65.6,5,waste,0.33,inf,1.0,0.15 -DE13,bioenergy - 0.42,289.09,919,bioenergy,0.417,1905586.14720393,1.0,0.1 -DE13,hard coal - 0.37,12.0034794520548,1,hard coal,0.37,inf,1.3,0.22 -DE13,hard coal - 0.38,18.2661643835616,1,hard coal,0.38,inf,1.3,0.22 -DE13,hard coal - 0.4,168.570602739726,1,hard coal,0.405,inf,1.3,0.22 -DE13,hard coal - 0.41,135.691506849315,2,hard coal,0.408,inf,1.3,0.22 -DE13,hard coal - 0.47,17.2223835616438,1,hard coal,0.472,inf,1.3,0.22 -DE13,hard coal - 0.49,15.1348219178082,1,hard coal,0.486,inf,1.3,0.22 -DE13,hard coal - 0.5,14.0910410958904,1,hard coal,0.504,inf,1.3,0.22 -DE13,natural gas - 0.39,0.0,1,natural gas,0.391,inf,1.5,0.11 -DE13,natural gas - 0.61,0.0,1,natural gas,0.61,inf,1.5,0.11 -DE13,nuclear - 0.33,1410.0,1,nuclear,0.33,inf,1.2,0.11 -DE13,oil - 0.31,290.410440313112,5,oil,0.309,inf,1.0,0.15 -DE13,oil - 0.34,44.3336692759296,1,oil,0.343,inf,1.0,0.15 -DE13,oil - 0.35,87.6710763209393,1,oil,0.354,inf,1.0,0.15 -DE13,oil - 0.36,86.6748140900196,1,oil,0.355,inf,1.0,0.15 -DE13,oil - 0.38,0.0,1,oil,0.38,inf,1.0,0.15 -DE13,other - 0.42,0.0,1,other,0.417,inf,1.0,0.15 -DE13,waste - 0.33,17.0,1,waste,0.33,inf,1.0,0.15 -DE14,bioenergy - 0.38,37.8298048492017,2,bioenergy,0.38,212293.455346081,1.0,0.1 -DE14,bioenergy - 0.42,569.698846836192,1319,bioenergy,0.417,3197031.67778904,1.0,0.1 -DE14,bioenergy - 0.45,1.71134831460674,1,bioenergy,0.45,9604.20433852371,1.0,0.1 -DE14,hard coal - 0.34,108.942373943,1,hard coal,0.345,inf,1.3,0.22 -DE14,hard coal - 0.36,649.365173817726,1,hard coal,0.365,inf,1.3,0.22 -DE14,hard coal - 0.37,259.917632320702,1,hard coal,0.372,inf,1.3,0.22 -DE14,hard coal - 0.44,300.234888819292,1,hard coal,0.442,inf,1.3,0.22 -DE14,hard coal - 0.46,51.0399310992797,2,hard coal,0.46,inf,1.3,0.22 -DE14,natural gas - 0.31,49.163484678325,1,natural gas,0.31,inf,1.5,0.11 -DE14,natural gas - 0.35,236.835632921547,3,natural gas,0.354,inf,1.5,0.11 -DE14,natural gas - 0.36,409.380555109899,1,natural gas,0.355,inf,1.5,0.11 -DE14,natural gas - 0.37,54.9307396117439,1,natural gas,0.373,inf,1.5,0.11 -DE14,natural gas - 0.4,303.489972725814,1,natural gas,0.396,inf,1.5,0.11 -DE14,natural gas - 0.41,29.0253649927804,1,natural gas,0.411,inf,1.5,0.11 -DE14,natural gas - 0.55,13.9926841007541,1,natural gas,0.549,inf,1.5,0.11 -DE14,natural gas - 0.6,81.7815658591369,1,natural gas,0.603,inf,1.5,0.11 -DE14,natural gas - 0.61,0.0,1,natural gas,0.61,inf,1.5,0.11 -DE14,oil - 0.31,135.59,2,oil,0.311,inf,1.0,0.15 -DE14,other - 0.42,119.07,2,other,0.417,inf,1.0,0.15 -DE14,waste - 0.33,91.0,3,waste,0.33,inf,1.0,0.15 -DE15,bioenergy - 0.38,49.1865073700543,3,bioenergy,0.38,274765.940536362,1.0,0.1 -DE15,bioenergy - 0.42,529.293492629946,1114,bioenergy,0.417,2956737.65514083,1.0,0.1 -DE15,hard coal - 0.34,0.0,1,hard coal,0.34,inf,1.3,0.22 -DE15,hard coal - 0.35,264.986522510626,1,hard coal,0.35,inf,1.3,0.22 -DE15,hard coal - 0.39,886.349308793794,2,hard coal,0.392,inf,1.3,0.22 -DE15,hard coal - 0.4,272.857409317872,3,hard coal,0.398,inf,1.3,0.22 -DE15,hard coal - 0.42,53.7843931828498,1,hard coal,0.425,inf,1.3,0.22 -DE15,hard coal - 0.43,603.434655222218,1,hard coal,0.432,inf,1.3,0.22 -DE15,hard coal - 0.47,37.8677109726406,1,hard coal,0.468,inf,1.3,0.22 -DE15,lignite - 0.36,343.26,1,lignite,0.364,inf,1.7,0.13 -DE15,natural gas - 0.29,42.7511954660842,2,natural gas,0.289,inf,1.5,0.11 -DE15,natural gas - 0.31,109.82791191924,2,natural gas,0.311,inf,1.5,0.11 -DE15,natural gas - 0.33,37.7590176515733,2,natural gas,0.332,inf,1.5,0.11 -DE15,natural gas - 0.36,815.358787413661,5,natural gas,0.356,inf,1.5,0.11 -DE15,natural gas - 0.38,31.4053367967412,2,natural gas,0.384,inf,1.5,0.11 -DE15,natural gas - 0.39,11.6181592774072,1,natural gas,0.386,inf,1.5,0.11 -DE15,natural gas - 0.4,0.0,1,natural gas,0.4,inf,1.5,0.11 -DE15,natural gas - 0.41,18.1533738709487,1,natural gas,0.409,inf,1.5,0.11 -DE15,natural gas - 0.45,182.895241749808,1,natural gas,0.45,inf,1.5,0.11 -DE15,natural gas - 0.54,11.7996930161167,1,natural gas,0.54,inf,1.5,0.11 -DE15,natural gas - 0.58,67.1674833225102,1,natural gas,0.585,inf,1.5,0.11 -DE15,natural gas - 0.6,208.76379951591,1,natural gas,0.598,inf,1.5,0.11 -DE15,nuclear - 0.33,1360.0,1,nuclear,0.33,inf,1.2,0.11 -DE15,oil - 0.38,0.0,1,oil,0.378,inf,1.0,0.15 -DE15,other - 0.42,252.7,3,other,0.417,inf,1.0,0.15 -DE15,waste - 0.33,74.7,3,waste,0.33,inf,1.0,0.15 -DE16,bioenergy - 0.38,0.649102040816325,1,bioenergy,0.38,37966.2028779328,1.0,0.1 -DE16,bioenergy - 0.42,9.61089795918366,441,bioenergy,0.417,562140.779707853,1.0,0.1 -DE16,hard coal - 0.34,0.0,1,hard coal,0.34,inf,1.3,0.22 -DE16,hard coal - 0.35,0.0,1,hard coal,0.35,inf,1.3,0.22 -DE16,hard coal - 0.39,100.029554039874,1,hard coal,0.387,inf,1.3,0.22 -DE16,hard coal - 0.4,496.175477439664,4,hard coal,0.403,inf,1.3,0.22 -DE16,hard coal - 0.42,44.4174554039874,1,hard coal,0.425,inf,1.3,0.22 -DE16,hard coal - 0.49,47.6675131164743,1,hard coal,0.49,inf,1.3,0.22 -DE16,lignite - 0.37,4.92,1,lignite,0.371,inf,1.7,0.13 -DE16,natural gas - 0.34,0.0,1,natural gas,0.34,inf,1.5,0.11 -DE16,natural gas - 0.36,401.73017430148,2,natural gas,0.36,inf,1.5,0.11 -DE16,natural gas - 0.37,45.6212209862486,2,natural gas,0.372,inf,1.5,0.11 -DE16,natural gas - 0.4,4.78962949986862,2,natural gas,0.398,inf,1.5,0.11 -DE16,natural gas - 0.41,57.7749058421652,1,natural gas,0.411,inf,1.5,0.11 -DE16,natural gas - 0.42,33.5274064990803,1,natural gas,0.418,inf,1.5,0.11 -DE16,natural gas - 0.55,51.4885171235876,1,natural gas,0.554,inf,1.5,0.11 -DE16,natural gas - 0.56,41.9092581238504,1,natural gas,0.562,inf,1.5,0.11 -DE16,natural gas - 0.6,46.698887623719,1,natural gas,0.598,inf,1.5,0.11 -DE16,oil - 0.4,22.78,1,oil,0.397,inf,1.0,0.15 -DE16,other - 0.42,0.0,1,other,0.417,inf,1.0,0.15 -DE16,waste - 0.33,101.7,4,waste,0.33,inf,1.0,0.15 -DE17,bioenergy - 0.38,46.6,5,bioenergy,0.38,248338.541680867,1.0,0.1 -DE17,bioenergy - 0.42,550.9,1399,bioenergy,0.417,2935825.11721008,1.0,0.1 -DE17,hard coal - 0.35,24.8,1,hard coal,0.348,inf,1.3,0.22 -DE17,hard coal - 0.38,17.4,1,hard coal,0.375,inf,1.3,0.22 -DE17,natural gas - 0.18,26.5146730224937,1,natural gas,0.18,inf,1.5,0.11 -DE17,natural gas - 0.36,9.94300238343513,3,natural gas,0.363,inf,1.5,0.11 -DE17,natural gas - 0.37,3.75624534485327,1,natural gas,0.367,inf,1.5,0.11 -DE17,natural gas - 0.39,41.9815656189483,1,natural gas,0.394,inf,1.5,0.11 -DE17,natural gas - 0.41,16.9399299865932,1,natural gas,0.409,inf,1.5,0.11 -DE17,natural gas - 0.42,282.08666021153,2,natural gas,0.418,inf,1.5,0.11 -DE17,natural gas - 0.43,324.068225830478,1,natural gas,0.432,inf,1.5,0.11 -DE17,natural gas - 0.51,18.4129673767317,1,natural gas,0.508,inf,1.5,0.11 -DE17,natural gas - 0.52,47.1371964844332,1,natural gas,0.517,inf,1.5,0.11 -DE17,natural gas - 0.56,159.161690004469,4,natural gas,0.562,inf,1.5,0.11 -DE17,natural gas - 0.58,21.7273015045434,1,natural gas,0.58,inf,1.5,0.11 -DE17,natural gas - 0.6,37.1205422314911,2,natural gas,0.599,inf,1.5,0.11 -DE17,nuclear - 0.33,1275.0,1,nuclear,0.33,inf,1.2,0.11 -DE17,oil - 0.36,771.140556634304,2,oil,0.356,inf,1.0,0.15 -DE17,oil - 0.38,0.499443365695793,1,oil,0.375,inf,1.0,0.15 -DE17,waste - 0.33,117.1,5,waste,0.33,inf,1.0,0.15 -DE18,bioenergy - 0.38,10.0,1,bioenergy,0.38,53291.925253405,1.0,0.1 -DE18,bioenergy - 0.42,526.7,1504,bioenergy,0.417,2806859.86809684,1.0,0.1 -DE18,hard coal - 0.4,332.7,1,hard coal,0.402,inf,1.3,0.22 -DE18,hard coal - 0.45,472.0,1,hard coal,0.452,inf,1.3,0.22 -DE18,natural gas - 0.32,135.198626558185,2,natural gas,0.315,inf,1.5,0.11 -DE18,natural gas - 0.36,42.2495707994327,1,natural gas,0.36,inf,1.5,0.11 -DE18,natural gas - 0.37,11.322884974248,2,natural gas,0.375,inf,1.5,0.11 -DE18,natural gas - 0.38,43.93955363141,3,natural gas,0.381,inf,1.5,0.11 -DE18,natural gas - 0.39,78.9221982533403,3,natural gas,0.387,inf,1.5,0.11 -DE18,natural gas - 0.4,8.87240986788087,3,natural gas,0.397,inf,1.5,0.11 -DE18,natural gas - 0.45,232.795135104874,3,natural gas,0.45,inf,1.5,0.11 -DE18,natural gas - 0.46,19.6882999925356,3,natural gas,0.459,inf,1.5,0.11 -DE18,natural gas - 0.54,101.398969918639,1,natural gas,0.544,inf,1.5,0.11 -DE18,natural gas - 0.56,318.054768978129,3,natural gas,0.558,inf,1.5,0.11 -DE18,natural gas - 0.58,797.587397551691,2,natural gas,0.585,inf,1.5,0.11 -DE18,natural gas - 0.59,474.040184369635,1,natural gas,0.59,inf,1.5,0.11 -DE18,nuclear - 0.33,1410.0,1,nuclear,0.33,inf,1.2,0.11 -DE18,oil - 0.32,45.9175217468489,1,oil,0.318,inf,1.0,0.15 -DE18,oil - 0.33,92.6336090892952,4,oil,0.333,inf,1.0,0.15 -DE18,oil - 0.36,423.738869163856,2,oil,0.356,inf,1.0,0.15 -DE18,waste - 0.33,87.0,5,waste,0.33,inf,1.0,0.15 -DE19,bioenergy - 0.42,4.1,6,bioenergy,0.417,21849.9843538961,1.0,0.1 diff --git a/tests/data/deflex_2014_de21_test_csv/storages.csv b/tests/data/deflex_2014_de21_test_csv/storages.csv deleted file mode 100644 index 940e545e..00000000 --- a/tests/data/deflex_2014_de21_test_csv/storages.csv +++ /dev/null @@ -1,11 +0,0 @@ -de21,,energy,energy_inflow,pump,turbine,pump_eff,turbine_eff -DE03,phes,12638.0,112744,1588.0,1602.75,0.873330071886501,0.867254608032646 -DE04,phes,4609.0,0,1260.0,1170.0,0.842363290188543,0.841437360623681 -DE06,phes,590.0,0,153.6,153.0,0.866025403784439,0.866025403784439 -DE07,phes,734.0,5728,147.3,149.9,0.86149431239161,0.859987081756585 -DE12,phes,10670.4,212619,1725.1,2021.3,0.85695300230306,0.851015102290124 -DE13,phes,534.0,0,96.0,120.0,0.824621125123532,0.824621125123532 -DE15,phes,1032.0,0,230.0,220.0,0.894427190999916,0.894427190999916 -DE16,phes,3915.0,0,572.0,580.0,0.889660457481234,0.887571587189283 -DE17,phes,2390.0,0,385.5,468.0,0.8587211130104,0.85831052043205 -DE18,phes,728.9,86870,93.0,108.6,0.864167064515818,0.865502056255703 diff --git a/tests/data/deflex_2014_de21_test_csv/volatile plants.csv b/tests/data/deflex_2014_de21_test_csv/volatile plants.csv deleted file mode 100644 index f6593d1c..00000000 --- a/tests/data/deflex_2014_de21_test_csv/volatile plants.csv +++ /dev/null @@ -1,64 +0,0 @@ -de21,energy_source_level_2,capacity,count -DE01,geothermal,0.2,1 -DE01,hydro,7.2,58 -DE01,solar,3421.0,57033 -DE01,wind,7621.1,5623 -DE02,geothermal,0.0,1 -DE02,hydro,0.1,1 -DE02,solar,36.4,3418 -DE02,wind,47.9,71 -DE03,hydro,279.6,285 -DE03,solar,2076.3,46646 -DE03,wind,3052.8,2168 -DE04,hydro,268.7,349 -DE04,solar,2938.2,52725 -DE04,wind,3050.3,2484 -DE05,hydro,0.7,16 -DE05,solar,1032.7,42217 -DE05,wind,1175.8,891 -DE06,hydro,26.7,65 -DE06,solar,1429.4,81709 -DE06,wind,746.2,792 -DE07,hydro,79.1,233 -DE07,solar,1233.5,78634 -DE07,wind,1301.2,1275 -DE08,hydro,98.4,148 -DE08,solar,1080.3,76581 -DE08,wind,1014.9,815 -DE09,geothermal,7.8,2 -DE09,hydro,1281.8,231 -DE09,solar,2207.6,123469 -DE09,wind,2440.3,1588 -DE10,hydro,445.4,608 -DE10,solar,2043.8,97025 -DE10,wind,75.4,114 -DE11,geothermal,0.6,1 -DE11,hydro,105.3,233 -DE11,solar,1254.0,83200 -DE11,wind,197.9,213 -DE12,hydro,3337.0,1466 -DE12,solar,3973.2,248777 -DE12,wind,432.5,517 -DE13,hydro,4.7,23 -DE13,solar,1448.1,44837 -DE13,wind,3815.9,3392 -DE14,hydro,21.8,18 -DE14,solar,1576.7,67333 -DE14,wind,4154.3,3707 -DE15,hydro,81.8,245 -DE15,solar,1310.6,74628 -DE15,wind,2887.0,2117 -DE16,hydro,55.9,408 -DE16,solar,1353.1,83130 -DE16,wind,924.6,870 -DE17,hydro,210.3,1159 -DE17,solar,3805.9,182463 -DE17,wind,1044.7,925 -DE18,geothermal,22.8,6 -DE18,hydro,2431.3,1687 -DE18,solar,4565.7,231412 -DE18,wind,25.2,127 -DE19,solar,5.5,266 -DE19,wind,53.4,9 -DE20,wind,0.0,6 -DE21,wind,464.5,12 diff --git a/tests/data/deflex_2014_de21_test_csv/volatile series.csv b/tests/data/deflex_2014_de21_test_csv/volatile series.csv deleted file mode 100644 index ace2c1f9..00000000 --- a/tests/data/deflex_2014_de21_test_csv/volatile series.csv +++ /dev/null @@ -1,8762 +0,0 @@ -,DE01,DE01,DE01,DE01,DE02,DE02,DE02,DE03,DE03,DE03,DE04,DE04,DE04,DE05,DE05,DE05,DE06,DE06,DE06,DE07,DE07,DE07,DE08,DE08,DE08,DE09,DE09,DE09,DE09,DE10,DE10,DE10,DE11,DE11,DE11,DE11,DE12,DE12,DE12,DE13,DE13,DE13,DE14,DE14,DE14,DE15,DE15,DE15,DE16,DE16,DE16,DE17,DE17,DE17,DE18,DE18,DE18,DE18,DE19,DE19,DE21 -,geothermal,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,geothermal,hydro,solar,wind,hydro,solar,wind,geothermal,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,hydro,solar,wind,geothermal,hydro,solar,wind,solar,wind,wind -0,0.5,0.153725174569888,0.0,0.218767954258538,0.153725174569888,0.0,0.294490165407808,0.153725174569888,0.0,0.0568878415652964,0.153725174569888,0.0,0.102222645318062,0.153725174569888,0.0,0.254094444002351,0.153725174569888,0.0,0.140227823454062,0.153725174569888,0.0,0.0807485109627626,0.153725174569888,0.0,0.0450271504395077,0.5,0.153725174569888,0.0,0.0138306151321731,0.153725174569888,0.0,0.0084514653597697,0.5,0.153725174569888,0.0,0.00238055129912849,0.153725174569888,0.0,0.00630660038144449,0.153725174569888,0.0,0.554316568132662,0.153725174569888,0.0,0.381603633485335,0.153725174569888,0.0,0.149169923362572,0.153725174569888,0.0,0.0261139620517756,0.153725174569888,0.0,0.0093369864628826,0.5,0.153725174569888,0.0,0.00077619563224011,0,0.836156457324615,1.00000731145714 -1,0.5,0.153725174569888,0.0,0.123858075490889,0.153725174569888,0.0,0.218007473942223,0.153725174569888,0.0,0.0554447493046991,0.153725174569888,0.0,0.115124654477188,0.153725174569888,0.0,0.589957394763078,0.153725174569888,0.0,0.5617720988845,0.153725174569888,0.0,0.432344626991577,0.153725174569888,0.0,0.285367594107988,0.5,0.153725174569888,0.0,0.203509586588639,0.153725174569888,0.0,0.044903276522836,0.5,0.153725174569888,0.0,0.0566557738266994,0.153725174569888,0.0,0.109750338503525,0.153725174569888,0.0,0.449193885980743,0.153725174569888,0.0,0.530161516540476,0.153725174569888,0.0,0.206179182060268,0.153725174569888,0.0,0.168083454109264,0.153725174569888,0.0,0.0458699439269634,0.5,0.153725174569888,0.0,0.0101352908704802,0,0.316275980593121,1.00647309942783 -2,0.5,0.153725174569888,0.0,0.137283618495083,0.153725174569888,0.0,0.219007472717632,0.153725174569888,0.0,0.0644345062564408,0.153725174569888,0.0,0.125935781270218,0.153725174569888,0.0,0.6158941625742,0.153725174569888,0.0,0.505650336044604,0.153725174569888,0.0,0.445579627340621,0.153725174569888,0.0,0.273104251982576,0.5,0.153725174569888,0.0,0.187655604157583,0.153725174569888,0.0,0.0458715616114361,0.5,0.153725174569888,0.0,0.0557830460670371,0.153725174569888,0.0,0.0976015573222264,0.153725174569888,0.0,0.454427207582365,0.153725174569888,0.0,0.568945853349176,0.153725174569888,0.0,0.203350780110692,0.153725174569888,0.0,0.174991760825431,0.153725174569888,0.0,0.043667128294678,0.5,0.153725174569888,0.0,0.01173832900202,0,0.363763644553631,1.00299946657415 -3,0.5,0.153725174569888,0.0,0.14765985615615,0.153725174569888,0.0,0.339352583886229,0.153725174569888,0.0,0.0781073907688026,0.153725174569888,0.0,0.127670613741052,0.153725174569888,0.0,0.595231355053879,0.153725174569888,0.0,0.450866684244872,0.153725174569888,0.0,0.425623482302577,0.153725174569888,0.0,0.245625858367296,0.5,0.153725174569888,0.0,0.177371266321222,0.153725174569888,0.0,0.0463804920175935,0.5,0.153725174569888,0.0,0.0911945343019039,0.153725174569888,0.0,0.0851710067374368,0.153725174569888,0.0,0.511440940185318,0.153725174569888,0.0,0.599692057607318,0.153725174569888,0.0,0.210920438817821,0.153725174569888,0.0,0.203925384598569,0.153725174569888,0.0,0.0461472578904571,0.5,0.153725174569888,0.0,0.0146947158839468,0,0.394452074972465,0.999194419089522 -4,0.5,0.153725174569888,0.0,0.150695415882797,0.153725174569888,0.0,0.300319682866988,0.153725174569888,0.0,0.081644366515367,0.153725174569888,0.0,0.127310573110823,0.153725174569888,0.0,0.553248366713023,0.153725174569888,0.0,0.395584197135544,0.153725174569888,0.0,0.408599601609664,0.153725174569888,0.0,0.187224335547985,0.5,0.153725174569888,0.0,0.165588114718104,0.153725174569888,0.0,0.042789859945587,0.5,0.153725174569888,0.0,0.0848921655970618,0.153725174569888,0.0,0.0843582266254819,0.153725174569888,0.0,0.530335256005736,0.153725174569888,0.0,0.570224212611157,0.153725174569888,0.0,0.226621035578765,0.153725174569888,0.0,0.252981038715397,0.153725174569888,0.0,0.0483975196902775,0.5,0.153725174569888,0.0,0.0187127371780976,0,0.411025806880759,0.994044004352894 -5,0.5,0.153725174569888,0.0,0.150502428748403,0.153725174569888,0.0,0.276666481226107,0.153725174569888,0.0,0.0868282784521204,0.153725174569888,0.0,0.130173654022892,0.153725174569888,0.0,0.508199505149826,0.153725174569888,0.0,0.319605034883379,0.153725174569888,0.0,0.37708655139169,0.153725174569888,0.0,0.155964295897247,0.5,0.153725174569888,0.0,0.16167176341596,0.153725174569888,0.0,0.0486286364394622,0.5,0.153725174569888,0.0,0.108433328627499,0.153725174569888,0.0,0.0819099966798779,0.153725174569888,0.0,0.527885998848944,0.153725174569888,0.0,0.529785155911376,0.153725174569888,0.0,0.252000860019222,0.153725174569888,0.0,0.227443095796744,0.153725174569888,0.0,0.0471790336194813,0.5,0.153725174569888,0.0,0.0235741741959125,0,0.408558354548887,0.927375053864814 -6,0.5,0.153725174569888,0.0,0.147881436691639,0.153725174569888,0.0,0.281264769634905,0.153725174569888,0.0,0.0878987904447481,0.153725174569888,0.0,0.139665586808445,0.153725174569888,0.0,0.438336597217528,0.153725174569888,0.0,0.275696920014466,0.153725174569888,0.0,0.31489192877445,0.153725174569888,0.0,0.141422780489513,0.5,0.153725174569888,0.0,0.163387008655573,0.153725174569888,0.0,0.0457844405066231,0.5,0.153725174569888,0.0,0.0968926935955053,0.153725174569888,0.0,0.078359494659423,0.153725174569888,0.0,0.513637784826265,0.153725174569888,0.0,0.486510153433333,0.153725174569888,0.0,0.250290974987889,0.153725174569888,0.0,0.1926357845209,0.153725174569888,0.0,0.0496693717129206,0.5,0.153725174569888,0.0,0.0277241633570539,0,0.401692704021446,0.822474146481092 -7,0.5,0.153725174569888,0.0,0.144785291830551,0.153725174569888,0.0,0.209674317264465,0.153725174569888,0.0,0.085893132406253,0.153725174569888,0.0,0.141517118242551,0.153725174569888,0.0,0.340293126442554,0.153725174569888,0.0,0.302145061916433,0.153725174569888,0.0,0.246069806076865,0.153725174569888,0.0,0.152464312304796,0.5,0.153725174569888,0.0,0.16678672736927,0.153725174569888,0.0,0.0515706074832278,0.5,0.153725174569888,0.0,0.0850221056564416,0.153725174569888,0.0,0.0782053624416627,0.153725174569888,0.0,0.435551975152955,0.153725174569888,0.0,0.434360901103353,0.153725174569888,0.0,0.22165318908114,0.153725174569888,0.0,0.156372518448941,0.153725174569888,0.0,0.0464879803359692,0.5,0.153725174569888,0.0,0.0295228930785046,0,0.403973237547743,0.837616817735054 -8,0.5,0.153725174569888,0.0,0.140545780756968,0.153725174569888,0.0,0.175731292294122,0.153725174569888,0.0,0.0859487505502245,0.153725174569888,0.0,0.135504740815942,0.153725174569888,0.0,0.332370653440357,0.153725174569888,0.0,0.367962295412907,0.153725174569888,0.0,0.237038972794601,0.153725174569888,0.0,0.133649947880556,0.5,0.153725174569888,0.0,0.149036540056281,0.153725174569888,0.0,0.0509692130011579,0.5,0.153725174569888,0.0,0.0714722208818546,0.153725174569888,0.0,0.0807915640568231,0.153725174569888,0.0,0.404422942676048,0.153725174569888,0.0,0.34038945960894,0.153725174569888,0.0,0.181546511549705,0.153725174569888,0.0,0.120218716453803,0.153725174569888,0.0,0.0474542768357521,0.5,0.153725174569888,0.0,0.0329269595873045,0,0.389641105702528,0.775072100233177 -9,0.5,0.153725174569888,2.48011457654222e-05,0.133673003752873,0.153725174569888,0.0,0.169704021309999,0.153725174569888,1.71934379081579e-05,0.0929083878524698,0.153725174569888,0.00116760439169796,0.138900777653587,0.153725174569888,0.0,0.423168226318097,0.153725174569888,0.0,0.377543764691255,0.153725174569888,0.0,0.243370767834093,0.153725174569888,0.0,0.158228240959238,0.5,0.153725174569888,0.0,0.135890844529119,0.153725174569888,0.002317768587522,0.0532911632965365,0.5,0.153725174569888,0.0,0.0523692886426511,0.153725174569888,0.000493110908978652,0.0694861831062537,0.153725174569888,0.0,0.383350171038625,0.153725174569888,0.0,0.293606824657839,0.153725174569888,0.0,0.138553033705623,0.153725174569888,0.0,0.109664017955148,0.153725174569888,0.00065600717097509,0.0485895811358785,0.5,0.153725174569888,0.0051691911400601,0.0311975947131138,0,0.34318020905537,0.808516171718493 -10,0.5,0.153725174569888,0.0309077675844217,0.123525460665454,0.153725174569888,0.00189952441803377,0.146127780602931,0.153725174569888,0.0165685631323463,0.0876359244704854,0.153725174569888,0.0658446694762021,0.129781693332635,0.153725174569888,0.0144526429539592,0.472641056729849,0.153725174569888,0.035044592950067,0.318766877617774,0.153725174569888,0.0418472337162989,0.221594717621163,0.153725174569888,0.0578049385150692,0.19870286720845,0.5,0.153725174569888,0.0221884618364137,0.123443428241549,0.153725174569888,0.0652667950424903,0.0467120513886841,0.5,0.153725174569888,0.0073176202907245,0.0353407001598787,0.153725174569888,0.0414548297791323,0.0508524876083959,0.153725174569888,0.00132457529110062,0.295051128180838,0.153725174569888,0.0150331713825272,0.340608728728346,0.153725174569888,0.0353063855131872,0.120425289454015,0.153725174569888,0.0173960898886803,0.10689095687304,0.153725174569888,0.017735851803231,0.0460825484939477,0.5,0.153725174569888,0.0932112988506267,0.0258022199731087,0,0.287636640941129,0.973506951880225 -11,0.5,0.153725174569888,0.0746880199077616,0.112882127632718,0.153725174569888,0.0386000606667245,0.131542984199019,0.153725174569888,0.0566205486086433,0.0916405961168391,0.153725174569888,0.138556126765092,0.124341679253643,0.153725174569888,0.0361896326180603,0.528623186384601,0.153725174569888,0.185742019113861,0.280259146089391,0.153725174569888,0.182628363686394,0.211209617673642,0.153725174569888,0.205951010788943,0.226002483197153,0.5,0.153725174569888,0.0938213181757408,0.181604017907425,0.153725174569888,0.149073723875444,0.0291600554307895,0.5,0.153725174569888,0.0214152623077517,0.0273849875809465,0.153725174569888,0.110796688946658,0.0390538400475437,0.153725174569888,0.0186675396206304,0.225743744872927,0.153725174569888,0.0766443441678585,0.382300826300637,0.153725174569888,0.154778170092344,0.142521314697139,0.153725174569888,0.0455437636412394,0.125763780343886,0.153725174569888,0.0298877071438895,0.0453842656946882,0.5,0.153725174569888,0.17245257653432,0.0185025820320907,0,0.2378964039353,0.973653753191308 -12,0.5,0.153725174569888,0.0924717266929101,0.0935447604960094,0.153725174569888,0.253059563371697,0.157661436013003,0.153725174569888,0.117453202257541,0.0945458512355092,0.153725174569888,0.17326801121047,0.121103889092338,0.153725174569888,0.0662877370533511,0.492106454308509,0.153725174569888,0.323138281880268,0.357337374790632,0.153725174569888,0.331493553109112,0.227806513916941,0.153725174569888,0.333987722415615,0.313872088710371,0.5,0.153725174569888,0.133446754868324,0.319433524375668,0.153725174569888,0.238837856183565,0.0122894622848679,0.5,0.153725174569888,0.0358687783555562,0.0229362520834314,0.153725174569888,0.186973551571417,0.0321015320985277,0.153725174569888,0.137124435977292,0.227914809770039,0.153725174569888,0.110122287669745,0.4529532016286,0.153725174569888,0.243210983283583,0.214129819808476,0.153725174569888,0.1036605607892,0.175579749978373,0.153725174569888,0.0339885957461881,0.0383252035653139,0.5,0.153725174569888,0.232352834599662,0.0107976505957406,0,0.203901526049011,0.992735311671512 -13,0.5,0.153725174569888,0.0765158273095767,0.0812693571067827,0.153725174569888,0.34413642229385,0.174693937230477,0.153725174569888,0.126522846409425,0.0871619713170611,0.153725174569888,0.160096478142579,0.111143466053833,0.153725174569888,0.21094851655508,0.416568364928628,0.153725174569888,0.384895060179731,0.364941667305656,0.153725174569888,0.389764462086012,0.297897519413723,0.153725174569888,0.394860898044776,0.436265754998904,0.5,0.153725174569888,0.0851332740284432,0.42308435811844,0.153725174569888,0.291380034423138,0.00409078124326493,0.5,0.153725174569888,0.0483515739084864,0.0237958797552599,0.153725174569888,0.259462938603297,0.0294627643784625,0.153725174569888,0.26059034558881,0.242703629560701,0.153725174569888,0.106149647812328,0.491421631470496,0.153725174569888,0.290910573240636,0.22543998858415,0.153725174569888,0.19692900001626,0.248992611814668,0.153725174569888,0.0396738573080375,0.0333612170309623,0.5,0.153725174569888,0.278670202185207,0.00681503306844299,0,0.194311083626603,0.992355720178907 -14,0.5,0.153725174569888,0.0614335484627308,0.0721924565229647,0.153725174569888,0.329311170635107,0.167464001639116,0.153725174569888,0.117102608996865,0.0848619894229872,0.153725174569888,0.0984445433084562,0.100837229804715,0.153725174569888,0.327182946684457,0.292396778830282,0.153725174569888,0.377674450252026,0.36473508644586,0.153725174569888,0.379066792601884,0.335286394516686,0.153725174569888,0.348246001289195,0.570422889496464,0.5,0.153725174569888,0.0418764834479402,0.409511591482722,0.153725174569888,0.308309095655619,0.00236931312911176,0.5,0.153725174569888,0.0519527329738646,0.0303152548648703,0.153725174569888,0.284804932673295,0.0312302922296682,0.153725174569888,0.289267415005793,0.214298376875776,0.153725174569888,0.0833994194533548,0.479085224481325,0.153725174569888,0.307261804921105,0.189937701212043,0.153725174569888,0.201684411042937,0.337301061051764,0.153725174569888,0.0453927552207034,0.0337871676359657,0.5,0.153725174569888,0.282765631008767,0.00533158469312323,0,0.184313010487021,0.989046891202225 -15,0.5,0.153725174569888,0.0416238804616206,0.0639831065060284,0.153725174569888,0.142675207854376,0.186570837406237,0.153725174569888,0.101500441127382,0.0931164123676623,0.153725174569888,0.0452845067283443,0.0786909997537643,0.153725174569888,0.272603541516813,0.232809024288234,0.153725174569888,0.307169113367088,0.41028550126248,0.153725174569888,0.297109267610872,0.341519297180821,0.153725174569888,0.20332402424216,0.573705496235507,0.5,0.153725174569888,0.0192061912035975,0.364712326185732,0.153725174569888,0.279499099039088,0.00247973120794236,0.5,0.153725174569888,0.0449268405176326,0.0495202005014077,0.153725174569888,0.250709499366127,0.0395080346442924,0.153725174569888,0.219056076515533,0.206821574595112,0.153725174569888,0.0928639944159661,0.402751673857471,0.153725174569888,0.215574539951151,0.146108036956978,0.153725174569888,0.108461981439127,0.397206547916465,0.153725174569888,0.0364817312176713,0.0380928515702216,0.5,0.153725174569888,0.227467047591765,0.00744222947445537,0,0.164496145692391,0.983829369532609 -16,0.5,0.153725174569888,9.41577380962184e-05,0.0622466972971336,0.153725174569888,0.0,0.229977936747699,0.153725174569888,0.00059720814064839,0.12302760216696,0.153725174569888,0.0,0.0671033002169037,0.153725174569888,0.0399035440636258,0.272348194350286,0.153725174569888,0.090894415957475,0.535178715510893,0.153725174569888,0.073195027880884,0.399269902597328,0.153725174569888,0.0410232413265786,0.64009193033937,0.5,0.153725174569888,0.0129383846117442,0.375908367620288,0.153725174569888,0.112578638001867,0.00602134943756495,0.5,0.153725174569888,0.0236896874940431,0.0649656210189603,0.153725174569888,0.117857313230682,0.0605875773800707,0.153725174569888,0.0,0.288009989134803,0.153725174569888,0.0,0.345276287610671,0.153725174569888,0.000565385324411678,0.145081014837641,0.153725174569888,0.0102028564805247,0.354945867833503,0.153725174569888,0.0102255549177972,0.047927332795023,0.5,0.153725174569888,0.0487176897724484,0.00893884055277043,0,0.133570899320074,0.995684921086058 -17,0.5,0.153725174569888,0.0,0.0649783822216038,0.153725174569888,0.0,0.209100759249361,0.153725174569888,0.0,0.15379701074665,0.153725174569888,0.0,0.0634849456505147,0.153725174569888,0.0,0.398147329261138,0.153725174569888,0.0,0.621485900591687,0.153725174569888,0.0,0.527970650468645,0.153725174569888,0.0,0.66404754383846,0.5,0.153725174569888,0.0,0.391836460296496,0.153725174569888,0.0,0.0131943321307605,0.5,0.153725174569888,0.0,0.0948197706033047,0.153725174569888,0.0,0.100273887131973,0.153725174569888,0.0,0.360021514077043,0.153725174569888,0.0,0.345327350351501,0.153725174569888,0.0,0.196081760188971,0.153725174569888,0.0,0.330818700109154,0.153725174569888,0.0,0.0609340530913857,0.5,0.153725174569888,0.0,0.020366449067085,0,0.120520156406272,1.00044351815317 -18,0.5,0.153725174569888,0.0,0.0713660865635549,0.153725174569888,0.0,0.183807942424446,0.153725174569888,0.0,0.152845350354303,0.153725174569888,0.0,0.0603210140919318,0.153725174569888,0.0,0.527055531906801,0.153725174569888,0.0,0.653051781027086,0.153725174569888,0.0,0.656356351350372,0.153725174569888,0.0,0.727307315532226,0.5,0.153725174569888,0.0,0.452012872945829,0.153725174569888,0.0,0.0361357778373923,0.5,0.153725174569888,0.0,0.115883882061752,0.153725174569888,0.0,0.123255095487961,0.153725174569888,0.0,0.401848426095753,0.153725174569888,0.0,0.389049650254934,0.153725174569888,0.0,0.272619830354141,0.153725174569888,0.0,0.382350317150865,0.153725174569888,0.0,0.0748703656149055,0.5,0.153725174569888,0.0,0.0342513866564745,0,0.144782668851036,1.00438878132497 -19,0.5,0.153725174569888,0.0,0.0837396534757049,0.153725174569888,0.0,0.205743977905096,0.153725174569888,0.0,0.134049959994992,0.153725174569888,0.0,0.0613735384562656,0.153725174569888,0.0,0.605494264255469,0.153725174569888,0.0,0.736474786163493,0.153725174569888,0.0,0.732375203175478,0.153725174569888,0.0,0.815487436935822,0.5,0.153725174569888,0.0,0.504308328235585,0.153725174569888,0.0,0.0365324048974964,0.5,0.153725174569888,0.0,0.162886613443996,0.153725174569888,0.0,0.148376198242851,0.153725174569888,0.0,0.40325487914764,0.153725174569888,0.0,0.480918088837305,0.153725174569888,0.0,0.352237448428696,0.153725174569888,0.0,0.422079597782481,0.153725174569888,0.0,0.098523197995163,0.5,0.153725174569888,0.0,0.0548300810146874,0,0.141238280577544,1.00636261824398 -20,0.5,0.153725174569888,0.0,0.10392056360555,0.153725174569888,0.0,0.293400047827882,0.153725174569888,0.0,0.127859003569549,0.153725174569888,0.0,0.0763135344452684,0.153725174569888,0.0,0.634478674167898,0.153725174569888,0.0,0.866972157416695,0.153725174569888,0.0,0.786329936129726,0.153725174569888,0.0,0.886310763210177,0.5,0.153725174569888,0.0,0.556195006636338,0.153725174569888,0.0,0.0345665366984765,0.5,0.153725174569888,0.0,0.217350989026337,0.153725174569888,0.0,0.177938277679585,0.153725174569888,0.0,0.416266922609286,0.153725174569888,0.0,0.56074590089864,0.153725174569888,0.0,0.378631791042493,0.153725174569888,0.0,0.427520272694711,0.153725174569888,0.0,0.127997559223171,0.5,0.153725174569888,0.0,0.0493659518336476,0,0.161540919841489,1.00723185972626 -21,0.5,0.153725174569888,0.0,0.131497104993829,0.153725174569888,0.0,0.343971567608387,0.153725174569888,0.0,0.137803269495863,0.153725174569888,0.0,0.0902944066101476,0.153725174569888,0.0,0.673049342025219,0.153725174569888,0.0,0.961897016684326,0.153725174569888,0.0,0.877067439095021,0.153725174569888,0.0,0.921109459819243,0.5,0.153725174569888,0.0,0.615391562811637,0.153725174569888,0.0,0.0462479603225479,0.5,0.153725174569888,0.0,0.262913631688608,0.153725174569888,0.0,0.19961690997445,0.153725174569888,0.0,0.451338156083388,0.153725174569888,0.0,0.60590449875559,0.153725174569888,0.0,0.368457407299369,0.153725174569888,0.0,0.501586260166909,0.153725174569888,0.0,0.160405697877051,0.5,0.153725174569888,0.0,0.0473269446485067,0,0.195133728640996,1.00767578416004 -22,0.5,0.153725174569888,0.0,0.151358936113799,0.153725174569888,0.0,0.363542224802875,0.153725174569888,0.0,0.148495123531648,0.153725174569888,0.0,0.108267471851677,0.153725174569888,0.0,0.872717465495444,0.153725174569888,0.0,0.998552897215345,0.153725174569888,0.0,0.94163148475983,0.153725174569888,0.0,0.944337274153607,0.5,0.153725174569888,0.0,0.625246503033098,0.153725174569888,0.0,0.0509690156011042,0.5,0.153725174569888,0.0,0.279103120576813,0.153725174569888,0.0,0.19304600721006,0.153725174569888,0.0,0.456366020270928,0.153725174569888,0.0,0.621153661727613,0.153725174569888,0.0,0.397614701871141,0.153725174569888,0.0,0.588859793887358,0.153725174569888,0.0,0.18949789962327,0.5,0.153725174569888,0.0,0.050422826064732,0,0.256925976546113,1.00818570509403 -23,0.5,0.153725174569888,0.0,0.17361888008047,0.153725174569888,0.0,0.435079138827573,0.153725174569888,0.0,0.189334785762959,0.153725174569888,0.0,0.137554127845742,0.153725174569888,0.0,0.968184616223242,0.153725174569888,0.0,1.01673808548755,0.153725174569888,0.0,0.979016743506493,0.153725174569888,0.0,0.948871111741633,0.5,0.153725174569888,0.0,0.632314358049533,0.153725174569888,0.0,0.0596041185358162,0.5,0.153725174569888,0.0,0.297094508923704,0.153725174569888,0.0,0.186721727294995,0.153725174569888,0.0,0.495164545697443,0.153725174569888,0.0,0.71358609743346,0.153725174569888,0.0,0.469331401974828,0.153725174569888,0.0,0.675935457687325,0.153725174569888,0.0,0.217512993832182,0.5,0.153725174569888,0.0,0.0462331754977362,0,0.30059170701972,1.01000625303049 -24,0.5,0.153725174569888,0.0,0.208416021181033,0.153725174569888,0.0,0.572444587104105,0.153725174569888,0.0,0.211758262276733,0.153725174569888,0.0,0.171875413504366,0.153725174569888,0.0,1.00021582059199,0.153725174569888,0.0,1.02160282848417,0.153725174569888,0.0,1.01150554543253,0.153725174569888,0.0,0.951262089285559,0.5,0.153725174569888,0.0,0.660225197466551,0.153725174569888,0.0,0.0786384900338546,0.5,0.153725174569888,0.0,0.257453231241867,0.153725174569888,0.0,0.18638601383397,0.153725174569888,0.0,0.596199273977778,0.153725174569888,0.0,0.809671581997961,0.153725174569888,0.0,0.533024179481378,0.153725174569888,0.0,0.713652872618498,0.153725174569888,0.0,0.217824468428727,0.5,0.153725174569888,0.0,0.0509168566208648,0,0.361813761430176,1.01098350795338 -25,0.5,0.153725174569888,0.0,0.246879869686961,0.153725174569888,0.0,0.541268265343114,0.153725174569888,0.0,0.218171964599028,0.153725174569888,0.0,0.190253275101487,0.153725174569888,0.0,1.01464253120247,0.153725174569888,0.0,1.02149047831139,0.153725174569888,0.0,1.01158684699355,0.153725174569888,0.0,0.948854924022837,0.5,0.153725174569888,0.0,0.675911316928258,0.153725174569888,0.0,0.0751004685359027,0.5,0.153725174569888,0.0,0.235926764673364,0.153725174569888,0.0,0.155793347676546,0.153725174569888,0.0,0.691670343437708,0.153725174569888,0.0,0.906366802425432,0.153725174569888,0.0,0.636151746905642,0.153725174569888,0.0,0.754701995553765,0.153725174569888,0.0,0.201956045414369,0.5,0.153725174569888,0.0,0.046380078335734,0,0.51626391186021,1.01132037497349 -26,0.5,0.153725174569888,0.0,0.277572283552509,0.153725174569888,0.0,0.5913005582833,0.153725174569888,0.0,0.229484824017162,0.153725174569888,0.0,0.200852441245657,0.153725174569888,0.0,1.02105914492127,0.153725174569888,0.0,1.02029384452785,0.153725174569888,0.0,1.01077713242264,0.153725174569888,0.0,0.960381542730564,0.5,0.153725174569888,0.0,0.716536553760938,0.153725174569888,0.0,0.0755478528455145,0.5,0.153725174569888,0.0,0.213982754252387,0.153725174569888,0.0,0.138619950430781,0.153725174569888,0.0,0.772983368426799,0.153725174569888,0.0,0.958700086189232,0.153725174569888,0.0,0.71509284363846,0.153725174569888,0.0,0.72450031214868,0.153725174569888,0.0,0.199003420137265,0.5,0.153725174569888,0.0,0.0437185867637982,0,0.662187344954152,0.201765647829001 -27,0.5,0.153725174569888,0.0,0.299779678116839,0.153725174569888,0.0,0.739629673421582,0.153725174569888,0.0,0.245264148631111,0.153725174569888,0.0,0.214814638085001,0.153725174569888,0.0,1.02149046247854,0.153725174569888,0.0,1.01652946980886,0.153725174569888,0.0,1.02084801045525,0.153725174569888,0.0,0.952422598586598,0.5,0.153725174569888,0.0,0.768229264823809,0.153725174569888,0.0,0.0767511339143376,0.5,0.153725174569888,0.0,0.165522944616645,0.153725174569888,0.0,0.120651384185597,0.153725174569888,0.0,0.888794368807947,0.153725174569888,0.0,0.975008361625994,0.153725174569888,0.0,0.780871342301696,0.153725174569888,0.0,0.763348038706394,0.153725174569888,0.0,0.162925668780116,0.5,0.153725174569888,0.0,0.051822654929142,0,0.719518478409398,1.01130214734032 -28,0.5,0.153725174569888,0.0,0.326407407370957,0.153725174569888,0.0,0.881712157946589,0.153725174569888,0.0,0.250461545351388,0.153725174569888,0.0,0.228298967457838,0.153725174569888,0.0,1.02038045915707,0.153725174569888,0.0,0.978590143364482,0.153725174569888,0.0,1.02161563970201,0.153725174569888,0.0,0.894482282972468,0.5,0.153725174569888,0.0,0.817970052826155,0.153725174569888,0.0,0.0628938352923871,0.5,0.153725174569888,0.0,0.134049446154772,0.153725174569888,0.0,0.10796592516315,0.153725174569888,0.0,0.93418201222323,0.153725174569888,0.0,0.974893889105218,0.153725174569888,0.0,0.8563655072925,0.153725174569888,0.0,0.862553102692371,0.153725174569888,0.0,0.127821390000118,0.5,0.153725174569888,0.0,0.0563662930354023,0,0.769178102141981,1.01105856270053 -29,0.5,0.153725174569888,0.0,0.347819616323869,0.153725174569888,0.0,0.91120310848436,0.153725174569888,0.0,0.254836944107943,0.153725174569888,0.0,0.240111070324989,0.153725174569888,0.0,0.996332804635647,0.153725174569888,0.0,0.908855590814104,0.153725174569888,0.0,1.01733992544669,0.153725174569888,0.0,0.794860287749632,0.5,0.153725174569888,0.0,0.846570530440299,0.153725174569888,0.0,0.0471151662366211,0.5,0.153725174569888,0.0,0.136599885240826,0.153725174569888,0.0,0.114618476689754,0.153725174569888,0.0,0.948582357979862,0.153725174569888,0.0,0.961309462198443,0.153725174569888,0.0,0.909981989008496,0.153725174569888,0.0,0.900898773626817,0.153725174569888,0.0,0.0993181428810977,0.5,0.153725174569888,0.0,0.0338817901178076,0,0.829131376301992,1.01062683485676 -30,0.5,0.153725174569888,0.0,0.369730915330703,0.153725174569888,0.0,0.92079101495126,0.153725174569888,0.0,0.281923342360443,0.153725174569888,0.0,0.240286498789774,0.153725174569888,0.0,0.947489228542528,0.153725174569888,0.0,0.797437818645053,0.153725174569888,0.0,0.987440271043544,0.153725174569888,0.0,0.656094777521138,0.5,0.153725174569888,0.0,0.828782434761557,0.153725174569888,0.0,0.0436498852951623,0.5,0.153725174569888,0.0,0.142011197340497,0.153725174569888,0.0,0.150832678228458,0.153725174569888,0.0,0.955581311365757,0.153725174569888,0.0,0.931262303957193,0.153725174569888,0.0,0.931926470125001,0.153725174569888,0.0,0.913473511488034,0.153725174569888,0.0,0.0947012748216838,0.5,0.153725174569888,0.0,0.0153441457024647,0,0.840952432695065,1.01015877218263 -31,0.5,0.153725174569888,0.0,0.396780895730797,0.153725174569888,0.0,0.916803776697212,0.153725174569888,0.0,0.337834391385446,0.153725174569888,0.0,0.233660947346915,0.153725174569888,0.0,0.876448507248695,0.153725174569888,0.0,0.686375023578508,0.153725174569888,0.0,0.93250429358724,0.153725174569888,0.0,0.511166823585498,0.5,0.153725174569888,0.0,0.804951292186727,0.153725174569888,0.0,0.0400812922878015,0.5,0.153725174569888,0.0,0.181849097258503,0.153725174569888,0.0,0.243826348095921,0.153725174569888,0.0,0.944276290386666,0.153725174569888,0.0,0.866923870018374,0.153725174569888,0.0,0.91490306645128,0.153725174569888,0.0,0.910169675989832,0.153725174569888,0.0,0.106455014132607,0.5,0.153725174569888,0.0,0.0162115256599198,0,0.836427810058197,1.00915766488434 -32,0.5,0.153725174569888,0.0,0.416975955115701,0.153725174569888,0.0,0.874607916163483,0.153725174569888,0.0,0.365070896260102,0.153725174569888,0.0,0.22631713950722,0.153725174569888,0.0,0.790405814638721,0.153725174569888,0.0,0.577531019669701,0.153725174569888,0.0,0.845549651989313,0.153725174569888,0.0,0.453214273674319,0.5,0.153725174569888,0.0,0.714499985792943,0.153725174569888,0.0,0.0226562434037141,0.5,0.153725174569888,0.0,0.477830118234801,0.153725174569888,0.0,0.306127495755621,0.153725174569888,0.0,0.910077204288513,0.153725174569888,0.0,0.799280945232036,0.153725174569888,0.0,0.886560017960379,0.153725174569888,0.0,0.866447168860839,0.153725174569888,0.0,0.151390051203495,0.5,0.153725174569888,0.0,0.0159689830408005,0,0.838363881504986,1.00704159336385 -33,0.5,0.153725174569888,1.6476967426686e-05,0.428516064384025,0.153725174569888,0.0,0.801486588137946,0.153725174569888,1.56404169997363e-05,0.3726294668834,0.153725174569888,0.00080710249834267,0.229923717791325,0.153725174569888,0.0,0.721583232548476,0.153725174569888,0.0,0.510216659638913,0.153725174569888,0.0,0.791951893935132,0.153725174569888,0.0,0.309806509526132,0.5,0.153725174569888,0.0,0.630860724966772,0.153725174569888,0.00181608514670164,0.0197432486902272,0.5,0.153725174569888,0.0,0.835797735784706,0.153725174569888,0.000388355092314888,0.336981399829905,0.153725174569888,0.0,0.854050100575244,0.153725174569888,0.0,0.736723860021168,0.153725174569888,0.0,0.83977206392403,0.153725174569888,0.0,0.802886308962155,0.153725174569888,0.000915709439425659,0.261620219632106,0.5,0.153725174569888,0.00463755600527048,0.00421578309946741,0,0.828409785218282,1.00662430633401 -34,0.5,0.153725174569888,0.0143592849540079,0.440985991730708,0.153725174569888,0.00114781224679648,0.67582525839305,0.153725174569888,0.0119741099118787,0.377835857549887,0.153725174569888,0.0337414548695853,0.211453823148847,0.153725174569888,0.00197947480492412,0.628691490279357,0.153725174569888,0.000824502077717479,0.345226206430184,0.153725174569888,0.00537732498210689,0.612849121513301,0.153725174569888,0.00190403715171168,0.247334104627984,0.5,0.153725174569888,0.00450721429018337,0.59232594741256,0.153725174569888,0.0404061112970989,0.0178744371882734,0.5,0.153725174569888,0.00854292400174463,0.846605280439365,0.153725174569888,0.0190871700917883,0.342225320541823,0.153725174569888,0.00084655830923277,0.786329976077525,0.153725174569888,0.00145762256631422,0.694363023573614,0.153725174569888,0.00426165431631046,0.75148098965754,0.153725174569888,0.00296522775262218,0.740373695280088,0.153725174569888,0.0337229173702884,0.288763413413253,0.5,0.153725174569888,0.0816198262522888,0.00293438001155993,0,0.814458489656496,1.00310539097078 -35,0.5,0.153725174569888,0.0409329808858833,0.421771187445907,0.153725174569888,0.00527160380596043,0.52129106397672,0.153725174569888,0.0449636260438209,0.464311914623208,0.153725174569888,0.0727250753177222,0.189461544952466,0.153725174569888,0.00390441202325715,0.419750492554166,0.153725174569888,0.0024384659005522,0.263128369407839,0.153725174569888,0.029552110862071,0.540843130386704,0.153725174569888,0.00611315383770202,0.235287566774543,0.5,0.153725174569888,0.0218353125060967,0.569418682930799,0.153725174569888,0.0813621504853959,0.025106829009815,0.5,0.153725174569888,0.0464563971731282,0.747869761961828,0.153725174569888,0.0478914113358172,0.430745912492888,0.153725174569888,0.00406469931144562,0.710215219993773,0.153725174569888,0.003833715352912,0.553915309261191,0.153725174569888,0.021646361024118,0.580100212549117,0.153725174569888,0.0128880925734974,0.70302693848305,0.153725174569888,0.0697175081233195,0.280063222940545,0.5,0.153725174569888,0.17291955160418,0.00571891054451288,0,0.801469024618756,1.00195224502665 -36,0.5,0.153725174569888,0.05735091092378,0.377628883692015,0.153725174569888,0.0120720472186359,0.332722220652861,0.153725174569888,0.0729351613762458,0.573986888143179,0.153725174569888,0.120950709920534,0.191081367680047,0.153725174569888,0.00450282123750435,0.316087881555839,0.153725174569888,0.0125390620215161,0.256990487698445,0.153725174569888,0.0166559737714975,0.398519200215326,0.153725174569888,0.0173002343620708,0.227825426579932,0.5,0.153725174569888,0.0359282203494455,0.503151453274993,0.153725174569888,0.100296786420317,0.0294220137909563,0.5,0.153725174569888,0.125328035172483,0.617924943171321,0.153725174569888,0.0827131595096273,0.527403212473289,0.153725174569888,0.00603634069519044,0.572998948733969,0.153725174569888,0.0045066102387572,0.397551632529654,0.153725174569888,0.0379710644554844,0.524517634593661,0.153725174569888,0.0174771103565598,0.596867067392576,0.153725174569888,0.0955132690756206,0.260942709124839,0.5,0.153725174569888,0.221249587620787,0.0118735288449381,0,0.777762228316003,1.00300688987417 -37,0.5,0.153725174569888,0.0560403375928504,0.324723494222822,0.153725174569888,0.01895075169792,0.284519533347029,0.153725174569888,0.0695430988927058,0.554540630938668,0.153725174569888,0.134558628993883,0.26251195518321,0.153725174569888,0.0171652515823399,0.358154890771365,0.153725174569888,0.0332102888151265,0.27763897141124,0.153725174569888,0.0110702568821072,0.263346693284949,0.153725174569888,0.0347277569310629,0.162329313084006,0.5,0.153725174569888,0.0198785755400718,0.379017400438231,0.153725174569888,0.0880267898911331,0.0498401556912868,0.5,0.153725174569888,0.137171250191769,0.57621769598114,0.153725174569888,0.115337635869972,0.593576946077055,0.153725174569888,0.0059247655381722,0.426228823999894,0.153725174569888,0.0152416734969517,0.357978016657407,0.153725174569888,0.0249595400964094,0.411619879440833,0.153725174569888,0.0160068375509282,0.521440696038216,0.153725174569888,0.0963468332881162,0.245244302717293,0.5,0.153725174569888,0.209972427452237,0.0211101279877756,0,0.732083594802628,1.00283491416825 -38,0.5,0.153725174569888,0.0400458670413649,0.27612440860647,0.153725174569888,0.00294994529304934,0.207422883151497,0.153725174569888,0.069504888363101,0.446363002996308,0.153725174569888,0.10678630716661,0.223220125100207,0.153725174569888,0.0161147847968834,0.295665438580812,0.153725174569888,0.0299696224886317,0.244299164063628,0.153725174569888,0.0130812212739744,0.240805960734269,0.153725174569888,0.0450970250686972,0.126734664208001,0.5,0.153725174569888,0.0174263118198003,0.329255245944712,0.153725174569888,0.100944073615519,0.0785506197069519,0.5,0.153725174569888,0.0666814590319441,0.568236575495518,0.153725174569888,0.111827050597065,0.546803413318739,0.153725174569888,0.00860669298990092,0.343758689464702,0.153725174569888,0.0197415919076926,0.304230061121215,0.153725174569888,0.0134205979999928,0.259971898616335,0.153725174569888,0.00582795010194218,0.441006775264748,0.153725174569888,0.0840555072331392,0.274806456205946,0.5,0.153725174569888,0.169081532572303,0.0309314594345388,0,0.658387801513104,0.984488705770186 -39,0.5,0.153725174569888,0.0188057653574664,0.212035017055022,0.153725174569888,0.00242621810117422,0.140657632635741,0.153725174569888,0.0385315738822668,0.329474825142808,0.153725174569888,0.0549651088828799,0.190157673084558,0.153725174569888,0.0267958227519833,0.227677933045249,0.153725174569888,0.0551290564418852,0.189178150066834,0.153725174569888,0.00966601909695234,0.223154146082583,0.153725174569888,0.0264834621755666,0.123326038907417,0.5,0.153725174569888,0.0102642389123959,0.361798623526709,0.153725174569888,0.0714053913074203,0.121878172426868,0.5,0.153725174569888,0.0201508858936478,0.646125098613689,0.153725174569888,0.0389268282344782,0.470173840332917,0.153725174569888,0.0117671493128929,0.268412425598105,0.153725174569888,0.0305467818253547,0.214682602522638,0.153725174569888,0.00576555774946762,0.1875034320816,0.153725174569888,0.00652525509848204,0.37052688243716,0.153725174569888,0.0359102077025364,0.328353516850517,0.5,0.153725174569888,0.0895783377991991,0.0400537911593165,0,0.554082441031125,0.902601444846452 -40,0.5,0.153725174569888,0.000169646994295702,0.163515508438608,0.153725174569888,0.0,0.115029328058481,0.153725174569888,0.000291819903723296,0.308655285099804,0.153725174569888,0.0,0.199705941510389,0.153725174569888,0.0287379760325305,0.237990619525142,0.153725174569888,0.078328102292128,0.209761001216545,0.153725174569888,0.00480259040173915,0.190488564488724,0.153725174569888,0.00605869479918116,0.149623488089136,0.5,0.153725174569888,0.00554280854543788,0.325802313497501,0.153725174569888,0.0191884215123746,0.167506431681514,0.5,0.153725174569888,0.00454690719584614,0.723932185999433,0.153725174569888,0.0112068480756076,0.405504108174795,0.153725174569888,0.000183402432798543,0.222665790330475,0.153725174569888,0.0,0.198568793453143,0.153725174569888,0.000359432002684735,0.178880952992456,0.153725174569888,0.0032413813705424,0.237387491717829,0.153725174569888,0.00375378584642837,0.369452373138347,0.5,0.153725174569888,0.018186152454732,0.0757916806379993,0,0.368535321343806,0.840195144742099 -41,0.5,0.153725174569888,0.0,0.13413488353684,0.153725174569888,0.0,0.0999954249664706,0.153725174569888,0.0,0.3039232880774,0.153725174569888,0.0,0.221091527114827,0.153725174569888,0.0,0.27396823467245,0.153725174569888,0.0,0.263056174201024,0.153725174569888,0.0,0.145982690953928,0.153725174569888,0.0,0.169366309531227,0.5,0.153725174569888,0.0,0.308841845201042,0.153725174569888,0.0,0.219400324624987,0.5,0.153725174569888,0.0,0.670944388240884,0.153725174569888,7.44760297637548e-07,0.26356421094438,0.153725174569888,0.0,0.208337915553853,0.153725174569888,0.0,0.226104568745091,0.153725174569888,0.0,0.177435638272705,0.153725174569888,0.0,0.13338411766612,0.153725174569888,0.0,0.364376488413861,0.5,0.153725174569888,0.0,0.108197196519149,0,0.278479009841556,0.841344236741243 -42,0.5,0.153725174569888,0.0,0.116359516935855,0.153725174569888,0.0,0.0726971172896189,0.153725174569888,0.0,0.272268240152053,0.153725174569888,0.0,0.215051485770581,0.153725174569888,0.0,0.294527608636767,0.153725174569888,0.0,0.305134172587602,0.153725174569888,0.0,0.155950685397295,0.153725174569888,0.0,0.161417276168658,0.5,0.153725174569888,0.0,0.307155506268448,0.153725174569888,0.0,0.144040721119329,0.5,0.153725174569888,0.0,0.651287398320467,0.153725174569888,0.0,0.153568589366493,0.153725174569888,0.0,0.163850509656519,0.153725174569888,0.0,0.24203489634655,0.153725174569888,0.0,0.141548684962453,0.153725174569888,0.0,0.0915242805850267,0.153725174569888,0.0,0.281227524426856,0.5,0.153725174569888,0.0,0.145439917338134,0,0.213817455988858,0.775292450336864 -43,0.5,0.153725174569888,0.0,0.0958466519697298,0.153725174569888,0.0,0.0553556771850605,0.153725174569888,0.0,0.200015771111255,0.153725174569888,0.0,0.220374353150402,0.153725174569888,0.0,0.31685667158182,0.153725174569888,0.0,0.320846570142299,0.153725174569888,0.0,0.224498124063539,0.153725174569888,0.0,0.16409844023767,0.5,0.153725174569888,0.0,0.236748600870912,0.153725174569888,0.0,0.0831330300839576,0.5,0.153725174569888,0.0,0.597437101671316,0.153725174569888,0.0,0.102837584609735,0.153725174569888,0.0,0.132699712022931,0.153725174569888,0.0,0.252292037813137,0.153725174569888,0.0,0.0972765548399166,0.153725174569888,0.0,0.149689301164363,0.153725174569888,0.0,0.288994966206778,0.5,0.153725174569888,0.0,0.150952636636416,0,0.147705453239638,0.694881713474574 -44,0.5,0.153725174569888,0.0,0.0756205672369141,0.153725174569888,0.0,0.0811157396671375,0.153725174569888,0.0,0.147680490290187,0.153725174569888,0.0,0.221705252206587,0.153725174569888,0.0,0.344265263740672,0.153725174569888,0.0,0.297186420488224,0.153725174569888,0.0,0.252475493501452,0.153725174569888,0.0,0.150039503686492,0.5,0.153725174569888,0.0,0.155213504203292,0.153725174569888,0.0,0.0448435999054191,0.5,0.153725174569888,0.0,0.389262630702224,0.153725174569888,0.0,0.075352869622809,0.153725174569888,0.0,0.146124726263139,0.153725174569888,0.0,0.25942698015753,0.153725174569888,0.0,0.113824138456494,0.153725174569888,0.0,0.248871302924172,0.153725174569888,0.0,0.264773227416543,0.5,0.153725174569888,0.0,0.102748717621587,0,0.0825933890600128,0.631610952041829 -45,0.5,0.153725174569888,0.0,0.0622411050726273,0.153725174569888,0.0,0.113845009660288,0.153725174569888,0.0,0.133163733837305,0.153725174569888,0.0,0.194140369027789,0.153725174569888,0.0,0.327509248702788,0.153725174569888,0.0,0.232160419660714,0.153725174569888,0.0,0.205161598291906,0.153725174569888,0.0,0.105297063429411,0.5,0.153725174569888,0.0,0.099049755359167,0.153725174569888,0.0,0.0215007392811419,0.5,0.153725174569888,0.0,0.200564394907193,0.153725174569888,0.0,0.0618693852688804,0.153725174569888,0.0,0.16280074516781,0.153725174569888,0.0,0.26650612077988,0.153725174569888,0.0,0.147621280066129,0.153725174569888,0.0,0.213717660192045,0.153725174569888,0.0,0.172438104326692,0.5,0.153725174569888,0.0,0.0584609351197138,0,0.0499702137414624,0.505963873293581 -46,0.5,0.153725174569888,0.0,0.0606892673792826,0.153725174569888,0.0,0.126482211032042,0.153725174569888,0.0,0.105347188476851,0.153725174569888,0.0,0.166725628035125,0.153725174569888,0.0,0.247340806714585,0.153725174569888,0.0,0.217926354160353,0.153725174569888,0.0,0.158014182790051,0.153725174569888,0.0,0.0944408922131373,0.5,0.153725174569888,0.0,0.101818434033892,0.153725174569888,0.0,0.0137516750455783,0.5,0.153725174569888,0.0,0.133075069920405,0.153725174569888,0.0,0.0719788602706259,0.153725174569888,0.0,0.171674912641649,0.153725174569888,0.0,0.245153313312167,0.153725174569888,0.0,0.152372638464963,0.153725174569888,0.0,0.126256743163883,0.153725174569888,0.0,0.118069817000199,0.5,0.153725174569888,0.0,0.0354611951324953,0,0.0344858161963184,0.562440809198361 -47,0.5,0.153725174569888,0.0,0.058589610466178,0.153725174569888,0.0,0.123458357370573,0.153725174569888,0.0,0.0952097482963115,0.153725174569888,0.0,0.130872176583821,0.153725174569888,0.0,0.23981751941801,0.153725174569888,0.0,0.231285121558498,0.153725174569888,0.0,0.187296195563513,0.153725174569888,0.0,0.0950052427565275,0.5,0.153725174569888,0.0,0.088071513713452,0.153725174569888,0.0,0.0146573555902904,0.5,0.153725174569888,0.0,0.0895713959493634,0.153725174569888,0.0,0.0789175551577711,0.153725174569888,0.0,0.160684875078106,0.153725174569888,0.0,0.21311831685468,0.153725174569888,0.0,0.133098200035429,0.153725174569888,0.0,0.101000831453197,0.153725174569888,0.0,0.0998759836673667,0.5,0.153725174569888,0.0,0.0324614978049601,0,0.0281824997884332,0.783713277253875 -48,0.5,0.153725174569888,0.0,0.0604052945692315,0.153725174569888,0.0,0.091122691214732,0.153725174569888,0.0,0.0953043018780153,0.153725174569888,0.0,0.110328466749857,0.153725174569888,0.0,0.262442282864914,0.153725174569888,0.0,0.251879958932109,0.153725174569888,0.0,0.198358223249259,0.153725174569888,0.0,0.132275823321213,0.5,0.153725174569888,0.0,0.112186124263327,0.153725174569888,0.0,0.0193778842105945,0.5,0.153725174569888,0.0,0.0698568133210068,0.153725174569888,0.0,0.0742739090787552,0.153725174569888,0.0,0.151935491157492,0.153725174569888,0.0,0.22828143059613,0.153725174569888,0.0,0.109440347759843,0.153725174569888,0.0,0.132208689920867,0.153725174569888,0.0,0.0776905247318861,0.5,0.153725174569888,0.0,0.0285646728680278,0,0.0303138699989623,0.812097177836819 -49,0.5,0.153725174569888,0.0,0.0598884794136106,0.153725174569888,0.0,0.11072488299116,0.153725174569888,0.0,0.108385847199323,0.153725174569888,0.0,0.101126127957304,0.153725174569888,0.0,0.276235899430423,0.153725174569888,0.0,0.308162799799262,0.153725174569888,0.0,0.214209523407099,0.153725174569888,0.0,0.163175300699073,0.5,0.153725174569888,0.0,0.126902850960487,0.153725174569888,0.0,0.0195147311486477,0.5,0.153725174569888,0.0,0.0898602484008353,0.153725174569888,0.0,0.0700890969339484,0.153725174569888,0.0,0.180632775674304,0.153725174569888,0.0,0.226641856506856,0.153725174569888,0.0,0.136057810462694,0.153725174569888,0.0,0.133233221594965,0.153725174569888,0.0,0.0682974828895448,0.5,0.153725174569888,0.0,0.025410014897849,0,0.0439593817034057,0.882449291619299 -50,0.5,0.153725174569888,0.0,0.0624106622589306,0.153725174569888,0.0,0.0982168926186369,0.153725174569888,0.0,0.111286362819182,0.153725174569888,0.0,0.114614995740255,0.153725174569888,0.0,0.365574528396668,0.153725174569888,0.0,0.303897747769403,0.153725174569888,0.0,0.226807670678982,0.153725174569888,0.0,0.208873967131703,0.5,0.153725174569888,0.0,0.120199303647244,0.153725174569888,0.0,0.0165501453028652,0.5,0.153725174569888,0.0,0.0858022298209576,0.153725174569888,0.0,0.0725242302477052,0.153725174569888,0.0,0.166544883256939,0.153725174569888,0.0,0.283041460274482,0.153725174569888,0.0,0.138983466065877,0.153725174569888,0.0,0.153042136488643,0.153725174569888,0.0,0.0658547119727686,0.5,0.153725174569888,0.0,0.0233104497416678,0,0.0553341922759379,0.932574057646668 -51,0.5,0.153725174569888,0.0,0.0668271116094751,0.153725174569888,0.0,0.153227908657019,0.153725174569888,0.0,0.123438358504678,0.153725174569888,0.0,0.122668950869578,0.153725174569888,0.0,0.37188376095181,0.153725174569888,0.0,0.370477194274497,0.153725174569888,0.0,0.221532658957816,0.153725174569888,0.0,0.287670755568609,0.5,0.153725174569888,0.0,0.120028195426896,0.153725174569888,0.0,0.0153549415530785,0.5,0.153725174569888,0.0,0.074339955982972,0.153725174569888,0.0,0.0882594570857613,0.153725174569888,0.0,0.207521768714001,0.153725174569888,0.0,0.329633840681294,0.153725174569888,0.0,0.171369997088451,0.153725174569888,0.0,0.169403062211366,0.153725174569888,0.0,0.0528819363812376,0.5,0.153725174569888,0.0,0.0227357994575416,0,0.0843453362859924,0.975230155254005 -52,0.5,0.153725174569888,0.0,0.069434135182116,0.153725174569888,0.0,0.162476366499184,0.153725174569888,0.0,0.155640930564045,0.153725174569888,0.0,0.119792499881239,0.153725174569888,0.0,0.384698699600826,0.153725174569888,0.0,0.48783492545346,0.153725174569888,0.0,0.308908097976179,0.153725174569888,0.0,0.368340322126858,0.5,0.153725174569888,0.0,0.109327159355549,0.153725174569888,0.0,0.0301384000218314,0.5,0.153725174569888,0.0,0.0854643672527829,0.153725174569888,0.0,0.101090335419585,0.153725174569888,0.0,0.220312464692331,0.153725174569888,0.0,0.366640899505573,0.153725174569888,0.0,0.178843282327566,0.153725174569888,0.0,0.185739445327244,0.153725174569888,0.0,0.0553025118083891,0.5,0.153725174569888,0.0,0.0210446873806934,0,0.0881401804279219,0.990828473028457 -53,0.5,0.153725174569888,0.0,0.0750337027276618,0.153725174569888,0.0,0.176008491285562,0.153725174569888,0.0,0.124169576955528,0.153725174569888,0.0,0.129607298167492,0.153725174569888,0.0,0.46992480870219,0.153725174569888,0.0,0.619175818527336,0.153725174569888,0.0,0.415312799941656,0.153725174569888,0.0,0.41877439181658,0.5,0.153725174569888,0.0,0.117961582611368,0.153725174569888,0.0,0.0460867357591002,0.5,0.153725174569888,0.0,0.0772212364520437,0.153725174569888,0.0,0.104850011643156,0.153725174569888,0.0,0.26115861283734,0.153725174569888,0.0,0.422349843750242,0.153725174569888,0.0,0.175157536981655,0.153725174569888,0.0,0.233906261534631,0.153725174569888,0.0,0.0597687373597294,0.5,0.153725174569888,0.0,0.0294070184039471,0,0.100028314010566,1.00582511186838 -54,0.5,0.153725174569888,0.0,0.0797784494271566,0.153725174569888,0.0,0.175901304070206,0.153725174569888,0.0,0.122830207866115,0.153725174569888,0.0,0.113579504685562,0.153725174569888,0.0,0.578092828350185,0.153725174569888,0.0,0.757796886549914,0.153725174569888,0.0,0.552272616503134,0.153725174569888,0.0,0.477423341315794,0.5,0.153725174569888,0.0,0.168884955104049,0.153725174569888,0.0,0.0541522703863348,0.5,0.153725174569888,0.0,0.103449069264421,0.153725174569888,0.0,0.126756940716393,0.153725174569888,0.0,0.290640598900584,0.153725174569888,0.0,0.45799154055103,0.153725174569888,0.0,0.211608612349536,0.153725174569888,0.0,0.294061697527438,0.153725174569888,0.0,0.0713148020910365,0.5,0.153725174569888,0.0,0.0395399259666979,0,0.151885941600258,1.00683437402425 -55,0.5,0.153725174569888,0.0,0.0848487274355871,0.153725174569888,0.0,0.174818393541002,0.153725174569888,0.0,0.133961005851846,0.153725174569888,0.0,0.0960238245885482,0.153725174569888,0.0,0.704732078135659,0.153725174569888,0.0,0.795507140490789,0.153725174569888,0.0,0.667485090985621,0.153725174569888,0.0,0.543727817199247,0.5,0.153725174569888,0.0,0.234612302902241,0.153725174569888,0.0,0.0576855215178449,0.5,0.153725174569888,0.0,0.12695611043761,0.153725174569888,0.0,0.13909836443883,0.153725174569888,0.0,0.312138621418832,0.153725174569888,0.0,0.526572003424596,0.153725174569888,0.0,0.293523648541489,0.153725174569888,0.0,0.290967762929533,0.153725174569888,0.0,0.0828723734738918,0.5,0.153725174569888,0.0,0.0404881750841144,0,0.164532558256242,1.0079634735394 -56,0.5,0.153725174569888,0.0,0.0953814719341632,0.153725174569888,0.0,0.249013145461039,0.153725174569888,0.0,0.1401189711465,0.153725174569888,0.0,0.0950770607207362,0.153725174569888,0.0,0.770244348752923,0.153725174569888,0.0,0.771486929935234,0.153725174569888,0.0,0.736177995590285,0.153725174569888,0.0,0.559111894257619,0.5,0.153725174569888,0.0,0.300708466276441,0.153725174569888,0.0,0.0602567580896897,0.5,0.153725174569888,0.0,0.148512762142808,0.153725174569888,0.0,0.151510294108548,0.153725174569888,0.0,0.35407491128024,0.153725174569888,0.0,0.613177561740589,0.153725174569888,0.0,0.367508160415193,0.153725174569888,0.0,0.323757161784204,0.153725174569888,0.0,0.0951184960973997,0.5,0.153725174569888,0.0,0.0422532868357921,0,0.176493558436236,1.0086664057392 -57,0.5,0.153725174569888,2.32879214434582e-05,0.114326048067569,0.153725174569888,0.0,0.36731846101996,0.153725174569888,4.76077948916542e-05,0.158586584207868,0.153725174569888,0.00163919319173531,0.101160873404613,0.153725174569888,0.0,0.775872025111658,0.153725174569888,0.0,0.723475796725755,0.153725174569888,0.0,0.77619528245915,0.153725174569888,0.0,0.50453634204513,0.5,0.153725174569888,0.0,0.3505540559276,0.153725174569888,0.00274104776133503,0.0770722589476566,0.5,0.153725174569888,0.0,0.180672934947971,0.153725174569888,0.000686067222008872,0.162685563110353,0.153725174569888,0.0,0.456694021455242,0.153725174569888,0.0,0.670877579655065,0.153725174569888,0.0,0.409679734741542,0.153725174569888,0.0,0.390362487753432,0.153725174569888,0.00102223837076356,0.116604087417471,0.5,0.153725174569888,0.00498515197267063,0.0441776734803291,0,0.146129394228159,1.00912967043172 -58,0.5,0.153725174569888,0.0451172844650826,0.140314217291629,0.153725174569888,0.0137687563539251,0.450344021619933,0.153725174569888,0.0434186138178623,0.175163490429061,0.153725174569888,0.095816339669594,0.107937760572185,0.153725174569888,0.00166478419219563,0.803495435478347,0.153725174569888,0.000786742263840338,0.630533130594295,0.153725174569888,0.00571448428515824,0.799434179536022,0.153725174569888,0.00540352142370165,0.438477344379905,0.5,0.153725174569888,0.0100169565617316,0.358535073564187,0.153725174569888,0.0802784937595741,0.0908341434483837,0.5,0.153725174569888,0.0239447913024416,0.194483348889691,0.153725174569888,0.0352405897551532,0.160646015914361,0.153725174569888,0.00873323320033994,0.564274949505465,0.153725174569888,0.0030722668490397,0.70501497043947,0.153725174569888,0.0139496339489982,0.436019669810477,0.153725174569888,0.0186766461639498,0.423176061797434,0.153725174569888,0.0486820200188593,0.140204004475472,0.5,0.153725174569888,0.0853658912734799,0.0531231293426755,0,0.183764540856896,1.00944495571337 -59,0.5,0.153725174569888,0.135099908907105,0.164973499568363,0.153725174569888,0.0383997557804685,0.514703793667994,0.153725174569888,0.0867135809462524,0.207310738805908,0.153725174569888,0.208307456910844,0.120815258005028,0.153725174569888,0.00417351051897478,0.777368495616462,0.153725174569888,0.00412015209794271,0.476139010642323,0.153725174569888,0.012883773363695,0.807191832875801,0.153725174569888,0.00958643141068846,0.369684799423147,0.5,0.153725174569888,0.00885399087078435,0.381570035665456,0.153725174569888,0.0891554084204539,0.0823593511696609,0.5,0.153725174569888,0.0390862644344388,0.231730199323553,0.153725174569888,0.0504844909814291,0.278369419770086,0.153725174569888,0.0328884679426046,0.654547210248052,0.153725174569888,0.00792226524925725,0.718163192740421,0.153725174569888,0.035394632677597,0.482387989514679,0.153725174569888,0.055314137486473,0.47744474175261,0.153725174569888,0.100957071593297,0.155080495674868,0.5,0.153725174569888,0.160936840784289,0.0529701974626227,0,0.229213460136229,1.00889735983102 -60,0.5,0.153725174569888,0.20170732816834,0.20216303586688,0.153725174569888,0.045310483486286,0.542508760524977,0.153725174569888,0.0871838820618187,0.251564070487269,0.153725174569888,0.274237238323228,0.138917554695967,0.153725174569888,0.00922097434292818,0.662940188508102,0.153725174569888,0.00844933610097779,0.420050528295606,0.153725174569888,0.0144882387384242,0.674784550180375,0.153725174569888,0.0120614832087038,0.319543767853561,0.5,0.153725174569888,0.00526486021673207,0.487890201512542,0.153725174569888,0.11256404942347,0.0709994036254235,0.5,0.153725174569888,0.0173416998553856,0.33882212828194,0.153725174569888,0.0578849770980455,0.349201198940138,0.153725174569888,0.0249186848432036,0.678334010797246,0.153725174569888,0.0103110252937719,0.676801737011809,0.153725174569888,0.0401619756303327,0.497541987640358,0.153725174569888,0.0501312824486331,0.518818833713367,0.153725174569888,0.10125224761421,0.183318557995076,0.5,0.153725174569888,0.202442843182227,0.0445098569763164,0,0.331930861265519,0.986700131839059 -61,0.5,0.153725174569888,0.204130585409521,0.240079884279227,0.153725174569888,0.0418495783257042,0.587906860577285,0.153725174569888,0.0832981159714283,0.309882120619235,0.153725174569888,0.254606105444025,0.164666741705001,0.153725174569888,0.0142391459281441,0.577219408108809,0.153725174569888,0.0123453537248942,0.508519788453661,0.153725174569888,0.0119511838999611,0.562636461924676,0.153725174569888,0.0153643822909138,0.348886829233777,0.5,0.153725174569888,0.00599688591234042,0.552678249555461,0.153725174569888,0.0859601259854282,0.0787247348285962,0.5,0.153725174569888,0.0120887843483553,0.56613870857475,0.153725174569888,0.0494695110693674,0.392339980710437,0.153725174569888,0.0175058191821618,0.686772970268861,0.153725174569888,0.0144684879272248,0.570454137582713,0.153725174569888,0.0407208907936478,0.497447667118558,0.153725174569888,0.0283747023596789,0.624768510201813,0.153725174569888,0.0766461254357194,0.246886538822129,0.5,0.153725174569888,0.222521976675485,0.0249113421220988,0,0.445295687947208,0.962695699363615 -62,0.5,0.153725174569888,0.144580652156797,0.278804725406494,0.153725174569888,0.0265011110918657,0.527193725623885,0.153725174569888,0.0570708711591964,0.41554542804362,0.153725174569888,0.178916972644221,0.178645976926947,0.153725174569888,0.0285633541891865,0.667113562890215,0.153725174569888,0.0317453635490285,0.605899167622266,0.153725174569888,0.00710017372448973,0.540168911989101,0.153725174569888,0.0195840487876597,0.330704456614465,0.5,0.153725174569888,0.013946095854559,0.56359153491434,0.153725174569888,0.0921479620752722,0.0777960517487706,0.5,0.153725174569888,0.0036570854470313,0.685021511424019,0.153725174569888,0.034761588078334,0.503900562447218,0.153725174569888,0.0104231869224756,0.623666823452025,0.153725174569888,0.0262485656925785,0.557562395542625,0.153725174569888,0.0243386650368868,0.495771011316919,0.153725174569888,0.0106523695751031,0.665689324082155,0.153725174569888,0.0545065887229861,0.348310540768234,0.5,0.153725174569888,0.173818982100738,0.0528028942719852,0,0.540173659155649,1.00535111035089 -63,0.5,0.153725174569888,0.0536598490564453,0.306551014146516,0.153725174569888,0.00506218369889063,0.348708153582112,0.153725174569888,0.0221035329045342,0.499323950251599,0.153725174569888,0.0585310788300856,0.215179552535636,0.153725174569888,0.0303829198461548,0.726380641501735,0.153725174569888,0.0796685991528296,0.616441132557191,0.153725174569888,0.00573657738247306,0.546160716182065,0.153725174569888,0.0714687232402016,0.415839706211106,0.5,0.153725174569888,0.0260820356636011,0.554007686048345,0.153725174569888,0.0612931542240491,0.12726250593926,0.5,0.153725174569888,0.00903512779073736,0.712534013601554,0.153725174569888,0.0204193826318426,0.42882514767955,0.153725174569888,0.00381374175542682,0.519695979276407,0.153725174569888,0.0228666888957775,0.602717940251128,0.153725174569888,0.00719954664477211,0.511934617872894,0.153725174569888,0.00307590144806784,0.562823890337552,0.153725174569888,0.0191134456073874,0.492298116345483,0.5,0.153725174569888,0.0920462615785301,0.0286918946831894,0,0.589480699117884,1.00913512126532 -64,0.5,0.153725174569888,1.72414592375827e-05,0.336370892960253,0.153725174569888,2.54956992806375e-05,0.312051378482103,0.153725174569888,0.00086683170374554,0.501992544630504,0.153725174569888,0.0,0.273747908519263,0.153725174569888,0.033295689094184,0.679404808288284,0.153725174569888,0.0695260786574539,0.65089584682046,0.153725174569888,0.0216613134203876,0.477682292848866,0.153725174569888,0.0614507306188984,0.511179384393292,0.5,0.153725174569888,0.0278295040404581,0.567057158609262,0.153725174569888,0.0210028448083902,0.159863515854786,0.5,0.153725174569888,0.00721117864947435,0.535781478079967,0.153725174569888,0.00674601455768424,0.304225368248019,0.153725174569888,0.000372986575436432,0.493341930622812,0.153725174569888,0.00168892277911491,0.633745894214649,0.153725174569888,0.00049104357066843,0.463814379668422,0.153725174569888,0.00260527981290589,0.445803727501468,0.153725174569888,0.00335293546455099,0.472946906486042,0.5,0.153725174569888,0.0235515586100502,0.0868101124011128,0,0.651063310503916,1.00943042118257 -65,0.5,0.153725174569888,0.0,0.359082927105065,0.153725174569888,0.0,0.300203180680735,0.153725174569888,0.0,0.603889798297642,0.153725174569888,0.0,0.327135375290665,0.153725174569888,0.0,0.664636219103263,0.153725174569888,0.0,0.739048788057864,0.153725174569888,0.0,0.491894937154881,0.153725174569888,0.0,0.561690885288868,0.5,0.153725174569888,0.0,0.608555543401973,0.153725174569888,0.0,0.14931962992711,0.5,0.153725174569888,0.0,0.3551740149334,0.153725174569888,1.73543508936575e-05,0.27204775689334,0.153725174569888,0.0,0.524933366036425,0.153725174569888,0.0,0.643253846219176,0.153725174569888,0.0,0.426317773645863,0.153725174569888,0.0,0.444348771541506,0.153725174569888,0.0,0.379831375772936,0.5,0.153725174569888,0.0,0.122155930412212,0,0.641223841258632,1.00844038977365 -66,0.5,0.153725174569888,0.0,0.363930920794135,0.153725174569888,0.0,0.389761782333171,0.153725174569888,0.0,0.540130282374382,0.153725174569888,0.0,0.430418223632388,0.153725174569888,0.0,0.746093287959889,0.153725174569888,0.0,0.807407184214025,0.153725174569888,0.0,0.661370367076957,0.153725174569888,0.0,0.597347773387874,0.5,0.153725174569888,0.0,0.667725069764885,0.153725174569888,0.0,0.141304799851817,0.5,0.153725174569888,0.0,0.276292562707609,0.153725174569888,0.0,0.239347297838152,0.153725174569888,0.0,0.639501655026894,0.153725174569888,0.0,0.671764561740975,0.153725174569888,0.0,0.401276702141987,0.153725174569888,0.0,0.495209937391339,0.153725174569888,0.0,0.3065114074592,0.5,0.153725174569888,0.0,0.0846911372915587,0,0.563047539858665,1.0090117307285 -67,0.5,0.153725174569888,0.0,0.327910638465873,0.153725174569888,0.0,0.483796627039975,0.153725174569888,0.0,0.490274761761447,0.153725174569888,0.0,0.461031317473683,0.153725174569888,0.0,0.852396609217096,0.153725174569888,0.0,0.94714820070445,0.153725174569888,0.0,0.814789293011401,0.153725174569888,0.0,0.708503527510667,0.5,0.153725174569888,0.0,0.716146846296419,0.153725174569888,0.0,0.104128950838154,0.5,0.153725174569888,0.0,0.431317978108173,0.153725174569888,0.0,0.173585016367626,0.153725174569888,0.0,0.742446914561714,0.153725174569888,0.0,0.705074124369459,0.153725174569888,0.0,0.455058640321192,0.153725174569888,0.0,0.653089483349236,0.153725174569888,0.0,0.319132261171107,0.5,0.153725174569888,0.0,0.0779534238093491,0,0.457641207099029,1.00953343983214 -68,0.5,0.153725174569888,0.0,0.289050509404751,0.153725174569888,0.0,0.442153166493633,0.153725174569888,0.0,0.461448096904183,0.153725174569888,0.0,0.471735075807518,0.153725174569888,0.0,0.982882241243556,0.153725174569888,0.0,0.938074141160538,0.153725174569888,0.0,0.91392230715925,0.153725174569888,0.0,0.730770058929946,0.5,0.153725174569888,0.0,0.722178201260878,0.153725174569888,0.0,0.070246992844551,0.5,0.153725174569888,0.0,0.470089803370077,0.153725174569888,0.0,0.116147859035665,0.153725174569888,0.0,0.711631953574404,0.153725174569888,0.0,0.798430361945254,0.153725174569888,0.0,0.54176481864548,0.153725174569888,0.0,0.78723046843295,0.153725174569888,0.0,0.35803936884837,0.5,0.153725174569888,0.0,0.0896567201027522,0,0.363654708261885,1.01120379968654 -69,0.5,0.153725174569888,0.0,0.270889374352109,0.153725174569888,0.0,0.540665209257986,0.153725174569888,0.0,0.530117615140841,0.153725174569888,0.0,0.469602901662579,0.153725174569888,0.0,1.00401080004549,0.153725174569888,0.0,0.978965517586887,0.153725174569888,0.0,0.840498647061846,0.153725174569888,0.0,0.762501904609195,0.5,0.153725174569888,0.0,0.661942993777015,0.153725174569888,0.0,0.0480281631342017,0.5,0.153725174569888,0.0,0.343356637393366,0.153725174569888,0.0,0.0993102325476903,0.153725174569888,0.0,0.747198186396234,0.153725174569888,0.0,0.909743446247972,0.153725174569888,0.0,0.721410620875008,0.153725174569888,0.0,0.778490012387943,0.153725174569888,0.0,0.263128636175446,0.5,0.153725174569888,0.0,0.0724045275429744,0,0.356130096506561,1.01115730161543 -70,0.5,0.153725174569888,0.0,0.306976506294277,0.153725174569888,0.0,0.867564884971404,0.153725174569888,0.0,0.614163581790281,0.153725174569888,0.0,0.442749244547932,0.153725174569888,0.0,0.986146168815875,0.153725174569888,0.0,0.983544994282875,0.153725174569888,0.0,0.88983092984156,0.153725174569888,0.0,0.783194832971103,0.5,0.153725174569888,0.0,0.626774408619946,0.153725174569888,0.0,0.0367167634158551,0.5,0.153725174569888,0.0,0.330642197761203,0.153725174569888,0.0,0.109388670483416,0.153725174569888,0.0,0.860993850010479,0.153725174569888,0.0,0.948435486084535,0.153725174569888,0.0,0.826672918225784,0.153725174569888,0.0,0.766094754821249,0.153725174569888,0.0,0.258755095195733,0.5,0.153725174569888,0.0,0.0541129660134582,0,0.405398194328114,1.01123321342089 -71,0.5,0.153725174569888,0.0,0.409728010301019,0.153725174569888,0.0,1.0008541747906,0.153725174569888,0.0,0.591740766377894,0.153725174569888,0.0,0.392303100868878,0.153725174569888,0.0,1.00654687917968,0.153725174569888,0.0,1.0098844959739,0.153725174569888,0.0,0.969972732712427,0.153725174569888,0.0,0.848460209391858,0.5,0.153725174569888,0.0,0.628179932976383,0.153725174569888,0.0,0.02848964643138,0.5,0.153725174569888,0.0,0.34268402835534,0.153725174569888,0.0,0.10955000634715,0.153725174569888,0.0,0.933992939084005,0.153725174569888,0.0,0.959749441740067,0.153725174569888,0.0,0.779554697000272,0.153725174569888,0.0,0.635325988903256,0.153725174569888,0.0,0.274821849356596,0.5,0.153725174569888,0.0,0.0522765773987667,0,0.486314531578555,1.01114905172815 -72,0.5,0.153725174569888,0.0,0.545651647469795,0.153725174569888,0.0,0.952254918395679,0.153725174569888,0.0,0.5310273671283,0.153725174569888,0.0,0.352932671892895,0.153725174569888,0.0,1.02043046571933,0.153725174569888,0.0,1.00073882226455,0.153725174569888,0.0,0.978393704458217,0.153725174569888,0.0,0.782509232898001,0.5,0.153725174569888,0.0,0.596478721874865,0.153725174569888,0.0,0.0343033180959525,0.5,0.153725174569888,0.0,0.335370639775653,0.153725174569888,0.0,0.106670704110815,0.153725174569888,0.0,0.979322491543573,0.153725174569888,0.0,0.952404695500913,0.153725174569888,0.0,0.766941500160729,0.153725174569888,0.0,0.717772118796256,0.153725174569888,0.0,0.251912177521247,0.5,0.153725174569888,0.0,0.0443526726208788,0,0.563092167146121,1.0112456377789 -73,0.5,0.153725174569888,0.0,0.582420307518652,0.153725174569888,0.0,0.897687654958216,0.153725174569888,0.0,0.458355175224976,0.153725174569888,0.0,0.338598353709369,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.959658667888438,0.153725174569888,0.0,0.954966253842601,0.153725174569888,0.0,0.652552581936689,0.5,0.153725174569888,0.0,0.445938011257148,0.153725174569888,0.0,0.0574524023965935,0.5,0.153725174569888,0.0,0.241794462984151,0.153725174569888,0.0,0.0666653344421279,0.153725174569888,0.0,0.961627773217402,0.153725174569888,0.0,0.974931433636981,0.153725174569888,0.0,0.840637668354311,0.153725174569888,0.0,0.708159588187401,0.153725174569888,0.0,0.239284610663391,0.5,0.153725174569888,0.0,0.0395377805165326,0,0.92963560151736,1.01143916413886 -74,0.5,0.153725174569888,0.0,0.569856207827962,0.153725174569888,0.0,0.979914174009288,0.153725174569888,0.0,0.504336027580965,0.153725174569888,0.0,0.341680479180976,0.153725174569888,0.0,1.02142561941318,0.153725174569888,0.0,0.871283455915783,0.153725174569888,0.0,0.936683173106529,0.153725174569888,0.0,0.452330512276432,0.5,0.153725174569888,0.0,0.242766406404677,0.153725174569888,0.0,0.0606897362168817,0.5,0.153725174569888,0.0,0.169434001517727,0.153725174569888,0.0,0.0454629051673041,0.153725174569888,0.0,0.971384194616893,0.153725174569888,0.0,0.997131341598776,0.153725174569888,0.0,0.955488028721041,0.153725174569888,0.0,0.646195405581316,0.153725174569888,0.0,0.18869232202447,0.5,0.153725174569888,0.0,0.037996939595395,0,0.935707864089685,1.01143200870207 -75,0.5,0.153725174569888,0.0,0.564505732174722,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.545263977795657,0.153725174569888,0.0,0.312352120918431,0.153725174569888,0.0,0.993073219130889,0.153725174569888,0.0,0.759019978254247,0.153725174569888,0.0,0.837863582414037,0.153725174569888,0.0,0.262270365154962,0.5,0.153725174569888,0.0,0.124456850687674,0.153725174569888,0.0,0.0365650851565502,0.5,0.153725174569888,0.0,0.0920073744114481,0.153725174569888,0.0,0.0322657017478318,0.153725174569888,0.0,0.999048255528345,0.153725174569888,0.0,0.977291621242237,0.153725174569888,0.0,0.959332874084369,0.153725174569888,0.0,0.555007984534259,0.153725174569888,0.0,0.12083082560761,0.5,0.153725174569888,0.0,0.0259749979462223,0,0.903386439056404,1.01079652068539 -76,0.5,0.153725174569888,0.0,0.593389303090096,0.153725174569888,0.0,0.926451592910709,0.153725174569888,0.0,0.436400624566765,0.153725174569888,0.0,0.273518438491302,0.153725174569888,0.0,0.929560915121023,0.153725174569888,0.0,0.554283430009301,0.153725174569888,0.0,0.61620195859012,0.153725174569888,0.0,0.171632168689435,0.5,0.153725174569888,0.0,0.0748637793272416,0.153725174569888,0.0,0.0199077869942144,0.5,0.153725174569888,0.0,0.0286390237347406,0.153725174569888,0.0,0.0282701963271495,0.153725174569888,0.0,0.971940098067627,0.153725174569888,0.0,0.93257070670359,0.153725174569888,0.0,0.85415297466106,0.153725174569888,0.0,0.32301281292685,0.153725174569888,0.0,0.0770568136381749,0.5,0.153725174569888,0.0,0.0123519648782912,0,1.00145363171644,1.01033366202192 -77,0.5,0.153725174569888,0.0,0.638979787602074,0.153725174569888,0.0,0.94764067161476,0.153725174569888,0.0,0.264549617684671,0.153725174569888,0.0,0.235043686580991,0.153725174569888,0.0,0.786723260645466,0.153725174569888,0.0,0.356900231668741,0.153725174569888,0.0,0.354364300512553,0.153725174569888,0.0,0.173043687254697,0.5,0.153725174569888,0.0,0.0461084565866338,0.153725174569888,0.0,0.014170637651196,0.5,0.153725174569888,0.0,0.00691967029656739,0.153725174569888,0.0,0.0315584392518956,0.153725174569888,0.0,0.934914464867811,0.153725174569888,0.0,0.881036787911502,0.153725174569888,0.0,0.660086800939796,0.153725174569888,0.0,0.151628920542205,0.153725174569888,0.0,0.0412038736901666,0.5,0.153725174569888,0.0,0.00985085732435637,0,1.00345922036833,1.01015988511424 -78,0.5,0.153725174569888,0.0,0.626433398906381,0.153725174569888,0.0,0.757067105963553,0.153725174569888,0.0,0.127312409929012,0.153725174569888,0.0,0.171123222233846,0.153725174569888,0.0,0.50615121417856,0.153725174569888,0.0,0.308189669034762,0.153725174569888,0.0,0.216384749225378,0.153725174569888,0.0,0.165016177432686,0.5,0.153725174569888,0.0,0.0342311038971562,0.153725174569888,0.0,0.0234861338146559,0.5,0.153725174569888,0.0,0.023298094546312,0.153725174569888,0.0,0.0337208197021352,0.153725174569888,0.0,0.905160427053846,0.153725174569888,0.0,0.77536709066755,0.153725174569888,0.0,0.42650175063641,0.153725174569888,0.0,0.111705647484557,0.153725174569888,0.0,0.0273555945446806,0.5,0.153725174569888,0.0,0.0133641951042575,0,0.98477569133938,1.00800937091026 -79,0.5,0.153725174569888,0.0,0.523747613318322,0.153725174569888,0.0,0.560858850991651,0.153725174569888,0.0,0.0903017565672556,0.153725174569888,0.0,0.113873916558348,0.153725174569888,0.0,0.327779012329526,0.153725174569888,0.0,0.347716796123724,0.153725174569888,0.0,0.288408089228874,0.153725174569888,0.0,0.131770077369293,0.5,0.153725174569888,0.0,0.0368297110628131,0.153725174569888,0.0,0.0292209738613378,0.5,0.153725174569888,0.0,0.0447569688727487,0.153725174569888,0.0,0.0334520792212601,0.153725174569888,0.0,0.861307807108923,0.153725174569888,0.0,0.550149151462865,0.153725174569888,0.0,0.26336411960868,0.153725174569888,0.0,0.114385745429569,0.153725174569888,0.0,0.0351866004305194,0.5,0.153725174569888,0.0,0.0256428828940546,0,0.982706034581454,0.967219946601499 -80,0.5,0.153725174569888,0.0,0.38150532712501,0.153725174569888,0.0,0.353902726509708,0.153725174569888,0.0,0.0730220604455975,0.153725174569888,0.0,0.0773924028320501,0.153725174569888,0.0,0.32881417085592,0.153725174569888,0.0,0.288405275328741,0.153725174569888,0.0,0.271690498110078,0.153725174569888,0.0,0.135797871467123,0.5,0.153725174569888,0.0,0.0463369559813701,0.153725174569888,0.0,0.034462157290804,0.5,0.153725174569888,0.0,0.0471655639864334,0.153725174569888,0.0,0.0321640169574284,0.153725174569888,0.0,0.71537497842415,0.153725174569888,0.0,0.382339077632281,0.153725174569888,0.0,0.217064804150475,0.153725174569888,0.0,0.0801061532455222,0.153725174569888,0.0,0.0417136207480173,0.5,0.153725174569888,0.0,0.0408681821632476,0,0.945718567482145,0.936044058347001 -81,0.5,0.153725174569888,2.95928920786083e-05,0.277331049402762,0.153725174569888,0.0,0.246276992152879,0.153725174569888,4.56095487037701e-05,0.0402521140161859,0.153725174569888,0.00109404681971275,0.0536875460113463,0.153725174569888,0.0,0.308582011578666,0.153725174569888,0.0,0.250887126771308,0.153725174569888,0.0,0.180613235422183,0.153725174569888,0.0,0.221966812242367,0.5,0.153725174569888,0.0,0.0568050444986108,0.153725174569888,0.00110467411419556,0.040646748514957,0.5,0.153725174569888,0.0,0.0470101823940771,0.153725174569888,0.000405243875607842,0.0460722774846398,0.153725174569888,0.0,0.514651490642156,0.153725174569888,0.0,0.373529963048655,0.153725174569888,0.0,0.225880984993689,0.153725174569888,0.0,0.0655128204578287,0.153725174569888,0.000598525166492623,0.0364557739650711,0.5,0.153725174569888,0.00265850630118826,0.0506261618980095,0,0.879690559710301,0.96139737873985 -82,0.5,0.153725174569888,0.0697442553140571,0.211728312298614,0.153725174569888,0.0509249997510597,0.27018621988487,0.153725174569888,0.0475234029732744,0.0339271473328642,0.153725174569888,0.065631506811523,0.0344170034605967,0.153725174569888,0.0266545421953466,0.253176401283891,0.153725174569888,0.0194262481013364,0.320153927324368,0.153725174569888,0.0306544714176849,0.179343866783162,0.153725174569888,0.0258897995487632,0.310023479581563,0.5,0.153725174569888,0.0289270580194667,0.0743604148087383,0.153725174569888,0.0266098057739415,0.0540829925979672,0.5,0.153725174569888,0.0221241395341986,0.0631682416258498,0.153725174569888,0.0280883525312328,0.0645989370030032,0.153725174569888,0.0241138323746214,0.439538324807462,0.153725174569888,0.0335659152596132,0.37006958906847,0.153725174569888,0.0457024201503421,0.170876277690742,0.153725174569888,0.0376162526019768,0.073384512518895,0.153725174569888,0.031328718982456,0.0382303327110387,0.5,0.153725174569888,0.0308653093562406,0.0604604682029701,0,0.696538635448468,0.943912467609149 -83,0.5,0.153725174569888,0.189514873025933,0.192921309677047,0.153725174569888,0.197279293955688,0.276446282179641,0.153725174569888,0.1126123383822,0.0531593363149784,0.153725174569888,0.13227542838296,0.0417637222266806,0.153725174569888,0.0926438266988901,0.259905029117268,0.153725174569888,0.0988107130045812,0.497917538529205,0.153725174569888,0.0933100092564668,0.25080546907675,0.153725174569888,0.0898335739547253,0.40250721269819,0.5,0.153725174569888,0.0757103070996427,0.183080947602755,0.153725174569888,0.10622333991993,0.0733482928948344,0.5,0.153725174569888,0.0529726528086357,0.0852066290264432,0.153725174569888,0.0962952847918331,0.122267788949672,0.153725174569888,0.154974403577283,0.446624839756694,0.153725174569888,0.132786922324368,0.359765331381579,0.153725174569888,0.140150218626088,0.123885624071939,0.153725174569888,0.0995648257553538,0.104480029705257,0.153725174569888,0.0603216446490886,0.0567651140245085,0.5,0.153725174569888,0.0687363758838496,0.115833693125272,0,0.617470028291352,0.998616549597933 -84,0.5,0.153725174569888,0.267008934649512,0.184499483354186,0.153725174569888,0.296701055205428,0.17147106269293,0.153725174569888,0.146183907832762,0.0780243499670798,0.153725174569888,0.162717867649013,0.0629442066716808,0.153725174569888,0.181085659364675,0.355736618521905,0.153725174569888,0.200364937090603,0.610316733331443,0.153725174569888,0.170021083175424,0.461778172974174,0.153725174569888,0.149845531299715,0.505866253127595,0.5,0.153725174569888,0.0943039332968158,0.389583541313834,0.153725174569888,0.190983138660784,0.0986720756836531,0.5,0.153725174569888,0.0952478346905772,0.22297170257852,0.153725174569888,0.152331142823094,0.266131660306863,0.153725174569888,0.282331956703163,0.409787592855635,0.153725174569888,0.198721803742074,0.365946779528897,0.153725174569888,0.182043347043355,0.131186979133267,0.153725174569888,0.155166825522596,0.190239281375977,0.153725174569888,0.0854997741637527,0.1223284887207,0.5,0.153725174569888,0.113576943412439,0.242083949774122,0,0.591009001113937,1.00454629181243 -85,0.5,0.153725174569888,0.264855016358978,0.131913594514194,0.153725174569888,0.279280583593925,0.175644979012534,0.153725174569888,0.15165460310902,0.0800884529782528,0.153725174569888,0.165592636035476,0.0874966622201673,0.153725174569888,0.23614611297775,0.47910436573414,0.153725174569888,0.231930235520686,0.619276529560342,0.153725174569888,0.205779941808716,0.507688716969492,0.153725174569888,0.149160048731583,0.613283795202728,0.5,0.153725174569888,0.0750125467833715,0.447998308052039,0.153725174569888,0.176978577243782,0.095073489808077,0.5,0.153725174569888,0.140731102621541,0.411751761348888,0.153725174569888,0.153018415659338,0.340377636646248,0.153725174569888,0.304700056495168,0.362800356032756,0.153725174569888,0.239351757234005,0.411194292501307,0.153725174569888,0.201906912328445,0.207105091954478,0.153725174569888,0.169500243589629,0.24101362097839,0.153725174569888,0.0941360762807495,0.252453225948937,0.5,0.153725174569888,0.141925396303995,0.317568123155319,0,0.503932071649554,1.00542844395601 -86,0.5,0.153725174569888,0.207040153827946,0.0987422987905821,0.153725174569888,0.212537185197682,0.238929084804642,0.153725174569888,0.122772195813774,0.0667368976477649,0.153725174569888,0.136789159414524,0.111443189275745,0.153725174569888,0.216641627066659,0.479690954655735,0.153725174569888,0.186442873064989,0.597762460321994,0.153725174569888,0.178604597812859,0.525986667027836,0.153725174569888,0.105416025090062,0.606275000678832,0.5,0.153725174569888,0.0581720975648527,0.448347586632376,0.153725174569888,0.0873809957645562,0.0759426966009332,0.5,0.153725174569888,0.11933308189663,0.533682671445941,0.153725174569888,0.105005854290262,0.307671698013322,0.153725174569888,0.269427102592525,0.329914612260825,0.153725174569888,0.213901376010155,0.489318146034425,0.153725174569888,0.167056446264338,0.250533136671372,0.153725174569888,0.119729372617723,0.193855778592461,0.153725174569888,0.109947706406717,0.372114371051073,0.5,0.153725174569888,0.162708079520955,0.325240855357007,0,0.391537112434633,1.00647700021667 -87,0.5,0.153725174569888,0.115873459237998,0.100082133435396,0.153725174569888,0.121542221396324,0.273726240521069,0.153725174569888,0.0610064468558721,0.0840645428571884,0.153725174569888,0.0670921381633372,0.145350367084282,0.153725174569888,0.139016972784137,0.463965575286344,0.153725174569888,0.111214198671201,0.656469546756571,0.153725174569888,0.0859929609107486,0.450239900260787,0.153725174569888,0.0467109099957417,0.647245245508436,0.5,0.153725174569888,0.0378897969711235,0.486742106233002,0.153725174569888,0.0517518813025509,0.0676287911475491,0.5,0.153725174569888,0.0657806566090718,0.261140060033091,0.153725174569888,0.0521828755472308,0.222647176355991,0.153725174569888,0.154904972792589,0.36033705679893,0.153725174569888,0.136131124575279,0.508060902227613,0.153725174569888,0.0815354772331753,0.243709860001398,0.153725174569888,0.0558125819920819,0.148639037094179,0.153725174569888,0.0782097819028071,0.433455873496757,0.5,0.153725174569888,0.0859519978346093,0.338484010015039,0,0.174305113514441,1.00395316245946 -88,0.5,0.153725174569888,0.0,0.124413493391442,0.153725174569888,0.0,0.299573342315908,0.153725174569888,0.00325561295615657,0.112584030438653,0.153725174569888,0.0,0.177437618014612,0.153725174569888,0.030525467148393,0.456018699119817,0.153725174569888,0.0263587782450219,0.54906780614629,0.153725174569888,0.0178487926820042,0.397354345613658,0.153725174569888,0.0145680844754773,0.656627025692724,0.5,0.153725174569888,0.010386667558812,0.266232751704183,0.153725174569888,0.0177426485841871,0.0307769182566296,0.5,0.153725174569888,0.0190258906570895,0.132700711751139,0.153725174569888,0.0157725344370621,0.0728358072870797,0.153725174569888,0.0,0.423977953963237,0.153725174569888,0.0172856363479009,0.504556848552829,0.153725174569888,0.00638236615864073,0.187145454314446,0.153725174569888,0.014318025897938,0.121266405002625,0.153725174569888,0.0188059953606861,0.366287176706568,0.5,0.153725174569888,0.0178830851225698,0.233848055226174,0,0.161625899375941,0.996730191660448 -89,0.5,0.153725174569888,0.0,0.147847286262209,0.153725174569888,0.0,0.243395658455369,0.153725174569888,0.0,0.148792741512152,0.153725174569888,0.0,0.211291705374965,0.153725174569888,0.0,0.408743781249707,0.153725174569888,0.0,0.426133235647772,0.153725174569888,0.0,0.299676492125258,0.153725174569888,0.0,0.471898282381094,0.5,0.153725174569888,2.58630992592777e-05,0.129414053584301,0.153725174569888,0.0,0.00695567026481972,0.5,0.153725174569888,0.0,0.0820296863513675,0.153725174569888,3.67019473380419e-05,0.0222030592817531,0.153725174569888,0.0,0.422907482259967,0.153725174569888,0.0,0.465744103863342,0.153725174569888,0.0,0.176484964114701,0.153725174569888,0.0,0.127090084677734,0.153725174569888,0.0,0.250298097181447,0.5,0.153725174569888,0.0,0.155459206783661,0,0.165691915629866,0.996443181518195 -90,0.5,0.153725174569888,0.0,0.158116267922615,0.153725174569888,0.0,0.230981042960278,0.153725174569888,0.0,0.21774108770638,0.153725174569888,0.0,0.285374187689848,0.153725174569888,0.0,0.276660730208667,0.153725174569888,0.0,0.376848328435945,0.153725174569888,0.0,0.260468580514589,0.153725174569888,0.0,0.386625065767193,0.5,0.153725174569888,0.0,0.0921780918314371,0.153725174569888,0.0,0.0426929192365891,0.5,0.153725174569888,0.0,0.027334893182058,0.153725174569888,0.0,0.0377485210453114,0.153725174569888,0.0,0.352572855174981,0.153725174569888,0.0,0.406614777112717,0.153725174569888,0.0,0.219172895924054,0.153725174569888,0.0,0.124667086108205,0.153725174569888,0.0,0.120832899639218,0.5,0.153725174569888,0.0,0.104864567211724,0,0.214884147226606,0.996505656577407 -91,0.5,0.153725174569888,0.0,0.21037312587544,0.153725174569888,0.0,0.285364469945659,0.153725174569888,0.0,0.255219553317552,0.153725174569888,0.0,0.402058864834262,0.153725174569888,0.0,0.232365929459698,0.153725174569888,0.0,0.350972927938615,0.153725174569888,0.0,0.270303195464739,0.153725174569888,0.0,0.260882916173204,0.5,0.153725174569888,0.0,0.0652164662162462,0.153725174569888,0.0,0.0592468609854741,0.5,0.153725174569888,0.0,0.0242508721943514,0.153725174569888,0.0,0.0740553933637989,0.153725174569888,0.0,0.311365331352028,0.153725174569888,0.0,0.371228791740909,0.153725174569888,0.0,0.251272943555904,0.153725174569888,0.0,0.113932758529737,0.153725174569888,0.0,0.0564733519678345,0.5,0.153725174569888,0.0,0.0511797617030479,0,0.289026831273521,0.990278759673263 -92,0.5,0.153725174569888,0.0,0.270267576957177,0.153725174569888,0.0,0.298762673416617,0.153725174569888,0.0,0.151871620966879,0.153725174569888,0.0,0.44465606011814,0.153725174569888,0.0,0.298529495404658,0.153725174569888,0.0,0.263027638045592,0.153725174569888,0.0,0.224577172713824,0.153725174569888,0.0,0.146726128733364,0.5,0.153725174569888,0.0,0.0876303713284648,0.153725174569888,0.0,0.0734604921819624,0.5,0.153725174569888,0.0,0.0304426469611793,0.153725174569888,0.0,0.0884828980234734,0.153725174569888,0.0,0.34661159812559,0.153725174569888,0.0,0.363191419780922,0.153725174569888,0.0,0.258851845330672,0.153725174569888,0.0,0.0913752889674333,0.153725174569888,0.0,0.0233679957909489,0.5,0.153725174569888,0.0,0.0416658720479516,0,0.344377331082289,0.99227409074205 -93,0.5,0.153725174569888,0.0,0.297813445268324,0.153725174569888,0.0,0.276776919879223,0.153725174569888,0.0,0.106965904406367,0.153725174569888,0.0,0.302974309353197,0.153725174569888,0.0,0.282811248024053,0.153725174569888,0.0,0.151095840757865,0.153725174569888,0.0,0.16624709673045,0.153725174569888,0.0,0.11606383691609,0.5,0.153725174569888,0.0,0.125176758802466,0.153725174569888,0.0,0.125495148309785,0.5,0.153725174569888,0.0,0.0309936863414028,0.153725174569888,0.0,0.0947406976671016,0.153725174569888,0.0,0.331827205308332,0.153725174569888,0.0,0.404025783910565,0.153725174569888,0.0,0.249254952177729,0.153725174569888,0.0,0.073061609969414,0.153725174569888,0.0,0.0243804200201924,0.5,0.153725174569888,0.0,0.0450272806029378,0,0.359220803401687,0.986748583549301 -94,0.5,0.153725174569888,0.0,0.297455880262152,0.153725174569888,0.0,0.300014176937431,0.153725174569888,0.0,0.0457560654377514,0.153725174569888,0.0,0.204326102870917,0.153725174569888,0.0,0.198153429798325,0.153725174569888,0.0,0.0987201239193853,0.153725174569888,0.0,0.107352989060458,0.153725174569888,0.0,0.12465383952732,0.5,0.153725174569888,0.0,0.116912193381271,0.153725174569888,0.0,0.105920485527073,0.5,0.153725174569888,0.0,0.0331790941677414,0.153725174569888,0.0,0.0857811824551375,0.153725174569888,0.0,0.306572748512525,0.153725174569888,0.0,0.375161810760914,0.153725174569888,0.0,0.211797987037441,0.153725174569888,0.0,0.0545740464668249,0.153725174569888,0.0,0.0350389215630577,0.5,0.153725174569888,0.0,0.0685957250747376,0,0.401680001048963,0.994381190959058 -95,0.5,0.153725174569888,0.0,0.270966827674752,0.153725174569888,0.0,0.279780587666949,0.153725174569888,0.0,0.0214766918126407,0.153725174569888,0.0,0.150988898069763,0.153725174569888,0.0,0.123634939304137,0.153725174569888,0.0,0.0746537326289199,0.153725174569888,0.0,0.0682720808535024,0.153725174569888,0.0,0.111822457025704,0.5,0.153725174569888,0.0,0.0880821593042825,0.153725174569888,0.0,0.085743532127618,0.5,0.153725174569888,0.0,0.036087430587521,0.153725174569888,0.0,0.0616761671008295,0.153725174569888,0.0,0.312011201310451,0.153725174569888,0.0,0.327793499229439,0.153725174569888,0.0,0.137951235399276,0.153725174569888,0.0,0.0488018626083123,0.153725174569888,0.0,0.0456271201665403,0.5,0.153725174569888,0.0,0.0828362520900281,0,0.491318763773276,0.984497205107761 -96,0.5,0.153725174569888,0.0,0.226860820444308,0.153725174569888,0.0,0.177702464352782,0.153725174569888,0.0,0.0252441982964504,0.153725174569888,0.0,0.119143643841476,0.153725174569888,0.0,0.0842560439101253,0.153725174569888,0.0,0.0660276760312852,0.153725174569888,0.0,0.0656984825075185,0.153725174569888,0.0,0.0877797712406243,0.5,0.153725174569888,0.0,0.0817093740407959,0.153725174569888,0.0,0.0563791528085661,0.5,0.153725174569888,0.0,0.0673257356188989,0.153725174569888,0.0,0.0413933839266621,0.153725174569888,0.0,0.326891475652541,0.153725174569888,0.0,0.243281026684216,0.153725174569888,0.0,0.0658029485039254,0.153725174569888,0.0,0.0378752363109873,0.153725174569888,0.0,0.0436006610557015,0.5,0.153725174569888,0.0,0.0529648602282104,0,0.542863996442834,0.957926976473749 -97,0.5,0.153725174569888,0.0,0.178700965702762,0.153725174569888,0.0,0.100556400983691,0.153725174569888,0.0,0.028199154843555,0.153725174569888,0.0,0.103036805002976,0.153725174569888,0.0,0.0610774149367676,0.153725174569888,0.0,0.0605443371295274,0.153725174569888,0.0,0.0597382120382214,0.153725174569888,0.0,0.0752471148483011,0.5,0.153725174569888,0.0,0.0701867885557262,0.153725174569888,0.0,0.0319264930214115,0.5,0.153725174569888,0.0,0.0686121438085203,0.153725174569888,0.0,0.0307230596561905,0.153725174569888,0.0,0.280132204735049,0.153725174569888,0.0,0.146294456878911,0.153725174569888,0.0,0.0316193474109625,0.153725174569888,0.0,0.0393538034839238,0.153725174569888,0.0,0.0390317890935183,0.5,0.153725174569888,0.0,0.036029116306269,0,0.631002242685301,0.866329053685353 -98,0.5,0.153725174569888,0.0,0.127437946624127,0.153725174569888,0.0,0.0429954546940895,0.153725174569888,0.0,0.0462069879903734,0.153725174569888,0.0,0.103172375810958,0.153725174569888,0.0,0.060329103228162,0.153725174569888,0.0,0.0787887996134754,0.153725174569888,0.0,0.0579369412908233,0.153725174569888,0.0,0.0765099493882433,0.5,0.153725174569888,0.0,0.0781745334075917,0.153725174569888,0.0,0.0157006550187909,0.5,0.153725174569888,0.0,0.0494027494561019,0.153725174569888,0.0,0.0224879144615796,0.153725174569888,0.0,0.204035045163347,0.153725174569888,0.0,0.0861214694812064,0.153725174569888,0.0,0.0166001658607445,0.153725174569888,0.0,0.0555164103114107,0.153725174569888,0.0,0.0413007874054337,0.5,0.153725174569888,0.0,0.0304462576559794,0,0.725989824034783,0.715987432637349 -99,0.5,0.153725174569888,0.0,0.0948810134925427,0.153725174569888,0.0,0.0148317160191205,0.153725174569888,0.0,0.0654234719629879,0.153725174569888,0.0,0.104653963097535,0.153725174569888,0.0,0.0754457450713944,0.153725174569888,0.0,0.111571140207775,0.153725174569888,0.0,0.0913483027839894,0.153725174569888,0.0,0.0745978085025696,0.5,0.153725174569888,0.0,0.109713734818653,0.153725174569888,0.0,0.00699353803426743,0.5,0.153725174569888,0.0,0.0234965017310733,0.153725174569888,0.0,0.0114320638891112,0.153725174569888,0.0,0.146638584145675,0.153725174569888,0.0,0.0646628400104614,0.153725174569888,0.0,0.0263870358184393,0.153725174569888,0.0,0.0512133971524395,0.153725174569888,0.0,0.0346827232586721,0.5,0.153725174569888,0.0,0.0297625820848565,0,0.723776260909149,0.693892869896898 -100,0.5,0.153725174569888,0.0,0.0659961739033252,0.153725174569888,0.0,0.00576016787138892,0.153725174569888,0.0,0.113913912783771,0.153725174569888,0.0,0.10282364533696,0.153725174569888,0.0,0.11714671056474,0.153725174569888,0.0,0.140440488852824,0.153725174569888,0.0,0.141834341293202,0.153725174569888,0.0,0.111983770313043,0.5,0.153725174569888,0.0,0.131931764028158,0.153725174569888,0.0,0.00377270957138892,0.5,0.153725174569888,0.0,0.0179970463187831,0.153725174569888,0.0,0.00851260979180975,0.153725174569888,0.0,0.0970595621299799,0.153725174569888,0.0,0.0595350452975446,0.153725174569888,0.0,0.0484241159960616,0.153725174569888,0.0,0.0496471907856767,0.153725174569888,0.0,0.0249521680931939,0.5,0.153725174569888,0.0,0.0236672511805494,0,0.679416696535463,0.401657508378987 -101,0.5,0.153725174569888,0.0,0.0400388727027006,0.153725174569888,0.0,0.00682853446680836,0.153725174569888,0.0,0.121534644430922,0.153725174569888,0.0,0.0931835883351567,0.153725174569888,0.0,0.121896660169512,0.153725174569888,0.0,0.151506123306581,0.153725174569888,0.0,0.190310796120976,0.153725174569888,0.0,0.15823147249997,0.5,0.153725174569888,0.0,0.109823030034038,0.153725174569888,0.0,0.00193584969209022,0.5,0.153725174569888,0.0,0.0218168704182143,0.153725174569888,0.0,0.0102216665276747,0.153725174569888,0.0,0.0487489389725799,0.153725174569888,0.0,0.0721424684487573,0.153725174569888,0.0,0.0612073275979214,0.153725174569888,0.0,0.0655840994266878,0.153725174569888,0.0,0.0283366653470528,0.5,0.153725174569888,0.0,0.0178584162004803,0,0.545544751501349,0.458076671294709 -102,0.5,0.153725174569888,0.0,0.0360278633216924,0.153725174569888,0.0,0.0203754714556262,0.153725174569888,0.0,0.120486961261366,0.153725174569888,0.0,0.0896631284755803,0.153725174569888,0.0,0.150635005650968,0.153725174569888,0.0,0.287572843897801,0.153725174569888,0.0,0.23626926132508,0.153725174569888,0.0,0.191316272631366,0.5,0.153725174569888,0.0,0.112902716049837,0.153725174569888,0.0,0.000461725370362429,0.5,0.153725174569888,0.0,0.0155467715273856,0.153725174569888,0.0,0.0258807228171792,0.153725174569888,0.0,0.0262161214545515,0.153725174569888,0.0,0.0781289711630802,0.153725174569888,0.0,0.0759598589935312,0.153725174569888,0.0,0.0935184929549901,0.153725174569888,0.0,0.0293139314770424,0.5,0.153725174569888,0.0,0.00994456071258372,0,0.268717353333031,0.397537418060108 -103,0.5,0.153725174569888,0.0,0.0500690422395341,0.153725174569888,0.0,0.0153094182324948,0.153725174569888,0.0,0.14592905756,0.153725174569888,0.0,0.101710574710041,0.153725174569888,0.0,0.253502907573051,0.153725174569888,0.0,0.382049322032585,0.153725174569888,0.0,0.275049497364088,0.153725174569888,0.0,0.214988505856076,0.5,0.153725174569888,0.0,0.159525599672124,0.153725174569888,0.0,0.00129541404489262,0.5,0.153725174569888,0.0,0.0226988296747471,0.153725174569888,0.0,0.0532386564423611,0.153725174569888,0.0,0.0178826298738277,0.153725174569888,0.0,0.147344010914182,0.153725174569888,0.0,0.1276128729101,0.153725174569888,0.0,0.111885466685939,0.153725174569888,0.0,0.0253630010692589,0.5,0.153725174569888,0.0,0.00532001243105565,0,0.0357883407940162,0.518397983418094 -104,0.5,0.153725174569888,0.0,0.0652197746129648,0.153725174569888,0.0,0.0374706068139571,0.153725174569888,0.0,0.148002795351234,0.153725174569888,0.0,0.118498544213556,0.153725174569888,0.0,0.355136793054034,0.153725174569888,0.0,0.462817229841143,0.153725174569888,0.0,0.326776160593075,0.153725174569888,0.0,0.308896406508212,0.5,0.153725174569888,0.0,0.22955789124921,0.153725174569888,0.0,0.00803622292128033,0.5,0.153725174569888,0.0,0.0520214536545935,0.153725174569888,0.0,0.0995316742806826,0.153725174569888,0.0,0.0234455602166478,0.153725174569888,0.0,0.17483520183186,0.153725174569888,0.0,0.194379185961789,0.153725174569888,0.0,0.145924915281329,0.153725174569888,0.0,0.0329657287483035,0.5,0.153725174569888,0.0,0.00646509160405057,0,0.0319500209208694,0.562511714905456 -105,0.5,0.153725174569888,2.95345990267986e-05,0.0851010403636703,0.153725174569888,0.0,0.0541151194783766,0.153725174569888,1.59419737182088e-05,0.144461230454233,0.153725174569888,0.000487753075349571,0.132518602969003,0.153725174569888,0.0,0.389170038720293,0.153725174569888,0.0,0.602307231234183,0.153725174569888,0.0,0.406642720358329,0.153725174569888,0.0,0.412671790233546,0.5,0.153725174569888,0.0,0.291462324423858,0.153725174569888,0.000849510929884172,0.0355595506800808,0.5,0.153725174569888,0.0,0.132418428490583,0.153725174569888,0.000172216221064023,0.128071578732084,0.153725174569888,0.0,0.0539799870614721,0.153725174569888,0.0,0.242914555598876,0.153725174569888,0.0,0.208512770581839,0.153725174569888,0.0,0.201719334524243,0.153725174569888,0.000406543645001837,0.0511726833825281,0.5,0.153725174569888,0.00140533200004347,0.00866614335784539,0,0.0967731264195565,0.635463908944891 -106,0.5,0.153725174569888,0.00934695736443765,0.143558345017068,0.153725174569888,0.00287434099992982,0.103761326045584,0.153725174569888,0.0121116448361657,0.201925655571594,0.153725174569888,0.0137157811638338,0.130017774988627,0.153725174569888,0.00239273403167416,0.454552552764407,0.153725174569888,0.000738225332057891,0.693025937209608,0.153725174569888,0.00354514518715403,0.506669051546747,0.153725174569888,0.00496432288692559,0.470982344455355,0.5,0.153725174569888,0.0114895536129437,0.319812740020024,0.153725174569888,0.0162218780267392,0.216053602002661,0.5,0.153725174569888,0.00859769645852465,0.352170158292967,0.153725174569888,0.00926482692685715,0.179766610151701,0.153725174569888,0.00248780151230431,0.12324971818626,0.153725174569888,0.00469755814326849,0.295415137391367,0.153725174569888,0.0213223419800526,0.361132933435886,0.153725174569888,0.0255389397625419,0.26748463085346,0.153725174569888,0.0129039361747984,0.091994302549815,0.5,0.153725174569888,0.0243524419142643,0.0154235152688307,0,0.192008387634548,0.662590496889793 -107,0.5,0.153725174569888,0.0186680373015819,0.168624181584788,0.153725174569888,0.0495516403076145,0.377302707240788,0.153725174569888,0.0309547185913614,0.249677521552758,0.153725174569888,0.0202361250280953,0.156332227252025,0.153725174569888,0.00552903849276103,0.571568932184238,0.153725174569888,0.0105706502799034,0.681363556924822,0.153725174569888,0.0040552364105735,0.627243038509155,0.153725174569888,0.0194558444987612,0.445558498706985,0.5,0.153725174569888,0.0388006801198767,0.276249386030692,0.153725174569888,0.0303019145933235,0.261952970278777,0.5,0.153725174569888,0.0272650639177617,0.525556591058332,0.153725174569888,0.0281330047682337,0.338965158671921,0.153725174569888,0.0211962609013155,0.260393266603597,0.153725174569888,0.0164327017889934,0.375268186962704,0.153725174569888,0.0589481870960209,0.531283005783714,0.153725174569888,0.057506001634753,0.323434448209016,0.153725174569888,0.0281062482078625,0.202457587637059,0.5,0.153725174569888,0.057165237063727,0.0406507617947397,0,0.550143956192351,0.767837310994262 -108,0.5,0.153725174569888,0.050711359027876,0.213207350038021,0.153725174569888,0.06020975934109,0.490297066938243,0.153725174569888,0.0896295474698788,0.374479626513499,0.153725174569888,0.0300587276898382,0.195365978768757,0.153725174569888,0.00936273852174765,0.581871422423572,0.153725174569888,0.0451994536840653,0.563005173311218,0.153725174569888,0.00752158869330295,0.663249848770845,0.153725174569888,0.0660129182381465,0.304475038123763,0.5,0.153725174569888,0.069757952385604,0.228740501197378,0.153725174569888,0.0450527501730797,0.249074736522191,0.5,0.153725174569888,0.064478527351432,0.444651189391024,0.153725174569888,0.0490570453311903,0.384915493484837,0.153725174569888,0.0316190108768639,0.353012111106838,0.153725174569888,0.0229217591265654,0.486069760873034,0.153725174569888,0.055646334928082,0.583522609185596,0.153725174569888,0.0816495317776455,0.401091052221145,0.153725174569888,0.0442681335520129,0.258951648292218,0.5,0.153725174569888,0.0662353737949791,0.0978182256367027,0,0.413902417452744,0.644733222332742 -109,0.5,0.153725174569888,0.0720644510987838,0.345341326551676,0.153725174569888,0.0591074652846969,0.52549352800804,0.153725174569888,0.109041397523947,0.467282431111179,0.153725174569888,0.0455115620736235,0.218980642958777,0.153725174569888,0.0501104669235764,0.500032236961956,0.153725174569888,0.0945605239567943,0.399708062952399,0.153725174569888,0.0285317788261982,0.61610676837949,0.153725174569888,0.192617335174818,0.18289739956959,0.5,0.153725174569888,0.070541705830955,0.163351800048226,0.153725174569888,0.0432522490992973,0.236660260635061,0.5,0.153725174569888,0.0601090641628898,0.387231448668965,0.153725174569888,0.0562960792947755,0.300094396136424,0.153725174569888,0.0462177893058668,0.483781081333174,0.153725174569888,0.047277697260703,0.428806987616593,0.153725174569888,0.0316572840399064,0.569577119357787,0.153725174569888,0.0726025127374118,0.400718624362407,0.153725174569888,0.0465712591457349,0.307103891235898,0.5,0.153725174569888,0.0541004432467216,0.131409150763866,0,0.628834721858055,0.55625409897051 -110,0.5,0.153725174569888,0.0380947658642611,0.388265590480293,0.153725174569888,0.0258272358408273,0.437805238264443,0.153725174569888,0.0786355201371113,0.471073799351301,0.153725174569888,0.0623461293859526,0.193560012706141,0.153725174569888,0.0688639100750008,0.479745101118176,0.153725174569888,0.206771772457274,0.32183915666921,0.153725174569888,0.0286042368486986,0.561863699697243,0.153725174569888,0.27203167770614,0.154801198915535,0.5,0.153725174569888,0.107456838317792,0.187501257025918,0.153725174569888,0.0279192002063745,0.148702944482358,0.5,0.153725174569888,0.0299951020896249,0.277710854217863,0.153725174569888,0.0538510504915172,0.203224283473509,0.153725174569888,0.0206096442225695,0.466145693756203,0.153725174569888,0.127345219401991,0.391440032589032,0.153725174569888,0.0215430263537253,0.445586975161653,0.153725174569888,0.041713401339333,0.35371278508637,0.153725174569888,0.0379540511926912,0.254009198789089,0.5,0.153725174569888,0.035194944530578,0.155709792762135,0,0.677110822816565,0.650679864347755 -111,0.5,0.153725174569888,0.0172741305769008,0.305133834481475,0.153725174569888,0.00462748449604506,0.424227308095432,0.153725174569888,0.0347966930360381,0.334017029538524,0.153725174569888,0.0488316458734198,0.175029503633996,0.153725174569888,0.112583458063001,0.45888906195322,0.153725174569888,0.247453376886841,0.20270628108601,0.153725174569888,0.0223725488513384,0.503637475490246,0.153725174569888,0.26914553448057,0.147427394693512,0.5,0.153725174569888,0.0954227324855528,0.201379328620032,0.153725174569888,0.0334304322746011,0.0947197745198176,0.5,0.153725174569888,0.0168260146703097,0.1929056548584,0.153725174569888,0.0438265749577715,0.134330153380438,0.153725174569888,0.0751751393790953,0.446498747539113,0.153725174569888,0.110984074394846,0.408292413526592,0.153725174569888,0.0173681799208824,0.463371297970638,0.153725174569888,0.0162662755089017,0.228314651322846,0.153725174569888,0.0195343735866152,0.204615821241112,0.5,0.153725174569888,0.016118104607154,0.115928805212282,0,0.670671734496522,0.744117831750808 -112,0.5,0.153725174569888,0.000234225792959951,0.298610850264293,0.153725174569888,0.0,0.48138054626837,0.153725174569888,0.00135020410682473,0.228994712696599,0.153725174569888,0.0,0.178489329386829,0.153725174569888,0.0422768926732521,0.3374285553776,0.153725174569888,0.114266684222274,0.18823191042275,0.153725174569888,0.0207099563577521,0.384006610589687,0.153725174569888,0.0892740288092651,0.135928119537257,0.5,0.153725174569888,0.0385059842665136,0.170058771047425,0.153725174569888,0.0106076249215524,0.0447124529248057,0.5,0.153725174569888,0.00701511070810815,0.219466420468651,0.153725174569888,0.0130597662783183,0.0952979179583311,0.153725174569888,0.000133616815991239,0.502506616636923,0.153725174569888,0.026391868337888,0.390282669861437,0.153725174569888,0.000856653539163518,0.48952855658784,0.153725174569888,0.0145167323780253,0.205624504886226,0.153725174569888,0.00440342028367813,0.162268869648327,0.5,0.153725174569888,0.00435503933837707,0.083792823296736,0,0.623359684670959,0.751043918042359 -113,0.5,0.153725174569888,0.0,0.369138744986815,0.153725174569888,0.0,0.615091949499523,0.153725174569888,0.0,0.178302351384987,0.153725174569888,0.0,0.197642172924904,0.153725174569888,0.0,0.280554576820193,0.153725174569888,0.0,0.233035548672408,0.153725174569888,0.0,0.210000456610064,0.153725174569888,0.0,0.156312827036519,0.5,0.153725174569888,0.0,0.134039913904675,0.153725174569888,0.0,0.0268875681342907,0.5,0.153725174569888,0.0,0.158066549425485,0.153725174569888,1.08918846914113e-05,0.0544453117821424,0.153725174569888,0.0,0.475554168057156,0.153725174569888,0.0,0.340762452995988,0.153725174569888,0.0,0.497291218918547,0.153725174569888,0.0,0.134048361240064,0.153725174569888,0.0,0.11470717510125,0.5,0.153725174569888,0.0,0.0527519362433599,0,0.79315017248633,0.694505157558551 -114,0.5,0.153725174569888,0.0,0.399717812580925,0.153725174569888,0.0,0.478214426861106,0.153725174569888,0.0,0.150689292902891,0.153725174569888,0.0,0.212347547459416,0.153725174569888,0.0,0.300762413979113,0.153725174569888,0.0,0.243304440848885,0.153725174569888,0.0,0.174508840633126,0.153725174569888,0.0,0.178232941108357,0.5,0.153725174569888,0.0,0.114839418742501,0.153725174569888,0.0,0.0165821419763707,0.5,0.153725174569888,0.0,0.0891364202252704,0.153725174569888,0.0,0.0276500097597947,0.153725174569888,0.0,0.457921367908355,0.153725174569888,0.0,0.320134333672044,0.153725174569888,0.0,0.461624061678983,0.153725174569888,0.0,0.102004113843207,0.153725174569888,0.0,0.0809458866197794,0.5,0.153725174569888,0.0,0.0499272096546129,0,0.898041148853239,0.87377091869991 -115,0.5,0.153725174569888,0.0,0.399627018628014,0.153725174569888,0.0,0.332871830782025,0.153725174569888,0.0,0.138775600908625,0.153725174569888,0.0,0.18060413588919,0.153725174569888,0.0,0.314350702287835,0.153725174569888,0.0,0.258088004740947,0.153725174569888,0.0,0.206236959304934,0.153725174569888,0.0,0.204143495839455,0.5,0.153725174569888,0.0,0.116415908989148,0.153725174569888,0.0,0.00811524849976945,0.5,0.153725174569888,0.0,0.0700006197518138,0.153725174569888,0.0,0.0200154759306472,0.153725174569888,0.0,0.427464282284823,0.153725174569888,0.0,0.338574124458627,0.153725174569888,0.0,0.35723063908305,0.153725174569888,0.0,0.094202554332484,0.153725174569888,0.0,0.07867945611206,0.5,0.153725174569888,0.0,0.0446985019711417,0,0.926333833810715,0.917622652180876 -116,0.5,0.153725174569888,0.0,0.434009710519437,0.153725174569888,0.0,0.273894113060502,0.153725174569888,0.0,0.114039084401494,0.153725174569888,0.0,0.165352041643313,0.153725174569888,0.0,0.309757179709395,0.153725174569888,0.0,0.320507342127046,0.153725174569888,0.0,0.250572784424312,0.153725174569888,0.0,0.260824672282956,0.5,0.153725174569888,0.0,0.157613287857973,0.153725174569888,0.0,0.00367648809880824,0.5,0.153725174569888,0.0,0.0611728614452726,0.153725174569888,0.0,0.0166832815131593,0.153725174569888,0.0,0.3751100266447,0.153725174569888,0.0,0.341980768305619,0.153725174569888,0.0,0.214540604002547,0.153725174569888,0.0,0.105668529637821,0.153725174569888,0.0,0.0781789972150352,0.5,0.153725174569888,0.0,0.0381739620810058,0,0.956551065492326,0.938992084321946 -117,0.5,0.153725174569888,0.0,0.395684481081155,0.153725174569888,0.0,0.252864327259196,0.153725174569888,0.0,0.0929574574181132,0.153725174569888,0.0,0.14372007122447,0.153725174569888,0.0,0.32870862875409,0.153725174569888,0.0,0.385114093955644,0.153725174569888,0.0,0.289761495487167,0.153725174569888,0.0,0.350950164317292,0.5,0.153725174569888,0.0,0.243937114824505,0.153725174569888,0.0,0.00198628383174361,0.5,0.153725174569888,0.0,0.0514164027088527,0.153725174569888,0.0,0.024852335603799,0.153725174569888,0.0,0.341788030042232,0.153725174569888,0.0,0.317071687385873,0.153725174569888,0.0,0.174827162399399,0.153725174569888,0.0,0.128542532837432,0.153725174569888,0.0,0.0740008686169687,0.5,0.153725174569888,0.0,0.0216658577630757,0,0.926054124146961,0.962508207725369 -118,0.5,0.153725174569888,0.0,0.32405421881299,0.153725174569888,0.0,0.225501590302839,0.153725174569888,0.0,0.107589328025271,0.153725174569888,0.0,0.114484872974836,0.153725174569888,0.0,0.367572882310731,0.153725174569888,0.0,0.452617770415203,0.153725174569888,0.0,0.314642789745341,0.153725174569888,0.0,0.438753711388125,0.5,0.153725174569888,0.0,0.302644049953667,0.153725174569888,0.0,0.000642299826742614,0.5,0.153725174569888,0.0,0.0498828520203112,0.153725174569888,0.0,0.0389926022808532,0.153725174569888,0.0,0.349342481378647,0.153725174569888,0.0,0.318623402750267,0.153725174569888,0.0,0.171351363957258,0.153725174569888,0.0,0.164154123594244,0.153725174569888,0.0,0.0605242259367675,0.5,0.153725174569888,0.0,0.010361080342057,0,0.861049995740264,0.97858092665054 -119,0.5,0.153725174569888,0.0,0.258834769381805,0.153725174569888,0.0,0.201530118308277,0.153725174569888,0.0,0.114861063388612,0.153725174569888,0.0,0.0886306141067051,0.153725174569888,0.0,0.43995246928199,0.153725174569888,0.0,0.617514238903358,0.153725174569888,0.0,0.403048694262179,0.153725174569888,0.0,0.527023621267408,0.5,0.153725174569888,0.0,0.314879586452528,0.153725174569888,0.0,0.000634005077687248,0.5,0.153725174569888,0.0,0.0549412907012672,0.153725174569888,0.0,0.0492532643904442,0.153725174569888,0.0,0.349456818588325,0.153725174569888,0.0,0.351739277438014,0.153725174569888,0.0,0.179513451163796,0.153725174569888,0.0,0.205889073161256,0.153725174569888,0.0,0.0511639224933488,0.5,0.153725174569888,0.0,0.00373041830091623,0,0.812072716679995,0.996533676044849 -120,0.5,0.153725174569888,0.0,0.225311198570532,0.153725174569888,0.0,0.18663681226907,0.153725174569888,0.0,0.125053425717135,0.153725174569888,0.0,0.0738545341764913,0.153725174569888,0.0,0.586529147049864,0.153725174569888,0.0,0.731882179710414,0.153725174569888,0.0,0.577660046505512,0.153725174569888,0.0,0.59936715977111,0.5,0.153725174569888,0.0,0.331055056408116,0.153725174569888,0.0,0.0020302411599281,0.5,0.153725174569888,0.0,0.0464557724072489,0.153725174569888,0.0,0.0519879309986943,0.153725174569888,0.0,0.320118162939318,0.153725174569888,0.0,0.438328675349771,0.153725174569888,0.0,0.216134199377729,0.153725174569888,0.0,0.277843925931716,0.153725174569888,0.0,0.0441846751125785,0.5,0.153725174569888,0.0,0.000906071336188827,0,0.746269630575774,1.00701112916382 -121,0.5,0.153725174569888,0.0,0.204471332800475,0.153725174569888,0.0,0.227882298476258,0.153725174569888,0.0,0.140926616816513,0.153725174569888,0.0,0.0762344851550874,0.153725174569888,0.0,0.751927423912367,0.153725174569888,0.0,0.851223869560362,0.153725174569888,0.0,0.736895248965438,0.153725174569888,0.0,0.660510568469116,0.5,0.153725174569888,0.0,0.368938011087419,0.153725174569888,0.0,0.00395862012798505,0.5,0.153725174569888,0.0,0.0523691043224636,0.153725174569888,0.0,0.063060916067645,0.153725174569888,0.0,0.343997372410265,0.153725174569888,0.0,0.578691469880542,0.153725174569888,0.0,0.317121819600663,0.153725174569888,0.0,0.402148199703121,0.153725174569888,0.0,0.046080376455826,0.5,0.153725174569888,0.0,0.00133848575576225,0,0.680948018488646,1.00850381012998 -122,0.5,0.153725174569888,0.0,0.200979308685211,0.153725174569888,0.0,0.347503834504362,0.153725174569888,0.0,0.177582952994623,0.153725174569888,0.0,0.088689434970356,0.153725174569888,0.0,0.864424732060334,0.153725174569888,0.0,0.890268336675862,0.153725174569888,0.0,0.851160756498138,0.153725174569888,0.0,0.757571013236785,0.5,0.153725174569888,0.0,0.445102666295254,0.153725174569888,0.0,0.00806260053975123,0.5,0.153725174569888,0.0,0.0771464113584658,0.153725174569888,0.0,0.0682254226471496,0.153725174569888,0.0,0.414889102309805,0.153725174569888,0.0,0.678994793054548,0.153725174569888,0.0,0.465348614049296,0.153725174569888,0.0,0.510971508938012,0.153725174569888,0.0,0.0629785627940112,0.5,0.153725174569888,0.0,0.00540084917926606,0,0.561816567057266,1.00897527224374 -123,0.5,0.153725174569888,0.0,0.20402426670657,0.153725174569888,0.0,0.409446432292782,0.153725174569888,0.0,0.227568604303251,0.153725174569888,0.0,0.10487227933887,0.153725174569888,0.0,0.916444140462672,0.153725174569888,0.0,0.931432815456578,0.153725174569888,0.0,0.875248055064022,0.153725174569888,0.0,0.783983554195923,0.5,0.153725174569888,0.0,0.475105730787144,0.153725174569888,0.0,0.01479535798621,0.5,0.153725174569888,0.0,0.11432788795426,0.153725174569888,0.0,0.0941471180628924,0.153725174569888,0.0,0.521998952244027,0.153725174569888,0.0,0.75462292561374,0.153725174569888,0.0,0.580814597896123,0.153725174569888,0.0,0.581387071582408,0.153725174569888,0.0,0.0961116894478322,0.5,0.153725174569888,0.0,0.0166615366213196,0,0.532560915004038,1.01020330978826 -124,0.5,0.153725174569888,0.0,0.210789713638244,0.153725174569888,0.0,0.523895341622446,0.153725174569888,0.0,0.26861859911017,0.153725174569888,0.0,0.134592753738686,0.153725174569888,0.0,0.974365536587316,0.153725174569888,0.0,0.9791334213771,0.153725174569888,0.0,0.935573502204295,0.153725174569888,0.0,0.801609007812319,0.5,0.153725174569888,0.0,0.406030678324348,0.153725174569888,0.0,0.0277991284626365,0.5,0.153725174569888,0.0,0.150336942043588,0.153725174569888,0.0,0.123150809748814,0.153725174569888,0.0,0.656087738133957,0.153725174569888,0.0,0.840580068609974,0.153725174569888,0.0,0.653472909951153,0.153725174569888,0.0,0.610278358687432,0.153725174569888,0.0,0.138123606350501,0.5,0.153725174569888,0.0,0.037206594591327,0,0.515803633993607,1.01100843150475 -125,0.5,0.153725174569888,0.0,0.228240588317721,0.153725174569888,0.0,0.713891547569484,0.153725174569888,0.0,0.288353681384722,0.153725174569888,0.0,0.153132373570263,0.153725174569888,0.0,1.01087573741799,0.153725174569888,0.0,0.978358845484998,0.153725174569888,0.0,1.00031049183229,0.153725174569888,0.0,0.803079800821583,0.5,0.153725174569888,0.0,0.406029579402352,0.153725174569888,0.0,0.0305291273474145,0.5,0.153725174569888,0.0,0.135338834845066,0.153725174569888,0.0,0.142204988687569,0.153725174569888,0.0,0.78886071182447,0.153725174569888,0.0,0.919364296309432,0.153725174569888,0.0,0.737311831087673,0.153725174569888,0.0,0.668150605289453,0.153725174569888,0.0,0.15818024978321,0.5,0.153725174569888,0.0,0.0625062572462737,0,0.436511512706552,1.01120745311433 -126,0.5,0.153725174569888,0.0,0.288621899591851,0.153725174569888,0.0,0.862215624054735,0.153725174569888,0.0,0.355621667183948,0.153725174569888,0.0,0.168681422042882,0.153725174569888,0.0,1.01565975737603,0.153725174569888,0.0,0.970268244529547,0.153725174569888,0.0,1.01397527595831,0.153725174569888,0.0,0.760436982162321,0.5,0.153725174569888,0.0,0.365816353442247,0.153725174569888,0.0,0.0325077836556468,0.5,0.153725174569888,0.0,0.120568770603841,0.153725174569888,0.0,0.127485344388025,0.153725174569888,0.0,0.864132698146794,0.153725174569888,0.0,0.951838345705539,0.153725174569888,0.0,0.843326918693003,0.153725174569888,0.0,0.712001820639785,0.153725174569888,0.0,0.180256841195173,0.5,0.153725174569888,0.0,0.0633837645997758,0,0.538492589039725,1.01078364865344 -127,0.5,0.153725174569888,0.0,0.409526570008652,0.153725174569888,0.0,0.92741921462217,0.153725174569888,0.0,0.446250606203472,0.153725174569888,0.0,0.196025139590644,0.153725174569888,0.0,0.998088842696316,0.153725174569888,0.0,0.91574200939325,0.153725174569888,0.0,1.00670360047047,0.153725174569888,0.0,0.740539866725147,0.5,0.153725174569888,0.0,0.322826803531006,0.153725174569888,0.0,0.0274761379736083,0.5,0.153725174569888,0.0,0.149745968018101,0.153725174569888,0.0,0.134192910683727,0.153725174569888,0.0,0.928770661563101,0.153725174569888,0.0,0.926758288107135,0.153725174569888,0.0,0.912130652819825,0.153725174569888,0.0,0.686838870486608,0.153725174569888,0.0,0.196401203617436,0.5,0.153725174569888,0.0,0.0519119723245962,0,0.740574248008872,1.00930781602042 -128,0.5,0.153725174569888,0.0,0.533264250415037,0.153725174569888,0.0,0.931891251454596,0.153725174569888,0.0,0.506137713791359,0.153725174569888,0.0,0.24074769994134,0.153725174569888,0.0,0.92335857896516,0.153725174569888,0.0,0.870482500811462,0.153725174569888,0.0,0.97975727430082,0.153725174569888,0.0,0.686891105308175,0.5,0.153725174569888,0.0,0.265824788364893,0.153725174569888,0.0,0.0257205237878515,0.5,0.153725174569888,0.0,0.12498911658363,0.153725174569888,0.0,0.128765631704698,0.153725174569888,0.0,0.944432615127161,0.153725174569888,0.0,0.832031484093965,0.153725174569888,0.0,0.957248127501484,0.153725174569888,0.0,0.674782010257501,0.153725174569888,0.0,0.196457350879619,0.5,0.153725174569888,0.0,0.0502303416864687,0,0.771038743180506,1.00720227944189 -129,0.5,0.153725174569888,4.9631039327335e-05,0.632184657936493,0.153725174569888,0.0,0.922389970819877,0.153725174569888,4.90565269317006e-05,0.521537017207374,0.153725174569888,0.00150045554165531,0.274265500286625,0.153725174569888,0.0,0.843645952898325,0.153725174569888,0.0,0.767051536089848,0.153725174569888,0.0,0.933657488764368,0.153725174569888,0.0,0.652624516177913,0.5,0.153725174569888,0.0,0.233229373380217,0.153725174569888,0.00279170976353689,0.022640300026342,0.5,0.153725174569888,1.39847782486401e-07,0.135285948290292,0.153725174569888,0.000783665865896491,0.123324727792238,0.153725174569888,0.0,0.886597856752173,0.153725174569888,0.0,0.866224017446622,0.153725174569888,0.0,0.944409121983168,0.153725174569888,0.0,0.623349549293895,0.153725174569888,0.00124988082276191,0.169400280390838,0.5,0.153725174569888,0.00672190659728256,0.0543231569265915,0,0.870128958848141,0.997776607442412 -130,0.5,0.153725174569888,0.0111558677934544,0.68473027759242,0.153725174569888,0.00116526754284174,0.881402882930711,0.153725174569888,0.0184318347971272,0.52919751168896,0.153725174569888,0.0586778840948753,0.322466588620983,0.153725174569888,0.00125061474309036,0.732417802573724,0.153725174569888,0.00120977048927217,0.719621103984313,0.153725174569888,0.000983682176655169,0.838391787738344,0.153725174569888,0.000753817713087807,0.651376733221803,0.5,0.153725174569888,0.00275689611133703,0.274399167299226,0.153725174569888,0.0679657908340939,0.0276107550822027,0.5,0.153725174569888,0.0232874809802751,0.117871670430322,0.153725174569888,0.0542034338699135,0.0976274769171432,0.153725174569888,0.000768865346455408,0.834108488084347,0.153725174569888,0.00274083604149132,0.780887934659805,0.153725174569888,0.0010239368857956,0.902796921849602,0.153725174569888,0.00299880474497353,0.607397484915324,0.153725174569888,0.0389390282395089,0.169238306411628,0.5,0.153725174569888,0.13344097290628,0.0446152929033451,0,0.966056877546929,1.00625372842544 -131,0.5,0.153725174569888,0.031266970537567,0.730917607119215,0.153725174569888,0.00806818075224835,0.72666919195766,0.153725174569888,0.054421722314291,0.519576045338793,0.153725174569888,0.131731119840691,0.329843445018975,0.153725174569888,0.0174110061949414,0.734064581702024,0.153725174569888,0.00545500932753484,0.612683105453321,0.153725174569888,0.00854992780905638,0.780294452555042,0.153725174569888,0.00374937558227037,0.690856011929983,0.5,0.153725174569888,0.00705837304253844,0.305449921833319,0.153725174569888,0.141535139700979,0.0281265434034815,0.5,0.153725174569888,0.0741475904931365,0.090124432010729,0.153725174569888,0.126251229056769,0.092630992980938,0.153725174569888,0.00396837785071614,0.730952724948205,0.153725174569888,0.0258712026083925,0.700701765394619,0.153725174569888,0.00778014334588777,0.756038223599172,0.153725174569888,0.00973879393856683,0.616685724775255,0.153725174569888,0.0556954826697244,0.159723455008812,0.5,0.153725174569888,0.243303040391879,0.0431503860508399,0,0.972989502044782,1.00787988468998 -132,0.5,0.153725174569888,0.0270641210395678,0.740230761392487,0.153725174569888,0.0545796330878909,0.560136081322163,0.153725174569888,0.0974732367451,0.58485798833757,0.153725174569888,0.128596147796573,0.341571887440979,0.153725174569888,0.027375246142191,0.651806014772709,0.153725174569888,0.00438780635255973,0.531276258489346,0.153725174569888,0.00571420455561287,0.771527530404127,0.153725174569888,0.005696030073476,0.690658048566505,0.5,0.153725174569888,0.00986525031612979,0.360095663180134,0.153725174569888,0.208750671739459,0.0193417690168158,0.5,0.153725174569888,0.101420131826237,0.0860606368138438,0.153725174569888,0.162200638814231,0.078652358836375,0.153725174569888,0.0356376700981402,0.632363486086536,0.153725174569888,0.0483938836690714,0.69372927563443,0.153725174569888,0.0336651817445198,0.652295409871716,0.153725174569888,0.018848444203148,0.626459676516485,0.153725174569888,0.0593174433950304,0.147861729567243,0.5,0.153725174569888,0.29869861231905,0.0399562636377856,0,0.939285235427674,1.0076719769561 -133,0.5,0.153725174569888,0.031851948646355,0.689350879421603,0.153725174569888,0.0552871928563222,0.598795477774257,0.153725174569888,0.132468312006869,0.552554913187117,0.153725174569888,0.076525739950604,0.354355091044783,0.153725174569888,0.0178955686405823,0.531541759033719,0.153725174569888,0.00546713547386445,0.54814299624076,0.153725174569888,0.00458938854629612,0.812298339912469,0.153725174569888,0.0084105406312757,0.697117540797547,0.5,0.153725174569888,0.0102635450640584,0.487499683969015,0.153725174569888,0.254996327688386,0.0127368284804809,0.5,0.153725174569888,0.0887454789332342,0.0876334342485752,0.153725174569888,0.160420311719182,0.0755332546312336,0.153725174569888,0.0703035997276955,0.648474683259887,0.153725174569888,0.0347280532404633,0.654729394208827,0.153725174569888,0.0243957489599471,0.621370921049054,0.153725174569888,0.0104393040576385,0.663051797138846,0.153725174569888,0.0689717787832165,0.139508434107181,0.5,0.153725174569888,0.329721722156258,0.0468345077135658,0,0.850637377267281,0.996224921471167 -134,0.5,0.153725174569888,0.025002624118179,0.624801817247256,0.153725174569888,0.0318802478950631,0.464323501767698,0.153725174569888,0.104522799548048,0.48397449229697,0.153725174569888,0.0615107653975384,0.306728468616384,0.153725174569888,0.0150820226973772,0.591302011732018,0.153725174569888,0.00985646685138815,0.61025057370901,0.153725174569888,0.00428753231395747,0.863453424277772,0.153725174569888,0.00968253310402283,0.694063095632254,0.5,0.153725174569888,0.0072687708672758,0.503506335874317,0.153725174569888,0.293763652287354,0.00812803671816461,0.5,0.153725174569888,0.0603147388594626,0.106373133655941,0.153725174569888,0.118948868685705,0.0867316152785398,0.153725174569888,0.0498758021667953,0.649856422067148,0.153725174569888,0.0293165077015095,0.605561797203344,0.153725174569888,0.0108356419394025,0.556420406010664,0.153725174569888,0.00373876497680319,0.721349896888526,0.153725174569888,0.0980672184709464,0.11993973360454,0.5,0.153725174569888,0.324215557416469,0.0418232940627207,0,0.784646698741774,0.998861460678994 -135,0.5,0.153725174569888,0.0116702271782542,0.550050675317882,0.153725174569888,0.0175270515647213,0.491167309482372,0.153725174569888,0.0498520973050292,0.437172535659529,0.153725174569888,0.0343083861751442,0.263633560263831,0.153725174569888,0.0065198455578043,0.537154562322524,0.153725174569888,0.00496116282415177,0.652904798968243,0.153725174569888,0.00213807414399352,0.854061449337248,0.153725174569888,0.00284756660440921,0.736491312495036,0.5,0.153725174569888,0.00296979353306997,0.5128381448343,0.153725174569888,0.195663053984789,0.0140369973252886,0.5,0.153725174569888,0.0262393638160478,0.111791995156853,0.153725174569888,0.0595915609531944,0.10814471512435,0.153725174569888,0.0210090740061769,0.611875841222778,0.153725174569888,0.018238132889819,0.615511154756567,0.153725174569888,0.00358040767003873,0.618078239505566,0.153725174569888,0.00216619859969274,0.778235038899759,0.153725174569888,0.0878816656724351,0.112505531359654,0.5,0.153725174569888,0.269475547934418,0.0267324701001817,0,0.653759963590652,1.00359211530189 -136,0.5,0.153725174569888,0.000212319126641656,0.491272400451737,0.153725174569888,0.0,0.525609325372027,0.153725174569888,0.00386830032112514,0.463950017323066,0.153725174569888,0.000490004918010939,0.258744530735209,0.153725174569888,0.0010476379507019,0.449927378584262,0.153725174569888,0.00126514076496948,0.598904294461583,0.153725174569888,0.000854246123443037,0.840882710002257,0.153725174569888,0.00366789697982619,0.716554163995423,0.5,0.153725174569888,0.000821228396669332,0.509529829155711,0.153725174569888,0.0558081001105253,0.0204296354013424,0.5,0.153725174569888,0.00534697748204433,0.138278415361133,0.153725174569888,0.0157668451135124,0.143245313592528,0.153725174569888,0.000301456934635876,0.556913656298872,0.153725174569888,0.00126701550367148,0.537938132798488,0.153725174569888,0.000631478498314643,0.711228044572964,0.153725174569888,0.000559949959377077,0.784053633199657,0.153725174569888,0.0227164694121777,0.116389861834363,0.5,0.153725174569888,0.0695182500821562,0.022067734220771,0,0.616747924454896,0.98989481687661 -137,0.5,0.153725174569888,0.0,0.452569050215271,0.153725174569888,0.0,0.43004063408342,0.153725174569888,0.0,0.527244473034649,0.153725174569888,0.0,0.280770133405023,0.153725174569888,0.0,0.403079391552989,0.153725174569888,0.0,0.628893395038314,0.153725174569888,0.0,0.876418228386373,0.153725174569888,0.0,0.643463867717522,0.5,0.153725174569888,4.79062613871332e-07,0.499822074227766,0.153725174569888,0.0,0.0203434896482487,0.5,0.153725174569888,0.0,0.194548052877483,0.153725174569888,3.7600107829632e-05,0.224411713556192,0.153725174569888,0.0,0.54474094607468,0.153725174569888,0.0,0.441349126561518,0.153725174569888,0.0,0.710223026625275,0.153725174569888,0.0,0.753170034845887,0.153725174569888,0.0,0.137434750166191,0.5,0.153725174569888,0.0,0.0155408304786049,0,0.634598164255259,0.977002749538828 -138,0.5,0.153725174569888,0.0,0.468846239735669,0.153725174569888,0.0,0.31741316919839,0.153725174569888,0.0,0.601440315449781,0.153725174569888,0.0,0.307010875504382,0.153725174569888,0.0,0.443006493537027,0.153725174569888,0.0,0.614984691945068,0.153725174569888,0.0,0.857794633787228,0.153725174569888,0.0,0.578744104589611,0.5,0.153725174569888,0.0,0.479748012024305,0.153725174569888,0.0,0.0221408944093175,0.5,0.153725174569888,0.0,0.291665764215876,0.153725174569888,0.0,0.248946418349291,0.153725174569888,0.0,0.480690157949003,0.153725174569888,0.0,0.411699193470871,0.153725174569888,0.0,0.702427009876239,0.153725174569888,0.0,0.76044633660027,0.153725174569888,0.0,0.176640666257252,0.5,0.153725174569888,0.0,0.0135386059623237,0,0.501027257615922,0.985930591834821 -139,0.5,0.153725174569888,0.0,0.518966037439744,0.153725174569888,0.0,0.255146609842493,0.153725174569888,0.0,0.601992882532698,0.153725174569888,0.0,0.341831612088846,0.153725174569888,0.0,0.605542553312784,0.153725174569888,0.0,0.521326906380713,0.153725174569888,0.0,0.750335066306194,0.153725174569888,0.0,0.547428417168833,0.5,0.153725174569888,0.0,0.497521417712758,0.153725174569888,0.0,0.023693824464846,0.5,0.153725174569888,0.0,0.555692036501484,0.153725174569888,0.0,0.304385021432039,0.153725174569888,0.0,0.468059496132044,0.153725174569888,0.0,0.384379277513757,0.153725174569888,0.0,0.698219021680717,0.153725174569888,0.0,0.758018450037931,0.153725174569888,0.0,0.237072530950541,0.5,0.153725174569888,0.0,0.0135343175219689,0,0.406152349660451,0.977785192386848 -140,0.5,0.153725174569888,0.0,0.581849967593561,0.153725174569888,0.0,0.259017430772821,0.153725174569888,0.0,0.589309205133453,0.153725174569888,0.0,0.381673265296428,0.153725174569888,0.0,0.506929536799278,0.153725174569888,0.0,0.572963993429569,0.153725174569888,0.0,0.676249251839273,0.153725174569888,0.0,0.478496545759862,0.5,0.153725174569888,0.0,0.506005700470301,0.153725174569888,0.0,0.0369977025160141,0.5,0.153725174569888,0.0,0.55077492502775,0.153725174569888,0.0,0.344980713706785,0.153725174569888,0.0,0.404029831671268,0.153725174569888,0.0,0.475264545719803,0.153725174569888,0.0,0.672822248124082,0.153725174569888,0.0,0.69194144633669,0.153725174569888,0.0,0.297016132818887,0.5,0.153725174569888,0.0,0.0127956437043785,0,0.4560328892033,1.00451226555961 -141,0.5,0.153725174569888,0.0,0.611499643647087,0.153725174569888,0.0,0.263040044285658,0.153725174569888,0.0,0.600533054962164,0.153725174569888,0.0,0.402874086157815,0.153725174569888,0.0,0.41094340758553,0.153725174569888,0.0,0.6416301404766,0.153725174569888,0.0,0.718155385998765,0.153725174569888,0.0,0.393229403748563,0.5,0.153725174569888,0.0,0.502310976478969,0.153725174569888,0.0,0.0514423763289194,0.5,0.153725174569888,0.0,0.523932551495202,0.153725174569888,0.0,0.335095542307722,0.153725174569888,0.0,0.360403219148893,0.153725174569888,0.0,0.512602754511163,0.153725174569888,0.0,0.605460094794275,0.153725174569888,0.0,0.647245117306156,0.153725174569888,0.0,0.295260056935443,0.5,0.153725174569888,0.0,0.0173220236735603,0,0.410051246049332,0.993934942819487 -142,0.5,0.153725174569888,0.0,0.56206802775417,0.153725174569888,0.0,0.302705475070253,0.153725174569888,0.0,0.609001898503385,0.153725174569888,0.0,0.420799259420531,0.153725174569888,0.0,0.59034421684701,0.153725174569888,0.0,0.600419993256506,0.153725174569888,0.0,0.715201659153168,0.153725174569888,0.0,0.335903950893545,0.5,0.153725174569888,0.0,0.527972140822189,0.153725174569888,0.0,0.0647103132279322,0.5,0.153725174569888,0.0,0.474601563299833,0.153725174569888,0.0,0.312946252434023,0.153725174569888,0.0,0.415307133614526,0.153725174569888,0.0,0.473229967371101,0.153725174569888,0.0,0.526225391478547,0.153725174569888,0.0,0.588741347044083,0.153725174569888,0.0,0.310510399923138,0.5,0.153725174569888,0.0,0.0276635605969134,0,0.398527300924949,1.00096452257483 -143,0.5,0.153725174569888,0.0,0.479415344530108,0.153725174569888,0.0,0.280321791472385,0.153725174569888,0.0,0.568918815974313,0.153725174569888,0.0,0.431315113259783,0.153725174569888,0.0,0.684843171112001,0.153725174569888,0.0,0.600220511050312,0.153725174569888,0.0,0.676151476422567,0.153725174569888,0.0,0.35051042248713,0.5,0.153725174569888,0.0,0.571692760099012,0.153725174569888,0.0,0.0655680649861476,0.5,0.153725174569888,0.0,0.401912751117068,0.153725174569888,0.0,0.289416402375772,0.153725174569888,0.0,0.597509277964083,0.153725174569888,0.0,0.536930971407875,0.153725174569888,0.0,0.480403073078976,0.153725174569888,0.0,0.481968223817607,0.153725174569888,0.0,0.298788178928261,0.5,0.153725174569888,0.0,0.0392976880462667,0,0.464642608185674,1.00829088117214 -144,0.5,0.153725174569888,0.0,0.394461332280365,0.153725174569888,0.0,0.19758221268248,0.153725174569888,0.0,0.495184745018821,0.153725174569888,0.0,0.41805558562237,0.153725174569888,0.0,0.760473258026661,0.153725174569888,0.0,0.67215371016771,0.153725174569888,0.0,0.619294008045106,0.153725174569888,0.0,0.440805133990942,0.5,0.153725174569888,0.0,0.566425907089703,0.153725174569888,0.0,0.0697121596151181,0.5,0.153725174569888,0.0,0.413302038416018,0.153725174569888,0.0,0.288708662142263,0.153725174569888,0.0,0.494639147281258,0.153725174569888,0.0,0.633258925806768,0.153725174569888,0.0,0.532615574192362,0.153725174569888,0.0,0.442214899294155,0.153725174569888,0.0,0.326414584097148,0.5,0.153725174569888,0.0,0.0438894395366637,0,0.385652045841584,1.00939458757623 -145,0.5,0.153725174569888,0.0,0.329254008768909,0.153725174569888,0.0,0.418869830229346,0.153725174569888,0.0,0.426727620460976,0.153725174569888,0.0,0.407072157920642,0.153725174569888,0.0,0.815097565327828,0.153725174569888,0.0,0.765102735690632,0.153725174569888,0.0,0.615033604423663,0.153725174569888,0.0,0.51543515723928,0.5,0.153725174569888,0.0,0.510710400940006,0.153725174569888,0.0,0.0550712682812856,0.5,0.153725174569888,0.0,0.493408288332132,0.153725174569888,0.0,0.326155840700555,0.153725174569888,0.0,0.562791588575824,0.153725174569888,0.0,0.730299270430794,0.153725174569888,0.0,0.532083746604007,0.153725174569888,0.0,0.469346502108069,0.153725174569888,0.0,0.304934338325644,0.5,0.153725174569888,0.0,0.0469642449438108,0,0.342536029699095,1.01005721089239 -146,0.5,0.153725174569888,0.0,0.298353660240835,0.153725174569888,0.0,0.510123699448977,0.153725174569888,0.0,0.402387081689471,0.153725174569888,0.0,0.353796576188401,0.153725174569888,0.0,0.903353717067093,0.153725174569888,0.0,0.815888561089782,0.153725174569888,0.0,0.679317873968527,0.153725174569888,0.0,0.583714189818542,0.5,0.153725174569888,0.0,0.578252237341709,0.153725174569888,0.0,0.0510757790095644,0.5,0.153725174569888,0.0,0.498191349177371,0.153725174569888,0.0,0.290979466957745,0.153725174569888,0.0,0.704423062402036,0.153725174569888,0.0,0.802983019492951,0.153725174569888,0.0,0.477989076063379,0.153725174569888,0.0,0.53222444208495,0.153725174569888,0.0,0.287967093058652,0.5,0.153725174569888,0.0,0.0435462124204753,0,0.427235443362445,1.01094972898229 -147,0.5,0.153725174569888,0.0,0.292823878627038,0.153725174569888,0.0,0.59252108602428,0.153725174569888,0.0,0.401266549045069,0.153725174569888,0.0,0.31869281554922,0.153725174569888,0.0,0.905890854703229,0.153725174569888,0.0,0.837729481960823,0.153725174569888,0.0,0.720660637490348,0.153725174569888,0.0,0.686813468454975,0.5,0.153725174569888,0.0,0.678520763597604,0.153725174569888,0.0,0.0586190917624212,0.5,0.153725174569888,0.0,0.445625263084682,0.153725174569888,0.0,0.256830746846613,0.153725174569888,0.0,0.75462091766274,0.153725174569888,0.0,0.849941930462551,0.153725174569888,0.0,0.515597824313641,0.153725174569888,0.0,0.533033082913085,0.153725174569888,0.0,0.281264443811702,0.5,0.153725174569888,0.0,0.0508857633502593,0,0.46987113682968,1.01080311578405 -148,0.5,0.153725174569888,0.0,0.298004236534243,0.153725174569888,0.0,0.710646755009502,0.153725174569888,0.0,0.499429637133323,0.153725174569888,0.0,0.314457639772076,0.153725174569888,0.0,0.920941185542971,0.153725174569888,0.0,0.896388749196548,0.153725174569888,0.0,0.739549759413264,0.153725174569888,0.0,0.686029171099865,0.5,0.153725174569888,0.0,0.657309468657759,0.153725174569888,0.0,0.0745639202288602,0.5,0.153725174569888,0.0,0.371463316735479,0.153725174569888,0.0,0.2267633494997,0.153725174569888,0.0,0.846017481857879,0.153725174569888,0.0,0.866711472904692,0.153725174569888,0.0,0.617352821094109,0.153725174569888,0.0,0.583280707595674,0.153725174569888,0.0,0.266287087854993,0.5,0.153725174569888,0.0,0.0633401206005125,0,0.46692643931706,1.01056867973917 -149,0.5,0.153725174569888,0.0,0.320268798387494,0.153725174569888,0.0,0.814142791012451,0.153725174569888,0.0,0.567285717196558,0.153725174569888,0.0,0.34943121294646,0.153725174569888,0.0,0.964603350066349,0.153725174569888,0.0,0.939139402946505,0.153725174569888,0.0,0.776121849673122,0.153725174569888,0.0,0.706572530425951,0.5,0.153725174569888,0.0,0.640674963624443,0.153725174569888,0.0,0.0860172856873255,0.5,0.153725174569888,0.0,0.460344494684498,0.153725174569888,0.0,0.203121732954182,0.153725174569888,0.0,0.895117153998506,0.153725174569888,0.0,0.875567006150436,0.153725174569888,0.0,0.666387604075746,0.153725174569888,0.0,0.632433358331545,0.153725174569888,0.0,0.332574075822338,0.5,0.153725174569888,0.0,0.0749227078396272,0,0.55293028211689,1.01071791769227 -150,0.5,0.153725174569888,0.0,0.374909162599107,0.153725174569888,0.0,0.822762575699413,0.153725174569888,0.0,0.495223829363247,0.153725174569888,0.0,0.381964236868528,0.153725174569888,0.0,1.0021177617926,0.153725174569888,0.0,0.980110472476705,0.153725174569888,0.0,0.822497429810228,0.153725174569888,0.0,0.776482165503236,0.5,0.153725174569888,0.0,0.664404483234348,0.153725174569888,0.0,0.091648622741105,0.5,0.153725174569888,0.0,0.658681804421836,0.153725174569888,0.0,0.196795662911316,0.153725174569888,0.0,0.906798970798974,0.153725174569888,0.0,0.899029995335588,0.153725174569888,0.0,0.731631521051043,0.153725174569888,0.0,0.608300704676406,0.153725174569888,0.0,0.347824443623819,0.5,0.153725174569888,0.0,0.0909693346649375,0,0.664480583593496,1.01099667011316 -151,0.5,0.153725174569888,0.0,0.446245269973193,0.153725174569888,0.0,0.864883963678696,0.153725174569888,0.0,0.549466975896105,0.153725174569888,0.0,0.399609613993096,0.153725174569888,0.0,1.01854789059505,0.153725174569888,0.0,0.937170695407241,0.153725174569888,0.0,0.861059766498021,0.153725174569888,0.0,0.765996202506462,0.5,0.153725174569888,0.0,0.642364479424469,0.153725174569888,0.0,0.0949494974326762,0.5,0.153725174569888,0.0,0.511672363495944,0.153725174569888,0.0,0.150554241651402,0.153725174569888,0.0,0.911829292649417,0.153725174569888,0.0,0.937184790070105,0.153725174569888,0.0,0.789412095681523,0.153725174569888,0.0,0.650301491248665,0.153725174569888,0.0,0.372354822354171,0.5,0.153725174569888,0.0,0.0928771695519825,0,0.757515944936486,1.01129168298376 -152,0.5,0.153725174569888,0.0,0.523504745426058,0.153725174569888,0.0,0.923961784989285,0.153725174569888,0.0,0.575203327692504,0.153725174569888,0.0,0.425802904173234,0.153725174569888,0.0,1.01529910248962,0.153725174569888,0.0,0.909583548736955,0.153725174569888,0.0,0.900206227737506,0.153725174569888,0.0,0.69444444651985,0.5,0.153725174569888,0.0,0.591466198024218,0.153725174569888,0.0,0.0775067954684257,0.5,0.153725174569888,0.0,0.388359596733409,0.153725174569888,0.0,0.115037882962385,0.153725174569888,0.0,0.915621483232494,0.153725174569888,0.0,0.967896384885946,0.153725174569888,0.0,0.834028965106738,0.153725174569888,0.0,0.723764880781624,0.153725174569888,0.0,0.335778964232884,0.5,0.153725174569888,0.0,0.0794159021169137,0,0.86611777444893,1.0113939762954 -153,0.5,0.153725174569888,4.94814418243488e-05,0.589004542069242,0.153725174569888,0.0,0.964559000439575,0.153725174569888,8.37642359112653e-06,0.522984632860287,0.153725174569888,0.00153936826551501,0.463030234147118,0.153725174569888,0.0,0.998248036453233,0.153725174569888,0.0,0.891998777586552,0.153725174569888,0.0,0.874382228544216,0.153725174569888,0.0,0.614023751327996,0.5,0.153725174569888,0.0,0.547415190332432,0.153725174569888,0.00168082403808692,0.052207606073947,0.5,0.153725174569888,2.46480530604286e-06,0.364780742096887,0.153725174569888,0.000463930641007892,0.0869756397330332,0.153725174569888,0.0,0.944735756797249,0.153725174569888,0.0,0.974976886641897,0.153725174569888,0.0,0.851258841363982,0.153725174569888,0.0,0.690304898660446,0.153725174569888,0.00022788746837988,0.28082175836072,0.5,0.153725174569888,0.00106644813295878,0.0536088034949462,0,0.811651703227875,1.01129425189693 -154,0.5,0.153725174569888,0.0163774104981728,0.638960063135083,0.153725174569888,0.00165193003614365,0.960000024174059,0.153725174569888,0.00906799805669329,0.531125977515951,0.153725174569888,0.067408909367003,0.48239081832503,0.153725174569888,0.00159415091550589,0.990325496633428,0.153725174569888,0.00178745739299963,0.897006664329949,0.153725174569888,0.00621785529282441,0.8353530718409,0.153725174569888,0.00902268722152388,0.616112574676431,0.5,0.153725174569888,0.00946453795857073,0.542496098892831,0.153725174569888,0.0414236908678761,0.0249421210911672,0.5,0.153725174569888,0.00590498131524331,0.348633579172455,0.153725174569888,0.0265499788375737,0.067975926375582,0.153725174569888,0.000758904811531823,0.965787471776474,0.153725174569888,0.00155499899537227,0.951905459022612,0.153725174569888,0.00453459388855609,0.843178037238228,0.153725174569888,0.00432414270213323,0.640382252959372,0.153725174569888,0.00943918468351377,0.271094121913555,0.5,0.153725174569888,0.0194363597854552,0.0337948539009978,0,0.80280291313741,1.01114337836664 -155,0.5,0.153725174569888,0.0338066933638987,0.660327181294352,0.153725174569888,0.00673334495957577,0.891534624562017,0.153725174569888,0.0212410265074663,0.555666479937207,0.153725174569888,0.0905093598531215,0.433556003666924,0.153725174569888,0.00770448041308701,0.997241062891539,0.153725174569888,0.0123579860428212,0.933559435002597,0.153725174569888,0.0524778796749706,0.842235169677525,0.153725174569888,0.0435758952997931,0.683475924812795,0.5,0.153725174569888,0.0466363378747333,0.566168066729325,0.153725174569888,0.0897567150465213,0.00951372253034539,0.5,0.153725174569888,0.0411675263279913,0.29609273476954,0.153725174569888,0.0825430961817348,0.0674515845924989,0.153725174569888,0.00400997587587056,0.966977807523781,0.153725174569888,0.00801376019634878,0.94393654458714,0.153725174569888,0.0336978806700298,0.777068904787214,0.153725174569888,0.0255730248721221,0.726825520792419,0.153725174569888,0.0333075779724699,0.272218725832034,0.5,0.153725174569888,0.052740861817088,0.017961718187849,0,0.855589194638218,1.01120676689061 -156,0.5,0.153725174569888,0.0365397413802772,0.644697828094038,0.153725174569888,0.0133927096167513,0.846288175503527,0.153725174569888,0.0434249234520783,0.586654903361599,0.153725174569888,0.0817297126465739,0.370934571270669,0.153725174569888,0.0124026641079051,0.999111440958471,0.153725174569888,0.0132215258273966,0.900100767352136,0.153725174569888,0.0880693828784659,0.873242454527397,0.153725174569888,0.0285146392528028,0.621511457605753,0.5,0.153725174569888,0.0847093066997373,0.515744734979164,0.153725174569888,0.140225496761917,0.00322826526553735,0.5,0.153725174569888,0.151808437755273,0.286477628404853,0.153725174569888,0.146872650796317,0.0809731959102287,0.153725174569888,0.0125515029051975,0.954732156675336,0.153725174569888,0.0151046195714168,0.949738027482439,0.153725174569888,0.0832058404028257,0.768353352608211,0.153725174569888,0.0648671694148012,0.76674156263498,0.153725174569888,0.0633766156117701,0.277443167001801,0.5,0.153725174569888,0.090682902406286,0.00892228461902425,0,0.930396353807144,1.01125513546427 -157,0.5,0.153725174569888,0.0363048738291499,0.621105136233655,0.153725174569888,0.0165496905735702,0.894585533892688,0.153725174569888,0.0754270233105586,0.635753359432549,0.153725174569888,0.104957574649063,0.372173368089792,0.153725174569888,0.0238068644723586,0.986467179617048,0.153725174569888,0.0194740187430729,0.86079653115761,0.153725174569888,0.0429991478417158,0.836576210330806,0.153725174569888,0.0825444295903013,0.654033145959652,0.5,0.153725174569888,0.120412348610893,0.44851791509954,0.153725174569888,0.16240518474689,0.00369736650155593,0.5,0.153725174569888,0.312830992419068,0.28642378796996,0.153725174569888,0.210622686345523,0.0752621717280287,0.153725174569888,0.022929467497565,0.944537698587534,0.153725174569888,0.0209990417225333,0.942534412166621,0.153725174569888,0.0743553762002746,0.797425326130857,0.153725174569888,0.0408269117423788,0.730719731006913,0.153725174569888,0.0769253165287227,0.263051927327919,0.5,0.153725174569888,0.120982608021813,0.0077594001545436,0,0.956717908007912,1.01117496845948 -158,0.5,0.153725174569888,0.0366761593227647,0.6259520997738,0.153725174569888,0.00946124950562224,0.876412748433219,0.153725174569888,0.0724859647053688,0.595431191715004,0.153725174569888,0.0749551979532879,0.381911863591681,0.153725174569888,0.0805564869669584,0.981364100418024,0.153725174569888,0.0238797204687866,0.877291885992448,0.153725174569888,0.0280520103105444,0.753665004278024,0.153725174569888,0.0412028865170288,0.626426944076069,0.5,0.153725174569888,0.14018075380769,0.334405366929143,0.153725174569888,0.129183630293059,0.0026372353607267,0.5,0.153725174569888,0.367331870819834,0.211850346919135,0.153725174569888,0.244700421094584,0.0568148825092344,0.153725174569888,0.00758232897960661,0.952411578780703,0.153725174569888,0.0456703479327914,0.92861833348815,0.153725174569888,0.0229982218600961,0.75975494877034,0.153725174569888,0.0153702719581895,0.636178737430524,0.153725174569888,0.0843110854473409,0.214644991852325,0.5,0.153725174569888,0.130530345999481,0.0106006322733524,0,0.87237807369855,1.01113716923993 -159,0.5,0.153725174569888,0.00806042527564783,0.627214435812123,0.153725174569888,0.00578027208036412,0.820909357638615,0.153725174569888,0.045833777771717,0.553788170122283,0.153725174569888,0.0480265238674375,0.345137493646642,0.153725174569888,0.0387346964339313,0.979220730564608,0.153725174569888,0.0107063562871445,0.778196499156624,0.153725174569888,0.0199303159313012,0.74761223243542,0.153725174569888,0.0432949227775655,0.530473849124659,0.5,0.153725174569888,0.119765531091531,0.258367022299582,0.153725174569888,0.114103915398025,0.00455052161465041,0.5,0.153725174569888,0.280024066831382,0.138399157973087,0.153725174569888,0.175943945208589,0.0556612412252094,0.153725174569888,0.00316703168546831,0.918693426375006,0.153725174569888,0.0585367219497862,0.913950509688673,0.153725174569888,0.012269125565961,0.679423793332002,0.153725174569888,0.00916445605493261,0.542141639008917,0.153725174569888,0.0798054671611767,0.151454604792188,0.5,0.153725174569888,0.111296918518055,0.00428466811016089,0,0.885189962330668,1.01092367980193 -160,0.5,0.153725174569888,7.73246792941872e-05,0.620572539258482,0.153725174569888,0.0,0.82636816427297,0.153725174569888,0.0108175009598162,0.524070506886231,0.153725174569888,0.000144084273393308,0.287740726843476,0.153725174569888,0.0123748148133318,0.944721680841049,0.153725174569888,0.0345388886343664,0.68983403648072,0.153725174569888,0.0020795620411817,0.723627062964183,0.153725174569888,0.0255776884296879,0.456613278281801,0.5,0.153725174569888,0.052761283566932,0.209967820669583,0.153725174569888,0.0324951111287817,0.0106968715499466,0.5,0.153725174569888,0.0954810000036178,0.114425563923273,0.153725174569888,0.0684357397854919,0.0614991007201407,0.153725174569888,9.71154209598166e-05,0.901987845538794,0.153725174569888,0.0116039784743689,0.915038303477597,0.153725174569888,0.00145091813655272,0.654372678200356,0.153725174569888,0.00465079984411492,0.493174729019065,0.153725174569888,0.0379422204297195,0.128274678461866,0.5,0.153725174569888,0.0456351162193389,0.0100109460792396,0,0.846696344684852,1.01102180799577 -161,0.5,0.153725174569888,0.0,0.60916494941428,0.153725174569888,0.0,0.824171729578699,0.153725174569888,0.0,0.426261297916346,0.153725174569888,0.0,0.257573648675333,0.153725174569888,0.0,0.842399897533563,0.153725174569888,0.0,0.70146431793338,0.153725174569888,0.0,0.688174496365186,0.153725174569888,0.0,0.407684619412464,0.5,0.153725174569888,2.37801436379534e-05,0.199625238652382,0.153725174569888,0.0,0.0097512545360808,0.5,0.153725174569888,0.0,0.130680726703602,0.153725174569888,0.0,0.0682581586494614,0.153725174569888,0.0,0.883054056210098,0.153725174569888,0.0,0.89911147488682,0.153725174569888,0.0,0.652280078678189,0.153725174569888,0.0,0.445478312777833,0.153725174569888,0.0,0.123787644699957,0.5,0.153725174569888,0.0,0.0212680416597432,0,0.848498616849575,1.00971311490179 -162,0.5,0.153725174569888,0.0,0.600122587999755,0.153725174569888,0.0,0.897382749268393,0.153725174569888,0.0,0.372164524157604,0.153725174569888,0.0,0.246975159858299,0.153725174569888,0.0,0.852672461558879,0.153725174569888,0.0,0.700773303509308,0.153725174569888,0.0,0.706711632498833,0.153725174569888,0.0,0.476667363971125,0.5,0.153725174569888,0.0,0.199275591626829,0.153725174569888,0.0,0.0146028107785536,0.5,0.153725174569888,0.0,0.138756571960192,0.153725174569888,0.0,0.0717641519006003,0.153725174569888,0.0,0.902015136405488,0.153725174569888,0.0,0.84117089215647,0.153725174569888,0.0,0.628507442230375,0.153725174569888,0.0,0.399395745604725,0.153725174569888,0.0,0.117748125791844,0.5,0.153725174569888,0.0,0.0199468064959106,0,0.870139135225881,1.01013038746058 -163,0.5,0.153725174569888,0.0,0.573491760359362,0.153725174569888,0.0,0.856350955690197,0.153725174569888,0.0,0.34111671686481,0.153725174569888,0.0,0.234124757520794,0.153725174569888,0.0,0.884819860765274,0.153725174569888,0.0,0.801219258845413,0.153725174569888,0.0,0.748034941420032,0.153725174569888,0.0,0.515141052642239,0.5,0.153725174569888,0.0,0.188812179955591,0.153725174569888,0.0,0.0156557577107913,0.5,0.153725174569888,0.0,0.12527871717905,0.153725174569888,0.0,0.0760456188226291,0.153725174569888,0.0,0.882092959134527,0.153725174569888,0.0,0.844608321536188,0.153725174569888,0.0,0.619933614076914,0.153725174569888,0.0,0.415551092657674,0.153725174569888,0.0,0.110149168740634,0.5,0.153725174569888,0.0,0.0241672817477461,0,0.824050695315908,1.01082040466195 -164,0.5,0.153725174569888,0.0,0.538880698876485,0.153725174569888,0.0,0.763609154305683,0.153725174569888,0.0,0.34855478931031,0.153725174569888,0.0,0.201645598186919,0.153725174569888,0.0,0.935430067740986,0.153725174569888,0.0,0.85051784884101,0.153725174569888,0.0,0.817677737141396,0.153725174569888,0.0,0.476709551501164,0.5,0.153725174569888,0.0,0.170249861162364,0.153725174569888,0.0,0.0110115212865644,0.5,0.153725174569888,0.0,0.112827378114904,0.153725174569888,0.0,0.085012700755715,0.153725174569888,0.0,0.895594150770135,0.153725174569888,0.0,0.869818795779841,0.153725174569888,0.0,0.670092921800993,0.153725174569888,0.0,0.461535003836184,0.153725174569888,0.0,0.0914509077736151,0.5,0.153725174569888,0.0,0.0204350037051201,0,0.782626357722336,1.01099998167661 -165,0.5,0.153725174569888,0.0,0.527852225698041,0.153725174569888,0.0,0.841395816400684,0.153725174569888,0.0,0.371644971832981,0.153725174569888,0.0,0.187464553130635,0.153725174569888,0.0,0.968745758270164,0.153725174569888,0.0,0.832339067535748,0.153725174569888,0.0,0.817877646325093,0.153725174569888,0.0,0.411629813796664,0.5,0.153725174569888,0.0,0.148606484872133,0.153725174569888,0.0,0.0129055066183056,0.5,0.153725174569888,0.0,0.129014892171336,0.153725174569888,0.0,0.0749978821476554,0.153725174569888,0.0,0.925393362158163,0.153725174569888,0.0,0.9079236257447,0.153725174569888,0.0,0.745490958152212,0.153725174569888,0.0,0.441105413788114,0.153725174569888,0.0,0.0898142575190058,0.5,0.153725174569888,0.0,0.0216473809120584,0,0.809959252096657,1.0110443862016 -166,0.5,0.153725174569888,0.0,0.549481453344284,0.153725174569888,0.0,0.900796117807494,0.153725174569888,0.0,0.350189273949291,0.153725174569888,0.0,0.18725585066994,0.153725174569888,0.0,0.961570414313981,0.153725174569888,0.0,0.782416182283968,0.153725174569888,0.0,0.775047233593714,0.153725174569888,0.0,0.362520456097852,0.5,0.153725174569888,0.0,0.146078699549415,0.153725174569888,0.0,0.0132598355771707,0.5,0.153725174569888,0.0,0.136590261841604,0.153725174569888,0.0,0.0783488749046692,0.153725174569888,0.0,0.950583920215737,0.153725174569888,0.0,0.920311089800978,0.153725174569888,0.0,0.79104690063769,0.153725174569888,0.0,0.388273081167739,0.153725174569888,0.0,0.0914855228292262,0.5,0.153725174569888,0.0,0.0199692206071325,0,0.86170790848038,1.01102267926458 -167,0.5,0.153725174569888,0.0,0.589713911411435,0.153725174569888,0.0,0.9145305691989,0.153725174569888,0.0,0.28941724744967,0.153725174569888,0.0,0.179744223939739,0.153725174569888,0.0,0.9339698780776,0.153725174569888,0.0,0.719199089252889,0.153725174569888,0.0,0.719226463475772,0.153725174569888,0.0,0.319882487574183,0.5,0.153725174569888,0.0,0.160066624246493,0.153725174569888,0.0,0.0185858565634362,0.5,0.153725174569888,0.0,0.13224741437184,0.153725174569888,0.0,0.075306941728446,0.153725174569888,0.0,0.960697695524862,0.153725174569888,0.0,0.920047371734241,0.153725174569888,0.0,0.772429890127916,0.153725174569888,0.0,0.370980586345085,0.153725174569888,0.0,0.100949827443379,0.5,0.153725174569888,0.0,0.0181099970752739,0,0.86804938018895,1.01102740325335 -168,0.5,0.153725174569888,0.0,0.623140995952726,0.153725174569888,0.0,0.902708679841333,0.153725174569888,0.0,0.290189548357516,0.153725174569888,0.0,0.183759969234113,0.153725174569888,0.0,0.893068444214899,0.153725174569888,0.0,0.671038199480245,0.153725174569888,0.0,0.628638067650115,0.153725174569888,0.0,0.305827238549749,0.5,0.153725174569888,0.0,0.19427104318828,0.153725174569888,0.0,0.0268747836583318,0.5,0.153725174569888,0.0,0.114407277907698,0.153725174569888,0.0,0.0830121926445185,0.153725174569888,0.0,0.953365808340035,0.153725174569888,0.0,0.901812909982749,0.153725174569888,0.0,0.737819525177172,0.153725174569888,0.0,0.346039952126067,0.153725174569888,0.0,0.098138523262539,0.5,0.153725174569888,0.0,0.0193752905121888,0,0.913147157069164,1.00296204025265 -169,0.5,0.153725174569888,0.0,0.622764752028323,0.153725174569888,0.0,0.883047857916052,0.153725174569888,0.0,0.320911329633075,0.153725174569888,0.0,0.204987870425364,0.153725174569888,0.0,0.867948270202473,0.153725174569888,0.0,0.695151928326088,0.153725174569888,0.0,0.570161725629948,0.153725174569888,0.0,0.316396359405468,0.5,0.153725174569888,0.0,0.236653496386802,0.153725174569888,0.0,0.0276421216836165,0.5,0.153725174569888,0.0,0.132177406226345,0.153725174569888,0.0,0.103318942366259,0.153725174569888,0.0,0.939718552754763,0.153725174569888,0.0,0.85741341448054,0.153725174569888,0.0,0.670717672285064,0.153725174569888,0.0,0.357047258427887,0.153725174569888,0.0,0.0993794339633081,0.5,0.153725174569888,0.0,0.0174149973656787,0,0.92403494568051,0.997327644079913 -170,0.5,0.153725174569888,0.0,0.600038550211234,0.153725174569888,0.0,0.81582866321241,0.153725174569888,0.0,0.368439253815745,0.153725174569888,0.0,0.221835231555355,0.153725174569888,0.0,0.901126283724322,0.153725174569888,0.0,0.765759481628826,0.153725174569888,0.0,0.619518206870881,0.153725174569888,0.0,0.311422610630245,0.5,0.153725174569888,0.0,0.226759849584766,0.153725174569888,0.0,0.0289301329451514,0.5,0.153725174569888,0.0,0.159036341498427,0.153725174569888,0.0,0.143501277153432,0.153725174569888,0.0,0.90958971890712,0.153725174569888,0.0,0.825263851801606,0.153725174569888,0.0,0.607484106521089,0.153725174569888,0.0,0.4512980718427,0.153725174569888,0.0,0.123305479338773,0.5,0.153725174569888,0.0,0.0143406302400127,0,0.913231830177523,0.996684519786806 -171,0.5,0.153725174569888,0.0,0.554677984591105,0.153725174569888,0.0,0.762655575664015,0.153725174569888,0.0,0.38254811288484,0.153725174569888,0.0,0.250706931913366,0.153725174569888,0.0,0.948941634364672,0.153725174569888,0.0,0.763074542921567,0.153725174569888,0.0,0.707477583516177,0.153725174569888,0.0,0.243452263124397,0.5,0.153725174569888,0.0,0.201803322682026,0.153725174569888,0.0,0.0478796784282975,0.5,0.153725174569888,0.0,0.216405698705452,0.153725174569888,0.0,0.22914310647843,0.153725174569888,0.0,0.871331534630734,0.153725174569888,0.0,0.847838743294256,0.153725174569888,0.0,0.636277662261961,0.153725174569888,0.0,0.509992990420055,0.153725174569888,0.0,0.150260505044944,0.5,0.153725174569888,0.0,0.0194715897867059,0,0.911489131473662,1.00649447291722 -172,0.5,0.153725174569888,0.0,0.517599803477131,0.153725174569888,0.0,0.81438223148829,0.153725174569888,0.0,0.376551193137326,0.153725174569888,0.0,0.28363118885063,0.153725174569888,0.0,0.962166185917332,0.153725174569888,0.0,0.685590633611679,0.153725174569888,0.0,0.723291440076841,0.153725174569888,0.0,0.227746687517571,0.5,0.153725174569888,0.0,0.271059390152082,0.153725174569888,0.0,0.0742073861627325,0.5,0.153725174569888,0.0,0.289116393501256,0.153725174569888,0.0,0.273861606000722,0.153725174569888,0.0,0.844457959614775,0.153725174569888,0.0,0.880017440733666,0.153725174569888,0.0,0.732436150119056,0.153725174569888,0.0,0.476675813548584,0.153725174569888,0.0,0.173679615876417,0.5,0.153725174569888,0.0,0.0314926238973206,0,0.890405437529138,1.00858738927713 -173,0.5,0.153725174569888,0.0,0.494652507354879,0.153725174569888,0.0,0.932010904097019,0.153725174569888,0.0,0.347801298806253,0.153725174569888,0.0,0.293756029661427,0.153725174569888,0.0,0.927354527831025,0.153725174569888,0.0,0.645297651640881,0.153725174569888,0.0,0.647975449300962,0.153725174569888,0.0,0.279355752233164,0.5,0.153725174569888,0.0,0.44514794644615,0.153725174569888,0.0,0.0953285341398493,0.5,0.153725174569888,0.0,0.283654060573493,0.153725174569888,0.0,0.337984652746596,0.153725174569888,0.0,0.854874648649906,0.153725174569888,0.0,0.871664620583256,0.153725174569888,0.0,0.760839743471797,0.153725174569888,0.0,0.368109748247336,0.153725174569888,0.0,0.199171481938191,0.5,0.153725174569888,0.0,0.0368795474216245,0,0.839264680483753,1.00925408209422 -174,0.5,0.153725174569888,0.0,0.515313595465854,0.153725174569888,0.0,0.97386894924294,0.153725174569888,0.0,0.341151632563253,0.153725174569888,0.0,0.299312602446581,0.153725174569888,0.0,0.899753521824759,0.153725174569888,0.0,0.618508610143049,0.153725174569888,0.0,0.631662881290104,0.153725174569888,0.0,0.34881152892607,0.5,0.153725174569888,0.0,0.479186879270962,0.153725174569888,0.0,0.124845845980518,0.5,0.153725174569888,0.0,0.369175500348493,0.153725174569888,0.0,0.383683757142202,0.153725174569888,0.0,0.852428050286091,0.153725174569888,0.0,0.85032679057669,0.153725174569888,0.0,0.768332936448418,0.153725174569888,0.0,0.376899613468644,0.153725174569888,0.0,0.259706290120261,0.5,0.153725174569888,0.0,0.0603231341846198,0,0.757844835405151,1.00961522959246 -175,0.5,0.153725174569888,0.0,0.560460214923123,0.153725174569888,0.0,0.942202261110711,0.153725174569888,0.0,0.369428871906947,0.153725174569888,0.0,0.340568942253622,0.153725174569888,0.0,0.886669222340208,0.153725174569888,0.0,0.531143882410279,0.153725174569888,0.0,0.623807933492856,0.153725174569888,0.0,0.387544732210022,0.5,0.153725174569888,0.0,0.424966045367554,0.153725174569888,0.0,0.252732666957835,0.5,0.153725174569888,0.0,0.425933324208287,0.153725174569888,0.0,0.337294495166525,0.153725174569888,0.0,0.829029874758603,0.153725174569888,0.0,0.86683474808609,0.153725174569888,0.0,0.754429473146864,0.153725174569888,0.0,0.458281611849839,0.153725174569888,0.0,0.306535995019331,0.5,0.153725174569888,0.0,0.0927722546764033,0,0.676364989282583,1.01054684591573 -176,0.5,0.153725174569888,0.0,0.586755401537651,0.153725174569888,0.0,0.861405769811725,0.153725174569888,0.0,0.392044605335291,0.153725174569888,0.0,0.38354089595196,0.153725174569888,0.0,0.735297628177887,0.153725174569888,0.0,0.483905942839209,0.153725174569888,0.0,0.620148275733928,0.153725174569888,0.0,0.38161943543258,0.5,0.153725174569888,0.0,0.37955542137606,0.153725174569888,0.0,0.247205490742904,0.5,0.153725174569888,0.0,0.643501380575504,0.153725174569888,0.0,0.242822175195245,0.153725174569888,0.0,0.864280209833613,0.153725174569888,0.0,0.859131654204752,0.153725174569888,0.0,0.717105302373648,0.153725174569888,0.0,0.538174714613525,0.153725174569888,0.0,0.335678545071147,0.5,0.153725174569888,0.0,0.137448849574696,0,0.821973284497632,1.00867973902799 -177,0.5,0.153725174569888,1.40376198600837e-05,0.61648218700278,0.153725174569888,0.0,0.937837039329865,0.153725174569888,5.61726002090233e-05,0.378267585187136,0.153725174569888,0.000342818182903181,0.390208139701773,0.153725174569888,0.0,0.738497139540617,0.153725174569888,0.0,0.597555772596964,0.153725174569888,0.0,0.597746634370626,0.153725174569888,0.0,0.377848895399102,0.5,0.153725174569888,0.0,0.368906204603655,0.153725174569888,0.00166012695588867,0.186798550657259,0.5,0.153725174569888,0.0,0.708860458495184,0.153725174569888,0.000125677678337396,0.162914317891964,0.153725174569888,0.0,0.884329610675146,0.153725174569888,0.0,0.840663321057424,0.153725174569888,0.0,0.713129926312702,0.153725174569888,0.0,0.5337203996367,0.153725174569888,4.00198365763733e-05,0.39282317826346,0.5,0.153725174569888,0.00103997980228216,0.191565133898055,0,0.83945715453849,1.01000286133471 -178,0.5,0.153725174569888,0.00512728902468368,0.621431450134733,0.153725174569888,0.000772345544879195,0.924179977202168,0.153725174569888,0.0100873074577791,0.443992807564228,0.153725174569888,0.0255508151682667,0.357403693244817,0.153725174569888,0.00166729171502598,0.906833030930429,0.153725174569888,0.00213990988088478,0.675040514924065,0.153725174569888,0.00285135236464115,0.627230802462449,0.153725174569888,0.0110533126473061,0.35363600732809,0.5,0.153725174569888,0.0271700821685449,0.385457379851598,0.153725174569888,0.0225364907810923,0.0964080763263267,0.5,0.153725174569888,0.0100176084467757,0.660125083459461,0.153725174569888,0.00772822804764667,0.111605670628056,0.153725174569888,0.00149927981822589,0.854884459779411,0.153725174569888,0.00308263528839799,0.87343401769758,0.153725174569888,0.00187242691947772,0.693883893967077,0.153725174569888,0.00583487298579227,0.475359241131634,0.153725174569888,0.00368297902887344,0.45227263708119,0.5,0.153725174569888,0.0175522716202641,0.211951080551569,0,0.617589322328976,1.01113682928786 -179,0.5,0.153725174569888,0.0141679018899076,0.663229559020091,0.153725174569888,0.00686122432575433,0.802897905470249,0.153725174569888,0.0260747155240996,0.529842911210809,0.153725174569888,0.0569366247781382,0.357120260042317,0.153725174569888,0.0197150664410705,0.968559369702887,0.153725174569888,0.00811983589607425,0.687678191853736,0.153725174569888,0.0150569007914554,0.728264200054887,0.153725174569888,0.0462937122775726,0.412176388356293,0.5,0.153725174569888,0.0504138814462062,0.433439953425012,0.153725174569888,0.0244914338731898,0.0505646719326592,0.5,0.153725174569888,0.0471171944570198,0.596669989901009,0.153725174569888,0.0453860607178105,0.0806606963556204,0.153725174569888,0.0148748204054107,0.918545030617362,0.153725174569888,0.0596715872299626,0.941468816240201,0.153725174569888,0.0110147735130094,0.651497856148364,0.153725174569888,0.0281034697859592,0.500076515675929,0.153725174569888,0.0239268386137605,0.466478655301647,0.5,0.153725174569888,0.0333920066044709,0.178632618087778,0,0.707243819693906,1.01124873388197 -180,0.5,0.153725174569888,0.012529587586123,0.688251563163292,0.153725174569888,0.0217831527622089,0.915275216992271,0.153725174569888,0.0337152193746462,0.535145373167451,0.153725174569888,0.0683280017341477,0.414997820160134,0.153725174569888,0.103764944427019,0.977693356524461,0.153725174569888,0.0150998513971505,0.688470063643923,0.153725174569888,0.0227813401932543,0.767584441141306,0.153725174569888,0.0485684268271749,0.443021747563272,0.5,0.153725174569888,0.0570845818843404,0.420074767208498,0.153725174569888,0.0664889281928356,0.0334480126189953,0.5,0.153725174569888,0.111309190876851,0.514422674237282,0.153725174569888,0.0971956484572569,0.0776010328708978,0.153725174569888,0.0278855762815015,0.955505184534048,0.153725174569888,0.203998068257885,0.973399181870617,0.153725174569888,0.0216719656014061,0.731020438373703,0.153725174569888,0.0301519819018337,0.528283890953076,0.153725174569888,0.048276605271479,0.479334710750649,0.5,0.153725174569888,0.0635607529292568,0.143705313942882,0,0.991492519331477,1.01118700234116 -181,0.5,0.153725174569888,0.0156037898872606,0.659865458232738,0.153725174569888,0.148498208380615,1.02070456872826,0.153725174569888,0.0431731825678066,0.431438455791217,0.153725174569888,0.0338166700289808,0.500661407316763,0.153725174569888,0.240302647519115,0.985089330981874,0.153725174569888,0.0326748154719344,0.664237987097036,0.153725174569888,0.0245673168463891,0.772538839728022,0.153725174569888,0.0232304883951132,0.315866864261231,0.5,0.153725174569888,0.0594639873187096,0.340706185408031,0.153725174569888,0.141539438052377,0.0310348944823967,0.5,0.153725174569888,0.207007147640368,0.474290966356767,0.153725174569888,0.131390495276022,0.090468119515099,0.153725174569888,0.0536578015320792,0.997616795682595,0.153725174569888,0.2230346643514,0.981792351011694,0.153725174569888,0.0631841054047488,0.848724229801424,0.153725174569888,0.0285758817861444,0.496387799769881,0.153725174569888,0.0745843389790795,0.421047654300667,0.5,0.153725174569888,0.0978873986440664,0.109349620217236,0,0.904183129247742,1.0110275894762 -182,0.5,0.153725174569888,0.0220417456682579,0.6225250088843,0.153725174569888,0.0476329647695048,1.01578272454926,0.153725174569888,0.0529222554043947,0.416532779035857,0.153725174569888,0.024470053161975,0.412917098650561,0.153725174569888,0.235427994999753,0.952274574689671,0.153725174569888,0.0590967166562569,0.659221279571675,0.153725174569888,0.0260895690767014,0.748556974845447,0.153725174569888,0.0177179879966181,0.246536393246374,0.5,0.153725174569888,0.0622472686068935,0.280268362842072,0.153725174569888,0.172429186320765,0.0281323251202072,0.5,0.153725174569888,0.189856192013135,0.400413376203632,0.153725174569888,0.127351355421191,0.0810108945961173,0.153725174569888,0.0702146448737556,1.00677291245438,0.153725174569888,0.117272261272795,0.957058874386052,0.153725174569888,0.0821915153346085,0.908244811659751,0.153725174569888,0.0254415845047683,0.410785018261309,0.153725174569888,0.0766106597849364,0.308506869929578,0.5,0.153725174569888,0.101204301731498,0.0623735037468343,0,0.981670192784789,1.01015281068986 -183,0.5,0.153725174569888,0.0227077168226778,0.640776583695735,0.153725174569888,0.00497793292862155,0.968222259908634,0.153725174569888,0.0246902888860803,0.397318135521,0.153725174569888,0.00850844721293346,0.277336966999462,0.153725174569888,0.156959527555303,0.871028950979124,0.153725174569888,0.041875228269991,0.601699672672833,0.153725174569888,0.0186618307240036,0.70307254727937,0.153725174569888,0.0146563977443654,0.171774594495711,0.5,0.153725174569888,0.0348332373310361,0.185133236993538,0.153725174569888,0.0609793601105008,0.0338846891366948,0.5,0.153725174569888,0.154362571164449,0.280376197527572,0.153725174569888,0.0706785409952028,0.0522694032037715,0.153725174569888,0.0378570728103503,0.992718951947918,0.153725174569888,0.0479561613276475,0.873143107855875,0.153725174569888,0.0204193734099139,0.872511682972279,0.153725174569888,0.0114776561225559,0.333157284137472,0.153725174569888,0.0653480962755523,0.23079354536018,0.5,0.153725174569888,0.113050373474711,0.0401417038532674,0,1.00419511848604,1.00782777569381 -184,0.5,0.153725174569888,0.000135347243587784,0.729164942654862,0.153725174569888,0.0,0.848189904861693,0.153725174569888,0.00552006466766651,0.344458864777441,0.153725174569888,0.000303863198172125,0.228890290537592,0.153725174569888,0.0503763016659368,0.778948646679087,0.153725174569888,0.0276115014681632,0.433557451759854,0.153725174569888,0.00894088737680742,0.588905813592297,0.153725174569888,0.00386676343959145,0.0975904564949812,0.5,0.153725174569888,0.0124621215864927,0.114125453848938,0.153725174569888,0.0138020789940585,0.0125371187212566,0.5,0.153725174569888,0.0703724775628466,0.130552695022093,0.153725174569888,0.0238417091872464,0.0273769513863477,0.153725174569888,0.000126344569295344,0.940886965282594,0.153725174569888,0.0180527417799608,0.746679946909923,0.153725174569888,0.00435146293988343,0.76261776221983,0.153725174569888,0.00219664308688645,0.241562443321313,0.153725174569888,0.020959628966915,0.162500165850126,0.5,0.153725174569888,0.0346088226503366,0.0430145150841715,0,1.00904105729453,0.991559591716481 -185,0.5,0.153725174569888,0.0,0.70830322087011,0.153725174569888,0.0,0.782703630979376,0.153725174569888,0.0,0.237555311033691,0.153725174569888,0.0,0.225397071469277,0.153725174569888,0.0,0.692961008560424,0.153725174569888,0.0,0.27239544439734,0.153725174569888,0.0,0.41439424533262,0.153725174569888,1.21305459086796e-05,0.0491673768493554,0.5,0.153725174569888,6.55373739932884e-05,0.0610139538627055,0.153725174569888,4.18779137076453e-06,0.00382650165586043,0.5,0.153725174569888,0.0,0.0676908819323229,0.153725174569888,3.07109300938556e-05,0.023485144844487,0.153725174569888,0.0,0.857383958915783,0.153725174569888,0.0,0.605639444642806,0.153725174569888,0.0,0.634408200008042,0.153725174569888,0.0,0.155897395782039,0.153725174569888,0.0,0.0996506922902386,0.5,0.153725174569888,0.0,0.0223056968568829,0,1.00675569808373,0.973126512477821 -186,0.5,0.153725174569888,0.0,0.62522241056358,0.153725174569888,0.0,0.680493671545521,0.153725174569888,0.0,0.173714106282736,0.153725174569888,0.0,0.226875224337821,0.153725174569888,0.0,0.633246734360629,0.153725174569888,0.0,0.215782142767426,0.153725174569888,0.0,0.281308472291328,0.153725174569888,0.0,0.0297910242808355,0.5,0.153725174569888,0.0,0.0362028930328015,0.153725174569888,0.0,0.00367384066331106,0.5,0.153725174569888,0.0,0.0517180603515759,0.153725174569888,0.0,0.0223669169696212,0.153725174569888,0.0,0.773311779491625,0.153725174569888,0.0,0.519951542857047,0.153725174569888,0.0,0.546859949412923,0.153725174569888,0.0,0.120996870172892,0.153725174569888,0.0,0.0715149098312346,0.5,0.153725174569888,0.0,0.00657654628473113,0,0.992580431743588,0.978633401141279 -187,0.5,0.153725174569888,0.0,0.558558608672707,0.153725174569888,0.0,0.668099758619551,0.153725174569888,0.0,0.151868339547207,0.153725174569888,0.0,0.206600068646231,0.153725174569888,0.0,0.551945088608156,0.153725174569888,0.0,0.172453602997556,0.153725174569888,0.0,0.20438908517082,0.153725174569888,0.0,0.0245758458478968,0.5,0.153725174569888,0.0,0.033029449366415,0.153725174569888,0.0,0.00590668035587115,0.5,0.153725174569888,0.0,0.0479223783083264,0.153725174569888,0.0,0.0219964044555018,0.153725174569888,0.0,0.725402615940234,0.153725174569888,0.0,0.515427414323829,0.153725174569888,0.0,0.518999553523737,0.153725174569888,0.0,0.109578490088105,0.153725174569888,0.0,0.0678383792860992,0.5,0.153725174569888,0.0,0.00462321380926452,0,0.960243673814918,0.933828406076733 -188,0.5,0.153725174569888,0.0,0.517719165118863,0.153725174569888,0.0,0.742209841636506,0.153725174569888,0.0,0.136699889502846,0.153725174569888,0.0,0.171572600456964,0.153725174569888,0.0,0.422732686683319,0.153725174569888,0.0,0.139335827971659,0.153725174569888,0.0,0.158853060418529,0.153725174569888,0.0,0.0383220360933997,0.5,0.153725174569888,0.0,0.0256569927143182,0.153725174569888,0.0,0.00501377395432401,0.5,0.153725174569888,0.0,0.0572643539696879,0.153725174569888,0.0,0.0245944896828827,0.153725174569888,0.0,0.660979884010315,0.153725174569888,0.0,0.521133346409943,0.153725174569888,0.0,0.433695123157603,0.153725174569888,0.0,0.0863277109717199,0.153725174569888,0.0,0.0714560241290897,0.5,0.153725174569888,0.0,0.00433521947059411,0,0.907106508959739,0.885496061961622 -189,0.5,0.153725174569888,0.0,0.486890236815073,0.153725174569888,0.0,0.675683652128406,0.153725174569888,0.0,0.110008779272179,0.153725174569888,0.0,0.136282046918541,0.153725174569888,0.0,0.304880489292919,0.153725174569888,0.0,0.137997520567102,0.153725174569888,0.0,0.139492919761123,0.153725174569888,0.0,0.0556756049454523,0.5,0.153725174569888,0.0,0.0250099751242838,0.153725174569888,0.0,0.00374650779475585,0.5,0.153725174569888,0.0,0.0524291301256379,0.153725174569888,0.0,0.0340313342184161,0.153725174569888,0.0,0.636065454941904,0.153725174569888,0.0,0.493224470459179,0.153725174569888,0.0,0.31354783280678,0.153725174569888,0.0,0.0826705738661429,0.153725174569888,0.0,0.069197139820184,0.5,0.153725174569888,0.0,0.00861525894208896,0,0.864862225689307,0.874682718753832 -190,0.5,0.153725174569888,0.0,0.459758270471452,0.153725174569888,0.0,0.516908254248761,0.153725174569888,0.0,0.0813647405921331,0.153725174569888,0.0,0.104209337121026,0.153725174569888,0.0,0.230445333261526,0.153725174569888,0.0,0.150782850579718,0.153725174569888,0.0,0.142025719038718,0.153725174569888,0.0,0.0629520393971964,0.5,0.153725174569888,0.0,0.0265439218784531,0.153725174569888,0.0,0.00333920934884024,0.5,0.153725174569888,0.0,0.0497422559468061,0.153725174569888,0.0,0.0400053858823029,0.153725174569888,0.0,0.604339683483942,0.153725174569888,0.0,0.487173688416055,0.153725174569888,0.0,0.235937324103004,0.153725174569888,0.0,0.0977017143810185,0.153725174569888,0.0,0.0636202005539237,0.5,0.153725174569888,0.0,0.0105623425634593,0,0.841086172600874,0.910726404695139 -191,0.5,0.153725174569888,0.0,0.430051011354765,0.153725174569888,0.0,0.484809517885704,0.153725174569888,0.0,0.0764490993535207,0.153725174569888,0.0,0.0779360265219498,0.153725174569888,0.0,0.20114998182736,0.153725174569888,0.0,0.145878810547265,0.153725174569888,0.0,0.154055898656587,0.153725174569888,0.0,0.0702134816753649,0.5,0.153725174569888,0.0,0.0313862514496421,0.153725174569888,0.0,0.00354584590511178,0.5,0.153725174569888,0.0,0.0547087667597451,0.153725174569888,0.0,0.0456768748505035,0.153725174569888,0.0,0.596068491467898,0.153725174569888,0.0,0.441541858270751,0.153725174569888,0.0,0.201927189647893,0.153725174569888,0.0,0.105173856047301,0.153725174569888,0.0,0.0691939597284547,0.5,0.153725174569888,0.0,0.00794008129936038,0,0.730830442698613,0.867838924614328 -192,0.5,0.153725174569888,0.0,0.386351943801881,0.153725174569888,0.0,0.340506434824039,0.153725174569888,0.0,0.0856733454626184,0.153725174569888,0.0,0.0676976493979339,0.153725174569888,0.0,0.181554542562643,0.153725174569888,0.0,0.145623797742487,0.153725174569888,0.0,0.156880216797779,0.153725174569888,0.0,0.100078590198412,0.5,0.153725174569888,0.0,0.039934943601262,0.153725174569888,0.0,0.00611996075997483,0.5,0.153725174569888,0.0,0.0488288535414897,0.153725174569888,0.0,0.0554834825497962,0.153725174569888,0.0,0.559246693519733,0.153725174569888,0.0,0.387041522120259,0.153725174569888,0.0,0.176010381379896,0.153725174569888,0.0,0.105819647177782,0.153725174569888,0.0,0.065625600093272,0.5,0.153725174569888,0.0,0.00653225559356378,0,0.704194081911955,0.821247857373662 -193,0.5,0.153725174569888,0.0,0.309962072881176,0.153725174569888,0.0,0.328379330133652,0.153725174569888,0.0,0.0828721243298742,0.153725174569888,0.0,0.0641443770110695,0.153725174569888,0.0,0.180280942927465,0.153725174569888,0.0,0.167370964295282,0.153725174569888,0.0,0.171546947403644,0.153725174569888,0.0,0.149230653713601,0.5,0.153725174569888,0.0,0.0553500614847676,0.153725174569888,0.0,0.0111750001164306,0.5,0.153725174569888,0.0,0.0517136841792592,0.153725174569888,0.0,0.0655081339242966,0.153725174569888,0.0,0.567426012285932,0.153725174569888,0.0,0.307428757140693,0.153725174569888,0.0,0.149490386761005,0.153725174569888,0.0,0.108513178880469,0.153725174569888,0.0,0.0586273525648,0.5,0.153725174569888,0.0,0.00854977732895751,0,0.837398068018351,0.723002673620426 -194,0.5,0.153725174569888,0.0,0.252316968642747,0.153725174569888,0.0,0.276226887086578,0.153725174569888,0.0,0.0816675755387118,0.153725174569888,0.0,0.056959524974362,0.153725174569888,0.0,0.185053250513433,0.153725174569888,0.0,0.219618185611216,0.153725174569888,0.0,0.181231062491875,0.153725174569888,0.0,0.21593625144115,0.5,0.153725174569888,0.0,0.0911368863021837,0.153725174569888,0.0,0.0147896839973667,0.5,0.153725174569888,0.0,0.06650856799424,0.153725174569888,0.0,0.0788715362608481,0.153725174569888,0.0,0.528933953488373,0.153725174569888,0.0,0.249074960609587,0.153725174569888,0.0,0.132049476580542,0.153725174569888,0.0,0.130119802093962,0.153725174569888,0.0,0.0587251247924621,0.5,0.153725174569888,0.0,0.0140631773957794,0,0.786638193337124,0.56051050683272 -195,0.5,0.153725174569888,0.0,0.203774703753034,0.153725174569888,0.0,0.212130793422541,0.153725174569888,0.0,0.0971894771464816,0.153725174569888,0.0,0.0555489424794986,0.153725174569888,0.0,0.19468157510454,0.153725174569888,0.0,0.335005714603945,0.153725174569888,0.0,0.243374067224947,0.153725174569888,0.0,0.296787569784771,0.5,0.153725174569888,0.0,0.198689363227909,0.153725174569888,0.0,0.0151949592317167,0.5,0.153725174569888,0.0,0.0891790245284224,0.153725174569888,0.0,0.09619308094268,0.153725174569888,0.0,0.495851999833075,0.153725174569888,0.0,0.220852278619077,0.153725174569888,0.0,0.131484624120936,0.153725174569888,0.0,0.187213447488297,0.153725174569888,0.0,0.0674203969512622,0.5,0.153725174569888,0.0,0.0256158449097565,0,0.619280154531199,0.500394004524821 -196,0.5,0.153725174569888,0.0,0.159209730198467,0.153725174569888,0.0,0.154494938362234,0.153725174569888,0.0,0.121088704086333,0.153725174569888,0.0,0.0617146423403146,0.153725174569888,0.0,0.264526011997219,0.153725174569888,0.0,0.493529993945264,0.153725174569888,0.0,0.39301443252479,0.153725174569888,0.0,0.363864488260774,0.5,0.153725174569888,0.0,0.333349765270776,0.153725174569888,0.0,0.0199096477950862,0.5,0.153725174569888,0.0,0.145936259252598,0.153725174569888,0.0,0.127888846519309,0.153725174569888,0.0,0.405657327408303,0.153725174569888,0.0,0.217719547696718,0.153725174569888,0.0,0.144202433826611,0.153725174569888,0.0,0.277636267490426,0.153725174569888,0.0,0.0866627389878926,0.5,0.153725174569888,0.0,0.0332471197319473,0,0.394784562183959,0.402904063928576 -197,0.5,0.153725174569888,0.0,0.142574975154279,0.153725174569888,0.0,0.127261747103085,0.153725174569888,0.0,0.155236224512225,0.153725174569888,0.0,0.0825861343444441,0.153725174569888,0.0,0.48110584999094,0.153725174569888,0.0,0.639892955065317,0.153725174569888,0.0,0.555241614193221,0.153725174569888,0.0,0.441250212239402,0.5,0.153725174569888,0.0,0.504338616128679,0.153725174569888,0.0,0.0285250584164672,0.5,0.153725174569888,0.0,0.24124688030206,0.153725174569888,0.0,0.147561382506698,0.153725174569888,0.0,0.265484636953266,0.153725174569888,0.0,0.274379991346814,0.153725174569888,0.0,0.181582897358926,0.153725174569888,0.0,0.392800748918159,0.153725174569888,0.0,0.127449590993006,0.5,0.153725174569888,0.0,0.0385950827146536,0,0.329293417424738,0.305893781788123 -198,0.5,0.153725174569888,0.0,0.138120506248083,0.153725174569888,0.0,0.143277483254165,0.153725174569888,0.0,0.191617650019889,0.153725174569888,0.0,0.112289869252409,0.153725174569888,0.0,0.607150681319191,0.153725174569888,0.0,0.751308293520143,0.153725174569888,0.0,0.690030733546229,0.153725174569888,0.0,0.586547686946529,0.5,0.153725174569888,0.0,0.627044112750443,0.153725174569888,0.0,0.0415826727678461,0.5,0.153725174569888,0.0,0.40197459797237,0.153725174569888,0.0,0.17698120600488,0.153725174569888,0.0,0.218229256793494,0.153725174569888,0.0,0.452756249223999,0.153725174569888,0.0,0.242698119625121,0.153725174569888,0.0,0.54070198754721,0.153725174569888,0.0,0.217354379415362,0.5,0.153725174569888,0.0,0.0416802587326799,0,0.328803867537303,0.76023055861637 -199,0.5,0.153725174569888,0.0,0.145942998688335,0.153725174569888,0.0,0.252871693172702,0.153725174569888,0.0,0.232128218153842,0.153725174569888,0.0,0.144524344034769,0.153725174569888,0.0,0.851172456184092,0.153725174569888,0.0,0.81019623688988,0.153725174569888,0.0,0.822753110164391,0.153725174569888,0.0,0.705119193241438,0.5,0.153725174569888,0.0,0.726162110226705,0.153725174569888,0.0,0.0467614708992761,0.5,0.153725174569888,0.0,0.524943005790303,0.153725174569888,0.0,0.201477962814412,0.153725174569888,0.0,0.348866641649595,0.153725174569888,0.0,0.605014181194706,0.153725174569888,0.0,0.352752853342806,0.153725174569888,0.0,0.721000414820759,0.153725174569888,0.0,0.337878631730015,0.5,0.153725174569888,0.0,0.0482157707062287,0,0.296587075512472,1.00956055024838 -200,0.5,0.153725174569888,0.0,0.185566475777117,0.153725174569888,0.0,0.464058530540126,0.153725174569888,0.0,0.317383488660701,0.153725174569888,0.0,0.204617900672036,0.153725174569888,0.0,0.941023858485639,0.153725174569888,0.0,0.893929689371593,0.153725174569888,0.0,0.884691196996745,0.153725174569888,0.0,0.740462968420179,0.5,0.153725174569888,0.0,0.765252418222521,0.153725174569888,0.0,0.0486465535210695,0.5,0.153725174569888,0.0,0.612239416984221,0.153725174569888,0.0,0.20638822053135,0.153725174569888,0.0,0.532998660153084,0.153725174569888,0.0,0.762028501085009,0.153725174569888,0.0,0.51090080886108,0.153725174569888,0.0,0.826170617064955,0.153725174569888,0.0,0.436489508782801,0.5,0.153725174569888,0.0,0.0511708911405494,0,0.249101806523254,1.01029135016787 -201,0.5,0.153725174569888,8.13487048605361e-05,0.275423549215882,0.153725174569888,0.0,0.505798958041255,0.153725174569888,2.34234631020997e-05,0.473785268470587,0.153725174569888,0.00108743020899459,0.293301585722376,0.153725174569888,0.0,0.977245557820524,0.153725174569888,0.0,0.888294207587811,0.153725174569888,0.0,0.912008218447317,0.153725174569888,0.0,0.813482289555145,0.5,0.153725174569888,0.0,0.787255279542104,0.153725174569888,0.00233900027920223,0.0492398959698853,0.5,0.153725174569888,1.96200124820588e-05,0.604871040461127,0.153725174569888,0.00100993608952891,0.226858036801332,0.153725174569888,0.0,0.641697996597563,0.153725174569888,0.0,0.848690157386118,0.153725174569888,0.0,0.730924491194919,0.153725174569888,0.0,0.897957028932195,0.153725174569888,0.000316456808697428,0.499543440322162,0.5,0.153725174569888,0.00448775197980073,0.0508280700151227,0,0.38196936980923,1.01031031094262 -202,0.5,0.153725174569888,0.0163068425862296,0.434369615468296,0.153725174569888,0.000840957918482254,0.734012593792166,0.153725174569888,0.00551555730643951,0.725451815914922,0.153725174569888,0.0248627456926032,0.429837628815822,0.153725174569888,0.00160310701607515,0.977120637904869,0.153725174569888,0.00171402453611592,0.947161169189796,0.153725174569888,0.00361310532057091,0.888583686166593,0.153725174569888,0.00103593966140504,0.896549068259283,0.5,0.153725174569888,0.0175843471856121,0.854250489948462,0.153725174569888,0.0573408310315426,0.0431801289783463,0.5,0.153725174569888,0.0204775004702179,0.652607821277509,0.153725174569888,0.050873068888715,0.257202814862511,0.153725174569888,0.000572595729618678,0.843509680618982,0.153725174569888,0.00154198497428197,0.88714107463353,0.153725174569888,0.00507248861308079,0.850002823706291,0.153725174569888,0.00315415065704503,0.931445563102531,0.153725174569888,0.0153852790576884,0.53708200699687,0.5,0.153725174569888,0.0858602289988346,0.0514649073010218,0,0.586710848580134,1.00975391161581 -203,0.5,0.153725174569888,0.0263160560930042,0.610732937824332,0.153725174569888,0.0107315608024119,0.907369966929978,0.153725174569888,0.0182252847866631,0.876833817658909,0.153725174569888,0.0281928459395153,0.612403596759985,0.153725174569888,0.00932265525840757,0.98070057639822,0.153725174569888,0.00178763751481405,0.988326538365193,0.153725174569888,0.0113032076545809,0.931160127264136,0.153725174569888,0.0147796459097054,0.911575115202175,0.5,0.153725174569888,0.0608654006246424,0.922023927581443,0.153725174569888,0.123548459739782,0.0453143881365601,0.5,0.153725174569888,0.0623495369079208,0.768022644212313,0.153725174569888,0.124234433767371,0.305958035130375,0.153725174569888,0.00246534111165271,0.854038831114055,0.153725174569888,0.00622681716316894,0.892411624064659,0.153725174569888,0.0179791465740202,0.893537803593193,0.153725174569888,0.0117408048160776,0.951624742606227,0.153725174569888,0.050843728262372,0.600556939217551,0.5,0.153725174569888,0.173088074923821,0.0541413434188686,0,0.756151596202272,1.01056042912405 -204,0.5,0.153725174569888,0.0182519977871457,0.726353126721231,0.153725174569888,0.00746573361017959,0.903391910897591,0.153725174569888,0.0285636973936315,0.947343489135475,0.153725174569888,0.0193936567250337,0.724160151443174,0.153725174569888,0.00798777805386343,1.01736253360998,0.153725174569888,0.00811669753803346,0.999383192416472,0.153725174569888,0.00278544981555779,0.98869282992384,0.153725174569888,0.0213631993086056,0.920880258027466,0.5,0.153725174569888,0.078022999290872,0.946211750536902,0.153725174569888,0.160854067884724,0.0538553204047693,0.5,0.153725174569888,0.0830259097067386,0.834146784452583,0.153725174569888,0.193895863788573,0.387546743888138,0.153725174569888,0.00536111717049933,0.862684930069428,0.153725174569888,0.00688753665561788,0.930371598364918,0.153725174569888,0.0234275320554913,0.886502421854263,0.153725174569888,0.0265902847952871,0.991769545747405,0.153725174569888,0.0800375103159621,0.672585062602908,0.5,0.153725174569888,0.198143221445115,0.0575123253412517,0,0.806380938683406,1.01124222476302 -205,0.5,0.153725174569888,0.0152434484711596,0.786564289738562,0.153725174569888,0.0116321528055546,0.904272261440664,0.153725174569888,0.0462458804250438,0.95653601236894,0.153725174569888,0.0206728413091748,0.800917757307462,0.153725174569888,0.0140585679522879,1.02173913043478,0.153725174569888,0.0105552129352212,1.01223373731617,0.153725174569888,0.0121306139873314,0.986757071064041,0.153725174569888,0.0143551891412229,0.95842013609676,0.5,0.153725174569888,0.0888690484892447,0.971356005097039,0.153725174569888,0.185291984838474,0.0682420005480356,0.5,0.153725174569888,0.117284048720128,0.848256492149177,0.153725174569888,0.259334264508394,0.491488628868669,0.153725174569888,0.00704197139403785,0.91914461827088,0.153725174569888,0.0146616792953651,0.979060459986076,0.153725174569888,0.0154359998367849,0.946365623600982,0.153725174569888,0.0300768500190098,0.995368467438974,0.153725174569888,0.0933733034128581,0.71778404433962,0.5,0.153725174569888,0.207325845713184,0.0625325533499777,0,0.862555455616939,1.00979765423526 -206,0.5,0.153725174569888,0.0114994523763631,0.810495017856761,0.153725174569888,0.00680455852019094,0.996422418582383,0.153725174569888,0.0537944197359357,0.979877632567572,0.153725174569888,0.0444862756691693,0.862721879513825,0.153725174569888,0.00648819184685414,1.02173913043478,0.153725174569888,0.00431940237438202,1.02173913043478,0.153725174569888,0.0112358321071172,1.00795911468021,0.153725174569888,0.0187088169460026,0.962121981387822,0.5,0.153725174569888,0.0582052519571874,0.968303315040144,0.153725174569888,0.237094590644572,0.0856624879639397,0.5,0.153725174569888,0.165490947241228,0.87924611405864,0.153725174569888,0.266016713648259,0.57945340180164,0.153725174569888,0.00678375614269057,0.961169467913832,0.153725174569888,0.00858838715815481,0.999979133204226,0.153725174569888,0.0140739537394854,0.984786357134662,0.153725174569888,0.0139662702316144,0.98972533175982,0.153725174569888,0.0682978924588578,0.74029051284362,0.5,0.153725174569888,0.185446344444095,0.0849169081881898,0,0.847753434865556,1.01143916413886 -207,0.5,0.153725174569888,0.00431027686049346,0.86641109135922,0.153725174569888,0.0100834874360804,1.01311245888071,0.153725174569888,0.0241967424076192,0.988997178366222,0.153725174569888,0.0297882563315578,0.903536563117448,0.153725174569888,0.00428747228552124,1.02173913043478,0.153725174569888,0.00851885585541752,1.02173913043478,0.153725174569888,0.00323684843289387,1.02173913043478,0.153725174569888,0.0125853685165387,0.977484630305451,0.5,0.153725174569888,0.0163531837913967,0.945575280650525,0.153725174569888,0.151511043780182,0.159471210324995,0.5,0.153725174569888,0.0772915772335087,1.00107295593449,0.153725174569888,0.217072107477368,0.638391739849126,0.153725174569888,0.00325781567144389,0.980780509255632,0.153725174569888,0.00269345180143245,1.00998470645383,0.153725174569888,0.00843291833007014,1.00493258096275,0.153725174569888,0.00668266740400455,0.997880676283994,0.153725174569888,0.0527020547998116,0.798650188789697,0.5,0.153725174569888,0.139860389212012,0.126625222197627,0,0.801520144190318,1.01143916413886 -208,0.5,0.153725174569888,0.000519226412045798,0.928838217814949,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.00239214589911669,0.980969131493289,0.153725174569888,0.00107044076432018,0.921810551342668,0.153725174569888,0.00192163193653729,1.02002261062103,0.153725174569888,0.00205904465839558,0.9651946886856,0.153725174569888,0.00195866978417833,1.02139794513491,0.153725174569888,0.004877222068007,0.947247553133923,0.5,0.153725174569888,0.00341306945791069,0.893312186278024,0.153725174569888,0.116602950272518,0.227340895845384,0.5,0.153725174569888,0.0172298462502044,1.01485667230397,0.153725174569888,0.089642525515431,0.646871656306709,0.153725174569888,0.000138568706384681,0.999401657299861,0.153725174569888,0.00113240189501777,1.01327991427093,0.153725174569888,0.00158210247125776,1.02156833369974,0.153725174569888,0.00174771210108546,1.01091256375808,0.153725174569888,0.0173753221482399,0.842318747045555,0.5,0.153725174569888,0.0465866719446008,0.214069774533677,0,0.870424260134063,1.01137585231535 -209,0.5,0.153725174569888,0.0,0.978036736949086,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.999688348987703,0.153725174569888,0.0,0.949778102902131,0.153725174569888,0.0,1.00597940256137,0.153725174569888,3.00987141338913e-06,0.884202480006167,0.153725174569888,0.0,1.00441285666504,0.153725174569888,1.75909551416985e-05,0.829577840584064,0.5,0.153725174569888,0.000122286642798317,0.776814999346402,0.153725174569888,0.0,0.352606422357231,0.5,0.153725174569888,1.56628740907645e-05,1.00304377382436,0.153725174569888,0.0,0.69442455902188,0.153725174569888,0.0,1.01214480734383,0.153725174569888,0.0,1.00559338104499,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00801801605676,0.153725174569888,0.0,0.846861299977415,0.5,0.153725174569888,0.0,0.320221650757205,0,0.881118241929535,1.0111308882003 -210,0.5,0.153725174569888,0.0,1.00892461251087,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00971537917068,0.153725174569888,0.0,0.973639548830418,0.153725174569888,0.0,1.00609122000537,0.153725174569888,0.0,0.902102045533121,0.153725174569888,0.0,0.972448199295169,0.153725174569888,0.0,0.693163372065474,0.5,0.153725174569888,0.0,0.637867676379358,0.153725174569888,0.0,0.600672178265967,0.5,0.153725174569888,0.0,0.925215757663218,0.153725174569888,0.0,0.780711497375479,0.153725174569888,0.0,1.01213665301654,0.153725174569888,0.0,0.998506433566096,0.153725174569888,0.0,1.0212550923021,0.153725174569888,0.0,0.961911507405417,0.153725174569888,0.0,0.853194471408802,0.5,0.153725174569888,0.0,0.337264603314364,0,1.01028803498907,1.01100470128439 -211,0.5,0.153725174569888,0.0,1.01877230390264,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01402172096299,0.153725174569888,0.0,0.978008457418608,0.153725174569888,0.0,1.01948380091598,0.153725174569888,0.0,0.891965308345259,0.153725174569888,0.0,0.985941562899511,0.153725174569888,0.0,0.617923295670745,0.5,0.153725174569888,0.0,0.481606548633213,0.153725174569888,0.0,0.685598230391876,0.5,0.153725174569888,0.0,0.861125188643154,0.153725174569888,0.0,0.656048275452471,0.153725174569888,0.0,1.01054245268973,0.153725174569888,0.0,0.992443273772397,0.153725174569888,0.0,1.01385308284397,0.153725174569888,0.0,0.865597388271969,0.153725174569888,0.0,0.861298708966448,0.5,0.153725174569888,0.0,0.570847613379844,0,0.140318453632846,1.01073874376515 -212,0.5,0.153725174569888,0.0,1.0015516026033,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.982346022574917,0.153725174569888,0.0,0.994295220730387,0.153725174569888,0.0,1.01031060053413,0.153725174569888,0.0,0.820695478529035,0.153725174569888,0.0,0.984917010237005,0.153725174569888,0.0,0.513447791595837,0.5,0.153725174569888,0.0,0.370535882504311,0.153725174569888,0.0,0.639813795698601,0.5,0.153725174569888,0.0,0.721224415169247,0.153725174569888,0.0,0.559600989814176,0.153725174569888,0.0,0.996313542206492,0.153725174569888,0.0,0.981179661218291,0.153725174569888,0.0,1.01370869026874,0.153725174569888,0.0,0.822167814090289,0.153725174569888,0.0,0.792106072873609,0.5,0.153725174569888,0.0,0.598961770947748,0,0.0497188993596981,1.01039336922282 -213,0.5,0.153725174569888,0.0,1.01616420006295,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.921187755144482,0.153725174569888,0.0,0.990583413845533,0.153725174569888,0.0,1.00752553087981,0.153725174569888,0.0,0.759815422287258,0.153725174569888,0.0,0.950043740369858,0.153725174569888,0.0,0.42405987286189,0.5,0.153725174569888,0.0,0.297017121362506,0.153725174569888,0.0,0.574161872703004,0.5,0.153725174569888,0.0,0.613912924873288,0.153725174569888,0.0,0.417694127766761,0.153725174569888,0.0,0.981423004088546,0.153725174569888,0.0,0.968830555951569,0.153725174569888,0.0,1.01740577282404,0.153725174569888,0.0,0.803791581719296,0.153725174569888,0.0,0.684353387363878,0.5,0.153725174569888,0.0,0.545726745419772,0,0.140318453632846,1.01032018420743 -214,0.5,0.153725174569888,0.0,1.01428577289956,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.883109339388339,0.153725174569888,0.0,0.951398494042667,0.153725174569888,0.0,0.98576929987924,0.153725174569888,0.0,0.714181486968661,0.153725174569888,0.0,0.938120797044367,0.153725174569888,0.0,0.403186138393682,0.5,0.153725174569888,0.0,0.258687095213067,0.153725174569888,0.0,0.459512761651997,0.5,0.153725174569888,0.0,0.418058723853429,0.153725174569888,0.0,0.29513966195363,0.153725174569888,0.0,0.981808106529325,0.153725174569888,0.0,0.968097066150706,0.153725174569888,0.0,1.01608103827118,0.153725174569888,0.0,0.727763710171143,0.153725174569888,0.0,0.550404565859877,0.5,0.153725174569888,0.0,0.440804356669256,0,1.01025896975142,1.01024332420502 -215,0.5,0.153725174569888,0.0,1.01014133606002,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.888454095337646,0.153725174569888,0.0,0.896432819752288,0.153725174569888,0.0,0.953872744936532,0.153725174569888,0.0,0.615477892916486,0.153725174569888,0.0,0.938852227010087,0.153725174569888,0.0,0.395508204504366,0.5,0.153725174569888,0.0,0.29874515894407,0.153725174569888,0.0,0.338376021804147,0.5,0.153725174569888,0.0,0.311343108573444,0.153725174569888,0.0,0.249750699501545,0.153725174569888,0.0,0.998299524389971,0.153725174569888,0.0,0.975939067505191,0.153725174569888,0.0,1.01063803290286,0.153725174569888,0.0,0.65299520349561,0.153725174569888,0.0,0.437416978915589,0.5,0.153725174569888,0.0,0.281387194725224,0,1.0102385126597,1.01045354418636 -216,0.5,0.153725174569888,0.0,1.00766042673168,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.881751678320262,0.153725174569888,0.0,0.867718670081742,0.153725174569888,0.0,0.904758647327127,0.153725174569888,0.0,0.57313666689491,0.153725174569888,0.0,0.868886128550127,0.153725174569888,0.0,0.356606777718125,0.5,0.153725174569888,0.0,0.406301484699385,0.153725174569888,0.0,0.301273600696537,0.5,0.153725174569888,0.0,0.289008790321283,0.153725174569888,0.0,0.25346269594575,0.153725174569888,0.0,1.00931091311753,0.153725174569888,0.0,0.973195841287186,0.153725174569888,0.0,1.00203895359022,0.153725174569888,0.0,0.660273761339806,0.153725174569888,0.0,0.376655056388552,0.5,0.153725174569888,0.0,0.175300694320275,0,1.01026066685784,1.01021614547426 -217,0.5,0.153725174569888,0.0,1.00255004589188,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.866964506205698,0.153725174569888,0.0,0.849533031571458,0.153725174569888,0.0,0.882601810448501,0.153725174569888,0.0,0.57760827547209,0.153725174569888,0.0,0.78294234592727,0.153725174569888,0.0,0.372906595324607,0.5,0.153725174569888,0.0,0.478304205917324,0.153725174569888,0.0,0.31386101675129,0.5,0.153725174569888,0.0,0.172464350636266,0.153725174569888,0.0,0.270394940558044,0.153725174569888,0.0,1.00037559388208,0.153725174569888,0.0,0.968535070541172,0.153725174569888,0.0,0.987566299408605,0.153725174569888,0.0,0.74618131947013,0.153725174569888,0.0,0.32962262215649,0.5,0.153725174569888,0.0,0.14862026118668,0,1.01027724432799,1.01006783006424 -218,0.5,0.153725174569888,0.0,0.997994832100703,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.843237736954422,0.153725174569888,0.0,0.82164410956743,0.153725174569888,0.0,0.834246006400788,0.153725174569888,0.0,0.553757568802469,0.153725174569888,0.0,0.756539864830502,0.153725174569888,0.0,0.420146641147726,0.5,0.153725174569888,0.0,0.512203563803721,0.153725174569888,0.0,0.340291363113573,0.5,0.153725174569888,0.0,0.16873421449375,0.153725174569888,0.0,0.2428798338655,0.153725174569888,0.0,0.982102289972849,0.153725174569888,0.0,0.964588665766548,0.153725174569888,0.0,0.961685644680665,0.153725174569888,0.0,0.651181922443744,0.153725174569888,0.0,0.372790229716858,0.5,0.153725174569888,0.0,0.169562280691629,0,1.01028803498907,1.01013163544441 -219,0.5,0.153725174569888,0.0,0.995152977194286,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.730905854515133,0.153725174569888,0.0,0.802936186787071,0.153725174569888,0.0,0.795348855654877,0.153725174569888,0.0,0.555806177240838,0.153725174569888,0.0,0.772779538143841,0.153725174569888,0.0,0.413780639628159,0.5,0.153725174569888,0.0,0.504715781872714,0.153725174569888,0.0,0.281975566950717,0.5,0.153725174569888,0.0,0.383499008829638,0.153725174569888,0.0,0.244634496613286,0.153725174569888,0.0,0.985230429243661,0.153725174569888,0.0,0.944576528575431,0.153725174569888,0.0,0.960177815085347,0.153725174569888,0.0,0.60439026998746,0.153725174569888,0.0,0.447219017063592,0.5,0.153725174569888,0.0,0.240961432243074,0,1.01028803498907,1.00827977946616 -220,0.5,0.153725174569888,0.0,0.998503189327873,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.730826289584549,0.153725174569888,0.0,0.795682328517142,0.153725174569888,0.0,0.812755032463694,0.153725174569888,0.0,0.650080714982859,0.153725174569888,0.0,0.811311006396178,0.153725174569888,0.0,0.403495203132866,0.5,0.153725174569888,0.0,0.383526302531485,0.153725174569888,0.0,0.295449629269145,0.5,0.153725174569888,0.0,0.472125947157334,0.153725174569888,0.0,0.276093782209728,0.153725174569888,0.0,0.959765379600128,0.153725174569888,0.0,0.910835733146426,0.153725174569888,0.0,0.985457888089589,0.153725174569888,0.0,0.606417643704269,0.153725174569888,0.0,0.506873943516813,0.5,0.153725174569888,0.0,0.313500447646313,0,1.01028803498907,0.999174948724782 -221,0.5,0.153725174569888,0.0,0.992368909616698,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.731977629566331,0.153725174569888,0.0,0.850579044317844,0.153725174569888,0.0,0.820320721781212,0.153725174569888,0.0,0.681773105900822,0.153725174569888,0.0,0.873840386773848,0.153725174569888,0.0,0.404222361150112,0.5,0.153725174569888,0.0,0.296672095662514,0.153725174569888,0.0,0.262163185138059,0.5,0.153725174569888,0.0,0.484525070776728,0.153725174569888,0.0,0.31694145202326,0.153725174569888,0.0,0.918305296554363,0.153725174569888,0.0,0.874322865168048,0.153725174569888,0.0,0.979569423632497,0.153725174569888,0.0,0.601975443537229,0.153725174569888,0.0,0.568473822802339,0.5,0.153725174569888,0.0,0.359527782751947,0,1.01024965940252,0.958527748403123 -222,0.5,0.153725174569888,0.0,1.00416223865763,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.800905499949386,0.153725174569888,0.0,0.862489126591462,0.153725174569888,0.0,0.791996867991979,0.153725174569888,0.0,0.689340526423349,0.153725174569888,0.0,0.896793728998454,0.153725174569888,0.0,0.420751108659988,0.5,0.153725174569888,0.0,0.28087817376528,0.153725174569888,0.0,0.223502946269842,0.5,0.153725174569888,0.0,0.544867312848787,0.153725174569888,0.0,0.280690826593451,0.153725174569888,0.0,0.882094169110938,0.153725174569888,0.0,0.841089685873413,0.153725174569888,0.0,0.965130623012621,0.153725174569888,0.0,0.585509800312919,0.153725174569888,0.0,0.575955162965103,0.5,0.153725174569888,0.0,0.362096935275756,0,1.00720727742922,0.960274699909319 -223,0.5,0.153725174569888,0.0,1.00669100260383,0.153725174569888,0.0,1.00837122900269,0.153725174569888,0.0,0.777436791631345,0.153725174569888,0.0,0.899173674093392,0.153725174569888,0.0,0.786456317833099,0.153725174569888,0.0,0.725064798374485,0.153725174569888,0.0,0.891144289076146,0.153725174569888,0.0,0.479785269229578,0.5,0.153725174569888,0.0,0.291434555175185,0.153725174569888,0.0,0.194086386290526,0.5,0.153725174569888,0.0,0.542096740868616,0.153725174569888,0.0,0.247991372507503,0.153725174569888,0.0,0.875463929114308,0.153725174569888,0.0,0.813262350549275,0.153725174569888,0.0,0.945511193714335,0.153725174569888,0.0,0.577103139232035,0.153725174569888,0.0,0.593768820413185,0.5,0.153725174569888,0.0,0.355598586137474,0,1.00415282016565,1.0013829476973 -224,0.5,0.153725174569888,0.0,1.00285894244337,0.153725174569888,0.0,0.98399189142881,0.153725174569888,0.0,0.80807324401975,0.153725174569888,0.0,0.925910728562345,0.153725174569888,0.0,0.847582342185262,0.153725174569888,0.0,0.7213415668463,0.153725174569888,0.0,0.879584993039164,0.153725174569888,0.0,0.453937692580297,0.5,0.153725174569888,0.0,0.296878298051344,0.153725174569888,0.0,0.151727448108767,0.5,0.153725174569888,0.0,0.514464279503506,0.153725174569888,0.0,0.202520738438728,0.153725174569888,0.0,0.861072102413455,0.153725174569888,0.0,0.815002842660018,0.153725174569888,0.0,0.945910997346524,0.153725174569888,0.0,0.66647356146426,0.153725174569888,0.0,0.561911011210258,0.5,0.153725174569888,0.0,0.358625692118619,0,1.00366117443601,1.00797394870997 -225,0.5,0.153725174569888,7.82788648599664e-05,0.990357481825866,0.153725174569888,0.0,0.987012854676424,0.153725174569888,0.000228654236035592,0.905191478601803,0.153725174569888,0.00153022330110366,0.940526676960991,0.153725174569888,0.0,0.833171705010567,0.153725174569888,0.0,0.663051589438827,0.153725174569888,0.0,0.869139831914297,0.153725174569888,0.0,0.431953659832302,0.5,0.153725174569888,0.0,0.271046397648224,0.153725174569888,0.000752773929122052,0.120621064465567,0.5,0.153725174569888,1.32747878878489e-05,0.483768691467233,0.153725174569888,0.000370968557433187,0.187252783566326,0.153725174569888,0.0,0.832609006379664,0.153725174569888,0.0,0.845157380073405,0.153725174569888,0.0,0.948802560615416,0.153725174569888,0.0,0.707197517998199,0.153725174569888,0.000514614506899032,0.53153422196125,0.5,0.153725174569888,0.00121536419674769,0.323840696295123,0,1.00349301461717,1.00606100128853 -226,0.5,0.153725174569888,0.00938613608484296,0.977486971200682,0.153725174569888,0.00558996590193042,0.999377325806489,0.153725174569888,0.0228593313314744,0.89676201112407,0.153725174569888,0.0482905232766528,0.962994585088324,0.153725174569888,0.00174449237008544,0.805746150324377,0.153725174569888,0.00470706741717,0.599392569516573,0.153725174569888,0.00359887667975133,0.831358167069367,0.153725174569888,0.0143549861960832,0.433148032378937,0.5,0.153725174569888,0.00567679183905956,0.253582540768586,0.153725174569888,0.0150616309298151,0.11005025706867,0.5,0.153725174569888,0.00708500254285135,0.454669458206309,0.153725174569888,0.0182359609910788,0.168889018335078,0.153725174569888,0.00342214993865402,0.879701906385215,0.153725174569888,0.00342584722903102,0.835599434005948,0.153725174569888,0.00483669566425096,0.963064902251391,0.153725174569888,0.00874052304968421,0.657967919608719,0.153725174569888,0.0118605011125768,0.527648132767569,0.5,0.153725174569888,0.0151921736902961,0.291557959999184,0,1.00442203463943,1.00008171728317 -227,0.5,0.153725174569888,0.023535813398931,0.967727650205545,0.153725174569888,0.0159164250772635,0.989468271908801,0.153725174569888,0.0294933672470925,0.87230125117285,0.153725174569888,0.0553465230732624,0.979603321684194,0.153725174569888,0.00815043522004529,0.813031130060809,0.153725174569888,0.020325796423193,0.562258359788419,0.153725174569888,0.0137852431648789,0.824791430941591,0.153725174569888,0.063111449629216,0.427536063536648,0.5,0.153725174569888,0.0254294352914202,0.252006817520585,0.153725174569888,0.0544591750672274,0.101420155639274,0.5,0.153725174569888,0.0252115652196618,0.444325917163973,0.153725174569888,0.0626338832410134,0.187745025907762,0.153725174569888,0.00988037781936605,0.924270145818341,0.153725174569888,0.0162757631355343,0.825508386709236,0.153725174569888,0.012418008440199,0.945974999402691,0.153725174569888,0.0351604175442906,0.644144228336723,0.153725174569888,0.02472068576292,0.501333136904121,0.5,0.153725174569888,0.0393699094540246,0.280431398872797,0,1.00458815694943,0.988971563186069 -228,0.5,0.153725174569888,0.0210234542830132,0.962324838839463,0.153725174569888,0.00920206925732359,0.971196595339605,0.153725174569888,0.0337466285415357,0.817601619733974,0.153725174569888,0.0490087786338169,0.948278330231467,0.153725174569888,0.0273553360741169,0.821158946969577,0.153725174569888,0.0418551381606587,0.513874617427173,0.153725174569888,0.0184638976206072,0.806883430920682,0.153725174569888,0.135794465556085,0.389605972101548,0.5,0.153725174569888,0.0606845011186495,0.266194909088673,0.153725174569888,0.126906558233732,0.111973097835443,0.5,0.153725174569888,0.0321753641347282,0.436546019437006,0.153725174569888,0.127339207444254,0.206847004326222,0.153725174569888,0.0256291851087868,0.943308316604526,0.153725174569888,0.0271795366158815,0.830143979148109,0.153725174569888,0.0207984915718492,0.921423491747274,0.153725174569888,0.0467174396929828,0.642244706202937,0.153725174569888,0.0375720033538149,0.485188368381017,0.5,0.153725174569888,0.0751616889003801,0.281436949158639,0,1.00462610045402,0.993953758320422 -229,0.5,0.153725174569888,0.0180173486840788,0.956578976214394,0.153725174569888,0.0172986658068024,0.964903764815426,0.153725174569888,0.0411913268905787,0.733180187299998,0.153725174569888,0.0386677654918195,0.912579318294752,0.153725174569888,0.0497612059784758,0.797758350325954,0.153725174569888,0.0583469434291055,0.522557808208691,0.153725174569888,0.0291386449054796,0.736626638160822,0.153725174569888,0.175027200442867,0.348701509956284,0.5,0.153725174569888,0.0857640665381976,0.272652912960676,0.153725174569888,0.186156079570179,0.138538703641327,0.5,0.153725174569888,0.0444475807361764,0.406056458919659,0.153725174569888,0.168146327028057,0.201999285185331,0.153725174569888,0.0358249774868507,0.945358381567446,0.153725174569888,0.0316908585280312,0.820172298931282,0.153725174569888,0.036661766093443,0.922061173954902,0.153725174569888,0.0469816777006324,0.602478550111175,0.153725174569888,0.0467026438001548,0.489093745809187,0.5,0.153725174569888,0.127612939650268,0.263364199707491,0,1.00600143588449,1.00270994168651 -230,0.5,0.153725174569888,0.0193045095908545,0.959092482621231,0.153725174569888,0.0241245036845571,0.936608862755975,0.153725174569888,0.0410441231268948,0.742712786528166,0.153725174569888,0.037855629375201,0.863795150425681,0.153725174569888,0.0509524181167279,0.704799945846854,0.153725174569888,0.0765101244167891,0.490969964184312,0.153725174569888,0.0330398154626775,0.67670938738307,0.153725174569888,0.144613986280951,0.296873823818975,0.5,0.153725174569888,0.0876813259601698,0.258815298543638,0.153725174569888,0.147422242934853,0.138747392082201,0.5,0.153725174569888,0.0474504783509567,0.391891235836029,0.153725174569888,0.142057337681334,0.189275388271018,0.153725174569888,0.0215035648939772,0.943341440670884,0.153725174569888,0.0390927900859659,0.793912124922864,0.153725174569888,0.0344710285336148,0.913104144408553,0.153725174569888,0.0365474860650945,0.527324776987889,0.153725174569888,0.0371413064714339,0.435818151914294,0.5,0.153725174569888,0.152765179233377,0.267909251418751,0,1.00802387275185,1.00492035219188 -231,0.5,0.153725174569888,0.0133154560881461,0.941021392894473,0.153725174569888,0.0142921321272769,0.909488909389271,0.153725174569888,0.0307025537668526,0.71267368548416,0.153725174569888,0.0244775983167907,0.804776800932872,0.153725174569888,0.0722239617200441,0.653601484217949,0.153725174569888,0.0855157374879384,0.465459576594512,0.153725174569888,0.0309817536159577,0.619145756091859,0.153725174569888,0.0899410491186798,0.226852452008986,0.5,0.153725174569888,0.0440103997763742,0.17656916222757,0.153725174569888,0.0830414073821705,0.11196403122169,0.5,0.153725174569888,0.0384236917889615,0.354649208359197,0.153725174569888,0.0884804569571664,0.134622164533421,0.153725174569888,0.014589577183893,0.948755720845469,0.153725174569888,0.0766553573583712,0.698468741549913,0.153725174569888,0.0179971660013684,0.849218310967968,0.153725174569888,0.0212914227160871,0.414239439937436,0.153725174569888,0.0267164209691206,0.381336661498412,0.5,0.153725174569888,0.106639485482664,0.221419579543971,0,1.00815861604444,0.984944178109993 -232,0.5,0.153725174569888,0.000313428776732596,0.900930171187686,0.153725174569888,0.00114620707125026,0.906279791614702,0.153725174569888,0.00750209714882646,0.622748561447884,0.153725174569888,0.00106854893984044,0.729730202373535,0.153725174569888,0.0655851452172848,0.557258568758271,0.153725174569888,0.0317276317117773,0.385384867065341,0.153725174569888,0.0152660193710015,0.573261962326724,0.153725174569888,0.040655945500625,0.150847965901425,0.5,0.153725174569888,0.014141984001767,0.119024894654516,0.153725174569888,0.0497072517770752,0.0638092246721686,0.5,0.153725174569888,0.00678156457683146,0.258401232264157,0.153725174569888,0.0531395339817553,0.0778781524436126,0.153725174569888,6.5477011708803e-05,0.918280045838203,0.153725174569888,0.0539814739613939,0.530240657994856,0.153725174569888,0.00784084957169667,0.734651933576648,0.153725174569888,0.00556686483833236,0.310973224831013,0.153725174569888,0.00671031638828323,0.315952284926467,0.5,0.153725174569888,0.0309968899380586,0.135854151540585,0,1.00737476069058,0.990866668546093 -233,0.5,0.153725174569888,0.0,0.852636833409154,0.153725174569888,0.0,0.879866347057022,0.153725174569888,0.0,0.478654183232237,0.153725174569888,0.0,0.675057407538017,0.153725174569888,0.0,0.532899116036323,0.153725174569888,0.0,0.391783788493454,0.153725174569888,0.0,0.530753022512534,0.153725174569888,0.0,0.113549829004655,0.5,0.153725174569888,0.0,0.0581102716326958,0.153725174569888,0.0,0.0265855698591202,0.5,0.153725174569888,0.0,0.172081625988247,0.153725174569888,0.0,0.0412483143280732,0.153725174569888,0.0,0.843082428396027,0.153725174569888,0.0,0.470645567815412,0.153725174569888,0.0,0.574757793203832,0.153725174569888,0.0,0.248648459219686,0.153725174569888,0.0,0.251524478893265,0.5,0.153725174569888,0.0,0.0776281852617243,0,1.00796187462575,0.998604070427295 -234,0.5,0.153725174569888,0.0,0.794485959331324,0.153725174569888,0.0,0.603558300160862,0.153725174569888,0.0,0.361919707956375,0.153725174569888,0.0,0.620081619135835,0.153725174569888,0.0,0.638803486317506,0.153725174569888,0.0,0.438628633188175,0.153725174569888,0.0,0.572759033898963,0.153725174569888,0.0,0.0867139478677219,0.5,0.153725174569888,0.0,0.0252524343916892,0.153725174569888,0.0,0.0114954012783095,0.5,0.153725174569888,0.0,0.0989348961410144,0.153725174569888,0.0,0.0208537183899852,0.153725174569888,0.0,0.763698496248114,0.153725174569888,0.0,0.526222772743194,0.153725174569888,0.0,0.482687757168231,0.153725174569888,0.0,0.2295149149116,0.153725174569888,0.0,0.195706759654831,0.5,0.153725174569888,0.0,0.0493206077538459,0,1.00260955973895,0.993420783815089 -235,0.5,0.153725174569888,0.0,0.738437991996198,0.153725174569888,0.0,0.576766337993214,0.153725174569888,0.0,0.280040423826734,0.153725174569888,0.0,0.543330723417626,0.153725174569888,0.0,0.784818867206369,0.153725174569888,0.0,0.394723398569126,0.153725174569888,0.0,0.56803104878818,0.153725174569888,0.0,0.0648939231682724,0.5,0.153725174569888,0.0,0.0153639313884305,0.153725174569888,0.0,0.00350369116993027,0.5,0.153725174569888,0.0,0.0425062359830522,0.153725174569888,0.0,0.00916848438419436,0.153725174569888,0.0,0.691979367851243,0.153725174569888,0.0,0.615389697541294,0.153725174569888,0.0,0.527232096476682,0.153725174569888,0.0,0.227240517146962,0.153725174569888,0.0,0.149964969203233,0.5,0.153725174569888,0.0,0.0316795044708552,0,1.00096051323489,0.981137994701304 -236,0.5,0.153725174569888,0.0,0.689482256038548,0.153725174569888,0.0,0.755021287961584,0.153725174569888,0.0,0.279871558300405,0.153725174569888,0.0,0.425351311873198,0.153725174569888,0.0,0.785746398828903,0.153725174569888,0.0,0.282976079888941,0.153725174569888,0.0,0.532381330972475,0.153725174569888,0.0,0.057430925523932,0.5,0.153725174569888,0.0,0.0164851226479165,0.153725174569888,0.0,0.000711678720538279,0.5,0.153725174569888,0.0,0.0256998078315415,0.153725174569888,0.0,0.00552130308641954,0.153725174569888,0.0,0.712036835439149,0.153725174569888,0.0,0.706349837446517,0.153725174569888,0.0,0.649362878123573,0.153725174569888,0.0,0.244196904474572,0.153725174569888,0.0,0.107409368520195,0.5,0.153725174569888,0.0,0.0159031516134498,0,0.981020697300698,0.982382032522088 -237,0.5,0.153725174569888,0.0,0.661583206202606,0.153725174569888,0.0,0.933471676784034,0.153725174569888,0.0,0.273485347087359,0.153725174569888,0.0,0.365431695844949,0.153725174569888,0.0,0.708004944397608,0.153725174569888,0.0,0.157966497934161,0.153725174569888,0.0,0.508695861027523,0.153725174569888,0.0,0.0474659824534964,0.5,0.153725174569888,0.0,0.0151961763953631,0.153725174569888,0.0,0.000710130858263346,0.5,0.153725174569888,0.0,0.0249190761884255,0.153725174569888,0.0,0.00516105991392068,0.153725174569888,0.0,0.762860646598921,0.153725174569888,0.0,0.743256354775685,0.153725174569888,0.0,0.717889322212294,0.153725174569888,0.0,0.208635493713685,0.153725174569888,0.0,0.0749955055942095,0.5,0.153725174569888,0.0,0.00766469622851093,0,0.993062386556309,0.998521289102233 -238,0.5,0.153725174569888,0.0,0.705964815042868,0.153725174569888,0.0,0.973850347640042,0.153725174569888,0.0,0.269747120653189,0.153725174569888,0.0,0.347399709306096,0.153725174569888,0.0,0.444943624086884,0.153725174569888,0.0,0.149560003019741,0.153725174569888,0.0,0.444774615505659,0.153725174569888,0.0,0.033321288596785,0.5,0.153725174569888,0.0,0.0109817824784112,0.153725174569888,0.0,0.00174845335119218,0.5,0.153725174569888,0.0,0.0109841824440329,0.153725174569888,0.0,0.00529652727180255,0.153725174569888,0.0,0.795381656417421,0.153725174569888,0.0,0.68677975676724,0.153725174569888,0.0,0.725803462549604,0.153725174569888,0.0,0.204064625909074,0.153725174569888,0.0,0.0476668008877621,0.5,0.153725174569888,0.0,0.00379694232088879,0,0.997648669337898,1.00218937347852 -239,0.5,0.153725174569888,0.0,0.772284677272789,0.153725174569888,0.0,0.928665573595662,0.153725174569888,0.0,0.250699659801334,0.153725174569888,0.0,0.332311793360754,0.153725174569888,0.0,0.329071231369378,0.153725174569888,0.0,0.216059669330446,0.153725174569888,0.0,0.429987708021678,0.153725174569888,0.0,0.0254097374418998,0.5,0.153725174569888,0.0,0.0119753963587561,0.153725174569888,0.0,0.0041509113041651,0.5,0.153725174569888,0.0,0.00543363614529,0.153725174569888,0.0,0.00705290224416558,0.153725174569888,0.0,0.836227100533441,0.153725174569888,0.0,0.577264289690325,0.153725174569888,0.0,0.686008782928618,0.153725174569888,0.0,0.1914074202856,0.153725174569888,0.0,0.0431595648614476,0.5,0.153725174569888,0.0,0.00241383509833247,0,0.993087802823629,0.997407554868004 -240,0.5,0.153725174569888,0.0,0.794461403721824,0.153725174569888,0.0,0.835089195579793,0.153725174569888,0.0,0.283731702381139,0.153725174569888,0.0,0.310506507426965,0.153725174569888,0.0,0.395917550602154,0.153725174569888,0.0,0.211265108586375,0.153725174569888,0.0,0.327875445979405,0.153725174569888,0.0,0.0270348915794914,0.5,0.153725174569888,0.0,0.0123806203768262,0.153725174569888,0.0,0.00410232557465437,0.5,0.153725174569888,0.0,0.00842246981353251,0.153725174569888,0.0,0.00955939787465963,0.153725174569888,0.0,0.830118934558831,0.153725174569888,0.0,0.501867650351,0.153725174569888,0.0,0.620984882442476,0.153725174569888,0.0,0.158885746010734,0.153725174569888,0.0,0.0385496079115971,0.5,0.153725174569888,0.0,0.00343293533323108,0,1.00377668157905,0.983188487145347 -241,0.5,0.153725174569888,0.0,0.771264935752897,0.153725174569888,0.0,0.740816153182671,0.153725174569888,0.0,0.310525238456009,0.153725174569888,0.0,0.336107013960755,0.153725174569888,0.0,0.470227889030961,0.153725174569888,0.0,0.195348993287297,0.153725174569888,0.0,0.198075188307763,0.153725174569888,0.0,0.0317498486618641,0.5,0.153725174569888,0.0,0.010635903642991,0.153725174569888,0.0,0.00307927932756287,0.5,0.153725174569888,0.0,0.00910850076059099,0.153725174569888,0.0,0.0112847740917463,0.153725174569888,0.0,0.806913811235786,0.153725174569888,0.0,0.458163277713103,0.153725174569888,0.0,0.56260138689039,0.153725174569888,0.0,0.0729486424960776,0.153725174569888,0.0,0.0266512907155177,0.5,0.153725174569888,0.0,0.00313284700631123,0,1.00807678067447,0.939557364069053 -242,0.5,0.153725174569888,0.0,0.731445279684456,0.153725174569888,0.0,0.760245721634163,0.153725174569888,0.0,0.235103531701677,0.153725174569888,0.0,0.325274148342823,0.153725174569888,0.0,0.487944878398268,0.153725174569888,0.0,0.196908731640814,0.153725174569888,0.0,0.155047579682251,0.153725174569888,0.0,0.0330778271934249,0.5,0.153725174569888,0.0,0.00609112268799909,0.153725174569888,0.0,0.00385781254232134,0.5,0.153725174569888,0.0,0.00634871119611595,0.153725174569888,0.0,0.0110836758188724,0.153725174569888,0.0,0.803634841988435,0.153725174569888,0.0,0.486917007074052,0.153725174569888,0.0,0.505892515748158,0.153725174569888,0.0,0.0419577021247897,0.153725174569888,0.0,0.02387637260877,0.5,0.153725174569888,0.0,0.00326353076234495,0,1.00746090357467,0.875754235840996 -243,0.5,0.153725174569888,0.0,0.687829639822411,0.153725174569888,0.0,0.603906448694357,0.153725174569888,0.0,0.17570784172557,0.153725174569888,0.0,0.349119297573204,0.153725174569888,0.0,0.503488636042175,0.153725174569888,0.0,0.195993572713035,0.153725174569888,0.0,0.152632108293563,0.153725174569888,0.0,0.0340206656614943,0.5,0.153725174569888,0.0,0.00396602960063972,0.153725174569888,0.0,0.00711589714428525,0.5,0.153725174569888,0.0,0.00346121683978537,0.153725174569888,0.0,0.00982176487871053,0.153725174569888,0.0,0.796339044194465,0.153725174569888,0.0,0.552758630457675,0.153725174569888,0.0,0.430787452122694,0.153725174569888,0.0,0.039309816308305,0.153725174569888,0.0,0.0172423279479757,0.5,0.153725174569888,0.0,0.00324143875090433,0,1.00420537783432,0.798366832957828 -244,0.5,0.153725174569888,0.0,0.631777898107043,0.153725174569888,0.0,0.649005570104491,0.153725174569888,0.0,0.137867938638293,0.153725174569888,0.0,0.332550805402393,0.153725174569888,0.0,0.531814347635303,0.153725174569888,0.0,0.18714752508473,0.153725174569888,0.0,0.158860278111394,0.153725174569888,0.0,0.0391291170005083,0.5,0.153725174569888,0.0,0.00401635233992409,0.153725174569888,0.0,0.00656987813771984,0.5,0.153725174569888,0.0,0.00259792285182186,0.153725174569888,0.0,0.00806190746781163,0.153725174569888,0.0,0.770582654079308,0.153725174569888,0.0,0.598132381535802,0.153725174569888,0.0,0.413528799131494,0.153725174569888,0.0,0.0461356654811434,0.153725174569888,0.0,0.0137459647753477,0.5,0.153725174569888,0.0,0.00464796893924078,0,0.997693092002236,0.730293540347538 -245,0.5,0.153725174569888,0.0,0.570375154779902,0.153725174569888,0.0,0.730247375588912,0.153725174569888,0.0,0.0991219653634096,0.153725174569888,0.0,0.306978136363079,0.153725174569888,0.0,0.518622066561659,0.153725174569888,0.0,0.17739869798194,0.153725174569888,0.0,0.159743804906793,0.153725174569888,0.0,0.0438752172587538,0.5,0.153725174569888,0.0,0.00485309469047068,0.153725174569888,0.0,0.00356065796448454,0.5,0.153725174569888,0.0,0.00261627339562981,0.153725174569888,0.0,0.00614529984903812,0.153725174569888,0.0,0.747918174393084,0.153725174569888,0.0,0.621019116025519,0.153725174569888,0.0,0.438069350676592,0.153725174569888,0.0,0.055694902116806,0.153725174569888,0.0,0.011537836799346,0.5,0.153725174569888,0.0,0.00358361315834825,0,0.991726181340207,0.675271650590946 -246,0.5,0.153725174569888,0.0,0.558746116985657,0.153725174569888,0.0,0.699991526957459,0.153725174569888,0.0,0.104638171151229,0.153725174569888,0.0,0.260971054366454,0.153725174569888,0.0,0.485597737768695,0.153725174569888,0.0,0.174803278504379,0.153725174569888,0.0,0.149932625751053,0.153725174569888,0.0,0.0501417685556497,0.5,0.153725174569888,0.0,0.0040162105564821,0.153725174569888,0.0,0.00375008822452787,0.5,0.153725174569888,0.0,0.00223183551652088,0.153725174569888,0.0,0.00525966010725392,0.153725174569888,0.0,0.739396840479298,0.153725174569888,0.0,0.611980690612778,0.153725174569888,0.0,0.431508597468455,0.153725174569888,0.0,0.0641279139945642,0.153725174569888,0.0,0.0101643477103802,0.5,0.153725174569888,0.0,0.00651938739653349,0,0.990142515196841,0.600669588882051 -247,0.5,0.153725174569888,0.0,0.526604543714364,0.153725174569888,0.0,0.678229112694403,0.153725174569888,0.0,0.116193203678149,0.153725174569888,0.0,0.168090761249189,0.153725174569888,0.0,0.4663237844565,0.153725174569888,0.0,0.185783488295972,0.153725174569888,0.0,0.14334023710368,0.153725174569888,0.0,0.0477522569582789,0.5,0.153725174569888,0.0,0.00319018744368993,0.153725174569888,0.0,0.004631925944744,0.5,0.153725174569888,0.0,0.00144324804411524,0.153725174569888,0.0,0.00591162456166964,0.153725174569888,0.0,0.700261049901528,0.153725174569888,0.0,0.588335062864981,0.153725174569888,0.0,0.417857731806618,0.153725174569888,0.0,0.0753995937819073,0.153725174569888,0.0,0.00845033809316172,0.5,0.153725174569888,0.0,0.0106745709598749,0,1.00232048563552,0.505101312569092 -248,0.5,0.153725174569888,0.0,0.48397268452446,0.153725174569888,0.0,0.641122195874836,0.153725174569888,0.0,0.128220375660291,0.153725174569888,0.0,0.137892796642206,0.153725174569888,0.0,0.465799655738955,0.153725174569888,0.0,0.198273879571762,0.153725174569888,0.0,0.147785109354664,0.153725174569888,0.0,0.0449498598958386,0.5,0.153725174569888,0.0,0.00399085870160219,0.153725174569888,0.0,0.00711703555299671,0.5,0.153725174569888,0.0,0.0013032694867012,0.153725174569888,0.0,0.00755861912266548,0.153725174569888,0.0,0.659596195926075,0.153725174569888,0.0,0.566768169755333,0.153725174569888,0.0,0.399485190536359,0.153725174569888,0.0,0.0695423888968617,0.153725174569888,0.0,0.00782551190740251,0.5,0.153725174569888,0.0,0.00626609495005147,0,0.991956668010519,0.31867464708902 -249,0.5,0.153725174569888,5.33027482390197e-05,0.500524368968269,0.153725174569888,0.0,0.630277950532222,0.153725174569888,0.000386337015543403,0.14773022298063,0.153725174569888,0.00117541097106098,0.145530231659147,0.153725174569888,0.0,0.495380037614743,0.153725174569888,0.0,0.226762107107337,0.153725174569888,0.0,0.153566796340247,0.153725174569888,0.0,0.0518822940923603,0.5,0.153725174569888,0.0,0.00682494390103836,0.153725174569888,0.0013431729680863,0.00559788667237128,0.5,0.153725174569888,0.000253321143170309,0.00147661042492096,0.153725174569888,0.000528332643694883,0.00961863477523414,0.153725174569888,0.0,0.627859144411985,0.153725174569888,0.0,0.572385980837874,0.153725174569888,0.0,0.408225551901846,0.153725174569888,0.0,0.0563918370647201,0.153725174569888,0.00202523704488854,0.00814026875496118,0.5,0.153725174569888,0.00443498666524122,0.00151402258597492,0,0.979307100483496,0.153254009469663 -250,0.5,0.153725174569888,0.0135935199432701,0.543708925515478,0.153725174569888,0.00664552590639106,0.664496185026755,0.153725174569888,0.064646809918202,0.162363563517019,0.153725174569888,0.0403322487041747,0.167394188229209,0.153725174569888,0.0064810141836968,0.579456099252638,0.153725174569888,0.00944803250240871,0.293851100674764,0.153725174569888,0.0203640872206658,0.187469221229174,0.153725174569888,0.0427848371046212,0.0552896932408643,0.5,0.153725174569888,0.0770114735303432,0.00810104951776723,0.153725174569888,0.0190516327168118,0.0062223567049338,0.5,0.153725174569888,0.0975802944654826,0.00241490521908252,0.153725174569888,0.0224316987971111,0.00958162654146419,0.153725174569888,0.00335834871684796,0.60566365301937,0.153725174569888,0.00384606525623567,0.59948356750822,0.153725174569888,0.0237368265616304,0.407669442141073,0.153725174569888,0.068088966726426,0.0629560282715013,0.153725174569888,0.0880018216323844,0.00902867779880357,0.5,0.153725174569888,0.0456097181170073,0.00218745227899011,0,0.938053026817544,0.113326464678919 -251,0.5,0.153725174569888,0.0463317948822631,0.596776496726133,0.153725174569888,0.0197615789004294,0.68409156135168,0.153725174569888,0.151951230142186,0.216930712473569,0.153725174569888,0.0997690950609279,0.220782545774513,0.153725174569888,0.0255158833026922,0.688853438833929,0.153725174569888,0.0358489792238276,0.367255527437664,0.153725174569888,0.0484298753191649,0.257584028594364,0.153725174569888,0.112589801785689,0.0605792885821329,0.5,0.153725174569888,0.17068982047093,0.00946208245729803,0.153725174569888,0.0420608833700052,0.0140002468828633,0.5,0.153725174569888,0.238017577678119,0.00270077797465211,0.153725174569888,0.0791503660221848,0.0088477219041627,0.153725174569888,0.0138919220999585,0.587246501478081,0.153725174569888,0.0176264727427773,0.636031717421101,0.153725174569888,0.0735277907596481,0.435594130054035,0.153725174569888,0.192699042058828,0.108717656952679,0.153725174569888,0.218166193833712,0.00958832723071118,0.5,0.153725174569888,0.0672873746547141,0.00597856142842227,0,0.918763961104608,0.187076030407491 -252,0.5,0.153725174569888,0.0738436581439911,0.599718632719348,0.153725174569888,0.028209777729195,0.712856746418622,0.153725174569888,0.242246598631748,0.294966241587048,0.153725174569888,0.142336985581349,0.283280688309485,0.153725174569888,0.0350571011294157,0.765044305482345,0.153725174569888,0.0568913344928583,0.457741562233252,0.153725174569888,0.0803136521845985,0.305542308259029,0.153725174569888,0.184213559602141,0.0732950112769283,0.5,0.153725174569888,0.224500012125154,0.0121250939769858,0.153725174569888,0.0665466938797219,0.024394307413687,0.5,0.153725174569888,0.292570036604249,0.00252337100004985,0.153725174569888,0.134771028115734,0.00759247942027638,0.153725174569888,0.0206680413738491,0.559480741481347,0.153725174569888,0.0279419281514815,0.677812605590357,0.153725174569888,0.0915409405053457,0.499520664419337,0.153725174569888,0.235241240656075,0.155696044520016,0.153725174569888,0.354108043901247,0.0116706899739574,0.5,0.153725174569888,0.0766166940560561,0.0108131331622148,0,0.924981233798082,0.17242435424746 -253,0.5,0.153725174569888,0.0846097724661596,0.573087527643196,0.153725174569888,0.0308066619333629,0.720077029746306,0.153725174569888,0.265971323301316,0.263199549180829,0.153725174569888,0.157501565569484,0.328531208221634,0.153725174569888,0.0360492204881552,0.804747907946621,0.153725174569888,0.0679037420903694,0.546535354505173,0.153725174569888,0.0930242626069375,0.440128741524973,0.153725174569888,0.239279845547848,0.092971286979775,0.5,0.153725174569888,0.251605689614086,0.0203984179317862,0.153725174569888,0.0896152943252184,0.0276910099005413,0.5,0.153725174569888,0.295553959732654,0.00378055860577919,0.153725174569888,0.14552525149262,0.00810630007096844,0.153725174569888,0.0227760176673703,0.500836629768795,0.153725174569888,0.0283109848592015,0.689499913865907,0.153725174569888,0.0802185154775323,0.548355086426573,0.153725174569888,0.244677485701008,0.210503064114107,0.153725174569888,0.382062051594273,0.0157387936457753,0.5,0.153725174569888,0.0883058964122971,0.0164845748599455,0,0.880778460140527,0.10641302848106 -254,0.5,0.153725174569888,0.0678486614165208,0.540292176121681,0.153725174569888,0.0226131127967958,0.723039445866147,0.153725174569888,0.243436634035376,0.215382431815164,0.153725174569888,0.137992450963537,0.276937157556557,0.153725174569888,0.0229935313642231,0.87375608034187,0.153725174569888,0.0605571252236272,0.614601069883118,0.153725174569888,0.0906026724652465,0.537293151756399,0.153725174569888,0.280136072243262,0.127460819773818,0.5,0.153725174569888,0.273313466324911,0.0307877618316724,0.153725174569888,0.0848083462645626,0.0282637203531157,0.5,0.153725174569888,0.219343897494038,0.0107000055171125,0.153725174569888,0.110157679950166,0.0112872740470555,0.153725174569888,0.0197573645422628,0.389981993779874,0.153725174569888,0.0198175751000085,0.7051426117353,0.153725174569888,0.0619743715248526,0.579931384056225,0.153725174569888,0.194560902072648,0.252074064244169,0.153725174569888,0.326474510935795,0.0299116821487027,0.5,0.153725174569888,0.0647929715918614,0.0166132282208702,0,0.804126627536885,0.130724658366519 -255,0.5,0.153725174569888,0.033240042567954,0.516559479552592,0.153725174569888,0.00823107183649883,0.721842127465108,0.153725174569888,0.170934366224989,0.224475767471701,0.153725174569888,0.0827682981669437,0.200583980297589,0.153725174569888,0.00744683175657233,0.923887183192828,0.153725174569888,0.0184532469252595,0.68788782491009,0.153725174569888,0.0441361720396379,0.612159012857142,0.153725174569888,0.212456283966226,0.201058865851382,0.5,0.153725174569888,0.298222195704949,0.0270714986934761,0.153725174569888,0.056407192841337,0.0266146369697443,0.5,0.153725174569888,0.128688306988232,0.0235287742700538,0.153725174569888,0.0473053249181512,0.0105308878830532,0.153725174569888,0.0116004449996016,0.246977064582741,0.153725174569888,0.00653823818823719,0.759692387835756,0.153725174569888,0.0298573236585102,0.662170420099571,0.153725174569888,0.16528951415874,0.254959266721731,0.153725174569888,0.202589077440504,0.031240868220944,0.5,0.153725174569888,0.0384403272038767,0.0136178938741867,0,0.719782685395283,0.433496000825797 -256,0.5,0.153725174569888,0.000711504852594264,0.51008532424589,0.153725174569888,0.000460733776095717,0.78502083409815,0.153725174569888,0.0508607637354907,0.252581913193984,0.153725174569888,0.0137891306350037,0.174569121884992,0.153725174569888,0.00250701287382083,0.947319982918738,0.153725174569888,0.00610079191404484,0.836932751345384,0.153725174569888,0.0118260583559576,0.771811867197666,0.153725174569888,0.0556714269241987,0.296117761386358,0.5,0.153725174569888,0.143538401124592,0.0293142710987427,0.153725174569888,0.0112092661385995,0.0266338013933038,0.5,0.153725174569888,0.0926730416540786,0.0297600563184834,0.153725174569888,0.0164749255816571,0.0137137950077627,0.153725174569888,0.000372667161846964,0.226031352755946,0.153725174569888,0.00203333759511986,0.802508102584135,0.153725174569888,0.004971833559895,0.785023563174715,0.153725174569888,0.0628049376791656,0.293374994966587,0.153725174569888,0.0743177469446784,0.0276134145849938,0.5,0.153725174569888,0.0109892138212777,0.0136749128958237,0,0.606479896183363,0.858740378747555 -257,0.5,0.153725174569888,0.0,0.557444199094429,0.153725174569888,0.0,0.888739136083084,0.153725174569888,0.0,0.347728805304066,0.153725174569888,0.0,0.196522273042498,0.153725174569888,0.0,0.881153127203734,0.153725174569888,0.0,0.776064229525794,0.153725174569888,0.0,0.914626867701632,0.153725174569888,0.0,0.370285541154439,0.5,0.153725174569888,0.0,0.0444801147672693,0.153725174569888,9.90030346670037e-05,0.0325534857810194,0.5,0.153725174569888,0.0,0.0429823874237655,0.153725174569888,0.000248404610722315,0.0146647691934336,0.153725174569888,0.0,0.332266393844026,0.153725174569888,0.0,0.742504062570325,0.153725174569888,0.0,0.888522148804536,0.153725174569888,0.0,0.383956227771148,0.153725174569888,0.0,0.0355323367259896,0.5,0.153725174569888,0.0,0.0162148848685146,0,0.417048339499925,0.967129552509989 -258,0.5,0.153725174569888,0.0,0.648405726915986,0.153725174569888,0.0,0.922581448677418,0.153725174569888,0.0,0.549221495218376,0.153725174569888,0.0,0.259518417105367,0.153725174569888,0.0,0.784608043790021,0.153725174569888,0.0,0.589285740045285,0.153725174569888,0.0,0.908182408633101,0.153725174569888,0.0,0.369039573280062,0.5,0.153725174569888,0.0,0.0482016553396061,0.153725174569888,0.0,0.0390998008202147,0.5,0.153725174569888,0.0,0.0511717719430499,0.153725174569888,0.0,0.0143051775470008,0.153725174569888,0.0,0.332956070632846,0.153725174569888,0.0,0.670339914691407,0.153725174569888,0.0,0.981871078386111,0.153725174569888,0.0,0.474936391518329,0.153725174569888,0.0,0.0463579145890978,0.5,0.153725174569888,0.0,0.0182572871874965,0,0.173440576976648,0.996775381714244 -259,0.5,0.153725174569888,0.0,0.756695817885383,0.153725174569888,0.0,0.898619774442165,0.153725174569888,0.0,0.767015167328908,0.153725174569888,0.0,0.398611163936351,0.153725174569888,0.0,0.683688951075347,0.153725174569888,0.0,0.435502254842087,0.153725174569888,0.0,0.884588482468625,0.153725174569888,0.0,0.338259871683853,0.5,0.153725174569888,0.0,0.0576384520780608,0.153725174569888,0.0,0.0498573236748903,0.5,0.153725174569888,0.0,0.0631239550557668,0.153725174569888,0.0,0.0177941662443795,0.153725174569888,0.0,0.42933643487233,0.153725174569888,0.0,0.587116566062959,0.153725174569888,0.0,0.976732856634667,0.153725174569888,0.0,0.520073156224001,0.153725174569888,0.0,0.0686429868000072,0.5,0.153725174569888,0.0,0.0230022491108399,0,0.205121754291899,0.999582931117547 -260,0.5,0.153725174569888,0.0,0.86055674755795,0.153725174569888,0.0,0.554248855487308,0.153725174569888,0.0,0.899893080111818,0.153725174569888,0.0,0.629626610545776,0.153725174569888,0.0,0.542532881859778,0.153725174569888,0.0,0.221086950892546,0.153725174569888,0.0,0.783717668724992,0.153725174569888,0.0,0.268355066509804,0.5,0.153725174569888,0.0,0.0596749865799026,0.153725174569888,0.0,0.0653563632104335,0.5,0.153725174569888,0.0,0.0994868476442876,0.153725174569888,0.0,0.0273755298143943,0.153725174569888,0.0,0.55907542429874,0.153725174569888,0.0,0.582748810615589,0.153725174569888,0.0,0.91697339870898,0.153725174569888,0.0,0.567367100175658,0.153725174569888,0.0,0.105534167941364,0.5,0.153725174569888,0.0,0.0344859988570204,0,0.383212114614173,0.998797606453431 -261,0.5,0.153725174569888,0.0,0.898877977986569,0.153725174569888,0.0,0.586371788533901,0.153725174569888,0.0,0.92725057338034,0.153725174569888,0.0,0.825255356332351,0.153725174569888,0.0,0.404329664889054,0.153725174569888,0.0,0.130828255271467,0.153725174569888,0.0,0.560055964751074,0.153725174569888,0.0,0.200028664003255,0.5,0.153725174569888,0.0,0.0474438075439502,0.153725174569888,0.0,0.0725017662219189,0.5,0.153725174569888,0.0,0.112146786947034,0.153725174569888,0.0,0.0476816622185494,0.153725174569888,0.0,0.649221581478843,0.153725174569888,0.0,0.549361157454142,0.153725174569888,0.0,0.837528363323825,0.153725174569888,0.0,0.546841846058625,0.153725174569888,0.0,0.160995022526753,0.5,0.153725174569888,0.0,0.0493351019935864,0,0.601994166685479,1.00488368105097 -262,0.5,0.153725174569888,0.0,0.941177567233761,0.153725174569888,0.0,0.619718382970609,0.153725174569888,0.0,0.937386311767414,0.153725174569888,0.0,0.966046635268227,0.153725174569888,0.0,0.39422031792144,0.153725174569888,0.0,0.156288915522279,0.153725174569888,0.0,0.371215800110265,0.153725174569888,0.0,0.129399462231041,0.5,0.153725174569888,0.0,0.0265282795343883,0.153725174569888,0.0,0.0840135311796907,0.5,0.153725174569888,0.0,0.126872159006388,0.153725174569888,0.0,0.081030035929953,0.153725174569888,0.0,0.644922945550539,0.153725174569888,0.0,0.512264944777252,0.153725174569888,0.0,0.736508222313933,0.153725174569888,0.0,0.405027035611816,0.153725174569888,0.0,0.219462441928621,0.5,0.153725174569888,0.0,0.0791707159434337,0,0.924612447622956,1.00502126091708 -263,0.5,0.153725174569888,0.0,0.927835791623311,0.153725174569888,0.0,0.541201216031444,0.153725174569888,0.0,0.895613460470544,0.153725174569888,0.0,1.00927034970003,0.153725174569888,0.0,0.431423565949212,0.153725174569888,0.0,0.202996650614941,0.153725174569888,0.0,0.335641570234871,0.153725174569888,0.0,0.095003585155668,0.5,0.153725174569888,0.0,0.0131976870194982,0.153725174569888,0.0,0.0808889120857087,0.5,0.153725174569888,0.0,0.142338600868451,0.153725174569888,0.0,0.0356768192050512,0.153725174569888,0.0,0.556575172020996,0.153725174569888,0.0,0.470756519592009,0.153725174569888,0.0,0.624125374214798,0.153725174569888,0.0,0.251984764052307,0.153725174569888,0.0,0.260471152172231,0.5,0.153725174569888,0.0,0.148758798984729,0,0.875742215328262,1.00502233972705 -264,0.5,0.153725174569888,0.0,0.868715952388373,0.153725174569888,0.0,0.452705423846993,0.153725174569888,0.0,0.67163680576357,0.153725174569888,0.0,0.988939549237947,0.153725174569888,0.0,0.460534641445469,0.153725174569888,0.0,0.235906512932263,0.153725174569888,0.0,0.385105360383499,0.153725174569888,0.0,0.0571731547932304,0.5,0.153725174569888,0.0,0.0124852734289991,0.153725174569888,0.0,0.0548926658531966,0.5,0.153725174569888,0.0,0.107072193227721,0.153725174569888,0.0,0.0204692478616954,0.153725174569888,0.0,0.479853331835344,0.153725174569888,0.0,0.479289609414314,0.153725174569888,0.0,0.556814182726366,0.153725174569888,0.0,0.192482712652184,0.153725174569888,0.0,0.275598508620252,0.5,0.153725174569888,0.0,0.18966636089533,0,0.877297954786648,1.00546243800213 -265,0.5,0.153725174569888,0.0,0.81247240619427,0.153725174569888,0.0,0.464337186103738,0.153725174569888,0.0,0.518793195406814,0.153725174569888,0.0,0.930102829169756,0.153725174569888,0.0,0.572459654359362,0.153725174569888,0.0,0.271891381924408,0.153725174569888,0.0,0.471728216145831,0.153725174569888,0.0,0.0495556947002522,0.5,0.153725174569888,0.0,0.0117656851081219,0.153725174569888,0.0,0.0353911025123579,0.5,0.153725174569888,0.0,0.0759478719242178,0.153725174569888,0.0,0.0139689571447697,0.153725174569888,0.0,0.433183347515655,0.153725174569888,0.0,0.555435445727209,0.153725174569888,0.0,0.561884777267713,0.153725174569888,0.0,0.209882179047365,0.153725174569888,0.0,0.246518213563827,0.5,0.153725174569888,0.0,0.174456562391869,0,0.859206253290592,1.00561941684972 -266,0.5,0.153725174569888,0.0,0.73991123799135,0.153725174569888,0.0,0.548649666282251,0.153725174569888,0.0,0.497995071288941,0.153725174569888,0.0,0.85003703533813,0.153725174569888,0.0,0.616065073954256,0.153725174569888,0.0,0.29650809239094,0.153725174569888,0.0,0.5397682434358,0.153725174569888,0.0,0.0407418726575454,0.5,0.153725174569888,0.0,0.00925309963599374,0.153725174569888,0.0,0.0197062895775554,0.5,0.153725174569888,0.0,0.0595173107128939,0.153725174569888,0.0,0.0105547455280472,0.153725174569888,0.0,0.392610969761541,0.153725174569888,0.0,0.604039271305547,0.153725174569888,0.0,0.639385707951633,0.153725174569888,0.0,0.2429492314715,0.153725174569888,0.0,0.179928874646384,0.5,0.153725174569888,0.0,0.148763459285433,0,0.907940710404184,1.00376520029854 -267,0.5,0.153725174569888,0.0,0.657364680057945,0.153725174569888,0.0,0.571179292114779,0.153725174569888,0.0,0.532758683467293,0.153725174569888,0.0,0.762128005696781,0.153725174569888,0.0,0.536984853158062,0.153725174569888,0.0,0.247356613201589,0.153725174569888,0.0,0.546790426009251,0.153725174569888,0.0,0.0398169069558559,0.5,0.153725174569888,0.0,0.00608964281180484,0.153725174569888,0.0,0.0114447601659823,0.5,0.153725174569888,0.0,0.0441783633991868,0.153725174569888,0.0,0.00810081066249753,0.153725174569888,0.0,0.411127042645718,0.153725174569888,0.0,0.573494934588521,0.153725174569888,0.0,0.716140672388325,0.153725174569888,0.0,0.23315244142148,0.153725174569888,0.0,0.151133102380069,0.5,0.153725174569888,0.0,0.112079319288162,0,0.89891356427173,0.992270447409962 -268,0.5,0.153725174569888,0.0,0.600449895743698,0.153725174569888,0.0,0.518034180963665,0.153725174569888,0.0,0.562422786550339,0.153725174569888,0.0,0.675910487741694,0.153725174569888,0.0,0.415204464086767,0.153725174569888,0.0,0.18762137725481,0.153725174569888,0.0,0.50377311598794,0.153725174569888,0.0,0.037381737169215,0.5,0.153725174569888,0.0,0.00463056642119812,0.153725174569888,0.0,0.00789963164556164,0.5,0.153725174569888,0.0,0.0281041832480914,0.153725174569888,0.0,0.0074444103467767,0.153725174569888,0.0,0.469679668344576,0.153725174569888,0.0,0.53725580074635,0.153725174569888,0.0,0.741160178910873,0.153725174569888,0.0,0.202733877761083,0.153725174569888,0.0,0.129748948398728,0.5,0.153725174569888,0.0,0.0709411439142822,0,0.908355368259991,0.9300442471159 -269,0.5,0.153725174569888,0.0,0.600105264323158,0.153725174569888,0.0,0.298589968163179,0.153725174569888,0.0,0.600665421877088,0.153725174569888,0.0,0.631058631933869,0.153725174569888,0.0,0.259641600127581,0.153725174569888,0.0,0.122692755706737,0.153725174569888,0.0,0.399026733593621,0.153725174569888,0.0,0.0282906497381422,0.5,0.153725174569888,0.0,0.0021854626694475,0.153725174569888,0.0,0.0065780810007577,0.5,0.153725174569888,0.0,0.0140850458297273,0.153725174569888,0.0,0.00456822734524831,0.153725174569888,0.0,0.489949346841669,0.153725174569888,0.0,0.462697295634267,0.153725174569888,0.0,0.697873176759461,0.153725174569888,0.0,0.175490968852082,0.153725174569888,0.0,0.102116801509259,0.5,0.153725174569888,0.0,0.0520658221530212,0,0.936790261931438,0.802499350982722 -270,0.5,0.153725174569888,0.0,0.620971195732885,0.153725174569888,0.0,0.191607904316705,0.153725174569888,0.0,0.613789479230221,0.153725174569888,0.0,0.654215267953251,0.153725174569888,0.0,0.171539397569489,0.153725174569888,0.0,0.0907337671308805,0.153725174569888,0.0,0.28438244364191,0.153725174569888,0.0,0.0148503050971463,0.5,0.153725174569888,0.0,0.00140639149375148,0.153725174569888,0.0,0.00300126021624147,0.5,0.153725174569888,0.0,0.00771451615045724,0.153725174569888,0.0,0.00334942023484146,0.153725174569888,0.0,0.428867643274923,0.153725174569888,0.0,0.341872205864501,0.153725174569888,0.0,0.546431760703377,0.153725174569888,0.0,0.147576732396652,0.153725174569888,0.0,0.0743566195254746,0.5,0.153725174569888,0.0,0.0746031233116772,0,0.963555119133873,0.677264359785489 -271,0.5,0.153725174569888,0.0,0.623500296701843,0.153725174569888,0.0,0.199124044946543,0.153725174569888,0.0,0.608227985523279,0.153725174569888,0.0,0.6909042857594,0.153725174569888,0.0,0.11675220714812,0.153725174569888,0.0,0.0592812552804252,0.153725174569888,0.0,0.194424196463473,0.153725174569888,0.0,0.00874287501435518,0.5,0.153725174569888,0.0,0.00155545831793357,0.153725174569888,0.0,0.00240169061845862,0.5,0.153725174569888,0.0,0.00554001439732605,0.153725174569888,0.0,0.00394801054455809,0.153725174569888,0.0,0.398983571491501,0.153725174569888,0.0,0.263429444066756,0.153725174569888,0.0,0.386494234832637,0.153725174569888,0.0,0.116476312183584,0.153725174569888,0.0,0.0535109765572189,0.5,0.153725174569888,0.0,0.0676643113326349,0,0.964056886886397,0.500257911351378 -272,0.5,0.153725174569888,0.0,0.594502060834467,0.153725174569888,0.0,0.143087666112576,0.153725174569888,0.0,0.557839334632914,0.153725174569888,0.0,0.729343319066954,0.153725174569888,0.0,0.0751355369849507,0.153725174569888,0.0,0.0399895363183379,0.153725174569888,0.0,0.115872683271692,0.153725174569888,0.0,0.00436645425514114,0.5,0.153725174569888,0.0,0.00183703074305408,0.153725174569888,0.0,0.00253592092613601,0.5,0.153725174569888,0.0,0.00317495318555261,0.153725174569888,0.0,0.00461884196033752,0.153725174569888,0.0,0.347125625000593,0.153725174569888,0.0,0.203152123740171,0.153725174569888,0.0,0.259417808896828,0.153725174569888,0.0,0.0735725398006848,0.153725174569888,0.0,0.0374154142100455,0.5,0.153725174569888,0.0,0.0438582733659415,0,0.984658236683192,0.37220956912158 -273,0.5,0.153725174569888,0.000122514073955497,0.547237116695817,0.153725174569888,0.0,0.11530039299129,0.153725174569888,0.000675540808084316,0.430773116611342,0.153725174569888,0.00215198055475232,0.708005014750974,0.153725174569888,0.0,0.052670547198689,0.153725174569888,0.0,0.0292815423884414,0.153725174569888,0.0,0.0701648549791966,0.153725174569888,0.0,0.00464580997484002,0.5,0.153725174569888,0.0,0.00376528771286883,0.153725174569888,0.00275826264360543,0.0038505673602698,0.5,0.153725174569888,0.000682750632570734,0.00199343394677888,0.153725174569888,0.00184259801856769,0.00510639562184118,0.153725174569888,0.0,0.401522670593611,0.153725174569888,0.0,0.146437894724143,0.153725174569888,0.0,0.171532589970436,0.153725174569888,0.0,0.0351615761906494,0.153725174569888,0.00326887260342118,0.0263874477773405,0.5,0.153725174569888,0.00554941759638299,0.0308724239288124,0,0.964384303182193,0.282440979909993 -274,0.5,0.153725174569888,0.046337737913014,0.478938991289921,0.153725174569888,0.0473384205665105,0.141238341690926,0.153725174569888,0.110618436246224,0.300172015897423,0.153725174569888,0.0780213367732165,0.651120625930601,0.153725174569888,0.0612122174914781,0.033652877281641,0.153725174569888,0.0560159670113983,0.0208431276955816,0.153725174569888,0.0748694092123167,0.0392818824138941,0.153725174569888,0.0776365046834118,0.0101758932791491,0.5,0.153725174569888,0.103002193250229,0.00396031613092824,0.153725174569888,0.0533849590482128,0.0094224732586723,0.5,0.153725174569888,0.124974536982341,0.00163574578407654,0.153725174569888,0.0959894215562697,0.00610341986140844,0.153725174569888,0.0443407752775191,0.486598573745166,0.153725174569888,0.0341261935573404,0.0927920559268437,0.153725174569888,0.0667895087345019,0.123997863282335,0.153725174569888,0.0919339006643047,0.014758748716372,0.153725174569888,0.132392852114136,0.0175250332329162,0.5,0.153725174569888,0.0768855042217463,0.0176124794463895,0,0.978339527913093,0.226459957159254 -275,0.5,0.153725174569888,0.137126766244647,0.510722742043823,0.153725174569888,0.19613064029589,0.218529239425216,0.153725174569888,0.255723690943128,0.208871763807694,0.153725174569888,0.158754436267876,0.583495128012745,0.153725174569888,0.211416840420174,0.0315980466678908,0.153725174569888,0.180314418972532,0.0160117527102787,0.153725174569888,0.231143942933451,0.0299009605239819,0.153725174569888,0.227903527471724,0.016347580108268,0.5,0.153725174569888,0.26200460514462,0.00480761382028994,0.153725174569888,0.115438899838318,0.0237172672337823,0.5,0.153725174569888,0.284236070312547,0.00388382573660269,0.153725174569888,0.210476221290655,0.00810807479649407,0.153725174569888,0.178094581341388,0.547807442067697,0.153725174569888,0.160382573363873,0.0690337494283868,0.153725174569888,0.185350760132338,0.0919886278705449,0.153725174569888,0.249770589166892,0.00760887511842761,0.153725174569888,0.287468853015586,0.0140740793103393,0.5,0.153725174569888,0.163146576392915,0.00665285937074735,0,0.996064895760645,0.19625252914239 -276,0.5,0.153725174569888,0.233819538562657,0.561905460556623,0.153725174569888,0.336889537028019,0.22383693663214,0.153725174569888,0.35872180907205,0.129834072135065,0.153725174569888,0.201248821353567,0.514125582794337,0.153725174569888,0.33714460707385,0.0281602788160209,0.153725174569888,0.300049135192109,0.0154537083372215,0.153725174569888,0.347582558674422,0.0186618734241308,0.153725174569888,0.336664178781089,0.0180329841951852,0.5,0.153725174569888,0.383525988806736,0.00610369006303259,0.153725174569888,0.206008333138693,0.035808928922799,0.5,0.153725174569888,0.403764225435431,0.0030719822447648,0.153725174569888,0.293922384696271,0.0100525073825077,0.153725174569888,0.258539009541212,0.521734207171514,0.153725174569888,0.321601484702241,0.0620536513899333,0.153725174569888,0.292748510460354,0.0697311150643529,0.153725174569888,0.371540083062056,0.00599852604138519,0.153725174569888,0.398397231307515,0.0085120726205615,0.5,0.153725174569888,0.265273827952403,0.0044340979127303,0,0.998872375969632,0.124817030062173 -277,0.5,0.153725174569888,0.289339236033524,0.560369039615302,0.153725174569888,0.366023642280326,0.212322452116414,0.153725174569888,0.40016314340309,0.0997832810243933,0.153725174569888,0.211450712637997,0.417437014610356,0.153725174569888,0.381644571616428,0.0248084954397925,0.153725174569888,0.373041405674552,0.0206691605388981,0.153725174569888,0.406331479905858,0.0103826097506722,0.153725174569888,0.427777587977641,0.0221782257433728,0.5,0.153725174569888,0.441567815246839,0.00687264258161207,0.153725174569888,0.274306822168247,0.0476880348522455,0.5,0.153725174569888,0.457626795215396,0.00334781810496882,0.153725174569888,0.326762379541431,0.0204214524199797,0.153725174569888,0.260500335754582,0.489060968071327,0.153725174569888,0.374596677364055,0.0787776931398184,0.153725174569888,0.363854091289912,0.0827668783678504,0.153725174569888,0.427777173104712,0.00433705419389977,0.153725174569888,0.446172316236416,0.00692699206075749,0.5,0.153725174569888,0.368636378191528,0.0078812364312737,0,0.986773802030898,0.097429357942058 -278,0.5,0.153725174569888,0.291641938957046,0.488708327206747,0.153725174569888,0.339681247170404,0.213929341824064,0.153725174569888,0.36994467304245,0.0709393613343745,0.153725174569888,0.189602173593573,0.306141138756904,0.153725174569888,0.366066286174405,0.0239024868959625,0.153725174569888,0.40147383308762,0.0259967532902068,0.153725174569888,0.379849855315946,0.00612243320634768,0.153725174569888,0.438493994407031,0.0325737761556402,0.5,0.153725174569888,0.437685976911883,0.00935431597620449,0.153725174569888,0.286977450866253,0.0520161458351843,0.5,0.153725174569888,0.444085248591293,0.00530454731547754,0.153725174569888,0.311215702321527,0.0263436634674782,0.153725174569888,0.251587803347156,0.398746237690978,0.153725174569888,0.341012943443247,0.111621337847737,0.153725174569888,0.358485848306104,0.106697443316151,0.153725174569888,0.415484227068792,0.00548803316040361,0.153725174569888,0.428436618154902,0.00685839862024368,0.5,0.153725174569888,0.385170431254304,0.0117599840372732,0,0.949869641861992,0.15277571039292 -279,0.5,0.153725174569888,0.236339524482498,0.383344599820102,0.153725174569888,0.260602967118899,0.199884878036997,0.153725174569888,0.30624479539879,0.0417902581686157,0.153725174569888,0.135605154993702,0.200907148092062,0.153725174569888,0.29803909379365,0.0265999344719539,0.153725174569888,0.343853195710047,0.0313656795409068,0.153725174569888,0.309004959394373,0.0060045506895856,0.153725174569888,0.368410458219832,0.0438931468255975,0.5,0.153725174569888,0.372551673175986,0.0117838303926447,0.153725174569888,0.23637466856125,0.0494091620799288,0.5,0.153725174569888,0.360646865822586,0.00844922400522994,0.153725174569888,0.241461733546684,0.0227816780340639,0.153725174569888,0.213177553495172,0.29863443396005,0.153725174569888,0.264645452421565,0.111662268900295,0.153725174569888,0.271436604339809,0.0939833422729078,0.153725174569888,0.330499497903084,0.0075056661113283,0.153725174569888,0.342641549051765,0.00727600502266252,0.5,0.153725174569888,0.312439309930937,0.011409371221229,0,0.909183698650621,0.176362848001929 -280,0.5,0.153725174569888,0.00572346683252931,0.301160878354583,0.153725174569888,0.03368648464868,0.181297961190986,0.153725174569888,0.0829555949502557,0.0302595037682729,0.153725174569888,0.0184236981278984,0.15851191883265,0.153725174569888,0.131903195899324,0.0245683858595146,0.153725174569888,0.1710003414005,0.0442925970304938,0.153725174569888,0.153868951285941,0.0142693409623344,0.153725174569888,0.142074428628169,0.0532982535975861,0.5,0.153725174569888,0.151581591333904,0.012123728207116,0.153725174569888,0.0950542609576758,0.0373292251673879,0.5,0.153725174569888,0.130084882953153,0.0156058891030677,0.153725174569888,0.115386553337218,0.0178065190397569,0.153725174569888,0.0182313116939002,0.229662366373165,0.153725174569888,0.0892295820850604,0.0827046859471476,0.153725174569888,0.0856998800402127,0.0637982520790681,0.153725174569888,0.118385215005773,0.0106081903053026,0.153725174569888,0.087947146944934,0.00942354228994131,0.5,0.153725174569888,0.0819252382896319,0.0101126834498499,0,0.888235457602911,0.137265154644678 -281,0.5,0.153725174569888,0.0,0.257563460342141,0.153725174569888,0.0,0.133359650809936,0.153725174569888,0.0,0.0219369086355046,0.153725174569888,0.0,0.141660232932158,0.153725174569888,0.0,0.0259466336250127,0.153725174569888,0.0,0.0644087484239824,0.153725174569888,0.0,0.0221499037112975,0.153725174569888,0.0,0.0670508913425824,0.5,0.153725174569888,0.0,0.0143768901529369,0.153725174569888,0.0,0.019316940401956,0.5,0.153725174569888,0.0,0.0202120417950245,0.153725174569888,0.0,0.0215321504806782,0.153725174569888,0.0,0.169941050099983,0.153725174569888,0.0,0.0532787819646326,0.153725174569888,0.0,0.0370649930884806,0.153725174569888,0.0,0.0156690838577548,0.153725174569888,0.0,0.0109809435284615,0.5,0.153725174569888,0.0,0.0138553985658305,0,0.831677271826912,0.0640008573415174 -282,0.5,0.153725174569888,0.0,0.215385926772027,0.153725174569888,0.0,0.0818209716872893,0.153725174569888,0.0,0.0159510505131695,0.153725174569888,0.0,0.124271957743785,0.153725174569888,0.0,0.0391999411862332,0.153725174569888,0.0,0.0794335259912998,0.153725174569888,0.0,0.0328781948871967,0.153725174569888,0.0,0.0824040209872732,0.5,0.153725174569888,0.0,0.0172086577901085,0.153725174569888,0.0,0.0132387938607179,0.5,0.153725174569888,0.0,0.0229629954963438,0.153725174569888,0.0,0.0231390837132734,0.153725174569888,0.0,0.11338019727295,0.153725174569888,0.0,0.0372484978095202,0.153725174569888,0.0,0.0255174158919844,0.153725174569888,0.0,0.0186042458918132,0.153725174569888,0.0,0.0126133789164941,0.5,0.153725174569888,0.0,0.0158412951981237,0,0.766625900158248,0.0631073060754638 -283,0.5,0.153725174569888,0.0,0.173549447069044,0.153725174569888,0.0,0.0607297726320576,0.153725174569888,0.0,0.0174048300134273,0.153725174569888,0.0,0.103184219442056,0.153725174569888,0.0,0.0515273549752828,0.153725174569888,0.0,0.112556107842003,0.153725174569888,0.0,0.0554225830118238,0.153725174569888,0.0,0.0976724030907922,0.5,0.153725174569888,0.0,0.0162457492094997,0.153725174569888,0.0,0.0064878953262514,0.5,0.153725174569888,0.0,0.0282536605032361,0.153725174569888,0.0,0.0246012037203722,0.153725174569888,0.0,0.0875245464384101,0.153725174569888,0.0,0.0396810994059312,0.153725174569888,0.0,0.0220462094829856,0.153725174569888,0.0,0.0235599935495201,0.153725174569888,0.0,0.0149566292228979,0.5,0.153725174569888,0.0,0.0152045238232748,0,0.650183613033298,0.149647425605857 -284,0.5,0.153725174569888,0.0,0.129645112571121,0.153725174569888,0.0,0.043260959181763,0.153725174569888,0.0,0.016738861776461,0.153725174569888,0.0,0.0820201643282796,0.153725174569888,0.0,0.0662962663199625,0.153725174569888,0.0,0.127894353818491,0.153725174569888,0.0,0.0882483529811231,0.153725174569888,0.0,0.110697886415475,0.5,0.153725174569888,0.0,0.0172486140788915,0.153725174569888,0.0,0.00272619597427908,0.5,0.153725174569888,0.0,0.02808774955714,0.153725174569888,0.0,0.0304247257628257,0.153725174569888,0.0,0.0668401721943644,0.153725174569888,0.0,0.0505882395537535,0.153725174569888,0.0,0.0251469091351805,0.153725174569888,0.0,0.0320639002393147,0.153725174569888,0.0,0.017832383891337,0.5,0.153725174569888,0.0,0.0131764267780579,0,0.551109008506306,0.30803206110214 -285,0.5,0.153725174569888,0.0,0.104854969166246,0.153725174569888,0.0,0.0372293156564807,0.153725174569888,0.0,0.014524945570129,0.153725174569888,0.0,0.067532228368659,0.153725174569888,0.0,0.0662058623016539,0.153725174569888,0.0,0.107118887461421,0.153725174569888,0.0,0.0956915823085992,0.153725174569888,0.0,0.107799120152324,0.5,0.153725174569888,0.0,0.0196064800757204,0.153725174569888,0.0,0.0034392885346582,0.5,0.153725174569888,0.0,0.0200678561068532,0.153725174569888,0.0,0.0336604338417807,0.153725174569888,0.0,0.0623627498922262,0.153725174569888,0.0,0.055447832444651,0.153725174569888,0.0,0.0311997648174548,0.153725174569888,0.0,0.0445635512745135,0.153725174569888,0.0,0.0190963431971326,0.5,0.153725174569888,0.0,0.0166805519792084,0,0.490183649351273,0.473531215906996 -286,0.5,0.153725174569888,0.0,0.082041466972916,0.153725174569888,0.0,0.0331958790417306,0.153725174569888,0.0,0.0152170359882406,0.153725174569888,0.0,0.0501430402974571,0.153725174569888,0.0,0.0752471412004037,0.153725174569888,0.0,0.105855527272304,0.153725174569888,0.0,0.0899035172453847,0.153725174569888,0.0,0.110830268904769,0.5,0.153725174569888,0.0,0.0263815390830145,0.153725174569888,0.0,0.00605457082850753,0.5,0.153725174569888,0.0,0.019814740597002,0.153725174569888,0.0,0.0353241171004209,0.153725174569888,0.0,0.0628298723128246,0.153725174569888,0.0,0.0553553128848612,0.153725174569888,0.0,0.0321693496218792,0.153725174569888,0.0,0.0470845007518734,0.153725174569888,0.0,0.0215645055342191,0.5,0.153725174569888,0.0,0.0186600509553527,0,0.42755903720593,0.503346798598392 -287,0.5,0.153725174569888,0.0,0.0645287371602782,0.153725174569888,0.0,0.0283833592206007,0.153725174569888,0.0,0.0166011081765242,0.153725174569888,0.0,0.0352509241413706,0.153725174569888,0.0,0.110207791818954,0.153725174569888,0.0,0.128220111880734,0.153725174569888,0.0,0.100967988033866,0.153725174569888,0.0,0.132385132223103,0.5,0.153725174569888,0.0,0.0305039585456195,0.153725174569888,0.0,0.00888172858072531,0.5,0.153725174569888,0.0,0.0230607567452919,0.153725174569888,0.0,0.0391964036457597,0.153725174569888,0.0,0.0588688047808931,0.153725174569888,0.0,0.0759688823314985,0.153725174569888,0.0,0.03210151372888,0.153725174569888,0.0,0.045981958977436,0.153725174569888,0.0,0.0253804814532466,0.5,0.153725174569888,0.0,0.0134144449452114,0,0.388518562621941,0.580733545475841 -288,0.5,0.153725174569888,0.0,0.0471292503711855,0.153725174569888,0.0,0.029359969205437,0.153725174569888,0.0,0.0156390033221937,0.153725174569888,0.0,0.0261501148555902,0.153725174569888,0.0,0.130352545935784,0.153725174569888,0.0,0.147280374190181,0.153725174569888,0.0,0.129840390147264,0.153725174569888,0.0,0.150291580480353,0.5,0.153725174569888,0.0,0.0348395822121296,0.153725174569888,0.0,0.0102338949073356,0.5,0.153725174569888,0.0,0.0152780968177904,0.153725174569888,0.0,0.0464270652807957,0.153725174569888,0.0,0.0486187771430526,0.153725174569888,0.0,0.11516397518873,0.153725174569888,0.0,0.0479950906557855,0.153725174569888,0.0,0.0558735855664044,0.153725174569888,0.0,0.0280851651013649,0.5,0.153725174569888,0.0,0.00876596846642155,0,0.26811749668782,0.720044461599719 -289,0.5,0.153725174569888,0.0,0.0336003863003722,0.153725174569888,0.0,0.0412140595794488,0.153725174569888,0.0,0.0186438600573883,0.153725174569888,0.0,0.0203116000388987,0.153725174569888,0.0,0.133319249094012,0.153725174569888,0.0,0.156836309907603,0.153725174569888,0.0,0.154065314002713,0.153725174569888,0.0,0.15922416152139,0.5,0.153725174569888,0.0,0.0377707806728359,0.153725174569888,0.0,0.0213847647114545,0.5,0.153725174569888,0.0,0.0165929345577774,0.153725174569888,0.0,0.0560557875583086,0.153725174569888,0.0,0.0500255245913131,0.153725174569888,0.0,0.151646013591791,0.153725174569888,0.0,0.0707093619809421,0.153725174569888,0.0,0.0692415659481844,0.153725174569888,0.0,0.025598964034922,0.5,0.153725174569888,0.0,0.00953360304974511,0,0.13548683486278,0.844589119723505 -290,0.5,0.153725174569888,0.0,0.0222852770514912,0.153725174569888,0.0,0.0519470318523759,0.153725174569888,0.0,0.0291011605153372,0.153725174569888,0.0,0.018763632720896,0.153725174569888,0.0,0.129407728216761,0.153725174569888,0.0,0.158615533217127,0.153725174569888,0.0,0.155337263142912,0.153725174569888,0.0,0.166657161308086,0.5,0.153725174569888,0.0,0.0540570982358709,0.153725174569888,0.0,0.0290417550369943,0.5,0.153725174569888,0.0,0.0219872467099942,0.153725174569888,0.0,0.0606071143088091,0.153725174569888,0.0,0.0620871274453282,0.153725174569888,0.0,0.175303271671998,0.153725174569888,0.0,0.0777738388297681,0.153725174569888,0.0,0.0800336675410774,0.153725174569888,0.0,0.0276666116395587,0.5,0.153725174569888,0.0,0.00778666507899832,0,0.0505101293087191,0.909190924208988 -291,0.5,0.153725174569888,0.0,0.0170088810755306,0.153725174569888,0.0,0.0657029217997445,0.153725174569888,0.0,0.0365042042372897,0.153725174569888,0.0,0.0215797705964997,0.153725174569888,0.0,0.12247081110407,0.153725174569888,0.0,0.17062511271483,0.153725174569888,0.0,0.163714603618567,0.153725174569888,0.0,0.184545696184154,0.5,0.153725174569888,0.0,0.0715219630930041,0.153725174569888,0.0,0.0346803040450189,0.5,0.153725174569888,0.0,0.0261438069459857,0.153725174569888,0.0,0.0909529536412752,0.153725174569888,0.0,0.084508045513269,0.153725174569888,0.0,0.190195640786171,0.153725174569888,0.0,0.0870257480940391,0.153725174569888,0.0,0.0859274377612234,0.153725174569888,0.0,0.0352874194584781,0.5,0.153725174569888,0.0,0.0063426111562743,0,0.0166577545196156,0.926891417923335 -292,0.5,0.153725174569888,0.0,0.0189235189959283,0.153725174569888,0.0,0.0799263168733329,0.153725174569888,0.0,0.0398752990645386,0.153725174569888,0.0,0.0278720869887372,0.153725174569888,0.0,0.132773428707062,0.153725174569888,0.0,0.184833796255442,0.153725174569888,0.0,0.1853343829332,0.153725174569888,0.0,0.213851769228349,0.5,0.153725174569888,0.0,0.0848545049401529,0.153725174569888,0.0,0.0418710456514282,0.5,0.153725174569888,0.0,0.0272732715515142,0.153725174569888,0.0,0.0976096843214568,0.153725174569888,0.0,0.11139500495537,0.153725174569888,0.0,0.204063524114216,0.153725174569888,0.0,0.0961604711989846,0.153725174569888,0.0,0.0911799130234336,0.153725174569888,0.0,0.0410828828626563,0.5,0.153725174569888,0.0,0.00679505045957861,0,0.00150055829022413,0.939678922816345 -293,0.5,0.153725174569888,0.0,0.0277866865063326,0.153725174569888,0.0,0.105118616747022,0.153725174569888,0.0,0.0465342365923086,0.153725174569888,0.0,0.0414821162213427,0.153725174569888,0.0,0.147187993786725,0.153725174569888,0.0,0.228100022002462,0.153725174569888,0.0,0.224529440608019,0.153725174569888,0.0,0.19821961075742,0.5,0.153725174569888,0.0,0.0944626155834564,0.153725174569888,0.0,0.0465411688856513,0.5,0.153725174569888,0.0,0.0253517054396701,0.153725174569888,0.0,0.0915248915810795,0.153725174569888,0.0,0.146356065142479,0.153725174569888,0.0,0.225383528274507,0.153725174569888,0.0,0.106218249189556,0.153725174569888,0.0,0.103709838816692,0.153725174569888,0.0,0.0399385931738301,0.5,0.153725174569888,0.0,0.0105259277688825,0,0.00098659586566187,0.951809592732243 -294,0.5,0.153725174569888,0.0,0.04335234952248,0.153725174569888,0.0,0.141574181413481,0.153725174569888,0.0,0.0494117370310543,0.153725174569888,0.0,0.0577012736188456,0.153725174569888,0.0,0.189810782790671,0.153725174569888,0.0,0.283396629183687,0.153725174569888,0.0,0.273672508509296,0.153725174569888,0.0,0.195233562964572,0.5,0.153725174569888,0.0,0.0961762087252431,0.153725174569888,0.0,0.0602319181721874,0.5,0.153725174569888,0.0,0.0338764572691022,0.153725174569888,0.0,0.0960920415074537,0.153725174569888,0.0,0.207483479127194,0.153725174569888,0.0,0.25002339890914,0.153725174569888,0.0,0.117736271751678,0.153725174569888,0.0,0.106971998105644,0.153725174569888,0.0,0.0366387507770826,0.5,0.153725174569888,0.0,0.0178697761504715,0,0.00739588476901427,0.968340658152368 -295,0.5,0.153725174569888,0.0,0.0645803006552676,0.153725174569888,0.0,0.230403559284693,0.153725174569888,0.0,0.0538823800906792,0.153725174569888,0.0,0.0639427672409194,0.153725174569888,0.0,0.243008402831351,0.153725174569888,0.0,0.245403326943978,0.153725174569888,0.0,0.355573980839941,0.153725174569888,0.0,0.190477529364436,0.5,0.153725174569888,0.0,0.0890849812291199,0.153725174569888,0.0,0.0460957269347049,0.5,0.153725174569888,0.0,0.0549247760816657,0.153725174569888,0.0,0.105788904912769,0.153725174569888,0.0,0.315964926758648,0.153725174569888,0.0,0.27544292560874,0.153725174569888,0.0,0.1299865367728,0.153725174569888,0.0,0.113898026552137,0.153725174569888,0.0,0.0368417922878976,0.5,0.153725174569888,0.0,0.0249119312014917,0,0.0406418790094354,0.976440653337772 -296,0.5,0.153725174569888,0.0,0.0966657824952544,0.153725174569888,0.0,0.26522652916826,0.153725174569888,0.0,0.0606881467482512,0.153725174569888,0.0,0.0762321286043269,0.153725174569888,0.0,0.242103662589037,0.153725174569888,0.0,0.260840248951562,0.153725174569888,0.0,0.332687676593064,0.153725174569888,0.0,0.192287238720912,0.5,0.153725174569888,0.0,0.0855352981579913,0.153725174569888,0.0,0.043409927422295,0.5,0.153725174569888,0.0,0.0729423486169985,0.153725174569888,0.0,0.114549786490115,0.153725174569888,0.0,0.401658724841739,0.153725174569888,0.0,0.287653822612499,0.153725174569888,0.0,0.148277764431226,0.153725174569888,0.0,0.141860239562715,0.153725174569888,0.0,0.0411071547699036,0.5,0.153725174569888,0.0,0.0279524947713199,0,0.108816377511692,0.951262448515502 -297,0.5,0.153725174569888,0.000415027719199387,0.123231533942706,0.153725174569888,0.0,0.266331366059769,0.153725174569888,0.000251309368114838,0.0633515001571137,0.153725174569888,0.00246322809673692,0.0926924451205128,0.153725174569888,0.0,0.263122273600546,0.153725174569888,0.0,0.401393967836367,0.153725174569888,0.0,0.34474470344662,0.153725174569888,0.0,0.232909448748155,0.5,0.153725174569888,0.0,0.0617557799625243,0.153725174569888,0.00529612820945418,0.0393429374058246,0.5,0.153725174569888,0.000468151204916076,0.0664204608598321,0.153725174569888,0.00191730481086255,0.112087188899456,0.153725174569888,0.0,0.499855094788129,0.153725174569888,0.0,0.278176085237011,0.153725174569888,0.0,0.174994500967565,0.153725174569888,0.0,0.161673141275106,0.153725174569888,0.00263480185741944,0.0443031728151649,0.5,0.153725174569888,0.00994686389993792,0.027552424500781,0,0.201418385371823,0.659146413846827 -298,0.5,0.153725174569888,0.0439149307225839,0.142825089447712,0.153725174569888,0.00452109367785784,0.27390718015144,0.153725174569888,0.0194832314295776,0.0684357311288637,0.153725174569888,0.053065648377423,0.104082069759984,0.153725174569888,0.00114478662494592,0.369064823292357,0.153725174569888,0.00125261992451131,0.428750735241773,0.153725174569888,0.00245927843580497,0.346683170628976,0.153725174569888,0.0030935308858535,0.232882749676687,0.5,0.153725174569888,0.00375214500089733,0.0498968005396907,0.153725174569888,0.117708308909005,0.0397209371802381,0.5,0.153725174569888,0.0268732870820185,0.05729496071164,0.153725174569888,0.0594141165542124,0.0834017407942818,0.153725174569888,0.00451577869497962,0.533905641855,0.153725174569888,0.00143076875589938,0.271199531928363,0.153725174569888,0.00528023465406872,0.199000257533089,0.153725174569888,0.00585049648057462,0.167218398363272,0.153725174569888,0.0661742837123384,0.0436956731954453,0.5,0.153725174569888,0.144296498692248,0.0251021596742916,0,0.240920788731591,0.929184487504556 -299,0.5,0.153725174569888,0.0789623814288284,0.172179008213332,0.153725174569888,0.0130346990988836,0.232626153358314,0.153725174569888,0.0481324291618921,0.0851363788701706,0.153725174569888,0.0954383816792134,0.111959028481182,0.153725174569888,0.00537598431606866,0.388404057682356,0.153725174569888,0.0100052091946079,0.378949757570229,0.153725174569888,0.00663471315215456,0.340383929814265,0.153725174569888,0.0130272685800478,0.177400774808942,0.5,0.153725174569888,0.0171992476416055,0.0418853054058531,0.153725174569888,0.193000288869531,0.0260144083989781,0.5,0.153725174569888,0.0157864736653432,0.0568227905389712,0.153725174569888,0.0940849823850976,0.0609064436691916,0.153725174569888,0.0169550413532869,0.482555169949106,0.153725174569888,0.00525679194857368,0.246105157983999,0.153725174569888,0.0122938163445671,0.210952625107176,0.153725174569888,0.0139124572296128,0.150093803601097,0.153725174569888,0.0836167056208392,0.0480134123983346,0.5,0.153725174569888,0.235932791022485,0.0212670560933854,0,0.323940185219626,0.974637459499484 -300,0.5,0.153725174569888,0.0702613754993073,0.195749572122408,0.153725174569888,0.0114200601497459,0.175035217641562,0.153725174569888,0.060955379712185,0.12213589076002,0.153725174569888,0.109104208749624,0.119194393219843,0.153725174569888,0.0133277235673352,0.347845243861814,0.153725174569888,0.0219151570337975,0.266492127574766,0.153725174569888,0.0117372369332306,0.401934061564466,0.153725174569888,0.0253641329616339,0.116977364243162,0.5,0.153725174569888,0.0341849579828789,0.027643750599078,0.153725174569888,0.237254066602672,0.0204455686537257,0.5,0.153725174569888,0.0145335095465088,0.057922772386599,0.153725174569888,0.104311303475585,0.0592444018701014,0.153725174569888,0.0214385168319136,0.397319544631635,0.153725174569888,0.0137431822826297,0.360948847901529,0.153725174569888,0.0169547890068434,0.224932509880413,0.153725174569888,0.0262748551538415,0.125602473361281,0.153725174569888,0.0552458808342738,0.0522890384112449,0.5,0.153725174569888,0.230351039636823,0.0148917356954473,0,0.453707845109263,0.900160779971026 -301,0.5,0.153725174569888,0.0531780165782302,0.192904330762806,0.153725174569888,0.0133934850690178,0.124878939533707,0.153725174569888,0.0501534207575998,0.163618257810489,0.153725174569888,0.123640969870154,0.12121668436138,0.153725174569888,0.0242056705596929,0.307234190065644,0.153725174569888,0.0301701377292189,0.159171874505614,0.153725174569888,0.015729622695721,0.422759153029066,0.153725174569888,0.046451679020445,0.066419239460105,0.5,0.153725174569888,0.053965365961265,0.015312400019574,0.153725174569888,0.244918137797299,0.0175015641511549,0.5,0.153725174569888,0.0243171149998417,0.0709017015877583,0.153725174569888,0.106688988858137,0.0479483427400905,0.153725174569888,0.0216692745948265,0.309519381100766,0.153725174569888,0.0228626306037542,0.382790131670011,0.153725174569888,0.0156796530173193,0.265484218468352,0.153725174569888,0.0328350506549951,0.0994233646514049,0.153725174569888,0.0334628121166259,0.0477845127569041,0.5,0.153725174569888,0.172332679718351,0.0114350146660779,0,0.522391230933681,0.793304914290898 -302,0.5,0.153725174569888,0.0354201675550443,0.184676748873224,0.153725174569888,0.00923656787578085,0.166719659700311,0.153725174569888,0.0317036289431007,0.236865929528402,0.153725174569888,0.0811275071973978,0.133428304026831,0.153725174569888,0.0248931407335771,0.260680697776388,0.153725174569888,0.0327465902024725,0.0853263222440659,0.153725174569888,0.0174972262137874,0.323857989030092,0.153725174569888,0.0625391170456548,0.0392431836133311,0.5,0.153725174569888,0.0648411632679252,0.0108294367225208,0.153725174569888,0.222734566509685,0.0114480459547696,0.5,0.153725174569888,0.03098290433623,0.0568128849534983,0.153725174569888,0.0859916070991126,0.0348981233492893,0.153725174569888,0.0131238805573469,0.194811728152479,0.153725174569888,0.0234633905373071,0.345343085518705,0.153725174569888,0.0146633950320156,0.265564140649151,0.153725174569888,0.0267304405785471,0.0850865140895265,0.153725174569888,0.0268832854077398,0.0390750949393272,0.5,0.153725174569888,0.108994803360221,0.01074340147225,0,0.571508894238746,0.76294551940389 -303,0.5,0.153725174569888,0.0150186235550984,0.182096218267415,0.153725174569888,0.00386462550757127,0.195899817826194,0.153725174569888,0.0183751010362372,0.236335017508247,0.153725174569888,0.0437073830577129,0.138130395561277,0.153725174569888,0.0179264743011168,0.163389920890201,0.153725174569888,0.0239525486438214,0.0624730219105039,0.153725174569888,0.0132798968998993,0.211783425202412,0.153725174569888,0.0620520725363429,0.0314837061548497,0.5,0.153725174569888,0.058360042670999,0.00931613543722123,0.153725174569888,0.133436092400231,0.00607334505040716,0.5,0.153725174569888,0.026009647399672,0.0245826369039536,0.153725174569888,0.0478183670977435,0.0340746924405387,0.153725174569888,0.00588039394983422,0.266556036885494,0.153725174569888,0.0163583738701745,0.321143002383322,0.153725174569888,0.00784351107964696,0.261811344708265,0.153725174569888,0.0175810919529619,0.0669621097225924,0.153725174569888,0.0190848269299119,0.0292089661615397,0.5,0.153725174569888,0.0584941948816819,0.0107587617082841,0,0.613939473849503,0.701821818258979 -304,0.5,0.153725174569888,0.00041691787219799,0.175632425815869,0.153725174569888,0.00161121605339266,0.193181756320175,0.153725174569888,0.00505100383287148,0.208169832703441,0.153725174569888,0.00184217049404506,0.153280732331095,0.153725174569888,0.00446477082422528,0.123433812793273,0.153725174569888,0.00926755646339224,0.0532035740784195,0.153725174569888,0.00550722888179702,0.13066555188264,0.153725174569888,0.0374232360894088,0.0292190822310346,0.5,0.153725174569888,0.0316138525516319,0.0104577663639942,0.153725174569888,0.0426787203376572,0.00338069962091883,0.5,0.153725174569888,0.0114877351633654,0.0128860297436155,0.153725174569888,0.0163891176529004,0.0203500052306637,0.153725174569888,0.000863978768285894,0.434963211736177,0.153725174569888,0.00521629759780166,0.229295075218452,0.153725174569888,0.00210445834412788,0.230925439926692,0.153725174569888,0.00944097970204185,0.0423913236442991,0.153725174569888,0.00609561358055457,0.0193415411908341,0.5,0.153725174569888,0.0208023052474043,0.00820158128476771,0,0.626510626844738,0.57710891747949 -305,0.5,0.153725174569888,0.0,0.155609349486666,0.153725174569888,0.0,0.243862349518589,0.153725174569888,0.0,0.155748390303357,0.153725174569888,0.0,0.144104845624525,0.153725174569888,0.0,0.102788222451302,0.153725174569888,3.81884401430706e-05,0.0701119459079226,0.153725174569888,0.0,0.0690222492854856,0.153725174569888,0.000101778282927647,0.0360524177415269,0.5,0.153725174569888,6.86524940256695e-05,0.0143584822389981,0.153725174569888,0.0,0.00252914115648306,0.5,0.153725174569888,0.00018263115797949,0.00826325625551283,0.153725174569888,0.000490380257344981,0.00961212900047902,0.153725174569888,0.0,0.389495678627691,0.153725174569888,0.0,0.146612167191826,0.153725174569888,0.0,0.177573668131637,0.153725174569888,2.07616141682791e-05,0.028965358268132,0.153725174569888,1.25352557024822e-05,0.0146637985348231,0.5,0.153725174569888,4.9131271404651e-06,0.00564131342966784,0,0.515738490345614,0.545451232600768 -306,0.5,0.153725174569888,0.0,0.135052017888621,0.153725174569888,0.0,0.166232951525223,0.153725174569888,0.0,0.119118697310567,0.153725174569888,0.0,0.129299565224503,0.153725174569888,0.0,0.0951696701224437,0.153725174569888,0.0,0.105772742779658,0.153725174569888,0.0,0.0451537451333962,0.153725174569888,0.0,0.0404705991723676,0.5,0.153725174569888,0.0,0.0149388969919155,0.153725174569888,0.0,0.00499987682497411,0.5,0.153725174569888,0.0,0.00265916420056392,0.153725174569888,0.0,0.00479583833506306,0.153725174569888,0.0,0.251279998292763,0.153725174569888,0.0,0.131211352456789,0.153725174569888,0.0,0.125543686461382,0.153725174569888,0.0,0.0169073288771879,0.153725174569888,0.0,0.00737302862319305,0.5,0.153725174569888,0.0,0.00287456614219847,0,0.468597870020142,0.504342123735133 -307,0.5,0.153725174569888,0.0,0.124255387262007,0.153725174569888,0.0,0.118497523996641,0.153725174569888,0.0,0.0930189969264402,0.153725174569888,0.0,0.127906262498685,0.153725174569888,0.0,0.118623378385377,0.153725174569888,0.0,0.12964409514825,0.153725174569888,0.0,0.0433926077407357,0.153725174569888,0.0,0.0541130341923073,0.5,0.153725174569888,0.0,0.0161880293897019,0.153725174569888,0.0,0.00769845133960344,0.5,0.153725174569888,0.0,0.000409970978020666,0.153725174569888,0.0,0.0022174195703863,0.153725174569888,0.0,0.17858234867518,0.153725174569888,0.0,0.1309504820384,0.153725174569888,0.0,0.0755173032215876,0.153725174569888,0.0,0.0110466278387279,0.153725174569888,0.0,0.00392846680120061,0.5,0.153725174569888,0.0,0.00299388843923811,0,0.29877046177768,0.416773783671977 -308,0.5,0.153725174569888,0.0,0.107699669670454,0.153725174569888,0.0,0.105146475175651,0.153725174569888,0.0,0.0530657580444686,0.153725174569888,0.0,0.133914301975161,0.153725174569888,0.0,0.155584137836673,0.153725174569888,0.0,0.148223004616883,0.153725174569888,0.0,0.0633359148829269,0.153725174569888,0.0,0.069940827449231,0.5,0.153725174569888,0.0,0.01666445931789,0.153725174569888,0.0,0.0104275357466165,0.5,0.153725174569888,0.0,3.92511846845185e-06,0.153725174569888,0.0,0.00121745750244988,0.153725174569888,0.0,0.143888183063002,0.153725174569888,0.0,0.115706834983389,0.153725174569888,0.0,0.052027781218088,0.153725174569888,0.0,0.0155696278869244,0.153725174569888,0.0,0.00177494456779428,0.5,0.153725174569888,0.0,0.00462457700343759,0,0.178693632093383,0.254030698339635 -309,0.5,0.153725174569888,0.0,0.0922582879657563,0.153725174569888,0.0,0.0817500517830782,0.153725174569888,0.0,0.0270483800196271,0.153725174569888,0.0,0.113729842452359,0.153725174569888,0.0,0.181911220707293,0.153725174569888,0.0,0.159503216481247,0.153725174569888,0.0,0.0952758220466331,0.153725174569888,0.0,0.0671073932856384,0.5,0.153725174569888,0.0,0.0164039794302375,0.153725174569888,0.0,0.00755285487925292,0.5,0.153725174569888,0.0,8.48187340210602e-05,0.153725174569888,0.0,0.00085121721918879,0.153725174569888,0.0,0.131666916014121,0.153725174569888,0.0,0.101004513338806,0.153725174569888,0.0,0.0414747879733482,0.153725174569888,0.0,0.0207162810122472,0.153725174569888,0.0,0.000704031848325112,0.5,0.153725174569888,0.0,0.00499764280874928,0,0.153485329039657,0.159295813628945 -310,0.5,0.153725174569888,0.0,0.0844752010541587,0.153725174569888,0.0,0.0613563911267694,0.153725174569888,0.0,0.0122879377703603,0.153725174569888,0.0,0.0919065969435234,0.153725174569888,0.0,0.199425187663683,0.153725174569888,0.0,0.147342803747107,0.153725174569888,0.0,0.0951445354038802,0.153725174569888,0.0,0.0691628110243993,0.5,0.153725174569888,0.0,0.0180801396589177,0.153725174569888,0.0,0.00584942689036859,0.5,0.153725174569888,0.0,0.000280937993410133,0.153725174569888,0.0,0.00103045222821862,0.153725174569888,0.0,0.12894757828532,0.153725174569888,0.0,0.11237342203307,0.153725174569888,0.0,0.0391606206869987,0.153725174569888,0.0,0.0239946967653999,0.153725174569888,0.0,0.000398691163623776,0.5,0.153725174569888,0.0,0.0045898933743824,0,0.347967947566352,0.0888095255075544 -311,0.5,0.153725174569888,0.0,0.0734656301044171,0.153725174569888,0.0,0.0522384142583724,0.153725174569888,0.0,0.00719989484916455,0.153725174569888,0.0,0.0640546113843597,0.153725174569888,0.0,0.172323706635466,0.153725174569888,0.0,0.134399921148948,0.153725174569888,0.0,0.0976967779516994,0.153725174569888,0.0,0.0771264530524961,0.5,0.153725174569888,0.0,0.0171327854726087,0.153725174569888,0.0,0.00788241710640438,0.5,0.153725174569888,0.0,0.000885892819092505,0.153725174569888,0.0,0.00144608149654775,0.153725174569888,0.0,0.113691291489,0.153725174569888,0.0,0.143651724274872,0.153725174569888,0.0,0.0427391187765364,0.153725174569888,0.0,0.027271657219845,0.153725174569888,0.0,0.000423128744916421,0.5,0.153725174569888,0.0,0.0053589364549367,0,0.412183802940098,0.0571881829224762 -312,0.5,0.153725174569888,0.0,0.0599542295356605,0.153725174569888,0.0,0.0569433356877523,0.153725174569888,0.0,0.00637184032309822,0.153725174569888,0.0,0.0389813213086549,0.153725174569888,0.0,0.133942894502424,0.153725174569888,0.0,0.12729134813234,0.153725174569888,0.0,0.106985703759346,0.153725174569888,0.0,0.077214412733053,0.5,0.153725174569888,0.0,0.0153365641098323,0.153725174569888,0.0,0.0114110639722701,0.5,0.153725174569888,0.0,0.00179379588413179,0.153725174569888,0.0,0.00175362424634026,0.153725174569888,0.0,0.0994622345336857,0.153725174569888,0.0,0.165436298226163,0.153725174569888,0.0,0.0483925396883822,0.153725174569888,0.0,0.0317983298179318,0.153725174569888,0.0,0.00100368164000093,0.5,0.153725174569888,0.0,0.0087111608058606,0,0.335898504916824,0.0750386823880597 -313,0.5,0.153725174569888,0.0,0.0493907620758365,0.153725174569888,0.0,0.0510114656032483,0.153725174569888,0.0,0.00520935572333969,0.153725174569888,0.0,0.0194480498626718,0.153725174569888,0.0,0.124837263274785,0.153725174569888,0.0,0.128498907404071,0.153725174569888,0.0,0.12342650650428,0.153725174569888,0.0,0.0899210320375115,0.5,0.153725174569888,0.0,0.0158179883253558,0.153725174569888,0.0,0.0130756825674954,0.5,0.153725174569888,0.0,0.00500592527311643,0.153725174569888,0.0,0.00222617805802649,0.153725174569888,0.0,0.0830841250360847,0.153725174569888,0.0,0.158108612163664,0.153725174569888,0.0,0.0545178562413074,0.153725174569888,0.0,0.0340974863830163,0.153725174569888,0.0,0.0018530910027576,0.5,0.153725174569888,0.0,0.0124310427236855,0,0.217272379807233,0.147270037816669 -314,0.5,0.153725174569888,0.0,0.0390422816639593,0.153725174569888,0.0,0.0539780611458579,0.153725174569888,0.0,0.00511411750481867,0.153725174569888,0.0,0.0102177466743968,0.153725174569888,0.0,0.122627814435034,0.153725174569888,0.0,0.150478415196666,0.153725174569888,0.0,0.124382807448717,0.153725174569888,0.0,0.103689192646351,0.5,0.153725174569888,0.0,0.0149879454500677,0.153725174569888,0.0,0.0135916689169419,0.5,0.153725174569888,0.0,0.00967817382029263,0.153725174569888,0.0,0.00435062224536705,0.153725174569888,0.0,0.0741222951812202,0.153725174569888,0.0,0.151303676600816,0.153725174569888,0.0,0.0696327182515556,0.153725174569888,0.0,0.0339397462933117,0.153725174569888,0.0,0.00422853122113079,0.5,0.153725174569888,0.0,0.0128591990341154,0,0.110077244376203,0.343290814482881 -315,0.5,0.153725174569888,0.0,0.0310045442536214,0.153725174569888,0.0,0.0732798059708886,0.153725174569888,0.0,0.00404336613637039,0.153725174569888,0.0,0.00525433419294625,0.153725174569888,0.0,0.120113390508206,0.153725174569888,0.0,0.166391632502701,0.153725174569888,0.0,0.116416156559666,0.153725174569888,0.0,0.104819421906078,0.5,0.153725174569888,0.0,0.0146977033170929,0.153725174569888,0.0,0.0179527813789646,0.5,0.153725174569888,0.0,0.0127072153105442,0.153725174569888,0.0,0.00621841876505533,0.153725174569888,0.0,0.0675307025288602,0.153725174569888,0.0,0.145374348842353,0.153725174569888,0.0,0.08362855246678,0.153725174569888,0.0,0.0305626709655113,0.153725174569888,0.0,0.00667417912178765,0.5,0.153725174569888,0.0,0.0111038312081347,0,0.0589839297294193,0.49666132545143 -316,0.5,0.153725174569888,0.0,0.0273016283986765,0.153725174569888,0.0,0.0847151433901044,0.153725174569888,0.0,0.00399939110220979,0.153725174569888,0.0,0.00174096689595221,0.153725174569888,0.0,0.121463529439991,0.153725174569888,0.0,0.185337580696627,0.153725174569888,0.0,0.102933559108911,0.153725174569888,0.0,0.113978854871796,0.5,0.153725174569888,0.0,0.0163726550314096,0.153725174569888,0.0,0.0228473275152001,0.5,0.153725174569888,0.0,0.0186074270161503,0.153725174569888,0.0,0.00730381597568287,0.153725174569888,0.0,0.0772132926937879,0.153725174569888,0.0,0.13987608314251,0.153725174569888,0.0,0.0756499422491622,0.153725174569888,0.0,0.0261410327378284,0.153725174569888,0.0,0.00960567751236983,0.5,0.153725174569888,0.0,0.0199494395717346,0,0.0498365408455859,0.551191730311395 -317,0.5,0.153725174569888,0.0,0.0241722953082721,0.153725174569888,0.0,0.0854946913772091,0.153725174569888,0.0,0.00454670680768922,0.153725174569888,0.0,0.00100074124543139,0.153725174569888,0.0,0.121463327638556,0.153725174569888,0.0,0.20813762011126,0.153725174569888,0.0,0.120092906343183,0.153725174569888,0.0,0.126707698829868,0.5,0.153725174569888,0.0,0.0152602151359202,0.153725174569888,0.0,0.01888076008367,0.5,0.153725174569888,0.0,0.0218151491594766,0.153725174569888,0.0,0.00445267633367958,0.153725174569888,0.0,0.0924818920513323,0.153725174569888,0.0,0.139242643842186,0.153725174569888,0.0,0.0653679412908074,0.153725174569888,0.0,0.0230636376905137,0.153725174569888,0.0,0.0121412881178694,0.5,0.153725174569888,0.0,0.0213620688332684,0,0.0614746208261372,0.513305034021035 -318,0.5,0.153725174569888,0.0,0.022797473721267,0.153725174569888,0.0,0.081363821474214,0.153725174569888,0.0,0.00489951367745645,0.153725174569888,0.0,0.00118750187984107,0.153725174569888,0.0,0.130870236168588,0.153725174569888,0.0,0.227384253414509,0.153725174569888,0.0,0.126750794019323,0.153725174569888,0.0,0.125640154512744,0.5,0.153725174569888,0.0,0.016679735744658,0.153725174569888,0.0,0.0082705552027759,0.5,0.153725174569888,0.0,0.0225245010757802,0.153725174569888,0.0,0.00291471027337667,0.153725174569888,0.0,0.101385070008901,0.153725174569888,0.0,0.127592619879537,0.153725174569888,0.0,0.0633821425596444,0.153725174569888,0.0,0.0195955328378441,0.153725174569888,0.0,0.0166439683998157,0.5,0.153725174569888,0.0,0.0199313307078718,0,0.0563020578066519,0.50132080410991 -319,0.5,0.153725174569888,0.0,0.020979969085255,0.153725174569888,0.0,0.0864250297765554,0.153725174569888,0.0,0.00554212398288215,0.153725174569888,0.0,0.00259396876450536,0.153725174569888,0.0,0.157391659812105,0.153725174569888,0.0,0.212549064877385,0.153725174569888,0.0,0.111430358991645,0.153725174569888,0.0,0.107450824030217,0.5,0.153725174569888,0.0,0.018928028288892,0.153725174569888,0.0,0.00445341004726731,0.5,0.153725174569888,0.0,0.0174933491743978,0.153725174569888,0.0,0.00251986066984127,0.153725174569888,0.0,0.0955620554488195,0.153725174569888,0.0,0.12639823622901,0.153725174569888,0.0,0.062632920692492,0.153725174569888,0.0,0.0164664933700903,0.153725174569888,0.0,0.0189595899813783,0.5,0.153725174569888,0.0,0.0173973131095787,0,0.0564342810813553,0.516061532021596 -320,0.5,0.153725174569888,0.0,0.0174930268349708,0.153725174569888,0.0,0.0839389719628066,0.153725174569888,0.0,0.00730337612009338,0.153725174569888,0.0,0.00617484271857588,0.153725174569888,0.0,0.14824632373177,0.153725174569888,0.0,0.172617728165237,0.153725174569888,0.0,0.0914714135043727,0.153725174569888,0.0,0.0931011068866524,0.5,0.153725174569888,0.0,0.0200158311513618,0.153725174569888,0.0,0.00470352073120897,0.5,0.153725174569888,0.0,0.0117622260069848,0.153725174569888,0.0,0.00218408840233407,0.153725174569888,0.0,0.0939491932014823,0.153725174569888,0.0,0.133165473577208,0.153725174569888,0.0,0.0505091731988546,0.153725174569888,0.0,0.012819772794732,0.153725174569888,0.0,0.0191457430211916,0.5,0.153725174569888,0.0,0.0190046363611987,0,0.0634600218985367,0.577361381053824 -321,0.5,0.153725174569888,0.000121150636086168,0.0143924803918535,0.153725174569888,0.0,0.0649323437824225,0.153725174569888,0.000425643646943851,0.00886645474955289,0.153725174569888,0.00110608001331115,0.0104385063789644,0.153725174569888,0.0,0.134018149666887,0.153725174569888,0.0,0.148827051561844,0.153725174569888,0.0,0.079211582417789,0.153725174569888,0.0,0.0805472929185879,0.5,0.153725174569888,0.0,0.0199432955019187,0.153725174569888,0.00115986546124899,0.00561100328624749,0.5,0.153725174569888,0.000307252767057241,0.00782943350853251,0.153725174569888,0.000738326093080997,0.00219653990366984,0.153725174569888,0.0,0.0883920647282635,0.153725174569888,0.0,0.135433840610748,0.153725174569888,0.0,0.0385015345931868,0.153725174569888,0.0,0.0082006607278168,0.153725174569888,0.000875305267631587,0.019521307569488,0.5,0.153725174569888,0.00266989878772838,0.0144640279109122,0,0.0666240394075458,0.707585093927614 -322,0.5,0.153725174569888,0.0258420491907369,0.0117309897885661,0.153725174569888,0.038267703417861,0.0455403545557666,0.153725174569888,0.0379319942651838,0.0097715187837109,0.153725174569888,0.0284960204357321,0.019836562987887,0.153725174569888,0.00818163796181788,0.115725741819173,0.153725174569888,0.0260966625436786,0.139911837731578,0.153725174569888,0.0447562009234045,0.069663197494375,0.153725174569888,0.0215152816948097,0.0893087245715981,0.5,0.153725174569888,0.0278397074881896,0.026373725928467,0.153725174569888,0.0185731503084974,0.0047043804714357,0.5,0.153725174569888,0.0218546338945461,0.00765594415147408,0.153725174569888,0.0202625174074905,0.00219996413034129,0.153725174569888,0.0211284049704405,0.0796397058302911,0.153725174569888,0.0104229214218148,0.138780103752639,0.153725174569888,0.0607293162749437,0.0305344836232633,0.153725174569888,0.0594229822419509,0.00721943370946941,0.153725174569888,0.0234098554387742,0.0211695527500658,0.5,0.153725174569888,0.0305553305474005,0.0114472780506073,0,0.0617602184375968,0.789201854165391 -323,0.5,0.153725174569888,0.077122221060331,0.0106500124038213,0.153725174569888,0.133108417776096,0.0383922877567456,0.153725174569888,0.0875140392816206,0.0155373891175801,0.153725174569888,0.0702835235542443,0.0460093347524916,0.153725174569888,0.0446222785454166,0.0949341141630843,0.153725174569888,0.102186666934161,0.132384869540256,0.153725174569888,0.154151586412171,0.0636897232124518,0.153725174569888,0.0735390852878235,0.11087061495977,0.5,0.153725174569888,0.0817317022464127,0.0297563793111665,0.153725174569888,0.0442929263694976,0.00468443222255978,0.5,0.153725174569888,0.0557140051550462,0.00939590027156483,0.153725174569888,0.0522017341907988,0.00403389590403641,0.153725174569888,0.117349905329898,0.0755547458242466,0.153725174569888,0.0421368657448834,0.140494584931343,0.153725174569888,0.175817831614449,0.0321000894696564,0.153725174569888,0.160012814886092,0.00795349452439928,0.153725174569888,0.0546989617283424,0.024366550064801,0.5,0.153725174569888,0.0583952919325118,0.00796654404049261,0,0.0552235086442932,0.809102299853289 -324,0.5,0.153725174569888,0.11940301318616,0.0133565946807684,0.153725174569888,0.245180168379479,0.0517404675804306,0.153725174569888,0.12652934500663,0.035409498356409,0.153725174569888,0.101656719483284,0.0734491000085211,0.153725174569888,0.0841637105089747,0.100396399104585,0.153725174569888,0.193728128721248,0.157662884285097,0.153725174569888,0.255216648136045,0.0506067100048262,0.153725174569888,0.132114057602222,0.115270678718878,0.5,0.153725174569888,0.134327321910061,0.03072250298096,0.153725174569888,0.0665884849183574,0.00827846084875852,0.5,0.153725174569888,0.107414407515457,0.016857022458997,0.153725174569888,0.0839272279973634,0.00656722947917347,0.153725174569888,0.234394501758831,0.0687070668508294,0.153725174569888,0.0877280462477133,0.142302474278329,0.153725174569888,0.276637136143314,0.0454904684083538,0.153725174569888,0.2252332863995,0.0120622373635728,0.153725174569888,0.0765658609353207,0.0296742016868625,0.5,0.153725174569888,0.074596144243188,0.00738347698544939,0,0.0382983596057931,0.780926868818491 -325,0.5,0.153725174569888,0.139895399324559,0.0180632130145517,0.153725174569888,0.326475714460044,0.0702350093867231,0.153725174569888,0.139764308983175,0.0578383648777795,0.153725174569888,0.0905267024202429,0.0829032090966467,0.153725174569888,0.129354883820436,0.0931932547455977,0.153725174569888,0.24016943487631,0.117805073301363,0.153725174569888,0.310570012421785,0.0361285425237301,0.153725174569888,0.160480689689822,0.100762080091442,0.5,0.153725174569888,0.165338388317213,0.0329183548134327,0.153725174569888,0.0750801562062863,0.0132242313921671,0.5,0.153725174569888,0.152698423270852,0.0437109721679335,0.153725174569888,0.0997326375976249,0.0101262235936638,0.153725174569888,0.30733681503733,0.0701553319916096,0.153725174569888,0.100605040718329,0.153428853171917,0.153725174569888,0.297456682284935,0.0553598450635329,0.153725174569888,0.252701115417808,0.0108466021015857,0.153725174569888,0.0839447828709833,0.0398448861221013,0.5,0.153725174569888,0.0762334153075138,0.00715148566756484,0,0.0186876740288938,0.747511196954318 -326,0.5,0.153725174569888,0.121260712854154,0.0238410217864647,0.153725174569888,0.323490322526632,0.0590828370854155,0.153725174569888,0.111868009212615,0.0749793564976956,0.153725174569888,0.0585006755630725,0.101883806284739,0.153725174569888,0.205663059643833,0.0895941065493508,0.153725174569888,0.216805651686232,0.0785323891371861,0.153725174569888,0.286349091492092,0.0240230181065608,0.153725174569888,0.171725269873592,0.080830256716589,0.5,0.153725174569888,0.151249028075442,0.0411805799486093,0.153725174569888,0.0661864929193249,0.0115817945514907,0.5,0.153725174569888,0.172471438263704,0.0662689788390529,0.153725174569888,0.0976528832729326,0.0102468090224355,0.153725174569888,0.29302083636839,0.0767783600957009,0.153725174569888,0.0882366631632132,0.151767099531494,0.153725174569888,0.262480083954986,0.0586516569010317,0.153725174569888,0.251124099021109,0.00754574440469612,0.153725174569888,0.0766836091863873,0.0509166030304155,0.5,0.153725174569888,0.0630992739387583,0.012127176375017,0,0.0139126860457915,0.713414902002105 -327,0.5,0.153725174569888,0.0801286282987639,0.0245301397271919,0.153725174569888,0.249896319653143,0.0433595473165321,0.153725174569888,0.0642545330858168,0.0793190665597418,0.153725174569888,0.0334210063712665,0.121875274054052,0.153725174569888,0.15156947606316,0.0695082160788304,0.153725174569888,0.170004392377747,0.0431140737684259,0.153725174569888,0.176521551138047,0.0186249139799912,0.153725174569888,0.159632178516312,0.0549046185892504,0.5,0.153725174569888,0.119206146121342,0.0339143809402316,0.153725174569888,0.0477771412788802,0.00912268361836002,0.5,0.153725174569888,0.133590525732406,0.0478761672228596,0.153725174569888,0.0691978403126899,0.00953896768647284,0.153725174569888,0.217011906595335,0.0701621580416868,0.153725174569888,0.0648480970520953,0.136464631054505,0.153725174569888,0.185109061179338,0.0364545205554829,0.153725174569888,0.195717107718887,0.00432712289758911,0.153725174569888,0.0534007915688069,0.05194706231494,0.5,0.153725174569888,0.0394571436599399,0.0223574593108241,0,0.00948876285865053,0.651259901434907 -328,0.5,0.153725174569888,0.00475181522937156,0.0217627102158163,0.153725174569888,0.048568200344291,0.0411912740162798,0.153725174569888,0.0204386790249343,0.0653611358197396,0.153725174569888,0.00529585632350009,0.133033128406195,0.153725174569888,0.0305978186649688,0.0548893691410584,0.153725174569888,0.0926242898343568,0.0227159688051879,0.153725174569888,0.107894101546499,0.0154535487040262,0.153725174569888,0.0867664836339163,0.0231421890734216,0.5,0.153725174569888,0.0708456901198614,0.0137986567521614,0.153725174569888,0.0205440247789831,0.00797787226509022,0.5,0.153725174569888,0.0643483849553881,0.0276164439855171,0.153725174569888,0.0336856229762004,0.0138717782148749,0.153725174569888,0.0526931951070432,0.0819928093084144,0.153725174569888,0.022240804569248,0.122195071169772,0.153725174569888,0.0673584327302679,0.0223686860953322,0.153725174569888,0.0967691346137789,0.00402559224378497,0.153725174569888,0.0213732852536326,0.0513679229784087,0.5,0.153725174569888,0.0128733110832183,0.0324129699719136,0,0.00410644040541548,0.572950637306321 -329,0.5,0.153725174569888,0.0,0.0234649629311147,0.153725174569888,0.0,0.0307647699525509,0.153725174569888,0.0,0.0456117489282113,0.153725174569888,0.0,0.139010045030684,0.153725174569888,0.0,0.0558984479917117,0.153725174569888,0.0,0.0254340134818683,0.153725174569888,0.0,0.0136931080972627,0.153725174569888,0.0,0.0144479332381324,0.5,0.153725174569888,0.000171115595565169,0.00445388531860467,0.153725174569888,0.000163773340734141,0.0122840122214595,0.5,0.153725174569888,0.0,0.0145355992886649,0.153725174569888,1.38154639068015e-05,0.0190183827023975,0.153725174569888,0.0,0.0807570155335135,0.153725174569888,0.0,0.116230071626974,0.153725174569888,0.0,0.0208077182461312,0.153725174569888,0.0,0.00409712293930804,0.153725174569888,1.63834826258678e-05,0.0470673303961087,0.5,0.153725174569888,4.42700489724254e-05,0.0345317242837081,0,0.00462478109970133,0.52173031471293 -330,0.5,0.153725174569888,0.0,0.0243265781819412,0.153725174569888,0.0,0.0150203831868245,0.153725174569888,0.0,0.0422341016911615,0.153725174569888,0.0,0.133301425428955,0.153725174569888,0.0,0.0599189355188501,0.153725174569888,0.0,0.0242538461522754,0.153725174569888,0.0,0.014596476455045,0.153725174569888,0.0,0.00977427959780853,0.5,0.153725174569888,0.0,0.00366990389995236,0.153725174569888,0.0,0.0218240796711876,0.5,0.153725174569888,0.0,0.0165578311625673,0.153725174569888,0.0,0.0216201277252909,0.153725174569888,0.0,0.0699214246862372,0.153725174569888,0.0,0.114691995626467,0.153725174569888,0.0,0.0167729189951407,0.153725174569888,0.0,0.00412363573947589,0.153725174569888,0.0,0.0512764343393973,0.5,0.153725174569888,0.0,0.0413889711867028,0,0.00186601313014443,0.488303187231655 -331,0.5,0.153725174569888,0.0,0.0228430939670517,0.153725174569888,0.0,0.0153392151810187,0.153725174569888,0.0,0.0362152739403471,0.153725174569888,0.0,0.125310704214545,0.153725174569888,0.0,0.0556054103416153,0.153725174569888,0.0,0.0193960073855437,0.153725174569888,0.0,0.0145037689456954,0.153725174569888,0.0,0.0063311847203812,0.5,0.153725174569888,0.0,0.00307434054176188,0.153725174569888,0.0,0.0304467100165162,0.5,0.153725174569888,0.0,0.0152129097512981,0.153725174569888,0.0,0.0273227344316944,0.153725174569888,0.0,0.0687833055010433,0.153725174569888,0.0,0.109882670741282,0.153725174569888,0.0,0.0175824382216073,0.153725174569888,0.0,0.00340043507163783,0.153725174569888,0.0,0.0574072835233051,0.5,0.153725174569888,0.0,0.0574999634235928,0,0.0,0.509836064156887 -332,0.5,0.153725174569888,0.0,0.0256996324569464,0.153725174569888,0.0,0.0223113695290856,0.153725174569888,0.0,0.0359230357883402,0.153725174569888,0.0,0.125664505087866,0.153725174569888,0.0,0.0490033171084657,0.153725174569888,0.0,0.0186031989497492,0.153725174569888,0.0,0.0116667759685842,0.153725174569888,0.0,0.00828105623219999,0.5,0.153725174569888,0.0,0.00185713402905151,0.153725174569888,0.0,0.03392103558972,0.5,0.153725174569888,0.0,0.0149768681143201,0.153725174569888,0.0,0.0304353678678851,0.153725174569888,0.0,0.0672258390612416,0.153725174569888,0.0,0.098477740226327,0.153725174569888,0.0,0.0215230327423368,0.153725174569888,0.0,0.00248044270550325,0.153725174569888,0.0,0.0635157696218208,0.5,0.153725174569888,0.0,0.0743058445487504,0,0.0,0.542425346846063 -333,0.5,0.153725174569888,0.0,0.0284527269991989,0.153725174569888,0.0,0.0301376599441149,0.153725174569888,0.0,0.0367245593866059,0.153725174569888,0.0,0.114689379847406,0.153725174569888,0.0,0.0442753634127314,0.153725174569888,0.0,0.0208431796455966,0.153725174569888,0.0,0.0127559845439716,0.153725174569888,0.0,0.0142723822028713,0.5,0.153725174569888,0.0,0.000984333476729906,0.153725174569888,0.0,0.0330220011788523,0.5,0.153725174569888,0.0,0.0100794299317715,0.153725174569888,0.0,0.0301393913319193,0.153725174569888,0.0,0.0665247587084151,0.153725174569888,0.0,0.0922334158109045,0.153725174569888,0.0,0.0229123987103259,0.153725174569888,0.0,0.0023340037822871,0.153725174569888,0.0,0.0696566613403681,0.5,0.153725174569888,0.0,0.0854933809804009,0,1.69688444358781e-05,0.537800280186339 -334,0.5,0.153725174569888,0.0,0.0269913596721967,0.153725174569888,0.0,0.0346480153704251,0.153725174569888,0.0,0.0324946533588313,0.153725174569888,0.0,0.0942649438627862,0.153725174569888,0.0,0.0413372007580729,0.153725174569888,0.0,0.0239091433770825,0.153725174569888,0.0,0.0150434857395781,0.153725174569888,0.0,0.0152326013507974,0.5,0.153725174569888,0.0,0.000915543572537964,0.153725174569888,0.0,0.0300752377273198,0.5,0.153725174569888,0.0,0.00427161856714666,0.153725174569888,0.0,0.0225852604449628,0.153725174569888,0.0,0.0708979605694233,0.153725174569888,0.0,0.0936601776276297,0.153725174569888,0.0,0.0214081361357062,0.153725174569888,0.0,0.00200766722220323,0.153725174569888,0.0,0.0653968523522527,0.5,0.153725174569888,0.0,0.0920809208147422,0,0.0122636711460464,0.486347851616259 -335,0.5,0.153725174569888,0.0,0.0260426186821979,0.153725174569888,0.0,0.0280803617424794,0.153725174569888,0.0,0.0262108073907492,0.153725174569888,0.0,0.0835682354055788,0.153725174569888,0.0,0.0396632353714058,0.153725174569888,0.0,0.0210257882466049,0.153725174569888,0.0,0.0130414477683608,0.153725174569888,0.0,0.0134011435491636,0.5,0.153725174569888,0.0,0.000795225794441978,0.153725174569888,0.0,0.0292082263523201,0.5,0.153725174569888,0.0,0.00259758059383835,0.153725174569888,0.0,0.0170059729496584,0.153725174569888,0.0,0.0729154241411274,0.153725174569888,0.0,0.0988504941861925,0.153725174569888,0.0,0.0155384266739128,0.153725174569888,0.0,0.001133818305755,0.153725174569888,0.0,0.0625271878317924,0.5,0.153725174569888,0.0,0.102732679098251,0,0.0686733443918578,0.464867567404613 -336,0.5,0.153725174569888,0.0,0.0294585528201855,0.153725174569888,0.0,0.020493524227091,0.153725174569888,0.0,0.0175344906850259,0.153725174569888,0.0,0.0743916441438158,0.153725174569888,0.0,0.0378037510735836,0.153725174569888,0.0,0.0221533474025134,0.153725174569888,0.0,0.0109509706934027,0.153725174569888,0.0,0.0132522927596729,0.5,0.153725174569888,0.0,0.00153738603146063,0.153725174569888,0.0,0.032339580769164,0.5,0.153725174569888,0.0,0.00126150289673276,0.153725174569888,0.0,0.0128249846893797,0.153725174569888,0.0,0.0689896413796398,0.153725174569888,0.0,0.103480452179638,0.153725174569888,0.0,0.0112390359496951,0.153725174569888,0.0,0.000900585628782749,0.153725174569888,0.0,0.0604701893746838,0.5,0.153725174569888,0.0,0.12289819316408,0,0.120169321522911,0.481578007863075 -337,0.5,0.153725174569888,0.0,0.034186825778204,0.153725174569888,0.0,0.0157992645362688,0.153725174569888,0.0,0.0111298077615596,0.153725174569888,0.0,0.0641859391662106,0.153725174569888,0.0,0.0366403263317396,0.153725174569888,0.0,0.0277059932494893,0.153725174569888,0.0,0.0133726684789688,0.153725174569888,0.0,0.0173332850509658,0.5,0.153725174569888,0.0,0.00303984498460265,0.153725174569888,0.0,0.0417192354863753,0.5,0.153725174569888,0.0,0.00233054575120759,0.153725174569888,0.0,0.0117203927913663,0.153725174569888,0.0,0.0649435989424226,0.153725174569888,0.0,0.105314955509124,0.153725174569888,0.0,0.00933795328621845,0.153725174569888,0.0,0.00173588319775377,0.153725174569888,0.0,0.0589181111658722,0.5,0.153725174569888,0.0,0.144444517071224,0,0.140873269019319,0.503137679241669 -338,0.5,0.153725174569888,0.0,0.0379446147993988,0.153725174569888,0.0,0.0186826653821752,0.153725174569888,0.0,0.00917976420972454,0.153725174569888,0.0,0.0559728491930993,0.153725174569888,0.0,0.036398387538335,0.153725174569888,0.0,0.0351354988079777,0.153725174569888,0.0,0.0184025765386467,0.153725174569888,0.0,0.0221692477898573,0.5,0.153725174569888,0.0,0.00503927383964833,0.153725174569888,0.0,0.0441301631810758,0.5,0.153725174569888,0.0,0.00343249655819824,0.153725174569888,0.0,0.015872895113349,0.153725174569888,0.0,0.0624699818656201,0.153725174569888,0.0,0.100265827151786,0.153725174569888,0.0,0.0107242609381449,0.153725174569888,0.0,0.00333842998223169,0.153725174569888,0.0,0.0569536632793122,0.5,0.153725174569888,0.0,0.152837285819372,0,0.173116029785976,0.545705026066641 -339,0.5,0.153725174569888,0.0,0.0391255845696313,0.153725174569888,0.0,0.0247524659567376,0.153725174569888,0.0,0.00804471813249058,0.153725174569888,0.0,0.0518181017468284,0.153725174569888,0.0,0.0402321105085147,0.153725174569888,0.0,0.0430636028368268,0.153725174569888,0.0,0.0232681271343277,0.153725174569888,0.0,0.0252669408300995,0.5,0.153725174569888,0.0,0.00636116638715291,0.153725174569888,0.0,0.0391977074910927,0.5,0.153725174569888,0.0,0.00253722460535316,0.153725174569888,0.0,0.00804662922542318,0.153725174569888,0.0,0.0671169677103631,0.153725174569888,0.0,0.100218367868974,0.153725174569888,0.0,0.0133062186390379,0.153725174569888,0.0,0.00485695825843848,0.153725174569888,0.0,0.0491841197535177,0.5,0.153725174569888,0.0,0.151818684672763,0,0.213066246163772,0.574913040769524 -340,0.5,0.153725174569888,0.0,0.0412330365824664,0.153725174569888,0.0,0.0265556037160573,0.153725174569888,0.0,0.00636297706786065,0.153725174569888,0.0,0.0533141734065067,0.153725174569888,0.0,0.0424749768236468,0.153725174569888,0.0,0.0487904820243971,0.153725174569888,0.0,0.026483316266688,0.153725174569888,0.0,0.0250130076493279,0.5,0.153725174569888,0.0,0.00625545591446181,0.153725174569888,0.0,0.0243182087877401,0.5,0.153725174569888,0.0,0.00223056170150936,0.153725174569888,0.0,0.00354501359829132,0.153725174569888,0.0,0.0782816017244339,0.153725174569888,0.0,0.102017849013618,0.153725174569888,0.0,0.0144243126970809,0.153725174569888,0.0,0.00526150488910608,0.153725174569888,0.0,0.0399100986240583,0.5,0.153725174569888,0.0,0.165785088744167,0,0.208353732963958,0.568962722237109 -341,0.5,0.153725174569888,0.0,0.0376473381939846,0.153725174569888,0.0,0.0318063186552158,0.153725174569888,0.0,0.00376692246042928,0.153725174569888,0.0,0.0510098948285462,0.153725174569888,0.0,0.0472629728026193,0.153725174569888,0.0,0.0572311035234422,0.153725174569888,0.0,0.0316294170563536,0.153725174569888,0.0,0.028033921748802,0.5,0.153725174569888,0.0,0.00760142325152062,0.153725174569888,0.0,0.0092978230397036,0.5,0.153725174569888,0.0,0.00434781513430703,0.153725174569888,0.0,0.00339993867035937,0.153725174569888,0.0,0.0945781216208509,0.153725174569888,0.0,0.111941440801528,0.153725174569888,0.0,0.0165023711356443,0.153725174569888,0.0,0.00715681385418802,0.153725174569888,0.0,0.025950039072956,0.5,0.153725174569888,0.0,0.142843240763658,0,0.2273894344504,0.554589850733526 -342,0.5,0.153725174569888,0.0,0.0351873470715501,0.153725174569888,0.0,0.0366445308862837,0.153725174569888,0.0,0.00201629543027897,0.153725174569888,0.0,0.0449465004895501,0.153725174569888,0.0,0.0551201697890616,0.153725174569888,0.0,0.0673531038283132,0.153725174569888,0.0,0.0390132363137631,0.153725174569888,0.0,0.0329029093605195,0.5,0.153725174569888,0.0,0.0114140604545899,0.153725174569888,0.0,0.00349734143891484,0.5,0.153725174569888,0.0,0.0041982457100085,0.153725174569888,0.0,0.00503858493931846,0.153725174569888,0.0,0.108727152554374,0.153725174569888,0.0,0.129400112798658,0.153725174569888,0.0,0.0190714016848921,0.153725174569888,0.0,0.0100352343594138,0.153725174569888,0.0,0.0176062293114685,0.5,0.153725174569888,0.0,0.109514863705951,0,0.236081378735153,0.593511518995082 -343,0.5,0.153725174569888,0.0,0.0311039730661292,0.153725174569888,0.0,0.0395905094497775,0.153725174569888,0.0,0.00205401320939263,0.153725174569888,0.0,0.0388075652767506,0.153725174569888,0.0,0.0622467286306899,0.153725174569888,0.0,0.074555831539537,0.153725174569888,0.0,0.0514463392872993,0.153725174569888,0.0,0.0359951030759356,0.5,0.153725174569888,0.0,0.0190352135287831,0.153725174569888,0.0,0.00120376425560617,0.5,0.153725174569888,0.0,0.0031471101787021,0.153725174569888,0.0,0.00693747528574416,0.153725174569888,0.0,0.128431621894474,0.153725174569888,0.0,0.151464467200361,0.153725174569888,0.0,0.0240875681068832,0.153725174569888,0.0,0.0124548321523885,0.153725174569888,0.0,0.011301690207558,0.5,0.153725174569888,0.0,0.0765398362641853,0,0.210498511202073,0.697483948304518 -344,0.5,0.153725174569888,0.0,0.0271961538847236,0.153725174569888,0.0,0.0491709687379282,0.153725174569888,0.0,0.00252035007059596,0.153725174569888,0.0,0.0359916643500945,0.153725174569888,0.0,0.0690000843267786,0.153725174569888,0.0,0.0812915354174317,0.153725174569888,0.0,0.0624860729774649,0.153725174569888,0.0,0.0392258126306248,0.5,0.153725174569888,0.0,0.0334573198204172,0.153725174569888,0.0,0.0014028205936509,0.5,0.153725174569888,0.0,0.00194988606471877,0.153725174569888,0.0,0.00875446965615492,0.153725174569888,0.0,0.15558946101885,0.153725174569888,0.0,0.169930031017878,0.153725174569888,0.0,0.0318508497944878,0.153725174569888,0.0,0.0161054317256236,0.153725174569888,0.0,0.00672864799622514,0.5,0.153725174569888,0.0,0.0449324037734912,0,0.209723804653636,0.781558864675659 -345,0.5,0.153725174569888,0.000351691676524506,0.0247489799952044,0.153725174569888,0.0,0.063906751307375,0.153725174569888,0.000366511831517354,0.0028230838906076,0.153725174569888,0.00100316306947117,0.034453794512105,0.153725174569888,0.0,0.079156897513177,0.153725174569888,0.0,0.0882045379889227,0.153725174569888,0.0,0.0686436779502706,0.153725174569888,0.0,0.0457976062148049,0.5,0.153725174569888,1.83680832394462e-06,0.0608160048065308,0.153725174569888,0.00604087195046817,0.00298751467857702,0.5,0.153725174569888,0.000814319130963859,0.00210924728824814,0.153725174569888,0.00229662231703211,0.00982910873838618,0.153725174569888,0.0,0.179789052091002,0.153725174569888,0.0,0.182354638684086,0.153725174569888,0.0,0.0391171339045074,0.153725174569888,3.07570215456688e-06,0.0204895126976887,0.153725174569888,0.0024122680175989,0.00485297801919586,0.5,0.153725174569888,0.00290846863224637,0.0275841046766575,0,0.220211221447639,0.834128414549019 -346,0.5,0.153725174569888,0.023733193447116,0.0231463087160459,0.153725174569888,0.00866636011740094,0.0750952017727313,0.153725174569888,0.036632748093214,0.00460253294255238,0.153725174569888,0.0139981610200299,0.0326535882167485,0.153725174569888,0.0196853246980686,0.0885025271866898,0.153725174569888,0.0105352357451717,0.0937080485505448,0.153725174569888,0.0433926401329962,0.0720859422788651,0.153725174569888,0.0147306850948376,0.0608711344520078,0.5,0.153725174569888,0.0125228669722152,0.121973629067784,0.153725174569888,0.135941796032384,0.00484112425111781,0.5,0.153725174569888,0.0399227282563682,0.00388613936848271,0.153725174569888,0.0664635883256019,0.0131946977207687,0.153725174569888,0.027649720197288,0.193461546845675,0.153725174569888,0.0196077625089684,0.198965855595596,0.153725174569888,0.0686462708099861,0.0411336719854337,0.153725174569888,0.0619496373285354,0.0236036708134539,0.153725174569888,0.0758012423818783,0.00571489911579803,0.5,0.153725174569888,0.0486124983737047,0.0247587089093378,0,0.231769094930117,0.880748853907343 -347,0.5,0.153725174569888,0.0488135165030559,0.0278915326385698,0.153725174569888,0.0374249833297816,0.0860370644874811,0.153725174569888,0.106671175968317,0.00738784768414909,0.153725174569888,0.0350293400439399,0.0291676590644779,0.153725174569888,0.0466630593222122,0.107486043069095,0.153725174569888,0.0349266206444226,0.109127940168514,0.153725174569888,0.10691642660141,0.0772064192395457,0.153725174569888,0.0551098110892985,0.119181151713022,0.5,0.153725174569888,0.0365405393131892,0.217776231172114,0.153725174569888,0.271340579205277,0.00433615091854662,0.5,0.153725174569888,0.0698813053999356,0.00607586738839862,0.153725174569888,0.132627617501808,0.0203056281937884,0.153725174569888,0.114944039180188,0.231603021595526,0.153725174569888,0.0765765205314758,0.234367589564041,0.153725174569888,0.185451616196149,0.0444033878603345,0.153725174569888,0.132160172596258,0.0292311631038555,0.153725174569888,0.168448478704055,0.00755552656479739,0.5,0.153725174569888,0.120036900058752,0.024743219576994,0,0.235166364410492,0.907349033152137 -348,0.5,0.153725174569888,0.0670213899606371,0.0434967848056821,0.153725174569888,0.0642071731575634,0.117387541237798,0.153725174569888,0.169249797707521,0.0122810022654848,0.153725174569888,0.0567235453151392,0.0259256985895784,0.153725174569888,0.0824671140444782,0.124266592173002,0.153725174569888,0.0576914358555826,0.155068453220266,0.153725174569888,0.14313185633417,0.0801264886185473,0.153725174569888,0.0813316394337025,0.244063148413587,0.5,0.153725174569888,0.0502150422502736,0.290896675045172,0.153725174569888,0.352964582235526,0.00479305574589564,0.5,0.153725174569888,0.0798683599816381,0.00933901044432255,0.153725174569888,0.153678733734015,0.0332662448900055,0.153725174569888,0.183235569002295,0.278429987778486,0.153725174569888,0.116369978582688,0.258928988126487,0.153725174569888,0.26971096303955,0.0545159057687379,0.153725174569888,0.156732260096407,0.0346480524985338,0.153725174569888,0.226286739517281,0.00963424044092366,0.5,0.153725174569888,0.180893130641059,0.0210932732680028,0,0.252717755687073,0.923356873607084 -349,0.5,0.153725174569888,0.0645199852932116,0.0509378684061543,0.153725174569888,0.0987452155120235,0.1887443621561,0.153725174569888,0.193027819720024,0.0174587575277679,0.153725174569888,0.0690521582644569,0.0227055652062114,0.153725174569888,0.0935504362018298,0.148709202372341,0.153725174569888,0.0736447420638813,0.252305597228821,0.153725174569888,0.123453211145297,0.1002583766401,0.153725174569888,0.0701423941360863,0.288883120312276,0.5,0.153725174569888,0.0531739165869856,0.321302155921432,0.153725174569888,0.341678571352217,0.00792580314949754,0.5,0.153725174569888,0.0735539562176152,0.0102005779239048,0.153725174569888,0.134593910144194,0.0440474200706134,0.153725174569888,0.207260785891326,0.34276677754467,0.153725174569888,0.120895154214001,0.305651214120195,0.153725174569888,0.298251682576337,0.0646855244381909,0.153725174569888,0.149442605169848,0.0401672227308546,0.153725174569888,0.24077873276619,0.0133670983572294,0.5,0.153725174569888,0.191601012209449,0.019650268752898,0,0.270618411807701,0.937892443968173 -350,0.5,0.153725174569888,0.0440480789501813,0.0486887888346477,0.153725174569888,0.0879596379482631,0.23654975988079,0.153725174569888,0.166553436110592,0.0209162107545136,0.153725174569888,0.0565127035648462,0.0161380422188084,0.153725174569888,0.0740292512345519,0.167750278037255,0.153725174569888,0.0709979746093585,0.2781804968369,0.153725174569888,0.105451322968076,0.13230262634057,0.153725174569888,0.0594297401986661,0.288178833238809,0.5,0.153725174569888,0.0501455332316264,0.301588112518535,0.153725174569888,0.207872714541756,0.00668330312837642,0.5,0.153725174569888,0.0607919699222703,0.00952343622352971,0.153725174569888,0.133504921466601,0.0455543786115247,0.153725174569888,0.188473898820691,0.403615006312285,0.153725174569888,0.0878122308496397,0.336060355968256,0.153725174569888,0.244708199359415,0.0777525109077884,0.153725174569888,0.125270033966467,0.0587608598337777,0.153725174569888,0.201412796118948,0.0153701667253488,0.5,0.153725174569888,0.166310825061055,0.0169761905570769,0,0.24415312533397,0.932895123552006 -351,0.5,0.153725174569888,0.0228007233575815,0.0423012217853861,0.153725174569888,0.0873346456210299,0.257006791148438,0.153725174569888,0.101742057991506,0.0246572734731188,0.153725174569888,0.0321146895480184,0.00950731162042653,0.153725174569888,0.0479416077789488,0.210307218664778,0.153725174569888,0.0515598215203844,0.355923068056067,0.153725174569888,0.0699514417409766,0.163360793211075,0.153725174569888,0.046287446682863,0.332519131405351,0.5,0.153725174569888,0.0493669544705948,0.323273922280487,0.153725174569888,0.155051562409632,0.00267291486637981,0.5,0.153725174569888,0.0373738072888133,0.00941111304546384,0.153725174569888,0.118893489748602,0.0480541783938454,0.153725174569888,0.122126938862889,0.435144993900839,0.153725174569888,0.0622810977241671,0.370746676111622,0.153725174569888,0.157605944503177,0.0925252934254423,0.153725174569888,0.0902145265206576,0.0869169760669938,0.153725174569888,0.104751444772804,0.0176245700801897,0.5,0.153725174569888,0.106132832806473,0.0110072829162927,0,0.235048990726467,0.932679802779891 -352,0.5,0.153725174569888,0.00204594199832859,0.0371673164403498,0.153725174569888,0.0326130279636938,0.294298761799966,0.153725174569888,0.0351935036815648,0.0214385145932981,0.153725174569888,0.00891631712002529,0.00409464516165429,0.153725174569888,0.023069845374906,0.257883536111333,0.153725174569888,0.0178411550997517,0.499423852289086,0.153725174569888,0.024261263238385,0.208814635814189,0.153725174569888,0.0167200937209245,0.441609390621968,0.5,0.153725174569888,0.0209530352160688,0.31726285298871,0.153725174569888,0.127430626658846,0.00179567845289566,0.5,0.153725174569888,0.0135266640762533,0.0084657057925826,0.153725174569888,0.072152498284594,0.0398750149548787,0.153725174569888,0.0379857814948714,0.463657138248678,0.153725174569888,0.0237095924099766,0.394801066928337,0.153725174569888,0.0466348636531883,0.111656207673018,0.153725174569888,0.0261993044930452,0.112705648791204,0.153725174569888,0.0312857005805859,0.019708674339577,0.5,0.153725174569888,0.0449685376689242,0.00362816779440443,0,0.247391731894533,0.963625980195097 -353,0.5,0.153725174569888,0.0,0.0369342224556939,0.153725174569888,0.0,0.337349820749639,0.153725174569888,0.0,0.0295872808311281,0.153725174569888,0.0,0.00324800181540245,0.153725174569888,0.0,0.309618499493844,0.153725174569888,6.36353878156359e-05,0.709093003528015,0.153725174569888,5.38972000367698e-05,0.296110777034928,0.153725174569888,4.96090223368219e-05,0.537005452155984,0.5,0.153725174569888,0.000409610455343592,0.317371716048519,0.153725174569888,0.0,0.00322409788137084,0.5,0.153725174569888,0.00012149209398818,0.00919629193498175,0.153725174569888,4.16914168405226e-05,0.0310700669643136,0.153725174569888,0.0,0.510573866965283,0.153725174569888,0.0,0.418867535813737,0.153725174569888,0.0,0.141235074377018,0.153725174569888,4.24191989722886e-05,0.157675408114014,0.153725174569888,5.27674166088734e-05,0.0264914969642381,0.5,0.153725174569888,0.0,0.00384686201669521,0,0.297929441427384,0.993721020193802 -354,0.5,0.153725174569888,0.0,0.0494587780193491,0.153725174569888,0.0,0.407422962362522,0.153725174569888,0.0,0.0500958883498128,0.153725174569888,0.0,0.00612230987500802,0.153725174569888,0.0,0.451411296391623,0.153725174569888,0.0,0.805582177307788,0.153725174569888,0.0,0.416683914086962,0.153725174569888,0.0,0.560220715997216,0.5,0.153725174569888,0.0,0.361406366019319,0.153725174569888,0.0,0.00413358860113371,0.5,0.153725174569888,0.0,0.0137599215087969,0.153725174569888,0.0,0.0353205055380455,0.153725174569888,0.0,0.57280970507707,0.153725174569888,0.0,0.451491722364128,0.153725174569888,0.0,0.168788657089118,0.153725174569888,0.0,0.213623798247773,0.153725174569888,0.0,0.0384133261565023,0.5,0.153725174569888,0.0,0.00726975716685127,0,0.363881641591503,1.00458026483205 -355,0.5,0.153725174569888,0.0,0.0646688388080109,0.153725174569888,0.0,0.470405853728816,0.153725174569888,0.0,0.068559396785074,0.153725174569888,0.0,0.0121695721863193,0.153725174569888,0.0,0.626789289992747,0.153725174569888,0.0,0.778124765270277,0.153725174569888,0.0,0.560934806806621,0.153725174569888,0.0,0.597224357963728,0.5,0.153725174569888,0.0,0.375951596304611,0.153725174569888,0.0,0.0119794268341641,0.5,0.153725174569888,0.0,0.0259833719567974,0.153725174569888,0.0,0.0463035687151074,0.153725174569888,0.0,0.630982717641138,0.153725174569888,0.0,0.485277045947037,0.153725174569888,0.0,0.200244236408298,0.153725174569888,0.0,0.267994835886313,0.153725174569888,0.0,0.0585982312002496,0.5,0.153725174569888,0.0,0.0127095887884384,0,0.411231592888432,1.00601187633023 -356,0.5,0.153725174569888,0.0,0.0805117263409813,0.153725174569888,0.0,0.56003115299159,0.153725174569888,0.0,0.0834293224104256,0.153725174569888,0.0,0.018629709882127,0.153725174569888,0.0,0.734638469903463,0.153725174569888,0.0,0.717663245524559,0.153725174569888,0.0,0.655311851333214,0.153725174569888,0.0,0.626189434142324,0.5,0.153725174569888,0.0,0.348580128762098,0.153725174569888,0.0,0.0253989121118046,0.5,0.153725174569888,0.0,0.0423927652131545,0.153725174569888,0.0,0.0560248174992897,0.153725174569888,0.0,0.690227406017645,0.153725174569888,0.0,0.515839247474859,0.153725174569888,0.0,0.234029633770129,0.153725174569888,0.0,0.306456098042763,0.153725174569888,0.0,0.0771735537708901,0.5,0.153725174569888,0.0,0.0275317661835359,0,0.438371573780679,1.0075876141583 -357,0.5,0.153725174569888,0.0,0.10236310046103,0.153725174569888,0.0,0.562057313665483,0.153725174569888,0.0,0.085483178594719,0.153725174569888,0.0,0.0259734301025463,0.153725174569888,0.0,0.687517173166564,0.153725174569888,0.0,0.669116199415153,0.153725174569888,0.0,0.663239833081622,0.153725174569888,0.0,0.627199949450891,0.5,0.153725174569888,0.0,0.310674821950633,0.153725174569888,0.0,0.0286674892096514,0.5,0.153725174569888,0.0,0.0591909466823555,0.153725174569888,0.0,0.0595841487040491,0.153725174569888,0.0,0.741764841801163,0.153725174569888,0.0,0.566417878461793,0.153725174569888,0.0,0.250542833358074,0.153725174569888,0.0,0.336377359137249,0.153725174569888,0.0,0.0890420475116878,0.5,0.153725174569888,0.0,0.0414125986407443,0,0.503592321528762,1.00843596248316 -358,0.5,0.153725174569888,0.0,0.128934321909282,0.153725174569888,0.0,0.489161934941846,0.153725174569888,0.0,0.0767310547862459,0.153725174569888,0.0,0.0355590557475329,0.153725174569888,0.0,0.502277548375888,0.153725174569888,0.0,0.608839920862919,0.153725174569888,0.0,0.689610816799888,0.153725174569888,0.0,0.598694156206108,0.5,0.153725174569888,0.0,0.287489747332084,0.153725174569888,0.0,0.020521819654669,0.5,0.153725174569888,0.0,0.0725368265731428,0.153725174569888,0.0,0.0590189699668023,0.153725174569888,0.0,0.74964073704771,0.153725174569888,0.0,0.568550309273066,0.153725174569888,0.0,0.263094926252026,0.153725174569888,0.0,0.374383057009992,0.153725174569888,0.0,0.0932369718829553,0.5,0.153725174569888,0.0,0.0519661475124623,0,0.543278080234274,1.00739440111178 -359,0.5,0.153725174569888,0.0,0.162665197951637,0.153725174569888,0.0,0.436661517596538,0.153725174569888,0.0,0.0816308325100105,0.153725174569888,0.0,0.045820833103995,0.153725174569888,0.0,0.420248761797411,0.153725174569888,0.0,0.577817617355586,0.153725174569888,0.0,0.683787067625437,0.153725174569888,0.0,0.508701850794504,0.5,0.153725174569888,0.0,0.253265742017807,0.153725174569888,0.0,0.0214017570841028,0.5,0.153725174569888,0.0,0.0871021606651103,0.153725174569888,0.0,0.0582380607421447,0.153725174569888,0.0,0.750801170228386,0.153725174569888,0.0,0.49856877541731,0.153725174569888,0.0,0.279502020846625,0.153725174569888,0.0,0.40418623759747,0.153725174569888,0.0,0.109398387835742,0.5,0.153725174569888,0.0,0.0572489624079173,0,0.537933709160169,1.0058036822261 -360,0.5,0.153725174569888,0.0,0.213100286379659,0.153725174569888,0.0,0.425293158958497,0.153725174569888,0.0,0.0950736847918327,0.153725174569888,0.0,0.0648999580459815,0.153725174569888,0.0,0.338730146185173,0.153725174569888,0.0,0.414686365836141,0.153725174569888,0.0,0.618431164637955,0.153725174569888,0.0,0.405349879581406,0.5,0.153725174569888,0.0,0.224354311052969,0.153725174569888,0.0,0.0212579506106601,0.5,0.153725174569888,0.0,0.0950923674360722,0.153725174569888,0.0,0.0631593507493442,0.153725174569888,0.0,0.760885264296615,0.153725174569888,0.0,0.457987706135909,0.153725174569888,0.0,0.302093322318064,0.153725174569888,0.0,0.411787559194159,0.153725174569888,0.0,0.132412897664122,0.5,0.153725174569888,0.0,0.0511075892942916,0,0.521480578769767,1.00346782323094 -361,0.5,0.153725174569888,0.0,0.262950896439789,0.153725174569888,0.0,0.442962932548196,0.153725174569888,0.0,0.113439167829339,0.153725174569888,0.0,0.0857822589153867,0.153725174569888,0.0,0.25287740775445,0.153725174569888,0.0,0.334437424878907,0.153725174569888,0.0,0.504882204237637,0.153725174569888,0.0,0.333942265310169,0.5,0.153725174569888,0.0,0.183917276651671,0.153725174569888,0.0,0.0242326750934028,0.5,0.153725174569888,0.0,0.0787471598328536,0.153725174569888,0.0,0.0613685170113473,0.153725174569888,0.0,0.741182598302743,0.153725174569888,0.0,0.411415154475391,0.153725174569888,0.0,0.321927476132993,0.153725174569888,0.0,0.378073336958403,0.153725174569888,0.0,0.15159344085228,0.5,0.153725174569888,0.0,0.050229499226825,0,0.571680879778768,0.995537990005647 -362,0.5,0.153725174569888,0.0,0.303407426643502,0.153725174569888,0.0,0.421986107432977,0.153725174569888,0.0,0.141604610230949,0.153725174569888,0.0,0.0994327387978833,0.153725174569888,0.0,0.214284140555191,0.153725174569888,0.0,0.33359180655266,0.153725174569888,0.0,0.431962341156233,0.153725174569888,0.0,0.312872587893729,0.5,0.153725174569888,0.0,0.165800094901486,0.153725174569888,0.0,0.0261692089447131,0.5,0.153725174569888,0.0,0.0553665744381184,0.153725174569888,0.0,0.0571910331647449,0.153725174569888,0.0,0.718778829981393,0.153725174569888,0.0,0.37064687770401,0.153725174569888,0.0,0.323407205693706,0.153725174569888,0.0,0.342038599109828,0.153725174569888,0.0,0.14784151828025,0.5,0.153725174569888,0.0,0.0574116687963635,0,0.681762724943991,0.982507877398079 -363,0.5,0.153725174569888,0.0,0.334691333111184,0.153725174569888,0.0,0.383849024004241,0.153725174569888,0.0,0.162650283017294,0.153725174569888,0.0,0.107428962790882,0.153725174569888,0.0,0.202985052153607,0.153725174569888,0.0,0.344783025294476,0.153725174569888,0.0,0.393156571139418,0.153725174569888,0.0,0.292548608454471,0.5,0.153725174569888,0.0,0.156863915207073,0.153725174569888,0.0,0.0209789062601469,0.5,0.153725174569888,0.0,0.0453907313635534,0.153725174569888,0.0,0.0537196698976409,0.153725174569888,0.0,0.693553833764611,0.153725174569888,0.0,0.336981981072665,0.153725174569888,0.0,0.316612386972469,0.153725174569888,0.0,0.311899763898852,0.153725174569888,0.0,0.129821359955441,0.5,0.153725174569888,0.0,0.0479613879051126,0,0.753879932667953,0.967724985751218 -364,0.5,0.153725174569888,0.0,0.371484787315071,0.153725174569888,0.0,0.353188026363524,0.153725174569888,0.0,0.189536956537913,0.153725174569888,0.0,0.116257399249088,0.153725174569888,0.0,0.199972918911275,0.153725174569888,0.0,0.357109957851032,0.153725174569888,0.0,0.369909897059128,0.153725174569888,0.0,0.281253599564013,0.5,0.153725174569888,0.0,0.151431250018146,0.153725174569888,0.0,0.0231336722816189,0.5,0.153725174569888,0.0,0.0359259854259047,0.153725174569888,0.0,0.05623322108049,0.153725174569888,0.0,0.663158327582859,0.153725174569888,0.0,0.298740871085233,0.153725174569888,0.0,0.307809470948288,0.153725174569888,0.0,0.291074688765577,0.153725174569888,0.0,0.114806230316158,0.5,0.153725174569888,0.0,0.0426980161863027,0,0.81718247534696,0.950078643798102 -365,0.5,0.153725174569888,0.0,0.410643647362902,0.153725174569888,0.0,0.313118280707345,0.153725174569888,0.0,0.214704876238812,0.153725174569888,0.0,0.125869977437751,0.153725174569888,0.0,0.198281410906943,0.153725174569888,0.0,0.361099204418435,0.153725174569888,0.0,0.363085588582513,0.153725174569888,0.0,0.267279740450246,0.5,0.153725174569888,0.0,0.154305738689871,0.153725174569888,0.0,0.0189692246934224,0.5,0.153725174569888,0.0,0.0363335158460665,0.153725174569888,0.0,0.0611802406720092,0.153725174569888,0.0,0.622248067567,0.153725174569888,0.0,0.265870411084211,0.153725174569888,0.0,0.28411090781332,0.153725174569888,0.0,0.259751584067071,0.153725174569888,0.0,0.104365729893252,0.5,0.153725174569888,0.0,0.0385924352241825,0,0.877493344464002,0.928665209867337 -366,0.5,0.153725174569888,0.0,0.455826860547888,0.153725174569888,0.0,0.257687065799458,0.153725174569888,0.0,0.232053355346671,0.153725174569888,0.0,0.132811864409883,0.153725174569888,0.0,0.212806646890338,0.153725174569888,0.0,0.369029180334596,0.153725174569888,0.0,0.353520526359978,0.153725174569888,0.0,0.268775177804483,0.5,0.153725174569888,0.0,0.174140947693276,0.153725174569888,0.0,0.0180822896817342,0.5,0.153725174569888,0.0,0.0401767346885092,0.153725174569888,0.0,0.0620953109760759,0.153725174569888,0.0,0.587965674369581,0.153725174569888,0.0,0.246107895551113,0.153725174569888,0.0,0.243924990485113,0.153725174569888,0.0,0.235916154486242,0.153725174569888,0.0,0.0949123119918121,0.5,0.153725174569888,0.0,0.0311106826094277,0,0.913155654874463,0.91956989020157 -367,0.5,0.153725174569888,0.0,0.494789342412408,0.153725174569888,0.0,0.229139473922201,0.153725174569888,0.0,0.222320487662236,0.153725174569888,0.0,0.14259592514165,0.153725174569888,0.0,0.241205167037386,0.153725174569888,0.0,0.376737926751022,0.153725174569888,0.0,0.358682697440556,0.153725174569888,0.0,0.284245267693323,0.5,0.153725174569888,0.0,0.224602945011642,0.153725174569888,0.0,0.0150886857006793,0.5,0.153725174569888,0.0,0.0481202798141517,0.153725174569888,0.0,0.0705670493575408,0.153725174569888,0.0,0.586927218943772,0.153725174569888,0.0,0.240502366281625,0.153725174569888,0.0,0.220109161070705,0.153725174569888,0.0,0.227234695255665,0.153725174569888,0.0,0.091860122700143,0.5,0.153725174569888,0.0,0.0235992548733642,0,0.943018126917973,0.918899084589634 -368,0.5,0.153725174569888,0.0,0.526000705950464,0.153725174569888,0.0,0.221922011943597,0.153725174569888,0.0,0.202176079940411,0.153725174569888,0.0,0.154543438846267,0.153725174569888,0.0,0.264023613528948,0.153725174569888,0.0,0.402574876267011,0.153725174569888,0.0,0.384762159890854,0.153725174569888,0.0,0.326034816658828,0.5,0.153725174569888,0.0,0.314685921816756,0.153725174569888,0.0,0.0173849597124478,0.5,0.153725174569888,0.0,0.0631161302952017,0.153725174569888,0.0,0.0920162628150817,0.153725174569888,0.0,0.59098429683417,0.153725174569888,0.0,0.246873502276564,0.153725174569888,0.0,0.212795043915463,0.153725174569888,0.0,0.237971953548996,0.153725174569888,0.0,0.089449383654228,0.5,0.153725174569888,0.0,0.0177944020390438,0,0.965226206969342,0.927813229553254 -369,0.5,0.153725174569888,0.000284388584182126,0.530198397674119,0.153725174569888,0.0,0.22132280152287,0.153725174569888,0.000283573809672116,0.179245927631797,0.153725174569888,0.00155192457813001,0.154916224525213,0.153725174569888,0.0,0.279516481051498,0.153725174569888,0.0,0.436095295394195,0.153725174569888,0.0,0.431335280815175,0.153725174569888,0.0,0.366917177564047,0.5,0.153725174569888,5.39477898891033e-07,0.372082208521493,0.153725174569888,0.00344379316634881,0.0120187375486456,0.5,0.153725174569888,0.000178650143566663,0.082449396274673,0.153725174569888,0.00122381317657091,0.135691258520957,0.153725174569888,0.0,0.581226384338438,0.153725174569888,0.0,0.259755227233415,0.153725174569888,0.0,0.212452185864316,0.153725174569888,1.30166484704175e-06,0.264905059524879,0.153725174569888,0.000990241484502426,0.0854883570506125,0.5,0.153725174569888,0.00589627658200175,0.0116022857964308,0,0.978748515383225,0.944141976276713 -370,0.5,0.153725174569888,0.013232908510975,0.536986256205334,0.153725174569888,0.00326035260784826,0.238363338102024,0.153725174569888,0.0106866141483784,0.172380220549659,0.153725174569888,0.0233093820284724,0.159371779025418,0.153725174569888,0.00129686610353439,0.301900360932302,0.153725174569888,0.00276980305709968,0.445451294416546,0.153725174569888,0.00422846063741477,0.483859172271217,0.153725174569888,0.00638230084945594,0.40900824821484,0.5,0.153725174569888,0.00292170189704317,0.410418465043552,0.153725174569888,0.0628968028651349,0.0084640955288838,0.5,0.153725174569888,0.0071936979146552,0.110269026680732,0.153725174569888,0.0264007350847877,0.168289834261602,0.153725174569888,0.0030453127696782,0.581087476155451,0.153725174569888,0.00146217603876905,0.276659507274338,0.153725174569888,0.0035838857181578,0.226100139987203,0.153725174569888,0.00600728767760294,0.296804993035045,0.153725174569888,0.0149862224122678,0.0867504509329945,0.5,0.153725174569888,0.0777012546979448,0.00654659395573305,0,0.98855127766492,0.946717877217282 -371,0.5,0.153725174569888,0.0338828439957723,0.54136695120454,0.153725174569888,0.0110105025933624,0.248430289621882,0.153725174569888,0.0306578996581039,0.173987855518969,0.153725174569888,0.0465153817104114,0.164897173250578,0.153725174569888,0.00603280720731298,0.31424042556235,0.153725174569888,0.00787512080123821,0.438317418647773,0.153725174569888,0.0233752252214987,0.517983120821897,0.153725174569888,0.0157791215868202,0.391364027061732,0.5,0.153725174569888,0.0111516942125672,0.419612073008114,0.153725174569888,0.133800748716458,0.00684628228541193,0.5,0.153725174569888,0.0218235661839321,0.149156083284738,0.153725174569888,0.0648793973060605,0.195998246927006,0.153725174569888,0.0132926118962027,0.577186386813144,0.153725174569888,0.00470681405007349,0.277248847126706,0.153725174569888,0.0106487716488849,0.241897824157832,0.153725174569888,0.0216181514414767,0.317547513816157,0.153725174569888,0.0315920840620231,0.0928385203529916,0.5,0.153725174569888,0.160807693279898,0.00367537631545918,0,0.99424837801346,0.900655597071629 -372,0.5,0.153725174569888,0.0474852615726288,0.535602183780554,0.153725174569888,0.0181657756461023,0.268497294477253,0.153725174569888,0.049480902190665,0.176029081116004,0.153725174569888,0.0583020064244006,0.174879361316518,0.153725174569888,0.016017605654397,0.341880965405007,0.153725174569888,0.0132713417289932,0.41895644313335,0.153725174569888,0.03402618234784,0.54381922938182,0.153725174569888,0.0306795819123065,0.330681814077482,0.5,0.153725174569888,0.0176939197325804,0.444708227375918,0.153725174569888,0.179289507062087,0.00512612964919582,0.5,0.153725174569888,0.0399468948562072,0.273195975749456,0.153725174569888,0.0996245624218535,0.221624613958159,0.153725174569888,0.0212570876889555,0.57826035210011,0.153725174569888,0.00761427325445544,0.266814745176975,0.153725174569888,0.0202599189731719,0.25545112823034,0.153725174569888,0.0331682003977707,0.376225476205946,0.153725174569888,0.0440790905210925,0.109794504427323,0.5,0.153725174569888,0.240344612052432,0.00265769515832948,0,0.99458115531025,0.81417083686893 -373,0.5,0.153725174569888,0.0456619795152508,0.520896255690899,0.153725174569888,0.0187106708142039,0.283546847624356,0.153725174569888,0.0585453783174427,0.167924346361783,0.153725174569888,0.0574165635826375,0.174499193450428,0.153725174569888,0.0179007982062334,0.401783892418908,0.153725174569888,0.0374907675417867,0.361450409874777,0.153725174569888,0.0292634999734855,0.523048420006065,0.153725174569888,0.0508976671847261,0.275088918276918,0.5,0.153725174569888,0.0210118518253555,0.375414064406917,0.153725174569888,0.187500914464914,0.00472370378726989,0.5,0.153725174569888,0.0459573402883963,0.350940218811724,0.153725174569888,0.109534601999394,0.231271324037372,0.153725174569888,0.0240418454537715,0.561807577705735,0.153725174569888,0.0103418462365134,0.261529345325511,0.153725174569888,0.0320516536891272,0.262836335607725,0.153725174569888,0.0299867194196797,0.416303247901659,0.153725174569888,0.0529863582339959,0.134939564469371,0.5,0.153725174569888,0.27578679516494,0.00302391912709725,0,0.990382838706804,0.75219490569575 -374,0.5,0.153725174569888,0.033585618893589,0.503858439487801,0.153725174569888,0.00987181209947007,0.279112362642662,0.153725174569888,0.0508710321937416,0.161253113729764,0.153725174569888,0.0454464888646149,0.170886881629316,0.153725174569888,0.0139015901230021,0.377803502156611,0.153725174569888,0.0422078556401478,0.271976931644996,0.153725174569888,0.0283058385638286,0.429128186393311,0.153725174569888,0.0579420376782164,0.221250887407647,0.5,0.153725174569888,0.0270449578106216,0.329029952343618,0.153725174569888,0.155726829021439,0.00542844394845602,0.5,0.153725174569888,0.0364880124494164,0.347035058051147,0.153725174569888,0.0967131547161638,0.202726638192942,0.153725174569888,0.0169743902976956,0.534810407172469,0.153725174569888,0.00924089032686215,0.250406940662446,0.153725174569888,0.0301598749938886,0.268377197822708,0.153725174569888,0.0164105711030353,0.416089030822101,0.153725174569888,0.0505783196462408,0.15916509390851,0.5,0.153725174569888,0.255212200565883,0.00443806069518535,0,0.987257152267376,0.634710275702929 -375,0.5,0.153725174569888,0.0169457931562754,0.49231596759676,0.153725174569888,0.00376068383252273,0.282369399573111,0.153725174569888,0.0293157667190769,0.176267932623081,0.153725174569888,0.026969110858663,0.167249410309404,0.153725174569888,0.011041534140206,0.296004157153104,0.153725174569888,0.03222197868285,0.25444029859097,0.153725174569888,0.0305721194371769,0.339332379470628,0.153725174569888,0.0402062281363652,0.214154428441259,0.5,0.153725174569888,0.0255571237149484,0.3250030282131,0.153725174569888,0.118541727781832,0.00619845566288427,0.5,0.153725174569888,0.0276514622923589,0.308417447327743,0.153725174569888,0.063286768440729,0.192546467948833,0.153725174569888,0.00606710656220707,0.504314556969524,0.153725174569888,0.00609662400137113,0.226511524430702,0.153725174569888,0.0165816752637839,0.255196201868339,0.153725174569888,0.0112407618357281,0.361867303221602,0.153725174569888,0.0391156056502458,0.173707377128919,0.5,0.153725174569888,0.164964589994193,0.00703651666873372,0,0.988444753668387,0.499630517671421 -376,0.5,0.153725174569888,0.0010236869276473,0.486497284957362,0.153725174569888,0.00121290599659292,0.266891899896546,0.153725174569888,0.00834369032098972,0.185604123893145,0.153725174569888,0.00534490048929121,0.163755578386498,0.153725174569888,0.00646847280212424,0.278895894925099,0.153725174569888,0.0112914924629197,0.254526333455321,0.153725174569888,0.0134496707775146,0.223741510408151,0.153725174569888,0.0195390633387366,0.185127230501562,0.5,0.153725174569888,0.0124267342517155,0.287021309287832,0.153725174569888,0.0459453646366416,0.00730454555395625,0.5,0.153725174569888,0.00914340242761398,0.21858623502272,0.153725174569888,0.0271502291939091,0.113123486863719,0.153725174569888,0.00109707482983123,0.470663091014398,0.153725174569888,0.00223580708779614,0.193607545719684,0.153725174569888,0.00422351255425837,0.238776793277279,0.153725174569888,0.00427496358882712,0.262664614039396,0.153725174569888,0.0141617620558038,0.176420447918459,0.5,0.153725174569888,0.061990797857102,0.0111060823627921,0,0.993547824307113,0.490954574132638 -377,0.5,0.153725174569888,0.0,0.482721629208048,0.153725174569888,0.0,0.23284040987829,0.153725174569888,0.0,0.189900958698843,0.153725174569888,0.0,0.166630066846668,0.153725174569888,3.17233349745102e-05,0.235519545636319,0.153725174569888,1.89017407132051e-05,0.230607635174307,0.153725174569888,4.6963557639039e-05,0.165464304156455,0.153725174569888,0.000442873457805581,0.157638972345019,0.5,0.153725174569888,0.000552522272115562,0.245397222676227,0.153725174569888,0.0,0.00725942085805903,0.5,0.153725174569888,0.000529410249079175,0.129617161968575,0.153725174569888,0.000218438817000044,0.06374981391488,0.153725174569888,0.0,0.435298562872966,0.153725174569888,0.0,0.195707799217089,0.153725174569888,0.0,0.210365531966415,0.153725174569888,0.000154934555752971,0.176802640062929,0.153725174569888,7.86755105888634e-05,0.1485017979467,0.5,0.153725174569888,0.0,0.0133884501201599,0,0.997241116494454,0.564011090772554 -378,0.5,0.153725174569888,0.0,0.469589034108775,0.153725174569888,0.0,0.146459878632365,0.153725174569888,0.0,0.190424249697995,0.153725174569888,0.0,0.177055344998292,0.153725174569888,0.0,0.243916020055594,0.153725174569888,0.0,0.245398362942852,0.153725174569888,0.0,0.144476206343813,0.153725174569888,0.0,0.156580131803442,0.5,0.153725174569888,0.0,0.225795360326791,0.153725174569888,0.0,0.00687367965613645,0.5,0.153725174569888,0.0,0.0757272741974663,0.153725174569888,0.0,0.0481552401064811,0.153725174569888,0.0,0.392666162479469,0.153725174569888,0.0,0.177399996219836,0.153725174569888,0.0,0.166428331796501,0.153725174569888,0.0,0.145502920132044,0.153725174569888,0.0,0.115600794067388,0.5,0.153725174569888,0.0,0.0177960870135221,0,0.997004431009956,0.432468455870827 -379,0.5,0.153725174569888,0.0,0.442565707926774,0.153725174569888,0.0,0.108972937576179,0.153725174569888,0.0,0.165417158377407,0.153725174569888,0.0,0.169751248932412,0.153725174569888,0.0,0.208698873430018,0.153725174569888,0.0,0.303249496248152,0.153725174569888,0.0,0.144602949897886,0.153725174569888,0.0,0.183518969688177,0.5,0.153725174569888,0.0,0.247147302080066,0.153725174569888,0.0,0.00507614356685864,0.5,0.153725174569888,0.0,0.0482043059405238,0.153725174569888,0.0,0.0497550890825507,0.153725174569888,0.0,0.325614498913289,0.153725174569888,0.0,0.201944168508631,0.153725174569888,0.0,0.130001327180256,0.153725174569888,0.0,0.148887206466033,0.153725174569888,0.0,0.087879756930914,0.5,0.153725174569888,0.0,0.0217751878741122,0,0.993479627797577,0.377836685837069 -380,0.5,0.153725174569888,0.0,0.404728579530041,0.153725174569888,0.0,0.0925217323081834,0.153725174569888,0.0,0.142413681634101,0.153725174569888,0.0,0.156250432616653,0.153725174569888,0.0,0.21615407326334,0.153725174569888,0.0,0.370678259546901,0.153725174569888,0.0,0.145345917420584,0.153725174569888,0.0,0.241942879946621,0.5,0.153725174569888,0.0,0.370155316777487,0.153725174569888,0.0,0.0044655576383657,0.5,0.153725174569888,0.0,0.126336470540367,0.153725174569888,0.0,0.0574260308442111,0.153725174569888,0.0,0.275025636767088,0.153725174569888,0.0,0.189605262536786,0.153725174569888,0.0,0.101864581552087,0.153725174569888,0.0,0.142333330468721,0.153725174569888,0.0,0.0826726602558079,0.5,0.153725174569888,0.0,0.0207616431651206,0,0.986728546305768,0.587890213219155 -381,0.5,0.153725174569888,0.0,0.354997758335628,0.153725174569888,0.0,0.0714607287175234,0.153725174569888,0.0,0.109957301775015,0.153725174569888,0.0,0.136352404868961,0.153725174569888,0.0,0.239488502842125,0.153725174569888,0.0,0.410823010425747,0.153725174569888,0.0,0.2075609054154,0.153725174569888,0.0,0.386117087067226,0.5,0.153725174569888,0.0,0.366273650994554,0.153725174569888,0.0,0.00861770163911791,0.5,0.153725174569888,0.0,0.137996837122383,0.153725174569888,0.0,0.0669025384049673,0.153725174569888,0.0,0.212740516102834,0.153725174569888,0.0,0.180217331295761,0.153725174569888,0.0,0.0853203470135537,0.153725174569888,0.0,0.246038325293559,0.153725174569888,0.0,0.0830151851389176,0.5,0.153725174569888,0.0,0.00729353017991264,0,0.979787751969365,0.718577480091873 -382,0.5,0.153725174569888,0.0,0.304946285064852,0.153725174569888,0.0,0.0653367634239522,0.153725174569888,0.0,0.146945806470197,0.153725174569888,0.0,0.140111397935844,0.153725174569888,0.0,0.239172901663576,0.153725174569888,0.0,0.546051400016726,0.153725174569888,0.0,0.376221522138251,0.153725174569888,0.0,0.44778633820338,0.5,0.153725174569888,0.0,0.39251557953726,0.153725174569888,0.0,0.00900828293364551,0.5,0.153725174569888,0.0,0.140992804045709,0.153725174569888,0.0,0.101040287392104,0.153725174569888,0.0,0.165333346373421,0.153725174569888,0.0,0.168553715440993,0.153725174569888,0.0,0.131607714353811,0.153725174569888,0.0,0.246242325050566,0.153725174569888,0.0,0.0837123508397013,0.5,0.153725174569888,0.0,0.00216183630292451,0,0.970476508703053,0.789124171250004 -383,0.5,0.153725174569888,0.0,0.260239696424827,0.153725174569888,0.0,0.097486721414905,0.153725174569888,0.0,0.1009915351262,0.153725174569888,0.0,0.14199318291988,0.153725174569888,0.0,0.33875764541286,0.153725174569888,0.0,0.649419528503744,0.153725174569888,0.0,0.430342736513395,0.153725174569888,0.0,0.505193812484866,0.5,0.153725174569888,0.0,0.394926029869508,0.153725174569888,0.0,0.00431042919633947,0.5,0.153725174569888,0.0,0.153181184022562,0.153725174569888,0.0,0.116958513933229,0.153725174569888,0.0,0.120366560250709,0.153725174569888,0.0,0.168373185588793,0.153725174569888,0.0,0.133627272503754,0.153725174569888,0.0,0.272507966471619,0.153725174569888,0.0,0.0829413928053827,0.5,0.153725174569888,0.0,0.0022547100428796,0,0.961282688410702,0.761944298851619 -384,0.5,0.153725174569888,0.0,0.19381297440066,0.153725174569888,0.0,0.104101452222199,0.153725174569888,0.0,0.0919789731064937,0.153725174569888,0.0,0.13576759015679,0.153725174569888,0.0,0.414712734881266,0.153725174569888,0.0,0.718345570276773,0.153725174569888,0.0,0.47568041001514,0.153725174569888,0.0,0.501794175645076,0.5,0.153725174569888,0.0,0.430229503721598,0.153725174569888,0.0,0.00109782365043731,0.5,0.153725174569888,0.0,0.177097520612037,0.153725174569888,0.0,0.126946429113171,0.153725174569888,0.0,0.127955670810982,0.153725174569888,0.0,0.182887881815156,0.153725174569888,0.0,0.113180017919847,0.153725174569888,0.0,0.338711362346098,0.153725174569888,0.0,0.0734363666982443,0.5,0.153725174569888,0.0,0.00366226081953414,0,0.920575686801073,0.683955278012743 -385,0.5,0.153725174569888,0.0,0.141260129707638,0.153725174569888,0.0,0.0589909218240787,0.153725174569888,0.0,0.0929807649127323,0.153725174569888,0.0,0.13271801128142,0.153725174569888,0.0,0.450176896387689,0.153725174569888,0.0,0.686695713172118,0.153725174569888,0.0,0.49376134230817,0.153725174569888,0.0,0.472147963134869,0.5,0.153725174569888,0.0,0.542437885610384,0.153725174569888,0.0,0.0011397064613688,0.5,0.153725174569888,0.0,0.179631713970327,0.153725174569888,0.0,0.12049636283446,0.153725174569888,0.0,0.103340903058165,0.153725174569888,0.0,0.192972473598128,0.153725174569888,0.0,0.124712232683588,0.153725174569888,0.0,0.390939234217737,0.153725174569888,0.0,0.0732415222100723,0.5,0.153725174569888,0.0,0.0029526599910614,0,0.825268639377734,0.711863337731068 -386,0.5,0.153725174569888,0.0,0.109229956305977,0.153725174569888,0.0,0.0510767385900081,0.153725174569888,0.0,0.0852735806464722,0.153725174569888,0.0,0.102368402033631,0.153725174569888,0.0,0.472750019735351,0.153725174569888,0.0,0.602561025700719,0.153725174569888,0.0,0.445389669957175,0.153725174569888,0.0,0.567036795689156,0.5,0.153725174569888,0.0,0.601981853432692,0.153725174569888,0.0,0.00413205500080364,0.5,0.153725174569888,0.0,0.157223854127119,0.153725174569888,0.0,0.122847124211841,0.153725174569888,0.0,0.0827727378637356,0.153725174569888,0.0,0.23779726512412,0.153725174569888,0.0,0.157997480232661,0.153725174569888,0.0,0.376049985706609,0.153725174569888,0.0,0.078026903523488,0.5,0.153725174569888,0.0,0.00428781851856862,0,0.748047944669246,0.738765578607458 -387,0.5,0.153725174569888,0.0,0.0860027180695396,0.153725174569888,0.0,0.0710501189039849,0.153725174569888,0.0,0.0892892260028195,0.153725174569888,0.0,0.0804133693358223,0.153725174569888,0.0,0.428575362268174,0.153725174569888,0.0,0.583605105016125,0.153725174569888,0.0,0.469454207814423,0.153725174569888,0.0,0.610958913936589,0.5,0.153725174569888,0.0,0.583685688826224,0.153725174569888,0.0,0.0113121079816639,0.5,0.153725174569888,0.0,0.151739424564503,0.153725174569888,0.0,0.131349039740414,0.153725174569888,0.0,0.0917887991391909,0.153725174569888,0.0,0.274713101877499,0.153725174569888,0.0,0.180714889521121,0.153725174569888,0.0,0.401981641134023,0.153725174569888,0.0,0.0794836560287445,0.5,0.153725174569888,0.0,0.00709408177894638,0,0.647016668532871,0.808224826205678 -388,0.5,0.153725174569888,0.0,0.0624774345837847,0.153725174569888,0.0,0.109533842444174,0.153725174569888,0.0,0.0967633484778683,0.153725174569888,0.0,0.0773339727243967,0.153725174569888,0.0,0.388990598364384,0.153725174569888,0.0,0.598747847031421,0.153725174569888,0.0,0.552820985552101,0.153725174569888,0.0,0.586538409969767,0.5,0.153725174569888,0.0,0.529785465817173,0.153725174569888,0.0,0.029316249587981,0.5,0.153725174569888,0.0,0.220363036405831,0.153725174569888,0.0,0.137449822358831,0.153725174569888,0.0,0.121062702860681,0.153725174569888,0.0,0.277693217661502,0.153725174569888,0.0,0.194233970670784,0.153725174569888,0.0,0.476807781402632,0.153725174569888,0.0,0.104618552297692,0.5,0.153725174569888,0.0,0.0105885902112913,0,0.489388438357755,0.865793456347956 -389,0.5,0.153725174569888,0.0,0.0508019815383099,0.153725174569888,0.0,0.143146987443299,0.153725174569888,0.0,0.109292600854344,0.153725174569888,0.0,0.082776720499399,0.153725174569888,0.0,0.436758396891008,0.153725174569888,0.0,0.599075221623207,0.153725174569888,0.0,0.555112758123012,0.153725174569888,0.0,0.544265050160974,0.5,0.153725174569888,0.0,0.523207437665401,0.153725174569888,0.0,0.0388385803029198,0.5,0.153725174569888,0.0,0.205254004302733,0.153725174569888,0.0,0.121491136640493,0.153725174569888,0.0,0.149705434845519,0.153725174569888,0.0,0.258668535727166,0.153725174569888,0.0,0.208471715187208,0.153725174569888,0.0,0.559772977947448,0.153725174569888,0.0,0.116619716610622,0.5,0.153725174569888,0.0,0.0150868321718673,0,0.293904455133782,0.811348779157986 -390,0.5,0.153725174569888,0.0,0.0510464782798781,0.153725174569888,0.0,0.163206932160549,0.153725174569888,0.0,0.140991952456894,0.153725174569888,0.0,0.0933138712870401,0.153725174569888,0.0,0.473575728278599,0.153725174569888,0.0,0.605376229683137,0.153725174569888,0.0,0.500186575723387,0.153725174569888,0.0,0.539268232815905,0.5,0.153725174569888,0.0,0.534975234499372,0.153725174569888,0.0,0.0405963864224444,0.5,0.153725174569888,0.0,0.134715510460725,0.153725174569888,0.0,0.0992330371142421,0.153725174569888,0.0,0.159156507093063,0.153725174569888,0.0,0.279033247792946,0.153725174569888,0.0,0.231520742894706,0.153725174569888,0.0,0.532255526397749,0.153725174569888,0.0,0.101094594060361,0.5,0.153725174569888,0.0,0.0172101854177031,0,0.150016764669477,0.819595832051461 -391,0.5,0.153725174569888,0.0,0.0587345072649746,0.153725174569888,0.0,0.165819762497443,0.153725174569888,0.0,0.158173698857018,0.153725174569888,0.0,0.11069417781154,0.153725174569888,0.0,0.452232004344156,0.153725174569888,0.0,0.639868470434351,0.153725174569888,0.0,0.555120696982203,0.153725174569888,0.0,0.538911359728586,0.5,0.153725174569888,0.0,0.533324006082266,0.153725174569888,0.0,0.0367771457296479,0.5,0.153725174569888,0.0,0.119525402234766,0.153725174569888,0.0,0.0854417373704275,0.153725174569888,0.0,0.167207325682405,0.153725174569888,0.0,0.31178341175918,0.153725174569888,0.0,0.253889950768107,0.153725174569888,0.0,0.51242581754404,0.153725174569888,0.0,0.0916569027512383,0.5,0.153725174569888,0.0,0.0213654648093702,0,0.0931801923898145,0.881656594670584 -392,0.5,0.153725174569888,0.0,0.069136098928544,0.153725174569888,0.0,0.187384912921829,0.153725174569888,0.0,0.17424323855495,0.153725174569888,0.0,0.115576049909481,0.153725174569888,0.0,0.493284847901917,0.153725174569888,0.0,0.683011540697849,0.153725174569888,0.0,0.648895388451777,0.153725174569888,0.0,0.50996016199665,0.5,0.153725174569888,0.0,0.536887844599442,0.153725174569888,0.0,0.0288857304726923,0.5,0.153725174569888,0.0,0.126249818996164,0.153725174569888,0.0,0.0783515634980328,0.153725174569888,0.0,0.173022232311659,0.153725174569888,0.0,0.317360170192507,0.153725174569888,0.0,0.265545042814457,0.153725174569888,0.0,0.539445796036923,0.153725174569888,0.0,0.0986045185156111,0.5,0.153725174569888,0.0,0.024067925264246,0,0.0956378398445525,0.888992478521594 -393,0.5,0.153725174569888,0.000415402112251691,0.0730547473255088,0.153725174569888,0.0,0.201973319531329,0.153725174569888,0.00102274303232041,0.179880530022422,0.153725174569888,0.00182432010262642,0.125312255502586,0.153725174569888,0.0,0.568537855581445,0.153725174569888,0.0,0.707440162345191,0.153725174569888,0.0,0.715786007527576,0.153725174569888,0.0,0.471150445520448,0.5,0.153725174569888,2.15620214537312e-05,0.536007626310343,0.153725174569888,0.00279521530080764,0.0232523186569039,0.5,0.153725174569888,0.00174965200924266,0.109519825204627,0.153725174569888,0.00225115130234908,0.0660929306803012,0.153725174569888,0.0,0.190061465972747,0.153725174569888,0.0,0.34661726691828,0.153725174569888,0.0,0.273940789843373,0.153725174569888,9.3419783690452e-05,0.545460685083323,0.153725174569888,0.00242294345093609,0.098725399120329,0.5,0.153725174569888,0.00350867851454692,0.0226852073484534,0,0.108697240371648,0.921885160081494 -394,0.5,0.153725174569888,0.0326783550226463,0.0772678795798713,0.153725174569888,0.00637906640867426,0.178633425448995,0.153725174569888,0.0382495171063106,0.159273275781304,0.153725174569888,0.0430951360797247,0.132280261598971,0.153725174569888,0.0181789936526005,0.649834063404679,0.153725174569888,0.0051574062744172,0.714409498796427,0.153725174569888,0.027241021620042,0.695355232879803,0.153725174569888,0.00673743047524675,0.458236237977366,0.5,0.153725174569888,0.0114496980650615,0.513575635387817,0.153725174569888,0.0400983797300709,0.0199868213693038,0.5,0.153725174569888,0.0891032855221675,0.0788816334384881,0.153725174569888,0.0692248080477362,0.046585436081487,0.153725174569888,0.00187528990729294,0.200788852389238,0.153725174569888,0.00904065735363758,0.413014793961137,0.153725174569888,0.0320623120853143,0.309342550838932,0.153725174569888,0.0317569327352903,0.564383417020708,0.153725174569888,0.0610213832502992,0.0827768378801757,0.5,0.153725174569888,0.0412669885203529,0.0216322585523316,0,0.113075794236816,0.961254133410174 -395,0.5,0.153725174569888,0.0772932565044799,0.092276492642427,0.153725174569888,0.0104051707385104,0.17082227059993,0.153725174569888,0.0907307581329061,0.161041704822898,0.153725174569888,0.124126987930021,0.132076412160995,0.153725174569888,0.0501566099901913,0.676135032044978,0.153725174569888,0.0207436280865299,0.715231559018167,0.153725174569888,0.0849218354677868,0.696299588945964,0.153725174569888,0.0248821640956543,0.474579723609458,0.5,0.153725174569888,0.0342013143163797,0.515716234283811,0.153725174569888,0.0788271765555133,0.0197803671353811,0.5,0.153725174569888,0.23290478725635,0.0930227062971452,0.153725174569888,0.1725203200254,0.0354992094634823,0.153725174569888,0.0059850659077144,0.216554115405407,0.153725174569888,0.0340609435990544,0.482224535106823,0.153725174569888,0.0793926967247375,0.398487606296146,0.153725174569888,0.0563947353773032,0.584914864965617,0.153725174569888,0.144424742089488,0.111176886422429,0.5,0.153725174569888,0.0799789172146583,0.0270940640055837,0,0.102764796817349,0.992529398099607 -396,0.5,0.153725174569888,0.101388172523874,0.109231727777079,0.153725174569888,0.0337639827471236,0.243242710936398,0.153725174569888,0.156765364193454,0.20061981019343,0.153725174569888,0.193980140072365,0.126731595900144,0.153725174569888,0.0771925127015746,0.731911163381446,0.153725174569888,0.0411114294034177,0.760920300671255,0.153725174569888,0.11013678496426,0.698826050129965,0.153725174569888,0.0392816503276596,0.521836558589177,0.5,0.153725174569888,0.0591358606698287,0.552697626528442,0.153725174569888,0.109637643478108,0.0294373100669636,0.5,0.153725174569888,0.340839930724561,0.140312654529065,0.153725174569888,0.268759092224276,0.0435852177159541,0.153725174569888,0.0219821366556892,0.253023683888002,0.153725174569888,0.0417614811829116,0.528856589527087,0.153725174569888,0.11718155319022,0.465407522598055,0.153725174569888,0.089267495317154,0.659878615816415,0.153725174569888,0.222944752188866,0.179642014050004,0.5,0.153725174569888,0.108629175805909,0.0381156579980112,0,0.0918888131890779,1.00557156602704 -397,0.5,0.153725174569888,0.119176096097813,0.115263965544958,0.153725174569888,0.0559381192897776,0.295260407450188,0.153725174569888,0.191264133796056,0.295060129643795,0.153725174569888,0.223186803179232,0.127680511333204,0.153725174569888,0.104651277552262,0.774239223730765,0.153725174569888,0.0512788197684839,0.837803786979044,0.153725174569888,0.118084491976125,0.665123263757689,0.153725174569888,0.047927691322192,0.516742056119263,0.5,0.153725174569888,0.0518037138556311,0.437235238801513,0.153725174569888,0.135985485595794,0.0452633098443787,0.5,0.153725174569888,0.363086641580745,0.215670844930874,0.153725174569888,0.33195055642788,0.0590450389578541,0.153725174569888,0.0323286156473689,0.269638412042534,0.153725174569888,0.0568318101109344,0.563924816778369,0.153725174569888,0.137801802396349,0.387349427567935,0.153725174569888,0.131346464868146,0.649337036613985,0.153725174569888,0.271377940928984,0.223288534208928,0.5,0.153725174569888,0.113586996571388,0.0472290621310607,0,0.0748829800961947,1.00737378139593 -398,0.5,0.153725174569888,0.126520148295089,0.116397677500827,0.153725174569888,0.0382684974908352,0.18354346117919,0.153725174569888,0.148450412162712,0.241157634420944,0.153725174569888,0.198532922357941,0.110987431827877,0.153725174569888,0.0781635850659036,0.791761106434508,0.153725174569888,0.0307642337290362,0.779401154366444,0.153725174569888,0.0825097562179218,0.683670389424513,0.153725174569888,0.0461301255720195,0.376534176957665,0.5,0.153725174569888,0.0487501637119005,0.301267135777661,0.153725174569888,0.149154517231202,0.0595858085464629,0.5,0.153725174569888,0.306982538029508,0.24262602378243,0.153725174569888,0.348740437091197,0.0460030435132276,0.153725174569888,0.0282554725151423,0.301382286496769,0.153725174569888,0.0597490294876934,0.514223239784237,0.153725174569888,0.126142221851575,0.310494638086388,0.153725174569888,0.105262837854121,0.619086333743669,0.153725174569888,0.242256027734832,0.21518970234055,0.5,0.153725174569888,0.0975980900531293,0.0569008261947756,0,0.0498515721857585,1.00750738482055 -399,0.5,0.153725174569888,0.0795390016096409,0.0890208213474772,0.153725174569888,0.00851238767739732,0.138709628207388,0.153725174569888,0.120012116002487,0.181504271645748,0.153725174569888,0.119809920153439,0.0854601062086682,0.153725174569888,0.02437246635611,0.821046117528318,0.153725174569888,0.0245909381786571,0.62688596254108,0.153725174569888,0.0442298664224291,0.633494901049704,0.153725174569888,0.0459482946446758,0.352569035228336,0.5,0.153725174569888,0.0509380949539096,0.253760080745549,0.153725174569888,0.111769169760603,0.062923754253877,0.5,0.153725174569888,0.223881992045652,0.113096596574745,0.153725174569888,0.311950026135323,0.0240459791159464,0.153725174569888,0.0217464849256561,0.27467620483911,0.153725174569888,0.0435333961656199,0.464292767249366,0.153725174569888,0.0850120163137598,0.284772470011824,0.153725174569888,0.0605127192082983,0.577495137823557,0.153725174569888,0.166607471291515,0.136291866258947,0.5,0.153725174569888,0.0697024010583275,0.066915519673508,0,0.0345258801930215,1.00570893561842 -400,0.5,0.153725174569888,0.0181366197646627,0.0679950137825774,0.153725174569888,0.00483972923390172,0.120584601498317,0.153725174569888,0.0568375201163017,0.190903231327542,0.153725174569888,0.0391174323966242,0.0752011719695955,0.153725174569888,0.00360105366918965,0.702508548828172,0.153725174569888,0.010651326734416,0.453876703809068,0.153725174569888,0.0242887655756959,0.519964966844937,0.153725174569888,0.0170088091147943,0.327555758099821,0.5,0.153725174569888,0.0593790090831507,0.211443367879738,0.153725174569888,0.0564343211519965,0.0442562679028772,0.5,0.153725174569888,0.126033655282313,0.021692123564442,0.153725174569888,0.191571655161959,0.0161815783599849,0.153725174569888,0.00573293073931989,0.215058003988614,0.153725174569888,0.0121894475382883,0.470303885049341,0.153725174569888,0.025451429318987,0.267368302486012,0.153725174569888,0.0183477720948265,0.461798441059005,0.153725174569888,0.0701126207770445,0.0667956170715651,0.5,0.153725174569888,0.025984361939813,0.052902202046508,0,0.0300868356576054,0.993221109647894 -401,0.5,0.153725174569888,0.0,0.0670255303351265,0.153725174569888,0.0,0.104738286140805,0.153725174569888,0.0,0.20226430742423,0.153725174569888,0.0,0.0934896997267828,0.153725174569888,4.00619656572591e-05,0.581822054821016,0.153725174569888,0.000234780071869868,0.293885021207277,0.153725174569888,2.47741115976519e-05,0.350882067981106,0.153725174569888,0.000390751935907999,0.266504925208197,0.5,0.153725174569888,8.455084316729e-06,0.198980399112063,0.153725174569888,0.0,0.0355649353343428,0.5,0.153725174569888,0.0,0.00181186214080799,0.153725174569888,0.0,0.0263001486086686,0.153725174569888,0.0,0.142937117248831,0.153725174569888,0.0,0.452337606769247,0.153725174569888,0.0,0.238180676707848,0.153725174569888,5.96025153044241e-05,0.352048908541659,0.153725174569888,1.42309831896548e-05,0.0379334112732551,0.5,0.153725174569888,2.18947186574083e-05,0.0472179470487225,0,0.035838144038056,0.967459110006226 -402,0.5,0.153725174569888,0.0,0.0609108787487445,0.153725174569888,0.0,0.109397731956216,0.153725174569888,0.0,0.21029457361745,0.153725174569888,0.0,0.104369822149232,0.153725174569888,0.0,0.373329500269552,0.153725174569888,0.0,0.323419577276941,0.153725174569888,0.0,0.309054200647073,0.153725174569888,0.0,0.291908131171139,0.5,0.153725174569888,0.0,0.17131876293467,0.153725174569888,0.0,0.030646723674801,0.5,0.153725174569888,0.0,0.00141143280122454,0.153725174569888,0.0,0.0302646678960309,0.153725174569888,0.0,0.13849558485619,0.153725174569888,0.0,0.409463668971539,0.153725174569888,0.0,0.220678688409963,0.153725174569888,0.0,0.324892668631254,0.153725174569888,0.0,0.0271683274646789,0.5,0.153725174569888,0.0,0.0396623225404226,0,0.0452023838349725,0.942933484046328 -403,0.5,0.153725174569888,0.0,0.0553279700071581,0.153725174569888,0.0,0.120144200196769,0.153725174569888,0.0,0.21400772624425,0.153725174569888,0.0,0.106958889553567,0.153725174569888,0.0,0.329465825006805,0.153725174569888,0.0,0.415161644485723,0.153725174569888,0.0,0.399762458646567,0.153725174569888,0.0,0.307306134281414,0.5,0.153725174569888,0.0,0.152214674507406,0.153725174569888,0.0,0.0240463148479054,0.5,0.153725174569888,0.0,0.00417426183512859,0.153725174569888,0.0,0.0310348721982409,0.153725174569888,0.0,0.151713082952867,0.153725174569888,0.0,0.336152095479723,0.153725174569888,0.0,0.210645336608456,0.153725174569888,0.0,0.355310067852173,0.153725174569888,0.0,0.0219092125544211,0.5,0.153725174569888,0.0,0.0341320693856314,0,0.0512121290423276,0.95520310729484 -404,0.5,0.153725174569888,0.0,0.0562313749909202,0.153725174569888,0.0,0.143073699451819,0.153725174569888,0.0,0.202721747283045,0.153725174569888,0.0,0.0978881193739623,0.153725174569888,0.0,0.397137744122005,0.153725174569888,0.0,0.483966565089324,0.153725174569888,0.0,0.510063019151569,0.153725174569888,0.0,0.349110052662308,0.5,0.153725174569888,0.0,0.130930679417498,0.153725174569888,0.0,0.0135569716507021,0.5,0.153725174569888,0.0,0.014111095320539,0.153725174569888,0.0,0.0328055443436322,0.153725174569888,0.0,0.200668472991775,0.153725174569888,0.0,0.294245143757002,0.153725174569888,0.0,0.201176530134102,0.153725174569888,0.0,0.328608304193233,0.153725174569888,0.0,0.0235037916082747,0.5,0.153725174569888,0.0,0.025716964452917,0,0.0543866134604719,0.970607737882654 -405,0.5,0.153725174569888,0.0,0.0589404814447454,0.153725174569888,0.0,0.145227744595819,0.153725174569888,0.0,0.137324509245443,0.153725174569888,0.0,0.0804356176702093,0.153725174569888,0.0,0.487240414812854,0.153725174569888,0.0,0.482368179053535,0.153725174569888,0.0,0.50676249308728,0.153725174569888,0.0,0.37670235308326,0.5,0.153725174569888,0.0,0.110632926433098,0.153725174569888,0.0,0.00849652195359313,0.5,0.153725174569888,0.0,0.0259292201685322,0.153725174569888,0.0,0.0344508320656722,0.153725174569888,0.0,0.236650787652732,0.153725174569888,0.0,0.282292586057223,0.153725174569888,0.0,0.185644590873935,0.153725174569888,0.0,0.263147058719629,0.153725174569888,0.0,0.0300197426684005,0.5,0.153725174569888,0.0,0.0143259738740708,0,0.0609730550817328,0.955426364479886 -406,0.5,0.153725174569888,0.0,0.0570944176013995,0.153725174569888,0.0,0.0952090581833875,0.153725174569888,0.0,0.0743668835158336,0.153725174569888,0.0,0.0597623823284734,0.153725174569888,0.0,0.436211774184735,0.153725174569888,0.0,0.47139261017298,0.153725174569888,0.0,0.454207585808301,0.153725174569888,0.0,0.322932710159034,0.5,0.153725174569888,0.0,0.0981366175325485,0.153725174569888,0.0,0.00643631577104784,0.5,0.153725174569888,0.0,0.0316882725740077,0.153725174569888,0.0,0.0358545745168926,0.153725174569888,0.0,0.19476872620893,0.153725174569888,0.0,0.312408774089139,0.153725174569888,0.0,0.176251972022088,0.153725174569888,0.0,0.213749600060111,0.153725174569888,0.0,0.037268502421165,0.5,0.153725174569888,0.0,0.0109606005694645,0,0.0662147183758151,0.924962665841543 -407,0.5,0.153725174569888,0.0,0.0500781586748418,0.153725174569888,0.0,0.0864986703053897,0.153725174569888,0.0,0.0574373974190227,0.153725174569888,0.0,0.0496883467138026,0.153725174569888,0.0,0.335326108659441,0.153725174569888,0.0,0.444297837568995,0.153725174569888,0.0,0.418677846794986,0.153725174569888,0.0,0.251594559789032,0.5,0.153725174569888,0.0,0.0815671819515125,0.153725174569888,0.0,0.00372339441706359,0.5,0.153725174569888,0.0,0.0309823165101002,0.153725174569888,0.0,0.0356091924745209,0.153725174569888,0.0,0.160402714575076,0.153725174569888,0.0,0.306032116839516,0.153725174569888,0.0,0.170556462707361,0.153725174569888,0.0,0.180933812831967,0.153725174569888,0.0,0.0399424415699252,0.5,0.153725174569888,0.0,0.0117996789448039,0,0.0711704298507015,0.896652769189214 -408,0.5,0.153725174569888,0.0,0.0446795666272836,0.153725174569888,0.0,0.120052205127349,0.153725174569888,0.0,0.0530923104107414,0.153725174569888,0.0,0.0490571831170127,0.153725174569888,0.0,0.291381755490674,0.153725174569888,0.0,0.389711943072499,0.153725174569888,0.0,0.370488717355983,0.153725174569888,0.0,0.17890578618671,0.5,0.153725174569888,0.0,0.062315700339795,0.153725174569888,0.0,0.00247898728062038,0.5,0.153725174569888,0.0,0.0340433027565026,0.153725174569888,0.0,0.0302420843715241,0.153725174569888,0.0,0.16597966227856,0.153725174569888,0.0,0.270966297507529,0.153725174569888,0.0,0.154595168674553,0.153725174569888,0.0,0.149907342502846,0.153725174569888,0.0,0.0400092901062096,0.5,0.153725174569888,0.0,0.013283940771578,0,0.0691053337861444,0.868916890780551 -409,0.5,0.153725174569888,0.0,0.0438344566817845,0.153725174569888,0.0,0.133105922050364,0.153725174569888,0.0,0.0538632333230031,0.153725174569888,0.0,0.0531662049541308,0.153725174569888,0.0,0.279898431478574,0.153725174569888,0.0,0.317907589072238,0.153725174569888,0.0,0.29124351428732,0.153725174569888,0.0,0.138864124308239,0.5,0.153725174569888,0.0,0.0535254322096609,0.153725174569888,0.0,0.00333073709744619,0.5,0.153725174569888,0.0,0.0345463921315143,0.153725174569888,0.0,0.0268089447357611,0.153725174569888,0.0,0.167489079877747,0.153725174569888,0.0,0.226686426718668,0.153725174569888,0.0,0.136539114615529,0.153725174569888,0.0,0.115843978824835,0.153725174569888,0.0,0.0364394752055736,0.5,0.153725174569888,0.0,0.0158626306974927,0,0.0602222734924508,0.824277106197621 -410,0.5,0.153725174569888,0.0,0.0426830428324347,0.153725174569888,0.0,0.122000365004709,0.153725174569888,0.0,0.0502578409034451,0.153725174569888,0.0,0.059644658494779,0.153725174569888,0.0,0.24733946865788,0.153725174569888,0.0,0.240820552009465,0.153725174569888,0.0,0.205681168794872,0.153725174569888,0.0,0.11553626908746,0.5,0.153725174569888,0.0,0.0478809331634609,0.153725174569888,0.0,0.00443552559982153,0.5,0.153725174569888,0.0,0.0319634884404151,0.153725174569888,0.0,0.0307116872197647,0.153725174569888,0.0,0.164378967591601,0.153725174569888,0.0,0.197450424398781,0.153725174569888,0.0,0.124768541826144,0.153725174569888,0.0,0.0919821854315037,0.153725174569888,0.0,0.0310576006048318,0.5,0.153725174569888,0.0,0.0180390841827043,0,0.039228158138843,0.760278671076053 -411,0.5,0.153725174569888,0.0,0.0451655853184241,0.153725174569888,0.0,0.114419417265055,0.153725174569888,0.0,0.0476648171609788,0.153725174569888,0.0,0.0597418004563053,0.153725174569888,0.0,0.198044698436357,0.153725174569888,0.0,0.167354878925172,0.153725174569888,0.0,0.159453948704102,0.153725174569888,0.0,0.117767985408536,0.5,0.153725174569888,0.0,0.0511523464447496,0.153725174569888,0.0,0.00720695182020559,0.5,0.153725174569888,0.0,0.0299935699417931,0.153725174569888,0.0,0.0294399134383568,0.153725174569888,0.0,0.135751716043286,0.153725174569888,0.0,0.174025189237501,0.153725174569888,0.0,0.110638940094627,0.153725174569888,0.0,0.0757058456390824,0.153725174569888,0.0,0.0272631256475033,0.5,0.153725174569888,0.0,0.0216418060791034,0,0.0244866810473133,0.737340087759344 -412,0.5,0.153725174569888,0.0,0.0441268111501802,0.153725174569888,0.0,0.103019965955973,0.153725174569888,0.0,0.0415922140581248,0.153725174569888,0.0,0.0555079805311898,0.153725174569888,0.0,0.142071463979323,0.153725174569888,0.0,0.125422164390329,0.153725174569888,0.0,0.143006193281417,0.153725174569888,0.0,0.125991539412317,0.5,0.153725174569888,0.0,0.0612744549137627,0.153725174569888,0.0,0.0113859272545762,0.5,0.153725174569888,0.0,0.022080448106282,0.153725174569888,0.0,0.0288461033916462,0.153725174569888,0.0,0.115691018721191,0.153725174569888,0.0,0.134297259994087,0.153725174569888,0.0,0.0910022191604032,0.153725174569888,0.0,0.0651138774589093,0.153725174569888,0.0,0.0278038375727135,0.5,0.153725174569888,0.0,0.030119917133089,0,0.0232550411617129,0.697035100074272 -413,0.5,0.153725174569888,0.0,0.0436714715031225,0.153725174569888,0.0,0.0833375721645392,0.153725174569888,0.0,0.0372376992415065,0.153725174569888,0.0,0.0517020344161097,0.153725174569888,0.0,0.111152179068638,0.153725174569888,0.0,0.116985854081922,0.153725174569888,0.0,0.138668561964349,0.153725174569888,0.0,0.142431549490339,0.5,0.153725174569888,0.0,0.0678267402232008,0.153725174569888,0.0,0.016381097049492,0.5,0.153725174569888,0.0,0.0156952198564,0.153725174569888,0.0,0.0287268823994516,0.153725174569888,0.0,0.0939616854264156,0.153725174569888,0.0,0.112705679835311,0.153725174569888,0.0,0.0752088830268239,0.153725174569888,0.0,0.0577120113380868,0.153725174569888,0.0,0.026962479498375,0.5,0.153725174569888,0.0,0.0373771141839395,0,0.019763744722277,0.543232779885999 -414,0.5,0.153725174569888,0.0,0.0450994761939213,0.153725174569888,0.0,0.0711750850827406,0.153725174569888,0.0,0.0354015186309732,0.153725174569888,0.0,0.0488883573403992,0.153725174569888,0.0,0.105533600259068,0.153725174569888,0.0,0.123084974737732,0.153725174569888,0.0,0.138869656818457,0.153725174569888,0.0,0.166048023416475,0.5,0.153725174569888,0.0,0.08163382439382,0.153725174569888,0.0,0.0183666644613992,0.5,0.153725174569888,0.0,0.0174470534001486,0.153725174569888,0.0,0.0313381399341468,0.153725174569888,0.0,0.0766587997183263,0.153725174569888,0.0,0.108700736495442,0.153725174569888,0.0,0.0695675996265549,0.153725174569888,0.0,0.0532431454100886,0.153725174569888,0.0,0.0271707829804687,0.5,0.153725174569888,0.0,0.0407696632464309,0,0.0224590575149164,0.444906047073295 -415,0.5,0.153725174569888,0.0,0.0475887683355444,0.153725174569888,0.0,0.0699710282864629,0.153725174569888,0.0,0.0305521215718335,0.153725174569888,0.0,0.0436207855633427,0.153725174569888,0.0,0.0877968367372091,0.153725174569888,0.0,0.140978232311672,0.153725174569888,0.0,0.15714211741557,0.153725174569888,0.0,0.196162678080473,0.5,0.153725174569888,0.0,0.0886239699773556,0.153725174569888,0.0,0.0188298867460776,0.5,0.153725174569888,0.0,0.0211691920104512,0.153725174569888,0.0,0.0304316727554807,0.153725174569888,0.0,0.0817960694845833,0.153725174569888,0.0,0.117308476637407,0.153725174569888,0.0,0.0642655255267531,0.153725174569888,0.0,0.0523286326966094,0.153725174569888,0.0,0.0275845628794768,0.5,0.153725174569888,0.0,0.0400361216674473,0,0.0270689751788653,0.497279469958984 -416,0.5,0.153725174569888,0.0,0.0510217436029697,0.153725174569888,0.0,0.0747322778192097,0.153725174569888,0.0,0.0248882887508778,0.153725174569888,0.0,0.0411074684490703,0.153725174569888,0.0,0.0902006955149278,0.153725174569888,0.0,0.15954359029489,0.153725174569888,0.0,0.172477706580094,0.153725174569888,0.0,0.199746620514936,0.5,0.153725174569888,0.0,0.071600741763463,0.153725174569888,0.0,0.0201013963039375,0.5,0.153725174569888,0.0,0.0249314913101454,0.153725174569888,0.0,0.0301178899655331,0.153725174569888,0.0,0.0949516416908542,0.153725174569888,0.0,0.110287619019559,0.153725174569888,0.0,0.0653134427853799,0.153725174569888,0.0,0.0556777705626994,0.153725174569888,0.0,0.0273676558819562,0.5,0.153725174569888,0.0,0.0384089137511973,0,0.0330669243219743,0.552781978177267 -417,0.5,0.153725174569888,0.00143247774578153,0.0514327511481936,0.153725174569888,0.0,0.0768496623859317,0.153725174569888,0.00272901647579978,0.0216198972730021,0.153725174569888,0.00626743321010889,0.0410520226029771,0.153725174569888,0.0,0.106431739392891,0.153725174569888,0.0,0.18499051788571,0.153725174569888,0.0,0.160518292636475,0.153725174569888,0.0,0.194785405048087,0.5,0.153725174569888,0.000152194517439445,0.0548551637896496,0.153725174569888,0.00763188833564682,0.019163962758511,0.5,0.153725174569888,0.00220249854935258,0.0280684992936209,0.153725174569888,0.00434523604595591,0.0314119450126881,0.153725174569888,0.0,0.10638544238911,0.153725174569888,0.0,0.110494658165365,0.153725174569888,2.43677339140659e-06,0.0747230849842278,0.153725174569888,0.000239839878412017,0.0515706815090864,0.153725174569888,0.0051278874452852,0.027615651728773,0.5,0.153725174569888,0.0150579469678414,0.0318415399647461,0,0.0487027510378959,0.596696063657695 -418,0.5,0.153725174569888,0.0734099860115992,0.0524120923447908,0.153725174569888,0.0310103077446137,0.101273872001026,0.153725174569888,0.118281060441672,0.0210188605084529,0.153725174569888,0.13842536475204,0.0416949273407418,0.153725174569888,0.0437740770449503,0.107208213374304,0.153725174569888,0.0690331075971028,0.178793748986643,0.153725174569888,0.0636021835767524,0.121750426178586,0.153725174569888,0.0896190211421267,0.165685846530163,0.5,0.153725174569888,0.0890644443475093,0.0471038226330929,0.153725174569888,0.149646558372404,0.0174311338483978,0.5,0.153725174569888,0.0921672086244202,0.0349477695884614,0.153725174569888,0.118296825026248,0.0303008079190298,0.153725174569888,0.0134623854082962,0.123267914961664,0.153725174569888,0.030675616911889,0.124930684327009,0.153725174569888,0.0675261725435649,0.0734031920290766,0.153725174569888,0.0862461236048724,0.0386190413890775,0.153725174569888,0.117177036966359,0.0286716281295655,0.5,0.153725174569888,0.153302936739992,0.0270696006539712,0,0.0614821590947271,0.667816043045029 -419,0.5,0.153725174569888,0.179835382621684,0.0602963279402849,0.153725174569888,0.102650390916506,0.120961886070636,0.153725174569888,0.24497618177528,0.0217383714778031,0.153725174569888,0.272558523416737,0.0439675528781415,0.153725174569888,0.17677615467731,0.113488036827615,0.153725174569888,0.228206183477284,0.156633658948643,0.153725174569888,0.221506709382996,0.097993389194514,0.153725174569888,0.240918501050854,0.139771468600643,0.5,0.153725174569888,0.231552559523823,0.0447164376624678,0.153725174569888,0.312100283054393,0.0109569748420398,0.5,0.153725174569888,0.22113002786698,0.0439980862857686,0.153725174569888,0.262073673001113,0.027114043451665,0.153725174569888,0.0629455722474761,0.163235639747487,0.153725174569888,0.121580766347742,0.157807929606346,0.153725174569888,0.180327121029,0.0741157935094888,0.153725174569888,0.224914497492569,0.0333025294722356,0.153725174569888,0.243292801103986,0.0306193160897479,0.5,0.153725174569888,0.301507640157457,0.0264421282409343,0,0.0646548558864633,0.657540417717649 -420,0.5,0.153725174569888,0.269252035271382,0.0777184415511315,0.153725174569888,0.195327529470996,0.142844461993582,0.153725174569888,0.302602267873839,0.0205128492107557,0.153725174569888,0.336113873393263,0.0525357222240994,0.153725174569888,0.317618773925799,0.1218433941992,0.153725174569888,0.354201321116927,0.175596253166773,0.153725174569888,0.360748138458233,0.09623459404081,0.153725174569888,0.361716256996331,0.135882739002583,0.5,0.153725174569888,0.352326885080399,0.0258910095902327,0.153725174569888,0.426513537363339,0.00728319229154654,0.5,0.153725174569888,0.338389952812259,0.050497288993996,0.153725174569888,0.384150705841028,0.0256799881471727,0.153725174569888,0.0921627921933803,0.188276625889753,0.153725174569888,0.253289900304479,0.209145237036962,0.153725174569888,0.297734008416918,0.0773215881792538,0.153725174569888,0.356025967432894,0.0290002281431291,0.153725174569888,0.34592461894485,0.0312034655687434,0.5,0.153725174569888,0.419744550753115,0.0248322530804022,0,0.0670474317670661,0.659806811796379 -421,0.5,0.153725174569888,0.272599881283675,0.089492227240851,0.153725174569888,0.267498983407494,0.134578636743141,0.153725174569888,0.306569365621898,0.0201164570068118,0.153725174569888,0.328754236083344,0.0656146024108497,0.153725174569888,0.39751726976712,0.135097125724515,0.153725174569888,0.415998445855062,0.217303165148611,0.153725174569888,0.420265434358128,0.109516231253903,0.153725174569888,0.429489226271477,0.163462267336066,0.5,0.153725174569888,0.408287101272268,0.0326644129393356,0.153725174569888,0.477164332417573,0.00569116994964016,0.5,0.153725174569888,0.408356473887422,0.0924560502957122,0.153725174569888,0.452735697240882,0.0317084860634942,0.153725174569888,0.118853975048838,0.215629203301906,0.153725174569888,0.332847300518249,0.230847957203203,0.153725174569888,0.379513792901733,0.0865855119955155,0.153725174569888,0.416033352662017,0.0296029012981182,0.153725174569888,0.402242314173969,0.0378590736355351,0.5,0.153725174569888,0.469267542283503,0.0284050840096235,0,0.0791331828830094,0.739896321160206 -422,0.5,0.153725174569888,0.235010713294923,0.0975860523897788,0.153725174569888,0.285596705237717,0.139284214531663,0.153725174569888,0.280616526091611,0.0223682977748528,0.153725174569888,0.283932133455547,0.0796793314090584,0.153725174569888,0.393879337600827,0.158003282880782,0.153725174569888,0.415939334175365,0.259664444956507,0.153725174569888,0.415744316900201,0.138808570605946,0.153725174569888,0.433289863293759,0.209512585874003,0.5,0.153725174569888,0.408196625561507,0.0434847843813075,0.153725174569888,0.461700893568963,0.00644407612890285,0.5,0.153725174569888,0.410963905194869,0.117679297493335,0.153725174569888,0.451982832116208,0.0320963836884517,0.153725174569888,0.123696925926844,0.226250130779675,0.153725174569888,0.355345556059405,0.240062236582931,0.153725174569888,0.381818324315329,0.0928325608705264,0.153725174569888,0.405493531819081,0.0339879360991167,0.153725174569888,0.397310904426562,0.0540976319022958,0.5,0.153725174569888,0.444044435093688,0.0313271357173694,0,0.111825946487878,0.832361937297208 -423,0.5,0.153725174569888,0.169118069974734,0.0993239133684357,0.153725174569888,0.234263431743897,0.15170762602387,0.153725174569888,0.215382072811877,0.0272914596507994,0.153725174569888,0.197982378959135,0.0799024873079919,0.153725174569888,0.324703778746756,0.185272254165793,0.153725174569888,0.352432704535846,0.285208328893745,0.153725174569888,0.34387952498337,0.163056492995226,0.153725174569888,0.366094188669493,0.221703543396398,0.5,0.153725174569888,0.35203992333979,0.0323844606942625,0.153725174569888,0.379966611793452,0.00575977457924656,0.5,0.153725174569888,0.340046563986882,0.083727803102892,0.153725174569888,0.37885724409954,0.0226840870436997,0.153725174569888,0.0926659896199474,0.232091360165749,0.153725174569888,0.294125951953878,0.228671501868459,0.153725174569888,0.303143389400038,0.098562866227685,0.153725174569888,0.329748449729153,0.0331175868337216,0.153725174569888,0.325800948925444,0.04781180107551,0.5,0.153725174569888,0.350335261447072,0.0271152403823006,0,0.143618956924107,0.890455864433821 -424,0.5,0.153725174569888,0.047307324904294,0.115066685671071,0.153725174569888,0.0717354102329576,0.166781535278761,0.153725174569888,0.107810427513879,0.0360768318711854,0.153725174569888,0.0607233007023941,0.0862345533040323,0.153725174569888,0.181502700924223,0.220606710451119,0.153725174569888,0.218605546710287,0.301237394657631,0.153725174569888,0.201112865209246,0.200798729827513,0.153725174569888,0.183578564993748,0.186443250409073,0.5,0.153725174569888,0.192198564169245,0.0287776192340019,0.153725174569888,0.196156233936677,0.00530483679851833,0.5,0.153725174569888,0.170715540848893,0.0551840980261011,0.153725174569888,0.219477677177914,0.0196124606430765,0.153725174569888,0.0529939484197715,0.246271952783218,0.153725174569888,0.136636681062106,0.243739769512102,0.153725174569888,0.12453074810547,0.115882308433556,0.153725174569888,0.160471864557313,0.040377718552999,0.153725174569888,0.124845702267391,0.0381420212658308,0.5,0.153725174569888,0.124788827371015,0.0290608866630176,0,0.193578819013705,0.903384663986942 -425,0.5,0.153725174569888,0.0,0.151683926206476,0.153725174569888,0.0,0.184189829701836,0.153725174569888,0.0,0.0546821123608441,0.153725174569888,0.0,0.0991143433645123,0.153725174569888,0.0,0.28573801909652,0.153725174569888,0.0,0.280248438725237,0.153725174569888,0.0,0.24443086350813,0.153725174569888,0.0,0.166430788674171,0.5,0.153725174569888,0.0,0.0345080788432597,0.153725174569888,0.0,0.00800855802395701,0.5,0.153725174569888,0.0,0.0514060063257877,0.153725174569888,0.0,0.0286294111891334,0.153725174569888,0.0,0.274108928024793,0.153725174569888,0.0,0.276663416023777,0.153725174569888,0.0,0.135181031189868,0.153725174569888,0.0,0.0581776908287198,0.153725174569888,0.0,0.0373320048406421,0.5,0.153725174569888,0.0,0.0272891649753637,0,0.250579560575914,0.912980853954356 -426,0.5,0.153725174569888,0.0,0.173726504935248,0.153725174569888,0.0,0.207280031783612,0.153725174569888,0.0,0.063673703923625,0.153725174569888,0.0,0.103593340698378,0.153725174569888,0.0,0.301560419743183,0.153725174569888,0.0,0.244946780700722,0.153725174569888,0.0,0.256272178442267,0.153725174569888,0.0,0.143975291068756,0.5,0.153725174569888,0.0,0.0353746732142523,0.153725174569888,0.0,0.0108225708447945,0.5,0.153725174569888,0.0,0.0414782786538955,0.153725174569888,0.0,0.0298824649611195,0.153725174569888,0.0,0.311885866704538,0.153725174569888,0.0,0.299268071312678,0.153725174569888,0.0,0.155875492252946,0.153725174569888,0.0,0.0618353938285391,0.153725174569888,0.0,0.0363516086707896,0.5,0.153725174569888,0.0,0.0238470872691751,0,0.321221456809055,0.923710021565072 -427,0.5,0.153725174569888,0.0,0.206868739043406,0.153725174569888,0.0,0.253747053915957,0.153725174569888,0.0,0.0726718448133625,0.153725174569888,0.0,0.108977925537497,0.153725174569888,0.0,0.283583819081445,0.153725174569888,0.0,0.200618354087044,0.153725174569888,0.0,0.235380806779906,0.153725174569888,0.0,0.119895056921681,0.5,0.153725174569888,0.0,0.0302665721533602,0.153725174569888,0.0,0.012789466695827,0.5,0.153725174569888,0.0,0.0378139963698824,0.153725174569888,0.0,0.0317699204775857,0.153725174569888,0.0,0.369216657674287,0.153725174569888,0.0,0.311911902199864,0.153725174569888,0.0,0.176129792014583,0.153725174569888,0.0,0.0629862283393137,0.153725174569888,0.0,0.0375731712236553,0.5,0.153725174569888,0.0,0.023914188083263,0,0.41850905749459,0.935484280725901 -428,0.5,0.153725174569888,0.0,0.239264293889578,0.153725174569888,0.0,0.305090494518292,0.153725174569888,0.0,0.0794899060966368,0.153725174569888,0.0,0.110782765394373,0.153725174569888,0.0,0.23361932753179,0.153725174569888,0.0,0.160353598579677,0.153725174569888,0.0,0.207166318836699,0.153725174569888,0.0,0.0969797340815662,0.5,0.153725174569888,0.0,0.0262722552400026,0.153725174569888,0.0,0.0138778817999122,0.5,0.153725174569888,0.0,0.0414931923109959,0.153725174569888,0.0,0.0329909050007128,0.153725174569888,0.0,0.431775669872023,0.153725174569888,0.0,0.312396883441379,0.153725174569888,0.0,0.205908597623014,0.153725174569888,0.0,0.0594223083783801,0.153725174569888,0.0,0.0415274561986882,0.5,0.153725174569888,0.0,0.0243754466667051,0,0.502292079195469,0.92791839700463 -429,0.5,0.153725174569888,0.0,0.270088789440793,0.153725174569888,0.0,0.325884746730145,0.153725174569888,0.0,0.0811918047207326,0.153725174569888,0.0,0.112072943273549,0.153725174569888,0.0,0.191570142151652,0.153725174569888,0.0,0.153504322999438,0.153725174569888,0.0,0.181232621728431,0.153725174569888,0.0,0.0856402558478114,0.5,0.153725174569888,0.0,0.021553215153864,0.153725174569888,0.0,0.0179322582310374,0.5,0.153725174569888,0.0,0.0505210877308719,0.153725174569888,0.0,0.0352583772220582,0.153725174569888,0.0,0.46331813319801,0.153725174569888,0.0,0.342363452188475,0.153725174569888,0.0,0.228886080378044,0.153725174569888,0.0,0.0521493448606255,0.153725174569888,0.0,0.0425499541237501,0.5,0.153725174569888,0.0,0.0253806554634058,0,0.579885380770321,0.952193871074087 -430,0.5,0.153725174569888,0.0,0.298057541073539,0.153725174569888,0.0,0.327276504492968,0.153725174569888,0.0,0.0721863255590058,0.153725174569888,0.0,0.112459326784098,0.153725174569888,0.0,0.197884407025479,0.153725174569888,0.0,0.142698439714565,0.153725174569888,0.0,0.159161342697925,0.153725174569888,0.0,0.0697866845816435,0.5,0.153725174569888,0.0,0.0146937966311059,0.153725174569888,0.0,0.0230311692708765,0.5,0.153725174569888,0.0,0.0508495484559389,0.153725174569888,0.0,0.0369288343263983,0.153725174569888,0.0,0.518307166843358,0.153725174569888,0.0,0.401100356413917,0.153725174569888,0.0,0.233987740309721,0.153725174569888,0.0,0.0431007525042834,0.153725174569888,0.0,0.0415528683290003,0.5,0.153725174569888,0.0,0.0289520837096388,0,0.658145157935264,0.970292764192429 -431,0.5,0.153725174569888,0.0,0.317904347620969,0.153725174569888,0.0,0.414347600751621,0.153725174569888,0.0,0.0637158124929293,0.153725174569888,0.0,0.125095807958138,0.153725174569888,0.0,0.197340263887233,0.153725174569888,0.0,0.124570870987966,0.153725174569888,0.0,0.131169080293837,0.153725174569888,0.0,0.0631036305747107,0.5,0.153725174569888,0.0,0.0149450935602325,0.153725174569888,0.0,0.0322760193782062,0.5,0.153725174569888,0.0,0.0490410592150244,0.153725174569888,0.0,0.0441113747942279,0.153725174569888,0.0,0.604740257525641,0.153725174569888,0.0,0.440294305817017,0.153725174569888,0.0,0.242890068742203,0.153725174569888,0.0,0.0336169213482344,0.153725174569888,0.0,0.0433847964752198,0.5,0.153725174569888,0.0,0.0347467741400502,0,0.690147811695343,0.99171065354547 -432,0.5,0.153725174569888,0.0,0.364075581576994,0.153725174569888,0.0,0.44853576196776,0.153725174569888,0.0,0.0634147236670187,0.153725174569888,0.0,0.143742774565609,0.153725174569888,0.0,0.167994430670526,0.153725174569888,0.0,0.100464552975978,0.153725174569888,0.0,0.11485276972141,0.153725174569888,0.0,0.0587752365881561,0.5,0.153725174569888,0.0,0.0245726133974603,0.153725174569888,0.0,0.0278266135196661,0.5,0.153725174569888,0.0,0.05255186527939,0.153725174569888,0.0,0.0476391188048613,0.153725174569888,0.0,0.660434539090856,0.153725174569888,0.0,0.450154786575833,0.153725174569888,0.0,0.252965643566596,0.153725174569888,0.0,0.033684550801288,0.153725174569888,0.0,0.0472040691808627,0.5,0.153725174569888,0.0,0.0418243225479284,0,0.741791265174602,0.996316762180085 -433,0.5,0.153725174569888,0.0,0.432827198638052,0.153725174569888,0.0,0.497561615073766,0.153725174569888,0.0,0.0605865030250512,0.153725174569888,0.0,0.153916701630757,0.153725174569888,0.0,0.170385709745999,0.153725174569888,0.0,0.082724367208967,0.153725174569888,0.0,0.10259079177349,0.153725174569888,0.0,0.0382925487909997,0.5,0.153725174569888,0.0,0.0210535634222652,0.153725174569888,0.0,0.0459402420941172,0.5,0.153725174569888,0.0,0.056762837106754,0.153725174569888,0.0,0.0426486537613852,0.153725174569888,0.0,0.710463014567794,0.153725174569888,0.0,0.443957046340406,0.153725174569888,0.0,0.254979971348834,0.153725174569888,0.0,0.0336963053863189,0.153725174569888,0.0,0.0472689237480158,0.5,0.153725174569888,0.0,0.0449691172122168,0,0.80598599655417,0.99525072604039 -434,0.5,0.153725174569888,0.0,0.522838766236196,0.153725174569888,0.0,0.509168798188255,0.153725174569888,0.0,0.0581367303396625,0.153725174569888,0.0,0.140960190117296,0.153725174569888,0.0,0.164024372636971,0.153725174569888,0.0,0.0501790226269271,0.153725174569888,0.0,0.0849478057580462,0.153725174569888,0.0,0.020124352671252,0.5,0.153725174569888,0.0,0.0100722143020893,0.153725174569888,0.0,0.0426498507046952,0.5,0.153725174569888,0.0,0.0596363544475638,0.153725174569888,0.0,0.0331660435111068,0.153725174569888,0.0,0.735584174341446,0.153725174569888,0.0,0.442830554656942,0.153725174569888,0.0,0.250759606970694,0.153725174569888,0.0,0.0328783884996508,0.153725174569888,0.0,0.0452933537908284,0.5,0.153725174569888,0.0,0.0510856657340943,0,0.85504502993151,0.996967520903062 -435,0.5,0.153725174569888,0.0,0.572649263250629,0.153725174569888,0.0,0.538134482012611,0.153725174569888,0.0,0.057881240001593,0.153725174569888,0.0,0.141931008881051,0.153725174569888,0.0,0.151581927773658,0.153725174569888,0.0,0.0237021338549892,0.153725174569888,0.0,0.0726160836973316,0.153725174569888,0.0,0.0118446711682837,0.5,0.153725174569888,0.0,0.0108622657279619,0.153725174569888,0.0,0.0490284100278712,0.5,0.153725174569888,0.0,0.0515870945805587,0.153725174569888,0.0,0.0280792824114886,0.153725174569888,0.0,0.770139586940611,0.153725174569888,0.0,0.446036139257549,0.153725174569888,0.0,0.271472065114278,0.153725174569888,0.0,0.0342168497912998,0.153725174569888,0.0,0.0437968239434103,0.5,0.153725174569888,0.0,0.0565916253251324,0,0.887647935480932,0.999931769276919 -436,0.5,0.153725174569888,0.0,0.627987193018567,0.153725174569888,0.0,0.698772247286009,0.153725174569888,0.0,0.0581271220372402,0.153725174569888,0.0,0.155550686423192,0.153725174569888,0.0,0.129001248995568,0.153725174569888,0.0,0.0186683032766908,0.153725174569888,0.0,0.0462805866737364,0.153725174569888,0.0,0.0193716860336517,0.5,0.153725174569888,0.0,0.0192111024527851,0.153725174569888,0.0,0.0442932673645593,0.5,0.153725174569888,0.0,0.0169638859075376,0.153725174569888,0.0,0.0150907752194909,0.153725174569888,0.0,0.798814574741134,0.153725174569888,0.0,0.46623085562237,0.153725174569888,0.0,0.327166347968959,0.153725174569888,0.0,0.0256570312967818,0.153725174569888,0.0,0.0319608993146008,0.5,0.153725174569888,0.0,0.0562273562094904,0,0.930853985957891,1.00157459794498 -437,0.5,0.153725174569888,0.0,0.653948189173462,0.153725174569888,0.0,0.747081102951336,0.153725174569888,0.0,0.0624439912125181,0.153725174569888,0.0,0.166939705699148,0.153725174569888,0.0,0.117868964732,0.153725174569888,0.0,0.0306161251314747,0.153725174569888,0.0,0.0322054539922592,0.153725174569888,0.0,0.0281011407025708,0.5,0.153725174569888,0.0,0.015522808603946,0.153725174569888,0.0,0.0529099795448341,0.5,0.153725174569888,0.0,0.00655864626872105,0.153725174569888,0.0,0.0104311253690977,0.153725174569888,0.0,0.852492363407863,0.153725174569888,0.0,0.501271844909771,0.153725174569888,0.0,0.362267796635845,0.153725174569888,0.0,0.0205786191452949,0.153725174569888,0.0,0.0185030407448933,0.5,0.153725174569888,0.0,0.0478101616694433,0,0.970112627423535,1.00297946570432 -438,0.5,0.153725174569888,0.0,0.682944841821997,0.153725174569888,0.0,0.671463370231653,0.153725174569888,0.0,0.0714626649536954,0.153725174569888,0.0,0.165814551751001,0.153725174569888,0.0,0.153949112301145,0.153725174569888,0.0,0.0392700180593475,0.153725174569888,0.0,0.0499753946606867,0.153725174569888,0.0,0.0250739515221742,0.5,0.153725174569888,0.0,0.00970103241232196,0.153725174569888,0.0,0.018056926766576,0.5,0.153725174569888,0.0,0.0178009270747408,0.153725174569888,0.0,0.0103789677253123,0.153725174569888,0.0,0.913128826942278,0.153725174569888,0.0,0.543586997272573,0.153725174569888,0.0,0.319717044425586,0.153725174569888,0.0,0.0286779121541457,0.153725174569888,0.0,0.0147541908066331,0.5,0.153725174569888,0.0,0.0311994511290704,0,0.991738918550065,1.00339853589538 -439,0.5,0.153725174569888,0.0,0.677244064916661,0.153725174569888,0.0,0.592326027598541,0.153725174569888,0.0,0.0671893630952653,0.153725174569888,0.0,0.16080710211732,0.153725174569888,0.0,0.252453142289273,0.153725174569888,0.0,0.0457045347329982,0.153725174569888,0.0,0.0687045356662853,0.153725174569888,0.0,0.0241142484336527,0.5,0.153725174569888,0.0,0.00644486772406646,0.153725174569888,0.0,0.0129078698979667,0.5,0.153725174569888,0.0,0.0194186382925418,0.153725174569888,0.0,0.00922171893712356,0.153725174569888,0.0,0.890628639848063,0.153725174569888,0.0,0.612604674541526,0.153725174569888,0.0,0.312178072906286,0.153725174569888,0.0,0.0388166319732166,0.153725174569888,0.0,0.0165909659159214,0.5,0.153725174569888,0.0,0.0150146011036686,0,1.0047130167304,1.00352126156787 -440,0.5,0.153725174569888,0.0,0.655727181433663,0.153725174569888,0.0,0.625481086689804,0.153725174569888,0.0,0.0628180507054855,0.153725174569888,0.0,0.147437218421534,0.153725174569888,0.0,0.357057931819686,0.153725174569888,0.0,0.0556375172498421,0.153725174569888,0.0,0.0909774437144942,0.153725174569888,0.0,0.0238053166404789,0.5,0.153725174569888,0.0,0.00482154029193438,0.153725174569888,0.0,0.00748017166712781,0.5,0.153725174569888,0.0,0.00977537297549752,0.153725174569888,0.0,0.00623146110970638,0.153725174569888,0.0,0.884549864433109,0.153725174569888,0.0,0.682764427073135,0.153725174569888,0.0,0.359319574087111,0.153725174569888,0.0,0.0418173598891244,0.153725174569888,0.0,0.0146539059474842,0.5,0.153725174569888,0.0,0.0105172991955376,0,1.00567217778413,1.00668446865479 -441,0.5,0.153725174569888,0.0001285585031718,0.639807057540501,0.153725174569888,0.0,0.774065021693627,0.153725174569888,0.00132268634612403,0.0735041562869924,0.153725174569888,0.00143479748501282,0.127052681237935,0.153725174569888,0.0,0.467590317512863,0.153725174569888,0.0,0.0602446515233769,0.153725174569888,0.0,0.115626982024429,0.153725174569888,0.0,0.0224505124938711,0.5,0.153725174569888,0.000210788903640633,0.0048336184773436,0.153725174569888,0.00691940724589651,0.0117754110797744,0.5,0.153725174569888,0.00267577370829984,0.00496044150547246,0.153725174569888,0.00457789649877388,0.00484277253614444,0.153725174569888,0.0,0.929948948960114,0.153725174569888,0.0,0.719113303241712,0.153725174569888,8.48842214503031e-07,0.403914523415239,0.153725174569888,0.00034505731311521,0.0450515617086476,0.153725174569888,0.00483319068705178,0.0133838148415305,0.5,0.153725174569888,0.015443024165757,0.00874630009904788,0,1.00323957058983,1.00766419081298 -442,0.5,0.153725174569888,0.00365864827859267,0.622109687137713,0.153725174569888,0.0019511950131019,0.860978425041455,0.153725174569888,0.0331029447617641,0.0931396566063212,0.153725174569888,0.0193219745430799,0.108774606925179,0.153725174569888,0.0138337366459979,0.520241074138719,0.153725174569888,0.0477499592191372,0.0676336080647035,0.153725174569888,0.0459841944216939,0.137234086512491,0.153725174569888,0.0442271437534607,0.0221836282215802,0.5,0.153725174569888,0.0397414216997959,0.00508164056262371,0.153725174569888,0.132383452296316,0.00268110108763822,0.5,0.153725174569888,0.0997995423064224,0.00114962134899307,0.153725174569888,0.120546501990848,0.00245291876383076,0.153725174569888,0.00270162754292282,0.967771227950767,0.153725174569888,0.00407619356155687,0.722839459691514,0.153725174569888,0.0082710309351745,0.450229605463119,0.153725174569888,0.0605820797626477,0.042416621313759,0.153725174569888,0.119925371758784,0.0123938152904935,0.5,0.153725174569888,0.160220455192774,0.00810355649925419,0,1.00379451735771,1.00789209650226 -443,0.5,0.153725174569888,0.0111179999302277,0.589103293188368,0.153725174569888,0.00819851505447829,0.852750548097285,0.153725174569888,0.0709435080631231,0.108623678657576,0.153725174569888,0.0439428446938473,0.112093349861042,0.153725174569888,0.0507848875031127,0.622494464222968,0.153725174569888,0.163455661096147,0.0912378557228625,0.153725174569888,0.127583245622526,0.157257984042166,0.153725174569888,0.110556148004696,0.0202941236249202,0.5,0.153725174569888,0.115239559694876,0.00423233791237492,0.153725174569888,0.261423859630334,0.000433621996926778,0.5,0.153725174569888,0.229383899657354,0.000793215183388838,0.153725174569888,0.260871468302681,0.00092671430269048,0.153725174569888,0.00916464529789207,0.967055068716902,0.153725174569888,0.0143138850255825,0.71480258755151,0.153725174569888,0.0248921033454469,0.441941537835443,0.153725174569888,0.135519546386374,0.0339322640486043,0.153725174569888,0.259678792912045,0.00985454426110836,0.5,0.153725174569888,0.307648231628586,0.00559996247639661,0,1.00691317029098,1.00816797695064 -444,0.5,0.153725174569888,0.0186996470669354,0.564182590752141,0.153725174569888,0.0184805347239033,0.792126478525201,0.153725174569888,0.100729399754624,0.0993709620328407,0.153725174569888,0.0653073309545707,0.125190745560374,0.153725174569888,0.082896036373512,0.664780310186262,0.153725174569888,0.283912934965585,0.107614013718228,0.153725174569888,0.175353944690867,0.175497895697618,0.153725174569888,0.145838347813363,0.0179565993165358,0.5,0.153725174569888,0.173187830896621,0.00478458637003596,0.153725174569888,0.356552723282219,0.000442456363137126,0.5,0.153725174569888,0.332108562776268,0.000878998744553304,0.153725174569888,0.358100772923839,0.000597979687589749,0.153725174569888,0.0170530243638743,0.951307886239917,0.153725174569888,0.0247499457188315,0.736822848069282,0.153725174569888,0.0395475080244758,0.401541878996046,0.153725174569888,0.200619263753757,0.0484762224950249,0.153725174569888,0.360223506952219,0.00699805340218432,0.5,0.153725174569888,0.408065100485551,0.00369115441559598,0,1.00754713120292,1.00908049077731 -445,0.5,0.153725174569888,0.0229727650435984,0.540172152846458,0.153725174569888,0.0247010692306314,0.686326643544518,0.153725174569888,0.121013446479722,0.101139129814108,0.153725174569888,0.0778294501399518,0.131253397883284,0.153725174569888,0.0962992551162276,0.691865385676875,0.153725174569888,0.344128713923784,0.111060768049605,0.153725174569888,0.184946007033912,0.167451682876482,0.153725174569888,0.214188661172291,0.0205725739198586,0.5,0.153725174569888,0.186726754055075,0.00607811239931942,0.153725174569888,0.386835031551346,0.000478876524747992,0.5,0.153725174569888,0.375567173788907,0.00127755216143281,0.153725174569888,0.380557003710249,0.000881612636430097,0.153725174569888,0.022081209474379,0.926805189056947,0.153725174569888,0.0339544399872926,0.728681102587023,0.153725174569888,0.0470914004440467,0.361468947726136,0.153725174569888,0.226056990089548,0.0461895716683574,0.153725174569888,0.410404665918337,0.00481110398123377,0.5,0.153725174569888,0.443201180893863,0.00438377211632918,0,1.00776740896903,1.00929759529082 -446,0.5,0.153725174569888,0.0216320867452557,0.505866897696451,0.153725174569888,0.0197407701326919,0.603046009784352,0.153725174569888,0.113709554082794,0.0837541864399834,0.153725174569888,0.0737453109081023,0.131235500434829,0.153725174569888,0.108758329620605,0.705554685761811,0.153725174569888,0.301411521482183,0.0951740478154589,0.153725174569888,0.178461711968367,0.169617051514442,0.153725174569888,0.203583734171372,0.023181137316399,0.5,0.153725174569888,0.179163777715737,0.00733092902380543,0.153725174569888,0.334531940658331,0.000656780955897852,0.5,0.153725174569888,0.366295464301245,0.00220946828528265,0.153725174569888,0.341512445074944,0.001851032756517,0.153725174569888,0.0174266866621577,0.911016462190268,0.153725174569888,0.0355510396170425,0.73129622083297,0.153725174569888,0.0435119824480244,0.344908765980852,0.153725174569888,0.231515877066597,0.0376366862477509,0.153725174569888,0.404540471875924,0.00385597675179634,0.5,0.153725174569888,0.398243755841173,0.00561417233516134,0,1.00761039999283,1.00919102586315 -447,0.5,0.153725174569888,0.0132088576554082,0.464767059597001,0.153725174569888,0.0100444307557751,0.581450201663159,0.153725174569888,0.0834308024443323,0.0701236219333281,0.153725174569888,0.0448709189772917,0.118646210837515,0.153725174569888,0.0688299528438408,0.614031839618915,0.153725174569888,0.1907833876751,0.0690438380707868,0.153725174569888,0.116349242449503,0.12968056303238,0.153725174569888,0.142520226392166,0.0202013743003027,0.5,0.153725174569888,0.134948168891129,0.00577014287866415,0.153725174569888,0.230852318925749,0.00186098489435313,0.5,0.153725174569888,0.289513608199178,0.00126127246366228,0.153725174569888,0.249562974116171,0.00325806498114669,0.153725174569888,0.00754464088704596,0.898032936083307,0.153725174569888,0.026687792369185,0.713794357781119,0.153725174569888,0.0296815456036497,0.325562171804861,0.153725174569888,0.204056796564895,0.0426063420760639,0.153725174569888,0.326896937807591,0.00229818310338217,0.5,0.153725174569888,0.280902212087219,0.00699781932411602,0,1.00614526931026,1.00869703624886 -448,0.5,0.153725174569888,0.00274111775276613,0.425704054622239,0.153725174569888,0.00363310698792379,0.592374959382268,0.153725174569888,0.032365368060949,0.0590993285394502,0.153725174569888,0.0126715949341298,0.105772051250302,0.153725174569888,0.0183048871210221,0.488050315637894,0.153725174569888,0.0671158413804966,0.0461334591490876,0.153725174569888,0.0962805324531721,0.094040496946684,0.153725174569888,0.0555914299262831,0.0180278516877846,0.5,0.153725174569888,0.0628328990458245,0.0056969576268859,0.153725174569888,0.102570017899412,0.00343231873284493,0.5,0.153725174569888,0.137390552263458,0.00205422441626353,0.153725174569888,0.126507675598712,0.00463566303546355,0.153725174569888,0.0019342358466023,0.884950282482294,0.153725174569888,0.00880690714219805,0.673901461276574,0.153725174569888,0.0109239767033731,0.304481308812813,0.153725174569888,0.106477760883684,0.0354810871054832,0.153725174569888,0.130191486191014,0.00315974579420376,0.5,0.153725174569888,0.106246548325913,0.00802227303297445,0,1.00402177752763,1.00802497989843 -449,0.5,0.153725174569888,0.0,0.394788275741176,0.153725174569888,0.0,0.581713597091617,0.153725174569888,0.0,0.0551635676650194,0.153725174569888,0.0,0.100326681481918,0.153725174569888,0.000265821097999002,0.40059536605351,0.153725174569888,0.0,0.0462902133264014,0.153725174569888,0.0,0.0792505702294053,0.153725174569888,0.0,0.0216234097395906,0.5,0.153725174569888,0.0,0.00714195452794093,0.153725174569888,0.0,0.00332465360483232,0.5,0.153725174569888,0.0,0.00359012670336584,0.153725174569888,0.0,0.0060282273993043,0.153725174569888,0.0,0.875636542083787,0.153725174569888,5.51819595381081e-05,0.614070068887854,0.153725174569888,0.0,0.274085668797057,0.153725174569888,0.0,0.0265470346164353,0.153725174569888,0.0,0.0050913855789576,0.5,0.153725174569888,0.0,0.00742827224848021,0,1.00279463320914,1.00696395656416 -450,0.5,0.153725174569888,0.0,0.382489797422727,0.153725174569888,0.0,0.56240177727119,0.153725174569888,0.0,0.0573763528072404,0.153725174569888,0.0,0.10523266742881,0.153725174569888,0.0,0.373823120801483,0.153725174569888,0.0,0.048750050249262,0.153725174569888,0.0,0.0704289072563447,0.153725174569888,0.0,0.0217244222617488,0.5,0.153725174569888,0.0,0.00887703684446041,0.153725174569888,0.0,0.00275140336356797,0.5,0.153725174569888,0.0,0.00404647093641146,0.153725174569888,0.0,0.00599534434967235,0.153725174569888,0.0,0.862894487820334,0.153725174569888,0.0,0.562000448607153,0.153725174569888,0.0,0.244393576282521,0.153725174569888,0.0,0.0241057613237564,0.153725174569888,0.0,0.00611564286330516,0.5,0.153725174569888,0.0,0.00754783135727374,0,1.00164031332523,1.00634908685306 -451,0.5,0.153725174569888,0.0,0.369167102611264,0.153725174569888,0.0,0.527878285137055,0.153725174569888,0.0,0.0620147501586915,0.153725174569888,0.0,0.104916580708934,0.153725174569888,0.0,0.326558342573307,0.153725174569888,0.0,0.0422746017051059,0.153725174569888,0.0,0.0627141483672288,0.153725174569888,0.0,0.0196014158298619,0.5,0.153725174569888,0.0,0.00947819102818348,0.153725174569888,0.0,0.00247014780604072,0.5,0.153725174569888,0.0,0.00350789404360017,0.153725174569888,0.0,0.00646281526261167,0.153725174569888,0.0,0.833688492547239,0.153725174569888,0.0,0.525473269372141,0.153725174569888,0.0,0.221036758244325,0.153725174569888,0.0,0.0236496651046644,0.153725174569888,0.0,0.00805485946266219,0.5,0.153725174569888,0.0,0.00883079411491054,0,1.0001590721185,1.00513918481165 -452,0.5,0.153725174569888,0.0,0.356601129905443,0.153725174569888,0.0,0.442116335802996,0.153725174569888,0.0,0.0634612143770231,0.153725174569888,0.0,0.0995701753667289,0.153725174569888,0.0,0.270124964601183,0.153725174569888,0.0,0.0372678460956355,0.153725174569888,0.0,0.0590601778347852,0.153725174569888,0.0,0.0183352366507448,0.5,0.153725174569888,0.0,0.00943951057186206,0.153725174569888,0.0,0.00172543826190433,0.5,0.153725174569888,0.0,0.00301583594324124,0.153725174569888,0.0,0.00651681953096727,0.153725174569888,0.0,0.788878532884836,0.153725174569888,0.0,0.486736484107998,0.153725174569888,0.0,0.207567980268126,0.153725174569888,0.0,0.0218927362966864,0.153725174569888,0.0,0.0100068918146786,0.5,0.153725174569888,0.0,0.00956119397453018,0,0.998163791145915,1.00305252697657 -453,0.5,0.153725174569888,0.0,0.350841740103903,0.153725174569888,0.0,0.403705772283927,0.153725174569888,0.0,0.0622645952342117,0.153725174569888,0.0,0.100633251576507,0.153725174569888,0.0,0.238528534782647,0.153725174569888,0.0,0.0373807939326912,0.153725174569888,0.0,0.0558417281281636,0.153725174569888,0.0,0.0142219133013711,0.5,0.153725174569888,0.0,0.00865289562690437,0.153725174569888,0.0,0.00118162942992348,0.5,0.153725174569888,0.0,0.00458391462311206,0.153725174569888,0.0,0.00672042404250617,0.153725174569888,0.0,0.749538561518807,0.153725174569888,0.0,0.453829992695676,0.153725174569888,0.0,0.192109934548068,0.153725174569888,0.0,0.020275629797726,0.153725174569888,0.0,0.00982182816972195,0.5,0.153725174569888,0.0,0.00875917465630392,0,0.99644417242698,1.0000601175848 -454,0.5,0.153725174569888,0.0,0.344480804475199,0.153725174569888,0.0,0.40418213912024,0.153725174569888,0.0,0.0577206093614017,0.153725174569888,0.0,0.102551039785062,0.153725174569888,0.0,0.218551533868861,0.153725174569888,0.0,0.0376117254862348,0.153725174569888,0.0,0.0495111059313533,0.153725174569888,0.0,0.0105553145684963,0.5,0.153725174569888,0.0,0.00930393990848574,0.153725174569888,0.0,0.000814505641835454,0.5,0.153725174569888,0.0,0.00554756470392751,0.153725174569888,0.0,0.00594226129047309,0.153725174569888,0.0,0.730237669387439,0.153725174569888,0.0,0.425876205080884,0.153725174569888,0.0,0.178321063274147,0.153725174569888,0.0,0.0162539890714599,0.153725174569888,0.0,0.00917423530356028,0.5,0.153725174569888,0.0,0.00703923643596772,0,0.995235682882852,0.995439575173015 -455,0.5,0.153725174569888,0.0,0.338938152966685,0.153725174569888,0.0,0.353104123516844,0.153725174569888,0.0,0.0550438664499918,0.153725174569888,0.0,0.103503176664878,0.153725174569888,0.0,0.208219036762361,0.153725174569888,0.0,0.0410928142913345,0.153725174569888,0.0,0.0423420092117693,0.153725174569888,0.0,0.00965219649940408,0.5,0.153725174569888,0.0,0.00968685940544633,0.153725174569888,0.0,0.000823533872590904,0.5,0.153725174569888,0.0,0.00484050891280994,0.153725174569888,0.0,0.0051014071114232,0.153725174569888,0.0,0.680259908486325,0.153725174569888,0.0,0.399295347372616,0.153725174569888,0.0,0.16693602360131,0.153725174569888,0.0,0.0119340847033386,0.153725174569888,0.0,0.0079819391624957,0.5,0.153725174569888,0.0,0.00491316315006163,0,0.993957271152872,0.991416969841134 -456,0.5,0.153725174569888,0.0,0.3262116357006,0.153725174569888,0.0,0.299353372781514,0.153725174569888,0.0,0.0549237505094456,0.153725174569888,0.0,0.101823486987515,0.153725174569888,0.0,0.208519598088151,0.153725174569888,0.0,0.0482235972239373,0.153725174569888,0.0,0.0393037373104781,0.153725174569888,0.0,0.00870734518465426,0.5,0.153725174569888,0.0,0.00962149496245015,0.153725174569888,0.0,0.00100397180109125,0.5,0.153725174569888,0.0,0.00538468385207915,0.153725174569888,0.0,0.00450061661318045,0.153725174569888,0.0,0.616714887652238,0.153725174569888,0.0,0.373424351564003,0.153725174569888,0.0,0.153570251445673,0.153725174569888,0.0,0.0104373753534634,0.153725174569888,0.0,0.00691748609919889,0.5,0.153725174569888,0.0,0.00437584048422013,0,0.993192729052208,0.986941873192868 -457,0.5,0.153725174569888,0.0,0.299059825569197,0.153725174569888,0.0,0.263426590628821,0.153725174569888,0.0,0.0556422215774224,0.153725174569888,0.0,0.0932368588105896,0.153725174569888,0.0,0.210164755931945,0.153725174569888,0.0,0.0490498111037433,0.153725174569888,0.0,0.0401975152482381,0.153725174569888,0.0,0.00797907196110296,0.5,0.153725174569888,0.0,0.00997747955359351,0.153725174569888,0.0,0.000921017291664479,0.5,0.153725174569888,0.0,0.00755948732746901,0.153725174569888,0.0,0.00316437429332608,0.153725174569888,0.0,0.613928098210276,0.153725174569888,0.0,0.359033993866875,0.153725174569888,0.0,0.141254139884168,0.153725174569888,0.0,0.0120091615436179,0.153725174569888,0.0,0.00750691955669945,0.5,0.153725174569888,0.0,0.00529152499002698,0,0.991108915087396,0.978573989686674 -458,0.5,0.153725174569888,0.0,0.269798733630268,0.153725174569888,0.0,0.240661133387852,0.153725174569888,0.0,0.0542496988801386,0.153725174569888,0.0,0.0813014415219972,0.153725174569888,0.0,0.191955580366654,0.153725174569888,0.0,0.0452802223327939,0.153725174569888,0.0,0.0383743912372945,0.153725174569888,0.0,0.0076690728812754,0.5,0.153725174569888,0.0,0.00977672573052645,0.153725174569888,0.0,0.000810922085028877,0.5,0.153725174569888,0.0,0.00944923577963281,0.153725174569888,0.0,0.00222098415740291,0.153725174569888,0.0,0.608217684510654,0.153725174569888,0.0,0.345387554833691,0.153725174569888,0.0,0.135570682776225,0.153725174569888,0.0,0.0141975181210053,0.153725174569888,0.0,0.00977033957729909,0.5,0.153725174569888,0.0,0.0063358985216568,0,0.985655787585729,0.964766066355051 -459,0.5,0.153725174569888,0.0,0.237177040555403,0.153725174569888,0.0,0.222451360388954,0.153725174569888,0.0,0.0491393744428387,0.153725174569888,0.0,0.0671450608983613,0.153725174569888,0.0,0.159448900212782,0.153725174569888,0.0,0.04270091908721,0.153725174569888,0.0,0.0350755561526873,0.153725174569888,0.0,0.00557116257826849,0.5,0.153725174569888,0.0,0.00724873706368966,0.153725174569888,0.0,0.000416441246889963,0.5,0.153725174569888,0.0,0.00955217630286556,0.153725174569888,0.0,0.00192204339854525,0.153725174569888,0.0,0.582295258960943,0.153725174569888,0.0,0.315191005120675,0.153725174569888,0.0,0.132759264450576,0.153725174569888,0.0,0.0157546154368137,0.153725174569888,0.0,0.012104426317946,0.5,0.153725174569888,0.0,0.00583634179300903,0,0.97323758950736,0.933943764746863 -460,0.5,0.153725174569888,0.0,0.214959753611366,0.153725174569888,0.0,0.198472833160885,0.153725174569888,0.0,0.0432850140245817,0.153725174569888,0.0,0.0593596094384465,0.153725174569888,0.0,0.132306574710761,0.153725174569888,0.0,0.0416141130749084,0.153725174569888,0.0,0.034272173712215,0.153725174569888,0.0,0.0035817895082185,0.5,0.153725174569888,0.0,0.00357441596120282,0.153725174569888,0.0,0.000472479503458016,0.5,0.153725174569888,0.0,0.00568909817736703,0.153725174569888,0.0,0.00398112858050012,0.153725174569888,0.0,0.556731608695928,0.153725174569888,0.0,0.274974440371717,0.153725174569888,0.0,0.125224547736014,0.153725174569888,0.0,0.0170836533943073,0.153725174569888,0.0,0.011198401693318,0.5,0.153725174569888,0.0,0.00417536909211755,0,0.956910636830537,0.895269784401444 -461,0.5,0.153725174569888,0.0,0.204189869034118,0.153725174569888,0.0,0.181199018600719,0.153725174569888,0.0,0.0431760054065835,0.153725174569888,0.0,0.0585758755889703,0.153725174569888,0.0,0.118699914415728,0.153725174569888,0.0,0.0356239214669635,0.153725174569888,0.0,0.0317564874508817,0.153725174569888,0.0,0.00191640733332668,0.5,0.153725174569888,0.0,0.00278665800009239,0.153725174569888,0.0,0.000777413767409723,0.5,0.153725174569888,0.0,0.00162444928794882,0.153725174569888,0.0,0.00130865604805934,0.153725174569888,0.0,0.51471161680473,0.153725174569888,0.0,0.237790914119874,0.153725174569888,0.0,0.11282014345153,0.153725174569888,0.0,0.0133741393455633,0.153725174569888,0.0,0.0068489282154317,0.5,0.153725174569888,0.0,0.00153169312340859,0,0.941694612454154,0.84722452551902 -462,0.5,0.153725174569888,0.0,0.200745946014549,0.153725174569888,0.0,0.16006113205406,0.153725174569888,0.0,0.0463958490404359,0.153725174569888,0.0,0.0613568769548027,0.153725174569888,0.0,0.103687728403481,0.153725174569888,0.0,0.0301399723282475,0.153725174569888,0.0,0.0236722899366374,0.153725174569888,0.0,0.0010167956792486,0.5,0.153725174569888,0.0,0.00377848739913085,0.153725174569888,0.0,0.000683538505428268,0.5,0.153725174569888,0.0,0.00265360289946722,0.153725174569888,0.0,0.00103460575070718,0.153725174569888,0.0,0.4596831954735,0.153725174569888,0.0,0.205129207299309,0.153725174569888,0.0,0.101263236239788,0.153725174569888,0.0,0.0075330451250193,0.153725174569888,0.0,0.0046404822170422,0.5,0.153725174569888,0.0,0.000629723739282112,0,0.934432494730526,0.799464047888789 -463,0.5,0.153725174569888,0.0,0.203440880330903,0.153725174569888,0.0,0.136472432335005,0.153725174569888,0.0,0.0492669243949151,0.153725174569888,0.0,0.0648803367909944,0.153725174569888,0.0,0.0847370036638894,0.153725174569888,0.0,0.0290264143279387,0.153725174569888,0.0,0.0146932404150787,0.153725174569888,0.0,0.00101660453986667,0.5,0.153725174569888,0.0,0.00302951325059204,0.153725174569888,0.0,0.00378638488004653,0.5,0.153725174569888,0.0,0.00115314780131239,0.153725174569888,0.0,0.00122200169250355,0.153725174569888,0.0,0.400076163287756,0.153725174569888,0.0,0.182933240543947,0.153725174569888,0.0,0.0950429170575765,0.153725174569888,0.0,0.00404336073828516,0.153725174569888,0.0,0.00267254591845774,0.5,0.153725174569888,0.0,0.000354429890386288,0,0.930059715643658,0.757692860088462 -464,0.5,0.153725174569888,0.0,0.206434810390606,0.153725174569888,0.0,0.122311352398277,0.153725174569888,0.0,0.0470432058568985,0.153725174569888,0.0,0.0662395788164713,0.153725174569888,0.0,0.0693459491079729,0.153725174569888,0.0,0.0295645996142475,0.153725174569888,0.0,0.010896483202745,0.153725174569888,0.0,0.000626730690428779,0.5,0.153725174569888,0.0,0.00179811537695503,0.153725174569888,0.0,0.00770097208304456,0.5,0.153725174569888,0.0,0.000694659618643037,0.153725174569888,0.0,0.0030197146162173,0.153725174569888,0.0,0.355991598376387,0.153725174569888,0.0,0.167000004518052,0.153725174569888,0.0,0.0870750276254745,0.153725174569888,0.0,0.00318356759101787,0.153725174569888,0.0,0.00208289495167002,0.5,0.153725174569888,0.0,0.00136049737325056,0,0.930368067793236,0.706003766346934 -465,0.5,0.153725174569888,9.51814915424659e-05,0.20716596325838,0.153725174569888,0.0,0.114752894684765,0.153725174569888,0.00030036579160995,0.0384751262327781,0.153725174569888,0.000248063732922838,0.0659124501708192,0.153725174569888,0.0,0.0710606388881784,0.153725174569888,0.0,0.0293933964259756,0.153725174569888,0.0,0.0117453792440174,0.153725174569888,0.0,0.00231324553109362,0.5,0.153725174569888,0.000170861436865459,0.00129392834620274,0.153725174569888,0.00243040711879652,0.00865433479319093,0.5,0.153725174569888,0.00154866888778796,0.000390692999653034,0.153725174569888,0.0018719428379032,0.00268575765040439,0.153725174569888,0.0,0.330958120273996,0.153725174569888,0.0,0.15051638610063,0.153725174569888,1.7578421872291e-06,0.0737770743799275,0.153725174569888,0.000109427763454867,0.00335908109764264,0.153725174569888,0.00173245567891055,0.00176341495106785,0.5,0.153725174569888,0.0105789379436177,0.00378610168889449,0,0.936156339193928,0.645586156004918 -466,0.5,0.153725174569888,0.00285929355767679,0.202250676362088,0.153725174569888,0.0052670963359438,0.109135577488719,0.153725174569888,0.00446392897189702,0.0297763577682722,0.153725174569888,0.00189817075805979,0.0552782476158818,0.153725174569888,0.00540006289407091,0.0904289186450393,0.153725174569888,0.0495860366960719,0.0327063830588288,0.153725174569888,0.0309513871946232,0.013845343306235,0.153725174569888,0.0566261519490881,0.00602825546346241,0.5,0.153725174569888,0.0328499688825802,0.00184724499808432,0.153725174569888,0.0327461045911318,0.0119828845169453,0.5,0.153725174569888,0.0405515131749696,0.000405446680218601,0.153725174569888,0.0393182831368804,0.00320987277352921,0.153725174569888,0.0024364431263101,0.314190826422361,0.153725174569888,0.00272697886169037,0.139872829785753,0.153725174569888,0.00405781151234533,0.0616690663601405,0.153725174569888,0.0111196664204213,0.00396952839867031,0.153725174569888,0.0235085970061676,0.00131362844552737,0.5,0.153725174569888,0.0929108670614153,0.00497907224359974,0,0.936854478881076,0.585852135598215 -467,0.5,0.153725174569888,0.00866338922601909,0.193070848618879,0.153725174569888,0.0156763002404327,0.0915911978214175,0.153725174569888,0.00991986917460754,0.029214486018901,0.153725174569888,0.00451544515715663,0.0433312886057437,0.153725174569888,0.0178679571012214,0.105331346199571,0.153725174569888,0.140480106085403,0.0470289597199976,0.153725174569888,0.0710488559659624,0.0176676989487083,0.153725174569888,0.160153695562889,0.00601083783074243,0.5,0.153725174569888,0.0807615978664196,0.0020883050844794,0.153725174569888,0.0907551278956126,0.0232006818675555,0.5,0.153725174569888,0.085541091187575,0.0007215299053983,0.153725174569888,0.0898955614004128,0.00601259786037649,0.153725174569888,0.00944347570359198,0.294089815369694,0.153725174569888,0.0106746190249749,0.134111983663262,0.153725174569888,0.0119938540113185,0.0510632525898295,0.153725174569888,0.0282851791973009,0.00477450290498374,0.153725174569888,0.0525932010456978,0.00157629670305194,0.5,0.153725174569888,0.181433348715108,0.005685334622903,0,0.930517633521156,0.553336604239522 -468,0.5,0.153725174569888,0.0113753188216207,0.18717237303336,0.153725174569888,0.0230030821695231,0.0962413575361279,0.153725174569888,0.0134488552142917,0.0368340842483752,0.153725174569888,0.00742570364531573,0.0308212904545471,0.153725174569888,0.0265248993880118,0.103419300145684,0.153725174569888,0.194356884289647,0.0695118348376427,0.153725174569888,0.0896075783817818,0.0311536702128224,0.153725174569888,0.262983208226905,0.0105167903589956,0.5,0.153725174569888,0.118210412974879,0.00170977425132269,0.153725174569888,0.15955196202435,0.0597221078253188,0.5,0.153725174569888,0.116220981164677,0.00107529549825688,0.153725174569888,0.141036421021906,0.0178569402955835,0.153725174569888,0.0169518952515726,0.269258301483479,0.153725174569888,0.0219064865044118,0.131599951257566,0.153725174569888,0.0207966549227679,0.050048391313672,0.153725174569888,0.0394726538735816,0.00666973550086158,0.153725174569888,0.0766372383262912,0.00320054044067894,0.5,0.153725174569888,0.21624717676754,0.0146522699366016,0,0.92571193540119,0.543759764094465 -469,0.5,0.153725174569888,0.00932873530329064,0.18172443891967,0.153725174569888,0.0300488503897172,0.104474112839792,0.153725174569888,0.0147336629353849,0.0440913689305463,0.153725174569888,0.00916357599379603,0.0269056778180114,0.153725174569888,0.0306143216208573,0.0808682512641628,0.153725174569888,0.201634270327819,0.075735339818495,0.153725174569888,0.100700391389377,0.0330281391614747,0.153725174569888,0.327266869058891,0.0211782647203767,0.5,0.153725174569888,0.146227434754334,0.00244163918445179,0.153725174569888,0.21996523513085,0.129397733827275,0.5,0.153725174569888,0.14652927711114,0.00347174101073122,0.153725174569888,0.140737632411118,0.0349425713669318,0.153725174569888,0.0212045341243706,0.252978496733118,0.153725174569888,0.0307420320420896,0.111941301235546,0.153725174569888,0.0289482888953782,0.0473350654809198,0.153725174569888,0.0444243645798311,0.00883752360399821,0.153725174569888,0.0798331673871597,0.00434182960223081,0.5,0.153725174569888,0.174963303944887,0.0184936483028159,0,0.92109835850032,0.504132162424294 -470,0.5,0.153725174569888,0.00557094987811458,0.186407914367313,0.153725174569888,0.0309446122440345,0.103483528237302,0.153725174569888,0.0132570970019154,0.0436331384118297,0.153725174569888,0.00767665040936051,0.0255859744871336,0.153725174569888,0.0324495731506081,0.0663965333033003,0.153725174569888,0.160373160028839,0.0671167865018334,0.153725174569888,0.0796115981499709,0.0290716852419589,0.153725174569888,0.312287814644592,0.0306942057639189,0.5,0.153725174569888,0.177505427309665,0.00494338401139054,0.153725174569888,0.185695667728584,0.181371497540925,0.5,0.153725174569888,0.153204514721031,0.00701736645259868,0.153725174569888,0.101687733086068,0.0508686651534099,0.153725174569888,0.0203158984397307,0.251047286200263,0.153725174569888,0.0370219459589703,0.0974907848328407,0.153725174569888,0.0324991800275495,0.0463264535060251,0.153725174569888,0.0428978513213053,0.00986858388133276,0.153725174569888,0.0663802563365071,0.00537228853749583,0.5,0.153725174569888,0.118676906068679,0.0196400326835603,0,0.914990471282784,0.408034695700614 -471,0.5,0.153725174569888,0.00250429411356931,0.197323996958353,0.153725174569888,0.023984595180353,0.118319906202205,0.153725174569888,0.0085372758446645,0.0389294412099768,0.153725174569888,0.00440816114923518,0.0241330684213329,0.153725174569888,0.0272726434518592,0.0571325105001669,0.153725174569888,0.0965048480903815,0.0572349605153059,0.153725174569888,0.0492289782370751,0.027743086048135,0.153725174569888,0.232743054364659,0.0343117154586439,0.5,0.153725174569888,0.146250180693864,0.00663573942085619,0.153725174569888,0.0964233941232108,0.162619888381519,0.5,0.153725174569888,0.103747818946451,0.00893623482173325,0.153725174569888,0.0464097469252245,0.0477026725715757,0.153725174569888,0.0135530366576202,0.252907536842348,0.153725174569888,0.0309858489781339,0.087046921621009,0.153725174569888,0.0268292788718313,0.0480047810399115,0.153725174569888,0.0303574644164271,0.00744733695551369,0.153725174569888,0.0381329614680477,0.0048155219942335,0.5,0.153725174569888,0.0580230591232037,0.0192818417779499,0,0.908558606429176,0.312148458766363 -472,0.5,0.153725174569888,0.000642491800490265,0.211613356026711,0.153725174569888,0.00841395372599906,0.117869829485842,0.153725174569888,0.00274371168759883,0.0339955286371802,0.153725174569888,0.00120324328842987,0.0238149022321624,0.153725174569888,0.0118084733306513,0.0523323689305103,0.153725174569888,0.0291227099489463,0.0455183482098801,0.153725174569888,0.0177237456429303,0.0257581162800152,0.153725174569888,0.0987104532133141,0.0330316220570568,0.5,0.153725174569888,0.057320755943353,0.00601904136729917,0.153725174569888,0.0306350369034199,0.117289314068389,0.5,0.153725174569888,0.0415999995517306,0.00981005360178186,0.153725174569888,0.015731663627888,0.0302780746810013,0.153725174569888,0.00396524417551378,0.250313315207438,0.153725174569888,0.0128267378476829,0.0782246165734861,0.153725174569888,0.0108819026459204,0.0447899559974732,0.153725174569888,0.0107984884440982,0.00490277767559317,0.153725174569888,0.0125207606106677,0.00549883680913926,0.5,0.153725174569888,0.0239302523176605,0.0200753784829257,0,0.91409408535957,0.25145207093089 -473,0.5,0.153725174569888,0.0,0.225851177907973,0.153725174569888,0.0,0.089316784505942,0.153725174569888,5.68890910931069e-06,0.0264839468400436,0.153725174569888,0.0,0.0216951027905324,0.153725174569888,0.000174738049599942,0.0441769232872921,0.153725174569888,0.0,0.0324569231223169,0.153725174569888,0.0,0.0151926509176913,0.153725174569888,0.0,0.0346812851855097,0.5,0.153725174569888,0.000260137364656043,0.00950750035935186,0.153725174569888,0.0,0.0628270683648457,0.5,0.153725174569888,0.0,0.0083067377269382,0.153725174569888,0.000493748315616878,0.0236514445734136,0.153725174569888,0.0,0.249120711198808,0.153725174569888,0.000134501070230257,0.0688260587644969,0.153725174569888,0.000129869071667655,0.0324747476287926,0.153725174569888,0.0,0.00272160485615299,0.153725174569888,7.56302094413223e-05,0.00778988479636542,0.5,0.153725174569888,9.56539281255363e-06,0.016473375634823,0,0.925079183841459,0.223049934499307 -474,0.5,0.153725174569888,0.0,0.241176528451531,0.153725174569888,0.0,0.073229148408039,0.153725174569888,0.0,0.0220612622503722,0.153725174569888,0.0,0.0210059720566368,0.153725174569888,0.0,0.0300260255105922,0.153725174569888,0.0,0.0340597194003845,0.153725174569888,0.0,0.0122563936162287,0.153725174569888,0.0,0.0429748268703438,0.5,0.153725174569888,0.0,0.0148811165037815,0.153725174569888,0.0,0.0510661026251215,0.5,0.153725174569888,0.0,0.0122924434292401,0.153725174569888,0.0,0.0251668437653614,0.153725174569888,0.0,0.244051656008143,0.153725174569888,0.0,0.0656789549515764,0.153725174569888,0.0,0.0303097291356745,0.153725174569888,0.0,0.00297536659961897,0.153725174569888,0.0,0.0116078561901197,0.5,0.153725174569888,0.0,0.0171032935936727,0,0.927382190685621,0.196075408113479 -475,0.5,0.153725174569888,0.0,0.242914326249416,0.153725174569888,0.0,0.0634316317947851,0.153725174569888,0.0,0.0214186214537508,0.153725174569888,0.0,0.0233420763976168,0.153725174569888,0.0,0.0210940701083502,0.153725174569888,0.0,0.040757583000333,0.153725174569888,0.0,0.0184375928311487,0.153725174569888,0.0,0.0579523861217997,0.5,0.153725174569888,0.0,0.0224201397814298,0.153725174569888,0.0,0.0514513420525811,0.5,0.153725174569888,0.0,0.0176208787494683,0.153725174569888,0.0,0.0277354276777835,0.153725174569888,0.0,0.228003898395955,0.153725174569888,0.0,0.0504346938606634,0.153725174569888,0.0,0.0249610062098653,0.153725174569888,0.0,0.00612086657603914,0.153725174569888,0.0,0.0137965671327005,0.5,0.153725174569888,0.0,0.0167431836858505,0,0.925162759952624,0.165404679576796 -476,0.5,0.153725174569888,0.0,0.223891735723495,0.153725174569888,0.0,0.0539104999799828,0.153725174569888,0.0,0.0237114370173395,0.153725174569888,0.0,0.0270264701585763,0.153725174569888,0.0,0.0229569018109846,0.153725174569888,0.0,0.0491486542130359,0.153725174569888,0.0,0.0287333794790727,0.153725174569888,0.0,0.0683718939379283,0.5,0.153725174569888,0.0,0.0318091177581829,0.153725174569888,0.0,0.0630116832076355,0.5,0.153725174569888,0.0,0.0154528380099591,0.153725174569888,0.0,0.0273454681001518,0.153725174569888,0.0,0.206404108523316,0.153725174569888,0.0,0.0350016598479723,0.153725174569888,0.0,0.0222619894746895,0.153725174569888,0.0,0.0103735028584497,0.153725174569888,0.0,0.0128374044352001,0.5,0.153725174569888,0.0,0.0184779495889823,0,0.918822740644973,0.140223283021838 -477,0.5,0.153725174569888,0.0,0.201499499300106,0.153725174569888,0.0,0.0435833293998735,0.153725174569888,0.0,0.025626124623295,0.153725174569888,0.0,0.0278431932835074,0.153725174569888,0.0,0.0288620418968215,0.153725174569888,0.0,0.046076366592311,0.153725174569888,0.0,0.0352705700335744,0.153725174569888,0.0,0.0736344751138283,0.5,0.153725174569888,0.0,0.0402273858251258,0.153725174569888,0.0,0.0831725376184123,0.5,0.153725174569888,0.0,0.00953805274261705,0.153725174569888,0.0,0.0251317110556137,0.153725174569888,0.0,0.171125129442935,0.153725174569888,0.0,0.0290804239113241,0.153725174569888,0.0,0.023372874721846,0.153725174569888,0.0,0.015022344043326,0.153725174569888,0.0,0.0105020195661075,0.5,0.153725174569888,0.0,0.0215535365829712,0,0.926779276498925,0.124155115622957 -478,0.5,0.153725174569888,0.0,0.18738361199273,0.153725174569888,0.0,0.0371308757629526,0.153725174569888,0.0,0.0240531704715706,0.153725174569888,0.0,0.0259730176466338,0.153725174569888,0.0,0.030535632599157,0.153725174569888,0.0,0.0371155938960036,0.153725174569888,0.0,0.0290663389854783,0.153725174569888,0.0,0.0772828113999468,0.5,0.153725174569888,0.0,0.0458218801856072,0.153725174569888,0.0,0.0939606525766758,0.5,0.153725174569888,0.0,0.00780133392708369,0.153725174569888,0.0,0.0249962202896619,0.153725174569888,0.0,0.14491122862094,0.153725174569888,0.0,0.0315215845174252,0.153725174569888,0.0,0.0239547059788755,0.153725174569888,0.0,0.0153778886093769,0.153725174569888,0.0,0.00729137335888435,0.5,0.153725174569888,0.0,0.0241853580942218,0,0.933379212620407,0.128597270757452 -479,0.5,0.153725174569888,0.0,0.188987566527062,0.153725174569888,0.0,0.0383353157361078,0.153725174569888,0.0,0.02155818977324,0.153725174569888,0.0,0.0250733561159796,0.153725174569888,0.0,0.0232724701924222,0.153725174569888,0.0,0.032793658208721,0.153725174569888,0.0,0.0195229767851197,0.153725174569888,0.0,0.0816213030262758,0.5,0.153725174569888,0.0,0.050329071629143,0.153725174569888,0.0,0.102115398565044,0.5,0.153725174569888,0.0,0.0079788389609793,0.153725174569888,0.0,0.0272179725356785,0.153725174569888,0.0,0.13814776464181,0.153725174569888,0.0,0.0381234160736083,0.153725174569888,0.0,0.0247523080915319,0.153725174569888,0.0,0.0122673903974119,0.153725174569888,0.0,0.00684223479064688,0.5,0.153725174569888,0.0,0.0284827715034986,0,0.93009654670467,0.121200449839233 -480,0.5,0.153725174569888,0.0,0.194538150666764,0.153725174569888,0.0,0.046357552613883,0.153725174569888,0.0,0.0200086005435284,0.153725174569888,0.0,0.0251844802194997,0.153725174569888,0.0,0.0190716411311915,0.153725174569888,0.0,0.0286479860535376,0.153725174569888,0.0,0.0142337760584658,0.153725174569888,0.0,0.0794910172890465,0.5,0.153725174569888,0.0,0.0540693854767293,0.153725174569888,0.0,0.10321843740738,0.5,0.153725174569888,0.0,0.00918309200949198,0.153725174569888,0.0,0.0283638643096693,0.153725174569888,0.0,0.151604065462568,0.153725174569888,0.0,0.0406360063898528,0.153725174569888,0.0,0.026357733443541,0.153725174569888,0.0,0.00912459682068996,0.153725174569888,0.0,0.00836304470968551,0.5,0.153725174569888,0.0,0.0340877114750816,0,0.927400697725245,0.0936139462595902 -481,0.5,0.153725174569888,0.0,0.194998668691545,0.153725174569888,0.0,0.0554968376799389,0.153725174569888,0.0,0.0208712848555427,0.153725174569888,0.0,0.0254403252480926,0.153725174569888,0.0,0.0222062814306709,0.153725174569888,0.0,0.0251861053863587,0.153725174569888,0.0,0.0196267967979153,0.153725174569888,0.0,0.0709999753030936,0.5,0.153725174569888,0.0,0.0492201959607329,0.153725174569888,0.0,0.104523438879803,0.5,0.153725174569888,0.0,0.0115275912274352,0.153725174569888,0.0,0.0296727081627126,0.153725174569888,0.0,0.173552262185445,0.153725174569888,0.0,0.0396795225861999,0.153725174569888,0.0,0.0279772806586516,0.153725174569888,0.0,0.0105344687107865,0.153725174569888,0.0,0.010508220682157,0.5,0.153725174569888,0.0,0.0400565011129473,0,0.928490635487715,0.0712040676219688 -482,0.5,0.153725174569888,0.0,0.184063579008866,0.153725174569888,0.0,0.0631478550433424,0.153725174569888,0.0,0.0214916351530397,0.153725174569888,0.0,0.0259158521504067,0.153725174569888,0.0,0.0286501344239568,0.153725174569888,0.0,0.0260616831541793,0.153725174569888,0.0,0.0288952395620541,0.153725174569888,0.0,0.0607385943202212,0.5,0.153725174569888,0.0,0.0421832395296855,0.153725174569888,0.0,0.106163065181794,0.5,0.153725174569888,0.0,0.0139819662089016,0.153725174569888,0.0,0.0311126591906941,0.153725174569888,0.0,0.192583198430614,0.153725174569888,0.0,0.0389366792224079,0.153725174569888,0.0,0.0269824869476933,0.153725174569888,0.0,0.0146370963143159,0.153725174569888,0.0,0.0116301995096183,0.5,0.153725174569888,0.0,0.0433617698466847,0,0.927126538108294,0.0549927497406745 -483,0.5,0.153725174569888,0.0,0.166335339709729,0.153725174569888,0.0,0.0656888688775068,0.153725174569888,0.0,0.020830011425445,0.153725174569888,0.0,0.0262411141633792,0.153725174569888,0.0,0.0379821038899236,0.153725174569888,0.0,0.0296497398756225,0.153725174569888,0.0,0.0430700289119671,0.153725174569888,0.0,0.0606719102955254,0.5,0.153725174569888,0.0,0.0397840882646114,0.153725174569888,0.0,0.103844578276784,0.5,0.153725174569888,0.0,0.0154641549958161,0.153725174569888,0.0,0.0341417359220297,0.153725174569888,0.0,0.199831756785902,0.153725174569888,0.0,0.0382424254253986,0.153725174569888,0.0,0.0260298816186024,0.153725174569888,0.0,0.0221040566455909,0.153725174569888,0.0,0.0113885898619315,0.5,0.153725174569888,0.0,0.0426259250459606,0,0.914419327021797,0.0505439744275218 -484,0.5,0.153725174569888,0.0,0.151509742386587,0.153725174569888,0.0,0.0657003630547712,0.153725174569888,0.0,0.0220672915683454,0.153725174569888,0.0,0.0252283788895921,0.153725174569888,0.0,0.0528097264918468,0.153725174569888,0.0,0.0349434023569987,0.153725174569888,0.0,0.0701363496018998,0.153725174569888,0.0,0.0758622965589929,0.5,0.153725174569888,0.0,0.0438874193579837,0.153725174569888,0.0,0.105869619184224,0.5,0.153725174569888,0.0,0.0189135364802336,0.153725174569888,0.0,0.0373349233314397,0.153725174569888,0.0,0.195689423988929,0.153725174569888,0.0,0.0385672912956919,0.153725174569888,0.0,0.0303883121147433,0.153725174569888,0.0,0.0419825911757314,0.153725174569888,0.0,0.0116071388151129,0.5,0.153725174569888,0.0,0.040932922141701,0,0.901512099264995,0.0562375153803364 -485,0.5,0.153725174569888,0.0,0.139480712284364,0.153725174569888,0.0,0.0608962010562254,0.153725174569888,0.0,0.0235343208509067,0.153725174569888,0.0,0.0213436287503075,0.153725174569888,0.0,0.0621296478346973,0.153725174569888,0.0,0.0322270133515638,0.153725174569888,0.0,0.0929565956715088,0.153725174569888,0.0,0.0844368319893848,0.5,0.153725174569888,0.0,0.0497852048371881,0.153725174569888,0.0,0.108294692816288,0.5,0.153725174569888,0.0,0.0250187756850392,0.153725174569888,0.0,0.0400734462529926,0.153725174569888,0.0,0.192818090982548,0.153725174569888,0.0,0.0385100658761419,0.153725174569888,0.0,0.0367619461224835,0.153725174569888,0.0,0.0709186163371484,0.153725174569888,0.0,0.0131686516074299,0.5,0.153725174569888,0.0,0.0428241565282639,0,0.889307903014674,0.0614888288667449 -486,0.5,0.153725174569888,0.0,0.128998570289991,0.153725174569888,0.0,0.0531168782336793,0.153725174569888,0.0,0.0260570542498149,0.153725174569888,0.0,0.0184314689790681,0.153725174569888,0.0,0.0562076975239121,0.153725174569888,0.0,0.0225306597731403,0.153725174569888,0.0,0.0972293460559276,0.153725174569888,0.0,0.0753129605354592,0.5,0.153725174569888,0.0,0.0512682316998613,0.153725174569888,0.0,0.111407897368508,0.5,0.153725174569888,0.0,0.0322401813022424,0.153725174569888,0.0,0.0443002798107264,0.153725174569888,0.0,0.194693869820146,0.153725174569888,0.0,0.0378470569470829,0.153725174569888,0.0,0.0424228960327868,0.153725174569888,0.0,0.0920995342087637,0.153725174569888,0.0,0.0155365925777284,0.5,0.153725174569888,0.0,0.0477608186021875,0,0.873102880037599,0.062432816599217 -487,0.5,0.153725174569888,0.0,0.119338032684646,0.153725174569888,0.0,0.0473323910301841,0.153725174569888,0.0,0.0334215940778415,0.153725174569888,0.0,0.0185181045548222,0.153725174569888,0.0,0.0371697613266406,0.153725174569888,0.0,0.0201418694911059,0.153725174569888,0.0,0.0777344175650576,0.153725174569888,0.0,0.0560293954615235,0.5,0.153725174569888,0.0,0.0448790246935562,0.153725174569888,0.0,0.113730665587199,0.5,0.153725174569888,0.0,0.0367415462593493,0.153725174569888,0.0,0.0519545220007985,0.153725174569888,0.0,0.196902355794382,0.153725174569888,0.0,0.0447932512225309,0.153725174569888,0.0,0.0454995847915936,0.153725174569888,0.0,0.086048443296463,0.153725174569888,0.0,0.0204053361432385,0.5,0.153725174569888,0.0,0.0566911961122955,0,0.853039762707226,0.0553787339038434 -488,0.5,0.153725174569888,0.0,0.111748365295096,0.153725174569888,0.0,0.0466987495926143,0.153725174569888,0.0,0.0401133264629972,0.153725174569888,0.0,0.0219815808163724,0.153725174569888,0.0,0.0284122689734589,0.153725174569888,0.0,0.0250544726448589,0.153725174569888,0.0,0.0559829520203114,0.153725174569888,0.0,0.044553564264986,0.5,0.153725174569888,0.0,0.0342547791473858,0.153725174569888,0.0,0.115766909548965,0.5,0.153725174569888,0.0,0.0434913741315981,0.153725174569888,0.0,0.0549195465827545,0.153725174569888,0.0,0.190220343425111,0.153725174569888,0.0,0.0462068288270598,0.153725174569888,0.0,0.0374955665403426,0.153725174569888,0.0,0.0643467026756514,0.153725174569888,0.0,0.0269090178305527,0.5,0.153725174569888,0.0,0.0659106596643727,0,0.838974964803187,0.0480071617073911 -489,0.5,0.153725174569888,0.000169684061155426,0.108153104715039,0.153725174569888,0.0,0.0569569754932799,0.153725174569888,0.000446037073785616,0.0449860302994637,0.153725174569888,0.000560560282551117,0.0275689723462385,0.153725174569888,0.0,0.0266861599367307,0.153725174569888,0.0,0.0298639399134765,0.153725174569888,0.0,0.0485269441701605,0.153725174569888,0.0,0.0402847722933823,0.5,0.153725174569888,9.18594324686138e-05,0.0258353246846606,0.153725174569888,0.00120644201474867,0.11452771028573,0.5,0.153725174569888,0.000173599723042115,0.0436866820772702,0.153725174569888,0.000815199732487633,0.0511914509769302,0.153725174569888,0.0,0.201053887163844,0.153725174569888,0.0,0.0416447122997898,0.153725174569888,1.22145524747385e-05,0.0287750022437868,0.153725174569888,6.91679686676299e-05,0.0440365660149527,0.153725174569888,0.000738563204795291,0.0304288062601268,0.5,0.153725174569888,0.00104746935774028,0.0803433858312996,0,0.819049337714156,0.0372700002822475 -490,0.5,0.153725174569888,0.00382964215876141,0.110320499693269,0.153725174569888,0.00230008991599308,0.0729620341366914,0.153725174569888,0.00970194759638565,0.0494132916001778,0.153725174569888,0.00515213088183946,0.0366599718502583,0.153725174569888,0.00439964270783743,0.0345134646585948,0.153725174569888,0.00378814452102569,0.0393578159446651,0.153725174569888,0.00276617564385204,0.0650926229737108,0.153725174569888,0.00739630216878899,0.0470173027018779,0.5,0.153725174569888,0.0136770111989206,0.0323654747356695,0.153725174569888,0.0157500233785839,0.116878390592227,0.5,0.153725174569888,0.00490396924587773,0.0475907294380395,0.153725174569888,0.0125080009658582,0.0510638259645088,0.153725174569888,0.00273192483932515,0.218615255987021,0.153725174569888,0.00346564934960114,0.0389369233550745,0.153725174569888,0.00413908018723281,0.0282924784968759,0.153725174569888,0.0082326080865816,0.0490936223685129,0.153725174569888,0.0122213380585666,0.0386703924391508,0.5,0.153725174569888,0.00906653652175625,0.0975747704763575,0,0.801571274928681,0.0230983188924782 -491,0.5,0.153725174569888,0.0121908018092413,0.118795770682708,0.153725174569888,0.0150484718580929,0.0724617520728988,0.153725174569888,0.0302248701776734,0.0484988532558058,0.153725174569888,0.0129619522750283,0.0388787587919707,0.153725174569888,0.0130462309922147,0.0503593021722343,0.153725174569888,0.0133107261961963,0.0549682972752026,0.153725174569888,0.00706931427810091,0.0960667536039823,0.153725174569888,0.0289672866434162,0.061489874327978,0.5,0.153725174569888,0.0398359553804865,0.0545449543052296,0.153725174569888,0.0462381320593843,0.133454026563707,0.5,0.153725174569888,0.0169304025348537,0.0616888145048158,0.153725174569888,0.0323421633093639,0.055416288372186,0.153725174569888,0.0122573935201272,0.235995036079918,0.153725174569888,0.0117720540995967,0.0370722509530651,0.153725174569888,0.0119601426607205,0.0312996201080017,0.153725174569888,0.024949949235933,0.0724965382564296,0.153725174569888,0.0351422778936872,0.0582483681326596,0.5,0.153725174569888,0.0234627098543319,0.115366949350924,0,0.815755537058029,0.0143456533247789 -492,0.5,0.153725174569888,0.0224723525247832,0.128099198547176,0.153725174569888,0.0336241669363136,0.0765350247774092,0.153725174569888,0.0449096807108712,0.0492592168700531,0.153725174569888,0.0202710262588285,0.0357981093021061,0.153725174569888,0.0180314168997985,0.0622423378415632,0.153725174569888,0.0282569899383475,0.0594447279012202,0.153725174569888,0.010168327202778,0.137912713767832,0.153725174569888,0.0517954316888402,0.0773145839961374,0.5,0.153725174569888,0.0610809087430719,0.0737427191417678,0.153725174569888,0.0813084516432482,0.153849674589916,0.5,0.153725174569888,0.0263817060943964,0.0777289959187085,0.153725174569888,0.0469182005561669,0.0644287273481674,0.153725174569888,0.0202664736546054,0.230401447748101,0.153725174569888,0.0170757861937004,0.0382022792457466,0.153725174569888,0.0156367183106753,0.0335296123811297,0.153725174569888,0.0386569655296694,0.0980156072789448,0.153725174569888,0.0475333405957756,0.0709323289023922,0.5,0.153725174569888,0.0411596180068583,0.13296500782353,0,0.840411028910488,0.0112748119488233 -493,0.5,0.153725174569888,0.0281498093678402,0.126587956722934,0.153725174569888,0.0394504869910908,0.0670686213130465,0.153725174569888,0.0462433213105025,0.0522688416969209,0.153725174569888,0.0237752409019666,0.0308482379790225,0.153725174569888,0.0180483536847464,0.0647773730862173,0.153725174569888,0.0450374182080461,0.0595225901128748,0.153725174569888,0.0131790215085669,0.15885632568447,0.153725174569888,0.0687331247319887,0.0894405704064838,0.5,0.153725174569888,0.0751024642997774,0.0840598095876297,0.153725174569888,0.100395743543204,0.168018026883059,0.5,0.153725174569888,0.0337915564095669,0.0902142248816781,0.153725174569888,0.0480138815524669,0.067773616855621,0.153725174569888,0.0257354048245932,0.219988333730024,0.153725174569888,0.0191919928744217,0.0377464036485105,0.153725174569888,0.019118393151152,0.0359516230271051,0.153725174569888,0.0464035530767934,0.119608530814934,0.153725174569888,0.0463084694696192,0.0869992510325816,0.5,0.153725174569888,0.0559490129546663,0.162453903768746,0,0.854222299125357,0.0155882795503447 -494,0.5,0.153725174569888,0.0243013786994525,0.116937683376943,0.153725174569888,0.0369237429458155,0.0692002092986758,0.153725174569888,0.0345615016644429,0.0508151052069785,0.153725174569888,0.0203941053618798,0.0254138442325182,0.153725174569888,0.0162820770523481,0.0547469835246568,0.153725174569888,0.0503942403426687,0.0538516313226418,0.153725174569888,0.0162276491411201,0.167451306073956,0.153725174569888,0.0688498244235613,0.0855208210089156,0.5,0.153725174569888,0.0689806726039013,0.0813360653703543,0.153725174569888,0.0844753105787415,0.152043261028327,0.5,0.153725174569888,0.0377762640608297,0.0934551425496661,0.153725174569888,0.0393456843274945,0.0675236987459722,0.153725174569888,0.0224529143142758,0.199960477681922,0.153725174569888,0.0178480122919608,0.0356047280769689,0.153725174569888,0.0203604187301006,0.0341112611879592,0.153725174569888,0.0439812196169138,0.131998704202602,0.153725174569888,0.0342699031804672,0.0889303464261306,0.5,0.153725174569888,0.058601679126238,0.175943251842316,0,0.837119069412739,0.0340870458230195 -495,0.5,0.153725174569888,0.0129367005349072,0.0996624422656246,0.153725174569888,0.0220409481797552,0.0625793519728908,0.153725174569888,0.0169313795050959,0.0456556504866559,0.153725174569888,0.0107965215600978,0.0227261527913273,0.153725174569888,0.0110652907662364,0.0408061853910736,0.153725174569888,0.0545823072999658,0.0374952057595272,0.153725174569888,0.0132965336668123,0.155132875324383,0.153725174569888,0.0687446208056472,0.0687404501316948,0.5,0.153725174569888,0.0454916337331196,0.0630955376145686,0.153725174569888,0.0523526511655825,0.128478808287142,0.5,0.153725174569888,0.0291789320512664,0.0944436911795082,0.153725174569888,0.0278658099885412,0.0675149624415632,0.153725174569888,0.0158960704376218,0.18912205888899,0.153725174569888,0.0131839578766013,0.0330122318054958,0.153725174569888,0.0145588784183021,0.030922457832221,0.153725174569888,0.0314525572248824,0.130048077912302,0.153725174569888,0.0210684481171768,0.0884290821497632,0.5,0.153725174569888,0.0408375586382715,0.156382545609987,0,0.78405214944052,0.0742496455223651 -496,0.5,0.153725174569888,0.00242210208829197,0.0865018746239041,0.153725174569888,0.00684654330830332,0.0555669435078542,0.153725174569888,0.00530539171910047,0.0399603919961179,0.153725174569888,0.00267550454752534,0.0210798297979344,0.153725174569888,0.00460761312649791,0.027743136048629,0.153725174569888,0.0592132428002909,0.015655038751231,0.153725174569888,0.00735908354271088,0.119213415526467,0.153725174569888,0.0496385928885376,0.0435429394045348,0.5,0.153725174569888,0.021085851047764,0.0385925351267299,0.153725174569888,0.0227989681339293,0.106549087490713,0.5,0.153725174569888,0.0117285926054577,0.0883114019805784,0.153725174569888,0.012714135512691,0.0626569467190834,0.153725174569888,0.00458503856944494,0.180458389859973,0.153725174569888,0.00532706432857745,0.0320016208833929,0.153725174569888,0.00489144604159538,0.0269272977716554,0.153725174569888,0.012593063397504,0.107909975321566,0.153725174569888,0.00854269604424148,0.086910600920814,0.5,0.153725174569888,0.0151757839754016,0.121054332962527,0,0.746416524272747,0.106970083205773 -497,0.5,0.153725174569888,0.0,0.0820101374054107,0.153725174569888,0.0,0.0517840648300391,0.153725174569888,4.73636022342889e-05,0.0320058861964245,0.153725174569888,0.0,0.018468093866952,0.153725174569888,0.000227422697460633,0.0163020006999935,0.153725174569888,1.6373500754735e-05,0.00584119885644733,0.153725174569888,0.000190402521902891,0.0767554517002253,0.153725174569888,8.85149347517065e-05,0.0166131786078806,0.5,0.153725174569888,0.000264727757173628,0.0150291763388655,0.153725174569888,0.00067006611490303,0.0755680095385303,0.5,0.153725174569888,0.000381144200900533,0.0707011794638433,0.153725174569888,5.54610978412247e-05,0.0488075605579867,0.153725174569888,0.0,0.176987264416225,0.153725174569888,7.98393434939308e-05,0.0317483455869588,0.153725174569888,0.0,0.0203940091284407,0.153725174569888,0.000278314878759828,0.072535874502434,0.153725174569888,0.000305620449415398,0.0768640017787562,0.5,0.153725174569888,0.000212187015767807,0.0926533882058329,0,0.75667866104561,0.123549737401195 -498,0.5,0.153725174569888,0.0,0.0883361967149658,0.153725174569888,0.0,0.06272606061273,0.153725174569888,0.0,0.0270367161248883,0.153725174569888,0.0,0.0172492692402378,0.153725174569888,0.0,0.00982321842899037,0.153725174569888,0.0,0.00390561531174547,0.153725174569888,0.0,0.0467611206719009,0.153725174569888,0.0,0.00784111427798958,0.5,0.153725174569888,0.0,0.00601780580689026,0.153725174569888,0.0,0.0485082576244013,0.5,0.153725174569888,0.0,0.0536734415714066,0.153725174569888,0.0,0.035420896697997,0.153725174569888,0.0,0.193045700635041,0.153725174569888,0.0,0.0375278555298254,0.153725174569888,0.0,0.0164131063464205,0.153725174569888,0.0,0.0465592727141402,0.153725174569888,0.0,0.0688793661684787,0.5,0.153725174569888,0.0,0.0827959953265021,0,0.760871103909041,0.128326239042786 -499,0.5,0.153725174569888,0.0,0.0986217612541904,0.153725174569888,0.0,0.0676357616494714,0.153725174569888,0.0,0.0236651616072403,0.153725174569888,0.0,0.0135730638542673,0.153725174569888,0.0,0.00610981262734322,0.153725174569888,0.0,0.00323267332584726,0.153725174569888,0.0,0.0279441672357682,0.153725174569888,0.0,0.00587380398623086,0.5,0.153725174569888,0.0,0.00293506079169607,0.153725174569888,0.0,0.0288979059891801,0.5,0.153725174569888,0.0,0.0426612137239017,0.153725174569888,0.0,0.0227326049857186,0.153725174569888,0.0,0.216322333496345,0.153725174569888,0.0,0.045049387441791,0.153725174569888,0.0,0.0148554469610401,0.153725174569888,0.0,0.0287304013026185,0.153725174569888,0.0,0.0605644552984968,0.5,0.153725174569888,0.0,0.0796189238066594,0,0.768799262928864,0.1398088644593 -500,0.5,0.153725174569888,0.0,0.108471124752584,0.153725174569888,0.0,0.0674061956854352,0.153725174569888,0.0,0.0189966221785472,0.153725174569888,0.0,0.0103992337887102,0.153725174569888,0.0,0.00350163641957413,0.153725174569888,0.0,0.00338747707261798,0.153725174569888,0.0,0.0174461240205997,0.153725174569888,0.0,0.0045095883613806,0.5,0.153725174569888,0.0,0.0022763975536665,0.153725174569888,0.0,0.0190127305510804,0.5,0.153725174569888,0.0,0.0337518034008395,0.153725174569888,0.0,0.0135254978544055,0.153725174569888,0.0,0.242130160173782,0.153725174569888,0.0,0.0493189827825959,0.153725174569888,0.0,0.0135212674672899,0.153725174569888,0.0,0.0176447673243291,0.153725174569888,0.0,0.0473064253174281,0.5,0.153725174569888,0.0,0.0655406099231324,0,0.783894668676316,0.156972894734272 -501,0.5,0.153725174569888,0.0,0.11132910167448,0.153725174569888,0.0,0.0664730350347478,0.153725174569888,0.0,0.0143389227844841,0.153725174569888,0.0,0.00878990283979179,0.153725174569888,0.0,0.00247063383923509,0.153725174569888,0.0,0.00402148359794856,0.153725174569888,0.0,0.0143668340832176,0.153725174569888,0.0,0.00392915380488361,0.5,0.153725174569888,0.0,0.00209211689342886,0.153725174569888,0.0,0.0120414687744057,0.5,0.153725174569888,0.0,0.0278425763954838,0.153725174569888,0.0,0.00842440316375761,0.153725174569888,0.0,0.258003101289513,0.153725174569888,0.0,0.0497642900065538,0.153725174569888,0.0,0.0111341101271018,0.153725174569888,0.0,0.0124043066657232,0.153725174569888,0.0,0.0370367433174157,0.5,0.153725174569888,0.0,0.0592720326923272,0,0.809141491897544,0.18121663729972 -502,0.5,0.153725174569888,0.0,0.111985485506183,0.153725174569888,0.0,0.0635852851137357,0.153725174569888,0.0,0.0105203716614648,0.153725174569888,0.0,0.00756523013649342,0.153725174569888,0.0,0.00229785341684308,0.153725174569888,0.0,0.00515787441923667,0.153725174569888,0.0,0.0177500596031795,0.153725174569888,0.0,0.00433446270264946,0.5,0.153725174569888,0.0,0.00189472604741978,0.153725174569888,0.0,0.00828910349586336,0.5,0.153725174569888,0.0,0.0260480123303814,0.153725174569888,0.0,0.00683341141066133,0.153725174569888,0.0,0.25340237859776,0.153725174569888,0.0,0.041680076191607,0.153725174569888,0.0,0.00827139910439366,0.153725174569888,0.0,0.011889557460737,0.153725174569888,0.0,0.0312805270755231,0.5,0.153725174569888,0.0,0.0542970235722451,0,0.828987820503508,0.219270871617535 -503,0.5,0.153725174569888,0.0,0.112776688981764,0.153725174569888,0.0,0.055921832733272,0.153725174569888,0.0,0.00759144812796181,0.153725174569888,0.0,0.00671511003617698,0.153725174569888,0.0,0.0028419635491817,0.153725174569888,0.0,0.00626752290119235,0.153725174569888,0.0,0.0246476832669137,0.153725174569888,0.0,0.00538879165470824,0.5,0.153725174569888,0.0,0.00195046131474902,0.153725174569888,0.0,0.00627140226628585,0.5,0.153725174569888,0.0,0.0239941778930978,0.153725174569888,0.0,0.00627157907485705,0.153725174569888,0.0,0.228944382512337,0.153725174569888,0.0,0.031963828860864,0.153725174569888,0.0,0.0065252910095024,0.153725174569888,0.0,0.0142689200528414,0.153725174569888,0.0,0.0310322743197846,0.5,0.153725174569888,0.0,0.0500691232496595,0,0.82185751665462,0.247483782887652 -504,0.5,0.153725174569888,0.0,0.114179675386833,0.153725174569888,0.0,0.0469848953991105,0.153725174569888,0.0,0.00586217334474258,0.153725174569888,0.0,0.0061020101653295,0.153725174569888,0.0,0.00305580960888266,0.153725174569888,0.0,0.00598983985192139,0.153725174569888,0.0,0.0311360444837605,0.153725174569888,0.0,0.00629723748596022,0.5,0.153725174569888,0.0,0.00198864437557022,0.153725174569888,0.0,0.00500208780451261,0.5,0.153725174569888,0.0,0.0214938588384631,0.153725174569888,0.0,0.00524479591334014,0.153725174569888,0.0,0.200946857042304,0.153725174569888,0.0,0.0252445565094212,0.153725174569888,0.0,0.00528129317894939,0.153725174569888,0.0,0.0175470322538066,0.153725174569888,0.0,0.030920321398302,0.5,0.153725174569888,0.0,0.041977527923494,0,0.783927131427339,0.25870408475118 -505,0.5,0.153725174569888,0.0,0.115164953748577,0.153725174569888,0.0,0.0385400983129907,0.153725174569888,0.0,0.00527675277633155,0.153725174569888,0.0,0.00593827821586376,0.153725174569888,0.0,0.00259183461005389,0.153725174569888,0.0,0.00467546183038305,0.153725174569888,0.0,0.0322490273778704,0.153725174569888,0.0,0.00519514006589214,0.5,0.153725174569888,0.0,0.0016944545519099,0.153725174569888,0.0,0.00311596603690647,0.5,0.153725174569888,0.0,0.018825046754253,0.153725174569888,0.0,0.00412715186011817,0.153725174569888,0.0,0.180343528636236,0.153725174569888,0.0,0.0213038567493551,0.153725174569888,0.0,0.0044921424633654,0.153725174569888,0.0,0.0178760421672621,0.153725174569888,0.0,0.0285794422745168,0.5,0.153725174569888,0.0,0.0322357000035885,0,0.771087117774665,0.254360627139927 -506,0.5,0.153725174569888,0.0,0.117829663447697,0.153725174569888,0.0,0.0344361352937653,0.153725174569888,0.0,0.00543440507895614,0.153725174569888,0.0,0.0064397833781954,0.153725174569888,0.0,0.00173943723089922,0.153725174569888,0.0,0.00332375789926472,0.153725174569888,0.0,0.0288771437468194,0.153725174569888,0.0,0.00367796953407589,0.5,0.153725174569888,0.0,0.00125657513460815,0.153725174569888,0.0,0.00173779873031332,0.5,0.153725174569888,0.0,0.0163556769532248,0.153725174569888,0.0,0.00312256847894227,0.153725174569888,0.0,0.175420547619854,0.153725174569888,0.0,0.0200912545514725,0.153725174569888,0.0,0.00426047363861854,0.153725174569888,0.0,0.0157679629241001,0.153725174569888,0.0,0.0245810911352247,0.5,0.153725174569888,0.0,0.0239193816983828,0,0.791431819150494,0.244903713830779 -507,0.5,0.153725174569888,0.0,0.126877458062125,0.153725174569888,0.0,0.034811813784095,0.153725174569888,0.0,0.00501831867817798,0.153725174569888,0.0,0.00687836111855097,0.153725174569888,0.0,0.00104913986893742,0.153725174569888,0.0,0.0021280046699473,0.153725174569888,0.0,0.0233593845796328,0.153725174569888,0.0,0.00259824856259709,0.5,0.153725174569888,0.0,0.000963204253212198,0.153725174569888,0.0,0.00105229880439734,0.5,0.153725174569888,0.0,0.0140852740251723,0.153725174569888,0.0,0.0023907644295719,0.153725174569888,0.0,0.185604035030779,0.153725174569888,0.0,0.0220634874853172,0.153725174569888,0.0,0.00473415446363396,0.153725174569888,0.0,0.0132064022115259,0.153725174569888,0.0,0.0204600502766352,0.5,0.153725174569888,0.0,0.0167091581052157,0,0.831374595125356,0.241521637391355 -508,0.5,0.153725174569888,0.0,0.144067181788572,0.153725174569888,0.0,0.0445376021930699,0.153725174569888,0.0,0.00406786396319782,0.153725174569888,0.0,0.00770909419779978,0.153725174569888,0.0,0.000762556762077573,0.153725174569888,0.0,0.00121954425858676,0.153725174569888,0.0,0.0162915825289555,0.153725174569888,0.0,0.00148699925739112,0.5,0.153725174569888,0.0,0.000498824589261718,0.153725174569888,0.0,0.00075455768604927,0.5,0.153725174569888,0.0,0.0121470806522641,0.153725174569888,0.0,0.00220073152520109,0.153725174569888,0.0,0.200549853709742,0.153725174569888,0.0,0.026353888405567,0.153725174569888,0.0,0.00604706248156758,0.153725174569888,0.0,0.0104068271361283,0.153725174569888,0.0,0.0164122758945582,0.5,0.153725174569888,0.0,0.0123966419385256,0,0.868658807100204,0.257045311939759 -509,0.5,0.153725174569888,0.0,0.165150008506453,0.153725174569888,0.0,0.0565347790952055,0.153725174569888,0.0,0.00283355514741116,0.153725174569888,0.0,0.00881928796960508,0.153725174569888,0.0,0.00061041745926191,0.153725174569888,0.0,0.00118136444559467,0.153725174569888,0.0,0.00893196933208797,0.153725174569888,0.0,0.00121820565569148,0.5,0.153725174569888,0.0,0.00043607669442558,0.153725174569888,0.0,0.000483954458261047,0.5,0.153725174569888,0.0,0.00972398089114888,0.153725174569888,0.0,0.00203298241707505,0.153725174569888,0.0,0.215745777822579,0.153725174569888,0.0,0.0321267269992323,0.153725174569888,0.0,0.00806366347171918,0.153725174569888,0.0,0.00678942310154751,0.153725174569888,0.0,0.0123098127403478,0.5,0.153725174569888,0.0,0.00932416102884609,0,0.886394652539623,0.301064825130265 -510,0.5,0.153725174569888,0.0,0.181581320242626,0.153725174569888,0.0,0.0659902175836403,0.153725174569888,0.0,0.00208379460412733,0.153725174569888,0.0,0.0102956882566426,0.153725174569888,0.0,0.000517046808531058,0.153725174569888,0.0,0.00138078833143948,0.153725174569888,0.0,0.0042064615477677,0.153725174569888,0.0,0.0017480522171382,0.5,0.153725174569888,0.0,0.000529555705866269,0.153725174569888,0.0,0.000423406438871481,0.5,0.153725174569888,0.0,0.00621728867848595,0.153725174569888,0.0,0.00153617235999474,0.153725174569888,0.0,0.22907779022189,0.153725174569888,0.0,0.0382795516537477,0.153725174569888,0.0,0.0101484135112978,0.153725174569888,0.0,0.00351007842378305,0.153725174569888,0.0,0.00954277429315409,0.5,0.153725174569888,0.0,0.0077827031103514,0,0.894286320314406,0.349782779770667 -511,0.5,0.153725174569888,0.0,0.191738926868731,0.153725174569888,0.0,0.0759059533227916,0.153725174569888,0.0,0.00163668703644058,0.153725174569888,0.0,0.0133682410796173,0.153725174569888,0.0,0.000509841197625947,0.153725174569888,0.0,0.0016693462354023,0.153725174569888,0.0,0.00156147672503213,0.153725174569888,0.0,0.00282640490822925,0.5,0.153725174569888,0.0,0.000763258770305856,0.153725174569888,0.0,0.000523341836726006,0.5,0.153725174569888,0.0,0.00378430981116737,0.153725174569888,0.0,0.00118962801352164,0.153725174569888,0.0,0.245277667864781,0.153725174569888,0.0,0.0456916037898599,0.153725174569888,0.0,0.0125983364942923,0.153725174569888,0.0,0.00136970823279487,0.153725174569888,0.0,0.00681107289217963,0.5,0.153725174569888,0.0,0.00569797049569863,0,0.886928612306786,0.375143921686845 -512,0.5,0.153725174569888,0.0,0.197164404414632,0.153725174569888,0.0,0.0888489397725561,0.153725174569888,0.0,0.00145336479071793,0.153725174569888,0.0,0.0181454629676626,0.153725174569888,0.0,0.000465632557616618,0.153725174569888,0.0,0.00187814156154747,0.153725174569888,0.0,0.000593493914211463,0.153725174569888,0.0,0.00385614379596506,0.5,0.153725174569888,0.0,0.00103590783847228,0.153725174569888,0.0,0.000698343889251258,0.5,0.153725174569888,0.0,0.00265010549441808,0.153725174569888,0.0,0.00106505409120335,0.153725174569888,0.0,0.264237229713538,0.153725174569888,0.0,0.0503827060711147,0.153725174569888,0.0,0.0152038859831073,0.153725174569888,0.0,0.000766532804798519,0.153725174569888,0.0,0.00474622772235097,0.5,0.153725174569888,0.0,0.00446138530429267,0,0.875796419486696,0.357574261096909 -513,0.5,0.153725174569888,0.000608494997108153,0.2015715102924,0.153725174569888,0.0,0.0895309324694914,0.153725174569888,0.000806052621276449,0.00172741650884983,0.153725174569888,0.00117630850452183,0.0257219997022617,0.153725174569888,0.0,0.000430154286577481,0.153725174569888,0.0,0.00194450730460647,0.153725174569888,0.0,0.000387483608647007,0.153725174569888,4.25018412299639e-06,0.0045213157037873,0.5,0.153725174569888,0.000307974969501192,0.00119148769470011,0.153725174569888,0.00390132932073553,0.00096980590441699,0.5,0.153725174569888,0.00199952166540479,0.00201060699197009,0.153725174569888,0.00233427067464233,0.00109670262308689,0.153725174569888,0.0,0.276910039097061,0.153725174569888,0.0,0.050585767356431,0.153725174569888,2.93834621981373e-05,0.0180487366076726,0.153725174569888,0.000222948263500193,0.000619353325410256,0.153725174569888,0.00172298704526365,0.00394697394422599,0.5,0.153725174569888,0.00417835308262818,0.00456944501042536,0,0.867573285716768,0.32714925269969 -514,0.5,0.153725174569888,0.0156946099077656,0.207499794040005,0.153725174569888,0.00717296561650205,0.0921131050836769,0.153725174569888,0.014557219021026,0.00237240538646142,0.153725174569888,0.0141577538301145,0.0321158137773832,0.153725174569888,0.00573983597156203,0.000377877778716789,0.153725174569888,0.0152610396438501,0.00194629625946911,0.153725174569888,0.0128444608279401,0.000388684514339731,0.153725174569888,0.0396083939632392,0.00442871281280736,0.5,0.153725174569888,0.0234819379536862,0.0012993850926352,0.153725174569888,0.0579742896509254,0.00215804121519536,0.5,0.153725174569888,0.0498129728391448,0.00291522666384618,0.153725174569888,0.0457776422717146,0.00149749205964734,0.153725174569888,0.00644931206307409,0.292432069974446,0.153725174569888,0.00464791351767173,0.053073864315411,0.153725174569888,0.00611257962505086,0.0219362900090726,0.153725174569888,0.012538857625203,0.000673988517327111,0.153725174569888,0.0261475440423312,0.00578402774403425,0.5,0.153725174569888,0.0397658148467935,0.00822646367680691,0,0.855160147328079,0.289049466038361 -515,0.5,0.153725174569888,0.0462025122423875,0.203791761484882,0.153725174569888,0.0235811170759122,0.109969144064309,0.153725174569888,0.0369962736439615,0.00308378932503089,0.153725174569888,0.0380157220868347,0.036070515845613,0.153725174569888,0.0240918437201953,0.000376380287578882,0.153725174569888,0.0444714523387302,0.00196082415231595,0.153725174569888,0.0436864130649128,0.00073967618628865,0.153725174569888,0.110852914945768,0.00377389971003797,0.5,0.153725174569888,0.0675768041702261,0.00312679294761219,0.153725174569888,0.137830183757586,0.00258711530616944,0.5,0.153725174569888,0.12158364984267,0.00543948291252331,0.153725174569888,0.122511978844682,0.00209928284971747,0.153725174569888,0.0261985588708576,0.315143178883331,0.153725174569888,0.0188300137246751,0.0568406109098695,0.153725174569888,0.0220473496827551,0.0284788013965775,0.153725174569888,0.0385220185428657,0.000878187410056407,0.153725174569888,0.0600478430046011,0.00875643131634179,0.5,0.153725174569888,0.0897509273780439,0.00870545344433732,0,0.848551027339973,0.246408446400003 -516,0.5,0.153725174569888,0.0792013088494724,0.195005303289848,0.153725174569888,0.0383586749376247,0.118891332354188,0.153725174569888,0.0573377286188994,0.00402042242105533,0.153725174569888,0.0618600515248023,0.0386125982280088,0.153725174569888,0.0408948142005948,0.000546012659051717,0.153725174569888,0.0534099147856886,0.0021309348167766,0.153725174569888,0.0669744978988805,0.00124548142067494,0.153725174569888,0.163573751154764,0.00422484879528157,0.5,0.153725174569888,0.119971286019929,0.00425560452693608,0.153725174569888,0.203792401857708,0.00292599550310943,0.5,0.153725174569888,0.17913099066394,0.00555413882897683,0.153725174569888,0.221991418306443,0.00267493721926125,0.153725174569888,0.0440906494668299,0.334330500726565,0.153725174569888,0.0332359085798478,0.0569951681950031,0.153725174569888,0.0402244104104024,0.033397591995034,0.153725174569888,0.0659235607842226,0.00091152898536042,0.153725174569888,0.0891810083269244,0.00840907758987899,0.5,0.153725174569888,0.13394341011865,0.00851372784319233,0,0.846207328652238,0.211945011665517 -517,0.5,0.153725174569888,0.08832822238117,0.194698715363717,0.153725174569888,0.0463621664760253,0.130635107165761,0.153725174569888,0.0663859923340211,0.00438210462266612,0.153725174569888,0.0730496582675569,0.0367362914702428,0.153725174569888,0.0469567266328065,0.000881079789673643,0.153725174569888,0.0578973758946581,0.002337643205133,0.153725174569888,0.0771989590125411,0.00205087359325107,0.153725174569888,0.195174505608647,0.00440626660379354,0.5,0.153725174569888,0.176916901882315,0.00318538232244603,0.153725174569888,0.232073678971679,0.00266665990398854,0.5,0.153725174569888,0.241181819858993,0.00381197684137614,0.153725174569888,0.223423040233152,0.0021208218939758,0.153725174569888,0.0521629067981279,0.339616754656837,0.153725174569888,0.0399879928767555,0.055849632387997,0.153725174569888,0.0489887292266679,0.0337554658165416,0.153725174569888,0.0760427476154491,0.000831025988281808,0.153725174569888,0.100914925245652,0.00745558592352676,0.5,0.153725174569888,0.153095750086103,0.00683661133543567,0,0.860245480543801,0.183124548606311 -518,0.5,0.153725174569888,0.0762146916570214,0.196508700969838,0.153725174569888,0.0457596460725887,0.12353966586728,0.153725174569888,0.061215902959257,0.00410294354658603,0.153725174569888,0.0633998447214776,0.035378104530508,0.153725174569888,0.0405967992744743,0.000579836155776411,0.153725174569888,0.0572043024540507,0.00296148351636588,0.153725174569888,0.0673598779916209,0.00190570803134793,0.153725174569888,0.17302987559598,0.00359031240226559,0.5,0.153725174569888,0.160622245418267,0.00190005947059671,0.153725174569888,0.19865571523003,0.00393842702635814,0.5,0.153725174569888,0.219040067758893,0.00140001377259262,0.153725174569888,0.190636053920538,0.00172559853817061,0.153725174569888,0.0509661906049183,0.332308253977944,0.153725174569888,0.0360843555416844,0.0503230826525562,0.153725174569888,0.0447517988789715,0.0318027691176826,0.153725174569888,0.0625221111257023,0.000710774361748491,0.153725174569888,0.0909630585990954,0.00577523962399728,0.5,0.153725174569888,0.139915226301342,0.00595361262077122,0,0.875986676576328,0.16272917121933 -519,0.5,0.153725174569888,0.0449478325350748,0.19573263283563,0.153725174569888,0.0329028376213165,0.113652142311307,0.153725174569888,0.045975689265649,0.00394410460150303,0.153725174569888,0.0414383907526787,0.0397689369214601,0.153725174569888,0.0278268710755999,0.000332009037468602,0.153725174569888,0.0423717466117392,0.00395683256083324,0.153725174569888,0.0430562140171726,0.00108524298063085,0.153725174569888,0.114233867422801,0.0032513379077462,0.5,0.153725174569888,0.110173994787239,0.0014977943502981,0.153725174569888,0.120659945745918,0.00608485678165286,0.5,0.153725174569888,0.162747867812812,0.000709039650767347,0.153725174569888,0.13127534017144,0.00124664302433858,0.153725174569888,0.0341463642719841,0.316126726096119,0.153725174569888,0.0225846660262312,0.0448870741689203,0.153725174569888,0.0311873564888052,0.0304770461098652,0.153725174569888,0.0417054044475809,0.000576331088297012,0.153725174569888,0.0612351666899126,0.00370292515825874,0.5,0.153725174569888,0.0840113693860778,0.00435442683989991,0,0.88568609372563,0.158878934587664 -520,0.5,0.153725174569888,0.0127192216852843,0.187454409205184,0.153725174569888,0.0119991889687974,0.108375971217712,0.153725174569888,0.0187713963384098,0.00545694191338936,0.153725174569888,0.0133100702957519,0.0485697822419194,0.153725174569888,0.0112821902773151,0.000176575864077562,0.153725174569888,0.0201525384604778,0.00693226418077964,0.153725174569888,0.0224449240168868,0.000662427791795478,0.153725174569888,0.0757618443602044,0.00358994446770787,0.5,0.153725174569888,0.0527530880304959,0.00135604040203215,0.153725174569888,0.0485199968867094,0.00746519161015553,0.5,0.153725174569888,0.113633504237907,0.000501735653126603,0.153725174569888,0.062122801659892,0.000906990102326266,0.153725174569888,0.0116616576364514,0.30268529062151,0.153725174569888,0.00784985340925424,0.0421674986551783,0.153725174569888,0.0114244639855713,0.0299564692442331,0.153725174569888,0.0191878889234303,0.000520985208439336,0.153725174569888,0.027277601349738,0.00243262780030937,0.5,0.153725174569888,0.0343661285186241,0.00269324887070624,0,0.889442194121953,0.171331682424345 -521,0.5,0.153725174569888,0.0,0.176889008556424,0.153725174569888,0.0,0.0993044991465022,0.153725174569888,0.000153299512033641,0.00757303718863864,0.153725174569888,0.0,0.0508582793630526,0.153725174569888,0.000285952969567073,0.000419437809727068,0.153725174569888,0.0,0.00989379522297306,0.153725174569888,0.000440828675747972,0.0003091153898959,0.153725174569888,0.0,0.00528170177099383,0.5,0.153725174569888,0.0,0.00119947149176651,0.153725174569888,0.0,0.00466218027065152,0.5,0.153725174569888,0.0,7.4391885367989e-05,0.153725174569888,0.0,0.000849268855343538,0.153725174569888,0.0,0.293221690844159,0.153725174569888,0.000279639853186669,0.0411748061155268,0.153725174569888,0.000268398411882791,0.0289476566399864,0.153725174569888,0.000408001128898869,0.000371239829766233,0.153725174569888,0.0,0.000671290031114448,0.5,0.153725174569888,0.0,0.000761396376652237,0,0.883852742284591,0.199145720481125 -522,0.5,0.153725174569888,0.0,0.178545561566921,0.153725174569888,0.0,0.100243559503327,0.153725174569888,0.0,0.0102787403532361,0.153725174569888,0.0,0.0531870534704734,0.153725174569888,0.0,0.000947516429103622,0.153725174569888,0.0,0.0116728559013375,0.153725174569888,0.0,0.000206224922761109,0.153725174569888,0.0,0.00586066852348514,0.5,0.153725174569888,0.0,0.00106970152653943,0.153725174569888,0.0,0.00238299105220701,0.5,0.153725174569888,0.0,5.84941447860787e-05,0.153725174569888,0.0,0.00115401679460618,0.153725174569888,0.0,0.306993545061691,0.153725174569888,0.0,0.0467866048993954,0.153725174569888,0.0,0.0340624934074655,0.153725174569888,0.0,0.000358224987187297,0.153725174569888,0.0,0.00045338359268881,0.5,0.153725174569888,0.0,0.000486823693305043,0,0.87268820649441,0.229858252752679 -523,0.5,0.153725174569888,0.0,0.18304607798655,0.153725174569888,0.0,0.101990267994547,0.153725174569888,0.0,0.0122049061960814,0.153725174569888,0.0,0.0520399442899034,0.153725174569888,0.0,0.00226841980573185,0.153725174569888,0.0,0.0121896382024808,0.153725174569888,0.0,0.000275953651374292,0.153725174569888,0.0,0.00579490070449996,0.5,0.153725174569888,0.0,0.00105648431409912,0.153725174569888,0.0,0.00112246546896525,0.5,0.153725174569888,0.0,0.000113773505505549,0.153725174569888,0.0,0.00110834762523093,0.153725174569888,0.0,0.314440861461535,0.153725174569888,0.0,0.0538654968989292,0.153725174569888,0.0,0.0394650164402967,0.153725174569888,0.0,0.000291749316850973,0.153725174569888,0.0,0.000416202624614918,0.5,0.153725174569888,0.0,0.000412982528878077,0,0.870232011814882,0.254732408515673 -524,0.5,0.153725174569888,0.0,0.187668128285355,0.153725174569888,0.0,0.104234294440812,0.153725174569888,0.0,0.0125363970850188,0.153725174569888,0.0,0.0503316729348822,0.153725174569888,0.0,0.00338567428584842,0.153725174569888,0.0,0.0121599474257111,0.153725174569888,0.0,0.000496542861039432,0.153725174569888,0.0,0.00600060362630044,0.5,0.153725174569888,0.0,0.00101668380489456,0.153725174569888,0.0,0.000732545589798261,0.5,0.153725174569888,0.0,9.93776156873027e-05,0.153725174569888,0.0,0.00077115438470295,0.153725174569888,0.0,0.306693384493851,0.153725174569888,0.0,0.0599093028927057,0.153725174569888,0.0,0.0408900179234526,0.153725174569888,0.0,0.000198020925661967,0.153725174569888,0.0,0.000459836170247525,0.5,0.153725174569888,0.0,0.000441517201318994,0,0.87003807047312,0.288192668988928 -525,0.5,0.153725174569888,0.0,0.191920904013664,0.153725174569888,0.0,0.108239513240937,0.153725174569888,0.0,0.0114784431629783,0.153725174569888,0.0,0.050783341634797,0.153725174569888,0.0,0.00441672258230756,0.153725174569888,0.0,0.013943528451074,0.153725174569888,0.0,0.000898985697738597,0.153725174569888,0.0,0.00685753757038138,0.5,0.153725174569888,0.0,0.00117483066593597,0.153725174569888,0.0,0.000513100483450094,0.5,0.153725174569888,0.0,9.06693797644397e-05,0.153725174569888,0.0,0.00059884563688669,0.153725174569888,0.0,0.295114735738892,0.153725174569888,0.0,0.0656645769741194,0.153725174569888,0.0,0.0417957804100415,0.153725174569888,0.0,0.000112613672055176,0.153725174569888,0.0,0.000471498092014326,0.5,0.153725174569888,0.0,0.000502710360128296,0,0.866553658679464,0.324500434988886 -526,0.5,0.153725174569888,0.0,0.196724145753065,0.153725174569888,0.0,0.112466259656793,0.153725174569888,0.0,0.00900437420688738,0.153725174569888,0.0,0.0518919567205824,0.153725174569888,0.0,0.00584362639597427,0.153725174569888,0.0,0.0171672774069853,0.153725174569888,0.0,0.00185909843541891,0.153725174569888,0.0,0.00848894071309177,0.5,0.153725174569888,0.0,0.00160554908497864,0.153725174569888,0.0,0.000306442301160731,0.5,0.153725174569888,0.0,0.000122947338260632,0.153725174569888,0.0,0.000437580088008213,0.153725174569888,0.0,0.290732219319561,0.153725174569888,0.0,0.070058993866786,0.153725174569888,0.0,0.042642413947248,0.153725174569888,0.0,8.6032536828647e-05,0.153725174569888,0.0,0.000517717029993722,0.5,0.153725174569888,0.0,0.000538380399714145,0,0.870453559074482,0.361081977041205 -527,0.5,0.153725174569888,0.0,0.208372893869588,0.153725174569888,0.0,0.124586817597538,0.153725174569888,0.0,0.00774902148297907,0.153725174569888,0.0,0.0540434199516416,0.153725174569888,0.0,0.00695422041795251,0.153725174569888,0.0,0.0194123335345308,0.153725174569888,0.0,0.00256320669870927,0.153725174569888,0.0,0.00996728164363205,0.5,0.153725174569888,0.0,0.00200588728288434,0.153725174569888,0.0,0.000185031861783842,0.5,0.153725174569888,0.0,0.00027398229914164,0.153725174569888,0.0,0.000416688231271096,0.153725174569888,0.0,0.294178131726709,0.153725174569888,0.0,0.0706542476555214,0.153725174569888,0.0,0.0444929416909779,0.153725174569888,0.0,0.000115993203881175,0.153725174569888,0.0,0.000629704775494798,0.5,0.153725174569888,0.0,0.000544185826128697,0,0.881404227998022,0.390792516584155 -528,0.5,0.153725174569888,0.0,0.22586799217809,0.153725174569888,0.0,0.131007787367285,0.153725174569888,0.0,0.0082503541803708,0.153725174569888,0.0,0.0581553119436687,0.153725174569888,0.0,0.0071356223354237,0.153725174569888,0.0,0.0207025808309985,0.153725174569888,0.0,0.00255777048642375,0.153725174569888,0.0,0.0101390083812694,0.5,0.153725174569888,0.0,0.00202647850365706,0.153725174569888,0.0,0.000159466890348906,0.5,0.153725174569888,0.0,0.000464796845699863,0.153725174569888,0.0,0.000530459043405566,0.153725174569888,0.0,0.29406512738507,0.153725174569888,0.0,0.067410839938036,0.153725174569888,0.0,0.0464604620721337,0.153725174569888,0.0,0.00028952485133157,0.153725174569888,0.0,0.000720083556710575,0.5,0.153725174569888,0.0,0.000623889285876355,0,0.889984040491529,0.40152613103853 -529,0.5,0.153725174569888,0.0,0.239735769257367,0.153725174569888,0.0,0.124114425315944,0.153725174569888,0.0,0.00992346155116724,0.153725174569888,0.0,0.0639837966468068,0.153725174569888,0.0,0.00681607118180688,0.153725174569888,0.0,0.0225800070943243,0.153725174569888,0.0,0.00220095683581481,0.153725174569888,0.0,0.0100214081919624,0.5,0.153725174569888,0.0,0.00191490513506429,0.153725174569888,0.0,0.000140903624862248,0.5,0.153725174569888,0.0,0.000668305014785043,0.153725174569888,0.0,0.00100754019385442,0.153725174569888,0.0,0.292107777588808,0.153725174569888,0.0,0.0627344003425705,0.153725174569888,0.0,0.0461644503112473,0.153725174569888,0.0,0.000601275186225616,0.153725174569888,0.0,0.000946403860743416,0.5,0.153725174569888,0.0,0.000747675009716899,0,0.880737630177552,0.410593762054463 -530,0.5,0.153725174569888,0.0,0.243185511180011,0.153725174569888,0.0,0.124936460058403,0.153725174569888,0.0,0.0115906757350725,0.153725174569888,0.0,0.0701628930597817,0.153725174569888,0.0,0.00779493481028553,0.153725174569888,0.0,0.0260402475903501,0.153725174569888,0.0,0.0019086960182087,0.153725174569888,0.0,0.0103961351429615,0.5,0.153725174569888,0.0,0.00210663828090624,0.153725174569888,0.0,8.56028751570386e-05,0.5,0.153725174569888,0.0,0.000538358381895572,0.153725174569888,0.0,0.00173347699131661,0.153725174569888,0.0,0.303839216735359,0.153725174569888,0.0,0.0613479099213298,0.153725174569888,0.0,0.0476216620342917,0.153725174569888,0.0,0.0010632841054994,0.153725174569888,0.0,0.00165641850993318,0.5,0.153725174569888,0.0,0.000872147296852612,0,0.86569987208799,0.419407146747544 -531,0.5,0.153725174569888,0.0,0.245288914300947,0.153725174569888,0.0,0.137835623789544,0.153725174569888,0.0,0.0132941836250999,0.153725174569888,0.0,0.076643948224521,0.153725174569888,0.0,0.0124476819166505,0.153725174569888,0.0,0.0297581465151123,0.153725174569888,0.0,0.00234153276432098,0.153725174569888,0.0,0.0116065627833824,0.5,0.153725174569888,0.0,0.00256392364718603,0.153725174569888,0.0,7.37663722312489e-05,0.5,0.153725174569888,0.0,0.000352943315363161,0.153725174569888,0.0,0.00250055304545366,0.153725174569888,0.0,0.327031118796645,0.153725174569888,0.0,0.0663014546539636,0.153725174569888,0.0,0.0526009537563964,0.153725174569888,0.0,0.00157656512570853,0.153725174569888,0.0,0.00205292403615455,0.5,0.153725174569888,0.0,0.00129872173243253,0,0.850936707009871,0.435016476894511 -532,0.5,0.153725174569888,0.0,0.249621702541437,0.153725174569888,0.0,0.15714758809109,0.153725174569888,0.0,0.0170414104375367,0.153725174569888,0.0,0.0844254723257468,0.153725174569888,0.0,0.0186114001433868,0.153725174569888,0.0,0.0308359292284451,0.153725174569888,0.0,0.00301117093158804,0.153725174569888,0.0,0.0128254915176991,0.5,0.153725174569888,0.0,0.0030233158580307,0.153725174569888,0.0,7.80836121197768e-05,0.5,0.153725174569888,0.0,5.7579889657065e-05,0.153725174569888,0.0,0.0013345947482176,0.153725174569888,0.0,0.357907661663586,0.153725174569888,0.0,0.0760765050925544,0.153725174569888,0.0,0.0588189439174512,0.153725174569888,0.0,0.00198936547113941,0.153725174569888,0.0,0.00171858199461262,0.5,0.153725174569888,0.0,0.00126346291132366,0,0.836004081979017,0.472094741491994 -533,0.5,0.153725174569888,0.0,0.250137379461974,0.153725174569888,0.0,0.17970450932649,0.153725174569888,0.0,0.0223166613623717,0.153725174569888,0.0,0.0906622682503592,0.153725174569888,0.0,0.0250486320293929,0.153725174569888,0.0,0.0322440623241024,0.153725174569888,0.0,0.00426106409137337,0.153725174569888,0.0,0.0149505178898022,0.5,0.153725174569888,0.0,0.00422347040609309,0.153725174569888,0.0,0.000104636375845034,0.5,0.153725174569888,0.0,1.70646975344842e-05,0.153725174569888,0.0,0.00156861611559828,0.153725174569888,0.0,0.395466131175252,0.153725174569888,0.0,0.0922751051951234,0.153725174569888,0.0,0.0664789816718382,0.153725174569888,0.0,0.00214637272059081,0.153725174569888,0.0,0.00153134195307146,0.5,0.153725174569888,0.0,0.00104482942538993,0,0.822000391429518,0.52282649256265 -534,0.5,0.153725174569888,0.0,0.24932753447774,0.153725174569888,0.0,0.198731914774629,0.153725174569888,0.0,0.0265335648925938,0.153725174569888,0.0,0.0941437930420558,0.153725174569888,0.0,0.0312665942484309,0.153725174569888,0.0,0.0354163696561571,0.153725174569888,0.0,0.00681161441824631,0.153725174569888,0.0,0.0174586477507755,0.5,0.153725174569888,0.0,0.00688073813790634,0.153725174569888,0.0,0.000144392243432765,0.5,0.153725174569888,0.0,2.67679702793674e-05,0.153725174569888,0.0,0.0021853013423189,0.153725174569888,0.0,0.428226029832637,0.153725174569888,0.0,0.107794303262351,0.153725174569888,0.0,0.0750278540785719,0.153725174569888,0.0,0.00252407000893496,0.153725174569888,0.0,0.00146508492294682,0.5,0.153725174569888,0.0,0.00104885644173557,0,0.810747812160566,0.600099481237764 -535,0.5,0.153725174569888,0.0,0.253723764913764,0.153725174569888,0.0,0.216823828953533,0.153725174569888,0.0,0.0297816944548291,0.153725174569888,0.0,0.0971160272174526,0.153725174569888,0.0,0.0362383931981016,0.153725174569888,0.0,0.0416710793504422,0.153725174569888,0.0,0.0095929602606551,0.153725174569888,0.0,0.0214306481400191,0.5,0.153725174569888,0.0,0.0105367682257249,0.153725174569888,0.0,0.000235182868371386,0.5,0.153725174569888,0.0,4.85949783146941e-05,0.153725174569888,0.0,0.00304079576514873,0.153725174569888,0.0,0.455477959874576,0.153725174569888,0.0,0.121006549007431,0.153725174569888,0.0,0.0831111184742239,0.153725174569888,0.0,0.00294950401094061,0.153725174569888,0.0,0.00146945687874894,0.5,0.153725174569888,0.0,0.00119590222669284,0,0.805406738974011,0.699202683660144 -536,0.5,0.153725174569888,0.0,0.271425819598833,0.153725174569888,0.0,0.239953546627923,0.153725174569888,0.0,0.0338572328265666,0.153725174569888,0.0,0.106964060268643,0.153725174569888,0.0,0.0428987800976601,0.153725174569888,0.0,0.0500620136600951,0.153725174569888,0.0,0.0119326402822448,0.153725174569888,0.0,0.027259243078452,0.5,0.153725174569888,0.0,0.0176439510562353,0.153725174569888,0.0,0.000394887721721379,0.5,0.153725174569888,0.0,0.000505339122164769,0.153725174569888,0.0,0.00461872610827918,0.153725174569888,0.0,0.483278889824959,0.153725174569888,0.0,0.134239698941374,0.153725174569888,0.0,0.0917080716642021,0.153725174569888,0.0,0.00386121980902984,0.153725174569888,0.0,0.00193469340225275,0.5,0.153725174569888,0.0,0.00144666692815399,0,0.812560847775566,0.788787160087166 -537,0.5,0.153725174569888,0.00390454615835751,0.307915062588597,0.153725174569888,0.0,0.28344567467782,0.153725174569888,0.00123354416029707,0.0393340155958111,0.153725174569888,0.00374846165837095,0.130830400845539,0.153725174569888,0.0,0.051426205300912,0.153725174569888,0.0,0.0568072297737612,0.153725174569888,0.0,0.0145773012821209,0.153725174569888,2.04218966420087e-05,0.032858551578411,0.5,0.153725174569888,0.000316270195802051,0.0258320105083379,0.153725174569888,0.00540723163881572,0.00102000832344077,0.5,0.153725174569888,0.00123103948199991,0.00103199114281055,0.153725174569888,0.00299450824052284,0.00680866694626915,0.153725174569888,0.0,0.526431257062379,0.153725174569888,0.0,0.15249610430042,0.153725174569888,0.000177250586663373,0.105984669148916,0.153725174569888,0.000617586191450007,0.00549343920197615,0.153725174569888,0.00168622032590281,0.00323306906425573,0.5,0.153725174569888,0.00326119861528624,0.00241538003300397,0,0.837037082763012,0.862332569554858 -538,0.5,0.153725174569888,0.106058619106456,0.365483439178934,0.153725174569888,0.0151739043068669,0.338039493738018,0.153725174569888,0.0237107887616668,0.0485394313770699,0.153725174569888,0.0527627024082043,0.156842847473765,0.153725174569888,0.0269588747739182,0.0615910106545302,0.153725174569888,0.0202644947724764,0.0670595664609976,0.153725174569888,0.0212193274669783,0.0199984775167587,0.153725174569888,0.0206597254077875,0.0498901642548969,0.5,0.153725174569888,0.0184268824266298,0.0524349282000534,0.153725174569888,0.0595462679464887,0.00183746249858829,0.5,0.153725174569888,0.0250565319658208,0.00364573907085033,0.153725174569888,0.049278159919217,0.0132424721478287,0.153725174569888,0.0133216082672556,0.578401929319225,0.153725174569888,0.0223952381662749,0.183720669166121,0.153725174569888,0.0268810368768986,0.131626235850266,0.153725174569888,0.0244946199864929,0.0166007937873712,0.153725174569888,0.0262400081291342,0.00595900225847439,0.5,0.153725174569888,0.0279213484991945,0.00422993630717453,0,0.860273898724084,0.907784126444355 -539,0.5,0.153725174569888,0.220838774477267,0.401164528486294,0.153725174569888,0.0475085255899518,0.406057322816019,0.153725174569888,0.0600001959033187,0.0631719953801864,0.153725174569888,0.111535375621947,0.16965337669917,0.153725174569888,0.0750847245792492,0.0889447868716575,0.153725174569888,0.0549444542247273,0.0932335371372258,0.153725174569888,0.0640368838906059,0.0456614335079246,0.153725174569888,0.0561793351296915,0.103337651902768,0.5,0.153725174569888,0.0546468406549569,0.110745976676821,0.153725174569888,0.125552545609781,0.00588493446051355,0.5,0.153725174569888,0.0652936077574851,0.0219746098754876,0.153725174569888,0.105205221075215,0.0422331285291869,0.153725174569888,0.0406934919693061,0.635448354302265,0.153725174569888,0.0641431564146515,0.247645235587069,0.153725174569888,0.0675499054466548,0.17993794623657,0.153725174569888,0.0661024533049561,0.0481751543079075,0.153725174569888,0.0604626711693305,0.0179562400356363,0.5,0.153725174569888,0.0641491938523581,0.0114170101768581,0,0.876148732394741,0.931398339838223 -540,0.5,0.153725174569888,0.305022581820589,0.422352188332808,0.153725174569888,0.0645114459591027,0.472060005931008,0.153725174569888,0.0852510239749416,0.0763536957281497,0.153725174569888,0.153873539243946,0.174533180584554,0.153725174569888,0.114125155909573,0.127185295016585,0.153725174569888,0.093168641637107,0.12470808883513,0.153725174569888,0.105741706080525,0.095048055064212,0.153725174569888,0.0842864476260943,0.128679295034654,0.5,0.153725174569888,0.0863376469819838,0.1639864103784,0.153725174569888,0.191245365605703,0.0163747779831628,0.5,0.153725174569888,0.104244825147684,0.0465415303750703,0.153725174569888,0.137539998632046,0.0738212828475945,0.153725174569888,0.0637899651066784,0.691432227230627,0.153725174569888,0.0869327377065698,0.308759838237145,0.153725174569888,0.086978492903867,0.230544951921104,0.153725174569888,0.0850683612792115,0.0873224858417832,0.153725174569888,0.0767743154199412,0.0330585474294552,0.5,0.153725174569888,0.113772788705174,0.0218595982993311,0,0.8818949536891,0.948654170935042 -541,0.5,0.153725174569888,0.339384718811002,0.450527199915369,0.153725174569888,0.0853726074100763,0.526667704101614,0.153725174569888,0.0887242665816911,0.095276670300361,0.153725174569888,0.173830254876647,0.183854767513995,0.153725174569888,0.140238759636192,0.18322775956517,0.153725174569888,0.0998822970378107,0.161982409853774,0.153725174569888,0.127399552283028,0.137610700572484,0.153725174569888,0.113541787305213,0.173934656808189,0.5,0.153725174569888,0.106254567792161,0.226792428425005,0.153725174569888,0.211405949339144,0.0393714712823352,0.5,0.153725174569888,0.101353072334625,0.0688317770890929,0.153725174569888,0.167479541341229,0.101869057987479,0.153725174569888,0.076104842592506,0.723130672872469,0.153725174569888,0.106381351203066,0.365356249953576,0.153725174569888,0.0848345361466896,0.266016510585036,0.153725174569888,0.0866475190206477,0.12216361352384,0.153725174569888,0.0994667833983125,0.0475529451376337,0.5,0.153725174569888,0.167312151118852,0.0347073299007851,0,0.891920584165957,0.970768567634076 -542,0.5,0.153725174569888,0.318378865377267,0.442297768930408,0.153725174569888,0.0735302366248388,0.553436355315785,0.153725174569888,0.0721486177899971,0.103483878591701,0.153725174569888,0.165193986925914,0.194625116180448,0.153725174569888,0.128736975000418,0.237027541284713,0.153725174569888,0.111783122567495,0.18748589445198,0.153725174569888,0.107798464575218,0.160989051833496,0.153725174569888,0.141207035501874,0.222857546949337,0.5,0.153725174569888,0.104047907479369,0.286302032018686,0.153725174569888,0.223947228032712,0.0814364231284475,0.5,0.153725174569888,0.112961396171147,0.104575581483426,0.153725174569888,0.1516738908475,0.117020536325226,0.153725174569888,0.0655886301395934,0.734699230866444,0.153725174569888,0.101374379995976,0.406366509948042,0.153725174569888,0.0587613727453043,0.288850826554183,0.153725174569888,0.0847682821298396,0.15170244021919,0.153725174569888,0.0936691199714469,0.0536118444030106,0.5,0.153725174569888,0.133327783837847,0.0426949057503323,0,0.892246625421834,0.988578019162136 -543,0.5,0.153725174569888,0.234652120238422,0.413046547079196,0.153725174569888,0.0512477730877904,0.572664430896492,0.153725174569888,0.0450921187355999,0.0991959018024592,0.153725174569888,0.110960756477662,0.195569422470162,0.153725174569888,0.0840176403341252,0.216766298124566,0.153725174569888,0.0708356456188651,0.177433957883381,0.153725174569888,0.0695176078300475,0.169853990903516,0.153725174569888,0.111299414648978,0.285686801774506,0.5,0.153725174569888,0.079617013715867,0.343474940336236,0.153725174569888,0.146992308889794,0.104928555190627,0.5,0.153725174569888,0.0816062392354102,0.146629092719562,0.153725174569888,0.106126921392817,0.128462270943989,0.153725174569888,0.0467337895748497,0.743763869868897,0.153725174569888,0.0598373042446638,0.435564525449664,0.153725174569888,0.0433882803311621,0.296001995409037,0.153725174569888,0.0675655535783181,0.170201200559945,0.153725174569888,0.0737720604678682,0.0601164975870386,0.5,0.153725174569888,0.105653527028953,0.0434616071001475,0,0.888621923541451,0.996640885817215 -544,0.5,0.153725174569888,0.0611284302433966,0.390535735948001,0.153725174569888,0.0225262556873124,0.600004365408762,0.153725174569888,0.0162994725758869,0.0845998719808561,0.153725174569888,0.036270803066361,0.190476110041506,0.153725174569888,0.0338171637803786,0.162993811427455,0.153725174569888,0.0347735830327718,0.164517627850425,0.153725174569888,0.0296544044379466,0.132838878660482,0.153725174569888,0.0457553200646589,0.332799982478408,0.5,0.153725174569888,0.0312707746305594,0.321613832936199,0.153725174569888,0.061448522215451,0.101780058537795,0.5,0.153725174569888,0.0528438537640644,0.159073376908057,0.153725174569888,0.0511443806686895,0.1176182335017,0.153725174569888,0.0173963226425971,0.753270052339788,0.153725174569888,0.0274064077182217,0.437768556714272,0.153725174569888,0.0171796547759038,0.295793457848137,0.153725174569888,0.0381530359381873,0.157985349583504,0.153725174569888,0.0332938208286189,0.0527982157380046,0.5,0.153725174569888,0.0523597231675939,0.0292124486160939,0,0.887083907764999,0.998079127949317 -545,0.5,0.153725174569888,2.50915219653032e-07,0.403112621045519,0.153725174569888,2.53060552708839e-05,0.645679215584571,0.153725174569888,0.000168287386966078,0.0807694645294659,0.153725174569888,0.0,0.196791837010789,0.153725174569888,0.000182638959813876,0.11089976174333,0.153725174569888,0.0,0.178572439800573,0.153725174569888,0.0,0.0999100136927023,0.153725174569888,0.0,0.29639247311855,0.5,0.153725174569888,0.000141109578763692,0.335308426789558,0.153725174569888,0.0,0.0958312166290952,0.5,0.153725174569888,0.000117625594422486,0.123886926885264,0.153725174569888,0.0,0.102558548638396,0.153725174569888,3.75197165159068e-06,0.786695514040569,0.153725174569888,0.000125345035036516,0.438959014135565,0.153725174569888,0.000325508767565208,0.31467673807384,0.153725174569888,0.0,0.131957193937657,0.153725174569888,0.000251186822131395,0.0404307320965538,0.5,0.153725174569888,0.000133404266465434,0.021171080641003,0,0.895287213192571,0.997564942015429 -546,0.5,0.153725174569888,0.0,0.462064701853435,0.153725174569888,0.0,0.69978621424077,0.153725174569888,0.0,0.0988747978300967,0.153725174569888,0.0,0.228991026022795,0.153725174569888,0.0,0.115802758473628,0.153725174569888,0.0,0.154865541739949,0.153725174569888,0.0,0.113583667671199,0.153725174569888,0.0,0.186034904697839,0.5,0.153725174569888,0.0,0.435449172356025,0.153725174569888,0.0,0.104731987646192,0.5,0.153725174569888,0.0,0.111890625961573,0.153725174569888,0.0,0.100207254264414,0.153725174569888,0.0,0.820821746710466,0.153725174569888,0.0,0.47364073774384,0.153725174569888,0.0,0.346229176885211,0.153725174569888,0.0,0.150179719974479,0.153725174569888,0.0,0.0449424609858362,0.5,0.153725174569888,0.0,0.0269963898419375,0,0.915872408776323,0.994120799326645 -547,0.5,0.153725174569888,0.0,0.511535201580218,0.153725174569888,0.0,0.722591773618115,0.153725174569888,0.0,0.112716209474253,0.153725174569888,0.0,0.258212133798497,0.153725174569888,0.0,0.140547568240382,0.153725174569888,0.0,0.112333336029362,0.153725174569888,0.0,0.119932543582726,0.153725174569888,0.0,0.157348076199617,0.5,0.153725174569888,0.0,0.447166719457861,0.153725174569888,0.0,0.104530986431245,0.5,0.153725174569888,0.0,0.103973996777683,0.153725174569888,0.0,0.114397123452548,0.153725174569888,0.0,0.843911737553805,0.153725174569888,0.0,0.53595924287606,0.153725174569888,0.0,0.360248037092596,0.153725174569888,0.0,0.203878588028539,0.153725174569888,0.0,0.0518694770159031,0.5,0.153725174569888,0.0,0.0357214469676405,0,0.941062214087444,0.989734733039223 -548,0.5,0.153725174569888,0.0,0.546717218290838,0.153725174569888,0.0,0.756966481041752,0.153725174569888,0.0,0.109016898845878,0.153725174569888,0.0,0.285904698504848,0.153725174569888,0.0,0.150316611982111,0.153725174569888,0.0,0.0696324863561302,0.153725174569888,0.0,0.100794090434255,0.153725174569888,0.0,0.195162045206337,0.5,0.153725174569888,0.0,0.391187887647708,0.153725174569888,0.0,0.0950006109513288,0.5,0.153725174569888,0.0,0.109387345591073,0.153725174569888,0.0,0.140589050282459,0.153725174569888,0.0,0.86148613019704,0.153725174569888,0.0,0.579992599716194,0.153725174569888,0.0,0.388229008424674,0.153725174569888,0.0,0.230491975303405,0.153725174569888,0.0,0.0568826637640249,0.5,0.153725174569888,0.0,0.0495411251605858,0,0.959448111257277,0.985414210744592 -549,0.5,0.153725174569888,0.0,0.557179363475382,0.153725174569888,0.0,0.769195648413396,0.153725174569888,0.0,0.0971171896821812,0.153725174569888,0.0,0.288827221043531,0.153725174569888,0.0,0.124588175128568,0.153725174569888,0.0,0.0493653498458103,0.153725174569888,0.0,0.0713986964617028,0.153725174569888,0.0,0.16905696433063,0.5,0.153725174569888,0.0,0.273415037263576,0.153725174569888,0.0,0.0826180022375982,0.5,0.153725174569888,0.0,0.244472534265508,0.153725174569888,0.0,0.18820978060753,0.153725174569888,0.0,0.871042074140138,0.153725174569888,0.0,0.581686585676648,0.153725174569888,0.0,0.409729726614625,0.153725174569888,0.0,0.188799174965861,0.153725174569888,0.0,0.0831955839558281,0.5,0.153725174569888,0.0,0.0574048724513374,0,0.963125507455673,0.991859927980935 -550,0.5,0.153725174569888,0.0,0.553962314274463,0.153725174569888,0.0,0.787818307154639,0.153725174569888,0.0,0.0942315693737534,0.153725174569888,0.0,0.277333447925953,0.153725174569888,0.0,0.0897876447053727,0.153725174569888,0.0,0.0417714404483588,0.153725174569888,0.0,0.0661264491266952,0.153725174569888,0.0,0.133054905800882,0.5,0.153725174569888,0.0,0.193003548797084,0.153725174569888,0.0,0.0704668369893986,0.5,0.153725174569888,0.0,0.233662683389811,0.153725174569888,0.0,0.293651973263795,0.153725174569888,0.0,0.88099679131559,0.153725174569888,0.0,0.566216786470032,0.153725174569888,0.0,0.415517456186191,0.153725174569888,0.0,0.16184552947652,0.153725174569888,0.0,0.0988487602278966,0.5,0.153725174569888,0.0,0.0548067532220509,0,0.958116369524366,0.996613580606973 -551,0.5,0.153725174569888,0.0,0.55017318021465,0.153725174569888,0.0,0.78132834136922,0.153725174569888,0.0,0.0910567174514036,0.153725174569888,0.0,0.273019621277271,0.153725174569888,0.0,0.0632584492564244,0.153725174569888,0.0,0.0262155430353718,0.153725174569888,0.0,0.0520226739923716,0.153725174569888,0.0,0.0910332420520176,0.5,0.153725174569888,0.0,0.20221125513123,0.153725174569888,0.0,0.0653825426095033,0.5,0.153725174569888,0.0,0.162227015445213,0.153725174569888,0.0,0.245741087329837,0.153725174569888,0.0,0.879402362468652,0.153725174569888,0.0,0.5374691760677,0.153725174569888,0.0,0.403149796251047,0.153725174569888,0.0,0.113967304085528,0.153725174569888,0.0,0.0911162613683809,0.5,0.153725174569888,0.0,0.0500709793562403,0,0.949999198977896,0.992231787026216 -552,0.5,0.153725174569888,0.0,0.559043849288688,0.153725174569888,0.0,0.750854334358036,0.153725174569888,0.0,0.0894905722510065,0.153725174569888,0.0,0.272358899341176,0.153725174569888,0.0,0.0458354701125418,0.153725174569888,0.0,0.00609586614773329,0.153725174569888,0.0,0.0280346087280684,0.153725174569888,0.0,0.0799918891837214,0.5,0.153725174569888,0.0,0.239953526727073,0.153725174569888,0.0,0.0556438188585201,0.5,0.153725174569888,0.0,0.125371558399832,0.153725174569888,0.0,0.25068908908157,0.153725174569888,0.0,0.873612013076334,0.153725174569888,0.0,0.50826591088502,0.153725174569888,0.0,0.387704910079378,0.153725174569888,0.0,0.0642111402959195,0.153725174569888,0.0,0.0688887478141273,0.5,0.153725174569888,0.0,0.0420053445005347,0,0.945258084458335,0.981185676507817 -553,0.5,0.153725174569888,0.0,0.57593342994637,0.153725174569888,0.0,0.724079760485934,0.153725174569888,0.0,0.0847809115623414,0.153725174569888,0.0,0.277405281781358,0.153725174569888,0.0,0.0415746887888129,0.153725174569888,0.0,0.0061281746493503,0.153725174569888,0.0,0.00990356611754444,0.153725174569888,0.0,0.126297710097506,0.5,0.153725174569888,0.0,0.315277290072549,0.153725174569888,0.0,0.0740676057755118,0.5,0.153725174569888,0.0,0.119913258152389,0.153725174569888,0.0,0.341969378409069,0.153725174569888,0.0,0.874092696140719,0.153725174569888,0.0,0.486478775029572,0.153725174569888,0.0,0.385187954060034,0.153725174569888,0.0,0.0344958094956836,0.153725174569888,0.0,0.0442662030428256,0.5,0.153725174569888,0.0,0.0296696174884054,0,0.947446063438157,0.963121610591231 -554,0.5,0.153725174569888,0.0,0.587375766345387,0.153725174569888,0.0,0.717072125051052,0.153725174569888,0.0,0.0807865234621585,0.153725174569888,0.0,0.27557311110281,0.153725174569888,0.0,0.0435807133786147,0.153725174569888,0.0,0.0208019283183821,0.153725174569888,0.0,0.00359008430157732,0.153725174569888,0.0,0.158209880842302,0.5,0.153725174569888,0.0,0.316826485268332,0.153725174569888,0.0,0.0581209039086552,0.5,0.153725174569888,0.0,0.131865906349214,0.153725174569888,0.0,0.316363129501693,0.153725174569888,0.0,0.874063949425987,0.153725174569888,0.0,0.463603339417085,0.153725174569888,0.0,0.37990462202237,0.153725174569888,0.0,0.0171482749397724,0.153725174569888,0.0,0.0373754537987478,0.5,0.153725174569888,0.0,0.0241927279273239,0,0.951231408695606,0.946671774874278 -555,0.5,0.153725174569888,0.0,0.578197795018148,0.153725174569888,0.0,0.686812185347249,0.153725174569888,0.0,0.0767449015670225,0.153725174569888,0.0,0.269375287539493,0.153725174569888,0.0,0.0555342708133333,0.153725174569888,0.0,0.0310948592211359,0.153725174569888,0.0,0.00146707924589562,0.153725174569888,0.0,0.179941678975805,0.5,0.153725174569888,0.0,0.360633162600906,0.153725174569888,0.0,0.0717359194469236,0.5,0.153725174569888,0.0,0.138344745336595,0.153725174569888,0.0,0.289617097947157,0.153725174569888,0.0,0.867422125824883,0.153725174569888,0.0,0.448530489777076,0.153725174569888,0.0,0.35936588791754,0.153725174569888,0.0,0.00947609382671524,0.153725174569888,0.0,0.0366294455101742,0.5,0.153725174569888,0.0,0.0215777060353725,0,0.951270875108232,0.946183051978603 -556,0.5,0.153725174569888,0.0,0.567873917938099,0.153725174569888,0.0,0.63873712234115,0.153725174569888,0.0,0.0730973300235495,0.153725174569888,0.0,0.266253640561749,0.153725174569888,0.0,0.0694514102983038,0.153725174569888,0.0,0.0379842160278138,0.153725174569888,0.0,0.00157426521497521,0.153725174569888,0.0,0.205830611794724,0.5,0.153725174569888,0.0,0.422990370474462,0.153725174569888,0.0,0.151327657437163,0.5,0.153725174569888,0.0,0.127494703009206,0.153725174569888,0.0,0.348170705907745,0.153725174569888,0.0,0.857085082579233,0.153725174569888,0.0,0.448033373327563,0.153725174569888,0.0,0.342084365379698,0.153725174569888,0.0,0.00375899781201104,0.153725174569888,0.0,0.0329148977368138,0.5,0.153725174569888,0.0,0.0170205347669537,0,0.952883654044417,0.955450723228787 -557,0.5,0.153725174569888,0.0,0.554796336297607,0.153725174569888,0.0,0.61808022939007,0.153725174569888,0.0,0.0693264216634061,0.153725174569888,0.0,0.254329145613431,0.153725174569888,0.0,0.0857698568695145,0.153725174569888,0.0,0.0422063066454882,0.153725174569888,0.0,0.00263007480534102,0.153725174569888,0.0,0.219985838598812,0.5,0.153725174569888,0.0,0.457686414470659,0.153725174569888,0.0,0.456231103738529,0.5,0.153725174569888,0.0,0.12637685776056,0.153725174569888,0.0,0.414678650954739,0.153725174569888,0.0,0.852125685030526,0.153725174569888,0.0,0.45022364011238,0.153725174569888,0.0,0.329964590285465,0.153725174569888,0.0,0.00123833994700111,0.153725174569888,0.0,0.0291159535632201,0.5,0.153725174569888,0.0,0.014156897290176,0,0.958494143265288,0.955370375045468 -558,0.5,0.153725174569888,0.0,0.548618251221254,0.153725174569888,0.0,0.596931686819012,0.153725174569888,0.0,0.062096324577815,0.153725174569888,0.0,0.239508396857499,0.153725174569888,0.0,0.0920978512299407,0.153725174569888,0.0,0.0430619588721864,0.153725174569888,0.0,0.00428723286522029,0.153725174569888,0.0,0.227021768675042,0.5,0.153725174569888,0.0,0.466655475019657,0.153725174569888,0.0,0.558819383157958,0.5,0.153725174569888,0.0,0.113039428774835,0.153725174569888,0.0,0.409007765298699,0.153725174569888,0.0,0.847251412512282,0.153725174569888,0.0,0.430908091564221,0.153725174569888,0.0,0.311379828096557,0.153725174569888,0.0,0.000463307199312013,0.153725174569888,0.0,0.0243679258880739,0.5,0.153725174569888,0.0,0.0221438898850157,0,0.959618553913313,0.948324578167068 -559,0.5,0.153725174569888,0.0,0.557773520066836,0.153725174569888,0.0,0.559455688555087,0.153725174569888,0.0,0.0560560127158934,0.153725174569888,0.0,0.242040926425051,0.153725174569888,0.0,0.0946217625917731,0.153725174569888,0.0,0.0362575064843876,0.153725174569888,0.0,0.00590545653006834,0.153725174569888,0.0,0.214816875524064,0.5,0.153725174569888,0.0,0.450485439008834,0.153725174569888,0.0,0.527092026941979,0.5,0.153725174569888,0.0,0.0848426203969823,0.153725174569888,0.0,0.41070187860684,0.153725174569888,0.0,0.842877555067124,0.153725174569888,0.0,0.407467423645016,0.153725174569888,0.0,0.284552005384646,0.153725174569888,0.0,0.000570356927256427,0.153725174569888,0.0,0.0263440706732916,0.5,0.153725174569888,0.0,0.0714629478114493,0,0.959956244911909,0.943510338140941 -560,0.5,0.153725174569888,0.0,0.560143422699809,0.153725174569888,0.0,0.535351132261888,0.153725174569888,0.0,0.0592212544796787,0.153725174569888,0.0,0.258541522119521,0.153725174569888,0.0,0.0997061399107252,0.153725174569888,0.0,0.0291636112152563,0.153725174569888,0.0,0.00499533281738528,0.153725174569888,0.0,0.190666399796262,0.5,0.153725174569888,0.0,0.406652428874557,0.153725174569888,0.0,0.511200548756824,0.5,0.153725174569888,0.0,0.0757306701916312,0.153725174569888,0.0,0.433501363970927,0.153725174569888,0.0,0.845050287425534,0.153725174569888,0.0,0.405221468516932,0.153725174569888,0.0,0.267354585352135,0.153725174569888,0.0,0.00235320564784787,0.153725174569888,0.0,0.0245524062874311,0.5,0.153725174569888,0.0,0.131625276514898,0,0.961131243002352,0.941650703742178 -561,0.5,0.153725174569888,0.0028846645554656,0.563036947739188,0.153725174569888,0.0,0.546856414429379,0.153725174569888,0.00140990835351277,0.0651856516157286,0.153725174569888,0.00278729094423046,0.276371385488427,0.153725174569888,0.0,0.105038981809918,0.153725174569888,0.0,0.0191971059866765,0.153725174569888,8.98379811042758e-07,0.004721338217446,0.153725174569888,5.18376400431674e-05,0.154597325645906,0.5,0.153725174569888,0.000352467939327203,0.342575376116103,0.153725174569888,0.00324436703342641,0.48109374472573,0.5,0.153725174569888,0.000851642837168327,0.070596641663037,0.153725174569888,0.00181101064400599,0.440390969779733,0.153725174569888,0.0,0.849820228094511,0.153725174569888,2.63794285980093e-06,0.414598460660046,0.153725174569888,0.000200367157702778,0.26628201766257,0.153725174569888,0.00058589469541972,0.00423627335592586,0.153725174569888,0.00245919560349112,0.0226125681641825,0.5,0.153725174569888,0.00396645858938712,0.133649944474972,0,0.960063921174942,0.942686191303181 -562,0.5,0.153725174569888,0.0755726852697362,0.571379808607656,0.153725174569888,0.0367038078319117,0.581149610592592,0.153725174569888,0.0207302910155618,0.0703806325455824,0.153725174569888,0.031707244954704,0.286505921394614,0.153725174569888,0.0156135632542691,0.11320680473668,0.153725174569888,0.0133579389667609,0.0157049363318527,0.153725174569888,0.0077972124884781,0.00539304943515026,0.153725174569888,0.0132132583770954,0.127180341963589,0.5,0.153725174569888,0.0168453176741928,0.280190560560832,0.153725174569888,0.0377395298978606,0.447082783918414,0.5,0.153725174569888,0.0137914165714829,0.0905365690922892,0.153725174569888,0.0291225952588628,0.432368480369061,0.153725174569888,0.053992739897927,0.871311465653935,0.153725174569888,0.019778604656067,0.422863295603184,0.153725174569888,0.0200173244512179,0.284509925132366,0.153725174569888,0.0208995061859736,0.00716810309292882,0.153725174569888,0.032772113666553,0.0328724616423742,0.5,0.153725174569888,0.0346281080943759,0.161723910348136,0,0.966878494636355,0.924632499776343 -563,0.5,0.153725174569888,0.168023611723381,0.583135559895773,0.153725174569888,0.104472852704212,0.715432189758345,0.153725174569888,0.0489131866145792,0.081796945115725,0.153725174569888,0.0655042696834733,0.277198885915322,0.153725174569888,0.0517285065538844,0.137768345045656,0.153725174569888,0.0382064414235346,0.0154295307790992,0.153725174569888,0.0286159690807725,0.00714799605692214,0.153725174569888,0.042534541628074,0.111532441833365,0.5,0.153725174569888,0.0478420727288473,0.226866691661307,0.153725174569888,0.0531258523873004,0.385265651151431,0.5,0.153725174569888,0.0334956471613386,0.0866321342657626,0.153725174569888,0.0717108775223405,0.390282894660319,0.153725174569888,0.164342421197534,0.888216255396456,0.153725174569888,0.0627709853556039,0.434890579463356,0.153725174569888,0.0571982466374327,0.322699150589364,0.153725174569888,0.06057718848675,0.0128682070159176,0.153725174569888,0.0648702803948415,0.0365757444384917,0.5,0.153725174569888,0.0683693981563968,0.208372504864356,0,0.973523283851184,0.924532623196164 -564,0.5,0.153725174569888,0.253804518695234,0.581176102254981,0.153725174569888,0.169214460816353,0.683647251636737,0.153725174569888,0.0716803869607993,0.0993041192760672,0.153725174569888,0.0919958516767199,0.290124566573228,0.153725174569888,0.0750018290001377,0.140842668235392,0.153725174569888,0.0507781013762587,0.0127738495502404,0.153725174569888,0.0499199023291369,0.0101642256163901,0.153725174569888,0.0670629299696421,0.0994587282059615,0.5,0.153725174569888,0.0738926641629759,0.182554403782052,0.153725174569888,0.0652032839295456,0.318052254160308,0.5,0.153725174569888,0.0529843431145388,0.0769852013801699,0.153725174569888,0.107688637733869,0.316309401875766,0.153725174569888,0.274288077780794,0.879038648089623,0.153725174569888,0.0991116524912262,0.462009988306808,0.153725174569888,0.0953167711069703,0.336018787845828,0.153725174569888,0.0797080643033239,0.0145687639467125,0.153725174569888,0.0646619369528296,0.0315203900747343,0.5,0.153725174569888,0.0863021619605363,0.209708846369926,0,0.970749046956782,0.949766741213541 -565,0.5,0.153725174569888,0.308333074297102,0.601229853954199,0.153725174569888,0.198486787028922,0.664212961066527,0.153725174569888,0.0824698684375817,0.113293001888663,0.153725174569888,0.105539065888311,0.320972966625422,0.153725174569888,0.0836865599028781,0.179863525095721,0.153725174569888,0.0588784418168098,0.0116831648702025,0.153725174569888,0.0556828861335143,0.0154078059612814,0.153725174569888,0.0809224638612433,0.0729415882737069,0.5,0.153725174569888,0.081446999110608,0.136994786824711,0.153725174569888,0.0747888473858394,0.271210345079696,0.5,0.153725174569888,0.0600057354761117,0.0678529685123998,0.153725174569888,0.11836008992913,0.237107758757723,0.153725174569888,0.365283028398468,0.873630613896943,0.153725174569888,0.116249774242037,0.476292214923974,0.153725174569888,0.110401025103421,0.348180396991296,0.153725174569888,0.155570631019232,0.0168030122918745,0.153725174569888,0.0647133563637923,0.0297245293129255,0.5,0.153725174569888,0.0793177818175598,0.206405845618912,0,0.967343781015815,0.977002597705196 -566,0.5,0.153725174569888,0.31200102191309,0.607091969308383,0.153725174569888,0.211578587612613,0.644506170136332,0.153725174569888,0.0732045862500317,0.116751453509805,0.153725174569888,0.0957376278417801,0.321883315919763,0.153725174569888,0.0778447706519763,0.233207145245489,0.153725174569888,0.0554065701981297,0.012102873202027,0.153725174569888,0.0499719273253776,0.0277677539853934,0.153725174569888,0.0784024017578869,0.0462483445600255,0.5,0.153725174569888,0.0756782487076135,0.0872392411572673,0.153725174569888,0.0794714195990004,0.241483379842811,0.5,0.153725174569888,0.0565125548299066,0.0539613424176782,0.153725174569888,0.101656872709037,0.175853553730425,0.153725174569888,0.395238371516232,0.861169483423871,0.153725174569888,0.108710331075891,0.501652642664253,0.153725174569888,0.100878609663313,0.340303138706391,0.153725174569888,0.115426367211175,0.015435442107597,0.153725174569888,0.0619679654011612,0.0301259624755639,0.5,0.153725174569888,0.0606528903245167,0.195678099708826,0,0.964449651327636,0.969197455092132 -567,0.5,0.153725174569888,0.263255093626564,0.569368448860258,0.153725174569888,0.254624632615496,0.667593948829653,0.153725174569888,0.0547263722268162,0.122222006311768,0.153725174569888,0.0647659127249643,0.303843250528086,0.153725174569888,0.0583807772636956,0.253291438454582,0.153725174569888,0.0366598272680638,0.0120708618239229,0.153725174569888,0.031094972698137,0.0433747307934572,0.153725174569888,0.0632849654481882,0.0220601230503475,0.5,0.153725174569888,0.0632066478789543,0.0509000350496787,0.153725174569888,0.0552920056373762,0.183121305014554,0.5,0.153725174569888,0.0406363044588051,0.0378249109775092,0.153725174569888,0.0732533989641454,0.121133503225483,0.153725174569888,0.35178415623034,0.866223394695481,0.153725174569888,0.102987694799772,0.522086944164744,0.153725174569888,0.0734085220373668,0.333625713195607,0.153725174569888,0.0562415892734605,0.0152119184965175,0.153725174569888,0.0466716044143691,0.0314751541349562,0.5,0.153725174569888,0.0415937284824751,0.174366732284833,0,0.952093183147038,0.955451767306494 -568,0.5,0.153725174569888,0.0816552239619972,0.495694512228948,0.153725174569888,0.118745653121488,0.682090895515404,0.153725174569888,0.0238916424778535,0.13905925932062,0.153725174569888,0.0258312914115388,0.309305631814375,0.153725174569888,0.0352161274176442,0.205286681349251,0.153725174569888,0.0168346921390706,0.0111103956554866,0.153725174569888,0.0180792833045102,0.0516625667447684,0.153725174569888,0.033501325969014,0.00590214704780954,0.5,0.153725174569888,0.0298292370195841,0.0306209963994174,0.153725174569888,0.0255775551692832,0.131654891848385,0.5,0.153725174569888,0.0235036130002005,0.0273468667717867,0.153725174569888,0.036364795370617,0.0823010787829953,0.153725174569888,0.180971095233875,0.84817131313914,0.153725174569888,0.0591247015399131,0.480789723561087,0.153725174569888,0.0442851560620411,0.362115975772038,0.153725174569888,0.0212411694757341,0.0184623236707434,0.153725174569888,0.0185553407990806,0.0304833238242549,0.5,0.153725174569888,0.0158588811954458,0.133724444789905,0,0.928536032291988,0.94885980828909 -569,0.5,0.153725174569888,0.0,0.446182730301919,0.153725174569888,0.0,0.547151964121358,0.153725174569888,8.45872049308754e-05,0.149965288856113,0.153725174569888,0.0,0.322981619290771,0.153725174569888,0.0,0.175650730904718,0.153725174569888,0.000175832216351744,0.0179446863889386,0.153725174569888,0.000539053476263448,0.0493531593159028,0.153725174569888,0.000381344385260659,0.00175183611233007,0.5,0.153725174569888,0.000200208381455994,0.0148434320007676,0.153725174569888,0.000722094039894304,0.0865892011993256,0.5,0.153725174569888,0.000519238165721213,0.0170552412944882,0.153725174569888,0.000338722674689833,0.0479289279836749,0.153725174569888,0.0,0.772045631168403,0.153725174569888,0.0,0.426377870669035,0.153725174569888,0.000158152757438909,0.358744456884546,0.153725174569888,0.000183038998228149,0.0178058706337519,0.153725174569888,0.00037677188298394,0.025900369384884,0.5,0.153725174569888,0.000376121134660558,0.088651888588209,0,0.909506581628455,0.960923557795837 -570,0.5,0.153725174569888,0.0,0.439756625657299,0.153725174569888,0.0,0.476116212648257,0.153725174569888,0.0,0.159770132144502,0.153725174569888,0.0,0.34936279207956,0.153725174569888,0.0,0.177714808143876,0.153725174569888,0.0,0.0283261599613979,0.153725174569888,0.0,0.0524290485901807,0.153725174569888,0.0,0.000914942364878767,0.5,0.153725174569888,0.0,0.00730496769025998,0.153725174569888,0.0,0.0543129292712799,0.5,0.153725174569888,0.0,0.0136954741683142,0.153725174569888,0.0,0.0307897894983281,0.153725174569888,0.0,0.690594961508097,0.153725174569888,0.0,0.435915833622119,0.153725174569888,0.0,0.344736779915012,0.153725174569888,0.0,0.0155764812410244,0.153725174569888,0.0,0.027290077568899,0.5,0.153725174569888,0.0,0.0642477284137835,0,0.897237319744604,0.978143523722337 -571,0.5,0.153725174569888,0.0,0.415225164245179,0.153725174569888,0.0,0.402982642766723,0.153725174569888,0.0,0.160361205479367,0.153725174569888,0.0,0.360263880459718,0.153725174569888,0.0,0.212970517451487,0.153725174569888,0.0,0.0435133128989859,0.153725174569888,0.0,0.0550770082450631,0.153725174569888,0.0,0.000589870137253817,0.5,0.153725174569888,0.0,0.00371229797647295,0.153725174569888,0.0,0.0313277576005537,0.5,0.153725174569888,0.0,0.00956713052968643,0.153725174569888,0.0,0.024516608356439,0.153725174569888,0.0,0.639461070396775,0.153725174569888,0.0,0.492762047293725,0.153725174569888,0.0,0.335370405825935,0.153725174569888,0.0,0.0167338129482585,0.153725174569888,0.0,0.032720933047843,0.5,0.153725174569888,0.0,0.0515665125816742,0,0.901157195047291,0.978400134724957 -572,0.5,0.153725174569888,0.0,0.395326094187033,0.153725174569888,0.0,0.417358535733428,0.153725174569888,0.0,0.149629757510404,0.153725174569888,0.0,0.33949028372345,0.153725174569888,0.0,0.246001510657918,0.153725174569888,0.0,0.0468557821563515,0.153725174569888,0.0,0.060785923065572,0.153725174569888,0.0,0.000301527426181924,0.5,0.153725174569888,0.0,0.00140477155673904,0.153725174569888,0.0,0.0196601423798106,0.5,0.153725174569888,0.0,0.00570614087329943,0.153725174569888,0.0,0.0161551484688759,0.153725174569888,0.0,0.656368316516804,0.153725174569888,0.0,0.524754773256019,0.153725174569888,0.0,0.338133866094525,0.153725174569888,0.0,0.0203513534785931,0.153725174569888,0.0,0.0362740740305167,0.5,0.153725174569888,0.0,0.0422786401707546,0,0.908576975499637,0.977857785331894 -573,0.5,0.153725174569888,0.0,0.370896273861744,0.153725174569888,0.0,0.477419323457937,0.153725174569888,0.0,0.147383988291028,0.153725174569888,0.0,0.322326487569304,0.153725174569888,0.0,0.22954255992622,0.153725174569888,0.0,0.0395781190882499,0.153725174569888,0.0,0.0559594879209443,0.153725174569888,0.0,0.000731974919759091,0.5,0.153725174569888,0.0,0.00072224147206123,0.153725174569888,0.0,0.0114528726737455,0.5,0.153725174569888,0.0,0.0030499696719421,0.153725174569888,0.0,0.0123101904155489,0.153725174569888,0.0,0.683796803924921,0.153725174569888,0.0,0.495463070445849,0.153725174569888,0.0,0.383118314011807,0.153725174569888,0.0,0.0342921154548465,0.153725174569888,0.0,0.0391723700358518,0.5,0.153725174569888,0.0,0.0367808553521684,0,0.906067486967938,0.976257459619692 -574,0.5,0.153725174569888,0.0,0.326765093371084,0.153725174569888,0.0,0.433742110358309,0.153725174569888,0.0,0.155546064701511,0.153725174569888,0.0,0.29660247463992,0.153725174569888,0.0,0.216059706821426,0.153725174569888,0.0,0.0423930523414674,0.153725174569888,0.0,0.0420118531800494,0.153725174569888,0.0,0.00292732874609546,0.5,0.153725174569888,0.0,0.00146576894966011,0.153725174569888,0.0,0.0113578525421047,0.5,0.153725174569888,0.0,0.00100989175670165,0.153725174569888,0.0,0.0104977109698007,0.153725174569888,0.0,0.632292434412186,0.153725174569888,0.0,0.470963466307885,0.153725174569888,0.0,0.374033526338547,0.153725174569888,0.0,0.0309612389226251,0.153725174569888,0.0,0.0448313913896409,0.5,0.153725174569888,0.0,0.0273981045876452,0,0.881182946013129,0.948393393407077 -575,0.5,0.153725174569888,0.0,0.292321545293036,0.153725174569888,0.0,0.334229039032805,0.153725174569888,0.0,0.156093667145719,0.153725174569888,0.0,0.25624847558151,0.153725174569888,0.0,0.208965145027619,0.153725174569888,0.0,0.0217517881494146,0.153725174569888,0.0,0.0405244777531567,0.153725174569888,0.0,0.000675418449422029,0.5,0.153725174569888,0.0,0.00130122716098406,0.153725174569888,0.0,0.0161506760330101,0.5,0.153725174569888,0.0,0.000877447081257381,0.153725174569888,0.0,0.0130416839868303,0.153725174569888,0.0,0.633128071862893,0.153725174569888,0.0,0.460262289692551,0.153725174569888,0.0,0.311395153036572,0.153725174569888,0.0,0.0210823939436898,0.153725174569888,0.0,0.0591438819342276,0.5,0.153725174569888,0.0,0.0254390625070493,0,0.850591526913716,0.943164385118063 -576,0.5,0.153725174569888,0.0,0.26807491608997,0.153725174569888,0.0,0.363846615045984,0.153725174569888,0.0,0.145076388347317,0.153725174569888,0.0,0.226464233892163,0.153725174569888,0.0,0.169717212213227,0.153725174569888,0.0,0.0157584315339712,0.153725174569888,0.0,0.0353616374725694,0.153725174569888,0.0,0.000597081460934874,0.5,0.153725174569888,0.0,0.00124111630309275,0.153725174569888,0.0,0.0260164387356139,0.5,0.153725174569888,0.0,0.000295723858506803,0.153725174569888,0.0,0.0119016345314124,0.153725174569888,0.0,0.639203411577878,0.153725174569888,0.0,0.416289395153317,0.153725174569888,0.0,0.28645185166385,0.153725174569888,0.0,0.0235431180471564,0.153725174569888,0.0,0.0662039889317232,0.5,0.153725174569888,0.0,0.0264976363727846,0,0.781016102179021,0.974820852926219 -577,0.5,0.153725174569888,0.0,0.233156031756816,0.153725174569888,0.0,0.354126647280655,0.153725174569888,0.0,0.129149178826756,0.153725174569888,0.0,0.203208360973383,0.153725174569888,0.0,0.171562497988976,0.153725174569888,0.0,0.0228482550454056,0.153725174569888,0.0,0.0265475360079677,0.153725174569888,0.0,0.0019887338881564,0.5,0.153725174569888,0.0,0.00193461654496315,0.153725174569888,0.0,0.0280750531780134,0.5,0.153725174569888,0.0,0.0027230038352979,0.153725174569888,0.0,0.00814269032785663,0.153725174569888,0.0,0.553033522304562,0.153725174569888,0.0,0.397764976597936,0.153725174569888,0.0,0.275029349020358,0.153725174569888,0.0,0.0196653753468801,0.153725174569888,0.0,0.0652270176175218,0.5,0.153725174569888,0.0,0.0316433465552113,0,0.742680040168448,0.975605778421595 -578,0.5,0.153725174569888,0.0,0.201103994585471,0.153725174569888,0.0,0.253329175206653,0.153725174569888,0.0,0.121682007052188,0.153725174569888,0.0,0.178203490134673,0.153725174569888,0.0,0.179033792324701,0.153725174569888,0.0,0.0239073455828756,0.153725174569888,0.0,0.0308148527314833,0.153725174569888,0.0,0.00279256511041155,0.5,0.153725174569888,0.0,0.00266340858108744,0.153725174569888,0.0,0.0268443949509525,0.5,0.153725174569888,0.0,0.00965873967847224,0.153725174569888,0.0,0.00645124890241288,0.153725174569888,0.0,0.539907131415096,0.153725174569888,0.0,0.410582897561487,0.153725174569888,0.0,0.245714801494655,0.153725174569888,0.0,0.0123851662080131,0.153725174569888,0.0,0.0553433063960457,0.5,0.153725174569888,0.0,0.0317943961982704,0,0.681517335402965,0.957457512795697 -579,0.5,0.153725174569888,0.0,0.192746481695718,0.153725174569888,0.0,0.273790163413886,0.153725174569888,0.0,0.118015194384514,0.153725174569888,0.0,0.168781852934406,0.153725174569888,0.0,0.135556730056863,0.153725174569888,0.0,0.0122312192374748,0.153725174569888,0.0,0.0322019371366062,0.153725174569888,0.0,0.00117704405853769,0.5,0.153725174569888,0.0,0.00322461265819062,0.153725174569888,0.0,0.0189375322413994,0.5,0.153725174569888,0.0,0.0102507289900417,0.153725174569888,0.0,0.00621884308598577,0.153725174569888,0.0,0.542604068026086,0.153725174569888,0.0,0.370780535898515,0.153725174569888,0.0,0.245595029677548,0.153725174569888,0.0,0.016104678591271,0.153725174569888,0.0,0.0498715307669859,0.5,0.153725174569888,0.0,0.0263185290873592,0,0.655715076676339,0.958622968501809 -580,0.5,0.153725174569888,0.0,0.201088701482863,0.153725174569888,0.0,0.27714386524606,0.153725174569888,0.0,0.121453631626991,0.153725174569888,0.0,0.169495170805173,0.153725174569888,0.0,0.117395998591805,0.153725174569888,0.0,0.0113548655112729,0.153725174569888,0.0,0.0251266942205173,0.153725174569888,0.0,0.00112982095123195,0.5,0.153725174569888,0.0,0.00321318132470801,0.153725174569888,0.0,0.012166045296221,0.5,0.153725174569888,0.0,0.00982979221712502,0.153725174569888,0.0,0.0058228018874173,0.153725174569888,0.0,0.532869529695594,0.153725174569888,0.0,0.347337433638447,0.153725174569888,0.0,0.265374619901463,0.153725174569888,0.0,0.0190100795143779,0.153725174569888,0.0,0.0500343697980755,0.5,0.153725174569888,0.0,0.0263360787596408,0,0.750192464829459,0.956272466783422 -581,0.5,0.153725174569888,0.0,0.206452810591338,0.153725174569888,0.0,0.263906716580589,0.153725174569888,0.0,0.122424460641196,0.153725174569888,0.0,0.165259717764406,0.153725174569888,0.0,0.118673183452547,0.153725174569888,0.0,0.0116533186227714,0.153725174569888,0.0,0.0238345036557101,0.153725174569888,0.0,0.00195823677223714,0.5,0.153725174569888,0.0,0.00255493741498422,0.153725174569888,0.0,0.00895627920748622,0.5,0.153725174569888,0.0,0.00917586634736291,0.153725174569888,0.0,0.00512068242364785,0.153725174569888,0.0,0.527337519731769,0.153725174569888,0.0,0.354788427510556,0.153725174569888,0.0,0.239636010459184,0.153725174569888,0.0,0.0163551690048718,0.153725174569888,0.0,0.0458604687021949,0.5,0.153725174569888,0.0,0.0298923835923955,0,0.803030436742537,0.95539978034172 -582,0.5,0.153725174569888,0.0,0.195751643083681,0.153725174569888,0.0,0.263085498084385,0.153725174569888,0.0,0.113592141618258,0.153725174569888,0.0,0.149050595973552,0.153725174569888,0.0,0.124320526106607,0.153725174569888,0.0,0.0112133481615065,0.153725174569888,0.0,0.0247664954751238,0.153725174569888,0.0,0.00289880682944898,0.5,0.153725174569888,0.0,0.00198174368166354,0.153725174569888,0.0,0.00414575900151809,0.5,0.153725174569888,0.0,0.00572492377549503,0.153725174569888,0.0,0.00350831740035237,0.153725174569888,0.0,0.545007613509357,0.153725174569888,0.0,0.371108350469296,0.153725174569888,0.0,0.230338294188781,0.153725174569888,0.0,0.0152083126070777,0.153725174569888,0.0,0.0395836846007507,0.5,0.153725174569888,0.0,0.0227218576903793,0,0.775582699614348,0.964929556592737 -583,0.5,0.153725174569888,0.0,0.179096756054312,0.153725174569888,0.0,0.261945867349754,0.153725174569888,0.0,0.0975904906052373,0.153725174569888,0.0,0.133841533484457,0.153725174569888,0.0,0.129944776121451,0.153725174569888,0.0,0.0158629128154918,0.153725174569888,0.0,0.0264726022846879,0.153725174569888,0.0,0.00544636870052052,0.5,0.153725174569888,0.0,0.00192485771882067,0.153725174569888,0.0,0.00258172042714233,0.5,0.153725174569888,0.0,0.00451468629961016,0.153725174569888,0.0,0.00250346344331805,0.153725174569888,0.0,0.544629908837556,0.153725174569888,0.0,0.382800772180168,0.153725174569888,0.0,0.24311211890954,0.153725174569888,0.0,0.0152978689926243,0.153725174569888,0.0,0.0385278212448922,0.5,0.153725174569888,0.0,0.0199354021260663,0,0.740310792761354,0.977129862723126 -584,0.5,0.153725174569888,0.0,0.169998039713199,0.153725174569888,0.0,0.23987210305726,0.153725174569888,0.0,0.0913587948117653,0.153725174569888,0.0,0.121770627050657,0.153725174569888,0.0,0.142369196258634,0.153725174569888,0.0,0.021381793922193,0.153725174569888,0.0,0.0276705594181579,0.153725174569888,0.0,0.00856194311124101,0.5,0.153725174569888,0.0,0.00228493884540997,0.153725174569888,0.0,0.00180536946980087,0.5,0.153725174569888,0.0,0.00403456495817679,0.153725174569888,0.0,0.0021651143644408,0.153725174569888,0.0,0.558565117130124,0.153725174569888,0.0,0.408277908017862,0.153725174569888,0.0,0.237267686462247,0.153725174569888,0.0,0.0167076110942674,0.153725174569888,0.0,0.0432487802561945,0.5,0.153725174569888,0.0,0.0223745461167871,0,0.708755012375841,0.984864807408578 -585,0.5,0.153725174569888,0.0085439374228919,0.175665019897265,0.153725174569888,3.70367233255685e-06,0.244705560260345,0.153725174569888,0.00538624405189525,0.0915092310199604,0.153725174569888,0.0191847839878222,0.121708970973057,0.153725174569888,0.0,0.149166514865378,0.153725174569888,0.0,0.0259807084737953,0.153725174569888,4.92308577295358e-05,0.0353329596409795,0.153725174569888,0.000331382951853634,0.01347196410268,0.5,0.153725174569888,0.000620768008060052,0.00419201258373872,0.153725174569888,0.00703061477663452,0.00174028109433231,0.5,0.153725174569888,0.00197778008957288,0.00586890593589694,0.153725174569888,0.00385626094642419,0.00195673610294423,0.153725174569888,1.22558245093046e-05,0.595279771917875,0.153725174569888,4.90360231352226e-05,0.441816632221217,0.153725174569888,0.00139021067098784,0.232945802706121,0.153725174569888,0.00226781792077794,0.0176879215560009,0.153725174569888,0.00407047497866287,0.0496537244259308,0.5,0.153725174569888,0.00626923140663144,0.0305801705483814,0,0.700225560362645,0.989832802873947 -586,0.5,0.153725174569888,0.18402903946164,0.205704847806865,0.153725174569888,0.114397212267526,0.417345491501465,0.153725174569888,0.114021911123,0.0808979475288808,0.153725174569888,0.195699370487865,0.136583987548607,0.153725174569888,0.0349285473496508,0.151951417607774,0.153725174569888,0.0380962469989381,0.0266909549003864,0.153725174569888,0.0237740431249285,0.0412659122339604,0.153725174569888,0.0583770153384397,0.0172489634172434,0.5,0.153725174569888,0.0294187124368967,0.00753304015664107,0.153725174569888,0.0827471601178594,0.00216410609103952,0.5,0.153725174569888,0.0377012396054823,0.00623845815834334,0.153725174569888,0.069662208105026,0.00138867863048274,0.153725174569888,0.0872470384096745,0.661342719012126,0.153725174569888,0.0423025695842861,0.469965992832648,0.153725174569888,0.0968435625196681,0.301204986191787,0.153725174569888,0.0789248566362064,0.0244018894027993,0.153725174569888,0.07085494605585,0.0506971697834581,0.5,0.153725174569888,0.0505120547822125,0.0580631812528944,0,0.729454858517479,0.993723099527849 -587,0.5,0.153725174569888,0.357183525474106,0.244021638128451,0.153725174569888,0.267716358982325,0.432841903638814,0.153725174569888,0.269996074166178,0.0696388979502289,0.153725174569888,0.3685949378532,0.155546854523797,0.153725174569888,0.105313243692442,0.148274067572844,0.153725174569888,0.105734510779374,0.052993441259579,0.153725174569888,0.0720062162362439,0.0510616599889327,0.153725174569888,0.146367187079941,0.0240235033652765,0.5,0.153725174569888,0.0880737278240882,0.0147067175427658,0.153725174569888,0.175542142123723,0.00494890654627165,0.5,0.153725174569888,0.0853999852145114,0.00398713283631485,0.153725174569888,0.144570958089024,0.00433916466267662,0.153725174569888,0.22286815276863,0.664246682602168,0.153725174569888,0.117527015100495,0.465264636023935,0.153725174569888,0.231977004433431,0.295575132606985,0.153725174569888,0.194364666540521,0.0266223403761687,0.153725174569888,0.170270012976746,0.0582746641482871,0.5,0.153725174569888,0.084943735631137,0.0884378057138839,0,0.750586548768983,1.00113327561633 -588,0.5,0.153725174569888,0.477157177044024,0.259416603889609,0.153725174569888,0.371819770155355,0.541506916956793,0.153725174569888,0.387769695702504,0.067560406617307,0.153725174569888,0.487478983775998,0.14899005186832,0.153725174569888,0.155873403019134,0.141755117509772,0.153725174569888,0.163162351041638,0.108757965592311,0.153725174569888,0.113415057656567,0.0745368633782105,0.153725174569888,0.217969957375843,0.0376885377543926,0.5,0.153725174569888,0.155129256223485,0.0321113313043122,0.153725174569888,0.255275971702415,0.00935467192191497,0.5,0.153725174569888,0.149533615325366,0.00134433683580244,0.153725174569888,0.192992283722232,0.00574011230327206,0.153725174569888,0.325216336105106,0.72286404639915,0.153725174569888,0.177385855651837,0.471884211561364,0.153725174569888,0.341654105429303,0.330403925797383,0.153725174569888,0.300999990744197,0.027032584517033,0.153725174569888,0.233007306568816,0.06860001257595,0.5,0.153725174569888,0.125551062513258,0.140380556450477,0,0.721275729133759,1.00394604856475 -589,0.5,0.153725174569888,0.524907746478561,0.24533253624287,0.153725174569888,0.426675952389022,0.526509918390345,0.153725174569888,0.458389530639489,0.0681230329845764,0.153725174569888,0.536945119042105,0.162229510841138,0.153725174569888,0.150701927436594,0.178751126046489,0.153725174569888,0.200710306962495,0.197388342970942,0.153725174569888,0.13352787393533,0.0941983089748389,0.153725174569888,0.242933506363484,0.07631304054631,0.5,0.153725174569888,0.19222964978317,0.0562142467520214,0.153725174569888,0.186008003766273,0.0169086758473705,0.5,0.153725174569888,0.136941046223496,0.00144391671579837,0.153725174569888,0.202957222010343,0.00752474696959685,0.153725174569888,0.360779557087721,0.733083868224705,0.153725174569888,0.212373103835316,0.555638274390933,0.153725174569888,0.375598734283811,0.342360318430021,0.153725174569888,0.343111920960483,0.036135974913405,0.153725174569888,0.256331896695809,0.0783882332202084,0.5,0.153725174569888,0.0902993602122425,0.172873472754776,0,0.69250863353064,1.00458123518961 -590,0.5,0.153725174569888,0.498217276451722,0.22191462227166,0.153725174569888,0.413265145749937,0.571355325734245,0.153725174569888,0.446239048568232,0.0694168401233085,0.153725174569888,0.509407754581604,0.165148723502597,0.153725174569888,0.125076062493281,0.186196828458709,0.153725174569888,0.197073420575209,0.267153312225698,0.153725174569888,0.133548938652355,0.123609660956683,0.153725174569888,0.218690543564348,0.129981638385393,0.5,0.153725174569888,0.176934681016446,0.0741553571473557,0.153725174569888,0.174479279239071,0.0203076779655202,0.5,0.153725174569888,0.0988388943862319,0.00401892055701138,0.153725174569888,0.17398852863542,0.0178903022309903,0.153725174569888,0.332606769717616,0.779927104885021,0.153725174569888,0.19966622315657,0.569895316880149,0.153725174569888,0.342760870485671,0.348958664265825,0.153725174569888,0.301270959995965,0.0419713284430815,0.153725174569888,0.233819814492093,0.074299767422971,0.5,0.153725174569888,0.0641789202580857,0.180618454901746,0,0.662172945266292,1.00363623178492 -591,0.5,0.153725174569888,0.391378088488939,0.200665507872054,0.153725174569888,0.314120650491122,0.651105597360939,0.153725174569888,0.368907969133877,0.0649510895492304,0.153725174569888,0.409635424689089,0.156517308238993,0.153725174569888,0.0937834313832094,0.150677952289842,0.153725174569888,0.0958818643146168,0.204011876527905,0.153725174569888,0.109456762585106,0.141968083018896,0.153725174569888,0.137162044731188,0.128031442638242,0.5,0.153725174569888,0.147887167122406,0.0936304830634616,0.153725174569888,0.086028604908236,0.0351562023733469,0.5,0.153725174569888,0.0759858208499343,0.0177983988764244,0.153725174569888,0.124747361157366,0.0330807471736765,0.153725174569888,0.214985056831881,0.757147785097162,0.153725174569888,0.12628952091634,0.524248042706392,0.153725174569888,0.245608314481988,0.398728023531336,0.153725174569888,0.207477350767364,0.0850852200496196,0.153725174569888,0.145058047615622,0.0636512811516405,0.5,0.153725174569888,0.0597646841001363,0.178574873814228,0,0.650894996214607,1.00288812708727 -592,0.5,0.153725174569888,0.121829347443548,0.165092581956578,0.153725174569888,0.128735828571205,0.548254369759798,0.153725174569888,0.17109113119363,0.0748275865215508,0.153725174569888,0.114250350506302,0.117324412096302,0.153725174569888,0.0323084385431314,0.156907070661272,0.153725174569888,0.046179924681852,0.167607607585986,0.153725174569888,0.0442070962907148,0.085880970296364,0.153725174569888,0.045663120093978,0.122877155147631,0.5,0.153725174569888,0.0699235056519821,0.0963842693012813,0.153725174569888,0.0348949852560187,0.0558856448794043,0.5,0.153725174569888,0.0480625512224801,0.0133080829973008,0.153725174569888,0.0717947146324162,0.0329238240340463,0.153725174569888,0.0813736668349895,0.754222015338415,0.153725174569888,0.0448419354767569,0.563968159619796,0.153725174569888,0.109793334495246,0.334848449528252,0.153725174569888,0.0973634807156794,0.0663903420179739,0.153725174569888,0.0740551773957908,0.0477623500521088,0.5,0.153725174569888,0.0286652498178379,0.158777672300878,0,0.699180618118395,0.99978850571458 -593,0.5,0.153725174569888,0.0,0.157528098892206,0.153725174569888,0.0,0.631163636638598,0.153725174569888,0.0,0.0665752848628678,0.153725174569888,0.0,0.075557312859985,0.153725174569888,0.000363554238203875,0.164607524258926,0.153725174569888,0.0,0.130109271272371,0.153725174569888,0.0,0.112454622794516,0.153725174569888,0.0,0.115432714259083,0.5,0.153725174569888,0.0,0.0939046535203129,0.153725174569888,0.0,0.0340953004204876,0.5,0.153725174569888,0.000169423011678921,0.027831432956725,0.153725174569888,0.0,0.0268471111717459,0.153725174569888,0.0,0.81741978884065,0.153725174569888,0.000247132852592143,0.60442941848675,0.153725174569888,0.0,0.372563522112033,0.153725174569888,0.0,0.0856833059659389,0.153725174569888,0.0,0.022145438671541,0.5,0.153725174569888,9.93361548170095e-05,0.0875238396504379,0,0.766528842480169,0.996344780727394 -594,0.5,0.153725174569888,0.0,0.180936689593682,0.153725174569888,0.0,0.682347038660532,0.153725174569888,0.0,0.0555726882810308,0.153725174569888,0.0,0.0759180517790452,0.153725174569888,0.0,0.186557229002242,0.153725174569888,0.0,0.148818787569612,0.153725174569888,0.0,0.150058131231411,0.153725174569888,0.0,0.128570893031293,0.5,0.153725174569888,0.0,0.105150795502103,0.153725174569888,0.0,0.0419670859576358,0.5,0.153725174569888,0.0,0.0187998112275701,0.153725174569888,0.0,0.0261738821974892,0.153725174569888,0.0,0.830538951867138,0.153725174569888,0.0,0.626006306843216,0.153725174569888,0.0,0.443507376466415,0.153725174569888,0.0,0.120629983903005,0.153725174569888,0.0,0.0135269644827405,0.5,0.153725174569888,0.0,0.0538960923788332,0,0.807223224251958,0.99911143388462 -595,0.5,0.153725174569888,0.0,0.208512108004239,0.153725174569888,0.0,0.683011789745892,0.153725174569888,0.0,0.0688085033046684,0.153725174569888,0.0,0.0772532792068171,0.153725174569888,0.0,0.278428646798959,0.153725174569888,0.0,0.280126742095987,0.153725174569888,0.0,0.212545266444224,0.153725174569888,0.0,0.260163432229568,0.5,0.153725174569888,0.0,0.147647746559614,0.153725174569888,0.0,0.0358309596542039,0.5,0.153725174569888,0.0,0.0286098942836722,0.153725174569888,0.0,0.032751260602954,0.153725174569888,0.0,0.871367797162403,0.153725174569888,0.0,0.694290028336088,0.153725174569888,0.0,0.425446537190079,0.153725174569888,0.0,0.12722075527695,0.153725174569888,0.0,0.00738699697413521,0.5,0.153725174569888,0.0,0.0561898870775551,0,0.805950317168695,0.998448857773098 -596,0.5,0.153725174569888,0.0,0.235145003494527,0.153725174569888,0.0,0.839216663864547,0.153725174569888,0.0,0.0624172753205704,0.153725174569888,0.0,0.0726593669999425,0.153725174569888,0.0,0.394244712983237,0.153725174569888,0.0,0.419798795134603,0.153725174569888,0.0,0.301502916700443,0.153725174569888,0.0,0.374171872318025,0.5,0.153725174569888,0.0,0.236675536088429,0.153725174569888,0.0,0.0449988281546033,0.5,0.153725174569888,0.0,0.0443490849287733,0.153725174569888,0.0,0.0470366070882849,0.153725174569888,0.0,0.878083732925812,0.153725174569888,0.0,0.7327803996013,0.153725174569888,0.0,0.459597678430598,0.153725174569888,0.0,0.181343867250394,0.153725174569888,0.0,0.00897225984894339,0.5,0.153725174569888,0.0,0.0378547700540143,0,0.840874869531182,0.995140533885445 -597,0.5,0.153725174569888,0.0,0.244298774136683,0.153725174569888,0.0,0.851683165417128,0.153725174569888,0.0,0.0471255379128921,0.153725174569888,0.0,0.0786355879892137,0.153725174569888,0.0,0.42420433895683,0.153725174569888,0.0,0.510689879547116,0.153725174569888,0.0,0.328166595865603,0.153725174569888,0.0,0.420613955107766,0.5,0.153725174569888,0.0,0.320795860954217,0.153725174569888,0.0,0.0577256806759631,0.5,0.153725174569888,0.0,0.0499624522517104,0.153725174569888,0.0,0.0567211600356099,0.153725174569888,0.0,0.862626113055261,0.153725174569888,0.0,0.689534798151632,0.153725174569888,0.0,0.492558180131564,0.153725174569888,0.0,0.215783407165881,0.153725174569888,0.0,0.0188320271229106,0.5,0.153725174569888,0.0,0.0461791429251842,0,0.881210777064612,0.969044273799984 -598,0.5,0.153725174569888,0.0,0.249587446580229,0.153725174569888,0.0,0.783419478749327,0.153725174569888,0.0,0.0604989234948325,0.153725174569888,0.0,0.0868702595056631,0.153725174569888,0.0,0.363026827202169,0.153725174569888,0.0,0.192774338933682,0.153725174569888,0.0,0.319289320074072,0.153725174569888,0.0,0.398322525572199,0.5,0.153725174569888,0.0,0.41759777959614,0.153725174569888,0.0,0.0914268982953858,0.5,0.153725174569888,0.0,0.0685445345767959,0.153725174569888,0.0,0.0749590055971894,0.153725174569888,0.0,0.832129260735767,0.153725174569888,0.0,0.644473778161852,0.153725174569888,0.0,0.449160414728495,0.153725174569888,0.0,0.254728092770582,0.153725174569888,0.0,0.0345513394793544,0.5,0.153725174569888,0.0,0.0615698482234683,0,0.874956777586638,0.892485930059373 -599,0.5,0.153725174569888,0.0,0.236702352336391,0.153725174569888,0.0,0.712792103201876,0.153725174569888,0.0,0.0656010555788286,0.153725174569888,0.0,0.0777509312953491,0.153725174569888,0.0,0.193018614757436,0.153725174569888,0.0,0.11581142739489,0.153725174569888,0.0,0.210507900918767,0.153725174569888,0.0,0.313229200164657,0.5,0.153725174569888,0.0,0.435814414726184,0.153725174569888,0.0,0.149903339813944,0.5,0.153725174569888,0.0,0.108783195434699,0.153725174569888,0.0,0.107777593807508,0.153725174569888,0.0,0.812134824437165,0.153725174569888,0.0,0.633131874589574,0.153725174569888,0.0,0.414972733837712,0.153725174569888,0.0,0.227886621152161,0.153725174569888,0.0,0.054114019338957,0.5,0.153725174569888,0.0,0.100259063871226,0,0.84475562704649,0.863156404778835 -600,0.5,0.153725174569888,0.0,0.205165608683828,0.153725174569888,0.0,0.761556860423913,0.153725174569888,0.0,0.0756625680626876,0.153725174569888,0.0,0.073491650146655,0.153725174569888,0.0,0.198954040194225,0.153725174569888,0.0,0.0774904250537317,0.153725174569888,0.0,0.153183835663719,0.153725174569888,0.0,0.248409239714716,0.5,0.153725174569888,0.0,0.364206752846045,0.153725174569888,0.0,0.27996637955383,0.5,0.153725174569888,0.0,0.163337730678661,0.153725174569888,0.0,0.216714693710349,0.153725174569888,0.0,0.835409881794137,0.153725174569888,0.0,0.616994107273209,0.153725174569888,0.0,0.462807114112662,0.153725174569888,0.0,0.213695679173369,0.153725174569888,0.0,0.0691590755636608,0.5,0.153725174569888,0.0,0.107203833017324,0,0.806512530560747,0.8343915188387 -601,0.5,0.153725174569888,0.0,0.185474680981486,0.153725174569888,0.0,0.812753361195282,0.153725174569888,0.0,0.10944741811259,0.153725174569888,0.0,0.0820553086029508,0.153725174569888,0.0,0.150465752077948,0.153725174569888,0.0,0.07002186135427,0.153725174569888,0.0,0.0843273680048224,0.153725174569888,0.0,0.312396299504214,0.5,0.153725174569888,0.0,0.222743615333711,0.153725174569888,0.0,0.391992504778764,0.5,0.153725174569888,0.0,0.172970990460577,0.153725174569888,0.0,0.284704068322848,0.153725174569888,0.0,0.85184154305499,0.153725174569888,0.0,0.577649054499884,0.153725174569888,0.0,0.527436263362413,0.153725174569888,0.0,0.161912197970084,0.153725174569888,0.0,0.063348254627506,0.5,0.153725174569888,0.0,0.0902094160631247,0,0.737806872630964,0.777477804813643 -602,0.5,0.153725174569888,0.0,0.167917065031203,0.153725174569888,0.0,0.798410336811347,0.153725174569888,0.0,0.12966436340475,0.153725174569888,0.0,0.0886389567950835,0.153725174569888,0.0,0.119938744098809,0.153725174569888,0.0,0.238160201981349,0.153725174569888,0.0,0.0326707794521885,0.153725174569888,0.0,0.506597347195849,0.5,0.153725174569888,0.0,0.421094580039944,0.153725174569888,0.0,0.453272971605558,0.5,0.153725174569888,0.0,0.227759967625317,0.153725174569888,0.0,0.34108959257793,0.153725174569888,0.0,0.840214123968229,0.153725174569888,0.0,0.586237014386286,0.153725174569888,0.0,0.570518800763599,0.153725174569888,0.0,0.1077364820286,0.153725174569888,0.0,0.0566755958510254,0.5,0.153725174569888,0.0,0.143328767344122,0,0.635897607083484,0.683750801964871 -603,0.5,0.153725174569888,0.0,0.138749058722588,0.153725174569888,0.0,0.736070457971763,0.153725174569888,0.0,0.118299284881062,0.153725174569888,0.0,0.0803097329152853,0.153725174569888,0.0,0.154204860509221,0.153725174569888,0.0,0.366620921431146,0.153725174569888,0.0,0.0190259742426726,0.153725174569888,0.0,0.639432290360966,0.5,0.153725174569888,0.0,0.619782232551616,0.153725174569888,0.0,0.580946166693204,0.5,0.153725174569888,0.0,0.314211167721176,0.153725174569888,0.0,0.491918146394874,0.153725174569888,0.0,0.802561537555749,0.153725174569888,0.0,0.641854249309165,0.153725174569888,0.0,0.55986820629812,0.153725174569888,0.0,0.0620816524027097,0.153725174569888,0.0,0.0517245032793252,0.5,0.153725174569888,0.0,0.130373853574589,0,0.535909497002946,0.631630707903205 -604,0.5,0.153725174569888,0.0,0.113492827924041,0.153725174569888,0.0,0.619301573656763,0.153725174569888,0.0,0.0914428609067942,0.153725174569888,0.0,0.0649335078731508,0.153725174569888,0.0,0.202794143837733,0.153725174569888,0.0,0.473660268754776,0.153725174569888,0.0,0.0278554415976187,0.153725174569888,0.0,0.75134191745701,0.5,0.153725174569888,0.0,0.729783907916522,0.153725174569888,0.0,0.782748048096284,0.5,0.153725174569888,0.0,0.377532554509074,0.153725174569888,0.0,0.726162550287386,0.153725174569888,0.0,0.731705557136186,0.153725174569888,0.0,0.656788301258137,0.153725174569888,0.0,0.492416687453475,0.153725174569888,0.0,0.0615918251926376,0.153725174569888,0.0,0.0388986217004734,0.5,0.153725174569888,0.0,0.0692143061758977,0,0.495937348494554,0.779474044702118 -605,0.5,0.153725174569888,0.0,0.0962318029362401,0.153725174569888,0.0,0.457358029782414,0.153725174569888,0.0,0.0694486192718061,0.153725174569888,0.0,0.0532744290787336,0.153725174569888,0.0,0.211849463723481,0.153725174569888,0.0,0.505147510958798,0.153725174569888,0.0,0.0572203691872833,0.153725174569888,0.0,0.807064856989461,0.5,0.153725174569888,0.0,0.791513774318462,0.153725174569888,0.0,0.852538453497911,0.5,0.153725174569888,0.0,0.49544487888726,0.153725174569888,0.0,0.91919569095116,0.153725174569888,0.0,0.632189572578368,0.153725174569888,0.0,0.57822120922674,0.153725174569888,0.0,0.387690511914868,0.153725174569888,0.0,0.0690391900119627,0.153725174569888,0.0,0.0458954878493698,0.5,0.153725174569888,0.0,0.112153922957795,0,0.474460043378953,0.937710840777019 -606,0.5,0.153725174569888,0.0,0.0841509507274945,0.153725174569888,0.0,0.359503853570101,0.153725174569888,0.0,0.0464141255539728,0.153725174569888,0.0,0.0508800023057076,0.153725174569888,0.0,0.158415055406194,0.153725174569888,0.0,0.380317422010112,0.153725174569888,0.0,0.0860591223938526,0.153725174569888,0.0,0.77874863975967,0.5,0.153725174569888,0.0,0.791767770418344,0.153725174569888,0.0,0.910728289643995,0.5,0.153725174569888,0.0,0.531493535203714,0.153725174569888,0.0,0.951718058841331,0.153725174569888,0.0,0.549505126287846,0.153725174569888,0.0,0.422784593304384,0.153725174569888,0.0,0.2787697892807,0.153725174569888,0.0,0.0520583025397572,0.153725174569888,0.0,0.0574779502390658,0.5,0.153725174569888,0.0,0.147362738514533,0,0.468089085485643,0.96169383759853 -607,0.5,0.153725174569888,0.0,0.077945129008269,0.153725174569888,0.0,0.331157123840154,0.153725174569888,0.0,0.0362065859202247,0.153725174569888,0.0,0.0489827483286848,0.153725174569888,0.0,0.114850412135581,0.153725174569888,0.0,0.234878626367086,0.153725174569888,0.0,0.0974667797866379,0.153725174569888,0.0,0.657741597605269,0.5,0.153725174569888,0.0,0.680983927703342,0.153725174569888,0.0,0.910876945551626,0.5,0.153725174569888,0.0,0.448967817675376,0.153725174569888,0.0,0.90167562675069,0.153725174569888,0.0,0.467195774474378,0.153725174569888,0.0,0.30449779115923,0.153725174569888,0.0,0.199279348525007,0.153725174569888,0.0,0.0286656177577842,0.153725174569888,0.0,0.0712863336048063,0.5,0.153725174569888,0.0,0.193463694407482,0,0.491572489959658,0.933215174023119 -608,0.5,0.153725174569888,0.0,0.07583470654213,0.153725174569888,0.0,0.235660797379748,0.153725174569888,0.0,0.031351598606535,0.153725174569888,0.0,0.0483665821966608,0.153725174569888,0.0,0.0976278383447358,0.153725174569888,0.0,0.182213015302612,0.153725174569888,0.0,0.0591418229449534,0.153725174569888,0.0,0.56179854184591,0.5,0.153725174569888,0.0,0.539656409766678,0.153725174569888,0.0,0.86800940428935,0.5,0.153725174569888,0.0,0.286165179314535,0.153725174569888,0.0,0.816173508282746,0.153725174569888,0.0,0.356983034390806,0.153725174569888,0.0,0.28615957452146,0.153725174569888,0.0,0.143981821747543,0.153725174569888,0.0,0.0153755283398323,0.153725174569888,0.0,0.0849588399058767,0.5,0.153725174569888,0.0,0.237338110734951,0,0.440706714572307,0.906710102232271 -609,0.5,0.153725174569888,0.0076185420325552,0.0724525490063449,0.153725174569888,0.000341850330593887,0.183638578609694,0.153725174569888,0.00731740105758688,0.0252948884040891,0.153725174569888,0.0222979461638926,0.0436489623274121,0.153725174569888,0.0,0.0959479562304358,0.153725174569888,0.0,0.165242188976525,0.153725174569888,5.62658262394644e-05,0.0368682093997896,0.153725174569888,0.000163532802499711,0.45219558548057,0.5,0.153725174569888,0.000610284301637012,0.43131861238452,0.153725174569888,0.00259880036400042,0.798309506919924,0.5,0.153725174569888,0.000998807829516668,0.30438190738865,0.153725174569888,0.00228442327942751,0.747160706917146,0.153725174569888,9.86347818945224e-05,0.339324431197159,0.153725174569888,0.000103443282640971,0.332773336294037,0.153725174569888,0.00155373393677678,0.171262213490196,0.153725174569888,0.00103404649685095,0.0193266427970099,0.153725174569888,0.00321461845295218,0.0988388275248372,0.5,0.153725174569888,0.00655213783158484,0.330438165451016,0,0.519021467729344,0.937200423832354 -610,0.5,0.153725174569888,0.156751904849479,0.0569635221876485,0.153725174569888,0.129053398508563,0.236043184030866,0.153725174569888,0.130364549383046,0.0318940526737799,0.153725174569888,0.197815362188715,0.0346726466981582,0.153725174569888,0.0481137600228753,0.106606246307796,0.153725174569888,0.00651369763186344,0.137026320191247,0.153725174569888,0.0122985034432514,0.0382381847807126,0.153725174569888,0.0107465235692057,0.349998165874685,0.5,0.153725174569888,0.019848267128224,0.352632890455554,0.153725174569888,0.0338144368018962,0.794865992455017,0.5,0.153725174569888,0.0193486025031027,0.443398166596607,0.153725174569888,0.0367115780139091,0.739507080396193,0.153725174569888,0.11049322466925,0.401212339639969,0.153725174569888,0.0868205884751209,0.4526998252037,0.153725174569888,0.0805903036534929,0.260978820513077,0.153725174569888,0.0263781259469815,0.0322839415156619,0.153725174569888,0.0383019898486797,0.133950151052921,0.5,0.153725174569888,0.0312740116540379,0.378422609217493,0,0.579515224763501,0.963747769919614 -611,0.5,0.153725174569888,0.30917870469775,0.0557432871421566,0.153725174569888,0.308961432886507,0.460395646054353,0.153725174569888,0.254540334600622,0.0359476684944951,0.153725174569888,0.360258009901545,0.0293924068589788,0.153725174569888,0.0988857213046417,0.121807460742553,0.153725174569888,0.0203698222209567,0.172879112083726,0.153725174569888,0.0275625218492935,0.0408978998680093,0.153725174569888,0.0387742680181449,0.344262788535525,0.5,0.153725174569888,0.0719131665148846,0.357932162260505,0.153725174569888,0.0619114729851744,0.830271318996203,0.5,0.153725174569888,0.0496095319257273,0.548866579523672,0.153725174569888,0.0759578255267525,0.702918149586966,0.153725174569888,0.286546490323035,0.568758057860766,0.153725174569888,0.237227898707667,0.508921798350132,0.153725174569888,0.201016296664461,0.306451274365047,0.153725174569888,0.0525408536812188,0.0480423231327224,0.153725174569888,0.0741103742826838,0.186334567640819,0.5,0.153725174569888,0.0546350600832342,0.424991292669312,0,0.410752674169514,0.989932208455897 -612,0.5,0.153725174569888,0.38870667160588,0.0510843982999952,0.153725174569888,0.445546112647481,0.388544903886917,0.153725174569888,0.348995948322903,0.0458828946508175,0.153725174569888,0.444322628375531,0.0233472358070995,0.153725174569888,0.110226976706841,0.142611224810458,0.153725174569888,0.0316249658004809,0.303822299322248,0.153725174569888,0.034938860704383,0.0613582480007855,0.153725174569888,0.0677892398441685,0.406903038443929,0.5,0.153725174569888,0.144064273874724,0.460459426283802,0.153725174569888,0.0788891438294879,0.856598794873604,0.5,0.153725174569888,0.0777379052365886,0.547039023641876,0.153725174569888,0.108022600049283,0.665114668474052,0.153725174569888,0.427946803789246,0.569303841310368,0.153725174569888,0.33514040922536,0.573071232829015,0.153725174569888,0.298672198692304,0.334251275930711,0.153725174569888,0.0636849414662949,0.0741991619162236,0.153725174569888,0.0941395388209057,0.218530516901849,0.5,0.153725174569888,0.0758842276961327,0.479284306009568,0,0.212892638970114,1.00372011508044 -613,0.5,0.153725174569888,0.400955698054003,0.0597476079611147,0.153725174569888,0.506464599858494,0.44821683850248,0.153725174569888,0.390689197976384,0.0297549588400277,0.153725174569888,0.482035972954569,0.0238047084014442,0.153725174569888,0.0974190248642836,0.151966968424553,0.153725174569888,0.0368656336755676,0.390824223944655,0.153725174569888,0.0391068041554938,0.119781970780743,0.153725174569888,0.0968630151717643,0.399409673302922,0.5,0.153725174569888,0.136994288021216,0.524809668549234,0.153725174569888,0.0957191690298894,0.843729857767013,0.5,0.153725174569888,0.0932422767487724,0.57220856912497,0.153725174569888,0.122634276188871,0.636226819345279,0.153725174569888,0.491426731772814,0.564629290683979,0.153725174569888,0.354985063133241,0.568614038873408,0.153725174569888,0.341530538609266,0.294789211448206,0.153725174569888,0.0991743764198053,0.112770278325853,0.153725174569888,0.102163749290791,0.277419998473788,0.5,0.153725174569888,0.0905424839004839,0.529187559199028,0,0.162523781648598,1.00588431411895 -614,0.5,0.153725174569888,0.358045388433625,0.0725420748172606,0.153725174569888,0.495235617126906,0.301384334164057,0.153725174569888,0.37567778301411,0.0271534816845318,0.153725174569888,0.459781005144285,0.0254008316655497,0.153725174569888,0.0672994158120092,0.148582138007502,0.153725174569888,0.059945075914398,0.454275101744531,0.153725174569888,0.0427682684945927,0.171018850952933,0.153725174569888,0.112516459377162,0.473193223650865,0.5,0.153725174569888,0.0874485095682922,0.558812255778255,0.153725174569888,0.109523462273092,0.812108607957647,0.5,0.153725174569888,0.0787960460448115,0.639936746074497,0.153725174569888,0.114755547774113,0.600324797072107,0.153725174569888,0.483757219047893,0.532145662545902,0.153725174569888,0.282489583825759,0.541364206451116,0.153725174569888,0.312687650719637,0.242868865843913,0.153725174569888,0.103081382548195,0.156599965627984,0.153725174569888,0.095710506271777,0.354508046382628,0.5,0.153725174569888,0.0889293423482219,0.584083239527546,0,0.236085972653222,1.00624918279848 -615,0.5,0.153725174569888,0.282231026379155,0.0857103507311989,0.153725174569888,0.410617890152757,0.26646291933267,0.153725174569888,0.277983068049095,0.0302559438447602,0.153725174569888,0.368915889841437,0.0300583715187071,0.153725174569888,0.0458121727961554,0.160360647940136,0.153725174569888,0.0712043468627043,0.520516493012589,0.153725174569888,0.0492067718256664,0.222263978551333,0.153725174569888,0.0783077306508678,0.528973493144986,0.5,0.153725174569888,0.0535872611927819,0.589822303916933,0.153725174569888,0.104396166600037,0.725773021765587,0.5,0.153725174569888,0.0705226134133876,0.719289135170647,0.153725174569888,0.0906465860111251,0.516852713873627,0.153725174569888,0.400076542878763,0.488579563663667,0.153725174569888,0.195912870053964,0.539827632697077,0.153725174569888,0.213434743276179,0.208926876969351,0.153725174569888,0.0659007789928008,0.169620316716277,0.153725174569888,0.0534612444888577,0.402789174219118,0.5,0.153725174569888,0.0641563788467793,0.612530962767198,0,0.225627749739439,1.00657169135343 -616,0.5,0.153725174569888,0.106383968091567,0.0840075441001479,0.153725174569888,0.134067458062506,0.330828887713285,0.153725174569888,0.0960950935296199,0.0375006417375301,0.153725174569888,0.11408294916951,0.0225251628154614,0.153725174569888,0.0181845137296501,0.162264683033314,0.153725174569888,0.0405578668056657,0.542575671950525,0.153725174569888,0.0229903506319152,0.20931180348332,0.153725174569888,0.0569792593797056,0.525537603678831,0.5,0.153725174569888,0.0403997659955613,0.55377729387304,0.153725174569888,0.0596936576393574,0.530321600460993,0.5,0.153725174569888,0.037466717119082,0.630252053142375,0.153725174569888,0.0433888791762861,0.40645459130714,0.153725174569888,0.201804388749281,0.519993087365898,0.153725174569888,0.0667126926997875,0.566711709109946,0.153725174569888,0.082645136269889,0.243183995885744,0.153725174569888,0.0269275559833215,0.182816061698879,0.153725174569888,0.0221506858694562,0.404685798850762,0.5,0.153725174569888,0.0325016603822857,0.593643659129104,0,0.232440005450508,1.00633857388641 -617,0.5,0.153725174569888,0.0,0.0976359182214197,0.153725174569888,0.0,0.407128520626492,0.153725174569888,0.0,0.0582100250152376,0.153725174569888,0.0,0.0403244462847245,0.153725174569888,2.32583860638304e-05,0.175712939441262,0.153725174569888,0.0,0.566643598442129,0.153725174569888,0.000166627628960592,0.234909226869594,0.153725174569888,0.0,0.550887640607057,0.5,0.153725174569888,7.90436816716882e-05,0.585083736473008,0.153725174569888,0.0,0.286539416681362,0.5,0.153725174569888,0.0,0.458740185251281,0.153725174569888,0.000145932582178212,0.321046405164574,0.153725174569888,0.0,0.560762415781251,0.153725174569888,2.34299857136874e-05,0.590876507719002,0.153725174569888,0.0,0.276361283018899,0.153725174569888,0.000432560845592153,0.228154922634364,0.153725174569888,1.71953843053392e-05,0.348672091431187,0.5,0.153725174569888,0.0,0.497590898829343,0,0.312141941618956,1.00601279211687 -618,0.5,0.153725174569888,0.0,0.153231536956711,0.153725174569888,0.0,0.544021133416921,0.153725174569888,0.0,0.0779975497395528,0.153725174569888,0.0,0.0781831635631667,0.153725174569888,0.0,0.247119673001567,0.153725174569888,0.0,0.578258469427321,0.153725174569888,0.0,0.282537573556271,0.153725174569888,0.0,0.704556242707827,0.5,0.153725174569888,0.0,0.676028166200873,0.153725174569888,0.0,0.140233860694035,0.5,0.153725174569888,0.0,0.345569779869962,0.153725174569888,0.0,0.297997613201,0.153725174569888,0.0,0.622710653390208,0.153725174569888,0.0,0.595040987381484,0.153725174569888,0.0,0.317974519003826,0.153725174569888,0.0,0.313789863709486,0.153725174569888,0.0,0.309696661507657,0.5,0.153725174569888,0.0,0.310779112604963,0,0.469938490282072,1.00537516097795 -619,0.5,0.153725174569888,0.0,0.211557867019516,0.153725174569888,0.0,0.658995686596132,0.153725174569888,0.0,0.0845676652992266,0.153725174569888,0.0,0.105604244450256,0.153725174569888,0.0,0.330175152003227,0.153725174569888,0.0,0.77206922109025,0.153725174569888,0.0,0.390089841396516,0.153725174569888,0.0,0.844213754318702,0.5,0.153725174569888,0.0,0.786661669273342,0.153725174569888,0.0,0.0695927696800763,0.5,0.153725174569888,0.0,0.284220398661219,0.153725174569888,0.0,0.304955311897406,0.153725174569888,0.0,0.718015443937831,0.153725174569888,0.0,0.601053062590435,0.153725174569888,0.0,0.341026471970232,0.153725174569888,0.0,0.409132083645606,0.153725174569888,0.0,0.287924909931664,0.5,0.153725174569888,0.0,0.182827588427301,0,0.67566278040384,1.00550777990986 -620,0.5,0.153725174569888,0.0,0.25733819792472,0.153725174569888,0.0,0.698016204057632,0.153725174569888,0.0,0.0828195448879771,0.153725174569888,0.0,0.1247669741856,0.153725174569888,0.0,0.498958360400818,0.153725174569888,0.0,0.745127950276992,0.153725174569888,0.0,0.581626742055199,0.153725174569888,0.0,0.866423086802764,0.5,0.153725174569888,0.0,0.812352927571327,0.153725174569888,0.0,0.0558950245932303,0.5,0.153725174569888,0.0,0.287595536000992,0.153725174569888,0.0,0.350825389087108,0.153725174569888,0.0,0.797930241971696,0.153725174569888,0.0,0.631511345439908,0.153725174569888,0.0,0.397735592662691,0.153725174569888,0.0,0.591649971568648,0.153725174569888,0.0,0.289301867577817,0.5,0.153725174569888,0.0,0.0743568003128168,0,0.760688389936612,1.00553757729064 -621,0.5,0.153725174569888,0.0,0.30403292198869,0.153725174569888,0.0,0.777009498367404,0.153725174569888,0.0,0.0901162194893356,0.153725174569888,0.0,0.144076223375368,0.153725174569888,0.0,0.520947352691433,0.153725174569888,0.0,0.889102262693658,0.153725174569888,0.0,0.688858680117771,0.153725174569888,0.0,0.88490443589079,0.5,0.153725174569888,0.0,0.786105833173741,0.153725174569888,0.0,0.0559290242813098,0.5,0.153725174569888,0.0,0.401789583443079,0.153725174569888,0.0,0.404337818099633,0.153725174569888,0.0,0.869225530196329,0.153725174569888,0.0,0.625412866261448,0.153725174569888,0.0,0.448573875410388,0.153725174569888,0.0,0.765791607059187,0.153725174569888,0.0,0.322003522028988,0.5,0.153725174569888,0.0,0.0390949347887749,0,0.831329160302824,1.00609529756459 -622,0.5,0.153725174569888,0.0,0.34988215104018,0.153725174569888,0.0,0.780764596028621,0.153725174569888,0.0,0.117053917508913,0.153725174569888,0.0,0.159568962821493,0.153725174569888,0.0,0.852338340884748,0.153725174569888,0.0,0.927806550325202,0.153725174569888,0.0,0.890449876777981,0.153725174569888,0.0,0.868648941878021,0.5,0.153725174569888,0.0,0.805720198694105,0.153725174569888,0.0,0.0665629317947417,0.5,0.153725174569888,0.0,0.478072552020376,0.153725174569888,0.0,0.408687746497154,0.153725174569888,0.0,0.882792429937789,0.153725174569888,0.0,0.647582690687872,0.153725174569888,0.0,0.442557861342584,0.153725174569888,0.0,0.824898666646135,0.153725174569888,0.0,0.364109521688733,0.5,0.153725174569888,0.0,0.0585339015339193,0,0.876347258129374,1.00858596140993 -623,0.5,0.153725174569888,0.0,0.381188247781104,0.153725174569888,0.0,0.763204297045069,0.153725174569888,0.0,0.137891523347067,0.153725174569888,0.0,0.167787396244005,0.153725174569888,0.0,0.983275183462608,0.153725174569888,0.0,0.900735463099973,0.153725174569888,0.0,0.966529155872868,0.153725174569888,0.0,0.80390586486632,0.5,0.153725174569888,0.0,0.732461074242282,0.153725174569888,0.0,0.0556876102062168,0.5,0.153725174569888,0.0,0.668470431647353,0.153725174569888,0.0,0.470707158088393,0.153725174569888,0.0,0.8863593960143,0.153725174569888,0.0,0.748117820454093,0.153725174569888,0.0,0.476144620013181,0.153725174569888,0.0,0.895868778662411,0.153725174569888,0.0,0.425635454146632,0.5,0.153725174569888,0.0,0.121289810125519,0,0.923418074717942,1.01047410971528 -624,0.5,0.153725174569888,0.0,0.410336217690085,0.153725174569888,0.0,0.768300249611445,0.153725174569888,0.0,0.184684760023893,0.153725174569888,0.0,0.159127666181013,0.153725174569888,0.0,0.957941986807617,0.153725174569888,0.0,0.867111210213663,0.153725174569888,0.0,0.93781841303501,0.153725174569888,0.0,0.729544720889908,0.5,0.153725174569888,0.0,0.687273543137597,0.153725174569888,0.0,0.0571895452170773,0.5,0.153725174569888,0.0,0.904959804889946,0.153725174569888,0.0,0.541234681503467,0.153725174569888,0.0,0.897722476499222,0.153725174569888,0.0,0.807424157335105,0.153725174569888,0.0,0.57379620699467,0.153725174569888,0.0,0.920906761452133,0.153725174569888,0.0,0.560724141638393,0.5,0.153725174569888,0.0,0.11189328315676,0,0.95825667199489,1.01050184341791 -625,0.5,0.153725174569888,0.0,0.436420495696497,0.153725174569888,0.0,0.777609924477372,0.153725174569888,0.0,0.273150012437191,0.153725174569888,0.0,0.160016924523557,0.153725174569888,0.0,0.817366746939793,0.153725174569888,0.0,0.842561171321832,0.153725174569888,0.0,0.906616595446994,0.153725174569888,0.0,0.700590113536413,0.5,0.153725174569888,0.0,0.649453105296861,0.153725174569888,0.0,0.0796321141217439,0.5,0.153725174569888,0.0,0.887519405827599,0.153725174569888,0.0,0.54445986389397,0.153725174569888,0.0,0.89977497724233,0.153725174569888,0.0,0.829976442918355,0.153725174569888,0.0,0.640357339600426,0.153725174569888,0.0,0.890791974802459,0.153725174569888,0.0,0.711144145337744,0.5,0.153725174569888,0.0,0.115982747575689,0,0.965129080698836,1.00968002399644 -626,0.5,0.153725174569888,0.0,0.464387536179122,0.153725174569888,0.0,0.8137551836329,0.153725174569888,0.0,0.386591021877817,0.153725174569888,0.0,0.192242409544775,0.153725174569888,0.0,0.609292174363974,0.153725174569888,0.0,0.903733908940262,0.153725174569888,0.0,0.857852962959219,0.153725174569888,0.0,0.735694816332991,0.5,0.153725174569888,0.0,0.55461485916035,0.153725174569888,0.0,0.149137625770173,0.5,0.153725174569888,0.0,0.847048398643528,0.153725174569888,0.0,0.49918152784998,0.153725174569888,0.0,0.898648041131067,0.153725174569888,0.0,0.766524544671176,0.153725174569888,0.0,0.680239950734526,0.153725174569888,0.0,0.808623764599583,0.153725174569888,0.0,0.787433400825822,0.5,0.153725174569888,0.0,0.158181216104044,0,0.975964649955217,1.00099706738992 -627,0.5,0.153725174569888,0.0,0.519773277188722,0.153725174569888,0.0,0.81530571936239,0.153725174569888,0.0,0.476120491880258,0.153725174569888,0.0,0.24639269159335,0.153725174569888,0.0,0.670694649905211,0.153725174569888,0.0,0.938601338166646,0.153725174569888,0.0,0.886556788169637,0.153725174569888,0.0,0.710913549322606,0.5,0.153725174569888,0.0,0.556226995572254,0.153725174569888,0.0,0.489045066099952,0.5,0.153725174569888,0.0,0.863052680555086,0.153725174569888,0.0,0.733968591322385,0.153725174569888,0.0,0.901941394087272,0.153725174569888,0.0,0.576297541435892,0.153725174569888,0.0,0.693956144517301,0.153725174569888,0.0,0.748113462486119,0.153725174569888,0.0,0.751089575332787,0.5,0.153725174569888,0.0,0.21450172572358,0,0.989824935716397,0.892848614924168 -628,0.5,0.153725174569888,0.0,0.562983368890476,0.153725174569888,0.0,0.804015191950193,0.153725174569888,0.0,0.530667363110456,0.153725174569888,0.0,0.293395398810632,0.153725174569888,0.0,0.841079854256887,0.153725174569888,0.0,0.878969315012789,0.153725174569888,0.0,0.948878148455246,0.153725174569888,0.0,0.687426677098384,0.5,0.153725174569888,0.0,0.473651262218508,0.153725174569888,0.0,0.802268478134361,0.5,0.153725174569888,0.0,0.904244812034131,0.153725174569888,0.0,0.809003114419684,0.153725174569888,0.0,0.891986034197022,0.153725174569888,0.0,0.396385073155164,0.153725174569888,0.0,0.596543123898263,0.153725174569888,0.0,0.741059123031382,0.153725174569888,0.0,0.753438043127486,0.5,0.153725174569888,0.0,0.248214936823953,0,1.00049543908543,0.262855591321037 -629,0.5,0.153725174569888,0.0,0.584435135646638,0.153725174569888,0.0,0.693120011855049,0.153725174569888,0.0,0.541734506790311,0.153725174569888,0.0,0.321717188486338,0.153725174569888,0.0,0.918788397181998,0.153725174569888,0.0,0.834886521972072,0.153725174569888,0.0,0.8787739453347,0.153725174569888,0.0,0.611605483967236,0.5,0.153725174569888,0.0,0.39194918602218,0.153725174569888,0.0,0.683039243544702,0.5,0.153725174569888,0.0,0.792851115567512,0.153725174569888,0.0,0.784751926579264,0.153725174569888,0.0,0.871994617050708,0.153725174569888,0.0,0.410803303608858,0.153725174569888,0.0,0.513660314879827,0.153725174569888,0.0,0.708585965310456,0.153725174569888,0.0,0.745353463907175,0.5,0.153725174569888,0.0,0.461783982476477,0,1.00049857991938,0.0777433716252236 -630,0.5,0.153725174569888,0.0,0.593625309804599,0.153725174569888,0.0,0.431560509541189,0.153725174569888,0.0,0.537346992657768,0.153725174569888,0.0,0.364948585820578,0.153725174569888,0.0,0.860071633556793,0.153725174569888,0.0,0.801206955659251,0.153725174569888,0.0,0.821188846598013,0.153725174569888,0.0,0.468215990753009,0.5,0.153725174569888,0.0,0.535325220145421,0.153725174569888,0.0,0.655931165567575,0.5,0.153725174569888,0.0,0.602247564294804,0.153725174569888,0.0,0.707953525942018,0.153725174569888,0.0,0.825942016734952,0.153725174569888,0.0,0.505771371935809,0.153725174569888,0.0,0.52847560990055,0.153725174569888,0.0,0.583214272493188,0.153725174569888,0.0,0.639422938791486,0.5,0.153725174569888,0.0,0.55095677595646,0,1.00195902514241,0.515800391865045 -631,0.5,0.153725174569888,0.0,0.567957982828424,0.153725174569888,0.0,0.170905988411838,0.153725174569888,0.0,0.544160964734696,0.153725174569888,0.0,0.436302393195296,0.153725174569888,0.0,0.861202823081431,0.153725174569888,0.0,0.655556117416961,0.153725174569888,0.0,0.808807809579063,0.153725174569888,0.0,0.398924243998819,0.5,0.153725174569888,0.0,0.730271839788318,0.153725174569888,0.0,0.619944261511846,0.5,0.153725174569888,0.0,0.470110810775387,0.153725174569888,0.0,0.670997117576334,0.153725174569888,0.0,0.710194212836904,0.153725174569888,0.0,0.615616640413923,0.153725174569888,0.0,0.622021118087145,0.153725174569888,0.0,0.505361062066834,0.153725174569888,0.0,0.544653721022693,0.5,0.153725174569888,0.0,0.347055255776403,0,1.0031234321867,0.831059144096686 -632,0.5,0.153725174569888,0.0,0.505392274990445,0.153725174569888,0.0,0.17287573762526,0.153725174569888,0.0,0.567438653678663,0.153725174569888,0.0,0.392501881425263,0.153725174569888,0.0,0.802380060290422,0.153725174569888,0.0,0.570908431342522,0.153725174569888,0.0,0.735324310619318,0.153725174569888,0.0,0.471285063683157,0.5,0.153725174569888,0.0,0.821518393626243,0.153725174569888,0.0,0.501695434971169,0.5,0.153725174569888,0.0,0.429609477147279,0.153725174569888,0.0,0.556158740205308,0.153725174569888,0.0,0.513752431197008,0.153725174569888,0.0,0.717115451603473,0.153725174569888,0.0,0.671569222362979,0.153725174569888,0.0,0.43420638829302,0.153725174569888,0.0,0.321317053111945,0.5,0.153725174569888,0.0,0.232215138784095,0,1.00125460801215,0.890749101629596 -633,0.5,0.153725174569888,0.00198728627745735,0.441348978660392,0.153725174569888,0.000104235587459035,0.718692807032105,0.153725174569888,0.00396843958790103,0.525286639693984,0.153725174569888,0.00459492196467002,0.351202569955662,0.153725174569888,3.19603710782939e-06,0.728641307279672,0.153725174569888,6.19342067703684e-06,0.618409623499446,0.153725174569888,0.00026145823597082,0.654720099692929,0.153725174569888,0.000301698546448721,0.493530755860969,0.5,0.153725174569888,0.0013042379762529,0.858736926084595,0.153725174569888,0.00725308872109779,0.41833371075418,0.5,0.153725174569888,0.000715633286104064,0.636998005648987,0.153725174569888,0.00316865440755643,0.492209735596991,0.153725174569888,2.8137202185048e-05,0.468006123463549,0.153725174569888,2.01384613031109e-05,0.73921435387229,0.153725174569888,0.000634136824691874,0.657149484873424,0.153725174569888,0.000983547990825149,0.414118015878335,0.153725174569888,0.00278509680812264,0.281848232767766,0.5,0.153725174569888,0.00936723157534981,0.272977227150008,0,0.998124021711783,0.841269278623228 -634,0.5,0.153725174569888,0.0271828155063868,0.365345324078935,0.153725174569888,0.0218370157592325,0.806497295379302,0.153725174569888,0.0558985828486132,0.410072620158291,0.153725174569888,0.0493657973624683,0.319726839841924,0.153725174569888,0.0254487884593792,0.851039270417749,0.153725174569888,0.0491161437323073,0.784102727547311,0.153725174569888,0.0488214213769654,0.724185693244574,0.153725174569888,0.0240895687668566,0.60703805361288,0.5,0.153725174569888,0.0536870787588215,0.847893021928792,0.153725174569888,0.0811927729713363,0.310723968438655,0.5,0.153725174569888,0.0108673426968036,0.607476645765496,0.153725174569888,0.0380075966079517,0.385246844979957,0.153725174569888,0.0142745202375325,0.654814954760149,0.153725174569888,0.0337802923227483,0.701152234556577,0.153725174569888,0.0263557346552534,0.586839543772451,0.153725174569888,0.019632253310363,0.393859389196363,0.153725174569888,0.0351882445141845,0.347302884373774,0.5,0.153725174569888,0.0596107547919775,0.316474213801951,0,0.992864354940306,0.793433810826433 -635,0.5,0.153725174569888,0.0497222662048644,0.303178028787234,0.153725174569888,0.125900901470953,0.751180739181949,0.153725174569888,0.151189392884301,0.30709362178056,0.153725174569888,0.1080100848646,0.251096810506933,0.153725174569888,0.0934324461525331,0.862922157866045,0.153725174569888,0.0652203293500934,0.85021832474475,0.153725174569888,0.147017704987023,0.766788925126578,0.153725174569888,0.0683258857725126,0.682690884649232,0.5,0.153725174569888,0.182083801308758,0.823267262048841,0.153725174569888,0.190870018622216,0.255272820292424,0.5,0.153725174569888,0.0532742656988087,0.617845833019889,0.153725174569888,0.0783037759577621,0.356746589666461,0.153725174569888,0.0495684635232948,0.575359088775303,0.153725174569888,0.109610057360691,0.684066228256786,0.153725174569888,0.10484254435872,0.473500879696851,0.153725174569888,0.0683085924020525,0.399805056993068,0.153725174569888,0.074162464286314,0.389316714018475,0.5,0.153725174569888,0.10780808509043,0.364942743174616,0,0.970985070246636,0.749221009659476 -636,0.5,0.153725174569888,0.0685692925358,0.246811591608383,0.153725174569888,0.339856032985929,0.601924818809861,0.153725174569888,0.245504457367426,0.220668409179583,0.153725174569888,0.191968965179748,0.149322935971925,0.153725174569888,0.283521920278156,0.727774684206088,0.153725174569888,0.10735865139654,0.775080862961849,0.153725174569888,0.248541641802637,0.747976308585733,0.153725174569888,0.156537008832649,0.695604182977945,0.5,0.153725174569888,0.277811093457955,0.748634760534074,0.153725174569888,0.228392527585134,0.230811429115155,0.5,0.153725174569888,0.180725774717658,0.60687649008439,0.153725174569888,0.147281228382299,0.372653196327539,0.153725174569888,0.0970073352183146,0.562370959170566,0.153725174569888,0.209190700476385,0.590098493384031,0.153725174569888,0.253655570856513,0.335231021524932,0.153725174569888,0.143855874700724,0.48680030879565,0.153725174569888,0.145214026224564,0.535731485359938,0.5,0.153725174569888,0.131830068379499,0.296077984433401,0,0.873712160992731,0.757186082039096 -637,0.5,0.153725174569888,0.0825531375198331,0.188978292637657,0.153725174569888,0.397840919176745,0.459464512378555,0.153725174569888,0.331199961082572,0.157308799356194,0.153725174569888,0.232497308382636,0.072567606330693,0.153725174569888,0.399539845455485,0.644203312706549,0.153725174569888,0.140191866247139,0.702268956224314,0.153725174569888,0.226936243847114,0.762439860088844,0.153725174569888,0.106775484594056,0.617605454451501,0.5,0.153725174569888,0.331572239958185,0.656701394075857,0.153725174569888,0.124725604741822,0.12657511043792,0.5,0.153725174569888,0.356119941900665,0.403559794764964,0.153725174569888,0.242258335219227,0.281098660822977,0.153725174569888,0.176052482307008,0.647583325309585,0.153725174569888,0.315674480408044,0.452264956936773,0.153725174569888,0.414328101632064,0.243095711877799,0.153725174569888,0.196244106310985,0.519598547062888,0.153725174569888,0.148247724290654,0.56472765679156,0.5,0.153725174569888,0.135872749403752,0.20160769896541,0,0.727844656299214,0.728994263548504 -638,0.5,0.153725174569888,0.105192275339334,0.128077521220795,0.153725174569888,0.397765507511508,0.323942632375757,0.153725174569888,0.330093617378156,0.196975635212276,0.153725174569888,0.194816009763009,0.0355638939006589,0.153725174569888,0.388849542879486,0.614351267158584,0.153725174569888,0.0963296577730133,0.675115174997797,0.153725174569888,0.201219564605114,0.619944076704782,0.153725174569888,0.0900971023737548,0.543160727415953,0.5,0.153725174569888,0.25517799530385,0.570718457812049,0.153725174569888,0.129680879837556,0.0781181656555532,0.5,0.153725174569888,0.440083847735064,0.3531471685111,0.153725174569888,0.236300614535881,0.243550097268768,0.153725174569888,0.205300081957977,0.581090357273207,0.153725174569888,0.35034492804689,0.342613337363555,0.153725174569888,0.44987255039482,0.204931803002672,0.153725174569888,0.158721026557459,0.499025423697533,0.153725174569888,0.20319074001906,0.396127005901091,0.5,0.153725174569888,0.162049298276375,0.116013842177348,0,0.47792825170523,0.76926251256078 -639,0.5,0.153725174569888,0.123694605511588,0.0987426602740865,0.153725174569888,0.383855517656472,0.232557895263449,0.153725174569888,0.242684176738102,0.227940329266144,0.153725174569888,0.124399236928324,0.0315877780715945,0.153725174569888,0.242400743912616,0.580985574517519,0.153725174569888,0.138637393250433,0.701510853513702,0.153725174569888,0.0992236244958182,0.478003216444006,0.153725174569888,0.0722749961783205,0.494578934157726,0.5,0.153725174569888,0.128093753459484,0.486117037732429,0.153725174569888,0.127505925018632,0.0625732068077674,0.5,0.153725174569888,0.305048801767651,0.308827147176247,0.153725174569888,0.14775529598838,0.193874377452015,0.153725174569888,0.194693101813076,0.433295216382838,0.153725174569888,0.28814013672128,0.302681738863466,0.153725174569888,0.331871971421999,0.186461173091391,0.153725174569888,0.0981702485134005,0.411657145847659,0.153725174569888,0.219624934369175,0.243139170535293,0.5,0.153725174569888,0.14030668727225,0.0568488896154884,0,0.296989684989073,0.8450090191384 -640,0.5,0.153725174569888,0.0769125539220979,0.096564231975592,0.153725174569888,0.138738447449617,0.161402826734284,0.153725174569888,0.106606103864411,0.252409329122832,0.153725174569888,0.0461117062677998,0.0470572111022384,0.153725174569888,0.0801510454546305,0.522721754169982,0.153725174569888,0.113038798539299,0.694299278198264,0.153725174569888,0.0234027142885001,0.318693192493239,0.153725174569888,0.0495637887867398,0.444094802816001,0.5,0.153725174569888,0.090072584287606,0.420934703279188,0.153725174569888,0.0762106972878454,0.0404131939961287,0.5,0.153725174569888,0.163500788118036,0.28610713852071,0.153725174569888,0.0853434955905778,0.142035748777018,0.153725174569888,0.111610326984051,0.343131050936651,0.153725174569888,0.125030184141774,0.314625832339472,0.153725174569888,0.166554352143761,0.195663885557254,0.153725174569888,0.0541520446099725,0.340229169699283,0.153725174569888,0.135057507155377,0.158041726937832,0.5,0.153725174569888,0.100850811427988,0.0194110776618772,0,0.277186073934263,0.873374145717603 -641,0.5,0.153725174569888,0.0,0.119947828343166,0.153725174569888,0.0,0.136988337072754,0.153725174569888,0.0,0.255254917527448,0.153725174569888,6.46749270970734e-06,0.063638569454922,0.153725174569888,0.000128464868771165,0.43958499490556,0.153725174569888,0.0,0.654448707960355,0.153725174569888,0.0,0.274642505741513,0.153725174569888,0.0,0.383234997087555,0.5,0.153725174569888,0.000778931573051994,0.323701820881258,0.153725174569888,0.0,0.0315600748029573,0.5,0.153725174569888,0.0,0.26278644832697,0.153725174569888,0.00191735946773767,0.113753806956938,0.153725174569888,6.79925183989805e-05,0.309499145279663,0.153725174569888,0.0,0.340977188072868,0.153725174569888,0.0,0.190407465464352,0.153725174569888,0.0,0.298662820844577,0.153725174569888,0.0,0.114622659245285,0.5,0.153725174569888,0.0,0.00632003021584692,0,0.217523781976564,0.912056550709455 -642,0.5,0.153725174569888,0.0,0.139211287582292,0.153725174569888,0.0,0.135754696829307,0.153725174569888,0.0,0.182966849023264,0.153725174569888,0.0,0.0603641504133267,0.153725174569888,0.0,0.425013955067294,0.153725174569888,0.0,0.666571654945362,0.153725174569888,0.0,0.283724012346803,0.153725174569888,0.0,0.36853536958028,0.5,0.153725174569888,0.0,0.260226413131565,0.153725174569888,0.0,0.0259500446277711,0.5,0.153725174569888,0.0,0.265290252642558,0.153725174569888,0.0,0.103777230886446,0.153725174569888,0.0,0.298885010847829,0.153725174569888,0.0,0.366937851403,0.153725174569888,0.0,0.175101381688481,0.153725174569888,0.0,0.293359379561284,0.153725174569888,0.0,0.112994282711895,0.5,0.153725174569888,0.0,0.00339191613683414,0,0.190466946076994,0.884535138445644 -643,0.5,0.153725174569888,0.0,0.145180009006493,0.153725174569888,0.0,0.141770101525802,0.153725174569888,0.0,0.12724781559463,0.153725174569888,0.0,0.0523712767817271,0.153725174569888,0.0,0.538813173502972,0.153725174569888,0.0,0.695823127446397,0.153725174569888,0.0,0.317309207734382,0.153725174569888,0.0,0.365124795973516,0.5,0.153725174569888,0.0,0.271889340109003,0.153725174569888,0.0,0.0183000632255325,0.5,0.153725174569888,0.0,0.231818945319432,0.153725174569888,0.0,0.102276057139374,0.153725174569888,0.0,0.291826966130681,0.153725174569888,0.0,0.396618815539336,0.153725174569888,0.0,0.155009238888739,0.153725174569888,0.0,0.288330982589167,0.153725174569888,0.0,0.111786379566878,0.5,0.153725174569888,0.0,0.00447010387628275,0,0.220631579896331,0.858437842109817 -644,0.5,0.153725174569888,0.0,0.13095125796537,0.153725174569888,0.0,0.170312465487191,0.153725174569888,0.0,0.0911857229861867,0.153725174569888,0.0,0.0440030692355506,0.153725174569888,0.0,0.626757568122941,0.153725174569888,0.0,0.712075428676933,0.153725174569888,0.0,0.34372143322104,0.153725174569888,0.0,0.328381448035487,0.5,0.153725174569888,0.0,0.263181224584264,0.153725174569888,0.0,0.0152821784903015,0.5,0.153725174569888,0.0,0.242966444108579,0.153725174569888,0.0,0.109253478312753,0.153725174569888,0.0,0.282657118159137,0.153725174569888,0.0,0.427604305039445,0.153725174569888,0.0,0.151976698605625,0.153725174569888,0.0,0.317985643399642,0.153725174569888,0.0,0.101565434616156,0.5,0.153725174569888,0.0,0.00514612099628108,0,0.263908480738995,0.93369537135895 -645,0.5,0.153725174569888,0.0,0.107521176314971,0.153725174569888,0.0,0.188137638286769,0.153725174569888,0.0,0.0815233269558043,0.153725174569888,0.0,0.0350874041081906,0.153725174569888,0.0,0.610918859077218,0.153725174569888,0.0,0.630428056729231,0.153725174569888,0.0,0.394904173163841,0.153725174569888,0.0,0.222833002403609,0.5,0.153725174569888,0.0,0.226742494665382,0.153725174569888,0.0,0.0157504687251747,0.5,0.153725174569888,0.0,0.259632646925706,0.153725174569888,0.0,0.0964868508880954,0.153725174569888,0.0,0.302930174805584,0.153725174569888,0.0,0.446530943501339,0.153725174569888,0.0,0.169651439787274,0.153725174569888,0.0,0.337172064826732,0.153725174569888,0.0,0.0936637202852779,0.5,0.153725174569888,0.0,0.00528483801069208,0,0.30355982550735,0.941562897175308 -646,0.5,0.153725174569888,0.0,0.0869780003197858,0.153725174569888,0.0,0.210796424469277,0.153725174569888,0.0,0.0885559484442675,0.153725174569888,0.0,0.0333109683048701,0.153725174569888,0.0,0.63353976707491,0.153725174569888,0.0,0.478243075294571,0.153725174569888,0.0,0.419011576937595,0.153725174569888,0.0,0.171783152475206,0.5,0.153725174569888,0.0,0.195401325958171,0.153725174569888,0.0,0.016342580160714,0.5,0.153725174569888,0.0,0.220854790319171,0.153725174569888,0.0,0.0813606577465628,0.153725174569888,0.0,0.328195891362426,0.153725174569888,0.0,0.466596232031356,0.153725174569888,0.0,0.188409641387454,0.153725174569888,0.0,0.323636436530749,0.153725174569888,0.0,0.0899997224618434,0.5,0.153725174569888,0.0,0.00501539946725054,0,0.300964452643618,0.876111590692967 -647,0.5,0.153725174569888,0.0,0.0787751011252732,0.153725174569888,0.0,0.224592472024047,0.153725174569888,0.0,0.0960948579445773,0.153725174569888,0.0,0.032202121124159,0.153725174569888,0.0,0.59996049096186,0.153725174569888,0.0,0.322033558690606,0.153725174569888,0.0,0.307871612439881,0.153725174569888,0.0,0.167950882009761,0.5,0.153725174569888,0.0,0.159926691068868,0.153725174569888,0.0,0.015247614740921,0.5,0.153725174569888,0.0,0.172027703328735,0.153725174569888,0.0,0.0660666633533729,0.153725174569888,0.0,0.369469394793909,0.153725174569888,0.0,0.50365610908295,0.153725174569888,0.0,0.196166171908281,0.153725174569888,0.0,0.263764463285381,0.153725174569888,0.0,0.080047037497595,0.5,0.153725174569888,0.0,0.00432034497907391,0,0.297423096184811,0.851822724664815 -648,0.5,0.153725174569888,0.0,0.0769855314735359,0.153725174569888,0.0,0.21853804654255,0.153725174569888,0.0,0.095454584337978,0.153725174569888,0.0,0.0289080668242963,0.153725174569888,0.0,0.41273692603339,0.153725174569888,0.0,0.318411573684842,0.153725174569888,0.0,0.249326211965263,0.153725174569888,0.0,0.176339046659685,0.5,0.153725174569888,0.0,0.165971559053349,0.153725174569888,0.0,0.0154103616033772,0.5,0.153725174569888,0.0,0.136275243349891,0.153725174569888,0.0,0.0639439877343328,0.153725174569888,0.0,0.383765866861455,0.153725174569888,0.0,0.486528773375953,0.153725174569888,0.0,0.192145151658754,0.153725174569888,0.0,0.210957836901925,0.153725174569888,0.0,0.0687491286620408,0.5,0.153725174569888,0.0,0.00346464592318365,0,0.323105728785609,0.828855061592373 -649,0.5,0.153725174569888,0.0,0.0792540216869836,0.153725174569888,0.0,0.19562534162465,0.153725174569888,0.0,0.0967736026590987,0.153725174569888,0.0,0.0278796834151321,0.153725174569888,0.0,0.410549507487223,0.153725174569888,0.0,0.337678378155186,0.153725174569888,0.0,0.268325373438829,0.153725174569888,0.0,0.20605966610128,0.5,0.153725174569888,0.0,0.165123916623343,0.153725174569888,0.0,0.0171930184580286,0.5,0.153725174569888,0.0,0.118399839690827,0.153725174569888,0.0,0.0682211915906961,0.153725174569888,0.0,0.383792888123061,0.153725174569888,0.0,0.450788326051496,0.153725174569888,0.0,0.17296287623083,0.153725174569888,0.0,0.203321612670023,0.153725174569888,0.0,0.0588050075617492,0.5,0.153725174569888,0.0,0.00264216945065423,0,0.374670617790389,0.865191850124545 -650,0.5,0.153725174569888,0.0,0.0855423492698025,0.153725174569888,0.0,0.187235261227961,0.153725174569888,0.0,0.0831821953895859,0.153725174569888,0.0,0.028759576658958,0.153725174569888,0.0,0.416949021720888,0.153725174569888,0.0,0.336672429445587,0.153725174569888,0.0,0.28423331620327,0.153725174569888,0.0,0.235282753502534,0.5,0.153725174569888,0.0,0.167902108846278,0.153725174569888,0.0,0.017863656051717,0.5,0.153725174569888,0.0,0.115006752638727,0.153725174569888,0.0,0.0684970279794049,0.153725174569888,0.0,0.380141091293017,0.153725174569888,0.0,0.411610643911383,0.153725174569888,0.0,0.153004029949008,0.153725174569888,0.0,0.207098016593874,0.153725174569888,0.0,0.0549878923900485,0.5,0.153725174569888,0.0,0.00264918718383782,0,0.348832610455849,0.932260506647905 -651,0.5,0.153725174569888,0.0,0.0908181918410385,0.153725174569888,0.0,0.181661689946557,0.153725174569888,0.0,0.0535114260975859,0.153725174569888,0.0,0.030297704293258,0.153725174569888,0.0,0.351941239747966,0.153725174569888,0.0,0.341501638632378,0.153725174569888,0.0,0.266966538660265,0.153725174569888,0.0,0.23096787219584,0.5,0.153725174569888,0.0,0.200197614432844,0.153725174569888,0.0,0.019780332841394,0.5,0.153725174569888,0.0,0.0946754675984129,0.153725174569888,0.0,0.0674760990208829,0.153725174569888,0.0,0.36698487287171,0.153725174569888,0.0,0.357583403456388,0.153725174569888,0.0,0.138755146081649,0.153725174569888,0.0,0.22139311598818,0.153725174569888,0.0,0.0483054732326157,0.5,0.153725174569888,0.0,0.00176647764438792,0,0.282164047083823,0.957599671043386 -652,0.5,0.153725174569888,0.0,0.0915626141054978,0.153725174569888,0.0,0.192578304548606,0.153725174569888,0.0,0.0367002540577943,0.153725174569888,0.0,0.0309343481184672,0.153725174569888,0.0,0.274430319855231,0.153725174569888,0.0,0.33586280103276,0.153725174569888,0.0,0.268529718651918,0.153725174569888,0.0,0.265627699775414,0.5,0.153725174569888,0.0,0.243578409285706,0.153725174569888,0.0,0.023837413885081,0.5,0.153725174569888,0.0,0.0581268707717367,0.153725174569888,0.0,0.0725899519749525,0.153725174569888,0.0,0.34319147998467,0.153725174569888,0.0,0.285842342169889,0.153725174569888,0.0,0.127334082716347,0.153725174569888,0.0,0.251772387551198,0.153725174569888,0.0,0.0332612799167482,0.5,0.153725174569888,0.0,0.00155466848058622,0,0.236381384492775,0.972631018305466 -653,0.5,0.153725174569888,0.0,0.0943679453745545,0.153725174569888,0.0,0.214109481657393,0.153725174569888,0.0,0.0426818796726418,0.153725174569888,0.0,0.0304483388966115,0.153725174569888,0.0,0.267978072589564,0.153725174569888,0.0,0.3351714291416,0.153725174569888,0.0,0.287459493395235,0.153725174569888,0.0,0.33541996791671,0.5,0.153725174569888,0.0,0.278180815602388,0.153725174569888,0.0,0.0220896170316878,0.5,0.153725174569888,0.0,0.0439166408705177,0.153725174569888,0.0,0.0699698287994139,0.153725174569888,0.0,0.335881875488214,0.153725174569888,0.0,0.22714198692334,0.153725174569888,0.0,0.131142393744231,0.153725174569888,0.0,0.267341959749585,0.153725174569888,0.0,0.0299899418400418,0.5,0.153725174569888,0.0,0.00598318438971695,0,0.231505507318811,0.971273624321074 -654,0.5,0.153725174569888,0.0,0.0958870351954374,0.153725174569888,0.0,0.234494447516618,0.153725174569888,0.0,0.0495331228754546,0.153725174569888,0.0,0.0294286720943555,0.153725174569888,0.0,0.267460936687708,0.153725174569888,0.0,0.39396151220645,0.153725174569888,0.0,0.285442884826476,0.153725174569888,0.0,0.362624340059005,0.5,0.153725174569888,0.0,0.319263303738469,0.153725174569888,0.0,0.0209928815083959,0.5,0.153725174569888,0.0,0.0396675894731322,0.153725174569888,0.0,0.0585228504767242,0.153725174569888,0.0,0.382660928119625,0.153725174569888,0.0,0.225006038963954,0.153725174569888,0.0,0.148848791156587,0.153725174569888,0.0,0.265651862403421,0.153725174569888,0.0,0.0323211824961735,0.5,0.153725174569888,0.0,0.00766310055917446,0,0.267886086970788,0.958420110364434 -655,0.5,0.153725174569888,0.0,0.100479693001651,0.153725174569888,0.0,0.284454018871334,0.153725174569888,0.0,0.0509501280569912,0.153725174569888,0.0,0.0277799956869745,0.153725174569888,0.0,0.261363071604649,0.153725174569888,0.0,0.432885767412614,0.153725174569888,0.0,0.321458284996564,0.153725174569888,0.0,0.371284414812404,0.5,0.153725174569888,0.0,0.354494028946584,0.153725174569888,0.0,0.0173916161663341,0.5,0.153725174569888,0.0,0.0340335693446618,0.153725174569888,0.0,0.0529342676590489,0.153725174569888,0.0,0.449613397330118,0.153725174569888,0.0,0.2816831870569,0.153725174569888,0.0,0.173778813132304,0.153725174569888,0.0,0.273277210095668,0.153725174569888,0.0,0.0342001352630531,0.5,0.153725174569888,0.0,0.00540188557100267,0,0.32189140848119,0.958563915262784 -656,0.5,0.153725174569888,0.0,0.111644542411328,0.153725174569888,0.0,0.304193841543889,0.153725174569888,0.0,0.0543873816005302,0.153725174569888,0.0,0.023339384089681,0.153725174569888,0.0,0.341401791107884,0.153725174569888,0.0,0.437188605935475,0.153725174569888,0.0,0.417287154947595,0.153725174569888,0.0,0.385765330527774,0.5,0.153725174569888,0.0,0.400642749150948,0.153725174569888,0.0,0.012950961592226,0.5,0.153725174569888,0.0,0.0354900746557881,0.153725174569888,0.0,0.0551149525260528,0.153725174569888,0.0,0.482019945601208,0.153725174569888,0.0,0.373619905143256,0.153725174569888,0.0,0.202287757405721,0.153725174569888,0.0,0.291380211594407,0.153725174569888,0.0,0.0440385186496748,0.5,0.153725174569888,0.0,0.00268995740442049,0,0.384485832094555,0.97616422052934 -657,0.5,0.153725174569888,0.00360570060235377,0.115616278305183,0.153725174569888,0.000415174050196556,0.324681075774847,0.153725174569888,0.00524794893748585,0.0510881814619817,0.153725174569888,0.0235056687019036,0.0183681446225823,0.153725174569888,0.000261776945203098,0.504495423936604,0.153725174569888,5.49924258273835e-05,0.467254877766292,0.153725174569888,0.000978896096420093,0.493071609108561,0.153725174569888,0.000432149203565458,0.443041667436834,0.5,0.153725174569888,0.00153629173720383,0.445157366616408,0.153725174569888,0.00910522680291933,0.0113188365681546,0.5,0.153725174569888,0.00366990273180231,0.0514091780297757,0.153725174569888,0.00726745533909166,0.0601137086213984,0.153725174569888,5.01351490681948e-05,0.501761301315974,0.153725174569888,8.80344080500133e-05,0.475182931393803,0.153725174569888,0.00162556486354694,0.232483525480864,0.153725174569888,0.00197548730690011,0.307196005661934,0.153725174569888,0.0106275987701544,0.0538884392608374,0.5,0.153725174569888,0.0301991145886376,0.00171187781022009,0,0.414648389719688,0.993739839462569 -658,0.5,0.153725174569888,0.0544601716346656,0.12419279314311,0.153725174569888,0.0242787463984052,0.345011029309916,0.153725174569888,0.0946422255623689,0.0468458382039033,0.153725174569888,0.160708206458718,0.0159119610123505,0.153725174569888,0.0784973326567312,0.611454232318611,0.153725174569888,0.0965390807302711,0.533819308837749,0.153725174569888,0.081719346234277,0.476220987969738,0.153725174569888,0.0448586452570709,0.493562976024247,0.5,0.153725174569888,0.0385323436109514,0.488112006165123,0.153725174569888,0.0818938576965194,0.0114494719170268,0.5,0.153725174569888,0.075552992172095,0.0802809715220402,0.153725174569888,0.104243148470333,0.0657894919142246,0.153725174569888,0.022747395150369,0.514345756422273,0.153725174569888,0.0830172935306051,0.515536832997694,0.153725174569888,0.0478687811296575,0.260331384062149,0.153725174569888,0.0364777774011423,0.357444353640506,0.153725174569888,0.104590735007031,0.0742606566464695,0.5,0.153725174569888,0.147750166957803,0.00132766655107824,0,0.404232560705475,1.006497950439 -659,0.5,0.153725174569888,0.140147928984942,0.134108647007847,0.153725174569888,0.0638595462283786,0.32457734089788,0.153725174569888,0.248497972251287,0.0364185415894161,0.153725174569888,0.284432554743495,0.0158977512026509,0.153725174569888,0.196200467493592,0.640411364493759,0.153725174569888,0.198075089680735,0.642915239836349,0.153725174569888,0.208897627673016,0.508799702548801,0.153725174569888,0.0890438395646608,0.556051995093012,0.5,0.153725174569888,0.0849905624934404,0.504029549436652,0.153725174569888,0.239819552284634,0.00938595083826238,0.5,0.153725174569888,0.18608874676362,0.0861978495586243,0.153725174569888,0.237746824846289,0.0839729985095093,0.153725174569888,0.0813936306780524,0.525636054318897,0.153725174569888,0.219985770385935,0.563675859266755,0.153725174569888,0.126231174560826,0.267158935919568,0.153725174569888,0.0883410384314377,0.399231261019862,0.153725174569888,0.25251133551151,0.0758168279033269,0.5,0.153725174569888,0.272519995601687,0.00300193666853803,0,0.395397042659134,1.00783613638523 -660,0.5,0.153725174569888,0.212704388561262,0.127416365490225,0.153725174569888,0.143062734834009,0.335244689214936,0.153725174569888,0.400490877146389,0.0328291219573588,0.153725174569888,0.357756837635443,0.0186003329193108,0.153725174569888,0.362528215353145,0.635265701033069,0.153725174569888,0.180080686951396,0.816964389492775,0.153725174569888,0.297157083201746,0.557735243654825,0.153725174569888,0.0914119023185303,0.617573018938122,0.5,0.153725174569888,0.10856651957827,0.496768633701701,0.153725174569888,0.39497402779278,0.00748495961225281,0.5,0.153725174569888,0.235702811760657,0.0736339272217018,0.153725174569888,0.372643525591927,0.0999959511862898,0.153725174569888,0.143222885490832,0.545282595807807,0.153725174569888,0.354851932062395,0.60175532801655,0.153725174569888,0.203051120495063,0.253060294011658,0.153725174569888,0.142163636595552,0.453535141582579,0.153725174569888,0.375333610918894,0.0687441231453568,0.5,0.153725174569888,0.369296425621629,0.00426559199350952,0,0.339376576803966,1.00813864720053 -661,0.5,0.153725174569888,0.25308359727558,0.106524133017132,0.153725174569888,0.275755078587674,0.355050761651787,0.153725174569888,0.475823550728453,0.0385587628865883,0.153725174569888,0.36870338303084,0.0196144559779174,0.153725174569888,0.436652301688976,0.708744425000367,0.153725174569888,0.140118661154517,0.882278658417867,0.153725174569888,0.308382658554678,0.708094019838132,0.153725174569888,0.0959370423618054,0.633385307686435,0.5,0.153725174569888,0.120155673925054,0.455044186537432,0.153725174569888,0.481691951662023,0.00546097176231154,0.5,0.153725174569888,0.330147790317024,0.0931054879422731,0.153725174569888,0.435929815879953,0.107883528249504,0.153725174569888,0.252713581946458,0.575453148432952,0.153725174569888,0.432233345751151,0.618022949719448,0.153725174569888,0.274505316623419,0.253515601989931,0.153725174569888,0.194409060485366,0.44858633864422,0.153725174569888,0.43563396225402,0.0635946866143647,0.5,0.153725174569888,0.412874224240374,0.004028382456017,0,0.288282386248941,1.00814533683196 -662,0.5,0.153725174569888,0.273957193358894,0.0988742962064979,0.153725174569888,0.405704459717882,0.44843264393035,0.153725174569888,0.446439405067422,0.045648577035913,0.153725174569888,0.317912145377675,0.0216180640538449,0.153725174569888,0.370585441867526,0.77026355095179,0.153725174569888,0.125121909074884,0.912029326542213,0.153725174569888,0.198402625847804,0.796274709420471,0.153725174569888,0.0894840047376345,0.592634379543072,0.5,0.153725174569888,0.113157213184193,0.383624387825248,0.153725174569888,0.497784723849069,0.00509233064496538,0.5,0.153725174569888,0.368327675923808,0.0759091746627505,0.153725174569888,0.430138518478811,0.0953137770374035,0.153725174569888,0.302685774448455,0.621662738289554,0.153725174569888,0.431777988413253,0.602621927601749,0.153725174569888,0.365564192253793,0.25135660988419,0.153725174569888,0.196414808174346,0.419799638408231,0.153725174569888,0.421935430915324,0.0519895813019879,0.5,0.153725174569888,0.385998189817282,0.00226302716359029,0,0.293527145936099,1.00774322610481 -663,0.5,0.153725174569888,0.233464652894623,0.10619082038352,0.153725174569888,0.328449206486729,0.503558711685164,0.153725174569888,0.355527457168046,0.039981419209146,0.153725174569888,0.221716876334078,0.0288996110317959,0.153725174569888,0.232096569720672,0.748394949402974,0.153725174569888,0.0889034803643494,0.875770448083419,0.153725174569888,0.154109703932514,0.767773884460689,0.153725174569888,0.0874722945918965,0.515117696822509,0.5,0.153725174569888,0.0901804627920007,0.325129908571217,0.153725174569888,0.428818707369006,0.00337385048600914,0.5,0.153725174569888,0.304724189285595,0.0568977802249906,0.153725174569888,0.345342617889026,0.0674580967312294,0.153725174569888,0.250081319665051,0.64796439735466,0.153725174569888,0.382593893250537,0.589847593539311,0.153725174569888,0.365724255583652,0.251990334493234,0.153725174569888,0.134057978281549,0.394397569702756,0.153725174569888,0.363663645451057,0.0430101340629909,0.5,0.153725174569888,0.313302559541412,0.0014608636998556,0,0.395846194906158,1.00748260359019 -664,0.5,0.153725174569888,0.10531694749199,0.112222464540665,0.153725174569888,0.151118358150267,0.410419330563228,0.153725174569888,0.186987823902368,0.0345021029780839,0.153725174569888,0.0905488388288408,0.0432087695035287,0.153725174569888,0.112418956288254,0.694839011231436,0.153725174569888,0.0388461262980486,0.766720077679534,0.153725174569888,0.0966226742277242,0.686065033892241,0.153725174569888,0.0603910161130168,0.391265124256279,0.5,0.153725174569888,0.051897396337877,0.243775234447648,0.153725174569888,0.267809655031855,0.00278702593577348,0.5,0.153725174569888,0.158239407113886,0.0357518984951598,0.153725174569888,0.203740821657749,0.043331521261765,0.153725174569888,0.149125636584809,0.628963566023489,0.153725174569888,0.227114504948829,0.586873283844703,0.153725174569888,0.183686488410531,0.252327327368521,0.153725174569888,0.0519308223251064,0.339747210018797,0.153725174569888,0.193296645694266,0.0262979015135462,0.5,0.153725174569888,0.172979244827189,0.00109256345742781,0,0.515313129422125,1.0066346286132 -665,0.5,0.153725174569888,0.0,0.121191020649743,0.153725174569888,0.0,0.430139711709373,0.153725174569888,0.0,0.0301663940140024,0.153725174569888,0.0,0.0602305464533553,0.153725174569888,0.0,0.660440519397411,0.153725174569888,0.0,0.585912292666987,0.153725174569888,0.0,0.536278257174527,0.153725174569888,0.0,0.311773727264423,0.5,0.153725174569888,0.00637560307689607,0.163289739001211,0.153725174569888,0.0,0.00503628400835182,0.5,0.153725174569888,0.0,0.0342117262360125,0.153725174569888,0.00636418872927291,0.0306065251971709,0.153725174569888,0.0,0.608552444954966,0.153725174569888,0.0,0.597047247521374,0.153725174569888,0.0,0.245874208004722,0.153725174569888,0.0,0.293104865548765,0.153725174569888,0.0,0.0233519402903122,0.5,0.153725174569888,0.0,0.00289287249679847,0,0.490649648786322,1.00653835847826 -666,0.5,0.153725174569888,0.0,0.156764514962327,0.153725174569888,0.0,0.434594028106366,0.153725174569888,0.0,0.0293202779679939,0.153725174569888,0.0,0.0806967424459737,0.153725174569888,0.0,0.545927377627594,0.153725174569888,0.0,0.389343516933011,0.153725174569888,0.0,0.450410170508261,0.153725174569888,0.0,0.255071725701002,0.5,0.153725174569888,0.0,0.135502093258577,0.153725174569888,0.0,0.00908112645216785,0.5,0.153725174569888,0.0,0.0350077206993622,0.153725174569888,0.0,0.0333753721947887,0.153725174569888,0.0,0.61859029411231,0.153725174569888,0.0,0.574904802809833,0.153725174569888,0.0,0.219306884972767,0.153725174569888,0.0,0.241092089788889,0.153725174569888,0.0,0.0206840232966696,0.5,0.153725174569888,0.0,0.00599974733828115,0,0.412213865431365,1.00683857825503 -667,0.5,0.153725174569888,0.0,0.193365813392094,0.153725174569888,0.0,0.380503082682274,0.153725174569888,0.0,0.0347640470517156,0.153725174569888,0.0,0.0966027041294793,0.153725174569888,0.0,0.438604739866811,0.153725174569888,0.0,0.304804639839108,0.153725174569888,0.0,0.375962045908537,0.153725174569888,0.0,0.220068499672756,0.5,0.153725174569888,0.0,0.132134423214267,0.153725174569888,0.0,0.0163546456248772,0.5,0.153725174569888,0.0,0.0316762687038998,0.153725174569888,0.0,0.0372620292048909,0.153725174569888,0.0,0.614398016913905,0.153725174569888,0.0,0.537213842580064,0.153725174569888,0.0,0.186897032375895,0.153725174569888,0.0,0.205558493645322,0.153725174569888,0.0,0.0182651264819626,0.5,0.153725174569888,0.0,0.00798220496684563,0,0.379667745755972,1.0067663053609 -668,0.5,0.153725174569888,0.0,0.213925842206693,0.153725174569888,0.0,0.341403115480373,0.153725174569888,0.0,0.0447476155091186,0.153725174569888,0.0,0.0996443242827696,0.153725174569888,0.0,0.342903992412255,0.153725174569888,0.0,0.25875854637498,0.153725174569888,0.0,0.3046794155385,0.153725174569888,0.0,0.192833541695479,0.5,0.153725174569888,0.0,0.121556310545756,0.153725174569888,0.0,0.020104210918069,0.5,0.153725174569888,0.0,0.0268075628652604,0.153725174569888,0.0,0.0414061605396727,0.153725174569888,0.0,0.583532355536972,0.153725174569888,0.0,0.502198129359081,0.153725174569888,0.0,0.16987833471362,0.153725174569888,0.0,0.16875698609386,0.153725174569888,0.0,0.0157478443204181,0.5,0.153725174569888,0.0,0.00893956565392098,0,0.421906112842593,1.00647488568668 -669,0.5,0.153725174569888,0.0,0.218754756106975,0.153725174569888,0.0,0.314460307881652,0.153725174569888,0.0,0.051802321738402,0.153725174569888,0.0,0.0917665872923577,0.153725174569888,0.0,0.281088489696215,0.153725174569888,0.0,0.205965515621934,0.153725174569888,0.0,0.232692829646318,0.153725174569888,0.0,0.183492184028228,0.5,0.153725174569888,0.0,0.0967881014142383,0.153725174569888,0.0,0.0208332106143478,0.5,0.153725174569888,0.0,0.0243187733633111,0.153725174569888,0.0,0.0452009005980534,0.153725174569888,0.0,0.537544725627388,0.153725174569888,0.0,0.472062287526438,0.153725174569888,0.0,0.177098705678099,0.153725174569888,0.0,0.124198153128102,0.153725174569888,0.0,0.0161819410632384,0.5,0.153725174569888,0.0,0.00975051815317338,0,0.48617150659563,1.00642481682058 -670,0.5,0.153725174569888,0.0,0.212038293485389,0.153725174569888,0.0,0.297395007183074,0.153725174569888,0.0,0.0495203652038996,0.153725174569888,0.0,0.0827318202758458,0.153725174569888,0.0,0.237496863176206,0.153725174569888,0.0,0.162653887887994,0.153725174569888,0.0,0.169582413692314,0.153725174569888,0.0,0.169575361260406,0.5,0.153725174569888,0.0,0.0687712758099028,0.153725174569888,0.0,0.0283571341286343,0.5,0.153725174569888,0.0,0.0266545840904055,0.153725174569888,0.0,0.0479538791499268,0.153725174569888,0.0,0.464232674511369,0.153725174569888,0.0,0.455177007495897,0.153725174569888,0.0,0.193074059981046,0.153725174569888,0.0,0.0767342898673537,0.153725174569888,0.0,0.0196945015240064,0.5,0.153725174569888,0.0,0.0105938141153506,0,0.511043598089171,1.00611443042724 -671,0.5,0.153725174569888,0.0,0.196575795700538,0.153725174569888,0.0,0.337342865225,0.153725174569888,0.0,0.0439494739884542,0.153725174569888,0.0,0.0740447186680746,0.153725174569888,0.0,0.212338236860782,0.153725174569888,0.0,0.137771247964989,0.153725174569888,0.0,0.127853342178495,0.153725174569888,0.0,0.15985517362903,0.5,0.153725174569888,0.0,0.0533958196273172,0.153725174569888,0.0,0.0324468168481686,0.5,0.153725174569888,0.0,0.0384997825498541,0.153725174569888,0.0,0.0569310616298619,0.153725174569888,0.0,0.386264862490708,0.153725174569888,0.0,0.438963198488866,0.153725174569888,0.0,0.195114584088201,0.153725174569888,0.0,0.0600471250089563,0.153725174569888,0.0,0.0247263085965158,0.5,0.153725174569888,0.0,0.00951368911429374,0,0.508227767296786,1.00561653890738 -672,0.5,0.153725174569888,0.0,0.175080111533159,0.153725174569888,0.0,0.395624393315775,0.153725174569888,0.0,0.0405193962679637,0.153725174569888,0.0,0.0708194809723749,0.153725174569888,0.0,0.192924944689759,0.153725174569888,0.0,0.128102449795489,0.153725174569888,0.0,0.11206098496771,0.153725174569888,0.0,0.155384929409952,0.5,0.153725174569888,0.0,0.0508923495581169,0.153725174569888,0.0,0.0300999022658656,0.5,0.153725174569888,0.0,0.0495249184794763,0.153725174569888,0.0,0.0640407326816436,0.153725174569888,0.0,0.326604414335268,0.153725174569888,0.0,0.41503457049587,0.153725174569888,0.0,0.195980146496408,0.153725174569888,0.0,0.0536940708590397,0.153725174569888,0.0,0.0300566111241133,0.5,0.153725174569888,0.0,0.00997477030173475,0,0.505940997899974,1.00493650115413 -673,0.5,0.153725174569888,0.0,0.173046906737475,0.153725174569888,0.0,0.370864443144575,0.153725174569888,0.0,0.0404436803893621,0.153725174569888,0.0,0.0739929211771338,0.153725174569888,0.0,0.184850096975582,0.153725174569888,0.0,0.147365122346589,0.153725174569888,0.0,0.0987900093300102,0.153725174569888,0.0,0.181299107761249,0.5,0.153725174569888,0.0,0.0622165227637748,0.153725174569888,0.0,0.0293035853689786,0.5,0.153725174569888,0.0,0.0583307657603835,0.153725174569888,0.0,0.0652381546499948,0.153725174569888,0.0,0.287575995860062,0.153725174569888,0.0,0.384443769068929,0.153725174569888,0.0,0.191613600963493,0.153725174569888,0.0,0.0459051179538241,0.153725174569888,0.0,0.0319177983516068,0.5,0.153725174569888,0.0,0.0155160334547733,0,0.518007458574317,1.00380610522205 -674,0.5,0.153725174569888,0.0,0.189866945052673,0.153725174569888,0.0,0.317143680084002,0.153725174569888,0.0,0.0413477034637929,0.153725174569888,0.0,0.0831521162549836,0.153725174569888,0.0,0.191209513726398,0.153725174569888,0.0,0.19977746418275,0.153725174569888,0.0,0.0910049567567087,0.153725174569888,0.0,0.212831342495201,0.5,0.153725174569888,0.0,0.0713735063211457,0.153725174569888,0.0,0.0311553331844267,0.5,0.153725174569888,0.0,0.0483647039591632,0.153725174569888,0.0,0.0650780461488142,0.153725174569888,0.0,0.271327689507922,0.153725174569888,0.0,0.367999054311159,0.153725174569888,0.0,0.190276172411797,0.153725174569888,0.0,0.0406626618115397,0.153725174569888,0.0,0.0289004678520721,0.5,0.153725174569888,0.0,0.0206465976450236,0,0.562262220501205,0.998804000705031 -675,0.5,0.153725174569888,0.0,0.214774780197552,0.153725174569888,0.0,0.307710862868406,0.153725174569888,0.0,0.0419403378661986,0.153725174569888,0.0,0.10229800334884,0.153725174569888,0.0,0.187418228177086,0.153725174569888,0.0,0.213455769580425,0.153725174569888,0.0,0.0836891463684097,0.153725174569888,0.0,0.228829694460207,0.5,0.153725174569888,0.0,0.0825245742232026,0.153725174569888,0.0,0.0298411368454293,0.5,0.153725174569888,0.0,0.0400079156276116,0.153725174569888,0.0,0.0708609074885634,0.153725174569888,0.0,0.279427570189905,0.153725174569888,0.0,0.364371510364017,0.153725174569888,0.0,0.182332296488716,0.153725174569888,0.0,0.0386768920985871,0.153725174569888,0.0,0.0257991342421491,0.5,0.153725174569888,0.0,0.0237436669281169,0,0.612408948183137,0.987515065770666 -676,0.5,0.153725174569888,0.0,0.245910368109698,0.153725174569888,0.0,0.294048331667167,0.153725174569888,0.0,0.0493026248138979,0.153725174569888,0.0,0.130317239323218,0.153725174569888,0.0,0.179574823521819,0.153725174569888,0.0,0.186548005570798,0.153725174569888,0.0,0.0894831730169136,0.153725174569888,0.0,0.23177078456516,0.5,0.153725174569888,0.0,0.0899802655144644,0.153725174569888,0.0,0.028269447836191,0.5,0.153725174569888,0.0,0.0447153396720646,0.153725174569888,0.0,0.0705670688368236,0.153725174569888,0.0,0.324099883953443,0.153725174569888,0.0,0.374029433369808,0.153725174569888,0.0,0.184259698210442,0.153725174569888,0.0,0.0340945909926676,0.153725174569888,0.0,0.0261870875515198,0.5,0.153725174569888,0.0,0.025172996627861,0,0.660178954055196,0.972028721307065 -677,0.5,0.153725174569888,0.0,0.272017483564931,0.153725174569888,0.0,0.316671702445189,0.153725174569888,0.0,0.0783943764447061,0.153725174569888,0.0,0.150796311891567,0.153725174569888,0.0,0.188961437773834,0.153725174569888,0.0,0.169787761875606,0.153725174569888,0.0,0.0988796425400222,0.153725174569888,0.0,0.217687938182764,0.5,0.153725174569888,0.0,0.0808102156789493,0.153725174569888,0.0,0.0281451908491356,0.5,0.153725174569888,0.0,0.0487189187718127,0.153725174569888,0.0,0.0706196875175868,0.153725174569888,0.0,0.386130281285594,0.153725174569888,0.0,0.377395724560791,0.153725174569888,0.0,0.207429560210707,0.153725174569888,0.0,0.0316714325169202,0.153725174569888,0.0,0.0254901828133242,0.5,0.153725174569888,0.0,0.0257323315979631,0,0.701332762142959,0.955146997643678 -678,0.5,0.153725174569888,0.0,0.293702592109478,0.153725174569888,0.0,0.353138188555543,0.153725174569888,0.0,0.105547647362012,0.153725174569888,0.0,0.153137644436507,0.153725174569888,0.0,0.217139059765538,0.153725174569888,0.0,0.186465818074364,0.153725174569888,0.0,0.095842962867353,0.153725174569888,0.0,0.187743430304872,0.5,0.153725174569888,0.0,0.0716444642582098,0.153725174569888,0.0,0.0326092850984964,0.5,0.153725174569888,0.0,0.0485063667747545,0.153725174569888,0.0,0.0678483097213301,0.153725174569888,0.0,0.444308295976063,0.153725174569888,0.0,0.391646109196865,0.153725174569888,0.0,0.217118714653171,0.153725174569888,0.0,0.0295639316653299,0.153725174569888,0.0,0.0254694976207772,0.5,0.153725174569888,0.0,0.0297109653476775,0,0.758045805906828,0.954699987458038 -679,0.5,0.153725174569888,0.0,0.298513497177274,0.153725174569888,0.0,0.323597219148287,0.153725174569888,0.0,0.113562540331713,0.153725174569888,0.0,0.144619541418333,0.153725174569888,0.0,0.285653412184062,0.153725174569888,0.0,0.194221037864514,0.153725174569888,0.0,0.0954028975684772,0.153725174569888,0.0,0.157278456267756,0.5,0.153725174569888,0.0,0.0787775820975509,0.153725174569888,0.0,0.0328973336680835,0.5,0.153725174569888,0.0,0.0510175394569145,0.153725174569888,0.0,0.0706403066061417,0.153725174569888,0.0,0.444011782120737,0.153725174569888,0.0,0.439808616599108,0.153725174569888,0.0,0.227420487833124,0.153725174569888,0.0,0.031558241898701,0.153725174569888,0.0,0.0270401406012779,0.5,0.153725174569888,0.0,0.0335606661578845,0,0.784952482174394,0.966552322201623 -680,0.5,0.153725174569888,0.0,0.290890186978234,0.153725174569888,0.0,0.281240326057883,0.153725174569888,0.0,0.0947026712100035,0.153725174569888,0.0,0.136672026939191,0.153725174569888,0.0,0.350033024180083,0.153725174569888,0.0,0.175587285185576,0.153725174569888,0.0,0.100662184131566,0.153725174569888,0.0,0.148493483555829,0.5,0.153725174569888,0.0,0.0897282039141437,0.153725174569888,0.0,0.0344256301940414,0.5,0.153725174569888,0.0,0.0620008518277681,0.153725174569888,0.0,0.0796278048420419,0.153725174569888,0.0,0.420854457093523,0.153725174569888,0.0,0.481752734651041,0.153725174569888,0.0,0.224579991453114,0.153725174569888,0.0,0.0346457991012515,0.153725174569888,0.0,0.0290876815558789,0.5,0.153725174569888,0.0,0.0352914718590716,0,0.79581375909424,0.978529726693917 -681,0.5,0.153725174569888,0.00465829007285039,0.296427838802068,0.153725174569888,0.00104195013361745,0.273462357857715,0.153725174569888,0.00871399766997651,0.092168548093101,0.153725174569888,0.0133975567781576,0.14545007903351,0.153725174569888,0.000668842639540086,0.411424525003975,0.153725174569888,0.000303456012605464,0.168848211534514,0.153725174569888,0.00272568655139553,0.10403572541615,0.153725174569888,0.00276325148351586,0.160955983406986,0.5,0.153725174569888,0.00597468384835091,0.0971367271445754,0.153725174569888,0.0400282063277654,0.0265568596045294,0.5,0.153725174569888,0.0121706445525196,0.0790216476526258,0.153725174569888,0.0228105057523898,0.0725786523497891,0.153725174569888,0.000313446629058823,0.415912666661824,0.153725174569888,0.000215149802435303,0.5000771408574,0.153725174569888,0.00350481295638085,0.228736905034502,0.153725174569888,0.00746391697689412,0.036473832026952,0.153725174569888,0.0262641896027661,0.0301108666960914,0.5,0.153725174569888,0.0506696356025165,0.0359772185181851,0,0.776861562489328,0.977513456466009 -682,0.5,0.153725174569888,0.0600394160195484,0.316452309222584,0.153725174569888,0.0434633857872092,0.293550719432444,0.153725174569888,0.101900584666972,0.106039614537576,0.153725174569888,0.0913688125105472,0.150333253212283,0.153725174569888,0.124311327029618,0.46345841987541,0.153725174569888,0.125189233787336,0.186542179525065,0.153725174569888,0.142949215480022,0.109856074393726,0.153725174569888,0.142618788288495,0.196977722459507,0.5,0.153725174569888,0.158954425949881,0.127368104476229,0.153725174569888,0.220946319179732,0.0250969622106164,0.5,0.153725174569888,0.181819225457014,0.122244304462389,0.153725174569888,0.201826269023821,0.0573862978057473,0.153725174569888,0.0397096334983725,0.449013523468095,0.153725174569888,0.0672538060409553,0.532841585265117,0.153725174569888,0.104010392542581,0.252240243971147,0.153725174569888,0.168117495194889,0.0396580506374902,0.153725174569888,0.19695122529702,0.0353589650812587,0.5,0.153725174569888,0.215913214633492,0.0502733522152177,0,0.764880742339585,0.973171602840554 -683,0.5,0.153725174569888,0.124313540536639,0.340174501517431,0.153725174569888,0.143306206232993,0.315028236795795,0.153725174569888,0.197450411926036,0.113354542468491,0.153725174569888,0.187990795342166,0.147431337404777,0.153725174569888,0.286661589251182,0.532423394227398,0.153725174569888,0.290082904579771,0.223568036407664,0.153725174569888,0.30800766372621,0.158189903833806,0.153725174569888,0.309368391842429,0.266154422498993,0.5,0.153725174569888,0.325732456619786,0.241865336415437,0.153725174569888,0.39384651245681,0.0274148750602887,0.5,0.153725174569888,0.347840817314461,0.186028830363232,0.153725174569888,0.372326452503371,0.0660643077367896,0.153725174569888,0.10862125081896,0.475412027020063,0.153725174569888,0.155889444186215,0.542225716440254,0.153725174569888,0.233376309525099,0.276904325532792,0.153725174569888,0.336204513724501,0.0689625744012729,0.153725174569888,0.360586574670995,0.0670702054623098,0.5,0.153725174569888,0.369447420092669,0.0962590722741744,0,0.746208076208915,0.969140297718116 -684,0.5,0.153725174569888,0.172796612877073,0.351809123601284,0.153725174569888,0.205675869495475,0.326153375113208,0.153725174569888,0.266542451519029,0.107946861879932,0.153725174569888,0.266104576830194,0.163522443824731,0.153725174569888,0.426841344046935,0.551937756885172,0.153725174569888,0.424011844085947,0.250646895165136,0.153725174569888,0.436963494976638,0.20284303341173,0.153725174569888,0.439254680164072,0.377144222340362,0.5,0.153725174569888,0.451483546124653,0.374823144203416,0.153725174569888,0.516856049548235,0.0331589642818992,0.5,0.153725174569888,0.4714567587037,0.21394716658389,0.153725174569888,0.488791608045225,0.0853330017686176,0.153725174569888,0.161781521804221,0.484623479866363,0.153725174569888,0.197779515116353,0.510084579573439,0.153725174569888,0.32242185739505,0.282294433948363,0.153725174569888,0.460356041887691,0.097021943818379,0.153725174569888,0.476617960583517,0.10475624033392,0.5,0.153725174569888,0.462579357935786,0.149208139278305,0,0.724095847302754,0.959516360341669 -685,0.5,0.153725174569888,0.188910856260952,0.357835737346072,0.153725174569888,0.153915993054544,0.321464455370787,0.153725174569888,0.288954557928798,0.105624914692818,0.153725174569888,0.280971780107403,0.192583658890794,0.153725174569888,0.495029549013856,0.515870352150528,0.153725174569888,0.496755959244311,0.297369165078926,0.153725174569888,0.504132638261778,0.244441033962274,0.153725174569888,0.509907735145251,0.400368291911601,0.5,0.153725174569888,0.508884042225044,0.303170057168485,0.153725174569888,0.572068350410673,0.0463036826834169,0.5,0.153725174569888,0.530475411387606,0.311801310683929,0.153725174569888,0.537810331853351,0.0837767933769286,0.153725174569888,0.168266714836179,0.476614372974957,0.153725174569888,0.210243649516887,0.469124586008311,0.153725174569888,0.369444055192881,0.274085729583223,0.153725174569888,0.523484767148667,0.121030763647898,0.153725174569888,0.522942076953692,0.149996263695287,0.5,0.153725174569888,0.483346419675627,0.193344648418676,0,0.723846814358766,0.932424577064326 -686,0.5,0.153725174569888,0.169692493972195,0.371785209553134,0.153725174569888,0.117456337473227,0.310528455488925,0.153725174569888,0.269483808092421,0.118532056885492,0.153725174569888,0.257734953397062,0.217364690481144,0.153725174569888,0.497891669819575,0.48205089912855,0.153725174569888,0.50354764177672,0.384415138325513,0.153725174569888,0.504264563024057,0.269660367685663,0.153725174569888,0.517654833029444,0.47358381147352,0.5,0.153725174569888,0.503424262764196,0.315946486451924,0.153725174569888,0.558090607994764,0.0414857986599422,0.5,0.153725174569888,0.524255111722372,0.288159752540979,0.153725174569888,0.521030882250396,0.0686269311206316,0.153725174569888,0.143755307455824,0.490366318651,0.153725174569888,0.206322553048278,0.434358470484698,0.153725174569888,0.37368166027773,0.271740353640672,0.153725174569888,0.517248201797633,0.125702827197982,0.153725174569888,0.502489576374043,0.188391621421256,0.5,0.153725174569888,0.438805319990955,0.201304993500932,0,0.740482720167985,0.901886691074278 -687,0.5,0.153725174569888,0.118349466199725,0.387176128499008,0.153725174569888,0.0801673570853186,0.316394033197256,0.153725174569888,0.202290653037474,0.13671286015475,0.153725174569888,0.169505114783089,0.219517241065169,0.153725174569888,0.429011906436927,0.468516476867576,0.153725174569888,0.441360879198798,0.352526975296319,0.153725174569888,0.435217331415672,0.26047025350627,0.153725174569888,0.452858523699699,0.436179163664799,0.5,0.153725174569888,0.429490659011285,0.288562901472462,0.153725174569888,0.471726516948613,0.0295129185436844,0.5,0.153725174569888,0.442964004167001,0.220251764757892,0.153725174569888,0.436081133923363,0.0450113781492078,0.153725174569888,0.0796635064714501,0.485194891591723,0.153725174569888,0.162662459533306,0.415211941370106,0.153725174569888,0.289020389234081,0.272165467893356,0.153725174569888,0.439212584297479,0.116280347078798,0.153725174569888,0.40580816223893,0.174065310374018,0.5,0.153725174569888,0.35001462630988,0.171044306359247,0,0.756842337782123,0.876974101801854 -688,0.5,0.153725174569888,0.04726455355193,0.37755234509454,0.153725174569888,0.0379684993301007,0.324963887808476,0.153725174569888,0.102845328805459,0.141891715737004,0.153725174569888,0.074016896617865,0.206439377064789,0.153725174569888,0.287571034765054,0.44564670322716,0.153725174569888,0.311749162372478,0.314460740552914,0.153725174569888,0.298165689125771,0.219246779425593,0.153725174569888,0.272094722408603,0.402710652719838,0.5,0.153725174569888,0.264356636855786,0.231472386170864,0.153725174569888,0.277466805263287,0.0242432104995692,0.5,0.153725174569888,0.241318649944824,0.211751332383782,0.153725174569888,0.257068487598824,0.0388099554052321,0.153725174569888,0.0349065687211783,0.484278098389766,0.153725174569888,0.0955408577613701,0.420062795258267,0.153725174569888,0.151739822298589,0.295585192820926,0.153725174569888,0.251074538389464,0.0951741365166088,0.153725174569888,0.194338413505374,0.135113258529538,0.5,0.153725174569888,0.171007298062741,0.123207826716156,0,0.760891321586812,0.872832844295399 -689,0.5,0.153725174569888,0.0,0.329364661678966,0.153725174569888,0.0,0.335373641798003,0.153725174569888,0.0,0.141707046353505,0.153725174569888,0.0,0.185134028695528,0.153725174569888,0.0,0.401288231159325,0.153725174569888,0.0,0.312549705245998,0.153725174569888,0.0,0.201073980018543,0.153725174569888,0.00583621170012484,0.38415567569034,0.5,0.153725174569888,0.0208289728349063,0.179936341200429,0.153725174569888,0.0,0.0182919227134785,0.5,0.153725174569888,0.0,0.221346828559352,0.153725174569888,0.0129814899925637,0.0465873567994753,0.153725174569888,0.000158375694340945,0.456182341136126,0.153725174569888,0.0,0.433642137726289,0.153725174569888,0.0,0.329256582432505,0.153725174569888,0.0,0.0938153778023971,0.153725174569888,0.0,0.117673696232864,0.5,0.153725174569888,0.0,0.0928226065339844,0,0.755018123202413,0.882570131059881 -690,0.5,0.153725174569888,0.0,0.334420876803082,0.153725174569888,0.0,0.397364290294948,0.153725174569888,0.0,0.154635387702035,0.153725174569888,0.0,0.173231975974281,0.153725174569888,0.0,0.377607484005039,0.153725174569888,0.0,0.325768411452431,0.153725174569888,0.0,0.210314041908392,0.153725174569888,0.0,0.367957058482654,0.5,0.153725174569888,0.0,0.157785208115092,0.153725174569888,0.0,0.0176999302803045,0.5,0.153725174569888,0.0,0.168703522084431,0.153725174569888,0.0,0.049786926153741,0.153725174569888,0.0,0.44494219796568,0.153725174569888,0.0,0.469875440300717,0.153725174569888,0.0,0.348569737357964,0.153725174569888,0.0,0.11692806204369,0.153725174569888,0.0,0.131674037061016,0.5,0.153725174569888,0.0,0.0796312279051578,0,0.735980226293317,0.893173743836741 -691,0.5,0.153725174569888,0.0,0.352063358167465,0.153725174569888,0.0,0.448977220774233,0.153725174569888,0.0,0.158663897793524,0.153725174569888,0.0,0.161144200425164,0.153725174569888,0.0,0.383426798949514,0.153725174569888,0.0,0.354354732208675,0.153725174569888,0.0,0.228772901685439,0.153725174569888,0.0,0.375797425020541,0.5,0.153725174569888,0.0,0.126081943098058,0.153725174569888,0.0,0.0222213146475825,0.5,0.153725174569888,0.0,0.128433062635304,0.153725174569888,0.0,0.0521987854329238,0.153725174569888,0.0,0.455174560482728,0.153725174569888,0.0,0.489292751627299,0.153725174569888,0.0,0.354065335673877,0.153725174569888,0.0,0.128227247149878,0.153725174569888,0.0,0.143660225387139,0.5,0.153725174569888,0.0,0.0707817915382088,0,0.713667328279343,0.882372244285929 -692,0.5,0.153725174569888,0.0,0.344818554337384,0.153725174569888,0.0,0.457549074555879,0.153725174569888,0.0,0.126503451771681,0.153725174569888,0.0,0.147940539828611,0.153725174569888,0.0,0.378675297205954,0.153725174569888,0.0,0.348710638154462,0.153725174569888,0.0,0.228645463300315,0.153725174569888,0.0,0.354051777614105,0.5,0.153725174569888,0.0,0.0813308709654133,0.153725174569888,0.0,0.0269943845392616,0.5,0.153725174569888,0.0,0.12111159016719,0.153725174569888,0.0,0.0530489897580609,0.153725174569888,0.0,0.433251466009214,0.153725174569888,0.0,0.465947129899839,0.153725174569888,0.0,0.330305499426256,0.153725174569888,0.0,0.129492153750032,0.153725174569888,0.0,0.142153426756635,0.5,0.153725174569888,0.0,0.0586733534239418,0,0.742595912538657,0.838702580444634 -693,0.5,0.153725174569888,0.0,0.32718770354167,0.153725174569888,0.0,0.431300614716725,0.153725174569888,0.0,0.111252311015259,0.153725174569888,0.0,0.137787663587756,0.153725174569888,0.0,0.350174691347643,0.153725174569888,0.0,0.318634798503405,0.153725174569888,0.0,0.218722446418454,0.153725174569888,0.0,0.31097577542038,0.5,0.153725174569888,0.0,0.0485451609361406,0.153725174569888,0.0,0.0276696566538545,0.5,0.153725174569888,0.0,0.119009027055501,0.153725174569888,0.0,0.0503930607471911,0.153725174569888,0.0,0.389336081890348,0.153725174569888,0.0,0.428689840476862,0.153725174569888,0.0,0.297453536791452,0.153725174569888,0.0,0.143233452519682,0.153725174569888,0.0,0.134793651741928,0.5,0.153725174569888,0.0,0.0425388650878908,0,0.714230948527779,0.773692785434634 -694,0.5,0.153725174569888,0.0,0.311114578648883,0.153725174569888,0.0,0.335969361847824,0.153725174569888,0.0,0.0890934183073518,0.153725174569888,0.0,0.128898665868939,0.153725174569888,0.0,0.318239162677939,0.153725174569888,0.0,0.282542751426462,0.153725174569888,0.0,0.218290763315734,0.153725174569888,0.0,0.259276683852919,0.5,0.153725174569888,0.0,0.0312085222927308,0.153725174569888,0.0,0.0295725718935922,0.5,0.153725174569888,0.0,0.104014536322138,0.153725174569888,0.0,0.0415450795325298,0.153725174569888,0.0,0.35160205769555,0.153725174569888,0.0,0.395837721085257,0.153725174569888,0.0,0.258216419221717,0.153725174569888,0.0,0.137877598261311,0.153725174569888,0.0,0.105821149665008,0.5,0.153725174569888,0.0,0.031871584097876,0,0.665249565107054,0.694676155529245 -695,0.5,0.153725174569888,0.0,0.283986306591018,0.153725174569888,0.0,0.253333619078129,0.153725174569888,0.0,0.0645355990976962,0.153725174569888,0.0,0.125796875897034,0.153725174569888,0.0,0.293428672208406,0.153725174569888,0.0,0.264951167964174,0.153725174569888,0.0,0.225505904102743,0.153725174569888,0.0,0.206431352530387,0.5,0.153725174569888,0.0,0.0252528345498751,0.153725174569888,0.0,0.031251594270465,0.5,0.153725174569888,0.0,0.0690201998860044,0.153725174569888,0.0,0.0333167741089003,0.153725174569888,0.0,0.331298203888886,0.153725174569888,0.0,0.372395332815833,0.153725174569888,0.0,0.232390486031958,0.153725174569888,0.0,0.118666490388228,0.153725174569888,0.0,0.0743776442264606,0.5,0.153725174569888,0.0,0.0278727901450163,0,0.691224819129289,0.607182576403295 -696,0.5,0.153725174569888,0.0,0.255414661895838,0.153725174569888,0.0,0.306780791976988,0.153725174569888,0.0,0.0453446189264346,0.153725174569888,0.0,0.121884988832328,0.153725174569888,0.0,0.284018582373405,0.153725174569888,0.0,0.267726860622631,0.153725174569888,0.0,0.208584193126728,0.153725174569888,0.0,0.160255191618164,0.5,0.153725174569888,0.0,0.0218289396505876,0.153725174569888,0.0,0.0364643603248763,0.5,0.153725174569888,0.0,0.0533546267948275,0.153725174569888,0.0,0.0320142434524245,0.153725174569888,0.0,0.327311870642118,0.153725174569888,0.0,0.354621785394892,0.153725174569888,0.0,0.206121479112327,0.153725174569888,0.0,0.0785805911587263,0.153725174569888,0.0,0.0548983251080067,0.5,0.153725174569888,0.0,0.0259365735455776,0,0.680080785434213,0.593956242390604 -697,0.5,0.153725174569888,0.0,0.23121160879332,0.153725174569888,0.0,0.304387766551128,0.153725174569888,0.0,0.030573277139112,0.153725174569888,0.0,0.1210361923422,0.153725174569888,0.0,0.279400684613839,0.153725174569888,0.0,0.250546032555886,0.153725174569888,0.0,0.196518234237236,0.153725174569888,0.0,0.115424735075286,0.5,0.153725174569888,0.0,0.0198256175490963,0.153725174569888,0.0,0.0303150224373029,0.5,0.153725174569888,0.0,0.0325421284693435,0.153725174569888,0.0,0.0354485591077019,0.153725174569888,0.0,0.322181154752912,0.153725174569888,0.0,0.328164707908649,0.153725174569888,0.0,0.165025102771113,0.153725174569888,0.0,0.0645788791375827,0.153725174569888,0.0,0.0412722803405687,0.5,0.153725174569888,0.0,0.0243332820247184,0,0.617851699603291,0.648472834497542 -698,0.5,0.153725174569888,0.0,0.221682774784851,0.153725174569888,0.0,0.206510121332336,0.153725174569888,0.0,0.0206871449740565,0.153725174569888,0.0,0.124376157514862,0.153725174569888,0.0,0.27846773645429,0.153725174569888,0.0,0.218795568586086,0.153725174569888,0.0,0.16939376760448,0.153725174569888,0.0,0.087456620331617,0.5,0.153725174569888,0.0,0.0192877005160218,0.153725174569888,0.0,0.0264624258864963,0.5,0.153725174569888,0.0,0.0244165338418129,0.153725174569888,0.0,0.0359208394422816,0.153725174569888,0.0,0.314897306905215,0.153725174569888,0.0,0.313197862274742,0.153725174569888,0.0,0.152485495553266,0.153725174569888,0.0,0.0486114787961153,0.153725174569888,0.0,0.0349684719029522,0.5,0.153725174569888,0.0,0.0220474376528743,0,0.583164318864901,0.706357709147538 -699,0.5,0.153725174569888,0.0,0.212677285569378,0.153725174569888,0.0,0.242676970652969,0.153725174569888,0.0,0.0167341306604868,0.153725174569888,0.0,0.12187034407433,0.153725174569888,0.0,0.273212920666867,0.153725174569888,0.0,0.184974659482197,0.153725174569888,0.0,0.126396458970482,0.153725174569888,0.0,0.0736505345013795,0.5,0.153725174569888,0.0,0.0229262743353633,0.153725174569888,0.0,0.0194828430734769,0.5,0.153725174569888,0.0,0.0194998743492501,0.153725174569888,0.0,0.0325933814387908,0.153725174569888,0.0,0.293265988055267,0.153725174569888,0.0,0.311597626092919,0.153725174569888,0.0,0.154889888066964,0.153725174569888,0.0,0.0365392349564048,0.153725174569888,0.0,0.0320849522643323,0.5,0.153725174569888,0.0,0.021589620112154,0,0.520273480552056,0.745927792903036 -700,0.5,0.153725174569888,0.0,0.207911943245367,0.153725174569888,0.0,0.285138229062659,0.153725174569888,0.0,0.0150282172686029,0.153725174569888,0.0,0.117522260290211,0.153725174569888,0.0,0.260417699816357,0.153725174569888,0.0,0.146440591049729,0.153725174569888,0.0,0.0954649106376245,0.153725174569888,0.0,0.0671446911939646,0.5,0.153725174569888,0.0,0.0266227362605226,0.153725174569888,0.0,0.0120290254477851,0.5,0.153725174569888,0.0,0.01445530297946,0.153725174569888,0.0,0.0289801509100067,0.153725174569888,0.0,0.304909476500634,0.153725174569888,0.0,0.331402768483211,0.153725174569888,0.0,0.149414696749024,0.153725174569888,0.0,0.0258212424085415,0.153725174569888,0.0,0.0297860160920586,0.5,0.153725174569888,0.0,0.0225869999405266,0,0.548177165316788,0.796912931893785 -701,0.5,0.153725174569888,0.0,0.208711333553022,0.153725174569888,0.0,0.256667881758007,0.153725174569888,0.0,0.0137344897881931,0.153725174569888,0.0,0.116021621138797,0.153725174569888,0.0,0.265523752508771,0.153725174569888,0.0,0.126381374809328,0.153725174569888,0.0,0.0887653086389902,0.153725174569888,0.0,0.0665850114006607,0.5,0.153725174569888,0.0,0.0270547715015015,0.153725174569888,0.0,0.0108373391150632,0.5,0.153725174569888,0.0,0.0122386920705551,0.153725174569888,0.0,0.0270761513139038,0.153725174569888,0.0,0.358742974833688,0.153725174569888,0.0,0.378613667550116,0.153725174569888,0.0,0.133246245342848,0.153725174569888,0.0,0.021721975207269,0.153725174569888,0.0,0.0276674566847215,0.5,0.153725174569888,0.0,0.0212999149130456,0,0.568632892452636,0.831899176731008 -702,0.5,0.153725174569888,0.0,0.222652227303564,0.153725174569888,0.0,0.217241679444778,0.153725174569888,0.0,0.0132344619785991,0.153725174569888,0.0,0.115803289952437,0.153725174569888,0.0,0.269223861202641,0.153725174569888,0.0,0.111300147760445,0.153725174569888,0.0,0.0937423709333767,0.153725174569888,0.0,0.0728590844963204,0.5,0.153725174569888,0.0,0.0266574897140888,0.153725174569888,0.0,0.0112040678081782,0.5,0.153725174569888,0.0,0.0121889962459046,0.153725174569888,0.0,0.0277287204609055,0.153725174569888,0.0,0.368834790608925,0.153725174569888,0.0,0.424845885572523,0.153725174569888,0.0,0.118766954849264,0.153725174569888,0.0,0.022571709721247,0.153725174569888,0.0,0.0274738243619206,0.5,0.153725174569888,0.0,0.0204128667447241,0,0.632759558199545,0.866135936675581 -703,0.5,0.153725174569888,0.0,0.227147245904141,0.153725174569888,0.0,0.191613036489964,0.153725174569888,0.0,0.0127578905864168,0.153725174569888,0.0,0.116278591022093,0.153725174569888,0.0,0.244736308789842,0.153725174569888,0.0,0.0950185578514446,0.153725174569888,0.0,0.0962626670327236,0.153725174569888,0.0,0.0929277138559918,0.5,0.153725174569888,0.0,0.0280372231906056,0.153725174569888,0.0,0.0122675787943367,0.5,0.153725174569888,0.0,0.0126953865827308,0.153725174569888,0.0,0.0254421359021194,0.153725174569888,0.0,0.354251624819547,0.153725174569888,0.0,0.434820331548237,0.153725174569888,0.0,0.108579600241322,0.153725174569888,0.0,0.0248119455568397,0.153725174569888,0.0,0.0266644012250431,0.5,0.153725174569888,0.0,0.0162313449954929,0,0.721088978257188,0.898224537023311 -704,0.5,0.153725174569888,0.0,0.20957775232679,0.153725174569888,0.0,0.191461691882805,0.153725174569888,0.0,0.011801146555042,0.153725174569888,0.0,0.114247617011529,0.153725174569888,0.0,0.20165847147075,0.153725174569888,0.0,0.0844836301264117,0.153725174569888,0.0,0.0912753544116256,0.153725174569888,0.0,0.106328911444201,0.5,0.153725174569888,0.0,0.0286546959099055,0.153725174569888,0.0,0.00770768567516246,0.5,0.153725174569888,0.0,0.00853067118488877,0.153725174569888,0.0,0.0288169280046739,0.153725174569888,0.0,0.357989497810884,0.153725174569888,0.0,0.416635254383253,0.153725174569888,0.0,0.109091108340617,0.153725174569888,0.0,0.0247685038566919,0.153725174569888,0.0,0.0245275421741675,0.5,0.153725174569888,0.0,0.0126479814427995,0,0.719113271675733,0.919636708983764 -705,0.5,0.153725174569888,0.00868315408363179,0.211045709053338,0.153725174569888,0.00267686104757723,0.199343987931699,0.153725174569888,0.0174556567806773,0.0115901025607173,0.153725174569888,0.0192539989578293,0.114299100114554,0.153725174569888,0.00124740783511117,0.161982098645933,0.153725174569888,0.000576701885718464,0.0807484490149942,0.153725174569888,0.00300759571398586,0.0834932284330001,0.153725174569888,0.0027367417292133,0.105455639218542,0.5,0.153725174569888,0.00461454713354043,0.0300320658234966,0.153725174569888,0.031865846581919,0.00359694974662068,0.5,0.153725174569888,0.0115186377169522,0.00856600184333325,0.153725174569888,0.0176773702655027,0.0250502850385221,0.153725174569888,0.000762379320476796,0.358618752312702,0.153725174569888,0.000948311844574442,0.387562106459132,0.153725174569888,0.00568677839605024,0.111088076297411,0.153725174569888,0.00800194453529354,0.0262904035154239,0.153725174569888,0.0297515859116052,0.0207782886793292,0.5,0.153725174569888,0.054656804782258,0.0101515770662647,0,0.698052034738467,0.932029544563786 -706,0.5,0.153725174569888,0.110235878112822,0.228927640621632,0.153725174569888,0.100967557776725,0.205062289422151,0.153725174569888,0.189297823183234,0.0115103489637637,0.153725174569888,0.124726016246802,0.107852835703929,0.153725174569888,0.127484883228579,0.14397195347685,0.153725174569888,0.0740838351523263,0.0778568908910589,0.153725174569888,0.121986769715383,0.0763321813990815,0.153725174569888,0.110227663472464,0.100744330671381,0.5,0.153725174569888,0.0979954111716621,0.0366080724449036,0.153725174569888,0.162629584968428,0.000884571009910193,0.5,0.153725174569888,0.153907433104657,0.00855420801254029,0.153725174569888,0.155938278335801,0.0179991830930324,0.153725174569888,0.068996121576179,0.382186915551552,0.153725174569888,0.103403196783396,0.360094708763747,0.153725174569888,0.151931453503346,0.108291878780795,0.153725174569888,0.164227070988108,0.0279691415830827,0.153725174569888,0.202357781109217,0.0187455632626368,0.5,0.153725174569888,0.213967283457281,0.00587935893578183,0,0.728053395373569,0.937978712248422 -707,0.5,0.153725174569888,0.196020956947435,0.23910997164485,0.153725174569888,0.25850842163196,0.265568203964679,0.153725174569888,0.352007534392557,0.0107594298006943,0.153725174569888,0.22530364249512,0.109006604645664,0.153725174569888,0.27087269740437,0.13244438548671,0.153725174569888,0.15558078825484,0.0894028360537986,0.153725174569888,0.256331916077126,0.0681146301577621,0.153725174569888,0.238224366789474,0.112510225781369,0.5,0.153725174569888,0.19485496240504,0.0494982884122341,0.153725174569888,0.315920532686776,0.000671795508313484,0.5,0.153725174569888,0.300150534390855,0.00829172890292428,0.153725174569888,0.319719253164913,0.011946990558439,0.153725174569888,0.1866902309318,0.406976820389533,0.153725174569888,0.26234689640266,0.344733564826715,0.153725174569888,0.307365261687401,0.103247796719197,0.153725174569888,0.328496605574844,0.026209243063746,0.153725174569888,0.365605356243145,0.0195923471637488,0.5,0.153725174569888,0.374282112879496,0.00665941721780845,0,0.694930303547878,0.94793528671414 -708,0.5,0.153725174569888,0.23968843844051,0.225750718879225,0.153725174569888,0.396897929523518,0.294424203145645,0.153725174569888,0.469072661860401,0.0117974976447647,0.153725174569888,0.316096653133701,0.107245549292784,0.153725174569888,0.362230754550484,0.107944145006849,0.153725174569888,0.188669600957921,0.105035792357838,0.153725174569888,0.333622845769068,0.063389218775313,0.153725174569888,0.334326328369014,0.117820364660488,0.5,0.153725174569888,0.288427563993476,0.0507394989742926,0.153725174569888,0.405540992036897,0.00151772219130496,0.5,0.153725174569888,0.432889174489949,0.00807389823299345,0.153725174569888,0.450112657675663,0.0114802669747967,0.153725174569888,0.314721636254621,0.400384172153797,0.153725174569888,0.389207144481576,0.316144871575624,0.153725174569888,0.425039831669025,0.127898784572732,0.153725174569888,0.456838793038659,0.0224381061225914,0.153725174569888,0.482560439935311,0.0255815653645688,0.5,0.153725174569888,0.484488026788776,0.0156371488670659,0,0.570224620488346,0.941549027421996 -709,0.5,0.153725174569888,0.238501960588043,0.243571031061374,0.153725174569888,0.417162879597645,0.240450956122585,0.153725174569888,0.520638730372161,0.014756412085183,0.153725174569888,0.403345424464445,0.101625605172843,0.153725174569888,0.400158623597429,0.0895160197500813,0.153725174569888,0.235095707017103,0.125274626745276,0.153725174569888,0.294225517255346,0.0618871832766191,0.153725174569888,0.407110953934694,0.130413981878182,0.5,0.153725174569888,0.367034069599322,0.0496776324257807,0.153725174569888,0.476637816403145,0.0027545826903519,0.5,0.153725174569888,0.50629979938011,0.00762783705087977,0.153725174569888,0.510280805952808,0.00680899295569956,0.153725174569888,0.39149865345713,0.397926354595311,0.153725174569888,0.462325718727676,0.279078332964008,0.153725174569888,0.484789877460768,0.140632264613624,0.153725174569888,0.517373260368305,0.0200645051604331,0.153725174569888,0.532701964093191,0.0347254039253723,0.5,0.153725174569888,0.528078522394553,0.02800640044157,0,0.513494289560995,0.919311200027216 -710,0.5,0.153725174569888,0.214286513936722,0.25585545995714,0.153725174569888,0.440856715143285,0.312524311194022,0.153725174569888,0.50553525311598,0.0112658820179589,0.153725174569888,0.413155601167339,0.102324263837723,0.153725174569888,0.379745770999147,0.0779999005402403,0.153725174569888,0.273444047351764,0.146194419081797,0.153725174569888,0.280843234133658,0.06292718645367,0.153725174569888,0.414204599144396,0.123526031241971,0.5,0.153725174569888,0.366673248513636,0.0421867866714873,0.153725174569888,0.478297162608779,0.00585135003094283,0.5,0.153725174569888,0.498710539661421,0.00858303031861733,0.153725174569888,0.501053170042813,0.00699708730723534,0.153725174569888,0.368000829611514,0.394100125132919,0.153725174569888,0.454451614131843,0.245154420279962,0.153725174569888,0.467688510670151,0.116472698692221,0.153725174569888,0.511503078489745,0.0180042366479589,0.153725174569888,0.514950818463551,0.03325960497989,0.5,0.153725174569888,0.497264292668844,0.0360788308014468,0,0.488223162759534,0.903238168290994 -711,0.5,0.153725174569888,0.155082900502711,0.284938859628653,0.153725174569888,0.298623605184698,0.299579894905791,0.153725174569888,0.42028574367716,0.0127991794479357,0.153725174569888,0.347546279330208,0.101957127483521,0.153725174569888,0.29542087080552,0.0789568150903378,0.153725174569888,0.271669662025363,0.134933492214649,0.153725174569888,0.309919402826711,0.0659480528762603,0.153725174569888,0.332891743446481,0.0938584692095438,0.5,0.153725174569888,0.301415781914561,0.0271732222758014,0.153725174569888,0.391832107132339,0.00731866529744781,0.5,0.153725174569888,0.422470525286612,0.00811996726002722,0.153725174569888,0.406704175071595,0.00970938136758909,0.153725174569888,0.294653306059974,0.377415760665065,0.153725174569888,0.37885416911871,0.222441582027289,0.153725174569888,0.386008213303769,0.104588196919919,0.153725174569888,0.435752632055786,0.0177608607818796,0.153725174569888,0.423439295801534,0.0289993958691463,0.5,0.153725174569888,0.397808672238365,0.0344971871273981,0,0.450355239330797,0.880855943207206 -712,0.5,0.153725174569888,0.0864408915999713,0.257919125407771,0.153725174569888,0.139767210532834,0.220794949365492,0.153725174569888,0.227898349108594,0.0160511213592627,0.153725174569888,0.14933553265664,0.0867322217817849,0.153725174569888,0.184039507504568,0.0847664852847236,0.153725174569888,0.20715542415363,0.127352757577164,0.153725174569888,0.232915935776726,0.0663000875840975,0.153725174569888,0.166700456525057,0.0702200938304602,0.5,0.153725174569888,0.192922388985344,0.0184671908395276,0.153725174569888,0.20990303768309,0.00712603052070217,0.5,0.153725174569888,0.256951930303281,0.0128005124709493,0.153725174569888,0.236810396341423,0.0107374879258888,0.153725174569888,0.156821296653058,0.359284798105923,0.153725174569888,0.237154560330253,0.209953661445637,0.153725174569888,0.223386988642907,0.0967258183125839,0.153725174569888,0.261497537923173,0.0166212784475643,0.153725174569888,0.219831884823866,0.0231407106728367,0.5,0.153725174569888,0.193493144760232,0.0257159800139501,0,0.479028212156274,0.844654357249789 -713,0.5,0.153725174569888,9.11093944537281e-07,0.233826431097639,0.153725174569888,0.0,0.20822919908168,0.153725174569888,0.0,0.0200816734679177,0.153725174569888,8.21508083660284e-07,0.0895674745806466,0.153725174569888,0.0,0.0887906174427029,0.153725174569888,0.00310236047737544,0.124149320677773,0.153725174569888,0.0,0.0652663141419162,0.153725174569888,0.00496813959431419,0.0596993628993666,0.5,0.153725174569888,0.0194096770416255,0.0154409984328137,0.153725174569888,0.0,0.00614445784131508,0.5,0.153725174569888,0.00445122865800329,0.0135558703268108,0.153725174569888,0.0221571077999649,0.00916151934476259,0.153725174569888,0.0,0.342186879782193,0.153725174569888,0.0,0.205779357857435,0.153725174569888,0.0,0.0937617432766429,0.153725174569888,0.0,0.0212375103563028,0.153725174569888,0.0,0.0226307687533491,0.5,0.153725174569888,0.0,0.0371577668947208,0,0.575543591971527,0.814768011595131 -714,0.5,0.153725174569888,0.0,0.229581675399569,0.153725174569888,0.0,0.187492385327186,0.153725174569888,0.0,0.015052623853796,0.153725174569888,0.0,0.0879252780080572,0.153725174569888,0.0,0.0865392464240387,0.153725174569888,0.0,0.0995851624436147,0.153725174569888,0.0,0.0549382897059109,0.153725174569888,0.0,0.0480290327640184,0.5,0.153725174569888,0.0,0.0152992135594921,0.153725174569888,0.0,0.00734464200877106,0.5,0.153725174569888,0.0,0.0102217461584682,0.153725174569888,0.0,0.0109839061800191,0.153725174569888,0.0,0.333200788729912,0.153725174569888,0.0,0.20016381124478,0.153725174569888,0.0,0.0954563557470074,0.153725174569888,0.0,0.0211738375584404,0.153725174569888,0.0,0.01940706489532,0.5,0.153725174569888,0.0,0.0355758902037758,0,0.5814543162933,0.8325555709909 -715,0.5,0.153725174569888,0.0,0.224796951339206,0.153725174569888,0.0,0.184563755026709,0.153725174569888,0.0,0.0122115014571213,0.153725174569888,0.0,0.081832173577736,0.153725174569888,0.0,0.0759018875366392,0.153725174569888,0.0,0.0742065507201047,0.153725174569888,0.0,0.04141147301594,0.153725174569888,0.0,0.0461371546953194,0.5,0.153725174569888,0.0,0.016449192007798,0.153725174569888,0.0,0.00638126308184228,0.5,0.153725174569888,0.0,0.0128314147028916,0.153725174569888,0.0,0.0153281904503974,0.153725174569888,0.0,0.32418456839926,0.153725174569888,0.0,0.195260165393863,0.153725174569888,0.0,0.0912026107093181,0.153725174569888,0.0,0.0202822477462178,0.153725174569888,0.0,0.0201036695025861,0.5,0.153725174569888,0.0,0.0319537276530517,0,0.606595046218021,0.864946865051243 -716,0.5,0.153725174569888,0.0,0.201487875424462,0.153725174569888,0.0,0.191185127822293,0.153725174569888,0.0,0.0105806597683271,0.153725174569888,0.0,0.0820725779510647,0.153725174569888,0.0,0.0576921756476603,0.153725174569888,0.0,0.0642459862838354,0.153725174569888,0.0,0.0317759137301578,0.153725174569888,0.0,0.0458002285583442,0.5,0.153725174569888,0.0,0.0143834896379179,0.153725174569888,0.0,0.00455592330666311,0.5,0.153725174569888,0.0,0.0188540119067824,0.153725174569888,0.0,0.0142829484657007,0.153725174569888,0.0,0.323505323068733,0.153725174569888,0.0,0.186384453273242,0.153725174569888,0.0,0.0891058801796678,0.153725174569888,0.0,0.0140297649406556,0.153725174569888,0.0,0.0239444225441411,0.5,0.153725174569888,0.0,0.0306776582168988,0,0.591740151712315,0.877028715869804 -717,0.5,0.153725174569888,0.0,0.182993889946888,0.153725174569888,0.0,0.21548762112633,0.153725174569888,0.0,0.0142386348042967,0.153725174569888,0.0,0.0915208773590805,0.153725174569888,0.0,0.0474488429070644,0.153725174569888,0.0,0.0533727623820451,0.153725174569888,0.0,0.0201048028253073,0.153725174569888,0.0,0.0338247138064443,0.5,0.153725174569888,0.0,0.0129134935013872,0.153725174569888,0.0,0.00469878918895739,0.5,0.153725174569888,0.0,0.011808658804209,0.153725174569888,0.0,0.0111153085607586,0.153725174569888,0.0,0.334935343047802,0.153725174569888,0.0,0.174852236723544,0.153725174569888,0.0,0.0803368510340222,0.153725174569888,0.0,0.00944168509358764,0.153725174569888,0.0,0.0205638640053146,0.5,0.153725174569888,0.0,0.0293617704587691,0,0.5593861647423,0.841966960776166 -718,0.5,0.153725174569888,0.0,0.162877296846728,0.153725174569888,0.0,0.213554250254264,0.153725174569888,0.0,0.0136846036543352,0.153725174569888,0.0,0.0910043199349202,0.153725174569888,0.0,0.0306308234585654,0.153725174569888,0.0,0.0405100200414531,0.153725174569888,0.0,0.0167837555821239,0.153725174569888,0.0,0.0257511479135254,0.5,0.153725174569888,0.0,0.011492647820803,0.153725174569888,0.0,0.00622103271120553,0.5,0.153725174569888,0.0,0.0115713839799207,0.153725174569888,0.0,0.0103435428731873,0.153725174569888,0.0,0.342677796664421,0.153725174569888,0.0,0.159697872507807,0.153725174569888,0.0,0.0744282961669051,0.153725174569888,0.0,0.0105792867119372,0.153725174569888,0.0,0.0172879311012086,0.5,0.153725174569888,0.0,0.0315984429498216,0,0.477412569818667,0.81868435109163 -719,0.5,0.153725174569888,0.0,0.143171810324885,0.153725174569888,0.0,0.192240098465333,0.153725174569888,0.0,0.00966742041185732,0.153725174569888,0.0,0.0912080408741658,0.153725174569888,0.0,0.0202305965267188,0.153725174569888,0.0,0.0301922298129392,0.153725174569888,0.0,0.015942084601032,0.153725174569888,0.0,0.0243426125186485,0.5,0.153725174569888,0.0,0.0125956566230638,0.153725174569888,0.0,0.00621870648884238,0.5,0.153725174569888,0.0,0.00923836729054305,0.153725174569888,0.0,0.00715106897245744,0.153725174569888,0.0,0.347788462017586,0.153725174569888,0.0,0.137518859049943,0.153725174569888,0.0,0.0802721431193482,0.153725174569888,0.0,0.0109738251320161,0.153725174569888,0.0,0.0187047489813384,0.5,0.153725174569888,0.0,0.0364116592296554,0,0.378850827598174,0.826950073612069 -720,0.5,0.153725174569888,0.0,0.13682225780678,0.153725174569888,0.0,0.181295093912761,0.153725174569888,0.0,0.0138057706114725,0.153725174569888,0.0,0.0816202179656264,0.153725174569888,0.0,0.0199433255208553,0.153725174569888,0.0,0.0250337577360892,0.153725174569888,0.0,0.0177666175853214,0.153725174569888,0.0,0.0198232223256187,0.5,0.153725174569888,0.0,0.0112518834556594,0.153725174569888,0.0,0.00799831844451647,0.5,0.153725174569888,0.0,0.0136159465236446,0.153725174569888,0.0,0.00683948216944524,0.153725174569888,0.0,0.335603296664253,0.153725174569888,0.0,0.129173325126516,0.153725174569888,0.0,0.0822267048169227,0.153725174569888,0.0,0.0101020355342692,0.153725174569888,0.0,0.0178020876366942,0.5,0.153725174569888,0.0,0.0332234398092024,0,0.331328252227958,0.790156661996691 -721,0.5,0.153725174569888,0.0,0.141123680359236,0.153725174569888,0.0,0.176570756495363,0.153725174569888,0.0,0.0161519510555635,0.153725174569888,0.0,0.0829643915363755,0.153725174569888,0.0,0.0267879856314429,0.153725174569888,0.0,0.0235296446128383,0.153725174569888,0.0,0.0165659247197846,0.153725174569888,0.0,0.0174431244301405,0.5,0.153725174569888,0.0,0.00931696706276297,0.153725174569888,0.0,0.00712013846974783,0.5,0.153725174569888,0.0,0.0120373193769031,0.153725174569888,0.0,0.00612903155327409,0.153725174569888,0.0,0.34617615936543,0.153725174569888,0.0,0.135033624913589,0.153725174569888,0.0,0.0769766747591071,0.153725174569888,0.0,0.00765787474883207,0.153725174569888,0.0,0.0172661492945142,0.5,0.153725174569888,0.0,0.0415361280272974,0,0.359879758503247,0.689018629739171 -722,0.5,0.153725174569888,0.0,0.150935941239052,0.153725174569888,0.0,0.138365443038923,0.153725174569888,0.0,0.0134322974953805,0.153725174569888,0.0,0.108992338977277,0.153725174569888,0.0,0.0271317735236961,0.153725174569888,0.0,0.0191532298684306,0.153725174569888,0.0,0.0168270390112746,0.153725174569888,0.0,0.0108201872891675,0.5,0.153725174569888,0.0,0.00804890377106429,0.153725174569888,0.0,0.00701346951161313,0.5,0.153725174569888,0.0,0.011037349957721,0.153725174569888,0.0,0.00417975866113335,0.153725174569888,0.0,0.329370667922847,0.153725174569888,0.0,0.135581248939829,0.153725174569888,0.0,0.0732149095912816,0.153725174569888,0.0,0.00660251652406646,0.153725174569888,0.0,0.0164955741316824,0.5,0.153725174569888,0.0,0.0444533303879523,0,0.446408257420246,0.655834353890377 -723,0.5,0.153725174569888,0.0,0.15831740844984,0.153725174569888,0.0,0.118646200873509,0.153725174569888,0.0,0.0195266958306998,0.153725174569888,0.0,0.132426253838978,0.153725174569888,0.0,0.0188838975114701,0.153725174569888,0.0,0.0118142613440327,0.153725174569888,0.0,0.014221263279409,0.153725174569888,0.0,0.00761727821369989,0.5,0.153725174569888,0.0,0.00598039134427331,0.153725174569888,0.0,0.00346390247649954,0.5,0.153725174569888,0.0,0.00989584822001394,0.153725174569888,0.0,0.00597863559138014,0.153725174569888,0.0,0.288444289168057,0.153725174569888,0.0,0.121189378420493,0.153725174569888,0.0,0.0749502004558135,0.153725174569888,0.0,0.00789102534321738,0.153725174569888,0.0,0.0137134397886509,0.5,0.153725174569888,0.0,0.0405119116703362,0,0.490726984517839,0.590179051101294 -724,0.5,0.153725174569888,0.0,0.169105363451152,0.153725174569888,0.0,0.118032588471803,0.153725174569888,0.0,0.0188856058856701,0.153725174569888,0.0,0.157929227539331,0.153725174569888,0.0,0.0151104465875404,0.153725174569888,0.0,0.00977224792374273,0.153725174569888,0.0,0.012105138368248,0.153725174569888,0.0,0.00628429612993294,0.5,0.153725174569888,0.0,0.00526201111681177,0.153725174569888,0.0,0.00571520719965304,0.5,0.153725174569888,0.0,0.0132529948625969,0.153725174569888,0.0,0.00472506487911162,0.153725174569888,0.0,0.262281089464225,0.153725174569888,0.0,0.103240127523486,0.153725174569888,0.0,0.0700219218375989,0.153725174569888,0.0,0.00912299717024154,0.153725174569888,0.0,0.0124513388192565,0.5,0.153725174569888,0.0,0.0522362837464512,0,0.494656354096801,0.498494949964805 -725,0.5,0.153725174569888,0.0,0.173058643996559,0.153725174569888,0.0,0.0933365128576131,0.153725174569888,0.0,0.0099050831645474,0.153725174569888,0.0,0.20003142216743,0.153725174569888,0.0,0.0191596001545995,0.153725174569888,0.0,0.0142653093780256,0.153725174569888,0.0,0.00665269972262192,0.153725174569888,0.0,0.00705583486141173,0.5,0.153725174569888,0.0,0.00420091446852586,0.153725174569888,0.0,0.00354093114180361,0.5,0.153725174569888,0.0,0.0116097652014858,0.153725174569888,0.0,0.00259830666725279,0.153725174569888,0.0,0.234184712598484,0.153725174569888,0.0,0.0952873579301761,0.153725174569888,0.0,0.0677228123267075,0.153725174569888,0.0,0.00589446848551759,0.153725174569888,0.0,0.011850169503061,0.5,0.153725174569888,0.0,0.0703667850788343,0,0.469376604965261,0.417299346972023 -726,0.5,0.153725174569888,0.0,0.152032379377345,0.153725174569888,0.0,0.0830544968875976,0.153725174569888,0.0,0.00489261599544931,0.153725174569888,0.0,0.22681344007812,0.153725174569888,0.0,0.021701807115296,0.153725174569888,0.0,0.0193960702640906,0.153725174569888,0.0,0.00732590961564349,0.153725174569888,0.0,0.0106219021093653,0.5,0.153725174569888,0.0,0.00930430093534581,0.153725174569888,0.0,0.00233687793070491,0.5,0.153725174569888,0.0,0.00797083819017713,0.153725174569888,0.0,0.000896976569282197,0.153725174569888,0.0,0.224156982046803,0.153725174569888,0.0,0.100545964630741,0.153725174569888,0.0,0.0630052852362977,0.153725174569888,0.0,0.00398245245762873,0.153725174569888,0.0,0.0113243662645262,0.5,0.153725174569888,0.0,0.0774919033611136,0,0.571630937595996,0.3522943919391 -727,0.5,0.153725174569888,0.0,0.145420131932144,0.153725174569888,0.0,0.0698102011964937,0.153725174569888,0.0,0.00389736794790153,0.153725174569888,0.0,0.255772277247803,0.153725174569888,0.0,0.0212886171581805,0.153725174569888,0.0,0.0193001883653605,0.153725174569888,0.0,0.00674262151285204,0.153725174569888,0.0,0.011412310726887,0.5,0.153725174569888,0.0,0.00413948421669862,0.153725174569888,0.0,0.00588811261139606,0.5,0.153725174569888,0.0,0.00625450142189469,0.153725174569888,0.0,0.000877699161442798,0.153725174569888,0.0,0.247000925281419,0.153725174569888,0.0,0.100965570102789,0.153725174569888,0.0,0.0451921451635445,0.153725174569888,0.0,0.00333811383959392,0.153725174569888,0.0,0.00813164814841985,0.5,0.153725174569888,0.0,0.0840636685151861,0,0.554225179884606,0.387087534177734 -728,0.5,0.153725174569888,0.0,0.151623958391319,0.153725174569888,0.0,0.0497969493283652,0.153725174569888,0.0,0.00257397680480752,0.153725174569888,0.0,0.273186124067831,0.153725174569888,0.0,0.0130384304266396,0.153725174569888,0.0,0.0106374917313489,0.153725174569888,0.0,0.00265677233970423,0.153725174569888,0.0,0.00560987982275237,0.5,0.153725174569888,0.0,0.00095531983912965,0.153725174569888,0.0,0.00545125021261238,0.5,0.153725174569888,0.0,0.00378201275982457,0.153725174569888,0.0,0.00145500419490701,0.153725174569888,0.0,0.246570559520041,0.153725174569888,0.0,0.0898902135177167,0.153725174569888,0.0,0.0323734000212591,0.153725174569888,0.0,0.00220020670203658,0.153725174569888,0.0,0.00616463670937167,0.5,0.153725174569888,0.0,0.0697676228900671,0,0.561407082895529,0.430270509875199 -729,0.5,0.153725174569888,0.00291514282071204,0.154256195166517,0.153725174569888,0.00232009407168037,0.0633561597958274,0.153725174569888,0.00935958546539645,0.00187488301272757,0.153725174569888,0.0106786713259311,0.283216771810033,0.153725174569888,0.00189789422936384,0.00403542865726327,0.153725174569888,0.00160760451260376,0.00246977142572803,0.153725174569888,0.00342451753818759,0.00325975889542079,0.153725174569888,0.00353087695544012,0.00600329374423536,0.5,0.153725174569888,0.00525882891059523,0.000581443138189839,0.153725174569888,0.0155152890580206,0.0112989588519945,0.5,0.153725174569888,0.00612434867812036,0.000672250589387418,0.153725174569888,0.00783754390357022,0.0011233756856989,0.153725174569888,0.000918935387346702,0.231616388479139,0.153725174569888,0.00127554954352309,0.0704616952232129,0.153725174569888,0.00322139423415095,0.0328572898898819,0.153725174569888,0.00497217301309483,0.000841813942308757,0.153725174569888,0.00839438715075912,0.00399741089248479,0.5,0.153725174569888,0.0285799081558842,0.0447817817461686,0,0.608006107567936,0.354583405633665 -730,0.5,0.153725174569888,0.0238495597217534,0.155517695799514,0.153725174569888,0.0542689428400726,0.0791844249319442,0.153725174569888,0.0823056341969611,0.00172712407581306,0.153725174569888,0.0492306539034283,0.286451136554758,0.153725174569888,0.133754568965849,0.00197116392764888,0.153725174569888,0.134200668269848,0.0050337936062419,0.153725174569888,0.113681649776186,0.0033307160624908,0.153725174569888,0.127289718854086,0.00818730756877666,0.5,0.153725174569888,0.118729841915058,0.00118901378347355,0.153725174569888,0.0885142345536487,0.028598258080909,0.5,0.153725174569888,0.082929186434433,0.000123299616791457,0.153725174569888,0.0804066040559351,0.0062926218224019,0.153725174569888,0.0436799738360608,0.258004205229017,0.153725174569888,0.111064320680319,0.0536699934344174,0.153725174569888,0.0606043129954969,0.024150771363586,0.153725174569888,0.076133789797488,0.000584263009606926,0.153725174569888,0.0590134125568545,0.00207444387186525,0.5,0.153725174569888,0.128602743386579,0.0406839641885711,0,0.663585451510135,0.289249510013774 -731,0.5,0.153725174569888,0.0462844931169871,0.159677687433844,0.153725174569888,0.0893152846651911,0.0952953316507868,0.153725174569888,0.0912782398104573,0.00144004749171742,0.153725174569888,0.0858772484852677,0.271762438672745,0.153725174569888,0.297209776001919,0.00160091296570402,0.153725174569888,0.297490605193028,0.00822144380793488,0.153725174569888,0.247525362930394,0.00323696335128405,0.153725174569888,0.287560721609091,0.00885672067776974,0.5,0.153725174569888,0.265257361707801,0.00197169559492098,0.153725174569888,0.177932656354867,0.0493281326934059,0.5,0.153725174569888,0.166440138290983,0.000254464256817211,0.153725174569888,0.161784150072884,0.00959607097361172,0.153725174569888,0.0980391262037583,0.274627931168743,0.153725174569888,0.254743777610884,0.0436705188800707,0.153725174569888,0.126142933231199,0.0184709645195639,0.153725174569888,0.148406544687938,0.00077297732433557,0.153725174569888,0.113982769821355,0.00138946615706898,0.5,0.153725174569888,0.257568679237599,0.0416945376744924,0,0.514711606216616,0.212946412669744 -732,0.5,0.153725174569888,0.0620754424053192,0.149372156725568,0.153725174569888,0.117141493156981,0.112056795209801,0.153725174569888,0.103338261820757,0.00260155299709555,0.153725174569888,0.122196048638578,0.265394488911733,0.153725174569888,0.427036068684495,0.00149154841519859,0.153725174569888,0.429308137560498,0.0112699015056486,0.153725174569888,0.365673047746468,0.00393289688500669,0.153725174569888,0.427066381576497,0.0109384464472266,0.5,0.153725174569888,0.401460072611824,0.00312259786592968,0.153725174569888,0.228537850294781,0.0786994625991051,0.5,0.153725174569888,0.227835162963868,0.00341855396879705,0.153725174569888,0.215293680434011,0.0165354390405153,0.153725174569888,0.15088821829031,0.238251759712438,0.153725174569888,0.379515628989504,0.0318294791792427,0.153725174569888,0.191334460199584,0.0109113463055862,0.153725174569888,0.22689263666269,0.0013173072383664,0.153725174569888,0.17500995850596,0.0024056388971954,0.5,0.153725174569888,0.364045629416451,0.0514276653129518,0,0.319448214990966,0.195693573518997 -733,0.5,0.153725174569888,0.0677837020608601,0.149084472160072,0.153725174569888,0.167393058724051,0.0584114721526377,0.153725174569888,0.0902559972845657,0.00429558255300798,0.153725174569888,0.130938985868402,0.264248223448232,0.153725174569888,0.498158850566043,0.00234458136141551,0.153725174569888,0.500073411469013,0.0152750652601019,0.153725174569888,0.46800267269894,0.00571464425331661,0.153725174569888,0.502764667791003,0.0115639341076362,0.5,0.153725174569888,0.487592421894552,0.00475270177293672,0.153725174569888,0.239994058079214,0.0860919267395985,0.5,0.153725174569888,0.309811964322358,0.00980241501416642,0.153725174569888,0.2896817593879,0.0144557506691209,0.153725174569888,0.263607837598372,0.136889046243185,0.153725174569888,0.462357012706764,0.0210345174001286,0.153725174569888,0.25016794680669,0.00565391358687489,0.153725174569888,0.288368805797339,0.00414998130234086,0.153725174569888,0.1919091508287,0.00719001122497235,0.5,0.153725174569888,0.367583177967856,0.0854151675193898,0,0.228471230619212,0.227328465612306 -734,0.5,0.153725174569888,0.0577652803203654,0.119569035334635,0.153725174569888,0.185093894523349,0.0219975249552831,0.153725174569888,0.0838861847668218,0.00753128685517797,0.153725174569888,0.103970376007581,0.213386207311864,0.153725174569888,0.500276608400546,0.00700792149180574,0.153725174569888,0.505375212896819,0.0230227859145835,0.153725174569888,0.48581941997786,0.00751035510792143,0.153725174569888,0.513059474744774,0.0125645835740288,0.5,0.153725174569888,0.506452061909088,0.0108798104462211,0.153725174569888,0.231733884859054,0.0389370222391824,0.5,0.153725174569888,0.389691335020431,0.0214314926052781,0.153725174569888,0.367780910231543,0.0125279610632633,0.153725174569888,0.267804092946195,0.0709788443285093,0.153725174569888,0.468678472177716,0.0152736946201942,0.153725174569888,0.283593717587261,0.00287812760993043,0.153725174569888,0.321930197936871,0.00924894802551749,0.153725174569888,0.175668742465313,0.011590579169299,0.5,0.153725174569888,0.325443249719744,0.0602925489767759,0,0.161161359217467,0.266988649034199 -735,0.5,0.153725174569888,0.0416045474764166,0.0995511669638292,0.153725174569888,0.139256666827945,0.0078596098680317,0.153725174569888,0.0799356641393629,0.0102580285588666,0.153725174569888,0.0621808955573246,0.168660357726626,0.153725174569888,0.432536102150352,0.0169005819485816,0.153725174569888,0.443611570898597,0.035086403457825,0.153725174569888,0.433700327055218,0.0109601878491711,0.153725174569888,0.452645496161633,0.0193387487298556,0.5,0.153725174569888,0.456958024667834,0.015267116079277,0.153725174569888,0.232856453563229,0.0150266328243618,0.5,0.153725174569888,0.402407971198597,0.027222984846149,0.153725174569888,0.370892393345812,0.00775541881296318,0.153725174569888,0.206939804084801,0.0468381688683683,0.153725174569888,0.40628002227984,0.0173813409032915,0.153725174569888,0.26587681553398,0.00342626972785933,0.153725174569888,0.33746327840363,0.016923468040827,0.153725174569888,0.182247744329557,0.0177690306067518,0.5,0.153725174569888,0.27849274318747,0.024615287530031,0,0.144799858752395,0.296657199973395 -736,0.5,0.153725174569888,0.0192632282869665,0.0958677375467968,0.153725174569888,0.0878726913204662,0.00289798711090396,0.153725174569888,0.0653558721922506,0.0173855199343784,0.153725174569888,0.0249560770294196,0.166571883735392,0.153725174569888,0.297370588239035,0.0271605406040042,0.153725174569888,0.317856071366082,0.048383629131793,0.153725174569888,0.305833215186597,0.0194018005062011,0.153725174569888,0.287845921628164,0.0349169788676953,0.5,0.153725174569888,0.317915569855487,0.0227982149779595,0.153725174569888,0.159825282700828,0.00624412124081239,0.5,0.153725174569888,0.266004828965798,0.0183144927915109,0.153725174569888,0.277727977932628,0.00878128488320446,0.153725174569888,0.113177943888782,0.0270780904070677,0.153725174569888,0.259240992922244,0.0224975927262442,0.153725174569888,0.197627986772706,0.00700556227697556,0.153725174569888,0.261321341719677,0.0276536665812632,0.153725174569888,0.151136906896419,0.0218655977392345,0.5,0.153725174569888,0.167002343768231,0.0132915038494495,0,0.133638856086337,0.340140076435109 -737,0.5,0.153725174569888,0.000175576820414429,0.0968896422173982,0.153725174569888,0.0,0.00583871568117034,0.153725174569888,0.0,0.0402334628193839,0.153725174569888,0.00010906717986552,0.205084149372032,0.153725174569888,0.0,0.0435786445982214,0.153725174569888,0.0182756895527858,0.0811308489651311,0.153725174569888,0.0,0.0373572918054659,0.153725174569888,0.0296576384732764,0.0595957394241772,0.5,0.153725174569888,0.0346566433989236,0.028012458178689,0.153725174569888,0.0,0.00348124298119331,0.5,0.153725174569888,0.00883718477302683,0.0262908389428109,0.153725174569888,0.0301285249624902,0.0132201050999556,0.153725174569888,0.0,0.0244473997775052,0.153725174569888,0.0,0.0320602206119452,0.153725174569888,0.0,0.0135620370608635,0.153725174569888,0.0,0.0374349835537601,0.153725174569888,0.0,0.0331965296438803,0.5,0.153725174569888,0.0,0.00841813334655264,0,0.113124244840474,0.429534444525375 -738,0.5,0.153725174569888,0.0,0.113884866046832,0.153725174569888,0.0,0.016484425520421,0.153725174569888,0.0,0.0576317794588683,0.153725174569888,0.0,0.242440098551686,0.153725174569888,0.0,0.0734255457455363,0.153725174569888,0.0,0.124639043093267,0.153725174569888,0.0,0.0580991609231172,0.153725174569888,0.0,0.0855789833796756,0.5,0.153725174569888,0.0,0.0371963797226331,0.153725174569888,0.0,0.00440443948838502,0.5,0.153725174569888,0.0,0.0191164887203141,0.153725174569888,0.0,0.0224989937768098,0.153725174569888,0.0,0.0308915371896119,0.153725174569888,0.0,0.0519965429884309,0.153725174569888,0.0,0.0266454949320878,0.153725174569888,0.0,0.0463100806175002,0.153725174569888,0.0,0.0287327235922222,0.5,0.153725174569888,0.0,0.0138938094244522,0,0.0890118605653217,0.562871327138242 -739,0.5,0.153725174569888,0.0,0.121381736986559,0.153725174569888,0.0,0.0273739612432325,0.153725174569888,0.0,0.0655344390391414,0.153725174569888,0.0,0.269316779793779,0.153725174569888,0.0,0.129608975942004,0.153725174569888,0.0,0.169908817132469,0.153725174569888,0.0,0.101491604151032,0.153725174569888,0.0,0.113919011492312,0.5,0.153725174569888,0.0,0.0509437860593732,0.153725174569888,0.0,0.00300471058189318,0.5,0.153725174569888,0.0,0.0194750826625224,0.153725174569888,0.0,0.0270299230930472,0.153725174569888,0.0,0.0464918380793341,0.153725174569888,0.0,0.0871250089722263,0.153725174569888,0.0,0.0414573985271102,0.153725174569888,0.0,0.0571829458311865,0.153725174569888,0.0,0.0347622767094059,0.5,0.153725174569888,0.0,0.0125313580225845,0,0.0979432321861592,0.703705822052335 -740,0.5,0.153725174569888,0.0,0.109614895954862,0.153725174569888,0.0,0.0374778765453092,0.153725174569888,0.0,0.0733291773341481,0.153725174569888,0.0,0.260466840454052,0.153725174569888,0.0,0.173940629656424,0.153725174569888,0.0,0.229661894022063,0.153725174569888,0.0,0.131511015091679,0.153725174569888,0.0,0.149510838823674,0.5,0.153725174569888,0.0,0.069715423055617,0.153725174569888,0.0,0.00216746308052701,0.5,0.153725174569888,0.0,0.0099528399394629,0.153725174569888,0.0,0.026090447505475,0.153725174569888,0.0,0.0647440633095807,0.153725174569888,0.0,0.13138631506769,0.153725174569888,0.0,0.0540414722741611,0.153725174569888,0.0,0.0768751282257688,0.153725174569888,0.0,0.0340729015304258,0.5,0.153725174569888,0.0,0.00864330631654964,0,0.125681972825296,0.803573851730889 -741,0.5,0.153725174569888,0.0,0.106306197883041,0.153725174569888,0.0,0.0525993831055985,0.153725174569888,0.0,0.0723009996257167,0.153725174569888,0.0,0.22709526564929,0.153725174569888,0.0,0.221954171953412,0.153725174569888,0.0,0.306819556268377,0.153725174569888,0.0,0.17704901632578,0.153725174569888,0.0,0.211398426447095,0.5,0.153725174569888,0.0,0.0827233598895649,0.153725174569888,0.0,0.00621842916587353,0.5,0.153725174569888,0.0,0.0088719555306251,0.153725174569888,0.0,0.0351166599062876,0.153725174569888,0.0,0.0792321728422375,0.153725174569888,0.0,0.175242742078008,0.153725174569888,0.0,0.0752961455127181,0.153725174569888,0.0,0.0945371765529438,0.153725174569888,0.0,0.0303625740613031,0.5,0.153725174569888,0.0,0.00885443498350191,0,0.147783235629222,0.902412109460517 -742,0.5,0.153725174569888,0.0,0.11361012203081,0.153725174569888,0.0,0.0739697759857437,0.153725174569888,0.0,0.0583488184127472,0.153725174569888,0.0,0.193901518219357,0.153725174569888,0.0,0.306813265812488,0.153725174569888,0.0,0.42337070856634,0.153725174569888,0.0,0.241534350482021,0.153725174569888,0.0,0.283355969913417,0.5,0.153725174569888,0.0,0.0904549492743092,0.153725174569888,0.0,0.0122327494836827,0.5,0.153725174569888,0.0,0.0296175713697094,0.153725174569888,0.0,0.039577625059088,0.153725174569888,0.0,0.0984790990148752,0.153725174569888,0.0,0.23630434109305,0.153725174569888,0.0,0.110610189208621,0.153725174569888,0.0,0.0878791755463811,0.153725174569888,0.0,0.0345688215604485,0.5,0.153725174569888,0.0,0.0138555817117693,0,0.145733290514976,0.962839404574653 -743,0.5,0.153725174569888,0.0,0.11310873944043,0.153725174569888,0.0,0.0964122401066958,0.153725174569888,0.0,0.0512174859821396,0.153725174569888,0.0,0.166387792923852,0.153725174569888,0.0,0.379763181041588,0.153725174569888,0.0,0.502738928407645,0.153725174569888,0.0,0.285785124922633,0.153725174569888,0.0,0.330062983878648,0.5,0.153725174569888,0.0,0.114059450380412,0.153725174569888,0.0,0.00696883207799964,0.5,0.153725174569888,0.0,0.02910956862976,0.153725174569888,0.0,0.0403402248958348,0.153725174569888,0.0,0.134018129490794,0.153725174569888,0.0,0.295508744089439,0.153725174569888,0.0,0.140029041634742,0.153725174569888,0.0,0.0866625603647258,0.153725174569888,0.0,0.0365106684593727,0.5,0.153725174569888,0.0,0.0229800613536411,0,0.171513285901791,0.997389664320767 -744,0.5,0.153725174569888,0.0,0.104470316090264,0.153725174569888,0.0,0.15387703497962,0.153725174569888,0.0,0.0610676620279194,0.153725174569888,0.0,0.150062417603023,0.153725174569888,0.0,0.44437890570203,0.153725174569888,0.0,0.580113902274517,0.153725174569888,0.0,0.308561553177655,0.153725174569888,0.0,0.370869315027671,0.5,0.153725174569888,0.0,0.143775746362268,0.153725174569888,0.0,0.00350354271133583,0.5,0.153725174569888,0.0,0.0115317237681029,0.153725174569888,0.0,0.040002108756574,0.153725174569888,0.0,0.186178737088451,0.153725174569888,0.0,0.366759899443631,0.153725174569888,0.0,0.135491731662301,0.153725174569888,0.0,0.114545720549256,0.153725174569888,0.0,0.0381066610550837,0.5,0.153725174569888,0.0,0.0247158603762494,0,0.206815172837014,1.00524082496158 -745,0.5,0.153725174569888,0.0,0.104144862478639,0.153725174569888,0.0,0.127112354377976,0.153725174569888,0.0,0.0685300209407756,0.153725174569888,0.0,0.136922296139978,0.153725174569888,0.0,0.507638270003517,0.153725174569888,0.0,0.675765351792851,0.153725174569888,0.0,0.379197703740004,0.153725174569888,0.0,0.445490324907902,0.5,0.153725174569888,0.0,0.165269295730659,0.153725174569888,0.0,0.00388774162722751,0.5,0.153725174569888,0.0,0.0280722419470058,0.153725174569888,0.0,0.0451610158225554,0.153725174569888,0.0,0.232624851884558,0.153725174569888,0.0,0.430846298941739,0.153725174569888,0.0,0.132401148399947,0.153725174569888,0.0,0.136586741746085,0.153725174569888,0.0,0.0422753540819442,0.5,0.153725174569888,0.0,0.0228027834730509,0,0.170195191324821,1.00721532209207 -746,0.5,0.153725174569888,0.0,0.122892182569214,0.153725174569888,0.0,0.13605925129555,0.153725174569888,0.0,0.0610297692720016,0.153725174569888,0.0,0.116956206249981,0.153725174569888,0.0,0.568301352457079,0.153725174569888,0.0,0.750800044678261,0.153725174569888,0.0,0.522700803104266,0.153725174569888,0.0,0.522142797378948,0.5,0.153725174569888,0.0,0.207645521733501,0.153725174569888,0.0,0.00136250956792021,0.5,0.153725174569888,0.0,0.046211304258772,0.153725174569888,0.0,0.0526849359963725,0.153725174569888,0.0,0.267337085414043,0.153725174569888,0.0,0.470923647005333,0.153725174569888,0.0,0.186516733186565,0.153725174569888,0.0,0.164164607480753,0.153725174569888,0.0,0.0472071023746638,0.5,0.153725174569888,0.0,0.0222749689591983,0,0.124070791051698,1.00767062719974 -747,0.5,0.153725174569888,0.0,0.123344031269742,0.153725174569888,0.0,0.214261466640402,0.153725174569888,0.0,0.0704376905076746,0.153725174569888,0.0,0.1135852128716,0.153725174569888,0.0,0.654514701826587,0.153725174569888,0.0,0.809957456817778,0.153725174569888,0.0,0.620625124572705,0.153725174569888,0.0,0.54781781535252,0.5,0.153725174569888,0.0,0.246763199503053,0.153725174569888,0.0,0.00601685185834425,0.5,0.153725174569888,0.0,0.0481110330795114,0.153725174569888,0.0,0.0633856834868568,0.153725174569888,0.0,0.297470312030718,0.153725174569888,0.0,0.522841093923002,0.153725174569888,0.0,0.231217274441728,0.153725174569888,0.0,0.209961190732947,0.153725174569888,0.0,0.0456186758563779,0.5,0.153725174569888,0.0,0.0138906575245146,0,0.160268940616517,1.00783323017817 -748,0.5,0.153725174569888,0.0,0.122290025907235,0.153725174569888,0.0,0.293185711431155,0.153725174569888,0.0,0.0748079931586438,0.153725174569888,0.0,0.116243147347747,0.153725174569888,0.0,0.727034989201893,0.153725174569888,0.0,0.865666832193171,0.153725174569888,0.0,0.689798953917155,0.153725174569888,0.0,0.577986944338636,0.5,0.153725174569888,0.0,0.285814791573485,0.153725174569888,0.0,0.00507541136603381,0.5,0.153725174569888,0.0,0.0651218895038779,0.153725174569888,0.0,0.0744073943909469,0.153725174569888,0.0,0.373855219107544,0.153725174569888,0.0,0.601357643182738,0.153725174569888,0.0,0.290943117633064,0.153725174569888,0.0,0.232966628537633,0.153725174569888,0.0,0.0503096115911544,0.5,0.153725174569888,0.0,0.0092970456887547,0,0.284405656510314,1.00871139267234 -749,0.5,0.153725174569888,0.0,0.141698579206127,0.153725174569888,0.0,0.312669372835226,0.153725174569888,0.0,0.0719379868984592,0.153725174569888,0.0,0.135233857128369,0.153725174569888,0.0,0.784701276404898,0.153725174569888,0.0,0.918122477637776,0.153725174569888,0.0,0.751444173406832,0.153725174569888,0.0,0.612629523016943,0.5,0.153725174569888,0.0,0.310421432398292,0.153725174569888,0.0,0.00859154314328121,0.5,0.153725174569888,0.0,0.0693726346524392,0.153725174569888,0.0,0.0940963998478341,0.153725174569888,0.0,0.482312198250496,0.153725174569888,0.0,0.668118324960218,0.153725174569888,0.0,0.352303979616275,0.153725174569888,0.0,0.287271018842083,0.153725174569888,0.0,0.056870275421249,0.5,0.153725174569888,0.0,0.0103376826691974,0,0.276166074378221,1.00968659626832 -750,0.5,0.153725174569888,0.0,0.17781831537592,0.153725174569888,0.0,0.373178447399224,0.153725174569888,0.0,0.0786612707921762,0.153725174569888,0.0,0.17052434387017,0.153725174569888,0.0,0.849772179973107,0.153725174569888,0.0,0.942912432950869,0.153725174569888,0.0,0.787828728456832,0.153725174569888,0.0,0.616433311262329,0.5,0.153725174569888,0.0,0.318930991395398,0.153725174569888,0.0,0.00889042563538106,0.5,0.153725174569888,0.0,0.0728935929265388,0.153725174569888,0.0,0.116282011919037,0.153725174569888,0.0,0.573566855797105,0.153725174569888,0.0,0.735231459169607,0.153725174569888,0.0,0.371562410923558,0.153725174569888,0.0,0.285922817784611,0.153725174569888,0.0,0.0708895907757725,0.5,0.153725174569888,0.0,0.0124348927501323,0,0.284659072049562,1.01038361681304 -751,0.5,0.153725174569888,0.0,0.201138507921682,0.153725174569888,0.0,0.406284300933593,0.153725174569888,0.0,0.096767147390866,0.153725174569888,0.0,0.217899081041493,0.153725174569888,0.0,0.89378342076816,0.153725174569888,0.0,0.971479912014374,0.153725174569888,0.0,0.795096753414105,0.153725174569888,0.0,0.63044661081346,0.5,0.153725174569888,0.0,0.33836401849778,0.153725174569888,0.0,0.0176674141987526,0.5,0.153725174569888,0.0,0.0965374104301012,0.153725174569888,0.0,0.105428173684295,0.153725174569888,0.0,0.617982149709985,0.153725174569888,0.0,0.774318505630668,0.153725174569888,0.0,0.381256042645495,0.153725174569888,0.0,0.284912540979069,0.153725174569888,0.0,0.0761517474197356,0.5,0.153725174569888,0.0,0.0164093867461809,0,0.349533895763667,1.01070915508691 -752,0.5,0.153725174569888,0.0,0.231753822259925,0.153725174569888,0.0,0.447912636322805,0.153725174569888,0.0,0.114387652939736,0.153725174569888,0.0,0.264405073726129,0.153725174569888,0.0,0.924634959616872,0.153725174569888,0.0,0.986783515187463,0.153725174569888,0.0,0.795396082005245,0.153725174569888,0.0,0.652538339433592,0.5,0.153725174569888,0.0,0.378811134021579,0.153725174569888,0.0,0.0226593643953495,0.5,0.153725174569888,0.0,0.103119932854955,0.153725174569888,0.0,0.101113113819365,0.153725174569888,0.0,0.626992330411124,0.153725174569888,0.0,0.796418491351159,0.153725174569888,0.0,0.381826311164672,0.153725174569888,0.0,0.277289967176527,0.153725174569888,0.0,0.0792406030577238,0.5,0.153725174569888,0.0,0.0211109011729222,0,0.419188994630578,1.01076458426815 -753,0.5,0.153725174569888,0.00780054448734481,0.246893385725668,0.153725174569888,0.00350439742802422,0.464035579131132,0.153725174569888,0.0207630844328908,0.090351645977495,0.153725174569888,0.0249976570159285,0.288449068760668,0.153725174569888,0.000607449293525936,0.930737358901864,0.153725174569888,0.000268248028407451,0.951433199088568,0.153725174569888,0.00168291458009715,0.798401634666404,0.153725174569888,0.00149831712461287,0.656128460478169,0.5,0.153725174569888,0.00497637202731396,0.436498462961587,0.153725174569888,0.0421765370116377,0.0176999406179302,0.5,0.153725174569888,0.0190264472697525,0.0878592384132868,0.153725174569888,0.0287604074885625,0.089849702681253,0.153725174569888,0.00143152150133881,0.662721529755975,0.153725174569888,0.000886652053346001,0.805641741360931,0.153725174569888,0.00460086448076025,0.384402685795404,0.153725174569888,0.00686103499421121,0.261522713666769,0.153725174569888,0.0318042301117835,0.0707835919224663,0.5,0.153725174569888,0.0583077841532832,0.0247696504048632,0,0.459920902075087,1.01047106697576 -754,0.5,0.153725174569888,0.0821729012464167,0.255388119637587,0.153725174569888,0.0825408337055469,0.448346678206628,0.153725174569888,0.164987283823994,0.075253783888061,0.153725174569888,0.134084638876887,0.313934227348605,0.153725174569888,0.0146827238695194,0.905129138732997,0.153725174569888,0.00844779321904302,0.885528438679704,0.153725174569888,0.0280370812405507,0.783734466680531,0.153725174569888,0.0245141721976731,0.599449173105916,0.5,0.153725174569888,0.0752819755755158,0.480693214845679,0.153725174569888,0.200939962690175,0.0140981144888623,0.5,0.153725174569888,0.178228425536404,0.0675908793875305,0.153725174569888,0.187794176890947,0.0717918271575712,0.153725174569888,0.0422723429108188,0.674155589829697,0.153725174569888,0.0227154193501932,0.790776163700651,0.153725174569888,0.0844113674737057,0.370401843933817,0.153725174569888,0.100484095443145,0.277353347472768,0.153725174569888,0.180725823798366,0.0621433667480926,0.5,0.153725174569888,0.220383993211896,0.0278122542575076,0,0.521592137278548,1.01012728429908 -755,0.5,0.153725174569888,0.148832284731179,0.251680561256752,0.153725174569888,0.176803012875107,0.424901542214312,0.153725174569888,0.32353728049201,0.0826571478046107,0.153725174569888,0.253598836047631,0.343338888414644,0.153725174569888,0.0339985081954862,0.864622102162614,0.153725174569888,0.0237426528101646,0.771897236480251,0.153725174569888,0.0535996701360717,0.790202042442033,0.153725174569888,0.0520714516897268,0.536035701015734,0.5,0.153725174569888,0.138914632613578,0.507923068468426,0.153725174569888,0.358736978517685,0.00754670733375567,0.5,0.153725174569888,0.338369955029378,0.0532521330590237,0.153725174569888,0.333568713106994,0.0539400897936136,0.153725174569888,0.0869695030414668,0.687656154646411,0.153725174569888,0.052152099564361,0.761838424183169,0.153725174569888,0.176992760394916,0.403920490289516,0.153725174569888,0.211691757761185,0.336442895109324,0.153725174569888,0.311042891939633,0.0514962003662994,0.5,0.153725174569888,0.372007371131105,0.0260218867896767,0,0.555015917663007,1.00945963034422 -756,0.5,0.153725174569888,0.200045204829505,0.266963833439517,0.153725174569888,0.250163802978476,0.402569424934643,0.153725174569888,0.440330376556448,0.10261768117004,0.153725174569888,0.369361924594778,0.361514698606971,0.153725174569888,0.0497204112198307,0.682788744600015,0.153725174569888,0.0405932031679123,0.601476806572013,0.153725174569888,0.0702612733659657,0.779313328006747,0.153725174569888,0.0697699707044309,0.477495905415385,0.5,0.153725174569888,0.190250791622188,0.444532499646807,0.153725174569888,0.457907182101256,0.00976829721941759,0.5,0.153725174569888,0.457647022146008,0.0452293271723445,0.153725174569888,0.415572268866715,0.0471392182479505,0.153725174569888,0.122238241886872,0.68797006665257,0.153725174569888,0.0745882847814896,0.679714817018668,0.153725174569888,0.249900291615583,0.439686378194019,0.153725174569888,0.324972195226688,0.475846759470916,0.153725174569888,0.37670787847972,0.0406678356097472,0.5,0.153725174569888,0.472776203784338,0.0266655175796406,0,0.513560847439593,0.988922588665375 -757,0.5,0.153725174569888,0.245427811414829,0.271543521328242,0.153725174569888,0.27789586171897,0.379928545053212,0.153725174569888,0.49742323417643,0.116196540296491,0.153725174569888,0.433944845997212,0.337619315569187,0.153725174569888,0.0540326885396641,0.495937016257101,0.153725174569888,0.0526663493902546,0.473628914786326,0.153725174569888,0.0709708879871552,0.7150895376341,0.153725174569888,0.0698309220244104,0.373407779344308,0.5,0.153725174569888,0.139629414546077,0.365600931026347,0.153725174569888,0.453086731851071,0.01731953017328,0.5,0.153725174569888,0.511413972084884,0.063082856450693,0.153725174569888,0.39728652886637,0.198599675908632,0.153725174569888,0.117644834135807,0.663074810662455,0.153725174569888,0.0819849294053354,0.571155148610103,0.153725174569888,0.244966387117768,0.515918926377055,0.153725174569888,0.317916479622596,0.640074345106715,0.153725174569888,0.374535127237438,0.0371014844607304,0.5,0.153725174569888,0.513088372881855,0.0268194076066642,0,0.465943211690651,0.898438177284187 -758,0.5,0.153725174569888,0.269126886809731,0.265061234220847,0.153725174569888,0.149905538369082,0.337323632609628,0.153725174569888,0.47678368524579,0.14405092307567,0.153725174569888,0.386286256260258,0.296741705240522,0.153725174569888,0.0515827747184785,0.402724502472477,0.153725174569888,0.0550918834145608,0.313230797063439,0.153725174569888,0.0616096545543231,0.561084805872858,0.153725174569888,0.0735841954868537,0.249348162755084,0.5,0.153725174569888,0.091422207494802,0.309068894697086,0.153725174569888,0.257951698608742,0.0191350146247742,0.5,0.153725174569888,0.444189874246972,0.0751091406763307,0.153725174569888,0.298067797294732,0.254192465618202,0.153725174569888,0.0814356345975305,0.607807662717853,0.153725174569888,0.0606756588016915,0.503179439558072,0.153725174569888,0.184921982226985,0.501213462991135,0.153725174569888,0.202643257084406,0.730484072102246,0.153725174569888,0.318680562556612,0.0399569604748127,0.5,0.153725174569888,0.473489020736336,0.0303844933027644,0,0.432631599807079,0.91752931971565 -759,0.5,0.153725174569888,0.238458762861346,0.241388444980297,0.153725174569888,0.0824724283858098,0.344011221892061,0.153725174569888,0.372826487864893,0.146149224549393,0.153725174569888,0.241636958450935,0.226492564276672,0.153725174569888,0.0420458572687376,0.306164369776284,0.153725174569888,0.0456809700830175,0.245662081307714,0.153725174569888,0.0471706904157638,0.405198861399657,0.153725174569888,0.0699797999207623,0.191462019502301,0.5,0.153725174569888,0.0762922539817917,0.216909247622683,0.153725174569888,0.109166636298887,0.0301228071182631,0.5,0.153725174569888,0.286039288703573,0.153924041790743,0.153725174569888,0.23077910187337,0.21473904891204,0.153725174569888,0.049813711838935,0.561992691682931,0.153725174569888,0.0444806036300326,0.388191263494539,0.153725174569888,0.126904756289004,0.474835001375557,0.153725174569888,0.120643890528714,0.592677908779818,0.153725174569888,0.235893330624615,0.0489833231084206,0.5,0.153725174569888,0.325533351173048,0.0307270138906733,0,0.430445833420167,0.960404048588817 -760,0.5,0.153725174569888,0.127463095127763,0.207749492204025,0.153725174569888,0.0201183758853791,0.215165333109303,0.153725174569888,0.207053463142952,0.165267771658902,0.153725174569888,0.102116730643938,0.185645227201228,0.153725174569888,0.021510363202157,0.260600154410159,0.153725174569888,0.0414242630799984,0.195971191572284,0.153725174569888,0.0232363976717248,0.319857788936883,0.153725174569888,0.0484590764103751,0.115190957931348,0.5,0.153725174569888,0.0482351506434547,0.132884474414897,0.153725174569888,0.0542960314005271,0.0385236308651586,0.5,0.153725174569888,0.130549718875601,0.234346596355686,0.153725174569888,0.134339271097223,0.106761555267657,0.153725174569888,0.0179191509322904,0.506674579449438,0.153725174569888,0.0234483587634719,0.309321357869058,0.153725174569888,0.058635731609173,0.369317352649585,0.153725174569888,0.0588706743153476,0.3884373307996,0.153725174569888,0.141922730219326,0.0664687100975128,0.5,0.153725174569888,0.118660246551679,0.0247273495414655,0,0.442477536568622,0.942750867466276 -761,0.5,0.153725174569888,0.0,0.182710863702263,0.153725174569888,0.000978671897295993,0.198095492409903,0.153725174569888,0.0,0.16000588249017,0.153725174569888,0.0,0.19131181660816,0.153725174569888,0.00125269429599995,0.200569905118904,0.153725174569888,0.0102537985101719,0.175772060771662,0.153725174569888,0.000104978791659917,0.226808076317703,0.153725174569888,0.0120345196884839,0.0797902361517526,0.5,0.153725174569888,0.0121188585460429,0.0625203359691042,0.153725174569888,0.00644276808290403,0.0531407836617683,0.5,0.153725174569888,0.00459831674787511,0.185352838697135,0.153725174569888,0.0159505679217039,0.0461025462260348,0.153725174569888,0.000815986826156819,0.411066433721159,0.153725174569888,0.00139349613129476,0.257280472179358,0.153725174569888,0.000256997771012287,0.263408265490832,0.153725174569888,0.0,0.210141378390809,0.153725174569888,0.0,0.0582381320057759,0.5,0.153725174569888,0.0,0.0250750697658903,0,0.391382859944529,0.94436793493271 -762,0.5,0.153725174569888,0.0,0.165412914167961,0.153725174569888,0.0,0.224002094198478,0.153725174569888,0.0,0.146532964128685,0.153725174569888,0.0,0.186865269865201,0.153725174569888,0.0,0.184437368739036,0.153725174569888,0.0,0.190077297426371,0.153725174569888,0.0,0.146714270857379,0.153725174569888,0.0,0.0793903399890762,0.5,0.153725174569888,0.0,0.0501022011682422,0.153725174569888,0.0,0.0606930801768508,0.5,0.153725174569888,0.0,0.151364724217162,0.153725174569888,0.0,0.0289790180070947,0.153725174569888,0.0,0.31952059464883,0.153725174569888,0.0,0.234889715476919,0.153725174569888,0.0,0.179934880581875,0.153725174569888,0.0,0.114107793033256,0.153725174569888,0.0,0.047531386673542,0.5,0.153725174569888,0.0,0.0267247136242602,0,0.346294753934927,0.914774036195647 -763,0.5,0.153725174569888,0.0,0.139995107311787,0.153725174569888,0.0,0.136520251457535,0.153725174569888,0.0,0.115006124359605,0.153725174569888,0.0,0.174171142768391,0.153725174569888,0.0,0.228202778757699,0.153725174569888,0.0,0.216121425765637,0.153725174569888,0.0,0.124067716470667,0.153725174569888,0.0,0.0904371884224658,0.5,0.153725174569888,0.0,0.0438818057031254,0.153725174569888,0.0,0.0527080060023284,0.5,0.153725174569888,0.0,0.0921253817814757,0.153725174569888,0.0,0.0165029554843618,0.153725174569888,0.0,0.232786945380564,0.153725174569888,0.0,0.229200008367493,0.153725174569888,0.0,0.125433855093465,0.153725174569888,0.0,0.0578453752993341,0.153725174569888,0.0,0.0349616352198523,0.5,0.153725174569888,0.0,0.0290872590467738,0,0.306144118787323,0.919724843840703 -764,0.5,0.153725174569888,0.0,0.108953239115854,0.153725174569888,0.0,0.0906117908631119,0.153725174569888,0.0,0.0739365482264379,0.153725174569888,0.0,0.13863085110058,0.153725174569888,0.0,0.25100073609206,0.153725174569888,0.0,0.276401348679075,0.153725174569888,0.0,0.116422055822862,0.153725174569888,0.0,0.114666224742785,0.5,0.153725174569888,0.0,0.0386571053054116,0.153725174569888,0.0,0.037417550016554,0.5,0.153725174569888,0.0,0.0562441564565576,0.153725174569888,0.0,0.00830429351333948,0.153725174569888,0.0,0.195700726723273,0.153725174569888,0.0,0.239764630789819,0.153725174569888,0.0,0.0914198247187724,0.153725174569888,0.0,0.0357653054964185,0.153725174569888,0.0,0.0239925085634463,0.5,0.153725174569888,0.0,0.0279620834341952,0,0.249246144364704,0.995668229937987 -765,0.5,0.153725174569888,0.0,0.0771604668567876,0.153725174569888,0.0,0.0941935117426618,0.153725174569888,0.0,0.0410791627534851,0.153725174569888,0.0,0.103771863294053,0.153725174569888,0.0,0.293967956033529,0.153725174569888,0.0,0.342759326072143,0.153725174569888,0.0,0.14037726551711,0.153725174569888,0.0,0.138578021982815,0.5,0.153725174569888,0.0,0.039804956401151,0.153725174569888,0.0,0.0311401665827874,0.5,0.153725174569888,0.0,0.0415493891890114,0.153725174569888,0.0,0.00577479971904752,0.153725174569888,0.0,0.19561421856183,0.153725174569888,0.0,0.273158280013424,0.153725174569888,0.0,0.0777963489846455,0.153725174569888,0.0,0.0276453510683197,0.153725174569888,0.0,0.0156085197465864,0.5,0.153725174569888,0.0,0.0263142397514829,0,0.195618137542405,1.00528394341918 -766,0.5,0.153725174569888,0.0,0.0526530375781888,0.153725174569888,0.0,0.0954125151411366,0.153725174569888,0.0,0.0280600193558404,0.153725174569888,0.0,0.0917752043594067,0.153725174569888,0.0,0.347725530152918,0.153725174569888,0.0,0.373541224377119,0.153725174569888,0.0,0.16190814130435,0.153725174569888,0.0,0.156802839273031,0.5,0.153725174569888,0.0,0.0516223476401947,0.153725174569888,0.0,0.0199956646158003,0.5,0.153725174569888,0.0,0.02421847546623,0.153725174569888,0.0,0.00400306943720639,0.153725174569888,0.0,0.205594782568068,0.153725174569888,0.0,0.319133015344829,0.153725174569888,0.0,0.0787941101288624,0.153725174569888,0.0,0.0267788453730082,0.153725174569888,0.0,0.0115950601914669,0.5,0.153725174569888,0.0,0.0265142138790104,0,0.143451721384274,1.00584868736909 -767,0.5,0.153725174569888,0.0,0.040021652951504,0.153725174569888,0.0,0.0947733725643384,0.153725174569888,0.0,0.0181942971646186,0.153725174569888,0.0,0.065521112464933,0.153725174569888,0.0,0.358636605155308,0.153725174569888,0.0,0.355313480654396,0.153725174569888,0.0,0.178245463511025,0.153725174569888,0.0,0.173057563027998,0.5,0.153725174569888,0.0,0.0699184962228783,0.153725174569888,0.0,0.016938184129062,0.5,0.153725174569888,0.0,0.0227087457176542,0.153725174569888,0.0,0.00396267855336715,0.153725174569888,0.0,0.238131870264305,0.153725174569888,0.0,0.354410568389109,0.153725174569888,0.0,0.0770061492331452,0.153725174569888,0.0,0.0345514129193516,0.153725174569888,0.0,0.00859506099452363,0.5,0.153725174569888,0.0,0.0269767385014243,0,0.115398177199905,1.00594761888581 -768,0.5,0.153725174569888,0.0,0.0329771209787598,0.153725174569888,0.0,0.0944385306562809,0.153725174569888,0.0,0.0162886854168137,0.153725174569888,0.0,0.0493114784138455,0.153725174569888,0.0,0.373530113269538,0.153725174569888,0.0,0.356052131417822,0.153725174569888,0.0,0.201990501843937,0.153725174569888,0.0,0.186635347076717,0.5,0.153725174569888,0.0,0.0929019042604526,0.153725174569888,0.0,0.0199723435712479,0.5,0.153725174569888,0.0,0.0263355465318526,0.153725174569888,0.0,0.00710326995934908,0.153725174569888,0.0,0.270161646118151,0.153725174569888,0.0,0.381906400709833,0.153725174569888,0.0,0.0881490167148627,0.153725174569888,0.0,0.0413155126095611,0.153725174569888,0.0,0.00997112609138078,0.5,0.153725174569888,0.0,0.0242479403737178,0,0.0861794420749279,1.00585024522337 -769,0.5,0.153725174569888,0.0,0.0276746543378974,0.153725174569888,0.0,0.120870138472116,0.153725174569888,0.0,0.0166513013559557,0.153725174569888,0.0,0.0537016920217443,0.153725174569888,0.0,0.399965784984269,0.153725174569888,0.0,0.364288932805388,0.153725174569888,0.0,0.230838649045392,0.153725174569888,0.0,0.213165992592447,0.5,0.153725174569888,0.0,0.109484560591944,0.153725174569888,0.0,0.0199690577481309,0.5,0.153725174569888,0.0,0.0304081311304317,0.153725174569888,0.0,0.0126718978679864,0.153725174569888,0.0,0.289805785301238,0.153725174569888,0.0,0.42123805798356,0.153725174569888,0.0,0.104007591738761,0.153725174569888,0.0,0.046884600640955,0.153725174569888,0.0,0.0116235191122893,0.5,0.153725174569888,0.0,0.0141858147766885,0,0.0711589532461237,1.00606616087171 -770,0.5,0.153725174569888,0.0,0.0293373531572866,0.153725174569888,0.0,0.152681039297472,0.153725174569888,0.0,0.01396912467925,0.153725174569888,0.0,0.0504719306795613,0.153725174569888,0.0,0.443708124655373,0.153725174569888,0.0,0.373666151792748,0.153725174569888,0.0,0.257801853008069,0.153725174569888,0.0,0.215938208244463,0.5,0.153725174569888,0.0,0.102965459670322,0.153725174569888,0.0,0.00987894044051996,0.5,0.153725174569888,0.0,0.0242294343392576,0.153725174569888,0.0,0.0155282083429494,0.153725174569888,0.0,0.323889965220819,0.153725174569888,0.0,0.462579263096159,0.153725174569888,0.0,0.122676402779358,0.153725174569888,0.0,0.0476710008236371,0.153725174569888,0.0,0.0104378903186073,0.5,0.153725174569888,0.0,0.00964077845615399,0,0.0866647876162348,1.00681279757526 -771,0.5,0.153725174569888,0.0,0.0325936907327113,0.153725174569888,0.0,0.176545995610041,0.153725174569888,0.0,0.0108285878487115,0.153725174569888,0.0,0.0427003075220935,0.153725174569888,0.0,0.491761353794548,0.153725174569888,0.0,0.397431983520816,0.153725174569888,0.0,0.247275916176322,0.153725174569888,0.0,0.21217245402685,0.5,0.153725174569888,0.0,0.0945624838309329,0.153725174569888,0.0,0.00517337238682828,0.5,0.153725174569888,0.0,0.01084820796128,0.153725174569888,0.0,0.0195699720546256,0.153725174569888,0.0,0.343368011004224,0.153725174569888,0.0,0.506772387243721,0.153725174569888,0.0,0.126758245907955,0.153725174569888,0.0,0.0480082765512101,0.153725174569888,0.0,0.0104081720828477,0.5,0.153725174569888,0.0,0.0119219797807847,0,0.102320240768185,1.00776284213335 -772,0.5,0.153725174569888,0.0,0.0336051186447644,0.153725174569888,0.0,0.167761416142994,0.153725174569888,0.0,0.0096620101638733,0.153725174569888,0.0,0.0262645350840792,0.153725174569888,0.0,0.505911846776266,0.153725174569888,0.0,0.419631751492136,0.153725174569888,0.0,0.229437087830458,0.153725174569888,0.0,0.208306917854029,0.5,0.153725174569888,0.0,0.0851531786771529,0.153725174569888,0.0,0.00447076966744911,0.5,0.153725174569888,0.0,0.00359560365075765,0.153725174569888,0.0,0.0252834345170131,0.153725174569888,0.0,0.357774220325139,0.153725174569888,0.0,0.515837746754288,0.153725174569888,0.0,0.121863288235007,0.153725174569888,0.0,0.0529619815183458,0.153725174569888,0.0,0.0135558082292686,0.5,0.153725174569888,0.0,0.0127752666692681,0,0.111954572189278,1.00777781890696 -773,0.5,0.153725174569888,0.0,0.0347420801378389,0.153725174569888,0.0,0.177519599172775,0.153725174569888,0.0,0.00870661096084636,0.153725174569888,0.0,0.0205671284274747,0.153725174569888,0.0,0.501463183633699,0.153725174569888,0.0,0.43023474925479,0.153725174569888,0.0,0.225473264231557,0.153725174569888,0.0,0.205466783858959,0.5,0.153725174569888,0.0,0.0838125206695013,0.153725174569888,0.0,0.00624876814841805,0.5,0.153725174569888,0.0,0.00131345530679582,0.153725174569888,0.0,0.0160100329811388,0.153725174569888,0.0,0.366030601031735,0.153725174569888,0.0,0.501858680928963,0.153725174569888,0.0,0.128773026015782,0.153725174569888,0.0,0.0509262183491294,0.153725174569888,0.0,0.015387607655459,0.5,0.153725174569888,0.0,0.0169113460986491,0,0.114685867961907,1.00745909046128 -774,0.5,0.153725174569888,0.0,0.0369921266241164,0.153725174569888,0.0,0.187991219830439,0.153725174569888,0.0,0.00917758924707224,0.153725174569888,0.0,0.0197504217833751,0.153725174569888,0.0,0.481396260370769,0.153725174569888,0.0,0.405534684978381,0.153725174569888,0.0,0.223239736873953,0.153725174569888,0.0,0.201251472068896,0.5,0.153725174569888,0.0,0.0875866020412298,0.153725174569888,0.0,0.0106217069875942,0.5,0.153725174569888,0.0,0.00121645256115001,0.153725174569888,0.0,0.00837075861299987,0.153725174569888,0.0,0.379073799230788,0.153725174569888,0.0,0.485863598821426,0.153725174569888,0.0,0.128725728212351,0.153725174569888,0.0,0.048876749778583,0.153725174569888,0.0,0.0200671967130322,0.5,0.153725174569888,0.0,0.0202660601091232,0,0.114181527374142,1.00743037641305 -775,0.5,0.153725174569888,0.0,0.0381986436524519,0.153725174569888,0.0,0.177163918003558,0.153725174569888,0.0,0.0123297449645808,0.153725174569888,0.0,0.0167963023554102,0.153725174569888,0.0,0.446108533089337,0.153725174569888,0.0,0.369388031176544,0.153725174569888,0.0,0.222421343458179,0.153725174569888,0.0,0.171941906121622,0.5,0.153725174569888,0.0,0.0712950084374474,0.153725174569888,0.0,0.0164323978720569,0.5,0.153725174569888,0.0,0.00115520902146831,0.153725174569888,0.0,0.00604452594395953,0.153725174569888,0.0,0.382725102587182,0.153725174569888,0.0,0.467167239681337,0.153725174569888,0.0,0.129157815917189,0.153725174569888,0.0,0.0502814845435006,0.153725174569888,0.0,0.0237369291507159,0.5,0.153725174569888,0.0,0.0207971073838301,0,0.119508753088392,1.00689478976319 -776,0.5,0.153725174569888,0.0,0.0388127428318493,0.153725174569888,0.0,0.178518023000768,0.153725174569888,0.0,0.0135290910229502,0.153725174569888,0.0,0.0125157788961645,0.153725174569888,0.0,0.381211934877375,0.153725174569888,0.0,0.31000548248129,0.153725174569888,0.0,0.216977956116757,0.153725174569888,0.0,0.134994127233159,0.5,0.153725174569888,0.0,0.0546514712709896,0.153725174569888,0.0,0.0163792547564566,0.5,0.153725174569888,0.0,0.00147429871172763,0.153725174569888,0.0,0.00607694849890776,0.153725174569888,0.0,0.391014773653415,0.153725174569888,0.0,0.444071955580274,0.153725174569888,0.0,0.125902513656487,0.153725174569888,0.0,0.047548140600791,0.153725174569888,0.0,0.024207041195023,0.5,0.153725174569888,0.0,0.0190060878893138,0,0.126605028896417,1.00431797755285 -777,0.5,0.153725174569888,0.00513596361402135,0.0385765716406039,0.153725174569888,0.00489372678409706,0.188744710868782,0.153725174569888,0.00828480613926218,0.0115952336659757,0.153725174569888,0.003760460080203,0.00943755105042287,0.153725174569888,0.00334680438515374,0.345293222795649,0.153725174569888,0.00289337647757861,0.267447908406834,0.153725174569888,0.00481544467569998,0.193802942478196,0.153725174569888,0.00450592418051478,0.116226451960041,0.5,0.153725174569888,0.00433986104063299,0.0434155985363858,0.153725174569888,0.0111337043528825,0.0193148628912635,0.5,0.153725174569888,0.00830255361819157,0.00184291123344085,0.153725174569888,0.0116154610115689,0.00490802006054211,0.153725174569888,0.0032824430844493,0.394791410792435,0.153725174569888,0.00297653256938811,0.413914280101836,0.153725174569888,0.00541822434272082,0.122554223429923,0.153725174569888,0.00673717821806594,0.0428053471161548,0.153725174569888,0.00852935913303179,0.0227766214751805,0.5,0.153725174569888,0.00702398904054706,0.0266876932051059,0,0.137994927990659,0.9935626768907 -778,0.5,0.153725174569888,0.0599663959811261,0.0395914163275323,0.153725174569888,0.123664742995704,0.187264332676247,0.153725174569888,0.0753592200233995,0.0104038614507188,0.153725174569888,0.0310030570420783,0.00999874680387853,0.153725174569888,0.123306201478054,0.317623049433514,0.153725174569888,0.110995998870318,0.244505323167614,0.153725174569888,0.127759075091404,0.171429146684212,0.153725174569888,0.123908334484707,0.103531355587879,0.5,0.153725174569888,0.0704355351206691,0.040155395716683,0.153725174569888,0.0608411971718844,0.0281047630532345,0.5,0.153725174569888,0.090032536772311,0.00213272221908633,0.153725174569888,0.0810635202879436,0.0054941739789337,0.153725174569888,0.122334026922165,0.382782287814233,0.153725174569888,0.114471126197106,0.389637617706851,0.153725174569888,0.110803245749941,0.118952023560818,0.153725174569888,0.112687587058269,0.0404084060462428,0.153725174569888,0.0623851522074673,0.0217599195008014,0.5,0.153725174569888,0.0376589034464295,0.034193485012942,0,0.15442594421333,0.989983878359102 -779,0.5,0.153725174569888,0.130189416779865,0.0385115891797948,0.153725174569888,0.284712760969715,0.186011074724225,0.153725174569888,0.16091183188944,0.00942080165483242,0.153725174569888,0.0700013674597607,0.0114905329997496,0.153725174569888,0.247541099610923,0.284682875728741,0.153725174569888,0.186573734358095,0.221949353487998,0.153725174569888,0.292842424330096,0.158772582423545,0.153725174569888,0.285938098091796,0.0919543749884522,0.5,0.153725174569888,0.152688232340187,0.0444998853404177,0.153725174569888,0.113800723679147,0.035761527270744,0.5,0.153725174569888,0.197777415324608,0.00300792513634557,0.153725174569888,0.168803670118734,0.00424818415227314,0.153725174569888,0.235591783613603,0.389685457255283,0.153725174569888,0.212130950256934,0.372864086286019,0.153725174569888,0.253239150547132,0.109833591074832,0.153725174569888,0.257419133581404,0.0366668082050313,0.153725174569888,0.135375602620821,0.0180159494340166,0.5,0.153725174569888,0.065004801331761,0.0336897440374279,0,0.162371763792909,0.987783566956827 -780,0.5,0.153725174569888,0.199121991644286,0.0357395971525206,0.153725174569888,0.41632692424688,0.185299519635245,0.153725174569888,0.247156648697527,0.01049124868424,0.153725174569888,0.109503933065321,0.0111579875787612,0.153725174569888,0.351162536674547,0.232579065770155,0.153725174569888,0.230807441548523,0.178174004485531,0.153725174569888,0.416867479074429,0.133345736880045,0.153725174569888,0.414723966918896,0.0860510511101487,0.5,0.153725174569888,0.223352602578069,0.0507912587800641,0.153725174569888,0.161218313253002,0.0439470365441374,0.5,0.153725174569888,0.288063120345289,0.00521007028972378,0.153725174569888,0.237606911334402,0.00198343052959169,0.153725174569888,0.231958381563105,0.39739125718954,0.153725174569888,0.257376673191458,0.352231378580268,0.153725174569888,0.377156491580467,0.113334283473071,0.153725174569888,0.391026961603749,0.0367955289806078,0.153725174569888,0.202896551088628,0.0116576985232763,0.5,0.153725174569888,0.088957872539402,0.0486806375474583,0,0.161809884842239,0.966595170393682 -781,0.5,0.153725174569888,0.259845286378428,0.0376550834781584,0.153725174569888,0.466157065837721,0.199043107342771,0.153725174569888,0.319848297024333,0.0107790639299365,0.153725174569888,0.140685241501164,0.00943789226759598,0.153725174569888,0.363662522361135,0.263199979246468,0.153725174569888,0.30122057776399,0.21341982307098,0.153725174569888,0.392692975087818,0.162915417879034,0.153725174569888,0.4882956505721,0.108414381084547,0.5,0.153725174569888,0.267911309741863,0.0512878368293924,0.153725174569888,0.192218200285262,0.0435977161327663,0.5,0.153725174569888,0.327285827061371,0.0205645472986206,0.153725174569888,0.259982852611429,0.00144014532441658,0.153725174569888,0.198945513030974,0.38176757898685,0.153725174569888,0.300862515304667,0.315264408394218,0.153725174569888,0.438319072598125,0.136591457653937,0.153725174569888,0.461727764784626,0.0385452574867488,0.153725174569888,0.240343524737788,0.0141213384402855,0.5,0.153725174569888,0.111246723495065,0.0583354662303053,0,0.164689045554297,0.959239914316854 -782,0.5,0.153725174569888,0.250230709934656,0.0388573828111868,0.153725174569888,0.342879952772349,0.173899397866386,0.153725174569888,0.337905643973641,0.0106955716709068,0.153725174569888,0.116565571228463,0.00633986896684155,0.153725174569888,0.368899081403455,0.216725127929401,0.153725174569888,0.409565851845587,0.20518712054765,0.153725174569888,0.30759370542447,0.141982813353256,0.153725174569888,0.502370424128568,0.111889609055383,0.5,0.153725174569888,0.280152217931499,0.0390016862920937,0.153725174569888,0.186874384985723,0.0396768522200921,0.5,0.153725174569888,0.280150210516274,0.0273539226320733,0.153725174569888,0.257335605430457,0.00168126912430896,0.153725174569888,0.146535033966548,0.323600139560996,0.153725174569888,0.294173362189402,0.272422603702216,0.153725174569888,0.433819736749941,0.116153180943848,0.153725174569888,0.471758190501466,0.038409113973541,0.153725174569888,0.249297757184254,0.0156910541733316,0.5,0.153725174569888,0.107658117497957,0.0468685081963225,0,0.172220790624942,0.95606258719123 -783,0.5,0.153725174569888,0.171693922517755,0.0364118574097845,0.153725174569888,0.126607440699972,0.111580763588555,0.153725174569888,0.279761443349246,0.00836425638554544,0.153725174569888,0.0930616675623288,0.00394869645452479,0.153725174569888,0.347197338711888,0.168878870210294,0.153725174569888,0.432442862327169,0.172790851377367,0.153725174569888,0.26120566413178,0.0846378873657313,0.153725174569888,0.440102369233244,0.104675453000332,0.5,0.153725174569888,0.236607774049741,0.0364365268894547,0.153725174569888,0.156553334488786,0.0348364516052054,0.5,0.153725174569888,0.214173979910251,0.0283464976737725,0.153725174569888,0.205582162793948,0.00246456006754729,0.153725174569888,0.100402972506103,0.265192500135577,0.153725174569888,0.264938158254876,0.229109888740047,0.153725174569888,0.364715478609364,0.0716207206022841,0.153725174569888,0.399761720844086,0.029198183838499,0.153725174569888,0.206797692952093,0.014136256003444,0.5,0.153725174569888,0.0834889385700611,0.0348088887695516,0,0.172818282482796,0.940103163385693 -784,0.5,0.153725174569888,0.100609395619442,0.0347760053730201,0.153725174569888,0.0706272126790991,0.0859123706547127,0.153725174569888,0.162803458869621,0.00610118203061658,0.153725174569888,0.0597411706051278,0.00213282440321563,0.153725174569888,0.255789665089189,0.127808803314216,0.153725174569888,0.330705963542815,0.135183621148302,0.153725174569888,0.23366897014926,0.0708420360550195,0.153725174569888,0.297379552297968,0.0877418650036498,0.5,0.153725174569888,0.160687489749357,0.025897330705037,0.153725174569888,0.084387791410621,0.0255708743139641,0.5,0.153725174569888,0.15499709667081,0.0050393733182266,0.153725174569888,0.141997546036584,0.00365190833056871,0.153725174569888,0.0597096086229476,0.241013323736236,0.153725174569888,0.172941184059275,0.201927643017725,0.153725174569888,0.216920092462255,0.0595291154576366,0.153725174569888,0.243866208349257,0.0156397590269103,0.153725174569888,0.131963586539285,0.0056448486261317,0.5,0.153725174569888,0.0447811527315918,0.020584096545494,0,0.162908403593293,0.9356439407308 -785,0.5,0.153725174569888,0.0,0.0270467130481102,0.153725174569888,0.0,0.0806103657030948,0.153725174569888,0.0,0.00375056681032531,0.153725174569888,0.0,0.000951808956813117,0.153725174569888,0.0,0.171637326591476,0.153725174569888,0.0590913992733621,0.148529669259017,0.153725174569888,0.00526799614937807,0.083026541658823,0.153725174569888,0.0468025422896075,0.0831322807038484,0.5,0.153725174569888,0.0331113971377418,0.0176311269171991,0.153725174569888,0.00992095288028219,0.0176931161263671,0.5,0.153725174569888,0.0338377529091343,0.000375258630598478,0.153725174569888,0.0363903821196429,0.00413660244252207,0.153725174569888,0.0,0.242248027756226,0.153725174569888,0.0,0.203576106890577,0.153725174569888,0.0,0.0491767138098415,0.153725174569888,0.00203602194968853,0.00794141065284577,0.153725174569888,0.0,0.00534390117787612,0.5,0.153725174569888,0.0,0.00741768283064118,0,0.151269689266288,0.918807411990557 -786,0.5,0.153725174569888,0.0,0.0186485762025982,0.153725174569888,0.0,0.0606237123166886,0.153725174569888,0.0,0.00127699857436096,0.153725174569888,0.0,0.000632903867797662,0.153725174569888,0.0,0.177253182159454,0.153725174569888,0.0,0.148781065101108,0.153725174569888,0.0,0.0644667771431402,0.153725174569888,0.0,0.0786266803269895,0.5,0.153725174569888,0.0,0.0116958004658178,0.153725174569888,0.0,0.0109145341817242,0.5,0.153725174569888,0.0,0.000111188180409776,0.153725174569888,0.0,0.00414137850885326,0.153725174569888,0.0,0.227701822838585,0.153725174569888,0.0,0.211459918170483,0.153725174569888,0.0,0.0340517336780606,0.153725174569888,0.0,0.00407517457561052,0.153725174569888,0.0,0.00318867623723186,0.5,0.153725174569888,0.0,0.00767182067494342,0,0.134984979654437,0.897749995352716 -787,0.5,0.153725174569888,0.0,0.0129945119095371,0.153725174569888,0.0,0.0485539148705648,0.153725174569888,0.0,0.000469896645988354,0.153725174569888,0.0,0.000243675388871293,0.153725174569888,0.0,0.144726364989601,0.153725174569888,0.0,0.127251761995762,0.153725174569888,0.0,0.0504400465855994,0.153725174569888,0.0,0.0649583583514605,0.5,0.153725174569888,0.0,0.00889841172746412,0.153725174569888,0.0,0.00992774404252696,0.5,0.153725174569888,0.0,3.41679642357978e-05,0.153725174569888,0.0,0.00377648565005133,0.153725174569888,0.0,0.199921785250489,0.153725174569888,0.0,0.204954796215307,0.153725174569888,0.0,0.0258160829853514,0.153725174569888,0.0,0.00325402992865962,0.153725174569888,0.0,0.00386672612959269,0.5,0.153725174569888,0.0,0.00419633988649337,0,0.116709562332223,0.939232288893426 -788,0.5,0.153725174569888,0.0,0.00908126991518967,0.153725174569888,0.0,0.0468089156184223,0.153725174569888,0.0,0.000221980160417349,0.153725174569888,0.0,0.000256296525399175,0.153725174569888,0.0,0.136118664956375,0.153725174569888,0.0,0.115529131791254,0.153725174569888,0.0,0.0602615546415449,0.153725174569888,0.0,0.05844109335053,0.5,0.153725174569888,0.0,0.00614533497354005,0.153725174569888,0.0,0.0151730383937562,0.5,0.153725174569888,0.0,0.000168974252545297,0.153725174569888,0.0,0.00525983562295504,0.153725174569888,0.0,0.193021905961943,0.153725174569888,0.0,0.201027703474827,0.153725174569888,0.0,0.0264580193951056,0.153725174569888,0.0,0.00395377922029516,0.153725174569888,0.0,0.00150578145236775,0.5,0.153725174569888,0.0,0.00398492954164688,0,0.0721506433970956,0.975629923357933 -789,0.5,0.153725174569888,0.0,0.00895477659116987,0.153725174569888,0.0,0.0703309379188849,0.153725174569888,0.0,0.000223827700483967,0.153725174569888,0.0,0.000622329168557021,0.153725174569888,0.0,0.146106611350089,0.153725174569888,0.0,0.115672397683491,0.153725174569888,0.0,0.0535961423426735,0.153725174569888,0.0,0.0486611534686665,0.5,0.153725174569888,0.0,0.0023270193438115,0.153725174569888,0.0,0.0208139597525496,0.5,0.153725174569888,0.0,0.000744290940849834,0.153725174569888,0.0,0.00869697964773681,0.153725174569888,0.0,0.199435313224203,0.153725174569888,0.0,0.211695976113932,0.153725174569888,0.0,0.0284058864903698,0.153725174569888,0.0,0.00185809832330391,0.153725174569888,0.0,0.00389817600088473,0.5,0.153725174569888,0.0,0.00768029085476542,0,0.0378096277930558,0.974495842005064 -790,0.5,0.153725174569888,0.0,0.00699001413161894,0.153725174569888,0.0,0.0706160769137461,0.153725174569888,0.0,8.87512648266405e-05,0.153725174569888,0.0,0.000621055642654994,0.153725174569888,0.0,0.134257397178568,0.153725174569888,0.0,0.101909318659195,0.153725174569888,0.0,0.0445469132017823,0.153725174569888,0.0,0.0391019290165595,0.5,0.153725174569888,0.0,0.00232972818628751,0.153725174569888,0.0,0.021093798036037,0.5,0.153725174569888,0.0,0.0010218633753045,0.153725174569888,0.0,0.0096034899864931,0.153725174569888,0.0,0.212903441337211,0.153725174569888,0.0,0.211643344703437,0.153725174569888,0.0,0.0260435695530099,0.153725174569888,0.0,0.00189272228109866,0.153725174569888,0.0,0.00722411028955175,0.5,0.153725174569888,0.0,0.00676309530036006,0,0.0340917318828894,0.958820376137111 -791,0.5,0.153725174569888,0.0,0.00799574949231301,0.153725174569888,0.0,0.0740845576137302,0.153725174569888,0.0,0.00041776564880816,0.153725174569888,0.0,0.000527107041897486,0.153725174569888,0.0,0.107331541274628,0.153725174569888,0.0,0.0785734244971923,0.153725174569888,0.0,0.0401140195458758,0.153725174569888,0.0,0.0361949008894809,0.5,0.153725174569888,0.0,0.00202789977342084,0.153725174569888,0.0,0.0270985034834431,0.5,0.153725174569888,0.0,0.000949531374533167,0.153725174569888,0.0,0.010926384464527,0.153725174569888,0.0,0.207053957855032,0.153725174569888,0.0,0.194486985860796,0.153725174569888,0.0,0.0272327034816014,0.153725174569888,0.0,0.00145677717617736,0.153725174569888,0.0,0.00882894851673304,0.5,0.153725174569888,0.0,0.00759808047753313,0,0.0408546547390445,0.928818121462714 -792,0.5,0.153725174569888,0.0,0.00685323246309036,0.153725174569888,0.0,0.0605889988662454,0.153725174569888,0.0,0.000619262260771073,0.153725174569888,0.0,0.000779253158724113,0.153725174569888,0.0,0.0846584667107299,0.153725174569888,0.0,0.0643303917654487,0.153725174569888,0.0,0.0354991754924489,0.153725174569888,0.0,0.0298461910016252,0.5,0.153725174569888,0.0,0.00380116032279875,0.153725174569888,0.0,0.030575421242931,0.5,0.153725174569888,0.0,0.003865002965083,0.153725174569888,0.0,0.0134564493919061,0.153725174569888,0.0,0.197202757008604,0.153725174569888,0.0,0.173346387534479,0.153725174569888,0.0,0.0238933931122122,0.153725174569888,0.0,0.00390067383644901,0.153725174569888,0.0,0.01390785225426,0.5,0.153725174569888,0.0,0.00766118601197288,0,0.0506933472142895,0.907844102324889 -793,0.5,0.153725174569888,0.0,0.00677325832903648,0.153725174569888,0.0,0.0504422723385557,0.153725174569888,0.0,0.00189725761401829,0.153725174569888,0.0,0.00264459287532029,0.153725174569888,0.0,0.0650795732734769,0.153725174569888,0.0,0.04238689486824,0.153725174569888,0.0,0.030370115896867,0.153725174569888,0.0,0.0211291926267535,0.5,0.153725174569888,0.0,0.00583047000156816,0.153725174569888,0.0,0.0269649040646128,0.5,0.153725174569888,0.0,0.00860460276173757,0.153725174569888,0.0,0.0129725697059088,0.153725174569888,0.0,0.181731180419337,0.153725174569888,0.0,0.155946126636947,0.153725174569888,0.0,0.0224973588751186,0.153725174569888,0.0,0.00630018136117199,0.153725174569888,0.0,0.0166571275311083,0.5,0.153725174569888,0.0,0.0106180517160396,0,0.0465616142620302,0.891111329439647 -794,0.5,0.153725174569888,0.0,0.00770894676765573,0.153725174569888,0.0,0.0346818909974482,0.153725174569888,0.0,0.00196480292921254,0.153725174569888,0.0,0.00412867973034842,0.153725174569888,0.0,0.0470566549118829,0.153725174569888,0.0,0.0292395308379751,0.153725174569888,0.0,0.0256261820943888,0.153725174569888,0.0,0.0151842594161428,0.5,0.153725174569888,0.0,0.00617355286494024,0.153725174569888,0.0,0.0239382163386492,0.5,0.153725174569888,0.0,0.00886845975473959,0.153725174569888,0.0,0.0147767579425454,0.153725174569888,0.0,0.160002755985624,0.153725174569888,0.0,0.13269700848492,0.153725174569888,0.0,0.0191622091103703,0.153725174569888,0.0,0.00750686777946105,0.153725174569888,0.0,0.0205642383975432,0.5,0.153725174569888,0.0,0.0134117604061025,0,0.0429751027241395,0.872840543150694 -795,0.5,0.153725174569888,0.0,0.0084540593193665,0.153725174569888,0.0,0.028148348097684,0.153725174569888,0.0,0.00457112278428164,0.153725174569888,0.0,0.00651381287324738,0.153725174569888,0.0,0.0433671331752716,0.153725174569888,0.0,0.034083426246502,0.153725174569888,0.0,0.0207866662985256,0.153725174569888,0.0,0.0180795476660986,0.5,0.153725174569888,0.0,0.00643060683541731,0.153725174569888,0.0,0.0268992982832861,0.5,0.153725174569888,0.0,0.0145052676387794,0.153725174569888,0.0,0.0164582204756196,0.153725174569888,0.0,0.133038035989575,0.153725174569888,0.0,0.109755614129985,0.153725174569888,0.0,0.014387370219657,0.153725174569888,0.0,0.0089189229278546,0.153725174569888,0.0,0.0228851213816236,0.5,0.153725174569888,0.0,0.0136453707451496,0,0.0362668416513371,0.865495026417809 -796,0.5,0.153725174569888,0.0,0.00927226661759325,0.153725174569888,0.0,0.0135745302125632,0.153725174569888,0.0,0.00774093330787419,0.153725174569888,0.0,0.0102179385848269,0.153725174569888,0.0,0.053828309599753,0.153725174569888,0.0,0.0487489028491379,0.153725174569888,0.0,0.0181599626360998,0.153725174569888,0.0,0.0196799789963698,0.5,0.153725174569888,0.0,0.007755449741319,0.153725174569888,0.0,0.0258122471566652,0.5,0.153725174569888,0.0,0.0195028360826974,0.153725174569888,0.0,0.0191347249632519,0.153725174569888,0.0,0.111998018910006,0.153725174569888,0.0,0.099569323212979,0.153725174569888,0.0,0.010413062727763,0.153725174569888,0.0,0.0101288108276456,0.153725174569888,0.0,0.0313870686910922,0.5,0.153725174569888,0.0,0.019319050931826,0,0.0186502178448264,0.833076397982136 -797,0.5,0.153725174569888,0.0,0.0092388445560413,0.153725174569888,0.0,0.0207194756742437,0.153725174569888,0.0,0.0115576896748393,0.153725174569888,0.0,0.0113310643736193,0.153725174569888,0.0,0.0554641536898307,0.153725174569888,0.0,0.0638529016768863,0.153725174569888,0.0,0.0207723628881615,0.153725174569888,0.0,0.0361193473895392,0.5,0.153725174569888,0.0,0.0113102105030696,0.153725174569888,0.0,0.0196895335134986,0.5,0.153725174569888,0.0,0.0248485773632245,0.153725174569888,0.0,0.0239041426694083,0.153725174569888,0.0,0.0907480249887814,0.153725174569888,0.0,0.0905259853812791,0.153725174569888,0.0,0.0115939331603627,0.153725174569888,0.0,0.00986758227733028,0.153725174569888,0.0,0.0394457478003084,0.5,0.153725174569888,0.0,0.0223311679477606,0,0.00541316157545332,0.776135536967476 -798,0.5,0.153725174569888,0.0,0.00799443396561756,0.153725174569888,0.0,0.0239723084610697,0.153725174569888,0.0,0.0106431499000523,0.153725174569888,0.0,0.0184323031605674,0.153725174569888,0.0,0.0743416040105632,0.153725174569888,0.0,0.101788261967665,0.153725174569888,0.0,0.0397457875012962,0.153725174569888,0.0,0.0600552574855162,0.5,0.153725174569888,0.0,0.0166610095029302,0.153725174569888,0.0,0.0184714032462806,0.5,0.153725174569888,0.0,0.0290040700762693,0.153725174569888,0.0,0.0269721597335231,0.153725174569888,0.0,0.0763907158819278,0.153725174569888,0.0,0.0759705951105366,0.153725174569888,0.0,0.0234783941159868,0.153725174569888,0.0,0.0153372168412721,0.153725174569888,0.0,0.0453077433242586,0.5,0.153725174569888,0.0,0.022061648635173,0,0.00561163652465038,0.691919996011438 -799,0.5,0.153725174569888,0.0,0.0122317035494251,0.153725174569888,0.0,0.0442043873099261,0.153725174569888,0.0,0.0136634876557374,0.153725174569888,0.0,0.0273262710849574,0.153725174569888,0.0,0.0785791070900717,0.153725174569888,0.0,0.0900926708723906,0.153725174569888,0.0,0.0597558757813995,0.153725174569888,0.0,0.0633459840235816,0.5,0.153725174569888,0.0,0.0234419650811828,0.153725174569888,0.0,0.0255975681782429,0.5,0.153725174569888,0.0,0.039778940360937,0.153725174569888,0.0,0.0347520704923608,0.153725174569888,0.0,0.0782181049296588,0.153725174569888,0.0,0.0849047935944202,0.153725174569888,0.0,0.0422144587414868,0.153725174569888,0.0,0.0182813476736158,0.153725174569888,0.0,0.048411337907223,0.5,0.153725174569888,0.0,0.0219987879106077,0,0.0236564542488021,0.614776368835834 -800,0.5,0.153725174569888,0.0,0.0199586798124465,0.153725174569888,0.0,0.0639048138644452,0.153725174569888,0.0,0.022303381427925,0.153725174569888,0.0,0.0395617705705871,0.153725174569888,0.0,0.071543638503868,0.153725174569888,0.0,0.0542659466692283,0.153725174569888,0.0,0.0702600457960758,0.153725174569888,0.0,0.0580273635434433,0.5,0.153725174569888,0.0,0.0267515693866648,0.153725174569888,0.0,0.0286902278348762,0.5,0.153725174569888,0.0,0.0481543396027969,0.153725174569888,0.0,0.0418203239023464,0.153725174569888,0.0,0.0847116118796119,0.153725174569888,0.0,0.0910104269006382,0.153725174569888,0.0,0.053722589880702,0.153725174569888,0.0,0.026090367309202,0.153725174569888,0.0,0.0557493412329181,0.5,0.153725174569888,0.0,0.0289214389287831,0,0.0320178966497927,0.627919321971644 -801,0.5,0.153725174569888,0.0138587416181593,0.0353440678580288,0.153725174569888,0.00780321777258847,0.0694731577160697,0.153725174569888,0.0158790295348605,0.0398732973252009,0.153725174569888,0.0127432235983264,0.0687820507624068,0.153725174569888,0.00471479204838634,0.0577768298682696,0.153725174569888,0.00418823627619248,0.0368416115826427,0.153725174569888,0.00717175774953552,0.0663184745420517,0.153725174569888,0.00699471084016844,0.0448219226842366,0.5,0.153725174569888,0.00931728384726856,0.0278790879130538,0.153725174569888,0.0154244511598275,0.0402711097839993,0.5,0.153725174569888,0.0153879814625201,0.0391178373505086,0.153725174569888,0.0129632199726816,0.0608059188571695,0.153725174569888,0.00491989401108996,0.0855786486807415,0.153725174569888,0.00447614438151235,0.0905877878844759,0.153725174569888,0.00986078545543933,0.0623583733489026,0.153725174569888,0.0138860145797888,0.0294518697943395,0.153725174569888,0.0194395474154266,0.0766110759643859,0.5,0.153725174569888,0.0195694981238916,0.0536150223604554,0,0.0317195742090422,0.776506331701303 -802,0.5,0.153725174569888,0.119184247687299,0.0581031989346463,0.153725174569888,0.164424541090899,0.0698043014896017,0.153725174569888,0.110099996775247,0.0698357124909906,0.153725174569888,0.0642649874450899,0.121472336089346,0.153725174569888,0.153024068350872,0.0588802850008003,0.153725174569888,0.149297011837181,0.0276489555280285,0.153725174569888,0.162525329570084,0.0529586105527473,0.153725174569888,0.160254011419235,0.0274348036467409,0.5,0.153725174569888,0.13946166180431,0.0340194596228014,0.153725174569888,0.0798299766043801,0.0590459314063201,0.5,0.153725174569888,0.109969684151979,0.0463142216113214,0.153725174569888,0.0837710358177184,0.0760218141350739,0.153725174569888,0.153763459252262,0.0816387540298269,0.153725174569888,0.15266679061529,0.0937649251126712,0.153725174569888,0.167009141446479,0.0747700937426226,0.153725174569888,0.167716742266399,0.0297833899227752,0.153725174569888,0.113969204468807,0.130309546381461,0.5,0.153725174569888,0.0793487590326853,0.140751152612948,0,0.0465135200147813,0.702088502740338 -803,0.5,0.153725174569888,0.225335445629834,0.0839951565409144,0.153725174569888,0.322642451430093,0.0891099954138083,0.153725174569888,0.195136418014564,0.117408625044913,0.153725174569888,0.154115107127146,0.172081784815109,0.153725174569888,0.316212525267493,0.0681427378877586,0.153725174569888,0.312259372650549,0.0314595245172609,0.153725174569888,0.323120822369224,0.0590281232162753,0.153725174569888,0.310223192208564,0.0259985782607438,0.5,0.153725174569888,0.243275824596464,0.0511606584535637,0.153725174569888,0.144203136628356,0.0957726991424309,0.5,0.153725174569888,0.221428457536081,0.0842008200857092,0.153725174569888,0.1656801116969,0.0955925269421821,0.153725174569888,0.315008213786739,0.0973484709814369,0.153725174569888,0.316343829367656,0.117618598946534,0.153725174569888,0.321056912392929,0.104176928621509,0.153725174569888,0.309156071181299,0.0363858088485028,0.153725174569888,0.220602922174264,0.183729973043656,0.5,0.153725174569888,0.166673702886948,0.198564637659516,0,0.0791519712202161,0.590783973037969 -804,0.5,0.153725174569888,0.296214538047904,0.114231175634742,0.153725174569888,0.437302715150542,0.121525938762752,0.153725174569888,0.216514415409224,0.171930142199247,0.153725174569888,0.287563562043279,0.249138152911673,0.153725174569888,0.443902868274899,0.0907455205539151,0.153725174569888,0.442000087225765,0.0476401258884895,0.153725174569888,0.446754913755658,0.0659534155328934,0.153725174569888,0.401339640911348,0.0316471898502962,0.5,0.153725174569888,0.322307397863007,0.0784872934100229,0.153725174569888,0.195643430671815,0.110857425765596,0.5,0.153725174569888,0.315127108773215,0.168614127283701,0.153725174569888,0.223441250800471,0.117608601062503,0.153725174569888,0.436835332648304,0.121692250726871,0.153725174569888,0.443282232451726,0.150194794382469,0.153725174569888,0.434602155663725,0.145252813545467,0.153725174569888,0.412534037535448,0.0664239389171839,0.153725174569888,0.307565270827596,0.20575020084305,0.5,0.153725174569888,0.273801326365751,0.255525187330893,0,0.126378720764061,0.695898610022638 -805,0.5,0.153725174569888,0.313626875604797,0.145371154939579,0.153725174569888,0.49362436095773,0.136335089822709,0.153725174569888,0.272718963675547,0.200814949800941,0.153725174569888,0.371821039151483,0.336130587327092,0.153725174569888,0.508985081070262,0.102206287921031,0.153725174569888,0.508416479065398,0.0566954667731415,0.153725174569888,0.503026741814152,0.101311984468103,0.153725174569888,0.443313144041887,0.0484712398943698,0.5,0.153725174569888,0.35061885490481,0.11092493729754,0.153725174569888,0.234262944846084,0.107955138560093,0.5,0.153725174569888,0.334428899820034,0.323028681430374,0.153725174569888,0.260966226411888,0.11001056504573,0.153725174569888,0.494757403330071,0.150073987125437,0.153725174569888,0.507605262972685,0.189899120872924,0.153725174569888,0.449684832657004,0.165652104827673,0.153725174569888,0.424423590355065,0.0980582787610593,0.153725174569888,0.359161741623783,0.281931475297338,0.5,0.153725174569888,0.320246237139401,0.313007563546765,0,0.178664391258463,0.771819109411801 -806,0.5,0.153725174569888,0.297384472798057,0.178404695829934,0.153725174569888,0.485636814596128,0.138090961437452,0.153725174569888,0.314365151633965,0.217376496341959,0.153725174569888,0.389971260488689,0.435096759233884,0.153725174569888,0.503385565809853,0.139546161044918,0.153725174569888,0.497554422957112,0.0934399576399613,0.153725174569888,0.467539777275611,0.165662735315306,0.153725174569888,0.421352405585841,0.0900738053176262,0.5,0.153725174569888,0.335258574164929,0.160593279830528,0.153725174569888,0.259620329258987,0.103114169913434,0.5,0.153725174569888,0.263106860462923,0.243912039018983,0.153725174569888,0.281244459884728,0.0958961637804182,0.153725174569888,0.487257382616026,0.165670761848511,0.153725174569888,0.504354051843279,0.207329609044082,0.153725174569888,0.3781746197072,0.226571714255812,0.153725174569888,0.357773786097851,0.133889131493494,0.153725174569888,0.311357170702319,0.263971082928144,0.5,0.153725174569888,0.303254917083531,0.319942247681461,0,0.205245080476213,0.887315364397046 -807,0.5,0.153725174569888,0.254643208793316,0.218348327762746,0.153725174569888,0.396911163271887,0.159265886016758,0.153725174569888,0.257876432282272,0.201490982914589,0.153725174569888,0.338070045458759,0.513094724539418,0.153725174569888,0.392838168405364,0.17402447963962,0.153725174569888,0.401048382413492,0.119907616194456,0.153725174569888,0.364297142500904,0.154448311255228,0.153725174569888,0.365546249974578,0.0961806237546296,0.5,0.153725174569888,0.23721519717548,0.158933235067052,0.153725174569888,0.216705739780929,0.0712352155625496,0.5,0.153725174569888,0.176078012657017,0.141715529583697,0.153725174569888,0.258632146603582,0.0680648259946427,0.153725174569888,0.410322086251864,0.167784225610048,0.153725174569888,0.423997779045061,0.223220333520103,0.153725174569888,0.252330806269315,0.209715420358082,0.153725174569888,0.27339887432402,0.074017476153308,0.153725174569888,0.207889731442731,0.200101758017788,0.5,0.153725174569888,0.289266677640295,0.263768793630163,0,0.221428527676177,0.936202166761377 -808,0.5,0.153725174569888,0.14420639322477,0.264313134507432,0.153725174569888,0.198072375134812,0.177033674383822,0.153725174569888,0.139131378962998,0.184946978098919,0.153725174569888,0.178485948097747,0.554997343488892,0.153725174569888,0.231120360197067,0.1951311565,0.153725174569888,0.28854573991067,0.120707652671856,0.153725174569888,0.261289753327401,0.0881737181203045,0.153725174569888,0.277367409375369,0.0833237662528636,0.5,0.153725174569888,0.0990214620303353,0.0956666955964626,0.153725174569888,0.154500783739081,0.033931887876516,0.5,0.153725174569888,0.0938198128856281,0.0944131051340818,0.153725174569888,0.193673981013336,0.0363384826217443,0.153725174569888,0.265215589289987,0.191123352530146,0.153725174569888,0.251722158298063,0.242642235747694,0.153725174569888,0.115498120214345,0.248940736623372,0.153725174569888,0.126324954624094,0.0467050348443248,0.153725174569888,0.106572903739876,0.143508211477879,0.5,0.153725174569888,0.194074491767796,0.154322390161409,0,0.262325437294465,0.942878776747626 -809,0.5,0.153725174569888,0.0,0.337656223638686,0.153725174569888,0.0,0.240794308253157,0.153725174569888,0.0,0.165759854970258,0.153725174569888,0.0,0.577291818687651,0.153725174569888,0.00363382494588796,0.218432857031807,0.153725174569888,0.0761437392291439,0.108581845436923,0.153725174569888,0.019374385675166,0.0883143773548596,0.153725174569888,0.0535488998345037,0.0757957840095628,0.5,0.153725174569888,0.0188838216964182,0.0645717128290754,0.153725174569888,0.0352209123460446,0.0143274365083874,0.5,0.153725174569888,0.0172331301488259,0.093302476757043,0.153725174569888,0.0514002698626233,0.0181647420842225,0.153725174569888,0.0,0.260740719810497,0.153725174569888,0.0,0.285931978775784,0.153725174569888,0.0,0.29521554939601,0.153725174569888,0.00398245752085814,0.063466711105627,0.153725174569888,0.000431182042634867,0.108442354867853,0.5,0.153725174569888,0.00243906336860935,0.0805004850853103,0,0.395382378939241,0.938775356077113 -810,0.5,0.153725174569888,0.0,0.408555194297888,0.153725174569888,0.0,0.29580916595156,0.153725174569888,0.0,0.134850640089394,0.153725174569888,0.0,0.597081326736758,0.153725174569888,0.0,0.247567170020725,0.153725174569888,0.0,0.10364794010795,0.153725174569888,0.0,0.157212166625136,0.153725174569888,0.0,0.105043734028757,0.5,0.153725174569888,0.0,0.0701471768220017,0.153725174569888,0.0,0.00660377062809477,0.5,0.153725174569888,0.0,0.0643706646297771,0.153725174569888,0.0,0.0101462478763343,0.153725174569888,0.0,0.340734023192956,0.153725174569888,0.0,0.347537759549381,0.153725174569888,0.0,0.397575773241267,0.153725174569888,0.0,0.0874434523170203,0.153725174569888,0.0,0.0811935160404428,0.5,0.153725174569888,0.0,0.0541505892746169,0,0.538289198304599,0.908820202669338 -811,0.5,0.153725174569888,0.0,0.448663486692674,0.153725174569888,0.0,0.435216955134843,0.153725174569888,0.0,0.103282836488867,0.153725174569888,0.0,0.581272523214395,0.153725174569888,0.0,0.312297078325493,0.153725174569888,0.0,0.120245130640355,0.153725174569888,0.0,0.207599638985713,0.153725174569888,0.0,0.16717289124887,0.5,0.153725174569888,0.0,0.0655402733383665,0.153725174569888,0.0,0.00550798522632821,0.5,0.153725174569888,0.0,0.0281649297512792,0.153725174569888,0.0,0.00958343151117106,0.153725174569888,0.0,0.439601782687946,0.153725174569888,0.0,0.407272127037234,0.153725174569888,0.0,0.394657625870537,0.153725174569888,0.0,0.0740343481145322,0.153725174569888,0.0,0.0447392360576459,0.5,0.153725174569888,0.0,0.0324960847647967,0,0.632583636203932,0.902181008840328 -812,0.5,0.153725174569888,0.0,0.463795067795191,0.153725174569888,0.0,0.536534478554654,0.153725174569888,0.0,0.0755788223446114,0.153725174569888,0.0,0.492535606258663,0.153725174569888,0.0,0.362089023365032,0.153725174569888,0.0,0.145530438188434,0.153725174569888,0.0,0.178823387965018,0.153725174569888,0.0,0.18274894628697,0.5,0.153725174569888,0.0,0.052955500790318,0.153725174569888,0.0,0.00873997230791999,0.5,0.153725174569888,0.0,0.0125697757075891,0.153725174569888,0.0,0.0104892885542225,0.153725174569888,0.0,0.539028577959615,0.153725174569888,0.0,0.446251059670036,0.153725174569888,0.0,0.373796947388714,0.153725174569888,0.0,0.0648173759315521,0.153725174569888,0.0,0.0229018115594206,0.5,0.153725174569888,0.0,0.0167342006999712,0,0.748200721985471,0.958517670536591 -813,0.5,0.153725174569888,0.0,0.471960602691755,0.153725174569888,0.0,0.615189087378293,0.153725174569888,0.0,0.047531440557665,0.153725174569888,0.0,0.389399726353557,0.153725174569888,0.0,0.350883841882015,0.153725174569888,0.0,0.149458896060948,0.153725174569888,0.0,0.130639700212701,0.153725174569888,0.0,0.147520545403551,0.5,0.153725174569888,0.0,0.0435521929993536,0.153725174569888,0.0,0.00972242293270831,0.5,0.153725174569888,0.0,0.00686103876035553,0.153725174569888,0.0,0.0117893824908133,0.153725174569888,0.0,0.58270410522657,0.153725174569888,0.0,0.477227491758427,0.153725174569888,0.0,0.292537692552986,0.153725174569888,0.0,0.0470772514351765,0.153725174569888,0.0,0.0128652740945666,0.5,0.153725174569888,0.0,0.00890537837845867,0,0.797135842609899,0.989628950081478 -814,0.5,0.153725174569888,0.0,0.474780848421513,0.153725174569888,0.0,0.632317048890613,0.153725174569888,0.0,0.0289574401683441,0.153725174569888,0.0,0.320608176942324,0.153725174569888,0.0,0.205541184808423,0.153725174569888,0.0,0.112414063191118,0.153725174569888,0.0,0.110621839528034,0.153725174569888,0.0,0.119999007026686,0.5,0.153725174569888,0.0,0.0349760133790118,0.153725174569888,0.0,0.00800169654148175,0.5,0.153725174569888,0.0,0.0054171940683501,0.153725174569888,0.0,0.0135523691846746,0.153725174569888,0.0,0.544531969161514,0.153725174569888,0.0,0.453820361662725,0.153725174569888,0.0,0.196682303537038,0.153725174569888,0.0,0.0446778439669829,0.153725174569888,0.0,0.0109760513918081,0.5,0.153725174569888,0.0,0.00561250086918286,0,0.83692326063146,0.9789040898569 -815,0.5,0.153725174569888,0.0,0.465618447116659,0.153725174569888,0.0,0.475267460098556,0.153725174569888,0.0,0.0184465180336199,0.153725174569888,0.0,0.281063383299643,0.153725174569888,0.0,0.126994423562228,0.153725174569888,0.0,0.090124267491351,0.153725174569888,0.0,0.102233932804686,0.153725174569888,0.0,0.0993248993442758,0.5,0.153725174569888,0.0,0.0282663278226388,0.153725174569888,0.0,0.00824693267057387,0.5,0.153725174569888,0.0,0.00722912699773237,0.153725174569888,0.0,0.0141513568706028,0.153725174569888,0.0,0.524822513423142,0.153725174569888,0.0,0.347785525303203,0.153725174569888,0.0,0.107393322919558,0.153725174569888,0.0,0.0557733900363007,0.153725174569888,0.0,0.0108070756959677,0.5,0.153725174569888,0.0,0.00483704586269037,0,0.882919322633489,0.956745817612393 -816,0.5,0.153725174569888,0.0,0.410487298178706,0.153725174569888,0.0,0.237253751731275,0.153725174569888,0.0,0.0160421812298713,0.153725174569888,0.0,0.24378385393689,0.153725174569888,0.0,0.0972889268189291,0.153725174569888,0.0,0.0940943792249606,0.153725174569888,0.0,0.0984584177204346,0.153725174569888,0.0,0.0794035684366555,0.5,0.153725174569888,0.0,0.0276256107777508,0.153725174569888,0.0,0.00511261050069668,0.5,0.153725174569888,0.0,0.00863704389768541,0.153725174569888,0.0,0.0121073817093244,0.153725174569888,0.0,0.410344472411703,0.153725174569888,0.0,0.233502833712199,0.153725174569888,0.0,0.067051165124581,0.153725174569888,0.0,0.0599230370053105,0.153725174569888,0.0,0.0102305648590904,0.5,0.153725174569888,0.0,0.00292044647219709,0,0.912962185723816,0.913313852013323 -817,0.5,0.153725174569888,0.0,0.351247970484773,0.153725174569888,0.0,0.120339542924587,0.153725174569888,0.0,0.0146566311908414,0.153725174569888,0.0,0.223705881328324,0.153725174569888,0.0,0.0927520415434814,0.153725174569888,0.0,0.104027592064427,0.153725174569888,0.0,0.0961990778097811,0.153725174569888,0.0,0.0753284747852449,0.5,0.153725174569888,0.0,0.0400500872736497,0.153725174569888,0.0,0.00457699675423158,0.5,0.153725174569888,0.0,0.00974280351469503,0.153725174569888,0.0,0.0125731934784103,0.153725174569888,0.0,0.343544340573834,0.153725174569888,0.0,0.156028130132663,0.153725174569888,0.0,0.0583085728909834,0.153725174569888,0.0,0.0598969910295895,0.153725174569888,0.0,0.0118258142414208,0.5,0.153725174569888,0.0,0.00197038319268753,0,0.872936689698175,0.876830529199878 -818,0.5,0.153725174569888,0.0,0.30197384024378,0.153725174569888,0.0,0.0987039073368254,0.153725174569888,0.0,0.0150489923501304,0.153725174569888,0.0,0.211614113403467,0.153725174569888,0.0,0.0954986127618668,0.153725174569888,0.0,0.115881828508709,0.153725174569888,0.0,0.0905054850685386,0.153725174569888,0.0,0.0847175308722954,0.5,0.153725174569888,0.0,0.0547051932328977,0.153725174569888,0.0,0.00383465028453599,0.5,0.153725174569888,0.0,0.0117635581526738,0.153725174569888,0.0,0.0156066213484392,0.153725174569888,0.0,0.262988144042552,0.153725174569888,0.0,0.133046193975888,0.153725174569888,0.0,0.0585542347533462,0.153725174569888,0.0,0.0726706713339353,0.153725174569888,0.0,0.0128717117546857,0.5,0.153725174569888,0.0,0.00173621411069418,0,0.808122331576056,0.84679450683078 -819,0.5,0.153725174569888,0.0,0.248053499624775,0.153725174569888,0.0,0.093189166624295,0.153725174569888,0.0,0.0176284117328983,0.153725174569888,0.0,0.188060598226907,0.153725174569888,0.0,0.103907933107262,0.153725174569888,0.0,0.143918554343089,0.153725174569888,0.0,0.102056843694762,0.153725174569888,0.0,0.10420333441936,0.5,0.153725174569888,0.0,0.0762303868899769,0.153725174569888,0.0,0.00227009432585945,0.5,0.153725174569888,0.0,0.0201130179530739,0.153725174569888,0.0,0.0183856869258828,0.153725174569888,0.0,0.210640593964834,0.153725174569888,0.0,0.136300370989482,0.153725174569888,0.0,0.0601749287117616,0.153725174569888,0.0,0.0797050503834065,0.153725174569888,0.0,0.0138714356558225,0.5,0.153725174569888,0.0,0.00200712274181612,0,0.644064481469441,0.818762353138571 -820,0.5,0.153725174569888,0.0,0.196095965697615,0.153725174569888,0.0,0.0720657368311961,0.153725174569888,0.0,0.020167441065918,0.153725174569888,0.0,0.161664626794919,0.153725174569888,0.0,0.106975925114135,0.153725174569888,0.0,0.171768346486405,0.153725174569888,0.0,0.12932283718001,0.153725174569888,0.0,0.113684439427866,0.5,0.153725174569888,0.0,0.0818372937675987,0.153725174569888,0.0,0.000981459935874897,0.5,0.153725174569888,0.0,0.0276011726279545,0.153725174569888,0.0,0.0211594592680426,0.153725174569888,0.0,0.17029112446888,0.153725174569888,0.0,0.131840699102332,0.153725174569888,0.0,0.0592543681114681,0.153725174569888,0.0,0.0808591793486722,0.153725174569888,0.0,0.0147613410545175,0.5,0.153725174569888,0.0,0.00163008036712036,0,0.524493086781259,0.80917354155358 -821,0.5,0.153725174569888,0.0,0.162414349954026,0.153725174569888,0.0,0.0640104213031042,0.153725174569888,0.0,0.0241625387931362,0.153725174569888,0.0,0.15442014990945,0.153725174569888,0.0,0.10519845553939,0.153725174569888,0.0,0.192725084580766,0.153725174569888,0.0,0.148491120546075,0.153725174569888,0.0,0.121918721865424,0.5,0.153725174569888,0.0,0.104591173654766,0.153725174569888,0.0,0.000507754601277521,0.5,0.153725174569888,0.0,0.0349186393134939,0.153725174569888,0.0,0.0338978496377592,0.153725174569888,0.0,0.147743775928623,0.153725174569888,0.0,0.121809974074811,0.153725174569888,0.0,0.057526860560561,0.153725174569888,0.0,0.0768489655140505,0.153725174569888,0.0,0.0145097898372812,0.5,0.153725174569888,0.0,0.00169372204084301,0,0.434969202300478,0.811061904547355 -822,0.5,0.153725174569888,0.0,0.144386563150729,0.153725174569888,0.0,0.0640661585328129,0.153725174569888,0.0,0.0281604882368558,0.153725174569888,0.0,0.15479184058001,0.153725174569888,0.0,0.105063686281082,0.153725174569888,0.0,0.202283403181,0.153725174569888,0.0,0.148652883332362,0.153725174569888,0.0,0.138715829658644,0.5,0.153725174569888,0.0,0.138849397536629,0.153725174569888,0.0,0.000423972731602557,0.5,0.153725174569888,0.0,0.0647518094705653,0.153725174569888,0.0,0.0417930975709021,0.153725174569888,0.0,0.130768176798738,0.153725174569888,0.0,0.108245018603986,0.153725174569888,0.0,0.0586451180475124,0.153725174569888,0.0,0.0756734223045461,0.153725174569888,0.0,0.0182272947017868,0.5,0.153725174569888,0.0,0.00241606830581131,0,0.338357709255002,0.795096239800164 -823,0.5,0.153725174569888,0.0,0.124308345734633,0.153725174569888,0.0,0.0622406970320393,0.153725174569888,0.0,0.0299779132528672,0.153725174569888,0.0,0.15133844731763,0.153725174569888,0.0,0.104879660701787,0.153725174569888,0.0,0.236428669702913,0.153725174569888,0.0,0.180787099937721,0.153725174569888,0.0,0.170594337207764,0.5,0.153725174569888,0.0,0.136748123908016,0.153725174569888,0.0,0.00073383979898431,0.5,0.153725174569888,0.0,0.0768241420628291,0.153725174569888,0.0,0.0409501605930361,0.153725174569888,0.0,0.124472389108866,0.153725174569888,0.0,0.0951631556489694,0.153725174569888,0.0,0.0597290407697053,0.153725174569888,0.0,0.0807956593698456,0.153725174569888,0.0,0.0222764646556702,0.5,0.153725174569888,0.0,0.00289812839234664,0,0.267074803632662,0.746605658203088 -824,0.5,0.153725174569888,0.0,0.102116866658416,0.153725174569888,0.0,0.0570344587971644,0.153725174569888,0.0,0.0319496789144075,0.153725174569888,0.0,0.142099235941859,0.153725174569888,0.0,0.109813594404199,0.153725174569888,0.0,0.235273694832476,0.153725174569888,0.0,0.237827626054279,0.153725174569888,0.0,0.168530039914158,0.5,0.153725174569888,0.0,0.11309126437123,0.153725174569888,0.0,0.00388404973334581,0.5,0.153725174569888,0.0,0.0772964439814199,0.153725174569888,0.0,0.0400155790663015,0.153725174569888,0.0,0.112600696107565,0.153725174569888,0.0,0.0889541040804244,0.153725174569888,0.0,0.0606786766620081,0.153725174569888,0.0,0.091289464463021,0.153725174569888,0.0,0.0225573739910403,0.5,0.153725174569888,0.0,0.00239073198288951,0,0.243501151560676,0.639569424603596 -825,0.5,0.153725174569888,0.0231683587195831,0.0866438226769449,0.153725174569888,0.00624147673521776,0.0556689444928011,0.153725174569888,0.0232440487640843,0.0320481504201544,0.153725174569888,0.0562995240599194,0.129684887296532,0.153725174569888,0.00436859841525508,0.112106737344897,0.153725174569888,0.00357149103300549,0.198384620677355,0.153725174569888,0.00468936692157427,0.236027640390247,0.153725174569888,0.00350520285113101,0.147502711742554,0.5,0.153725174569888,0.00476518507080829,0.104290536893654,0.153725174569888,0.0303571633921518,0.00394445174282969,0.5,0.153725174569888,0.00992665403603571,0.0621577481071386,0.153725174569888,0.0169036440352653,0.0403128253962122,0.153725174569888,0.00321263271459549,0.0957062792981844,0.153725174569888,0.0036785647925543,0.0883792296467111,0.153725174569888,0.00663895231786507,0.0596908973497053,0.153725174569888,0.00678606294310599,0.105474049833442,0.153725174569888,0.0257794480185854,0.0187027516688514,0.5,0.153725174569888,0.0598233261464081,0.00137304937009762,0,0.200053830869628,0.561386615182927 -826,0.5,0.153725174569888,0.127815827364244,0.0826993873148127,0.153725174569888,0.114886099894829,0.0552530171762782,0.153725174569888,0.108342920976683,0.0307857534762257,0.153725174569888,0.21379261645188,0.127019535626673,0.153725174569888,0.132007890652656,0.105092807655531,0.153725174569888,0.102822579264777,0.19250714472217,0.153725174569888,0.101395201319316,0.192537313557486,0.153725174569888,0.0608705120716652,0.168158407708516,0.5,0.153725174569888,0.0659222499878812,0.115508432832525,0.153725174569888,0.109420083270836,0.00558485960352697,0.5,0.153725174569888,0.0678049891906654,0.0462765193361998,0.153725174569888,0.0880793105795759,0.0364702529459449,0.153725174569888,0.0895533219353727,0.0958976406996415,0.153725174569888,0.108715186752596,0.0972428815338524,0.153725174569888,0.0939827949829891,0.0611401615463513,0.153725174569888,0.0713921612993328,0.109630651070703,0.153725174569888,0.0975403757880465,0.015792675992395,0.5,0.153725174569888,0.20399711173867,0.00102650135254989,0,0.145449072730904,0.692309373500837 -827,0.5,0.153725174569888,0.237081779684466,0.0756992498271798,0.153725174569888,0.206588636464232,0.0537416176493908,0.153725174569888,0.155917354617761,0.0271021133810775,0.153725174569888,0.347206414514051,0.123148846055345,0.153725174569888,0.285988800905956,0.121293093372607,0.153725174569888,0.234905696755662,0.23697652511427,0.153725174569888,0.229054157707086,0.165717028471659,0.153725174569888,0.149116390125239,0.179707210825338,0.5,0.153725174569888,0.134335332373242,0.124708633407171,0.153725174569888,0.184777425148375,0.00719480136618441,0.5,0.153725174569888,0.148487419940822,0.0303651162014115,0.153725174569888,0.156686981017887,0.0372680171292427,0.153725174569888,0.188560174953246,0.100585074598367,0.153725174569888,0.27082698736203,0.11037450352131,0.153725174569888,0.178612926352182,0.0733062783365626,0.153725174569888,0.150435354245424,0.101329560891981,0.153725174569888,0.160192483552301,0.0134976272474867,0.5,0.153725174569888,0.339012029861929,0.000969966146696118,0,0.0936139584771352,0.800014852948267 -828,0.5,0.153725174569888,0.308791957686046,0.0616205086425184,0.153725174569888,0.288102334340796,0.0513797064286348,0.153725174569888,0.172463132363621,0.0213596343700533,0.153725174569888,0.406501030454094,0.103914741264583,0.153725174569888,0.399875742845407,0.149023965289591,0.153725174569888,0.330779711568235,0.283803444773818,0.153725174569888,0.346115191346473,0.17218684120689,0.153725174569888,0.292976724714622,0.263174876175522,0.5,0.153725174569888,0.196154263242016,0.160980041761068,0.153725174569888,0.22590737168999,0.0104212704100476,0.5,0.153725174569888,0.186652169846664,0.0295809818700844,0.153725174569888,0.217606188344922,0.041056952646925,0.153725174569888,0.285302536159094,0.102994265245539,0.153725174569888,0.405167082211115,0.120753148412606,0.153725174569888,0.270250511314892,0.0647074893694893,0.153725174569888,0.225466664897483,0.109356795196069,0.153725174569888,0.196252582795346,0.013067437147453,0.5,0.153725174569888,0.422602003994771,0.000668237482722329,0,0.0668079432126162,0.849051373270136 -829,0.5,0.153725174569888,0.332732664798097,0.0508615043024438,0.153725174569888,0.34800485192372,0.0546162504702669,0.153725174569888,0.183915254928998,0.0174733161509899,0.153725174569888,0.387012601280243,0.0916536869694633,0.153725174569888,0.421857217472238,0.17824937613246,0.153725174569888,0.282491875351532,0.317487093104372,0.153725174569888,0.424483822008919,0.21470922277045,0.153725174569888,0.369298707700684,0.328087406781989,0.5,0.153725174569888,0.22216226121234,0.188621440099317,0.153725174569888,0.230534748723443,0.0130022647041016,0.5,0.153725174569888,0.196593310495168,0.0269381415825149,0.153725174569888,0.246158216541797,0.0471664173312454,0.153725174569888,0.386650165786654,0.107448922632976,0.153725174569888,0.46511775066453,0.144264910839435,0.153725174569888,0.328980080431206,0.0698970364958174,0.153725174569888,0.279840830203813,0.126129371756581,0.153725174569888,0.203647268452537,0.0132425447470256,0.5,0.153725174569888,0.42428961797765,0.000400757812338052,0,0.0515639330217979,0.873419704640605 -830,0.5,0.153725174569888,0.293745162830569,0.0499959204119834,0.153725174569888,0.354933905881803,0.0591978779485615,0.153725174569888,0.161631862804003,0.0197543899707604,0.153725174569888,0.32775802758738,0.0714153078727095,0.153725174569888,0.41242749811212,0.192876861049402,0.153725174569888,0.201296701763359,0.263318155045962,0.153725174569888,0.437715258226345,0.268425424636606,0.153725174569888,0.327433849840026,0.300997508833471,0.5,0.153725174569888,0.219596980799227,0.191446390748931,0.153725174569888,0.230880276129975,0.0104006212989006,0.5,0.153725174569888,0.186084679413304,0.0337930385951432,0.153725174569888,0.226477977142598,0.0462391726886202,0.153725174569888,0.414199297325057,0.110168511747667,0.153725174569888,0.446667911246963,0.162751003459364,0.153725174569888,0.324691518733621,0.0712294627309257,0.153725174569888,0.287482768624908,0.143311736869069,0.153725174569888,0.183358971300488,0.0131407525326752,0.5,0.153725174569888,0.362794343892751,0.00020676496775395,0,0.0473120210235095,0.852448192577869 -831,0.5,0.153725174569888,0.216341742810489,0.0507273745935633,0.153725174569888,0.324312788844132,0.0644411388372702,0.153725174569888,0.113103287951554,0.0229774745279293,0.153725174569888,0.237958459454416,0.0588075373306364,0.153725174569888,0.329003530070571,0.180147311572662,0.153725174569888,0.133235081658275,0.198508622824587,0.153725174569888,0.363383243291938,0.280610665150031,0.153725174569888,0.218349376630752,0.266857012400651,0.5,0.153725174569888,0.163917067406313,0.164720999898391,0.153725174569888,0.198031168356416,0.00649059654279257,0.5,0.153725174569888,0.142041758598164,0.0291135947639821,0.153725174569888,0.156060180076648,0.0316728651930846,0.153725174569888,0.346992385767643,0.109417171321996,0.153725174569888,0.343391900762,0.167449223131548,0.153725174569888,0.29224638480253,0.0840872399297021,0.153725174569888,0.291157792236416,0.170398312388767,0.153725174569888,0.157117755596117,0.0124061875639807,0.5,0.153725174569888,0.285256772217776,0.000362066669497385,0,0.0609957349935056,0.837378261093891 -832,0.5,0.153725174569888,0.122399011436321,0.052355247370623,0.153725174569888,0.211385833155878,0.0651851247431257,0.153725174569888,0.0516764559833998,0.0211406062585141,0.153725174569888,0.113118211112499,0.0491065189475129,0.153725174569888,0.159386198944819,0.146886040061241,0.153725174569888,0.0763102415056157,0.154669741531626,0.153725174569888,0.177388269543582,0.250707108595992,0.153725174569888,0.14863895140929,0.226018075667776,0.5,0.153725174569888,0.0990181821731861,0.117813503203276,0.153725174569888,0.123941155293019,0.00267693439909368,0.5,0.153725174569888,0.087096532446947,0.02071379952005,0.153725174569888,0.0938330653780426,0.0199060315067201,0.153725174569888,0.228221256573229,0.104985653967991,0.153725174569888,0.213482894657985,0.164297979271917,0.153725174569888,0.210311853057875,0.0893420306803777,0.153725174569888,0.190367546355755,0.166716237140452,0.153725174569888,0.0971207558065661,0.00921814571006404,0.5,0.153725174569888,0.191497730085639,0.000513859291493565,0,0.0848458609575113,0.794383939325862 -833,0.5,0.153725174569888,0.0,0.0538861278803709,0.153725174569888,0.0,0.0579375749812904,0.153725174569888,0.0,0.0189791769397853,0.153725174569888,0.0,0.0442892708636413,0.153725174569888,0.00543301045623458,0.110485783672827,0.153725174569888,0.0404396669804855,0.147989147442777,0.153725174569888,0.013270639911921,0.202460433356677,0.153725174569888,0.0340654798083493,0.175043151097932,0.5,0.153725174569888,0.0310322383080189,0.0797517839425818,0.153725174569888,0.0287498289212914,0.00062806910630519,0.5,0.153725174569888,0.0287554561850213,0.0234794389547625,0.153725174569888,0.0294153610733278,0.0123279011316575,0.153725174569888,0.0,0.104359448683219,0.153725174569888,0.0,0.147487035082261,0.153725174569888,0.0,0.0997125174120641,0.153725174569888,0.00785038374244656,0.122756814507971,0.153725174569888,0.00431885870202609,0.00904974239167821,0.5,0.153725174569888,0.00179943233862969,0.000830924231424731,0,0.10764746706555,0.729297773813878 -834,0.5,0.153725174569888,0.0,0.0480864119976792,0.153725174569888,0.0,0.059915523466867,0.153725174569888,0.0,0.0186291092777176,0.153725174569888,0.0,0.0398903740523642,0.153725174569888,0.0,0.0919875854648944,0.153725174569888,0.0,0.208645142534547,0.153725174569888,0.0,0.144347000069309,0.153725174569888,0.0,0.174207832588167,0.5,0.153725174569888,0.0,0.0626448484476541,0.153725174569888,0.0,0.000416249484857107,0.5,0.153725174569888,0.0,0.0236898486319264,0.153725174569888,0.0,0.0121483294998946,0.153725174569888,0.0,0.108964922151582,0.153725174569888,0.0,0.117490827271611,0.153725174569888,0.0,0.0985618145742636,0.153725174569888,0.0,0.0784206904375694,0.153725174569888,0.0,0.00812980006079843,0.5,0.153725174569888,0.0,0.000812676647466091,0,0.114757860140581,0.690654072573975 -835,0.5,0.153725174569888,0.0,0.0404814657440395,0.153725174569888,0.0,0.0620477274898024,0.153725174569888,0.0,0.0167919282490169,0.153725174569888,0.0,0.0414704262081242,0.153725174569888,0.0,0.116626022048006,0.153725174569888,0.0,0.268525756860237,0.153725174569888,0.0,0.133088664289963,0.153725174569888,0.0,0.162763696273454,0.5,0.153725174569888,0.0,0.067106165959751,0.153725174569888,0.0,0.000805510922854304,0.5,0.153725174569888,0.0,0.0188450481860145,0.153725174569888,0.0,0.0181742140987986,0.153725174569888,0.0,0.116965423101824,0.153725174569888,0.0,0.0963299751761291,0.153725174569888,0.0,0.0783443774805183,0.153725174569888,0.0,0.0518810709780734,0.153725174569888,0.0,0.00612963331882176,0.5,0.153725174569888,0.0,0.000564354628206969,0,0.0922350059294843,0.649975424608115 -836,0.5,0.153725174569888,0.0,0.0354022683222227,0.153725174569888,0.0,0.0487648108633097,0.153725174569888,0.0,0.0133428739027497,0.153725174569888,0.0,0.0415027361529495,0.153725174569888,0.0,0.159187457209012,0.153725174569888,0.0,0.285712132110657,0.153725174569888,0.0,0.141462989831897,0.153725174569888,0.0,0.167325867521684,0.5,0.153725174569888,0.0,0.0745708683624842,0.153725174569888,0.0,0.00187998611817315,0.5,0.153725174569888,0.0,0.0185610203291576,0.153725174569888,0.0,0.0215204633752331,0.153725174569888,0.0,0.0865777932452195,0.153725174569888,0.0,0.103427856229293,0.153725174569888,0.0,0.0589519358916141,0.153725174569888,0.0,0.053374398333041,0.153725174569888,0.0,0.00682998441691247,0.5,0.153725174569888,0.0,0.000641711012097286,0,0.0788617670042061,0.63443881984945 -837,0.5,0.153725174569888,0.0,0.033592996597506,0.153725174569888,0.0,0.0447150303823913,0.153725174569888,0.0,0.0111250153160974,0.153725174569888,0.0,0.0391992255035157,0.153725174569888,0.0,0.192581002288156,0.153725174569888,0.0,0.301051004551609,0.153725174569888,0.0,0.143038580733394,0.153725174569888,0.0,0.212050769205174,0.5,0.153725174569888,0.0,0.088193015126931,0.153725174569888,0.0,0.00817825514650991,0.5,0.153725174569888,0.0,0.0256901715997557,0.153725174569888,0.0,0.0285752292213011,0.153725174569888,0.0,0.0795693333031154,0.153725174569888,0.0,0.126512707826363,0.153725174569888,0.0,0.0488437969644058,0.153725174569888,0.0,0.0533757338989796,0.153725174569888,0.0,0.0101589556337009,0.5,0.153725174569888,0.0,0.00100068815481341,0,0.0766596615645618,0.738754964584224 -838,0.5,0.153725174569888,0.0,0.0351799194491433,0.153725174569888,0.0,0.0494133740702802,0.153725174569888,0.0,0.0133504212495947,0.153725174569888,0.0,0.0375387233409971,0.153725174569888,0.0,0.192637016092621,0.153725174569888,0.0,0.357649549609669,0.153725174569888,0.0,0.140782382613069,0.153725174569888,0.0,0.255440952116981,0.5,0.153725174569888,0.0,0.108993572333161,0.153725174569888,0.0,0.0215801597758508,0.5,0.153725174569888,0.0,0.00916873441529588,0.153725174569888,0.0,0.0326613524965765,0.153725174569888,0.0,0.0860763852115779,0.153725174569888,0.0,0.148927855926882,0.153725174569888,0.0,0.0498607593753138,0.153725174569888,0.0,0.05261953798506,0.153725174569888,0.0,0.0115001864252449,0.5,0.153725174569888,0.0,0.00242823382793281,0,0.0780448695004885,0.882220565379459 -839,0.5,0.153725174569888,0.0,0.0365165455519405,0.153725174569888,0.0,0.0503040446594824,0.153725174569888,0.0,0.0125486295622372,0.153725174569888,0.0,0.0413651531628814,0.153725174569888,0.0,0.197702886321857,0.153725174569888,0.0,0.444507693968272,0.153725174569888,0.0,0.153524022950481,0.153725174569888,0.0,0.339434377701823,0.5,0.153725174569888,0.0,0.115951834472239,0.153725174569888,0.0,0.0207233285884926,0.5,0.153725174569888,0.0,0.00753646849128673,0.153725174569888,0.0,0.0223377330969777,0.153725174569888,0.0,0.0924405760168666,0.153725174569888,0.0,0.167867565705434,0.153725174569888,0.0,0.05207644886645,0.153725174569888,0.0,0.0618107109958609,0.153725174569888,0.0,0.0142418371022161,0.5,0.153725174569888,0.0,0.00766976449366557,0,0.0819931238100742,0.928680521437528 -840,0.5,0.153725174569888,0.0,0.0356837090843747,0.153725174569888,0.0,0.0481680092245707,0.153725174569888,0.0,0.0108997424692011,0.153725174569888,0.0,0.046473960050483,0.153725174569888,0.0,0.221576707345986,0.153725174569888,0.0,0.437041606573098,0.153725174569888,0.0,0.195423447030934,0.153725174569888,0.0,0.372491163506026,0.5,0.153725174569888,0.0,0.10750937377371,0.153725174569888,0.0,0.00941725129179938,0.5,0.153725174569888,0.0,0.012541489601254,0.153725174569888,0.0,0.0237550545029733,0.153725174569888,0.0,0.101241998435014,0.153725174569888,0.0,0.186707108170745,0.153725174569888,0.0,0.0575685352577444,0.153725174569888,0.0,0.0781462910744943,0.153725174569888,0.0,0.0146335491100774,0.5,0.153725174569888,0.0,0.018587429155754,0,0.0751578854906777,0.949534976654734 -841,0.5,0.153725174569888,0.0,0.0357813691133549,0.153725174569888,0.0,0.0520508866314279,0.153725174569888,0.0,0.0127360030724591,0.153725174569888,0.0,0.0501710859984597,0.153725174569888,0.0,0.225820561779151,0.153725174569888,0.0,0.36861125740009,0.153725174569888,0.0,0.264348767026487,0.153725174569888,0.0,0.402257736595822,0.5,0.153725174569888,0.0,0.135063020024382,0.153725174569888,0.0,0.00646179680396746,0.5,0.153725174569888,0.0,0.0190678218450121,0.153725174569888,0.0,0.0292096353497668,0.153725174569888,0.0,0.110377774885411,0.153725174569888,0.0,0.202893112832427,0.153725174569888,0.0,0.0675718546388602,0.153725174569888,0.0,0.0960329796800981,0.153725174569888,0.0,0.0125177642139219,0.5,0.153725174569888,0.0,0.0225236473673942,0,0.0606739384996331,0.970001633406366 -842,0.5,0.153725174569888,0.0,0.0384025001506653,0.153725174569888,0.0,0.068878700391735,0.153725174569888,0.0,0.0156698540936342,0.153725174569888,0.0,0.0535526256637869,0.153725174569888,0.0,0.221163963547383,0.153725174569888,0.0,0.422105888883813,0.153725174569888,0.0,0.333962038734834,0.153725174569888,0.0,0.447139086424311,0.5,0.153725174569888,0.0,0.188889416896487,0.153725174569888,0.0,0.0127684586981586,0.5,0.153725174569888,0.0,0.0348930776522258,0.153725174569888,0.0,0.0417953841500341,0.153725174569888,0.0,0.126538481228122,0.153725174569888,0.0,0.210920752468748,0.153725174569888,0.0,0.0833697368538181,0.153725174569888,0.0,0.114591402755869,0.153725174569888,0.0,0.0140139589919106,0.5,0.153725174569888,0.0,0.0137659098179315,0,0.0502695717197675,0.964527545718775 -843,0.5,0.153725174569888,0.0,0.0443597392677857,0.153725174569888,0.0,0.077118422471669,0.153725174569888,0.0,0.0207156819304281,0.153725174569888,0.0,0.0606716048215419,0.153725174569888,0.0,0.271359872570576,0.153725174569888,0.0,0.460333333446174,0.153725174569888,0.0,0.390643881803381,0.153725174569888,0.0,0.479769266623829,0.5,0.153725174569888,0.0,0.239010446023973,0.153725174569888,0.0,0.0125694972046621,0.5,0.153725174569888,0.0,0.0541973898774654,0.153725174569888,0.0,0.0581423265781686,0.153725174569888,0.0,0.132572073355854,0.153725174569888,0.0,0.229380187328648,0.153725174569888,0.0,0.0934589215439097,0.153725174569888,0.0,0.130286840067338,0.153725174569888,0.0,0.0258202228892574,0.5,0.153725174569888,0.0,0.00671831922090508,0,0.0481095552921755,0.980301234998767 -844,0.5,0.153725174569888,0.0,0.0525790758459242,0.153725174569888,0.0,0.0874402601304299,0.153725174569888,0.0,0.0277190643131194,0.153725174569888,0.0,0.0731681774223189,0.153725174569888,0.0,0.308098209117707,0.153725174569888,0.0,0.558373122937812,0.153725174569888,0.0,0.395798635397413,0.153725174569888,0.0,0.527163786530083,0.5,0.153725174569888,0.0,0.253413405069126,0.153725174569888,0.0,0.0188447889669449,0.5,0.153725174569888,0.0,0.0577704161239806,0.153725174569888,0.0,0.0650779148592808,0.153725174569888,0.0,0.146314866236356,0.153725174569888,0.0,0.27020292512301,0.153725174569888,0.0,0.109928614685578,0.153725174569888,0.0,0.142531495249773,0.153725174569888,0.0,0.0394323576167511,0.5,0.153725174569888,0.0,0.0116926528804318,0,0.0525865319558278,0.983989488199155 -845,0.5,0.153725174569888,0.0,0.0607209832235171,0.153725174569888,0.0,0.119544689368896,0.153725174569888,0.0,0.03726173667597,0.153725174569888,0.0,0.095336215314343,0.153725174569888,0.0,0.385008694527138,0.153725174569888,0.0,0.70583685079814,0.153725174569888,0.0,0.430231673338356,0.153725174569888,0.0,0.566033491109568,0.5,0.153725174569888,0.0,0.303470143406997,0.153725174569888,0.0,0.0226157586040708,0.5,0.153725174569888,0.0,0.0496683320077746,0.153725174569888,0.0,0.0694041160514028,0.153725174569888,0.0,0.173642102488237,0.153725174569888,0.0,0.335317543864537,0.153725174569888,0.0,0.131718375281314,0.153725174569888,0.0,0.145714322981554,0.153725174569888,0.0,0.0448363482046107,0.5,0.153725174569888,0.0,0.0229547698331736,0,0.057409754089912,0.985946850718133 -846,0.5,0.153725174569888,0.0,0.0705442665322702,0.153725174569888,0.0,0.123154487042522,0.153725174569888,0.0,0.0353465430197989,0.153725174569888,0.0,0.111678067917697,0.153725174569888,0.0,0.492709044142833,0.153725174569888,0.0,0.763356209429266,0.153725174569888,0.0,0.490878410339967,0.153725174569888,0.0,0.57947182004336,0.5,0.153725174569888,0.0,0.372701163065635,0.153725174569888,0.0,0.0256124773531789,0.5,0.153725174569888,0.0,0.0418333652443658,0.153725174569888,0.0,0.0778208336093709,0.153725174569888,0.0,0.194309046956871,0.153725174569888,0.0,0.418470089347048,0.153725174569888,0.0,0.160190838373994,0.153725174569888,0.0,0.151456942905886,0.153725174569888,0.0,0.0404431654802753,0.5,0.153725174569888,0.0,0.0237108093607714,0,0.0631814352519894,1.00457789275067 -847,0.5,0.153725174569888,0.0,0.0811805713291391,0.153725174569888,0.0,0.140650702622024,0.153725174569888,0.0,0.0320330360643708,0.153725174569888,0.0,0.126751899832415,0.153725174569888,0.0,0.615732448815751,0.153725174569888,0.0,0.791423750766513,0.153725174569888,0.0,0.57518392249524,0.153725174569888,0.0,0.631068052890612,0.5,0.153725174569888,0.0,0.451628564309365,0.153725174569888,0.0,0.0427026219457599,0.5,0.153725174569888,0.0,0.0453371633921413,0.153725174569888,0.0,0.0747433831853737,0.153725174569888,0.0,0.227385869926269,0.153725174569888,0.0,0.505599593622352,0.153725174569888,0.0,0.197371531972331,0.153725174569888,0.0,0.179754913895679,0.153725174569888,0.0,0.0389378879888701,0.5,0.153725174569888,0.0,0.0167226810704715,0,0.0713760725332545,1.00797751106166 -848,0.5,0.153725174569888,0.0,0.0839939409781447,0.153725174569888,0.0,0.191380198217674,0.153725174569888,0.0,0.0284302602798998,0.153725174569888,0.0,0.11719590144233,0.153725174569888,0.0,0.724474509172676,0.153725174569888,0.0,0.853081580961724,0.153725174569888,0.0,0.666474263512364,0.153725174569888,0.0,0.671061430669795,0.5,0.153725174569888,0.0,0.473468554274604,0.153725174569888,0.0,0.0566647042125391,0.5,0.153725174569888,0.0,0.0373464638073525,0.153725174569888,0.0,0.0671821348415088,0.153725174569888,0.0,0.267605250620561,0.153725174569888,0.0,0.586592894042434,0.153725174569888,0.0,0.247131680292474,0.153725174569888,0.0,0.180466215461708,0.153725174569888,0.0,0.037560068465764,0.5,0.153725174569888,0.0,0.0136316892670382,0,0.0811303214564786,1.00756370762475 -849,0.5,0.153725174569888,0.0274199194158597,0.0832708291932102,0.153725174569888,0.0100711387274146,0.24588080554217,0.153725174569888,0.0396065329664903,0.0261923457937697,0.153725174569888,0.0518786226214771,0.100948369862945,0.153725174569888,0.00560122597910688,0.736675986859638,0.153725174569888,0.00224387617917279,0.878218670950878,0.153725174569888,0.00654807958135328,0.650158579701294,0.153725174569888,0.00290083437922664,0.712622465337067,0.5,0.153725174569888,0.00554532529513424,0.513254943485185,0.153725174569888,0.0595845530428051,0.0458046734479789,0.5,0.153725174569888,0.0241573710995821,0.0230108181273226,0.153725174569888,0.0312772398469849,0.0672150194837456,0.153725174569888,0.00684459173718305,0.338984825147958,0.153725174569888,0.00621642111276625,0.584670909885879,0.153725174569888,0.0152849966740718,0.256941790239915,0.153725174569888,0.0196905486156207,0.15211502006717,0.153725174569888,0.0505828842994378,0.0289951026636411,0.5,0.153725174569888,0.076782128312184,0.00832548918334402,0,0.0967511885866463,1.00691301699348 -850,0.5,0.153725174569888,0.153008790076267,0.0893690959199718,0.153725174569888,0.169606503701645,0.265718846754888,0.153725174569888,0.196907004197276,0.0271001189652636,0.153725174569888,0.19768261028313,0.0968447362729409,0.153725174569888,0.112369853265008,0.714011986723641,0.153725174569888,0.0262329783130519,0.822895170565855,0.153725174569888,0.0903010748904292,0.65420906550915,0.153725174569888,0.0372026752567105,0.719620103168411,0.5,0.153725174569888,0.0450903316354921,0.487016932837975,0.153725174569888,0.205276861858483,0.019184200866208,0.5,0.153725174569888,0.11096694182148,0.0263634328158879,0.153725174569888,0.118141251017911,0.055041945839591,0.153725174569888,0.15572595430157,0.370672328344442,0.153725174569888,0.148080879914697,0.573270416187721,0.153725174569888,0.176468547738907,0.212915173009398,0.153725174569888,0.134425145132064,0.175501760935886,0.153725174569888,0.204437546775114,0.0231370546517313,0.5,0.153725174569888,0.24523695822769,0.00527535096488516,0,0.105724972326626,1.00777758662061 -851,0.5,0.153725174569888,0.278571249072748,0.0990050887897013,0.153725174569888,0.327222015449328,0.269475376450248,0.153725174569888,0.340568114809249,0.0288389267524378,0.153725174569888,0.33514160826189,0.0989907207956705,0.153725174569888,0.148098175842797,0.668738398367474,0.153725174569888,0.0506151592489531,0.752950942578927,0.153725174569888,0.135111068351767,0.774236341810926,0.153725174569888,0.0805317952803622,0.689770499241385,0.5,0.153725174569888,0.0801086228156376,0.473620920927603,0.153725174569888,0.281438443628951,0.00844571979182486,0.5,0.153725174569888,0.166470228182217,0.0240854052951633,0.153725174569888,0.20063503700641,0.0668373467077258,0.153725174569888,0.313312489504694,0.412222203694193,0.153725174569888,0.279746579985775,0.546545196597971,0.153725174569888,0.319947383892719,0.210095019087719,0.153725174569888,0.186557077917314,0.277916824277484,0.153725174569888,0.316987575440598,0.0215062580070136,0.5,0.153725174569888,0.400792653284452,0.00390555741463564,0,0.122132583125258,1.00731665562163 -852,0.5,0.153725174569888,0.384485602166248,0.114077285365732,0.153725174569888,0.447291586820997,0.227630504786744,0.153725174569888,0.406683240766979,0.0360326657805431,0.153725174569888,0.436527630739896,0.109221644031613,0.153725174569888,0.122665405310248,0.640442906702259,0.153725174569888,0.0760613251070971,0.816195639330591,0.153725174569888,0.125148313058156,0.848607443117347,0.153725174569888,0.126035026665378,0.71383220176335,0.5,0.153725174569888,0.101298623544786,0.48890618728456,0.153725174569888,0.334393019260142,0.00725315869549251,0.5,0.153725174569888,0.175999599595702,0.0268188740740262,0.153725174569888,0.254953313861374,0.0938513781037045,0.153725174569888,0.43739299485944,0.429156797992759,0.153725174569888,0.267600995801965,0.507768816541034,0.153725174569888,0.396547083600861,0.246208147444488,0.153725174569888,0.228264760889663,0.423607516147093,0.153725174569888,0.3715771587157,0.0232257839894041,0.5,0.153725174569888,0.487207691832753,0.0018063950549482,0,0.180933670739709,1.00673395884998 -853,0.5,0.153725174569888,0.436134302672024,0.131613828889636,0.153725174569888,0.49370701500215,0.267808074954586,0.153725174569888,0.461123378876652,0.0551677692744542,0.153725174569888,0.480100968007706,0.112153272039246,0.153725174569888,0.102313725588128,0.627868969921337,0.153725174569888,0.105359880647797,0.827686257485475,0.153725174569888,0.117515894843862,0.902429064271867,0.153725174569888,0.156036641509721,0.759052364350217,0.5,0.153725174569888,0.110731476242127,0.597199551955456,0.153725174569888,0.366297524799975,0.00778501857019745,0.5,0.153725174569888,0.175970082853853,0.0590943344036993,0.153725174569888,0.268191717408869,0.227298941954022,0.153725174569888,0.486105756564437,0.413516486796873,0.153725174569888,0.192112690854927,0.464320183613163,0.153725174569888,0.351591277130422,0.288816632107101,0.153725174569888,0.193419069008442,0.656183786186894,0.153725174569888,0.33799271546208,0.026699891523161,0.5,0.153725174569888,0.491012912985195,0.00164813625052847,0,0.19822048369231,1.00482147557529 -854,0.5,0.153725174569888,0.433447975798255,0.125949208260544,0.153725174569888,0.377713973811928,0.240454055208142,0.153725174569888,0.410736063412586,0.0650257992184316,0.153725174569888,0.453151426738091,0.0946179139048931,0.153725174569888,0.0844016516671054,0.568632988582066,0.153725174569888,0.179115715603043,0.793096651134413,0.153725174569888,0.0998031150225012,0.89188917546721,0.153725174569888,0.186714330424796,0.753985621977024,0.5,0.153725174569888,0.120849800078116,0.707618486240378,0.153725174569888,0.34673335197268,0.0087630506811051,0.5,0.153725174569888,0.168804301038219,0.133486401610311,0.153725174569888,0.248101469904492,0.272004921352483,0.153725174569888,0.428344427117543,0.383900261043694,0.153725174569888,0.134276416723504,0.437582141406317,0.153725174569888,0.243882177749173,0.348817327995946,0.153725174569888,0.139539903599707,0.848409039635219,0.153725174569888,0.255076175420767,0.0454449176841399,0.5,0.153725174569888,0.412250068042811,0.00285547745824868,0,0.199029468519642,0.999178052453888 -855,0.5,0.153725174569888,0.359742639058942,0.103748340636682,0.153725174569888,0.144736762418328,0.29091656383095,0.153725174569888,0.251460035138285,0.069523889712989,0.153725174569888,0.362407982505826,0.0752936452834774,0.153725174569888,0.0639074079957025,0.495151362044775,0.153725174569888,0.224860270247613,0.833221314601572,0.153725174569888,0.119419993231463,0.870242940708618,0.153725174569888,0.219604804090162,0.780953083996174,0.5,0.153725174569888,0.103852162784164,0.685734337224631,0.153725174569888,0.274875724277728,0.0314625099507779,0.5,0.153725174569888,0.240780899444276,0.461705098848175,0.153725174569888,0.225377805340676,0.233960920358594,0.153725174569888,0.210608193546533,0.368681660768819,0.153725174569888,0.0778359500182222,0.411165572273692,0.153725174569888,0.154143750904935,0.459237230413786,0.153725174569888,0.11485598793164,0.907126301162988,0.153725174569888,0.190177778174183,0.113719970287813,0.5,0.153725174569888,0.325405817453293,0.00588970627228497,0,0.240334779749185,0.9871342279714 -856,0.5,0.153725174569888,0.198301744214967,0.0960280135468231,0.153725174569888,0.0464098001598088,0.303897694193348,0.153725174569888,0.0969175288605527,0.128048490187079,0.153725174569888,0.185800434108523,0.0714211108863544,0.153725174569888,0.0547387696776725,0.482111777983306,0.153725174569888,0.0940675138628515,0.8522843480925,0.153725174569888,0.115497386717811,0.857060301109268,0.153725174569888,0.0842551884455994,0.669556043727218,0.5,0.153725174569888,0.0727842793285487,0.589273503891804,0.153725174569888,0.184708659991904,0.0462623982445573,0.5,0.153725174569888,0.198662137448641,0.451192700777621,0.153725174569888,0.157505674164954,0.206762591024232,0.153725174569888,0.0565828939806842,0.341193951068153,0.153725174569888,0.0392176724083755,0.378719545540433,0.153725174569888,0.097915807366254,0.521914033166647,0.153725174569888,0.0641723995282292,0.867288538929787,0.153725174569888,0.161727259466195,0.161215559748176,0.5,0.153725174569888,0.201078387194139,0.014489054317674,0,0.250321330327949,0.991801918717265 -857,0.5,0.153725174569888,0.0,0.103688527645316,0.153725174569888,0.0,0.219160891504464,0.153725174569888,0.0,0.197738552924765,0.153725174569888,0.0,0.0816830626785732,0.153725174569888,0.00545537714078002,0.458093172404202,0.153725174569888,0.0211933435969972,0.761057367069535,0.153725174569888,0.0529027582297981,0.800394458886619,0.153725174569888,0.0275767631635385,0.588167885320482,0.5,0.153725174569888,0.0506016511160041,0.565137789395423,0.153725174569888,0.042362052231119,0.0630041936924926,0.5,0.153725174569888,0.0523032106379063,0.286424789195181,0.153725174569888,0.0495836582259404,0.165335477396333,0.153725174569888,0.0,0.291344299591631,0.153725174569888,0.00129877134885348,0.358277015202962,0.153725174569888,0.000216519131137547,0.449972284202995,0.153725174569888,0.00406345137085266,0.684775636065146,0.153725174569888,0.0150254233525261,0.125212211366861,0.5,0.153725174569888,0.00776146232259868,0.0349259783512299,0,0.231350474177421,0.997202185960118 -858,0.5,0.153725174569888,0.0,0.1096213122823,0.153725174569888,0.0,0.190047181973925,0.153725174569888,0.0,0.242032980962919,0.153725174569888,0.0,0.0886091063088134,0.153725174569888,0.0,0.482569351604906,0.153725174569888,0.0,0.722933207118353,0.153725174569888,0.0,0.820049038803326,0.153725174569888,0.0,0.598777226361527,0.5,0.153725174569888,0.0,0.639437298448097,0.153725174569888,0.0,0.0758072101961587,0.5,0.153725174569888,0.0,0.239820930473408,0.153725174569888,0.0,0.133945554030616,0.153725174569888,0.0,0.272621350121614,0.153725174569888,0.0,0.325690711650592,0.153725174569888,0.0,0.40039874735001,0.153725174569888,0.0,0.569025733468218,0.153725174569888,0.0,0.101711611550274,0.5,0.153725174569888,0.0,0.0367498954700002,0,0.235744136082614,0.979554084015738 -859,0.5,0.153725174569888,0.0,0.111602205793804,0.153725174569888,0.0,0.167482833573279,0.153725174569888,0.0,0.220442313512425,0.153725174569888,0.0,0.0972548639133716,0.153725174569888,0.0,0.579162558322991,0.153725174569888,0.0,0.721903981215453,0.153725174569888,0.0,0.805436232769813,0.153725174569888,0.0,0.582980298787536,0.5,0.153725174569888,0.0,0.691409751737669,0.153725174569888,0.0,0.0649481368978742,0.5,0.153725174569888,0.0,0.234090613254591,0.153725174569888,0.0,0.124634609974687,0.153725174569888,0.0,0.25917118366322,0.153725174569888,0.0,0.352292535928798,0.153725174569888,0.0,0.356692478893458,0.153725174569888,0.0,0.54691456752834,0.153725174569888,0.0,0.103443231580545,0.5,0.153725174569888,0.0,0.0400042872125704,0,0.236072210567331,0.934765583455217 -860,0.5,0.153725174569888,0.0,0.102469080292865,0.153725174569888,0.0,0.209706540778251,0.153725174569888,0.0,0.169764200388292,0.153725174569888,0.0,0.109388537659554,0.153725174569888,0.0,0.648127241439351,0.153725174569888,0.0,0.73205270765759,0.153725174569888,0.0,0.755304317247659,0.153725174569888,0.0,0.590204854620561,0.5,0.153725174569888,0.0,0.687229552786297,0.153725174569888,0.0,0.0523014561757451,0.5,0.153725174569888,0.0,0.191449509371984,0.153725174569888,0.0,0.136053763191243,0.153725174569888,0.0,0.24621028332062,0.153725174569888,0.0,0.437953542289354,0.153725174569888,0.0,0.374124601834619,0.153725174569888,0.0,0.511943685279106,0.153725174569888,0.0,0.0889188286634433,0.5,0.153725174569888,0.0,0.0485239095956724,0,0.194738947098724,0.981903222642385 -861,0.5,0.153725174569888,0.0,0.10024485604554,0.153725174569888,0.0,0.267358051961311,0.153725174569888,0.0,0.177608906611275,0.153725174569888,0.0,0.11060519422722,0.153725174569888,0.0,0.660055259801154,0.153725174569888,0.0,0.768885368953158,0.153725174569888,0.0,0.66447653898771,0.153725174569888,0.0,0.573253857233187,0.5,0.153725174569888,0.0,0.687673279687806,0.153725174569888,0.0,0.0510672002192676,0.5,0.153725174569888,0.0,0.183092433176623,0.153725174569888,0.0,0.151753238996062,0.153725174569888,0.0,0.287116021263274,0.153725174569888,0.0,0.50760441344326,0.153725174569888,0.0,0.372500576648535,0.153725174569888,0.0,0.451918520348109,0.153725174569888,0.0,0.0775786914318886,0.5,0.153725174569888,0.0,0.0406608658565578,0,0.146569409998818,1.00666179022827 -862,0.5,0.153725174569888,0.0,0.110480083986815,0.153725174569888,0.0,0.3322127450179,0.153725174569888,0.0,0.198169879988346,0.153725174569888,0.0,0.123146933217364,0.153725174569888,0.0,0.703759634487498,0.153725174569888,0.0,0.759199994117768,0.153725174569888,0.0,0.692229849203764,0.153725174569888,0.0,0.640924195381824,0.5,0.153725174569888,0.0,0.654105766216654,0.153725174569888,0.0,0.0533025768378887,0.5,0.153725174569888,0.0,0.201156062847562,0.153725174569888,0.0,0.186749931542238,0.153725174569888,0.0,0.372404656281707,0.153725174569888,0.0,0.530403836088921,0.153725174569888,0.0,0.354414310653184,0.153725174569888,0.0,0.519990160087143,0.153725174569888,0.0,0.0817691276459983,0.5,0.153725174569888,0.0,0.0357309814945538,0,0.119729808959525,1.0081634747594 -863,0.5,0.153725174569888,0.0,0.130116318464917,0.153725174569888,0.0,0.375269802877532,0.153725174569888,0.0,0.203391485424756,0.153725174569888,0.0,0.14074019321936,0.153725174569888,0.0,0.804348292722127,0.153725174569888,0.0,0.717723414913341,0.153725174569888,0.0,0.659039551458262,0.153725174569888,0.0,0.711279558581828,0.5,0.153725174569888,0.0,0.626083160123224,0.153725174569888,0.0,0.0503960094569228,0.5,0.153725174569888,0.0,0.223589085971126,0.153725174569888,0.0,0.251456056782566,0.153725174569888,0.0,0.389321828257028,0.153725174569888,0.0,0.560930438244586,0.153725174569888,0.0,0.401535509917951,0.153725174569888,0.0,0.583493295919843,0.153725174569888,0.0,0.0917598044868579,0.5,0.153725174569888,0.0,0.0339036210929297,0,0.145685428562948,1.00867523766221 -864,0.5,0.153725174569888,0.0,0.13976707512826,0.153725174569888,0.0,0.437280690777217,0.153725174569888,0.0,0.223058172098924,0.153725174569888,0.0,0.143568562738123,0.153725174569888,0.0,0.77393847606764,0.153725174569888,0.0,0.789525714302527,0.153725174569888,0.0,0.652388535431095,0.153725174569888,0.0,0.693925822306656,0.5,0.153725174569888,0.0,0.618902023109122,0.153725174569888,0.0,0.0480272802438346,0.5,0.153725174569888,0.0,0.275128709067018,0.153725174569888,0.0,0.277992752063613,0.153725174569888,0.0,0.419245619455811,0.153725174569888,0.0,0.602218393962509,0.153725174569888,0.0,0.456554192739335,0.153725174569888,0.0,0.616168670979203,0.153725174569888,0.0,0.113274371973997,0.5,0.153725174569888,0.0,0.0292107876122463,0,0.141227255367428,1.00846821947533 -865,0.5,0.153725174569888,0.0,0.131570152882977,0.153725174569888,0.0,0.363118433406105,0.153725174569888,0.0,0.259166680297448,0.153725174569888,0.0,0.149477049869,0.153725174569888,0.0,0.84580828865912,0.153725174569888,0.0,0.846877987898657,0.153725174569888,0.0,0.727647548358388,0.153725174569888,0.0,0.620555806400171,0.5,0.153725174569888,0.0,0.633242400256505,0.153725174569888,0.0,0.0550885895014089,0.5,0.153725174569888,0.0,0.313060129504523,0.153725174569888,0.0,0.280428207632875,0.153725174569888,0.0,0.437037960031102,0.153725174569888,0.0,0.64227255844549,0.153725174569888,0.0,0.476522821093985,0.153725174569888,0.0,0.666129912310617,0.153725174569888,0.0,0.139520883856677,0.5,0.153725174569888,0.0,0.02563955221726,0,0.154540605166817,1.00957804171207 -866,0.5,0.153725174569888,0.0,0.130153385459489,0.153725174569888,0.0,0.395028372569761,0.153725174569888,0.0,0.307261047013905,0.153725174569888,0.0,0.17061263442881,0.153725174569888,0.0,0.90655699222551,0.153725174569888,0.0,0.844426383578692,0.153725174569888,0.0,0.765195864605847,0.153725174569888,0.0,0.504421056872139,0.5,0.153725174569888,0.0,0.573441235699508,0.153725174569888,0.0,0.101150069461955,0.5,0.153725174569888,0.0,0.340358196815417,0.153725174569888,0.0,0.269582159848231,0.153725174569888,0.0,0.516724397573018,0.153725174569888,0.0,0.726984386399741,0.153725174569888,0.0,0.530802696098573,0.153725174569888,0.0,0.653339736773131,0.153725174569888,0.0,0.14748361548584,0.5,0.153725174569888,0.0,0.0268969211316419,0,0.142718769302445,1.01066768740103 -867,0.5,0.153725174569888,0.0,0.147669575400161,0.153725174569888,0.0,0.473242092813738,0.153725174569888,0.0,0.364740420383528,0.153725174569888,0.0,0.208199082753249,0.153725174569888,0.0,0.91843258032555,0.153725174569888,0.0,0.829596804525826,0.153725174569888,0.0,0.757618512904928,0.153725174569888,0.0,0.452526626228304,0.5,0.153725174569888,0.0,0.535726120851221,0.153725174569888,0.0,0.184971409820707,0.5,0.153725174569888,0.0,0.368926794896474,0.153725174569888,0.0,0.268212919923228,0.153725174569888,0.0,0.594583558017796,0.153725174569888,0.0,0.775363315087896,0.153725174569888,0.0,0.627914548656676,0.153725174569888,0.0,0.59684302073981,0.153725174569888,0.0,0.167441710494374,0.5,0.153725174569888,0.0,0.0391428919552759,0,0.143357115720533,1.01015735520381 -868,0.5,0.153725174569888,0.0,0.17165831531064,0.153725174569888,0.0,0.613200400338822,0.153725174569888,0.0,0.41567450180621,0.153725174569888,0.0,0.22415781292833,0.153725174569888,0.0,0.936295679629858,0.153725174569888,0.0,0.794116306839947,0.153725174569888,0.0,0.715817705312044,0.153725174569888,0.0,0.363436618146732,0.5,0.153725174569888,0.0,0.527266047308305,0.153725174569888,0.0,0.150837587759688,0.5,0.153725174569888,0.0,0.384202933298549,0.153725174569888,0.0,0.31262835070247,0.153725174569888,0.0,0.672120078054695,0.153725174569888,0.0,0.802033155003623,0.153725174569888,0.0,0.645958226762485,0.153725174569888,0.0,0.558708545434546,0.153725174569888,0.0,0.200560085369528,0.5,0.153725174569888,0.0,0.0689694788057702,0,0.165834579112012,1.00995622416173 -869,0.5,0.153725174569888,0.0,0.193906485140741,0.153725174569888,0.0,0.74563988855581,0.153725174569888,0.0,0.406213631026675,0.153725174569888,0.0,0.241371046147341,0.153725174569888,0.0,0.936842391769584,0.153725174569888,0.0,0.76066420775138,0.153725174569888,0.0,0.646031223712451,0.153725174569888,0.0,0.370803097880705,0.5,0.153725174569888,0.0,0.549483590913193,0.153725174569888,0.0,0.131042201657814,0.5,0.153725174569888,0.0,0.311491448161919,0.153725174569888,0.0,0.318267393834017,0.153725174569888,0.0,0.748176959195686,0.153725174569888,0.0,0.81256697480236,0.153725174569888,0.0,0.599902735786481,0.153725174569888,0.0,0.590142261963268,0.153725174569888,0.0,0.226791955046404,0.5,0.153725174569888,0.0,0.106724556823913,0,0.191889602046445,1.01018460003551 -870,0.5,0.153725174569888,0.0,0.201065609452201,0.153725174569888,0.0,0.805694820703188,0.153725174569888,0.0,0.414636364082469,0.153725174569888,0.0,0.26569572068882,0.153725174569888,0.0,0.913741657615106,0.153725174569888,0.0,0.776419222213671,0.153725174569888,0.0,0.595738087182171,0.153725174569888,0.0,0.432524789730122,0.5,0.153725174569888,0.0,0.501138094720811,0.153725174569888,0.0,0.152306630254759,0.5,0.153725174569888,0.0,0.367508572098978,0.153725174569888,0.0,0.325534662363304,0.153725174569888,0.0,0.750196276668079,0.153725174569888,0.0,0.805168226717193,0.153725174569888,0.0,0.554259425781087,0.153725174569888,0.0,0.622646391567441,0.153725174569888,0.0,0.257217743013216,0.5,0.153725174569888,0.0,0.0975115447323937,0,0.198140443617715,1.01027961823946 -871,0.5,0.153725174569888,0.0,0.186136403052148,0.153725174569888,0.0,0.708638223308931,0.153725174569888,0.0,0.396877054991613,0.153725174569888,0.0,0.283953377462585,0.153725174569888,0.0,0.900048514051959,0.153725174569888,0.0,0.781011006270649,0.153725174569888,0.0,0.618757841411758,0.153725174569888,0.0,0.464533650126247,0.5,0.153725174569888,0.0,0.357071268726458,0.153725174569888,0.0,0.171254445794194,0.5,0.153725174569888,0.0,0.489977768867125,0.153725174569888,0.0,0.30260843681282,0.153725174569888,0.0,0.713999384863584,0.153725174569888,0.0,0.769792957008199,0.153725174569888,0.0,0.48898005005573,0.153725174569888,0.0,0.656195920955062,0.153725174569888,0.0,0.29226878876035,0.5,0.153725174569888,0.0,0.0747082580865036,0,0.2608736789866,1.00983613350551 -872,0.5,0.153725174569888,0.0,0.16795276602513,0.153725174569888,0.0,0.585836091945533,0.153725174569888,0.0,0.368583876800727,0.153725174569888,0.0,0.256469186230484,0.153725174569888,0.0,0.885160661509486,0.153725174569888,0.0,0.777658583253258,0.153725174569888,0.0,0.634366188009481,0.153725174569888,0.0,0.400954288844728,0.5,0.153725174569888,0.0,0.309709372037369,0.153725174569888,0.0,0.147268337295521,0.5,0.153725174569888,0.0,0.445973991251018,0.153725174569888,0.0,0.249424532989375,0.153725174569888,0.0,0.684913883390629,0.153725174569888,0.0,0.739752480336878,0.153725174569888,0.0,0.472449291881328,0.153725174569888,0.0,0.648118651630125,0.153725174569888,0.0,0.327690826342259,0.5,0.153725174569888,0.0,0.0882363211992373,0,0.403461498662314,1.00931853594713 -873,0.5,0.153725174569888,0.0177545742088899,0.165274863128862,0.153725174569888,0.00119203104510146,0.536254264935738,0.153725174569888,0.00863775659392241,0.354909229284336,0.153725174569888,0.0199164330677134,0.199384019907863,0.153725174569888,0.00159485995698753,0.879325635318629,0.153725174569888,0.00205344475131867,0.737095263134948,0.153725174569888,0.00251645847062787,0.631936250146263,0.153725174569888,0.00380531102893533,0.368522727444676,0.5,0.153725174569888,0.00237405979925731,0.283381180931018,0.153725174569888,0.0583776599725204,0.0865209530434411,0.5,0.153725174569888,0.0267201153281216,0.203850253601597,0.153725174569888,0.040697679127755,0.192512676310542,0.153725174569888,0.00079244091443199,0.653901158684841,0.153725174569888,0.000838394046503043,0.733701250200284,0.153725174569888,0.00512321704602067,0.457434853873169,0.153725174569888,0.00357530225965576,0.542001581182536,0.153725174569888,0.0156285545429625,0.290363782564063,0.5,0.153725174569888,0.0225315827752532,0.115982511520128,0,0.421958905383825,1.00978236790515 -874,0.5,0.153725174569888,0.0692015158356288,0.172105857652535,0.153725174569888,0.0141645334509189,0.517262144599147,0.153725174569888,0.0442959192855004,0.390976083948776,0.153725174569888,0.0453244711699511,0.169859353577326,0.153725174569888,0.0420961462184467,0.868252513594396,0.153725174569888,0.0756271125757662,0.703162969437808,0.153725174569888,0.065529034811199,0.612119361199926,0.153725174569888,0.0902365323587331,0.35331547766645,0.5,0.153725174569888,0.0168857899882726,0.278730459174719,0.153725174569888,0.236898126495139,0.0457784593074786,0.5,0.153725174569888,0.0802100963345784,0.145398343037593,0.153725174569888,0.177033062407432,0.186461841876186,0.153725174569888,0.00961009843528227,0.640352017029302,0.153725174569888,0.0186476595794633,0.752099183159079,0.153725174569888,0.0494692658816569,0.466084026248523,0.153725174569888,0.0596268945462593,0.473892193243812,0.153725174569888,0.0954936576975325,0.236762858841884,0.5,0.153725174569888,0.115695265340559,0.0865367750745252,0,0.40919685092044,1.0056492338217 -875,0.5,0.153725174569888,0.0885340671629625,0.18321614730339,0.153725174569888,0.0284134123219679,0.519648134136896,0.153725174569888,0.0830770873446301,0.496629851705443,0.153725174569888,0.055664384843436,0.189141665947779,0.153725174569888,0.142219340394449,0.885453981757242,0.153725174569888,0.130356060066045,0.681308790460984,0.153725174569888,0.277762382945091,0.633692594514546,0.153725174569888,0.204762409447704,0.394576381404457,0.5,0.153725174569888,0.0453092138097459,0.339564963739003,0.153725174569888,0.403239679796033,0.0308275113416584,0.5,0.153725174569888,0.0995479262625993,0.229454999688787,0.153725174569888,0.284550083330654,0.18770517009297,0.153725174569888,0.0303140430869868,0.696432325413792,0.153725174569888,0.0634675436559888,0.764715444870613,0.153725174569888,0.10671818563384,0.509148219219463,0.153725174569888,0.134998364660769,0.55033077120924,0.153725174569888,0.193479541004767,0.210794162153246,0.5,0.153725174569888,0.24895535451748,0.0630999024822188,0,0.396683708396274,1.01076417495409 -876,0.5,0.153725174569888,0.0907829119101555,0.206682263201351,0.153725174569888,0.037808812361076,0.494957796280399,0.153725174569888,0.127985105757853,0.543559884315089,0.153725174569888,0.0758841701090007,0.223543587020935,0.153725174569888,0.216222170950035,0.898906152821312,0.153725174569888,0.245497542411289,0.605384292295927,0.153725174569888,0.37587293843826,0.667582242852846,0.153725174569888,0.295358904812583,0.4241307912516,0.5,0.153725174569888,0.0703411759681132,0.369574049065949,0.153725174569888,0.50776441646117,0.0389006879213874,0.5,0.153725174569888,0.204064978028171,0.359572148520287,0.153725174569888,0.389955831936697,0.171145065028567,0.153725174569888,0.045594401110242,0.736754125118126,0.153725174569888,0.153322644281604,0.787525796628101,0.153725174569888,0.246181590288682,0.560329343451743,0.153725174569888,0.171037420811573,0.562762156938676,0.153725174569888,0.229292912392834,0.233414803235907,0.5,0.153725174569888,0.41005187731521,0.0741582032249033,0,0.351217077364359,1.01080739964046 -877,0.5,0.153725174569888,0.086784623574712,0.216227012075374,0.153725174569888,0.079234532843015,0.476542226323986,0.153725174569888,0.12404705419837,0.452459920476128,0.153725174569888,0.157336740283681,0.282919036424425,0.153725174569888,0.208032012535548,0.771347949029712,0.153725174569888,0.459273256028755,0.525862227007717,0.153725174569888,0.409068217750632,0.605874364994596,0.153725174569888,0.378007425021696,0.452934225329036,0.5,0.153725174569888,0.0641344397547879,0.292054845244714,0.153725174569888,0.52479706588125,0.0308999822696266,0.5,0.153725174569888,0.286536804808105,0.56685253930552,0.153725174569888,0.517054932414781,0.124100534802239,0.153725174569888,0.0858644413077538,0.759952141794704,0.153725174569888,0.183475812579384,0.801432052377192,0.153725174569888,0.360763926580458,0.586747393324465,0.153725174569888,0.231180191967684,0.590052597917383,0.153725174569888,0.186017109406688,0.236886239066002,0.5,0.153725174569888,0.536695928527507,0.0744926831912521,0,0.377196209409551,1.0096036738831 -878,0.5,0.153725174569888,0.0854702026770984,0.205375893877373,0.153725174569888,0.404468124263713,0.528806031350484,0.153725174569888,0.10659424422411,0.325568068457252,0.153725174569888,0.148391590932387,0.25240613232119,0.153725174569888,0.370043788242375,0.638813843103224,0.153725174569888,0.521196700768452,0.449753063317765,0.153725174569888,0.483967162756421,0.461660625627647,0.153725174569888,0.377664368289798,0.575966692185926,0.5,0.153725174569888,0.0692565830175047,0.258628218637393,0.153725174569888,0.536287661241746,0.0273121290711559,0.5,0.153725174569888,0.328365924781753,0.285143709725035,0.153725174569888,0.549043475256298,0.0877581159560562,0.153725174569888,0.116219886173095,0.767002324009261,0.153725174569888,0.135534147576994,0.686993154402775,0.153725174569888,0.398969734212151,0.457550467652184,0.153725174569888,0.26998528904872,0.499102679385829,0.153725174569888,0.181561940503436,0.198222329198259,0.5,0.153725174569888,0.524864082362364,0.0761912998337819,0,0.377218719880246,1.00564942251985 -879,0.5,0.153725174569888,0.0865317557943012,0.184431147906336,0.153725174569888,0.225349882990117,0.507835585731152,0.153725174569888,0.113705414887181,0.22868055813273,0.153725174569888,0.129179378325034,0.167288789948159,0.153725174569888,0.409205363639272,0.405942271371783,0.153725174569888,0.436348279997987,0.428055619198274,0.153725174569888,0.448502494223698,0.363701359766713,0.153725174569888,0.201906109153993,0.513047473739407,0.5,0.153725174569888,0.141900520729296,0.26206303033655,0.153725174569888,0.474478254459231,0.0195492092229615,0.5,0.153725174569888,0.331102030050906,0.165318466825987,0.153725174569888,0.479494925473662,0.0764333611572268,0.153725174569888,0.0645458485196855,0.701215832997386,0.153725174569888,0.183844469786203,0.481800958638881,0.153725174569888,0.384638649909981,0.289536763157786,0.153725174569888,0.252474851761021,0.46059282236438,0.153725174569888,0.168353954158383,0.157985905904081,0.5,0.153725174569888,0.42099237988277,0.0644967623817926,0,0.309890249174585,0.955830139584404 -880,0.5,0.153725174569888,0.0599190636436249,0.174508398951031,0.153725174569888,0.0238211413127112,0.238401690347154,0.153725174569888,0.0964790798454269,0.189405912706021,0.153725174569888,0.0666255047377474,0.119025999710004,0.153725174569888,0.317896272399506,0.26784595832067,0.153725174569888,0.176695623509557,0.324967197055756,0.153725174569888,0.310152956769175,0.264427610455595,0.153725174569888,0.103225336574859,0.502446939124647,0.5,0.153725174569888,0.187523412958708,0.251375153761607,0.153725174569888,0.336252308013753,0.0149131854059921,0.5,0.153725174569888,0.27823323238258,0.0989181539633388,0.153725174569888,0.327533313928135,0.0821053076379597,0.153725174569888,0.0147752043277626,0.508796644982765,0.153725174569888,0.207235026247146,0.32513677751347,0.153725174569888,0.268903320983325,0.192613968531844,0.153725174569888,0.165988122424428,0.430492630836023,0.153725174569888,0.138415498462786,0.111503869058017,0.5,0.153725174569888,0.261788025035583,0.05070538634718,0,0.277001256854566,0.905041363014254 -881,0.5,0.153725174569888,0.0,0.188344261108123,0.153725174569888,0.0,0.128909549338545,0.153725174569888,0.0,0.169539202002417,0.153725174569888,0.0,0.0981353940835215,0.153725174569888,0.0720413945345441,0.254297838355394,0.153725174569888,0.029630599625789,0.367612464820101,0.153725174569888,0.0692201394681485,0.258106014745534,0.153725174569888,0.0300109158478999,0.503126957034579,0.5,0.153725174569888,0.0579122618542803,0.244229209734333,0.153725174569888,0.0647544820463544,0.0479265501153525,0.5,0.153725174569888,0.0553057668907926,0.146302081024783,0.153725174569888,0.0749430611556566,0.0998278409263368,0.153725174569888,0.0,0.338202138933242,0.153725174569888,0.0286587733474309,0.2635028028455,0.153725174569888,0.00205329360981439,0.205798286541709,0.153725174569888,0.0248393465025013,0.35091497091601,0.153725174569888,0.0181555674764936,0.108754246181636,0.5,0.153725174569888,0.0128144889318898,0.0864384896065659,0,0.269592741732497,0.815045637453822 -882,0.5,0.153725174569888,0.0,0.206552020725032,0.153725174569888,0.0,0.135138759428843,0.153725174569888,0.0,0.15317646569172,0.153725174569888,0.0,0.088249315142516,0.153725174569888,0.0,0.266837675477574,0.153725174569888,0.0,0.490078047342917,0.153725174569888,0.0,0.353847432884703,0.153725174569888,0.0,0.533690283119866,0.5,0.153725174569888,0.0,0.361781006925787,0.153725174569888,0.0,0.0805737757944375,0.5,0.153725174569888,0.0,0.205183416344702,0.153725174569888,0.0,0.132706406470254,0.153725174569888,0.0,0.28906062018977,0.153725174569888,0.0,0.279492778512305,0.153725174569888,0.0,0.23010181464349,0.153725174569888,0.0,0.285848827771289,0.153725174569888,0.0,0.135515949890829,0.5,0.153725174569888,0.0,0.122499138331117,0,0.242589927990555,0.832248027260565 -883,0.5,0.153725174569888,0.0,0.1996878653843,0.153725174569888,0.0,0.173214143185467,0.153725174569888,0.0,0.138403153130316,0.153725174569888,0.0,0.0951490877040303,0.153725174569888,0.0,0.382686078523873,0.153725174569888,0.0,0.636606837775918,0.153725174569888,0.0,0.482385149013429,0.153725174569888,0.0,0.715635471500667,0.5,0.153725174569888,0.0,0.499761377703808,0.153725174569888,0.0,0.0657769847268084,0.5,0.153725174569888,0.0,0.182472254325828,0.153725174569888,0.0,0.15194852581203,0.153725174569888,0.0,0.265377173559807,0.153725174569888,0.0,0.281711660637805,0.153725174569888,0.0,0.243224378848365,0.153725174569888,0.0,0.317546763148657,0.153725174569888,0.0,0.146108645471643,0.5,0.153725174569888,0.0,0.14561866198065,0,0.20983642279876,0.859773764193739 -884,0.5,0.153725174569888,0.0,0.195187276437388,0.153725174569888,0.0,0.184140875061492,0.153725174569888,0.0,0.161260426197455,0.153725174569888,0.0,0.113853197049013,0.153725174569888,0.0,0.527764953540823,0.153725174569888,0.0,0.756066751629089,0.153725174569888,0.0,0.694947051239871,0.153725174569888,0.0,0.875309552016752,0.5,0.153725174569888,0.0,0.571982135719813,0.153725174569888,0.0,0.0559173787263626,0.5,0.153725174569888,0.0,0.225250284797049,0.153725174569888,0.0,0.159572985062791,0.153725174569888,0.0,0.256556477062089,0.153725174569888,0.0,0.288406264907763,0.153725174569888,0.0,0.29298368267238,0.153725174569888,0.0,0.433673780630845,0.153725174569888,0.0,0.16370894505729,0.5,0.153725174569888,0.0,0.133411565897299,0,0.172881363743469,0.840007900558192 -885,0.5,0.153725174569888,0.0,0.196893706257214,0.153725174569888,0.0,0.197930799258207,0.153725174569888,0.0,0.180661787047989,0.153725174569888,0.0,0.130970709176037,0.153725174569888,0.0,0.612122938249683,0.153725174569888,0.0,0.880619919834554,0.153725174569888,0.0,0.831465092356813,0.153725174569888,0.0,0.926359720381682,0.5,0.153725174569888,0.0,0.619751084998874,0.153725174569888,0.0,0.0716670052271424,0.5,0.153725174569888,0.0,0.301983118963969,0.153725174569888,0.0,0.171886539757103,0.153725174569888,0.0,0.252488308081123,0.153725174569888,0.0,0.339120665606318,0.153725174569888,0.0,0.319915393726056,0.153725174569888,0.0,0.56531524069983,0.153725174569888,0.0,0.198868076371703,0.5,0.153725174569888,0.0,0.107737136089265,0,0.155429116563424,0.799672904780837 -886,0.5,0.153725174569888,0.0,0.191845070645891,0.153725174569888,0.0,0.231842432635265,0.153725174569888,0.0,0.196678197454208,0.153725174569888,0.0,0.1534215355483,0.153725174569888,0.0,0.769305536540346,0.153725174569888,0.0,0.980478614553984,0.153725174569888,0.0,0.939717901155699,0.153725174569888,0.0,0.948867164372426,0.5,0.153725174569888,0.0,0.619790303842124,0.153725174569888,0.0,0.0872492009580872,0.5,0.153725174569888,0.0,0.416054083970311,0.153725174569888,0.0,0.173745425729524,0.153725174569888,0.0,0.24963607680975,0.153725174569888,0.0,0.437857295958171,0.153725174569888,0.0,0.36978599741957,0.153725174569888,0.0,0.680350054132547,0.153725174569888,0.0,0.272714213660617,0.5,0.153725174569888,0.0,0.102792305289302,0,0.168423469608714,0.837821320495847 -887,0.5,0.153725174569888,0.0,0.205530335771767,0.153725174569888,0.0,0.289753852286073,0.153725174569888,0.0,0.208625520693632,0.153725174569888,0.0,0.15713699483873,0.153725174569888,0.0,0.927607421904968,0.153725174569888,0.0,1.00977422407691,0.153725174569888,0.0,0.985252396765808,0.153725174569888,0.0,0.959173651619428,0.5,0.153725174569888,0.0,0.660230864716523,0.153725174569888,0.0,0.0992421591083,0.5,0.153725174569888,0.0,0.393396738949392,0.153725174569888,0.0,0.186779946553952,0.153725174569888,0.0,0.291996734701521,0.153725174569888,0.0,0.553708511933164,0.153725174569888,0.0,0.45250388468104,0.153725174569888,0.0,0.763929203580098,0.153725174569888,0.0,0.326919693866587,0.5,0.153725174569888,0.0,0.11470940491255,0,0.190751261471768,0.962209807196556 -888,0.5,0.153725174569888,0.0,0.231330284200003,0.153725174569888,0.0,0.356223671755136,0.153725174569888,0.0,0.244517635236001,0.153725174569888,0.0,0.179555456894694,0.153725174569888,0.0,0.984645249087425,0.153725174569888,0.0,1.01323455967579,0.153725174569888,0.0,1.02032508573858,0.153725174569888,0.0,0.975312109730551,0.5,0.153725174569888,0.0,0.716120414033394,0.153725174569888,0.0,0.0888343578784557,0.5,0.153725174569888,0.0,0.242324483957369,0.153725174569888,0.0,0.186414219670602,0.153725174569888,0.0,0.344954617922307,0.153725174569888,0.0,0.703493192068375,0.153725174569888,0.0,0.539677297747471,0.153725174569888,0.0,0.837159078458179,0.153725174569888,0.0,0.30932996424549,0.5,0.153725174569888,0.0,0.121045022242319,0,0.25778511839552,0.99433474230135 -889,0.5,0.153725174569888,0.0,0.250286170800632,0.153725174569888,0.0,0.41776235879234,0.153725174569888,0.0,0.270016267841258,0.153725174569888,0.0,0.219803112772948,0.153725174569888,0.0,0.993240850014833,0.153725174569888,0.0,1.01452500942051,0.153725174569888,0.0,1.02143027364809,0.153725174569888,0.0,0.962236794051633,0.5,0.153725174569888,0.0,0.743778254525227,0.153725174569888,0.0,0.0735711474785514,0.5,0.153725174569888,0.0,0.229541785597565,0.153725174569888,0.0,0.211002907587007,0.153725174569888,0.0,0.418166251201414,0.153725174569888,0.0,0.822709523017068,0.153725174569888,0.0,0.661855515714666,0.153725174569888,0.0,0.915668477195178,0.153725174569888,0.0,0.294904309683554,0.5,0.153725174569888,0.0,0.0798044538210227,0,0.333958634406776,0.994856525614829 -890,0.5,0.153725174569888,0.0,0.275326719424499,0.153725174569888,0.0,0.697194079560109,0.153725174569888,0.0,0.340908377841329,0.153725174569888,0.0,0.236588298579865,0.153725174569888,0.0,0.986035633971607,0.153725174569888,0.0,0.994118018926492,0.153725174569888,0.0,1.02171606797443,0.153725174569888,0.0,0.908901728855046,0.5,0.153725174569888,0.0,0.725968188257986,0.153725174569888,0.0,0.0523431494032113,0.5,0.153725174569888,0.0,0.319480260055095,0.153725174569888,0.0,0.233489338035831,0.153725174569888,0.0,0.595386440494606,0.153725174569888,0.0,0.860329170958558,0.153725174569888,0.0,0.810996070822008,0.153725174569888,0.0,0.95146311527458,0.153725174569888,0.0,0.299723023574993,0.5,0.153725174569888,0.0,0.0383072475817498,0,0.402546960033591,0.986905378869294 -891,0.5,0.153725174569888,0.0,0.329515852298452,0.153725174569888,0.0,0.844897959566255,0.153725174569888,0.0,0.521585726147836,0.153725174569888,0.0,0.247435432706622,0.153725174569888,0.0,0.97519487744876,0.153725174569888,0.0,0.951150811555797,0.153725174569888,0.0,1.02156048569349,0.153725174569888,0.0,0.831393912593633,0.5,0.153725174569888,0.0,0.753393798445972,0.153725174569888,0.0,0.0872378719087777,0.5,0.153725174569888,0.0,0.29466301478177,0.153725174569888,0.0,0.316381813596561,0.153725174569888,0.0,0.738379161493853,0.153725174569888,0.0,0.856705688418394,0.153725174569888,0.0,0.89837251005927,0.153725174569888,0.0,0.930843035999859,0.153725174569888,0.0,0.306843392624116,0.5,0.153725174569888,0.0,0.0306539426868585,0,0.527473922161851,0.947171101477601 -892,0.5,0.153725174569888,0.0,0.42463416445725,0.153725174569888,0.0,0.849071794856417,0.153725174569888,0.0,0.752918751922938,0.153725174569888,0.0,0.296758446396967,0.153725174569888,0.0,0.931535052292373,0.153725174569888,0.0,0.93164531818732,0.153725174569888,0.0,1.01790788176474,0.153725174569888,0.0,0.759278232369076,0.5,0.153725174569888,0.0,0.875943719696369,0.153725174569888,0.0,0.0724408462916847,0.5,0.153725174569888,0.0,0.512401148014247,0.153725174569888,0.0,0.35726145309533,0.153725174569888,0.0,0.83534601017605,0.153725174569888,0.0,0.824413106660371,0.153725174569888,0.0,0.920871208165055,0.153725174569888,0.0,0.950381500014904,0.153725174569888,0.0,0.288990212168616,0.5,0.153725174569888,0.0,0.024678166311366,0,0.684448283747007,0.944990205775744 -893,0.5,0.153725174569888,0.0,0.555494989868878,0.153725174569888,0.0,0.803634221722633,0.153725174569888,0.0,0.816116514367864,0.153725174569888,0.0,0.396219945157476,0.153725174569888,0.0,0.921822189549763,0.153725174569888,0.0,0.863338842881892,0.153725174569888,0.0,1.00587417484056,0.153725174569888,0.0,0.717151023984957,0.5,0.153725174569888,0.0,0.91334594391548,0.153725174569888,0.0,0.0420178863937483,0.5,0.153725174569888,0.0,0.744121295387871,0.153725174569888,0.0,0.465235433920247,0.153725174569888,0.0,0.837266067704957,0.153725174569888,0.0,0.751560748591647,0.153725174569888,0.0,0.89860268745452,0.153725174569888,0.0,0.978313060347564,0.153725174569888,0.0,0.356958558567648,0.5,0.153725174569888,0.0,0.0482106999768759,0,0.828759431826333,0.97180020312327 -894,0.5,0.153725174569888,0.0,0.648427974105986,0.153725174569888,0.0,0.710980415334366,0.153725174569888,0.0,0.850805025715842,0.153725174569888,0.0,0.485522193171989,0.153725174569888,0.0,0.950646155020344,0.153725174569888,0.0,0.875202432966144,0.153725174569888,0.0,0.938461217731492,0.153725174569888,0.0,0.870343820162371,0.5,0.153725174569888,0.0,0.960018194349315,0.153725174569888,0.0,0.0290164998888071,0.5,0.153725174569888,0.0,0.887751630032773,0.153725174569888,0.0,0.506352934652607,0.153725174569888,0.0,0.792703279460275,0.153725174569888,0.0,0.740660443403906,0.153725174569888,0.0,0.901875764343483,0.153725174569888,0.0,0.911961099593051,0.153725174569888,0.0,0.412201734567279,0.5,0.153725174569888,0.0,0.0315031165912337,0,0.915775584145559,0.993026135392876 -895,0.5,0.153725174569888,0.0,0.693480013291393,0.153725174569888,0.0,0.682173331885277,0.153725174569888,0.0,0.887493450475155,0.153725174569888,0.0,0.574732613148519,0.153725174569888,0.0,0.929418025152034,0.153725174569888,0.0,1.00242324126985,0.153725174569888,0.0,0.902932894532178,0.153725174569888,0.0,0.997065767438065,0.5,0.153725174569888,0.0,1.00011882975802,0.153725174569888,0.0,0.0431902453630504,0.5,0.153725174569888,0.0,0.845575905177952,0.153725174569888,0.0,0.624104670246697,0.153725174569888,0.0,0.759817886884369,0.153725174569888,0.0,0.780410750019108,0.153725174569888,0.0,0.861403724469455,0.153725174569888,0.0,0.902145815697886,0.153725174569888,0.0,0.456443488465479,0.5,0.153725174569888,0.0,0.0154934235833426,0,0.949501599442404,1.00189501574172 -896,0.5,0.153725174569888,0.0,0.729283728155361,0.153725174569888,0.0,0.677225562312183,0.153725174569888,0.0,0.896985372966594,0.153725174569888,0.0,0.655346270793893,0.153725174569888,0.0,0.988476669428806,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.959249823243549,0.153725174569888,0.0,1.02129329311394,0.5,0.153725174569888,0.0,1.02126438079417,0.153725174569888,0.0,0.055651243762052,0.5,0.153725174569888,0.0,0.881951563398368,0.153725174569888,0.0,0.6566836434226,0.153725174569888,0.0,0.741766823827873,0.153725174569888,0.0,0.794216177768092,0.153725174569888,0.0,0.820215305820675,0.153725174569888,0.0,0.985284102556152,0.153725174569888,0.0,0.538036147659954,0.5,0.153725174569888,0.0,0.0350807525761224,0,0.93611903436266,1.00992065341206 -897,0.5,0.153725174569888,0.00257583521326423,0.70633924435746,0.153725174569888,0.00116464146835784,0.674731507753775,0.153725174569888,0.00756209785605612,0.823925945483429,0.153725174569888,0.005921658060551,0.65294828854139,0.153725174569888,0.000737365936554347,1.02173913043478,0.153725174569888,0.00066131985156651,1.02173913043478,0.153725174569888,0.00164117722114015,1.01658168455563,0.153725174569888,0.00210654843241597,1.02147959498404,0.5,0.153725174569888,0.00163085663179002,1.02173913043478,0.153725174569888,0.0150167218191411,0.0541579283981708,0.5,0.153725174569888,0.0026015314539672,1.00480876362041,0.153725174569888,0.00856368672999569,0.741918046149246,0.153725174569888,0.000351368284647342,0.653326710694925,0.153725174569888,0.0016548700338755,0.882936980403032,0.153725174569888,0.00473957770717143,0.875220234584077,0.153725174569888,0.00144908777473125,1.02104309426676,0.153725174569888,0.00577691090589626,0.604071047627423,0.5,0.153725174569888,0.0230901201429899,0.04824061004224,0,0.929833480454463,1.00914847601066 -898,0.5,0.153725174569888,0.0182515720079156,0.630642109702401,0.153725174569888,0.0516816319024795,0.857654535388008,0.153725174569888,0.0442908130506835,0.851474433551288,0.153725174569888,0.0331781039445583,0.659583717117782,0.153725174569888,0.0071855083676617,1.02173913043478,0.153725174569888,0.00713862103917922,1.02173913043478,0.153725174569888,0.0200214586260267,1.02173913043478,0.153725174569888,0.0275349711375053,1.02173913043478,0.5,0.153725174569888,0.0216893391854446,1.02173913043478,0.153725174569888,0.0576531637757829,0.27507978635525,0.5,0.153725174569888,0.0108832613274722,1.02171007776224,0.153725174569888,0.0439643810236486,0.864562571881966,0.153725174569888,0.00943132111491836,0.783654033386383,0.153725174569888,0.0151981244220989,0.96120688868919,0.153725174569888,0.0419323901142321,0.965633337336643,0.153725174569888,0.0154615170565905,1.02173913043478,0.153725174569888,0.0225264117218062,0.746475740757003,0.5,0.153725174569888,0.0902021394234786,0.0458535936002978,0,0.835515417416888,1.01045848901565 -899,0.5,0.153725174569888,0.0652879924117808,0.588683557269536,0.153725174569888,0.0722955525206186,1.01342501783481,0.153725174569888,0.0570609022157223,0.969204727422634,0.153725174569888,0.0867072393624497,0.683867292969718,0.153725174569888,0.0375244425148416,1.02173913043478,0.153725174569888,0.0167418156073465,1.02173913043478,0.153725174569888,0.0793302372679938,1.02173913043478,0.153725174569888,0.0829522750540983,1.02173913043478,0.5,0.153725174569888,0.0488469878366812,1.02173913043478,0.153725174569888,0.106655429834647,0.547822517823265,0.5,0.153725174569888,0.0355581038060055,1.02173913043478,0.153725174569888,0.0930074371723916,0.937506364092909,0.153725174569888,0.0410434878952127,0.878797642407121,0.153725174569888,0.0251567942243296,1.0051739049267,0.153725174569888,0.0548510463573282,1.01801102542377,0.153725174569888,0.0333855305284677,1.02173913043478,0.153725174569888,0.0399991491421083,0.864941177207231,0.5,0.153725174569888,0.143881359872986,0.150656971552039,0,0.728299235500759,1.0107589151037 -900,0.5,0.153725174569888,0.14211685644519,0.727348188314733,0.153725174569888,0.0475023387920907,1.02173913043478,0.153725174569888,0.0538915400739808,1.02173913043478,0.153725174569888,0.116900717056483,0.787928567585662,0.153725174569888,0.0421637471384298,1.02173913043478,0.153725174569888,0.0173320938247755,1.02173913043478,0.153725174569888,0.0685819661680591,1.02173913043478,0.153725174569888,0.116528869917142,1.02173913043478,0.5,0.153725174569888,0.0926736087318152,1.02173913043478,0.153725174569888,0.155915518045083,0.7205515679737,0.5,0.153725174569888,0.0986115995391835,1.02173913043478,0.153725174569888,0.126251140460259,0.966722827191654,0.153725174569888,0.039696090313031,0.957775730415288,0.153725174569888,0.0352276082802372,1.01342978927149,0.153725174569888,0.0698510389296745,1.02173913043478,0.153725174569888,0.0767115353789233,1.02173913043478,0.153725174569888,0.0676041618069995,0.969833479665309,0.5,0.153725174569888,0.176979616802058,0.613935137507214,0,0.589583035085175,1.01034549572974 -901,0.5,0.153725174569888,0.162578843696639,0.909140288783053,0.153725174569888,0.0776483779345474,1.02173913043478,0.153725174569888,0.0877911320150628,1.02173913043478,0.153725174569888,0.119653711567888,0.883510918731429,0.153725174569888,0.0331029734016029,1.02173913043478,0.153725174569888,0.0242475897772107,1.02173913043478,0.153725174569888,0.0857861099329951,1.02173913043478,0.153725174569888,0.159628835416422,1.02173913043478,0.5,0.153725174569888,0.123729902734357,1.02173913043478,0.153725174569888,0.216499784199734,0.843400206116046,0.5,0.153725174569888,0.067394305461491,1.02152873064913,0.153725174569888,0.139313067711586,0.940029384241324,0.153725174569888,0.0240444196586829,0.992308961226424,0.153725174569888,0.0372116595174394,1.01328841741836,0.153725174569888,0.0549505558431108,1.02173913043478,0.153725174569888,0.099709966536325,1.02173913043478,0.153725174569888,0.0779201962358157,1.00238597281721,0.5,0.153725174569888,0.177594184465574,0.905292564580794,0,0.775811098798992,0.999062716631096 -902,0.5,0.153725174569888,0.0785469400490431,0.964915161802636,0.153725174569888,0.0311960787897067,1.02173913043478,0.153725174569888,0.137816247141199,1.02173913043478,0.153725174569888,0.0865375552303667,0.95540902971701,0.153725174569888,0.0278724234972946,1.02173913043478,0.153725174569888,0.0515980114976706,1.02173913043478,0.153725174569888,0.079519904241149,1.02173913043478,0.153725174569888,0.114601299121811,1.02173913043478,0.5,0.153725174569888,0.118807555804863,1.02160141967106,0.153725174569888,0.230753419873938,0.786350491096214,0.5,0.153725174569888,0.0697757570146593,1.02044573291206,0.153725174569888,0.134614628655546,0.869773997375447,0.153725174569888,0.0196222746479825,1.00304651114195,0.153725174569888,0.030272270405809,1.01142864642334,0.153725174569888,0.0524840167628966,1.02173913043478,0.153725174569888,0.10524534055028,1.02173913043478,0.153725174569888,0.0672698477262422,0.996870266711452,0.5,0.153725174569888,0.147061779594138,0.885082060999737,0,0.766511616977879,1.00162175640058 -903,0.5,0.153725174569888,0.0325824071416514,1.00175748173947,0.153725174569888,0.0113253679789122,1.02173913043478,0.153725174569888,0.0789437344881483,1.02173913043478,0.153725174569888,0.0577422828408552,0.963400655667962,0.153725174569888,0.034646742109375,1.02173913043478,0.153725174569888,0.063700256346363,1.02173913043478,0.153725174569888,0.07649050192919,1.02173913043478,0.153725174569888,0.0814674419882896,1.01960766079802,0.5,0.153725174569888,0.0699062678609562,1.01275569520901,0.153725174569888,0.215939850286631,0.651903334450561,0.5,0.153725174569888,0.0770039361029364,1.01792869551967,0.153725174569888,0.106328841742502,0.775513649435639,0.153725174569888,0.0174413048494779,1.00047842433832,0.153725174569888,0.0142661259358068,1.01194068395847,0.153725174569888,0.0475462103212504,1.02173913043478,0.153725174569888,0.0887128451684617,1.02173913043478,0.153725174569888,0.0734694019799024,0.991036558386539,0.5,0.153725174569888,0.0943967900368417,0.801257669622412,0,0.832284964895573,1.01143916413886 -904,0.5,0.153725174569888,0.0201628050618374,1.01459017966316,0.153725174569888,0.0045967594480486,1.02173913043478,0.153725174569888,0.0402053021207922,1.02173913043478,0.153725174569888,0.0309181749462906,0.991299038349613,0.153725174569888,0.0232861744882441,1.02173913043478,0.153725174569888,0.0531014562727759,1.01354396326661,0.153725174569888,0.0420638103976766,1.02171570924376,0.153725174569888,0.0798543073580062,0.962230063152243,0.5,0.153725174569888,0.0363209263906408,0.921634547107572,0.153725174569888,0.10645736355987,0.465214503729417,0.5,0.153725174569888,0.0413573312217619,1.01010104497938,0.153725174569888,0.0690856597602828,0.637785784307458,0.153725174569888,0.00905424441710665,0.994777641762331,0.153725174569888,0.00808058919687629,1.01329302352987,0.153725174569888,0.0266653112228664,1.02173913043478,0.153725174569888,0.0501755927364002,1.02173913043478,0.153725174569888,0.0389852452738923,0.993941779858571,0.5,0.153725174569888,0.0562638684046221,0.698326454695817,0,0.909671969797687,1.01143916413886 -905,0.5,0.153725174569888,0.000103065828457306,1.01685971475168,0.153725174569888,0.000783595142534518,1.02173913043478,0.153725174569888,0.000314009248978709,1.02173411571199,0.153725174569888,0.0,1.00217168612361,0.153725174569888,0.0061828779983271,1.02173913043478,0.153725174569888,0.0455339215782054,0.940189649421845,0.153725174569888,0.013006940020814,1.01880245360766,0.153725174569888,0.0414328922667004,0.820818123645246,0.5,0.153725174569888,0.0122284210991163,0.738865955724757,0.153725174569888,0.0277281577316126,0.276638182520839,0.5,0.153725174569888,0.00829720081652447,0.967556609893427,0.153725174569888,0.0203489767765551,0.512446153508767,0.153725174569888,0.000209366327484646,0.979057813527348,0.153725174569888,0.00155418529518874,1.01426039825061,0.153725174569888,0.00242038582106303,1.02173913043478,0.153725174569888,0.0122140139863247,1.01475618537026,0.153725174569888,0.00532150672975671,0.961012919202303,0.5,0.153725174569888,0.00756090384177683,0.505136337528431,0,0.962513486925198,1.01143916413886 -906,0.5,0.153725174569888,0.0,1.01855340420729,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02158100765839,0.153725174569888,0.0,1.00397050509719,0.153725174569888,0.0,1.01866829662286,0.153725174569888,0.0,0.757463085987894,0.153725174569888,0.0,0.990386581565692,0.153725174569888,0.0,0.647867410976415,0.5,0.153725174569888,0.0,0.533170318126795,0.153725174569888,0.0,0.163998065022947,0.5,0.153725174569888,0.0,0.85293846156288,0.153725174569888,0.0,0.354724801532583,0.153725174569888,0.0,0.999333254294189,0.153725174569888,0.0,1.01366842580701,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.978439027514327,0.153725174569888,0.0,0.893698516571424,0.5,0.153725174569888,0.0,0.355997386989664,0,0.982503206798886,1.01143667327755 -907,0.5,0.153725174569888,0.0,1.01910357530392,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01827871206475,0.153725174569888,0.0,1.00131245276833,0.153725174569888,0.0,0.9646458008238,0.153725174569888,0.0,0.612212151453509,0.153725174569888,0.0,0.905773140083934,0.153725174569888,0.0,0.515066437564139,0.5,0.153725174569888,0.0,0.388961347593778,0.153725174569888,0.0,0.104952670678095,0.5,0.153725174569888,0.0,0.697034562550069,0.153725174569888,0.0,0.259160372148212,0.153725174569888,0.0,1.0121399801569,0.153725174569888,0.0,1.00888959762177,0.153725174569888,0.0,1.02008605571378,0.153725174569888,0.0,0.884749338372959,0.153725174569888,0.0,0.780251701809332,0.5,0.153725174569888,0.0,0.244313151043988,0,0.998369562300004,1.01132078113772 -908,0.5,0.153725174569888,0.0,1.01869663318405,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00084450614811,0.153725174569888,0.0,0.985808729715839,0.153725174569888,0.0,0.802585865114978,0.153725174569888,0.0,0.59724597808149,0.153725174569888,0.0,0.799073589682876,0.153725174569888,0.0,0.422722212524196,0.5,0.153725174569888,0.0,0.293622365835428,0.153725174569888,0.0,0.0811764315613915,0.5,0.153725174569888,0.0,0.377453446543383,0.153725174569888,0.0,0.206170153836348,0.153725174569888,0.0,1.01196278502192,0.153725174569888,0.0,0.980900783577321,0.153725174569888,0.0,1.00844470850767,0.153725174569888,0.0,0.764216149420219,0.153725174569888,0.0,0.615399596974564,0.5,0.153725174569888,0.0,0.151535944507578,0,1.00946950880103,1.01022713787076 -909,0.5,0.153725174569888,0.0,1.01047720840373,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.927924997138948,0.153725174569888,0.0,0.944558473129508,0.153725174569888,0.0,0.643629777106595,0.153725174569888,0.0,0.612316886203272,0.153725174569888,0.0,0.747640717305095,0.153725174569888,0.0,0.300841411840152,0.5,0.153725174569888,0.0,0.283378371964582,0.153725174569888,0.0,0.0598767400071988,0.5,0.153725174569888,0.0,0.208276721222403,0.153725174569888,0.0,0.125193661776486,0.153725174569888,0.0,1.00756194802097,0.153725174569888,0.0,0.863770927198417,0.153725174569888,0.0,0.947445520067165,0.153725174569888,0.0,0.602791336791624,0.153725174569888,0.0,0.424032317112342,0.5,0.153725174569888,0.0,0.119976960636405,0,1.01028103919931,1.00600076981554 -910,0.5,0.153725174569888,0.0,0.988391048073978,0.153725174569888,0.0,1.00391095813659,0.153725174569888,0.0,0.782527586597469,0.153725174569888,0.0,0.869377723189827,0.153725174569888,0.0,0.725954176114618,0.153725174569888,0.0,0.512379207834743,0.153725174569888,0.0,0.721566575392612,0.153725174569888,0.0,0.234119934088742,0.5,0.153725174569888,0.0,0.271320213347661,0.153725174569888,0.0,0.0404771927287747,0.5,0.153725174569888,0.0,0.177789564647956,0.153725174569888,0.0,0.106861477905179,0.153725174569888,0.0,0.987065721768179,0.153725174569888,0.0,0.680352554471185,0.153725174569888,0.0,0.826233310449692,0.153725174569888,0.0,0.470836225829475,0.153725174569888,0.0,0.288438192677571,0.5,0.153725174569888,0.0,0.0901590650820999,0,1.01002699629912,0.984623239233396 -911,0.5,0.153725174569888,0.0,0.92937121780125,0.153725174569888,0.0,0.886360792595415,0.153725174569888,0.0,0.637893138280041,0.153725174569888,0.0,0.747673967118945,0.153725174569888,0.0,0.80790978541782,0.153725174569888,0.0,0.375586988632253,0.153725174569888,0.0,0.567518040041757,0.153725174569888,0.0,0.226430259592154,0.5,0.153725174569888,0.0,0.286245752416226,0.153725174569888,0.0,0.035041627016545,0.5,0.153725174569888,0.0,0.183633326437781,0.153725174569888,0.0,0.133279857614513,0.153725174569888,0.0,0.92099611732542,0.153725174569888,0.0,0.598433354639441,0.153725174569888,0.0,0.730136590189485,0.153725174569888,0.0,0.355032136576803,0.153725174569888,0.0,0.213174486850779,0.5,0.153725174569888,0.0,0.0553471415628281,0,1.00918993488337,0.949751814343902 -912,0.5,0.153725174569888,0.0,0.8540593976566,0.153725174569888,0.0,0.687582071562173,0.153725174569888,0.0,0.49277378704351,0.153725174569888,0.0,0.579727604706096,0.153725174569888,0.0,0.686499687505743,0.153725174569888,0.0,0.296796936933778,0.153725174569888,0.0,0.422534301469044,0.153725174569888,0.0,0.299649673232097,0.5,0.153725174569888,0.0,0.332666415749765,0.153725174569888,0.0,0.0379218505080568,0.5,0.153725174569888,0.0,0.203903739901248,0.153725174569888,0.0,0.158708143763966,0.153725174569888,0.0,0.817887026182628,0.153725174569888,0.0,0.654635492031484,0.153725174569888,0.0,0.758867829210496,0.153725174569888,0.0,0.33084370668519,0.153725174569888,0.0,0.205958112815587,0.5,0.153725174569888,0.0,0.038968916837902,0,1.00851732342402,0.943301648558773 -913,0.5,0.153725174569888,0.0,0.77080514847299,0.153725174569888,0.0,0.68642468191345,0.153725174569888,0.0,0.365456563656691,0.153725174569888,0.0,0.443080938328234,0.153725174569888,0.0,0.418953914736693,0.153725174569888,0.0,0.404377234634065,0.153725174569888,0.0,0.333894096433211,0.153725174569888,0.0,0.395595601154752,0.5,0.153725174569888,0.0,0.390191422574312,0.153725174569888,0.0,0.0447404784948134,0.5,0.153725174569888,0.0,0.263199791284851,0.153725174569888,0.0,0.182555787362728,0.153725174569888,0.0,0.721589936379995,0.153725174569888,0.0,0.657707703440826,0.153725174569888,0.0,0.668586856528332,0.153725174569888,0.0,0.378977215447618,0.153725174569888,0.0,0.235563558827766,0.5,0.153725174569888,0.0,0.0396968790115976,0,1.00526558830338,0.90196865711469 -914,0.5,0.153725174569888,0.0,0.640323093286439,0.153725174569888,0.0,0.861362458224631,0.153725174569888,0.0,0.274387431364384,0.153725174569888,0.0,0.351182917159821,0.153725174569888,0.0,0.396636189599116,0.153725174569888,0.0,0.55666330424411,0.153725174569888,0.0,0.374251695136352,0.153725174569888,0.0,0.450985480952205,0.5,0.153725174569888,0.0,0.433088714981865,0.153725174569888,0.0,0.0459394356706505,0.5,0.153725174569888,0.0,0.263450973656612,0.153725174569888,0.0,0.191434202547993,0.153725174569888,0.0,0.705506653555026,0.153725174569888,0.0,0.495412872158507,0.153725174569888,0.0,0.472741224719189,0.153725174569888,0.0,0.46028703705274,0.153725174569888,0.0,0.273938057860795,0.5,0.153725174569888,0.0,0.0550010900422359,0,0.987057627528129,0.837488638525607 -915,0.5,0.153725174569888,0.0,0.500939358887442,0.153725174569888,0.0,0.588466859757713,0.153725174569888,0.0,0.234078659661263,0.153725174569888,0.0,0.268853254182788,0.153725174569888,0.0,0.538214625186437,0.153725174569888,0.0,0.643802995624019,0.153725174569888,0.0,0.530350023930469,0.153725174569888,0.0,0.577229110474201,0.5,0.153725174569888,0.0,0.450156083748667,0.153725174569888,0.0,0.0357265368535417,0.5,0.153725174569888,0.0,0.19900759619794,0.153725174569888,0.0,0.189274879110698,0.153725174569888,0.0,0.661629947527454,0.153725174569888,0.0,0.448481236993933,0.153725174569888,0.0,0.314905044550701,0.153725174569888,0.0,0.513979668446895,0.153725174569888,0.0,0.246264342589439,0.5,0.153725174569888,0.0,0.0560634588192552,0,0.970066856692542,0.97011190833564 -916,0.5,0.153725174569888,0.0,0.365018161606545,0.153725174569888,0.0,0.396268090831118,0.153725174569888,0.0,0.227725727032765,0.153725174569888,0.0,0.209676977466305,0.153725174569888,0.0,0.686523402782505,0.153725174569888,0.0,0.741239466105765,0.153725174569888,0.0,0.663625214728191,0.153725174569888,0.0,0.675158749298945,0.5,0.153725174569888,0.0,0.512341691038289,0.153725174569888,0.0,0.0316399314924375,0.5,0.153725174569888,0.0,0.198255958015267,0.153725174569888,0.0,0.155752442484525,0.153725174569888,0.0,0.577975582829132,0.153725174569888,0.0,0.461276631368323,0.153725174569888,0.0,0.247599255655063,0.153725174569888,0.0,0.588172891364005,0.153725174569888,0.0,0.203333433840704,0.5,0.153725174569888,0.0,0.0398736673842688,0,0.898036847795062,1.00038727061268 -917,0.5,0.153725174569888,0.0,0.33152016442093,0.153725174569888,0.0,0.219562252626996,0.153725174569888,0.0,0.245042646598298,0.153725174569888,0.0,0.173190649090913,0.153725174569888,0.0,0.780905394852184,0.153725174569888,0.0,0.856145514761616,0.153725174569888,0.0,0.776345742756134,0.153725174569888,0.0,0.746433140671414,0.5,0.153725174569888,0.0,0.571232762564336,0.153725174569888,0.0,0.0190107829425067,0.5,0.153725174569888,0.0,0.248181839149692,0.153725174569888,0.0,0.128468194953044,0.153725174569888,0.0,0.443337524317006,0.153725174569888,0.0,0.551440019958713,0.153725174569888,0.0,0.29622098684287,0.153725174569888,0.0,0.642704773059385,0.153725174569888,0.0,0.18434737440912,0.5,0.153725174569888,0.0,0.0270040204915244,0,0.804193061472919,1.00811219979912 -918,0.5,0.153725174569888,0.0,0.312023097229234,0.153725174569888,0.0,0.233535908598731,0.153725174569888,0.0,0.267012008122465,0.153725174569888,0.0,0.150041304962801,0.153725174569888,0.0,0.841822395473845,0.153725174569888,0.0,0.918321481253928,0.153725174569888,0.0,0.844932823677408,0.153725174569888,0.0,0.79460166983338,0.5,0.153725174569888,0.0,0.610615872142181,0.153725174569888,0.0,0.0174100015497684,0.5,0.153725174569888,0.0,0.257075508335007,0.153725174569888,0.0,0.129761281808553,0.153725174569888,0.0,0.443512014626365,0.153725174569888,0.0,0.673472600799965,0.153725174569888,0.0,0.406008656901059,0.153725174569888,0.0,0.710531006520083,0.153725174569888,0.0,0.185299374891042,0.5,0.153725174569888,0.0,0.0168892472754838,0,0.868379492822904,1.0093240367279 -919,0.5,0.153725174569888,0.0,0.279455100027078,0.153725174569888,0.0,0.384635284253364,0.153725174569888,0.0,0.297759236254351,0.153725174569888,0.0,0.1444534349385,0.153725174569888,0.0,0.907668361102762,0.153725174569888,0.0,0.966903410106199,0.153725174569888,0.0,0.934440992735257,0.153725174569888,0.0,0.853599687790442,0.5,0.153725174569888,0.0,0.649378329949784,0.153725174569888,0.0,0.0328585632469041,0.5,0.153725174569888,0.0,0.23065754262784,0.153725174569888,0.0,0.144376225669473,0.153725174569888,0.0,0.553933620051969,0.153725174569888,0.0,0.771884343565416,0.153725174569888,0.0,0.467414454252033,0.153725174569888,0.0,0.786867987603107,0.153725174569888,0.0,0.191819167020114,0.5,0.153725174569888,0.0,0.0164382808404292,0,0.734312321556962,1.01029195744857 -920,0.5,0.153725174569888,0.0,0.266991696925632,0.153725174569888,0.0,0.574428953606099,0.153725174569888,0.0,0.338770918577916,0.153725174569888,0.0,0.158952693684338,0.153725174569888,0.0,0.948244802197759,0.153725174569888,0.0,1.00306500353597,0.153725174569888,0.0,0.94632775539153,0.153725174569888,0.0,0.899017092154371,0.5,0.153725174569888,0.0,0.683284475327068,0.153725174569888,0.0,0.0447589049886381,0.5,0.153725174569888,0.0,0.276080772857282,0.153725174569888,0.0,0.159826625747138,0.153725174569888,0.0,0.695881883112481,0.153725174569888,0.0,0.838854823254278,0.153725174569888,0.0,0.55360281122697,0.153725174569888,0.0,0.795417463011184,0.153725174569888,0.0,0.200229166557416,0.5,0.153725174569888,0.0,0.0263778050930456,0,0.640810349416931,1.01052016454724 -921,0.5,0.153725174569888,0.0196670483491083,0.306267071491988,0.153725174569888,0.0138008278076682,0.671913472136889,0.153725174569888,0.0472624788106466,0.404330859298893,0.153725174569888,0.0329353929125007,0.190912545163271,0.153725174569888,0.00492651256828513,0.99063808621392,0.153725174569888,0.00302506961431111,1.01998676867999,0.153725174569888,0.00700572745406371,0.989506918009625,0.153725174569888,0.0052805567173932,0.939442643501724,0.5,0.153725174569888,0.0106192949525145,0.695828831380974,0.153725174569888,0.0731052963120674,0.0450520264468351,0.5,0.153725174569888,0.0317023195818709,0.312949716668083,0.153725174569888,0.0454317371620405,0.164281672921308,0.153725174569888,0.0081343458205776,0.77584429630182,0.153725174569888,0.00613833929141838,0.891761491861496,0.153725174569888,0.0198837049914669,0.669012060384037,0.153725174569888,0.019488787162899,0.828456768929575,0.153725174569888,0.0575408064093032,0.219279961238763,0.5,0.153725174569888,0.0881833505235733,0.0359163428503848,0,0.543880216363304,1.01095365988992 -922,0.5,0.153725174569888,0.120170439566182,0.395569689193597,0.153725174569888,0.134674024885115,0.814381380951725,0.153725174569888,0.201242592236422,0.424422720316136,0.153725174569888,0.145486104519376,0.239109853543482,0.153725174569888,0.0618453480965741,1.01623497149545,0.153725174569888,0.0314216555545881,1.02173913043478,0.153725174569888,0.0693420060602848,1.01828952599279,0.153725174569888,0.0550069010189544,0.959335475473697,0.5,0.153725174569888,0.0607047718479177,0.740555421340126,0.153725174569888,0.23585706627068,0.037467009888356,0.5,0.153725174569888,0.116997950410133,0.402734255280533,0.153725174569888,0.154844346960268,0.175756264399552,0.153725174569888,0.115244264010322,0.847354487913184,0.153725174569888,0.0853905832376379,0.943573998225823,0.153725174569888,0.126381806710911,0.778259789085805,0.153725174569888,0.114131410347626,0.866845554764285,0.153725174569888,0.209514341827905,0.258722240712689,0.5,0.153725174569888,0.258069159272902,0.0483863992192793,0,0.511534570159921,1.01126346487146 -923,0.5,0.153725174569888,0.278562562855542,0.576415799567556,0.153725174569888,0.264809306503706,0.913050393957784,0.153725174569888,0.326411658097195,0.531373006550422,0.153725174569888,0.292565141945681,0.314303152085193,0.153725174569888,0.0828518244888599,1.0216798678354,0.153725174569888,0.0461097426276204,1.02070302455837,0.153725174569888,0.113715765258012,1.02140943909262,0.153725174569888,0.0894215742149472,0.969156820172808,0.5,0.153725174569888,0.0941232677460024,0.788678688713513,0.153725174569888,0.36648323727681,0.0254890524860384,0.5,0.153725174569888,0.184473954914214,0.663686622547574,0.153725174569888,0.226800744834017,0.187879126889611,0.153725174569888,0.24566138958574,0.891336044315011,0.153725174569888,0.125143525011503,0.974461056859075,0.153725174569888,0.228051076577746,0.907429429601602,0.153725174569888,0.20329592082694,0.926162888609704,0.153725174569888,0.324206113536711,0.428293316457621,0.5,0.153725174569888,0.415429809544388,0.0851025755906104,0,0.544973424716833,1.01143916413886 -924,0.5,0.153725174569888,0.418525607329852,0.699952392505206,0.153725174569888,0.340298714620862,0.964386563884209,0.153725174569888,0.389864837444394,0.724602110292826,0.153725174569888,0.438603163691396,0.44657584187296,0.153725174569888,0.0900080746796236,1.02173913043478,0.153725174569888,0.062961400971603,1.01544545605427,0.153725174569888,0.137914209249378,1.0216341242579,0.153725174569888,0.0841645288427622,0.974269490893553,0.5,0.153725174569888,0.0988186741341634,0.823699158986815,0.153725174569888,0.398749983068894,0.0263128097651986,0.5,0.153725174569888,0.212020454413712,0.759643401430042,0.153725174569888,0.252630257729447,0.265241998829163,0.153725174569888,0.266417627884755,0.931737976016888,0.153725174569888,0.105210259680453,0.988193854055708,0.153725174569888,0.232568558342611,0.95543079810026,0.153725174569888,0.238768014981935,0.949243614873287,0.153725174569888,0.372726521197724,0.609970387000053,0.5,0.153725174569888,0.513800231153131,0.197220871091924,0,0.589439337108515,1.01143916413886 -925,0.5,0.153725174569888,0.484158196173329,0.7646854866632,0.153725174569888,0.259083203986036,0.988273192301576,0.153725174569888,0.377152461478202,0.816163292922044,0.153725174569888,0.523226274142833,0.528387271702829,0.153725174569888,0.0689956899352574,1.02173913043478,0.153725174569888,0.0761213367744394,0.990013262417494,0.153725174569888,0.110661979729544,1.02019276884282,0.153725174569888,0.108581490832972,0.960975077309003,0.5,0.153725174569888,0.0999437169219101,0.893196854488937,0.153725174569888,0.372952383350232,0.0291737126356397,0.5,0.153725174569888,0.160800996037039,0.848447763517885,0.153725174569888,0.245018158950339,0.345483575584459,0.153725174569888,0.19038983294928,0.961776089803216,0.153725174569888,0.0846393402522669,0.997976527010776,0.153725174569888,0.20411847234657,0.959803274721915,0.153725174569888,0.208242571134951,0.972034105949681,0.153725174569888,0.359178578296311,0.675731250066198,0.5,0.153725174569888,0.535341832847348,0.209884978689428,0,0.671443555814936,1.01143243526241 -926,0.5,0.153725174569888,0.438119276989714,0.791379042742071,0.153725174569888,0.11427752377845,0.966192238950486,0.153725174569888,0.299953366604112,0.88080457630109,0.153725174569888,0.480760873440829,0.602537307651503,0.153725174569888,0.0586333023519151,1.0205629212769,0.153725174569888,0.0745304240718628,0.952847345964251,0.153725174569888,0.084091566022615,1.00283014308266,0.153725174569888,0.110020026271639,0.936018627205651,0.5,0.153725174569888,0.0885416635330819,0.920389642353362,0.153725174569888,0.305324941077016,0.0222848858355024,0.5,0.153725174569888,0.118223132640555,0.700090970045337,0.153725174569888,0.202120582807693,0.367079749115746,0.153725174569888,0.098151395823567,0.979891456628628,0.153725174569888,0.0659799366995763,0.997683452609427,0.153725174569888,0.144052550902164,0.952765390845939,0.153725174569888,0.118181489082784,0.998288436948994,0.153725174569888,0.302033250611477,0.6528164019639,0.5,0.153725174569888,0.468673114036333,0.15029421460263,0,0.710087786538336,1.01119857445405 -927,0.5,0.153725174569888,0.312360395143799,0.767964221882431,0.153725174569888,0.0733793155894071,0.932821936429786,0.153725174569888,0.189329042237187,0.844788731574182,0.153725174569888,0.344614183832152,0.541313288938941,0.153725174569888,0.0552666294264207,1.00727904065316,0.153725174569888,0.0888583375415725,0.962250358177812,0.153725174569888,0.073521093642728,0.940548886372435,0.153725174569888,0.0768433686101347,0.894753286969113,0.5,0.153725174569888,0.0702603824446167,0.90277356597144,0.153725174569888,0.254093989574076,0.015249230704892,0.5,0.153725174569888,0.0846146075380003,0.712981877324802,0.153725174569888,0.142272003439463,0.356114129011683,0.153725174569888,0.0515934418166492,0.984828907982767,0.153725174569888,0.0478904428328867,0.988239128421966,0.153725174569888,0.0813546170731509,0.962644305932279,0.153725174569888,0.075013065351309,1.00506395074386,0.153725174569888,0.206345483777104,0.577034579821012,0.5,0.153725174569888,0.308141266146772,0.0813126288858389,0,0.793182487658518,1.01129402559979 -928,0.5,0.153725174569888,0.164783811634668,0.737000372939401,0.153725174569888,0.0154709362175186,0.800415455048689,0.153725174569888,0.0955693102354565,0.784933077876758,0.153725174569888,0.165409879452944,0.445811396285612,0.153725174569888,0.0460360089787089,0.977745782430979,0.153725174569888,0.0486807525622318,0.942609980286252,0.153725174569888,0.0753949486190596,0.938393990919947,0.153725174569888,0.0572004691003109,0.856097455525267,0.5,0.153725174569888,0.0449733821309793,0.900907386602481,0.153725174569888,0.151136663080602,0.00974707174182065,0.5,0.153725174569888,0.0450772937194614,0.842551141218846,0.153725174569888,0.0869513797548025,0.395037872677005,0.153725174569888,0.01877243870965,0.961543434999384,0.153725174569888,0.0313027622789651,0.933467591526485,0.153725174569888,0.0326680658761747,0.88977655512039,0.153725174569888,0.0349774646006774,0.984176449349365,0.153725174569888,0.0982116800152585,0.52038904540859,0.5,0.153725174569888,0.155964270286681,0.0226185481747467,0,0.868097216085546,1.01098075155729 -929,0.5,0.153725174569888,9.39688158019864e-05,0.705772425485491,0.153725174569888,0.0,0.55707933712595,0.153725174569888,0.00343614621814625,0.697675532132898,0.153725174569888,0.0,0.3808126334661,0.153725174569888,0.0143189364484701,0.906945292218046,0.153725174569888,0.0152557300783124,0.882461507814344,0.153725174569888,0.0209981119824101,0.84229655177069,0.153725174569888,0.0214446678923586,0.822680640309384,0.5,0.153725174569888,0.0146293692674293,0.870022664270699,0.153725174569888,0.0555315369031426,0.0118990951683001,0.5,0.153725174569888,0.010768493493524,0.955195446435191,0.153725174569888,0.0282530450077657,0.355623585800472,0.153725174569888,0.00013208270941966,0.860692410903933,0.153725174569888,0.00846098387828164,0.859696418502871,0.153725174569888,0.00659160826091134,0.731365155099541,0.153725174569888,0.00955627211102992,0.918127614087622,0.153725174569888,0.0153464533551209,0.529177720780562,0.5,0.153725174569888,0.0278773691679917,0.00630776475020862,0,0.886634864871514,1.00994213502011 -930,0.5,0.153725174569888,0.0,0.663172271374966,0.153725174569888,0.0,0.48400549934041,0.153725174569888,0.0,0.604679199853659,0.153725174569888,0.0,0.364327503606985,0.153725174569888,0.0,0.793087757289914,0.153725174569888,0.0,0.83867092302933,0.153725174569888,0.0,0.778509001192001,0.153725174569888,0.0,0.741027185164719,0.5,0.153725174569888,0.0,0.834313172940153,0.153725174569888,0.0,0.0212517972019025,0.5,0.153725174569888,0.0,0.870313453935934,0.153725174569888,0.0,0.346850107569938,0.153725174569888,0.0,0.766834698130273,0.153725174569888,0.0,0.768778104350745,0.153725174569888,0.0,0.594008606993673,0.153725174569888,0.0,0.857966898543367,0.153725174569888,0.0,0.512517194819838,0.5,0.153725174569888,0.0,0.00527799762435788,0,0.819770336337884,1.01005624105477 -931,0.5,0.153725174569888,0.0,0.599855282578731,0.153725174569888,0.0,0.357428627227545,0.153725174569888,0.0,0.546076897917585,0.153725174569888,0.0,0.387645100576539,0.153725174569888,0.0,0.820798519745302,0.153725174569888,0.0,0.838451351375386,0.153725174569888,0.0,0.811274121812184,0.153725174569888,0.0,0.724959552131611,0.5,0.153725174569888,0.0,0.816453384818058,0.153725174569888,0.0,0.041740308124416,0.5,0.153725174569888,0.0,0.718232817487785,0.153725174569888,0.0,0.387360851836513,0.153725174569888,0.0,0.718478867352817,0.153725174569888,0.0,0.668570232739137,0.153725174569888,0.0,0.559911956590188,0.153725174569888,0.0,0.824918548420792,0.153725174569888,0.0,0.472438668279026,0.5,0.153725174569888,0.0,0.0105402519703419,0,0.718716265956228,1.00945737219471 -932,0.5,0.153725174569888,0.0,0.526256957319907,0.153725174569888,0.0,0.338589691668267,0.153725174569888,0.0,0.487043690283998,0.153725174569888,0.0,0.398103391353867,0.153725174569888,0.0,0.896198881253027,0.153725174569888,0.0,0.799766641755336,0.153725174569888,0.0,0.81679105010665,0.153725174569888,0.0,0.691183267572311,0.5,0.153725174569888,0.0,0.798421122675076,0.153725174569888,0.0,0.0869846196562603,0.5,0.153725174569888,0.0,0.546271394998154,0.153725174569888,0.0,0.396340441484839,0.153725174569888,0.0,0.570683469180494,0.153725174569888,0.0,0.670160872128782,0.153725174569888,0.0,0.584772704797972,0.153725174569888,0.0,0.761653279155514,0.153725174569888,0.0,0.400215737635773,0.5,0.153725174569888,0.0,0.0149619558388016,0,0.602949439340678,1.01029816667623 -933,0.5,0.153725174569888,0.0,0.455777285218387,0.153725174569888,0.0,0.364491286020033,0.153725174569888,0.0,0.356750645677085,0.153725174569888,0.0,0.358713465683214,0.153725174569888,0.0,0.898764675817369,0.153725174569888,0.0,0.744439310963536,0.153725174569888,0.0,0.836825272008737,0.153725174569888,0.0,0.670161597008105,0.5,0.153725174569888,0.0,0.817612961059024,0.153725174569888,0.0,0.136811175668105,0.5,0.153725174569888,0.0,0.519963655933618,0.153725174569888,0.0,0.384625755215792,0.153725174569888,0.0,0.531497096274464,0.153725174569888,0.0,0.738361974784446,0.153725174569888,0.0,0.596294857421852,0.153725174569888,0.0,0.845907554300869,0.153725174569888,0.0,0.372199738866649,0.5,0.153725174569888,0.0,0.0867271450844082,0,0.513821424908954,1.00974573153896 -934,0.5,0.153725174569888,0.0,0.393922994578627,0.153725174569888,0.0,0.472524594896774,0.153725174569888,0.0,0.365558411859475,0.153725174569888,0.0,0.293411026067872,0.153725174569888,0.0,0.882999496327984,0.153725174569888,0.0,0.775693411293196,0.153725174569888,0.0,0.796801310004084,0.153725174569888,0.0,0.759967733604855,0.5,0.153725174569888,0.0,0.84411869530282,0.153725174569888,0.0,0.129101130198101,0.5,0.153725174569888,0.0,0.465865056279471,0.153725174569888,0.0,0.428794877983639,0.153725174569888,0.0,0.586360017983231,0.153725174569888,0.0,0.766638910218622,0.153725174569888,0.0,0.614080858108351,0.153725174569888,0.0,0.860414156903823,0.153725174569888,0.0,0.328186068748494,0.5,0.153725174569888,0.0,0.148832515755344,0,0.42067297738561,1.00946413843947 -935,0.5,0.153725174569888,0.0,0.337274495298996,0.153725174569888,0.0,0.562574173690913,0.153725174569888,0.0,0.428751212769767,0.153725174569888,0.0,0.265365276840665,0.153725174569888,0.0,0.872679374602097,0.153725174569888,0.0,0.895305111988804,0.153725174569888,0.0,0.773455067677879,0.153725174569888,0.0,0.861409377793135,0.5,0.153725174569888,0.0,0.893519545512334,0.153725174569888,0.0,0.129460399932335,0.5,0.153725174569888,0.0,0.454959714908104,0.153725174569888,0.0,0.463592304725883,0.153725174569888,0.0,0.642642426147022,0.153725174569888,0.0,0.763072848320127,0.153725174569888,0.0,0.621762679202418,0.153725174569888,0.0,0.850837231871051,0.153725174569888,0.0,0.301843852792072,0.5,0.153725174569888,0.0,0.123093481429153,0,0.342720601301781,1.01019875298099 -936,0.5,0.153725174569888,0.0,0.299207625587442,0.153725174569888,0.0,0.46187313245635,0.153725174569888,0.0,0.487049120390348,0.153725174569888,0.0,0.260996073727314,0.153725174569888,0.0,0.912745649219993,0.153725174569888,0.0,0.938865137832726,0.153725174569888,0.0,0.78696188004716,0.153725174569888,0.0,0.895699619675042,0.5,0.153725174569888,0.0,0.936922628283655,0.153725174569888,0.0,0.141987316089456,0.5,0.153725174569888,0.0,0.590542540993509,0.153725174569888,0.0,0.536228056199931,0.153725174569888,0.0,0.623683002101427,0.153725174569888,0.0,0.751037878336719,0.153725174569888,0.0,0.61518635552705,0.153725174569888,0.0,0.85885669726559,0.153725174569888,0.0,0.337711001609031,0.5,0.153725174569888,0.0,0.0931886228404763,0,0.284766961855404,1.01055557004123 -937,0.5,0.153725174569888,0.0,0.279240287535027,0.153725174569888,0.0,0.399368122786239,0.153725174569888,0.0,0.501329830646893,0.153725174569888,0.0,0.264805871729414,0.153725174569888,0.0,0.963109412418142,0.153725174569888,0.0,0.979179210790818,0.153725174569888,0.0,0.83907090062019,0.153725174569888,0.0,0.938229368118924,0.5,0.153725174569888,0.0,0.967007237951759,0.153725174569888,0.0,0.197289917631212,0.5,0.153725174569888,0.0,0.619997428090044,0.153725174569888,0.0,0.502390464571463,0.153725174569888,0.0,0.589703367111519,0.153725174569888,0.0,0.795861217233159,0.153725174569888,0.0,0.631714010730408,0.153725174569888,0.0,0.902738687903478,0.153725174569888,0.0,0.420630976230947,0.5,0.153725174569888,0.0,0.0919448798180017,0,0.281673927049808,1.01083501631913 -938,0.5,0.153725174569888,0.0,0.288110038549757,0.153725174569888,0.0,0.467887278791571,0.153725174569888,0.0,0.545880150830653,0.153725174569888,0.0,0.257052644407568,0.153725174569888,0.0,0.993786575470528,0.153725174569888,0.0,1.00691006199372,0.153725174569888,0.0,0.900008369607955,0.153725174569888,0.0,0.955814319611514,0.5,0.153725174569888,0.0,0.938949879197132,0.153725174569888,0.0,0.0984112814040804,0.5,0.153725174569888,0.0,0.676985121439583,0.153725174569888,0.0,0.429882922040161,0.153725174569888,0.0,0.619399586983639,0.153725174569888,0.0,0.859156270120009,0.153725174569888,0.0,0.710646579450218,0.153725174569888,0.0,0.922840957030262,0.153725174569888,0.0,0.47170963360085,0.5,0.153725174569888,0.0,0.102988760464387,0,0.322116578114371,1.0108226615871 -939,0.5,0.153725174569888,0.0,0.350963204280524,0.153725174569888,0.0,0.615138721026711,0.153725174569888,0.0,0.695413875118555,0.153725174569888,0.0,0.247466243669118,0.153725174569888,0.0,1.01670113936949,0.153725174569888,0.0,1.00061361440332,0.153725174569888,0.0,0.953573499223465,0.153725174569888,0.0,0.928032624082459,0.5,0.153725174569888,0.0,0.893529265972734,0.153725174569888,0.0,0.0723974618491841,0.5,0.153725174569888,0.0,0.749862298673747,0.153725174569888,0.0,0.382546352042822,0.153725174569888,0.0,0.692542393025099,0.153725174569888,0.0,0.900174093686074,0.153725174569888,0.0,0.78532843283014,0.153725174569888,0.0,0.925185094359078,0.153725174569888,0.0,0.527368353848211,0.5,0.153725174569888,0.0,0.0971617782610632,0,0.382475079970691,1.01106491542645 -940,0.5,0.153725174569888,0.0,0.43280227094694,0.153725174569888,0.0,0.749223420106085,0.153725174569888,0.0,0.781763523159217,0.153725174569888,0.0,0.263461094940599,0.153725174569888,0.0,1.02165768925679,0.153725174569888,0.0,0.980541186240981,0.153725174569888,0.0,0.970458773058358,0.153725174569888,0.0,0.850314629911675,0.5,0.153725174569888,0.0,0.860974159634422,0.153725174569888,0.0,0.0693299762170598,0.5,0.153725174569888,0.0,0.488356303084072,0.153725174569888,0.0,0.334610928023217,0.153725174569888,0.0,0.763078869635179,0.153725174569888,0.0,0.934519519766067,0.153725174569888,0.0,0.840278732867012,0.153725174569888,0.0,0.911271828864843,0.153725174569888,0.0,0.456068545011177,0.5,0.153725174569888,0.0,0.072053573624756,0,0.526195902066144,1.01127489500652 -941,0.5,0.153725174569888,0.0,0.469035102015818,0.153725174569888,0.0,0.847873923235516,0.153725174569888,0.0,0.794569000910901,0.153725174569888,0.0,0.313269502069539,0.153725174569888,0.0,1.02170329530649,0.153725174569888,0.0,0.913493382154726,0.153725174569888,0.0,0.967429681871649,0.153725174569888,0.0,0.725360187086628,0.5,0.153725174569888,0.0,0.818830437015104,0.153725174569888,0.0,0.0956367227533162,0.5,0.153725174569888,0.0,0.481872345948902,0.153725174569888,0.0,0.290650145282616,0.153725174569888,0.0,0.811012475639136,0.153725174569888,0.0,0.958061543889152,0.153725174569888,0.0,0.875205273940192,0.153725174569888,0.0,0.867551042009872,0.153725174569888,0.0,0.412069914196859,0.5,0.153725174569888,0.0,0.0729731532627923,0,0.664763322459357,1.01133060698962 -942,0.5,0.153725174569888,0.0,0.463240856723092,0.153725174569888,0.0,0.905623576627287,0.153725174569888,0.0,0.875333097043512,0.153725174569888,0.0,0.36741083399218,0.153725174569888,0.0,1.01757570010218,0.153725174569888,0.0,0.808374427450838,0.153725174569888,0.0,0.908553074507665,0.153725174569888,0.0,0.650674333743216,0.5,0.153725174569888,0.0,0.81325917682035,0.153725174569888,0.0,0.0597029117189515,0.5,0.153725174569888,0.0,0.494109562441331,0.153725174569888,0.0,0.383666147923553,0.153725174569888,0.0,0.879923206814431,0.153725174569888,0.0,0.965492487452946,0.153725174569888,0.0,0.88404248140845,0.153725174569888,0.0,0.824778688722292,0.153725174569888,0.0,0.375026335508232,0.5,0.153725174569888,0.0,0.0641573011205956,0,0.648781514900652,1.01143916413886 -943,0.5,0.153725174569888,0.0,0.477028272145619,0.153725174569888,0.0,0.913113787665046,0.153725174569888,0.0,0.810081125211121,0.153725174569888,0.0,0.427420955044519,0.153725174569888,0.0,0.991601362703598,0.153725174569888,0.0,0.735965308583674,0.153725174569888,0.0,0.82815832808703,0.153725174569888,0.0,0.693992269059571,0.5,0.153725174569888,0.0,0.866730720651262,0.153725174569888,0.0,0.0492409687251992,0.5,0.153725174569888,0.0,0.48958806754637,0.153725174569888,0.0,0.455156399377688,0.153725174569888,0.0,0.903431228454035,0.153725174569888,0.0,0.968146471982141,0.153725174569888,0.0,0.871898707974368,0.153725174569888,0.0,0.799062971081784,0.153725174569888,0.0,0.333881207145923,0.5,0.153725174569888,0.0,0.0319930534880301,0,0.669186518776589,1.01143916413886 -944,0.5,0.153725174569888,0.0,0.465566875006586,0.153725174569888,0.0,0.921931702810879,0.153725174569888,0.0,0.69234354258955,0.153725174569888,0.0,0.404416898745586,0.153725174569888,0.0,0.941287047433049,0.153725174569888,0.0,0.783566344746381,0.153725174569888,0.0,0.814154308081077,0.153725174569888,0.0,0.785060205065084,0.5,0.153725174569888,0.0,0.869046709592891,0.153725174569888,0.0,0.126601994808558,0.5,0.153725174569888,0.0,0.62000475975761,0.153725174569888,0.0,0.532759813130004,0.153725174569888,0.0,0.914575645435808,0.153725174569888,0.0,0.956572678992991,0.153725174569888,0.0,0.800029381740912,0.153725174569888,0.0,0.876140810785937,0.153725174569888,0.0,0.393850897884802,0.5,0.153725174569888,0.0,0.0364283013807941,0,0.657180263322781,1.01142951968156 -945,0.5,0.153725174569888,0.00656802086728193,0.46538820949055,0.153725174569888,0.0027390938969549,0.881101827523935,0.153725174569888,0.0185306862510276,0.642626147357284,0.153725174569888,0.027553348182019,0.32730381874971,0.153725174569888,0.00456472758467815,0.907374549488856,0.153725174569888,0.0024348487157718,0.891777735615293,0.153725174569888,0.00733585892918239,0.861024325838408,0.153725174569888,0.00515382285927579,0.849575356902442,0.5,0.153725174569888,0.00815524394789648,0.892484499169388,0.153725174569888,0.0493840463476162,0.324585431420878,0.5,0.153725174569888,0.0248598359921678,0.752455115382853,0.153725174569888,0.0315119169371564,0.601104222473322,0.153725174569888,0.00117560169210877,0.916937627198758,0.153725174569888,0.00307473081437354,0.915899094848172,0.153725174569888,0.0102883894757024,0.693474469426408,0.153725174569888,0.00771271956389793,0.927863192249874,0.153725174569888,0.0340644896999983,0.525222405337506,0.5,0.153725174569888,0.0307430938672727,0.0536007891398853,0,0.728093557984511,1.01129901430466 -946,0.5,0.153725174569888,0.0399781197628986,0.500873306317663,0.153725174569888,0.0376650291775321,0.760075743754866,0.153725174569888,0.0798015814469013,0.789386689188326,0.153725174569888,0.114609671634733,0.326727379705344,0.153725174569888,0.0322189608640817,0.944683365869646,0.153725174569888,0.0260999232197455,0.971346619163741,0.153725174569888,0.0611961178806912,0.944653293775734,0.153725174569888,0.0474803945929324,0.883213237425191,0.5,0.153725174569888,0.0373942492589551,0.932155984932664,0.153725174569888,0.167128602968398,0.643300794196101,0.5,0.153725174569888,0.0770107197086543,1.00287128040652,0.153725174569888,0.101020887222506,0.697846127580206,0.153725174569888,0.0159271116185873,0.913785303449071,0.153725174569888,0.0322623773760321,0.895026436611716,0.153725174569888,0.0906054440697327,0.707314007642912,0.153725174569888,0.0513392700710695,0.966107473238684,0.153725174569888,0.108699186094975,0.685799205800563,0.5,0.153725174569888,0.122674429901564,0.124846051270587,0,0.793890634489424,0.201556182591874 -947,0.5,0.153725174569888,0.0909641267569388,0.569116947287452,0.153725174569888,0.0824856925481371,0.813346394603148,0.153725174569888,0.154834761195823,0.900170641765032,0.153725174569888,0.259203434948261,0.488355692894222,0.153725174569888,0.0475589250526381,0.994653011789522,0.153725174569888,0.0520977261929443,0.999017323518973,0.153725174569888,0.0925707668928567,0.981188307143654,0.153725174569888,0.10907938091845,0.942819592782172,0.5,0.153725174569888,0.0965165967186125,0.985710289033024,0.153725174569888,0.274501440736448,0.874599979833389,0.5,0.153725174569888,0.0841411589499351,1.00631073853682,0.153725174569888,0.154756156393688,0.895563044026757,0.153725174569888,0.0510560024359572,0.900693558918116,0.153725174569888,0.0606480468935819,0.912754739845517,0.153725174569888,0.139671378491366,0.850055899885238,0.153725174569888,0.0779620908918762,0.969300602586169,0.153725174569888,0.145423011995937,0.850331566854121,0.5,0.153725174569888,0.206066645402983,0.477822097214574,0,0.69789903294637,1.01131143371251 -948,0.5,0.153725174569888,0.147980277058853,0.620312510477173,0.153725174569888,0.0779913309462011,0.898506216700758,0.153725174569888,0.28307447060152,0.934083391641506,0.153725174569888,0.342740389021267,0.639071175352948,0.153725174569888,0.072301363151533,1.0113950799698,0.153725174569888,0.0862038018160833,1.02112201572059,0.153725174569888,0.0783516685159804,0.985275096285989,0.153725174569888,0.12252079344439,0.980793546635566,0.5,0.153725174569888,0.151492230152272,1.01680519590388,0.153725174569888,0.311906581258572,0.948869091056811,0.5,0.153725174569888,0.124605570489954,0.972588839975471,0.153725174569888,0.183850050748066,0.912540525508537,0.153725174569888,0.0546940970012906,0.897446480807315,0.153725174569888,0.0749067125443832,0.956992524163703,0.153725174569888,0.172801221896657,0.949053836793853,0.153725174569888,0.0849376600931804,0.966762521697084,0.153725174569888,0.160968201400302,0.889066461697499,0.5,0.153725174569888,0.171230621662045,0.637049327616574,0,0.757799560936587,1.01138606477327 -949,0.5,0.153725174569888,0.177244847393391,0.637966645219552,0.153725174569888,0.120852769322321,0.89806030585189,0.153725174569888,0.280563504721625,0.97328605305867,0.153725174569888,0.396980077709386,0.638407604124393,0.153725174569888,0.0869383127361831,1.02173913043478,0.153725174569888,0.117878041120861,1.02173913043478,0.153725174569888,0.143722010482703,1.00241086092896,0.153725174569888,0.130944468258781,1.00773068179914,0.5,0.153725174569888,0.142729639819927,1.01611777855695,0.153725174569888,0.198767294901176,0.906613354441631,0.5,0.153725174569888,0.318563363372888,1.01665307585883,0.153725174569888,0.263934422204391,0.944389446599907,0.153725174569888,0.0504256186691055,0.909001972241316,0.153725174569888,0.107332881984614,0.968667774505868,0.153725174569888,0.138992523418241,0.915907891932861,0.153725174569888,0.123084097378574,0.998643345867442,0.153725174569888,0.168425784244775,0.886568106043897,0.5,0.153725174569888,0.172261008624776,0.623625612055583,0,0.754329631551863,1.01143916413886 -950,0.5,0.153725174569888,0.165634424010089,0.66544048742306,0.153725174569888,0.220291325852973,0.934817562160033,0.153725174569888,0.118409906929051,0.975809421641644,0.153725174569888,0.384751784290213,0.641946490082498,0.153725174569888,0.155394075036964,1.02173913043478,0.153725174569888,0.118928506831764,1.02173445086706,0.153725174569888,0.154887981661327,1.02046688014323,0.153725174569888,0.119925502544693,1.01391961034135,0.5,0.153725174569888,0.145079162405685,0.991661684472336,0.153725174569888,0.16343880755959,0.855766934299761,0.5,0.153725174569888,0.374673090548534,1.02017195193572,0.153725174569888,0.381668633017491,0.949019987433779,0.153725174569888,0.0608133606200467,0.92197642656243,0.153725174569888,0.179581551449273,0.98686467547618,0.153725174569888,0.115219150517698,0.903860627867281,0.153725174569888,0.11355260599249,1.00404912345237,0.153725174569888,0.158473082121228,0.838833550824142,0.5,0.153725174569888,0.0991441664184963,0.539895153846683,0,0.804084028628829,1.01143916413886 -951,0.5,0.153725174569888,0.135498417844112,0.619973239546909,0.153725174569888,0.0355031150214314,0.875959417319287,0.153725174569888,0.117356211361931,0.974421081585524,0.153725174569888,0.25229570722224,0.636389958135867,0.153725174569888,0.080626651740745,1.01988715742542,0.153725174569888,0.139664203862955,0.99893696580416,0.153725174569888,0.0889338239680676,1.01604995288238,0.153725174569888,0.113754841435943,0.947735275903262,0.5,0.153725174569888,0.100823474511445,0.948835939315781,0.153725174569888,0.193966714108329,0.77079191177618,0.5,0.153725174569888,0.367806597345847,0.998134826447402,0.153725174569888,0.377978101246061,0.878057515430743,0.153725174569888,0.0660767412710608,0.92903743675571,0.153725174569888,0.110682658700076,0.988916966942769,0.153725174569888,0.105888563786674,0.940714497066407,0.153725174569888,0.0905439848841844,0.990391958971887,0.153725174569888,0.184312390800445,0.785010141586547,0.5,0.153725174569888,0.0712786798333936,0.436029636490028,0,0.742939648066627,1.01134265149758 -952,0.5,0.153725174569888,0.110731909490212,0.55090508605691,0.153725174569888,0.0435630883718518,0.885643190247925,0.153725174569888,0.106919098426966,1.00144164563062,0.153725174569888,0.132232119656587,0.626762613501436,0.153725174569888,0.11699784390005,1.02121332099133,0.153725174569888,0.0850161047368122,0.967978910699298,0.153725174569888,0.0816328884654367,1.00420308731004,0.153725174569888,0.158172832455764,0.917726936542861,0.5,0.153725174569888,0.147394176702988,0.932830031620135,0.153725174569888,0.161917112259566,0.617122024825681,0.5,0.153725174569888,0.251963122686789,0.858953908571596,0.153725174569888,0.262585981007241,0.727396430845478,0.153725174569888,0.0782650737597387,0.944012017700506,0.153725174569888,0.0602099816388381,0.9578227611154,0.153725174569888,0.0779372466308011,0.945072355486145,0.153725174569888,0.0436215693931016,0.947406826828502,0.153725174569888,0.127652201550065,0.688269764300609,0.5,0.153725174569888,0.0611682757213361,0.360570410575622,0,0.520709417209057,1.01131707877073 -953,0.5,0.153725174569888,0.0,0.524422335159453,0.153725174569888,0.0,0.873606261802948,0.153725174569888,0.00877338062892471,0.906680555988952,0.153725174569888,0.0,0.621156452768354,0.153725174569888,0.0338185180442883,0.992957082658827,0.153725174569888,0.0763910839324732,0.906635392229634,0.153725174569888,0.0177462500325726,0.957596496710501,0.153725174569888,0.0798390928446342,0.807462653320634,0.5,0.153725174569888,0.0606982823783763,0.880849835667112,0.153725174569888,0.0644425930462368,0.338258385911911,0.5,0.153725174569888,0.0560372947007141,0.678926387921631,0.153725174569888,0.0817608513788604,0.580119555964689,0.153725174569888,0.0,0.858363479635834,0.153725174569888,0.0337034824178279,0.927441782176318,0.153725174569888,0.0155796752132272,0.84723757744468,0.153725174569888,0.00786039799540383,0.896419835256061,0.153725174569888,0.0280930030422804,0.507869584587874,0.5,0.153725174569888,0.0194070066296868,0.257996273752061,0,0.347162379057442,1.01129770054458 -954,0.5,0.153725174569888,0.0,0.49197581036446,0.153725174569888,0.0,0.860358641941534,0.153725174569888,0.0,0.670896571855265,0.153725174569888,0.0,0.532580193466827,0.153725174569888,0.0,0.951012286022531,0.153725174569888,0.0,0.867065046834378,0.153725174569888,0.0,0.879837116749738,0.153725174569888,0.0,0.657005905841353,0.5,0.153725174569888,0.0,0.689785631698907,0.153725174569888,0.0,0.193254454346603,0.5,0.153725174569888,0.0,0.415859495318492,0.153725174569888,0.0,0.434571455777219,0.153725174569888,0.0,0.819458583268028,0.153725174569888,0.0,0.931774007259928,0.153725174569888,0.0,0.817605122635182,0.153725174569888,0.0,0.824551650270691,0.153725174569888,0.0,0.351312714316845,0.5,0.153725174569888,0.0,0.182073469582725,0,0.359108004049072,1.01090551874318 -955,0.5,0.153725174569888,0.0,0.485686610971994,0.153725174569888,0.0,0.932386205876731,0.153725174569888,0.0,0.829126430132147,0.153725174569888,0.0,0.459552426043911,0.153725174569888,0.0,0.994499458651026,0.153725174569888,0.0,0.867438798097467,0.153725174569888,0.0,0.843900394258009,0.153725174569888,0.0,0.60340489929555,0.5,0.153725174569888,0.0,0.653910580109238,0.153725174569888,0.0,0.133265541143129,0.5,0.153725174569888,0.0,0.365031024121116,0.153725174569888,0.0,0.437360803148623,0.153725174569888,0.0,0.906369109819628,0.153725174569888,0.0,0.885234608798013,0.153725174569888,0.0,0.848702195774398,0.153725174569888,0.0,0.77069421307891,0.153725174569888,0.0,0.2971495092438,0.5,0.153725174569888,0.0,0.11952137986889,0,0.473058720766495,1.0027449043387 -956,0.5,0.153725174569888,0.0,0.503108806271911,0.153725174569888,0.0,0.856007215885534,0.153725174569888,0.0,0.826821687271851,0.153725174569888,0.0,0.514662947093957,0.153725174569888,0.0,1.01722855374864,0.153725174569888,0.0,0.91633922727979,0.153725174569888,0.0,0.864749634488402,0.153725174569888,0.0,0.527431011631598,0.5,0.153725174569888,0.0,0.654489715329796,0.153725174569888,0.0,0.140213514769521,0.5,0.153725174569888,0.0,0.366380365734468,0.153725174569888,0.0,0.399425134162778,0.153725174569888,0.0,0.869512852271006,0.153725174569888,0.0,0.91511379580315,0.153725174569888,0.0,0.78621105112804,0.153725174569888,0.0,0.75261970402316,0.153725174569888,0.0,0.297033329888594,0.5,0.153725174569888,0.0,0.0906397170523793,0,0.419008814039278,0.981964957834388 -957,0.5,0.153725174569888,0.0,0.576015688653238,0.153725174569888,0.0,0.836339871700627,0.153725174569888,0.0,0.684523559183629,0.153725174569888,0.0,0.55369044208817,0.153725174569888,0.0,1.02075302521254,0.153725174569888,0.0,0.911938014154261,0.153725174569888,0.0,0.890536162375079,0.153725174569888,0.0,0.448748306985268,0.5,0.153725174569888,0.0,0.696229640799362,0.153725174569888,0.0,0.114748587758432,0.5,0.153725174569888,0.0,0.410055464182724,0.153725174569888,0.0,0.294908810957377,0.153725174569888,0.0,0.83644026872391,0.153725174569888,0.0,0.951987538434258,0.153725174569888,0.0,0.780922953704156,0.153725174569888,0.0,0.746968413824547,0.153725174569888,0.0,0.289373682293207,0.5,0.153725174569888,0.0,0.083058195401566,0,0.815080275279625,0.998398796588849 -958,0.5,0.153725174569888,0.0,0.561453260126329,0.153725174569888,0.0,0.922881660892794,0.153725174569888,0.0,0.591351636629271,0.153725174569888,0.0,0.464088110222984,0.153725174569888,0.0,1.02168143583043,0.153725174569888,0.0,0.859144126506255,0.153725174569888,0.0,0.897784332879363,0.153725174569888,0.0,0.345426875675801,0.5,0.153725174569888,0.0,0.537156532246703,0.153725174569888,0.0,0.079923627522414,0.5,0.153725174569888,0.0,0.407857726136312,0.153725174569888,0.0,0.184715977605434,0.153725174569888,0.0,0.864426636985654,0.153725174569888,0.0,0.976296667820827,0.153725174569888,0.0,0.827139508272172,0.153725174569888,0.0,0.637247587468295,0.153725174569888,0.0,0.282195617956087,0.5,0.153725174569888,0.0,0.0680766032201948,0,0.727543169926423,1.01028832960374 -959,0.5,0.153725174569888,0.0,0.489353767627822,0.153725174569888,0.0,0.996167219668087,0.153725174569888,0.0,0.532268362080214,0.153725174569888,0.0,0.338644580299185,0.153725174569888,0.0,1.01771847926799,0.153725174569888,0.0,0.749808399562097,0.153725174569888,0.0,0.827020931533995,0.153725174569888,0.0,0.17440951578542,0.5,0.153725174569888,0.0,0.356187105627147,0.153725174569888,0.0,0.0751471423549317,0.5,0.153725174569888,0.0,0.336762396302855,0.153725174569888,0.0,0.121958869240636,0.153725174569888,0.0,0.925944768330425,0.153725174569888,0.0,0.976431849616014,0.153725174569888,0.0,0.84516654341044,0.153725174569888,0.0,0.488820661708434,0.153725174569888,0.0,0.255686773671277,0.5,0.153725174569888,0.0,0.0527562121860378,0,0.703324714292352,1.0110828901702 -960,0.5,0.153725174569888,0.0,0.44966086747632,0.153725174569888,0.0,1.00840046988639,0.153725174569888,0.0,0.418604680778448,0.153725174569888,0.0,0.239712973826883,0.153725174569888,0.0,0.985839344820875,0.153725174569888,0.0,0.553929020078975,0.153725174569888,0.0,0.617100956169234,0.153725174569888,0.0,0.0975227980350356,0.5,0.153725174569888,0.0,0.22601993008467,0.153725174569888,0.0,0.0737797493018617,0.5,0.153725174569888,0.0,0.222499734197022,0.153725174569888,0.0,0.0794762617765709,0.153725174569888,0.0,0.934514637524407,0.153725174569888,0.0,0.962278982362851,0.153725174569888,0.0,0.822071356866794,0.153725174569888,0.0,0.372276382876556,0.153725174569888,0.0,0.223428746217759,0.5,0.153725174569888,0.0,0.0634007896802575,0,0.60673012578467,1.01090180038356 -961,0.5,0.153725174569888,0.0,0.456836735875208,0.153725174569888,0.0,0.962535464005114,0.153725174569888,0.0,0.374516639446368,0.153725174569888,0.0,0.245156814631505,0.153725174569888,0.0,0.845334168690602,0.153725174569888,0.0,0.424928974365197,0.153725174569888,0.0,0.348126627062958,0.153725174569888,0.0,0.0996467903194273,0.5,0.153725174569888,0.0,0.171526380647112,0.153725174569888,0.0,0.0457486681987617,0.5,0.153725174569888,0.0,0.113739992805401,0.153725174569888,0.0,0.0559336049272505,0.153725174569888,0.0,0.905339883249695,0.153725174569888,0.0,0.935582961298277,0.153725174569888,0.0,0.75526955512607,0.153725174569888,0.0,0.284468699453868,0.153725174569888,0.0,0.178341967291932,0.5,0.153725174569888,0.0,0.0504155769943837,0,0.69086754666135,1.01060607211203 -962,0.5,0.153725174569888,0.0,0.466496327586514,0.153725174569888,0.0,0.926183603133837,0.153725174569888,0.0,0.325835359560532,0.153725174569888,0.0,0.223858019215077,0.153725174569888,0.0,0.677089882080503,0.153725174569888,0.0,0.378798298331809,0.153725174569888,0.0,0.262667078354865,0.153725174569888,0.0,0.101530337193132,0.5,0.153725174569888,0.0,0.140858820421691,0.153725174569888,0.0,0.0386312007169998,0.5,0.153725174569888,0.0,0.0346200749831939,0.153725174569888,0.0,0.0397611549321919,0.153725174569888,0.0,0.860428314110946,0.153725174569888,0.0,0.848737304677688,0.153725174569888,0.0,0.614322481819151,0.153725174569888,0.0,0.283858230235432,0.153725174569888,0.0,0.122148942778201,0.5,0.153725174569888,0.0,0.0345707851099895,0,0.767046260309904,1.00973796656895 -963,0.5,0.153725174569888,0.0,0.449515183201445,0.153725174569888,0.0,0.838545596954938,0.153725174569888,0.0,0.265164479059123,0.153725174569888,0.0,0.174001125016574,0.153725174569888,0.0,0.644425029646508,0.153725174569888,0.0,0.271957821622329,0.153725174569888,0.0,0.219121977694115,0.153725174569888,0.0,0.0971590608961425,0.5,0.153725174569888,0.0,0.106223705527256,0.153725174569888,0.0,0.0341694459454595,0.5,0.153725174569888,0.0,0.0289853017770428,0.153725174569888,0.0,0.032384140489811,0.153725174569888,0.0,0.853329886788058,0.153725174569888,0.0,0.740347352207452,0.153725174569888,0.0,0.468423797930969,0.153725174569888,0.0,0.227519871235657,0.153725174569888,0.0,0.0739350059710029,0.5,0.153725174569888,0.0,0.0318160258709609,0,0.890353006299337,1.00911939045323 -964,0.5,0.153725174569888,0.0,0.404083401946892,0.153725174569888,0.0,0.657001993986491,0.153725174569888,0.0,0.250369978148437,0.153725174569888,0.0,0.1402403538898,0.153725174569888,0.0,0.536837377284798,0.153725174569888,0.0,0.16380346631889,0.153725174569888,0.0,0.186263656583165,0.153725174569888,0.0,0.110073736022246,0.5,0.153725174569888,0.0,0.0614966504517813,0.153725174569888,0.0,0.034932699522779,0.5,0.153725174569888,0.0,0.0322543100502363,0.153725174569888,0.0,0.0429483756646462,0.153725174569888,0.0,0.81473802794196,0.153725174569888,0.0,0.683989938410262,0.153725174569888,0.0,0.329856226407438,0.153725174569888,0.0,0.177962393951145,0.153725174569888,0.0,0.0537441996298242,0.5,0.153725174569888,0.0,0.0464981461359345,0,0.86363699585194,1.00924105993471 -965,0.5,0.153725174569888,0.0,0.332314512142311,0.153725174569888,0.0,0.440335138286662,0.153725174569888,0.0,0.188382517131708,0.153725174569888,0.0,0.114579822130638,0.153725174569888,0.0,0.3208169548897,0.153725174569888,0.0,0.129812089719955,0.153725174569888,0.0,0.176318040906149,0.153725174569888,0.0,0.0936580430952456,0.5,0.153725174569888,0.0,0.0382776409764144,0.153725174569888,0.0,0.045245943435507,0.5,0.153725174569888,0.0,0.0333412768541467,0.153725174569888,0.0,0.0590864386313498,0.153725174569888,0.0,0.73077002437097,0.153725174569888,0.0,0.606327409273617,0.153725174569888,0.0,0.23906160362206,0.153725174569888,0.0,0.171262716272488,0.153725174569888,0.0,0.0448247919379651,0.5,0.153725174569888,0.0,0.0615899969660031,0,0.679477246665419,1.00477290879732 -966,0.5,0.153725174569888,0.0,0.272719134525156,0.153725174569888,0.0,0.297455945088091,0.153725174569888,0.0,0.11479205758894,0.153725174569888,0.0,0.0855256157301524,0.153725174569888,0.0,0.251247731998198,0.153725174569888,0.0,0.110173207260975,0.153725174569888,0.0,0.177540784012036,0.153725174569888,0.0,0.0895054200245199,0.5,0.153725174569888,0.0,0.0301444745506202,0.153725174569888,0.0,0.0551770803959928,0.5,0.153725174569888,0.0,0.0625821480070887,0.153725174569888,0.0,0.0696622435516297,0.153725174569888,0.0,0.660662573139462,0.153725174569888,0.0,0.478031886865592,0.153725174569888,0.0,0.174095326261758,0.153725174569888,0.0,0.14574361119558,0.153725174569888,0.0,0.0572456629656561,0.5,0.153725174569888,0.0,0.0935406945617948,0,0.634390414760923,1.00081753248125 -967,0.5,0.153725174569888,0.0,0.226293927213844,0.153725174569888,0.0,0.199077374886749,0.153725174569888,0.0,0.0657402627291034,0.153725174569888,0.0,0.0560091937433679,0.153725174569888,0.0,0.169523820292186,0.153725174569888,0.0,0.0941027529635641,0.153725174569888,0.0,0.177352184091841,0.153725174569888,0.0,0.105164215548222,0.5,0.153725174569888,0.0,0.0297126956614269,0.153725174569888,0.0,0.059003914559382,0.5,0.153725174569888,0.0,0.0923786819835297,0.153725174569888,0.0,0.0964096635715945,0.153725174569888,0.0,0.538839616500008,0.153725174569888,0.0,0.411984649554312,0.153725174569888,0.0,0.146129512344753,0.153725174569888,0.0,0.105521583963356,0.153725174569888,0.0,0.0786924493508824,0.5,0.153725174569888,0.0,0.138881984511769,0,0.605828170898497,0.998932343351765 -968,0.5,0.153725174569888,0.0,0.174937633263849,0.153725174569888,0.0,0.153851055819576,0.153725174569888,0.0,0.0678785865589357,0.153725174569888,0.0,0.0536797406077607,0.153725174569888,0.0,0.107064411666316,0.153725174569888,0.0,0.0978216098905336,0.153725174569888,0.0,0.161729581204913,0.153725174569888,0.0,0.118424041443597,0.5,0.153725174569888,0.0,0.0556607779943907,0.153725174569888,0.0,0.0678962051332237,0.5,0.153725174569888,0.0,0.0787673486386064,0.153725174569888,0.0,0.101614130886096,0.153725174569888,0.0,0.467056804079351,0.153725174569888,0.0,0.337531594897378,0.153725174569888,0.0,0.120380880046042,0.153725174569888,0.0,0.0783987040859861,0.153725174569888,0.0,0.0853272976416101,0.5,0.153725174569888,0.0,0.172330774697287,0,0.459496563192042,0.993529033866023 -969,0.5,0.153725174569888,0.0544610167973291,0.137813035380074,0.153725174569888,0.0305619909544957,0.116432932769131,0.153725174569888,0.0566510519651684,0.071388163416806,0.153725174569888,0.0794862693621142,0.0543793346485588,0.153725174569888,0.0140394106502336,0.0631482667681013,0.153725174569888,0.00784454948358632,0.108268193153975,0.153725174569888,0.0182308229242744,0.1604669642853,0.153725174569888,0.0109090649721511,0.121112508687528,0.5,0.153725174569888,0.0200431433310878,0.0814663606748999,0.153725174569888,0.0554026742812541,0.0659015968357203,0.5,0.153725174569888,0.0355223984520906,0.146570391063286,0.153725174569888,0.0372158294741491,0.135403855197273,0.153725174569888,0.0105576993800294,0.413521640152749,0.153725174569888,0.0153304959124444,0.256114827126474,0.153725174569888,0.0338948016756767,0.0827146925385361,0.153725174569888,0.0294292563293402,0.0846215580142785,0.153725174569888,0.0532426704806975,0.0917370217455519,0.5,0.153725174569888,0.0702287234057257,0.180841926547824,0,0.34749197463787,0.990715610454635 -970,0.5,0.153725174569888,0.217331447674252,0.126934135119145,0.153725174569888,0.191146531577073,0.084830182138706,0.153725174569888,0.202561669911041,0.0614791751259712,0.153725174569888,0.242759032718188,0.0580859826816143,0.153725174569888,0.157112863505086,0.0577054809645763,0.153725174569888,0.104986806055185,0.0966112796922524,0.153725174569888,0.128702353948639,0.180085127704681,0.153725174569888,0.0962879958503789,0.146925657206135,0.5,0.153725174569888,0.106799262432718,0.0896999942827712,0.153725174569888,0.207735266337207,0.0649576737350602,0.5,0.153725174569888,0.165288521158071,0.346550033777707,0.153725174569888,0.133722748221301,0.159599912179707,0.153725174569888,0.147924028731766,0.375668075629697,0.153725174569888,0.169556608843835,0.17472064576394,0.153725174569888,0.17570199697083,0.0737875947318795,0.153725174569888,0.142556755948699,0.13261271639036,0.153725174569888,0.170335238726411,0.168565793004502,0.5,0.153725174569888,0.206164294369631,0.228182573609614,0,0.258001562138069,0.977553026845336 -971,0.5,0.153725174569888,0.361023838923083,0.131941707815435,0.153725174569888,0.34665452602891,0.0713899252363831,0.153725174569888,0.318011853341529,0.064165099650958,0.153725174569888,0.389185024139266,0.0837903418237775,0.153725174569888,0.252368805857801,0.0578689407459921,0.153725174569888,0.202312557007234,0.0925329419761849,0.153725174569888,0.241489782777158,0.195982255286487,0.153725174569888,0.178570516375949,0.135294508488599,0.5,0.153725174569888,0.206458077428025,0.174416175248102,0.153725174569888,0.298602392580504,0.0825928606603635,0.5,0.153725174569888,0.310969292453105,0.520172763281118,0.153725174569888,0.199812808531395,0.185855973544128,0.153725174569888,0.320933443469529,0.352059219168653,0.153725174569888,0.301156355200472,0.134223648491448,0.153725174569888,0.302390564099568,0.0859787675772311,0.153725174569888,0.26120880485704,0.191739944259975,0.153725174569888,0.320457338785433,0.305738058452539,0.5,0.153725174569888,0.380471432859366,0.238690614630849,0,0.255601168171325,0.946336052438163 -972,0.5,0.153725174569888,0.460289171051777,0.147490821041215,0.153725174569888,0.433311189229748,0.127738537780433,0.153725174569888,0.437714468420138,0.0911082564998146,0.153725174569888,0.492896473291165,0.143554600835907,0.153725174569888,0.310852686632068,0.0586841585925864,0.153725174569888,0.234591041455682,0.0815802630513876,0.153725174569888,0.307271031127713,0.218218462370118,0.153725174569888,0.23462592331349,0.105079633748685,0.5,0.153725174569888,0.268423773151118,0.31740181108078,0.153725174569888,0.289679695469252,0.0790154340991822,0.5,0.153725174569888,0.358127107690542,0.67177116556932,0.153725174569888,0.239617165472687,0.169040352543955,0.153725174569888,0.451070638053311,0.34567671135513,0.153725174569888,0.34554301482056,0.164617316955681,0.153725174569888,0.389730434728512,0.0887650068422821,0.153725174569888,0.365530992530669,0.20367885929624,0.153725174569888,0.461076795577758,0.533319555273851,0.5,0.153725174569888,0.463615196591892,0.294301634293408,0,0.251233532260309,0.907591821683493 -973,0.5,0.153725174569888,0.520973937150001,0.13993643289775,0.153725174569888,0.467013657043488,0.129457496514097,0.153725174569888,0.500348527240027,0.135089058665627,0.153725174569888,0.532951328990263,0.180346459984756,0.153725174569888,0.305527351403927,0.0440818914957051,0.153725174569888,0.238839555736247,0.0497331072230674,0.153725174569888,0.342781833966887,0.128124182554015,0.153725174569888,0.290976676236276,0.109690628079819,0.5,0.153725174569888,0.271197282526536,0.243134735382464,0.153725174569888,0.298096795679941,0.0578137197689495,0.5,0.153725174569888,0.390164699431732,0.725394955887776,0.153725174569888,0.268369909610276,0.125630503954345,0.153725174569888,0.513444004798601,0.331262150097172,0.153725174569888,0.326039547610279,0.126267253689716,0.153725174569888,0.410748270930967,0.0759974552996452,0.153725174569888,0.433413004916035,0.222939388746777,0.153725174569888,0.522829275307408,0.595261225422811,0.5,0.153725174569888,0.474711975723583,0.228852479400067,0,0.190117225625643,0.889528987175691 -974,0.5,0.153725174569888,0.502390396055522,0.124081295636416,0.153725174569888,0.407757143845812,0.0734204020544146,0.153725174569888,0.507089520222127,0.147218393263821,0.153725174569888,0.511084982538534,0.186675091002562,0.153725174569888,0.283917886255599,0.0270627810321767,0.153725174569888,0.242294525625647,0.0150518125669742,0.153725174569888,0.377612556777344,0.0522637357875928,0.153725174569888,0.271019949151665,0.128874712011568,0.5,0.153725174569888,0.191612954134715,0.139439477398414,0.153725174569888,0.26976918136069,0.0167801283832699,0.5,0.153725174569888,0.280599977880131,0.369622556198546,0.153725174569888,0.206846200631404,0.069415397114101,0.153725174569888,0.482241697505842,0.281917091223358,0.153725174569888,0.26869259285642,0.0795776598433494,0.153725174569888,0.399345456504519,0.0505606431097574,0.153725174569888,0.424428767104355,0.178290635495554,0.153725174569888,0.480203379752858,0.455509761650719,0.5,0.153725174569888,0.432755968757396,0.165547287633595,0,0.150311368896721,0.846808264086156 -975,0.5,0.153725174569888,0.414214036090592,0.0879304498984833,0.153725174569888,0.333853867674111,0.0484000476273921,0.153725174569888,0.405151442590374,0.130414612492633,0.153725174569888,0.424820332751498,0.183312467796675,0.153725174569888,0.210833509783737,0.00617260936579445,0.153725174569888,0.205673074075188,0.017320500107822,0.153725174569888,0.285379246634259,0.0297120879741098,0.153725174569888,0.20851958601434,0.146123304812915,0.5,0.153725174569888,0.127845406998307,0.0624736002232364,0.153725174569888,0.151225014301331,0.0264636247598279,0.5,0.153725174569888,0.140657440277014,0.164124555828925,0.153725174569888,0.137344127182061,0.0750965264500738,0.153725174569888,0.367862851161005,0.17856839392902,0.153725174569888,0.215541753090645,0.0517353422457833,0.153725174569888,0.341737006685292,0.0356470924465434,0.153725174569888,0.297958092246388,0.138137871978163,0.153725174569888,0.385342241749816,0.209440511059559,0.5,0.153725174569888,0.330189969353482,0.0718864977267239,0,0.0662643081892538,0.75578100591561 -976,0.5,0.153725174569888,0.249969365063978,0.0585279363421854,0.153725174569888,0.212414575806961,0.0122412486510689,0.153725174569888,0.232929800099792,0.0926241693968429,0.153725174569888,0.239283225833701,0.150376597983363,0.153725174569888,0.128287317465135,0.00331378475385472,0.153725174569888,0.137102165830973,0.0637972706702312,0.153725174569888,0.197629322935015,0.0559277335206381,0.153725174569888,0.121103186286668,0.114224033786131,0.5,0.153725174569888,0.0706316182287874,0.027337546869179,0.153725174569888,0.0954643690582131,0.0359974711483242,0.5,0.153725174569888,0.0688117025796177,0.078449509326587,0.153725174569888,0.0865951572708838,0.103214210915339,0.153725174569888,0.232313380184675,0.0941261635502817,0.153725174569888,0.11640442153153,0.0276795176274201,0.153725174569888,0.225052367721885,0.0263012065017242,0.153725174569888,0.169465989130337,0.108777449236112,0.153725174569888,0.192831417401271,0.0823513649678375,0.5,0.153725174569888,0.160540386264808,0.0147421565413048,0,0.0462135464686087,0.663645734680857 -977,0.5,0.153725174569888,0.0,0.0721088085461954,0.153725174569888,0.0,0.0251576789220947,0.153725174569888,0.0271886229693871,0.0975108331768761,0.153725174569888,0.0,0.14766622972033,0.153725174569888,0.0561951636772862,0.0241428134867372,0.153725174569888,0.0592544612483835,0.0846224560610878,0.153725174569888,0.0640558966757135,0.108353904247222,0.153725174569888,0.0382090096094118,0.0503673750224169,0.5,0.153725174569888,0.0248985044239637,0.0144981213559701,0.153725174569888,0.0285725604203969,0.0343908768933683,0.5,0.153725174569888,0.0191442269739673,0.0296609495487886,0.153725174569888,0.0315307270118256,0.104150070208282,0.153725174569888,0.0110038340949244,0.0587043604010684,0.153725174569888,0.0347083079865195,0.01538200286825,0.153725174569888,0.0518232429559377,0.0489112705709425,0.153725174569888,0.0446338803495623,0.0898075430618257,0.153725174569888,0.0360417313347776,0.0557337536193252,0.5,0.153725174569888,0.0308628755140652,0.0135134280958902,0,0.0465602772990015,0.587774815167278 -978,0.5,0.153725174569888,0.0,0.0898047270789469,0.153725174569888,0.0,0.0457859704411809,0.153725174569888,0.0,0.102523535382209,0.153725174569888,0.0,0.175618689105036,0.153725174569888,0.0,0.0602454695909117,0.153725174569888,0.0,0.0891226894073336,0.153725174569888,0.0,0.119032547732986,0.153725174569888,0.0,0.0276172603940506,0.5,0.153725174569888,4.78042821414121e-06,0.00956074644199359,0.153725174569888,0.0,0.034448982013701,0.5,0.153725174569888,0.0,0.00777596738380993,0.153725174569888,5.02727656988194e-06,0.0999374144191685,0.153725174569888,0.0,0.0572620013719536,0.153725174569888,0.0,0.0218584912715046,0.153725174569888,0.0,0.0872219852177956,0.153725174569888,0.0,0.0688083899708589,0.153725174569888,0.0,0.0418623197698043,0.5,0.153725174569888,0.0,0.0285748337839102,0,0.0571846960220615,0.499499484642394 -979,0.5,0.153725174569888,0.0,0.117885474138864,0.153725174569888,0.0,0.0638594537138385,0.153725174569888,0.0,0.0951186439146779,0.153725174569888,0.0,0.211557009188056,0.153725174569888,0.0,0.0783231874550997,0.153725174569888,0.0,0.0621069331564873,0.153725174569888,0.0,0.0394150931821262,0.153725174569888,0.0,0.0287930600051248,0.5,0.153725174569888,0.0,0.015005032674625,0.153725174569888,0.0,0.0251372624803507,0.5,0.153725174569888,0.0,0.0144551900579085,0.153725174569888,0.0,0.112595010039182,0.153725174569888,0.0,0.0509541966098676,0.153725174569888,0.0,0.0345524813050661,0.153725174569888,0.0,0.106608795869242,0.153725174569888,0.0,0.0310173205336577,0.153725174569888,0.0,0.035374494270604,0.5,0.153725174569888,0.0,0.0211123352629408,0,0.0731979165855826,0.35885433639985 -980,0.5,0.153725174569888,0.0,0.156599294363447,0.153725174569888,0.0,0.0673721691765387,0.153725174569888,0.0,0.0701258046087186,0.153725174569888,0.0,0.221158598097941,0.153725174569888,0.0,0.0644208025580696,0.153725174569888,0.0,0.050793992890699,0.153725174569888,0.0,0.0233576157755072,0.153725174569888,0.0,0.0472468419443136,0.5,0.153725174569888,0.0,0.027539434545254,0.153725174569888,0.0,0.0169670094822113,0.5,0.153725174569888,0.0,0.0373805892679496,0.153725174569888,0.0,0.107564593091718,0.153725174569888,0.0,0.0512136210144151,0.153725174569888,0.0,0.0361631952637183,0.153725174569888,0.0,0.103611013857544,0.153725174569888,0.0,0.0196800699489443,0.153725174569888,0.0,0.0466544093336237,0.5,0.153725174569888,0.0,0.0232212044636838,0,0.07925363834855,0.216780088744218 -981,0.5,0.153725174569888,0.0,0.190407435739498,0.153725174569888,0.0,0.0619809540754955,0.153725174569888,0.0,0.0365423187872892,0.153725174569888,0.0,0.176499530022973,0.153725174569888,0.0,0.0416313495937492,0.153725174569888,0.0,0.0574574711821399,0.153725174569888,0.0,0.0154626771832885,0.153725174569888,0.0,0.0846359122265587,0.5,0.153725174569888,0.0,0.0426457491077929,0.153725174569888,0.0,0.0168084720618763,0.5,0.153725174569888,0.0,0.0845497207718153,0.153725174569888,0.0,0.130936370646919,0.153725174569888,0.0,0.0511391423826618,0.153725174569888,0.0,0.028691199409762,0.153725174569888,0.0,0.0809735636793578,0.153725174569888,0.0,0.0224837936229711,0.153725174569888,0.0,0.0650110008717584,0.5,0.153725174569888,0.0,0.0148642392989093,0,0.106499668213203,0.150910973120612 -982,0.5,0.153725174569888,0.0,0.204143686007149,0.153725174569888,0.0,0.0579080646721407,0.153725174569888,0.0,0.0213899528953237,0.153725174569888,0.0,0.145004837528818,0.153725174569888,0.0,0.0253620875552758,0.153725174569888,0.0,0.0907277705785945,0.153725174569888,0.0,0.0133857465881698,0.153725174569888,0.0,0.146342858681528,0.5,0.153725174569888,0.0,0.0824596019844623,0.153725174569888,0.0,0.029919125030478,0.5,0.153725174569888,0.0,0.357640160617668,0.153725174569888,0.0,0.202215568445441,0.153725174569888,0.0,0.0408522377245869,0.153725174569888,0.0,0.0174626059512399,0.153725174569888,0.0,0.0520886955222393,0.153725174569888,0.0,0.0384189070278573,0.153725174569888,0.0,0.115751781023955,0.5,0.153725174569888,0.0,0.0239998468957701,0,0.132609512094377,0.200033995555531 -983,0.5,0.153725174569888,0.0,0.18007898725084,0.153725174569888,0.0,0.0347861736616958,0.153725174569888,0.0,0.0304810690079001,0.153725174569888,0.0,0.13039048744043,0.153725174569888,0.0,0.0256190796106715,0.153725174569888,0.0,0.11143528635991,0.153725174569888,0.0,0.0213272508628593,0.153725174569888,0.0,0.198632380624799,0.5,0.153725174569888,0.0,0.129536473002256,0.153725174569888,0.0,0.0531830426944348,0.5,0.153725174569888,0.0,0.512952890982403,0.153725174569888,0.0,0.264099915710494,0.153725174569888,0.0,0.0331885734466254,0.153725174569888,0.0,0.0100708368152225,0.153725174569888,0.0,0.0292230804661505,0.153725174569888,0.0,0.0514519129554051,0.153725174569888,0.0,0.177397632138441,0.5,0.153725174569888,0.0,0.0430944502892913,0,0.153214717337521,0.386095265981932 -984,0.5,0.153725174569888,0.0,0.13725897898539,0.153725174569888,0.0,0.0139815374540303,0.153725174569888,0.0,0.0491672571737539,0.153725174569888,0.0,0.11317237758606,0.153725174569888,0.0,0.0312900024326369,0.153725174569888,0.0,0.108936329182801,0.153725174569888,0.0,0.0366158655893212,0.153725174569888,0.0,0.234971141770896,0.5,0.153725174569888,0.0,0.190940987100577,0.153725174569888,0.0,0.170074786892981,0.5,0.153725174569888,0.0,0.466639313521035,0.153725174569888,0.0,0.328893560309516,0.153725174569888,0.0,0.0275990006313539,0.153725174569888,0.0,0.00665159387803821,0.153725174569888,0.0,0.0197089688013557,0.153725174569888,0.0,0.0629966399186348,0.153725174569888,0.0,0.212978580664045,0.5,0.153725174569888,0.0,0.0618655500352754,0,0.138451116860528,0.538662072917155 -985,0.5,0.153725174569888,0.0,0.104423786032956,0.153725174569888,0.0,0.0163761418080133,0.153725174569888,0.0,0.0909793210154196,0.153725174569888,0.0,0.107087264866445,0.153725174569888,0.0,0.032104038753906,0.153725174569888,0.0,0.115486674792359,0.153725174569888,0.0,0.0497783056904121,0.153725174569888,0.0,0.27911394138742,0.5,0.153725174569888,0.0,0.291283164035956,0.153725174569888,0.0,0.4330374457838,0.5,0.153725174569888,0.0,0.456767596458162,0.153725174569888,0.0,0.422231864917982,0.153725174569888,0.0,0.0196421054840703,0.153725174569888,0.0,0.00586753211569297,0.153725174569888,0.0,0.0154585530365654,0.153725174569888,0.0,0.0799880980865635,0.153725174569888,0.0,0.235113250757949,0.5,0.153725174569888,0.0,0.0883549491205172,0,0.0902242500432597,0.570180722510796 -986,0.5,0.153725174569888,0.0,0.0884080557405274,0.153725174569888,0.0,0.0264619636284998,0.153725174569888,0.0,0.124311410577968,0.153725174569888,0.0,0.110839738274152,0.153725174569888,0.0,0.0372503170355546,0.153725174569888,0.0,0.117845086107676,0.153725174569888,0.0,0.0837151185672937,0.153725174569888,0.0,0.32163403902806,0.5,0.153725174569888,0.0,0.391115888977548,0.153725174569888,0.0,0.689073951951213,0.5,0.153725174569888,0.0,0.59804602309204,0.153725174569888,0.0,0.524073076238201,0.153725174569888,0.0,0.0117598946220078,0.153725174569888,0.0,0.00695228834253623,0.153725174569888,0.0,0.0135251727286714,0.153725174569888,0.0,0.106104194128951,0.153725174569888,0.0,0.28301812470685,0.5,0.153725174569888,0.0,0.144120339329246,0,0.078257639154018,0.531823367882757 -987,0.5,0.153725174569888,0.0,0.0667095442827316,0.153725174569888,0.0,0.0206029092174136,0.153725174569888,0.0,0.155246053977231,0.153725174569888,0.0,0.14883258655684,0.153725174569888,0.0,0.046792761005465,0.153725174569888,0.0,0.112217110984837,0.153725174569888,0.0,0.145622565588248,0.153725174569888,0.0,0.343219166909529,0.5,0.153725174569888,0.0,0.422396119401136,0.153725174569888,0.0,0.792291313527311,0.5,0.153725174569888,0.0,0.693174635446285,0.153725174569888,0.0,0.557397603818794,0.153725174569888,0.0,0.00788710166394605,0.153725174569888,0.0,0.0147185395035797,0.153725174569888,0.0,0.0139114136190225,0.153725174569888,0.0,0.190188279433176,0.153725174569888,0.0,0.374249851832459,0.5,0.153725174569888,0.0,0.338176819338465,0,0.0993584840015037,0.402546358458855 -988,0.5,0.153725174569888,0.0,0.0442587702264656,0.153725174569888,0.0,0.00780785782531674,0.153725174569888,0.0,0.213981405380217,0.153725174569888,0.0,0.1866452475252,0.153725174569888,0.0,0.065752262666242,0.153725174569888,0.0,0.140460457349565,0.153725174569888,0.0,0.207772331439289,0.153725174569888,0.0,0.333874115967923,0.5,0.153725174569888,0.0,0.402725480160563,0.153725174569888,0.0,0.815725412571581,0.5,0.153725174569888,0.0,0.778331950523041,0.153725174569888,0.0,0.549407484276383,0.153725174569888,0.0,0.0097364497154623,0.153725174569888,0.0,0.0373993776235309,0.153725174569888,0.0,0.0265678106245343,0.153725174569888,0.0,0.35638934315949,0.153725174569888,0.0,0.504374345706915,0.5,0.153725174569888,0.0,0.558499464393064,0,0.0912958423940325,0.251307374991907 -989,0.5,0.153725174569888,0.0,0.0317611209711908,0.153725174569888,0.0,0.00777964911721032,0.153725174569888,0.0,0.321151367672895,0.153725174569888,0.0,0.249578533532702,0.153725174569888,0.0,0.0974844035585611,0.153725174569888,0.0,0.195222671719087,0.153725174569888,0.0,0.293415844270372,0.153725174569888,0.0,0.326044042734146,0.5,0.153725174569888,0.0,0.386485000437,0.153725174569888,0.0,0.78513715090948,0.5,0.153725174569888,0.0,0.839925357513276,0.153725174569888,0.0,0.529539850598788,0.153725174569888,0.0,0.0123749618315672,0.153725174569888,0.0,0.0610896974680407,0.153725174569888,0.0,0.0552396946562538,0.153725174569888,0.0,0.545581545230918,0.153725174569888,0.0,0.619959688624342,0.5,0.153725174569888,0.0,0.662799614678681,0,0.0443295283151641,0.18113760741104 -990,0.5,0.153725174569888,0.0,0.0338632505711322,0.153725174569888,0.0,0.0226992123224077,0.153725174569888,0.0,0.447468750810742,0.153725174569888,0.0,0.321944062451603,0.153725174569888,0.0,0.1406737767217,0.153725174569888,0.0,0.232898569914195,0.153725174569888,0.0,0.403368614378526,0.153725174569888,0.0,0.316039765844406,0.5,0.153725174569888,0.0,0.388577239271752,0.153725174569888,0.0,0.671222808498314,0.5,0.153725174569888,0.0,0.831438633910848,0.153725174569888,0.0,0.483897356371301,0.153725174569888,0.0,0.00808610078116483,0.153725174569888,0.0,0.101922042668951,0.153725174569888,0.0,0.110943376772081,0.153725174569888,0.0,0.565930066813322,0.153725174569888,0.0,0.702650094497219,0.5,0.153725174569888,0.0,0.724799270760809,0,0.016163068175725,0.240875912550301 -991,0.5,0.153725174569888,0.0,0.0615566636654745,0.153725174569888,0.0,0.0406023482854239,0.153725174569888,0.0,0.60844954792654,0.153725174569888,0.0,0.385977619506109,0.153725174569888,0.0,0.156405494881252,0.153725174569888,0.0,0.25203243808079,0.153725174569888,0.0,0.451637130420383,0.153725174569888,0.0,0.300822966460723,0.5,0.153725174569888,0.0,0.378774328425187,0.153725174569888,0.0,0.522488686034062,0.5,0.153725174569888,0.0,0.746687204543188,0.153725174569888,0.0,0.43244060088861,0.153725174569888,0.0,0.00764730978871403,0.153725174569888,0.0,0.11444478074506,0.153725174569888,0.0,0.183416685152273,0.153725174569888,0.0,0.527855385965842,0.153725174569888,0.0,0.696105537645946,0.5,0.153725174569888,0.0,0.71546021750998,0,0.00565744520842151,0.216759036388183 -992,0.5,0.153725174569888,0.0,0.105155487137865,0.153725174569888,0.0,0.0534271286572892,0.153725174569888,0.0,0.727848753176931,0.153725174569888,0.0,0.449470093230918,0.153725174569888,0.0,0.198080027085864,0.153725174569888,0.0,0.301806319768126,0.153725174569888,0.0,0.47305294120978,0.153725174569888,0.0,0.305994156522843,0.5,0.153725174569888,0.0,0.360642969496563,0.153725174569888,0.0,0.376559957104258,0.5,0.153725174569888,0.0,0.672900187161087,0.153725174569888,0.0,0.370065540397955,0.153725174569888,0.0,0.0135708442068937,0.153725174569888,0.0,0.109480128560117,0.153725174569888,0.0,0.216883701926734,0.153725174569888,0.0,0.497113155394534,0.153725174569888,0.0,0.648182230979794,0.5,0.153725174569888,0.0,0.624865353841688,0,0.00284246860785448,0.155172517917105 -993,0.5,0.153725174569888,0.0114797873596142,0.155875563632623,0.153725174569888,0.015344788029035,0.0548465534207079,0.153725174569888,0.0105802917377148,0.663703665095522,0.153725174569888,0.0113216957401058,0.579151231867485,0.153725174569888,0.0133059455065587,0.239647281377157,0.153725174569888,0.00530105346146867,0.306473946415818,0.153725174569888,0.00913058096953185,0.589745758786342,0.153725174569888,0.0135543276758984,0.31949803995733,0.5,0.153725174569888,0.00956288369713962,0.379945200125475,0.153725174569888,0.0291549205009508,0.294578927764026,0.5,0.153725174569888,0.00660589516560777,0.651752117550258,0.153725174569888,0.00878947540959241,0.322986568404338,0.153725174569888,0.00723961872242329,0.0193209036826298,0.153725174569888,0.0128932567150047,0.132425724527584,0.153725174569888,0.015228354754621,0.198393474771487,0.153725174569888,0.0135631488735534,0.465544300297874,0.153725174569888,0.00802594078606069,0.590587953590229,0.5,0.153725174569888,0.0339998664913317,0.557060533664611,0,0.000428658170075364,0.186208913562798 -994,0.5,0.153725174569888,0.0466932913331469,0.227722871833836,0.153725174569888,0.0904111606774516,0.0510606206441556,0.153725174569888,0.0486432198554897,0.648997575217609,0.153725174569888,0.0301442116925652,0.672757231452276,0.153725174569888,0.0563240610431507,0.291887147728022,0.153725174569888,0.0613610781462067,0.313137770667265,0.153725174569888,0.0406772968633473,0.623559216859743,0.153725174569888,0.109759888753978,0.337093824709582,0.5,0.153725174569888,0.0472630669881445,0.419875775378324,0.153725174569888,0.073903660521921,0.321706431517692,0.5,0.153725174569888,0.0323192939883192,0.723112069873382,0.153725174569888,0.0385929654105778,0.287441381773093,0.153725174569888,0.0791903765053627,0.0319742433379383,0.153725174569888,0.120325747973362,0.160191149217576,0.153725174569888,0.0928484818043877,0.261329804030306,0.153725174569888,0.0682192375638302,0.59845531163122,0.153725174569888,0.0317559250440489,0.550195788604626,0.5,0.153725174569888,0.103559014340273,0.571711801839054,0,0.00209705132626727,0.163343370858585 -995,0.5,0.153725174569888,0.103837171684934,0.298596949483061,0.153725174569888,0.214895121151341,0.102462418849189,0.153725174569888,0.103593602149428,0.578156692552291,0.153725174569888,0.0510254149005584,0.718920807733243,0.153725174569888,0.0489958687116526,0.295693345564822,0.153725174569888,0.182243458812877,0.366883798263827,0.153725174569888,0.0590531925566339,0.541300567129981,0.153725174569888,0.205649139743385,0.402908927510699,0.5,0.153725174569888,0.0968055558996108,0.480247279889896,0.153725174569888,0.0798599707716551,0.241665619720253,0.5,0.153725174569888,0.0568232476483671,0.704211758947218,0.153725174569888,0.0770556983164842,0.298913883857123,0.153725174569888,0.232744789784049,0.0887853162853845,0.153725174569888,0.127462855233901,0.229267707173918,0.153725174569888,0.15811180046309,0.454328813635332,0.153725174569888,0.088451521037993,0.605489077309477,0.153725174569888,0.0606934940580292,0.562877675304658,0.5,0.153725174569888,0.154288649190103,0.533580801230836,0,0.0316160499158152,0.213994419934998 -996,0.5,0.153725174569888,0.165619724767472,0.400991097891568,0.153725174569888,0.377027938248504,0.320437638360957,0.153725174569888,0.182584457308446,0.603271564544847,0.153725174569888,0.0772894267733447,0.718146964489229,0.153725174569888,0.10246580643068,0.31833360989109,0.153725174569888,0.367292481453308,0.447290671761185,0.153725174569888,0.121526583157389,0.544728739040561,0.153725174569888,0.26940915247796,0.498656801439663,0.5,0.153725174569888,0.18134800366503,0.520387823130306,0.153725174569888,0.0885295544509055,0.180009541927463,0.5,0.153725174569888,0.108253356562787,0.602585126480129,0.153725174569888,0.128091881911752,0.295952199173997,0.153725174569888,0.330190437358379,0.212291395168954,0.153725174569888,0.111720812555325,0.263436394460027,0.153725174569888,0.154087727566839,0.598524605454768,0.153725174569888,0.0826387648396271,0.54377181795179,0.153725174569888,0.0802506344964185,0.558985094686541,0.5,0.153725174569888,0.117420287209213,0.386817714664845,0,0.0811184914602502,0.375886971460743 -997,0.5,0.153725174569888,0.239965821373146,0.509691281686181,0.153725174569888,0.442899164332727,0.65957582893,0.153725174569888,0.168932203587009,0.694182618326621,0.153725174569888,0.132953884561421,0.702441960085936,0.153725174569888,0.303895544721599,0.511651494500032,0.153725174569888,0.466870485329162,0.571440640247822,0.153725174569888,0.201648861831569,0.530610533681775,0.153725174569888,0.277523683189914,0.582206953256507,0.5,0.153725174569888,0.29166487082992,0.573461067022425,0.153725174569888,0.111649343439398,0.139922347333155,0.5,0.153725174569888,0.155409699006408,0.515584705132022,0.153725174569888,0.163471916729174,0.251084204830288,0.153725174569888,0.260581120519592,0.294705180486887,0.153725174569888,0.108079399136255,0.306857659458983,0.153725174569888,0.103511929464787,0.568658586895057,0.153725174569888,0.0869210726529073,0.464390631525603,0.153725174569888,0.08402834063195,0.523962942978757,0.5,0.153725174569888,0.100117640692138,0.270287313900454,0,0.144410158837639,0.562817206595104 -998,0.5,0.153725174569888,0.273736560739932,0.608232208193347,0.153725174569888,0.12560990552217,0.612499884250503,0.153725174569888,0.0932336622126001,0.631299975810896,0.153725174569888,0.157757308432967,0.676385846213811,0.153725174569888,0.413721940242876,0.653117267972954,0.153725174569888,0.517763831450404,0.647815743044506,0.153725174569888,0.31183547575419,0.63558147935284,0.153725174569888,0.251629704252079,0.665706075892539,0.5,0.153725174569888,0.287577603474333,0.659855882111618,0.153725174569888,0.120078318066773,0.106036508171183,0.5,0.153725174569888,0.255302186850869,0.436306262072375,0.153725174569888,0.231926610199653,0.215325408541627,0.153725174569888,0.125697506912286,0.298658221460425,0.153725174569888,0.17241759702656,0.412081112281772,0.153725174569888,0.0828995289078904,0.453887402121743,0.153725174569888,0.0998562315237404,0.534360016705144,0.153725174569888,0.0857370507656411,0.446865894599115,0.5,0.153725174569888,0.0950738145528831,0.195727483032984,0,0.178192368448858,0.807575257848503 -999,0.5,0.153725174569888,0.213427112858131,0.598816775757719,0.153725174569888,0.0690818147066356,0.502895711955276,0.153725174569888,0.058249605243428,0.450177326991707,0.153725174569888,0.127616890566584,0.645352269028114,0.153725174569888,0.371160583418685,0.623735808009545,0.153725174569888,0.404613931535188,0.70902504994752,0.153725174569888,0.186758065369413,0.658374877405132,0.153725174569888,0.205482418971022,0.689749898025149,0.5,0.153725174569888,0.141507381776469,0.611868212809074,0.153725174569888,0.160130112908135,0.0361331327433196,0.5,0.153725174569888,0.134624763246308,0.375069364806073,0.153725174569888,0.301840326539048,0.210941632041824,0.153725174569888,0.06176307388959,0.315936833756726,0.153725174569888,0.259947942010053,0.481002777137671,0.153725174569888,0.105391284378041,0.441472946300256,0.153725174569888,0.0837490925446746,0.587465900195732,0.153725174569888,0.0714663587561522,0.339858680721901,0.5,0.153725174569888,0.0987191753250105,0.130956516163349,0,0.206894061316229,0.916406435649838 -1000,0.5,0.153725174569888,0.11571958880291,0.550025184274874,0.153725174569888,0.0428489528459212,0.485171645170586,0.153725174569888,0.0363309856064417,0.427592303834758,0.153725174569888,0.0626566058262127,0.491056575258353,0.153725174569888,0.225635848069635,0.552407984850652,0.153725174569888,0.227250222410331,0.760630789500246,0.153725174569888,0.102907409701935,0.659769126656803,0.153725174569888,0.13796633726861,0.68603115902837,0.5,0.153725174569888,0.0925235965480748,0.552386148281968,0.153725174569888,0.204171522809024,0.0185456651861559,0.5,0.153725174569888,0.0764934700115686,0.302429506517239,0.153725174569888,0.230770694386281,0.158865904792913,0.153725174569888,0.0335915915221381,0.359308099244973,0.153725174569888,0.239545551211322,0.408023044983859,0.153725174569888,0.0916635108158832,0.39913085345624,0.153725174569888,0.0432684767842873,0.511994164458379,0.153725174569888,0.0529932406079426,0.249940277091228,0.5,0.153725174569888,0.0506985600136471,0.0535697529224509,0,0.284261428711952,0.941239953207262 -1001,0.5,0.153725174569888,3.82917910652348e-05,0.496107990388349,0.153725174569888,0.00214054440415304,0.225478736028616,0.153725174569888,0.00591602081214997,0.432143942517283,0.153725174569888,0.000285072871585888,0.319346201237331,0.153725174569888,0.070575932588022,0.635783438812862,0.153725174569888,0.121334654224408,0.834412322152546,0.153725174569888,0.0668058256644238,0.655636901748529,0.153725174569888,0.0718371889938474,0.629897169813228,0.5,0.153725174569888,0.0645930549905398,0.477325435452549,0.153725174569888,0.0844947757229738,0.00300999970309751,0.5,0.153725174569888,0.0454522203715314,0.199468064487103,0.153725174569888,0.0892270504653321,0.0612708258356945,0.153725174569888,0.00239132891769199,0.283002965882977,0.153725174569888,0.0817144917133518,0.361186728684554,0.153725174569888,0.027243238818727,0.261280193694275,0.153725174569888,0.0244340080271436,0.467351833787053,0.153725174569888,0.0178155394043764,0.197393502969777,0.5,0.153725174569888,0.0245522443846188,0.0230696100338934,0,0.2386151164829,0.982567388014981 -1002,0.5,0.153725174569888,0.0,0.435989112852623,0.153725174569888,0.0,0.112487524733961,0.153725174569888,0.0,0.360420043106004,0.153725174569888,0.0,0.28578395793735,0.153725174569888,0.0,0.793346795151878,0.153725174569888,0.0,0.896365271691351,0.153725174569888,0.0,0.63116431946888,0.153725174569888,0.0,0.62594764082553,0.5,0.153725174569888,0.0,0.435571281155343,0.153725174569888,0.0,0.00155060196610109,0.5,0.153725174569888,0.0,0.120509213413341,0.153725174569888,0.0,0.0309543345985646,0.153725174569888,0.0,0.190466221145348,0.153725174569888,0.0,0.466659137580921,0.153725174569888,0.0,0.243712117664384,0.153725174569888,0.0,0.447928256205217,0.153725174569888,0.0,0.146438653376892,0.5,0.153725174569888,0.0,0.0100489402274383,0,0.29628554627707,1.00795637817644 -1003,0.5,0.153725174569888,0.0,0.360273189208841,0.153725174569888,0.0,0.191400475149463,0.153725174569888,0.0,0.343638038406474,0.153725174569888,0.0,0.269670014512679,0.153725174569888,0.0,0.876522878550671,0.153725174569888,0.0,0.93926869889445,0.153725174569888,0.0,0.753389773941088,0.153725174569888,0.0,0.688575369646419,0.5,0.153725174569888,0.0,0.490252226095373,0.153725174569888,0.0,0.00107100371535731,0.5,0.153725174569888,0.0,0.0824945555604932,0.153725174569888,0.0,0.0387257399100448,0.153725174569888,0.0,0.251798551889656,0.153725174569888,0.0,0.634789054619675,0.153725174569888,0.0,0.298913921351803,0.153725174569888,0.0,0.502375108669497,0.153725174569888,0.0,0.116964234011336,0.5,0.153725174569888,0.0,0.00305068856115267,0,0.593206410549395,1.01049191106762 -1004,0.5,0.153725174569888,0.0,0.288865785583402,0.153725174569888,0.0,0.241070250177282,0.153725174569888,0.0,0.42330019136414,0.153725174569888,0.0,0.231467669854665,0.153725174569888,0.0,0.941591175606333,0.153725174569888,0.0,0.949532819970545,0.153725174569888,0.0,0.883663938238162,0.153725174569888,0.0,0.739582904166923,0.5,0.153725174569888,0.0,0.529464865474055,0.153725174569888,0.0,0.00906611271079639,0.5,0.153725174569888,0.0,0.0713587083754384,0.153725174569888,0.0,0.0619905221157828,0.153725174569888,0.0,0.377023338926668,0.153725174569888,0.0,0.758798117528139,0.153725174569888,0.0,0.413415882119804,0.153725174569888,0.0,0.631530807568502,0.153725174569888,0.0,0.111874633268911,0.5,0.153725174569888,0.0,0.00465143043513518,0,0.675627049684986,1.01114787536016 -1005,0.5,0.153725174569888,0.0,0.229036094862385,0.153725174569888,0.0,0.413641188708148,0.153725174569888,0.0,0.432631648999663,0.153725174569888,0.0,0.19921883714526,0.153725174569888,0.0,0.979509461836804,0.153725174569888,0.0,0.976353807409829,0.153725174569888,0.0,0.955408664028593,0.153725174569888,0.0,0.747400894422383,0.5,0.153725174569888,0.0,0.483169639867976,0.153725174569888,0.0,0.0157584911653405,0.5,0.153725174569888,0.0,0.0889701983561559,0.153725174569888,0.0,0.0792264769339218,0.153725174569888,0.0,0.524289584222667,0.153725174569888,0.0,0.853525920430442,0.153725174569888,0.0,0.587223893766917,0.153725174569888,0.0,0.73350554234379,0.153725174569888,0.0,0.107779900066678,0.5,0.153725174569888,0.0,0.00722727836374593,0,0.446654728334728,1.01130693250624 -1006,0.5,0.153725174569888,0.0,0.226139995171304,0.153725174569888,0.0,0.599904263673641,0.153725174569888,0.0,0.417221725788728,0.153725174569888,0.0,0.179777049672859,0.153725174569888,0.0,1.00321534882398,0.153725174569888,0.0,0.875992154290626,0.153725174569888,0.0,0.944414687664748,0.153725174569888,0.0,0.545919539412443,0.5,0.153725174569888,0.0,0.364245961757988,0.153725174569888,0.0,0.0201917654949003,0.5,0.153725174569888,0.0,0.127837702716963,0.153725174569888,0.0,0.0852073336281763,0.153725174569888,0.0,0.676416143088208,0.153725174569888,0.0,0.910033938016559,0.153725174569888,0.0,0.740640533549955,0.153725174569888,0.0,0.758459913449779,0.153725174569888,0.0,0.116106039643919,0.5,0.153725174569888,0.0,0.00709136731123979,0,0.305810349206823,1.01127696011067 -1007,0.5,0.153725174569888,0.0,0.279997548169299,0.153725174569888,0.0,0.763195570638828,0.153725174569888,0.0,0.430922994913764,0.153725174569888,0.0,0.15428355551851,0.153725174569888,0.0,0.975451115390995,0.153725174569888,0.0,0.673590699121123,0.153725174569888,0.0,0.862993747581963,0.153725174569888,0.0,0.323860903849816,0.5,0.153725174569888,0.0,0.264125083933967,0.153725174569888,0.0,0.0249892606718713,0.5,0.153725174569888,0.0,0.123544287576417,0.153725174569888,0.0,0.0826571275951801,0.153725174569888,0.0,0.811400512972987,0.153725174569888,0.0,0.935912249338671,0.153725174569888,0.0,0.856923794538778,0.153725174569888,0.0,0.73221242724247,0.153725174569888,0.0,0.109636087957413,0.5,0.153725174569888,0.0,0.00721399184688464,0,0.256822744190982,1.01080377640555 -1008,0.5,0.153725174569888,0.0,0.342223515908229,0.153725174569888,0.0,0.88775383885029,0.153725174569888,0.0,0.403370523524445,0.153725174569888,0.0,0.145400915502519,0.153725174569888,0.0,0.872321826120897,0.153725174569888,0.0,0.40341718190127,0.153725174569888,0.0,0.663610555408689,0.153725174569888,0.0,0.180703794904345,0.5,0.153725174569888,0.0,0.185103222193705,0.153725174569888,0.0,0.0313831948946741,0.5,0.153725174569888,0.0,0.103006169425365,0.153725174569888,0.0,0.0919826732695697,0.153725174569888,0.0,0.891631576011029,0.153725174569888,0.0,0.891852829131125,0.153725174569888,0.0,0.875302263711821,0.153725174569888,0.0,0.631943872336036,0.153725174569888,0.0,0.0964292018704722,0.5,0.153725174569888,0.0,0.00832460017404322,0,0.332231050590395,1.00900549363804 -1009,0.5,0.153725174569888,0.0,0.390032341071394,0.153725174569888,0.0,0.842264440058971,0.153725174569888,0.0,0.339736263990576,0.153725174569888,0.0,0.150808367068639,0.153725174569888,0.0,0.600050721106123,0.153725174569888,0.0,0.205160323226402,0.153725174569888,0.0,0.436117849844629,0.153725174569888,0.0,0.112932449885789,0.5,0.153725174569888,0.0,0.125348539705346,0.153725174569888,0.0,0.0356455150071308,0.5,0.153725174569888,0.0,0.0928769251169345,0.153725174569888,0.0,0.0736720959307807,0.153725174569888,0.0,0.900032886292757,0.153725174569888,0.0,0.762936150108796,0.153725174569888,0.0,0.804070701180377,0.153725174569888,0.0,0.449808599342364,0.153725174569888,0.0,0.0910872422985612,0.5,0.153725174569888,0.0,0.0115169644056945,0,0.443244426044371,1.00732240945922 -1010,0.5,0.153725174569888,0.0,0.433917561228376,0.153725174569888,0.0,0.759892705566206,0.153725174569888,0.0,0.322759898450832,0.153725174569888,0.0,0.146526286630428,0.153725174569888,0.0,0.386759828428657,0.153725174569888,0.0,0.187992384260825,0.153725174569888,0.0,0.268153457318169,0.153725174569888,0.0,0.1020649739163,0.5,0.153725174569888,0.0,0.0946101540840024,0.153725174569888,0.0,0.035947155386152,0.5,0.153725174569888,0.0,0.108626021613064,0.153725174569888,0.0,0.0552631006106598,0.153725174569888,0.0,0.814271629063711,0.153725174569888,0.0,0.614168622322115,0.153725174569888,0.0,0.583764705964839,0.153725174569888,0.0,0.212809650740121,0.153725174569888,0.0,0.0815911380328068,0.5,0.153725174569888,0.0,0.0175482264812136,0,0.68041187569388,1.00065559542926 -1011,0.5,0.153725174569888,0.0,0.439621175190593,0.153725174569888,0.0,0.514965908381185,0.153725174569888,0.0,0.268492712478773,0.153725174569888,0.0,0.135990390467902,0.153725174569888,0.0,0.325086327526266,0.153725174569888,0.0,0.232451649253713,0.153725174569888,0.0,0.205057432243898,0.153725174569888,0.0,0.137950278658513,0.5,0.153725174569888,0.0,0.0695092987082179,0.153725174569888,0.0,0.0351906459747923,0.5,0.153725174569888,0.0,0.180747478365556,0.153725174569888,0.0,0.0493202449195322,0.153725174569888,0.0,0.785505303474519,0.153725174569888,0.0,0.520271171725254,0.153725174569888,0.0,0.370582288418092,0.153725174569888,0.0,0.102947810631539,0.153725174569888,0.0,0.0902113001554072,0.5,0.153725174569888,0.0,0.0209642012148986,0,0.767660882996091,0.998977068465727 -1012,0.5,0.153725174569888,0.0,0.381543155095025,0.153725174569888,0.0,0.376428465418308,0.153725174569888,0.0,0.19818264440812,0.153725174569888,0.0,0.135091923290871,0.153725174569888,0.0,0.349474098364133,0.153725174569888,0.0,0.267729494268626,0.153725174569888,0.0,0.18335046451103,0.153725174569888,0.0,0.188689123852518,0.5,0.153725174569888,0.0,0.0698579895482116,0.153725174569888,0.0,0.0346814681313442,0.5,0.153725174569888,0.0,0.164100880805717,0.153725174569888,0.0,0.0410411227719984,0.153725174569888,0.0,0.708042670098816,0.153725174569888,0.0,0.479746607424538,0.153725174569888,0.0,0.283451864541172,0.153725174569888,0.0,0.057411930036447,0.153725174569888,0.0,0.0872992609335781,0.5,0.153725174569888,0.0,0.0188512437263672,0,0.807669738833985,1.00493195949861 -1013,0.5,0.153725174569888,0.0,0.294807500782478,0.153725174569888,0.0,0.302784412177577,0.153725174569888,0.0,0.133984325409897,0.153725174569888,0.0,0.150062664906575,0.153725174569888,0.0,0.370264283400989,0.153725174569888,0.0,0.239345536414024,0.153725174569888,0.0,0.253941544294916,0.153725174569888,0.0,0.156141821312255,0.5,0.153725174569888,0.0,0.0997317751364114,0.153725174569888,0.0,0.0406324550537002,0.5,0.153725174569888,0.0,0.128322268093772,0.153725174569888,0.0,0.0381195676450007,0.153725174569888,0.0,0.611323026870868,0.153725174569888,0.0,0.472038345597786,0.153725174569888,0.0,0.265459482461294,0.153725174569888,0.0,0.0436329642256008,0.153725174569888,0.0,0.0663796688704974,0.5,0.153725174569888,0.0,0.0265458301408935,0,0.801123818640323,1.00611954991614 -1014,0.5,0.153725174569888,0.0,0.225494630193735,0.153725174569888,0.0,0.313621800835143,0.153725174569888,0.0,0.0970590394619722,0.153725174569888,0.0,0.118816921761515,0.153725174569888,0.0,0.362896241729117,0.153725174569888,0.0,0.237279650027188,0.153725174569888,0.0,0.319330074159798,0.153725174569888,0.0,0.134298514910633,0.5,0.153725174569888,0.0,0.0836210210848681,0.153725174569888,0.0,0.0596431188322996,0.5,0.153725174569888,0.0,0.13226926308348,0.153725174569888,0.0,0.0551699946290716,0.153725174569888,0.0,0.581393953059341,0.153725174569888,0.0,0.469033355027099,0.153725174569888,0.0,0.26106195327054,0.153725174569888,0.0,0.060695798815899,0.153725174569888,0.0,0.0566971621934577,0.5,0.153725174569888,0.0,0.0404625761879742,0,0.64495502968082,1.00529831301612 -1015,0.5,0.153725174569888,0.0,0.175117337628755,0.153725174569888,0.0,0.373743131837803,0.153725174569888,0.0,0.0675108941204039,0.153725174569888,0.0,0.0821141948456473,0.153725174569888,0.0,0.391617486874658,0.153725174569888,0.0,0.303302918806934,0.153725174569888,0.0,0.334334565261412,0.153725174569888,0.0,0.138935030690618,0.5,0.153725174569888,0.0,0.0607249630070151,0.153725174569888,0.0,0.0801580251664374,0.5,0.153725174569888,0.0,0.177599288796324,0.153725174569888,0.0,0.0990290557623854,0.153725174569888,0.0,0.555169004243322,0.153725174569888,0.0,0.464943808343408,0.153725174569888,0.0,0.287973682797865,0.153725174569888,0.0,0.108469218454356,0.153725174569888,0.0,0.0627629905091755,0.5,0.153725174569888,0.0,0.046587319194144,0,0.497470275164576,0.99899866133459 -1016,0.5,0.153725174569888,0.0,0.149373094473944,0.153725174569888,0.0,0.357779654970147,0.153725174569888,0.0,0.0484317383921838,0.153725174569888,0.0,0.0637720684340359,0.153725174569888,0.0,0.529843813892965,0.153725174569888,0.0,0.33339613065675,0.153725174569888,0.0,0.373620054256709,0.153725174569888,0.0,0.136268237851901,0.5,0.153725174569888,0.0,0.0591680957376331,0.153725174569888,0.0,0.112520470002379,0.5,0.153725174569888,0.0,0.176866537629458,0.153725174569888,0.0,0.153089676482225,0.153725174569888,0.0,0.525139540176012,0.153725174569888,0.0,0.490160693688005,0.153725174569888,0.0,0.264321246169284,0.153725174569888,0.0,0.150359906633779,0.153725174569888,0.0,0.0839725028516475,0.5,0.153725174569888,0.0,0.0630067038860603,0,0.449488904929613,1.0027413170929 -1017,0.5,0.153725174569888,0.0397195943798019,0.133800552430928,0.153725174569888,0.045734649700034,0.294725864992634,0.153725174569888,0.0559342871669136,0.0395014821166954,0.153725174569888,0.0333127586389516,0.0579148468999821,0.153725174569888,0.0281390555992729,0.516473270255756,0.153725174569888,0.0248132268354928,0.301043861364193,0.153725174569888,0.0396562093409116,0.35470557157606,0.153725174569888,0.0371733400128758,0.139052645060612,0.5,0.153725174569888,0.0471075116239324,0.0601552265032157,0.153725174569888,0.0184958385779782,0.128086760008448,0.5,0.153725174569888,0.0235607068634066,0.107203989384685,0.153725174569888,0.0112476922500239,0.175239991263153,0.153725174569888,0.0311367463885919,0.513911653149545,0.153725174569888,0.0288621183024087,0.530508118323281,0.153725174569888,0.0403889118633545,0.261722541943144,0.153725174569888,0.049748119076498,0.147172645999714,0.153725174569888,0.0225665377852303,0.108912789124648,0.5,0.153725174569888,0.0488610183247738,0.0811062156879072,0,0.454846561906182,0.995557722616639 -1018,0.5,0.153725174569888,0.15370710717267,0.131895568274344,0.153725174569888,0.219422052792095,0.339100265765399,0.153725174569888,0.208253874170864,0.0498231492043008,0.153725174569888,0.109982383947151,0.0512248319499951,0.153725174569888,0.190142167413769,0.469933860789154,0.153725174569888,0.185646239374583,0.329804081454405,0.153725174569888,0.214189528985858,0.308870704973775,0.153725174569888,0.200835833056734,0.145160782340702,0.5,0.153725174569888,0.194762868212986,0.0779070737193311,0.153725174569888,0.0678967086090608,0.167325090819666,0.5,0.153725174569888,0.133810699420215,0.084208552916782,0.153725174569888,0.058484182231259,0.111570097296141,0.153725174569888,0.185123673022192,0.561131910893059,0.153725174569888,0.201431386662046,0.531104314860657,0.153725174569888,0.207636686375009,0.318061410424048,0.153725174569888,0.212034973053774,0.140216229532351,0.153725174569888,0.0848208271202475,0.148694770926841,0.5,0.153725174569888,0.0776515030716893,0.123875782625894,0,0.457180533987143,0.998855311912051 -1019,0.5,0.153725174569888,0.281540261100154,0.162996155375651,0.153725174569888,0.380604810992758,0.446684078701449,0.153725174569888,0.375048532540824,0.118336880134716,0.153725174569888,0.216732535763225,0.0575854160861556,0.153725174569888,0.34465020301264,0.506593081588136,0.153725174569888,0.362650754575253,0.336866865454641,0.153725174569888,0.369134695902963,0.316193327815826,0.153725174569888,0.366356294382092,0.149817055087852,0.5,0.153725174569888,0.306652294301908,0.105788537574519,0.153725174569888,0.113788340281281,0.143181323060965,0.5,0.153725174569888,0.291771119847384,0.15365088345302,0.153725174569888,0.157765006346601,0.0795063012700862,0.153725174569888,0.310093601959333,0.611221529387476,0.153725174569888,0.35872422616667,0.527472391881933,0.153725174569888,0.382666849874641,0.42596754358308,0.153725174569888,0.349400493459938,0.124499395227095,0.153725174569888,0.156629754416239,0.160683844379254,0.5,0.153725174569888,0.122833803444485,0.20271305886367,0,0.473391488234703,0.997894001414008 -1020,0.5,0.153725174569888,0.399851981294399,0.239537950455015,0.153725174569888,0.497815848769857,0.526857515949046,0.153725174569888,0.480953737270258,0.332313444101233,0.153725174569888,0.341590794537004,0.104413631512864,0.153725174569888,0.488728285938281,0.648455576142439,0.153725174569888,0.493846671616802,0.380070064117785,0.153725174569888,0.500724880429854,0.453928147352642,0.153725174569888,0.49875753077713,0.281772920970913,0.5,0.153725174569888,0.396341556174869,0.147204551559279,0.153725174569888,0.151615901584266,0.0992599876038764,0.5,0.153725174569888,0.415939845073373,0.165874330127099,0.153725174569888,0.211639684860613,0.0701492034430931,0.153725174569888,0.389992736953808,0.67358511031379,0.153725174569888,0.48264239644996,0.614333033688883,0.153725174569888,0.498114904404436,0.474479892558692,0.153725174569888,0.471757146503863,0.145476053398368,0.153725174569888,0.197558385470216,0.157797172478202,0.5,0.153725174569888,0.166269015200135,0.290900325958341,0,0.524406179598126,0.990577867978151 -1021,0.5,0.153725174569888,0.496057432854108,0.321825611450873,0.153725174569888,0.55238981933339,0.517126265274633,0.153725174569888,0.508300263972268,0.329433216167284,0.153725174569888,0.439868712469796,0.174574601980521,0.153725174569888,0.558263130851858,0.488803381638843,0.153725174569888,0.56572553523303,0.367636404945038,0.153725174569888,0.566301925785528,0.444528656023586,0.153725174569888,0.573779129057391,0.325972713690115,0.5,0.153725174569888,0.45815003608763,0.155158984959794,0.153725174569888,0.201787907091231,0.0667534491315184,0.5,0.153725174569888,0.484292799127867,0.129147499314076,0.153725174569888,0.272470148433236,0.0468207764836217,0.153725174569888,0.48310119294221,0.745357903592196,0.153725174569888,0.550139142610831,0.610901336907632,0.153725174569888,0.555063451514165,0.484832538926662,0.153725174569888,0.539634648521067,0.226424241215112,0.153725174569888,0.208589138271283,0.156228965603998,0.5,0.153725174569888,0.176643638544141,0.334516912245813,0,0.576485482714774,0.865346202350469 -1022,0.5,0.153725174569888,0.504914386357792,0.30633444395487,0.153725174569888,0.546040648252315,0.56247162185568,0.153725174569888,0.498971532042324,0.247810671590221,0.153725174569888,0.459452638959155,0.160222640385248,0.153725174569888,0.564119178396919,0.439227874950223,0.153725174569888,0.565778455508683,0.442592121239036,0.153725174569888,0.561248971251728,0.377082021471511,0.153725174569888,0.569470307214676,0.317733821018897,0.5,0.153725174569888,0.474240837544955,0.184762158980498,0.153725174569888,0.185629117927782,0.0376560794471354,0.5,0.153725174569888,0.433926828242749,0.103833720493502,0.153725174569888,0.288214152285172,0.0311631626073369,0.153725174569888,0.470309041522547,0.721595467768757,0.153725174569888,0.555939266615604,0.493891370529258,0.153725174569888,0.544455890942855,0.391316873546655,0.153725174569888,0.543543504144726,0.231779573831275,0.153725174569888,0.213361648302209,0.122118938261159,0.5,0.153725174569888,0.156663208527566,0.264981440301632,0,0.527150426535092,0.879709675256288 -1023,0.5,0.153725174569888,0.419172852866253,0.186257492681682,0.153725174569888,0.473883825410571,0.340581439997505,0.153725174569888,0.43051783596175,0.15412177935161,0.153725174569888,0.373478412205359,0.0851322286886462,0.153725174569888,0.493405279565615,0.453903679812498,0.153725174569888,0.477726233645815,0.443833244717574,0.153725174569888,0.49100844597826,0.323042501743077,0.153725174569888,0.499788586065337,0.327510422902145,0.5,0.153725174569888,0.415832828421535,0.245021298198375,0.153725174569888,0.139410767252476,0.0111013053447985,0.5,0.153725174569888,0.341435788406002,0.0902927020287989,0.153725174569888,0.281121891172926,0.0401910815500466,0.153725174569888,0.386360233464978,0.530202318343012,0.153725174569888,0.487553259427464,0.360831099687668,0.153725174569888,0.468893400337271,0.244831574890198,0.153725174569888,0.473418272128581,0.209567773599923,0.153725174569888,0.173107425667063,0.0839219417869812,0.5,0.153725174569888,0.101359724177881,0.144242877509994,0,0.416978918025424,0.849674550995152 -1024,0.5,0.153725174569888,0.268333036829551,0.089780956552408,0.153725174569888,0.26329002791626,0.169080319903887,0.153725174569888,0.309435350300753,0.0608622796134194,0.153725174569888,0.211001332863504,0.0157839050571082,0.153725174569888,0.349898478456267,0.341611684318659,0.153725174569888,0.348825510392592,0.365339596807316,0.153725174569888,0.359384337723938,0.198098897357095,0.153725174569888,0.370643676082408,0.346623283710265,0.5,0.153725174569888,0.29801897591646,0.246525772668681,0.153725174569888,0.0957345259554859,0.00208244278043687,0.5,0.153725174569888,0.22846935475065,0.0818814742414478,0.153725174569888,0.239260396289511,0.0655849071699389,0.153725174569888,0.267833327661819,0.284793158163352,0.153725174569888,0.347318889339128,0.271340527725452,0.153725174569888,0.3422972867609,0.11153757526556,0.153725174569888,0.360055638247311,0.15054483721387,0.153725174569888,0.113718671941213,0.0577549174872244,0.5,0.153725174569888,0.0520050660123627,0.047888528256464,0,0.293876408938637,0.898736969705876 -1025,0.5,0.153725174569888,0.00257085420565629,0.082313371261163,0.153725174569888,0.0370585644892991,0.124432729211341,0.153725174569888,0.0609389116853929,0.0632410997686362,0.153725174569888,0.0080532681063752,0.00961815479975266,0.153725174569888,0.138414848974162,0.28131492135662,0.153725174569888,0.176636598489506,0.423197827296826,0.153725174569888,0.139484464611825,0.181453048637225,0.153725174569888,0.119319286569322,0.400361761722728,0.5,0.153725174569888,0.110708286373198,0.213004688448334,0.153725174569888,0.0418954761619335,0.00670752838098578,0.5,0.153725174569888,0.0806774927783267,0.0912330849231715,0.153725174569888,0.0947684520479609,0.0760306432515109,0.153725174569888,0.0666999100023757,0.193957911934401,0.153725174569888,0.093790033387209,0.290748773169039,0.153725174569888,0.0747143052125962,0.0942453316060735,0.153725174569888,0.0917109929845018,0.135664809038779,0.153725174569888,0.0323806485545947,0.0494036251501418,0.5,0.153725174569888,0.0130691606740586,0.00692168009762576,0,0.199790244496021,0.989889712559221 -1026,0.5,0.153725174569888,0.0,0.0799560006860793,0.153725174569888,0.0,0.142373836091257,0.153725174569888,0.0,0.109917045353902,0.153725174569888,0.0,0.0196322534002743,0.153725174569888,0.0,0.376941932087371,0.153725174569888,0.0,0.553489001879918,0.153725174569888,0.0,0.31807253023206,0.153725174569888,0.0,0.470863429231332,0.5,0.153725174569888,0.0,0.261160446530014,0.153725174569888,0.0,0.0270116528563589,0.5,0.153725174569888,0.0,0.0929627584556005,0.153725174569888,0.0,0.098560279909143,0.153725174569888,0.0,0.25210325060722,0.153725174569888,0.0,0.374058034302288,0.153725174569888,0.0,0.125537731114061,0.153725174569888,0.0,0.191301312324741,0.153725174569888,0.0,0.0621945038794787,0.5,0.153725174569888,0.0,0.00426563765390174,0,0.13476970562778,1.00529484096637 -1027,0.5,0.153725174569888,0.0,0.0807967394662962,0.153725174569888,0.0,0.150797087608628,0.153725174569888,0.0,0.157845973673295,0.153725174569888,0.0,0.0386319413145706,0.153725174569888,0.0,0.490441548631858,0.153725174569888,0.0,0.687059703276693,0.153725174569888,0.0,0.427865702248619,0.153725174569888,0.0,0.569851598219139,0.5,0.153725174569888,0.0,0.394532667482349,0.153725174569888,0.0,0.0457414146664474,0.5,0.153725174569888,0.0,0.130797970622567,0.153725174569888,0.0,0.107993212269288,0.153725174569888,0.0,0.29939613124891,0.153725174569888,0.0,0.435567231410629,0.153725174569888,0.0,0.182980179388784,0.153725174569888,0.0,0.298660018486777,0.153725174569888,0.0,0.0949915717688449,0.5,0.153725174569888,0.0,0.0200782585615982,0,0.115133259244724,1.00680250240319 -1028,0.5,0.153725174569888,0.0,0.113783276862488,0.153725174569888,0.0,0.183867325400305,0.153725174569888,0.0,0.194540148064645,0.153725174569888,0.0,0.0578929600928187,0.153725174569888,0.0,0.665706332388835,0.153725174569888,0.0,0.840971720698575,0.153725174569888,0.0,0.57708178334944,0.153725174569888,0.0,0.757215582631815,0.5,0.153725174569888,0.0,0.49359004314883,0.153725174569888,0.0,0.0565074557548576,0.5,0.153725174569888,0.0,0.202918449155318,0.153725174569888,0.0,0.136938962376134,0.153725174569888,0.0,0.351168048965676,0.153725174569888,0.0,0.542762371545209,0.153725174569888,0.0,0.247903896010065,0.153725174569888,0.0,0.44696070868918,0.153725174569888,0.0,0.157088829410095,0.5,0.153725174569888,0.0,0.056466886788529,0,0.100323199459293,1.00848869530889 -1029,0.5,0.153725174569888,0.0,0.14964425073519,0.153725174569888,0.0,0.288692547850152,0.153725174569888,0.0,0.19999250513579,0.153725174569888,0.0,0.0667221644186954,0.153725174569888,0.0,0.781963553676061,0.153725174569888,0.0,0.964948269869906,0.153725174569888,0.0,0.83157268113713,0.153725174569888,0.0,0.913533837944176,0.5,0.153725174569888,0.0,0.521813878404407,0.153725174569888,0.0,0.0615882848552345,0.5,0.153725174569888,0.0,0.323788552866796,0.153725174569888,0.0,0.176169612972968,0.153725174569888,0.0,0.456365492283618,0.153725174569888,0.0,0.643274474795159,0.153725174569888,0.0,0.372855539037921,0.153725174569888,0.0,0.628534497828472,0.153725174569888,0.0,0.253999266668288,0.5,0.153725174569888,0.0,0.0962318791245973,0,0.134792966826141,1.00940521242886 -1030,0.5,0.153725174569888,0.0,0.1736640956842,0.153725174569888,0.0,0.392593526637993,0.153725174569888,0.0,0.204110036975233,0.153725174569888,0.0,0.0729977167490538,0.153725174569888,0.0,0.902727560392492,0.153725174569888,0.0,1.01373053723375,0.153725174569888,0.0,0.965320316955797,0.153725174569888,0.0,0.956004772707668,0.5,0.153725174569888,0.0,0.553599672160106,0.153725174569888,0.0,0.10226722734145,0.5,0.153725174569888,0.0,0.299103340805815,0.153725174569888,0.0,0.186264597870381,0.153725174569888,0.0,0.508508445086657,0.153725174569888,0.0,0.71798075162119,0.153725174569888,0.0,0.515604821267492,0.153725174569888,0.0,0.744130661519096,0.153725174569888,0.0,0.336170687253366,0.5,0.153725174569888,0.0,0.15133938293663,0,0.176818779350421,1.01021074878052 -1031,0.5,0.153725174569888,0.0,0.197886771957856,0.153725174569888,0.0,0.507726351747958,0.153725174569888,0.0,0.243226735061167,0.153725174569888,0.0,0.0884525951043461,0.153725174569888,0.0,0.972061131008308,0.153725174569888,0.0,1.0185546625505,0.153725174569888,0.0,1.01051229374291,0.153725174569888,0.0,0.959968558251395,0.5,0.153725174569888,0.0,0.571353827736928,0.153725174569888,0.0,0.0706435134645149,0.5,0.153725174569888,0.0,0.325752414700718,0.153725174569888,0.0,0.211817274209737,0.153725174569888,0.0,0.615655236835082,0.153725174569888,0.0,0.834482234860022,0.153725174569888,0.0,0.633343774488601,0.153725174569888,0.0,0.827322685618498,0.153725174569888,0.0,0.384077866458459,0.5,0.153725174569888,0.0,0.203998793995941,0,0.252483239405681,1.01074637331037 -1032,0.5,0.153725174569888,0.0,0.210516384199801,0.153725174569888,0.0,0.708460781203933,0.153725174569888,0.0,0.334717409982249,0.153725174569888,0.0,0.115818957356014,0.153725174569888,0.0,0.989503822066295,0.153725174569888,0.0,1.01971895682551,0.153725174569888,0.0,1.01087946063632,0.153725174569888,0.0,0.932962331440979,0.5,0.153725174569888,0.0,0.552591601567441,0.153725174569888,0.0,0.0684821950808481,0.5,0.153725174569888,0.0,0.406994952456309,0.153725174569888,0.0,0.231709153415771,0.153725174569888,0.0,0.731580508369966,0.153725174569888,0.0,0.920583006243288,0.153725174569888,0.0,0.710815309322984,0.153725174569888,0.0,0.907248001624281,0.153725174569888,0.0,0.444714973251569,0.5,0.153725174569888,0.0,0.161837038413551,0,0.363123407331763,0.0188170172220613 -1033,0.5,0.153725174569888,0.0,0.251343215046933,0.153725174569888,0.0,0.802503556523861,0.153725174569888,0.0,0.420260012234961,0.153725174569888,0.0,0.167839103937078,0.153725174569888,0.0,1.00390247564802,0.153725174569888,0.0,1.02044160157439,0.153725174569888,0.0,1.01583419991474,0.153725174569888,0.0,0.924046363887454,0.5,0.153725174569888,0.0,0.54287076656695,0.153725174569888,0.0,0.0693320070674904,0.5,0.153725174569888,0.0,0.549996991054895,0.153725174569888,0.0,0.231539780135153,0.153725174569888,0.0,0.841487590043558,0.153725174569888,0.0,0.942702227272835,0.153725174569888,0.0,0.745801285866926,0.153725174569888,0.0,0.882075842319206,0.153725174569888,0.0,0.521062704834311,0.5,0.153725174569888,0.0,0.144372352044625,0,0.476919992044327,0.14036225468866 -1034,0.5,0.153725174569888,0.0,0.345810401993047,0.153725174569888,0.0,0.861941113287459,0.153725174569888,0.0,0.457872414392313,0.153725174569888,0.0,0.239115950638483,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.983774914948438,0.153725174569888,0.0,1.01612103783939,0.153725174569888,0.0,0.834675379829666,0.5,0.153725174569888,0.0,0.570001767705786,0.153725174569888,0.0,0.0706626879782469,0.5,0.153725174569888,0.0,0.495950182269062,0.153725174569888,0.0,0.384632205898388,0.153725174569888,0.0,0.901758134547313,0.153725174569888,0.0,0.978502786871775,0.153725174569888,0.0,0.805169676805713,0.153725174569888,0.0,0.865711086466436,0.153725174569888,0.0,0.54234929236237,0.5,0.153725174569888,0.0,0.152174674410713,0,0.500392900594639,0.00979865713374569 -1035,0.5,0.153725174569888,0.0,0.454595394564545,0.153725174569888,0.0,0.981634368950437,0.153725174569888,0.0,0.435022893552312,0.153725174569888,0.0,0.315337271247819,0.153725174569888,0.0,1.01844283002317,0.153725174569888,0.0,0.894594735400066,0.153725174569888,0.0,1.00954214810329,0.153725174569888,0.0,0.73996780869451,0.5,0.153725174569888,0.0,0.562975997106963,0.153725174569888,0.0,0.0585875967299273,0.5,0.153725174569888,0.0,0.393862748786618,0.153725174569888,0.0,0.405271711881325,0.153725174569888,0.0,0.969797777806829,0.153725174569888,0.0,1.00021732598909,0.153725174569888,0.0,0.847042430863985,0.153725174569888,0.0,0.845331514744085,0.153725174569888,0.0,0.525399825245989,0.5,0.153725174569888,0.0,0.150115415553729,0,0.676343038764898,0.889998254934164 -1036,0.5,0.153725174569888,0.0,0.540061838490553,0.153725174569888,0.0,1.01495969422763,0.153725174569888,0.0,0.441080782320203,0.153725174569888,0.0,0.368902718453609,0.153725174569888,0.0,0.944224901212063,0.153725174569888,0.0,0.767495834632044,0.153725174569888,0.0,0.950991103415663,0.153725174569888,0.0,0.574138387027221,0.5,0.153725174569888,0.0,0.520712603855897,0.153725174569888,0.0,0.0483108375781,0.5,0.153725174569888,0.0,0.487906600897701,0.153725174569888,0.0,0.528172909510007,0.153725174569888,0.0,0.996130438214246,0.153725174569888,0.0,0.983917209823191,0.153725174569888,0.0,0.910921237502178,0.153725174569888,0.0,0.748863614195021,0.153725174569888,0.0,0.434836340458559,0.5,0.153725174569888,0.0,0.0923623081803582,0,0.848273318976512,1.00262677679322 -1037,0.5,0.153725174569888,0.0,0.607799927639887,0.153725174569888,0.0,0.987445580840446,0.153725174569888,0.0,0.512444432690779,0.153725174569888,0.0,0.38332597820495,0.153725174569888,0.0,0.818022383756625,0.153725174569888,0.0,0.661119859519079,0.153725174569888,0.0,0.842366840660621,0.153725174569888,0.0,0.419793064315233,0.5,0.153725174569888,0.0,0.456136934729643,0.153725174569888,0.0,0.0512798586235484,0.5,0.153725174569888,0.0,0.601648400999213,0.153725174569888,0.0,0.650282813967562,0.153725174569888,0.0,1.0003862170675,0.153725174569888,0.0,0.885110327559255,0.153725174569888,0.0,0.896074110651249,0.153725174569888,0.0,0.761972167707767,0.153725174569888,0.0,0.411203965140322,0.5,0.153725174569888,0.0,0.0413639558586407,0,0.923310896092766,0.982950459751122 -1038,0.5,0.153725174569888,0.0,0.702049362438005,0.153725174569888,0.0,0.88128107762183,0.153725174569888,0.0,0.581954027901698,0.153725174569888,0.0,0.387601352560997,0.153725174569888,0.0,0.721671709883975,0.153725174569888,0.0,0.682767591906894,0.153725174569888,0.0,0.706826921108315,0.153725174569888,0.0,0.373549066349101,0.5,0.153725174569888,0.0,0.414136222558781,0.153725174569888,0.0,0.129774807559074,0.5,0.153725174569888,0.0,0.590826201404969,0.153725174569888,0.0,0.611128619237889,0.153725174569888,0.0,0.967649366640962,0.153725174569888,0.0,0.753153037933382,0.153725174569888,0.0,0.776762747199263,0.153725174569888,0.0,0.688954603208831,0.153725174569888,0.0,0.434239361163506,0.5,0.153725174569888,0.0,0.0356742679711484,0,0.949772777156965,0.959941209068566 -1039,0.5,0.153725174569888,0.0,0.762225884893472,0.153725174569888,0.0,0.715286176217444,0.153725174569888,0.0,0.581899784123686,0.153725174569888,0.0,0.43340726099146,0.153725174569888,0.0,0.761835028311468,0.153725174569888,0.0,0.717964641856531,0.153725174569888,0.0,0.63129868319623,0.153725174569888,0.0,0.296278087461147,0.5,0.153725174569888,0.0,0.252285128949311,0.153725174569888,0.0,0.206225726913217,0.5,0.153725174569888,0.0,0.598089674930465,0.153725174569888,0.0,0.543050971260663,0.153725174569888,0.0,0.852884180572853,0.153725174569888,0.0,0.653837030123729,0.153725174569888,0.0,0.630522181305968,0.153725174569888,0.0,0.562069541361816,0.153725174569888,0.0,0.40964648288305,0.5,0.153725174569888,0.0,0.0448094736586739,0,0.935827263447746,0.935839640826311 -1040,0.5,0.153725174569888,0.0,0.734464161282521,0.153725174569888,0.0,0.482177186861856,0.153725174569888,0.0,0.552292045190468,0.153725174569888,0.0,0.470302820354722,0.153725174569888,0.0,0.845637600461626,0.153725174569888,0.0,0.699847503928205,0.153725174569888,0.0,0.575071240483597,0.153725174569888,0.0,0.255822644561938,0.5,0.153725174569888,0.0,0.21697555243135,0.153725174569888,0.0,0.150130505588528,0.5,0.153725174569888,0.0,0.473581171137008,0.153725174569888,0.0,0.402373090468105,0.153725174569888,0.0,0.664445347013347,0.153725174569888,0.0,0.633740175341635,0.153725174569888,0.0,0.521452882967427,0.153725174569888,0.0,0.416239642172747,0.153725174569888,0.0,0.346012832425502,0.5,0.153725174569888,2.08679979752298e-05,0.107270941610202,0,0.956738796097702,0.985882465926781 -1041,0.5,0.153725174569888,0.022302999512926,0.652465329928153,0.153725174569888,0.00284288679981203,0.311661026447908,0.153725174569888,0.0242948886725622,0.457373642813711,0.153725174569888,0.0368250390242937,0.459946343187335,0.153725174569888,0.0014628135134853,0.86706657533747,0.153725174569888,0.0056685088691025,0.654406731607903,0.153725174569888,0.00505356092981236,0.489485750128166,0.153725174569888,0.00845171054339285,0.312541851520831,0.5,0.153725174569888,0.00448218576742185,0.152406230144311,0.153725174569888,0.0293745611491494,0.162083362385,0.5,0.153725174569888,0.0100652356816071,0.28082657190276,0.153725174569888,0.0166173038971434,0.257245120996441,0.153725174569888,0.00473225291470676,0.489383889583146,0.153725174569888,0.00161738889685709,0.683655932555634,0.153725174569888,0.00653925287084625,0.451537339338468,0.153725174569888,0.0137207284395271,0.271079267052054,0.153725174569888,0.0120508813066959,0.272926934278921,0.5,0.153725174569888,0.060309485323049,0.0760373898121683,0,0.89638859795306,1.00296748124371 -1042,0.5,0.153725174569888,0.0484723522829286,0.515979442632009,0.153725174569888,0.0244697601374654,0.325809481020618,0.153725174569888,0.0754969166064176,0.250894771569358,0.153725174569888,0.078204662545094,0.396260438111535,0.153725174569888,0.0157237797786517,0.843890083872105,0.153725174569888,0.149893266575037,0.672153978637567,0.153725174569888,0.0493505297607851,0.487648749022255,0.153725174569888,0.0726274243916264,0.267432682496268,0.5,0.153725174569888,0.0199681249746988,0.0766397643106031,0.153725174569888,0.118283985214051,0.0751933450419632,0.5,0.153725174569888,0.013688861945572,0.138664323741808,0.153725174569888,0.0606761816500804,0.143985969866354,0.153725174569888,0.0270799372345542,0.469383578428259,0.153725174569888,0.0134678635488714,0.749685890416219,0.153725174569888,0.0395663379095255,0.413600827998941,0.153725174569888,0.0672378337617436,0.232331256869977,0.153725174569888,0.0468690023967659,0.218218389614884,0.5,0.153725174569888,0.149361941627286,0.0616972747042337,0,0.735801199188416,1.00581237213579 -1043,0.5,0.153725174569888,0.0741146060959411,0.373647351553422,0.153725174569888,0.0469860592718968,0.485871978342312,0.153725174569888,0.191927073953828,0.258680690989878,0.153725174569888,0.133693036113175,0.284799053956554,0.153725174569888,0.0768698638253151,0.799277114601616,0.153725174569888,0.329309821696322,0.691098891856862,0.153725174569888,0.21491868499662,0.553703821490506,0.153725174569888,0.186734679696467,0.245504483804951,0.5,0.153725174569888,0.0620947041320485,0.0847952107397989,0.153725174569888,0.229986395071825,0.0204812309605239,0.5,0.153725174569888,0.036434921874144,0.0644992899069045,0.153725174569888,0.153128336423244,0.127109822883084,0.153725174569888,0.0441148717705623,0.577880266229399,0.153725174569888,0.0413964122801349,0.761490421610472,0.153725174569888,0.0945805361958545,0.429614722590375,0.153725174569888,0.0955960023083967,0.140027917007594,0.153725174569888,0.0452506909728768,0.149115419126119,0.5,0.153725174569888,0.2293790542561,0.0384511499855625,0,0.596398636663632,1.00968523501251 -1044,0.5,0.153725174569888,0.144962794388127,0.268442243602383,0.153725174569888,0.0741104180171046,0.650511363247362,0.153725174569888,0.192278354786704,0.244943789846197,0.153725174569888,0.233410845405179,0.292648544050511,0.153725174569888,0.315184676999479,0.885299767432646,0.153725174569888,0.403296443907045,0.71686722905855,0.153725174569888,0.387654684095982,0.480836174651272,0.153725174569888,0.257083961400991,0.330331851022954,0.5,0.153725174569888,0.0790567110746896,0.127733042455499,0.153725174569888,0.347871718055976,0.0125610372236442,0.5,0.153725174569888,0.073288953414149,0.0373207246054106,0.153725174569888,0.196508138369546,0.189966837094723,0.153725174569888,0.0578555701026465,0.596559345585467,0.153725174569888,0.143858847529114,0.672644996651214,0.153725174569888,0.130425955516347,0.37102522286832,0.153725174569888,0.140026106758737,0.0929320989742661,0.153725174569888,0.0745579452213776,0.0637693136954521,0.5,0.153725174569888,0.284636706317049,0.0320157387204418,0,0.374807822361821,1.00743674619353 -1045,0.5,0.153725174569888,0.201555795927372,0.206903053512516,0.153725174569888,0.0737837787553611,0.420765113568958,0.153725174569888,0.282156229785142,0.117756608219248,0.153725174569888,0.146999442574226,0.179201837916558,0.153725174569888,0.488683280831121,0.888147398148213,0.153725174569888,0.45042706735936,0.770590380324115,0.153725174569888,0.43669260027624,0.426838674940853,0.153725174569888,0.216243083149152,0.379276731904838,0.5,0.153725174569888,0.0945090535844656,0.208291383809791,0.153725174569888,0.440106545429772,0.0121330797230417,0.5,0.153725174569888,0.102680353631753,0.0535518070391947,0.153725174569888,0.185991638408318,0.214760842326041,0.153725174569888,0.0783879325680613,0.542025055027401,0.153725174569888,0.318651906163642,0.642747089920546,0.153725174569888,0.212751835058937,0.293295890042937,0.153725174569888,0.175731518077949,0.113645390631849,0.153725174569888,0.105443347116098,0.0419483307592528,0.5,0.153725174569888,0.385972428269873,0.0429211171406238,0,0.298978014725549,1.00539580120168 -1046,0.5,0.153725174569888,0.165740972699034,0.192982631131572,0.153725174569888,0.231571500646533,0.425113000606256,0.153725174569888,0.236605247587531,0.0840644886548889,0.153725174569888,0.146192554776749,0.108961939760037,0.153725174569888,0.47399846075281,0.760760198674065,0.153725174569888,0.434281360425347,0.576427948494853,0.153725174569888,0.385192114944629,0.446813967675514,0.153725174569888,0.189547799000411,0.301079687206827,0.5,0.153725174569888,0.109349860009163,0.234883782693221,0.153725174569888,0.250908863193224,0.0124058632337689,0.5,0.153725174569888,0.0962017158255745,0.0550580175690375,0.153725174569888,0.137425909526013,0.304929464055911,0.153725174569888,0.103706851959589,0.446200032481356,0.153725174569888,0.414246182072024,0.626020598751456,0.153725174569888,0.321779138432352,0.258683141405112,0.153725174569888,0.188977344378274,0.184116197516897,0.153725174569888,0.108926170583353,0.0353361775640695,0.5,0.153725174569888,0.479969350836933,0.0632574869312099,0,0.262516740745736,1.00860814175003 -1047,0.5,0.153725174569888,0.162487867290342,0.144872288332114,0.153725174569888,0.38748063453927,0.275878952753234,0.153725174569888,0.130223638371516,0.069586607883369,0.153725174569888,0.16289398418845,0.0665977039324412,0.153725174569888,0.403447284619812,0.500149431954392,0.153725174569888,0.303193788551091,0.409039552926548,0.153725174569888,0.241085046420653,0.281153537680871,0.153725174569888,0.146715741549723,0.270427627866776,0.5,0.153725174569888,0.0964348920420906,0.253327055312984,0.153725174569888,0.172105654202169,0.197988194861286,0.5,0.153725174569888,0.0742794607924441,0.115469160412988,0.153725174569888,0.0889321659836046,0.584738001061412,0.153725174569888,0.131382354546766,0.344967517016338,0.153725174569888,0.376610649586008,0.530712738108489,0.153725174569888,0.272433816860263,0.265674940255182,0.153725174569888,0.128492403251108,0.168127845883494,0.153725174569888,0.0830827530532617,0.0493162227450744,0.5,0.153725174569888,0.361023940886332,0.0520368127168553,0,0.28618716671942,1.00362729267122 -1048,0.5,0.153725174569888,0.0993165760139777,0.101555362123234,0.153725174569888,0.263500176333849,0.167656568169897,0.153725174569888,0.0649594653928984,0.0640419323514013,0.153725174569888,0.110128796360607,0.0302478932634292,0.153725174569888,0.275592196178405,0.283417495564522,0.153725174569888,0.135612301274041,0.332755112503413,0.153725174569888,0.09286314180431,0.226052527215515,0.153725174569888,0.113271719036278,0.277859164387035,0.5,0.153725174569888,0.0596824063423842,0.296327239340377,0.153725174569888,0.0791161861012398,0.176447408558513,0.5,0.153725174569888,0.058093810498112,0.158683786616198,0.153725174569888,0.0488062904488779,0.451697924512693,0.153725174569888,0.149654795940468,0.29864176857551,0.153725174569888,0.292237503381563,0.415875898464841,0.153725174569888,0.155110797213094,0.210721209361508,0.153725174569888,0.0694123445780317,0.152940146243849,0.153725174569888,0.0464840288566224,0.117808984173232,0.5,0.153725174569888,0.151415433909796,0.0259685062023184,0,0.214638028275102,0.994334154097004 -1049,0.5,0.153725174569888,0.00362239966138062,0.0976589753323017,0.153725174569888,0.0465246786870495,0.157701193085658,0.153725174569888,0.0156282451877224,0.050261006496572,0.153725174569888,0.00345662371509819,0.037422942481303,0.153725174569888,0.113844777193718,0.2579160215185,0.153725174569888,0.0899872382085497,0.245819920055308,0.153725174569888,0.027137791672082,0.192940089114843,0.153725174569888,0.0336218086823435,0.211289802586014,0.5,0.153725174569888,0.0259599023447481,0.344826653040124,0.153725174569888,0.0203477725168162,0.288683727152734,0.5,0.153725174569888,0.0346772373954235,0.111882646568139,0.153725174569888,0.0208353088857266,0.25712523135213,0.153725174569888,0.0843121037388721,0.290827445160338,0.153725174569888,0.105398886726813,0.305858732333904,0.153725174569888,0.049232117698449,0.159747226604792,0.153725174569888,0.0213271584479636,0.178725839704053,0.153725174569888,0.0136996900427327,0.112193560809848,0.5,0.153725174569888,0.0272355300771893,0.139730262149196,0,0.213603394744864,0.968107037491991 -1050,0.5,0.153725174569888,0.0,0.0847022844850432,0.153725174569888,0.0,0.14336011919947,0.153725174569888,0.0,0.038870421296841,0.153725174569888,0.0,0.0537619906409837,0.153725174569888,0.0,0.253282472130039,0.153725174569888,1.89143031284758e-05,0.207386552812928,0.153725174569888,0.0,0.176354737111538,0.153725174569888,6.89704327603639e-05,0.157140684903477,0.5,0.153725174569888,0.000105824627923417,0.347752427183818,0.153725174569888,0.0,0.663613127504121,0.5,0.153725174569888,0.0,0.126123128660313,0.153725174569888,7.57380384938418e-05,0.081107045843323,0.153725174569888,0.0,0.28251939443427,0.153725174569888,0.0,0.268196453202312,0.153725174569888,0.0,0.16810165586173,0.153725174569888,0.0,0.15713248665282,0.153725174569888,0.0,0.0808965224963526,0.5,0.153725174569888,0.0,0.342366243570344,0,0.193762558349035,0.925794021318045 -1051,0.5,0.153725174569888,0.0,0.0754121224846405,0.153725174569888,0.0,0.132452890689934,0.153725174569888,0.0,0.027769130956808,0.153725174569888,0.0,0.0409168115529311,0.153725174569888,0.0,0.202527919078456,0.153725174569888,0.0,0.239300460831474,0.153725174569888,0.0,0.220330614144314,0.153725174569888,0.0,0.17257822022967,0.5,0.153725174569888,0.0,0.287723212588178,0.153725174569888,0.0,0.211238519748274,0.5,0.153725174569888,0.0,0.20166923654371,0.153725174569888,0.0,0.0462118986393036,0.153725174569888,0.0,0.25170913961278,0.153725174569888,0.0,0.233290789640224,0.153725174569888,0.0,0.172492216736454,0.153725174569888,0.0,0.145958538017034,0.153725174569888,0.0,0.0637218628009522,0.5,0.153725174569888,0.0,0.348021409722284,0,0.0999166890813527,0.892708109408715 -1052,0.5,0.153725174569888,0.0,0.0729665552804226,0.153725174569888,0.0,0.128920233251743,0.153725174569888,0.0,0.0353359388326482,0.153725174569888,0.0,0.0135914189484978,0.153725174569888,0.0,0.200545493789436,0.153725174569888,0.0,0.285896250843847,0.153725174569888,0.0,0.213413422361504,0.153725174569888,0.0,0.247292233246973,0.5,0.153725174569888,0.0,0.337755292984456,0.153725174569888,0.0,0.033939355167242,0.5,0.153725174569888,0.0,0.200372697732809,0.153725174569888,0.0,0.0329050473732212,0.153725174569888,0.0,0.247159818523608,0.153725174569888,0.0,0.199220780498202,0.153725174569888,0.0,0.167733984796129,0.153725174569888,0.0,0.122943674393713,0.153725174569888,0.0,0.0925820881086764,0.5,0.153725174569888,0.0,0.120905503186301,0,0.0776192547489063,0.868049043393472 -1053,0.5,0.153725174569888,0.0,0.0642640722695046,0.153725174569888,0.0,0.12662933292805,0.153725174569888,0.0,0.0569629096973678,0.153725174569888,0.0,0.0164182788918917,0.153725174569888,0.0,0.210591092527203,0.153725174569888,0.0,0.375558840100416,0.153725174569888,0.0,0.219085236239693,0.153725174569888,0.0,0.334989063101049,0.5,0.153725174569888,0.0,0.452763059311365,0.153725174569888,0.0,0.0259598743369118,0.5,0.153725174569888,0.0,0.158389250584487,0.153725174569888,0.0,0.0613239021661161,0.153725174569888,0.0,0.23691726146713,0.153725174569888,0.0,0.164335232555247,0.153725174569888,0.0,0.172183334888436,0.153725174569888,0.0,0.138199417435795,0.153725174569888,0.0,0.0992799651394632,0.5,0.153725174569888,0.0,0.0543362606648551,0,0.109129316949486,0.802445705181456 -1054,0.5,0.153725174569888,0.0,0.0620297466114403,0.153725174569888,0.0,0.106890064471955,0.153725174569888,0.0,0.0757084359965805,0.153725174569888,0.0,0.02543607834118,0.153725174569888,0.0,0.211926921517449,0.153725174569888,0.0,0.494384734480454,0.153725174569888,0.0,0.308725481304489,0.153725174569888,0.0,0.436208760827703,0.5,0.153725174569888,0.0,0.580209979886708,0.153725174569888,0.0,0.0687730186552794,0.5,0.153725174569888,0.0,0.162932759164291,0.153725174569888,0.0,0.144288837098006,0.153725174569888,0.0,0.2179170072769,0.153725174569888,0.0,0.141889842623658,0.153725174569888,0.0,0.164337018117173,0.153725174569888,0.0,0.239939887606975,0.153725174569888,0.0,0.102315909702827,0.5,0.153725174569888,0.0,0.0436926617771928,0,0.111600101943916,0.75352592700335 -1055,0.5,0.153725174569888,0.0,0.0595115780711597,0.153725174569888,0.0,0.102517946677893,0.153725174569888,0.0,0.0975538163136988,0.153725174569888,0.0,0.0349857789981981,0.153725174569888,0.0,0.240704737570532,0.153725174569888,0.0,0.603734266425869,0.153725174569888,0.0,0.460420255977071,0.153725174569888,0.0,0.495023133434858,0.5,0.153725174569888,0.0,0.663310108699131,0.153725174569888,0.0,0.0925495803309391,0.5,0.153725174569888,0.0,0.198547470350189,0.153725174569888,0.0,0.229203940242898,0.153725174569888,0.0,0.205324202207474,0.153725174569888,0.0,0.137168711149444,0.153725174569888,0.0,0.150615009349885,0.153725174569888,0.0,0.347077042027546,0.153725174569888,0.0,0.142770866226793,0.5,0.153725174569888,0.0,0.0724125690360274,0,0.0984416553921497,0.726400464240743 -1056,0.5,0.153725174569888,0.0,0.0555408547125035,0.153725174569888,0.0,0.0864158072085223,0.153725174569888,0.0,0.118342773428643,0.153725174569888,0.0,0.0467552960246183,0.153725174569888,0.0,0.318378520110112,0.153725174569888,0.0,0.598905746768654,0.153725174569888,0.0,0.604791187619513,0.153725174569888,0.0,0.529054473017251,0.5,0.153725174569888,0.0,0.615618758298081,0.153725174569888,0.0,0.123333279530931,0.5,0.153725174569888,0.0,0.379012656626056,0.153725174569888,0.0,0.331850988958777,0.153725174569888,0.0,0.191708713090912,0.153725174569888,0.0,0.154161120307561,0.153725174569888,0.0,0.152663102508905,0.153725174569888,0.0,0.507992842231236,0.153725174569888,0.0,0.191205140227243,0.5,0.153725174569888,0.0,0.0700849402971327,0,0.0730871598464995,0.705984388381161 -1057,0.5,0.153725174569888,0.0,0.0550840085833691,0.153725174569888,0.0,0.0715761772751223,0.153725174569888,0.0,0.126991055010544,0.153725174569888,0.0,0.061721984731709,0.153725174569888,0.0,0.375711045054338,0.153725174569888,0.0,0.689515970591285,0.153725174569888,0.0,0.672004472183648,0.153725174569888,0.0,0.511570758084361,0.5,0.153725174569888,0.0,0.460126485455118,0.153725174569888,0.0,0.229207345142144,0.5,0.153725174569888,0.0,0.791102177321934,0.153725174569888,0.0,0.39189536513342,0.153725174569888,0.0,0.17413679377252,0.153725174569888,0.0,0.182278121610312,0.153725174569888,0.0,0.192926823148327,0.153725174569888,0.0,0.592946070190013,0.153725174569888,0.0,0.333884636796648,0.5,0.153725174569888,0.0,0.060843024092675,0,0.0621643484611317,0.641680589065803 -1058,0.5,0.153725174569888,0.0,0.0537756441051674,0.153725174569888,0.0,0.0897636749695573,0.153725174569888,0.0,0.1640942896212,0.153725174569888,0.0,0.0601296255745263,0.153725174569888,0.0,0.518882541556517,0.153725174569888,0.0,0.743017625902803,0.153725174569888,0.0,0.683074995093487,0.153725174569888,0.0,0.523968350213196,0.5,0.153725174569888,0.0,0.29872795083891,0.153725174569888,0.0,0.433256924190389,0.5,0.153725174569888,0.0,0.742949708199472,0.153725174569888,0.0,0.418687852201479,0.153725174569888,0.0,0.169887218661302,0.153725174569888,0.0,0.203659674718148,0.153725174569888,0.0,0.267292119621918,0.153725174569888,0.0,0.532361606797812,0.153725174569888,0.0,0.468742563221309,0.5,0.153725174569888,0.0,0.121052880480643,0,0.0661846769697888,0.492714067157941 -1059,0.5,0.153725174569888,0.0,0.061566145721737,0.153725174569888,0.0,0.121231187323322,0.153725174569888,0.0,0.262524305407275,0.153725174569888,0.0,0.068006560661321,0.153725174569888,0.0,0.632043605664402,0.153725174569888,0.0,0.705396937373867,0.153725174569888,0.0,0.846291856950844,0.153725174569888,0.0,0.446368072832032,0.5,0.153725174569888,0.0,0.236298352029615,0.153725174569888,0.0,0.526262405904026,0.5,0.153725174569888,0.0,0.609414229117362,0.153725174569888,0.0,0.355948311301398,0.153725174569888,0.0,0.173403824575943,0.153725174569888,0.0,0.274689970211389,0.153725174569888,0.0,0.317500785369208,0.153725174569888,0.0,0.432390056093812,0.153725174569888,0.0,0.522240842705292,0.5,0.153725174569888,0.0,0.286511618533841,0,0.06587246267882,0.480804703323614 -1060,0.5,0.153725174569888,0.0,0.0753513046757547,0.153725174569888,0.0,0.102296612295106,0.153725174569888,0.0,0.287547544425134,0.153725174569888,0.0,0.087062693147377,0.153725174569888,0.0,0.687414370159432,0.153725174569888,0.0,0.5263682948187,0.153725174569888,0.0,0.858055895843689,0.153725174569888,0.0,0.373763001800967,0.5,0.153725174569888,0.0,0.225916326061932,0.153725174569888,0.0,0.405758047371286,0.5,0.153725174569888,0.0,0.368729144195287,0.153725174569888,0.0,0.268159950407637,0.153725174569888,0.0,0.178370931621494,0.153725174569888,0.0,0.341643325842654,0.153725174569888,0.0,0.345324282912266,0.153725174569888,0.0,0.438762184893352,0.153725174569888,0.0,0.514236006400205,0.5,0.153725174569888,0.0,0.320290140776194,0,0.059109632124645,0.461921278847813 -1061,0.5,0.153725174569888,0.0,0.0840269800982703,0.153725174569888,0.0,0.0829525989919708,0.153725174569888,0.0,0.321899212667116,0.153725174569888,0.0,0.134803486136047,0.153725174569888,0.0,0.636703231989707,0.153725174569888,0.0,0.462071196581918,0.153725174569888,0.0,0.630868905199405,0.153725174569888,0.0,0.376964951553273,0.5,0.153725174569888,0.0,0.216865548355946,0.153725174569888,0.0,0.406365112489519,0.5,0.153725174569888,0.0,0.259762289232238,0.153725174569888,0.0,0.205832830045395,0.153725174569888,0.0,0.205887908008919,0.153725174569888,0.0,0.484203399821466,0.153725174569888,0.0,0.459552352713643,0.153725174569888,0.0,0.406831254710518,0.153725174569888,0.0,0.362358344786091,0.5,0.153725174569888,0.0,0.272088956733969,0,0.0715446016778269,0.697235298564976 -1062,0.5,0.153725174569888,0.0,0.0858243956671245,0.153725174569888,0.0,0.146533809464506,0.153725174569888,0.0,0.328836527282895,0.153725174569888,0.0,0.204569090018275,0.153725174569888,0.0,0.590451298352807,0.153725174569888,0.0,0.452931267601513,0.153725174569888,0.0,0.583226510375527,0.153725174569888,0.0,0.295603092299996,0.5,0.153725174569888,0.0,0.155351014297437,0.153725174569888,0.0,0.324029855845059,0.5,0.153725174569888,0.0,0.255099119209038,0.153725174569888,0.0,0.159388072183138,0.153725174569888,0.0,0.182371601515938,0.153725174569888,0.0,0.552472272081462,0.153725174569888,0.0,0.497306993997592,0.153725174569888,0.0,0.470096706974583,0.153725174569888,0.0,0.272917621934796,0.5,0.153725174569888,0.0,0.24569058032871,0,0.075708277894835,0.81195123729996 -1063,0.5,0.153725174569888,0.0,0.0925413171325349,0.153725174569888,0.0,0.417208132721429,0.153725174569888,0.0,0.367877924581745,0.153725174569888,0.0,0.264826251007923,0.153725174569888,0.0,0.624256983041396,0.153725174569888,0.0,0.408885184559687,0.153725174569888,0.0,0.463068626576642,0.153725174569888,0.0,0.257586182138169,0.5,0.153725174569888,0.0,0.141020175818857,0.153725174569888,0.0,0.168382305457855,0.5,0.153725174569888,0.0,0.223441027681458,0.153725174569888,0.0,0.134770995733305,0.153725174569888,0.0,0.306096886622071,0.153725174569888,0.0,0.582312355457012,0.153725174569888,0.0,0.450028195581315,0.153725174569888,0.0,0.429520838320913,0.153725174569888,0.0,0.230707270353262,0.5,0.153725174569888,0.0,0.167551280537992,0,0.0615288007081288,0.719616897542922 -1064,0.5,0.153725174569888,0.0,0.105044639277606,0.153725174569888,0.0,0.399451908931624,0.153725174569888,0.0,0.355040624588077,0.153725174569888,4.79994181719316e-06,0.342758958723106,0.153725174569888,0.0,0.604851982494444,0.153725174569888,0.0,0.388421020425424,0.153725174569888,0.0,0.348266751150348,0.153725174569888,0.0,0.27380890245873,0.5,0.153725174569888,0.0,0.159646043247982,0.153725174569888,0.0,0.0670688022428343,0.5,0.153725174569888,0.0,0.189651817845166,0.153725174569888,0.0,0.129976081449886,0.153725174569888,0.0,0.379386525595628,0.153725174569888,0.0,0.582016180488924,0.153725174569888,0.0,0.362830929742882,0.153725174569888,0.0,0.350385698559165,0.153725174569888,0.0,0.210821472714396,0.5,0.153725174569888,2.95876264823131e-05,0.104031041841774,0,0.0735708802718779,0.880777296669261 -1065,0.5,0.153725174569888,0.0290192859446687,0.113164410245912,0.153725174569888,0.00318142347497329,0.337632580260976,0.153725174569888,0.0149242345234533,0.230939809814495,0.153725174569888,0.0250115608074681,0.427165615023189,0.153725174569888,0.0143104248044242,0.516535080400632,0.153725174569888,0.015799195579211,0.419947522932332,0.153725174569888,0.0430906604434374,0.289972290042553,0.153725174569888,0.0343515051200151,0.328909322837116,0.5,0.153725174569888,0.0103347745292729,0.257886653271194,0.153725174569888,0.0968113062688251,0.0351161815658485,0.5,0.153725174569888,0.0314652061202236,0.141669871887237,0.153725174569888,0.044925234576451,0.127455604003036,0.153725174569888,0.00637627682444686,0.388590279985551,0.153725174569888,0.0108191247370516,0.500703833524633,0.153725174569888,0.0327893884951784,0.246012104339978,0.153725174569888,0.0309571026582318,0.279009787497279,0.153725174569888,0.0500684248566266,0.169351294478293,0.5,0.153725174569888,0.0475302769492567,0.0675268854610974,0,0.0554772155156569,0.781279519183879 -1066,0.5,0.153725174569888,0.0691221597929268,0.126768390039689,0.153725174569888,0.042504304613616,0.29522901581926,0.153725174569888,0.0532028544187547,0.192231315186007,0.153725174569888,0.081639206052692,0.454327532634086,0.153725174569888,0.0723263034118492,0.506025830581939,0.153725174569888,0.0618093010678489,0.549807247310627,0.153725174569888,0.16568033657408,0.403677180023031,0.153725174569888,0.140956384267016,0.441611650200122,0.5,0.153725174569888,0.0697174066756544,0.373796073792504,0.153725174569888,0.253878916409695,0.0244271843536358,0.5,0.153725174569888,0.0629952879477287,0.110063844997981,0.153725174569888,0.115126722949707,0.127530545226335,0.153725174569888,0.0430269272551702,0.398419244643293,0.153725174569888,0.076428704570731,0.421721865601657,0.153725174569888,0.172386452953531,0.230541230284556,0.153725174569888,0.149882107672339,0.336071111466835,0.153725174569888,0.154662513514649,0.141182709732094,0.5,0.153725174569888,0.223031169619238,0.0531653329765306,0,0.0976927766989209,0.790536988605035 -1067,0.5,0.153725174569888,0.109574168835073,0.134378774048773,0.153725174569888,0.17482249749986,0.399954374570491,0.153725174569888,0.175514426392016,0.266205842498231,0.153725174569888,0.130311028293312,0.42942055568694,0.153725174569888,0.12316359501861,0.568730262022522,0.153725174569888,0.0747799287395953,0.645208463173493,0.153725174569888,0.232179220809647,0.625826930928472,0.153725174569888,0.239093219266265,0.537340579900323,0.5,0.153725174569888,0.193108337646291,0.493748335223173,0.153725174569888,0.326466540945333,0.0248850618975353,0.5,0.153725174569888,0.130409592026399,0.160815891433811,0.153725174569888,0.204483034538936,0.127326010028115,0.153725174569888,0.0893117299654871,0.420030220188101,0.153725174569888,0.176803881333656,0.401654359532807,0.153725174569888,0.32025034846596,0.319486642241329,0.153725174569888,0.27712174838236,0.462142301416691,0.153725174569888,0.226521648079301,0.184580888919741,0.5,0.153725174569888,0.410299860423037,0.0810735163749093,0,0.152991989744824,0.701295639440612 -1068,0.5,0.153725174569888,0.202707366790696,0.157042659351434,0.153725174569888,0.187661782692739,0.345259385311899,0.153725174569888,0.314802960890568,0.376946232183271,0.153725174569888,0.182990216830005,0.422486145424502,0.153725174569888,0.137894551546107,0.715800931630578,0.153725174569888,0.089088886676986,0.557491952909777,0.153725174569888,0.225963561758268,0.619988469122858,0.153725174569888,0.22695890849184,0.451572579859714,0.5,0.153725174569888,0.289397289830925,0.423288984444269,0.153725174569888,0.344773824317467,0.029183295001176,0.5,0.153725174569888,0.271553474805764,0.179933690620223,0.153725174569888,0.318738355111788,0.145445957096966,0.153725174569888,0.14976450604643,0.374587126647302,0.153725174569888,0.257538243109178,0.470444504942739,0.153725174569888,0.430225400264927,0.397516352656317,0.153725174569888,0.365870844438139,0.462781348794133,0.153725174569888,0.231454240433911,0.193122129388473,0.5,0.153725174569888,0.505761371855943,0.0997685335297976,0,0.263638972857309,0.609808736215364 -1069,0.5,0.153725174569888,0.309112438128607,0.211417204190969,0.153725174569888,0.174703580350418,0.458772857048335,0.153725174569888,0.402951215060239,0.433254086108306,0.153725174569888,0.237530003089532,0.402589606625789,0.153725174569888,0.110795566954144,0.775301746027165,0.153725174569888,0.102403220161831,0.362918497637088,0.153725174569888,0.184683411880462,0.508116070826812,0.153725174569888,0.217924641932868,0.268282004827798,0.5,0.153725174569888,0.256709156524548,0.335212488839858,0.153725174569888,0.511250662283832,0.0261699082858914,0.5,0.153725174569888,0.245185447449022,0.206794638371199,0.153725174569888,0.426764222651308,0.129822223799776,0.153725174569888,0.235499734152739,0.474443038030515,0.153725174569888,0.258516502473478,0.561256293381254,0.153725174569888,0.475120427238575,0.448031844260394,0.153725174569888,0.353538867930178,0.41224480909814,0.153725174569888,0.235733458140322,0.176161857803038,0.5,0.153725174569888,0.499116831075867,0.121508854612489,0,0.225921354429931,0.74395795955129 -1070,0.5,0.153725174569888,0.335572745243724,0.182358618090401,0.153725174569888,0.153964659684801,0.376408285235455,0.153725174569888,0.435691686140858,0.405408306945652,0.153725174569888,0.228315848200655,0.311015967277697,0.153725174569888,0.0782542780242196,0.578979307347759,0.153725174569888,0.140422545601016,0.262276494246377,0.153725174569888,0.16257706785426,0.336838855955117,0.153725174569888,0.291890879080263,0.279052221868398,0.5,0.153725174569888,0.25992533296607,0.361511364431145,0.153725174569888,0.547947132922677,0.0198393195011487,0.5,0.153725174569888,0.190321166065844,0.200648699387354,0.153725174569888,0.435690002869246,0.112743670977227,0.153725174569888,0.201563023531917,0.484617098838826,0.153725174569888,0.207314507364998,0.645618409554807,0.153725174569888,0.402416420362525,0.426830486793245,0.153725174569888,0.240664103511355,0.320023543116397,0.153725174569888,0.283683675494409,0.128554332228127,0.5,0.153725174569888,0.405948370811812,0.0609180018264768,0,0.296189335384393,0.905877610516609 -1071,0.5,0.153725174569888,0.276146936137053,0.121558332920139,0.153725174569888,0.128558905131303,0.374886453680601,0.153725174569888,0.358107361468495,0.261805371074249,0.153725174569888,0.227608072597701,0.190708738647659,0.153725174569888,0.0878173991347896,0.395383760729501,0.153725174569888,0.173835726680035,0.377148491125973,0.153725174569888,0.152724494862017,0.27866733315846,0.153725174569888,0.267943752954043,0.456441695579067,0.5,0.153725174569888,0.242483021292801,0.415776062012102,0.153725174569888,0.464742114810296,0.0369831567723942,0.5,0.153725174569888,0.198345373269536,0.184818884823331,0.153725174569888,0.384094538868376,0.108735517755013,0.153725174569888,0.162237053960433,0.471204593066244,0.153725174569888,0.114906591837942,0.556161547873887,0.153725174569888,0.276634202595783,0.328157794815671,0.153725174569888,0.157595605952138,0.287862569498286,0.153725174569888,0.26619015844108,0.103825790518703,0.5,0.153725174569888,0.410363719965871,0.0336514086360879,0,0.233399973847187,0.906654758887513 -1072,0.5,0.153725174569888,0.17505614060335,0.0588224205944993,0.153725174569888,0.0796558397459765,0.342953042401794,0.153725174569888,0.260187319211476,0.109164880561718,0.153725174569888,0.197087334260672,0.0770196949696944,0.153725174569888,0.0755656501683604,0.422463797183016,0.153725174569888,0.201307363495239,0.540621816486722,0.153725174569888,0.121010530068108,0.435891927227786,0.153725174569888,0.20116686314526,0.566980593269495,0.5,0.153725174569888,0.141762628875161,0.423028515856394,0.153725174569888,0.336996809204618,0.0354553931883163,0.5,0.153725174569888,0.21093177197557,0.111731139936943,0.153725174569888,0.250503720539513,0.0881436920558666,0.153725174569888,0.0857472065283081,0.431910635776391,0.153725174569888,0.0569664139540974,0.374142280268145,0.153725174569888,0.172322144201363,0.147128479371372,0.153725174569888,0.0897189116407446,0.373553106732239,0.153725174569888,0.192472944143442,0.083815444240195,0.5,0.153725174569888,0.321066320205622,0.0339309885756063,0,0.101516328076846,0.826113032501101 -1073,0.5,0.153725174569888,0.0144012586369256,0.0511218575143963,0.153725174569888,0.0124265398031919,0.146723883361441,0.153725174569888,0.0581303883894459,0.107469978677291,0.153725174569888,0.0186749298914072,0.0540600759826551,0.153725174569888,0.032451864323614,0.500368857999462,0.153725174569888,0.118235909772173,0.66932258447692,0.153725174569888,0.0634388044086492,0.590275369552369,0.153725174569888,0.0878325576430272,0.665369226072562,0.5,0.153725174569888,0.0557944399668996,0.478849183307245,0.153725174569888,0.113087098665433,0.0351176953279571,0.5,0.153725174569888,0.101027857591081,0.0711039685176257,0.153725174569888,0.0828995476437193,0.0898571357404445,0.153725174569888,0.0273543054634129,0.268602560204804,0.153725174569888,0.0211077198036654,0.376363542856455,0.153725174569888,0.0474467220216983,0.121097988542688,0.153725174569888,0.033596047358347,0.452731995205183,0.153725174569888,0.0490201897961697,0.0732283357230722,0.5,0.153725174569888,0.0656542495779498,0.0836232483585663,0,0.0188770786946893,0.906284201323063 -1074,0.5,0.153725174569888,0.0,0.0679009032867159,0.153725174569888,0.0,0.133268033182205,0.153725174569888,0.0,0.15334066338795,0.153725174569888,0.0,0.0699374274720227,0.153725174569888,0.0,0.682900675385043,0.153725174569888,0.0,0.7352344260735,0.153725174569888,0.0,0.663458331417893,0.153725174569888,0.0,0.794677984688192,0.5,0.153725174569888,0.000108012931451926,0.614702581777246,0.153725174569888,0.0,0.0506702020289978,0.5,0.153725174569888,2.61404953460515e-05,0.180704081687363,0.153725174569888,0.0,0.14971401520239,0.153725174569888,0.0,0.279947676812145,0.153725174569888,0.0,0.501408068450172,0.153725174569888,0.0,0.191412078670105,0.153725174569888,0.0,0.547633723086997,0.153725174569888,0.0,0.113731429072965,0.5,0.153725174569888,0.0,0.139038568835598,0,0.0398263228367546,0.990386490583517 -1075,0.5,0.153725174569888,0.0,0.0946070847539088,0.153725174569888,0.0,0.197107090215637,0.153725174569888,0.0,0.166021094604111,0.153725174569888,0.0,0.092179974916218,0.153725174569888,0.0,0.73995474361437,0.153725174569888,0.0,0.904106637658362,0.153725174569888,0.0,0.790835081784509,0.153725174569888,0.0,0.959363280671293,0.5,0.153725174569888,0.0,0.664842666320072,0.153725174569888,0.0,0.0584157090443378,0.5,0.153725174569888,0.0,0.264163486201802,0.153725174569888,0.0,0.215463335280586,0.153725174569888,0.0,0.436252282324055,0.153725174569888,0.0,0.68166697658608,0.153725174569888,0.0,0.309006451276424,0.153725174569888,0.0,0.569199735199638,0.153725174569888,0.0,0.190242157242589,0.5,0.153725174569888,0.0,0.181116385084538,0,0.0358327635760549,1.00954531599909 -1076,0.5,0.153725174569888,0.0,0.133890835526104,0.153725174569888,0.0,0.233552944667761,0.153725174569888,0.0,0.16468020631641,0.153725174569888,0.0,0.10555434808947,0.153725174569888,0.0,0.878051941782275,0.153725174569888,0.0,0.998594643562218,0.153725174569888,0.0,0.942274962591005,0.153725174569888,0.0,0.96863359535243,0.5,0.153725174569888,0.0,0.679851884021786,0.153725174569888,0.0,0.0556122006820177,0.5,0.153725174569888,0.0,0.3630387164461,0.153725174569888,0.0,0.269135157778201,0.153725174569888,0.0,0.563211339222679,0.153725174569888,0.0,0.764276727382081,0.153725174569888,0.0,0.437280978764845,0.153725174569888,0.0,0.633259467551262,0.153725174569888,0.0,0.27707619046245,0.5,0.153725174569888,0.0,0.204299854973457,0,0.0871481975715868,1.01031398204892 -1077,0.5,0.153725174569888,0.0,0.1826773343919,0.153725174569888,0.0,0.42755657668401,0.153725174569888,0.0,0.185091914333291,0.153725174569888,0.0,0.141635621879386,0.153725174569888,0.0,0.988497134637873,0.153725174569888,0.0,1.02162596700373,0.153725174569888,0.0,1.01666711958003,0.153725174569888,0.0,0.988834865504553,0.5,0.153725174569888,0.0,0.696650683678915,0.153725174569888,0.0,0.0495394655326512,0.5,0.153725174569888,0.0,0.580269323857335,0.153725174569888,0.0,0.263066232313985,0.153725174569888,0.0,0.631180514533418,0.153725174569888,0.0,0.852699424637747,0.153725174569888,0.0,0.580139135541045,0.153725174569888,0.0,0.825852232565986,0.153725174569888,0.0,0.382328014433092,0.5,0.153725174569888,0.0,0.17423450424799,0,0.181034143132868,1.01096627471063 -1078,0.5,0.153725174569888,0.0,0.234607614703973,0.153725174569888,0.0,0.680221331034687,0.153725174569888,0.0,0.255670341533843,0.153725174569888,0.0,0.197892935840117,0.153725174569888,0.0,1.01626049119041,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.995793134468406,0.5,0.153725174569888,0.0,0.67903877646598,0.153725174569888,0.0,0.0479747108707053,0.5,0.153725174569888,0.0,0.720306138137562,0.153725174569888,0.0,0.258456707971669,0.153725174569888,0.0,0.7283088926258,0.153725174569888,0.0,0.933196082162166,0.153725174569888,0.0,0.744948148552544,0.153725174569888,0.0,0.921761474746123,0.153725174569888,0.0,0.488596023857505,0.5,0.153725174569888,0.0,0.144337806522584,0,0.257147169892436,1.01141885741997 -1079,0.5,0.153725174569888,0.0,0.345382084382543,0.153725174569888,0.0,0.80697151658149,0.153725174569888,0.0,0.360946016107262,0.153725174569888,0.0,0.287329683366571,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02162502923929,0.153725174569888,0.0,0.954122368846919,0.5,0.153725174569888,0.0,0.668044251176159,0.153725174569888,0.0,0.037185618027028,0.5,0.153725174569888,0.0,0.713193499985508,0.153725174569888,0.0,0.356772463727704,0.153725174569888,0.0,0.847462847121358,0.153725174569888,0.0,0.967587718365254,0.153725174569888,0.0,0.860479505933154,0.153725174569888,0.0,0.97759570385671,0.153725174569888,0.0,0.536959205162084,0.5,0.153725174569888,0.0,0.117687750659827,0,0.419658970453152,0.0190065097123254 -1080,0.5,0.153725174569888,0.0,0.444454228674158,0.153725174569888,0.0,0.923256179816106,0.153725174569888,0.0,0.429726077183706,0.153725174569888,0.0,0.386425764474263,0.153725174569888,0.0,1.02163450248192,0.153725174569888,0.0,1.01623305939618,0.153725174569888,0.0,1.02142085293977,0.153725174569888,0.0,0.882408585802348,0.5,0.153725174569888,0.0,0.622445994003961,0.153725174569888,0.0,0.0369486483532032,0.5,0.153725174569888,0.0,0.629508559227831,0.153725174569888,0.0,0.358659864816814,0.153725174569888,0.0,0.918559738212657,0.153725174569888,0.0,0.990360586952808,0.153725174569888,0.0,0.926653847228401,0.153725174569888,0.0,0.96322602768217,0.153725174569888,0.0,0.524836099461217,0.5,0.153725174569888,0.0,0.0696553963078689,0,0.609852785730361,0.0190065097123254 -1081,0.5,0.153725174569888,0.0,0.516772858501255,0.153725174569888,0.0,0.957027926358119,0.153725174569888,0.0,0.513623789121797,0.153725174569888,0.0,0.444619585559605,0.153725174569888,0.0,1.00033119424219,0.153725174569888,0.0,0.980732816402116,0.153725174569888,0.0,1.01185938806035,0.153725174569888,0.0,0.76362351427354,0.5,0.153725174569888,0.0,0.590983267595069,0.153725174569888,0.0,0.0446941543016281,0.5,0.153725174569888,0.0,0.542219703862935,0.153725174569888,0.0,0.298629149663123,0.153725174569888,0.0,0.972061435123584,0.153725174569888,0.0,0.990990670167968,0.153725174569888,0.0,0.965726799467273,0.153725174569888,0.0,0.921641539176375,0.153725174569888,0.0,0.522841278542385,0.5,0.153725174569888,0.0,0.0480477163941786,0,0.756368912369292,0.201658772362559 -1082,0.5,0.153725174569888,0.0,0.613069397096721,0.153725174569888,0.0,0.999956519578128,0.153725174569888,0.0,0.655819627294447,0.153725174569888,0.0,0.485629500337542,0.153725174569888,0.0,0.974745702943703,0.153725174569888,0.0,0.921066143753159,0.153725174569888,0.0,0.988247430783898,0.153725174569888,0.0,0.636536059678779,0.5,0.153725174569888,0.0,0.622489911828736,0.153725174569888,0.0,0.0874665838556877,0.5,0.153725174569888,0.0,0.387136479677655,0.153725174569888,0.0,0.232201609900168,0.153725174569888,0.0,0.992407234596405,0.153725174569888,0.0,0.959184137484768,0.153725174569888,0.0,0.982149871042659,0.153725174569888,0.0,0.844412055170192,0.153725174569888,0.0,0.464218652660439,0.5,0.153725174569888,0.0,0.0510541728781668,0,0.84348195954324,1.0102600681684 -1083,0.5,0.153725174569888,0.0,0.731434415852966,0.153725174569888,0.0,0.99015211734071,0.153725174569888,0.0,0.7601790221588,0.153725174569888,0.0,0.551141029579239,0.153725174569888,0.0,0.9572070463012,0.153725174569888,0.0,0.889849296113621,0.153725174569888,0.0,0.942140898586734,0.153725174569888,0.0,0.643302010870634,0.5,0.153725174569888,0.0,0.79923994828813,0.153725174569888,0.0,0.113426257426212,0.5,0.153725174569888,0.0,0.325701168218414,0.153725174569888,0.0,0.239911253773655,0.153725174569888,0.0,0.998388297127007,0.153725174569888,0.0,0.869800073392249,0.153725174569888,0.0,0.926958682434501,0.153725174569888,0.0,0.73684131130632,0.153725174569888,0.0,0.345729766147418,0.5,0.153725174569888,0.0,0.0741010662423598,0,0.934660383633488,1.0091347619378 -1084,0.5,0.153725174569888,0.0,0.809322802494505,0.153725174569888,0.0,0.863455143973665,0.153725174569888,0.0,0.761040010986336,0.153725174569888,0.0,0.57765382531523,0.153725174569888,0.0,0.95904364448912,0.153725174569888,0.0,0.939897667810123,0.153725174569888,0.0,0.829612107250579,0.153725174569888,0.0,0.729083138054325,0.5,0.153725174569888,0.0,0.870671124087839,0.153725174569888,0.0,0.0905127776892543,0.5,0.153725174569888,0.0,0.444813799256319,0.153725174569888,0.0,0.286525531041234,0.153725174569888,0.0,0.967104366223202,0.153725174569888,0.0,0.850890269702173,0.153725174569888,0.0,0.832428668020268,0.153725174569888,0.0,0.802650922381955,0.153725174569888,0.0,0.304576050452014,0.5,0.153725174569888,0.0,0.0933401046595697,0,0.968150033910737,1.01117830883152 -1085,0.5,0.153725174569888,0.0,0.83682635087608,0.153725174569888,0.0,0.580177036636722,0.153725174569888,0.0,0.640766991293325,0.153725174569888,0.0,0.612869967020522,0.153725174569888,0.0,0.970377579993739,0.153725174569888,0.0,0.984743543445017,0.153725174569888,0.0,0.704653982816209,0.153725174569888,0.0,0.812948194038065,0.5,0.153725174569888,0.0,0.887908536539582,0.153725174569888,0.0,0.0990679502786505,0.5,0.153725174569888,0.0,0.654483886532579,0.153725174569888,0.0,0.388108799574072,0.153725174569888,0.0,0.790782705813216,0.153725174569888,0.0,0.833969351119493,0.153725174569888,0.0,0.715262088132033,0.153725174569888,0.0,0.80240213166012,0.153725174569888,0.0,0.346737303804856,0.5,0.153725174569888,0.0,0.0995847739417444,0,0.99354674597364,0.140343444089708 -1086,0.5,0.153725174569888,0.0,0.793515607747305,0.153725174569888,0.0,0.264756677519,0.153725174569888,0.0,0.497004613722732,0.153725174569888,0.0,0.604149937698373,0.153725174569888,0.0,0.998939756774723,0.153725174569888,0.0,0.977666833477268,0.153725174569888,0.0,0.693654045395711,0.153725174569888,0.0,0.8430168808386,0.5,0.153725174569888,0.0,0.821624754093493,0.153725174569888,0.0,0.0747877642458963,0.5,0.153725174569888,0.0,0.782662822657179,0.153725174569888,0.0,0.378520583435324,0.153725174569888,0.0,0.726012482644097,0.153725174569888,0.0,0.862089527829771,0.153725174569888,0.0,0.598574560703383,0.153725174569888,0.0,0.789381098886119,0.153725174569888,0.0,0.468965288705051,0.5,0.153725174569888,0.0,0.104240658429321,0,0.978410785687249,0.0190065097123254 -1087,0.5,0.153725174569888,0.0,0.68109974004397,0.153725174569888,0.0,0.658733995880606,0.153725174569888,0.0,0.500900562058125,0.153725174569888,0.0,0.532546802590723,0.153725174569888,0.0,1.01356164947805,0.153725174569888,0.0,0.992327133736954,0.153725174569888,0.0,0.748754156446562,0.153725174569888,0.0,0.850075678892875,0.5,0.153725174569888,0.0,0.778380950669227,0.153725174569888,0.0,0.0853433348080833,0.5,0.153725174569888,0.0,0.664992174711053,0.153725174569888,0.0,0.221189190511993,0.153725174569888,0.0,0.806414067731075,0.153725174569888,0.0,0.908038501239833,0.153725174569888,0.0,0.52827472699474,0.153725174569888,0.0,0.721802808094906,0.153725174569888,0.0,0.466387769601329,0.5,0.153725174569888,0.0,0.0856888935326248,0,0.933107752225243,0.00979865713374569 -1088,0.5,0.153725174569888,0.0,0.525776833489189,0.153725174569888,0.0,0.666710897407875,0.153725174569888,0.0,0.545363116826868,0.153725174569888,4.64845872416731e-06,0.491602328837249,0.153725174569888,0.0,1.01632443903734,0.153725174569888,0.0,0.99772158354827,0.153725174569888,0.0,0.860227664949499,0.153725174569888,0.0,0.838415482792886,0.5,0.153725174569888,0.0,0.755927488994711,0.153725174569888,0.0,0.108503891682879,0.5,0.153725174569888,0.0,0.585007233679443,0.153725174569888,0.0,0.144528725081498,0.153725174569888,0.0,0.851375876393311,0.153725174569888,0.0,0.951552573177565,0.153725174569888,0.0,0.52663620264446,0.153725174569888,0.0,0.739677671902632,0.153725174569888,0.0,0.403353694265498,0.5,0.153725174569888,0.000229588452777185,0.0673170199897973,0,0.830187880215516,0.00978907162276363 -1089,0.5,0.153725174569888,0.0048227879488795,0.388661841481322,0.153725174569888,0.0194026699988822,0.829364711997206,0.153725174569888,0.00623139846926792,0.506822196990083,0.153725174569888,0.00471365675397119,0.552759064707981,0.153725174569888,0.00355640314932371,1.02173913043478,0.153725174569888,0.00181104646079986,0.999321076065672,0.153725174569888,0.00727737189162312,0.939444930554167,0.153725174569888,0.00447030266234028,0.844459611777212,0.5,0.153725174569888,0.0112138250880887,0.738563419131616,0.153725174569888,0.0215177224480666,0.065608431403912,0.5,0.153725174569888,0.00184138615467087,0.400258872736725,0.153725174569888,0.01151770926907,0.118800596829932,0.153725174569888,0.00710350858673111,0.880973046262406,0.153725174569888,0.00427611816179212,0.971031303083707,0.153725174569888,0.0101438790969763,0.622190650715957,0.153725174569888,0.00951690698097428,0.814518671184192,0.153725174569888,0.00366158492184779,0.332173238728796,0.5,0.153725174569888,0.0374228826347867,0.0719119816188824,0,0.570497745399839,0.00979865713374569 -1090,0.5,0.153725174569888,0.0366514603180566,0.290729826475606,0.153725174569888,0.0439446989168152,0.973043731728413,0.153725174569888,0.0434941589610859,0.518497542936185,0.153725174569888,0.0220157439765146,0.521467689016049,0.153725174569888,0.0236710219846813,1.02167719854384,0.153725174569888,0.015478520379231,1.00342923320083,0.153725174569888,0.0250409113872067,0.938015346137861,0.153725174569888,0.031655227367761,0.861777943220429,0.5,0.153725174569888,0.0518008466341536,0.781004306130865,0.153725174569888,0.0783706597658584,0.0313574639132344,0.5,0.153725174569888,0.0162532984554157,0.299577575347663,0.153725174569888,0.0469189143106497,0.0837218353930551,0.153725174569888,0.0517477289837647,0.911585405104398,0.153725174569888,0.023570255097705,0.989680907648909,0.153725174569888,0.0457804231817955,0.814001760334292,0.153725174569888,0.0453559765388817,0.871636353447496,0.153725174569888,0.0172201721007072,0.267685353073051,0.5,0.153725174569888,0.106961075207218,0.0584841588166525,0,0.383017700301882,0.00979865713374569 -1091,0.5,0.153725174569888,0.0904064819086346,0.276364124498124,0.153725174569888,0.0451568841633874,1.00950194862581,0.153725174569888,0.105004311407508,0.590684578768886,0.153725174569888,0.0538505427037585,0.532535106431189,0.153725174569888,0.0456722942081567,1.02173913043478,0.153725174569888,0.0612021240749182,1.00694434006951,0.153725174569888,0.0708518017953694,0.946542097960928,0.153725174569888,0.108290540122482,0.914604712156964,0.5,0.153725174569888,0.0860937006784762,0.830453541684937,0.153725174569888,0.142920902593086,0.0162453780791075,0.5,0.153725174569888,0.0528251203962461,0.341244766664034,0.153725174569888,0.0873320605888573,0.0809369760868961,0.153725174569888,0.0786658779441042,0.969824075269639,0.153725174569888,0.0549148527291538,1.00211145859911,0.153725174569888,0.0720300362796507,0.928530873738855,0.153725174569888,0.0666830463687509,0.850255937681262,0.153725174569888,0.0364848027441677,0.257591317540242,0.5,0.153725174569888,0.15784462308463,0.0316410756757343,0,0.354012829579676,0.00979865713374569 -1092,0.5,0.153725174569888,0.12418487627184,0.327996520182644,0.153725174569888,0.192577818355215,1.02173913043478,0.153725174569888,0.140299920637551,0.64650571166028,0.153725174569888,0.0879308088436067,0.506609402154233,0.153725174569888,0.0672405794518365,1.02167305852448,0.153725174569888,0.133174097004242,1.0188584636447,0.153725174569888,0.124419496716106,0.996020552656517,0.153725174569888,0.152186380287781,0.960334245982592,0.5,0.153725174569888,0.0799655365005004,0.833955624549668,0.153725174569888,0.163968482052963,0.0143999464791289,0.5,0.153725174569888,0.0990819946484295,0.518462659912941,0.153725174569888,0.116917122508579,0.113090823194819,0.153725174569888,0.06132668093447,0.98716807854901,0.153725174569888,0.077399475267632,1.00792868370103,0.153725174569888,0.130899521510953,0.927086953726476,0.153725174569888,0.0877143162224289,0.890345727923348,0.153725174569888,0.0601328247704952,0.306414284393164,0.5,0.153725174569888,0.195272028107045,0.0137133016626247,0,0.417471961091071,0.00979865713374569 -1093,0.5,0.153725174569888,0.129693124903111,0.416535466152966,0.153725174569888,0.230370493895404,1.02173913043478,0.153725174569888,0.124823064919752,0.696069637375217,0.153725174569888,0.128776953062065,0.472086691212,0.153725174569888,0.141046848067254,1.02173913043478,0.153725174569888,0.0797464316673224,1.01981880210122,0.153725174569888,0.117760965675442,0.994836658185484,0.153725174569888,0.101714178284429,0.970644175363819,0.5,0.153725174569888,0.0751689735504681,0.85602750058503,0.153725174569888,0.153637206118694,0.0284239047509629,0.5,0.153725174569888,0.121218869634007,0.672294091422848,0.153725174569888,0.152312336911278,0.221585944132499,0.153725174569888,0.101008043079366,0.915737709603678,0.153725174569888,0.0897518860398725,1.00878687476513,0.153725174569888,0.156052990147352,0.965914805945935,0.153725174569888,0.0820295240895065,0.915362372181923,0.153725174569888,0.0782757863763387,0.354047781842517,0.5,0.153725174569888,0.241220161071765,0.00509888036392904,0,0.576706912881107,0.00979865713374569 -1094,0.5,0.153725174569888,0.140467972223227,0.497900530826011,0.153725174569888,0.120204925579174,1.02057450166795,0.153725174569888,0.0905915186791413,0.764364518167064,0.153725174569888,0.145200193011281,0.467559873634322,0.153725174569888,0.15576888947964,1.02173913043478,0.153725174569888,0.0921373623854503,1.01806039202924,0.153725174569888,0.0875114670494125,1.00368424350053,0.153725174569888,0.110727195772932,0.986157417130092,0.5,0.153725174569888,0.0717543695485161,0.863439023730634,0.153725174569888,0.150115861145633,0.101155743067728,0.5,0.153725174569888,0.116799123986119,0.691787225905031,0.153725174569888,0.149846883856118,0.293219635174278,0.153725174569888,0.0721164868558686,1.00185819021828,0.153725174569888,0.120970552732908,1.00780203237503,0.153725174569888,0.152661070719669,0.977662474759585,0.153725174569888,0.0765271674926512,0.946610694933164,0.153725174569888,0.085710918018062,0.382806291316574,0.5,0.153725174569888,0.228776909345636,0.00495115796279714,0,0.777701852321962,0.00979865713374569 -1095,0.5,0.153725174569888,0.113100414332824,0.563659956739779,0.153725174569888,0.0890697979039849,1.02173913043478,0.153725174569888,0.0798352128618411,0.81502944204683,0.153725174569888,0.101722027293307,0.443496790133025,0.153725174569888,0.168025064937118,1.02173913043478,0.153725174569888,0.160353062719384,1.02043549928547,0.153725174569888,0.0703142138769579,1.00670351138363,0.153725174569888,0.120397137571411,0.9836794472493,0.5,0.153725174569888,0.0557469672984481,0.829765950513231,0.153725174569888,0.177361252754103,0.169593122247006,0.5,0.153725174569888,0.0977018392551305,0.686615129740695,0.153725174569888,0.108203891825259,0.275720130749058,0.153725174569888,0.06677956440884,0.99727103842397,0.153725174569888,0.191084935017428,1.01093776194046,0.153725174569888,0.0865448592368281,0.978999370496527,0.153725174569888,0.0590565651845213,0.952416570544152,0.153725174569888,0.0706648821467432,0.394361606127851,0.5,0.153725174569888,0.225867131003938,0.0406920862957452,0,0.803957336019183,0.00979865713374569 -1096,0.5,0.153725174569888,0.0588556547381191,0.62109371405085,0.153725174569888,0.0219309319609075,1.01839889355188,0.153725174569888,0.0611627812299983,0.834899660773372,0.153725174569888,0.0446171136684561,0.41668862199386,0.153725174569888,0.141366434477637,1.02173913043478,0.153725174569888,0.164467175377379,1.01965623466464,0.153725174569888,0.0528749852751525,1.0069902889385,0.153725174569888,0.0614536807572771,0.973855931476716,0.5,0.153725174569888,0.033975120470178,0.835936558190872,0.153725174569888,0.0972498842189094,0.100530571146379,0.5,0.153725174569888,0.064960899899833,0.610816246678892,0.153725174569888,0.0555710551869796,0.232244722962502,0.153725174569888,0.0480566251280085,1.00018066448942,0.153725174569888,0.120516185465189,1.00973402572598,0.153725174569888,0.0560436457396619,0.982772959157455,0.153725174569888,0.0375681060855604,0.944573509452492,0.153725174569888,0.0416082721797791,0.365943278688003,0.5,0.153725174569888,0.192462734487498,0.11266729201773,0,0.662127741121207,0.140447418917022 -1097,0.5,0.153725174569888,0.00853056265931325,0.614341120574826,0.153725174569888,0.0371067604329067,1.0173998398167,0.153725174569888,0.0216135670729229,0.801516417341304,0.153725174569888,0.00616027302999079,0.390974692763577,0.153725174569888,0.0878824460197677,1.02173913043478,0.153725174569888,0.117201042682922,1.01462399714869,0.153725174569888,0.0205488504904929,1.00269451535023,0.153725174569888,0.0189080387015378,0.964540172405426,0.5,0.153725174569888,0.0136918474522732,0.853794019618073,0.153725174569888,0.0104757269496352,0.0704448170731559,0.5,0.153725174569888,0.0273769141014239,0.532078459875303,0.153725174569888,0.0184015248916948,0.184843414304415,0.153725174569888,0.0258025888395167,0.986191185583408,0.153725174569888,0.0562948672740386,1.00863628549506,0.153725174569888,0.0163316495810654,0.980064206022482,0.153725174569888,0.00981984263236851,0.944845501218371,0.153725174569888,0.0126043857943766,0.339401673278493,0.5,0.153725174569888,0.0540739831208009,0.0953509826038086,0,0.548179601111714,0.0803921935695231 -1098,0.5,0.153725174569888,0.0,0.584006288437001,0.153725174569888,0.0,1.01912129899082,0.153725174569888,0.0,0.765937726451809,0.153725174569888,0.0,0.409293683298957,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00780197851661,0.153725174569888,0.0,0.991495499111661,0.153725174569888,9.08796389857162e-06,0.936010793505178,0.5,0.153725174569888,1.2705354012433e-05,0.83832378959045,0.153725174569888,0.0,0.0666101483986768,0.5,0.153725174569888,5.39040974302123e-06,0.449097493513323,0.153725174569888,7.90153550888477e-05,0.160455309393651,0.153725174569888,0.0,0.991554818310187,0.153725174569888,0.0,1.00567115592216,0.153725174569888,0.0,0.988592033296237,0.153725174569888,7.75074879851482e-07,0.935651049899388,0.153725174569888,0.0,0.319226684202553,0.5,0.153725174569888,0.0,0.0628160404093515,0,0.634347574697606,0.889998254934164 -1099,0.5,0.153725174569888,0.0,0.638305193663062,0.153725174569888,0.0,1.01932016556213,0.153725174569888,0.0,0.76310035670023,0.153725174569888,0.0,0.430359774035277,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00115169195542,0.153725174569888,0.0,0.981299244597872,0.153725174569888,0.0,0.913934872627137,0.5,0.153725174569888,0.0,0.797400194355045,0.153725174569888,0.0,0.0824635302766046,0.5,0.153725174569888,0.0,0.437585674632918,0.153725174569888,0.0,0.199103774063835,0.153725174569888,0.0,0.997828600441717,0.153725174569888,0.0,1.00923390078547,0.153725174569888,0.0,0.984149191774385,0.153725174569888,0.0,0.912833210821818,0.153725174569888,0.0,0.309135145920946,0.5,0.153725174569888,0.0,0.0321335643418536,0,0.791321818990782,1.01143916413886 -1100,0.5,0.153725174569888,0.0,0.716445467720734,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.794357222351509,0.153725174569888,0.0,0.407321195917592,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00348264458347,0.153725174569888,0.0,0.963603337516098,0.153725174569888,0.0,0.88392551559827,0.5,0.153725174569888,0.0,0.758592736304035,0.153725174569888,0.0,0.119822335533098,0.5,0.153725174569888,0.0,0.504092708679761,0.153725174569888,0.0,0.226942416032825,0.153725174569888,0.0,0.893050612215683,0.153725174569888,0.0,1.01060331804818,0.153725174569888,0.0,0.986531431441319,0.153725174569888,0.0,0.896707554264221,0.153725174569888,0.0,0.332720995790886,0.5,0.153725174569888,0.0,0.0379556404626676,0,0.939816205295103,0.201833102774219 -1101,0.5,0.153725174569888,0.0,0.757348485820142,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.840257838883621,0.153725174569888,0.0,0.384179974683216,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0035483564862,0.153725174569888,0.0,0.979382754074419,0.153725174569888,0.0,0.877347004026852,0.5,0.153725174569888,0.0,0.754186269829617,0.153725174569888,0.0,0.120493558912493,0.5,0.153725174569888,0.0,0.488176481828296,0.153725174569888,0.0,0.240354703774108,0.153725174569888,0.0,0.906687953459747,0.153725174569888,0.0,1.00994536262582,0.153725174569888,0.0,0.979868479133793,0.153725174569888,0.0,0.864031729123374,0.153725174569888,0.0,0.373185163489228,0.5,0.153725174569888,0.0,0.0644320441142424,0,0.925494139334933,1.01143916413886 -1102,0.5,0.153725174569888,0.0,0.755797699343517,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.858229783352304,0.153725174569888,0.0,0.386408620840337,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00077252614232,0.153725174569888,0.0,0.994915575799668,0.153725174569888,0.0,0.860404079403646,0.5,0.153725174569888,0.0,0.73268135396637,0.153725174569888,0.0,0.100016507185677,0.5,0.153725174569888,0.0,0.429297268609779,0.153725174569888,0.0,0.232641690346538,0.153725174569888,0.0,1.00827135697454,0.153725174569888,0.0,1.01026345837993,0.153725174569888,0.0,0.98192169672708,0.153725174569888,0.0,0.852114148711564,0.153725174569888,0.0,0.379707082377354,0.5,0.153725174569888,0.0,0.0864783942931785,0,0.966527242382261,1.01143226799422 -1103,0.5,0.153725174569888,0.0,0.758226030448275,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.865036168095532,0.153725174569888,0.0,0.387296078259081,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.99776622554324,0.153725174569888,0.0,0.989903295251899,0.153725174569888,0.0,0.790818529757214,0.5,0.153725174569888,0.0,0.719259304309991,0.153725174569888,0.0,0.103173320774374,0.5,0.153725174569888,0.0,0.384674636596846,0.153725174569888,0.0,0.245874901899035,0.153725174569888,0.0,1.0071377163007,0.153725174569888,0.0,1.00853487567904,0.153725174569888,0.0,0.992485736619436,0.153725174569888,0.0,0.840571506338339,0.153725174569888,0.0,0.368474707196834,0.5,0.153725174569888,0.0,0.107239863596857,0,0.99519440217941,1.01140581649723 -1104,0.5,0.153725174569888,0.0,0.759404046515457,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.891330225967414,0.153725174569888,0.0,0.417966820346473,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.995919354016352,0.153725174569888,0.0,0.99289554003861,0.153725174569888,0.0,0.749217005262461,0.5,0.153725174569888,0.0,0.707683781240784,0.153725174569888,0.0,0.100779905565166,0.5,0.153725174569888,0.0,0.428220467671554,0.153725174569888,0.0,0.258596364800839,0.153725174569888,0.0,1.00901494196822,0.153725174569888,0.0,1.00817647021223,0.153725174569888,0.0,0.982461448322414,0.153725174569888,0.0,0.810754481838103,0.153725174569888,0.0,0.372407340426268,0.5,0.153725174569888,0.0,0.126705381946095,0,0.981067730286537,1.01141717053161 -1105,0.5,0.153725174569888,0.0,0.776793966173316,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.88994738793103,0.153725174569888,0.0,0.509134963328864,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.981564414173635,0.153725174569888,0.0,0.998627341385358,0.153725174569888,0.0,0.685997929173814,0.5,0.153725174569888,0.0,0.643119383682986,0.153725174569888,0.0,0.097388983564211,0.5,0.153725174569888,0.0,0.414909590622165,0.153725174569888,0.0,0.282950636961122,0.153725174569888,0.0,1.00794713505849,0.153725174569888,0.0,1.00766535162504,0.153725174569888,0.0,0.984299089875648,0.153725174569888,0.0,0.794537069301787,0.153725174569888,0.0,0.366302786049896,0.5,0.153725174569888,0.0,0.13711058889925,0,0.996744331666094,1.01142038196288 -1106,0.5,0.153725174569888,0.0,0.802983287083555,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.815918232280908,0.153725174569888,0.0,0.546763187970305,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.953993407160309,0.153725174569888,0.0,0.983543642558242,0.153725174569888,0.0,0.616792259328939,0.5,0.153725174569888,0.0,0.601853876940538,0.153725174569888,0.0,0.0878630431926639,0.5,0.153725174569888,0.0,0.349619762512806,0.153725174569888,0.0,0.270339560993214,0.153725174569888,0.0,1.00852803236444,0.153725174569888,0.0,1.00285251326381,0.153725174569888,0.0,0.995312683772422,0.153725174569888,0.0,0.763087328644737,0.153725174569888,0.0,0.333280675228964,0.5,0.153725174569888,0.0,0.114099510855815,0,0.995489586573308,1.01134538795017 -1107,0.5,0.153725174569888,0.0,0.810173632476969,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.746945103376594,0.153725174569888,0.0,0.444885429785325,0.153725174569888,0.0,1.02173616258624,0.153725174569888,0.0,0.953940861557376,0.153725174569888,0.0,0.962244002558731,0.153725174569888,0.0,0.616275786464154,0.5,0.153725174569888,0.0,0.655465329733607,0.153725174569888,0.0,0.0713655077009008,0.5,0.153725174569888,0.0,0.346123639272788,0.153725174569888,0.0,0.241180826360712,0.153725174569888,0.0,1.00702170990798,0.153725174569888,0.0,0.996729242983323,0.153725174569888,0.0,0.994131083134383,0.153725174569888,0.0,0.738520565386762,0.153725174569888,0.0,0.340200891805875,0.5,0.153725174569888,0.0,0.0902728571295625,0,0.993469240617573,1.0112971465966 -1108,0.5,0.153725174569888,0.0,0.792666064969478,0.153725174569888,0.0,1.01706583450009,0.153725174569888,0.0,0.745325835738016,0.153725174569888,0.0,0.374539209587208,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.955317875259509,0.153725174569888,0.0,0.964217535205525,0.153725174569888,0.0,0.59668984622799,0.5,0.153725174569888,0.0,0.596331363723358,0.153725174569888,0.0,0.0533009473670463,0.5,0.153725174569888,0.0,0.32456150172623,0.153725174569888,0.0,0.190661363915629,0.153725174569888,0.0,1.00551309101277,0.153725174569888,0.0,0.98908574367902,0.153725174569888,0.0,0.987408738801629,0.153725174569888,0.0,0.74453133885938,0.153725174569888,0.0,0.354250269463995,0.5,0.153725174569888,0.0,0.0718183260983323,0,0.995650204042024,1.0111354004228 -1109,0.5,0.153725174569888,0.0,0.792723661530474,0.153725174569888,0.0,1.01337171895714,0.153725174569888,0.0,0.765690267195045,0.153725174569888,0.0,0.402725387279682,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.940438138596289,0.153725174569888,0.0,0.954641556752632,0.153725174569888,0.0,0.572455840571925,0.5,0.153725174569888,0.0,0.624632286178308,0.153725174569888,0.0,0.0461390934558442,0.5,0.153725174569888,0.0,0.309784428181621,0.153725174569888,0.0,0.17007941698672,0.153725174569888,0.0,1.00285083271618,0.153725174569888,0.0,0.985499763538537,0.153725174569888,0.0,0.982774459549232,0.153725174569888,0.0,0.686806635669667,0.153725174569888,0.0,0.339872208468362,0.5,0.153725174569888,0.0,0.0613317556563361,0,1.00317773394133,1.00881918224479 -1110,0.5,0.153725174569888,0.0,0.802973206914996,0.153725174569888,0.0,0.991244284101589,0.153725174569888,0.0,0.752961018498916,0.153725174569888,0.0,0.449001848694914,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.947844751814585,0.153725174569888,0.0,0.934603433124208,0.153725174569888,0.0,0.607810120061204,0.5,0.153725174569888,0.0,0.653937020549473,0.153725174569888,0.0,0.0716117749656589,0.5,0.153725174569888,0.0,0.295086933372877,0.153725174569888,0.0,0.185176325423994,0.153725174569888,0.0,0.993766478529519,0.153725174569888,0.0,0.983748973582622,0.153725174569888,0.0,0.970561023063805,0.153725174569888,0.0,0.646643668589739,0.153725174569888,0.0,0.326948853862961,0.5,0.153725174569888,0.0,0.0596597068252025,0,1.0066213806255,0.998690455384629 -1111,0.5,0.153725174569888,0.0,0.811056645095518,0.153725174569888,0.0,0.984594318710798,0.153725174569888,0.0,0.702491611516342,0.153725174569888,0.0,0.521367076382059,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.945421188716539,0.153725174569888,0.0,0.93854073767892,0.153725174569888,0.0,0.675455059443361,0.5,0.153725174569888,0.0,0.674070811544917,0.153725174569888,0.0,0.102928509209689,0.5,0.153725174569888,0.0,0.31995947403476,0.153725174569888,0.0,0.237994680670842,0.153725174569888,0.0,0.977020149624756,0.153725174569888,0.0,0.988868357173543,0.153725174569888,0.0,0.968210456341367,0.153725174569888,0.0,0.663677546030188,0.153725174569888,0.0,0.323262217602,0.5,0.153725174569888,0.0,0.12597441060338,0,1.00674105343497,0.991353695272378 -1112,0.5,0.153725174569888,0.0,0.801350705428044,0.153725174569888,0.0,1.01236342078075,0.153725174569888,0.0,0.614727035702983,0.153725174569888,7.23253544821363e-05,0.400984316901817,0.153725174569888,0.0,1.02124434651233,0.153725174569888,0.0,0.938000889025912,0.153725174569888,0.0,0.953231408476498,0.153725174569888,0.0,0.715405139503187,0.5,0.153725174569888,0.0,0.662244619969469,0.153725174569888,0.0,0.115719975198498,0.5,0.153725174569888,0.0,0.371927440705079,0.153725174569888,0.0,0.291552587388521,0.153725174569888,0.0,0.97246395687468,0.153725174569888,0.0,0.990552766717185,0.153725174569888,0.0,0.962830016912265,0.153725174569888,0.0,0.720354577000602,0.153725174569888,0.0,0.378024550582418,0.5,0.153725174569888,0.00023538034327116,0.185795243548015,0,0.993743899267333,0.965879546040577 -1113,0.5,0.153725174569888,0.0113709411637955,0.780822637566939,0.153725174569888,0.00177222149350588,1.0136549649955,0.153725174569888,0.0197284154256775,0.665428335594463,0.153725174569888,0.00881222236893214,0.381018978317911,0.153725174569888,0.00304649368206389,1.02127341728499,0.153725174569888,0.003997973386023,0.951625988048079,0.153725174569888,0.0234759649053957,0.978279459947762,0.153725174569888,0.00706510156705595,0.721155679376286,0.5,0.153725174569888,0.00336224606258109,0.645513481301297,0.153725174569888,0.0320078408765585,0.13427179074767,0.5,0.153725174569888,0.0232288070885315,0.438987644056646,0.153725174569888,0.0282031697435646,0.363652000128499,0.153725174569888,0.00183690129002646,0.974388551570002,0.153725174569888,0.00168411527155798,0.988952881876966,0.153725174569888,0.0248490440506824,0.975173079899251,0.153725174569888,0.00998527480085805,0.827725488731678,0.153725174569888,0.0184390151172913,0.46885449815388,0.5,0.153725174569888,0.028371760619245,0.2090375912003,0,0.976659183429398,0.909485249511741 -1114,0.5,0.153725174569888,0.0507046332193373,0.804864126265121,0.153725174569888,0.0151572673730007,1.01706507085873,0.153725174569888,0.068274375438662,0.781927130135105,0.153725174569888,0.0268201172180875,0.420084773051252,0.153725174569888,0.0332388345586077,1.02173913043478,0.153725174569888,0.0326693521845395,0.954618473750626,0.153725174569888,0.0942212909833334,0.991663515787417,0.153725174569888,0.0562773082569315,0.741888866367398,0.5,0.153725174569888,0.0257033798483649,0.677214419672027,0.153725174569888,0.100725554312013,0.14925604664651,0.5,0.153725174569888,0.052806089020877,0.666199389229964,0.153725174569888,0.0862893608111607,0.475996774718108,0.153725174569888,0.0133042007617598,0.973093345526527,0.153725174569888,0.0119179370765365,0.988064861411364,0.153725174569888,0.084437560275657,1.00532969434716,0.153725174569888,0.0505284862593028,0.896625501336599,0.153725174569888,0.0484831296764136,0.591150192549828,0.5,0.153725174569888,0.0746064812931938,0.209377450247638,0,0.962787463382296,0.94026553161253 -1115,0.5,0.153725174569888,0.0954236969668789,0.873319091641063,0.153725174569888,0.0303599198632336,1.01904946545406,0.153725174569888,0.10138644421083,0.896621988102505,0.153725174569888,0.0556304999395014,0.475781552227044,0.153725174569888,0.0597223042683853,1.02173913043478,0.153725174569888,0.0667867153750832,0.934400714317043,0.153725174569888,0.160982470659099,1.00448740829217,0.153725174569888,0.134170152818783,0.740078989683196,0.5,0.153725174569888,0.0770979389175999,0.762555376171576,0.153725174569888,0.167278002460461,0.210444737630636,0.5,0.153725174569888,0.0512056066386901,0.664864633357879,0.153725174569888,0.125861714252523,0.567875225956076,0.153725174569888,0.0206250344475811,0.959357011258178,0.153725174569888,0.0320693116898864,0.976392416190384,0.153725174569888,0.166242617869932,1.01509687609132,0.153725174569888,0.123305078636476,0.909655371313066,0.153725174569888,0.0713683921535816,0.623715893056735,0.5,0.153725174569888,0.12270799877579,0.273408643112694,0,0.982772122054318,0.957802390981395 -1116,0.5,0.153725174569888,0.129621033816157,0.90270719904641,0.153725174569888,0.0575432081308441,1.02017914190697,0.153725174569888,0.120330398779825,0.922327997248489,0.153725174569888,0.0816715891266511,0.554075315761017,0.153725174569888,0.0949352190985846,1.02173913043478,0.153725174569888,0.119372289988249,0.925414865685752,0.153725174569888,0.207280469526071,1.00565032747102,0.153725174569888,0.213810746689488,0.769601572223694,0.5,0.153725174569888,0.171750989542977,0.816963661532527,0.153725174569888,0.195202044340836,0.33777757077055,0.5,0.153725174569888,0.0454807231670995,0.571601468494522,0.153725174569888,0.129965135676917,0.585393205314294,0.153725174569888,0.025595092704885,0.948393138844947,0.153725174569888,0.0485229020506168,0.94322248452555,0.153725174569888,0.2261739002046,1.02000028838477,0.153725174569888,0.140950092488259,0.904668190403196,0.153725174569888,0.0811502152142476,0.607234233992781,0.5,0.153725174569888,0.155626541769514,0.319804298237847,0,0.990989411769616,0.941102954199558 -1117,0.5,0.153725174569888,0.153379062552786,0.916920256706147,0.153725174569888,0.0825139730078924,1.02019107431112,0.153725174569888,0.187012378203546,0.953746987037418,0.153725174569888,0.0938398371598935,0.599265990672847,0.153725174569888,0.107884840151195,1.00586699785838,0.153725174569888,0.182428128440884,0.994123733799881,0.153725174569888,0.260993465144766,1.01131708227947,0.153725174569888,0.237049681988528,0.913885865430312,0.5,0.153725174569888,0.256269805699398,0.893740178123304,0.153725174569888,0.164091686359406,0.338278900252151,0.5,0.153725174569888,0.0740616867703524,0.627459049334294,0.153725174569888,0.131617604632355,0.545506900841052,0.153725174569888,0.0275274497832595,0.942537470400447,0.153725174569888,0.0596610055660356,0.884056819036794,0.153725174569888,0.194567100555069,1.01994951711593,0.153725174569888,0.145722319031905,0.869585628534785,0.153725174569888,0.0747682940335445,0.611726337910388,0.5,0.153725174569888,0.171391541658477,0.402889180584859,0,0.989737808915513,0.930336034073485 -1118,0.5,0.153725174569888,0.131729664844282,0.910549346591787,0.153725174569888,0.0782931653295795,1.01527152432473,0.153725174569888,0.140432391444873,0.950881149284316,0.153725174569888,0.0883155014361698,0.711858829566602,0.153725174569888,0.0653333591953177,0.939715502085647,0.153725174569888,0.185336724581644,0.968338483862866,0.153725174569888,0.262683735004399,1.01870032098767,0.153725174569888,0.254310592830001,0.914591461447192,0.5,0.153725174569888,0.18759105105818,0.902277950823767,0.153725174569888,0.191619386318685,0.311456997404593,0.5,0.153725174569888,0.0677349774592652,0.730868903062208,0.153725174569888,0.114341341140196,0.446153784796558,0.153725174569888,0.0360464782790829,0.880494255309585,0.153725174569888,0.055109422299817,0.826867988802319,0.153725174569888,0.182729760206878,1.01662042589123,0.153725174569888,0.146380111636924,0.870186121850638,0.153725174569888,0.0767134047276411,0.62642232071523,0.5,0.153725174569888,0.151058844574473,0.392425617331636,0,0.998508835002692,0.925159246437764 -1119,0.5,0.153725174569888,0.118129541019053,0.911499490742478,0.153725174569888,0.0523403702960119,0.965643075984362,0.153725174569888,0.143541286984168,0.903297943476941,0.153725174569888,0.0472777041716989,0.713460706796338,0.153725174569888,0.0473733636104081,0.813125107344472,0.153725174569888,0.102020611462772,0.883579833967909,0.153725174569888,0.17893057291942,0.990918710143584,0.153725174569888,0.210754052714816,0.875876591175541,0.5,0.153725174569888,0.1495784726644,0.90987322478327,0.153725174569888,0.14052555197716,0.24975867199887,0.5,0.153725174569888,0.0611825408257357,0.751968648217521,0.153725174569888,0.0748713056001443,0.338450155445607,0.153725174569888,0.0367044760910803,0.824240941139495,0.153725174569888,0.0346975974222439,0.744743447274292,0.153725174569888,0.141559655552348,0.999330234785612,0.153725174569888,0.183394719136462,0.866478383722231,0.153725174569888,0.0550144755458509,0.616657247727727,0.5,0.153725174569888,0.114618082955151,0.315819970196907,0,1.00494660608228,0.927009225838534 -1120,0.5,0.153725174569888,0.0731926235309798,0.883592771764474,0.153725174569888,0.0119240701979269,0.84079098869932,0.153725174569888,0.157078223355485,0.846284171350646,0.153725174569888,0.0292621703844876,0.673360500060886,0.153725174569888,0.0148446520738082,0.658057606643449,0.153725174569888,0.104591567029643,0.768201681627737,0.153725174569888,0.155530445222237,0.935059585549713,0.153725174569888,0.116672335427999,0.707072240819419,0.5,0.153725174569888,0.144578413961233,0.868187038132867,0.153725174569888,0.0448021873823593,0.127842366724194,0.5,0.153725174569888,0.0703467617964679,0.757802832705171,0.153725174569888,0.0472455343034069,0.278100195641308,0.153725174569888,0.0268789850997488,0.784939329037575,0.153725174569888,0.0151683017947096,0.665638513334383,0.153725174569888,0.0690664282546736,0.957172653516222,0.153725174569888,0.10044543769197,0.743110771737147,0.153725174569888,0.0275914783315906,0.52784225849544,0.5,0.153725174569888,0.0566336080681578,0.166047139210686,0,0.977826680172822,0.919465599308113 -1121,0.5,0.153725174569888,0.00717436496287433,0.817666280550535,0.153725174569888,0.000688113117950978,0.675146712281272,0.153725174569888,0.0435688094117315,0.720126844062332,0.153725174569888,0.0126686465499808,0.564645426497153,0.153725174569888,0.00615775707895846,0.503130814969855,0.153725174569888,0.0655806719901804,0.469026491990481,0.153725174569888,0.0505834308797301,0.872376560214875,0.153725174569888,0.0758241682743517,0.456499657439076,0.5,0.153725174569888,0.0762848674021317,0.739314057738001,0.153725174569888,0.0106461155695775,0.0516668782895598,0.5,0.153725174569888,0.0763869222654481,0.457065849758094,0.153725174569888,0.0289232527461163,0.213983937600219,0.153725174569888,0.0110890358126569,0.730005345381516,0.153725174569888,0.00765778189865103,0.570138826437562,0.153725174569888,0.0175750500705265,0.822682490080826,0.153725174569888,0.0612776928007537,0.595814901929478,0.153725174569888,0.00890653883805143,0.398527755986771,0.5,0.153725174569888,0.0135720943778496,0.081529773489964,0,0.862127189572692,0.914597793692068 -1122,0.5,0.153725174569888,0.0,0.720527850717966,0.153725174569888,0.0,0.593839722526818,0.153725174569888,0.0,0.42146496098532,0.153725174569888,0.0,0.457719847013507,0.153725174569888,1.8358361681055e-05,0.360613259049888,0.153725174569888,9.43638059881215e-05,0.20204615849511,0.153725174569888,0.0,0.518748162710726,0.153725174569888,0.000228918640190086,0.254183669753732,0.5,0.153725174569888,7.77937701801409e-05,0.554059895703385,0.153725174569888,3.057997369042e-07,0.0260143005109107,0.5,0.153725174569888,0.0,0.266866630283351,0.153725174569888,1.25977350531752e-05,0.143189627538157,0.153725174569888,0.0,0.667320957343982,0.153725174569888,0.0,0.487029064272017,0.153725174569888,0.0,0.603082691167035,0.153725174569888,0.0,0.398657125243436,0.153725174569888,0.0,0.284141110621846,0.5,0.153725174569888,0.0,0.0491525296193038,0,0.868630224803779,0.895882760356172 -1123,0.5,0.153725174569888,0.0,0.59222988940966,0.153725174569888,0.0,0.528543714181479,0.153725174569888,0.0,0.348142292973111,0.153725174569888,0.0,0.363865513206083,0.153725174569888,0.0,0.304849030122257,0.153725174569888,0.0,0.150706544758923,0.153725174569888,0.0,0.256752801604921,0.153725174569888,0.0,0.153185938387725,0.5,0.153725174569888,0.0,0.421615621043956,0.153725174569888,0.0,0.0174659158574078,0.5,0.153725174569888,0.0,0.277000918623362,0.153725174569888,0.0,0.111170387630367,0.153725174569888,0.0,0.593930623919284,0.153725174569888,0.0,0.44876030479635,0.153725174569888,0.0,0.420719338230749,0.153725174569888,0.0,0.297932223063567,0.153725174569888,0.0,0.244591053812999,0.5,0.153725174569888,0.0,0.040056747888747,0,0.927505566856603,0.903790802098842 -1124,0.5,0.153725174569888,0.0,0.450919343892369,0.153725174569888,0.0,0.466141418353911,0.153725174569888,0.0,0.381048118563342,0.153725174569888,0.0,0.306344359895956,0.153725174569888,0.0,0.309067595263381,0.153725174569888,0.0,0.136203918688447,0.153725174569888,0.0,0.197164502050868,0.153725174569888,0.0,0.108389250105849,0.5,0.153725174569888,0.0,0.269478081684699,0.153725174569888,0.0,0.0151183048546364,0.5,0.153725174569888,0.0,0.335597793312166,0.153725174569888,0.0,0.0904719649757266,0.153725174569888,0.0,0.540839227914321,0.153725174569888,0.0,0.439245768319296,0.153725174569888,0.0,0.358239873386267,0.153725174569888,0.0,0.255550248953847,0.153725174569888,0.0,0.267202910400925,0.5,0.153725174569888,0.0,0.0320212312354948,0,0.930051966299851,0.938071802618004 -1125,0.5,0.153725174569888,0.0,0.394358043740225,0.153725174569888,0.0,0.370349753829443,0.153725174569888,0.0,0.3589780215677,0.153725174569888,0.0,0.306540017035898,0.153725174569888,0.0,0.328429309187869,0.153725174569888,0.0,0.0905070906596385,0.153725174569888,0.0,0.178402067561786,0.153725174569888,0.0,0.101789861056124,0.5,0.153725174569888,0.0,0.226457759393578,0.153725174569888,0.0,0.013121220025244,0.5,0.153725174569888,0.0,0.34042988885888,0.153725174569888,0.0,0.0763834825232189,0.153725174569888,0.0,0.474653643792677,0.153725174569888,0.0,0.426740262382038,0.153725174569888,0.0,0.286967144017614,0.153725174569888,0.0,0.21455382964112,0.153725174569888,0.0,0.261338425679935,0.5,0.153725174569888,0.0,0.0225428459606706,0,0.889576505267332,0.927354987778997 -1126,0.5,0.153725174569888,0.0,0.363851677515582,0.153725174569888,0.0,0.368155196221454,0.153725174569888,0.0,0.277620167934122,0.153725174569888,0.0,0.337562498652871,0.153725174569888,0.0,0.271052539535236,0.153725174569888,0.0,0.070847373188302,0.153725174569888,0.0,0.19068462825866,0.153725174569888,0.0,0.117892207684112,0.5,0.153725174569888,0.0,0.186026078214414,0.153725174569888,0.0,0.0109993008923648,0.5,0.153725174569888,0.0,0.308763307383572,0.153725174569888,0.0,0.0581544607056273,0.153725174569888,0.0,0.446083596625323,0.153725174569888,0.0,0.414147468699938,0.153725174569888,0.0,0.245012151787739,0.153725174569888,0.0,0.169493449199413,0.153725174569888,0.0,0.235553412919189,0.5,0.153725174569888,0.0,0.0161908488108674,0,0.817822878273537,0.86428856995603 -1127,0.5,0.153725174569888,0.0,0.322006383252868,0.153725174569888,0.0,0.389192577180628,0.153725174569888,0.0,0.17731568612989,0.153725174569888,0.0,0.313844416461853,0.153725174569888,0.0,0.212526696575394,0.153725174569888,0.0,0.0595257749867186,0.153725174569888,0.0,0.147214786923024,0.153725174569888,0.0,0.104196884552975,0.5,0.153725174569888,0.0,0.110594312192568,0.153725174569888,0.0,0.00902324518290567,0.5,0.153725174569888,0.0,0.25362546804451,0.153725174569888,0.0,0.0397187110269766,0.153725174569888,0.0,0.437715305484831,0.153725174569888,0.0,0.386476000528954,0.153725174569888,0.0,0.202053562895707,0.153725174569888,0.0,0.143822007217372,0.153725174569888,0.0,0.214382674567448,0.5,0.153725174569888,0.0,0.0110048772203676,0,0.737350676563357,0.770438151235064 -1128,0.5,0.153725174569888,0.0,0.268164763727849,0.153725174569888,0.0,0.355731701314275,0.153725174569888,0.0,0.127217297117066,0.153725174569888,0.0,0.23975374767206,0.153725174569888,0.0,0.185063050030628,0.153725174569888,0.0,0.0629830830056543,0.153725174569888,0.0,0.119878989444061,0.153725174569888,0.0,0.0817205694335078,0.5,0.153725174569888,0.0,0.0691156961376726,0.153725174569888,0.0,0.00706086197486731,0.5,0.153725174569888,0.0,0.174435643009792,0.153725174569888,0.0,0.0436253658526484,0.153725174569888,0.0,0.486529008880941,0.153725174569888,0.0,0.365915494852847,0.153725174569888,0.0,0.169301692500064,0.153725174569888,0.0,0.12414533323766,0.153725174569888,0.0,0.177308386601366,0.5,0.153725174569888,0.0,0.0126668526527448,0,0.833964882989164,0.807292231972986 -1129,0.5,0.153725174569888,0.0,0.220690494597289,0.153725174569888,0.0,0.310064249503184,0.153725174569888,0.0,0.0988923861407467,0.153725174569888,0.0,0.171560200168135,0.153725174569888,0.0,0.18404180125043,0.153725174569888,0.0,0.0781043916364344,0.153725174569888,0.0,0.116678050605285,0.153725174569888,0.0,0.0599978129592641,0.5,0.153725174569888,0.0,0.0394768893835773,0.153725174569888,0.0,0.00776392648981744,0.5,0.153725174569888,0.0,0.148585648071199,0.153725174569888,0.0,0.054819441571222,0.153725174569888,0.0,0.552204260722617,0.153725174569888,0.0,0.344056233088898,0.153725174569888,0.0,0.151083185386049,0.153725174569888,0.0,0.111478307872145,0.153725174569888,0.0,0.146268596394606,0.5,0.153725174569888,0.0,0.0152752091979173,0,0.642528614269463,0.844186576304713 -1130,0.5,0.153725174569888,0.0,0.20332562879068,0.153725174569888,0.0,0.317060633941028,0.153725174569888,0.0,0.0739318827314491,0.153725174569888,0.0,0.119986849997462,0.153725174569888,0.0,0.170958452042614,0.153725174569888,0.0,0.0995817252639526,0.153725174569888,0.0,0.113326374641602,0.153725174569888,0.0,0.0545831402675059,0.5,0.153725174569888,0.0,0.0308293577460229,0.153725174569888,0.0,0.00521418196985436,0.5,0.153725174569888,0.0,0.131867328596561,0.153725174569888,0.0,0.0548072364451529,0.153725174569888,0.0,0.570043659058948,0.153725174569888,0.0,0.322524668715679,0.153725174569888,0.0,0.143519656805197,0.153725174569888,0.0,0.101570670992475,0.153725174569888,0.0,0.141216517674863,0.5,0.153725174569888,0.0,0.0210303781903692,0,0.569390537736319,0.838341379432325 -1131,0.5,0.153725174569888,0.0,0.216742177685769,0.153725174569888,0.0,0.351843121984484,0.153725174569888,0.0,0.0620849183016267,0.153725174569888,0.0,0.0853665431342255,0.153725174569888,0.0,0.15775977070202,0.153725174569888,0.0,0.0939896126426731,0.153725174569888,0.0,0.121169774322447,0.153725174569888,0.0,0.0575942132664578,0.5,0.153725174569888,0.0,0.0436442782182777,0.153725174569888,0.0,0.00346766758707129,0.5,0.153725174569888,0.0,0.0933541938889712,0.153725174569888,0.0,0.0528872193186774,0.153725174569888,0.0,0.561231592568366,0.153725174569888,0.0,0.302242594580125,0.153725174569888,0.0,0.141004324558124,0.153725174569888,0.0,0.0949634876708872,0.153725174569888,0.0,0.126194642186216,0.5,0.153725174569888,0.0,0.0164169952430892,0,0.662991282511483,0.641710408843107 -1132,0.5,0.153725174569888,0.0,0.238753221419826,0.153725174569888,0.0,0.370495254963228,0.153725174569888,0.0,0.0671007758010517,0.153725174569888,0.0,0.0753194794107198,0.153725174569888,0.0,0.146105346703574,0.153725174569888,0.0,0.0801565075966175,0.153725174569888,0.0,0.11012664764491,0.153725174569888,0.0,0.0590877089128239,0.5,0.153725174569888,0.0,0.0489969186283819,0.153725174569888,0.0,0.00557386485428895,0.5,0.153725174569888,0.0,0.0687612527047453,0.153725174569888,0.0,0.0461510252185256,0.153725174569888,0.0,0.543532520172295,0.153725174569888,0.0,0.267806555381048,0.153725174569888,0.0,0.13765028499658,0.153725174569888,0.0,0.090178510757592,0.153725174569888,0.0,0.0891223168733271,0.5,0.153725174569888,0.0,0.0127813590100562,0,0.828517169052754,0.281917051659514 -1133,0.5,0.153725174569888,0.0,0.240776136440213,0.153725174569888,0.0,0.335809521016361,0.153725174569888,0.0,0.0792824816838964,0.153725174569888,0.0,0.0763772991607277,0.153725174569888,0.0,0.131199543780041,0.153725174569888,0.0,0.0720145709475862,0.153725174569888,0.0,0.0788954181130745,0.153725174569888,0.0,0.0660417268851204,0.5,0.153725174569888,0.0,0.0461818996798736,0.153725174569888,0.0,0.00787184099003311,0.5,0.153725174569888,0.0,0.0471741247064642,0.153725174569888,0.0,0.0343503295291243,0.153725174569888,0.0,0.470201842614523,0.153725174569888,0.0,0.23130923127952,0.153725174569888,0.0,0.120343292358667,0.153725174569888,0.0,0.0796194611108031,0.153725174569888,0.0,0.0620234311148361,0.5,0.153725174569888,0.0,0.0108422797546508,0,0.874546779177775,0.257386901549996 -1134,0.5,0.153725174569888,0.0,0.238040828377194,0.153725174569888,0.0,0.242958308952469,0.153725174569888,0.0,0.0941834836314843,0.153725174569888,0.0,0.0703023611081251,0.153725174569888,0.0,0.110391955177029,0.153725174569888,0.0,0.077317189864728,0.153725174569888,0.0,0.0679708081900502,0.153725174569888,0.0,0.0772437031728205,0.5,0.153725174569888,0.0,0.0411905693164046,0.153725174569888,0.0,0.00987364362233914,0.5,0.153725174569888,0.0,0.0365872573777732,0.153725174569888,0.0,0.0260272757193069,0.153725174569888,0.0,0.381708830465631,0.153725174569888,0.0,0.207050467946144,0.153725174569888,0.0,0.0978887223600896,0.153725174569888,0.0,0.0703570361925394,0.153725174569888,0.0,0.0432046861648218,0.5,0.153725174569888,0.0,0.0106802292476174,0,0.805196806095277,0.334870226592536 -1135,0.5,0.153725174569888,0.0,0.223585672927457,0.153725174569888,0.0,0.156350856288251,0.153725174569888,0.0,0.105917688145052,0.153725174569888,0.0,0.0635976114460772,0.153725174569888,0.0,0.106463333504423,0.153725174569888,0.0,0.0923195199776001,0.153725174569888,0.0,0.0745184456223091,0.153725174569888,0.0,0.0791245458864643,0.5,0.153725174569888,0.0,0.0362809215457502,0.153725174569888,0.0,0.00976135088593282,0.5,0.153725174569888,0.0,0.0284674813267799,0.153725174569888,0.0,0.0174740790149279,0.153725174569888,0.0,0.309856857176221,0.153725174569888,0.0,0.170606238621263,0.153725174569888,0.0,0.0822700654651014,0.153725174569888,0.0,0.0773661664123707,0.153725174569888,0.0,0.0298775832962184,0.5,0.153725174569888,0.0,0.00802377843010274,0,0.797842745470733,0.33407199078224 -1136,0.5,0.153725174569888,5.29488055352256e-05,0.196483232853796,0.153725174569888,0.0,0.130664302551271,0.153725174569888,0.0,0.110904336495912,0.153725174569888,0.000230683644545452,0.0606543218167342,0.153725174569888,0.0,0.120012584636225,0.153725174569888,0.0,0.107812795978733,0.153725174569888,0.0,0.0891293485714519,0.153725174569888,0.0,0.0719156403919655,0.5,0.153725174569888,0.0,0.0335273231760835,0.153725174569888,0.0,0.00556304928171622,0.5,0.153725174569888,0.0,0.0227127689828911,0.153725174569888,0.0,0.011439819011984,0.153725174569888,0.0,0.27722499973307,0.153725174569888,0.0,0.150790400316761,0.153725174569888,0.0,0.0788917422616627,0.153725174569888,0.0,0.0734137258219489,0.153725174569888,2.34067404134366e-05,0.0257813653608634,0.5,0.153725174569888,0.00142908392763422,0.0054040004054221,0,0.747756470893184,0.28339906524657 -1137,0.5,0.153725174569888,0.0623758100952281,0.18074398830645,0.153725174569888,0.0430944726305568,0.132679898360798,0.153725174569888,0.0255469336240294,0.108710230241967,0.153725174569888,0.0290519279614685,0.0705145899318986,0.153725174569888,0.0223023088796376,0.148940827504609,0.153725174569888,0.0197183733954586,0.117793219188,0.153725174569888,0.0339621606680823,0.095782372709259,0.153725174569888,0.0205052012698227,0.0520534563022854,0.5,0.153725174569888,0.0115533123982075,0.0388826327414714,0.153725174569888,0.115385384738,0.0016010315067296,0.5,0.153725174569888,0.0169498082493722,0.0278357228945552,0.153725174569888,0.0782674657912341,0.0062704279252797,0.153725174569888,0.0131891074148781,0.246828719836328,0.153725174569888,0.0271287818350906,0.153420278441375,0.153725174569888,0.0629489604837535,0.0844090443059541,0.153725174569888,0.0242494564808276,0.0830007072165379,0.153725174569888,0.0292435318698521,0.0221442796654134,0.5,0.153725174569888,0.106449482961842,0.00235089329788041,0,0.684207380618214,0.334815883715004 -1138,0.5,0.153725174569888,0.163867850005177,0.187114857491198,0.153725174569888,0.142302280508808,0.15352671439061,0.153725174569888,0.107268928012053,0.134145232042386,0.153725174569888,0.093631959506619,0.117478656416492,0.153725174569888,0.0852460422195095,0.188654781761887,0.153725174569888,0.0736717220497667,0.158015830985163,0.153725174569888,0.11941793880953,0.136998841603047,0.153725174569888,0.0637086931384932,0.0698326896006953,0.5,0.153725174569888,0.059603929241794,0.0697525071038584,0.153725174569888,0.289520523393767,0.000389670184331015,0.5,0.153725174569888,0.0790234618686522,0.037399926675988,0.153725174569888,0.230511028302354,0.00386243560058479,0.153725174569888,0.0783908497536666,0.2238351035683,0.153725174569888,0.131926082515001,0.187241598460434,0.153725174569888,0.194537526344967,0.0989681049833248,0.153725174569888,0.103899615650089,0.114521442125539,0.153725174569888,0.0868030054724408,0.0304996071712768,0.5,0.153725174569888,0.251721684979718,0.000810734076547202,0,0.636997960346373,0.407756801399342 -1139,0.5,0.153725174569888,0.264282709028018,0.222836736259117,0.153725174569888,0.218250567592523,0.268944568585626,0.153725174569888,0.214641849401333,0.164188365543923,0.153725174569888,0.206700737655269,0.195718634809515,0.153725174569888,0.152908448860477,0.257633521224467,0.153725174569888,0.104076402202122,0.197978055481953,0.153725174569888,0.158104349759474,0.217405607238499,0.153725174569888,0.108234374690879,0.101797203233073,0.5,0.153725174569888,0.13856057325835,0.121008016715187,0.153725174569888,0.450669220519179,0.000307276021197903,0.5,0.153725174569888,0.191006708475073,0.0379774022526805,0.153725174569888,0.385761013882553,0.00667184776351133,0.153725174569888,0.146382295772634,0.256355434636655,0.153725174569888,0.224460567494216,0.267657232060526,0.153725174569888,0.31869127797336,0.206745485565323,0.153725174569888,0.209445966499298,0.156898561109714,0.153725174569888,0.145205176823496,0.0354627097199705,0.5,0.153725174569888,0.380400414004133,0.000613960741495119,0,0.60386804394952,0.46462098490318 -1140,0.5,0.153725174569888,0.318686722073607,0.238525514818969,0.153725174569888,0.29204879324107,0.413159900331194,0.153725174569888,0.39018396207293,0.225630915032053,0.153725174569888,0.286693007979308,0.230113003449003,0.153725174569888,0.228241854925909,0.310104715124171,0.153725174569888,0.120934977808304,0.234213685998799,0.153725174569888,0.203550681507013,0.265363497954442,0.153725174569888,0.165348209836809,0.108221750289552,0.5,0.153725174569888,0.228410122843828,0.14171257408297,0.153725174569888,0.557118186717728,0.000724040877967167,0.5,0.153725174569888,0.295652462196758,0.0371631710446162,0.153725174569888,0.490855115817704,0.0105283108323362,0.153725174569888,0.163028301344025,0.362741001812583,0.153725174569888,0.257115241971031,0.351565796912777,0.153725174569888,0.392215689174239,0.330793321384708,0.153725174569888,0.327145253624868,0.211816059530036,0.153725174569888,0.213113267030704,0.038239872853199,0.5,0.153725174569888,0.453061127316533,0.00100635563530456,0,0.570859230994104,0.472025176680397 -1141,0.5,0.153725174569888,0.329761010637267,0.249039484572246,0.153725174569888,0.269360254638783,0.566057313713593,0.153725174569888,0.410233672479803,0.221542377995443,0.153725174569888,0.221880030518185,0.186926011091406,0.153725174569888,0.267556053243667,0.426965615551993,0.153725174569888,0.100465724125904,0.199949035754605,0.153725174569888,0.308774276460279,0.329229646091423,0.153725174569888,0.261949067084925,0.133162527237147,0.5,0.153725174569888,0.205907046558658,0.12748077595289,0.153725174569888,0.598102307583226,0.000840605724252624,0.5,0.153725174569888,0.391248705413553,0.0218901741149478,0.153725174569888,0.530200871253486,0.00494138907147471,0.153725174569888,0.122917037711413,0.397217797615113,0.153725174569888,0.23411331150426,0.340259585508078,0.153725174569888,0.373302157685065,0.36119856503522,0.153725174569888,0.217670597966199,0.188709223652505,0.153725174569888,0.183724515349452,0.0375154105626636,0.5,0.153725174569888,0.451299378723874,0.00125524210206635,0,0.489693684778752,0.502860601730844 -1142,0.5,0.153725174569888,0.309622908743812,0.25480969849994,0.153725174569888,0.179706689506995,0.627109667850324,0.153725174569888,0.33307461741898,0.199748825701541,0.153725174569888,0.205262390271462,0.138163041254941,0.153725174569888,0.190957998098802,0.448125653625817,0.153725174569888,0.234382324454927,0.190096583747854,0.153725174569888,0.261840128670433,0.300744844452249,0.153725174569888,0.226842982551163,0.162218727419677,0.5,0.153725174569888,0.151744308841543,0.10334954765957,0.153725174569888,0.558148380891168,0.00297228916821163,0.5,0.153725174569888,0.344865818189425,0.0228975745867579,0.153725174569888,0.537915723862132,0.0031830759196945,0.153725174569888,0.0920139091896946,0.446858001128915,0.153725174569888,0.216313188109926,0.390546845565074,0.153725174569888,0.288418498282065,0.337972140494452,0.153725174569888,0.130031471189916,0.168133825902228,0.153725174569888,0.184373488958995,0.0371386433281443,0.5,0.153725174569888,0.410095728596615,0.00181908867979129,0,0.446457899030432,0.48847497357391 -1143,0.5,0.153725174569888,0.260330343448391,0.261487789431635,0.153725174569888,0.0523454960540041,0.289343011652852,0.153725174569888,0.217882635687833,0.158619898800724,0.153725174569888,0.165498126741905,0.103266349212127,0.153725174569888,0.225249335328893,0.371963357353524,0.153725174569888,0.366100230626642,0.206230728761037,0.153725174569888,0.206653008123175,0.204475859947996,0.153725174569888,0.13057264355716,0.141798698109576,0.5,0.153725174569888,0.12629971571693,0.100146957711361,0.153725174569888,0.501946735313275,0.00556452374276703,0.5,0.153725174569888,0.245968723250669,0.0145971659351121,0.153725174569888,0.472881326350719,0.00753852541571445,0.153725174569888,0.0583481169071159,0.446953022289581,0.153725174569888,0.194368808156449,0.387959416629523,0.153725174569888,0.183046349717579,0.253303301678752,0.153725174569888,0.0652621386390055,0.116857183217428,0.153725174569888,0.181458771380551,0.027742089632281,0.5,0.153725174569888,0.329010028012592,0.00409316065456458,0,0.375459998842691,0.52260282909881 -1144,0.5,0.153725174569888,0.173551499995777,0.235433771875824,0.153725174569888,0.0358916244082159,0.18346956695518,0.153725174569888,0.067883358409937,0.106475376793682,0.153725174569888,0.112545961376838,0.0495358389385133,0.153725174569888,0.268782177279916,0.229764934666475,0.153725174569888,0.241213474822393,0.155439945423702,0.153725174569888,0.182182798838765,0.117480729307105,0.153725174569888,0.0730037573970463,0.109947501659672,0.5,0.153725174569888,0.118860047108174,0.0795416813153549,0.153725174569888,0.372574461778154,0.00956166849233907,0.5,0.153725174569888,0.174288161989171,0.00829294587247103,0.153725174569888,0.355348445492908,0.0134612691932666,0.153725174569888,0.0293208826566308,0.388473646174946,0.153725174569888,0.218888643515704,0.280372671193898,0.153725174569888,0.107732969030562,0.142803323408277,0.153725174569888,0.0963358970354408,0.0959011823847213,0.153725174569888,0.111561417821352,0.0144097387213574,0.5,0.153725174569888,0.264456080742936,0.00509516082578419,0,0.295971754142525,0.56822402604906 -1145,0.5,0.153725174569888,0.0297706306267721,0.202703757635695,0.153725174569888,0.0365756907970138,0.159508820247454,0.153725174569888,0.0223708608409055,0.061042505822398,0.153725174569888,0.0238395953521551,0.0412110072234673,0.153725174569888,0.170895361382038,0.119284911406162,0.153725174569888,0.0871460648143429,0.0993111914657724,0.153725174569888,0.104414897337837,0.0595763674713487,0.153725174569888,0.0320061677710855,0.0788953381708323,0.5,0.153725174569888,0.0673438101856902,0.0441525073794979,0.153725174569888,0.129375378657736,0.00372951692277552,0.5,0.153725174569888,0.0723441382692912,0.00434612967090245,0.153725174569888,0.129706720466451,0.00634882178327291,0.153725174569888,0.00606880146802353,0.293087794440258,0.153725174569888,0.132030487839486,0.194353258131508,0.153725174569888,0.0455853941736388,0.0845657076952423,0.153725174569888,0.0652844065375123,0.0436761050711179,0.153725174569888,0.0250609564628858,0.00421923645124661,0.5,0.153725174569888,0.0745715897783161,0.00313710141319203,0,0.233614581650437,0.570090274457433 -1146,0.5,0.153725174569888,0.0,0.165260819091931,0.153725174569888,0.0,0.164283383744087,0.153725174569888,0.0,0.0385566933374678,0.153725174569888,0.0,0.0513660809752388,0.153725174569888,0.0,0.12611645929474,0.153725174569888,0.0,0.0851284782720117,0.153725174569888,0.0,0.0718795605116724,0.153725174569888,0.0,0.059877439891755,0.5,0.153725174569888,0.0,0.0327351394637795,0.153725174569888,0.0,0.00537893800397096,0.5,0.153725174569888,0.0,0.00404905186599869,0.153725174569888,0.0,0.0114823043917969,0.153725174569888,0.0,0.222748255699096,0.153725174569888,0.0,0.184356756441497,0.153725174569888,0.0,0.0789490402473849,0.153725174569888,0.0,0.0335452922534915,0.153725174569888,0.0,0.0032983979692595,0.5,0.153725174569888,0.0,0.00473200580737106,0,0.234604657505074,0.524851947035222 -1147,0.5,0.153725174569888,0.0,0.14514903147496,0.153725174569888,0.0,0.15425685803876,0.153725174569888,0.0,0.0272413395286236,0.153725174569888,0.0,0.0595479329773051,0.153725174569888,0.0,0.136341529123902,0.153725174569888,0.0,0.0795751909020353,0.153725174569888,0.0,0.0755767357838728,0.153725174569888,0.0,0.0565135351815352,0.5,0.153725174569888,0.0,0.0298900873227255,0.153725174569888,0.0,0.00565657231435896,0.5,0.153725174569888,0.0,0.00415773660688954,0.153725174569888,0.0,0.0162010011642517,0.153725174569888,0.0,0.215463350991244,0.153725174569888,0.0,0.175047935871594,0.153725174569888,0.0,0.0774042816660391,0.153725174569888,0.0,0.0313472052310655,0.153725174569888,0.0,0.00335307396025212,0.5,0.153725174569888,0.0,0.00640393976618305,0,0.238036537187404,0.512925781212719 -1148,0.5,0.153725174569888,0.0,0.147467442342346,0.153725174569888,0.0,0.129405392370699,0.153725174569888,0.0,0.0283978104433233,0.153725174569888,0.0,0.0599221914490993,0.153725174569888,0.0,0.141971456446005,0.153725174569888,0.0,0.0864314293188942,0.153725174569888,0.0,0.0773740738263175,0.153725174569888,0.0,0.0608890093590106,0.5,0.153725174569888,0.0,0.0297905713398101,0.153725174569888,0.0,0.00691943747444097,0.5,0.153725174569888,0.0,0.00336125431085633,0.153725174569888,0.0,0.0197173924458475,0.153725174569888,0.0,0.214065344426673,0.153725174569888,0.0,0.186245857126799,0.153725174569888,0.0,0.0865379423371583,0.153725174569888,0.0,0.0320110084934484,0.153725174569888,0.0,0.00356085996051605,0.5,0.153725174569888,0.0,0.00875075295350433,0,0.254223809506117,0.652460008842389 -1149,0.5,0.153725174569888,0.0,0.151503384434685,0.153725174569888,0.0,0.12157981324326,0.153725174569888,0.0,0.0331197901534497,0.153725174569888,0.0,0.0565968121429301,0.153725174569888,0.0,0.146229982024068,0.153725174569888,0.0,0.0989710577183559,0.153725174569888,0.0,0.0870641535150076,0.153725174569888,0.0,0.0687085421160319,0.5,0.153725174569888,0.0,0.0278783303023832,0.153725174569888,0.0,0.00909004132907403,0.5,0.153725174569888,0.0,0.00551621069402852,0.153725174569888,0.0,0.0213623489842317,0.153725174569888,0.0,0.206147885139359,0.153725174569888,0.0,0.199936740516739,0.153725174569888,0.0,0.0932295625187004,0.153725174569888,0.0,0.0336687639730056,0.153725174569888,0.0,0.00465000081131726,0.5,0.153725174569888,0.0,0.0124732613915711,0,0.306383504179006,0.781355783597812 -1150,0.5,0.153725174569888,0.0,0.149293457940939,0.153725174569888,0.0,0.122725584391357,0.153725174569888,0.0,0.0349350800675838,0.153725174569888,0.0,0.0498228951337741,0.153725174569888,0.0,0.148299436440869,0.153725174569888,0.0,0.112374220247593,0.153725174569888,0.0,0.0970052421081441,0.153725174569888,0.0,0.0788778523766365,0.5,0.153725174569888,0.0,0.0296968850450993,0.153725174569888,0.0,0.00958754761280984,0.5,0.153725174569888,0.0,0.00937787679978057,0.153725174569888,0.0,0.0239766964181275,0.153725174569888,0.0,0.202339013634587,0.153725174569888,0.0,0.203696920725907,0.153725174569888,0.0,0.0973620767613784,0.153725174569888,0.0,0.0360973499809718,0.153725174569888,0.0,0.00771449182800288,0.5,0.153725174569888,0.0,0.014715421077691,0,0.347350878618393,0.859383521241677 -1151,0.5,0.153725174569888,0.0,0.144602835658991,0.153725174569888,0.0,0.115517612218297,0.153725174569888,0.0,0.0338338205738036,0.153725174569888,0.0,0.0433321931028575,0.153725174569888,0.0,0.152256303273637,0.153725174569888,0.0,0.126357869941691,0.153725174569888,0.0,0.1026506859656,0.153725174569888,0.0,0.0862560519466242,0.5,0.153725174569888,0.0,0.0249717393162833,0.153725174569888,0.0,0.0097024662776013,0.5,0.153725174569888,0.0,0.0172622289684099,0.153725174569888,0.0,0.0277481939188588,0.153725174569888,0.0,0.213716357224305,0.153725174569888,0.0,0.201624195232703,0.153725174569888,0.0,0.0973160740172557,0.153725174569888,0.0,0.0419245822674948,0.153725174569888,0.0,0.0123785334754293,0.5,0.153725174569888,0.0,0.018049673381894,0,0.403905475556462,0.878001127481448 -1152,0.5,0.153725174569888,0.0,0.136229779825178,0.153725174569888,0.0,0.109151149492352,0.153725174569888,0.0,0.0317082835607137,0.153725174569888,0.0,0.0415499558809124,0.153725174569888,0.0,0.167712627642134,0.153725174569888,0.0,0.134226652912327,0.153725174569888,0.0,0.108838945185111,0.153725174569888,0.0,0.0842004916195953,0.5,0.153725174569888,0.0,0.0198774969787185,0.153725174569888,0.0,0.0105830266679224,0.5,0.153725174569888,0.0,0.0285174885538825,0.153725174569888,0.0,0.031634605863229,0.153725174569888,0.0,0.216858049066884,0.153725174569888,0.0,0.205053997393171,0.153725174569888,0.0,0.0951484165539434,0.153725174569888,0.0,0.0494252469549192,0.153725174569888,0.0,0.0201224232117684,0.5,0.153725174569888,0.0,0.0230435246185959,0,0.424604567881614,0.889211744865611 -1153,0.5,0.153725174569888,0.0,0.120053869380881,0.153725174569888,0.0,0.102962162618292,0.153725174569888,0.0,0.0312977717948665,0.153725174569888,0.0,0.0427694703314768,0.153725174569888,0.0,0.184448053516923,0.153725174569888,0.0,0.137542709471258,0.153725174569888,0.0,0.1021511260086,0.153725174569888,0.0,0.0898011905798633,0.5,0.153725174569888,0.0,0.0197623816124049,0.153725174569888,0.0,0.010068130290293,0.5,0.153725174569888,0.0,0.0326780663063466,0.153725174569888,0.0,0.0312482515563877,0.153725174569888,0.0,0.210183804035406,0.153725174569888,0.0,0.216381092139983,0.153725174569888,0.0,0.0974944348921451,0.153725174569888,0.0,0.0399570314123743,0.153725174569888,0.0,0.0281985831161822,0.5,0.153725174569888,0.0,0.0263569033070035,0,0.37741181214311,0.909001884471286 -1154,0.5,0.153725174569888,0.0,0.105634328993404,0.153725174569888,0.0,0.110184267637266,0.153725174569888,0.0,0.0269841907275192,0.153725174569888,0.0,0.0471692234990025,0.153725174569888,0.0,0.165347479907566,0.153725174569888,0.0,0.155868449696307,0.153725174569888,0.0,0.103298611346753,0.153725174569888,0.0,0.104707934491722,0.5,0.153725174569888,0.0,0.0196665890002741,0.153725174569888,0.0,0.00969298283396159,0.5,0.153725174569888,0.0,0.031789805483825,0.153725174569888,0.0,0.0307840456603152,0.153725174569888,0.0,0.208383032864301,0.153725174569888,0.0,0.224019628469141,0.153725174569888,0.0,0.0964613419909678,0.153725174569888,0.0,0.0356799557707954,0.153725174569888,0.0,0.031481682669673,0.5,0.153725174569888,0.0,0.0256551415318204,0,0.331883470016248,0.92292859769315 -1155,0.5,0.153725174569888,0.0,0.0992341380488579,0.153725174569888,0.0,0.113176248668721,0.153725174569888,0.0,0.0219862125558507,0.153725174569888,0.0,0.0478220239245909,0.153725174569888,0.0,0.157141237536622,0.153725174569888,0.0,0.18211487292513,0.153725174569888,0.0,0.143271837727915,0.153725174569888,0.0,0.112837671032001,0.5,0.153725174569888,0.0,0.0199544655845296,0.153725174569888,0.0,0.00855692060188433,0.5,0.153725174569888,0.0,0.0330693458670983,0.153725174569888,0.0,0.0328509781650131,0.153725174569888,0.0,0.21529657012212,0.153725174569888,0.0,0.194426541817811,0.153725174569888,0.0,0.0858829044715247,0.153725174569888,0.0,0.0464900559645444,0.153725174569888,0.0,0.0339109428436281,0.5,0.153725174569888,0.0,0.0246222271319584,0,0.299545029632089,0.885184544858195 -1156,0.5,0.153725174569888,0.0,0.0877210467238974,0.153725174569888,0.0,0.121761943547093,0.153725174569888,0.0,0.0204912343557209,0.153725174569888,0.0,0.0433960401707377,0.153725174569888,0.0,0.194630386160755,0.153725174569888,0.0,0.187270485189971,0.153725174569888,0.0,0.16635568833705,0.153725174569888,0.0,0.107008621237892,0.5,0.153725174569888,0.0,0.0199104631884951,0.153725174569888,0.0,0.0100053605627081,0.5,0.153725174569888,0.0,0.0309597616057283,0.153725174569888,0.0,0.0360968712656951,0.153725174569888,0.0,0.235856789789842,0.153725174569888,0.0,0.183936926384193,0.153725174569888,0.0,0.0763835997873512,0.153725174569888,0.0,0.0583547631051853,0.153725174569888,0.0,0.0350000769781818,0.5,0.153725174569888,0.0,0.0251298822461649,0,0.298211358261371,0.861959893681221 -1157,0.5,0.153725174569888,0.0,0.0816246483617036,0.153725174569888,0.0,0.0909115810684797,0.153725174569888,0.0,0.0278901537448576,0.153725174569888,0.0,0.0427238597256423,0.153725174569888,0.0,0.185028883100172,0.153725174569888,0.0,0.176616518407287,0.153725174569888,0.0,0.161312295590598,0.153725174569888,0.0,0.0997641266793146,0.5,0.153725174569888,0.0,0.0216783820515691,0.153725174569888,0.0,0.00876768649833942,0.5,0.153725174569888,0.0,0.033101560055725,0.153725174569888,0.0,0.0404851856156932,0.153725174569888,0.0,0.195747358352989,0.153725174569888,0.0,0.232632523826177,0.153725174569888,0.0,0.102536425184872,0.153725174569888,0.0,0.0564923940373975,0.153725174569888,0.0,0.0359094523137726,0.5,0.153725174569888,0.0,0.0247644023565465,0,0.289517089407262,0.921943127903207 -1158,0.5,0.153725174569888,0.0,0.0808082870635981,0.153725174569888,0.0,0.174343229584645,0.153725174569888,0.0,0.0355290977274108,0.153725174569888,0.0,0.0493349960569877,0.153725174569888,0.0,0.131367050539911,0.153725174569888,0.0,0.156261842117838,0.153725174569888,0.0,0.153021218823437,0.153725174569888,0.0,0.113484842566304,0.5,0.153725174569888,0.0,0.0228811667198692,0.153725174569888,0.0,0.0119740085583485,0.5,0.153725174569888,0.0,0.0319714883872014,0.153725174569888,0.0,0.039731396356242,0.153725174569888,0.0,0.239348511458533,0.153725174569888,0.0,0.233558566413259,0.153725174569888,0.0,0.110378239815361,0.153725174569888,0.0,0.058675052844817,0.153725174569888,0.0,0.0368224550221974,0.5,0.153725174569888,0.0,0.0223170669187409,0,0.251001914804496,0.930461817894855 -1159,0.5,0.153725174569888,0.0,0.0911275901049488,0.153725174569888,0.0,0.174669599824374,0.153725174569888,0.0,0.0409014923500013,0.153725174569888,0.0,0.0623739071499278,0.153725174569888,0.0,0.129094003963782,0.153725174569888,0.0,0.170254179303601,0.153725174569888,0.0,0.167131509294549,0.153725174569888,0.0,0.109429848236759,0.5,0.153725174569888,0.0,0.0260552650829095,0.153725174569888,0.0,0.0127822114471984,0.5,0.153725174569888,0.0,0.0285112999832482,0.153725174569888,0.0,0.0434306276057531,0.153725174569888,0.0,0.315824472513827,0.153725174569888,0.0,0.184818054761474,0.153725174569888,0.0,0.10065978645446,0.153725174569888,0.0,0.0650906376231163,0.153725174569888,0.0,0.0360083833620102,0.5,0.153725174569888,0.0,0.0208285846109761,0,0.206739237777324,0.872139859640201 -1160,0.5,0.153725174569888,0.000249369973615935,0.113807561808844,0.153725174569888,0.0,0.104633748342236,0.153725174569888,1.56457070296362e-06,0.0524603207088993,0.153725174569888,0.00164505711417165,0.0666544559044485,0.153725174569888,0.0,0.143547575812813,0.153725174569888,0.0,0.167194687059442,0.153725174569888,0.0,0.180889678539454,0.153725174569888,0.0,0.114334931869054,0.5,0.153725174569888,0.0,0.0285915198288388,0.153725174569888,3.23773002117219e-05,0.0107802217925164,0.5,0.153725174569888,0.0,0.0274322216749806,0.153725174569888,0.0,0.0432137200942413,0.153725174569888,0.0,0.267983295031861,0.153725174569888,0.0,0.177421295421139,0.153725174569888,0.0,0.0956185413086351,0.153725174569888,0.0,0.0650045199700735,0.153725174569888,0.000223356360651503,0.0364800411980828,0.5,0.153725174569888,0.00276276746066243,0.0159788765881988,0,0.223892602561943,0.82120735842185 -1161,0.5,0.153725174569888,0.101123657624167,0.106008276287288,0.153725174569888,0.0572587414640046,0.108179262897773,0.153725174569888,0.098469955734859,0.0521410713695265,0.153725174569888,0.129934451156384,0.0623272517837141,0.153725174569888,0.0509566304770014,0.14663221315633,0.153725174569888,0.0329369466652363,0.142043691910262,0.153725174569888,0.052343803461165,0.158613854637867,0.153725174569888,0.0478014262927506,0.114088305359245,0.5,0.153725174569888,0.0691002670346687,0.0262603075697376,0.153725174569888,0.112757770166091,0.0102160217482085,0.5,0.153725174569888,0.0946888676204337,0.0230611256919122,0.153725174569888,0.0919745750921764,0.0386157057326921,0.153725174569888,0.0367295885342237,0.212737679752547,0.153725174569888,0.0461917431306658,0.188365841387978,0.153725174569888,0.0758713291471365,0.099332513227673,0.153725174569888,0.067812074617451,0.0602818572271308,0.153725174569888,0.11111471625277,0.0344779084894906,0.5,0.153725174569888,0.139200804095223,0.0134866935898734,0,0.404903477258076,0.821120670615454 -1162,0.5,0.153725174569888,0.259569260680467,0.102066910525756,0.153725174569888,0.198677017535203,0.11970550063559,0.153725174569888,0.2591625613365,0.0478511186054413,0.153725174569888,0.295109331082332,0.0760204996486871,0.153725174569888,0.183639578759404,0.127017640849163,0.153725174569888,0.119968118043076,0.162411162578206,0.153725174569888,0.183970843296716,0.152152957091782,0.153725174569888,0.189275875833119,0.115498238550518,0.5,0.153725174569888,0.221321325601888,0.0318222446939575,0.153725174569888,0.264546010559044,0.00758358110107911,0.5,0.153725174569888,0.259234106411924,0.0168149097741786,0.153725174569888,0.235833788819486,0.0392783199423841,0.153725174569888,0.125671137551187,0.241870851929041,0.153725174569888,0.193129482680122,0.186971176833998,0.153725174569888,0.235885582939071,0.106353346136665,0.153725174569888,0.226568414107136,0.0684412693903097,0.153725174569888,0.284870878659289,0.0313065061235897,0.5,0.153725174569888,0.308229497286344,0.0125970772822804,0,0.346185109623081,0.793777031954425 -1163,0.5,0.153725174569888,0.388943845937762,0.130421601313843,0.153725174569888,0.36546046804377,0.162706517213429,0.153725174569888,0.414407687604686,0.0480450523079902,0.153725174569888,0.440509202092327,0.102828778680965,0.153725174569888,0.300078481302386,0.18057818837907,0.153725174569888,0.203423575501245,0.208123768146384,0.153725174569888,0.268004574784413,0.18929973358652,0.153725174569888,0.315326735829907,0.155888835053014,0.5,0.153725174569888,0.355114644441705,0.033098362887367,0.153725174569888,0.420439446169019,0.0039636867489557,0.5,0.153725174569888,0.408520215634495,0.014897831880272,0.153725174569888,0.374477136301528,0.0314984886731795,0.153725174569888,0.270189969741937,0.305427246997659,0.153725174569888,0.31401840084882,0.231302822893231,0.153725174569888,0.378469452632209,0.116742599320814,0.153725174569888,0.384676677996423,0.0832482854559478,0.153725174569888,0.440646140355653,0.0327100422688963,0.5,0.153725174569888,0.447873102037653,0.0104089554380404,0,0.260552105467114,0.787222877924316 -1164,0.5,0.153725174569888,0.486280085241704,0.205625245977215,0.153725174569888,0.473507264010876,0.191991875967483,0.153725174569888,0.520427896447021,0.0784393908604756,0.153725174569888,0.53376421366893,0.143475369671421,0.153725174569888,0.361831046165852,0.252784857272235,0.153725174569888,0.249817654838294,0.217884991481636,0.153725174569888,0.3118031054051,0.272261264667787,0.153725174569888,0.404515573499125,0.199779435393901,0.5,0.153725174569888,0.450653212699025,0.0811594622721221,0.153725174569888,0.554168539364921,0.00241728042363222,0.5,0.153725174569888,0.491923956229591,0.0312889174072882,0.153725174569888,0.480438901279973,0.024150702096984,0.153725174569888,0.401022027006448,0.345115903227018,0.153725174569888,0.375666411291305,0.264575013547008,0.153725174569888,0.46483235147693,0.183792348116095,0.153725174569888,0.484516744541473,0.182975562372688,0.153725174569888,0.536385701793773,0.0724568201877139,0.5,0.153725174569888,0.536913460074486,0.0166462996632636,0,0.299157803809865,0.800347913381655 -1165,0.5,0.153725174569888,0.528711912880921,0.209969887943585,0.153725174569888,0.45674489865274,0.144383231602943,0.153725174569888,0.555836486955644,0.115567773121112,0.153725174569888,0.565653234573691,0.156315981927036,0.153725174569888,0.276926457462941,0.238672259833935,0.153725174569888,0.289022481897946,0.217687248424737,0.153725174569888,0.318219216342389,0.280242369610831,0.153725174569888,0.448699089670307,0.21607672093179,0.5,0.153725174569888,0.476618270016024,0.15032528356551,0.153725174569888,0.586763630446993,0.00179555648130459,0.5,0.153725174569888,0.518144187362578,0.038302553068591,0.153725174569888,0.492565832838049,0.02831715843863,0.153725174569888,0.462663271692924,0.312517523424934,0.153725174569888,0.386256553976804,0.261894995017143,0.153725174569888,0.461340400201794,0.197667523827047,0.153725174569888,0.495532902247475,0.226774810488918,0.153725174569888,0.560198516645246,0.0948289694486427,0.5,0.153725174569888,0.573045408259855,0.0138425316804487,0,0.252786817557643,0.789379424164527 -1166,0.5,0.153725174569888,0.493477524695774,0.192865704305493,0.153725174569888,0.337729517561867,0.168815094356869,0.153725174569888,0.503755915959984,0.148870619407928,0.153725174569888,0.537694586051483,0.148558130327378,0.153725174569888,0.196853646533877,0.211782719200478,0.153725174569888,0.333324479054111,0.204572305535009,0.153725174569888,0.300587299622732,0.257851618532567,0.153725174569888,0.432969981159537,0.225185463068577,0.5,0.153725174569888,0.437283960760584,0.171676745156345,0.153725174569888,0.542066943036161,0.00176506343093928,0.5,0.153725174569888,0.480915871241361,0.0249364532717145,0.153725174569888,0.392204463213878,0.0287909148232059,0.153725174569888,0.381432162435895,0.288416721341099,0.153725174569888,0.293662391838176,0.236986790290279,0.153725174569888,0.388455091373505,0.176786988141229,0.153725174569888,0.442405342426119,0.217841493737098,0.153725174569888,0.519242979493226,0.0896060928198579,0.5,0.153725174569888,0.553630272692864,0.013181445762606,0,0.195083016762844,0.723532498227637 -1167,0.5,0.153725174569888,0.37076923338919,0.155527054248178,0.153725174569888,0.317042955793234,0.156166912956125,0.153725174569888,0.367644408186068,0.158077220409669,0.153725174569888,0.420006815318688,0.140714854718891,0.153725174569888,0.162455888833965,0.210005722738126,0.153725174569888,0.314988640522778,0.189264182696741,0.153725174569888,0.257679422600687,0.240312669048724,0.153725174569888,0.353463923282255,0.222812437691946,0.5,0.153725174569888,0.365983841005358,0.171938192242921,0.153725174569888,0.375417070321537,0.00239767858336757,0.5,0.153725174569888,0.380082790491192,0.0193028109064176,0.153725174569888,0.255242466346511,0.0193572746252156,0.153725174569888,0.229454604887335,0.228744947300555,0.153725174569888,0.17095694532358,0.203734851172863,0.153725174569888,0.294806566664122,0.164347605442831,0.153725174569888,0.354049062188285,0.256679800279467,0.153725174569888,0.405297144550705,0.0691705833775228,0.5,0.153725174569888,0.459029631112213,0.0141676911307033,0,0.101513032358345,0.602724209640775 -1168,0.5,0.153725174569888,0.215395887244752,0.123808261012981,0.153725174569888,0.13607885943976,0.114685114899992,0.153725174569888,0.21018129876993,0.0993273028270126,0.153725174569888,0.245518962110138,0.0914698239881253,0.153725174569888,0.0992604697227991,0.167464218044986,0.153725174569888,0.235062364812259,0.165391146310894,0.153725174569888,0.206079130625463,0.206333973444734,0.153725174569888,0.254383693810187,0.163608050600514,0.5,0.153725174569888,0.254423599826455,0.132824806418707,0.153725174569888,0.179703410807053,0.000808271006308189,0.5,0.153725174569888,0.180317146118794,0.0164888548511334,0.153725174569888,0.168880435462175,0.0106432661582754,0.153725174569888,0.13967528643239,0.16801623353315,0.153725174569888,0.0914898699179273,0.17983485881091,0.153725174569888,0.164906085770396,0.132633818912236,0.153725174569888,0.211341676444397,0.207049808738962,0.153725174569888,0.249234437153064,0.0435573041964147,0.5,0.153725174569888,0.302002445770799,0.0149433995765526,0,0.073562761038095,0.615486324544096 -1169,0.5,0.153725174569888,0.0523124801949784,0.124284995766794,0.153725174569888,0.024396578632561,0.0959831032809444,0.153725174569888,0.0797308713136055,0.0696710066382192,0.153725174569888,0.0582466223148604,0.0940416299977742,0.153725174569888,0.0403397075474097,0.160670075251089,0.153725174569888,0.0880733913100133,0.15224054118864,0.153725174569888,0.102006641464417,0.170172535068656,0.153725174569888,0.117495077006126,0.0985526028566053,0.5,0.153725174569888,0.0976889593890131,0.0714060762344077,0.153725174569888,0.101629223713632,0.000756575999569034,0.5,0.153725174569888,0.0509481607538334,0.00744952694088968,0.153725174569888,0.0802119176752582,0.0126285571328368,0.153725174569888,0.0318675723876649,0.136799460701934,0.153725174569888,0.0342613992247351,0.169576653517581,0.153725174569888,0.0635626409227326,0.124188647658155,0.153725174569888,0.100368539780969,0.135621703985189,0.153725174569888,0.0749084700272855,0.0226871909591297,0.5,0.153725174569888,0.0879661807267045,0.00612727463696251,0,0.0949091038477383,0.680901725857461 -1170,0.5,0.153725174569888,0.0,0.130649191625267,0.153725174569888,0.0,0.106816254141937,0.153725174569888,0.0,0.0681395329984674,0.153725174569888,0.0,0.107177204043,0.153725174569888,0.0,0.191566098156585,0.153725174569888,0.0,0.160806391673013,0.153725174569888,0.0,0.178278558188377,0.153725174569888,0.0,0.0921543397534766,0.5,0.153725174569888,0.000237169499385924,0.0573054652166444,0.153725174569888,0.0,0.00158345011375005,0.5,0.153725174569888,9.28604256122699e-05,0.0117058729561495,0.153725174569888,0.0,0.0179473559258818,0.153725174569888,0.0,0.131316243525861,0.153725174569888,0.0,0.179649237105011,0.153725174569888,0.0,0.129739476980273,0.153725174569888,0.0,0.121433583540123,0.153725174569888,0.0,0.0295032967209904,0.5,0.153725174569888,0.0,0.00649663155369206,0,0.113556185353724,0.793095515698787 -1171,0.5,0.153725174569888,0.0,0.11237944575242,0.153725174569888,0.0,0.0989180821757375,0.153725174569888,0.0,0.0637611306650331,0.153725174569888,0.0,0.109770528405327,0.153725174569888,0.0,0.220694513822567,0.153725174569888,0.0,0.166096478220619,0.153725174569888,0.0,0.183586513621515,0.153725174569888,0.0,0.0906881835466371,0.5,0.153725174569888,0.0,0.0509875939028784,0.153725174569888,0.0,0.0012600997947127,0.5,0.153725174569888,0.0,0.0170900842703401,0.153725174569888,0.0,0.0176987294625319,0.153725174569888,0.0,0.13246702019641,0.153725174569888,0.0,0.187359636019768,0.153725174569888,0.0,0.121364127085006,0.153725174569888,0.0,0.112766318515473,0.153725174569888,0.0,0.029864148575137,0.5,0.153725174569888,0.0,0.00707305054051331,0,0.0935143823238057,0.797396752432236 -1172,0.5,0.153725174569888,0.0,0.0958365707857042,0.153725174569888,0.0,0.0911203650340119,0.153725174569888,0.0,0.0675501161756032,0.153725174569888,0.0,0.121322789129774,0.153725174569888,0.0,0.242304468332807,0.153725174569888,0.0,0.166871798060118,0.153725174569888,0.0,0.188587819663856,0.153725174569888,0.0,0.0834064693720299,0.5,0.153725174569888,0.0,0.0504377618730757,0.153725174569888,0.0,0.00189478572483013,0.5,0.153725174569888,0.0,0.0140758114995044,0.153725174569888,0.0,0.0145923657997543,0.153725174569888,0.0,0.141766494124761,0.153725174569888,0.0,0.200725292333968,0.153725174569888,0.0,0.119117862381049,0.153725174569888,0.0,0.100994374229488,0.153725174569888,0.0,0.026597877760679,0.5,0.153725174569888,0.0,0.00581737730779952,0,0.0893643917983025,0.727382415909446 -1173,0.5,0.153725174569888,0.0,0.0862046662982998,0.153725174569888,0.0,0.0975842772032957,0.153725174569888,0.0,0.071655110379186,0.153725174569888,0.0,0.116264834841933,0.153725174569888,0.0,0.243077475518268,0.153725174569888,0.0,0.156578839011439,0.153725174569888,0.0,0.202480695313651,0.153725174569888,0.0,0.0798298999268447,0.5,0.153725174569888,0.0,0.0541165982884439,0.153725174569888,0.0,0.00360257307999806,0.5,0.153725174569888,0.0,0.0149502419019115,0.153725174569888,0.0,0.0115270058710405,0.153725174569888,0.0,0.169563070523653,0.153725174569888,0.0,0.22040770762001,0.153725174569888,0.0,0.118248599799263,0.153725174569888,0.0,0.0871371882128163,0.153725174569888,0.0,0.0216240122687401,0.5,0.153725174569888,0.0,0.00445298687812972,0,0.0809803338132236,0.721940142634977 -1174,0.5,0.153725174569888,0.0,0.0858528871700727,0.153725174569888,0.0,0.116876698469532,0.153725174569888,0.0,0.0758699529760246,0.153725174569888,0.0,0.113387505616729,0.153725174569888,0.0,0.249598850020385,0.153725174569888,0.0,0.158618077659572,0.153725174569888,0.0,0.203513838571705,0.153725174569888,0.0,0.086883810456833,0.5,0.153725174569888,0.0,0.0594381414412179,0.153725174569888,0.0,0.00631088621282874,0.5,0.153725174569888,0.0,0.0167692847243242,0.153725174569888,0.0,0.0090410631130092,0.153725174569888,0.0,0.197060755074257,0.153725174569888,0.0,0.238785392057955,0.153725174569888,0.0,0.129000416630198,0.153725174569888,0.0,0.0821170363522282,0.153725174569888,0.0,0.0200314242859466,0.5,0.153725174569888,0.0,0.00245966704915922,0,0.073237367459662,0.780584564879188 -1175,0.5,0.153725174569888,0.0,0.0848803503412504,0.153725174569888,0.0,0.131975230163799,0.153725174569888,0.0,0.0808569644415691,0.153725174569888,0.0,0.103352592542515,0.153725174569888,0.0,0.25573272814739,0.153725174569888,0.0,0.186699483698421,0.153725174569888,0.0,0.19543769363372,0.153725174569888,0.0,0.0982020157328041,0.5,0.153725174569888,0.0,0.0627025955313464,0.153725174569888,0.0,0.00776157660606618,0.5,0.153725174569888,0.0,0.0197416671725733,0.153725174569888,0.0,0.00831791866207889,0.153725174569888,0.0,0.211409750014701,0.153725174569888,0.0,0.26124605691194,0.153725174569888,0.0,0.1405379939602,0.153725174569888,0.0,0.0818833467252613,0.153725174569888,0.0,0.0175163445854688,0.5,0.153725174569888,0.0,0.00163020834254868,0,0.0673461029648666,0.831398483440707 -1176,0.5,0.153725174569888,0.0,0.0825751235570897,0.153725174569888,0.0,0.154425519937128,0.153725174569888,0.0,0.0868783141540788,0.153725174569888,0.0,0.0937662831343677,0.153725174569888,0.0,0.280567850228387,0.153725174569888,0.0,0.227124148633668,0.153725174569888,0.0,0.186128104127884,0.153725174569888,0.0,0.104327193771387,0.5,0.153725174569888,0.0,0.063791012562167,0.153725174569888,0.0,0.00809614464874813,0.5,0.153725174569888,0.0,0.0259540055546764,0.153725174569888,0.0,0.00956478754462286,0.153725174569888,0.0,0.239223199495021,0.153725174569888,0.0,0.283483753598668,0.153725174569888,0.0,0.150237299277346,0.153725174569888,0.0,0.0756907301012525,0.153725174569888,0.0,0.0175662348135525,0.5,0.153725174569888,0.0,0.00270526130116503,0,0.0645552863298726,0.737820120507669 -1177,0.5,0.153725174569888,0.0,0.0815652853916782,0.153725174569888,0.0,0.171696212626965,0.153725174569888,0.0,0.0807416189110574,0.153725174569888,0.0,0.0911380972603562,0.153725174569888,0.0,0.315197771073502,0.153725174569888,0.0,0.275053357424287,0.153725174569888,0.0,0.188603904335384,0.153725174569888,0.0,0.099594437673224,0.5,0.153725174569888,0.0,0.0635405426351458,0.153725174569888,0.0,0.00768290863575452,0.5,0.153725174569888,0.0,0.0321115887080049,0.153725174569888,0.0,0.00720213364938412,0.153725174569888,0.0,0.244124645961833,0.153725174569888,0.0,0.30591557201667,0.153725174569888,0.0,0.155533098662333,0.153725174569888,0.0,0.0694688002206736,0.153725174569888,0.0,0.0233008334900975,0.5,0.153725174569888,0.0,0.00280680322379654,0,0.0630228755818993,0.661782929220813 -1178,0.5,0.153725174569888,0.0,0.0770349957203892,0.153725174569888,0.0,0.173850870257146,0.153725174569888,0.0,0.0866731825409347,0.153725174569888,0.0,0.101723662523382,0.153725174569888,0.0,0.373295157996924,0.153725174569888,0.0,0.30629328047833,0.153725174569888,0.0,0.203176675259727,0.153725174569888,0.0,0.0915207736297161,0.5,0.153725174569888,0.0,0.0648403995528182,0.153725174569888,0.0,0.00646707171024,0.5,0.153725174569888,0.0,0.0286888372762058,0.153725174569888,0.0,0.00551960968175637,0.153725174569888,0.0,0.245050363619922,0.153725174569888,0.0,0.340983891041706,0.153725174569888,0.0,0.153817330336028,0.153725174569888,0.0,0.0659064044285343,0.153725174569888,0.0,0.024471377855306,0.5,0.153725174569888,0.0,0.00461677118811821,0,0.0570761860712086,0.622382922301569 -1179,0.5,0.153725174569888,0.0,0.0747069607193807,0.153725174569888,0.0,0.173372251014389,0.153725174569888,0.0,0.0957252082719725,0.153725174569888,0.0,0.116086834005543,0.153725174569888,0.0,0.408324026597687,0.153725174569888,0.0,0.303271162926442,0.153725174569888,0.0,0.226620903276354,0.153725174569888,0.0,0.0824744091476172,0.5,0.153725174569888,0.0,0.0630095280829673,0.153725174569888,0.0,0.005315876351741,0.5,0.153725174569888,0.0,0.0245268885762947,0.153725174569888,0.0,0.00560309048932989,0.153725174569888,0.0,0.282752596830487,0.153725174569888,0.0,0.37373529093215,0.153725174569888,0.0,0.155912505179959,0.153725174569888,0.0,0.0693272408342281,0.153725174569888,0.0,0.0195663637692346,0.5,0.153725174569888,0.0,0.00500332008879531,0,0.0576793122354642,0.670905697724772 -1180,0.5,0.153725174569888,0.0,0.0764185001014809,0.153725174569888,0.0,0.224187018845525,0.153725174569888,0.0,0.0843065607732758,0.153725174569888,0.0,0.102877010580485,0.153725174569888,0.0,0.454844277353019,0.153725174569888,0.0,0.276106804637103,0.153725174569888,0.0,0.239925877910229,0.153725174569888,0.0,0.0672299542475487,0.5,0.153725174569888,0.0,0.0542778945664762,0.153725174569888,0.0,0.00367313881322362,0.5,0.153725174569888,0.0,0.0271157882300238,0.153725174569888,0.0,0.00635681974972859,0.153725174569888,0.0,0.404727646856284,0.153725174569888,0.0,0.401489481341073,0.153725174569888,0.0,0.17171278500408,0.153725174569888,0.0,0.0671152591270189,0.153725174569888,0.0,0.02066552380703,0.5,0.153725174569888,0.0,0.00507030777468796,0,0.076262567075846,0.690321816723052 -1181,0.5,0.153725174569888,0.0,0.0798668122610173,0.153725174569888,0.0,0.272014416853543,0.153725174569888,0.0,0.0744513242532443,0.153725174569888,0.0,0.0892609824299619,0.153725174569888,0.0,0.474101701510975,0.153725174569888,0.0,0.261629899892092,0.153725174569888,0.0,0.241235055118775,0.153725174569888,0.0,0.0616262972617367,0.5,0.153725174569888,0.0,0.0449836862509733,0.153725174569888,0.0,0.00150727262286042,0.5,0.153725174569888,0.0,0.0267886982611481,0.153725174569888,0.0,0.00783791321041588,0.153725174569888,0.0,0.492116710121232,0.153725174569888,0.0,0.40847371646081,0.153725174569888,0.0,0.199417803622893,0.153725174569888,0.0,0.061464147021007,0.153725174569888,0.0,0.0199313861081198,0.5,0.153725174569888,0.0,0.00459010987118739,0,0.106890662026228,0.646433872460671 -1182,0.5,0.153725174569888,0.0,0.0870996376995037,0.153725174569888,0.0,0.325208796764703,0.153725174569888,0.0,0.0734063007971332,0.153725174569888,0.0,0.0875824489653005,0.153725174569888,0.0,0.449859556674413,0.153725174569888,0.0,0.247260775187245,0.153725174569888,0.0,0.24236866802458,0.153725174569888,0.0,0.0720720003808505,0.5,0.153725174569888,0.0,0.0390520800377851,0.153725174569888,0.0,0.00107766750332314,0.5,0.153725174569888,0.0,0.0340568640546394,0.153725174569888,0.0,0.00718067644007597,0.153725174569888,0.0,0.521255163689536,0.153725174569888,0.0,0.389912505191842,0.153725174569888,0.0,0.246481767630658,0.153725174569888,0.0,0.057563175694795,0.153725174569888,0.0,0.0215263158588212,0.5,0.153725174569888,0.0,0.00394132742042944,0,0.12156414940041,0.474245621845755 -1183,0.5,0.153725174569888,0.0,0.0984475201747005,0.153725174569888,0.0,0.390496447519968,0.153725174569888,0.0,0.084738427055029,0.153725174569888,0.0,0.0872887217879001,0.153725174569888,0.0,0.443682369218587,0.153725174569888,0.0,0.259597002521086,0.153725174569888,0.0,0.253105676043629,0.153725174569888,0.0,0.0793490077942449,0.5,0.153725174569888,0.0,0.0331662907331603,0.153725174569888,0.0,0.000815373705543425,0.5,0.153725174569888,0.0,0.0334355291818535,0.153725174569888,0.0,0.00710199505769034,0.153725174569888,0.0,0.538228750528623,0.153725174569888,0.0,0.357428847826735,0.153725174569888,0.0,0.315210730214691,0.153725174569888,0.0,0.0545613706178009,0.153725174569888,0.0,0.0220976664328335,0.5,0.153725174569888,0.0,0.00300790634273494,0,0.123645256370861,0.31259646488089 -1184,0.5,0.153725174569888,0.000122009545197128,0.119241214282635,0.153725174569888,0.0,0.440217172269796,0.153725174569888,4.06504057215275e-06,0.0944194489111266,0.153725174569888,0.000888166628714509,0.0934164675188697,0.153725174569888,0.0,0.477659816269796,0.153725174569888,0.0,0.299903521671239,0.153725174569888,0.0,0.300149751687626,0.153725174569888,0.0,0.082043909538442,0.5,0.153725174569888,0.0,0.0294480606559834,0.153725174569888,8.89497946468246e-05,0.000987176419325055,0.5,0.153725174569888,0.0,0.0330622733637868,0.153725174569888,8.32729036329502e-08,0.00687057969641457,0.153725174569888,0.0,0.507572527945083,0.153725174569888,0.0,0.320850454386438,0.153725174569888,0.0,0.373839302402222,0.153725174569888,0.0,0.0620830987412084,0.153725174569888,0.000149500906305427,0.0197922634178524,0.5,0.153725174569888,0.00118052031914171,0.00161134319170459,0,0.148315772380421,0.210726309043318 -1185,0.5,0.153725174569888,0.0124073109290359,0.147417846957847,0.153725174569888,0.0030712419345717,0.429098110852676,0.153725174569888,0.0180424745281169,0.0944039561147176,0.153725174569888,0.0262722152914792,0.0940437054296697,0.153725174569888,0.0136762337696512,0.571295334159151,0.153725174569888,0.0181389329033308,0.385241552690714,0.153725174569888,0.00897209681518989,0.352604081051627,0.153725174569888,0.0103003269620692,0.0912178148832915,0.5,0.153725174569888,0.0060519418830863,0.0268820558346288,0.153725174569888,0.0305581472414387,0.00137053455039754,0.5,0.153725174569888,0.00573848969980171,0.0375453178066603,0.153725174569888,0.0186039037486872,0.00577869415071017,0.153725174569888,0.0028119412240543,0.485936474717324,0.153725174569888,0.00539856882054893,0.319276423347736,0.153725174569888,0.0137168263144856,0.431547954896226,0.153725174569888,0.0131889893341323,0.0701432250557341,0.153725174569888,0.0177149938766452,0.0207551823520212,0.5,0.153725174569888,0.0368975394270058,0.00121489809802534,0,0.217047889521391,0.136341391896416 -1186,0.5,0.153725174569888,0.0384696358938219,0.195815316545044,0.153725174569888,0.0193359581373419,0.413821718470838,0.153725174569888,0.0950414625949404,0.153806235152897,0.153725174569888,0.0527660130706946,0.107817177772781,0.153725174569888,0.0405292566891908,0.641238280963367,0.153725174569888,0.0643348635303294,0.498065796422635,0.153725174569888,0.0945621064487682,0.504223415597126,0.153725174569888,0.0599492344764133,0.135002537338823,0.5,0.153725174569888,0.0389323352222302,0.0441356822063764,0.153725174569888,0.0799920677082993,0.00275408201026031,0.5,0.153725174569888,0.0195059182373249,0.0490918589219775,0.153725174569888,0.0545987919360977,0.00621862505995348,0.153725174569888,0.0163524541784502,0.477652550009793,0.153725174569888,0.0227314381247263,0.317950233037716,0.153725174569888,0.0628060630466742,0.492284210858334,0.153725174569888,0.043415689784545,0.117983415698505,0.153725174569888,0.0449470390797727,0.0263378544888973,0.5,0.153725174569888,0.0886681835212323,0.00195128861576544,0,0.336669725282749,0.0907487662483665 -1187,0.5,0.153725174569888,0.0732593923049476,0.273919998830636,0.153725174569888,0.0216273492380552,0.422062309122734,0.153725174569888,0.21133475884544,0.287399677009774,0.153725174569888,0.0882589082746134,0.136953655752739,0.153725174569888,0.0478926957669387,0.623726701122788,0.153725174569888,0.064615230004279,0.566361888271317,0.153725174569888,0.211937543565504,0.712897806714844,0.153725174569888,0.109642685481397,0.250582769535783,0.5,0.153725174569888,0.107915280036773,0.101067380559785,0.153725174569888,0.124786637805465,0.0102085333740387,0.5,0.153725174569888,0.0338999962906559,0.0649002810499152,0.153725174569888,0.0849969388855342,0.0197426125221858,0.153725174569888,0.0315084850856861,0.475752036515716,0.153725174569888,0.0492016484197001,0.307879867420446,0.153725174569888,0.15706698787447,0.539148957186743,0.153725174569888,0.0894797559634645,0.230660379985505,0.153725174569888,0.0718149974966792,0.0396408830676152,0.5,0.153725174569888,0.137919827250622,0.00647599798753896,0,0.36970306666037,0.0688746669090416 -1188,0.5,0.153725174569888,0.103102187319061,0.393548878425142,0.153725174569888,0.0323456636705453,0.455757114456747,0.153725174569888,0.244945650581107,0.408457390575705,0.153725174569888,0.161279891524724,0.212228723762671,0.153725174569888,0.0355718223713861,0.574925632189398,0.153725174569888,0.0685008774862927,0.549084136339839,0.153725174569888,0.191862858223132,0.816341623491018,0.153725174569888,0.098492989057307,0.278775452955874,0.5,0.153725174569888,0.146536345530639,0.125586789497197,0.153725174569888,0.155369138549678,0.031160033610524,0.5,0.153725174569888,0.0490721563432759,0.0866664917464994,0.153725174569888,0.0998880549297859,0.0591533168990746,0.153725174569888,0.0482688665957987,0.469981615526558,0.153725174569888,0.0870359182438747,0.300401323597623,0.153725174569888,0.217049720902257,0.632611010368796,0.153725174569888,0.122873679699311,0.339578989488737,0.153725174569888,0.0897455829138659,0.0772927141788159,0.5,0.153725174569888,0.169924209395908,0.0178319185515755,0,0.34089210605913,0.0559458873587207 -1189,0.5,0.153725174569888,0.138510927688983,0.461195921751974,0.153725174569888,0.0451217148895244,0.466143284216495,0.153725174569888,0.152080217622174,0.39446943068845,0.153725174569888,0.231770253330102,0.302572703567008,0.153725174569888,0.0454202204311976,0.507473738771862,0.153725174569888,0.11140263543574,0.468915237479514,0.153725174569888,0.0805146117632339,0.817508895191845,0.153725174569888,0.116762292820041,0.268679503749355,0.5,0.153725174569888,0.112990897246115,0.114728390978357,0.153725174569888,0.167478021365339,0.0734502882868783,0.5,0.153725174569888,0.0814649010662985,0.0814012941306661,0.153725174569888,0.101113923205242,0.0794817421043697,0.153725174569888,0.0640777726752949,0.450769035206606,0.153725174569888,0.139763491312732,0.266560983568542,0.153725174569888,0.131050199114883,0.608220091721173,0.153725174569888,0.112870260993855,0.449868755886862,0.153725174569888,0.087098432835634,0.0878550827147494,0.5,0.153725174569888,0.177301611024096,0.0466199560899966,0,0.423561230034732,0.0328626788715963 -1190,0.5,0.153725174569888,0.139592216984793,0.484972740044318,0.153725174569888,0.0520508017088558,0.387903696034867,0.153725174569888,0.0728957385711445,0.302805055597697,0.153725174569888,0.25268046384655,0.304802098732505,0.153725174569888,0.049822482949644,0.427462611492769,0.153725174569888,0.193168540892012,0.426871379897885,0.153725174569888,0.0818641066312412,0.770648394910164,0.153725174569888,0.153421680199397,0.227114373402912,0.5,0.153725174569888,0.075344553716593,0.0818607040900662,0.153725174569888,0.12853323000066,0.0999833726712055,0.5,0.153725174569888,0.0841798971491665,0.0820876615764374,0.153725174569888,0.0899163301493137,0.0893510988542801,0.153725174569888,0.0902335163961242,0.454976717237731,0.153725174569888,0.137702513403195,0.258050773586609,0.153725174569888,0.0639809038054024,0.53920016766018,0.153725174569888,0.0927703387586614,0.448798091146343,0.153725174569888,0.0730700761884514,0.0887603933482736,0.5,0.153725174569888,0.147070726754809,0.0625826252594734,0,0.527135648449067,0.0205504131147773 -1191,0.5,0.153725174569888,0.0593825443573825,0.403052373403396,0.153725174569888,0.0836776588601389,0.402248866723437,0.153725174569888,0.0629896420439421,0.250348426011371,0.153725174569888,0.164176667209394,0.262879607603005,0.153725174569888,0.0468921813503533,0.382248349606257,0.153725174569888,0.222628511653596,0.345462322493585,0.153725174569888,0.138327330981671,0.579511346373422,0.153725174569888,0.182893375343058,0.182664333504654,0.5,0.153725174569888,0.0639916265958924,0.0603444912356086,0.153725174569888,0.0880439896268525,0.0955049396614965,0.5,0.153725174569888,0.0614184562347954,0.0656569592909386,0.153725174569888,0.074527166528875,0.0941791774085148,0.153725174569888,0.0735527363157929,0.386372048540292,0.153725174569888,0.0958849111887349,0.252317540955496,0.153725174569888,0.0483987548101476,0.479256702781161,0.153725174569888,0.0976683540449535,0.39670893007566,0.153725174569888,0.0531937862377259,0.0797358371346546,0.5,0.153725174569888,0.0972815797075147,0.0574071121572752,0,0.505492029416662,0.0118400076581698 -1192,0.5,0.153725174569888,0.0322889314673545,0.340456742835761,0.153725174569888,0.0882558659607596,0.223250849144459,0.153725174569888,0.0621746958804373,0.274521156902854,0.153725174569888,0.0550082689594472,0.190475980648383,0.153725174569888,0.0357027275013774,0.338248087580063,0.153725174569888,0.193008047531977,0.234647110251175,0.153725174569888,0.0888764376690708,0.33809588359147,0.153725174569888,0.151146108606881,0.119316383662474,0.5,0.153725174569888,0.0403946790789924,0.0459203652343303,0.153725174569888,0.0427243651471587,0.0705768396006844,0.5,0.153725174569888,0.0416031730085382,0.0576643162857448,0.153725174569888,0.0498844814761627,0.0667669483832739,0.153725174569888,0.056761041318338,0.313010499248008,0.153725174569888,0.0610636527030193,0.249233275792702,0.153725174569888,0.0288337079382932,0.331949238131455,0.153725174569888,0.0790215146034445,0.263121274426971,0.153725174569888,0.0315582948833939,0.0702449175482621,0.5,0.153725174569888,0.0450669758681247,0.0338453849037128,0,0.483009158357377,0.0069203998766862 -1193,0.5,0.153725174569888,0.00800579788986964,0.29304831135499,0.153725174569888,0.078909880238976,0.0870622777241049,0.153725174569888,0.0254207616543685,0.263898901010439,0.153725174569888,0.0178396360534731,0.145840888399757,0.153725174569888,0.0115373383490763,0.259871206456557,0.153725174569888,0.0507417490216932,0.14719668450132,0.153725174569888,0.0606874591820384,0.216511738151898,0.153725174569888,0.0672433339267154,0.0616310372557199,0.5,0.153725174569888,0.0138227799298318,0.0372846292247364,0.153725174569888,0.0110344749215068,0.0516826829402981,0.5,0.153725174569888,0.0115153739069823,0.0393380770965526,0.153725174569888,0.0233263128629633,0.038164479134699,0.153725174569888,0.0554712435042821,0.215516836473929,0.153725174569888,0.0207911581731026,0.271971929988323,0.153725174569888,0.0098795109271234,0.215962398268623,0.153725174569888,0.0565111840754401,0.147294550049811,0.153725174569888,0.0174005636068086,0.0527393902723549,0.5,0.153725174569888,0.0129430504134104,0.0222652669375763,0,0.432630255173912,0.00667892979341542 -1194,0.5,0.153725174569888,0.0,0.221087425075647,0.153725174569888,0.0,0.131848990675417,0.153725174569888,0.0,0.215146021722912,0.153725174569888,0.0,0.135421254886161,0.153725174569888,0.0,0.161698590697429,0.153725174569888,0.000211272251407011,0.0943533465055991,0.153725174569888,3.44503538415457e-05,0.147093838102952,0.153725174569888,0.0,0.0437228677824435,0.5,0.153725174569888,5.85056894411327e-05,0.0285907571987804,0.153725174569888,0.000194291696192764,0.0288938981219984,0.5,0.153725174569888,0.000321568615631248,0.0229120264502261,0.153725174569888,0.000162380326523334,0.0239706425503667,0.153725174569888,0.0,0.160906815128467,0.153725174569888,1.84652598623229e-07,0.268227169566292,0.153725174569888,5.05881589349091e-06,0.19504035905343,0.153725174569888,1.77281753152749e-05,0.0929580087108307,0.153725174569888,3.44053350851274e-05,0.0413959550192462,0.5,0.153725174569888,7.80952454182635e-06,0.0189718746209139,0,0.375255949784131,0.00509928461584653 -1195,0.5,0.153725174569888,0.0,0.203889417705932,0.153725174569888,0.0,0.160275877389976,0.153725174569888,0.0,0.173704968295296,0.153725174569888,0.0,0.140461573727536,0.153725174569888,0.0,0.104243157963326,0.153725174569888,0.0,0.0756613867316483,0.153725174569888,0.0,0.1107711625381,0.153725174569888,0.0,0.0521741878112497,0.5,0.153725174569888,0.0,0.0144396421921881,0.153725174569888,0.0,0.0170797673445743,0.5,0.153725174569888,0.0,0.0149041213353,0.153725174569888,0.0,0.0246916789150293,0.153725174569888,0.0,0.141580588188162,0.153725174569888,0.0,0.216182122135114,0.153725174569888,0.0,0.231306641778925,0.153725174569888,0.0,0.0674838770177657,0.153725174569888,0.0,0.0386656175596308,0.5,0.153725174569888,0.0,0.018029093405828,0,0.388194024841764,0.00275002788588295 -1196,0.5,0.153725174569888,0.0,0.197343094723873,0.153725174569888,0.0,0.226931100672113,0.153725174569888,0.0,0.128924693688194,0.153725174569888,0.0,0.151316694030401,0.153725174569888,0.0,0.0901947699559667,0.153725174569888,0.0,0.0765505119192766,0.153725174569888,0.0,0.102614424012137,0.153725174569888,0.0,0.0748910290503446,0.5,0.153725174569888,0.0,0.012651682856974,0.153725174569888,0.0,0.0114935686499324,0.5,0.153725174569888,0.0,0.0120356574699838,0.153725174569888,0.0,0.0220933579855309,0.153725174569888,0.0,0.113278224450195,0.153725174569888,0.0,0.170847902739749,0.153725174569888,0.0,0.250796617886008,0.153725174569888,0.0,0.0625527419521963,0.153725174569888,0.0,0.0285600038786745,0.5,0.153725174569888,0.0,0.0139571160523948,0,0.516604089074978,0.000863346106948313 -1197,0.5,0.153725174569888,0.0,0.166255412898594,0.153725174569888,0.0,0.36414963815559,0.153725174569888,0.0,0.118847809126423,0.153725174569888,0.0,0.148006602968077,0.153725174569888,0.0,0.0966651721520234,0.153725174569888,0.0,0.0921931805861765,0.153725174569888,0.0,0.112145998204629,0.153725174569888,0.0,0.104547110050241,0.5,0.153725174569888,0.0,0.0211452097788601,0.153725174569888,0.0,0.0101393611453254,0.5,0.153725174569888,0.0,0.00864386760253866,0.153725174569888,0.0,0.014068128828042,0.153725174569888,0.0,0.0832387972428755,0.153725174569888,0.0,0.129260928402116,0.153725174569888,0.0,0.230405132142944,0.153725174569888,0.0,0.062474017572607,0.153725174569888,0.0,0.0197571451281989,0.5,0.153725174569888,0.0,0.0117925061609195,0,0.475235840718895,0.000773291108573255 -1198,0.5,0.153725174569888,0.0,0.137373565313123,0.153725174569888,0.0,0.281209192561495,0.153725174569888,0.0,0.107950979924713,0.153725174569888,0.0,0.133666229414526,0.153725174569888,0.0,0.102789967654823,0.153725174569888,0.0,0.096897532248702,0.153725174569888,0.0,0.119086829128916,0.153725174569888,0.0,0.116143950782631,0.5,0.153725174569888,0.0,0.0324727496076867,0.153725174569888,0.0,0.00658637708318109,0.5,0.153725174569888,0.0,0.0041298282925073,0.153725174569888,0.0,0.00803035888642175,0.153725174569888,0.0,0.044596479823483,0.153725174569888,0.0,0.108454337893173,0.153725174569888,0.0,0.163610105003033,0.153725174569888,0.0,0.0592160633602065,0.153725174569888,0.0,0.0122452883669874,0.5,0.153725174569888,0.0,0.0135290950280211,0,0.415998278271127,0.00103075972178353 -1199,0.5,0.153725174569888,0.0,0.132497783738243,0.153725174569888,0.0,0.152824692256908,0.153725174569888,0.0,0.087354930055999,0.153725174569888,0.0,0.106058515524383,0.153725174569888,0.0,0.0884818436478075,0.153725174569888,0.0,0.0904361491609657,0.153725174569888,0.0,0.136571253556995,0.153725174569888,0.0,0.118943219695423,0.5,0.153725174569888,0.0,0.0483604732664716,0.153725174569888,0.0,0.00441193616714722,0.5,0.153725174569888,0.0,0.00329458063756717,0.153725174569888,0.0,0.00585201013541074,0.153725174569888,0.0,0.0209426983747212,0.153725174569888,0.0,0.105495823822115,0.153725174569888,0.0,0.108987649886843,0.153725174569888,0.0,0.0605587732619128,0.153725174569888,0.0,0.00728613930786092,0.5,0.153725174569888,0.0,0.0151094973998413,0,0.342882940999293,0.000779482619174308 -1200,0.5,0.153725174569888,0.0,0.1233003565558,0.153725174569888,0.0,0.139802514904911,0.153725174569888,0.0,0.0690234374547637,0.153725174569888,0.0,0.0777946080563463,0.153725174569888,0.0,0.0696514986349212,0.153725174569888,0.0,0.0829592036801076,0.153725174569888,0.0,0.170285187880375,0.153725174569888,0.0,0.116785857228399,0.5,0.153725174569888,0.0,0.0657140504769373,0.153725174569888,0.0,0.0024348260851396,0.5,0.153725174569888,0.0,0.00793690741309932,0.153725174569888,0.0,0.00597491161906004,0.153725174569888,0.0,0.0196203112277195,0.153725174569888,0.0,0.0935436178732394,0.153725174569888,0.0,0.0882313776018464,0.153725174569888,0.0,0.0661318529423999,0.153725174569888,0.0,0.00548701111803998,0.5,0.153725174569888,0.0,0.0109504031168152,0,0.247106771530488,0.00101947095373075 -1201,0.5,0.153725174569888,0.0,0.12689291936048,0.153725174569888,0.0,0.135273863687872,0.153725174569888,0.0,0.0592931802334487,0.153725174569888,0.0,0.0652318727152825,0.153725174569888,0.0,0.0615965533307834,0.153725174569888,0.0,0.0759016543354721,0.153725174569888,0.0,0.186507867967173,0.153725174569888,0.0,0.113094926705736,0.5,0.153725174569888,0.0,0.0884827090967327,0.153725174569888,0.0,0.00154669827101975,0.5,0.153725174569888,0.0,0.0104160660956724,0.153725174569888,0.0,0.00645003635891729,0.153725174569888,0.0,0.0120052938049511,0.153725174569888,0.0,0.0838867313737143,0.153725174569888,0.0,0.0780949391686634,0.153725174569888,0.0,0.0815558608607353,0.153725174569888,0.0,0.00666068829674115,0.5,0.153725174569888,0.0,0.00678800934395759,0,0.147646623770962,0.00749043689989596 -1202,0.5,0.153725174569888,0.0,0.143398952398536,0.153725174569888,0.0,0.100360000546715,0.153725174569888,0.0,0.0582061892736875,0.153725174569888,0.0,0.0739646150252743,0.153725174569888,0.0,0.0548501993319502,0.153725174569888,0.0,0.068305098901431,0.153725174569888,0.0,0.18226536965384,0.153725174569888,0.0,0.100606754338954,0.5,0.153725174569888,0.0,0.110031371262688,0.153725174569888,0.0,0.00177228919908325,0.5,0.153725174569888,0.0,0.0110314212305139,0.153725174569888,0.0,0.00568540107206569,0.153725174569888,0.0,0.00587417912589378,0.153725174569888,0.0,0.0822425805019198,0.153725174569888,0.0,0.0764541270888992,0.153725174569888,0.0,0.0981955449070069,0.153725174569888,0.0,0.00726188571177402,0.5,0.153725174569888,0.0,0.00563208717796089,0,0.178740034307455,0.0216648944991397 -1203,0.5,0.153725174569888,0.0,0.141586975973739,0.153725174569888,0.0,0.0824312663825293,0.153725174569888,0.0,0.0624285849058213,0.153725174569888,0.0,0.0866082969038543,0.153725174569888,0.0,0.0444215771443206,0.153725174569888,0.0,0.0675252535578439,0.153725174569888,0.0,0.190840697779539,0.153725174569888,0.0,0.0998383299385264,0.5,0.153725174569888,0.0,0.135898946679228,0.153725174569888,0.0,0.00225456287345512,0.5,0.153725174569888,0.0,0.0138826640574729,0.153725174569888,0.0,0.00496028612155969,0.153725174569888,0.0,0.00354615802294737,0.153725174569888,0.0,0.0797434973187874,0.153725174569888,0.0,0.0894026015781265,0.153725174569888,0.0,0.120979190412348,0.153725174569888,0.0,0.00834005773625807,0.5,0.153725174569888,0.0,0.00660178260387448,0,0.181180682633331,0.0362679836905596 -1204,0.5,0.153725174569888,0.0,0.121961142279302,0.153725174569888,0.0,0.0868827105094903,0.153725174569888,0.0,0.0776318166859288,0.153725174569888,0.0,0.0787638787277956,0.153725174569888,0.0,0.0398310795045116,0.153725174569888,0.0,0.0814104212510284,0.153725174569888,0.0,0.175161460373285,0.153725174569888,0.0,0.10857189081885,0.5,0.153725174569888,0.0,0.158485767407572,0.153725174569888,0.0,0.00234487718472469,0.5,0.153725174569888,0.0,0.0154490564006148,0.153725174569888,0.0,0.00474449694161332,0.153725174569888,0.0,0.00521309704442364,0.153725174569888,0.0,0.0745394500787562,0.153725174569888,0.0,0.0913651390846341,0.153725174569888,0.0,0.141918838176207,0.153725174569888,0.0,0.00953512144117435,0.5,0.153725174569888,0.0,0.0081413054866596,0,0.144964580497851,0.0967250173455922 -1205,0.5,0.153725174569888,0.0,0.0986022659636764,0.153725174569888,0.0,0.091365963744883,0.153725174569888,0.0,0.0987923148371687,0.153725174569888,0.0,0.0650866669277287,0.153725174569888,0.0,0.0491463672673314,0.153725174569888,0.0,0.104989757249744,0.153725174569888,0.0,0.152609347077589,0.153725174569888,0.0,0.127331943983997,0.5,0.153725174569888,0.0,0.174226491967101,0.153725174569888,0.0,0.0022859359357391,0.5,0.153725174569888,0.0,0.0144435171400643,0.153725174569888,0.0,0.00688293102326309,0.153725174569888,0.0,0.0116550357761798,0.153725174569888,0.0,0.0809024891201674,0.153725174569888,0.0,0.0794952429017683,0.153725174569888,0.0,0.165311645073638,0.153725174569888,0.0,0.0117621423933491,0.5,0.153725174569888,0.0,0.00989236519862414,0,0.123413742336979,0.284255236284803 -1206,0.5,0.153725174569888,0.0,0.0807019163194009,0.153725174569888,0.0,0.0756430800905883,0.153725174569888,0.0,0.117919273537226,0.153725174569888,0.0,0.0652384881414005,0.153725174569888,0.0,0.0852546137009201,0.153725174569888,0.0,0.133121222529278,0.153725174569888,0.0,0.12870705055259,0.153725174569888,0.0,0.147949690978184,0.5,0.153725174569888,0.0,0.173162680254725,0.153725174569888,0.0,0.00237287749529963,0.5,0.153725174569888,0.0,0.0172134476647174,0.153725174569888,0.0,0.0133542920882459,0.153725174569888,0.0,0.0221414609290594,0.153725174569888,0.0,0.0895786303360004,0.153725174569888,0.0,0.0777389132937916,0.153725174569888,0.0,0.166752801370688,0.153725174569888,0.0,0.013245304217875,0.5,0.153725174569888,0.0,0.0121016813043024,0,0.0952555770178205,0.576082077102404 -1207,0.5,0.153725174569888,0.0,0.0644464348796174,0.153725174569888,0.0,0.0619106608303332,0.153725174569888,0.0,0.132565695046858,0.153725174569888,0.0,0.0852440262049125,0.153725174569888,0.0,0.121161201127943,0.153725174569888,0.0,0.180077225852627,0.153725174569888,0.0,0.131712232451516,0.153725174569888,0.0,0.162461685722856,0.5,0.153725174569888,0.0,0.17785540662187,0.153725174569888,0.0,0.00246265995268704,0.5,0.153725174569888,0.0,0.0279212336875247,0.153725174569888,0.0,0.0223766842379214,0.153725174569888,0.0,0.0389988611363698,0.153725174569888,0.0,0.0939892155495214,0.153725174569888,0.0,0.082460866512096,0.153725174569888,0.0,0.16842896400473,0.153725174569888,0.0,0.0148684766353326,0.5,0.153725174569888,0.0,0.0121254477443187,0,0.0509927154888926,0.774583808739527 -1208,0.5,0.153725174569888,0.000116086074420869,0.0553399523324924,0.153725174569888,0.0,0.0663104249528749,0.153725174569888,0.000221455387714627,0.13777227850678,0.153725174569888,0.0012682965647707,0.102158126989281,0.153725174569888,0.0,0.17073670298778,0.153725174569888,0.0,0.257451483724385,0.153725174569888,0.0,0.155329404773218,0.153725174569888,0.0,0.19635941788363,0.5,0.153725174569888,0.0,0.195545920079253,0.153725174569888,0.000521199044302793,0.00270730292198739,0.5,0.153725174569888,0.0,0.0405925267632108,0.153725174569888,1.06832421293994e-05,0.0285166644120307,0.153725174569888,0.0,0.0627459136643419,0.153725174569888,0.0,0.109642469882363,0.153725174569888,0.0,0.0830550124278406,0.153725174569888,0.0,0.170766853543884,0.153725174569888,0.000199182006417192,0.0189275259590413,0.5,0.153725174569888,0.00213150813222703,0.0102351676793691,0,0.0076694492061483,0.853764146437186 -1209,0.5,0.153725174569888,0.0172546814329771,0.0609010720412433,0.153725174569888,0.0653362748470133,0.0586612926114471,0.153725174569888,0.0684744938736932,0.14066671933604,0.153725174569888,0.062859032990218,0.115660193517267,0.153725174569888,0.00678120361538242,0.227755274411801,0.153725174569888,0.012018346913072,0.350268383979234,0.153725174569888,0.0121996227612671,0.198911201287118,0.153725174569888,0.0174700115958125,0.316631915753405,0.5,0.153725174569888,0.0383840529706299,0.241394389557196,0.153725174569888,0.0635447409248374,0.00384419554446114,0.5,0.153725174569888,0.0948659146499835,0.0322377245384364,0.153725174569888,0.0655186842605594,0.0334575009545626,0.153725174569888,0.0288464166184939,0.0882244493011528,0.153725174569888,0.00986601324175737,0.145478443293497,0.153725174569888,0.00581106663228112,0.0918168208397818,0.153725174569888,0.0179239227358996,0.201912703877894,0.153725174569888,0.0533888685158974,0.0223968231530436,0.5,0.153725174569888,0.073171375879831,0.00726202000180632,0,0.00284562232879333,0.93312503537962 -1210,0.5,0.153725174569888,0.0570134500138641,0.0824183922764313,0.153725174569888,0.13036947762186,0.0880405274867927,0.153725174569888,0.164313691717329,0.198004876936092,0.153725174569888,0.17598627511503,0.165078177256292,0.153725174569888,0.0526518837200127,0.361150449630256,0.153725174569888,0.101370134804047,0.496639383142476,0.153725174569888,0.0629044847658471,0.295598639183111,0.153725174569888,0.111282588113314,0.518706770902899,0.5,0.153725174569888,0.167740800877704,0.343221510013778,0.153725174569888,0.246176568163675,0.0134535290329992,0.5,0.153725174569888,0.251241513405242,0.0458026342343446,0.153725174569888,0.217382699313079,0.0583877568359218,0.153725174569888,0.0928589555836141,0.119305498482024,0.153725174569888,0.0313477766049759,0.241243141969661,0.153725174569888,0.0268218609913382,0.116909594475501,0.153725174569888,0.0548392049995624,0.295390052637348,0.153725174569888,0.156024482496609,0.034474893379538,0.5,0.153725174569888,0.196794944599531,0.0136001064749505,0,0.000782295427763331,0.959071206391821 -1211,0.5,0.153725174569888,0.084299631537082,0.11511202686416,0.153725174569888,0.0793467572997502,0.239153064217678,0.153725174569888,0.230714576110405,0.275808220800233,0.153725174569888,0.311412826841889,0.24524686616817,0.153725174569888,0.132539072166572,0.533157513456968,0.153725174569888,0.261649548548708,0.781818207414686,0.153725174569888,0.171009362903607,0.415274074028392,0.153725174569888,0.257887152716784,0.69594979265552,0.5,0.153725174569888,0.342480096648357,0.433075115692133,0.153725174569888,0.43137926092113,0.0178245297536307,0.5,0.153725174569888,0.412807802699225,0.1371827614106,0.153725174569888,0.367924841042753,0.131173942691131,0.153725174569888,0.133460599290256,0.233587603040712,0.153725174569888,0.105940577100009,0.49562658348774,0.153725174569888,0.0536466669002361,0.174337484313506,0.153725174569888,0.109167734412163,0.485686794507144,0.153725174569888,0.261062903313119,0.080535666137621,0.5,0.153725174569888,0.32429444080838,0.0193473067351193,0,0.00466742809014927,0.991780864828512 -1212,0.5,0.153725174569888,0.0802759845805801,0.125851686364566,0.153725174569888,0.0469699525752985,0.26275186127734,0.153725174569888,0.277824347999056,0.312381727528238,0.153725174569888,0.398471333863392,0.29159933373254,0.153725174569888,0.244067527294833,0.694343194789872,0.153725174569888,0.368041952313674,0.919750778107446,0.153725174569888,0.379045257574664,0.626188195466889,0.153725174569888,0.343748162448133,0.780749751651004,0.5,0.153725174569888,0.472799095534212,0.526841421536311,0.153725174569888,0.525649536703312,0.0113085775406613,0.5,0.153725174569888,0.527041824882868,0.275790132951107,0.153725174569888,0.470623933173073,0.135526603301002,0.153725174569888,0.155144875878059,0.38980440370092,0.153725174569888,0.192880137343108,0.574309900731544,0.153725174569888,0.0868329572363272,0.227711248296888,0.153725174569888,0.229007465646335,0.622939750255187,0.153725174569888,0.323546700308577,0.166326114856193,0.5,0.153725174569888,0.428521403740913,0.0291876202562268,0,0.016814412862219,0.997007402566174 -1213,0.5,0.153725174569888,0.071419315902311,0.128104832689468,0.153725174569888,0.0574268409195403,0.266750285078441,0.153725174569888,0.325805697891218,0.431435573127744,0.153725174569888,0.413219197783999,0.290924241247458,0.153725174569888,0.398261936053126,0.878951791977275,0.153725174569888,0.282879087104345,0.957879861985449,0.153725174569888,0.508868172491533,0.793332155492138,0.153725174569888,0.345207029935694,0.801213335043001,0.5,0.153725174569888,0.519644742988377,0.562537390082223,0.153725174569888,0.553449686621598,0.0105367709048362,0.5,0.153725174569888,0.541063731317706,0.260710861869028,0.153725174569888,0.516131811473928,0.129272116051698,0.153725174569888,0.138594321387066,0.457050384732828,0.153725174569888,0.251899218072686,0.683127757102752,0.153725174569888,0.162151438638652,0.321488070587256,0.153725174569888,0.385429779689306,0.738342349404829,0.153725174569888,0.313723690024411,0.208282095066828,0.5,0.153725174569888,0.400433888518545,0.0413164518741716,0,0.0263246641364937,1.00747712943233 -1214,0.5,0.153725174569888,0.0710856376234096,0.150284823141122,0.153725174569888,0.0608477660222846,0.293266158106695,0.153725174569888,0.361605293405498,0.471336748394841,0.153725174569888,0.389649901766012,0.258196996300297,0.153725174569888,0.318497973222791,0.944395615769776,0.153725174569888,0.165949006695645,0.958701291107673,0.153725174569888,0.473413773643968,0.898652434855054,0.153725174569888,0.280457393348751,0.815505721425977,0.5,0.153725174569888,0.476370848644909,0.611122410696336,0.153725174569888,0.506382604811512,0.0125562706994305,0.5,0.153725174569888,0.537749781164579,0.257719060310546,0.153725174569888,0.535023006128881,0.12738168680782,0.153725174569888,0.135743216764488,0.524660168255534,0.153725174569888,0.287422713432208,0.761560059339872,0.153725174569888,0.285365417060772,0.466756244772098,0.153725174569888,0.490357795257197,0.7803205993004,0.153725174569888,0.295228675997309,0.223966019489689,0.5,0.153725174569888,0.331802928903512,0.0436145343836943,0,0.0418541553412106,1.00973943934123 -1215,0.5,0.153725174569888,0.0758602841393469,0.184462250565716,0.153725174569888,0.0517210667920825,0.359513662119245,0.153725174569888,0.402374593353203,0.453139718175693,0.153725174569888,0.293825173015263,0.177855068655097,0.153725174569888,0.186622808502321,0.961690748493396,0.153725174569888,0.0781492508137192,0.934959082385653,0.153725174569888,0.310361086058645,0.94458843345214,0.153725174569888,0.181268404843233,0.810294140102327,0.5,0.153725174569888,0.365029243284428,0.672553204305027,0.153725174569888,0.447151285318127,0.0161446603940104,0.5,0.153725174569888,0.485472297669622,0.263779752340401,0.153725174569888,0.501687423884584,0.134234785224222,0.153725174569888,0.0944568643078091,0.484947447866334,0.153725174569888,0.157472340308443,0.799307876227791,0.153725174569888,0.354628433838715,0.59788410146967,0.153725174569888,0.433213622117056,0.787780497584534,0.153725174569888,0.235117989476994,0.231235197505185,0.5,0.153725174569888,0.240089603230446,0.0431446320046337,0,0.0465428504868413,1.0106151931367 -1216,0.5,0.153725174569888,0.0609179731127077,0.197872676800308,0.153725174569888,0.0419806609202985,0.501213134864176,0.153725174569888,0.341709342440616,0.312611852133383,0.153725174569888,0.205346941387363,0.106456243674444,0.153725174569888,0.0669963551780828,0.962072833536929,0.153725174569888,0.0242180560844155,0.871286862192572,0.153725174569888,0.141887256149411,0.937490672362979,0.153725174569888,0.0814505157267388,0.770367780945733,0.5,0.153725174569888,0.205242641709381,0.692228108241025,0.153725174569888,0.360673311562495,0.0157526636111051,0.5,0.153725174569888,0.368395930976255,0.211228971599902,0.153725174569888,0.390608481340871,0.105629815274933,0.153725174569888,0.0808284897010238,0.580915988878952,0.153725174569888,0.059957976474136,0.824741470216225,0.153725174569888,0.283405500179582,0.645134916930629,0.153725174569888,0.315907328395161,0.73817497975838,0.153725174569888,0.175719861425096,0.191939601019712,0.5,0.153725174569888,0.147561531433882,0.0346688183854059,0,0.0475880481271576,1.01029863423217 -1217,0.5,0.153725174569888,0.023262236395804,0.190918779224142,0.153725174569888,0.0658634560310866,0.58014054356953,0.153725174569888,0.113556512722645,0.246391695185059,0.153725174569888,0.053995733695484,0.0946040516116539,0.153725174569888,0.0083596009319526,0.914094745185387,0.153725174569888,0.00215865370992454,0.783045326620703,0.153725174569888,0.0404959041541455,0.909574500230801,0.153725174569888,0.0139361579329335,0.66712195127521,0.5,0.153725174569888,0.0514302324175076,0.597561725305858,0.153725174569888,0.149149909901037,0.00468495002139844,0.5,0.153725174569888,0.13820896185675,0.103006966958454,0.153725174569888,0.157498269403919,0.0434748524077865,0.153725174569888,0.0339391803938972,0.701905503908887,0.153725174569888,0.0129040038638233,0.798220989803639,0.153725174569888,0.104095911343401,0.659951342038843,0.153725174569888,0.122871705268207,0.659823226726086,0.153725174569888,0.0744155701131361,0.115545844747384,0.5,0.153725174569888,0.0507681538034836,0.0250525449495803,0,0.0666880650032745,1.00985880566404 -1218,0.5,0.153725174569888,0.0,0.227602492183241,0.153725174569888,0.0,0.655654345347601,0.153725174569888,0.0,0.288248511141734,0.153725174569888,0.0,0.133017982020927,0.153725174569888,7.93975423852454e-05,0.89280367699505,0.153725174569888,0.0,0.705575602428703,0.153725174569888,9.12146829539889e-05,0.91247684981824,0.153725174569888,0.000155143544529986,0.541411384853393,0.5,0.153725174569888,7.19035538098072e-05,0.484144183701982,0.153725174569888,0.0,0.00532165521255589,0.5,0.153725174569888,0.0,0.109404032976831,0.153725174569888,0.0,0.0565893709370283,0.153725174569888,0.0,0.739888266508585,0.153725174569888,1.62765647195661e-05,0.801317158157743,0.153725174569888,7.83871021445909e-06,0.710848830371886,0.153725174569888,2.31964311278764e-05,0.626125472284421,0.153725174569888,0.0,0.0983708742486886,0.5,0.153725174569888,0.0,0.0344373515238942,0,0.120907247897159,1.00828051616631 -1219,0.5,0.153725174569888,0.0,0.325631277917461,0.153725174569888,0.0,0.764684099611295,0.153725174569888,0.0,0.338891785904856,0.153725174569888,0.0,0.159745332733379,0.153725174569888,0.0,0.87557170106473,0.153725174569888,0.0,0.596114150903929,0.153725174569888,0.0,0.8974834244586,0.153725174569888,0.0,0.413154924496931,0.5,0.153725174569888,0.0,0.418444361071314,0.153725174569888,0.0,0.00789701875672515,0.5,0.153725174569888,0.0,0.131847651174571,0.153725174569888,0.0,0.0686673965963837,0.153725174569888,0.0,0.793240665743889,0.153725174569888,0.0,0.833255238048911,0.153725174569888,0.0,0.761215140916781,0.153725174569888,0.0,0.632338856554017,0.153725174569888,0.0,0.105410093630545,0.5,0.153725174569888,0.0,0.0307041838733338,0,0.210827856539172,0.871281620185859 -1220,0.5,0.153725174569888,0.0,0.43907130506347,0.153725174569888,0.0,0.812968387117731,0.153725174569888,0.0,0.365215511391758,0.153725174569888,0.0,0.183434451797574,0.153725174569888,0.0,0.821643987914697,0.153725174569888,0.0,0.480790728400607,0.153725174569888,0.0,0.80671357740034,0.153725174569888,0.0,0.311887654526347,0.5,0.153725174569888,0.0,0.361441719862001,0.153725174569888,0.0,0.0153313005472241,0.5,0.153725174569888,0.0,0.106968602332258,0.153725174569888,0.0,0.0768193504866149,0.153725174569888,0.0,0.870190357401058,0.153725174569888,0.0,0.814480824337603,0.153725174569888,0.0,0.797264632593641,0.153725174569888,0.0,0.640628213137529,0.153725174569888,0.0,0.106236541210027,0.5,0.153725174569888,0.0,0.0256605956875176,0,0.391291717850563,0.853830233754832 -1221,0.5,0.153725174569888,0.0,0.512133557023194,0.153725174569888,0.0,0.813022413944144,0.153725174569888,0.0,0.340704537496986,0.153725174569888,0.0,0.193904747335458,0.153725174569888,0.0,0.634959829945142,0.153725174569888,0.0,0.379775367420727,0.153725174569888,0.0,0.614826905939069,0.153725174569888,0.0,0.239632790946773,0.5,0.153725174569888,0.0,0.297576459456302,0.153725174569888,0.0,0.0286769881142682,0.5,0.153725174569888,0.0,0.0850816325911712,0.153725174569888,0.0,0.0753741774243614,0.153725174569888,0.0,0.868856564993893,0.153725174569888,0.0,0.679997427314088,0.153725174569888,0.0,0.841950813200577,0.153725174569888,0.0,0.590151125684793,0.153725174569888,0.0,0.100456150946443,0.5,0.153725174569888,0.0,0.02560177507185,0,0.568196671408745,0.889860165416823 -1222,0.5,0.153725174569888,0.0,0.537692157441271,0.153725174569888,0.0,0.777923759890224,0.153725174569888,0.0,0.277260931324517,0.153725174569888,0.0,0.19950956303696,0.153725174569888,0.0,0.454626546664176,0.153725174569888,0.0,0.35904326310753,0.153725174569888,0.0,0.404737462713652,0.153725174569888,0.0,0.218417661454937,0.5,0.153725174569888,0.0,0.229412266445398,0.153725174569888,0.0,0.0373790888271286,0.5,0.153725174569888,0.0,0.0964622282173406,0.153725174569888,0.0,0.0793300016907118,0.153725174569888,0.0,0.798419508339548,0.153725174569888,0.0,0.49016104083508,0.153725174569888,0.0,0.82143407988701,0.153725174569888,0.0,0.456255298527908,0.153725174569888,0.0,0.103885144261652,0.5,0.153725174569888,0.0,0.0282292240488997,0,0.63028931400324,0.774828309665331 -1223,0.5,0.153725174569888,0.0,0.521550157225044,0.153725174569888,0.0,0.576201867951216,0.153725174569888,0.0,0.216190585765061,0.153725174569888,0.0,0.19792159315156,0.153725174569888,0.0,0.368305855575062,0.153725174569888,0.0,0.3848750146847,0.153725174569888,0.0,0.305632980113147,0.153725174569888,0.0,0.17955363982679,0.5,0.153725174569888,0.0,0.173026177720986,0.153725174569888,0.0,0.0442243149394055,0.5,0.153725174569888,0.0,0.108764592374345,0.153725174569888,0.0,0.0884713797700082,0.153725174569888,0.0,0.625256700475148,0.153725174569888,0.0,0.363094799047052,0.153725174569888,0.0,0.6293017126623,0.153725174569888,0.0,0.332215183630776,0.153725174569888,0.0,0.103844144482746,0.5,0.153725174569888,0.0,0.0263974544722999,0,0.681934033723686,0.773498293825716 -1224,0.5,0.153725174569888,0.0,0.485417529742961,0.153725174569888,0.0,0.385983867214536,0.153725174569888,0.0,0.190061358824978,0.153725174569888,0.0,0.193531496442119,0.153725174569888,0.0,0.375528959845949,0.153725174569888,0.0,0.380753748938822,0.153725174569888,0.0,0.292449219379138,0.153725174569888,0.0,0.137255134122548,0.5,0.153725174569888,0.0,0.143001844782413,0.153725174569888,0.0,0.0523151278671135,0.5,0.153725174569888,0.0,0.115825748126484,0.153725174569888,0.0,0.0960478386215484,0.153725174569888,0.0,0.424416554853051,0.153725174569888,0.0,0.309588723720447,0.153725174569888,0.0,0.385002706023531,0.153725174569888,0.0,0.217057819480424,0.153725174569888,0.0,0.105359089307074,0.5,0.153725174569888,0.0,0.0250452793661522,0,0.676970261116395,0.751072798627476 -1225,0.5,0.153725174569888,0.0,0.415104697366536,0.153725174569888,0.0,0.251043786071351,0.153725174569888,0.0,0.178890055482516,0.153725174569888,0.0,0.192677472694404,0.153725174569888,0.0,0.388778748879432,0.153725174569888,0.0,0.278620408504336,0.153725174569888,0.0,0.376538704968123,0.153725174569888,0.0,0.099952128074106,0.5,0.153725174569888,0.0,0.135238469222236,0.153725174569888,0.0,0.0721674413956032,0.5,0.153725174569888,0.0,0.122688286212843,0.153725174569888,0.0,0.100708121465527,0.153725174569888,0.0,0.274126079081166,0.153725174569888,0.0,0.31568580343471,0.153725174569888,0.0,0.270889789705435,0.153725174569888,0.0,0.142882799357826,0.153725174569888,0.0,0.103526241326157,0.5,0.153725174569888,0.0,0.0261583750262375,0,0.61593707450663,0.770087119221043 -1226,0.5,0.153725174569888,0.0,0.346329565565687,0.153725174569888,0.0,0.199995946206326,0.153725174569888,0.0,0.168594189699536,0.153725174569888,0.0,0.199467880259022,0.153725174569888,0.0,0.326804478737025,0.153725174569888,0.0,0.170166662138594,0.153725174569888,0.0,0.431793202662722,0.153725174569888,0.0,0.109053859984565,0.5,0.153725174569888,0.0,0.129929543178091,0.153725174569888,0.0,0.0870937071355111,0.5,0.153725174569888,0.0,0.127870808657569,0.153725174569888,0.0,0.101602563608139,0.153725174569888,0.0,0.192384593533657,0.153725174569888,0.0,0.326113338085823,0.153725174569888,0.0,0.221107831502024,0.153725174569888,0.0,0.105287200348871,0.153725174569888,0.0,0.102696657362471,0.5,0.153725174569888,0.0,0.0354842342555969,0,0.519950967474294,0.568722415076583 -1227,0.5,0.153725174569888,0.0,0.287131476035044,0.153725174569888,0.0,0.233065173871303,0.153725174569888,0.0,0.15976396911432,0.153725174569888,0.0,0.20664707623239,0.153725174569888,0.0,0.245407141186677,0.153725174569888,0.0,0.15632363343762,0.153725174569888,0.0,0.373568698757507,0.153725174569888,0.0,0.0877803360457007,0.5,0.153725174569888,0.0,0.117906384038885,0.153725174569888,0.0,0.115644854677815,0.5,0.153725174569888,0.0,0.164508190277846,0.153725174569888,0.0,0.0942918016913472,0.153725174569888,0.0,0.203779689229598,0.153725174569888,0.0,0.246327555775761,0.153725174569888,0.0,0.211441331185641,0.153725174569888,0.0,0.120284865952983,0.153725174569888,0.0,0.102774354985513,0.5,0.153725174569888,0.0,0.0473693423249798,0,0.368203634995288,0.461338070804388 -1228,0.5,0.153725174569888,0.0,0.225736780629132,0.153725174569888,0.0,0.283782532809761,0.153725174569888,0.0,0.136608943663565,0.153725174569888,0.0,0.200820314907774,0.153725174569888,0.0,0.245316688543796,0.153725174569888,0.0,0.182364498868369,0.153725174569888,0.0,0.231385177933131,0.153725174569888,0.0,0.08572809220801,0.5,0.153725174569888,0.0,0.130429626005558,0.153725174569888,0.0,0.105929987942902,0.5,0.153725174569888,0.0,0.228299314627305,0.153725174569888,0.0,0.0843010505290484,0.153725174569888,0.0,0.267284274640355,0.153725174569888,0.0,0.252538491988592,0.153725174569888,0.0,0.238305693146646,0.153725174569888,0.0,0.173532863929176,0.153725174569888,0.0,0.105516291074535,0.5,0.153725174569888,0.0,0.0606645021737984,0,0.228016316651601,0.859919053534556 -1229,0.5,0.153725174569888,0.0,0.176493904145207,0.153725174569888,0.0,0.30509856068563,0.153725174569888,0.0,0.114731857975998,0.153725174569888,0.0,0.181717191488911,0.153725174569888,0.0,0.255540643011364,0.153725174569888,0.0,0.19892568702992,0.153725174569888,0.0,0.132955263193177,0.153725174569888,0.0,0.107346288389121,0.5,0.153725174569888,0.0,0.188447706822737,0.153725174569888,0.0,0.0952661215737056,0.5,0.153725174569888,0.0,0.247441454363739,0.153725174569888,0.0,0.10614257117453,0.153725174569888,0.0,0.212392740634589,0.153725174569888,0.0,0.288132382814151,0.153725174569888,0.0,0.246469283793869,0.153725174569888,0.0,0.138513823289728,0.153725174569888,0.0,0.106369345781934,0.5,0.153725174569888,0.0,0.0679888729172642,0,0.127582531116857,0.942733584456338 -1230,0.5,0.153725174569888,0.0,0.134896734603827,0.153725174569888,0.0,0.213093980833188,0.153725174569888,0.0,0.105359510037033,0.153725174569888,0.0,0.152506216397778,0.153725174569888,0.0,0.241274487889914,0.153725174569888,0.0,0.236967685716064,0.153725174569888,0.0,0.126729728262232,0.153725174569888,0.0,0.153511798514245,0.5,0.153725174569888,0.0,0.320751522457555,0.153725174569888,0.0,0.120551555849343,0.5,0.153725174569888,0.0,0.258886221106978,0.153725174569888,0.0,0.135101981865707,0.153725174569888,0.0,0.196654980768754,0.153725174569888,0.0,0.350831814685029,0.153725174569888,0.0,0.229738578266228,0.153725174569888,0.0,0.0785681207975776,0.153725174569888,0.0,0.11680944789544,0.5,0.153725174569888,0.0,0.0723289751739455,0,0.0652691024564454,0.978800731467295 -1231,0.5,0.153725174569888,0.0,0.108152810393598,0.153725174569888,0.0,0.141196565917856,0.153725174569888,0.0,0.10997516902562,0.153725174569888,0.0,0.131680541828975,0.153725174569888,0.0,0.26993130492432,0.153725174569888,0.0,0.30005535703069,0.153725174569888,0.0,0.173475701471305,0.153725174569888,0.0,0.211800664638369,0.5,0.153725174569888,0.0,0.360654796809451,0.153725174569888,0.0,0.138249178095576,0.5,0.153725174569888,0.0,0.245515539732031,0.153725174569888,0.0,0.135563743001138,0.153725174569888,0.0,0.273515976468446,0.153725174569888,0.0,0.317076205765588,0.153725174569888,0.0,0.168027660456896,0.153725174569888,0.0,0.0795443677303792,0.153725174569888,0.0,0.126473176194841,0.5,0.153725174569888,0.0,0.0721385933116153,0,0.0441676354997996,0.989512764245058 -1232,0.5,0.153725174569888,0.000121614165017327,0.0985669794668996,0.153725174569888,0.0,0.152446224657822,0.153725174569888,7.06730010752421e-05,0.11678865294883,0.153725174569888,0.000974231805170739,0.116779988041393,0.153725174569888,0.0,0.334534101612953,0.153725174569888,0.0,0.341436446212609,0.153725174569888,0.0,0.27994263817524,0.153725174569888,0.0,0.268414382400157,0.5,0.153725174569888,0.0,0.445210870467044,0.153725174569888,0.000273344074010054,0.148858040646699,0.5,0.153725174569888,0.0,0.134292115619667,0.153725174569888,2.26223774508089e-05,0.117643150946818,0.153725174569888,0.0,0.383380286891626,0.153725174569888,0.0,0.313871448637242,0.153725174569888,0.0,0.123700350510909,0.153725174569888,0.0,0.130904809350234,0.153725174569888,0.000131024145801031,0.114971437991968,0.5,0.153725174569888,0.00100121797428962,0.0781461514504528,0,0.0330941486928344,0.898669258199705 -1233,0.5,0.153725174569888,0.0110891222581361,0.10486202102209,0.153725174569888,0.0049226822039452,0.164047428868533,0.153725174569888,0.0233682437350904,0.128807112399484,0.153725174569888,0.016925505266246,0.110849164774408,0.153725174569888,0.0570846220955331,0.406724967184512,0.153725174569888,0.0296575774309465,0.401322861748168,0.153725174569888,0.0332034166841453,0.370103867793341,0.153725174569888,0.023917834884752,0.430879825822121,0.5,0.153725174569888,0.0299175632795296,0.599906809386183,0.153725174569888,0.0172311026211976,0.233052072071117,0.5,0.153725174569888,0.0177452211859138,0.0927755857707571,0.153725174569888,0.0170514014343809,0.140536815838154,0.153725174569888,0.00599431500828764,0.365493164680149,0.153725174569888,0.0455369855841087,0.362303787203281,0.153725174569888,0.0351413682429101,0.14617592358903,0.153725174569888,0.0350545255807909,0.235794054292492,0.153725174569888,0.0170732815524169,0.104035398800583,0.5,0.153725174569888,0.0173688595850413,0.0665546964948875,0,0.0359923139155952,0.75567199551383 -1234,0.5,0.153725174569888,0.0562209837070143,0.130828057628619,0.153725174569888,0.0280925628194642,0.155552454915203,0.153725174569888,0.113140791237764,0.190177071724335,0.153725174569888,0.0332289659697152,0.121588768048462,0.153725174569888,0.141616950772154,0.6929172954794,0.153725174569888,0.0385321548042491,0.646336140610594,0.153725174569888,0.124258600416029,0.568172935868615,0.153725174569888,0.0645620047521035,0.628638121676563,0.5,0.153725174569888,0.074724043033544,0.774028889592998,0.153725174569888,0.052343349943138,0.314716226903558,0.5,0.153725174569888,0.0836245147802923,0.205167521929336,0.153725174569888,0.0637592279152566,0.208134678194643,0.153725174569888,0.0286679823220295,0.337697799897558,0.153725174569888,0.157026911078869,0.559262246981375,0.153725174569888,0.135497167612535,0.240571894200831,0.153725174569888,0.0976765814064275,0.531623905543166,0.153725174569888,0.0624319927927956,0.174241031095247,0.5,0.153725174569888,0.0437324790095752,0.0664504702225829,0,0.0475246571498027,0.781901659953912 -1235,0.5,0.153725174569888,0.130654239014095,0.185261418976678,0.153725174569888,0.0875938471298801,0.246912116013399,0.153725174569888,0.272310749625629,0.321941692161232,0.153725174569888,0.053921759365691,0.140109719074441,0.153725174569888,0.129558354930687,0.864485823820639,0.153725174569888,0.027234376037854,0.73199281820962,0.153725174569888,0.184328624670993,0.771878208491219,0.153725174569888,0.0970748352828144,0.770874873300251,0.5,0.153725174569888,0.071654556275833,0.783172770281896,0.153725174569888,0.0899462115150005,0.343733532512337,0.5,0.153725174569888,0.189030340030628,0.367553122578223,0.153725174569888,0.101154736862485,0.361994921123117,0.153725174569888,0.0825078633236211,0.489923465662454,0.153725174569888,0.177070102392158,0.77998623178932,0.153725174569888,0.200246023406804,0.447797041738911,0.153725174569888,0.167148649799135,0.788834691362769,0.153725174569888,0.129128676393007,0.319425248975178,0.5,0.153725174569888,0.0706467347882604,0.0923492821329853,0,0.0573543972986734,0.831143068397202 -1236,0.5,0.153725174569888,0.201961502084924,0.215446812996346,0.153725174569888,0.301260883780251,0.71781178533639,0.153725174569888,0.362374583881734,0.4874189637064,0.153725174569888,0.118910462140082,0.152159082240459,0.153725174569888,0.0830761186254078,0.820117350288321,0.153725174569888,0.0418374161878251,0.777859678200218,0.153725174569888,0.0838036791707557,0.77968327357954,0.153725174569888,0.0929703764884787,0.801378821015009,0.5,0.153725174569888,0.0974730909771158,0.829222712682091,0.153725174569888,0.118859778283813,0.291608697669333,0.5,0.153725174569888,0.134071809771861,0.686189501927394,0.153725174569888,0.121848861872407,0.402966275810636,0.153725174569888,0.200291936720304,0.715515044833248,0.153725174569888,0.0888816431048013,0.73311610160935,0.153725174569888,0.249964028178564,0.756063596195151,0.153725174569888,0.131759516283388,0.739885846510339,0.153725174569888,0.176985264897248,0.440415990837691,0.5,0.153725174569888,0.0949229604827047,0.101200389998991,0,0.0655431446233611,0.84837631592461 -1237,0.5,0.153725174569888,0.195617077154927,0.213430158258578,0.153725174569888,0.314123350518266,0.838298429545973,0.153725174569888,0.344493783171954,0.583297695646838,0.153725174569888,0.143503325520883,0.185150883798609,0.153725174569888,0.041866849802147,0.763912551220257,0.153725174569888,0.0254222648619371,0.743669753219255,0.153725174569888,0.068794719166927,0.764837420229873,0.153725174569888,0.173721700953772,0.821780561459707,0.5,0.153725174569888,0.200141532079545,0.867786740807302,0.153725174569888,0.147257493003341,0.214975397291142,0.5,0.153725174569888,0.0904668140525156,0.760102161635158,0.153725174569888,0.167010892843215,0.390425426972506,0.153725174569888,0.237902154529899,0.797756744804206,0.153725174569888,0.100626660151023,0.720122779130829,0.153725174569888,0.198847424973663,0.771972209628207,0.153725174569888,0.188927738909418,0.790112844104568,0.153725174569888,0.160807214743896,0.514050399634133,0.5,0.153725174569888,0.100545053972872,0.0995368678956585,0,0.0649298817023707,0.888466297632701 -1238,0.5,0.153725174569888,0.144486169109483,0.179830736343774,0.153725174569888,0.203794094432024,0.799953036520554,0.153725174569888,0.316673686007932,0.59799291996285,0.153725174569888,0.155138120934363,0.224459465310234,0.153725174569888,0.03793307917631,0.741820822558592,0.153725174569888,0.067763409672583,0.718174767825674,0.153725174569888,0.0615286311248938,0.766619632728312,0.153725174569888,0.157383821518782,0.796734301502714,0.5,0.153725174569888,0.264212134920855,0.819765757532328,0.153725174569888,0.191723079395952,0.167729356241054,0.5,0.153725174569888,0.105615567967229,0.754726169678571,0.153725174569888,0.173778335924415,0.433818608614833,0.153725174569888,0.147303877642107,0.743660296816079,0.153725174569888,0.0839800251141892,0.720253290240752,0.153725174569888,0.19813799976841,0.814463020719042,0.153725174569888,0.200660979238741,0.793456543093921,0.153725174569888,0.15062668636835,0.497432379054931,0.5,0.153725174569888,0.0915295057684532,0.0932358276327766,0,0.0465365474872141,0.91340340711042 -1239,0.5,0.153725174569888,0.171804328659636,0.197256037829415,0.153725174569888,0.12841460240557,0.778226621558603,0.153725174569888,0.324880913128165,0.589458191705006,0.153725174569888,0.165628719112377,0.196830575889368,0.153725174569888,0.0327897535909751,0.689599031274655,0.153725174569888,0.105496145944105,0.52004208268828,0.153725174569888,0.057623647949211,0.732402703747611,0.153725174569888,0.173971249715848,0.663161707394384,0.5,0.153725174569888,0.319291616603949,0.745885412632301,0.153725174569888,0.153534792838197,0.148507651893933,0.5,0.153725174569888,0.0969775310038128,0.768934210236506,0.153725174569888,0.112827257144034,0.337303526027583,0.153725174569888,0.140660673861471,0.633544907797663,0.153725174569888,0.0504793392673357,0.611501494895409,0.153725174569888,0.154901399307433,0.792770284658338,0.153725174569888,0.0986864835008546,0.609200057363399,0.153725174569888,0.157917207900508,0.518703830007075,0.5,0.153725174569888,0.0702426933737016,0.0946976844167244,0,0.0634530878971472,0.968941604421768 -1240,0.5,0.153725174569888,0.12543191625478,0.208989080495752,0.153725174569888,0.0811586953125421,0.633607549990334,0.153725174569888,0.188128772159859,0.532427343017717,0.153725174569888,0.124859263531281,0.155946220318687,0.153725174569888,0.03964279622017,0.481365693529822,0.153725174569888,0.101072388979201,0.462432157422439,0.153725174569888,0.0406535497173155,0.613787503348331,0.153725174569888,0.135948839898311,0.546472833125834,0.5,0.153725174569888,0.257470973768574,0.61943240902946,0.153725174569888,0.0699726151710507,0.144603092127037,0.5,0.153725174569888,0.0784134996955519,0.567091638694455,0.153725174569888,0.0764693454467572,0.328062507433093,0.153725174569888,0.0722021940234095,0.565721660306108,0.153725174569888,0.0620278978564797,0.54001530901409,0.153725174569888,0.0512662192928207,0.696935111924052,0.153725174569888,0.107598946534785,0.497284106574411,0.153725174569888,0.0961739391087334,0.496291012566404,0.5,0.153725174569888,0.0493001746393442,0.0904735572359715,0,0.108468287284966,0.986576578700952 -1241,0.5,0.153725174569888,0.0423283494711177,0.194744581185979,0.153725174569888,0.0132710069055673,0.490160926482228,0.153725174569888,0.0583088190411015,0.497031654896514,0.153725174569888,0.0386491287941764,0.151486173093335,0.153725174569888,0.0817427528478719,0.385382336971215,0.153725174569888,0.0626443080027499,0.539853173954376,0.153725174569888,0.0189237688460737,0.488461663979422,0.153725174569888,0.0350999882600113,0.413124458607348,0.5,0.153725174569888,0.121713830418741,0.420948503494665,0.153725174569888,0.0189649802199557,0.138968791788689,0.5,0.153725174569888,0.0446555286889807,0.331628817205634,0.153725174569888,0.0425293841171185,0.218201783297189,0.153725174569888,0.0288374289394569,0.430361158758505,0.153725174569888,0.0515043267577088,0.439347843395479,0.153725174569888,0.010569021639748,0.525466049773262,0.153725174569888,0.0443143944304161,0.317639954556866,0.153725174569888,0.0329337720312297,0.448964899127025,0.5,0.153725174569888,0.0220085144886739,0.0809915393291254,0,0.170997192351441,0.970673910423718 -1242,0.5,0.153725174569888,0.0,0.199824781533046,0.153725174569888,0.0,0.369357344698657,0.153725174569888,8.95677664447389e-06,0.464772208029419,0.153725174569888,0.0,0.175712461969182,0.153725174569888,0.0,0.381387024436095,0.153725174569888,0.0,0.427509639400027,0.153725174569888,0.0,0.431261841508027,0.153725174569888,0.0,0.361774758018924,0.5,0.153725174569888,0.0,0.295327532536274,0.153725174569888,0.000307142280067734,0.141821953399348,0.5,0.153725174569888,0.0,0.247460819758151,0.153725174569888,0.000135147352992008,0.114718972558767,0.153725174569888,0.0,0.330970638615445,0.153725174569888,0.0,0.343198975065087,0.153725174569888,8.78051058500273e-06,0.45529704410669,0.153725174569888,4.06534255121648e-05,0.237098725551736,0.153725174569888,8.66392457628069e-05,0.350626979375628,0.5,0.153725174569888,2.22654595547971e-05,0.0564477370118754,0,0.180017796870458,0.963346193136709 -1243,0.5,0.153725174569888,0.0,0.22905988631478,0.153725174569888,0.0,0.357687087064727,0.153725174569888,0.0,0.329364443971321,0.153725174569888,0.0,0.233558515045839,0.153725174569888,0.0,0.458913403400115,0.153725174569888,0.0,0.358062024090592,0.153725174569888,0.0,0.470625393349533,0.153725174569888,0.0,0.354452901376487,0.5,0.153725174569888,0.0,0.234744016898363,0.153725174569888,0.0,0.122272449538353,0.5,0.153725174569888,0.0,0.243745437967309,0.153725174569888,0.0,0.0914793094196294,0.153725174569888,0.0,0.368178565152107,0.153725174569888,0.0,0.304352166276489,0.153725174569888,0.0,0.421286046055203,0.153725174569888,0.0,0.208811776537012,0.153725174569888,0.0,0.310647231966643,0.5,0.153725174569888,0.0,0.0524084717466687,0,0.149699311910254,0.959862877565781 -1244,0.5,0.153725174569888,0.0,0.276151641257599,0.153725174569888,0.0,0.231870763993902,0.153725174569888,0.0,0.260586566606444,0.153725174569888,0.0,0.255745152769215,0.153725174569888,0.0,0.461537287716162,0.153725174569888,0.0,0.345835692277364,0.153725174569888,0.0,0.515444470117698,0.153725174569888,0.0,0.260778243655416,0.5,0.153725174569888,0.0,0.16401085016519,0.153725174569888,0.0,0.0981008775807853,0.5,0.153725174569888,0.0,0.222979481559525,0.153725174569888,0.0,0.0895875878923558,0.153725174569888,0.0,0.43325247383053,0.153725174569888,0.0,0.3314940217672,0.153725174569888,0.0,0.410147965505454,0.153725174569888,0.0,0.242595384389178,0.153725174569888,0.0,0.214538531104646,0.5,0.153725174569888,0.0,0.0653050356945124,0,0.274313499265494,0.933454551182819 -1245,0.5,0.153725174569888,0.0,0.307226356268151,0.153725174569888,0.0,0.23569963879633,0.153725174569888,0.0,0.213770226585464,0.153725174569888,0.0,0.21769474148668,0.153725174569888,0.0,0.421432820012484,0.153725174569888,0.0,0.377378383606879,0.153725174569888,0.0,0.388480150472637,0.153725174569888,0.0,0.211701692590807,0.5,0.153725174569888,0.0,0.104264007864622,0.153725174569888,0.0,0.0699257821676381,0.5,0.153725174569888,0.0,0.182453387021443,0.153725174569888,0.0,0.0934338532023572,0.153725174569888,0.0,0.446771199104107,0.153725174569888,0.0,0.370203219865557,0.153725174569888,0.0,0.385283250892673,0.153725174569888,0.0,0.229572094303068,0.153725174569888,0.0,0.146034868546036,0.5,0.153725174569888,0.0,0.0683413916319096,0,0.527627298378,0.919995269810925 -1246,0.5,0.153725174569888,0.0,0.296816532172646,0.153725174569888,0.0,0.425123643151799,0.153725174569888,0.0,0.172900854356119,0.153725174569888,0.0,0.182747870080274,0.153725174569888,0.0,0.429849137783142,0.153725174569888,0.0,0.472662198831039,0.153725174569888,0.0,0.354354587184823,0.153725174569888,0.0,0.189064577397932,0.5,0.153725174569888,0.0,0.0993380852389673,0.153725174569888,0.0,0.0470131793950106,0.5,0.153725174569888,0.0,0.146576991479302,0.153725174569888,0.0,0.0970368438012584,0.153725174569888,0.0,0.426176647491968,0.153725174569888,0.0,0.39898699507109,0.153725174569888,0.0,0.383621802333252,0.153725174569888,0.0,0.169169764770506,0.153725174569888,0.0,0.122882898834474,0.5,0.153725174569888,0.0,0.0597611960229322,0,0.362452341894269,0.873070394374379 -1247,0.5,0.153725174569888,0.0,0.269553445670872,0.153725174569888,0.0,0.468833237851509,0.153725174569888,0.0,0.127744656835293,0.153725174569888,0.0,0.153068940321981,0.153725174569888,0.0,0.548156500939394,0.153725174569888,0.0,0.502222320940774,0.153725174569888,0.0,0.466201865984325,0.153725174569888,0.0,0.161505517037715,0.5,0.153725174569888,0.0,0.107587234763627,0.153725174569888,0.0,0.0333755955829058,0.5,0.153725174569888,0.0,0.133394890615754,0.153725174569888,0.0,0.10141071926943,0.153725174569888,0.0,0.437928769130245,0.153725174569888,0.0,0.445022082540715,0.153725174569888,0.0,0.358830378456093,0.153725174569888,0.0,0.166341559026418,0.153725174569888,0.0,0.103964802498288,0.5,0.153725174569888,0.0,0.0513269286774235,0,0.270111049753038,0.97525275022545 -1248,0.5,0.153725174569888,0.0,0.247840311704813,0.153725174569888,0.0,0.446108683046235,0.153725174569888,0.0,0.0913395469338402,0.153725174569888,0.0,0.124463101005661,0.153725174569888,0.0,0.6712568568015,0.153725174569888,0.0,0.396816313965483,0.153725174569888,0.0,0.435329344972163,0.153725174569888,0.0,0.150911513151228,0.5,0.153725174569888,0.0,0.0836763831225339,0.153725174569888,0.0,0.0283473034217448,0.5,0.153725174569888,0.0,0.130377614974293,0.153725174569888,0.0,0.095032027215275,0.153725174569888,0.0,0.471739371931967,0.153725174569888,0.0,0.500284070431641,0.153725174569888,0.0,0.343226167849522,0.153725174569888,0.0,0.171588613954419,0.153725174569888,0.0,0.0794962008676701,0.5,0.153725174569888,0.0,0.0506563740695361,0,0.304693565268626,0.985968940107805 -1249,0.5,0.153725174569888,0.0,0.236971665079005,0.153725174569888,0.0,0.456959122747195,0.153725174569888,0.0,0.0829632463387482,0.153725174569888,0.0,0.0948488511840662,0.153725174569888,0.0,0.515972359790796,0.153725174569888,0.0,0.431835386980676,0.153725174569888,0.0,0.317674676098192,0.153725174569888,0.0,0.147645667925811,0.5,0.153725174569888,0.0,0.0922878829265115,0.153725174569888,0.0,0.0256238848332068,0.5,0.153725174569888,0.0,0.113170775339796,0.153725174569888,0.0,0.0819604388721604,0.153725174569888,0.0,0.530239754359681,0.153725174569888,0.0,0.549282148402004,0.153725174569888,0.0,0.374964418249551,0.153725174569888,0.0,0.180005317819062,0.153725174569888,0.0,0.0663745325360783,0.5,0.153725174569888,0.0,0.0432373760873479,0,0.361683831379907,0.962344964854046 -1250,0.5,0.153725174569888,0.0,0.246171880222363,0.153725174569888,0.0,0.599714337023227,0.153725174569888,0.0,0.102941008698068,0.153725174569888,0.0,0.0695300203807635,0.153725174569888,0.0,0.606034089434136,0.153725174569888,0.0,0.500788529751529,0.153725174569888,0.0,0.314118132414742,0.153725174569888,0.0,0.16175825374035,0.5,0.153725174569888,0.0,0.150919405503283,0.153725174569888,0.0,0.0250859866731104,0.5,0.153725174569888,0.0,0.0859470580300011,0.153725174569888,0.0,0.0654117823591231,0.153725174569888,0.0,0.614981252947259,0.153725174569888,0.0,0.533199964038747,0.153725174569888,0.0,0.364424051200306,0.153725174569888,0.0,0.196447488446144,0.153725174569888,0.0,0.057296446051571,0.5,0.153725174569888,0.0,0.0303376821270122,0,0.499229905006869,0.975993750541065 -1251,0.5,0.153725174569888,0.0,0.248580366520703,0.153725174569888,0.0,0.558761571291947,0.153725174569888,0.0,0.142645551225937,0.153725174569888,0.0,0.0577924400800723,0.153725174569888,0.0,0.752560733031443,0.153725174569888,0.0,0.513087106195826,0.153725174569888,0.0,0.343296367296212,0.153725174569888,0.0,0.197683489372092,0.5,0.153725174569888,0.0,0.256679279448252,0.153725174569888,0.0,0.025798293492109,0.5,0.153725174569888,0.0,0.0685355817957234,0.153725174569888,0.0,0.0528832603206615,0.153725174569888,0.0,0.638489461577345,0.153725174569888,0.0,0.597337945734546,0.153725174569888,0.0,0.337833142063302,0.153725174569888,0.0,0.218764036386102,0.153725174569888,0.0,0.0492077116443744,0.5,0.153725174569888,0.0,0.0225857034271382,0,0.500078813104672,0.948398053180894 -1252,0.5,0.153725174569888,0.0,0.232754411568847,0.153725174569888,0.0,0.431261395383026,0.153725174569888,0.0,0.163966938781769,0.153725174569888,0.0,0.0568554114092954,0.153725174569888,0.0,0.765208980437213,0.153725174569888,0.0,0.467349210062976,0.153725174569888,0.0,0.332403477992906,0.153725174569888,0.0,0.245574825881426,0.5,0.153725174569888,0.0,0.340374420477306,0.153725174569888,0.0,0.0237930381674073,0.5,0.153725174569888,0.0,0.0658865635278054,0.153725174569888,0.0,0.0426513260535928,0.153725174569888,0.0,0.578837690919476,0.153725174569888,0.0,0.683368258598463,0.153725174569888,0.0,0.324290429900997,0.153725174569888,0.0,0.224842670398633,0.153725174569888,0.0,0.0425671378597699,0.5,0.153725174569888,0.0,0.0189116612003697,0,0.507274651135376,0.919867390800091 -1253,0.5,0.153725174569888,0.0,0.224835348971545,0.153725174569888,0.0,0.491144490750206,0.153725174569888,0.0,0.149876954184858,0.153725174569888,0.0,0.0575202713224959,0.153725174569888,0.0,0.723116341848259,0.153725174569888,0.0,0.419607170112354,0.153725174569888,0.0,0.306072239232509,0.153725174569888,0.0,0.287882739334985,0.5,0.153725174569888,0.0,0.426896303317093,0.153725174569888,0.0,0.0197670424607081,0.5,0.153725174569888,0.0,0.0765734078854202,0.153725174569888,0.0,0.0376907725488041,0.153725174569888,0.0,0.63694552591259,0.153725174569888,0.0,0.758304368995119,0.153725174569888,0.0,0.355672458249526,0.153725174569888,0.0,0.222720006275232,0.153725174569888,0.0,0.0423127469020338,0.5,0.153725174569888,0.0,0.0173238934233808,0,0.51974197966994,0.935222724793315 -1254,0.5,0.153725174569888,0.0,0.231783838167485,0.153725174569888,0.0,0.659153361297595,0.153725174569888,0.0,0.129002297040985,0.153725174569888,0.0,0.054185565285588,0.153725174569888,0.0,0.693319389351487,0.153725174569888,0.0,0.393525438319179,0.153725174569888,0.0,0.30331547873386,0.153725174569888,0.0,0.358787954089206,0.5,0.153725174569888,0.0,0.434924742215342,0.153725174569888,0.0,0.0128779976044139,0.5,0.153725174569888,0.0,0.0894382394680116,0.153725174569888,0.0,0.0493390941363192,0.153725174569888,0.0,0.792630152893231,0.153725174569888,0.0,0.79310686789913,0.153725174569888,0.0,0.354987081133737,0.153725174569888,0.0,0.304696469440527,0.153725174569888,0.0,0.0661460415758898,0.5,0.153725174569888,0.0,0.0151975660314715,0,0.606528512964257,0.955956850685083 -1255,0.5,0.153725174569888,0.0,0.224396869076352,0.153725174569888,0.0,0.716167328390219,0.153725174569888,0.0,0.11498972063472,0.153725174569888,0.0,0.0542845000477134,0.153725174569888,0.0,0.664609509716469,0.153725174569888,0.0,0.34866674683747,0.153725174569888,0.0,0.272541912171846,0.153725174569888,0.0,0.382319773450054,0.5,0.153725174569888,0.0,0.343966326161118,0.153725174569888,0.0,0.0117945293843174,0.5,0.153725174569888,0.0,0.0702298531932735,0.153725174569888,0.0,0.0850310955918576,0.153725174569888,0.0,0.80832312769031,0.153725174569888,0.0,0.790052341090802,0.153725174569888,0.0,0.322614323598865,0.153725174569888,0.0,0.380907460819485,0.153725174569888,0.0,0.0692772996008713,0.5,0.153725174569888,0.0,0.0104801747238608,0,0.570285599566294,0.97052083390108 -1256,0.5,0.153725174569888,0.000305258082411143,0.222128940899982,0.153725174569888,0.0,0.705671234436231,0.153725174569888,0.000766551992072467,0.0973396737863567,0.153725174569888,0.00119532308558499,0.0573744482358755,0.153725174569888,0.0,0.5930287408439,0.153725174569888,0.0,0.304569964190039,0.153725174569888,0.0,0.298797287633856,0.153725174569888,0.0,0.369788322189516,0.5,0.153725174569888,0.0,0.297857765379699,0.153725174569888,0.00234490427449126,0.0108750578619973,0.5,0.153725174569888,2.37966255697555e-05,0.0571374269490721,0.153725174569888,0.000417904502490449,0.104288122453149,0.153725174569888,0.0,0.858574744574053,0.153725174569888,0.0,0.772075853208564,0.153725174569888,0.0,0.317508882379002,0.153725174569888,0.0,0.396691427965989,0.153725174569888,0.00165865746746718,0.0507716151466752,0.5,0.153725174569888,0.00430199391706613,0.00875533646545882,0,0.436834683664725,0.990187509723419 -1257,0.5,0.153725174569888,0.0159720651056444,0.236028134983099,0.153725174569888,0.048974091647231,0.784816390225124,0.153725174569888,0.0595314211849093,0.0969676564193951,0.153725174569888,0.0292053864400268,0.0622091243019794,0.153725174569888,0.041292378775282,0.533187419654288,0.153725174569888,0.043732757780114,0.271201638193447,0.153725174569888,0.042313072257526,0.347919681015655,0.153725174569888,0.0396481522752431,0.381699821402848,0.5,0.153725174569888,0.0717901006099608,0.333784807759802,0.153725174569888,0.0976914301999799,0.00779220037759473,0.5,0.153725174569888,0.0626859740141992,0.0638163254955207,0.153725174569888,0.0586351489273397,0.119268802329752,0.153725174569888,0.014297265633484,0.883369034763378,0.153725174569888,0.0241828062571246,0.752929154898026,0.153725174569888,0.0539359503293899,0.355292410566773,0.153725174569888,0.030547670946623,0.437702900175129,0.153725174569888,0.083612806800614,0.0519764224424932,0.5,0.153725174569888,0.0928932320287437,0.00681005686715438,0,0.484908100654521,0.991555769719632 -1258,0.5,0.153725174569888,0.0703309243483494,0.28309910599662,0.153725174569888,0.130557186776615,0.815694168330035,0.153725174569888,0.154506802996077,0.17584456080146,0.153725174569888,0.0852613380639622,0.0798552777920926,0.153725174569888,0.158865394064903,0.519223374615913,0.153725174569888,0.113174484877844,0.382537777009592,0.153725174569888,0.158744393617939,0.490607291515524,0.153725174569888,0.117905048050473,0.580356800619467,0.5,0.153725174569888,0.183186744388105,0.53402135725314,0.153725174569888,0.219309405990903,0.00637895608536641,0.5,0.153725174569888,0.128342489861293,0.2839296516896,0.153725174569888,0.164175606022072,0.129116519807631,0.153725174569888,0.0619284675638633,0.878361941378854,0.153725174569888,0.101528112247839,0.765932024611763,0.153725174569888,0.138545854572132,0.514854782920414,0.153725174569888,0.14047254858406,0.596385248876975,0.153725174569888,0.187497901139257,0.130454693634477,0.5,0.153725174569888,0.190888109833876,0.00382509858626719,0,0.591537747337784,0.982411452975478 -1259,0.5,0.153725174569888,0.20378441910088,0.39470241901671,0.153725174569888,0.208758962275292,0.772210724063201,0.153725174569888,0.236816569960155,0.290446043816687,0.153725174569888,0.16222218209943,0.125158156190561,0.153725174569888,0.25847174298052,0.560087574424066,0.153725174569888,0.138543648534607,0.561033083796558,0.153725174569888,0.238846087031844,0.557215496798344,0.153725174569888,0.182926787420525,0.717243200829707,0.5,0.153725174569888,0.242306031795713,0.689055085316827,0.153725174569888,0.355199799090544,0.0247623995075585,0.5,0.153725174569888,0.225394641779662,0.409981782211879,0.153725174569888,0.306890771245942,0.260786349964354,0.153725174569888,0.114579666977015,0.845439202184723,0.153725174569888,0.221661043888663,0.747207939154987,0.153725174569888,0.251428672670579,0.635142723680445,0.153725174569888,0.188191908068498,0.650315605602135,0.153725174569888,0.193054948978984,0.270586429482531,0.5,0.153725174569888,0.316158340699647,0.00929528665660298,0,0.685120884893517,0.982987867034067 -1260,0.5,0.153725174569888,0.317736289839089,0.489222353605777,0.153725174569888,0.286215038854814,0.777402097061582,0.153725174569888,0.282404746203609,0.367521497988444,0.153725174569888,0.198349052249615,0.179820261739425,0.153725174569888,0.280785638888575,0.538487170492533,0.153725174569888,0.118365842714995,0.701442746405073,0.153725174569888,0.285966058193308,0.602120128112929,0.153725174569888,0.183520238250963,0.876451765657682,0.5,0.153725174569888,0.245986840225388,0.712515427310175,0.153725174569888,0.468228482225841,0.0914154134640033,0.5,0.153725174569888,0.377948600890024,0.322691162342032,0.153725174569888,0.401630017006788,0.318236458903352,0.153725174569888,0.173262404137155,0.831430998721631,0.153725174569888,0.342729568339937,0.668856218085645,0.153725174569888,0.322009878256063,0.635334230230966,0.153725174569888,0.259413578674016,0.669336157079572,0.153725174569888,0.166266162532158,0.274844220389363,0.5,0.153725174569888,0.349679303440073,0.0531373112866686,0,0.808935251050847,0.983137513700173 -1261,0.5,0.153725174569888,0.399774676067828,0.533612099773488,0.153725174569888,0.408137932206295,0.700357967221352,0.153725174569888,0.315549927289635,0.439748498400775,0.153725174569888,0.254614098769428,0.187251975011927,0.153725174569888,0.24323206473249,0.437073225451339,0.153725174569888,0.0795239513223854,0.668052694578629,0.153725174569888,0.230349106409296,0.70401469379231,0.153725174569888,0.1131049714139,0.773087969532833,0.5,0.153725174569888,0.183082237659637,0.779053616936855,0.153725174569888,0.56193200533686,0.0907032207185799,0.5,0.153725174569888,0.453593640450184,0.331581029638781,0.153725174569888,0.455720905753367,0.430332273953552,0.153725174569888,0.191824860734932,0.792353571932963,0.153725174569888,0.384191043639266,0.594499521038903,0.153725174569888,0.304880351367056,0.586805761881584,0.153725174569888,0.346977385688422,0.744140133730071,0.153725174569888,0.235477902147023,0.303354518881563,0.5,0.153725174569888,0.335173190418676,0.0611914598107886,0,0.722511607333515,0.967723211313825 -1262,0.5,0.153725174569888,0.403689086689249,0.482437576345324,0.153725174569888,0.399976763016296,0.58906711292424,0.153725174569888,0.215346916764512,0.497692587764914,0.153725174569888,0.274320335674787,0.18030188654544,0.153725174569888,0.168327936199176,0.326825832086283,0.153725174569888,0.0733273721707164,0.501464061767517,0.153725174569888,0.135469932656726,0.776559334428705,0.153725174569888,0.102600193525009,0.667443208179801,0.5,0.153725174569888,0.132533007511885,0.796149091092408,0.153725174569888,0.571700818269669,0.107530890075386,0.5,0.153725174569888,0.352132005884928,0.322674978063128,0.153725174569888,0.431739535156853,0.489532686407175,0.153725174569888,0.178033073564004,0.697671846929124,0.153725174569888,0.30734825863278,0.469309850656204,0.153725174569888,0.260193931338311,0.478082379622477,0.153725174569888,0.304103381002859,0.816971025268229,0.153725174569888,0.291665070742829,0.281172534599396,0.5,0.153725174569888,0.377387307151508,0.0591268282144717,0,0.576387544850893,0.928399535376413 -1263,0.5,0.153725174569888,0.334679195479424,0.35044544214806,0.153725174569888,0.296958937637202,0.449847135097363,0.153725174569888,0.145889876001691,0.436830771013893,0.153725174569888,0.227713778745907,0.179134317732779,0.153725174569888,0.102496102087419,0.251687149921753,0.153725174569888,0.0839379762466915,0.315677153820533,0.153725174569888,0.0778126659211628,0.721611587357843,0.153725174569888,0.0827643592255774,0.496036537188378,0.5,0.153725174569888,0.0778068322609355,0.582486311091917,0.153725174569888,0.51473381175989,0.120902356924643,0.5,0.153725174569888,0.220748039737336,0.303917293573773,0.153725174569888,0.334707389541282,0.466329241394345,0.153725174569888,0.168020226484627,0.564094786776644,0.153725174569888,0.226035377402007,0.376874970601379,0.153725174569888,0.207545947581168,0.347472231292767,0.153725174569888,0.225258687783985,0.867452484769997,0.153725174569888,0.267532268245094,0.24952044819782,0.5,0.153725174569888,0.369181060198332,0.0634761196459948,0,0.451523110106863,0.901344803488448 -1264,0.5,0.153725174569888,0.229482628326948,0.185097723306812,0.153725174569888,0.115237543642126,0.269620220195017,0.153725174569888,0.164369249597978,0.320588282584194,0.153725174569888,0.15299678053001,0.120845369723816,0.153725174569888,0.0546232199947063,0.163235656072272,0.153725174569888,0.0604656040281433,0.190312922508564,0.153725174569888,0.0627805328274157,0.61996314887014,0.153725174569888,0.0626342681906266,0.32001828550027,0.5,0.153725174569888,0.0450152403340824,0.359013945181679,0.153725174569888,0.391971103037343,0.0718383644454008,0.5,0.153725174569888,0.112729607530417,0.219065885643558,0.153725174569888,0.199066244127263,0.409628538632938,0.153725174569888,0.107220567817491,0.411302325396255,0.153725174569888,0.0905913025572808,0.309913681575854,0.153725174569888,0.108573346114461,0.245143635337621,0.153725174569888,0.10347939143143,0.80885229777858,0.153725174569888,0.191586466650268,0.180379471903676,0.5,0.153725174569888,0.298208563882225,0.0405921185587013,0,0.294715267988837,0.924070526680311 -1265,0.5,0.153725174569888,0.0783994064090326,0.105927463783375,0.153725174569888,0.0463986346776041,0.212098950722538,0.153725174569888,0.104268693277822,0.165979021769231,0.153725174569888,0.037282389582121,0.0779809185022606,0.153725174569888,0.0454166166343903,0.138507236339013,0.153725174569888,0.0470550791621829,0.207116561194136,0.153725174569888,0.0282930599770902,0.456556958341169,0.153725174569888,0.030353952588493,0.244242069120168,0.5,0.153725174569888,0.0240086786095506,0.211527727202666,0.153725174569888,0.162500403840527,0.0329343507173451,0.5,0.153725174569888,0.0512215768905573,0.120752014198497,0.153725174569888,0.0685829384265741,0.404939604580263,0.153725174569888,0.0558719005970395,0.333778023081218,0.153725174569888,0.0427432739622841,0.25125488451372,0.153725174569888,0.0323363149348139,0.146100052410237,0.153725174569888,0.0300399418845858,0.642732656473003,0.153725174569888,0.0743676399439859,0.110428772204371,0.5,0.153725174569888,0.105376523056273,0.00660457621528406,0,0.176120690595658,0.864188389146369 -1266,0.5,0.153725174569888,0.0,0.108559535605616,0.153725174569888,0.0,0.142803391923943,0.153725174569888,0.0,0.124824855350152,0.153725174569888,0.0,0.0683305605277453,0.153725174569888,0.00015705923173303,0.112690719104965,0.153725174569888,0.000234618745491905,0.154813977928853,0.153725174569888,0.000196405927018496,0.368148943137739,0.153725174569888,0.0,0.197159070278635,0.5,0.153725174569888,0.000170026850962263,0.122424742887586,0.153725174569888,0.0,0.0679106304538571,0.5,0.153725174569888,0.0,0.0681527147724532,0.153725174569888,5.12473241874123e-05,0.350217131154258,0.153725174569888,0.0,0.312889922394509,0.153725174569888,0.000173246201756294,0.146228763873997,0.153725174569888,2.79694440526261e-05,0.119479850921653,0.153725174569888,0.0,0.387925696143532,0.153725174569888,0.0,0.0731621162792607,0.5,0.153725174569888,0.0,0.0050560698427843,0,0.119195966724691,0.835666237850454 -1267,0.5,0.153725174569888,0.0,0.113515457469468,0.153725174569888,0.0,0.0645344036762386,0.153725174569888,0.0,0.109916848699709,0.153725174569888,0.0,0.0677083984521623,0.153725174569888,0.0,0.0872740585933922,0.153725174569888,0.0,0.157744475744048,0.153725174569888,0.0,0.304475799921421,0.153725174569888,0.0,0.153534015852688,0.5,0.153725174569888,0.0,0.110312519402501,0.153725174569888,0.0,0.0746983396216154,0.5,0.153725174569888,0.0,0.0536878114230396,0.153725174569888,0.0,0.252157672188296,0.153725174569888,0.0,0.29662807086616,0.153725174569888,0.0,0.0978085257601003,0.153725174569888,0.0,0.116361547758999,0.153725174569888,0.0,0.210421752304415,0.153725174569888,0.0,0.0649585302300517,0.5,0.153725174569888,0.0,0.00857644691854561,0,0.122491976511165,0.851060033124566 -1268,0.5,0.153725174569888,0.0,0.103061762494484,0.153725174569888,0.0,0.0350600232374055,0.153725174569888,0.0,0.103291012915822,0.153725174569888,0.0,0.0744707849101521,0.153725174569888,0.0,0.0893606215644273,0.153725174569888,0.0,0.102804423514273,0.153725174569888,0.0,0.283173094697857,0.153725174569888,0.0,0.127306409720917,0.5,0.153725174569888,0.0,0.139435040760925,0.153725174569888,0.0,0.0986029905391889,0.5,0.153725174569888,0.0,0.0523892995848069,0.153725174569888,0.0,0.253881531904816,0.153725174569888,0.0,0.241588246586296,0.153725174569888,0.0,0.0975304444612304,0.153725174569888,0.0,0.10194636034727,0.153725174569888,0.0,0.113128760672884,0.153725174569888,0.0,0.0581243190338021,0.5,0.153725174569888,0.0,0.0196735903451625,0,0.130271246909321,0.78392766337459 -1269,0.5,0.153725174569888,0.0,0.0781956531421038,0.153725174569888,0.0,0.0322032848883483,0.153725174569888,0.0,0.0840508594325956,0.153725174569888,0.0,0.0765092447890014,0.153725174569888,0.0,0.0785561760990191,0.153725174569888,0.0,0.0801853371304851,0.153725174569888,0.0,0.31656870314279,0.153725174569888,0.0,0.119583761008877,0.5,0.153725174569888,0.0,0.152570750588974,0.153725174569888,0.0,0.235979735734874,0.5,0.153725174569888,0.0,0.0733492660672287,0.153725174569888,0.0,0.27575204449552,0.153725174569888,0.0,0.183342750636975,0.153725174569888,0.0,0.0932790353292814,0.153725174569888,0.0,0.117492496305735,0.153725174569888,0.0,0.100090528630374,0.153725174569888,0.0,0.0522731305868375,0.5,0.153725174569888,0.0,0.0291063655767686,0,0.101497145179159,0.732641122867375 -1270,0.5,0.153725174569888,0.0,0.0697535574484873,0.153725174569888,0.0,0.0387306353280806,0.153725174569888,0.0,0.0737423141346929,0.153725174569888,0.0,0.0665536187358892,0.153725174569888,0.0,0.0736665675614046,0.153725174569888,0.0,0.118802161792677,0.153725174569888,0.0,0.217402642845255,0.153725174569888,0.0,0.0857523720593516,0.5,0.153725174569888,0.0,0.120964696538722,0.153725174569888,0.0,0.305111687017086,0.5,0.153725174569888,0.0,0.123113577512164,0.153725174569888,0.0,0.31242576062042,0.153725174569888,0.0,0.151979793779472,0.153725174569888,0.0,0.0840193163230927,0.153725174569888,0.0,0.134589474545252,0.153725174569888,0.0,0.090522383330045,0.153725174569888,0.0,0.0476825378458239,0.5,0.153725174569888,0.0,0.0424137212501002,0,0.0721990003864769,0.752472605764026 -1271,0.5,0.153725174569888,0.0,0.075998202576711,0.153725174569888,0.0,0.0575841090059078,0.153725174569888,0.0,0.0726995749636278,0.153725174569888,0.0,0.0578299045977583,0.153725174569888,0.0,0.0994257197686827,0.153725174569888,0.0,0.151574438364554,0.153725174569888,0.0,0.173096730962232,0.153725174569888,0.0,0.0749189923224947,0.5,0.153725174569888,0.0,0.0841224827101027,0.153725174569888,0.0,0.369116390190158,0.5,0.153725174569888,0.0,0.104961989493311,0.153725174569888,0.0,0.295685064628731,0.153725174569888,0.0,0.165427686565076,0.153725174569888,0.0,0.0959725992440718,0.153725174569888,0.0,0.130180100418998,0.153725174569888,0.0,0.072598911616589,0.153725174569888,0.0,0.0423589010865185,0.5,0.153725174569888,0.0,0.0587915765088222,0,0.0591836956923066,0.734339949753004 -1272,0.5,0.153725174569888,0.0,0.0862776890538125,0.153725174569888,0.0,0.099028846884024,0.153725174569888,0.0,0.0744479034368707,0.153725174569888,0.0,0.0574959604020683,0.153725174569888,0.0,0.137818100979712,0.153725174569888,0.0,0.175489933463931,0.153725174569888,0.0,0.176363730682943,0.153725174569888,0.0,0.0904367661914136,0.5,0.153725174569888,0.0,0.0709046225419285,0.153725174569888,0.0,0.495319189283736,0.5,0.153725174569888,0.0,0.107003985155991,0.153725174569888,0.0,0.243902911908329,0.153725174569888,0.0,0.189898240710004,0.153725174569888,0.0,0.130405936406834,0.153725174569888,0.0,0.124434766672003,0.153725174569888,0.0,0.0868453070227957,0.153725174569888,0.0,0.0440422632764738,0.5,0.153725174569888,0.0,0.14927972807504,0,0.058951223782488,0.603669924039313 -1273,0.5,0.153725174569888,0.0,0.0848079771020968,0.153725174569888,0.0,0.195936046787432,0.153725174569888,0.0,0.069449776249763,0.153725174569888,0.0,0.0600354830894241,0.153725174569888,0.0,0.158777633146394,0.153725174569888,0.0,0.197731354889523,0.153725174569888,0.0,0.155956720036072,0.153725174569888,0.0,0.113238522595127,0.5,0.153725174569888,0.0,0.0621160898954467,0.153725174569888,0.0,0.412542029012927,0.5,0.153725174569888,0.0,0.178612895662547,0.153725174569888,0.0,0.230562830259601,0.153725174569888,0.0,0.180864269375937,0.153725174569888,0.0,0.159825376662416,0.153725174569888,0.0,0.147938162468033,0.153725174569888,0.0,0.120573790444735,0.153725174569888,0.0,0.0579389000698194,0.5,0.153725174569888,0.0,0.278479462923827,0,0.0719615140708581,0.814672916456607 -1274,0.5,0.153725174569888,0.0,0.0754582454524234,0.153725174569888,0.0,0.230833661651224,0.153725174569888,0.0,0.0672584580112711,0.153725174569888,0.0,0.062292726395704,0.153725174569888,0.0,0.174688962092707,0.153725174569888,0.0,0.210293735880536,0.153725174569888,0.0,0.147451372653968,0.153725174569888,0.0,0.11971500068235,0.5,0.153725174569888,0.0,0.0553168588627887,0.153725174569888,0.0,0.281795126555449,0.5,0.153725174569888,0.0,0.342779444294829,0.153725174569888,0.0,0.253955706758681,0.153725174569888,0.0,0.179075720445258,0.153725174569888,0.0,0.180241233570252,0.153725174569888,0.0,0.146202904332051,0.153725174569888,0.0,0.0849588243384121,0.153725174569888,0.0,0.097574405729435,0.5,0.153725174569888,0.0,0.227115200194435,0,0.0766006557276704,0.857038319233376 -1275,0.5,0.153725174569888,0.0,0.0683593074094254,0.153725174569888,0.0,0.151838603918296,0.153725174569888,0.0,0.0631996718994328,0.153725174569888,0.0,0.0539489685753364,0.153725174569888,0.0,0.181519545809962,0.153725174569888,0.0,0.213848237940241,0.153725174569888,0.0,0.158516464676994,0.153725174569888,0.0,0.121731846782571,0.5,0.153725174569888,0.0,0.0494702304685756,0.153725174569888,0.0,0.193642518015713,0.5,0.153725174569888,0.0,0.326388586432476,0.153725174569888,0.0,0.217192940468319,0.153725174569888,0.0,0.181897207495052,0.153725174569888,0.0,0.204868894399981,0.153725174569888,0.0,0.100293450203398,0.153725174569888,0.0,0.0498654137834647,0.153725174569888,0.0,0.128952800074005,0.5,0.153725174569888,0.0,0.190877601453301,0,0.088049065875379,0.910639991310492 -1276,0.5,0.153725174569888,0.0,0.0666278354544498,0.153725174569888,0.0,0.0967922211169347,0.153725174569888,0.0,0.0490228687765534,0.153725174569888,0.0,0.0426301167854297,0.153725174569888,0.0,0.204384790638711,0.153725174569888,0.0,0.223458704660936,0.153725174569888,0.0,0.163417385249544,0.153725174569888,0.0,0.12849337706106,0.5,0.153725174569888,0.0,0.0498290990733272,0.153725174569888,0.0,0.138863075843416,0.5,0.153725174569888,0.0,0.136190562190664,0.153725174569888,0.0,0.120442234113114,0.153725174569888,0.0,0.248408789305797,0.153725174569888,0.0,0.233962357210384,0.153725174569888,0.0,0.0708775590586476,0.153725174569888,0.0,0.0385582490149257,0.153725174569888,0.0,0.105394086774151,0.5,0.153725174569888,0.0,0.187338070090848,0,0.0843358924250852,0.952144068870259 -1277,0.5,0.153725174569888,0.0,0.0646286717541972,0.153725174569888,0.0,0.0905992355211308,0.153725174569888,0.0,0.0434546805634094,0.153725174569888,0.0,0.0337758662090433,0.153725174569888,0.0,0.251817707801875,0.153725174569888,0.0,0.255188609583861,0.153725174569888,0.0,0.175166461277896,0.153725174569888,0.0,0.146120034587976,0.5,0.153725174569888,0.0,0.0575577401950479,0.153725174569888,0.0,0.0803547991354635,0.5,0.153725174569888,0.0,0.0381359841276019,0.153725174569888,0.0,0.0537933122601999,0.153725174569888,0.0,0.301889592459735,0.153725174569888,0.0,0.266091250632681,0.153725174569888,0.0,0.0756642161743048,0.153725174569888,0.0,0.0418942451849994,0.153725174569888,0.0,0.0720328954245593,0.5,0.153725174569888,0.0,0.197154449210246,0,0.0895100161316876,0.976544939473942 -1278,0.5,0.153725174569888,0.0,0.0555395571658138,0.153725174569888,0.0,0.14595879122648,0.153725174569888,0.0,0.0280349134191987,0.153725174569888,0.0,0.029626812574813,0.153725174569888,0.0,0.307410805730723,0.153725174569888,0.0,0.298770878243802,0.153725174569888,0.0,0.198923123504992,0.153725174569888,0.0,0.176766714605739,0.5,0.153725174569888,0.0,0.0664980590727727,0.153725174569888,0.0,0.0404324735451452,0.5,0.153725174569888,0.0,0.0138027686573593,0.153725174569888,0.0,0.0282189078369953,0.153725174569888,0.0,0.351441802858126,0.153725174569888,0.0,0.302037266849324,0.153725174569888,0.0,0.102233834830187,0.153725174569888,0.0,0.052721630566752,0.153725174569888,0.0,0.0482861940706814,0.5,0.153725174569888,0.0,0.180982834607355,0,0.115834448360855,0.984435949315324 -1279,0.5,0.153725174569888,0.0,0.0552451049935074,0.153725174569888,0.0,0.188190652837825,0.153725174569888,0.0,0.0216483754090476,0.153725174569888,0.0,0.0256327707913747,0.153725174569888,0.0,0.36432642484725,0.153725174569888,0.0,0.32941016219642,0.153725174569888,0.0,0.229311790935349,0.153725174569888,0.0,0.202065221767603,0.5,0.153725174569888,0.0,0.0804073942582608,0.153725174569888,0.0,0.0254010177369128,0.5,0.153725174569888,0.0,0.0142914560281297,0.153725174569888,0.0,0.0140716934178044,0.153725174569888,0.0,0.367218161440901,0.153725174569888,0.0,0.348496643521333,0.153725174569888,0.0,0.127312975665811,0.153725174569888,0.0,0.0672484184241954,0.153725174569888,0.0,0.0411063735390886,0.5,0.153725174569888,0.0,0.145118042493913,0,0.189031629219925,0.989379064620039 -1280,0.5,0.153725174569888,0.000743775135317708,0.0649697571397515,0.153725174569888,0.0,0.181825933479512,0.153725174569888,0.000455648658392396,0.0286977632792472,0.153725174569888,0.00181920306156183,0.0192179520158873,0.153725174569888,0.0,0.401740111749842,0.153725174569888,0.0,0.351222901875269,0.153725174569888,0.0,0.265745369675095,0.153725174569888,0.0,0.206590017352669,0.5,0.153725174569888,0.0,0.0839965802473822,0.153725174569888,0.0012302100145444,0.0103528688566151,0.5,0.153725174569888,2.58719142090972e-05,0.0218662033990581,0.153725174569888,0.000315882223370325,0.00774925698946009,0.153725174569888,0.0,0.372786305730495,0.153725174569888,0.0,0.406124217518411,0.153725174569888,5.21109263844848e-06,0.147655297060175,0.153725174569888,4.44233032736049e-07,0.0874292771044139,0.153725174569888,0.000711422371418061,0.0383483065319591,0.5,0.153725174569888,0.00179497980832246,0.118559547193075,0,0.205295402910322,0.998603285209425 -1281,0.5,0.153725174569888,0.0371815322096267,0.0799993465545437,0.153725174569888,0.0966593123738612,0.184650006546589,0.153725174569888,0.0206768652946212,0.0408885679732686,0.153725174569888,0.0304575922341745,0.0159066678803453,0.153725174569888,0.0492004902577743,0.444261157842878,0.153725174569888,0.0139561058210261,0.399850839561912,0.153725174569888,0.0945561449831272,0.264908028264036,0.153725174569888,0.0769117354922438,0.20614696385419,0.5,0.153725174569888,0.0404070643110581,0.0914892875911798,0.153725174569888,0.0276063369429646,0.0106432690748578,0.5,0.153725174569888,0.0109268139944322,0.0375936091903507,0.153725174569888,0.0427025528703598,0.00932629149662933,0.153725174569888,0.0624318130911494,0.410802921784453,0.153725174569888,0.0486868040148977,0.444431406017139,0.153725174569888,0.0997283908360021,0.144425666318907,0.153725174569888,0.078312807711143,0.0914574903169189,0.153725174569888,0.0256889145030708,0.0452097716654603,0.5,0.153725174569888,0.0354013413490293,0.116117028024055,0,0.142856599070883,1.00444563934642 -1282,0.5,0.153725174569888,0.121789530632688,0.128853527438701,0.153725174569888,0.262160336529564,0.245556014874509,0.153725174569888,0.0622945206254031,0.0688199714627563,0.153725174569888,0.0788790443903889,0.0320450665582915,0.153725174569888,0.140984092179653,0.532207243091921,0.153725174569888,0.0596110196792106,0.428073814607085,0.153725174569888,0.229235921082772,0.33254198633687,0.153725174569888,0.218126886663344,0.221610595464531,0.5,0.153725174569888,0.140626507972866,0.147818690172581,0.153725174569888,0.059701435819161,0.00645539256262662,0.5,0.153725174569888,0.0449502948332001,0.0593434773202455,0.153725174569888,0.129700508908972,0.0110090772196687,0.153725174569888,0.154444037781734,0.500104246186416,0.153725174569888,0.11733426019413,0.518252146715344,0.153725174569888,0.27584760872091,0.212625442145039,0.153725174569888,0.227163929233915,0.185350508564829,0.153725174569888,0.0747828718577738,0.0603651658581168,0.5,0.153725174569888,0.0803733799620123,0.0907718409572239,0,0.186685707013885,1.00408275798437 -1283,0.5,0.153725174569888,0.210402286821611,0.208865117351778,0.153725174569888,0.425558816191062,0.370826214937224,0.153725174569888,0.139496655567999,0.116806356655879,0.153725174569888,0.105479961518456,0.0629918426624212,0.153725174569888,0.220758105901529,0.585102805926396,0.153725174569888,0.147077346354837,0.434281585479486,0.153725174569888,0.335516753377937,0.469815030278224,0.153725174569888,0.371462470552907,0.29319293110685,0.5,0.153725174569888,0.264165390907417,0.287725537935626,0.153725174569888,0.0931270726700017,0.00277086656607563,0.5,0.153725174569888,0.11994652828627,0.0615805127462769,0.153725174569888,0.23026808178082,0.0110838912917717,0.153725174569888,0.205507418810032,0.571158859487982,0.153725174569888,0.184472591924968,0.595466933459544,0.153725174569888,0.431306745690898,0.338839539969661,0.153725174569888,0.405921338036692,0.352658622558723,0.153725174569888,0.116490287671916,0.061758896008302,0.5,0.153725174569888,0.115041682305163,0.0515189038712253,0,0.249494898954616,1.00628799576815 -1284,0.5,0.153725174569888,0.319630843793654,0.270233652479707,0.153725174569888,0.523883624810782,0.496390358701017,0.153725174569888,0.263679136518361,0.17362210646859,0.153725174569888,0.10446654610459,0.0697519485538564,0.153725174569888,0.374241988885945,0.719715540569387,0.153725174569888,0.319129100357524,0.527397966547351,0.153725174569888,0.444609951990155,0.529873773707614,0.153725174569888,0.491400894016373,0.429555984098738,0.5,0.153725174569888,0.390450185599342,0.334852046730518,0.153725174569888,0.12445703431738,0.00447886647036852,0.5,0.153725174569888,0.281376396159858,0.0334497459614907,0.153725174569888,0.283798304008789,0.0196129363599249,0.153725174569888,0.218427296589202,0.627194178574274,0.153725174569888,0.306319972497796,0.667314992603318,0.153725174569888,0.519678615327422,0.42392611777651,0.153725174569888,0.528774841630415,0.445118090578523,0.153725174569888,0.152927322319576,0.0487228716535667,0.5,0.153725174569888,0.136121038546037,0.0241193812605699,0,0.287120789283208,1.00851812037818 -1285,0.5,0.153725174569888,0.382312718519207,0.301271496117655,0.153725174569888,0.49170016299446,0.616521243120162,0.153725174569888,0.344044387401327,0.186596548661135,0.153725174569888,0.120657155137585,0.0685843163776413,0.153725174569888,0.465041221371711,0.677463922899421,0.153725174569888,0.381976346207582,0.510291150869432,0.153725174569888,0.545457478031639,0.558130391066769,0.153725174569888,0.544573173451105,0.485843974563542,0.5,0.153725174569888,0.498872766628902,0.29491197067265,0.153725174569888,0.138295218017384,0.0136658744677602,0.5,0.153725174569888,0.282866287115669,0.0276023718950651,0.153725174569888,0.327352059222843,0.0400001043621844,0.153725174569888,0.277121231099752,0.680144166469149,0.153725174569888,0.416423799395193,0.68483021400799,0.153725174569888,0.553631761561454,0.444470294263547,0.153725174569888,0.5257347019701,0.451301329383406,0.153725174569888,0.171084531083273,0.0359342856736661,0.5,0.153725174569888,0.123956849770528,0.00934870783520914,0,0.274590334384584,1.00755971024053 -1286,0.5,0.153725174569888,0.405625712186822,0.324613510927729,0.153725174569888,0.358018887782582,0.522090097106937,0.153725174569888,0.365362177354821,0.185187550113645,0.153725174569888,0.147210294588884,0.0650185975542207,0.153725174569888,0.425745564551416,0.707268814505599,0.153725174569888,0.355443251754443,0.558921653893553,0.153725174569888,0.580633741853042,0.531711690655987,0.153725174569888,0.523850191698059,0.452890433209305,0.5,0.153725174569888,0.495120040899872,0.242898511331182,0.153725174569888,0.156349117409882,0.0300967361100878,0.5,0.153725174569888,0.279846702744415,0.0430080776367372,0.153725174569888,0.351752426557689,0.0656316896709575,0.153725174569888,0.352047174920202,0.677917280917598,0.153725174569888,0.441270648177523,0.717139289497384,0.153725174569888,0.560670922615858,0.420596882248868,0.153725174569888,0.4858313489802,0.425390366196847,0.153725174569888,0.169531001242035,0.0331669156922011,0.5,0.153725174569888,0.109045746471605,0.00265422253904577,0,0.266416662339974,1.00839889440755 -1287,0.5,0.153725174569888,0.383696012026475,0.315491263555776,0.153725174569888,0.240757478356035,0.508042226554556,0.153725174569888,0.334872232172311,0.180713533456235,0.153725174569888,0.110836572851884,0.05930769089933,0.153725174569888,0.322572084764522,0.595084841971838,0.153725174569888,0.310080652582973,0.566924410174288,0.153725174569888,0.514435627638393,0.503581315197884,0.153725174569888,0.468864408020082,0.415668237624424,0.5,0.153725174569888,0.439171293964184,0.208559706531879,0.153725174569888,0.154128572364476,0.0470094110346093,0.5,0.153725174569888,0.260270152665988,0.0609675753769995,0.153725174569888,0.361306648386714,0.0832707778779549,0.153725174569888,0.352965368629834,0.680929877720176,0.153725174569888,0.354471589676423,0.699209708729639,0.153725174569888,0.499240807904291,0.385783635198116,0.153725174569888,0.406034489013711,0.400850959367946,0.153725174569888,0.109812039371263,0.0380948087246962,0.5,0.153725174569888,0.108767171973407,0.000914212880919776,0,0.256138101041679,1.00899286817588 -1288,0.5,0.153725174569888,0.304017249993579,0.233109505802005,0.153725174569888,0.222154021189728,0.476420794791732,0.153725174569888,0.234120072643113,0.13511863372452,0.153725174569888,0.1083082398399,0.0445704440892056,0.153725174569888,0.251407896027805,0.576912384946592,0.153725174569888,0.288667512376705,0.56237326616169,0.153725174569888,0.396653786833111,0.421399007010293,0.153725174569888,0.376772410188239,0.316157398366287,0.5,0.153725174569888,0.34169934395472,0.166919832407466,0.153725174569888,0.144578282729069,0.0587891148708877,0.5,0.153725174569888,0.199316133032298,0.0613167115197455,0.153725174569888,0.322812035250474,0.0836292719528995,0.153725174569888,0.252997890683383,0.656537551632773,0.153725174569888,0.247106221454189,0.661023216815805,0.153725174569888,0.379438245550365,0.277646651648034,0.153725174569888,0.279540317203397,0.336904101755742,0.153725174569888,0.0838485344679151,0.0407554566811074,0.5,0.153725174569888,0.0861969178630608,0.00424058021376033,0,0.245754168706607,1.0086596428524 -1289,0.5,0.153725174569888,0.0819944416545944,0.196167041467602,0.153725174569888,0.111229448776399,0.402714238805052,0.153725174569888,0.0895627372397711,0.0969030303346958,0.153725174569888,0.0438579690644423,0.0245726106289928,0.153725174569888,0.189927530527671,0.572415792624051,0.153725174569888,0.191276325262168,0.445172499456055,0.153725174569888,0.203257426446154,0.318761170112605,0.153725174569888,0.184464557313046,0.177927619352952,0.5,0.153725174569888,0.17359125111669,0.0832147901988575,0.153725174569888,0.0785565739726003,0.0639875613994177,0.5,0.153725174569888,0.139809662275066,0.0374458590362231,0.153725174569888,0.166436246267862,0.0616058614662138,0.153725174569888,0.128668848481337,0.645442475355181,0.153725174569888,0.133421562802494,0.61889656696911,0.153725174569888,0.145811648991936,0.225733032925347,0.153725174569888,0.118403384989296,0.223094201955131,0.153725174569888,0.0393180261066738,0.03242467614554,0.5,0.153725174569888,0.0342304941076145,0.0129119905163046,0,0.262345769101288,1.00806031770055 -1290,0.5,0.153725174569888,0.0,0.211813645159851,0.153725174569888,0.0,0.390294415275006,0.153725174569888,0.0,0.0904137566852634,0.153725174569888,0.0,0.0298426420324794,0.153725174569888,0.0,0.565891315190552,0.153725174569888,0.0,0.382173229752167,0.153725174569888,0.0,0.298526223549819,0.153725174569888,0.0,0.156981770956408,0.5,0.153725174569888,0.0,0.0670760957992572,0.153725174569888,0.0,0.0467220144979046,0.5,0.153725174569888,0.0,0.0337502803561261,0.153725174569888,0.0,0.0412211455882232,0.153725174569888,0.0,0.660474251731824,0.153725174569888,0.0,0.62262649190848,0.153725174569888,0.0,0.255415255868529,0.153725174569888,0.0,0.172850986410374,0.153725174569888,0.0,0.0204517917680408,0.5,0.153725174569888,0.0,0.0148711067284644,0,0.314100212623709,1.0088791294535 -1291,0.5,0.153725174569888,0.0,0.212549009536631,0.153725174569888,0.0,0.383833410957978,0.153725174569888,0.0,0.0779306910630527,0.153725174569888,0.0,0.0301356830902161,0.153725174569888,0.0,0.548360000695756,0.153725174569888,0.0,0.384587765709195,0.153725174569888,0.0,0.301959113039862,0.153725174569888,0.0,0.171371040086809,0.5,0.153725174569888,0.0,0.0606703891532126,0.153725174569888,0.0,0.0367210293334651,0.5,0.153725174569888,0.0,0.0508520010402761,0.153725174569888,0.0,0.0457473795240207,0.153725174569888,0.0,0.671645072098749,0.153725174569888,0.0,0.636051741069096,0.153725174569888,0.0,0.270529365837213,0.153725174569888,0.0,0.173239277782162,0.153725174569888,0.0,0.0263060176380354,0.5,0.153725174569888,0.0,0.0189828132441142,0,0.4010002604967,1.0079221163048 -1292,0.5,0.153725174569888,0.0,0.207665144228643,0.153725174569888,0.0,0.372775577012642,0.153725174569888,0.0,0.0690865523279128,0.153725174569888,0.0,0.0306700862868362,0.153725174569888,0.0,0.528661544611221,0.153725174569888,0.0,0.392626402714158,0.153725174569888,0.0,0.30815125672226,0.153725174569888,0.0,0.17688366320872,0.5,0.153725174569888,0.0,0.0514030031371908,0.153725174569888,0.0,0.0310776514869347,0.5,0.153725174569888,0.0,0.0584360890382442,0.153725174569888,0.0,0.0520041860982905,0.153725174569888,0.0,0.677305296202079,0.153725174569888,0.0,0.63203083393824,0.153725174569888,0.0,0.261230625721369,0.153725174569888,0.0,0.159858168649727,0.153725174569888,0.0,0.0325828352510618,0.5,0.153725174569888,0.0,0.0252138050473238,0,0.445922770891406,1.00661840631712 -1293,0.5,0.153725174569888,0.0,0.185838467228577,0.153725174569888,0.0,0.373789026344498,0.153725174569888,0.0,0.0632578404165518,0.153725174569888,0.0,0.0293162728122062,0.153725174569888,0.0,0.492098586203745,0.153725174569888,0.0,0.385901697154869,0.153725174569888,0.0,0.315279738054635,0.153725174569888,0.0,0.167194385410745,0.5,0.153725174569888,0.0,0.0441616216590662,0.153725174569888,0.0,0.032356680388575,0.5,0.153725174569888,0.0,0.0562361407836102,0.153725174569888,0.0,0.0541740199002029,0.153725174569888,0.0,0.674923884880034,0.153725174569888,0.0,0.611347568114252,0.153725174569888,0.0,0.245037522956314,0.153725174569888,0.0,0.128964256692698,0.153725174569888,0.0,0.0371409073896158,0.5,0.153725174569888,0.0,0.0336714528974882,0,0.448540836765169,1.00803138454502 -1294,0.5,0.153725174569888,0.0,0.157980534365234,0.153725174569888,0.0,0.366772347875928,0.153725174569888,0.0,0.0557044499662996,0.153725174569888,0.0,0.0257426621368556,0.153725174569888,0.0,0.446528960652465,0.153725174569888,0.0,0.366611370715907,0.153725174569888,0.0,0.298583947332764,0.153725174569888,0.0,0.164614222263645,0.5,0.153725174569888,0.0,0.0332769991088501,0.153725174569888,0.0,0.0357114193002975,0.5,0.153725174569888,0.0,0.0577529528855338,0.153725174569888,0.0,0.0578944916571997,0.153725174569888,0.0,0.655481088327814,0.153725174569888,0.0,0.568526182023061,0.153725174569888,0.0,0.228496347052042,0.153725174569888,0.0,0.107203717739109,0.153725174569888,0.0,0.0405973008561687,0.5,0.153725174569888,0.0,0.0467889178781274,0,0.451377169181944,1.00760051468808 -1295,0.5,0.153725174569888,0.0,0.13722857299772,0.153725174569888,0.0,0.336518959625032,0.153725174569888,0.0,0.0439155592399881,0.153725174569888,0.0,0.0229346960427176,0.153725174569888,0.0,0.386314545966246,0.153725174569888,0.0,0.33150676951658,0.153725174569888,0.0,0.281463301893358,0.153725174569888,0.0,0.167346857737584,0.5,0.153725174569888,0.0,0.028968820926825,0.153725174569888,0.0,0.0343892486513117,0.5,0.153725174569888,0.0,0.0603140558489152,0.153725174569888,0.0,0.0635606456707215,0.153725174569888,0.0,0.615714085281501,0.153725174569888,0.0,0.517050839552824,0.153725174569888,0.0,0.210697435444847,0.153725174569888,0.0,0.105554146407923,0.153725174569888,0.0,0.0463136715057444,0.5,0.153725174569888,0.0,0.0664719684855505,0,0.466870850881241,1.00690901838337 -1296,0.5,0.153725174569888,0.0,0.124737310742201,0.153725174569888,0.0,0.295258410822197,0.153725174569888,0.0,0.03568791672427,0.153725174569888,0.0,0.0213857793790805,0.153725174569888,0.0,0.330488977447669,0.153725174569888,0.0,0.300304216617133,0.153725174569888,0.0,0.263477353250844,0.153725174569888,0.0,0.161298377816202,0.5,0.153725174569888,0.0,0.0293935948352578,0.153725174569888,0.0,0.0314280995961474,0.5,0.153725174569888,0.0,0.0657708581468879,0.153725174569888,0.0,0.0666467394796866,0.153725174569888,0.0,0.571136728988557,0.153725174569888,0.0,0.469178901873651,0.153725174569888,0.0,0.188188223655468,0.153725174569888,0.0,0.113199917651138,0.153725174569888,0.0,0.0516129468321305,0.5,0.153725174569888,0.0,0.0744843656278975,0,0.444859065806382,1.00630845674027 -1297,0.5,0.153725174569888,0.0,0.117062468853851,0.153725174569888,0.0,0.245095453764134,0.153725174569888,0.0,0.0348459529501925,0.153725174569888,0.0,0.0212457282270307,0.153725174569888,0.0,0.286471186872835,0.153725174569888,0.0,0.274302302607072,0.153725174569888,0.0,0.253097191430498,0.153725174569888,0.0,0.158444642826357,0.5,0.153725174569888,0.0,0.0338639435425619,0.153725174569888,0.0,0.0272744772003334,0.5,0.153725174569888,0.0,0.0642361279776025,0.153725174569888,0.0,0.065374355746215,0.153725174569888,0.0,0.513606749465702,0.153725174569888,0.0,0.421370601531774,0.153725174569888,0.0,0.168110357364046,0.153725174569888,0.0,0.1203244055673,0.153725174569888,0.0,0.0534915971140195,0.5,0.153725174569888,0.0,0.0626538354184941,0,0.40524545988843,1.00562756925491 -1298,0.5,0.153725174569888,0.0,0.117819808957358,0.153725174569888,0.0,0.205399338803755,0.153725174569888,0.0,0.0390425406191249,0.153725174569888,0.0,0.0260507151182485,0.153725174569888,0.0,0.237202825680264,0.153725174569888,0.0,0.239953146063285,0.153725174569888,0.0,0.251697457288487,0.153725174569888,0.0,0.157925557549428,0.5,0.153725174569888,0.0,0.0370077462360992,0.153725174569888,0.0,0.0245936421932253,0.5,0.153725174569888,0.0,0.0639274012069466,0.153725174569888,0.0,0.061030216707413,0.153725174569888,0.0,0.455347121260458,0.153725174569888,0.0,0.370172523756844,0.153725174569888,0.0,0.149780040369699,0.153725174569888,0.0,0.126265853214683,0.153725174569888,0.0,0.0523238963988606,0.5,0.153725174569888,0.0,0.0562428680230031,0,0.381308763163095,1.00482341620961 -1299,0.5,0.153725174569888,0.0,0.125766265132027,0.153725174569888,0.0,0.187672903544342,0.153725174569888,0.0,0.0471495804051753,0.153725174569888,0.0,0.0321926892516855,0.153725174569888,0.0,0.204513815113832,0.153725174569888,0.0,0.222273283110378,0.153725174569888,0.0,0.259817172325334,0.153725174569888,0.0,0.162439155579694,0.5,0.153725174569888,0.0,0.0363323201948427,0.153725174569888,0.0,0.0197594732292814,0.5,0.153725174569888,0.0,0.0710575117858699,0.153725174569888,0.0,0.0561900812083666,0.153725174569888,0.0,0.405163726213626,0.153725174569888,0.0,0.325429947482343,0.153725174569888,0.0,0.145264059357541,0.153725174569888,0.0,0.139407766366044,0.153725174569888,0.0,0.0507699396670765,0.5,0.153725174569888,0.0,0.0678495711415287,0,0.352546641664346,1.0040642709324 -1300,0.5,0.153725174569888,0.0,0.131958774784431,0.153725174569888,0.0,0.164490806828625,0.153725174569888,0.0,0.056007681654412,0.153725174569888,0.0,0.0411708904559688,0.153725174569888,0.0,0.188419214323136,0.153725174569888,0.0,0.220701139603719,0.153725174569888,0.0,0.268309326980089,0.153725174569888,0.0,0.164190100796685,0.5,0.153725174569888,0.0,0.0350346604951692,0.153725174569888,0.0,0.0172819835581451,0.5,0.153725174569888,0.0,0.0795716415361963,0.153725174569888,0.0,0.0559632824262425,0.153725174569888,0.0,0.356813790225978,0.153725174569888,0.0,0.281623796923363,0.153725174569888,0.0,0.144557280913885,0.153725174569888,0.0,0.152228792686785,0.153725174569888,0.0,0.056406987787601,0.5,0.153725174569888,0.0,0.0802456871566604,0,0.3142626251362,1.00195268528868 -1301,0.5,0.153725174569888,0.0,0.128761557117917,0.153725174569888,0.0,0.147237963289282,0.153725174569888,0.0,0.062283001758538,0.153725174569888,0.0,0.046836762954945,0.153725174569888,0.0,0.180351370093129,0.153725174569888,0.0,0.232213450170616,0.153725174569888,0.0,0.265454559274885,0.153725174569888,0.0,0.170747324999517,0.5,0.153725174569888,0.0,0.0365953374316511,0.153725174569888,0.0,0.0153130625121271,0.5,0.153725174569888,0.0,0.0824726951594572,0.153725174569888,0.0,0.055880102652671,0.153725174569888,0.0,0.311733743547157,0.153725174569888,0.0,0.259366435173597,0.153725174569888,0.0,0.141488232814797,0.153725174569888,0.0,0.160556054856941,0.153725174569888,0.0,0.0625198757458126,0.5,0.153725174569888,0.0,0.0620638729755795,0,0.267662564849712,0.991091206915761 -1302,0.5,0.153725174569888,0.0,0.124093904074632,0.153725174569888,0.0,0.145221902346638,0.153725174569888,0.0,0.0607954488227939,0.153725174569888,0.0,0.0518415776227425,0.153725174569888,0.0,0.182522696662408,0.153725174569888,0.0,0.233655249698834,0.153725174569888,0.0,0.26750669698023,0.153725174569888,0.0,0.177712559946399,0.5,0.153725174569888,0.0,0.0388900648129452,0.153725174569888,0.0,0.0131282225289628,0.5,0.153725174569888,0.0,0.0871823556358973,0.153725174569888,0.0,0.0510210533089492,0.153725174569888,0.0,0.289827687457905,0.153725174569888,0.0,0.248883029351942,0.153725174569888,0.0,0.14146461404039,0.153725174569888,0.0,0.161761907044479,0.153725174569888,0.0,0.0635399819190551,0.5,0.153725174569888,0.0,0.0492717299831877,0,0.243785080755746,0.976507168551421 -1303,0.5,0.153725174569888,0.0,0.124898416830924,0.153725174569888,0.0,0.171137575924892,0.153725174569888,0.0,0.0592111405394114,0.153725174569888,0.0,0.0568473180104775,0.153725174569888,0.0,0.185618927615845,0.153725174569888,0.0,0.221418946333921,0.153725174569888,0.0,0.289796111342365,0.153725174569888,0.0,0.171273490716833,0.5,0.153725174569888,0.0,0.0437411996720586,0.153725174569888,0.0,0.0123956909382537,0.5,0.153725174569888,0.0,0.0768696836867789,0.153725174569888,0.0,0.0385455414022025,0.153725174569888,0.0,0.27988222035432,0.153725174569888,0.0,0.247610651742271,0.153725174569888,0.0,0.148585823390025,0.153725174569888,0.0,0.161034100192912,0.153725174569888,0.0,0.0586960565295913,0.5,0.153725174569888,0.0,0.0463307689929563,0,0.254124778871702,0.962061594844344 -1304,0.5,0.153725174569888,0.00467598688697776,0.127670636156146,0.153725174569888,0.0,0.207777986220841,0.153725174569888,0.003662583962362,0.0574180802982375,0.153725174569888,0.00881621802942095,0.0548355750214426,0.153725174569888,0.0,0.190931849053736,0.153725174569888,0.0,0.221401690340846,0.153725174569888,0.0,0.301925508166557,0.153725174569888,0.0,0.17701764154944,0.5,0.153725174569888,8.66061581196294e-06,0.0495732590527889,0.153725174569888,0.00504236162087336,0.0096149929283599,0.5,0.153725174569888,0.0010645134819296,0.064197823928615,0.153725174569888,0.00217401951973232,0.0309126306855503,0.153725174569888,2.18287722019888e-06,0.292848628202779,0.153725174569888,3.65448342042727e-06,0.258471579804624,0.153725174569888,0.000277098456178535,0.159039906101367,0.153725174569888,0.000279925051144223,0.156497505620125,0.153725174569888,0.00448364343246345,0.04753438672542,0.5,0.153725174569888,0.00993193574548141,0.0451508774052639,0,0.292274654661498,0.955392273870101 -1305,0.5,0.153725174569888,0.14894604419012,0.132412314304473,0.153725174569888,0.116275933946403,0.218835307673431,0.153725174569888,0.146881376589208,0.0476996881662425,0.153725174569888,0.16967100838791,0.0489482156697458,0.153725174569888,0.0965531346653011,0.173475174620648,0.153725174569888,0.0901782210805016,0.216453676248417,0.153725174569888,0.107180566877543,0.287373462957645,0.153725174569888,0.101954210385242,0.179157740524566,0.5,0.153725174569888,0.112893129736809,0.0454518379401286,0.153725174569888,0.154480158961096,0.00663707541503813,0.5,0.153725174569888,0.13216130650858,0.0499145085537601,0.153725174569888,0.13954435389568,0.0260931070248987,0.153725174569888,0.105407784621733,0.317485431651258,0.153725174569888,0.0975736751322811,0.265135274888312,0.153725174569888,0.120874571014848,0.160575640013604,0.153725174569888,0.125999030772576,0.157469527802127,0.153725174569888,0.151778029020858,0.0339414192170901,0.5,0.153725174569888,0.170621498700959,0.0437254734049118,0,0.344164935771278,0.951254218286558 -1306,0.5,0.153725174569888,0.316832319556055,0.150565339181551,0.153725174569888,0.285825385142479,0.261569580542521,0.153725174569888,0.320540414440477,0.0422003792382985,0.153725174569888,0.341922822031374,0.0461087756112369,0.153725174569888,0.267978833245232,0.183210239644953,0.153725174569888,0.261603772437003,0.217639140728927,0.153725174569888,0.2824156633621,0.282949336935762,0.153725174569888,0.276614030935458,0.172442586336766,0.5,0.153725174569888,0.289004359134701,0.0517119172776776,0.153725174569888,0.331911177624832,0.00512056226596628,0.5,0.153725174569888,0.308752540005015,0.0391169717192452,0.153725174569888,0.318147859005114,0.0249712160884482,0.153725174569888,0.27315773762141,0.365606228546271,0.153725174569888,0.267061914842078,0.290512564895938,0.153725174569888,0.293308717187775,0.202689644905409,0.153725174569888,0.301840472272124,0.190921830919407,0.153725174569888,0.327891042199743,0.028410585276821,0.5,0.153725174569888,0.345323568721678,0.0314716017056596,0,0.395259030829781,0.954888368983268 -1307,0.5,0.153725174569888,0.46856668212031,0.212231979369416,0.153725174569888,0.441511961512468,0.347036060885583,0.153725174569888,0.479390438213771,0.0489383747631697,0.153725174569888,0.493687247319214,0.0609979581734962,0.153725174569888,0.429871778071182,0.275013310270768,0.153725174569888,0.421761249523534,0.306295765900281,0.153725174569888,0.445780616339501,0.294918476729382,0.153725174569888,0.441436397600906,0.202366908752645,0.5,0.153725174569888,0.455177929390826,0.0740235999828842,0.153725174569888,0.49372523878212,0.00665003715350822,0.5,0.153725174569888,0.472742973227649,0.0317172049629981,0.153725174569888,0.484028716037251,0.0206899410663649,0.153725174569888,0.428350114720792,0.510850721928057,0.153725174569888,0.426082878349808,0.421994933774812,0.153725174569888,0.453713153275795,0.271800299233981,0.153725174569888,0.466617847213741,0.221437641292203,0.153725174569888,0.487983097766492,0.0423466127441468,0.5,0.153725174569888,0.499765296385035,0.0417188640357274,0,0.440233189401582,0.958590856620396 -1308,0.5,0.153725174569888,0.569436827309768,0.31867792291959,0.153725174569888,0.552668939207373,0.466996798297292,0.153725174569888,0.587142561120195,0.0902236569576282,0.153725174569888,0.590632784318604,0.0765683945933894,0.153725174569888,0.548132813292923,0.45193447527555,0.153725174569888,0.542198141397456,0.504971511058671,0.153725174569888,0.563661169802944,0.435825337595722,0.153725174569888,0.562640393166401,0.311221494460414,0.5,0.153725174569888,0.576930356827784,0.134106274617131,0.153725174569888,0.603114832316985,0.00957476381814545,0.5,0.153725174569888,0.587648116904423,0.0492597238521032,0.153725174569888,0.598770398004522,0.0180876578337385,0.153725174569888,0.541305546558455,0.631233500769062,0.153725174569888,0.543969656955951,0.564382144562239,0.153725174569888,0.56739533561941,0.351098367892587,0.153725174569888,0.583709319964463,0.277909978252284,0.153725174569888,0.596119710476221,0.0712665361171322,0.5,0.153725174569888,0.600864651208828,0.0339379202394564,0,0.449514968684179,0.966847054408812 -1309,0.5,0.153725174569888,0.609292227537212,0.399591932984446,0.153725174569888,0.603132481105657,0.593414388107798,0.153725174569888,0.631194890787664,0.122328486225291,0.153725174569888,0.625124622447174,0.080305604400381,0.153725174569888,0.60428483023576,0.544841698165079,0.153725174569888,0.60301649840543,0.583592813806727,0.153725174569888,0.618246915369535,0.519364709698656,0.153725174569888,0.621549316593897,0.368217369520054,0.5,0.153725174569888,0.633511469300462,0.20853080949358,0.153725174569888,0.649898185389326,0.00875513926834131,0.5,0.153725174569888,0.637326469907351,0.0655165325960299,0.153725174569888,0.649823882637374,0.020107667419814,0.153725174569888,0.593661120909274,0.736142621164777,0.153725174569888,0.600274542650691,0.639550724287643,0.153725174569888,0.618537555624776,0.447516719479013,0.153725174569888,0.636507178475735,0.271148567157024,0.153725174569888,0.639678070048594,0.0733940219054864,0.5,0.153725174569888,0.640046176467064,0.0304395381379905,0,0.433480647438939,0.961562086815754 -1310,0.5,0.153725174569888,0.591393661327519,0.325309223977689,0.153725174569888,0.59739717976766,0.593684776426209,0.153725174569888,0.617212165009418,0.11442895026183,0.153725174569888,0.601058635516557,0.0899732265324095,0.153725174569888,0.603007925047346,0.585466734847348,0.153725174569888,0.606582947312035,0.582213095280438,0.153725174569888,0.615508445477562,0.638731047026828,0.153725174569888,0.622615326161269,0.338766359432685,0.5,0.153725174569888,0.633194186469795,0.234628919642851,0.153725174569888,0.637181099921635,0.0257283659022944,0.5,0.153725174569888,0.630572926558977,0.0498799532662946,0.153725174569888,0.64213995410108,0.0197978334260473,0.153725174569888,0.588065226726275,0.677292980161991,0.153725174569888,0.598084306807202,0.597179894358666,0.153725174569888,0.611343285418278,0.466278204710222,0.153725174569888,0.630075213958515,0.345667186122815,0.153725174569888,0.625508893135618,0.0669284843944886,0.5,0.153725174569888,0.622019319235142,0.0152361264515112,0,0.365178539110161,0.930076073237645 -1311,0.5,0.153725174569888,0.508050740200936,0.2973136829483,0.153725174569888,0.527848352244654,0.638646550710547,0.153725174569888,0.538706334199929,0.0806918491205422,0.153725174569888,0.511728753775034,0.0956593391945853,0.153725174569888,0.539768906168553,0.517128307904895,0.153725174569888,0.548226283738201,0.495820688395669,0.153725174569888,0.550456592200138,0.533718669845821,0.153725174569888,0.561853811894706,0.280008893335768,0.5,0.153725174569888,0.57142986934432,0.203154291200384,0.153725174569888,0.562013213331779,0.0335753466154908,0.5,0.153725174569888,0.561835892152264,0.0343631074526615,0.153725174569888,0.573002287363186,0.0213597841314163,0.153725174569888,0.520080057964714,0.677019308244511,0.153725174569888,0.532717841608016,0.554452720131426,0.153725174569888,0.539678223165784,0.434832576634359,0.153725174569888,0.559988815137846,0.271152163285132,0.153725174569888,0.547994867785994,0.0441670853742685,0.5,0.153725174569888,0.539926131369168,0.00914548117774776,0,0.416832596590759,0.912049525906446 -1312,0.5,0.153725174569888,0.374568021630472,0.250962284688491,0.153725174569888,0.400185504225271,0.464065326152462,0.153725174569888,0.403558947487055,0.0425870536786605,0.153725174569888,0.371746522264054,0.0619164029462994,0.153725174569888,0.417019286810799,0.372584789579493,0.153725174569888,0.427799926891582,0.387760700867267,0.153725174569888,0.425677066233464,0.380204646750189,0.153725174569888,0.438986215086072,0.227080530764636,0.5,0.153725174569888,0.446830238858051,0.137645671808189,0.153725174569888,0.426238859990164,0.0155082167189844,0.5,0.153725174569888,0.432546138358635,0.0167239079759468,0.153725174569888,0.442368402281262,0.0151845356285367,0.153725174569888,0.395544777624854,0.565118906731544,0.153725174569888,0.408707138891276,0.451432077008549,0.153725174569888,0.41032025598353,0.304440144358795,0.153725174569888,0.429315683552645,0.192618139543273,0.153725174569888,0.412129985163542,0.0236603598533416,0.5,0.153725174569888,0.399921661906306,0.00565366858452433,0,0.451242272343602,0.897475052063749 -1313,0.5,0.153725174569888,0.0938302972167439,0.267449764343333,0.153725174569888,0.115070409818765,0.361271346401401,0.153725174569888,0.140011300170799,0.0671005495845566,0.153725174569888,0.0822869908142934,0.0631645716436266,0.153725174569888,0.21014268248185,0.262278016851527,0.153725174569888,0.23736116808351,0.283421220539002,0.153725174569888,0.210205070518475,0.278336143952235,0.153725174569888,0.18981018750812,0.1678755178314,0.5,0.153725174569888,0.184952570672317,0.0701824123574143,0.153725174569888,0.174642236014809,0.00448232822996329,0.5,0.153725174569888,0.160404357279813,0.00827335320541431,0.153725174569888,0.181427354923034,0.0150141769405867,0.153725174569888,0.192168921655698,0.46159497461182,0.153725174569888,0.180787165924602,0.339471107999258,0.153725174569888,0.15381332049335,0.231883399789961,0.153725174569888,0.167596038975769,0.130853233303873,0.153725174569888,0.127260303237114,0.00985586142026892,0.5,0.153725174569888,0.122042362028131,0.000999257711395852,0,0.492077816035002,0.861128647778727 -1314,0.5,0.153725174569888,0.0,0.311458169042337,0.153725174569888,0.0,0.301542312844535,0.153725174569888,0.0,0.0917967643686206,0.153725174569888,0.0,0.0880852694599774,0.153725174569888,0.0,0.245043544202775,0.153725174569888,0.0,0.265366296788625,0.153725174569888,0.0,0.233530667668189,0.153725174569888,0.0,0.159859115526621,0.5,0.153725174569888,0.0,0.067781417468515,0.153725174569888,0.0,0.00638429851081987,0.5,0.153725174569888,0.0,0.0141982242672351,0.153725174569888,0.0,0.0257919687167472,0.153725174569888,0.0,0.38554896851372,0.153725174569888,0.0,0.282854046658832,0.153725174569888,0.0,0.220774886784728,0.153725174569888,0.0,0.133411766008096,0.153725174569888,0.0,0.0149527337070019,0.5,0.153725174569888,0.0,0.00141226932585417,0,0.559735557037014,0.838243027099808 -1315,0.5,0.153725174569888,0.0,0.295536670450181,0.153725174569888,0.0,0.220389441881499,0.153725174569888,0.0,0.078548681604984,0.153725174569888,0.0,0.102606924008426,0.153725174569888,0.0,0.215262020536901,0.153725174569888,0.0,0.270685316333336,0.153725174569888,0.0,0.195535892114088,0.153725174569888,0.0,0.146939743742706,0.5,0.153725174569888,0.0,0.0644673880257584,0.153725174569888,0.0,0.00733930809708999,0.5,0.153725174569888,0.0,0.019223928932692,0.153725174569888,0.0,0.0349503838410378,0.153725174569888,0.0,0.329736918607637,0.153725174569888,0.0,0.236963644223057,0.153725174569888,0.0,0.18845161998606,0.153725174569888,0.0,0.115988895630635,0.153725174569888,0.0,0.0203940894542677,0.5,0.153725174569888,0.0,0.00241611962884421,0,0.554128570778782,0.827344062213364 -1316,0.5,0.153725174569888,0.0,0.265270580298492,0.153725174569888,0.0,0.17863514360381,0.153725174569888,0.0,0.0549889750406427,0.153725174569888,0.0,0.111095015282738,0.153725174569888,0.0,0.187812866520614,0.153725174569888,0.0,0.258955999541369,0.153725174569888,0.0,0.189105363721283,0.153725174569888,0.0,0.135949918522945,0.5,0.153725174569888,0.0,0.0555204797043393,0.153725174569888,0.0,0.0070481578871088,0.5,0.153725174569888,0.0,0.0253160037354714,0.153725174569888,0.0,0.0435266602408608,0.153725174569888,0.0,0.284177436733476,0.153725174569888,0.0,0.197468328530096,0.153725174569888,0.0,0.154407559367583,0.153725174569888,0.0,0.0929128027148198,0.153725174569888,0.0,0.0224931272901482,0.5,0.153725174569888,0.0,0.00424641274499166,0,0.510333931460085,0.79920653592312 -1317,0.5,0.153725174569888,0.0,0.218437968906788,0.153725174569888,0.0,0.171320911305452,0.153725174569888,0.0,0.0464108014432279,0.153725174569888,0.0,0.102865934547977,0.153725174569888,0.0,0.169156225159447,0.153725174569888,0.0,0.226285126293342,0.153725174569888,0.0,0.207491268674723,0.153725174569888,0.0,0.1192294446306,0.5,0.153725174569888,0.0,0.048209174458822,0.153725174569888,0.0,0.00941341352560789,0.5,0.153725174569888,0.0,0.0263133383070932,0.153725174569888,0.0,0.0435401429721957,0.153725174569888,0.0,0.246887316035724,0.153725174569888,0.0,0.176527491025368,0.153725174569888,0.0,0.134682850560408,0.153725174569888,0.0,0.0680967132622238,0.153725174569888,0.0,0.0205481235028286,0.5,0.153725174569888,0.0,0.00429232431071934,0,0.512474808641665,0.765872520491373 -1318,0.5,0.153725174569888,0.0,0.16597469943217,0.153725174569888,0.0,0.166559374256001,0.153725174569888,0.0,0.0349592621512477,0.153725174569888,0.0,0.0816561069063958,0.153725174569888,0.0,0.154655749940631,0.153725174569888,0.0,0.207554960108339,0.153725174569888,0.0,0.208313714260656,0.153725174569888,0.0,0.109942037238013,0.5,0.153725174569888,0.0,0.0447066780735302,0.153725174569888,0.0,0.0140866557550286,0.5,0.153725174569888,0.0,0.0263292127612932,0.153725174569888,0.0,0.036954769352873,0.153725174569888,0.0,0.222847901948148,0.153725174569888,0.0,0.169967676083595,0.153725174569888,0.0,0.123726905079985,0.153725174569888,0.0,0.063152762722864,0.153725174569888,0.0,0.0179648642091622,0.5,0.153725174569888,0.0,0.00612636926135326,0,0.513643196259847,0.728300858081746 -1319,0.5,0.153725174569888,0.0,0.131627164557012,0.153725174569888,0.0,0.130861741867416,0.153725174569888,0.0,0.0289200558175563,0.153725174569888,0.0,0.0583344435114172,0.153725174569888,0.0,0.172286859262592,0.153725174569888,0.0,0.201277171732667,0.153725174569888,0.0,0.192191743198201,0.153725174569888,0.0,0.10052260275665,0.5,0.153725174569888,0.0,0.0430676250902238,0.153725174569888,0.0,0.0190285459294253,0.5,0.153725174569888,0.0,0.0273234509679826,0.153725174569888,0.0,0.0376813526519766,0.153725174569888,0.0,0.201360014014768,0.153725174569888,0.0,0.163187423471991,0.153725174569888,0.0,0.109107080740438,0.153725174569888,0.0,0.0653042782583638,0.153725174569888,0.0,0.0164454030932446,0.5,0.153725174569888,0.0,0.00781910050492224,0,0.456984458052618,0.685468942287402 -1320,0.5,0.153725174569888,0.0,0.125327636685024,0.153725174569888,0.0,0.112721105973447,0.153725174569888,0.0,0.027691122861425,0.153725174569888,0.0,0.0461704597350835,0.153725174569888,0.0,0.173212212897361,0.153725174569888,0.0,0.183470036715564,0.153725174569888,0.0,0.17285922502813,0.153725174569888,0.0,0.091814230749968,0.5,0.153725174569888,0.0,0.0437810349939395,0.153725174569888,0.0,0.0176071578940795,0.5,0.153725174569888,0.0,0.0294865653298377,0.153725174569888,0.0,0.0505482968863963,0.153725174569888,0.0,0.17493106848162,0.153725174569888,0.0,0.159609782961492,0.153725174569888,0.0,0.099597757267148,0.153725174569888,0.0,0.0642446059578634,0.153725174569888,0.0,0.0161277138955945,0.5,0.153725174569888,0.0,0.00739881449507651,0,0.40324530769017,0.584102161372639 -1321,0.5,0.153725174569888,0.0,0.126405165590329,0.153725174569888,0.0,0.0878611331591875,0.153725174569888,0.0,0.025967397306941,0.153725174569888,0.0,0.0424093116915449,0.153725174569888,0.0,0.165070156204091,0.153725174569888,0.0,0.174169401538386,0.153725174569888,0.0,0.159798883850775,0.153725174569888,0.0,0.0959945328310738,0.5,0.153725174569888,0.0,0.0443418617340589,0.153725174569888,0.0,0.0149204761853094,0.5,0.153725174569888,0.0,0.0317259865373469,0.153725174569888,0.0,0.0597722315263949,0.153725174569888,0.0,0.147886520121138,0.153725174569888,0.0,0.154230499699902,0.153725174569888,0.0,0.0886271160422591,0.153725174569888,0.0,0.0602773534593471,0.153725174569888,0.0,0.0153909065500213,0.5,0.153725174569888,0.0,0.00481296269789422,0,0.353967354132323,0.459177657326747 -1322,0.5,0.153725174569888,0.0,0.133139679999477,0.153725174569888,0.0,0.0707710416578967,0.153725174569888,0.0,0.0267225446406003,0.153725174569888,0.0,0.0479245134649992,0.153725174569888,0.0,0.142879454119092,0.153725174569888,0.0,0.187417299883436,0.153725174569888,0.0,0.135214252206274,0.153725174569888,0.0,0.103434673377657,0.5,0.153725174569888,0.0,0.0432887744596902,0.153725174569888,0.0,0.0123182563120771,0.5,0.153725174569888,0.0,0.0302480151548122,0.153725174569888,0.0,0.0515845440029115,0.153725174569888,0.0,0.128947595574697,0.153725174569888,0.0,0.15073730938051,0.153725174569888,0.0,0.0766535278586874,0.153725174569888,0.0,0.0569113260911278,0.153725174569888,0.0,0.0145842175624069,0.5,0.153725174569888,0.0,0.00273130977058995,0,0.337573200906661,0.423980439347637 -1323,0.5,0.153725174569888,0.0,0.149991563745807,0.153725174569888,0.0,0.0749253610533481,0.153725174569888,0.0,0.0286865918197092,0.153725174569888,0.0,0.0540955349148561,0.153725174569888,0.0,0.135681748512248,0.153725174569888,0.0,0.224660975637558,0.153725174569888,0.0,0.125976852031113,0.153725174569888,0.0,0.11202412095189,0.5,0.153725174569888,0.0,0.0422921479647425,0.153725174569888,0.0,0.0107263804890661,0.5,0.153725174569888,0.0,0.0304203742587592,0.153725174569888,0.0,0.0540865782754323,0.153725174569888,0.0,0.123524691628268,0.153725174569888,0.0,0.145126742811703,0.153725174569888,0.0,0.0755006227091749,0.153725174569888,0.0,0.0550384589089724,0.153725174569888,0.0,0.0161768512303459,0.5,0.153725174569888,0.0,0.0021576482219917,0,0.321654789813712,0.507625061301429 -1324,0.5,0.153725174569888,0.0,0.153489890013766,0.153725174569888,0.0,0.0709843572194984,0.153725174569888,0.0,0.0301544777705705,0.153725174569888,0.0,0.0582307604810491,0.153725174569888,0.0,0.127644673341409,0.153725174569888,0.0,0.246897884323514,0.153725174569888,0.0,0.119423012696797,0.153725174569888,0.0,0.119856377047986,0.5,0.153725174569888,0.0,0.0434596325364317,0.153725174569888,0.0,0.0127670942276031,0.5,0.153725174569888,0.0,0.0279425507396766,0.153725174569888,0.0,0.0637787369302682,0.153725174569888,0.0,0.124663018308773,0.153725174569888,0.0,0.140055777260031,0.153725174569888,0.0,0.070877368633956,0.153725174569888,0.0,0.0515516639194978,0.153725174569888,0.0,0.0174394195319354,0.5,0.153725174569888,0.0,0.00263932613586608,0,0.303865436316771,0.606298213764374 -1325,0.5,0.153725174569888,0.0,0.144335403202971,0.153725174569888,0.0,0.0702350695109519,0.153725174569888,0.0,0.0328202521523419,0.153725174569888,0.0,0.0583734963413013,0.153725174569888,0.0,0.140614842327579,0.153725174569888,0.0,0.248496866832502,0.153725174569888,0.0,0.132867985133419,0.153725174569888,0.0,0.125125252438101,0.5,0.153725174569888,0.0,0.0523168222611916,0.153725174569888,0.0,0.0158370023973082,0.5,0.153725174569888,0.0,0.0258905206595758,0.153725174569888,0.0,0.0675689064408271,0.153725174569888,0.0,0.130174622652024,0.153725174569888,0.0,0.14081539482133,0.153725174569888,0.0,0.0646336291839586,0.153725174569888,0.0,0.0523966406629735,0.153725174569888,0.0,0.0189870550696643,0.5,0.153725174569888,0.0,0.00374943303400994,0,0.292765314722069,0.653675137054668 -1326,0.5,0.153725174569888,0.0,0.137635533708526,0.153725174569888,0.0,0.0587049349145366,0.153725174569888,0.0,0.032704387717062,0.153725174569888,0.0,0.0577704090349154,0.153725174569888,0.0,0.164115213856658,0.153725174569888,0.0,0.239390689717574,0.153725174569888,0.0,0.136610854155105,0.153725174569888,0.0,0.12638776720891,0.5,0.153725174569888,0.0,0.0593902647171968,0.153725174569888,0.0,0.0204894283803845,0.5,0.153725174569888,0.0,0.023728184862495,0.153725174569888,0.0,0.0622251275141681,0.153725174569888,0.0,0.129656301193673,0.153725174569888,0.0,0.140068049157959,0.153725174569888,0.0,0.0580609982539761,0.153725174569888,0.0,0.0516778396471137,0.153725174569888,0.0,0.0211897910933545,0.5,0.153725174569888,0.0,0.00573454648492841,0,0.317542256250098,0.746531400126768 -1327,0.5,0.153725174569888,0.0,0.13095965085798,0.153725174569888,0.0,0.0508757862612769,0.153725174569888,0.0,0.031895028156113,0.153725174569888,0.0,0.0590979929112448,0.153725174569888,0.0,0.200555280193179,0.153725174569888,0.0,0.24068917271456,0.153725174569888,0.0,0.142684984498688,0.153725174569888,0.0,0.12271464376109,0.5,0.153725174569888,0.0,0.0753260450570176,0.153725174569888,0.0,0.0230444363179528,0.5,0.153725174569888,0.0,0.022213080865746,0.153725174569888,0.0,0.0602405074804724,0.153725174569888,0.0,0.125549021939211,0.153725174569888,0.0,0.161151692176614,0.153725174569888,0.0,0.0531446243209505,0.153725174569888,0.0,0.0504532318332909,0.153725174569888,0.0,0.0225134482101478,0.5,0.153725174569888,0.0,0.00837874949386015,0,0.28337597104521,0.825616697565747 -1328,0.5,0.153725174569888,0.00405263174844931,0.12690635365143,0.153725174569888,5.09379898950566e-05,0.0500549166617366,0.153725174569888,0.00458315593940012,0.031635267043385,0.153725174569888,0.00998949101483098,0.0636200993989344,0.153725174569888,0.0,0.211624191862025,0.153725174569888,0.0,0.245648243322289,0.153725174569888,0.0,0.161983474801011,0.153725174569888,0.0,0.120014539006103,0.5,0.153725174569888,1.12731462240999e-05,0.0768242480379336,0.153725174569888,0.0059642903450778,0.0207919572482107,0.5,0.153725174569888,0.00115124042749551,0.0183668029593272,0.153725174569888,0.00288683228199097,0.0512825651117804,0.153725174569888,0.000102252171714607,0.127286581873672,0.153725174569888,3.69896759788833e-05,0.202859530693839,0.153725174569888,0.000756465921220201,0.0526531103818736,0.153725174569888,0.000514041702640238,0.0507509901820188,0.153725174569888,0.00502322818224079,0.0206519430866844,0.5,0.153725174569888,0.0129652235657728,0.0103636087303521,0,0.276082315415301,0.91164548072725 -1329,0.5,0.153725174569888,0.108865021654382,0.130234205211505,0.153725174569888,0.030573668986696,0.0624466094652183,0.153725174569888,0.146090131375886,0.0287140685668147,0.153725174569888,0.159230285426198,0.0699377185057256,0.153725174569888,0.019999151708449,0.227613681255705,0.153725174569888,0.00591837143700203,0.274388553084965,0.153725174569888,0.0233457393989181,0.167643566012889,0.153725174569888,0.0291139253217045,0.121986785153296,0.5,0.153725174569888,0.0194513239751374,0.0803034090547958,0.153725174569888,0.160352344885645,0.00985129604742636,0.5,0.153725174569888,0.0525774098432428,0.0135655890992007,0.153725174569888,0.13185267627512,0.0340522413145676,0.153725174569888,0.029881996844692,0.134176720829916,0.153725174569888,0.0178118225288304,0.23060325497622,0.153725174569888,0.0845435546238675,0.0588406860945355,0.153725174569888,0.0504666458002971,0.0540119926610505,0.153725174569888,0.130645136244326,0.0163111767976095,0.5,0.153725174569888,0.176727710608843,0.00812576828874337,0,0.238611001787157,0.887415993205388 -1330,0.5,0.153725174569888,0.245576320136665,0.12546219521385,0.153725174569888,0.070711353670113,0.0699578267681521,0.153725174569888,0.297469209229303,0.0311507151314031,0.153725174569888,0.315078030264625,0.0769991839510023,0.153725174569888,0.0398048676074351,0.236995087693671,0.153725174569888,0.0341527255717841,0.272476041804086,0.153725174569888,0.0527885376399964,0.193420887854464,0.153725174569888,0.074775766898875,0.161720402564839,0.5,0.153725174569888,0.0780113356520731,0.109628669505319,0.153725174569888,0.338013115594588,0.00330571713518115,0.5,0.153725174569888,0.103497658351749,0.0141109195027452,0.153725174569888,0.297140474187625,0.0311334330686714,0.153725174569888,0.0588081321777768,0.151455693367531,0.153725174569888,0.050614169326085,0.255573938979273,0.153725174569888,0.204005522104119,0.0715859597512154,0.153725174569888,0.0802801135501267,0.0595208034375527,0.153725174569888,0.259861193758356,0.0137592428609783,0.5,0.153725174569888,0.352944060864746,0.00576284334257979,0,0.218541463568686,0.835271673829517 -1331,0.5,0.153725174569888,0.403229147168019,0.126420739775954,0.153725174569888,0.146302252598897,0.0854094622499759,0.153725174569888,0.411148900337602,0.0383822084625154,0.153725174569888,0.461700550248148,0.0909671192392198,0.153725174569888,0.055413768339121,0.244541930612608,0.153725174569888,0.0863241426780121,0.307058106215774,0.153725174569888,0.0763988423867015,0.236788186220885,0.153725174569888,0.173364886236301,0.290967659049508,0.5,0.153725174569888,0.149502015906072,0.178107165915987,0.153725174569888,0.498076323702651,0.00197678474925124,0.5,0.153725174569888,0.242554164994128,0.0170609902075806,0.153725174569888,0.452228510507478,0.0332811800783092,0.153725174569888,0.0889362617186016,0.188168868618453,0.153725174569888,0.0724657112331032,0.274207257135355,0.153725174569888,0.283937721135596,0.095330168063903,0.153725174569888,0.102562086385303,0.0701195956473709,0.153725174569888,0.362057044147356,0.0150795335293202,0.5,0.153725174569888,0.508124466744768,0.00330708617554102,0,0.2065055511914,0.83522784994993 -1332,0.5,0.153725174569888,0.525132436782049,0.123572727566177,0.153725174569888,0.298483681215004,0.139787651062197,0.153725174569888,0.489914841535934,0.0742259752425643,0.153725174569888,0.568256256270152,0.104451135919168,0.153725174569888,0.131278447142361,0.309374338656817,0.153725174569888,0.187098032180121,0.38803894280881,0.153725174569888,0.142542592040203,0.30676341076472,0.153725174569888,0.290570941201913,0.400366527551477,0.5,0.153725174569888,0.27674798041455,0.302818265183863,0.153725174569888,0.60504929372658,0.00320636146265312,0.5,0.153725174569888,0.449133040022927,0.0307737860051255,0.153725174569888,0.564602899494436,0.0552381208682979,0.153725174569888,0.124859877567041,0.213409003495995,0.153725174569888,0.13754424161923,0.304508593250545,0.153725174569888,0.261848325132441,0.119398234333164,0.153725174569888,0.117070451554886,0.0953767926388528,0.153725174569888,0.426119291588519,0.0211197271185891,0.5,0.153725174569888,0.610258701244742,0.00245473225934452,0,0.165357112569449,0.814707465252232 -1333,0.5,0.153725174569888,0.573152788811299,0.121831072793782,0.153725174569888,0.398212994524073,0.186375737476134,0.153725174569888,0.539162261950828,0.106966700422004,0.153725174569888,0.611212946220626,0.0916847900884464,0.153725174569888,0.245472489376628,0.396342759271932,0.153725174569888,0.332602635914222,0.486641651633002,0.153725174569888,0.272680870927019,0.414367430764156,0.153725174569888,0.384652922119039,0.500971306090261,0.5,0.153725174569888,0.425086748129562,0.515545247171545,0.153725174569888,0.646342170693583,0.00477020550408945,0.5,0.153725174569888,0.53359299800127,0.0632261283205776,0.153725174569888,0.619309264112003,0.122579092810745,0.153725174569888,0.145695649761753,0.229739021765248,0.153725174569888,0.233046358765672,0.347754302414374,0.153725174569888,0.220750518347776,0.142541430843213,0.153725174569888,0.1305246529438,0.159277798459174,0.153725174569888,0.477556072537735,0.0345246197595286,0.5,0.153725174569888,0.64728213988913,0.00265013494854258,0,0.135740487088756,0.761618718955268 -1334,0.5,0.153725174569888,0.561629994698194,0.127389081771386,0.153725174569888,0.357675005500661,0.188825196717325,0.153725174569888,0.503769943255662,0.120891342648058,0.153725174569888,0.592282124071038,0.0887203412820169,0.153725174569888,0.321845848017488,0.388697647265975,0.153725174569888,0.386079753036462,0.592858044558134,0.153725174569888,0.373285026409835,0.476945595456269,0.153725174569888,0.467072522749831,0.582815644448636,0.5,0.153725174569888,0.438246866105239,0.654999728119995,0.153725174569888,0.632476772208301,0.00306739925165467,0.5,0.153725174569888,0.502494328427205,0.107574483165132,0.153725174569888,0.601438278935128,0.202720400582404,0.153725174569888,0.148581269716511,0.249032792007603,0.153725174569888,0.337557213778636,0.364890631171063,0.153725174569888,0.183603878346039,0.182534912682025,0.153725174569888,0.205979696857299,0.27471638683742,0.153725174569888,0.505687244056747,0.0514936733749622,0.5,0.153725174569888,0.628137254186262,0.00347166700420607,0,0.105679380148937,0.695984133414462 -1335,0.5,0.153725174569888,0.477557565799555,0.130233435157372,0.153725174569888,0.216225002562148,0.171992078236735,0.153725174569888,0.408540750024592,0.129852887703022,0.153725174569888,0.506132767024251,0.0826750005234198,0.153725174569888,0.277564933916728,0.431267365768554,0.153725174569888,0.297427037069737,0.596280958877123,0.153725174569888,0.366717714558202,0.528046640101668,0.153725174569888,0.392027571974003,0.615369418400396,0.5,0.153725174569888,0.248627962411495,0.655987538175721,0.153725174569888,0.551366496678482,0.00356654218306768,0.5,0.153725174569888,0.381441552051336,0.155658089389853,0.153725174569888,0.507624884440067,0.222928241217369,0.153725174569888,0.12496841429901,0.250429805812308,0.153725174569888,0.302417249808273,0.376740255886846,0.153725174569888,0.154483077687264,0.21162480201693,0.153725174569888,0.323094808791519,0.338418236871579,0.153725174569888,0.490618052085179,0.0754112273484556,0.5,0.153725174569888,0.544988652418824,0.00354565154065345,0,0.0832828334973653,0.61076970231924 -1336,0.5,0.153725174569888,0.349871746270541,0.0906006704665988,0.153725174569888,0.128701147326045,0.165063248307007,0.153725174569888,0.278041158965719,0.0795731048137238,0.153725174569888,0.365388151177973,0.0428989154645426,0.153725174569888,0.181862403613004,0.43207181677329,0.153725174569888,0.117316755707121,0.454422437324543,0.153725174569888,0.27584323442075,0.507605922415332,0.153725174569888,0.159682816840731,0.528696100157713,0.5,0.153725174569888,0.132723882634707,0.635640705403011,0.153725174569888,0.416013030302739,0.0043601786552496,0.5,0.153725174569888,0.201695421159449,0.132480417668727,0.153725174569888,0.357969626292534,0.175888557716996,0.153725174569888,0.080988614919664,0.226835480330638,0.153725174569888,0.18292767558142,0.330380733552823,0.153725174569888,0.131869150666549,0.193986785540459,0.153725174569888,0.330388845873113,0.322976089086324,0.153725174569888,0.381514727093239,0.0613812422149978,0.5,0.153725174569888,0.403998985054361,0.00207208397334665,0,0.0833892606875736,0.581770378318575 -1337,0.5,0.153725174569888,0.0978659359665265,0.0715219578028608,0.153725174569888,0.0537962018868505,0.117666377795272,0.153725174569888,0.11160013677057,0.0533130797253525,0.153725174569888,0.0873936950207316,0.0396164833235755,0.153725174569888,0.0815077716136605,0.368574206697927,0.153725174569888,0.0255903300111608,0.31685122688497,0.153725174569888,0.132553277111508,0.456427134734238,0.153725174569888,0.0332626117857508,0.353486970669544,0.5,0.153725174569888,0.0549899012276477,0.528387178038227,0.153725174569888,0.181008867819085,0.00404653640159914,0.5,0.153725174569888,0.0826707240863266,0.109027523965219,0.153725174569888,0.15438893042645,0.0842958746580286,0.153725174569888,0.0280426685796674,0.197331964500375,0.153725174569888,0.0941192123566894,0.282348390584885,0.153725174569888,0.0784730429031565,0.160391394489824,0.153725174569888,0.168596402889803,0.252698217967752,0.153725174569888,0.127570139356325,0.0418286113656875,0.5,0.153725174569888,0.12788281211504,0.00157963820337152,0,0.0990826803194045,0.631380485232742 -1338,0.5,0.153725174569888,0.0,0.0852825951297488,0.153725174569888,0.0,0.118882538521477,0.153725174569888,0.0,0.0566373959331645,0.153725174569888,0.0,0.0557926482558421,0.153725174569888,0.0,0.353225298267458,0.153725174569888,0.0,0.222186239989268,0.153725174569888,0.0,0.415523434974687,0.153725174569888,0.000100036874689133,0.253479813322617,0.5,0.153725174569888,0.0,0.359406363756285,0.153725174569888,0.0,0.0120563019438592,0.5,0.153725174569888,0.0,0.0905906305135296,0.153725174569888,0.0,0.0715420590951392,0.153725174569888,2.39023047037926e-05,0.199291434379331,0.153725174569888,0.0,0.267587765699008,0.153725174569888,0.0,0.162562779215453,0.153725174569888,0.0,0.200870767943704,0.153725174569888,0.0,0.0524017253960388,0.5,0.153725174569888,0.0,0.00556415014883739,0,0.100114349051915,0.598189961349105 -1339,0.5,0.153725174569888,0.0,0.0752836689992298,0.153725174569888,0.0,0.13568910397999,0.153725174569888,0.0,0.0548424340351077,0.153725174569888,0.0,0.0560912777915017,0.153725174569888,0.0,0.360787510992427,0.153725174569888,0.0,0.177966190024682,0.153725174569888,0.0,0.28389379976983,0.153725174569888,0.0,0.165413684895498,0.5,0.153725174569888,0.0,0.188117747411552,0.153725174569888,0.0,0.0188382665907816,0.5,0.153725174569888,0.0,0.101510320002406,0.153725174569888,0.0,0.0692338407580123,0.153725174569888,0.0,0.22102762525416,0.153725174569888,0.0,0.244329856552353,0.153725174569888,0.0,0.173652231025797,0.153725174569888,0.0,0.163465884716678,0.153725174569888,0.0,0.0542985494205174,0.5,0.153725174569888,0.0,0.00982501566188039,0,0.0757078775293016,0.445492024514398 -1340,0.5,0.153725174569888,0.0,0.0676327644431941,0.153725174569888,0.0,0.143389000596098,0.153725174569888,0.0,0.0565764803544938,0.153725174569888,0.0,0.0542484836649961,0.153725174569888,0.0,0.288483241351039,0.153725174569888,0.0,0.149783591494016,0.153725174569888,0.0,0.183958052879775,0.153725174569888,0.0,0.0958348938728155,0.5,0.153725174569888,0.0,0.108322386434518,0.153725174569888,0.0,0.0209442582986424,0.5,0.153725174569888,0.0,0.119642026097554,0.153725174569888,0.0,0.0677940949560751,0.153725174569888,0.0,0.237093417073115,0.153725174569888,0.0,0.255386048432426,0.153725174569888,0.0,0.16477695584586,0.153725174569888,0.0,0.132816982132353,0.153725174569888,0.0,0.0577984364075546,0.5,0.153725174569888,0.0,0.0128313521298316,0,0.0625023966625176,0.41698005726806 -1341,0.5,0.153725174569888,0.0,0.0621360124692194,0.153725174569888,0.0,0.152099119678725,0.153725174569888,0.0,0.0630440630858678,0.153725174569888,0.0,0.0551252368839875,0.153725174569888,0.0,0.198735124807265,0.153725174569888,0.0,0.126353452629302,0.153725174569888,0.0,0.14838289253665,0.153725174569888,0.0,0.059065800664687,0.5,0.153725174569888,0.0,0.0775573031963686,0.153725174569888,0.0,0.0233611098773772,0.5,0.153725174569888,0.0,0.100803065375446,0.153725174569888,0.0,0.0654544530288264,0.153725174569888,0.0,0.235020663659407,0.153725174569888,0.0,0.233986835087503,0.153725174569888,0.0,0.129001568571155,0.153725174569888,0.0,0.120734568951326,0.153725174569888,0.0,0.0553468792802661,0.5,0.153725174569888,0.0,0.0135793730829053,0,0.0581219823188506,0.496309901415738 -1342,0.5,0.153725174569888,0.0,0.0579226953165544,0.153725174569888,0.0,0.169152519378625,0.153725174569888,0.0,0.0659586530990059,0.153725174569888,0.0,0.0573324250307251,0.153725174569888,0.0,0.17118054586957,0.153725174569888,0.0,0.0929673321033646,0.153725174569888,0.0,0.133379159718809,0.153725174569888,0.0,0.0468329488740089,0.5,0.153725174569888,0.0,0.0513654888963029,0.153725174569888,0.0,0.0243005942625389,0.5,0.153725174569888,0.0,0.0756371080495895,0.153725174569888,0.0,0.0564735362442346,0.153725174569888,0.0,0.234582958292928,0.153725174569888,0.0,0.182369813737304,0.153725174569888,0.0,0.104261217395135,0.153725174569888,0.0,0.113074803858582,0.153725174569888,0.0,0.0502324247856079,0.5,0.153725174569888,0.0,0.0142816347054484,0,0.0514652010993922,0.650970297390446 -1343,0.5,0.153725174569888,0.0,0.0554788548322816,0.153725174569888,0.0,0.144073818231998,0.153725174569888,0.0,0.0637301132965019,0.153725174569888,0.0,0.0603733555979974,0.153725174569888,0.0,0.143580295453414,0.153725174569888,0.0,0.0591052389321602,0.153725174569888,0.0,0.0940559701481772,0.153725174569888,0.0,0.0396504268088989,0.5,0.153725174569888,0.0,0.0322853185662092,0.153725174569888,0.0,0.0193194022448914,0.5,0.153725174569888,0.0,0.0558902661255855,0.153725174569888,0.0,0.0486974389893384,0.153725174569888,0.0,0.21063284683875,0.153725174569888,0.0,0.144852821810839,0.153725174569888,0.0,0.0930485286239008,0.153725174569888,0.0,0.0849367485702806,0.153725174569888,0.0,0.0426525782730248,0.5,0.153725174569888,0.0,0.0125117596523771,0,0.0464336837497241,0.718107773114181 -1344,0.5,0.153725174569888,0.0,0.0550741351870193,0.153725174569888,0.0,0.116930556650277,0.153725174569888,0.0,0.0620452582083276,0.153725174569888,0.0,0.0587518448226609,0.153725174569888,0.0,0.0894450018450848,0.153725174569888,0.0,0.0457880654250864,0.153725174569888,0.0,0.0542050709552831,0.153725174569888,0.0,0.040940051683648,0.5,0.153725174569888,0.0,0.0294859214846199,0.153725174569888,0.0,0.0146386371165931,0.5,0.153725174569888,0.0,0.0435351559004565,0.153725174569888,0.0,0.0421618050905245,0.153725174569888,0.0,0.172235082537176,0.153725174569888,0.0,0.107626373535738,0.153725174569888,0.0,0.0789283483422191,0.153725174569888,0.0,0.050983539427083,0.153725174569888,0.0,0.0374055279336842,0.5,0.153725174569888,0.0,0.0111309984483918,0,0.0432544918088104,0.664799495400382 -1345,0.5,0.153725174569888,0.0,0.0558235757041534,0.153725174569888,0.0,0.0938197146550608,0.153725174569888,0.0,0.0587422362304609,0.153725174569888,0.0,0.0547990486896055,0.153725174569888,0.0,0.050105135188458,0.153725174569888,0.0,0.0543047235477203,0.153725174569888,0.0,0.0284146957845733,0.153725174569888,0.0,0.0373680883095484,0.5,0.153725174569888,0.0,0.023163302049094,0.153725174569888,0.0,0.00843351810446324,0.5,0.153725174569888,0.0,0.0358596962828678,0.153725174569888,0.0,0.0381860553786728,0.153725174569888,0.0,0.127761870852796,0.153725174569888,0.0,0.0645263971797203,0.153725174569888,0.0,0.0638483663550442,0.153725174569888,0.0,0.0272868864843431,0.153725174569888,0.0,0.0330252729904655,0.5,0.153725174569888,0.0,0.00886273171361535,0,0.045952508689301,0.608967238317512 -1346,0.5,0.153725174569888,0.0,0.059006473441781,0.153725174569888,0.0,0.0680329873789954,0.153725174569888,0.0,0.0557529578549931,0.153725174569888,0.0,0.0519714401492758,0.153725174569888,0.0,0.0459965288790329,0.153725174569888,0.0,0.0518721443751703,0.153725174569888,0.0,0.0140738590270021,0.153725174569888,0.0,0.0386640749020656,0.5,0.153725174569888,0.0,0.0231435510649599,0.153725174569888,0.0,0.00813610652566179,0.5,0.153725174569888,0.0,0.0306277485267261,0.153725174569888,0.0,0.0361520697389184,0.153725174569888,0.0,0.0905008830657038,0.153725174569888,0.0,0.0459964527293649,0.153725174569888,0.0,0.0477909041907421,0.153725174569888,0.0,0.0172339087403405,0.153725174569888,0.0,0.0285967168723117,0.5,0.153725174569888,0.0,0.00663129342438069,0,0.0482568221804375,0.565465666697111 -1347,0.5,0.153725174569888,0.0,0.0596540929786534,0.153725174569888,0.0,0.0449325719938543,0.153725174569888,0.0,0.0488313497164458,0.153725174569888,0.0,0.0466996395136886,0.153725174569888,0.0,0.0386551846077665,0.153725174569888,0.0,0.0451750059458934,0.153725174569888,0.0,0.0139511820400185,0.153725174569888,0.0,0.0505213464987243,0.5,0.153725174569888,0.0,0.0275506517693483,0.153725174569888,0.0,0.00575528605298684,0.5,0.153725174569888,0.0,0.0242763350312504,0.153725174569888,0.0,0.0340768158037516,0.153725174569888,0.0,0.0647489970229695,0.153725174569888,0.0,0.0473270675478367,0.153725174569888,0.0,0.0317577645978861,0.153725174569888,0.0,0.0154362306774569,0.153725174569888,0.0,0.024862160443062,0.5,0.153725174569888,0.0,0.00502326563752708,0,0.0539165602055851,0.473564423555476 -1348,0.5,0.153725174569888,0.0,0.0552657733462356,0.153725174569888,0.0,0.029430808276561,0.153725174569888,0.0,0.0374821754612597,0.153725174569888,0.0,0.0394339829259769,0.153725174569888,0.0,0.0343767886687262,0.153725174569888,0.0,0.0577452394146812,0.153725174569888,0.0,0.0250841939790598,0.153725174569888,0.0,0.0545923436807668,0.5,0.153725174569888,0.0,0.0371428866350468,0.153725174569888,0.0,0.00334624231147708,0.5,0.153725174569888,0.0,0.0181117976152858,0.153725174569888,0.0,0.0261403967301989,0.153725174569888,0.0,0.0509546660949873,0.153725174569888,0.0,0.0451781724039422,0.153725174569888,0.0,0.0178815280753571,0.153725174569888,0.0,0.0167366982205794,0.153725174569888,0.0,0.0205083008600281,0.5,0.153725174569888,0.0,0.00367630703903527,0,0.056262854072227,0.334242886423834 -1349,0.5,0.153725174569888,0.0,0.0458082975905719,0.153725174569888,0.0,0.0209911335275511,0.153725174569888,0.0,0.0288873579721586,0.153725174569888,0.0,0.0311528802750923,0.153725174569888,0.0,0.0528928845126808,0.153725174569888,0.0,0.0732902654059293,0.153725174569888,0.0,0.037981757498966,0.153725174569888,0.0,0.0545572996282117,0.5,0.153725174569888,0.0,0.0410361907692811,0.153725174569888,0.0,0.00321674903972252,0.5,0.153725174569888,0.0,0.0177115059445274,0.153725174569888,0.0,0.0195255426422305,0.153725174569888,0.0,0.0425296143794186,0.153725174569888,0.0,0.0413597049864452,0.153725174569888,0.0,0.0113853709864002,0.153725174569888,0.0,0.0167319908459573,0.153725174569888,0.0,0.017079817179454,0.5,0.153725174569888,0.0,0.00323502514800447,0,0.0525993270903286,0.273005946449865 -1350,0.5,0.153725174569888,0.0,0.0380158194088933,0.153725174569888,0.0,0.0151133053029389,0.153725174569888,0.0,0.0232860317564099,0.153725174569888,0.0,0.0267258960140216,0.153725174569888,0.0,0.0708786722327034,0.153725174569888,0.0,0.0882542798285395,0.153725174569888,0.0,0.0525296399278925,0.153725174569888,0.0,0.0429732488067786,0.5,0.153725174569888,0.0,0.0321613155551981,0.153725174569888,0.0,0.00307169924459761,0.5,0.153725174569888,0.0,0.0213424116273627,0.153725174569888,0.0,0.0154232933635763,0.153725174569888,0.0,0.0325118680740164,0.153725174569888,0.0,0.053875608559783,0.153725174569888,0.0,0.0106088915368788,0.153725174569888,0.0,0.0143104322059679,0.153725174569888,0.0,0.014366102608564,0.5,0.153725174569888,0.0,0.00265004844577064,0,0.0478216679248123,0.189142798166552 -1351,0.5,0.153725174569888,0.0,0.0322312769384036,0.153725174569888,0.0,0.0152493574476503,0.153725174569888,0.0,0.0165778175163057,0.153725174569888,0.0,0.024633083206602,0.153725174569888,0.0,0.0837175048273411,0.153725174569888,0.0,0.0860021771308021,0.153725174569888,0.0,0.0576969143945875,0.153725174569888,0.0,0.0291075024493505,0.5,0.153725174569888,0.0,0.0225821359060922,0.153725174569888,0.0,0.00266756926914381,0.5,0.153725174569888,0.0,0.0193926119363042,0.153725174569888,0.0,0.0121453613474918,0.153725174569888,0.0,0.0266786046763147,0.153725174569888,0.0,0.0723117536953319,0.153725174569888,0.0,0.0110645137600969,0.153725174569888,0.0,0.0125068047779799,0.153725174569888,0.0,0.0110604973726056,0.5,0.153725174569888,0.0,0.00264567185604348,0,0.0434197578826887,0.247571160409027 -1352,0.5,0.153725174569888,0.00370440107710009,0.0282936514968518,0.153725174569888,9.72606747309748e-05,0.0154752050489618,0.153725174569888,0.00214821862670185,0.00866752861464257,0.153725174569888,0.00976770893477157,0.0213288358519766,0.153725174569888,0.0,0.0806114835311556,0.153725174569888,0.0,0.0772842694151468,0.153725174569888,1.11881002275869e-05,0.059712171135835,0.153725174569888,1.50712702268828e-08,0.0197956791387965,0.5,0.153725174569888,6.88494377449552e-05,0.0135678412048206,0.153725174569888,0.00358247848416095,0.00191360309172184,0.5,0.153725174569888,0.000301993523228921,0.0137520962666241,0.153725174569888,0.00144149277505256,0.00809990578227083,0.153725174569888,1.42198890801104e-05,0.0326713320476433,0.153725174569888,1.45006916977968e-05,0.0882641211167694,0.153725174569888,0.00033666161842674,0.00981974349146678,0.153725174569888,0.000417295391856962,0.0133746071715328,0.153725174569888,0.00328760892682739,0.00754221499018771,0.5,0.153725174569888,0.0160246431096358,0.00219885843985413,0,0.0337984042586745,0.327203740646378 -1353,0.5,0.153725174569888,0.067107232967985,0.0243894359234837,0.153725174569888,0.00862622980646067,0.00984055127463955,0.153725174569888,0.0563295892390601,0.00371224655034258,0.153725174569888,0.107406976050654,0.0187971943984436,0.153725174569888,0.0137108594643089,0.0795610616025543,0.153725174569888,0.00668892262320577,0.0598953097966227,0.153725174569888,0.0337390404390657,0.0575436279903729,0.153725174569888,0.0197341822307402,0.0143129615613976,0.5,0.153725174569888,0.0312246911742496,0.0125201248051215,0.153725174569888,0.0760972650533832,0.00121618323411397,0.5,0.153725174569888,0.0152515333771758,0.0083508705227264,0.153725174569888,0.0423134657195817,0.00411108307004515,0.153725174569888,0.0124416603398032,0.0404201705334321,0.153725174569888,0.0139958766373416,0.0873143022979425,0.153725174569888,0.0243061219738715,0.00960045117710226,0.153725174569888,0.0312476518459601,0.0148272558407295,0.153725174569888,0.0640104323117437,0.00516688336100939,0.5,0.153725174569888,0.171151735162729,0.00192596511645937,0,0.0282615110521775,0.417604720067282 -1354,0.5,0.153725174569888,0.114586142188367,0.0235159279756001,0.153725174569888,0.0371293775711161,0.00642071886766785,0.153725174569888,0.139642150288665,0.00236047982019291,0.153725174569888,0.204841206534797,0.0196050155945541,0.153725174569888,0.0421347914602913,0.0999443286073598,0.153725174569888,0.0666872673174124,0.0622725585943764,0.153725174569888,0.0622102267992861,0.0880634562296249,0.153725174569888,0.0861419632613524,0.022249083817467,0.5,0.153725174569888,0.0937042864439741,0.024461467227,0.153725174569888,0.17335305041756,0.000762741297940646,0.5,0.153725174569888,0.0446526742404567,0.00498258114937573,0.153725174569888,0.115909385126209,0.00337520571454265,0.153725174569888,0.0442398579579602,0.0491304099383923,0.153725174569888,0.0618767977825669,0.0926880898485881,0.153725174569888,0.0942283698344166,0.0148028969375083,0.153725174569888,0.0877519010061847,0.0418128998915783,0.153725174569888,0.140400207485083,0.00441126215201675,0.5,0.153725174569888,0.336707693222855,0.0012690214832779,0,0.0241004340074466,0.440630771125696 -1355,0.5,0.153725174569888,0.129151918552038,0.0284442185767912,0.153725174569888,0.100833452577518,0.0110337171609977,0.153725174569888,0.224777913984729,0.00214839765213291,0.153725174569888,0.288022905437446,0.0257769734241024,0.153725174569888,0.0534867286506234,0.119614661728239,0.153725174569888,0.202586476601806,0.0801701987636769,0.153725174569888,0.144304791032344,0.131567079744332,0.153725174569888,0.22647493137383,0.0508648620999399,0.5,0.153725174569888,0.182034132182119,0.047545388235061,0.153725174569888,0.279834812323609,0.000397051020603217,0.5,0.153725174569888,0.0752366116274113,0.00340617345696704,0.153725174569888,0.199151926120858,0.00311258988685786,0.153725174569888,0.0894788193403113,0.0650089310653936,0.153725174569888,0.098127560472456,0.140612543795993,0.153725174569888,0.186955538149672,0.033487189159986,0.153725174569888,0.135744391542912,0.065090965180207,0.153725174569888,0.198699404019789,0.00484719853023939,0.5,0.153725174569888,0.477173039801502,0.00159959997557595,0,0.0209009488991607,0.396302938642619 -1356,0.5,0.153725174569888,0.137817367671478,0.0242137852727782,0.153725174569888,0.164848098365887,0.0222750118630591,0.153725174569888,0.277125022672487,0.00302521052307748,0.153725174569888,0.345089491005575,0.0257655170603022,0.153725174569888,0.136307780477211,0.149238646912599,0.153725174569888,0.300888783491364,0.0521959469058902,0.153725174569888,0.183249194456064,0.105083575057941,0.153725174569888,0.273441436310134,0.0613647115518154,0.5,0.153725174569888,0.243009920497068,0.0669155646672894,0.153725174569888,0.378156510024773,0.000388756120476303,0.5,0.153725174569888,0.106712471917731,0.00417513466970573,0.153725174569888,0.255025845091048,0.00205117043273559,0.153725174569888,0.150594233890962,0.0998562282956967,0.153725174569888,0.0853210206176675,0.162066548356571,0.153725174569888,0.26517745551033,0.0607641813078969,0.153725174569888,0.161167670357344,0.0628407860857403,0.153725174569888,0.221610086839362,0.00741684416087684,0.5,0.153725174569888,0.563135348824848,0.0030000930445964,0,0.0126097518856479,0.346031865067516 -1357,0.5,0.153725174569888,0.156782835711849,0.0173207235566965,0.153725174569888,0.297268182957674,0.0311575301585187,0.153725174569888,0.279488841199626,0.0046980781100378,0.153725174569888,0.384292886570628,0.0250465593595105,0.153725174569888,0.308725407655926,0.128819283642376,0.153725174569888,0.370871289335911,0.06573353297125,0.153725174569888,0.295679127072636,0.0689395818699518,0.153725174569888,0.251461952010588,0.0546046835388372,0.5,0.153725174569888,0.215883627914066,0.052250453574808,0.153725174569888,0.420809399922069,0.00198111686107197,0.5,0.153725174569888,0.117144745394075,0.00193748182222167,0.153725174569888,0.278405780527084,0.00186267749475296,0.153725174569888,0.205706530405254,0.119005793963406,0.153725174569888,0.102645172925006,0.138564907524288,0.153725174569888,0.280138320829736,0.0861469549506062,0.153725174569888,0.160981980978123,0.039351458604542,0.153725174569888,0.230066301584823,0.00885634020411024,0.5,0.153725174569888,0.59382528245947,0.00453261809008999,0,0.00676860072820722,0.271630427507377 -1358,0.5,0.153725174569888,0.153136666404255,0.011405973260287,0.153725174569888,0.241402465822828,0.0369733193496779,0.153725174569888,0.235460679678258,0.00583950098598755,0.153725174569888,0.390978669944746,0.0220030634624275,0.153725174569888,0.405537008486194,0.142616363187057,0.153725174569888,0.287660818526281,0.0886038489804724,0.153725174569888,0.281680475547642,0.0773547316420848,0.153725174569888,0.216787497549015,0.0451499637528229,0.5,0.153725174569888,0.139819700925893,0.0326907539828452,0.153725174569888,0.469754993391554,0.00912849303898178,0.5,0.153725174569888,0.102955467199853,0.000479076889620265,0.153725174569888,0.243646601338964,0.00421188901434073,0.153725174569888,0.28062488457721,0.102339336467291,0.153725174569888,0.150024199451648,0.11001657397165,0.153725174569888,0.186296402608448,0.0507352761268371,0.153725174569888,0.209330937740521,0.0308561369906118,0.153725174569888,0.21335014290347,0.00889412026606852,0.5,0.153725174569888,0.578383738883449,0.00796330393974553,0,0.0034902280747862,0.197348107640224 -1359,0.5,0.153725174569888,0.119079763695031,0.00866647180748541,0.153725174569888,0.0967239331025576,0.0178605735230351,0.153725174569888,0.139923645134554,0.00451038120104117,0.153725174569888,0.343379297940341,0.0162065853391178,0.153725174569888,0.236531969772046,0.13122173763737,0.153725174569888,0.171973820469562,0.0788346858816484,0.153725174569888,0.176375247347039,0.0681570233880251,0.153725174569888,0.0869384483943506,0.0327346717609702,0.5,0.153725174569888,0.100560376669314,0.020033436103249,0.153725174569888,0.468202561244714,0.0196905207929659,0.5,0.153725174569888,0.098870582746822,0.000378677793347195,0.153725174569888,0.213666235672368,0.0102207345329573,0.153725174569888,0.220130325573438,0.086308184398563,0.153725174569888,0.239819235549243,0.0978345477197902,0.153725174569888,0.207291899583391,0.0281596092502948,0.153725174569888,0.233085020418056,0.0261888564127506,0.153725174569888,0.208536341258152,0.00742386987895994,0.5,0.153725174569888,0.511797868574052,0.0147139071971695,0,0.0019046444948276,0.172564169061029 -1360,0.5,0.153725174569888,0.0645887051724186,0.00394269253648469,0.153725174569888,0.0886029331537996,0.0132030562775898,0.153725174569888,0.078324614630599,0.00263498876931641,0.153725174569888,0.233977255409422,0.00856721370321282,0.153725174569888,0.110569285710039,0.0653442785864548,0.153725174569888,0.067821523880187,0.0469531034028378,0.153725174569888,0.0465372014358617,0.03048441182226,0.153725174569888,0.0448534835499695,0.0270768246198371,0.5,0.153725174569888,0.0643043452063511,0.0104693386554663,0.153725174569888,0.380665498019529,0.0244736118432244,0.5,0.153725174569888,0.0638135311237719,0.000573746406274565,0.153725174569888,0.167043414008679,0.0156871253905337,0.153725174569888,0.108735328634086,0.0531510696918032,0.153725174569888,0.13106716082418,0.0668046387553397,0.153725174569888,0.174914568146024,0.0156723194582526,0.153725174569888,0.112187100134784,0.015560101759783,0.153725174569888,0.155895425434391,0.0028847429997624,0.5,0.153725174569888,0.383438961879045,0.0199221734544495,0,0.00118202722148597,0.195490575490819 -1361,0.5,0.153725174569888,0.0261994459356861,0.00190696651955365,0.153725174569888,0.0716236631398918,0.0178237668324683,0.153725174569888,0.0286412302327891,0.00078328508541417,0.153725174569888,0.0703483535651582,0.00497599888292078,0.153725174569888,0.0187377476741861,0.0206021208856843,0.153725174569888,0.016810256688547,0.0226617707021568,0.153725174569888,0.010032513156308,0.0115826084214291,0.153725174569888,0.0131468542886448,0.0138543380442807,0.5,0.153725174569888,0.022520192056978,0.00377183862853285,0.153725174569888,0.180529227565372,0.010295240390524,0.5,0.153725174569888,0.0294303221018737,0.0013055000980528,0.153725174569888,0.0925814666974388,0.0149233641290101,0.153725174569888,0.030873980486398,0.0322888434542321,0.153725174569888,0.0495848719505075,0.0368674864988972,0.153725174569888,0.0876593207317908,0.0102197227609079,0.153725174569888,0.0322434555371015,0.00694450378009086,0.153725174569888,0.0770756730202114,0.000555288625819229,0.5,0.153725174569888,0.135630376471645,0.00786982079691348,0,0.0,0.224370931434897 -1362,0.5,0.153725174569888,4.71651432114853e-06,0.00163659127867259,0.153725174569888,0.0,0.0228286606101928,0.153725174569888,4.63350278615301e-05,0.000492820149703018,0.153725174569888,0.0,0.00803853886651023,0.153725174569888,0.0,0.0127427455766988,0.153725174569888,0.000219968670782821,0.0162309557436963,0.153725174569888,0.000502180038389841,0.00655298083899658,0.153725174569888,0.000230541144790094,0.00939913549531293,0.5,0.153725174569888,0.00061723228060822,0.00186112052649415,0.153725174569888,0.0,0.00874315473967696,0.5,0.153725174569888,0.000721419730026214,0.00236861095755819,0.153725174569888,0.000111622298458613,0.0135782777628399,0.153725174569888,0.000260124413558987,0.0230666445812218,0.153725174569888,0.0,0.0214812723484416,0.153725174569888,2.09569208247496e-05,0.0105824945459419,0.153725174569888,6.1846096173616e-05,0.00438566499113599,0.153725174569888,2.32970701558451e-05,0.000813280353688265,0.5,0.153725174569888,0.0,0.00658732902077484,0,0.0,0.257461012017414 -1363,0.5,0.153725174569888,0.0,0.00225188931770593,0.153725174569888,0.0,0.0154132053598611,0.153725174569888,0.0,0.000279093400725315,0.153725174569888,0.0,0.0104552259619785,0.153725174569888,0.0,0.0160333709474251,0.153725174569888,0.0,0.0186675786173594,0.153725174569888,0.0,0.00201859980945964,0.153725174569888,0.0,0.00991022149939351,0.5,0.153725174569888,0.0,0.00167861200751002,0.153725174569888,0.0,0.00361160065230462,0.5,0.153725174569888,0.0,0.00260414677967215,0.153725174569888,0.0,0.013812940456635,0.153725174569888,0.0,0.0257403122957084,0.153725174569888,0.0,0.0193508233692138,0.153725174569888,0.0,0.00752470614849541,0.153725174569888,0.0,0.00238022232095398,0.153725174569888,0.0,0.000869595550514884,0.5,0.153725174569888,0.0,0.00361953865944998,0,0.0,0.309148360879584 -1364,0.5,0.153725174569888,0.0,0.00394159936300521,0.153725174569888,0.0,0.0162127251738371,0.153725174569888,0.0,0.000249745452463956,0.153725174569888,0.0,0.0128966440414401,0.153725174569888,0.0,0.0145439261083846,0.153725174569888,0.0,0.016643177349982,0.153725174569888,0.0,0.000833987378275105,0.153725174569888,0.0,0.00760870424545884,0.5,0.153725174569888,0.0,0.00146235846484464,0.153725174569888,0.0,0.00129390688318847,0.5,0.153725174569888,0.0,0.00225621067501392,0.153725174569888,0.0,0.0105329190729751,0.153725174569888,0.0,0.0314307035722457,0.153725174569888,0.0,0.0293167830707216,0.153725174569888,0.0,0.00565000930585666,0.153725174569888,0.0,0.0012831938007519,0.153725174569888,0.0,0.000743912504349886,0.5,0.153725174569888,0.0,0.00250234365094484,0,0.0,0.394057903149692 -1365,0.5,0.153725174569888,0.0,0.00648709375229478,0.153725174569888,0.0,0.0183091273817039,0.153725174569888,0.0,0.000230581261959001,0.153725174569888,0.0,0.0132014539165825,0.153725174569888,0.0,0.0147653908598545,0.153725174569888,0.0,0.0156326047248971,0.153725174569888,0.0,0.000625548722860115,0.153725174569888,0.0,0.00469967840560713,0.5,0.153725174569888,0.0,0.000801005737626626,0.153725174569888,0.0,0.000492613108673112,0.5,0.153725174569888,0.0,0.00141968592210284,0.153725174569888,0.0,0.00802369278532132,0.153725174569888,0.0,0.038128704696766,0.153725174569888,0.0,0.0352817931436702,0.153725174569888,0.0,0.00418950689934441,0.153725174569888,0.0,0.000730069906948021,0.153725174569888,0.0,0.000578230464811113,0.5,0.153725174569888,0.0,0.00174119200363934,0,0.000264149972575464,0.470970883612439 -1366,0.5,0.153725174569888,0.0,0.00873450701516197,0.153725174569888,0.0,0.0156632924380566,0.153725174569888,0.0,0.000255331675661687,0.153725174569888,0.0,0.0130667833487888,0.153725174569888,0.0,0.0182588408671047,0.153725174569888,0.0,0.017074472659445,0.153725174569888,0.0,0.000638982340146412,0.153725174569888,0.0,0.0038003615726765,0.5,0.153725174569888,0.0,0.000755491538103076,0.153725174569888,0.0,0.000281918345197749,0.5,0.153725174569888,0.0,0.00124748374375398,0.153725174569888,0.0,0.00385114646259675,0.153725174569888,0.0,0.0425856848460066,0.153725174569888,0.0,0.0401391779674609,0.153725174569888,0.0,0.00330758161754656,0.153725174569888,0.0,0.000430916839007054,0.153725174569888,0.0,0.000441471179888391,0.5,0.153725174569888,0.0,0.00101281848783601,0,0.000606537449372459,0.465577340640161 -1367,0.5,0.153725174569888,0.0,0.00973349233265908,0.153725174569888,0.0,0.00999324074786249,0.153725174569888,0.0,0.000406546300941952,0.153725174569888,0.0,0.01367966343919,0.153725174569888,0.0,0.0235536571198688,0.153725174569888,0.0,0.0225284975331192,0.153725174569888,0.0,0.0007507104955715,0.153725174569888,0.0,0.00500423392376555,0.5,0.153725174569888,0.0,0.000697757249088154,0.153725174569888,0.0,0.000237048971893509,0.5,0.153725174569888,0.0,0.00108702861847371,0.153725174569888,0.0,0.0030538068735125,0.153725174569888,0.0,0.0480702464195391,0.153725174569888,0.0,0.049960012214966,0.153725174569888,0.0,0.00372010594430915,0.153725174569888,0.0,0.000405106791088612,0.153725174569888,0.0,0.000482563366392415,0.5,0.153725174569888,0.0,0.00064363723891009,0,0.000692891611025594,0.54894610814499 -1368,0.5,0.153725174569888,0.0,0.00803150671413943,0.153725174569888,0.0,0.00830805836348536,0.153725174569888,0.0,0.000484296559236473,0.153725174569888,0.0,0.014032297503524,0.153725174569888,0.0,0.0290340535849233,0.153725174569888,0.0,0.0313211773678589,0.153725174569888,0.0,0.0015346465370929,0.153725174569888,0.0,0.00803806724697501,0.5,0.153725174569888,0.0,0.000957808841575722,0.153725174569888,0.0,0.000271089094977772,0.5,0.153725174569888,0.0,0.000991047917898438,0.153725174569888,0.0,0.00216800419255319,0.153725174569888,0.0,0.0602899330744727,0.153725174569888,0.0,0.0614132569596801,0.153725174569888,0.0,0.00491149170109936,0.153725174569888,0.0,0.000487443362569013,0.153725174569888,0.0,0.0005958609427348,0.5,0.153725174569888,0.0,0.000497155171948923,0,0.00257870567785674,0.65605743547065 -1369,0.5,0.153725174569888,0.0,0.00641099464257165,0.153725174569888,0.0,0.00893865027297023,0.153725174569888,0.0,0.00065414667596586,0.153725174569888,0.0,0.015020520046546,0.153725174569888,0.0,0.0403829649813905,0.153725174569888,0.0,0.0433525995209861,0.153725174569888,0.0,0.00313716431599954,0.153725174569888,0.0,0.0127689428938355,0.5,0.153725174569888,0.0,0.00204981020922161,0.153725174569888,0.0,0.000363242363602869,0.5,0.153725174569888,0.0,0.00104077919832548,0.153725174569888,0.0,0.00141436234943972,0.153725174569888,0.0,0.0766996271865715,0.153725174569888,0.0,0.0757272825540837,0.153725174569888,0.0,0.00566505154607698,0.153725174569888,0.0,0.000539618285797683,0.153725174569888,0.0,0.000905753539954033,0.5,0.153725174569888,0.0,0.000418465619961558,0,0.00681623227170429,0.723739172439049 -1370,0.5,0.153725174569888,0.0,0.00596404965150515,0.153725174569888,0.0,0.0180024780662784,0.153725174569888,0.0,0.000715362323386216,0.153725174569888,0.0,0.0159510610333581,0.153725174569888,0.0,0.0553345455255359,0.153725174569888,0.0,0.0578184190274566,0.153725174569888,0.0,0.00580401996364898,0.153725174569888,0.0,0.017409087983197,0.5,0.153725174569888,0.0,0.00332614102912324,0.153725174569888,0.0,0.000506378845260551,0.5,0.153725174569888,0.0,0.000985429860012587,0.153725174569888,0.0,0.000612523170134976,0.153725174569888,0.0,0.0816950730874713,0.153725174569888,0.0,0.0940070477820231,0.153725174569888,0.0,0.00617591872814115,0.153725174569888,0.0,0.000619181432764947,0.153725174569888,0.0,0.00138334344738757,0.5,0.153725174569888,0.0,0.000573114556263468,0,0.0145786687886789,0.779366919685858 -1371,0.5,0.153725174569888,0.0,0.00543133507165867,0.153725174569888,0.0,0.0258613350753984,0.153725174569888,0.0,0.000752117426939576,0.153725174569888,0.0,0.0147459126376598,0.153725174569888,0.0,0.0720234362593637,0.153725174569888,0.0,0.0707299181099379,0.153725174569888,0.0,0.00857373508382481,0.153725174569888,0.0,0.0236889093007461,0.5,0.153725174569888,0.0,0.00275178980270569,0.153725174569888,0.0,0.0016221304248393,0.5,0.153725174569888,0.0,0.000939641980887007,0.153725174569888,0.0,0.000859369922400798,0.153725174569888,0.0,0.0802351889741257,0.153725174569888,0.0,0.114797453378898,0.153725174569888,0.0,0.00706697064787781,0.153725174569888,0.0,0.00132225939349695,0.153725174569888,0.0,0.00153022825244838,0.5,0.153725174569888,0.0,0.00110655237678884,0,0.0191323100053356,0.80204800836366 -1372,0.5,0.153725174569888,0.0,0.00463746569651619,0.153725174569888,0.0,0.0301614411094145,0.153725174569888,0.0,0.000918169150513068,0.153725174569888,0.0,0.0117560036785813,0.153725174569888,0.0,0.081625668064826,0.153725174569888,0.0,0.0822067978177119,0.153725174569888,0.0,0.0116005710471728,0.153725174569888,0.0,0.0289546314102116,0.5,0.153725174569888,0.0,0.00178006222336555,0.153725174569888,0.0,0.00310056718965824,0.5,0.153725174569888,0.0,0.00113952609415134,0.153725174569888,0.0,0.000960925363558478,0.153725174569888,0.0,0.0857732345669216,0.153725174569888,0.0,0.124811507303108,0.153725174569888,0.0,0.00752092191770667,0.153725174569888,0.0,0.00170181794433509,0.153725174569888,0.0,0.00169704982466061,0.5,0.153725174569888,0.0,0.000514523221212682,0,0.0192780109653466,0.756779808495594 -1373,0.5,0.153725174569888,0.0,0.00407433006399902,0.153725174569888,0.0,0.0336138579912119,0.153725174569888,0.0,0.00193362151519618,0.153725174569888,0.0,0.00989385160688298,0.153725174569888,0.0,0.0836235082298459,0.153725174569888,0.0,0.0834404006887046,0.153725174569888,0.0,0.0183247825305951,0.153725174569888,0.0,0.0351880572711883,0.5,0.153725174569888,0.0,0.0019260366000862,0.153725174569888,0.0,0.00447140336946567,0.5,0.153725174569888,0.0,0.0027509565890721,0.153725174569888,0.0,0.000974275540534699,0.153725174569888,0.0,0.0981926156767622,0.153725174569888,0.0,0.122569057775815,0.153725174569888,0.0,0.00800076003789811,0.153725174569888,0.0,0.00174591360114462,0.153725174569888,0.0,0.00242992438425579,0.5,0.153725174569888,0.0,0.000745545237104778,0,0.0172297646626941,0.699424664534383 -1374,0.5,0.153725174569888,0.0,0.00384911350205164,0.153725174569888,0.0,0.0344295112911434,0.153725174569888,0.0,0.00321719615077449,0.153725174569888,0.0,0.00919615163660663,0.153725174569888,0.0,0.0873400058822855,0.153725174569888,0.0,0.096596189733848,0.153725174569888,0.0,0.0199022058274449,0.153725174569888,0.0,0.0449260449344598,0.5,0.153725174569888,0.0,0.00201270602844056,0.153725174569888,0.0,0.00503302239043127,0.5,0.153725174569888,0.0,0.00457958118765547,0.153725174569888,0.0,0.00127745190714057,0.153725174569888,0.0,0.0971885136345731,0.153725174569888,0.0,0.123479155825239,0.153725174569888,0.0,0.00836400777946535,0.153725174569888,0.0,0.00171561388779786,0.153725174569888,0.0,0.00320625655263835,0.5,0.153725174569888,0.0,0.000863041641681118,0,0.0134167932216075,0.735504057528305 -1375,0.5,0.153725174569888,0.0,0.00337934687668396,0.153725174569888,0.0,0.043232728843109,0.153725174569888,0.0,0.00458777624056943,0.153725174569888,0.0,0.00876313587047336,0.153725174569888,0.0,0.0976620868914652,0.153725174569888,0.0,0.106436991662097,0.153725174569888,0.0,0.0290165821384172,0.153725174569888,0.0,0.0515038339863329,0.5,0.153725174569888,0.0,0.00495880375266768,0.153725174569888,0.0,0.00490254262698343,0.5,0.153725174569888,0.0,0.00562355948878584,0.153725174569888,0.0,0.00162339532493213,0.153725174569888,0.0,0.104100238267675,0.153725174569888,0.0,0.127013782800948,0.153725174569888,0.0,0.00969766965187964,0.153725174569888,0.0,0.00161566147135426,0.153725174569888,0.0,0.00351206846529708,0.5,0.153725174569888,0.0,0.00126145360738906,0,0.00868803974151258,0.777535108551487 -1376,0.5,0.153725174569888,0.00191063279418038,0.00310272374727693,0.153725174569888,0.00196229540553422,0.0412533837862423,0.153725174569888,0.000918127287355039,0.005660425551877,0.153725174569888,0.00660705869097138,0.00821455540821988,0.153725174569888,6.95954734936345e-06,0.106385990734286,0.153725174569888,0.0,0.116417916453329,0.153725174569888,0.000216634986397007,0.0369709717858288,0.153725174569888,3.6711504903183e-05,0.0661215497803277,0.5,0.153725174569888,0.000338407725407774,0.0102578779246933,0.153725174569888,0.00401468596416687,0.0043857298746715,0.5,0.153725174569888,0.00139038548000204,0.00280362217314912,0.153725174569888,0.000895526326316023,0.00199209380396311,0.153725174569888,0.000607692089043093,0.114438280776656,0.153725174569888,0.00019857722568576,0.135168743543341,0.153725174569888,0.00121671425464026,0.0115488082868917,0.153725174569888,0.00106108098127606,0.00174505864565521,0.153725174569888,0.00329853799434982,0.00275836979744773,0.5,0.153725174569888,0.0113044291696239,0.00233518187584822,0,0.00463934098386224,0.823994547196229 -1377,0.5,0.153725174569888,0.0338827336510422,0.00366260495029452,0.153725174569888,0.131135294889938,0.028095245606985,0.153725174569888,0.0235877851944258,0.00387986605931459,0.153725174569888,0.0622581602114681,0.00887039878826809,0.153725174569888,0.114080840295041,0.087132859614683,0.153725174569888,0.107584950454799,0.0955755683259677,0.153725174569888,0.115950555280652,0.0322251064293355,0.153725174569888,0.10423726875686,0.0627476409437714,0.5,0.153725174569888,0.0847326607503601,0.0149806400947334,0.153725174569888,0.0714555270225004,0.00319440591971919,0.5,0.153725174569888,0.0667620312174185,0.000485625976873727,0.153725174569888,0.022715834462804,0.00276636094490875,0.153725174569888,0.122411214775178,0.102320353933731,0.153725174569888,0.115171273713943,0.125934857775634,0.153725174569888,0.0822639981095238,0.0126769260294137,0.153725174569888,0.0542573636380828,0.00311416849550959,0.153725174569888,0.0562624582942294,0.00197676586730078,0.5,0.153725174569888,0.110598442237101,0.00267128497913425,0,0.00195906639755389,0.879202923041264 -1378,0.5,0.153725174569888,0.0882067614837229,0.00699358212385951,0.153725174569888,0.294776450449217,0.0285404454881511,0.153725174569888,0.0750205892928685,0.00278519952629674,0.153725174569888,0.126170906794523,0.0115973487354952,0.153725174569888,0.282462467645651,0.115640385594482,0.153725174569888,0.273877542900761,0.124947907111419,0.153725174569888,0.285778638320752,0.0423354718214353,0.153725174569888,0.26357899043291,0.0841469995197578,0.5,0.153725174569888,0.23616621856601,0.0427963151019428,0.153725174569888,0.161005547646002,0.00678524838064592,0.5,0.153725174569888,0.182077620819597,0.0014347975162623,0.153725174569888,0.0623485328799161,0.0046910297132759,0.153725174569888,0.289724834426455,0.11359830486273,0.153725174569888,0.282343691980067,0.14665800079978,0.153725174569888,0.205342567926161,0.0277200755295461,0.153725174569888,0.19657063667882,0.0212449023147191,0.153725174569888,0.121357198199997,0.00278544634809842,0.5,0.153725174569888,0.242144144400932,0.00280772104477543,0,0.00332650119912168,0.923836507813019 -1379,0.5,0.153725174569888,0.142431614852384,0.017173369516948,0.153725174569888,0.446291576508141,0.0748011446314695,0.153725174569888,0.161200260670952,0.00451010296294129,0.153725174569888,0.193519838191054,0.0140398824302666,0.153725174569888,0.441116387541241,0.241880692215856,0.153725174569888,0.409178883809129,0.273014532946291,0.153725174569888,0.442079775659547,0.138161248500079,0.153725174569888,0.411442947049567,0.233070853209772,0.5,0.153725174569888,0.382994805621091,0.189450825181156,0.153725174569888,0.27155600870144,0.00812480653049592,0.5,0.153725174569888,0.256484311765064,0.00235262691157778,0.153725174569888,0.106968797055025,0.00595343106484695,0.153725174569888,0.442937424737725,0.182312237436372,0.153725174569888,0.438528781999802,0.253816027658191,0.153725174569888,0.301746760171871,0.0732473604155233,0.153725174569888,0.347792370998615,0.092008830746227,0.153725174569888,0.230275252590417,0.00611736741589507,0.5,0.153725174569888,0.374771610936406,0.00684490843490737,0,0.00835662605563565,0.960107531357935 -1380,0.5,0.153725174569888,0.196337886892147,0.0320401155595883,0.153725174569888,0.542527425711834,0.167719286206994,0.153725174569888,0.23772051699648,0.00576932709491959,0.153725174569888,0.28771389897874,0.0184951789736237,0.153725174569888,0.555705581362123,0.32403272730258,0.153725174569888,0.503550518246014,0.384283851736702,0.153725174569888,0.54188306227291,0.29783535701662,0.153725174569888,0.497728512754431,0.401565086803506,0.5,0.153725174569888,0.456910443027638,0.363558224824064,0.153725174569888,0.301557056769273,0.00486250889795892,0.5,0.153725174569888,0.278301837506219,0.00879135061750585,0.153725174569888,0.160077380325962,0.0119234647887713,0.153725174569888,0.551713235841659,0.250280608058566,0.153725174569888,0.550842929205228,0.338669319759587,0.153725174569888,0.333468990680227,0.116431893817536,0.153725174569888,0.398595855264006,0.195698669689433,0.153725174569888,0.280030482572296,0.0164101607812927,0.5,0.153725174569888,0.453106372157711,0.00825058911274674,0,0.0126906820695016,0.973484271877248 -1381,0.5,0.153725174569888,0.247795682904414,0.0471038334717662,0.153725174569888,0.56383424888683,0.200355250201881,0.153725174569888,0.269671497533588,0.00859630252931573,0.153725174569888,0.353552720330529,0.0224576722054109,0.153725174569888,0.597407022391312,0.466057460736157,0.153725174569888,0.536851072305501,0.556050794824333,0.153725174569888,0.552279287354666,0.414757901217525,0.153725174569888,0.481875491858502,0.529273394614233,0.5,0.153725174569888,0.427553073019801,0.465196722757731,0.153725174569888,0.316093096543522,0.00285031388160072,0.5,0.153725174569888,0.265414854161632,0.0361833854042009,0.153725174569888,0.175482894489442,0.0174221903953973,0.153725174569888,0.59678456054321,0.313609900984751,0.153725174569888,0.59650044252358,0.424650004889125,0.153725174569888,0.348572292330153,0.148152936629557,0.153725174569888,0.362967221191777,0.298474238774436,0.153725174569888,0.265706014108446,0.0360344293929022,0.5,0.153725174569888,0.531233665314168,0.00550699610968842,0,0.0111201838750016,0.972931649559537 -1382,0.5,0.153725174569888,0.240760587079608,0.05875941594721,0.153725174569888,0.422100162768727,0.190699406353381,0.153725174569888,0.213237824363032,0.0179748683982921,0.153725174569888,0.365907708190569,0.0297207141648871,0.153725174569888,0.5857018473718,0.587306603095152,0.153725174569888,0.503833844241909,0.668013636612912,0.153725174569888,0.489295360430744,0.458620654071328,0.153725174569888,0.440102559004253,0.618282818648372,0.5,0.153725174569888,0.326964067121893,0.504555170931843,0.153725174569888,0.312039360803751,0.00235645168785978,0.5,0.153725174569888,0.182778147333537,0.06955374997286,0.153725174569888,0.18088031830679,0.0236809549735932,0.153725174569888,0.567245085397418,0.326829009887079,0.153725174569888,0.574767620288948,0.492528683091568,0.153725174569888,0.286970250675172,0.176452333580889,0.153725174569888,0.16195239002129,0.283602885702343,0.153725174569888,0.276893142434678,0.058985282205468,0.5,0.153725174569888,0.543121828325521,0.00427757968038539,0,0.0100891453351214,0.981820268221015 -1383,0.5,0.153725174569888,0.183780390974044,0.0640721936604852,0.153725174569888,0.346200934743881,0.211362317644352,0.153725174569888,0.110581878194551,0.0319075135968992,0.153725174569888,0.328817829633253,0.0378850769867421,0.153725174569888,0.501773223552395,0.581725217198327,0.153725174569888,0.41676953283188,0.7730009744983,0.153725174569888,0.371603996114665,0.473670932087857,0.153725174569888,0.365973339892594,0.65976321109361,0.5,0.153725174569888,0.272698696421091,0.514847105435825,0.153725174569888,0.329008895146362,0.00361108894575867,0.5,0.153725174569888,0.109934446150964,0.093216703894715,0.153725174569888,0.130730404666399,0.0293837921730711,0.153725174569888,0.493828595405708,0.287773379175007,0.153725174569888,0.499214980365568,0.502890729656574,0.153725174569888,0.233730087287053,0.18835080415963,0.153725174569888,0.105791956903702,0.237241338925556,0.153725174569888,0.240987540181157,0.0720314366559197,0.5,0.153725174569888,0.485621073182347,0.00495967049764643,0,0.0106827773757029,0.986077842737417 -1384,0.5,0.153725174569888,0.123883653844046,0.0582791433451324,0.153725174569888,0.219351998408865,0.165680896738161,0.153725174569888,0.0510355907233775,0.0279378848024902,0.153725174569888,0.219281773944539,0.0259850877405678,0.153725174569888,0.349048922527068,0.525302008002613,0.153725174569888,0.274535397795298,0.778240553289884,0.153725174569888,0.215344445243164,0.406945152873449,0.153725174569888,0.236772242955532,0.644324800413258,0.5,0.153725174569888,0.174194870237604,0.482867469062475,0.153725174569888,0.159442437584361,0.00572207607698928,0.5,0.153725174569888,0.0553474223942398,0.103740789230737,0.153725174569888,0.0807066684171513,0.0333816625024086,0.153725174569888,0.363287957854326,0.178154561400089,0.153725174569888,0.374216398629564,0.404794587513291,0.153725174569888,0.148976686391128,0.144147372938979,0.153725174569888,0.15176084042252,0.254214120325516,0.153725174569888,0.155897250367966,0.0672232623117529,0.5,0.153725174569888,0.360164243350132,0.0051089631717034,0,0.00829452593179067,0.988608749660575 -1385,0.5,0.153725174569888,0.0459611730840892,0.041677339661767,0.153725174569888,0.0833601763112551,0.131460491835412,0.153725174569888,0.0235588577690572,0.014572789998268,0.153725174569888,0.0601519744458984,0.0143316726437455,0.153725174569888,0.14916582798411,0.480813238427975,0.153725174569888,0.0833099873956292,0.739959396566068,0.153725174569888,0.118189767954986,0.362434887810459,0.153725174569888,0.0981869724827821,0.565189721259188,0.5,0.153725174569888,0.0776893678993097,0.412957409308361,0.153725174569888,0.0895546512084401,0.00832176103201602,0.5,0.153725174569888,0.0215371440431096,0.0734467701573382,0.153725174569888,0.035528019735526,0.0277287867295548,0.153725174569888,0.203559439705509,0.128572452814386,0.153725174569888,0.165329734081184,0.337411813072677,0.153725174569888,0.104638898519773,0.105106379404124,0.153725174569888,0.143405403307338,0.219848594451764,0.153725174569888,0.0569760958139041,0.0442924868894768,0.5,0.153725174569888,0.135769697311741,0.00154059481892279,0,0.00732740159105398,1.00242597562313 -1386,0.5,0.153725174569888,0.0,0.048639668213161,0.153725174569888,0.0,0.145751694216846,0.153725174569888,0.000329444219760589,0.0131901181418704,0.153725174569888,1.15633195848947e-06,0.0224823063061622,0.153725174569888,0.0,0.481836093847936,0.153725174569888,0.0,0.706258911041928,0.153725174569888,0.0,0.314570535350271,0.153725174569888,0.0,0.46752385929812,0.5,0.153725174569888,0.0,0.391399323006869,0.153725174569888,0.0,0.00512797638241299,0.5,0.153725174569888,0.0,0.0544451079305164,0.153725174569888,0.0,0.0219278901251226,0.153725174569888,0.0,0.178808576679383,0.153725174569888,0.0,0.329189199880693,0.153725174569888,0.0,0.105141392446012,0.153725174569888,0.0,0.199188676062983,0.153725174569888,0.000146584282549845,0.0295809623864698,0.5,0.153725174569888,8.42085424145847e-06,0.00209029502478972,0,0.0176965992958092,1.00546542321125 -1387,0.5,0.153725174569888,0.0,0.0574158611186273,0.153725174569888,0.0,0.169171150214133,0.153725174569888,0.0,0.0229287746488095,0.153725174569888,0.0,0.0283517839382861,0.153725174569888,0.0,0.5638860363783,0.153725174569888,0.0,0.687995457675819,0.153725174569888,0.0,0.291374664538193,0.153725174569888,0.0,0.415180451286981,0.5,0.153725174569888,0.0,0.42975176039741,0.153725174569888,0.0,0.00811804306530144,0.5,0.153725174569888,0.0,0.0490996948603357,0.153725174569888,0.0,0.0236776161187397,0.153725174569888,0.0,0.225122595247177,0.153725174569888,0.0,0.340217610219097,0.153725174569888,0.0,0.116722448941359,0.153725174569888,0.0,0.197632708829404,0.153725174569888,0.0,0.0306491459839496,0.5,0.153725174569888,0.0,0.00199899649865149,0,0.0470509431803068,1.00424064500138 -1388,0.5,0.153725174569888,0.0,0.0700959826669642,0.153725174569888,0.0,0.159855737626681,0.153725174569888,0.0,0.0321554049748983,0.153725174569888,0.0,0.0310990510995612,0.153725174569888,0.0,0.57173376457043,0.153725174569888,0.0,0.652200457581636,0.153725174569888,0.0,0.366263198441612,0.153725174569888,0.0,0.371982368706832,0.5,0.153725174569888,0.0,0.41632360206405,0.153725174569888,0.0,0.0172779949795041,0.5,0.153725174569888,0.0,0.041789219934881,0.153725174569888,0.0,0.0263366001544029,0.153725174569888,0.0,0.240382212559431,0.153725174569888,0.0,0.375891854491895,0.153725174569888,0.0,0.121189816382472,0.153725174569888,0.0,0.211224017635086,0.153725174569888,0.0,0.0264579254163702,0.5,0.153725174569888,0.0,0.0013795823694811,0,0.0771482954338776,0.995880147459771 -1389,0.5,0.153725174569888,0.0,0.0797193193211463,0.153725174569888,0.0,0.1457100890505,0.153725174569888,0.0,0.0377738997091453,0.153725174569888,0.0,0.0328096948439601,0.153725174569888,0.0,0.6243105341511,0.153725174569888,0.0,0.538430624051145,0.153725174569888,0.0,0.415024106889329,0.153725174569888,0.0,0.3033156047322,0.5,0.153725174569888,0.0,0.333206054922845,0.153725174569888,0.0,0.0332763457391605,0.5,0.153725174569888,0.0,0.0480910544623104,0.153725174569888,0.0,0.0554692990485819,0.153725174569888,0.0,0.250222473631542,0.153725174569888,0.0,0.407621219075106,0.153725174569888,0.0,0.127792553560414,0.153725174569888,0.0,0.223891305458475,0.153725174569888,0.0,0.024608116909222,0.5,0.153725174569888,0.0,0.00117385475813592,0,0.105097611325332,0.911052111426055 -1390,0.5,0.153725174569888,0.0,0.0836025067443533,0.153725174569888,0.0,0.137070946399586,0.153725174569888,0.0,0.0416398906977843,0.153725174569888,0.0,0.0346230168205701,0.153725174569888,0.0,0.560351240158197,0.153725174569888,0.0,0.407994069850833,0.153725174569888,0.0,0.446800727822277,0.153725174569888,0.0,0.250826186189186,0.5,0.153725174569888,0.0,0.283853744570951,0.153725174569888,0.0,0.050147381539034,0.5,0.153725174569888,0.0,0.0663008472966174,0.153725174569888,0.0,0.131175179413158,0.153725174569888,0.0,0.265764227284762,0.153725174569888,0.0,0.443704485680739,0.153725174569888,0.0,0.143049072958802,0.153725174569888,0.0,0.26202755692108,0.153725174569888,0.0,0.0305006798363538,0.5,0.153725174569888,0.0,0.00246674354439199,0,0.11645904018228,0.578353574660809 -1391,0.5,0.153725174569888,0.0,0.0826211304964514,0.153725174569888,0.0,0.164301590799033,0.153725174569888,0.0,0.0461688380279209,0.153725174569888,0.0,0.0365757166792787,0.153725174569888,0.0,0.471969899209551,0.153725174569888,0.0,0.303936681561749,0.153725174569888,0.0,0.408236064662651,0.153725174569888,0.0,0.207535527877052,0.5,0.153725174569888,0.0,0.254816084447418,0.153725174569888,0.0,0.0721279280694315,0.5,0.153725174569888,0.0,0.0943237368170842,0.153725174569888,0.0,0.178839918677712,0.153725174569888,0.0,0.269939069690747,0.153725174569888,0.0,0.413640199877974,0.153725174569888,0.0,0.171334817675967,0.153725174569888,0.0,0.34366422535178,0.153725174569888,0.0,0.0368977086759061,0.5,0.153725174569888,0.0,0.00487338729069686,0,0.12557446532278,0.262465889069284 -1392,0.5,0.153725174569888,0.0,0.0806166602300866,0.153725174569888,0.0,0.170329928741509,0.153725174569888,0.0,0.0416925082838305,0.153725174569888,0.0,0.0387855245003628,0.153725174569888,0.0,0.378361602862319,0.153725174569888,0.0,0.246804342306338,0.153725174569888,0.0,0.317013770593236,0.153725174569888,0.0,0.195922606393734,0.5,0.153725174569888,0.0,0.246383675720187,0.153725174569888,0.0,0.0696014068722962,0.5,0.153725174569888,0.0,0.224118993024714,0.153725174569888,0.0,0.229438459103529,0.153725174569888,0.0,0.255216009752242,0.153725174569888,0.0,0.343758875600998,0.153725174569888,0.0,0.186693357548957,0.153725174569888,0.0,0.408648322937534,0.153725174569888,0.0,0.05781708148724,0.5,0.153725174569888,0.0,0.0115384708655789,0,0.133458336087612,0.171895824757819 -1393,0.5,0.153725174569888,0.0,0.0840731035379123,0.153725174569888,0.0,0.140735899190677,0.153725174569888,0.0,0.0333951546207306,0.153725174569888,0.0,0.0400243974277051,0.153725174569888,0.0,0.265254827110329,0.153725174569888,0.0,0.214065100175366,0.153725174569888,0.0,0.253586274469275,0.153725174569888,0.0,0.194133170479529,0.5,0.153725174569888,0.0,0.254571119427258,0.153725174569888,0.0,0.107137995240822,0.5,0.153725174569888,0.0,0.385754348321003,0.153725174569888,0.0,0.307566734393382,0.153725174569888,0.0,0.230034832050562,0.153725174569888,0.0,0.281461741922278,0.153725174569888,0.0,0.189756023219269,0.153725174569888,0.0,0.374566351263643,0.153725174569888,0.0,0.109329838801924,0.5,0.153725174569888,0.0,0.0251630966006705,0,0.135185384170143,0.169370494965504 -1394,0.5,0.153725174569888,0.0,0.0892248806651625,0.153725174569888,0.0,0.131626864279868,0.153725174569888,0.0,0.0339366744992205,0.153725174569888,0.0,0.0403657102175607,0.153725174569888,0.0,0.199038184688509,0.153725174569888,0.0,0.192644107536647,0.153725174569888,0.0,0.19627079386196,0.153725174569888,0.0,0.181777101712625,0.5,0.153725174569888,0.0,0.208894940272709,0.153725174569888,0.0,0.179934968778596,0.5,0.153725174569888,0.0,0.423940132502165,0.153725174569888,0.0,0.375333000507564,0.153725174569888,0.0,0.228260686677682,0.153725174569888,0.0,0.207822263147334,0.153725174569888,0.0,0.174838584630235,0.153725174569888,0.0,0.292488397800591,0.153725174569888,0.0,0.148484796800538,0.5,0.153725174569888,0.0,0.056517710414382,0,0.130986398581324,0.211317996149384 -1395,0.5,0.153725174569888,0.0,0.0939007217521864,0.153725174569888,0.0,0.130910741373407,0.153725174569888,0.0,0.0424821915770057,0.153725174569888,0.0,0.0392280465813392,0.153725174569888,0.0,0.163994090719756,0.153725174569888,0.0,0.158860160228383,0.153725174569888,0.0,0.147798101286149,0.153725174569888,0.0,0.116070125088984,0.5,0.153725174569888,0.0,0.180194354417553,0.153725174569888,0.0,0.252057868265519,0.5,0.153725174569888,0.0,0.436872087452598,0.153725174569888,0.0,0.355121092784952,0.153725174569888,0.0,0.216028531752473,0.153725174569888,0.0,0.166077009015945,0.153725174569888,0.0,0.144292036998036,0.153725174569888,0.0,0.209963642473462,0.153725174569888,0.0,0.178294826688781,0.5,0.153725174569888,0.0,0.107318434357749,0,0.133381305107994,0.266815905680193 -1396,0.5,0.153725174569888,0.0,0.0916894065935706,0.153725174569888,0.0,0.125048592072956,0.153725174569888,0.0,0.0548580514336945,0.153725174569888,0.0,0.0373413070862029,0.153725174569888,0.0,0.126727488908662,0.153725174569888,0.0,0.118368076345633,0.153725174569888,0.0,0.117280833794347,0.153725174569888,0.0,0.0662558156039196,0.5,0.153725174569888,0.0,0.178798703790516,0.153725174569888,0.0,0.299987448014542,0.5,0.153725174569888,0.0,0.416162620414562,0.153725174569888,0.0,0.280930316929907,0.153725174569888,0.0,0.187373212708619,0.153725174569888,0.0,0.137498302689844,0.153725174569888,0.0,0.119289756516991,0.153725174569888,0.0,0.149204390169732,0.153725174569888,0.0,0.21241796211685,0.5,0.153725174569888,0.0,0.145494794204235,0,0.154175525396348,0.293972148686907 -1397,0.5,0.153725174569888,0.0,0.0874223338114103,0.153725174569888,0.0,0.118096966512255,0.153725174569888,0.0,0.0684977524615193,0.153725174569888,0.0,0.0383233891752962,0.153725174569888,0.0,0.0937731758355864,0.153725174569888,0.0,0.0707548020713202,0.153725174569888,0.0,0.105438384154745,0.153725174569888,0.0,0.0658409805687566,0.5,0.153725174569888,0.0,0.228571711508704,0.153725174569888,0.0,0.284803084431385,0.5,0.153725174569888,0.0,0.358876688609001,0.153725174569888,0.0,0.222492201955432,0.153725174569888,0.0,0.156606453826551,0.153725174569888,0.0,0.115112965729578,0.153725174569888,0.0,0.0927156641771477,0.153725174569888,0.0,0.129810494250308,0.153725174569888,0.0,0.235066398514738,0.5,0.153725174569888,0.0,0.214708924687472,0,0.168510367343652,0.361116949424566 -1398,0.5,0.153725174569888,0.0,0.0801622245607187,0.153725174569888,0.0,0.0986496487510776,0.153725174569888,0.0,0.0747910566721233,0.153725174569888,0.0,0.0394025717218158,0.153725174569888,0.0,0.0714543087704363,0.153725174569888,0.0,0.0434788989346899,0.153725174569888,0.0,0.0981435844929312,0.153725174569888,0.0,0.0921936137147179,0.5,0.153725174569888,0.0,0.293029430480695,0.153725174569888,0.0,0.228197035409543,0.5,0.153725174569888,0.0,0.280519875882699,0.153725174569888,0.0,0.203976651179131,0.153725174569888,0.0,0.115506713441219,0.153725174569888,0.0,0.0963714110163849,0.153725174569888,0.0,0.0658532376580899,0.153725174569888,0.0,0.143413246545257,0.153725174569888,0.0,0.239424909411156,0.5,0.153725174569888,0.0,0.237081821778831,0,0.152453276878541,0.451287018282208 -1399,0.5,0.153725174569888,0.0,0.0754806868404969,0.153725174569888,0.0,0.071564882844234,0.153725174569888,0.0,0.0731558836128021,0.153725174569888,0.0,0.041201969335982,0.153725174569888,0.0,0.0593421403366537,0.153725174569888,0.0,0.045049973352057,0.153725174569888,0.0,0.0793306001562021,0.153725174569888,0.0,0.152009206947445,0.5,0.153725174569888,0.0,0.338024528652813,0.153725174569888,0.0,0.153345492719394,0.5,0.153725174569888,0.0,0.195330887389178,0.153725174569888,0.0,0.185153311172912,0.153725174569888,0.0,0.0864178006067059,0.153725174569888,0.0,0.0734703834066312,0.153725174569888,0.0,0.048044450411417,0.153725174569888,0.0,0.149290748322905,0.153725174569888,0.0,0.216081842244014,0.5,0.153725174569888,0.0,0.189321989444574,0,0.139262508312102,0.366045196593381 -1400,0.5,0.153725174569888,0.00264435853849891,0.0674990418838989,0.153725174569888,0.000391460314877201,0.0476223008185788,0.153725174569888,0.00268390064903955,0.073829955886427,0.153725174569888,0.00960557452279484,0.0406374547547744,0.153725174569888,2.7936874256281e-05,0.0406965212408857,0.153725174569888,1.67818785500194e-09,0.0718952551508808,0.153725174569888,0.000312445775115371,0.0676854260306753,0.153725174569888,8.79441662616839e-05,0.168441490161202,0.5,0.153725174569888,0.00023545295091252,0.338963951310433,0.153725174569888,0.00685595340844273,0.0672029966872323,0.5,0.153725174569888,0.00169544281728321,0.139756861330693,0.153725174569888,0.00250654466915213,0.206389976727502,0.153725174569888,0.000290406116704158,0.0675041271367054,0.153725174569888,8.27095240011767e-05,0.0502278540499172,0.153725174569888,0.000916418226471422,0.0424714814512624,0.153725174569888,0.00144751201811594,0.138921610208959,0.153725174569888,0.00196744620430876,0.156821208860638,0.5,0.153725174569888,0.00529638722447378,0.137599364425126,0,0.133595329532438,0.232342811360239 -1401,0.5,0.153725174569888,0.0414624209325678,0.0645322243182889,0.153725174569888,0.0105639270288025,0.0323996953169219,0.153725174569888,0.046003597804259,0.116285109935119,0.153725174569888,0.0793820686021743,0.0521249856436897,0.153725174569888,0.0229066656956489,0.0282348408250566,0.153725174569888,0.0228529983670876,0.0971057504430768,0.153725174569888,0.0616042790891131,0.058210581748331,0.153725174569888,0.0195550769090797,0.138494310024425,0.5,0.153725174569888,0.0110239804261555,0.303869859435976,0.153725174569888,0.132491847148605,0.0472915532052991,0.5,0.153725174569888,0.0399124734332508,0.352142282890605,0.153725174569888,0.0500298039141417,0.271773600070236,0.153725174569888,0.0126982852748965,0.0566644452494426,0.153725174569888,0.0172868917012565,0.0370065764317873,0.153725174569888,0.0273491198039599,0.0511944294844327,0.153725174569888,0.0605984015521686,0.215918601158844,0.153725174569888,0.0435469391691333,0.178002936275443,0.5,0.153725174569888,0.0506054727414211,0.105227390983017,0,0.108280347736649,0.142453843782917 -1402,0.5,0.153725174569888,0.0939064128745042,0.0794495860076189,0.153725174569888,0.0503620031750738,0.032238432450075,0.153725174569888,0.120705403637927,0.180228670018227,0.153725174569888,0.139865311866669,0.107917684890063,0.153725174569888,0.0967724736681053,0.0246652328278238,0.153725174569888,0.0588561411006924,0.134875939258948,0.153725174569888,0.159525732456989,0.111842207955096,0.153725174569888,0.0787568785940159,0.168283903168904,0.5,0.153725174569888,0.0489431285524063,0.289659858532904,0.153725174569888,0.255594970347841,0.0812711532946438,0.5,0.153725174569888,0.077259671714308,0.537977321346462,0.153725174569888,0.103894032961231,0.275702006733227,0.153725174569888,0.0451863254390533,0.0597171588871582,0.153725174569888,0.0622203738948726,0.0305804385648215,0.153725174569888,0.0694596682615623,0.0725788912814942,0.153725174569888,0.145836281895881,0.313302546333336,0.153725174569888,0.117927594050267,0.269266412512308,0.5,0.153725174569888,0.123294533548713,0.108668088208098,0,0.0810912418833672,0.0813488592078025 -1403,0.5,0.153725174569888,0.137515075804051,0.074176491096785,0.153725174569888,0.116325515798243,0.032378418328837,0.153725174569888,0.167973991740502,0.182146245180826,0.153725174569888,0.197242663386984,0.120708699733025,0.153725174569888,0.222970506084906,0.0365845716688837,0.153725174569888,0.101405947291067,0.151146704480985,0.153725174569888,0.228111650053446,0.194949265476184,0.153725174569888,0.117618989029959,0.199396199077876,0.5,0.153725174569888,0.138712498207161,0.270774707007282,0.153725174569888,0.373302220028188,0.126589767191707,0.5,0.153725174569888,0.100633375275705,0.619617101263454,0.153725174569888,0.220060408000823,0.311224970492206,0.153725174569888,0.0886787543394653,0.0658486367150922,0.153725174569888,0.140287053629626,0.0195473532602589,0.153725174569888,0.126141746825343,0.0759321696530317,0.153725174569888,0.213678523019835,0.362070999442497,0.153725174569888,0.133779613562038,0.351266420110231,0.5,0.153725174569888,0.198479100713612,0.106315610435262,0,0.0510468831027512,0.0297824961422548 -1404,0.5,0.153725174569888,0.147931568629132,0.0749520233438364,0.153725174569888,0.139571633322144,0.018417128269172,0.153725174569888,0.159524202489779,0.168481525075029,0.153725174569888,0.188449835128033,0.12115417721307,0.153725174569888,0.312755508593259,0.0678833322859206,0.153725174569888,0.169874828895526,0.126062574798028,0.153725174569888,0.173751169271444,0.215868686935705,0.153725174569888,0.109445449859676,0.169006029044318,0.5,0.153725174569888,0.256415199128776,0.264693492141774,0.153725174569888,0.424746919710619,0.123415740842839,0.5,0.153725174569888,0.151903501915587,0.594428638879328,0.153725174569888,0.342716031157525,0.3198004667123,0.153725174569888,0.102378150729089,0.0500627998602364,0.153725174569888,0.247529102060499,0.0105141842084199,0.153725174569888,0.231492092644207,0.0627437902092598,0.153725174569888,0.160249992230967,0.368889056896916,0.153725174569888,0.130797035479578,0.305948363571592,0.5,0.153725174569888,0.260675740730624,0.0908926935421483,0,0.0318480914769776,0.0109791201646613 -1405,0.5,0.153725174569888,0.0929854396913433,0.0654126658660791,0.153725174569888,0.340265819031204,0.0230605602438458,0.153725174569888,0.141415233717441,0.169584651233644,0.153725174569888,0.174045900976044,0.122672985287358,0.153725174569888,0.1573335826066,0.0726247400700136,0.153725174569888,0.178451608498844,0.0953692121850124,0.153725174569888,0.153763968989801,0.166881525342394,0.153725174569888,0.230859192312945,0.177476368154821,0.5,0.153725174569888,0.263511836704686,0.266684325201504,0.153725174569888,0.381108914400663,0.0572941324762369,0.5,0.153725174569888,0.206500278114038,0.401882079022363,0.153725174569888,0.309411427896977,0.177411939526624,0.153725174569888,0.13424769636532,0.0321559507382648,0.153725174569888,0.320639618449338,0.00887734072566761,0.153725174569888,0.326223120063814,0.0596477496657612,0.153725174569888,0.10292314665548,0.320272269872155,0.153725174569888,0.17744465971434,0.254947034284195,0.5,0.153725174569888,0.263077227365383,0.0604049739248806,0,0.0195438304341971,0.00458961454065167 -1406,0.5,0.153725174569888,0.069417271695057,0.0568187671979893,0.153725174569888,0.15693374714554,0.0222140559265291,0.153725174569888,0.149652290185381,0.15317951539035,0.153725174569888,0.165175295487877,0.111690249099408,0.153725174569888,0.129120329200783,0.0602182847482253,0.153725174569888,0.168297919544932,0.0993016621434298,0.153725174569888,0.206779704586995,0.117042662072308,0.153725174569888,0.308451721211578,0.192227086343086,0.5,0.153725174569888,0.280707947964491,0.319696071705136,0.153725174569888,0.347795550465694,0.0189508608354628,0.5,0.153725174569888,0.279875099887844,0.205146501440014,0.153725174569888,0.379625406917557,0.0955601854193827,0.153725174569888,0.118205743729869,0.0146592447363055,0.153725174569888,0.192485115748677,0.0134721106669508,0.153725174569888,0.244508159193916,0.0564875679810057,0.153725174569888,0.10169432872141,0.26608688444139,0.153725174569888,0.129685553647342,0.171995696260151,0.5,0.153725174569888,0.293210240273144,0.0272769754608126,0,0.0139330181053017,0.00160597811790337 -1407,0.5,0.153725174569888,0.0580854449953418,0.0517957092771897,0.153725174569888,0.0644294322917265,0.0127344738283559,0.153725174569888,0.113273660030761,0.118412425664226,0.153725174569888,0.119738280289883,0.0908275575613865,0.153725174569888,0.141858838684057,0.0476636420447096,0.153725174569888,0.121795405710974,0.112775802177949,0.153725174569888,0.184401555436357,0.119697674860539,0.153725174569888,0.231969598377614,0.190187007698728,0.5,0.153725174569888,0.258374268834944,0.372229258688123,0.153725174569888,0.333047265686273,0.0233103301404985,0.5,0.153725174569888,0.322481700479837,0.0817968943926294,0.153725174569888,0.411524052728361,0.066998163355729,0.153725174569888,0.131420223254674,0.00612791654158388,0.153725174569888,0.0943983579486016,0.020099068653505,0.153725174569888,0.137666107768048,0.0557530732368004,0.153725174569888,0.0931860978521401,0.220614160315825,0.153725174569888,0.0832730384075065,0.105252766820991,0.5,0.153725174569888,0.281867387114143,0.0134286117178929,0,0.00883610505399012,0.000765933406408531 -1408,0.5,0.153725174569888,0.0325300140290581,0.0361400638311511,0.153725174569888,0.0329593684225905,0.00761957289067456,0.153725174569888,0.0959791284985347,0.0978550062840926,0.153725174569888,0.057154472697474,0.05515799452535,0.153725174569888,0.0890995247318554,0.0326140894837961,0.153725174569888,0.0650031962828454,0.107018148930387,0.153725174569888,0.0658606774451165,0.099806369836681,0.153725174569888,0.156533534804386,0.147944571056102,0.5,0.153725174569888,0.196694137308905,0.379873656271929,0.153725174569888,0.32897960090621,0.065350115248823,0.5,0.153725174569888,0.254948546949911,0.0631183742684361,0.153725174569888,0.332174303203609,0.039254865096363,0.153725174569888,0.108663116925571,0.00369658319570932,0.153725174569888,0.0555844024804261,0.0205705011896266,0.153725174569888,0.0669727171245955,0.0411880075734357,0.153725174569888,0.0897661328181595,0.14615927296809,0.153725174569888,0.0876100317546429,0.0683317021616621,0.5,0.153725174569888,0.218836451468254,0.0155942563508873,0,0.00951863893956756,0.000789807300933355 -1409,0.5,0.153725174569888,0.0136487421066039,0.0208766416920384,0.153725174569888,0.00751239358926693,0.00130784135960962,0.153725174569888,0.043001943858893,0.063868114940524,0.153725174569888,0.0182623997798626,0.0252191103677345,0.153725174569888,0.0706651737714267,0.0188151351083161,0.153725174569888,0.0497940022622815,0.0845421930805534,0.153725174569888,0.0275957591438508,0.0543928533071647,0.153725174569888,0.0999310775207962,0.118245577334251,0.5,0.153725174569888,0.0994734625568586,0.256839728088423,0.153725174569888,0.178223816832,0.0602831493626898,0.5,0.153725174569888,0.127375511101629,0.0527786274704196,0.153725174569888,0.188025003497021,0.022428961580264,0.153725174569888,0.0647906816642819,0.00165364179024482,0.153725174569888,0.0490475729413329,0.0178994143498663,0.153725174569888,0.0375692638663917,0.0197992017768233,0.153725174569888,0.0506275507972592,0.0741538276281151,0.153725174569888,0.0880399072086458,0.0377774929532913,0.5,0.153725174569888,0.105965456450081,0.0184944972709498,0,0.0124988934422083,0.000551156675958683 -1410,0.5,0.153725174569888,2.07867303580814e-05,0.0172558421767596,0.153725174569888,0.000304835350665048,0.000874347493872147,0.153725174569888,0.0,0.0416188833150571,0.153725174569888,0.0,0.0100464470671949,0.153725174569888,0.0,0.012539022779382,0.153725174569888,0.0,0.0695290606629897,0.153725174569888,0.0,0.0236690275566928,0.153725174569888,0.0,0.0962635248917785,0.5,0.153725174569888,0.0,0.132946655283845,0.153725174569888,0.0,0.0727514318726987,0.5,0.153725174569888,0.0,0.0334766909298419,0.153725174569888,0.0,0.0330423263359764,0.153725174569888,8.47577031558721e-05,0.00133321122956576,0.153725174569888,1.47086067461665e-05,0.0122506068944207,0.153725174569888,0.000127516232535412,0.0130121802775194,0.153725174569888,0.0,0.0419142538234845,0.153725174569888,4.52612855581484e-05,0.025797236654429,0.5,0.153725174569888,0.0,0.0365740295199936,0,0.0146518521251608,0.000613353195781714 -1411,0.5,0.153725174569888,0.0,0.0174995345216063,0.153725174569888,0.0,0.000855438319011516,0.153725174569888,0.0,0.0287714453185684,0.153725174569888,0.0,0.00694995966254562,0.153725174569888,0.0,0.0111090646111295,0.153725174569888,0.0,0.0814523992581816,0.153725174569888,0.0,0.018838526988055,0.153725174569888,0.0,0.0831240308828498,0.5,0.153725174569888,0.0,0.0723337067686421,0.153725174569888,0.0,0.0598981533214035,0.5,0.153725174569888,0.0,0.0300950003149111,0.153725174569888,0.0,0.0418174840029984,0.153725174569888,0.0,0.00121805135346246,0.153725174569888,0.0,0.014234790650574,0.153725174569888,0.0,0.0132048681220754,0.153725174569888,0.0,0.0273317851248456,0.153725174569888,0.0,0.0264374765738162,0.5,0.153725174569888,0.0,0.0698264384251339,0,0.0129422497245381,0.00274567037585589 -1412,0.5,0.153725174569888,0.0,0.0166022950650205,0.153725174569888,0.0,0.000941408831476821,0.153725174569888,0.0,0.0204049932340357,0.153725174569888,0.0,0.00704030063604626,0.153725174569888,0.0,0.00755761949722382,0.153725174569888,0.0,0.0870265579424701,0.153725174569888,0.0,0.0258855753351796,0.153725174569888,0.0,0.0696435173715408,0.5,0.153725174569888,0.0,0.0558690689734934,0.153725174569888,0.0,0.0453157532149412,0.5,0.153725174569888,0.0,0.0325761995129392,0.153725174569888,0.0,0.0460245522406917,0.153725174569888,0.0,0.000810681785325466,0.153725174569888,0.0,0.0140454509894131,0.153725174569888,0.0,0.0142047642685763,0.153725174569888,0.0,0.024089638300534,0.153725174569888,0.0,0.0241720247646779,0.5,0.153725174569888,0.0,0.0803484281247704,0,0.00751849674895371,0.006934177463136 -1413,0.5,0.153725174569888,0.0,0.0147187865574617,0.153725174569888,0.0,0.0010196654726396,0.153725174569888,0.0,0.013183276047469,0.153725174569888,0.0,0.00765185606618105,0.153725174569888,0.0,0.00361618475511855,0.153725174569888,0.0,0.0907234100504601,0.153725174569888,0.0,0.041779870279442,0.153725174569888,0.0,0.063109489875322,0.5,0.153725174569888,0.0,0.0479807307842185,0.153725174569888,0.0,0.0406769659321443,0.5,0.153725174569888,0.0,0.0362141490115181,0.153725174569888,0.0,0.0469444890576597,0.153725174569888,0.0,0.000504272800941897,0.153725174569888,0.0,0.0141526103431821,0.153725174569888,0.0,0.0151577145589192,0.153725174569888,0.0,0.0265095161236868,0.153725174569888,0.0,0.0265304891400531,0.5,0.153725174569888,0.0,0.0654329444115795,0,0.00349731010986952,0.00754789736093756 -1414,0.5,0.153725174569888,0.0,0.0124424949699571,0.153725174569888,0.0,0.00177717569050232,0.153725174569888,0.0,0.00739468897770889,0.153725174569888,0.0,0.00836729141209578,0.153725174569888,0.0,0.0030003689499735,0.153725174569888,0.0,0.0831737542043294,0.153725174569888,0.0,0.0504064334209559,0.153725174569888,0.0,0.0612649394619788,0.5,0.153725174569888,0.0,0.0434498780785035,0.153725174569888,0.0,0.0281701096364203,0.5,0.153725174569888,0.0,0.0248457346066645,0.153725174569888,0.0,0.0336548199505931,0.153725174569888,0.0,0.000702849162877891,0.153725174569888,0.0,0.0135379836222901,0.153725174569888,0.0,0.0139877633255384,0.153725174569888,0.0,0.0238519209935649,0.153725174569888,0.0,0.025571365262031,0.5,0.153725174569888,0.0,0.0555495964919312,0,0.00222990485579259,0.00720392405520752 -1415,0.5,0.153725174569888,0.0,0.0110037572430958,0.153725174569888,0.0,0.00738114973013498,0.153725174569888,0.0,0.0042739901141958,0.153725174569888,0.0,0.00865195557278566,0.153725174569888,0.0,0.00526595811944255,0.153725174569888,0.0,0.0705282476513522,0.153725174569888,0.0,0.0499938524485838,0.153725174569888,0.0,0.0538602046842714,0.5,0.153725174569888,0.0,0.0412260965818318,0.153725174569888,0.0,0.014706765042287,0.5,0.153725174569888,0.0,0.0114650457671298,0.153725174569888,0.0,0.0203316740182842,0.153725174569888,0.0,0.00133389367897482,0.153725174569888,0.0,0.0128373117030198,0.153725174569888,0.0,0.0127329908253806,0.153725174569888,0.0,0.0180757851559321,0.153725174569888,0.0,0.016921905048678,0.5,0.153725174569888,0.0,0.0439576906427656,0,0.00254727068269622,0.00865155985646505 -1416,0.5,0.153725174569888,0.0,0.00993586045192626,0.153725174569888,0.0,0.00990059098709659,0.153725174569888,0.0,0.00269846723505148,0.153725174569888,0.0,0.0082551818870552,0.153725174569888,0.0,0.00989558492868538,0.153725174569888,0.0,0.0618963242490755,0.153725174569888,0.0,0.0469571067656228,0.153725174569888,0.0,0.0479171385900555,0.5,0.153725174569888,0.0,0.0358180668188569,0.153725174569888,0.0,0.0105494559567404,0.5,0.153725174569888,0.0,0.00865562536225354,0.153725174569888,0.0,0.015304788032232,0.153725174569888,0.0,0.00189267820209591,0.153725174569888,0.0,0.0121589112614412,0.153725174569888,0.0,0.0121850777746432,0.153725174569888,0.0,0.0147204338659699,0.153725174569888,0.0,0.0103676789435688,0.5,0.153725174569888,0.0,0.0369963836113654,0,0.003398382799269,0.0091217878784578 -1417,0.5,0.153725174569888,0.0,0.00901737233878538,0.153725174569888,0.0,0.0109664614147665,0.153725174569888,0.0,0.00276024204790684,0.153725174569888,0.0,0.00773667444707478,0.153725174569888,0.0,0.0158189839490786,0.153725174569888,0.0,0.0577736080789734,0.153725174569888,0.0,0.0427355782441397,0.153725174569888,0.0,0.0446845314858982,0.5,0.153725174569888,0.0,0.0369525163790406,0.153725174569888,0.0,0.00887666067745966,0.5,0.153725174569888,0.0,0.00847010445547558,0.153725174569888,0.0,0.0103063961983094,0.153725174569888,0.0,0.0020118379115419,0.153725174569888,0.0,0.0109573512493715,0.153725174569888,0.0,0.0108838977433123,0.153725174569888,0.0,0.0150693799893304,0.153725174569888,0.0,0.00900414552250622,0.5,0.153725174569888,0.0,0.0333772650390743,0,0.00471323863647755,0.0065787327463732 -1418,0.5,0.153725174569888,0.0,0.00748517279753531,0.153725174569888,0.0,0.012591828169674,0.153725174569888,0.0,0.00271436852840387,0.153725174569888,0.0,0.00571000935335715,0.153725174569888,0.0,0.02042505679445,0.153725174569888,0.0,0.0568251269896914,0.153725174569888,0.0,0.0408567905622391,0.153725174569888,0.0,0.0389118041782772,0.5,0.153725174569888,0.0,0.0505530603801305,0.153725174569888,0.0,0.00873300087748834,0.5,0.153725174569888,0.0,0.00809734869427681,0.153725174569888,0.0,0.00789041340318776,0.153725174569888,0.0,0.00243850189731109,0.153725174569888,0.0,0.0108210534928288,0.153725174569888,0.0,0.00860584134589546,0.153725174569888,0.0,0.0157237442816071,0.153725174569888,0.0,0.00970425626200678,0.5,0.153725174569888,0.0,0.028370223490178,0,0.00605607684879247,0.00515530304000816 -1419,0.5,0.153725174569888,0.0,0.00631031964993398,0.153725174569888,0.0,0.0105651271180822,0.153725174569888,0.0,0.0018622408305041,0.153725174569888,0.0,0.00318037258466863,0.153725174569888,0.0,0.0285649102718999,0.153725174569888,0.0,0.0527215836245748,0.153725174569888,0.0,0.0398178008800408,0.153725174569888,0.0,0.0305393615191502,0.5,0.153725174569888,0.0,0.0449879005330107,0.153725174569888,0.0,0.0114723877725487,0.5,0.153725174569888,0.0,0.00982253398981021,0.153725174569888,0.0,0.00594904581154505,0.153725174569888,0.0,0.00640058368997183,0.153725174569888,0.0,0.0126260573149661,0.153725174569888,0.0,0.00709543226611993,0.153725174569888,0.0,0.0148484709043953,0.153725174569888,0.0,0.0115806260173258,0.5,0.153725174569888,0.0,0.0238858543726902,0,0.0065469556473444,0.00775778739518731 -1420,0.5,0.153725174569888,0.0,0.00528535686714337,0.153725174569888,0.0,0.00993635766932542,0.153725174569888,0.0,0.00169749809051542,0.153725174569888,0.0,0.0019214212865871,0.153725174569888,0.0,0.03734162412829,0.153725174569888,0.0,0.0485288073701708,0.153725174569888,0.0,0.0360940986390015,0.153725174569888,0.0,0.0249197289763612,0.5,0.153725174569888,0.0,0.0247487349730388,0.153725174569888,0.0,0.0110368169319335,0.5,0.153725174569888,0.0,0.00881320677728598,0.153725174569888,0.0,0.00403084574383582,0.153725174569888,0.0,0.0124586365732581,0.153725174569888,0.0,0.0148473375516016,0.153725174569888,0.0,0.00702436368107469,0.153725174569888,0.0,0.0110989183756693,0.153725174569888,0.0,0.013051254781507,0.5,0.153725174569888,0.0,0.0221523794793141,0,0.0069232476718246,0.0137684787392077 -1421,0.5,0.153725174569888,0.0,0.00446551241528017,0.153725174569888,0.0,0.0111057075632229,0.153725174569888,0.0,0.00219797697791314,0.153725174569888,0.0,0.00136789337052957,0.153725174569888,0.0,0.0465470438676643,0.153725174569888,0.0,0.0475486646872636,0.153725174569888,0.0,0.034996302343502,0.153725174569888,0.0,0.0256872795798291,0.5,0.153725174569888,0.0,0.0128929007019686,0.153725174569888,0.0,0.00759788204983126,0.5,0.153725174569888,0.0,0.00450804461828419,0.153725174569888,0.0,0.00343865182079689,0.153725174569888,0.0,0.0168724917659971,0.153725174569888,0.0,0.0190780857273618,0.153725174569888,0.0,0.00839622549673188,0.153725174569888,0.0,0.00716038537168632,0.153725174569888,0.0,0.01205761751965,0.5,0.153725174569888,0.0,0.018664651791327,0,0.00642554488139867,0.0209202560235382 -1422,0.5,0.153725174569888,0.0,0.00393875057223516,0.153725174569888,0.0,0.0151396783047812,0.153725174569888,0.0,0.00288764196140283,0.153725174569888,0.0,0.00187140938223832,0.153725174569888,0.0,0.0505519283429752,0.153725174569888,0.0,0.0465874760073779,0.153725174569888,0.0,0.0356414004018896,0.153725174569888,0.0,0.0284458370043925,0.5,0.153725174569888,0.0,0.0111340353172308,0.153725174569888,0.0,0.00630178197073243,0.5,0.153725174569888,0.0,0.00379391664583139,0.153725174569888,0.0,0.00435043776760707,0.153725174569888,0.0,0.0198271267799503,0.153725174569888,0.0,0.0262113376698022,0.153725174569888,0.0,0.0116117264542857,0.153725174569888,0.0,0.00769829282624718,0.153725174569888,0.0,0.00981928642438075,0.5,0.153725174569888,0.0,0.014442863246966,0,0.00546996932448478,0.021235829226096 -1423,0.5,0.153725174569888,0.0,0.00406508834575049,0.153725174569888,0.0,0.0203870834639101,0.153725174569888,0.0,0.00432924457156869,0.153725174569888,0.0,0.00459930090821277,0.153725174569888,0.0,0.05235054583528,0.153725174569888,0.0,0.0457197838490242,0.153725174569888,0.0,0.0369667743217622,0.153725174569888,0.0,0.0291220028463724,0.5,0.153725174569888,0.0,0.0139254628326948,0.153725174569888,0.0,0.00620276687911083,0.5,0.153725174569888,0.0,0.00696779126677009,0.153725174569888,0.0,0.00546671316236044,0.153725174569888,0.0,0.0210880466599698,0.153725174569888,0.0,0.033879138078764,0.153725174569888,0.0,0.014585160073551,0.153725174569888,0.0,0.0104957800444515,0.153725174569888,0.0,0.0087247694202799,0.5,0.153725174569888,0.0,0.0118271575282404,0,0.00397978455931888,0.0208207133155616 -1424,0.5,0.153725174569888,0.00361097246754143,0.00485466996340986,0.153725174569888,0.00213237318354956,0.0257337382789345,0.153725174569888,0.0105921991665264,0.00422651141470944,0.153725174569888,0.0180671571646286,0.0075179321731116,0.153725174569888,0.000435892461684205,0.0540370840693808,0.153725174569888,6.08331214818505e-05,0.0446071244581599,0.153725174569888,0.00131018809062542,0.0349618621533231,0.153725174569888,0.000592190129086285,0.0299743529655903,0.5,0.153725174569888,0.00170636059283812,0.0153340040944595,0.153725174569888,0.0126475877329624,0.00680430723711794,0.5,0.153725174569888,0.00506771720030057,0.00854737421532886,0.153725174569888,0.00490304300001321,0.00533496824868218,0.153725174569888,0.00125587121910284,0.0234681037393754,0.153725174569888,0.00109142862614943,0.0391567838899101,0.153725174569888,0.00417698662113741,0.0172705235906173,0.153725174569888,0.00438868635311706,0.0111725851119081,0.153725174569888,0.013848039426276,0.00867816735988731,0.5,0.153725174569888,0.0308272599405472,0.0117699293025633,0,0.0027248329519448,0.0410878151657699 -1425,0.5,0.153725174569888,0.0571058268343907,0.00706376226140697,0.153725174569888,0.093025247511326,0.0274205755080769,0.153725174569888,0.172153941056195,0.00390467621782245,0.153725174569888,0.154407375923194,0.00873164374063142,0.153725174569888,0.0476005028475146,0.0495429035119414,0.153725174569888,0.0810860600054382,0.0431254453279866,0.153725174569888,0.0945157974541308,0.0250359522845274,0.153725174569888,0.0532547318433797,0.0244295309769963,0.5,0.153725174569888,0.0857526102256529,0.0164360357804673,0.153725174569888,0.150876691521522,0.00438225426958465,0.5,0.153725174569888,0.127228323986574,0.00565590095893211,0.153725174569888,0.10267295080649,0.00333786171541878,0.153725174569888,0.075838236692946,0.0319994982276131,0.153725174569888,0.108580227563671,0.0369479073476761,0.153725174569888,0.138751375074817,0.0167389337566081,0.153725174569888,0.142465860395954,0.00908729311442773,0.153725174569888,0.175952031873742,0.00880376232968896,0.5,0.153725174569888,0.197224371791676,0.0123615213988705,0,0.0020926450207977,0.0831141908884275 -1426,0.5,0.153725174569888,0.129761381004352,0.0177739841764874,0.153725174569888,0.259784202503472,0.0584487376991778,0.153725174569888,0.341428668083635,0.00740168318631604,0.153725174569888,0.320599732160872,0.0210495848187465,0.153725174569888,0.161176998536436,0.0585812391705451,0.153725174569888,0.216996358989936,0.051669076447297,0.153725174569888,0.241639477293942,0.0225782357349236,0.153725174569888,0.138696031396041,0.0550394644401687,0.5,0.153725174569888,0.200841294544982,0.0606169036965142,0.153725174569888,0.285756695917058,0.00158934108067618,0.5,0.153725174569888,0.267921548074672,0.00243170927797426,0.153725174569888,0.216713566028199,0.00674213168291578,0.153725174569888,0.21226507393519,0.0540260677109011,0.153725174569888,0.24209771284895,0.0531670668107025,0.153725174569888,0.31277149092131,0.0212811385301032,0.153725174569888,0.311876484661277,0.00712272010266868,0.153725174569888,0.350738745520101,0.0088154692209778,0.5,0.153725174569888,0.373727050375452,0.0106116768663646,0,0.00182829548597676,0.106659671010074 -1427,0.5,0.153725174569888,0.226728629035654,0.0355224622583752,0.153725174569888,0.339522903294162,0.0824007179670915,0.153725174569888,0.494668213947858,0.0302313576756118,0.153725174569888,0.458488590240004,0.0489298145873301,0.153725174569888,0.304252200208227,0.0740277231330774,0.153725174569888,0.379085891617328,0.0941195912061892,0.153725174569888,0.392019222597545,0.0347335825365245,0.153725174569888,0.221301315880606,0.139629076034722,0.5,0.153725174569888,0.311556812252771,0.161330105709572,0.153725174569888,0.401633853567042,0.00838014949793777,0.5,0.153725174569888,0.418409098836025,0.00630180297726271,0.153725174569888,0.334977648599727,0.0178073615730442,0.153725174569888,0.321904853395702,0.111074717438242,0.153725174569888,0.374005923356079,0.0888510350295361,0.153725174569888,0.466228710226198,0.0431058198002467,0.153725174569888,0.46686087332507,0.0131416603879761,0.153725174569888,0.507679869996036,0.0209930538475395,0.5,0.153725174569888,0.527487592036495,0.0256921954207583,0,0.00233510896005676,0.112717376969397 -1428,0.5,0.153725174569888,0.270420747277388,0.0455244964030025,0.153725174569888,0.354566588588773,0.0762903825017238,0.153725174569888,0.596776643004265,0.0750529366846082,0.153725174569888,0.536645116483772,0.0795331379018768,0.153725174569888,0.391694898285053,0.0707067362218242,0.153725174569888,0.48107416016589,0.136064781696943,0.153725174569888,0.523302051166868,0.0577936536905469,0.153725174569888,0.308327797982413,0.156929994052403,0.5,0.153725174569888,0.324291986409591,0.138862512128863,0.153725174569888,0.485907460127877,0.010587201502732,0.5,0.153725174569888,0.511625272210863,0.0407374982164598,0.153725174569888,0.380736278671149,0.0249266309791783,0.153725174569888,0.220025807695891,0.107988281916714,0.153725174569888,0.461830068807497,0.102055011124506,0.153725174569888,0.567723883398518,0.0740445198284879,0.153725174569888,0.575175402653916,0.036470249070439,0.153725174569888,0.611445211430529,0.0604211979744147,0.5,0.153725174569888,0.626413565109393,0.0385095164502907,0,0.00134358790104786,0.147111710482287 -1429,0.5,0.153725174569888,0.311072041856415,0.0530459344918836,0.153725174569888,0.421745514780231,0.12375467251336,0.153725174569888,0.63178844335039,0.109758651544051,0.153725174569888,0.556349800246812,0.105403600702015,0.153725174569888,0.454673984382205,0.0636254583597559,0.153725174569888,0.476929821231151,0.13822740567563,0.153725174569888,0.588793383141236,0.085797583081518,0.153725174569888,0.277425483002915,0.160903911264384,0.5,0.153725174569888,0.283349085554991,0.133207690281901,0.153725174569888,0.514085741282393,0.00568337826670955,0.5,0.153725174569888,0.524697308926,0.0681791892916766,0.153725174569888,0.411348274117672,0.0275388672841413,0.153725174569888,0.234709008445887,0.100750565308772,0.153725174569888,0.451441166011828,0.112390018626948,0.153725174569888,0.620145721236279,0.110919064383424,0.153725174569888,0.621360258307596,0.0690597672889519,0.153725174569888,0.650901896234899,0.115511289575567,0.5,0.153725174569888,0.663400895759126,0.0732558397006252,0,0.000937148608454678,0.177030292560069 -1430,0.5,0.153725174569888,0.316674134079309,0.0513789275418943,0.153725174569888,0.445532023716311,0.207492152557078,0.153725174569888,0.61733169104438,0.117680030485452,0.153725174569888,0.520469252347217,0.10834495382483,0.153725174569888,0.493409149141304,0.0794122678686724,0.153725174569888,0.390216263213898,0.143099526746266,0.153725174569888,0.558552171334132,0.136245508322424,0.153725174569888,0.224017335618317,0.169389501573884,0.5,0.153725174569888,0.210588595065558,0.142580052569775,0.153725174569888,0.524552797785914,0.00512449683608398,0.5,0.153725174569888,0.437649041405769,0.0660648597390906,0.153725174569888,0.394483076324177,0.0239538737543661,0.153725174569888,0.329873897907609,0.125592393741829,0.153725174569888,0.417622061637831,0.123428718412795,0.153725174569888,0.608321942529877,0.131073410994388,0.153725174569888,0.598367240888947,0.0983762234586684,0.153725174569888,0.634182885628927,0.129892241326049,0.5,0.153725174569888,0.645382308941682,0.0898790076602697,0,0.000440800431917632,0.192947276282695 -1431,0.5,0.153725174569888,0.229890694329069,0.0477070072757627,0.153725174569888,0.290121425648967,0.209136100150098,0.153725174569888,0.5467035783888,0.113197120860999,0.153725174569888,0.44715117590353,0.0934020155651318,0.153725174569888,0.400520431437806,0.0979265372769294,0.153725174569888,0.252728709127887,0.13238136495346,0.153725174569888,0.410088660366684,0.156487902930233,0.153725174569888,0.171269074384955,0.176151844461689,0.5,0.153725174569888,0.143758983566885,0.146840223420654,0.153725174569888,0.444926060009261,0.00781436070534617,0.5,0.153725174569888,0.309527938460656,0.0482768977681036,0.153725174569888,0.291828092419397,0.0240207937448466,0.153725174569888,0.275915588404298,0.13933701562927,0.153725174569888,0.382549096203819,0.146005258815422,0.153725174569888,0.51215517385628,0.120597287721905,0.153725174569888,0.4949502695472,0.108906175329501,0.153725174569888,0.554926601131557,0.0981318536096375,0.5,0.153725174569888,0.558914465623637,0.080977729312904,0,0.000262962636786392,0.209703825470048 -1432,0.5,0.153725174569888,0.163214378824602,0.0401629135294953,0.153725174569888,0.0754230083006824,0.135134795245806,0.153725174569888,0.414300847747537,0.0914690787660019,0.153725174569888,0.298244466635054,0.0564203685463358,0.153725174569888,0.250729913759516,0.103671003376567,0.153725174569888,0.141372551377661,0.0879587717314676,0.153725174569888,0.234910297239174,0.12890149450538,0.153725174569888,0.104289596517498,0.144990547994965,0.5,0.153725174569888,0.093407878078698,0.127242803168866,0.153725174569888,0.263568455798663,0.00850663456695254,0.5,0.153725174569888,0.205217843598959,0.0206716032950906,0.153725174569888,0.184751258288516,0.0213958919990549,0.153725174569888,0.168767894623257,0.133782406548944,0.153725174569888,0.283891729087621,0.144893903806579,0.153725174569888,0.364226098386994,0.0843055238922842,0.153725174569888,0.341614837315929,0.0987053771024651,0.153725174569888,0.413544187532719,0.0649988042392459,0.5,0.153725174569888,0.408759070786312,0.0693107622611074,0,0.00399682647241884,0.224432721320343 -1433,0.5,0.153725174569888,0.0767292557470374,0.0244426747836493,0.153725174569888,0.0305914451156179,0.0895228158350231,0.153725174569888,0.165834356887207,0.0488996207864278,0.153725174569888,0.095746229019793,0.0402947045352731,0.153725174569888,0.0989558754559873,0.0738419892366485,0.153725174569888,0.0605278446403145,0.0335749014237673,0.153725174569888,0.111621236100334,0.0619476651530199,0.153725174569888,0.0399008996128453,0.0767909006627575,0.5,0.153725174569888,0.0507102856033448,0.0966124162661713,0.153725174569888,0.0881805829701963,0.0139683068977252,0.5,0.153725174569888,0.10902391117199,0.00274054463655484,0.153725174569888,0.0869251728372085,0.0184465725403586,0.153725174569888,0.0710659682687371,0.106027354016926,0.153725174569888,0.182766836326692,0.0919956550294428,0.153725174569888,0.178555993875448,0.0488827951950114,0.153725174569888,0.165167996754424,0.0408613259645979,0.153725174569888,0.152413646613002,0.0221366489730848,0.5,0.153725174569888,0.152147019030737,0.0188742426905556,0,0.0146630769995141,0.225104636258981 -1434,0.5,0.153725174569888,0.0,0.0379320957014727,0.153725174569888,0.0,0.0814105067263064,0.153725174569888,0.0,0.0647384612449426,0.153725174569888,0.0,0.0630894729380058,0.153725174569888,0.0,0.112720584277604,0.153725174569888,0.0,0.0171260227823086,0.153725174569888,0.0,0.0625846396742448,0.153725174569888,5.61232732000629e-05,0.0432540260972134,0.5,0.153725174569888,0.0,0.0708837631673468,0.153725174569888,0.0,0.00855325886142544,0.5,0.153725174569888,0.0,0.00140857675324227,0.153725174569888,0.0,0.00939719942206272,0.153725174569888,0.0,0.0930423697103131,0.153725174569888,0.0,0.105723591841692,0.153725174569888,0.0,0.0712669980482951,0.153725174569888,0.0,0.0305928004728033,0.153725174569888,0.0,0.0163187961646145,0.5,0.153725174569888,0.0,0.00749943625459035,0,0.0194724041005396,0.202485271248649 -1435,0.5,0.153725174569888,0.0,0.0553322350297894,0.153725174569888,0.0,0.0887496374031419,0.153725174569888,0.0,0.0651038862395905,0.153725174569888,0.0,0.0740022941065569,0.153725174569888,0.0,0.146387186126662,0.153725174569888,0.0,0.0158384276180313,0.153725174569888,0.0,0.0608552893742471,0.153725174569888,0.0,0.0377664348815242,0.5,0.153725174569888,0.0,0.049820357425739,0.153725174569888,0.0,0.00274697778200039,0.5,0.153725174569888,0.0,0.00167662151040494,0.153725174569888,0.0,0.00793961987048646,0.153725174569888,0.0,0.0885774394358186,0.153725174569888,0.0,0.124180065270462,0.153725174569888,0.0,0.0856805166881846,0.153725174569888,0.0,0.0299723812602681,0.153725174569888,0.0,0.0154794214050634,0.5,0.153725174569888,0.0,0.00502707846900225,0,0.029088081945948,0.184955881317862 -1436,0.5,0.153725174569888,0.0,0.0672228885815097,0.153725174569888,0.0,0.094203822798841,0.153725174569888,0.0,0.0626053623671775,0.153725174569888,0.0,0.0758253705513795,0.153725174569888,0.0,0.128058081139871,0.153725174569888,0.0,0.0118700418586661,0.153725174569888,0.0,0.0457577441960642,0.153725174569888,0.0,0.0390780835899174,0.5,0.153725174569888,0.0,0.0405814065024848,0.153725174569888,0.0,0.00171769804864854,0.5,0.153725174569888,0.0,0.00204917476478638,0.153725174569888,0.0,0.00973900734161509,0.153725174569888,0.0,0.075060690631406,0.153725174569888,0.0,0.125896452873255,0.153725174569888,0.0,0.0943369470754511,0.153725174569888,0.0,0.0216121753813947,0.153725174569888,0.0,0.0147862018129035,0.5,0.153725174569888,0.0,0.00462441627162697,0,0.0527336750681871,0.18796399299307 -1437,0.5,0.153725174569888,0.0,0.0693775466021067,0.153725174569888,0.0,0.12276609409732,0.153725174569888,0.0,0.0605876505353977,0.153725174569888,0.0,0.077132238236372,0.153725174569888,0.0,0.104344707321047,0.153725174569888,0.0,0.0140958283674574,0.153725174569888,0.0,0.0318816267448174,0.153725174569888,0.0,0.0422768003756097,0.5,0.153725174569888,0.0,0.0374195758480417,0.153725174569888,0.0,0.00101046461213809,0.5,0.153725174569888,0.0,0.00249308901340829,0.153725174569888,0.0,0.0100015296126644,0.153725174569888,0.0,0.0847250483972301,0.153725174569888,0.0,0.130691517146052,0.153725174569888,0.0,0.100846944255132,0.153725174569888,0.0,0.0137733464796365,0.153725174569888,0.0,0.0128553375697698,0.5,0.153725174569888,0.0,0.00383671057880371,0,0.0534435385781563,0.232039248499907 -1438,0.5,0.153725174569888,0.0,0.0701755358341058,0.153725174569888,0.0,0.162890428017717,0.153725174569888,0.0,0.057153863420769,0.153725174569888,0.0,0.0761513903019406,0.153725174569888,0.0,0.0821206393085821,0.153725174569888,0.0,0.0197647055184489,0.153725174569888,0.0,0.0235099464290026,0.153725174569888,0.0,0.0440814689002735,0.5,0.153725174569888,0.0,0.0312102439921766,0.153725174569888,0.0,0.000486921241866157,0.5,0.153725174569888,0.0,0.00319129717488957,0.153725174569888,0.0,0.00814017903136972,0.153725174569888,0.0,0.0924207527427632,0.153725174569888,0.0,0.137068917310063,0.153725174569888,0.0,0.100701400574001,0.153725174569888,0.0,0.0103309578812709,0.153725174569888,0.0,0.00846807522201085,0.5,0.153725174569888,0.0,0.00443965840093617,0,0.0436300556529129,0.330022092950112 -1439,0.5,0.153725174569888,0.0,0.073766784089651,0.153725174569888,0.0,0.179114405255776,0.153725174569888,0.0,0.0489730923705851,0.153725174569888,0.0,0.0693769805537345,0.153725174569888,0.0,0.0597316550596271,0.153725174569888,0.0,0.0245843285144704,0.153725174569888,0.0,0.0217089070574081,0.153725174569888,0.0,0.0375220798277425,0.5,0.153725174569888,0.0,0.0253190914479778,0.153725174569888,0.0,0.000341271484517461,0.5,0.153725174569888,0.0,0.00864040752793681,0.153725174569888,0.0,0.00759263834462007,0.153725174569888,0.0,0.10896350928116,0.153725174569888,0.0,0.142964039671297,0.153725174569888,0.0,0.094555679940063,0.153725174569888,0.0,0.00888400719596347,0.153725174569888,0.0,0.00491239351025988,0.5,0.153725174569888,0.0,0.00379119560142571,0,0.0367955807799563,0.45392547476822 -1440,0.5,0.153725174569888,0.0,0.075765808094332,0.153725174569888,0.0,0.150361874960238,0.153725174569888,0.0,0.0370663896171308,0.153725174569888,0.0,0.0632381456791206,0.153725174569888,0.0,0.043358081960487,0.153725174569888,0.0,0.0283294360594127,0.153725174569888,0.0,0.0198759717461632,0.153725174569888,0.0,0.0278775561741889,0.5,0.153725174569888,0.0,0.025463978615555,0.153725174569888,0.0,0.000273939587483906,0.5,0.153725174569888,0.0,0.0206208391354884,0.153725174569888,0.0,0.0114194067612084,0.153725174569888,0.0,0.134870118015701,0.153725174569888,0.0,0.142809915775305,0.153725174569888,0.0,0.085845647783582,0.153725174569888,0.0,0.00919932677039712,0.153725174569888,0.0,0.00423784381423887,0.5,0.153725174569888,0.0,0.00354738359735678,0,0.0373900509554783,0.50736500588416 -1441,0.5,0.153725174569888,0.0,0.0800094824283022,0.153725174569888,0.0,0.136459898140335,0.153725174569888,0.0,0.0264413323907801,0.153725174569888,0.0,0.0647142576399489,0.153725174569888,0.0,0.0294655453311188,0.153725174569888,0.0,0.0372204462838527,0.153725174569888,0.0,0.0238332327201071,0.153725174569888,0.0,0.0284901983818343,0.5,0.153725174569888,0.0,0.0297307789727643,0.153725174569888,0.0,0.000445332284597622,0.5,0.153725174569888,0.0,0.0410526751145177,0.153725174569888,0.0,0.025939448756271,0.153725174569888,0.0,0.152294961625103,0.153725174569888,0.0,0.138294121790923,0.153725174569888,0.0,0.0811429065497175,0.153725174569888,0.0,0.0110733852265187,0.153725174569888,0.0,0.00672388669143423,0.5,0.153725174569888,0.0,0.0039983546555918,0,0.0432305813323332,0.479272965811339 -1442,0.5,0.153725174569888,0.0,0.0829124917662293,0.153725174569888,0.0,0.134853640033987,0.153725174569888,0.0,0.0214777628082985,0.153725174569888,0.0,0.0739056130667379,0.153725174569888,0.0,0.0237800970055884,0.153725174569888,0.0,0.057897882546466,0.153725174569888,0.0,0.0380234166878584,0.153725174569888,0.0,0.0351976553718777,0.5,0.153725174569888,0.0,0.0353491175105469,0.153725174569888,0.0,0.00168787149219575,0.5,0.153725174569888,0.0,0.0489620235610329,0.153725174569888,0.0,0.0320597183328918,0.153725174569888,0.0,0.170331335385201,0.153725174569888,0.0,0.126247043307395,0.153725174569888,0.0,0.0717602249807287,0.153725174569888,0.0,0.0141930069042649,0.153725174569888,0.0,0.011818248614277,0.5,0.153725174569888,0.0,0.00307254674029224,0,0.0532694496051486,0.389385998938315 -1443,0.5,0.153725174569888,0.0,0.0892969177042432,0.153725174569888,0.0,0.131755206429314,0.153725174569888,0.0,0.0172485845258827,0.153725174569888,0.0,0.0803966247925067,0.153725174569888,0.0,0.0312352778355436,0.153725174569888,0.0,0.0868298901827222,0.153725174569888,0.0,0.0569753846319717,0.153725174569888,0.0,0.0332880235565198,0.5,0.153725174569888,0.0,0.0329738488673289,0.153725174569888,0.0,0.00292290969308349,0.5,0.153725174569888,0.0,0.0408251723069082,0.153725174569888,0.0,0.0279635166351633,0.153725174569888,0.0,0.187559422362688,0.153725174569888,0.0,0.106184307126993,0.153725174569888,0.0,0.0584645016535764,0.153725174569888,0.0,0.0182389061290815,0.153725174569888,0.0,0.0164904029483349,0.5,0.153725174569888,0.0,0.00112899251013051,0,0.0754751991599685,0.320116023106256 -1444,0.5,0.153725174569888,0.0,0.0924140650368592,0.153725174569888,0.0,0.112877570088622,0.153725174569888,0.0,0.0112646849676008,0.153725174569888,0.0,0.0870603885197427,0.153725174569888,0.0,0.0564239162266799,0.153725174569888,0.0,0.0909245430859114,0.153725174569888,0.0,0.0719042309597799,0.153725174569888,0.0,0.0302437494928276,0.5,0.153725174569888,0.0,0.0262699175795904,0.153725174569888,0.0,0.0034669803349954,0.5,0.153725174569888,0.0,0.0349919783512507,0.153725174569888,0.0,0.0263150634957634,0.153725174569888,0.0,0.192038242626576,0.153725174569888,0.0,0.0859155797452882,0.153725174569888,0.0,0.0466864253702045,0.153725174569888,0.0,0.0159761517271371,0.153725174569888,0.0,0.0187606181421687,0.5,0.153725174569888,0.0,0.000991245877164414,0,0.108827242328897,0.262317156742927 -1445,0.5,0.153725174569888,0.0,0.086177511989371,0.153725174569888,0.0,0.115521167092343,0.153725174569888,0.0,0.00872365323510455,0.153725174569888,0.0,0.0831012999307651,0.153725174569888,0.0,0.0811842616980116,0.153725174569888,0.0,0.0882021106229397,0.153725174569888,0.0,0.073527915286105,0.153725174569888,0.0,0.0361686127400546,0.5,0.153725174569888,0.0,0.0210872536968112,0.153725174569888,0.0,0.00646542566869017,0.5,0.153725174569888,0.0,0.0340579381235818,0.153725174569888,0.0,0.0275651627292775,0.153725174569888,0.0,0.194215203878355,0.153725174569888,0.0,0.0664170077196954,0.153725174569888,0.0,0.045530808328735,0.153725174569888,0.0,0.016415775203863,0.153725174569888,0.0,0.0196758716116967,0.5,0.153725174569888,0.0,0.00215619543945739,0,0.123637773237052,0.208481425882248 -1446,0.5,0.153725174569888,0.0,0.0844150732277562,0.153725174569888,0.0,0.123883352641413,0.153725174569888,0.0,0.00900535255374784,0.153725174569888,0.0,0.0679564868269471,0.153725174569888,0.0,0.114116594987249,0.153725174569888,0.0,0.0835797903931322,0.153725174569888,0.0,0.0820515730623685,0.153725174569888,0.0,0.0403470596933304,0.5,0.153725174569888,0.0,0.0195856104238835,0.153725174569888,0.0,0.0121322385438346,0.5,0.153725174569888,0.0,0.0218108072587349,0.153725174569888,0.0,0.0241239784984942,0.153725174569888,0.0,0.181409517584207,0.153725174569888,0.0,0.0558246707067534,0.153725174569888,0.0,0.0456160848859844,0.153725174569888,0.0,0.0218587347147049,0.153725174569888,0.0,0.01525117979795,0.5,0.153725174569888,0.0,0.0065857429308049,0,0.135246430076877,0.16716599105201 -1447,0.5,0.153725174569888,0.0,0.0818181660378177,0.153725174569888,0.0,0.128165066684932,0.153725174569888,0.0,0.0137697839731898,0.153725174569888,0.0,0.0556807360880776,0.153725174569888,0.0,0.145891121050001,0.153725174569888,0.0,0.0837300038897246,0.153725174569888,0.0,0.0822239445275913,0.153725174569888,0.0,0.0438412175046312,0.5,0.153725174569888,0.0,0.01410195737906,0.153725174569888,0.0,0.014941242625676,0.5,0.153725174569888,0.0,0.0128879947846439,0.153725174569888,0.0,0.0197725704208407,0.153725174569888,0.0,0.17742393337284,0.153725174569888,0.0,0.0649098496519385,0.153725174569888,0.0,0.0477336539234258,0.153725174569888,0.0,0.0351706014494964,0.153725174569888,0.0,0.0145900280388275,0.5,0.153725174569888,0.0,0.00896935363200811,0,0.14248007916535,0.159913660022727 -1448,0.5,0.153725174569888,0.00479744694518843,0.0804279933491181,0.153725174569888,0.00307084035269153,0.0993434904705954,0.153725174569888,0.00291202729180711,0.0179585114282545,0.153725174569888,0.00386931238077252,0.0513320471645803,0.153725174569888,0.000981403998330482,0.141314591747173,0.153725174569888,8.197707267187e-05,0.0901314890250816,0.153725174569888,0.00112961136889581,0.0958621443093104,0.153725174569888,0.0004734992622451,0.048101879966335,0.5,0.153725174569888,0.00136556368504843,0.0116384513742725,0.153725174569888,0.00322748710276591,0.0154992948521057,0.5,0.153725174569888,0.00331971825724354,0.0128731579327188,0.153725174569888,0.0036998567932659,0.02170371415015,0.153725174569888,0.00226176023729708,0.176827873635263,0.153725174569888,0.000789679521224014,0.096179630912567,0.153725174569888,0.00196021093062105,0.0612008473451575,0.153725174569888,0.00213933292366365,0.0531468490255967,0.153725174569888,0.00518616278742671,0.017697577908096,0.5,0.153725174569888,0.00776671617349298,0.00953841412672621,0,0.172850152337506,0.163010470343934 -1449,0.5,0.153725174569888,0.0373630843722135,0.0885079896907769,0.153725174569888,0.0519449085037246,0.103484719835319,0.153725174569888,0.0408147287375793,0.0239058523343587,0.153725174569888,0.0314747764428647,0.0482750628702887,0.153725174569888,0.0429890185763763,0.148510151365317,0.153725174569888,0.0150881715292752,0.130290935453822,0.153725174569888,0.0394829259046537,0.156046301213115,0.153725174569888,0.0380082944829771,0.0565950489921124,0.5,0.153725174569888,0.0590680318691785,0.0130934668529554,0.153725174569888,0.0423963515503522,0.0244531866380211,0.5,0.153725174569888,0.0624420493402087,0.0237309259010719,0.153725174569888,0.083198199261343,0.0322952965764539,0.153725174569888,0.0580838168622264,0.191390965507914,0.153725174569888,0.0415080277028995,0.161855276042751,0.153725174569888,0.0478843399634792,0.0983443268543263,0.153725174569888,0.0568442975215646,0.115626459617243,0.153725174569888,0.073780293690871,0.0326576224273164,0.5,0.153725174569888,0.0490292890195757,0.03948200565529,0,0.227390665022101,0.217413218882608 -1450,0.5,0.153725174569888,0.0565964838153533,0.111940439040636,0.153725174569888,0.0621604303439461,0.0992219557180976,0.153725174569888,0.125701620808053,0.0462098467445655,0.153725174569888,0.0678012579754897,0.0611269900214031,0.153725174569888,0.0748540942630955,0.21784157479591,0.153725174569888,0.04500626436941,0.207176348215396,0.153725174569888,0.113990582646086,0.252701024783712,0.153725174569888,0.116906282509638,0.131788004683325,0.5,0.153725174569888,0.157465992870347,0.0303103367769844,0.153725174569888,0.0929012697186292,0.0388608957046614,0.5,0.153725174569888,0.150617669495964,0.0769683707748001,0.153725174569888,0.187822767893869,0.0318269488047815,0.153725174569888,0.110422832905763,0.251116904183618,0.153725174569888,0.107826775150508,0.262236587132618,0.153725174569888,0.137204812769781,0.209385606067768,0.153725174569888,0.149315714948218,0.175896760280541,0.153725174569888,0.165820188565937,0.0631013918515873,0.5,0.153725174569888,0.109321877514969,0.063737169649343,0,0.240255898917943,0.35633524246038 -1451,0.5,0.153725174569888,0.0698422591799563,0.148831024852318,0.153725174569888,0.0711234874293935,0.146049585463355,0.153725174569888,0.208481585087873,0.110919446796449,0.153725174569888,0.0997354555334254,0.0740542955270876,0.153725174569888,0.161232909508851,0.347670679196157,0.153725174569888,0.0847008213704763,0.256442618794136,0.153725174569888,0.234117225275636,0.378393119504154,0.153725174569888,0.20022556368315,0.135553823780533,0.5,0.153725174569888,0.258270050939867,0.054863101461172,0.153725174569888,0.153669773362011,0.0463266559115567,0.5,0.153725174569888,0.224223241429757,0.065698757431191,0.153725174569888,0.267180848449587,0.0216633389541749,0.153725174569888,0.124385877588954,0.246531206222498,0.153725174569888,0.167441753137925,0.373098129732419,0.153725174569888,0.232023623978537,0.343627401610688,0.153725174569888,0.184390874798147,0.188531244460241,0.153725174569888,0.244343332707867,0.0620103572961123,0.5,0.153725174569888,0.17653993012643,0.0562489923636193,0,0.259511966542094,0.575773951769577 -1452,0.5,0.153725174569888,0.0866471316900256,0.19362125062718,0.153725174569888,0.161854732890162,0.320662473008013,0.153725174569888,0.245937313597879,0.142958066703655,0.153725174569888,0.128622189554157,0.0895793031437008,0.153725174569888,0.230822716775201,0.355160378133237,0.153725174569888,0.147817208463224,0.277241158892865,0.153725174569888,0.265180343982088,0.361467827330779,0.153725174569888,0.295562808375401,0.131101150474568,0.5,0.153725174569888,0.260869620282091,0.0463972284156573,0.153725174569888,0.249333428707623,0.0447357268133208,0.5,0.153725174569888,0.392123813291385,0.0517779068941969,0.153725174569888,0.312918432500253,0.0122815091447242,0.153725174569888,0.107686412798209,0.233886862664592,0.153725174569888,0.220410696487442,0.380829747303072,0.153725174569888,0.253869799364057,0.381420425294717,0.153725174569888,0.143550306378178,0.154076781677339,0.153725174569888,0.231392738965927,0.0492398710672463,0.5,0.153725174569888,0.201779080795986,0.0413338763054169,0,0.259526063999296,0.491875803544785 -1453,0.5,0.153725174569888,0.0967569226395467,0.213377431143961,0.153725174569888,0.279207378402909,0.470980651679122,0.153725174569888,0.162809054822951,0.145691881325086,0.153725174569888,0.160967355432595,0.0982845645168928,0.153725174569888,0.350735528063847,0.322415533583889,0.153725174569888,0.288457808892145,0.313960287197995,0.153725174569888,0.302390964433159,0.297652137748619,0.153725174569888,0.322728495331311,0.102762059119693,0.5,0.153725174569888,0.220013376546973,0.0456614708094175,0.153725174569888,0.224100191947547,0.0344289308332788,0.5,0.153725174569888,0.31256692116124,0.0455090001673864,0.153725174569888,0.267484223051977,0.0032329323937345,0.153725174569888,0.108560020201962,0.227915385714183,0.153725174569888,0.181984194882826,0.307295535770607,0.153725174569888,0.224696088564106,0.321248134788756,0.153725174569888,0.152048672382404,0.121013741063898,0.153725174569888,0.183689440650231,0.0378399845388188,0.5,0.153725174569888,0.192038906113195,0.0298931034942539,0,0.31378023414893,0.341387141019331 -1454,0.5,0.153725174569888,0.0881162991011708,0.215663307229357,0.153725174569888,0.102149652756262,0.347237146361266,0.153725174569888,0.136339071795791,0.129844932572501,0.153725174569888,0.148165308527631,0.0914342724132881,0.153725174569888,0.39141686123799,0.311171721672244,0.153725174569888,0.25016272869987,0.295826973923817,0.153725174569888,0.362868805837726,0.239303410703578,0.153725174569888,0.220447748259211,0.103590829503849,0.5,0.153725174569888,0.18598310763708,0.0544550794761989,0.153725174569888,0.200007131834288,0.029914658247533,0.5,0.153725174569888,0.180763595667711,0.032678174206273,0.153725174569888,0.202459818469674,0.00199833814341922,0.153725174569888,0.104213567318826,0.272682452526124,0.153725174569888,0.166425119892988,0.235187059221772,0.153725174569888,0.212258180528565,0.258018644749735,0.153725174569888,0.139820682382163,0.106956088924896,0.153725174569888,0.154873070042639,0.028795915355985,0.5,0.153725174569888,0.187458998345727,0.0230461856469227,0,0.238233426764227,0.404481794911677 -1455,0.5,0.153725174569888,0.0958298573334421,0.184010540917148,0.153725174569888,0.0614082755909203,0.211332204487511,0.153725174569888,0.145077212864355,0.113141314048157,0.153725174569888,0.0805113665367959,0.0631488598608497,0.153725174569888,0.414664253864196,0.312030071747996,0.153725174569888,0.157318988653821,0.252591405330178,0.153725174569888,0.325914674669714,0.193007984529813,0.153725174569888,0.114831479136499,0.119367341436577,0.5,0.153725174569888,0.130564657111378,0.0704103624108627,0.153725174569888,0.152395689712974,0.0301940966494728,0.5,0.153725174569888,0.126870752145958,0.0237739448131814,0.153725174569888,0.157446246694391,0.00411389424031258,0.153725174569888,0.0725224439922253,0.325415534675399,0.153725174569888,0.201140237692948,0.174628660626497,0.153725174569888,0.246545569532354,0.205687568583163,0.153725174569888,0.113197048450243,0.102248125814061,0.153725174569888,0.118480269847537,0.0188522273539815,0.5,0.153725174569888,0.200223274216541,0.0156233505793991,0,0.186030928720986,0.510963400958211 -1456,0.5,0.153725174569888,0.0556748983403986,0.150266591467847,0.153725174569888,0.0610329461991417,0.0996859807529162,0.153725174569888,0.112823561870908,0.084461194779381,0.153725174569888,0.0376917782915306,0.0332875856873108,0.153725174569888,0.268514568338505,0.275323867807856,0.153725174569888,0.0613321708362827,0.187896767213061,0.153725174569888,0.19981113220159,0.165657284078328,0.153725174569888,0.0821201736547303,0.143960389235416,0.5,0.153725174569888,0.0809337694453376,0.090690931311919,0.153725174569888,0.0975592128899758,0.038878056525078,0.5,0.153725174569888,0.0996408062462015,0.0155182845061936,0.153725174569888,0.102916657431871,0.00920006239100854,0.153725174569888,0.0652901393272072,0.347018878479598,0.153725174569888,0.189179985772543,0.13338914771412,0.153725174569888,0.184709071727254,0.151648214303633,0.153725174569888,0.0848414864861055,0.108072804612715,0.153725174569888,0.077558661192905,0.0119492647864645,0.5,0.153725174569888,0.122546874032236,0.01023486197318,0,0.165075172183508,0.607496697864991 -1457,0.5,0.153725174569888,0.0217838483562614,0.095240422000007,0.153725174569888,0.107153358407167,0.0253735601058457,0.153725174569888,0.051045958441406,0.0409608055195549,0.153725174569888,0.0127362322705537,0.0127125273332682,0.153725174569888,0.140810517365473,0.201704022985559,0.153725174569888,0.0370600325259858,0.156208897870527,0.153725174569888,0.0617653401726409,0.136864471472792,0.153725174569888,0.0609148953254051,0.165838668333253,0.5,0.153725174569888,0.0457522205698581,0.118514137421998,0.153725174569888,0.0394849494522906,0.0432586606537468,0.5,0.153725174569888,0.0675646242966549,0.0119457801519198,0.153725174569888,0.04416803496703,0.0192451515997062,0.153725174569888,0.0288197282399071,0.263119510309746,0.153725174569888,0.118091961092495,0.0746685664020631,0.153725174569888,0.108383607439735,0.0951569834350419,0.153725174569888,0.0554290114342206,0.117152657172095,0.153725174569888,0.0326904910125229,0.00845491914503243,0.5,0.153725174569888,0.0566889734923556,0.00870621679900528,0,0.122031842097267,0.656981569312191 -1458,0.5,0.153725174569888,4.0634463217159e-05,0.0580502811525472,0.153725174569888,0.0,0.0108506573406268,0.153725174569888,0.0,0.0148955724137216,0.153725174569888,3.85779811557512e-05,0.00616828219576312,0.153725174569888,0.0,0.173651730139284,0.153725174569888,0.0,0.146660317906878,0.153725174569888,0.0,0.154521115589094,0.153725174569888,0.000394941965692945,0.193934030910173,0.5,0.153725174569888,0.0,0.129646464927779,0.153725174569888,0.0,0.0311683868445444,0.5,0.153725174569888,0.0,0.0102879049345128,0.153725174569888,0.0,0.0277705038662748,0.153725174569888,0.0,0.147026585475359,0.153725174569888,0.0,0.0661311200342904,0.153725174569888,0.0,0.088886400045578,0.153725174569888,0.0,0.109575738505614,0.153725174569888,0.0,0.00590367669485575,0.5,0.153725174569888,1.32439024512061e-05,0.00381957103993282,0,0.107168116263671,0.71976587804727 -1459,0.5,0.153725174569888,0.0,0.0410705181800295,0.153725174569888,0.0,0.0396094480505677,0.153725174569888,0.0,0.00981663553155756,0.153725174569888,0.0,0.00312552792231676,0.153725174569888,0.0,0.149759817542754,0.153725174569888,0.0,0.18323649686985,0.153725174569888,0.0,0.209257328983357,0.153725174569888,0.0,0.22370427998378,0.5,0.153725174569888,0.0,0.135602111818017,0.153725174569888,0.0,0.0306135016686716,0.5,0.153725174569888,0.0,0.0139119495879379,0.153725174569888,0.0,0.0429309642399758,0.153725174569888,0.0,0.0996653255528206,0.153725174569888,0.0,0.106668824506269,0.153725174569888,0.0,0.120878065337982,0.153725174569888,0.0,0.11765416183343,0.153725174569888,0.0,0.00757278185008327,0.5,0.153725174569888,0.0,0.0047161948761295,0,0.143177638856474,0.833485221685596 -1460,0.5,0.153725174569888,0.0,0.0347575876339385,0.153725174569888,0.0,0.0748202927859781,0.153725174569888,0.0,0.00984270625850825,0.153725174569888,0.0,0.00216549640783184,0.153725174569888,0.0,0.136305980791709,0.153725174569888,0.0,0.244175031170526,0.153725174569888,0.0,0.255810024978567,0.153725174569888,0.0,0.231317932555743,0.5,0.153725174569888,0.0,0.130491716960031,0.153725174569888,0.0,0.0390012001275486,0.5,0.153725174569888,0.0,0.024670514091105,0.153725174569888,0.0,0.0710693539295713,0.153725174569888,0.0,0.100742378086167,0.153725174569888,0.0,0.145403747329172,0.153725174569888,0.0,0.13556169103855,0.153725174569888,0.0,0.136767145734072,0.153725174569888,0.0,0.0138644900333409,0.5,0.153725174569888,0.0,0.00942826402301104,0,0.135345877402576,0.947649533004566 -1461,0.5,0.153725174569888,0.0,0.03367481506219,0.153725174569888,0.0,0.119345926368876,0.153725174569888,0.0,0.0117428041696093,0.153725174569888,0.0,0.00250838775054119,0.153725174569888,0.0,0.181199811667283,0.153725174569888,0.0,0.288621140075853,0.153725174569888,0.0,0.217731884565911,0.153725174569888,0.0,0.210099642166409,0.5,0.153725174569888,0.0,0.0957989902934123,0.153725174569888,0.0,0.0461976170432869,0.5,0.153725174569888,0.0,0.0463340374831721,0.153725174569888,0.0,0.106027427235248,0.153725174569888,0.0,0.107721717712915,0.153725174569888,0.0,0.176335507023508,0.153725174569888,0.0,0.122886291767121,0.153725174569888,0.0,0.140698092222957,0.153725174569888,0.0,0.0255147398884479,0.5,0.153725174569888,0.0,0.0191340410167499,0,0.0786657506059954,0.985250768262979 -1462,0.5,0.153725174569888,0.0,0.0318546939693518,0.153725174569888,0.0,0.148044525313955,0.153725174569888,0.0,0.0143304908468187,0.153725174569888,0.0,0.00956439446344757,0.153725174569888,0.0,0.285694469313651,0.153725174569888,0.0,0.385655785893404,0.153725174569888,0.0,0.165467454188371,0.153725174569888,0.0,0.267533783148323,0.5,0.153725174569888,0.0,0.0974579821675989,0.153725174569888,0.0,0.0624297367684378,0.5,0.153725174569888,0.0,0.0771520518971835,0.153725174569888,0.0,0.146138157942597,0.153725174569888,0.0,0.111105668211058,0.153725174569888,0.0,0.161683116013705,0.153725174569888,0.0,0.0910218428721286,0.153725174569888,0.0,0.124324106772656,0.153725174569888,0.0,0.039733996891395,0.5,0.153725174569888,0.0,0.0325650399998658,0,0.0570064442742361,0.986833596253392 -1463,0.5,0.153725174569888,0.0,0.0294507110669426,0.153725174569888,0.0,0.130017006417,0.153725174569888,0.0,0.018069260532587,0.153725174569888,0.0,0.0255437496030001,0.153725174569888,0.0,0.400980533213907,0.153725174569888,0.0,0.447745462905488,0.153725174569888,0.0,0.201854177995596,0.153725174569888,0.0,0.376955850592879,0.5,0.153725174569888,0.0,0.140932503486335,0.153725174569888,0.0,0.0540316599468061,0.5,0.153725174569888,0.0,0.0901258455823798,0.153725174569888,0.0,0.145356869092166,0.153725174569888,0.0,0.116406177063315,0.153725174569888,0.0,0.232616575952044,0.153725174569888,0.0,0.0735203416947206,0.153725174569888,0.0,0.126234472714932,0.153725174569888,0.0,0.04456738345556,0.5,0.153725174569888,0.0,0.0403625121633977,0,0.0587575635402474,0.991060252494611 -1464,0.5,0.153725174569888,0.0,0.0299514649530095,0.153725174569888,0.0,0.103729302684295,0.153725174569888,0.0,0.0194750788337225,0.153725174569888,0.0,0.0417166303382671,0.153725174569888,0.0,0.416079593884146,0.153725174569888,0.0,0.391620901414316,0.153725174569888,0.0,0.31547290361754,0.153725174569888,0.0,0.431110810663113,0.5,0.153725174569888,0.0,0.173683351362004,0.153725174569888,0.0,0.029357059853989,0.5,0.153725174569888,0.0,0.0868679337176943,0.153725174569888,0.0,0.106106074480274,0.153725174569888,0.0,0.131748468487328,0.153725174569888,0.0,0.319737450784175,0.153725174569888,0.0,0.0766359926227982,0.153725174569888,0.0,0.163750910968676,0.153725174569888,0.0,0.0459722363156898,0.5,0.153725174569888,0.0,0.0441503916038532,0,0.057405809703311,0.976341277104244 -1465,0.5,0.153725174569888,0.0,0.0383023945027959,0.153725174569888,0.0,0.108289025023379,0.153725174569888,0.0,0.025405180924347,0.153725174569888,0.0,0.0511604368793908,0.153725174569888,0.0,0.357293622869895,0.153725174569888,0.0,0.361348995569905,0.153725174569888,0.0,0.406029754829704,0.153725174569888,0.0,0.443612243269285,0.5,0.153725174569888,0.0,0.183021653769998,0.153725174569888,0.0,0.0211781401833764,0.5,0.153725174569888,0.0,0.099674949697825,0.153725174569888,0.0,0.104649496491133,0.153725174569888,0.0,0.167611750581805,0.153725174569888,0.0,0.326101051429622,0.153725174569888,0.0,0.100603289158424,0.153725174569888,0.0,0.222065373504359,0.153725174569888,0.0,0.061980082201778,0.5,0.153725174569888,0.0,0.0405552172581939,0,0.0522384452091562,0.992002761050563 -1466,0.5,0.153725174569888,0.0,0.0521865407172265,0.153725174569888,0.0,0.149486866971585,0.153725174569888,0.0,0.0365338021159773,0.153725174569888,0.0,0.053048419945649,0.153725174569888,0.0,0.369735703589068,0.153725174569888,0.0,0.419817762652905,0.153725174569888,0.0,0.418181068237334,0.153725174569888,0.0,0.477569014587498,0.5,0.153725174569888,0.0,0.194938975601379,0.153725174569888,0.0,0.0217932993353379,0.5,0.153725174569888,0.0,0.163984041363904,0.153725174569888,0.0,0.102350169241647,0.153725174569888,0.0,0.194519263421718,0.153725174569888,0.0,0.315650872354602,0.153725174569888,0.0,0.132280788223856,0.153725174569888,0.0,0.258004370284164,0.153725174569888,0.0,0.0952903408387872,0.5,0.153725174569888,0.0,0.0413471834196726,0,0.0461333711363127,1.00336548840373 -1467,0.5,0.153725174569888,0.0,0.0687828315542165,0.153725174569888,0.0,0.187297125960732,0.153725174569888,0.0,0.054213962653549,0.153725174569888,0.0,0.0530761549609953,0.153725174569888,0.0,0.444332465961874,0.153725174569888,0.0,0.490512036818357,0.153725174569888,0.0,0.437916195357246,0.153725174569888,0.0,0.525190616506084,0.5,0.153725174569888,0.0,0.193050415372382,0.153725174569888,0.0,0.0251518957579325,0.5,0.153725174569888,0.0,0.200072877085051,0.153725174569888,0.0,0.107651597884893,0.153725174569888,0.0,0.210855129716704,0.153725174569888,0.0,0.358969206804439,0.153725174569888,0.0,0.16311461903064,0.153725174569888,0.0,0.266182430170376,0.153725174569888,0.0,0.134838342539132,0.5,0.153725174569888,0.0,0.0453346544599032,0,0.0607225861604348,1.00439975104343 -1468,0.5,0.153725174569888,0.0,0.093989646394561,0.153725174569888,0.0,0.196838303809506,0.153725174569888,0.0,0.0806495812234049,0.153725174569888,0.0,0.0541927693291162,0.153725174569888,0.0,0.485370305744221,0.153725174569888,0.0,0.484530746669689,0.153725174569888,0.0,0.525757289270644,0.153725174569888,0.0,0.53026773785665,0.5,0.153725174569888,0.0,0.152342790162606,0.153725174569888,0.0,0.0237263529478218,0.5,0.153725174569888,0.0,0.201885018676013,0.153725174569888,0.0,0.116734288772991,0.153725174569888,0.0,0.250524153361216,0.153725174569888,0.0,0.441821528012528,0.153725174569888,0.0,0.184807781106671,0.153725174569888,0.0,0.288454150646614,0.153725174569888,0.0,0.150546643189556,0.5,0.153725174569888,0.0,0.0351686540644704,0,0.119348989047222,1.00558337707431 -1469,0.5,0.153725174569888,0.0,0.131645364357268,0.153725174569888,0.0,0.187946062031746,0.153725174569888,0.0,0.126672582423508,0.153725174569888,0.0,0.0659107518946939,0.153725174569888,0.0,0.49156468244044,0.153725174569888,0.0,0.461319349607148,0.153725174569888,0.0,0.549777033389263,0.153725174569888,0.0,0.504973712706487,0.5,0.153725174569888,0.0,0.143128950601259,0.153725174569888,0.0,0.0377017667690221,0.5,0.153725174569888,0.0,0.211616824197019,0.153725174569888,0.0,0.128921289981412,0.153725174569888,0.0,0.318015072208396,0.153725174569888,0.0,0.494531239293467,0.153725174569888,0.0,0.226820137378147,0.153725174569888,0.0,0.339698874440201,0.153725174569888,0.0,0.171638451900488,0.5,0.153725174569888,0.0,0.0244278271018273,0,0.200444117415878,1.00571562800524 -1470,0.5,0.153725174569888,0.0,0.178781145109127,0.153725174569888,0.0,0.20446580417843,0.153725174569888,0.0,0.164592103540788,0.153725174569888,0.0,0.0948858878516259,0.153725174569888,0.0,0.501943869510429,0.153725174569888,0.0,0.428904480268355,0.153725174569888,0.0,0.509844435434208,0.153725174569888,0.0,0.461175621274719,0.5,0.153725174569888,0.0,0.330938569958607,0.153725174569888,0.0,0.0424696711714386,0.5,0.153725174569888,0.0,0.169219778288221,0.153725174569888,0.0,0.308965103378183,0.153725174569888,0.0,0.375493411194071,0.153725174569888,0.0,0.505331798654964,0.153725174569888,0.0,0.26227398612942,0.153725174569888,0.0,0.343442646783323,0.153725174569888,0.0,0.158483372065751,0.5,0.153725174569888,0.0,0.0264790675647822,0,0.267306541081914,1.00629131588754 -1471,0.5,0.153725174569888,0.0,0.254549857484759,0.153725174569888,0.0,0.231177443115576,0.153725174569888,0.0,0.175249545602995,0.153725174569888,0.0,0.126829437418288,0.153725174569888,0.0,0.513351345240469,0.153725174569888,0.0,0.373023337958662,0.153725174569888,0.0,0.558144234904263,0.153725174569888,0.0,0.394185981106475,0.5,0.153725174569888,0.0,0.47911540697271,0.153725174569888,0.0,0.0348616096301059,0.5,0.153725174569888,0.0,0.197688996206613,0.153725174569888,0.0,0.318024171889467,0.153725174569888,0.0,0.379597928704656,0.153725174569888,0.0,0.510384420287405,0.153725174569888,0.0,0.284719021774754,0.153725174569888,0.0,0.371370402722497,0.153725174569888,0.0,0.12130669652498,0.5,0.153725174569888,0.0,0.0240343240643165,0,0.29444635739348,1.00755635367351 -1472,0.5,0.153725174569888,0.0161960487522647,0.38619406797394,0.153725174569888,0.000556573657797977,0.241166486635545,0.153725174569888,0.017659436984527,0.135270339381595,0.153725174569888,0.0316321863083993,0.151328439896609,0.153725174569888,0.00259006979478279,0.541065414935785,0.153725174569888,0.00121905120282588,0.328785192279748,0.153725174569888,0.00353630692734754,0.611619293900771,0.153725174569888,0.00132933338204175,0.37374317169585,0.5,0.153725174569888,0.00178156603601961,0.612882514715287,0.153725174569888,0.0209276197724583,0.030612036411405,0.5,0.153725174569888,0.00519903306562193,0.240807543924255,0.153725174569888,0.00709634066771852,0.267016103941079,0.153725174569888,0.000996966904370669,0.373680464673465,0.153725174569888,0.00153096407443755,0.539498678193732,0.153725174569888,0.00417802510450473,0.331888160676278,0.153725174569888,0.00522117205777823,0.405538215839262,0.153725174569888,0.0201654930403594,0.100871739772902,0.5,0.153725174569888,0.0388761601342753,0.00574771556687743,0,0.279325423968916,1.00785827685777 -1473,0.5,0.153725174569888,0.129774059973783,0.506466192424113,0.153725174569888,0.00645380805188634,0.276129552495537,0.153725174569888,0.169645088507724,0.113674300078393,0.153725174569888,0.164534010884347,0.184251189203996,0.153725174569888,0.12082119952188,0.553256764619691,0.153725174569888,0.0817274501211447,0.358977793821003,0.153725174569888,0.117125716219184,0.603116434242624,0.153725174569888,0.0346483356164858,0.460257517125973,0.5,0.153725174569888,0.0347131659311059,0.617701422519314,0.153725174569888,0.132148974273091,0.0145184086597174,0.5,0.153725174569888,0.060526116409151,0.47335017462336,0.153725174569888,0.0818824721151032,0.227964290369033,0.153725174569888,0.0088393824299433,0.39430523670677,0.153725174569888,0.0769560265201488,0.576081043418559,0.153725174569888,0.115845718294381,0.404720249436659,0.153725174569888,0.102116894897367,0.530783627627705,0.153725174569888,0.155273535726428,0.102274889673528,0.5,0.153725174569888,0.202055638319272,0.00486296729317493,0,0.259107629200887,1.00744900748471 -1474,0.5,0.153725174569888,0.28262605699624,0.661363531700931,0.153725174569888,0.0332538121009503,0.364949113028363,0.153725174569888,0.329737853541543,0.164003886030639,0.153725174569888,0.289908774314386,0.250186085334268,0.153725174569888,0.286209527109609,0.50362334900774,0.153725174569888,0.135184259678588,0.505482938791636,0.153725174569888,0.236973017977561,0.65967030837602,0.153725174569888,0.0965861996584387,0.60469547567009,0.5,0.153725174569888,0.0911152238257857,0.605337842157844,0.153725174569888,0.192481417332292,0.0115659981287915,0.5,0.153725174569888,0.111715214601716,0.431032534290673,0.153725174569888,0.175416233506139,0.194535732477789,0.153725174569888,0.0275772145473979,0.487735582334805,0.153725174569888,0.22039051726055,0.621057429743689,0.153725174569888,0.280548070908013,0.594296189993921,0.153725174569888,0.200690268303976,0.833329343083061,0.153725174569888,0.259626202943183,0.147040307259671,0.5,0.153725174569888,0.357822537707175,0.00519196945336906,0,0.432002304531879,1.00718786511776 -1475,0.5,0.153725174569888,0.423266871542761,0.758422080198548,0.153725174569888,0.16100262138533,0.962420655988493,0.153725174569888,0.484290385124475,0.235887080602995,0.153725174569888,0.394999585335026,0.286018926163448,0.153725174569888,0.426867025085601,0.774999569139063,0.153725174569888,0.126299267135214,0.747375074336732,0.153725174569888,0.28797028914147,0.857548261356891,0.153725174569888,0.195160033948543,0.679396947162658,0.5,0.153725174569888,0.154019361432702,0.476212951139329,0.153725174569888,0.297285197988406,0.0271564474846322,0.5,0.153725174569888,0.223921873027757,0.653190081045231,0.153725174569888,0.266086693989997,0.406767626537422,0.153725174569888,0.0846500586881215,0.649859776011033,0.153725174569888,0.407255391047658,0.768726633651661,0.153725174569888,0.456739365833095,0.694212023279728,0.153725174569888,0.277387559502244,0.913188228341327,0.153725174569888,0.372491984162287,0.323807884114068,0.5,0.153725174569888,0.451396120745639,0.0226014533008071,0,0.645779372717222,1.00711911918407 -1476,0.5,0.153725174569888,0.510381026033317,0.773266078197176,0.153725174569888,0.459888560482258,0.972704054024063,0.153725174569888,0.567946518030197,0.284677729169805,0.153725174569888,0.499266248703971,0.282676931028323,0.153725174569888,0.375526009407845,0.862043175506008,0.153725174569888,0.187336814385111,0.713767841122847,0.153725174569888,0.232848149879736,0.867167777746057,0.153725174569888,0.356613389544319,0.631273883098443,0.5,0.153725174569888,0.208045344940327,0.355325286890877,0.153725174569888,0.389621379937241,0.167738183190007,0.5,0.153725174569888,0.321723700949063,0.384550096236496,0.153725174569888,0.309801277944839,0.242314451513185,0.153725174569888,0.217807751641667,0.790566559157784,0.153725174569888,0.533782390290622,0.819416798339613,0.153725174569888,0.564219012179511,0.68715370520516,0.153725174569888,0.272968197403326,0.817345363893964,0.153725174569888,0.432163694934487,0.320596112680715,0.5,0.153725174569888,0.528286903176177,0.0790281743483142,0,0.73386125014116,1.0025844861848 -1477,0.5,0.153725174569888,0.521522392718374,0.785726428880141,0.153725174569888,0.513913814126629,0.858512094469841,0.153725174569888,0.573356639051164,0.315461728877427,0.153725174569888,0.530922484897276,0.26321564418174,0.153725174569888,0.167947054291213,0.820157758075099,0.153725174569888,0.370933261242031,0.66889031410203,0.153725174569888,0.246392614329818,0.772337263131975,0.153725174569888,0.458254125115892,0.603765512559434,0.5,0.153725174569888,0.266850020759386,0.291936256613265,0.153725174569888,0.418365738511276,0.220678751522749,0.5,0.153725174569888,0.33577452286191,0.217222264243771,0.153725174569888,0.322241836194882,0.117060100310971,0.153725174569888,0.394463279112856,0.894983951172327,0.153725174569888,0.473665426874591,0.76509043750419,0.153725174569888,0.53516571350598,0.698527382338281,0.153725174569888,0.317891197392733,0.623692109749613,0.153725174569888,0.466653934870863,0.233728725052968,0.5,0.153725174569888,0.558804743326962,0.195563504305411,0,0.773384393976518,0.884049104948162 -1478,0.5,0.153725174569888,0.458790728830256,0.780726243749001,0.153725174569888,0.534766031799578,0.743279118234933,0.153725174569888,0.553370181159315,0.292785557576682,0.153725174569888,0.466395688065403,0.267803280680574,0.153725174569888,0.238166790634851,0.738699206678685,0.153725174569888,0.495479346105964,0.619100913522563,0.153725174569888,0.284378299518563,0.539397333495749,0.153725174569888,0.322125052415081,0.430172352053408,0.5,0.153725174569888,0.228934250262139,0.244722492641176,0.153725174569888,0.342994955261715,0.0801589250525038,0.5,0.153725174569888,0.241083776289411,0.106673429380731,0.153725174569888,0.314920492427053,0.067781864156459,0.153725174569888,0.32623278000361,0.752741791396216,0.153725174569888,0.24421051638865,0.708991672640781,0.153725174569888,0.402707060983242,0.629013857181067,0.153725174569888,0.312806742133242,0.406005959141855,0.153725174569888,0.494951266500763,0.13328884051485,0.5,0.153725174569888,0.520118692715555,0.133143549006676,0,0.835995169806752,0.809047886808518 -1479,0.5,0.153725174569888,0.335276695647227,0.751459914986243,0.153725174569888,0.42979325506947,0.65139625844096,0.153725174569888,0.474673248251064,0.181010834415962,0.153725174569888,0.33827695002009,0.263986732672159,0.153725174569888,0.311404370183409,0.492819601388571,0.153725174569888,0.392276642149907,0.459299172741508,0.153725174569888,0.276842898023174,0.320955145645071,0.153725174569888,0.366513338232951,0.319764232099849,0.5,0.153725174569888,0.164652015509979,0.189429618811,0.153725174569888,0.257132814415914,0.0224647411463575,0.5,0.153725174569888,0.162664073216537,0.0491906560077758,0.153725174569888,0.218303618804809,0.0316603866482269,0.153725174569888,0.343297050509295,0.699434340398767,0.153725174569888,0.198010109062985,0.623100670618006,0.153725174569888,0.2533420005593,0.397585111322596,0.153725174569888,0.233974215396502,0.218396555327239,0.153725174569888,0.425244235565454,0.0581650655551947,0.5,0.153725174569888,0.410762179414983,0.0584358035325561,0,0.87009278972503,0.703862338616062 -1480,0.5,0.153725174569888,0.208630494877776,0.675133318839895,0.153725174569888,0.0720252464013361,0.301669023566819,0.153725174569888,0.31764029582672,0.0799374521865463,0.153725174569888,0.213515382372859,0.201492444278669,0.153725174569888,0.37299840462624,0.210503820136497,0.153725174569888,0.322540472634522,0.295142844307099,0.153725174569888,0.15657372518794,0.20267731476005,0.153725174569888,0.293904255089545,0.226623303767001,0.5,0.153725174569888,0.118599611104115,0.134206823004945,0.153725174569888,0.170396811645359,0.00573001534139132,0.5,0.153725174569888,0.118664287282686,0.0240047071468214,0.153725174569888,0.142359895163709,0.01393577099866,0.153725174569888,0.15983513337248,0.539297923425393,0.153725174569888,0.139766004094063,0.45231601418651,0.153725174569888,0.139356599863529,0.203540690045066,0.153725174569888,0.128190911737322,0.126754576252061,0.153725174569888,0.294775119659248,0.0253393822153148,0.5,0.153725174569888,0.257951034559982,0.0220765333609777,0,0.848787473830932,0.75443185328149 -1481,0.5,0.153725174569888,0.0860163881984199,0.553377306209532,0.153725174569888,0.0232291721708364,0.192747269844529,0.153725174569888,0.155143885445444,0.0147162876058817,0.153725174569888,0.093086601239445,0.115666187370993,0.153725174569888,0.246279452519719,0.0896815215754188,0.153725174569888,0.246344768501039,0.14562284184071,0.153725174569888,0.0511275516316884,0.118467157938604,0.153725174569888,0.15598472394101,0.142028226537326,0.5,0.153725174569888,0.0862528587710776,0.11357640078158,0.153725174569888,0.0819440757882497,0.0019254492521909,0.5,0.153725174569888,0.0627842419183809,0.00871878254227748,0.153725174569888,0.0701674832421139,0.00608667847707512,0.153725174569888,0.0435569235228255,0.407775188376652,0.153725174569888,0.159280722151354,0.1784210001675,0.153725174569888,0.0605851359923039,0.0745381518172929,0.153725174569888,0.0532149492728238,0.0742531847054671,0.153725174569888,0.133723854645795,0.0079497225446461,0.5,0.153725174569888,0.114341170737513,0.00461094051000226,0,0.738818983286913,0.527459395249973 -1482,0.5,0.153725174569888,1.22793969591927e-05,0.365139435053361,0.153725174569888,0.0,0.101140183311989,0.153725174569888,0.0,0.00861504839486091,0.153725174569888,6.84029812335009e-06,0.0746926542628358,0.153725174569888,0.0,0.117253913482408,0.153725174569888,0.0,0.159874286094838,0.153725174569888,0.0,0.0621950569504416,0.153725174569888,0.0070857131023821,0.141224888802114,0.5,0.153725174569888,0.00715013948247151,0.0765747246646444,0.153725174569888,0.0,0.00127325656032434,0.5,0.153725174569888,0.0,0.000876006859425737,0.153725174569888,0.0,0.00172355668920671,0.153725174569888,0.0,0.274940705181643,0.153725174569888,0.0,0.080793978408198,0.153725174569888,0.0,0.0214291773973104,0.153725174569888,0.0,0.028681273426811,0.153725174569888,0.0,0.00308047465209235,0.5,0.153725174569888,5.83238072100076e-05,0.00520488893238325,0,0.611653478124964,0.369004038722333 -1483,0.5,0.153725174569888,0.0,0.204661920396433,0.153725174569888,0.0,0.0353738557222609,0.153725174569888,0.0,0.00820666146147724,0.153725174569888,0.0,0.051499279466669,0.153725174569888,0.0,0.125926930920413,0.153725174569888,0.0,0.190875934539844,0.153725174569888,0.0,0.0363540942364144,0.153725174569888,0.0,0.143365197369529,0.5,0.153725174569888,0.0,0.0593102905811069,0.153725174569888,0.0,0.00124255416568511,0.5,0.153725174569888,0.0,0.0001248639536231,0.153725174569888,0.0,0.00148059992849103,0.153725174569888,0.0,0.149708737233476,0.153725174569888,0.0,0.0870433259494427,0.153725174569888,0.0,0.0143546823299233,0.153725174569888,0.0,0.0151592704134276,0.153725174569888,0.0,0.00318753090136763,0.5,0.153725174569888,0.0,0.00585737393227952,0,0.420194497844241,0.401318656821046 -1484,0.5,0.153725174569888,0.0,0.109167829852214,0.153725174569888,0.0,0.0217678004696462,0.153725174569888,0.0,0.00690896860164789,0.153725174569888,0.0,0.0331210220314289,0.153725174569888,0.0,0.0856763534068356,0.153725174569888,0.0,0.15883068635873,0.153725174569888,0.0,0.030994001194092,0.153725174569888,0.0,0.13204681120434,0.5,0.153725174569888,0.0,0.0425251826912839,0.153725174569888,0.0,0.00128700989984,0.5,0.153725174569888,0.0,0.000588118372352691,0.153725174569888,0.0,0.00112907435842097,0.153725174569888,0.0,0.0932619858345004,0.153725174569888,0.0,0.0854135236047876,0.153725174569888,0.0,0.0118435548713659,0.153725174569888,0.0,0.00839979893003294,0.153725174569888,0.0,0.00498754214105923,0.5,0.153725174569888,0.0,0.00569947564083774,0,0.225866582638839,0.424721752509818 -1485,0.5,0.153725174569888,0.0,0.0633198868240243,0.153725174569888,0.0,0.00910295503614229,0.153725174569888,0.0,0.00628838531626313,0.153725174569888,0.0,0.0235767127957718,0.153725174569888,0.0,0.0513625906142479,0.153725174569888,0.0,0.118054399525217,0.153725174569888,0.0,0.032917296496332,0.153725174569888,0.0,0.112837868900175,0.5,0.153725174569888,0.0,0.0285879308210856,0.153725174569888,0.0,0.00186890691300478,0.5,0.153725174569888,0.0,0.00275345686280327,0.153725174569888,0.0,0.00231074316214413,0.153725174569888,0.0,0.0604421472838224,0.153725174569888,0.0,0.064676924645586,0.153725174569888,0.0,0.00763447622353251,0.153725174569888,0.0,0.00378778233442211,0.153725174569888,0.0,0.00776195856978729,0.5,0.153725174569888,0.0,0.00716699228020015,0,0.107957322957846,0.584356669605673 -1486,0.5,0.153725174569888,0.0,0.0523284676093628,0.153725174569888,0.0,0.00300384127870871,0.153725174569888,0.0,0.0076837692533481,0.153725174569888,0.0,0.0191352670353586,0.153725174569888,0.0,0.0474035807550554,0.153725174569888,0.0,0.102726724502489,0.153725174569888,0.0,0.0289770780079558,0.153725174569888,0.0,0.0917406506052843,0.5,0.153725174569888,0.0,0.0158154961701662,0.153725174569888,0.0,0.0015357657592411,0.5,0.153725174569888,0.0,0.00668375170466856,0.153725174569888,0.0,0.00385478759324819,0.153725174569888,0.0,0.0308881581015229,0.153725174569888,0.0,0.0432447647939624,0.153725174569888,0.0,0.00365594020687394,0.153725174569888,0.0,0.00122919668930397,0.153725174569888,0.0,0.0100873752064323,0.5,0.153725174569888,0.0,0.00906482531600929,0,0.104359188354639,0.644638002108063 -1487,0.5,0.153725174569888,0.0,0.0549846430140788,0.153725174569888,0.0,0.000506636539858583,0.153725174569888,0.0,0.0103027375506791,0.153725174569888,0.0,0.0153709375408585,0.153725174569888,0.0,0.0461003693456128,0.153725174569888,0.0,0.0915937151928665,0.153725174569888,0.0,0.0218153093900747,0.153725174569888,0.0,0.0707298462292421,0.5,0.153725174569888,0.0,0.0114395447083607,0.153725174569888,0.0,0.00143415864914697,0.5,0.153725174569888,0.0,0.00700705680718431,0.153725174569888,0.0,0.00542206222402755,0.153725174569888,0.0,0.0151462433550439,0.153725174569888,0.0,0.0301023981112451,0.153725174569888,0.0,0.00204640463896971,0.153725174569888,0.0,0.00121485767755564,0.153725174569888,0.0,0.0117318773635584,0.5,0.153725174569888,0.0,0.00718936680530465,0,0.156341309677134,0.477551901734399 -1488,0.5,0.153725174569888,0.0,0.0561092895324758,0.153725174569888,0.0,0.000140667540860174,0.153725174569888,0.0,0.0144052544201761,0.153725174569888,0.0,0.0142002886389823,0.153725174569888,0.0,0.0344219625276215,0.153725174569888,0.0,0.0662789809729036,0.153725174569888,0.0,0.015614655882724,0.153725174569888,0.0,0.0529761792548489,0.5,0.153725174569888,0.0,0.0120345539673075,0.153725174569888,0.0,0.00280167201591651,0.5,0.153725174569888,0.0,0.00698741805467661,0.153725174569888,0.0,0.00736663692065872,0.153725174569888,0.0,0.00704159750559968,0.153725174569888,0.0,0.021026767460612,0.153725174569888,0.0,0.00290280100901863,0.153725174569888,0.0,0.00163218032099323,0.153725174569888,0.0,0.0142595355394591,0.5,0.153725174569888,0.0,0.00435464911412841,0,0.223983266672191,0.28604810530645 -1489,0.5,0.153725174569888,0.0,0.0526196250699163,0.153725174569888,0.0,0.00127338707511499,0.153725174569888,0.0,0.0217641710266895,0.153725174569888,0.0,0.0168144271461644,0.153725174569888,0.0,0.0230416116426239,0.153725174569888,0.0,0.0439766322288877,0.153725174569888,0.0,0.0104243645049458,0.153725174569888,0.0,0.0406795363593147,0.5,0.153725174569888,0.0,0.0134024287015835,0.153725174569888,0.0,0.00410722239000716,0.5,0.153725174569888,0.0,0.00695763794505991,0.153725174569888,0.0,0.00938670197074041,0.153725174569888,0.0,0.00415983083627189,0.153725174569888,0.0,0.0141216520029772,0.153725174569888,0.0,0.00490419842141745,0.153725174569888,0.0,0.0022741811948246,0.153725174569888,0.0,0.0168425833200326,0.5,0.153725174569888,0.0,0.00409641418686754,0,0.218113006945546,0.180843246359081 -1490,0.5,0.153725174569888,0.0,0.0514062722343787,0.153725174569888,0.0,0.00450415422045814,0.153725174569888,0.0,0.0277352712050625,0.153725174569888,0.0,0.0202503221440322,0.153725174569888,0.0,0.0184790104284382,0.153725174569888,0.0,0.0307734832858116,0.153725174569888,0.0,0.0085287542876985,0.153725174569888,0.0,0.0301751235236183,0.5,0.153725174569888,0.0,0.0107100990762704,0.153725174569888,0.0,0.00527780669483977,0.5,0.153725174569888,0.0,0.00602919111216252,0.153725174569888,0.0,0.0119624636476304,0.153725174569888,0.0,0.00399750404250984,0.153725174569888,0.0,0.00964414942960035,0.153725174569888,0.0,0.00597404451349762,0.153725174569888,0.0,0.00256002986608234,0.153725174569888,0.0,0.0188622260639819,0.5,0.153725174569888,0.0,0.00548442900455408,0,0.161930648728226,0.136630151812552 -1491,0.5,0.153725174569888,0.0,0.0522884562859455,0.153725174569888,0.0,0.00352752311086196,0.153725174569888,0.0,0.0294841750495406,0.153725174569888,0.0,0.023861804974801,0.153725174569888,0.0,0.0181498352238008,0.153725174569888,0.0,0.0238258883342064,0.153725174569888,0.0,0.00698822044979771,0.153725174569888,0.0,0.0222061180443778,0.5,0.153725174569888,0.0,0.00677281907587821,0.153725174569888,0.0,0.00733906003259451,0.5,0.153725174569888,0.0,0.00554891255652558,0.153725174569888,0.0,0.0141412602546333,0.153725174569888,0.0,0.00471726522895919,0.153725174569888,0.0,0.00985001656845121,0.153725174569888,0.0,0.00533269486153882,0.153725174569888,0.0,0.00281014421298363,0.153725174569888,0.0,0.021999123929165,0.5,0.153725174569888,0.0,0.00805993645216257,0,0.107115289359808,0.124936293483403 -1492,0.5,0.153725174569888,0.0,0.060844184286108,0.153725174569888,0.0,0.00553095299442549,0.153725174569888,0.0,0.0294554634939776,0.153725174569888,0.0,0.0279849567758178,0.153725174569888,0.0,0.0169768857950382,0.153725174569888,0.0,0.0184139668883533,0.153725174569888,0.0,0.00552092971702689,0.153725174569888,0.0,0.0165795187168892,0.5,0.153725174569888,0.0,0.00343223017400677,0.153725174569888,0.0,0.00865114273843988,0.5,0.153725174569888,0.0,0.00662437650744938,0.153725174569888,0.0,0.0137424106334067,0.153725174569888,0.0,0.00487416264215858,0.153725174569888,0.0,0.0114068695353793,0.153725174569888,0.0,0.00461688757500469,0.153725174569888,0.0,0.00349922133069606,0.153725174569888,0.0,0.0265145417534156,0.5,0.153725174569888,0.0,0.00992096562934222,0,0.0732016783670905,0.108305677848982 -1493,0.5,0.153725174569888,0.0,0.0702186358901949,0.153725174569888,0.0,0.00819075583252535,0.153725174569888,0.0,0.0286573700360731,0.153725174569888,0.0,0.0316176832048064,0.153725174569888,0.0,0.0127135199149407,0.153725174569888,0.0,0.0148169412419481,0.153725174569888,0.0,0.00370825679369619,0.153725174569888,0.0,0.0149833843172527,0.5,0.153725174569888,0.0,0.00284505395447341,0.153725174569888,0.0,0.00966797172291177,0.5,0.153725174569888,0.0,0.0077901268472407,0.153725174569888,0.0,0.0111482427044906,0.153725174569888,0.0,0.00612730503339203,0.153725174569888,0.0,0.011316480799742,0.153725174569888,0.0,0.00436223588305024,0.153725174569888,0.0,0.00398490753468267,0.153725174569888,0.0,0.0295647320123215,0.5,0.153725174569888,0.0,0.0105749510915385,0,0.0563538051721294,0.0934289372040165 -1494,0.5,0.153725174569888,0.0,0.074393589396136,0.153725174569888,0.0,0.00882563209562412,0.153725174569888,0.0,0.0244177977339598,0.153725174569888,0.0,0.0318811672215257,0.153725174569888,0.0,0.00789205272286167,0.153725174569888,0.0,0.012141440228445,0.153725174569888,0.0,0.00121289523775332,0.153725174569888,0.0,0.0127211061298147,0.5,0.153725174569888,0.0,0.0039305943836604,0.153725174569888,0.0,0.011276623492108,0.5,0.153725174569888,0.0,0.00800632259076236,0.153725174569888,0.0,0.00943809405915193,0.153725174569888,0.0,0.00801517144539998,0.153725174569888,0.0,0.0105419292809755,0.153725174569888,0.0,0.0043384531921,0.153725174569888,0.0,0.00416015265903327,0.153725174569888,0.0,0.0298113213346735,0.5,0.153725174569888,0.0,0.0115407539362352,0,0.0504201209084989,0.0978052081245527 -1495,0.5,0.153725174569888,0.0,0.0779801978395154,0.153725174569888,0.0,0.00752473764071989,0.153725174569888,0.0,0.0200419393441377,0.153725174569888,0.0,0.0309377738562652,0.153725174569888,0.0,0.00591177043446396,0.153725174569888,0.0,0.00988809472222687,0.153725174569888,0.0,0.000612164848580278,0.153725174569888,0.0,0.00905498937172906,0.5,0.153725174569888,0.0,0.00408002052297799,0.153725174569888,0.0,0.0133887397079831,0.5,0.153725174569888,0.0,0.00585762734025658,0.153725174569888,0.0,0.00765346155549942,0.153725174569888,0.0,0.0102450220243025,0.153725174569888,0.0,0.00980502773655409,0.153725174569888,0.0,0.00424402133843643,0.153725174569888,0.0,0.00456784906544787,0.153725174569888,0.0,0.0285177744539131,0.5,0.153725174569888,0.0,0.0108854130109941,0,0.0584230958888072,0.117476294745851 -1496,0.5,0.153725174569888,0.00239563075005405,0.0830298952064312,0.153725174569888,0.00427603470472361,0.00586036668622014,0.153725174569888,0.00468619717030685,0.0200845496298602,0.153725174569888,0.00668578894125567,0.0313416805906998,0.153725174569888,0.00272419938856831,0.00569798754324589,0.153725174569888,0.00248829171007921,0.00846575535622085,0.153725174569888,0.00380658991548384,0.000626387668041066,0.153725174569888,0.00360283761488086,0.00717397473105026,0.5,0.153725174569888,0.00461125517769786,0.00282104912242747,0.153725174569888,0.00337916828930302,0.0135033538252105,0.5,0.153725174569888,0.00526606954518897,0.00301712219166677,0.153725174569888,0.00463937614649584,0.00614852803885523,0.153725174569888,0.00370527181259969,0.0115036941157986,0.153725174569888,0.00269331585305562,0.00904353508254245,0.153725174569888,0.00377838892944728,0.00353793075951586,0.153725174569888,0.00454267781339312,0.00498174259161954,0.153725174569888,0.00497258354760334,0.0278369302608567,0.5,0.153725174569888,0.0142344297818545,0.00933009258770202,0,0.0734486663224407,0.136867801107039 -1497,0.5,0.153725174569888,0.0234427623027181,0.0991195246989452,0.153725174569888,0.0756534332319202,0.00465000905941816,0.153725174569888,0.0508294664052102,0.0371870924972851,0.153725174569888,0.0390600063896524,0.0401512363679666,0.153725174569888,0.090740124759378,0.00617125148905852,0.153725174569888,0.122651451778809,0.00746217602425661,0.153725174569888,0.103310346528115,0.0012293690551004,0.153725174569888,0.129941277631793,0.00564577068636978,0.5,0.153725174569888,0.1303454586143,0.00133957361422573,0.153725174569888,0.0354574802482225,0.0161580163805652,0.5,0.153725174569888,0.0854436536787186,0.00466081422592629,0.153725174569888,0.0643777667129733,0.00831040232273841,0.153725174569888,0.0813364977131375,0.0153938766206793,0.153725174569888,0.0814736597736938,0.00790066669886328,0.153725174569888,0.069030335960424,0.00320454370490457,0.153725174569888,0.0891264256329172,0.00439056350967639,0.153725174569888,0.0537528685659658,0.0410633489795313,0.5,0.153725174569888,0.0666344188333751,0.0178113399996946,0,0.104141356881674,0.129275141957424 -1498,0.5,0.153725174569888,0.0550292272103032,0.126022611604791,0.153725174569888,0.173968069604434,0.011228867056101,0.153725174569888,0.127561537686406,0.0499338335485818,0.153725174569888,0.0816746163018371,0.049285409104969,0.153725174569888,0.223737686343868,0.00687033155416493,0.153725174569888,0.282882001477778,0.00620080899050543,0.153725174569888,0.244806929907601,0.00150943708969295,0.153725174569888,0.293420969418023,0.00421993735876701,0.5,0.153725174569888,0.294958517624944,0.000808815454852712,0.153725174569888,0.0817997860318273,0.0219363345003047,0.5,0.153725174569888,0.183346196179876,0.0128380783427521,0.153725174569888,0.148692089091527,0.0275185592307222,0.153725174569888,0.188550111639352,0.0245428815584404,0.153725174569888,0.203177779587862,0.00786985179922698,0.153725174569888,0.166777689981135,0.00815943093575697,0.153725174569888,0.217482062490712,0.00540747257795097,0.153725174569888,0.1188111512422,0.0555907415039234,0.5,0.153725174569888,0.132636708482742,0.0171855016309087,0,0.166106984017836,0.0990057786738806 -1499,0.5,0.153725174569888,0.0835582742614793,0.147122543044314,0.153725174569888,0.259915525001397,0.0249936973062943,0.153725174569888,0.193893724511011,0.0556474888811537,0.153725174569888,0.115808065692721,0.0515450309469382,0.153725174569888,0.374786984935225,0.0108057559522213,0.153725174569888,0.445531844764225,0.00822599033752992,0.153725174569888,0.398889448999794,0.0013166089834322,0.153725174569888,0.453050329748803,0.00395622767857467,0.5,0.153725174569888,0.452699760566143,0.000804971944747334,0.153725174569888,0.117124679400285,0.0173075261258971,0.5,0.153725174569888,0.289424149908624,0.017542721689894,0.153725174569888,0.243464948201936,0.0472921430971437,0.153725174569888,0.28538484165142,0.0383075781151825,0.153725174569888,0.329585174188558,0.00716158539443384,0.153725174569888,0.284061638400311,0.0089194580874211,0.153725174569888,0.365603480125201,0.00383102794191123,0.153725174569888,0.166265470172791,0.0484715230798392,0.5,0.153725174569888,0.191693832310236,0.0132006570171436,0,0.216043016465809,0.0696677762977124 -1500,0.5,0.153725174569888,0.0959633223639568,0.159896168881939,0.153725174569888,0.252923078862139,0.0225191017788468,0.153725174569888,0.222907593163529,0.0587775323668111,0.153725174569888,0.121539956783084,0.0485729185832406,0.153725174569888,0.506413442988322,0.00795561775771575,0.153725174569888,0.574019821666187,0.00884272741728318,0.153725174569888,0.525136768630559,0.000348722405057599,0.153725174569888,0.573097361383957,0.00567460939752958,0.5,0.153725174569888,0.570687542460632,0.00289275638479278,0.153725174569888,0.146036096996277,0.0293331394503512,0.5,0.153725174569888,0.336877489699688,0.0253800542807167,0.153725174569888,0.297649474061337,0.074284362802219,0.153725174569888,0.298727352694774,0.032860477041566,0.153725174569888,0.415713635148019,0.00410889640044167,0.153725174569888,0.359775663427768,0.00885581553596411,0.153725174569888,0.484098926611385,0.00176166758985741,0.153725174569888,0.174676663446596,0.0449620280806364,0.5,0.153725174569888,0.226844335863063,0.0158590397054701,0,0.258751698127114,0.050840828193769 -1501,0.5,0.153725174569888,0.0902347106534216,0.167365506147549,0.153725174569888,0.232402041830312,0.0122507430994404,0.153725174569888,0.206121483285278,0.052005458619562,0.153725174569888,0.11560805397088,0.0380858761346788,0.153725174569888,0.584784670617206,0.00387615153314186,0.153725174569888,0.6366981269586,0.00701596615184327,0.153725174569888,0.59475860236817,0.000226352654951756,0.153725174569888,0.633176246886109,0.00914999975932259,0.5,0.153725174569888,0.623811594720328,0.0136509347429427,0.153725174569888,0.13671682499686,0.0490393460180868,0.5,0.153725174569888,0.393565774074978,0.0388899449092674,0.153725174569888,0.285066116073955,0.0978497975933795,0.153725174569888,0.256095927642997,0.0216445765839204,0.153725174569888,0.449106304668947,0.00186881120576062,0.153725174569888,0.371441060685737,0.00900142185552233,0.153725174569888,0.52926578831503,0.00160983501351806,0.153725174569888,0.172929532612796,0.0545477635457002,0.5,0.153725174569888,0.196590879666625,0.0282107587363552,0,0.275833161614035,0.0460130583609275 -1502,0.5,0.153725174569888,0.0765269238632141,0.151390134355732,0.153725174569888,0.18312541918781,0.00727566745996777,0.153725174569888,0.163654700477819,0.0403310518260853,0.153725174569888,0.0967870759438631,0.028352195945929,0.153725174569888,0.600629109465348,0.0011244007566326,0.153725174569888,0.641763265633581,0.00602648529827671,0.153725174569888,0.608320540696299,0.00142381293261134,0.153725174569888,0.623899728111827,0.0161744782720159,0.5,0.153725174569888,0.612202655861515,0.0279505881335198,0.153725174569888,0.109183671279524,0.0642719662438954,0.5,0.153725174569888,0.427325246511552,0.0540980638445984,0.153725174569888,0.297224834207258,0.121744046411497,0.153725174569888,0.176801870961922,0.0166563953706459,0.153725174569888,0.420273140819156,0.00158098653782901,0.153725174569888,0.341671545877837,0.00881160345893034,0.153725174569888,0.503709725510686,0.00244070305514178,0.153725174569888,0.167268100597058,0.0711553333648349,0.5,0.153725174569888,0.232124284575601,0.0566367548484023,0,0.283714184109784,0.0424348079865801 -1503,0.5,0.153725174569888,0.0542011266395433,0.12077452387903,0.153725174569888,0.116321180606201,0.00301360717213956,0.153725174569888,0.107899053249274,0.0289530163060781,0.153725174569888,0.0718993336566435,0.0188406057979957,0.153725174569888,0.531583349829987,0.000637340320402871,0.153725174569888,0.58654161470867,0.00537103863942291,0.153725174569888,0.548508590304609,0.00309642512644434,0.153725174569888,0.554699281292054,0.0257932834464564,0.5,0.153725174569888,0.543093964667448,0.0409615280294139,0.153725174569888,0.0693565966171151,0.060325203260549,0.5,0.153725174569888,0.352334704264734,0.0616942061779704,0.153725174569888,0.266043504126652,0.122969902706034,0.153725174569888,0.133891837435308,0.0186537187518543,0.153725174569888,0.342842155161266,0.00381671620534937,0.153725174569888,0.26334587674457,0.00816345108538574,0.153725174569888,0.426758706006573,0.00504595380020459,0.153725174569888,0.129465176459601,0.0752623826688693,0.5,0.153725174569888,0.158462878714486,0.0810985892206148,0,0.274886857323359,0.0365524802041786 -1504,0.5,0.153725174569888,0.0304082803529028,0.0859985704288924,0.153725174569888,0.0740247060400364,0.00123685847941631,0.153725174569888,0.0656093831869443,0.0230743250455861,0.153725174569888,0.0464469369389682,0.01114565640277,0.153725174569888,0.414438947683648,0.000689092540312373,0.153725174569888,0.466149572984867,0.00626654970704811,0.153725174569888,0.42470434944426,0.00442441750782819,0.153725174569888,0.419449104825714,0.0300839708240435,0.5,0.153725174569888,0.401125037628593,0.046336874414391,0.153725174569888,0.0568066379898058,0.0587904044720679,0.5,0.153725174569888,0.28774388057375,0.0603510148080021,0.153725174569888,0.203802235502257,0.115199703172174,0.153725174569888,0.109431431741841,0.0205851025398355,0.153725174569888,0.254567004313664,0.00676594828304307,0.153725174569888,0.182225260035542,0.00859910317481252,0.153725174569888,0.315349980207826,0.00847469384410488,0.153725174569888,0.0973673423335853,0.0749792460383265,0.5,0.153725174569888,0.0969099000820252,0.0921701655490257,0,0.208954340310101,0.0290750650310096 -1505,0.5,0.153725174569888,0.00993213314588313,0.0552270372324465,0.153725174569888,0.0407721426699918,0.00115616119080542,0.153725174569888,0.0261491131221126,0.0122184164516544,0.153725174569888,0.0211439901469802,0.00575525364225619,0.153725174569888,0.26440944939741,0.000445222719519144,0.153725174569888,0.3149157122174,0.00111275502559754,0.153725174569888,0.279853301088949,0.00339576915292907,0.153725174569888,0.269155958708409,0.0104141960140332,0.5,0.153725174569888,0.2509525704925,0.023547158614532,0.153725174569888,0.0304177531133954,0.0470050706239363,0.5,0.153725174569888,0.179359126723733,0.0346633395691325,0.153725174569888,0.11734822274702,0.0709147329578699,0.153725174569888,0.0572445306254713,0.0180975192786029,0.153725174569888,0.201797479734543,0.00452515616703502,0.153725174569888,0.099552994810482,0.00514257437074178,0.153725174569888,0.177068712479749,0.00549740407822246,0.153725174569888,0.045501373112683,0.0508453164938774,0.5,0.153725174569888,0.0432451398382555,0.0851231150604747,0,0.147371840765185,0.0250786907810593 -1506,0.5,0.153725174569888,0.000269314878215343,0.0382826730609116,0.153725174569888,0.0,0.0044012451552469,0.153725174569888,0.000159536865411426,0.0060150747629603,0.153725174569888,5.20797336804858e-05,0.00322184804895258,0.153725174569888,0.0,7.12770695516739e-05,0.153725174569888,0.0119579322742374,0.00030154328237385,0.153725174569888,0.0,0.00288926463598549,0.153725174569888,0.00950813124568058,0.0071411766086126,0.5,0.153725174569888,0.0119169192146211,0.0163670045682288,0.153725174569888,0.000648304007119093,0.0265898981296214,0.5,0.153725174569888,0.0,0.0152405053074382,0.153725174569888,0.00108115710512342,0.0235578230302784,0.153725174569888,8.71127069772085e-05,0.0180416945010515,0.153725174569888,0.0,0.000852209899682908,0.153725174569888,0.0,0.0030033224027109,0.153725174569888,0.0,0.00463740093509603,0.153725174569888,0.000264849731586807,0.0287707286898102,0.5,0.153725174569888,0.000230077457240143,0.0571198105713424,0,0.119215854983318,0.0227256026895363 -1507,0.5,0.153725174569888,0.0,0.0320531033917569,0.153725174569888,0.0,0.00864835097531909,0.153725174569888,0.0,0.00391506093696541,0.153725174569888,0.0,0.00211008062145803,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.000200481515896351,0.153725174569888,0.0,0.00209222687787109,0.153725174569888,0.0,0.0109011077700058,0.5,0.153725174569888,0.0,0.0175417030968424,0.153725174569888,0.0,0.0138166069555604,0.5,0.153725174569888,0.0,0.011270743192833,0.153725174569888,0.0,0.0130048912246208,0.153725174569888,0.0,0.021254573540794,0.153725174569888,0.0,0.000642115160480981,0.153725174569888,0.0,0.00261978543584062,0.153725174569888,0.0,0.00534551114696956,0.153725174569888,0.0,0.0177987863767476,0.5,0.153725174569888,0.0,0.0451522285329772,0,0.099090437719261,0.0194545379070526 -1508,0.5,0.153725174569888,0.0,0.0304335581581424,0.153725174569888,0.0,0.00650561241665015,0.153725174569888,0.0,0.00146766085955173,0.153725174569888,0.0,0.00140588026848994,0.153725174569888,0.0,0.000180001886802004,0.153725174569888,0.0,0.000949485797310341,0.153725174569888,0.0,0.00147582349428112,0.153725174569888,0.0,0.0148629273945287,0.5,0.153725174569888,0.0,0.0153872168836008,0.153725174569888,0.0,0.0101816960230171,0.5,0.153725174569888,0.0,0.00921514012642377,0.153725174569888,0.0,0.00975706550339566,0.153725174569888,0.0,0.0169472206744691,0.153725174569888,0.0,0.000603845916294728,0.153725174569888,0.0,0.00184020174556413,0.153725174569888,0.0,0.00536667625969658,0.153725174569888,0.0,0.0131808557966582,0.5,0.153725174569888,0.0,0.028648347613959,0,0.0882160761802039,0.0144362735111951 -1509,0.5,0.153725174569888,0.0,0.029274822989793,0.153725174569888,0.0,0.00157444580556697,0.153725174569888,0.0,0.000883592794437802,0.153725174569888,0.0,0.000915610832188401,0.153725174569888,0.0,0.000638416076913624,0.153725174569888,0.0,0.0032024370045683,0.153725174569888,0.0,0.00157145378532051,0.153725174569888,0.0,0.0161481819901428,0.5,0.153725174569888,0.0,0.0123336894956545,0.153725174569888,0.0,0.0113306265109656,0.5,0.153725174569888,0.0,0.00733940189631873,0.153725174569888,0.0,0.00880672836896347,0.153725174569888,0.0,0.00881932686079205,0.153725174569888,0.0,0.00102655905207934,0.153725174569888,0.0,0.00154674387516801,0.153725174569888,0.0,0.00498083603585538,0.153725174569888,0.0,0.00962127405230216,0.5,0.153725174569888,0.0,0.0208994608236288,0,0.087963572810133,0.00843745975272656 -1510,0.5,0.153725174569888,0.0,0.0250083759809934,0.153725174569888,0.0,0.000144138343201772,0.153725174569888,0.0,0.00131444462327411,0.153725174569888,0.0,0.000703846877686248,0.153725174569888,0.0,0.000830675949380623,0.153725174569888,0.0,0.00429430042398428,0.153725174569888,0.0,0.00159120617324751,0.153725174569888,0.0,0.0138832863548808,0.5,0.153725174569888,0.0,0.00964402395071019,0.153725174569888,0.0,0.0129127358736148,0.5,0.153725174569888,0.0,0.0047220482166979,0.153725174569888,0.0,0.00787510823092109,0.153725174569888,0.0,0.00364044106020479,0.153725174569888,0.0,0.00141478086925474,0.153725174569888,0.0,0.00243294744283802,0.153725174569888,0.0,0.00440043807736943,0.153725174569888,0.0,0.00622670199610526,0.5,0.153725174569888,0.0,0.0184809170984761,0,0.0841559007813402,0.00392082583870011 -1511,0.5,0.153725174569888,0.0,0.0166427267763052,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.00333957878056709,0.153725174569888,0.0,0.00102201524379495,0.153725174569888,0.0,0.000363947666759533,0.153725174569888,0.0,0.00352950332743948,0.153725174569888,0.0,0.0014598692517218,0.153725174569888,0.0,0.0116470237816981,0.5,0.153725174569888,0.0,0.00729351823831947,0.153725174569888,0.0,0.00934561402304667,0.5,0.153725174569888,0.0,0.00329068963484571,0.153725174569888,0.0,0.00647925583565886,0.153725174569888,0.0,0.00156480596449941,0.153725174569888,0.0,0.00102160929692035,0.153725174569888,0.0,0.00272698935645906,0.153725174569888,0.0,0.00334587443654337,0.153725174569888,0.0,0.00448180681427804,0.5,0.153725174569888,0.0,0.0154719635029705,0,0.055010354627376,0.00182278932044366 -1512,0.5,0.153725174569888,0.0,0.00897945618832847,0.153725174569888,0.0,8.43977783864723e-05,0.153725174569888,0.0,0.00557667116231959,0.153725174569888,0.0,0.00263441352923141,0.153725174569888,0.0,0.000203304219127057,0.153725174569888,0.0,0.00246864135027192,0.153725174569888,0.0,0.00152221406788067,0.153725174569888,0.0,0.0102728063680524,0.5,0.153725174569888,0.0,0.00583094308330846,0.153725174569888,0.0,0.00686716249733632,0.5,0.153725174569888,0.0,0.00301681683484905,0.153725174569888,0.0,0.00527921079722228,0.153725174569888,0.0,0.000562485339355766,0.153725174569888,0.0,0.000318761268443586,0.153725174569888,0.0,0.00308493572946405,0.153725174569888,0.0,0.00268828772744877,0.153725174569888,0.0,0.00394642993363211,0.5,0.153725174569888,0.0,0.0122117966735937,0,0.0276925266210492,0.00171527345208047 -1513,0.5,0.153725174569888,0.0,0.00562072135730904,0.153725174569888,0.0,0.000262723404822407,0.153725174569888,0.0,0.00718878894610542,0.153725174569888,0.0,0.00483240295467274,0.153725174569888,0.0,0.00015789851177561,0.153725174569888,0.0,0.00240225721114773,0.153725174569888,0.0,0.0017933257268666,0.153725174569888,0.0,0.0103350264952831,0.5,0.153725174569888,0.0,0.00534609462525859,0.153725174569888,0.0,0.00230525976667008,0.5,0.153725174569888,0.0,0.00369614824931304,0.153725174569888,0.0,0.00563985769370737,0.153725174569888,0.0,0.000178215198076742,0.153725174569888,0.0,0.000110662244527368,0.153725174569888,0.0,0.00415800635221425,0.153725174569888,0.0,0.00245144404867452,0.153725174569888,0.0,0.0042323008967981,0.5,0.153725174569888,0.0,0.010038629326522,0,0.0157976006569978,0.00193710297584083 -1514,0.5,0.153725174569888,0.0,0.00435815724836534,0.153725174569888,0.0,0.000722368625998416,0.153725174569888,0.0,0.00892798536700116,0.153725174569888,0.0,0.00710971342741089,0.153725174569888,0.0,0.00054033867146588,0.153725174569888,0.0,0.00449699589268337,0.153725174569888,0.0,0.00344335629661163,0.153725174569888,0.0,0.0103375513294613,0.5,0.153725174569888,0.0,0.00538083414696903,0.153725174569888,0.0,0.00145607482657006,0.5,0.153725174569888,0.0,0.00496369263142054,0.153725174569888,0.0,0.00638680280939411,0.153725174569888,0.0,8.53601571176867e-05,0.153725174569888,0.0,8.87089665687131e-05,0.153725174569888,0.0,0.00671756393647296,0.153725174569888,0.0,0.00326126667111672,0.153725174569888,0.0,0.00470007913853134,0.5,0.153725174569888,0.0,0.00862138463028938,0,0.0116598232302224,0.0018086771993311 -1515,0.5,0.153725174569888,0.0,0.00380959458840224,0.153725174569888,0.0,0.00424609281177831,0.153725174569888,0.0,0.0120407483207254,0.153725174569888,0.0,0.00820047644837816,0.153725174569888,0.0,0.00176268843567737,0.153725174569888,0.0,0.00727590015361011,0.153725174569888,0.0,0.00567127912829132,0.153725174569888,0.0,0.0089454748274527,0.5,0.153725174569888,0.0,0.00536436265053711,0.153725174569888,0.0,0.00127271651472752,0.5,0.153725174569888,0.0,0.00643905066960342,0.153725174569888,0.0,0.0079498812089035,0.153725174569888,0.0,0.000133003936845847,0.153725174569888,0.0,0.000382174048124059,0.153725174569888,0.0,0.012254496738436,0.153725174569888,0.0,0.00459223098656989,0.153725174569888,0.0,0.00556085168111585,0.5,0.153725174569888,0.0,0.00739687101518596,0,0.0105067258801568,0.00152387344649356 -1516,0.5,0.153725174569888,0.0,0.00450808871320202,0.153725174569888,0.0,0.00843649885930029,0.153725174569888,0.0,0.0169907498758315,0.153725174569888,0.0,0.00883300220644512,0.153725174569888,0.0,0.00447943115419173,0.153725174569888,0.0,0.00859329188757991,0.153725174569888,0.0,0.00796727780413673,0.153725174569888,0.0,0.00684877258152382,0.5,0.153725174569888,0.0,0.00446471659486259,0.153725174569888,0.0,0.00149276685459918,0.5,0.153725174569888,0.0,0.00712401484169534,0.153725174569888,0.0,0.0104670912783402,0.153725174569888,0.0,0.00064218563386763,0.153725174569888,0.0,0.00161091401688569,0.153725174569888,0.0,0.0152188347145872,0.153725174569888,0.0,0.00496704690892187,0.153725174569888,0.0,0.00632348498482051,0.5,0.153725174569888,0.0,0.00687061553802177,0,0.00942906037508453,0.00131192153108847 -1517,0.5,0.153725174569888,0.0,0.00652997864295411,0.153725174569888,0.0,0.0101910072144889,0.153725174569888,0.0,0.022232899214134,0.153725174569888,0.0,0.0102326071331854,0.153725174569888,0.0,0.00674178438439719,0.153725174569888,0.0,0.00792849081386565,0.153725174569888,0.0,0.00918569806463993,0.153725174569888,0.0,0.00561149320511368,0.5,0.153725174569888,0.0,0.00399172547607941,0.153725174569888,0.0,0.00185334041320293,0.5,0.153725174569888,0.0,0.00720425500562824,0.153725174569888,0.0,0.0103651655603352,0.153725174569888,0.0,0.00130165181156671,0.153725174569888,0.0,0.0044401029240041,0.153725174569888,0.0,0.0161440734696257,0.153725174569888,0.0,0.00580579713947827,0.153725174569888,0.0,0.00684509200771747,0.5,0.153725174569888,0.0,0.00765168692759278,0,0.00896825156971884,0.000736133788760892 -1518,0.5,0.153725174569888,0.0,0.00851379521559047,0.153725174569888,0.0,0.0113720901955666,0.153725174569888,0.0,0.0246343819158679,0.153725174569888,0.0,0.0121020082406347,0.153725174569888,0.0,0.00590349928642955,0.153725174569888,0.0,0.0045515388206477,0.153725174569888,0.0,0.00927784668924748,0.153725174569888,0.0,0.00516928455260137,0.5,0.153725174569888,0.0,0.00395182614879158,0.153725174569888,0.0,0.00277620791192774,0.5,0.153725174569888,0.0,0.00694035433257252,0.153725174569888,0.0,0.0104209270681137,0.153725174569888,0.0,0.00206661932554234,0.153725174569888,0.0,0.00545223884220692,0.153725174569888,0.0,0.0165211483951324,0.153725174569888,0.0,0.007544645932242,0.153725174569888,0.0,0.00766300087691522,0.5,0.153725174569888,0.0,0.00800688979933554,0,0.00711334617167833,0.00010249372682285 -1519,0.5,0.153725174569888,0.0,0.00984243017491207,0.153725174569888,0.0,0.0121238203446785,0.153725174569888,0.0,0.0252095432368335,0.153725174569888,0.0,0.0131564474937525,0.153725174569888,0.0,0.00549003362065197,0.153725174569888,0.0,0.00310373975700036,0.153725174569888,0.0,0.00785593509064524,0.153725174569888,0.0,0.00533370086118934,0.5,0.153725174569888,0.0,0.00317331374844095,0.153725174569888,0.0,0.00310694685205948,0.5,0.153725174569888,0.0,0.00705226827259732,0.153725174569888,0.0,0.0118596607437994,0.153725174569888,0.0,0.00283389660398304,0.153725174569888,0.0,0.00540261566657903,0.153725174569888,0.0,0.0177338501708664,0.153725174569888,0.0,0.00773650232702829,0.153725174569888,0.0,0.00856223962512142,0.5,0.153725174569888,0.0,0.00745414234366935,0,0.00654213089734164,0.000106423798462929 -1520,0.5,0.153725174569888,0.0020441643106431,0.0120847312708831,0.153725174569888,0.00302520242088795,0.0115360947120106,0.153725174569888,0.015479033196478,0.0271368199606527,0.153725174569888,0.00293183162408603,0.0150064755549979,0.153725174569888,0.00467082624715041,0.00588467320456572,0.153725174569888,0.00126115359102325,0.00296148790691706,0.153725174569888,0.00494618597077498,0.00675018248465763,0.153725174569888,0.00193122422184275,0.0065302391161207,0.5,0.153725174569888,0.00311737454177367,0.00288681359501648,0.153725174569888,0.00779696250178837,0.00489418242941275,0.5,0.153725174569888,0.0126512236140234,0.00735906807610701,0.153725174569888,0.0102982386866656,0.0137460275913235,0.153725174569888,0.00383995019586356,0.00372014961112903,0.153725174569888,0.00515966188642796,0.00549880672435761,0.153725174569888,0.00913833932711791,0.0178921750706658,0.153725174569888,0.010505815783909,0.00578299353782284,0.153725174569888,0.0172236963854044,0.00945092715921256,0.5,0.153725174569888,0.00492283506370492,0.00742595098868345,0,0.010707986158185,0.00011390568922722 -1521,0.5,0.153725174569888,0.017295265504642,0.0189252460651534,0.153725174569888,0.0431788598927743,0.0113398283889012,0.153725174569888,0.109947092413132,0.04724273918324,0.153725174569888,0.0204763143812389,0.0258304085220457,0.153725174569888,0.130377916502965,0.00454890309972458,0.153725174569888,0.0344368673015036,0.00194164508846435,0.153725174569888,0.105600836721866,0.00501069638184792,0.153725174569888,0.0515704194365233,0.00531975378496202,0.5,0.153725174569888,0.0595528801641469,0.00236789088320774,0.153725174569888,0.0587150902737721,0.0221958573959127,0.5,0.153725174569888,0.143052346072658,0.00766111731016256,0.153725174569888,0.106518109486242,0.0192563563550479,0.153725174569888,0.0791926603198336,0.00454455524424303,0.153725174569888,0.140168555924653,0.00439308098895262,0.153725174569888,0.141306911273516,0.0193391192451829,0.153725174569888,0.160049495308088,0.00367768273674579,0.153725174569888,0.123782489731366,0.0192446705112475,0.5,0.153725174569888,0.039910088567145,0.0232975026263118,0,0.0134903739396172,0.000739324013436865 -1522,0.5,0.153725174569888,0.0403053862323486,0.0287606074909687,0.153725174569888,0.0889922216783449,0.0228407187349395,0.153725174569888,0.198720341258109,0.0891578861565502,0.153725174569888,0.043677901731901,0.0443302574546495,0.153725174569888,0.278547329480179,0.00379636273607615,0.153725174569888,0.0787366321359882,0.00312771750944214,0.153725174569888,0.192236519817229,0.00353544115958445,0.153725174569888,0.133497597301173,0.00866750026813903,0.5,0.153725174569888,0.121346028578626,0.00192012792693381,0.153725174569888,0.116414037234473,0.0594316728801417,0.5,0.153725174569888,0.282142916967666,0.011883318825624,0.153725174569888,0.223678047687823,0.0477829931712083,0.153725174569888,0.155119829909446,0.00833830734012268,0.153725174569888,0.295705922572308,0.00455925985868313,0.153725174569888,0.279473051383619,0.0277203619386236,0.153725174569888,0.323697213547374,0.00461162270986715,0.153725174569888,0.235053283140665,0.049828093265174,0.5,0.153725174569888,0.090037569430159,0.0578616631063705,0,0.0119350186933424,0.00258762303272015 -1523,0.5,0.153725174569888,0.0592524311662521,0.0372831278958598,0.153725174569888,0.179675826360203,0.0513829862432122,0.153725174569888,0.287059030147939,0.148109221854189,0.153725174569888,0.0627387211632031,0.0602515835937423,0.153725174569888,0.420701939846645,0.00643145582759726,0.153725174569888,0.11650641270139,0.00429674311804073,0.153725174569888,0.263942673465905,0.0123909256759314,0.153725174569888,0.21431117295707,0.023561555377839,0.5,0.153725174569888,0.204244217183769,0.00566212830591384,0.153725174569888,0.191179275780354,0.0926098118602554,0.5,0.153725174569888,0.417428442146685,0.0522075081554515,0.153725174569888,0.347568501334687,0.107104886758918,0.153725174569888,0.206775073084352,0.021589875501235,0.153725174569888,0.443403952082013,0.00848461402650167,0.153725174569888,0.406959348347291,0.046825399675571,0.153725174569888,0.469445818571265,0.0249151821253955,0.153725174569888,0.322637027075089,0.0835878876185619,0.5,0.153725174569888,0.0833011489310019,0.0650169736878873,0,0.010734338426959,0.00474026683078074 -1524,0.5,0.153725174569888,0.0750916427516342,0.0478322828652599,0.153725174569888,0.27857296066493,0.078404391758837,0.153725174569888,0.330835977488388,0.160175107647947,0.153725174569888,0.0715418795613856,0.0763293999235585,0.153725174569888,0.517923552760625,0.00916539053459663,0.153725174569888,0.14352486209427,0.0055486665454934,0.153725174569888,0.331494281730687,0.0503083881250024,0.153725174569888,0.220580566398853,0.0447119171326258,0.5,0.153725174569888,0.288398725187276,0.0190221455838485,0.153725174569888,0.25964991365642,0.103278370701568,0.5,0.153725174569888,0.48950621363821,0.110879926783031,0.153725174569888,0.437317589709202,0.157547059665314,0.153725174569888,0.238336640826576,0.0253114355628618,0.153725174569888,0.543570005186607,0.0103028499438372,0.153725174569888,0.498201716067677,0.0717771841146328,0.153725174569888,0.552614244333934,0.155338629585352,0.153725174569888,0.400456169465881,0.123378998039495,0.5,0.153725174569888,0.151688945501935,0.0704476146786982,0,0.0122595315032229,0.00645836912263164 -1525,0.5,0.153725174569888,0.0917472983001093,0.0703108280210517,0.153725174569888,0.429777107014151,0.066557261712279,0.153725174569888,0.382128708037551,0.224687059717855,0.153725174569888,0.0772697678155822,0.0997303593366886,0.153725174569888,0.557314657294144,0.0156351749280228,0.153725174569888,0.161386709818793,0.00793059835795164,0.153725174569888,0.414203255870761,0.0880696698600949,0.153725174569888,0.222366517515029,0.0536407073802658,0.5,0.153725174569888,0.299486872901784,0.0335069191509816,0.153725174569888,0.180759830845465,0.0887471951035138,0.5,0.153725174569888,0.498596397812066,0.20494053863822,0.153725174569888,0.386781662690591,0.193860557124348,0.153725174569888,0.22039477444191,0.0158202588121397,0.153725174569888,0.58370120520219,0.0091344592868682,0.153725174569888,0.543226186595766,0.0835381315095363,0.153725174569888,0.511233755837077,0.21898690747388,0.153725174569888,0.399492973785206,0.156512041617092,0.5,0.153725174569888,0.176097790614076,0.0835640471474774,0,0.0150387952405749,0.0119489814619664 -1526,0.5,0.153725174569888,0.0950794428869929,0.0884312884262691,0.153725174569888,0.211605611289743,0.0576644905312291,0.153725174569888,0.277865553987261,0.222496861138145,0.153725174569888,0.0853603006938842,0.117013713921212,0.153725174569888,0.55053136553724,0.0370297772273927,0.153725174569888,0.124405146221324,0.00995134681037083,0.153725174569888,0.429681958063125,0.124499200137751,0.153725174569888,0.201094583813097,0.0595227916334209,0.5,0.153725174569888,0.319619601773186,0.0389409158807176,0.153725174569888,0.170522647061634,0.102562951227162,0.5,0.153725174569888,0.422552465270485,0.204607438746824,0.153725174569888,0.334806339077397,0.219921271401102,0.153725174569888,0.218864900312433,0.0110305520249053,0.153725174569888,0.559740315598564,0.0101876150672519,0.153725174569888,0.524867109524828,0.0714068026332629,0.153725174569888,0.475319101124146,0.171137206541411,0.153725174569888,0.333492846073715,0.167132151265785,0.5,0.153725174569888,0.146092396299211,0.100899514479439,0,0.0189918790996642,0.0197764319336186 -1527,0.5,0.153725174569888,0.0770944121432476,0.0856814058087944,0.153725174569888,0.11427626073374,0.0556476681056842,0.153725174569888,0.160116374186795,0.146480900112644,0.153725174569888,0.0662173836749183,0.108422004448698,0.153725174569888,0.452425461987815,0.0537238833742307,0.153725174569888,0.107988693035709,0.0121147817457817,0.153725174569888,0.330497914527379,0.12983766736111,0.153725174569888,0.172671584844984,0.0643821764133386,0.5,0.153725174569888,0.299000295812703,0.0436750326997018,0.153725174569888,0.17352627586021,0.100399370646167,0.5,0.153725174569888,0.344943592581854,0.174402069668969,0.153725174569888,0.265977914389772,0.229546713987837,0.153725174569888,0.188278032726207,0.0110355937820836,0.153725174569888,0.468242815288687,0.0143320149435886,0.153725174569888,0.412235329916728,0.0735759258657897,0.153725174569888,0.420158988816557,0.147107265379092,0.153725174569888,0.253734722389154,0.168017119947199,0.5,0.153725174569888,0.0895509237047683,0.104592167015882,0,0.0233485996538001,0.0190611705652308 -1528,0.5,0.153725174569888,0.0627788964621866,0.0771600215199819,0.153725174569888,0.0479558814470767,0.0357107915119986,0.153725174569888,0.0934885980071747,0.10551649131381,0.153725174569888,0.0356755595305644,0.0819585297113786,0.153725174569888,0.366525561986084,0.0551520590388486,0.153725174569888,0.0784831808802252,0.0141569578437345,0.153725174569888,0.22076259185753,0.112805018509557,0.153725174569888,0.125764525786514,0.0630029563678801,0.5,0.153725174569888,0.211122373214772,0.0502237818898404,0.153725174569888,0.130147246366894,0.0925385477360775,0.5,0.153725174569888,0.254127959757717,0.148098388080719,0.153725174569888,0.258241211312836,0.225232685901733,0.153725174569888,0.145016519447241,0.0108102729665149,0.153725174569888,0.344154109309899,0.0170778603721161,0.153725174569888,0.245130261194578,0.0624926680661237,0.153725174569888,0.264250922989399,0.135750050790819,0.153725174569888,0.167675060730205,0.147059304549187,0.5,0.153725174569888,0.0573964802089606,0.0975334796285927,0,0.0201209179574181,0.0134895665085183 -1529,0.5,0.153725174569888,0.0306283285558167,0.0583330213946051,0.153725174569888,0.0227000619838723,0.0199313852394957,0.153725174569888,0.0380779368612721,0.0766188887394898,0.153725174569888,0.0143416720334589,0.0606920657503511,0.153725174569888,0.187722722656432,0.0156874421116151,0.153725174569888,0.0425341693316825,0.0095611344931579,0.153725174569888,0.0929725978110104,0.0636999304006961,0.153725174569888,0.0714009119416264,0.0506752528072294,0.5,0.153725174569888,0.140567352525544,0.0530133897636304,0.153725174569888,0.0665579816433651,0.0661375535671639,0.5,0.153725174569888,0.156047423196435,0.0811257458789093,0.153725174569888,0.150175598313647,0.14916683472893,0.153725174569888,0.0816023985666053,0.00688731187555789,0.153725174569888,0.184427148438651,0.00736650817802883,0.153725174569888,0.0983594664997547,0.0318161754754255,0.153725174569888,0.106094511957497,0.0902066975212356,0.153725174569888,0.0813844319846827,0.0933879414213287,0.5,0.153725174569888,0.0232341101711613,0.0833285057029776,0,0.0120998858107766,0.00912425200118568 -1530,0.5,0.153725174569888,0.000320309989051467,0.0412441145492218,0.153725174569888,0.0,0.00974225056229841,0.153725174569888,0.0,0.0611207787496382,0.153725174569888,0.000362748634131716,0.0527720338419073,0.153725174569888,0.0,0.0103300691119035,0.153725174569888,0.00806816104380425,0.00825156786348683,0.153725174569888,0.0,0.0299663011792289,0.153725174569888,0.0150083719438662,0.027440317365776,0.5,0.153725174569888,0.0118082613854089,0.0411308227560875,0.153725174569888,0.000127168952734841,0.0422414592882141,0.5,0.153725174569888,0.0,0.0550241229526328,0.153725174569888,0.00311875081521282,0.0860514456431784,0.153725174569888,0.0,0.00224957141795103,0.153725174569888,0.0,0.00254931471500649,0.153725174569888,0.0,0.0148484164345684,0.153725174569888,0.0,0.0637103741519169,0.153725174569888,0.0,0.0659306782997263,0.5,0.153725174569888,0.000417019859039935,0.0657146289271407,0,0.00653240817210975,0.00551005269122274 -1531,0.5,0.153725174569888,0.0,0.0438205194774766,0.153725174569888,0.0,0.00654450967534483,0.153725174569888,0.0,0.0554111274852784,0.153725174569888,0.0,0.0544795105862748,0.153725174569888,0.0,0.0121681728885219,0.153725174569888,0.0,0.0136197961816029,0.153725174569888,0.0,0.0208449932332897,0.153725174569888,0.0,0.0155664837854085,0.5,0.153725174569888,0.0,0.040369377160147,0.153725174569888,0.0,0.0322379663354325,0.5,0.153725174569888,0.0,0.0451374897989008,0.153725174569888,0.0,0.0679834665281537,0.153725174569888,0.0,0.00147478497580319,0.153725174569888,0.0,0.00201895733811855,0.153725174569888,0.0,0.0119806085826397,0.153725174569888,0.0,0.049994571268161,0.153725174569888,0.0,0.0683503727899162,0.5,0.153725174569888,0.0,0.0663543835478707,0,0.00422335631585219,0.00514229897604143 -1532,0.5,0.153725174569888,0.0,0.0517585065091945,0.153725174569888,0.0,0.00277085799311564,0.153725174569888,0.0,0.0531108965148857,0.153725174569888,0.0,0.0563759240929572,0.153725174569888,0.0,0.010766485389971,0.153725174569888,0.0,0.0132497852600965,0.153725174569888,0.0,0.0147645568488428,0.153725174569888,0.0,0.00663881493952932,0.5,0.153725174569888,0.0,0.0388659130636455,0.153725174569888,0.0,0.0435567970024263,0.5,0.153725174569888,0.0,0.0418917413167034,0.153725174569888,0.0,0.0488021867239987,0.153725174569888,0.0,0.00177844171549166,0.153725174569888,0.0,0.00135708024732371,0.153725174569888,0.0,0.00988151102906695,0.153725174569888,0.0,0.0334862673297438,0.153725174569888,0.0,0.0760498102494221,0.5,0.153725174569888,0.0,0.0809931948296855,0,0.00198658955478424,0.0051184181113327 -1533,0.5,0.153725174569888,0.0,0.0511492390512805,0.153725174569888,0.0,0.00177966835796143,0.153725174569888,0.0,0.0522324445231282,0.153725174569888,0.0,0.0503116002043187,0.153725174569888,0.0,0.00835941434326274,0.153725174569888,0.0,0.010150420269115,0.153725174569888,0.0,0.0119867127755485,0.153725174569888,0.0,0.00318994681110954,0.5,0.153725174569888,0.0,0.039593572267308,0.153725174569888,0.0,0.0832297010867829,0.5,0.153725174569888,0.0,0.0467354784609558,0.153725174569888,0.0,0.0356406535871811,0.153725174569888,0.0,0.00240834243707252,0.153725174569888,0.0,0.000862502059184424,0.153725174569888,0.0,0.00754173538464001,0.153725174569888,0.0,0.0205167385341555,0.153725174569888,0.0,0.0732920058723295,0.5,0.153725174569888,0.0,0.0999807175599389,0,0.000312087306782552,0.00584100031545991 -1534,0.5,0.153725174569888,0.0,0.0414613144977747,0.153725174569888,0.0,0.000815905185113887,0.153725174569888,0.0,0.0550518612134634,0.153725174569888,0.0,0.0440694542781338,0.153725174569888,0.0,0.00584446590200584,0.153725174569888,0.0,0.00632900360327118,0.153725174569888,0.0,0.00804907042885066,0.153725174569888,0.0,0.00151368876156442,0.5,0.153725174569888,0.0,0.0347595075131953,0.153725174569888,0.0,0.116016214949155,0.5,0.153725174569888,0.0,0.0408359775168334,0.153725174569888,0.0,0.0315325349596756,0.153725174569888,0.0,0.00374603781894398,0.153725174569888,0.0,0.000490582295735274,0.153725174569888,0.0,0.00455600994147276,0.153725174569888,0.0,0.012385696244958,0.153725174569888,0.0,0.0563072872155362,0.5,0.153725174569888,0.0,0.109233329684212,0,0.000215344873656396,0.010173116776773 -1535,0.5,0.153725174569888,0.0,0.0304884374901632,0.153725174569888,0.0,7.55038708508765e-05,0.153725174569888,0.0,0.0567370064176564,0.153725174569888,0.0,0.0374556507327911,0.153725174569888,0.0,0.00469192115491402,0.153725174569888,0.0,0.00559996053921385,0.153725174569888,0.0,0.00460837472274101,0.153725174569888,0.0,0.00100926725451048,0.5,0.153725174569888,0.0,0.025018503396139,0.153725174569888,0.0,0.130948348617036,0.5,0.153725174569888,0.0,0.0311539156588569,0.153725174569888,0.0,0.0325549970316995,0.153725174569888,0.0,0.00542714894297237,0.153725174569888,0.0,0.00064339295883713,0.153725174569888,0.0,0.00257873350760356,0.153725174569888,0.0,0.00771050997414645,0.153725174569888,0.0,0.0482726559602883,0.5,0.153725174569888,0.0,0.106625530642248,0,4.68083638252358e-05,0.0192165976685454 -1536,0.5,0.153725174569888,0.0,0.0219667329231308,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.0511944410001597,0.153725174569888,0.0,0.0361487070392719,0.153725174569888,0.0,0.00214096965696324,0.153725174569888,0.0,0.00330118116262741,0.153725174569888,0.0,0.00311502553122173,0.153725174569888,0.0,0.000618102899306621,0.5,0.153725174569888,0.0,0.0189056790257877,0.153725174569888,0.0,0.135872707847037,0.5,0.153725174569888,0.0,0.0227487286807111,0.153725174569888,0.0,0.0328028553987801,0.153725174569888,0.0,0.00791945327289872,0.153725174569888,0.0,0.001527268273652,0.153725174569888,0.0,0.00169554582995368,0.153725174569888,0.0,0.00524475228841297,0.153725174569888,0.0,0.0418565937224971,0.5,0.153725174569888,0.0,0.101130242052713,0,0.0,0.0331057875191094 -1537,0.5,0.153725174569888,0.0,0.0146640150699945,0.153725174569888,0.0,5.49354243800772e-05,0.153725174569888,0.0,0.0425680283614785,0.153725174569888,0.0,0.0382465179906891,0.153725174569888,0.0,0.00104563538131696,0.153725174569888,0.0,0.00247815217050287,0.153725174569888,0.0,0.00150495719125371,0.153725174569888,0.0,0.000339857318143601,0.5,0.153725174569888,0.0,0.0161386453704601,0.153725174569888,0.0,0.119736173359301,0.5,0.153725174569888,0.0,0.0170960671590346,0.153725174569888,0.0,0.029213057164452,0.153725174569888,0.0,0.0130179717683381,0.153725174569888,0.0,0.00399864140594842,0.153725174569888,0.0,0.00144405731767075,0.153725174569888,0.0,0.0040343829521805,0.153725174569888,0.0,0.0372231835690602,0.5,0.153725174569888,0.0,0.0849900861743658,0,0.0,0.0538359729627583 -1538,0.5,0.153725174569888,0.0,0.0127186291467249,0.153725174569888,0.0,0.00107537677242437,0.153725174569888,0.0,0.0392689165922797,0.153725174569888,0.0,0.0386944357034055,0.153725174569888,0.0,0.00176248557930308,0.153725174569888,0.0,0.00272552121156492,0.153725174569888,0.0,0.000747246725666333,0.153725174569888,0.0,0.000243146285133178,0.5,0.153725174569888,0.0,0.014113500168779,0.153725174569888,0.0,0.088873607550796,0.5,0.153725174569888,0.0,0.0112195017200173,0.153725174569888,0.0,0.0230731094499266,0.153725174569888,0.0,0.0197539149504015,0.153725174569888,0.0,0.0077280651541681,0.153725174569888,0.0,0.00167223913608314,0.153725174569888,0.0,0.00348244103585784,0.153725174569888,0.0,0.0359088463202556,0.5,0.153725174569888,0.0,0.0718176642888728,0,0.0,0.090014290502039 -1539,0.5,0.153725174569888,0.0,0.0172110847221976,0.153725174569888,0.0,0.00397240472238859,0.153725174569888,0.0,0.0449743361494109,0.153725174569888,0.0,0.0333223841312708,0.153725174569888,0.0,0.00202693380159748,0.153725174569888,0.0,0.00126547098806411,0.153725174569888,0.0,0.000871732388358178,0.153725174569888,0.0,0.000149667866607626,0.5,0.153725174569888,0.0,0.0124469730073591,0.153725174569888,0.0,0.0686819814260117,0.5,0.153725174569888,0.0,0.00897885873616944,0.153725174569888,0.0,0.018534646831316,0.153725174569888,0.0,0.0244294405228084,0.153725174569888,0.0,0.0111207823968211,0.153725174569888,0.0,0.00222421241214061,0.153725174569888,0.0,0.00323656591783633,0.153725174569888,0.0,0.0340100590380393,0.5,0.153725174569888,0.0,0.0633612487211803,0,0.0,0.141834171838722 -1540,0.5,0.153725174569888,0.0,0.0245352486915843,0.153725174569888,0.0,0.00369062412091846,0.153725174569888,0.0,0.0532079612893181,0.153725174569888,0.0,0.0320799686324856,0.153725174569888,0.0,0.00209146822542922,0.153725174569888,0.0,0.00049989044950576,0.153725174569888,0.0,0.00126467957039807,0.153725174569888,0.0,0.000240112919642318,0.5,0.153725174569888,0.0,0.011446911971295,0.153725174569888,0.0,0.0592347660540273,0.5,0.153725174569888,0.0,0.00889072373057058,0.153725174569888,0.0,0.0201363906751329,0.153725174569888,0.0,0.0296605292527875,0.153725174569888,0.0,0.0131754851963555,0.153725174569888,0.0,0.00195761893102916,0.153725174569888,0.0,0.00355275253037237,0.153725174569888,0.0,0.0347127176848953,0.5,0.153725174569888,0.0,0.0592012195704768,0,0.0,0.191035967874389 -1541,0.5,0.153725174569888,0.0,0.0283412712854993,0.153725174569888,0.0,0.00418559704552494,0.153725174569888,0.0,0.0479412030156686,0.153725174569888,0.0,0.0374659070000217,0.153725174569888,0.0,0.00223803090226764,0.153725174569888,0.0,0.000818397439123363,0.153725174569888,0.0,0.0011118492804574,0.153725174569888,0.0,0.000662373080208242,0.5,0.153725174569888,0.0,0.0117418088891513,0.153725174569888,0.0,0.0551180043691701,0.5,0.153725174569888,0.0,0.00810862407212014,0.153725174569888,0.0,0.0250050858073807,0.153725174569888,0.0,0.0320291136318436,0.153725174569888,0.0,0.0157947368908388,0.153725174569888,0.0,0.00151266041306274,0.153725174569888,0.0,0.00403207224591386,0.153725174569888,0.0,0.0350816138398561,0.5,0.153725174569888,0.0,0.0606577554452039,0,0.0,0.23936662672404 -1542,0.5,0.153725174569888,0.0,0.0221814257993332,0.153725174569888,0.0,0.0041405122891943,0.153725174569888,0.0,0.0369260292025021,0.153725174569888,0.0,0.0546663240093574,0.153725174569888,0.0,0.00286288466534614,0.153725174569888,0.0,0.00119198116346081,0.153725174569888,0.0,0.000641964204732414,0.153725174569888,0.0,0.000643079451872938,0.5,0.153725174569888,0.0,0.0130692540048701,0.153725174569888,0.0,0.0720681152211334,0.5,0.153725174569888,0.0,0.00827776550020399,0.153725174569888,0.0,0.0340083565678299,0.153725174569888,0.0,0.0351838709490409,0.153725174569888,0.0,0.0192694523861301,0.153725174569888,0.0,0.00124937682111161,0.153725174569888,0.0,0.00430105738928808,0.153725174569888,0.0,0.0357732896169664,0.5,0.153725174569888,0.0,0.0662607488816774,0,0.0,0.307939683442688 -1543,0.5,0.153725174569888,0.0,0.0131143872213757,0.153725174569888,0.0,0.00513970090878741,0.153725174569888,0.0,0.0310487102325054,0.153725174569888,0.0,0.0707818123310965,0.153725174569888,0.0,0.00339939944419078,0.153725174569888,0.0,0.0015969341125917,0.153725174569888,0.0,0.000358253153562926,0.153725174569888,0.0,0.000657074753919607,0.5,0.153725174569888,0.0,0.0149538512383225,0.153725174569888,0.0,0.10364735831039,0.5,0.153725174569888,0.0,0.00979000224743918,0.153725174569888,0.0,0.04182653665357,0.153725174569888,0.0,0.0388537009513009,0.153725174569888,0.0,0.0248823995832303,0.153725174569888,0.0,0.00121981108720748,0.153725174569888,0.0,0.00500288542869736,0.153725174569888,0.0,0.0354401347795937,0.5,0.153725174569888,0.0,0.0736585183963905,0,0.0,0.421860241694004 -1544,0.5,0.153725174569888,0.0142936566945361,0.00949641696427036,0.153725174569888,0.0140790206564239,0.00735111947366238,0.153725174569888,0.00707560999236455,0.0315245283768517,0.153725174569888,0.00486224314207825,0.0789207774018181,0.153725174569888,0.00448663360554699,0.00333646185374286,0.153725174569888,0.00229453049151654,0.00257716419246114,0.153725174569888,0.00526226932069708,0.000274344575590532,0.153725174569888,0.00277102121552183,0.000690352638119234,0.5,0.153725174569888,0.00469326198871805,0.0167560267189065,0.153725174569888,0.00513947385815863,0.155506930377148,0.5,0.153725174569888,0.00591849255838405,0.012351803139602,0.153725174569888,0.00688857826552228,0.0629845529761288,0.153725174569888,0.00842122552669712,0.0427035487566217,0.153725174569888,0.00710186651556147,0.0306914013092053,0.153725174569888,0.0151052820615518,0.0020047257489819,0.153725174569888,0.00814444197103752,0.00500115894342188,0.153725174569888,0.00746541453889589,0.0369912044563623,0.5,0.153725174569888,0.00851595204923441,0.0865730709531689,0,0.0,0.534412771217712 -1545,0.5,0.153725174569888,0.0822528186079886,0.0109743800631565,0.153725174569888,0.174510358121041,0.0114315429392998,0.153725174569888,0.0576710785778612,0.0388428000109882,0.153725174569888,0.0306109342318857,0.0821650268862212,0.153725174569888,0.110941910925268,0.00381473822584574,0.153725174569888,0.0811421732240285,0.005315493283074,0.153725174569888,0.104457040292594,0.000323868638566387,0.153725174569888,0.0735249286634134,0.00107752281517224,0.5,0.153725174569888,0.104460476728092,0.0230797911485805,0.153725174569888,0.0402433654882044,0.188830459227547,0.5,0.153725174569888,0.060918883580995,0.0224943148390161,0.153725174569888,0.0600815412338747,0.141869593429655,0.153725174569888,0.153308090062795,0.044053849679738,0.153725174569888,0.151479027177233,0.0338726329721165,0.153725174569888,0.165414099918903,0.00289741000765185,0.153725174569888,0.10573786919206,0.00485032945524336,0.153725174569888,0.0566439150669525,0.0510196328111662,0.5,0.153725174569888,0.0469499565719886,0.0906220800328435,0,0.000176189574473875,0.632672915173329 -1546,0.5,0.153725174569888,0.15475424765905,0.0151811694024659,0.153725174569888,0.335636937336085,0.01332581684293,0.153725174569888,0.127687509743509,0.0513028649086999,0.153725174569888,0.0739495839552214,0.0761331861836351,0.153725174569888,0.258912635617707,0.00713426690142958,0.153725174569888,0.181343916829583,0.0129253472274068,0.153725174569888,0.222624577459901,0.000907825647195277,0.153725174569888,0.18274444349662,0.0163025403757649,0.5,0.153725174569888,0.223845618129795,0.0668207911693678,0.153725174569888,0.0917814030301954,0.221355686835799,0.5,0.153725174569888,0.153384218408574,0.0614789110454442,0.153725174569888,0.147572781045525,0.235289860191615,0.153725174569888,0.308117963365081,0.0622220430860521,0.153725174569888,0.306335571409613,0.0379693247169025,0.153725174569888,0.321495015564501,0.00490406288352042,0.153725174569888,0.245072529286154,0.0182601523184192,0.153725174569888,0.118948220004512,0.0660355235918889,0.5,0.153725174569888,0.091796025836822,0.112638106495477,0,0.00347137837604222,0.684229434536815 -1547,0.5,0.153725174569888,0.198468874274315,0.0163772275803901,0.153725174569888,0.483471728351807,0.0386361240354106,0.153725174569888,0.178854187332117,0.0436329255113921,0.153725174569888,0.146132599047463,0.0597795429504366,0.153725174569888,0.427692781654932,0.0266923619380974,0.153725174569888,0.314110819419024,0.0387496234643062,0.153725174569888,0.354442761228828,0.00768867620247693,0.153725174569888,0.3226294673406,0.0617959788537202,0.5,0.153725174569888,0.325177409809093,0.141604095971289,0.153725174569888,0.151675682259071,0.290498237099696,0.5,0.153725174569888,0.229828068272498,0.171076023836431,0.153725174569888,0.261019270217191,0.29672976145301,0.153725174569888,0.451183920013696,0.115419213124361,0.153725174569888,0.448603452711737,0.0537691515863413,0.153725174569888,0.465480185523365,0.0164073285450714,0.153725174569888,0.379083451446893,0.0228042237701181,0.153725174569888,0.220468412680602,0.07974470592189,0.5,0.153725174569888,0.122389082860768,0.139634668372123,0,0.00779914403226502,0.705484256750257 -1548,0.5,0.153725174569888,0.217134280029486,0.0111934515486638,0.153725174569888,0.585656523108906,0.0572956667774692,0.153725174569888,0.223929733456867,0.0277703094685816,0.153725174569888,0.264684665321414,0.0458291927203175,0.153725174569888,0.543961432750645,0.0737146264140604,0.153725174569888,0.460055325208681,0.0889305801391117,0.153725174569888,0.485275718921916,0.021284954540972,0.153725174569888,0.396601253816867,0.106486422293527,0.5,0.153725174569888,0.389112776787915,0.141431402233117,0.153725174569888,0.270472486403791,0.362718963396632,0.5,0.153725174569888,0.291810229167084,0.203029720317365,0.153725174569888,0.315058959773797,0.327500399698283,0.153725174569888,0.547140643820786,0.152836010685811,0.153725174569888,0.546302606824113,0.0815511404763883,0.153725174569888,0.554159563154657,0.0247960116920775,0.153725174569888,0.500928762699281,0.0307757900855486,0.153725174569888,0.27338197600798,0.0941536281879105,0.5,0.153725174569888,0.160371932889728,0.171755148817771,0,0.00773053990858829,0.714938470328173 -1549,0.5,0.153725174569888,0.236588434666847,0.00979903972060148,0.153725174569888,0.628814792358299,0.0838414350085124,0.153725174569888,0.191665358658269,0.0193899299105626,0.153725174569888,0.323995758462831,0.0453021177820363,0.153725174569888,0.559252835802846,0.1341004925287,0.153725174569888,0.58372900392271,0.110591563707998,0.153725174569888,0.525029721942573,0.0372623309199559,0.153725174569888,0.397922179102411,0.125202470462471,0.5,0.153725174569888,0.397153256121033,0.124507980575974,0.153725174569888,0.312845033612781,0.401075558717843,0.5,0.153725174569888,0.444258564489359,0.188163890517341,0.153725174569888,0.374170316489944,0.340191783487062,0.153725174569888,0.578274071961302,0.179098910044198,0.153725174569888,0.593183434388262,0.121396463459294,0.153725174569888,0.58225208393053,0.027754767587452,0.153725174569888,0.545963218611983,0.036742690951799,0.153725174569888,0.269645496374494,0.0953836438102931,0.5,0.153725174569888,0.208595649821168,0.174474959681471,0,0.00859763482212609,0.723654019177908 -1550,0.5,0.153725174569888,0.216950571650067,0.00981605856397933,0.153725174569888,0.56847206670579,0.0892919479891331,0.153725174569888,0.185422269106682,0.018143447401009,0.153725174569888,0.314091264508208,0.0451495172185025,0.153725174569888,0.445664250094834,0.15932593253833,0.153725174569888,0.553481051454854,0.130527617753739,0.153725174569888,0.476415547996451,0.0533253341667682,0.153725174569888,0.436980527344647,0.133337238375842,0.5,0.153725174569888,0.402253539681993,0.103706181808367,0.153725174569888,0.20970015208432,0.367841306232919,0.5,0.153725174569888,0.378135131341901,0.137507932948938,0.153725174569888,0.403201201853452,0.340479711271127,0.153725174569888,0.542787504654219,0.186393755085582,0.153725174569888,0.578150094091713,0.173378310157726,0.153725174569888,0.525163818321425,0.0284695443341652,0.153725174569888,0.559805321441865,0.0360722304241487,0.153725174569888,0.257717915124628,0.080430311319332,0.5,0.153725174569888,0.191338944654244,0.158220894427142,0,0.0129290688604562,0.757904328245705 -1551,0.5,0.153725174569888,0.132668830083043,0.00917300995446027,0.153725174569888,0.437824673182015,0.0754986016886219,0.153725174569888,0.177351271639902,0.0144739074288166,0.153725174569888,0.242877998198377,0.0336407234415461,0.153725174569888,0.347249831325979,0.15223134879787,0.153725174569888,0.494083544449347,0.14051236477022,0.153725174569888,0.429986192949456,0.0582734460443855,0.153725174569888,0.448341599655206,0.12472781023951,0.5,0.153725174569888,0.384246599787639,0.0838927969651752,0.153725174569888,0.117563229156051,0.304470092332662,0.5,0.153725174569888,0.334837153817486,0.11702433195864,0.153725174569888,0.320421897140605,0.286295467196031,0.153725174569888,0.461959257512836,0.184455523702048,0.153725174569888,0.454197829847761,0.191174069541763,0.153725174569888,0.396163630889465,0.0258182778885726,0.153725174569888,0.509305910047436,0.0342576786866322,0.153725174569888,0.191912056287704,0.0665512662643221,0.5,0.153725174569888,0.115306585361806,0.108514654411931,0,0.0209797579290655,0.770517464210362 -1552,0.5,0.153725174569888,0.0798876540361044,0.00843400378792543,0.153725174569888,0.309829883735662,0.0524890138787679,0.153725174569888,0.0956255659244628,0.0108990831077924,0.153725174569888,0.141990640894677,0.0243706313041879,0.153725174569888,0.243322784366629,0.120998941167854,0.153725174569888,0.36694853486471,0.142857460094285,0.153725174569888,0.330882854786425,0.0478950105998697,0.153725174569888,0.427615312501718,0.0946689388358015,0.5,0.153725174569888,0.334174797980361,0.0552273535663993,0.153725174569888,0.0693259540066099,0.224196617893497,0.5,0.153725174569888,0.270268047439715,0.111226289507688,0.153725174569888,0.217026292365625,0.206633699307578,0.153725174569888,0.345186536514141,0.145110263145771,0.153725174569888,0.283704343764783,0.165222333034122,0.153725174569888,0.286315831159207,0.0197200451263097,0.153725174569888,0.4012315944098,0.0210250780552359,0.153725174569888,0.101498385112866,0.0542257184709217,0.5,0.153725174569888,0.0627764578213031,0.0872828165770541,0,0.0277770803792352,0.734208028622406 -1553,0.5,0.153725174569888,0.0387594366895512,0.00555014202562694,0.153725174569888,0.178664528938646,0.0126437803386302,0.153725174569888,0.0360434782317823,0.00858579595839133,0.153725174569888,0.0456586273565198,0.0172133975621911,0.153725174569888,0.133248128370172,0.0613145954882351,0.153725174569888,0.235420501432776,0.0918436818588637,0.153725174569888,0.212680414260055,0.0206292994873347,0.153725174569888,0.320714375658597,0.0431935324889378,0.5,0.153725174569888,0.220531613261762,0.0215085512738316,0.153725174569888,0.0357838417664097,0.152029206963331,0.5,0.153725174569888,0.141850211386656,0.0878705622192324,0.153725174569888,0.129802058714583,0.152439410612565,0.153725174569888,0.21702028572347,0.0671438840679503,0.153725174569888,0.154095109524154,0.103274107891855,0.153725174569888,0.159406065798878,0.00681935277546665,0.153725174569888,0.24888999252285,0.00429132532675596,0.153725174569888,0.0430515111603594,0.0378123492217245,0.5,0.153725174569888,0.0301525606123439,0.0559744551283145,0,0.0200609265071217,0.65358837200586 -1554,0.5,0.153725174569888,0.0,0.00392550984568114,0.153725174569888,0.0,0.0240267270113886,0.153725174569888,0.0,0.00723102405682239,0.153725174569888,0.0,0.0112006590304705,0.153725174569888,0.00168494721715243,0.0488087142263795,0.153725174569888,0.0382618731279472,0.0774168626712171,0.153725174569888,0.00235440437064383,0.00776187492845535,0.153725174569888,0.029386723916934,0.0296430005754285,0.5,0.153725174569888,0.0274586355963512,0.00681614980483536,0.153725174569888,0.0,0.1095155543593,0.5,0.153725174569888,0.0011913791109379,0.0555411937917847,0.153725174569888,0.00815539832591919,0.11023397683513,0.153725174569888,0.0,0.0598815412566452,0.153725174569888,0.0,0.0903463153170033,0.153725174569888,0.0,0.00858179359874721,0.153725174569888,0.0,0.00609846634082,0.153725174569888,0.0,0.0276154746965854,0.5,0.153725174569888,0.0,0.039708183019569,0,0.0184646848289834,0.577997132053292 -1555,0.5,0.153725174569888,0.0,0.00727081929599011,0.153725174569888,0.0,0.0329581857182252,0.153725174569888,0.0,0.00802401786754824,0.153725174569888,0.0,0.00920654393702895,0.153725174569888,0.0,0.0605246958547963,0.153725174569888,0.0,0.0914863898958526,0.153725174569888,0.0,0.0116353394803029,0.153725174569888,0.0,0.0401966745214253,0.5,0.153725174569888,0.0,0.00866879582360987,0.153725174569888,0.0,0.0903586827396413,0.5,0.153725174569888,0.0,0.0445516649061496,0.153725174569888,0.0,0.0862516496425127,0.153725174569888,0.0,0.0690846408350258,0.153725174569888,0.0,0.0793050994906221,0.153725174569888,0.0,0.0244020517537499,0.153725174569888,0.0,0.0124827771848026,0.153725174569888,0.0,0.0273755029688353,0.5,0.153725174569888,0.0,0.0281454468363303,0,0.0213843774993584,0.518494668694093 -1556,0.5,0.153725174569888,0.0,0.0152498608996842,0.153725174569888,0.0,0.0368802080710315,0.153725174569888,0.0,0.0100557801917144,0.153725174569888,0.0,0.0103019525558087,0.153725174569888,0.0,0.0619736918543512,0.153725174569888,0.0,0.089565314247877,0.153725174569888,0.0,0.018809001060705,0.153725174569888,0.0,0.0371261828742762,0.5,0.153725174569888,0.0,0.00957648820611163,0.153725174569888,0.0,0.0734810887555777,0.5,0.153725174569888,0.0,0.0344253631262911,0.153725174569888,0.0,0.0643772823584644,0.153725174569888,0.0,0.0815818673635314,0.153725174569888,0.0,0.067352861177281,0.153725174569888,0.0,0.0445748174164758,0.153725174569888,0.0,0.0205559764125319,0.153725174569888,0.0,0.0248811352390271,0.5,0.153725174569888,0.0,0.0292334550235559,0,0.0274676291324888,0.588795213424525 -1557,0.5,0.153725174569888,0.0,0.0244880002409803,0.153725174569888,0.0,0.0422136697262573,0.153725174569888,0.0,0.0111595080405992,0.153725174569888,0.0,0.0117202911885158,0.153725174569888,0.0,0.0609995151088461,0.153725174569888,0.0,0.0906668018033821,0.153725174569888,0.0,0.0267351787583585,0.153725174569888,0.0,0.0348928166878974,0.5,0.153725174569888,0.0,0.0102663731443983,0.153725174569888,0.0,0.0663889969594915,0.5,0.153725174569888,0.0,0.0285788196399031,0.153725174569888,0.0,0.0578497185278793,0.153725174569888,0.0,0.110417897372642,0.153725174569888,0.0,0.0798200252608497,0.153725174569888,0.0,0.0626828137277694,0.153725174569888,0.0,0.0306358230660612,0.153725174569888,0.0,0.0223131638270161,0.5,0.153725174569888,0.0,0.0336429271193446,0,0.0370337110804132,0.733402122614367 -1558,0.5,0.153725174569888,0.0,0.0328610039954396,0.153725174569888,0.0,0.0660525052704884,0.153725174569888,0.0,0.0123696949497692,0.153725174569888,0.0,0.0119779396659869,0.153725174569888,0.0,0.0662309281153133,0.153725174569888,0.0,0.0921948037583837,0.153725174569888,0.0,0.0380202593791284,0.153725174569888,0.0,0.0325012267114567,0.5,0.153725174569888,0.0,0.00932278824063742,0.153725174569888,0.0,0.0589483660107124,0.5,0.153725174569888,0.0,0.0267780676536593,0.153725174569888,0.0,0.0588036835861319,0.153725174569888,0.0,0.151298721855056,0.153725174569888,0.0,0.112718123371644,0.153725174569888,0.0,0.0716455844321594,0.153725174569888,0.0,0.0332053254380561,0.153725174569888,0.0,0.021080083584635,0.5,0.153725174569888,0.0,0.0398337598609535,0,0.0612613610621995,0.808674039374622 -1559,0.5,0.153725174569888,0.0,0.0390610708080447,0.153725174569888,0.0,0.0985468175067585,0.153725174569888,0.0,0.0152917810386718,0.153725174569888,0.0,0.0121341850448329,0.153725174569888,0.0,0.077053248578312,0.153725174569888,0.0,0.0893750327791376,0.153725174569888,0.0,0.0444314269536467,0.153725174569888,0.0,0.03662336027911,0.5,0.153725174569888,0.0,0.00828642177997087,0.153725174569888,0.0,0.048074706949473,0.5,0.153725174569888,0.0,0.0289142881511476,0.153725174569888,0.0,0.0568110037500016,0.153725174569888,0.0,0.187559067822842,0.153725174569888,0.0,0.142819215160479,0.153725174569888,0.0,0.0775539809825478,0.153725174569888,0.0,0.0283885533545622,0.153725174569888,0.0,0.0231800457107973,0.5,0.153725174569888,0.0,0.046983076189508,0,0.09677890628896,0.861090155095814 -1560,0.5,0.153725174569888,0.0,0.043627954685091,0.153725174569888,0.0,0.121725150213288,0.153725174569888,0.0,0.018683759217161,0.153725174569888,0.0,0.0114946778190981,0.153725174569888,0.0,0.0899333809477672,0.153725174569888,0.0,0.0785124771793019,0.153725174569888,0.0,0.0512673509508107,0.153725174569888,0.0,0.0404666266904478,0.5,0.153725174569888,0.0,0.00731146972182011,0.153725174569888,0.0,0.0387725250168777,0.5,0.153725174569888,0.0,0.0405394585583171,0.153725174569888,0.0,0.0497948651676256,0.153725174569888,0.0,0.205688612859527,0.153725174569888,0.0,0.153877990234939,0.153725174569888,0.0,0.0815052853082883,0.153725174569888,0.0,0.0219050347026201,0.153725174569888,0.0,0.0277129598557543,0.5,0.153725174569888,0.0,0.05399387762528,0,0.140714808175712,0.915299671684891 -1561,0.5,0.153725174569888,0.0,0.047718025207065,0.153725174569888,0.0,0.133060103899961,0.153725174569888,0.0,0.0196534732744381,0.153725174569888,0.0,0.0091206696157181,0.153725174569888,0.0,0.0983709943726427,0.153725174569888,0.0,0.0756739464887385,0.153725174569888,0.0,0.0586880560611877,0.153725174569888,0.0,0.0418407937244975,0.5,0.153725174569888,0.0,0.0071099316814415,0.153725174569888,0.0,0.0332150817509551,0.5,0.153725174569888,0.0,0.0406192760700796,0.153725174569888,0.0,0.0480837331198748,0.153725174569888,0.0,0.215803944802504,0.153725174569888,0.0,0.163511934122038,0.153725174569888,0.0,0.0855365627026804,0.153725174569888,0.0,0.0182978624549597,0.153725174569888,0.0,0.030998586278691,0.5,0.153725174569888,0.0,0.0570539982973524,0,0.158720886216254,0.957665902548158 -1562,0.5,0.153725174569888,0.0,0.0493558408885767,0.153725174569888,0.0,0.125308841956379,0.153725174569888,0.0,0.0190025722354119,0.153725174569888,0.0,0.00698559314471559,0.153725174569888,0.0,0.107779813943051,0.153725174569888,0.0,0.073120466715719,0.153725174569888,0.0,0.0690250841591963,0.153725174569888,0.0,0.0412538683301437,0.5,0.153725174569888,0.0,0.00735493888998387,0.153725174569888,0.0,0.0363384207360971,0.5,0.153725174569888,0.0,0.0384381404245501,0.153725174569888,0.0,0.0462248071809073,0.153725174569888,0.0,0.223775747903648,0.153725174569888,0.0,0.186226254097946,0.153725174569888,0.0,0.0875369943572257,0.153725174569888,0.0,0.016599321035817,0.153725174569888,0.0,0.0321029854944075,0.5,0.153725174569888,0.0,0.0578423705180519,0,0.15674014574268,0.973003825350741 -1563,0.5,0.153725174569888,0.0,0.0486537521356242,0.153725174569888,0.0,0.106658587808555,0.153725174569888,0.0,0.0175084320978424,0.153725174569888,0.0,0.00655390864779932,0.153725174569888,0.0,0.123439652883975,0.153725174569888,0.0,0.0793099147104769,0.153725174569888,0.0,0.06676313550513,0.153725174569888,0.0,0.0438172183878446,0.5,0.153725174569888,0.0,0.00748648010120634,0.153725174569888,0.0,0.0355547951697992,0.5,0.153725174569888,0.0,0.038456373954641,0.153725174569888,0.0,0.0438769150869442,0.153725174569888,0.0,0.237180748389736,0.153725174569888,0.0,0.204517406809803,0.153725174569888,0.0,0.0843944400867762,0.153725174569888,0.0,0.0173104024124201,0.153725174569888,0.0,0.0291313745848023,0.5,0.153725174569888,0.0,0.0507695939813077,0,0.144465924033879,0.977044088504531 -1564,0.5,0.153725174569888,0.0,0.0473363585601265,0.153725174569888,0.0,0.102207617886168,0.153725174569888,0.0,0.0199453253895706,0.153725174569888,0.0,0.007359987040733,0.153725174569888,0.0,0.142654014848101,0.153725174569888,0.0,0.0979901135684078,0.153725174569888,0.0,0.0687435988636693,0.153725174569888,0.0,0.0511720915523772,0.5,0.153725174569888,0.0,0.00661153519153661,0.153725174569888,0.0,0.0276174853558474,0.5,0.153725174569888,0.0,0.0266415605621383,0.153725174569888,0.0,0.0372930914233947,0.153725174569888,0.0,0.254264179361785,0.153725174569888,0.0,0.222878946838312,0.153725174569888,0.0,0.0737813009468079,0.153725174569888,0.0,0.017465411290136,0.153725174569888,0.0,0.0257705388837409,0.5,0.153725174569888,0.0,0.0499839698542822,0,0.13116507546258,0.978645936269658 -1565,0.5,0.153725174569888,0.0,0.0493950974988391,0.153725174569888,0.0,0.118270701314768,0.153725174569888,0.0,0.0280381847158277,0.153725174569888,0.0,0.0103585751732543,0.153725174569888,0.0,0.140479493383675,0.153725174569888,0.0,0.110204124226609,0.153725174569888,0.0,0.0810262487674363,0.153725174569888,0.0,0.0639050285184714,0.5,0.153725174569888,0.0,0.00565304810297419,0.153725174569888,0.0,0.0206892636414297,0.5,0.153725174569888,0.0,0.0227164422459911,0.153725174569888,0.0,0.0333286192859104,0.153725174569888,0.0,0.26311111144414,0.153725174569888,0.0,0.232745256330102,0.153725174569888,0.0,0.0736107218584235,0.153725174569888,0.0,0.0168420931829713,0.153725174569888,0.0,0.0228514535495376,0.5,0.153725174569888,0.0,0.0451086668168366,0,0.138198577184765,0.98266637040411 -1566,0.5,0.153725174569888,0.0,0.0586581322761125,0.153725174569888,0.0,0.146306992121108,0.153725174569888,0.0,0.0334883663332468,0.153725174569888,0.0,0.0147480599342736,0.153725174569888,0.0,0.160215026066391,0.153725174569888,0.0,0.119748083577984,0.153725174569888,0.0,0.0909571810379404,0.153725174569888,0.0,0.0718679179326625,0.5,0.153725174569888,0.0,0.00590762008482583,0.153725174569888,0.0,0.0133612913026262,0.5,0.153725174569888,0.0,0.0252999098000828,0.153725174569888,0.0,0.0235090651974044,0.153725174569888,0.0,0.272128759066629,0.153725174569888,0.0,0.24514979373921,0.153725174569888,0.0,0.0774584833027206,0.153725174569888,0.0,0.0187713340559163,0.153725174569888,0.0,0.0217455429432481,0.5,0.153725174569888,0.0,0.0409500195553787,0,0.185639680254119,0.990647201096655 -1567,0.5,0.153725174569888,0.0,0.078337971493674,0.153725174569888,0.0,0.143168670915066,0.153725174569888,0.0,0.0367954919057205,0.153725174569888,0.0,0.0163195647820856,0.153725174569888,0.0,0.18146779336414,0.153725174569888,0.0,0.142113109400885,0.153725174569888,0.0,0.108646553070145,0.153725174569888,0.0,0.0766737489087093,0.5,0.153725174569888,0.0,0.00673568664833615,0.153725174569888,0.0,0.00678983454163102,0.5,0.153725174569888,0.0,0.0286850010518629,0.153725174569888,0.0,0.0200403111539106,0.153725174569888,0.0,0.285775337015604,0.153725174569888,0.0,0.258823028824139,0.153725174569888,0.0,0.0924645098107818,0.153725174569888,0.0,0.0225734906704991,0.153725174569888,0.0,0.02543335817526,0.5,0.153725174569888,0.0,0.0367004393532804,0,0.245393081154861,0.998863525997435 -1568,0.5,0.153725174569888,0.0287296212782509,0.097135425068374,0.153725174569888,0.0199909964303685,0.142596462992881,0.153725174569888,0.0272960825354356,0.0381440341129301,0.153725174569888,0.0180740786177695,0.0166464635411204,0.153725174569888,0.00755529865836953,0.20321706474814,0.153725174569888,0.00585902366872787,0.155894787987301,0.153725174569888,0.00965541150547606,0.106729576758972,0.153725174569888,0.0074529157609396,0.072959268291745,0.5,0.153725174569888,0.00436277068311221,0.0059069197764403,0.153725174569888,0.0181630614860225,0.00640357546586435,0.5,0.153725174569888,0.00409761607702553,0.0251454938705639,0.153725174569888,0.00986015569743694,0.0238994817040921,0.153725174569888,0.0123188884156783,0.299251317199911,0.153725174569888,0.00887289063521265,0.28186445742903,0.153725174569888,0.020945964996434,0.0972120865069809,0.153725174569888,0.0186899429604848,0.0233221938287155,0.153725174569888,0.0101772584556323,0.0337399256573621,0.5,0.153725174569888,0.0293025725043395,0.0525445500960399,0,0.295598551154053,1.00272388725638 -1569,0.5,0.153725174569888,0.134453220399997,0.119297800322873,0.153725174569888,0.179724364528763,0.14972538281985,0.153725174569888,0.157669831834814,0.0454126154821201,0.153725174569888,0.0870117567317436,0.0283238983059182,0.153725174569888,0.15819072089657,0.20925468177752,0.153725174569888,0.152163803078024,0.171104133167189,0.153725174569888,0.166662504001362,0.098037238885537,0.153725174569888,0.156881853580899,0.0665618859883163,0.5,0.153725174569888,0.0847434487568796,0.0036729452764086,0.153725174569888,0.112719769158193,0.0137646393404817,0.5,0.153725174569888,0.049458876227691,0.0304753590064715,0.153725174569888,0.0923871151616286,0.0339539661142352,0.153725174569888,0.147260103156671,0.337035127569282,0.153725174569888,0.150082173289699,0.309889680936186,0.153725174569888,0.181148986380239,0.0952856322036633,0.153725174569888,0.15534503586007,0.0211824281060042,0.153725174569888,0.0719972511001338,0.0590667707460387,0.5,0.153725174569888,0.104533023555542,0.100149381593884,0,0.339370018198289,1.00401337292243 -1570,0.5,0.153725174569888,0.258474883160554,0.217053033087745,0.153725174569888,0.330559797767656,0.217616365001454,0.153725174569888,0.308788939341204,0.0790033466063596,0.153725174569888,0.174009314983472,0.064782844820312,0.153725174569888,0.312956272657552,0.25984564557162,0.153725174569888,0.317649535777953,0.168920085806743,0.153725174569888,0.332555290220596,0.108830148040166,0.153725174569888,0.318271992856855,0.0543404685706659,0.5,0.153725174569888,0.182981570275948,0.00389603572412348,0.153725174569888,0.224164223142081,0.0202530765158628,0.5,0.153725174569888,0.127314169397927,0.0438068206083692,0.153725174569888,0.214786667077125,0.0397475200500439,0.153725174569888,0.264926115068026,0.484355571320712,0.153725174569888,0.28444497014846,0.395728988856209,0.153725174569888,0.343839239508856,0.110876710278764,0.153725174569888,0.283303146283357,0.0240788422975649,0.153725174569888,0.159741763699633,0.0748106415782549,0.5,0.153725174569888,0.164119589978286,0.134543004056525,0,0.363564806704981,1.0053483924333 -1571,0.5,0.153725174569888,0.391822924278026,0.398101316095223,0.153725174569888,0.465705973305393,0.308440436323014,0.153725174569888,0.440098085954792,0.0967254982170823,0.153725174569888,0.263989394208296,0.0804564677274519,0.153725174569888,0.445274901184028,0.446477582044524,0.153725174569888,0.468682659993422,0.313819763197675,0.153725174569888,0.488622366894022,0.221370167226911,0.153725174569888,0.465116771997162,0.0892518479154762,0.5,0.153725174569888,0.291284324547705,0.00907088476793872,0.153725174569888,0.322812196707495,0.0161200114367294,0.5,0.153725174569888,0.242590659393058,0.071894081019434,0.153725174569888,0.356413623848961,0.0423539955054632,0.153725174569888,0.355036092766793,0.579487309398364,0.153725174569888,0.39586830953428,0.532020063462159,0.153725174569888,0.493318499631541,0.195753229042896,0.153725174569888,0.385318695760343,0.0698462199026836,0.153725174569888,0.221969198036554,0.0660161659201488,0.5,0.153725174569888,0.222160411931625,0.112871272175008,0,0.412386950502827,1.00742593117237 -1572,0.5,0.153725174569888,0.502077168627485,0.459056345973482,0.153725174569888,0.542640052546605,0.351268145396147,0.153725174569888,0.505715621188384,0.0942023020046589,0.153725174569888,0.370824631631872,0.0840354228624408,0.153725174569888,0.524506028475396,0.564828701497013,0.153725174569888,0.555395362320094,0.384824814386026,0.153725174569888,0.597827789249623,0.400227569694289,0.153725174569888,0.570004397925472,0.184841274357264,0.5,0.153725174569888,0.391547847086361,0.049689009209696,0.153725174569888,0.393488584568699,0.00844518206958061,0.5,0.153725174569888,0.305357323263996,0.0617656993527255,0.153725174569888,0.472969135501797,0.0235575161168938,0.153725174569888,0.414697853911591,0.675168047086841,0.153725174569888,0.469512270902673,0.633225394197616,0.153725174569888,0.592273988090397,0.25121617114784,0.153725174569888,0.457844533982108,0.223487448131509,0.153725174569888,0.230718509684085,0.0521705913074168,0.5,0.153725174569888,0.257940059655201,0.06781789397055,0,0.379385470358509,1.00889621334944 -1573,0.5,0.153725174569888,0.537321939742636,0.429525891648642,0.153725174569888,0.564476909059925,0.429686350136171,0.153725174569888,0.531923510344433,0.0903507384109976,0.153725174569888,0.434821595876117,0.0784940080915226,0.153725174569888,0.53909477575511,0.677030623872586,0.153725174569888,0.560682918765211,0.428169451678287,0.153725174569888,0.640744991318508,0.489300751236193,0.153725174569888,0.589494785213905,0.18799147551693,0.5,0.153725174569888,0.442643115433915,0.0429151131391583,0.153725174569888,0.426783327338901,0.00716345780732898,0.5,0.153725174569888,0.259571510457341,0.0350608335576019,0.153725174569888,0.548902443060062,0.013266486340933,0.153725174569888,0.430016298552098,0.748669533518845,0.153725174569888,0.496650734587512,0.722638427685148,0.153725174569888,0.628716324288551,0.307383908896025,0.153725174569888,0.47645858131603,0.319825034737895,0.153725174569888,0.233432673158416,0.0338312999389021,0.5,0.153725174569888,0.209171690364131,0.0322348474935508,0,0.383959562644427,1.01001752027709 -1574,0.5,0.153725174569888,0.527339808754175,0.385065829556842,0.153725174569888,0.541307125732024,0.510215798642556,0.153725174569888,0.509031640648055,0.0801270143999792,0.153725174569888,0.380680286588867,0.0808452668424153,0.153725174569888,0.501297629006038,0.701632289903267,0.153725174569888,0.523225537823953,0.403296637175194,0.153725174569888,0.614362808553613,0.428716729524583,0.153725174569888,0.600855996623688,0.134722999082238,0.5,0.153725174569888,0.452368004064443,0.0297312119248872,0.153725174569888,0.421907471192418,0.00688323946100914,0.5,0.153725174569888,0.233923012969284,0.0273511194986796,0.153725174569888,0.547404923208796,0.00846205030857257,0.153725174569888,0.400749108230575,0.738752391993232,0.153725174569888,0.450452272135508,0.741221587809834,0.153725174569888,0.609349016810817,0.340419938404631,0.153725174569888,0.514079304473172,0.250708297559823,0.153725174569888,0.201199616502779,0.0249963324027711,0.5,0.153725174569888,0.162402958907983,0.0168406966544497,0,0.340009524376951,1.00920586815702 -1575,0.5,0.153725174569888,0.454018516882254,0.332152521366494,0.153725174569888,0.451577653496601,0.470280864275041,0.153725174569888,0.442387282972801,0.0632492306066949,0.153725174569888,0.265631223562687,0.0828091633313927,0.153725174569888,0.435580745255391,0.673461731880364,0.153725174569888,0.457644556008125,0.398811022284718,0.153725174569888,0.523133030386724,0.346709041924943,0.153725174569888,0.539309519356678,0.0977852893908288,0.5,0.153725174569888,0.368993307239694,0.0202743272274247,0.153725174569888,0.358650579978764,0.00688882859551347,0.5,0.153725174569888,0.20594509914788,0.0251929433327788,0.153725174569888,0.486844522895256,0.00524257314314872,0.153725174569888,0.319795866290586,0.75203336635522,0.153725174569888,0.352291224092655,0.704448016151952,0.153725174569888,0.521864325670852,0.321881002500386,0.153725174569888,0.445227888296384,0.184201118376623,0.153725174569888,0.138562522171265,0.0226449598512583,0.5,0.153725174569888,0.116519983142123,0.00975263994308445,0,0.29216727138123,1.00875760193181 -1576,0.5,0.153725174569888,0.325777936106844,0.233481155934609,0.153725174569888,0.303067053342437,0.416869201100951,0.153725174569888,0.324874062396601,0.0425897879439546,0.153725174569888,0.164482205184514,0.0711818774579242,0.153725174569888,0.273070149349055,0.527153229329251,0.153725174569888,0.345660158098915,0.329782131219317,0.153725174569888,0.380326312018151,0.245430626162596,0.153725174569888,0.411562141791456,0.0815283713225013,0.5,0.153725174569888,0.289046532164163,0.0140219189424062,0.153725174569888,0.250784912966253,0.00635488528284537,0.5,0.153725174569888,0.152909250971067,0.0102694676702293,0.153725174569888,0.366955710271967,0.00684013626488791,0.153725174569888,0.219678064070237,0.705311681002894,0.153725174569888,0.218807155487419,0.608112471581732,0.153725174569888,0.374806145249876,0.223018640778734,0.153725174569888,0.31927951991063,0.11861696281164,0.153725174569888,0.0787243949625777,0.0141920673392716,0.5,0.153725174569888,0.0761031559693078,0.00795214534283276,0,0.275971584147764,1.00705321507519 -1577,0.5,0.153725174569888,0.145762853680393,0.157213273865102,0.153725174569888,0.172893045997682,0.304913662576174,0.153725174569888,0.168084591803318,0.0142523570604109,0.153725174569888,0.0634707942679532,0.0438097448433728,0.153725174569888,0.112852331208612,0.353545874411021,0.153725174569888,0.132353770456818,0.181593016741232,0.153725174569888,0.241868740992479,0.136380237323007,0.153725174569888,0.269295242101329,0.0516251815285279,0.5,0.153725174569888,0.202041932496838,0.0151515082590811,0.153725174569888,0.143922599918376,0.00313304379322218,0.5,0.153725174569888,0.072578212292209,0.00200557225164685,0.153725174569888,0.220109707812908,0.00933272700056599,0.153725174569888,0.0675573689583488,0.644940978306172,0.153725174569888,0.0684653464445032,0.512398948936772,0.153725174569888,0.212122895030911,0.121018827902789,0.153725174569888,0.181944503315327,0.0582705751088547,0.153725174569888,0.0257734110906735,0.00562394849528662,0.5,0.153725174569888,0.0337299204899394,0.00878291239465965,0,0.309163750140395,0.991956824889611 -1578,0.5,0.153725174569888,0.0,0.188472187940036,0.153725174569888,0.0,0.264600321004097,0.153725174569888,0.0,0.0280897559506359,0.153725174569888,0.0,0.0360736650010046,0.153725174569888,0.00070124690895447,0.303908815556179,0.153725174569888,0.0105178251336657,0.134017137110437,0.153725174569888,0.0154368858325638,0.0960624970504288,0.153725174569888,0.0375231563759696,0.0368698610659517,0.5,0.153725174569888,0.0290681361892743,0.0172200363571395,0.153725174569888,0.0,0.00211937021893104,0.5,0.153725174569888,0.00494868384458327,0.000456492977949162,0.153725174569888,0.0136063662917166,0.00467076137784779,0.153725174569888,4.85159843053891e-06,0.666043399877832,0.153725174569888,9.11192851633695e-05,0.510646906940278,0.153725174569888,0.0,0.111877591448867,0.153725174569888,0.0,0.0688362264321142,0.153725174569888,0.0,0.00264392446632382,0.5,0.153725174569888,0.0,0.00964790399054544,0,0.421511216283054,0.926979942908791 -1579,0.5,0.153725174569888,0.0,0.232147633465411,0.153725174569888,0.0,0.287244144383046,0.153725174569888,0.0,0.0572243900152722,0.153725174569888,0.0,0.0390411673559421,0.153725174569888,0.0,0.300011799187915,0.153725174569888,0.0,0.123821858968652,0.153725174569888,0.0,0.0960418949112087,0.153725174569888,0.0,0.0294014316648356,0.5,0.153725174569888,0.0,0.0118375979607708,0.153725174569888,0.0,0.00290226027278356,0.5,0.153725174569888,0.0,0.000321264617038694,0.153725174569888,0.0,0.0033557414600385,0.153725174569888,0.0,0.717160451886768,0.153725174569888,0.0,0.478795131448795,0.153725174569888,0.0,0.11113857107702,0.153725174569888,0.0,0.0509555482832814,0.153725174569888,0.0,0.00399644817427216,0.5,0.153725174569888,0.0,0.00809214571182172,0,0.577145664290634,0.934228251937985 -1580,0.5,0.153725174569888,0.0,0.246239633456564,0.153725174569888,0.0,0.371483309664817,0.153725174569888,0.0,0.041367545951415,0.153725174569888,0.0,0.0399456994925372,0.153725174569888,0.0,0.246867826516397,0.153725174569888,0.0,0.117346955625411,0.153725174569888,0.0,0.0942878710697468,0.153725174569888,0.0,0.0286606762815646,0.5,0.153725174569888,0.0,0.00367907624462023,0.153725174569888,0.0,0.0021995201087712,0.5,0.153725174569888,0.0,0.000544481832738245,0.153725174569888,0.0,0.000649114775161195,0.153725174569888,0.0,0.727351829872062,0.153725174569888,0.0,0.361460742412626,0.153725174569888,0.0,0.12253880200806,0.153725174569888,0.0,0.0393861989880839,0.153725174569888,0.0,0.00593306160772517,0.5,0.153725174569888,0.0,0.00441416317820968,0,0.636398343967386,0.962982877108182 -1581,0.5,0.153725174569888,0.0,0.233639210062915,0.153725174569888,0.0,0.368476919969205,0.153725174569888,0.0,0.0387568466732306,0.153725174569888,0.0,0.034194476205632,0.153725174569888,0.0,0.197308223764449,0.153725174569888,0.0,0.101728730868608,0.153725174569888,0.0,0.121180516126878,0.153725174569888,0.0,0.0286850833799054,0.5,0.153725174569888,0.0,0.0025378366136441,0.153725174569888,0.0,0.000623501239645627,0.5,0.153725174569888,0.0,0.00352663528334796,0.153725174569888,0.0,0.00659838544558869,0.153725174569888,0.0,0.524397851855133,0.153725174569888,0.0,0.298406634014686,0.153725174569888,0.0,0.15953530316139,0.153725174569888,0.0,0.0364027041412735,0.153725174569888,0.0,0.0033386272055916,0.5,0.153725174569888,0.0,0.00191854460850027,0,0.715800260836491,0.873926903498124 -1582,0.5,0.153725174569888,0.0,0.199751942777376,0.153725174569888,0.0,0.383981266414832,0.153725174569888,0.0,0.0409822125488851,0.153725174569888,0.0,0.0358045633984945,0.153725174569888,0.0,0.107395657097817,0.153725174569888,0.0,0.0559733270276998,0.153725174569888,0.0,0.0897347224142414,0.153725174569888,0.0,0.0242922986692505,0.5,0.153725174569888,0.0,0.00263172013966267,0.153725174569888,0.0,0.000720932335428068,0.5,0.153725174569888,0.0,0.00506283563688062,0.153725174569888,0.0,0.0312869986141127,0.153725174569888,0.0,0.427539279531924,0.153725174569888,0.0,0.296907452911125,0.153725174569888,0.0,0.163376838022647,0.153725174569888,0.0,0.0456843370839873,0.153725174569888,0.0,0.00286381243908798,0.5,0.153725174569888,0.0,0.0004184678542299,0,0.674198147743946,0.789653654577668 -1583,0.5,0.153725174569888,0.0,0.167720274715788,0.153725174569888,0.0,0.211171243901003,0.153725174569888,0.0,0.0467830675898629,0.153725174569888,0.0,0.0373383343806642,0.153725174569888,0.0,0.0889483080323992,0.153725174569888,0.0,0.0297414910439967,0.153725174569888,0.0,0.0565041120303503,0.153725174569888,0.0,0.0165371618983467,0.5,0.153725174569888,0.0,0.00226054649772736,0.153725174569888,0.0,0.00300799083427727,0.5,0.153725174569888,0.0,0.000964174914141804,0.153725174569888,0.0,0.0150921604499255,0.153725174569888,0.0,0.442932239900809,0.153725174569888,0.0,0.283160966192249,0.153725174569888,0.0,0.135926046542496,0.153725174569888,0.0,0.0266549050313874,0.153725174569888,0.0,0.00256132728680388,0.5,0.153725174569888,0.0,0.000761819601289703,0,0.58878898149232,0.756135982424801 -1584,0.5,0.153725174569888,0.0,0.133707964049449,0.153725174569888,0.0,0.223504977842327,0.153725174569888,0.0,0.0567621474787379,0.153725174569888,0.0,0.0380197508422825,0.153725174569888,0.0,0.146322615022126,0.153725174569888,0.0,0.0337656685383727,0.153725174569888,0.0,0.0409541526876417,0.153725174569888,0.0,0.00978701176375062,0.5,0.153725174569888,0.0,0.00119219617345823,0.153725174569888,0.0,0.00385266257290979,0.5,0.153725174569888,0.0,0.000644370855902701,0.153725174569888,0.0,0.00635972442252268,0.153725174569888,0.0,0.301674284781006,0.153725174569888,0.0,0.268623521869243,0.153725174569888,0.0,0.120463072587676,0.153725174569888,0.0,0.0177121058221455,0.153725174569888,0.0,0.0013550850600615,0.5,0.153725174569888,0.0,0.00177144649810912,0,0.413538019170418,0.672861664523765 -1585,0.5,0.153725174569888,0.0,0.111196841893005,0.153725174569888,0.0,0.25512029711303,0.153725174569888,0.0,0.0524903193960113,0.153725174569888,0.0,0.0379113933344378,0.153725174569888,0.0,0.157854386218535,0.153725174569888,0.0,0.080198004165543,0.153725174569888,0.0,0.035193935030502,0.153725174569888,0.0,0.00420840987553353,0.5,0.153725174569888,0.0,0.000555640689293218,0.153725174569888,0.0,0.000163612257454208,0.5,0.153725174569888,0.0,0.00119106498789315,0.153725174569888,0.0,0.00202409322979086,0.153725174569888,0.0,0.190415213558305,0.153725174569888,0.0,0.205446332779294,0.153725174569888,0.0,0.140725994838281,0.153725174569888,0.0,0.0128504311394432,0.153725174569888,0.0,0.00135984221445073,0.5,0.153725174569888,0.0,0.000534322909564624,0,0.316893148666471,0.415160909477352 -1586,0.5,0.153725174569888,0.0,0.122912273903889,0.153725174569888,0.0,0.121608976503753,0.153725174569888,0.0,0.0496132421435607,0.153725174569888,0.0,0.0344085214672165,0.153725174569888,0.0,0.0863582010725291,0.153725174569888,0.0,0.0793204403106654,0.153725174569888,0.0,0.0459908807085444,0.153725174569888,0.0,0.00335503153202674,0.5,0.153725174569888,0.0,0.00040207752483898,0.153725174569888,0.0,0.00178376304631581,0.5,0.153725174569888,0.0,0.000959121288433599,0.153725174569888,0.0,0.00245222588594954,0.153725174569888,0.0,0.0712559167789854,0.153725174569888,0.0,0.0885760877238265,0.153725174569888,0.0,0.159758217165472,0.153725174569888,0.0,0.00946670637368795,0.153725174569888,0.0,0.00154260946175364,0.5,0.153725174569888,0.0,8.80303586294301e-05,0,0.310189584504832,0.207226001158111 -1587,0.5,0.153725174569888,0.0,0.109031011261154,0.153725174569888,0.0,0.042759546051167,0.153725174569888,0.0,0.0520317010191883,0.153725174569888,0.0,0.0287723995531774,0.153725174569888,0.0,0.0340146169227047,0.153725174569888,0.0,0.0428071620759738,0.153725174569888,0.0,0.0452409639141981,0.153725174569888,0.0,0.00343365578322353,0.5,0.153725174569888,0.0,0.000723579535544119,0.153725174569888,0.0,0.000209142045390022,0.5,0.153725174569888,0.0,0.000544407947091771,0.153725174569888,0.0,0.00168478539605496,0.153725174569888,0.0,0.0292996976276306,0.153725174569888,0.0,0.0309695869356292,0.153725174569888,0.0,0.114834903918396,0.153725174569888,0.0,0.00731870434111753,0.153725174569888,0.0,0.00133757103451554,0.5,0.153725174569888,0.0,0.000390470755512573,0,0.133367129703922,0.0895954316560659 -1588,0.5,0.153725174569888,0.0,0.0996089778629079,0.153725174569888,0.0,0.0250583621523812,0.153725174569888,0.0,0.0461805086680358,0.153725174569888,0.0,0.021748853936395,0.153725174569888,0.0,0.028770902882308,0.153725174569888,0.0,0.032965784669078,0.153725174569888,0.0,0.0423014284263424,0.153725174569888,0.0,0.00294994557727186,0.5,0.153725174569888,0.0,0.00122778991664416,0.153725174569888,0.0,9.24365424929812e-05,0.5,0.153725174569888,0.0,4.96351769372365e-05,0.153725174569888,0.0,0.00168245226938987,0.153725174569888,0.0,0.019111625462913,0.153725174569888,0.0,0.0150855823821196,0.153725174569888,0.0,0.070484866148941,0.153725174569888,0.0,0.00444687502091378,0.153725174569888,0.0,0.000514862142417099,0.5,0.153725174569888,0.0,0.000312267308873878,0,0.0858215889160865,0.0145666923243313 -1589,0.5,0.153725174569888,0.0,0.0975912608557344,0.153725174569888,0.0,0.0149891317765944,0.153725174569888,0.0,0.0287777578611998,0.153725174569888,0.0,0.0173540620765666,0.153725174569888,0.0,0.0272346752775932,0.153725174569888,0.0,0.0357689487416627,0.153725174569888,0.0,0.0479876163207996,0.153725174569888,0.0,0.00242884798500608,0.5,0.153725174569888,0.0,0.000821191826970321,0.153725174569888,0.0,0.00196420507465287,0.5,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.00379149840168997,0.153725174569888,0.0,0.00978917310266988,0.153725174569888,0.0,0.0053065375675121,0.153725174569888,0.0,0.0531304297560854,0.153725174569888,0.0,0.00805940044152127,0.153725174569888,0.0,0.000154547799851392,0.5,0.153725174569888,0.0,0.000299050973748585,0,0.09426183145316,5.19949353066297e-05 -1590,0.5,0.153725174569888,0.0,0.0795069282232315,0.153725174569888,0.0,0.0121037764271523,0.153725174569888,0.0,0.0354029674950306,0.153725174569888,0.0,0.0133174424205672,0.153725174569888,0.0,0.0173150962184809,0.153725174569888,0.0,0.0396525987030411,0.153725174569888,0.0,0.0499036783795898,0.153725174569888,0.0,0.00302981595422574,0.5,0.153725174569888,0.0,0.00119303821995973,0.153725174569888,0.0,0.00529797629912805,0.5,0.153725174569888,0.0,0.000570360159575841,0.153725174569888,0.0,0.00977859436275309,0.153725174569888,0.0,0.00698918549660187,0.153725174569888,0.0,0.00213374963496854,0.153725174569888,0.0,0.030132985319365,0.153725174569888,0.0,0.0215076907904971,0.153725174569888,0.0,0.000344528505352428,0.5,0.153725174569888,0.0,0.00103392152882196,0,0.0913591200457002,0.0 -1591,0.5,0.153725174569888,0.0,0.0592416573269287,0.153725174569888,0.0,0.00597641449625844,0.153725174569888,0.0,0.0408394448681053,0.153725174569888,0.0,0.0120990179753505,0.153725174569888,0.0,0.0143127020847114,0.153725174569888,0.0,0.0452081898937422,0.153725174569888,0.0,0.0339799480328979,0.153725174569888,0.0,0.00587832384970829,0.5,0.153725174569888,0.0,0.00246837952690329,0.153725174569888,0.0,0.0072326270974314,0.5,0.153725174569888,0.0,0.000732866419897556,0.153725174569888,0.0,0.01134433280285,0.153725174569888,0.0,0.00378049853771185,0.153725174569888,0.0,0.00100103885151703,0.153725174569888,0.0,0.0143780183725381,0.153725174569888,0.0,0.0228190058004381,0.153725174569888,0.0,0.00120157656134653,0.5,0.153725174569888,0.0,0.00108370696342524,0,0.0760858256453817,0.00363224778785091 -1592,0.5,0.153725174569888,0.0332120434421907,0.039830728528669,0.153725174569888,0.0263010812145981,0.000341956525493906,0.153725174569888,0.00128222411992125,0.0305462843490845,0.153725174569888,0.00946170344371568,0.0143887908479498,0.153725174569888,0.0100366711218667,0.0172890647009955,0.153725174569888,0.00220250883052007,0.0552104251875598,0.153725174569888,0.00207855430610323,0.0219835788714106,0.153725174569888,0.00225346772432719,0.00879151735829606,0.5,0.153725174569888,0.00550757687679285,0.00518323608432489,0.153725174569888,0.0125740288159995,0.0133374615745058,0.5,0.153725174569888,0.014203368238874,0.0006962131254646,0.153725174569888,0.0276042879137674,0.0129314717384213,0.153725174569888,0.0175484598704954,0.00132590206449689,0.153725174569888,0.0117799412556581,0.00210317632400499,0.153725174569888,0.0204401485415444,0.00559947151367216,0.153725174569888,0.00212545908215189,0.0115307124941151,0.153725174569888,0.0216025256522439,0.00138004276090086,0.5,0.153725174569888,0.0225645738531597,0.00222045079244951,0,0.0557999619232936,0.0110621979262336 -1593,0.5,0.153725174569888,0.163420002982637,0.0360034136048948,0.153725174569888,0.189119437165187,0.0,0.153725174569888,0.0136751004781407,0.0334512265849357,0.153725174569888,0.0300305576045614,0.0181372379397004,0.153725174569888,0.166452990556088,0.0223680567323765,0.153725174569888,0.0526365717600223,0.062573794867571,0.153725174569888,0.06819302602401,0.0287070747060601,0.153725174569888,0.0323592149851335,0.0169971035143956,0.5,0.153725174569888,0.0777053860941629,0.00668613373749226,0.153725174569888,0.110850735236973,0.0368837475027225,0.5,0.153725174569888,0.0826800797326573,0.0015023182208403,0.153725174569888,0.174479098758386,0.0123930809835023,0.153725174569888,0.162109790299403,0.00143620637085845,0.153725174569888,0.161981863652261,0.00449236782485991,0.153725174569888,0.172035483864367,0.00202490288405187,0.153725174569888,0.0274759467652573,0.00628147064526164,0.153725174569888,0.0954278208868554,0.00114497464049351,0.5,0.153725174569888,0.101759653257969,0.00916139654761852,0,0.0313225427400637,0.0221166953718773 -1594,0.5,0.153725174569888,0.311635318928119,0.0463969772043134,0.153725174569888,0.345317044869703,0.0,0.153725174569888,0.0443458182487295,0.023589932468952,0.153725174569888,0.0438820038273527,0.0234217368561336,0.153725174569888,0.3269138650124,0.0346540185795211,0.153725174569888,0.145017318178268,0.0915566333690559,0.153725174569888,0.243122655186918,0.0535528335306329,0.153725174569888,0.078644024990638,0.061688746602427,0.5,0.153725174569888,0.159320103678427,0.0305753719140338,0.153725174569888,0.290098608639149,0.0886355082320898,0.5,0.153725174569888,0.13738694591139,0.00523134845402095,0.153725174569888,0.338624776582564,0.0417855962636058,0.153725174569888,0.319052165554052,0.00255781184200572,0.153725174569888,0.32373941124197,0.0106090940756386,0.153725174569888,0.336340793019522,0.00564971560977735,0.153725174569888,0.079017556918752,0.00767326901923204,0.153725174569888,0.165286166909404,0.00506824342894591,0.5,0.153725174569888,0.235939184300209,0.0289376947344535,0,0.0202552065889297,0.0723232426676495 -1595,0.5,0.153725174569888,0.467150258243937,0.0565626061486295,0.153725174569888,0.489488461852759,0.000636136628218245,0.153725174569888,0.0874561715238556,0.0121160984442728,0.153725174569888,0.0692448571758562,0.0360423516189184,0.153725174569888,0.488710002854436,0.0751435131493465,0.153725174569888,0.317398435080141,0.127105797222008,0.153725174569888,0.426853365802308,0.0984289532038075,0.153725174569888,0.141705901813791,0.173015766671684,0.5,0.153725174569888,0.255111766968226,0.136395270343793,0.153725174569888,0.482051243697437,0.129638513075696,0.5,0.153725174569888,0.27797296909161,0.0120042188967379,0.153725174569888,0.497792275062834,0.091329312949954,0.153725174569888,0.465874312108035,0.00457859199412318,0.153725174569888,0.480424152929767,0.0317489105367197,0.153725174569888,0.480286124237572,0.0233522066351733,0.153725174569888,0.136085574748596,0.0282348663936889,0.153725174569888,0.262072083788895,0.00666343117378199,0.5,0.153725174569888,0.403417020060478,0.0337322186961273,0,0.0111187054932713,0.152822708964938 -1596,0.5,0.153725174569888,0.581170966471438,0.053149673623237,0.153725174569888,0.595778581142649,0.0152158719207606,0.153725174569888,0.13354808808335,0.00818335380201121,0.153725174569888,0.10360188607397,0.0232788357394271,0.153725174569888,0.602026578564613,0.111711856290791,0.153725174569888,0.49621188825913,0.192811668966656,0.153725174569888,0.53637180477958,0.104602075858842,0.153725174569888,0.191236058885514,0.265325324408152,0.5,0.153725174569888,0.373129260874304,0.199842449927306,0.153725174569888,0.447977580835122,0.171211375390177,0.5,0.153725174569888,0.538319079443249,0.0148614822619257,0.153725174569888,0.606743448062609,0.120624638597562,0.153725174569888,0.56930736193807,0.0109313255379374,0.153725174569888,0.595483220516366,0.0706379480935829,0.153725174569888,0.555200269131904,0.0498604145110871,0.153725174569888,0.206273649992468,0.0484830824817178,0.153725174569888,0.377323850629048,0.00816701785113874,0.5,0.153725174569888,0.410782834635727,0.0365857320122395,0,0.00330204598752458,0.221952730765198 -1597,0.5,0.153725174569888,0.617684298240747,0.0385838141961146,0.153725174569888,0.638625802594844,0.04664085589573,0.153725174569888,0.146388674381517,0.0065888057560707,0.153725174569888,0.159665978116139,0.016194274077328,0.153725174569888,0.652859394900529,0.126718902283296,0.153725174569888,0.519049864927535,0.196724758946952,0.153725174569888,0.54681853837757,0.101313847526532,0.153725174569888,0.248092677398409,0.284691604220128,0.5,0.153725174569888,0.530802793944049,0.180587834345958,0.153725174569888,0.480949153957197,0.200990173310427,0.5,0.153725174569888,0.648506688272179,0.0349671393398266,0.153725174569888,0.65718395273951,0.177113700620015,0.153725174569888,0.621723830818116,0.0355884521969412,0.153725174569888,0.649350578076628,0.119959644359477,0.153725174569888,0.578969361091612,0.0656722399956337,0.153725174569888,0.29067657816431,0.0531109469841915,0.153725174569888,0.406881313495995,0.0165271535961202,0.5,0.153725174569888,0.462298081132454,0.0324862062907876,0,8.45362301117988e-05,0.293871263421024 -1598,0.5,0.153725174569888,0.573823251273167,0.0278612951932424,0.153725174569888,0.627336852496213,0.0881054543456669,0.153725174569888,0.143782747912267,0.00726907313651043,0.153725174569888,0.193210038547255,0.0165713908622168,0.153725174569888,0.649731115872236,0.126138920523755,0.153725174569888,0.436770485419146,0.18412886570375,0.153725174569888,0.476863257287187,0.0968023820603624,0.153725174569888,0.298873757028703,0.242762652454014,0.5,0.153725174569888,0.58121077869168,0.171696346474625,0.153725174569888,0.493948224721984,0.215120760309005,0.5,0.153725174569888,0.649240240297554,0.0787808601019022,0.153725174569888,0.651408646248237,0.218311877360576,0.153725174569888,0.615059003670585,0.0806489834605132,0.153725174569888,0.648622241857347,0.155519227000872,0.153725174569888,0.552870317788008,0.073225839451703,0.153725174569888,0.269912035961512,0.0475036165460057,0.153725174569888,0.363487902189646,0.0402800459463694,0.5,0.153725174569888,0.487697811277873,0.0371639614827964,0,0.0,0.356883854211231 -1599,0.5,0.153725174569888,0.473135158375165,0.0222555223325949,0.153725174569888,0.55939949587542,0.122287548899808,0.153725174569888,0.142379977459664,0.012553003161286,0.153725174569888,0.143161421076996,0.0172960921715403,0.153725174569888,0.582069422747086,0.135117461893015,0.153725174569888,0.289862351074183,0.177248369281135,0.153725174569888,0.373632329550428,0.0955476217215568,0.153725174569888,0.360461848260938,0.200754418798317,0.5,0.153725174569888,0.553060440609223,0.175422936458007,0.153725174569888,0.477168632383482,0.255940084683589,0.5,0.153725174569888,0.574454586948683,0.143502499871318,0.153725174569888,0.589073022845691,0.260241171347171,0.153725174569888,0.551692032582682,0.130580191800526,0.153725174569888,0.585643908670346,0.190033939886207,0.153725174569888,0.460982960789684,0.0890209807355733,0.153725174569888,0.286549721266931,0.0510218027555748,0.153725174569888,0.282082400989539,0.0804425162824748,0.5,0.153725174569888,0.432404140353043,0.0534868524537547,0,3.51640300006884e-05,0.362190380786254 -1600,0.5,0.153725174569888,0.361150660965396,0.0205267482577336,0.153725174569888,0.440581947835716,0.113917770547843,0.153725174569888,0.107937303306001,0.0215816710920468,0.153725174569888,0.0893685898734157,0.0121810668509475,0.153725174569888,0.459779864910022,0.119724303742241,0.153725174569888,0.204056536518692,0.149299120900196,0.153725174569888,0.277452891888407,0.113700243209155,0.153725174569888,0.319325747614219,0.181250104773933,0.5,0.153725174569888,0.462868060521867,0.200196703696341,0.153725174569888,0.410435936653224,0.343460734240323,0.5,0.153725174569888,0.444902252522802,0.203435209569877,0.153725174569888,0.466245648893866,0.277768914958482,0.153725174569888,0.433758662598794,0.139537876919296,0.153725174569888,0.461448683952903,0.186857168062787,0.153725174569888,0.324096618467084,0.105787453282213,0.153725174569888,0.224839182256437,0.0764407136352747,0.153725174569888,0.209750590106237,0.109483861168703,0.5,0.153725174569888,0.304763899246786,0.065178395645872,0,0.000744057680900588,0.366146638084543 -1601,0.5,0.153725174569888,0.157782638690013,0.0114314311071924,0.153725174569888,0.194655951735905,0.0579862332587744,0.153725174569888,0.0569643801265758,0.0318350457863329,0.153725174569888,0.032052377500108,0.00720492533624109,0.153725174569888,0.314924664996911,0.061932901071317,0.153725174569888,0.133328670759672,0.0958610015260862,0.153725174569888,0.154844846812486,0.112525172176889,0.153725174569888,0.205235784196643,0.129259135337933,0.5,0.153725174569888,0.319896679507011,0.176213259599859,0.153725174569888,0.280014961235431,0.289296160950612,0.5,0.153725174569888,0.289971024712155,0.130843235632877,0.153725174569888,0.314012871563206,0.208099778019539,0.153725174569888,0.2627884976891,0.0721724684928255,0.153725174569888,0.303132277315081,0.105648997477618,0.153725174569888,0.162720142305747,0.0715149545561049,0.153725174569888,0.127104691354862,0.092018829128306,0.153725174569888,0.135719186695275,0.0825088038128307,0.5,0.153725174569888,0.15596916753983,0.0476218079547783,0,0.00274271570847326,0.428456283972565 -1602,0.5,0.153725174569888,0.0,0.0181274737449962,0.153725174569888,0.0,0.0891551859160629,0.153725174569888,0.0,0.0308610834582307,0.153725174569888,0.0,0.00677533119860155,0.153725174569888,0.0241392799793779,0.089394441694136,0.153725174569888,0.0305738460799164,0.0580622393887499,0.153725174569888,0.0226024051984851,0.0806672358869922,0.153725174569888,0.0375873247022226,0.1026710988581,0.5,0.153725174569888,0.035865082052276,0.165079134126475,0.153725174569888,0.0,0.200160345786136,0.5,0.153725174569888,0.0136387203103533,0.131423860354378,0.153725174569888,0.0177421452650396,0.169102177179656,0.153725174569888,0.0,0.100486713393204,0.153725174569888,0.0129685884645815,0.134076082368507,0.153725174569888,0.0,0.0789979376032881,0.153725174569888,0.00307775241480824,0.0886400830590786,0.153725174569888,0.0,0.0728301244249469,0.5,0.153725174569888,0.0,0.0344330535911297,0,0.00393550213899553,0.516405123719444 -1603,0.5,0.153725174569888,0.0,0.0246351302152854,0.153725174569888,0.0,0.111934840544594,0.153725174569888,0.0,0.0315234377176264,0.153725174569888,0.0,0.00887558540611391,0.153725174569888,0.0,0.111984574729038,0.153725174569888,0.0,0.0626610839245185,0.153725174569888,0.0,0.0996942931005709,0.153725174569888,0.0,0.125009334114664,0.5,0.153725174569888,0.0,0.183370209699984,0.153725174569888,0.0,0.188365432511726,0.5,0.153725174569888,0.0,0.176536196740434,0.153725174569888,0.0,0.185703110359808,0.153725174569888,0.0,0.149083796237196,0.153725174569888,0.0,0.193520006389619,0.153725174569888,0.0,0.0941982709077998,0.153725174569888,0.0,0.111644314992515,0.153725174569888,0.0,0.0839452998726633,0.5,0.153725174569888,0.0,0.0450278693733374,0,0.016378135009832,0.644447083736989 -1604,0.5,0.153725174569888,0.0,0.0365653586633129,0.153725174569888,0.0,0.113054197540581,0.153725174569888,0.0,0.0342327302957834,0.153725174569888,0.0,0.0118227221889693,0.153725174569888,0.0,0.132820270139544,0.153725174569888,0.0,0.100301731236112,0.153725174569888,0.0,0.122738428767696,0.153725174569888,0.0,0.14576206850274,0.5,0.153725174569888,0.0,0.185740101258302,0.153725174569888,0.0,0.160875911478924,0.5,0.153725174569888,0.0,0.153433817857762,0.153725174569888,0.0,0.175055599360645,0.153725174569888,0.0,0.205751336055808,0.153725174569888,0.0,0.235125654632254,0.153725174569888,0.0,0.104836196361727,0.153725174569888,0.0,0.121856562027192,0.153725174569888,0.0,0.0783898705570901,0.5,0.153725174569888,0.0,0.051076551391795,0,0.0423142774805752,0.783303559781138 -1605,0.5,0.153725174569888,0.0,0.0486304709201434,0.153725174569888,0.0,0.123996061679029,0.153725174569888,0.0,0.0429356747094492,0.153725174569888,0.0,0.0181418115935618,0.153725174569888,0.0,0.181107577934719,0.153725174569888,0.0,0.151063763398636,0.153725174569888,0.0,0.157897302879031,0.153725174569888,0.0,0.164616997888829,0.5,0.153725174569888,0.0,0.208340614945425,0.153725174569888,0.0,0.112398571214881,0.5,0.153725174569888,0.0,0.12130765329317,0.153725174569888,0.0,0.154890303183116,0.153725174569888,0.0,0.230662064505515,0.153725174569888,0.0,0.237250053802215,0.153725174569888,0.0,0.113030910538995,0.153725174569888,0.0,0.128125126450083,0.153725174569888,0.0,0.0689238994844663,0.5,0.153725174569888,0.0,0.0539122323288345,0,0.0631602142354672,0.849537606738324 -1606,0.5,0.153725174569888,0.0,0.0610518731362676,0.153725174569888,0.0,0.138926624573141,0.153725174569888,0.0,0.0561191393597633,0.153725174569888,0.0,0.0259402181502443,0.153725174569888,0.0,0.215495028101407,0.153725174569888,0.0,0.171517585290945,0.153725174569888,0.0,0.169542714679647,0.153725174569888,0.0,0.187629099394218,0.5,0.153725174569888,0.0,0.229173481991411,0.153725174569888,0.0,0.0837157794068608,0.5,0.153725174569888,0.0,0.107311231817723,0.153725174569888,0.0,0.133870287502027,0.153725174569888,0.0,0.223364863411225,0.153725174569888,0.0,0.219550914500187,0.153725174569888,0.0,0.118097746219526,0.153725174569888,0.0,0.112344698097802,0.153725174569888,0.0,0.0667261522641928,0.5,0.153725174569888,0.0,0.0551974976178935,0,0.0834698199250295,0.855379189944045 -1607,0.5,0.153725174569888,0.0,0.0659458615895476,0.153725174569888,0.0,0.148239497457179,0.153725174569888,0.0,0.0644739632045473,0.153725174569888,0.0,0.0355659218886249,0.153725174569888,0.0,0.205161698464965,0.153725174569888,0.0,0.164884194730798,0.153725174569888,0.0,0.16520889308703,0.153725174569888,0.0,0.216713472035013,0.5,0.153725174569888,0.0,0.207734347513294,0.153725174569888,0.0,0.0657166788438168,0.5,0.153725174569888,0.0,0.104092667291369,0.153725174569888,0.0,0.11627006041374,0.153725174569888,0.0,0.209327179064583,0.153725174569888,0.0,0.20682841547116,0.153725174569888,0.0,0.117712356379596,0.153725174569888,0.0,0.0901362581450255,0.153725174569888,0.0,0.073488526335375,0.5,0.153725174569888,0.0,0.0574887864994153,0,0.0996311804816313,0.829755845438274 -1608,0.5,0.153725174569888,0.0,0.0673006116822359,0.153725174569888,0.0,0.147892544168703,0.153725174569888,0.0,0.0651624229017999,0.153725174569888,0.0,0.0438664571817564,0.153725174569888,0.0,0.158570516555038,0.153725174569888,0.0,0.134172639430029,0.153725174569888,0.0,0.148241598398476,0.153725174569888,0.0,0.211938585155314,0.5,0.153725174569888,0.0,0.159415368750906,0.153725174569888,0.0,0.0523538490066844,0.5,0.153725174569888,0.0,0.10617678338697,0.153725174569888,0.0,0.0943617243430079,0.153725174569888,0.0,0.214778590286288,0.153725174569888,0.0,0.193703262070997,0.153725174569888,0.0,0.114319552149627,0.153725174569888,0.0,0.0779311045875902,0.153725174569888,0.0,0.0911139484170738,0.5,0.153725174569888,0.0,0.0609471409302344,0,0.127559398267726,0.7859396638153 -1609,0.5,0.153725174569888,0.0,0.0682354293126751,0.153725174569888,0.0,0.139664504394769,0.153725174569888,0.0,0.0557423211846544,0.153725174569888,0.0,0.0489433569862005,0.153725174569888,0.0,0.122357729739653,0.153725174569888,0.0,0.113622300093084,0.153725174569888,0.0,0.123312962861593,0.153725174569888,0.0,0.19780306413309,0.5,0.153725174569888,0.0,0.126277305226368,0.153725174569888,0.0,0.0444255448709916,0.5,0.153725174569888,0.0,0.109564016672306,0.153725174569888,0.0,0.0975679243776675,0.153725174569888,0.0,0.217134970734345,0.153725174569888,0.0,0.190983187183665,0.153725174569888,0.0,0.108190325761075,0.153725174569888,0.0,0.0741384299327075,0.153725174569888,0.0,0.104748774413176,0.5,0.153725174569888,0.0,0.0678366981352246,0,0.135725885146739,0.752990074419073 -1610,0.5,0.153725174569888,0.0,0.0706464951430551,0.153725174569888,0.0,0.123651363675699,0.153725174569888,0.0,0.0443265950286939,0.153725174569888,0.0,0.0494057496311991,0.153725174569888,0.0,0.116994892800441,0.153725174569888,0.0,0.10247670312519,0.153725174569888,0.0,0.108318566024909,0.153725174569888,0.0,0.183628975537533,0.5,0.153725174569888,0.0,0.0998132641396285,0.153725174569888,0.0,0.0372632277058959,0.5,0.153725174569888,0.0,0.0930715605291728,0.153725174569888,0.0,0.104423839583904,0.153725174569888,0.0,0.220164195943769,0.153725174569888,0.0,0.180209230860616,0.153725174569888,0.0,0.102420695374246,0.153725174569888,0.0,0.0711086850677486,0.153725174569888,0.0,0.114671381957992,0.5,0.153725174569888,0.0,0.074160113525582,0,0.130177110034455,0.755210270728205 -1611,0.5,0.153725174569888,0.0,0.0713265261908841,0.153725174569888,0.0,0.120478718266071,0.153725174569888,0.0,0.0362443061545956,0.153725174569888,0.0,0.0498231339141161,0.153725174569888,0.0,0.122458252302215,0.153725174569888,0.0,0.108228662053008,0.153725174569888,0.0,0.0980187186795694,0.153725174569888,0.0,0.174412110843109,0.5,0.153725174569888,0.0,0.0740450479987689,0.153725174569888,0.0,0.0296630536673231,0.5,0.153725174569888,0.0,0.0816707726534084,0.153725174569888,0.0,0.089852044944858,0.153725174569888,0.0,0.210086771177516,0.153725174569888,0.0,0.185324955764696,0.153725174569888,0.0,0.093943703821431,0.153725174569888,0.0,0.0633901735232027,0.153725174569888,0.0,0.115246017549701,0.5,0.153725174569888,0.0,0.0778290233129034,0,0.142275472837399,0.768560177273341 -1612,0.5,0.153725174569888,0.0,0.0680543198873629,0.153725174569888,0.0,0.122935045255724,0.153725174569888,0.0,0.0304585647926198,0.153725174569888,0.0,0.0498022377219649,0.153725174569888,0.0,0.142666478734245,0.153725174569888,0.0,0.1278590137231,0.153725174569888,0.0,0.0965484520805435,0.153725174569888,0.0,0.170012510284896,0.5,0.153725174569888,0.0,0.0542593241452372,0.153725174569888,0.0,0.0228204015254239,0.5,0.153725174569888,0.0,0.0537025800601149,0.153725174569888,0.0,0.0664092965146474,0.153725174569888,0.0,0.202992444949754,0.153725174569888,0.0,0.190630295772859,0.153725174569888,0.0,0.0912906844987653,0.153725174569888,0.0,0.0604526996636387,0.153725174569888,0.0,0.106811018545149,0.5,0.153725174569888,0.0,0.0865948411582983,0,0.162655297813336,0.775645874965269 -1613,0.5,0.153725174569888,0.0,0.0749899130410114,0.153725174569888,0.0,0.130971310140263,0.153725174569888,0.0,0.0270392924615704,0.153725174569888,0.0,0.0469220588807083,0.153725174569888,0.0,0.164405637328885,0.153725174569888,0.0,0.164771332878513,0.153725174569888,0.0,0.105456661425408,0.153725174569888,0.0,0.159697473941483,0.5,0.153725174569888,0.0,0.035834411328048,0.153725174569888,0.0,0.0184337762528563,0.5,0.153725174569888,0.0,0.0329534527749656,0.153725174569888,0.0,0.0503734746625802,0.153725174569888,0.0,0.192201909696112,0.153725174569888,0.0,0.187066879795346,0.153725174569888,0.0,0.0927095379683011,0.153725174569888,0.0,0.0604019306125808,0.153725174569888,0.0,0.0838898868079748,0.5,0.153725174569888,0.0,0.0811538188143569,0,0.161297477211625,0.768611891036518 -1614,0.5,0.153725174569888,0.0,0.0890612307389764,0.153725174569888,0.0,0.119219278186011,0.153725174569888,0.0,0.0238582742039584,0.153725174569888,0.0,0.0413177741033212,0.153725174569888,0.0,0.179548839028516,0.153725174569888,0.0,0.191084913676967,0.153725174569888,0.0,0.128594645701615,0.153725174569888,0.0,0.137115694770803,0.5,0.153725174569888,0.0,0.0311721519003117,0.153725174569888,0.0,0.0159907115410075,0.5,0.153725174569888,0.0,0.0192285851308407,0.153725174569888,0.0,0.0429345401748904,0.153725174569888,0.0,0.183549912591112,0.153725174569888,0.0,0.188711898442224,0.153725174569888,0.0,0.0935398069042698,0.153725174569888,0.0,0.0718286370938199,0.153725174569888,0.0,0.0576097080438584,0.5,0.153725174569888,0.0,0.0668597343967052,0,0.158105284114851,0.740403841721604 -1615,0.5,0.153725174569888,0.0,0.0976322513098461,0.153725174569888,0.0,0.117956403083519,0.153725174569888,0.0,0.0249637929914346,0.153725174569888,0.0,0.0366500241644216,0.153725174569888,0.0,0.192503382538821,0.153725174569888,0.0,0.194867639446357,0.153725174569888,0.0,0.152602921458375,0.153725174569888,0.0,0.129136730915137,0.5,0.153725174569888,0.0,0.029966222391941,0.153725174569888,0.0,0.0134362459098572,0.5,0.153725174569888,0.0,0.0203963300146615,0.153725174569888,0.0,0.0326682078988039,0.153725174569888,0.0,0.176339298928597,0.153725174569888,0.0,0.191522596134299,0.153725174569888,0.0,0.097033408406165,0.153725174569888,0.0,0.0725825676963278,0.153725174569888,0.0,0.0310403648919529,0.5,0.153725174569888,0.0,0.0564976238269828,0,0.164333481414944,0.708012936487184 -1616,0.5,0.153725174569888,0.0590130780150993,0.099909981562576,0.153725174569888,0.0310886515900849,0.112077017119692,0.153725174569888,0.0403549030818026,0.0285527426418885,0.153725174569888,0.067820730853264,0.0389581752405231,0.153725174569888,0.0133285886606883,0.207951588686868,0.153725174569888,0.00853371673163612,0.196782662700397,0.153725174569888,0.0182545736494504,0.153446488142291,0.153725174569888,0.0134691202512921,0.101369976366863,0.5,0.153725174569888,0.0196292367986016,0.0237335203383516,0.153725174569888,0.0503890204943348,0.00952659253459004,0.5,0.153725174569888,0.0344404852452013,0.0286383386553525,0.153725174569888,0.0375586694717659,0.0244685705109466,0.153725174569888,0.0238765372257885,0.17828252268806,0.153725174569888,0.0160875625761523,0.194592334504163,0.153725174569888,0.0318649315943921,0.0817087940311156,0.153725174569888,0.0314292864265814,0.0656625757606366,0.153725174569888,0.0349853223414353,0.0312279460694797,0.5,0.153725174569888,0.0667908154504726,0.0441231592905957,0,0.177902277367938,0.683052354268901 -1617,0.5,0.153725174569888,0.224303949036349,0.106305513258288,0.153725174569888,0.191681950422891,0.107955859858216,0.153725174569888,0.185076200146951,0.0309059652123796,0.153725174569888,0.228484138833406,0.0477981714924232,0.153725174569888,0.171179906410863,0.194514454923251,0.153725174569888,0.163895237944953,0.175917294801767,0.153725174569888,0.179557163066656,0.128315332021536,0.153725174569888,0.173650492357841,0.0818058442414508,0.5,0.153725174569888,0.182048862288516,0.0164091589516067,0.153725174569888,0.217954049739945,0.00790711197470453,0.5,0.153725174569888,0.198796345023841,0.0441692150002972,0.153725174569888,0.202614046956411,0.022597330311549,0.153725174569888,0.183625987360345,0.196257241219376,0.153725174569888,0.174085000367712,0.207747403835175,0.153725174569888,0.193769048821487,0.0768847340429241,0.153725174569888,0.193961321137077,0.0580394569725946,0.153725174569888,0.162131070722575,0.0501769013285809,0.5,0.153725174569888,0.236328280465879,0.0337953949247007,0,0.222548380498091,0.68531408012245 -1618,0.5,0.153725174569888,0.383302733378492,0.190784239579145,0.153725174569888,0.351627499458705,0.13532861884829,0.153725174569888,0.353611479983201,0.0454227996778364,0.153725174569888,0.387337766072216,0.0807145984473315,0.153725174569888,0.335756183261578,0.329760692204839,0.153725174569888,0.330328555943339,0.234674709766122,0.153725174569888,0.345849923166625,0.203280571435568,0.153725174569888,0.342121906815574,0.0893825332850483,0.5,0.153725174569888,0.351181348931713,0.0119936653282546,0.153725174569888,0.391738271533138,0.0148967092943806,0.5,0.153725174569888,0.368516221977075,0.178118048548716,0.153725174569888,0.375050429846249,0.0357381821028859,0.153725174569888,0.344584188100923,0.249303760376357,0.153725174569888,0.336072530153361,0.305355471673924,0.153725174569888,0.356756990370266,0.112403832827697,0.153725174569888,0.361558740238588,0.0962294296085421,0.153725174569888,0.322502653554251,0.11801595279669,0.5,0.153725174569888,0.407936143196805,0.0593947465924855,0,0.295408933751713,0.71981026857498 -1619,0.5,0.153725174569888,0.526160516691355,0.260131318966864,0.153725174569888,0.500481964067697,0.193399791501423,0.153725174569888,0.525480624430509,0.070285716115512,0.153725174569888,0.532515936766729,0.107975969428205,0.153725174569888,0.491854343700532,0.475374241187158,0.153725174569888,0.488459303705576,0.289168524802627,0.153725174569888,0.502079834264708,0.336523108188788,0.153725174569888,0.501058901872524,0.122588741259999,0.5,0.153725174569888,0.50919884155229,0.0193177532794157,0.153725174569888,0.545174439477505,0.0172980979595943,0.5,0.153725174569888,0.523887036897455,0.223354711446345,0.153725174569888,0.530792806040238,0.0492658667141899,0.153725174569888,0.495498977409094,0.310376850732334,0.153725174569888,0.489120498706002,0.42830512419683,0.153725174569888,0.508658420851119,0.207998328655378,0.153725174569888,0.518497022395174,0.177070617513846,0.153725174569888,0.496420439906674,0.133368364244044,0.5,0.153725174569888,0.556384478566056,0.10446262881773,0,0.311500691272098,0.71047445447685 -1620,0.5,0.153725174569888,0.615144325599373,0.338004392506491,0.153725174569888,0.601191351354022,0.29984273943202,0.153725174569888,0.626992139492583,0.0793272804571802,0.153725174569888,0.627820787661662,0.110230980133428,0.153725174569888,0.60217227873771,0.530520962374771,0.153725174569888,0.601824568584481,0.313115409085497,0.153725174569888,0.610525286570103,0.496594734001873,0.153725174569888,0.612643856011776,0.145023632658516,0.5,0.153725174569888,0.618449261225578,0.0318389738422795,0.153725174569888,0.642973665852567,0.0199398783639145,0.5,0.153725174569888,0.626845698580098,0.17887107656443,0.153725174569888,0.633003929635077,0.0422416949916955,0.153725174569888,0.598254276709108,0.391564290097736,0.153725174569888,0.597237217988952,0.51937737806822,0.153725174569888,0.61094286528452,0.326246769854937,0.153725174569888,0.622907361641871,0.294674703883924,0.153725174569888,0.627016979569382,0.147828478536284,0.5,0.153725174569888,0.647539802725797,0.0949084678754919,0,0.289144707361599,0.581089995759723 -1621,0.5,0.153725174569888,0.647272776677041,0.402637792593009,0.153725174569888,0.644127567033456,0.482376698521637,0.153725174569888,0.663277159125096,0.0972843057863754,0.153725174569888,0.657422819493584,0.113720762373334,0.153725174569888,0.651665558792773,0.445041597199498,0.153725174569888,0.654583654519073,0.261931588217507,0.153725174569888,0.658243576432689,0.464128200964186,0.153725174569888,0.663402401976411,0.174377261405888,0.5,0.153725174569888,0.667611433936251,0.040723154401765,0.153725174569888,0.682084117291053,0.0134798028062767,0.5,0.153725174569888,0.670478132622604,0.156571640189079,0.153725174569888,0.676415347813631,0.0365334650571863,0.153725174569888,0.641438769950752,0.509431959196212,0.153725174569888,0.645708655685199,0.556352169671704,0.153725174569888,0.65366842776537,0.428619249593474,0.153725174569888,0.666847932450449,0.310807537713948,0.153725174569888,0.672970228675323,0.129833711483636,0.5,0.153725174569888,0.680694620858387,0.0588396195895039,0,0.216657322388322,0.391817733507622 -1622,0.5,0.153725174569888,0.628523326846765,0.415358825752752,0.153725174569888,0.636666998720369,0.476153702667644,0.153725174569888,0.648871011674947,0.112911241119844,0.153725174569888,0.635692227162739,0.138593457157548,0.153725174569888,0.649619925229229,0.471422189715521,0.153725174569888,0.656060988122067,0.269449839922599,0.153725174569888,0.655373170082343,0.52105019414582,0.153725174569888,0.662973522184647,0.173586835885,0.5,0.153725174569888,0.665748594722667,0.0341353737074446,0.153725174569888,0.669560191060695,0.0117497213721008,0.5,0.153725174569888,0.663251769462814,0.11268627842596,0.153725174569888,0.668781637699771,0.0213268955400645,0.153725174569888,0.634583135746113,0.493784209500309,0.153725174569888,0.642677330158168,0.538865602378406,0.153725174569888,0.645731663235038,0.474660526284645,0.153725174569888,0.659846819375182,0.309866357533023,0.153725174569888,0.659622211684589,0.108500636060326,0.5,0.153725174569888,0.662051194753244,0.0772423978490404,0,0.231183494574136,0.252676349525835 -1623,0.5,0.153725174569888,0.547329898355128,0.41813223470217,0.153725174569888,0.568147976847727,0.408564152883628,0.153725174569888,0.572937923753642,0.156557061711722,0.153725174569888,0.550971483250743,0.16492861459655,0.153725174569888,0.588831119515318,0.416515151538631,0.153725174569888,0.60013595799489,0.234821641476917,0.153725174569888,0.593926326560102,0.40203236978368,0.153725174569888,0.605484620194204,0.14310733205868,0.5,0.153725174569888,0.606792677296163,0.028733683290275,0.153725174569888,0.596391539333183,0.0180151780452872,0.5,0.153725174569888,0.596519704960014,0.0956249179885188,0.153725174569888,0.601991798113462,0.0189756807393768,0.153725174569888,0.56723084489482,0.541344282239727,0.153725174569888,0.580101252543,0.482209575840593,0.153725174569888,0.577631620554724,0.409641593537384,0.153725174569888,0.593212473931283,0.251434889073674,0.153725174569888,0.585057111340557,0.111290815456269,0.5,0.153725174569888,0.580865127162776,0.0824794368241407,0,0.22322641674784,0.257726679559201 -1624,0.5,0.153725174569888,0.415007698442429,0.34268033017899,0.153725174569888,0.442627300478554,0.337680861743679,0.153725174569888,0.440107375904706,0.171810412450501,0.153725174569888,0.413953845836643,0.147504227070203,0.153725174569888,0.467861648324153,0.252633994163768,0.153725174569888,0.482243975593025,0.142278942500246,0.153725174569888,0.47197023677988,0.223140567202706,0.153725174569888,0.486414993197223,0.0996054366944042,0.5,0.153725174569888,0.48565359924871,0.023596920652956,0.153725174569888,0.46245886929339,0.0189131780618939,0.5,0.153725174569888,0.469078232151955,0.105006835159002,0.153725174569888,0.474372566028868,0.0349239175707943,0.153725174569888,0.443364269506015,0.430724100915831,0.153725174569888,0.458335253563354,0.338726566440274,0.153725174569888,0.451373481620605,0.275204543731301,0.153725174569888,0.466184371352388,0.162251383203477,0.153725174569888,0.451133883624133,0.104536885054037,0.5,0.153725174569888,0.44141013228962,0.0656812131073141,0,0.183607420704988,0.260856188448999 -1625,0.5,0.153725174569888,0.165265674299405,0.262762448108929,0.153725174569888,0.197968175817006,0.266589478801322,0.153725174569888,0.221666375416818,0.091295694938519,0.153725174569888,0.149678789564185,0.0897097248060819,0.153725174569888,0.326375030880691,0.13818248673648,0.153725174569888,0.338582965835477,0.0721200728846953,0.153725174569888,0.327314927093948,0.107829448446882,0.153725174569888,0.339063558865847,0.0369426936511585,0.5,0.153725174569888,0.334344607676792,0.00871528995768541,0.153725174569888,0.303618508547704,0.00948368932039623,0.5,0.153725174569888,0.315353051671284,0.0500145288871663,0.153725174569888,0.317649827159692,0.0167761100078869,0.153725174569888,0.263744728060361,0.359708149146719,0.153725174569888,0.309372723516826,0.216821388207236,0.153725174569888,0.274503017443631,0.186915132747627,0.153725174569888,0.31732650853353,0.0717224399156226,0.153725174569888,0.267134170855045,0.0399883414086658,0.5,0.153725174569888,0.215297234336226,0.0234970398733773,0,0.195039130129335,0.266759491722671 -1626,0.5,0.153725174569888,0.0,0.271300182851423,0.153725174569888,0.0,0.208343489012777,0.153725174569888,0.0,0.0932072883650701,0.153725174569888,0.0,0.115829140400002,0.153725174569888,0.0362657384063368,0.14023611893645,0.153725174569888,0.0487431684007412,0.0784420830819598,0.153725174569888,0.0351376744002757,0.105536556899082,0.153725174569888,0.0401767944138563,0.0401355587707903,0.5,0.153725174569888,0.0398143046420666,0.00594121817483401,0.153725174569888,0.0,0.0137416538799548,0.5,0.153725174569888,0.0221800779069731,0.0424487421542841,0.153725174569888,0.0228046202575542,0.0195964139213088,0.153725174569888,0.0,0.391914317907387,0.153725174569888,0.0226051431642476,0.215987714367764,0.153725174569888,0.000372760601565695,0.178744961522618,0.153725174569888,0.0104655775136344,0.0627626696479068,0.153725174569888,0.000964394061910236,0.0413894603528536,0.5,0.153725174569888,0.0,0.0268980240814074,0,0.24295149792397,0.280268249579516 -1627,0.5,0.153725174569888,0.0,0.272317353428181,0.153725174569888,0.0,0.213529209472919,0.153725174569888,0.0,0.0705543210794747,0.153725174569888,0.0,0.116415629518341,0.153725174569888,0.0,0.128177354211172,0.153725174569888,0.0,0.0815300412262707,0.153725174569888,0.0,0.103450082350456,0.153725174569888,0.0,0.0416446062839287,0.5,0.153725174569888,0.0,0.00511959357618806,0.153725174569888,0.0,0.0150500043822655,0.5,0.153725174569888,0.0,0.029644018300831,0.153725174569888,0.0,0.0194465601586726,0.153725174569888,0.0,0.38741307862913,0.153725174569888,0.0,0.213775160725313,0.153725174569888,0.0,0.152176422422524,0.153725174569888,0.0,0.0494895938293762,0.153725174569888,0.0,0.0402028063226305,0.5,0.153725174569888,0.0,0.0286841581771425,0,0.250290161477402,0.27514109703399 -1628,0.5,0.153725174569888,0.0,0.255036169330815,0.153725174569888,0.0,0.216147072906652,0.153725174569888,0.0,0.0542517172424478,0.153725174569888,0.0,0.103719375338847,0.153725174569888,0.0,0.105526885396798,0.153725174569888,0.0,0.0726375231350654,0.153725174569888,0.0,0.0938367451740884,0.153725174569888,0.0,0.0417863278583392,0.5,0.153725174569888,0.0,0.00392076374561144,0.153725174569888,0.0,0.0101589399014793,0.5,0.153725174569888,0.0,0.0220376129112481,0.153725174569888,0.0,0.0177901205262514,0.153725174569888,0.0,0.338442172186134,0.153725174569888,0.0,0.177986444290581,0.153725174569888,0.0,0.113725927699944,0.153725174569888,0.0,0.0354306479050575,0.153725174569888,0.0,0.0355640155080754,0.5,0.153725174569888,0.0,0.0252449965802079,0,0.287118091662173,0.248959360240803 -1629,0.5,0.153725174569888,0.0,0.23936469211313,0.153725174569888,0.0,0.2132801631356,0.153725174569888,0.0,0.0553672091152047,0.153725174569888,0.0,0.0905067199736777,0.153725174569888,0.0,0.0844640896803896,0.153725174569888,0.0,0.0630414095657258,0.153725174569888,0.0,0.0885822647310794,0.153725174569888,0.0,0.0385005380922304,0.5,0.153725174569888,0.0,0.00373216086606692,0.153725174569888,0.0,0.00869265919649314,0.5,0.153725174569888,0.0,0.0228540164228022,0.153725174569888,0.0,0.0151260256066149,0.153725174569888,0.0,0.272886059064214,0.153725174569888,0.0,0.130510978952029,0.153725174569888,0.0,0.0913252907351934,0.153725174569888,0.0,0.0301348246494804,0.153725174569888,0.0,0.0316845414930904,0.5,0.153725174569888,0.0,0.0172667407918134,0,0.333130947703578,0.209486930246209 -1630,0.5,0.153725174569888,0.0,0.227947249540105,0.153725174569888,0.0,0.169638817826284,0.153725174569888,0.0,0.0518001701477677,0.153725174569888,0.0,0.0764907192937432,0.153725174569888,0.0,0.0692292770792272,0.153725174569888,0.0,0.0459957938905419,0.153725174569888,0.0,0.0829163429266291,0.153725174569888,0.0,0.0258847169136485,0.5,0.153725174569888,0.0,0.00432908788281861,0.153725174569888,0.0,0.00416040525957884,0.5,0.153725174569888,0.0,0.0107635959778787,0.153725174569888,0.0,0.01120056160865,0.153725174569888,0.0,0.198558409190659,0.153725174569888,0.0,0.0951769177173846,0.153725174569888,0.0,0.0774713003308863,0.153725174569888,0.0,0.0303019805755808,0.153725174569888,0.0,0.0241529294612964,0.5,0.153725174569888,0.0,0.0144967968948171,0,0.352006108123673,0.156149125664014 -1631,0.5,0.153725174569888,0.0,0.198725846191137,0.153725174569888,0.0,0.10859004780388,0.153725174569888,0.0,0.0376336727150165,0.153725174569888,0.0,0.0684331528375907,0.153725174569888,0.0,0.0473603996906831,0.153725174569888,0.0,0.0297887259198489,0.153725174569888,0.0,0.0561113723515792,0.153725174569888,0.0,0.0177368516376675,0.5,0.153725174569888,0.0,0.00335496348820802,0.153725174569888,0.0,0.00335838361252953,0.5,0.153725174569888,0.0,0.00689217329278226,0.153725174569888,0.0,0.00843406975428143,0.153725174569888,0.0,0.152033111746922,0.153725174569888,0.0,0.0699879079130603,0.153725174569888,0.0,0.0659095508816957,0.153725174569888,0.0,0.0250390464277089,0.153725174569888,0.0,0.0180307331538659,0.5,0.153725174569888,0.0,0.0158500745800697,0,0.374612665812736,0.121647061757344 -1632,0.5,0.153725174569888,0.0,0.151946456589519,0.153725174569888,0.0,0.0748290169804907,0.153725174569888,0.0,0.0273580409475938,0.153725174569888,0.0,0.0663855312626605,0.153725174569888,0.0,0.0330835658212901,0.153725174569888,0.0,0.0204494373706096,0.153725174569888,0.0,0.044991745444673,0.153725174569888,0.0,0.0110429832330117,0.5,0.153725174569888,0.0,0.00260914577932886,0.153725174569888,0.0,0.00379622684370663,0.5,0.153725174569888,0.0,0.00819657360946873,0.153725174569888,0.0,0.00757460561928961,0.153725174569888,0.0,0.108255912915076,0.153725174569888,0.0,0.0542281154616237,0.153725174569888,0.0,0.0467829960834068,0.153725174569888,0.0,0.0141161189933111,0.153725174569888,0.0,0.0175198931455224,0.5,0.153725174569888,0.0,0.0148399635988396,0,0.383465197613996,0.102287831451418 -1633,0.5,0.153725174569888,0.0,0.110785355054125,0.153725174569888,0.0,0.0491310733832824,0.153725174569888,0.0,0.0220236050777821,0.153725174569888,0.0,0.0686948639563744,0.153725174569888,0.0,0.0235588458084651,0.153725174569888,0.0,0.0168089295683648,0.153725174569888,0.0,0.0324727732910288,0.153725174569888,0.0,0.00718921129884125,0.5,0.153725174569888,0.0,0.00285947995865524,0.153725174569888,0.0,0.00262654785794373,0.5,0.153725174569888,0.0,0.0095585986999615,0.153725174569888,0.0,0.0071479184014417,0.153725174569888,0.0,0.0776543069723804,0.153725174569888,0.0,0.0387547642306506,0.153725174569888,0.0,0.0359301151949871,0.153725174569888,0.0,0.00717625065200694,0.153725174569888,0.0,0.0138212210412238,0.5,0.153725174569888,0.0,0.011362089637856,0,0.301897613508961,0.0955042272168322 -1634,0.5,0.153725174569888,0.0,0.0861921284922162,0.153725174569888,0.0,0.0367479710749359,0.153725174569888,0.0,0.0176971358321765,0.153725174569888,0.0,0.0583333673080314,0.153725174569888,0.0,0.0252342371698691,0.153725174569888,0.0,0.0136993513246826,0.153725174569888,0.0,0.0206271493375754,0.153725174569888,0.0,0.00530546897404433,0.5,0.153725174569888,0.0,0.00343607052015807,0.153725174569888,0.0,0.00108320445838326,0.5,0.153725174569888,0.0,0.00763380643418075,0.153725174569888,0.0,0.00492661374770397,0.153725174569888,0.0,0.0596076188399411,0.153725174569888,0.0,0.0285897265655702,0.153725174569888,0.0,0.0243941720620937,0.153725174569888,0.0,0.00548939662461269,0.153725174569888,0.0,0.0112045474916358,0.5,0.153725174569888,0.0,0.0104025482326782,0,0.212384782988383,0.0831819623253608 -1635,0.5,0.153725174569888,0.0,0.0743024864763704,0.153725174569888,0.0,0.0303073089704994,0.153725174569888,0.0,0.0128040416593267,0.153725174569888,0.0,0.0480652275978191,0.153725174569888,0.0,0.0219603646137523,0.153725174569888,0.0,0.0109145167436571,0.153725174569888,0.0,0.0128168380723205,0.153725174569888,0.0,0.00354449275635374,0.5,0.153725174569888,0.0,0.00347851652563219,0.153725174569888,0.0,0.0012825637607254,0.5,0.153725174569888,0.0,0.0043498700965887,0.153725174569888,0.0,0.00250034240742526,0.153725174569888,0.0,0.0469628827978796,0.153725174569888,0.0,0.0307755966012679,0.153725174569888,0.0,0.0167281948581837,0.153725174569888,0.0,0.0046525968925395,0.153725174569888,0.0,0.00849797630787818,0.5,0.153725174569888,0.0,0.0101422989394521,0,0.158960996635522,0.0664575236882121 -1636,0.5,0.153725174569888,0.0,0.0678968349463134,0.153725174569888,0.0,0.0245967089013697,0.153725174569888,0.0,0.00809029873974817,0.153725174569888,0.0,0.0444558450388397,0.153725174569888,0.0,0.0154729749096072,0.153725174569888,0.0,0.00777743490627512,0.153725174569888,0.0,0.0105979323726594,0.153725174569888,0.0,0.00241354100014826,0.5,0.153725174569888,0.0,0.00361519621645431,0.153725174569888,0.0,0.00130106506095452,0.5,0.153725174569888,0.0,0.00484998038987095,0.153725174569888,0.0,0.00426104053400361,0.153725174569888,0.0,0.0471217528321024,0.153725174569888,0.0,0.0313234694223204,0.153725174569888,0.0,0.0118249695798756,0.153725174569888,0.0,0.00418874655554258,0.153725174569888,0.0,0.00828081430858082,0.5,0.153725174569888,0.0,0.00967381199991235,0,0.135650560545665,0.0572523357025573 -1637,0.5,0.153725174569888,0.0,0.0672775655346705,0.153725174569888,0.0,0.0153784142046066,0.153725174569888,0.0,0.00707121400177234,0.153725174569888,0.0,0.0432049922946616,0.153725174569888,0.0,0.0105488659512782,0.153725174569888,0.0,0.00478464761132477,0.153725174569888,0.0,0.00905026460145774,0.153725174569888,0.0,0.00201895565888758,0.5,0.153725174569888,0.0,0.00386601237530314,0.153725174569888,0.0,0.00180222222731518,0.5,0.153725174569888,0.0,0.00613742388698675,0.153725174569888,0.0,0.0063511613918429,0.153725174569888,0.0,0.0487744445143109,0.153725174569888,0.0,0.0255151846406213,0.153725174569888,0.0,0.00951538693233061,0.153725174569888,0.0,0.00329246595579268,0.153725174569888,0.0,0.00827637410240067,0.5,0.153725174569888,0.0,0.0121958808693639,0,0.106287326654478,0.048938300133325 -1638,0.5,0.153725174569888,0.0,0.0708213321499241,0.153725174569888,0.0,0.0103650669941697,0.153725174569888,0.0,0.00741061337476206,0.153725174569888,0.0,0.0460517775787649,0.153725174569888,0.0,0.00697847036322704,0.153725174569888,0.0,0.00187422286455095,0.153725174569888,0.0,0.00706018939522897,0.153725174569888,0.0,0.00115424559415247,0.5,0.153725174569888,0.0,0.00358550343856852,0.153725174569888,0.0,0.00423638782098362,0.5,0.153725174569888,0.0,0.00517057299190713,0.153725174569888,0.0,0.0132014964733302,0.153725174569888,0.0,0.0387268227908628,0.153725174569888,0.0,0.019755492413096,0.153725174569888,0.0,0.00796399741106676,0.153725174569888,0.0,0.0027310550707579,0.153725174569888,0.0,0.0100941115237451,0.5,0.153725174569888,0.0,0.0113585312841682,0,0.089840631647623,0.0369119487646402 -1639,0.5,0.153725174569888,0.0,0.0712761573351578,0.153725174569888,0.0,0.00851890058834417,0.153725174569888,0.0,0.00941596092114089,0.153725174569888,0.0,0.059494836797076,0.153725174569888,0.0,0.00434672434442053,0.153725174569888,0.0,0.000693820261136356,0.153725174569888,0.0,0.00389856547864641,0.153725174569888,0.0,0.00110246835873964,0.5,0.153725174569888,0.0,0.00390133766122768,0.153725174569888,0.0,0.00420254748148702,0.5,0.153725174569888,0.0,0.00771170574049641,0.153725174569888,0.0,0.0177225154458196,0.153725174569888,0.0,0.026928917519822,0.153725174569888,0.0,0.0157152925213776,0.153725174569888,0.0,0.00633878468257933,0.153725174569888,0.0,0.00235815077584187,0.153725174569888,0.0,0.0121596753598889,0.5,0.153725174569888,0.0,0.0112652341430051,0,0.0825067499717285,0.0235730373087426 -1640,0.5,0.153725174569888,0.0640725206481217,0.0698209288947846,0.153725174569888,0.0369707060757205,0.00401581986196495,0.153725174569888,0.0547724178575605,0.0148567561491094,0.153725174569888,0.0742221122652586,0.0541898320516793,0.153725174569888,0.0182209649374355,0.00280544421068053,0.153725174569888,0.011369472016135,0.000930609956183426,0.153725174569888,0.0234083291291329,0.00248892569516871,0.153725174569888,0.0173635471552347,0.00345208360939703,0.5,0.153725174569888,0.0238092560218598,0.00370688627724351,0.153725174569888,0.0304701184079211,0.00144184364923569,0.5,0.153725174569888,0.0383954749520432,0.00914834979146207,0.153725174569888,0.0410239212473588,0.0117073646617439,0.153725174569888,0.030256465577108,0.0155954094364417,0.153725174569888,0.0213488514254784,0.0116565991063583,0.153725174569888,0.0368524087641006,0.00294189473344464,0.153725174569888,0.0364798553052127,0.00236717481337075,0.153725174569888,0.0506094133059892,0.0102495074907682,0.5,0.153725174569888,0.0567593556488273,0.0122883243998776,0,0.0582455056083455,0.0158441989822551 -1641,0.5,0.153725174569888,0.228367639492859,0.0653891890200497,0.153725174569888,0.197996650510356,0.00099239929047586,0.153725174569888,0.220537574705286,0.0133146046268674,0.153725174569888,0.238419915394473,0.0431320214259038,0.153725174569888,0.17631741197189,0.00179396234686611,0.153725174569888,0.166828129169772,0.00169265372215293,0.153725174569888,0.182444082610364,0.000810365483430894,0.153725174569888,0.175615621450468,0.00406262964224771,0.5,0.153725174569888,0.182979805843307,0.00403027034255671,0.153725174569888,0.121402290026661,0.00220483552426035,0.5,0.153725174569888,0.200932587953385,0.00501751576659267,0.153725174569888,0.197846853285867,0.00611324037216436,0.153725174569888,0.191006118505822,0.00673338384158983,0.153725174569888,0.180459762237849,0.00732760743226862,0.153725174569888,0.198024330499295,0.00116632391157193,0.153725174569888,0.199874398416022,0.00213615690159586,0.153725174569888,0.20501168763585,0.00856909498973972,0.5,0.153725174569888,0.192413254832736,0.0191764809697223,0,0.0352847882549133,0.0172254751373999 -1642,0.5,0.153725174569888,0.387127489173306,0.0733880413633367,0.153725174569888,0.356683324523137,0.00052340225435139,0.153725174569888,0.385201373831472,0.0147341160816866,0.153725174569888,0.401152913516044,0.0743178634972824,0.153725174569888,0.339472419748741,0.00118789762262464,0.153725174569888,0.331758143944118,0.00225431834108024,0.153725174569888,0.346919688491117,0.00191311204431564,0.153725174569888,0.342632231363959,0.00268827078649518,0.5,0.153725174569888,0.351274023977207,0.00468647528546363,0.153725174569888,0.21883960173266,0.0120113988931351,0.5,0.153725174569888,0.370084696665464,0.00444622041736264,0.153725174569888,0.355602545258901,0.0140677337672941,0.153725174569888,0.349824882359314,0.00397282818248577,0.153725174569888,0.34203769401961,0.00458433682925609,0.153725174569888,0.360013586532585,0.000514145916932208,0.153725174569888,0.365827385868286,0.000876322156207032,0.153725174569888,0.364613568006404,0.0183821841459196,0.5,0.153725174569888,0.338624218413821,0.0732675099901759,0,0.019495660671261,0.0212567491853705 -1643,0.5,0.153725174569888,0.529097130311878,0.0546329683080342,0.153725174569888,0.504413617904523,0.000927699452145899,0.153725174569888,0.533775767364,0.0185106571340803,0.153725174569888,0.544633570933486,0.119596975776928,0.153725174569888,0.494346684380426,0.00429783963573493,0.153725174569888,0.48888112020182,0.00767398316281376,0.153725174569888,0.501660573024573,0.00499568822908957,0.153725174569888,0.499800404233254,0.00893681996593566,0.5,0.153725174569888,0.50907079994537,0.0113620798901459,0.153725174569888,0.316771719380999,0.0472957178462076,0.5,0.153725174569888,0.526065348490998,0.0299865828572724,0.153725174569888,0.504689328505677,0.035774125604564,0.153725174569888,0.497913763143741,0.00579788937557832,0.153725174569888,0.494278919336632,0.00617244381763665,0.153725174569888,0.510676557748207,0.000978159502190388,0.153725174569888,0.518926342441907,0.000735734931459962,0.153725174569888,0.524525896768206,0.0512695011294891,0.5,0.153725174569888,0.484390048241076,0.0669959922415088,0,0.0132274983870304,0.0243493201421481 -1644,0.5,0.153725174569888,0.616942797241298,0.0387454365325783,0.153725174569888,0.603161650962803,0.000800202254781011,0.153725174569888,0.628383695651264,0.0171033647165489,0.153725174569888,0.630156895577957,0.1258283025541,0.153725174569888,0.60410541051607,0.0142705845138455,0.153725174569888,0.602176724956257,0.0206292546990012,0.153725174569888,0.609334621346708,0.0151948015183941,0.153725174569888,0.610627305742778,0.0217320956299357,0.5,0.153725174569888,0.618947323053762,0.0471637836625513,0.153725174569888,0.390684090154584,0.0234658323655128,0.5,0.153725174569888,0.63068229054686,0.0974316971055611,0.153725174569888,0.616771796240287,0.0720645688937998,0.153725174569888,0.595998187006779,0.0138359538395852,0.153725174569888,0.600688998781652,0.00851803483828276,0.153725174569888,0.611745937878482,0.00359479018614236,0.153725174569888,0.621467507030749,0.00468833290035332,0.153725174569888,0.634219665468672,0.0740892952130469,0.5,0.153725174569888,0.593263456096733,0.0349875998659302,0,0.00726337548100699,0.0445406047506449 -1645,0.5,0.153725174569888,0.648234357516951,0.0252303785684843,0.153725174569888,0.64455641602028,0.00485930776170773,0.153725174569888,0.664715030994748,0.00764929592692963,0.153725174569888,0.659590762681902,0.0749989277262543,0.153725174569888,0.653940041020573,0.0286558150560995,0.153725174569888,0.656293148638289,0.0476376728518494,0.153725174569888,0.657784835734274,0.0289742705213416,0.153725174569888,0.662070325335426,0.0391938660242854,0.5,0.153725174569888,0.669749614021179,0.092593008417778,0.153725174569888,0.460219928430868,0.0107432698209444,0.5,0.153725174569888,0.675560100599077,0.0806534397557579,0.153725174569888,0.662819677582179,0.03997565342526,0.153725174569888,0.622604975962582,0.0248639236438922,0.153725174569888,0.647026617050734,0.0149493577080572,0.153725174569888,0.654200359050639,0.00929955421585319,0.153725174569888,0.665225195596738,0.0163227783108956,0.153725174569888,0.678190925199635,0.0338897267187393,0.5,0.153725174569888,0.649543225882344,0.0447242221782966,0,0.00347369902628242,0.147710207015924 -1646,0.5,0.153725174569888,0.629027650066213,0.0105746961119318,0.153725174569888,0.636361360935168,0.00415940246295378,0.153725174569888,0.650371558581174,0.000806236556317,0.153725174569888,0.638596098740239,0.0240023244988564,0.153725174569888,0.652843231664361,0.0400539271379093,0.153725174569888,0.659541588947172,0.0682913048174489,0.153725174569888,0.656398428078046,0.0485197920506005,0.153725174569888,0.663264680816341,0.0577279804998312,0.5,0.153725174569888,0.669441914665531,0.119663064721201,0.153725174569888,0.516129459456375,0.0399715430125391,0.5,0.153725174569888,0.668599710175487,0.0230602964405077,0.153725174569888,0.677845298644706,0.0256954969304367,0.153725174569888,0.581994950406888,0.0562508048687449,0.153725174569888,0.639889021315932,0.0460371007622189,0.153725174569888,0.646651095930231,0.0187385535747616,0.153725174569888,0.65896312321706,0.0306164436476498,0.153725174569888,0.665650914780524,0.0312033117865916,0.5,0.153725174569888,0.628753285895746,0.082414109545444,0,0.000253150000256232,0.50351296601288 -1647,0.5,0.153725174569888,0.547335651860263,0.00734172065505589,0.153725174569888,0.568414776043852,0.0182112038852072,0.153725174569888,0.575130840570186,0.00357460159993036,0.153725174569888,0.555525683943507,0.0204885825425383,0.153725174569888,0.592514033684982,0.0625229065065505,0.153725174569888,0.604608486530513,0.0666180913902374,0.153725174569888,0.596055470164971,0.0525360032075043,0.153725174569888,0.607227081213347,0.0656604254118925,0.5,0.153725174569888,0.610730152343842,0.122581689674347,0.153725174569888,0.490691282021758,0.0538307606645496,0.5,0.153725174569888,0.600490179070718,0.0947652457887876,0.153725174569888,0.610235145280455,0.108427641572797,0.153725174569888,0.443012777806996,0.1090757925718,0.153725174569888,0.568700717129352,0.106992801200785,0.153725174569888,0.578798331992997,0.026414177103802,0.153725174569888,0.593222427760359,0.0390908748232897,0.153725174569888,0.591709628417011,0.0658984708654272,0.5,0.153725174569888,0.556526376112851,0.0946261262199353,0,0.00262295542468943,0.75109953671665 -1648,0.5,0.153725174569888,0.414659865293105,0.0137596471836489,0.153725174569888,0.442683798757408,0.0760016094801553,0.153725174569888,0.443361847500174,0.0236021001483916,0.153725174569888,0.419452155454161,0.0409534997835243,0.153725174569888,0.470095647233012,0.121319461571042,0.153725174569888,0.486815307254586,0.103269089952401,0.153725174569888,0.474145382758807,0.0585449857235545,0.153725174569888,0.488830219854662,0.0716333983360931,0.5,0.153725174569888,0.490331335230774,0.137494373270749,0.153725174569888,0.420325174691684,0.101257837360109,0.5,0.153725174569888,0.471993506249554,0.128080424112481,0.153725174569888,0.470375939183908,0.107901925938366,0.153725174569888,0.291079797081233,0.187407137890817,0.153725174569888,0.444399513937622,0.198195861292856,0.153725174569888,0.452331389371429,0.0424860842263841,0.153725174569888,0.467684965391775,0.0742725127166244,0.153725174569888,0.45372675365233,0.0794900005852199,0.5,0.153725174569888,0.425778146419381,0.11771701861443,0,0.0248444388371673,0.762944052353351 -1649,0.5,0.153725174569888,0.169226079419088,0.0246332090489762,0.153725174569888,0.203487255793246,0.0634228684076332,0.153725174569888,0.235264257581334,0.0179553184000743,0.153725174569888,0.154110198054079,0.0361021718257286,0.153725174569888,0.324287412267249,0.0963293590211702,0.153725174569888,0.341339115338419,0.0788624071189839,0.153725174569888,0.32876604667738,0.0543188367772293,0.153725174569888,0.34151771522131,0.0733790349390823,0.5,0.153725174569888,0.339489609925133,0.0765177396046005,0.153725174569888,0.288165432691161,0.114369297503169,0.5,0.153725174569888,0.303531254908475,0.0739248222525469,0.153725174569888,0.292581442893752,0.0973316037567634,0.153725174569888,0.113385348789749,0.267391656156375,0.153725174569888,0.300861739082812,0.264375891720529,0.153725174569888,0.297045294897263,0.0376142293087251,0.153725174569888,0.319736532683725,0.0444088520922586,0.153725174569888,0.281236104426645,0.0367316236191099,0.5,0.153725174569888,0.224798467724832,0.0549148833801564,0,0.0627825024920755,0.752094210527248 -1650,0.5,0.153725174569888,0.0,0.0438828152195718,0.153725174569888,0.0,0.172089388586576,0.153725174569888,0.0,0.0133548120337606,0.153725174569888,0.0,0.0364051567962483,0.153725174569888,0.03906901875484,0.149444512080702,0.153725174569888,0.0521317685680037,0.0889121756517626,0.153725174569888,0.038380091152072,0.0765947623236601,0.153725174569888,0.0423153714167551,0.075950102132144,0.5,0.153725174569888,0.0419740576152848,0.0632049499164226,0.153725174569888,0.0,0.0503426004260457,0.5,0.153725174569888,0.0297073690735047,0.0457865807206124,0.153725174569888,0.0353684919314035,0.0493611198237323,0.153725174569888,0.0,0.353185754132232,0.153725174569888,0.0303214657912278,0.299698669475163,0.153725174569888,0.00528027892849622,0.0722606580150836,0.153725174569888,0.0193527824799152,0.050832205030187,0.153725174569888,0.00169841011993667,0.0273932796811211,0.5,0.153725174569888,0.0,0.0154935729840498,0,0.109375706981355,0.791989813036948 -1651,0.5,0.153725174569888,0.0,0.055021728193951,0.153725174569888,0.0,0.336961464322964,0.153725174569888,0.0,0.00373757236770337,0.153725174569888,0.0,0.0230408380445387,0.153725174569888,0.0,0.236369644260503,0.153725174569888,0.0,0.128102079155087,0.153725174569888,0.0,0.0852359404533084,0.153725174569888,0.0,0.0692751696298322,0.5,0.153725174569888,0.0,0.0590780059893992,0.153725174569888,0.0,0.0223778872327068,0.5,0.153725174569888,0.0,0.0238945605859771,0.153725174569888,0.0,0.0349157615144196,0.153725174569888,0.0,0.323591592251632,0.153725174569888,0.0,0.385420985679481,0.153725174569888,0.0,0.0945051898168278,0.153725174569888,0.0,0.0436474984361574,0.153725174569888,0.0,0.0195885693271921,0.5,0.153725174569888,0.0,0.00918775291299267,0,0.0850275986908021,0.78484119501312 -1652,0.5,0.153725174569888,0.0,0.0625941619328306,0.153725174569888,0.0,0.315591512331996,0.153725174569888,0.0,0.0160396757878259,0.153725174569888,0.0,0.0114699590290377,0.153725174569888,0.0,0.245489818341097,0.153725174569888,0.0,0.161692461040876,0.153725174569888,0.0,0.0780277538102992,0.153725174569888,0.0,0.0506422044747353,0.5,0.153725174569888,0.0,0.0574529199194911,0.153725174569888,0.0,0.011083805677395,0.5,0.153725174569888,0.0,0.00685591619446958,0.153725174569888,0.0,0.020636628136711,0.153725174569888,0.0,0.182428155845488,0.153725174569888,0.0,0.435131877872082,0.153725174569888,0.0,0.118375220440207,0.153725174569888,0.0,0.0582180159042061,0.153725174569888,0.0,0.0162297946624049,0.5,0.153725174569888,0.0,0.00974153123459878,0,0.0397438887240632,0.72674741907527 -1653,0.5,0.153725174569888,0.0,0.0810000997001804,0.153725174569888,0.0,0.291089023078013,0.153725174569888,0.0,0.0323335265867869,0.153725174569888,0.0,0.00975253064924695,0.153725174569888,0.0,0.213042055053239,0.153725174569888,0.0,0.167315015661734,0.153725174569888,0.0,0.0736201230710707,0.153725174569888,0.0,0.0499924767149148,0.5,0.153725174569888,0.0,0.0653501798971133,0.153725174569888,0.0,0.0078109999022931,0.5,0.153725174569888,0.0,0.00492523536051263,0.153725174569888,0.0,0.0148094770195271,0.153725174569888,0.0,0.129388152193644,0.153725174569888,0.0,0.375523919966898,0.153725174569888,0.0,0.144952702020545,0.153725174569888,0.0,0.077299748572161,0.153725174569888,0.0,0.0152116323028002,0.5,0.153725174569888,0.0,0.0136271235111633,0,0.0214386179871508,0.678280117514463 -1654,0.5,0.153725174569888,0.0,0.0909991407209406,0.153725174569888,0.0,0.392538646180953,0.153725174569888,0.0,0.0362659235651433,0.153725174569888,0.0,0.0085070194172822,0.153725174569888,0.0,0.277480687042595,0.153725174569888,0.0,0.167018211250239,0.153725174569888,0.0,0.0751768422988286,0.153725174569888,0.0,0.0504287812039344,0.5,0.153725174569888,0.0,0.070042116376076,0.153725174569888,0.0,0.0102352624800757,0.5,0.153725174569888,0.0,0.00646128049686476,0.153725174569888,0.0,0.0140268231337756,0.153725174569888,0.0,0.104862914507788,0.153725174569888,0.0,0.259385479179608,0.153725174569888,0.0,0.173459299884397,0.153725174569888,0.0,0.0788868157270021,0.153725174569888,0.0,0.0153386726759208,0.5,0.153725174569888,0.0,0.016988170331859,0,0.0217786069717422,0.60834626026735 -1655,0.5,0.153725174569888,0.0,0.0846055171437075,0.153725174569888,0.0,0.38151815429818,0.153725174569888,0.0,0.0230920742930892,0.153725174569888,0.0,0.00378129503090683,0.153725174569888,0.0,0.306326030958328,0.153725174569888,0.0,0.216340751639374,0.153725174569888,0.0,0.0814344674021341,0.153725174569888,0.0,0.0492334247504865,0.5,0.153725174569888,0.0,0.070213823413939,0.153725174569888,0.0,0.0070281990427488,0.5,0.153725174569888,0.0,0.00904150662348891,0.153725174569888,0.0,0.0136674405606472,0.153725174569888,0.0,0.0921807364832128,0.153725174569888,0.0,0.23455742834308,0.153725174569888,0.0,0.201965391320737,0.153725174569888,0.0,0.0740682143232693,0.153725174569888,0.0,0.0179271123072281,0.5,0.153725174569888,0.0,0.0134558480131129,0,0.0322394924253839,0.476764417377881 -1656,0.5,0.153725174569888,0.0,0.0904978191430056,0.153725174569888,0.0,0.312914411814885,0.153725174569888,0.0,0.019712425747345,0.153725174569888,0.0,0.00323675287110813,0.153725174569888,0.0,0.410030897463145,0.153725174569888,0.0,0.316422638832205,0.153725174569888,0.0,0.0922851956235783,0.153725174569888,0.0,0.0431919166477854,0.5,0.153725174569888,0.0,0.0665727843925591,0.153725174569888,0.0,0.00555038517575306,0.5,0.153725174569888,0.0,0.0172152789701744,0.153725174569888,0.0,0.0130283588606882,0.153725174569888,0.0,0.0961176879643178,0.153725174569888,0.0,0.266421596104939,0.153725174569888,0.0,0.253624561542124,0.153725174569888,0.0,0.0623132685934676,0.153725174569888,0.0,0.0225507379605762,0.5,0.153725174569888,0.0,0.0118140056496733,0,0.0601618065956927,0.37940717376754 -1657,0.5,0.153725174569888,0.0,0.106508531098262,0.153725174569888,0.0,0.200274263890693,0.153725174569888,0.0,0.0224553141053682,0.153725174569888,0.0,0.00467095733008061,0.153725174569888,0.0,0.560349937978938,0.153725174569888,0.0,0.419855237308316,0.153725174569888,0.0,0.207766243101409,0.153725174569888,0.0,0.0410804264877701,0.5,0.153725174569888,0.0,0.0818788613195267,0.153725174569888,0.0,0.00274718066121421,0.5,0.153725174569888,0.0,0.0201744609206784,0.153725174569888,0.0,0.0116056990301307,0.153725174569888,0.0,0.101827131369523,0.153725174569888,0.0,0.245275997584848,0.153725174569888,0.0,0.29697040574068,0.153725174569888,0.0,0.0588955480632329,0.153725174569888,0.0,0.023987853789099,0.5,0.153725174569888,0.0,0.007991021205309,0,0.091890457589346,0.390480073604561 -1658,0.5,0.153725174569888,0.0,0.120633511755021,0.153725174569888,0.0,0.128969545014632,0.153725174569888,0.0,0.0311998403234423,0.153725174569888,0.0,0.00753593376699028,0.153725174569888,0.0,0.581911634871452,0.153725174569888,0.0,0.51723661957295,0.153725174569888,0.0,0.337276873957437,0.153725174569888,0.0,0.0607223079820949,0.5,0.153725174569888,0.0,0.0818924365745955,0.153725174569888,0.0,0.00295868466368996,0.5,0.153725174569888,0.0,0.0154204172649551,0.153725174569888,0.0,0.0103645749389207,0.153725174569888,0.0,0.106318404321745,0.153725174569888,0.0,0.230446159582558,0.153725174569888,0.0,0.306485612426708,0.153725174569888,0.0,0.0751728334547497,0.153725174569888,0.0,0.0264930811913973,0.5,0.153725174569888,0.0,0.00469557061553466,0,0.0884484239725877,0.478035548457698 -1659,0.5,0.153725174569888,0.0,0.132595151449073,0.153725174569888,0.0,0.103893005842654,0.153725174569888,0.0,0.048891520461163,0.153725174569888,0.0,0.0157041640156479,0.153725174569888,0.0,0.510666686281401,0.153725174569888,0.0,0.569409588986754,0.153725174569888,0.0,0.401552567839938,0.153725174569888,0.0,0.0910406785592693,0.5,0.153725174569888,0.0,0.0713099814777532,0.153725174569888,0.0,0.00439842543726339,0.5,0.153725174569888,0.0,0.016045798576946,0.153725174569888,0.0,0.0108212363029207,0.153725174569888,0.0,0.103342727502654,0.153725174569888,0.0,0.234807462270914,0.153725174569888,0.0,0.264565321983742,0.153725174569888,0.0,0.119560337052483,0.153725174569888,0.0,0.0272738233546619,0.5,0.153725174569888,0.0,0.00387329077279453,0,0.103676143333697,0.554862851446739 -1660,0.5,0.153725174569888,0.0,0.132668326239748,0.153725174569888,0.0,0.0893751503149863,0.153725174569888,0.0,0.0781647935179404,0.153725174569888,0.0,0.0282285160222581,0.153725174569888,0.0,0.542329233898559,0.153725174569888,0.0,0.567827689323064,0.153725174569888,0.0,0.435955038543807,0.153725174569888,0.0,0.129646919845153,0.5,0.153725174569888,0.0,0.059051657654241,0.153725174569888,0.0,0.00785613312937643,0.5,0.153725174569888,0.0,0.0125415811870916,0.153725174569888,0.0,0.0132411114853791,0.153725174569888,0.0,0.094119960239546,0.153725174569888,0.0,0.207288784347297,0.153725174569888,0.0,0.235693060680108,0.153725174569888,0.0,0.179741621218203,0.153725174569888,0.0,0.0232844741714995,0.5,0.153725174569888,0.0,0.00652917038827194,0,0.119095962224649,0.554895146345893 -1661,0.5,0.153725174569888,0.0,0.126072423184244,0.153725174569888,0.0,0.0710713871106361,0.153725174569888,0.0,0.105706419096314,0.153725174569888,0.0,0.0366410696093878,0.153725174569888,0.0,0.467985345859182,0.153725174569888,0.0,0.566758185094242,0.153725174569888,0.0,0.415594267465509,0.153725174569888,0.0,0.169269378920942,0.5,0.153725174569888,0.0,0.0685034569815422,0.153725174569888,0.0,0.0144985727114294,0.5,0.153725174569888,0.0,0.0124013303042765,0.153725174569888,0.0,0.01402122450179,0.153725174569888,0.0,0.0825238302523296,0.153725174569888,0.0,0.16059621450273,0.153725174569888,0.0,0.222207228325057,0.153725174569888,0.0,0.238247506643756,0.153725174569888,0.0,0.0222263114156021,0.5,0.153725174569888,0.0,0.00802904593590783,0,0.121116799760766,0.464880702291339 -1662,0.5,0.153725174569888,0.0,0.120918765286293,0.153725174569888,0.0,0.0602896640431902,0.153725174569888,0.0,0.121585749567877,0.153725174569888,0.0,0.0403734978468849,0.153725174569888,0.0,0.334457892930593,0.153725174569888,0.0,0.57133671786537,0.153725174569888,0.0,0.436995716085516,0.153725174569888,0.0,0.176592797588133,0.5,0.153725174569888,0.0,0.0883930682156309,0.153725174569888,0.0,0.0194580054011006,0.5,0.153725174569888,0.0,0.0184732806342007,0.153725174569888,0.0,0.0131330199835305,0.153725174569888,0.0,0.0746548920474804,0.153725174569888,0.0,0.12375507723264,0.153725174569888,0.0,0.185066361266445,0.153725174569888,0.0,0.287909348969624,0.153725174569888,0.0,0.0254461122928242,0.5,0.153725174569888,0.0,0.00874192987493943,0,0.0912883775479631,0.3660912994534 -1663,0.5,0.153725174569888,0.0,0.127900354234467,0.153725174569888,0.0,0.05226460423473,0.153725174569888,0.0,0.132284690394263,0.153725174569888,0.0,0.045140844613481,0.153725174569888,0.0,0.210809423133167,0.153725174569888,0.0,0.554659390408458,0.153725174569888,0.0,0.420480188183774,0.153725174569888,0.0,0.188374094678525,0.5,0.153725174569888,0.0,0.122954954454026,0.153725174569888,0.0,0.0314348069809731,0.5,0.153725174569888,0.0,0.0208021480761415,0.153725174569888,0.0,0.013625796263266,0.153725174569888,0.0,0.0713266100657502,0.153725174569888,0.0,0.104791698317877,0.153725174569888,0.0,0.16502329131697,0.153725174569888,0.0,0.337954479628845,0.153725174569888,0.0,0.035568500606059,0.5,0.153725174569888,0.0,0.00838324253374849,0,0.0651668250834796,0.310892347710372 -1664,0.5,0.153725174569888,0.0235569413948793,0.153413081400493,0.153725174569888,0.0439000817033168,0.0489392781583984,0.153725174569888,0.0148406615269679,0.142379097848832,0.153725174569888,0.060068727673317,0.0701143155766231,0.153725174569888,0.0136533531596693,0.131567722207226,0.153725174569888,0.00180222570249715,0.478073141265782,0.153725174569888,0.00282806615594839,0.372364862578924,0.153725174569888,0.00355644404106236,0.205207371702646,0.5,0.153725174569888,0.0205757271964191,0.158647522070635,0.153725174569888,0.0439428537935789,0.052721018381388,0.5,0.153725174569888,0.0440407311327441,0.0269953029911547,0.153725174569888,0.0353519940637942,0.0151271085582613,0.153725174569888,0.0371657564884438,0.0667054983506354,0.153725174569888,0.0270519570152203,0.095682084924573,0.153725174569888,0.010336346184392,0.147826896064375,0.153725174569888,0.00619110956193309,0.373098950715247,0.153725174569888,0.0612105313796807,0.0396971495474369,0.5,0.153725174569888,0.0724674854279878,0.00793546884687779,0,0.0578396415658717,0.269009853455153 -1665,0.5,0.153725174569888,0.0904188772089577,0.192704513176315,0.153725174569888,0.210977749438614,0.0416513553691246,0.153725174569888,0.0522860306262244,0.167945319564987,0.153725174569888,0.15339799662828,0.123897928088396,0.153725174569888,0.149860274193067,0.16513785329046,0.153725174569888,0.0306919269888946,0.405356097450375,0.153725174569888,0.0383828015300763,0.377992035880416,0.153725174569888,0.0357838875172465,0.192543753107413,0.5,0.153725174569888,0.122524730311393,0.229492435368032,0.153725174569888,0.177061311553379,0.104260713475044,0.5,0.153725174569888,0.210173256622799,0.0418552097720477,0.153725174569888,0.167539430484301,0.020845243518885,0.153725174569888,0.20312618236474,0.0583003857608355,0.153725174569888,0.189379424454306,0.0915687356647263,0.153725174569888,0.0562356486295495,0.155728706589054,0.153725174569888,0.0413299494859393,0.38115658354887,0.153725174569888,0.227812339112825,0.0434288607383316,0.5,0.153725174569888,0.235447990025702,0.00928797924302755,0,0.0559065889993303,0.245537725927312 -1666,0.5,0.153725174569888,0.17275114778376,0.216034856223569,0.153725174569888,0.374292233977685,0.0725414993845697,0.153725174569888,0.0944848197795594,0.196687430362306,0.153725174569888,0.208283652873015,0.165508190246491,0.153725174569888,0.290458574451106,0.308291520675985,0.153725174569888,0.109916046206664,0.407290166568652,0.153725174569888,0.100324285031041,0.428713611787458,0.153725174569888,0.0944699272747756,0.191653080911028,0.5,0.153725174569888,0.22954078420649,0.287016369524705,0.153725174569888,0.328694760058496,0.198230522433537,0.5,0.153725174569888,0.382134892214404,0.1267540826795,0.153725174569888,0.31967636189204,0.0505145351333152,0.153725174569888,0.36484062822871,0.0682095691733994,0.153725174569888,0.353764101860688,0.15409013767539,0.153725174569888,0.109917390682989,0.195708458260796,0.153725174569888,0.105408062574487,0.374988196153455,0.153725174569888,0.39878342285852,0.0828469489385711,0.5,0.153725174569888,0.403851849937845,0.0200669071090448,0,0.0523972212058735,0.228541928493529 -1667,0.5,0.153725174569888,0.271175627711249,0.204551893750264,0.153725174569888,0.52609602868411,0.0918408449387772,0.153725174569888,0.138401657394068,0.212277829000181,0.153725174569888,0.218609504359789,0.181229080111715,0.153725174569888,0.417221725742612,0.406690004765333,0.153725174569888,0.277585243445763,0.518274254959267,0.153725174569888,0.161603581369645,0.43781069831438,0.153725174569888,0.193747967534823,0.204215938865583,0.5,0.153725174569888,0.354281492100709,0.304851065906374,0.153725174569888,0.465697647005056,0.252463222029882,0.5,0.153725174569888,0.53968055733015,0.304403437219267,0.153725174569888,0.476611789945271,0.130479343280358,0.153725174569888,0.516525780544227,0.09476804076108,0.153725174569888,0.509726717153015,0.198881379017353,0.153725174569888,0.166418839087903,0.21665877530541,0.153725174569888,0.202552639620794,0.363919674009144,0.153725174569888,0.555982812998547,0.133961229192101,0.5,0.153725174569888,0.548291439803688,0.0705686560646486,0,0.0481057608458614,0.197576076696942 -1668,0.5,0.153725174569888,0.334625153183523,0.200951402679786,0.153725174569888,0.627087781372483,0.132141472102669,0.153725174569888,0.164775815092884,0.210007951497507,0.153725174569888,0.211056628989523,0.186437328128627,0.153725174569888,0.48892708450878,0.46525935039338,0.153725174569888,0.339789250530122,0.52412508743531,0.153725174569888,0.219997064854972,0.425662417982831,0.153725174569888,0.299429385036059,0.190175260615513,0.5,0.153725174569888,0.476255044063024,0.293558073497528,0.153725174569888,0.582797286379504,0.342257841988605,0.5,0.153725174569888,0.644192891045565,0.353479462968032,0.153725174569888,0.601649231292731,0.232361748280995,0.153725174569888,0.619922585207263,0.122277752265332,0.153725174569888,0.618195186691866,0.20153147318895,0.153725174569888,0.216530568120719,0.22084398636754,0.153725174569888,0.307731430830405,0.345912383237601,0.153725174569888,0.652976253225798,0.196049346279442,0.5,0.153725174569888,0.636619766618593,0.113564729765775,0,0.0350555266289612,0.156728061453958 -1669,0.5,0.153725174569888,0.368711819153329,0.197266504057368,0.153725174569888,0.668539389708588,0.186185459265676,0.153725174569888,0.170137309754023,0.198025223404417,0.153725174569888,0.191840207084328,0.186780446307756,0.153725174569888,0.518421522579702,0.466560290687009,0.153725174569888,0.317779817287494,0.523545865091364,0.153725174569888,0.232852316069097,0.401222812265945,0.153725174569888,0.423329847781284,0.179938946653393,0.5,0.153725174569888,0.60189148056338,0.312772393886408,0.153725174569888,0.62717434181153,0.399880183422482,0.5,0.153725174569888,0.688193792191891,0.306262728429321,0.153725174569888,0.658142516857563,0.298845809733,0.153725174569888,0.663822728701443,0.126915598670048,0.153725174569888,0.668150484285841,0.220243511233356,0.153725174569888,0.253235314764386,0.226564357057367,0.153725174569888,0.395657782234551,0.327500274191237,0.153725174569888,0.689723434245747,0.251765382216202,0.5,0.153725174569888,0.670124553066533,0.141264828118134,0,0.0334097681679323,0.122144910673752 -1670,0.5,0.153725174569888,0.37616697880191,0.221376364788946,0.153725174569888,0.659811776840756,0.226142469151027,0.153725174569888,0.156614248713838,0.191212338199992,0.153725174569888,0.164844493402839,0.189521351754236,0.153725174569888,0.54812516947463,0.474169156039825,0.153725174569888,0.270768824727082,0.511572619287161,0.153725174569888,0.226119344873647,0.376917331103267,0.153725174569888,0.508355667070074,0.17102679538815,0.5,0.153725174569888,0.67504740245027,0.33925368707918,0.153725174569888,0.626144020990814,0.381267831350808,0.5,0.153725174569888,0.680905554376009,0.352058678223626,0.153725174569888,0.659111950140949,0.314279038064962,0.153725174569888,0.657511189456007,0.133929296708422,0.153725174569888,0.664020156550003,0.260417233771626,0.153725174569888,0.27630356738757,0.243612468597091,0.153725174569888,0.430676307799715,0.328378729597665,0.153725174569888,0.67531419388657,0.271366568157417,0.5,0.153725174569888,0.654066920660268,0.148619021097006,0,0.0425296756279049,0.0987927159630552 -1671,0.5,0.153725174569888,0.329825133422323,0.242828234057345,0.153725174569888,0.589541495928735,0.253210242877273,0.153725174569888,0.124472447977401,0.200195418042649,0.153725174569888,0.12287084878895,0.207241834201958,0.153725174569888,0.51033118409966,0.454557098441122,0.153725174569888,0.224912484515631,0.52019780847815,0.153725174569888,0.196058555789776,0.379475168575508,0.153725174569888,0.530489722947464,0.187558751681883,0.5,0.153725174569888,0.623556308877582,0.37449393765102,0.153725174569888,0.583013468266326,0.358486843288015,0.5,0.153725174569888,0.614081690517521,0.398055911847635,0.153725174569888,0.604504650974615,0.349089905289109,0.153725174569888,0.589599054632343,0.137376853287177,0.153725174569888,0.601976203759133,0.29534049066761,0.153725174569888,0.26124636105365,0.25764072428817,0.153725174569888,0.373649044524424,0.381537359758431,0.153725174569888,0.59813712184093,0.331837333259935,0.5,0.153725174569888,0.58004193775332,0.155839665901374,0,0.0522270022666763,0.0817284046719151 -1672,0.5,0.153725174569888,0.245899679533851,0.232859440398454,0.153725174569888,0.461133667435103,0.254043491734998,0.153725174569888,0.0805340213986753,0.217176493490999,0.153725174569888,0.0707497794985638,0.21563250516579,0.153725174569888,0.39652334128184,0.40006257547727,0.153725174569888,0.162540494651877,0.533733489225373,0.153725174569888,0.1444376953823,0.403227374307766,0.153725174569888,0.422840860800944,0.211399828818082,0.5,0.153725174569888,0.502982732444592,0.419816208844515,0.153725174569888,0.466333776814325,0.318720309997869,0.5,0.153725174569888,0.485366454221775,0.442356966330527,0.153725174569888,0.486835671768802,0.313393968500625,0.153725174569888,0.463469157200963,0.129059890085014,0.153725174569888,0.478930977163298,0.289674652278355,0.153725174569888,0.191819563273495,0.26051344822011,0.153725174569888,0.284055688352993,0.445170476338211,0.153725174569888,0.458543703486987,0.381689016780833,0.5,0.153725174569888,0.447562637995848,0.15012127098272,0,0.0501375771609709,0.077554376333217 -1673,0.5,0.153725174569888,0.118062622469063,0.152648543631889,0.153725174569888,0.306940055175615,0.128130934694708,0.153725174569888,0.0394500852957196,0.22461628459712,0.153725174569888,0.0269328239565959,0.204276050148288,0.153725174569888,0.259694817635138,0.267142922054132,0.153725174569888,0.0933775818688307,0.509949099762186,0.153725174569888,0.083431048984757,0.39386562023275,0.153725174569888,0.285139923529159,0.192416997689247,0.5,0.153725174569888,0.348788952298541,0.336911436379636,0.153725174569888,0.312917754503874,0.208735839778262,0.5,0.153725174569888,0.329718420843867,0.360156639063901,0.153725174569888,0.330319329887634,0.185512066767924,0.153725174569888,0.307070141315006,0.0825230142195164,0.153725174569888,0.334246858435094,0.177405977655881,0.153725174569888,0.0913833819408652,0.221711453232173,0.153725174569888,0.167837100854228,0.427347582910156,0.153725174569888,0.291139890872848,0.351825951576559,0.5,0.153725174569888,0.264396513664197,0.073361975528604,0,0.0501267585659549,0.1005693265139 -1674,0.5,0.153725174569888,0.0,0.103588886407991,0.153725174569888,0.0,0.11033738777305,0.153725174569888,0.0,0.21525992252988,0.153725174569888,0.0,0.189741279281837,0.153725174569888,0.0432837068106695,0.18498081255599,0.153725174569888,0.0258993098966738,0.443665996593611,0.153725174569888,0.0163038792057206,0.327497860799361,0.153725174569888,0.0401191001269558,0.159879284755219,0.5,0.153725174569888,0.045459568738914,0.248947074817342,0.153725174569888,0.015202575974552,0.152907443905558,0.5,0.153725174569888,0.0344228883008313,0.392312669746118,0.153725174569888,0.0389181074960135,0.165359215608161,0.153725174569888,0.0122290683997019,0.0943274168555068,0.153725174569888,0.036285371695425,0.152845540668016,0.153725174569888,0.00618527473574593,0.189544559137877,0.153725174569888,0.0185467401517041,0.340584413525151,0.153725174569888,0.00554594022809015,0.317643624604067,0.5,0.153725174569888,0.0,0.0868567873167746,0,0.0584215224623494,0.14358589662985 -1675,0.5,0.153725174569888,0.0,0.0981018611713328,0.153725174569888,0.0,0.100783050542054,0.153725174569888,0.0,0.210272730558182,0.153725174569888,0.0,0.192232537864757,0.153725174569888,0.0,0.169323898613701,0.153725174569888,0.0,0.381570514763106,0.153725174569888,0.0,0.289314463341134,0.153725174569888,0.0,0.134414696945671,0.5,0.153725174569888,0.0,0.246490810442454,0.153725174569888,0.0,0.154549448643056,0.5,0.153725174569888,0.0,0.466913138992669,0.153725174569888,0.0,0.160244425765296,0.153725174569888,0.0,0.108416179162053,0.153725174569888,0.0,0.163400884919736,0.153725174569888,0.0,0.184304888705941,0.153725174569888,0.0,0.29356629263689,0.153725174569888,0.0,0.280496789175415,0.5,0.153725174569888,0.0,0.0832598052404901,0,0.0557383821463614,0.188707499188025 -1676,0.5,0.153725174569888,0.0,0.0836114075641054,0.153725174569888,0.0,0.0751490076133398,0.153725174569888,0.0,0.233261514200481,0.153725174569888,0.0,0.195989191237052,0.153725174569888,0.0,0.183999238518036,0.153725174569888,0.0,0.330910858584355,0.153725174569888,0.0,0.295794279751775,0.153725174569888,0.0,0.116135332414622,0.5,0.153725174569888,0.0,0.223311156378828,0.153725174569888,0.0,0.131517999920252,0.5,0.153725174569888,0.0,0.513839980758465,0.153725174569888,0.0,0.136231266294575,0.153725174569888,0.0,0.0989252572339917,0.153725174569888,0.0,0.152708848367822,0.153725174569888,0.0,0.190461154618882,0.153725174569888,0.0,0.291015770122429,0.153725174569888,0.0,0.253726527911949,0.5,0.153725174569888,0.0,0.0837769185490576,0,0.0399174136249897,0.223831894414106 -1677,0.5,0.153725174569888,0.0,0.0662997702404889,0.153725174569888,0.0,0.0623822474294512,0.153725174569888,0.0,0.262230307957556,0.153725174569888,0.0,0.186085101825698,0.153725174569888,0.0,0.193830960344305,0.153725174569888,0.0,0.26110092698211,0.153725174569888,0.0,0.304325871360871,0.153725174569888,0.0,0.0859183116772991,0.5,0.153725174569888,0.0,0.210067606849226,0.153725174569888,0.0,0.100290873422138,0.5,0.153725174569888,0.0,0.550127906353212,0.153725174569888,0.0,0.114298528086747,0.153725174569888,0.0,0.0794189248266395,0.153725174569888,0.0,0.136531499594426,0.153725174569888,0.0,0.183327494420464,0.153725174569888,0.0,0.273867687944982,0.153725174569888,0.0,0.228399856995598,0.5,0.153725174569888,0.0,0.0943994206579641,0,0.0267879908778921,0.223614620057444 -1678,0.5,0.153725174569888,0.0,0.0510671627246384,0.153725174569888,0.0,0.0530725211286104,0.153725174569888,0.0,0.248288326548351,0.153725174569888,0.0,0.171944481599136,0.153725174569888,0.0,0.189865148823712,0.153725174569888,0.0,0.23921763064998,0.153725174569888,0.0,0.301958846405548,0.153725174569888,0.0,0.0627640613344512,0.5,0.153725174569888,0.0,0.184811957043611,0.153725174569888,0.0,0.0729004478622107,0.5,0.153725174569888,0.0,0.47730781346492,0.153725174569888,0.0,0.0959010545201879,0.153725174569888,0.0,0.0611840029991685,0.153725174569888,0.0,0.111545849501663,0.153725174569888,0.0,0.166287326878808,0.153725174569888,0.0,0.273632867056425,0.153725174569888,0.0,0.218033797533213,0.5,0.153725174569888,0.0,0.106795026886151,0,0.019860376461699,0.20904585475989 -1679,0.5,0.153725174569888,0.0,0.0397376847021863,0.153725174569888,0.0,0.0434928771085107,0.153725174569888,0.0,0.216381588509344,0.153725174569888,0.0,0.153275509067998,0.153725174569888,0.0,0.175124967434294,0.153725174569888,0.0,0.204713926111596,0.153725174569888,0.0,0.27820332273668,0.153725174569888,0.0,0.0550163594097142,0.5,0.153725174569888,0.0,0.171850228810506,0.153725174569888,0.0,0.0542253235608195,0.5,0.153725174569888,0.0,0.404337396796773,0.153725174569888,0.0,0.086635082100999,0.153725174569888,0.0,0.0466241589438642,0.153725174569888,0.0,0.0898133223139187,0.153725174569888,0.0,0.14471250077547,0.153725174569888,0.0,0.269139644281921,0.153725174569888,0.0,0.232049347685034,0.5,0.153725174569888,0.0,0.119021993595095,0,0.0165284995751079,0.197112846621966 -1680,0.5,0.153725174569888,0.0,0.0305549547177956,0.153725174569888,0.0,0.0329036000237879,0.153725174569888,0.0,0.174558707299275,0.153725174569888,0.0,0.119690717099971,0.153725174569888,0.0,0.171794768814033,0.153725174569888,0.0,0.155653505657197,0.153725174569888,0.0,0.237172888181098,0.153725174569888,0.0,0.0515501531126498,0.5,0.153725174569888,0.0,0.159115313180109,0.153725174569888,0.0,0.05051392911361,0.5,0.153725174569888,0.0,0.331358860431394,0.153725174569888,0.0,0.0803426286202918,0.153725174569888,0.0,0.0356655220139713,0.153725174569888,0.0,0.0749889567320194,0.153725174569888,0.0,0.117264604687682,0.153725174569888,0.0,0.248824516962337,0.153725174569888,0.0,0.252706378616443,0.5,0.153725174569888,0.0,0.136199778332848,0,0.0120413127452699,0.19042096601114 -1681,0.5,0.153725174569888,0.0,0.0236051619435469,0.153725174569888,0.0,0.0279717404510141,0.153725174569888,0.0,0.133221270774382,0.153725174569888,0.0,0.0907249604635689,0.153725174569888,0.0,0.170540225597045,0.153725174569888,0.0,0.125416969512719,0.153725174569888,0.0,0.205104213519052,0.153725174569888,0.0,0.0490501158139927,0.5,0.153725174569888,0.0,0.151712127759609,0.153725174569888,0.0,0.0505294008945983,0.5,0.153725174569888,0.0,0.306230933968535,0.153725174569888,0.0,0.0778503920173578,0.153725174569888,0.0,0.0301862819879785,0.153725174569888,0.0,0.0601003780715664,0.153725174569888,0.0,0.091478959499604,0.153725174569888,0.0,0.189302713529173,0.153725174569888,0.0,0.255424825427295,0.5,0.153725174569888,0.0,0.13173464776601,0,0.00995069980239773,0.158009861136584 -1682,0.5,0.153725174569888,0.0,0.019329614070574,0.153725174569888,0.0,0.0285666457737661,0.153725174569888,0.0,0.118412645947667,0.153725174569888,0.0,0.0654102058310928,0.153725174569888,0.0,0.157176973877179,0.153725174569888,0.0,0.107381681966658,0.153725174569888,0.0,0.15457691807853,0.153725174569888,0.0,0.0448685239869558,0.5,0.153725174569888,0.0,0.143835578343288,0.153725174569888,0.0,0.0522470804402842,0.5,0.153725174569888,0.0,0.334817358381019,0.153725174569888,0.0,0.0796321933054944,0.153725174569888,0.0,0.0267702977273426,0.153725174569888,0.0,0.0450003136978449,0.153725174569888,0.0,0.0763322927798959,0.153725174569888,0.0,0.147644199763531,0.153725174569888,0.0,0.230285681101786,0.5,0.153725174569888,0.0,0.125655855163317,0,0.00812285864724575,0.119412735481278 -1683,0.5,0.153725174569888,0.0,0.0174943299796531,0.153725174569888,0.0,0.029236628927372,0.153725174569888,0.0,0.12230394972865,0.153725174569888,0.0,0.0448544269809699,0.153725174569888,0.0,0.121680159777407,0.153725174569888,0.0,0.0940298073357716,0.153725174569888,0.0,0.110818060326319,0.153725174569888,0.0,0.0390724061917571,0.5,0.153725174569888,0.0,0.128683311700387,0.153725174569888,0.0,0.0483492200867666,0.5,0.153725174569888,0.0,0.33669471828656,0.153725174569888,0.0,0.0901243589412291,0.153725174569888,0.0,0.0255980137786208,0.153725174569888,0.0,0.040940853895701,0.153725174569888,0.0,0.0773667557331766,0.153725174569888,0.0,0.145334682560723,0.153725174569888,0.0,0.165104511965092,0.5,0.153725174569888,0.0,0.0893715422210065,0,0.00595010968066504,0.0944716204710168 -1684,0.5,0.153725174569888,0.0,0.0171346964502415,0.153725174569888,0.0,0.0324484621344372,0.153725174569888,0.0,0.125083719653853,0.153725174569888,0.0,0.0363580357215377,0.153725174569888,0.0,0.0960755266415326,0.153725174569888,0.0,0.0849517098228879,0.153725174569888,0.0,0.105503619309752,0.153725174569888,0.0,0.0302074960209639,0.5,0.153725174569888,0.0,0.0974226964546348,0.153725174569888,0.0,0.0430851402697267,0.5,0.153725174569888,0.0,0.307926331527373,0.153725174569888,0.0,0.0935618967528084,0.153725174569888,0.0,0.0241981598011356,0.153725174569888,0.0,0.0427334908294253,0.153725174569888,0.0,0.085386374169732,0.153725174569888,0.0,0.141382562612153,0.153725174569888,0.0,0.122819936783956,0.5,0.153725174569888,0.0,0.058825221515361,0,0.00587093983819661,0.0834466391479478 -1685,0.5,0.153725174569888,0.0,0.0156839098554195,0.153725174569888,0.0,0.0321505801010105,0.153725174569888,0.0,0.118390987547266,0.153725174569888,0.0,0.0377366606334555,0.153725174569888,0.0,0.0866544361151938,0.153725174569888,0.0,0.0868611970898939,0.153725174569888,0.0,0.131119262007893,0.153725174569888,0.0,0.0311615620969649,0.5,0.153725174569888,0.0,0.0762002612666491,0.153725174569888,0.0,0.0364286209364373,0.5,0.153725174569888,0.0,0.303897405814609,0.153725174569888,0.0,0.0812402792105372,0.153725174569888,0.0,0.0219952780597616,0.153725174569888,0.0,0.0471949498548077,0.153725174569888,0.0,0.0911095172468233,0.153725174569888,0.0,0.140208365932494,0.153725174569888,0.0,0.103290147469979,0.5,0.153725174569888,0.0,0.0512156441265367,0,0.00620360385956915,0.0820903454971697 -1686,0.5,0.153725174569888,0.0,0.0144730893047965,0.153725174569888,0.0,0.0242523207068227,0.153725174569888,0.0,0.105742196332318,0.153725174569888,0.0,0.0373601339103848,0.153725174569888,0.0,0.0966675403724023,0.153725174569888,0.0,0.0919023459683522,0.153725174569888,0.0,0.150769909047176,0.153725174569888,0.0,0.0353878182756991,0.5,0.153725174569888,0.0,0.0834302149815868,0.153725174569888,0.0,0.0335483563433842,0.5,0.153725174569888,0.0,0.266801257089335,0.153725174569888,0.0,0.0577646177856855,0.153725174569888,0.0,0.0171028441327717,0.153725174569888,0.0,0.0506948829893305,0.153725174569888,0.0,0.0916023628521925,0.153725174569888,0.0,0.134802042570285,0.153725174569888,0.0,0.0785439859303324,0.5,0.153725174569888,0.0,0.0493617570102609,0,0.00646569172021495,0.0894430715836358 -1687,0.5,0.153725174569888,0.0,0.0145649604685141,0.153725174569888,0.0,0.0201146932476567,0.153725174569888,0.0,0.0961882617578063,0.153725174569888,0.0,0.0369604708476291,0.153725174569888,0.0,0.10463906189549,0.153725174569888,0.0,0.0888091441849462,0.153725174569888,0.0,0.164139396236343,0.153725174569888,0.0,0.0365768637626309,0.5,0.153725174569888,0.0,0.105933379104301,0.153725174569888,0.0,0.0364893292817887,0.5,0.153725174569888,0.0,0.166080760782859,0.153725174569888,0.0,0.0535133240131368,0.153725174569888,0.0,0.0131877596055767,0.153725174569888,0.0,0.0485602944542299,0.153725174569888,0.0,0.0768265962955838,0.153725174569888,0.0,0.130277869125608,0.153725174569888,0.0,0.0548698599641004,0.5,0.153725174569888,0.0,0.0450003106075791,0,0.00566092896826494,0.0982924272187928 -1688,0.5,0.153725174569888,0.0758651780613395,0.0137191397083298,0.153725174569888,0.0494376572436899,0.018786513426473,0.153725174569888,0.0365456908906638,0.0951012656384371,0.153725174569888,0.0716726036373787,0.0421855944159658,0.153725174569888,0.0289287846502761,0.0922572489616978,0.153725174569888,0.021983458988656,0.0801645935311077,0.153725174569888,0.0273418096931415,0.172833067853505,0.153725174569888,0.0192534151234851,0.0342772248153621,0.5,0.153725174569888,0.0128752826336394,0.114520662593215,0.153725174569888,0.0304952117975895,0.0351205759925197,0.5,0.153725174569888,0.018046626851612,0.103611261720238,0.153725174569888,0.0254562699723653,0.0564874867319455,0.153725174569888,0.0427184081819964,0.0120126908500207,0.153725174569888,0.0329553553934314,0.0449272683561233,0.153725174569888,0.0309655752555787,0.0686790406337852,0.153725174569888,0.0341816604593246,0.120039895929791,0.153725174569888,0.0635464092065986,0.0465429850526798,0.5,0.153725174569888,0.0818623742613649,0.0409247263440988,0,0.00522936399532499,0.0993001271211555 -1689,0.5,0.153725174569888,0.243473358725753,0.0154111402218681,0.153725174569888,0.217187476495099,0.0177819518982501,0.153725174569888,0.179860768114636,0.120001685446941,0.153725174569888,0.216198547458314,0.0659287616898479,0.153725174569888,0.19003327450001,0.0947471790965689,0.153725174569888,0.18270361051955,0.066634368037923,0.153725174569888,0.178277908949613,0.186055304862616,0.153725174569888,0.147553102413283,0.0331864227881072,0.5,0.153725174569888,0.0883543094212876,0.121220609654691,0.153725174569888,0.135521404076892,0.0386840277481245,0.5,0.153725174569888,0.112312747069236,0.104975357296378,0.153725174569888,0.122248283820686,0.0598756217088056,0.153725174569888,0.208808640185283,0.0126461158704595,0.153725174569888,0.196664619105158,0.0467720123335704,0.153725174569888,0.159147425895684,0.113983446335867,0.153725174569888,0.185504547900665,0.125469404250352,0.153725174569888,0.23497326759249,0.0429584129339495,0.5,0.153725174569888,0.254407944541786,0.0354975171051775,0,0.00516267474225811,0.0911949909605591 -1690,0.5,0.153725174569888,0.404379401276967,0.0253111981539642,0.153725174569888,0.381401011996742,0.0223880459929874,0.153725174569888,0.359626080050499,0.162523941997431,0.153725174569888,0.379531312421477,0.0995227044810734,0.153725174569888,0.358411871086793,0.206488839292676,0.153725174569888,0.351498521121626,0.0972912422211462,0.153725174569888,0.352883585237523,0.239161268680963,0.153725174569888,0.319052717750183,0.0443535043718285,0.5,0.153725174569888,0.19734479114427,0.11252648845698,0.153725174569888,0.283673525092125,0.043086486060896,0.5,0.153725174569888,0.255068991568168,0.16384770022326,0.153725174569888,0.245688582891507,0.0660545822660943,0.153725174569888,0.372831335058327,0.0120071379445064,0.153725174569888,0.363460011581367,0.0687967957542239,0.153725174569888,0.309247021754187,0.177661339913237,0.153725174569888,0.364970622990968,0.166801107368628,0.153725174569888,0.408750360205385,0.0911346276565653,0.5,0.153725174569888,0.429749721274038,0.0826857920335689,0,0.00532345371198204,0.0825498475729644 -1691,0.5,0.153725174569888,0.548066196332506,0.0393493961758906,0.153725174569888,0.532121136646776,0.058282026700863,0.153725174569888,0.522723113386298,0.158559209516425,0.153725174569888,0.543747872248122,0.125301737170449,0.153725174569888,0.507616525387612,0.220502524706807,0.153725174569888,0.511599947243659,0.093923371147312,0.153725174569888,0.52265475555699,0.243136681082944,0.153725174569888,0.503393579591962,0.054038001481281,0.5,0.153725174569888,0.362550180332946,0.100990030671122,0.153725174569888,0.479302671030956,0.0430705167286081,0.5,0.153725174569888,0.428661297599978,0.277135569359025,0.153725174569888,0.381937121228925,0.0638761252368586,0.153725174569888,0.524711882105514,0.0184050102623009,0.153725174569888,0.516462448635806,0.122626197460101,0.153725174569888,0.479315355838271,0.203192690970459,0.153725174569888,0.534539370682243,0.154622805405428,0.153725174569888,0.560765621009655,0.14245167479828,0.5,0.153725174569888,0.578046978194428,0.133275543054241,0,0.0038510588130566,0.0698119660184088 -1692,0.5,0.153725174569888,0.63688568326766,0.0500996708380701,0.153725174569888,0.632178892974872,0.108128596815672,0.153725174569888,0.649392881558794,0.188974382241796,0.153725174569888,0.648083564007039,0.14816288860511,0.153725174569888,0.623567387392991,0.197307136016949,0.153725174569888,0.625261112815504,0.0882638381311272,0.153725174569888,0.632027826932813,0.194448131691411,0.153725174569888,0.632084567331934,0.0697729401545631,0.5,0.153725174569888,0.555132903500994,0.115417528682334,0.153725174569888,0.623465102474882,0.0683508795412498,0.5,0.153725174569888,0.563982232464908,0.256322087932963,0.153725174569888,0.532298812881904,0.0864727358741791,0.153725174569888,0.627164357483346,0.0229960912640378,0.153725174569888,0.624126386728311,0.146742201654338,0.153725174569888,0.603293387362677,0.219031758067753,0.153725174569888,0.645850238975622,0.124066098047187,0.153725174569888,0.656234540275381,0.152623649618082,0.5,0.153725174569888,0.66684762425127,0.173497417630936,0,0.000437459837489856,0.0561543311449856 -1693,0.5,0.153725174569888,0.668168463766191,0.0469809804919777,0.153725174569888,0.672677905228916,0.0977345815477235,0.153725174569888,0.685335099208229,0.236364618087367,0.153725174569888,0.675679749803553,0.162593309337122,0.153725174569888,0.655422178242784,0.205255547137283,0.153725174569888,0.677904913720398,0.0980304604953204,0.153725174569888,0.680788505625503,0.174068461016903,0.153725174569888,0.683962324089557,0.0984583980133161,0.5,0.153725174569888,0.661001976569776,0.168859547992456,0.153725174569888,0.695437487466179,0.107977376741942,0.5,0.153725174569888,0.640166206480912,0.223319385641708,0.153725174569888,0.641457976683936,0.105553859896317,0.153725174569888,0.669796872406698,0.0224106232306153,0.153725174569888,0.673378419585274,0.174722155632286,0.153725174569888,0.661012042610886,0.239375261722423,0.153725174569888,0.688585804257532,0.107287381769003,0.153725174569888,0.692928303310468,0.170036778978866,0.5,0.153725174569888,0.698026778088641,0.161879564594221,0,0.000163467371679042,0.050332298963156 -1694,0.5,0.153725174569888,0.64866405228337,0.0460236496067649,0.153725174569888,0.663719251585066,0.119998377594005,0.153725174569888,0.670586047904476,0.252156522747044,0.153725174569888,0.653607836177703,0.166003794471905,0.153725174569888,0.643394708863103,0.215762862963217,0.153725174569888,0.679776510946156,0.109456234566226,0.153725174569888,0.678352300174104,0.177763240307032,0.153725174569888,0.683885100714479,0.104111452273853,0.5,0.153725174569888,0.682707033710682,0.145922093719778,0.153725174569888,0.690002708479341,0.111255675391326,0.5,0.153725174569888,0.658330825247847,0.173581139484826,0.153725174569888,0.672411433411367,0.105131761869124,0.153725174569888,0.662360249936999,0.0346862119462855,0.153725174569888,0.662242126062809,0.205139155078407,0.153725174569888,0.66729293742811,0.23441229516182,0.153725174569888,0.681113426808377,0.123044862633463,0.153725174569888,0.678871145642277,0.150975830330032,0.5,0.153725174569888,0.677998220174859,0.187275305253082,0,0.0,0.0556072113990556 -1695,0.5,0.153725174569888,0.56574914183385,0.0421564912640481,0.153725174569888,0.593040418365799,0.155586731499776,0.153725174569888,0.593149548099775,0.244150132037558,0.153725174569888,0.567682295715397,0.169563080803738,0.153725174569888,0.594048031820811,0.214430421082868,0.153725174569888,0.623808162117833,0.113661711487019,0.153725174569888,0.616177014511131,0.189192600006469,0.153725174569888,0.62667119692177,0.10809736959407,0.5,0.153725174569888,0.626735325789044,0.131203397265352,0.153725174569888,0.615833566826151,0.102854919480211,0.5,0.153725174569888,0.605177778495747,0.181377296154766,0.153725174569888,0.609025430203078,0.0933080221901907,0.153725174569888,0.593587481383137,0.0646383652441221,0.153725174569888,0.601302226825897,0.216265291456575,0.153725174569888,0.600560452426289,0.242193804845647,0.153725174569888,0.613506552264541,0.127099197640125,0.153725174569888,0.603424267280301,0.168524328533726,0.5,0.153725174569888,0.595913762210796,0.165544161633804,0,0.0,0.0806840149030198 -1696,0.5,0.153725174569888,0.430796667594086,0.0390291324112096,0.153725174569888,0.46408531361004,0.178020690153318,0.153725174569888,0.457397294474864,0.223626477200898,0.153725174569888,0.429077010868106,0.155467080518608,0.153725174569888,0.478394998028228,0.178993509231792,0.153725174569888,0.504224627866454,0.104243358310482,0.153725174569888,0.491733682832918,0.165137806763216,0.153725174569888,0.506315883984247,0.0927621060413561,0.5,0.153725174569888,0.501460323434519,0.122272967513602,0.153725174569888,0.480083001323719,0.0839720996650078,0.5,0.153725174569888,0.482877935050656,0.18485202178594,0.153725174569888,0.482446805661289,0.078424871853061,0.153725174569888,0.466489313906836,0.0779729035462172,0.153725174569888,0.479448023752783,0.195529797302988,0.153725174569888,0.47105817401793,0.229841178121243,0.153725174569888,0.484413941457778,0.120301729682382,0.153725174569888,0.46797358371978,0.161930771167408,0.5,0.153725174569888,0.455165375527817,0.156662542307347,0,0.00210652537977197,0.0982275844223354 -1697,0.5,0.153725174569888,0.180937706684361,0.0195739866629297,0.153725174569888,0.320276466149947,0.0854092963943039,0.153725174569888,0.305482926255835,0.118475054888134,0.153725174569888,0.165541300141818,0.0598321027749543,0.153725174569888,0.33665685095505,0.0843699432938388,0.153725174569888,0.357078051871736,0.0536370017546904,0.153725174569888,0.343988997272027,0.0609020178949733,0.153725174569888,0.356699747844455,0.0406699220731157,0.5,0.153725174569888,0.348251616683229,0.0638703727228378,0.153725174569888,0.318663610163584,0.0521482193009681,0.5,0.153725174569888,0.328523316575309,0.0982413618754246,0.153725174569888,0.323933606913325,0.0368070446147459,0.153725174569888,0.319849996857197,0.0390080577081889,0.153725174569888,0.336419237033059,0.103044275800912,0.153725174569888,0.324139647735899,0.109704617037264,0.153725174569888,0.33321174847752,0.0530455378947838,0.153725174569888,0.311720365880671,0.076530840631242,0.5,0.153725174569888,0.283020235944851,0.0640323820031442,0,0.00132445419510093,0.100382573314031 -1698,0.5,0.153725174569888,0.0,0.0285442333000697,0.153725174569888,0.0,0.0872572732425973,0.153725174569888,0.00153412970320717,0.0760339979614163,0.153725174569888,0.0,0.06313564870778,0.153725174569888,0.0474567295319953,0.0466385446868578,0.153725174569888,0.0605915886295327,0.0417951491070618,0.153725174569888,0.0458146646025764,0.0494550190330069,0.153725174569888,0.0495095510324773,0.0237385791857256,0.5,0.153725174569888,0.0491084837276288,0.0260424820035491,0.153725174569888,0.0273728898444616,0.0317348951847051,0.5,0.153725174569888,0.0373623629805104,0.080066178619805,0.153725174569888,0.0433828599768195,0.0262046467803477,0.153725174569888,0.0255583440642755,0.0460030349653994,0.153725174569888,0.0405503962209371,0.0735034634048476,0.153725174569888,0.021017914290313,0.0929536506909604,0.153725174569888,0.0340459413265425,0.0369304818587311,0.153725174569888,0.0119556143682434,0.0727839164449637,0.5,0.153725174569888,0.0,0.0599443022574093,0,0.00107522729285763,0.10301475278905 -1699,0.5,0.153725174569888,0.0,0.0331529772669432,0.153725174569888,0.0,0.0919738193628295,0.153725174569888,0.0,0.0617665658035815,0.153725174569888,0.0,0.0619129570370011,0.153725174569888,0.0,0.0519993819052434,0.153725174569888,0.0,0.0456283184746348,0.153725174569888,0.0,0.0470404284518247,0.153725174569888,0.0,0.0196514227241502,0.5,0.153725174569888,0.0,0.0210048614289381,0.153725174569888,0.0,0.0227806770147437,0.5,0.153725174569888,0.0,0.0625454111629783,0.153725174569888,0.0,0.0245877691623731,0.153725174569888,0.0,0.0528407837273711,0.153725174569888,0.0,0.0750842660320255,0.153725174569888,0.0,0.0939547515534751,0.153725174569888,0.0,0.0306090425819574,0.153725174569888,0.0,0.0583477982963082,0.5,0.153725174569888,0.0,0.046294456523109,0,0.00237672200497973,0.0898318260138147 -1700,0.5,0.153725174569888,0.0,0.0341376560368225,0.153725174569888,0.0,0.0809557751114278,0.153725174569888,0.0,0.0491030157560795,0.153725174569888,0.0,0.055067024917481,0.153725174569888,0.0,0.0536627516878276,0.153725174569888,0.0,0.0388584478556657,0.153725174569888,0.0,0.0450942401018529,0.153725174569888,0.0,0.0157637443003544,0.5,0.153725174569888,0.0,0.0166099869301915,0.153725174569888,0.0,0.0135059321523539,0.5,0.153725174569888,0.0,0.0368689608798309,0.153725174569888,0.0,0.0189911494961233,0.153725174569888,0.0,0.0466435231696265,0.153725174569888,0.0,0.0683332325302092,0.153725174569888,0.0,0.0859814289959973,0.153725174569888,0.0,0.0218460735427578,0.153725174569888,0.0,0.0402067886990404,0.5,0.153725174569888,0.0,0.0342613459811309,0,0.00396528873405734,0.0558685886170076 -1701,0.5,0.153725174569888,0.0,0.031971356372351,0.153725174569888,0.0,0.0758148574613385,0.153725174569888,0.0,0.0398050120796564,0.153725174569888,0.0,0.050551037441813,0.153725174569888,0.0,0.0526257774149459,0.153725174569888,0.0,0.0359825990420159,0.153725174569888,0.0,0.0453682160761453,0.153725174569888,0.0,0.0156651266015645,0.5,0.153725174569888,0.0,0.0170748158928607,0.153725174569888,0.0,0.00549863393903058,0.5,0.153725174569888,0.0,0.0295541920889501,0.153725174569888,0.0,0.0112955916414616,0.153725174569888,0.0,0.0374586884673515,0.153725174569888,0.0,0.0605867644353466,0.153725174569888,0.0,0.0780828926276054,0.153725174569888,0.0,0.0158393921918218,0.153725174569888,0.0,0.028849653881328,0.5,0.153725174569888,0.0,0.0233490370539545,0,0.00476177669275541,0.0415206494571715 -1702,0.5,0.153725174569888,0.0,0.0286418407763997,0.153725174569888,0.0,0.0616820410858498,0.153725174569888,0.0,0.0280688413548701,0.153725174569888,0.0,0.0434660893245165,0.153725174569888,0.0,0.0431493045424884,0.153725174569888,0.0,0.0257394907750122,0.153725174569888,0.0,0.0429559016678378,0.153725174569888,0.0,0.0177363030311119,0.5,0.153725174569888,0.0,0.016418645960133,0.153725174569888,0.0,0.00260780805642273,0.5,0.153725174569888,0.0,0.0256412726399218,0.153725174569888,0.0,0.00890703668691161,0.153725174569888,0.0,0.0301158190090471,0.153725174569888,0.0,0.0527005566385857,0.153725174569888,0.0,0.0728197498851963,0.153725174569888,0.0,0.0158261389308689,0.153725174569888,0.0,0.0230486618199428,0.5,0.153725174569888,0.0,0.0189042367641424,0,0.00639145872229873,0.0268467103495581 -1703,0.5,0.153725174569888,0.0,0.0273709864927126,0.153725174569888,0.0,0.0347586426765023,0.153725174569888,0.0,0.0155759241798977,0.153725174569888,0.0,0.0400841746885373,0.153725174569888,0.0,0.0374523365693337,0.153725174569888,0.0,0.018840762829537,0.153725174569888,0.0,0.0412733058443289,0.153725174569888,0.0,0.0191056823067672,0.5,0.153725174569888,0.0,0.0135579792601207,0.153725174569888,0.0,0.00221451388603823,0.5,0.153725174569888,0.0,0.0169980106373853,0.153725174569888,0.0,0.00803660242000217,0.153725174569888,0.0,0.029103639638484,0.153725174569888,0.0,0.0507591146957281,0.153725174569888,0.0,0.0562991949101764,0.153725174569888,0.0,0.0151371167731082,0.153725174569888,0.0,0.0209163046400923,0.5,0.153725174569888,0.0,0.016631997005252,0,0.00709731806423898,0.0144302539000667 -1704,0.5,0.153725174569888,0.0,0.0254447297157862,0.153725174569888,0.0,0.0326370656035111,0.153725174569888,0.0,0.00980553166790891,0.153725174569888,0.0,0.0395565562849954,0.153725174569888,0.0,0.0271664000161832,0.153725174569888,0.0,0.0134522282534734,0.153725174569888,0.0,0.0378417977439047,0.153725174569888,0.0,0.0177742214436506,0.5,0.153725174569888,0.0,0.00986908110588025,0.153725174569888,0.0,0.00212052163299338,0.5,0.153725174569888,0.0,0.0138039253721095,0.153725174569888,0.0,0.00712679380583827,0.153725174569888,0.0,0.0321508109563559,0.153725174569888,0.0,0.0432714171253115,0.153725174569888,0.0,0.0390558513345409,0.153725174569888,0.0,0.0121200500124238,0.153725174569888,0.0,0.0192814533434777,0.5,0.153725174569888,0.0,0.0173215367991908,0,0.00756376232487002,0.00973699095729164 -1705,0.5,0.153725174569888,0.0,0.0207117253493051,0.153725174569888,0.0,0.0427017841884953,0.153725174569888,0.0,0.00683290342306571,0.153725174569888,0.0,0.0377043705296383,0.153725174569888,0.0,0.0148434227317039,0.153725174569888,0.0,0.00980470752817612,0.153725174569888,0.0,0.033010592353065,0.153725174569888,0.0,0.0158235748980123,0.5,0.153725174569888,0.0,0.00757358300233527,0.153725174569888,0.0,0.00213183363548005,0.5,0.153725174569888,0.0,0.0101301745103784,0.153725174569888,0.0,0.0059099168020847,0.153725174569888,0.0,0.0281083395777663,0.153725174569888,0.0,0.030186106974122,0.153725174569888,0.0,0.0330163852480511,0.153725174569888,0.0,0.00913007595754923,0.153725174569888,0.0,0.015994994306188,0.5,0.153725174569888,0.0,0.0175775946666586,0,0.0154499712260823,0.00750927529152843 -1706,0.5,0.153725174569888,0.0,0.0190571799080747,0.153725174569888,0.0,0.0456558926559703,0.153725174569888,0.0,0.00351884097035462,0.153725174569888,0.0,0.0315895195980573,0.153725174569888,0.0,0.00759196224878146,0.153725174569888,0.0,0.0075916059680058,0.153725174569888,0.0,0.025689995719596,0.153725174569888,0.0,0.0156097423701063,0.5,0.153725174569888,0.0,0.0057032128304317,0.153725174569888,0.0,0.00201659019482406,0.5,0.153725174569888,0.0,0.00724693723637368,0.153725174569888,0.0,0.00605438957061659,0.153725174569888,0.0,0.0199257030461819,0.153725174569888,0.0,0.0193960969507228,0.153725174569888,0.0,0.0335138243767496,0.153725174569888,0.0,0.00774609010658618,0.153725174569888,0.0,0.0130167271026525,0.5,0.153725174569888,0.0,0.0155579017018095,0,0.0227657836376262,0.00443511117303732 -1707,0.5,0.153725174569888,0.0,0.0236378493673427,0.153725174569888,0.0,0.0306052983408666,0.153725174569888,0.0,0.00216915126527273,0.153725174569888,0.0,0.024688304151939,0.153725174569888,0.0,0.00348133840146835,0.153725174569888,0.0,0.00674318348495209,0.153725174569888,0.0,0.0214179394330874,0.153725174569888,0.0,0.0136052826527132,0.5,0.153725174569888,0.0,0.00327604096192836,0.153725174569888,0.0,0.00125705946259688,0.5,0.153725174569888,0.0,0.00312402332798287,0.153725174569888,0.0,0.00728675982353717,0.153725174569888,0.0,0.017364856656389,0.153725174569888,0.0,0.0125525100910084,0.153725174569888,0.0,0.0256805625704031,0.153725174569888,0.0,0.00690916356700728,0.153725174569888,0.0,0.0117391744109952,0.5,0.153725174569888,0.0,0.00945829996457519,0,0.0263465779580531,0.00236065399856379 -1708,0.5,0.153725174569888,0.0,0.024780327295701,0.153725174569888,0.0,0.0177001510946424,0.153725174569888,0.0,0.0021428570251675,0.153725174569888,0.0,0.017334411560589,0.153725174569888,0.0,0.00201556453279087,0.153725174569888,0.0,0.00524244365055349,0.153725174569888,0.0,0.0164064890225253,0.153725174569888,0.0,0.00988782760781201,0.5,0.153725174569888,0.0,0.00141441231455373,0.153725174569888,0.0,0.000560604159822645,0.5,0.153725174569888,0.0,0.00122345222598078,0.153725174569888,0.0,0.00813935637309723,0.153725174569888,0.0,0.0193349572610423,0.153725174569888,0.0,0.00945118739990292,0.153725174569888,0.0,0.0158079432140979,0.153725174569888,0.0,0.00634131681902402,0.153725174569888,0.0,0.0101971809375082,0.5,0.153725174569888,0.0,0.00705619786500724,0,0.0296763026805486,0.00203719536897488 -1709,0.5,0.153725174569888,0.0,0.0193099318023721,0.153725174569888,0.0,0.0166226917720181,0.153725174569888,0.0,0.00273235766447248,0.153725174569888,0.0,0.0136792237838613,0.153725174569888,0.0,0.00120910104705676,0.153725174569888,0.0,0.00334265940140775,0.153725174569888,0.0,0.0119881494192503,0.153725174569888,0.0,0.00671055928494571,0.5,0.153725174569888,0.0,0.000815711425725087,0.153725174569888,0.0,0.000414414798500639,0.5,0.153725174569888,0.0,0.00165553720133527,0.153725174569888,0.0,0.00691836633778444,0.153725174569888,0.0,0.0214127637358246,0.153725174569888,0.0,0.00878306871574208,0.153725174569888,0.0,0.0109089550524368,0.153725174569888,0.0,0.005312815154847,0.153725174569888,0.0,0.00603493399674408,0.5,0.153725174569888,0.0,0.00615920750443035,0,0.0258977345806424,0.000899123636439603 -1710,0.5,0.153725174569888,0.0,0.0143257589941677,0.153725174569888,0.0,0.0234579531503293,0.153725174569888,0.0,0.00240578559099217,0.153725174569888,0.0,0.0134947678605095,0.153725174569888,0.0,0.00151927367436255,0.153725174569888,0.0,0.00278421465679958,0.153725174569888,0.0,0.00731883243302759,0.153725174569888,0.0,0.00487132032141489,0.5,0.153725174569888,0.0,0.000711901954582522,0.153725174569888,0.0,0.00206913965498208,0.5,0.153725174569888,0.0,0.00263186116080588,0.153725174569888,0.0,0.00519847793637133,0.153725174569888,0.0,0.0201065972046695,0.153725174569888,0.0,0.00832785276273213,0.153725174569888,0.0,0.0103305601864996,0.153725174569888,0.0,0.0030880920324379,0.153725174569888,0.0,0.00288543501759596,0.5,0.153725174569888,0.0,0.00477292556146931,0,0.02428237373719,0.000315443773617936 -1711,0.5,0.153725174569888,0.0,0.0136836685895224,0.153725174569888,0.0,0.0246164502969693,0.153725174569888,0.0,0.00236247825039402,0.153725174569888,0.0,0.0143180841591398,0.153725174569888,0.0,0.00235667213267161,0.153725174569888,0.0,0.00349390292635286,0.153725174569888,0.0,0.00574740100799706,0.153725174569888,0.0,0.00382098057428362,0.5,0.153725174569888,0.0,0.000701697678543406,0.153725174569888,0.0,0.00517344835871201,0.5,0.153725174569888,0.0,0.00435571867025023,0.153725174569888,0.0,0.00359529387195897,0.153725174569888,0.0,0.0177994127609062,0.153725174569888,0.0,0.00793284006056788,0.153725174569888,0.0,0.0107183799134074,0.153725174569888,0.0,0.00248686506855309,0.153725174569888,0.0,0.00226683871687484,0.5,0.153725174569888,0.0,0.00283957628345203,0,0.0286960616323002,0.000203955820914162 -1712,0.5,0.153725174569888,0.0821526061465023,0.0156997335329949,0.153725174569888,0.0556753308393386,0.0196920545833885,0.153725174569888,0.0704944429955332,0.00195371415949931,0.153725174569888,0.0914874410930172,0.0143018716281685,0.153725174569888,0.0355236504267905,0.00265816697915233,0.153725174569888,0.027456822682591,0.00295863457567402,0.153725174569888,0.0401869782061615,0.0061759970563042,0.153725174569888,0.0330661079319241,0.00346249493788072,0.5,0.153725174569888,0.0382470319456785,0.000583166910905852,0.153725174569888,0.0679283300883688,0.00573388541791642,0.5,0.153725174569888,0.0520500019898574,0.00314324874520526,0.153725174569888,0.0549562801666463,0.00303514157608595,0.153725174569888,0.0492017096160881,0.0160815598618994,0.153725174569888,0.039102523108569,0.00634140742707441,0.153725174569888,0.0545954094855385,0.0108705689812043,0.153725174569888,0.0525128473768836,0.002082564102644,0.153725174569888,0.0699696381748515,0.00272326858145453,0.5,0.153725174569888,0.086014484448205,0.00148633199470965,0,0.0325263434270113,0.00138859328266248 -1713,0.5,0.153725174569888,0.251475339577176,0.0199385773067869,0.153725174569888,0.225576949504588,0.0112812373957515,0.153725174569888,0.239618854310374,0.00160782884491969,0.153725174569888,0.26095045783457,0.0119976548240315,0.153725174569888,0.200829721611271,0.00257098956132572,0.153725174569888,0.190247074684022,0.00252437185875544,0.153725174569888,0.206670570317634,0.00592680128279336,0.153725174569888,0.197362927411903,0.00245995375723119,0.5,0.153725174569888,0.201764840869411,0.000422808754357701,0.153725174569888,0.236258142506107,0.00394160858235575,0.5,0.153725174569888,0.217496729439312,0.000708415777263063,0.153725174569888,0.221429184433077,0.00235053661214807,0.153725174569888,0.217664482353598,0.0124079910679382,0.153725174569888,0.205043967649105,0.00419968741634607,0.153725174569888,0.223756096061716,0.00983001134129614,0.153725174569888,0.221309804875337,0.00164951666314489,0.153725174569888,0.23949628385587,0.00325943972568061,0.5,0.153725174569888,0.256392600406956,0.00114839914355698,0,0.0344327218305759,0.0017795854210098 -1714,0.5,0.153725174569888,0.414146019774424,0.0253155062612958,0.153725174569888,0.390326503468376,0.00780593961801593,0.153725174569888,0.406962681683496,0.00233219638061578,0.153725174569888,0.425928798663875,0.0115264862744931,0.153725174569888,0.368722716500141,0.00293757782889156,0.153725174569888,0.357353920907097,0.0032397189143382,0.153725174569888,0.374117555246429,0.00374326213357898,0.153725174569888,0.366087099614212,0.00141091370034633,0.5,0.153725174569888,0.372135879893261,0.00021395998470712,0.153725174569888,0.409056524552493,0.00116910315191456,0.5,0.153725174569888,0.387625553663246,0.000103580134788369,0.153725174569888,0.393434578031316,0.000730028672225059,0.153725174569888,0.382027246278193,0.0100783291590643,0.153725174569888,0.371330044898328,0.00326019209906467,0.153725174569888,0.390853096860155,0.00764433436213339,0.153725174569888,0.391062392803082,0.00134162332642164,0.153725174569888,0.410245967699197,0.00265073247679132,0.5,0.153725174569888,0.428872813620839,0.00181369602454248,0,0.0366741514318722,0.000243917089734165 -1715,0.5,0.153725174569888,0.558703126380753,0.0380950425627622,0.153725174569888,0.542560051283995,0.00979417996411777,0.153725174569888,0.556738459886141,0.00758501462708092,0.153725174569888,0.566948640216112,0.0223554740259529,0.153725174569888,0.524805010908887,0.00708305931262547,0.153725174569888,0.515565540476906,0.00645534401849722,0.153725174569888,0.529099870968751,0.00502355797473804,0.153725174569888,0.52340794719325,0.00130997613206877,0.5,0.153725174569888,0.529482436474006,0.000147775440817429,0.153725174569888,0.560041795420619,0.00121375851695696,0.5,0.153725174569888,0.541428196329105,0.00018567395580198,0.153725174569888,0.546815236189202,0.000556835323588642,0.153725174569888,0.534645812194632,0.0162441884276632,0.153725174569888,0.527199782373637,0.00688006352782465,0.153725174569888,0.54392188105204,0.0106857264010949,0.153725174569888,0.54638978669912,0.00221544118841017,0.153725174569888,0.560909674427182,0.00344214703078309,0.5,0.153725174569888,0.574982598411384,0.00380501115543846,0,0.0439358074821668,0.00122888824879676 -1716,0.5,0.153725174569888,0.644916492144713,0.0609927530697577,0.153725174569888,0.640025805522775,0.0287176378754203,0.153725174569888,0.648971303792299,0.0160951487259704,0.153725174569888,0.648598643746563,0.0335704169927834,0.153725174569888,0.632555860945379,0.0191601168233104,0.153725174569888,0.627150103331566,0.00731697312214405,0.153725174569888,0.63493010182614,0.00729017073557507,0.153725174569888,0.631959799767589,0.000953493435209115,0.5,0.153725174569888,0.636414250491064,0.00017205067679062,0.153725174569888,0.653893955899301,0.00336599280309323,0.5,0.153725174569888,0.642757348198393,0.000340544638811651,0.153725174569888,0.646202138328686,0.000813712666024811,0.153725174569888,0.635537296693819,0.0291653566017389,0.153725174569888,0.631974481302434,0.0159657931113262,0.153725174569888,0.643408930995842,0.0225799775646744,0.153725174569888,0.647042581461337,0.00451686970054652,0.153725174569888,0.653760162608517,0.00497948999628206,0.5,0.153725174569888,0.661352813547372,0.00389074888063072,0,0.0472420866539804,0.00670020657200069 -1717,0.5,0.153725174569888,0.674610305702463,0.053170114639649,0.153725174569888,0.679006415913764,0.0409112284569196,0.153725174569888,0.684240449597928,0.0220742044178662,0.153725174569888,0.675033679038872,0.0359065791220107,0.153725174569888,0.680031543992043,0.030503680469838,0.153725174569888,0.678144267023819,0.0100014508599099,0.153725174569888,0.681030874197195,0.0145714599508739,0.153725174569888,0.680742087191574,0.0011600639769279,0.5,0.153725174569888,0.683999059017071,0.000180953679414445,0.153725174569888,0.690844899531503,0.0106928687968022,0.5,0.153725174569888,0.685154125629353,0.000177861199410513,0.153725174569888,0.687899006967634,0.00180360089198017,0.153725174569888,0.676646546129016,0.0401159568595337,0.153725174569888,0.677445494645722,0.0263150047714647,0.153725174569888,0.683417734951833,0.035076130446191,0.153725174569888,0.688898309297313,0.00671046413786045,0.153725174569888,0.689641704316275,0.00395230012472347,0.5,0.153725174569888,0.691847985338802,0.00143854925946631,0,0.0368705142865555,0.0192772897722932 -1718,0.5,0.153725174569888,0.654560334398458,0.0351435835215454,0.153725174569888,0.668775917653433,0.0421875091288521,0.153725174569888,0.670324919001315,0.0294477144048797,0.153725174569888,0.652203493694633,0.0349914616588145,0.153725174569888,0.677962405748854,0.0438363178159601,0.153725174569888,0.679531553164264,0.0149898079712346,0.153725174569888,0.678267063882875,0.0278668239216266,0.153725174569888,0.680640943599764,0.00241863017289514,0.5,0.153725174569888,0.682359681524493,0.000158503578760525,0.153725174569888,0.678251795975614,0.0128096725644213,0.5,0.153725174569888,0.677800554568792,2.81291601791618e-05,0.153725174569888,0.680408026822009,0.00434456781129673,0.153725174569888,0.668350156315894,0.0605965642664679,0.153725174569888,0.673244737884709,0.0422809044061771,0.153725174569888,0.674127350794532,0.0481260653886396,0.153725174569888,0.681565405513094,0.00998008131538712,0.153725174569888,0.676125319309334,0.00387092358509039,0.5,0.153725174569888,0.672404044817916,0.00040365746382075,0,0.0275731725054301,0.0338141491191086 -1719,0.5,0.153725174569888,0.571799834794236,0.0372748438634608,0.153725174569888,0.597793371412522,0.0684189696674006,0.153725174569888,0.594948758131222,0.028530092158759,0.153725174569888,0.567429251866269,0.025087016031888,0.153725174569888,0.61700292237808,0.0541340970201007,0.153725174569888,0.623970463415485,0.0184367606858655,0.153725174569888,0.617173650802486,0.0364678817912315,0.153725174569888,0.623795993947582,0.00307963384089149,0.5,0.153725174569888,0.622164932581208,0.000219373039657715,0.153725174569888,0.605692811087466,0.00761795115936016,0.5,0.153725174569888,0.611577883890848,0.00014353328303649,0.153725174569888,0.614771303960711,0.00480129856641462,0.153725174569888,0.59877524031347,0.0859118312887733,0.153725174569888,0.60948303314745,0.0592855475828437,0.153725174569888,0.604446908137976,0.0622251517596517,0.153725174569888,0.61455513086498,0.0115413983987543,0.153725174569888,0.601985549547852,0.00416510256612001,0.5,0.153725174569888,0.591519215414283,0.000468567511759873,0,0.0232171965784021,0.0464431104732484 -1720,0.5,0.153725174569888,0.436955425268183,0.0248110457926303,0.153725174569888,0.468065627188078,0.0665600081255191,0.153725174569888,0.461444234201602,0.030236735839885,0.153725174569888,0.430246981186131,0.0135604700009166,0.153725174569888,0.493581548290194,0.0603225716600601,0.153725174569888,0.505119129107411,0.022614639048568,0.153725174569888,0.494020271903345,0.0433174214279179,0.153725174569888,0.50474910224154,0.00483338929638443,0.5,0.153725174569888,0.501019890090419,0.00030663114298269,0.153725174569888,0.472553094252752,0.0051642339657927,0.5,0.153725174569888,0.484922707332315,0.000615218393005786,0.153725174569888,0.487578770997401,0.00522457921156103,0.153725174569888,0.470790401836431,0.0916829498351942,0.153725174569888,0.484828893131918,0.0640454162783204,0.153725174569888,0.475228391926687,0.0614209372028494,0.153725174569888,0.486446187346952,0.0111145802261832,0.153725174569888,0.468330751538708,0.00327268060918999,0.5,0.153725174569888,0.452694274819521,0.000330367666626191,0,0.0204214429848766,0.0523465109056914 -1721,0.5,0.153725174569888,0.198454080071753,0.00739476040034685,0.153725174569888,0.324088040981076,0.020822099494446,0.153725174569888,0.311272378173805,0.00693789037055698,0.153725174569888,0.190549453448863,0.00219597311317623,0.153725174569888,0.34828126535063,0.0271175104895966,0.153725174569888,0.35839709828956,0.0164831428048609,0.153725174569888,0.346710444494699,0.0251895498075571,0.153725174569888,0.356210827276028,0.00585353364507459,0.5,0.153725174569888,0.349731470350873,0.000375356623045079,0.153725174569888,0.314098384510553,0.00266051735234275,0.5,0.153725174569888,0.33090469796584,0.00117713612635153,0.153725174569888,0.330126283836263,0.00579999693335705,0.153725174569888,0.328530017187052,0.0544553517265458,0.153725174569888,0.34145215696373,0.0336283345218581,0.153725174569888,0.328399668721362,0.0199769672134401,0.153725174569888,0.335853641950634,0.00413179005936216,0.153725174569888,0.313336906549371,0.000801340330481648,0.5,0.153725174569888,0.293782295791687,0.000153410206433685,0,0.0186374893272707,0.0600350323163982 -1722,0.5,0.153725174569888,0.0,0.0119629873370986,0.153725174569888,0.0139491244749242,0.0251824437935252,0.153725174569888,0.00610043196840156,0.00848003889920661,0.153725174569888,0.0,0.00250420102396311,0.153725174569888,0.0503496078689171,0.0151386924168361,0.153725174569888,0.0639009547220789,0.00727755851516076,0.153725174569888,0.0489780189402236,0.0143757606799895,0.153725174569888,0.0521442347216169,0.00383590467372021,0.5,0.153725174569888,0.0516099585576246,0.000226703631291649,0.153725174569888,0.0366329499215431,0.00178687119958787,0.5,0.153725174569888,0.039588440595548,0.000687600675346294,0.153725174569888,0.0450725591888036,0.00505128543993333,0.153725174569888,0.0360788710216546,0.0412197875247302,0.153725174569888,0.0449310859075395,0.0199379816267209,0.153725174569888,0.0272826240896667,0.0186588409867651,0.153725174569888,0.0364069117694615,0.00523896668900402,0.153725174569888,0.0160977455285404,0.000599348402755428,0.5,0.153725174569888,0.00221799898280151,0.000337445190297402,0,0.0240321090040025,0.0663759747983174 -1723,0.5,0.153725174569888,0.0,0.0155485624932465,0.153725174569888,0.0,0.0269062934353301,0.153725174569888,0.0,0.00943306973054614,0.153725174569888,0.0,0.00346515737924812,0.153725174569888,0.0,0.012532865924561,0.153725174569888,0.0,0.00427691097751056,0.153725174569888,0.0,0.0053623101646212,0.153725174569888,0.0,0.00261118805143727,0.5,0.153725174569888,0.0,0.000473506939793492,0.153725174569888,0.0,0.00112779768692432,0.5,0.153725174569888,0.0,0.000546181538222138,0.153725174569888,0.0,0.00544359144936855,0.153725174569888,0.0,0.0448272562591316,0.153725174569888,0.0,0.0214564645151077,0.153725174569888,0.0,0.0128117743446656,0.153725174569888,0.0,0.00383907517789665,0.153725174569888,0.0,0.000610395161627574,0.5,0.153725174569888,0.0,0.000512201636985576,0,0.0355628224051957,0.0743622626437175 -1724,0.5,0.153725174569888,0.0,0.0203792088653775,0.153725174569888,0.0,0.0255740627184163,0.153725174569888,0.0,0.010277319355162,0.153725174569888,0.0,0.00655542850160622,0.153725174569888,0.0,0.0120659339944813,0.153725174569888,0.0,0.00209701583860488,0.153725174569888,0.0,0.00153119976599021,0.153725174569888,0.0,0.00155858983979892,0.5,0.153725174569888,0.0,0.00110023831356736,0.153725174569888,0.0,0.000606755905954909,0.5,0.153725174569888,0.0,0.000677177695382922,0.153725174569888,0.0,0.00387344002943582,0.153725174569888,0.0,0.0445365086760427,0.153725174569888,0.0,0.0222938576273274,0.153725174569888,0.0,0.0114310701988853,0.153725174569888,0.0,0.00226062193908497,0.153725174569888,0.0,0.000978129892213638,0.5,0.153725174569888,0.0,0.000519788235992126,0,0.0453797080699106,0.0972125166683093 -1725,0.5,0.153725174569888,0.0,0.0279444556675198,0.153725174569888,0.0,0.0235860980925912,0.153725174569888,0.0,0.0124074322808328,0.153725174569888,0.0,0.0112699813182326,0.153725174569888,0.0,0.0104079590507279,0.153725174569888,0.0,0.00219115361941831,0.153725174569888,0.0,0.00159671003084909,0.153725174569888,0.0,0.00134086406688339,0.5,0.153725174569888,0.0,0.00155091930210044,0.153725174569888,0.0,0.000355438721474297,0.5,0.153725174569888,0.0,0.000803763454276533,0.153725174569888,0.0,0.00264471512884347,0.153725174569888,0.0,0.0500227581560872,0.153725174569888,0.0,0.0234092172009515,0.153725174569888,0.0,0.0119501420436534,0.153725174569888,0.0,0.00166788105716686,0.153725174569888,0.0,0.00169223620696769,0.5,0.153725174569888,0.0,0.000641932002917488,0,0.0533267992893152,0.0755228408703574 -1726,0.5,0.153725174569888,0.0,0.0353643760860076,0.153725174569888,0.0,0.0278241655037191,0.153725174569888,0.0,0.0159092454912572,0.153725174569888,0.0,0.0203836958007924,0.153725174569888,0.0,0.00786177412415441,0.153725174569888,0.0,0.00281240360382566,0.153725174569888,0.0,0.00429462051012925,0.153725174569888,0.0,0.00218666218698478,0.5,0.153725174569888,0.0,0.00259013667080547,0.153725174569888,0.0,0.000448761023838807,0.5,0.153725174569888,0.0,0.000653134047608303,0.153725174569888,0.0,0.0019191059639315,0.153725174569888,0.0,0.0538908776567987,0.153725174569888,0.0,0.0224857802838741,0.153725174569888,0.0,0.0137173397479499,0.153725174569888,0.0,0.00255677961639022,0.153725174569888,0.0,0.00234350638243303,0.5,0.153725174569888,0.0,0.0013020374607002,0,0.0734914904701691,0.0744803275894761 -1727,0.5,0.153725174569888,0.0,0.0427172444147504,0.153725174569888,0.0,0.0240666869204675,0.153725174569888,0.0,0.0199444746989011,0.153725174569888,0.0,0.0272512104955016,0.153725174569888,0.0,0.00601381142028535,0.153725174569888,0.0,0.00218464718086978,0.153725174569888,0.0,0.00533922112757942,0.153725174569888,0.0,0.00302987886749971,0.5,0.153725174569888,0.0,0.00483472221913276,0.153725174569888,0.0,0.0005235242845385,0.5,0.153725174569888,0.0,0.000389066172773939,0.153725174569888,0.0,0.00156484569318179,0.153725174569888,0.0,0.0534597690510845,0.153725174569888,0.0,0.018660619719413,0.153725174569888,0.0,0.0161724819420599,0.153725174569888,0.0,0.00350364776627153,0.153725174569888,0.0,0.00193436346508763,0.5,0.153725174569888,0.0,0.00299557487419816,0,0.105481916867569,0.122808461980297 -1728,0.5,0.153725174569888,0.0,0.0468134326765409,0.153725174569888,0.0,0.029293134499105,0.153725174569888,0.0,0.0211293329291962,0.153725174569888,0.0,0.0310280609873088,0.153725174569888,0.0,0.00774091814566933,0.153725174569888,0.0,0.0016098868868068,0.153725174569888,0.0,0.00445893433091782,0.153725174569888,0.0,0.00256142888806868,0.5,0.153725174569888,0.0,0.00567301003407904,0.153725174569888,0.0,0.000481104868672852,0.5,0.153725174569888,0.0,0.000298342444349729,0.153725174569888,0.0,0.00136275639118195,0.153725174569888,0.0,0.0704749860519576,0.153725174569888,0.0,0.0328111121848917,0.153725174569888,0.0,0.018474892361164,0.153725174569888,0.0,0.00367710233101222,0.153725174569888,0.0,0.00119009674496492,0.5,0.153725174569888,0.0,0.00413064937448323,0,0.124900555995073,0.105695578566304 -1729,0.5,0.153725174569888,0.0,0.0530101953099493,0.153725174569888,0.0,0.0432807607804658,0.153725174569888,0.0,0.0214028046683275,0.153725174569888,0.0,0.0321963284435358,0.153725174569888,0.0,0.0124110692840153,0.153725174569888,0.0,0.00101321948982854,0.153725174569888,0.0,0.00368332640615483,0.153725174569888,0.0,0.00255185969052537,0.5,0.153725174569888,0.0,0.00630904457977678,0.153725174569888,0.0,0.000389335230402985,0.5,0.153725174569888,0.0,0.000468202705975256,0.153725174569888,0.0,0.00135497699846854,0.153725174569888,0.0,0.0828033496066294,0.153725174569888,0.0,0.0446908253252096,0.153725174569888,0.0,0.026158022488624,0.153725174569888,0.0,0.0042571706386519,0.153725174569888,0.0,0.00118376729522491,0.5,0.153725174569888,0.0,0.0048887036249541,0,0.163713803309294,0.117113907792661 -1730,0.5,0.153725174569888,0.0,0.062167345570315,0.153725174569888,0.0,0.0576058086343555,0.153725174569888,0.0,0.0187516006633362,0.153725174569888,0.0,0.0305578810265157,0.153725174569888,0.0,0.0129312841348434,0.153725174569888,0.0,0.000634228165766945,0.153725174569888,0.0,0.00402804992830601,0.153725174569888,0.0,0.00186537661215328,0.5,0.153725174569888,0.0,0.007165057983813,0.153725174569888,0.0,0.000352271113975059,0.5,0.153725174569888,0.0,0.000583368321396855,0.153725174569888,0.0,0.00138968157642098,0.153725174569888,0.0,0.099008838305484,0.153725174569888,0.0,0.0572200005741754,0.153725174569888,0.0,0.0290622501733676,0.153725174569888,0.0,0.00363191501767916,0.153725174569888,0.0,0.00167173583289457,0.5,0.153725174569888,0.0,0.00469740097103765,0,0.167488820135304,0.127299909930488 -1731,0.5,0.153725174569888,0.0,0.0678922589978789,0.153725174569888,0.0,0.0630256932531741,0.153725174569888,0.0,0.0188304833919742,0.153725174569888,0.0,0.0325329539522753,0.153725174569888,0.0,0.0139910320772155,0.153725174569888,0.0,0.000827795096631917,0.153725174569888,0.0,0.00382211125846632,0.153725174569888,0.0,0.000791168490895435,0.5,0.153725174569888,0.0,0.00585621613310068,0.153725174569888,0.0,0.000348861098518273,0.5,0.153725174569888,0.0,0.000353220430106784,0.153725174569888,0.0,0.00120451660242855,0.153725174569888,0.0,0.12155944802067,0.153725174569888,0.0,0.0674975168104007,0.153725174569888,0.0,0.0293444959058314,0.153725174569888,0.0,0.00212600651604042,0.153725174569888,0.0,0.00142432493348263,0.5,0.153725174569888,0.0,0.00467204109791712,0,0.228445928381702,0.136712348324561 -1732,0.5,0.153725174569888,0.0,0.0736687790023363,0.153725174569888,0.0,0.0812395595383979,0.153725174569888,0.0,0.0172034475926519,0.153725174569888,0.0,0.0363916887320443,0.153725174569888,0.0,0.0148058593688151,0.153725174569888,0.0,0.00109876897018036,0.153725174569888,0.0,0.00446814096705269,0.153725174569888,0.0,0.000782296354233012,0.5,0.153725174569888,0.0,0.00364989307817963,0.153725174569888,0.0,0.000222623009679201,0.5,0.153725174569888,0.0,0.000100566500439235,0.153725174569888,0.0,0.00100809245408375,0.153725174569888,0.0,0.139093557460676,0.153725174569888,0.0,0.0762067388577397,0.153725174569888,0.0,0.0319446068716913,0.153725174569888,0.0,0.00148052200145492,0.153725174569888,0.0,0.000629303015016014,0.5,0.153725174569888,0.0,0.00312220335727407,0,0.297237737629665,0.125496184107912 -1733,0.5,0.153725174569888,0.0,0.0769116120207665,0.153725174569888,0.0,0.0895639560120738,0.153725174569888,0.0,0.0155871909899084,0.153725174569888,0.0,0.0333585297421693,0.153725174569888,0.0,0.0153808015597853,0.153725174569888,0.0,0.00162142876533916,0.153725174569888,0.0,0.0051558953420713,0.153725174569888,0.0,0.000975502086545292,0.5,0.153725174569888,0.0,0.00213895648836957,0.153725174569888,0.0,0.000158481231771977,0.5,0.153725174569888,0.0,0.000534362181430414,0.153725174569888,0.0,0.000948099991120115,0.153725174569888,0.0,0.134838565205406,0.153725174569888,0.0,0.0762072059751336,0.153725174569888,0.0,0.0363095427212604,0.153725174569888,0.0,0.00149417924604449,0.153725174569888,0.0,0.00068510490066626,0.5,0.153725174569888,0.0,0.00185193964208402,0,0.343655084379987,0.105621586880967 -1734,0.5,0.153725174569888,0.0,0.0767371107303941,0.153725174569888,0.0,0.0725480263713202,0.153725174569888,0.0,0.0153046248539884,0.153725174569888,0.0,0.0307696389191826,0.153725174569888,0.0,0.0228514849641443,0.153725174569888,0.0,0.00178117320494264,0.153725174569888,0.0,0.00405099510971513,0.153725174569888,0.0,0.000931730644404739,0.5,0.153725174569888,0.0,0.00137077140458528,0.153725174569888,0.0,9.40200971040581e-05,0.5,0.153725174569888,0.0,0.00083193231401662,0.153725174569888,0.0,0.000694073054250578,0.153725174569888,0.0,0.12462037405106,0.153725174569888,0.0,0.0763062508213011,0.153725174569888,0.0,0.0386635198674327,0.153725174569888,0.0,0.00185034323815973,0.153725174569888,0.0,0.0012533642609006,0.5,0.153725174569888,0.0,0.00109942841216541,0,0.326582842051024,0.0838305207498836 -1735,0.5,0.153725174569888,0.0,0.077012674571952,0.153725174569888,0.0,0.0709064990782266,0.153725174569888,0.0,0.0137021899402709,0.153725174569888,5.61213285473908e-06,0.0292941765687241,0.153725174569888,0.0,0.0260113422690705,0.153725174569888,0.0,0.0027302442647164,0.153725174569888,0.0,0.00564024309831212,0.153725174569888,0.0,0.00148729906592566,0.5,0.153725174569888,0.0,0.0011740125505893,0.153725174569888,0.0,0.00012827228494885,0.5,0.153725174569888,0.0,0.000668756055108827,0.153725174569888,0.0,0.00083192787446671,0.153725174569888,0.0,0.11021861213565,0.153725174569888,0.0,0.073355597428001,0.153725174569888,0.0,0.0374076604167125,0.153725174569888,0.0,0.00180906397875498,0.153725174569888,0.0,0.00113090350643054,0.5,0.153725174569888,0.0,0.00090628846038644,0,0.338667897901086,0.0484709385593216 -1736,0.5,0.153725174569888,0.0763965924012364,0.07731554481191,0.153725174569888,0.0536955889039218,0.0739289075339991,0.153725174569888,0.0758910225917299,0.0124874705050513,0.153725174569888,0.0972230974523352,0.0281876564251198,0.153725174569888,0.0393550379156194,0.0231482973468633,0.153725174569888,0.0316672742386627,0.0034102493154964,0.153725174569888,0.0438611329046243,0.0070985489815122,0.153725174569888,0.0374066784965587,0.00115734117123001,0.5,0.153725174569888,0.0427296549255567,0.0014950174575651,0.153725174569888,0.0721064916929271,0.000258104520409403,0.5,0.153725174569888,0.0564061646627818,0.000379238723482442,0.153725174569888,0.0594062697921525,0.00133873357834198,0.153725174569888,0.0144926177431164,0.0897946055506599,0.153725174569888,0.0400928379115454,0.0704089163911818,0.153725174569888,0.0580266019617143,0.0352944395135117,0.153725174569888,0.0562107838431178,0.00152931665747494,0.153725174569888,0.0755053985309626,0.00097906504517045,0.5,0.153725174569888,0.0904049120985115,0.000630625988282189,0,0.337757760003607,0.0302963567114111 -1737,0.5,0.153725174569888,0.220543789485376,0.0784622232215149,0.153725174569888,0.202212047721266,0.0765766053213039,0.153725174569888,0.245589346222336,0.0130351262057595,0.153725174569888,0.266981823311852,0.0294510993036393,0.153725174569888,0.201612937385905,0.0259428117291381,0.153725174569888,0.19283681933762,0.00368448698331303,0.153725174569888,0.208554061226754,0.0057441089006217,0.153725174569888,0.201033858605517,0.000831093104334697,0.5,0.153725174569888,0.207047230560628,0.0019715795918833,0.153725174569888,0.240518216710708,9.92808815251468e-05,0.5,0.153725174569888,0.222036078794667,0.000462428549466419,0.153725174569888,0.226376172369063,0.00067623459748038,0.153725174569888,0.0423736269572367,0.077759639252067,0.153725174569888,0.183946942374344,0.0783495112746557,0.153725174569888,0.224077280873097,0.0393343533460155,0.153725174569888,0.223471397372918,0.00129733355822812,0.153725174569888,0.245886186492744,0.000855523495349704,0.5,0.153725174569888,0.260823647518432,0.000339730704823733,0,0.273821452606199,0.00775811985923412 -1738,0.5,0.153725174569888,0.346134184592886,0.105309726250507,0.153725174569888,0.32738363895524,0.117325936894728,0.153725174569888,0.410544984544035,0.0180044885249599,0.153725174569888,0.429791365784864,0.058773782507239,0.153725174569888,0.364636965595876,0.0333145189495198,0.153725174569888,0.35884014217987,0.00528717181891741,0.153725174569888,0.374152056233829,0.0067984942712488,0.153725174569888,0.369120211087972,0.00115581588857691,0.5,0.153725174569888,0.376745608067893,0.00105267613673244,0.153725174569888,0.414179571632468,2.60997758535025e-05,0.5,0.153725174569888,0.393078209566396,0.000437793167917475,0.153725174569888,0.399610216632201,0.00121243350116904,0.153725174569888,0.0529276291669582,0.0727662794136649,0.153725174569888,0.297881057547046,0.100486703737004,0.153725174569888,0.386204473426837,0.0592141850042675,0.153725174569888,0.390940611609626,0.000967131437054203,0.153725174569888,0.416524327762952,0.00061174243084698,0.5,0.153725174569888,0.432185896522549,0.000143659336552839,0,0.181051726341279,0.0059699373672659 -1739,0.5,0.153725174569888,0.443657807964005,0.140020471041749,0.153725174569888,0.327353339991082,0.234841094448848,0.153725174569888,0.55710714004117,0.029312092817296,0.153725174569888,0.56939277391691,0.0850240710985348,0.153725174569888,0.515880803173635,0.0853765391144588,0.153725174569888,0.515232799124212,0.0215743988539033,0.153725174569888,0.528095925851051,0.0199340250252508,0.153725174569888,0.525393451754163,0.00227965366390594,0.5,0.153725174569888,0.532864690026867,0.00045915562976386,0.153725174569888,0.56488888050112,0.000126153276145187,0.5,0.153725174569888,0.547118157997858,0.000545011396854692,0.153725174569888,0.554120875059079,0.000791943010460449,0.153725174569888,0.083185992071215,0.079635779004333,0.153725174569888,0.323101004781938,0.13901700240612,0.153725174569888,0.535382327811754,0.126715404467381,0.153725174569888,0.543333574790262,0.00190696414635118,0.153725174569888,0.565786539196265,0.00115450225355908,0.5,0.153725174569888,0.577283271397667,0.00061475541695756,0,0.124281221820956,0.0160503734282128 -1740,0.5,0.153725174569888,0.485674797844937,0.160688601032991,0.153725174569888,0.118529010257885,0.184681356204155,0.153725174569888,0.647810983256878,0.0376308979954809,0.153725174569888,0.651098843489224,0.099603118686903,0.153725174569888,0.619009449627938,0.138739924743767,0.153725174569888,0.624943580108963,0.0379877612371496,0.153725174569888,0.632877582490856,0.052465501458183,0.153725174569888,0.632856321282757,0.0063863918246248,0.5,0.153725174569888,0.638526996000778,0.000300606585915256,0.153725174569888,0.659083990436397,0.00069964401949335,0.5,0.153725174569888,0.646946931729876,0.00185545909846621,0.153725174569888,0.653362707647713,0.00234619042142996,0.153725174569888,0.176840638446024,0.121879449847068,0.153725174569888,0.323166184424465,0.168125047597186,0.153725174569888,0.631275578221181,0.170152716500188,0.153725174569888,0.641981998560239,0.00754239936155225,0.153725174569888,0.657391056095009,0.00289545494748924,0.5,0.153725174569888,0.663604050810366,0.0010660592181029,0,0.0998645498042721,0.0570133925534814 -1741,0.5,0.153725174569888,0.462635884351598,0.1752062995441,0.153725174569888,0.0729977853028056,0.173396340132253,0.153725174569888,0.681375506103727,0.053571262669417,0.153725174569888,0.677821969245751,0.112492395083399,0.153725174569888,0.650617408998551,0.19050886890004,0.153725174569888,0.675083116307586,0.0693757739649709,0.153725174569888,0.67836560589821,0.100411930593891,0.153725174569888,0.680900051221965,0.0176686811816651,0.5,0.153725174569888,0.685469013148423,0.000922379940402394,0.153725174569888,0.696193842663984,0.00187636565001886,0.5,0.153725174569888,0.689217213003885,0.00640827283037196,0.153725174569888,0.694655843975824,0.00388444268757528,0.153725174569888,0.258411615821141,0.21763168722458,0.153725174569888,0.267010085528661,0.191733139300585,0.153725174569888,0.658903590045829,0.212564138001647,0.153725174569888,0.682794870278495,0.0220287397574405,0.153725174569888,0.692430065483619,0.00819023428186782,0.5,0.153725174569888,0.692026128494107,0.0022268186319616,0,0.13770349369574,0.164925954522133 -1742,0.5,0.153725174569888,0.434148153323979,0.203915327593609,0.153725174569888,0.0747979995593802,0.18640444268326,0.153725174569888,0.666274346510637,0.0682986693567284,0.153725174569888,0.65502400984388,0.118771438703562,0.153725174569888,0.630830263786757,0.227038686701327,0.153725174569888,0.676065585411323,0.0952825712870848,0.153725174569888,0.67499701542822,0.147299717095062,0.153725174569888,0.680704078691694,0.0290719069251293,0.5,0.153725174569888,0.683454488302681,0.00342954411800825,0.153725174569888,0.679309322063414,0.00211221758129275,0.5,0.153725174569888,0.682342013172098,0.0128689851656448,0.153725174569888,0.686182951876545,0.00346472238769663,0.153725174569888,0.294998806991014,0.352838002378787,0.153725174569888,0.209845264686793,0.209590990421299,0.153725174569888,0.619737476188699,0.2361026061514,0.153725174569888,0.675379896301717,0.0402236151593469,0.153725174569888,0.678544193512641,0.018785812182833,0.5,0.153725174569888,0.672982998542362,0.00378558764832114,0,0.216164499319451,0.385167934518664 -1743,0.5,0.153725174569888,0.333753801537713,0.253442964335402,0.153725174569888,0.0645305555624719,0.189766040362944,0.153725174569888,0.59003928664074,0.094074607616115,0.153725174569888,0.569542684144746,0.132157947728805,0.153725174569888,0.569174806777272,0.270631831895566,0.153725174569888,0.620110438255566,0.109539312925752,0.153725174569888,0.613009149244399,0.177533974428104,0.153725174569888,0.624424655183698,0.0357068525410984,0.5,0.153725174569888,0.625011838396865,0.00847396796675415,0.153725174569888,0.608398863357713,0.00231118081481091,0.5,0.153725174569888,0.616776963303301,0.0238679838247013,0.153725174569888,0.619214051029406,0.00435622072512694,0.153725174569888,0.219132124305974,0.51867078653879,0.153725174569888,0.154659124781408,0.25531392425493,0.153725174569888,0.513871242028038,0.236607570499057,0.153725174569888,0.609048480608138,0.058527041661975,0.153725174569888,0.604210681094926,0.0307692425464408,0.5,0.153725174569888,0.592647142487834,0.00722699714017801,0,0.310796394735266,0.668287787655698 -1744,0.5,0.153725174569888,0.242187142382364,0.281836492564127,0.153725174569888,0.1168913276637,0.287414499509153,0.153725174569888,0.45630352337144,0.107050169996126,0.153725174569888,0.431187256666433,0.127275881235521,0.153725174569888,0.429103448262436,0.313630848251931,0.153725174569888,0.501533893080343,0.136780225484173,0.153725174569888,0.48945618554695,0.188032922947646,0.153725174569888,0.505668127757689,0.0433678217658638,0.5,0.153725174569888,0.503944968295814,0.0111093612945801,0.153725174569888,0.476024608945413,0.00433870865224333,0.5,0.153725174569888,0.489265318902738,0.0338020872349823,0.153725174569888,0.492479750298711,0.0103907487376472,0.153725174569888,0.120390211489695,0.639178525397285,0.153725174569888,0.0979020396086379,0.350970346662278,0.153725174569888,0.384459209270685,0.219416628338517,0.153725174569888,0.48161900942559,0.0714411063570689,0.153725174569888,0.470010749319689,0.0362839370494604,0.5,0.153725174569888,0.455101968457178,0.0128500399714416,0,0.455317045859945,0.923134095607388 -1745,0.5,0.153725174569888,0.117262546716694,0.25116438454564,0.153725174569888,0.0420722924928957,0.280221254986817,0.153725174569888,0.30622854083002,0.048448847444236,0.153725174569888,0.21190546149494,0.0473299316286453,0.153725174569888,0.262644444503294,0.233936613313231,0.153725174569888,0.355381123782896,0.0857766227866291,0.153725174569888,0.342610063726382,0.119504081899122,0.153725174569888,0.35701100339508,0.0415076464344414,0.5,0.153725174569888,0.35125855436723,0.00597132072943135,0.153725174569888,0.3187543489368,0.00578669194990191,0.5,0.153725174569888,0.33387206658882,0.0264103079554906,0.153725174569888,0.335056353129319,0.00973530507191962,0.153725174569888,0.0466802040970935,0.768376506951256,0.153725174569888,0.0411113495497483,0.420003565621193,0.153725174569888,0.256304791607821,0.159340046094782,0.153725174569888,0.331613411303146,0.0326716606933472,0.153725174569888,0.314258312270941,0.0165065934821268,0.5,0.153725174569888,0.296323522172679,0.0058981644182624,0,0.572182121544598,0.988060937652019 -1746,0.5,0.153725174569888,0.000131464095574936,0.25816593838921,0.153725174569888,0.00767137972485095,0.345636575501926,0.153725174569888,0.0115315255808229,0.0573753030725615,0.153725174569888,0.0,0.0578891345736326,0.153725174569888,0.0386298403059245,0.19043724614688,0.153725174569888,0.068333562878002,0.0651237533886309,0.153725174569888,0.05256012058124,0.101442260836068,0.153725174569888,0.0558295606366778,0.0294831391431399,0.5,0.153725174569888,0.055245815799301,0.00721924256176016,0.153725174569888,0.0406770858675912,0.00287699846087524,0.5,0.153725174569888,0.0430783622935646,0.0126596559319411,0.153725174569888,0.0493757577188283,0.0070962630747373,0.153725174569888,0.00690246106938011,0.797184844816219,0.153725174569888,0.00840373946324894,0.439281226513702,0.153725174569888,0.0287804470922571,0.15996119303555,0.153725174569888,0.0390111777448953,0.035686844945933,0.153725174569888,0.0215947365900648,0.0132389363776207,0.5,0.153725174569888,0.0056970442407192,0.00458358457918048,0,0.639459777073444,1.00298541022893 -1747,0.5,0.153725174569888,0.0,0.302453347361247,0.153725174569888,0.0,0.448623193546815,0.153725174569888,0.0,0.0740644167755595,0.153725174569888,0.0,0.071163508714115,0.153725174569888,0.0,0.209858710711026,0.153725174569888,0.0,0.0899583275720304,0.153725174569888,0.0,0.116334357268189,0.153725174569888,0.0,0.0265532090764842,0.5,0.153725174569888,0.0,0.0129503321126349,0.153725174569888,0.0,0.00170109695075295,0.5,0.153725174569888,0.0,0.016278112316052,0.153725174569888,0.0,0.00614764297866195,0.153725174569888,0.0,0.837069315448708,0.153725174569888,0.0,0.546226824590774,0.153725174569888,0.0,0.205034231339545,0.153725174569888,0.0,0.0390459451390976,0.153725174569888,0.0,0.0154141668830727,0.5,0.153725174569888,0.0,0.0039979595631103,0,0.746075859270461,1.00629039224588 -1748,0.5,0.153725174569888,0.0,0.387029533740457,0.153725174569888,0.0,0.651770365192362,0.153725174569888,0.0,0.0844043182288333,0.153725174569888,0.0,0.0879400317039115,0.153725174569888,0.0,0.295720064944915,0.153725174569888,0.0,0.12066840728986,0.153725174569888,0.0,0.137933916599825,0.153725174569888,0.0,0.0328335635345124,0.5,0.153725174569888,0.0,0.0112456375973132,0.153725174569888,0.0,0.00200496084134034,0.5,0.153725174569888,0.0,0.0262989642611479,0.153725174569888,0.0,0.0053219346201604,0.153725174569888,0.0,0.925746465448061,0.153725174569888,0.0,0.680598820998411,0.153725174569888,0.0,0.278488009274957,0.153725174569888,0.0,0.0392077402315303,0.153725174569888,0.0,0.0212977381684088,0.5,0.153725174569888,0.0,0.00521375471373297,0,0.895791852878051,1.00806217046784 -1749,0.5,0.153725174569888,0.0,0.495268961598363,0.153725174569888,0.0,0.821475398535848,0.153725174569888,0.0,0.107118006825115,0.153725174569888,0.0,0.116668909368457,0.153725174569888,0.0,0.453358377805667,0.153725174569888,0.0,0.155845481157495,0.153725174569888,0.0,0.179379633095385,0.153725174569888,0.0,0.0493863052955304,0.5,0.153725174569888,0.0,0.0171439906242252,0.153725174569888,0.0,0.00593883822602579,0.5,0.153725174569888,0.0,0.0281699505043941,0.153725174569888,0.0,0.00837522130933917,0.153725174569888,0.0,0.973475146643566,0.153725174569888,0.0,0.787756937939588,0.153725174569888,0.0,0.400686474243064,0.153725174569888,0.0,0.053833376348456,0.153725174569888,0.0,0.0239304199221759,0.5,0.153725174569888,0.0,0.0118451513000033,0,0.995512346534604,1.00913517686165 -1750,0.5,0.153725174569888,0.0,0.61229345097348,0.153725174569888,0.0,0.944213324757831,0.153725174569888,0.0,0.15190265219788,0.153725174569888,0.0,0.163854468286651,0.153725174569888,0.0,0.618197496335808,0.153725174569888,0.0,0.225063540504893,0.153725174569888,0.0,0.249830661518069,0.153725174569888,0.0,0.0704314139604109,0.5,0.153725174569888,0.0,0.0243994822123526,0.153725174569888,0.0,0.0189673897298447,0.5,0.153725174569888,0.0,0.0382942395962951,0.153725174569888,0.0,0.0123072969327626,0.153725174569888,0.0,0.998359911220186,0.153725174569888,0.0,0.865753672452135,0.153725174569888,0.0,0.547916352681313,0.153725174569888,0.0,0.0716587922259155,0.153725174569888,0.0,0.0358276424071106,0.5,0.153725174569888,0.0,0.0254379350728144,0,1.00924474843183,1.01001971527618 -1751,0.5,0.153725174569888,0.0,0.70465848220146,0.153725174569888,0.0,1.01350545862264,0.153725174569888,0.0,0.223649572743863,0.153725174569888,0.0,0.217491136532631,0.153725174569888,0.0,0.770241575609914,0.153725174569888,0.0,0.338199724029708,0.153725174569888,0.0,0.362492525707676,0.153725174569888,0.0,0.100970288637864,0.5,0.153725174569888,0.0,0.0264782115430805,0.153725174569888,0.0,0.0308357388264692,0.5,0.153725174569888,0.0,0.06134733654625,0.153725174569888,0.0,0.023230631851805,0.153725174569888,0.0,1.00754765955591,0.153725174569888,0.0,0.919352227826361,0.153725174569888,0.0,0.692653583178472,0.153725174569888,0.0,0.100915572589885,0.153725174569888,0.0,0.048108668411093,0.5,0.153725174569888,0.0,0.0344659962654524,0,1.01021240418706,1.01009464932047 -1752,0.5,0.153725174569888,0.0,0.785582805357963,0.153725174569888,0.0,1.0190128595731,0.153725174569888,0.0,0.328647237453455,0.153725174569888,0.0,0.312910351720447,0.153725174569888,0.0,0.828510562675886,0.153725174569888,0.0,0.450800259733816,0.153725174569888,0.0,0.560104819564866,0.153725174569888,0.0,0.142641680794052,0.5,0.153725174569888,0.0,0.0352952874101692,0.153725174569888,0.0,0.0381714318113866,0.5,0.153725174569888,0.0,0.0735390497017076,0.153725174569888,0.0,0.0301153395484842,0.153725174569888,0.0,1.00711095705406,0.153725174569888,0.0,0.929835288529673,0.153725174569888,0.0,0.812115779706933,0.153725174569888,0.0,0.150949840338812,0.153725174569888,0.0,0.0642582457299742,0.5,0.153725174569888,0.0,0.0462685593860903,0,1.01026214990876,1.00971168996145 -1753,0.5,0.153725174569888,0.0,0.862508424666216,0.153725174569888,0.0,1.0130000080667,0.153725174569888,0.0,0.477489521836274,0.153725174569888,0.0,0.435301351642678,0.153725174569888,0.0,0.841490968923915,0.153725174569888,0.0,0.542301785253756,0.153725174569888,0.0,0.728503632601806,0.153725174569888,0.0,0.193857294785606,0.5,0.153725174569888,0.0,0.0434511973958336,0.153725174569888,0.0,0.0635416456423382,0.5,0.153725174569888,0.0,0.0942055745147149,0.153725174569888,0.0,0.036452900907432,0.153725174569888,0.0,0.988289823062464,0.153725174569888,0.0,0.914483726918281,0.153725174569888,0.0,0.914973745007597,0.153725174569888,0.0,0.222662846148997,0.153725174569888,0.0,0.0796103215449983,0.5,0.153725174569888,0.0,0.0668962716056659,0,1.01024466326739,1.00995048869411 -1754,0.5,0.153725174569888,0.0,0.917861708189971,0.153725174569888,0.0,0.969755284679117,0.153725174569888,0.0,0.630324991109983,0.153725174569888,0.0,0.580671577905936,0.153725174569888,0.0,0.767811167799585,0.153725174569888,0.0,0.595905164254864,0.153725174569888,0.0,0.851489130624783,0.153725174569888,0.0,0.270958172739713,0.5,0.153725174569888,0.0,0.0523415438200258,0.153725174569888,0.0,0.0909215830176722,0.5,0.153725174569888,0.0,0.113131288167356,0.153725174569888,0.0,0.0561752679832676,0.153725174569888,0.0,0.948070829211496,0.153725174569888,0.0,0.907844974879027,0.153725174569888,0.0,0.9378650537378,0.153725174569888,0.0,0.336092470794036,0.153725174569888,0.0,0.0936160825263708,0.5,0.153725174569888,0.0,0.0895504497012848,0,1.00956977851445,1.01056231584749 -1755,0.5,0.153725174569888,0.0,0.949816736655248,0.153725174569888,0.0,0.964489595873959,0.153725174569888,0.0,0.763722298635697,0.153725174569888,0.0,0.733184602358556,0.153725174569888,0.0,0.741685974541884,0.153725174569888,0.0,0.526639497555157,0.153725174569888,0.0,0.878070201168151,0.153725174569888,0.0,0.336422417991968,0.5,0.153725174569888,0.0,0.0643655877809332,0.153725174569888,0.0,0.141457737137712,0.5,0.153725174569888,0.0,0.146444343361318,0.153725174569888,0.0,0.0704180606210616,0.153725174569888,0.0,0.905312636378243,0.153725174569888,0.0,0.915306587192281,0.153725174569888,0.0,0.921491830015329,0.153725174569888,0.0,0.439148354655392,0.153725174569888,0.0,0.127268426746808,0.5,0.153725174569888,0.0,0.118762870171037,0,1.00965820048113,1.01007726949836 -1756,0.5,0.153725174569888,0.0,0.929189850628738,0.153725174569888,0.0,0.985666518790504,0.153725174569888,0.0,0.841937599959058,0.153725174569888,0.0,0.83076847725373,0.153725174569888,0.0,0.838627843158482,0.153725174569888,0.0,0.472831495558048,0.153725174569888,0.0,0.788820706682122,0.153725174569888,0.0,0.418500331160232,0.5,0.153725174569888,0.0,0.0939257470791001,0.153725174569888,0.0,0.147239306907742,0.5,0.153725174569888,0.0,0.194891581648423,0.153725174569888,0.0,0.0839731694928345,0.153725174569888,0.0,0.934856966618797,0.153725174569888,0.0,0.940228821269851,0.153725174569888,0.0,0.916726891638659,0.153725174569888,0.0,0.474679924739764,0.153725174569888,0.0,0.188942805923672,0.5,0.153725174569888,0.0,0.13875442422726,0,1.00704613577773,1.0104326351577 -1757,0.5,0.153725174569888,0.0,0.882044001346891,0.153725174569888,0.0,1.01307440198479,0.153725174569888,0.0,0.865196632033088,0.153725174569888,0.0,0.900415901669866,0.153725174569888,0.0,0.90860902717618,0.153725174569888,0.0,0.558983754836214,0.153725174569888,0.0,0.863718072010834,0.153725174569888,0.0,0.458115266471279,0.5,0.153725174569888,0.0,0.124512967213744,0.153725174569888,0.0,0.171941205576123,0.5,0.153725174569888,0.0,0.277079787674335,0.153725174569888,0.0,0.106367817349031,0.153725174569888,0.0,0.974647929921178,0.153725174569888,0.0,0.971282974328589,0.153725174569888,0.0,0.95211275037242,0.153725174569888,0.0,0.524866356667723,0.153725174569888,0.0,0.261866136090158,0.5,0.153725174569888,0.0,0.195218639272558,0,1.00577245806816,1.0109903677482 -1758,0.5,0.153725174569888,0.0,0.856854468388371,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.84478915495149,0.153725174569888,0.0,0.897114252185946,0.153725174569888,0.0,0.974848544965205,0.153725174569888,0.0,0.578308879618429,0.153725174569888,0.0,0.848347055517416,0.153725174569888,0.0,0.516377180418819,0.5,0.153725174569888,0.0,0.145088609922525,0.153725174569888,0.0,0.225936727523365,0.5,0.153725174569888,0.0,0.377282421339712,0.153725174569888,0.0,0.132438313782156,0.153725174569888,0.0,1.00407659107505,0.153725174569888,0.0,0.989202682119525,0.153725174569888,0.0,0.991934390186889,0.153725174569888,0.0,0.598064153860255,0.153725174569888,0.0,0.36886823041517,0.5,0.153725174569888,0.0,0.250058710500612,0,0.981565722989224,1.01107468254783 -1759,0.5,0.153725174569888,0.0,0.881765069811077,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.868583191746272,0.153725174569888,8.32887098520126e-06,0.918369591127963,0.153725174569888,0.0,0.908901420474128,0.153725174569888,0.0,0.639767435693249,0.153725174569888,0.0,0.886400104801006,0.153725174569888,0.0,0.558328247725943,0.5,0.153725174569888,0.0,0.177890697003157,0.153725174569888,0.0,0.258266236220402,0.5,0.153725174569888,0.0,0.517444770068455,0.153725174569888,0.0,0.181324026359982,0.153725174569888,0.0,1.00176223066997,0.153725174569888,0.0,0.968761021011774,0.153725174569888,0.0,1.01097069657358,0.153725174569888,0.0,0.62885206808307,0.153725174569888,0.0,0.518685641876214,0.5,0.153725174569888,0.0,0.319320484295931,0,0.968807785845109,1.01039919483954 -1760,0.5,0.153725174569888,0.00508716154389895,0.938812493353922,0.153725174569888,0.0056226106872276,1.00530770830128,0.153725174569888,0.00592260535016978,0.90093950771015,0.153725174569888,0.00961654674044367,0.974712002799791,0.153725174569888,0.00190878313205312,0.896111744538157,0.153725174569888,0.00187159050169834,0.639128632456167,0.153725174569888,0.00175481833711168,0.932637709794928,0.153725174569888,0.000690081087401774,0.530973327079152,0.5,0.153725174569888,0.016652841592952,0.227491997092722,0.153725174569888,0.0604295687186943,0.278720065867731,0.5,0.153725174569888,0.0417562365785439,0.66121022159217,0.153725174569888,0.0515375668825752,0.236927962250071,0.153725174569888,0.0190682224674054,0.987220219171546,0.153725174569888,0.00730519969089646,0.938518623318327,0.153725174569888,0.00210839441340283,1.00906006659067,0.153725174569888,0.0017734336661175,0.658812124202439,0.153725174569888,0.0290908376677711,0.704556380647282,0.5,0.153725174569888,0.0673413459306001,0.443222505875477,0,1.01028803498907,1.00989108828708 -1761,0.5,0.153725174569888,0.0189440455369672,1.00891486784353,0.153725174569888,0.0496325782096602,1.00368483108303,0.153725174569888,0.0345992288608342,0.931696841053924,0.153725174569888,0.0331982293616094,1.00296864176164,0.153725174569888,0.0391818917359551,0.817173221712384,0.153725174569888,0.015488570717764,0.606215869207121,0.153725174569888,0.0085664158896514,0.934151327591788,0.153725174569888,0.00994606237966276,0.569566961506095,0.5,0.153725174569888,0.0232675986044288,0.288978709992218,0.153725174569888,0.190102280182554,0.464678301012732,0.5,0.153725174569888,0.0854637388112394,0.794078349103839,0.153725174569888,0.181229361720477,0.357908623912121,0.153725174569888,0.136151613910188,1.00145563640922,0.153725174569888,0.0957984287307544,0.981311950132471,0.153725174569888,0.0273625196329944,1.00085084529426,0.153725174569888,0.0190420813613237,0.691243560721549,0.153725174569888,0.0566194586124913,0.809470514367099,0.5,0.153725174569888,0.184527878416032,0.721342034300947,0,1.01027526367572,1.01126183273575 -1762,0.5,0.153725174569888,0.0605657747745507,1.01171698126134,0.153725174569888,0.212787104232576,1.02173913043478,0.153725174569888,0.0524368957094818,0.963502519555218,0.153725174569888,0.0606660671040893,1.01851845291046,0.153725174569888,0.240808089621283,0.936652303339309,0.153725174569888,0.0462558139037021,0.564218322882054,0.153725174569888,0.0347763641490877,0.895935269871578,0.153725174569888,0.0271928574045334,0.622643907305501,0.5,0.153725174569888,0.0373610381782056,0.318669972672027,0.153725174569888,0.327595260948693,0.822498127793672,0.5,0.153725174569888,0.0382324480987991,0.770265694914033,0.153725174569888,0.274961822917565,0.554728670375533,0.153725174569888,0.28937524886158,1.01202433893226,0.153725174569888,0.206718103736537,1.00529113913738,0.153725174569888,0.100517623929704,0.996531929273525,0.153725174569888,0.0463028131333952,0.721954830852515,0.153725174569888,0.0574888111081809,0.815734074274112,0.5,0.153725174569888,0.290238194282583,0.92588710773233,0,1.01025034818997,1.0112833263955 -1763,0.5,0.153725174569888,0.135144337742694,1.01794955058158,0.153725174569888,0.353944634354712,1.02173913043478,0.153725174569888,0.0911780026464249,0.970902338676336,0.153725174569888,0.0450612649207665,1.02007671719753,0.153725174569888,0.361651487204864,0.983363312689118,0.153725174569888,0.136168116382717,0.623731156501851,0.153725174569888,0.155464149760866,0.880316323727771,0.153725174569888,0.0519610319315188,0.612194099429102,0.5,0.153725174569888,0.0833032018608031,0.372428018911692,0.153725174569888,0.381274405521099,0.952190903876249,0.5,0.153725174569888,0.027222297529789,0.710168238810013,0.153725174569888,0.263625207275768,0.670575127194605,0.153725174569888,0.371814773328838,1.01153113934941,0.153725174569888,0.353923726593485,1.00798352385948,0.153725174569888,0.223061258707287,1.00997488401658,0.153725174569888,0.0683941061302995,0.739183350025689,0.153725174569888,0.0766649073389611,0.819994839465923,0.5,0.153725174569888,0.275951488406504,0.999815283412485,0,1.01028803498907,1.01135011415082 -1764,0.5,0.153725174569888,0.236873575570799,1.02008972071115,0.153725174569888,0.517461110024458,1.02173913043478,0.153725174569888,0.133232980127046,0.984070974370151,0.153725174569888,0.088543093906835,1.00919087024249,0.153725174569888,0.427909751811073,0.980442895140047,0.153725174569888,0.159339909709153,0.614131413013804,0.153725174569888,0.285102546807715,0.890110638066303,0.153725174569888,0.08036234441446,0.580012097243878,0.5,0.153725174569888,0.134533789942798,0.39680545246463,0.153725174569888,0.287897348092834,0.953108465512415,0.5,0.153725174569888,0.0545500934294633,0.687966938639955,0.153725174569888,0.192996268702335,0.697495374633768,0.153725174569888,0.26240574353788,1.00846574527616,0.153725174569888,0.44107041876738,1.00738309288501,0.153725174569888,0.284109839785475,1.00920191654005,0.153725174569888,0.102761245443481,0.701972630090099,0.153725174569888,0.0979633610527525,0.846425948654787,0.5,0.153725174569888,0.16660244090525,0.977030558075271,0,1.00992920323327,1.00252737065817 -1765,0.5,0.153725174569888,0.331452378095644,1.01988619693293,0.153725174569888,0.253298054973474,1.02173913043478,0.153725174569888,0.15474318782393,0.995960283269715,0.153725174569888,0.176403425404335,1.01276752247746,0.153725174569888,0.464093456363865,0.957604776702809,0.153725174569888,0.153769081680785,0.593893682103575,0.153725174569888,0.24238251610244,0.795180751020959,0.153725174569888,0.0745970132749743,0.495112442902871,0.5,0.153725174569888,0.150695018772823,0.386218775066817,0.153725174569888,0.125776638296972,0.918801720542317,0.5,0.153725174569888,0.0877575428765175,0.701525708116504,0.153725174569888,0.0884498999101538,0.569659498994096,0.153725174569888,0.189658176565209,1.00129256791878,0.153725174569888,0.473360279524062,0.999631243046547,0.153725174569888,0.405182010933958,1.01077323544131,0.153725174569888,0.114580046178376,0.632448872520102,0.153725174569888,0.106793479018546,0.87081007507752,0.5,0.153725174569888,0.132834098674461,0.96488025198528,0,1.01028803498907,0.970198321527314 -1766,0.5,0.153725174569888,0.388596759427591,1.01812462011047,0.153725174569888,0.235022388237551,1.02173913043478,0.153725174569888,0.182240961322508,0.979365119515884,0.153725174569888,0.206147827374937,1.01597820322478,0.153725174569888,0.490689445886911,0.931406156183037,0.153725174569888,0.120426621209304,0.523145869882756,0.153725174569888,0.238366243289193,0.770668549921916,0.153725174569888,0.0721465949818294,0.410756735751259,0.5,0.153725174569888,0.139721148877501,0.363043670505218,0.153725174569888,0.0622394219420711,0.859801603870992,0.5,0.153725174569888,0.10239354366742,0.704446755908401,0.153725174569888,0.0412661256489386,0.446569407111466,0.153725174569888,0.20597537566666,0.988925770988168,0.153725174569888,0.449555597762734,0.974362991699536,0.153725174569888,0.398796649467706,1.01096635841634,0.153725174569888,0.118192757849109,0.619741218175553,0.153725174569888,0.0952084415627471,0.838140594591145,0.5,0.153725174569888,0.119566484628444,0.93892393574376,0,1.01028803498907,0.898126489492937 -1767,0.5,0.153725174569888,0.30007273467345,1.01626107483251,0.153725174569888,0.140572935015196,0.997775921903965,0.153725174569888,0.243811082681735,0.970603609115851,0.153725174569888,0.238631836625643,1.01700671187362,0.153725174569888,0.387679983863795,0.862058219687201,0.153725174569888,0.145337958122798,0.463119981267682,0.153725174569888,0.119993468618123,0.740540571960556,0.153725174569888,0.0540781145894673,0.314004006644209,0.5,0.153725174569888,0.0906312727161636,0.296807480935471,0.153725174569888,0.0777723963386846,0.830576469600089,0.5,0.153725174569888,0.101579521608159,0.690868104184286,0.153725174569888,0.0428123910192416,0.447406367874199,0.153725174569888,0.193333511401068,0.944358162173929,0.153725174569888,0.390448736611599,0.909404089765702,0.153725174569888,0.325704067047777,0.996253779462116,0.153725174569888,0.103503459596342,0.629291405260028,0.153725174569888,0.0741986347916714,0.779367123964915,0.5,0.153725174569888,0.0951047922193116,0.894455462132763,0,1.01028803498907,0.73784502100933 -1768,0.5,0.153725174569888,0.147298914468782,1.00707998786946,0.153725174569888,0.0878857946593998,0.907642709440858,0.153725174569888,0.136757834690978,0.955051269926846,0.153725174569888,0.112447529799586,1.01476514763031,0.153725174569888,0.211489954329284,0.69847749898972,0.153725174569888,0.156641982835647,0.491570475357727,0.153725174569888,0.106722625498975,0.707006346093783,0.153725174569888,0.0412337833876799,0.245065837294974,0.5,0.153725174569888,0.0511517008226311,0.265557414846944,0.153725174569888,0.0621331047644542,0.749715943001137,0.5,0.153725174569888,0.0667200738521567,0.623659795250172,0.153725174569888,0.03859498424266,0.436069624101257,0.153725174569888,0.167868554495532,0.859241858440041,0.153725174569888,0.257229688353517,0.776003262886148,0.153725174569888,0.188737208346498,0.931078328934556,0.153725174569888,0.0833689762292265,0.603577325156172,0.153725174569888,0.0434311953614297,0.676877174542699,0.5,0.153725174569888,0.0590639138408597,0.835077356772962,0,1.00859246088689,0.518980536828153 -1769,0.5,0.153725174569888,0.0436701301546892,0.973545418116595,0.153725174569888,0.0573474319400581,0.748078968078576,0.153725174569888,0.0325603811994,0.851336226958122,0.153725174569888,0.0388474499264522,0.983640710116851,0.153725174569888,0.123160686350612,0.444776911033243,0.153725174569888,0.0549273385650491,0.430786225714327,0.153725174569888,0.101954995667847,0.663881802459752,0.153725174569888,0.0239987476973117,0.224569603968381,0.5,0.153725174569888,0.0275963313923516,0.247438294402491,0.153725174569888,0.0259821076067383,0.616231833326655,0.5,0.153725174569888,0.0285816580977692,0.509456260097388,0.153725174569888,0.023238419596275,0.375478160179883,0.153725174569888,0.130134847710374,0.676098220433657,0.153725174569888,0.140658896815689,0.559824635047738,0.153725174569888,0.09462294308773,0.795212863936478,0.153725174569888,0.0622028263482392,0.566432748745586,0.153725174569888,0.0180915675308335,0.56344448431115,0.5,0.153725174569888,0.0258381741185829,0.763152098397515,0,0.99421118298581,0.415472815933357 -1770,0.5,0.153725174569888,0.000246866346992006,0.901873720391244,0.153725174569888,0.0314214004334666,0.536771767156384,0.153725174569888,0.00239640703968229,0.761975222608869,0.153725174569888,0.0,0.906936401682998,0.153725174569888,0.0289109098135896,0.322743264333699,0.153725174569888,0.00566652373204793,0.604968520757357,0.153725174569888,0.0227000270459616,0.627183282448098,0.153725174569888,0.00627520280905566,0.246796209867099,0.5,0.153725174569888,0.0109234563299856,0.231913921610734,0.153725174569888,0.00468506002945599,0.477082766200218,0.5,0.153725174569888,0.00921962508845202,0.447957669703438,0.153725174569888,0.006334784728181,0.340835707821433,0.153725174569888,0.0307946171354737,0.540275732963064,0.153725174569888,0.0306639252505671,0.391435604011458,0.153725174569888,0.0193558886300166,0.636602544419323,0.153725174569888,0.0260504751582722,0.487176932308977,0.153725174569888,0.00243652253241033,0.480282940873635,0.5,0.153725174569888,0.00217903862481142,0.702744417765318,0,0.969353454115304,0.696594810996853 -1771,0.5,0.153725174569888,0.0,0.749070498559403,0.153725174569888,0.0,0.511100564325108,0.153725174569888,0.0,0.676871471879764,0.153725174569888,0.0,0.872934069400991,0.153725174569888,0.0,0.284415280914648,0.153725174569888,0.0,0.62277975133973,0.153725174569888,0.0,0.571076063316811,0.153725174569888,0.0,0.299452371281625,0.5,0.153725174569888,0.0,0.24402539744859,0.153725174569888,0.0,0.409123884734294,0.5,0.153725174569888,0.0,0.423123546570145,0.153725174569888,0.0,0.327231319238948,0.153725174569888,0.0,0.507007513008678,0.153725174569888,0.0,0.28303086325862,0.153725174569888,0.0,0.470815992230852,0.153725174569888,0.0,0.433160394524611,0.153725174569888,0.0,0.441566299706782,0.5,0.153725174569888,0.0,0.664942012892754,0,0.884540120975243,0.727502256734142 -1772,0.5,0.153725174569888,0.0,0.570419299783429,0.153725174569888,0.0,0.442407597305978,0.153725174569888,0.0,0.61791126330159,0.153725174569888,0.0,0.730851907946376,0.153725174569888,0.0,0.486060327171236,0.153725174569888,0.0,0.694934653481862,0.153725174569888,0.0,0.686129594627898,0.153725174569888,0.0,0.366781692947026,0.5,0.153725174569888,0.0,0.313485589453793,0.153725174569888,0.0,0.417619881052726,0.5,0.153725174569888,0.0,0.475493843113071,0.153725174569888,0.0,0.341890036208649,0.153725174569888,0.0,0.464270693133788,0.153725174569888,0.0,0.29729153775013,0.153725174569888,0.0,0.375932818450785,0.153725174569888,0.0,0.469114584834115,0.153725174569888,0.0,0.431548050006932,0.5,0.153725174569888,0.0,0.645799648785944,0,0.861638461880937,0.991575696529725 -1773,0.5,0.153725174569888,0.0,0.471517274611441,0.153725174569888,0.0,0.364293050994365,0.153725174569888,0.0,0.609366098305545,0.153725174569888,0.0,0.563916637702337,0.153725174569888,0.0,0.722395759304094,0.153725174569888,0.0,0.706441594257208,0.153725174569888,0.0,0.773608396248151,0.153725174569888,0.0,0.454420026827078,0.5,0.153725174569888,0.0,0.385756174016434,0.153725174569888,0.0,0.469136620231464,0.5,0.153725174569888,0.0,0.609465719479917,0.153725174569888,0.0,0.373837888647775,0.153725174569888,0.0,0.417291168179316,0.153725174569888,0.0,0.486079705220442,0.153725174569888,0.0,0.428266472387132,0.153725174569888,0.0,0.530393902976571,0.153725174569888,0.0,0.48304934861279,0.5,0.153725174569888,0.0,0.673250392457819,0,0.88351031047991,0.992848637616348 -1774,0.5,0.153725174569888,0.0,0.45561940270383,0.153725174569888,0.0,0.452724783226189,0.153725174569888,0.0,0.564639783716525,0.153725174569888,0.0,0.541546938513415,0.153725174569888,0.0,0.850117333802655,0.153725174569888,0.0,0.756440854384792,0.153725174569888,0.0,0.774720374170218,0.153725174569888,0.0,0.556156886557516,0.5,0.153725174569888,0.0,0.455084650993868,0.153725174569888,0.0,0.532312972140787,0.5,0.153725174569888,0.0,0.737384953353714,0.153725174569888,0.0,0.420031702974603,0.153725174569888,0.0,0.46226703006666,0.153725174569888,0.0,0.704654842745753,0.153725174569888,0.0,0.588665331586498,0.153725174569888,0.0,0.482757429590329,0.153725174569888,0.0,0.61282463540856,0.5,0.153725174569888,0.0,0.719671186994388,0,0.822817255822686,1.00119518918534 -1775,0.5,0.153725174569888,0.0,0.508328352120464,0.153725174569888,0.0,0.541634168145299,0.153725174569888,0.0,0.578084418504393,0.153725174569888,0.0,0.560213726374178,0.153725174569888,0.0,0.938567607549606,0.153725174569888,0.0,0.816879871966613,0.153725174569888,0.0,0.963237227177334,0.153725174569888,0.0,0.677758790591953,0.5,0.153725174569888,0.0,0.560627017325211,0.153725174569888,0.0,0.610132926439561,0.5,0.153725174569888,0.0,0.791570398842732,0.153725174569888,0.0,0.46227340391153,0.153725174569888,0.0,0.628382433038657,0.153725174569888,0.0,0.890255442969924,0.153725174569888,0.0,0.814823847007455,0.153725174569888,0.0,0.63974326254339,0.153725174569888,0.0,0.676132880726745,0.5,0.153725174569888,0.0,0.797727852409401,0,0.850386718893867,1.007637067715 -1776,0.5,0.153725174569888,0.0,0.554610893342563,0.153725174569888,0.0,0.913979739788754,0.153725174569888,0.0,0.708058610116719,0.153725174569888,0.0,0.61430558193591,0.153725174569888,0.0,0.971031934764535,0.153725174569888,0.0,0.842558006868573,0.153725174569888,0.0,0.997065929398119,0.153725174569888,0.0,0.782409798455521,0.5,0.153725174569888,0.0,0.671503506479162,0.153725174569888,0.0,0.669741423883385,0.5,0.153725174569888,0.0,0.854220016373725,0.153725174569888,0.0,0.514804162514385,0.153725174569888,0.0,0.781902769467163,0.153725174569888,0.0,0.964349353030863,0.153725174569888,0.0,0.938225665320939,0.153725174569888,0.0,0.84419271588884,0.153725174569888,0.0,0.739202464073121,0.5,0.153725174569888,0.0,0.857653773114714,0,0.867030044326948,1.01102083252006 -1777,0.5,0.153725174569888,0.0,0.52941124714972,0.153725174569888,0.0,1.01225557950213,0.153725174569888,0.0,0.949917280680868,0.153725174569888,0.0,0.707736047987829,0.153725174569888,0.0,1.00023992128246,0.153725174569888,0.0,0.847508178912045,0.153725174569888,0.0,0.997522405496882,0.153725174569888,0.0,0.82600540117103,0.5,0.153725174569888,0.0,0.716308915270588,0.153725174569888,0.0,0.726034297490255,0.5,0.153725174569888,0.0,0.935920209835008,0.153725174569888,0.0,0.565177882587428,0.153725174569888,0.0,0.879289065588619,0.153725174569888,0.0,0.982180007433538,0.153725174569888,0.0,1.00728794772996,0.153725174569888,0.0,0.953654977908138,0.153725174569888,0.0,0.8815491175743,0.5,0.153725174569888,0.0,0.890353958007056,0,0.836039965817713,1.01128991203718 -1778,0.5,0.153725174569888,0.0,0.601427445399184,0.153725174569888,0.0,1.01441357869172,0.153725174569888,0.0,0.989585396569233,0.153725174569888,0.0,0.854319777693996,0.153725174569888,0.0,1.01589857004222,0.153725174569888,0.0,0.893621990659877,0.153725174569888,0.0,1.00107069600935,0.153725174569888,0.0,0.851024895634857,0.5,0.153725174569888,0.0,0.691429946534545,0.153725174569888,0.0,0.811227949726806,0.5,0.153725174569888,0.0,0.992435224311011,0.153725174569888,0.0,0.618112889439696,0.153725174569888,0.0,0.939162317235471,0.153725174569888,0.0,0.994078718563135,0.153725174569888,0.0,1.00908193702806,0.153725174569888,0.0,0.96099005023354,0.153725174569888,0.0,0.975242773892188,0.5,0.153725174569888,0.0,0.939815192648722,0,0.894533640665534,1.0113763909885 -1779,0.5,0.153725174569888,0.0,0.676154908922281,0.153725174569888,0.0,1.00861002957619,0.153725174569888,0.0,0.984690657289364,0.153725174569888,0.0,0.908425053286677,0.153725174569888,0.0,1.01536871623006,0.153725174569888,0.0,0.90975912070817,0.153725174569888,0.0,1.0075072388057,0.153725174569888,0.0,0.862310951604052,0.5,0.153725174569888,0.0,0.64274617602565,0.153725174569888,0.0,0.868756617617779,0.5,0.153725174569888,0.0,0.997213742858733,0.153725174569888,0.0,0.651408352639493,0.153725174569888,0.0,0.95497045388467,0.153725174569888,0.0,1.00041113337391,0.153725174569888,0.0,1.00734090920421,0.153725174569888,0.0,0.96486514505769,0.153725174569888,0.0,1.00400506061526,0.5,0.153725174569888,0.0,0.991112693264575,0,0.768022488713271,1.0114117205638 -1780,0.5,0.153725174569888,0.0,0.791749810295532,0.153725174569888,0.0,1.01614695070624,0.153725174569888,0.0,0.975094589672464,0.153725174569888,0.0,0.969072967063894,0.153725174569888,0.0,1.00947309795712,0.153725174569888,0.0,0.895259808240818,0.153725174569888,0.0,1.00709104312175,0.153725174569888,0.0,0.847857284334827,0.5,0.153725174569888,0.0,0.552096392496657,0.153725174569888,0.0,0.88822890285906,0.5,0.153725174569888,0.0,0.983621290270975,0.153725174569888,0.0,0.659797178943152,0.153725174569888,0.0,0.95925427464759,0.153725174569888,0.0,1.00542708143263,0.153725174569888,0.0,1.01311948792616,0.153725174569888,0.0,0.97723478836854,0.153725174569888,0.0,1.01241336923276,0.5,0.153725174569888,0.0,1.00554194723048,0,0.773971233721952,1.0114345532651 -1781,0.5,0.153725174569888,0.0,0.845086613638762,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.9723413291091,0.153725174569888,0.0,0.974532494062667,0.153725174569888,0.0,0.997068407576796,0.153725174569888,0.0,0.866154043892434,0.153725174569888,0.0,1.00316089149386,0.153725174569888,0.0,0.813382372335278,0.5,0.153725174569888,0.0,0.491381550824602,0.153725174569888,0.0,0.907181394929838,0.5,0.153725174569888,0.0,0.966980531419848,0.153725174569888,0.0,0.651988316265672,0.153725174569888,0.0,0.97260014126096,0.153725174569888,0.0,1.008771760946,0.153725174569888,0.0,1.01917428830106,0.153725174569888,0.0,0.973849160464388,0.153725174569888,0.0,1.0092493828726,0.5,0.153725174569888,0.0,1.01583393431742,0,0.700881805559388,1.01143018733074 -1782,0.5,0.153725174569888,0.0,0.769659948837678,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.999692336746231,0.153725174569888,0.0,0.94647024904634,0.153725174569888,0.0,0.990274854894212,0.153725174569888,0.0,0.846169343875166,0.153725174569888,0.0,0.99327068178663,0.153725174569888,0.0,0.765890158271728,0.5,0.153725174569888,0.0,0.490230988399213,0.153725174569888,0.0,0.89547160282922,0.5,0.153725174569888,0.0,0.953632933821932,0.153725174569888,0.0,0.621457189650168,0.153725174569888,0.0,0.989171774129528,0.153725174569888,0.0,1.00935751468236,0.153725174569888,0.0,1.02171722589181,0.153725174569888,0.0,0.964170036676146,0.153725174569888,0.0,1.00499646730351,0.5,0.153725174569888,0.0,1.01627713845058,0,0.539113857595755,1.01143520429384 -1783,0.5,0.153725174569888,0.0,0.701011813399541,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01557809626533,0.153725174569888,2.27898273037074e-06,0.921869134834626,0.153725174569888,0.0,0.990284669579711,0.153725174569888,0.0,0.850280822163518,0.153725174569888,0.0,0.987496236514153,0.153725174569888,0.0,0.757682740801571,0.5,0.153725174569888,0.0,0.547200453183714,0.153725174569888,0.0,0.883816319466492,0.5,0.153725174569888,0.0,0.955018693712132,0.153725174569888,0.0,0.596046270347365,0.153725174569888,0.0,1.00681853568834,0.153725174569888,0.0,1.00849965432834,0.153725174569888,0.0,1.02154819817623,0.153725174569888,0.0,0.946095942583853,0.153725174569888,0.0,0.999620865794455,0.5,0.153725174569888,0.0,1.01702128323658,0,0.420573928896652,1.01135541383571 -1784,0.5,0.153725174569888,0.00145577412367516,0.733830269351991,0.153725174569888,0.000144851732025107,1.02173913043478,0.153725174569888,0.000483440489466371,1.02086137278823,0.153725174569888,0.00149076704813076,0.943424133710733,0.153725174569888,0.000393267451614857,0.987563050466,0.153725174569888,0.000264530758227209,0.839897367746259,0.153725174569888,0.000213438461161068,0.981922499482749,0.153725174569888,0.000235768916024651,0.720130628471782,0.5,0.153725174569888,0.00150385582476676,0.599487283593524,0.153725174569888,0.000508055953623273,0.870165054954036,0.5,0.153725174569888,0.000985827751122252,0.973062296015703,0.153725174569888,0.001074467365435,0.564772076591799,0.153725174569888,0.00019747043395693,1.01105782358745,0.153725174569888,0.000454206170315172,1.00307321480594,0.153725174569888,0.000216393473458988,1.02151416113511,0.153725174569888,0.000513308839279355,0.934597527358575,0.153725174569888,0.000536459666255065,0.999654108312901,0.5,0.153725174569888,0.00113273267592906,1.01885738406836,0,0.47703644008786,1.01092338303086 -1785,0.5,0.153725174569888,0.00518259358431362,0.820980988732345,0.153725174569888,0.000882157030739298,1.02173913043478,0.153725174569888,0.0026254519115555,1.02111985047418,0.153725174569888,0.00608129536085198,0.987504992827339,0.153725174569888,0.00176135962811291,0.970228259049411,0.153725174569888,0.00153587561570448,0.800799030890246,0.153725174569888,0.00115916769094222,0.974790726309417,0.153725174569888,0.00140013230617071,0.681540249555163,0.5,0.153725174569888,0.0057392078107555,0.617343970831728,0.153725174569888,0.00215743811831948,0.853251229520251,0.5,0.153725174569888,0.0038404631454103,0.987328637599431,0.153725174569888,0.00749700015631718,0.576488018199081,0.153725174569888,0.0018006273940695,1.01185803673465,0.153725174569888,0.00200484935041228,0.99403868417847,0.153725174569888,0.00111816654505872,1.02160468180063,0.153725174569888,0.00288118751577817,0.928849274041066,0.153725174569888,0.00248508445890888,1.00600659865031,0.5,0.153725174569888,0.00337198338040718,1.01810494132501,0,0.647814112342942,1.0109249218354 -1786,0.5,0.153725174569888,0.0082364321591738,0.915754361789088,0.153725174569888,0.00486575599853921,1.02173913043478,0.153725174569888,0.00603192017979856,1.02097708708592,0.153725174569888,0.0102659561298949,1.01609226650319,0.153725174569888,0.00374070259152508,0.951872835451033,0.153725174569888,0.00330977047095122,0.754986641444978,0.153725174569888,0.00254985661527196,0.966623460536499,0.153725174569888,0.00484636882685236,0.68046030942907,0.5,0.153725174569888,0.0105026809123945,0.628723862281268,0.153725174569888,0.0052561569471343,0.826343864390413,0.5,0.153725174569888,0.00869863980264984,0.984987727645238,0.153725174569888,0.0179837322092028,0.595045734611393,0.153725174569888,0.0054328215767666,1.01188808025779,0.153725174569888,0.0038656125714275,0.989902954373162,0.153725174569888,0.00295614991427877,1.02138835979405,0.153725174569888,0.00613915226810391,0.915781772379606,0.153725174569888,0.00822670178866469,1.00639092441977,0.5,0.153725174569888,0.00554629478670846,1.0178414110523,0,0.870116436677332,1.00529125033632 -1787,0.5,0.153725174569888,0.00954861854385632,0.993112837330213,0.153725174569888,0.0108486293463691,1.02173913043478,0.153725174569888,0.00979306658041845,1.02086405326926,0.153725174569888,0.0103139142020663,1.02173913043478,0.153725174569888,0.0057745995872956,0.928435493637805,0.153725174569888,0.0047330755558033,0.681456422623071,0.153725174569888,0.0038088412144489,0.938632175668392,0.153725174569888,0.00897541102385623,0.676794362539885,0.5,0.153725174569888,0.0166856383557206,0.671875035399014,0.153725174569888,0.0140593213987833,0.803861303818229,0.5,0.153725174569888,0.0174216771673044,0.978457767410764,0.153725174569888,0.0325689421941585,0.596628763423882,0.153725174569888,0.0334172347713006,1.01104833397373,0.153725174569888,0.00737370480673661,0.980815768058579,0.153725174569888,0.00509836882006778,1.01920600458725,0.153725174569888,0.0109758848108307,0.914451865125032,0.153725174569888,0.0167533716786171,1.00614417865485,0.5,0.153725174569888,0.0107863354654477,1.015927237871,0,1.00457510143105,1.01052822610792 -1788,0.5,0.153725174569888,0.0136851025096264,1.01867484706084,0.153725174569888,0.0260989047550133,1.02173913043478,0.153725174569888,0.0136387615333684,1.02071692639131,0.153725174569888,0.00878106374142335,1.02173913043478,0.153725174569888,0.00977482097523886,0.924335862059482,0.153725174569888,0.00691933010682099,0.679945722212466,0.153725174569888,0.00576945234365399,0.927985022907574,0.153725174569888,0.010716520907186,0.67574093098984,0.5,0.153725174569888,0.0199072978293613,0.675742264110286,0.153725174569888,0.0251319557411128,0.764763661499661,0.5,0.153725174569888,0.0245965990804581,0.982094662378261,0.153725174569888,0.0573374508711478,0.614432020422549,0.153725174569888,0.0560357766304608,1.01064265657278,0.153725174569888,0.0173055669820741,0.97707648582696,0.153725174569888,0.0132209205009741,1.01569429057443,0.153725174569888,0.0160537106371203,0.894441282109175,0.153725174569888,0.0238714188783639,1.00518745334756,0.5,0.153725174569888,0.0243027551968693,1.01278497368243,0,1.01028803498907,1.01077486621252 -1789,0.5,0.153725174569888,0.0244849644213763,1.01924189013324,0.153725174569888,0.0266845421573147,1.02173913043478,0.153725174569888,0.0186965919637244,1.013462400761,0.153725174569888,0.00877972080749221,1.02173913043478,0.153725174569888,0.0156632070248468,0.903966339648045,0.153725174569888,0.00767483882055029,0.666652399676422,0.153725174569888,0.00657843613379062,0.923535443714137,0.153725174569888,0.0103058050091931,0.671290989867302,0.5,0.153725174569888,0.023509657461942,0.648189881361326,0.153725174569888,0.0285746425847385,0.727643149442105,0.5,0.153725174569888,0.0294796290081243,0.972774446812787,0.153725174569888,0.0631318036685639,0.599247653227955,0.153725174569888,0.045819200682743,1.01041215759265,0.153725174569888,0.0327847456672414,0.976752209960674,0.153725174569888,0.0167058357343023,1.01221444290162,0.153725174569888,0.0150892720304902,0.887006263259732,0.153725174569888,0.0250979977236828,1.00090570242561,0.5,0.153725174569888,0.0327893122944862,1.00890429300595,0,1.01028803498907,1.01098694527984 -1790,0.5,0.153725174569888,0.0284743044880249,1.01848467507914,0.153725174569888,0.0264776666086472,1.02173913043478,0.153725174569888,0.0213506461987829,1.00587527757797,0.153725174569888,0.0107834091026727,1.02155660541039,0.153725174569888,0.0271847175244122,0.923738776275252,0.153725174569888,0.0116406326945224,0.621387981112216,0.153725174569888,0.00655538659736236,0.912336317777344,0.153725174569888,0.00853438894224734,0.617568268595355,0.5,0.153725174569888,0.0230943094617633,0.569216907546959,0.153725174569888,0.0259583683508229,0.687629926855279,0.5,0.153725174569888,0.0319079618162631,0.957115003650495,0.153725174569888,0.0605648166830276,0.587505352882354,0.153725174569888,0.0164129886340959,1.00854311726351,0.153725174569888,0.0616449995706094,0.989517055435271,0.153725174569888,0.0167025972018596,1.00749330862089,0.153725174569888,0.00988294269862044,0.865184038721351,0.153725174569888,0.0237605133984133,0.997415390339126,0.5,0.153725174569888,0.0274641422748835,1.00100665629044,0,1.01028803498907,1.01128359225796 -1791,0.5,0.153725174569888,0.0225078354164803,1.01525582614426,0.153725174569888,0.0104770128828907,1.02173913043478,0.153725174569888,0.0162775101063079,0.986677671545242,0.153725174569888,0.013819643311542,1.02019043426332,0.153725174569888,0.0337997474812412,0.935617126282838,0.153725174569888,0.0210862713263299,0.64808315770387,0.153725174569888,0.0086874367594547,0.903765302557857,0.153725174569888,0.0141905244261634,0.615093487756815,0.5,0.153725174569888,0.0201079142722191,0.501921558352262,0.153725174569888,0.0253375884865312,0.649712612456018,0.5,0.153725174569888,0.0246409410743266,0.920279224136351,0.153725174569888,0.0554349955929871,0.551199265299834,0.153725174569888,0.0130105777111429,1.01068548384462,0.153725174569888,0.0545812384435895,0.998340759970095,0.153725174569888,0.0176046810633405,1.00752809481429,0.153725174569888,0.00689537920979699,0.819826376729388,0.153725174569888,0.0162919838102916,0.982773920882852,0.5,0.153725174569888,0.022866922486097,0.991143414545016,0,1.00682354866202,1.01123731606017 -1792,0.5,0.153725174569888,0.0128787667379332,1.00086275154608,0.153725174569888,0.00796565362270364,1.02173913043478,0.153725174569888,0.00898603333693163,0.946333873583353,0.153725174569888,0.00805516474293655,1.01171412546497,0.153725174569888,0.024886985999498,0.903384696352631,0.153725174569888,0.0183678658419903,0.640362742187318,0.153725174569888,0.00864513545311626,0.90477607624721,0.153725174569888,0.0120297134961941,0.597218521249413,0.5,0.153725174569888,0.0156912378267091,0.450489309224406,0.153725174569888,0.0158939570772821,0.5573348188627,0.5,0.153725174569888,0.0156095586657843,0.860957629898354,0.153725174569888,0.0397662585037485,0.477746166090958,0.153725174569888,0.0111044994243793,1.00999122185906,0.153725174569888,0.0170708973800142,0.990687677915219,0.153725174569888,0.0125117081433898,1.01008987342461,0.153725174569888,0.00751355930016287,0.746348216509075,0.153725174569888,0.00892002514892374,0.955620400167702,0.5,0.153725174569888,0.0148303142019692,0.976625207712086,0,0.975910650975462,1.01103863305359 -1793,0.5,0.153725174569888,0.00234073895504268,0.995067560316088,0.153725174569888,0.00309579717205347,1.02173913043478,0.153725174569888,0.00336790240272148,0.89380466411026,0.153725174569888,0.00237766746301427,0.980867069215316,0.153725174569888,0.010247413218379,0.844752636072624,0.153725174569888,0.00948952047091439,0.616845574732053,0.153725174569888,0.00431896105783134,0.891382570914404,0.153725174569888,0.00503719225538203,0.572909543595124,0.5,0.153725174569888,0.00791422689425285,0.396322144116103,0.153725174569888,0.00737647594672995,0.4466228531569,0.5,0.153725174569888,0.00704458318507114,0.84503281771124,0.153725174569888,0.0193732574982699,0.4241362649672,0.153725174569888,0.00743263175830559,1.00754002186754,0.153725174569888,0.00534868893583773,0.969726534814904,0.153725174569888,0.00364363793766922,1.00630147638792,0.153725174569888,0.00441611121308793,0.712188454851394,0.153725174569888,0.00392208838791357,0.919221565687149,0.5,0.153725174569888,0.00664285097939472,0.946804076261197,0,1.00566888669744,1.01042356458863 -1794,0.5,0.153725174569888,0.000138634327412801,0.992476260806208,0.153725174569888,0.00122355188711825,1.01960546389165,0.153725174569888,0.00063296055314322,0.897152345212085,0.153725174569888,1.7089436928406e-05,0.971203708658898,0.153725174569888,0.00208271927273993,0.768820749901407,0.153725174569888,0.00279809117569846,0.56255371139171,0.153725174569888,0.00104547180976809,0.86292812713101,0.153725174569888,0.00136129575555537,0.491905676427107,0.5,0.153725174569888,0.00247464096580977,0.354195671099232,0.153725174569888,0.00136829208679034,0.397331774382461,0.5,0.153725174569888,0.0016470875675396,0.806165162735351,0.153725174569888,0.00463186347925301,0.375858349311472,0.153725174569888,0.00201889275265532,1.00022727756185,0.153725174569888,0.00160313290445922,0.910498384302839,0.153725174569888,0.000598933068562123,0.985575678114988,0.153725174569888,0.000854220690099096,0.681982860507067,0.153725174569888,0.000798924773988194,0.884017833648873,0.5,0.153725174569888,0.000951203878612718,0.909097894880669,0,1.00630951076444,1.00714253721685 -1795,0.5,0.153725174569888,0.0,0.977205687518824,0.153725174569888,0.0,1.01583009397117,0.153725174569888,0.0,0.902048506400851,0.153725174569888,0.0,0.985856345120179,0.153725174569888,0.0,0.795752365980495,0.153725174569888,0.0,0.571704973357902,0.153725174569888,0.0,0.849158976146807,0.153725174569888,0.0,0.425610815853826,0.5,0.153725174569888,0.0,0.314524950587649,0.153725174569888,0.0,0.363733624334689,0.5,0.153725174569888,0.0,0.714468031232309,0.153725174569888,0.0,0.336153763269147,0.153725174569888,0.0,0.99749122547539,0.153725174569888,0.0,0.86500995408185,0.153725174569888,0.0,0.942810455880052,0.153725174569888,0.0,0.653767223546359,0.153725174569888,0.0,0.836043420900768,0.5,0.153725174569888,0.0,0.845421622692771,0,0.990664311556072,1.00702670623016 -1796,0.5,0.153725174569888,0.0,0.96689551846939,0.153725174569888,0.0,0.977668143827568,0.153725174569888,0.0,0.883748529364473,0.153725174569888,0.0,0.984565383126319,0.153725174569888,0.0,0.819168549318401,0.153725174569888,0.0,0.709085993782663,0.153725174569888,0.0,0.867296713142922,0.153725174569888,0.0,0.480109467628768,0.5,0.153725174569888,0.0,0.27309110552576,0.153725174569888,0.0,0.31699728473605,0.5,0.153725174569888,0.0,0.654589985952152,0.153725174569888,0.0,0.303908088461094,0.153725174569888,0.0,0.992897884732764,0.153725174569888,0.0,0.894493048007729,0.153725174569888,0.0,0.905241402872818,0.153725174569888,0.0,0.636874730417555,0.153725174569888,0.0,0.802964144048141,0.5,0.153725174569888,0.0,0.795814683916113,0,1.0028436904325,0.994009141319209 -1797,0.5,0.153725174569888,0.0,0.978782091096655,0.153725174569888,0.0,1.01170030371954,0.153725174569888,0.0,0.85980650134605,0.153725174569888,0.0,0.987525216976259,0.153725174569888,0.0,0.844172512449022,0.153725174569888,0.0,0.610072572686872,0.153725174569888,0.0,0.924245931046445,0.153725174569888,0.0,0.500677338731216,0.5,0.153725174569888,0.0,0.254024667712436,0.153725174569888,0.0,0.294796229112933,0.5,0.153725174569888,0.0,0.646028427869415,0.153725174569888,0.0,0.282691768181597,0.153725174569888,0.0,0.999921118312301,0.153725174569888,0.0,0.927905960685173,0.153725174569888,0.0,0.949407471209639,0.153725174569888,0.0,0.676972729513671,0.153725174569888,0.0,0.794033939775761,0.5,0.153725174569888,0.0,0.755759197346649,0,1.01013530940776,0.926172395865607 -1798,0.5,0.153725174569888,0.0,1.00035522902894,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.865805673903544,0.153725174569888,0.0,0.993952749150845,0.153725174569888,0.0,0.815655967849352,0.153725174569888,0.0,0.381909531481209,0.153725174569888,0.0,0.92320694422676,0.153725174569888,0.0,0.369079521704565,0.5,0.153725174569888,0.0,0.262063440154945,0.153725174569888,0.0,0.28500102082445,0.5,0.153725174569888,0.0,0.635458607740375,0.153725174569888,0.0,0.284128550550711,0.153725174569888,0.0,0.993479750719717,0.153725174569888,0.0,0.912019539823436,0.153725174569888,0.0,0.997233993007242,0.153725174569888,0.0,0.707181505309441,0.153725174569888,0.0,0.795980494058553,0.5,0.153725174569888,0.0,0.723379886490778,0,1.01026574380306,0.957443382094543 -1799,0.5,0.153725174569888,0.0,1.01165366857437,0.153725174569888,0.0,0.987754504398196,0.153725174569888,0.0,0.907015477010641,0.153725174569888,0.0,0.9901221708338,0.153725174569888,0.0,0.782999433858617,0.153725174569888,0.0,0.396745736882573,0.153725174569888,0.0,0.826581214951246,0.153725174569888,0.0,0.337685717769299,0.5,0.153725174569888,0.0,0.288672042584735,0.153725174569888,0.0,0.282470001663401,0.5,0.153725174569888,0.0,0.645759570937974,0.153725174569888,0.0,0.308859639457924,0.153725174569888,0.0,0.972058084526593,0.153725174569888,0.0,0.854754954780179,0.153725174569888,0.0,0.994136485187294,0.153725174569888,0.0,0.75475595540554,0.153725174569888,0.0,0.792045116060761,0.5,0.153725174569888,0.0,0.683220866795473,0,1.01028803498907,0.993764926787155 -1800,0.5,0.153725174569888,0.0,1.01519654709275,0.153725174569888,0.0,0.960616783953431,0.153725174569888,0.0,0.942288619985019,0.153725174569888,0.0,1.00316240790263,0.153725174569888,0.0,0.709316156910403,0.153725174569888,0.0,0.474826183611808,0.153725174569888,0.0,0.788405831701941,0.153725174569888,0.0,0.377316904694021,0.5,0.153725174569888,0.0,0.276865470276946,0.153725174569888,0.0,0.308405179775912,0.5,0.153725174569888,0.0,0.655339606701918,0.153725174569888,0.0,0.327400415181015,0.153725174569888,0.0,0.975392708819458,0.153725174569888,0.0,0.82082750679161,0.153725174569888,0.0,0.977920336410893,0.153725174569888,0.0,0.714379315040521,0.153725174569888,0.0,0.774856649916032,0.5,0.153725174569888,0.0,0.653780304667386,0,1.01026519207087,1.0058362140183 -1801,0.5,0.153725174569888,0.0,1.01194218689223,0.153725174569888,0.0,0.939833360059788,0.153725174569888,0.0,0.939486740274981,0.153725174569888,0.0,1.01411040509018,0.153725174569888,0.0,0.766671684636345,0.153725174569888,0.0,0.396404434201967,0.153725174569888,0.0,0.766889548447116,0.153725174569888,0.0,0.395360585272203,0.5,0.153725174569888,0.0,0.239237665360328,0.153725174569888,0.0,0.325424623470593,0.5,0.153725174569888,0.0,0.657911943981504,0.153725174569888,0.0,0.351015488782474,0.153725174569888,0.0,0.97242101406193,0.153725174569888,0.0,0.84745102846101,0.153725174569888,0.0,0.945261614248662,0.153725174569888,0.0,0.639198098702855,0.153725174569888,0.0,0.79306739399637,0.5,0.153725174569888,0.0,0.632642177977439,0,1.01013300953364,1.00294432914426 -1802,0.5,0.153725174569888,0.0,1.00279170172544,0.153725174569888,0.0,0.959031507630122,0.153725174569888,0.0,0.931972798092573,0.153725174569888,0.0,1.01139527929513,0.153725174569888,0.0,0.884280352454766,0.153725174569888,0.0,0.492893602244507,0.153725174569888,0.0,0.76702889869998,0.153725174569888,0.0,0.396822789863989,0.5,0.153725174569888,0.0,0.260217685128279,0.153725174569888,0.0,0.350204259021647,0.5,0.153725174569888,0.0,0.714007242069269,0.153725174569888,0.0,0.369833984387919,0.153725174569888,0.0,0.987771628753648,0.153725174569888,0.0,0.891439769643232,0.153725174569888,0.0,0.922194121191683,0.153725174569888,0.0,0.62216192189828,0.153725174569888,0.0,0.824594794433035,0.5,0.153725174569888,0.0,0.648272984083093,0,1.01010735052548,1.00419709092496 -1803,0.5,0.153725174569888,0.0,0.99423825073348,0.153725174569888,0.0,1.00422312663364,0.153725174569888,0.0,0.871138175132092,0.153725174569888,0.0,1.00361161353004,0.153725174569888,0.0,0.865974461882195,0.153725174569888,0.0,0.598545166218561,0.153725174569888,0.0,0.753232102964393,0.153725174569888,0.0,0.352345633790475,0.5,0.153725174569888,0.0,0.300622270091908,0.153725174569888,0.0,0.355302514791713,0.5,0.153725174569888,0.0,0.762185801343337,0.153725174569888,0.0,0.379273289026548,0.153725174569888,0.0,0.991800071513481,0.153725174569888,0.0,0.866853070225906,0.153725174569888,0.0,0.946430169240722,0.153725174569888,0.0,0.579905898180757,0.153725174569888,0.0,0.815225288221641,0.5,0.153725174569888,0.0,0.739241116162525,0,1.01005537137315,1.00120839501346 -1804,0.5,0.153725174569888,0.0,0.993626749708851,0.153725174569888,0.0,0.975452021542787,0.153725174569888,0.0,0.793119604170417,0.153725174569888,0.0,0.974799721832251,0.153725174569888,0.0,0.782036093972349,0.153725174569888,0.0,0.651564240626459,0.153725174569888,0.0,0.806174958243539,0.153725174569888,0.0,0.331516611863944,0.5,0.153725174569888,0.0,0.26132361964967,0.153725174569888,0.0,0.355816782185631,0.5,0.153725174569888,0.0,0.699474349367698,0.153725174569888,0.0,0.372661788724844,0.153725174569888,0.0,0.973765798804355,0.153725174569888,0.0,0.812768993282645,0.153725174569888,0.0,0.946546315205567,0.153725174569888,0.0,0.485744972388968,0.153725174569888,0.0,0.761728673290503,0.5,0.153725174569888,0.0,0.729469763824124,0,1.01011757248986,0.994632163974804 -1805,0.5,0.153725174569888,0.0,0.992522543549834,0.153725174569888,0.0,0.922421564598434,0.153725174569888,0.0,0.811998707850947,0.153725174569888,0.0,0.951104175261871,0.153725174569888,0.0,0.720142998667047,0.153725174569888,0.0,0.609752030295809,0.153725174569888,0.0,0.869989988615075,0.153725174569888,0.0,0.329459338050732,0.5,0.153725174569888,0.0,0.222396947400601,0.153725174569888,0.0,0.343238223793368,0.5,0.153725174569888,0.0,0.622433289722587,0.153725174569888,0.0,0.336624949404537,0.153725174569888,0.0,0.96960610192607,0.153725174569888,0.0,0.79995761063545,0.153725174569888,0.0,0.905582091072719,0.153725174569888,0.0,0.505454269678291,0.153725174569888,0.0,0.754732982355837,0.5,0.153725174569888,0.0,0.686900671271065,0,1.00980198232219,0.991153826073016 -1806,0.5,0.153725174569888,0.0,0.985251024760203,0.153725174569888,0.0,0.92109890304725,0.153725174569888,0.0,0.79923695091631,0.153725174569888,0.0,0.980282819595357,0.153725174569888,0.0,0.666660469563491,0.153725174569888,0.0,0.528438123195803,0.153725174569888,0.0,0.828184379541379,0.153725174569888,0.0,0.355206130614621,0.5,0.153725174569888,0.0,0.183101541064453,0.153725174569888,0.0,0.28664734329805,0.5,0.153725174569888,0.0,0.655980761547976,0.153725174569888,0.0,0.306303658442946,0.153725174569888,0.0,0.973591500125462,0.153725174569888,0.0,0.792550968951106,0.153725174569888,0.0,0.879736987406851,0.153725174569888,0.0,0.510090908002736,0.153725174569888,0.0,0.747183082120791,0.5,0.153725174569888,0.0,0.660042286931046,0,1.01013000690328,0.991706325787011 -1807,0.5,0.153725174569888,2.76258229536563e-06,0.978195577938402,0.153725174569888,0.0,0.940548968082479,0.153725174569888,0.0,0.83257714435347,0.153725174569888,4.73578188132474e-05,0.983606037192335,0.153725174569888,0.0,0.638841604292079,0.153725174569888,0.0,0.442901594271797,0.153725174569888,0.0,0.780228920231665,0.153725174569888,0.0,0.354698306191578,0.5,0.153725174569888,0.0,0.16734831121356,0.153725174569888,0.0,0.225390133725619,0.5,0.153725174569888,0.0,0.631835537287936,0.153725174569888,0.0,0.26794804446165,0.153725174569888,0.0,0.975428390515535,0.153725174569888,0.0,0.782054975272374,0.153725174569888,0.0,0.845905755891367,0.153725174569888,0.0,0.531975780153773,0.153725174569888,0.0,0.707731252023594,0.5,0.153725174569888,1.78528020354268e-05,0.63386572805164,0,1.01024966847719,0.993881836285908 -1808,0.5,0.153725174569888,0.00288545037691786,0.979327623231588,0.153725174569888,0.00467989563941046,0.961198011588171,0.153725174569888,0.0101808314415628,0.877183830804233,0.153725174569888,0.00592277749155919,0.994232223442433,0.153725174569888,0.00232762499664895,0.610548874506425,0.153725174569888,0.00134159930098255,0.359867193633136,0.153725174569888,0.000735142258919154,0.738829344308314,0.153725174569888,0.00151886199101483,0.336360430830527,0.5,0.153725174569888,0.00682765668313738,0.174002953968547,0.153725174569888,0.0272671485455851,0.224398725906074,0.5,0.153725174569888,0.00376251705056985,0.546195439044401,0.153725174569888,0.0235971966340722,0.29171086377856,0.153725174569888,0.00193721091612443,0.969652138587915,0.153725174569888,0.00505070974364206,0.781267167570918,0.153725174569888,0.00183858435251745,0.823850166644723,0.153725174569888,0.00189865266949877,0.555930388577102,0.153725174569888,0.00670053525028307,0.693745507851578,0.5,0.153725174569888,0.0106605322196153,0.651587688040148,0,1.01026271063215,0.995006804330688 -1809,0.5,0.153725174569888,0.0141264097620073,0.981011642791908,0.153725174569888,0.0105959689102867,0.963246470186072,0.153725174569888,0.0331729430839405,0.889314474834032,0.153725174569888,0.0275624150584073,0.998198854158425,0.153725174569888,0.031514844593927,0.631831672479413,0.153725174569888,0.0126361562292654,0.350435786533357,0.153725174569888,0.00732805539756798,0.693985733507499,0.153725174569888,0.0115999426702063,0.322827266127524,0.5,0.153725174569888,0.0425839046478363,0.189370162922999,0.153725174569888,0.0989809547877877,0.320016544891395,0.5,0.153725174569888,0.0318854364355009,0.543838021032628,0.153725174569888,0.0874068734074094,0.311772354686113,0.153725174569888,0.0134526297131765,0.943074782783327,0.153725174569888,0.0383507045090085,0.801849158329936,0.153725174569888,0.0154431621168686,0.827372938525165,0.153725174569888,0.00979738997651543,0.553570397720715,0.153725174569888,0.0352736142204553,0.715375709236281,0.5,0.153725174569888,0.0445861019724174,0.672221591800108,0,1.01027419871042,0.949631926720173 -1810,0.5,0.153725174569888,0.0350155607229982,0.979649429185915,0.153725174569888,0.0144236835540436,0.970336839411388,0.153725174569888,0.0509091480986703,0.865783389714188,0.153725174569888,0.058809907501424,0.996041116954657,0.153725174569888,0.0991602308953461,0.701434432684446,0.153725174569888,0.0226747613161884,0.434281748513572,0.153725174569888,0.0275388214678114,0.659512359903259,0.153725174569888,0.0296141748470431,0.32797865761989,0.5,0.153725174569888,0.0772921210620093,0.221967417732082,0.153725174569888,0.220404919002514,0.347175410934185,0.5,0.153725174569888,0.104942632086875,0.618951157130107,0.153725174569888,0.159128084910003,0.284825902884572,0.153725174569888,0.0398123588097136,0.916443800069379,0.153725174569888,0.0744533321106594,0.825214674159862,0.153725174569888,0.046275600814286,0.873449365097477,0.153725174569888,0.0270334520953544,0.555717279417771,0.153725174569888,0.0684820704639756,0.713963318969074,0.5,0.153725174569888,0.097597831930342,0.709821603353836,0,1.01026931145748,0.72575109798104 -1811,0.5,0.153725174569888,0.0648912322419779,0.977248671783492,0.153725174569888,0.0170728841889803,0.913410209286925,0.153725174569888,0.0760142100015696,0.842000636159648,0.153725174569888,0.0875033291255795,0.996671729742156,0.153725174569888,0.103567871562865,0.710991122171667,0.153725174569888,0.0254030566380051,0.488513406205369,0.153725174569888,0.0594448023119786,0.641532824158364,0.153725174569888,0.0548081853587884,0.342016076632524,0.5,0.153725174569888,0.0941334331700634,0.264795060783529,0.153725174569888,0.256632332558067,0.287715258408151,0.5,0.153725174569888,0.219103628700373,0.63523214472838,0.153725174569888,0.226118780881539,0.306465600991311,0.153725174569888,0.084025633116581,0.906893932909045,0.153725174569888,0.101430092436402,0.78469346204857,0.153725174569888,0.084666306036583,0.896907213885812,0.153725174569888,0.0440603972077047,0.504368405540831,0.153725174569888,0.108706304108514,0.703986805204871,0.5,0.153725174569888,0.169354147937032,0.709660874115995,0,1.01027763708381,0.428509570538455 -1812,0.5,0.153725174569888,0.062380403835247,0.954823181570566,0.153725174569888,0.0197912473997581,0.827635197191536,0.153725174569888,0.119420981764764,0.827985888181694,0.153725174569888,0.101610219829757,0.982686825933801,0.153725174569888,0.0965539834983019,0.713024206112793,0.153725174569888,0.0497775475708857,0.448259371452641,0.153725174569888,0.0633862773648087,0.705290868436064,0.153725174569888,0.0911343651170856,0.334477988920254,0.5,0.153725174569888,0.110133292107807,0.243742072893505,0.153725174569888,0.239741498065637,0.284650448820711,0.5,0.153725174569888,0.248560554606455,0.617585372778726,0.153725174569888,0.234867512893475,0.297367042672829,0.153725174569888,0.14262499333055,0.936985458710228,0.153725174569888,0.12544551419492,0.714467473629652,0.153725174569888,0.109951077582632,0.885037223010872,0.153725174569888,0.0999576462552943,0.518521379085219,0.153725174569888,0.150917100855514,0.695946177266202,0.5,0.153725174569888,0.233073497102781,0.708222952877732,0,1.01014205390655,0.240629214647899 -1813,0.5,0.153725174569888,0.0710865851592437,0.934330578535558,0.153725174569888,0.0416464538786184,0.757553245445141,0.153725174569888,0.194969624390086,0.857595706864691,0.153725174569888,0.143374365298306,0.979188385587462,0.153725174569888,0.124174774039172,0.74795176703723,0.153725174569888,0.0926954687856749,0.495087659549009,0.153725174569888,0.0605615477917215,0.696769655254039,0.153725174569888,0.131079104111676,0.345021149795397,0.5,0.153725174569888,0.169727910222692,0.221296122654077,0.153725174569888,0.18659129324607,0.261519825130043,0.5,0.153725174569888,0.194739691873749,0.531758766753172,0.153725174569888,0.218603095212734,0.247476150510341,0.153725174569888,0.152842171768594,0.925687746238069,0.153725174569888,0.0856577137177007,0.617370629874762,0.153725174569888,0.114645018485563,0.82886181751948,0.153725174569888,0.155382866830819,0.501611206978074,0.153725174569888,0.156335450436026,0.649562207659118,0.5,0.153725174569888,0.247882969047624,0.616117128627914,0,1.00930392953738,0.131125910359612 -1814,0.5,0.153725174569888,0.0856718335322372,0.893326141009291,0.153725174569888,0.0700268181041321,0.686408410937517,0.153725174569888,0.224584044224029,0.890241081009904,0.153725174569888,0.206783464633328,0.954539246577336,0.153725174569888,0.0991351662840423,0.713088260670608,0.153725174569888,0.115982113836875,0.496498536924,0.153725174569888,0.0936054165128349,0.680370487349621,0.153725174569888,0.0960273789080491,0.278974892551969,0.5,0.153725174569888,0.243778457708798,0.209352438086617,0.153725174569888,0.17375684960904,0.228910510191523,0.5,0.153725174569888,0.179703938886004,0.473303890996641,0.153725174569888,0.180134381263293,0.187365691717022,0.153725174569888,0.14890351421333,0.892748282808408,0.153725174569888,0.0620963779881065,0.497551231766722,0.153725174569888,0.0813090540286881,0.741834502984877,0.153725174569888,0.116509042082146,0.475407342347125,0.153725174569888,0.142475084592613,0.582025932349898,0.5,0.153725174569888,0.183045530366486,0.493816013219306,0,1.00879575747969,0.0799144963295917 -1815,0.5,0.153725174569888,0.0799682235935763,0.846828574096554,0.153725174569888,0.103468535970814,0.614986925406202,0.153725174569888,0.159461594191832,0.850510358092771,0.153725174569888,0.115402226900866,0.891675004644592,0.153725174569888,0.0796537519863999,0.648466611264639,0.153725174569888,0.115953305112278,0.470877499804033,0.153725174569888,0.109714926043389,0.704484885380488,0.153725174569888,0.0894556317146476,0.228479265038546,0.5,0.153725174569888,0.254053412143097,0.185876999810513,0.153725174569888,0.112432983418266,0.163101668584409,0.5,0.153725174569888,0.168882062766677,0.358154422198176,0.153725174569888,0.12975185165745,0.133550163449679,0.153725174569888,0.138342395522069,0.857401899732123,0.153725174569888,0.0588370097070109,0.382440641651903,0.153725174569888,0.0565707136926379,0.615958350614883,0.153725174569888,0.0893752498820322,0.46530396509326,0.153725174569888,0.108704684947645,0.458631447089827,0.5,0.153725174569888,0.0967821861458847,0.392409993020722,0,1.0067451491859,0.120033895130077 -1816,0.5,0.153725174569888,0.074865292289256,0.771341662009246,0.153725174569888,0.0798336355066005,0.536974279023618,0.153725174569888,0.0829867242430455,0.766521213894878,0.153725174569888,0.0497530106891413,0.811666388536868,0.153725174569888,0.0561483140553619,0.548087965629057,0.153725174569888,0.0742104874693269,0.400706221936613,0.153725174569888,0.069572884430746,0.603227706419715,0.153725174569888,0.0758705086421608,0.187074501772544,0.5,0.153725174569888,0.187602961649546,0.146079766762102,0.153725174569888,0.0652685233255351,0.112928590953949,0.5,0.153725174569888,0.149190842887618,0.270099023444521,0.153725174569888,0.0862918721719262,0.0949797450686968,0.153725174569888,0.16649312280733,0.785394757779091,0.153725174569888,0.0513484081766473,0.312522322822612,0.153725174569888,0.0299164500137949,0.475543978225589,0.153725174569888,0.0792308663064458,0.417661885462508,0.153725174569888,0.0751564206267142,0.377807999488323,0.5,0.153725174569888,0.0802678166856552,0.280114824576504,0,1.00722730636055,0.270422952944294 -1817,0.5,0.153725174569888,0.0463108855434326,0.704798936491489,0.153725174569888,0.0452828940755451,0.375793760369376,0.153725174569888,0.030518969351402,0.629734632166729,0.153725174569888,0.012503997602271,0.716746652801452,0.153725174569888,0.0307347602138637,0.460022872737923,0.153725174569888,0.0433055248853349,0.303847486598106,0.153725174569888,0.032608159675003,0.51010218785137,0.153725174569888,0.038813811112426,0.134359230740766,0.5,0.153725174569888,0.097817974431938,0.0857385456954968,0.153725174569888,0.0414342207998221,0.0793586731801767,0.5,0.153725174569888,0.0812787618852345,0.185032456982967,0.153725174569888,0.0496417646936687,0.0577305251579317,0.153725174569888,0.214332028581453,0.731461300466493,0.153725174569888,0.0283014286683407,0.28168204171744,0.153725174569888,0.0108061492339745,0.357168202571455,0.153725174569888,0.058271115647508,0.353341383080684,0.153725174569888,0.0381500701201812,0.314448198748073,0.5,0.153725174569888,0.0365729348938856,0.187603810456391,0,1.00728297570046,0.321766174813544 -1818,0.5,0.153725174569888,0.000931291106742785,0.66757724609359,0.153725174569888,0.0306037301461606,0.288131958250699,0.153725174569888,0.00799735328093011,0.497152668360643,0.153725174569888,0.000476103488163981,0.624860693029064,0.153725174569888,0.00627427200301599,0.377265607912178,0.153725174569888,0.0153523760939041,0.210245405698851,0.153725174569888,0.00639377118921994,0.418145773111133,0.153725174569888,0.0096160741813715,0.0778411463617296,0.5,0.153725174569888,0.029343919542099,0.0330238792778571,0.153725174569888,0.0101131952179219,0.0451115433930341,0.5,0.153725174569888,0.0295170281749665,0.109367412050852,0.153725174569888,0.0191983069052335,0.032314074463787,0.153725174569888,0.039863977212657,0.469197836448769,0.153725174569888,0.00507301090684527,0.231222974469798,0.153725174569888,0.00237403107221239,0.273594550847102,0.153725174569888,0.0147294957797261,0.250223238182719,0.153725174569888,0.00909149770386814,0.271432959910546,0.5,0.153725174569888,0.0044787224436633,0.1293214045289,0,1.00476328774161,0.323116750405341 -1819,0.5,0.153725174569888,0.0,0.583759015773517,0.153725174569888,0.0,0.110197185738339,0.153725174569888,0.0,0.326750602267351,0.153725174569888,0.0,0.50786944046548,0.153725174569888,0.0,0.266041485484114,0.153725174569888,0.0,0.127657229569696,0.153725174569888,0.0,0.321144447829203,0.153725174569888,1.22507882376481e-06,0.0451672389723297,0.5,0.153725174569888,4.72946055685731e-08,0.014049774357967,0.153725174569888,0.0,0.0276617799005305,0.5,0.153725174569888,0.0,0.090054011707923,0.153725174569888,0.0,0.0188792115671382,0.153725174569888,0.0,0.233230191252953,0.153725174569888,0.0,0.177979931878584,0.153725174569888,0.0,0.220385772058301,0.153725174569888,0.0,0.188964674078306,0.153725174569888,0.0,0.218163714660658,0.5,0.153725174569888,0.0,0.106083753672539,0,0.991541183771129,0.269278851135054 -1820,0.5,0.153725174569888,0.0,0.477357091498432,0.153725174569888,0.0,0.037439035479784,0.153725174569888,0.0,0.252727997175602,0.153725174569888,0.0,0.474168949422977,0.153725174569888,0.0,0.190986692363445,0.153725174569888,0.0,0.0899022996366074,0.153725174569888,0.0,0.273191772502424,0.153725174569888,0.0,0.0337687116905877,0.5,0.153725174569888,0.0,0.00643450520506495,0.153725174569888,0.0,0.0199984163768713,0.5,0.153725174569888,0.0,0.0753784543068433,0.153725174569888,0.0,0.0132562756462059,0.153725174569888,0.0,0.105348066056936,0.153725174569888,0.0,0.179595616120268,0.153725174569888,0.0,0.194270912238221,0.153725174569888,0.0,0.140013346517276,0.153725174569888,0.0,0.138490324173043,0.5,0.153725174569888,0.0,0.093049468528192,0,0.966596488906604,0.24760716089275 -1821,0.5,0.153725174569888,0.0,0.347269012679979,0.153725174569888,0.0,0.0277409069725423,0.153725174569888,0.0,0.22312701145664,0.153725174569888,0.0,0.422753750963376,0.153725174569888,0.0,0.165240128869037,0.153725174569888,0.0,0.081656670301738,0.153725174569888,0.0,0.231853576303645,0.153725174569888,0.0,0.0279795525642817,0.5,0.153725174569888,0.0,0.00351332887611173,0.153725174569888,0.0,0.00945966839651186,0.5,0.153725174569888,0.0,0.0714726538377348,0.153725174569888,0.0,0.011065991913955,0.153725174569888,0.0,0.0535170451492807,0.153725174569888,0.0,0.221620177156563,0.153725174569888,0.0,0.207399510000648,0.153725174569888,0.0,0.119546196174664,0.153725174569888,0.0,0.102900804407216,0.5,0.153725174569888,0.0,0.0778437918049951,0,0.955245373131463,0.393810230296476 -1822,0.5,0.153725174569888,0.0,0.27472258880495,0.153725174569888,0.0,0.0470064353650137,0.153725174569888,0.0,0.239207565801663,0.153725174569888,0.0,0.308298599715421,0.153725174569888,0.0,0.176832923244991,0.153725174569888,0.0,0.0878983765510675,0.153725174569888,0.0,0.188109845243567,0.153725174569888,0.0,0.0204585194365585,0.5,0.153725174569888,0.0,0.0017090621463456,0.153725174569888,0.0,0.00446430482935783,0.5,0.153725174569888,0.0,0.0669516925758141,0.153725174569888,0.0,0.0120213154585017,0.153725174569888,0.0,0.0733397618526914,0.153725174569888,0.0,0.27980499950745,0.153725174569888,0.0,0.255106500479091,0.153725174569888,0.0,0.111324899880238,0.153725174569888,0.0,0.0853420051060328,0.5,0.153725174569888,0.0,0.0628591330406385,0,0.894516111141944,0.686042658074009 -1823,0.5,0.153725174569888,0.0,0.213395134662526,0.153725174569888,0.0,0.143137285958668,0.153725174569888,0.0,0.266941034655592,0.153725174569888,0.0,0.200675530603245,0.153725174569888,0.0,0.22630864772803,0.153725174569888,0.0,0.0951263285725935,0.153725174569888,0.0,0.156584745997921,0.153725174569888,0.0,0.0181196245096277,0.5,0.153725174569888,0.0,0.00159058645519905,0.153725174569888,0.0,0.00257872262406868,0.5,0.153725174569888,0.0,0.0453245221107558,0.153725174569888,0.0,0.0120294196957788,0.153725174569888,0.0,0.197254467503436,0.153725174569888,0.0,0.363010590368644,0.153725174569888,0.0,0.32035731536947,0.153725174569888,0.0,0.0847051908308756,0.153725174569888,0.0,0.068058433787565,0.5,0.153725174569888,0.0,0.0535744875825377,0,0.738666943513876,0.81460226637787 -1824,0.5,0.153725174569888,0.0,0.163736888468769,0.153725174569888,0.0,0.392610748810239,0.153725174569888,0.0,0.273783275594379,0.153725174569888,0.0,0.166232485526376,0.153725174569888,0.0,0.266334383727505,0.153725174569888,0.0,0.087632511415489,0.153725174569888,0.0,0.154795609537789,0.153725174569888,0.0,0.019963548063354,0.5,0.153725174569888,0.0,0.00177992127614341,0.153725174569888,0.0,0.00170237108474117,0.5,0.153725174569888,0.0,0.0262651561893343,0.153725174569888,0.0,0.0122373499062148,0.153725174569888,0.0,0.504600689021266,0.153725174569888,0.0,0.434697810729853,0.153725174569888,0.0,0.362476802237359,0.153725174569888,0.0,0.0559217973828944,0.153725174569888,0.0,0.0510102771045575,0.5,0.153725174569888,0.0,0.0403701015376246,0,0.475354211829482,0.816200890361413 -1825,0.5,0.153725174569888,0.0,0.154580794816405,0.153725174569888,0.0,0.568046389745165,0.153725174569888,0.0,0.25905663191717,0.153725174569888,0.0,0.163429326653673,0.153725174569888,0.0,0.270619816428692,0.153725174569888,0.0,0.0896703872536579,0.153725174569888,0.0,0.181452268604224,0.153725174569888,0.0,0.0269531894526272,0.5,0.153725174569888,0.0,0.00146964474802789,0.153725174569888,0.0,0.00152204953093559,0.5,0.153725174569888,0.0,0.0198782896866453,0.153725174569888,0.0,0.011061950105215,0.153725174569888,0.0,0.738000056469335,0.153725174569888,0.0,0.496827487918952,0.153725174569888,0.0,0.353675789125347,0.153725174569888,0.0,0.044943459361953,0.153725174569888,0.0,0.0361865109940558,0.5,0.153725174569888,0.0,0.0283773746362186,0,0.310350576064,0.866028400931005 -1826,0.5,0.153725174569888,0.0,0.186814940703149,0.153725174569888,0.0,0.67461824425752,0.153725174569888,0.0,0.22717267382958,0.153725174569888,0.0,0.178294111532356,0.153725174569888,0.0,0.270444164476955,0.153725174569888,0.0,0.104092828033869,0.153725174569888,0.0,0.182612122628898,0.153725174569888,0.0,0.036015103153265,0.5,0.153725174569888,0.0,0.00107875036623196,0.153725174569888,0.0,0.00171456651658973,0.5,0.153725174569888,0.0,0.0132738188032412,0.153725174569888,0.0,0.0115750791066784,0.153725174569888,0.0,0.83790963127482,0.153725174569888,0.0,0.507861760007408,0.153725174569888,0.0,0.370731681571229,0.153725174569888,0.0,0.0500683288689892,0.153725174569888,0.0,0.027652340103098,0.5,0.153725174569888,0.0,0.0197453351124326,0,0.177212526163753,0.897047796068022 -1827,0.5,0.153725174569888,0.0,0.270937044280504,0.153725174569888,0.0,0.730757473133773,0.153725174569888,0.0,0.194129865685003,0.153725174569888,0.0,0.206297666469684,0.153725174569888,0.0,0.287234027641117,0.153725174569888,0.0,0.139200216756135,0.153725174569888,0.0,0.17471091313966,0.153725174569888,0.0,0.0420711914843863,0.5,0.153725174569888,0.0,0.000812729704294691,0.153725174569888,0.0,0.00169112340000897,0.5,0.153725174569888,0.0,0.0079240553035273,0.153725174569888,0.0,0.0138508127020301,0.153725174569888,0.0,0.875480945859339,0.153725174569888,0.0,0.482034294020076,0.153725174569888,0.0,0.410265623222185,0.153725174569888,0.0,0.0584174516168225,0.153725174569888,0.0,0.0217166887502625,0.5,0.153725174569888,0.0,0.0122528286087088,0,0.111659651523084,0.865601939514009 -1828,0.5,0.153725174569888,0.0,0.407596446025007,0.153725174569888,0.0,0.682279587555823,0.153725174569888,0.0,0.18268503007935,0.153725174569888,0.0,0.253669025543134,0.153725174569888,0.0,0.299266503166701,0.153725174569888,0.0,0.182738555770082,0.153725174569888,0.0,0.224148501901978,0.153725174569888,0.0,0.0420859336176992,0.5,0.153725174569888,0.0,0.00108886468590571,0.153725174569888,0.0,0.0019981257430272,0.5,0.153725174569888,0.0,0.00469401395723321,0.153725174569888,0.0,0.0100159158902994,0.153725174569888,0.0,0.876496761980416,0.153725174569888,0.0,0.432488011148678,0.153725174569888,0.0,0.474028654708016,0.153725174569888,0.0,0.0642612484688273,0.153725174569888,0.0,0.0143756983115909,0.5,0.153725174569888,0.0,0.00736902725060941,0,0.750239207901365,0.864669578306883 -1829,0.5,0.153725174569888,0.0,0.548716266793229,0.153725174569888,0.0,0.636996849335405,0.153725174569888,0.0,0.184504637464354,0.153725174569888,0.0,0.293018412086341,0.153725174569888,0.0,0.32794512489352,0.153725174569888,0.0,0.207002154486547,0.153725174569888,0.0,0.252566881214529,0.153725174569888,0.0,0.0455518964290173,0.5,0.153725174569888,0.0,0.00219445664215086,0.153725174569888,0.0,0.00214247435057672,0.5,0.153725174569888,0.0,0.00323350773043629,0.153725174569888,0.0,0.00721532384065392,0.153725174569888,0.0,0.858813813576051,0.153725174569888,0.0,0.375401698359777,0.153725174569888,0.0,0.503936585711965,0.153725174569888,0.0,0.0685502943197845,0.153725174569888,0.0,0.0126603916785754,0.5,0.153725174569888,0.0,0.00623875150973103,0,1.0049899370511,0.89951599212367 -1830,0.5,0.153725174569888,0.0,0.65229395275988,0.153725174569888,0.0,0.639497850134569,0.153725174569888,0.0,0.182668987538455,0.153725174569888,0.0,0.308125141732923,0.153725174569888,0.0,0.365292308573622,0.153725174569888,0.0,0.250575458264834,0.153725174569888,0.0,0.275400411875906,0.153725174569888,0.0,0.0508965342940015,0.5,0.153725174569888,0.0,0.00371733427240141,0.153725174569888,0.0,0.00149924723196008,0.5,0.153725174569888,0.0,0.00303948358729116,0.153725174569888,0.0,0.00557018643504951,0.153725174569888,0.0,0.801733395545354,0.153725174569888,0.0,0.370042865966922,0.153725174569888,0.0,0.433646143503057,0.153725174569888,0.0,0.0694197090207473,0.153725174569888,0.0,0.0134905276718634,0.5,0.153725174569888,0.0,0.00593706106819877,0,0.994543147816208,0.84545917078118 -1831,0.5,0.153725174569888,0.00010778104874694,0.683744566840258,0.153725174569888,0.0,0.587182543842725,0.153725174569888,0.0,0.176576854594873,0.153725174569888,0.000242927077145497,0.309352205768753,0.153725174569888,0.0,0.408848599378534,0.153725174569888,0.0,0.277191422206519,0.153725174569888,0.0,0.282414001739065,0.153725174569888,0.0,0.0554854912742378,0.5,0.153725174569888,0.0,0.00563240112130351,0.153725174569888,0.0,0.000469795181234205,0.5,0.153725174569888,0.0,0.00455692602592168,0.153725174569888,0.0,0.00446047273398301,0.153725174569888,0.0,0.76125921286263,0.153725174569888,0.0,0.400296786896187,0.153725174569888,0.0,0.399414901583604,0.153725174569888,0.0,0.0687615403296365,0.153725174569888,0.0,0.0157203397181049,0.5,0.153725174569888,0.000363698725041831,0.00483565960916368,0,0.980123450262714,0.704245760056911 -1832,0.5,0.153725174569888,0.0105227056317745,0.680211329826248,0.153725174569888,0.00718550863103541,0.611610057715715,0.153725174569888,0.0156600230408198,0.217351332354711,0.153725174569888,0.0136765934242242,0.346310687211767,0.153725174569888,0.00996161848458207,0.496941930084933,0.153725174569888,0.0230133452534035,0.292712815141084,0.153725174569888,0.0242145567324484,0.353897575582617,0.153725174569888,0.0404375409613509,0.0494041175302538,0.5,0.153725174569888,0.0201527330312058,0.00637739772504325,0.153725174569888,0.0881161824331227,0.00026046510451803,0.5,0.153725174569888,0.0357215891206686,0.00845701132776144,0.153725174569888,0.0725271341143734,0.00343626942360955,0.153725174569888,0.00666582085062559,0.778325855519444,0.153725174569888,0.00406907014461296,0.447694139916055,0.153725174569888,0.0054711394212858,0.420037752151816,0.153725174569888,0.0298090915960885,0.0903123119822895,0.153725174569888,0.0183405275045186,0.0237484482708861,0.5,0.153725174569888,0.0864110422881447,0.0034117120185895,0,0.969060976631196,0.834120347651346 -1833,0.5,0.153725174569888,0.0371419346217745,0.668238850552863,0.153725174569888,0.0343291089349184,0.701822973050927,0.153725174569888,0.0508025447248154,0.249658345172017,0.153725174569888,0.0413188273776884,0.43624047675701,0.153725174569888,0.0275589768140379,0.582496105080344,0.153725174569888,0.110886181417836,0.344594436234452,0.153725174569888,0.133469615337281,0.458930043225497,0.153725174569888,0.169170090740949,0.0535623331882219,0.5,0.153725174569888,0.107106961396388,0.0166751740298237,0.153725174569888,0.254927767462034,0.000150936461218207,0.5,0.153725174569888,0.12918146826195,0.0306943480236092,0.153725174569888,0.233286313834325,0.00274672377566419,0.153725174569888,0.038920552754197,0.808351684189809,0.153725174569888,0.021038753874787,0.516206179548489,0.153725174569888,0.0376601719939771,0.517141841778814,0.153725174569888,0.128023729945741,0.168621175933083,0.153725174569888,0.074744324282893,0.0460636317134216,0.5,0.153725174569888,0.234306189606211,0.00464559571146439,0,0.937499792935043,0.89235147262131 -1834,0.5,0.153725174569888,0.0734920631315999,0.693498728595218,0.153725174569888,0.0641083060319654,0.727900221214726,0.153725174569888,0.0972056531782317,0.292886164684046,0.153725174569888,0.0743437396225975,0.513893092042982,0.153725174569888,0.064488588488923,0.664620165942819,0.153725174569888,0.230140450734928,0.48259146149541,0.153725174569888,0.278290966101193,0.560936393174547,0.153725174569888,0.313775662659428,0.137951361742091,0.5,0.153725174569888,0.237869010901975,0.0928307556445651,0.153725174569888,0.423225079493488,0.00019418445496315,0.5,0.153725174569888,0.253553546632679,0.056918272278349,0.153725174569888,0.396291074694074,0.00284030026187641,0.153725174569888,0.0969838878485625,0.811942713966283,0.153725174569888,0.0373980799170645,0.572427539120425,0.153725174569888,0.0981864816383801,0.63703893739988,0.153725174569888,0.275571372320874,0.318955805281244,0.153725174569888,0.146565790215796,0.0702525617173973,0.5,0.153725174569888,0.401619882366274,0.00836137367083932,0,0.897784324981376,0.841561993957002 -1835,0.5,0.153725174569888,0.106205232030798,0.73741249188094,0.153725174569888,0.0918040270715426,0.755058348438187,0.153725174569888,0.173612385810415,0.394834903833127,0.153725174569888,0.130126506795919,0.557755385721821,0.153725174569888,0.131780205856764,0.814967990740433,0.153725174569888,0.327860408865174,0.533458278838148,0.153725174569888,0.424375506604847,0.679361469092679,0.153725174569888,0.446737269772139,0.267336642772007,0.5,0.153725174569888,0.356589293040642,0.201476647871584,0.153725174569888,0.568615092243759,0.000562135892974773,0.5,0.153725174569888,0.381295401293603,0.0957010470029952,0.153725174569888,0.537510879627575,0.00486027269684432,0.153725174569888,0.171992331817367,0.88145502041106,0.153725174569888,0.0882159993797634,0.687881745102186,0.153725174569888,0.195328491123253,0.756704886586088,0.153725174569888,0.419978705358477,0.429812639185366,0.153725174569888,0.223684629631127,0.0906450367621687,0.5,0.153725174569888,0.539526134545239,0.0112526673042002,0,0.874545096198502,0.831908664840603 -1836,0.5,0.153725174569888,0.140940558942241,0.777270589043793,0.153725174569888,0.106575113230482,0.753057643349977,0.153725174569888,0.272982073453861,0.511055876089373,0.153725174569888,0.198217021491287,0.576272331906791,0.153725174569888,0.151659599708533,0.822525232921741,0.153725174569888,0.477811041499492,0.666488339823848,0.153725174569888,0.523692002091933,0.778110404001549,0.153725174569888,0.55223917426288,0.441933394645172,0.5,0.153725174569888,0.36874545895092,0.290098260122931,0.153725174569888,0.655786121336963,0.000933776802037306,0.5,0.153725174569888,0.465920283387063,0.121702227545651,0.153725174569888,0.614843592160937,0.0100553608464012,0.153725174569888,0.161855397341352,0.898568715322663,0.153725174569888,0.192097056468693,0.808496406199478,0.153725174569888,0.277748713249671,0.798640943389406,0.153725174569888,0.515805820424563,0.493356610744482,0.153725174569888,0.281950286340015,0.113288171519976,0.5,0.153725174569888,0.599686920581026,0.0137956246805847,0,0.857397886302464,0.90923768888872 -1837,0.5,0.153725174569888,0.132281979027901,0.780351294248391,0.153725174569888,0.101163174025594,0.738940918496328,0.153725174569888,0.393318604617726,0.579845631154012,0.153725174569888,0.236828450076488,0.591867202389232,0.153725174569888,0.204806367216281,0.798855621358945,0.153725174569888,0.557370144166897,0.902415249725525,0.153725174569888,0.55408059060992,0.849825380403716,0.153725174569888,0.591516578899805,0.628485722642259,0.5,0.153725174569888,0.329023479749556,0.376769523815744,0.153725174569888,0.669017091185403,0.00207643945753497,0.5,0.153725174569888,0.509428266605199,0.192397654522414,0.153725174569888,0.631929293333737,0.0209976010190976,0.153725174569888,0.161923150240761,0.87662906342694,0.153725174569888,0.168740116430252,0.808497237821306,0.153725174569888,0.325041794552818,0.847302188706117,0.153725174569888,0.52659866152088,0.565283856565401,0.153725174569888,0.291961439660105,0.162839230257607,0.5,0.153725174569888,0.603109899822517,0.0175076688435922,0,0.892367809994209,0.94433416675613 -1838,0.5,0.153725174569888,0.120946437275335,0.759465554517017,0.153725174569888,0.1233996450956,0.766801076058647,0.153725174569888,0.451418947343041,0.59079932364563,0.153725174569888,0.275242815504638,0.593689526526915,0.153725174569888,0.332756674099167,0.944867062639095,0.153725174569888,0.218726873154204,0.988899056762384,0.153725174569888,0.502074303167246,0.87804242441738,0.153725174569888,0.480425723610444,0.777352954879903,0.5,0.153725174569888,0.318946036094111,0.475647706814762,0.153725174569888,0.640732629688206,0.00593317729441508,0.5,0.153725174569888,0.482950784130548,0.263643373542087,0.153725174569888,0.608344358210454,0.0435249948614456,0.153725174569888,0.0911071095942954,0.812804060262264,0.153725174569888,0.176634606536675,0.77882806912063,0.153725174569888,0.255728000247251,0.785123107955296,0.153725174569888,0.488600598414856,0.651883013711147,0.153725174569888,0.262901876397609,0.210557609017812,0.5,0.153725174569888,0.56533119769245,0.0223452796038557,0,0.934728477488499,0.932713530993373 -1839,0.5,0.153725174569888,0.0947571001217195,0.722025645566594,0.153725174569888,0.0418661086667414,0.665592580160674,0.153725174569888,0.432191383946208,0.604259730889535,0.153725174569888,0.228563133770416,0.550389699651038,0.153725174569888,0.166016050635469,0.985926174128183,0.153725174569888,0.169119241038814,1.00126251260584,0.153725174569888,0.274587269153185,0.922881030659043,0.153725174569888,0.358060472641354,0.847630489711327,0.5,0.153725174569888,0.270891014034526,0.55191739428626,0.153725174569888,0.551173967689938,0.0198739201131309,0.5,0.153725174569888,0.356987549313495,0.286979375948091,0.153725174569888,0.530923687285135,0.0768335470129659,0.153725174569888,0.036327853203709,0.739874877769068,0.153725174569888,0.185161204107197,0.854612578413038,0.153725174569888,0.277754154717273,0.724290233056785,0.153725174569888,0.397576666780561,0.683870119002636,0.153725174569888,0.223263842367699,0.235019606758848,0.5,0.153725174569888,0.473246694697281,0.0293439082664072,0,0.889074361632197,0.972815108299324 -1840,0.5,0.153725174569888,0.0684127078302323,0.632194287505539,0.153725174569888,0.110623737418166,0.771202655843355,0.153725174569888,0.337050512702287,0.56602873380212,0.153725174569888,0.191727143981891,0.454052522755607,0.153725174569888,0.0764417640721044,0.984978525842032,0.153725174569888,0.183934696287144,0.946101068772216,0.153725174569888,0.127961641795979,1.00524549834259,0.153725174569888,0.242236306922249,0.821100729104601,0.5,0.153725174569888,0.185841235452935,0.541412731234865,0.153725174569888,0.404050865616588,0.0423374532454847,0.5,0.153725174569888,0.274469340764122,0.328371121138519,0.153725174569888,0.406133802753319,0.107480151457137,0.153725174569888,0.0226891510291286,0.76689483101714,0.153725174569888,0.0534541344175749,0.886935054560685,0.153725174569888,0.207631714791754,0.702258165218758,0.153725174569888,0.22965615938097,0.647653530026855,0.153725174569888,0.15274462464796,0.256181201594904,0.5,0.153725174569888,0.350412433251135,0.0352099637669038,0,0.817042810797158,0.996541386724979 -1841,0.5,0.153725174569888,0.0389811699429374,0.506865449607858,0.153725174569888,0.0838064948008103,0.923114666974015,0.153725174569888,0.186787490879489,0.446259486869637,0.153725174569888,0.15616688920067,0.308186262244547,0.153725174569888,0.0236101065662983,0.960571208629129,0.153725174569888,0.120907262898594,0.941667872262436,0.153725174569888,0.0730048680855523,0.981621690406141,0.153725174569888,0.17836922182817,0.810673882494211,0.5,0.153725174569888,0.105777799602163,0.486221868093915,0.153725174569888,0.229622078117609,0.0506360105300922,0.5,0.153725174569888,0.18008329738221,0.276969182006022,0.153725174569888,0.260432956328166,0.0993127636092244,0.153725174569888,0.00934862848684781,0.842835239119433,0.153725174569888,0.0190663323261804,0.906590226352823,0.153725174569888,0.0667963934723125,0.782645613789477,0.153725174569888,0.0877787043054729,0.656830078578314,0.153725174569888,0.087368068333141,0.239012751960835,0.5,0.153725174569888,0.20154972550857,0.0242121005876919,0,0.71606554257604,1.00744391930824 -1842,0.5,0.153725174569888,0.00683687407455816,0.428486215217602,0.153725174569888,0.0012037035901795,0.922459203257903,0.153725174569888,0.0307070271846374,0.513229067713282,0.153725174569888,0.00965468683880491,0.221332371769993,0.153725174569888,0.00787457507776709,0.98770914216777,0.153725174569888,0.018590439578555,0.988131767382595,0.153725174569888,0.0314067029552157,0.913394715487978,0.153725174569888,0.050641846251673,0.74463134212049,0.5,0.153725174569888,0.0465996398373297,0.472525996914792,0.153725174569888,0.0635703353072328,0.0358680008189092,0.5,0.153725174569888,0.0588110593522108,0.266864932233166,0.153725174569888,0.0723868889171353,0.0658152145270758,0.153725174569888,0.00128621205190079,0.88534379440129,0.153725174569888,0.00381205138174144,0.8911535317399,0.153725174569888,0.0104010314536315,0.915965534115666,0.153725174569888,0.0149901052278509,0.596398145021208,0.153725174569888,0.0198510859877264,0.23181682020359,0.5,0.153725174569888,0.0338647751149266,0.013853906671342,0,0.525737019127567,1.0103669124692 -1843,0.5,0.153725174569888,0.0,0.446372031043276,0.153725174569888,0.0,0.928326695029922,0.153725174569888,0.0,0.615167366563751,0.153725174569888,0.0,0.246959512134806,0.153725174569888,0.0,0.979567081170181,0.153725174569888,7.48125613895369e-06,0.967956871444625,0.153725174569888,0.0,0.942947707093582,0.153725174569888,7.75057976508747e-07,0.649422895180523,0.5,0.153725174569888,0.0,0.454285673681881,0.153725174569888,0.0,0.0530149789093093,0.5,0.153725174569888,0.0,0.255053541700006,0.153725174569888,0.0,0.072706178038353,0.153725174569888,0.0,0.8707072304749,0.153725174569888,0.0,0.901520640327442,0.153725174569888,0.0,0.876727895427784,0.153725174569888,0.0,0.421750875213997,0.153725174569888,0.0,0.239403271480477,0.5,0.153725174569888,0.0,0.023190070894219,0,0.480400303940768,1.01056806573294 -1844,0.5,0.153725174569888,0.0,0.551990623976375,0.153725174569888,0.0,0.796279066298862,0.153725174569888,0.0,0.527986563836803,0.153725174569888,0.0,0.345439208602034,0.153725174569888,0.0,1.01379606497964,0.153725174569888,0.0,0.978002504542525,0.153725174569888,0.0,0.991003823501011,0.153725174569888,0.0,0.668435113964205,0.5,0.153725174569888,0.0,0.434677676199697,0.153725174569888,0.0,0.068008743834889,0.5,0.153725174569888,0.0,0.225790764659267,0.153725174569888,0.0,0.0857324486370029,0.153725174569888,0.0,0.767360045628856,0.153725174569888,0.0,0.906027070697652,0.153725174569888,0.0,0.837450785678715,0.153725174569888,0.0,0.500649005248445,0.153725174569888,0.0,0.260869703056723,0.5,0.153725174569888,0.0,0.0320821809454406,0,0.632239002077805,1.01110024129642 -1845,0.5,0.153725174569888,0.0,0.638043401473236,0.153725174569888,0.0,0.827206713162691,0.153725174569888,0.0,0.489268286587764,0.153725174569888,0.0,0.43375550417131,0.153725174569888,0.0,1.00097557430115,0.153725174569888,0.0,0.998737654259099,0.153725174569888,0.0,0.968741813712148,0.153725174569888,0.0,0.768163652533818,0.5,0.153725174569888,0.0,0.47785840547838,0.153725174569888,0.0,0.0948768062172508,0.5,0.153725174569888,0.0,0.229786791933916,0.153725174569888,0.0,0.0978520119962288,0.153725174569888,0.0,0.768436244094844,0.153725174569888,0.0,0.921345419353425,0.153725174569888,0.0,0.869184229938695,0.153725174569888,0.0,0.646003057950837,0.153725174569888,0.0,0.254091245593499,0.5,0.153725174569888,0.0,0.0571580318533603,0,0.745060133280088,1.01080076440502 -1846,0.5,0.153725174569888,0.0,0.672709849322247,0.153725174569888,0.0,0.917540149462486,0.153725174569888,0.0,0.569161895643631,0.153725174569888,0.0,0.497253891683496,0.153725174569888,0.0,0.996494035758118,0.153725174569888,0.0,0.996955835967856,0.153725174569888,0.0,1.00096874028071,0.153725174569888,0.0,0.878530021558147,0.5,0.153725174569888,0.0,0.571626669998139,0.153725174569888,0.0,0.131072854838692,0.5,0.153725174569888,0.0,0.338459814450154,0.153725174569888,0.0,0.149315432620631,0.153725174569888,0.0,0.775360447092217,0.153725174569888,0.0,0.925723074969058,0.153725174569888,0.0,0.924817815513084,0.153725174569888,0.0,0.736276777878663,0.153725174569888,0.0,0.342936096448433,0.5,0.153725174569888,0.0,0.101006515066754,0,0.68464196397493,1.01061541006447 -1847,0.5,0.153725174569888,0.0,0.643946676727482,0.153725174569888,0.0,0.9470358943814,0.153725174569888,0.0,0.691233353727711,0.153725174569888,0.0,0.565639300084819,0.153725174569888,0.0,1.01731996109323,0.153725174569888,0.0,0.994969795100281,0.153725174569888,0.0,1.01281564334206,0.153725174569888,0.0,0.89444473817451,0.5,0.153725174569888,0.0,0.693128046891015,0.153725174569888,0.0,0.192479454484366,0.5,0.153725174569888,0.0,0.474206602003909,0.153725174569888,0.0,0.249610650536753,0.153725174569888,0.0,0.805172078594902,0.153725174569888,0.0,0.930125448409095,0.153725174569888,0.0,0.98722979748291,0.153725174569888,0.0,0.832910639608013,0.153725174569888,0.0,0.436539229185535,0.5,0.153725174569888,0.0,0.149740066905455,0,0.448061962597019,1.00854635617125 -1848,0.5,0.153725174569888,0.0,0.633857317448926,0.153725174569888,0.0,0.900332848898968,0.153725174569888,0.0,0.868312664799839,0.153725174569888,0.0,0.628340561308625,0.153725174569888,0.0,1.01921467209454,0.153725174569888,0.0,1.00361272874616,0.153725174569888,0.0,1.01008175280753,0.153725174569888,0.0,0.915476494086926,0.5,0.153725174569888,0.0,0.712631450024177,0.153725174569888,0.0,0.271336455917264,0.5,0.153725174569888,0.0,0.718382030381958,0.153725174569888,0.0,0.356384632440122,0.153725174569888,0.0,0.776002800095143,0.153725174569888,0.0,0.940865124778133,0.153725174569888,0.0,0.992410773435728,0.153725174569888,0.0,0.900579748192283,0.153725174569888,0.0,0.607818894971596,0.5,0.153725174569888,0.0,0.232708539446707,0,0.313520394186361,1.00934481482214 -1849,0.5,0.153725174569888,0.0,0.733346317553222,0.153725174569888,0.0,0.872134347741934,0.153725174569888,0.0,0.930663906962146,0.153725174569888,0.0,0.748940055108168,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00788493161294,0.153725174569888,0.0,1.01953906233761,0.153725174569888,0.0,0.902932631728812,0.5,0.153725174569888,0.0,0.708844369704322,0.153725174569888,0.0,0.371990367361838,0.5,0.153725174569888,0.0,0.820260054642067,0.153725174569888,0.0,0.416838155282773,0.153725174569888,0.0,0.752520906718074,0.153725174569888,0.0,0.977462978501642,0.153725174569888,0.0,0.984352750330658,0.153725174569888,0.0,0.910752294992902,0.153725174569888,0.0,0.768560983232058,0.5,0.153725174569888,0.0,0.410414709606927,0,0.283134016348279,1.01142231318338 -1850,0.5,0.153725174569888,0.0,0.81624445588962,0.153725174569888,0.0,0.936215130379369,0.153725174569888,0.0,0.97722475136297,0.153725174569888,0.0,0.854248763548639,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00400144064903,0.153725174569888,0.0,1.02122243873511,0.153725174569888,0.0,0.865066196752595,0.5,0.153725174569888,0.0,0.730223979943272,0.153725174569888,0.0,0.488324358163615,0.5,0.153725174569888,0.0,0.89067597626546,0.153725174569888,0.0,0.515218718668263,0.153725174569888,0.0,0.741032747403235,0.153725174569888,0.0,0.986640934123633,0.153725174569888,0.0,0.993555024002048,0.153725174569888,0.0,0.936619251834748,0.153725174569888,0.0,0.878639069870852,0.5,0.153725174569888,0.0,0.578219843534692,0,0.697803952500787,1.01134232188682 -1851,0.5,0.153725174569888,0.0,0.814450205574369,0.153725174569888,0.0,0.970518586766891,0.153725174569888,0.0,0.976733058542441,0.153725174569888,0.0,0.923193593258123,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00219130302091,0.153725174569888,0.0,1.02089066616073,0.153725174569888,0.0,0.891806734897722,0.5,0.153725174569888,0.0,0.659731080333167,0.153725174569888,0.0,0.570948425720361,0.5,0.153725174569888,0.0,0.918936398662541,0.153725174569888,0.0,0.560298688482871,0.153725174569888,0.0,0.743620931896273,0.153725174569888,0.0,0.982933067664421,0.153725174569888,0.0,1.00357368222518,0.153725174569888,0.0,0.931484160933065,0.153725174569888,0.0,0.910455568550531,0.5,0.153725174569888,0.0,0.728015556557923,0,0.755967169563982,1.01141514073866 -1852,0.5,0.153725174569888,0.0,0.755707797084186,0.153725174569888,0.0,0.965159949898832,0.153725174569888,0.0,0.965610782970401,0.153725174569888,0.0,0.936965924703442,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.977229538077877,0.153725174569888,0.0,1.0197450166608,0.153725174569888,0.0,0.858017120506906,0.5,0.153725174569888,0.0,0.538005573888233,0.153725174569888,0.0,0.658430058915039,0.5,0.153725174569888,0.0,0.943498048068831,0.153725174569888,0.0,0.586175409618097,0.153725174569888,0.0,0.791681736006428,0.153725174569888,0.0,0.98637067772746,0.153725174569888,0.0,1.00587503227113,0.153725174569888,0.0,0.915720018909003,0.153725174569888,0.0,0.92732035182341,0.5,0.153725174569888,0.0,0.825617333246245,0,0.597016648711633,1.01143916413886 -1853,0.5,0.153725174569888,0.0,0.747995540937191,0.153725174569888,0.0,0.949629322490886,0.153725174569888,0.0,0.968734383287016,0.153725174569888,0.0,0.954884056031921,0.153725174569888,0.0,1.01928820283518,0.153725174569888,0.0,0.912081025736033,0.153725174569888,0.0,1.01396432634846,0.153725174569888,0.0,0.813669456874883,0.5,0.153725174569888,0.0,0.459828557432519,0.153725174569888,0.0,0.641551239726344,0.5,0.153725174569888,0.0,0.907552895577798,0.153725174569888,0.0,0.563932712237553,0.153725174569888,0.0,0.863932354129946,0.153725174569888,0.0,0.989333552846614,0.153725174569888,0.0,1.00561561354298,0.153725174569888,0.0,0.915320356809256,0.153725174569888,0.0,0.932223087347761,0.5,0.153725174569888,0.0,0.827641858379354,0,0.683974207363662,1.01126660613677 -1854,0.5,0.153725174569888,0.0,0.803265580292346,0.153725174569888,0.0,0.968946664669538,0.153725174569888,0.0,0.975036738610221,0.153725174569888,0.0,0.985655140939618,0.153725174569888,0.0,0.974548928812433,0.153725174569888,0.0,0.833556380316767,0.153725174569888,0.0,1.00239471074155,0.153725174569888,0.0,0.748989895628428,0.5,0.153725174569888,0.0,0.409897979695795,0.153725174569888,0.0,0.618234639142562,0.5,0.153725174569888,0.0,0.846228858909793,0.153725174569888,0.0,0.571816987525844,0.153725174569888,0.0,0.914244607199938,0.153725174569888,0.0,0.965739985997473,0.153725174569888,0.0,1.00058980989526,0.153725174569888,0.0,0.900016328354554,0.153725174569888,0.0,0.935508676294007,0.5,0.153725174569888,0.0,0.81216398104877,0,0.690948113975358,0.990350610390661 -1855,0.5,0.153725174569888,2.38667271941311e-05,0.839862244735199,0.153725174569888,0.0,1.00025285534431,0.153725174569888,4.32793865798437e-09,0.984589837322342,0.153725174569888,0.000115300212104309,0.991273639364645,0.153725174569888,0.0,0.88229305156204,0.153725174569888,0.0,0.750354841017414,0.153725174569888,0.0,0.977080717088865,0.153725174569888,0.0,0.671921820213164,0.5,0.153725174569888,0.0,0.381842143860939,0.153725174569888,0.0,0.623219554944332,0.5,0.153725174569888,0.0,0.812505576978145,0.153725174569888,0.0,0.561146176064061,0.153725174569888,0.0,0.943206114623031,0.153725174569888,0.0,0.924177243748951,0.153725174569888,0.0,1.00562480563008,0.153725174569888,0.0,0.883573826872267,0.153725174569888,1.34269004033024e-07,0.912778699309394,0.5,0.153725174569888,0.000108532424334432,0.852538160063804,0,0.821124588830945,0.987263715366606 -1856,0.5,0.153725174569888,0.00217987268495974,0.860922366618247,0.153725174569888,0.00234880603878427,1.00917530244212,0.153725174569888,0.00474334216163413,0.9904830537704,0.153725174569888,0.00172792156292733,0.979026046109888,0.153725174569888,0.00858987994221036,0.840670600556856,0.153725174569888,0.00749881018599895,0.714418726013127,0.153725174569888,0.00167006058137866,0.956369587490038,0.153725174569888,0.00646917432599433,0.628625545704758,0.5,0.153725174569888,0.00390678536162735,0.368852301905804,0.153725174569888,0.0124957268267369,0.658946182181607,0.5,0.153725174569888,0.00382842968865796,0.818254080975132,0.153725174569888,0.006693648846426,0.542344232873562,0.153725174569888,0.00572293413854148,0.946043945052447,0.153725174569888,0.00473237779164539,0.893166477590466,0.153725174569888,0.000820889508787825,1.00523379197728,0.153725174569888,0.00461423359158541,0.881822855561368,0.153725174569888,0.0041376008697359,0.911206841853271,0.5,0.153725174569888,0.012302375351251,0.884569724918177,0,0.906746193841518,0.989287033554 -1857,0.5,0.153725174569888,0.0104478153886801,0.887837821906686,0.153725174569888,0.00916032286480041,1.01868501973861,0.153725174569888,0.0164938357288343,0.986677805238377,0.153725174569888,0.00683369526625584,0.959609399854184,0.153725174569888,0.0872123949790816,0.885578554178965,0.153725174569888,0.113656796553399,0.719726761529072,0.153725174569888,0.0272064306404509,0.947642879555694,0.153725174569888,0.0490354088212555,0.648545165623259,0.5,0.153725174569888,0.0328391283081571,0.392733204757675,0.153725174569888,0.0386221879504699,0.605352228278462,0.5,0.153725174569888,0.0182432647543205,0.770746017412584,0.153725174569888,0.03512903037844,0.511059758149861,0.153725174569888,0.0671853864408469,0.974287768304418,0.153725174569888,0.0498895021740702,0.878160729434079,0.153725174569888,0.00629010573703922,0.996405826101164,0.153725174569888,0.0213701230852624,0.863191494637076,0.153725174569888,0.0217125537960427,0.907984084252339,0.5,0.153725174569888,0.0275950485135628,0.890480455788386,0,0.942369331103602,0.951401005412673 -1858,0.5,0.153725174569888,0.0248846385169797,0.915345124748561,0.153725174569888,0.0597118776183113,0.999729475680975,0.153725174569888,0.0291338375186832,0.973861290869221,0.153725174569888,0.0174879242940717,0.964249239052924,0.153725174569888,0.16126871029633,0.89931711613432,0.153725174569888,0.292530843403662,0.791171653392979,0.153725174569888,0.110165446974879,0.952032334941806,0.153725174569888,0.105493735239728,0.614169612520786,0.5,0.153725174569888,0.0832004380267632,0.406438974233935,0.153725174569888,0.0887439934835905,0.598096893523425,0.5,0.153725174569888,0.0495449362698006,0.73123196943473,0.153725174569888,0.0714873307479994,0.465200470303299,0.153725174569888,0.196486563385808,0.969218467715389,0.153725174569888,0.186715141191783,0.874326753882617,0.153725174569888,0.0341673323794378,0.978509477919047,0.153725174569888,0.066899781633649,0.858744657714034,0.153725174569888,0.0531655482935158,0.899147429679023,0.5,0.153725174569888,0.0503895451047617,0.874858911542079,0,0.996553714589698,0.991373396251217 -1859,0.5,0.153725174569888,0.0320206795428016,0.962973382526468,0.153725174569888,0.196780500184933,0.992254422801347,0.153725174569888,0.0476681400360266,0.952280664923142,0.153725174569888,0.0223103434525961,0.986888708315472,0.153725174569888,0.27323175586895,0.854836561629219,0.153725174569888,0.415974441578404,0.786809527264072,0.153725174569888,0.151287159887225,0.934589485704524,0.153725174569888,0.197532929291668,0.624220500165295,0.5,0.153725174569888,0.125179296969215,0.391405122195464,0.153725174569888,0.124138159405318,0.55356634421652,0.5,0.153725174569888,0.0832957252465494,0.691302685813257,0.153725174569888,0.122347350681438,0.440175333937073,0.153725174569888,0.30905429436388,0.918142257317331,0.153725174569888,0.365190594117222,0.925784086216438,0.153725174569888,0.0868504553908813,0.95200815983078,0.153725174569888,0.107463536284593,0.846915978875364,0.153725174569888,0.0893790606926724,0.871564347035022,0.5,0.153725174569888,0.0766572737526939,0.838866150209424,0,1.00864525644481,1.00829048151574 -1860,0.5,0.153725174569888,0.0588109357609795,0.991643121422354,0.153725174569888,0.397445733359251,0.988745139399031,0.153725174569888,0.0902989998942442,0.935285707414041,0.153725174569888,0.0303590330231423,0.999667675598214,0.153725174569888,0.349893980030521,0.906099584036944,0.153725174569888,0.479820767364637,0.79481564484396,0.153725174569888,0.195073164574971,0.927226630418049,0.153725174569888,0.311949256710626,0.581422822751617,0.5,0.153725174569888,0.214186933280923,0.396689532915388,0.153725174569888,0.148586145094015,0.474269945119553,0.5,0.153725174569888,0.104905109844729,0.659960585000344,0.153725174569888,0.136044596039926,0.379934775100637,0.153725174569888,0.374955363106299,0.987482892368919,0.153725174569888,0.306400821827019,0.965892605870097,0.153725174569888,0.169418914005943,0.942306296043815,0.153725174569888,0.147341307485039,0.833355522549123,0.153725174569888,0.112752468191075,0.815987002041174,0.5,0.153725174569888,0.105593360527559,0.796350374454539,0,1.00975044373087,0.988277933298519 -1861,0.5,0.153725174569888,0.1123645123233,0.981462858626965,0.153725174569888,0.430698535280331,1.0171956435655,0.153725174569888,0.103751556887758,0.91259323748419,0.153725174569888,0.0395121673978214,0.99727033898453,0.153725174569888,0.249275898879478,0.991117793644885,0.153725174569888,0.454631882674526,0.827053598218273,0.153725174569888,0.233882664694673,0.906458163695027,0.153725174569888,0.420430914449586,0.492375979631989,0.5,0.153725174569888,0.291359008498364,0.353408321063797,0.153725174569888,0.159306814654954,0.399824169165906,0.5,0.153725174569888,0.121272094963306,0.65572372292032,0.153725174569888,0.147331699707076,0.341334049170573,0.153725174569888,0.240529384847849,0.996481796011909,0.153725174569888,0.1671870443575,0.967878836865205,0.153725174569888,0.177713725505654,0.945172911802416,0.153725174569888,0.162308225158324,0.786078460622159,0.153725174569888,0.133470277577836,0.764802387686494,0.5,0.153725174569888,0.108504016779843,0.757780345151305,0,0.990959996361419,0.995802252529307 -1862,0.5,0.153725174569888,0.139138866665965,0.94099930677069,0.153725174569888,0.221655298768398,1.00949215829229,0.153725174569888,0.115821402782421,0.914033119416445,0.153725174569888,0.0493411808508891,0.967339158163479,0.153725174569888,0.0844366015253064,0.971975140281226,0.153725174569888,0.303366111658492,0.89892049543223,0.153725174569888,0.185405642897475,0.892042392592922,0.153725174569888,0.517324920364229,0.516736446403905,0.5,0.153725174569888,0.346200068521452,0.293129130649346,0.153725174569888,0.142876193345569,0.401939568920117,0.5,0.153725174569888,0.115551263905477,0.620907124248322,0.153725174569888,0.146154911390164,0.310221397573958,0.153725174569888,0.137516924828581,1.00702274260074,0.153725174569888,0.0930821490440118,0.978196037844107,0.153725174569888,0.129469375314056,0.953851010008457,0.153725174569888,0.224113191845383,0.722640998749464,0.153725174569888,0.126315187027738,0.718187046327421,0.5,0.153725174569888,0.0969659261677222,0.697311503797274,0,0.950250606127833,1.00777218728675 -1863,0.5,0.153725174569888,0.120240462944613,0.926098502548136,0.153725174569888,0.1504365636496,1.02173913043478,0.153725174569888,0.138337615304751,0.897281484942128,0.153725174569888,0.0547678407844974,0.913086334355774,0.153725174569888,0.0649524338838137,0.996575975235189,0.153725174569888,0.108245300067324,0.767760399602224,0.153725174569888,0.0918279816836663,0.791552551418862,0.153725174569888,0.422804637466698,0.534506758559761,0.5,0.153725174569888,0.365376875904871,0.277985976134779,0.153725174569888,0.120776650143157,0.336480290396441,0.5,0.153725174569888,0.0858481764836086,0.494894799686426,0.153725174569888,0.128081296894534,0.270228235443985,0.153725174569888,0.0634908371304926,1.00701582264702,0.153725174569888,0.114680088153504,0.984243731211073,0.153725174569888,0.0778879267598661,0.919785744676865,0.153725174569888,0.288813359797991,0.705348761016428,0.153725174569888,0.106374934665129,0.613620442693069,0.5,0.153725174569888,0.0768345611966438,0.576742133330386,0,0.904882288652785,1.01082044186229 -1864,0.5,0.153725174569888,0.091853673798855,0.830081187706506,0.153725174569888,0.0226810584713675,1.01517233602124,0.153725174569888,0.156795238740481,0.868140526582991,0.153725174569888,0.0446853853293107,0.842189517915795,0.153725174569888,0.097471164080379,0.936274587131232,0.153725174569888,0.157162206175543,0.724217145086207,0.153725174569888,0.0835597028869817,0.708477039121021,0.153725174569888,0.251732346320405,0.421347662681746,0.5,0.153725174569888,0.322980276173056,0.269993104057402,0.153725174569888,0.0810523302804936,0.237791250801802,0.5,0.153725174569888,0.0976120678857344,0.47167594509324,0.153725174569888,0.0902019840937648,0.188001768353745,0.153725174569888,0.0431621521810874,0.99971810120779,0.153725174569888,0.108832589553525,0.986042093506071,0.153725174569888,0.051253408211493,0.931881033186879,0.153725174569888,0.24998248117083,0.698193894539886,0.153725174569888,0.121102922431959,0.51326063596008,0.5,0.153725174569888,0.0479083546267016,0.416907232451386,0,0.962343577037507,1.01119789551117 -1865,0.5,0.153725174569888,0.035219292108051,0.794387511908016,0.153725174569888,0.00518724354287139,0.912716630748804,0.153725174569888,0.0770814526807934,0.87168203871267,0.153725174569888,0.0307329734036198,0.730446223038769,0.153725174569888,0.136349718121846,0.949888847563073,0.153725174569888,0.174734919909041,0.673177421332792,0.153725174569888,0.0917605665951046,0.625696421906612,0.153725174569888,0.134140249794578,0.234952922939904,0.5,0.153725174569888,0.192982540775781,0.211183677103538,0.153725174569888,0.0579458280353218,0.156796136475614,0.5,0.153725174569888,0.112591735187896,0.413151806490183,0.153725174569888,0.065243872126016,0.112108805586069,0.153725174569888,0.0398616158262094,1.00101204962774,0.153725174569888,0.104578547026606,0.963647584805358,0.153725174569888,0.0375954100887501,0.877709038807327,0.153725174569888,0.148544378563652,0.46259904462577,0.153725174569888,0.0735434894247688,0.36183372627048,0.5,0.153725174569888,0.0205079121064795,0.330343988792697,0,1.00225573376231,1.01111064063554 -1866,0.5,0.153725174569888,0.00122979830029744,0.846467640904013,0.153725174569888,0.00566060172027014,0.91313371789753,0.153725174569888,0.0114700298098156,0.872361586080709,0.153725174569888,0.00280291682044555,0.591151798120305,0.153725174569888,0.0552592496174242,0.970890191926313,0.153725174569888,0.0854573598332889,0.535308847886011,0.153725174569888,0.0614002315732328,0.529237243677517,0.153725174569888,0.0668147963850013,0.142328328571867,0.5,0.153725174569888,0.0547052026722444,0.167194264454631,0.153725174569888,0.0186777481446831,0.0490735190672704,0.5,0.153725174569888,0.0288364765775375,0.290878263679702,0.153725174569888,0.0452675286044761,0.0567802077762662,0.153725174569888,0.010507228580061,0.993872424789303,0.153725174569888,0.0578143709245284,0.967678528373569,0.153725174569888,0.0200631109049039,0.826829634351033,0.153725174569888,0.0398187304178385,0.227042188130381,0.153725174569888,0.0261744562468174,0.263427625932977,0.5,0.153725174569888,0.00601672326369209,0.18963311873427,0,1.00752454500861,1.01109413978022 -1867,0.5,0.153725174569888,0.0,0.865003801030983,0.153725174569888,0.0,0.887287016583466,0.153725174569888,0.0,0.652073609314353,0.153725174569888,0.0,0.494189069283893,0.153725174569888,0.0,0.8688456090065,0.153725174569888,0.0,0.423939643941796,0.153725174569888,0.0,0.480382541111615,0.153725174569888,0.0,0.141473356853214,0.5,0.153725174569888,0.0,0.16819648739839,0.153725174569888,0.0,0.0114538384728383,0.5,0.153725174569888,0.0,0.240479040795832,0.153725174569888,0.0,0.0193223167841035,0.153725174569888,0.0,0.991258283108163,0.153725174569888,0.0,0.913979666879977,0.153725174569888,0.0,0.791053526869035,0.153725174569888,0.0,0.185576351081966,0.153725174569888,0.0,0.217255596287132,0.5,0.153725174569888,0.0,0.104382112170996,0,1.00960296427517,1.01085152585832 -1868,0.5,0.153725174569888,0.0,0.842871367307116,0.153725174569888,0.0,0.867065415863551,0.153725174569888,0.0,0.457026471487982,0.153725174569888,0.0,0.513477951155855,0.153725174569888,0.0,0.813405118611597,0.153725174569888,0.0,0.385778847546292,0.153725174569888,0.0,0.483030053880881,0.153725174569888,0.0,0.173630063462835,0.5,0.153725174569888,0.0,0.147402377606592,0.153725174569888,0.0,0.0073370864925509,0.5,0.153725174569888,0.0,0.201202966615375,0.153725174569888,0.0,0.0111528461785928,0.153725174569888,0.0,0.99489333546656,0.153725174569888,0.0,0.911504642177856,0.153725174569888,0.0,0.793280054292044,0.153725174569888,0.0,0.206652412899253,0.153725174569888,0.0,0.200540324978895,0.5,0.153725174569888,0.0,0.0555481811849276,0,1.0091741617703,1.0102726621085 -1869,0.5,0.153725174569888,0.0,0.850746090062049,0.153725174569888,0.0,0.916285373440932,0.153725174569888,0.0,0.536425665629055,0.153725174569888,0.0,0.606734721751656,0.153725174569888,0.0,0.801034452709343,0.153725174569888,0.0,0.374381694784298,0.153725174569888,0.0,0.480742815685348,0.153725174569888,0.0,0.205843376051276,0.5,0.153725174569888,0.0,0.0872556565211979,0.153725174569888,0.0,0.00340643171833374,0.5,0.153725174569888,0.0,0.138195180613549,0.153725174569888,0.0,0.00881643484105342,0.153725174569888,0.0,0.99071432271823,0.153725174569888,0.0,0.903037732441729,0.153725174569888,0.0,0.789036689413841,0.153725174569888,0.0,0.248670716475266,0.153725174569888,0.0,0.198889502872669,0.5,0.153725174569888,0.0,0.0325047886171309,0,1.00974068845144,1.01030110679663 -1870,0.5,0.153725174569888,0.0,0.878536527984515,0.153725174569888,0.0,0.927257659185841,0.153725174569888,0.0,0.623244256465117,0.153725174569888,0.0,0.734614221293833,0.153725174569888,0.0,0.793723045550512,0.153725174569888,0.0,0.40817049383203,0.153725174569888,0.0,0.491783135999252,0.153725174569888,0.0,0.203671794190276,0.5,0.153725174569888,0.0,0.0439056788333013,0.153725174569888,0.0,0.00400919681544825,0.5,0.153725174569888,0.0,0.0773652630293219,0.153725174569888,0.0,0.00988425581272333,0.153725174569888,0.0,0.976839988807831,0.153725174569888,0.0,0.881726398651692,0.153725174569888,0.0,0.804047272240718,0.153725174569888,0.0,0.290560455045303,0.153725174569888,0.0,0.182307004858894,0.5,0.153725174569888,0.0,0.0177239118342485,0,1.00870072252957,1.00861042405348 -1871,0.5,0.153725174569888,0.0,0.879988107873064,0.153725174569888,0.0,0.907789632521602,0.153725174569888,0.0,0.66768901700215,0.153725174569888,0.0,0.819626567299962,0.153725174569888,0.0,0.817638069569861,0.153725174569888,0.0,0.450462653764146,0.153725174569888,0.0,0.533196767911015,0.153725174569888,0.0,0.158174762515444,0.5,0.153725174569888,0.0,0.0274908574399163,0.153725174569888,0.0,0.00104033231865699,0.5,0.153725174569888,0.0,0.0431093368657596,0.153725174569888,0.0,0.00738654372473733,0.153725174569888,0.0,0.96242788134892,0.153725174569888,0.0,0.876033553129169,0.153725174569888,0.0,0.793477325580116,0.153725174569888,0.0,0.276302959691368,0.153725174569888,0.0,0.14963317957057,0.5,0.153725174569888,0.0,0.00688314543754227,0,1.00800085590578,1.00927206804037 -1872,0.5,0.153725174569888,0.0,0.87476058050067,0.153725174569888,0.0,0.911934163454144,0.153725174569888,0.0,0.648961454473875,0.153725174569888,0.0,0.830846590830536,0.153725174569888,0.0,0.823521143824209,0.153725174569888,0.0,0.435948455680774,0.153725174569888,0.0,0.597963056658066,0.153725174569888,0.0,0.107068913117476,0.5,0.153725174569888,0.0,0.0190670257563526,0.153725174569888,0.0,0.00382518201892397,0.5,0.153725174569888,0.0,0.0309957674545948,0.153725174569888,0.0,0.00932985968637445,0.153725174569888,0.0,0.97528415471715,0.153725174569888,0.0,0.88440601409507,0.153725174569888,0.0,0.809456462561407,0.153725174569888,0.0,0.247476526688276,0.153725174569888,0.0,0.111921104563603,0.5,0.153725174569888,0.0,0.0030413135916169,0,1.00722763831078,1.00716778671809 -1873,0.5,0.153725174569888,0.0,0.882815739728933,0.153725174569888,0.0,0.935554275560298,0.153725174569888,0.0,0.601400484857246,0.153725174569888,0.0,0.813267311717856,0.153725174569888,0.0,0.786856227435951,0.153725174569888,0.0,0.394467734395505,0.153725174569888,0.0,0.58291828617353,0.153725174569888,0.0,0.100626146743269,0.5,0.153725174569888,0.0,0.0135790518626042,0.153725174569888,0.0,0.00908534668236771,0.5,0.153725174569888,0.0,0.0287344884965285,0.153725174569888,0.0,0.0167362786934101,0.153725174569888,0.0,0.978512366709717,0.153725174569888,0.0,0.843882285700647,0.153725174569888,0.0,0.819200276159949,0.153725174569888,0.0,0.220911843864632,0.153725174569888,0.0,0.084757626781816,0.5,0.153725174569888,0.0,0.00192466471950088,0,1.00694247077627,1.00106248049363 -1874,0.5,0.153725174569888,0.0,0.910834677974063,0.153725174569888,0.0,0.953254101361932,0.153725174569888,0.0,0.543052025611931,0.153725174569888,0.0,0.769670840593471,0.153725174569888,0.0,0.747663939683825,0.153725174569888,0.0,0.356377487998538,0.153725174569888,0.0,0.481831174510406,0.153725174569888,0.0,0.112653454005338,0.5,0.153725174569888,0.0,0.0137097950296251,0.153725174569888,0.0,0.00683679994615897,0.5,0.153725174569888,0.0,0.0222186808513018,0.153725174569888,0.0,0.0291818887388944,0.153725174569888,0.0,0.962468097053333,0.153725174569888,0.0,0.798253944665323,0.153725174569888,0.0,0.772416204872375,0.153725174569888,0.0,0.168024596530265,0.153725174569888,0.0,0.0529546207072424,0.5,0.153725174569888,0.0,0.00508558707343212,0,1.00895329467966,0.997604638592579 -1875,0.5,0.153725174569888,0.0,0.881271700852524,0.153725174569888,0.0,0.954269367120467,0.153725174569888,0.0,0.445169426078723,0.153725174569888,0.0,0.7170622387937,0.153725174569888,0.0,0.685526236104861,0.153725174569888,0.0,0.300629940891246,0.153725174569888,0.0,0.370675314695726,0.153725174569888,0.0,0.111591983357626,0.5,0.153725174569888,0.0,0.0187656881698426,0.153725174569888,0.0,0.0103957770757295,0.5,0.153725174569888,0.0,0.0294531338435855,0.153725174569888,0.0,0.0420636067775083,0.153725174569888,0.0,0.94598952530827,0.153725174569888,0.0,0.795411584711761,0.153725174569888,0.0,0.713444714365966,0.153725174569888,0.0,0.112048435963778,0.153725174569888,0.0,0.0365105477734779,0.5,0.153725174569888,0.0,0.0078819865200656,0,1.00167398925218,1.00498031647544 -1876,0.5,0.153725174569888,0.0,0.786899402689868,0.153725174569888,0.0,0.858081791151765,0.153725174569888,0.0,0.307443497935592,0.153725174569888,0.0,0.634083022706986,0.153725174569888,0.0,0.623809389876749,0.153725174569888,0.0,0.235028704135635,0.153725174569888,0.0,0.255240458668222,0.153725174569888,0.0,0.106575355718279,0.5,0.153725174569888,0.0,0.0213147387757438,0.153725174569888,0.0,0.0159234181150953,0.5,0.153725174569888,0.0,0.0398082600354606,0.153725174569888,0.0,0.0493709689561386,0.153725174569888,0.0,0.920979517748891,0.153725174569888,0.0,0.792211978220245,0.153725174569888,0.0,0.642069993191455,0.153725174569888,0.0,0.0870763082594419,0.153725174569888,0.0,0.0361499005306214,0.5,0.153725174569888,0.0,0.0126232973529755,0,0.967392288611548,1.00354786492174 -1877,0.5,0.153725174569888,0.0,0.650767208794828,0.153725174569888,0.0,0.888809483581269,0.153725174569888,0.0,0.205915691693551,0.153725174569888,0.0,0.503922306645979,0.153725174569888,0.0,0.520734134522985,0.153725174569888,0.0,0.211179066160206,0.153725174569888,0.0,0.195433469415931,0.153725174569888,0.0,0.113549759519738,0.5,0.153725174569888,0.0,0.0219722225285176,0.153725174569888,0.0,0.0329456895869084,0.5,0.153725174569888,0.0,0.0239987079338899,0.153725174569888,0.0,0.0492220200080351,0.153725174569888,0.0,0.894055249079178,0.153725174569888,0.0,0.787644585304909,0.153725174569888,0.0,0.58819861366648,0.153725174569888,0.0,0.078826193516454,0.153725174569888,0.0,0.0342894463300942,0.5,0.153725174569888,0.0,0.0198253934388803,0,0.866284924291451,1.00558819935409 -1878,0.5,0.153725174569888,0.0,0.509220632915553,0.153725174569888,0.0,0.915239809731793,0.153725174569888,0.0,0.159431787582408,0.153725174569888,0.0,0.352630109362208,0.153725174569888,0.0,0.41902263131737,0.153725174569888,0.0,0.183179635357302,0.153725174569888,0.0,0.175748553858557,0.153725174569888,0.0,0.0964889698238999,0.5,0.153725174569888,0.0,0.0197803108159893,0.153725174569888,0.0,0.0494386363002202,0.5,0.153725174569888,0.0,0.0110706078097714,0.153725174569888,0.0,0.0386652629571565,0.153725174569888,0.0,0.904086757025556,0.153725174569888,0.0,0.734113853613167,0.153725174569888,0.0,0.509194703656585,0.153725174569888,0.0,0.081391031635538,0.153725174569888,0.0,0.0287710074486001,0.5,0.153725174569888,0.0,0.0265243180426291,0,0.712741737848758,1.00506701337153 -1879,0.5,0.153725174569888,0.000488161641355598,0.485278706331357,0.153725174569888,0.0,0.835976260120152,0.153725174569888,0.000398393499578499,0.14020455273808,0.153725174569888,0.00210186182472011,0.2593145083436,0.153725174569888,0.0,0.364665239664364,0.153725174569888,0.0,0.175618287369577,0.153725174569888,0.0,0.170476255851294,0.153725174569888,0.0,0.105426525776272,0.5,0.153725174569888,0.0,0.0222424218446709,0.153725174569888,5.25995759949917e-06,0.0459362298665278,0.5,0.153725174569888,0.0,0.0131651029176247,0.153725174569888,0.0,0.0214746873801664,0.153725174569888,0.0,0.870717928325752,0.153725174569888,0.0,0.680174734188623,0.153725174569888,0.0,0.443602111030155,0.153725174569888,0.0,0.0811980227004647,0.153725174569888,0.0003941388573336,0.0252248398347774,0.5,0.153725174569888,0.00205748790495184,0.0286697518257603,0,0.684969850931346,1.00354545714061 -1880,0.5,0.153725174569888,0.0317298378338802,0.530894102462846,0.153725174569888,0.0318225448993316,0.789403658036895,0.153725174569888,0.100273565094478,0.121546999517825,0.153725174569888,0.0886467217232956,0.228043401978018,0.153725174569888,0.0594517512267591,0.35583908862141,0.153725174569888,0.0576261876760309,0.14286108095469,0.153725174569888,0.0692895200584529,0.119816267153615,0.153725174569888,0.0622586179299533,0.0856407960707716,0.5,0.153725174569888,0.0672027092412963,0.0203135680757882,0.153725174569888,0.0988037786437296,0.0410601954316141,0.5,0.153725174569888,0.0811985154126778,0.0156505156245813,0.153725174569888,0.0850635784316065,0.0144458614634511,0.153725174569888,0.0280442883266247,0.824438934571817,0.153725174569888,0.0430426705230185,0.63972794602685,0.153725174569888,0.072892948006519,0.385249219595235,0.153725174569888,0.0810127229221195,0.0757098935892659,0.153725174569888,0.0980990816328468,0.0242615880858426,0.5,0.153725174569888,0.112058839975513,0.026068980967296,0,0.70043183745036,0.999718407922755 -1881,0.5,0.153725174569888,0.101921934228211,0.543844805356459,0.153725174569888,0.129931301431519,0.739746184143432,0.153725174569888,0.262400049759505,0.167926647421104,0.153725174569888,0.247549519609551,0.254675849073709,0.153725174569888,0.222771562728929,0.419388704541245,0.153725174569888,0.214308887998722,0.172804684596604,0.153725174569888,0.228354314384475,0.126042953117429,0.153725174569888,0.220535586481248,0.081951538500172,0.5,0.153725174569888,0.226849112866841,0.0248494325965083,0.153725174569888,0.264448900355969,0.0150255951359118,0.5,0.153725174569888,0.243173030676024,0.0132262484406598,0.153725174569888,0.24934553859046,0.0107880136568145,0.153725174569888,0.140676956859647,0.81093929089495,0.153725174569888,0.191851065847047,0.616984992597924,0.153725174569888,0.22391848939091,0.382309266295601,0.153725174569888,0.241847702320585,0.101658637311857,0.153725174569888,0.262488849843659,0.0345326589709547,0.5,0.153725174569888,0.280374966577514,0.0225279847570673,0,0.893793455209638,0.991059408616026 -1882,0.5,0.153725174569888,0.223959278144925,0.560477406428313,0.153725174569888,0.21666727547387,0.651674086784285,0.153725174569888,0.42182172830325,0.265471801805014,0.153725174569888,0.432235764081641,0.306325010008013,0.153725174569888,0.379790789018011,0.559900866093936,0.153725174569888,0.372854785164793,0.247190764258949,0.153725174569888,0.386541155103173,0.222005017499028,0.153725174569888,0.380892814467326,0.117261607856479,0.5,0.153725174569888,0.390299351912659,0.0551687930247743,0.153725174569888,0.432514832752086,0.00500432077873321,0.5,0.153725174569888,0.407812591774635,0.0234645822200837,0.153725174569888,0.416609199214503,0.0173884406110899,0.153725174569888,0.344598481749009,0.786332785409669,0.153725174569888,0.368398927643701,0.575328785447003,0.153725174569888,0.395321365160845,0.422192721603709,0.153725174569888,0.403945061431181,0.215619823411213,0.153725174569888,0.428118052805781,0.0496127368401073,0.5,0.153725174569888,0.448175731835024,0.0194522062363217,0,0.884585583084275,0.985616411573642 -1883,0.5,0.153725174569888,0.345428481150805,0.587150492048534,0.153725174569888,0.473912335229176,0.59244639910303,0.153725174569888,0.56127797421716,0.292929488118861,0.153725174569888,0.570489861510565,0.310193929552803,0.153725174569888,0.527656191370238,0.654043126811415,0.153725174569888,0.522987762850936,0.283687107463619,0.153725174569888,0.533829896536469,0.312792319983498,0.153725174569888,0.530542590887945,0.228297654321359,0.5,0.153725174569888,0.541071525808269,0.159847354245608,0.153725174569888,0.574205973018564,0.0126692433259379,0.5,0.153725174569888,0.553360870995827,0.047113639563448,0.153725174569888,0.562037549511804,0.0284960563340784,0.153725174569888,0.523338209031424,0.782035126063677,0.153725174569888,0.524513294982814,0.613313885574952,0.153725174569888,0.543742562936919,0.426079606064021,0.153725174569888,0.551022020562466,0.322589300719154,0.153725174569888,0.570845781021064,0.0756005707651216,0.5,0.153725174569888,0.586593784190457,0.0267722195384926,0,0.810249717407,0.999334812923491 -1884,0.5,0.153725174569888,0.48775890845512,0.550882204141138,0.153725174569888,0.628214905380472,0.484054901123618,0.153725174569888,0.645514227448355,0.282452699944134,0.153725174569888,0.64561605318805,0.263651259708427,0.153725174569888,0.626840849285106,0.650767694720293,0.153725174569888,0.625243696497055,0.367600674473143,0.153725174569888,0.631364196410392,0.3985252208193,0.153725174569888,0.63110516241477,0.470451964754555,0.5,0.153725174569888,0.640774211185375,0.331666264507019,0.153725174569888,0.656244383070719,0.0196978891413432,0.5,0.153725174569888,0.645842671054606,0.052024943173703,0.153725174569888,0.652787646933416,0.0449574510149534,0.153725174569888,0.625045899514896,0.780284049831987,0.153725174569888,0.623534427105874,0.680693942967905,0.153725174569888,0.635035756488393,0.376808915616636,0.153725174569888,0.644252565420111,0.449036311458235,0.153725174569888,0.655872597826658,0.102381120815304,0.5,0.153725174569888,0.667027443101595,0.0410976276341615,0,0.704590634894978,1.00680960818217 -1885,0.5,0.153725174569888,0.605415426333553,0.484565422490817,0.153725174569888,0.66224015365584,0.57147156459312,0.153725174569888,0.675747400197568,0.301918621163126,0.153725174569888,0.668214114275267,0.195808968193711,0.153725174569888,0.668544119930876,0.695898701227313,0.153725174569888,0.66933681956346,0.417409977606516,0.153725174569888,0.671545027773851,0.537578608832525,0.153725174569888,0.675056329483659,0.610596504886135,0.5,0.153725174569888,0.682819589877689,0.411794171022208,0.153725174569888,0.688151818403013,0.0243404728561452,0.5,0.153725174569888,0.683074112574541,0.0679889126203841,0.153725174569888,0.689418968075815,0.0704527092709539,0.153725174569888,0.662354438628569,0.817227349939785,0.153725174569888,0.6638993181202,0.731962044942235,0.153725174569888,0.669627098704548,0.383812723624242,0.153725174569888,0.68108616941087,0.558339139937095,0.153725174569888,0.68533574772607,0.13651682360764,0.5,0.153725174569888,0.69207031127063,0.0411739384135107,0,0.718761152589046,1.00835432560481 -1886,0.5,0.153725174569888,0.626634446463855,0.440682602686689,0.153725174569888,0.652533553345335,0.548264171685736,0.153725174569888,0.659298246111108,0.40456798134265,0.153725174569888,0.645107579319692,0.158438568728884,0.153725174569888,0.664349184681933,0.708149088260907,0.153725174569888,0.667825913480103,0.547050664978312,0.153725174569888,0.666394409604159,0.498079591287871,0.153725174569888,0.673550227593812,0.711385860242831,0.5,0.153725174569888,0.677447959115324,0.544041719842965,0.153725174569888,0.675328115577784,0.039617161777461,0.5,0.153725174569888,0.673220634489245,0.120659399264011,0.153725174569888,0.681220273384384,0.103149903330015,0.153725174569888,0.65409011067106,0.813021632791265,0.153725174569888,0.659136366509757,0.73843559276565,0.153725174569888,0.658613080699979,0.417183602898462,0.153725174569888,0.672291685216835,0.605188148642872,0.153725174569888,0.669168621156787,0.162585389040071,0.5,0.153725174569888,0.669052872411638,0.0438558727739071,0,0.594858419533175,1.0069710514806 -1887,0.5,0.153725174569888,0.561462303656542,0.473373126873298,0.153725174569888,0.584416661202359,0.593961595085859,0.153725174569888,0.584585508119053,0.433633107019146,0.153725174569888,0.561135978471893,0.224163980638582,0.153725174569888,0.604193826325711,0.703869783964896,0.153725174569888,0.612369810251467,0.694873034485873,0.153725174569888,0.60636271527406,0.617897812729342,0.153725174569888,0.617604715491484,0.788824453188785,0.5,0.153725174569888,0.61474467781405,0.616508701036732,0.153725174569888,0.606411581667519,0.0537696886234633,0.5,0.153725174569888,0.603168141785719,0.191957759487239,0.153725174569888,0.616653309196105,0.139783764470947,0.153725174569888,0.586978398014343,0.787925696308857,0.153725174569888,0.597414095295321,0.737066043311734,0.153725174569888,0.590044582612476,0.485316404900314,0.153725174569888,0.605832780523812,0.662086262714301,0.153725174569888,0.597163918417864,0.193870542157243,0.5,0.153725174569888,0.586926423089395,0.0387238032561704,0,0.457961851061597,1.00212689554428 -1888,0.5,0.153725174569888,0.430426170150426,0.456031522495794,0.153725174569888,0.458979120708142,0.523995979276099,0.153725174569888,0.453352910158883,0.32488168694161,0.153725174569888,0.425845908216782,0.16571353543142,0.153725174569888,0.482643762434041,0.680350517377987,0.153725174569888,0.496936758573592,0.717462367252464,0.153725174569888,0.487081827310989,0.700757232556946,0.153725174569888,0.500834132063481,0.762509543814621,0.5,0.153725174569888,0.497512569849587,0.610632428604653,0.153725174569888,0.476279016608123,0.0546327691784761,0.5,0.153725174569888,0.479209386064135,0.199030706714427,0.153725174569888,0.490821047736082,0.102974154088337,0.153725174569888,0.462918326429788,0.765421395505265,0.153725174569888,0.475682977661533,0.69192366963642,0.153725174569888,0.465099235742845,0.44322488478589,0.153725174569888,0.47657961547859,0.647613017585413,0.153725174569888,0.463966385358369,0.206722602232257,0.5,0.153725174569888,0.451627555819809,0.0420248326504179,0,0.410517314304839,0.996411136461531 -1889,0.5,0.153725174569888,0.287472919950231,0.384622984223442,0.153725174569888,0.318727217220562,0.430349443247387,0.153725174569888,0.30052194439858,0.195254781174143,0.153725174569888,0.275161719610986,0.119616393545308,0.153725174569888,0.340347185902004,0.676521745064333,0.153725174569888,0.354618187248961,0.686616759123208,0.153725174569888,0.34370802369964,0.743727170758741,0.153725174569888,0.354561235692919,0.656237505095035,0.5,0.153725174569888,0.350412322149491,0.406851329289111,0.153725174569888,0.319239766536472,0.016046306583342,0.5,0.153725174569888,0.330606876375368,0.106400888280298,0.153725174569888,0.334983378193352,0.0387670639637015,0.153725174569888,0.322556552395014,0.728220610260327,0.153725174569888,0.333222831195236,0.635403887635264,0.153725174569888,0.323031415213864,0.429672676140807,0.153725174569888,0.331807492099401,0.540000398008719,0.153725174569888,0.307855988332608,0.109820872677853,0.5,0.153725174569888,0.296695693565831,0.0212993787802064,0,0.447007932941852,0.996611136760201 -1890,0.5,0.153725174569888,0.0238231038334447,0.408807334687607,0.153725174569888,0.0503818135253317,0.492481716970959,0.153725174569888,0.0468873594356927,0.237050685845319,0.153725174569888,0.0178372496900799,0.181729944189331,0.153725174569888,0.0816978545515847,0.768940094698458,0.153725174569888,0.0954448668596143,0.722801065211292,0.153725174569888,0.0793068198480451,0.798733285475922,0.153725174569888,0.078015130701404,0.515088718551508,0.5,0.153725174569888,0.0776771255669404,0.3495344001054,0.153725174569888,0.0585448314101692,0.0141753867495499,0.5,0.153725174569888,0.0615092629839752,0.120769452143159,0.153725174569888,0.0695329751633794,0.0545067651778629,0.153725174569888,0.07808346319627,0.695477001340446,0.153725174569888,0.0779021067565918,0.653008409269083,0.153725174569888,0.0560850855017683,0.566367775905095,0.153725174569888,0.0600517789412661,0.600010372112339,0.153725174569888,0.0455152345833988,0.13730616521896,0.5,0.153725174569888,0.0380234278611719,0.0364683033896406,0,0.484805002128713,0.996790530435584 -1891,0.5,0.153725174569888,0.0,0.477296883685262,0.153725174569888,0.0,0.616261828247505,0.153725174569888,0.0,0.307686125910767,0.153725174569888,0.0,0.222395619083577,0.153725174569888,0.0,0.854723174206929,0.153725174569888,0.0,0.781647603974047,0.153725174569888,0.0,0.818914508706428,0.153725174569888,0.0,0.482385093185025,0.5,0.153725174569888,0.0,0.436150576030374,0.153725174569888,0.0,0.0139930469060324,0.5,0.153725174569888,0.0,0.128125661336884,0.153725174569888,0.0,0.0832391134223628,0.153725174569888,0.0,0.724690778815033,0.153725174569888,0.0,0.761777954575012,0.153725174569888,0.0,0.712172987561276,0.153725174569888,0.0,0.613346504149673,0.153725174569888,0.0,0.143945234177595,0.5,0.153725174569888,0.0,0.0388358616859181,0,0.488560589957548,0.995572067379217 -1892,0.5,0.153725174569888,0.0,0.547369066390986,0.153725174569888,0.0,0.760290434585793,0.153725174569888,0.0,0.39491359374758,0.153725174569888,0.0,0.240190614169966,0.153725174569888,0.0,0.894439560622387,0.153725174569888,0.0,0.789998103221628,0.153725174569888,0.0,0.834763654443345,0.153725174569888,0.0,0.528538507925802,0.5,0.153725174569888,0.0,0.501611575221734,0.153725174569888,0.0,0.0235774636853145,0.5,0.153725174569888,0.0,0.14640099706693,0.153725174569888,0.0,0.098855576234923,0.153725174569888,0.0,0.800000733956467,0.153725174569888,0.0,0.832563459510876,0.153725174569888,0.0,0.801339741659469,0.153725174569888,0.0,0.597063526990987,0.153725174569888,0.0,0.130942646906668,0.5,0.153725174569888,0.0,0.0373128886625866,0,0.598912439353822,1.0041278849838 -1893,0.5,0.153725174569888,0.0,0.62110930888415,0.153725174569888,0.0,0.875068270509182,0.153725174569888,0.0,0.445591693681357,0.153725174569888,0.0,0.28813998472146,0.153725174569888,0.0,0.893812490977156,0.153725174569888,0.0,0.802172715745604,0.153725174569888,0.0,0.847781619366224,0.153725174569888,0.0,0.591092393102611,0.5,0.153725174569888,0.0,0.518251967415815,0.153725174569888,0.0,0.0364519264803396,0.5,0.153725174569888,0.0,0.181536343932143,0.153725174569888,0.0,0.101851644165171,0.153725174569888,0.0,0.881375995704526,0.153725174569888,0.0,0.849347421875338,0.153725174569888,0.0,0.813067640670787,0.153725174569888,0.0,0.669786495513367,0.153725174569888,0.0,0.1273500950886,0.5,0.153725174569888,0.0,0.0334368288777653,0,0.713905319453811,1.00817273402356 -1894,0.5,0.153725174569888,0.0,0.672390627345499,0.153725174569888,0.0,0.876081534256346,0.153725174569888,0.0,0.460384427808486,0.153725174569888,0.0,0.383725839972788,0.153725174569888,0.0,0.88368653989011,0.153725174569888,0.0,0.795353883195684,0.153725174569888,0.0,0.874028759989514,0.153725174569888,0.0,0.597459361460503,0.5,0.153725174569888,0.0,0.536382653910759,0.153725174569888,0.0,0.0481614292821054,0.5,0.153725174569888,0.0,0.184552873977684,0.153725174569888,0.0,0.139766591934001,0.153725174569888,0.0,0.909495555817151,0.153725174569888,0.0,0.828372769284602,0.153725174569888,0.0,0.824123066814838,0.153725174569888,0.0,0.741440309000826,0.153725174569888,0.0,0.120998787902744,0.5,0.153725174569888,0.0,0.0266614472764651,0,0.757221509924856,1.00933357029894 -1895,0.5,0.153725174569888,0.0,0.699813952933329,0.153725174569888,0.0,0.830010674934453,0.153725174569888,0.0,0.515398908347041,0.153725174569888,0.0,0.433756782879776,0.153725174569888,0.0,0.880880434166234,0.153725174569888,0.0,0.758045419886067,0.153725174569888,0.0,0.874612453496577,0.153725174569888,0.0,0.629892774292536,0.5,0.153725174569888,0.0,0.628832922810812,0.153725174569888,0.0,0.0582143857578309,0.5,0.153725174569888,0.0,0.258957569088143,0.153725174569888,0.0,0.218189635086586,0.153725174569888,0.0,0.901969313256901,0.153725174569888,0.0,0.817044189831513,0.153725174569888,0.0,0.844328528174719,0.153725174569888,0.0,0.742575134932641,0.153725174569888,0.0,0.135566405558925,0.5,0.153725174569888,0.0,0.0312890554138966,0,0.822583594118536,1.00897249443108 -1896,0.5,0.153725174569888,0.0,0.70605320362309,0.153725174569888,0.0,0.800436803580314,0.153725174569888,0.0,0.644893097696171,0.153725174569888,0.0,0.447704954505776,0.153725174569888,0.0,0.864642096152731,0.153725174569888,0.0,0.779415426570906,0.153725174569888,0.0,0.848179260082124,0.153725174569888,0.0,0.70707558182338,0.5,0.153725174569888,0.0,0.663077635136215,0.153725174569888,0.0,0.0728737356116206,0.5,0.153725174569888,0.0,0.376108290290362,0.153725174569888,0.0,0.247898556342742,0.153725174569888,0.0,0.886759577491334,0.153725174569888,0.0,0.825912686101666,0.153725174569888,0.0,0.824336944166205,0.153725174569888,0.0,0.743090912194637,0.153725174569888,0.0,0.19031311458373,0.5,0.153725174569888,0.0,0.0417485659182665,0,0.850452859858959,1.00853480825778 -1897,0.5,0.153725174569888,0.0,0.687805967811303,0.153725174569888,0.0,0.801874661271169,0.153725174569888,0.0,0.629079653458727,0.153725174569888,0.0,0.429145825798496,0.153725174569888,0.0,0.884465826021795,0.153725174569888,0.0,0.821953208169405,0.153725174569888,0.0,0.876274409491098,0.153725174569888,0.0,0.702624289968625,0.5,0.153725174569888,0.0,0.670864045438789,0.153725174569888,0.0,0.0838756970910047,0.5,0.153725174569888,0.0,0.569518117666068,0.153725174569888,0.0,0.294408031805967,0.153725174569888,0.0,0.88014832347929,0.153725174569888,0.0,0.834721925779098,0.153725174569888,0.0,0.783640935515296,0.153725174569888,0.0,0.791100968816482,0.153725174569888,0.0,0.272582284844949,0.5,0.153725174569888,0.0,0.044424611469756,0,0.859132467766037,1.00803162937795 -1898,0.5,0.153725174569888,0.0,0.659942998444886,0.153725174569888,0.0,0.795930967721296,0.153725174569888,0.0,0.650087816551815,0.153725174569888,0.0,0.426443913019503,0.153725174569888,0.0,0.913806703930274,0.153725174569888,0.0,0.842377660244712,0.153725174569888,0.0,0.894958727968513,0.153725174569888,0.0,0.724711250465932,0.5,0.153725174569888,0.0,0.701178897090504,0.153725174569888,0.0,0.0766726658430598,0.5,0.153725174569888,0.0,0.666729481635885,0.153725174569888,0.0,0.322796903476157,0.153725174569888,0.0,0.878835603192105,0.153725174569888,0.0,0.8528645943188,0.153725174569888,0.0,0.788263292143295,0.153725174569888,0.0,0.786578882922972,0.153725174569888,0.0,0.352017261511068,0.5,0.153725174569888,0.0,0.0509421460847586,0,0.84158022885004,0.995359588346264 -1899,0.5,0.153725174569888,0.0,0.646198576775545,0.153725174569888,0.0,0.823767441336131,0.153725174569888,0.0,0.712856274886029,0.153725174569888,0.0,0.460369881523089,0.153725174569888,0.0,0.927002490561826,0.153725174569888,0.0,0.839037020230161,0.153725174569888,0.0,0.881593512128959,0.153725174569888,0.0,0.752111925142329,0.5,0.153725174569888,0.0,0.727364943071714,0.153725174569888,0.0,0.106099798866015,0.5,0.153725174569888,0.0,0.6784439625626,0.153725174569888,0.0,0.328138536601398,0.153725174569888,0.0,0.888343415512446,0.153725174569888,0.0,0.864454544605188,0.153725174569888,0.0,0.802103227721866,0.153725174569888,0.0,0.771465741510747,0.153725174569888,0.0,0.395984123094481,0.5,0.153725174569888,0.0,0.0610481666434945,0,0.838963412797779,0.707674422348199 -1900,0.5,0.153725174569888,0.0,0.637947912644556,0.153725174569888,0.0,0.851502315849396,0.153725174569888,0.0,0.754830661674105,0.153725174569888,0.0,0.532453913007669,0.153725174569888,0.0,0.923378783071427,0.153725174569888,0.0,0.841494348129337,0.153725174569888,0.0,0.867789970410798,0.153725174569888,0.0,0.802657287220852,0.5,0.153725174569888,0.0,0.75225050223226,0.153725174569888,0.0,0.0963543128588963,0.5,0.153725174569888,0.0,0.673236387456134,0.153725174569888,0.0,0.299330412367341,0.153725174569888,0.0,0.900146034545993,0.153725174569888,0.0,0.825313311766607,0.153725174569888,0.0,0.79193262271151,0.153725174569888,0.0,0.832029192899459,0.153725174569888,0.0,0.401294150912111,0.5,0.153725174569888,0.0,0.0644835729648818,0,0.829985917537019,0.737612527943339 -1901,0.5,0.153725174569888,0.0,0.65071421419977,0.153725174569888,0.0,0.863941010211576,0.153725174569888,0.0,0.770691608616831,0.153725174569888,0.0,0.594625741881053,0.153725174569888,0.0,0.836939755748089,0.153725174569888,0.0,0.802971327904676,0.153725174569888,0.0,0.850630869738089,0.153725174569888,0.0,0.782886418339387,0.5,0.153725174569888,0.0,0.78274423904371,0.153725174569888,0.0,0.0903667084548157,0.5,0.153725174569888,0.0,0.651202468678601,0.153725174569888,0.0,0.276242339600035,0.153725174569888,0.0,0.826427083362105,0.153725174569888,0.0,0.673594859516491,0.153725174569888,0.0,0.784935041411818,0.153725174569888,0.0,0.89151210273861,0.153725174569888,0.0,0.404040689186468,0.5,0.153725174569888,0.0,0.055235707205015,0,0.849093676111627,0.860910939606809 -1902,0.5,0.153725174569888,0.0,0.649333174035363,0.153725174569888,0.0,0.844594163445676,0.153725174569888,0.0,0.816222789112365,0.153725174569888,0.0,0.641460145595199,0.153725174569888,0.0,0.619539585673201,0.153725174569888,0.0,0.697799117202478,0.153725174569888,0.0,0.852355863580833,0.153725174569888,0.0,0.73127524122354,0.5,0.153725174569888,0.0,0.787051121493735,0.153725174569888,0.0,0.0785989258115126,0.5,0.153725174569888,0.0,0.62396013857681,0.153725174569888,0.0,0.281239992112245,0.153725174569888,0.0,0.584168081096537,0.153725174569888,0.0,0.463000940959464,0.153725174569888,0.0,0.795473047085719,0.153725174569888,0.0,0.936186864764197,0.153725174569888,0.0,0.396105352501671,0.5,0.153725174569888,0.0,0.0496163672493569,0,0.877385447074625,0.836092962571884 -1903,0.5,0.153725174569888,0.00260809673641138,0.644224614409795,0.153725174569888,0.0,0.707817756344701,0.153725174569888,0.000840004589664056,0.871275423661543,0.153725174569888,0.00435042473761092,0.657824581139828,0.153725174569888,0.0,0.414665682268225,0.153725174569888,0.0,0.43806201004868,0.153725174569888,0.0,0.779985357856185,0.153725174569888,0.0,0.649057330883259,0.5,0.153725174569888,0.0,0.764006321424298,0.153725174569888,0.000195875299513841,0.065296916743359,0.5,0.153725174569888,0.0,0.58147864614286,0.153725174569888,0.0,0.305149876737802,0.153725174569888,0.0,0.350409431053954,0.153725174569888,0.0,0.299951169306098,0.153725174569888,2.10569891437465e-09,0.793699159282246,0.153725174569888,0.0,0.932362872759974,0.153725174569888,0.000797562365423874,0.379757564898659,0.5,0.153725174569888,0.00292754176316583,0.0486393315712588,0,0.861434088514626,0.797171678669224 -1904,0.5,0.153725174569888,0.0682067915810476,0.684219216354917,0.153725174569888,0.00132057376513348,0.43571107974797,0.153725174569888,0.0579086765755276,0.907873368746179,0.153725174569888,0.124033715446224,0.665876424458991,0.153725174569888,0.00233213721598658,0.22640197009073,0.153725174569888,0.00164864026588169,0.246864708218148,0.153725174569888,0.00257264631529947,0.657143637621631,0.153725174569888,0.00433237953260255,0.551118910165701,0.5,0.153725174569888,0.0440135979437126,0.747546430728369,0.153725174569888,0.101039344803604,0.0510279770800873,0.5,0.153725174569888,0.082684808523701,0.516571263958109,0.153725174569888,0.0868891272931315,0.269301795229297,0.153725174569888,0.0341449103505694,0.276670255834463,0.153725174569888,0.0123446267895501,0.208724425113123,0.153725174569888,0.0058717328824601,0.691184157940787,0.153725174569888,0.0106601920220513,0.890357992270573,0.153725174569888,0.0972456426643639,0.355625862191577,0.5,0.153725174569888,0.117626677101792,0.0364184964699515,0,0.784858424570496,0.682705515664421 -1905,0.5,0.153725174569888,0.111274405069816,0.78392037195984,0.153725174569888,0.0135676149442251,0.298069386115891,0.153725174569888,0.123647812859711,0.937453713390168,0.153725174569888,0.280357139560124,0.774082511948162,0.153725174569888,0.0236359024986282,0.187189689322456,0.153725174569888,0.00803864512364467,0.184351759097818,0.153725174569888,0.0164472532403814,0.506106091303918,0.153725174569888,0.0177107162605383,0.444196342306335,0.5,0.153725174569888,0.141911380623244,0.751219313946977,0.153725174569888,0.263942752684259,0.0420839810583133,0.5,0.153725174569888,0.241662307830853,0.577258994140315,0.153725174569888,0.248671742832719,0.282190561435085,0.153725174569888,0.148653816500213,0.321352913826651,0.153725174569888,0.0751817751336972,0.235364258712565,0.153725174569888,0.0139319973088577,0.527495354940361,0.153725174569888,0.038822683783876,0.841299553145684,0.153725174569888,0.252266645354956,0.424991283423674,0.5,0.153725174569888,0.2798928395026,0.0551452272400903,0,0.678405252174125,0.630142091270985 -1906,0.5,0.153725174569888,0.115739911564384,0.703168397404202,0.153725174569888,0.0904675536902492,0.20123892110642,0.153725174569888,0.193834205966742,0.926674263043335,0.153725174569888,0.426433443220862,0.851075302706221,0.153725174569888,0.0859076196526361,0.169790563835981,0.153725174569888,0.0348057073447902,0.167173510178715,0.153725174569888,0.0331524925385595,0.402052849088404,0.153725174569888,0.0384486601865269,0.368881651071582,0.5,0.153725174569888,0.206829327081308,0.780774902689308,0.153725174569888,0.430646524610414,0.0502712621123869,0.5,0.153725174569888,0.404773751441108,0.737823972261691,0.153725174569888,0.415663524370701,0.439131415143966,0.153725174569888,0.290419077057584,0.390197426824413,0.153725174569888,0.198988745228051,0.249687347022825,0.153725174569888,0.0323144283885569,0.393426996272796,0.153725174569888,0.0720003814234456,0.792951255318592,0.153725174569888,0.411658629289023,0.563705293615707,0.5,0.153725174569888,0.445177227062263,0.101938134856192,0,0.428076116872278,0.662615667368321 -1907,0.5,0.153725174569888,0.102550211689477,0.588483289205386,0.153725174569888,0.209578858387039,0.166899181222215,0.153725174569888,0.277748383155699,0.893501189724098,0.153725174569888,0.541684868822779,0.841548909937947,0.153725174569888,0.182387551937082,0.130391063683097,0.153725174569888,0.0736590554264853,0.145709475021316,0.153725174569888,0.0447861694755831,0.319993437050754,0.153725174569888,0.0621016701225523,0.344089184319141,0.5,0.153725174569888,0.223641444849494,0.801471668942745,0.153725174569888,0.571152317192456,0.069462557358992,0.5,0.153725174569888,0.548129191023928,0.816147079060369,0.153725174569888,0.561899082086774,0.564053028584247,0.153725174569888,0.366478960102648,0.378664282096487,0.153725174569888,0.306852657339675,0.225507932691979,0.153725174569888,0.0496449522302379,0.283495116514305,0.153725174569888,0.104013970505749,0.746520877572353,0.153725174569888,0.551481029224405,0.663880387693084,0.5,0.153725174569888,0.58099492295488,0.126654468297087,0,0.208257758146515,0.744295523458155 -1908,0.5,0.153725174569888,0.111592712862115,0.45413373021374,0.153725174569888,0.263766223517423,0.152410443281846,0.153725174569888,0.363242214598196,0.88182232003772,0.153725174569888,0.61046681374105,0.810782731721557,0.153725174569888,0.270884114258715,0.121024706509374,0.153725174569888,0.112650347507735,0.0933419557473537,0.153725174569888,0.0589472684247869,0.258284615088344,0.153725174569888,0.0875147469928417,0.362630083105515,0.5,0.153725174569888,0.145441780459393,0.842097332222835,0.153725174569888,0.655651600250769,0.0861278787815799,0.5,0.153725174569888,0.621179854599256,0.887313495094178,0.153725174569888,0.65270737730346,0.607982361358549,0.153725174569888,0.481143859198906,0.384129722629127,0.153725174569888,0.370340084061097,0.221417065877504,0.153725174569888,0.0725838181573127,0.207143857411784,0.153725174569888,0.119751612628818,0.740362028957362,0.153725174569888,0.628690855740362,0.740206613287079,0.5,0.153725174569888,0.65957136095098,0.133749493097467,0,0.0874580426967658,0.82882371783336 -1909,0.5,0.153725174569888,0.105743882502403,0.321715213698861,0.153725174569888,0.164309954600753,0.133757342967567,0.153725174569888,0.336290053217437,0.848177022609823,0.153725174569888,0.613091314432655,0.766525921203435,0.153725174569888,0.317897907300763,0.143614613699417,0.153725174569888,0.191347371505471,0.0840589549420527,0.153725174569888,0.0527071211573743,0.185261347207371,0.153725174569888,0.0974930920779195,0.309789434595774,0.5,0.153725174569888,0.110520174158139,0.771553368099113,0.153725174569888,0.688168489643337,0.128732674483779,0.5,0.153725174569888,0.491892544767873,1.00880188088163,0.153725174569888,0.681439609119064,0.626654299124895,0.153725174569888,0.537476497566019,0.422760989413665,0.153725174569888,0.467296029128909,0.261198016089714,0.153725174569888,0.0905843043088059,0.170805342061557,0.153725174569888,0.106566916641338,0.74626293595346,0.153725174569888,0.608596460435891,0.828960945764861,0.5,0.153725174569888,0.685263607412767,0.141845473562462,0,0.0488794561979923,0.879803457018573 -1910,0.5,0.153725174569888,0.0950012147325475,0.225642485175329,0.153725174569888,0.167811682839324,0.153011541441554,0.153725174569888,0.230699501975646,0.831084148350739,0.153725174569888,0.572984188987958,0.745235874386565,0.153725174569888,0.348881705013486,0.196565474406887,0.153725174569888,0.304993523230032,0.148479700365684,0.153725174569888,0.0648337668228726,0.152141773762163,0.153725174569888,0.0919087921880931,0.210678002329273,0.5,0.153725174569888,0.126301031490108,0.609360701596925,0.153725174569888,0.673933138069123,0.197614214243947,0.5,0.153725174569888,0.193488618634855,1.00769438330689,0.153725174569888,0.650334406794398,0.58890911291597,0.153725174569888,0.549701509683972,0.470643598471349,0.153725174569888,0.487100424019131,0.311556343060124,0.153725174569888,0.0858271409156401,0.152339839337705,0.153725174569888,0.113459513662357,0.65967828999893,0.153725174569888,0.490079338649697,0.884755804190656,0.5,0.153725174569888,0.664696659874841,0.198943952700986,0,0.0459654251639152,0.868916238935795 -1911,0.5,0.153725174569888,0.0718781339515135,0.187218732140082,0.153725174569888,0.171499377683797,0.175586704971195,0.153725174569888,0.108941711409294,0.768890542999613,0.153725174569888,0.430274587879481,0.758405718806311,0.153725174569888,0.341584601234196,0.244330126927834,0.153725174569888,0.291955707453158,0.182218606281976,0.153725174569888,0.110384987513611,0.127277124347052,0.153725174569888,0.0751260505585876,0.131086057289757,0.5,0.153725174569888,0.156850746440263,0.484114031792237,0.153725174569888,0.603804092934468,0.193977151794215,0.5,0.153725174569888,0.21845112030909,0.832991893405949,0.153725174569888,0.578116826631068,0.520565805698215,0.153725174569888,0.509474257855765,0.495100886499392,0.153725174569888,0.472133954222421,0.342179845740896,0.153725174569888,0.0838097951807691,0.13070644922858,0.153725174569888,0.0779813059713594,0.468568615077839,0.153725174569888,0.355938699924825,0.875212194374396,0.5,0.153725174569888,0.58561228071229,0.22764749835466,0,0.0619712354830278,0.780635000358047 -1912,0.5,0.153725174569888,0.0465522892590884,0.158935734759243,0.153725174569888,0.0833850538792209,0.128062626986783,0.153725174569888,0.0547621420537279,0.621061283203715,0.153725174569888,0.242486113980224,0.736202691386297,0.153725174569888,0.257325926435118,0.244667956957364,0.153725174569888,0.148121600303123,0.169542246862029,0.153725174569888,0.156888810129208,0.135258307143538,0.153725174569888,0.0446489115201846,0.0954158245174306,0.5,0.153725174569888,0.0961709834409962,0.358896251368793,0.153725174569888,0.474902997566659,0.0971191687386461,0.5,0.153725174569888,0.330631257947451,0.3680275158778,0.153725174569888,0.456258625018912,0.335532930757211,0.153725174569888,0.380285003876076,0.428661992695554,0.153725174569888,0.338423486244013,0.307589859710792,0.153725174569888,0.07594582861441,0.122646685760681,0.153725174569888,0.0400051452550504,0.30860221892656,0.153725174569888,0.259256292638146,0.596883646705593,0.5,0.153725174569888,0.450565584578194,0.150951694660732,0,0.0792295180488256,0.728479329257041 -1913,0.5,0.153725174569888,0.0172200304275279,0.117432306057682,0.153725174569888,0.0673034395006786,0.0827460933025206,0.153725174569888,0.0338137757168971,0.50530169838739,0.153725174569888,0.0641328106627141,0.553213078307087,0.153725174569888,0.154500133049998,0.174783524262238,0.153725174569888,0.0874700645209955,0.129330554821437,0.153725174569888,0.0777053783376202,0.144123963294915,0.153725174569888,0.0226185652129951,0.069441173236369,0.5,0.153725174569888,0.0220456350628,0.203379155291444,0.153725174569888,0.319862574166798,0.0211446461750702,0.5,0.153725174569888,0.208800477792973,0.136137164474049,0.153725174569888,0.297507364283275,0.184039900151328,0.153725174569888,0.270580463401948,0.276143090068394,0.153725174569888,0.230112487398343,0.198802531582757,0.153725174569888,0.0670696730298936,0.111264989119576,0.153725174569888,0.0173658747783015,0.222509517719997,0.153725174569888,0.193640251997022,0.357608855613068,0.5,0.153725174569888,0.293665464879389,0.0334549284775419,0,0.0730702873755107,0.74779715909793 -1914,0.5,0.153725174569888,0.0040851980016529,0.0764775561873642,0.153725174569888,0.0352108559425218,0.0244036732446777,0.153725174569888,0.00885365518513745,0.302635319221475,0.153725174569888,0.00335692681324738,0.266416096515816,0.153725174569888,0.0539352162332471,0.0728628046704683,0.153725174569888,0.0386557860661698,0.0747329875815736,0.153725174569888,0.0227265965668222,0.0883621749652333,0.153725174569888,0.0115142666871666,0.0421555233535029,0.5,0.153725174569888,0.00388393894266942,0.104941523585476,0.153725174569888,0.0612500904306834,0.0364479385708656,0.5,0.153725174569888,0.04536655287291,0.0367794500634115,0.153725174569888,0.0690361026056687,0.164473853650036,0.153725174569888,0.0817391794863379,0.154253164225764,0.153725174569888,0.0723880660266202,0.0818465532606354,0.153725174569888,0.0237646977394723,0.0763337618947304,0.153725174569888,0.00324003017376226,0.17075356325393,0.153725174569888,0.0395440603910032,0.157036860604125,0.5,0.153725174569888,0.040089532075315,0.0224986591603106,0,0.0669187087754289,0.716952475261788 -1915,0.5,0.153725174569888,0.0,0.0620901727594543,0.153725174569888,0.0,0.0219639771193033,0.153725174569888,0.0,0.188668894578224,0.153725174569888,0.0,0.153700897082822,0.153725174569888,0.0,0.0539042013469972,0.153725174569888,0.0,0.0503953075402272,0.153725174569888,1.69795359877135e-07,0.0410524903983597,0.153725174569888,2.8263057370028e-05,0.0146947539102247,0.5,0.153725174569888,4.94356523167337e-05,0.0565521112599731,0.153725174569888,0.0,0.0728673205124594,0.5,0.153725174569888,0.0,0.0313264524518738,0.153725174569888,0.0,0.161147510683843,0.153725174569888,0.0,0.121883779109572,0.153725174569888,0.0,0.0549069123742334,0.153725174569888,0.0,0.0516348694515869,0.153725174569888,0.0,0.0787680418129603,0.153725174569888,0.0,0.0836542665755117,0.5,0.153725174569888,0.0,0.0416507986384295,0,0.0809539401417496,0.576292527289041 -1916,0.5,0.153725174569888,0.0,0.0605809072018392,0.153725174569888,0.0,0.0213968702963121,0.153725174569888,0.0,0.11140669685111,0.153725174569888,0.0,0.130758884184056,0.153725174569888,0.0,0.0481573103783565,0.153725174569888,0.0,0.0509140883178178,0.153725174569888,0.0,0.0187618632478216,0.153725174569888,0.0,0.0103874085812896,0.5,0.153725174569888,0.0,0.0366056661252308,0.153725174569888,0.0,0.100905653502259,0.5,0.153725174569888,0.0,0.0598680495302183,0.153725174569888,0.0,0.201484276110497,0.153725174569888,0.0,0.0915614634334586,0.153725174569888,0.0,0.0495687804445876,0.153725174569888,0.0,0.0341519669700878,0.153725174569888,0.0,0.0258074100019928,0.153725174569888,0.0,0.0430227203969496,0.5,0.153725174569888,0.0,0.0717644746038741,0,0.0845249485516812,0.344969851799297 -1917,0.5,0.153725174569888,0.0,0.0559749610624254,0.153725174569888,0.0,0.0236113297008776,0.153725174569888,0.0,0.0622553802050442,0.153725174569888,0.0,0.111823819243304,0.153725174569888,0.0,0.0504593169598266,0.153725174569888,0.0,0.0635679888102544,0.153725174569888,0.0,0.0126858250475823,0.153725174569888,0.0,0.0128021591417448,0.5,0.153725174569888,0.0,0.0268607608882025,0.153725174569888,0.0,0.130737563061854,0.5,0.153725174569888,0.0,0.0637241516448799,0.153725174569888,0.0,0.108591411300995,0.153725174569888,0.0,0.0724432157845738,0.153725174569888,0.0,0.0588168102099844,0.153725174569888,0.0,0.0209937992599911,0.153725174569888,0.0,0.00468790336374588,0.153725174569888,0.0,0.0350853295461781,0.5,0.153725174569888,0.0,0.0811713823793808,0,0.0837713651800593,0.215039925943166 -1918,0.5,0.153725174569888,0.0,0.0469355939101579,0.153725174569888,0.0,0.0285383375158355,0.153725174569888,0.0,0.0322406314074203,0.153725174569888,0.0,0.0846587079337929,0.153725174569888,0.0,0.0686715966994088,0.153725174569888,0.0,0.09020655568657,0.153725174569888,0.0,0.0199902850336805,0.153725174569888,0.0,0.0252517993097933,0.5,0.153725174569888,0.0,0.0246761961858172,0.153725174569888,0.0,0.130126513875236,0.5,0.153725174569888,0.0,0.0798060229550122,0.153725174569888,0.0,0.0571062733467462,0.153725174569888,0.0,0.0689685036757595,0.153725174569888,0.0,0.0804271980759839,0.153725174569888,0.0,0.0168143302023103,0.153725174569888,0.0,0.00112418604328621,0.153725174569888,0.0,0.0344193325879695,0.5,0.153725174569888,0.0,0.0897064255275746,0,0.0808445598227738,0.288377281185308 -1919,0.5,0.153725174569888,0.0,0.0286780983473542,0.153725174569888,0.0,0.0418755716037263,0.153725174569888,0.0,0.0127532386843531,0.153725174569888,0.0,0.0485296772534721,0.153725174569888,0.0,0.110579056245731,0.153725174569888,0.0,0.124547654818739,0.153725174569888,0.0,0.0349245939875975,0.153725174569888,0.0,0.0378239087121543,0.5,0.153725174569888,0.0,0.0330449424375174,0.153725174569888,0.0,0.082581864629465,0.5,0.153725174569888,0.0,0.074676089381233,0.153725174569888,0.0,0.0435001631399014,0.153725174569888,0.0,0.08447642959571,0.153725174569888,0.0,0.11043600520195,0.153725174569888,0.0,0.0176826858288706,0.153725174569888,0.0,0.00184572272177772,0.153725174569888,0.0,0.0380984799770232,0.5,0.153725174569888,0.0,0.0730032045519907,0,0.0686911678655594,0.586386469052139 -1920,0.5,0.153725174569888,0.0,0.0160433809743097,0.153725174569888,0.0,0.0661118241979957,0.153725174569888,0.0,0.00334235608912874,0.153725174569888,0.0,0.0213165434488075,0.153725174569888,0.0,0.158324139217624,0.153725174569888,0.0,0.146327126571306,0.153725174569888,0.0,0.0546025837517113,0.153725174569888,0.0,0.0500653257236934,0.5,0.153725174569888,0.0,0.0388395779511827,0.153725174569888,0.0,0.0580385197080759,0.5,0.153725174569888,0.0,0.0522565238969427,0.153725174569888,0.0,0.0325762892874822,0.153725174569888,0.0,0.1079459974296,0.153725174569888,0.0,0.152557601389934,0.153725174569888,0.0,0.0271921344414565,0.153725174569888,0.0,0.00276399219138648,0.153725174569888,0.0,0.0377726560841224,0.5,0.153725174569888,0.0,0.0564615729011522,0,0.0499279081410619,0.842795702738863 -1921,0.5,0.153725174569888,0.0,0.0133222234330753,0.153725174569888,0.0,0.0815779221909013,0.153725174569888,0.0,0.00182121350501906,0.153725174569888,0.0,0.0104525540957973,0.153725174569888,0.0,0.191669557480434,0.153725174569888,0.0,0.146259315105492,0.153725174569888,0.0,0.0600473442071973,0.153725174569888,0.0,0.0637859404874484,0.5,0.153725174569888,0.0,0.0345395070239121,0.153725174569888,0.0,0.0590612158242302,0.5,0.153725174569888,0.0,0.0718413136106092,0.153725174569888,0.0,0.0283391417221352,0.153725174569888,0.0,0.139599462402106,0.153725174569888,0.0,0.212279365618824,0.153725174569888,0.0,0.0444759726406451,0.153725174569888,0.0,0.00692140608687035,0.153725174569888,0.0,0.0451838098772846,0.5,0.153725174569888,0.0,0.0386288417669032,0,0.0402147833294129,0.917547209842718 -1922,0.5,0.153725174569888,0.0,0.016766651355006,0.153725174569888,0.0,0.108409524474085,0.153725174569888,0.0,0.00323343922481881,0.153725174569888,0.0,0.00467912331514593,0.153725174569888,0.0,0.180967667895255,0.153725174569888,0.0,0.16268248804147,0.153725174569888,0.0,0.0729511743226451,0.153725174569888,0.0,0.0788104096893403,0.5,0.153725174569888,0.0,0.0479919620623382,0.153725174569888,0.0,0.0614475051285138,0.5,0.153725174569888,0.0,0.0914846434669794,0.153725174569888,0.0,0.0281822175885805,0.153725174569888,0.0,0.190081976333867,0.153725174569888,0.0,0.253693247742857,0.153725174569888,0.0,0.0582073610530977,0.153725174569888,0.0,0.0170740212829196,0.153725174569888,0.0,0.0601444443011171,0.5,0.153725174569888,0.0,0.0315481443386386,0,0.0379525094230424,0.942884443494523 -1923,0.5,0.153725174569888,0.0,0.023024773449123,0.153725174569888,0.0,0.124144043190094,0.153725174569888,0.0,0.00557650071675887,0.153725174569888,0.0,0.00556895529122064,0.153725174569888,0.0,0.206478105526617,0.153725174569888,0.0,0.199255392672519,0.153725174569888,0.0,0.0939857339476023,0.153725174569888,0.0,0.098335433482423,0.5,0.153725174569888,0.0,0.0805470391250462,0.153725174569888,0.0,0.0540009492968336,0.5,0.153725174569888,0.0,0.0680396885526022,0.153725174569888,0.0,0.0310125266499979,0.153725174569888,0.0,0.250405326025487,0.153725174569888,0.0,0.271130163313508,0.153725174569888,0.0,0.0620107378974937,0.153725174569888,0.0,0.045968717887913,0.153725174569888,0.0,0.080626416692404,0.5,0.153725174569888,0.0,0.0257190804154186,0,0.0453272366126589,0.944676354116669 -1924,0.5,0.153725174569888,0.0,0.0292511093926286,0.153725174569888,0.0,0.128316338870358,0.153725174569888,0.0,0.0129258799348034,0.153725174569888,0.0,0.00887962068573135,0.153725174569888,0.0,0.257868344615957,0.153725174569888,0.0,0.209005718719483,0.153725174569888,0.0,0.0988238436521847,0.153725174569888,0.0,0.123398529374136,0.5,0.153725174569888,0.0,0.122201007725101,0.153725174569888,0.0,0.0500449845486381,0.5,0.153725174569888,0.0,0.0350343658527206,0.153725174569888,0.0,0.0428742182173679,0.153725174569888,0.0,0.290791257732173,0.153725174569888,0.0,0.288516860463812,0.153725174569888,0.0,0.0632001575094443,0.153725174569888,0.0,0.0711410120098648,0.153725174569888,0.0,0.0806554883659645,0.5,0.153725174569888,0.0,0.021416496724878,0,0.0628874155578431,0.955664618610905 -1925,0.5,0.153725174569888,0.0,0.0277954418169069,0.153725174569888,0.0,0.14205926373391,0.153725174569888,0.0,0.03179145713525,0.153725174569888,0.0,0.0143793579297875,0.153725174569888,0.0,0.24003813821623,0.153725174569888,0.0,0.245402171874183,0.153725174569888,0.0,0.113926858835981,0.153725174569888,0.0,0.146240995642626,0.5,0.153725174569888,0.0,0.173273222737472,0.153725174569888,0.0,0.0444348507625826,0.5,0.153725174569888,0.0,0.0469685056154175,0.153725174569888,0.0,0.0517634553614813,0.153725174569888,0.0,0.326692920471367,0.153725174569888,0.0,0.340361044608454,0.153725174569888,0.0,0.066180777247672,0.153725174569888,0.0,0.0653554810444774,0.153725174569888,0.0,0.0724674408903675,0.5,0.153725174569888,0.0,0.0194188747909382,0,0.0857579413313045,0.945992025373799 -1926,0.5,0.153725174569888,0.0,0.028215972663767,0.153725174569888,0.0,0.143514864217191,0.153725174569888,0.0,0.0367399426527998,0.153725174569888,0.0,0.0247322533618208,0.153725174569888,0.0,0.284063364205796,0.153725174569888,0.0,0.299513382485234,0.153725174569888,0.0,0.12460134336912,0.153725174569888,0.0,0.180528971915495,0.5,0.153725174569888,0.0,0.22841515530604,0.153725174569888,0.0,0.0353146492556104,0.5,0.153725174569888,0.0,0.168979420612049,0.153725174569888,0.0,0.0595398436865281,0.153725174569888,0.0,0.410149925549451,0.153725174569888,0.0,0.35760104924833,0.153725174569888,0.0,0.0693804318471858,0.153725174569888,0.0,0.0664772630832192,0.153725174569888,0.0,0.076994263543693,0.5,0.153725174569888,0.0,0.0179083789458302,0,0.110827324353327,0.98571296555978 -1927,0.5,0.153725174569888,0.0027910185927648,0.0289910351585816,0.153725174569888,2.7064721847169e-05,0.129914062929859,0.153725174569888,0.00031191407364534,0.0468160979811191,0.153725174569888,0.0012928519913517,0.041810142706541,0.153725174569888,0.0,0.348227623446152,0.153725174569888,0.0,0.34905699594096,0.153725174569888,0.0,0.153536812145296,0.153725174569888,0.0,0.24433961471182,0.5,0.153725174569888,0.0,0.27507300640129,0.153725174569888,0.000379471763254919,0.0366702911566079,0.5,0.153725174569888,0.0,0.259752459661639,0.153725174569888,8.40945264189875e-07,0.0600012943359312,0.153725174569888,0.00010786688106454,0.432287148613241,0.153725174569888,1.47709821030059e-05,0.373320099257079,0.153725174569888,0.000109593241661098,0.0746053080739742,0.153725174569888,0.0,0.112146059469673,0.153725174569888,0.00015150531230441,0.141400307636224,0.5,0.153725174569888,0.00304251217256586,0.015029882285296,0,0.139103514231364,1.00321658452 -1928,0.5,0.153725174569888,0.074192319676491,0.0267219263051274,0.153725174569888,0.0529005483977675,0.123466463883678,0.153725174569888,0.0276070843108671,0.0891292662605967,0.153725174569888,0.0356074038334114,0.0728012340273017,0.153725174569888,0.0270778533461526,0.415298068526688,0.153725174569888,0.0222058435371664,0.467393544176308,0.153725174569888,0.0410026808301317,0.208491572656498,0.153725174569888,0.0474129825176005,0.340592589017145,0.5,0.153725174569888,0.0352881516319105,0.324087743037867,0.153725174569888,0.0450323390010072,0.0230944912853967,0.5,0.153725174569888,0.0211714470880788,0.352984130498722,0.153725174569888,0.0162372945729159,0.0649134926918686,0.153725174569888,0.0514648835440687,0.41187759311735,0.153725174569888,0.0293219689998913,0.432450968979799,0.153725174569888,0.0555910982684938,0.0779204175652535,0.153725174569888,0.0388465703507428,0.23664628297144,0.153725174569888,0.0128968630300118,0.244896165803704,0.5,0.153725174569888,0.0886400858462178,0.0123999409634679,0,0.141621102209381,1.00384168515604 -1929,0.5,0.153725174569888,0.158836820936577,0.0447033117537379,0.153725174569888,0.101492927080459,0.17786684059298,0.153725174569888,0.105932529760071,0.204417727874884,0.153725174569888,0.105540802145972,0.188962025007909,0.153725174569888,0.101803760073682,0.551259274580789,0.153725174569888,0.151436163001134,0.664595751047352,0.153725174569888,0.111969133698987,0.377452448326482,0.153725174569888,0.170836460634462,0.516612126324837,0.5,0.153725174569888,0.136607531084638,0.490799454943306,0.153725174569888,0.103737513319127,0.0147088391153891,0.5,0.153725174569888,0.0898127612494958,0.514803401889785,0.153725174569888,0.0593463799228224,0.0928063982650101,0.153725174569888,0.134211685660893,0.510303853557743,0.153725174569888,0.117740515712394,0.531154323170872,0.153725174569888,0.156821865132274,0.148568567188057,0.153725174569888,0.126446995360273,0.44572349319404,0.153725174569888,0.0449895799508476,0.316629221241,0.5,0.153725174569888,0.19642922420427,0.0131357583594222,0,0.140124063347758,1.00745405001143 -1930,0.5,0.153725174569888,0.218738213369613,0.102108492046388,0.153725174569888,0.158300117334578,0.231906626040845,0.153725174569888,0.191855821552406,0.403640085271455,0.153725174569888,0.185605587953192,0.392674084659276,0.153725174569888,0.223677658415019,0.749041551122925,0.153725174569888,0.309720549643259,0.866671787662344,0.153725174569888,0.263246117124903,0.614316644307351,0.153725174569888,0.309767356833157,0.719914914989178,0.5,0.153725174569888,0.251436598507816,0.704308380133817,0.153725174569888,0.155065772597423,0.0144682701148815,0.5,0.153725174569888,0.203595381785032,0.480175647306678,0.153725174569888,0.128755304537661,0.102095347696402,0.153725174569888,0.220892214979924,0.631468221956237,0.153725174569888,0.255837229021791,0.646892062197973,0.153725174569888,0.276282373652035,0.292891299350356,0.153725174569888,0.21681967398454,0.575860340037336,0.153725174569888,0.083421608837767,0.330300941697527,0.5,0.153725174569888,0.282062400088554,0.0150028975014447,0,0.137265695769063,1.00907228832523 -1931,0.5,0.153725174569888,0.287511288691834,0.207109915836608,0.153725174569888,0.294773700081587,0.431529671222938,0.153725174569888,0.165716420445245,0.469552186207938,0.153725174569888,0.193327672910087,0.426828163213861,0.153725174569888,0.425192233159509,0.926647344887365,0.153725174569888,0.326642069238105,0.964656596023332,0.153725174569888,0.500616302020348,0.829633228757839,0.153725174569888,0.393477712259945,0.815159150095578,0.5,0.153725174569888,0.319076802931127,0.694007408444165,0.153725174569888,0.251943642980077,0.0348392985617754,0.5,0.153725174569888,0.306860526524006,0.457764001885417,0.153725174569888,0.194319757016442,0.089606342759577,0.153725174569888,0.404413780786929,0.723911811191505,0.153725174569888,0.400742291932492,0.785016956614748,0.153725174569888,0.422756970628786,0.492065376612393,0.153725174569888,0.347097348262408,0.679003089963474,0.153725174569888,0.146735914226033,0.317096780209229,0.5,0.153725174569888,0.336735163756827,0.0151409371078932,0,0.14067427422025,1.01100203273046 -1932,0.5,0.153725174569888,0.317067071863142,0.266881583884126,0.153725174569888,0.448322039004661,0.609711526543365,0.153725174569888,0.187397925240304,0.503804828684725,0.153725174569888,0.156707689714017,0.40771222342098,0.153725174569888,0.520033835260001,1.00463229475014,0.153725174569888,0.185723183963863,0.976298110567316,0.153725174569888,0.583995527747892,0.918302865226373,0.153725174569888,0.462826077286239,0.850541858697838,0.5,0.153725174569888,0.35251804470577,0.678355488410908,0.153725174569888,0.28332700528387,0.0175530285722141,0.5,0.153725174569888,0.313211309209625,0.34269751998436,0.153725174569888,0.223141291530955,0.0826956240451457,0.153725174569888,0.514771220429027,0.781643376865411,0.153725174569888,0.4971967583393,0.892831076512569,0.153725174569888,0.496813879362721,0.554125595302099,0.153725174569888,0.448333794581386,0.765123661134514,0.153725174569888,0.193885562934235,0.272578662625916,0.5,0.153725174569888,0.378707791778916,0.0198433507593066,0,0.168796181448956,0.958836090076191 -1933,0.5,0.153725174569888,0.332843543328687,0.297076305290126,0.153725174569888,0.405487264394915,0.683298490324586,0.153725174569888,0.243302232885983,0.60051092242708,0.153725174569888,0.154949773313402,0.334190668433217,0.153725174569888,0.293524528360816,1.00764873801055,0.153725174569888,0.161722451523535,0.916077722327907,0.153725174569888,0.419216314076376,0.943947941562337,0.153725174569888,0.420859601653927,0.821039457389584,0.5,0.153725174569888,0.370995845079737,0.7468749003197,0.153725174569888,0.284818536362745,0.00526861498401967,0.5,0.153725174569888,0.289668855834481,0.279403506327922,0.153725174569888,0.217565747234821,0.0675171975690608,0.153725174569888,0.555242171397951,0.824707972760417,0.153725174569888,0.319624184122161,0.935799472487613,0.153725174569888,0.541390824843552,0.654047011259982,0.153725174569888,0.539271680203147,0.797882757433823,0.153725174569888,0.224164329551154,0.236228041814402,0.5,0.153725174569888,0.389799603633148,0.0128831191979121,0,0.151480043338495,0.813417249406417 -1934,0.5,0.153725174569888,0.34855714796884,0.357363627751859,0.153725174569888,0.599032666398838,0.791673487288121,0.153725174569888,0.311383170395838,0.594619075085432,0.153725174569888,0.160124917725237,0.354753141714929,0.153725174569888,0.28025437001935,0.970247160441705,0.153725174569888,0.300129384847338,0.904739892923964,0.153725174569888,0.490477503564217,0.935877692543207,0.153725174569888,0.381855807570982,0.844202856842474,0.5,0.153725174569888,0.348794941670182,0.79560870437844,0.153725174569888,0.255849135979388,0.00502397899239031,0.5,0.153725174569888,0.256829116753557,0.296011489587248,0.153725174569888,0.186783273988381,0.073382424473147,0.153725174569888,0.327793375606545,0.836940139021217,0.153725174569888,0.281978994581456,0.916077446366554,0.153725174569888,0.555189972837886,0.753211487172818,0.153725174569888,0.534337435971521,0.79506644865999,0.153725174569888,0.229787109264966,0.216109398567579,0.5,0.153725174569888,0.386536551830578,0.00890053102014528,0,0.113394498902323,0.733025268322563 -1935,0.5,0.153725174569888,0.295845689667745,0.366548657216956,0.153725174569888,0.482427493479179,0.856489477897209,0.153725174569888,0.341873716084683,0.572071982457881,0.153725174569888,0.197818622428775,0.386449013373188,0.153725174569888,0.210670628500145,0.834596784822524,0.153725174569888,0.208978842535086,0.757144593468114,0.153725174569888,0.277065204185557,0.875037133865473,0.153725174569888,0.211664669926861,0.801258235346019,0.5,0.153725174569888,0.220837197048778,0.840898356497299,0.153725174569888,0.167703990168527,0.00629324441368207,0.5,0.153725174569888,0.210624605331685,0.346625229377663,0.153725174569888,0.150764956682488,0.0946997987652024,0.153725174569888,0.223171530299952,0.877700113183765,0.153725174569888,0.194719856625974,0.846033673055913,0.153725174569888,0.41071126398579,0.769773013900607,0.153725174569888,0.47941189147562,0.839004455487799,0.153725174569888,0.195356693150465,0.234173437222408,0.5,0.153725174569888,0.37234633268653,0.00936856992271625,0,0.119576002792246,0.5909337052536 -1936,0.5,0.153725174569888,0.26528619798545,0.334685609599269,0.153725174569888,0.119098936440578,0.707626154996805,0.153725174569888,0.324073004834065,0.535939045546017,0.153725174569888,0.17516735034064,0.256230444636724,0.153725174569888,0.129755758391176,0.567292626749819,0.153725174569888,0.308051389129558,0.860257477001402,0.153725174569888,0.156004757573065,0.76808853244681,0.153725174569888,0.176331721937782,0.79401491223303,0.5,0.153725174569888,0.12009833884838,0.861361716735906,0.153725174569888,0.109559968206705,0.0156355870489409,0.5,0.153725174569888,0.176228856561185,0.401747839665074,0.153725174569888,0.114062374877167,0.109213209774782,0.153725174569888,0.0837844514092575,0.728663987399307,0.153725174569888,0.108996775496043,0.626312409413474,0.153725174569888,0.289314963522816,0.654893060373826,0.153725174569888,0.254098927367814,0.758014386933496,0.153725174569888,0.13509134446143,0.249705759694612,0.5,0.153725174569888,0.290332044973759,0.0143497204321032,0,0.14591437130155,0.652199449516528 -1937,0.5,0.153725174569888,0.19969219632469,0.217600822766638,0.153725174569888,0.054146346009788,0.538113456485557,0.153725174569888,0.196157734112743,0.42531241114913,0.153725174569888,0.0983948229406023,0.139933353697489,0.153725174569888,0.057564065913633,0.359794290583901,0.153725174569888,0.0461598331251185,0.76163929676117,0.153725174569888,0.103256001510815,0.636687564872525,0.153725174569888,0.0678303495017579,0.689969328183422,0.5,0.153725174569888,0.0665243292541488,0.825266981659918,0.153725174569888,0.0448393284688569,0.0387969393311402,0.5,0.153725174569888,0.0861684822090111,0.371175508752468,0.153725174569888,0.0636486908098277,0.102302384472273,0.153725174569888,0.0621545145596591,0.496276735918358,0.153725174569888,0.0460017564172676,0.323978940063417,0.153725174569888,0.114188742265379,0.423819986501441,0.153725174569888,0.0961133761182801,0.722100098621587,0.153725174569888,0.0751887950036828,0.232271789248217,0.5,0.153725174569888,0.156878765474073,0.0151414097691889,0,0.144573193577678,0.658590557934012 -1938,0.5,0.153725174569888,0.0358447599722938,0.16245091548233,0.153725174569888,0.0102574529161822,0.240163531622111,0.153725174569888,0.0538459174750292,0.251912244841048,0.153725174569888,0.0232206233683412,0.0721191198700009,0.153725174569888,0.00708572844570606,0.355080325019975,0.153725174569888,0.00449637582452657,0.798351138347087,0.153725174569888,0.0151626944870907,0.548865846659278,0.153725174569888,0.0311135826026675,0.728103061079633,0.5,0.153725174569888,0.0247670881910419,0.707523667129599,0.153725174569888,0.00597199153247477,0.0824295923248387,0.5,0.153725174569888,0.0265190609226371,0.274128675228223,0.153725174569888,0.0192796177846232,0.0852878345074007,0.153725174569888,0.00866007428543204,0.28398177298207,0.153725174569888,0.0123736579796666,0.167882096144397,0.153725174569888,0.0329887362714562,0.246145755896775,0.153725174569888,0.0329916696364768,0.690019920486177,0.153725174569888,0.018628835517222,0.176853501228374,0.5,0.153725174569888,0.03486088940437,0.0233497452274523,0,0.154751967315773,0.541717600644329 -1939,0.5,0.153725174569888,0.0,0.162842286110876,0.153725174569888,0.0,0.110082712005863,0.153725174569888,0.0,0.227978452349692,0.153725174569888,0.0,0.0563646774786391,0.153725174569888,1.58561884101405e-05,0.532761266892922,0.153725174569888,0.000223944846254306,0.701786483287041,0.153725174569888,2.88522370036391e-05,0.599257061409478,0.153725174569888,0.0,0.536594363055131,0.5,0.153725174569888,7.84674780615756e-05,0.531649839917518,0.153725174569888,0.0,0.131486580147165,0.5,0.153725174569888,0.0,0.206921038384539,0.153725174569888,6.57660250427713e-06,0.0743921740289934,0.153725174569888,0.0,0.170068805382718,0.153725174569888,3.94790860759902e-05,0.0841607040807784,0.153725174569888,0.0,0.179807976674179,0.153725174569888,0.0,0.437893306640238,0.153725174569888,0.0,0.125788748364312,0.5,0.153725174569888,0.0,0.0619151539455179,0,0.178826453517627,0.43049893455388 -1940,0.5,0.153725174569888,0.0,0.148825647701868,0.153725174569888,0.0,0.0497342316903829,0.153725174569888,0.0,0.207828298142033,0.153725174569888,0.0,0.0473849245332103,0.153725174569888,0.0,0.586300830052595,0.153725174569888,0.0,0.559326962949182,0.153725174569888,0.0,0.657540204342858,0.153725174569888,0.0,0.396456120783648,0.5,0.153725174569888,0.0,0.464766391245501,0.153725174569888,0.0,0.167503985097919,0.5,0.153725174569888,0.0,0.17225773651743,0.153725174569888,0.0,0.0815011704014301,0.153725174569888,0.0,0.100339831898847,0.153725174569888,0.0,0.0770328564595746,0.153725174569888,0.0,0.183540435624732,0.153725174569888,0.0,0.316218718011039,0.153725174569888,0.0,0.119745562459322,0.5,0.153725174569888,0.0,0.161968283823459,0,0.17620486994286,0.472961591837887 -1941,0.5,0.153725174569888,0.0,0.139181100671538,0.153725174569888,0.0,0.024130197901087,0.153725174569888,0.0,0.17553240891887,0.153725174569888,0.0,0.0516077919652765,0.153725174569888,0.0,0.678608175547853,0.153725174569888,0.0,0.32671673706451,0.153725174569888,0.0,0.733100647431472,0.153725174569888,0.0,0.299997815723486,0.5,0.153725174569888,0.0,0.459744688260888,0.153725174569888,0.0,0.174602884198806,0.5,0.153725174569888,0.0,0.184825944776296,0.153725174569888,0.0,0.100797049620798,0.153725174569888,0.0,0.0681466631102862,0.153725174569888,0.0,0.147154943752808,0.153725174569888,0.0,0.272807303209077,0.153725174569888,0.0,0.376242964532569,0.153725174569888,0.0,0.127816788461292,0.5,0.153725174569888,0.0,0.267013345398157,0,0.162148947770504,0.585652241882442 -1942,0.5,0.153725174569888,0.0,0.132928762256336,0.153725174569888,0.0,0.0399112743837069,0.153725174569888,0.0,0.15936518308,0.153725174569888,0.0,0.0634471349413123,0.153725174569888,0.0,0.497482528386874,0.153725174569888,0.0,0.224756721048276,0.153725174569888,0.0,0.577715415564406,0.153725174569888,0.0,0.225699485360564,0.5,0.153725174569888,0.0,0.379007680853595,0.153725174569888,0.0,0.172413268207217,0.5,0.153725174569888,0.0,0.220160155704435,0.153725174569888,0.0,0.133678190803279,0.153725174569888,0.0,0.0428700734788148,0.153725174569888,0.0,0.253605237600976,0.153725174569888,0.0,0.451020150780903,0.153725174569888,0.0,0.413804642270049,0.153725174569888,0.0,0.168947901363722,0.5,0.153725174569888,0.0,0.288184590274419,0,0.102724369649673,0.742335739738101 -1943,0.5,0.153725174569888,0.0,0.136932081537996,0.153725174569888,0.0,0.205201456135452,0.153725174569888,0.0,0.172030369916316,0.153725174569888,0.0,0.0752475170044083,0.153725174569888,0.0,0.276175996477867,0.153725174569888,0.0,0.22916304795914,0.153725174569888,0.0,0.430151798839574,0.153725174569888,0.0,0.166320424669016,0.5,0.153725174569888,0.0,0.29841060365786,0.153725174569888,0.0,0.158042561877709,0.5,0.153725174569888,0.0,0.363847777294102,0.153725174569888,0.0,0.174520151426579,0.153725174569888,0.0,0.0497045986920931,0.153725174569888,0.0,0.292526826986281,0.153725174569888,0.0,0.627312225104057,0.153725174569888,0.0,0.29286375262455,0.153725174569888,0.0,0.204983942914523,0.5,0.153725174569888,0.0,0.321993055167434,0,0.0523076732325211,0.820120113827827 -1944,0.5,0.153725174569888,0.0,0.153870711701954,0.153725174569888,0.0,0.366204469489032,0.153725174569888,0.0,0.183017590708147,0.153725174569888,0.0,0.0801280833056139,0.153725174569888,0.0,0.256736097445392,0.153725174569888,0.0,0.239916759950024,0.153725174569888,0.0,0.316584613140944,0.153725174569888,0.0,0.209883862404712,0.5,0.153725174569888,0.0,0.276291296794369,0.153725174569888,0.0,0.133967659639815,0.5,0.153725174569888,0.0,0.386805108153276,0.153725174569888,0.0,0.187271472198163,0.153725174569888,0.0,0.0789118503307361,0.153725174569888,0.0,0.241414923093567,0.153725174569888,0.0,0.617443931284409,0.153725174569888,0.0,0.19481444760881,0.153725174569888,0.0,0.23400876479482,0.5,0.153725174569888,0.0,0.328978243855513,0,0.0189529360092492,0.852623909638871 -1945,0.5,0.153725174569888,0.0,0.182170708721888,0.153725174569888,0.0,0.464584524170097,0.153725174569888,0.0,0.16851449713893,0.153725174569888,0.0,0.0902039905322878,0.153725174569888,0.0,0.286852866428149,0.153725174569888,0.0,0.386981532928457,0.153725174569888,0.0,0.184005169735275,0.153725174569888,0.0,0.183112739133224,0.5,0.153725174569888,0.0,0.183667736486842,0.153725174569888,0.0,0.103772426952407,0.5,0.153725174569888,0.0,0.337248162675627,0.153725174569888,0.0,0.202444532270867,0.153725174569888,0.0,0.132336637816098,0.153725174569888,0.0,0.250282427245437,0.153725174569888,0.0,0.403089896564776,0.153725174569888,0.0,0.150183522341902,0.153725174569888,0.0,0.250070842601567,0.5,0.153725174569888,0.0,0.259612562449767,0,0.00652175885647219,0.882730609732083 -1946,0.5,0.153725174569888,0.0,0.208989058718278,0.153725174569888,0.0,0.338119239333781,0.153725174569888,0.0,0.142461235679438,0.153725174569888,0.0,0.108713571436349,0.153725174569888,0.0,0.28522859007552,0.153725174569888,0.0,0.499936613893312,0.153725174569888,0.0,0.144632086738599,0.153725174569888,0.0,0.159797938796414,0.5,0.153725174569888,0.0,0.165082871627084,0.153725174569888,0.0,0.078429588117701,0.5,0.153725174569888,0.0,0.247955424971431,0.153725174569888,0.0,0.216111257946328,0.153725174569888,0.0,0.158342021914232,0.153725174569888,0.0,0.279809855507148,0.153725174569888,0.0,0.2068660418058,0.153725174569888,0.0,0.132215927195548,0.153725174569888,0.0,0.256331019949968,0.5,0.153725174569888,0.0,0.200958565362681,0,0.00392690699737967,0.749469300584477 -1947,0.5,0.153725174569888,0.0,0.23286411444701,0.153725174569888,0.0,0.110622367056146,0.153725174569888,0.0,0.114896498182454,0.153725174569888,0.0,0.132262616553502,0.153725174569888,0.0,0.318228458739301,0.153725174569888,0.0,0.435534456495143,0.153725174569888,0.0,0.216290289344946,0.153725174569888,0.0,0.189968395064552,0.5,0.153725174569888,0.0,0.220732887249971,0.153725174569888,0.0,0.073756553831907,0.5,0.153725174569888,0.0,0.17969624923893,0.153725174569888,0.0,0.171077551992099,0.153725174569888,0.0,0.159011344675939,0.153725174569888,0.0,0.275880813774315,0.153725174569888,0.0,0.118602361930449,0.153725174569888,0.0,0.141723001391201,0.153725174569888,0.0,0.238046134728746,0.5,0.153725174569888,0.0,0.155870763760206,0,0.00881889252908455,0.656975196147196 -1948,0.5,0.153725174569888,0.0,0.210009836192125,0.153725174569888,0.0,0.101939641697837,0.153725174569888,0.0,0.0651347465408193,0.153725174569888,0.0,0.133678539484146,0.153725174569888,0.0,0.315756531821119,0.153725174569888,0.0,0.387802722473375,0.153725174569888,0.0,0.283316182263409,0.153725174569888,0.0,0.173995414147591,0.5,0.153725174569888,0.0,0.187941207921262,0.153725174569888,0.0,0.0794498602858624,0.5,0.153725174569888,0.0,0.104798704524959,0.153725174569888,0.0,0.133431699132997,0.153725174569888,0.0,0.239518148684219,0.153725174569888,0.0,0.285657873451401,0.153725174569888,0.0,0.0954607882853047,0.153725174569888,0.0,0.189031190171705,0.153725174569888,0.0,0.195362466795775,0.5,0.153725174569888,0.0,0.133491975745878,0,0.0223493118444927,0.673831759371821 -1949,0.5,0.153725174569888,0.0,0.158580825655149,0.153725174569888,0.0,0.142137773342126,0.153725174569888,0.0,0.0457634229527725,0.153725174569888,0.0,0.109740299751763,0.153725174569888,0.0,0.334008290769767,0.153725174569888,0.0,0.380579274190059,0.153725174569888,0.0,0.307740789548415,0.153725174569888,0.0,0.150508644842333,0.5,0.153725174569888,0.0,0.119475820134556,0.153725174569888,0.0,0.0932309146024338,0.5,0.153725174569888,0.0,0.0612672004295336,0.153725174569888,0.0,0.089117020701982,0.153725174569888,0.0,0.267909225555361,0.153725174569888,0.0,0.288170196513664,0.153725174569888,0.0,0.112027101171311,0.153725174569888,0.0,0.234484698447207,0.153725174569888,0.0,0.156285063309944,0.5,0.153725174569888,0.0,0.125672325087661,0,0.0394509390027987,0.669409132084816 -1950,0.5,0.153725174569888,0.0,0.116322057123427,0.153725174569888,0.0,0.156723373741594,0.153725174569888,0.0,0.0458905926416268,0.153725174569888,0.0,0.0797884931781908,0.153725174569888,0.0,0.375786673432383,0.153725174569888,0.0,0.342492376391958,0.153725174569888,0.0,0.277448103324393,0.153725174569888,0.0,0.13852207569911,0.5,0.153725174569888,0.0,0.0729037670426422,0.153725174569888,0.0,0.103106276948059,0.5,0.153725174569888,0.0,0.0498111457915455,0.153725174569888,0.0,0.0566047268044776,0.153725174569888,0.0,0.258708969034738,0.153725174569888,0.0,0.31988470231478,0.153725174569888,0.0,0.143144747342383,0.153725174569888,0.0,0.221076130493642,0.153725174569888,0.0,0.132274723679199,0.5,0.153725174569888,0.0,0.152324389166361,0,0.0385738136524455,0.66649182349283 -1951,0.5,0.153725174569888,0.00306892287422903,0.0908023911008895,0.153725174569888,0.000744881685595029,0.158742449618972,0.153725174569888,0.00174146592760758,0.0495253833831238,0.153725174569888,0.00226387710768414,0.0702318849217501,0.153725174569888,0.0,0.353759899188323,0.153725174569888,0.0,0.287456276345798,0.153725174569888,0.0,0.252705640589653,0.153725174569888,0.0,0.133715008976933,0.5,0.153725174569888,0.0,0.0753138532038737,0.153725174569888,0.000573978960611298,0.0880444792512028,0.5,0.153725174569888,2.43469146264267e-05,0.0460578781724754,0.153725174569888,8.51496619913611e-05,0.0359964213813144,0.153725174569888,0.000326868247129217,0.287323997560869,0.153725174569888,7.68897498340313e-05,0.337648004925611,0.153725174569888,0.000318792886786701,0.15016594985765,0.153725174569888,3.60346167015669e-05,0.178289400086625,0.153725174569888,0.000935251540629475,0.0984939816088748,0.5,0.153725174569888,0.00122278913064594,0.207308131675171,0,0.0592810650365793,0.597012410327219 -1952,0.5,0.153725174569888,0.0705172938213175,0.0946980772812244,0.153725174569888,0.0998290287915824,0.172034878784507,0.153725174569888,0.0646078273551205,0.0838478133806004,0.153725174569888,0.0365834277116219,0.0898607764089083,0.153725174569888,0.0311619158089068,0.37860129436007,0.153725174569888,0.0201984065262562,0.28663373624905,0.153725174569888,0.0210023225612023,0.265895732677102,0.153725174569888,0.0325905166021173,0.17918396799083,0.5,0.153725174569888,0.0526624028248876,0.149791544306027,0.153725174569888,0.0383510484680394,0.0623333365820762,0.5,0.153725174569888,0.0477721493959493,0.0799623192180171,0.153725174569888,0.0462024047456101,0.0497927117632591,0.153725174569888,0.0724451785572536,0.337478607277818,0.153725174569888,0.0387029803852893,0.409233809925773,0.153725174569888,0.0457182254123792,0.19343216520445,0.153725174569888,0.0462419335646539,0.205373403200039,0.153725174569888,0.0558240007941017,0.100626280708843,0.5,0.153725174569888,0.0332652672854777,0.245062884219201,0,0.0600456517316425,0.55080350706647 -1953,0.5,0.153725174569888,0.180702547294661,0.121218852624824,0.153725174569888,0.20131567757099,0.345252929882936,0.153725174569888,0.172399331408163,0.207924314747268,0.153725174569888,0.0955298919107544,0.127417335534814,0.153725174569888,0.069924494225975,0.412365682756864,0.153725174569888,0.150804003991462,0.483561551092381,0.153725174569888,0.0604922174435054,0.328577741576751,0.153725174569888,0.154036494482106,0.354907906563426,0.5,0.153725174569888,0.169776759095704,0.274966624129375,0.153725174569888,0.110660650550756,0.0758519057398811,0.5,0.153725174569888,0.142448371782865,0.241841718072767,0.153725174569888,0.12775749144319,0.144513938063074,0.153725174569888,0.180750532244348,0.574567574107511,0.153725174569888,0.0932375128657277,0.494899238566972,0.153725174569888,0.116331368525438,0.323254691483834,0.153725174569888,0.13576307140274,0.317758038166763,0.153725174569888,0.149138904519199,0.177639870567833,0.5,0.153725174569888,0.0870370267151509,0.242387868322283,0,0.0502380665071747,0.676401978174905 -1954,0.5,0.153725174569888,0.294643056631771,0.185996321707482,0.153725174569888,0.168976903665536,0.503605994122348,0.153725174569888,0.284761352131938,0.272424729766063,0.153725174569888,0.173548403046494,0.163823105118402,0.153725174569888,0.130806041931725,0.48221400448889,0.153725174569888,0.284003443638658,0.630352274124653,0.153725174569888,0.154047349983512,0.44561391032746,0.153725174569888,0.309003933704808,0.467657356345495,0.5,0.153725174569888,0.303171965238535,0.381524750340685,0.153725174569888,0.169112014188407,0.0853891188117425,0.5,0.153725174569888,0.277911573723598,0.308103459887825,0.153725174569888,0.213236395958857,0.210536849862389,0.153725174569888,0.266329266539432,0.639038790101878,0.153725174569888,0.151528184824208,0.529034165468077,0.153725174569888,0.186064200619895,0.412755716471859,0.153725174569888,0.244252356747818,0.408624829613767,0.153725174569888,0.230987345108018,0.227428359229638,0.5,0.153725174569888,0.15426509105433,0.220335747522181,0,0.0890224598523376,0.703480498113307 -1955,0.5,0.153725174569888,0.372032912047887,0.232121201531461,0.153725174569888,0.166108326402118,0.437466675477406,0.153725174569888,0.306970758876646,0.265995836991324,0.153725174569888,0.211243113863773,0.149638082355596,0.153725174569888,0.121880642836424,0.469976665631504,0.153725174569888,0.32413488173099,0.501848791757397,0.153725174569888,0.292435589676441,0.583538711249407,0.153725174569888,0.373904798965946,0.47695186481884,0.5,0.153725174569888,0.385322785835444,0.42600832722285,0.153725174569888,0.212606001565007,0.0854965372186364,0.5,0.153725174569888,0.38395845967077,0.326135547013506,0.153725174569888,0.248494608933941,0.260116720871041,0.153725174569888,0.39169618575763,0.628603825929697,0.153725174569888,0.184384444622908,0.545966864205898,0.153725174569888,0.273169625358022,0.432393054012623,0.153725174569888,0.19147023135613,0.326150782682295,0.153725174569888,0.258729358437467,0.21913210749846,0.5,0.153725174569888,0.2227884896829,0.199344894111964,0,0.116097266392067,0.629403671736704 -1956,0.5,0.153725174569888,0.372947717777405,0.213740134363952,0.153725174569888,0.458657979870492,0.540979649029796,0.153725174569888,0.218611306037897,0.255169242952043,0.153725174569888,0.247801088913841,0.132699382431316,0.153725174569888,0.210664046641302,0.419030591004217,0.153725174569888,0.386379673643181,0.422943381108149,0.153725174569888,0.426677504845578,0.515922283255865,0.153725174569888,0.467448271701924,0.47471704663545,0.5,0.153725174569888,0.429513873582143,0.439987584371683,0.153725174569888,0.233929137044758,0.0756655708245058,0.5,0.153725174569888,0.271105501128151,0.324477747021116,0.153725174569888,0.255271144063005,0.29518915067289,0.153725174569888,0.403681320765055,0.629492613330686,0.153725174569888,0.178064199987123,0.502204739845202,0.153725174569888,0.2956682021479,0.410512642393038,0.153725174569888,0.198531244018049,0.243224474275501,0.153725174569888,0.285340335529462,0.204664788583292,0.5,0.153725174569888,0.255198299866682,0.163666601662714,0,0.10550488619518,0.631140556824463 -1957,0.5,0.153725174569888,0.342915943075863,0.206278968230877,0.153725174569888,0.159378596141682,0.37601022434736,0.153725174569888,0.251607287264795,0.23154209512482,0.153725174569888,0.261506721849879,0.132443213059757,0.153725174569888,0.232186149770273,0.416484936457594,0.153725174569888,0.301429592259148,0.465588427340314,0.153725174569888,0.543115967144642,0.398962689345469,0.153725174569888,0.49517089383043,0.475515828115532,0.5,0.153725174569888,0.33243711434529,0.392388939854051,0.153725174569888,0.18812077243396,0.066495279297818,0.5,0.153725174569888,0.208063642144126,0.277041394135666,0.153725174569888,0.194679108311967,0.27678574747814,0.153725174569888,0.319289472999355,0.572271329926081,0.153725174569888,0.158847137384988,0.439579315557415,0.153725174569888,0.219079870278191,0.313492810839862,0.153725174569888,0.228903403882581,0.165271745388619,0.153725174569888,0.231647107006831,0.180237036275935,0.5,0.153725174569888,0.259355926455492,0.131928785733365,0,0.0675763750056744,0.697504946107322 -1958,0.5,0.153725174569888,0.359427450789153,0.192928830509618,0.153725174569888,0.0813040015245358,0.248678350504831,0.153725174569888,0.318105513851887,0.179632033669356,0.153725174569888,0.218136687732461,0.122553397026762,0.153725174569888,0.229258671341065,0.430340693850482,0.153725174569888,0.150289602203759,0.478787028427918,0.153725174569888,0.48205450050506,0.376074217201367,0.153725174569888,0.356978865999017,0.430646138902038,0.5,0.153725174569888,0.283405286283963,0.346608028003819,0.153725174569888,0.152541933669738,0.0706996555618469,0.5,0.153725174569888,0.216507130549102,0.237265547650414,0.153725174569888,0.186625870561268,0.27452428702372,0.153725174569888,0.138064634293331,0.406938354041249,0.153725174569888,0.33035307573063,0.431775880731655,0.153725174569888,0.194795531666542,0.207346442017028,0.153725174569888,0.251250059324406,0.101040867093596,0.153725174569888,0.184591062160664,0.168160650976665,0.5,0.153725174569888,0.22275549724232,0.0976944389348313,0,0.0594785209548545,0.633656429879824 -1959,0.5,0.153725174569888,0.360209454652277,0.185782376652289,0.153725174569888,0.136810097378966,0.237764753744332,0.153725174569888,0.301578999306473,0.156072297515942,0.153725174569888,0.169937327826614,0.0953644202270765,0.153725174569888,0.209676163328562,0.369604466062766,0.153725174569888,0.105044128539805,0.478043424530432,0.153725174569888,0.326718015021812,0.350141867429531,0.153725174569888,0.217934703065782,0.442125249531843,0.5,0.153725174569888,0.23100660180505,0.313016034619661,0.153725174569888,0.106986572269517,0.102105873327591,0.5,0.153725174569888,0.18458612984365,0.184669448602792,0.153725174569888,0.170736845853391,0.288877380939359,0.153725174569888,0.135410146455935,0.339373475388345,0.153725174569888,0.232696045204269,0.407793567521841,0.153725174569888,0.24699913677068,0.175307081067296,0.153725174569888,0.288315624931101,0.0771377768810255,0.153725174569888,0.144520078844038,0.159849822798995,0.5,0.153725174569888,0.183753994090605,0.0822739162150658,0,0.0753461753306922,0.529717518494772 -1960,0.5,0.153725174569888,0.297067191490963,0.160614562440689,0.153725174569888,0.316301328763766,0.243759200327972,0.153725174569888,0.192175770913792,0.143697374364032,0.153725174569888,0.11730170562002,0.0677959400898779,0.153725174569888,0.0957880137785588,0.349285747193922,0.153725174569888,0.0887462676806889,0.43240941600469,0.153725174569888,0.167701933331767,0.416748275798861,0.153725174569888,0.156627980506654,0.45587634844371,0.5,0.153725174569888,0.186287058030671,0.291262132703033,0.153725174569888,0.069930614794383,0.1424373435262,0.5,0.153725174569888,0.179688314255245,0.145689224782508,0.153725174569888,0.117707171756726,0.312283558456342,0.153725174569888,0.213314522946031,0.33077944355862,0.153725174569888,0.161745725560905,0.394328960188137,0.153725174569888,0.213516837871102,0.142032170264148,0.153725174569888,0.242827052523251,0.0830641683261254,0.153725174569888,0.112048355014338,0.155767161664315,0.5,0.153725174569888,0.124956225063337,0.0803329864911737,0,0.10075917396849,0.584101135994888 -1961,0.5,0.153725174569888,0.208522531069157,0.10193715842042,0.153725174569888,0.201556010105737,0.14413462790054,0.153725174569888,0.0937910778522278,0.122323146096049,0.153725174569888,0.0713949163432287,0.0463718956558055,0.153725174569888,0.0703500065947358,0.315639427475519,0.153725174569888,0.0816959461412452,0.351357286080808,0.153725174569888,0.0941664726057071,0.439557606279133,0.153725174569888,0.0800766243988963,0.43834227917135,0.5,0.153725174569888,0.113861915151874,0.284203954668445,0.153725174569888,0.0403357189270802,0.179077474138011,0.5,0.153725174569888,0.16100995872268,0.111123916497027,0.153725174569888,0.11032449773939,0.281136405587417,0.153725174569888,0.127519173239141,0.227360169309173,0.153725174569888,0.143205029094479,0.336940331292835,0.153725174569888,0.120746075209558,0.113508163638351,0.153725174569888,0.18355692725671,0.111246289347986,0.153725174569888,0.086263365481287,0.143298244241083,0.5,0.153725174569888,0.0623381321935005,0.108268552991742,0,0.110463540636615,0.515848489220529 -1962,0.5,0.153725174569888,0.0393050232794961,0.0346395955497429,0.153725174569888,0.0225948052033167,0.136015753668425,0.153725174569888,0.0302092695070355,0.083347066190388,0.153725174569888,0.0192796156556053,0.0215808149559803,0.153725174569888,0.0316723134672976,0.208575696235128,0.153725174569888,0.0322517897810056,0.234005704064826,0.153725174569888,0.0308925516975947,0.422589894884271,0.153725174569888,0.0465198279430207,0.436363158485178,0.5,0.153725174569888,0.0516029476716026,0.262571040469092,0.153725174569888,0.018267368743021,0.180549723222917,0.5,0.153725174569888,0.0627837305801527,0.0622085079135924,0.153725174569888,0.0626946470189268,0.183200742363588,0.153725174569888,0.0582424502619554,0.134547485062121,0.153725174569888,0.0653066737826335,0.185387826800515,0.153725174569888,0.0331735420895087,0.104650443160517,0.153725174569888,0.0544188304567669,0.136456939435749,0.153725174569888,0.0335715954428246,0.100412381367764,0.5,0.153725174569888,0.0125590643661186,0.135907429789885,0,0.0750763918176367,0.465261421608803 -1963,0.5,0.153725174569888,0.0,0.0280640773735518,0.153725174569888,0.0,0.0821132720385984,0.153725174569888,0.0,0.0532084972453981,0.153725174569888,0.0,0.01662962852353,0.153725174569888,0.0,0.127235342971649,0.153725174569888,0.0,0.145757671994863,0.153725174569888,3.94360247897924e-05,0.283434420752265,0.153725174569888,0.000480615836125496,0.303169607506185,0.5,0.153725174569888,8.50720448025696e-05,0.256707490621067,0.153725174569888,0.0,0.120370763265825,0.5,0.153725174569888,0.0,0.0666275070295413,0.153725174569888,0.0,0.108739527182577,0.153725174569888,0.0,0.131544514324039,0.153725174569888,0.0,0.138541126087273,0.153725174569888,0.0,0.0973233649878997,0.153725174569888,0.0,0.238726726221421,0.153725174569888,0.0,0.0638205704169338,0.5,0.153725174569888,0.0,0.173336798489339,0,0.0450149566231667,0.636702901441313 -1964,0.5,0.153725174569888,0.0,0.0225041067172455,0.153725174569888,0.0,0.039716440552976,0.153725174569888,0.0,0.0329916044512938,0.153725174569888,0.0,0.0235610348371676,0.153725174569888,0.0,0.118888551935854,0.153725174569888,0.0,0.112707763155549,0.153725174569888,0.0,0.193307773157143,0.153725174569888,0.0,0.215573367461456,0.5,0.153725174569888,0.0,0.257330547556173,0.153725174569888,0.0,0.0729219939100112,0.5,0.153725174569888,0.0,0.111385408498469,0.153725174569888,0.0,0.164450024168698,0.153725174569888,0.0,0.126216636149924,0.153725174569888,0.0,0.136565776142544,0.153725174569888,0.0,0.0858085888711286,0.153725174569888,0.0,0.344955705312024,0.153725174569888,0.0,0.0534367529485466,0.5,0.153725174569888,0.0,0.168775864538896,0,0.0386925586528353,0.74815505751881 -1965,0.5,0.153725174569888,0.0,0.0194000277916661,0.153725174569888,0.0,0.0335014614301496,0.153725174569888,0.0,0.0187402231815929,0.153725174569888,0.0,0.0328785536140554,0.153725174569888,0.0,0.130389447213132,0.153725174569888,0.0,0.110271104147475,0.153725174569888,0.0,0.139046354888806,0.153725174569888,0.0,0.161712904355474,0.5,0.153725174569888,0.0,0.209450430692756,0.153725174569888,0.0,0.0590654066244581,0.5,0.153725174569888,0.0,0.129024572172536,0.153725174569888,0.0,0.22292442066558,0.153725174569888,0.0,0.102928568125896,0.153725174569888,0.0,0.139904909926464,0.153725174569888,0.0,0.0881235997067786,0.153725174569888,0.0,0.268575094145865,0.153725174569888,0.0,0.0452200688280089,0.5,0.153725174569888,0.0,0.149783667841547,0,0.0288995802214259,0.862927748554536 -1966,0.5,0.153725174569888,0.0,0.0187635520590734,0.153725174569888,0.0,0.0487778576800142,0.153725174569888,0.0,0.0135708345436024,0.153725174569888,0.0,0.0405718761719496,0.153725174569888,0.0,0.129104056940898,0.153725174569888,0.0,0.11441838477455,0.153725174569888,0.0,0.0994555876864521,0.153725174569888,0.0,0.113830882126499,0.5,0.153725174569888,0.0,0.158161841740836,0.153725174569888,0.0,0.0912756116723023,0.5,0.153725174569888,0.0,0.11482642216274,0.153725174569888,0.0,0.171416058448415,0.153725174569888,0.0,0.0761944671888139,0.153725174569888,0.0,0.128709040160879,0.153725174569888,0.0,0.0674658962826747,0.153725174569888,0.0,0.213679543478036,0.153725174569888,0.0,0.0393560900288445,0.5,0.153725174569888,0.0,0.11880759252761,0,0.0186808249997043,0.849184073260249 -1967,0.5,0.153725174569888,0.0,0.0198335554440438,0.153725174569888,0.0,0.0650588335969359,0.153725174569888,0.0,0.0257691514770328,0.153725174569888,0.0,0.0422785602301352,0.153725174569888,0.0,0.105095046380559,0.153725174569888,0.0,0.0992035374446618,0.153725174569888,0.0,0.0790135146940056,0.153725174569888,0.0,0.070192657859449,0.5,0.153725174569888,0.0,0.125347027442386,0.153725174569888,0.0,0.12221871876259,0.5,0.153725174569888,0.0,0.086881711599548,0.153725174569888,0.0,0.0754022227064739,0.153725174569888,0.0,0.0513796122650595,0.153725174569888,0.0,0.114692920350642,0.153725174569888,0.0,0.0567341695895287,0.153725174569888,0.0,0.135613000191298,0.153725174569888,0.0,0.0379032517354608,0.5,0.153725174569888,0.0,0.100361005569468,0,0.0148048476850592,0.800409383237392 -1968,0.5,0.153725174569888,0.0,0.0223249912969566,0.153725174569888,0.0,0.074947010719269,0.153725174569888,0.0,0.0359182503491186,0.153725174569888,0.0,0.0401394577597094,0.153725174569888,0.0,0.0761878383949337,0.153725174569888,0.0,0.0749353188004205,0.153725174569888,0.0,0.078542950962475,0.153725174569888,0.0,0.0512797406480853,0.5,0.153725174569888,0.0,0.0829908381836904,0.153725174569888,0.0,0.0966170133318114,0.5,0.153725174569888,0.0,0.0830689821776236,0.153725174569888,0.0,0.0353125239776321,0.153725174569888,0.0,0.0394712937377683,0.153725174569888,0.0,0.110591051487418,0.153725174569888,0.0,0.0586043382284262,0.153725174569888,0.0,0.0846740512071961,0.153725174569888,0.0,0.0424829688517656,0.5,0.153725174569888,0.0,0.0878249010146959,0,0.0137228343011365,0.797626159988011 -1969,0.5,0.153725174569888,0.0,0.025341558166741,0.153725174569888,0.0,0.067508959475627,0.153725174569888,0.0,0.0431640861487205,0.153725174569888,0.0,0.0412185925826986,0.153725174569888,0.0,0.0675534448155596,0.153725174569888,0.0,0.0634720813899444,0.153725174569888,0.0,0.0870793781215557,0.153725174569888,0.0,0.0468272298665706,0.5,0.153725174569888,0.0,0.0481679661356501,0.153725174569888,0.0,0.0583317394122383,0.5,0.153725174569888,0.0,0.126809252486566,0.153725174569888,0.0,0.0368095405649237,0.153725174569888,0.0,0.0385331627561048,0.153725174569888,0.0,0.0981550195966979,0.153725174569888,0.0,0.0615952618707367,0.153725174569888,0.0,0.0704075103099023,0.153725174569888,0.0,0.0517583166152922,0.5,0.153725174569888,0.0,0.0722548418836571,0,0.00723735971764192,0.786057775337609 -1970,0.5,0.153725174569888,0.0,0.0262182059276632,0.153725174569888,0.0,0.0691990033111391,0.153725174569888,0.0,0.0450635276913766,0.153725174569888,0.0,0.0427863178749825,0.153725174569888,0.0,0.0635306405526645,0.153725174569888,0.0,0.0522212122261123,0.153725174569888,0.0,0.0875533063185571,0.153725174569888,0.0,0.0464255515192326,0.5,0.153725174569888,0.0,0.0397892292794491,0.153725174569888,0.0,0.0391197573266557,0.5,0.153725174569888,0.0,0.188481121523964,0.153725174569888,0.0,0.0475290003202926,0.153725174569888,0.0,0.0380190455207291,0.153725174569888,0.0,0.106601345920128,0.153725174569888,0.0,0.0643185003778279,0.153725174569888,0.0,0.0648835103545167,0.153725174569888,0.0,0.0702395437568578,0.5,0.153725174569888,0.0,0.0568855356867558,0,0.00523116878378864,0.780736458226567 -1971,0.5,0.153725174569888,0.0,0.026211254301696,0.153725174569888,0.0,0.0697546326194806,0.153725174569888,0.0,0.0512918498746169,0.153725174569888,0.0,0.0480064372566252,0.153725174569888,0.0,0.0606302823351736,0.153725174569888,0.0,0.0404425894536111,0.153725174569888,0.0,0.0839819563288335,0.153725174569888,0.0,0.0409650622486552,0.5,0.153725174569888,0.0,0.0428556900653922,0.153725174569888,0.0,0.0361778176593141,0.5,0.153725174569888,0.0,0.26020115151317,0.153725174569888,0.0,0.0633799067832129,0.153725174569888,0.0,0.0500671909984364,0.153725174569888,0.0,0.125254283898272,0.153725174569888,0.0,0.0700887611065885,0.153725174569888,0.0,0.0613781369262196,0.153725174569888,0.0,0.0943191586589172,0.5,0.153725174569888,0.0,0.0504130726045467,0,0.0122872385585574,0.739330587040224 -1972,0.5,0.153725174569888,0.0,0.0286698930263594,0.153725174569888,0.0,0.0700238111099799,0.153725174569888,0.0,0.0658901580743125,0.153725174569888,0.0,0.0555537336787033,0.153725174569888,0.0,0.0606332086238718,0.153725174569888,0.0,0.0306213803446055,0.153725174569888,0.0,0.0867486179216529,0.153725174569888,0.0,0.0327025205211674,0.5,0.153725174569888,0.0,0.0407721721301761,0.153725174569888,0.0,0.0481612878822729,0.5,0.153725174569888,0.0,0.271889082304889,0.153725174569888,0.0,0.111648629757049,0.153725174569888,0.0,0.0735732219526878,0.153725174569888,0.0,0.143343966973849,0.153725174569888,0.0,0.0700003938083527,0.153725174569888,0.0,0.0534611671244893,0.153725174569888,0.0,0.107651218586127,0.5,0.153725174569888,0.0,0.0518593512687542,0,0.0236231953971436,0.733190979427141 -1973,0.5,0.153725174569888,0.0,0.031813306907948,0.153725174569888,0.0,0.0692402371607476,0.153725174569888,0.0,0.0706468981798474,0.153725174569888,0.0,0.064947948478647,0.153725174569888,0.0,0.0594940819968472,0.153725174569888,0.0,0.0216472240489961,0.153725174569888,0.0,0.0745795833524222,0.153725174569888,0.0,0.0263387793398094,0.5,0.153725174569888,0.0,0.0275583564408817,0.153725174569888,0.0,0.0485987716434355,0.5,0.153725174569888,0.0,0.195830329274164,0.153725174569888,0.0,0.124691183046883,0.153725174569888,0.0,0.118815325546225,0.153725174569888,0.0,0.152276373921916,0.153725174569888,0.0,0.0630539992262383,0.153725174569888,0.0,0.0395854990506861,0.153725174569888,0.0,0.0958965665543117,0.5,0.153725174569888,0.0,0.0503070417588756,0,0.024325818216578,0.718015063476121 -1974,0.5,0.153725174569888,0.0,0.0346075806484676,0.153725174569888,0.0,0.0606153247246837,0.153725174569888,0.0,0.065406370375122,0.153725174569888,0.0,0.0692552382465383,0.153725174569888,0.0,0.0583739147624338,0.153725174569888,0.0,0.0144623252164343,0.153725174569888,0.0,0.0529312578855998,0.153725174569888,0.0,0.0228598661245038,0.5,0.153725174569888,0.0,0.0148933054213146,0.153725174569888,0.0,0.0337730314834996,0.5,0.153725174569888,0.0,0.146169500574,0.153725174569888,0.0,0.146095772695032,0.153725174569888,0.0,0.151852269300614,0.153725174569888,0.0,0.161437551843117,0.153725174569888,0.0,0.0558889886601693,0.153725174569888,0.0,0.0334596522010405,0.153725174569888,0.0,0.0813663836420265,0.5,0.153725174569888,0.0,0.0369929416274079,0,0.0227366807487288,0.70803405788856 -1975,0.5,0.153725174569888,0.00464343685399289,0.0349847925957757,0.153725174569888,0.00179947098579896,0.0539931323787704,0.153725174569888,0.00311492235162337,0.0517029691119526,0.153725174569888,0.00389496987451598,0.0722905918766517,0.153725174569888,0.0,0.0544345937424761,0.153725174569888,0.0,0.0131011158337084,0.153725174569888,0.0,0.0326656575411504,0.153725174569888,0.0,0.0229093218655417,0.5,0.153725174569888,0.0,0.00876417504015987,0.153725174569888,0.000812290182563823,0.0289309160042601,0.5,0.153725174569888,0.000182584079924501,0.10597409941231,0.153725174569888,0.000151991795540147,0.174027826189151,0.153725174569888,0.00102895488165458,0.15776795820328,0.153725174569888,0.00017407778010832,0.160813850173742,0.153725174569888,0.00113966814899289,0.0517968219728933,0.153725174569888,0.000401730901284699,0.0382111793518663,0.153725174569888,0.00172941659525588,0.0755371755411536,0.5,0.153725174569888,0.00275675014557234,0.0263862931304436,0,0.0206657636759062,0.717833477476685 -1976,0.5,0.153725174569888,0.10135520022742,0.0394493373232306,0.153725174569888,0.101785309191509,0.0508889791884532,0.153725174569888,0.0948618041970022,0.0618942138608656,0.153725174569888,0.0611718310442553,0.103587122025829,0.153725174569888,0.0298053834101327,0.052302810509047,0.153725174569888,0.0152454779284308,0.0128239629788205,0.153725174569888,0.0226338443307445,0.0226208153775968,0.153725174569888,0.0625356777180392,0.0221649493376644,0.5,0.153725174569888,0.0861959208762671,0.00586273674947617,0.153725174569888,0.022438464644121,0.0433591841849295,0.5,0.153725174569888,0.0721781689801962,0.123708061796827,0.153725174569888,0.0381630260176685,0.204070546267848,0.153725174569888,0.0997932156793331,0.131399895528812,0.153725174569888,0.0447644433983458,0.152557611947234,0.153725174569888,0.0672094665061017,0.0550338219739712,0.153725174569888,0.0743958222874538,0.0583647853984653,0.153725174569888,0.0605185897713386,0.10680867333243,0.5,0.153725174569888,0.0597804800364882,0.03421477220961,0,0.0194161213374884,0.727701564744362 -1977,0.5,0.153725174569888,0.240493833208638,0.0671456965874983,0.153725174569888,0.152904001885832,0.0558786311764487,0.153725174569888,0.233081611654687,0.131703221122984,0.153725174569888,0.153430893268198,0.161383721806907,0.153725174569888,0.0581367903606358,0.0543464500111066,0.153725174569888,0.0551389375218803,0.0152744636648355,0.153725174569888,0.070392861947381,0.0187153881737872,0.153725174569888,0.159701571589308,0.0246097981119376,0.5,0.153725174569888,0.248987798617895,0.00994392686769884,0.153725174569888,0.0286620456337736,0.060657134550027,0.5,0.153725174569888,0.211713592948711,0.157418540672989,0.153725174569888,0.119585113683795,0.233201082060355,0.153725174569888,0.251972305992178,0.0950803902106092,0.153725174569888,0.174083551489009,0.175158754612496,0.153725174569888,0.136250992300381,0.0627921251696366,0.153725174569888,0.179679721647762,0.0880774341495903,0.153725174569888,0.158052862938803,0.15599062969181,0.5,0.153725174569888,0.135152768737099,0.0482410394434879,0,0.0243522533419101,0.732951455691584 -1978,0.5,0.153725174569888,0.384605002650689,0.0988709661873078,0.153725174569888,0.155800747604824,0.0556507999934448,0.153725174569888,0.377982422404372,0.202736517814651,0.153725174569888,0.251108968817605,0.20071105618973,0.153725174569888,0.145736769079153,0.103415274312505,0.153725174569888,0.103650619571708,0.0152601480806451,0.153725174569888,0.138688332126499,0.0513407628072875,0.153725174569888,0.228472898299997,0.0332028195118219,0.5,0.153725174569888,0.401681821399755,0.0429556747154127,0.153725174569888,0.0799142645555758,0.0977644657120936,0.5,0.153725174569888,0.374455281276523,0.130102113139923,0.153725174569888,0.210587642530079,0.23157032645422,0.153725174569888,0.407116455162451,0.187389672726997,0.153725174569888,0.347123176223956,0.310232186817173,0.153725174569888,0.184818980365603,0.141375471056543,0.153725174569888,0.262039925723149,0.161412938446435,0.153725174569888,0.240354380479896,0.156813307102798,0.5,0.153725174569888,0.156161389379746,0.0434873220560551,0,0.0359374988795462,0.709982047734396 -1979,0.5,0.153725174569888,0.519098464848696,0.139159817270391,0.153725174569888,0.313714484901705,0.120434891997844,0.153725174569888,0.479871256226537,0.260610135187463,0.153725174569888,0.359391293843178,0.211502719110365,0.153725174569888,0.248107612190681,0.122879734646156,0.153725174569888,0.144152677942835,0.0156861596447296,0.153725174569888,0.215072266559306,0.0889609292278104,0.153725174569888,0.312030670544483,0.0211779328275185,0.5,0.153725174569888,0.514194155501495,0.0491880227714978,0.153725174569888,0.080983086340619,0.127785875453307,0.5,0.153725174569888,0.486136437857567,0.10581359420583,0.153725174569888,0.289535903868355,0.233324093860318,0.153725174569888,0.549395966080212,0.254396909664141,0.153725174569888,0.5074179538836,0.356452932207078,0.153725174569888,0.213720991714527,0.172293271241242,0.153725174569888,0.30372161611325,0.147438209628076,0.153725174569888,0.308170300526446,0.147085075598641,0.5,0.153725174569888,0.25602435088721,0.052878821944474,0,0.0402271352967008,0.673984571097153 -1980,0.5,0.153725174569888,0.575281841700388,0.181661050394622,0.153725174569888,0.59142417356128,0.179380846939909,0.153725174569888,0.497739908657966,0.288426328076418,0.153725174569888,0.379742468872488,0.211088686208669,0.153725174569888,0.347624849145198,0.129180702725442,0.153725174569888,0.147590712705928,0.0110586929178994,0.153725174569888,0.284813097962171,0.0842346380810318,0.153725174569888,0.360243480477803,0.00881201805424656,0.5,0.153725174569888,0.56546758353616,0.0308964584830482,0.153725174569888,0.0989469658890626,0.15528615658854,0.5,0.153725174569888,0.531962324615798,0.103560052043197,0.153725174569888,0.346428263060977,0.242098946601774,0.153725174569888,0.633769785419986,0.294394191961746,0.153725174569888,0.626776945137115,0.344300609343678,0.153725174569888,0.302042556921162,0.1915199680647,0.153725174569888,0.241266490848878,0.0932324946262453,0.153725174569888,0.366684891304084,0.150286861129903,0.5,0.153725174569888,0.25831779588396,0.0826146862770793,0,0.0366258874841676,0.632786506343944 -1981,0.5,0.153725174569888,0.560629418493078,0.187490095085905,0.153725174569888,0.66770903890895,0.186758314418716,0.153725174569888,0.433443513845803,0.317639359323092,0.153725174569888,0.352623116529491,0.218892868939926,0.153725174569888,0.300967703970752,0.13520078953157,0.153725174569888,0.141231791940324,0.0134818631970502,0.153725174569888,0.221622632577156,0.0630391322221383,0.153725174569888,0.260165185186001,0.00742312034055454,0.5,0.153725174569888,0.567880909739438,0.0254528490557855,0.153725174569888,0.125138686774891,0.168449991741156,0.5,0.153725174569888,0.500188641788067,0.0985631682135882,0.153725174569888,0.36075396387223,0.2251736130159,0.153725174569888,0.651675640828985,0.306711776022024,0.153725174569888,0.668085824921277,0.322217111901502,0.153725174569888,0.340374806051359,0.164556805599456,0.153725174569888,0.212427263049703,0.0639828948529409,0.153725174569888,0.3401652153555,0.157823482363036,0.5,0.153725174569888,0.201172287103884,0.119115963915272,0,0.0283032203093421,0.628478841228387 -1982,0.5,0.153725174569888,0.498093888698222,0.190592217754867,0.153725174569888,0.642930682931971,0.186145981137511,0.153725174569888,0.360796430827708,0.346757262991252,0.153725174569888,0.344184356453133,0.21377638161802,0.153725174569888,0.268316116979998,0.132783757516841,0.153725174569888,0.171964534024662,0.0187260037107732,0.153725174569888,0.135349655377003,0.0623417084621195,0.153725174569888,0.21569227298191,0.0105138096003409,0.5,0.153725174569888,0.515276675979377,0.0250285427964636,0.153725174569888,0.126278091889003,0.160962028949653,0.5,0.153725174569888,0.49402581556002,0.0947212036598093,0.153725174569888,0.32714131355486,0.194421169269673,0.153725174569888,0.560134807633173,0.298532949552577,0.153725174569888,0.615955070969964,0.290820892086462,0.153725174569888,0.217586667902426,0.136503375683314,0.153725174569888,0.179587149331878,0.054042051926027,0.153725174569888,0.265539392276827,0.161064905496334,0.5,0.153725174569888,0.15066565624697,0.15182177130208,0,0.0234514436895132,0.680740188221735 -1983,0.5,0.153725174569888,0.396841558523594,0.188359056719301,0.153725174569888,0.544319300104295,0.174187909976719,0.153725174569888,0.255369502703457,0.367265824182833,0.153725174569888,0.304733249871621,0.189427447987491,0.153725174569888,0.237227516382087,0.118306951937361,0.153725174569888,0.19975209988854,0.0174660055346294,0.153725174569888,0.121708722029997,0.0643905335228007,0.153725174569888,0.181832186046822,0.010978466192705,0.5,0.153725174569888,0.454347991892306,0.0262164580146668,0.153725174569888,0.11306251828562,0.157921045381559,0.5,0.153725174569888,0.383130467547641,0.081376810681066,0.153725174569888,0.244801727670828,0.148167296186827,0.153725174569888,0.480594191787985,0.262966276128362,0.153725174569888,0.489137124611371,0.246094738330782,0.153725174569888,0.203466043001286,0.132755842393499,0.153725174569888,0.146087072550312,0.050756972576077,0.153725174569888,0.185511873795941,0.141962604132501,0.5,0.153725174569888,0.160487196121591,0.195831707552115,0,0.0174153089545346,0.738991538271941 -1984,0.5,0.153725174569888,0.287832422378271,0.169619688066186,0.153725174569888,0.41179856365286,0.150438596115939,0.153725174569888,0.173635967529684,0.368773875850972,0.153725174569888,0.253814715427478,0.168543383812599,0.153725174569888,0.196014488708899,0.108562244306021,0.153725174569888,0.149711556203332,0.0168557076394817,0.153725174569888,0.130647403179652,0.0654876032499703,0.153725174569888,0.181588027370193,0.00833512282451784,0.5,0.153725174569888,0.331694622608904,0.0254090901634489,0.153725174569888,0.0787655874101768,0.12475000128595,0.5,0.153725174569888,0.335430874062392,0.0642508771330738,0.153725174569888,0.194840661105258,0.111921306920851,0.153725174569888,0.351686190387214,0.209648662043102,0.153725174569888,0.3419225691177,0.200033252100017,0.153725174569888,0.165526266615813,0.132911768119956,0.153725174569888,0.1039587344373,0.0454749835897717,0.153725174569888,0.117244356257787,0.129027823563544,0.5,0.153725174569888,0.0989772331684205,0.185582061711138,0,0.0101080561367046,0.770490726336017 -1985,0.5,0.153725174569888,0.15852261773927,0.112739860873781,0.153725174569888,0.319187903716253,0.0647462125510676,0.153725174569888,0.0943860811500714,0.32141178054671,0.153725174569888,0.152134708511458,0.135776127126516,0.153725174569888,0.142723018013437,0.105640345082403,0.153725174569888,0.0949929443100507,0.0141661691366468,0.153725174569888,0.0776985504107816,0.0517522766731373,0.153725174569888,0.120628492316071,0.00560464045265902,0.5,0.153725174569888,0.175784486770156,0.0217790458627652,0.153725174569888,0.0464819565396856,0.100560731656377,0.5,0.153725174569888,0.208201927789959,0.0563344536270507,0.153725174569888,0.113610453206332,0.0774481002351222,0.153725174569888,0.235057573843846,0.129794132277372,0.153725174569888,0.225108586627239,0.139270213191785,0.153725174569888,0.116612091044454,0.118621263588314,0.153725174569888,0.0723325326010756,0.0382921576242778,0.153725174569888,0.0641671445831415,0.106500980422687,0.5,0.153725174569888,0.0378635653099342,0.153985052953214,0,0.00409406575022254,0.769080262510598 -1986,0.5,0.153725174569888,0.0368045275877177,0.0578186246576398,0.153725174569888,0.064282029061765,0.027123725042255,0.153725174569888,0.0245976780040364,0.23284544473444,0.153725174569888,0.029958704329493,0.112882083602526,0.153725174569888,0.0746844330425055,0.0686545908156888,0.153725174569888,0.0419744561603437,0.00890942021194715,0.153725174569888,0.0291417483965104,0.0353147683415213,0.153725174569888,0.0254161032761676,0.00273522924129832,0.5,0.153725174569888,0.0544844635173031,0.0139198304768362,0.153725174569888,0.0135623407326237,0.0761632046835841,0.5,0.153725174569888,0.0586840931283848,0.0426144699191885,0.153725174569888,0.0378159573980385,0.0402513274639229,0.153725174569888,0.0713551477440599,0.0746193267281569,0.153725174569888,0.0882472336603642,0.0806661169777212,0.153725174569888,0.0552512283225496,0.0825039639354819,0.153725174569888,0.0337553397443993,0.0269572407943924,0.153725174569888,0.0227658488975862,0.0784669054858731,0.5,0.153725174569888,0.00997813717290128,0.1136631137647,0,0.000191368838463211,0.743493516836324 -1987,0.5,0.153725174569888,0.0,0.0348734555338881,0.153725174569888,0.0,0.0327699441070438,0.153725174569888,0.0,0.150943942211076,0.153725174569888,0.0,0.124391485520778,0.153725174569888,0.0,0.076910360196708,0.153725174569888,0.0,0.00459361543857612,0.153725174569888,0.0,0.0208253803512832,0.153725174569888,5.77843902182885e-05,0.00129443334555697,0.5,0.153725174569888,2.10412102939184e-05,0.00868259513937739,0.153725174569888,0.0,0.0575990521209194,0.5,0.153725174569888,0.0,0.0214976215228026,0.153725174569888,9.42746141970284e-06,0.0152566302069528,0.153725174569888,0.0,0.0710977799597465,0.153725174569888,0.0,0.0943866139917934,0.153725174569888,0.0,0.0738481719121775,0.153725174569888,0.0,0.0138066476444625,0.153725174569888,0.0,0.0539362086981813,0.5,0.153725174569888,0.0,0.0872858023949102,0,0.0,0.719902970235808 -1988,0.5,0.153725174569888,0.0,0.0250103872028807,0.153725174569888,0.0,0.0353375950215702,0.153725174569888,0.0,0.108397495608309,0.153725174569888,0.0,0.153372782650698,0.153725174569888,0.0,0.0811094323960789,0.153725174569888,0.0,0.00602964017740217,0.153725174569888,0.0,0.0147110632974048,0.153725174569888,0.0,0.000726029683964558,0.5,0.153725174569888,0.0,0.00618716267945266,0.153725174569888,0.0,0.0505248109874225,0.5,0.153725174569888,0.0,0.0131690567032752,0.153725174569888,0.0,0.0096610456866783,0.153725174569888,0.0,0.0740279002969988,0.153725174569888,0.0,0.11113266567748,0.153725174569888,0.0,0.0788359076798908,0.153725174569888,0.0,0.0141486158595069,0.153725174569888,0.0,0.0510824239697063,0.5,0.153725174569888,0.0,0.069561871063276,0,0.0,0.71354131230833 -1989,0.5,0.153725174569888,0.0,0.0279126125153593,0.153725174569888,0.0,0.0435689469133321,0.153725174569888,0.0,0.0779600276495749,0.153725174569888,0.0,0.18313736983391,0.153725174569888,0.0,0.0723138120025324,0.153725174569888,0.0,0.00623872345273595,0.153725174569888,0.0,0.0103443150691579,0.153725174569888,0.0,0.000860594854826,0.5,0.153725174569888,0.0,0.00475868563943041,0.153725174569888,0.0,0.0401080300779499,0.5,0.153725174569888,0.0,0.0122715915455911,0.153725174569888,0.0,0.00545922126749683,0.153725174569888,0.0,0.077428730427003,0.153725174569888,0.0,0.118476690719981,0.153725174569888,0.0,0.0762397338088234,0.153725174569888,0.0,0.0141361739713814,0.153725174569888,0.0,0.0445065593464588,0.5,0.153725174569888,0.0,0.0494377288525909,0,0.0,0.74926533358596 -1990,0.5,0.153725174569888,0.0,0.0318194995160171,0.153725174569888,0.0,0.0475048042064025,0.153725174569888,0.0,0.0603668367226599,0.153725174569888,0.0,0.168849591386623,0.153725174569888,0.0,0.0577461244724475,0.153725174569888,0.0,0.00466455920148295,0.153725174569888,0.0,0.00552926620777378,0.153725174569888,0.0,0.0019604580684364,0.5,0.153725174569888,0.0,0.00296224870000512,0.153725174569888,0.0,0.0227712298924333,0.5,0.153725174569888,0.0,0.00911148244525831,0.153725174569888,0.0,0.00286144675861189,0.153725174569888,0.0,0.0741624320501301,0.153725174569888,0.0,0.122388294620893,0.153725174569888,0.0,0.06515218688592,0.153725174569888,0.0,0.00699094847852703,0.153725174569888,0.0,0.0402282248745487,0.5,0.153725174569888,0.0,0.0308768885381106,0,0.0,0.767338715713978 -1991,0.5,0.153725174569888,0.0,0.0334678065506016,0.153725174569888,0.0,0.0475932935446691,0.153725174569888,0.0,0.0523822647721244,0.153725174569888,0.0,0.141972651201809,0.153725174569888,0.0,0.0410081888568887,0.153725174569888,0.0,0.00303969515417217,0.153725174569888,0.0,0.00339465130590863,0.153725174569888,0.0,0.00409089175295908,0.5,0.153725174569888,0.0,0.00213838682297272,0.153725174569888,0.0,0.0106822886930399,0.5,0.153725174569888,0.0,0.00651231599562202,0.153725174569888,0.0,0.0016433896659105,0.153725174569888,0.0,0.0672205392444301,0.153725174569888,0.0,0.115747328952221,0.153725174569888,0.0,0.0539379118920562,0.153725174569888,0.0,0.00342915504573932,0.153725174569888,0.0,0.0324805541945117,0.5,0.153725174569888,0.0,0.0200677038330307,0,6.68677994626211e-05,0.702120781023974 -1992,0.5,0.153725174569888,0.0,0.0355408896106929,0.153725174569888,0.0,0.0470494910613209,0.153725174569888,0.0,0.0524542688506766,0.153725174569888,0.0,0.134052103625665,0.153725174569888,0.0,0.0257959582991245,0.153725174569888,0.0,0.00249807798872847,0.153725174569888,0.0,0.0020867942923424,0.153725174569888,0.0,0.00648558364089451,0.5,0.153725174569888,0.0,0.00235959429543951,0.153725174569888,0.0,0.00587726959665417,0.5,0.153725174569888,0.0,0.00339888081343347,0.153725174569888,0.0,0.000861673017618818,0.153725174569888,0.0,0.0685617036275652,0.153725174569888,0.0,0.102323338299715,0.153725174569888,0.0,0.0464299297595209,0.153725174569888,0.0,0.00187523618979862,0.153725174569888,0.0,0.0244869463309089,0.5,0.153725174569888,0.0,0.0143091376213403,0,3.50385193223174e-05,0.569224932461156 -1993,0.5,0.153725174569888,0.0,0.038737528763391,0.153725174569888,0.0,0.0424833633638742,0.153725174569888,0.0,0.0538296279622082,0.153725174569888,0.0,0.133867976156516,0.153725174569888,0.0,0.0148084131810747,0.153725174569888,0.0,0.00467349206779797,0.153725174569888,0.0,0.00121023757081964,0.153725174569888,0.0,0.0104743563633827,0.5,0.153725174569888,0.0,0.00283205290800062,0.153725174569888,0.0,0.00303092788190947,0.5,0.153725174569888,0.0,0.00148943973656144,0.153725174569888,0.0,0.000564136070873003,0.153725174569888,0.0,0.0674920324243236,0.153725174569888,0.0,0.085113794525043,0.153725174569888,0.0,0.0405604321078735,0.153725174569888,0.0,0.00156108431329208,0.153725174569888,0.0,0.0183961186331715,0.5,0.153725174569888,0.0,0.010897350066438,0,0.000316052046149475,0.376782541550186 -1994,0.5,0.153725174569888,0.0,0.0384842291177201,0.153725174569888,0.0,0.0370310278381831,0.153725174569888,0.0,0.0513291597603186,0.153725174569888,0.0,0.134859887813826,0.153725174569888,0.0,0.0105514003490217,0.153725174569888,0.0,0.0111386314866409,0.153725174569888,0.0,0.00132820584085181,0.153725174569888,0.0,0.0153605015833613,0.5,0.153725174569888,0.0,0.00316505164168256,0.153725174569888,0.0,0.00202003572712466,0.5,0.153725174569888,0.0,0.0016647916802665,0.153725174569888,0.0,0.000576820506484744,0.153725174569888,0.0,0.0609432838887014,0.153725174569888,0.0,0.068588190173413,0.153725174569888,0.0,0.0359867752258486,0.153725174569888,0.0,0.000607846659857376,0.153725174569888,0.0,0.0151041141007103,0.5,0.153725174569888,0.0,0.0079009873228014,0,0.00179415829364618,0.219380489334133 -1995,0.5,0.153725174569888,0.0,0.0351399279650528,0.153725174569888,0.0,0.0359466959323668,0.153725174569888,0.0,0.0477814326821358,0.153725174569888,0.0,0.127118715581421,0.153725174569888,0.0,0.0103052495206582,0.153725174569888,0.0,0.0195883113741492,0.153725174569888,0.0,0.00355389687424765,0.153725174569888,0.0,0.0194314823915982,0.5,0.153725174569888,0.0,0.00335008971618498,0.153725174569888,0.0,0.00180277172876508,0.5,0.153725174569888,0.0,0.00171359347283281,0.153725174569888,0.0,0.000675767743180106,0.153725174569888,0.0,0.0578103519129056,0.153725174569888,0.0,0.0589467420903368,0.153725174569888,0.0,0.032356083836533,0.153725174569888,0.0,0.000582336111939984,0.153725174569888,0.0,0.0114546349215005,0.5,0.153725174569888,0.0,0.00566926421613122,0,0.00122342694033221,0.124831682938601 -1996,0.5,0.153725174569888,0.0,0.0299043023723425,0.153725174569888,0.0,0.0368798830735983,0.153725174569888,0.0,0.0438772627747569,0.153725174569888,0.0,0.118676304000128,0.153725174569888,0.0,0.0114667778789061,0.153725174569888,0.0,0.0253942358373208,0.153725174569888,0.0,0.00490936490511507,0.153725174569888,0.0,0.0218687145551176,0.5,0.153725174569888,0.0,0.00344563119624577,0.153725174569888,0.0,0.00175831119294966,0.5,0.153725174569888,0.0,0.00145115458858717,0.153725174569888,0.0,0.000718095487898724,0.153725174569888,0.0,0.0563659340332166,0.153725174569888,0.0,0.0580150098049935,0.153725174569888,0.0,0.0282640858846842,0.153725174569888,0.0,0.000702080186625217,0.153725174569888,0.0,0.00937783549145793,0.5,0.153725174569888,0.0,0.00416270610244685,0,0.00145965218996434,0.0886917663397144 -1997,0.5,0.153725174569888,0.0,0.0256187632221053,0.153725174569888,0.0,0.0384594705542451,0.153725174569888,0.0,0.0373090181961687,0.153725174569888,0.0,0.107911577729079,0.153725174569888,0.0,0.0111339208124487,0.153725174569888,0.0,0.028705255857234,0.153725174569888,0.0,0.00514793692811177,0.153725174569888,0.0,0.0251848355759012,0.5,0.153725174569888,0.0,0.00404080941609135,0.153725174569888,0.0,0.0015148652384333,0.5,0.153725174569888,0.0,0.00121331513618801,0.153725174569888,0.0,0.00162480497350891,0.153725174569888,0.0,0.0565191122593195,0.153725174569888,0.0,0.0618507426913187,0.153725174569888,0.0,0.0246334632355243,0.153725174569888,0.0,0.000846474188936651,0.153725174569888,0.0,0.00838866443084783,0.5,0.153725174569888,0.0,0.00278385665664977,0,0.00342420598663748,0.0801154585504442 -1998,0.5,0.153725174569888,0.0,0.0211470325357362,0.153725174569888,0.0,0.0441790529583,0.153725174569888,0.0,0.0330006779778402,0.153725174569888,0.0,0.0927725845043731,0.153725174569888,0.0,0.00985428626592015,0.153725174569888,0.0,0.0311106894560266,0.153725174569888,0.0,0.00553200524593347,0.153725174569888,0.0,0.0277815916471991,0.5,0.153725174569888,0.0,0.00513357644157297,0.153725174569888,0.0,0.00138945075131096,0.5,0.153725174569888,0.0,0.00116351092812927,0.153725174569888,0.0,0.00134724887334021,0.153725174569888,0.0,0.0616787313572829,0.153725174569888,0.0,0.0640133215156761,0.153725174569888,0.0,0.021916750867053,0.153725174569888,0.0,0.00101310937337371,0.153725174569888,0.0,0.00701699442458895,0.5,0.153725174569888,0.0,0.00192193054332105,0,0.00506161640519651,0.0816434037995418 -1999,0.5,0.153725174569888,0.003307426508519,0.019400649558593,0.153725174569888,0.00281779144449594,0.046065316168,0.153725174569888,0.00216894244617436,0.0347351786196377,0.153725174569888,0.0052177761729342,0.0917578219287056,0.153725174569888,1.70665541200777e-05,0.0078378277773356,0.153725174569888,0.0,0.0326613931633115,0.153725174569888,8.09401780579782e-05,0.00631615439187603,0.153725174569888,0.0,0.0299402544266478,0.5,0.153725174569888,1.00673027780891e-05,0.0068153217064114,0.153725174569888,0.00216617831788952,0.00160613486462202,0.5,0.153725174569888,0.000745148839887922,0.00129737463413829,0.153725174569888,0.0010986568800434,0.00181378786001625,0.153725174569888,0.00107531590575992,0.0655066955780898,0.153725174569888,0.00048730590646325,0.0603963326315865,0.153725174569888,0.00128783860540626,0.0197577323119134,0.153725174569888,0.000562281719848621,0.00121202887944693,0.153725174569888,0.00301073499987667,0.00634210604538665,0.5,0.153725174569888,0.0033184777389338,0.00186372468576898,0,0.0062591359034292,0.0684870864430575 -2000,0.5,0.153725174569888,0.0466516569826063,0.0266253187866537,0.153725174569888,0.115367898961008,0.0460300154591315,0.153725174569888,0.0493290153044186,0.0491274086097869,0.153725174569888,0.0586516159488491,0.119957581483797,0.153725174569888,0.0899352279519698,0.00520395322287417,0.153725174569888,0.0809288836547655,0.0303749966593297,0.153725174569888,0.0826431959856454,0.00626828277079322,0.153725174569888,0.07454213079066,0.0271640052413783,0.5,0.153725174569888,0.0562930552888919,0.00740422770844487,0.153725174569888,0.0722992833486992,0.00422189773084119,0.5,0.153725174569888,0.0724328620125953,0.00177016039999967,0.153725174569888,0.0881688246196093,0.00250397395094963,0.153725174569888,0.0391521971250225,0.0726004283988122,0.153725174569888,0.0979222537229422,0.0537110687404221,0.153725174569888,0.0660355870872866,0.0180721301590879,0.153725174569888,0.0473112199381895,0.00197907570612516,0.153725174569888,0.0827922950426985,0.00631116715274326,0.5,0.153725174569888,0.0643343380814144,0.00220958888171398,0,0.0106457229339297,0.0499897093884172 -2001,0.5,0.153725174569888,0.117142721512743,0.0580157444268187,0.153725174569888,0.278848204204243,0.0473554044676174,0.153725174569888,0.133839490287362,0.060186625973338,0.153725174569888,0.123644577694316,0.148159569401648,0.153725174569888,0.250228435517558,0.00366934621150359,0.153725174569888,0.246925062798033,0.0286218487006644,0.153725174569888,0.227999345962829,0.00562435912634971,0.153725174569888,0.226550407248087,0.0278844650808664,0.5,0.153725174569888,0.197342767670084,0.0167130697277138,0.153725174569888,0.166569181027157,0.0143879457653055,0.5,0.153725174569888,0.198786669396078,0.00760946225122267,0.153725174569888,0.243695067601703,0.00747129163893414,0.153725174569888,0.0595905607337089,0.0855443470103712,0.153725174569888,0.258606924239012,0.0517591553910829,0.153725174569888,0.177821723019769,0.0260098090522768,0.153725174569888,0.132269385477553,0.00267506695375698,0.153725174569888,0.202969346280298,0.00983340397456603,0.5,0.153725174569888,0.161351390988506,0.0131430263857272,0,0.0138194817172655,0.0372293492375872 -2002,0.5,0.153725174569888,0.205737728064072,0.100664283588549,0.153725174569888,0.418491159366716,0.149606178124349,0.153725174569888,0.217381228695309,0.0590190136916987,0.153725174569888,0.152744980013522,0.154787566576053,0.153725174569888,0.408063046541981,0.00764284146687991,0.153725174569888,0.410220124548697,0.0515448404082923,0.153725174569888,0.370736645481314,0.0142230762931482,0.153725174569888,0.387525634439687,0.0512831235230655,0.5,0.153725174569888,0.348226828449668,0.037987098562652,0.153725174569888,0.217814534925168,0.0364442378378971,0.5,0.153725174569888,0.345121886021644,0.026254189070935,0.153725174569888,0.396115282925499,0.0288801488327873,0.153725174569888,0.0928342518190717,0.109999343543039,0.153725174569888,0.412107527336875,0.0825544368872447,0.153725174569888,0.291597746789306,0.0556249200457393,0.153725174569888,0.202669124398155,0.00260695233185622,0.153725174569888,0.328009205873958,0.0157015099429174,0.5,0.153725174569888,0.236133687772138,0.0246489975828272,0,0.0144593492458133,0.0288046921624653 -2003,0.5,0.153725174569888,0.313196401693444,0.142400054760753,0.153725174569888,0.511128913589018,0.239492836803455,0.153725174569888,0.259328172268974,0.0532044613204742,0.153725174569888,0.19347986919102,0.168825740713724,0.153725174569888,0.55544326645873,0.0120431357524153,0.153725174569888,0.561798638960365,0.0557888094291512,0.153725174569888,0.458326209216383,0.0161694237750273,0.153725174569888,0.539020721067502,0.047187603889131,0.5,0.153725174569888,0.514413145067591,0.0539397270339824,0.153725174569888,0.307797907691069,0.0555854635321475,0.5,0.153725174569888,0.46707313796532,0.0143485404956971,0.153725174569888,0.439862230650109,0.0494742573964932,0.153725174569888,0.102500239381169,0.158838361287364,0.153725174569888,0.552698310812588,0.0970279151374193,0.153725174569888,0.384281876442114,0.089531359386731,0.153725174569888,0.229616375484187,0.00110897951357048,0.153725174569888,0.395840300786341,0.0107692519392731,0.5,0.153725174569888,0.279657619695832,0.0215710328384023,0,0.0434299907222095,0.0241558066908662 -2004,0.5,0.153725174569888,0.276437136652133,0.169639856991534,0.153725174569888,0.543956471610283,0.341475239317161,0.153725174569888,0.275515824311748,0.0431435994301352,0.153725174569888,0.294414154580046,0.182392996437382,0.153725174569888,0.625921956563534,0.013765137930703,0.153725174569888,0.64488981547062,0.0202377616572082,0.153725174569888,0.54082487770225,0.0120274510081429,0.153725174569888,0.630745365278635,0.027848709305721,0.5,0.153725174569888,0.616506174161861,0.061232205940667,0.153725174569888,0.34809305540898,0.0627347129266336,0.5,0.153725174569888,0.499308523615163,0.0214039186173767,0.153725174569888,0.45195823468058,0.0509861901023553,0.153725174569888,0.139957063924134,0.201960207476685,0.153725174569888,0.64034274734306,0.100869179829426,0.153725174569888,0.428885034002572,0.119657997958288,0.153725174569888,0.273813501830623,0.00141594496371214,0.153725174569888,0.375205555029087,0.00843736126001966,0.5,0.153725174569888,0.281835665123039,0.0209852142317538,0,0.0906475051028987,0.0173771715814808 -2005,0.5,0.153725174569888,0.264134785371795,0.191837575401528,0.153725174569888,0.487128927014318,0.398328236760639,0.153725174569888,0.358185272630478,0.0395498293231186,0.153725174569888,0.29716386695097,0.167041488064321,0.153725174569888,0.633754808281772,0.00685119452431208,0.153725174569888,0.685451444524005,0.0109816423524555,0.153725174569888,0.540272357512775,0.0123567285095686,0.153725174569888,0.643118167812676,0.0381142571404586,0.5,0.153725174569888,0.635033897858078,0.0717461117453762,0.153725174569888,0.306387968237401,0.0906681668927025,0.5,0.153725174569888,0.504543709737278,0.0380761954489761,0.153725174569888,0.38501654679836,0.0559014958045313,0.153725174569888,0.152564124503291,0.248265404427942,0.153725174569888,0.639475510675001,0.0968219592956133,0.153725174569888,0.456262054469253,0.13897387848732,0.153725174569888,0.341527939313815,0.00325574990213277,0.153725174569888,0.282572353448146,0.00921958011149901,0.5,0.153725174569888,0.266447462649988,0.0184006465329196,0,0.106867515407799,0.0206903698670606 -2006,0.5,0.153725174569888,0.256608393545891,0.227398120445585,0.153725174569888,0.338662864655156,0.411416857468697,0.153725174569888,0.330323711781735,0.040914568156697,0.153725174569888,0.24775773658811,0.147344205349774,0.153725174569888,0.61254968810801,0.00355773731150366,0.153725174569888,0.688384609468902,0.0206264971948865,0.153725174569888,0.528312163926269,0.0160670347178172,0.153725174569888,0.633111818631899,0.0606181624625037,0.5,0.153725174569888,0.591708628367873,0.0779988306758073,0.153725174569888,0.231394648430459,0.0784733765524522,0.5,0.153725174569888,0.452600254362432,0.0462472400866608,0.153725174569888,0.299470053609127,0.0604658143166361,0.153725174569888,0.144365404579434,0.251423660635544,0.153725174569888,0.613586444563274,0.0866516958199652,0.153725174569888,0.446182811506733,0.154726103495327,0.153725174569888,0.244129314489641,0.00826589835958621,0.153725174569888,0.255505570783531,0.0113621669075565,0.5,0.153725174569888,0.319722998102801,0.0162462069744671,0,0.124529104299015,0.0349058565228589 -2007,0.5,0.153725174569888,0.211627526849103,0.242818697826518,0.153725174569888,0.256950922794447,0.41615925760948,0.153725174569888,0.165985103830312,0.0484825942635219,0.153725174569888,0.163004815206938,0.118476831035961,0.153725174569888,0.553857090359856,0.0048178228090084,0.153725174569888,0.633270419690393,0.0387237914421332,0.153725174569888,0.474725021511585,0.0253805273710776,0.153725174569888,0.571042132921123,0.0712172557437656,0.5,0.153725174569888,0.500556640478895,0.0963312512826258,0.153725174569888,0.193800510979644,0.0667588850148844,0.5,0.153725174569888,0.271563495321371,0.067361685364457,0.153725174569888,0.211948354660421,0.0670766731685589,0.153725174569888,0.120010094280938,0.235555874314175,0.153725174569888,0.543542966040405,0.0773000884765101,0.153725174569888,0.416174696165223,0.153606056664113,0.153725174569888,0.215481690861237,0.017523248923802,0.153725174569888,0.18877565583038,0.0180826898527253,0.5,0.153725174569888,0.291907601982275,0.0285075374735665,0,0.145187234943101,0.0531783875402186 -2008,0.5,0.153725174569888,0.103233088734812,0.215344402441758,0.153725174569888,0.160493593081364,0.386310190644653,0.153725174569888,0.0949023891500526,0.0563002836037541,0.153725174569888,0.120611394070258,0.084857952153632,0.153725174569888,0.439327371868806,0.0101857877755172,0.153725174569888,0.514566939297993,0.0595882680257551,0.153725174569888,0.366986565823998,0.0398409730656623,0.153725174569888,0.45345820001201,0.0747624742479632,0.5,0.153725174569888,0.391211842568414,0.124289491012678,0.153725174569888,0.143281635167693,0.0602683343556341,0.5,0.153725174569888,0.197837046517915,0.0908596471381621,0.153725174569888,0.136745836934548,0.077444151313309,0.153725174569888,0.0776812944095873,0.231576972064192,0.153725174569888,0.440305407497623,0.078133222631118,0.153725174569888,0.326585635052203,0.13023074984371,0.153725174569888,0.164168414708425,0.0263908939265533,0.153725174569888,0.145582560900345,0.0287377513703589,0.5,0.153725174569888,0.178163515011533,0.0482609599712488,0,0.213601842513252,0.0655452788753853 -2009,0.5,0.153725174569888,0.0520280419934933,0.18519942978159,0.153725174569888,0.0753520062082819,0.287574925653007,0.153725174569888,0.0497081286977689,0.0588243201415781,0.153725174569888,0.0597170199609692,0.0576817912936751,0.153725174569888,0.32306331310544,0.0136939297583143,0.153725174569888,0.364914067576595,0.0628194117288818,0.153725174569888,0.241336533321045,0.0434013400818821,0.153725174569888,0.29921833097015,0.0819870074112346,0.5,0.153725174569888,0.240902124133956,0.142054460078545,0.153725174569888,0.0755967422478629,0.0610997232813144,0.5,0.153725174569888,0.111350490423403,0.0931856059809682,0.153725174569888,0.0879130452099712,0.0811294231099059,0.153725174569888,0.0660250314618467,0.187782803907186,0.153725174569888,0.325160986947908,0.0824876353797758,0.153725174569888,0.218626112032767,0.0959964363213722,0.153725174569888,0.079167132390687,0.0268358231643999,0.153725174569888,0.0950394675933751,0.0342571846172971,0.5,0.153725174569888,0.0865230817146304,0.0550837514689968,0,0.251470616959052,0.0506007095152142 -2010,0.5,0.153725174569888,0.013542216088824,0.163113661119503,0.153725174569888,0.0637174034903886,0.164497857712834,0.153725174569888,0.0159114102739094,0.0455160307949889,0.153725174569888,0.0149637001497652,0.0418486008799182,0.153725174569888,0.111944003972372,0.00451009069781738,0.153725174569888,0.125425463227447,0.0227179893938017,0.153725174569888,0.0849211802540557,0.0215457199176423,0.153725174569888,0.0952283724239895,0.0527449738811014,0.5,0.153725174569888,0.0846379050853628,0.111731258130963,0.153725174569888,0.0226307008597782,0.0478514522164108,0.5,0.153725174569888,0.0383373855298007,0.0727296722192874,0.153725174569888,0.0348442885877151,0.0743105378823369,0.153725174569888,0.0302969117123062,0.132107686956842,0.153725174569888,0.105489133272883,0.0545642080222801,0.153725174569888,0.0589672956395631,0.0481747733686755,0.153725174569888,0.0280723864075289,0.0157356272731694,0.153725174569888,0.0349628690399679,0.024093626058116,0.5,0.153725174569888,0.0272592144229895,0.0375925574076739,0,0.442596433451064,0.0332751220428393 -2011,0.5,0.153725174569888,0.0,0.173169223214351,0.153725174569888,0.0,0.124529503107569,0.153725174569888,0.0,0.0315669097660511,0.153725174569888,0.0,0.038403407678587,0.153725174569888,0.0,0.00551482954309868,0.153725174569888,0.0,0.0248619736901989,0.153725174569888,0.0,0.00912061842099837,0.153725174569888,0.0,0.0541413514112651,0.5,0.153725174569888,0.0,0.0900149348137676,0.153725174569888,0.0,0.0363087571842052,0.5,0.153725174569888,0.0,0.0431337275876534,0.153725174569888,1.85798928798037e-05,0.0669618255170121,0.153725174569888,4.7872934028282e-05,0.134975183684195,0.153725174569888,0.0,0.0481585206996209,0.153725174569888,0.0,0.0371901628479097,0.153725174569888,0.0,0.0035090077998604,0.153725174569888,0.0,0.00894583637588163,0.5,0.153725174569888,0.0,0.0240351583142727,0,0.703265552737933,0.113042457407306 -2012,0.5,0.153725174569888,0.0,0.216200533277329,0.153725174569888,0.0,0.0719056435118851,0.153725174569888,0.0,0.0226492238584713,0.153725174569888,0.0,0.041057291579646,0.153725174569888,0.0,0.0109355857121907,0.153725174569888,0.0,0.0190009182937014,0.153725174569888,0.0,0.0050529225818167,0.153725174569888,0.0,0.0427545222541817,0.5,0.153725174569888,0.0,0.070454890844728,0.153725174569888,0.0,0.0324408002209307,0.5,0.153725174569888,0.0,0.0251391404152478,0.153725174569888,0.0,0.0616764575298672,0.153725174569888,0.0,0.135002024313819,0.153725174569888,0.0,0.0377960225724782,0.153725174569888,0.0,0.0319079164438235,0.153725174569888,0.0,0.00114924569763711,0.153725174569888,0.0,0.0036604444970999,0.5,0.153725174569888,0.0,0.019978331957545,0,0.914199361790917,0.570475343396009 -2013,0.5,0.153725174569888,0.0,0.262796982630053,0.153725174569888,0.0,0.0471256963859622,0.153725174569888,0.0,0.0176956199249936,0.153725174569888,0.0,0.0484856868818961,0.153725174569888,0.0,0.0134752464169037,0.153725174569888,0.0,0.0118526595726903,0.153725174569888,0.0,0.00286049424313309,0.153725174569888,0.0,0.0208399567849743,0.5,0.153725174569888,0.0,0.0415987826745362,0.153725174569888,0.0,0.033053755047322,0.5,0.153725174569888,0.0,0.0104773908344578,0.153725174569888,0.0,0.055468105556086,0.153725174569888,0.0,0.151589611415178,0.153725174569888,0.0,0.0353917900019841,0.153725174569888,0.0,0.0304417487703677,0.153725174569888,0.0,0.00110239555260517,0.153725174569888,0.0,0.00268823325954035,0.5,0.153725174569888,0.0,0.0170591383183651,0,0.87058171121355,0.866072908722326 -2014,0.5,0.153725174569888,0.0,0.267269436471165,0.153725174569888,0.0,0.0459848774737344,0.153725174569888,0.0,0.0233594827079235,0.153725174569888,0.0,0.0607958803318176,0.153725174569888,0.0,0.0134947013827209,0.153725174569888,0.0,0.0047780316847398,0.153725174569888,0.0,0.00284922705116039,0.153725174569888,0.0,0.0103547310325111,0.5,0.153725174569888,0.0,0.0227955511298522,0.153725174569888,0.0,0.0272826439022726,0.5,0.153725174569888,0.0,0.00776581385654692,0.153725174569888,0.0,0.0447163016825535,0.153725174569888,0.0,0.294917545686772,0.153725174569888,0.0,0.0583264278160147,0.153725174569888,0.0,0.0342568715856815,0.153725174569888,0.0,0.00180717624696757,0.153725174569888,0.0,0.00240260157779083,0.5,0.153725174569888,0.0,0.0146702906983104,0,0.917747584553678,0.843025417394126 -2015,0.5,0.153725174569888,0.0,0.222900571473837,0.153725174569888,0.0,0.0700382533116377,0.153725174569888,0.0,0.0347344347426576,0.153725174569888,0.0,0.0685599438512362,0.153725174569888,0.0,0.0120879076989517,0.153725174569888,0.0,0.00148007088699085,0.153725174569888,0.0,0.00415962959480233,0.153725174569888,0.0,0.0045294857012068,0.5,0.153725174569888,0.0,0.0167807426508952,0.153725174569888,0.0,0.0204879299311194,0.5,0.153725174569888,0.0,0.0126673288236283,0.153725174569888,0.0,0.0362919082726479,0.153725174569888,0.0,0.330280640142164,0.153725174569888,0.0,0.0833834098755968,0.153725174569888,0.0,0.0440872378232875,0.153725174569888,0.0,0.00167062785416564,0.153725174569888,0.0,0.00357594642370494,0.5,0.153725174569888,0.0,0.0151127456713749,0,0.966718851485259,0.702670444866009 -2016,0.5,0.153725174569888,0.0,0.257747995286808,0.153725174569888,0.0,0.114159825686231,0.153725174569888,0.0,0.0436525025642178,0.153725174569888,0.0,0.0760181999318542,0.153725174569888,0.0,0.0167557416925822,0.153725174569888,0.0,0.000613205293034738,0.153725174569888,0.0,0.00696491077638027,0.153725174569888,0.0,0.00145564260039482,0.5,0.153725174569888,0.0,0.0188800159021182,0.153725174569888,0.0,0.0177324630444193,0.5,0.153725174569888,0.0,0.0207312259768351,0.153725174569888,0.0,0.0319639041826586,0.153725174569888,0.0,0.325642837400303,0.153725174569888,0.0,0.0784048949357021,0.153725174569888,0.0,0.0546401048722059,0.153725174569888,0.0,0.00113762304540283,0.153725174569888,0.0,0.00450503131431005,0.5,0.153725174569888,0.0,0.0170742930744039,0,0.945915975812302,0.586117707950814 -2017,0.5,0.153725174569888,0.0,0.287594558490821,0.153725174569888,0.0,0.199794893016071,0.153725174569888,0.0,0.0516774056736221,0.153725174569888,0.0,0.0867746128749677,0.153725174569888,0.0,0.0248907342437957,0.153725174569888,0.0,0.000586877260490816,0.153725174569888,0.0,0.0147732317597753,0.153725174569888,0.0,0.000506819460603311,0.5,0.153725174569888,0.0,0.0195261585049515,0.153725174569888,0.0,0.01796890306897,0.5,0.153725174569888,0.0,0.0182281584403945,0.153725174569888,0.0,0.0318568387436214,0.153725174569888,0.0,0.394174943424559,0.153725174569888,0.0,0.0822996876247971,0.153725174569888,0.0,0.0707166544282123,0.153725174569888,0.0,0.00182991528662319,0.153725174569888,0.0,0.00400656024911348,0.5,0.153725174569888,0.0,0.0212678545562413,0,0.707653996435632,0.621495062982728 -2018,0.5,0.153725174569888,0.0,0.285699477367413,0.153725174569888,0.0,0.159902429429274,0.153725174569888,0.0,0.0559791770742647,0.153725174569888,0.0,0.0876172219371467,0.153725174569888,0.0,0.036992402540132,0.153725174569888,0.0,0.0021729286205438,0.153725174569888,0.0,0.0246663179892075,0.153725174569888,0.0,0.000271251797002489,0.5,0.153725174569888,0.0,0.0166917514058298,0.153725174569888,0.0,0.0210974008365658,0.5,0.153725174569888,0.0,0.0122872077074795,0.153725174569888,0.0,0.0353180937732521,0.153725174569888,0.0,0.466978404516549,0.153725174569888,0.0,0.10680663538597,0.153725174569888,0.0,0.090300290583838,0.153725174569888,0.0,0.00373138415038001,0.153725174569888,0.0,0.00369128988145156,0.5,0.153725174569888,0.0,0.0268631002440849,0,0.33900106645837,0.686277236274506 -2019,0.5,0.153725174569888,0.0,0.267654196065847,0.153725174569888,0.0,0.0796639090385,0.153725174569888,0.0,0.0512882275169417,0.153725174569888,0.0,0.0671305240158745,0.153725174569888,0.0,0.0427945258202541,0.153725174569888,0.0,0.00632626441406004,0.153725174569888,0.0,0.032952111742413,0.153725174569888,0.0,0.000674613575657668,0.5,0.153725174569888,0.0,0.0141436898554319,0.153725174569888,0.0,0.0280914253800826,0.5,0.153725174569888,0.0,0.00825528653750047,0.153725174569888,0.0,0.0438794830313344,0.153725174569888,0.0,0.511179356336537,0.153725174569888,0.0,0.173128025060474,0.153725174569888,0.0,0.0988416290564429,0.153725174569888,0.0,0.0039567280380183,0.153725174569888,0.0,0.0044120270943828,0.5,0.153725174569888,0.0,0.0332581131004204,0,0.219286838083739,0.761187562779775 -2020,0.5,0.153725174569888,0.0,0.233369407802689,0.153725174569888,0.0,0.0989899353686647,0.153725174569888,0.0,0.0398711662390655,0.153725174569888,0.0,0.0460594698976177,0.153725174569888,0.0,0.0420832705124215,0.153725174569888,0.0,0.0101400489671466,0.153725174569888,0.0,0.0359138047162642,0.153725174569888,0.0,0.000510778204657863,0.5,0.153725174569888,0.0,0.0140968605100807,0.153725174569888,0.0,0.0357122065753183,0.5,0.153725174569888,0.0,0.00608157980232465,0.153725174569888,0.0,0.0488137206567327,0.153725174569888,0.0,0.475390297114499,0.153725174569888,0.0,0.255468353325337,0.153725174569888,0.0,0.0997497769625683,0.153725174569888,0.0,0.00358564529252587,0.153725174569888,0.0,0.00580486820313278,0.5,0.153725174569888,0.0,0.0339067117124271,0,0.329145840808116,0.850155847327401 -2021,0.5,0.153725174569888,0.0,0.189944559067053,0.153725174569888,0.0,0.116568662001221,0.153725174569888,0.0,0.0305874813947293,0.153725174569888,0.0,0.0323292136008479,0.153725174569888,0.0,0.0423223117981342,0.153725174569888,0.0,0.0110158853520821,0.153725174569888,0.0,0.0315213558351449,0.153725174569888,0.0,0.000182171907536558,0.5,0.153725174569888,0.0,0.0144392750061476,0.153725174569888,0.0,0.0414546747615143,0.5,0.153725174569888,0.0,0.00725753697326803,0.153725174569888,0.0,0.0417396914047259,0.153725174569888,0.0,0.299466517411197,0.153725174569888,0.0,0.304941769824031,0.153725174569888,0.0,0.0934171450855662,0.153725174569888,0.0,0.00368645429897905,0.153725174569888,0.0,0.00805183707012702,0.5,0.153725174569888,0.0,0.0319082172211527,0,0.520134782576846,0.970175882593404 -2022,0.5,0.153725174569888,0.0,0.160153734250713,0.153725174569888,0.0,0.108358618577352,0.153725174569888,0.0,0.0259925669770736,0.153725174569888,0.0,0.0255142555729733,0.153725174569888,0.0,0.0450854739139114,0.153725174569888,0.0,0.0127271403319119,0.153725174569888,0.0,0.0326835995239685,0.153725174569888,0.0,0.000261249989185568,0.5,0.153725174569888,0.0,0.0138579925400297,0.153725174569888,0.0,0.0513697249620999,0.5,0.153725174569888,0.0,0.0130759330205555,0.153725174569888,0.0,0.0378221435872673,0.153725174569888,0.0,0.123430923409647,0.153725174569888,0.0,0.245650132962718,0.153725174569888,0.0,0.0796219210881193,0.153725174569888,0.0,0.00387090279003435,0.153725174569888,0.0,0.0123146678846378,0.5,0.153725174569888,0.0,0.0308905444887154,0,0.630216083640869,0.984548353388709 -2023,0.5,0.153725174569888,0.00639018661379638,0.156716260841995,0.153725174569888,0.00132309108574895,0.109186409738477,0.153725174569888,0.00381840296838762,0.0197927384031969,0.153725174569888,0.00991125788431208,0.0193543569049618,0.153725174569888,0.000102680751255928,0.0476636548809198,0.153725174569888,0.0,0.0135930755049818,0.153725174569888,0.000423659863975958,0.0363252845233139,0.153725174569888,2.9365233019806e-05,0.000770296121577312,0.5,0.153725174569888,0.000127052930472358,0.0115905446983224,0.153725174569888,0.00189313763091554,0.0454081536842351,0.5,0.153725174569888,0.000754111125077609,0.0236678399344405,0.153725174569888,0.0010655941769952,0.0397461767838998,0.153725174569888,0.0013967112494556,0.0659130874823365,0.153725174569888,0.000294713967633051,0.178344682833719,0.153725174569888,0.00188922634377011,0.0751361554148405,0.153725174569888,0.0013247878051921,0.00522014626296434,0.153725174569888,0.00239132472174456,0.0193863278266629,0.5,0.153725174569888,0.00495475222244688,0.0341687480111653,0,0.610188106464204,0.985201790112277 -2024,0.5,0.153725174569888,0.0824793255827348,0.199156841138698,0.153725174569888,0.0401597204296718,0.149327870306132,0.153725174569888,0.0956577513680264,0.0132970414742085,0.153725174569888,0.101196370672307,0.0176961420873697,0.153725174569888,0.023966318282135,0.032477937418675,0.153725174569888,0.0700389035109635,0.012386858494789,0.153725174569888,0.0827731269146382,0.0369914140803286,0.153725174569888,0.0899848169562169,0.00135943224696363,0.5,0.153725174569888,0.0877419990849303,0.00836935950359671,0.153725174569888,0.0548487191192383,0.0650450856077894,0.5,0.153725174569888,0.0510029377251665,0.0326097502179461,0.153725174569888,0.0544529006346109,0.0600067381937745,0.153725174569888,0.0466313401243086,0.0722215247320594,0.153725174569888,0.0264486486814668,0.171438431900771,0.153725174569888,0.063520490615363,0.0859270182986711,0.153725174569888,0.0627569335726687,0.006951304516644,0.153725174569888,0.0574408326559852,0.0454919367544098,0.5,0.153725174569888,0.0889674442005845,0.0647843141022867,0,0.568686896210406,0.98020580456327 -2025,0.5,0.153725174569888,0.195593413119381,0.2660865839433,0.153725174569888,0.13814310516329,0.264899193468727,0.153725174569888,0.227021724680316,0.0401242292023824,0.153725174569888,0.218153938877167,0.039939414885398,0.153725174569888,0.0671425375315262,0.0266529419490232,0.153725174569888,0.174663840751475,0.0104003555331072,0.153725174569888,0.206107122294961,0.0468867700530344,0.153725174569888,0.254839171605694,0.00203768007508225,0.5,0.153725174569888,0.241085850028324,0.00835750521330303,0.153725174569888,0.139435833162693,0.0733496541284356,0.5,0.153725174569888,0.148250944642448,0.102946585216372,0.153725174569888,0.139701757432332,0.109562050805248,0.153725174569888,0.126862844910987,0.166140982489139,0.153725174569888,0.0876296344648368,0.180138709294003,0.153725174569888,0.164716419741843,0.142233697549009,0.153725174569888,0.163104256511923,0.0187258945926866,0.153725174569888,0.166553640925277,0.136707907172902,0.5,0.153725174569888,0.214215741778523,0.0873933351985722,0,0.570703970417211,0.844866633758124 -2026,0.5,0.153725174569888,0.314144803194663,0.301042670497966,0.153725174569888,0.225766240892346,0.346975235505948,0.153725174569888,0.341933831162029,0.130380840924272,0.153725174569888,0.343569296448344,0.106350885495164,0.153725174569888,0.133135337855664,0.044506126589175,0.153725174569888,0.262265466636385,0.0161653779567358,0.153725174569888,0.329300266533491,0.0963257762433663,0.153725174569888,0.420777303113865,0.00607285423516456,0.5,0.153725174569888,0.400884352953143,0.0270980166739976,0.153725174569888,0.281435006078271,0.0751051587149729,0.5,0.153725174569888,0.29298120957709,0.104105930421726,0.153725174569888,0.245394383256368,0.14607228975563,0.153725174569888,0.195337424311758,0.402792786081754,0.153725174569888,0.163879405833035,0.192721546306027,0.153725174569888,0.298712511218723,0.209353504827298,0.153725174569888,0.271773761863812,0.0620805103027614,0.153725174569888,0.271573616341512,0.173229791121374,0.5,0.153725174569888,0.348277986287285,0.0972170491593287,0,0.508619976731509,0.42559099645862 -2027,0.5,0.153725174569888,0.357063216639566,0.304627590361256,0.153725174569888,0.262329381941356,0.375052027149331,0.153725174569888,0.418194873894191,0.17727877731723,0.153725174569888,0.427543263179462,0.190701497071723,0.153725174569888,0.214850510225801,0.0568420539758911,0.153725174569888,0.340190339820618,0.0266574803031515,0.153725174569888,0.456920232302006,0.134242631581364,0.153725174569888,0.574952233405057,0.0195590631056847,0.5,0.153725174569888,0.546771637340725,0.0589470765883385,0.153725174569888,0.439189579103126,0.0885235273044971,0.5,0.153725174569888,0.408670303029582,0.0744462566610775,0.153725174569888,0.345737447489478,0.120640336533862,0.153725174569888,0.241552878812811,0.557551895730314,0.153725174569888,0.220508909096008,0.225642527201955,0.153725174569888,0.412854016926056,0.254383157383646,0.153725174569888,0.380873730869876,0.0723196028131199,0.153725174569888,0.377425467778498,0.180256587202499,0.5,0.153725174569888,0.456793132474863,0.127879781164625,0,0.42666415206345,0.110521629960338 -2028,0.5,0.153725174569888,0.438395592572286,0.307910675808159,0.153725174569888,0.254685678951354,0.412164321987238,0.153725174569888,0.454131819659215,0.197861904825393,0.153725174569888,0.436782635548959,0.245253842012085,0.153725174569888,0.285510529198578,0.0930359867304464,0.153725174569888,0.423970979112958,0.0394357113974007,0.153725174569888,0.547323901611765,0.132551904940477,0.153725174569888,0.661260885317598,0.0302560466534579,0.5,0.153725174569888,0.616548221409522,0.0610940148998161,0.153725174569888,0.446802901986219,0.0998814988617025,0.5,0.153725174569888,0.468368107817823,0.0473352860392496,0.153725174569888,0.434409408029457,0.11186124382961,0.153725174569888,0.22332455116389,0.601029446793128,0.153725174569888,0.235064778557145,0.26433515894668,0.153725174569888,0.451724494289619,0.276576283216215,0.153725174569888,0.385743654908759,0.0872241850166421,0.153725174569888,0.426488342436945,0.195512735302908,0.5,0.153725174569888,0.528912982483594,0.155972024352736,0,0.368112885598622,0.00916149265396769 -2029,0.5,0.153725174569888,0.366455034408425,0.271965128071397,0.153725174569888,0.191022428517616,0.395421022228258,0.153725174569888,0.471789521523397,0.266674242620378,0.153725174569888,0.41558853721684,0.298730255882983,0.153725174569888,0.317768904635839,0.125969292998589,0.153725174569888,0.492863128940978,0.0568361682869716,0.153725174569888,0.544128042647787,0.137269952790921,0.153725174569888,0.648953054057274,0.0347641939651746,0.5,0.153725174569888,0.646039849260869,0.0568510998840746,0.153725174569888,0.401222366765952,0.110038766178359,0.5,0.153725174569888,0.577755869316824,0.0498768240195067,0.153725174569888,0.439332749437953,0.0981067048207525,0.153725174569888,0.155271090867489,0.574530972774163,0.153725174569888,0.240779758280496,0.299475833308539,0.153725174569888,0.48438446479234,0.303471568228424,0.153725174569888,0.407997599017355,0.0979848202246734,0.153725174569888,0.507843588919092,0.202531042468766,0.5,0.153725174569888,0.55677478759409,0.192165650915485,0,0.267638469590534,0.0116416329366098 -2030,0.5,0.153725174569888,0.304043906947823,0.219520491162861,0.153725174569888,0.176133638009055,0.328843350671742,0.153725174569888,0.416147786160849,0.379906777442586,0.153725174569888,0.40616348636013,0.357481833055956,0.153725174569888,0.312155285642832,0.141892167998275,0.153725174569888,0.442358978693674,0.0568046354689239,0.153725174569888,0.450151866824319,0.161478635768271,0.153725174569888,0.608602620283481,0.0388518417502996,0.5,0.153725174569888,0.663937370306928,0.0524944145624531,0.153725174569888,0.357658786424052,0.114078016416787,0.5,0.153725174569888,0.642643821945884,0.065391634449991,0.153725174569888,0.401113349341301,0.0924593682792777,0.153725174569888,0.153162827099571,0.513164785166508,0.153725174569888,0.193254650190766,0.303116160062039,0.153725174569888,0.441242459609149,0.262096603602386,0.153725174569888,0.511782118118689,0.056620931592254,0.153725174569888,0.493008364951137,0.232751680512614,0.5,0.153725174569888,0.499565697317564,0.227791949450355,0,0.170756508476265,0.0833265047431015 -2031,0.5,0.153725174569888,0.257531719716859,0.217699895819182,0.153725174569888,0.133531903874668,0.229744487895037,0.153725174569888,0.329505035276783,0.477074028296238,0.153725174569888,0.401766594716429,0.411136322624587,0.153725174569888,0.273444015638181,0.143296838856556,0.153725174569888,0.37716674011075,0.0477255180590154,0.153725174569888,0.369046363822465,0.131766460739731,0.153725174569888,0.555972277152688,0.0418281901776314,0.5,0.153725174569888,0.626891622442597,0.0480198288678064,0.153725174569888,0.300957613126622,0.114345958115568,0.5,0.153725174569888,0.59151125907593,0.0678045392897024,0.153725174569888,0.32009547092099,0.0897599575968404,0.153725174569888,0.125126788179587,0.428702554331515,0.153725174569888,0.141622787532083,0.276798899405624,0.153725174569888,0.334442416389821,0.186528985306936,0.153725174569888,0.556952831969716,0.0381284094076654,0.153725174569888,0.431345705914839,0.250823118516996,0.5,0.153725174569888,0.432059927488663,0.275527773279433,0,0.110048748172149,0.350080065346906 -2032,0.5,0.153725174569888,0.187177165354661,0.223802723715966,0.153725174569888,0.120230850800242,0.158815590895144,0.153725174569888,0.244611396333611,0.531155303976046,0.153725174569888,0.33350523335326,0.446798838032454,0.153725174569888,0.181249427240195,0.140677792536575,0.153725174569888,0.349312869737292,0.0444454794305546,0.153725174569888,0.29384304535017,0.105759729709795,0.153725174569888,0.448264227844341,0.0414151670788279,0.5,0.153725174569888,0.521208757331059,0.0482743887910527,0.153725174569888,0.230350458567888,0.119225177278277,0.5,0.153725174569888,0.461364574100927,0.0666245065615058,0.153725174569888,0.246749895736569,0.086478809336966,0.153725174569888,0.10464999690707,0.375406456102455,0.153725174569888,0.110715769607339,0.238705349452099,0.153725174569888,0.305119043671688,0.161330631215121,0.153725174569888,0.438927268241666,0.0682383204723018,0.153725174569888,0.307120829792948,0.2499660065685,0.5,0.153725174569888,0.344775747604222,0.288055398634636,0,0.0538500873672755,0.722342415146454 -2033,0.5,0.153725174569888,0.122458627776805,0.210033967116147,0.153725174569888,0.197286963691809,0.141923959224659,0.153725174569888,0.1574425533216,0.512392578309451,0.153725174569888,0.260221377379314,0.371091722656996,0.153725174569888,0.0973925190260607,0.0997528382905338,0.153725174569888,0.268899942675671,0.0560053243164635,0.153725174569888,0.23620082133641,0.0783333126121855,0.153725174569888,0.344717755574453,0.046937170208176,0.5,0.153725174569888,0.371154350450269,0.0487494780411019,0.153725174569888,0.131275301452046,0.10240478819722,0.5,0.153725174569888,0.32653164216627,0.0553609575350635,0.153725174569888,0.168606533535034,0.0680724187184757,0.153725174569888,0.091045825927289,0.282670983041372,0.153725174569888,0.0747112179770374,0.180728245071853,0.153725174569888,0.24845753109355,0.119989419432614,0.153725174569888,0.264024887526619,0.0748225417172638,0.153725174569888,0.202531419307992,0.180488642200212,0.5,0.153725174569888,0.22859811142121,0.188340527932327,0,0.0522670007407653,0.854212688578254 -2034,0.5,0.153725174569888,0.0312110638400725,0.199200095741627,0.153725174569888,0.0846391830873487,0.133449097703972,0.153725174569888,0.0499897690297115,0.417306484517126,0.153725174569888,0.0439038004595321,0.275631629446379,0.153725174569888,0.0719070344768049,0.0574357577275995,0.153725174569888,0.130912636550421,0.0381610983786636,0.153725174569888,0.118448995973547,0.0269384093619933,0.153725174569888,0.108646305980434,0.0296430866805569,0.5,0.153725174569888,0.10581771731313,0.0228166316180275,0.153725174569888,0.034295501932806,0.0603721942527224,0.5,0.153725174569888,0.0881661780988048,0.0415956098673375,0.153725174569888,0.0633186276107336,0.0351412320515912,0.153725174569888,0.0280683809600275,0.192488738966229,0.153725174569888,0.0432730774675976,0.141170766383368,0.153725174569888,0.0675970447149867,0.113884136252046,0.153725174569888,0.0599062380590218,0.0655967308746184,0.153725174569888,0.0562784240512231,0.105513983444158,0.5,0.153725174569888,0.0541907348969349,0.0974076898078742,0,0.0663754465313455,0.866541090882495 -2035,0.5,0.153725174569888,0.0,0.204770897866125,0.153725174569888,0.0,0.241477894907942,0.153725174569888,0.0,0.357679740358472,0.153725174569888,0.0,0.284354781453422,0.153725174569888,0.0,0.0695987842225295,0.153725174569888,0.0,0.0712536544807928,0.153725174569888,0.0,0.0425062401966787,0.153725174569888,0.0,0.0496567401208586,0.5,0.153725174569888,0.0,0.0365454913483052,0.153725174569888,0.0,0.0269552572040756,0.5,0.153725174569888,0.0,0.0956088490244301,0.153725174569888,0.0,0.0285326331751647,0.153725174569888,7.85885624740029e-07,0.207538781817988,0.153725174569888,0.0,0.152503686363181,0.153725174569888,9.38478007447989e-06,0.176461410948303,0.153725174569888,8.45708996796584e-05,0.0802320064423713,0.153725174569888,0.0,0.0931846947861115,0.5,0.153725174569888,0.0,0.0958818958834057,0,0.0715957916796278,0.781881637047897 -2036,0.5,0.153725174569888,0.0,0.203818041790573,0.153725174569888,0.0,0.340284907903471,0.153725174569888,0.0,0.373935963857978,0.153725174569888,0.0,0.289145277717965,0.153725174569888,0.0,0.101638529746332,0.153725174569888,0.0,0.0998769625228366,0.153725174569888,0.0,0.054910548992738,0.153725174569888,0.0,0.0537497661713306,0.5,0.153725174569888,0.0,0.0392054969112389,0.153725174569888,0.0,0.0159185754309267,0.5,0.153725174569888,0.0,0.109124886939191,0.153725174569888,0.0,0.0201879031021245,0.153725174569888,0.0,0.267433683745413,0.153725174569888,0.0,0.202276760385871,0.153725174569888,0.0,0.26279100526237,0.153725174569888,0.0,0.0757027942659966,0.153725174569888,0.0,0.0845465575800536,0.5,0.153725174569888,0.0,0.100974555482928,0,0.112172567894891,0.867713275126803 -2037,0.5,0.153725174569888,0.0,0.169037721746516,0.153725174569888,0.0,0.361928200529527,0.153725174569888,0.0,0.358301613781133,0.153725174569888,0.0,0.262397327458493,0.153725174569888,0.0,0.0994435186619787,0.153725174569888,0.0,0.0765169547806994,0.153725174569888,0.0,0.0849095220321358,0.153725174569888,0.0,0.0375073577582674,0.5,0.153725174569888,0.0,0.0324243241363493,0.153725174569888,0.0,0.0138037939048906,0.5,0.153725174569888,0.0,0.105639766061977,0.153725174569888,0.0,0.00995969462811835,0.153725174569888,0.0,0.311682359278343,0.153725174569888,0.0,0.263834416955266,0.153725174569888,0.0,0.332673149904898,0.153725174569888,0.0,0.0915246951889296,0.153725174569888,0.0,0.0908946240692529,0.5,0.153725174569888,0.0,0.105377261904627,0,0.139686408738264,0.972740455349936 -2038,0.5,0.153725174569888,0.0,0.140840857199246,0.153725174569888,0.0,0.29521260778754,0.153725174569888,0.0,0.284368943488043,0.153725174569888,0.0,0.213798195754149,0.153725174569888,0.0,0.132522062823113,0.153725174569888,0.0,0.0517890685202836,0.153725174569888,0.0,0.1482554813522,0.153725174569888,0.0,0.0200147065197559,0.5,0.153725174569888,0.0,0.0263312488045458,0.153725174569888,0.0,0.0123940318922464,0.5,0.153725174569888,0.0,0.0627983747043608,0.153725174569888,0.0,0.00559290112626655,0.153725174569888,0.0,0.316029131964655,0.153725174569888,0.0,0.331281930692526,0.153725174569888,0.0,0.387292823254452,0.153725174569888,0.0,0.1651322422549,0.153725174569888,0.0,0.0928901651572193,0.5,0.153725174569888,0.0,0.0972836553080275,0,0.121750904486687,0.972389753028577 -2039,0.5,0.153725174569888,0.0,0.12856491662548,0.153725174569888,0.0,0.228110060192108,0.153725174569888,0.0,0.199723616275997,0.153725174569888,0.0,0.18157651429824,0.153725174569888,0.0,0.191102458706617,0.153725174569888,0.0,0.0588876257637067,0.153725174569888,0.0,0.21752051177021,0.153725174569888,0.0,0.0111955146716713,0.5,0.153725174569888,0.0,0.0217230411410763,0.153725174569888,0.0,0.00880553995801454,0.5,0.153725174569888,0.0,0.0276153503231344,0.153725174569888,0.0,0.00645534724255419,0.153725174569888,0.0,0.272469105062045,0.153725174569888,0.0,0.38484207105376,0.153725174569888,0.0,0.385203458981714,0.153725174569888,0.0,0.215618289353465,0.153725174569888,0.0,0.0901774043511533,0.5,0.153725174569888,0.0,0.0852649847975379,0,0.176638103895074,0.933704897969693 -2040,0.5,0.153725174569888,0.0,0.121861115127341,0.153725174569888,0.0,0.173195615976428,0.153725174569888,0.0,0.134303805628327,0.153725174569888,0.0,0.14959389748558,0.153725174569888,0.0,0.304117309057419,0.153725174569888,0.0,0.0541151445021563,0.153725174569888,0.0,0.231560660175218,0.153725174569888,0.0,0.00817703146020435,0.5,0.153725174569888,0.0,0.0191211346638081,0.153725174569888,0.0,0.00702439721357977,0.5,0.153725174569888,0.0,0.024297897221322,0.153725174569888,0.0,0.00849220550044758,0.153725174569888,0.0,0.23824292291277,0.153725174569888,0.0,0.401481318561032,0.153725174569888,0.0,0.333386344564146,0.153725174569888,0.0,0.149625203073618,0.153725174569888,0.0,0.0844760791691713,0.5,0.153725174569888,0.0,0.0701118176460951,0,0.248460717564978,0.957953642489638 -2041,0.5,0.153725174569888,0.0,0.110750130110979,0.153725174569888,0.0,0.182777845305559,0.153725174569888,0.0,0.107169760048766,0.153725174569888,0.0,0.118384156391322,0.153725174569888,0.0,0.416414659947705,0.153725174569888,0.0,0.0544661950000684,0.153725174569888,0.0,0.169196485310648,0.153725174569888,0.0,0.00691771951600494,0.5,0.153725174569888,0.0,0.0177382395791663,0.153725174569888,0.0,0.00694752530980282,0.5,0.153725174569888,0.0,0.028319788737365,0.153725174569888,0.0,0.00855108827278815,0.153725174569888,0.0,0.231474456205716,0.153725174569888,0.0,0.357971552315662,0.153725174569888,0.0,0.27746520355464,0.153725174569888,0.0,0.0784568363882009,0.153725174569888,0.0,0.0792714019453903,0.5,0.153725174569888,0.0,0.0493673004986865,0,0.257522414503869,0.990024504124616 -2042,0.5,0.153725174569888,0.0,0.0976347200751807,0.153725174569888,0.0,0.241653492874474,0.153725174569888,0.0,0.0820644433138342,0.153725174569888,0.0,0.0945424231699837,0.153725174569888,0.0,0.450702235611788,0.153725174569888,0.0,0.0696256868834005,0.153725174569888,0.0,0.109774280003109,0.153725174569888,0.0,0.00646040286024708,0.5,0.153725174569888,0.0,0.0146050518024272,0.153725174569888,0.0,0.00637715601576708,0.5,0.153725174569888,0.0,0.0310675006852187,0.153725174569888,0.0,0.00742797500494841,0.153725174569888,0.0,0.254535128623603,0.153725174569888,0.0,0.369799235689245,0.153725174569888,0.0,0.258621412462129,0.153725174569888,0.0,0.0512608386434083,0.153725174569888,0.0,0.0766600400335299,0.5,0.153725174569888,0.0,0.0335878574138145,0,0.264752304711689,0.979675364426229 -2043,0.5,0.153725174569888,0.0,0.0923134912474796,0.153725174569888,0.0,0.261000037724636,0.153725174569888,0.0,0.0710500660409533,0.153725174569888,0.0,0.0885477552150524,0.153725174569888,0.0,0.375706286696422,0.153725174569888,0.0,0.0492208037113384,0.153725174569888,0.0,0.0828672949179581,0.153725174569888,0.0,0.00609802799137732,0.5,0.153725174569888,0.0,0.0116962479106688,0.153725174569888,0.0,0.00909475856011232,0.5,0.153725174569888,0.0,0.0310363124957305,0.153725174569888,0.0,0.0065509518754189,0.153725174569888,0.0,0.280662686085474,0.153725174569888,0.0,0.457192576135952,0.153725174569888,0.0,0.246951908048255,0.153725174569888,0.0,0.0422178593413421,0.153725174569888,0.0,0.0716217006029225,0.5,0.153725174569888,0.0,0.0281596584918221,0,0.330447170602694,0.94282162002987 -2044,0.5,0.153725174569888,0.0,0.094312102706522,0.153725174569888,0.0,0.271585483760777,0.153725174569888,0.0,0.0730690011393619,0.153725174569888,0.0,0.0907317556998615,0.153725174569888,0.0,0.352955123776157,0.153725174569888,0.0,0.0452588475307518,0.153725174569888,0.0,0.076152831055197,0.153725174569888,0.0,0.00666433976451812,0.5,0.153725174569888,0.0,0.0118004384137876,0.153725174569888,0.0,0.00729932008093688,0.5,0.153725174569888,0.0,0.0299363473928588,0.153725174569888,0.0,0.00582068071653509,0.153725174569888,0.0,0.302448628226992,0.153725174569888,0.0,0.521510474157597,0.153725174569888,0.0,0.235517808159599,0.153725174569888,0.0,0.0400986201173464,0.153725174569888,0.0,0.0702394747119156,0.5,0.153725174569888,0.0,0.0300184833154902,0,0.400181025339769,0.974855763795588 -2045,0.5,0.153725174569888,0.0,0.0939738484738228,0.153725174569888,0.0,0.281379220245137,0.153725174569888,0.0,0.0810943028675796,0.153725174569888,0.0,0.0925323755992667,0.153725174569888,0.0,0.346883239964545,0.153725174569888,0.0,0.0593125539777654,0.153725174569888,0.0,0.0796039779589681,0.153725174569888,0.0,0.00740962387672928,0.5,0.153725174569888,0.0,0.0120876241523814,0.153725174569888,0.0,0.00826038452956112,0.5,0.153725174569888,0.0,0.0271012008926847,0.153725174569888,0.0,0.00528705166851628,0.153725174569888,0.0,0.314555204090564,0.153725174569888,0.0,0.539428800885922,0.153725174569888,0.0,0.233614547758224,0.153725174569888,0.0,0.0403017406469691,0.153725174569888,0.0,0.0626440504049087,0.5,0.153725174569888,0.0,0.0333532075849233,0,0.409087966714858,1.00622068210498 -2046,0.5,0.153725174569888,0.0,0.0898929680850298,0.153725174569888,0.0,0.27548530031499,0.153725174569888,0.0,0.0835404184348635,0.153725174569888,0.0,0.0933465318106906,0.153725174569888,0.0,0.339955570121527,0.153725174569888,0.0,0.0674607975517725,0.153725174569888,0.0,0.0832060718703821,0.153725174569888,0.0,0.00878933356220603,0.5,0.153725174569888,0.0,0.0120074998660493,0.153725174569888,0.0,0.00681641513764898,0.5,0.153725174569888,0.0,0.0254568465451804,0.153725174569888,0.0,0.00511889093714414,0.153725174569888,0.0,0.309950754813457,0.153725174569888,0.0,0.533062028819044,0.153725174569888,0.0,0.251388392975177,0.153725174569888,0.0,0.0398256571417751,0.153725174569888,0.0,0.0544426745549947,0.5,0.153725174569888,0.0,0.0300585146039225,0,0.363703277611949,1.00692021722803 -2047,0.5,0.153725174569888,0.0141844166894664,0.0810642646380634,0.153725174569888,0.00489984036912636,0.232443037036263,0.153725174569888,0.00589155580344815,0.0823890555158618,0.153725174569888,0.017229294791293,0.0924035382726986,0.153725174569888,0.000713975701215373,0.338907288417321,0.153725174569888,7.7720954647753e-06,0.066921618227814,0.153725174569888,0.00126996137471432,0.0825513521961712,0.153725174569888,0.00024477224470618,0.00983414959816031,0.5,0.153725174569888,0.000648335284045653,0.0104691148646092,0.153725174569888,0.00536331230927531,0.00560154917252514,0.5,0.153725174569888,0.00271326691830577,0.0237185091893959,0.153725174569888,0.0029257727899922,0.00537404717503765,0.153725174569888,0.00333734663315636,0.309776635812825,0.153725174569888,0.00175268737702617,0.517394614427637,0.153725174569888,0.00294428643435565,0.252990633418948,0.153725174569888,0.00271333201404912,0.0400230093859929,0.153725174569888,0.00657091415096293,0.0455607568493484,0.5,0.153725174569888,0.0127536153519211,0.0253252785580245,0,0.301329452631195,1.00649062203022 -2048,0.5,0.153725174569888,0.139604083735016,0.079290065455146,0.153725174569888,0.125135002598303,0.197302301723315,0.153725174569888,0.107592900185939,0.105351258290198,0.153725174569888,0.138576231765116,0.101480396261104,0.153725174569888,0.0755629432882369,0.406145858947059,0.153725174569888,0.0770708865922323,0.0747309615149319,0.153725174569888,0.101093605001487,0.0836135489586419,0.153725174569888,0.0793218909321942,0.00886305142679544,0.5,0.153725174569888,0.0923323679038566,0.00841970645361202,0.153725174569888,0.130693286394211,0.00318411969682383,0.5,0.153725174569888,0.113550732478908,0.0222140853973673,0.153725174569888,0.1164614675905,0.00500138699099998,0.153725174569888,0.0872015684530674,0.332050313469528,0.153725174569888,0.0936094186019242,0.518067550868165,0.153725174569888,0.0741769398363521,0.28869440532831,0.153725174569888,0.0929983771529189,0.0468802455367568,0.153725174569888,0.13390700959837,0.041627516541149,0.5,0.153725174569888,0.149972903895356,0.0220309498171383,0,0.248186716306832,1.00653315458637 -2049,0.5,0.153725174569888,0.300418130869071,0.127067712247777,0.153725174569888,0.288530207140212,0.26190586668951,0.153725174569888,0.242294414249287,0.231845090286461,0.153725174569888,0.293172963687279,0.18187466713437,0.153725174569888,0.199446959797702,0.510788048996209,0.153725174569888,0.216597717115418,0.122308228761925,0.153725174569888,0.261454493412798,0.138605035989286,0.153725174569888,0.226132826370573,0.00775111169905729,0.5,0.153725174569888,0.249274123315055,0.0100071600724031,0.153725174569888,0.298292965217601,0.00232666598977444,0.5,0.153725174569888,0.276951203032352,0.0273833280580044,0.153725174569888,0.282807752894505,0.00477218567012647,0.153725174569888,0.212830154749805,0.445118984644992,0.153725174569888,0.237813133757526,0.60308119995988,0.153725174569888,0.178764720395212,0.353725636885401,0.153725174569888,0.221490601486647,0.0693931165027678,0.153725174569888,0.298601138942044,0.0590775601652448,0.5,0.153725174569888,0.317410006253562,0.0264976977570564,0,0.228095734052287,1.00800271575916 -2050,0.5,0.153725174569888,0.467797676332705,0.200084997976909,0.153725174569888,0.445162916579701,0.483132237209519,0.153725174569888,0.401385148247744,0.258197155567649,0.153725174569888,0.463764799514161,0.271095589414409,0.153725174569888,0.360996053050862,0.616213824018977,0.153725174569888,0.384818414819244,0.195009702085907,0.153725174569888,0.422714461252213,0.278235063032939,0.153725174569888,0.393274782713962,0.0272885610307007,0.5,0.153725174569888,0.41733052544397,0.0219608703349162,0.153725174569888,0.468733906371406,0.0141164751143991,0.5,0.153725174569888,0.442829129777647,0.0994079355429874,0.153725174569888,0.451937225356182,0.0116688206698262,0.153725174569888,0.337996054224744,0.596918991319959,0.153725174569888,0.401954380567573,0.699575146184821,0.153725174569888,0.318150607120224,0.404673522232041,0.153725174569888,0.362765808740741,0.130737715992253,0.153725174569888,0.46086406410614,0.188841684218319,0.5,0.153725174569888,0.485670856261912,0.103086297123353,0,0.174978664390716,1.00846433525345 -2051,0.5,0.153725174569888,0.599573197621104,0.248412367099533,0.153725174569888,0.584879287573388,0.677300954167761,0.153725174569888,0.575258460165738,0.367721639989601,0.153725174569888,0.576175651885804,0.392755462206404,0.153725174569888,0.545826005783921,0.69243546707321,0.153725174569888,0.551326743685792,0.254194193872083,0.153725174569888,0.575159207095992,0.494988364887412,0.153725174569888,0.556812310587448,0.0720408027328514,0.5,0.153725174569888,0.568440805608849,0.0296153858627806,0.153725174569888,0.610879214358463,0.020883727323557,0.5,0.153725174569888,0.587300263828617,0.114324255665551,0.153725174569888,0.596441645740254,0.0151142412253033,0.153725174569888,0.420770349230548,0.592587861763528,0.153725174569888,0.573625069850145,0.748061957455414,0.153725174569888,0.502556131364481,0.529484048134939,0.153725174569888,0.535677271394018,0.275632205280729,0.153725174569888,0.597097782609565,0.230748924104512,0.5,0.153725174569888,0.621451317850738,0.169974832954947,0,0.150931149828313,1.00771849074962 -2052,0.5,0.153725174569888,0.651991598892859,0.273056189416511,0.153725174569888,0.653993656025879,0.652943688319742,0.153725174569888,0.68896546782192,0.467398296491701,0.153725174569888,0.641795865251742,0.385429750956908,0.153725174569888,0.669111848758854,0.773990217431873,0.153725174569888,0.659240388872354,0.315095894431129,0.153725174569888,0.67088131810355,0.592037225626829,0.153725174569888,0.661542968946664,0.101156035229295,0.5,0.153725174569888,0.665585675348753,0.0357713536541464,0.153725174569888,0.69632009294882,0.035362467820451,0.5,0.153725174569888,0.676525489674215,0.136076670100364,0.153725174569888,0.685825122636229,0.0238234190162914,0.153725174569888,0.479602065497101,0.522715526216444,0.153725174569888,0.667095171191798,0.77426314610703,0.153725174569888,0.663649451481339,0.610799708299841,0.153725174569888,0.672963888897312,0.380213219510527,0.153725174569888,0.678508967432553,0.257888675565023,0.5,0.153725174569888,0.695413378341448,0.204931819297117,0,0.14220441850304,1.0012925004262 -2053,0.5,0.153725174569888,0.662335007720329,0.274505470104295,0.153725174569888,0.674939387511735,0.607923488847249,0.153725174569888,0.715450304991171,0.538089732894997,0.153725174569888,0.65431583374147,0.342911695463082,0.153725174569888,0.708926944026142,0.808394046606682,0.153725174569888,0.702295087226737,0.378578936360037,0.153725174569888,0.708837844585833,0.631636290855381,0.153725174569888,0.701793920997768,0.104805717341806,0.5,0.153725174569888,0.69733830426342,0.0420763513359747,0.153725174569888,0.727098673069606,0.0410912229286146,0.5,0.153725174569888,0.710616464184394,0.165151026563424,0.153725174569888,0.719786380262883,0.0341696258548822,0.153725174569888,0.547443572985394,0.483415278945759,0.153725174569888,0.702179134767418,0.755505167056232,0.153725174569888,0.709458094024781,0.644356485133626,0.153725174569888,0.710639629314224,0.431608719623465,0.153725174569888,0.704061925543561,0.279247337056093,0.5,0.153725174569888,0.712766299100471,0.226111419865776,0,0.128474504667258,0.992462078284306 -2054,0.5,0.153725174569888,0.646540653694465,0.275864166553059,0.153725174569888,0.646234265410774,0.577881497661784,0.153725174569888,0.69401788700016,0.562461718440682,0.153725174569888,0.632444707085184,0.320177572431697,0.153725174569888,0.704434933814731,0.833258797316842,0.153725174569888,0.693821371057021,0.440392840255662,0.153725174569888,0.69427967525129,0.615837674904574,0.153725174569888,0.690086408947514,0.103461590842439,0.5,0.153725174569888,0.686460223200399,0.0448517545384124,0.153725174569888,0.710045805401355,0.0454098543421544,0.5,0.153725174569888,0.700573901312971,0.184481091070617,0.153725174569888,0.701877775296343,0.0464816372529255,0.153725174569888,0.55340837109717,0.490141613404293,0.153725174569888,0.689367303310992,0.722493912167586,0.153725174569888,0.694399171622331,0.660952615636299,0.153725174569888,0.691361646289065,0.425274624925226,0.153725174569888,0.683779719588536,0.284553679230814,0.5,0.153725174569888,0.660924468915521,0.248378621187374,0,0.115703475723965,0.977314314717063 -2055,0.5,0.153725174569888,0.561379677346765,0.278951872229575,0.153725174569888,0.573992018760217,0.500739251294704,0.153725174569888,0.617567888247894,0.535587147698991,0.153725174569888,0.553771176452996,0.313316667140879,0.153725174569888,0.643316962417794,0.836349908472285,0.153725174569888,0.618982309015597,0.422877196772931,0.153725174569888,0.630868931986458,0.605391188151979,0.153725174569888,0.609343725874602,0.0971031786789884,0.5,0.153725174569888,0.623040110149206,0.049114016822813,0.153725174569888,0.625369085824351,0.0604584959571453,0.5,0.153725174569888,0.63324952970581,0.194135933834425,0.153725174569888,0.623691987220507,0.0659768263287859,0.153725174569888,0.50515160012102,0.495686183017233,0.153725174569888,0.625297202183434,0.701483295397526,0.153725174569888,0.626039153185493,0.648408223216143,0.153725174569888,0.624723271833916,0.403442786320716,0.153725174569888,0.611390977438774,0.282731086811825,0.5,0.153725174569888,0.540555533052243,0.266244039041246,0,0.117955095976372,0.969795956595882 -2056,0.5,0.153725174569888,0.432992169376634,0.272954329140701,0.153725174569888,0.423824269690274,0.377590724865244,0.153725174569888,0.482755860368683,0.503791438059931,0.153725174569888,0.424294338323759,0.300737667058324,0.153725174569888,0.520510129860484,0.824988691585812,0.153725174569888,0.482317145097481,0.369067192869645,0.153725174569888,0.503865305814213,0.562176564949715,0.153725174569888,0.485667151742554,0.0885417658333316,0.5,0.153725174569888,0.498941193819789,0.0580934436898987,0.153725174569888,0.484359587167592,0.0819830021546885,0.5,0.153725174569888,0.502323225916614,0.189556023589788,0.153725174569888,0.493671168129492,0.094372722046831,0.153725174569888,0.379542230543138,0.464972392918238,0.153725174569888,0.498311524119993,0.64870771562939,0.153725174569888,0.497400525807089,0.574887146952898,0.153725174569888,0.497589297202255,0.37663641151522,0.153725174569888,0.464515057308992,0.261610622470501,0.5,0.153725174569888,0.391075681464641,0.251372881103836,0,0.109314554988739,0.982875686365965 -2057,0.5,0.153725174569888,0.289462284369967,0.20412117608359,0.153725174569888,0.295620301492305,0.225676032385678,0.153725174569888,0.330361876496023,0.410431069980509,0.153725174569888,0.280227221059714,0.199542535237007,0.153725174569888,0.373998789231903,0.682314751555519,0.153725174569888,0.333632480054282,0.276499487162256,0.153725174569888,0.354499475487264,0.384786828410025,0.153725174569888,0.339385259511578,0.0676853626130056,0.5,0.153725174569888,0.348080493093971,0.0675510202887145,0.153725174569888,0.31188307756156,0.0917644109468307,0.5,0.153725174569888,0.346892663102907,0.184264040740265,0.153725174569888,0.332847184668769,0.0980663564323482,0.153725174569888,0.262218626899351,0.410901806421021,0.153725174569888,0.358872787593216,0.486855967633381,0.153725174569888,0.352032606816858,0.373994690014559,0.153725174569888,0.350364548281879,0.267517478795284,0.153725174569888,0.307636053067723,0.195794056629934,0.5,0.153725174569888,0.232067210752464,0.163194471582677,0,0.10315425834378,0.990359420307805 -2058,0.5,0.153725174569888,0.0565816029364841,0.121148893496449,0.153725174569888,0.0836334612929675,0.174538292771424,0.153725174569888,0.0755684908907549,0.174474920548251,0.153725174569888,0.0471221318591772,0.084454984985471,0.153725174569888,0.120020291443034,0.425227417364357,0.153725174569888,0.132459795827162,0.202548920550159,0.153725174569888,0.1182424581641,0.233825153337718,0.153725174569888,0.108069489299902,0.0339664143584762,0.5,0.153725174569888,0.109248824560871,0.0250442580844753,0.153725174569888,0.0845452365867093,0.0519071766471466,0.5,0.153725174569888,0.0883865836952654,0.127895491478069,0.153725174569888,0.0971150476979832,0.0528914486425445,0.153725174569888,0.103585921583467,0.31246737848013,0.153725174569888,0.114236223095005,0.320087777736925,0.153725174569888,0.0901555548060809,0.190334509949091,0.153725174569888,0.09083509345202,0.164463284650486,0.153725174569888,0.0696357476384688,0.106860506600714,0.5,0.153725174569888,0.0577900469886543,0.0998934356469902,0,0.0570324165270692,0.989127612068203 -2059,0.5,0.153725174569888,0.0,0.108136550976448,0.153725174569888,0.0,0.185299166837495,0.153725174569888,0.0,0.119049388779734,0.153725174569888,0.0,0.0624948172620692,0.153725174569888,0.0,0.347240686898866,0.153725174569888,0.0,0.223376371024593,0.153725174569888,0.0,0.235051770739906,0.153725174569888,0.0,0.0376848577386117,0.5,0.153725174569888,0.0,0.0218645369654402,0.153725174569888,0.0,0.0514612783101216,0.5,0.153725174569888,0.0,0.177069558259462,0.153725174569888,0.0,0.0511761826697615,0.153725174569888,0.0,0.238161633613634,0.153725174569888,0.0,0.319638318593634,0.153725174569888,0.0,0.171915742288123,0.153725174569888,0.0,0.178826886183894,0.153725174569888,0.0,0.121219159879192,0.5,0.153725174569888,0.0,0.11333018572572,0,0.0232132976881634,0.985069516932763 -2060,0.5,0.153725174569888,0.0,0.0823805205405145,0.153725174569888,0.0,0.173504098644781,0.153725174569888,0.0,0.090480398730101,0.153725174569888,0.0,0.0386289956564327,0.153725174569888,0.0,0.324626703287481,0.153725174569888,0.0,0.239893046713971,0.153725174569888,0.0,0.228525218708457,0.153725174569888,0.0,0.0392820985700178,0.5,0.153725174569888,0.0,0.0207508656906562,0.153725174569888,0.0,0.0377147274416132,0.5,0.153725174569888,0.0,0.177547251048481,0.153725174569888,0.0,0.0407945635502527,0.153725174569888,0.0,0.178172271758366,0.153725174569888,0.0,0.339249281300174,0.153725174569888,0.0,0.157060783650794,0.153725174569888,0.0,0.173144398719484,0.153725174569888,0.0,0.11597694716684,0.5,0.153725174569888,0.0,0.107628127422551,0,0.0119054167942814,0.97584994975451 -2061,0.5,0.153725174569888,0.0,0.0612241797402834,0.153725174569888,0.0,0.139879754404121,0.153725174569888,0.0,0.0709863484742206,0.153725174569888,0.0,0.0188712269705094,0.153725174569888,0.0,0.282988484679641,0.153725174569888,0.0,0.231109605706349,0.153725174569888,0.0,0.193891245396992,0.153725174569888,0.0,0.0483895654360499,0.5,0.153725174569888,0.0,0.0277519989868931,0.153725174569888,0.0,0.0315880408553965,0.5,0.153725174569888,0.0,0.124997636069259,0.153725174569888,0.0,0.0365462830203457,0.153725174569888,0.0,0.134559044563137,0.153725174569888,0.0,0.322502218383661,0.153725174569888,0.0,0.130059305929768,0.153725174569888,0.0,0.138097071287808,0.153725174569888,0.0,0.0916867212967992,0.5,0.153725174569888,0.0,0.0811009655339891,0,0.013063398427316,0.954607559456803 -2062,0.5,0.153725174569888,0.0,0.0563508385217727,0.153725174569888,0.0,0.0992104232468298,0.153725174569888,0.0,0.0465718501525165,0.153725174569888,0.0,0.0101850075858634,0.153725174569888,0.0,0.231797917700014,0.153725174569888,0.0,0.217341118329822,0.153725174569888,0.0,0.152814683485416,0.153725174569888,0.0,0.0544490240623227,0.5,0.153725174569888,0.0,0.033490808759944,0.153725174569888,0.0,0.0228713959455164,0.5,0.153725174569888,0.0,0.0918900073957591,0.153725174569888,0.0,0.0337551213592688,0.153725174569888,0.0,0.10785649230979,0.153725174569888,0.0,0.27616080312504,0.153725174569888,0.0,0.097489859124628,0.153725174569888,0.0,0.0870660213679877,0.153725174569888,0.0,0.0724592479428469,0.5,0.153725174569888,0.0,0.061149790324042,0,0.0191702978646124,0.909761163303854 -2063,0.5,0.153725174569888,0.0,0.0520098271440632,0.153725174569888,0.0,0.071863717400503,0.153725174569888,0.0,0.028444614702899,0.153725174569888,0.0,0.00919855443917295,0.153725174569888,0.0,0.19569389018834,0.153725174569888,0.0,0.19533199412844,0.153725174569888,0.0,0.110661908643482,0.153725174569888,0.0,0.0498662578072799,0.5,0.153725174569888,0.0,0.0373198211378622,0.153725174569888,0.0,0.0151308128366529,0.5,0.153725174569888,0.0,0.072375822519162,0.153725174569888,0.0,0.0293468285619103,0.153725174569888,0.0,0.0901928709947283,0.153725174569888,0.0,0.229524682861186,0.153725174569888,0.0,0.0725818392709802,0.153725174569888,0.0,0.0500897016440794,0.153725174569888,0.0,0.0569610730357228,0.5,0.153725174569888,0.0,0.051901008911534,0,0.0182301220622782,0.876358727422418 -2064,0.5,0.153725174569888,0.0,0.0443009718605893,0.153725174569888,0.0,0.0700237627244905,0.153725174569888,0.0,0.0213088046834617,0.153725174569888,0.0,0.0104886544730235,0.153725174569888,0.0,0.172627725191381,0.153725174569888,0.0,0.163319842204685,0.153725174569888,0.0,0.0911121831784738,0.153725174569888,0.0,0.0402989240699949,0.5,0.153725174569888,0.0,0.0383610544752916,0.153725174569888,0.0,0.0110759314762316,0.5,0.153725174569888,0.0,0.0488594119079867,0.153725174569888,0.0,0.0252969642443448,0.153725174569888,0.0,0.0763594610415786,0.153725174569888,0.0,0.201885861174493,0.153725174569888,0.0,0.0666509395654061,0.153725174569888,0.0,0.0354621170689142,0.153725174569888,0.0,0.0489934149880574,0.5,0.153725174569888,0.0,0.0387790667912443,0,0.0177972887480764,0.854597163525805 -2065,0.5,0.153725174569888,0.0,0.0372179414062599,0.153725174569888,0.0,0.0644873317210378,0.153725174569888,0.0,0.0217029903986881,0.153725174569888,0.0,0.0117556204026946,0.153725174569888,0.0,0.161067967068147,0.153725174569888,0.0,0.128682670169,0.153725174569888,0.0,0.0849957379462111,0.153725174569888,0.0,0.0354358286426428,0.5,0.153725174569888,0.0,0.0355918259532927,0.153725174569888,0.0,0.00881352416987586,0.5,0.153725174569888,0.0,0.0405112469575689,0.153725174569888,0.0,0.021428055400618,0.153725174569888,0.0,0.0658458899298901,0.153725174569888,0.0,0.18006620104659,0.153725174569888,0.0,0.0644609027378083,0.153725174569888,0.0,0.0305652127298206,0.153725174569888,0.0,0.0449041096196192,0.5,0.153725174569888,0.0,0.0347398287494705,0,0.0314783929482882,0.809483578412457 -2066,0.5,0.153725174569888,0.0,0.0356904564637157,0.153725174569888,0.0,0.0598565613263391,0.153725174569888,0.0,0.0208586910901256,0.153725174569888,0.0,0.0137410383582731,0.153725174569888,0.0,0.150827811032777,0.153725174569888,0.0,0.118059379875823,0.153725174569888,0.0,0.0706050720525075,0.153725174569888,0.0,0.0339929685499739,0.5,0.153725174569888,0.0,0.0337961300764719,0.153725174569888,0.0,0.0102409130511294,0.5,0.153725174569888,0.0,0.0466004065309762,0.153725174569888,0.0,0.0190440747579575,0.153725174569888,0.0,0.0607635720326821,0.153725174569888,0.0,0.16452705380036,0.153725174569888,0.0,0.0570026022621264,0.153725174569888,0.0,0.0269818705006162,0.153725174569888,0.0,0.041517862958613,0.5,0.153725174569888,0.0,0.0394451884261359,0,0.059186519488439,0.760748763308621 -2067,0.5,0.153725174569888,0.0,0.0413001629284136,0.153725174569888,0.0,0.0504022703246584,0.153725174569888,0.0,0.0178101209582757,0.153725174569888,0.0,0.0175126171511865,0.153725174569888,0.0,0.147697054518814,0.153725174569888,0.0,0.107790491677501,0.153725174569888,0.0,0.0644601034182553,0.153725174569888,0.0,0.0323925141351644,0.5,0.153725174569888,0.0,0.0333561163802836,0.153725174569888,0.0,0.0124316704556631,0.5,0.153725174569888,0.0,0.0453550110766135,0.153725174569888,0.0,0.0175179969708041,0.153725174569888,0.0,0.0626884552875061,0.153725174569888,0.0,0.158195027728319,0.153725174569888,0.0,0.0500992760838622,0.153725174569888,0.0,0.0269870936761978,0.153725174569888,0.0,0.0397400176225367,0.5,0.153725174569888,0.0,0.0390724614803133,0,0.137040552855323,0.718113951000091 -2068,0.5,0.153725174569888,0.0,0.0445524805179217,0.153725174569888,0.0,0.048335118222898,0.153725174569888,0.0,0.0170980398610604,0.153725174569888,0.0,0.0210831955553736,0.153725174569888,0.0,0.162185235291586,0.153725174569888,0.0,0.0989873905266397,0.153725174569888,0.0,0.066340008097447,0.153725174569888,0.0,0.0301479485336623,0.5,0.153725174569888,0.0,0.0318738484914367,0.153725174569888,0.0,0.00998042628574643,0.5,0.153725174569888,0.0,0.0406485605801061,0.153725174569888,0.0,0.0143063114777113,0.153725174569888,0.0,0.0685361630633861,0.153725174569888,0.0,0.145937527444162,0.153725174569888,0.0,0.0455667683726751,0.153725174569888,0.0,0.0322358280202045,0.153725174569888,0.0,0.0392202826671601,0.5,0.153725174569888,0.0,0.0367204039169412,0,0.18345036146662,0.663204790331253 -2069,0.5,0.153725174569888,0.0,0.0456320885330689,0.153725174569888,0.0,0.0616652829541175,0.153725174569888,0.0,0.0213863599960209,0.153725174569888,0.0,0.021671825593961,0.153725174569888,0.0,0.161704272888532,0.153725174569888,0.0,0.120019521661723,0.153725174569888,0.0,0.0788980907998535,0.153725174569888,0.0,0.0288176767600559,0.5,0.153725174569888,0.0,0.0305596380164875,0.153725174569888,0.0,0.00750407650741443,0.5,0.153725174569888,0.0,0.0348253268098183,0.153725174569888,0.0,0.013692722429137,0.153725174569888,0.0,0.0679801795684402,0.153725174569888,0.0,0.14149782314558,0.153725174569888,0.0,0.0471191571346676,0.153725174569888,0.0,0.0357086118346342,0.153725174569888,0.0,0.0356465618056426,0.5,0.153725174569888,0.0,0.0330689558308869,0,0.171742530612411,0.628006915508878 -2070,0.5,0.153725174569888,0.0,0.0490864518126259,0.153725174569888,0.0,0.0512575383761425,0.153725174569888,0.0,0.0203487820232024,0.153725174569888,0.0,0.0207455716229916,0.153725174569888,0.0,0.155709984453628,0.153725174569888,0.0,0.141443326124993,0.153725174569888,0.0,0.0851003851800726,0.153725174569888,0.0,0.0312389384920006,0.5,0.153725174569888,0.0,0.0328026973339021,0.153725174569888,0.0,0.00589659043223299,0.5,0.153725174569888,0.0,0.0292257544459871,0.153725174569888,0.0,0.0126612456624447,0.153725174569888,0.0,0.063289000768492,0.153725174569888,0.0,0.136886958442536,0.153725174569888,0.0,0.049380432851272,0.153725174569888,0.0,0.0317996023215993,0.153725174569888,0.0,0.0280117851444905,0.5,0.153725174569888,0.0,0.024808321437247,0,0.283551189699634,0.673950883880257 -2071,0.5,0.153725174569888,0.00257948448243009,0.0567396314618779,0.153725174569888,0.00566748994539295,0.0309009505846673,0.153725174569888,0.0073298459361621,0.0124981734330236,0.153725174569888,0.00305609687952447,0.0228507316948542,0.153725174569888,0.0019020872263721,0.150586797581015,0.153725174569888,0.000236471087433538,0.142397784086191,0.153725174569888,0.00228195251447413,0.0798868901605349,0.153725174569888,0.000721887598788482,0.03175679047388,0.5,0.153725174569888,0.00117410735468368,0.0346037933689752,0.153725174569888,0.00477942349743866,0.00426766409868623,0.5,0.153725174569888,0.00338052881386773,0.025827750979712,0.153725174569888,0.00344062805498799,0.0110288303211516,0.153725174569888,0.00316845010543436,0.0555970800693478,0.153725174569888,0.00287228515519154,0.135259432757649,0.153725174569888,0.00505924507783918,0.0402100273958796,0.153725174569888,0.00420495750384987,0.0322731131994171,0.153725174569888,0.00741037563945754,0.0242103852864345,0.5,0.153725174569888,0.0151581985252717,0.0196122959783683,0,0.329573399496536,0.701825616945169 -2072,0.5,0.153725174569888,0.0234354514064526,0.0799110645980449,0.153725174569888,0.117320739019451,0.019519167165792,0.153725174569888,0.102180267466329,0.00878546648609419,0.153725174569888,0.0234243605283643,0.0266610952226294,0.153725174569888,0.108030912837661,0.166196481111497,0.153725174569888,0.0963976554931934,0.134613454875534,0.153725174569888,0.11118757998598,0.0836214857253226,0.153725174569888,0.0997851418893504,0.0272464083933338,0.5,0.153725174569888,0.101448310544586,0.0304451545224758,0.153725174569888,0.0990408556977823,0.00523704664634515,0.5,0.153725174569888,0.111514753682267,0.0245181538083073,0.153725174569888,0.104993163576384,0.00873277550390979,0.153725174569888,0.0626116342559438,0.0538029165289715,0.153725174569888,0.111241039335,0.127797951712567,0.153725174569888,0.119163984862904,0.0298060628797973,0.153725174569888,0.122742179830137,0.0339768124875327,0.153725174569888,0.129526333450427,0.0244154139174654,0.5,0.153725174569888,0.142466112253695,0.0224652227875899,0,0.445706236905624,0.691451567718682 -2073,0.5,0.153725174569888,0.0459353160161165,0.12911648906132,0.153725174569888,0.235812628906399,0.0199306275243588,0.153725174569888,0.190436467710238,0.0133869733254409,0.153725174569888,0.0434609120610265,0.0319377313648576,0.153725174569888,0.272046080363384,0.198160030778105,0.153725174569888,0.258626138677739,0.167474157881603,0.153725174569888,0.2763461240129,0.095543461160776,0.153725174569888,0.261616002832036,0.0311469708421757,0.5,0.153725174569888,0.26237569932148,0.0415401464945019,0.153725174569888,0.238773784484019,0.0156546030336606,0.5,0.153725174569888,0.272959296195274,0.0827573122962157,0.153725174569888,0.241485767047944,0.0192066325504053,0.153725174569888,0.131761283080029,0.0634558812281377,0.153725174569888,0.26855318062731,0.128138721973684,0.153725174569888,0.261030745183706,0.0294854878153506,0.153725174569888,0.287644127656168,0.0417168647150148,0.153725174569888,0.28425468770993,0.0473551000513691,0.5,0.153725174569888,0.290826314538126,0.0644841818313746,0,0.514533662653707,0.671964940119428 -2074,0.5,0.153725174569888,0.0816134192912154,0.173168500176479,0.153725174569888,0.237260409764646,0.0501987462348754,0.153725174569888,0.240100765816911,0.0367128448082221,0.153725174569888,0.0639860096675386,0.0371802965972328,0.153725174569888,0.42996246202543,0.352680963890681,0.153725174569888,0.419158237868383,0.287033867143927,0.153725174569888,0.437062488361873,0.224144142967795,0.153725174569888,0.423083002801052,0.113276990904733,0.5,0.153725174569888,0.426182754286015,0.121231284898301,0.153725174569888,0.407018591962662,0.0272580001860733,0.5,0.153725174569888,0.442080842118445,0.20383222340364,0.153725174569888,0.384895851614735,0.0490059397883126,0.153725174569888,0.133369063491431,0.101998043295371,0.153725174569888,0.412296415459935,0.187750739317643,0.153725174569888,0.384160639557109,0.0546926737223054,0.153725174569888,0.446836834433034,0.152193997763827,0.153725174569888,0.446119320885321,0.103592153037038,0.5,0.153725174569888,0.426167912667439,0.0874101354683177,0,0.563730544326456,0.614298796041386 -2075,0.5,0.153725174569888,0.127632108583509,0.2358318729132,0.153725174569888,0.177481711149361,0.176290004268734,0.153725174569888,0.266432359028448,0.0807725801616137,0.153725174569888,0.0912662378166634,0.0450847958059762,0.153725174569888,0.57635784888636,0.332485754479969,0.153725174569888,0.569267706139879,0.325754298887753,0.153725174569888,0.584558558350912,0.396477182889864,0.153725174569888,0.571076015562036,0.200928786734741,0.5,0.153725174569888,0.57382428238794,0.19531759168091,0.153725174569888,0.547724082446453,0.0355664757134743,0.5,0.153725174569888,0.586066645964519,0.230382784333048,0.153725174569888,0.522490357761349,0.0827423778339347,0.153725174569888,0.0989306475667614,0.151556951610993,0.153725174569888,0.539132599540175,0.204474256860607,0.153725174569888,0.492424054166425,0.0965114340541787,0.153725174569888,0.586072386750804,0.274937887860561,0.153725174569888,0.580614026856885,0.143160813006932,0.5,0.153725174569888,0.520742141232244,0.0874176890316003,0,0.590024319808514,0.496542322049983 -2076,0.5,0.153725174569888,0.157570932676256,0.277522240667572,0.153725174569888,0.178261411463681,0.17502062432172,0.153725174569888,0.246671360904114,0.0833781227767262,0.153725174569888,0.0902058246887023,0.062169792518286,0.153725174569888,0.669639150669237,0.371830328094259,0.153725174569888,0.668169338590549,0.370279823394505,0.153725174569888,0.67763012848216,0.455670685416021,0.153725174569888,0.666849652230968,0.263236033485139,0.5,0.153725174569888,0.668136273282678,0.242965794294869,0.153725174569888,0.621626508504604,0.0389832659274783,0.5,0.153725174569888,0.674079965860996,0.213144991059967,0.153725174569888,0.6204132179627,0.0977049378665707,0.153725174569888,0.0951555320639496,0.215473257654145,0.153725174569888,0.598779388674751,0.287682411822199,0.153725174569888,0.504953047321711,0.164330581415287,0.153725174569888,0.670669340194684,0.291685931311672,0.153725174569888,0.632173988991516,0.143714707625695,0.5,0.153725174569888,0.51419568425249,0.0809624240570155,0,0.628786778904082,0.46237324479278 -2077,0.5,0.153725174569888,0.13444395736818,0.272667549063094,0.153725174569888,0.0800087472542554,0.120900900889333,0.153725174569888,0.210324771258041,0.0710127166485622,0.153725174569888,0.077791476947982,0.0746730024273864,0.153725174569888,0.704697826107857,0.507851045891989,0.153725174569888,0.709248319573977,0.379734091664503,0.153725174569888,0.710862364705321,0.492072331038954,0.153725174569888,0.706234505901572,0.265710859998836,0.5,0.153725174569888,0.703293502482279,0.24743719398606,0.153725174569888,0.657965536281696,0.041833760464683,0.5,0.153725174569888,0.698884361984649,0.208834988590781,0.153725174569888,0.667717144023692,0.0991553531626824,0.153725174569888,0.0878166532888878,0.250074844556041,0.153725174569888,0.580626982197459,0.327121650111096,0.153725174569888,0.419102420006537,0.198957213982815,0.153725174569888,0.704171626904915,0.297191859517588,0.153725174569888,0.569995702941582,0.127883280374241,0.5,0.153725174569888,0.452375690309832,0.075343194333253,0,0.688979758176392,0.557510714808677 -2078,0.5,0.153725174569888,0.12605772022488,0.270213273883045,0.153725174569888,0.0460423356891779,0.106970712366174,0.153725174569888,0.141233069303107,0.0612650837819228,0.153725174569888,0.0732450112261319,0.0793242207745028,0.153725174569888,0.684129424792237,0.614783321027735,0.153725174569888,0.706427505438573,0.430464911595305,0.153725174569888,0.69823219965762,0.515976723302538,0.153725174569888,0.702289801029755,0.238580099949544,0.5,0.153725174569888,0.692795607449261,0.211755301975795,0.153725174569888,0.640480567099519,0.0525852335580814,0.5,0.153725174569888,0.69031834110558,0.226416571850208,0.153725174569888,0.668417012037237,0.0933561494623972,0.153725174569888,0.083680729225975,0.282474056270397,0.153725174569888,0.5224957774073,0.349317865255744,0.153725174569888,0.275525736345083,0.171382419111486,0.153725174569888,0.68872813352471,0.317064544411015,0.153725174569888,0.508642675143128,0.133935044395957,0.5,0.153725174569888,0.404850965195861,0.0725441655489619,0,0.720016453077704,0.562035091501036 -2079,0.5,0.153725174569888,0.0962514715701076,0.252339332936965,0.153725174569888,0.0446635878758874,0.092053576441148,0.153725174569888,0.0828337087460057,0.0524059021385572,0.153725174569888,0.07189923656377,0.0753830817941009,0.153725174569888,0.59743774907314,0.64732777283807,0.153725174569888,0.648771894365466,0.454372856543391,0.153725174569888,0.635743929949095,0.546703639424499,0.153725174569888,0.644495942749099,0.215824788769103,0.5,0.153725174569888,0.63554075737071,0.171448056795403,0.153725174569888,0.588516795961109,0.0623077524035228,0.5,0.153725174569888,0.62382294229528,0.268174772465298,0.153725174569888,0.616160747331103,0.0937446202776093,0.153725174569888,0.0909971786862718,0.317369055603935,0.153725174569888,0.416304504714567,0.36145370723353,0.153725174569888,0.146136288692854,0.137748984218036,0.153725174569888,0.611036242879943,0.35618920709613,0.153725174569888,0.42524706109088,0.153864051247659,0.5,0.153725174569888,0.328634902200725,0.0829610382522068,0,0.732284133856969,0.55267235266717 -2080,0.5,0.153725174569888,0.0652625573617223,0.226950030965449,0.153725174569888,0.0382431274058077,0.0821602434506531,0.153725174569888,0.0449559263696755,0.0433073218819101,0.153725174569888,0.0604894781685221,0.0744380498146723,0.153725174569888,0.441191200860989,0.550878689463755,0.153725174569888,0.521793064545308,0.428693432026251,0.153725174569888,0.511247606260979,0.508531588857193,0.153725174569888,0.52519593182998,0.1856572506459,0.5,0.153725174569888,0.513267488885358,0.136396565940445,0.153725174569888,0.448712737457057,0.0909156989854284,0.5,0.153725174569888,0.491390915139822,0.28138912472738,0.153725174569888,0.497366640061858,0.104931057808,0.153725174569888,0.0836955133093458,0.360522640584582,0.153725174569888,0.234439727488134,0.318040505970511,0.153725174569888,0.0946987327312122,0.119735488951714,0.153725174569888,0.464730914158021,0.36588331704864,0.153725174569888,0.322134483096377,0.169882964438284,0.5,0.153725174569888,0.252958151525926,0.0924863833500548,0,0.741473600711976,0.594686768583582 -2081,0.5,0.153725174569888,0.0314950812751043,0.185423634458503,0.153725174569888,0.0203314921610927,0.078078389146705,0.153725174569888,0.021450106830307,0.0381324523585267,0.153725174569888,0.0259727235192919,0.0586534251263063,0.153725174569888,0.288755752257011,0.314466436942793,0.153725174569888,0.373199756003405,0.251945636349076,0.153725174569888,0.358091032419381,0.295151700175001,0.153725174569888,0.375134784688646,0.139357360696076,0.5,0.153725174569888,0.359625812529465,0.102371495798289,0.153725174569888,0.288020940071566,0.0996225760965195,0.5,0.153725174569888,0.33306500685286,0.219811628978169,0.153725174569888,0.341113897715262,0.0857646141432226,0.153725174569888,0.0513454397350735,0.427980468528377,0.153725174569888,0.0737177967582711,0.29247443176135,0.153725174569888,0.0528772225109017,0.1136636729033,0.153725174569888,0.302142971415459,0.244603783500956,0.153725174569888,0.214818297256192,0.14210608055025,0.5,0.153725174569888,0.156437001931831,0.0869196263498402,0,0.716907120544739,0.68955636238941 -2082,0.5,0.153725174569888,0.00841701946487523,0.148383446207723,0.153725174569888,0.00466053118990934,0.101748495562112,0.153725174569888,0.0061418525657037,0.0451782793644595,0.153725174569888,0.0058062326058533,0.0445722234825015,0.153725174569888,0.0990402010904882,0.196602153528463,0.153725174569888,0.137254440710566,0.121216541885966,0.153725174569888,0.124324509523062,0.150904505297115,0.153725174569888,0.113097084394289,0.0546701664580013,0.5,0.153725174569888,0.114298814081001,0.0374887490148988,0.153725174569888,0.0818441236839074,0.0535644539661536,0.5,0.153725174569888,0.0951224260184705,0.0646290012411674,0.153725174569888,0.103026899194842,0.0284081181490713,0.153725174569888,0.015170283565046,0.436365124170185,0.153725174569888,0.0125245759460639,0.319839296260178,0.153725174569888,0.0157928371707016,0.134566298744502,0.153725174569888,0.080969219008624,0.136229554802071,0.153725174569888,0.0537948469221598,0.0830840924945437,0.5,0.153725174569888,0.0458663822609918,0.0594252764222246,0,0.726449744262996,0.676538656603559 -2083,0.5,0.153725174569888,2.18243959699361e-06,0.12032944167448,0.153725174569888,0.0,0.160933740837423,0.153725174569888,0.0,0.0381672167976309,0.153725174569888,0.0,0.0406348334946086,0.153725174569888,0.0,0.170632724343211,0.153725174569888,0.0,0.134876363716186,0.153725174569888,0.0,0.122218115554321,0.153725174569888,0.0,0.057339667827467,0.5,0.153725174569888,0.0,0.0371441579158819,0.153725174569888,0.0,0.0353641675674577,0.5,0.153725174569888,0.0,0.0381524051586066,0.153725174569888,0.0,0.0262113974685143,0.153725174569888,0.000367652301951889,0.40352881676281,0.153725174569888,0.000211252261271093,0.341671819640472,0.153725174569888,7.99500342050693e-05,0.124595879091305,0.153725174569888,0.0,0.107306493592579,0.153725174569888,0.0,0.0659088369275544,0.5,0.153725174569888,0.0,0.0727467131943757,0,0.676473803826659,0.666374211885557 -2084,0.5,0.153725174569888,0.0,0.109008871593079,0.153725174569888,0.0,0.1921176064918,0.153725174569888,0.0,0.0320005716968416,0.153725174569888,0.0,0.0452298410620907,0.153725174569888,0.0,0.149894822825439,0.153725174569888,0.0,0.146598283206807,0.153725174569888,0.0,0.0966621338350792,0.153725174569888,0.0,0.0532476784353794,0.5,0.153725174569888,0.0,0.0305375294443663,0.153725174569888,0.0,0.0244963402893186,0.5,0.153725174569888,0.0,0.0315147599214801,0.153725174569888,0.0,0.0268132948221516,0.153725174569888,0.0,0.374552031303047,0.153725174569888,0.0,0.289421663338427,0.153725174569888,0.0,0.105899849089748,0.153725174569888,0.0,0.0777896510826146,0.153725174569888,0.0,0.0385305021150019,0.5,0.153725174569888,0.0,0.0459831891243793,0,0.583292940226442,0.699197523622734 -2085,0.5,0.153725174569888,0.0,0.101289294756695,0.153725174569888,0.0,0.20666985968871,0.153725174569888,0.0,0.030754794667413,0.153725174569888,0.0,0.0525285895562811,0.153725174569888,0.0,0.144506896858982,0.153725174569888,0.0,0.139232612150723,0.153725174569888,0.0,0.103761583333581,0.153725174569888,0.0,0.0467264043787881,0.5,0.153725174569888,0.0,0.0267550297838321,0.153725174569888,0.0,0.0165957902283108,0.5,0.153725174569888,0.0,0.0350711144479783,0.153725174569888,0.0,0.0299349146552147,0.153725174569888,0.0,0.36372649466269,0.153725174569888,0.0,0.229428041891648,0.153725174569888,0.0,0.0812083081641199,0.153725174569888,0.0,0.0662705110311413,0.153725174569888,0.0,0.0234043167501029,0.5,0.153725174569888,0.0,0.0250877522625397,0,0.469485274496933,0.722620448073411 -2086,0.5,0.153725174569888,0.0,0.0909478467212967,0.153725174569888,0.0,0.181902833320974,0.153725174569888,0.0,0.029214182624972,0.153725174569888,0.0,0.0583518283179578,0.153725174569888,0.0,0.157916581351498,0.153725174569888,0.0,0.123354187910726,0.153725174569888,0.0,0.116734699539716,0.153725174569888,0.0,0.0429587708355971,0.5,0.153725174569888,0.0,0.0211936289656187,0.153725174569888,0.0,0.0149145405793881,0.5,0.153725174569888,0.0,0.0402072139556216,0.153725174569888,0.0,0.0325587340754365,0.153725174569888,0.0,0.336101234975166,0.153725174569888,0.0,0.1716764671294,0.153725174569888,0.0,0.0647143135361129,0.153725174569888,0.0,0.0613934618541236,0.153725174569888,0.0,0.021052280012958,0.5,0.153725174569888,0.0,0.0197939583625806,0,0.343168842028816,0.72043210592951 -2087,0.5,0.153725174569888,0.0,0.0795345504271059,0.153725174569888,0.0,0.145282290380442,0.153725174569888,0.0,0.0196932829201622,0.153725174569888,0.0,0.0623757547510244,0.153725174569888,0.0,0.155799699328339,0.153725174569888,0.0,0.108169220251834,0.153725174569888,0.0,0.118774543352938,0.153725174569888,0.0,0.0440507690082756,0.5,0.153725174569888,0.0,0.019914058039398,0.153725174569888,0.0,0.0157810774006619,0.5,0.153725174569888,0.0,0.0451139135903329,0.153725174569888,0.0,0.03639461453257,0.153725174569888,0.0,0.290352274763078,0.153725174569888,0.0,0.144330385228905,0.153725174569888,0.0,0.0677010489544613,0.153725174569888,0.0,0.0604685073321943,0.153725174569888,0.0,0.0221003190880938,0.5,0.153725174569888,0.0,0.0182311297757569,0,0.269097813124753,0.683283237951583 -2088,0.5,0.153725174569888,0.0,0.0704403797754136,0.153725174569888,0.0,0.114348031867667,0.153725174569888,0.0,0.011350671556528,0.153725174569888,0.0,0.0599554215959881,0.153725174569888,0.0,0.122889430189296,0.153725174569888,0.0,0.105399267477463,0.153725174569888,0.0,0.10496874378383,0.153725174569888,0.0,0.0476582529559206,0.5,0.153725174569888,0.0,0.0188046416549345,0.153725174569888,0.0,0.0157213028994469,0.5,0.153725174569888,0.0,0.0461041363975727,0.153725174569888,0.0,0.0389280773943354,0.153725174569888,0.0,0.239428923529373,0.153725174569888,0.0,0.144444247679014,0.153725174569888,0.0,0.0716914264599427,0.153725174569888,0.0,0.0504112158352037,0.153725174569888,0.0,0.0235362445289746,0.5,0.153725174569888,0.0,0.0148471697402742,0,0.206973205450291,0.639842166632397 -2089,0.5,0.153725174569888,0.0,0.0681627468794448,0.153725174569888,0.0,0.0968114802803314,0.153725174569888,0.0,0.00982250926620143,0.153725174569888,0.0,0.0530305611920077,0.153725174569888,0.0,0.101395677009764,0.153725174569888,0.0,0.100815171361778,0.153725174569888,0.0,0.078041443540933,0.153725174569888,0.0,0.0452514410331563,0.5,0.153725174569888,0.0,0.0164784850786259,0.153725174569888,0.0,0.0144445442211783,0.5,0.153725174569888,0.0,0.0376969640177914,0.153725174569888,0.0,0.0377637495284268,0.153725174569888,0.0,0.193533994791612,0.153725174569888,0.0,0.147047691179393,0.153725174569888,0.0,0.0754335924210279,0.153725174569888,0.0,0.0342994574453679,0.153725174569888,0.0,0.0250794873340888,0.5,0.153725174569888,0.0,0.0131569416820617,0,0.140601968068487,0.636948453019672 -2090,0.5,0.153725174569888,0.0,0.0699279969707536,0.153725174569888,0.0,0.0911104772958356,0.153725174569888,0.0,0.0115961299751155,0.153725174569888,0.0,0.0461435142252862,0.153725174569888,0.0,0.0904884776804053,0.153725174569888,0.0,0.0915892244296871,0.153725174569888,0.0,0.0676903185703222,0.153725174569888,0.0,0.0430528946338065,0.5,0.153725174569888,0.0,0.0157035784517055,0.153725174569888,0.0,0.0153866926885366,0.5,0.153725174569888,0.0,0.0302721866253724,0.153725174569888,0.0,0.0338360906099508,0.153725174569888,0.0,0.157699391607683,0.153725174569888,0.0,0.138977066244873,0.153725174569888,0.0,0.074713937117631,0.153725174569888,0.0,0.026014773326145,0.153725174569888,0.0,0.0248407864415524,0.5,0.153725174569888,0.0,0.0200098394219437,0,0.0988159732598542,0.576874554557012 -2091,0.5,0.153725174569888,0.0,0.072088863406963,0.153725174569888,0.0,0.0796651840745053,0.153725174569888,0.0,0.0138916398897403,0.153725174569888,0.0,0.0420966161500992,0.153725174569888,0.0,0.08747922999763,0.153725174569888,0.0,0.0810359603430948,0.153725174569888,0.0,0.0609728276519236,0.153725174569888,0.0,0.0404219512828863,0.5,0.153725174569888,0.0,0.0145129836903999,0.153725174569888,0.0,0.0113823350032954,0.5,0.153725174569888,0.0,0.0277453739208914,0.153725174569888,0.0,0.0319544814446088,0.153725174569888,0.0,0.127919748797613,0.153725174569888,0.0,0.13994177080341,0.153725174569888,0.0,0.0696680807699824,0.153725174569888,0.0,0.020090783440007,0.153725174569888,0.0,0.0222292298019678,0.5,0.153725174569888,0.0,0.0278384446235811,0,0.0758532043477284,0.490541700206978 -2092,0.5,0.153725174569888,0.0,0.0742835729010304,0.153725174569888,0.0,0.0697420774965642,0.153725174569888,0.0,0.0185448698806257,0.153725174569888,0.0,0.0388619669826345,0.153725174569888,0.0,0.0821155862512062,0.153725174569888,0.0,0.0766521439878303,0.153725174569888,0.0,0.0581628327296936,0.153725174569888,0.0,0.0406688415498625,0.5,0.153725174569888,0.0,0.0137981904923234,0.153725174569888,0.0,0.00939514660989388,0.5,0.153725174569888,0.0,0.026996937777499,0.153725174569888,0.0,0.0326296429312785,0.153725174569888,0.0,0.106776853309905,0.153725174569888,0.0,0.139178215075137,0.153725174569888,0.0,0.0664652932104303,0.153725174569888,0.0,0.0188742218127693,0.153725174569888,0.0,0.0236626359056989,0.5,0.153725174569888,0.0,0.0337978394459717,0,0.0649837321768454,0.455276866032191 -2093,0.5,0.153725174569888,0.0,0.0807949154811204,0.153725174569888,0.0,0.0742617233845538,0.153725174569888,0.0,0.0216497059913804,0.153725174569888,0.0,0.0356678045335753,0.153725174569888,0.0,0.0837858493913629,0.153725174569888,0.0,0.0743236809083778,0.153725174569888,0.0,0.0611329470373505,0.153725174569888,0.0,0.0389812218983713,0.5,0.153725174569888,0.0,0.0145947846936875,0.153725174569888,0.0,0.0110316400166636,0.5,0.153725174569888,0.0,0.0318387704962114,0.153725174569888,0.0,0.0328011221821609,0.153725174569888,0.0,0.0964081769704916,0.153725174569888,0.0,0.13151203999881,0.153725174569888,0.0,0.0655705092555621,0.153725174569888,0.0,0.0196379949538997,0.153725174569888,0.0,0.0268341491781414,0.5,0.153725174569888,0.0,0.0361324045212132,0,0.0651271365834507,0.432169697522087 -2094,0.5,0.153725174569888,0.0,0.0865742681074645,0.153725174569888,0.0,0.0827795684243239,0.153725174569888,0.0,0.0174839222611752,0.153725174569888,0.0,0.0370956030254216,0.153725174569888,0.0,0.0916009633908182,0.153725174569888,0.0,0.0764430434036647,0.153725174569888,0.0,0.0631640025155978,0.153725174569888,0.0,0.0443311006822368,0.5,0.153725174569888,0.0,0.0163991166825436,0.153725174569888,0.0,0.0121558064160617,0.5,0.153725174569888,0.0,0.0376069371252907,0.153725174569888,0.0,0.0345459819084937,0.153725174569888,0.0,0.0923064639578092,0.153725174569888,0.0,0.126102023477987,0.153725174569888,0.0,0.0651697611570386,0.153725174569888,0.0,0.0226391278140473,0.153725174569888,0.0,0.0285096568540445,0.5,0.153725174569888,0.0,0.0399130669516329,0,0.0717174872357711,0.36752125330591 -2095,0.5,0.153725174569888,0.00258567561809803,0.0937723649157759,0.153725174569888,0.000927399598058843,0.092332471984512,0.153725174569888,0.00796377179803133,0.0134951606998785,0.153725174569888,0.00767300494928886,0.0414173005721952,0.153725174569888,0.00190932096076801,0.0980148013356438,0.153725174569888,0.00093425869833592,0.0782070248218892,0.153725174569888,0.00303803032871184,0.0676778582991395,0.153725174569888,0.00142422673912315,0.0496977243633094,0.5,0.153725174569888,0.00196224678670089,0.0180159867667552,0.153725174569888,0.00769751457129641,0.0129672291492158,0.5,0.153725174569888,0.00440131165982782,0.0490863776948261,0.153725174569888,0.00466410890034416,0.0354749806182535,0.153725174569888,0.000923912824123303,0.0944750301023734,0.153725174569888,0.000518989806475917,0.134482713035927,0.153725174569888,0.0023012772592539,0.0679070941075525,0.153725174569888,0.00440671066710628,0.024730219478163,0.153725174569888,0.00950946595234765,0.0283869778175933,0.5,0.153725174569888,0.0175061444155705,0.0397237357791559,0,0.0727996233339639,0.330890976854102 -2096,0.5,0.153725174569888,0.0276490742320807,0.113597022885317,0.153725174569888,0.0111666394302547,0.103429377123079,0.153725174569888,0.110471636907439,0.0136416339349844,0.153725174569888,0.0693325609600617,0.0507637252698816,0.153725174569888,0.0851187497279214,0.104867926476653,0.153725174569888,0.0979686939853162,0.0671318999313318,0.153725174569888,0.11170186913955,0.0599604702159128,0.153725174569888,0.102754348424029,0.0418956757070247,0.5,0.153725174569888,0.107021579550774,0.018309487120957,0.153725174569888,0.138652869587556,0.0138235534057871,0.5,0.153725174569888,0.122160126428674,0.0469812702962057,0.153725174569888,0.125270367321778,0.034450065633637,0.153725174569888,0.0143820318962633,0.115898767064869,0.153725174569888,0.0148532388011172,0.152196051742737,0.153725174569888,0.0555841900322446,0.0829000195658292,0.153725174569888,0.108014985242626,0.0277005307764657,0.153725174569888,0.134050415581699,0.0268063285730456,0.5,0.153725174569888,0.142239799004236,0.042544472762318,0,0.0794207971450191,0.320967715434327 -2097,0.5,0.153725174569888,0.0670370743164806,0.132929206978292,0.153725174569888,0.0431607433260228,0.122492382404633,0.153725174569888,0.259943953676752,0.0262279840473209,0.153725174569888,0.14955822579371,0.0821152211845867,0.153725174569888,0.238552901732775,0.174425902742697,0.153725174569888,0.257148095676775,0.0731759851210247,0.153725174569888,0.272149124228241,0.0886420428349694,0.153725174569888,0.263696929992297,0.0528500212750921,0.5,0.153725174569888,0.268653018099103,0.024387605797267,0.153725174569888,0.299042722145833,0.0721977972786669,0.5,0.153725174569888,0.284962060932803,0.122909991690857,0.153725174569888,0.289372619952654,0.0725580952159273,0.153725174569888,0.0435899960109994,0.158694992828498,0.153725174569888,0.0823598347894974,0.196932470371109,0.153725174569888,0.165967412691434,0.115931169435717,0.153725174569888,0.244381747422959,0.056504775139326,0.153725174569888,0.294509933425444,0.0625281778980252,0.5,0.153725174569888,0.298344636501249,0.131295536979235,0,0.0953679019752308,0.369990499396522 -2098,0.5,0.153725174569888,0.115993979590407,0.1598846085587,0.153725174569888,0.095996786688746,0.145931980014594,0.153725174569888,0.43392761847798,0.0409537311038242,0.153725174569888,0.233567081073884,0.0930328713810779,0.153725174569888,0.403572506973393,0.24377546570981,0.153725174569888,0.41503907895565,0.124929036706089,0.153725174569888,0.430254796174035,0.155086394068874,0.153725174569888,0.424126033817022,0.153487595320726,0.5,0.153725174569888,0.431824358405941,0.0761216483592522,0.153725174569888,0.473487686640544,0.0397942411227987,0.5,0.153725174569888,0.450589284019487,0.262386770339415,0.153725174569888,0.459105268305274,0.121099219913073,0.153725174569888,0.0704160030352929,0.23172698244047,0.153725174569888,0.218992518267051,0.241413532943335,0.153725174569888,0.328205124282549,0.132600172005486,0.153725174569888,0.397902786231185,0.0949758206579532,0.153725174569888,0.464145345125442,0.163015175431562,0.5,0.153725174569888,0.445248093625454,0.221945445945298,0,0.0888288420316786,0.439756377087859 -2099,0.5,0.153725174569888,0.170285166180535,0.157405999304289,0.153725174569888,0.134295789574752,0.125355887602002,0.153725174569888,0.569349294971362,0.0601694842948987,0.153725174569888,0.336876976389079,0.0920525991908315,0.153725174569888,0.557482384036818,0.239662662042331,0.153725174569888,0.561991171891392,0.17707279432908,0.153725174569888,0.574752378624231,0.221240025964232,0.153725174569888,0.570305163263633,0.267274823033956,0.5,0.153725174569888,0.57757089024134,0.143020379034697,0.153725174569888,0.617646267846075,0.0466432425446974,0.5,0.153725174569888,0.592476183503981,0.254875672883918,0.153725174569888,0.602492273524939,0.120127551738142,0.153725174569888,0.0868876799261159,0.220052306071111,0.153725174569888,0.384397236806246,0.240297570465144,0.153725174569888,0.489790856673789,0.142629597785647,0.153725174569888,0.564268622080493,0.152120383938687,0.153725174569888,0.593000792711967,0.222413597536459,0.5,0.153725174569888,0.560000321638869,0.283291992886585,0,0.0678457820456102,0.46445726020729 -2100,0.5,0.153725174569888,0.179756715768563,0.130626713554716,0.153725174569888,0.175660637185879,0.131245024629478,0.153725174569888,0.644628903834891,0.0886635727797602,0.153725174569888,0.370706364739165,0.0896103807504088,0.153725174569888,0.64543069119611,0.219466826391206,0.153725174569888,0.658020104326017,0.198475866974934,0.153725174569888,0.666209346741076,0.236163057617364,0.153725174569888,0.664178189754589,0.330381018711385,0.5,0.153725174569888,0.669603009605541,0.189515429661912,0.153725174569888,0.700004183447727,0.0535269711955256,0.5,0.153725174569888,0.678648743858731,0.232689410880098,0.153725174569888,0.689404722330212,0.105674254882969,0.153725174569888,0.0974882529681252,0.212675520378441,0.153725174569888,0.46642181528568,0.203271961860139,0.153725174569888,0.570165739365819,0.133217355745779,0.153725174569888,0.674575051708235,0.179323870547219,0.153725174569888,0.647259524606243,0.223564348555001,0.5,0.153725174569888,0.625099176078468,0.32723202077586,0,0.0430223940695355,0.470216279782269 -2101,0.5,0.153725174569888,0.199260501422188,0.106514580842211,0.153725174569888,0.267516729610642,0.159430300820035,0.153725174569888,0.674747916964608,0.110421834785274,0.153725174569888,0.337064294279555,0.0802236086276517,0.153725174569888,0.681186149624112,0.195349278318774,0.153725174569888,0.697554511285641,0.203172440433201,0.153725174569888,0.701958875437065,0.221282180974437,0.153725174569888,0.702220023636908,0.315010167097805,0.5,0.153725174569888,0.705888911531197,0.17179682117492,0.153725174569888,0.728820477483714,0.088473797108137,0.5,0.153725174569888,0.710933185879959,0.267517679974955,0.153725174569888,0.721809724455809,0.124729034576058,0.153725174569888,0.138880205549417,0.207047716578645,0.153725174569888,0.509557656163832,0.182078109827098,0.153725174569888,0.584456079517155,0.126424935442339,0.153725174569888,0.707542655033303,0.159535675810168,0.153725174569888,0.665705080993546,0.217687407913119,0.5,0.153725174569888,0.662926597564175,0.330789797370634,0,0.0258251313475764,0.478675656955589 -2102,0.5,0.153725174569888,0.218416091510154,0.0972855408459316,0.153725174569888,0.285134007986858,0.184275715111335,0.153725174569888,0.64341145146208,0.130608717439107,0.153725174569888,0.265448246258053,0.0748011254281489,0.153725174569888,0.676925438251304,0.178891528067842,0.153725174569888,0.694397410000293,0.186797260686377,0.153725174569888,0.695138925274306,0.182443027636063,0.153725174569888,0.697282577033361,0.260022240561118,0.5,0.153725174569888,0.697963062526852,0.184622765822085,0.153725174569888,0.712892620541944,0.148038279916844,0.5,0.153725174569888,0.700229052841656,0.334810905891657,0.153725174569888,0.710938558997458,0.16549948771581,0.153725174569888,0.158362350563468,0.207391683154969,0.153725174569888,0.537493484922906,0.166728999871519,0.153725174569888,0.580429974039753,0.136534416291657,0.153725174569888,0.697369333927519,0.160574398192865,0.153725174569888,0.657667846797942,0.240372456903562,0.5,0.153725174569888,0.6690648194125,0.297551855759755,0,0.0249621704248883,0.404020457255097 -2103,0.5,0.153725174569888,0.218145323235203,0.0993860841145051,0.153725174569888,0.178723368893157,0.190212220286266,0.153725174569888,0.573981405673562,0.161655656335072,0.153725174569888,0.201341767199183,0.0786138625425261,0.153725174569888,0.630713116042996,0.179107946845705,0.153725174569888,0.637987291097856,0.157847949521448,0.153725174569888,0.6337880222931,0.155648525497635,0.153725174569888,0.639471584476213,0.209464278306361,0.5,0.153725174569888,0.629444090801049,0.179807102844769,0.153725174569888,0.639227363280296,0.182994907639321,0.5,0.153725174569888,0.634295593180693,0.356113593519521,0.153725174569888,0.644366487494613,0.184657019162946,0.153725174569888,0.184296743428824,0.198892412612158,0.153725174569888,0.489174995720796,0.159108403878335,0.153725174569888,0.518523244419395,0.153443183033521,0.153725174569888,0.631442161043969,0.159529660416177,0.153725174569888,0.595755629473269,0.271834958239548,0.5,0.153725174569888,0.607027704831415,0.30818609289978,0,0.0219873272501962,0.327404583218039 -2104,0.5,0.153725174569888,0.177976192757932,0.103458663629338,0.153725174569888,0.128054807094623,0.152029538037896,0.153725174569888,0.456836981419828,0.199827275646267,0.153725174569888,0.182413562133755,0.0933412343653287,0.153725174569888,0.510587573106859,0.162690734745819,0.153725174569888,0.520332885748347,0.142327412839052,0.153725174569888,0.512330619432608,0.129883779968889,0.153725174569888,0.521453227105041,0.168658728432506,0.5,0.153725174569888,0.49343377830251,0.173492919305489,0.153725174569888,0.505946216023576,0.216467300611979,0.5,0.153725174569888,0.508998724646039,0.382893850513983,0.153725174569888,0.516632200973698,0.209459991287664,0.153725174569888,0.128166827328214,0.163653872670439,0.153725174569888,0.402705759012535,0.164776655560525,0.153725174569888,0.422277393539934,0.166594981227014,0.153725174569888,0.506193851785918,0.149577474089062,0.153725174569888,0.477162020797515,0.295656859171267,0.5,0.153725174569888,0.48058169319771,0.346098011330047,0,0.020818829264494,0.322274725730517 -2105,0.5,0.153725174569888,0.118777910119207,0.0972365850932763,0.153725174569888,0.10763371346041,0.11393484609635,0.153725174569888,0.313166607379866,0.223792426513591,0.153725174569888,0.131292526801059,0.0938467708569891,0.153725174569888,0.364325802026908,0.113296933715314,0.153725174569888,0.37330990214467,0.0851218410050783,0.153725174569888,0.36565222352298,0.0747671947329009,0.153725174569888,0.368251123242032,0.111678181361661,0.5,0.153725174569888,0.336179481876484,0.130104775372983,0.153725174569888,0.344671001229679,0.19099796006569,0.5,0.153725174569888,0.353997692005206,0.340460694676835,0.153725174569888,0.355778511851557,0.151107911475367,0.153725174569888,0.0731863687872299,0.123008408008775,0.153725174569888,0.303560745819426,0.153037667220622,0.153725174569888,0.295431930516407,0.132653648403213,0.153725174569888,0.35711300217371,0.109693729386799,0.153725174569888,0.335361527408492,0.242780578142343,0.5,0.153725174569888,0.322220487945113,0.25202538696708,0,0.0271055694085809,0.300430750583604 -2106,0.5,0.153725174569888,0.035790422206102,0.0601120592516098,0.153725174569888,0.0346218323508472,0.0487187681325501,0.153725174569888,0.081844117191648,0.134837066920748,0.153725174569888,0.036659371825421,0.0567210391388063,0.153725174569888,0.125064260881668,0.0935998325772412,0.153725174569888,0.141236796644195,0.068325205199511,0.153725174569888,0.12552584391873,0.0623270463493915,0.153725174569888,0.121904945160505,0.0576991451276067,0.5,0.153725174569888,0.125595568101149,0.0677770346109625,0.153725174569888,0.0885398963282859,0.100468397980216,0.5,0.153725174569888,0.0946941209212341,0.175570632976315,0.153725174569888,0.105032010700053,0.097732948224793,0.153725174569888,0.0249057349890609,0.0800449951841084,0.153725174569888,0.109819097729252,0.127092216985022,0.153725174569888,0.0911426317593223,0.0804440222749716,0.153725174569888,0.0960195033798812,0.0581776041498723,0.153725174569888,0.0717239054569613,0.135997991511694,0.5,0.153725174569888,0.0638629186505409,0.127569194950674,0,0.0388942105247763,0.296650438174755 -2107,0.5,0.153725174569888,1.56051335583713e-06,0.0545408407518476,0.153725174569888,0.0,0.0439583687655969,0.153725174569888,0.0,0.0983060807203795,0.153725174569888,0.0,0.0611981328861722,0.153725174569888,0.0,0.132294003539677,0.153725174569888,0.0,0.0973808818479652,0.153725174569888,0.0,0.0706619375056606,0.153725174569888,0.0,0.0721147858844173,0.5,0.153725174569888,0.0,0.0738596775979437,0.153725174569888,0.0,0.0677453069062642,0.5,0.153725174569888,0.0,0.146837803861655,0.153725174569888,0.0,0.0871512191361371,0.153725174569888,0.000195057036315447,0.0593358796164594,0.153725174569888,0.0,0.161911411153815,0.153725174569888,0.0,0.110192079454459,0.153725174569888,0.0,0.0425148750215052,0.153725174569888,0.0,0.12173281841691,0.5,0.153725174569888,0.0,0.113072115947041,0,0.0464497877991347,0.334006782565248 -2108,0.5,0.153725174569888,0.0,0.0475647821189722,0.153725174569888,0.0,0.064150815201801,0.153725174569888,0.0,0.0700308527118029,0.153725174569888,0.0,0.0581883858789283,0.153725174569888,0.0,0.142410224800205,0.153725174569888,0.0,0.113205740628371,0.153725174569888,0.0,0.0705212990242098,0.153725174569888,0.0,0.0799295429408798,0.5,0.153725174569888,0.0,0.0648981106437111,0.153725174569888,0.0,0.0327421755591769,0.5,0.153725174569888,0.0,0.096038190464463,0.153725174569888,0.0,0.0640042511071164,0.153725174569888,0.0,0.0445586053631918,0.153725174569888,0.0,0.160121157454044,0.153725174569888,0.0,0.116744986508875,0.153725174569888,0.0,0.0299665615001008,0.153725174569888,0.0,0.0792641280073012,0.5,0.153725174569888,0.0,0.0811273403359463,0,0.0522032097993098,0.374195172581828 -2109,0.5,0.153725174569888,0.0,0.0431006884988082,0.153725174569888,0.0,0.0631409795525847,0.153725174569888,0.0,0.0480017123848932,0.153725174569888,0.0,0.0463660726580758,0.153725174569888,0.0,0.136846106262968,0.153725174569888,0.0,0.110523989761615,0.153725174569888,0.0,0.0734282114363883,0.153725174569888,0.0,0.0798527554678475,0.5,0.153725174569888,0.0,0.0562733753578961,0.153725174569888,0.0,0.0166878492269653,0.5,0.153725174569888,0.0,0.0599870808959221,0.153725174569888,0.0,0.0426471461633894,0.153725174569888,0.0,0.0437993004620933,0.153725174569888,0.0,0.146131487879056,0.153725174569888,0.0,0.0951568953999349,0.153725174569888,0.0,0.0266524792743145,0.153725174569888,0.0,0.0512167756006996,0.5,0.153725174569888,0.0,0.0486631353618984,0,0.0520219074149365,0.401389869449032 -2110,0.5,0.153725174569888,0.0,0.0356987834201524,0.153725174569888,0.0,0.0545948116622825,0.153725174569888,0.0,0.0269030650104105,0.153725174569888,0.0,0.0309437355758575,0.153725174569888,0.0,0.118982349089079,0.153725174569888,0.0,0.0881315337317438,0.153725174569888,0.0,0.0683605171899296,0.153725174569888,0.0,0.0773326190756749,0.5,0.153725174569888,0.0,0.0455865948521525,0.153725174569888,0.0,0.012375126595082,0.5,0.153725174569888,0.0,0.045509331192476,0.153725174569888,0.0,0.0298939979859302,0.153725174569888,0.0,0.0445979415195749,0.153725174569888,0.0,0.138542521537607,0.153725174569888,0.0,0.0786063111966658,0.153725174569888,0.0,0.0215274214745279,0.153725174569888,0.0,0.0327306832886007,0.5,0.153725174569888,0.0,0.0290345905923008,0,0.0453874937870674,0.36582537271222 -2111,0.5,0.153725174569888,0.0,0.0267732049498323,0.153725174569888,0.0,0.0579767612170796,0.153725174569888,0.0,0.015368806027013,0.153725174569888,0.0,0.019488202356616,0.153725174569888,0.0,0.0960721988852697,0.153725174569888,0.0,0.0623345771507524,0.153725174569888,0.0,0.0642307697127089,0.153725174569888,0.0,0.0663994461969205,0.5,0.153725174569888,0.0,0.034581159301317,0.153725174569888,0.0,0.0192057110913655,0.5,0.153725174569888,0.0,0.0416774389242456,0.153725174569888,0.0,0.028573758982409,0.153725174569888,0.0,0.0449502278876579,0.153725174569888,0.0,0.12720050895331,0.153725174569888,0.0,0.0722618873265039,0.153725174569888,0.0,0.0199701399981148,0.153725174569888,0.0,0.0255383149762002,0.5,0.153725174569888,0.0,0.018424962109001,0,0.0406077451111711,0.352155679572977 -2112,0.5,0.153725174569888,0.0,0.0214562451506784,0.153725174569888,0.0,0.0624719553985116,0.153725174569888,0.0,0.0122463492762546,0.153725174569888,0.0,0.0123485794582181,0.153725174569888,0.0,0.0781974692843824,0.153725174569888,0.0,0.050069822964233,0.153725174569888,0.0,0.0521401027745582,0.153725174569888,0.0,0.0606087382898344,0.5,0.153725174569888,0.0,0.0334582504707099,0.153725174569888,0.0,0.0209858468009476,0.5,0.153725174569888,0.0,0.0339300932170795,0.153725174569888,0.0,0.0243751583656543,0.153725174569888,0.0,0.0400084065846616,0.153725174569888,0.0,0.113630502654897,0.153725174569888,0.0,0.0655689659248852,0.153725174569888,0.0,0.0206862183776694,0.153725174569888,0.0,0.0231981420954918,0.5,0.153725174569888,0.0,0.01624555324663,0,0.0339870602656999,0.392047737436421 -2113,0.5,0.153725174569888,0.0,0.0188260498126618,0.153725174569888,0.0,0.0606705615006418,0.153725174569888,0.0,0.011875314049626,0.153725174569888,0.0,0.0112133092204867,0.153725174569888,0.0,0.0652137011259585,0.153725174569888,0.0,0.0502158811611079,0.153725174569888,0.0,0.0393299388976917,0.153725174569888,0.0,0.0536519552172394,0.5,0.153725174569888,0.0,0.0246337982025139,0.153725174569888,0.0,0.0173460631445804,0.5,0.153725174569888,0.0,0.0225550252573801,0.153725174569888,0.0,0.0230670350423124,0.153725174569888,0.0,0.0369140501950415,0.153725174569888,0.0,0.10953368305772,0.153725174569888,0.0,0.055924839801413,0.153725174569888,0.0,0.016692464428341,0.153725174569888,0.0,0.0188809759653278,0.5,0.153725174569888,0.0,0.0152965833376611,0,0.0279525749436653,0.330516566390028 -2114,0.5,0.153725174569888,0.0,0.0177285671457159,0.153725174569888,0.0,0.0544411736950859,0.153725174569888,0.0,0.0110754158645717,0.153725174569888,0.0,0.0127480887176512,0.153725174569888,0.0,0.0578791802893313,0.153725174569888,0.0,0.0447137850528867,0.153725174569888,0.0,0.03083674091299,0.153725174569888,0.0,0.0472934084127212,0.5,0.153725174569888,0.0,0.0164202246032488,0.153725174569888,0.0,0.012965901549166,0.5,0.153725174569888,0.0,0.0143634519562207,0.153725174569888,0.0,0.0208039556775962,0.153725174569888,0.0,0.0423793556486655,0.153725174569888,0.0,0.103283312001406,0.153725174569888,0.0,0.0503999995580342,0.153725174569888,0.0,0.0115799916348596,0.153725174569888,0.0,0.0122644250876058,0.5,0.153725174569888,0.0,0.00971979462496991,0,0.0203531911722356,0.270145774692341 -2115,0.5,0.153725174569888,0.0,0.0188810332561367,0.153725174569888,0.0,0.0689676157265843,0.153725174569888,0.0,0.0110428840585616,0.153725174569888,0.0,0.0144190598165933,0.153725174569888,0.0,0.0519657955963391,0.153725174569888,0.0,0.0345855537282624,0.153725174569888,0.0,0.0324837165190031,0.153725174569888,0.0,0.0328796053579754,0.5,0.153725174569888,0.0,0.0123683459321846,0.153725174569888,0.0,0.0147768288578688,0.5,0.153725174569888,0.0,0.0177080540300049,0.153725174569888,0.0,0.0185942862719227,0.153725174569888,0.0,0.0411470800425137,0.153725174569888,0.0,0.093139702502538,0.153725174569888,0.0,0.0502641371362937,0.153725174569888,0.0,0.0110506249401572,0.153725174569888,0.0,0.00992623960985307,0.5,0.153725174569888,0.0,0.00638583056827941,0,0.0166505977006635,0.274367587748018 -2116,0.5,0.153725174569888,0.0,0.024204823894495,0.153725174569888,0.0,0.0743463492933848,0.153725174569888,0.0,0.00938977616654033,0.153725174569888,0.0,0.0166835748986108,0.153725174569888,0.0,0.0447011418676022,0.153725174569888,0.0,0.0331680085281556,0.153725174569888,0.0,0.0303343421542431,0.153725174569888,0.0,0.0273157875291758,0.5,0.153725174569888,0.0,0.0113684545261891,0.153725174569888,0.0,0.0115384722533145,0.5,0.153725174569888,0.0,0.0186798198207294,0.153725174569888,0.0,0.0144829593574935,0.153725174569888,0.0,0.0303336175674594,0.153725174569888,0.0,0.0784247072906727,0.153725174569888,0.0,0.0494100370284594,0.153725174569888,0.0,0.0119528127430261,0.153725174569888,0.0,0.00953579137161224,0.5,0.153725174569888,0.0,0.00596340562200323,0,0.0220967922101912,0.328734291280994 -2117,0.5,0.153725174569888,0.0,0.0280107642994148,0.153725174569888,0.0,0.0497391168344849,0.153725174569888,0.0,0.00615197074857371,0.153725174569888,0.0,0.015997357103124,0.153725174569888,0.0,0.0413447447228082,0.153725174569888,0.0,0.0387549646355045,0.153725174569888,0.0,0.0258926635111755,0.153725174569888,0.0,0.0272225949363436,0.5,0.153725174569888,0.0,0.0106719624036503,0.153725174569888,0.0,0.00908561258304779,0.5,0.153725174569888,0.0,0.01353997427489,0.153725174569888,0.0,0.0128750305130131,0.153725174569888,0.0,0.0273394172618818,0.153725174569888,0.0,0.0728253747461088,0.153725174569888,0.0,0.0486817692952059,0.153725174569888,0.0,0.00761863974251703,0.153725174569888,0.0,0.00821253986968132,0.5,0.153725174569888,0.0,0.00522978933433083,0,0.0206125471787228,0.336516177532048 -2118,0.5,0.153725174569888,0.0,0.0242911216092237,0.153725174569888,0.0,0.04189768730666,0.153725174569888,0.0,0.00533579245448124,0.153725174569888,0.0,0.011091108274872,0.153725174569888,0.0,0.0405799287522609,0.153725174569888,0.0,0.0397657508165296,0.153725174569888,0.0,0.0267858984369472,0.153725174569888,0.0,0.0246359765484943,0.5,0.153725174569888,0.0,0.00846068031252102,0.153725174569888,0.0,0.00953588762114125,0.5,0.153725174569888,0.0,0.00927422688794498,0.153725174569888,0.0,0.0102518666163683,0.153725174569888,0.0,0.030355694981225,0.153725174569888,0.0,0.0711364128137971,0.153725174569888,0.0,0.0475865250151302,0.153725174569888,0.0,0.00637766920047068,0.153725174569888,0.0,0.00588835264980736,0.5,0.153725174569888,0.0,0.00368375933418312,0,0.00852643109137646,0.328665782139139 -2119,0.5,0.153725174569888,0.0180472591881151,0.0153192292669389,0.153725174569888,0.00700881916013478,0.0458218384988833,0.153725174569888,0.0151103376671867,0.00469986385261089,0.153725174569888,0.0309896946297645,0.00631917574583746,0.153725174569888,0.00351965415901271,0.0394674692742807,0.153725174569888,0.00179450984294268,0.0346690879271275,0.153725174569888,0.00387471584258009,0.0292903215296748,0.153725174569888,0.00223339868767335,0.0233022537273532,0.5,0.153725174569888,0.00276744398122562,0.00656141032519102,0.153725174569888,0.0095976452471579,0.0082817399182436,0.5,0.153725174569888,0.00516055843557092,0.00858480271437353,0.153725174569888,0.00491226533193223,0.00855527968883324,0.153725174569888,0.00385156210481476,0.0282563749997813,0.153725174569888,0.00459070161421989,0.0662517699676694,0.153725174569888,0.00732328085011677,0.0415018496097122,0.153725174569888,0.00589005149755442,0.00837354376092012,0.153725174569888,0.0134637550216082,0.00519668487136006,0.5,0.153725174569888,0.0233864025667593,0.0027498084266646,0,0.00345592208246786,0.336566631842538 -2120,0.5,0.153725174569888,0.109990867803328,0.0138976101219404,0.153725174569888,0.113210163974605,0.0338098022930988,0.153725174569888,0.135777254298065,0.00281931180846117,0.153725174569888,0.160483583076804,0.00402045603719552,0.153725174569888,0.111386874590696,0.0344997425641257,0.153725174569888,0.10211853443698,0.0268252837410793,0.153725174569888,0.115661551243375,0.0238546748605309,0.153725174569888,0.106084036512814,0.0173868150128272,0.5,0.153725174569888,0.109617369966719,0.00455093993670238,0.153725174569888,0.139422055206657,0.0027348522283124,0.5,0.153725174569888,0.12465333248495,0.00806223634673964,0.153725174569888,0.118521521813268,0.00637147728583301,0.153725174569888,0.0616823090315911,0.0232714747507417,0.153725174569888,0.116268605647462,0.0677687753954488,0.153725174569888,0.128441963972663,0.0374083778791603,0.153725174569888,0.128107482228489,0.00762936179839132,0.153725174569888,0.14321257229494,0.00423456184111644,0.5,0.153725174569888,0.157658605416067,0.00196507591995594,0,0.000504452121824996,0.340887498521 -2121,0.5,0.153725174569888,0.229274956395772,0.0315550266799869,0.153725174569888,0.254668769724259,0.0604136353880117,0.153725174569888,0.29499788846927,0.00826890666105712,0.153725174569888,0.312484427084631,0.00881645209404157,0.153725174569888,0.269654586330916,0.0456626166395946,0.153725174569888,0.260657834675805,0.0253905266718654,0.153725174569888,0.275880084327063,0.0197571888958012,0.153725174569888,0.265978736820705,0.0149623320326718,0.5,0.153725174569888,0.269742998492419,0.0040015898920291,0.153725174569888,0.304414039197893,0.000599612460328139,0.5,0.153725174569888,0.285690164410255,0.0129191100474548,0.153725174569888,0.278312295169741,0.00528122863485321,0.153725174569888,0.137495603901158,0.0343303426925102,0.153725174569888,0.273516363963297,0.0971007673398672,0.153725174569888,0.288011416920535,0.0650928109741979,0.153725174569888,0.290647992882811,0.00693024038901001,0.153725174569888,0.307575448685865,0.0046359018781879,0.5,0.153725174569888,0.322036929585299,0.00266991534090543,0,0.000433738115577278,0.317027456207945 -2122,0.5,0.153725174569888,0.358002135165287,0.0460927444160794,0.153725174569888,0.409615076129294,0.146194143504657,0.153725174569888,0.4619092176498,0.0125275856723505,0.153725174569888,0.473487904534688,0.00985049609115949,0.153725174569888,0.424094766727558,0.090339415829113,0.153725174569888,0.416437434478634,0.0339002250400931,0.153725174569888,0.432564368106216,0.0295135590709638,0.153725174569888,0.424580758930948,0.0188406697257453,0.5,0.153725174569888,0.430865675328159,0.00576306225907076,0.153725174569888,0.472556669505776,0.0014972226559697,0.5,0.153725174569888,0.449514383167466,0.0309877627586634,0.153725174569888,0.450980204286062,0.00540215634228802,0.153725174569888,0.2196105650109,0.0571567965855094,0.153725174569888,0.425554160040463,0.145605414315265,0.153725174569888,0.44476470226462,0.120305087702438,0.153725174569888,0.451195862219608,0.0131274437825583,0.153725174569888,0.473810549134883,0.00962106537973808,0.5,0.153725174569888,0.489513204627795,0.00470553909887598,0,0.000368841202585437,0.278664153136673 -2123,0.5,0.153725174569888,0.462166892348732,0.0401871011493584,0.153725174569888,0.5284175260403,0.187404187662765,0.153725174569888,0.59986713202747,0.0192712915065964,0.153725174569888,0.603773343182746,0.0117692732707983,0.153725174569888,0.566634836108935,0.108221146341129,0.153725174569888,0.560399376605434,0.0361683573008172,0.153725174569888,0.574152021490109,0.0304097102401495,0.153725174569888,0.567254429098966,0.0207582924420735,0.5,0.153725174569888,0.573259012947161,0.00836313514900782,0.153725174569888,0.609592120415669,0.00149392920242585,0.5,0.153725174569888,0.589014790198495,0.0413872941859055,0.153725174569888,0.594264345104734,0.00540344045044592,0.153725174569888,0.287926371490556,0.0754461810956334,0.153725174569888,0.56483288506968,0.174523636602285,0.153725174569888,0.58113012870879,0.156581837389361,0.153725174569888,0.590665005667892,0.017627709809236,0.153725174569888,0.610690185707571,0.0125936517898232,0.5,0.153725174569888,0.621370141015853,0.00344631484288429,0,0.000182614353373767,0.235869634059197 -2124,0.5,0.153725174569888,0.530690300050259,0.0377680044737151,0.153725174569888,0.597226225591718,0.131800196570402,0.153725174569888,0.680290874029725,0.0279710218610435,0.153725174569888,0.673134244768399,0.0151775664112898,0.153725174569888,0.657172766913187,0.0965207348268084,0.153725174569888,0.653776421450327,0.0287871793048261,0.153725174569888,0.662343920921413,0.0289047926273473,0.153725174569888,0.656277338263762,0.0230556258769446,0.5,0.153725174569888,0.66362910843818,0.011307711496942,0.153725174569888,0.68966339245361,0.00111109021949992,0.5,0.153725174569888,0.673156040863018,0.0364514305212975,0.153725174569888,0.678775386812719,0.00307750662335864,0.153725174569888,0.327490326512651,0.0493452795541973,0.153725174569888,0.65165625421715,0.166912981540411,0.153725174569888,0.662431749691853,0.149596114363289,0.153725174569888,0.674205538896305,0.0167490339149497,0.153725174569888,0.689555092100177,0.00956234608778484,0.5,0.153725174569888,0.694938252309778,0.00192769370450988,0,0.00150560810054578,0.181087695622919 -2125,0.5,0.153725174569888,0.548936943667295,0.041302497888997,0.153725174569888,0.591890708260522,0.113625714853546,0.153725174569888,0.706025504833744,0.0412099881207643,0.153725174569888,0.693444675404984,0.0220177656113431,0.153725174569888,0.692721842059069,0.0805992343344632,0.153725174569888,0.691707833030725,0.0338625141401094,0.153725174569888,0.695606910930281,0.0219040045905687,0.153725174569888,0.691432001350884,0.0238466201496938,0.5,0.153725174569888,0.699231789030145,0.0144198932557929,0.153725174569888,0.717484569707401,0.00106927260431371,0.5,0.153725174569888,0.704314614359075,0.0346856246596689,0.153725174569888,0.710110378766675,0.00301766233012311,0.153725174569888,0.294308918809728,0.0409674081170858,0.153725174569888,0.683688019516849,0.134505522388412,0.153725174569888,0.692863296596898,0.126699762137295,0.153725174569888,0.70416752279216,0.0109844020661338,0.153725174569888,0.715920840038532,0.00684045984812269,0.5,0.153725174569888,0.717804680909103,0.000887946318282033,0,0.00608433958238188,0.164915771449827 -2126,0.5,0.153725174569888,0.48468839740105,0.0546497496419749,0.153725174569888,0.587751862726733,0.0944607698548358,0.153725174569888,0.688525836027754,0.048848372748593,0.153725174569888,0.668298846014772,0.0319059803555052,0.153725174569888,0.686512632358824,0.102480050930128,0.153725174569888,0.687822287755986,0.0481646846334895,0.153725174569888,0.68704999021465,0.0213490197106311,0.153725174569888,0.687744511483478,0.0203964122521153,0.5,0.153725174569888,0.693229337128254,0.0170123941454657,0.153725174569888,0.70152035209746,0.00343223305386705,0.5,0.153725174569888,0.693141264922091,0.0342027931706797,0.153725174569888,0.698501712168742,0.00684129036725164,0.153725174569888,0.24180175097533,0.0316598150753557,0.153725174569888,0.674566535789132,0.133481957528907,0.153725174569888,0.679377164620253,0.0953277312995066,0.153725174569888,0.692061673696938,0.00627282857442975,0.153725174569888,0.698764001185069,0.0071140461355963,0.5,0.153725174569888,0.695854141834036,0.00150067551179569,0,0.0102405461690358,0.196068287082785 -2127,0.5,0.153725174569888,0.370178470435316,0.066038460501452,0.153725174569888,0.505447925971136,0.0880497234975171,0.153725174569888,0.612544400559928,0.0485900844219756,0.153725174569888,0.583796557255726,0.0382849083373784,0.153725174569888,0.626108879411956,0.13403892123892,0.153725174569888,0.631800108553811,0.0481384841695903,0.153725174569888,0.625526426022969,0.0429034055583993,0.153725174569888,0.632664920881054,0.0158443961925639,0.5,0.153725174569888,0.635435443383144,0.0178420968922377,0.153725174569888,0.629416880712916,0.00954791414041745,0.5,0.153725174569888,0.628040064697266,0.0397501376857002,0.153725174569888,0.633122849294793,0.0125933888532005,0.153725174569888,0.194938548817739,0.0297028574468442,0.153725174569888,0.6107740762899,0.17270587016939,0.153725174569888,0.606719706590942,0.0894688250557573,0.153725174569888,0.625019652534176,0.00918265037114851,0.153725174569888,0.624853898545669,0.011147047885308,0.5,0.153725174569888,0.615910668427114,0.00424573345608113,0,0.0120993793056871,0.208308162299539 -2128,0.5,0.153725174569888,0.256627994977978,0.0691184102833725,0.153725174569888,0.381550179498121,0.148118217862364,0.153725174569888,0.480611412503743,0.0530892646663453,0.153725174569888,0.446874016279733,0.0431086533414674,0.153725174569888,0.506081022077101,0.118801039093418,0.153725174569888,0.515135261822673,0.0342991217060431,0.153725174569888,0.506155107370655,0.0505989721820312,0.153725174569888,0.517144994261895,0.0105369580798318,0.5,0.153725174569888,0.51834356631383,0.0144642562521798,0.153725174569888,0.498625569190039,0.0197919085896112,0.5,0.153725174569888,0.504372067701206,0.0485978469774692,0.153725174569888,0.508690410888993,0.0193254712877763,0.153725174569888,0.155991502699647,0.0637090961250116,0.153725174569888,0.487837834036916,0.192374484445358,0.153725174569888,0.483322143736077,0.133258128272329,0.153725174569888,0.501359130840871,0.0218568400295845,0.153725174569888,0.493597357509345,0.0190362514875942,0.5,0.153725174569888,0.47925978537099,0.00818631367983903,0,0.00892100691376906,0.225919639529279 -2129,0.5,0.153725174569888,0.145588640974183,0.0684946609075807,0.153725174569888,0.302378082325375,0.188817044044894,0.153725174569888,0.331690712447845,0.0660862165399684,0.153725174569888,0.297344287151073,0.0475590686324369,0.153725174569888,0.362796011075184,0.0720079108251392,0.153725174569888,0.36921713370301,0.0223694326204697,0.153725174569888,0.360712358977828,0.0287449423992852,0.153725174569888,0.370598235770101,0.0119388396404561,0.5,0.153725174569888,0.368168081457771,0.0130943177023213,0.153725174569888,0.338627969344182,0.0233404955521936,0.5,0.153725174569888,0.350526515781095,0.0516223090071712,0.153725174569888,0.350758522475665,0.0209744496932515,0.153725174569888,0.145727045324035,0.0990482339962852,0.153725174569888,0.349643346920787,0.170196487238729,0.153725174569888,0.34113277941353,0.148853599437185,0.153725174569888,0.353719301475572,0.0216731091104295,0.153725174569888,0.338933398448913,0.0192186255767355,0.5,0.153725174569888,0.320016240858191,0.00988658150633252,0,0.00513679029404986,0.203616590181645 -2130,0.5,0.153725174569888,0.0407357348441489,0.0595841642219347,0.153725174569888,0.0971208420075328,0.0694264503231082,0.153725174569888,0.0848396860807795,0.039571541530878,0.153725174569888,0.0537272920873829,0.0312027692862116,0.153725174569888,0.131383502663442,0.0476141357229952,0.153725174569888,0.144200585350509,0.0188726516450579,0.153725174569888,0.131125726094797,0.0178552125814546,0.153725174569888,0.118003875949778,0.00887666076209999,0.5,0.153725174569888,0.116514710233517,0.0066222995395022,0.153725174569888,0.0920078517756462,0.0115654164361273,0.5,0.153725174569888,0.0977620936896341,0.0217410671983451,0.153725174569888,0.106374256361349,0.0124790149004012,0.153725174569888,0.0773528574218282,0.0630789619248576,0.153725174569888,0.125931630267562,0.106381169844354,0.153725174569888,0.100892279147806,0.0644371917652107,0.153725174569888,0.101209986135415,0.00719850868451142,0.153725174569888,0.075130115906931,0.0101492097059243,0.5,0.153725174569888,0.0659257324205595,0.00606096148311288,0,0.0035110179079164,0.177532503089235 -2131,0.5,0.153725174569888,0.0,0.0425176620043789,0.153725174569888,0.0,0.0718899099673937,0.153725174569888,0.0,0.034509060941559,0.153725174569888,0.0,0.0409195036661794,0.153725174569888,0.0,0.087584556952783,0.153725174569888,0.0,0.0257597093341808,0.153725174569888,0.0,0.0325315625457767,0.153725174569888,0.0,0.00865610723401541,0.5,0.153725174569888,0.0,0.00684904721513721,0.153725174569888,0.0,0.00903278390797188,0.5,0.153725174569888,0.0,0.0131970437992462,0.153725174569888,0.0,0.0101603328978546,0.153725174569888,0.0,0.0438134868914392,0.153725174569888,0.0,0.124576678629699,0.153725174569888,0.0,0.0738239745151938,0.153725174569888,0.0,0.00783338940648449,0.153725174569888,0.0,0.00918988138689712,0.5,0.153725174569888,0.0,0.00521425084141073,0,0.00296647503777426,0.196402865798138 -2132,0.5,0.153725174569888,0.0,0.0238132918418582,0.153725174569888,0.0,0.0684507419244387,0.153725174569888,0.0,0.0206065653466078,0.153725174569888,0.0,0.0371985461067172,0.153725174569888,0.0,0.115526239397705,0.153725174569888,0.0,0.0366737211244485,0.153725174569888,0.0,0.0313282735004677,0.153725174569888,0.0,0.00784180533658972,0.5,0.153725174569888,0.0,0.00623813863658508,0.153725174569888,0.0,0.00424354734892909,0.5,0.153725174569888,0.0,0.00932147694520093,0.153725174569888,0.0,0.00656363115621385,0.153725174569888,0.0,0.0468315396278982,0.153725174569888,0.0,0.132859594155756,0.153725174569888,0.0,0.0713703851692023,0.153725174569888,0.0,0.00919533374796197,0.153725174569888,0.0,0.00637544167698964,0.5,0.153725174569888,0.0,0.00319479133883158,0,0.000445148357911068,0.219435852391259 -2133,0.5,0.153725174569888,0.0,0.0171243305238479,0.153725174569888,0.0,0.0518990835745547,0.153725174569888,0.0,0.0158877940336009,0.153725174569888,0.0,0.0328108946650358,0.153725174569888,0.0,0.119752201606673,0.153725174569888,0.0,0.0403882885473829,0.153725174569888,0.0,0.0298491359900028,0.153725174569888,0.0,0.00656842752889366,0.5,0.153725174569888,0.0,0.00403531712795754,0.153725174569888,0.0,0.00212091708076311,0.5,0.153725174569888,0.0,0.00762761014073727,0.153725174569888,0.0,0.00590920890749359,0.153725174569888,0.0,0.0432413582225462,0.153725174569888,0.0,0.116493586981424,0.153725174569888,0.0,0.0541382809339863,0.153725174569888,0.0,0.00705000484485014,0.153725174569888,0.0,0.00490244207436622,0.5,0.153725174569888,0.0,0.00124948339793677,0,0.000328346506018893,0.209721491010645 -2134,0.5,0.153725174569888,0.0,0.012429226140668,0.153725174569888,0.0,0.0399126590457926,0.153725174569888,0.0,0.0110080602378717,0.153725174569888,0.0,0.028825836134688,0.153725174569888,0.0,0.0906173925633664,0.153725174569888,0.0,0.0305950993026773,0.153725174569888,0.0,0.0314323227337013,0.153725174569888,0.0,0.00652935183593389,0.5,0.153725174569888,0.0,0.00349414440024648,0.153725174569888,0.0,0.000919117332787897,0.5,0.153725174569888,0.0,0.00336697979315788,0.153725174569888,0.0,0.00547535596797275,0.153725174569888,0.0,0.0317430823891162,0.153725174569888,0.0,0.0917165791151319,0.153725174569888,0.0,0.042178197559191,0.153725174569888,0.0,0.00677619678265921,0.153725174569888,0.0,0.003831833852817,0.5,0.153725174569888,0.0,0.000788529001261666,0,0.000319641340957892,0.210792135301611 -2135,0.5,0.153725174569888,0.0,0.0071562732659517,0.153725174569888,0.0,0.0267123963349936,0.153725174569888,0.0,0.00454971396947389,0.153725174569888,0.0,0.0209316960734658,0.153725174569888,0.0,0.0688565379102283,0.153725174569888,0.0,0.0272598426177425,0.153725174569888,0.0,0.0237176128954087,0.153725174569888,0.0,0.00703086482273663,0.5,0.153725174569888,0.0,0.00504906053993611,0.153725174569888,0.0,0.000455159992611241,0.5,0.153725174569888,0.0,0.00240560839998261,0.153725174569888,0.0,0.00438635999530115,0.153725174569888,0.0,0.018205526511238,0.153725174569888,0.0,0.0806846486097949,0.153725174569888,0.0,0.0350974705920956,0.153725174569888,0.0,0.00656933798313594,0.153725174569888,0.0,0.00331493787181844,0.5,0.153725174569888,0.0,0.000954694441091366,0,0.00185944307366185,0.193702428152015 -2136,0.5,0.153725174569888,0.0,0.00527512198088858,0.153725174569888,0.0,0.0237541528683292,0.153725174569888,0.0,0.00327338250803752,0.153725174569888,0.0,0.0132930195966646,0.153725174569888,0.0,0.0570099644021808,0.153725174569888,0.0,0.0179481587234829,0.153725174569888,0.0,0.0213089696950349,0.153725174569888,0.0,0.00890751092941004,0.5,0.153725174569888,0.0,0.00592431234864001,0.153725174569888,0.0,0.000325721156521956,0.5,0.153725174569888,0.0,0.00131917979699283,0.153725174569888,0.0,0.00436651941654328,0.153725174569888,0.0,0.0156382403756492,0.153725174569888,0.0,0.0791631918488345,0.153725174569888,0.0,0.0292042852433828,0.153725174569888,0.0,0.00402110248118235,0.153725174569888,0.0,0.00247823178648741,0.5,0.153725174569888,0.0,0.0013115283096191,0,0.00678624705283808,0.164465858210125 -2137,0.5,0.153725174569888,0.0,0.00445496566899076,0.153725174569888,0.0,0.0231987516980058,0.153725174569888,0.0,0.00338878038996895,0.153725174569888,0.0,0.00937489869467152,0.153725174569888,0.0,0.0361526203304722,0.153725174569888,0.0,0.007512989467555,0.153725174569888,0.0,0.0222663959861869,0.153725174569888,0.0,0.0088133650543222,0.5,0.153725174569888,0.0,0.00537504803522509,0.153725174569888,0.0,0.000203012303040318,0.5,0.153725174569888,0.0,0.000820290823448209,0.153725174569888,0.0,0.0043143369797893,0.153725174569888,0.0,0.013862894546323,0.153725174569888,0.0,0.0729091695043333,0.153725174569888,0.0,0.0307215201552045,0.153725174569888,0.0,0.00296526638637656,0.153725174569888,0.0,0.0014880123548113,0.5,0.153725174569888,0.0,0.00127481283380807,0,0.0149311252803651,0.157316330251085 -2138,0.5,0.153725174569888,0.0,0.00626898173817262,0.153725174569888,0.0,0.0215577796846252,0.153725174569888,0.0,0.00393379171637739,0.153725174569888,0.0,0.00834597827308805,0.153725174569888,0.0,0.024420612879889,0.153725174569888,0.0,0.00513335799479808,0.153725174569888,0.0,0.0185688553933422,0.153725174569888,0.0,0.00986297165905826,0.5,0.153725174569888,0.0,0.00394328654886648,0.153725174569888,0.0,0.000807969278706965,0.5,0.153725174569888,0.0,0.000604550557787923,0.153725174569888,0.0,0.0052870820693069,0.153725174569888,0.0,0.0146993181375999,0.153725174569888,0.0,0.0659179817674786,0.153725174569888,0.0,0.0303694670745816,0.153725174569888,0.0,0.00367756804153912,0.153725174569888,0.0,0.000984879640885923,0.5,0.153725174569888,0.0,0.000809075828173329,0,0.0190938510212415,0.145707247531527 -2139,0.5,0.153725174569888,0.0,0.00770611220408401,0.153725174569888,0.0,0.0172348464859526,0.153725174569888,0.0,0.00482049891803507,0.153725174569888,0.0,0.00789377693424423,0.153725174569888,0.0,0.0300085607174996,0.153725174569888,0.0,0.00675041721017516,0.153725174569888,0.0,0.00967683922499264,0.153725174569888,0.0,0.0137016197113672,0.5,0.153725174569888,0.0,0.00268394451086707,0.153725174569888,0.0,0.0021610829742828,0.5,0.153725174569888,0.0,0.000624491877687187,0.153725174569888,0.0,0.00623722399493818,0.153725174569888,0.0,0.0163278383556245,0.153725174569888,0.0,0.0625314439642919,0.153725174569888,0.0,0.0279518971848348,0.153725174569888,0.0,0.00230047735189766,0.153725174569888,0.0,0.000860807796445411,0.5,0.153725174569888,0.0,0.000489158654158779,0,0.0148373381474741,0.136977780824171 -2140,0.5,0.153725174569888,0.0,0.00721201163762965,0.153725174569888,0.0,0.0166861389726378,0.153725174569888,0.0,0.00424650737741802,0.153725174569888,0.0,0.00729256234483499,0.153725174569888,0.0,0.0362230434789303,0.153725174569888,0.0,0.0087436821384417,0.153725174569888,0.0,0.0055222192568176,0.153725174569888,0.0,0.0133455450796829,0.5,0.153725174569888,0.0,0.00146571373232118,0.153725174569888,0.0,0.00391380903884345,0.5,0.153725174569888,0.0,0.000726301610125514,0.153725174569888,0.0,0.00809389676260787,0.153725174569888,0.0,0.0148706810625844,0.153725174569888,0.0,0.0604018222262238,0.153725174569888,0.0,0.027331951867017,0.153725174569888,0.0,0.00138892575448913,0.153725174569888,0.0,0.00144906891910112,0.5,0.153725174569888,0.0,0.000703248933706916,0,0.00993565242968535,0.138385663196879 -2141,0.5,0.153725174569888,0.0,0.00491785330620659,0.153725174569888,0.0,0.0130872262271126,0.153725174569888,0.0,0.0034669888428012,0.153725174569888,0.0,0.00560860804594372,0.153725174569888,0.0,0.03887274909372,0.153725174569888,0.0,0.0114780868575777,0.153725174569888,0.0,0.00712766674151686,0.153725174569888,0.0,0.0120956073031766,0.5,0.153725174569888,0.0,0.00122483717554467,0.153725174569888,0.0,0.00543805257884204,0.5,0.153725174569888,0.0,0.000646059760931991,0.153725174569888,0.0,0.00878714057803349,0.153725174569888,0.0,0.0102617717191414,0.153725174569888,0.0,0.0600712920317342,0.153725174569888,0.0,0.0274765601579846,0.153725174569888,0.0,0.00161034446926807,0.153725174569888,0.0,0.00229255865606934,0.5,0.153725174569888,0.0,0.00113812182855058,0,0.00579645383239506,0.119061695446649 -2142,0.5,0.153725174569888,0.0,0.00359336079330243,0.153725174569888,0.0,0.0106580825961836,0.153725174569888,0.0,0.00243034224558757,0.153725174569888,0.0,0.00322932163253282,0.153725174569888,0.0,0.0423653765292671,0.153725174569888,0.0,0.0102802118882255,0.153725174569888,0.0,0.008886313208113,0.153725174569888,0.0,0.0108623111388971,0.5,0.153725174569888,0.0,0.00175317487268703,0.153725174569888,0.0,0.00533512472113209,0.5,0.153725174569888,0.0,0.000342621630440575,0.153725174569888,0.0,0.00979993746629973,0.153725174569888,0.0,0.0097152846631666,0.153725174569888,0.0,0.0559331045785652,0.153725174569888,0.0,0.0266115465516772,0.153725174569888,0.0,0.00296549572763428,0.153725174569888,0.0,0.0017574746083958,0.5,0.153725174569888,0.0,0.00157461139602957,0,0.00150311650973137,0.0979695101297631 -2143,0.5,0.153725174569888,0.0219520140762504,0.00365863429419722,0.153725174569888,0.0118256102523233,0.0108464386525171,0.153725174569888,0.0175211675859716,0.00165969249693026,0.153725174569888,0.0280608389355672,0.00175113357250513,0.153725174569888,0.00449876447894958,0.0347439275047373,0.153725174569888,0.00253668756342597,0.00374501884725955,0.153725174569888,0.00479884268501999,0.00895952945496284,0.153725174569888,0.00305395055541913,0.00867496175178569,0.5,0.153725174569888,0.0035660603660254,0.00158861840477055,0.153725174569888,0.0131565109380381,0.00646349163649593,0.5,0.153725174569888,0.00613616517065608,7.40824505409068e-05,0.153725174569888,0.00675692662876945,0.0120329277332138,0.153725174569888,0.00964871251236518,0.00916510204997521,0.153725174569888,0.00595835932282099,0.0496592337270451,0.153725174569888,0.00985783720102043,0.0250930126472695,0.153725174569888,0.00712212684584265,0.00284310682755999,0.153725174569888,0.0163046060583002,0.00112490911366236,0.5,0.153725174569888,0.0262924794386088,0.000998417748746073,0,0.0,0.102286843466823 -2144,0.5,0.153725174569888,0.117053451254962,0.00585536602504108,0.153725174569888,0.138253694266918,0.00879904630283974,0.153725174569888,0.130682098610709,0.0018732726092249,0.153725174569888,0.139095842470785,0.00195921468456109,0.153725174569888,0.113285765348135,0.0175290023373598,0.153725174569888,0.0931680728574391,0.00143060857977717,0.153725174569888,0.116415616838406,0.00641050956538987,0.153725174569888,0.104123534136243,0.00541227741742709,0.5,0.153725174569888,0.108528109779284,0.00107733955137513,0.153725174569888,0.142903994035609,0.00677177723275414,0.5,0.153725174569888,0.124791716133121,4.49023840402267e-05,0.153725174569888,0.127788046305849,0.00870769111134076,0.153725174569888,0.133653082876929,0.00681410931925854,0.153725174569888,0.119985587473809,0.0446905533170914,0.153725174569888,0.13410009054332,0.0222867285466688,0.153725174569888,0.129355819476972,0.00326720767936189,0.153725174569888,0.146457891882994,0.000441491157180155,0.5,0.153725174569888,0.161761955624903,0.00123468711136476,0,0.0,0.105199286324295 -2145,0.5,0.153725174569888,0.224835806227391,0.0137581777124877,0.153725174569888,0.294814769071945,0.0151262997800274,0.153725174569888,0.260090042927713,0.00518627774520061,0.153725174569888,0.26484475004783,0.00525593350954886,0.153725174569888,0.263766712337131,0.0142722760712758,0.153725174569888,0.23007600667818,0.00224883113352849,0.153725174569888,0.267638426206439,0.00316495462643384,0.153725174569888,0.251347801141521,0.00133621236948696,0.5,0.153725174569888,0.259294373205228,0.000694677642684363,0.153725174569888,0.303331511238065,0.00663082068902872,0.5,0.153725174569888,0.280895835181555,2.08330306292341e-05,0.153725174569888,0.284842377327354,0.00474950552501987,0.153725174569888,0.291277722477884,0.00948170205534071,0.153725174569888,0.273517780053194,0.0508086626306535,0.153725174569888,0.291278812130442,0.0308467996736968,0.153725174569888,0.286874670014466,0.00212899249929228,0.153725174569888,0.304844045082133,0.000125696155665928,0.5,0.153725174569888,0.322562344044299,0.00259125383732594,0,0.0,0.0856629290509226 -2146,0.5,0.153725174569888,0.32829062582633,0.0192434370809534,0.153725174569888,0.446226771399023,0.0315893907870622,0.153725174569888,0.393680184921487,0.00639348269417927,0.153725174569888,0.392310406767836,0.0100165676907223,0.153725174569888,0.412068289049421,0.02223307641278,0.153725174569888,0.370732116177215,0.00695448015119896,0.153725174569888,0.412891584988869,0.000854810676928554,0.153725174569888,0.396836748836824,0.00136377740520343,0.5,0.153725174569888,0.412440263101638,0.000655323664100519,0.153725174569888,0.467760577187551,0.0118761797950788,0.5,0.153725174569888,0.440695062315895,4.52184085807959e-07,0.153725174569888,0.447202107656234,0.00415060392063896,0.153725174569888,0.442238300730713,0.014644789854181,0.153725174569888,0.421200107144782,0.0508347374715808,0.153725174569888,0.445297141330429,0.0439178014680097,0.153725174569888,0.442243527455541,0.00178225895540083,0.153725174569888,0.465045641289891,0.000113395462733128,0.5,0.153725174569888,0.484626891680306,0.00504584802694486,0,0.000295473872475955,0.0675843144150279 -2147,0.5,0.153725174569888,0.381421030953654,0.0174786211772421,0.153725174569888,0.573490833909153,0.032588474728685,0.153725174569888,0.536387488016665,0.00656833961385107,0.153725174569888,0.517455289150907,0.0174406877613635,0.153725174569888,0.549416038539532,0.0347746258678446,0.153725174569888,0.496997417370839,0.0151654855251928,0.153725174569888,0.543407954315055,0.000573330695630684,0.153725174569888,0.528873496470871,0.00397464382112332,0.5,0.153725174569888,0.546044048010243,0.0010331098786752,0.153725174569888,0.602138355086854,0.0238130246459153,0.5,0.153725174569888,0.575599436220182,0.0,0.153725174569888,0.58396381458668,0.0051985363123046,0.153725174569888,0.575479513678551,0.0110171713216273,0.153725174569888,0.558257946857735,0.0498827060653393,0.153725174569888,0.577540395391356,0.0422130258104281,0.153725174569888,0.575667731891482,0.000447598421459228,0.153725174569888,0.596729146059366,0.000372762650602154,0.5,0.153725174569888,0.612707868729345,0.0157483971802466,0,0.000254477797925194,0.0622004889209752 -2148,0.5,0.153725174569888,0.441790829690025,0.0119972098081205,0.153725174569888,0.64038150869051,0.0122520572373182,0.153725174569888,0.654055837125104,0.00542320785877818,0.153725174569888,0.59825806574434,0.0212247366606188,0.153725174569888,0.636070865702628,0.0439201687980229,0.153725174569888,0.58382870651955,0.0173999125606871,0.153725174569888,0.622003454243706,0.00188443895639156,0.153725174569888,0.613889881837226,0.00948460094564017,0.5,0.153725174569888,0.627179359828229,0.00210968957339223,0.153725174569888,0.680054670152141,0.0297939251022492,0.5,0.153725174569888,0.655099729934186,0.0,0.153725174569888,0.665425506924883,0.0054511974227874,0.153725174569888,0.659560103840965,0.00336054706205321,0.153725174569888,0.645774175308666,0.0478946609255282,0.153725174569888,0.65707085592034,0.0310559283787324,0.153725174569888,0.653905478627769,6.95402837642149e-05,0.153725174569888,0.672084000787515,0.00167114318724584,0.5,0.153725174569888,0.683605180031899,0.0253433729056453,0,0.000106301327324905,0.0628825535003414 -2149,0.5,0.153725174569888,0.453475346718373,0.00774550211762621,0.153725174569888,0.655777388752934,0.0055301619651064,0.153725174569888,0.698574356457801,0.00382921012048342,0.153725174569888,0.634428819904338,0.0224677713617934,0.153725174569888,0.666724890997608,0.0397687392653865,0.153725174569888,0.629382772868571,0.0171116140760918,0.153725174569888,0.645965953655507,0.00229046384809247,0.153725174569888,0.644603194851649,0.0166525246902223,0.5,0.153725174569888,0.658102284437809,0.00315328929181847,0.153725174569888,0.705433673607724,0.0294620209815931,0.5,0.153725174569888,0.682999086719056,0.0,0.153725174569888,0.69222614179422,0.00482198313633754,0.153725174569888,0.679472761800033,0.000528617328307696,0.153725174569888,0.681036262492098,0.0453185337114856,0.153725174569888,0.684633790403653,0.023369717668591,0.153725174569888,0.680523266902952,5.24389131515376e-05,0.153725174569888,0.696972782588354,0.0034662045710371,0.5,0.153725174569888,0.705407972522912,0.0274978249851263,0,5.74962437642882e-05,0.0573747971290126 -2150,0.5,0.153725174569888,0.455568859658933,0.00515906482404408,0.153725174569888,0.647105689480236,0.00493055603931574,0.153725174569888,0.68333619099923,0.00254063478293029,0.153725174569888,0.625034920897173,0.0229217387337566,0.153725174569888,0.656313748860033,0.0280464241550019,0.153725174569888,0.628443880683741,0.0174387783191387,0.153725174569888,0.638243931399145,0.00218028255751526,0.153725174569888,0.628589133480111,0.0236214418247602,0.5,0.153725174569888,0.645690936137055,0.00572815534468095,0.153725174569888,0.686508777831809,0.0239567403987681,0.5,0.153725174569888,0.670713075988835,4.6315311889626e-05,0.153725174569888,0.674164964545433,0.00438111424491881,0.153725174569888,0.66617046862864,0.000197475123159978,0.153725174569888,0.675877585452443,0.0376863845326471,0.153725174569888,0.676630797714959,0.0188310149511196,0.153725174569888,0.66819308215537,1.61296400323581e-05,0.153725174569888,0.680045686813471,0.00663123406538973,0.5,0.153725174569888,0.683775029262994,0.0259747783872963,0,6.24288616024193e-05,0.0512016500351497 -2151,0.5,0.153725174569888,0.436900646627356,0.00384868563979909,0.153725174569888,0.583244172956973,0.00244355933382324,0.153725174569888,0.608224560837336,0.00252229810676219,0.153725174569888,0.555847524099791,0.0228687536669991,0.153725174569888,0.599006851566315,0.0234323972393737,0.153725174569888,0.569121569773792,0.0180045826575418,0.153725174569888,0.58552934699891,0.00199794942133971,0.153725174569888,0.563974646514373,0.0262338811785276,0.5,0.153725174569888,0.583758133983395,0.00886668188579294,0.153725174569888,0.613459374848758,0.0175078405601143,0.5,0.153725174569888,0.606693227023726,0.000201628549928999,0.153725174569888,0.606210662175549,0.00338736744524066,0.153725174569888,0.595093610922743,4.67443134044795e-05,0.153725174569888,0.613967785420102,0.0356530506127134,0.153725174569888,0.604916895655181,0.0173706375743958,0.153725174569888,0.604250597039892,3.12555279075563e-06,0.153725174569888,0.608181219864092,0.0086497108967773,0.5,0.153725174569888,0.604226096452243,0.0225870316651229,0,5.89804962170353e-05,0.0524903674347554 -2152,0.5,0.153725174569888,0.361257665187796,0.00338741722266878,0.153725174569888,0.460540374142868,0.000562644004656578,0.153725174569888,0.477465266114254,0.00455572225319477,0.153725174569888,0.423382284885177,0.0216676156445484,0.153725174569888,0.486154145368386,0.0184704548350945,0.153725174569888,0.451787715056451,0.017041180866587,0.153725174569888,0.475545864633577,0.00204356893996434,0.153725174569888,0.447316178491635,0.0233186783848738,0.5,0.153725174569888,0.471908936163362,0.00975525879946282,0.153725174569888,0.483799023123971,0.00992038408510652,0.5,0.153725174569888,0.485197130227504,0.000201706117435713,0.153725174569888,0.483681438653941,0.00279815631223271,0.153725174569888,0.470315704568228,0.000746013039784651,0.153725174569888,0.493578226835111,0.0335167950911254,0.153725174569888,0.482759994090961,0.0169639826318895,0.153725174569888,0.48391726656876,1.52139842404751e-05,0.153725174569888,0.480336802445337,0.00855092034089091,0.5,0.153725174569888,0.469349188939495,0.0179209077829487,0,0.000206746923411582,0.0392470684567577 -2153,0.5,0.153725174569888,0.249568887638571,0.00377345643650926,0.153725174569888,0.325765172383744,0.000204527952483196,0.153725174569888,0.329613218652941,0.0073177027961551,0.153725174569888,0.276853376488246,0.0178062338246899,0.153725174569888,0.346585186198294,0.0146783532136173,0.153725174569888,0.309015175999789,0.0130378135741699,0.153725174569888,0.329389915774544,0.00369487028963429,0.153725174569888,0.305661484997885,0.0142177171133092,0.5,0.153725174569888,0.324087484178008,0.00727362891527314,0.153725174569888,0.326318629685987,0.00437920667214764,0.5,0.153725174569888,0.33383523583029,7.48140716310018e-06,0.153725174569888,0.331574491220575,0.00198071052798166,0.153725174569888,0.329043713879367,0.000848635163899724,0.153725174569888,0.353554859962733,0.0305313581418362,0.153725174569888,0.341717164659591,0.0185864028755405,0.153725174569888,0.336843370362313,7.93730030656224e-05,0.153725174569888,0.329030053862027,0.00484317363090945,0.5,0.153725174569888,0.312281318111252,0.00569562463530974,0,0.000488593792595431,0.0228693927920702 -2154,0.5,0.153725174569888,0.0734555553700128,0.00362936664444827,0.153725174569888,0.100672637239598,0.000758957790602456,0.153725174569888,0.088217218087499,0.00801300039819954,0.153725174569888,0.0593735187374861,0.00869421477554077,0.153725174569888,0.139989784456412,0.0115319345147587,0.153725174569888,0.160669122233985,0.00753098600215031,0.153725174569888,0.146461068969138,0.00715097414981992,0.153725174569888,0.137715028409096,0.00401369694628744,0.5,0.153725174569888,0.13493119495421,0.00175490142185158,0.153725174569888,0.0966489317064504,0.000620134700859,0.5,0.153725174569888,0.104851738784038,2.89215933473428e-05,0.153725174569888,0.111838410891882,0.00112037405030508,0.153725174569888,0.130438305000314,0.00208774327036796,0.153725174569888,0.130304550883458,0.0199655985792686,0.153725174569888,0.104282597435171,0.0138805295226384,0.153725174569888,0.109505009536058,0.000481136408382865,0.153725174569888,0.0778019447868774,0.00264637152210058,0.5,0.153725174569888,0.0692599660488417,0.00120457252094971,0,0.000586648304786564,0.0192096923874748 -2155,0.5,0.153725174569888,0.0,0.00443771338797184,0.153725174569888,0.0,0.00579793214530913,0.153725174569888,0.0,0.0128650787414182,0.153725174569888,0.0,0.0115709238865481,0.153725174569888,0.0,0.0270525536353103,0.153725174569888,0.0,0.0143819485662154,0.153725174569888,0.0,0.0135281910167791,0.153725174569888,0.0,0.00499835557766379,0.5,0.153725174569888,0.0,0.00134393319885813,0.153725174569888,0.0,0.000213772938871156,0.5,0.153725174569888,0.0,4.63414406308164e-05,0.153725174569888,0.0,0.00155872751483984,0.153725174569888,0.0,0.00485026276527545,0.153725174569888,0.0,0.0296922088498905,0.153725174569888,0.0,0.0220903438139572,0.153725174569888,0.0,0.00147022618936842,0.153725174569888,0.0,0.00278149507734884,0.5,0.153725174569888,0.0,0.000907377957419316,0,0.000299840232261277,0.0177585781281044 -2156,0.5,0.153725174569888,0.0,0.0045147676019531,0.153725174569888,0.0,0.00930397728998703,0.153725174569888,0.0,0.0135276433402427,0.153725174569888,0.0,0.0143544307046167,0.153725174569888,0.0,0.0322314763313884,0.153725174569888,0.0,0.0213645918983387,0.153725174569888,0.0,0.012844746955696,0.153725174569888,0.0,0.00531542375753984,0.5,0.153725174569888,0.0,0.000947068093529678,0.153725174569888,0.0,0.000144854597776698,0.5,0.153725174569888,0.0,0.00040026694143939,0.153725174569888,0.0,0.00142817653191369,0.153725174569888,0.0,0.00797827777431711,0.153725174569888,0.0,0.0364812863009581,0.153725174569888,0.0,0.0219383405490073,0.153725174569888,0.0,0.00143428368012208,0.153725174569888,0.0,0.00235566294581562,0.5,0.153725174569888,0.0,0.000813091552388784,0,0.0,0.0212089514753618 -2157,0.5,0.153725174569888,0.0,0.00442240183231257,0.153725174569888,0.0,0.00860231621662766,0.153725174569888,0.0,0.0121674271895217,0.153725174569888,0.0,0.0147147802137169,0.153725174569888,0.0,0.0350348821218194,0.153725174569888,0.0,0.024985920889302,0.153725174569888,0.0,0.0135663119547754,0.153725174569888,0.0,0.00555566065381919,0.5,0.153725174569888,0.0,0.000904837658345826,0.153725174569888,0.0,0.000213122044430864,0.5,0.153725174569888,0.0,0.000485452799272267,0.153725174569888,0.0,0.00121226017332173,0.153725174569888,0.0,0.00589302950334092,0.153725174569888,0.0,0.0403980799058154,0.153725174569888,0.0,0.0197156711056429,0.153725174569888,0.0,0.00110945995324133,0.153725174569888,0.0,0.0018440723327381,0.5,0.153725174569888,0.0,0.00103306307716676,0,0.0,0.0258348626097685 -2158,0.5,0.153725174569888,0.0,0.00349326579221515,0.153725174569888,0.0,0.00830299960618591,0.153725174569888,0.0,0.00845358162260672,0.153725174569888,0.0,0.0107649169175109,0.153725174569888,0.0,0.0384001937490512,0.153725174569888,0.0,0.0279091679016657,0.153725174569888,0.0,0.0153028387311583,0.153725174569888,0.0,0.00600538204966041,0.5,0.153725174569888,0.0,0.00163475908050532,0.153725174569888,0.0,0.000801711253449877,0.5,0.153725174569888,0.0,0.000474810239273509,0.153725174569888,0.0,0.000776476826422468,0.153725174569888,0.0,0.00406581122836358,0.153725174569888,0.0,0.0383785582245853,0.153725174569888,0.0,0.0197717890659796,0.153725174569888,0.0,0.00120786871390317,0.153725174569888,0.0,0.00146079329106955,0.5,0.153725174569888,0.0,0.00115519748843056,0,0.00179813185893338,0.0352991644934263 -2159,0.5,0.153725174569888,0.0,0.00312195181448352,0.153725174569888,0.0,0.00987004425448504,0.153725174569888,0.0,0.00515149002064028,0.153725174569888,0.0,0.00679747129070117,0.153725174569888,0.0,0.0379981266657957,0.153725174569888,0.0,0.0279887130442223,0.153725174569888,0.0,0.015250750754937,0.153725174569888,0.0,0.00711646042626679,0.5,0.153725174569888,0.0,0.00242705810250857,0.153725174569888,0.0,0.00270183743736688,0.5,0.153725174569888,0.0,0.000849716473486293,0.153725174569888,0.0,0.00125584698077985,0.153725174569888,0.0,0.00364022960321627,0.153725174569888,0.0,0.0350265186083154,0.153725174569888,0.0,0.0219959741917046,0.153725174569888,0.0,0.00224135828609025,0.153725174569888,0.0,0.0013743557071583,0.5,0.153725174569888,0.0,0.000996025526342905,0,0.00388599968987593,0.0516757410244315 -2160,0.5,0.153725174569888,0.0,0.00284811880076197,0.153725174569888,0.0,0.0112248794046364,0.153725174569888,0.0,0.00504453837845713,0.153725174569888,0.0,0.00416091399439791,0.153725174569888,0.0,0.0350816145357621,0.153725174569888,0.0,0.0271818257754533,0.153725174569888,0.0,0.0136039408365958,0.153725174569888,0.0,0.00848753965536207,0.5,0.153725174569888,0.0,0.00292806381936071,0.153725174569888,0.0,0.00402293258691876,0.5,0.153725174569888,0.0,0.00144919107889383,0.153725174569888,0.0,0.00271071662452161,0.153725174569888,0.0,0.00438673926659557,0.153725174569888,0.0,0.0336591625831597,0.153725174569888,0.0,0.0222796513373122,0.153725174569888,0.0,0.00347192273629896,0.153725174569888,0.0,0.00188545757197755,0.5,0.153725174569888,0.0,0.00116713466503248,0,0.00154891687942268,0.0538082236710622 -2161,0.5,0.153725174569888,0.0,0.00280462011412092,0.153725174569888,0.0,0.010197790524914,0.153725174569888,0.0,0.00479972087680608,0.153725174569888,0.0,0.00309158312003804,0.153725174569888,0.0,0.0300019018444316,0.153725174569888,0.0,0.0252783212432346,0.153725174569888,0.0,0.0113286384139229,0.153725174569888,0.0,0.0083308511936191,0.5,0.153725174569888,0.0,0.00334267855793307,0.153725174569888,0.0,0.00609603275077054,0.5,0.153725174569888,0.0,0.00310210666311646,0.153725174569888,0.0,0.00499739383563421,0.153725174569888,0.0,0.00589073628005591,0.153725174569888,0.0,0.0279127568144141,0.153725174569888,0.0,0.0206816284589243,0.153725174569888,0.0,0.00391419447798586,0.153725174569888,0.0,0.00270516299300685,0.5,0.153725174569888,0.0,0.00133701906461471,0,0.0,0.0498325038854431 -2162,0.5,0.153725174569888,0.0,0.00282030430889426,0.153725174569888,0.0,0.00937844855494215,0.153725174569888,0.0,0.00364779201958847,0.153725174569888,0.0,0.00331496796607891,0.153725174569888,0.0,0.0317909138872501,0.153725174569888,0.0,0.023412536099372,0.153725174569888,0.0,0.0110913373806834,0.153725174569888,0.0,0.00839512248458218,0.5,0.153725174569888,0.0,0.00332460906491281,0.153725174569888,0.0,0.00772620817334549,0.5,0.153725174569888,0.0,0.00379499215694921,0.153725174569888,0.0,0.00874001661898912,0.153725174569888,0.0,0.00466324412647183,0.153725174569888,0.0,0.0225512131488021,0.153725174569888,0.0,0.0187176891732317,0.153725174569888,0.0,0.00414664511658598,0.153725174569888,0.0,0.00351135878774789,0.5,0.153725174569888,0.0,0.001396631690723,0,0.0,0.0507377374124229 -2163,0.5,0.153725174569888,0.0,0.00245621547514253,0.153725174569888,0.0,0.0059152261049821,0.153725174569888,0.0,0.00306874606202639,0.153725174569888,0.0,0.00271588494656749,0.153725174569888,0.0,0.0380889369079969,0.153725174569888,0.0,0.0215327323991712,0.153725174569888,0.0,0.0132395944035824,0.153725174569888,0.0,0.00910896435094074,0.5,0.153725174569888,0.0,0.00353500609587581,0.153725174569888,0.0,0.0090174783751006,0.5,0.153725174569888,0.0,0.0031138664163248,0.153725174569888,0.0,0.0139704661707815,0.153725174569888,0.0,0.00337314707027654,0.153725174569888,0.0,0.0229483449331133,0.153725174569888,0.0,0.0141846804921716,0.153725174569888,0.0,0.00519809462882315,0.153725174569888,0.0,0.00391028041503109,0.5,0.153725174569888,0.0,0.00123822461028197,0,0.0,0.0485104332201002 -2164,0.5,0.153725174569888,0.0,0.00184385972981161,0.153725174569888,0.0,0.00597849881577936,0.153725174569888,0.0,0.00236138059683492,0.153725174569888,0.0,0.00211575559622439,0.153725174569888,0.0,0.0452541316156923,0.153725174569888,0.0,0.0239711140312592,0.153725174569888,0.0,0.0154201361562072,0.153725174569888,0.0,0.0119840168356468,0.5,0.153725174569888,0.0,0.00344276172549523,0.153725174569888,0.0,0.00937199350059019,0.5,0.153725174569888,0.0,0.00216458482964255,0.153725174569888,0.0,0.0175592528437425,0.153725174569888,0.0,0.00382987484798087,0.153725174569888,0.0,0.0271438163373104,0.153725174569888,0.0,0.0114124857993974,0.153725174569888,0.0,0.00574862354056185,0.153725174569888,0.0,0.0032180425387884,0.5,0.153725174569888,0.0,0.0022584606003549,0,0.0,0.0347451228554516 -2165,0.5,0.153725174569888,0.0,0.00136198340224579,0.153725174569888,0.0,0.00746982563187541,0.153725174569888,0.0,0.00149765538984561,0.153725174569888,0.0,0.00173103976223756,0.153725174569888,0.0,0.0480165737062993,0.153725174569888,0.0,0.0262919245486615,0.153725174569888,0.0,0.0192624234941986,0.153725174569888,0.0,0.0161046482108803,0.5,0.153725174569888,0.0,0.00317073496530319,0.153725174569888,0.0,0.00875600275410652,0.5,0.153725174569888,0.0,0.00248577769725007,0.153725174569888,0.0,0.021598861291556,0.153725174569888,0.0,0.0050901737308209,0.153725174569888,0.0,0.0295239971951852,0.153725174569888,0.0,0.0123063709206304,0.153725174569888,0.0,0.00589269496087358,0.153725174569888,0.0,0.00256287916386837,0.5,0.153725174569888,0.0,0.00198288078001638,0,0.0,0.0252064863079733 -2166,0.5,0.153725174569888,0.0,0.00146468492391012,0.153725174569888,0.0,0.010725384374978,0.153725174569888,0.0,0.00129271247718008,0.153725174569888,0.0,0.00160966111293774,0.153725174569888,0.0,0.0392485496486518,0.153725174569888,0.0,0.0192372836997993,0.153725174569888,0.0,0.0238244714989708,0.153725174569888,0.0,0.0165620169407297,0.5,0.153725174569888,0.0,0.00430908576067052,0.153725174569888,0.0,0.00762381108698639,0.5,0.153725174569888,0.0,0.0021112719327159,0.153725174569888,0.0,0.0235697218621965,0.153725174569888,0.0,0.00865326384847748,0.153725174569888,0.0,0.0293002564939931,0.153725174569888,0.0,0.0172683162208284,0.153725174569888,0.0,0.00655035901099577,0.153725174569888,0.0,0.00269693655581157,0.5,0.153725174569888,0.0,0.0021224585810491,0,0.0,0.0205999039612163 -2167,0.5,0.153725174569888,0.0324247676875784,0.0015415321412365,0.153725174569888,0.011616867146552,0.0190690771173582,0.153725174569888,0.0197795632650159,0.00161254127299616,0.153725174569888,0.0360389497150054,0.0017163693965902,0.153725174569888,0.00364925941295316,0.0286878422731837,0.153725174569888,0.00244850012460569,0.00787909144969342,0.153725174569888,0.00367573933898272,0.0259380477019651,0.153725174569888,0.00276512830825083,0.01726688426365,0.5,0.153725174569888,0.0036139072297743,0.00493157417920738,0.153725174569888,0.0162507247628841,0.00772107167546343,0.5,0.153725174569888,0.0066580377901943,0.00150343826766156,0.153725174569888,0.00818148044186198,0.0280387813872053,0.153725174569888,0.00797092945858803,0.0110322873009598,0.153725174569888,0.00509095713271198,0.0297620284063373,0.153725174569888,0.00958379373725822,0.0230041151582897,0.153725174569888,0.0063805885625515,0.00656340968918854,0.153725174569888,0.0187780161540456,0.00307008446642337,0.5,0.153725174569888,0.0284583472721351,0.00252804002878624,0,0.0,0.0173371490017453 -2168,0.5,0.153725174569888,0.151053748872389,0.00208207846588769,0.153725174569888,0.0993745198796091,0.0191364627926369,0.153725174569888,0.122021169248935,0.00320902845072274,0.153725174569888,0.157150781190709,0.00191623079597124,0.153725174569888,0.0733013534849165,0.0203446756070132,0.153725174569888,0.0771590243855944,0.0051827413410153,0.153725174569888,0.0743920539716029,0.020456960074603,0.153725174569888,0.0700487541705136,0.0142476188896206,0.5,0.153725174569888,0.085963993130757,0.00341541431925059,0.153725174569888,0.137294699186708,0.00536455759844061,0.5,0.153725174569888,0.109962520709218,0.0012360671854626,0.153725174569888,0.120078640485694,0.0166073093823196,0.153725174569888,0.0723681439279225,0.00908509172136704,0.153725174569888,0.0766338428642709,0.0294243979482983,0.153725174569888,0.0953884698425267,0.0238075971363606,0.153725174569888,0.0891445586872349,0.00506036024644409,0.153725174569888,0.133783046403967,0.00162104425236836,0.5,0.153725174569888,0.158509606692922,0.00154230665041213,0,0.0,0.0195539011939174 -2169,0.5,0.153725174569888,0.281875700774492,0.00589039094845102,0.153725174569888,0.211437598712726,0.0228026104574739,0.153725174569888,0.232859538884677,0.00951008008023525,0.153725174569888,0.297223012994691,0.0052234054305852,0.153725174569888,0.178282741063913,0.0275783204077949,0.153725174569888,0.207749641600011,0.0079150351099325,0.153725174569888,0.167017519722793,0.0135647513890237,0.153725174569888,0.170598073934907,0.0101074906294165,0.5,0.153725174569888,0.201304138250122,0.00144231151521447,0.153725174569888,0.288734929921708,0.00259106209287254,0.5,0.153725174569888,0.246134944422332,0.000774533530277466,0.153725174569888,0.266516289158131,0.00355337951634644,0.153725174569888,0.157610127012358,0.014250303638022,0.153725174569888,0.193566592654112,0.0433712570883915,0.153725174569888,0.193888583749905,0.0340165404098133,0.153725174569888,0.201540287866522,0.0037644167145021,0.153725174569888,0.263224076530224,0.000759278826479509,0.5,0.153725174569888,0.310497263582,0.000623746487587077,0,0.0,0.0247963453455402 -2170,0.5,0.153725174569888,0.399215676631528,0.00901290347352058,0.153725174569888,0.340453372467037,0.0518782566530007,0.153725174569888,0.34738149592637,0.0138500783027905,0.153725174569888,0.429686990456989,0.00731412324603877,0.153725174569888,0.303829160628219,0.0530481550513453,0.153725174569888,0.34871198733972,0.0156075156272096,0.153725174569888,0.267059618376834,0.0119240017152269,0.153725174569888,0.276990041452728,0.0177069311700022,0.5,0.153725174569888,0.306289972043673,0.00152922565279488,0.153725174569888,0.445734188765051,0.00444814339638324,0.5,0.153725174569888,0.392275445542356,0.000578210479003282,0.153725174569888,0.423292373271095,0.00328594045652695,0.153725174569888,0.22812494496388,0.0272486528028323,0.153725174569888,0.314003307430096,0.058283660116272,0.153725174569888,0.282392077568351,0.051000090337421,0.153725174569888,0.331953741111307,0.00648672509087905,0.153725174569888,0.394729216985232,0.000707876432560219,0.5,0.153725174569888,0.461152313378277,0.000582423026136821,0,0.000321076890384044,0.0343750023167412 -2171,0.5,0.153725174569888,0.469278349912494,0.014424495477663,0.153725174569888,0.36651994108065,0.0839105725617783,0.153725174569888,0.427457703789666,0.0152845289317128,0.153725174569888,0.525553940743445,0.00805180695672909,0.153725174569888,0.412985714680258,0.0827565417694056,0.153725174569888,0.475111537766742,0.0170184283802531,0.153725174569888,0.359722617528466,0.00723682084805419,0.153725174569888,0.361284895116415,0.0246659781906665,0.5,0.153725174569888,0.389538488394999,0.00478763221591802,0.153725174569888,0.573635691276835,0.0143863122272784,0.5,0.153725174569888,0.526541393304632,0.000432524055963444,0.153725174569888,0.557234553772037,0.00657851663923324,0.153725174569888,0.303138480596243,0.0369763164296685,0.153725174569888,0.431456754307556,0.0703771608478764,0.153725174569888,0.370726329466636,0.0649231980988349,0.153725174569888,0.461470569500623,0.00642957524976735,0.153725174569888,0.50628374870351,0.000392458922513484,0.5,0.153725174569888,0.578983260388711,0.000599229386869855,0,0.00251581638482861,0.0552059305650275 -2172,0.5,0.153725174569888,0.487104639047517,0.0282878501259781,0.153725174569888,0.33475291994837,0.110891778765425,0.153725174569888,0.482965892585699,0.0164296438823834,0.153725174569888,0.573445407030484,0.00935011001515505,0.153725174569888,0.507016897390439,0.116576859574162,0.153725174569888,0.57052068613512,0.0160786151541234,0.153725174569888,0.449292292290352,0.00482914035530752,0.153725174569888,0.407324478136612,0.0170573872326569,0.5,0.153725174569888,0.44834996107767,0.00963462210758183,0.153725174569888,0.645519667292272,0.0265325501724106,0.5,0.153725174569888,0.610882913777608,0.00100623941714628,0.153725174569888,0.633433294130868,0.0148145113658764,0.153725174569888,0.382777750980253,0.0434801998112973,0.153725174569888,0.525627937839236,0.0957051067258308,0.153725174569888,0.448814548336401,0.080429429015009,0.153725174569888,0.551897379388337,0.00574537522839329,0.153725174569888,0.578107443985152,0.000175431553975193,0.5,0.153725174569888,0.63912762818776,0.000600502439753941,0,0.00890985648480876,0.0820877065296441 -2173,0.5,0.153725174569888,0.480849527699867,0.0466576271291201,0.153725174569888,0.292628172256195,0.117633281884163,0.153725174569888,0.509861413990021,0.0209333472751519,0.153725174569888,0.579864579906051,0.0139732299285784,0.153725174569888,0.547284770648948,0.144429283350204,0.153725174569888,0.625473887242136,0.0165322702699082,0.153725174569888,0.459585654235432,0.00422992160728176,0.153725174569888,0.447665449460948,0.010998806136857,0.5,0.153725174569888,0.470196492047134,0.0170438474021941,0.153725174569888,0.657462329623733,0.0297538356479071,0.5,0.153725174569888,0.64722049007281,0.00145572303528351,0.153725174569888,0.651203084095026,0.0241863434438537,0.153725174569888,0.454022361843094,0.051724792994643,0.153725174569888,0.586232927427031,0.14356991665955,0.153725174569888,0.456262814535226,0.098523303491967,0.153725174569888,0.587307075884368,0.00331924885679375,0.153725174569888,0.589646800115514,0.000104318607399838,0.5,0.153725174569888,0.644045472905146,0.00098338286948473,0,0.0223499815730329,0.0815618477705788 -2174,0.5,0.153725174569888,0.436431301328128,0.062568008778388,0.153725174569888,0.436560383925642,0.133512027466721,0.153725174569888,0.483179540204084,0.0352061714914878,0.153725174569888,0.542001252759373,0.0287526000266318,0.153725174569888,0.595614278184507,0.160053399932711,0.153725174569888,0.642561405536782,0.0158008869867812,0.153725174569888,0.483380994408832,0.00287708154161411,0.153725174569888,0.447269995305531,0.00987144832308283,0.5,0.153725174569888,0.380439286509258,0.0199514402415516,0.153725174569888,0.636059949250172,0.0274928633760678,0.5,0.153725174569888,0.627328310428671,0.0022289322337548,0.153725174569888,0.638383306446398,0.0279676690556908,0.153725174569888,0.482112490073188,0.0766499049891081,0.153725174569888,0.601214372054089,0.195815630209906,0.153725174569888,0.448392348780318,0.119349732635521,0.153725174569888,0.549766594809176,0.00198670185533425,0.153725174569888,0.570102307772225,0.000102181655380928,0.5,0.153725174569888,0.611869779993265,0.00125434868470172,0,0.0421466922504031,0.0678667841064045 -2175,0.5,0.153725174569888,0.373302590822848,0.0679889109048716,0.153725174569888,0.531347184324358,0.17824704295032,0.153725174569888,0.415477230470298,0.0450519063399538,0.153725174569888,0.436960593068569,0.0409590646655101,0.153725174569888,0.572501577898629,0.161332225903385,0.153725174569888,0.592582702259933,0.0129123756800159,0.153725174569888,0.463958255075949,0.00420126892050414,0.153725174569888,0.42500952869077,0.01217566921115,0.5,0.153725174569888,0.275105713127971,0.0211795235785029,0.153725174569888,0.571702475223387,0.0261001765234295,0.5,0.153725174569888,0.518999098012715,0.00384596889041971,0.153725174569888,0.573667250713535,0.0290416349504963,0.153725174569888,0.399475663380269,0.12675930443554,0.153725174569888,0.561460455883021,0.242130983516074,0.153725174569888,0.401706254270183,0.152350727728285,0.153725174569888,0.429027642182693,0.00182874383226066,0.153725174569888,0.505609811426065,8.54535386495587e-05,0.5,0.153725174569888,0.533977008129059,0.000887736236213132,0,0.0571916293592275,0.072317388168299 -2176,0.5,0.153725174569888,0.287536622463295,0.0681087233468712,0.153725174569888,0.449104383478674,0.213084684126982,0.153725174569888,0.310855042650291,0.0615157087981508,0.153725174569888,0.264484423641761,0.0444938580075508,0.153725174569888,0.479418277719384,0.150722127543773,0.153725174569888,0.459943350268631,0.0086080534682153,0.153725174569888,0.383114476649755,0.00689536303482039,0.153725174569888,0.323878038384253,0.00982810841205226,0.5,0.153725174569888,0.160597993694981,0.00924858794269569,0.153725174569888,0.444728345844366,0.0228346043336509,0.5,0.153725174569888,0.372821314480406,0.00516302867855016,0.153725174569888,0.451473775088965,0.0321871164674148,0.153725174569888,0.303658604351437,0.174045002023699,0.153725174569888,0.466318314480417,0.254574296791745,0.153725174569888,0.316306036094655,0.181791492871346,0.153725174569888,0.296454893570462,0.002921378287372,0.153725174569888,0.393567270175881,0.000236592097470148,0.5,0.153725174569888,0.412555505524983,0.000364580583104288,0,0.0724133462549139,0.0925272004554262 -2177,0.5,0.153725174569888,0.189234487683682,0.0629704943696304,0.153725174569888,0.316321781474274,0.20923885967894,0.153725174569888,0.190250836305546,0.0745471176563512,0.153725174569888,0.141925246562403,0.0402613358829496,0.153725174569888,0.34817075303376,0.116976887456392,0.153725174569888,0.297405544213098,0.00377462175543281,0.153725174569888,0.282594195182407,0.0128737286767993,0.153725174569888,0.226032523726928,0.00671022327106117,0.5,0.153725174569888,0.121493486456685,0.00318594844709663,0.153725174569888,0.303744647764882,0.00931829448404516,0.5,0.153725174569888,0.233452205663462,0.00727210091201646,0.153725174569888,0.308465978017286,0.0231822909377734,0.153725174569888,0.244251393428289,0.183146449974496,0.153725174569888,0.337763250784997,0.223626437692636,0.153725174569888,0.21784871860836,0.174175825384369,0.153725174569888,0.157402389992027,0.00634582869474662,0.153725174569888,0.254866114692811,0.0007327170198129,0.5,0.153725174569888,0.270495715112021,9.20434132640676e-05,0,0.0948796830668298,0.117458394694776 -2178,0.5,0.153725174569888,0.0705987158237027,0.038599689553284,0.153725174569888,0.106349484685409,0.112572483033217,0.153725174569888,0.0699685168795502,0.0512259093727972,0.153725174569888,0.0466966881174528,0.0215884196057193,0.153725174569888,0.140572365047615,0.0680744218487922,0.153725174569888,0.143133327561299,0.00177144614650142,0.153725174569888,0.133171521596504,0.00974369271818445,0.153725174569888,0.114112448663255,0.00259051557484009,0.5,0.153725174569888,0.0627378882198452,0.000544288484134216,0.153725174569888,0.0949003256534875,0.00142356602386141,0.5,0.153725174569888,0.0876648905162661,0.00628734041456915,0.153725174569888,0.110038818627147,0.00635366504732235,0.153725174569888,0.112175047171263,0.11745702374538,0.153725174569888,0.137381135243083,0.117746595233771,0.153725174569888,0.0962757539073947,0.103387663383427,0.153725174569888,0.0592314731297899,0.00634627790127602,0.153725174569888,0.0877960649636777,0.000657982540432715,0.5,0.153725174569888,0.0779730814961295,0.000365206020864095,0,0.120680594034019,0.118411651022907 -2179,0.5,0.153725174569888,0.0,0.0452049789828502,0.153725174569888,0.0,0.106425016250015,0.153725174569888,0.0,0.04051134999893,0.153725174569888,0.0,0.0284373771487761,0.153725174569888,0.0,0.0912241901184914,0.153725174569888,0.0,0.00478654766265717,0.153725174569888,0.0,0.0146344899397428,0.153725174569888,0.0,0.00304138793823168,0.5,0.153725174569888,0.0,0.00081065313253648,0.153725174569888,0.0,0.00136912183591668,0.5,0.153725174569888,0.0,0.00341773303816772,0.153725174569888,0.0,0.00609591403495212,0.153725174569888,0.0,0.102147897308017,0.153725174569888,0.0,0.117180892356068,0.153725174569888,0.0,0.107681499673367,0.153725174569888,0.0,0.00681922554036487,0.153725174569888,0.0,0.00129468853992194,0.5,0.153725174569888,0.0,0.00126578723242904,0,0.169149146373186,0.105629459224141 -2180,0.5,0.153725174569888,0.0,0.0519834582409291,0.153725174569888,0.0,0.0948473087924845,0.153725174569888,0.0,0.0361138740660666,0.153725174569888,0.0,0.0338219174471717,0.153725174569888,0.0,0.0974602910824207,0.153725174569888,0.0,0.00770539814759153,0.153725174569888,0.0,0.0141467648745846,0.153725174569888,0.0,0.00344094886410654,0.5,0.153725174569888,0.0,0.00150708671892407,0.153725174569888,0.0,0.00336317674482031,0.5,0.153725174569888,0.0,0.00162513582856681,0.153725174569888,0.0,0.00334511262158656,0.153725174569888,0.0,0.119344442334452,0.153725174569888,0.0,0.121951638144664,0.153725174569888,0.0,0.10943087415553,0.153725174569888,0.0,0.00500660543943663,0.153725174569888,0.0,0.00117449837889124,0.5,0.153725174569888,0.0,0.0016239911848698,0,0.23565846125439,0.105191524049029 -2181,0.5,0.153725174569888,0.0,0.0555162109568442,0.153725174569888,0.0,0.0891986442551979,0.153725174569888,0.0,0.0311010416310203,0.153725174569888,0.0,0.0398788148892695,0.153725174569888,0.0,0.0830645103525355,0.153725174569888,0.0,0.00849402562662834,0.153725174569888,0.0,0.0139449297053074,0.153725174569888,0.0,0.00415226830954247,0.5,0.153725174569888,0.0,0.00190078995915739,0.153725174569888,0.0,0.00502081475805328,0.5,0.153725174569888,0.0,0.000605484151001264,0.153725174569888,0.0,0.00132960458651339,0.153725174569888,0.0,0.126083716946161,0.153725174569888,0.0,0.11520204315678,0.153725174569888,0.0,0.0990419387528993,0.153725174569888,0.0,0.00303085216674808,0.153725174569888,0.0,0.0012061429095696,0.5,0.153725174569888,0.0,0.00193733580313084,0,0.268404600084563,0.110268746320481 -2182,0.5,0.153725174569888,0.0,0.0541782561392334,0.153725174569888,0.0,0.0886647552044114,0.153725174569888,0.0,0.0287686621639787,0.153725174569888,0.0,0.0417467120812368,0.153725174569888,0.0,0.0668601590686087,0.153725174569888,0.0,0.00682186315513105,0.153725174569888,0.0,0.0138200606420716,0.153725174569888,0.0,0.00523441066965112,0.5,0.153725174569888,0.0,0.00241909055149873,0.153725174569888,0.0,0.00869262292077736,0.5,0.153725174569888,0.0,0.000621769438349677,0.153725174569888,0.0,0.000983736656025212,0.153725174569888,0.0,0.134215293851971,0.153725174569888,0.0,0.106781133294211,0.153725174569888,0.0,0.0898794988087569,0.153725174569888,0.0,0.0026109407661438,0.153725174569888,0.0,0.00118678808783219,0.5,0.153725174569888,0.0,0.00303332151307787,0,0.281371305239277,0.113482188749549 -2183,0.5,0.153725174569888,0.0,0.0501005650366353,0.153725174569888,0.0,0.0930506539555123,0.153725174569888,0.0,0.0272329097470362,0.153725174569888,0.0,0.0431476055206801,0.153725174569888,0.0,0.0536038947523916,0.153725174569888,0.0,0.00566775900423989,0.153725174569888,0.0,0.0140069544722849,0.153725174569888,0.0,0.00532769736004192,0.5,0.153725174569888,0.0,0.00185642420218582,0.153725174569888,0.0,0.0128286082890938,0.5,0.153725174569888,0.0,0.00117256614666542,0.153725174569888,0.0,0.00141002469977848,0.153725174569888,0.0,0.1365781081742,0.153725174569888,0.0,0.106015257400219,0.153725174569888,0.0,0.0842094003337365,0.153725174569888,0.0,0.00254707221594601,0.153725174569888,0.0,0.00141080128973653,0.5,0.153725174569888,0.0,0.00662324517384265,0,0.273407512133773,0.130136131840507 -2184,0.5,0.153725174569888,0.0,0.0448163133522875,0.153725174569888,0.0,0.0915087106139195,0.153725174569888,0.0,0.0234363170817063,0.153725174569888,0.0,0.0415236399357853,0.153725174569888,0.0,0.0436289804314665,0.153725174569888,0.0,0.0040472877885668,0.153725174569888,0.0,0.0168311058522565,0.153725174569888,0.0,0.00455492678556253,0.5,0.153725174569888,0.0,0.000910591658983287,0.153725174569888,0.0,0.0146488645937058,0.5,0.153725174569888,0.0,0.00132197786154792,0.153725174569888,0.0,0.00220707211804281,0.153725174569888,0.0,0.141019159998996,0.153725174569888,0.0,0.113898295954849,0.153725174569888,0.0,0.0818858354478569,0.153725174569888,0.0,0.00209167555062684,0.153725174569888,0.0,0.00186880231726248,0.5,0.153725174569888,0.0,0.00851799034563445,0,0.220829224962547,0.136836204064669 -2185,0.5,0.153725174569888,0.0,0.0394953365097957,0.153725174569888,0.0,0.0931488868678635,0.153725174569888,0.0,0.0184694521818514,0.153725174569888,0.0,0.0372673260908185,0.153725174569888,0.0,0.0308122867166557,0.153725174569888,0.0,0.00276841786193246,0.153725174569888,0.0,0.0195127615846816,0.153725174569888,0.0,0.00419836724672159,0.5,0.153725174569888,0.0,0.00111987922876148,0.153725174569888,0.0,0.0161358244323273,0.5,0.153725174569888,0.0,0.000940250882804804,0.153725174569888,0.0,0.00552857967748868,0.153725174569888,0.0,0.144918880596078,0.153725174569888,0.0,0.12148972228628,0.153725174569888,0.0,0.0812691435614624,0.153725174569888,0.0,0.00182402997979626,0.153725174569888,0.0,0.00171852695571424,0.5,0.153725174569888,0.0,0.00832038546164221,0,0.170910622593004,0.145456090860299 -2186,0.5,0.153725174569888,0.0,0.0357473947298446,0.153725174569888,0.0,0.0987116850304141,0.153725174569888,0.0,0.0133153415988708,0.153725174569888,0.0,0.0348869413321943,0.153725174569888,0.0,0.0246441881042505,0.153725174569888,0.0,0.00329271742588753,0.153725174569888,0.0,0.0198903243038271,0.153725174569888,0.0,0.00420023970874209,0.5,0.153725174569888,0.0,0.00209237548389504,0.153725174569888,0.0,0.0164576231399804,0.5,0.153725174569888,0.0,0.000388785003181245,0.153725174569888,0.0,0.0123581089480616,0.153725174569888,0.0,0.153323319347482,0.153725174569888,0.0,0.126536399148699,0.153725174569888,0.0,0.0835801636977972,0.153725174569888,0.0,0.00239742369313832,0.153725174569888,0.0,0.00153689889166599,0.5,0.153725174569888,0.0,0.00679745838603762,0,0.140967822395984,0.167497902013147 -2187,0.5,0.153725174569888,0.0,0.0350615862962627,0.153725174569888,0.0,0.0949544132718793,0.153725174569888,0.0,0.0100190385726391,0.153725174569888,0.0,0.0336140677512505,0.153725174569888,0.0,0.0227469156364805,0.153725174569888,0.0,0.00459314088281321,0.153725174569888,0.0,0.0193674346301868,0.153725174569888,0.0,0.00507252736150461,0.5,0.153725174569888,0.0,0.00302232217256835,0.153725174569888,0.0,0.0159738857634816,0.5,0.153725174569888,0.0,0.000382221696836943,0.153725174569888,0.0,0.0272267809863048,0.153725174569888,0.0,0.154729898066785,0.153725174569888,0.0,0.127717534730026,0.153725174569888,0.0,0.0790681640521778,0.153725174569888,0.0,0.00322887103325596,0.153725174569888,0.0,0.00180259693346152,0.5,0.153725174569888,0.0,0.00687603202151314,0,0.116738391743219,0.191722888106835 -2188,0.5,0.153725174569888,0.0,0.0373394394861554,0.153725174569888,0.0,0.0946967481463322,0.153725174569888,0.0,0.00773142150747948,0.153725174569888,0.0,0.0343155261796899,0.153725174569888,0.0,0.0222003549093974,0.153725174569888,0.0,0.00668022937518486,0.153725174569888,0.0,0.0182053547354497,0.153725174569888,0.0,0.00683388766647891,0.5,0.153725174569888,0.0,0.00443098772194029,0.153725174569888,0.0,0.0148619536297928,0.5,0.153725174569888,0.0,0.00063619920883342,0.153725174569888,0.0,0.00975114127379383,0.153725174569888,0.0,0.159698338236797,0.153725174569888,0.0,0.132084268247554,0.153725174569888,0.0,0.0755093717530825,0.153725174569888,0.0,0.00490681075057408,0.153725174569888,0.0,0.00224126742440159,0.5,0.153725174569888,0.0,0.00560051980688822,0,0.0997912487530039,0.21092615683911 -2189,0.5,0.153725174569888,0.0,0.0396823734442475,0.153725174569888,0.0,0.104979150444515,0.153725174569888,0.0,0.00721843806548064,0.153725174569888,0.0,0.0374419854121855,0.153725174569888,0.0,0.0203835012673381,0.153725174569888,0.0,0.00739828243738889,0.153725174569888,0.0,0.0184548690618002,0.153725174569888,0.0,0.0077492286583757,0.5,0.153725174569888,0.0,0.00351122383773367,0.153725174569888,0.0,0.0132570129629354,0.5,0.153725174569888,0.0,0.000922534856089106,0.153725174569888,0.0,0.014029177924575,0.153725174569888,0.0,0.159193638630318,0.153725174569888,0.0,0.135575941100887,0.153725174569888,0.0,0.0773438615267917,0.153725174569888,0.0,0.00653900112443679,0.153725174569888,0.0,0.00397124579405461,0.5,0.153725174569888,0.0,0.00323396085555999,0,0.0929503136325093,0.229354599343189 -2190,0.5,0.153725174569888,0.0,0.0421859918931354,0.153725174569888,0.0,0.114150795797071,0.153725174569888,0.0,0.00985021635992125,0.153725174569888,0.0,0.0406670494953725,0.153725174569888,0.0,0.0167661006809335,0.153725174569888,0.0,0.00647064382233032,0.153725174569888,0.0,0.0187289627451548,0.153725174569888,0.0,0.00888397849619681,0.5,0.153725174569888,0.0,0.00303390829744463,0.153725174569888,0.0,0.0110786647961362,0.5,0.153725174569888,0.0,0.000781152888342736,0.153725174569888,0.0,0.0176347695006181,0.153725174569888,0.0,0.157486546005276,0.153725174569888,0.0,0.133159700591612,0.153725174569888,0.0,0.0756171934321924,0.153725174569888,0.0,0.00766138686863139,0.153725174569888,0.0,0.00386767970494537,0.5,0.153725174569888,0.0,0.00196137256822339,0,0.0767981022924564,0.209803178056782 -2191,0.5,0.153725174569888,0.0369831007623271,0.0440749169785627,0.153725174569888,0.016056401734701,0.117455716789562,0.153725174569888,0.0212866255827423,0.0109125206560693,0.153725174569888,0.0372441747329406,0.0429392659929554,0.153725174569888,0.00641607359762835,0.0140474131467276,0.153725174569888,0.00421366943115546,0.00563449039341308,0.153725174569888,0.00684843220352375,0.0155882071361688,0.153725174569888,0.00463408627379105,0.0101464386188938,0.5,0.153725174569888,0.00516782108501845,0.00387866128410125,0.153725174569888,0.0148801590675811,0.00980596187102774,0.5,0.153725174569888,0.00932497502518781,0.000494968180568711,0.153725174569888,0.0102860631409617,0.0209641128278478,0.153725174569888,0.0116702754675916,0.155324853151438,0.153725174569888,0.00859217670665326,0.127095519332122,0.153725174569888,0.0150596206615986,0.0700110934835519,0.153725174569888,0.0109487151694776,0.00689275548535579,0.153725174569888,0.0125061658859146,0.0026998053258616,0.5,0.153725174569888,0.022529128152421,0.00236377421559106,0,0.0610883231072022,0.199719651912162 -2192,0.5,0.153725174569888,0.165348967886006,0.0573675963665874,0.153725174569888,0.117356893903164,0.129903596934431,0.153725174569888,0.143266293214495,0.0105954199293365,0.153725174569888,0.160706182548591,0.0551776223139615,0.153725174569888,0.118542334577178,0.0130759302208905,0.153725174569888,0.108121002694434,0.00429154287091762,0.153725174569888,0.121878785397153,0.00882848656217858,0.153725174569888,0.112211183850601,0.00864486139636056,0.5,0.153725174569888,0.115558932700306,0.00248492739659882,0.153725174569888,0.131775578064769,0.00530133783199922,0.5,0.153725174569888,0.127871304112684,0.000425586927121201,0.153725174569888,0.13070680924056,0.0115826716120652,0.153725174569888,0.107784990815357,0.156491009942956,0.153725174569888,0.12126727384454,0.130047687819884,0.153725174569888,0.132725821950386,0.0754083242267402,0.153725174569888,0.126693079310205,0.00441013852488894,0.153725174569888,0.106050755122311,0.0016107270179987,0.5,0.153725174569888,0.114682912812077,0.00192566072653722,0,0.0484949180975196,0.199547915219253 -2193,0.5,0.153725174569888,0.309018762020818,0.111386893720835,0.153725174569888,0.241013634165803,0.156209897240146,0.153725174569888,0.291112790832404,0.0214968116142067,0.153725174569888,0.311794742501372,0.0867276650949809,0.153725174569888,0.26432876413568,0.0150653997522261,0.153725174569888,0.258764706984087,0.00335402809786063,0.153725174569888,0.272987035542212,0.00605851219603554,0.153725174569888,0.26424437653345,0.00537509223945406,0.5,0.153725174569888,0.268430876176038,0.00106252330353915,0.153725174569888,0.28850239194477,0.00100614560302473,0.5,0.153725174569888,0.280575555228081,0.000670514593579812,0.153725174569888,0.285858037253342,0.00578811156107037,0.153725174569888,0.238478202855551,0.195013243683795,0.153725174569888,0.264046455972127,0.178564921840685,0.153725174569888,0.280203800123731,0.107051771711317,0.153725174569888,0.273780093699373,0.00423348955228389,0.153725174569888,0.241956404377619,0.00201335564545019,0.5,0.153725174569888,0.228095708175436,0.00116849639591871,0,0.0392253380329682,0.237895292186078 -2194,0.5,0.153725174569888,0.453251047415387,0.150074034605171,0.153725174569888,0.36478939035814,0.183666071685955,0.153725174569888,0.441774251737388,0.0281922809432544,0.153725174569888,0.461808927252212,0.0938991805546735,0.153725174569888,0.410877033340356,0.0207853367674034,0.153725174569888,0.407106144683511,0.00776478722931783,0.153725174569888,0.419338659309214,0.00888233427043201,0.153725174569888,0.409547423700302,0.00963098933518185,0.5,0.153725174569888,0.420544895459022,0.0037848023161851,0.153725174569888,0.452853604815949,0.000302411782048254,0.5,0.153725174569888,0.437583846370479,0.00239219073873392,0.153725174569888,0.446557020863944,0.00698191060199537,0.153725174569888,0.374712694463544,0.240823686400418,0.153725174569888,0.393521291238068,0.20019865029186,0.153725174569888,0.426655370718311,0.147354205503784,0.153725174569888,0.425539932598912,0.00992174449148858,0.153725174569888,0.394762118852042,0.00745943742582567,0.5,0.153725174569888,0.343476259124114,0.00297154844479743,0,0.0210859757492479,0.336518935160263 -2195,0.5,0.153725174569888,0.569542262834847,0.164846470406642,0.153725174569888,0.482797961300091,0.212456891985928,0.153725174569888,0.572804604776874,0.0414626846638028,0.153725174569888,0.58522626670013,0.09965126517268,0.153725174569888,0.549092324733398,0.023013231758588,0.153725174569888,0.503483800645501,0.0137409765072855,0.153725174569888,0.552075207343372,0.0113510373160548,0.153725174569888,0.519867357610957,0.0228098381151463,0.5,0.153725174569888,0.546324462056123,0.0159174685544559,0.153725174569888,0.587603426388546,0.00164130052663218,0.5,0.153725174569888,0.569442364458935,0.00510644444099577,0.153725174569888,0.580407819784513,0.0102728898706067,0.153725174569888,0.485960136569204,0.247268319559473,0.153725174569888,0.510871169302147,0.220912102894495,0.153725174569888,0.556281887030625,0.158801844172874,0.153725174569888,0.555539181712425,0.0228131378107857,0.153725174569888,0.543630913485394,0.0187785060860396,0.5,0.153725174569888,0.483892316033927,0.00915606520297645,0,0.0142922615567856,0.333651911482138 -2196,0.5,0.153725174569888,0.635259159294335,0.163454590114055,0.153725174569888,0.553023468624557,0.26813259012378,0.153725174569888,0.649532523188199,0.0528396720336215,0.153725174569888,0.657552876497559,0.112274871664282,0.153725174569888,0.621673825493485,0.0246385657895754,0.153725174569888,0.544170364778989,0.0142436448524989,0.153725174569888,0.615809271831012,0.016061734744531,0.153725174569888,0.591353362653696,0.0436142021077918,0.5,0.153725174569888,0.625417187230296,0.0390742095679996,0.153725174569888,0.665334539886948,0.00464342839844806,0.5,0.153725174569888,0.637622839542571,0.0071288651349004,0.153725174569888,0.658480648800862,0.0106217040268408,0.153725174569888,0.560055707584365,0.281623965736771,0.153725174569888,0.577424735984154,0.243316482134784,0.153725174569888,0.628572652863646,0.165573007340166,0.153725174569888,0.624316093707671,0.0337628611410195,0.153725174569888,0.629165939372602,0.0236957170816922,0.5,0.153725174569888,0.575229980576184,0.0174745028003723,0,0.0138005069510398,0.222042128720483 -2197,0.5,0.153725174569888,0.640839644577195,0.160812286223659,0.153725174569888,0.562912051936017,0.359556798459597,0.153725174569888,0.668971611960991,0.0470625140040142,0.153725174569888,0.677614310614255,0.118395685399768,0.153725174569888,0.627680135244899,0.0301990882224141,0.153725174569888,0.626199505247207,0.0148426975660768,0.153725174569888,0.572667944733077,0.0278958959514219,0.153725174569888,0.618365027445811,0.0553461337881053,0.5,0.153725174569888,0.638483029063554,0.0511900983769901,0.153725174569888,0.687197495443632,0.00534887391051223,0.5,0.153725174569888,0.65522518921143,0.00851922815599718,0.153725174569888,0.670404306948753,0.00983776641460628,0.153725174569888,0.599901676061414,0.336384529414797,0.153725174569888,0.618770124992816,0.230518434617786,0.153725174569888,0.645756420341608,0.186932493523349,0.153725174569888,0.594591797022745,0.0452292506037641,0.153725174569888,0.628547162071852,0.0234061253812036,0.5,0.153725174569888,0.623347105534793,0.0188644487013046,0,0.0111430123703775,0.114704764642606 -2198,0.5,0.153725174569888,0.609247599302278,0.174738750720299,0.153725174569888,0.592570132318103,0.350265005075289,0.153725174569888,0.642106549871849,0.049108369998547,0.153725174569888,0.651265722448806,0.115432233159311,0.153725174569888,0.581636474847023,0.0323076156346195,0.153725174569888,0.639333230085256,0.0149420505573262,0.153725174569888,0.550845697882444,0.0295530254544542,0.153725174569888,0.628675278115677,0.0575707430739531,0.5,0.153725174569888,0.640613730244962,0.0568569127773081,0.153725174569888,0.653849474116667,0.00753609912068714,0.5,0.153725174569888,0.649016445204791,0.00714402182690376,0.153725174569888,0.662356578013438,0.00819296929415965,0.153725174569888,0.611876333109041,0.299166854503875,0.153725174569888,0.631660696512929,0.183493960714585,0.153725174569888,0.611664869615183,0.190999893638153,0.153725174569888,0.539620759247043,0.05737586633785,0.153725174569888,0.591716760860345,0.0229824883050214,0.5,0.153725174569888,0.565844534842771,0.0187373711743552,0,0.0151217581648325,0.091432625464851 -2199,0.5,0.153725174569888,0.522895891093354,0.207828855480667,0.153725174569888,0.523877368955045,0.304181183412045,0.153725174569888,0.556326136036112,0.0931656473594503,0.153725174569888,0.567446072014559,0.120663943735241,0.153725174569888,0.491909514368166,0.0208958855717583,0.153725174569888,0.585046989685055,0.0163247817156833,0.153725174569888,0.524249047190498,0.0258545075499707,0.153725174569888,0.584741437972808,0.0576003889536637,0.5,0.153725174569888,0.594676463056542,0.064505300180826,0.153725174569888,0.602187503816818,0.0184383359225691,0.5,0.153725174569888,0.590118657260508,0.00535363628893839,0.153725174569888,0.601994698283729,0.00818911240458848,0.153725174569888,0.529843141017747,0.2860857314984,0.153725174569888,0.578543357769141,0.146721446217298,0.153725174569888,0.515187237279986,0.16465290286422,0.153725174569888,0.474572826460932,0.0562424895777694,0.153725174569888,0.516591825214383,0.0193819444344449,0.5,0.153725174569888,0.478879446204452,0.027038818076057,0,0.0273942615031144,0.0748118689139586 -2200,0.5,0.153725174569888,0.402115477292203,0.218263431361615,0.153725174569888,0.403210065822436,0.305572393697185,0.153725174569888,0.422800891046585,0.114944505347555,0.153725174569888,0.430318949294538,0.16445496813497,0.153725174569888,0.42909947940046,0.00848043953094803,0.153725174569888,0.477257045524024,0.0162037558598529,0.153725174569888,0.434701213261613,0.0166968299795458,0.153725174569888,0.468576917354757,0.059311697741079,0.5,0.153725174569888,0.490799400053336,0.0687709261397289,0.153725174569888,0.481589248568256,0.0257664237586201,0.5,0.153725174569888,0.475159351407632,0.00952651555998887,0.153725174569888,0.485782763442388,0.0138306507962213,0.153725174569888,0.374462357019226,0.310781356554646,0.153725174569888,0.424155005824844,0.12373571747612,0.153725174569888,0.389673095615795,0.124161314961091,0.153725174569888,0.421399695264206,0.0456977860604039,0.153725174569888,0.41117547330606,0.0222825482293449,0.5,0.153725174569888,0.412820668335022,0.0457565522877383,0,0.0413944678035517,0.0602016795575704 -2201,0.5,0.153725174569888,0.255354838366388,0.163253096276367,0.153725174569888,0.3052939238927,0.163193311674087,0.153725174569888,0.255766761736453,0.0815384070400499,0.153725174569888,0.286131751722197,0.164038186565924,0.153725174569888,0.329176532080518,0.00335256996406797,0.153725174569888,0.346612348982859,0.0169218655198769,0.153725174569888,0.320639775625823,0.00606781733406723,0.153725174569888,0.314370991060344,0.0527448734680946,0.5,0.153725174569888,0.33685721921856,0.0575648607556628,0.153725174569888,0.325189800348818,0.0192475449029813,0.5,0.153725174569888,0.333258530426489,0.0194177964524667,0.153725174569888,0.329446678800275,0.0163894581738698,0.153725174569888,0.24807933421171,0.28159570742931,0.153725174569888,0.31761733497794,0.102628337787232,0.153725174569888,0.288182558373955,0.0841471063715242,0.153725174569888,0.308871423760529,0.0275005203635857,0.153725174569888,0.285410153520992,0.0254034275851572,0.5,0.153725174569888,0.302288180757197,0.0577318437541078,0,0.077291321455589,0.061389518648161 -2202,0.5,0.153725174569888,0.0830054821604978,0.0949298781605035,0.153725174569888,0.109375624519209,0.109573637062816,0.153725174569888,0.101314023879214,0.0357930172364144,0.153725174569888,0.0686671955674405,0.107934574116598,0.153725174569888,0.143704922039206,0.00228754160903471,0.153725174569888,0.160165280669582,0.0125764515779058,0.153725174569888,0.140927755863191,0.00211772695775243,0.153725174569888,0.135500206926085,0.0161839933886915,0.5,0.153725174569888,0.137421378500148,0.0223769835214541,0.153725174569888,0.0983846008598243,0.0155472220905781,0.5,0.153725174569888,0.10523653907114,0.00864641609208431,0.153725174569888,0.116624946889064,0.0154701625120413,0.153725174569888,0.101316249812899,0.216487101205753,0.153725174569888,0.13427435655188,0.0756773753440877,0.153725174569888,0.116011911309422,0.0736096092728093,0.153725174569888,0.114123817018053,0.00506781053210565,0.153725174569888,0.0881833830053517,0.0148449280562136,0.5,0.153725174569888,0.0729344788519919,0.0457378835550482,0,0.121322842127349,0.0674874503600385 -2203,0.5,0.153725174569888,0.0,0.107440778416554,0.153725174569888,0.0,0.127020057604823,0.153725174569888,0.0,0.0433925857023499,0.153725174569888,0.0,0.10853844002366,0.153725174569888,0.0,0.0151784362267047,0.153725174569888,0.0,0.0348642000626788,0.153725174569888,0.0,0.00697523052439535,0.153725174569888,0.0,0.022230115054743,0.5,0.153725174569888,0.0,0.0250118427879979,0.153725174569888,0.0,0.0183446213773024,0.5,0.153725174569888,0.0,0.0130393272948674,0.153725174569888,0.0,0.0285344177704276,0.153725174569888,0.0,0.174813931178463,0.153725174569888,0.0,0.109139806558897,0.153725174569888,0.0,0.109178252559071,0.153725174569888,0.0,0.00452456184565572,0.153725174569888,0.0,0.0231336000609246,0.5,0.153725174569888,0.0,0.0525153697487182,0,0.160561973518409,0.0725356849932358 -2204,0.5,0.153725174569888,0.0,0.117517062924061,0.153725174569888,0.0,0.132676285056284,0.153725174569888,0.0,0.0468434071468676,0.153725174569888,0.0,0.09717776309722,0.153725174569888,0.0,0.0239493085461799,0.153725174569888,0.0,0.0514907975879508,0.153725174569888,0.0,0.0138618338150405,0.153725174569888,0.0,0.026252076412063,0.5,0.153725174569888,0.0,0.0187227537775367,0.153725174569888,0.0,0.0207536822008579,0.5,0.153725174569888,0.0,0.0113743415877092,0.153725174569888,0.0,0.038108128797645,0.153725174569888,0.0,0.142584329620111,0.153725174569888,0.0,0.126282433568814,0.153725174569888,0.0,0.11472038345476,0.153725174569888,0.0,0.00438899060187404,0.153725174569888,0.0,0.0268730616694283,0.5,0.153725174569888,0.0,0.05176920127591,0,0.155065876782529,0.0842718131343279 -2205,0.5,0.153725174569888,0.0,0.102676428046489,0.153725174569888,0.0,0.123175702580682,0.153725174569888,0.0,0.032917668814957,0.153725174569888,0.0,0.0816720040749713,0.153725174569888,0.0,0.0273176520021896,0.153725174569888,0.0,0.0574440111341996,0.153725174569888,0.0,0.018591452324729,0.153725174569888,0.0,0.0249398448286329,0.5,0.153725174569888,0.0,0.0120094756845968,0.153725174569888,0.0,0.0323547048649754,0.5,0.153725174569888,0.0,0.0126288766722659,0.153725174569888,0.0,0.0407997058640703,0.153725174569888,0.0,0.126171620997182,0.153725174569888,0.0,0.114534732180303,0.153725174569888,0.0,0.100132464431233,0.153725174569888,0.0,0.00514481579956637,0.153725174569888,0.0,0.0253954511745654,0.5,0.153725174569888,0.0,0.0360415944195679,0,0.129251891096239,0.0914646786406571 -2206,0.5,0.153725174569888,0.0,0.0801431199145569,0.153725174569888,0.0,0.0993814640370461,0.153725174569888,0.0,0.0178616944050921,0.153725174569888,0.0,0.0694928907696706,0.153725174569888,0.0,0.0258316023746738,0.153725174569888,0.0,0.0528353681085043,0.153725174569888,0.0,0.0236500891353232,0.153725174569888,0.0,0.0231009343593144,0.5,0.153725174569888,0.0,0.00996969267065926,0.153725174569888,0.0,0.0502887451454337,0.5,0.153725174569888,0.0,0.0170350140647579,0.153725174569888,0.0,0.0392413677293183,0.153725174569888,0.0,0.117744302594369,0.153725174569888,0.0,0.0962669248009831,0.153725174569888,0.0,0.0823119039280449,0.153725174569888,0.0,0.00682408451489419,0.153725174569888,0.0,0.0229718351345112,0.5,0.153725174569888,0.0,0.0250737833071456,0,0.0852347157565447,0.0966809756065122 -2207,0.5,0.153725174569888,0.0,0.0624579115623654,0.153725174569888,0.0,0.080944838767409,0.153725174569888,0.0,0.00945725801097911,0.153725174569888,0.0,0.0633212638774792,0.153725174569888,0.0,0.0205492194622074,0.153725174569888,0.0,0.042809954300882,0.153725174569888,0.0,0.026414073854644,0.153725174569888,0.0,0.0202474203723801,0.5,0.153725174569888,0.0,0.00988986251077252,0.153725174569888,0.0,0.0551050778394183,0.5,0.153725174569888,0.0,0.0157699686178416,0.153725174569888,0.0,0.0331176650179234,0.153725174569888,0.0,0.104258888440471,0.153725174569888,0.0,0.081383241812666,0.153725174569888,0.0,0.0659869203339365,0.153725174569888,0.0,0.00833817292530221,0.153725174569888,0.0,0.0203131757563529,0.5,0.153725174569888,0.0,0.0206567314369056,0,0.0604403635344423,0.0994888037657456 -2208,0.5,0.153725174569888,0.0,0.05266064071334,0.153725174569888,0.0,0.0768357297571444,0.153725174569888,0.0,0.00779680056929933,0.153725174569888,0.0,0.0572473972447156,0.153725174569888,0.0,0.016862437478655,0.153725174569888,0.0,0.0350487219110923,0.153725174569888,0.0,0.027734638609482,0.153725174569888,0.0,0.0219187189740628,0.5,0.153725174569888,0.0,0.00930682613877424,0.153725174569888,0.0,0.0482999899419865,0.5,0.153725174569888,0.0,0.0116215295759058,0.153725174569888,0.0,0.0271719004474911,0.153725174569888,0.0,0.0898239896361178,0.153725174569888,0.0,0.0650083485159491,0.153725174569888,0.0,0.050264757855494,0.153725174569888,0.0,0.00838836956916812,0.153725174569888,0.0,0.0174567430032088,0.5,0.153725174569888,0.0,0.0180036293422406,0,0.0490914694429328,0.0961394524365444 -2209,0.5,0.153725174569888,0.0,0.0504321375144691,0.153725174569888,0.0,0.0664973437559028,0.153725174569888,0.0,0.00855939876418296,0.153725174569888,0.0,0.0505623376488135,0.153725174569888,0.0,0.0123716239490932,0.153725174569888,0.0,0.0338757860389272,0.153725174569888,0.0,0.026435813724716,0.153725174569888,0.0,0.0286130440992511,0.5,0.153725174569888,0.0,0.00810220115242361,0.153725174569888,0.0,0.0393076535408366,0.5,0.153725174569888,0.0,0.00892554387033384,0.153725174569888,0.0,0.0253744945119562,0.153725174569888,0.0,0.0761391069364557,0.153725174569888,0.0,0.0516950940149446,0.153725174569888,0.0,0.0364263250456278,0.153725174569888,0.0,0.00848021944438372,0.153725174569888,0.0,0.015263734454803,0.5,0.153725174569888,0.0,0.0131210914165565,0,0.047975184180565,0.0805195546411338 -2210,0.5,0.153725174569888,0.0,0.0483464454180853,0.153725174569888,0.0,0.0671821445117394,0.153725174569888,0.0,0.00780986632946011,0.153725174569888,0.0,0.0371629855599106,0.153725174569888,0.0,0.0110919171236453,0.153725174569888,0.0,0.0341063242855561,0.153725174569888,0.0,0.024987818034078,0.153725174569888,0.0,0.0367036831899458,0.5,0.153725174569888,0.0,0.0068933352035302,0.153725174569888,0.0,0.0243772575214122,0.5,0.153725174569888,0.0,0.00808884728618744,0.153725174569888,0.0,0.0283888860958681,0.153725174569888,0.0,0.0730866045614684,0.153725174569888,0.0,0.0431342101203527,0.153725174569888,0.0,0.028698604276232,0.153725174569888,0.0,0.00810465698592074,0.153725174569888,0.0,0.0139790203431204,0.5,0.153725174569888,0.0,0.0117795898293898,0,0.0514429743139793,0.0557574162073057 -2211,0.5,0.153725174569888,0.0,0.0485715392883672,0.153725174569888,0.0,0.0661711809837805,0.153725174569888,0.0,0.00662810704986553,0.153725174569888,0.0,0.0274531882018002,0.153725174569888,0.0,0.0135983330798001,0.153725174569888,0.0,0.0370879510198788,0.153725174569888,0.0,0.028013296847648,0.153725174569888,0.0,0.046734074836175,0.5,0.153725174569888,0.0,0.00720474739110992,0.153725174569888,0.0,0.0172973912187539,0.5,0.153725174569888,0.0,0.00750625936498319,0.153725174569888,0.0,0.0334174668556616,0.153725174569888,0.0,0.0802328102864018,0.153725174569888,0.0,0.0427976506853114,0.153725174569888,0.0,0.025917014130915,0.153725174569888,0.0,0.00849921705528298,0.153725174569888,0.0,0.0151719722505803,0.5,0.153725174569888,0.0,0.0117310794319052,0,0.0560062155726736,0.0449736604484929 -2212,0.5,0.153725174569888,0.0,0.0516965971325856,0.153725174569888,0.0,0.0682811908587957,0.153725174569888,0.0,0.00562623780309073,0.153725174569888,0.0,0.0219291504642705,0.153725174569888,0.0,0.0175261151086316,0.153725174569888,0.0,0.044278732083712,0.153725174569888,0.0,0.0301718424858292,0.153725174569888,0.0,0.0535269126120636,0.5,0.153725174569888,0.0,0.00716890107922263,0.153725174569888,0.0,0.00747890926707449,0.5,0.153725174569888,0.0,0.00661015651850353,0.153725174569888,0.0,0.0222281183705014,0.153725174569888,0.0,0.0861541166177654,0.153725174569888,0.0,0.0462400906633779,0.153725174569888,0.0,0.0265324485097373,0.153725174569888,0.0,0.00834051782092033,0.153725174569888,0.0,0.0149113887407697,0.5,0.153725174569888,0.0,0.0120169046117799,0,0.0641403213114745,0.0458222070098794 -2213,0.5,0.153725174569888,0.0,0.055162995598354,0.153725174569888,0.0,0.0692008595082979,0.153725174569888,0.0,0.00397656861439205,0.153725174569888,0.0,0.0199960420814594,0.153725174569888,0.0,0.0254118058146507,0.153725174569888,0.0,0.0523702367251964,0.153725174569888,0.0,0.0347320476154088,0.153725174569888,0.0,0.0605009593008849,0.5,0.153725174569888,0.0,0.00778843983564457,0.153725174569888,0.0,0.00688376976447604,0.5,0.153725174569888,0.0,0.00728420803574947,0.153725174569888,0.0,0.0205936229747211,0.153725174569888,0.0,0.0966421109828106,0.153725174569888,0.0,0.0531018295810571,0.153725174569888,0.0,0.0291677118597998,0.153725174569888,0.0,0.00687597196503332,0.153725174569888,0.0,0.0136462637873012,0.5,0.153725174569888,0.0,0.00859746323533309,0,0.06723310329752,0.0609790135036379 -2214,0.5,0.153725174569888,0.0,0.0573787707772395,0.153725174569888,0.0,0.0675625252581774,0.153725174569888,0.0,0.00377191500686074,0.153725174569888,0.0,0.0179684638099292,0.153725174569888,0.0,0.0387459142475618,0.153725174569888,0.0,0.0589537830939755,0.153725174569888,0.0,0.0398451220927319,0.153725174569888,0.0,0.0636049268000039,0.5,0.153725174569888,0.0,0.0114104941242592,0.153725174569888,0.0,0.0066959330724404,0.5,0.153725174569888,0.0,0.00678641931494367,0.153725174569888,0.0,0.0157608089748954,0.153725174569888,0.0,0.111701992989862,0.153725174569888,0.0,0.0631764063211364,0.153725174569888,0.0,0.032823237184813,0.153725174569888,0.0,0.00747076821647818,0.153725174569888,0.0,0.0117936334400574,0.5,0.153725174569888,0.0,0.0061206488052498,0,0.0644332291055189,0.0938439946638547 -2215,0.5,0.153725174569888,0.0373667703483645,0.0563552377546054,0.153725174569888,0.0216380981995471,0.0695553020808374,0.153725174569888,0.0273839811579039,0.00476100917372179,0.153725174569888,0.0411121805419662,0.0139556663992593,0.153725174569888,0.00749648037707019,0.040878046649667,0.153725174569888,0.00439104414865922,0.0596379259528676,0.153725174569888,0.00706377996370923,0.0361840330858301,0.153725174569888,0.00420206507522296,0.0628071261559743,0.5,0.153725174569888,0.00371294840035684,0.00834987541235445,0.153725174569888,0.00894006159722143,0.0119393556947907,0.5,0.153725174569888,0.00669267811869689,0.00313687439164838,0.153725174569888,0.0060741577559946,0.0149429166705424,0.153725174569888,0.0198136106951194,0.11597352695874,0.153725174569888,0.0113185205023432,0.0786242538712232,0.153725174569888,0.0191001394600594,0.0378392943064398,0.153725174569888,0.0128040223895798,0.00847775990921261,0.153725174569888,0.0236271888623318,0.0101107641513273,0.5,0.153725174569888,0.0319450711874487,0.00554592041839188,0,0.076037343790326,0.142939024928519 -2216,0.5,0.153725174569888,0.161689179438633,0.0643009395008093,0.153725174569888,0.137448521629849,0.0766747459770918,0.153725174569888,0.140493312626723,0.0033367872923525,0.153725174569888,0.169446842129541,0.0107202550935823,0.153725174569888,0.106665000237482,0.0401967839208676,0.153725174569888,0.0909215894662101,0.0597110515621404,0.153725174569888,0.101523174121845,0.0294080474202206,0.153725174569888,0.079800375769407,0.0457101781683892,0.5,0.153725174569888,0.0676742418801674,0.00524856032681704,0.153725174569888,0.0676766754503113,0.0152409227405585,0.5,0.153725174569888,0.0782094002734222,0.00105339383639281,0.153725174569888,0.0739335798664573,0.0201288933730431,0.153725174569888,0.139410809173937,0.119915726206333,0.153725174569888,0.126583655744016,0.09362110387406,0.153725174569888,0.135375055737464,0.0444535813069652,0.153725174569888,0.112647201999182,0.00741080351856194,0.153725174569888,0.131546959655213,0.00866791447325885,0.5,0.153725174569888,0.140987361647729,0.00590223826790059,0,0.0816271773330349,0.199543665756938 -2217,0.5,0.153725174569888,0.312098884418655,0.114256981587333,0.153725174569888,0.286917148183393,0.128806403037363,0.153725174569888,0.279363294190432,0.0026063995716342,0.153725174569888,0.317331114767526,0.0114098281933258,0.153725174569888,0.235190975329858,0.0551802594103157,0.153725174569888,0.180898088691388,0.0608530167947566,0.153725174569888,0.223678748726812,0.0243817069437883,0.153725174569888,0.152682554203525,0.032444771796765,0.5,0.153725174569888,0.158002854092362,0.00383032197171146,0.153725174569888,0.164522735840683,0.00750232598813008,0.5,0.153725174569888,0.169610373252013,0.00115601848739935,0.153725174569888,0.173930519910625,0.0165633149328597,0.153725174569888,0.291745736785117,0.177588606006178,0.153725174569888,0.275980672142086,0.134882011918797,0.153725174569888,0.276446210804299,0.0679225909251789,0.153725174569888,0.241931782402797,0.00716674166549164,0.153725174569888,0.266567727718487,0.0125389055255455,0.5,0.153725174569888,0.268843438303988,0.00980849837837383,0,0.0890678237401286,0.248113519729347 -2218,0.5,0.153725174569888,0.465477123835995,0.148247690925382,0.153725174569888,0.442431280802272,0.211857978019232,0.153725174569888,0.42539911750703,0.0028507999366469,0.153725174569888,0.466501363226835,0.0131818871783538,0.153725174569888,0.372482882135402,0.0898093648460609,0.153725174569888,0.236147173127112,0.0635478557732618,0.153725174569888,0.334588315059275,0.031400496857455,0.153725174569888,0.198004041001671,0.0307736992668812,0.5,0.153725174569888,0.26062227379405,0.00678012639715666,0.153725174569888,0.276939973079256,0.00333203665072521,0.5,0.153725174569888,0.29558519836203,0.00143955081687113,0.153725174569888,0.315130401512189,0.0141340148308007,0.153725174569888,0.441082155209284,0.259647841130626,0.153725174569888,0.421668451111773,0.169402012405299,0.153725174569888,0.418027067979326,0.0813961948916745,0.153725174569888,0.377353458169031,0.00911426218163172,0.153725174569888,0.402270202303813,0.0219265728497117,0.5,0.153725174569888,0.392524053538408,0.0206973813386696,0,0.0859701865061907,0.310836255490398 -2219,0.5,0.153725174569888,0.592504829674854,0.184141056478647,0.153725174569888,0.576910170717381,0.228401278370098,0.153725174569888,0.542126251748288,0.00354060597823899,0.153725174569888,0.581394961994961,0.0101239177172965,0.153725174569888,0.494513474627012,0.122815016056423,0.153725174569888,0.289726847033376,0.0736616354177953,0.153725174569888,0.406189703249021,0.0295736285862721,0.153725174569888,0.254570106570509,0.0343264624665935,0.5,0.153725174569888,0.381691891690285,0.0193049979680515,0.153725174569888,0.426434046225394,0.00230423090218411,0.5,0.153725174569888,0.401666675641595,0.00409878975830019,0.153725174569888,0.44250540241823,0.015568652700403,0.153725174569888,0.577092745570476,0.31079467345848,0.153725174569888,0.550664637359411,0.19783987293608,0.153725174569888,0.542240108193079,0.0971517683563429,0.153725174569888,0.454753422256832,0.0111924427761615,0.153725174569888,0.503311881974646,0.0218713140781753,0.5,0.153725174569888,0.50227466604857,0.0300362019973344,0,0.0913351087762788,0.365326362914211 -2220,0.5,0.153725174569888,0.66362281386813,0.214470909576572,0.153725174569888,0.652956712264293,0.213974028796979,0.153725174569888,0.602217318310062,0.00481539004515072,0.153725174569888,0.639787321927059,0.00712322924725163,0.153725174569888,0.563635728793295,0.130917942881062,0.153725174569888,0.333176591032084,0.0592467885134829,0.153725174569888,0.416983013116177,0.022198192002248,0.153725174569888,0.353405897655863,0.0422951281352522,0.5,0.153725174569888,0.494522851354772,0.0385799087171313,0.153725174569888,0.544286463698333,0.00211394504480013,0.5,0.153725174569888,0.502199242554227,0.00717820374440624,0.153725174569888,0.526187217377381,0.0145049928231641,0.153725174569888,0.657897358847742,0.313187439094613,0.153725174569888,0.625374292848946,0.232422286646306,0.153725174569888,0.612509796717282,0.11712639824088,0.153725174569888,0.489539148086002,0.0103670322659881,0.153725174569888,0.549321362489673,0.0170577208230934,0.5,0.153725174569888,0.573991027442862,0.0232399882323743,0,0.113977237047043,0.358998540053749 -2221,0.5,0.153725174569888,0.683666068056684,0.254511049149941,0.153725174569888,0.680082393272114,0.268532083820841,0.153725174569888,0.619735661792449,0.00772135818178412,0.153725174569888,0.650081777676172,0.00865420280624656,0.153725174569888,0.581388691542918,0.121912310694996,0.153725174569888,0.389191612373811,0.0528656153953066,0.153725174569888,0.452992160406458,0.00860600475577588,0.153725174569888,0.509076531782418,0.0873073757759014,0.5,0.153725174569888,0.510890357100363,0.0472863002196094,0.153725174569888,0.579221307073547,0.0127241944470056,0.5,0.153725174569888,0.567206116331846,0.00843079048673132,0.153725174569888,0.548983557653393,0.0166787197981612,0.153725174569888,0.688440800277149,0.353331386955853,0.153725174569888,0.643893771658802,0.268803512158287,0.153725174569888,0.62761675164388,0.137448097733461,0.153725174569888,0.499871694431191,0.00507713903018203,0.153725174569888,0.58829073740761,0.0100510049107793,0.5,0.153725174569888,0.592542869250154,0.0133148832893454,0,0.167706015358236,0.325194778321855 -2222,0.5,0.153725174569888,0.662359789027317,0.299474566910781,0.153725174569888,0.667447081446613,0.29965920897033,0.153725174569888,0.589164100753455,0.0132576225841593,0.153725174569888,0.621152263141801,0.0204116338659594,0.153725174569888,0.515539818278936,0.102506035725842,0.153725174569888,0.393610231550874,0.0468696473984204,0.153725174569888,0.411198933660396,0.00327070655195415,0.153725174569888,0.554939790932242,0.15009884174884,0.5,0.153725174569888,0.473855470739539,0.0410365208511288,0.153725174569888,0.548844200748923,0.0366217717451254,0.5,0.153725174569888,0.585039404365962,0.00919749801049493,0.153725174569888,0.528134394531805,0.0285955409442485,0.153725174569888,0.678606262971027,0.41334208688783,0.153725174569888,0.626681833896886,0.284209272777968,0.153725174569888,0.601798320878705,0.153822857682111,0.153725174569888,0.449453188586705,0.0012894902224733,0.153725174569888,0.588236762850618,0.00399486763024798,0.5,0.153725174569888,0.576024383797753,0.0140220985866171,0,0.225560259517501,0.352778905921175 -2223,0.5,0.153725174569888,0.58353595433649,0.354030706166299,0.153725174569888,0.599131703646212,0.33789628170465,0.153725174569888,0.462014412099976,0.026192848483124,0.153725174569888,0.529988214065816,0.0374390291069302,0.153725174569888,0.373372607506985,0.079096963604447,0.153725174569888,0.350410598614351,0.0794822258427229,0.153725174569888,0.354650634657066,0.00191113280000744,0.153725174569888,0.453588454877676,0.198280725873583,0.5,0.153725174569888,0.416346738123373,0.045696038337826,0.153725174569888,0.46863887721915,0.071220378583447,0.5,0.153725174569888,0.528908717546236,0.0158957728524812,0.153725174569888,0.445727887824618,0.0496831183979578,0.153725174569888,0.611390920484152,0.50124587463075,0.153725174569888,0.567069067869194,0.316706717657516,0.153725174569888,0.51879600152242,0.169808746671385,0.153725174569888,0.330652013302744,0.00032715204493546,0.153725174569888,0.534305891622983,0.00196271194881943,0.5,0.153725174569888,0.507623891547883,0.0209748607498382,0,0.233336607940205,0.46916604795558 -2224,0.5,0.153725174569888,0.454085528820182,0.408651597278608,0.153725174569888,0.475875388364487,0.378096880643595,0.153725174569888,0.319566021150901,0.0417908819365985,0.153725174569888,0.376357467717405,0.0637866192353647,0.153725174569888,0.228071285953275,0.067312423142981,0.153725174569888,0.318310632506488,0.123254942147494,0.153725174569888,0.215916889910334,0.00545634965429797,0.153725174569888,0.329838477076293,0.173337548849759,0.5,0.153725174569888,0.342603165747981,0.0567416060330365,0.153725174569888,0.354542634401321,0.087601591073254,0.5,0.153725174569888,0.40748807220626,0.0419145711038758,0.153725174569888,0.334081831391349,0.0779784153675251,0.153725174569888,0.487980246843878,0.556604687303405,0.153725174569888,0.441405965560305,0.355164363483239,0.153725174569888,0.378836679591103,0.183629976881144,0.153725174569888,0.293037529391733,0.00412791553201415,0.153725174569888,0.424678467300862,0.00550823045455347,0.5,0.153725174569888,0.382366585924492,0.0285687876392324,0,0.227351713607975,0.606597582377003 -2225,0.5,0.153725174569888,0.313343226542439,0.387118184977424,0.153725174569888,0.338075839783386,0.286571551915847,0.153725174569888,0.228814188953696,0.0511483133475483,0.153725174569888,0.254522817011965,0.0869108535380372,0.153725174569888,0.11350938392442,0.0599071398007876,0.153725174569888,0.227961019526722,0.114997515252173,0.153725174569888,0.148492229818378,0.0185086156856557,0.153725174569888,0.203965040515399,0.121266327105325,0.5,0.153725174569888,0.224204259721383,0.0543731507379365,0.153725174569888,0.232608872451973,0.0519483113434915,0.5,0.153725174569888,0.266865990676846,0.0700860043502171,0.153725174569888,0.236441932816001,0.0653235521232171,0.153725174569888,0.350563431842978,0.529373853831776,0.153725174569888,0.288281854355815,0.353047971662604,0.153725174569888,0.21478834090247,0.165414981123839,0.153725174569888,0.205673755186129,0.0105075487599604,0.153725174569888,0.287340121047237,0.0159977577052446,0.5,0.153725174569888,0.236655643833376,0.024730133969171,0,0.251122586129801,0.702662352532529 -2226,0.5,0.153725174569888,0.0807018084248135,0.264190631176121,0.153725174569888,0.109464412235805,0.208767284577955,0.153725174569888,0.0976388371373202,0.0472113483115484,0.153725174569888,0.0656363397380309,0.0625111559886548,0.153725174569888,0.0638396979176029,0.0824164747351078,0.153725174569888,0.107870107140783,0.0983727633862434,0.153725174569888,0.0879979729281134,0.0258459521453848,0.153725174569888,0.0860262895931034,0.0472183746442289,0.5,0.153725174569888,0.101426093374898,0.0276823780286531,0.153725174569888,0.0946091786642984,0.0360420739226824,0.5,0.153725174569888,0.114768079760733,0.0409926985097346,0.153725174569888,0.116191332947671,0.0388485187616652,0.153725174569888,0.148599477665919,0.459078364630827,0.153725174569888,0.122657965659168,0.262102650550831,0.153725174569888,0.0821577008178165,0.121214101151753,0.153725174569888,0.0939984587174313,0.00635891605731781,0.153725174569888,0.0938299436854038,0.0127985568978897,0.5,0.153725174569888,0.0831772236861573,0.0235969022186832,0,0.282308522253648,0.777609201817668 -2227,0.5,0.153725174569888,0.0,0.239064696876321,0.153725174569888,0.0,0.265814657648898,0.153725174569888,0.0,0.0709307064982557,0.153725174569888,0.0,0.0931092508030579,0.153725174569888,0.0,0.139661692627885,0.153725174569888,0.0,0.133684062054789,0.153725174569888,0.0,0.0348866515157882,0.153725174569888,0.0,0.0438819104811144,0.5,0.153725174569888,0.0,0.0292121322201073,0.153725174569888,0.0,0.0331710327393947,0.5,0.153725174569888,0.0,0.0488849493426203,0.153725174569888,0.0,0.0437115360037657,0.153725174569888,0.0,0.443391358037944,0.153725174569888,0.0,0.299712844989998,0.153725174569888,0.0,0.144970768460654,0.153725174569888,0.0,0.00983697614113911,0.153725174569888,0.0,0.0181348412628865,0.5,0.153725174569888,0.0,0.0289832129825026,0,0.327685715135276,0.856459285378479 -2228,0.5,0.153725174569888,0.0,0.222706377846027,0.153725174569888,0.0,0.380793670358015,0.153725174569888,0.0,0.0782076674998952,0.153725174569888,0.0,0.109147577573973,0.153725174569888,0.0,0.184033412992428,0.153725174569888,0.0,0.134393346809593,0.153725174569888,0.0,0.0412434743256157,0.153725174569888,0.0,0.0387321068035635,0.5,0.153725174569888,0.0,0.0283818449698483,0.153725174569888,0.0,0.0253341311406951,0.5,0.153725174569888,0.0,0.0365553432851637,0.153725174569888,0.0,0.0390787471307188,0.153725174569888,0.0,0.476380375746435,0.153725174569888,0.0,0.361209816760484,0.153725174569888,0.0,0.191751023293429,0.153725174569888,0.0,0.0097055341630035,0.153725174569888,0.0,0.0179547897390077,0.5,0.153725174569888,0.0,0.0270800945783233,0,0.353773658495323,0.907909103981567 -2229,0.5,0.153725174569888,0.0,0.203997817492382,0.153725174569888,0.0,0.433032013721946,0.153725174569888,0.0,0.0776452802930443,0.153725174569888,0.0,0.120790917980555,0.153725174569888,0.0,0.183789749039484,0.153725174569888,0.0,0.111683192790144,0.153725174569888,0.0,0.0399799263559272,0.153725174569888,0.0,0.030384374722663,0.5,0.153725174569888,0.0,0.0232712109136509,0.153725174569888,0.0,0.0176110283707054,0.5,0.153725174569888,0.0,0.0317442275730859,0.153725174569888,0.0,0.0333142595149123,0.153725174569888,0.0,0.492367922468163,0.153725174569888,0.0,0.386155216481835,0.153725174569888,0.0,0.220170706244954,0.153725174569888,0.0,0.0114797673678742,0.153725174569888,0.0,0.0166822604174434,0.5,0.153725174569888,0.0,0.0169533212204986,0,0.32822518818934,0.923319177255496 -2230,0.5,0.153725174569888,0.0,0.195417669400665,0.153725174569888,0.0,0.38622558728392,0.153725174569888,0.0,0.0808431288360175,0.153725174569888,0.0,0.132734603301876,0.153725174569888,0.0,0.165754147663593,0.153725174569888,0.0,0.0921143497948061,0.153725174569888,0.0,0.0361774989506617,0.153725174569888,0.0,0.0215012765800293,0.5,0.153725174569888,0.0,0.0181922883133387,0.153725174569888,0.0,0.0170271784520057,0.5,0.153725174569888,0.0,0.0264668920105676,0.153725174569888,0.0,0.0304224507835464,0.153725174569888,0.0,0.486067904248819,0.153725174569888,0.0,0.407676055582697,0.153725174569888,0.0,0.22645727150471,0.153725174569888,0.0,0.0146827327172042,0.153725174569888,0.0,0.0176363702258431,0.5,0.153725174569888,0.0,0.0116807061766873,0,0.304704424407101,0.919916192957575 -2231,0.5,0.153725174569888,0.0,0.187927524122796,0.153725174569888,0.0,0.375509755025319,0.153725174569888,0.0,0.0771631881112297,0.153725174569888,0.0,0.145408514027043,0.153725174569888,0.0,0.171241982582385,0.153725174569888,0.0,0.0786013451445582,0.153725174569888,0.0,0.0346914242735834,0.153725174569888,0.0,0.0141867642954423,0.5,0.153725174569888,0.0,0.01606894642979,0.153725174569888,0.0,0.014987286956228,0.5,0.153725174569888,0.0,0.0193474564205043,0.153725174569888,0.0,0.0258188207734661,0.153725174569888,0.0,0.475927273689616,0.153725174569888,0.0,0.434274607534577,0.153725174569888,0.0,0.237239258101916,0.153725174569888,0.0,0.0187094983977656,0.153725174569888,0.0,0.0174832728102563,0.5,0.153725174569888,0.0,0.00949779604285496,0,0.309112806678785,0.922698453895746 -2232,0.5,0.153725174569888,0.0,0.182759081586313,0.153725174569888,0.0,0.373076873454698,0.153725174569888,0.0,0.0652772254089569,0.153725174569888,0.0,0.14986219511322,0.153725174569888,0.0,0.15174128338419,0.153725174569888,0.0,0.0589779482258814,0.153725174569888,0.0,0.0364275427348773,0.153725174569888,0.0,0.00967253773163879,0.5,0.153725174569888,0.0,0.0164720027240903,0.153725174569888,0.0,0.0134246767702278,0.5,0.153725174569888,0.0,0.0123628829067964,0.153725174569888,0.0,0.0196815697769775,0.153725174569888,0.0,0.463673567895144,0.153725174569888,0.0,0.420917314900969,0.153725174569888,0.0,0.241920687663491,0.153725174569888,0.0,0.0199329012620495,0.153725174569888,0.0,0.0183191490582989,0.5,0.153725174569888,0.0,0.00865201668958773,0,0.325987244867599,0.915161411343001 -2233,0.5,0.153725174569888,0.0,0.177324491446396,0.153725174569888,0.0,0.368841529122485,0.153725174569888,0.0,0.0589569380814008,0.153725174569888,0.0,0.156387627816291,0.153725174569888,0.0,0.110615533473211,0.153725174569888,0.0,0.038297471246216,0.153725174569888,0.0,0.041008923780196,0.153725174569888,0.0,0.0079409900807932,0.5,0.153725174569888,0.0,0.0186371714930948,0.153725174569888,0.0,0.0117650345337135,0.5,0.153725174569888,0.0,0.0110591672664654,0.153725174569888,0.0,0.0182303674675502,0.153725174569888,0.0,0.45986966421702,0.153725174569888,0.0,0.383878920842037,0.153725174569888,0.0,0.232526206681132,0.153725174569888,0.0,0.019386303231345,0.153725174569888,0.0,0.0187843374508026,0.5,0.153725174569888,0.0,0.00861156287217657,0,0.32843922096304,0.866279385239348 -2234,0.5,0.153725174569888,0.0,0.176544090130294,0.153725174569888,0.0,0.326582412941919,0.153725174569888,0.0,0.0765561614563368,0.153725174569888,0.0,0.175566305212818,0.153725174569888,0.0,0.0874239330408959,0.153725174569888,0.0,0.0230899063177904,0.153725174569888,0.0,0.0453227714143218,0.153725174569888,0.0,0.00639709425607868,0.5,0.153725174569888,0.0,0.0201821174032678,0.153725174569888,0.0,0.0121048433116353,0.5,0.153725174569888,0.0,0.0137118912399319,0.153725174569888,0.0,0.0144168386992817,0.153725174569888,0.0,0.459981941975345,0.153725174569888,0.0,0.331562131174159,0.153725174569888,0.0,0.215333703953205,0.153725174569888,0.0,0.0190535561511991,0.153725174569888,0.0,0.0195823715768178,0.5,0.153725174569888,0.0,0.0116479846127786,0,0.327245161531207,0.869833541382701 -2235,0.5,0.153725174569888,0.0,0.190073400816246,0.153725174569888,0.0,0.31158963536585,0.153725174569888,0.0,0.0855665280815612,0.153725174569888,0.0,0.200909745733997,0.153725174569888,0.0,0.0860807775225502,0.153725174569888,0.0,0.012473191082311,0.153725174569888,0.0,0.046242940145606,0.153725174569888,0.0,0.00535320489240106,0.5,0.153725174569888,0.0,0.0209308748978915,0.153725174569888,0.0,0.00751632470547168,0.5,0.153725174569888,0.0,0.0211996765020513,0.153725174569888,0.0,0.011430368336984,0.153725174569888,0.0,0.421536709797746,0.153725174569888,0.0,0.308296971814725,0.153725174569888,0.0,0.204503490145591,0.153725174569888,0.0,0.0188064609904214,0.153725174569888,0.0,0.0226553990889349,0.5,0.153725174569888,0.0,0.0137548567587195,0,0.372132327664694,0.923185958559473 -2236,0.5,0.153725174569888,0.0,0.223823980628109,0.153725174569888,0.0,0.259150589923897,0.153725174569888,0.0,0.0955297940633176,0.153725174569888,0.0,0.23120530325276,0.153725174569888,0.0,0.098356806853969,0.153725174569888,0.0,0.00451121457612287,0.153725174569888,0.0,0.0423544779070126,0.153725174569888,0.0,0.00548217925131725,0.5,0.153725174569888,0.0,0.0194444500344218,0.153725174569888,0.0,0.00625933691258326,0.5,0.153725174569888,0.0,0.0209805694146226,0.153725174569888,0.0,0.00999632761793312,0.153725174569888,0.0,0.372415340302862,0.153725174569888,0.0,0.344476830178358,0.153725174569888,0.0,0.204528696445663,0.153725174569888,0.0,0.021241297358424,0.153725174569888,0.0,0.024932547029727,0.5,0.153725174569888,0.0,0.0130762528350684,0,0.478958076760295,0.964028699870584 -2237,0.5,0.153725174569888,0.0,0.252769799400164,0.153725174569888,0.0,0.274483558677324,0.153725174569888,0.0,0.106402682834391,0.153725174569888,0.0,0.241349011315504,0.153725174569888,0.0,0.117671016491204,0.153725174569888,0.0,0.00226421341458177,0.153725174569888,0.0,0.0356472874696951,0.153725174569888,0.0,0.0082128226523269,0.5,0.153725174569888,0.0,0.0156826708723698,0.153725174569888,0.0,0.00532548873671013,0.5,0.153725174569888,0.0,0.0182501025267346,0.153725174569888,0.0,0.0108526673686036,0.153725174569888,0.0,0.413153670978862,0.153725174569888,0.0,0.406883874270539,0.153725174569888,0.0,0.220497885342812,0.153725174569888,0.0,0.0220714203476084,0.153725174569888,0.0,0.022779354940587,0.5,0.153725174569888,0.0,0.0133210189890049,0,0.539127057407129,0.958847035166537 -2238,0.5,0.153725174569888,0.0,0.268828297388446,0.153725174569888,0.0,0.407673681936836,0.153725174569888,0.0,0.135318836460568,0.153725174569888,0.0,0.251300984527938,0.153725174569888,0.0,0.138329516703702,0.153725174569888,0.0,0.0055562981045696,0.153725174569888,0.0,0.0338004956980559,0.153725174569888,0.0,0.0127530436513598,0.5,0.153725174569888,0.0,0.0144363619816637,0.153725174569888,0.0,0.00355622830996252,0.5,0.153725174569888,0.0,0.0177678904195408,0.153725174569888,0.0,0.012571491923909,0.153725174569888,0.0,0.483530531176681,0.153725174569888,0.0,0.459852683969406,0.153725174569888,0.0,0.252616753043103,0.153725174569888,0.0,0.0203869380451765,0.153725174569888,0.0,0.0196037999703873,0.5,0.153725174569888,0.0,0.0130425803655472,0,0.514464699806446,0.929505170143942 -2239,0.5,0.153725174569888,0.0421052867687469,0.298071035188308,0.153725174569888,0.0124629229312314,0.472898368771886,0.153725174569888,0.0127062748421187,0.178527750377443,0.153725174569888,0.0252097316951286,0.259131659732202,0.153725174569888,0.00333475255941629,0.175723938112043,0.153725174569888,0.00224268869423027,0.0117620122216891,0.153725174569888,0.00597403180394058,0.035029463256132,0.153725174569888,0.0048495174006334,0.0127408534745979,0.5,0.153725174569888,0.00675845424336777,0.0170917515449733,0.153725174569888,0.0253510231338481,0.00272144343651141,0.5,0.153725174569888,0.0149387052464327,0.0167668766027497,0.153725174569888,0.0161044019788421,0.0111347840100921,0.153725174569888,0.0131572989363337,0.594331670818427,0.153725174569888,0.00253757678167523,0.488529366410605,0.153725174569888,0.00729812401984849,0.330559691899622,0.153725174569888,0.0131706598671234,0.0174641829110368,0.153725174569888,0.0282997114553375,0.0179811936786743,0.5,0.153725174569888,0.0374404965541975,0.0105191436759437,0,0.534042912507772,0.901555333966315 -2240,0.5,0.153725174569888,0.161844145864026,0.402817781410815,0.153725174569888,0.0630514268692627,0.507930199583503,0.153725174569888,0.0673702815764095,0.211477407168172,0.153725174569888,0.10616291015932,0.289367946313186,0.153725174569888,0.0516967315514744,0.224921781747645,0.153725174569888,0.0496100827367355,0.0152165580153419,0.153725174569888,0.0894802760148678,0.0376068285393448,0.153725174569888,0.0865280328752288,0.0139451419957105,0.5,0.153725174569888,0.104902930823404,0.0197488237492359,0.153725174569888,0.150081068456544,0.00272128527717677,0.5,0.153725174569888,0.130614441615382,0.0158287668529563,0.153725174569888,0.134904374964253,0.007519984322871,0.153725174569888,0.0642346421577616,0.673843168566134,0.153725174569888,0.0229422051480189,0.552732156544779,0.153725174569888,0.064461900072983,0.414092912689279,0.153725174569888,0.116175596816415,0.0195346444377062,0.153725174569888,0.154030145674664,0.0175787815413666,0.5,0.153725174569888,0.168972812388067,0.0115717208488565,0,0.665546527655412,0.872522461778862 -2241,0.5,0.153725174569888,0.301276497500601,0.544937227432091,0.153725174569888,0.133416772983021,0.682164788911649,0.153725174569888,0.131097673852888,0.258635497470386,0.153725174569888,0.21373549513546,0.347364843153204,0.153725174569888,0.117343213319415,0.27698550481453,0.153725174569888,0.132181272681462,0.0224735293440195,0.153725174569888,0.212624873457236,0.0726258443373662,0.153725174569888,0.206307653118501,0.0348846892788024,0.5,0.153725174569888,0.242528523453757,0.0330104225268288,0.153725174569888,0.305926127687973,0.0133073611188062,0.5,0.153725174569888,0.281367357053726,0.0428742279383547,0.153725174569888,0.286744630000489,0.0174874273607602,0.153725174569888,0.116127862075035,0.769959836773439,0.153725174569888,0.0644700500933451,0.592174979797101,0.153725174569888,0.159736979574023,0.549211394563077,0.153725174569888,0.253553937469557,0.0659760923225727,0.153725174569888,0.306125087539674,0.0407697589714668,0.5,0.153725174569888,0.323939640408135,0.0396000483276606,0,0.788709155908414,0.873152744012959 -2242,0.5,0.153725174569888,0.445050825753827,0.649254678536801,0.153725174569888,0.184999689205969,0.68542563844761,0.153725174569888,0.205493573270496,0.264572378284053,0.153725174569888,0.343799467670341,0.437008080259046,0.153725174569888,0.202282179344523,0.293545963836462,0.153725174569888,0.245865680080455,0.0389001670169901,0.153725174569888,0.34339115179604,0.174805312727647,0.153725174569888,0.347133605027334,0.0508145538222838,0.5,0.153725174569888,0.393379471197631,0.0637595272624836,0.153725174569888,0.466594346645546,0.0273397434922367,0.5,0.153725174569888,0.438181437829483,0.1165556472458,0.153725174569888,0.44516482500182,0.0479260409253048,0.153725174569888,0.140310114428434,0.775673293260371,0.153725174569888,0.109171733502999,0.60454675207002,0.153725174569888,0.261006562992324,0.572035832737019,0.153725174569888,0.396804030070219,0.131369591466931,0.153725174569888,0.460926672408217,0.122708697475937,0.5,0.153725174569888,0.480787682198501,0.0919180942634817,0,0.865670992943534,0.897031527569851 -2243,0.5,0.153725174569888,0.555153654384883,0.700728613272203,0.153725174569888,0.231470370514444,0.724596665267955,0.153725174569888,0.308094770211294,0.254260146020845,0.153725174569888,0.487260824611785,0.477538468312739,0.153725174569888,0.286074520918224,0.289876920472232,0.153725174569888,0.368113527728746,0.0485664586227334,0.153725174569888,0.472788239074566,0.236411659903798,0.153725174569888,0.477633355946289,0.0591929492174087,0.5,0.153725174569888,0.527090883745703,0.092511182934787,0.153725174569888,0.595544275380655,0.0475327318343314,0.5,0.153725174569888,0.569205513349071,0.178584473322072,0.153725174569888,0.57622487544382,0.0862165347187501,0.153725174569888,0.154431896410466,0.788476868404101,0.153725174569888,0.121680051187366,0.550632768299443,0.153725174569888,0.36806673281268,0.569015944039702,0.153725174569888,0.524539360438254,0.204674947026057,0.153725174569888,0.5867197412783,0.207021282674778,0.5,0.153725174569888,0.602913189489377,0.165320203617674,0,0.876009127718947,0.91900059770958 -2244,0.5,0.153725174569888,0.60497060213696,0.724064929808443,0.153725174569888,0.255329056650368,0.716935088480827,0.153725174569888,0.464901886977738,0.254718665116887,0.153725174569888,0.609146605863258,0.540202803079206,0.153725174569888,0.288774804718573,0.319617271437074,0.153725174569888,0.476740230378836,0.056549494964039,0.153725174569888,0.55336586889732,0.186018001723237,0.153725174569888,0.562523979513749,0.0586664461829828,0.5,0.153725174569888,0.612347085222468,0.0988487666927049,0.153725174569888,0.669848714273489,0.0703301434170939,0.5,0.153725174569888,0.647660688881881,0.212416941588444,0.153725174569888,0.652164049725841,0.106604277428824,0.153725174569888,0.143807418735556,0.776926588901048,0.153725174569888,0.15613068606586,0.571434871086676,0.153725174569888,0.411082531851703,0.548919633864731,0.153725174569888,0.609866150534776,0.210198597800033,0.153725174569888,0.65874839952727,0.242179940001492,0.5,0.153725174569888,0.670298236955307,0.232561169037476,0,0.873054997613077,0.919969067072379 -2245,0.5,0.153725174569888,0.576669116833351,0.755411801798151,0.153725174569888,0.237007034135579,0.764265477421971,0.153725174569888,0.591516446998798,0.326104277117467,0.153725174569888,0.649981884493866,0.612834536620304,0.153725174569888,0.224967268291469,0.32976039522018,0.153725174569888,0.537799756326992,0.0617402562972326,0.153725174569888,0.578685329874698,0.158882257056338,0.153725174569888,0.585656164496642,0.0714420447635841,0.5,0.153725174569888,0.650989343726741,0.106750100156947,0.153725174569888,0.694650467420947,0.0978673205403194,0.5,0.153725174569888,0.676648438702222,0.244795713233478,0.153725174569888,0.676393209097535,0.149037459565462,0.153725174569888,0.158935335493661,0.794408911134188,0.153725174569888,0.159744190276932,0.598994009813272,0.153725174569888,0.381603094591956,0.523213666019774,0.153725174569888,0.643829116230989,0.189594740808011,0.153725174569888,0.683151855357221,0.268480703073952,0.5,0.153725174569888,0.690324541274042,0.309707221696153,0,0.88948324028813,0.937734359092919 -2246,0.5,0.153725174569888,0.501855793688231,0.772092857185399,0.153725174569888,0.239692796711551,0.802508032889134,0.153725174569888,0.612705858368892,0.420982326122356,0.153725174569888,0.623254687361562,0.684816928287256,0.153725174569888,0.188758728076556,0.367248292870426,0.153725174569888,0.529896247838417,0.0687142650925099,0.153725174569888,0.549566762603781,0.125704895866659,0.153725174569888,0.582344618174494,0.0844813661215844,0.5,0.153725174569888,0.650497236202979,0.111135685290295,0.153725174569888,0.676808464453382,0.122293775580966,0.5,0.153725174569888,0.665342216834364,0.294489377423947,0.153725174569888,0.657469980986847,0.196185530263387,0.153725174569888,0.155640401619464,0.813115684315696,0.153725174569888,0.144475496158485,0.639077729166918,0.153725174569888,0.371190583479991,0.586865869297708,0.153725174569888,0.62965445501818,0.168072106314819,0.153725174569888,0.666573604813535,0.30841260518526,0.5,0.153725174569888,0.664150045946814,0.368678141208873,0,0.921475208627709,0.961978532236733 -2247,0.5,0.153725174569888,0.411455147635991,0.766260355935638,0.153725174569888,0.137425832348723,0.789938508392124,0.153725174569888,0.538552737757098,0.493192115462213,0.153725174569888,0.539955252543791,0.730835887637191,0.153725174569888,0.223345687348854,0.385531324669757,0.153725174569888,0.475634014222401,0.0856258596465867,0.153725174569888,0.44043019136279,0.126222329705309,0.153725174569888,0.530936230476686,0.115293631691511,0.5,0.153725174569888,0.596192852418217,0.110406449657384,0.153725174569888,0.602836654658666,0.123832303103508,0.5,0.153725174569888,0.602508942470263,0.331329382514226,0.153725174569888,0.582999685185446,0.20923178805064,0.153725174569888,0.124909558511847,0.831809395702323,0.153725174569888,0.0886132133982198,0.651115127310348,0.153725174569888,0.291689147326891,0.635082722003509,0.153725174569888,0.568261927093392,0.171690081693868,0.153725174569888,0.595203562817579,0.338339538482432,0.5,0.153725174569888,0.587029842531552,0.398964378661041,0,0.953805482636788,0.967759825120271 -2248,0.5,0.153725174569888,0.288723237008424,0.745572858864653,0.153725174569888,0.0435701889839264,0.7420318719825,0.153725174569888,0.414669849172512,0.562017889871961,0.153725174569888,0.410493686854941,0.762807661934669,0.153725174569888,0.185237042516515,0.386466345031919,0.153725174569888,0.350187259870348,0.0996862605599502,0.153725174569888,0.36108028819062,0.140933357991043,0.153725174569888,0.437358965739531,0.12109868544868,0.5,0.153725174569888,0.48295372492946,0.111522793194072,0.153725174569888,0.474147322058549,0.127084918110968,0.5,0.153725174569888,0.483821967124699,0.345387359840078,0.153725174569888,0.454319732821049,0.218447410356407,0.153725174569888,0.0924077380775456,0.836522272868053,0.153725174569888,0.0771397657331777,0.641208630901289,0.153725174569888,0.245399028744415,0.674819503107126,0.153725174569888,0.457276324128508,0.202333760266161,0.153725174569888,0.470874406507212,0.346322214573444,0.5,0.153725174569888,0.45356930367525,0.389743141758376,0,0.973500958963873,0.965433637489619 -2249,0.5,0.153725174569888,0.158267866037171,0.681230859135433,0.153725174569888,0.0249896747154954,0.701016482539369,0.153725174569888,0.283155644207334,0.581947532400794,0.153725174569888,0.269152372751793,0.744545629156214,0.153725174569888,0.126926008508225,0.358719045378535,0.153725174569888,0.235567931497951,0.100501645232811,0.153725174569888,0.216391174282377,0.160848641345377,0.153725174569888,0.286833707156004,0.123765003814626,0.5,0.153725174569888,0.325715415054219,0.107395944602848,0.153725174569888,0.31798787371962,0.081760384691875,0.5,0.153725174569888,0.336427696564212,0.294654954816511,0.153725174569888,0.304274423643995,0.156245736124415,0.153725174569888,0.0540034755380049,0.814017019086043,0.153725174569888,0.0579562816022917,0.593574009847047,0.153725174569888,0.16760439829087,0.619181981734664,0.153725174569888,0.319586191529418,0.23859309957422,0.153725174569888,0.323450563971102,0.265580223642126,0.5,0.153725174569888,0.301274064581856,0.23312584937934,0,0.980699290120117,0.964905853483025 -2250,0.5,0.153725174569888,0.0652149384099721,0.599069757310239,0.153725174569888,0.0190112459435978,0.673777682127327,0.153725174569888,0.107232616653538,0.478942120185646,0.153725174569888,0.0781747941924073,0.626851780120603,0.153725174569888,0.0533596019885628,0.298744049253158,0.153725174569888,0.125913805866434,0.0939490190472223,0.153725174569888,0.0757930830968228,0.141180774388214,0.153725174569888,0.120461766903236,0.112804043050443,0.5,0.153725174569888,0.13638006203513,0.0647491698317645,0.153725174569888,0.104482514030873,0.023253915638681,0.5,0.153725174569888,0.110123727045517,0.139073613252958,0.153725174569888,0.116632885539497,0.0515140256126041,0.153725174569888,0.0204898809029884,0.807022163091474,0.153725174569888,0.043096133421302,0.540514849252665,0.153725174569888,0.0716594253887499,0.518399792794879,0.153725174569888,0.117038898604925,0.185939887368557,0.153725174569888,0.08750263365119,0.142899132190591,0.5,0.153725174569888,0.0782995274527306,0.110887994610253,0,0.983671425775135,0.959560225570801 -2251,0.5,0.153725174569888,1.15722803175856e-05,0.541852341743683,0.153725174569888,0.0,0.640887866344704,0.153725174569888,0.0,0.373438892662349,0.153725174569888,0.0,0.503017828507089,0.153725174569888,0.000778436763417336,0.225111743701652,0.153725174569888,0.0,0.0792152082083278,0.153725174569888,0.0,0.113273909975096,0.153725174569888,0.0,0.110008054807031,0.5,0.153725174569888,0.0,0.0978595285526472,0.153725174569888,0.0,0.0140603076557065,0.5,0.153725174569888,0.0,0.150624327403065,0.153725174569888,8.33108383381786e-06,0.0359787910634111,0.153725174569888,4.64592528777055e-05,0.802762474558752,0.153725174569888,4.40192571088725e-05,0.47516247583105,0.153725174569888,4.60015340237733e-05,0.450449591719899,0.153725174569888,0.0,0.153904460657181,0.153725174569888,0.0,0.139900367796856,0.5,0.153725174569888,0.0,0.103093764302832,0,0.981946194635354,0.942222128020595 -2252,0.5,0.153725174569888,0.0,0.524268251415678,0.153725174569888,0.0,0.594977289807748,0.153725174569888,0.0,0.343589146586893,0.153725174569888,0.0,0.451988167372485,0.153725174569888,0.0,0.170139563323429,0.153725174569888,0.0,0.0981556659686391,0.153725174569888,0.0,0.105220404997814,0.153725174569888,0.0,0.138923101787184,0.5,0.153725174569888,0.0,0.122293374820995,0.153725174569888,0.0,0.00972133788355734,0.5,0.153725174569888,0.0,0.130592404083876,0.153725174569888,0.0,0.0271631177388364,0.153725174569888,0.0,0.795168051583652,0.153725174569888,0.0,0.443972940563452,0.153725174569888,0.0,0.444331891705558,0.153725174569888,0.0,0.134512603274047,0.153725174569888,0.0,0.125489514376944,0.5,0.153725174569888,0.0,0.0990138879489987,0,0.973098693592418,0.914118750594502 -2253,0.5,0.153725174569888,0.0,0.510395338386299,0.153725174569888,0.0,0.621215565368831,0.153725174569888,0.0,0.316761335628013,0.153725174569888,0.0,0.399869986362658,0.153725174569888,0.0,0.153034921754447,0.153725174569888,0.0,0.128236912346252,0.153725174569888,0.0,0.10440693123958,0.153725174569888,0.0,0.176010543243024,0.5,0.153725174569888,0.0,0.143265456961887,0.153725174569888,0.0,0.0081246988702844,0.5,0.153725174569888,0.0,0.115506582394757,0.153725174569888,0.0,0.0221920345294853,0.153725174569888,0.0,0.774708333088427,0.153725174569888,0.0,0.406848992903815,0.153725174569888,0.0,0.443760853615169,0.153725174569888,0.0,0.103467294843605,0.153725174569888,0.0,0.117503710587822,0.5,0.153725174569888,0.0,0.0888177109949743,0,0.967844176316471,0.880761599662739 -2254,0.5,0.153725174569888,0.0,0.475272584867972,0.153725174569888,0.0,0.562336452087983,0.153725174569888,0.0,0.241402615897427,0.153725174569888,0.0,0.335138166900709,0.153725174569888,0.0,0.141569503466034,0.153725174569888,0.0,0.140967803112629,0.153725174569888,0.0,0.0965046229958281,0.153725174569888,0.0,0.181677018527901,0.5,0.153725174569888,0.0,0.154963465934481,0.153725174569888,0.0,0.00770034586646843,0.5,0.153725174569888,0.0,0.100068943869744,0.153725174569888,0.0,0.0153834459102899,0.153725174569888,0.0,0.708267243192718,0.153725174569888,0.0,0.357653656482647,0.153725174569888,0.0,0.407529145469917,0.153725174569888,0.0,0.0780670165211097,0.153725174569888,0.0,0.103786075749715,0.5,0.153725174569888,0.0,0.0695898663934637,0,0.947153758190389,0.839300484671067 -2255,0.5,0.153725174569888,0.0,0.441272745611727,0.153725174569888,0.0,0.498004581016877,0.153725174569888,0.0,0.155880583644252,0.153725174569888,0.0,0.287512743224068,0.153725174569888,0.0,0.119067577429826,0.153725174569888,0.0,0.135133508774547,0.153725174569888,0.0,0.0676586589171569,0.153725174569888,0.0,0.168996198103052,0.5,0.153725174569888,0.0,0.15815383880063,0.153725174569888,0.0,0.00784958844238227,0.5,0.153725174569888,0.0,0.0835578730929442,0.153725174569888,0.0,0.0123189026899098,0.153725174569888,0.0,0.627131053891832,0.153725174569888,0.0,0.319979314660633,0.153725174569888,0.0,0.342911695762324,0.153725174569888,0.0,0.0509098603799238,0.153725174569888,0.0,0.0865446789552643,0.5,0.153725174569888,0.0,0.0549852208310157,0,0.884265848047712,0.77905399920105 -2256,0.5,0.153725174569888,0.0,0.396135328838624,0.153725174569888,0.0,0.45628191125337,0.153725174569888,0.0,0.0963216279325606,0.153725174569888,0.0,0.235052250133275,0.153725174569888,0.0,0.0931605827970431,0.153725174569888,0.0,0.119853921318522,0.153725174569888,0.0,0.0363476901319881,0.153725174569888,0.0,0.161969057734996,0.5,0.153725174569888,0.0,0.170721782565447,0.153725174569888,0.0,0.00568406229214937,0.5,0.153725174569888,0.0,0.0665945163915016,0.153725174569888,0.0,0.0121881072159737,0.153725174569888,0.0,0.557974077599827,0.153725174569888,0.0,0.287628818918442,0.153725174569888,0.0,0.28676797145988,0.153725174569888,0.0,0.0271448811130149,0.153725174569888,0.0,0.0745916487144266,0.5,0.153725174569888,0.0,0.0398771167841575,0,0.782135562985203,0.698650817853422 -2257,0.5,0.153725174569888,0.0,0.335284353429312,0.153725174569888,0.0,0.409377965575094,0.153725174569888,0.0,0.0665345981556121,0.153725174569888,0.0,0.190223040427877,0.153725174569888,0.0,0.0726836147236859,0.153725174569888,0.0,0.0976194458624957,0.153725174569888,0.0,0.0170778252014561,0.153725174569888,0.0,0.154371197613881,0.5,0.153725174569888,0.0,0.179061605682006,0.153725174569888,0.0,0.00279854808439689,0.5,0.153725174569888,0.0,0.0383777937719273,0.153725174569888,0.0,0.00753487013358048,0.153725174569888,0.0,0.491857156939926,0.153725174569888,0.0,0.257291315486451,0.153725174569888,0.0,0.24874384278145,0.153725174569888,0.0,0.0143529635724848,0.153725174569888,0.0,0.0591861126541293,0.5,0.153725174569888,0.0,0.0284247411791489,0,0.721038227719375,0.520285437086589 -2258,0.5,0.153725174569888,0.0,0.282183129868207,0.153725174569888,0.0,0.336454003818054,0.153725174569888,0.0,0.0521162581306382,0.153725174569888,0.0,0.154871109746454,0.153725174569888,0.0,0.0558644431627944,0.153725174569888,0.0,0.0902231883326087,0.153725174569888,0.0,0.0155608573732501,0.153725174569888,0.0,0.137786955332781,0.5,0.153725174569888,0.0,0.171714508061605,0.153725174569888,0.0,0.00229611206771266,0.5,0.153725174569888,0.0,0.0274979443250697,0.153725174569888,0.0,0.00544644446239416,0.153725174569888,0.0,0.430134676398618,0.153725174569888,0.0,0.22574765775883,0.153725174569888,0.0,0.208447345357429,0.153725174569888,0.0,0.0109623712644349,0.153725174569888,0.0,0.0383026637034584,0.5,0.153725174569888,0.0,0.0218943384167797,0,0.705041019504652,0.276793264298784 -2259,0.5,0.153725174569888,0.0,0.251959188092637,0.153725174569888,0.0,0.276659939804198,0.153725174569888,0.0,0.0350177586484122,0.153725174569888,0.0,0.131423405152065,0.153725174569888,0.0,0.0421926846986733,0.153725174569888,0.0,0.105065234460676,0.153725174569888,0.0,0.0173021330751595,0.153725174569888,0.0,0.131619109559349,0.5,0.153725174569888,0.0,0.169626768904144,0.153725174569888,0.0,0.00148213696312983,0.5,0.153725174569888,0.0,0.0201256699910274,0.153725174569888,0.0,0.00377592724738652,0.153725174569888,0.0,0.395793386672066,0.153725174569888,0.0,0.18486444192431,0.153725174569888,0.0,0.167834874514512,0.153725174569888,0.0,0.00852143081666225,0.153725174569888,0.0,0.0252418436756622,0.5,0.153725174569888,0.0,0.0149022642712717,0,0.660021686262869,0.124977161741707 -2260,0.5,0.153725174569888,0.0,0.228080802744106,0.153725174569888,0.0,0.256477254426207,0.153725174569888,0.0,0.0240895490383832,0.153725174569888,0.0,0.116082844685583,0.153725174569888,0.0,0.0323556841362796,0.153725174569888,0.0,0.121376473930476,0.153725174569888,0.0,0.0274232052720858,0.153725174569888,0.0,0.139976756646488,0.5,0.153725174569888,0.0,0.165209448249969,0.153725174569888,0.0,0.000791723074763641,0.5,0.153725174569888,0.0,0.0109811912028781,0.153725174569888,0.0,0.00461776825992192,0.153725174569888,0.0,0.378691175441611,0.153725174569888,0.0,0.133647423789204,0.153725174569888,0.0,0.143093554457967,0.153725174569888,0.0,0.00699597390153085,0.153725174569888,0.0,0.0206262272904366,0.5,0.153725174569888,0.0,0.00819273431048694,0,0.612881726492796,0.0548606359456485 -2261,0.5,0.153725174569888,0.0,0.2081636041869,0.153725174569888,0.0,0.254190102744561,0.153725174569888,0.0,0.0178291904882872,0.153725174569888,0.0,0.106624103418054,0.153725174569888,0.0,0.0241407041822893,0.153725174569888,0.0,0.113381309498989,0.153725174569888,0.0,0.0520391047333298,0.153725174569888,0.0,0.137132754493887,0.5,0.153725174569888,0.0,0.168141845774579,0.153725174569888,0.0,0.00177873436844479,0.5,0.153725174569888,0.0,0.00988071450467794,0.153725174569888,0.0,0.00547147169597994,0.153725174569888,0.0,0.330188210777151,0.153725174569888,0.0,0.0899467395138594,0.153725174569888,0.0,0.126994665054787,0.153725174569888,0.0,0.00693343832076472,0.153725174569888,0.0,0.017426561759523,0.5,0.153725174569888,0.0,0.00555827445915027,0,0.550897317366537,0.0242777219860868 -2262,0.5,0.153725174569888,0.0,0.196513535535151,0.153725174569888,0.0,0.191540223474342,0.153725174569888,0.0,0.0125854858064645,0.153725174569888,0.0,0.105365398630593,0.153725174569888,0.0,0.0172421599841732,0.153725174569888,0.0,0.082717171570066,0.153725174569888,0.0,0.0747195545042036,0.153725174569888,0.0,0.139645377317857,0.5,0.153725174569888,0.0,0.179998651019323,0.153725174569888,0.0,0.00255360326259944,0.5,0.153725174569888,0.0,0.00881546065520848,0.153725174569888,0.0,0.00745975416320182,0.153725174569888,0.0,0.260095949391026,0.153725174569888,0.0,0.0622691768292536,0.153725174569888,0.0,0.0982612307637769,0.153725174569888,0.0,0.00814824438199395,0.153725174569888,0.0,0.0156343188060871,0.5,0.153725174569888,0.0,0.00369721290134856,0,0.487248037754187,0.013024235903794 -2263,0.5,0.153725174569888,0.0321901496985415,0.197158079485014,0.153725174569888,0.00349323190543288,0.13638497899383,0.153725174569888,0.0269824174486108,0.0101961542664915,0.153725174569888,0.0385749906210569,0.119807906850359,0.153725174569888,0.00444436911848517,0.0171620846613595,0.153725174569888,0.00204684973181007,0.0683262207609542,0.153725174569888,0.00355192747792262,0.0783511971330022,0.153725174569888,0.00154711113286393,0.140849894499089,0.5,0.153725174569888,0.00579967371946725,0.180222129657159,0.153725174569888,0.0249093903805584,0.00223777696957137,0.5,0.153725174569888,0.0187336864734622,0.00843540592204586,0.153725174569888,0.0176658661148525,0.0113661990018023,0.153725174569888,0.00437254355706468,0.214243104848236,0.153725174569888,0.00155343146446483,0.0498707703982032,0.153725174569888,0.0099621929687024,0.0698688119412132,0.153725174569888,0.0175815310900542,0.00831801684767261,0.153725174569888,0.0285403949660647,0.0142324927009425,0.5,0.153725174569888,0.0341451510624134,0.00221433495219397,0,0.469672490493748,0.00964445511575982 -2264,0.5,0.153725174569888,0.124699632814749,0.216742719627385,0.153725174569888,0.0145500464506293,0.126741206499946,0.153725174569888,0.118655085464758,0.0105138054086517,0.153725174569888,0.141599253647819,0.138986970567994,0.153725174569888,0.0358274214257839,0.0262534766096422,0.153725174569888,0.0293210593881455,0.0794718234627796,0.153725174569888,0.0288327172884467,0.0875432216037407,0.153725174569888,0.0246042623673991,0.139511272298797,0.5,0.153725174569888,0.0546477266004823,0.184628282612282,0.153725174569888,0.125759037865122,0.00205334948485022,0.5,0.153725174569888,0.136208093764928,0.00930758592356121,0.153725174569888,0.120893998299855,0.0162382152552501,0.153725174569888,0.0239492895912958,0.182568639571197,0.153725174569888,0.0122104789783293,0.0415165753426747,0.153725174569888,0.0653590424446354,0.063095986506799,0.153725174569888,0.103684802407041,0.0112193967934589,0.153725174569888,0.143770449916401,0.0133395877567522,0.5,0.153725174569888,0.139072429521109,0.00175927775458568,0,0.476796900879265,0.00709221070951334 -2265,0.5,0.153725174569888,0.224704428187718,0.235633092267144,0.153725174569888,0.041416166783077,0.130577397371416,0.153725174569888,0.219447360915724,0.00697035678462456,0.153725174569888,0.266501578487085,0.108885177900922,0.153725174569888,0.0430950505979998,0.0462745925408327,0.153725174569888,0.0755860546283545,0.093914856468265,0.153725174569888,0.0650725691930346,0.113569082958711,0.153725174569888,0.0763236555151971,0.144273145500721,0.5,0.153725174569888,0.101854060970243,0.188020549414848,0.153725174569888,0.240002280487212,0.00464956269545198,0.5,0.153725174569888,0.280651267228889,0.0298429233245938,0.153725174569888,0.236857010334339,0.0333279545702827,0.153725174569888,0.0439130512874941,0.146719499315225,0.153725174569888,0.0244852156714772,0.0290854903566648,0.153725174569888,0.126849718260299,0.0639450709339676,0.153725174569888,0.181902817671099,0.0143945152821683,0.153725174569888,0.282670474033038,0.0203359750796537,0.5,0.153725174569888,0.254352955833396,0.00195978248700263,0,0.397782172929381,0.00505464583601152 -2266,0.5,0.153725174569888,0.308007586023359,0.229591220982645,0.153725174569888,0.0794353765521008,0.119120660722165,0.153725174569888,0.312590091855842,0.00399706265058425,0.153725174569888,0.390608129098312,0.105876054052617,0.153725174569888,0.0704979695377405,0.0738786958896812,0.153725174569888,0.143385477199917,0.124446423009773,0.153725174569888,0.0992136332408385,0.142060547929194,0.153725174569888,0.140398733116363,0.141348578448061,0.5,0.153725174569888,0.145395127698408,0.171524559156603,0.153725174569888,0.371244692705948,0.0179424423819118,0.5,0.153725174569888,0.43096197147305,0.0527368498931037,0.153725174569888,0.353292512576156,0.0609020721825063,0.153725174569888,0.0731540631180481,0.118794599910499,0.153725174569888,0.0384010597222772,0.0171278841957627,0.153725174569888,0.189320906896107,0.0585808949259484,0.153725174569888,0.248308704485243,0.0326364473133654,0.153725174569888,0.428600542002133,0.0246569065512736,0.5,0.153725174569888,0.370684945616775,0.00246950832708692,0,0.365110118911976,0.00503066856761637 -2267,0.5,0.153725174569888,0.387810882853603,0.225310850125426,0.153725174569888,0.0955525557479422,0.0662297622141966,0.153725174569888,0.35083411491599,0.00462380773663682,0.153725174569888,0.455920059156907,0.0747285574882246,0.153725174569888,0.131583717775452,0.0977107869606406,0.153725174569888,0.201686645850712,0.14250249903786,0.153725174569888,0.116694904408064,0.165085181773263,0.153725174569888,0.226025649525782,0.157916552393802,0.5,0.153725174569888,0.192259191002387,0.152443887374447,0.153725174569888,0.453183949685259,0.018928938246429,0.5,0.153725174569888,0.550926677464274,0.0625133653416664,0.153725174569888,0.449476242450315,0.0911725432777373,0.153725174569888,0.0884221305308615,0.0856970615713707,0.153725174569888,0.0598070355913254,0.0105783699098592,0.153725174569888,0.255374661601423,0.0404705849200553,0.153725174569888,0.323756775374791,0.0777584235120519,0.153725174569888,0.570733297797887,0.0299527507051662,0.5,0.153725174569888,0.461072567684116,0.00312624515598936,0,0.32374863700162,0.00878327778812306 -2268,0.5,0.153725174569888,0.425141163392869,0.232090024102933,0.153725174569888,0.0730227976489353,0.0441867525791484,0.153725174569888,0.401826056774079,0.00679815822462869,0.153725174569888,0.481399415534888,0.0714822103519266,0.153725174569888,0.153483497984255,0.134373721421493,0.153725174569888,0.206263698647863,0.143854341504548,0.153725174569888,0.122666321738414,0.197838160370072,0.153725174569888,0.252978957320517,0.157712888575123,0.5,0.153725174569888,0.240334807873827,0.153059543033351,0.153725174569888,0.493666393377371,0.0176315207062293,0.5,0.153725174569888,0.612466063005738,0.0690637238732296,0.153725174569888,0.486467166702626,0.117172013626045,0.153725174569888,0.108143720894021,0.0732742494771722,0.153725174569888,0.0984941488612749,0.0121963913366349,0.153725174569888,0.330935975118871,0.0340752147052284,0.153725174569888,0.339938463910359,0.107921733666067,0.153725174569888,0.654414036120993,0.0327240715327758,0.5,0.153725174569888,0.503273481772851,0.00268484145750386,0,0.220217967091261,0.0157787811685505 -2269,0.5,0.153725174569888,0.431971539771174,0.225169868278978,0.153725174569888,0.158640545410161,0.0370103743062165,0.153725174569888,0.403938512402822,0.00845419321789977,0.153725174569888,0.469713111844632,0.0792766749667368,0.153725174569888,0.154630646789886,0.181193237554543,0.153725174569888,0.187443434133959,0.146554656962822,0.153725174569888,0.116713032666004,0.225964793584418,0.153725174569888,0.232632123715713,0.149941228276554,0.5,0.153725174569888,0.265316010593344,0.156180997287976,0.153725174569888,0.501273291578799,0.0159227119449145,0.5,0.153725174569888,0.619539258403574,0.0846707472283269,0.153725174569888,0.48013725190542,0.134072306832318,0.153725174569888,0.112718002612662,0.0481220153928068,0.153725174569888,0.140293519454963,0.0285091128919724,0.153725174569888,0.32307727195819,0.0326535492474529,0.153725174569888,0.343005680975652,0.149755525927354,0.153725174569888,0.674646271767429,0.0390327499278121,0.5,0.153725174569888,0.517125773986087,0.00253613049316262,0,0.160706558827761,0.0191966929866512 -2270,0.5,0.153725174569888,0.387881858934743,0.198674518526516,0.153725174569888,0.133234748087061,0.0304643017969147,0.153725174569888,0.362752625589215,0.00968474917356223,0.153725174569888,0.462872356072572,0.088356028172249,0.153725174569888,0.128185765435292,0.191995291157052,0.153725174569888,0.155196483039143,0.135715689897875,0.153725174569888,0.116330826874953,0.228318496881466,0.153725174569888,0.237769671352389,0.150645551908862,0.5,0.153725174569888,0.307567474228276,0.160779206140759,0.153725174569888,0.470071510010394,0.0136770363879225,0.5,0.153725174569888,0.600247207835981,0.0826277049520104,0.153725174569888,0.444870724998739,0.148722794278778,0.153725174569888,0.154525934999096,0.032155542881132,0.153725174569888,0.154051457645425,0.0538051696558788,0.153725174569888,0.288083127494889,0.043230085223781,0.153725174569888,0.322906260771294,0.200239135715611,0.153725174569888,0.653551777925952,0.0415450846893021,0.5,0.153725174569888,0.491121166468413,0.00323596825535589,0,0.118069097326582,0.0224624585316988 -2271,0.5,0.153725174569888,0.320733958991608,0.164202237792474,0.153725174569888,0.11746552121531,0.00977859434771854,0.153725174569888,0.264329932048967,0.00862934826772685,0.153725174569888,0.361082730914836,0.0887086943638736,0.153725174569888,0.0912079879405621,0.168695932928639,0.153725174569888,0.124267897145212,0.111756689564117,0.153725174569888,0.122125600428423,0.212281862015918,0.153725174569888,0.244792846641838,0.142716996257063,0.5,0.153725174569888,0.289682718651194,0.146690095434092,0.153725174569888,0.417828324003744,0.0136783129450516,0.5,0.153725174569888,0.52322247816795,0.0730636525173076,0.153725174569888,0.376958982060678,0.145691565259574,0.153725174569888,0.150300243283519,0.0215688258742948,0.153725174569888,0.145740827728816,0.0732066938958617,0.153725174569888,0.19428727581618,0.0577650999461877,0.153725174569888,0.257525474318837,0.236803935296524,0.153725174569888,0.576055742900903,0.0406849398464293,0.5,0.153725174569888,0.431936658401912,0.00464538104369517,0,0.0981017651490523,0.0336274443515343 -2272,0.5,0.153725174569888,0.227341068741191,0.117934760530307,0.153725174569888,0.130513530874524,0.00268444218886854,0.153725174569888,0.233858492164515,0.00770305645676062,0.153725174569888,0.235148227188065,0.0785694259409862,0.153725174569888,0.0613854291927037,0.132132899472752,0.153725174569888,0.0889311710027268,0.0879946418813508,0.153725174569888,0.0887830384199296,0.185195473650722,0.153725174569888,0.227754569880523,0.132112235911314,0.5,0.153725174569888,0.243287200835686,0.130070896600766,0.153725174569888,0.289852909635729,0.0103680068656439,0.5,0.153725174569888,0.384829544524987,0.0747563599806942,0.153725174569888,0.271547956731133,0.1340287887161,0.153725174569888,0.109386111489149,0.0146974690471605,0.153725174569888,0.113705492616146,0.0782775153695204,0.153725174569888,0.125738633278392,0.0703995044567488,0.153725174569888,0.169278964350116,0.239194506180762,0.153725174569888,0.448427969657768,0.0452548561017045,0.5,0.153725174569888,0.312418827537104,0.00644612380121347,0,0.0783560537483819,0.0500284099081486 -2273,0.5,0.153725174569888,0.126437871177197,0.0606736526947298,0.153725174569888,0.0877956368685444,0.00429278411775266,0.153725174569888,0.194045998058925,0.00987237171048771,0.153725174569888,0.13548850494082,0.053183726030523,0.153725174569888,0.0369222353491171,0.0960684259318041,0.153725174569888,0.0548615715743971,0.0675202582734078,0.153725174569888,0.0504730832184476,0.162779270508139,0.153725174569888,0.167564218740271,0.115201529752422,0.5,0.153725174569888,0.170666145517047,0.106326085691243,0.153725174569888,0.160857336591152,0.00530216833048808,0.5,0.153725174569888,0.232756630325298,0.0885772410241898,0.153725174569888,0.177528194712133,0.10665314626885,0.153725174569888,0.0669308628096153,0.0102216065414855,0.153725174569888,0.0718309641233209,0.0599092391849758,0.153725174569888,0.0610458959517293,0.0820844348191119,0.153725174569888,0.100032595168814,0.224827096814763,0.153725174569888,0.304771588133838,0.0489531078071296,0.5,0.153725174569888,0.205132560812049,0.00752299146687032,0,0.0493762223492853,0.062642052324448 -2274,0.5,0.153725174569888,0.0386305268929511,0.022965676171917,0.153725174569888,0.0343889029838094,0.0110839285390952,0.153725174569888,0.0958494376483715,0.00994592703492566,0.153725174569888,0.0459704487617299,0.0249525614602274,0.153725174569888,0.0133116197811542,0.057527089022919,0.153725174569888,0.0282250776878399,0.0386586883331895,0.153725174569888,0.0184976843821954,0.122163463300555,0.153725174569888,0.086312444421576,0.0826924684910961,0.5,0.153725174569888,0.0859929562853028,0.0685364206317963,0.153725174569888,0.0530881244182366,0.00225777372963713,0.5,0.153725174569888,0.0857083273445043,0.0740300810385636,0.153725174569888,0.0677780746031891,0.0537338552191094,0.153725174569888,0.0192168485499424,0.00771935566957352,0.153725174569888,0.0242222770892557,0.0267707779117004,0.153725174569888,0.0229832614806405,0.0736935044570444,0.153725174569888,0.0449565545725779,0.186100213565137,0.153725174569888,0.0930648724588976,0.0364943508400066,0.5,0.153725174569888,0.0639000160461953,0.00646551623822746,0,0.0292042906214748,0.0630804924960267 -2275,0.5,0.153725174569888,8.77414871368882e-05,0.0179233164413949,0.153725174569888,0.0,0.0234552533038265,0.153725174569888,0.0,0.0128800504789682,0.153725174569888,3.3621552643646e-05,0.0209436050836708,0.153725174569888,0.0,0.0295124786552264,0.153725174569888,0.0,0.0109245564880087,0.153725174569888,8.91954127630714e-05,0.0873890016338059,0.153725174569888,0.0,0.0327105830741835,0.5,0.153725174569888,0.0,0.0240187602959996,0.153725174569888,9.19677743011668e-05,0.00184939165600691,0.5,0.153725174569888,0.0,0.168814290973534,0.153725174569888,4.32469363738355e-05,0.0485759008519919,0.153725174569888,0.000481408318261604,0.0113840783778064,0.153725174569888,5.61698383276835e-05,0.0145812752176854,0.153725174569888,0.000157600042318732,0.0613194155385126,0.153725174569888,6.24535915977172e-05,0.14427914641285,0.153725174569888,0.0,0.0662098310540885,0.5,0.153725174569888,1.03579696046812e-05,0.0115020630370252,0,0.0181691285898106,0.0714726905580068 -2276,0.5,0.153725174569888,0.0,0.0118326017379335,0.153725174569888,0.0,0.0330060349254021,0.153725174569888,0.0,0.0196552634857423,0.153725174569888,0.0,0.0143522407340063,0.153725174569888,0.0,0.0192750953038753,0.153725174569888,0.0,0.00268353610865089,0.153725174569888,0.0,0.0582259256005688,0.153725174569888,0.0,0.0201715643712183,0.5,0.153725174569888,0.0,0.0191092298648414,0.153725174569888,0.0,0.00278542120260819,0.5,0.153725174569888,0.0,0.26362266927235,0.153725174569888,0.0,0.0835154278145166,0.153725174569888,0.0,0.0175365330858961,0.153725174569888,0.0,0.0147021801667805,0.153725174569888,0.0,0.0576183685355016,0.153725174569888,0.0,0.125824341648627,0.153725174569888,0.0,0.0863721296167959,0.5,0.153725174569888,0.0,0.015609413602347,0,0.010619318023224,0.0832085846462117 -2277,0.5,0.153725174569888,0.0,0.00839321143697785,0.153725174569888,0.0,0.0465407879412669,0.153725174569888,0.0,0.0364976084179515,0.153725174569888,0.0,0.00814796693200728,0.153725174569888,0.0,0.0168205405806344,0.153725174569888,0.0,0.004917156374728,0.153725174569888,0.0,0.0394694998892739,0.153725174569888,0.0,0.0168910692347713,0.5,0.153725174569888,0.0,0.0177679993056,0.153725174569888,0.0,0.0115368254209102,0.5,0.153725174569888,0.0,0.239431947732734,0.153725174569888,0.0,0.166962980055198,0.153725174569888,0.0,0.0236335013763569,0.153725174569888,0.0,0.0171088515519627,0.153725174569888,0.0,0.0605511257232699,0.153725174569888,0.0,0.121817924170052,0.153725174569888,0.0,0.0929367801462523,0.5,0.153725174569888,0.0,0.017570799398345,0,0.00523839836344741,0.087079469128211 -2278,0.5,0.153725174569888,0.0,0.00905616733830114,0.153725174569888,0.0,0.0509679858845507,0.153725174569888,0.0,0.048236378485521,0.153725174569888,0.0,0.00544951140149132,0.153725174569888,0.0,0.0155589671434921,0.153725174569888,0.0,0.0127711550272827,0.153725174569888,0.0,0.0243586198115182,0.153725174569888,0.0,0.0163779231351854,0.5,0.153725174569888,0.0,0.0148451182417524,0.153725174569888,0.0,0.0479583309345345,0.5,0.153725174569888,0.0,0.186569715286627,0.153725174569888,0.0,0.277652876951106,0.153725174569888,0.0,0.0276012778361184,0.153725174569888,0.0,0.0205104295626629,0.153725174569888,0.0,0.0570724614598032,0.153725174569888,0.0,0.105833243535613,0.153725174569888,0.0,0.0921400347166003,0.5,0.153725174569888,0.0,0.0204266277850095,0,0.00218610636518144,0.103654168889215 -2279,0.5,0.153725174569888,0.0,0.0128920264043088,0.153725174569888,0.0,0.0465506569903571,0.153725174569888,0.0,0.0580267810069446,0.153725174569888,0.0,0.00722927429860536,0.153725174569888,0.0,0.0195408474617879,0.153725174569888,0.0,0.0248275936325816,0.153725174569888,0.0,0.0160099309900195,0.153725174569888,0.0,0.0205308199123416,0.5,0.153725174569888,0.0,0.0114577659720462,0.153725174569888,0.0,0.166147636625429,0.5,0.153725174569888,0.0,0.138120454409941,0.153725174569888,0.0,0.220777489207609,0.153725174569888,0.0,0.0314361713567495,0.153725174569888,0.0,0.0281164164267192,0.153725174569888,0.0,0.0473969321549197,0.153725174569888,0.0,0.076856614853311,0.153725174569888,0.0,0.0898778993351804,0.5,0.153725174569888,0.0,0.0231779012195292,0,0.00269944505524773,0.149923965264543 -2280,0.5,0.153725174569888,0.0,0.0185522958494185,0.153725174569888,0.0,0.0436721747832637,0.153725174569888,0.0,0.0667170509757691,0.153725174569888,0.0,0.0145520360714491,0.153725174569888,0.0,0.0297349285803708,0.153725174569888,0.0,0.039507648093466,0.153725174569888,0.0,0.012125480983091,0.153725174569888,0.0,0.0278661787958706,0.5,0.153725174569888,0.0,0.00662300505939981,0.153725174569888,0.0,0.254717852953839,0.5,0.153725174569888,0.0,0.102269685386151,0.153725174569888,0.0,0.124253064116034,0.153725174569888,0.0,0.0369924200654081,0.153725174569888,0.0,0.0405732944001909,0.153725174569888,0.0,0.0386327972856118,0.153725174569888,0.0,0.0541474733046792,0.153725174569888,0.0,0.0894190474377151,0.5,0.153725174569888,0.0,0.0413751350150742,0,0.0058928095599084,0.200269975325021 -2281,0.5,0.153725174569888,0.0,0.0264225265195871,0.153725174569888,0.0,0.0354039914454072,0.153725174569888,0.0,0.0664779261458671,0.153725174569888,0.0,0.024505210591611,0.153725174569888,0.0,0.0436238954793133,0.153725174569888,0.0,0.057572615006538,0.153725174569888,0.0,0.0133553810915458,0.153725174569888,0.0,0.0352863095522187,0.5,0.153725174569888,0.0,0.00395079357136815,0.153725174569888,0.0,0.171417352388696,0.5,0.153725174569888,0.0,0.0988643528300179,0.153725174569888,0.0,0.0869797659482219,0.153725174569888,0.0,0.0468132216148329,0.153725174569888,0.0,0.0547701484941788,0.153725174569888,0.0,0.0325812708493922,0.153725174569888,0.0,0.0360264539185371,0.153725174569888,0.0,0.0910661173526279,0.5,0.153725174569888,0.0,0.0746698340003489,0,0.0136719822233151,0.230327449309737 -2282,0.5,0.153725174569888,0.0,0.0340079022977788,0.153725174569888,0.0,0.0450611023605356,0.153725174569888,0.0,0.0641870872681067,0.153725174569888,0.0,0.0340254025109869,0.153725174569888,0.0,0.05460282889158,0.153725174569888,0.0,0.0683514231025545,0.153725174569888,0.0,0.0227973150140711,0.153725174569888,0.0,0.0453360513802766,0.5,0.153725174569888,0.0,0.00300782884492318,0.153725174569888,0.0,0.11164006167529,0.5,0.153725174569888,0.0,0.105044048794874,0.153725174569888,0.0,0.0604950547967843,0.153725174569888,0.0,0.0576460793173672,0.153725174569888,0.0,0.0671630650399038,0.153725174569888,0.0,0.0294505267782973,0.153725174569888,0.0,0.0176258869352393,0.153725174569888,0.0,0.094258574238658,0.5,0.153725174569888,0.0,0.0983519128521654,0,0.0201272864762917,0.28242485087633 -2283,0.5,0.153725174569888,0.0,0.0388979201518627,0.153725174569888,0.0,0.0512290041143581,0.153725174569888,0.0,0.0589882170314404,0.153725174569888,0.0,0.0422871867211932,0.153725174569888,0.0,0.0730604932033963,0.153725174569888,0.0,0.0733203433913941,0.153725174569888,0.0,0.0376405933015786,0.153725174569888,0.0,0.0516684254699609,0.5,0.153725174569888,0.0,0.00459094097982158,0.153725174569888,0.0,0.0877952708370345,0.5,0.153725174569888,0.0,0.0903620166096191,0.153725174569888,0.0,0.0443749685809455,0.153725174569888,0.0,0.0693156182089835,0.153725174569888,0.0,0.0830570819001818,0.153725174569888,0.0,0.0259632344930428,0.153725174569888,0.0,0.00971188320712117,0.153725174569888,0.0,0.0900143216611087,0.5,0.153725174569888,0.0,0.0973931264308167,0,0.0259255159559376,0.333529398053321 -2284,0.5,0.153725174569888,0.0,0.0416485669818932,0.153725174569888,0.0,0.0459386693955845,0.153725174569888,0.0,0.0495090353973322,0.153725174569888,0.0,0.0418437781379366,0.153725174569888,0.0,0.0890454958422513,0.153725174569888,0.0,0.0807184709706481,0.153725174569888,0.0,0.0453326955726848,0.153725174569888,0.0,0.047784549648263,0.5,0.153725174569888,0.0,0.00484126053666465,0.153725174569888,0.0,0.0658714491567893,0.5,0.153725174569888,0.0,0.0529563514578097,0.153725174569888,0.0,0.0314583206701445,0.153725174569888,0.0,0.0902038521016744,0.153725174569888,0.0,0.0985658784756473,0.153725174569888,0.0,0.0290034496195112,0.153725174569888,0.0,0.00589919563751204,0.153725174569888,0.0,0.0778039735312588,0.5,0.153725174569888,0.0,0.0940159986465181,0,0.0377378090271388,0.330893023154951 -2285,0.5,0.153725174569888,0.0,0.0429149546762414,0.153725174569888,0.0,0.0563989077690792,0.153725174569888,0.0,0.0266274905331743,0.153725174569888,0.0,0.0390998475221497,0.153725174569888,0.0,0.0976655510002149,0.153725174569888,0.0,0.0924650819709405,0.153725174569888,0.0,0.051554793971189,0.153725174569888,0.0,0.039996866578819,0.5,0.153725174569888,0.0,0.00495639339369947,0.153725174569888,0.0,0.0452985018914375,0.5,0.153725174569888,0.0,0.0342527518116577,0.153725174569888,0.0,0.0227822070468927,0.153725174569888,0.0,0.113895103830776,0.153725174569888,0.0,0.109680373948408,0.153725174569888,0.0,0.0326386298530445,0.153725174569888,0.0,0.00690631177586028,0.153725174569888,0.0,0.0651640937791037,0.5,0.153725174569888,0.0,0.0924452829985951,0,0.0432905051049071,0.32078221358642 -2286,0.5,0.153725174569888,0.0,0.042446133417344,0.153725174569888,0.0,0.0678992484324267,0.153725174569888,0.0,0.0118840785389006,0.153725174569888,0.0,0.0376414720345761,0.153725174569888,0.0,0.10864728827603,0.153725174569888,0.0,0.0949592861994693,0.153725174569888,0.0,0.0578574340107606,0.153725174569888,0.0,0.0381508711673463,0.5,0.153725174569888,0.0,0.00506715395192293,0.153725174569888,0.0,0.0263719797291038,0.5,0.153725174569888,0.0,0.0193161787312215,0.153725174569888,0.0,0.0216091464455702,0.153725174569888,0.0,0.121822149092224,0.153725174569888,0.0,0.11763367901911,0.153725174569888,0.0,0.0380518836215125,0.153725174569888,0.0,0.0083676190801206,0.153725174569888,0.0,0.0510081741127374,0.5,0.153725174569888,0.0,0.0949063829579438,0,0.0403783809163964,0.318050326479049 -2287,0.5,0.153725174569888,0.0275570023755691,0.0422383977540153,0.153725174569888,0.0179555790843464,0.0569273335185773,0.153725174569888,0.020706988341051,0.0106004883002191,0.153725174569888,0.00388573784562631,0.0433654302589786,0.153725174569888,0.0052824807622395,0.114850041866866,0.153725174569888,0.00374386126857849,0.0907625991572979,0.153725174569888,0.0053527659885186,0.0647256057558559,0.153725174569888,0.00503716771880866,0.0378495103293054,0.5,0.153725174569888,0.0119874701991111,0.00663611156990696,0.153725174569888,0.00341742297751728,0.0201881682478959,0.5,0.153725174569888,0.0194977751375278,0.01194966671216,0.153725174569888,0.0035722589335444,0.0225087537923239,0.153725174569888,0.0127513272982911,0.11118688396545,0.153725174569888,0.00741048052254507,0.1177120925013,0.153725174569888,0.0207323388093543,0.0379749083632051,0.153725174569888,0.0239956151423322,0.00773437751364799,0.153725174569888,0.00948018707377167,0.0438025855598664,0.5,0.153725174569888,0.00313511962943252,0.0906528089054233,0,0.0461795557007193,0.34174982818814 -2288,0.5,0.153725174569888,0.126315640003676,0.0626678655206737,0.153725174569888,0.074356091323134,0.0615317309433855,0.153725174569888,0.121927841060951,0.0211038510787131,0.153725174569888,0.0226219743661358,0.057587126288663,0.153725174569888,0.0714657521475098,0.122890107257066,0.153725174569888,0.059583261631801,0.0927579294070844,0.153725174569888,0.0536366960515642,0.0743253356713941,0.153725174569888,0.0508155304757021,0.0345476798246882,0.5,0.153725174569888,0.110969094433581,0.00688506043560134,0.153725174569888,0.0365602398414223,0.024553537409254,0.5,0.153725174569888,0.139365908545225,0.0170895754631455,0.153725174569888,0.0541919160570566,0.0310255510644134,0.153725174569888,0.0642461722462695,0.110718686757676,0.153725174569888,0.0724877741673762,0.124098024092697,0.153725174569888,0.0805164433891518,0.0408636992401658,0.153725174569888,0.121282000691627,0.00808392988183597,0.153725174569888,0.0624935863391719,0.0498193700110494,0.5,0.153725174569888,0.0201424390371025,0.0889753742102177,0,0.0662041289946573,0.381539946845347 -2289,0.5,0.153725174569888,0.245257478375952,0.122772549121915,0.153725174569888,0.134980486956241,0.100418363801448,0.153725174569888,0.265523974963904,0.0737851354818381,0.153725174569888,0.0767030838416176,0.0916946407928503,0.153725174569888,0.161107143941772,0.170543046182314,0.153725174569888,0.146672429899784,0.119928779928027,0.153725174569888,0.142777126075571,0.0976705214286519,0.153725174569888,0.107413286047527,0.0401974727067003,0.5,0.153725174569888,0.236001134605638,0.00897310354377819,0.153725174569888,0.102777504941155,0.0315205232322872,0.5,0.153725174569888,0.293914761364559,0.0464266040820286,0.153725174569888,0.168005904888999,0.0486835209182032,0.153725174569888,0.136013962846739,0.144973395023798,0.153725174569888,0.152577997985603,0.159469259071714,0.153725174569888,0.125534666468026,0.0623106515891178,0.153725174569888,0.1943470611576,0.0142412310292331,0.153725174569888,0.149899183037803,0.0692948551107436,0.5,0.153725174569888,0.047454087002523,0.090206786152691,0,0.0765474600937593,0.374189493408165 -2290,0.5,0.153725174569888,0.333764210743818,0.178974833226451,0.153725174569888,0.172916562083286,0.141469386647298,0.153725174569888,0.408250429552584,0.104266510428473,0.153725174569888,0.200579688835514,0.170887246336919,0.153725174569888,0.203911043823301,0.187271222691569,0.153725174569888,0.23814399872932,0.175295102081299,0.153725174569888,0.257184459837128,0.15703017941563,0.153725174569888,0.183749882045865,0.0788103091745892,0.5,0.153725174569888,0.370162924630119,0.0203025302922855,0.153725174569888,0.232247963215739,0.033921210282045,0.5,0.153725174569888,0.449825800556475,0.0906751592641827,0.153725174569888,0.304740829104748,0.0781545097487559,0.153725174569888,0.210549939781103,0.185250818907274,0.153725174569888,0.215828537013176,0.17860608207148,0.153725174569888,0.189330215749695,0.0958722771221599,0.153725174569888,0.255560248789465,0.0321901497401393,0.153725174569888,0.265639687656082,0.0972016288565783,0.5,0.153725174569888,0.0757652573785421,0.0756169013524148,0,0.0803529891407036,0.362302771514815 -2291,0.5,0.153725174569888,0.384290680562897,0.21405614273446,0.153725174569888,0.273835829709558,0.186041676557306,0.153725174569888,0.475276055386499,0.0888546338628058,0.153725174569888,0.372534356435289,0.235026303922374,0.153725174569888,0.237125745052007,0.203630203625765,0.153725174569888,0.363919377412433,0.241806861011994,0.153725174569888,0.377273163796156,0.240155670309113,0.153725174569888,0.253849310842564,0.1246463951937,0.5,0.153725174569888,0.496063584398804,0.0419190150446089,0.153725174569888,0.383163517248268,0.0375867344379926,0.5,0.153725174569888,0.578836687704215,0.112094238534236,0.153725174569888,0.402649823672125,0.100244487287044,0.153725174569888,0.317089070768533,0.22414728928346,0.153725174569888,0.182633363546493,0.176316649536975,0.153725174569888,0.29354084009361,0.134769951540032,0.153725174569888,0.34686884267499,0.0644750065467184,0.153725174569888,0.382028690174428,0.118060608681759,0.5,0.153725174569888,0.116459227569396,0.0795313592365499,0,0.0922486019831985,0.356456789511895 -2292,0.5,0.153725174569888,0.398346749715388,0.225661189149501,0.153725174569888,0.400856481468587,0.209758988794595,0.153725174569888,0.468735369335338,0.0755529264879156,0.153725174569888,0.465042349652806,0.246422025271683,0.153725174569888,0.226950710936407,0.275257710096436,0.153725174569888,0.373156399120921,0.30322300363814,0.153725174569888,0.469088537392082,0.284087395607987,0.153725174569888,0.327077774056429,0.147943317515967,0.5,0.153725174569888,0.588355522579053,0.0735484787638106,0.153725174569888,0.47211021388218,0.050695659976074,0.5,0.153725174569888,0.650071347007239,0.102359536458052,0.153725174569888,0.446827472540685,0.101494498999793,0.153725174569888,0.39061672300261,0.279831562248395,0.153725174569888,0.158738327283191,0.195418038630584,0.153725174569888,0.395647848243029,0.165135756827745,0.153725174569888,0.457453198616251,0.101642362148223,0.153725174569888,0.446574644573832,0.118683417688408,0.5,0.153725174569888,0.193388751082047,0.0984434667897648,0,0.103331026374779,0.335837920654187 -2293,0.5,0.153725174569888,0.445291832967751,0.235251280128283,0.153725174569888,0.44362555964085,0.280546840014018,0.153725174569888,0.501599208435654,0.0804872149592509,0.153725174569888,0.43226918664918,0.18594080165819,0.153725174569888,0.278977157505648,0.437808488492504,0.153725174569888,0.353934315561568,0.37442727828051,0.153725174569888,0.497836468746322,0.327879240935773,0.153725174569888,0.361261336853859,0.168081798002639,0.5,0.153725174569888,0.596654802330244,0.0843868950843429,0.153725174569888,0.510924721293395,0.0579164032864992,0.5,0.153725174569888,0.656480182425511,0.0815903776350734,0.153725174569888,0.493696430897024,0.0839705102791154,0.153725174569888,0.346528227963999,0.376840258258633,0.153725174569888,0.189094117284154,0.273189361586384,0.153725174569888,0.41397569861728,0.183578891140139,0.153725174569888,0.542989269540442,0.130883971923938,0.153725174569888,0.510201848079374,0.101152877493192,0.5,0.153725174569888,0.225240434393267,0.11983178607813,0,0.105556278024392,0.332572854080805 -2294,0.5,0.153725174569888,0.448246489084448,0.23188882819551,0.153725174569888,0.325114367264903,0.493601953031007,0.153725174569888,0.500801637266228,0.0864223484540134,0.153725174569888,0.462403841544717,0.137566006358999,0.153725174569888,0.241392184418089,0.374312029240886,0.153725174569888,0.264013000450291,0.366353339660666,0.153725174569888,0.379172220837026,0.338408858878883,0.153725174569888,0.370029599103172,0.201363238665842,0.5,0.153725174569888,0.575814241283344,0.0841844790545268,0.153725174569888,0.449779417048149,0.0460213756153915,0.5,0.153725174569888,0.619689038142526,0.0479588218254153,0.153725174569888,0.470465519030163,0.0550368913970486,0.153725174569888,0.188272082963652,0.344231814993369,0.153725174569888,0.221812515829441,0.322740531517136,0.153725174569888,0.36245631608365,0.176523716006642,0.153725174569888,0.494877431741865,0.145603766697175,0.153725174569888,0.533219642764639,0.0691469872396188,0.5,0.153725174569888,0.262086561241319,0.114183775868003,0,0.0845338004101222,0.335700144508153 -2295,0.5,0.153725174569888,0.435218740258484,0.206470992274465,0.153725174569888,0.072582932047102,0.211378994350536,0.153725174569888,0.434504576260619,0.078951661861773,0.153725174569888,0.469581081215514,0.0991334521293489,0.153725174569888,0.273268336879896,0.483188530466636,0.153725174569888,0.261488525537116,0.395262681825128,0.153725174569888,0.320115941935796,0.334562727393963,0.153725174569888,0.332955338979037,0.229583153403402,0.5,0.153725174569888,0.534186831028162,0.0891836300066339,0.153725174569888,0.351689715792708,0.0256328146353841,0.5,0.153725174569888,0.545571676454878,0.0236629727303494,0.153725174569888,0.400180041943191,0.0321895866105423,0.153725174569888,0.0921627984652802,0.288819215476469,0.153725174569888,0.151078645461574,0.295610406710396,0.153725174569888,0.334531302611219,0.197703654248909,0.153725174569888,0.411193544308112,0.150952092604975,0.153725174569888,0.481359307556223,0.0453526651450398,0.5,0.153725174569888,0.203195654520802,0.0797526564669226,0,0.0752749800118749,0.334624617514036 -2296,0.5,0.153725174569888,0.314804801542275,0.160789236094517,0.153725174569888,0.0665087811018399,0.18208451655793,0.153725174569888,0.322330031164701,0.0528976239570377,0.153725174569888,0.366596741024459,0.0757468139384116,0.153725174569888,0.200336922118026,0.33869729097909,0.153725174569888,0.224528935296801,0.250012113143647,0.153725174569888,0.244210575238202,0.31473649871634,0.153725174569888,0.273441639716545,0.205285476800114,0.5,0.153725174569888,0.425568823267395,0.0884947947928537,0.153725174569888,0.266311049227993,0.0141014532860709,0.5,0.153725174569888,0.444433861245982,0.0133791571825974,0.153725174569888,0.329717970836536,0.0181906995865967,0.153725174569888,0.066949448938305,0.197643684338529,0.153725174569888,0.17062742933841,0.247937519746381,0.153725174569888,0.234823061388484,0.194122096499283,0.153725174569888,0.315620481512598,0.135460128406388,0.153725174569888,0.402971308363496,0.0305428415631702,0.5,0.153725174569888,0.179622306398051,0.0549992628442905,0,0.0753302000154587,0.338329724879513 -2297,0.5,0.153725174569888,0.178958303644544,0.0928112380037186,0.153725174569888,0.0681755260559995,0.0596061860060657,0.153725174569888,0.218798620995638,0.0374630550033383,0.153725174569888,0.238255480482655,0.0441259731534371,0.153725174569888,0.180871653132071,0.228161436657811,0.153725174569888,0.217706587338541,0.15501236883288,0.153725174569888,0.166227032784834,0.195139243113532,0.153725174569888,0.197390197185325,0.14525253755345,0.5,0.153725174569888,0.298627305655215,0.0772020686900669,0.153725174569888,0.181627745817607,0.00660029471551503,0.5,0.153725174569888,0.316335787190981,0.0067849104289566,0.153725174569888,0.219409343034924,0.00808514250713549,0.153725174569888,0.0625452754683826,0.128355850712971,0.153725174569888,0.14712906300213,0.154156501654333,0.153725174569888,0.170575199881413,0.146487985635797,0.153725174569888,0.187812583022616,0.0776157290985574,0.153725174569888,0.274607862370487,0.0147426283086841,0.5,0.153725174569888,0.115990217068496,0.0320344207730691,0,0.0352195712279969,0.35139469372551 -2298,0.5,0.153725174569888,0.0553182325798253,0.0393930227895784,0.153725174569888,0.0224449769746977,0.0262867845126801,0.153725174569888,0.0912654032129116,0.00766098258559704,0.153725174569888,0.0759803932469904,0.00459389750986922,0.153725174569888,0.126938377702819,0.0939952637931568,0.153725174569888,0.160878142530361,0.0747301711237376,0.153725174569888,0.113439819503231,0.0593181655770437,0.153725174569888,0.129657903017936,0.0612362616986792,0.5,0.153725174569888,0.158395544163546,0.0269740009223243,0.153725174569888,0.0674622914808689,0.00135364623970506,0.5,0.153725174569888,0.118955146346724,0.00141001075040037,0.153725174569888,0.0916027601207076,0.00184192314852258,0.153725174569888,0.0423530861452496,0.0771032720632204,0.153725174569888,0.094407177471194,0.0743199886773735,0.153725174569888,0.0704715550219171,0.0562078198276007,0.153725174569888,0.0857535146072588,0.0289860655365823,0.153725174569888,0.0950868710904634,0.00251911900100022,0.5,0.153725174569888,0.0494073830773092,0.00811701680544715,0,0.0194257997732174,0.386395586653126 -2299,0.5,0.153725174569888,3.0569584801262e-05,0.0344264931281267,0.153725174569888,9.8655365289846e-05,0.0370746860998407,0.153725174569888,0.0,0.00692949897927409,0.153725174569888,0.0,0.00312035403341149,0.153725174569888,0.0,0.0720187440697176,0.153725174569888,0.0,0.0707746292391507,0.153725174569888,0.0,0.0375457608537576,0.153725174569888,0.0,0.0460290310332922,0.5,0.153725174569888,0.0,0.0251318847922945,0.153725174569888,0.0,0.000821553008458976,0.5,0.153725174569888,0.0,0.000696526605361488,0.153725174569888,0.0,0.00276195385323919,0.153725174569888,5.40978417290188e-05,0.0511617869226893,0.153725174569888,0.0,0.0687778892085316,0.153725174569888,0.0,0.0282557341829426,0.153725174569888,0.0,0.0211399654366377,0.153725174569888,0.0,0.00308367176798034,0.5,0.153725174569888,0.0,0.00635556475054449,0,0.0339111946268123,0.392001702317427 -2300,0.5,0.153725174569888,0.0,0.0341663293198113,0.153725174569888,0.0,0.0443130310011355,0.153725174569888,0.0,0.00863310223114564,0.153725174569888,0.0,0.00814028691160187,0.153725174569888,0.0,0.0820844927613234,0.153725174569888,0.0,0.0895336215760349,0.153725174569888,0.0,0.0498072105224601,0.153725174569888,0.0,0.0584834650359024,0.5,0.153725174569888,0.0,0.025065727250074,0.153725174569888,0.0,0.000766603934992108,0.5,0.153725174569888,0.0,0.000642853983472196,0.153725174569888,0.0,0.00497875872281874,0.153725174569888,0.0,0.0525448707064503,0.153725174569888,0.0,0.0867498919753005,0.153725174569888,0.0,0.02598087481794,0.153725174569888,0.0,0.020757295731462,0.153725174569888,0.0,0.00452478392441624,0.5,0.153725174569888,0.0,0.00518563904020692,0,0.055926218901281,0.450080877088874 -2301,0.5,0.153725174569888,0.0,0.0372647746877319,0.153725174569888,0.0,0.0560590796994081,0.153725174569888,0.0,0.012000946832323,0.153725174569888,0.0,0.0157423801455668,0.153725174569888,0.0,0.0916280334817303,0.153725174569888,0.0,0.108277774215008,0.153725174569888,0.0,0.0653546363253631,0.153725174569888,0.0,0.0677249876503349,0.5,0.153725174569888,0.0,0.0213212236682121,0.153725174569888,0.0,0.000615083712648776,0.5,0.153725174569888,0.0,0.000845658671520883,0.153725174569888,0.0,0.00777289829413413,0.153725174569888,0.0,0.0671848262933239,0.153725174569888,0.0,0.107446530639561,0.153725174569888,0.0,0.0318203823831774,0.153725174569888,0.0,0.0248603088286894,0.153725174569888,0.0,0.00504434959858672,0.5,0.153725174569888,0.0,0.00372196144978705,0,0.0545334234338703,0.443270210659795 -2302,0.5,0.153725174569888,0.0,0.0420123091797113,0.153725174569888,0.0,0.068714083904306,0.153725174569888,0.0,0.0181100587664188,0.153725174569888,0.0,0.0272695694923398,0.153725174569888,0.0,0.107196997413714,0.153725174569888,0.0,0.144478648882796,0.153725174569888,0.0,0.0857230965683704,0.153725174569888,0.0,0.0763135375257576,0.5,0.153725174569888,0.0,0.01831872093775,0.153725174569888,0.0,0.000437377769114298,0.5,0.153725174569888,0.0,0.00119436786980036,0.153725174569888,0.0,0.0107393024872329,0.153725174569888,0.0,0.0933134662960551,0.153725174569888,0.0,0.124531203158515,0.153725174569888,0.0,0.0427712442676936,0.153725174569888,0.0,0.0298667908951955,0.153725174569888,0.0,0.00627179042871864,0.5,0.153725174569888,0.0,0.00299729058072091,0,0.0603335256274671,0.496778178542948 -2303,0.5,0.153725174569888,0.0,0.0489006957256388,0.153725174569888,0.0,0.0762069525790866,0.153725174569888,0.0,0.0280822799861672,0.153725174569888,0.0,0.0391088197373264,0.153725174569888,0.0,0.138572299474353,0.153725174569888,0.0,0.18249254339807,0.153725174569888,0.0,0.116078597213161,0.153725174569888,0.0,0.0868533405624733,0.5,0.153725174569888,0.0,0.0160793065385212,0.153725174569888,0.0,0.00072995813222644,0.5,0.153725174569888,0.0,0.00143828538979467,0.153725174569888,0.0,0.0116367536152485,0.153725174569888,0.0,0.122408576675842,0.153725174569888,0.0,0.160014209101311,0.153725174569888,0.0,0.0564858153108869,0.153725174569888,0.0,0.0378089763190074,0.153725174569888,0.0,0.00710200571537333,0.5,0.153725174569888,0.0,0.00256708891049598,0,0.075732718581078,0.637777579213793 -2304,0.5,0.153725174569888,0.0,0.0536275572500158,0.153725174569888,0.0,0.0847030419173522,0.153725174569888,0.0,0.0420152179336464,0.153725174569888,0.0,0.0502880183862246,0.153725174569888,0.0,0.177009890057066,0.153725174569888,0.0,0.193977260138246,0.153725174569888,0.0,0.148549182897347,0.153725174569888,0.0,0.0906994501297026,0.5,0.153725174569888,0.0,0.016264164363452,0.153725174569888,0.0,0.00122600894383713,0.5,0.153725174569888,0.0,0.00160705820724531,0.153725174569888,0.0,0.0106320632237898,0.153725174569888,0.0,0.159924911785647,0.153725174569888,0.0,0.206915291495673,0.153725174569888,0.0,0.0726186641118689,0.153725174569888,0.0,0.0447629690329707,0.153725174569888,0.0,0.0069829082250227,0.5,0.153725174569888,0.0,0.0019170323938126,0,0.0858475455643003,0.696518697755865 -2305,0.5,0.153725174569888,0.0,0.059102948566069,0.153725174569888,0.0,0.0994490505199705,0.153725174569888,0.0,0.0527255948880169,0.153725174569888,0.0,0.0611138899704081,0.153725174569888,0.0,0.234852354190383,0.153725174569888,0.0,0.189215808264573,0.153725174569888,0.0,0.165752256551713,0.153725174569888,0.0,0.0826671948537477,0.5,0.153725174569888,0.0,0.0182811613582024,0.153725174569888,0.0,0.00246539877676319,0.5,0.153725174569888,0.0,0.00196321080834907,0.153725174569888,0.0,0.0104266746882194,0.153725174569888,0.0,0.218327611998166,0.153725174569888,0.0,0.258675865982415,0.153725174569888,0.0,0.0875553033460201,0.153725174569888,0.0,0.0498314587631189,0.153725174569888,0.0,0.00727166891963287,0.5,0.153725174569888,0.0,0.0013753931982326,0,0.0854743250334951,0.710535523160571 -2306,0.5,0.153725174569888,0.0,0.0639863257383061,0.153725174569888,0.0,0.125961543869395,0.153725174569888,0.0,0.0663664921543571,0.153725174569888,0.0,0.0680054731273264,0.153725174569888,0.0,0.283099098932346,0.153725174569888,0.0,0.190077567098139,0.153725174569888,0.0,0.1743385182078,0.153725174569888,0.0,0.0751281907958415,0.5,0.153725174569888,0.0,0.0214040989540627,0.153725174569888,0.0,0.00340512448659665,0.5,0.153725174569888,0.0,0.00306419528533127,0.153725174569888,0.0,0.00946776187497644,0.153725174569888,0.0,0.321077191672471,0.153725174569888,0.0,0.301999541149515,0.153725174569888,0.0,0.114295252742999,0.153725174569888,0.0,0.0551821338714153,0.153725174569888,0.0,0.00861997136629786,0.5,0.153725174569888,0.0,0.00109615035195283,0,0.0793570092685369,0.731264995414799 -2307,0.5,0.153725174569888,0.0,0.0660082773636059,0.153725174569888,0.0,0.189096878283346,0.153725174569888,0.0,0.0827223589385257,0.153725174569888,0.0,0.0735075146733094,0.153725174569888,0.0,0.317787607794341,0.153725174569888,0.0,0.203847244236248,0.153725174569888,0.0,0.185095838622408,0.153725174569888,0.0,0.0707072116635277,0.5,0.153725174569888,0.0,0.0232810351485683,0.153725174569888,0.0,0.00485734853270571,0.5,0.153725174569888,0.0,0.00774313773534104,0.153725174569888,0.0,0.00982139227311407,0.153725174569888,0.0,0.436169900383571,0.153725174569888,0.0,0.32117826585133,0.153725174569888,0.0,0.152797836693505,0.153725174569888,0.0,0.0565003221126481,0.153725174569888,0.0,0.0114337325595277,0.5,0.153725174569888,0.0,0.00125704817706418,0,0.0741565592993619,0.538714704943466 -2308,0.5,0.153725174569888,0.0,0.0686761457250836,0.153725174569888,0.0,0.275872702540113,0.153725174569888,0.0,0.0966029808379042,0.153725174569888,0.0,0.075982049080624,0.153725174569888,0.0,0.317765744699499,0.153725174569888,0.0,0.216196202385985,0.153725174569888,0.0,0.186625380768051,0.153725174569888,0.0,0.0670903456594582,0.5,0.153725174569888,0.0,0.0230615388053715,0.153725174569888,0.0,0.007543948404212,0.5,0.153725174569888,0.0,0.0118273364019606,0.153725174569888,0.0,0.0116317298690377,0.153725174569888,0.0,0.440774643888021,0.153725174569888,0.0,0.325184378622364,0.153725174569888,0.0,0.17976863272514,0.153725174569888,0.0,0.0569339370661108,0.153725174569888,0.0,0.0142736800896244,0.5,0.153725174569888,0.0,0.0016987764967581,0,0.0821724930815426,0.428748803227199 -2309,0.5,0.153725174569888,0.0,0.0764141902358547,0.153725174569888,0.0,0.268250291594172,0.153725174569888,0.0,0.102851432107675,0.153725174569888,0.0,0.0845974589769837,0.153725174569888,0.0,0.306268370553502,0.153725174569888,0.0,0.220397866212987,0.153725174569888,0.0,0.179664557034033,0.153725174569888,0.0,0.0662905544545242,0.5,0.153725174569888,0.0,0.0249067798615656,0.153725174569888,0.0,0.010102340047203,0.5,0.153725174569888,0.0,0.0133115343264463,0.153725174569888,0.0,0.0138277994407955,0.153725174569888,0.0,0.37169444744603,0.153725174569888,0.0,0.301960627966442,0.153725174569888,0.0,0.186621682474942,0.153725174569888,0.0,0.0565278504146186,0.153725174569888,0.0,0.0154599103866792,0.5,0.153725174569888,0.0,0.00292743882150838,0,0.107845927648648,0.311666981284005 -2310,0.5,0.153725174569888,0.0,0.0900454521387485,0.153725174569888,0.0,0.256720452895401,0.153725174569888,0.0,0.100520311203279,0.153725174569888,0.0,0.0915858618189532,0.153725174569888,0.0,0.316140228467843,0.153725174569888,0.0,0.221113637242432,0.153725174569888,0.0,0.178722117753506,0.153725174569888,0.0,0.068365567211954,0.5,0.153725174569888,0.0,0.0240052110826115,0.153725174569888,0.0,0.0119224068579751,0.5,0.153725174569888,0.0,0.0161560977608551,0.153725174569888,0.0,0.0148981950116271,0.153725174569888,0.0,0.317725690135718,0.153725174569888,0.0,0.275494766183677,0.153725174569888,0.0,0.18823632486687,0.153725174569888,0.0,0.0593667216990765,0.153725174569888,0.0,0.0172223792734338,0.5,0.153725174569888,0.0,0.00543268347832492,0,0.154780908702307,0.245608378456662 -2311,0.5,0.153725174569888,0.0224476290196977,0.0944526429026347,0.153725174569888,0.000805482388625905,0.277489183135591,0.153725174569888,0.0320015972346283,0.0756599153019693,0.153725174569888,0.0341070207103356,0.0769348559318084,0.153725174569888,0.000562703851752618,0.339096612242206,0.153725174569888,0.000521874734303471,0.216920370032061,0.153725174569888,0.00501894817944413,0.167397487073369,0.153725174569888,0.00576774927900967,0.0635385621932544,0.5,0.153725174569888,0.0120627967734054,0.0221723736823311,0.153725174569888,0.0347170662272609,0.0146316530111329,0.5,0.153725174569888,0.0249486558390746,0.0134730626812896,0.153725174569888,0.0259784435326712,0.0147311726301274,0.153725174569888,0.00070288624588272,0.261336943659085,0.153725174569888,0.000519060002836337,0.261964242151829,0.153725174569888,0.00742401844102961,0.182838391066204,0.153725174569888,0.0173619576635322,0.0598909404733591,0.153725174569888,0.0372647860692703,0.0150452592919113,0.5,0.153725174569888,0.0468100033560382,0.00500050204055756,0,0.22081149591532,0.161412171769208 -2312,0.5,0.153725174569888,0.0610909770903551,0.118013608829343,0.153725174569888,0.00424714857504096,0.25160085855177,0.153725174569888,0.11339903574283,0.085087815558478,0.153725174569888,0.13525131201956,0.0902966439550395,0.153725174569888,0.00380849825900593,0.36646106014138,0.153725174569888,0.00552950937795101,0.21147910782825,0.153725174569888,0.0283872728226201,0.162202658039371,0.153725174569888,0.0560222901236737,0.062680244932329,0.5,0.153725174569888,0.0952271637332897,0.022405194426157,0.153725174569888,0.162907737495228,0.00890598811643252,0.5,0.153725174569888,0.138374387163779,0.00787276224982396,0.153725174569888,0.147260206996583,0.00778145332828754,0.153725174569888,0.00420500848916011,0.230031664998244,0.153725174569888,0.00468913545160133,0.276013068469038,0.153725174569888,0.0391878063452673,0.187170264779215,0.153725174569888,0.0899668888805781,0.0675835411180133,0.153725174569888,0.158939653802585,0.0125832285588518,0.5,0.153725174569888,0.180210524372703,0.00390191648715676,0,0.243190576070036,0.0944629402880982 -2313,0.5,0.153725174569888,0.0955363420177148,0.157367206494356,0.153725174569888,0.0308601819120776,0.250221856800267,0.153725174569888,0.203617956192388,0.163341906557175,0.153725174569888,0.262103011693634,0.165710880941954,0.153725174569888,0.0164160298767681,0.396171684427475,0.153725174569888,0.0170770698589761,0.20611808426872,0.153725174569888,0.036592216888025,0.153113882281477,0.153725174569888,0.154365953598907,0.0806551704647911,0.5,0.153725174569888,0.209964030272247,0.0339022003364766,0.153725174569888,0.317433314937558,0.00457079833543783,0.5,0.153725174569888,0.281027367073549,0.0113399866149073,0.153725174569888,0.29813459391423,0.00776596716071835,0.153725174569888,0.0142287714373593,0.228456630496001,0.153725174569888,0.0195209812219811,0.298736281809584,0.153725174569888,0.0554279906629726,0.207189734117674,0.153725174569888,0.161821867136541,0.103027225780819,0.153725174569888,0.300481857921167,0.0192263747048383,0.5,0.153725174569888,0.334268078382346,0.00623333836937966,0,0.212998906247813,0.119541515184534 -2314,0.5,0.153725174569888,0.13456093098605,0.195895913490914,0.153725174569888,0.0653296661243393,0.300065191698049,0.153725174569888,0.285210177483928,0.243567963374051,0.153725174569888,0.378157721935467,0.232477650444468,0.153725174569888,0.045862622597955,0.429044631160646,0.153725174569888,0.0398305633502185,0.197795289807122,0.153725174569888,0.0845840547323991,0.140732806187135,0.153725174569888,0.271537024291146,0.157613790522982,0.5,0.153725174569888,0.326801572882509,0.0753847595618498,0.153725174569888,0.475697118724669,0.00715235905721283,0.5,0.153725174569888,0.428456177308619,0.0310992808456763,0.153725174569888,0.455384274627339,0.0241102690641331,0.153725174569888,0.0275201987175002,0.25004773968706,0.153725174569888,0.0499612189302199,0.340611885466492,0.153725174569888,0.0809498847903548,0.258718131411537,0.153725174569888,0.185427296841532,0.138711551791,0.153725174569888,0.442799232777033,0.0434423733358552,0.5,0.153725174569888,0.489767046742985,0.0150439260496745,0,0.257372992864778,0.134041341373422 -2315,0.5,0.153725174569888,0.149456297321206,0.244130966018307,0.153725174569888,0.13485624712813,0.423336099767409,0.153725174569888,0.332089559698726,0.302193684184564,0.153725174569888,0.467377541034573,0.27377926675567,0.153725174569888,0.113012513181652,0.464740989499187,0.153725174569888,0.107013023827664,0.181035565260355,0.153725174569888,0.140563912820438,0.136636662326282,0.153725174569888,0.414250782853007,0.244387439761028,0.5,0.153725174569888,0.464198974025126,0.123008770795368,0.153725174569888,0.601117262589646,0.0288469382757132,0.5,0.153725174569888,0.546278290622296,0.0580370843481568,0.153725174569888,0.584272603021129,0.0540852947701314,0.153725174569888,0.037681346064758,0.271778703063018,0.153725174569888,0.0962023708092285,0.393991120331441,0.153725174569888,0.0901927846633297,0.300718939613681,0.153725174569888,0.269536348061249,0.190246933941288,0.153725174569888,0.544027343201887,0.0757623368173717,0.5,0.153725174569888,0.610007289177412,0.0298131989661238,0,0.188035124560697,0.155396360099817 -2316,0.5,0.153725174569888,0.172873921644929,0.279259802295677,0.153725174569888,0.193157297745019,0.569714330116346,0.153725174569888,0.38715107620013,0.328988766581363,0.153725174569888,0.516756880524938,0.275234566873334,0.153725174569888,0.199023076625682,0.471362534035192,0.153725174569888,0.274543444744579,0.187096763021895,0.153725174569888,0.220773510661444,0.153990168710876,0.153725174569888,0.521994022242803,0.310102279729183,0.5,0.153725174569888,0.588695883322494,0.188736973643246,0.153725174569888,0.671632488188803,0.0472697174298989,0.5,0.153725174569888,0.619009202037139,0.0929079946016515,0.153725174569888,0.660537365856999,0.104095011782169,0.153725174569888,0.0429321186366595,0.285145686316009,0.153725174569888,0.149270021341372,0.417047076307241,0.153725174569888,0.136836145182232,0.367218657669475,0.153725174569888,0.398591477085546,0.260871161442277,0.153725174569888,0.601047484939978,0.0958549010527283,0.5,0.153725174569888,0.676176878108538,0.0573947430889135,0,0.158108536467682,0.210442911113979 -2317,0.5,0.153725174569888,0.175237283417428,0.30137828506197,0.153725174569888,0.2347969140119,0.627199760597157,0.153725174569888,0.435612067676061,0.339954931200251,0.153725174569888,0.53526402267973,0.258221135492597,0.153725174569888,0.213127982308869,0.396937705216215,0.153725174569888,0.425343911084396,0.224046758641601,0.153725174569888,0.373695310463184,0.204736721290165,0.153725174569888,0.580911619811766,0.360179679657154,0.5,0.153725174569888,0.631842441671313,0.221927109173484,0.153725174569888,0.696273267084204,0.0640335737583224,0.5,0.153725174569888,0.655779331394068,0.110544961272542,0.153725174569888,0.689155286059603,0.136713626778615,0.153725174569888,0.0484245885722412,0.239096925662987,0.153725174569888,0.207136422514855,0.378331024685173,0.153725174569888,0.167005998129904,0.329761380340653,0.153725174569888,0.54316062464618,0.323839035175613,0.153725174569888,0.638497892084876,0.127254051013455,0.5,0.153725174569888,0.695912625983484,0.102462356789849,0,0.182061805658936,0.266048396178306 -2318,0.5,0.153725174569888,0.190654172124912,0.332771039595732,0.153725174569888,0.16372808344004,0.427845355516176,0.153725174569888,0.467017799544767,0.305454750181203,0.153725174569888,0.522812328044713,0.230980211975907,0.153725174569888,0.193728484326975,0.285803656713673,0.153725174569888,0.471714141501201,0.258332141356717,0.153725174569888,0.51045530280311,0.238280536110784,0.153725174569888,0.571567316684656,0.388431095636935,0.5,0.153725174569888,0.612958732410265,0.223250308466083,0.153725174569888,0.682569688344638,0.0734876705200433,0.5,0.153725174569888,0.654663453934263,0.142092296906108,0.153725174569888,0.677159795615245,0.145903187451163,0.153725174569888,0.0536082267186489,0.203083250336727,0.153725174569888,0.21334340912555,0.318649694700689,0.153725174569888,0.200206632203985,0.230654998053169,0.153725174569888,0.58188765696288,0.368694559322781,0.153725174569888,0.642346768113447,0.165575992599772,0.5,0.153725174569888,0.67063726926746,0.179246605988863,0,0.212954979686201,0.297266931170634 -2319,0.5,0.153725174569888,0.180158898964867,0.317590555780719,0.153725174569888,0.283627243842123,0.345994278922255,0.153725174569888,0.456333574309401,0.244769582705767,0.153725174569888,0.473746089661426,0.19140582741031,0.153725174569888,0.263391236562469,0.235883226007261,0.153725174569888,0.422012670226484,0.252503701747263,0.153725174569888,0.467410872984574,0.264518706295051,0.153725174569888,0.496288963876738,0.404467494465867,0.5,0.153725174569888,0.534263306521405,0.226873722222052,0.153725174569888,0.614495993431763,0.0700620866557136,0.5,0.153725174569888,0.593453780966742,0.172163946312535,0.153725174569888,0.612290039022192,0.129067075483159,0.153725174569888,0.0527045443604673,0.166329735570914,0.153725174569888,0.183943707473747,0.266500031284222,0.153725174569888,0.272610271664483,0.160262028871352,0.153725174569888,0.534895972123169,0.373944424369294,0.153725174569888,0.586509735104136,0.202351989105,0.5,0.153725174569888,0.594840292676858,0.25275159184135,0,0.21700660499136,0.338066550036958 -2320,0.5,0.153725174569888,0.155365720026096,0.247300226080977,0.153725174569888,0.145484088821527,0.157199858132984,0.153725174569888,0.383853959979616,0.191475249675009,0.153725174569888,0.383288708591205,0.146809797357783,0.153725174569888,0.289717225349886,0.222019194199616,0.153725174569888,0.303861953917103,0.199312766544525,0.153725174569888,0.3482226689551,0.269628617642931,0.153725174569888,0.343692484225287,0.383536862921833,0.5,0.153725174569888,0.401765064920098,0.206783911096624,0.153725174569888,0.487907600910003,0.0537499350948714,0.5,0.153725174569888,0.472685899047782,0.175664191708251,0.153725174569888,0.488832386487027,0.113398497045031,0.153725174569888,0.0507110051216953,0.113507392013838,0.153725174569888,0.165216141521224,0.190291323515133,0.153725174569888,0.267276321397225,0.119449206302876,0.153725174569888,0.411081499395803,0.357452204319459,0.153725174569888,0.467314036018792,0.204174952908788,0.5,0.153725174569888,0.46627803745353,0.269361939095944,0,0.185984201757674,0.365993834454985 -2321,0.5,0.153725174569888,0.118356083884243,0.146286247502403,0.153725174569888,0.113491669064442,0.11649906105817,0.153725174569888,0.276543737413872,0.131029122215855,0.153725174569888,0.265733811255814,0.0645510970548133,0.153725174569888,0.184293839379279,0.100995455641863,0.153725174569888,0.18251187719054,0.149169288499608,0.153725174569888,0.209613017993723,0.215430173813213,0.153725174569888,0.178231807352107,0.284340019909013,0.5,0.153725174569888,0.245827579175204,0.151305383414292,0.153725174569888,0.332076139114022,0.035921611720671,0.5,0.153725174569888,0.318944359496061,0.160551357780349,0.153725174569888,0.330843882408377,0.0911140899145473,0.153725174569888,0.0651131879901228,0.0874403601135428,0.153725174569888,0.139626696287885,0.170920007880004,0.153725174569888,0.195077758639166,0.0729878134205845,0.153725174569888,0.258041924943491,0.27031838648284,0.153725174569888,0.319087933888307,0.164325300286886,0.5,0.153725174569888,0.314443218709623,0.187245504677909,0,0.144584463538732,0.346242164950043 -2322,0.5,0.153725174569888,0.0575370002160598,0.0737640252945515,0.153725174569888,0.0455560066707623,0.0951228441724151,0.153725174569888,0.111356648934287,0.0423935782064941,0.153725174569888,0.0781205174979209,0.0163843823257558,0.153725174569888,0.0793902924774313,0.0524965702037326,0.153725174569888,0.0661405413803881,0.152743161856754,0.153725174569888,0.0947227408413976,0.155669963036489,0.153725174569888,0.0720273659844772,0.141074750463533,0.5,0.153725174569888,0.100666432616384,0.0610270021481183,0.153725174569888,0.113773692415533,0.0123570549772611,0.5,0.153725174569888,0.133844684083245,0.0665636759997258,0.153725174569888,0.13965192078923,0.0321815445592338,0.153725174569888,0.0325065846249512,0.0659444019684009,0.153725174569888,0.0640834694096166,0.1427867660282,0.153725174569888,0.0809816352772492,0.043276072507065,0.153725174569888,0.0984515234035122,0.124873531329922,0.153725174569888,0.103591522545918,0.0704957286362981,0.5,0.153725174569888,0.0878136459129823,0.0671472515662811,0,0.114931383340473,0.347353086532624 -2323,0.5,0.153725174569888,1.82602483910078e-05,0.0545546996512052,0.153725174569888,0.0,0.0785286350369719,0.153725174569888,0.0,0.0511347889316975,0.153725174569888,0.0,0.0174973836545233,0.153725174569888,0.0,0.0789943973960728,0.153725174569888,0.0,0.180304740732255,0.153725174569888,0.0,0.17487810118407,0.153725174569888,0.0,0.0918193383990967,0.5,0.153725174569888,0.0,0.0514420195922056,0.153725174569888,0.0,0.0110260279410612,0.5,0.153725174569888,0.0,0.0813292726870928,0.153725174569888,0.0,0.0449496232533331,0.153725174569888,0.0,0.0862460702813173,0.153725174569888,0.0,0.119931257240042,0.153725174569888,2.7268748431248e-05,0.064071578716967,0.153725174569888,0.0,0.103659203409049,0.153725174569888,0.0,0.0826651451397952,0.5,0.153725174569888,0.0,0.0627321574718243,0,0.0779465932850426,0.402931305955122 -2324,0.5,0.153725174569888,0.0,0.0436496911889094,0.153725174569888,0.0,0.0690840477248364,0.153725174569888,0.0,0.0653134484922267,0.153725174569888,0.0,0.0311658519386651,0.153725174569888,0.0,0.147604213366623,0.153725174569888,0.0,0.107070538899816,0.153725174569888,0.0,0.202673712414143,0.153725174569888,0.0,0.089721836810698,0.5,0.153725174569888,0.0,0.0554111671614705,0.153725174569888,0.0,0.0132205897419996,0.5,0.153725174569888,0.0,0.100775039535052,0.153725174569888,0.0,0.060700247911956,0.153725174569888,0.0,0.117220833646537,0.153725174569888,0.0,0.122562279078651,0.153725174569888,0.0,0.0992414033535811,0.153725174569888,0.0,0.0941908037000456,0.153725174569888,0.0,0.0947675406810888,0.5,0.153725174569888,0.0,0.0498787915996018,0,0.0540042616848051,0.4936224247471 -2325,0.5,0.153725174569888,0.0,0.0382865863451579,0.153725174569888,0.0,0.0689716721741691,0.153725174569888,0.0,0.078164410135267,0.153725174569888,0.0,0.0506292744131553,0.153725174569888,0.0,0.163255358677627,0.153725174569888,0.0,0.0643524515407746,0.153725174569888,0.0,0.195524189560936,0.153725174569888,0.0,0.0857487484368923,0.5,0.153725174569888,0.0,0.0717120340925267,0.153725174569888,0.0,0.0368327182237134,0.5,0.153725174569888,0.0,0.105299719291491,0.153725174569888,0.0,0.0715432874906232,0.153725174569888,0.0,0.124347992730983,0.153725174569888,0.0,0.182172826665581,0.153725174569888,0.0,0.130119230262817,0.153725174569888,0.0,0.0809134669786556,0.153725174569888,0.0,0.0974192614504279,0.5,0.153725174569888,0.0,0.0400341110427506,0,0.0413694515181369,0.545182314825769 -2326,0.5,0.153725174569888,0.0,0.0407640655463127,0.153725174569888,0.0,0.0935063825784484,0.153725174569888,0.0,0.0924484293040188,0.153725174569888,0.0,0.0708768369640813,0.153725174569888,0.0,0.144360852201782,0.153725174569888,0.0,0.0657353035841032,0.153725174569888,0.0,0.187935163289953,0.153725174569888,0.0,0.0992715043017515,0.5,0.153725174569888,0.0,0.0965826419584639,0.153725174569888,0.0,0.0675858853473384,0.5,0.153725174569888,0.0,0.0965417588964039,0.153725174569888,0.0,0.0829474992810465,0.153725174569888,0.0,0.145599848141564,0.153725174569888,0.0,0.278760887369578,0.153725174569888,0.0,0.14929698358626,0.153725174569888,0.0,0.0759682810243025,0.153725174569888,0.0,0.089769733718473,0.5,0.153725174569888,0.0,0.0345226449051577,0,0.0323252159772569,0.62695826142945 -2327,0.5,0.153725174569888,0.0,0.0502019039562581,0.153725174569888,0.0,0.168980147062074,0.153725174569888,0.0,0.106742118917826,0.153725174569888,0.0,0.0846810574676054,0.153725174569888,0.0,0.14521634013406,0.153725174569888,0.0,0.0966005272751452,0.153725174569888,0.0,0.175350949601456,0.153725174569888,0.0,0.106232176869901,0.5,0.153725174569888,0.0,0.127550969407018,0.153725174569888,0.0,0.0748006317431508,0.5,0.153725174569888,0.0,0.104290230085637,0.153725174569888,0.0,0.10905951609592,0.153725174569888,0.0,0.209387344415224,0.153725174569888,0.0,0.282087175454485,0.153725174569888,0.0,0.162286666634532,0.153725174569888,0.0,0.0838341230945363,0.153725174569888,0.0,0.0899208000653658,0.5,0.153725174569888,0.0,0.0333275952091962,0,0.029523295411938,0.741157327981499 -2328,0.5,0.153725174569888,0.0,0.0615368686066641,0.153725174569888,0.0,0.213336314971823,0.153725174569888,0.0,0.126623456260011,0.153725174569888,0.0,0.0997272023071079,0.153725174569888,0.0,0.191221421822564,0.153725174569888,0.0,0.165426070581312,0.153725174569888,0.0,0.162501210215081,0.153725174569888,0.0,0.145138981569542,0.5,0.153725174569888,0.0,0.154338749895396,0.153725174569888,0.0,0.110458386792317,0.5,0.153725174569888,0.0,0.112199325010227,0.153725174569888,0.0,0.123665780613065,0.153725174569888,0.0,0.319002231192627,0.153725174569888,0.0,0.26386806628972,0.153725174569888,0.0,0.134087868715578,0.153725174569888,0.0,0.0886010049234371,0.153725174569888,0.0,0.0906952413127096,0.5,0.153725174569888,0.0,0.0397309704314749,0,0.0374419484294476,0.799030047774447 -2329,0.5,0.153725174569888,0.0,0.0736844947261042,0.153725174569888,0.0,0.136234847592061,0.153725174569888,0.0,0.129132130354129,0.153725174569888,0.0,0.11226518138197,0.153725174569888,0.0,0.283057731235605,0.153725174569888,0.0,0.294367556625259,0.153725174569888,0.0,0.176829466273516,0.153725174569888,0.0,0.236287655121592,0.5,0.153725174569888,0.0,0.170846305477712,0.153725174569888,0.0,0.0965291508844429,0.5,0.153725174569888,0.0,0.161992209178682,0.153725174569888,0.0,0.137301070721627,0.153725174569888,0.0,0.398313404579104,0.153725174569888,0.0,0.285234078035408,0.153725174569888,0.0,0.116206266826266,0.153725174569888,0.0,0.110323236778866,0.153725174569888,0.0,0.101002341824733,0.5,0.153725174569888,0.0,0.0484619221768196,0,0.0516084167326149,0.853990901817958 -2330,0.5,0.153725174569888,0.0,0.0776450117138153,0.153725174569888,0.0,0.118105703620949,0.153725174569888,0.0,0.119953009403635,0.153725174569888,0.0,0.122830202388539,0.153725174569888,0.0,0.382965353923979,0.153725174569888,0.0,0.503406327155325,0.153725174569888,0.0,0.244044302340986,0.153725174569888,0.0,0.367740781435449,0.5,0.153725174569888,0.0,0.218871331209306,0.153725174569888,0.0,0.0896352130883784,0.5,0.153725174569888,0.0,0.239080226825554,0.153725174569888,0.0,0.160911596559842,0.153725174569888,0.0,0.319777768368557,0.153725174569888,0.0,0.352320770627522,0.153725174569888,0.0,0.130762336005411,0.153725174569888,0.0,0.168692847369965,0.153725174569888,0.0,0.121648127512096,0.5,0.153725174569888,0.0,0.0624258178504998,0,0.0666230275479206,0.801991760470723 -2331,0.5,0.153725174569888,0.0,0.0795900243033654,0.153725174569888,0.0,0.158298901099496,0.153725174569888,0.0,0.138344569205329,0.153725174569888,0.0,0.131905103208745,0.153725174569888,0.0,0.551142479957168,0.153725174569888,0.0,0.756486447862903,0.153725174569888,0.0,0.378481524751366,0.153725174569888,0.0,0.431814835306505,0.5,0.153725174569888,0.0,0.344449007356575,0.153725174569888,0.0,0.111725214580453,0.5,0.153725174569888,0.0,0.281646523766889,0.153725174569888,0.0,0.160504520500347,0.153725174569888,0.0,0.284844355558323,0.153725174569888,0.0,0.390565777161425,0.153725174569888,0.0,0.16285953692016,0.153725174569888,0.0,0.20905322448712,0.153725174569888,0.0,0.137815779902,0.5,0.153725174569888,0.0,0.0741976139033014,0,0.0951388868659903,0.929127858600357 -2332,0.5,0.153725174569888,0.0,0.0866704815471859,0.153725174569888,0.0,0.186791896408574,0.153725174569888,0.0,0.170541446668695,0.153725174569888,0.0,0.147098482649164,0.153725174569888,0.0,0.834447146556432,0.153725174569888,0.0,0.925316826559661,0.153725174569888,0.0,0.533378121310849,0.153725174569888,0.0,0.613077434580405,0.5,0.153725174569888,0.0,0.529769805170031,0.153725174569888,0.0,0.126562352163454,0.5,0.153725174569888,0.0,0.26879252176143,0.153725174569888,0.0,0.153050992856448,0.153725174569888,0.0,0.333897745358985,0.153725174569888,0.0,0.52620343623913,0.153725174569888,0.0,0.220530220026447,0.153725174569888,0.0,0.252364135632766,0.153725174569888,0.0,0.133338166164284,0.5,0.153725174569888,0.0,0.0727426086712907,0,0.114553836107731,0.963481874449011 -2333,0.5,0.153725174569888,0.0,0.103308186721466,0.153725174569888,0.0,0.271326752813207,0.153725174569888,0.0,0.1861851935024,0.153725174569888,0.0,0.167200250559438,0.153725174569888,0.0,0.969435367688859,0.153725174569888,0.0,0.942641626752495,0.153725174569888,0.0,0.686485914828691,0.153725174569888,0.0,0.690981101615808,0.5,0.153725174569888,0.0,0.60224347930495,0.153725174569888,0.0,0.153840440105577,0.5,0.153725174569888,0.0,0.316624518513524,0.153725174569888,0.0,0.17903557075881,0.153725174569888,0.0,0.369202622971874,0.153725174569888,0.0,0.765820777016035,0.153725174569888,0.0,0.341259728688951,0.153725174569888,0.0,0.357555275767497,0.153725174569888,0.0,0.152622324569269,0.5,0.153725174569888,0.0,0.079077844341494,0,0.142635600596832,0.986158832766674 -2334,0.5,0.153725174569888,0.0,0.129834439662377,0.153725174569888,0.0,0.427209929236043,0.153725174569888,0.0,0.221065607988427,0.153725174569888,0.0,0.184796179959813,0.153725174569888,0.0,0.956022473000999,0.153725174569888,0.0,0.83131516823299,0.153725174569888,0.0,0.85783082134206,0.153725174569888,0.0,0.781923661229386,0.5,0.153725174569888,0.0,0.610781310605004,0.153725174569888,0.0,0.144105911410103,0.5,0.153725174569888,0.0,0.485574721776619,0.153725174569888,0.0,0.226024100536969,0.153725174569888,0.0,0.504871765505882,0.153725174569888,0.0,0.909317738391411,0.153725174569888,0.0,0.512145374500933,0.153725174569888,0.0,0.453241236064849,0.153725174569888,0.0,0.20646311171561,0.5,0.153725174569888,0.0,0.0943837525982827,0,0.198788970242587,0.980209291544596 -2335,0.5,0.153725174569888,0.015356664233551,0.152645341016348,0.153725174569888,0.00113713313307486,0.934609110914361,0.153725174569888,0.0222714355929814,0.293813770680006,0.153725174569888,0.0198370181964235,0.193071892018031,0.153725174569888,0.0044489245825261,0.939651134999635,0.153725174569888,0.00190770536535599,0.779723033454837,0.153725174569888,0.000477671690485972,0.978090636441176,0.153725174569888,0.000458369949064953,0.755585740942055,0.5,0.153725174569888,0.00149484185505565,0.620308906087737,0.153725174569888,0.00154084280323394,0.147153655922044,0.5,0.153725174569888,0.00438667736494408,0.653461580351811,0.153725174569888,0.00472448532441688,0.285424773780795,0.153725174569888,0.00033416604371756,0.826727847069492,0.153725174569888,0.0033010761430869,0.952527072807417,0.153725174569888,0.00587102332928585,0.680285606156184,0.153725174569888,0.0093888189433069,0.650969751249668,0.153725174569888,0.0111003526359884,0.340003623312072,0.5,0.153725174569888,0.0242537183229733,0.0806400268247287,0,0.227899492962395,0.982458728632559 -2336,0.5,0.153725174569888,0.0459316209371908,0.228727766334429,0.153725174569888,0.00222189516140015,1.02173913043478,0.153725174569888,0.113344430957344,0.544424403539731,0.153725174569888,0.0709523314663565,0.253785208183869,0.153725174569888,0.02587120076173,0.877971755130746,0.153725174569888,0.0222755466811655,0.817518659328651,0.153725174569888,0.00584235685529276,0.930387801508879,0.153725174569888,0.00908015459943986,0.75892369299944,0.5,0.153725174569888,0.00908930276542108,0.699955645825346,0.153725174569888,0.0140628315596477,0.160500481572264,0.5,0.153725174569888,0.0122620123683702,0.694738301866406,0.153725174569888,0.0286796849238554,0.359632272735735,0.153725174569888,0.00977880649595512,0.911061478402887,0.153725174569888,0.0216569854494048,0.936712017511605,0.153725174569888,0.0155228239736453,0.929229154314415,0.153725174569888,0.0108201925478289,0.931952143717607,0.153725174569888,0.0428872790588515,0.479941129442367,0.5,0.153725174569888,0.0526751287201495,0.11336663922096,0,0.253526977196781,0.976616332059495 -2337,0.5,0.153725174569888,0.0611588095506062,0.370115613927162,0.153725174569888,0.0335865251453795,1.01676531997601,0.153725174569888,0.175949150888943,0.854637796274512,0.153725174569888,0.131104041403357,0.385883342874532,0.153725174569888,0.035009072149787,0.826994967174915,0.153725174569888,0.0431508330243368,0.789743933049488,0.153725174569888,0.0277031917266576,0.92672612476726,0.153725174569888,0.0296299174475304,0.743080913564951,0.5,0.153725174569888,0.053143200859189,0.768662465130661,0.153725174569888,0.063883828227857,0.201814743440058,0.5,0.153725174569888,0.00826381542736893,0.723229784036748,0.153725174569888,0.0430072267763185,0.439427694871917,0.153725174569888,0.0372156602473245,0.985273347863907,0.153725174569888,0.0356021077863213,0.893101297033454,0.153725174569888,0.0241906262359393,1.00882524292114,0.153725174569888,0.0140087218284197,0.91465900275674,0.153725174569888,0.0574006294859755,0.629405395951004,0.5,0.153725174569888,0.0598023350083199,0.141220363202065,0,0.355298430723283,0.892386481532299 -2338,0.5,0.153725174569888,0.0413458782091182,0.561069885218512,0.153725174569888,0.0526026798180179,0.986512853810833,0.153725174569888,0.105559412542424,0.990829555306785,0.153725174569888,0.186980695640187,0.548280446427356,0.153725174569888,0.0666263199712645,0.756587432887507,0.153725174569888,0.0890531094649862,0.630251950789927,0.153725174569888,0.0628579146050388,0.936665746906669,0.153725174569888,0.0736170168929463,0.709464101795122,0.5,0.153725174569888,0.168709807930388,0.844333549765224,0.153725174569888,0.140065765425844,0.292414556343354,0.5,0.153725174569888,0.0157521040422942,0.7361266415555,0.153725174569888,0.0385320057586872,0.482003493996891,0.153725174569888,0.0439933510067183,0.951572802343836,0.153725174569888,0.0659040632391474,0.828631321994592,0.153725174569888,0.0541792178565078,0.979715894283311,0.153725174569888,0.0522508248024502,0.904913453011336,0.153725174569888,0.0633299162538042,0.711626564553371,0.5,0.153725174569888,0.0804376547045456,0.343115947707734,0,0.766934470681178,0.662138965107425 -2339,0.5,0.153725174569888,0.0426815836795593,0.817747166376528,0.153725174569888,0.0891771291827108,0.967909754594345,0.153725174569888,0.028565240600547,0.994498897856962,0.153725174569888,0.173557529050949,0.677388945419211,0.153725174569888,0.167582086199161,0.792082995762466,0.153725174569888,0.193495516473905,0.767879888723357,0.153725174569888,0.108857334909367,0.891702055122691,0.153725174569888,0.177961920481489,0.757518269036305,0.5,0.153725174569888,0.25110077830153,0.838564701193449,0.153725174569888,0.152144092370889,0.385234607625342,0.5,0.153725174569888,0.119723010704655,0.724319471207706,0.153725174569888,0.0377615302458256,0.514250775517253,0.153725174569888,0.0707941518158929,0.927359588352339,0.153725174569888,0.10015854998751,0.724670589800399,0.153725174569888,0.0879793793249064,0.943142009617152,0.153725174569888,0.102054312540352,0.922417643379093,0.153725174569888,0.059102882741131,0.717321271806708,0.5,0.153725174569888,0.153966591904925,0.428791780048655,0,1.00957183349857,0.817786852827886 -2340,0.5,0.153725174569888,0.0597285010426796,0.95364520533029,0.153725174569888,0.150523379506174,0.963876676889612,0.153725174569888,0.103475830781969,0.98300881990497,0.153725174569888,0.0751201154272806,0.79892323660143,0.153725174569888,0.232628693729288,0.885749621890333,0.153725174569888,0.295794994798869,0.970393284722769,0.153725174569888,0.191409271958033,0.843261485619886,0.153725174569888,0.354560626990065,0.830238671525157,0.5,0.153725174569888,0.332555495997989,0.780635131085405,0.153725174569888,0.138066788324376,0.557361120313947,0.5,0.153725174569888,0.273783325315747,0.84552185973632,0.153725174569888,0.0613809377886527,0.651735867913619,0.153725174569888,0.127526780810467,0.912677450684643,0.153725174569888,0.171396448607307,0.789676675712923,0.153725174569888,0.104650409513113,0.895353276942847,0.153725174569888,0.147136900525451,0.919251519928287,0.153725174569888,0.0628172366994863,0.726354855830591,0.5,0.153725174569888,0.191204557490252,0.424492993381999,0,1.00487938881607,1.00955747751766 -2341,0.5,0.153725174569888,0.0850212274559378,0.971278916293265,0.153725174569888,0.160551204507367,0.863278228036739,0.153725174569888,0.14321733986103,0.954158094452117,0.153725174569888,0.075695628869317,0.942582626673598,0.153725174569888,0.175625015603322,0.960802066371753,0.153725174569888,0.257449088070548,1.01343955234577,0.153725174569888,0.249625229769006,0.915011685639942,0.153725174569888,0.309799502268121,0.910390620477083,0.5,0.153725174569888,0.390605525400146,0.804310453299826,0.153725174569888,0.0899075402872386,0.682410246914292,0.5,0.153725174569888,0.421273312533895,0.83119318574454,0.153725174569888,0.160400531010103,0.645410625899184,0.153725174569888,0.203042943695838,0.853241221646985,0.153725174569888,0.225386511469649,0.861875662353779,0.153725174569888,0.151001148611632,0.828812286312383,0.153725174569888,0.198206552732893,0.820046464312473,0.153725174569888,0.0670680498063285,0.779283045464365,0.5,0.153725174569888,0.179194237484805,0.472871338390463,0,0.994932695766587,1.0098834255872 -2342,0.5,0.153725174569888,0.100159643614784,0.922417773629268,0.153725174569888,0.145915633734317,0.658619115597106,0.153725174569888,0.114114269488616,0.888010990622984,0.153725174569888,0.0764588080234988,0.952696945595825,0.153725174569888,0.146000790427854,1.0157416379097,0.153725174569888,0.0943091839704973,1.00413949590794,0.153725174569888,0.279555980058302,1.01275044946854,0.153725174569888,0.186609382175709,0.956957531268835,0.5,0.153725174569888,0.422850446276697,0.882629594606307,0.153725174569888,0.0628473671122312,0.581570135910981,0.5,0.153725174569888,0.397740645644593,0.763241602191658,0.153725174569888,0.333780407915985,0.735320574840853,0.153725174569888,0.283059001839416,0.857734184060827,0.153725174569888,0.220831246987317,0.950733790625227,0.153725174569888,0.180130910104241,0.800847289402403,0.153725174569888,0.287292919762721,0.768035707804282,0.153725174569888,0.0914262148022926,0.745542509547294,0.5,0.153725174569888,0.0758622146028224,0.606851835409315,0,0.968135354310279,1.01132045416608 -2343,0.5,0.153725174569888,0.0962561406920664,0.84852874057235,0.153725174569888,0.323836255621082,0.929493057571793,0.153725174569888,0.122359719846893,0.826347421625307,0.153725174569888,0.117068725426015,0.929368303186,0.153725174569888,0.112119201804065,1.01890441814716,0.153725174569888,0.106217001107471,0.979634271299034,0.153725174569888,0.113666142711146,1.01448219166411,0.153725174569888,0.114924956751925,0.960971592344124,0.5,0.153725174569888,0.320361730421185,0.944065600107544,0.153725174569888,0.117356026174994,0.559826815743114,0.5,0.153725174569888,0.379042212759071,0.503800076922346,0.153725174569888,0.411860622513451,0.800994189033177,0.153725174569888,0.222697612191,0.911776489849198,0.153725174569888,0.14865269455045,0.984433174913353,0.153725174569888,0.172048463731313,0.884571903172151,0.153725174569888,0.306719637600988,0.883097303388098,0.153725174569888,0.151952815907023,0.681055221253647,0.5,0.153725174569888,0.0414224064961045,0.599088277334368,0,0.923198952517414,1.01130123936855 -2344,0.5,0.153725174569888,0.0806057833475616,0.710922480920329,0.153725174569888,0.0827382645422516,1.01759781011804,0.153725174569888,0.106003959680387,0.694034270757143,0.153725174569888,0.0983393809878205,0.870101293937536,0.153725174569888,0.095322293288487,0.984896503519897,0.153725174569888,0.101583999577722,0.835526978177913,0.153725174569888,0.0780289228817276,1.00437073271281,0.153725174569888,0.0791062086669039,0.903060368234058,0.5,0.153725174569888,0.156369387118014,0.933335983580656,0.153725174569888,0.211884185401973,0.498309043588655,0.5,0.153725174569888,0.297003326722404,0.592519631491393,0.153725174569888,0.345246039305101,0.756196932377118,0.153725174569888,0.145038611191419,0.943965091945581,0.153725174569888,0.0960630486040958,0.984896979832986,0.153725174569888,0.134434958910782,1.00328947259746,0.153725174569888,0.137188819603335,0.932199885371611,0.153725174569888,0.189741721418783,0.636706725886917,0.5,0.153725174569888,0.0495500666818224,0.559294035738092,0,0.858121359043758,1.01101481799779 -2345,0.5,0.153725174569888,0.0859107054808746,0.632720793247234,0.153725174569888,0.0727111076291895,1.00903022635482,0.153725174569888,0.0848513482917725,0.754626677220945,0.153725174569888,0.0512416641288099,0.704616268010746,0.153725174569888,0.113626400559554,0.942846917547857,0.153725174569888,0.145737354198353,0.767966752385562,0.153725174569888,0.047945322894926,0.937935644302113,0.153725174569888,0.0732113872953874,0.84883894594634,0.5,0.153725174569888,0.122596334388483,0.892596496128948,0.153725174569888,0.199550980032336,0.516987156752118,0.5,0.153725174569888,0.14291674849883,0.671331785287222,0.153725174569888,0.189549789389889,0.63366255435148,0.153725174569888,0.0891882280117398,0.982627607425424,0.153725174569888,0.0910828703304873,0.953843229195219,0.153725174569888,0.0566841395436299,1.01004271916415,0.153725174569888,0.0529755425619417,0.970233141685008,0.153725174569888,0.17670429985847,0.552790795263129,0.5,0.153725174569888,0.0540320927098687,0.488185825165581,0,0.627322813892699,1.0087960427474 -2346,0.5,0.153725174569888,0.0413078957131949,0.617844747481902,0.153725174569888,0.0165450507875861,0.995320052241629,0.153725174569888,0.0358666341937878,0.911684289480939,0.153725174569888,0.0200329750365844,0.530831519255591,0.153725174569888,0.14451501070816,0.878826369796977,0.153725174569888,0.0559755329595769,0.75731132871601,0.153725174569888,0.0630481497289824,0.808392850239632,0.153725174569888,0.0492757589509758,0.765735894892189,0.5,0.153725174569888,0.0663056300799697,0.789321036770928,0.153725174569888,0.0627901965081819,0.300644334207683,0.5,0.153725174569888,0.0733870734762245,0.748251438453887,0.153725174569888,0.0530139330014287,0.540347054087269,0.153725174569888,0.024532678724243,0.970027998074534,0.153725174569888,0.0621158330739944,0.904918687908077,0.153725174569888,0.0271842510069513,0.987794207716712,0.153725174569888,0.0283585002487339,0.955529750513952,0.153725174569888,0.0689196299446811,0.467923264103056,0.5,0.153725174569888,0.0256528300885319,0.278543767337863,0,0.492013598895077,1.0015766866441 -2347,0.5,0.153725174569888,7.03511150108505e-06,0.698657403669074,0.153725174569888,0.0,0.955514211813026,0.153725174569888,4.7004887622269e-05,0.940385989981971,0.153725174569888,4.76041206926899e-05,0.536520319863189,0.153725174569888,0.0,0.871843632293052,0.153725174569888,0.00314775973961325,0.734040515424182,0.153725174569888,0.0,0.669892006886418,0.153725174569888,0.00206246084647398,0.621525210004609,0.5,0.153725174569888,0.0,0.636241835307555,0.153725174569888,0.0,0.202817414342197,0.5,0.153725174569888,0.0,0.933901016068535,0.153725174569888,0.000183004183420654,0.597643300357372,0.153725174569888,0.00013931019630547,0.938559909234939,0.153725174569888,0.0,0.885960888968753,0.153725174569888,1.48431607322805e-05,0.884283359827483,0.153725174569888,0.0,0.822126358974653,0.153725174569888,6.20238853842809e-05,0.481413774071666,0.5,0.153725174569888,0.000135526884371794,0.141798133182077,0,0.902803155179386,1.00901967797727 -2348,0.5,0.153725174569888,0.0,0.789858536077185,0.153725174569888,0.0,0.837068955615496,0.153725174569888,0.0,0.958645910829937,0.153725174569888,0.0,0.697749345443676,0.153725174569888,0.0,0.607486780130144,0.153725174569888,0.0,0.487286377560471,0.153725174569888,0.0,0.545447565002006,0.153725174569888,0.0,0.483832987600439,0.5,0.153725174569888,0.0,0.44980917970521,0.153725174569888,0.0,0.155628673206723,0.5,0.153725174569888,0.0,0.886817679436574,0.153725174569888,0.0,0.789807625776939,0.153725174569888,0.0,0.856364801571357,0.153725174569888,0.0,0.864646480985497,0.153725174569888,0.0,0.707022146749524,0.153725174569888,0.0,0.664188363211125,0.153725174569888,0.0,0.577094349434515,0.5,0.153725174569888,0.0,0.097032726331516,0,0.992839349080786,1.00883204805854 -2349,0.5,0.153725174569888,0.0,0.861757682603222,0.153725174569888,0.0,0.777782104544327,0.153725174569888,0.0,0.825678229356937,0.153725174569888,0.0,0.820507614102545,0.153725174569888,0.0,0.566478186524425,0.153725174569888,0.0,0.370065865361384,0.153725174569888,0.0,0.447039718851189,0.153725174569888,0.0,0.308870894410108,0.5,0.153725174569888,0.0,0.265007239726148,0.153725174569888,0.0,0.147205542457332,0.5,0.153725174569888,0.0,0.744624706150477,0.153725174569888,0.0,0.790893525361709,0.153725174569888,0.0,0.786413089008637,0.153725174569888,0.0,0.825946615032666,0.153725174569888,0.0,0.575206249583072,0.153725174569888,0.0,0.496458800244047,0.153725174569888,0.0,0.643899702165887,0.5,0.153725174569888,0.0,0.123966767325522,0,1.0012197923016,1.00926799347301 -2350,0.5,0.153725174569888,0.0,0.807277754779881,0.153725174569888,0.0,0.894005251514378,0.153725174569888,0.0,0.571135721308703,0.153725174569888,0.0,0.793133060176677,0.153725174569888,0.0,0.720264898565515,0.153725174569888,0.0,0.37510110567727,0.153725174569888,0.0,0.460154492357392,0.153725174569888,0.0,0.245417668949036,0.5,0.153725174569888,0.0,0.120326801045217,0.153725174569888,0.0,0.237937414125093,0.5,0.153725174569888,0.0,0.548243827071921,0.153725174569888,0.0,0.637911478642374,0.153725174569888,0.0,0.696528395748334,0.153725174569888,0.0,0.835600672217949,0.153725174569888,0.0,0.658948727450091,0.153725174569888,0.0,0.437480896725609,0.153725174569888,0.0,0.65968544170437,0.5,0.153725174569888,0.0,0.214104041011009,0,0.995956282049299,1.00955247564217 -2351,0.5,0.153725174569888,0.0,0.727166938296852,0.153725174569888,0.0,0.870087465992197,0.153725174569888,0.0,0.455105616595588,0.153725174569888,0.0,0.682664373278681,0.153725174569888,0.0,0.678471458378351,0.153725174569888,0.0,0.343513785721743,0.153725174569888,0.0,0.517510120897879,0.153725174569888,0.0,0.230906637332907,0.5,0.153725174569888,0.0,0.0656133408513483,0.153725174569888,0.0,0.41056938687095,0.5,0.153725174569888,0.0,0.45753475946485,0.153725174569888,0.0,0.499014821946466,0.153725174569888,0.0,0.626303964357001,0.153725174569888,0.0,0.810212431741522,0.153725174569888,0.0,0.795639156777615,0.153725174569888,0.0,0.410555258372925,0.153725174569888,0.0,0.54197665836606,0.5,0.153725174569888,0.0,0.424968518127498,0,0.95385786485044,1.00809915679817 -2352,0.5,0.153725174569888,0.0,0.640981797224761,0.153725174569888,0.0,0.811101022507722,0.153725174569888,0.0,0.539982961005372,0.153725174569888,0.0,0.497771722802956,0.153725174569888,0.0,0.559324696074582,0.153725174569888,0.0,0.184591326453961,0.153725174569888,0.0,0.652560983499203,0.153725174569888,0.0,0.195349356736896,0.5,0.153725174569888,0.0,0.0659930179482802,0.153725174569888,0.0,0.48979753203479,0.5,0.153725174569888,0.0,0.31033366022941,0.153725174569888,0.0,0.340663424568536,0.153725174569888,0.0,0.710675484883488,0.153725174569888,0.0,0.803020742010864,0.153725174569888,0.0,0.875522633591931,0.153725174569888,0.0,0.441983154746511,0.153725174569888,0.0,0.435802073244833,0.5,0.153725174569888,0.0,0.538706581888413,0,0.876548068776894,0.991871344933294 -2353,0.5,0.153725174569888,0.0,0.636442818564254,0.153725174569888,0.0,0.938081819049435,0.153725174569888,0.0,0.598969769689302,0.153725174569888,0.0,0.423503388187282,0.153725174569888,0.0,0.445800511488837,0.153725174569888,0.0,0.156945654719904,0.153725174569888,0.0,0.568615643402379,0.153725174569888,0.0,0.145844963863173,0.5,0.153725174569888,0.0,0.0722131361524127,0.153725174569888,0.0,0.36160208964256,0.5,0.153725174569888,0.0,0.172840756909813,0.153725174569888,0.0,0.206352374855853,0.153725174569888,0.0,0.740817750891625,0.153725174569888,0.0,0.791068171675498,0.153725174569888,0.0,0.876085236561313,0.153725174569888,0.0,0.49527013472274,0.153725174569888,0.0,0.353420197603451,0.5,0.153725174569888,0.0,0.588389764187961,0,0.831438854442084,0.950955131777808 -2354,0.5,0.153725174569888,0.0,0.703462246747058,0.153725174569888,0.0,0.921236916528203,0.153725174569888,0.0,0.604479692477776,0.153725174569888,0.0,0.487355668679543,0.153725174569888,0.0,0.409250487238368,0.153725174569888,0.0,0.24559511912882,0.153725174569888,0.0,0.427209131229052,0.153725174569888,0.0,0.110429717959535,0.5,0.153725174569888,0.0,0.071585259335741,0.153725174569888,0.0,0.223960898970398,0.5,0.153725174569888,0.0,0.154922961466054,0.153725174569888,0.0,0.115439363010313,0.153725174569888,0.0,0.722935189297753,0.153725174569888,0.0,0.712987565077963,0.153725174569888,0.0,0.874957649670087,0.153725174569888,0.0,0.465909540476589,0.153725174569888,0.0,0.331876973439617,0.5,0.153725174569888,0.0,0.531048508521546,0,0.916702316393554,0.881216877471064 -2355,0.5,0.153725174569888,0.0,0.800363664692969,0.153725174569888,0.0,0.866023473917853,0.153725174569888,0.0,0.62121947750307,0.153725174569888,0.0,0.565656056884779,0.153725174569888,0.0,0.411255640881254,0.153725174569888,0.0,0.248763260085551,0.153725174569888,0.0,0.41230768367223,0.153725174569888,0.0,0.0957670361184617,0.5,0.153725174569888,0.0,0.064497402162774,0.153725174569888,0.0,0.147830578166367,0.5,0.153725174569888,0.0,0.217269963571293,0.153725174569888,0.0,0.0667439146625463,0.153725174569888,0.0,0.739389063254502,0.153725174569888,0.0,0.608464693378141,0.153725174569888,0.0,0.845692853296967,0.153725174569888,0.0,0.345096783373089,0.153725174569888,0.0,0.371092531878722,0.5,0.153725174569888,0.0,0.425017980594404,0,0.868400123506257,0.805980576099169 -2356,0.5,0.153725174569888,0.0,0.846381866635436,0.153725174569888,0.0,0.715810401285193,0.153725174569888,0.0,0.737885513042074,0.153725174569888,0.0,0.651767971291424,0.153725174569888,0.0,0.399817587073504,0.153725174569888,0.0,0.189339489676869,0.153725174569888,0.0,0.454379660944527,0.153725174569888,0.0,0.12654149907687,0.5,0.153725174569888,0.0,0.0538096288187755,0.153725174569888,0.0,0.0959634130839607,0.5,0.153725174569888,0.0,0.276200948312996,0.153725174569888,0.0,0.0545993913789887,0.153725174569888,0.0,0.757603596385459,0.153725174569888,0.0,0.483140417772812,0.153725174569888,0.0,0.768152922856072,0.153725174569888,0.0,0.240455726622714,0.153725174569888,0.0,0.394162095084001,0.5,0.153725174569888,0.0,0.360128890245567,0,0.807435353448113,0.729922859272775 -2357,0.5,0.153725174569888,0.0,0.853908919512231,0.153725174569888,0.0,0.677629287037281,0.153725174569888,0.0,0.755183908894667,0.153725174569888,0.0,0.734020569650593,0.153725174569888,0.0,0.356577981447737,0.153725174569888,0.0,0.208305509605861,0.153725174569888,0.0,0.463030761782006,0.153725174569888,0.0,0.193496256920583,0.5,0.153725174569888,0.0,0.0490009411739915,0.153725174569888,0.0,0.0680824299281343,0.5,0.153725174569888,0.0,0.23713392314791,0.153725174569888,0.0,0.0561775583571031,0.153725174569888,0.0,0.751892315716129,0.153725174569888,0.0,0.39677195334812,0.153725174569888,0.0,0.688859460150977,0.153725174569888,0.0,0.240231289166992,0.153725174569888,0.0,0.376431727254388,0.5,0.153725174569888,0.0,0.299368066014565,0,0.848203136442444,0.549406845390884 -2358,0.5,0.153725174569888,0.0,0.808422860554147,0.153725174569888,0.0,0.652825474252593,0.153725174569888,0.0,0.64838652830521,0.153725174569888,0.0,0.778729669080987,0.153725174569888,0.0,0.306866898593677,0.153725174569888,0.0,0.290631651929879,0.153725174569888,0.0,0.425337000291555,0.153725174569888,0.0,0.261809967616939,0.5,0.153725174569888,0.0,0.0566729601641436,0.153725174569888,0.0,0.0697741357319956,0.5,0.153725174569888,0.0,0.169531108638797,0.153725174569888,0.0,0.0591912819938692,0.153725174569888,0.0,0.740775715608602,0.153725174569888,0.0,0.343444953161205,0.153725174569888,0.0,0.619531083114603,0.153725174569888,0.0,0.284082047659135,0.153725174569888,0.0,0.321203587317717,0.5,0.153725174569888,0.0,0.278613579805138,0,0.969702524142013,0.35960689964643 -2359,0.5,0.153725174569888,0.017345088949551,0.803830926144778,0.153725174569888,0.0405123989187516,0.636615258425689,0.153725174569888,0.0296390129633721,0.59455906247239,0.153725174569888,0.0191531142461692,0.853981292639277,0.153725174569888,0.0141354876575476,0.293398029954865,0.153725174569888,0.00132955070818521,0.326131512915439,0.153725174569888,0.0104853668675803,0.406631423280886,0.153725174569888,0.00561719591966234,0.308301077976518,0.5,0.153725174569888,0.0205263210065339,0.0573373624953273,0.153725174569888,0.0436640490574378,0.0780068088898112,0.5,0.153725174569888,0.0316934242291134,0.157534237308782,0.153725174569888,0.0343621398969745,0.0584751656914592,0.153725174569888,0.038315126738516,0.721386443773146,0.153725174569888,0.0296873042375806,0.308816537749827,0.153725174569888,0.0408856496346921,0.577181874323566,0.153725174569888,0.0199704607420716,0.338478651741563,0.153725174569888,0.0275333386490509,0.323576811656818,0.5,0.153725174569888,0.033223317629246,0.374309847503691,0,1.00430118340883,0.223329330151792 -2360,0.5,0.153725174569888,0.0777582661203234,0.859711467688129,0.153725174569888,0.175379923401063,0.658669834989345,0.153725174569888,0.147886843069308,0.75345252104406,0.153725174569888,0.0781171834440041,0.880915200387869,0.153725174569888,0.0375974209595372,0.34723406157612,0.153725174569888,0.0181381255858264,0.396827218494639,0.153725174569888,0.0346407335849861,0.520674912303251,0.153725174569888,0.0592201937985057,0.366291041121829,0.5,0.153725174569888,0.122437615031248,0.0952719465032656,0.153725174569888,0.178866074526256,0.136087057586846,0.5,0.153725174569888,0.140968871584059,0.239765901734997,0.153725174569888,0.163838965188826,0.0873873671715613,0.153725174569888,0.16163967358726,0.741813226109029,0.153725174569888,0.0969505924773148,0.345607110648218,0.153725174569888,0.15916703191219,0.729318321186937,0.153725174569888,0.0889223449419648,0.44353813016939,0.153725174569888,0.105929894546364,0.358735464761478,0.5,0.153725174569888,0.132027590690361,0.56451908154973,0,1.00946643096228,0.153672879554476 -2361,0.5,0.153725174569888,0.17482812967664,0.89279607106155,0.153725174569888,0.333531255124952,0.729452554537663,0.153725174569888,0.304286014426047,0.889484843477665,0.153725174569888,0.168350158138409,0.878494728475777,0.153725174569888,0.0485790072517397,0.373615677115984,0.153725174569888,0.0610169479607938,0.493052417659426,0.153725174569888,0.036958209250018,0.609523298276851,0.153725174569888,0.150030206500987,0.445451536473877,0.5,0.153725174569888,0.245163409433294,0.247330803588468,0.153725174569888,0.336515369067489,0.239582161656356,0.5,0.153725174569888,0.263594165075998,0.362240328598868,0.153725174569888,0.315694337262298,0.175612729984401,0.153725174569888,0.315646298887206,0.839599310765471,0.153725174569888,0.142056332004051,0.452100065965807,0.153725174569888,0.254889594625442,0.849065541542388,0.153725174569888,0.118774454794399,0.502314029736963,0.153725174569888,0.180727159629677,0.402738884630093,0.5,0.153725174569888,0.222061191613554,0.688768008918101,0,1.00958611656807,0.112872021903587 -2362,0.5,0.153725174569888,0.314459257251847,0.91631614577445,0.153725174569888,0.485856497700488,0.880474791045464,0.153725174569888,0.445579816595038,0.897441272213388,0.153725174569888,0.305853205729343,0.883386300704581,0.153725174569888,0.0503879246998699,0.395301705488282,0.153725174569888,0.0857247300386989,0.629248727407659,0.153725174569888,0.0401325941962593,0.666704650063773,0.153725174569888,0.21367709128485,0.651577435117765,0.5,0.153725174569888,0.369730613278465,0.497927585683084,0.153725174569888,0.474875235538064,0.269037566286474,0.5,0.153725174569888,0.367568577219003,0.564153678548525,0.153725174569888,0.470358697102275,0.261793573774964,0.153725174569888,0.463714995747629,0.891756136922796,0.153725174569888,0.178456589373577,0.50511583408179,0.153725174569888,0.274766212271439,0.863280020112487,0.153725174569888,0.121857486296185,0.643699296279452,0.153725174569888,0.28916891181831,0.544840204043517,0.5,0.153725174569888,0.297343119316804,0.680420651529119,0,1.00965759920125,0.115017263467104 -2363,0.5,0.153725174569888,0.390347827469623,0.934027901802056,0.153725174569888,0.595568697813355,0.943769069290358,0.153725174569888,0.494014831955272,0.901991329661688,0.153725174569888,0.446217974937661,0.902350278621513,0.153725174569888,0.0461476415899774,0.481151991411059,0.153725174569888,0.0897297048250886,0.774205246483606,0.153725174569888,0.0575069169150179,0.740747503272088,0.153725174569888,0.226283091130933,0.839218367508625,0.5,0.153725174569888,0.4332708919799,0.705929724939235,0.153725174569888,0.571894666014239,0.273275899458243,0.5,0.153725174569888,0.470549541288927,0.78425266987383,0.153725174569888,0.583718287259572,0.320391259607956,0.153725174569888,0.595163329498265,0.906418786916498,0.153725174569888,0.1661093905233,0.451122405213166,0.153725174569888,0.225942837961737,0.82926859550584,0.153725174569888,0.140695525750347,0.743097446238779,0.153725174569888,0.313101896621259,0.725051458055002,0.5,0.153725174569888,0.405292997915392,0.66738954845971,0,1.0098043429814,0.119804388151725 -2364,0.5,0.153725174569888,0.427883657128867,0.943216692446921,0.153725174569888,0.628911240255173,0.942775944260676,0.153725174569888,0.341382498442896,0.925431783805515,0.153725174569888,0.597972882479995,0.916110548552095,0.153725174569888,0.046039533966909,0.531068628113124,0.153725174569888,0.0607618562979734,0.777460778963178,0.153725174569888,0.0719700149893245,0.793577799294814,0.153725174569888,0.14238223282389,0.85907793773289,0.5,0.153725174569888,0.431070092703817,0.824011647447385,0.153725174569888,0.546141363224935,0.276658884344444,0.5,0.153725174569888,0.541277820045202,0.839212659907627,0.153725174569888,0.62439824647867,0.321977221708364,0.153725174569888,0.664527205273465,0.911036559012763,0.153725174569888,0.118728071925477,0.386097337507682,0.153725174569888,0.187989390621747,0.806728635788092,0.153725174569888,0.140528206385212,0.827054008064449,0.153725174569888,0.302360711025559,0.801981877716005,0.5,0.153725174569888,0.420933578378984,0.687573880488544,0,1.00734540470156,0.104364982051414 -2365,0.5,0.153725174569888,0.491744795482447,0.953656672327408,0.153725174569888,0.644725253476927,0.95961637940777,0.153725174569888,0.260845909686077,0.913832564045747,0.153725174569888,0.45897373238736,0.896846535721611,0.153725174569888,0.0400335793885606,0.530103774588668,0.153725174569888,0.0292552983367405,0.737001406154694,0.153725174569888,0.0641625524834756,0.770042741502468,0.153725174569888,0.0933652741429646,0.864133186535038,0.5,0.153725174569888,0.318613506737088,0.805265226785232,0.153725174569888,0.559374435942878,0.277376183060969,0.5,0.153725174569888,0.519712181663938,0.868374524265233,0.153725174569888,0.609294835802037,0.339901401091615,0.153725174569888,0.69054056799801,0.909128696883179,0.153725174569888,0.0964348291043849,0.339277932662151,0.153725174569888,0.138932379709786,0.770288223110579,0.153725174569888,0.137937164216686,0.813251662756928,0.153725174569888,0.365156980389617,0.896403302446465,0.5,0.153725174569888,0.386506273284506,0.711884458234414,0,0.99281937627005,0.0946081640182881 -2366,0.5,0.153725174569888,0.497522827234775,0.945465952069942,0.153725174569888,0.6086121980169,0.949848427698743,0.153725174569888,0.205341717506176,0.918007351109067,0.153725174569888,0.391787613432112,0.862851051075255,0.153725174569888,0.0289402672008947,0.515697267552227,0.153725174569888,0.0186493286813198,0.699496492444268,0.153725174569888,0.0437027686992481,0.825905908793756,0.153725174569888,0.0518742459974493,0.81023315019342,0.5,0.153725174569888,0.196746290245177,0.784820927523426,0.153725174569888,0.535441659215526,0.302142857849705,0.5,0.153725174569888,0.420364344986192,0.903885818008667,0.153725174569888,0.529825535066584,0.408929095176549,0.153725174569888,0.684894215925302,0.903763476199321,0.153725174569888,0.0887125671763782,0.278137932988035,0.153725174569888,0.0903621060697379,0.732632131819614,0.153725174569888,0.137284369845823,0.813847365182615,0.153725174569888,0.310491109779692,0.916455202972849,0.5,0.153725174569888,0.460819910886142,0.752575049782588,0,0.959737183086629,0.116331133206166 -2367,0.5,0.153725174569888,0.456182907893166,0.924777025609339,0.153725174569888,0.541030854716241,0.911743795859361,0.153725174569888,0.14249275641119,0.923332247703626,0.153725174569888,0.383643755874582,0.866171966718175,0.153725174569888,0.016002383436146,0.461499949135144,0.153725174569888,0.0243522832989912,0.615991263298688,0.153725174569888,0.0256924620394121,0.838121225453554,0.153725174569888,0.0309941798281314,0.768467183053251,0.5,0.153725174569888,0.126230880054031,0.763904093206189,0.153725174569888,0.438227009286216,0.344432755318191,0.5,0.153725174569888,0.334322832757123,0.929602267126775,0.153725174569888,0.429114274138201,0.510912072957864,0.153725174569888,0.626457220093593,0.895649559293843,0.153725174569888,0.0929562879403891,0.261172682062274,0.153725174569888,0.0681572408721507,0.698609130516556,0.153725174569888,0.107161023642275,0.804269523170991,0.153725174569888,0.245652254418239,0.924537729145092,0.5,0.153725174569888,0.379562562418795,0.750208448481929,0,0.92946805899196,0.117113341076399 -2368,0.5,0.153725174569888,0.380497686702138,0.89094099092242,0.153725174569888,0.456456344246725,0.843796903569869,0.153725174569888,0.0767487626623002,0.904745991176815,0.153725174569888,0.243678366542508,0.840672005212245,0.153725174569888,0.00944581232921111,0.382823462264091,0.153725174569888,0.0311479197864409,0.52177223015418,0.153725174569888,0.0132928524205248,0.785423137896008,0.153725174569888,0.0217894061213035,0.659798079179987,0.5,0.153725174569888,0.0630111064799049,0.698791941440769,0.153725174569888,0.289652451874032,0.400667560595297,0.5,0.153725174569888,0.237458954643658,0.942630058619511,0.153725174569888,0.30132818705045,0.588772875751147,0.153725174569888,0.513262587757751,0.876697093094174,0.153725174569888,0.131692455168193,0.317535244700399,0.153725174569888,0.048624940065154,0.618338667135621,0.153725174569888,0.0551820857684517,0.772605334500143,0.153725174569888,0.160103063947653,0.89815939326009,0.5,0.153725174569888,0.279241612840894,0.714880691903433,0,0.915769095889242,0.114005451318712 -2369,0.5,0.153725174569888,0.259743849029608,0.788707440727844,0.153725174569888,0.345538740102174,0.756929094512267,0.153725174569888,0.0374532071871894,0.823639294187971,0.153725174569888,0.13794881160458,0.755341945519802,0.153725174569888,0.00759539992963808,0.294391756159335,0.153725174569888,0.0283670989402003,0.449843656783485,0.153725174569888,0.00496975739034929,0.707799843105482,0.153725174569888,0.0149162663887781,0.49847680540295,0.5,0.153725174569888,0.0203595038299957,0.577725542511078,0.153725174569888,0.165681635391008,0.403594426023326,0.5,0.153725174569888,0.103725062444047,0.872331028651192,0.153725174569888,0.180983431432677,0.613289960056015,0.153725174569888,0.375500965350478,0.800501172153922,0.153725174569888,0.150659520212764,0.348455508027315,0.153725174569888,0.0515140677324144,0.50872715129679,0.153725174569888,0.0143829527779533,0.723223485488485,0.153725174569888,0.0886614637739269,0.845454218736526,0.5,0.153725174569888,0.144045741574689,0.667434654285038,0,0.892551326978059,0.122923520141213 -2370,0.5,0.153725174569888,0.0993071601660164,0.620161827109949,0.153725174569888,0.137996078669569,0.545081490417384,0.153725174569888,0.0131274836919579,0.749409464898672,0.153725174569888,0.0386342646039089,0.610851812058128,0.153725174569888,0.00427736504839286,0.217125868162182,0.153725174569888,0.0149485144484459,0.298529868830212,0.153725174569888,0.00248153993333415,0.644950044434749,0.153725174569888,0.00613852492534147,0.347140958298626,0.5,0.153725174569888,0.00544505619002662,0.497447296207072,0.153725174569888,0.0683960777366733,0.325016036067041,0.5,0.153725174569888,0.0227871709003598,0.886464752248928,0.153725174569888,0.0739439237143546,0.572387786908913,0.153725174569888,0.174744445412421,0.636334443796044,0.153725174569888,0.0970986943945457,0.280421272406961,0.153725174569888,0.0321665626364504,0.38982439610096,0.153725174569888,0.00178617765842194,0.584947201558383,0.153725174569888,0.0266566065483938,0.793865206176533,0.5,0.153725174569888,0.0546789359517942,0.500492266803858,0,0.888462816042228,0.151777672502724 -2371,0.5,0.153725174569888,0.0,0.478363936373729,0.153725174569888,0.0,0.401296659031455,0.153725174569888,7.59301793936247e-05,0.636214927483178,0.153725174569888,0.000160107120929893,0.501787870239251,0.153725174569888,0.000465008643769523,0.182881330664209,0.153725174569888,0.0041387195887396,0.216673505463155,0.153725174569888,0.000166503673549924,0.569072382285103,0.153725174569888,0.000193544627070444,0.268005088018803,0.5,0.153725174569888,0.000799348119080325,0.34952475912951,0.153725174569888,0.0,0.281006494539126,0.5,0.153725174569888,6.23730573953682e-05,0.839654080916663,0.153725174569888,0.0,0.50122840961784,0.153725174569888,0.0,0.498202705090914,0.153725174569888,0.00269748814833601,0.226344848000891,0.153725174569888,7.60284084523614e-05,0.326289739781891,0.153725174569888,0.000119767343082306,0.47876469429682,0.153725174569888,0.000190922620127905,0.766234707563163,0.5,0.153725174569888,0.000141573986561766,0.270268942124835,0,0.847589215632178,0.198047766844346 -2372,0.5,0.153725174569888,0.0,0.392475050582434,0.153725174569888,0.0,0.380209220624992,0.153725174569888,0.0,0.539879422174937,0.153725174569888,0.0,0.445191316462677,0.153725174569888,0.0,0.170822130043206,0.153725174569888,0.0,0.17846639819506,0.153725174569888,0.0,0.486888382439323,0.153725174569888,0.0,0.225634122994098,0.5,0.153725174569888,0.0,0.243193907121418,0.153725174569888,0.0,0.271216797486604,0.5,0.153725174569888,0.0,0.792992162125168,0.153725174569888,0.0,0.44523884420319,0.153725174569888,0.0,0.451885307094104,0.153725174569888,0.0,0.22153243686605,0.153725174569888,0.0,0.312368851931351,0.153725174569888,0.0,0.438717192182355,0.153725174569888,0.0,0.75291725964892,0.5,0.153725174569888,0.0,0.206361184863408,0,0.71453333090742,0.245658897844208 -2373,0.5,0.153725174569888,0.0,0.389357059493531,0.153725174569888,0.0,0.364003292136461,0.153725174569888,0.0,0.459722799997367,0.153725174569888,0.0,0.425780532779803,0.153725174569888,0.0,0.186229826299623,0.153725174569888,0.0,0.158529273037929,0.153725174569888,0.0,0.434183534738791,0.153725174569888,0.0,0.193668915639429,0.5,0.153725174569888,0.0,0.216949539587505,0.153725174569888,0.0,0.297720694824277,0.5,0.153725174569888,0.0,0.725347503989003,0.153725174569888,0.0,0.515294632960522,0.153725174569888,0.0,0.413019662439472,0.153725174569888,0.0,0.223431911203003,0.153725174569888,0.0,0.32161982036417,0.153725174569888,0.0,0.385448960173261,0.153725174569888,0.0,0.703499278586924,0.5,0.153725174569888,0.0,0.253690635239826,0,0.604111597188095,0.212409781443899 -2374,0.5,0.153725174569888,0.0,0.442394844731597,0.153725174569888,0.0,0.322509910049093,0.153725174569888,0.0,0.483329639701292,0.153725174569888,0.0,0.420679742283497,0.153725174569888,0.0,0.213983366313669,0.153725174569888,0.0,0.1340428033407,0.153725174569888,0.0,0.402691114061481,0.153725174569888,0.0,0.157656219888273,0.5,0.153725174569888,0.0,0.148367895785505,0.153725174569888,0.0,0.343916820971075,0.5,0.153725174569888,0.0,0.601536893291432,0.153725174569888,0.0,0.46213917333191,0.153725174569888,0.0,0.361715115151764,0.153725174569888,0.0,0.213012322870507,0.153725174569888,0.0,0.328038174437821,0.153725174569888,0.0,0.306521063717499,0.153725174569888,0.0,0.629801239644374,0.5,0.153725174569888,0.0,0.426862292197293,0,0.5696583777104,0.137805569649505 -2375,0.5,0.153725174569888,0.0,0.498086984892776,0.153725174569888,0.0,0.287199792475209,0.153725174569888,0.0,0.453387719416746,0.153725174569888,0.0,0.455219966591504,0.153725174569888,0.0,0.190326701937085,0.153725174569888,0.0,0.0975126545026457,0.153725174569888,0.0,0.384267729035363,0.153725174569888,0.0,0.129450141681398,0.5,0.153725174569888,0.0,0.0911335095943343,0.153725174569888,0.0,0.365741522310624,0.5,0.153725174569888,0.0,0.47045936205632,0.153725174569888,0.0,0.389721257930361,0.153725174569888,0.0,0.315796900559742,0.153725174569888,0.0,0.200907642582286,0.153725174569888,0.0,0.304964419143225,0.153725174569888,0.0,0.253323184920735,0.153725174569888,0.0,0.570756238170832,0.5,0.153725174569888,0.0,0.677831886322691,0,0.584559514790753,0.0952483066032648 -2376,0.5,0.153725174569888,0.0,0.504081454961272,0.153725174569888,0.0,0.250036533836773,0.153725174569888,0.0,0.438891923950147,0.153725174569888,0.0,0.486798957414623,0.153725174569888,0.0,0.160633955810659,0.153725174569888,0.0,0.0626677055393972,0.153725174569888,0.0,0.374354865554562,0.153725174569888,0.0,0.104179553369189,0.5,0.153725174569888,0.0,0.052393663247922,0.153725174569888,0.0,0.375380181101634,0.5,0.153725174569888,0.0,0.335553171280581,0.153725174569888,0.0,0.316002426239417,0.153725174569888,0.0,0.267825010784864,0.153725174569888,0.0,0.186050902389382,0.153725174569888,0.0,0.321814866807032,0.153725174569888,0.0,0.239109084402947,0.153725174569888,0.0,0.454797553467839,0.5,0.153725174569888,0.0,0.634612658141571,0,0.568740414091328,0.0780031372590628 -2377,0.5,0.153725174569888,0.0,0.474464718935499,0.153725174569888,0.0,0.198641801386757,0.153725174569888,0.0,0.41424783835208,0.153725174569888,0.0,0.470297582926692,0.153725174569888,0.0,0.145734579535895,0.153725174569888,0.0,0.0487185735080684,0.153725174569888,0.0,0.360862255996636,0.153725174569888,0.0,0.0855228942232896,0.5,0.153725174569888,0.0,0.0337356226748016,0.153725174569888,0.0,0.314549224980939,0.5,0.153725174569888,0.0,0.326697605011913,0.153725174569888,0.0,0.176166110483407,0.153725174569888,0.0,0.207445197516749,0.153725174569888,0.0,0.168673473183274,0.153725174569888,0.0,0.374148327458611,0.153725174569888,0.0,0.244094575270941,0.153725174569888,0.0,0.390031120030541,0.5,0.153725174569888,0.0,0.56522787728317,0,0.542418731349573,0.0753363735524347 -2378,0.5,0.153725174569888,0.0,0.425667636966049,0.153725174569888,0.0,0.130493565262626,0.153725174569888,0.0,0.374343540373847,0.153725174569888,0.0,0.418081158158846,0.153725174569888,0.0,0.112494256310989,0.153725174569888,0.0,0.0561948055972819,0.153725174569888,0.0,0.312770580692931,0.153725174569888,0.0,0.070413865081608,0.5,0.153725174569888,0.0,0.0262573364577159,0.153725174569888,0.0,0.239564754389453,0.5,0.153725174569888,0.0,0.348605641402191,0.153725174569888,0.0,0.165980368464688,0.153725174569888,0.0,0.144745212947369,0.153725174569888,0.0,0.142966528128423,0.153725174569888,0.0,0.420777192623258,0.153725174569888,0.0,0.277893034047875,0.153725174569888,0.0,0.366814654141668,0.5,0.153725174569888,0.0,0.391297991279996,0,0.466417785293513,0.0859573573656585 -2379,0.5,0.153725174569888,0.0,0.373033126691366,0.153725174569888,0.0,0.0826480787069114,0.153725174569888,0.0,0.310915852707952,0.153725174569888,0.0,0.421443055483007,0.153725174569888,0.0,0.0926850431495336,0.153725174569888,0.0,0.0668118061856842,0.153725174569888,0.0,0.22166797947122,0.153725174569888,0.0,0.0551629473866957,0.5,0.153725174569888,0.0,0.0227745757643294,0.153725174569888,0.0,0.212131290801225,0.5,0.153725174569888,0.0,0.279885638276532,0.153725174569888,0.0,0.176492455250824,0.153725174569888,0.0,0.0989671054694679,0.153725174569888,0.0,0.116620882224916,0.153725174569888,0.0,0.349757220992255,0.153725174569888,0.0,0.286596311420409,0.153725174569888,0.0,0.358554018170231,0.5,0.153725174569888,0.0,0.327352317435919,0,0.352926313936952,0.100090052189823 -2380,0.5,0.153725174569888,0.0,0.324950946261662,0.153725174569888,0.0,0.0631755406284357,0.153725174569888,0.0,0.25977549210681,0.153725174569888,0.0,0.469192184582981,0.153725174569888,0.0,0.0915651308732893,0.153725174569888,0.0,0.0678678095438624,0.153725174569888,0.0,0.144547490136358,0.153725174569888,0.0,0.0428067039977026,0.5,0.153725174569888,0.0,0.0172187293630414,0.153725174569888,0.0,0.189569315345337,0.5,0.153725174569888,0.0,0.24348473969015,0.153725174569888,0.0,0.176460327348342,0.153725174569888,0.0,0.0688394300241954,0.153725174569888,0.0,0.0948891241110522,0.153725174569888,0.0,0.276566879900984,0.153725174569888,0.0,0.229810013834075,0.153725174569888,0.0,0.345942388889049,0.5,0.153725174569888,0.0,0.3353656257741,0,0.273734749035378,0.12037088203363 -2381,0.5,0.153725174569888,0.0,0.276135620869631,0.153725174569888,0.0,0.0485036394456545,0.153725174569888,0.0,0.280973278860775,0.153725174569888,0.0,0.480511772787415,0.153725174569888,0.0,0.0905134067444275,0.153725174569888,0.0,0.0625052468024034,0.153725174569888,0.0,0.123805196693431,0.153725174569888,0.0,0.0387468495775301,0.5,0.153725174569888,0.0,0.0129862968283334,0.153725174569888,0.0,0.160276352063491,0.5,0.153725174569888,0.0,0.247099990006802,0.153725174569888,0.0,0.132100833142779,0.153725174569888,0.0,0.0435932643040299,0.153725174569888,0.0,0.0755832626097425,0.153725174569888,0.0,0.208533790179964,0.153725174569888,0.0,0.141462034166645,0.153725174569888,0.0,0.311900586626664,0.5,0.153725174569888,0.0,0.379105917788203,0,0.23974183990739,0.138639798059634 -2382,0.5,0.153725174569888,2.01074621685845e-11,0.225760719346195,0.153725174569888,0.0,0.0335221218117583,0.153725174569888,0.0,0.286642225859904,0.153725174569888,2.64543870042091e-06,0.467982276313291,0.153725174569888,0.0,0.0866379740786275,0.153725174569888,0.0,0.0539458595395406,0.153725174569888,0.0,0.138560364868431,0.153725174569888,0.0,0.040079696994988,0.5,0.153725174569888,0.0,0.0115966173685387,0.153725174569888,0.0,0.130442986993284,0.5,0.153725174569888,0.0,0.219798313302026,0.153725174569888,0.0,0.0964981996896114,0.153725174569888,0.0,0.0247856913375249,0.153725174569888,0.0,0.0635671013299683,0.153725174569888,0.0,0.128443139616195,0.153725174569888,0.0,0.0847666402194223,0.153725174569888,0.0,0.285261718868549,0.5,0.153725174569888,0.0,0.393461881188448,0,0.221106508774672,0.13241072816024 -2383,0.5,0.153725174569888,0.0250848234008411,0.203384130669184,0.153725174569888,0.0365582177318886,0.0246702581364952,0.153725174569888,0.0115329639034655,0.277590103265002,0.153725174569888,0.0156333938722638,0.474557925926248,0.153725174569888,0.00446610726225639,0.0761600022139725,0.153725174569888,0.00230770032845475,0.0423223427283712,0.153725174569888,0.000788045963360015,0.160897106790121,0.153725174569888,0.00147174696123165,0.0421976720177176,0.5,0.153725174569888,0.00387614862419508,0.0120232052865474,0.153725174569888,0.00409724072464508,0.111086013421989,0.5,0.153725174569888,0.00418625875014495,0.168017148281733,0.153725174569888,0.00633700389331945,0.0989749168614554,0.153725174569888,0.0423880369794844,0.0116291347010775,0.153725174569888,0.00462681921655482,0.0557414687624884,0.153725174569888,0.00495532369350451,0.0925363865094614,0.153725174569888,0.00107085360589734,0.0656506204175916,0.153725174569888,0.00498901731258696,0.286239104885109,0.5,0.153725174569888,0.00249352435467508,0.411949276900788,0,0.209933532829612,0.101789373308603 -2384,0.5,0.153725174569888,0.0901472128376273,0.211865702249812,0.153725174569888,0.14394052158503,0.0327071192784933,0.153725174569888,0.0487890531699532,0.298100840614418,0.153725174569888,0.0624034566975407,0.474431773336985,0.153725174569888,0.059026507691446,0.0799527821345663,0.153725174569888,0.0231943326825573,0.0381138278224683,0.153725174569888,0.00951894897184787,0.177291401960084,0.153725174569888,0.015871541202857,0.0478136835974973,0.5,0.153725174569888,0.0256954327196383,0.0184823284363501,0.153725174569888,0.0302068055948344,0.117020341139176,0.5,0.153725174569888,0.0256392605916358,0.132025276292353,0.153725174569888,0.0401797658689973,0.111097863429244,0.153725174569888,0.130643792815171,0.00855984283209507,0.153725174569888,0.0269739230062251,0.0559804875140503,0.153725174569888,0.0229403031514614,0.091529930469742,0.153725174569888,0.00456858028462917,0.0759741125567689,0.153725174569888,0.0245707226290414,0.320718213554454,0.5,0.153725174569888,0.0159979468162254,0.431197217618539,0,0.194982085899744,0.0828184761148991 -2385,0.5,0.153725174569888,0.176430735841951,0.217913155960848,0.153725174569888,0.287559489068843,0.0482146126719032,0.153725174569888,0.0911025175401607,0.299144287281175,0.153725174569888,0.123040082040813,0.435882719652069,0.153725174569888,0.18219676459896,0.142987296164942,0.153725174569888,0.0638228250064697,0.051648667353868,0.153725174569888,0.0686615539142321,0.184179954932965,0.153725174569888,0.0416808220114081,0.0606307542094315,0.5,0.153725174569888,0.061140827078391,0.0328206607291005,0.153725174569888,0.0642226624855259,0.135259033579468,0.5,0.153725174569888,0.0483137587718029,0.144923238603035,0.153725174569888,0.0965663496629915,0.120109985319023,0.153725174569888,0.191202729435852,0.00960631683666636,0.153725174569888,0.108928042894866,0.0844907988430405,0.153725174569888,0.0476157811815848,0.100087971370987,0.153725174569888,0.0107170155955406,0.114846773893994,0.153725174569888,0.0476809363969854,0.315148411819711,0.5,0.153725174569888,0.0407857553870443,0.433715469523856,0,0.179328954091969,0.0778375997032844 -2386,0.5,0.153725174569888,0.263452898178908,0.1979116294298,0.153725174569888,0.367774030623975,0.0917940035189732,0.153725174569888,0.125731899611221,0.300639828665078,0.153725174569888,0.194076471962462,0.384543931473206,0.153725174569888,0.354314746640539,0.231799743765582,0.153725174569888,0.119102612955863,0.0712124914543348,0.153725174569888,0.154907915482083,0.16932848445936,0.153725174569888,0.0757007360817248,0.0784364995698366,0.5,0.153725174569888,0.106177509930438,0.047685256570141,0.153725174569888,0.0756349024572328,0.133021052935791,0.5,0.153725174569888,0.0627167373840371,0.122079334755546,0.153725174569888,0.140526034738688,0.109141168643792,0.153725174569888,0.193700040425619,0.0109217166870602,0.153725174569888,0.216094385911713,0.142687419631036,0.153725174569888,0.0822075657846788,0.112337063815102,0.153725174569888,0.032265412664496,0.155508725533898,0.153725174569888,0.0672680093084833,0.282240253540034,0.5,0.153725174569888,0.0671127048329937,0.423917297163047,0,0.139394646180483,0.0661641400473368 -2387,0.5,0.153725174569888,0.306728426135929,0.16674298807901,0.153725174569888,0.317535853247296,0.124813341109188,0.153725174569888,0.140776115473195,0.24787239270663,0.153725174569888,0.212240525789211,0.302275467492634,0.153725174569888,0.44399449287953,0.339133290826158,0.153725174569888,0.19720400472376,0.116873583132238,0.153725174569888,0.212248910221731,0.237959221800067,0.153725174569888,0.0909902418333372,0.0711811780908265,0.5,0.153725174569888,0.15372926735446,0.0481373439878793,0.153725174569888,0.103971873887441,0.123590083880353,0.5,0.153725174569888,0.109152234839798,0.137764290552916,0.153725174569888,0.175633758107831,0.101269118014669,0.153725174569888,0.177397629992241,0.0127728245102685,0.153725174569888,0.295399308350985,0.169460017362082,0.153725174569888,0.134879074035264,0.132780311366185,0.153725174569888,0.107406110349511,0.238109130077304,0.153725174569888,0.0781378878980228,0.243354044003238,0.5,0.153725174569888,0.0868966883866258,0.403345646211819,0,0.0942850241267837,0.0466341803065729 -2388,0.5,0.153725174569888,0.32848761909831,0.154245940162543,0.153725174569888,0.209076078202693,0.153392833768437,0.153725174569888,0.170494091708393,0.218316642187428,0.153725174569888,0.263628897360843,0.235273975564944,0.153725174569888,0.209231319274206,0.238369589333083,0.153725174569888,0.272216331173694,0.149935067937986,0.153725174569888,0.252779747618839,0.324091712080151,0.153725174569888,0.0938620585136074,0.0630803809332095,0.5,0.153725174569888,0.215627375818342,0.0466465258093283,0.153725174569888,0.12253365549405,0.103444615272712,0.5,0.153725174569888,0.22556545856375,0.130502465702076,0.153725174569888,0.195947108255928,0.0822610092988149,0.153725174569888,0.157484733608101,0.0156531712149783,0.153725174569888,0.212363370806117,0.156781187497405,0.153725174569888,0.148193927003921,0.154242785642883,0.153725174569888,0.206230250694606,0.36549316389596,0.153725174569888,0.086579063898884,0.21037740045418,0.5,0.153725174569888,0.0908085913854858,0.341491315458253,0,0.0603465591845001,0.0387256118523039 -2389,0.5,0.153725174569888,0.31400825386098,0.147590920635554,0.153725174569888,0.0732334960991352,0.126393866349008,0.153725174569888,0.179644731821692,0.209892796466453,0.153725174569888,0.319584028633204,0.201354753618246,0.153725174569888,0.226101528583594,0.193693991078417,0.153725174569888,0.223097153370208,0.135348856428157,0.153725174569888,0.176221253537169,0.274443845802342,0.153725174569888,0.108023347057571,0.05827183782304,0.5,0.153725174569888,0.243474496159503,0.0416476807038478,0.153725174569888,0.113907480639962,0.0723639220729491,0.5,0.153725174569888,0.255202798621103,0.121540471484263,0.153725174569888,0.194315179640116,0.0666345324594676,0.153725174569888,0.123797940541956,0.0216818099338291,0.153725174569888,0.210360441758003,0.143159908994477,0.153725174569888,0.1512822804855,0.175982200367459,0.153725174569888,0.186586609988436,0.319188594282069,0.153725174569888,0.103730438576426,0.191848720390501,0.5,0.153725174569888,0.113100754853645,0.278341803530067,0,0.0317357254923626,0.0454757726198587 -2390,0.5,0.153725174569888,0.294729603966374,0.148431207928753,0.153725174569888,0.0318828321970071,0.106316369064608,0.153725174569888,0.167852330991604,0.2156926971816,0.153725174569888,0.285072246922427,0.182276314706949,0.153725174569888,0.188935418029296,0.127471170793049,0.153725174569888,0.146873636231968,0.101834284762765,0.153725174569888,0.145330861666606,0.220680454873006,0.153725174569888,0.126051252758129,0.0515947024843092,0.5,0.153725174569888,0.167611958924489,0.0264329333754246,0.153725174569888,0.092971752610905,0.0479196957377246,0.5,0.153725174569888,0.192644164498651,0.127153276445803,0.153725174569888,0.155841213025296,0.0581781336560451,0.153725174569888,0.100628131346671,0.0375872885531815,0.153725174569888,0.202101118419499,0.128059855815283,0.153725174569888,0.102502953627179,0.144306111465741,0.153725174569888,0.158961874087186,0.239125335182016,0.153725174569888,0.147305968271905,0.208879735681289,0.5,0.153725174569888,0.121086080020716,0.206421266208746,0,0.0151462539358895,0.0584134719133395 -2391,0.5,0.153725174569888,0.242132622511924,0.123081976237507,0.153725174569888,0.0228761725655069,0.0820686986344048,0.153725174569888,0.0993749068802049,0.200746619107133,0.153725174569888,0.200603872644411,0.146798122818806,0.153725174569888,0.157221352259634,0.0921941596999596,0.153725174569888,0.0973676975239958,0.0683774671903252,0.153725174569888,0.102859100221214,0.151422564235435,0.153725174569888,0.169953438832831,0.0423886030140045,0.5,0.153725174569888,0.149518487139952,0.0192796032069165,0.153725174569888,0.0657875386594048,0.0440220288638186,0.5,0.153725174569888,0.153327850378108,0.124988231430358,0.153725174569888,0.104389453337948,0.0448423527431046,0.153725174569888,0.0941526646311362,0.0499212597466822,0.153725174569888,0.1771578098119,0.10751917198451,0.153725174569888,0.0724413482611291,0.101841885925968,0.153725174569888,0.136515190588556,0.177159754590934,0.153725174569888,0.150204649523888,0.205932762529062,0.5,0.153725174569888,0.129476272469642,0.171487573401529,0,0.00784997240929236,0.0685929811618316 -2392,0.5,0.153725174569888,0.185286555216307,0.0985888491792881,0.153725174569888,0.0223556369938178,0.056630657611253,0.153725174569888,0.0979356592397207,0.221405415632876,0.153725174569888,0.126809170143372,0.0999988292754487,0.153725174569888,0.0629792998991742,0.0415013300213802,0.153725174569888,0.0893038332327538,0.0527879496247918,0.153725174569888,0.0687504353475691,0.0910504435195038,0.153725174569888,0.163737628702655,0.0315741163040743,0.5,0.153725174569888,0.13649501639116,0.0183395654816381,0.153725174569888,0.0522285872245406,0.0473074349501102,0.5,0.153725174569888,0.118639055777617,0.0509247632898345,0.153725174569888,0.0753124049678189,0.0300431139323673,0.153725174569888,0.092021192002382,0.0593792814461154,0.153725174569888,0.144257357573388,0.084493270586782,0.153725174569888,0.044283456231638,0.0706534405495557,0.153725174569888,0.0915824078953927,0.113708078690449,0.153725174569888,0.130921400519529,0.181089314728177,0.5,0.153725174569888,0.111919245416096,0.143536839463515,0,0.00330382890936917,0.0695883259311836 -2393,0.5,0.153725174569888,0.106178174516322,0.0778373733176124,0.153725174569888,0.0238599283886812,0.0301583524763483,0.153725174569888,0.0794401960463794,0.228198862028808,0.153725174569888,0.0814881512292632,0.0603523365275019,0.153725174569888,0.0322892875769048,0.0153630285883085,0.153725174569888,0.0610176625484074,0.0328431271499431,0.153725174569888,0.0536036168303908,0.06616282967908,0.153725174569888,0.104677233309275,0.0164403430999064,0.5,0.153725174569888,0.0953414088449692,0.0173807145892701,0.153725174569888,0.0360617828096391,0.0363447819831532,0.5,0.153725174569888,0.0965828953303791,0.0224074654178871,0.153725174569888,0.0631333904497343,0.0194903531849641,0.153725174569888,0.0794345487906845,0.0569597223901178,0.153725174569888,0.0872532645818387,0.0581171165310295,0.153725174569888,0.0218900779090042,0.0438807941490298,0.153725174569888,0.0545562707982344,0.0671339159600976,0.153725174569888,0.0842109224760557,0.131785561912605,0.5,0.153725174569888,0.0757113841344626,0.100656886201296,0,0.000751755069020832,0.0830835991668681 -2394,0.5,0.153725174569888,0.0363377594188194,0.0447978020119283,0.153725174569888,0.018831590841226,0.0110749185389041,0.153725174569888,0.035755369762226,0.213235441408471,0.153725174569888,0.0362440004536172,0.0316078802339876,0.153725174569888,0.0148811191046281,0.00669562908810598,0.153725174569888,0.0308359817575402,0.0167303362116054,0.153725174569888,0.0256523894918098,0.031993078843149,0.153725174569888,0.0404365271579025,0.00413567563435823,0.5,0.153725174569888,0.0478184359253742,0.0104844598096582,0.153725174569888,0.0164283212993619,0.01940820286589,0.5,0.153725174569888,0.0736325933230738,0.00742011668060159,0.153725174569888,0.0394207353737071,0.0100112223384799,0.153725174569888,0.0297089009026287,0.0381241261969436,0.153725174569888,0.0387006403273871,0.0286498686411766,0.153725174569888,0.00706497788110571,0.0266943756079345,0.153725174569888,0.0256457289041297,0.0368278420817653,0.153725174569888,0.0349174430750341,0.0873940398757174,0.5,0.153725174569888,0.0233158403256822,0.0645438074538757,0,0.000225174613497772,0.0982973431787438 -2395,0.5,0.153725174569888,7.6857501713099e-05,0.0240802452490544,0.153725174569888,0.000234216768204583,0.00881518231587882,0.153725174569888,0.000295438685777626,0.150753150113582,0.153725174569888,7.10094705548417e-05,0.0216710358819215,0.153725174569888,0.00201326561341385,0.00510684394954858,0.153725174569888,0.00512725284035843,0.0120820177044019,0.153725174569888,0.000634534854571527,0.00972654394964867,0.153725174569888,0.00184322137330821,0.00109842783074534,0.5,0.153725174569888,0.00103388874351748,0.0022617138928627,0.153725174569888,0.000288168496410446,0.0102169583836487,0.5,0.153725174569888,0.0,0.0052162240466458,0.153725174569888,0.000359959582774784,0.00559640952529005,0.153725174569888,5.19609890826997e-05,0.0264415332478834,0.153725174569888,0.00324032614178361,0.0155446814777361,0.153725174569888,7.34829695947664e-05,0.0134080213231304,0.153725174569888,0.000460215577496278,0.0125915861182809,0.153725174569888,9.92674035709824e-05,0.0608784070691629,0.5,0.153725174569888,3.05099452371045e-05,0.0467403504750416,0,0.0,0.103979834454646 -2396,0.5,0.153725174569888,0.0,0.0162300532261533,0.153725174569888,0.0,0.0154274012204999,0.153725174569888,0.0,0.125334337400596,0.153725174569888,0.0,0.0149094308439171,0.153725174569888,0.0,0.00357740888486705,0.153725174569888,0.0,0.00865081399733069,0.153725174569888,0.0,0.00617983249159082,0.153725174569888,0.0,0.000569284902992376,0.5,0.153725174569888,0.0,0.0010825224803547,0.153725174569888,0.0,0.00519947158660928,0.5,0.153725174569888,0.0,0.00400658472492823,0.153725174569888,0.0,0.00456551250304313,0.153725174569888,0.0,0.022579008991051,0.153725174569888,0.0,0.00925198434258123,0.153725174569888,0.0,0.00727034547358392,0.153725174569888,0.0,0.00422255685447452,0.153725174569888,0.0,0.0493072159956414,0.5,0.153725174569888,0.0,0.03742711305496,0,0.0,0.09129139121568 -2397,0.5,0.153725174569888,0.0,0.00926598869802607,0.153725174569888,0.0,0.0188018243327612,0.153725174569888,0.0,0.0847700454928484,0.153725174569888,0.0,0.00912807854945315,0.153725174569888,0.0,0.00330628735829526,0.153725174569888,0.0,0.00775816049147975,0.153725174569888,0.0,0.00565095476351204,0.153725174569888,0.0,0.000509808580432842,0.5,0.153725174569888,0.0,0.000878995404523113,0.153725174569888,0.0,0.00248723613761645,0.5,0.153725174569888,0.0,0.00324858070151821,0.153725174569888,0.0,0.00419069761464174,0.153725174569888,0.0,0.0197060476415188,0.153725174569888,0.0,0.00348198452201321,0.153725174569888,0.0,0.00389516829061581,0.153725174569888,0.0,0.00137990844217753,0.153725174569888,0.0,0.0386829938844119,0.5,0.153725174569888,0.0,0.0268574267914505,0,7.81342168639341e-05,0.084057960641913 -2398,0.5,0.153725174569888,0.0,0.00420650603171253,0.153725174569888,0.0,0.00767915924466014,0.153725174569888,0.0,0.041619152686018,0.153725174569888,0.0,0.00583003368530781,0.153725174569888,0.0,0.00234241251824925,0.153725174569888,0.0,0.0115967181805184,0.153725174569888,0.0,0.00607581517915148,0.153725174569888,0.0,0.002469505943581,0.5,0.153725174569888,0.0,0.000716851231528643,0.153725174569888,0.0,0.0012689606558422,0.5,0.153725174569888,0.0,0.000992492864611724,0.153725174569888,0.0,0.00427360776462055,0.153725174569888,0.0,0.0190947384517985,0.153725174569888,0.0,0.0010071113810534,0.153725174569888,0.0,0.00196048683204308,0.153725174569888,0.0,0.000583818715591065,0.153725174569888,0.0,0.020146739334762,0.5,0.153725174569888,0.0,0.0159042615565855,0,0.000294451518034414,0.0859055691644097 -2399,0.5,0.153725174569888,0.0,0.0030134900351581,0.153725174569888,0.0,0.00159641491718622,0.153725174569888,0.0,0.0193527556125625,0.153725174569888,0.0,0.0025776448467007,0.153725174569888,0.0,0.0019806200936864,0.153725174569888,0.0,0.0172765564818934,0.153725174569888,0.0,0.00952334463865566,0.153725174569888,0.0,0.00765366318870746,0.5,0.153725174569888,0.0,0.000382168720108387,0.153725174569888,0.0,0.000627611428950447,0.5,0.153725174569888,0.0,0.000181191905137992,0.153725174569888,0.0,0.00434162117250968,0.153725174569888,0.0,0.0206638217992992,0.153725174569888,0.0,0.000606827879794732,0.153725174569888,0.0,0.00121511866345205,0.153725174569888,0.0,0.000669640712073764,0.153725174569888,0.0,0.0140975865194867,0.5,0.153725174569888,0.0,0.00870966159644249,0,0.00394624103057965,0.0974855515894816 -2400,0.5,0.153725174569888,0.0,0.00483151317924251,0.153725174569888,0.0,0.00072950489828467,0.153725174569888,0.0,0.00949021353130249,0.153725174569888,0.0,0.00101741215384024,0.153725174569888,0.0,0.00313743102126609,0.153725174569888,0.0,0.0217452322109733,0.153725174569888,0.0,0.011783760738108,0.153725174569888,0.0,0.0108282163816218,0.5,0.153725174569888,0.0,0.000306078175157156,0.153725174569888,0.0,0.000470174714173857,0.5,0.153725174569888,0.0,1.83728133303274e-05,0.153725174569888,0.0,0.00462526214784082,0.153725174569888,0.0,0.0246608457569133,0.153725174569888,0.0,0.00145980943767141,0.153725174569888,0.0,0.00140937680208403,0.153725174569888,0.0,0.00174014020319811,0.153725174569888,0.0,0.0150855925711049,0.5,0.153725174569888,0.0,0.00652314719817909,0,0.0101596831851063,0.122408129543233 -2401,0.5,0.153725174569888,0.0,0.00841029482367979,0.153725174569888,0.0,0.00152679921344877,0.153725174569888,0.0,0.00352665417474337,0.153725174569888,0.0,0.000913631422191051,0.153725174569888,0.0,0.00662061098422041,0.153725174569888,0.0,0.0239604330039061,0.153725174569888,0.0,0.0143868055295481,0.153725174569888,0.0,0.0119789455991635,0.5,0.153725174569888,0.0,0.000337913476460597,0.153725174569888,0.0,0.000762273909219367,0.5,0.153725174569888,0.0,1.72467844317885e-05,0.153725174569888,0.0,0.0056147582567572,0.153725174569888,0.0,0.0312794479954636,0.153725174569888,0.0,0.00337552356280067,0.153725174569888,0.0,0.00216444694260617,0.153725174569888,0.0,0.00275594358535484,0.153725174569888,0.0,0.0134635991043024,0.5,0.153725174569888,0.0,0.00561243481937938,0,0.0197400243282339,0.139945996677388 -2402,0.5,0.153725174569888,0.0,0.0121341394365484,0.153725174569888,0.0,0.00546236830509083,0.153725174569888,0.0,0.00126683651633915,0.153725174569888,0.0,0.00119548411985255,0.153725174569888,0.0,0.00812979902602897,0.153725174569888,0.0,0.020387520589673,0.153725174569888,0.0,0.0171187225099252,0.153725174569888,0.0,0.0103565021629568,0.5,0.153725174569888,0.0,0.000230075415700939,0.153725174569888,0.0,0.00223435040992838,0.5,0.153725174569888,0.0,0.000321947289348229,0.153725174569888,0.0,0.00659073976323622,0.153725174569888,0.0,0.0447665912657457,0.153725174569888,0.0,0.00564925856729911,0.153725174569888,0.0,0.00275949715901888,0.153725174569888,0.0,0.00342534401217805,0.153725174569888,0.0,0.00944327727342557,0.5,0.153725174569888,0.0,0.0056812155145624,0,0.037556822467634,0.15493674949663 -2403,0.5,0.153725174569888,0.0,0.0158292001957765,0.153725174569888,0.0,0.00951926077092501,0.153725174569888,0.0,0.00102691890225349,0.153725174569888,0.0,0.00131233974951007,0.153725174569888,0.0,0.00915837431863629,0.153725174569888,0.0,0.0143904118043439,0.153725174569888,0.0,0.018691645201003,0.153725174569888,0.0,0.00703835692016748,0.5,0.153725174569888,0.0,0.000140473729675986,0.153725174569888,0.0,0.00365261042191696,0.5,0.153725174569888,0.0,0.000773428731537741,0.153725174569888,0.0,0.00800044338227837,0.153725174569888,0.0,0.0597902036240543,0.153725174569888,0.0,0.00794778589814835,0.153725174569888,0.0,0.00324232778562016,0.153725174569888,0.0,0.00422710907611002,0.153725174569888,0.0,0.00475972680150105,0.5,0.153725174569888,0.0,0.00534000773775055,0,0.0472306243291077,0.151522318135257 -2404,0.5,0.153725174569888,0.0,0.0205143725064568,0.153725174569888,0.0,0.0106135605070174,0.153725174569888,0.0,0.00114320256403008,0.153725174569888,0.0,0.00132817940651017,0.153725174569888,0.0,0.0153417865525336,0.153725174569888,0.0,0.0179993212518621,0.153725174569888,0.0,0.0193034814545423,0.153725174569888,0.0,0.00453288176429649,0.5,0.153725174569888,0.0,0.00021083532805667,0.153725174569888,0.0,0.00519062736150973,0.5,0.153725174569888,0.0,0.00072073989932505,0.153725174569888,0.0,0.00766214046251014,0.153725174569888,0.0,0.0774616323320164,0.153725174569888,0.0,0.0100692163003378,0.153725174569888,0.0,0.00433204165580452,0.153725174569888,0.0,0.00443396560453034,0.153725174569888,0.0,0.00231202962395707,0.5,0.153725174569888,0.0,0.00411248537276146,0,0.038679405244694,0.1285837427072 -2405,0.5,0.153725174569888,0.0,0.0237657314333886,0.153725174569888,0.0,0.00926296598861041,0.153725174569888,0.0,0.00163880857295447,0.153725174569888,0.0,0.00154940337977955,0.153725174569888,0.0,0.0176068130928548,0.153725174569888,0.0,0.0264019436743381,0.153725174569888,0.0,0.01846038938388,0.153725174569888,0.0,0.00398835717798092,0.5,0.153725174569888,0.0,0.000339674340865153,0.153725174569888,0.0,0.00578406497126386,0.5,0.153725174569888,0.0,0.000491102737373915,0.153725174569888,0.0,0.00855622106964919,0.153725174569888,0.0,0.0874460294718325,0.153725174569888,0.0,0.0124276540414222,0.153725174569888,0.0,0.00489354522126338,0.153725174569888,0.0,0.00429451203018076,0.153725174569888,0.0,0.00143228376352552,0.5,0.153725174569888,0.0,0.00391669586863566,0,0.0316192335912761,0.101507437107786 -2406,0.5,0.153725174569888,8.00384792813225e-06,0.025450184114703,0.153725174569888,0.0,0.00731701824204217,0.153725174569888,0.0,0.00297029808260063,0.153725174569888,3.95201690660175e-05,0.00214086083561142,0.153725174569888,0.0,0.0178848434859478,0.153725174569888,0.0,0.0263140431174502,0.153725174569888,0.0,0.0197751438752448,0.153725174569888,0.0,0.00528409176620328,0.5,0.153725174569888,0.0,0.000415191879136358,0.153725174569888,0.0,0.00679210057737661,0.5,0.153725174569888,0.0,0.000204376471204878,0.153725174569888,0.0,0.00899420073797725,0.153725174569888,0.0,0.0924174296814451,0.153725174569888,0.0,0.0169603773520193,0.153725174569888,0.0,0.0058530902925268,0.153725174569888,0.0,0.00458637017958044,0.153725174569888,0.0,0.000840870348352577,0.5,0.153725174569888,0.0,0.0036230376404717,0,0.031037310024343,0.140039296218369 -2407,0.5,0.153725174569888,0.0110791619245004,0.0261233648647746,0.153725174569888,0.00580182020671606,0.00551123577061669,0.153725174569888,0.0104916042252987,0.00545098163988091,0.153725174569888,0.0110733960571783,0.00286996066268035,0.153725174569888,0.0145343365834393,0.0180181284913863,0.153725174569888,0.0218032953644283,0.0229125826394167,0.153725174569888,0.00476160152651915,0.0234385413702408,0.153725174569888,0.00412429641977172,0.00871621548446776,0.5,0.153725174569888,0.00359155703389286,0.000494889463028341,0.153725174569888,0.0254276082898358,0.00875294260330565,0.5,0.153725174569888,0.0114173953679791,7.33673489282617e-06,0.153725174569888,0.0285836618378523,0.00629581178218895,0.153725174569888,0.0220812360521689,0.088828897572611,0.153725174569888,0.0157161838982131,0.0224623174950256,0.153725174569888,0.00533189273223295,0.00851081188493313,0.153725174569888,0.0125155566722726,0.00476923935746812,0.153725174569888,0.0182631535162855,0.000452587016163043,0.5,0.153725174569888,0.022689885276718,0.00291733903007021,0,0.0380412477145777,0.212603157185383 -2408,0.5,0.153725174569888,0.045249731628028,0.0310268978468213,0.153725174569888,0.0601890869498221,0.00775829502219804,0.153725174569888,0.0447730954610732,0.00925690580130034,0.153725174569888,0.0462536757108123,0.00463432925348413,0.153725174569888,0.0839983618396087,0.0277464913208158,0.153725174569888,0.120372757649065,0.0288384382602011,0.153725174569888,0.0409312677398942,0.0438008914032297,0.153725174569888,0.0407857657553161,0.0186375352888509,0.5,0.153725174569888,0.0252597532461099,0.000669659646050358,0.153725174569888,0.0983781373050589,0.0184229338884923,0.5,0.153725174569888,0.0597067054672425,2.9294413992975e-05,0.153725174569888,0.128797857239294,0.00275710229361378,0.153725174569888,0.0686428628771853,0.112552350443377,0.153725174569888,0.081700615191713,0.0347866387490707,0.153725174569888,0.0207917290472499,0.0158329896617727,0.153725174569888,0.0564744376145059,0.00651970972268615,0.153725174569888,0.0674374808380573,0.000687491350146105,0.5,0.153725174569888,0.0945871404557961,0.00581846699399166,0,0.0520361800920171,0.22494670897 -2409,0.5,0.153725174569888,0.100226853175611,0.0462551895478554,0.153725174569888,0.219226866742541,0.0397030739750195,0.153725174569888,0.109338878906254,0.0217547316376914,0.153725174569888,0.114349915008385,0.00897292338009096,0.153725174569888,0.177469404960748,0.051173386590482,0.153725174569888,0.255104195014052,0.0343677322158092,0.153725174569888,0.122705960298906,0.0825351190384771,0.153725174569888,0.106502017081246,0.0250838995448319,0.5,0.153725174569888,0.0675684423265242,0.00159825809296259,0.153725174569888,0.191555519939236,0.0594568658186839,0.5,0.153725174569888,0.128096412676479,0.000358696536649655,0.153725174569888,0.256861828515219,0.0115605330752538,0.153725174569888,0.101592779735678,0.185278493165545,0.153725174569888,0.154686865625347,0.0739141879199485,0.153725174569888,0.0527269641889886,0.0340861142320734,0.153725174569888,0.111144613924402,0.0195988282712559,0.153725174569888,0.140452377925544,0.00129147335672159,0.5,0.153725174569888,0.1831616091963,0.0139659152503524,0,0.0725932278308624,0.219544036169753 -2410,0.5,0.153725174569888,0.15207747197808,0.062105255762634,0.153725174569888,0.295264964606012,0.107213485426212,0.153725174569888,0.14382882051818,0.0305439788668536,0.153725174569888,0.190493538286262,0.0117491662564253,0.153725174569888,0.276100039038043,0.075191091238898,0.153725174569888,0.389334274298127,0.0357004580089274,0.153725174569888,0.183649741658568,0.116532639573645,0.153725174569888,0.194765395099227,0.0380056491953129,0.5,0.153725174569888,0.131989910542944,0.00397668932564129,0.153725174569888,0.241024385384017,0.0834248471080816,0.5,0.153725174569888,0.194053917572193,0.00140754701709323,0.153725174569888,0.358914912402525,0.0460367203780125,0.153725174569888,0.110869828408768,0.210479713054945,0.153725174569888,0.182500235129063,0.146602645275359,0.153725174569888,0.0993837159938031,0.0613819481143217,0.153725174569888,0.0916938164509364,0.0354663801068943,0.153725174569888,0.23257044051614,0.00168323563752427,0.5,0.153725174569888,0.221088568709346,0.0296580376735029,0,0.0966579432716106,0.211806522706568 -2411,0.5,0.153725174569888,0.20088791176038,0.0648345947069214,0.153725174569888,0.336468703260585,0.200122002729869,0.153725174569888,0.184693271509056,0.0343933608136314,0.153725174569888,0.249042362483991,0.0126726180149889,0.153725174569888,0.281150978389191,0.116797394719778,0.153725174569888,0.482490579341915,0.0590072802867884,0.153725174569888,0.217099374068499,0.129471143542135,0.153725174569888,0.297838295979117,0.0653828657370191,0.5,0.153725174569888,0.17455292143873,0.0117479837098414,0.153725174569888,0.316733068763787,0.10301984457959,0.5,0.153725174569888,0.286350718552865,0.00226045981928393,0.153725174569888,0.463227603873362,0.0796524825780689,0.153725174569888,0.115481991711912,0.228886522443991,0.153725174569888,0.188342480638054,0.19175718677737,0.153725174569888,0.154290664409884,0.0887973442071867,0.153725174569888,0.111059108844228,0.0679067350765683,0.153725174569888,0.319762946787538,0.00218842680818476,0.5,0.153725174569888,0.225294842251483,0.0157329680152056,0,0.103082521590855,0.224842072913803 -2412,0.5,0.153725174569888,0.217777796230071,0.0706657977888026,0.153725174569888,0.164675936369429,0.212708876470949,0.153725174569888,0.183602748254331,0.0360896772173116,0.153725174569888,0.295941188135791,0.0103999772509124,0.153725174569888,0.310242066469174,0.126884176929126,0.153725174569888,0.467030103428497,0.0802449983755502,0.153725174569888,0.256056197298243,0.123632255593946,0.153725174569888,0.351031227389766,0.103689064801973,0.5,0.153725174569888,0.241993985286629,0.023840854650692,0.153725174569888,0.394803806154546,0.122733656881054,0.5,0.153725174569888,0.368097180582788,0.00334885691690951,0.153725174569888,0.503071637977126,0.0780913960756653,0.153725174569888,0.154572030690789,0.239525668177925,0.153725174569888,0.145634702203551,0.224976640183149,0.153725174569888,0.221493359335146,0.0993232683867824,0.153725174569888,0.150984779756704,0.0878846564782169,0.153725174569888,0.334229051221868,0.00413234517645571,0.5,0.153725174569888,0.218079079334369,0.00340648567853896,0,0.107311627622115,0.247136358946337 -2413,0.5,0.153725174569888,0.245716680057933,0.0731316697052536,0.153725174569888,0.115648399500744,0.28503463711479,0.153725174569888,0.147095422749361,0.0355560915512605,0.153725174569888,0.318359930562139,0.00848969883455417,0.153725174569888,0.354536953846572,0.146351684692023,0.153725174569888,0.460117912832746,0.0651830763464956,0.153725174569888,0.28734541575938,0.0939196054945549,0.153725174569888,0.369457484933351,0.122364416966558,0.5,0.153725174569888,0.265843816784325,0.0329076758800057,0.153725174569888,0.463823864566185,0.11678620096635,0.5,0.153725174569888,0.308996714196085,0.00371493338306857,0.153725174569888,0.433038121833973,0.0669738958027955,0.153725174569888,0.241497164908042,0.258183824629055,0.153725174569888,0.171150369511301,0.273668938957265,0.153725174569888,0.226070174914062,0.0997792240886783,0.153725174569888,0.158194118664143,0.0982679582291001,0.153725174569888,0.305003322289407,0.00506267494932055,0.5,0.153725174569888,0.271088255600878,0.000807809298614773,0,0.124540409487414,0.332114646997431 -2414,0.5,0.153725174569888,0.213644063942884,0.0806712471205568,0.153725174569888,0.0392905083350997,0.229550714501946,0.153725174569888,0.123376670068407,0.0448581722957263,0.153725174569888,0.295252865681302,0.00877436564060273,0.153725174569888,0.241886660805456,0.205967846787457,0.153725174569888,0.468262672592172,0.0841733415198845,0.153725174569888,0.311472983558479,0.0558405172694398,0.153725174569888,0.422183122453808,0.109359319223479,0.5,0.153725174569888,0.273710341272779,0.0373496565012083,0.153725174569888,0.449551481595105,0.091667716935269,0.5,0.153725174569888,0.274951829294611,0.00384031233505962,0.153725174569888,0.36832011360851,0.065653351526567,0.153725174569888,0.272497950054194,0.296826239095717,0.153725174569888,0.236608757476467,0.305089772349158,0.153725174569888,0.220293793345966,0.113666020276979,0.153725174569888,0.127091064519888,0.0914562951652693,0.153725174569888,0.274645431463893,0.00625625572375829,0.5,0.153725174569888,0.218087112902931,0.000666641203921726,0,0.125164497179872,0.305860376369318 -2415,0.5,0.153725174569888,0.124446872207725,0.0785257764963189,0.153725174569888,0.0527357929254815,0.141864786034597,0.153725174569888,0.116875510301985,0.0627028009596274,0.153725174569888,0.189081662864271,0.00835863972917606,0.153725174569888,0.221015924396057,0.233243702787311,0.153725174569888,0.358080269321787,0.108385707708982,0.153725174569888,0.289473270247398,0.0457277985975237,0.153725174569888,0.365195105524291,0.0993630945099326,0.5,0.153725174569888,0.240706458267793,0.0420305756603756,0.153725174569888,0.328239355541588,0.0745165187459861,0.5,0.153725174569888,0.253593500030714,0.00394392865345589,0.153725174569888,0.312303159842092,0.0679073783930917,0.153725174569888,0.269621494125709,0.320163142448566,0.153725174569888,0.219024847161734,0.321556086563422,0.153725174569888,0.189525171170893,0.118970936956647,0.153725174569888,0.136134658131211,0.0860429479830339,0.153725174569888,0.227135981500913,0.00838389155556086,0.5,0.153725174569888,0.154258441034203,0.00103881896353623,0,0.0949560776546849,0.211603750978519 -2416,0.5,0.153725174569888,0.109976038742747,0.081821828095911,0.153725174569888,0.143323175652532,0.20251061703081,0.153725174569888,0.100456058104635,0.0786099041313251,0.153725174569888,0.129356766527471,0.00777437700265613,0.153725174569888,0.135275745064604,0.250267773019311,0.153725174569888,0.294874463823691,0.135955931925905,0.153725174569888,0.210052450303819,0.0538932708444159,0.153725174569888,0.287130150506447,0.0889927249406871,0.5,0.153725174569888,0.201171941373234,0.0570065000379716,0.153725174569888,0.25545358919052,0.0736029332989467,0.5,0.153725174569888,0.195533307609707,0.00296694366304963,0.153725174569888,0.268445117106428,0.0729954280576893,0.153725174569888,0.221174755037183,0.304691475734088,0.153725174569888,0.172859994597249,0.311951337935459,0.153725174569888,0.141128892335839,0.123937800336489,0.153725174569888,0.113744845677663,0.0843563707403759,0.153725174569888,0.182092630154073,0.0106062764887507,0.5,0.153725174569888,0.101056055445169,0.00189508010379546,0,0.0667932522143879,0.151819184036139 -2417,0.5,0.153725174569888,0.0765678210425488,0.066319188761733,0.153725174569888,0.113128752578935,0.18942029206832,0.153725174569888,0.0827036362938697,0.0912815255516831,0.153725174569888,0.103155526837532,0.0072100021786605,0.153725174569888,0.0827264710430091,0.232699384940217,0.153725174569888,0.172001936564291,0.150539325069145,0.153725174569888,0.0910181605576262,0.0548341454261197,0.153725174569888,0.207525503110041,0.0707771212227702,0.5,0.153725174569888,0.128470120329507,0.0691867041734018,0.153725174569888,0.167906230847707,0.0701568963689325,0.5,0.153725174569888,0.151715184889802,0.00303787034623296,0.153725174569888,0.208454738910885,0.0750745931329458,0.153725174569888,0.155617198734742,0.279969281219052,0.153725174569888,0.164659560705281,0.294001390066926,0.153725174569888,0.0920071207850913,0.111043921146023,0.153725174569888,0.0915585522676359,0.0759716642689666,0.153725174569888,0.1265122263045,0.014753784226388,0.5,0.153725174569888,0.0564472513583093,0.00345592031282568,0,0.0261813755963774,0.129208348885317 -2418,0.5,0.153725174569888,0.0315009503226396,0.0457524000280423,0.153725174569888,0.0286823672800148,0.12842423333015,0.153725174569888,0.0344453298437779,0.0684442656002139,0.153725174569888,0.0384391688145389,0.00613320963657483,0.153725174569888,0.0465599988814539,0.208748352640846,0.153725174569888,0.0838758164205641,0.133920879349757,0.153725174569888,0.0470287298296176,0.0408770087394535,0.153725174569888,0.132790592008093,0.0442917667457779,0.5,0.153725174569888,0.058466070857365,0.0670105766145991,0.153725174569888,0.0821349010333559,0.0558116203869749,0.5,0.153725174569888,0.0979553796750183,0.00521115704720246,0.153725174569888,0.116809285768495,0.0508810964322696,0.153725174569888,0.0871960529524698,0.210442739881921,0.153725174569888,0.10465816499476,0.24061376602757,0.153725174569888,0.0374007397861826,0.0808085760125556,0.153725174569888,0.0536484305276077,0.0486524862848029,0.153725174569888,0.051389179569269,0.0158665412322162,0.5,0.153725174569888,0.021785922582989,0.00240636293715863,0,0.0252070990544575,0.135940608910308 -2419,0.5,0.153725174569888,2.55174434234184e-05,0.0381416550059788,0.153725174569888,0.0,0.0641365745922656,0.153725174569888,9.20881746269318e-05,0.0500576623952682,0.153725174569888,0.0,0.00555638901754883,0.153725174569888,0.00825209284916779,0.178287467938569,0.153725174569888,0.0163750472557157,0.125086020451462,0.153725174569888,0.00345985898024684,0.0375277161710018,0.153725174569888,0.0177368749953651,0.0205566867759893,0.5,0.153725174569888,0.00275008623368512,0.0578787673007315,0.153725174569888,0.0,0.0264552896453259,0.5,0.153725174569888,0.0,0.00617745173066678,0.153725174569888,0.0,0.0232697262816628,0.153725174569888,0.000504938688613129,0.123438630224714,0.153725174569888,0.0175818346883771,0.127506254051724,0.153725174569888,0.000111367467144481,0.0627823531782055,0.153725174569888,0.0,0.0236667689156327,0.153725174569888,0.0,0.0150270834181978,0.5,0.153725174569888,0.000267386801553342,0.0025854952056722,0,0.037253300515097,0.129116781394947 -2420,0.5,0.153725174569888,0.0,0.0353638392390801,0.153725174569888,0.0,0.0443875529630672,0.153725174569888,0.0,0.0446560761279981,0.153725174569888,0.0,0.00870673801997561,0.153725174569888,0.0,0.125573329526161,0.153725174569888,0.0,0.135669557376633,0.153725174569888,0.0,0.0507621844427811,0.153725174569888,0.0,0.0268255090595105,0.5,0.153725174569888,0.0,0.0537930851672412,0.153725174569888,0.0,0.0154535673686298,0.5,0.153725174569888,0.0,0.0220700307346532,0.153725174569888,0.0,0.0136731432706538,0.153725174569888,0.0,0.0955911011593925,0.153725174569888,0.0,0.0799654869393808,0.153725174569888,0.0,0.0602185639363259,0.153725174569888,0.0,0.0192104658176807,0.153725174569888,0.0,0.0215886163885314,0.5,0.153725174569888,0.0,0.0031412022013091,0,0.0367771062548356,0.0830831426748259 -2421,0.5,0.153725174569888,0.0,0.037814751043344,0.153725174569888,0.0,0.0602091684834118,0.153725174569888,0.0,0.0371172001469066,0.153725174569888,0.0,0.0139792657368506,0.153725174569888,0.0,0.104502244993125,0.153725174569888,0.0,0.147555002867911,0.153725174569888,0.0,0.0685922053748791,0.153725174569888,0.0,0.0457801919632625,0.5,0.153725174569888,0.0,0.043476348119307,0.153725174569888,0.0,0.00988395685638776,0.5,0.153725174569888,0.0,0.055914491861419,0.153725174569888,0.0,0.00892014095370932,0.153725174569888,0.0,0.0703239357064557,0.153725174569888,0.0,0.0647289471630424,0.153725174569888,0.0,0.0612042851731346,0.153725174569888,0.0,0.0183760495340031,0.153725174569888,0.0,0.0322460273283396,0.5,0.153725174569888,0.0,0.00157940649429525,0,0.0239235463906458,0.0248279544278324 -2422,0.5,0.153725174569888,0.0,0.0400111247846015,0.153725174569888,0.0,0.054676402594873,0.153725174569888,0.0,0.0258813584090759,0.153725174569888,0.0,0.0188161945616193,0.153725174569888,0.0,0.0765023986556058,0.153725174569888,0.0,0.129041721189453,0.153725174569888,0.0,0.0882105114787684,0.153725174569888,0.0,0.0458813051284559,0.5,0.153725174569888,0.0,0.0362787707082799,0.153725174569888,0.0,0.00618668991931873,0.5,0.153725174569888,0.0,0.078694881447446,0.153725174569888,0.0,0.00772041762332955,0.153725174569888,0.0,0.0574994101507153,0.153725174569888,0.0,0.0466996943331404,0.153725174569888,0.0,0.0631752955842926,0.153725174569888,0.0,0.0156640584597097,0.153725174569888,0.0,0.0313011964415684,0.5,0.153725174569888,0.0,0.000702297406211403,0,0.0100268738737307,0.00779187721892332 -2423,0.5,0.153725174569888,0.0,0.0433824851358354,0.153725174569888,0.0,0.0339321062616523,0.153725174569888,0.0,0.0186748299978697,0.153725174569888,0.0,0.0193307424336988,0.153725174569888,0.0,0.0488127890676232,0.153725174569888,0.0,0.0948501186519104,0.153725174569888,0.0,0.0748816943837318,0.153725174569888,0.0,0.0332423067853933,0.5,0.153725174569888,0.0,0.025109032724152,0.153725174569888,0.0,0.00421606223949632,0.5,0.153725174569888,0.0,0.0688697557710886,0.153725174569888,0.0,0.00687542633738863,0.153725174569888,0.0,0.0364333395872381,0.153725174569888,0.0,0.0233592524122328,0.153725174569888,0.0,0.0516314864304003,0.153725174569888,0.0,0.0147607174694178,0.153725174569888,0.0,0.0256389332754236,0.5,0.153725174569888,0.0,0.000511644931375724,0,0.0045935256524718,0.00911314254592 -2424,0.5,0.153725174569888,0.0,0.0438091644118821,0.153725174569888,0.0,0.0233870311794468,0.153725174569888,0.0,0.0122400883339011,0.153725174569888,0.0,0.0190289039125078,0.153725174569888,0.0,0.0149568335570917,0.153725174569888,0.0,0.0681328893048052,0.153725174569888,0.0,0.0575905209061751,0.153725174569888,0.0,0.0201780909104795,0.5,0.153725174569888,0.0,0.0246859046014464,0.153725174569888,0.0,0.0022625613729569,0.5,0.153725174569888,0.0,0.0644651330728277,0.153725174569888,0.0,0.00528187133750569,0.153725174569888,0.0,0.0290272377382201,0.153725174569888,0.0,0.0144636251941694,0.153725174569888,0.0,0.0416476217403242,0.153725174569888,0.0,0.0104941373370507,0.153725174569888,0.0,0.0251125684624713,0.5,0.153725174569888,0.0,0.00063453372855331,0,0.00739723200815548,0.0195803457608571 -2425,0.5,0.153725174569888,0.0,0.0373622939462872,0.153725174569888,0.0,0.0275891943233005,0.153725174569888,0.0,0.00825497195030595,0.153725174569888,0.0,0.0229162913699333,0.153725174569888,0.0,0.00876609874053895,0.153725174569888,0.0,0.0299418387467292,0.153725174569888,0.0,0.0291821354622341,0.153725174569888,0.0,0.00921713575578124,0.5,0.153725174569888,0.0,0.0197033047859132,0.153725174569888,0.0,0.00119779883467796,0.5,0.153725174569888,0.0,0.0609812138047941,0.153725174569888,0.0,0.00433248453235889,0.153725174569888,0.0,0.021792764161093,0.153725174569888,0.0,0.00948959637710954,0.153725174569888,0.0,0.0308055693576336,0.153725174569888,0.0,0.00647828467239936,0.153725174569888,0.0,0.0229979108780554,0.5,0.153725174569888,0.0,0.000703344908387397,0,0.0344991529578191,0.0354263553562341 -2426,0.5,0.153725174569888,0.0,0.0368676459501496,0.153725174569888,0.0,0.0113715224923707,0.153725174569888,0.0,0.00312052775568144,0.153725174569888,0.0,0.0241793900077169,0.153725174569888,0.0,0.00808810742546778,0.153725174569888,0.0,0.0188994687264576,0.153725174569888,0.0,0.0168290787230748,0.153725174569888,0.0,0.00172437780911512,0.5,0.153725174569888,0.0,0.0119687390703143,0.153725174569888,0.0,0.000483615015325715,0.5,0.153725174569888,0.0,0.0487440771447884,0.153725174569888,0.0,0.00434705233060615,0.153725174569888,0.0,0.0205002388561703,0.153725174569888,0.0,0.00393520761969638,0.153725174569888,0.0,0.027502156257861,0.153725174569888,0.0,0.0014288076558283,0.153725174569888,0.0,0.0198303423051636,0.5,0.153725174569888,0.0,0.000522721261820607,0,0.0778581159603477,0.0611520061947852 -2427,0.5,0.153725174569888,0.0,0.0395383052450088,0.153725174569888,0.0,0.00170700427581048,0.153725174569888,0.0,0.000828571097180219,0.153725174569888,0.0,0.0205288777006953,0.153725174569888,0.0,0.00555925618065647,0.153725174569888,0.0,0.0208235484090731,0.153725174569888,0.0,0.0213957624158873,0.153725174569888,0.0,0.00242007104773371,0.5,0.153725174569888,0.0,0.00845477567807014,0.153725174569888,0.0,0.000614866404734803,0.5,0.153725174569888,0.0,0.0324594639338289,0.153725174569888,0.0,0.00532328876156043,0.153725174569888,0.0,0.0167804090032406,0.153725174569888,0.0,0.00216079487917581,0.153725174569888,0.0,0.0302905040193886,0.153725174569888,0.0,0.000405772303098951,0.153725174569888,0.0,0.0147854208660633,0.5,0.153725174569888,0.0,0.000328480120718368,0,0.0996684203989703,0.132254399113772 -2428,0.5,0.153725174569888,0.0,0.0327873698291104,0.153725174569888,0.0,0.000916242443510396,0.153725174569888,0.0,0.000728287354797094,0.153725174569888,0.0,0.0178792996023079,0.153725174569888,0.0,0.00228960285718931,0.153725174569888,0.0,0.0270471410414719,0.153725174569888,0.0,0.0290325832731825,0.153725174569888,0.0,0.00560481230501533,0.5,0.153725174569888,0.0,0.00690149384036114,0.153725174569888,0.0,0.00199098452851895,0.5,0.153725174569888,0.0,0.0194645576995225,0.153725174569888,0.0,0.00615380923561515,0.153725174569888,0.0,0.0194769642474301,0.153725174569888,0.0,0.00635561018934215,0.153725174569888,0.0,0.0228162924313819,0.153725174569888,0.0,0.00283670211460423,0.153725174569888,0.0,0.00651574691210564,0.5,0.153725174569888,0.0,0.000282416365097989,0,0.0465639053952523,0.224403330019828 -2429,0.5,0.153725174569888,0.0,0.0239849000381695,0.153725174569888,0.0,0.00256432877096853,0.153725174569888,0.0,0.00183302272475175,0.153725174569888,0.0,0.0183611691754986,0.153725174569888,0.0,0.00139717352912913,0.153725174569888,0.0,0.0230406552493892,0.153725174569888,0.0,0.0138024887813704,0.153725174569888,0.0,0.00372915079090698,0.5,0.153725174569888,0.0,0.00492941532408954,0.153725174569888,0.0,0.0015757498660826,0.5,0.153725174569888,0.0,0.00759399122870688,0.153725174569888,0.0,0.00487022229025299,0.153725174569888,0.0,0.0273317688546181,0.153725174569888,0.0,0.0117328844797117,0.153725174569888,0.0,0.00937506083873136,0.153725174569888,0.0,0.00254220531652168,0.153725174569888,0.0,0.00385510350239532,0.5,0.153725174569888,0.0,0.000220397767692033,0,0.0390857075501242,0.302256813894366 -2430,0.5,0.153725174569888,7.8041212403127e-05,0.0168240543658675,0.153725174569888,0.0,0.00437342999358695,0.153725174569888,0.0,0.00245240451477601,0.153725174569888,0.000101447970501584,0.0212387778146699,0.153725174569888,0.0,0.00122490814572898,0.153725174569888,0.0,0.0166633840905222,0.153725174569888,0.0,0.012190919221304,0.153725174569888,0.0,0.00272333950183413,0.5,0.153725174569888,0.0,0.00580698827161349,0.153725174569888,0.0,0.00200114360838538,0.5,0.153725174569888,0.0,0.00599100950087077,0.153725174569888,0.0,0.00453935234697669,0.153725174569888,0.0,0.0280666316948761,0.153725174569888,0.0,0.0228381034479501,0.153725174569888,0.0,0.00452981308455369,0.153725174569888,0.0,0.000695027583338185,0.153725174569888,0.0,0.00387947310244985,0.5,0.153725174569888,0.0,0.00011639029256914,0,0.0345822261360277,0.36685683369 -2431,0.5,0.153725174569888,0.0201939262309128,0.0207731277695734,0.153725174569888,0.0474195920176344,0.00386331233389449,0.153725174569888,0.0102797851134319,0.00163396186922252,0.153725174569888,0.0234894001108834,0.0305794217680458,0.153725174569888,0.0251919103527334,0.00143520218447592,0.153725174569888,0.00661654704833789,0.0128104218550601,0.153725174569888,0.00695464058525631,0.00760025343297139,0.153725174569888,0.026563767443165,0.00258377790838557,0.5,0.153725174569888,0.0328065305300333,0.00921648061181958,0.153725174569888,0.0473345621188725,0.00128350146635626,0.5,0.153725174569888,0.030556004087763,0.0100167329585008,0.153725174569888,0.0391776805124542,0.00265339025388538,0.153725174569888,0.0447093748909132,0.0297580428207644,0.153725174569888,0.0402966312414221,0.03340774314461,0.153725174569888,0.0203078396961614,0.00249115063045188,0.153725174569888,0.0209697665067066,0.000406148980869132,0.153725174569888,0.03513217232976,0.00626539462106591,0.5,0.153725174569888,0.0489214213206242,7.38888978478541e-05,0,0.0355139893827451,0.411764374153661 -2432,0.5,0.153725174569888,0.0779741386060035,0.0286994596286175,0.153725174569888,0.158577966377827,0.0075253842079511,0.153725174569888,0.0356406538849877,0.00212066235848587,0.153725174569888,0.0724507514742316,0.0494907110197887,0.153725174569888,0.115476564927864,0.00320111893818878,0.153725174569888,0.0441426764000344,0.00873791513538651,0.153725174569888,0.0363990313471003,0.00332584619428781,0.153725174569888,0.116935095169878,0.00103449381317615,0.5,0.153725174569888,0.150360191609096,0.00415743439836516,0.153725174569888,0.172812974243586,0.000638836407651229,0.5,0.153725174569888,0.12120548750977,0.0239524555394485,0.153725174569888,0.158288788149652,0.00145038156479833,0.153725174569888,0.152859188525679,0.0626726871510432,0.153725174569888,0.149528659050276,0.048628528721462,0.153725174569888,0.0766852853601627,0.00182891161114531,0.153725174569888,0.0798998194810134,0.000228781835097653,0.153725174569888,0.121714672647323,0.00882059703696681,0.5,0.153725174569888,0.158604802871736,0.000105593899970537,0,0.0395558643403704,0.446300631062342 -2433,0.5,0.153725174569888,0.163480847737552,0.0277882385997256,0.153725174569888,0.301016948355804,0.0206893536707893,0.153725174569888,0.0877920974419355,0.00339860471243228,0.153725174569888,0.130891475009784,0.0582907281995183,0.153725174569888,0.24588042342121,0.0138928047728619,0.153725174569888,0.120425071989497,0.00384498951218868,0.153725174569888,0.0705833701929546,0.00145002325092064,0.153725174569888,0.211864558379102,0.000666171295819038,0.5,0.153725174569888,0.300749827624879,0.00562099861160508,0.153725174569888,0.314099683298472,0.000873619331865423,0.5,0.153725174569888,0.218201748596284,0.0174403227418541,0.153725174569888,0.292196704773663,0.00306174881353742,0.153725174569888,0.269180564534899,0.148267699599857,0.153725174569888,0.286386705507639,0.0821538458282168,0.153725174569888,0.153853614488188,0.000884622289834205,0.153725174569888,0.158433212916095,0.00100916276996352,0.153725174569888,0.208667520292994,0.0106077429649172,0.5,0.153725174569888,0.263149635492127,0.000480663436696905,0,0.0460636989325215,0.502493179399989 -2434,0.5,0.153725174569888,0.265501414798268,0.0290899096349439,0.153725174569888,0.427154024388701,0.0454899570520841,0.153725174569888,0.159224426118175,0.00531311196228938,0.153725174569888,0.187381513081794,0.0446009488347183,0.153725174569888,0.390517722536818,0.0310855513946754,0.153725174569888,0.252498506198918,0.0014940575815262,0.153725174569888,0.0797515591215876,0.00382964152907049,0.153725174569888,0.30453331289402,0.00127919928875256,0.5,0.153725174569888,0.460613759893914,0.00646031356845836,0.153725174569888,0.439083656664888,0.00548196114204356,0.5,0.153725174569888,0.355318192370068,0.0173274838963516,0.153725174569888,0.431522095343249,0.00516891694025905,0.153725174569888,0.366961194540643,0.267057082155744,0.153725174569888,0.418854547310539,0.119151346086696,0.153725174569888,0.232118439572751,0.00290912610062479,0.153725174569888,0.225542913948734,0.00366410500015053,0.153725174569888,0.301428229679104,0.00836761643083171,0.5,0.153725174569888,0.340012903410481,0.0029194494006927,0,0.0528552005357641,0.580437921865993 -2435,0.5,0.153725174569888,0.349057569948957,0.049343492035789,0.153725174569888,0.54218060519966,0.0769320928587311,0.153725174569888,0.216786301209737,0.00613880553522694,0.153725174569888,0.200196718557367,0.0282784212066825,0.153725174569888,0.480335558996382,0.0736351600464419,0.153725174569888,0.392429938980629,0.0206704217702605,0.153725174569888,0.111648224576307,0.0131877626592496,0.153725174569888,0.382817618854755,0.00315008079654623,0.5,0.153725174569888,0.595049859000595,0.00286981258957968,0.153725174569888,0.519062384925896,0.0133044900459815,0.5,0.153725174569888,0.488107436764504,0.00784936589351,0.153725174569888,0.539639078483493,0.00330467750007109,0.153725174569888,0.429374113696048,0.361370390964261,0.153725174569888,0.500875198621384,0.148521317613413,0.153725174569888,0.300162302538028,0.0230710886649457,0.153725174569888,0.295830173268639,0.0102011098810156,0.153725174569888,0.404889029449746,0.00369177763075518,0.5,0.153725174569888,0.363812636148064,0.00658505658167006,0,0.0482511168075273,0.674650245053935 -2436,0.5,0.153725174569888,0.374675927426189,0.0723960648709038,0.153725174569888,0.58727229921962,0.119372731765081,0.153725174569888,0.24956519527595,0.00921557584310116,0.153725174569888,0.236967454199804,0.0176991820763408,0.153725174569888,0.552032316722275,0.131755737316099,0.153725174569888,0.45580765343751,0.0628924968194727,0.153725174569888,0.177286287020974,0.0534026163179959,0.153725174569888,0.509550489612547,0.0185834228211584,0.5,0.153725174569888,0.66424393803755,0.000843328926880021,0.153725174569888,0.548047823361616,0.00683119576201232,0.5,0.153725174569888,0.577898068525957,0.000527301712952488,0.153725174569888,0.593760443217631,0.00105728521302679,0.153725174569888,0.455004967623963,0.408041857787311,0.153725174569888,0.553918800973884,0.170655234613737,0.153725174569888,0.357586808659584,0.0720028112631272,0.153725174569888,0.270544257488279,0.0193884432247913,0.153725174569888,0.467929824877853,0.00233254526888528,0.5,0.153725174569888,0.373024298006036,0.00708399555897027,0,0.051470836987063,0.748465853363089 -2437,0.5,0.153725174569888,0.399903195599664,0.10199652682373,0.153725174569888,0.585388270400307,0.145551807965893,0.153725174569888,0.171004998351951,0.0204369241384486,0.153725174569888,0.265927332532973,0.0155403849341653,0.153725174569888,0.572596009917281,0.186834540610732,0.153725174569888,0.446686554928872,0.120133321529012,0.153725174569888,0.290661061062008,0.102515184854308,0.153725174569888,0.493752895422689,0.0518472814254516,0.5,0.153725174569888,0.68557673174884,0.00533765190017936,0.153725174569888,0.584675935211217,0.00262253192722645,0.5,0.153725174569888,0.634844469233439,0.00022605586135001,0.153725174569888,0.621417183645679,0.000544694053428692,0.153725174569888,0.43753041047929,0.435376711683689,0.153725174569888,0.554805051131296,0.190405499333993,0.153725174569888,0.360403701457592,0.130982289612831,0.153725174569888,0.206753259049077,0.0310845934067503,0.153725174569888,0.415903946693072,0.00150300767751425,0.5,0.153725174569888,0.468119630809465,0.00526045577996434,0,0.0585325768110302,0.746884091558801 -2438,0.5,0.153725174569888,0.414072592264774,0.131511822910554,0.153725174569888,0.542689325811273,0.163616610087398,0.153725174569888,0.176494351842175,0.0439570701656804,0.153725174569888,0.211339006247075,0.0287122865620816,0.153725174569888,0.534088676661637,0.241141309775016,0.153725174569888,0.347372011519079,0.164375833630516,0.153725174569888,0.394170304798606,0.221457460711455,0.153725174569888,0.494357421384674,0.0963175640800315,0.5,0.153725174569888,0.668817985906494,0.0133722901494564,0.153725174569888,0.583225569963593,0.00148096638826707,0.5,0.153725174569888,0.526828568070698,0.00217790514822677,0.153725174569888,0.579315234563117,0.00751985240870053,0.153725174569888,0.420523836108977,0.442189791206743,0.153725174569888,0.502435330654178,0.20718589685414,0.153725174569888,0.401331948564661,0.15988034495573,0.153725174569888,0.201100440162533,0.0507248488798641,0.153725174569888,0.363320362145939,0.0021335374684026,0.5,0.153725174569888,0.424083942741041,0.00499275153717629,0,0.0423657308061042,0.7113519510472 -2439,0.5,0.153725174569888,0.306403601047717,0.12560604268046,0.153725174569888,0.436433162153068,0.172454712362914,0.153725174569888,0.183498480961159,0.0408377947105314,0.153725174569888,0.123564023627123,0.0370318544604916,0.153725174569888,0.460529776146056,0.268673115788564,0.153725174569888,0.290955799747392,0.18137489185548,0.153725174569888,0.188770212526912,0.202942227449614,0.153725174569888,0.470791578558733,0.145442430731065,0.5,0.153725174569888,0.607008833470267,0.0215364742147809,0.153725174569888,0.512041087859339,0.0125146976326474,0.5,0.153725174569888,0.459186369555579,0.00384271200385112,0.153725174569888,0.491264235989347,0.0322522262093254,0.153725174569888,0.355315840081726,0.41549218276,0.153725174569888,0.416675445527211,0.241481016509709,0.153725174569888,0.388072245664528,0.191906440066695,0.153725174569888,0.214087277854004,0.0708150605569304,0.153725174569888,0.251969920536408,0.00446257103150174,0.5,0.153725174569888,0.384073269349034,0.00972699279754788,0,0.0267976819722985,0.689331062237788 -2440,0.5,0.153725174569888,0.186304569964557,0.102963901683981,0.153725174569888,0.329912509546326,0.160421842919945,0.153725174569888,0.205191667872689,0.0372639669327599,0.153725174569888,0.0854223320146316,0.0374418575998374,0.153725174569888,0.337195594610738,0.265046282714344,0.153725174569888,0.214844483643922,0.184820166484587,0.153725174569888,0.108117007493577,0.160946231328166,0.153725174569888,0.369045420038899,0.199039636711244,0.5,0.153725174569888,0.482964166739718,0.0392914502626048,0.153725174569888,0.36656100015828,0.0384625713646331,0.5,0.153725174569888,0.307252947897348,0.0030725113573523,0.153725174569888,0.396582874243493,0.0427462232844717,0.153725174569888,0.256834209577137,0.375652426921648,0.153725174569888,0.311223341112487,0.275888355940641,0.153725174569888,0.251735339065112,0.194592453618351,0.153725174569888,0.234191412650269,0.0671676194596731,0.153725174569888,0.175670932044216,0.00493517177419181,0.5,0.153725174569888,0.269064540593112,0.0250080690351284,0,0.0222443195581113,0.721430553699077 -2441,0.5,0.153725174569888,0.117001085898438,0.0729208954481748,0.153725174569888,0.191217609974319,0.110263899835064,0.153725174569888,0.116034811625034,0.0255007056993425,0.153725174569888,0.0639358892814948,0.0356498774630565,0.153725174569888,0.202231088354576,0.189587771283152,0.153725174569888,0.129638154045683,0.140209905755024,0.153725174569888,0.073073760381613,0.135791906701746,0.153725174569888,0.225733415506118,0.227298991892908,0.5,0.153725174569888,0.321176229865101,0.0577244394960023,0.153725174569888,0.249550220909408,0.0270887028128894,0.5,0.153725174569888,0.21230633519968,0.00472311341250819,0.153725174569888,0.264977545866375,0.0424557248263289,0.153725174569888,0.163013211593688,0.315255201575917,0.153725174569888,0.183499623692569,0.231958934495337,0.153725174569888,0.144338510707442,0.154795474423762,0.153725174569888,0.171921105126697,0.0670111079196532,0.153725174569888,0.102343153825738,0.00595905129477336,0.5,0.153725174569888,0.144097574209372,0.032506586753415,0,0.0269077191227171,0.818526557240991 -2442,0.5,0.153725174569888,0.055271935450083,0.0391476470078454,0.153725174569888,0.0885933049880245,0.0318826165069676,0.153725174569888,0.0438311200095552,0.0142115423789745,0.153725174569888,0.0325984860444887,0.0235843858262072,0.153725174569888,0.0890672327922279,0.0856745423249991,0.153725174569888,0.0804502034981293,0.0704727593388683,0.153725174569888,0.042163131159621,0.0765936343482263,0.153725174569888,0.121038627517225,0.193873769969679,0.5,0.153725174569888,0.159317877961934,0.0492885174880132,0.153725174569888,0.124768330403941,0.00935995008930536,0.5,0.153725174569888,0.115175687773438,0.00728482274295468,0.153725174569888,0.138654687412317,0.032935824231372,0.153725174569888,0.0650220061722363,0.213526479563838,0.153725174569888,0.0766099089724169,0.20360842747233,0.153725174569888,0.0636226639625575,0.0893476534438335,0.153725174569888,0.0826549534427016,0.0475525084542609,0.153725174569888,0.0466072280360167,0.00736282176364206,0.5,0.153725174569888,0.0611667284862491,0.0274045799293387,0,0.0285522199475651,0.901767179294401 -2443,0.5,0.153725174569888,0.0,0.0245786635805165,0.153725174569888,0.0,0.0190159232637537,0.153725174569888,0.0,0.00914159828910605,0.153725174569888,0.000208511449429056,0.0096970261850947,0.153725174569888,0.0167278085059447,0.0841543891552074,0.153725174569888,0.0238956813726886,0.0348150924388834,0.153725174569888,0.00799580799135319,0.0347157276214967,0.153725174569888,0.0260602439262145,0.0853410308767407,0.5,0.153725174569888,0.015532225735045,0.0253535268624879,0.153725174569888,0.0,0.00945161157901035,0.5,0.153725174569888,0.0,0.00515260894048694,0.153725174569888,0.0,0.0263562190517693,0.153725174569888,0.000581229411368662,0.189256726958712,0.153725174569888,0.00820610386076647,0.211003182300922,0.153725174569888,0.0,0.0495328931653618,0.153725174569888,0.0,0.0156917116691519,0.153725174569888,0.0,0.00635863884057242,0.5,0.153725174569888,0.0,0.0294840004332042,0,0.0315117226089386,0.976585505429865 -2444,0.5,0.153725174569888,0.0,0.0268923921702199,0.153725174569888,0.0,0.029223033337,0.153725174569888,0.0,0.0104792309366706,0.153725174569888,0.0,0.0065687350136711,0.153725174569888,0.0,0.0953328703333646,0.153725174569888,0.0,0.0323416423296564,0.153725174569888,0.0,0.0328572767205119,0.153725174569888,0.0,0.028110644881397,0.5,0.153725174569888,0.0,0.0213121117530905,0.153725174569888,0.0,0.00937428167214054,0.5,0.153725174569888,0.0,0.00396751218920129,0.153725174569888,0.0,0.0196326831428706,0.153725174569888,0.0,0.251448504647498,0.153725174569888,0.0,0.237116120429168,0.153725174569888,0.0,0.0448125976503466,0.153725174569888,0.0,0.00733920119995308,0.153725174569888,0.0,0.00584110401346904,0.5,0.153725174569888,0.0,0.0264715914153422,0,0.0409264677903153,0.91013590155001 -2445,0.5,0.153725174569888,0.0,0.0321819318012506,0.153725174569888,0.0,0.0618849130799327,0.153725174569888,0.0,0.0118889307507969,0.153725174569888,0.0,0.00901796961327052,0.153725174569888,0.0,0.116674229743328,0.153725174569888,0.0,0.0522972161349047,0.153725174569888,0.0,0.0364640474727555,0.153725174569888,0.0,0.00951233083104142,0.5,0.153725174569888,0.0,0.0175547414981123,0.153725174569888,0.0,0.00680750707271551,0.5,0.153725174569888,0.0,0.00310432936966082,0.153725174569888,0.0,0.00835987451757417,0.153725174569888,0.0,0.339467592175588,0.153725174569888,0.0,0.249912501520902,0.153725174569888,0.0,0.0487039014014622,0.153725174569888,0.0,0.00603834864675529,0.153725174569888,0.0,0.00344625483877526,0.5,0.153725174569888,0.0,0.0144068674125339,0,0.0549772948735929,0.845955598288151 -2446,0.5,0.153725174569888,0.0,0.0410402473753946,0.153725174569888,0.0,0.110390386071138,0.153725174569888,0.0,0.0138083674181943,0.153725174569888,0.0,0.0138782438990123,0.153725174569888,0.0,0.134831272083544,0.153725174569888,0.0,0.0713719161958167,0.153725174569888,0.0,0.0409044601760207,0.153725174569888,0.0,0.00383484963903526,0.5,0.153725174569888,0.0,0.0176541349257873,0.153725174569888,0.0,0.00478772521436682,0.5,0.153725174569888,0.0,0.000814269070579285,0.153725174569888,0.0,0.00347100079322053,0.153725174569888,0.0,0.407969086263653,0.153725174569888,0.0,0.303481666003746,0.153725174569888,0.0,0.0594562748639121,0.153725174569888,0.0,0.0079862947663203,0.153725174569888,0.0,0.0018630844763209,0.5,0.153725174569888,0.0,0.00616275454304825,0,0.0805779899250092,0.937315161091509 -2447,0.5,0.153725174569888,0.0,0.0514254646932787,0.153725174569888,0.0,0.128279739859334,0.153725174569888,0.0,0.01470190325523,0.153725174569888,0.0,0.0207508875703248,0.153725174569888,0.0,0.105419437319746,0.153725174569888,0.0,0.0529805704123389,0.153725174569888,0.0,0.0492341400548909,0.153725174569888,0.0,0.00201511148432266,0.5,0.153725174569888,0.0,0.0157868160833408,0.153725174569888,0.0,0.00252899588445238,0.5,0.153725174569888,0.0,0.00016790676997965,0.153725174569888,0.0,0.00235044278510014,0.153725174569888,0.0,0.488399598593659,0.153725174569888,0.0,0.259048858435287,0.153725174569888,0.0,0.0812328574744852,0.153725174569888,0.0,0.0126443510011894,0.153725174569888,0.0,0.0015857849220194,0.5,0.153725174569888,0.0,0.00243471239165735,0,0.136486898067106,0.810766874761148 -2448,0.5,0.153725174569888,0.0,0.066751469081202,0.153725174569888,0.0,0.131576634182628,0.153725174569888,0.0,0.0186734539775346,0.153725174569888,0.0,0.0250193618833263,0.153725174569888,0.0,0.0917269843150663,0.153725174569888,0.0,0.0413876116384314,0.153725174569888,0.0,0.0582110619442975,0.153725174569888,0.0,0.00319992686675705,0.5,0.153725174569888,0.0,0.0125072324759915,0.153725174569888,0.0,0.00127719954569344,0.5,0.153725174569888,0.0,0.000332544501576761,0.153725174569888,0.0,0.00582099893345053,0.153725174569888,0.0,0.579696723838866,0.153725174569888,0.0,0.262797149599266,0.153725174569888,0.0,0.0823320941398721,0.153725174569888,0.0,0.015798076956245,0.153725174569888,0.0,0.00381070407593793,0.5,0.153725174569888,0.0,0.000890286717453116,0,0.253820873523501,0.852414858063376 -2449,0.5,0.153725174569888,0.0,0.0867078388122647,0.153725174569888,0.0,0.182542097097787,0.153725174569888,0.0,0.0275812595431904,0.153725174569888,0.0,0.0284795508702551,0.153725174569888,0.0,0.124503012845471,0.153725174569888,0.0,0.049827329823685,0.153725174569888,0.0,0.0621095009674343,0.153725174569888,0.0,0.0043343253240626,0.5,0.153725174569888,0.0,0.00631216938061081,0.153725174569888,0.0,0.000826074003298328,0.5,0.153725174569888,0.0,0.00362796332652085,0.153725174569888,0.0,0.00519545578667381,0.153725174569888,0.0,0.553482281110028,0.153725174569888,0.0,0.249368830912476,0.153725174569888,0.0,0.0781152942871552,0.153725174569888,0.0,0.0175434421567484,0.153725174569888,0.0,0.0063252431482526,0.5,0.153725174569888,0.0,0.00166213758702825,0,0.412267922666182,0.825639294591835 -2450,0.5,0.153725174569888,0.0,0.112113541316909,0.153725174569888,0.0,0.306278700440274,0.153725174569888,0.0,0.0373943657361731,0.153725174569888,0.0,0.0361106644871576,0.153725174569888,0.0,0.18372541222478,0.153725174569888,0.0,0.0689386703114322,0.153725174569888,0.0,0.0769233267477601,0.153725174569888,0.0,0.00707688340882524,0.5,0.153725174569888,0.0,0.00236422966800017,0.153725174569888,0.0,0.000232047794982959,0.5,0.153725174569888,0.0,0.00994058894788917,0.153725174569888,0.0,0.00409692279774832,0.153725174569888,0.0,0.47511870444881,0.153725174569888,0.0,0.286332150252573,0.153725174569888,0.0,0.095716451289887,0.153725174569888,0.0,0.0204237568040177,0.153725174569888,0.0,0.00773099379557055,0.5,0.153725174569888,0.0,0.00169203783516302,0,0.577870800940742,0.676126710027905 -2451,0.5,0.153725174569888,0.0,0.153135405291769,0.153725174569888,0.0,0.511302291592923,0.153725174569888,0.0,0.0425811299817126,0.153725174569888,0.0,0.0482249292147854,0.153725174569888,0.0,0.229222766668556,0.153725174569888,0.0,0.0868822986079698,0.153725174569888,0.0,0.105417624531877,0.153725174569888,0.0,0.0116115573746036,0.5,0.153725174569888,0.0,0.00117090554083236,0.153725174569888,0.0,0.000867899447539228,0.5,0.153725174569888,0.0,0.0126067574393603,0.153725174569888,0.0,0.0049141229682843,0.153725174569888,0.0,0.453714821221932,0.153725174569888,0.0,0.367909332967509,0.153725174569888,0.0,0.15050320049534,0.153725174569888,0.0,0.0258696794446187,0.153725174569888,0.0,0.00845488083139414,0.5,0.153725174569888,0.0,0.00202784053935964,0,0.775880827503211,0.680848813173584 -2452,0.5,0.153725174569888,0.0,0.198760102842772,0.153725174569888,0.0,0.415882769167419,0.153725174569888,0.0,0.0436353847229046,0.153725174569888,0.0,0.0604418033297491,0.153725174569888,0.0,0.319297534992468,0.153725174569888,0.0,0.0989070380474489,0.153725174569888,0.0,0.129488645496861,0.153725174569888,0.0,0.0176695136406866,0.5,0.153725174569888,0.0,0.00107115250067948,0.153725174569888,0.0,0.00213926161849277,0.5,0.153725174569888,0.0,0.00861464235239657,0.153725174569888,0.0,0.00485139597243498,0.153725174569888,0.0,0.4382158217692,0.153725174569888,0.0,0.356597747457076,0.153725174569888,0.0,0.247101258988784,0.153725174569888,0.0,0.0359929998967002,0.153725174569888,0.0,0.00824295934489939,0.5,0.153725174569888,0.0,0.00266799635512648,0,0.726964137274481,0.767111630466666 -2453,0.5,0.153725174569888,0.0,0.260696422593191,0.153725174569888,0.0,0.323073962386255,0.153725174569888,0.0,0.0508114646245023,0.153725174569888,0.0,0.0632444773801214,0.153725174569888,0.0,0.262575769629106,0.153725174569888,0.0,0.113817185066092,0.153725174569888,0.0,0.149533675373359,0.153725174569888,0.0,0.0243113426964652,0.5,0.153725174569888,0.0,0.00182282432151748,0.153725174569888,0.0,0.00300667504687817,0.5,0.153725174569888,0.0,0.00655478514793432,0.153725174569888,0.0,0.00362664961318736,0.153725174569888,0.0,0.321598948301055,0.153725174569888,0.0,0.302283698411671,0.153725174569888,0.0,0.324735870450663,0.153725174569888,0.0,0.0459153145995583,0.153725174569888,0.0,0.00836235066560213,0.5,0.153725174569888,0.0,0.00412480258413633,0,0.677716951053932,0.866591625477263 -2454,0.5,0.153725174569888,0.000187697993758839,0.330452665035164,0.153725174569888,0.0,0.344461784750504,0.153725174569888,0.0,0.0684456398740572,0.153725174569888,0.000502825183641671,0.0633125034886691,0.153725174569888,0.0,0.229442451925905,0.153725174569888,0.0,0.131258431710236,0.153725174569888,0.0,0.284112207624735,0.153725174569888,0.0,0.0327191323995704,0.5,0.153725174569888,0.0,0.00410430661594245,0.153725174569888,0.0,0.00386880636270352,0.5,0.153725174569888,0.0,0.00497586287255689,0.153725174569888,0.0,0.00229107429477873,0.153725174569888,0.0,0.335458511191837,0.153725174569888,0.0,0.237406060689534,0.153725174569888,0.0,0.338031808351503,0.153725174569888,0.0,0.069257168112998,0.153725174569888,0.0,0.00892498849532062,0.5,0.153725174569888,0.0,0.00693242222976896,0,0.612991871351911,0.899454179223178 -2455,0.5,0.153725174569888,0.0115694066415383,0.440451640790714,0.153725174569888,0.0447379699355619,0.189808423291647,0.153725174569888,0.0191710154888117,0.114832427744381,0.153725174569888,0.0271772090880855,0.0864602169472114,0.153725174569888,0.00357903301209539,0.252615234427064,0.153725174569888,0.00184728845015541,0.132806493089279,0.153725174569888,0.00166950747325104,0.263248614560242,0.153725174569888,0.00984303912677686,0.0487007246088841,0.5,0.153725174569888,0.0255113280948664,0.00621990331375498,0.153725174569888,0.0297347630996978,0.00433902411430746,0.5,0.153725174569888,0.0197792103887024,0.00396296888671056,0.153725174569888,0.0204740321949302,0.00149630894668081,0.153725174569888,0.0454039613497362,0.333297599665481,0.153725174569888,0.0223896271571088,0.221898865266577,0.153725174569888,0.00314474078448451,0.345085555617232,0.153725174569888,0.0247615991808518,0.111833612416634,0.153725174569888,0.0230361169825313,0.0110299552646545,0.5,0.153725174569888,0.0420854484919677,0.0100063690923641,0,0.748741212167348,0.910132965931781 -2456,0.5,0.153725174569888,0.0396735130960748,0.451706614532286,0.153725174569888,0.185328580844205,0.239804840490422,0.153725174569888,0.0751025221192008,0.25487066473289,0.153725174569888,0.0765726870607303,0.177477300380778,0.153725174569888,0.0534773039746562,0.207254852835509,0.153725174569888,0.0149911933330729,0.162751005071896,0.153725174569888,0.00771998660272787,0.199117434074041,0.153725174569888,0.0504583259647271,0.136019308762005,0.5,0.153725174569888,0.124979235102353,0.0142456964895199,0.153725174569888,0.120964298603874,0.00511888618560826,0.5,0.153725174569888,0.0904172990941279,0.0116028379225781,0.153725174569888,0.0956885974326024,0.00177472731666091,0.153725174569888,0.135830573242707,0.406937732467187,0.153725174569888,0.123612850337484,0.296278081450964,0.153725174569888,0.0243083842794628,0.308459717548054,0.153725174569888,0.0786849798133674,0.148350163572761,0.153725174569888,0.0859947839070994,0.0460176282207216,0.5,0.153725174569888,0.124129533799378,0.0245607271590973,0,0.575669829858171,0.930005410273153 -2457,0.5,0.153725174569888,0.115862543829598,0.508636995685913,0.153725174569888,0.286999651534611,0.574760085740912,0.153725174569888,0.117423512642959,0.32959886405089,0.153725174569888,0.0853465999590989,0.276206055119516,0.153725174569888,0.25327803483796,0.40256149294342,0.153725174569888,0.0438584894179431,0.217261306469934,0.153725174569888,0.0269097926062651,0.266570058007897,0.153725174569888,0.102510535490897,0.237869276413455,0.5,0.153725174569888,0.232183739611012,0.0638348798439721,0.153725174569888,0.230876857772172,0.0171476769135885,0.5,0.153725174569888,0.21296374857487,0.0665683028193622,0.153725174569888,0.212572548264486,0.00848903980775459,0.153725174569888,0.187417212407454,0.619806418094509,0.153725174569888,0.273237860720536,0.566650411071806,0.153725174569888,0.0913018502638095,0.415804995777257,0.153725174569888,0.111316076481854,0.195374785937073,0.153725174569888,0.176375728624057,0.167913924560012,0.5,0.153725174569888,0.214637806419324,0.0665247575929439,0,0.69734947103234,0.940871508638665 -2458,0.5,0.153725174569888,0.200845887483316,0.593734491345489,0.153725174569888,0.285756951215747,0.815087183762379,0.153725174569888,0.134163694264108,0.331226913848549,0.153725174569888,0.0970459696806177,0.312577662548174,0.153725174569888,0.439474243414894,0.577253901108508,0.153725174569888,0.0949407696690907,0.299228450425229,0.153725174569888,0.104146349459385,0.337843751869857,0.153725174569888,0.191088343676198,0.27464001707072,0.5,0.153725174569888,0.292265160232694,0.0968459644284243,0.153725174569888,0.274722502926389,0.0280563458166994,0.5,0.153725174569888,0.390177770591202,0.222770662188235,0.153725174569888,0.35004600230784,0.023318868493724,0.153725174569888,0.21803953046588,0.813249749463289,0.153725174569888,0.330577125205027,0.747440252483073,0.153725174569888,0.22669199573409,0.519103241102817,0.153725174569888,0.11907453955393,0.204539960323807,0.153725174569888,0.286015698123158,0.276293004356418,0.5,0.153725174569888,0.283100088188434,0.149913050162593,0,0.840396830826658,0.940245633634547 -2459,0.5,0.153725174569888,0.31614872424947,0.669663551331984,0.153725174569888,0.316369038645768,0.909782690181683,0.153725174569888,0.188338917342968,0.371324710039256,0.153725174569888,0.159562127358747,0.395954206540839,0.153725174569888,0.545652577137439,0.624542710977072,0.153725174569888,0.117318668659924,0.287100211170118,0.153725174569888,0.185554043167799,0.391178326329473,0.153725174569888,0.286632436086263,0.307450964685418,0.5,0.153725174569888,0.358847062996997,0.11882872146401,0.153725174569888,0.417402632500912,0.0364698055724503,0.5,0.153725174569888,0.448352615078805,0.325132591582,0.153725174569888,0.444153215701672,0.0623298531710906,0.153725174569888,0.290623445652138,0.902508993914669,0.153725174569888,0.382165476685536,0.822150676400087,0.153725174569888,0.377951458211032,0.633557872220751,0.153725174569888,0.219623438815127,0.260199942243725,0.153725174569888,0.331022648645702,0.343684194541472,0.5,0.153725174569888,0.329500835822313,0.168639199246576,0,0.84023218775671,0.928931213842695 -2460,0.5,0.153725174569888,0.347836059624502,0.74207257959143,0.153725174569888,0.426408067646342,0.987473894096864,0.153725174569888,0.236760763786311,0.406462622647273,0.153725174569888,0.222796898684031,0.462499106557741,0.153725174569888,0.524708208671337,0.67206214026738,0.153725174569888,0.176793326387308,0.2697122851699,0.153725174569888,0.237825800505771,0.513401960313019,0.153725174569888,0.252322386550187,0.311142244039571,0.5,0.153725174569888,0.443607835108996,0.135344502465909,0.153725174569888,0.382227343457318,0.0624482381901778,0.5,0.153725174569888,0.398919778154146,0.31011963632988,0.153725174569888,0.478148043066425,0.113520305822971,0.153725174569888,0.344380543323533,0.937087085288204,0.153725174569888,0.392477276916133,0.862454342697311,0.153725174569888,0.435293082120891,0.684529698512638,0.153725174569888,0.24072231076756,0.287807263128228,0.153725174569888,0.337361890440219,0.352216360909393,0.5,0.153725174569888,0.368344226307289,0.222837102169071,0,0.813204144773167,0.91144432198593 -2461,0.5,0.153725174569888,0.38571774232137,0.787167517374985,0.153725174569888,0.377915863932407,1.00445475803912,0.153725174569888,0.253167352624681,0.493000538531435,0.153725174569888,0.161092115386031,0.512616803474643,0.153725174569888,0.501201427981196,0.732019548668434,0.153725174569888,0.206104594843678,0.260093709666432,0.153725174569888,0.196850273987821,0.518172430863633,0.153725174569888,0.220836187316976,0.337802262438536,0.5,0.153725174569888,0.435569756817776,0.149159029800939,0.153725174569888,0.31770610512164,0.0805321216490126,0.5,0.153725174569888,0.398787711923517,0.287024108728288,0.153725174569888,0.437379138315408,0.145952976255502,0.153725174569888,0.392676339963983,0.95216395486723,0.153725174569888,0.418177422357704,0.88737679030962,0.153725174569888,0.417319244066541,0.703461851950728,0.153725174569888,0.238144593611255,0.361302106096666,0.153725174569888,0.342760373060272,0.335867358223396,0.5,0.153725174569888,0.366055160078812,0.28426119990318,0,0.84375396875981,0.898031717437366 -2462,0.5,0.153725174569888,0.342567911901101,0.802402106301367,0.153725174569888,0.370872563515567,1.00467987456595,0.153725174569888,0.186647553407533,0.554616821186115,0.153725174569888,0.131319091506745,0.534997819399893,0.153725174569888,0.448871686206675,0.766460719468367,0.153725174569888,0.220635100253034,0.234425501858583,0.153725174569888,0.172139803657368,0.485693853807448,0.153725174569888,0.180425846637313,0.31846056912038,0.5,0.153725174569888,0.401497279064652,0.154722037234222,0.153725174569888,0.372785610333395,0.0741774530745361,0.5,0.153725174569888,0.462261144902607,0.213186125872611,0.153725174569888,0.451875805533152,0.169657713013907,0.153725174569888,0.420087451564466,0.956625436559678,0.153725174569888,0.442378312652819,0.894387704139258,0.153725174569888,0.398730712788547,0.760134180858569,0.153725174569888,0.191211414317832,0.389059254438554,0.153725174569888,0.437102653157135,0.325775331447289,0.5,0.153725174569888,0.277157124287972,0.264402270136321,0,0.885464593336077,0.897683436544786 -2463,0.5,0.153725174569888,0.322434746789616,0.820299915057465,0.153725174569888,0.350812146004536,0.98528704739134,0.153725174569888,0.180230900082858,0.572958379605997,0.153725174569888,0.118212176481,0.52276848813408,0.153725174569888,0.407840856388053,0.768574576412168,0.153725174569888,0.246023750641938,0.221300072976913,0.153725174569888,0.16516848847479,0.440970647709836,0.153725174569888,0.169207566614832,0.268197181749366,0.5,0.153725174569888,0.312852430826799,0.164420998788293,0.153725174569888,0.334420103327894,0.0717221803037325,0.5,0.153725174569888,0.489466355473391,0.191627653465998,0.153725174569888,0.388145048824218,0.143754053752494,0.153725174569888,0.422766157416282,0.943726675308623,0.153725174569888,0.399507725788784,0.878907825517788,0.153725174569888,0.305014659657284,0.749325961235988,0.153725174569888,0.142219053321174,0.365239968637738,0.153725174569888,0.38735121075407,0.297295790846793,0.5,0.153725174569888,0.262694623968619,0.215077945073917,0,0.880824814770833,0.919251036104054 -2464,0.5,0.153725174569888,0.225342914319906,0.80798516325016,0.153725174569888,0.370281764826298,0.928456184775108,0.153725174569888,0.173974936482388,0.505224056517418,0.153725174569888,0.108981609073032,0.483278859146482,0.153725174569888,0.329776701714889,0.742644488118952,0.153725174569888,0.252442227913565,0.218484208973518,0.153725174569888,0.146326690622007,0.383906172233362,0.153725174569888,0.145259156302364,0.215032924524281,0.5,0.153725174569888,0.242251179161574,0.174744421693716,0.153725174569888,0.264713160640425,0.0563368123724564,0.5,0.153725174569888,0.415009708428589,0.202841071421404,0.153725174569888,0.337966923847278,0.12468753925028,0.153725174569888,0.285090738041124,0.923047365488963,0.153725174569888,0.308083112653575,0.848638787707988,0.153725174569888,0.212398143757797,0.69501316331891,0.153725174569888,0.0951371182511847,0.325205762265886,0.153725174569888,0.308481132121,0.267152619837408,0.5,0.153725174569888,0.241220024097713,0.170879312651708,0,0.816917051171331,0.965772629466611 -2465,0.5,0.153725174569888,0.156963479163725,0.726793683136493,0.153725174569888,0.2867222460311,0.8300498865137,0.153725174569888,0.118188109927106,0.419129745243231,0.153725174569888,0.10068864891878,0.409853341808017,0.153725174569888,0.260500142957128,0.670856250058283,0.153725174569888,0.197000177370003,0.195893837524052,0.153725174569888,0.0970308889542106,0.302356853495025,0.153725174569888,0.117636115959642,0.18075762989398,0.5,0.153725174569888,0.161238364293219,0.17407948030497,0.153725174569888,0.166310613433613,0.0298109743360127,0.5,0.153725174569888,0.281084124637816,0.179772223031418,0.153725174569888,0.257335281119591,0.1086529684871,0.153725174569888,0.151245553433138,0.88341888693999,0.153725174569888,0.247698307973247,0.815380970382569,0.153725174569888,0.146015430773253,0.580002421777406,0.153725174569888,0.0570047910602583,0.255943767271708,0.153725174569888,0.216458305342695,0.230655998232518,0.5,0.153725174569888,0.152156698922564,0.102523332250784,0,0.796421926246667,0.990894118146811 -2466,0.5,0.153725174569888,0.0647566201662949,0.540995292663443,0.153725174569888,0.143077779613936,0.643685947398587,0.153725174569888,0.0439176295536138,0.287515511301915,0.153725174569888,0.0537337687785779,0.270654308636086,0.153725174569888,0.157324329066163,0.469020236463326,0.153725174569888,0.120220328043637,0.114102911093147,0.153725174569888,0.0509516029229437,0.208476812687144,0.153725174569888,0.0751231514418066,0.130179877847605,0.5,0.153725174569888,0.0750358944347672,0.155572560141807,0.153725174569888,0.078167538341158,0.0055485046923845,0.5,0.153725174569888,0.145942077313723,0.15060505533826,0.153725174569888,0.146856480019617,0.0591776897947031,0.153725174569888,0.0872061573744512,0.847570070531345,0.153725174569888,0.14474786151945,0.708885748495474,0.153725174569888,0.0834599828286757,0.430176858800715,0.153725174569888,0.0334502558381419,0.187455566124745,0.153725174569888,0.0967387130872298,0.176818339740815,0.5,0.153725174569888,0.067090008631396,0.0231200340902876,0,0.757927898099875,0.995295732146894 -2467,0.5,0.153725174569888,0.0,0.35140962190044,0.153725174569888,0.0,0.370802070811712,0.153725174569888,0.0,0.203147176737246,0.153725174569888,0.0,0.161541617184093,0.153725174569888,0.0283683356751669,0.288491651775739,0.153725174569888,0.0283991319402252,0.0743948856891103,0.153725174569888,0.00872145269288288,0.13432253115934,0.153725174569888,0.0240689418871713,0.0526922560788302,0.5,0.153725174569888,0.0107790156176558,0.0996980219206709,0.153725174569888,0.0,0.00261164862386748,0.5,0.153725174569888,0.0,0.095173608267608,0.153725174569888,0.0,0.0396260932077407,0.153725174569888,0.00787616113156529,0.768088792245809,0.153725174569888,0.0239441013100475,0.53895805915161,0.153725174569888,0.00114002374148989,0.301252865458101,0.153725174569888,0.000118912235744578,0.124224050712228,0.153725174569888,0.0,0.135456774210789,0.5,0.153725174569888,0.0,0.00665350824783254,0,0.792059132521908,0.975601604014384 -2468,0.5,0.153725174569888,0.0,0.260890663228923,0.153725174569888,0.0,0.251871701210331,0.153725174569888,0.0,0.207189930495913,0.153725174569888,0.0,0.110062379859149,0.153725174569888,0.0,0.222231942032512,0.153725174569888,0.0,0.0827545949472013,0.153725174569888,0.0,0.111310230511302,0.153725174569888,0.0,0.022204740134185,0.5,0.153725174569888,0.0,0.0530686868266769,0.153725174569888,0.0,0.00301621540376761,0.5,0.153725174569888,0.0,0.110297004876376,0.153725174569888,0.0,0.0301383029119095,0.153725174569888,0.0,0.681780611753736,0.153725174569888,0.0,0.423824940035504,0.153725174569888,0.0,0.233683378183358,0.153725174569888,0.0,0.0934982221457588,0.153725174569888,0.0,0.0974753383808178,0.5,0.153725174569888,0.0,0.00340457835577114,0,0.858687949026775,0.979304141350648 -2469,0.5,0.153725174569888,0.0,0.231508191387193,0.153725174569888,0.0,0.221627610445941,0.153725174569888,0.0,0.219330968314763,0.153725174569888,0.0,0.115260782944395,0.153725174569888,0.0,0.206676647444579,0.153725174569888,0.0,0.0771666508437754,0.153725174569888,0.0,0.112937430026346,0.153725174569888,0.0,0.0182354497125661,0.5,0.153725174569888,0.0,0.0337398888580425,0.153725174569888,0.0,0.00365222702194341,0.5,0.153725174569888,0.0,0.111561727498014,0.153725174569888,0.0,0.0191747060867823,0.153725174569888,0.0,0.671565730569671,0.153725174569888,0.0,0.38234473386454,0.153725174569888,0.0,0.227212805503979,0.153725174569888,0.0,0.0726124795798568,0.153725174569888,0.0,0.0563559440195867,0.5,0.153725174569888,0.0,0.00273913408530799,0,0.877281803506996,0.992941723439826 -2470,0.5,0.153725174569888,0.0,0.236803661437921,0.153725174569888,0.0,0.275823926979622,0.153725174569888,0.0,0.231542347982737,0.153725174569888,0.0,0.154050046463326,0.153725174569888,0.0,0.228271065118734,0.153725174569888,0.0,0.0751636885664031,0.153725174569888,0.0,0.120668364927169,0.153725174569888,0.0,0.0196685910655474,0.5,0.153725174569888,0.0,0.0243809549529594,0.153725174569888,0.0,0.00532554422485961,0.5,0.153725174569888,0.0,0.0900598854785638,0.153725174569888,0.0,0.0206878020724807,0.153725174569888,0.0,0.692105040878912,0.153725174569888,0.0,0.434090006511838,0.153725174569888,0.0,0.260979664129923,0.153725174569888,0.0,0.0607884727735587,0.153725174569888,0.0,0.0368252998149603,0.5,0.153725174569888,0.0,0.00510061047829594,0,0.91211318205379,0.992656986292866 -2471,0.5,0.153725174569888,0.0,0.257731920363106,0.153725174569888,0.0,0.415444083302526,0.153725174569888,0.0,0.215325025141069,0.153725174569888,0.0,0.211516619315512,0.153725174569888,0.0,0.291322195094719,0.153725174569888,0.0,0.107191343180287,0.153725174569888,0.0,0.140731550581435,0.153725174569888,0.0,0.026038461100761,0.5,0.153725174569888,0.0,0.00909913812140815,0.153725174569888,0.0,0.00602173429871947,0.5,0.153725174569888,0.0,0.111551465797149,0.153725174569888,0.0,0.0396275022135174,0.153725174569888,0.0,0.747380908094723,0.153725174569888,0.0,0.555013458298045,0.153725174569888,0.0,0.316507419733781,0.153725174569888,0.0,0.0471312427219965,0.153725174569888,0.0,0.0375734421719732,0.5,0.153725174569888,0.0,0.00722957175224903,0,0.899354170565767,0.994670317004921 -2472,0.5,0.153725174569888,0.0,0.295987564964615,0.153725174569888,0.0,0.595577011434526,0.153725174569888,0.0,0.192090601685398,0.153725174569888,0.0,0.230616061547152,0.153725174569888,0.0,0.398197273134851,0.153725174569888,0.0,0.181684565322361,0.153725174569888,0.0,0.178568693944311,0.153725174569888,0.0,0.050889778767288,0.5,0.153725174569888,0.0,0.00666064084364488,0.153725174569888,0.0,0.0140711718206671,0.5,0.153725174569888,0.0,0.0489052374569605,0.153725174569888,0.0,0.0472757373327336,0.153725174569888,0.0,0.818506958069887,0.153725174569888,0.0,0.70435418830869,0.153725174569888,0.0,0.36822479727549,0.153725174569888,0.0,0.0535317365252144,0.153725174569888,0.0,0.0280620800215607,0.5,0.153725174569888,0.0,0.0139466080658665,0,0.92232902946602,0.998908256853512 -2473,0.5,0.153725174569888,0.0,0.381879489978934,0.153725174569888,0.0,0.947176272863385,0.153725174569888,0.0,0.176407926244229,0.153725174569888,0.0,0.209283460782124,0.153725174569888,0.0,0.539424106791811,0.153725174569888,0.0,0.297599897782617,0.153725174569888,0.0,0.256189490890544,0.153725174569888,0.0,0.0948935639068056,0.5,0.153725174569888,0.0,0.0152046049347726,0.153725174569888,0.0,0.0163755618301619,0.5,0.153725174569888,0.0,0.00658888426948978,0.153725174569888,0.0,0.0227230803460772,0.153725174569888,0.0,0.79067014525744,0.153725174569888,0.0,0.775215633677854,0.153725174569888,0.0,0.453275018840185,0.153725174569888,0.0,0.0793072631285743,0.153725174569888,0.0,0.0279798293266736,0.5,0.153725174569888,0.0,0.00959034578276196,0,0.969735610316198,1.00739201596169 -2474,0.5,0.153725174569888,0.0,0.494578917503703,0.153725174569888,0.0,0.9326818621199,0.153725174569888,0.0,0.191738143226367,0.153725174569888,0.0,0.200410991049639,0.153725174569888,0.0,0.705750669680024,0.153725174569888,0.0,0.513606712488517,0.153725174569888,0.0,0.410966763773159,0.153725174569888,0.0,0.157907772797753,0.5,0.153725174569888,0.0,0.0328638046918246,0.153725174569888,0.0,0.0150583551144094,0.5,0.153725174569888,0.0,0.00144086644936381,0.153725174569888,0.0,0.00894264143403819,0.153725174569888,0.0,0.76575857507316,0.153725174569888,0.0,0.780501214170112,0.153725174569888,0.0,0.593747499672902,0.153725174569888,0.0,0.123410324841768,0.153725174569888,0.0,0.0452096402753251,0.5,0.153725174569888,0.0,0.0144824110077365,0,0.961444577321998,1.00678845259405 -2475,0.5,0.153725174569888,0.0,0.601866748104675,0.153725174569888,0.0,0.805853686271986,0.153725174569888,0.0,0.260840215660199,0.153725174569888,0.0,0.22874576869684,0.153725174569888,0.0,0.75105931964252,0.153725174569888,0.0,0.649847961540586,0.153725174569888,0.0,0.682234123127858,0.153725174569888,0.0,0.271483407372085,0.5,0.153725174569888,0.0,0.0481557485778044,0.153725174569888,0.0,0.0112062151117428,0.5,0.153725174569888,0.0,0.00946433438236836,0.153725174569888,0.0,0.0106832009056274,0.153725174569888,0.0,0.737416363559667,0.153725174569888,0.0,0.776216188923911,0.153725174569888,0.0,0.756735840976037,0.153725174569888,0.0,0.204592362272486,0.153725174569888,0.0,0.0757119265883988,0.5,0.153725174569888,0.0,0.00891266077694618,0,0.925197716058374,1.00834536509733 -2476,0.5,0.153725174569888,0.0,0.666641238449724,0.153725174569888,0.0,0.785490696864844,0.153725174569888,0.0,0.34769884734579,0.153725174569888,0.0,0.272242744803777,0.153725174569888,0.0,0.789927643681073,0.153725174569888,0.0,0.637029897079912,0.153725174569888,0.0,0.864374522210485,0.153725174569888,0.0,0.426968875323735,0.5,0.153725174569888,0.0,0.0702230477547996,0.153725174569888,0.0,0.0175225817224232,0.5,0.153725174569888,0.0,0.0237086393420614,0.153725174569888,0.0,0.0202125517063142,0.153725174569888,0.0,0.678305785321762,0.153725174569888,0.0,0.796192457736105,0.153725174569888,0.0,0.779160029599419,0.153725174569888,0.0,0.31150731498683,0.153725174569888,0.0,0.0999891651261275,0.5,0.153725174569888,0.0,0.027834866520031,0,0.911637121087809,1.01002107513014 -2477,0.5,0.153725174569888,0.0,0.623499762410939,0.153725174569888,0.0,0.778062573687679,0.153725174569888,0.0,0.465417842655612,0.153725174569888,0.0,0.331975281145373,0.153725174569888,0.0,0.909926883720113,0.153725174569888,0.0,0.750041667773007,0.153725174569888,0.0,0.868691238239538,0.153725174569888,0.0,0.518142373754197,0.5,0.153725174569888,0.0,0.108265626939948,0.153725174569888,0.0,0.0357168315718283,0.5,0.153725174569888,0.0,0.0716047812657498,0.153725174569888,0.0,0.034861045481654,0.153725174569888,0.0,0.642053740081238,0.153725174569888,0.0,0.821884203159821,0.153725174569888,0.0,0.780170289212189,0.153725174569888,0.0,0.561772026273113,0.153725174569888,0.0,0.132077444661977,0.5,0.153725174569888,0.0,0.0440342121404736,0,0.850149628773356,1.00630143218737 -2478,0.5,0.153725174569888,0.000288364181624708,0.565351394509104,0.153725174569888,0.0,0.675901929798015,0.153725174569888,0.0,0.581937012019158,0.153725174569888,0.00049696680422732,0.422386986667502,0.153725174569888,0.0,0.973694202551126,0.153725174569888,0.0,0.944360176752158,0.153725174569888,0.0,0.952275382310494,0.153725174569888,0.0,0.671539568757498,0.5,0.153725174569888,0.0,0.207523472583267,0.153725174569888,0.0,0.071547955175889,0.5,0.153725174569888,0.0,0.204879116580208,0.153725174569888,0.0,0.0578391740202313,0.153725174569888,0.0,0.681998014621075,0.153725174569888,0.0,0.877993761299965,0.153725174569888,0.0,0.742459052274982,0.153725174569888,0.0,0.659166120459937,0.153725174569888,0.0,0.211162312620375,0.5,0.153725174569888,0.0,0.0672749250392875,0,0.772695600194199,1.01049571880906 -2479,0.5,0.153725174569888,0.00996137557463915,0.558200472097283,0.153725174569888,0.000589822500234019,0.782987582501373,0.153725174569888,0.0157413894656161,0.783487276209555,0.153725174569888,0.0234691327440916,0.589886583943305,0.153725174569888,0.0022494488819619,0.928834568531074,0.153725174569888,0.00548352738042739,0.847048514948691,0.153725174569888,0.0010950384275246,1.0183638736893,0.153725174569888,0.00384764834425594,0.838136221801022,0.5,0.153725174569888,0.017495062085198,0.349911439495941,0.153725174569888,0.0468270053716477,0.149750898918121,0.5,0.153725174569888,0.0465876316138906,0.474266649050167,0.153725174569888,0.0459308418074236,0.127378302111105,0.153725174569888,0.00538569264906874,0.681312317736735,0.153725174569888,0.00178174566373924,0.89315402304294,0.153725174569888,0.00304579309389331,0.835584402093656,0.153725174569888,0.00762922120551252,0.828580639402164,0.153725174569888,0.0373678983164245,0.466034190669645,0.5,0.153725174569888,0.0294234607411933,0.129117141645645,0,0.710627534370596,1.01028296705776 -2480,0.5,0.153725174569888,0.0262231651361512,0.595630067688474,0.153725174569888,0.00331392619070214,0.832321611585793,0.153725174569888,0.0508466888814739,0.832557413875377,0.153725174569888,0.055485808095854,0.718752219726623,0.153725174569888,0.0339336671271727,0.973854056620098,0.153725174569888,0.091832563239985,0.876367832938842,0.153725174569888,0.014658213035865,0.963823997122862,0.153725174569888,0.0177426251651379,0.877798546523392,0.5,0.153725174569888,0.0342818190893138,0.531518727788286,0.153725174569888,0.158239842902641,0.516563400037008,0.5,0.153725174569888,0.142797088942319,0.887317823225762,0.153725174569888,0.172178853878012,0.435732432295891,0.153725174569888,0.0444304808268128,0.714999093641728,0.153725174569888,0.026411053544464,0.887800030836795,0.153725174569888,0.0104875024585774,0.922847701601568,0.153725174569888,0.0375810841108208,0.918946176192537,0.153725174569888,0.0966194809869897,0.90030349422526,0.5,0.153725174569888,0.112507344577526,0.433795395611638,0,0.764541883458346,1.0113887686026 -2481,0.5,0.153725174569888,0.036909312987066,0.587218290339869,0.153725174569888,0.0705589087373019,0.664190315365832,0.153725174569888,0.0895797648794955,0.926106727069477,0.153725174569888,0.0923152965120152,0.804294060903628,0.153725174569888,0.119601891977128,1.02173913043478,0.153725174569888,0.195195975176579,1.01267649380383,0.153725174569888,0.0811525831990468,1.01581585407221,0.153725174569888,0.0922191262740766,0.922553817231596,0.5,0.153725174569888,0.10795207849686,0.716792474086053,0.153725174569888,0.287300668164476,0.927135241656595,0.5,0.153725174569888,0.0915981057285822,0.901168873791737,0.153725174569888,0.309792204621889,0.808433698347576,0.153725174569888,0.144911524692385,0.856267143177194,0.153725174569888,0.0934163909423051,0.958111539753099,0.153725174569888,0.0181544966277563,0.936859720371538,0.153725174569888,0.0539842967000583,0.985302967086563,0.153725174569888,0.121635960185216,0.971783493355784,0.5,0.153725174569888,0.172361678466258,0.92098283933957,0,0.796745157029527,1.01139290279024 -2482,0.5,0.153725174569888,0.0591674824559914,0.629263516728383,0.153725174569888,0.188550680461585,0.919935003290035,0.153725174569888,0.0806929729616582,0.976006877995373,0.153725174569888,0.123514985195621,0.854554869474903,0.153725174569888,0.183242575401813,1.02173913043478,0.153725174569888,0.314510991761741,1.02085308901394,0.153725174569888,0.201884460244213,1.02151582830993,0.153725174569888,0.175889758362844,0.927444128057689,0.5,0.153725174569888,0.202595709256652,0.792141994923672,0.153725174569888,0.381040908027137,0.971967316726335,0.5,0.153725174569888,0.167424715799678,0.974265905416291,0.153725174569888,0.340256624840954,0.908984392043699,0.153725174569888,0.19871198036409,0.946459009447642,0.153725174569888,0.0971531326109687,0.992918501712405,0.153725174569888,0.0707223354727653,0.9229673632485,0.153725174569888,0.170831985760762,0.971748786739599,0.153725174569888,0.162479877395019,1.00114289455566,0.5,0.153725174569888,0.165751779197007,1.00242897679924,0,0.693798834842664,1.004586626808 -2483,0.5,0.153725174569888,0.0799368827006924,0.677446184449771,0.153725174569888,0.16576039099654,1.01352970985175,0.153725174569888,0.0990957189977607,1.00098588078388,0.153725174569888,0.10923510628448,0.875934759736508,0.153725174569888,0.108536421665621,1.00612209114798,0.153725174569888,0.375132724763974,1.02168371695427,0.153725174569888,0.416449381510975,1.02172433149926,0.153725174569888,0.300687286742281,0.968740796237677,0.5,0.153725174569888,0.173591796637393,0.750391452036454,0.153725174569888,0.301976673070294,0.953387275324351,0.5,0.153725174569888,0.342664118145201,1.00284220536631,0.153725174569888,0.259418646374044,0.845332792761023,0.153725174569888,0.293204478556225,0.977365568785927,0.153725174569888,0.087854149523907,0.976112033616261,0.153725174569888,0.156839913625104,0.97430957459321,0.153725174569888,0.273913807100449,0.963873616853062,0.153725174569888,0.130919980509568,0.998740039003239,0.5,0.153725174569888,0.206246130105428,1.01817300041502,0,0.510859064623331,1.00991257268304 -2484,0.5,0.153725174569888,0.133080544933174,0.731734415924115,0.153725174569888,0.114319532597334,1.01713899152487,0.153725174569888,0.195851899788249,0.989292354402507,0.153725174569888,0.0960864588102771,0.933388413836515,0.153725174569888,0.133897997215751,0.979004394367146,0.153725174569888,0.216307151272324,0.993332459523707,0.153725174569888,0.23100237114498,1.02102257133389,0.153725174569888,0.438331567513842,1.00424132797388,0.5,0.153725174569888,0.250898656325785,0.735508118717229,0.153725174569888,0.193856171975755,0.909848662850102,0.5,0.153725174569888,0.153131820612017,0.922048933578602,0.153725174569888,0.24943464692983,0.819588253458065,0.153725174569888,0.488780326482238,0.992125803562047,0.153725174569888,0.103285357243953,0.94186455717453,0.153725174569888,0.101925895981007,1.01834177644362,0.153725174569888,0.377577136231832,1.00173573169769,0.153725174569888,0.17198350075269,0.976674870011543,0.5,0.153725174569888,0.179993238526467,1.00480102575632,0,0.739714496564469,1.00990440091621 -2485,0.5,0.153725174569888,0.119319041267024,0.786334766009279,0.153725174569888,0.360668119972682,1.02173913043478,0.153725174569888,0.220558265613271,1.01413619254718,0.153725174569888,0.0966345343792745,0.910043559515788,0.153725174569888,0.154568007667125,0.938109114651861,0.153725174569888,0.157310456447445,0.934584479291249,0.153725174569888,0.140018670440235,1.00127020903704,0.153725174569888,0.243753104939916,0.979757117414613,0.5,0.153725174569888,0.39204890544073,0.835595726065069,0.153725174569888,0.204419047460442,0.873108620584081,0.5,0.153725174569888,0.2192721860384,0.837706504048481,0.153725174569888,0.202945874814103,0.801999594150727,0.153725174569888,0.44203795393513,0.987406322466112,0.153725174569888,0.120806781080682,0.939910495110192,0.153725174569888,0.0786326125308358,1.01052138802958,0.153725174569888,0.292092406115546,1.015179540508,0.153725174569888,0.290100535756008,0.97721375699431,0.5,0.153725174569888,0.188929053142945,1.00456143813426,0,0.864082637115634,1.01033674613261 -2486,0.5,0.153725174569888,0.123547179594448,0.846018555329062,0.153725174569888,0.19197284043003,1.02173913043478,0.153725174569888,0.0887901974899851,1.0149149490005,0.153725174569888,0.0689460364649779,0.857468175467129,0.153725174569888,0.0872641679757366,0.885489353055251,0.153725174569888,0.246328942036366,0.922422841062634,0.153725174569888,0.171858782616559,0.960049799509925,0.153725174569888,0.128503547498223,0.922721261052644,0.5,0.153725174569888,0.349167551582822,0.846906431562801,0.153725174569888,0.166214384654751,0.804279360340476,0.5,0.153725174569888,0.457281322479607,0.967979323739033,0.153725174569888,0.217234726675095,0.765943195468319,0.153725174569888,0.317226720093946,0.994080435825846,0.153725174569888,0.130076141591433,0.965032836948947,0.153725174569888,0.0978738432147854,0.988283612193494,0.153725174569888,0.173403752367993,1.00069691884563,0.153725174569888,0.390496335197353,0.983067460644452,0.5,0.153725174569888,0.153486980951864,0.965115825174857,0,0.690313668245538,1.01111075860569 -2487,0.5,0.153725174569888,0.171976459502529,0.883026928924412,0.153725174569888,0.137779155942229,1.0206823264152,0.153725174569888,0.0872942581800792,1.00766001918778,0.153725174569888,0.0415664607049679,0.861999580646999,0.153725174569888,0.0591867532731564,0.912888878699224,0.153725174569888,0.303168233490129,0.924511359893914,0.153725174569888,0.119285259190802,0.896315664471176,0.153725174569888,0.112301716643922,0.836328108309316,0.5,0.153725174569888,0.241501279992358,0.830303596413038,0.153725174569888,0.211397659601087,0.816808262197443,0.5,0.153725174569888,0.371117121650984,0.995083904296652,0.153725174569888,0.209376423911955,0.741400637887948,0.153725174569888,0.185544823204529,0.985180485737379,0.153725174569888,0.119838371159844,0.979141463742422,0.153725174569888,0.0885060160337863,0.96077050491297,0.153725174569888,0.154162847497458,0.966182946504129,0.153725174569888,0.286898943412894,0.994988502392462,0.5,0.153725174569888,0.165901242147303,0.93454493823402,0,0.679740069893774,1.01107973452021 -2488,0.5,0.153725174569888,0.157822671617917,0.88288751670485,0.153725174569888,0.102717108226628,1.01725021200743,0.153725174569888,0.118594760926332,0.994795197642916,0.153725174569888,0.0575353071719868,0.928299093720278,0.153725174569888,0.0906016205806067,0.984918169607192,0.153725174569888,0.197600357595446,0.941615289375377,0.153725174569888,0.0558275370714636,0.905604294587055,0.153725174569888,0.160910527889487,0.832739673687295,0.5,0.153725174569888,0.15861175998825,0.776600249519117,0.153725174569888,0.246397555809756,0.800070225502329,0.5,0.153725174569888,0.145187583257852,0.960998535988706,0.153725174569888,0.180439870843956,0.713891272816054,0.153725174569888,0.232448768327562,0.9923700454795,0.153725174569888,0.116333838747878,0.974798045460445,0.153725174569888,0.0696763661663183,0.954095487523731,0.153725174569888,0.119395579576974,0.888514977703762,0.153725174569888,0.153799814468156,0.977340882748351,0.5,0.153725174569888,0.265275884037839,0.949148645288742,0,0.846042880174652,1.01092204771082 -2489,0.5,0.153725174569888,0.128437763331995,0.858705007623154,0.153725174569888,0.0952678128994258,0.992356873398353,0.153725174569888,0.0510303852144436,0.931808917615116,0.153725174569888,0.0234345632742582,0.952948603816008,0.153725174569888,0.0561635456647517,0.932193922594136,0.153725174569888,0.0966063861875321,0.942007270166677,0.153725174569888,0.0463764632675036,0.961133992359049,0.153725174569888,0.101450036436093,0.833152339836158,0.5,0.153725174569888,0.126322697041585,0.749665260442235,0.153725174569888,0.147099238672193,0.774529499121129,0.5,0.153725174569888,0.0899903062974876,0.879409470387033,0.153725174569888,0.12043545113725,0.676567606417091,0.153725174569888,0.225302332363431,0.98260639779491,0.153725174569888,0.120705215803506,0.966686030193427,0.153725174569888,0.0581339008174635,0.957753106418384,0.153725174569888,0.0752329060294749,0.841505681622582,0.153725174569888,0.0746630977301728,0.911363554094422,0.5,0.153725174569888,0.188111576883246,0.934048307382694,0,0.691363850874941,1.01081941887471 -2490,0.5,0.153725174569888,0.0576122635496279,0.800604070706987,0.153725174569888,0.0618313791031028,1.01405147397318,0.153725174569888,0.0190656138865175,0.834634690239439,0.153725174569888,0.00766216292771445,0.92186637781062,0.153725174569888,0.0284721694585688,0.898553892267132,0.153725174569888,0.0577730677213252,0.897408403244536,0.153725174569888,0.0233589576143404,0.939546846986746,0.153725174569888,0.0507864693611409,0.854753101872434,0.5,0.153725174569888,0.0663684390155074,0.681235886042628,0.153725174569888,0.036371057198808,0.602340603157878,0.5,0.153725174569888,0.0696494703277625,0.783235862615507,0.153725174569888,0.0591967997937935,0.63688109058224,0.153725174569888,0.10912336020939,0.922761017626101,0.153725174569888,0.0670070396867624,0.967113106847845,0.153725174569888,0.0230648091995516,0.931811793688322,0.153725174569888,0.0461141270091672,0.890210493657475,0.153725174569888,0.032722938176456,0.78224764265243,0.5,0.153725174569888,0.0332076715958973,0.89255236847048,0,0.458403481090666,1.01109739825711 -2491,0.5,0.153725174569888,0.0,0.662415060743982,0.153725174569888,0.0,0.925272447898417,0.153725174569888,0.000469114358365985,0.784257991626311,0.153725174569888,0.000264649426083468,0.85239497678182,0.153725174569888,0.00776371161165373,0.861834801325975,0.153725174569888,0.00550560572278166,0.796988873516605,0.153725174569888,0.00444644900270619,0.853876034138596,0.153725174569888,0.0143572035620067,0.917932724268008,0.5,0.153725174569888,0.00822633278952665,0.654897699265411,0.153725174569888,0.000173108154055377,0.449072172780106,0.5,0.153725174569888,0.0,0.592230845942378,0.153725174569888,0.00109248469629502,0.530246357455622,0.153725174569888,0.0262390537759837,0.827620739245083,0.153725174569888,0.0103846397241667,0.968316303061899,0.153725174569888,0.00108141279565239,0.926361309472816,0.153725174569888,0.00191223483599433,0.872490927613282,0.153725174569888,0.000187586036742011,0.610241592078632,0.5,0.153725174569888,0.000199646642799176,0.767266380390894,0,0.37114020995472,1.01084083241511 -2492,0.5,0.153725174569888,0.0,0.480164986173698,0.153725174569888,0.0,0.816686379221146,0.153725174569888,0.0,0.814973835645615,0.153725174569888,0.0,0.793436035602142,0.153725174569888,0.0,0.859052692618381,0.153725174569888,0.0,0.654517079985708,0.153725174569888,0.0,0.763339176949504,0.153725174569888,0.0,0.794535291262626,0.5,0.153725174569888,0.0,0.702318730003938,0.153725174569888,0.0,0.309552259885748,0.5,0.153725174569888,0.0,0.451801573486556,0.153725174569888,0.0,0.382965148290945,0.153725174569888,0.0,0.79812671225691,0.153725174569888,0.0,0.915252374567037,0.153725174569888,0.0,0.862290425542605,0.153725174569888,0.0,0.844268208823748,0.153725174569888,0.0,0.526966991969881,0.5,0.153725174569888,0.0,0.525967183911261,0,0.38249094870051,1.01054388206625 -2493,0.5,0.153725174569888,0.0,0.416130965948248,0.153725174569888,0.0,0.806332038060118,0.153725174569888,0.0,0.77352796102412,0.153725174569888,0.0,0.761927252870796,0.153725174569888,0.0,0.801844595567813,0.153725174569888,0.0,0.569694902648831,0.153725174569888,0.0,0.766993259935509,0.153725174569888,0.0,0.658348602359338,0.5,0.153725174569888,0.0,0.727679960267756,0.153725174569888,0.0,0.288213865383091,0.5,0.153725174569888,0.0,0.495711935383538,0.153725174569888,0.0,0.398345303249899,0.153725174569888,0.0,0.81338337711179,0.153725174569888,0.0,0.899938362244145,0.153725174569888,0.0,0.891547736266408,0.153725174569888,0.0,0.792734943442408,0.153725174569888,0.0,0.602039701298895,0.5,0.153725174569888,0.0,0.399182663502918,0,0.438645101621886,1.0104812797078 -2494,0.5,0.153725174569888,0.0,0.461168718960407,0.153725174569888,0.0,0.794834455513168,0.153725174569888,0.0,0.818143221221842,0.153725174569888,0.0,0.705959183031495,0.153725174569888,0.0,0.710744309838243,0.153725174569888,0.0,0.495723761725599,0.153725174569888,0.0,0.844921465802481,0.153725174569888,0.0,0.570434814852264,0.5,0.153725174569888,0.0,0.661736982393266,0.153725174569888,0.0,0.425044303817063,0.5,0.153725174569888,0.0,0.664852741053501,0.153725174569888,0.0,0.474356037428048,0.153725174569888,0.0,0.829473746768708,0.153725174569888,0.0,0.919039518815025,0.153725174569888,0.0,0.925287434264627,0.153725174569888,0.0,0.742414946300047,0.153725174569888,0.0,0.791885134039157,0.5,0.153725174569888,0.0,0.41519698485623,0,0.421297270031956,1.01063894108268 -2495,0.5,0.153725174569888,0.0,0.473712308938285,0.153725174569888,0.0,0.786202467099029,0.153725174569888,0.0,0.910186448492505,0.153725174569888,0.0,0.690047443339778,0.153725174569888,0.0,0.649028505594239,0.153725174569888,0.0,0.427199032145552,0.153725174569888,0.0,0.846269737430935,0.153725174569888,0.0,0.467364521075001,0.5,0.153725174569888,0.0,0.587659723252117,0.153725174569888,0.0,0.475848199489735,0.5,0.153725174569888,0.0,0.7631560117474,0.153725174569888,0.0,0.431258159819549,0.153725174569888,0.0,0.818679233289145,0.153725174569888,0.0,0.941789588703753,0.153725174569888,0.0,0.923858832904069,0.153725174569888,0.0,0.722650089518121,0.153725174569888,0.0,0.748919340820669,0.5,0.153725174569888,0.0,0.562426117910021,0,0.586860383116567,1.01094491169363 -2496,0.5,0.153725174569888,0.0,0.422612016871462,0.153725174569888,0.0,0.716441811365074,0.153725174569888,0.0,0.978476267245398,0.153725174569888,0.0,0.767990280702594,0.153725174569888,0.0,0.690981617893585,0.153725174569888,0.0,0.470785775969022,0.153725174569888,0.0,0.816045565786886,0.153725174569888,0.0,0.391143698464541,0.5,0.153725174569888,0.0,0.48892524591437,0.153725174569888,0.0,0.436828452688694,0.5,0.153725174569888,0.0,0.671899652646601,0.153725174569888,0.0,0.454898922110896,0.153725174569888,0.0,0.772913359265937,0.153725174569888,0.0,0.917735609537106,0.153725174569888,0.0,0.891052459829626,0.153725174569888,0.0,0.781260171382743,0.153725174569888,0.0,0.618096676471121,0.5,0.153725174569888,0.0,0.634470256794518,0,0.757936664823035,1.01079685961837 -2497,0.5,0.153725174569888,0.0,0.420484362954145,0.153725174569888,0.0,0.640111476590481,0.153725174569888,0.0,0.986460314190479,0.153725174569888,0.0,0.790182007265859,0.153725174569888,0.0,0.763524096050964,0.153725174569888,0.0,0.497278360067163,0.153725174569888,0.0,0.811567376044195,0.153725174569888,0.0,0.353692676116292,0.5,0.153725174569888,0.0,0.386108524439404,0.153725174569888,0.0,0.415972107988898,0.5,0.153725174569888,0.0,0.38324862975038,0.153725174569888,0.0,0.557090189629435,0.153725174569888,0.0,0.695762742269223,0.153725174569888,0.0,0.854119422852443,0.153725174569888,0.0,0.861867564136051,0.153725174569888,0.0,0.827600227401102,0.153725174569888,0.0,0.645983968830968,0.5,0.153725174569888,0.0,0.722659403530404,0,0.808582931073079,1.00998372132859 -2498,0.5,0.153725174569888,0.0,0.435622056876137,0.153725174569888,0.0,0.572930768476773,0.153725174569888,0.0,0.93366607272043,0.153725174569888,0.0,0.699029548736749,0.153725174569888,0.0,0.717752637482687,0.153725174569888,0.0,0.52764060491545,0.153725174569888,0.0,0.784802094826733,0.153725174569888,0.0,0.419433241940243,0.5,0.153725174569888,0.0,0.329151033030655,0.153725174569888,0.0,0.416517220436206,0.5,0.153725174569888,0.0,0.312200639095004,0.153725174569888,0.0,0.562569210126793,0.153725174569888,0.0,0.620464659374291,0.153725174569888,0.0,0.799878091598296,0.153725174569888,0.0,0.835072844370359,0.153725174569888,0.0,0.837685163128768,0.153725174569888,0.0,0.730202437618593,0.5,0.153725174569888,0.0,0.735331275656934,0,0.75743255751257,1.00913397526562 -2499,0.5,0.153725174569888,0.0,0.493648829529882,0.153725174569888,0.0,0.498342354043044,0.153725174569888,0.0,0.903512597346165,0.153725174569888,0.0,0.654468922982195,0.153725174569888,0.0,0.555722170291126,0.153725174569888,0.0,0.455551490182703,0.153725174569888,0.0,0.722292845935661,0.153725174569888,0.0,0.50872485283947,0.5,0.153725174569888,0.0,0.282552195539382,0.153725174569888,0.0,0.387887201324694,0.5,0.153725174569888,0.0,0.481131341648834,0.153725174569888,0.0,0.440687723173582,0.153725174569888,0.0,0.547865863554157,0.153725174569888,0.0,0.733256053998344,0.153725174569888,0.0,0.796109318346892,0.153725174569888,0.0,0.787411427100412,0.153725174569888,0.0,0.825550130769571,0.5,0.153725174569888,0.0,0.664622349045543,0,0.689836948058268,1.0082992055987 -2500,0.5,0.153725174569888,0.0,0.521772715259787,0.153725174569888,0.0,0.407787732492033,0.153725174569888,0.0,0.880232811197942,0.153725174569888,0.0,0.591976892749604,0.153725174569888,0.0,0.464063068990844,0.153725174569888,0.0,0.328438032615383,0.153725174569888,0.0,0.609658044877943,0.153725174569888,0.0,0.442652258845397,0.5,0.153725174569888,0.0,0.264997613370206,0.153725174569888,0.0,0.449403599482154,0.5,0.153725174569888,0.0,0.517082269037868,0.153725174569888,0.0,0.375145261404363,0.153725174569888,0.0,0.464075817018995,0.153725174569888,0.0,0.647903582400229,0.153725174569888,0.0,0.721785266172016,0.153725174569888,0.0,0.68873156609301,0.153725174569888,0.0,0.835571128998629,0.5,0.153725174569888,0.0,0.632853694057501,0,0.697701062019776,1.00728515283841 -2501,0.5,0.153725174569888,0.0,0.548937817833894,0.153725174569888,0.0,0.322483568560365,0.153725174569888,0.0,0.885120777311045,0.153725174569888,0.0,0.654043387453014,0.153725174569888,0.0,0.414668337207298,0.153725174569888,0.0,0.262666666397902,0.153725174569888,0.0,0.52366807053609,0.153725174569888,0.0,0.352974434811778,0.5,0.153725174569888,0.0,0.242985293356082,0.153725174569888,0.0,0.333583129565982,0.5,0.153725174569888,0.0,0.578425258692834,0.153725174569888,0.0,0.356304957687749,0.153725174569888,0.0,0.405097116312502,0.153725174569888,0.0,0.581602046879195,0.153725174569888,0.0,0.627992810903751,0.153725174569888,0.0,0.629520557017144,0.153725174569888,0.0,0.783498980888767,0.5,0.153725174569888,0.0,0.686339618644619,0,0.734158397802952,1.00624617218058 -2502,0.5,0.153725174569888,0.00124231230505583,0.573220249418545,0.153725174569888,0.0,0.291851984980478,0.153725174569888,3.28352143470469e-06,0.867636374941854,0.153725174569888,0.000511049167445706,0.69813835982815,0.153725174569888,0.0,0.368147021708022,0.153725174569888,0.0,0.234312719209772,0.153725174569888,0.0,0.477819425469769,0.153725174569888,0.0,0.307927844452271,0.5,0.153725174569888,0.0,0.183597924115036,0.153725174569888,0.0,0.193261876612815,0.5,0.153725174569888,0.0,0.492316010641859,0.153725174569888,0.0,0.311798445141277,0.153725174569888,2.6042680415842e-05,0.369012140919111,0.153725174569888,0.0,0.532458089941567,0.153725174569888,0.0,0.576291487558356,0.153725174569888,0.0,0.622977052113876,0.153725174569888,0.0,0.688768718732234,0.5,0.153725174569888,7.56544199946029e-05,0.734702007755893,0,0.754999623687916,1.00231529200263 -2503,0.5,0.153725174569888,0.0441474589375376,0.644102411965229,0.153725174569888,0.0381164697808842,0.326244960548307,0.153725174569888,0.0215808618776767,0.852980412761396,0.153725174569888,0.00943983398526768,0.733411724437553,0.153725174569888,0.00661503388527246,0.343705376112412,0.153725174569888,0.00465991294487338,0.216327771284133,0.153725174569888,0.0112555688205771,0.498673757426378,0.153725174569888,0.0117294035917214,0.329308525572079,0.5,0.153725174569888,0.0352267655349451,0.207342447957297,0.153725174569888,0.042613990786417,0.184143760025558,0.5,0.153725174569888,0.0281206170814875,0.425041049107605,0.153725174569888,0.0299018862733841,0.329451104631592,0.153725174569888,0.0476353013543454,0.353160693044638,0.153725174569888,0.0108137978746068,0.478258137617108,0.153725174569888,0.0176415889660864,0.593970817738892,0.153725174569888,0.022009251928273,0.651453027490353,0.153725174569888,0.0292912811796552,0.661730717165616,0.5,0.153725174569888,0.0467956606103489,0.753355693286915,0,0.790054909776496,0.997609897291176 -2504,0.5,0.153725174569888,0.133739766636185,0.765853729359085,0.153725174569888,0.150996799131794,0.416571806315996,0.153725174569888,0.0645042803922776,0.85674715632187,0.153725174569888,0.031697603001714,0.762933686400901,0.153725174569888,0.0377460613105888,0.372835192724448,0.153725174569888,0.0315065782201724,0.259523367682944,0.153725174569888,0.0494675869294277,0.571019930453658,0.153725174569888,0.0563194462911421,0.378190080552428,0.5,0.153725174569888,0.131875741916647,0.41469109076227,0.153725174569888,0.119404708836397,0.19325100987973,0.5,0.153725174569888,0.103365344314163,0.502256120995417,0.153725174569888,0.125558136393453,0.396959856651241,0.153725174569888,0.169474059469835,0.470771693517632,0.153725174569888,0.0542597137045672,0.495002132480353,0.153725174569888,0.0643632485532474,0.623839980925886,0.153725174569888,0.0780441491966738,0.708876011289493,0.153725174569888,0.0860913815416883,0.69249051979479,0.5,0.153725174569888,0.126099743789099,0.78375888768842,0,0.842718737279788,0.993887683259893 -2505,0.5,0.153725174569888,0.238165847110571,0.864133624068196,0.153725174569888,0.346655956894032,0.75714310996017,0.153725174569888,0.12531477425297,0.869259930169527,0.153725174569888,0.0945971021679904,0.819264934981849,0.153725174569888,0.0885790928388906,0.442584321318476,0.153725174569888,0.0636441148782784,0.306373065877168,0.153725174569888,0.0995122848066153,0.660531056289296,0.153725174569888,0.102541038386677,0.423734838291473,0.5,0.153725174569888,0.192387588640489,0.502750843732603,0.153725174569888,0.202661201493736,0.204031957042257,0.5,0.153725174569888,0.215995574586509,0.498215515688638,0.153725174569888,0.231254684383901,0.365986837651054,0.153725174569888,0.342278805353971,0.686858492924725,0.153725174569888,0.112135310916491,0.580027398459596,0.153725174569888,0.132944329224571,0.712829441840736,0.153725174569888,0.131443604553662,0.758100837278784,0.153725174569888,0.124670175899536,0.70362968866426,0.5,0.153725174569888,0.197477951930059,0.836162445457707,0,0.859984025139146,0.992958758136486 -2506,0.5,0.153725174569888,0.306852691360437,0.896046800511934,0.153725174569888,0.492397983198866,0.876411831127068,0.153725174569888,0.182566291440954,0.869034447760012,0.153725174569888,0.14785171329771,0.81344092001659,0.153725174569888,0.168388760440585,0.595292070093801,0.153725174569888,0.103762823890136,0.333124806246853,0.153725174569888,0.14510406888092,0.649160993163932,0.153725174569888,0.143670215110271,0.416602025683169,0.5,0.153725174569888,0.213524471259427,0.47966516058055,0.153725174569888,0.249000087577674,0.22425283650297,0.5,0.153725174569888,0.243030461722908,0.442459597387978,0.153725174569888,0.308776913278881,0.339835925555754,0.153725174569888,0.491907297852074,0.794266219410544,0.153725174569888,0.208271984227802,0.652826387529547,0.153725174569888,0.247609545138152,0.766873616417282,0.153725174569888,0.164342743999793,0.753698041631297,0.153725174569888,0.195569165704223,0.710522297722728,0.5,0.153725174569888,0.257577725884281,0.84015631573679,0,0.814443211583976,0.993536624868786 -2507,0.5,0.153725174569888,0.372412430452929,0.885784236191594,0.153725174569888,0.626317151385942,0.911995213953817,0.153725174569888,0.225226780501327,0.830034486888777,0.153725174569888,0.163726458601847,0.809474474549418,0.153725174569888,0.225809963687721,0.659765089192171,0.153725174569888,0.140874465720944,0.409029609885942,0.153725174569888,0.205605390899199,0.65434701065601,0.153725174569888,0.194528392930088,0.441105287889287,0.5,0.153725174569888,0.236803283590749,0.447639514625697,0.153725174569888,0.24694197900229,0.203300140737764,0.5,0.153725174569888,0.188306880244718,0.451237338584718,0.153725174569888,0.383542914024312,0.315383147367172,0.153725174569888,0.633450496490388,0.808755865796643,0.153725174569888,0.273881443927033,0.715322041514545,0.153725174569888,0.368972096331349,0.820761372204273,0.153725174569888,0.20222362321997,0.683905373808343,0.153725174569888,0.246979220758783,0.697475224116409,0.5,0.153725174569888,0.265484015177744,0.796361193675829,0,0.773914035711762,0.979833554320862 -2508,0.5,0.153725174569888,0.374466668459877,0.844318894247227,0.153725174569888,0.699197992788936,0.937287752813366,0.153725174569888,0.272070310076285,0.799121237137251,0.153725174569888,0.200717125757526,0.782584078210969,0.153725174569888,0.170765187223217,0.60109687703937,0.153725174569888,0.169136587742645,0.392306756707463,0.153725174569888,0.263335007328951,0.685889409533359,0.153725174569888,0.227954054421862,0.476207526431186,0.5,0.153725174569888,0.292019383378922,0.45836609556656,0.153725174569888,0.223137628989269,0.181519724569052,0.5,0.153725174569888,0.192685797455841,0.391084861828163,0.153725174569888,0.370251677185519,0.317008305392586,0.153725174569888,0.710853273905038,0.841444015299018,0.153725174569888,0.340077652762759,0.696716479135259,0.153725174569888,0.307241303825515,0.825626289139918,0.153725174569888,0.250635066432112,0.668562421382469,0.153725174569888,0.274306183717624,0.663625626385073,0.5,0.153725174569888,0.286564072367421,0.737788135858759,0,0.750721615076799,0.940819490170193 -2509,0.5,0.153725174569888,0.371634748796862,0.814360526600398,0.153725174569888,0.723796225530419,0.92985601666319,0.153725174569888,0.191028193858639,0.777285848323597,0.153725174569888,0.205223838545312,0.71771401761608,0.153725174569888,0.246618443980621,0.57838683057193,0.153725174569888,0.196862653950568,0.357295446104421,0.153725174569888,0.196192374403918,0.619554099928882,0.153725174569888,0.244825883953692,0.446316450851999,0.5,0.153725174569888,0.320521804083633,0.49907935026935,0.153725174569888,0.232555828491544,0.151593162204324,0.5,0.153725174569888,0.223963696958433,0.433458651676504,0.153725174569888,0.341552239556671,0.319748176303244,0.153725174569888,0.730619184649853,0.84616118708605,0.153725174569888,0.510252556498203,0.69316598789637,0.153725174569888,0.337243327142432,0.82129917717292,0.153725174569888,0.231353628499364,0.654645717264055,0.153725174569888,0.245664490641321,0.626590975861328,0.5,0.153725174569888,0.300620724097784,0.666319371107308,0,0.715382461535193,0.894431379210111 -2510,0.5,0.153725174569888,0.340297145632897,0.78336478729423,0.153725174569888,0.703593945255062,0.886304432336595,0.153725174569888,0.200049293043307,0.809931519595521,0.153725174569888,0.178554150884037,0.675006111018524,0.153725174569888,0.218661519672831,0.513456764772743,0.153725174569888,0.178016160091972,0.319441808921383,0.153725174569888,0.199560482661229,0.527443899359317,0.153725174569888,0.219534971735294,0.407172729685779,0.5,0.153725174569888,0.317889828487253,0.50397065724004,0.153725174569888,0.222069800676534,0.161311095798258,0.5,0.153725174569888,0.226366410447432,0.465225630667052,0.153725174569888,0.306624633591451,0.373085632205959,0.153725174569888,0.715475584338902,0.83260871351943,0.153725174569888,0.514032004025681,0.686497982287353,0.153725174569888,0.385385294013546,0.796652239253958,0.153725174569888,0.170832297809514,0.614307616982072,0.153725174569888,0.224356246656593,0.629970763152461,0.5,0.153725174569888,0.276015526228347,0.648324281286609,0,0.682639229111471,0.833716141387917 -2511,0.5,0.153725174569888,0.276308073352583,0.746706822920763,0.153725174569888,0.627042628215821,0.851413620582972,0.153725174569888,0.207867630310863,0.755575210824635,0.153725174569888,0.167835647097717,0.667471962436279,0.153725174569888,0.220642778240535,0.469360347054088,0.153725174569888,0.158935239216898,0.286426697395746,0.153725174569888,0.156225209998713,0.422857141989663,0.153725174569888,0.179599788707516,0.369605253824664,0.5,0.153725174569888,0.303621500806345,0.477396912409438,0.153725174569888,0.17515258802488,0.195120143512974,0.5,0.153725174569888,0.214361530942705,0.416027667648083,0.153725174569888,0.24192638844223,0.364513227280029,0.153725174569888,0.646609276715532,0.81183376516347,0.153725174569888,0.535077359213887,0.684689576480885,0.153725174569888,0.348132066276346,0.748171054789351,0.153725174569888,0.219253387185655,0.625859436713194,0.153725174569888,0.199029020100567,0.572739026070197,0.5,0.153725174569888,0.204674247485034,0.639017859332098,0,0.680729440772265,0.786978502507657 -2512,0.5,0.153725174569888,0.218868329159129,0.708591811206349,0.153725174569888,0.497903135337746,0.791104329076125,0.153725174569888,0.175780707206472,0.666352795347836,0.153725174569888,0.165330278686975,0.616520469675539,0.153725174569888,0.208988926333351,0.403086368613626,0.153725174569888,0.141917757998721,0.240923865374805,0.153725174569888,0.146591283049667,0.384765284072403,0.153725174569888,0.11964724227626,0.308014741120656,0.5,0.153725174569888,0.238101687893585,0.485785502226429,0.153725174569888,0.136437984010506,0.21917112314341,0.5,0.153725174569888,0.172314613111201,0.253811991641187,0.153725174569888,0.22438892516724,0.300044163195073,0.153725174569888,0.521518961457276,0.741402012894721,0.153725174569888,0.493456622223753,0.651379058886703,0.153725174569888,0.293133974468403,0.689984734636534,0.153725174569888,0.157191330987191,0.594752438879512,0.153725174569888,0.189549124805981,0.490223648740324,0.5,0.153725174569888,0.126710111820005,0.584835573393331,0,0.75184660574569,0.688655953521234 -2513,0.5,0.153725174569888,0.157203727251925,0.639788089936515,0.153725174569888,0.368084111247163,0.646416830165113,0.153725174569888,0.108210456824334,0.491153231908934,0.153725174569888,0.104136593537545,0.482653416553702,0.153725174569888,0.183051530546989,0.3546130382138,0.153725174569888,0.102078565556454,0.181096891886744,0.153725174569888,0.0987843375254381,0.271276490531075,0.153725174569888,0.0890710930613965,0.229368980238392,0.5,0.153725174569888,0.131944289127401,0.457421348770729,0.153725174569888,0.0981922789292846,0.210506156352588,0.5,0.153725174569888,0.11084311835081,0.226000361244503,0.153725174569888,0.146930225475953,0.253997512145164,0.153725174569888,0.380329471890217,0.61264486473902,0.153725174569888,0.382520455780792,0.57650393113546,0.153725174569888,0.21632061956915,0.57036605659356,0.153725174569888,0.103305205060127,0.507781234544804,0.153725174569888,0.14486545022393,0.464760046992404,0.5,0.153725174569888,0.0620949373005753,0.496794649726629,0,0.796503242605685,0.570072947369959 -2514,0.5,0.153725174569888,0.0733241922406602,0.486121491661292,0.153725174569888,0.212256046852843,0.287748566690117,0.153725174569888,0.0545485176923358,0.373257209561038,0.153725174569888,0.0502700717902284,0.349366621758062,0.153725174569888,0.125869070775247,0.247083412056065,0.153725174569888,0.0679509938181451,0.107448854225732,0.153725174569888,0.0633730299899693,0.151779367500652,0.153725174569888,0.0487326012934277,0.154013767362495,0.5,0.153725174569888,0.0590759238155304,0.382627344337215,0.153725174569888,0.0420574009460242,0.194161413570081,0.5,0.153725174569888,0.0563665769480275,0.271587176406855,0.153725174569888,0.0690657784105716,0.208255256727067,0.153725174569888,0.219556049771921,0.337791711013064,0.153725174569888,0.233987510690564,0.34742575384009,0.153725174569888,0.12739218811754,0.329734539069146,0.153725174569888,0.0610018560747866,0.374900214037747,0.153725174569888,0.0671526960289569,0.429426890969856,0.5,0.153725174569888,0.0290130397634739,0.378426660111845,0,0.798829261074541,0.460767164192943 -2515,0.5,0.153725174569888,0.000112603216028884,0.332226165549214,0.153725174569888,0.0146756256322098,0.116499322784982,0.153725174569888,0.0,0.286598431823434,0.153725174569888,3.85990142407297e-05,0.267788556152071,0.153725174569888,0.0366110146349077,0.103559002572957,0.153725174569888,0.0197995467409011,0.0411640232842096,0.153725174569888,0.0151140651095857,0.0696235123083669,0.153725174569888,0.0114935280641986,0.0891290951523299,0.5,0.153725174569888,0.0116867380292221,0.265176249706891,0.153725174569888,0.0,0.174670694078779,0.5,0.153725174569888,0.000644311862426537,0.2965725673427,0.153725174569888,0.00440265610288204,0.142503881364791,0.153725174569888,0.0301778288629567,0.207800808183424,0.153725174569888,0.0333819358156752,0.176203766148775,0.153725174569888,0.0113582896899781,0.161716122524079,0.153725174569888,0.00533773519731005,0.200918183341945,0.153725174569888,0.000121021836128563,0.347532987769664,0.5,0.153725174569888,0.00025210376984112,0.242126063828976,0,0.705461445386034,0.356778718392772 -2516,0.5,0.153725174569888,0.0,0.24359449428095,0.153725174569888,0.0,0.0816353760824075,0.153725174569888,0.0,0.215288708839518,0.153725174569888,0.0,0.207587522628575,0.153725174569888,0.0,0.0850561700749404,0.153725174569888,0.0,0.0203791215985705,0.153725174569888,0.0,0.0404716678883484,0.153725174569888,0.0,0.0480500490002674,0.5,0.153725174569888,0.0,0.186993445942775,0.153725174569888,0.0,0.136339567102108,0.5,0.153725174569888,0.0,0.364123527702973,0.153725174569888,0.0,0.103743109347086,0.153725174569888,0.0,0.171710437228266,0.153725174569888,0.0,0.152597575507642,0.153725174569888,0.0,0.105033092754838,0.153725174569888,0.0,0.104277983991255,0.153725174569888,0.0,0.283470427786879,0.5,0.153725174569888,0.0,0.175498005643163,0,0.586533946678511,0.267028753780121 -2517,0.5,0.153725174569888,0.0,0.184891155992776,0.153725174569888,0.0,0.0766029200503453,0.153725174569888,0.0,0.184423888683159,0.153725174569888,0.0,0.208540316996961,0.153725174569888,0.0,0.0735694935587561,0.153725174569888,0.0,0.0177191068544326,0.153725174569888,0.0,0.0406198636415233,0.153725174569888,0.0,0.0262320796483635,0.5,0.153725174569888,0.0,0.12441845515438,0.153725174569888,0.0,0.0800880027999564,0.5,0.153725174569888,0.0,0.29708525673698,0.153725174569888,0.0,0.077596010943643,0.153725174569888,0.0,0.132296357811828,0.153725174569888,0.0,0.125937034487325,0.153725174569888,0.0,0.0781909840458327,0.153725174569888,0.0,0.0706433876447871,0.153725174569888,0.0,0.191869939027964,0.5,0.153725174569888,0.0,0.155590650682063,0,0.61306058888458,0.170511223733375 -2518,0.5,0.153725174569888,0.0,0.157898218962866,0.153725174569888,0.0,0.0603601421319612,0.153725174569888,0.0,0.15882640614489,0.153725174569888,0.0,0.200722749641014,0.153725174569888,0.0,0.0553910518286268,0.153725174569888,0.0,0.0192370223757163,0.153725174569888,0.0,0.0416181682586682,0.153725174569888,0.0,0.0172087537867597,0.5,0.153725174569888,0.0,0.0801785252746527,0.153725174569888,0.0,0.0259002973421222,0.5,0.153725174569888,0.0,0.115344788868367,0.153725174569888,0.0,0.056867731719897,0.153725174569888,0.0,0.08670838157086,0.153725174569888,0.0,0.089951791217035,0.153725174569888,0.0,0.0623468837301626,0.153725174569888,0.0,0.0650477014868551,0.153725174569888,0.0,0.13315692188221,0.5,0.153725174569888,0.0,0.129857380867595,0,0.59988921164938,0.0937688043312591 -2519,0.5,0.153725174569888,0.0,0.146291773723323,0.153725174569888,0.0,0.0464412203184507,0.153725174569888,0.0,0.130036874715147,0.153725174569888,0.0,0.173965198840899,0.153725174569888,0.0,0.0412923212046592,0.153725174569888,0.0,0.0174949192589713,0.153725174569888,0.0,0.0308912337619018,0.153725174569888,0.0,0.0118951984186114,0.5,0.153725174569888,0.0,0.042886290541422,0.153725174569888,0.0,0.0128823559467867,0.5,0.153725174569888,0.0,0.0512564116876516,0.153725174569888,0.0,0.0366520716425901,0.153725174569888,0.0,0.0642596876367692,0.153725174569888,0.0,0.060192855433881,0.153725174569888,0.0,0.0417564957070824,0.153725174569888,0.0,0.0518606793929068,0.153725174569888,0.0,0.108091913664362,0.5,0.153725174569888,0.0,0.0977049349471087,0,0.482052324412157,0.0459313562425384 -2520,0.5,0.153725174569888,0.0,0.135536723609981,0.153725174569888,0.0,0.0436693081737117,0.153725174569888,0.0,0.106081730707696,0.153725174569888,0.0,0.15819121587174,0.153725174569888,0.0,0.0319731272740251,0.153725174569888,0.0,0.0152895239615576,0.153725174569888,0.0,0.0210630228211599,0.153725174569888,0.0,0.00790079367919556,0.5,0.153725174569888,0.0,0.0313123011911216,0.153725174569888,0.0,0.00986738350180124,0.5,0.153725174569888,0.0,0.0283059762854362,0.153725174569888,0.0,0.0348838498333325,0.153725174569888,0.0,0.0485735107241097,0.153725174569888,0.0,0.0407862619368809,0.153725174569888,0.0,0.0305577873109155,0.153725174569888,0.0,0.0411801487174403,0.153725174569888,0.0,0.0987440514835879,0.5,0.153725174569888,0.0,0.0901530649694153,0,0.330518305011948,0.0227796181931927 -2521,0.5,0.153725174569888,0.0,0.117874763889145,0.153725174569888,0.0,0.0317717352884946,0.153725174569888,0.0,0.0922974255257204,0.153725174569888,0.0,0.157349854989058,0.153725174569888,0.0,0.0213655727233233,0.153725174569888,0.0,0.0141367682673117,0.153725174569888,0.0,0.0136399926391516,0.153725174569888,0.0,0.00462502840671632,0.5,0.153725174569888,0.0,0.0257939500045571,0.153725174569888,0.0,0.00865862049442398,0.5,0.153725174569888,0.0,0.0175455996635334,0.153725174569888,0.0,0.030717180931729,0.153725174569888,0.0,0.033518037252622,0.153725174569888,0.0,0.0247768429126323,0.153725174569888,0.0,0.0240977689163996,0.153725174569888,0.0,0.0375110393693811,0.153725174569888,0.0,0.0766932845791505,0.5,0.153725174569888,0.0,0.0905843623126526,0,0.203029928821983,0.0120204874856488 -2522,0.5,0.153725174569888,0.0,0.0947314798952282,0.153725174569888,0.0,0.0296303181217918,0.153725174569888,0.0,0.0684415975007372,0.153725174569888,0.0,0.146389173790889,0.153725174569888,0.0,0.0122230147338942,0.153725174569888,0.0,0.0111752547463751,0.153725174569888,0.0,0.00706835613368337,0.153725174569888,0.0,0.00338108158915745,0.5,0.153725174569888,0.0,0.0220328468335116,0.153725174569888,0.0,0.00861049614270464,0.5,0.153725174569888,0.0,0.0142484749005339,0.153725174569888,0.0,0.0311377463246161,0.153725174569888,0.0,0.0242135243630593,0.153725174569888,0.0,0.015141127077455,0.153725174569888,0.0,0.022704105839377,0.153725174569888,0.0,0.0306715503253827,0.153725174569888,0.0,0.0628236452934072,0.5,0.153725174569888,0.0,0.0999490453078346,0,0.126675376087374,0.00653159880670267 -2523,0.5,0.153725174569888,0.0,0.0805492980900101,0.153725174569888,0.0,0.0275188594892832,0.153725174569888,0.0,0.0541559448557596,0.153725174569888,0.0,0.126492450808107,0.153725174569888,0.0,0.00757293023290704,0.153725174569888,0.0,0.00847174635086927,0.153725174569888,0.0,0.00320456447001509,0.153725174569888,0.0,0.00294341746403364,0.5,0.153725174569888,0.0,0.0218165695226172,0.153725174569888,0.0,0.0121889622045447,0.5,0.153725174569888,0.0,0.00900274845516971,0.153725174569888,0.0,0.0240417890042751,0.153725174569888,0.0,0.0154835731699555,0.153725174569888,0.0,0.00815684747517998,0.153725174569888,0.0,0.0181892778845183,0.153725174569888,0.0,0.0227611626768734,0.153725174569888,0.0,0.0591076993363567,0.5,0.153725174569888,0.0,0.09493211845338,0,0.0888240266013014,0.00320110662860368 -2524,0.5,0.153725174569888,0.0,0.0724097456383069,0.153725174569888,0.0,0.0202367026884457,0.153725174569888,0.0,0.0496898594935572,0.153725174569888,0.0,0.114881179135008,0.153725174569888,0.0,0.00468649565078989,0.153725174569888,0.0,0.00742450833114688,0.153725174569888,0.0,0.00165186886840999,0.153725174569888,0.0,0.00308265829558977,0.5,0.153725174569888,0.0,0.021004264014993,0.153725174569888,0.0,0.0103000810357368,0.5,0.153725174569888,0.0,0.00806227803603162,0.153725174569888,0.0,0.0154303452198924,0.153725174569888,0.0,0.0120361846963441,0.153725174569888,0.0,0.00513785602015244,0.153725174569888,0.0,0.0136820623672715,0.153725174569888,0.0,0.0170956751492321,0.153725174569888,0.0,0.0495464919564152,0.5,0.153725174569888,0.0,0.0813444475894106,0,0.0400732490870909,0.00169348331720388 -2525,0.5,0.153725174569888,0.0,0.0640191133334883,0.153725174569888,0.0,0.0155393844035484,0.153725174569888,0.0,0.0410845567242984,0.153725174569888,0.0,0.11004494401381,0.153725174569888,0.0,0.00352389169328437,0.153725174569888,0.0,0.00589000271631394,0.153725174569888,0.0,0.0010547625657089,0.153725174569888,0.0,0.00421183940492003,0.5,0.153725174569888,0.0,0.0211188841338468,0.153725174569888,0.0,0.0131978653082037,0.5,0.153725174569888,0.0,0.00656776023903256,0.153725174569888,0.0,0.0152058300199065,0.153725174569888,0.0,0.0104388089357651,0.153725174569888,0.0,0.00458170452259481,0.153725174569888,0.0,0.0104928537491942,0.153725174569888,0.0,0.0150532030083688,0.153725174569888,0.0,0.0423915261843149,0.5,0.153725174569888,0.0,0.0633632302111221,0,0.0105646024629975,0.000463388414014914 -2526,0.5,0.153725174569888,0.00181103062385562,0.0556206710489844,0.153725174569888,1.0601044958956e-07,0.0117320457636415,0.153725174569888,8.39075655631403e-05,0.0332538439053936,0.153725174569888,0.000844171278920569,0.112533542565666,0.153725174569888,0.0,0.00319448409799301,0.153725174569888,0.0,0.00465899463612976,0.153725174569888,0.0,0.0010306457036871,0.153725174569888,0.0,0.00367814543466877,0.5,0.153725174569888,0.0,0.0221033173590793,0.153725174569888,0.0,0.0148171050739886,0.5,0.153725174569888,0.0,0.00477781638667327,0.153725174569888,0.0,0.0191518153776894,0.153725174569888,0.000128286030506117,0.00840793555412218,0.153725174569888,3.47664878913755e-06,0.00433794595291538,0.153725174569888,2.34595309872312e-05,0.00876197235104895,0.153725174569888,0.0,0.0134414748728351,0.153725174569888,1.73695200524982e-05,0.0424807218489488,0.5,0.153725174569888,0.000241686396096117,0.0507172495435222,0,0.0183938873950872,2.54172043079468e-05 -2527,0.5,0.153725174569888,0.0518168862218766,0.0636704809154542,0.153725174569888,0.071813681523681,0.0074312768443246,0.153725174569888,0.0444753284478295,0.0366373150474518,0.153725174569888,0.0246277300563193,0.139067171696402,0.153725174569888,0.0544466507544958,0.00213092422563877,0.153725174569888,0.0457479684780716,0.0032912126423026,0.153725174569888,0.0553559158931908,0.00128967711964341,0.153725174569888,0.0471121691467862,0.00272743908690677,0.5,0.153725174569888,0.0483377093460063,0.020316386009705,0.153725174569888,0.0400986714647178,0.0230488256639139,0.5,0.153725174569888,0.0564733350073486,0.00435939508981678,0.153725174569888,0.0420885847338146,0.0304268043457351,0.153725174569888,0.06887251237996,0.0051451633144566,0.153725174569888,0.0588669310942764,0.00296817963557126,0.153725174569888,0.0666965322407805,0.00815497297125276,0.153725174569888,0.0631561542955907,0.0107104926050535,0.153725174569888,0.062296700916882,0.0499109639824029,0.5,0.153725174569888,0.0495799637437024,0.0684695133401739,0,0.0418648530906654,6.59497659501089e-06 -2528,0.5,0.153725174569888,0.138655594559589,0.116650696504889,0.153725174569888,0.210655730480132,0.00457941838877892,0.153725174569888,0.123858452999173,0.0562394693751021,0.153725174569888,0.0747090063563572,0.163787243942947,0.153725174569888,0.186070723354643,0.00191450744685802,0.153725174569888,0.172389005728624,0.00233457000673916,0.153725174569888,0.189097554548246,0.00141805995449259,0.153725174569888,0.176572066634195,0.00259149848497419,0.5,0.153725174569888,0.179052302354872,0.0235193602131895,0.153725174569888,0.142931487969484,0.0588161286995741,0.5,0.153725174569888,0.192031367386254,0.0050319260315676,0.153725174569888,0.153801268543622,0.0624389636816622,0.153725174569888,0.203609577713187,0.00408936571136734,0.153725174569888,0.191025104535002,0.00247098643947445,0.153725174569888,0.197054208540299,0.00682800894026537,0.153725174569888,0.202274593701876,0.0120868236354056,0.153725174569888,0.17489461677608,0.0750358415580177,0.5,0.153725174569888,0.126876803823224,0.132638572175547,0,0.0551844690096308,2.12939929556682e-05 -2529,0.5,0.153725174569888,0.234600426259482,0.160814781710429,0.153725174569888,0.361506656696358,0.0108178964039974,0.153725174569888,0.212582849736617,0.107240867957179,0.153725174569888,0.130030252060196,0.181687257345287,0.153725174569888,0.341628683472151,0.00428617821877528,0.153725174569888,0.326627494437175,0.00656878785109693,0.153725174569888,0.345624998625415,0.00922499100375053,0.153725174569888,0.33296755549237,0.00756914613183541,0.5,0.153725174569888,0.336897532574807,0.0700751323554487,0.153725174569888,0.241798492901336,0.0863873937374193,0.5,0.153725174569888,0.351522907607528,0.0344504594061545,0.153725174569888,0.289191605571034,0.14858558642059,0.153725174569888,0.351928532071694,0.00571618642218089,0.153725174569888,0.345172960514598,0.00623335727127691,0.153725174569888,0.33488302331008,0.0298659724649482,0.153725174569888,0.361254349489601,0.0534531918063626,0.153725174569888,0.283651333183546,0.112081402734462,0.5,0.153725174569888,0.196368222592744,0.114516943086313,0,0.0505430343247036,6.71421007540186e-05 -2530,0.5,0.153725174569888,0.279529849924164,0.156685813235399,0.153725174569888,0.514383039747418,0.0458661039997165,0.153725174569888,0.307050639675912,0.149618696569388,0.153725174569888,0.171983304377825,0.186666166662668,0.153725174569888,0.497795929979901,0.0128881129402463,0.153725174569888,0.483993850594709,0.0187255215630046,0.153725174569888,0.505846691940099,0.0420904936097983,0.153725174569888,0.493795323248987,0.0385773376132275,0.5,0.153725174569888,0.500583109891949,0.170302880263346,0.153725174569888,0.306886908670718,0.0958630164313989,0.5,0.153725174569888,0.512405687504456,0.110067961423907,0.153725174569888,0.399394486644628,0.180642170374501,0.153725174569888,0.496961792913233,0.00684548666098896,0.153725174569888,0.497886093065736,0.0103321775089806,0.153725174569888,0.464695770499075,0.063938219458921,0.153725174569888,0.523011340001371,0.12739323400097,0.153725174569888,0.353767263005234,0.132143741129697,0.5,0.153725174569888,0.219378737130963,0.104386016975012,0,0.0320929906105381,0.000524592575707515 -2531,0.5,0.153725174569888,0.377975621322759,0.142946477654592,0.153725174569888,0.621043069034125,0.0532433679651092,0.153725174569888,0.274190069304488,0.125351998283373,0.153725174569888,0.190347749018564,0.182444537098556,0.153725174569888,0.634402652858326,0.0177585648201334,0.153725174569888,0.622190051060539,0.0409505618662367,0.153725174569888,0.642897973556942,0.0761225722741074,0.153725174569888,0.630437748185186,0.0896029462356075,0.5,0.153725174569888,0.629481223778801,0.237526105835235,0.153725174569888,0.350279248130656,0.102673022956184,0.5,0.153725174569888,0.627907955898132,0.11870448613295,0.153725174569888,0.522185253586928,0.211278563709395,0.153725174569888,0.623236983733591,0.00680616293022746,0.153725174569888,0.628918416192078,0.0103995248791884,0.153725174569888,0.519125443133663,0.0650864437577843,0.153725174569888,0.640311842218993,0.145279534910682,0.153725174569888,0.410404726661938,0.125439061348525,0.5,0.153725174569888,0.202914085016666,0.109897774634886,0,0.0151919342631606,0.00435605079162624 -2532,0.5,0.153725174569888,0.463027045284844,0.127323492919275,0.153725174569888,0.682548256931974,0.0404305829857659,0.153725174569888,0.277367241957664,0.113944974627531,0.153725174569888,0.22650928121612,0.176888375908161,0.153725174569888,0.716657908396933,0.0340446848519952,0.153725174569888,0.694728256812855,0.0781542644471814,0.153725174569888,0.72114285804974,0.0966404324585694,0.153725174569888,0.713462791203987,0.115387646706976,0.5,0.153725174569888,0.720792496816242,0.237253486346361,0.153725174569888,0.369165321371644,0.10641193157908,0.5,0.153725174569888,0.688261857118361,0.121771709578617,0.153725174569888,0.596867071163078,0.231229450924107,0.153725174569888,0.693629210081468,0.0067061270522087,0.153725174569888,0.694968110310967,0.0119969821396531,0.153725174569888,0.480307669874168,0.0566930887907172,0.153725174569888,0.679741179091517,0.137076834444322,0.153725174569888,0.396518881522273,0.130198858189411,0.5,0.153725174569888,0.179454438273306,0.125940901068565,0,0.004511830461087,0.0129135572877252 -2533,0.5,0.153725174569888,0.522744844993803,0.114676028491747,0.153725174569888,0.689341185317353,0.0347056580155595,0.153725174569888,0.308907969219493,0.121610440642787,0.153725174569888,0.229998385144677,0.171495718411257,0.153725174569888,0.749234844469421,0.0555807111906711,0.153725174569888,0.747454105496751,0.107446187435259,0.153725174569888,0.755289696579791,0.114386249926129,0.153725174569888,0.751395666078882,0.117027017925669,0.5,0.153725174569888,0.756511597401097,0.213455496247167,0.153725174569888,0.347325754598384,0.123258713968688,0.5,0.153725174569888,0.718912319394662,0.141359622859931,0.153725174569888,0.636257437310555,0.253067123833917,0.153725174569888,0.719893333903063,0.00891986509038654,0.153725174569888,0.724278941760448,0.0198198772876009,0.153725174569888,0.428348209544357,0.0522782031126919,0.153725174569888,0.686587327731247,0.152455553213549,0.153725174569888,0.362741772515938,0.139304916326813,0.5,0.153725174569888,0.178810617557942,0.14219281692063,0,0.000732103640015945,0.0197363214161742 -2534,0.5,0.153725174569888,0.570479423987637,0.105461973820482,0.153725174569888,0.667690507284628,0.0372188700444927,0.153725174569888,0.262505908140216,0.126681956166098,0.153725174569888,0.216291322941842,0.15625843721372,0.153725174569888,0.73497013904761,0.0676474676746339,0.153725174569888,0.739284663960047,0.115597041516456,0.153725174569888,0.735832570722592,0.133835825544727,0.153725174569888,0.740958749377333,0.119205458639547,0.5,0.153725174569888,0.745560508651396,0.209273269162495,0.153725174569888,0.303525399832967,0.139821822388639,0.5,0.153725174569888,0.69967339147229,0.191779367747996,0.153725174569888,0.607244540941427,0.270839385960275,0.153725174569888,0.699073468724014,0.0124346498986145,0.153725174569888,0.71218963343609,0.0286260454184012,0.153725174569888,0.440784123172184,0.0589586987314328,0.153725174569888,0.640802015182752,0.179086247945335,0.153725174569888,0.317790635484734,0.161749847047515,0.5,0.153725174569888,0.246479602712137,0.137980000344108,0,0.000558764129683976,0.0203402035658147 -2535,0.5,0.153725174569888,0.549183434221317,0.099901040520013,0.153725174569888,0.629610602018081,0.0451451479698925,0.153725174569888,0.262476490998785,0.124388554991245,0.153725174569888,0.213459829950387,0.126800575260408,0.153725174569888,0.67050672636355,0.0667740539255173,0.153725174569888,0.680248528695757,0.112790347962472,0.153725174569888,0.668832935570489,0.134596098076137,0.153725174569888,0.680607449403494,0.114081384443562,0.5,0.153725174569888,0.683517127988956,0.195307438110906,0.153725174569888,0.231058556256543,0.1437386390876,0.5,0.153725174569888,0.635878408801227,0.246667636118965,0.153725174569888,0.52067496946605,0.272076845317303,0.153725174569888,0.62508071824483,0.0139476479801776,0.153725174569888,0.651099214078236,0.031064102542119,0.153725174569888,0.422269216407849,0.0688174647151991,0.153725174569888,0.56908045260819,0.19741152982177,0.153725174569888,0.278333038025812,0.179174878333742,0.5,0.153725174569888,0.18241956879935,0.130059896291655,0,0.000355999072073426,0.0205949000734139 -2536,0.5,0.153725174569888,0.449129542695487,0.0906428517756535,0.153725174569888,0.513762360876463,0.0404366521934576,0.153725174569888,0.237766297155217,0.120054327599804,0.153725174569888,0.197509623246123,0.0973749921306708,0.153725174569888,0.545671504709641,0.0586836521777089,0.153725174569888,0.561331983956478,0.107431367354005,0.153725174569888,0.543751667875168,0.124360274050303,0.153725174569888,0.560779851376025,0.107206581946865,0.5,0.153725174569888,0.561784721434505,0.18449105255343,0.153725174569888,0.141222641916982,0.155098626711773,0.5,0.153725174569888,0.514084395961365,0.292690490082986,0.153725174569888,0.409526677704485,0.273772149224184,0.153725174569888,0.499538660437959,0.0126321093960853,0.153725174569888,0.530773363646101,0.0290345128115456,0.153725174569888,0.401119725382062,0.071045850328447,0.153725174569888,0.465315715322302,0.188594275482445,0.153725174569888,0.223109931409848,0.188131598461352,0.5,0.153725174569888,0.132157408887634,0.132351825867326,0,0.000216503626751981,0.0228050531639004 -2537,0.5,0.153725174569888,0.330734434836199,0.0752291782946512,0.153725174569888,0.374530287849442,0.0272227254664941,0.153725174569888,0.152924849430231,0.115837511828124,0.153725174569888,0.145999525848537,0.0647679501562624,0.153725174569888,0.394614279697123,0.0570635043006231,0.153725174569888,0.409196704394636,0.109191189401763,0.153725174569888,0.387439654495945,0.10985223850994,0.153725174569888,0.406319705150859,0.102490905611289,0.5,0.153725174569888,0.403329153377145,0.170578575901559,0.153725174569888,0.108651063704236,0.167235349322012,0.5,0.153725174569888,0.359324121623738,0.29520444845874,0.153725174569888,0.258433070060614,0.254037492593905,0.153725174569888,0.357501449401478,0.00961483423550352,0.153725174569888,0.386019727818284,0.0297148783438369,0.153725174569888,0.308492765455501,0.0624400091873831,0.153725174569888,0.326485923819223,0.158836813789471,0.153725174569888,0.160662836176894,0.17660230801456,0.5,0.153725174569888,0.0934561986137385,0.137237623503489,0,0.000177042454991342,0.0194937491969995 -2538,0.5,0.153725174569888,0.145617473699257,0.0352375362371359,0.153725174569888,0.212634393839329,0.0149154055819272,0.153725174569888,0.0777464065048017,0.102068703845345,0.153725174569888,0.0845284801700496,0.0309149478365673,0.153725174569888,0.233542488992643,0.0594111484338959,0.153725174569888,0.24877271366213,0.0837913554489278,0.153725174569888,0.229235355158631,0.0937836053550929,0.153725174569888,0.245036111304033,0.0857069685386338,0.5,0.153725174569888,0.239130630051643,0.126686819793543,0.153725174569888,0.0568907577479109,0.146306010093141,0.5,0.153725174569888,0.194538569667043,0.26125840309651,0.153725174569888,0.132155083322034,0.195181309771405,0.153725174569888,0.197578110850927,0.00837997615020102,0.153725174569888,0.224105084734549,0.0407188252594745,0.153725174569888,0.185371870266398,0.0427197135798399,0.153725174569888,0.1726666609163,0.124881899232728,0.153725174569888,0.0756934933516107,0.141169617344688,0.5,0.153725174569888,0.0472353739618368,0.112935875653237,0,0.000160714065061038,0.0212049129678584 -2539,0.5,0.153725174569888,0.0,0.0188352636574678,0.153725174569888,0.0263297838260454,0.010275939411593,0.153725174569888,0.0,0.0621689670862984,0.153725174569888,0.0,0.013571886413478,0.153725174569888,0.0397542999314514,0.049849984962037,0.153725174569888,0.0453533620149887,0.0482976716066411,0.153725174569888,0.0374160640548862,0.071079459859918,0.153725174569888,0.0357831339758859,0.0428535303599256,0.5,0.153725174569888,0.0331521271921615,0.0595902219669615,0.153725174569888,0.0,0.0987816609165015,0.5,0.153725174569888,0.0109528326060706,0.199056341201585,0.153725174569888,0.00687801867419506,0.105383816380698,0.153725174569888,0.0375737137158422,0.006704770503518,0.153725174569888,0.0371939670934928,0.037053164823728,0.153725174569888,0.0182122085722563,0.0172937820060394,0.153725174569888,0.0215959147884783,0.0688596227668655,0.153725174569888,0.0,0.0879875602076116,0.5,0.153725174569888,4.95988269365168e-05,0.0703902935291938,0,0.000129365597002941,0.0455793535301558 -2540,0.5,0.153725174569888,0.0,0.0159727997119918,0.153725174569888,0.0,0.020603146087184,0.153725174569888,0.0,0.0323817967022182,0.153725174569888,0.0,0.0107132141813272,0.153725174569888,0.0,0.0736556817070191,0.153725174569888,0.0,0.0559977819020259,0.153725174569888,0.0,0.113002764002084,0.153725174569888,0.0,0.0490742744020172,0.5,0.153725174569888,0.0,0.0683013878847958,0.153725174569888,0.0,0.0771164234598442,0.5,0.153725174569888,0.0,0.143180136505746,0.153725174569888,0.0,0.0888143323356548,0.153725174569888,0.0,0.0108670429001987,0.153725174569888,0.0,0.0589419953283344,0.153725174569888,0.0,0.024334633034064,0.153725174569888,0.0,0.0659607118107144,0.153725174569888,0.0,0.0545607761389316,0.5,0.153725174569888,0.0,0.0468339404649458,0,0.000100416288037591,0.0779065053600127 -2541,0.5,0.153725174569888,0.0,0.0137552134434152,0.153725174569888,0.0,0.0241405700604296,0.153725174569888,0.0,0.0180529238042274,0.153725174569888,0.0,0.00951364052201349,0.153725174569888,0.0,0.0802295160495314,0.153725174569888,0.0,0.0564547227566565,0.153725174569888,0.0,0.115403167733158,0.153725174569888,0.0,0.0483851050627457,0.5,0.153725174569888,0.0,0.0813731069794234,0.153725174569888,0.0,0.0883279552122286,0.5,0.153725174569888,0.0,0.102307891522323,0.153725174569888,0.0,0.0958008245004237,0.153725174569888,0.0,0.0201208869563887,0.153725174569888,0.0,0.0748278360135774,0.153725174569888,0.0,0.0295573594819224,0.153725174569888,0.0,0.068965255652536,0.153725174569888,0.0,0.0412478338218849,0.5,0.153725174569888,0.0,0.0341915058519822,0,0.000165000630129243,0.123375931598628 -2542,0.5,0.153725174569888,0.0,0.0122447252020878,0.153725174569888,0.0,0.0289906081503959,0.153725174569888,0.0,0.014307293599942,0.153725174569888,0.0,0.00901475094509281,0.153725174569888,0.0,0.0955765827920794,0.153725174569888,0.0,0.071216092877129,0.153725174569888,0.0,0.0933715923216586,0.153725174569888,0.0,0.0478838004322888,0.5,0.153725174569888,0.0,0.0927215392410208,0.153725174569888,0.0,0.115517125890663,0.5,0.153725174569888,0.0,0.0797655104885546,0.153725174569888,0.0,0.100204569597035,0.153725174569888,0.0,0.0296283161768931,0.153725174569888,0.0,0.0859799269605933,0.153725174569888,0.0,0.0313500945124714,0.153725174569888,0.0,0.0649828241904603,0.153725174569888,0.0,0.0373176790310152,0.5,0.153725174569888,0.0,0.0240904947371233,0,0.00536391375227877,0.210997786994526 -2543,0.5,0.153725174569888,0.0,0.0129493548208834,0.153725174569888,0.0,0.0273363931525222,0.153725174569888,0.0,0.0126528714118625,0.153725174569888,0.0,0.00728771820720854,0.153725174569888,0.0,0.0855057459726694,0.153725174569888,0.0,0.0783903027755771,0.153725174569888,0.0,0.0755680022800294,0.153725174569888,0.0,0.0460172376946931,0.5,0.153725174569888,0.0,0.0718921119737474,0.153725174569888,0.0,0.119048396180737,0.5,0.153725174569888,0.0,0.0810988224295977,0.153725174569888,0.0,0.0946912079016402,0.153725174569888,0.0,0.0459091719715101,0.153725174569888,0.0,0.0939437363035919,0.153725174569888,0.0,0.0326342435296262,0.153725174569888,0.0,0.0412941554826679,0.153725174569888,0.0,0.0352618333285167,0.5,0.153725174569888,0.0,0.0212024153724253,0,0.0255859667024948,0.299488550791873 -2544,0.5,0.153725174569888,0.0,0.014350903408272,0.153725174569888,0.0,0.0259558451696967,0.153725174569888,0.0,0.00869878514023886,0.153725174569888,0.0,0.00558876365446143,0.153725174569888,0.0,0.0746530779299439,0.153725174569888,0.0,0.0737136888348292,0.153725174569888,0.0,0.0753448633523958,0.153725174569888,0.0,0.0558872743956932,0.5,0.153725174569888,0.0,0.0413502280349561,0.153725174569888,0.0,0.0865011870996532,0.5,0.153725174569888,0.0,0.0734037350088368,0.153725174569888,0.0,0.0942456178918949,0.153725174569888,0.0,0.0776333614112528,0.153725174569888,0.0,0.11515925205673,0.153725174569888,0.0,0.0306852534881326,0.153725174569888,0.0,0.0218399990816326,0.153725174569888,0.0,0.0347407403082133,0.5,0.153725174569888,0.0,0.0244380724137026,0,0.0609282026619886,0.407153507805903 -2545,0.5,0.153725174569888,0.0,0.0159422166489955,0.153725174569888,0.0,0.0468057655044145,0.153725174569888,0.0,0.00585158824161762,0.153725174569888,0.0,0.00301531753185443,0.153725174569888,0.0,0.0896295958202159,0.153725174569888,0.0,0.0857121665476465,0.153725174569888,0.0,0.0724684376046355,0.153725174569888,0.0,0.0570076861095551,0.5,0.153725174569888,0.0,0.0273396601707607,0.153725174569888,0.0,0.078044991005302,0.5,0.153725174569888,0.0,0.0664144898043923,0.153725174569888,0.0,0.0901650836469562,0.153725174569888,0.0,0.107942089789535,0.153725174569888,0.0,0.121802317995482,0.153725174569888,0.0,0.0289437788676175,0.153725174569888,0.0,0.019895375734537,0.153725174569888,0.0,0.0388506691874514,0.5,0.153725174569888,0.0,0.0295876399193236,0,0.0994301656529548,0.543910302399285 -2546,0.5,0.153725174569888,0.0,0.0179266503749261,0.153725174569888,0.0,0.0541285116685666,0.153725174569888,0.0,0.00350626990747064,0.153725174569888,0.0,0.00182151176352072,0.153725174569888,0.0,0.0927782145197852,0.153725174569888,0.0,0.0986486729110176,0.153725174569888,0.0,0.0807229813110875,0.153725174569888,0.0,0.0567866486374821,0.5,0.153725174569888,0.0,0.0177401712355632,0.153725174569888,0.0,0.0962410203620175,0.5,0.153725174569888,0.0,0.0469252810500093,0.153725174569888,0.0,0.0820461545344325,0.153725174569888,0.0,0.128467141347834,0.153725174569888,0.0,0.115990701653903,0.153725174569888,0.0,0.039655516041006,0.153725174569888,0.0,0.0192416962297065,0.153725174569888,0.0,0.0370158039798056,0.5,0.153725174569888,0.0,0.0295024390687867,0,0.132162199540501,0.648725354467349 -2547,0.5,0.153725174569888,0.0,0.0190442599648271,0.153725174569888,0.0,0.0397139434667658,0.153725174569888,0.0,0.00176271954325455,0.153725174569888,0.0,0.00119301743958367,0.153725174569888,0.0,0.0870507921444111,0.153725174569888,0.0,0.0975504845098743,0.153725174569888,0.0,0.0817966369543172,0.153725174569888,0.0,0.0597667430811594,0.5,0.153725174569888,0.0,0.0135919522910697,0.153725174569888,0.0,0.0960323869311027,0.5,0.153725174569888,0.0,0.0252119789259495,0.153725174569888,0.0,0.0725044766387762,0.153725174569888,0.0,0.139555967426695,0.153725174569888,0.0,0.109230331741511,0.153725174569888,0.0,0.0464621407485896,0.153725174569888,0.0,0.0239342869087506,0.153725174569888,0.0,0.0308884284624584,0.5,0.153725174569888,0.0,0.0300423087475873,0,0.138021874578104,0.731188838688717 -2548,0.5,0.153725174569888,0.0,0.0185147286807852,0.153725174569888,0.0,0.0436730925884639,0.153725174569888,0.0,0.00306990896493997,0.153725174569888,0.0,0.000996704949347479,0.153725174569888,0.0,0.0843565489701441,0.153725174569888,0.0,0.0945351549205746,0.153725174569888,0.0,0.0639785006445204,0.153725174569888,0.0,0.0570388537029726,0.5,0.153725174569888,0.0,0.0147821559496172,0.153725174569888,0.0,0.0891929419959697,0.5,0.153725174569888,0.0,0.0203172640875123,0.153725174569888,0.0,0.0560441361012634,0.153725174569888,0.0,0.146811039291131,0.153725174569888,0.0,0.107566143135158,0.153725174569888,0.0,0.0388783898187783,0.153725174569888,0.0,0.025150616807106,0.153725174569888,0.0,0.0226920308728764,0.5,0.153725174569888,0.0,0.032087154827276,0,0.138095204384493,0.760657467083367 -2549,0.5,0.153725174569888,0.0,0.0181881026209829,0.153725174569888,0.0,0.0561075495253337,0.153725174569888,0.0,0.0102685576444944,0.153725174569888,0.0,0.00136294240896652,0.153725174569888,0.0,0.0828126565618605,0.153725174569888,0.0,0.0921190015220981,0.153725174569888,0.0,0.0596502333101063,0.153725174569888,0.0,0.0520332136042255,0.5,0.153725174569888,0.0,0.0148272023306245,0.153725174569888,0.0,0.0773464167316701,0.5,0.153725174569888,0.0,0.0240433180544845,0.153725174569888,0.0,0.0448222937870788,0.153725174569888,0.0,0.156861390136402,0.153725174569888,0.0,0.118466902489305,0.153725174569888,0.0,0.0363103742235774,0.153725174569888,0.0,0.0217098032286632,0.153725174569888,0.0,0.0165403350312923,0.5,0.153725174569888,0.0,0.0333102257298514,0,0.140149979286743,0.740433865196685 -2550,0.5,0.153725174569888,0.00407724607855107,0.0205855475477823,0.153725174569888,0.000325514983538897,0.0648504013500719,0.153725174569888,0.000895037392068632,0.0105335289775626,0.153725174569888,0.00435757417730996,0.0025957708619936,0.153725174569888,0.0,0.0825614924901739,0.153725174569888,0.0,0.0825873518219027,0.153725174569888,0.0,0.0574924336637895,0.153725174569888,0.0,0.0458427587469938,0.5,0.153725174569888,0.0,0.012799861534786,0.153725174569888,0.0,0.0547264063232708,0.5,0.153725174569888,0.0,0.0277686780223364,0.153725174569888,0.0,0.038434472125405,0.153725174569888,0.000377232336304231,0.169312259883835,0.153725174569888,3.40085983700405e-05,0.12931712982995,0.153725174569888,0.000103029912799867,0.0438096315453351,0.153725174569888,0.0,0.0194095567894547,0.153725174569888,0.000218992317055601,0.0173296624247433,0.5,0.153725174569888,0.000799475396770344,0.0281411014710915,0,0.139393499657911,0.726293840808323 -2551,0.5,0.153725174569888,0.0877058094511066,0.0266725490012796,0.153725174569888,0.073337375080192,0.0765233389082253,0.153725174569888,0.0794567097701975,0.00607878476562994,0.153725174569888,0.0979644609893404,0.00250394948252892,0.153725174569888,0.0559127996326233,0.079648420849967,0.153725174569888,0.0477034074154911,0.0739798674709412,0.153725174569888,0.0571410222000771,0.0495237073662152,0.153725174569888,0.0492568946986556,0.0336621655438197,0.5,0.153725174569888,0.0506836941964395,0.010682382068161,0.153725174569888,0.0713739234665613,0.0505000951810806,0.5,0.153725174569888,0.0609644778453752,0.0279306797862361,0.153725174569888,0.0612261414502397,0.0355165852574923,0.153725174569888,0.0699107000052575,0.199911710971716,0.153725174569888,0.0598426780216679,0.143852002416224,0.153725174569888,0.0688019548992864,0.0508112741834621,0.153725174569888,0.0642360532804254,0.0202941346991059,0.153725174569888,0.0761097250704465,0.0161626973834738,0.5,0.153725174569888,0.0823769332479017,0.0297185062170308,0,0.144278057631478,0.72998199469683 -2552,0.5,0.153725174569888,0.211546314398468,0.0493438179748522,0.153725174569888,0.202316554063324,0.162185631479162,0.153725174569888,0.211412954971185,0.00838054867142108,0.153725174569888,0.245581131693465,0.00161625788272848,0.153725174569888,0.17213765017745,0.117955548122202,0.153725174569888,0.15994458467095,0.089732322106564,0.153725174569888,0.183952340815886,0.0514177565403938,0.153725174569888,0.174240524994184,0.0291307731683265,0.5,0.153725174569888,0.181016369561055,0.0109028624849115,0.153725174569888,0.21499922042707,0.0564677126549814,0.5,0.153725174569888,0.195765029840835,0.0299350375109578,0.153725174569888,0.199072430356057,0.0600475987950412,0.153725174569888,0.192341439956568,0.346247687140172,0.153725174569888,0.176546532946891,0.219746877401964,0.153725174569888,0.198991732991279,0.0669663660440951,0.153725174569888,0.19936948142964,0.023087490589001,0.153725174569888,0.217036786282828,0.0221886929325776,0.5,0.153725174569888,0.231954790319447,0.0484120996023547,0,0.164222338603747,0.772608626550279 -2553,0.5,0.153725174569888,0.346864283900077,0.118900421041463,0.153725174569888,0.339867144517859,0.319570139365808,0.153725174569888,0.354596578205689,0.0359930814978668,0.153725174569888,0.398747959984297,0.00558666671281412,0.153725174569888,0.311709575133733,0.233481299375507,0.153725174569888,0.296538364479047,0.17974203659278,0.153725174569888,0.322160134732655,0.133612383547738,0.153725174569888,0.321127979792762,0.0544061580629893,0.5,0.153725174569888,0.335811053270243,0.0409444937373319,0.153725174569888,0.380642686996094,0.125765069353639,0.5,0.153725174569888,0.355901496439093,0.0793967780339954,0.153725174569888,0.360366972838135,0.125331035089569,0.153725174569888,0.32917007183736,0.539893809969651,0.153725174569888,0.320113434385747,0.314202886359251,0.153725174569888,0.342500652804176,0.153462374058521,0.153725174569888,0.352158889865806,0.0785695116235621,0.153725174569888,0.374883491064515,0.0573803860516025,0.5,0.153725174569888,0.397969811278883,0.143658004246137,0,0.211328729612719,0.801772760433894 -2554,0.5,0.153725174569888,0.486488863656511,0.209927792442688,0.153725174569888,0.46961165893974,0.428327682848279,0.153725174569888,0.500854085625525,0.077941159018299,0.153725174569888,0.546996617465843,0.0133698889054081,0.153725174569888,0.472695112399496,0.349189497023855,0.153725174569888,0.456220637869653,0.220077075577003,0.153725174569888,0.460992279753435,0.255613731390427,0.153725174569888,0.466736568738218,0.0848406096484489,0.5,0.153725174569888,0.494015375832309,0.0880304653741085,0.153725174569888,0.547428247172147,0.188239740192825,0.5,0.153725174569888,0.519166002992795,0.104574298478672,0.153725174569888,0.526312024884454,0.155151493003392,0.153725174569888,0.467396628793816,0.627672526061964,0.153725174569888,0.474383958492,0.45546765039148,0.153725174569888,0.483060370300869,0.256801053549319,0.153725174569888,0.504547505579951,0.16845400575159,0.153725174569888,0.531471947935505,0.0672644330357739,0.5,0.153725174569888,0.555235961679736,0.200426140265346,0,0.282495385258121,0.801208549712449 -2555,0.5,0.153725174569888,0.596324578548691,0.323817820402083,0.153725174569888,0.601734109116353,0.505627865978063,0.153725174569888,0.619962515742187,0.107497405577482,0.153725174569888,0.650930758244153,0.0250005278830424,0.153725174569888,0.613292999374453,0.464373120412149,0.153725174569888,0.611013300874678,0.270729065495078,0.153725174569888,0.601219453873766,0.289128445429256,0.153725174569888,0.597697645111192,0.0863188589968729,0.5,0.153725174569888,0.621624132051736,0.0996102394537673,0.153725174569888,0.676025503360262,0.208650431021617,0.5,0.153725174569888,0.650141609205904,0.116710267072694,0.153725174569888,0.656259961512093,0.143811322564639,0.153725174569888,0.578422902019045,0.69635079581541,0.153725174569888,0.600273852025766,0.534672122552322,0.153725174569888,0.606778320821549,0.314092060040688,0.153725174569888,0.623360679934462,0.188355353632532,0.153725174569888,0.651339936071966,0.0609836075852727,0.5,0.153725174569888,0.680180014704486,0.176512797638273,0,0.342666524714481,0.840174607045575 -2556,0.5,0.153725174569888,0.654525349384266,0.426675563320796,0.153725174569888,0.679662797675593,0.595706616220928,0.153725174569888,0.683264228197349,0.122812945912107,0.153725174569888,0.690653645944426,0.0376340671984612,0.153725174569888,0.690740549091535,0.540752090213187,0.153725174569888,0.700741272426909,0.274891388633822,0.153725174569888,0.697636399411576,0.286468643046094,0.153725174569888,0.687843686906823,0.0733432833960634,0.5,0.153725174569888,0.695537431342329,0.0714114616672813,0.153725174569888,0.746201088511407,0.242167362700172,0.5,0.153725174569888,0.725767319235152,0.118615399650348,0.153725174569888,0.730818856940714,0.154210169328154,0.153725174569888,0.635397416703476,0.729214450900664,0.153725174569888,0.672196318182935,0.598521132489578,0.153725174569888,0.688102171718303,0.360316320183209,0.153725174569888,0.689784520459923,0.186213641390142,0.153725174569888,0.714956727007692,0.0617932518228373,0.5,0.153725174569888,0.747489045918138,0.14543721784406,0,0.393358411940791,0.902426741797572 -2557,0.5,0.153725174569888,0.668222271835843,0.519421142002053,0.153725174569888,0.708407638234252,0.688047656845398,0.153725174569888,0.699029411997615,0.136320690205302,0.153725174569888,0.681681183404788,0.0559907374356931,0.153725174569888,0.716780482748795,0.603469991932638,0.153725174569888,0.732563975403203,0.283155000399865,0.153725174569888,0.736624933662817,0.279016222120022,0.153725174569888,0.732547039283449,0.0610059745341057,0.5,0.153725174569888,0.727038270109643,0.0552920063930716,0.153725174569888,0.767988408590019,0.269576306897142,0.5,0.153725174569888,0.751643953523079,0.0957575163103955,0.153725174569888,0.758890176821242,0.157990314758492,0.153725174569888,0.659159850174155,0.770058425668811,0.153725174569888,0.696283934743749,0.66832533384819,0.153725174569888,0.719409278500782,0.399989741446639,0.153725174569888,0.715304058959318,0.194256264623535,0.153725174569888,0.736113270674495,0.0627071557074769,0.5,0.153725174569888,0.767291976692892,0.137601744979012,0,0.425435842389433,0.960070925226748 -2558,0.5,0.153725174569888,0.640761656513387,0.570070907964201,0.153725174569888,0.686414575461288,0.749280736190376,0.153725174569888,0.676189288382271,0.16652249710281,0.153725174569888,0.640755140143513,0.0832228994751019,0.153725174569888,0.698048103658822,0.693355553351435,0.153725174569888,0.718291773061218,0.316823727783175,0.153725174569888,0.721934447195799,0.29261786887095,0.153725174569888,0.727251662803246,0.0551641839191707,0.5,0.153725174569888,0.717927763131625,0.0325523817158086,0.153725174569888,0.740347104043998,0.263847857093864,0.5,0.153725174569888,0.727281544371944,0.0840944386245394,0.153725174569888,0.738235966629355,0.151074265313099,0.153725174569888,0.630549921774648,0.80702800569247,0.153725174569888,0.659340876815301,0.747526289716384,0.153725174569888,0.702741774248656,0.446620739122588,0.153725174569888,0.710082827609855,0.206273285546283,0.153725174569888,0.710813683130651,0.0619495571739039,0.5,0.153725174569888,0.74104711132889,0.1196068054783,0,0.430844518347534,0.980701505325615 -2559,0.5,0.153725174569888,0.564359614271116,0.616643198157604,0.153725174569888,0.599521739832222,0.800328672431303,0.153725174569888,0.602001353843476,0.185246408062696,0.153725174569888,0.549002573214044,0.109451008254764,0.153725174569888,0.60835531929878,0.7538138755527,0.153725174569888,0.651377037808009,0.35938319235229,0.153725174569888,0.651806223650887,0.331812947166204,0.153725174569888,0.66896377472529,0.0729013698242749,0.5,0.153725174569888,0.662544520083941,0.0171471576582601,0.153725174569888,0.649562087983955,0.225161643663144,0.5,0.153725174569888,0.648020293746157,0.0663860583906426,0.153725174569888,0.661530200961774,0.110767196614372,0.153725174569888,0.521051361454081,0.805769013542829,0.153725174569888,0.54866687898606,0.803739046720923,0.153725174569888,0.631846221888319,0.48402199653397,0.153725174569888,0.653465726765705,0.222714975432531,0.153725174569888,0.624989256607572,0.0544884776780265,0.5,0.153725174569888,0.656184392711071,0.0948435749485607,0,0.435337795602981,1.00234037450407 -2560,0.5,0.153725174569888,0.440299113443117,0.637016039943266,0.153725174569888,0.450454424791177,0.77187831536429,0.153725174569888,0.480926302681085,0.201924967076726,0.153725174569888,0.418088400871524,0.119488680591381,0.153725174569888,0.462728036138545,0.760846370571022,0.153725174569888,0.533102588296786,0.364522157207397,0.153725174569888,0.528176407593952,0.360860606415641,0.153725174569888,0.551125729343695,0.0995955402304271,0.5,0.153725174569888,0.550170911630891,0.0185771288479964,0.153725174569888,0.492695904178943,0.160148414775038,0.5,0.153725174569888,0.517938072547111,0.0473124788069925,0.153725174569888,0.525782708290071,0.0798183011654027,0.153725174569888,0.355095617506633,0.731304239507035,0.153725174569888,0.374058406575051,0.799638921287989,0.153725174569888,0.498682496376094,0.513766868473333,0.153725174569888,0.533363096867663,0.254588161218447,0.153725174569888,0.487254150079463,0.0458262830585057,0.5,0.153725174569888,0.515741027358992,0.0638927362258021,0,0.435161426184006,1.00471093941206 -2561,0.5,0.153725174569888,0.30204509839621,0.572819775998732,0.153725174569888,0.302780432292875,0.547817962577069,0.153725174569888,0.33738969100023,0.213526351745222,0.153725174569888,0.279142476949822,0.119057722168134,0.153725174569888,0.305797202802075,0.574352914039999,0.153725174569888,0.384212521281365,0.257180964197073,0.153725174569888,0.378944191890368,0.321050742830044,0.153725174569888,0.399077843680349,0.106243833772825,0.5,0.153725174569888,0.397666926684483,0.0258743315212869,0.153725174569888,0.320341413517127,0.108714179455872,0.5,0.153725174569888,0.366311647819549,0.0317424505790865,0.153725174569888,0.359221743047229,0.0589583830263136,0.153725174569888,0.185763049910913,0.569180980546382,0.153725174569888,0.212894850596756,0.749532835886481,0.153725174569888,0.343779863936819,0.431355806588244,0.153725174569888,0.381343882648719,0.24745805585436,0.153725174569888,0.334187873639099,0.0402172870395527,0.5,0.153725174569888,0.349171883745905,0.047769617996758,0,0.408831723220778,1.00631815758818 -2562,0.5,0.153725174569888,0.14286403049782,0.345201997674198,0.153725174569888,0.13526078485295,0.295164599620609,0.153725174569888,0.18251115516284,0.0999437302092368,0.153725174569888,0.132006733764521,0.0604214289539092,0.153725174569888,0.131043887191465,0.345463970064995,0.153725174569888,0.196063608545148,0.150261395731062,0.153725174569888,0.21725757754369,0.140983357728771,0.153725174569888,0.241338399660534,0.0561153378707517,0.5,0.153725174569888,0.237399731774424,0.0130705958756072,0.153725174569888,0.169180771324142,0.0520312514362555,0.5,0.153725174569888,0.214304893387386,0.0289442186778265,0.153725174569888,0.198595290603994,0.0217340628935424,0.153725174569888,0.0984878824948119,0.550911175175556,0.153725174569888,0.0920290962926553,0.657710241422383,0.153725174569888,0.182680117191631,0.249102212669094,0.153725174569888,0.218701217974026,0.105973973911473,0.153725174569888,0.173491309143492,0.0235228983981621,0.5,0.153725174569888,0.133678620455861,0.0203714825764621,0,0.338330445636932,0.903906234063217 -2563,0.5,0.153725174569888,0.000534891664677266,0.23851953198885,0.153725174569888,0.0285190256024203,0.24173386502616,0.153725174569888,0.0,0.0917812670867697,0.153725174569888,0.0,0.0653820188465187,0.153725174569888,0.0279444953596157,0.282742822175248,0.153725174569888,0.0432598015532795,0.127772564522538,0.153725174569888,0.0439422859964859,0.134537967229103,0.153725174569888,0.0383647862752394,0.0385797848109188,0.5,0.153725174569888,0.0336024729260145,0.00857453854473426,0.153725174569888,0.0,0.026516215878027,0.5,0.153725174569888,0.0170161391346372,0.0176024805788812,0.153725174569888,0.00994073620195799,0.0158851214383252,0.153725174569888,0.0242101215157122,0.658348358603023,0.153725174569888,0.0239187896721665,0.567481647229825,0.153725174569888,0.0261896677445334,0.193682326916698,0.153725174569888,0.0262810626161087,0.0865717060135863,0.153725174569888,0.00150664811311523,0.0203724516969813,0.5,0.153725174569888,0.0,0.0170596498746255,0,0.262875125286765,0.91615243531874 -2564,0.5,0.153725174569888,0.0,0.247732757318709,0.153725174569888,0.0,0.287666493230971,0.153725174569888,0.0,0.103781871241842,0.153725174569888,0.0,0.0744080156470711,0.153725174569888,0.0,0.358919328756262,0.153725174569888,0.0,0.144348155506054,0.153725174569888,0.0,0.146545380945347,0.153725174569888,0.0,0.0467390602834144,0.5,0.153725174569888,0.0,0.0115088309483024,0.153725174569888,0.0,0.0167594665220114,0.5,0.153725174569888,0.0,0.0140215896893942,0.153725174569888,0.0,0.021212231013709,0.153725174569888,0.0,0.652667535384934,0.153725174569888,0.0,0.547271257685761,0.153725174569888,0.0,0.199202155525874,0.153725174569888,0.0,0.0912632849614856,0.153725174569888,0.0,0.0228403639411793,0.5,0.153725174569888,0.0,0.0140368800942979,0,0.25924449315033,1.00096028612658 -2565,0.5,0.153725174569888,0.0,0.266216935219924,0.153725174569888,0.0,0.232786884092083,0.153725174569888,0.0,0.120679799400007,0.153725174569888,0.0,0.0892861353839322,0.153725174569888,0.0,0.288206965657409,0.153725174569888,0.0,0.164943813581035,0.153725174569888,0.0,0.141830727194313,0.153725174569888,0.0,0.0478223347988482,0.5,0.153725174569888,0.0,0.0134557280551441,0.153725174569888,0.0,0.0175956866822123,0.5,0.153725174569888,0.0,0.0148225639891761,0.153725174569888,0.0,0.0145227233899234,0.153725174569888,0.0,0.615529175381036,0.153725174569888,0.0,0.53832182551954,0.153725174569888,0.0,0.206759546741961,0.153725174569888,0.0,0.0822693774854038,0.153725174569888,0.0,0.0227160820900478,0.5,0.153725174569888,0.0,0.0188517353276521,0,0.369050838207656,0.989353947507701 -2566,0.5,0.153725174569888,0.0,0.257730765130245,0.153725174569888,0.0,0.520420952791574,0.153725174569888,0.0,0.125191858038437,0.153725174569888,0.0,0.11647140957308,0.153725174569888,0.0,0.241118217711456,0.153725174569888,0.0,0.16336795488042,0.153725174569888,0.0,0.144442569094664,0.153725174569888,0.0,0.0481436784025326,0.5,0.153725174569888,0.0,0.0136698796935553,0.153725174569888,0.0,0.00881332534985269,0.5,0.153725174569888,0.0,0.0325394665964974,0.153725174569888,0.0,0.0161914833379324,0.153725174569888,0.0,0.550676998936895,0.153725174569888,0.0,0.540383797446617,0.153725174569888,0.0,0.258164515664389,0.153725174569888,0.0,0.0716508500994006,0.153725174569888,0.0,0.0286193266272425,0.5,0.153725174569888,0.0,0.014348401283699,0,0.488208517889722,0.996690468005157 -2567,0.5,0.153725174569888,0.0,0.239742224113627,0.153725174569888,0.0,0.453469380665754,0.153725174569888,0.0,0.126958241043591,0.153725174569888,0.0,0.134089992035736,0.153725174569888,0.0,0.28553815065633,0.153725174569888,0.0,0.103435061994277,0.153725174569888,0.0,0.164274000926647,0.153725174569888,0.0,0.0469326674774021,0.5,0.153725174569888,0.0,0.0146744434685693,0.153725174569888,0.0,0.00594952626393095,0.5,0.153725174569888,0.0,0.022464685789421,0.153725174569888,0.0,0.0222764007276731,0.153725174569888,0.0,0.664532824640869,0.153725174569888,0.0,0.596805566484537,0.153725174569888,0.0,0.251978602439359,0.153725174569888,0.0,0.0693497165040485,0.153725174569888,0.0,0.0352810914339822,0.5,0.153725174569888,0.0,0.00712089239523147,0,0.436513177739225,1.00806338588055 -2568,0.5,0.153725174569888,0.0,0.23384684765821,0.153725174569888,0.0,0.588455561057168,0.153725174569888,0.0,0.13155936481191,0.153725174569888,0.0,0.138005026206769,0.153725174569888,0.0,0.536313885770687,0.153725174569888,0.0,0.152771463174716,0.153725174569888,0.0,0.148918511874237,0.153725174569888,0.0,0.0392889077007446,0.5,0.153725174569888,0.0,0.0168270402824582,0.153725174569888,0.0,0.019611791307165,0.5,0.153725174569888,0.0,0.0189547094676642,0.153725174569888,0.0,0.0191970842441805,0.153725174569888,0.0,0.659606941545038,0.153725174569888,0.0,0.646198076926239,0.153725174569888,0.0,0.317634439255543,0.153725174569888,0.0,0.06187792691084,0.153725174569888,0.0,0.0290477510870904,0.5,0.153725174569888,0.0,0.0143522259546778,0,0.341042778443114,0.993084803244702 -2569,0.5,0.153725174569888,0.0,0.209934900147543,0.153725174569888,0.0,0.732314069767494,0.153725174569888,0.0,0.12717677521378,0.153725174569888,0.0,0.155336291245692,0.153725174569888,0.0,0.492189476472536,0.153725174569888,0.0,0.356503071839734,0.153725174569888,0.0,0.14750893091091,0.153725174569888,0.0,0.0358112642389702,0.5,0.153725174569888,0.0,0.0180109378130325,0.153725174569888,0.0,0.0238386100308865,0.5,0.153725174569888,0.0,0.0220137056320379,0.153725174569888,0.0,0.0212647610555476,0.153725174569888,0.0,0.585565168267443,0.153725174569888,0.0,0.613798862710564,0.153725174569888,0.0,0.37218949613311,0.153725174569888,0.0,0.0524504396141291,0.153725174569888,0.0,0.0280499111902991,0.5,0.153725174569888,0.0,0.0106299345088353,0,0.310284267828372,1.0017595123978 -2570,0.5,0.153725174569888,0.0,0.200102005234137,0.153725174569888,0.0,0.439340579834245,0.153725174569888,0.0,0.134224114946647,0.153725174569888,0.0,0.168253653141818,0.153725174569888,0.0,0.463043144292508,0.153725174569888,0.0,0.280516134171169,0.153725174569888,0.0,0.30718474133489,0.153725174569888,0.0,0.0487044807906063,0.5,0.153725174569888,0.0,0.0196594872851621,0.153725174569888,0.0,0.0286621103328178,0.5,0.153725174569888,0.0,0.0244601108876573,0.153725174569888,0.0,0.0210022680738797,0.153725174569888,0.0,0.475041642692146,0.153725174569888,0.0,0.52601888637422,0.153725174569888,0.0,0.471277074093017,0.153725174569888,0.0,0.042828542554067,0.153725174569888,0.0,0.0303834052637414,0.5,0.153725174569888,0.0,0.0100686469810557,0,0.389688942045773,1.00398098249486 -2571,0.5,0.153725174569888,0.0,0.19082306270228,0.153725174569888,0.0,0.270010336407433,0.153725174569888,0.0,0.133101436617039,0.153725174569888,0.0,0.164407937254143,0.153725174569888,0.0,0.337665877395976,0.153725174569888,0.0,0.277129314189973,0.153725174569888,0.0,0.539368168845848,0.153725174569888,0.0,0.131872728913192,0.5,0.153725174569888,0.0,0.0218682301132637,0.153725174569888,0.0,0.0385661127170144,0.5,0.153725174569888,0.0,0.0268109112425691,0.153725174569888,0.0,0.0204540386524181,0.153725174569888,0.0,0.359497272028262,0.153725174569888,0.0,0.391723584101,0.153725174569888,0.0,0.51179144585793,0.153725174569888,0.0,0.0813125175233213,0.153725174569888,0.0,0.0297214934723835,0.5,0.153725174569888,0.0,0.0114634803984882,0,0.519675249217285,1.00440107123797 -2572,0.5,0.153725174569888,0.0,0.145240621761147,0.153725174569888,0.0,0.258500471646324,0.153725174569888,0.0,0.118607495961842,0.153725174569888,0.0,0.139702198663437,0.153725174569888,0.0,0.246087987247633,0.153725174569888,0.0,0.246870014437702,0.153725174569888,0.0,0.563762575847882,0.153725174569888,0.0,0.191064977861431,0.5,0.153725174569888,0.0,0.0245188464488577,0.153725174569888,0.0,0.0430490412173844,0.5,0.153725174569888,0.0,0.0239022611798466,0.153725174569888,0.0,0.0190334986531214,0.153725174569888,0.0,0.282367020513312,0.153725174569888,0.0,0.404368775185281,0.153725174569888,0.0,0.42607044250987,0.153725174569888,0.0,0.262881188313367,0.153725174569888,0.0,0.0257836256728456,0.5,0.153725174569888,0.0,0.0125081203961177,0,0.430631281231622,0.996553583288519 -2573,0.5,0.153725174569888,0.0,0.135918308590594,0.153725174569888,0.0,0.29695242315391,0.153725174569888,0.0,0.118780130593809,0.153725174569888,0.0,0.10498232487599,0.153725174569888,0.0,0.351586678822401,0.153725174569888,0.0,0.163168174831387,0.153725174569888,0.0,0.368640598799114,0.153725174569888,0.0,0.289354254247217,0.5,0.153725174569888,0.0,0.0412032221904275,0.153725174569888,0.0,0.0390493936516943,0.5,0.153725174569888,0.0,0.0238381204940745,0.153725174569888,0.0,0.0215069139065592,0.153725174569888,0.0,0.237663509244436,0.153725174569888,0.0,0.497961866715436,0.153725174569888,0.0,0.262322354655863,0.153725174569888,0.0,0.348704944829747,0.153725174569888,0.0,0.0229563914219446,0.5,0.153725174569888,0.0,0.0148728149514319,0,0.26840099049235,0.993573430635245 -2574,0.5,0.153725174569888,0.00224595800040572,0.114840209126163,0.153725174569888,0.00078428105343174,0.501924526701793,0.153725174569888,0.000401374862978515,0.213780633501482,0.153725174569888,0.00325842148302863,0.0798947786727756,0.153725174569888,0.0,0.45900014579911,0.153725174569888,0.0,0.168988929981719,0.153725174569888,0.0,0.183437668834888,0.153725174569888,0.0,0.339168046208082,0.5,0.153725174569888,0.0,0.0939245738041961,0.153725174569888,0.0,0.0452525191213463,0.5,0.153725174569888,0.0,0.0263708918906504,0.153725174569888,0.0,0.0259697991089156,0.153725174569888,0.000734504856998328,0.249759097630717,0.153725174569888,8.15734938470535e-05,0.464426154034348,0.153725174569888,0.000325453454791858,0.244283280464017,0.153725174569888,0.0,0.322465295901706,0.153725174569888,0.000345432494238151,0.0218654707035359,0.5,0.153725174569888,0.00149307591985036,0.0218610424125299,0,0.115133635223123,1.00061292893176 -2575,0.5,0.153725174569888,0.0565950537541045,0.0924170881157211,0.153725174569888,0.0268507411785828,0.576219810148216,0.153725174569888,0.0233489001168084,0.27797231090047,0.153725174569888,0.05466200360988,0.0828927244761342,0.153725174569888,0.0506541601031211,0.476224354554909,0.153725174569888,0.0488010509481427,0.219652828754615,0.153725174569888,0.0550601783909828,0.239952323874825,0.153725174569888,0.0263521460458513,0.302895348864508,0.5,0.153725174569888,0.0189499318983779,0.209825823811741,0.153725174569888,0.0596717118193282,0.0521028362734401,0.5,0.153725174569888,0.0443166559451229,0.0296292283160089,0.153725174569888,0.0375082503607017,0.0180292935744274,0.153725174569888,0.0577081641575071,0.184711296479087,0.153725174569888,0.0459070960457014,0.381524295742411,0.153725174569888,0.0586432175798013,0.369593729749821,0.153725174569888,0.0264384032538933,0.343681882432885,0.153725174569888,0.0518196427966183,0.0205016361868702,0.5,0.153725174569888,0.0855657397276244,0.0275231751073671,0,0.0227556678169325,1.00337985917074 -2576,0.5,0.153725174569888,0.146945631517611,0.129729303298169,0.153725174569888,0.0459948573019775,0.326143157613004,0.153725174569888,0.0764352542746763,0.347364554099428,0.153725174569888,0.105845433376065,0.137049028582916,0.153725174569888,0.179837218864192,0.470618762003069,0.153725174569888,0.159931197540175,0.387508160776217,0.153725174569888,0.142944870409268,0.530921768391755,0.153725174569888,0.143016274253428,0.297346143258626,0.5,0.153725174569888,0.0588393805437744,0.421476957716975,0.153725174569888,0.143527098532783,0.0534727947212879,0.5,0.153725174569888,0.151593160456758,0.144182968074988,0.153725174569888,0.118010802530383,0.0156175937318214,0.153725174569888,0.178732977777345,0.157041778607862,0.153725174569888,0.141731937206236,0.389613263179551,0.153725174569888,0.142419909376602,0.543179176430839,0.153725174569888,0.147968996189332,0.416158378294572,0.153725174569888,0.130335441363711,0.0706770407630521,0.5,0.153725174569888,0.216400897935379,0.031586288308392,0,0.00334252314562518,1.00336314935917 -2577,0.5,0.153725174569888,0.247884134183919,0.136464349978935,0.153725174569888,0.160735824288986,0.166750202741925,0.153725174569888,0.202748501179113,0.371898881130797,0.153725174569888,0.151672960719206,0.194499140673723,0.153725174569888,0.312973788168313,0.549158022438997,0.153725174569888,0.273713911619169,0.57552192507877,0.153725174569888,0.276031044831662,0.745872858827237,0.153725174569888,0.326064977941957,0.44157756084787,0.5,0.153725174569888,0.129285821396762,0.582597855858285,0.153725174569888,0.227465915527287,0.0888967260264228,0.5,0.153725174569888,0.234804473647886,0.600777824897326,0.153725174569888,0.225278769017096,0.11228784049658,0.153725174569888,0.315743755852669,0.252972945105379,0.153725174569888,0.199718087238681,0.540481102216144,0.153725174569888,0.216334241709816,0.555653344467444,0.153725174569888,0.317858888377267,0.541433830349791,0.153725174569888,0.211911822038218,0.299549069490841,0.5,0.153725174569888,0.339294775828728,0.0646078378928857,0,0.00152946465042452,1.0073000411937 -2578,0.5,0.153725174569888,0.305956680430047,0.0828461475845037,0.153725174569888,0.443269205307847,0.374786106007763,0.153725174569888,0.348412765981408,0.458558468856974,0.153725174569888,0.187152982446544,0.176740360750724,0.153725174569888,0.300476546091285,0.678124771631926,0.153725174569888,0.338307807535839,0.74733788820713,0.153725174569888,0.435906192816581,0.822466441508926,0.153725174569888,0.455371432461891,0.661217017219038,0.5,0.153725174569888,0.291445460137598,0.579770402883483,0.153725174569888,0.309078993401526,0.184550172721729,0.5,0.153725174569888,0.158033257573577,0.383474037788377,0.153725174569888,0.363997763079989,0.274030190155265,0.153725174569888,0.433473332052319,0.354877667107618,0.153725174569888,0.206668823948376,0.708768930137784,0.153725174569888,0.302811017609056,0.523777311752392,0.153725174569888,0.49329959036127,0.689395917047005,0.153725174569888,0.301855462916285,0.379062199009008,0.5,0.153725174569888,0.417653647940452,0.14114451565275,0,0.0,1.01127835904417 -2579,0.5,0.153725174569888,0.329519304051432,0.0515644126900414,0.153725174569888,0.455531930656338,0.426929726685062,0.153725174569888,0.429633574616356,0.415273686688269,0.153725174569888,0.244824156935917,0.137973879299025,0.153725174569888,0.22490883698319,0.900729465083442,0.153725174569888,0.281883614479408,0.850442253240508,0.153725174569888,0.404216038166726,0.877711017467547,0.153725174569888,0.49727870474306,0.808037594316383,0.5,0.153725174569888,0.538688342969612,0.553774883021626,0.153725174569888,0.399925759200045,0.210653101361013,0.5,0.153725174569888,0.232682490348454,0.318834246749531,0.153725174569888,0.432497699843387,0.353175485688743,0.153725174569888,0.54208501712246,0.456701003837297,0.153725174569888,0.304956813651511,0.823330731585354,0.153725174569888,0.26027978118459,0.463972827567017,0.153725174569888,0.586440039916121,0.785501418642141,0.153725174569888,0.387118425683178,0.363231782887205,0.5,0.153725174569888,0.454757229455872,0.217340899780837,0,3.37682688577111e-05,1.01143916413886 -2580,0.5,0.153725174569888,0.350592799743197,0.0304038282001047,0.153725174569888,0.213714213696773,0.457905645007598,0.153725174569888,0.474017584722534,0.243924522902079,0.153725174569888,0.315227937311629,0.10157252323604,0.153725174569888,0.283679623009032,1.0172070762322,0.153725174569888,0.287180119282731,0.942276458027318,0.153725174569888,0.364476761847596,0.963832435234234,0.153725174569888,0.49117494527264,0.841472809827759,0.5,0.153725174569888,0.675153342850794,0.633716349118707,0.153725174569888,0.482288575999021,0.201031058761076,0.5,0.153725174569888,0.459610977092442,0.292415083249948,0.153725174569888,0.4405854397867,0.467996483604582,0.153725174569888,0.561424720967988,0.524158501539134,0.153725174569888,0.309487024835138,0.883184453845698,0.153725174569888,0.317373288986524,0.598309379249556,0.153725174569888,0.543362735908716,0.781791843513921,0.153725174569888,0.446333847805624,0.367319176800704,0.5,0.153725174569888,0.458197102346343,0.182445636692449,0,0.00357891080655566,1.01124338462179 -2581,0.5,0.153725174569888,0.428084688188533,0.0372027086252132,0.153725174569888,0.151890062353314,0.457138196157293,0.153725174569888,0.627546872427781,0.152006401152528,0.153725174569888,0.331726649614967,0.0567147008418022,0.153725174569888,0.277038730882415,1.00699290509847,0.153725174569888,0.396361318952932,0.996508726734003,0.153725174569888,0.390629044108882,0.998150425119581,0.153725174569888,0.428534215491222,0.878934663429372,0.5,0.153725174569888,0.661863871087479,0.597324059161926,0.153725174569888,0.466752264616905,0.216950893308381,0.5,0.153725174569888,0.655280940452458,0.256649337872727,0.153725174569888,0.454178620699134,0.469624439980487,0.153725174569888,0.427731395167615,0.53137666181542,0.153725174569888,0.342862235784638,0.858519145441872,0.153725174569888,0.372966587615625,0.616883842872618,0.153725174569888,0.492361877637431,0.769350153674207,0.153725174569888,0.465856829300115,0.266579316789003,0.5,0.153725174569888,0.480561178130474,0.245189132690403,0,0.00945135861134749,1.00499689064128 -2582,0.5,0.153725174569888,0.403316976196079,0.0741781474888565,0.153725174569888,0.102291135486676,0.373314985546263,0.153725174569888,0.588153207201548,0.136920078782147,0.153725174569888,0.423900219466739,0.0322844447150727,0.153725174569888,0.379059183343165,0.989180961388086,0.153725174569888,0.264233488060412,0.991289948730451,0.153725174569888,0.162221078889851,0.952719632808041,0.153725174569888,0.430312240340817,0.940605420760253,0.5,0.153725174569888,0.563503259580056,0.581084341552407,0.153725174569888,0.362504070797734,0.212940876284629,0.5,0.153725174569888,0.67990396497687,0.129237532787676,0.153725174569888,0.443357682973674,0.422063470866318,0.153725174569888,0.309986227959172,0.533275594077153,0.153725174569888,0.35920476545862,0.829615349501062,0.153725174569888,0.206949130788277,0.526097038675139,0.153725174569888,0.399169173983451,0.835450202133258,0.153725174569888,0.506633868740774,0.178957491817025,0.5,0.153725174569888,0.366620599074962,0.291564710700138,0,0.0155497717936286,0.999124049876616 -2583,0.5,0.153725174569888,0.361818421694366,0.121301632535938,0.153725174569888,0.171275078597275,0.47823011763779,0.153725174569888,0.433018301426965,0.105013495493983,0.153725174569888,0.466007617186483,0.0238761257643429,0.153725174569888,0.313969540444999,0.933711999744822,0.153725174569888,0.286262613029173,0.989555449109993,0.153725174569888,0.227347495321946,0.883737472810664,0.153725174569888,0.329352508124775,0.975840724638662,0.5,0.153725174569888,0.424385573982671,0.657254489485641,0.153725174569888,0.328355380537779,0.212001666202525,0.5,0.153725174569888,0.631706163192686,0.0468787571230756,0.153725174569888,0.426106796950881,0.375371759083431,0.153725174569888,0.221276114170335,0.519483904709129,0.153725174569888,0.308273261175659,0.78549137286588,0.153725174569888,0.147382054937708,0.365366331624067,0.153725174569888,0.250117705783963,0.811767238074132,0.153725174569888,0.521317661805434,0.117663871595275,0.5,0.153725174569888,0.28969464505165,0.262918619916084,0,0.0201794769233571,0.9893795414287 -2584,0.5,0.153725174569888,0.272751992001818,0.158701731883121,0.153725174569888,0.100851468831369,0.444561940939836,0.153725174569888,0.244477311402635,0.0605437115591942,0.153725174569888,0.401445167142779,0.0262691959780982,0.153725174569888,0.204615875930929,0.833886849806312,0.153725174569888,0.300074180489342,0.952580944745081,0.153725174569888,0.178931764499848,0.777965131468755,0.153725174569888,0.244030997832037,0.935930181082744,0.5,0.153725174569888,0.249694194253104,0.744125963405496,0.153725174569888,0.252757252962585,0.181587169286363,0.5,0.153725174569888,0.514603943374354,0.075634600542208,0.153725174569888,0.376681926733116,0.259265404193695,0.153725174569888,0.197068243029853,0.471929008032929,0.153725174569888,0.247204082366774,0.724150262660393,0.153725174569888,0.0830490545330669,0.262678758552466,0.153725174569888,0.175211238214184,0.706017565577417,0.153725174569888,0.440512714147906,0.102539107011562,0.5,0.153725174569888,0.2089456215137,0.168267885385625,0,0.0314502451636102,0.984888289007492 -2585,0.5,0.153725174569888,0.215965537357133,0.18498547649346,0.153725174569888,0.038655264084988,0.313747965472547,0.153725174569888,0.136087973047983,0.0221974443633351,0.153725174569888,0.275233757127516,0.0423817021976561,0.153725174569888,0.12168381285914,0.707893973267164,0.153725174569888,0.200792469483524,0.892206783589755,0.153725174569888,0.110062278942182,0.560084307822592,0.153725174569888,0.178369005878927,0.82369394933704,0.5,0.153725174569888,0.159637465830123,0.784156476093713,0.153725174569888,0.162902471355712,0.105669771247422,0.5,0.153725174569888,0.321303205807899,0.140066033058194,0.153725174569888,0.28288783790534,0.153148234428161,0.153725174569888,0.15276597976151,0.363356271829893,0.153725174569888,0.136988946016053,0.66494000212957,0.153725174569888,0.067243900964522,0.242729072996469,0.153725174569888,0.102586082423977,0.432423340304738,0.153725174569888,0.29183996802996,0.109150203518483,0.5,0.153725174569888,0.133106470238262,0.0669528590404361,0,0.0564210939280243,0.974787747332514 -2586,0.5,0.153725174569888,0.12092724614181,0.137826141963057,0.153725174569888,0.0339020504151859,0.256811094489548,0.153725174569888,0.0796141021032392,0.013864237981273,0.153725174569888,0.108003980043093,0.044903268861224,0.153725174569888,0.0611067613802281,0.602528083367182,0.153725174569888,0.0930248799026064,0.778111696104808,0.153725174569888,0.0424093758136104,0.372013336353994,0.153725174569888,0.0608655448741003,0.670911329173534,0.5,0.153725174569888,0.088198695585567,0.697519368224517,0.153725174569888,0.0927605558028632,0.0622244615954711,0.5,0.153725174569888,0.11212202697927,0.195604078868619,0.153725174569888,0.160196531547524,0.0807942834669039,0.153725174569888,0.0910480013612013,0.183291477275442,0.153725174569888,0.0600575928296279,0.588305915037948,0.153725174569888,0.0368160823197776,0.201251956889768,0.153725174569888,0.0373262188497493,0.182628057911581,0.153725174569888,0.135896010604592,0.105924626806034,0.5,0.153725174569888,0.0680051332002073,0.0192069373478617,0,0.0949013330675417,0.939160287521193 -2587,0.5,0.153725174569888,0.000863689059630046,0.079927257581869,0.153725174569888,0.0134275809956984,0.196871104952907,0.153725174569888,0.000289068178891504,0.0105189460453595,0.153725174569888,0.0,0.0678497950437167,0.153725174569888,0.0104975892111966,0.606910344221482,0.153725174569888,0.0297441568181791,0.551808013946996,0.153725174569888,0.00752302222681351,0.250292797525539,0.153725174569888,0.00981493351356735,0.55934477643245,0.5,0.153725174569888,0.0193903830356021,0.467526440799627,0.153725174569888,0.0,0.0457111055051609,0.5,0.153725174569888,0.0148157409703693,0.292298368449223,0.153725174569888,0.0131572221024072,0.0313004530576285,0.153725174569888,0.0258829051530896,0.0753027353305866,0.153725174569888,0.0104033355206914,0.428087375620384,0.153725174569888,0.00718675742187794,0.172783515940315,0.153725174569888,0.0100410279637748,0.0686017129917668,0.153725174569888,0.00128463748879107,0.0640139225167888,0.5,0.153725174569888,0.0,0.00627568673651149,0,0.097754057265249,0.839673811529624 -2588,0.5,0.153725174569888,0.0,0.0728920625872912,0.153725174569888,0.0,0.176663141423286,0.153725174569888,0.0,0.0267695355530464,0.153725174569888,0.0,0.0915382558795741,0.153725174569888,0.0,0.494012023536905,0.153725174569888,0.0,0.35525742517329,0.153725174569888,0.0,0.217680842944218,0.153725174569888,0.0,0.473948901467587,0.5,0.153725174569888,0.0,0.308800559336668,0.153725174569888,0.0,0.0411867108602266,0.5,0.153725174569888,0.0,0.137116761256845,0.153725174569888,0.0,0.0466229884993663,0.153725174569888,0.0,0.0546009989406723,0.153725174569888,0.0,0.257142242023074,0.153725174569888,0.0,0.166946013066698,0.153725174569888,0.0,0.0289733909169432,0.153725174569888,0.0,0.0256415848063292,0.5,0.153725174569888,0.0,0.00791813937110363,0,0.0873586134005994,0.647928710575234 -2589,0.5,0.153725174569888,0.0,0.0679256500339381,0.153725174569888,0.0,0.167962609469019,0.153725174569888,0.0,0.0635874758173837,0.153725174569888,0.0,0.0834297523356971,0.153725174569888,0.0,0.355465701603265,0.153725174569888,0.0,0.308880901016492,0.153725174569888,0.0,0.182227516543748,0.153725174569888,0.0,0.296722833038457,0.5,0.153725174569888,0.0,0.243551512788065,0.153725174569888,0.0,0.0398541293829335,0.5,0.153725174569888,0.0,0.0375501004043222,0.153725174569888,0.0,0.0336151341821775,0.153725174569888,0.0,0.069168775920012,0.153725174569888,0.0,0.180998173424476,0.153725174569888,0.0,0.167488883504637,0.153725174569888,0.0,0.0214211464128954,0.153725174569888,0.0,0.0186699972190563,0.5,0.153725174569888,0.0,0.0114472031361137,0,0.118504470192985,0.372541952339425 -2590,0.5,0.153725174569888,0.0,0.0682473045916553,0.153725174569888,0.0,0.153708720003883,0.153725174569888,0.0,0.0975456867559345,0.153725174569888,0.0,0.0562021279583884,0.153725174569888,0.0,0.267800647217441,0.153725174569888,0.0,0.264992636002835,0.153725174569888,0.0,0.162739952755333,0.153725174569888,0.0,0.233379990957436,0.5,0.153725174569888,0.0,0.163255680629545,0.153725174569888,0.0,0.0385960514582047,0.5,0.153725174569888,0.0,0.00770830267148964,0.153725174569888,0.0,0.020839665031066,0.153725174569888,0.0,0.0899441871232897,0.153725174569888,0.0,0.173346692331604,0.153725174569888,0.0,0.164928861126381,0.153725174569888,0.0,0.02689181863925,0.153725174569888,0.0,0.0170430478912404,0.5,0.153725174569888,0.0,0.0154867242174331,0,0.242134937147619,0.237880015975195 -2591,0.5,0.153725174569888,0.0,0.071622792454434,0.153725174569888,0.0,0.167417117856928,0.153725174569888,0.0,0.0921550470908759,0.153725174569888,0.0,0.0388401243096367,0.153725174569888,0.0,0.255931627352953,0.153725174569888,0.0,0.220370215086602,0.153725174569888,0.0,0.15032178582136,0.153725174569888,0.0,0.185699924335971,0.5,0.153725174569888,0.0,0.110602507476657,0.153725174569888,0.0,0.0482325890108298,0.5,0.153725174569888,0.0,0.00712746980457388,0.153725174569888,0.0,0.0157223713797457,0.153725174569888,0.0,0.116549929117982,0.153725174569888,0.0,0.182628954263766,0.153725174569888,0.0,0.175011182815811,0.153725174569888,0.0,0.0367388642020871,0.153725174569888,0.0,0.0205511795847889,0.5,0.153725174569888,0.0,0.0200639131831685,0,0.328516571314073,0.221738776257513 -2592,0.5,0.153725174569888,0.0,0.0814949313086255,0.153725174569888,0.0,0.155510239185564,0.153725174569888,0.0,0.067380356755987,0.153725174569888,0.0,0.0354587361396634,0.153725174569888,0.0,0.248405832407292,0.153725174569888,0.0,0.233147630068275,0.153725174569888,0.0,0.115593603999757,0.153725174569888,0.0,0.170987688574332,0.5,0.153725174569888,0.0,0.0781567512582192,0.153725174569888,0.0,0.0681354692116688,0.5,0.153725174569888,0.0,0.0131232882170957,0.153725174569888,0.0,0.0150442140487838,0.153725174569888,0.0,0.151412198895434,0.153725174569888,0.0,0.209470105153239,0.153725174569888,0.0,0.197771670576786,0.153725174569888,0.0,0.0341501541743807,0.153725174569888,0.0,0.0247586323147173,0.5,0.153725174569888,0.0,0.0280051838473753,0,0.271427497835395,0.221523601655966 -2593,0.5,0.153725174569888,0.0,0.086811719285897,0.153725174569888,0.0,0.142629702795766,0.153725174569888,0.0,0.0500295891948038,0.153725174569888,0.0,0.0476563928875697,0.153725174569888,0.0,0.27443036815735,0.153725174569888,0.0,0.250958358410359,0.153725174569888,0.0,0.0857821703691212,0.153725174569888,0.0,0.154373500902214,0.5,0.153725174569888,0.0,0.0901609713201729,0.153725174569888,0.0,0.089919257330958,0.5,0.153725174569888,0.0,0.0263147427017716,0.153725174569888,0.0,0.0180609425232495,0.153725174569888,0.0,0.164626515601179,0.153725174569888,0.0,0.247230634658023,0.153725174569888,0.0,0.194211336255907,0.153725174569888,0.0,0.0284886726114085,0.153725174569888,0.0,0.033678431733423,0.5,0.153725174569888,0.0,0.0381605566072921,0,0.186745904346988,0.22081048996312 -2594,0.5,0.153725174569888,0.0,0.0832152493560355,0.153725174569888,0.0,0.133104877388378,0.153725174569888,0.0,0.0468924301988869,0.153725174569888,0.0,0.0630188189438172,0.153725174569888,0.0,0.289799858393746,0.153725174569888,0.0,0.212942001848021,0.153725174569888,0.0,0.0950257049813275,0.153725174569888,0.0,0.120348691612819,0.5,0.153725174569888,0.0,0.106630851618688,0.153725174569888,0.0,0.121943312363889,0.5,0.153725174569888,0.0,0.0328285894380226,0.153725174569888,0.0,0.0214568544798044,0.153725174569888,0.0,0.145092293014931,0.153725174569888,0.0,0.262808508644851,0.153725174569888,0.0,0.16472620857525,0.153725174569888,0.0,0.0331394223372755,0.153725174569888,0.0,0.0430705043718709,0.5,0.153725174569888,0.0,0.0425272314960583,0,0.11254649184014,0.289411448185295 -2595,0.5,0.153725174569888,0.0,0.0765471763534585,0.153725174569888,0.0,0.110913149098097,0.153725174569888,0.0,0.0606142206322846,0.153725174569888,0.0,0.0689601733536816,0.153725174569888,0.0,0.249469566949294,0.153725174569888,0.0,0.171534599156444,0.153725174569888,0.0,0.0837275929826362,0.153725174569888,0.0,0.0982211705674919,0.5,0.153725174569888,0.0,0.0995962920535195,0.153725174569888,0.0,0.138927265659998,0.5,0.153725174569888,0.0,0.03753589296577,0.153725174569888,0.0,0.0265260824614846,0.153725174569888,0.0,0.10371445159865,0.153725174569888,0.0,0.241572503164306,0.153725174569888,0.0,0.130932317329698,0.153725174569888,0.0,0.049102158160525,0.153725174569888,0.0,0.0460487167339766,0.5,0.153725174569888,0.0,0.0440927060545024,0,0.0712829756238457,0.362903278766716 -2596,0.5,0.153725174569888,0.0,0.0763504871628248,0.153725174569888,0.0,0.0798285280307996,0.153725174569888,0.0,0.0683703920371522,0.153725174569888,0.0,0.0690043656612121,0.153725174569888,0.0,0.23854822415225,0.153725174569888,0.0,0.11465200205484,0.153725174569888,0.0,0.0899233740615524,0.153725174569888,0.0,0.0876822548662939,0.5,0.153725174569888,0.0,0.106163292202757,0.153725174569888,0.0,0.139220867695679,0.5,0.153725174569888,0.0,0.0690392226642135,0.153725174569888,0.0,0.0424309650083339,0.153725174569888,0.0,0.0643930248965413,0.153725174569888,0.0,0.179954046494611,0.153725174569888,0.0,0.104150101103499,0.153725174569888,0.0,0.0681383511094737,0.153725174569888,0.0,0.0554988397860773,0.5,0.153725174569888,0.0,0.0420682950364994,0,0.0653291566213808,0.349004736571808 -2597,0.5,0.153725174569888,0.0,0.0846543265913042,0.153725174569888,0.0,0.0584386559923114,0.153725174569888,0.0,0.0720180448345326,0.153725174569888,0.0,0.0822607667918308,0.153725174569888,0.0,0.23511986883292,0.153725174569888,0.0,0.123528793945815,0.153725174569888,0.0,0.121622342880211,0.153725174569888,0.0,0.0742052315889963,0.5,0.153725174569888,0.0,0.119223007063494,0.153725174569888,0.0,0.0988254083913026,0.5,0.153725174569888,0.0,0.0852534186731796,0.153725174569888,0.0,0.0630316910790498,0.153725174569888,0.0,0.0493591301877452,0.153725174569888,0.0,0.121650086255344,0.153725174569888,0.0,0.0827058591718987,0.153725174569888,0.0,0.0883872325166225,0.153725174569888,0.0,0.0724387659208884,0.5,0.153725174569888,0.0,0.0455426024787339,0,0.0820385088731379,0.28133585327915 -2598,0.5,0.153725174569888,0.00442714310386025,0.0904963246517577,0.153725174569888,0.00201378194621814,0.0386388449990074,0.153725174569888,0.0015393872805287,0.0804066577268146,0.153725174569888,0.00131633419098391,0.117273752905846,0.153725174569888,0.0,0.210404108029359,0.153725174569888,0.0,0.159533491913689,0.153725174569888,0.0,0.142781720178318,0.153725174569888,0.0,0.0838174690153761,0.5,0.153725174569888,0.0,0.135898964490391,0.153725174569888,5.77066499621541e-06,0.110362043082826,0.5,0.153725174569888,0.0,0.108972045020969,0.153725174569888,0.0,0.0790144068726611,0.153725174569888,0.00182860781920239,0.0609263299829455,0.153725174569888,0.000228253697327791,0.0883563766769788,0.153725174569888,0.000748545658533429,0.0661144151604074,0.153725174569888,2.6060100296348e-06,0.147848339641382,0.153725174569888,0.000775458595631948,0.107651118200853,0.5,0.153725174569888,0.00138104706152428,0.0560583289988041,0,0.0962922786156889,0.221200766862409 -2599,0.5,0.153725174569888,0.0718047856188177,0.0995038981563103,0.153725174569888,0.0782131039946582,0.035621055216442,0.153725174569888,0.0501217379720038,0.12390898126994,0.153725174569888,0.0161725511291809,0.184526771029382,0.153725174569888,0.0616664474508035,0.149581285126737,0.153725174569888,0.0504607269608956,0.173684993015967,0.153725174569888,0.0604086972041524,0.108378531980524,0.153725174569888,0.0494507449080137,0.107664382295487,0.5,0.153725174569888,0.0425024128709709,0.251303453869144,0.153725174569888,0.0408843946548084,0.168595563345298,0.5,0.153725174569888,0.0428528134140344,0.279956264697497,0.153725174569888,0.0289786902455385,0.141934888950422,0.153725174569888,0.0761851683673373,0.0825026908299221,0.153725174569888,0.0665180228078428,0.0753873554097166,0.153725174569888,0.0735445926751251,0.0481663609974085,0.153725174569888,0.0667204277895894,0.194513750846001,0.153725174569888,0.0699658066554032,0.161204095335977,0.5,0.153725174569888,0.0565909041567581,0.0968367798070309,0,0.0930076634104586,0.222305742175822 -2600,0.5,0.153725174569888,0.154678935183561,0.170066658842221,0.153725174569888,0.21107279718086,0.0677256840954767,0.153725174569888,0.101423479204317,0.222770735615299,0.153725174569888,0.0287195313695636,0.233828381507553,0.153725174569888,0.191169127217997,0.182398239501816,0.153725174569888,0.174553561250479,0.213458905501439,0.153725174569888,0.191971956944676,0.170680403478738,0.153725174569888,0.171827654961543,0.167162922097135,0.5,0.153725174569888,0.136001946913993,0.460894629030217,0.153725174569888,0.126894028151392,0.231179315059347,0.5,0.153725174569888,0.128526745277721,0.50101966610978,0.153725174569888,0.0933837548052897,0.288951972098488,0.153725174569888,0.207822346069442,0.1362655779141,0.153725174569888,0.196414678786042,0.120809241657312,0.153725174569888,0.20460052879973,0.0809655197370279,0.153725174569888,0.176822881213882,0.384037305586527,0.153725174569888,0.175096187457646,0.348992303438587,0.5,0.153725174569888,0.118465943988579,0.212118290359599,0,0.112284760542929,0.305388771231758 -2601,0.5,0.153725174569888,0.214317089102979,0.304896769225675,0.153725174569888,0.356340805913702,0.178767559669619,0.153725174569888,0.128816498789857,0.336224851547862,0.153725174569888,0.0771285946736005,0.265172281106929,0.153725174569888,0.342352215488104,0.266939307816994,0.153725174569888,0.32901452450742,0.325331260520816,0.153725174569888,0.342958599014072,0.245729336293666,0.153725174569888,0.324715845662968,0.324816070566009,0.5,0.153725174569888,0.252411869906195,0.659461546917832,0.153725174569888,0.249805875544314,0.348985403230798,0.5,0.153725174569888,0.264240242351322,0.602212129041868,0.153725174569888,0.183963733442554,0.481296701501422,0.153725174569888,0.353015125987748,0.253355884764403,0.153725174569888,0.345034190488083,0.262289977474889,0.153725174569888,0.347604678532867,0.193728290328615,0.153725174569888,0.299736263660748,0.570666964069226,0.153725174569888,0.274659170880692,0.492071736590979,0.5,0.153725174569888,0.145856219052147,0.314865324013353,0,0.199983302779318,0.427320425062509 -2602,0.5,0.153725174569888,0.294956881806358,0.442396178059301,0.153725174569888,0.504201842648024,0.342964177183627,0.153725174569888,0.123778557698415,0.469929910105748,0.153725174569888,0.190610990028168,0.337862391466746,0.153725174569888,0.493883407973707,0.418980180278491,0.153725174569888,0.48470834836763,0.388953336312089,0.153725174569888,0.494288275916627,0.38588375696897,0.153725174569888,0.479548093738848,0.395537815337641,0.5,0.153725174569888,0.382724304252412,0.708381278618153,0.153725174569888,0.339915491986282,0.43537370567906,0.5,0.153725174569888,0.445572392564024,0.830633343171696,0.153725174569888,0.30734532780716,0.641927063822225,0.153725174569888,0.499851724002493,0.371769825472256,0.153725174569888,0.493626873891382,0.43152246293559,0.153725174569888,0.462977100740065,0.342857436238457,0.153725174569888,0.449124445284036,0.611936805809865,0.153725174569888,0.318098393375605,0.603579183121888,0.5,0.153725174569888,0.13834610942196,0.245453070628178,0,0.330045783127836,0.525649194815753 -2603,0.5,0.153725174569888,0.367412848621213,0.571796725921188,0.153725174569888,0.624190309116294,0.619317147409757,0.153725174569888,0.0889059166124575,0.502672987473323,0.153725174569888,0.357886233278719,0.464718564298933,0.153725174569888,0.621528655789755,0.56410849120563,0.153725174569888,0.617122705797963,0.463749261939276,0.153725174569888,0.613124839700068,0.526754469307895,0.153725174569888,0.611690273061312,0.449114457656302,0.5,0.153725174569888,0.540726104444733,0.779142219069013,0.153725174569888,0.306599335505921,0.495417293021478,0.5,0.153725174569888,0.575974117070206,0.858188744723303,0.153725174569888,0.413905828881532,0.757359374710564,0.153725174569888,0.624947467889012,0.472865212911265,0.153725174569888,0.618522038134449,0.557499731507673,0.153725174569888,0.499073240607787,0.520730940851798,0.153725174569888,0.493167970656226,0.801795878631071,0.153725174569888,0.272855644995378,0.593202686894285,0.5,0.153725174569888,0.151747144929814,0.172904881853288,0,0.414084599501164,0.528418782031887 -2604,0.5,0.153725174569888,0.470704316223737,0.710591894739321,0.153725174569888,0.64196635820631,0.747383609387999,0.153725174569888,0.164217748240791,0.582647505801921,0.153725174569888,0.488064668671955,0.655243462231033,0.153725174569888,0.68920911520046,0.740768218315228,0.153725174569888,0.695102141023406,0.650204132094626,0.153725174569888,0.648987145136001,0.764111874564957,0.153725174569888,0.689757342150529,0.528792156914599,0.5,0.153725174569888,0.646761125446753,0.890058904690569,0.153725174569888,0.239935913555722,0.455709079071323,0.5,0.153725174569888,0.593794937552292,0.814363521506257,0.153725174569888,0.435478881982242,0.81419935384708,0.153725174569888,0.677031064964007,0.570069991173008,0.153725174569888,0.679788068964305,0.6521572645396,0.153725174569888,0.42174350287897,0.642986085756986,0.153725174569888,0.389549126520508,0.895607753267136,0.153725174569888,0.220602646161205,0.614505777494401,0.5,0.153725174569888,0.195072329802928,0.161267532136431,0,0.423446745689748,0.44494848856835 -2605,0.5,0.153725174569888,0.56572204010711,0.795757873448419,0.153725174569888,0.594962550544115,0.79639969068187,0.153725174569888,0.333449751217005,0.635330757090044,0.153725174569888,0.50938858883761,0.791017298352043,0.153725174569888,0.673064358359161,0.840376626140485,0.153725174569888,0.723525804436871,0.837977671493678,0.153725174569888,0.590126029963274,0.895473166067295,0.153725174569888,0.692268344751954,0.731937737589003,0.5,0.153725174569888,0.629583650904295,0.952163399404164,0.153725174569888,0.221684197385937,0.451640806564286,0.5,0.153725174569888,0.437097823970997,0.789515584034378,0.153725174569888,0.39322040173158,0.787275423769971,0.153725174569888,0.692131971292419,0.677408266218518,0.153725174569888,0.67587504219528,0.722769404193413,0.153725174569888,0.268887450499773,0.623478820894386,0.153725174569888,0.197259968627352,0.877779941414044,0.153725174569888,0.200828741317058,0.580764922430801,0.5,0.153725174569888,0.252709383314597,0.178878874922619,0,0.45698282737201,0.379299378203493 -2606,0.5,0.153725174569888,0.582345830544627,0.853088440517992,0.153725174569888,0.499783788703378,0.826476340618091,0.153725174569888,0.413152664262208,0.715828506113869,0.153725174569888,0.51917393417891,0.849056974425577,0.153725174569888,0.575830270142662,0.914146179879461,0.153725174569888,0.682872142172875,0.949805740477503,0.153725174569888,0.396461431801342,0.918196598390781,0.153725174569888,0.573970954995796,0.904379675399327,0.5,0.153725174569888,0.484591491747261,0.995084067335518,0.153725174569888,0.216947601195089,0.473861734204169,0.5,0.153725174569888,0.196484272939849,0.593408799141183,0.153725174569888,0.343528944461993,0.694556167447924,0.153725174569888,0.667365205352915,0.750046567004811,0.153725174569888,0.580443476509523,0.776693670731511,0.153725174569888,0.242042940842489,0.649896053422207,0.153725174569888,0.0935497077687153,0.813988938164023,0.153725174569888,0.258986699449879,0.63740164134662,0.5,0.153725174569888,0.249602015110632,0.239990368753801,0,0.49682681249743,0.35681684753794 -2607,0.5,0.153725174569888,0.540114333885753,0.856074703085262,0.153725174569888,0.263759871285154,0.812431275251893,0.153725174569888,0.377002208020139,0.818139702208777,0.153725174569888,0.492192303273295,0.839281353639079,0.153725174569888,0.349864253543351,0.919903321282199,0.153725174569888,0.534180089592509,0.982752113302788,0.153725174569888,0.160056542862691,0.908261332515077,0.153725174569888,0.327231185357416,0.937977167203969,0.5,0.153725174569888,0.286165598326272,0.971804446098935,0.153725174569888,0.153306446761463,0.486105808010902,0.5,0.153725174569888,0.0888404960549771,0.693706141038492,0.153725174569888,0.272033475849743,0.649934684335474,0.153725174569888,0.592389068230557,0.782596962877255,0.153725174569888,0.428671049713493,0.785762877214018,0.153725174569888,0.297810348543118,0.68759752361545,0.153725174569888,0.194017244950853,0.941433185563798,0.153725174569888,0.257008154115638,0.677073692957962,0.5,0.153725174569888,0.164092871859287,0.311739398859003,0,0.527962325083751,0.325096516368505 -2608,0.5,0.153725174569888,0.443740382006172,0.823147137342872,0.153725174569888,0.214947844706703,0.833659224816375,0.153725174569888,0.276213767232831,0.782475775578396,0.153725174569888,0.399167620977462,0.800416753732307,0.153725174569888,0.196069515473699,0.841585183172696,0.153725174569888,0.216996274428803,0.928917668883304,0.153725174569888,0.111421570614506,0.888825237378841,0.153725174569888,0.106008801472077,0.823349914579349,0.5,0.153725174569888,0.102598113885597,0.933996131907315,0.153725174569888,0.0827515902450474,0.497519788220467,0.5,0.153725174569888,0.09470280511963,0.691237801872116,0.153725174569888,0.178185349760552,0.596724606298169,0.153725174569888,0.472971011162366,0.776153619305434,0.153725174569888,0.2436099606245,0.779715321728518,0.153725174569888,0.373624132583278,0.786474569692438,0.153725174569888,0.216542606719374,0.901811630642255,0.153725174569888,0.178564541395266,0.686417429074017,0.5,0.153725174569888,0.0918021142552307,0.250159999719439,0,0.585536641387637,0.32323370114483 -2609,0.5,0.153725174569888,0.319919008288897,0.730643779043984,0.153725174569888,0.335958735743818,0.850541798032218,0.153725174569888,0.235647372584611,0.770951026040691,0.153725174569888,0.28091575044526,0.669319221528305,0.153725174569888,0.210738132701941,0.790984146624429,0.153725174569888,0.0452445558008516,0.824518288918602,0.153725174569888,0.132197415483106,0.893838271799039,0.153725174569888,0.0687651662739112,0.879486029229834,0.5,0.153725174569888,0.0518804259057436,0.87930116753344,0.153725174569888,0.0358793932805915,0.415648838763929,0.5,0.153725174569888,0.0663402733110947,0.715247425219221,0.153725174569888,0.0972075000680066,0.531607025753874,0.153725174569888,0.348760269084092,0.738545598326459,0.153725174569888,0.211704102256631,0.785970452559658,0.153725174569888,0.304605990486173,0.737892267715072,0.153725174569888,0.13876037260351,0.8782038583475,0.153725174569888,0.0964254802335613,0.581851472699287,0.5,0.153725174569888,0.0427665827706611,0.148714055597748,0,0.650490913363843,0.343096365407344 -2610,0.5,0.153725174569888,0.157850946289738,0.556539697020905,0.153725174569888,0.208105848259678,0.738939770295337,0.153725174569888,0.139273377815679,0.635002897746928,0.153725174569888,0.125347117164996,0.474325486081406,0.153725174569888,0.207281411023292,0.692022964548383,0.153725174569888,0.0691717294614566,0.750901212353301,0.153725174569888,0.0752314122284048,0.764781688195192,0.153725174569888,0.0380249269183477,0.910688385237749,0.5,0.153725174569888,0.0193679207222577,0.843794466171237,0.153725174569888,0.0121759324432273,0.267610326156743,0.5,0.153725174569888,0.0252029506203834,0.56874751782794,0.153725174569888,0.0354868961287558,0.413440173675965,0.153725174569888,0.210996941020823,0.628493296731545,0.153725174569888,0.18721147755416,0.742472403815562,0.153725174569888,0.158708016904923,0.557157184850384,0.153725174569888,0.0587679654097318,0.538675982964145,0.153725174569888,0.0476377695798211,0.443842065484512,0.5,0.153725174569888,0.0177266232125596,0.0632238498039687,0,0.698386846129591,0.37593252829861 -2611,0.5,0.153725174569888,0.00395240465678665,0.427646133513776,0.153725174569888,0.0295968807646982,0.616968742591607,0.153725174569888,0.00710627613105118,0.470052922590025,0.153725174569888,0.0,0.390479465501414,0.153725174569888,0.0446575053815583,0.540106985001142,0.153725174569888,0.0286588797463453,0.607371978629299,0.153725174569888,0.0154493786607327,0.492631089105782,0.153725174569888,0.00506956381019759,0.773707297720762,0.5,0.153725174569888,0.00207528955482404,0.772726080411373,0.153725174569888,0.0,0.156122272441302,0.5,0.153725174569888,0.00212773878798105,0.409335219906543,0.153725174569888,0.00412561551855169,0.242540580196219,0.153725174569888,0.0414996176519458,0.539111767938668,0.153725174569888,0.0418494495674974,0.645619399715307,0.153725174569888,0.0279470249378611,0.450897083628179,0.153725174569888,0.0206308853606193,0.29499009420591,0.153725174569888,0.00156830571230513,0.350845354836933,0.5,0.153725174569888,2.36720147322159e-05,0.0375581658042212,0,0.733185737144791,0.423185242290592 -2612,0.5,0.153725174569888,0.0,0.383097549832369,0.153725174569888,0.0,0.527392541315775,0.153725174569888,0.0,0.393414881972133,0.153725174569888,0.0,0.369936488008295,0.153725174569888,0.0,0.470376384960673,0.153725174569888,0.0,0.424606284869342,0.153725174569888,0.0,0.345114633752843,0.153725174569888,0.0,0.476544838042339,0.5,0.153725174569888,0.0,0.664404972576323,0.153725174569888,0.0,0.102864226770685,0.5,0.153725174569888,0.0,0.35106318797825,0.153725174569888,0.0,0.14217172812769,0.153725174569888,0.0,0.516582223315079,0.153725174569888,0.0,0.629011326520852,0.153725174569888,0.0,0.432746830559057,0.153725174569888,0.0,0.283913420136022,0.153725174569888,0.0,0.41204912787125,0.5,0.153725174569888,0.0,0.0600443502622666,0,0.747598087692389,0.499626805412941 -2613,0.5,0.153725174569888,0.0,0.377173918777674,0.153725174569888,0.0,0.415084765385147,0.153725174569888,0.0,0.336452152996506,0.153725174569888,0.0,0.351161004955788,0.153725174569888,0.0,0.457513941582243,0.153725174569888,0.0,0.282578060101035,0.153725174569888,0.0,0.397802547619896,0.153725174569888,0.0,0.196517922420236,0.5,0.153725174569888,0.0,0.481972135951166,0.153725174569888,0.0,0.0503093229033033,0.5,0.153725174569888,0.0,0.593854016946659,0.153725174569888,0.0,0.0909319730201287,0.153725174569888,0.0,0.500754601006397,0.153725174569888,0.0,0.606324684274841,0.153725174569888,0.0,0.408010566415266,0.153725174569888,0.0,0.304976176903451,0.153725174569888,0.0,0.502316458574634,0.5,0.153725174569888,0.0,0.142438543566821,0,0.74050444561802,0.562190426190728 -2614,0.5,0.153725174569888,0.0,0.385366378692228,0.153725174569888,0.0,0.335894181946731,0.153725174569888,0.0,0.297458536903218,0.153725174569888,0.0,0.333302836063047,0.153725174569888,0.0,0.464182998173424,0.153725174569888,0.0,0.36884478237634,0.153725174569888,0.0,0.393145777693636,0.153725174569888,0.0,0.213854863263998,0.5,0.153725174569888,0.0,0.346824475526769,0.153725174569888,0.0,0.0324546205600775,0.5,0.153725174569888,0.0,0.670743457575411,0.153725174569888,0.0,0.0700944525361522,0.153725174569888,0.0,0.452735284732704,0.153725174569888,0.0,0.544746262569841,0.153725174569888,0.0,0.337033174818167,0.153725174569888,0.0,0.316495110040344,0.153725174569888,0.0,0.466683195697585,0.5,0.153725174569888,0.0,0.178840638316458,0,0.722178476415174,0.622864833906804 -2615,0.5,0.153725174569888,0.0,0.389775448568473,0.153725174569888,0.0,0.253013336576583,0.153725174569888,0.0,0.280289335721906,0.153725174569888,0.0,0.325117064973466,0.153725174569888,0.0,0.419678971550413,0.153725174569888,0.0,0.433451842233082,0.153725174569888,0.0,0.344790515010241,0.153725174569888,0.0,0.274596771326032,0.5,0.153725174569888,0.0,0.37573596244736,0.153725174569888,0.0,0.0439738386213087,0.5,0.153725174569888,0.0,0.534970658896379,0.153725174569888,0.0,0.0817121937352476,0.153725174569888,0.0,0.394967356919625,0.153725174569888,0.0,0.466125855906974,0.153725174569888,0.0,0.262758921681637,0.153725174569888,0.0,0.287282772671164,0.153725174569888,0.0,0.348970965489816,0.5,0.153725174569888,0.0,0.141756791052119,0,0.691466966828782,0.735830553817321 -2616,0.5,0.153725174569888,0.0,0.376799993490686,0.153725174569888,0.0,0.190997759262085,0.153725174569888,0.0,0.288599353638064,0.153725174569888,0.0,0.318179128889861,0.153725174569888,0.0,0.362153271562386,0.153725174569888,0.0,0.422160717899661,0.153725174569888,0.0,0.333155672732777,0.153725174569888,0.0,0.282926171625527,0.5,0.153725174569888,0.0,0.479101364303012,0.153725174569888,0.0,0.037410110717987,0.5,0.153725174569888,0.0,0.328501630860399,0.153725174569888,0.0,0.0887312008001228,0.153725174569888,0.0,0.354817605111132,0.153725174569888,0.0,0.391227975599584,0.153725174569888,0.0,0.259248916014391,0.153725174569888,0.0,0.232240473277257,0.153725174569888,0.0,0.248649489209217,0.5,0.153725174569888,0.0,0.112081222624011,0,0.644085313959671,0.835831160878885 -2617,0.5,0.153725174569888,0.0,0.340388319208426,0.153725174569888,0.0,0.181382130331607,0.153725174569888,0.0,0.314492012751759,0.153725174569888,0.0,0.295220955020208,0.153725174569888,0.0,0.310701414932833,0.153725174569888,0.0,0.412594294623156,0.153725174569888,0.0,0.386136707830865,0.153725174569888,0.0,0.2511810852722,0.5,0.153725174569888,0.0,0.450436194588437,0.153725174569888,0.0,0.0307306822059209,0.5,0.153725174569888,0.0,0.193344519058155,0.153725174569888,0.0,0.0833318013281258,0.153725174569888,0.0,0.341074920992914,0.153725174569888,0.0,0.33472042894374,0.153725174569888,0.0,0.26676537047249,0.153725174569888,0.0,0.218597268302871,0.153725174569888,0.0,0.239745227111334,0.5,0.153725174569888,0.0,0.102741083772131,0,0.604030019021368,0.859233761157491 -2618,0.5,0.153725174569888,0.0,0.289188510968625,0.153725174569888,0.0,0.191336787321528,0.153725174569888,0.0,0.357265993621097,0.153725174569888,0.0,0.259888899340658,0.153725174569888,0.0,0.281049910445212,0.153725174569888,0.0,0.418293991735778,0.153725174569888,0.0,0.364617630862785,0.153725174569888,0.0,0.216757723864964,0.5,0.153725174569888,0.0,0.334811696154681,0.153725174569888,0.0,0.0285099712381753,0.5,0.153725174569888,0.0,0.174071061704446,0.153725174569888,0.0,0.0819579775683492,0.153725174569888,0.0,0.331769911292198,0.153725174569888,0.0,0.30373962701195,0.153725174569888,0.0,0.262088764471631,0.153725174569888,0.0,0.249035450391822,0.153725174569888,0.0,0.255304030633708,0.5,0.153725174569888,0.0,0.110296632078662,0,0.575255537261169,0.855179852243686 -2619,0.5,0.153725174569888,0.0,0.24642532490337,0.153725174569888,0.0,0.19490911962872,0.153725174569888,0.0,0.390866360243663,0.153725174569888,0.0,0.213137307002055,0.153725174569888,0.0,0.254068367497125,0.153725174569888,0.0,0.373754974266536,0.153725174569888,0.0,0.303607832831729,0.153725174569888,0.0,0.183999859916272,0.5,0.153725174569888,0.0,0.224334059859708,0.153725174569888,0.0,0.0373436569225532,0.5,0.153725174569888,0.0,0.223571610602326,0.153725174569888,0.0,0.0981757564278201,0.153725174569888,0.0,0.321006720955769,0.153725174569888,0.0,0.272306893802121,0.153725174569888,0.0,0.229911282691006,0.153725174569888,0.0,0.325170467259473,0.153725174569888,0.0,0.259042928845839,0.5,0.153725174569888,0.0,0.110099130928807,0,0.570286379171208,0.851083859087795 -2620,0.5,0.153725174569888,0.0,0.214218171307933,0.153725174569888,0.0,0.204822986733637,0.153725174569888,0.0,0.33626709728341,0.153725174569888,0.0,0.174210144902877,0.153725174569888,0.0,0.241451939119538,0.153725174569888,0.0,0.330207618835037,0.153725174569888,0.0,0.273744128727562,0.153725174569888,0.0,0.184956926732267,0.5,0.153725174569888,0.0,0.201706826548466,0.153725174569888,0.0,0.0327595720015556,0.5,0.153725174569888,0.0,0.303816304731713,0.153725174569888,0.0,0.0888866426678016,0.153725174569888,0.0,0.3179360865155,0.153725174569888,0.0,0.260569313812394,0.153725174569888,0.0,0.232894233110966,0.153725174569888,0.0,0.401362268273463,0.153725174569888,0.0,0.267845031369302,0.5,0.153725174569888,0.0,0.126466205691085,0,0.6224525997746,0.847231128957171 -2621,0.5,0.153725174569888,0.0,0.18496924115302,0.153725174569888,0.0,0.220138661923444,0.153725174569888,0.0,0.280024917065242,0.153725174569888,0.0,0.160866904850246,0.153725174569888,0.0,0.268631081958725,0.153725174569888,0.0,0.336548545690909,0.153725174569888,0.0,0.318541305037614,0.153725174569888,0.0,0.234050322818649,0.5,0.153725174569888,0.0,0.233102684137858,0.153725174569888,0.0,0.0230837867088567,0.5,0.153725174569888,0.0,0.340176255506189,0.153725174569888,0.0,0.0631353640651502,0.153725174569888,0.0,0.333356449225125,0.153725174569888,0.0,0.276307535311854,0.153725174569888,0.0,0.234215543737774,0.153725174569888,0.0,0.392570971734643,0.153725174569888,0.0,0.289252247411741,0.5,0.153725174569888,0.0,0.176248225795797,0,0.683137684374162,0.836375455197482 -2622,0.5,0.153725174569888,0.00397777492357666,0.16341122704175,0.153725174569888,0.00263679486503894,0.225858285591084,0.153725174569888,0.000265870850818778,0.247766145804051,0.153725174569888,0.00249736974350335,0.15501579047944,0.153725174569888,0.0,0.331835383332763,0.153725174569888,0.0,0.381227921123575,0.153725174569888,0.0,0.318390844636,0.153725174569888,0.0,0.26415729149469,0.5,0.153725174569888,0.0,0.222555605606402,0.153725174569888,0.0,0.0241432964283112,0.5,0.153725174569888,0.0,0.317561566812588,0.153725174569888,0.0,0.0520417443816136,0.153725174569888,0.00249180146585074,0.365913683979788,0.153725174569888,0.00043938990129002,0.315380702426254,0.153725174569888,0.000648711450878815,0.226007600186591,0.153725174569888,1.28779934722987e-06,0.295096121552976,0.153725174569888,0.000297771572379081,0.318706917479192,0.5,0.153725174569888,0.000511853273778535,0.218295657846532,0,0.706144780979507,0.811251400388215 -2623,0.5,0.153725174569888,0.0499390565435325,0.164417386675685,0.153725174569888,0.0774722786960068,0.233180570388739,0.153725174569888,0.00787146702719451,0.237738638039202,0.153725174569888,0.0488793552465991,0.179262680859754,0.153725174569888,0.0274954127744343,0.387988610901278,0.153725174569888,0.0188191808720016,0.458050471071674,0.153725174569888,0.0100930530421751,0.332282951344479,0.153725174569888,0.0133841317235519,0.309577271173294,0.5,0.153725174569888,0.00794917871010938,0.221504144321945,0.153725174569888,0.00195110258839042,0.0306544732057513,0.5,0.153725174569888,0.0118459153345313,0.312003002364671,0.153725174569888,0.00375363548320923,0.052813056526071,0.153725174569888,0.075519543586835,0.384249654867938,0.153725174569888,0.0625659827901069,0.350470967136125,0.153725174569888,0.0273598759716537,0.256450199796648,0.153725174569888,0.00646712606151282,0.288376680240869,0.153725174569888,0.0165671876837961,0.346364281912627,0.5,0.153725174569888,0.0238566088359151,0.216765612611384,0,0.709217002926375,0.825291095542896 -2624,0.5,0.153725174569888,0.106857695037641,0.207867037557139,0.153725174569888,0.207136957228753,0.379058673327858,0.153725174569888,0.037585605006771,0.245709647063824,0.153725174569888,0.1362718520688,0.294424687914664,0.153725174569888,0.0870055860329764,0.510535782126106,0.153725174569888,0.0646337677700897,0.518864677686685,0.153725174569888,0.0397913252649885,0.335825910993133,0.153725174569888,0.0440350260035469,0.337103405626779,0.5,0.153725174569888,0.0193300356557733,0.243356918464486,0.153725174569888,0.00777370346853744,0.031509507769672,0.5,0.153725174569888,0.028585988978451,0.385074829597542,0.153725174569888,0.0126385902127224,0.0614997438034695,0.153725174569888,0.203863171810507,0.526070745566517,0.153725174569888,0.184241871870748,0.46123699377225,0.153725174569888,0.0675715896486257,0.290716697507373,0.153725174569888,0.0204662552328494,0.325858704381294,0.153725174569888,0.0577366635410599,0.387984386699621,0.5,0.153725174569888,0.0921931932861038,0.218069851261509,0,0.693728242852041,0.883778393299725 -2625,0.5,0.153725174569888,0.15842453352,0.271138556658093,0.153725174569888,0.345160089405272,0.51253400164305,0.153725174569888,0.112824780114072,0.296814033695397,0.153725174569888,0.226566509344188,0.425368162241897,0.153725174569888,0.154578279343859,0.535107890133274,0.153725174569888,0.115962434454774,0.563305510730841,0.153725174569888,0.0873247329645226,0.414047277681853,0.153725174569888,0.064395288604117,0.343535123862079,0.5,0.153725174569888,0.0199980788889765,0.260762066471917,0.153725174569888,0.0198444673177622,0.0335976389092327,0.5,0.153725174569888,0.0460287270421417,0.392650703143429,0.153725174569888,0.0215055341239787,0.0633978080331469,0.153725174569888,0.345176292799525,0.685497383439184,0.153725174569888,0.318366515387238,0.682181114433574,0.153725174569888,0.093098341471587,0.315697412824153,0.153725174569888,0.0520888523380579,0.406219180661797,0.153725174569888,0.125394095267148,0.478252836861192,0.5,0.153725174569888,0.174198843282111,0.291527658783899,0,0.60571977635495,0.942508143585349 -2626,0.5,0.153725174569888,0.219252199706686,0.353235526384888,0.153725174569888,0.417425067578729,0.578058632861812,0.153725174569888,0.18932209065158,0.351314265775674,0.153725174569888,0.320866708972486,0.460973587365461,0.153725174569888,0.22106996570902,0.59426734827158,0.153725174569888,0.175401485832828,0.590698524230349,0.153725174569888,0.112548664898985,0.514649328524785,0.153725174569888,0.0717520069839133,0.381806542839338,0.5,0.153725174569888,0.0300180626144063,0.279660955144224,0.153725174569888,0.03437415635849,0.0384059001371708,0.5,0.153725174569888,0.0783352150143439,0.35990019746937,0.153725174569888,0.0444165743587242,0.0734683640620189,0.153725174569888,0.483153027160691,0.750710351000616,0.153725174569888,0.422364961015023,0.71068934590074,0.153725174569888,0.125604407664863,0.357917119908842,0.153725174569888,0.113427715299169,0.497361680758064,0.153725174569888,0.214793521765999,0.555310132356113,0.5,0.153725174569888,0.237638273692162,0.345858344973792,0,0.497481376616124,0.96206522557635 -2627,0.5,0.153725174569888,0.238260731540258,0.444177925623369,0.153725174569888,0.289609372076365,0.52458343870865,0.153725174569888,0.265933889496628,0.411950089681179,0.153725174569888,0.337244197610569,0.476443209140521,0.153725174569888,0.215533144854864,0.732646831550235,0.153725174569888,0.161297607422473,0.631967695541896,0.153725174569888,0.12502129718983,0.558472877665522,0.153725174569888,0.0895889764951421,0.465676674360688,0.5,0.153725174569888,0.055685982299997,0.311203341013077,0.153725174569888,0.0465460546883886,0.0312956178464908,0.5,0.153725174569888,0.161028361213649,0.504556932575621,0.153725174569888,0.0948496324241008,0.100685330017451,0.153725174569888,0.590208972918052,0.780440675332375,0.153725174569888,0.452123475637626,0.737228335481876,0.153725174569888,0.192355381855292,0.47774713527096,0.153725174569888,0.15830638711798,0.51876776678601,0.153725174569888,0.298627083301182,0.619689007971473,0.5,0.153725174569888,0.287452000346246,0.341326382638494,0,0.438331470249722,0.961383187499658 -2628,0.5,0.153725174569888,0.227354669360118,0.484407233944104,0.153725174569888,0.10785020258955,0.567393707255427,0.153725174569888,0.187814838456908,0.382988655369666,0.153725174569888,0.303694965739917,0.504670357997307,0.153725174569888,0.213325270369216,0.757071133849946,0.153725174569888,0.136943360245268,0.639793382334741,0.153725174569888,0.163943258678939,0.573889483430574,0.153725174569888,0.149394087017158,0.53566489472268,0.5,0.153725174569888,0.0897625024198494,0.305302357766581,0.153725174569888,0.0608911432655491,0.0221152222430046,0.5,0.153725174569888,0.25272932015031,0.605686410673992,0.153725174569888,0.140943655223442,0.0840014149068987,0.153725174569888,0.611531853383415,0.770322856941175,0.153725174569888,0.359527741040922,0.796085014600007,0.153725174569888,0.309287431156606,0.577858426332075,0.153725174569888,0.170818826076329,0.49028933203437,0.153725174569888,0.371909875515294,0.663353418010595,0.5,0.153725174569888,0.30959869187717,0.320029594361487,0,0.390791188226197,0.953336130710318 -2629,0.5,0.153725174569888,0.255330740844019,0.530413111882461,0.153725174569888,0.151646855108025,0.496846140298798,0.153725174569888,0.191307762145775,0.364762312376297,0.153725174569888,0.259306632411193,0.533131483597104,0.153725174569888,0.346340390378071,0.822678949979733,0.153725174569888,0.242239207910886,0.740846542702701,0.153725174569888,0.171252608246353,0.52207178259316,0.153725174569888,0.204371911912398,0.546993549511483,0.5,0.153725174569888,0.151230860093133,0.277880650184595,0.153725174569888,0.102665208188636,0.0185958715181582,0.5,0.153725174569888,0.229098486476496,0.490325390804857,0.153725174569888,0.153840916522761,0.0639356290386702,0.153725174569888,0.548051049001517,0.764165165610928,0.153725174569888,0.281113668259165,0.770571398951361,0.153725174569888,0.304208979807049,0.683875885316121,0.153725174569888,0.203347127876956,0.507225361535339,0.153725174569888,0.327786353874062,0.627205359660454,0.5,0.153725174569888,0.264337102407156,0.27291621223736,0,0.384308897740628,0.932094059913332 -2630,0.5,0.153725174569888,0.24349579878497,0.548275713481304,0.153725174569888,0.502910406007443,0.786665731325007,0.153725174569888,0.174935542783338,0.377531341442914,0.153725174569888,0.180082570879618,0.50841729079394,0.153725174569888,0.251117265899252,0.84741126038632,0.153725174569888,0.275100662362644,0.666575433464464,0.153725174569888,0.21855528289043,0.523705339504841,0.153725174569888,0.2916706128436,0.540529226795526,0.5,0.153725174569888,0.1863217903005,0.242731439634443,0.153725174569888,0.154143007793603,0.0231235483806601,0.5,0.153725174569888,0.210014767718392,0.366603587698673,0.153725174569888,0.19154701344447,0.0606564595248775,0.153725174569888,0.502807107673992,0.76932953686621,0.153725174569888,0.354280473610309,0.758930177218794,0.153725174569888,0.197721287112118,0.540721921601291,0.153725174569888,0.220317717219607,0.477836237355932,0.153725174569888,0.27052054259536,0.490976779991623,0.5,0.153725174569888,0.218931068330792,0.290459853700743,0,0.427261858460399,0.893197889812264 -2631,0.5,0.153725174569888,0.183091660413551,0.522655687135624,0.153725174569888,0.26055080255129,0.723255100754903,0.153725174569888,0.176953961782647,0.43006257386934,0.153725174569888,0.150058884433278,0.501814767467351,0.153725174569888,0.127195938057856,0.677171569501562,0.153725174569888,0.312947134015909,0.625074658960152,0.153725174569888,0.186687739090997,0.462123233843484,0.153725174569888,0.290814580171258,0.46424822556662,0.5,0.153725174569888,0.211696853215201,0.260573574439804,0.153725174569888,0.188855360767754,0.0414109185825683,0.5,0.153725174569888,0.216167891888225,0.191118378348373,0.153725174569888,0.241146625407677,0.0603131942834727,0.153725174569888,0.467636477161879,0.773264877909728,0.153725174569888,0.308028041494812,0.738599459671982,0.153725174569888,0.146672053075836,0.400876690195155,0.153725174569888,0.182358595298738,0.392974056220695,0.153725174569888,0.216559339963865,0.38065428285129,0.5,0.153725174569888,0.169702032000018,0.212723937283841,0,0.451208382681203,0.811505756478239 -2632,0.5,0.153725174569888,0.136254957286514,0.444649018975179,0.153725174569888,0.10555302713837,0.45318069439473,0.153725174569888,0.146636468756984,0.497080330096153,0.153725174569888,0.147266265763749,0.452106403080851,0.153725174569888,0.115421603388331,0.567374292072869,0.153725174569888,0.336577909820016,0.681703829796992,0.153725174569888,0.107681617394759,0.328155636175263,0.153725174569888,0.246005408105331,0.509790895065106,0.5,0.153725174569888,0.168656098459,0.28812811855112,0.153725174569888,0.114537992979197,0.0379373168739788,0.5,0.153725174569888,0.141946601647492,0.0790667256496497,0.153725174569888,0.240875363508826,0.066778134315704,0.153725174569888,0.383798615592873,0.736274775624496,0.153725174569888,0.134840271470989,0.621623488853643,0.153725174569888,0.142876724442997,0.332935658250309,0.153725174569888,0.142029394141126,0.320277385025645,0.153725174569888,0.13343292448547,0.226444067677211,0.5,0.153725174569888,0.120747647225653,0.142855335266388,0,0.481805219891119,0.712113128197619 -2633,0.5,0.153725174569888,0.111522146529346,0.342146253003038,0.153725174569888,0.102295216875439,0.419192311728395,0.153725174569888,0.127873070823842,0.555921343746174,0.153725174569888,0.11077092965003,0.405325693073187,0.153725174569888,0.0827590554226234,0.418504913541911,0.153725174569888,0.230141580901981,0.655965010759123,0.153725174569888,0.132285528695542,0.317809111361941,0.153725174569888,0.150397690027326,0.50865830571035,0.5,0.153725174569888,0.0878186148084934,0.254551077115175,0.153725174569888,0.0735154920226725,0.0313181539144348,0.5,0.153725174569888,0.0941482342579007,0.0853797107179589,0.153725174569888,0.165693150209285,0.065981288456308,0.153725174569888,0.24059348138345,0.684169336171366,0.153725174569888,0.0745522498139776,0.460605771344015,0.153725174569888,0.0767230660131373,0.27217926542365,0.153725174569888,0.0928466364808712,0.230838836324112,0.153725174569888,0.0696664163326405,0.158307978658908,0.5,0.153725174569888,0.0768848193370228,0.100162108470538,0,0.391163185987351,0.651484228638402 -2634,0.5,0.153725174569888,0.0708016662942049,0.2346980884168,0.153725174569888,0.0550792057305356,0.393819124477549,0.153725174569888,0.0840334534913176,0.557153510857752,0.153725174569888,0.0449055856174308,0.265022170512359,0.153725174569888,0.046085029713225,0.273995525505527,0.153725174569888,0.112293782176905,0.525209086925631,0.153725174569888,0.0911940040956647,0.215168999477146,0.153725174569888,0.079963132926695,0.486756006602237,0.5,0.153725174569888,0.0423908696844519,0.178393686847213,0.153725174569888,0.0321628833130326,0.0237429510020487,0.5,0.153725174569888,0.0497192435926389,0.103802549441607,0.153725174569888,0.0729912071659698,0.0459516117763257,0.153725174569888,0.113533326968568,0.534849914249578,0.153725174569888,0.0220806209191657,0.271773097518059,0.153725174569888,0.033452640406213,0.271931939108644,0.153725174569888,0.0485652965516847,0.137608622789743,0.153725174569888,0.043555466993172,0.103310686596878,0.5,0.153725174569888,0.0291114674051437,0.0713673207462267,0,0.372837981668717,0.594663852286062 -2635,0.5,0.153725174569888,0.00372602498766896,0.17216258598452,0.153725174569888,0.00545165936545231,0.302286672706191,0.153725174569888,0.00874373944159913,0.402419509036006,0.153725174569888,1.3634808068618e-05,0.14807685895861,0.153725174569888,0.0105848798641369,0.208988089848196,0.153725174569888,0.0523370013013464,0.404596708574375,0.153725174569888,0.0168387597097141,0.159587220878326,0.153725174569888,0.0199920254478752,0.363608991343865,0.5,0.153725174569888,0.0113776049068801,0.129901856504981,0.153725174569888,0.000198216826459007,0.0103209318100444,0.5,0.153725174569888,0.00815287366351281,0.0731141208720936,0.153725174569888,0.0110032534704719,0.0257850621658741,0.153725174569888,0.0273355864743973,0.3622806495664,0.153725174569888,0.00470608378976562,0.181872888667106,0.153725174569888,0.0097151971201418,0.231125280827766,0.153725174569888,0.0188712282697552,0.124152600911327,0.153725174569888,0.00139989006244838,0.06902990663916,0.5,0.153725174569888,5.7205465948597e-05,0.0605117532964855,0,0.387974170044185,0.581744417956411 -2636,0.5,0.153725174569888,0.0,0.165850330915562,0.153725174569888,0.0,0.165300052287185,0.153725174569888,0.0,0.287104101191207,0.153725174569888,0.0,0.0982540796793278,0.153725174569888,0.0,0.200788725054741,0.153725174569888,0.0,0.342215399079011,0.153725174569888,0.0,0.173877568327243,0.153725174569888,0.0,0.244622897816143,0.5,0.153725174569888,0.0,0.112577656119778,0.153725174569888,0.0,0.00889533585692931,0.5,0.153725174569888,0.0,0.0530602615390171,0.153725174569888,0.0,0.0216057389555748,0.153725174569888,0.0,0.275926751017133,0.153725174569888,0.0,0.136236934982314,0.153725174569888,0.0,0.190719510036938,0.153725174569888,0.0,0.150245210251011,0.153725174569888,0.0,0.0547760021981757,0.5,0.153725174569888,0.0,0.0573442915287534,0,0.40126627670356,0.546138430321297 -2637,0.5,0.153725174569888,0.0,0.163574742248129,0.153725174569888,0.0,0.0675841802440517,0.153725174569888,0.0,0.195010925450596,0.153725174569888,0.0,0.0697467164484206,0.153725174569888,0.0,0.197056514259753,0.153725174569888,0.0,0.273551241830168,0.153725174569888,0.0,0.207217410496529,0.153725174569888,0.0,0.174881369564126,0.5,0.153725174569888,0.0,0.0901141154251713,0.153725174569888,0.0,0.00829267206018644,0.5,0.153725174569888,0.0,0.0388299437237094,0.153725174569888,0.0,0.0199638758203332,0.153725174569888,0.0,0.200942848633609,0.153725174569888,0.0,0.122987094052117,0.153725174569888,0.0,0.150021210564711,0.153725174569888,0.0,0.178487138040194,0.153725174569888,0.0,0.0476727354537483,0.5,0.153725174569888,0.0,0.0479301587892902,0,0.417498336253578,0.466647062506323 -2638,0.5,0.153725174569888,0.0,0.143115147954194,0.153725174569888,0.0,0.0770834571572022,0.153725174569888,0.0,0.141818902601599,0.153725174569888,0.0,0.0533178161594674,0.153725174569888,0.0,0.198732722293235,0.153725174569888,0.0,0.234044867199822,0.153725174569888,0.0,0.240704687440444,0.153725174569888,0.0,0.119106142922888,0.5,0.153725174569888,0.0,0.0643202886820403,0.153725174569888,0.0,0.00841571743825724,0.5,0.153725174569888,0.0,0.0288207679242372,0.153725174569888,0.0,0.0185199475751999,0.153725174569888,0.0,0.178604248034605,0.153725174569888,0.0,0.132943412400716,0.153725174569888,0.0,0.131308098490845,0.153725174569888,0.0,0.214641447049171,0.153725174569888,0.0,0.0340031415587462,0.5,0.153725174569888,0.0,0.0359675382765575,0,0.419077522764288,0.415047473856173 -2639,0.5,0.153725174569888,0.0,0.122903834410691,0.153725174569888,0.0,0.126848712096261,0.153725174569888,0.0,0.117925342269356,0.153725174569888,0.0,0.0385656857165935,0.153725174569888,0.0,0.232510863715215,0.153725174569888,0.0,0.272286448610838,0.153725174569888,0.0,0.254002543449064,0.153725174569888,0.0,0.100835942252195,0.5,0.153725174569888,0.0,0.0446673934050468,0.153725174569888,0.0,0.00789336959144132,0.5,0.153725174569888,0.0,0.0241772147535534,0.153725174569888,0.0,0.0188728540079756,0.153725174569888,0.0,0.198875710423929,0.153725174569888,0.0,0.153057039329056,0.153725174569888,0.0,0.110521403592531,0.153725174569888,0.0,0.207114061114699,0.153725174569888,0.0,0.0310533696914783,0.5,0.153725174569888,0.0,0.0265072782052532,0,0.399407747182659,0.403271793365657 -2640,0.5,0.153725174569888,0.0,0.104809685858591,0.153725174569888,0.0,0.197089693420856,0.153725174569888,0.0,0.097349413678618,0.153725174569888,0.0,0.036270541728849,0.153725174569888,0.0,0.22707176059748,0.153725174569888,0.0,0.308107186746014,0.153725174569888,0.0,0.226051035537476,0.153725174569888,0.0,0.102111491119271,0.5,0.153725174569888,0.0,0.0327088756117719,0.153725174569888,0.0,0.00551689305313651,0.5,0.153725174569888,0.0,0.0263302166810261,0.153725174569888,0.0,0.0160868452617941,0.153725174569888,0.0,0.224646105664098,0.153725174569888,0.0,0.162675103246885,0.153725174569888,0.0,0.0955119013798122,0.153725174569888,0.0,0.162437683251052,0.153725174569888,0.0,0.0289622793321418,0.5,0.153725174569888,0.0,0.0197276649042785,0,0.396532695892323,0.449398366001978 -2641,0.5,0.153725174569888,0.0,0.0879555601770178,0.153725174569888,0.0,0.223639325857873,0.153725174569888,0.0,0.0689670550427466,0.153725174569888,0.0,0.0390844844349719,0.153725174569888,0.0,0.193546108025267,0.153725174569888,0.0,0.273778135240928,0.153725174569888,0.0,0.183070418525518,0.153725174569888,0.0,0.096111397825027,0.5,0.153725174569888,0.0,0.0286304090355975,0.153725174569888,0.0,0.00332836662699834,0.5,0.153725174569888,0.0,0.0227983526460969,0.153725174569888,0.0,0.0120166353448296,0.153725174569888,0.0,0.24901834880695,0.153725174569888,0.0,0.177985849474583,0.153725174569888,0.0,0.0926540878956732,0.153725174569888,0.0,0.118728904604861,0.153725174569888,0.0,0.0281543010375807,0.5,0.153725174569888,0.0,0.0129654635793054,0,0.368836174623742,0.511239909781788 -2642,0.5,0.153725174569888,0.0,0.0816089758413425,0.153725174569888,0.0,0.199419530726121,0.153725174569888,0.0,0.0461240996861564,0.153725174569888,0.0,0.0395103716955346,0.153725174569888,0.0,0.161975183631738,0.153725174569888,0.0,0.220921140251496,0.153725174569888,0.0,0.1303275261529,0.153725174569888,0.0,0.0758257504752851,0.5,0.153725174569888,0.0,0.0259484390495924,0.153725174569888,0.0,0.00206724919466212,0.5,0.153725174569888,0.0,0.0229929235007614,0.153725174569888,0.0,0.00906816504513775,0.153725174569888,0.0,0.26163012996608,0.153725174569888,0.0,0.22248942125703,0.153725174569888,0.0,0.0884542951947054,0.153725174569888,0.0,0.0821371998559965,0.153725174569888,0.0,0.0284700819950853,0.5,0.153725174569888,0.0,0.00848248594880185,0,0.374742733105216,0.536649512092122 -2643,0.5,0.153725174569888,0.0,0.0814328647936564,0.153725174569888,0.0,0.146375124711999,0.153725174569888,0.0,0.0365230674910383,0.153725174569888,0.0,0.037156069417021,0.153725174569888,0.0,0.137204912703336,0.153725174569888,0.0,0.18833296930632,0.153725174569888,0.0,0.0933469294108558,0.153725174569888,0.0,0.0529614638813576,0.5,0.153725174569888,0.0,0.0200381124357704,0.153725174569888,0.0,0.00158348619254676,0.5,0.153725174569888,0.0,0.0269922021970841,0.153725174569888,0.0,0.00818405427084666,0.153725174569888,0.0,0.253779818021312,0.153725174569888,0.0,0.264313474338643,0.153725174569888,0.0,0.0756527943463643,0.153725174569888,0.0,0.0637892901928025,0.153725174569888,0.0,0.0286920709356357,0.5,0.153725174569888,0.0,0.00543132004212377,0,0.363664089827928,0.560407826265598 -2644,0.5,0.153725174569888,0.0,0.0906419207713518,0.153725174569888,0.0,0.117628059980215,0.153725174569888,0.0,0.0325232147666029,0.153725174569888,0.0,0.0382948094303627,0.153725174569888,0.0,0.13378694538305,0.153725174569888,0.0,0.17550650437303,0.153725174569888,0.0,0.0822236542491977,0.153725174569888,0.0,0.0399765848237558,0.5,0.153725174569888,0.0,0.0148568615296781,0.153725174569888,0.0,0.00163454633923538,0.5,0.153725174569888,0.0,0.0273053896486213,0.153725174569888,0.0,0.00800640618697602,0.153725174569888,0.0,0.248287088321318,0.153725174569888,0.0,0.253955168872451,0.153725174569888,0.0,0.066364969924481,0.153725174569888,0.0,0.053105951336025,0.153725174569888,0.0,0.030331345240951,0.5,0.153725174569888,0.0,0.00325122893755835,0,0.384300048373726,0.538095048976784 -2645,0.5,0.153725174569888,0.0,0.111954200829214,0.153725174569888,0.0,0.108935333403114,0.153725174569888,0.0,0.0275703439947477,0.153725174569888,0.0,0.0429559239245979,0.153725174569888,0.0,0.12263110952777,0.153725174569888,0.0,0.16153815523384,0.153725174569888,0.0,0.0712544453006216,0.153725174569888,0.0,0.0285325117028605,0.5,0.153725174569888,0.0,0.0138505275968072,0.153725174569888,0.0,0.00132797816766813,0.5,0.153725174569888,0.0,0.0253748428433855,0.153725174569888,0.0,0.00704536611959896,0.153725174569888,0.0,0.254947151272338,0.153725174569888,0.0,0.215630930660819,0.153725174569888,0.0,0.0538325837290014,0.153725174569888,0.0,0.0427862990074937,0.153725174569888,0.0,0.0301433653711254,0.5,0.153725174569888,0.0,0.00222167865316677,0,0.429637663999952,0.483998314080956 -2646,0.5,0.153725174569888,0.00270662389820572,0.130348375998772,0.153725174569888,0.00176516547553293,0.119790784158905,0.153725174569888,0.000847444931043698,0.0247216456760857,0.153725174569888,0.00113629881341208,0.0394475568987239,0.153725174569888,1.50318250401818e-05,0.108419132011296,0.153725174569888,0.0,0.154389983520028,0.153725174569888,1.02089174705529e-06,0.0684051474191272,0.153725174569888,0.0,0.023251444302683,0.5,0.153725174569888,0.0,0.0142930248853827,0.153725174569888,0.000128279554318714,0.00078994040354597,0.5,0.153725174569888,1.14899389750972e-08,0.0215566785393989,0.153725174569888,1.58774656731537e-05,0.00545525311366029,0.153725174569888,0.0017241137775615,0.253065703621461,0.153725174569888,0.000333917459363025,0.19588422265797,0.153725174569888,0.000932319684153434,0.0518259520122288,0.153725174569888,0.000115932285143787,0.03271449981348,0.153725174569888,0.000343460009181808,0.0231851804216866,0.5,0.153725174569888,0.000556136129720728,0.00182798687767583,0,0.367224633358577,0.487758305343469 -2647,0.5,0.153725174569888,0.0328952281714704,0.165446947548962,0.153725174569888,0.0396515809578201,0.160846146354523,0.153725174569888,0.0142597126053952,0.0241040201299764,0.153725174569888,0.0138671678182308,0.0339438064440826,0.153725174569888,0.0133052277754258,0.110707045552591,0.153725174569888,0.0196697156564384,0.160007607329282,0.153725174569888,0.0222496706820101,0.0765024987378629,0.153725174569888,0.01954624835906,0.0226746275564201,0.5,0.153725174569888,0.0271781654298231,0.0122763047338316,0.153725174569888,0.0184528234838751,0.000554804383959906,0.5,0.153725174569888,0.0270587892372085,0.0174622678737897,0.153725174569888,0.0305305285133922,0.00286474167738905,0.153725174569888,0.0474094594544957,0.2709219511239,0.153725174569888,0.019635046518739,0.216447876420026,0.153725174569888,0.034843034341698,0.0665318042534076,0.153725174569888,0.0190251355445723,0.0302700484110259,0.153725174569888,0.0166983848946719,0.023164206417459,0.5,0.153725174569888,0.0192550327048811,0.00124664441813973,0,0.288373649955416,0.55638249200331 -2648,0.5,0.153725174569888,0.0688203708459795,0.247466155494984,0.153725174569888,0.0949471081437153,0.199413722314573,0.153725174569888,0.031179956448852,0.0260246279913473,0.153725174569888,0.0460031840493972,0.0306328365743655,0.153725174569888,0.0611896141733824,0.139375206831173,0.153725174569888,0.0723373760865934,0.197667597372104,0.153725174569888,0.0975029544133059,0.125436674176314,0.153725174569888,0.075247198065635,0.0406240957184098,0.5,0.153725174569888,0.0971258152160567,0.0199634527110706,0.153725174569888,0.0621442211358758,0.000678453608622257,0.5,0.153725174569888,0.103293452260496,0.0283938601300949,0.153725174569888,0.0949979472588834,0.003784948974625,0.153725174569888,0.136021435330695,0.314823561769602,0.153725174569888,0.0584900856868517,0.252182352272021,0.153725174569888,0.0772263256499343,0.0890533101704552,0.153725174569888,0.0573493008369164,0.0562365389020516,0.153725174569888,0.0579086431620173,0.0390148519199293,0.5,0.153725174569888,0.0693397145001616,0.00241855045221364,0,0.330023888718578,0.60273892850991 -2649,0.5,0.153725174569888,0.0971957672173059,0.323682257558841,0.153725174569888,0.148385992512881,0.168257022697301,0.153725174569888,0.066949220521279,0.0238058645968516,0.153725174569888,0.0868138879323651,0.0254266116517305,0.153725174569888,0.145177286507608,0.209197483632901,0.153725174569888,0.146450069914538,0.254385482885076,0.153725174569888,0.191742581561447,0.212450007053553,0.153725174569888,0.141550496088035,0.068998418277556,0.5,0.153725174569888,0.21323774422638,0.0491902430229825,0.153725174569888,0.129470199001325,0.000504758853068809,0.5,0.153725174569888,0.20895321276486,0.0518853289562818,0.153725174569888,0.159361965427164,0.00695076856706457,0.153725174569888,0.229621549867146,0.447599510758665,0.153725174569888,0.101379694091521,0.247525214100665,0.153725174569888,0.107275277559438,0.119732034575612,0.153725174569888,0.0771003134930728,0.0886003439685232,0.153725174569888,0.105074708446708,0.0494797874727675,0.5,0.153725174569888,0.160358490077107,0.00320000612076405,0,0.436434671050387,0.618881070287307 -2650,0.5,0.153725174569888,0.106676997325374,0.358200666680972,0.153725174569888,0.222218991280397,0.371256368727426,0.153725174569888,0.142639498705792,0.0250592850299809,0.153725174569888,0.156396305683111,0.0236012747640736,0.153725174569888,0.278940032926773,0.284330144502462,0.153725174569888,0.199925503005686,0.307864203212966,0.153725174569888,0.228140687527113,0.225144826613998,0.153725174569888,0.227161275888105,0.0898209137299173,0.5,0.153725174569888,0.29910065124198,0.078489535255142,0.153725174569888,0.182797849989297,0.000247564457095596,0.5,0.153725174569888,0.266981802078952,0.0477497111421788,0.153725174569888,0.225379742861092,0.0067689955578295,0.153725174569888,0.257024565045223,0.51487981300437,0.153725174569888,0.155740197280962,0.289898713025504,0.153725174569888,0.140205270041282,0.182436053118899,0.153725174569888,0.135957199276682,0.0851490430772684,0.153725174569888,0.148897789745052,0.0428352487463842,0.5,0.153725174569888,0.256045662583719,0.00175186803788835,0,0.469686372236595,0.607911272175819 -2651,0.5,0.153725174569888,0.100614230464313,0.358465171390719,0.153725174569888,0.270038464161203,0.517282673823908,0.153725174569888,0.262756311656896,0.0255166559074237,0.153725174569888,0.306511713785456,0.028335332020915,0.153725174569888,0.339681995084398,0.326417148675547,0.153725174569888,0.221661537353396,0.261397476937969,0.153725174569888,0.307577512827691,0.154261382559208,0.153725174569888,0.286809661283349,0.119319849940273,0.5,0.153725174569888,0.360852440604526,0.103861294214761,0.153725174569888,0.236100477871164,9.6975240372876e-05,0.5,0.153725174569888,0.422761420006382,0.0304126323073602,0.153725174569888,0.289897699305632,0.00329335202621465,0.153725174569888,0.219409076945613,0.529894961729543,0.153725174569888,0.227992364496478,0.364667997440985,0.153725174569888,0.161792427853771,0.236535813360655,0.153725174569888,0.284359742522866,0.0610585213348115,0.153725174569888,0.270893238738393,0.0328624860054426,0.5,0.153725174569888,0.312652685814921,0.00134312988355784,0,0.464872003510134,0.595286374840317 -2652,0.5,0.153725174569888,0.101762628835465,0.318329963802643,0.153725174569888,0.344385195125917,0.618309425761581,0.153725174569888,0.380796706045051,0.0263497944322971,0.153725174569888,0.465889724835176,0.0410474781759111,0.153725174569888,0.264792071631979,0.344270928386428,0.153725174569888,0.29414960726116,0.22943159487162,0.153725174569888,0.413698945936496,0.128495995565222,0.153725174569888,0.269492349444215,0.138545134901766,0.5,0.153725174569888,0.351737306277927,0.0811605199896408,0.153725174569888,0.332667949497619,0.00017064712746987,0.5,0.153725174569888,0.348204902787634,0.00852685619814764,0.153725174569888,0.330516390846161,0.000301620796532022,0.153725174569888,0.199439533148884,0.566150652029166,0.153725174569888,0.296877545060869,0.472637500485258,0.153725174569888,0.152011142467994,0.278000155504868,0.153725174569888,0.413949458110289,0.051751216080055,0.153725174569888,0.333182098507795,0.0203100290816697,0.5,0.153725174569888,0.400039909723066,0.00118729134293734,0,0.460805736450644,0.647436539659876 -2653,0.5,0.153725174569888,0.120827519871229,0.297050079351643,0.153725174569888,0.359878580750109,0.702931204382242,0.153725174569888,0.371439377489474,0.0237381703924232,0.153725174569888,0.453598084421688,0.0530000266371137,0.153725174569888,0.186167097060255,0.323618568441019,0.153725174569888,0.519933956380014,0.210667940301328,0.153725174569888,0.386135442167893,0.126264088151012,0.153725174569888,0.297187073096005,0.150390843660212,0.5,0.153725174569888,0.226699436228612,0.0413175521027707,0.153725174569888,0.394875707309626,0.00226904228585854,0.5,0.153725174569888,0.29844489101342,0.000554651541156124,0.153725174569888,0.340328522564193,0.000909821655006163,0.153725174569888,0.197189282187133,0.605906859342171,0.153725174569888,0.274659777488733,0.53527807603194,0.153725174569888,0.122585672902965,0.268303130869599,0.153725174569888,0.468633212203925,0.0337185616117345,0.153725174569888,0.350295488319056,0.0122973104366649,0.5,0.153725174569888,0.353075910936236,0.00188548862986045,0,0.429402915233317,0.596346575175355 -2654,0.5,0.153725174569888,0.134743739650607,0.301702202545083,0.153725174569888,0.173663382822167,0.599906582324888,0.153725174569888,0.256161627702989,0.022808070008321,0.153725174569888,0.362387455891741,0.0717430386777293,0.153725174569888,0.206345844721996,0.332076169089948,0.153725174569888,0.587732974696604,0.190377391872816,0.153725174569888,0.420472396660905,0.117998702388179,0.153725174569888,0.336143814569689,0.108382607006725,0.5,0.153725174569888,0.179687504584346,0.0196313478580176,0.153725174569888,0.37820933365976,0.00441134356049198,0.5,0.153725174569888,0.314907116425942,3.77075492711084e-05,0.153725174569888,0.381167700953865,0.00621902102138062,0.153725174569888,0.165008155419215,0.61985549709376,0.153725174569888,0.33042306890894,0.603953654682094,0.153725174569888,0.114838937777212,0.22164879944248,0.153725174569888,0.242895727928988,0.0208805834122479,0.153725174569888,0.271410236120077,0.0103026566483563,0.5,0.153725174569888,0.353400531838077,0.00411330540537139,0,0.431406557022053,0.626965994198903 -2655,0.5,0.153725174569888,0.13540828633681,0.30463528466728,0.153725174569888,0.0876171629035713,0.450668612426966,0.153725174569888,0.219196500874809,0.0253901508070492,0.153725174569888,0.248224420545643,0.0907618284041449,0.153725174569888,0.086347102826145,0.203620407572306,0.153725174569888,0.492465894710753,0.160473077396394,0.153725174569888,0.298189878739027,0.112965212349826,0.153725174569888,0.382696170346095,0.0700784261376608,0.5,0.153725174569888,0.191593008502341,0.00972187337865785,0.153725174569888,0.382956015131212,0.00754741924290664,0.5,0.153725174569888,0.372712581362456,6.50667998543947e-05,0.153725174569888,0.358788322655933,0.0108925699084153,0.153725174569888,0.160022045848626,0.644466291703932,0.153725174569888,0.244230773398848,0.579258236950238,0.153725174569888,0.0751437415722428,0.170752909166292,0.153725174569888,0.173326664931697,0.0165722726130564,0.153725174569888,0.257642509294193,0.0094511238147654,0.5,0.153725174569888,0.275961025926508,0.00813136384020177,0,0.488806991144062,0.770678376712068 -2656,0.5,0.153725174569888,0.0923579684048866,0.27371699492023,0.153725174569888,0.0825024719404068,0.408565562144327,0.153725174569888,0.149950724267492,0.0316618484923561,0.153725174569888,0.151080546496877,0.0868975180185212,0.153725174569888,0.122769172994246,0.183263584761627,0.153725174569888,0.316488084678823,0.140269112476219,0.153725174569888,0.18886111368156,0.10597535760134,0.153725174569888,0.272920838071685,0.0478323058668661,0.5,0.153725174569888,0.187485472432467,0.00876326887044021,0.153725174569888,0.269124137196097,0.0127720525898999,0.5,0.153725174569888,0.319883474443555,0.00121853001399136,0.153725174569888,0.262001641027201,0.0091501507813316,0.153725174569888,0.136872829576265,0.690356763342459,0.153725174569888,0.114755602344898,0.497328059790144,0.153725174569888,0.0997379922723371,0.180549519263528,0.153725174569888,0.115516571776656,0.0105265637075755,0.153725174569888,0.210105237741465,0.00724586265268342,0.5,0.153725174569888,0.208307813590891,0.0131215811286386,0,0.545124439354568,0.811458116812954 -2657,0.5,0.153725174569888,0.0577587770521758,0.217691085936248,0.153725174569888,0.0521362836611616,0.398879709323653,0.153725174569888,0.104256342634653,0.03575691587954,0.153725174569888,0.128917212879779,0.0726056504910629,0.153725174569888,0.0582974860085354,0.14813805822469,0.153725174569888,0.206494074815776,0.113962691541867,0.153725174569888,0.215382915544276,0.0647170715205095,0.153725174569888,0.181461234534617,0.027795470485131,0.5,0.153725174569888,0.18886442678607,0.00984418626756309,0.153725174569888,0.152737940773739,0.00799018911327433,0.5,0.153725174569888,0.213898510533825,0.00674774471705235,0.153725174569888,0.166287227037507,0.00515837749302432,0.153725174569888,0.0859242983055465,0.693078924395479,0.153725174569888,0.0600625939868056,0.439875665231927,0.153725174569888,0.0837376800815046,0.181059041356652,0.153725174569888,0.102873788572693,0.00628347694240872,0.153725174569888,0.147427457884938,0.00560723065728679,0.5,0.153725174569888,0.10346644611492,0.0082255754557855,0,0.602475664680958,0.802870349288938 -2658,0.5,0.153725174569888,0.0265825832777917,0.158147592434707,0.153725174569888,0.0203453642776656,0.381600206235036,0.153725174569888,0.0515233426649322,0.0268817330057436,0.153725174569888,0.07196280411493,0.0514030785155352,0.153725174569888,0.0570744089064273,0.119821108190108,0.153725174569888,0.117647477306486,0.0632521794407472,0.153725174569888,0.120593330971976,0.028318530643004,0.153725174569888,0.107147876777935,0.0111880110136528,0.5,0.153725174569888,0.114232419987974,0.00748394645001262,0.153725174569888,0.0588827680950852,0.00582489507768811,0.5,0.153725174569888,0.112467074635619,0.0117480006294326,0.153725174569888,0.0780235493962266,0.00165899424707539,0.153725174569888,0.0394218647504517,0.625056229779591,0.153725174569888,0.0237899593587079,0.423862392908869,0.153725174569888,0.0526894522550003,0.141853333842591,0.153725174569888,0.0743595148578575,0.00649460053309332,0.153725174569888,0.0860820478752039,0.00559835604643528,0.5,0.153725174569888,0.0723536526587203,0.00324465326673019,0,0.653777200646665,0.839878894076906 -2659,0.5,0.153725174569888,0.00125670618883246,0.112844987371062,0.153725174569888,0.00207561516605655,0.296697017469206,0.153725174569888,0.00366450576288237,0.0168665591150904,0.153725174569888,0.0,0.0403964500994395,0.153725174569888,0.010200097528563,0.117601735887633,0.153725174569888,0.0270424233319868,0.0326841044080664,0.153725174569888,0.035450469988277,0.0131324695665369,0.153725174569888,0.0367431584694413,0.00357770505219,0.5,0.153725174569888,0.0259862601230519,0.00311008135968612,0.153725174569888,0.00170891466399545,0.00473199029933537,0.5,0.153725174569888,0.0250411900372319,0.0110793697683832,0.153725174569888,0.016383737369591,0.000797248345773966,0.153725174569888,0.00796652649468733,0.519693671255464,0.153725174569888,0.00534295439965365,0.435186386264292,0.153725174569888,0.00980231396880344,0.104692123617635,0.153725174569888,0.0195223944300669,0.00342706535952586,0.153725174569888,0.00949884898950248,0.0040194412711753,0.5,0.153725174569888,0.0,0.00143444546057195,0,0.669243693146312,0.83859670594544 -2660,0.5,0.153725174569888,0.0,0.0898033130111546,0.153725174569888,0.0,0.223032663416256,0.153725174569888,0.0,0.0128874088814598,0.153725174569888,0.0,0.0407352040166129,0.153725174569888,0.0,0.126670963144146,0.153725174569888,0.0,0.0414840452299209,0.153725174569888,0.0,0.0170803036349833,0.153725174569888,0.0,0.00519266644158787,0.5,0.153725174569888,0.0,0.00455368042987029,0.153725174569888,0.0,0.00202398556524705,0.5,0.153725174569888,0.0,0.0200226897617979,0.153725174569888,0.0,0.00143160444203703,0.153725174569888,0.0,0.43273770174968,0.153725174569888,0.0,0.411586534163842,0.153725174569888,0.0,0.0603263428747772,0.153725174569888,0.0,0.00455110691460206,0.153725174569888,0.0,0.00487675176632699,0.5,0.153725174569888,0.0,0.00105577271662976,0,0.657685900392084,0.836854132570042 -2661,0.5,0.153725174569888,0.0,0.0786587501385262,0.153725174569888,0.0,0.161174981791021,0.153725174569888,0.0,0.00939109200268006,0.153725174569888,0.0,0.0321434507434132,0.153725174569888,0.0,0.136413099841043,0.153725174569888,0.0,0.0422640035552568,0.153725174569888,0.0,0.0173128545516952,0.153725174569888,0.0,0.00561385986025739,0.5,0.153725174569888,0.0,0.00473997866749079,0.153725174569888,0.0,0.000943229344266527,0.5,0.153725174569888,0.0,0.0177326803318406,0.153725174569888,0.0,0.00188732375438653,0.153725174569888,0.0,0.39536488409846,0.153725174569888,0.0,0.341637252662942,0.153725174569888,0.0,0.041802168101895,0.153725174569888,0.0,0.00444141969355185,0.153725174569888,0.0,0.00500204924917799,0.5,0.153725174569888,0.0,0.000702860762483271,0,0.610897193440238,0.871107957663644 -2662,0.5,0.153725174569888,0.0,0.0706209246341794,0.153725174569888,0.0,0.118688833869138,0.153725174569888,0.0,0.00796049652382803,0.153725174569888,0.0,0.027864710694749,0.153725174569888,0.0,0.115747183276408,0.153725174569888,0.0,0.0403208135137999,0.153725174569888,0.0,0.015979072155663,0.153725174569888,0.0,0.00649040696579168,0.5,0.153725174569888,0.0,0.00446719772435156,0.153725174569888,0.0,0.000523123140057083,0.5,0.153725174569888,0.0,0.0111029748639457,0.153725174569888,0.0,0.00253400211366024,0.153725174569888,0.0,0.370135025835034,0.153725174569888,0.0,0.266994450758618,0.153725174569888,0.0,0.0342338947338753,0.153725174569888,0.0,0.00466024762671248,0.153725174569888,0.0,0.00407535270532361,0.5,0.153725174569888,0.0,0.000654336955371419,0,0.524332745532065,0.822262604595372 -2663,0.5,0.153725174569888,0.0,0.0643163119898407,0.153725174569888,0.0,0.0975440277783381,0.153725174569888,0.0,0.00565139041887415,0.153725174569888,0.0,0.0226776457295436,0.153725174569888,0.0,0.0812001894430126,0.153725174569888,0.0,0.0330104941748291,0.153725174569888,0.0,0.0170569193141242,0.153725174569888,0.0,0.00663829080468478,0.5,0.153725174569888,0.0,0.00301574830287074,0.153725174569888,0.0,0.000789343356705311,0.5,0.153725174569888,0.0,0.00723187186330696,0.153725174569888,0.0,0.0037354820357503,0.153725174569888,0.0,0.370413271349951,0.153725174569888,0.0,0.214713091433173,0.153725174569888,0.0,0.0304627971747889,0.153725174569888,0.0,0.00415814995931857,0.153725174569888,0.0,0.00337453147956199,0.5,0.153725174569888,0.0,0.00094466991985738,0,0.412243329776428,0.764893345555744 -2664,0.5,0.153725174569888,0.0,0.0614108538851332,0.153725174569888,0.0,0.0768157982472193,0.153725174569888,0.0,0.00377970230481983,0.153725174569888,0.0,0.0184264268460522,0.153725174569888,0.0,0.0641018380123948,0.153725174569888,0.0,0.0253516734509793,0.153725174569888,0.0,0.0188704783040457,0.153725174569888,0.0,0.00675996556151975,0.5,0.153725174569888,0.0,0.00246086230676455,0.153725174569888,0.0,0.00271895967172992,0.5,0.153725174569888,0.0,0.00632389222800288,0.153725174569888,0.0,0.00511634154519758,0.153725174569888,0.0,0.326949246562388,0.153725174569888,0.0,0.17935281897647,0.153725174569888,0.0,0.0299943812149144,0.153725174569888,0.0,0.00375771230856958,0.153725174569888,0.0,0.00329034353072298,0.5,0.153725174569888,0.0,0.00145402620164905,0,0.306617325965712,0.700776690788375 -2665,0.5,0.153725174569888,0.0,0.0610904160437403,0.153725174569888,0.0,0.0640254108333608,0.153725174569888,0.0,0.00305146945581837,0.153725174569888,0.0,0.0167491632679768,0.153725174569888,0.0,0.0506602146074847,0.153725174569888,0.0,0.0206412615365463,0.153725174569888,0.0,0.0189142124050624,0.153725174569888,0.0,0.00690784090654931,0.5,0.153725174569888,0.0,0.00255935840036677,0.153725174569888,0.0,0.00323534754982527,0.5,0.153725174569888,0.0,0.00592270875251425,0.153725174569888,0.0,0.0059114032893604,0.153725174569888,0.0,0.24584841932745,0.153725174569888,0.0,0.143811672342416,0.153725174569888,0.0,0.0305031509950223,0.153725174569888,0.0,0.00352435434010126,0.153725174569888,0.0,0.00351847309173765,0.5,0.153725174569888,0.0,0.00138173178272536,0,0.215680657666675,0.693073493732122 -2666,0.5,0.153725174569888,0.0,0.0651462918526571,0.153725174569888,0.0,0.0602835505099841,0.153725174569888,0.0,0.00273040097270428,0.153725174569888,0.0,0.0179865768016977,0.153725174569888,0.0,0.0404104266309128,0.153725174569888,0.0,0.0170694736472785,0.153725174569888,0.0,0.0139984510945399,0.153725174569888,0.0,0.00790364019243653,0.5,0.153725174569888,0.0,0.00172175757440634,0.153725174569888,0.0,0.00178287887469188,0.5,0.153725174569888,0.0,0.00440508121979159,0.153725174569888,0.0,0.00601589893445919,0.153725174569888,0.0,0.18146402333878,0.153725174569888,0.0,0.113956210045218,0.153725174569888,0.0,0.0320514108400618,0.153725174569888,0.0,0.0035202171748632,0.153725174569888,0.0,0.00297699083699757,0.5,0.153725174569888,0.0,0.00112547717945614,0,0.187895544135849,0.636769183785657 -2667,0.5,0.153725174569888,0.0,0.0698219813403564,0.153725174569888,0.0,0.0518214667137596,0.153725174569888,0.0,0.00202340983052796,0.153725174569888,0.0,0.0200878369307,0.153725174569888,0.0,0.0341601629552427,0.153725174569888,0.0,0.0148698814953876,0.153725174569888,0.0,0.0110607516849236,0.153725174569888,0.0,0.00953159412693705,0.5,0.153725174569888,0.0,0.00172616301019772,0.153725174569888,0.0,0.00081475739899462,0.5,0.153725174569888,0.0,0.00399106098592747,0.153725174569888,0.0,0.00575015629356368,0.153725174569888,0.0,0.144342669319533,0.153725174569888,0.0,0.0878517239611746,0.153725174569888,0.0,0.0323570077647807,0.153725174569888,0.0,0.00411905279553699,0.153725174569888,0.0,0.00285736038501254,0.5,0.153725174569888,0.0,0.00111070191508074,0,0.223400398016568,0.563243101822338 -2668,0.5,0.153725174569888,0.0,0.0678043830814874,0.153725174569888,0.0,0.0457393675773335,0.153725174569888,0.0,0.00215232130290123,0.153725174569888,0.0,0.0223107463957422,0.153725174569888,0.0,0.0341193154592456,0.153725174569888,0.0,0.0148584368503633,0.153725174569888,0.0,0.0121780203208403,0.153725174569888,0.0,0.0112069131327538,0.5,0.153725174569888,0.0,0.00165636965305751,0.153725174569888,0.0,0.000561818497077897,0.5,0.153725174569888,0.0,0.00583640770234447,0.153725174569888,0.0,0.00654121531905015,0.153725174569888,0.0,0.125300881795123,0.153725174569888,0.0,0.0846154415729981,0.153725174569888,0.0,0.0304939081222515,0.153725174569888,0.0,0.00523554579608404,0.153725174569888,0.0,0.00338374812926311,0.5,0.153725174569888,0.0,0.00125294075931975,0,0.274634620952309,0.475743155414604 -2669,0.5,0.153725174569888,0.0,0.0598327230207118,0.153725174569888,0.0,0.0453974772779636,0.153725174569888,0.0,0.00212130012268166,0.153725174569888,0.0,0.0200654438249575,0.153725174569888,0.0,0.0378078071582907,0.153725174569888,0.0,0.0207986517847571,0.153725174569888,0.0,0.0214311099101565,0.153725174569888,0.0,0.0117777387116282,0.5,0.153725174569888,0.0,0.00177049974612769,0.153725174569888,0.0,0.000554185089397796,0.5,0.153725174569888,0.0,0.00747743491882571,0.153725174569888,0.0,0.00811757254629648,0.153725174569888,0.0,0.11578788718382,0.153725174569888,0.0,0.088644994420651,0.153725174569888,0.0,0.025055820692338,0.153725174569888,0.0,0.00724015111699026,0.153725174569888,0.0,0.00398990839477421,0.5,0.153725174569888,0.0,0.0019816260469592,0,0.276177925117091,0.379491903306758 -2670,0.5,0.153725174569888,0.00129383621388792,0.0503775927278556,0.153725174569888,0.000219571406544253,0.0399703148257443,0.153725174569888,0.00341159416378005,0.00168138124545545,0.153725174569888,0.00591010135656422,0.0158815733167392,0.153725174569888,8.08954112732753e-05,0.0487008801148672,0.153725174569888,0.0,0.0290437683480044,0.153725174569888,0.000107139722675282,0.0324505400679559,0.153725174569888,0.0,0.0138056162122357,0.5,0.153725174569888,0.0,0.00238796992436332,0.153725174569888,0.000298656066591387,0.000699176851497794,0.5,0.153725174569888,8.11724894612966e-05,0.00767117953304314,0.153725174569888,6.98310583942544e-05,0.00933859297408577,0.153725174569888,0.000532210699492217,0.106614433272108,0.153725174569888,0.000244172474999626,0.0919912879910122,0.153725174569888,0.000638401417638754,0.0189231729174452,0.153725174569888,0.00101036533910943,0.0077665994564492,0.153725174569888,0.00220532174752801,0.00403264781500907,0.5,0.153725174569888,0.00217795728494079,0.00155929987765034,0,0.237444823151904,0.371541523358798 -2671,0.5,0.153725174569888,0.0191101708971687,0.0429711894645005,0.153725174569888,0.00403869230076429,0.0317892073332493,0.153725174569888,0.0742309923215886,0.00151342667004536,0.153725174569888,0.0684515832258372,0.0126316368498705,0.153725174569888,0.0339296233905503,0.0567670897282253,0.153725174569888,0.0347010691846771,0.0348404952700068,0.153725174569888,0.0460259755854436,0.0345183241718855,0.153725174569888,0.0248979102648113,0.0160212885424178,0.5,0.153725174569888,0.0101949234699059,0.00312224139776291,0.153725174569888,0.0164400097229409,0.000708201687619235,0.5,0.153725174569888,0.0337468879593373,0.00615216582354379,0.153725174569888,0.0475499519700747,0.00720011423918316,0.153725174569888,0.00763051686851071,0.102680288002431,0.153725174569888,0.0182864989743324,0.0996574081030524,0.153725174569888,0.0251882328852597,0.0129844636617208,0.153725174569888,0.0642053244989968,0.00511218325558071,0.153725174569888,0.0664941571185837,0.00290320396095484,0.5,0.153725174569888,0.0462217166876023,0.000825426422657183,0,0.198273440639943,0.415300412579811 -2672,0.5,0.153725174569888,0.0597817085026521,0.0403859408627091,0.153725174569888,0.0359564785875998,0.0306282567837578,0.153725174569888,0.186940924107351,0.00377510324441899,0.153725174569888,0.162052954112262,0.017506895062304,0.153725174569888,0.106405971027277,0.0679044239446539,0.153725174569888,0.102197891965104,0.0476062924702385,0.153725174569888,0.154725812865475,0.0392442006931055,0.153725174569888,0.058335766006083,0.0186900017045858,0.5,0.153725174569888,0.0533868871284477,0.00385287991780191,0.153725174569888,0.0777379680195945,0.000838191210028468,0.5,0.153725174569888,0.112839664048742,0.00420130194511105,0.153725174569888,0.159048173102008,0.00510774351088868,0.153725174569888,0.0224493443615757,0.0989479337323781,0.153725174569888,0.0624420392972492,0.113186322331664,0.153725174569888,0.102741013135067,0.0119169942159386,0.153725174569888,0.168678648905059,0.00458453790078941,0.153725174569888,0.161581909869496,0.00238755178725026,0.5,0.153725174569888,0.14279800734101,0.000550511193371392,0,0.172355673466042,0.429775449439535 -2673,0.5,0.153725174569888,0.091105194339182,0.0456876059647032,0.153725174569888,0.0877494211950086,0.0781468922382473,0.153725174569888,0.334809022976011,0.0191476340519703,0.153725174569888,0.270752970272058,0.0375134637279398,0.153725174569888,0.242606076512112,0.10608529962109,0.153725174569888,0.15281631452549,0.088540971922886,0.153725174569888,0.270280511985023,0.0765518682882291,0.153725174569888,0.078140142459853,0.0284672672400146,0.5,0.153725174569888,0.152337028592318,0.0107754301347759,0.153725174569888,0.183278296905944,0.0016594602367839,0.5,0.153725174569888,0.253156291969335,0.00621069076445913,0.153725174569888,0.296799321518995,0.012502462433118,0.153725174569888,0.050224872718467,0.103208111077444,0.153725174569888,0.129461236673658,0.114996925271795,0.153725174569888,0.235169636871372,0.0224992962980486,0.153725174569888,0.283472341921757,0.0149826981313992,0.153725174569888,0.268307510160643,0.00466663104749678,0.5,0.153725174569888,0.264332468441385,0.00128759350710571,0,0.153801275503362,0.413612135806769 -2674,0.5,0.153725174569888,0.13366307177548,0.0554750810779617,0.153725174569888,0.130663795199383,0.0673149433698568,0.153725174569888,0.489767008344181,0.035124622001917,0.153725174569888,0.37011662992022,0.0668465933576316,0.153725174569888,0.373062676688399,0.153168031632156,0.153725174569888,0.205863008511185,0.124842964245029,0.153725174569888,0.396276254368004,0.143434272083956,0.153725174569888,0.109705764816673,0.0504371759940286,0.5,0.153725174569888,0.288847603023585,0.0179320940357147,0.153725174569888,0.211456903486585,0.00166415800438777,0.5,0.153725174569888,0.414055070176621,0.0152239409240643,0.153725174569888,0.410988600962804,0.0188590737994789,0.153725174569888,0.0820637527321536,0.125698266283304,0.153725174569888,0.266065859209167,0.108947052715657,0.153725174569888,0.374046147676579,0.0343784823504359,0.153725174569888,0.383933837192146,0.0491051357198267,0.153725174569888,0.389931652994534,0.0097411156732195,0.5,0.153725174569888,0.369623304626131,0.000824256189217792,0,0.141293622728585,0.375101807008867 -2675,0.5,0.153725174569888,0.177507361564718,0.0630263528760683,0.153725174569888,0.201006985866899,0.0870877561351382,0.153725174569888,0.581686871008129,0.045839710077145,0.153725174569888,0.41604570045383,0.0873146709007193,0.153725174569888,0.445065535378108,0.135562287598265,0.153725174569888,0.320516549591059,0.173863500612615,0.153725174569888,0.488847492723731,0.151954959081464,0.153725174569888,0.179344628846852,0.0746040126607167,0.5,0.153725174569888,0.423355800177877,0.0231900389426501,0.153725174569888,0.296748893276082,0.00068618179332071,0.5,0.153725174569888,0.488455113504153,0.00987657903273631,0.153725174569888,0.379403984771643,0.0101181737924305,0.153725174569888,0.130333265703648,0.132406712278285,0.153725174569888,0.367320236517397,0.0961518713164275,0.153725174569888,0.45667800700615,0.0428945352517167,0.153725174569888,0.428554808230049,0.0629214903754423,0.153725174569888,0.447679082684543,0.00928531467686023,0.5,0.153725174569888,0.460392593723732,0.0009323629317543,0,0.136193273575419,0.358376035117068 -2676,0.5,0.153725174569888,0.217013527762662,0.0700904933313719,0.153725174569888,0.265249789437906,0.105882991437499,0.153725174569888,0.616229080714321,0.0397895436856258,0.153725174569888,0.459138935590124,0.0919475895558632,0.153725174569888,0.49842248723195,0.0973280790070035,0.153725174569888,0.389918386486431,0.169387814685891,0.153725174569888,0.444476388473839,0.11852309008306,0.153725174569888,0.287164445153641,0.0823798010875929,0.5,0.153725174569888,0.508955476771228,0.0259080055400289,0.153725174569888,0.513003615297761,0.000675759525236826,0.5,0.153725174569888,0.435948112041714,0.00927240549882259,0.153725174569888,0.457171336492167,0.0038397845396695,0.153725174569888,0.200296799198829,0.174028199787705,0.153725174569888,0.442061280627268,0.0813183013565523,0.153725174569888,0.464060874199715,0.0407144985284319,0.153725174569888,0.4308000004343,0.0544712310841383,0.153725174569888,0.465745017976973,0.00456798536321289,0.5,0.153725174569888,0.396138056241814,0.000856921946526953,0,0.124300749024291,0.342706467136716 -2677,0.5,0.153725174569888,0.242381228444838,0.0737076078770992,0.153725174569888,0.253201717346996,0.10138582161677,0.153725174569888,0.60537515078249,0.0244825620683549,0.153725174569888,0.481028814478329,0.0900692827085193,0.153725174569888,0.475978965451984,0.0791475600781654,0.153725174569888,0.39728113255431,0.146155373960072,0.153725174569888,0.380172115899763,0.0990710371301194,0.153725174569888,0.448688385481344,0.0678367744874487,0.5,0.153725174569888,0.547686469609792,0.0213500880148569,0.153725174569888,0.551731179724837,0.00360149725691871,0.5,0.153725174569888,0.410992032949136,0.00818679956835918,0.153725174569888,0.449958406239561,0.00135321816774176,0.153725174569888,0.231052640665435,0.194195662215169,0.153725174569888,0.416205109253474,0.0898638092185592,0.153725174569888,0.472321608175217,0.039689716753899,0.153725174569888,0.455702247363258,0.0436271372592789,0.153725174569888,0.498089735887478,0.00503885974576251,0.5,0.153725174569888,0.461559910673788,0.00175629057662487,0,0.114677645363734,0.334016959563291 -2678,0.5,0.153725174569888,0.260587101560964,0.0758655890678165,0.153725174569888,0.4132388691619,0.104193171526144,0.153725174569888,0.539066034227318,0.016582649317143,0.153725174569888,0.381024858037195,0.0924717189187503,0.153725174569888,0.430449584817626,0.0618184885481681,0.153725174569888,0.359894798297367,0.11083832497768,0.153725174569888,0.300449664103054,0.0810543998467615,0.153725174569888,0.536430001187376,0.045473142660267,0.5,0.153725174569888,0.544789601551302,0.0106515026176581,0.153725174569888,0.530344608072641,0.00704756573969772,0.5,0.153725174569888,0.540801017871019,0.000290332020106702,0.153725174569888,0.482026627932668,0.000452258624924369,0.153725174569888,0.305618774583829,0.221710381481266,0.153725174569888,0.297796102882281,0.0859508347621756,0.153725174569888,0.425808244919447,0.029768039749525,0.153725174569888,0.451921165363336,0.033858180410993,0.153725174569888,0.365757889612179,0.00620247763760251,0.5,0.153725174569888,0.32922624592981,0.00584116236877712,0,0.109673725548242,0.341170503926565 -2679,0.5,0.153725174569888,0.2756168721702,0.0901008235131685,0.153725174569888,0.145974563141716,0.04916874537399,0.153725174569888,0.481041384105668,0.0210025146080949,0.153725174569888,0.353417628937719,0.094893292689397,0.153725174569888,0.425729051532483,0.0563234115331474,0.153725174569888,0.376210083538957,0.0788216867295828,0.153725174569888,0.232292671868807,0.0490690023612802,0.153725174569888,0.487935099845744,0.0267994694358726,0.5,0.153725174569888,0.468779475768865,0.00366511489111909,0.153725174569888,0.471692633759997,0.00731397473350954,0.5,0.153725174569888,0.400197383621357,0.00051698819870725,0.153725174569888,0.417432029971751,0.000991744891464222,0.153725174569888,0.316174846265857,0.228551567635346,0.153725174569888,0.228187291356014,0.0630991963731503,0.153725174569888,0.383351693352156,0.0298386612831601,0.153725174569888,0.40986285986671,0.0367555822164615,0.153725174569888,0.42315624304356,0.00331516526684656,0.5,0.153725174569888,0.294861309899926,0.00710138955852742,0,0.109982080064396,0.332971330355828 -2680,0.5,0.153725174569888,0.267813672757597,0.124265001487826,0.153725174569888,0.0678697382086178,0.0162077629660944,0.153725174569888,0.369441539661932,0.0306983026157127,0.153725174569888,0.230586274160577,0.0820601033811112,0.153725174569888,0.320193292957215,0.0488116481526316,0.153725174569888,0.304836974075866,0.049449570949467,0.153725174569888,0.230455169734024,0.0154851985296318,0.153725174569888,0.392325048719137,0.0166976402693036,0.5,0.153725174569888,0.39775878966394,0.00216740833847313,0.153725174569888,0.318098908642496,0.0096260538359157,0.5,0.153725174569888,0.402251062252384,0.00056134954884373,0.153725174569888,0.377745430019116,0.00185819023339092,0.153725174569888,0.145337909288319,0.175382761111432,0.153725174569888,0.26232716702971,0.0574053073726986,0.153725174569888,0.332819091735297,0.0477445557861583,0.153725174569888,0.408034235982086,0.0298122918029504,0.153725174569888,0.38625677590405,0.0058882304222326,0.5,0.153725174569888,0.228732762378183,0.00840947250796542,0,0.149974609505835,0.271033789676316 -2681,0.5,0.153725174569888,0.206598092068438,0.147288740305649,0.153725174569888,0.129529468166454,0.0721506692834667,0.153725174569888,0.23552030917365,0.0571169296468834,0.153725174569888,0.149146525483569,0.0652514339171735,0.153725174569888,0.132250798541869,0.023267367988215,0.153725174569888,0.284536084912408,0.0422742533305729,0.153725174569888,0.244163993438685,0.00820747444851225,0.153725174569888,0.280696144269034,0.00964779089817468,0.5,0.153725174569888,0.295013054148618,0.00147456169571264,0.153725174569888,0.217058450668528,0.00543026819334994,0.5,0.153725174569888,0.321164287810919,0.000872390866272674,0.153725174569888,0.260779830395934,0.00349651901371559,0.153725174569888,0.0968905542722896,0.14792243671079,0.153725174569888,0.269377387487081,0.0850037223649887,0.153725174569888,0.238542994964403,0.0581212573999188,0.153725174569888,0.31176962641181,0.0186332470746673,0.153725174569888,0.281923982710209,0.0104934271138292,0.5,0.153725174569888,0.209936402227354,0.0044075823496015,0,0.20537013003614,0.196863444019762 -2682,0.5,0.153725174569888,0.111594774570993,0.117942816788358,0.153725174569888,0.114246944892278,0.10631600481564,0.153725174569888,0.133921506203551,0.112743011662237,0.153725174569888,0.0503033269530798,0.0500870855941829,0.153725174569888,0.101215802876614,0.0126108493476803,0.153725174569888,0.193271503725857,0.0243218664051003,0.153725174569888,0.153139736678586,0.00567076673148743,0.153725174569888,0.163180316856818,0.00367920025294072,0.5,0.153725174569888,0.181414291588208,0.000498889610252232,0.153725174569888,0.133496406859438,0.00268674978152714,0.5,0.153725174569888,0.177352117037312,0.00285876494793995,0.153725174569888,0.162883129955161,0.00217797612728748,0.153725174569888,0.0660470491751899,0.168633208278153,0.153725174569888,0.157641390219639,0.0779381361120406,0.153725174569888,0.142145371087219,0.0546213679603067,0.153725174569888,0.183634910155665,0.00224740645133982,0.153725174569888,0.153693179108544,0.00647744536007242,0.5,0.153725174569888,0.121408824259631,0.00129551651960411,0,0.232071190385554,0.149861431668123 -2683,0.5,0.153725174569888,0.0130047790818643,0.113170753070349,0.153725174569888,0.0356361181240292,0.116711553596041,0.153725174569888,0.0203936482621714,0.173684760731074,0.153725174569888,0.000805879493628951,0.0401671344058403,0.153725174569888,0.0409925132532725,0.0253984967865025,0.153725174569888,0.0544105049628607,0.0226275522680386,0.153725174569888,0.0442760295825795,0.00882707712423833,0.153725174569888,0.0361324543095988,0.00170743611156571,0.5,0.153725174569888,0.041845563297228,0.000313695601414405,0.153725174569888,0.0103874704152464,0.00121610776477875,0.5,0.153725174569888,0.0285935531854303,0.00523228561205961,0.153725174569888,0.0264774662957273,0.00179615751526604,0.153725174569888,0.0303432909830682,0.193910307227399,0.153725174569888,0.0461516002091684,0.100331393568682,0.153725174569888,0.0339036178124365,0.103905545168541,0.153725174569888,0.0300007099663094,0.00120183960604664,0.153725174569888,0.0124452104453845,0.00600341736387017,0.5,0.153725174569888,0.0,0.00080525526943718,0,0.260116681289597,0.148273079075298 -2684,0.5,0.153725174569888,0.0,0.114366243428494,0.153725174569888,0.0,0.112569537896797,0.153725174569888,0.0,0.105582484895015,0.153725174569888,0.0,0.033652175011239,0.153725174569888,0.0,0.0483935852627089,0.153725174569888,0.0,0.0318080228927904,0.153725174569888,0.0,0.0124074066993421,0.153725174569888,0.0,0.00316663402927306,0.5,0.153725174569888,0.0,0.00106181643167101,0.153725174569888,0.0,0.00187527792757442,0.5,0.153725174569888,0.0,0.00471406715635423,0.153725174569888,0.0,0.0027713136709334,0.153725174569888,0.0,0.176760234261641,0.153725174569888,0.0,0.167999941193138,0.153725174569888,0.0,0.145089094734685,0.153725174569888,0.0,0.000896316306932595,0.153725174569888,0.0,0.0051010983423463,0.5,0.153725174569888,0.0,0.000759001600304407,0,0.340598621502508,0.167906829614654 -2685,0.5,0.153725174569888,0.0,0.109715956765006,0.153725174569888,0.0,0.0967986059199307,0.153725174569888,0.0,0.0527915227468649,0.153725174569888,0.0,0.024454843339367,0.153725174569888,0.0,0.0681751097662912,0.153725174569888,0.0,0.0339073992492409,0.153725174569888,0.0,0.0128254762277373,0.153725174569888,0.0,0.00496465751022834,0.5,0.153725174569888,0.0,0.00177552383658779,0.153725174569888,0.0,0.00108735000975516,0.5,0.153725174569888,0.0,0.00172421198428862,0.153725174569888,0.0,0.00222230989027481,0.153725174569888,0.0,0.147544061148209,0.153725174569888,0.0,0.185765255785582,0.153725174569888,0.0,0.139178409753799,0.153725174569888,0.0,0.00136426655592013,0.153725174569888,0.0,0.0029029212803189,0.5,0.153725174569888,0.0,0.000795801038882025,0,0.491076723779099,0.182941217229571 -2686,0.5,0.153725174569888,0.0,0.106135786196608,0.153725174569888,0.0,0.0997987057850806,0.153725174569888,0.0,0.0267513327330798,0.153725174569888,0.0,0.0201496645541009,0.153725174569888,0.0,0.0768813201318879,0.153725174569888,0.0,0.0306625815216283,0.153725174569888,0.0,0.00765965358092414,0.153725174569888,0.0,0.00677352046400453,0.5,0.153725174569888,0.0,0.00281408149794325,0.153725174569888,0.0,0.000642334758209299,0.5,0.153725174569888,0.0,0.00109913973232402,0.153725174569888,0.0,0.00176955703288646,0.153725174569888,0.0,0.1386613550624,0.153725174569888,0.0,0.165394057341991,0.153725174569888,0.0,0.12110816255358,0.153725174569888,0.0,0.00140303538845466,0.153725174569888,0.0,0.00181454414573969,0.5,0.153725174569888,0.0,0.0007391493917277,0,0.609940954240793,0.212434814539561 -2687,0.5,0.153725174569888,0.0,0.105131468592197,0.153725174569888,0.0,0.1061785795831,0.153725174569888,0.0,0.0155414266266616,0.153725174569888,0.0,0.0173309468090669,0.153725174569888,0.0,0.0762231274147474,0.153725174569888,0.0,0.0281656742256057,0.153725174569888,0.0,0.00521313618023868,0.153725174569888,0.0,0.00911961940528291,0.5,0.153725174569888,0.0,0.00345142008794437,0.153725174569888,0.0,0.000525137018631854,0.5,0.153725174569888,0.0,0.00104056125934107,0.153725174569888,0.0,0.00219446148932594,0.153725174569888,0.0,0.141564995299576,0.153725174569888,0.0,0.134862885465344,0.153725174569888,0.0,0.0975079460716762,0.153725174569888,0.0,0.00229319447261351,0.153725174569888,0.0,0.00138141253346737,0.5,0.153725174569888,0.0,0.000771485770006244,0,0.695184703018273,0.266678183272721 -2688,0.5,0.153725174569888,0.0,0.103688191562168,0.153725174569888,0.0,0.0838398434837019,0.153725174569888,0.0,0.00945015560063147,0.153725174569888,0.0,0.0147005667708788,0.153725174569888,0.0,0.0586233689850162,0.153725174569888,0.0,0.0229014012781226,0.153725174569888,0.0,0.00456877538657616,0.153725174569888,0.0,0.0115954904783511,0.5,0.153725174569888,0.0,0.00330129990263483,0.153725174569888,0.0,0.000437732691332216,0.5,0.153725174569888,0.0,0.000975123045160702,0.153725174569888,0.0,0.00299818903385569,0.153725174569888,0.0,0.15093585322431,0.153725174569888,0.0,0.105074785289947,0.153725174569888,0.0,0.0762883474449859,0.153725174569888,0.0,0.00357111640454923,0.153725174569888,0.0,0.00188548106563073,0.5,0.153725174569888,0.0,0.00122544595237452,0,0.746020945473749,0.314210119675425 -2689,0.5,0.153725174569888,0.0,0.101539536180215,0.153725174569888,0.0,0.0654291323489526,0.153725174569888,0.0,0.00609568660919514,0.153725174569888,0.0,0.0124023055324172,0.153725174569888,0.0,0.0476961739684239,0.153725174569888,0.0,0.0164352874949223,0.153725174569888,0.0,0.00467007620650246,0.153725174569888,0.0,0.0131682810111365,0.5,0.153725174569888,0.0,0.0038513866458892,0.153725174569888,0.0,0.000909412121130784,0.5,0.153725174569888,0.0,0.000926646372000944,0.153725174569888,0.0,0.00301699775849112,0.153725174569888,0.0,0.155820874812484,0.153725174569888,0.0,0.0911435436549823,0.153725174569888,0.0,0.0640370561564182,0.153725174569888,0.0,0.00384807588787689,0.153725174569888,0.0,0.00295840862416746,0.5,0.153725174569888,0.0,0.00312822089299768,0,0.751021654240107,0.27601587849436 -2690,0.5,0.153725174569888,0.0,0.0988405381320147,0.153725174569888,0.0,0.0567423134576265,0.153725174569888,0.0,0.00425519444073934,0.153725174569888,0.0,0.00959189003717794,0.153725174569888,0.0,0.0349888801594004,0.153725174569888,0.0,0.0112661959648852,0.153725174569888,0.0,0.00476716434645363,0.153725174569888,0.0,0.0116853786956221,0.5,0.153725174569888,0.0,0.00406785744139216,0.153725174569888,0.0,0.000743764408614182,0.5,0.153725174569888,0.0,0.000803788784896622,0.153725174569888,0.0,0.00228314660850109,0.153725174569888,0.0,0.157635608622888,0.153725174569888,0.0,0.0948109345638642,0.153725174569888,0.0,0.0504549166587362,0.153725174569888,0.0,0.00485548778063027,0.153725174569888,0.0,0.00353557409078446,0.5,0.153725174569888,0.0,0.0035340592227301,0,0.74740930019192,0.224269057922388 -2691,0.5,0.153725174569888,0.0,0.0972783193001516,0.153725174569888,0.0,0.0548322269809971,0.153725174569888,0.0,0.00272364322454815,0.153725174569888,0.0,0.00667239341194312,0.153725174569888,0.0,0.0261971798150044,0.153725174569888,0.0,0.00740920221939524,0.153725174569888,0.0,0.00468144370947239,0.153725174569888,0.0,0.0101225247071609,0.5,0.153725174569888,0.0,0.00325249669147869,0.153725174569888,0.0,0.000375624142833613,0.5,0.153725174569888,0.0,0.000783561705641113,0.153725174569888,0.0,0.00256862858369807,0.153725174569888,0.0,0.162591551617529,0.153725174569888,0.0,0.0968766521517603,0.153725174569888,0.0,0.0394676518054291,0.153725174569888,0.0,0.00464916954534106,0.153725174569888,0.0,0.00390172010581614,0.5,0.153725174569888,0.0,0.00331008496420509,0,0.729617094029205,0.20807926776434 -2692,0.5,0.153725174569888,0.0,0.0958387226897331,0.153725174569888,0.0,0.0572517856061235,0.153725174569888,0.0,0.00180373052932616,0.153725174569888,0.0,0.00493307437018843,0.153725174569888,0.0,0.0189781461171017,0.153725174569888,0.0,0.00444120768875148,0.153725174569888,0.0,0.00486149455946851,0.153725174569888,0.0,0.00865167018469238,0.5,0.153725174569888,0.0,0.00280759214714024,0.153725174569888,0.0,0.000771479652434637,0.5,0.153725174569888,0.0,0.00108659495286372,0.153725174569888,0.0,0.00291504456351263,0.153725174569888,0.0,0.17244754213743,0.153725174569888,0.0,0.0983430398700912,0.153725174569888,0.0,0.0312686799407041,0.153725174569888,0.0,0.00534855743088732,0.153725174569888,0.0,0.00366869061781738,0.5,0.153725174569888,0.0,0.0024783131093197,0,0.715141645562329,0.224910329377533 -2693,0.5,0.153725174569888,0.0,0.0941982206495315,0.153725174569888,0.0,0.0639058081598965,0.153725174569888,0.0,0.00125749956696111,0.153725174569888,0.0,0.00480713569825273,0.153725174569888,0.0,0.0105146346551116,0.153725174569888,0.0,0.0031007677368205,0.153725174569888,0.0,0.00467364684629807,0.153725174569888,0.0,0.00795258219579504,0.5,0.153725174569888,0.0,0.00203042802997502,0.153725174569888,0.0,0.00118134494383411,0.5,0.153725174569888,0.0,0.00118742083223943,0.153725174569888,0.0,0.00287957137253628,0.153725174569888,0.0,0.186032133809026,0.153725174569888,0.0,0.095206496140957,0.153725174569888,0.0,0.0277561600209353,0.153725174569888,0.0,0.00467272759158678,0.153725174569888,0.0,0.00273657817639947,0.5,0.153725174569888,0.0,0.00476215017194344,0,0.712121123734017,0.237929908073537 -2694,0.5,0.153725174569888,0.00446448155250236,0.0970931949748482,0.153725174569888,0.00348777735769901,0.0708542389616982,0.153725174569888,0.00353396256124844,0.000915460253631197,0.153725174569888,0.00407462467577953,0.00618783991855157,0.153725174569888,0.000681600435246595,0.0034261011111808,0.153725174569888,0.0,0.00266387534436219,0.153725174569888,0.000622185568300685,0.00326484330258257,0.153725174569888,1.72743613267714e-06,0.00723281545283659,0.5,0.153725174569888,2.19905228753939e-05,0.00141312723354682,0.153725174569888,0.00175052193520446,0.000703931544530113,0.5,0.153725174569888,0.000415308135070893,0.000969427668700269,0.153725174569888,0.000405010400879098,0.00294726969278712,0.153725174569888,0.00367769537977145,0.201066140886896,0.153725174569888,0.00113117380519819,0.0928308493804524,0.153725174569888,0.00257728034247353,0.0289835488680284,0.153725174569888,0.00166772020949788,0.00276659600642374,0.153725174569888,0.00314848088641999,0.00211574477523341,0.5,0.153725174569888,0.00277539023085139,0.00309116751487724,0,0.702565939011034,0.246199508031181 -2695,0.5,0.153725174569888,0.0476953880365529,0.108092281188852,0.153725174569888,0.0666223183434368,0.0737344653308904,0.153725174569888,0.0680640929477713,0.000614552372719258,0.153725174569888,0.0466554115053638,0.00743381299429343,0.153725174569888,0.0635297856653136,0.00109841010196166,0.153725174569888,0.0574222899507933,0.00168979889445518,0.153725174569888,0.0661720095695222,0.00186677616598421,0.153725174569888,0.0537983160975575,0.00474116309722324,0.5,0.153725174569888,0.0520918556872548,0.000586493047927899,0.153725174569888,0.0757059329566743,0.000149140106355814,0.5,0.153725174569888,0.0675186118221675,0.000756194833126785,0.153725174569888,0.0657088711291007,0.00109887634292663,0.153725174569888,0.0676456968434342,0.231112789831818,0.153725174569888,0.0510042571994244,0.0938904049718718,0.153725174569888,0.0705041965758074,0.0290067905569105,0.153725174569888,0.0727419189629087,0.00151829871855431,0.153725174569888,0.0813408855773104,0.00120309123447616,0.5,0.153725174569888,0.0601231613858948,0.00127028890628039,0,0.707213504364039,0.244333220295812 -2696,0.5,0.153725174569888,0.0978067810809921,0.13338890333209,0.153725174569888,0.164635208509841,0.114293830595376,0.153725174569888,0.161950793461307,0.00185389098476036,0.153725174569888,0.0954222486093835,0.00810025289876843,0.153725174569888,0.179362510912128,0.00239999382109179,0.153725174569888,0.164754729631651,0.000870788401557002,0.153725174569888,0.183915321966882,0.00112879259121156,0.153725174569888,0.148210118529355,0.0026010126830214,0.5,0.153725174569888,0.140812975360002,0.000273315444700354,0.153725174569888,0.196327090858063,0.000177025973932295,0.5,0.153725174569888,0.1854209560019,0.000617639754935503,0.153725174569888,0.181048377797329,0.000220927448066133,0.153725174569888,0.161365952543389,0.289431341665082,0.153725174569888,0.155654399614087,0.124728022502258,0.153725174569888,0.183588958320791,0.0424288330694717,0.153725174569888,0.196566700271411,0.00108314052881676,0.153725174569888,0.205596723104419,0.000714938853492871,0.5,0.153725174569888,0.13607680070448,0.00191440689142309,0,0.722622213494632,0.246921403320017 -2697,0.5,0.153725174569888,0.142673816054115,0.162304547559644,0.153725174569888,0.267262786441967,0.135349677254139,0.153725174569888,0.234010591582349,0.00422975054773884,0.153725174569888,0.145871835746433,0.012061332808574,0.153725174569888,0.314462543179787,0.0125965430860329,0.153725174569888,0.29347281456181,0.000865310015134638,0.153725174569888,0.316909570205553,0.000601452262327674,0.153725174569888,0.247489613886628,0.00097979514197125,0.5,0.153725174569888,0.228174566522253,0.000467956273611485,0.153725174569888,0.327826940982235,0.0011283496008227,0.5,0.153725174569888,0.323195057933923,0.00085352616270087,0.153725174569888,0.31787971208459,0.000190990575620339,0.153725174569888,0.247140148855546,0.348852938329145,0.153725174569888,0.272311475032869,0.168437938573813,0.153725174569888,0.304630377178182,0.0610918544712208,0.153725174569888,0.336407837227403,0.00101347137677045,0.153725174569888,0.343545633223387,0.00116050274890395,0.5,0.153725174569888,0.195918226766088,0.00641864362483652,0,0.722048850993355,0.26225624561882 -2698,0.5,0.153725174569888,0.181714248328441,0.173757866054198,0.153725174569888,0.372745277016318,0.173985424708385,0.153725174569888,0.308791689284993,0.012665376647081,0.153725174569888,0.186981804081843,0.0131042611471461,0.153725174569888,0.453866553252041,0.0295045195701754,0.153725174569888,0.417654076808204,0.000992156710045126,0.153725174569888,0.451423447024404,0.00249663457397922,0.153725174569888,0.364528290582005,0.000701408096331026,0.5,0.153725174569888,0.320993131143407,0.00134770547259244,0.153725174569888,0.440545947836984,0.00358725073725847,0.5,0.153725174569888,0.463703432740531,0.00223300686135996,0.153725174569888,0.453147336113669,0.00136290236011508,0.153725174569888,0.327464747101211,0.423271440649456,0.153725174569888,0.369552365584411,0.192821685378745,0.153725174569888,0.409518876068091,0.0910691676431718,0.153725174569888,0.479913472687704,0.00214085097370256,0.153725174569888,0.477574713128314,0.00213834286197422,0.5,0.153725174569888,0.215147857319866,0.00618715538679867,0,0.698461685479545,0.275870467325247 -2699,0.5,0.153725174569888,0.234963695403594,0.199175344854553,0.153725174569888,0.452890797989021,0.236504411213662,0.153725174569888,0.315449865149999,0.0203106480329893,0.153725174569888,0.243375986339473,0.0169829376308282,0.153725174569888,0.566983792290097,0.0486423609917955,0.153725174569888,0.491021815663943,0.00217549752971534,0.153725174569888,0.559969696874539,0.00572940303666852,0.153725174569888,0.419126635459882,0.000648192693895621,0.5,0.153725174569888,0.394338220907469,0.00241651303023561,0.153725174569888,0.42384677083106,0.00781551303537777,0.5,0.153725174569888,0.568930891197554,0.00566818786070423,0.153725174569888,0.445275884657433,0.00733339730872129,0.153725174569888,0.384954205208044,0.502346384294594,0.153725174569888,0.461907709078371,0.214096291616217,0.153725174569888,0.472857856532791,0.109499554254582,0.153725174569888,0.591674337918601,0.0041685497320622,0.153725174569888,0.562107905899468,0.00172641229676065,0.5,0.153725174569888,0.216265805222489,0.00679114628800128,0,0.731187018432157,0.253867929985069 -2700,0.5,0.153725174569888,0.264464390470041,0.236212254917575,0.153725174569888,0.551906495498028,0.382658812914764,0.153725174569888,0.331598636830146,0.024305897327321,0.153725174569888,0.273336393098553,0.0206612313677499,0.153725174569888,0.557825473375475,0.0506387102225396,0.153725174569888,0.541903291626191,0.00433904182485501,0.153725174569888,0.4789534543069,0.00585395637640432,0.153725174569888,0.357710840147251,0.00187999845683426,0.5,0.153725174569888,0.370081814816329,0.00424510528617047,0.153725174569888,0.370872737568205,0.0167623789525622,0.5,0.153725174569888,0.446685414495126,0.00749811608045683,0.153725174569888,0.361485598584074,0.00925859176294432,0.153725174569888,0.448078989755903,0.600254980592549,0.153725174569888,0.515309017137229,0.237048278684759,0.153725174569888,0.459595796560212,0.146844193753391,0.153725174569888,0.563107676317426,0.00286136329442897,0.153725174569888,0.534751175208802,0.00359461188031577,0.5,0.153725174569888,0.190646679540429,0.0115808526303281,0,0.731991042531928,0.239659770152274 -2701,0.5,0.153725174569888,0.286435698584572,0.296669377012482,0.153725174569888,0.566126337776429,0.551868882728331,0.153725174569888,0.281794350976383,0.0283837969309503,0.153725174569888,0.25861649056823,0.0238563297845801,0.153725174569888,0.430885154228996,0.0613536972103296,0.153725174569888,0.549406274481489,0.00199199828258109,0.153725174569888,0.494119201837142,0.00832944800370127,0.153725174569888,0.429250816412642,0.00151017675530341,0.5,0.153725174569888,0.387963552088838,0.00400169691712468,0.153725174569888,0.286942440085538,0.0249707148151474,0.5,0.153725174569888,0.384031909075571,0.00568839391213914,0.153725174569888,0.338339613397883,0.0129627889621012,0.153725174569888,0.485563518276698,0.695424582938002,0.153725174569888,0.41874084581002,0.272045900182182,0.153725174569888,0.345916207663641,0.167634389525703,0.153725174569888,0.469443815181934,0.00550055818379944,0.153725174569888,0.437126245030292,0.00493220280165795,0.5,0.153725174569888,0.189791888818339,0.015953865162902,0,0.769490800957185,0.255962304117606 -2702,0.5,0.153725174569888,0.32733770610129,0.353946663650427,0.153725174569888,0.577936358228665,0.578364793215064,0.153725174569888,0.269006102203401,0.0253500022432148,0.153725174569888,0.238668019052675,0.0233635733544237,0.153725174569888,0.432892311733812,0.0760004227477498,0.153725174569888,0.55407277178681,0.0062753482346808,0.153725174569888,0.417268076865382,0.00715080820903608,0.153725174569888,0.348725515229422,0.00328430866026019,0.5,0.153725174569888,0.310182071050826,0.00148127340659391,0.153725174569888,0.274903860415816,0.0367984450345594,0.5,0.153725174569888,0.361724688588319,0.00101423302431339,0.153725174569888,0.305900796746282,0.0128695839203464,0.153725174569888,0.511751334219972,0.754773464647275,0.153725174569888,0.426568780173233,0.326382646154431,0.153725174569888,0.394924058422363,0.192874752372071,0.153725174569888,0.386224254434996,0.0070735278054433,0.153725174569888,0.395945524478562,0.00328774121618207,0.5,0.153725174569888,0.208398908136361,0.0147399832650524,0,0.821503751054047,0.292545160426361 -2703,0.5,0.153725174569888,0.271212902174682,0.373189223222459,0.153725174569888,0.53563243871403,0.554459148283762,0.153725174569888,0.225280660006823,0.0364562006823822,0.153725174569888,0.195576272018071,0.0213573945286785,0.153725174569888,0.334364833245857,0.071820335700383,0.153725174569888,0.413583043267269,0.00489581803972138,0.153725174569888,0.371562286604593,0.00836354269646959,0.153725174569888,0.300245133743921,0.00496745079928829,0.5,0.153725174569888,0.340060473009431,0.002405966979479,0.153725174569888,0.287561477614292,0.0323615821488563,0.5,0.153725174569888,0.314077536967516,5.18395171394786e-05,0.153725174569888,0.290385507563512,0.0110257241029615,0.153725174569888,0.471460868416563,0.764474422325412,0.153725174569888,0.449367516763023,0.356566037302885,0.153725174569888,0.339098409896011,0.172918746514976,0.153725174569888,0.299597050372396,0.00404697721445384,0.153725174569888,0.31785322941018,0.00218993736346802,0.5,0.153725174569888,0.206337016377822,0.0111501245290295,0,0.899554491898236,0.342564321877197 -2704,0.5,0.153725174569888,0.197680233197892,0.346808416907957,0.153725174569888,0.44183704164145,0.546723816683139,0.153725174569888,0.168519379521804,0.0449101559279069,0.153725174569888,0.207392435318625,0.0211156671753934,0.153725174569888,0.190946171286947,0.0433305512182251,0.153725174569888,0.336183471573346,0.00595431797695148,0.153725174569888,0.195550539780579,0.0119896889315431,0.153725174569888,0.285592510478632,0.00427136118868865,0.5,0.153725174569888,0.223815436047017,0.0042230946233989,0.153725174569888,0.151804868166611,0.0178219241135158,0.5,0.153725174569888,0.187613337668635,6.56306937845382e-05,0.153725174569888,0.225119886352966,0.0115477211661853,0.153725174569888,0.371154677647742,0.75852785665367,0.153725174569888,0.283061425912868,0.321463980508183,0.153725174569888,0.300847113620972,0.166031774272845,0.153725174569888,0.260152045851452,0.00337573717167935,0.153725174569888,0.254831397571321,0.00199403928975072,0.5,0.153725174569888,0.151060301659731,0.00758929580284266,0,0.96394187000708,0.403032146019761 -2705,0.5,0.153725174569888,0.142915829490731,0.318925873457625,0.153725174569888,0.316899799139056,0.546285185602248,0.153725174569888,0.0838593638274784,0.0434809372962279,0.153725174569888,0.0893295397021069,0.0177089300711063,0.153725174569888,0.218987118132274,0.0441157992300902,0.153725174569888,0.243442900587764,0.00414273215983869,0.153725174569888,0.2005138756024,0.00487959654027918,0.153725174569888,0.167698086449317,0.00528507131791108,0.5,0.153725174569888,0.1688925041635,0.00775801438638299,0.153725174569888,0.0906840284404068,0.0184198023239432,0.5,0.153725174569888,0.233534970543189,0.00232081325708155,0.153725174569888,0.144744743257063,0.00986240535177441,0.153725174569888,0.253912324992561,0.746779865655866,0.153725174569888,0.27332036105664,0.314340219563125,0.153725174569888,0.173694165003355,0.166832880027329,0.153725174569888,0.149967770583005,0.00356780271161306,0.153725174569888,0.156449433269577,0.00643513385610231,0.5,0.153725174569888,0.0877979612188744,0.00553977510326348,0,0.992672733720985,0.441844242317937 -2706,0.5,0.153725174569888,0.0810583507192671,0.306805643754585,0.153725174569888,0.177002312824053,0.414362924664917,0.153725174569888,0.031387917432926,0.0253841566190052,0.153725174569888,0.059147402858517,0.0203407558201478,0.153725174569888,0.0711977936777811,0.0208806993289919,0.153725174569888,0.141168761325178,0.0075615954474182,0.153725174569888,0.10687224206608,0.00224788918372038,0.153725174569888,0.131290549674774,0.00488231306769753,0.5,0.153725174569888,0.125183705754888,0.0100935561574047,0.153725174569888,0.0339182847953482,0.0156315986698755,0.5,0.153725174569888,0.125351947245941,0.0114388649914688,0.153725174569888,0.077379941654417,0.00808785288131115,0.153725174569888,0.130796896011332,0.719983495957762,0.153725174569888,0.15456192061816,0.282262502633226,0.153725174569888,0.0945192422776838,0.121428780661949,0.153725174569888,0.06727164204108,0.00219103912654213,0.153725174569888,0.0811855180356327,0.0155735701592595,0.5,0.153725174569888,0.0325287464307528,0.00417713678795061,0,1.00350575152758,0.512979176216359 -2707,0.5,0.153725174569888,0.0129992598529431,0.309095557620915,0.153725174569888,0.033319841395048,0.222470292127182,0.153725174569888,0.00656147496639419,0.014448346038733,0.153725174569888,0.00161792221256723,0.0278223478915541,0.153725174569888,0.0388031314725963,0.0287132183534845,0.153725174569888,0.0546598155646965,0.0032972791730451,0.153725174569888,0.0379492023360822,0.00449611071609781,0.153725174569888,0.0290933433062544,0.00497010259473112,0.5,0.153725174569888,0.0314712976958272,0.0108438862945646,0.153725174569888,0.00305345737189722,0.0191161415908996,0.5,0.153725174569888,0.0359315468473661,0.0104636275779078,0.153725174569888,0.0142856795770351,0.00602977241192983,0.153725174569888,0.0311972506365401,0.681598475758097,0.153725174569888,0.0511114650309662,0.2202523523982,0.153725174569888,0.0231194183109759,0.0884181004169075,0.153725174569888,0.028361331117783,0.00475984078674111,0.153725174569888,0.0137048063313764,0.0187140471976614,0.5,0.153725174569888,0.000194567762825049,0.00351881447187959,0,1.004861941923,0.641928548652078 -2708,0.5,0.153725174569888,0.0,0.310986449562233,0.153725174569888,0.0,0.149768602443089,0.153725174569888,0.0,0.00767908496101709,0.153725174569888,0.0,0.0317928426590747,0.153725174569888,0.0,0.0546448873260052,0.153725174569888,0.0,0.00353417738246734,0.153725174569888,0.0,0.00897917859333496,0.153725174569888,0.0,0.00689764886327799,0.5,0.153725174569888,0.0,0.0162202847885177,0.153725174569888,0.0,0.0217308701403018,0.5,0.153725174569888,0.0,0.0140229042014602,0.153725174569888,0.0,0.00683079670563142,0.153725174569888,0.0,0.669398630860897,0.153725174569888,0.0,0.207170925889644,0.153725174569888,0.0,0.066017931752405,0.153725174569888,0.0,0.00859601085506521,0.153725174569888,0.0,0.020353071413738,0.5,0.153725174569888,0.0,0.0023608698816861,0,1.0036398958421,0.721048580808968 -2709,0.5,0.153725174569888,0.0,0.317995415609958,0.153725174569888,0.0,0.189880435090924,0.153725174569888,0.0,0.00426879497524601,0.153725174569888,0.0,0.038573707510678,0.153725174569888,0.0,0.0719874742658724,0.153725174569888,0.0,0.00425598200792905,0.153725174569888,0.0,0.00836947669547276,0.153725174569888,0.0,0.00966720890021405,0.5,0.153725174569888,0.0,0.0145703144414774,0.153725174569888,0.0,0.0246563283535548,0.5,0.153725174569888,0.0,0.010468617568856,0.153725174569888,0.0,0.00879791242191139,0.153725174569888,0.0,0.709564035344984,0.153725174569888,0.0,0.207692658285458,0.153725174569888,0.0,0.0553564099570976,0.153725174569888,0.0,0.00706866641253043,0.153725174569888,0.0,0.0132723594867236,0.5,0.153725174569888,0.0,0.00110067990394758,0,1.0003593700255,0.787364471148378 -2710,0.5,0.153725174569888,0.0,0.319726226694863,0.153725174569888,0.0,0.272262874933907,0.153725174569888,0.0,0.00430036561512439,0.153725174569888,0.0,0.0494778750391958,0.153725174569888,0.0,0.0615461022178835,0.153725174569888,0.0,0.0042258182043006,0.153725174569888,0.0,0.00363777623780739,0.153725174569888,0.0,0.0119719745275075,0.5,0.153725174569888,0.0,0.0121313719239371,0.153725174569888,0.0,0.0235975076149411,0.5,0.153725174569888,0.0,0.0035366880692316,0.153725174569888,0.0,0.00724602238756294,0.153725174569888,0.0,0.749334257750261,0.153725174569888,0.0,0.206392395393277,0.153725174569888,0.0,0.0637859657068138,0.153725174569888,0.0,0.0029573786718127,0.153725174569888,0.0,0.00866349818768904,0.5,0.153725174569888,0.0,0.00138246264348361,0,0.999966525831459,0.812470105944186 -2711,0.5,0.153725174569888,0.0,0.323126188267984,0.153725174569888,0.0,0.318782913887369,0.153725174569888,0.0,0.00416495458268694,0.153725174569888,0.0,0.0522852540619088,0.153725174569888,0.0,0.0491740266963462,0.153725174569888,0.0,0.00463257141089698,0.153725174569888,0.0,0.00132190054452012,0.153725174569888,0.0,0.014395220899628,0.5,0.153725174569888,0.0,0.0124529228199301,0.153725174569888,0.0,0.0183276622106825,0.5,0.153725174569888,0.0,0.000948347436575395,0.153725174569888,0.0,0.00642247496373994,0.153725174569888,0.0,0.784325682426773,0.153725174569888,0.0,0.219758995861112,0.153725174569888,0.0,0.0744774542740838,0.153725174569888,0.0,0.00211852011897201,0.153725174569888,0.0,0.00565194801498577,0.5,0.153725174569888,0.0,0.00125145178359907,0,0.996906576815496,0.818259456331508 -2712,0.5,0.153725174569888,0.0,0.313259974791062,0.153725174569888,0.0,0.255910836843537,0.153725174569888,0.0,0.0032715367218288,0.153725174569888,0.0,0.046725004883518,0.153725174569888,0.0,0.0553440581154728,0.153725174569888,0.0,0.00532725577921615,0.153725174569888,0.0,0.0018534161777588,0.153725174569888,0.0,0.0153230524550106,0.5,0.153725174569888,0.0,0.0119346037708425,0.153725174569888,0.0,0.0123791855162824,0.5,0.153725174569888,0.0,0.000446521634717084,0.153725174569888,0.0,0.00653560145204108,0.153725174569888,0.0,0.75143575295927,0.153725174569888,0.0,0.225688074224082,0.153725174569888,0.0,0.0636868079704249,0.153725174569888,0.0,0.00254563258028681,0.153725174569888,0.0,0.00470421827192133,0.5,0.153725174569888,0.0,0.000652364325093611,0,0.983803688780739,0.834586080995702 -2713,0.5,0.153725174569888,0.0,0.293831538526656,0.153725174569888,0.0,0.215892291888116,0.153725174569888,0.0,0.00200131442855744,0.153725174569888,0.0,0.0459949639813265,0.153725174569888,0.0,0.0603138225681854,0.153725174569888,0.0,0.00618266349988209,0.153725174569888,0.0,0.00524986220264501,0.153725174569888,0.0,0.0141137319796596,0.5,0.153725174569888,0.0,0.0106433533763867,0.153725174569888,0.0,0.0066932999876432,0.5,0.153725174569888,0.0,0.00062536556039583,0.153725174569888,0.0,0.00789744141456691,0.153725174569888,0.0,0.683356995307885,0.153725174569888,0.0,0.191956821116349,0.153725174569888,0.0,0.0486641828442241,0.153725174569888,0.0,0.00477858655913534,0.153725174569888,0.0,0.00425106916658563,0.5,0.153725174569888,0.0,0.000899809592466259,0,0.973947527858184,0.87158175793436 -2714,0.5,0.153725174569888,0.0,0.267367889461591,0.153725174569888,0.0,0.174232781501446,0.153725174569888,0.0,0.00100360770461203,0.153725174569888,0.0,0.0571331464284513,0.153725174569888,0.0,0.0484984815456823,0.153725174569888,0.0,0.00628369307919637,0.153725174569888,0.0,0.00683768803636313,0.153725174569888,0.0,0.0131782501255716,0.5,0.153725174569888,0.0,0.00917826898533839,0.153725174569888,0.0,0.00369793728468143,0.5,0.153725174569888,0.0,0.00080637315237353,0.153725174569888,0.0,0.0072900701078718,0.153725174569888,0.0,0.625240325900273,0.153725174569888,0.0,0.157140073710334,0.153725174569888,0.0,0.0408304868597077,0.153725174569888,0.0,0.00561830237913052,0.153725174569888,0.0,0.00380452977870142,0.5,0.153725174569888,0.0,0.001749126999453,0,0.959265337678353,0.855050514570382 -2715,0.5,0.153725174569888,0.0,0.251614343527702,0.153725174569888,0.0,0.128823947625128,0.153725174569888,0.0,0.000610725116830927,0.153725174569888,0.0,0.0627273211380138,0.153725174569888,0.0,0.0341064291096749,0.153725174569888,0.0,0.00590475110072549,0.153725174569888,0.0,0.00616469198180092,0.153725174569888,0.0,0.0132836845419524,0.5,0.153725174569888,0.0,0.00867637195016199,0.153725174569888,0.0,0.00239440198815158,0.5,0.153725174569888,0.0,0.000730355688794347,0.153725174569888,0.0,0.00638131348118452,0.153725174569888,0.0,0.564916472037577,0.153725174569888,0.0,0.146223004543828,0.153725174569888,0.0,0.0356318953562429,0.153725174569888,0.0,0.00490852647479621,0.153725174569888,0.0,0.00337170754106949,0.5,0.153725174569888,0.0,0.00274841112680696,0,0.949429200799522,0.771110213524269 -2716,0.5,0.153725174569888,0.0,0.241072500375513,0.153725174569888,0.0,0.130617081348289,0.153725174569888,0.0,0.000800918060061251,0.153725174569888,0.0,0.0642811644308312,0.153725174569888,0.0,0.0204941041998708,0.153725174569888,0.0,0.00607001559818072,0.153725174569888,0.0,0.00647656545291339,0.153725174569888,0.0,0.0156994320871186,0.5,0.153725174569888,0.0,0.00882616929110477,0.153725174569888,0.0,0.00224017454721051,0.5,0.153725174569888,0.0,0.00061402440566615,0.153725174569888,0.0,0.00512346669871197,0.153725174569888,0.0,0.520067685899066,0.153725174569888,0.0,0.12427643821969,0.153725174569888,0.0,0.0342337986525792,0.153725174569888,0.0,0.00396527943517553,0.153725174569888,0.0,0.00296872355183073,0.5,0.153725174569888,0.0,0.00418902457398765,0,0.943728999067575,0.70036939711289 -2717,0.5,0.153725174569888,0.0,0.226166720091491,0.153725174569888,0.0,0.126965594033866,0.153725174569888,0.0,0.00139285709883596,0.153725174569888,0.0,0.0631458111203551,0.153725174569888,0.0,0.0138883120252928,0.153725174569888,0.0,0.00842574442897532,0.153725174569888,0.0,0.00775096580307428,0.153725174569888,0.0,0.0191216003386228,0.5,0.153725174569888,0.0,0.00883794340961911,0.153725174569888,0.0,0.00230844942343886,0.5,0.153725174569888,0.0,0.000451607487700941,0.153725174569888,0.0,0.00462864043916769,0.153725174569888,0.0,0.487953433444215,0.153725174569888,0.0,0.100337243402689,0.153725174569888,0.0,0.0340010851002668,0.153725174569888,0.0,0.0035514428176514,0.153725174569888,0.0,0.00286753815371215,0.5,0.153725174569888,0.0,0.00461785801842004,0,0.928556307643864,0.698959401982571 -2718,0.5,0.153725174569888,0.00582297157576574,0.220873734200814,0.153725174569888,6.34555826535757e-05,0.127111492239809,0.153725174569888,0.00149779930144966,0.00222617242124055,0.153725174569888,0.00156514148263262,0.0624740846428257,0.153725174569888,0.000400157341019226,0.013438822887051,0.153725174569888,1.97018264558569e-05,0.0134242435060893,0.153725174569888,0.000435724401278632,0.00731532372226606,0.153725174569888,5.55378732795631e-05,0.0239511505284523,0.5,0.153725174569888,6.81719991857803e-05,0.0099815797356872,0.153725174569888,0.00169517134295451,0.00214744083020843,0.5,0.153725174569888,0.000260326236198756,0.000379719077296925,0.153725174569888,0.000134859686492588,0.00472737031713863,0.153725174569888,0.000378580475108988,0.44695639768419,0.153725174569888,0.000752543107681541,0.0865198623238278,0.153725174569888,0.000906341244569761,0.032059750967339,0.153725174569888,0.000902753450689987,0.00374448184454434,0.153725174569888,0.00137669533668686,0.00240241465753184,0.5,0.153725174569888,0.00245424034964646,0.00362190094896243,0,0.897093458938608,0.677086945876939 -2719,0.5,0.153725174569888,0.0511779459308779,0.228040267543517,0.153725174569888,0.00223685935381762,0.117205361879748,0.153725174569888,0.0313460367400753,0.00375011323551248,0.153725174569888,0.0201550841890227,0.0624167280787411,0.153725174569888,0.0133601897689103,0.0118908283349912,0.153725174569888,0.0224537555027828,0.0162066464683991,0.153725174569888,0.0332044334007189,0.00633291367606602,0.153725174569888,0.0194854694732238,0.0279307588995073,0.5,0.153725174569888,0.0263490318909728,0.0131494798646182,0.153725174569888,0.0622181521840867,0.000847072191856895,0.5,0.153725174569888,0.0289561658026101,0.000391755483002091,0.153725174569888,0.0171496603140301,0.00601830853625308,0.153725174569888,0.0111823721806624,0.414747271889214,0.153725174569888,0.0197529585270273,0.0770355342078284,0.153725174569888,0.0202194142079311,0.0323157956860468,0.153725174569888,0.0303425599359221,0.00294837084309309,0.153725174569888,0.0318782330519076,0.00164259983774365,0.5,0.153725174569888,0.0484345787673472,0.00239826225318139,0,0.844450179448138,0.584325003854351 -2720,0.5,0.153725174569888,0.131407046855668,0.246748340562158,0.153725174569888,0.0511464498651795,0.11076245850221,0.153725174569888,0.0891564306180753,0.00674675974480651,0.153725174569888,0.0609056591557938,0.0642669520904475,0.153725174569888,0.0264573416022994,0.00854942719347516,0.153725174569888,0.0628934183376522,0.0259451606278179,0.153725174569888,0.0700441860615699,0.00553388890105922,0.153725174569888,0.0465847185791642,0.0299979841211578,0.5,0.153725174569888,0.0669959097837144,0.0270617461189424,0.153725174569888,0.176739873843557,0.00096588786994662,0.5,0.153725174569888,0.0676954990447575,0.00103061529079803,0.153725174569888,0.0458682210746625,0.0113687953090793,0.153725174569888,0.0339258075375144,0.393941501119384,0.153725174569888,0.0430180733963634,0.0691353979019254,0.153725174569888,0.0562319398405749,0.0362085707306351,0.153725174569888,0.0761801039908446,0.00368569027647475,0.153725174569888,0.0829800443483075,0.00290887732000263,0.5,0.153725174569888,0.10237031688195,0.00396862794525117,0,0.789236894434034,0.441019265011496 -2721,0.5,0.153725174569888,0.235317402590205,0.270152053167813,0.153725174569888,0.102455255189079,0.112813835271949,0.153725174569888,0.152795892885109,0.0122876323466871,0.153725174569888,0.130586371202679,0.0820807854421152,0.153725174569888,0.06267704361245,0.00670298838177168,0.153725174569888,0.105542963376372,0.0313475016842255,0.153725174569888,0.0995889133590818,0.00722132493359725,0.153725174569888,0.0747750866052144,0.0360330274790867,0.5,0.153725174569888,0.106976351251356,0.0472057713741272,0.153725174569888,0.310255529736966,0.0180897178485716,0.5,0.153725174569888,0.112182294803435,0.00378672695252249,0.153725174569888,0.0847385827678861,0.0184370550411393,0.153725174569888,0.100118792978183,0.38438939411559,0.153725174569888,0.0804954877355382,0.0658409133472868,0.153725174569888,0.100367529729692,0.0401095652299451,0.153725174569888,0.134962428103487,0.00516828078634485,0.153725174569888,0.14163792970835,0.00930899779385226,0.5,0.153725174569888,0.158492120264742,0.0121149819627868,0,0.807463749019683,0.327360223467392 -2722,0.5,0.153725174569888,0.356941119124133,0.299854842542927,0.153725174569888,0.168969346673694,0.100964428669296,0.153725174569888,0.206816746485382,0.0208788200176315,0.153725174569888,0.208653082084302,0.11928745203413,0.153725174569888,0.104331128946881,0.00845724712615232,0.153725174569888,0.134971997368299,0.020023514148475,0.153725174569888,0.113599949472489,0.00355406506799504,0.153725174569888,0.107875320427608,0.0321256780216972,0.5,0.153725174569888,0.131282227726167,0.0548051810802926,0.153725174569888,0.388560758996671,0.0681258620927673,0.5,0.153725174569888,0.117525261984673,0.016716254567735,0.153725174569888,0.119555407032927,0.0232518035268821,0.153725174569888,0.183819560327237,0.398817673542353,0.153725174569888,0.108263576613624,0.0610547645793165,0.153725174569888,0.147037702641297,0.0404460932992177,0.153725174569888,0.212440946617326,0.00477609294758479,0.153725174569888,0.190133348754803,0.0154209350418884,0.5,0.153725174569888,0.234717442128984,0.0263975674103877,0,0.820162104488268,0.260259151286781 -2723,0.5,0.153725174569888,0.442509834923027,0.338361189328855,0.153725174569888,0.262492116629949,0.121524583944314,0.153725174569888,0.2461832766461,0.0333762235397798,0.153725174569888,0.268705329421799,0.195046429528968,0.153725174569888,0.151637606462826,0.00709618563253193,0.153725174569888,0.164282816040191,0.0134342196485082,0.153725174569888,0.144269413075689,0.00120358704937051,0.153725174569888,0.125624762397561,0.0270813920738883,0.5,0.153725174569888,0.187159765206877,0.0617701757435518,0.153725174569888,0.442941344399478,0.0919153142674396,0.5,0.153725174569888,0.136804875134783,0.0333996628484964,0.153725174569888,0.139716691111446,0.0235119381901683,0.153725174569888,0.268740294901198,0.360084050868503,0.153725174569888,0.134531655232603,0.0555682766625809,0.153725174569888,0.186025999421954,0.0507187045925425,0.153725174569888,0.2659654590551,0.00373643475040825,0.153725174569888,0.251784902610467,0.0226735541259609,0.5,0.153725174569888,0.280655032278368,0.0317610725509376,0,0.840117709556535,0.21575203732093 -2724,0.5,0.153725174569888,0.477760680620939,0.385593636492313,0.153725174569888,0.324094229573513,0.152135496459398,0.153725174569888,0.24934192995248,0.0606068625000072,0.153725174569888,0.248053052081365,0.220910972707402,0.153725174569888,0.214053761430762,0.0173598861596726,0.153725174569888,0.188694814025627,0.0164592403245809,0.153725174569888,0.152630427462146,0.000504012236932373,0.153725174569888,0.135483103890183,0.0250685911618854,0.5,0.153725174569888,0.163184030606988,0.0661001881002772,0.153725174569888,0.458648540824898,0.10114825072637,0.5,0.153725174569888,0.197156497291627,0.0606060045564113,0.153725174569888,0.19507044588156,0.0259101682089287,0.153725174569888,0.324096457638387,0.391386685733865,0.153725174569888,0.144967619969081,0.0640437651635854,0.153725174569888,0.21609706471656,0.0719060947370361,0.153725174569888,0.316218347580968,0.00290608425436669,0.153725174569888,0.315460716031154,0.0295404619573477,0.5,0.153725174569888,0.327477748016689,0.0240691303829037,0,0.850372467002311,0.146057420564088 -2725,0.5,0.153725174569888,0.467517533453749,0.426908464048018,0.153725174569888,0.324234911423289,0.226443962333477,0.153725174569888,0.225054746186858,0.121182788793653,0.153725174569888,0.278433029537101,0.220916283950152,0.153725174569888,0.205774916601257,0.0138175885108499,0.153725174569888,0.183867943636658,0.0251617437762436,0.153725174569888,0.261151342054434,0.000773366245491106,0.153725174569888,0.170077566300418,0.0238174504579683,0.5,0.153725174569888,0.174473500867998,0.0760485476665106,0.153725174569888,0.4625490459523,0.109581193169406,0.5,0.153725174569888,0.167024544584318,0.0817376735449831,0.153725174569888,0.271399366807348,0.0376030355549777,0.153725174569888,0.3338924856933,0.446269646334318,0.153725174569888,0.182830956323445,0.0888196821730997,0.153725174569888,0.238925154314013,0.117434655476972,0.153725174569888,0.236500887149897,0.00298688260839407,0.153725174569888,0.324194740186521,0.0399326795218242,0.5,0.153725174569888,0.364764019983719,0.0241456421369983,0,0.862342662629058,0.0928014755724209 -2726,0.5,0.153725174569888,0.435072698213194,0.433807934131827,0.153725174569888,0.268347536249495,0.308014038980041,0.153725174569888,0.261409025429503,0.196293076470478,0.153725174569888,0.246447073474339,0.209157988975553,0.153725174569888,0.264868208890675,0.0120542992530035,0.153725174569888,0.258460978677964,0.0319511387619174,0.153725174569888,0.287939517877055,0.00320454042754865,0.153725174569888,0.245116954670623,0.0228678342700483,0.5,0.153725174569888,0.243835749366334,0.0843079601764108,0.153725174569888,0.491797485029384,0.10521031557729,0.5,0.153725174569888,0.167477008785608,0.0816089560360176,0.153725174569888,0.314990414709259,0.0452922626774023,0.153725174569888,0.317725467640545,0.508154743691168,0.153725174569888,0.153237249697279,0.111867245429898,0.153725174569888,0.242337069603103,0.183231480888106,0.153725174569888,0.174405382107315,0.00504588037281517,0.153725174569888,0.402725346215362,0.0501742265256991,0.5,0.153725174569888,0.406582353317099,0.0338351511986548,0,0.876960456412038,0.0602853771780375 -2727,0.5,0.153725174569888,0.310276215591812,0.422169241999208,0.153725174569888,0.139043167614622,0.233929002221041,0.153725174569888,0.267916324672553,0.216101306303116,0.153725174569888,0.236719386466178,0.211530854363214,0.153725174569888,0.169340188994348,0.00525825566647384,0.153725174569888,0.27881153914262,0.0277759571767944,0.153725174569888,0.216404527242528,0.00678624553891688,0.153725174569888,0.211590977560301,0.020472142208987,0.5,0.153725174569888,0.266182010978921,0.0931123868564357,0.153725174569888,0.480811229821594,0.101491515122866,0.5,0.153725174569888,0.1897083151223,0.0542337112814003,0.153725174569888,0.293119228834919,0.0460313669268068,0.153725174569888,0.298896713400446,0.5544678860248,0.153725174569888,0.161597356609079,0.101290746668887,0.153725174569888,0.172953878685097,0.207917857500823,0.153725174569888,0.13343028631569,0.00511944873235593,0.153725174569888,0.407784650763846,0.0654238707784519,0.5,0.153725174569888,0.290645108207421,0.0531937451366376,0,0.901697637737089,0.0486475558049069 -2728,0.5,0.153725174569888,0.206359499537964,0.3903716881712,0.153725174569888,0.0971530563504423,0.178487043829349,0.153725174569888,0.203781230973849,0.23101619514914,0.153725174569888,0.183219779346956,0.205816934354587,0.153725174569888,0.138464570726367,0.00468750432686695,0.153725174569888,0.290538847064141,0.0289908007864106,0.153725174569888,0.102968310124522,0.00577488112034936,0.153725174569888,0.191858368941575,0.0238011950234561,0.5,0.153725174569888,0.216209680695824,0.103519629651977,0.153725174569888,0.399932071665864,0.104757254397061,0.5,0.153725174569888,0.233866534540356,0.055420906633375,0.153725174569888,0.231659152944322,0.0460986867680604,0.153725174569888,0.228942658219588,0.526350876193169,0.153725174569888,0.0982441852745537,0.0818161208138902,0.153725174569888,0.164568725551218,0.1925289506997,0.153725174569888,0.100886183303987,0.00340290216262735,0.153725174569888,0.358746235680559,0.0896599068795673,0.5,0.153725174569888,0.2289560743113,0.0866311633880016,0,0.924760165843126,0.0409257444521069 -2729,0.5,0.153725174569888,0.144835899933954,0.356303348558763,0.153725174569888,0.0579119793572733,0.0838001814083249,0.153725174569888,0.140242857915002,0.231017044812962,0.153725174569888,0.0853035033180386,0.163471831940991,0.153725174569888,0.0666433165735808,0.00596110538035272,0.153725174569888,0.245040461598729,0.0303795114909244,0.153725174569888,0.0545528374498772,0.00279083268211986,0.153725174569888,0.186582483632424,0.0292999581141811,0.5,0.153725174569888,0.120664723446892,0.101905251263242,0.153725174569888,0.246251869671783,0.0999853294272093,0.5,0.153725174569888,0.213821472646587,0.0676460109707798,0.153725174569888,0.169052876061681,0.0407570125023782,0.153725174569888,0.136599812364251,0.486211728736036,0.153725174569888,0.0614385513014861,0.078131242069289,0.153725174569888,0.0866884295735973,0.121502766014229,0.153725174569888,0.0738245454021205,0.00298682115959438,0.153725174569888,0.237290770977871,0.0995515231406166,0.5,0.153725174569888,0.151871740672789,0.160197358311655,0,0.931472638782021,0.0354439581617956 -2730,0.5,0.153725174569888,0.0735687544413319,0.294733615213006,0.153725174569888,0.0238809188010122,0.0589147548723995,0.153725174569888,0.0754125781998027,0.213120270827016,0.153725174569888,0.0376736164436077,0.108637841395057,0.153725174569888,0.0408377177746185,0.0119309069884882,0.153725174569888,0.162294960989241,0.0262135140519778,0.153725174569888,0.0624803409845869,0.00109044222756605,0.153725174569888,0.121222557823599,0.0333829750421045,0.5,0.153725174569888,0.0587784959373346,0.0880047933782375,0.153725174569888,0.129676385472818,0.0582364956865706,0.5,0.153725174569888,0.12485503237429,0.0711604741484719,0.153725174569888,0.098399031521683,0.024795142973246,0.153725174569888,0.0461891637427511,0.492106699237845,0.153725174569888,0.0432100416630077,0.0873664803440989,0.153725174569888,0.0402943799192568,0.0893656713013597,0.153725174569888,0.0403982252341821,0.00914738252282548,0.153725174569888,0.117698161677304,0.128937075052936,0.5,0.153725174569888,0.0719831731407026,0.189494199763179,0,0.932678861632562,0.0259436789136911 -2731,0.5,0.153725174569888,0.0101882082559485,0.233786011602302,0.153725174569888,0.00462938696530769,0.0721853430455953,0.153725174569888,0.00972341931455656,0.195416423094103,0.153725174569888,0.00138615639458568,0.0841611539712507,0.153725174569888,0.02460308393143,0.0235651928860496,0.153725174569888,0.0535393271192626,0.0130622801173784,0.153725174569888,0.01308705598235,0.00159217871713901,0.153725174569888,0.0335475464946191,0.0155428218345559,0.5,0.153725174569888,0.0148092343860336,0.0575082210464859,0.153725174569888,0.0185205656672175,0.0500871061220272,0.5,0.153725174569888,0.0346154292025104,0.0469549888735843,0.153725174569888,0.0228368305291344,0.0211081930395273,0.153725174569888,0.00874627795024499,0.513902999696256,0.153725174569888,0.00659461502896739,0.0880449027199665,0.153725174569888,0.0106830338577713,0.084279622040272,0.153725174569888,0.00918428702581049,0.0160679832974999,0.153725174569888,0.0172710187574899,0.14211870888531,0.5,0.153725174569888,0.000809199539857506,0.128236366283513,0,0.914869027625087,0.0224252950773117 -2732,0.5,0.153725174569888,0.0,0.177807183868393,0.153725174569888,0.0,0.135101810967703,0.153725174569888,0.0,0.162230798006477,0.153725174569888,0.0,0.0778952639792042,0.153725174569888,0.0,0.0298871152013596,0.153725174569888,0.0,0.0132916992216492,0.153725174569888,0.0,0.00217735127383415,0.153725174569888,0.0,0.0150854646298511,0.5,0.153725174569888,0.0,0.0501266159359387,0.153725174569888,0.0,0.0558219836409494,0.5,0.153725174569888,0.0,0.0479433592955606,0.153725174569888,0.0,0.0285909170118129,0.153725174569888,9.45243254161272e-06,0.571709523404203,0.153725174569888,5.26775558868455e-07,0.089990977607182,0.153725174569888,0.0,0.125718867654305,0.153725174569888,0.0,0.0233263620391073,0.153725174569888,0.0,0.158204374248729,0.5,0.153725174569888,0.0,0.0988877854162228,0,0.87366981394054,0.0244309698144216 -2733,0.5,0.153725174569888,0.0,0.142999140420433,0.153725174569888,0.0,0.205419821985668,0.153725174569888,0.0,0.140478704806937,0.153725174569888,0.0,0.0767956790301525,0.153725174569888,0.0,0.028681536383373,0.153725174569888,0.0,0.00912952261523135,0.153725174569888,0.0,0.00313173343958316,0.153725174569888,0.0,0.0118168163748685,0.5,0.153725174569888,0.0,0.0478227661275243,0.153725174569888,0.0,0.0480010445572147,0.5,0.153725174569888,0.0,0.0480430547923377,0.153725174569888,0.0,0.0381713686264143,0.153725174569888,0.0,0.60634905529246,0.153725174569888,0.0,0.0902596100609386,0.153725174569888,0.0,0.177503074270683,0.153725174569888,0.0,0.0244680668338961,0.153725174569888,0.0,0.154664067037149,0.5,0.153725174569888,0.0,0.0835496801494375,0,0.825537702605276,0.0468076108076073 -2734,0.5,0.153725174569888,0.0,0.128095033148519,0.153725174569888,0.0,0.250279923159698,0.153725174569888,0.0,0.112817141483912,0.153725174569888,0.0,0.0804650710360185,0.153725174569888,0.0,0.0277468005885554,0.153725174569888,0.0,0.00583938496389994,0.153725174569888,0.0,0.00574785965807272,0.153725174569888,0.0,0.0100892514689015,0.5,0.153725174569888,0.0,0.0386008739154205,0.153725174569888,0.0,0.0401886516443619,0.5,0.153725174569888,0.0,0.100460600113966,0.153725174569888,0.0,0.0564808633899527,0.153725174569888,0.0,0.57681850237634,0.153725174569888,0.0,0.0959321400218751,0.153725174569888,0.0,0.204945842409588,0.153725174569888,0.0,0.0295987504703129,0.153725174569888,0.0,0.151643236098386,0.5,0.153725174569888,0.0,0.0855544602650511,0,0.772900336560673,0.0905831965134717 -2735,0.5,0.153725174569888,0.0,0.123586494057223,0.153725174569888,0.0,0.240792712333589,0.153725174569888,0.0,0.0951985547765791,0.153725174569888,0.0,0.0857092167200633,0.153725174569888,0.0,0.0302511247135685,0.153725174569888,0.0,0.00395719236293653,0.153725174569888,0.0,0.0127303194938484,0.153725174569888,0.0,0.008240167908955,0.5,0.153725174569888,0.0,0.0306623692923237,0.153725174569888,0.0,0.0569869549863803,0.5,0.153725174569888,0.0,0.181044332277672,0.153725174569888,0.0,0.0769965709119033,0.153725174569888,0.0,0.495987543498971,0.153725174569888,0.0,0.119372197826602,0.153725174569888,0.0,0.192549811008074,0.153725174569888,0.0,0.0421287369661148,0.153725174569888,0.0,0.135533107740793,0.5,0.153725174569888,0.0,0.0969709218556082,0,0.69227997886294,0.160325387020228 -2736,0.5,0.153725174569888,0.0,0.123034148115035,0.153725174569888,0.0,0.208924376196524,0.153725174569888,0.0,0.0944135086948044,0.153725174569888,0.0,0.0916519009891304,0.153725174569888,0.0,0.0360301022625668,0.153725174569888,0.0,0.00405999843803974,0.153725174569888,0.0,0.0255620404193218,0.153725174569888,0.0,0.00726047394960451,0.5,0.153725174569888,0.0,0.026625199801559,0.153725174569888,0.0,0.0733112470694992,0.5,0.153725174569888,0.0,0.180421061550641,0.153725174569888,0.0,0.0907037672497191,0.153725174569888,0.0,0.376511733076155,0.153725174569888,0.0,0.135139579185995,0.153725174569888,0.0,0.176862656836418,0.153725174569888,0.0,0.0742724498558732,0.153725174569888,0.0,0.105660597899019,0.5,0.153725174569888,0.0,0.0947759420599796,0,0.570239666187734,0.230301698847849 -2737,0.5,0.153725174569888,0.0,0.12073184937424,0.153725174569888,0.0,0.194238466291896,0.153725174569888,0.0,0.0802240707523853,0.153725174569888,0.0,0.0961156444250887,0.153725174569888,0.0,0.0407589419012966,0.153725174569888,0.0,0.00653121570315536,0.153725174569888,0.0,0.0444954007496084,0.153725174569888,0.0,0.00716749280396955,0.5,0.153725174569888,0.0,0.0313859252116901,0.153725174569888,0.0,0.066674197799722,0.5,0.153725174569888,0.0,0.143043467746812,0.153725174569888,0.0,0.0884059976993041,0.153725174569888,0.0,0.292299660867335,0.153725174569888,0.0,0.148123602480201,0.153725174569888,0.0,0.167900420703008,0.153725174569888,0.0,0.0794270077948226,0.153725174569888,0.0,0.0871596881467789,0.5,0.153725174569888,0.0,0.0830102394844597,0,0.440946375976585,0.243992622795975 -2738,0.5,0.153725174569888,0.0,0.121834835673024,0.153725174569888,0.0,0.209834127659674,0.153725174569888,0.0,0.0730104050038295,0.153725174569888,0.0,0.0998453863018992,0.153725174569888,0.0,0.0472954554660745,0.153725174569888,0.0,0.0101623828018985,0.153725174569888,0.0,0.0509796037571382,0.153725174569888,0.0,0.010800545268591,0.5,0.153725174569888,0.0,0.0376414699935805,0.153725174569888,0.0,0.0468391140525006,0.5,0.153725174569888,0.0,0.11523831915846,0.153725174569888,0.0,0.0784498473062946,0.153725174569888,0.0,0.243283981682838,0.153725174569888,0.0,0.164699452554585,0.153725174569888,0.0,0.165504679802382,0.153725174569888,0.0,0.0694980511202783,0.153725174569888,0.0,0.076185513741565,0.5,0.153725174569888,0.0,0.074228582431284,0,0.31649625542293,0.208042751920571 -2739,0.5,0.153725174569888,0.0,0.122611160103333,0.153725174569888,0.0,0.233115048655549,0.153725174569888,0.0,0.0750970874734993,0.153725174569888,0.0,0.102806005407704,0.153725174569888,0.0,0.0577863576515632,0.153725174569888,0.0,0.0175297520176465,0.153725174569888,0.0,0.0565921782178297,0.153725174569888,0.0,0.0176195555237805,0.5,0.153725174569888,0.0,0.0366424475728278,0.153725174569888,0.0,0.0410442516658157,0.5,0.153725174569888,0.0,0.0916785490647921,0.153725174569888,0.0,0.0763701975654379,0.153725174569888,0.0,0.213941299959106,0.153725174569888,0.0,0.188340960272093,0.153725174569888,0.0,0.155458130475724,0.153725174569888,0.0,0.0654928488723718,0.153725174569888,0.0,0.0673459743266715,0.5,0.153725174569888,0.0,0.0673382658114032,0,0.225778712885271,0.174174208331712 -2740,0.5,0.153725174569888,0.0,0.124077022944545,0.153725174569888,0.0,0.23283429811739,0.153725174569888,0.0,0.0844756247248161,0.153725174569888,0.0,0.100850790888752,0.153725174569888,0.0,0.0723510439779922,0.153725174569888,0.0,0.0310388666763182,0.153725174569888,0.0,0.0691236636510371,0.153725174569888,0.0,0.0220571934812027,0.5,0.153725174569888,0.0,0.0418008733203643,0.153725174569888,0.0,0.044937015189287,0.5,0.153725174569888,0.0,0.0986861046309074,0.153725174569888,0.0,0.0773750085639587,0.153725174569888,0.0,0.199791970351036,0.153725174569888,0.0,0.20702234766428,0.153725174569888,0.0,0.141767322831259,0.153725174569888,0.0,0.0684152321571579,0.153725174569888,0.0,0.0687190528468913,0.5,0.153725174569888,0.0,0.0725196234714818,0,0.162345107815058,0.17942592644826 -2741,0.5,0.153725174569888,0.0,0.117417541601005,0.153725174569888,0.0,0.198578965819363,0.153725174569888,0.0,0.0837192233993116,0.153725174569888,0.0,0.0978539218546015,0.153725174569888,0.0,0.0974566820157584,0.153725174569888,0.0,0.0415358457157399,0.153725174569888,0.0,0.0894851541592758,0.153725174569888,0.0,0.0257191746693054,0.5,0.153725174569888,0.0,0.0523012794452334,0.153725174569888,0.0,0.0585534412345698,0.5,0.153725174569888,0.0,0.105347048629913,0.153725174569888,0.0,0.0708067820632824,0.153725174569888,0.0,0.187027570904641,0.153725174569888,0.0,0.209034410707382,0.153725174569888,0.0,0.12533736672175,0.153725174569888,0.0,0.0739888192108444,0.153725174569888,0.0,0.0785476535345522,0.5,0.153725174569888,0.0,0.0941480926989924,0,0.109053323009765,0.216445513124398 -2742,0.5,0.153725174569888,0.0125715635980238,0.109742058114011,0.153725174569888,0.000323870725164956,0.163044851608902,0.153725174569888,0.00468226362731903,0.101719715690449,0.153725174569888,0.0134868919212304,0.10795641547835,0.153725174569888,0.000203307979566083,0.122933327880579,0.153725174569888,6.07104395406664e-06,0.0477105747103702,0.153725174569888,0.000124569719692819,0.103601086176244,0.153725174569888,0.000127514172799631,0.034392018194856,0.5,0.153725174569888,0.000285660021525412,0.0636272815452711,0.153725174569888,0.00162002577660479,0.0811056823625876,0.5,0.153725174569888,0.00145679617224748,0.102710977610441,0.153725174569888,0.000986120911918925,0.0749893721173718,0.153725174569888,0.00508956918987211,0.176281060253767,0.153725174569888,0.000975340896015592,0.208630985496582,0.153725174569888,0.00272569765978184,0.117517672571589,0.153725174569888,0.00202273713504703,0.0691739099503644,0.153725174569888,0.00366210438650469,0.0882997218075406,0.5,0.153725174569888,0.00214673482289626,0.119049381913982,0,0.0855667917672166,0.242737135590702 -2743,0.5,0.153725174569888,0.084285338546006,0.127258764410138,0.153725174569888,0.00236793534145414,0.146151707066849,0.153725174569888,0.0695534265183376,0.148217633308742,0.153725174569888,0.0917069832301702,0.13447243917007,0.153725174569888,0.00992139821960073,0.149093228397305,0.153725174569888,0.00280016543244527,0.0469352719956456,0.153725174569888,0.00846195686185781,0.1159752823861,0.153725174569888,0.0233574376372239,0.052059458190082,0.5,0.153725174569888,0.0556938992736146,0.0878216270708776,0.153725174569888,0.0435367653977757,0.103715578243243,0.5,0.153725174569888,0.0696242310176416,0.146611745370028,0.153725174569888,0.052773611996476,0.0879928344041386,0.153725174569888,0.0671872672690637,0.161663605324856,0.153725174569888,0.0239655666481427,0.219225722668778,0.153725174569888,0.0590745696316915,0.148158846897578,0.153725174569888,0.0622109543833097,0.0718994231849451,0.153725174569888,0.0745555067405612,0.124710327759559,0.5,0.153725174569888,0.0398557144715247,0.140998163094971,0,0.0758374292649324,0.25858343966214 -2744,0.5,0.153725174569888,0.196500209930983,0.186127963494659,0.153725174569888,0.0115394982422512,0.147043474134362,0.153725174569888,0.15843363401029,0.158460826410197,0.153725174569888,0.205487499176151,0.19573274446343,0.153725174569888,0.0474697032853231,0.186223612230028,0.153725174569888,0.0107653138298017,0.0505841629496459,0.153725174569888,0.0633130430902871,0.13941985245419,0.153725174569888,0.0796627263767838,0.112420710408338,0.5,0.153725174569888,0.162833780025622,0.242699899388238,0.153725174569888,0.103022594083513,0.132066387757723,0.5,0.153725174569888,0.193807030466733,0.261962570450759,0.153725174569888,0.138482666630651,0.171377263597973,0.153725174569888,0.145967093720827,0.193811838587512,0.153725174569888,0.0928977744465759,0.263505684565692,0.153725174569888,0.164505659932444,0.240040345407209,0.153725174569888,0.181169577279287,0.14008626776339,0.153725174569888,0.185840396259023,0.279168479496408,0.5,0.153725174569888,0.118129028135094,0.196418280366631,0,0.0820929479348253,0.27104604458975 -2745,0.5,0.153725174569888,0.342655465141833,0.240309450442082,0.153725174569888,0.0797095030270302,0.202444604601042,0.153725174569888,0.272141208410066,0.200534710571344,0.153725174569888,0.333598504055052,0.260901873307723,0.153725174569888,0.115140327665405,0.248870517795097,0.153725174569888,0.0320436762426196,0.0520424766562269,0.153725174569888,0.20727243565482,0.225407580861009,0.153725174569888,0.185437372915957,0.180891747588033,0.5,0.153725174569888,0.312708370864227,0.343438258939379,0.153725174569888,0.171803791193461,0.174205874360451,0.5,0.153725174569888,0.336365767973583,0.390079653259053,0.153725174569888,0.233734549669122,0.257842575374225,0.153725174569888,0.220383492050751,0.261736648749358,0.153725174569888,0.203518206768572,0.361407988462632,0.153725174569888,0.294342660073272,0.346932951904059,0.153725174569888,0.330597841161069,0.221904728207177,0.153725174569888,0.310029247913033,0.386106254480826,0.5,0.153725174569888,0.222595494961041,0.275108830902662,0,0.108869602188734,0.291926907779422 -2746,0.5,0.153725174569888,0.496100944845509,0.328330301270591,0.153725174569888,0.371835805952806,0.423987656797203,0.153725174569888,0.410727188838743,0.304378961092837,0.153725174569888,0.445675248783914,0.371207488307727,0.153725174569888,0.234881935567222,0.323292820908875,0.153725174569888,0.0980054647441581,0.0656038722808514,0.153725174569888,0.415900858074476,0.318687053033478,0.153725174569888,0.386795155997974,0.251376443563213,0.5,0.153725174569888,0.467037919885104,0.379111421700855,0.153725174569888,0.294862068200488,0.214733286885972,0.5,0.153725174569888,0.476384834101143,0.459749104141525,0.153725174569888,0.326835311612104,0.292843450640447,0.153725174569888,0.210677414185573,0.275806990972394,0.153725174569888,0.337233225245777,0.464461066494844,0.153725174569888,0.429117473875645,0.430839901525214,0.153725174569888,0.479020832036603,0.377415648448382,0.153725174569888,0.399002407052508,0.405309166915644,0.5,0.153725174569888,0.337962090271219,0.319081772264682,0,0.161930882054234,0.324334143175838 -2747,0.5,0.153725174569888,0.616350277231618,0.494938353836185,0.153725174569888,0.556492724122325,0.56280918200218,0.153725174569888,0.527289335492746,0.467791750403826,0.153725174569888,0.498245736065034,0.50496278146832,0.153725174569888,0.357405226966649,0.393020339892646,0.153725174569888,0.274610737909065,0.118132002468354,0.153725174569888,0.495791183927229,0.395391270781361,0.153725174569888,0.556930681363755,0.331561401711578,0.5,0.153725174569888,0.573978114164315,0.436593281301784,0.153725174569888,0.368448883763812,0.207663975193968,0.5,0.153725174569888,0.540749326567883,0.445371316525627,0.153725174569888,0.392429730501369,0.241154797022898,0.153725174569888,0.277183181748637,0.279719236802137,0.153725174569888,0.40381304064366,0.534269408506253,0.153725174569888,0.521523456246182,0.495499015275148,0.153725174569888,0.572129721872096,0.471376754181063,0.153725174569888,0.449969569643487,0.40807490589366,0.5,0.153725174569888,0.419609926378787,0.321498920431387,0,0.238444841383628,0.365246360294309 -2748,0.5,0.153725174569888,0.676051771314589,0.551629300980755,0.153725174569888,0.543085015164414,0.630820591591776,0.153725174569888,0.591186486456233,0.631401707047916,0.153725174569888,0.469000357181028,0.596112760932516,0.153725174569888,0.438198356467319,0.435444221277753,0.153725174569888,0.526519368040924,0.225419883308623,0.153725174569888,0.505700915405723,0.435001701647267,0.153725174569888,0.629561588744212,0.367679342287615,0.5,0.153725174569888,0.614107708652372,0.437833307856653,0.153725174569888,0.432607216476286,0.21033793762878,0.5,0.153725174569888,0.581117148509889,0.418345345445283,0.153725174569888,0.401015307725744,0.178733638022356,0.153725174569888,0.413525300351465,0.355316153264572,0.153725174569888,0.377203689001759,0.525712427051021,0.153725174569888,0.544293245328292,0.541480142497929,0.153725174569888,0.628336768500674,0.508122807159696,0.153725174569888,0.503982432533673,0.395087240016649,0.5,0.153725174569888,0.398446669123187,0.34169122701485,0,0.308024340689125,0.411491679360318 -2749,0.5,0.153725174569888,0.664199791274125,0.542467771426356,0.153725174569888,0.519787580522335,0.573785291825856,0.153725174569888,0.602290695265946,0.672973144645242,0.153725174569888,0.409008711213983,0.557323387852807,0.153725174569888,0.39204177746327,0.420387618384372,0.153725174569888,0.568398122112468,0.338253451374443,0.153725174569888,0.498841583818732,0.459930768791061,0.153725174569888,0.645627888170252,0.351628937413183,0.5,0.153725174569888,0.619428869781519,0.389730571384026,0.153725174569888,0.425034884146716,0.192811517129867,0.5,0.153725174569888,0.497907950885698,0.383681428255707,0.153725174569888,0.411416412159875,0.145145164614353,0.153725174569888,0.602121879324528,0.502050637483071,0.153725174569888,0.394696299413097,0.479271858523101,0.153725174569888,0.605650536725527,0.573748177323966,0.153725174569888,0.654453221114968,0.514961155388288,0.153725174569888,0.516380178504882,0.384380765214321,0.5,0.153725174569888,0.370258655263048,0.34746874059379,0,0.360153751169577,0.468260518302641 -2750,0.5,0.153725174569888,0.618962033626206,0.510484921775617,0.153725174569888,0.511781457122884,0.472129490530315,0.153725174569888,0.540102112713664,0.655048520280146,0.153725174569888,0.374921821639613,0.514697583862069,0.153725174569888,0.447399091655795,0.434737167820386,0.153725174569888,0.535948556619927,0.385857271463618,0.153725174569888,0.511183481953459,0.495149514278082,0.153725174569888,0.613700133135845,0.296471727332843,0.5,0.153725174569888,0.608012671755522,0.346763297143815,0.153725174569888,0.41991781596966,0.183339523789696,0.5,0.153725174569888,0.388519688812946,0.376334786401211,0.153725174569888,0.412918553220438,0.142167066962051,0.153725174569888,0.580551604648073,0.543752400369899,0.153725174569888,0.443500329304099,0.421402566905402,0.153725174569888,0.575137415734146,0.545985541528394,0.153725174569888,0.646142573729637,0.520653423671504,0.153725174569888,0.474918331177702,0.374684725337364,0.5,0.153725174569888,0.366436489218195,0.318392257727732,0,0.442644865996027,0.539413567062107 -2751,0.5,0.153725174569888,0.521779909514584,0.491212560777787,0.153725174569888,0.322432818122315,0.383672828930791,0.153725174569888,0.457679273163861,0.621304981798383,0.153725174569888,0.307623051079105,0.487180407358602,0.153725174569888,0.463998901406322,0.460596694094325,0.153725174569888,0.453055858846875,0.397661780012764,0.153725174569888,0.450717000178855,0.505854021723089,0.153725174569888,0.560090539983225,0.259910337838776,0.5,0.153725174569888,0.518074759448765,0.287942125128745,0.153725174569888,0.356889575343612,0.181631460357763,0.5,0.153725174569888,0.32878546599965,0.395612564145384,0.153725174569888,0.366874259780434,0.148845451297757,0.153725174569888,0.528693021027573,0.582526354100165,0.153725174569888,0.337216487107748,0.328812156271894,0.153725174569888,0.500813561546256,0.480969641722534,0.153725174569888,0.574447611508485,0.534075371275904,0.153725174569888,0.399470643238051,0.3711138946501,0.5,0.153725174569888,0.333063041898661,0.313738988360171,0,0.535180339014927,0.548012392905736 -2752,0.5,0.153725174569888,0.399843169394985,0.487652726974387,0.153725174569888,0.11821320245579,0.193802969893572,0.153725174569888,0.349298683012952,0.573264793747922,0.153725174569888,0.232973240460827,0.482917638274651,0.153725174569888,0.356389996745453,0.437126440374311,0.153725174569888,0.342076641529392,0.366485559198566,0.153725174569888,0.403365182512692,0.515642224963202,0.153725174569888,0.449743529656008,0.224951738421875,0.5,0.153725174569888,0.404492061849717,0.237096045614725,0.153725174569888,0.314737220572893,0.188540600715348,0.5,0.153725174569888,0.2663344484896,0.407744525650076,0.153725174569888,0.300263735777577,0.136143175040535,0.153725174569888,0.431459222253994,0.603869412457905,0.153725174569888,0.274724321508951,0.295132477123139,0.153725174569888,0.409933551552979,0.41239779433385,0.153725174569888,0.456603399507798,0.532833082882658,0.153725174569888,0.304190227423494,0.363124778916414,0.5,0.153725174569888,0.252029776335972,0.313565632902965,0,0.603868181765774,0.487996783370103 -2753,0.5,0.153725174569888,0.263967893319616,0.465425608523514,0.153725174569888,0.0880049153349017,0.118472405259577,0.153725174569888,0.237552805342094,0.505030146125735,0.153725174569888,0.146183850539791,0.454101922892532,0.153725174569888,0.274266744030244,0.351719795677879,0.153725174569888,0.253162097525819,0.322404630469369,0.153725174569888,0.302305423318813,0.467887571038548,0.153725174569888,0.305340172295438,0.181831758972782,0.5,0.153725174569888,0.262516996650748,0.173273958813232,0.153725174569888,0.240059708025213,0.170774796088652,0.5,0.153725174569888,0.172233782741095,0.370073432855697,0.153725174569888,0.207179822327844,0.100999048893764,0.153725174569888,0.328057926161764,0.578805276890561,0.153725174569888,0.163511728896919,0.282451238621727,0.153725174569888,0.293309464396012,0.302049085736618,0.153725174569888,0.311113075160968,0.494574019104298,0.153725174569888,0.19775275393173,0.33509206092567,0.5,0.153725174569888,0.132503134998326,0.304938826563144,0,0.655011032834515,0.434917332776625 -2754,0.5,0.153725174569888,0.140458413399571,0.381303691740922,0.153725174569888,0.0546060270264901,0.1259020759617,0.153725174569888,0.112933546537742,0.404486664609174,0.153725174569888,0.0663652067927318,0.371615415152542,0.153725174569888,0.165852032512889,0.251231342327852,0.153725174569888,0.144991830443096,0.253525595632683,0.153725174569888,0.193829711366862,0.29739166646668,0.153725174569888,0.165136470836956,0.10837123227257,0.5,0.153725174569888,0.144915131234957,0.0899506787053288,0.153725174569888,0.133574610707426,0.0804531531067974,0.5,0.153725174569888,0.0874858549687172,0.281833007944335,0.153725174569888,0.10607601184976,0.0454874150350247,0.153725174569888,0.203393464778401,0.470757338379805,0.153725174569888,0.120302429086072,0.249413091708236,0.153725174569888,0.185532680739919,0.142974915908703,0.153725174569888,0.175340229084657,0.344117232287051,0.153725174569888,0.105085236969547,0.268357233780804,0.5,0.153725174569888,0.0546902677091858,0.27297666536842,0,0.683098921912643,0.438049718954691 -2755,0.5,0.153725174569888,0.023817522179247,0.274838207175734,0.153725174569888,0.0186398896202782,0.195577504591998,0.153725174569888,0.0234140151439053,0.292660264754497,0.153725174569888,0.00611456980304729,0.237125244183731,0.153725174569888,0.0557293896135823,0.203224276056252,0.153725174569888,0.0614764124442619,0.234181923023052,0.153725174569888,0.0540141851179425,0.181150152297088,0.153725174569888,0.0499041182332778,0.0737623730471322,0.5,0.153725174569888,0.0399231794998399,0.0494178945866709,0.153725174569888,0.0248979876811623,0.0248364185130509,0.5,0.153725174569888,0.0206979531313362,0.130030527437609,0.153725174569888,0.0256813805904254,0.0215768747929425,0.153725174569888,0.0568669917403733,0.372308973581432,0.153725174569888,0.0438798177757703,0.269289314575769,0.153725174569888,0.0409272981268371,0.105854819575566,0.153725174569888,0.0381755626590862,0.18187787325241,0.153725174569888,0.0194418513361403,0.170894718897155,0.5,0.153725174569888,0.00297287903810821,0.292289490018198,0,0.710353220161738,0.524262587354396 -2756,0.5,0.153725174569888,0.0,0.199879129481956,0.153725174569888,0.0,0.245887676006633,0.153725174569888,0.0,0.21584665831838,0.153725174569888,0.0,0.144690880056129,0.153725174569888,0.0,0.221766905631067,0.153725174569888,0.0,0.245708543855973,0.153725174569888,0.0,0.154021674155131,0.153725174569888,0.0,0.0873336393549638,0.5,0.153725174569888,0.0,0.0562217715117869,0.153725174569888,0.0,0.0232481190671662,0.5,0.153725174569888,0.0,0.0940553752188288,0.153725174569888,0.0,0.0230544335972257,0.153725174569888,0.0,0.33162124831679,0.153725174569888,0.0,0.332247703035067,0.153725174569888,0.0,0.123804646987301,0.153725174569888,0.0,0.086962491999523,0.153725174569888,0.0,0.139118669199164,0.5,0.153725174569888,0.0,0.282946892933053,0,0.708856446259349,0.730449711978251 -2757,0.5,0.153725174569888,0.0,0.142139466260471,0.153725174569888,0.0,0.244287341973539,0.153725174569888,0.0,0.1675015958072,0.153725174569888,0.0,0.0954175193546844,0.153725174569888,0.0,0.197060918171953,0.153725174569888,0.0,0.215790623496049,0.153725174569888,0.0,0.11415451738541,0.153725174569888,0.0,0.0973582413635502,0.5,0.153725174569888,0.0,0.0657648245556399,0.153725174569888,0.0,0.0265874684784723,0.5,0.153725174569888,0.0,0.0588839327101404,0.153725174569888,0.0,0.0235368170006743,0.153725174569888,0.0,0.305537951761055,0.153725174569888,0.0,0.327737886744261,0.153725174569888,0.0,0.137331245237642,0.153725174569888,0.0,0.0359676124581407,0.153725174569888,0.0,0.11779380169624,0.5,0.153725174569888,0.0,0.215346631699086,0,0.654099004102275,0.813898661418337 -2758,0.5,0.153725174569888,0.0,0.105118916967753,0.153725174569888,0.0,0.199523050448599,0.153725174569888,0.0,0.0967750559906712,0.153725174569888,0.0,0.0701532829516638,0.153725174569888,0.0,0.171492208970484,0.153725174569888,0.0,0.170183513904451,0.153725174569888,0.0,0.0812454084794792,0.153725174569888,0.0,0.0926127529567568,0.5,0.153725174569888,0.0,0.0564408558852304,0.153725174569888,0.0,0.0295839551314824,0.5,0.153725174569888,0.0,0.0408200469023537,0.153725174569888,0.0,0.0213385885768471,0.153725174569888,0.0,0.275701591486548,0.153725174569888,0.0,0.284582880047348,0.153725174569888,0.0,0.14342928877553,0.153725174569888,0.0,0.0249220910204572,0.153725174569888,0.0,0.0922390803494855,0.5,0.153725174569888,0.0,0.127546748075479,0,0.57538884908265,0.817894688173191 -2759,0.5,0.153725174569888,0.0,0.088127275863842,0.153725174569888,0.0,0.139805454703756,0.153725174569888,0.0,0.0567643918115282,0.153725174569888,0.0,0.0583046221198675,0.153725174569888,0.0,0.14720006927911,0.153725174569888,0.0,0.120432168853654,0.153725174569888,0.0,0.0689341857653473,0.153725174569888,0.0,0.0693272048266228,0.5,0.153725174569888,0.0,0.028714027277479,0.153725174569888,0.0,0.0252988850297246,0.5,0.153725174569888,0.0,0.0454746778958578,0.153725174569888,0.0,0.0168439681117919,0.153725174569888,0.0,0.242515895427527,0.153725174569888,0.0,0.241404189169336,0.153725174569888,0.0,0.130513128030562,0.153725174569888,0.0,0.0247658076297614,0.153725174569888,0.0,0.0716392581912068,0.5,0.153725174569888,0.0,0.0675217913220709,0,0.442557583922299,0.772946094595393 -2760,0.5,0.153725174569888,0.0,0.0783593595138844,0.153725174569888,0.0,0.106237898432799,0.153725174569888,0.0,0.0399603922476465,0.153725174569888,0.0,0.0502607360876582,0.153725174569888,0.0,0.139146428148016,0.153725174569888,0.0,0.0967875376442551,0.153725174569888,0.0,0.0612296262481126,0.153725174569888,0.0,0.0570008666904439,0.5,0.153725174569888,0.0,0.0133576057476104,0.153725174569888,0.0,0.0158684767447385,0.5,0.153725174569888,0.0,0.0537540318452849,0.153725174569888,0.0,0.0150145008255094,0.153725174569888,0.0,0.209174644220887,0.153725174569888,0.0,0.215319130985357,0.153725174569888,0.0,0.0994601083711838,0.153725174569888,0.0,0.0228259175136596,0.153725174569888,0.0,0.055202478578143,0.5,0.153725174569888,0.0,0.0356543588780478,0,0.304493774678083,0.711819220054353 -2761,0.5,0.153725174569888,0.0,0.0715116244611637,0.153725174569888,0.0,0.115728796450756,0.153725174569888,0.0,0.0338786330275199,0.153725174569888,0.0,0.0436279864974161,0.153725174569888,0.0,0.119537212082685,0.153725174569888,0.0,0.0837480142052602,0.153725174569888,0.0,0.0483788326645326,0.153725174569888,0.0,0.0470463001089812,0.5,0.153725174569888,0.0,0.00752587796002436,0.153725174569888,0.0,0.00696263061542144,0.5,0.153725174569888,0.0,0.0540499734198418,0.153725174569888,0.0,0.0100710300378945,0.153725174569888,0.0,0.18053033138572,0.153725174569888,0.0,0.181083450112764,0.153725174569888,0.0,0.0760525738275658,0.153725174569888,0.0,0.0154290099196043,0.153725174569888,0.0,0.0416965515911534,0.5,0.153725174569888,0.0,0.0176382057210129,0,0.196835685351156,0.652108136292843 -2762,0.5,0.153725174569888,0.0,0.0685476283112748,0.153725174569888,0.0,0.0736386144759921,0.153725174569888,0.0,0.0299781498145233,0.153725174569888,0.0,0.0382979471357336,0.153725174569888,0.0,0.104109761120781,0.153725174569888,0.0,0.0811360305689481,0.153725174569888,0.0,0.0397223466750766,0.153725174569888,0.0,0.0392531121635599,0.5,0.153725174569888,0.0,0.00530511522924583,0.153725174569888,0.0,0.00218350957807151,0.5,0.153725174569888,0.0,0.0552405767213999,0.153725174569888,0.0,0.00752340849103507,0.153725174569888,0.0,0.147506740789672,0.153725174569888,0.0,0.150486741931409,0.153725174569888,0.0,0.0658479546319786,0.153725174569888,0.0,0.010988911399063,0.153725174569888,0.0,0.032461859962398,0.5,0.153725174569888,0.0,0.00744830748517337,0,0.13021086327917,0.621913351861079 -2763,0.5,0.153725174569888,0.0,0.0669155531416911,0.153725174569888,0.0,0.0733283520664598,0.153725174569888,0.0,0.0281084639339153,0.153725174569888,0.0,0.0357379889266602,0.153725174569888,0.0,0.11210138978848,0.153725174569888,0.0,0.0844752047675249,0.153725174569888,0.0,0.0395502130488797,0.153725174569888,0.0,0.0348584839975048,0.5,0.153725174569888,0.0,0.00465788419994841,0.153725174569888,0.0,0.000889177865038885,0.5,0.153725174569888,0.0,0.0588534304781145,0.153725174569888,0.0,0.0109152651618277,0.153725174569888,0.0,0.122675545203423,0.153725174569888,0.0,0.139834054695936,0.153725174569888,0.0,0.0611630137853476,0.153725174569888,0.0,0.00937199927819986,0.153725174569888,0.0,0.0266970393269997,0.5,0.153725174569888,0.0,0.00315962158624838,0,0.101814529946126,0.661917759512768 -2764,0.5,0.153725174569888,0.0,0.0713916317711443,0.153725174569888,0.0,0.0768001412507318,0.153725174569888,0.0,0.0241238198226732,0.153725174569888,0.0,0.0359803097397117,0.153725174569888,0.0,0.12603240380167,0.153725174569888,0.0,0.0802120932536844,0.153725174569888,0.0,0.0451685225456644,0.153725174569888,0.0,0.0318580086490112,0.5,0.153725174569888,0.0,0.00444189731394192,0.153725174569888,0.0,0.000677244302054156,0.5,0.153725174569888,0.0,0.0585116854689003,0.153725174569888,0.0,0.00970426446379871,0.153725174569888,0.0,0.115588725383575,0.153725174569888,0.0,0.150967146121114,0.153725174569888,0.0,0.0596780766388384,0.153725174569888,0.0,0.00966164145668972,0.153725174569888,0.0,0.0232199640203526,0.5,0.153725174569888,0.0,0.00162747025366509,0,0.100901155403421,0.672918759365056 -2765,0.5,0.153725174569888,0.0,0.0707124308771238,0.153725174569888,0.0,0.0846536542908103,0.153725174569888,0.0,0.0193865841251001,0.153725174569888,0.0,0.0343091662777369,0.153725174569888,0.0,0.128458374824946,0.153725174569888,0.0,0.075568576016423,0.153725174569888,0.0,0.0486941284333917,0.153725174569888,0.0,0.0296459175662008,0.5,0.153725174569888,0.0,0.00344798921803698,0.153725174569888,0.0,0.000363885189719811,0.5,0.153725174569888,0.0,0.0535971876490634,0.153725174569888,0.0,0.00705873663957874,0.153725174569888,0.0,0.118392636714257,0.153725174569888,0.0,0.172998450034343,0.153725174569888,0.0,0.0630266142608936,0.153725174569888,0.0,0.0110160352333172,0.153725174569888,0.0,0.0184304086969149,0.5,0.153725174569888,0.0,0.00109680962830537,0,0.108100166360404,0.601634854023675 -2766,0.5,0.153725174569888,0.0100119098836661,0.0682052508507166,0.153725174569888,0.00709202420664776,0.0780192432968447,0.153725174569888,0.00105195109088968,0.0164255512014972,0.153725174569888,0.00369339382500891,0.0336241916509087,0.153725174569888,0.00290156947370906,0.130278777990999,0.153725174569888,0.000774687146473415,0.0788148228246619,0.153725174569888,0.00258525399926782,0.0508168084514364,0.153725174569888,0.000640605367286382,0.0293124685831322,0.5,0.153725174569888,0.000374966512492309,0.00297464823901591,0.153725174569888,0.00150198895774346,6.94381659059167e-05,0.5,0.153725174569888,0.000107063922349765,0.0472120987550439,0.153725174569888,0.000270903635766288,0.00624345062239207,0.153725174569888,0.00793181260880557,0.125363909263505,0.153725174569888,0.00420719874451294,0.177106752042271,0.153725174569888,0.00431798438528296,0.0618759346492404,0.153725174569888,0.00107236466395195,0.0128199424452842,0.153725174569888,0.000641953008232827,0.0156872599649425,0.5,0.153725174569888,0.00104594282961789,0.000649664174833009,0,0.108646300642259,0.553148834373389 -2767,0.5,0.153725174569888,0.06268574032481,0.0791377444847757,0.153725174569888,0.087105136748303,0.0859361357560771,0.153725174569888,0.013558620900008,0.0224660164496596,0.153725174569888,0.0332047808242416,0.0359737542631245,0.153725174569888,0.0745461618735815,0.140365980897818,0.153725174569888,0.0651794929633193,0.0734086127458787,0.153725174569888,0.0728553917440403,0.0475757482071197,0.153725174569888,0.0644795417992869,0.0263388719662599,0.5,0.153725174569888,0.0496496107959648,0.00259662458149746,0.153725174569888,0.0283816080732789,5.4896246665849e-05,0.5,0.153725174569888,0.00354594518882236,0.0429704545736537,0.153725174569888,0.0099214699530307,0.00475173687166099,0.153725174569888,0.0910733051545548,0.139041344302428,0.153725174569888,0.0794560334045834,0.182710036373109,0.153725174569888,0.0636979795042419,0.066178282978295,0.153725174569888,0.0206746167635847,0.0124560215912481,0.153725174569888,0.00883663234356308,0.012406664159594,0.5,0.153725174569888,0.0186902181959127,0.000367845711624186,0,0.112045732358032,0.595544239771943 -2768,0.5,0.153725174569888,0.131641584087549,0.120866202790967,0.153725174569888,0.203963498806156,0.160696054080989,0.153725174569888,0.0448212158018575,0.0356147373998813,0.153725174569888,0.0872032719215657,0.0434041483575323,0.153725174569888,0.192862686240234,0.21155903436034,0.153725174569888,0.182646570068858,0.0964209012918658,0.153725174569888,0.18804292645716,0.0599399938984723,0.153725174569888,0.173738256441796,0.0342139857260468,0.5,0.153725174569888,0.120972798866229,0.00420060237048542,0.153725174569888,0.0737901484971977,9.54216824123836e-05,0.5,0.153725174569888,0.012879283000251,0.0314093611302846,0.153725174569888,0.0310944047066417,0.00248485044012914,0.153725174569888,0.215182882946532,0.185167849490966,0.153725174569888,0.199374556814842,0.257100230234078,0.153725174569888,0.137437691638821,0.103779391224131,0.153725174569888,0.0590994506446486,0.0195082531707903,0.153725174569888,0.0297916268303217,0.0102244341659616,0.5,0.153725174569888,0.0527827662683105,0.000421548403641762,0,0.128540355137458,0.689857623055198 -2769,0.5,0.153725174569888,0.201371755755749,0.165301029965267,0.153725174569888,0.320082357703384,0.280653771984728,0.153725174569888,0.105112742016886,0.0566551350240727,0.153725174569888,0.160993309524567,0.0591086996035802,0.153725174569888,0.328218522161518,0.293997650487244,0.153725174569888,0.318828123021155,0.161662747513889,0.153725174569888,0.320689252780544,0.125587696261755,0.153725174569888,0.294341364105018,0.0707239038323359,0.5,0.153725174569888,0.191943742317811,0.00966695640521377,0.153725174569888,0.12342939600682,6.44608421400783e-05,0.5,0.153725174569888,0.0364732817326198,0.0394664922047868,0.153725174569888,0.0734965721268972,0.00311345288858692,0.153725174569888,0.345766242537082,0.277888257718455,0.153725174569888,0.330285579983905,0.390019077667264,0.153725174569888,0.205830774314815,0.173467820756827,0.153725174569888,0.107485232266891,0.051091047245945,0.153725174569888,0.0871697854028261,0.0227667724394587,0.5,0.153725174569888,0.0984000951534446,0.000604970776531239,0,0.130836403136715,0.735082344929179 -2770,0.5,0.153725174569888,0.295643415692346,0.198702563967871,0.153725174569888,0.430846317664657,0.342345298784686,0.153725174569888,0.186475509055435,0.068697006889983,0.153725174569888,0.237892143345206,0.0757876713393618,0.153725174569888,0.45985691046407,0.342640181698356,0.153725174569888,0.455018708171665,0.189755076540041,0.153725174569888,0.451499330016574,0.264273008273978,0.153725174569888,0.408857739112892,0.110301474788478,0.5,0.153725174569888,0.272638189731629,0.030937047684669,0.153725174569888,0.126323791880143,0.000467536985655239,0.5,0.153725174569888,0.0718539402043429,0.0625911122402459,0.153725174569888,0.138964035856936,0.00595988765658988,0.153725174569888,0.478923158200131,0.361735959215809,0.153725174569888,0.449350841449559,0.457520295117237,0.153725174569888,0.254938103538446,0.208400286579436,0.153725174569888,0.141442336702728,0.080692987761355,0.153725174569888,0.14729044360578,0.0356624734506412,0.5,0.153725174569888,0.139685427973595,0.000709082271330115,0,0.135185440637289,0.769161053140635 -2771,0.5,0.153725174569888,0.384683699982519,0.242457273535017,0.153725174569888,0.524829380827542,0.452588839331941,0.153725174569888,0.249206620711537,0.0755844710186507,0.153725174569888,0.301835230996109,0.0992960085235416,0.153725174569888,0.561428045472651,0.408403428746562,0.153725174569888,0.558314287252776,0.183660036330986,0.153725174569888,0.521998573566911,0.304690096296538,0.153725174569888,0.482399209301631,0.130359267871767,0.5,0.153725174569888,0.346535250013504,0.0754149763750684,0.153725174569888,0.163518315333479,0.000772112106193269,0.5,0.153725174569888,0.141893925064178,0.0493149121631795,0.153725174569888,0.219928158882008,0.0104792542903706,0.153725174569888,0.59353102452651,0.454110751818846,0.153725174569888,0.544489389095843,0.53492022405694,0.153725174569888,0.275027760539825,0.256089849276449,0.153725174569888,0.176990488062975,0.0896016603300863,0.153725174569888,0.205718874176709,0.0391794234414409,0.5,0.153725174569888,0.182872655044741,0.00104874554526328,0,0.158815906935974,0.791778102515939 -2772,0.5,0.153725174569888,0.45312958612061,0.268837242588212,0.153725174569888,0.593708286436304,0.535839967748919,0.153725174569888,0.278055954432902,0.0903561917987853,0.153725174569888,0.353218864637025,0.111873661495463,0.153725174569888,0.582566903761888,0.461515193055431,0.153725174569888,0.60614654694372,0.136062278145392,0.153725174569888,0.551082105905664,0.307707620392236,0.153725174569888,0.524679700630565,0.131509802430936,0.5,0.153725174569888,0.39896518721338,0.0951799993120316,0.153725174569888,0.209911484163245,0.000788761735333661,0.5,0.153725174569888,0.185913318303712,0.019616201014522,0.153725174569888,0.268089321875978,0.013652386397149,0.153725174569888,0.657252478690734,0.512850896878073,0.153725174569888,0.587899495192248,0.59487710171505,0.153725174569888,0.291985912072584,0.295107517725141,0.153725174569888,0.284518285087431,0.0987553137155626,0.153725174569888,0.245104041563688,0.0381531130906868,0.5,0.153725174569888,0.216776419462872,0.0016254391048901,0,0.19848691487893,0.799207990148029 -2773,0.5,0.153725174569888,0.479364535142478,0.265441553887912,0.153725174569888,0.608074251380409,0.484799199379042,0.153725174569888,0.25296574171867,0.127174733715184,0.153725174569888,0.353947330572309,0.108014668521918,0.153725174569888,0.630761316623349,0.491184882825701,0.153725174569888,0.60415443539946,0.103387434534283,0.153725174569888,0.599582954808592,0.29147429747675,0.153725174569888,0.513429718677331,0.127667317169053,0.5,0.153725174569888,0.407940458312186,0.104474952440379,0.153725174569888,0.240948987727818,0.00211745404677714,0.5,0.153725174569888,0.231187950620083,0.00897840520824106,0.153725174569888,0.302353050030435,0.0212986096052551,0.153725174569888,0.68532937586484,0.539865224645622,0.153725174569888,0.560387440729252,0.597891143902124,0.153725174569888,0.297576714656773,0.313948903059178,0.153725174569888,0.361840217428826,0.102498696319045,0.153725174569888,0.216013132262938,0.0439475485209539,0.5,0.153725174569888,0.23690449497222,0.00257151750546395,0,0.238496763893886,0.805031185881142 -2774,0.5,0.153725174569888,0.457091097911771,0.246779913387107,0.153725174569888,0.522708715219969,0.423574255581187,0.153725174569888,0.241749937457278,0.16946638090948,0.153725174569888,0.299446284487908,0.0931153456531502,0.153725174569888,0.581235354520071,0.495221145149686,0.153725174569888,0.551428726395799,0.103326988641105,0.153725174569888,0.541784122401307,0.274692525897108,0.153725174569888,0.448022798672125,0.127171981243879,0.5,0.153725174569888,0.394867432218543,0.120775383718283,0.153725174569888,0.285922821365614,0.00399482538581613,0.5,0.153725174569888,0.227993298418668,0.00708205901396216,0.153725174569888,0.31217262479984,0.0206797000774859,0.153725174569888,0.663154867355392,0.543180279883109,0.153725174569888,0.534137330113171,0.595944694877216,0.153725174569888,0.29134315198945,0.287126073824578,0.153725174569888,0.378442497261319,0.112505808901712,0.153725174569888,0.151210567694863,0.0477034400961503,0.5,0.153725174569888,0.240745136967635,0.00281708163739586,0,0.27547185449858,0.805496405335179 -2775,0.5,0.153725174569888,0.391643980628439,0.245651205104857,0.153725174569888,0.416977660397321,0.452417995815033,0.153725174569888,0.175931125807346,0.185675095677686,0.153725174569888,0.233954498103239,0.0871974577234842,0.153725174569888,0.490770656997906,0.51209381105502,0.153725174569888,0.419433277495954,0.103676819820981,0.153725174569888,0.455174036951959,0.294992669234146,0.153725174569888,0.335751685064158,0.11887165830387,0.5,0.153725174569888,0.33333694720069,0.136569836378038,0.153725174569888,0.286859127884714,0.00368587717176168,0.5,0.153725174569888,0.299789641209036,0.0112323276027247,0.153725174569888,0.2822548470068,0.0172716047549294,0.153725174569888,0.594821043795246,0.542587181696857,0.153725174569888,0.404607118718709,0.595651011201022,0.153725174569888,0.27107637195206,0.280580151715526,0.153725174569888,0.337656850596513,0.145397335428995,0.153725174569888,0.145057539187654,0.0575573866218925,0.5,0.153725174569888,0.206188547351122,0.00477466231070439,0,0.335260133072748,0.805732386163218 -2776,0.5,0.153725174569888,0.303964121577053,0.246694123701022,0.153725174569888,0.229347216650621,0.448925490938165,0.153725174569888,0.134021538965729,0.177886495989029,0.153725174569888,0.20615076840774,0.0916314146336971,0.153725174569888,0.421524408138883,0.534807231121595,0.153725174569888,0.30025927455389,0.0579270730076775,0.153725174569888,0.333738559318484,0.303545887011777,0.153725174569888,0.248109729952645,0.093285698029602,0.5,0.153725174569888,0.246006089835128,0.115468798492346,0.153725174569888,0.304017760590699,0.00892538423312416,0.5,0.153725174569888,0.315731740257173,0.031964159890139,0.153725174569888,0.238950451865567,0.0232172932072119,0.153725174569888,0.45152975959287,0.521404248229025,0.153725174569888,0.297666397318849,0.595407954593448,0.153725174569888,0.209624523506173,0.264896805945595,0.153725174569888,0.290710980037398,0.175316362594771,0.153725174569888,0.123181033014891,0.0729780331424681,0.5,0.153725174569888,0.166231508281616,0.0117027112003729,0,0.400927605841103,0.815806539283535 -2777,0.5,0.153725174569888,0.206664641899265,0.232002128054293,0.153725174569888,0.153685809175026,0.323019543383096,0.153725174569888,0.0882975057636272,0.165255417913998,0.153725174569888,0.165568973414476,0.0932389856543483,0.153725174569888,0.312971600577012,0.547436993887421,0.153725174569888,0.198069200468568,0.0190634517461356,0.153725174569888,0.236167447313129,0.280052591754892,0.153725174569888,0.139656781237977,0.0578771479096631,0.5,0.153725174569888,0.16315784169232,0.0540073958296599,0.153725174569888,0.260282113695324,0.0241988882291509,0.5,0.153725174569888,0.246846475409514,0.091617386331322,0.153725174569888,0.181239573857619,0.0307291870375741,0.153725174569888,0.315384502616203,0.460805507782549,0.153725174569888,0.215177291761077,0.54594128167631,0.153725174569888,0.166738319624005,0.252152696150287,0.153725174569888,0.220182417939457,0.190090503045407,0.153725174569888,0.0931704342138964,0.0890908021869984,0.5,0.153725174569888,0.137520200286776,0.0318074795532211,0,0.453851814273919,0.828469464189505 -2778,0.5,0.153725174569888,0.116428909596454,0.182721942222021,0.153725174569888,0.165478295241402,0.20758875540868,0.153725174569888,0.0657173013801173,0.133879211351327,0.153725174569888,0.0876677735448969,0.0728238974888969,0.153725174569888,0.189297694785195,0.502213085540204,0.153725174569888,0.0652066295036891,0.0186187804820849,0.153725174569888,0.131201559963146,0.154801323504593,0.153725174569888,0.0535014401997644,0.0227720842266751,0.5,0.153725174569888,0.0719757524989327,0.0181723009504018,0.153725174569888,0.151553009058945,0.0275698914303531,0.5,0.153725174569888,0.136201969130334,0.11198768683681,0.153725174569888,0.107493071787741,0.0243482025539424,0.153725174569888,0.180770833398623,0.384045179135546,0.153725174569888,0.144626024133385,0.425016806873505,0.153725174569888,0.119268692542821,0.195245756600427,0.153725174569888,0.129240373207455,0.142259758545239,0.153725174569888,0.0765143636334416,0.0884342472713087,0.5,0.153725174569888,0.0995511697410095,0.0417627346303264,0,0.48264704532623,0.84267494509473 -2779,0.5,0.153725174569888,0.0230411582249214,0.136703184388786,0.153725174569888,0.0427645596716166,0.0876183071111948,0.153725174569888,0.0178956360901266,0.0827995317449774,0.153725174569888,0.00829814029619579,0.0688552715256961,0.153725174569888,0.0644478434005417,0.397022673232587,0.153725174569888,0.0109595903656222,0.0123179614090584,0.153725174569888,0.0425671995614267,0.0922849247319587,0.153725174569888,0.0148784160868423,0.00672402293331863,0.5,0.153725174569888,0.0179912881846138,0.00337991841072769,0.153725174569888,0.0342429707800057,0.0116930247692972,0.5,0.153725174569888,0.0267825056457566,0.0689227047945654,0.153725174569888,0.0239151480941804,0.0115943399693882,0.153725174569888,0.0603978935105612,0.374473534230034,0.153725174569888,0.0599263020281925,0.262118538588946,0.153725174569888,0.0394165755938689,0.136088765253203,0.153725174569888,0.0387509572455172,0.0761787486984233,0.153725174569888,0.0229030025609036,0.0474437055131762,0.5,0.153725174569888,0.0103001832169051,0.0273512592812263,0,0.497849480071677,0.851938126602177 -2780,0.5,0.153725174569888,0.0,0.122834690585542,0.153725174569888,0.0,0.0708650528458693,0.153725174569888,0.0,0.0545742417260364,0.153725174569888,0.0,0.0802377390867201,0.153725174569888,0.0,0.354424633959362,0.153725174569888,0.0,0.0186209293283166,0.153725174569888,0.0,0.119448268428551,0.153725174569888,0.0,0.00468948004073207,0.5,0.153725174569888,0.0,0.00293820974573976,0.153725174569888,0.0,0.00815275048282222,0.5,0.153725174569888,0.0,0.0504143757347997,0.153725174569888,0.0,0.0155396686184796,0.153725174569888,0.0,0.369738203039357,0.153725174569888,0.0,0.222111263666023,0.153725174569888,0.0,0.120984348219067,0.153725174569888,0.0,0.0778011464169904,0.153725174569888,0.0,0.0267125211176984,0.5,0.153725174569888,0.0,0.0207949627056674,0,0.494324855133913,0.861376367063102 -2781,0.5,0.153725174569888,0.0,0.118507165170508,0.153725174569888,0.0,0.0688094550782035,0.153725174569888,0.0,0.0409872957993152,0.153725174569888,0.0,0.0773021160155724,0.153725174569888,0.0,0.338779876134669,0.153725174569888,0.0,0.0294595332286521,0.153725174569888,0.0,0.150361200450663,0.153725174569888,0.0,0.00296668989321304,0.5,0.153725174569888,0.0,0.0127745051962776,0.153725174569888,0.0,0.00506349341598558,0.5,0.153725174569888,0.0,0.0371345315282483,0.153725174569888,0.0,0.0156277281821849,0.153725174569888,0.0,0.356673591706684,0.153725174569888,0.0,0.218513243557156,0.153725174569888,0.0,0.110053563073091,0.153725174569888,0.0,0.0816845818661524,0.153725174569888,0.0,0.019779943172334,0.5,0.153725174569888,0.0,0.0127245927185903,0,0.477814603938502,0.878760597751895 -2782,0.5,0.153725174569888,0.0,0.109002989977104,0.153725174569888,0.0,0.0930073264005786,0.153725174569888,0.0,0.0400338341466637,0.153725174569888,0.0,0.0639506377924234,0.153725174569888,0.0,0.325642484625021,0.153725174569888,0.0,0.0386665656844469,0.153725174569888,0.0,0.16883718771631,0.153725174569888,0.0,0.00138987260940823,0.5,0.153725174569888,0.0,0.10594891550507,0.153725174569888,0.0,0.00252104124518978,0.5,0.153725174569888,0.0,0.0322869028925595,0.153725174569888,0.0,0.019796808881421,0.153725174569888,0.0,0.332870338535306,0.153725174569888,0.0,0.224345063387137,0.153725174569888,0.0,0.0973753124786069,0.153725174569888,0.0,0.0755992530838274,0.153725174569888,0.0,0.0179166606739297,0.5,0.153725174569888,0.0,0.00807721889126237,0,0.433926346665167,0.887972742352948 -2783,0.5,0.153725174569888,0.0,0.0984071185215065,0.153725174569888,0.0,0.119550068524917,0.153725174569888,0.0,0.0474209972230495,0.153725174569888,0.0,0.054521654869713,0.153725174569888,0.0,0.300943999824969,0.153725174569888,0.0,0.0344840331764108,0.153725174569888,0.0,0.142229998276183,0.153725174569888,0.0,0.0146908509741062,0.5,0.153725174569888,0.0,0.20226763018482,0.153725174569888,0.0,0.00137265718412397,0.5,0.153725174569888,0.0,0.0337245535374602,0.153725174569888,0.0,0.0484641881576213,0.153725174569888,0.0,0.295361563928854,0.153725174569888,0.0,0.239626321271103,0.153725174569888,0.0,0.0879021328113661,0.153725174569888,0.0,0.0513313213944346,0.153725174569888,0.0,0.0171969638475732,0.5,0.153725174569888,0.0,0.00740546871460405,0,0.369391570449899,0.888595413095141 -2784,0.5,0.153725174569888,0.0,0.0875515862805316,0.153725174569888,0.0,0.116841521324032,0.153725174569888,0.0,0.0500836995831092,0.153725174569888,0.0,0.0532579784370789,0.153725174569888,0.0,0.264303759382144,0.153725174569888,0.0,0.0249922061290773,0.153725174569888,0.0,0.102639347705907,0.153725174569888,0.0,0.118675078783683,0.5,0.153725174569888,0.0,0.211892184308103,0.153725174569888,0.0,0.00085382515258678,0.5,0.153725174569888,0.0,0.0366947647033754,0.153725174569888,0.0,0.0839002584150328,0.153725174569888,0.0,0.264989824139713,0.153725174569888,0.0,0.249150517464193,0.153725174569888,0.0,0.0885034089202205,0.153725174569888,0.0,0.0352430474559619,0.153725174569888,0.0,0.0140827889842665,0.5,0.153725174569888,0.0,0.00673094350910708,0,0.298566723102698,0.873875484944884 -2785,0.5,0.153725174569888,0.0,0.081568801400885,0.153725174569888,0.0,0.102884029542779,0.153725174569888,0.0,0.0456380573268187,0.153725174569888,0.0,0.0547390917313648,0.153725174569888,0.0,0.232171682692203,0.153725174569888,0.0,0.0803882917207172,0.153725174569888,0.0,0.0705859959361372,0.153725174569888,0.0,0.228061437796098,0.5,0.153725174569888,0.0,0.196893072989856,0.153725174569888,0.0,0.000876269390906067,0.5,0.153725174569888,0.0,0.0360808211666823,0.153725174569888,0.0,0.115691483047121,0.153725174569888,0.0,0.238965415961325,0.153725174569888,0.0,0.251341478854112,0.153725174569888,0.0,0.0890654479987908,0.153725174569888,0.0,0.0254447998225809,0.153725174569888,0.0,0.0102676922234987,0.5,0.153725174569888,0.0,0.00634790427655302,0,0.237172085317033,0.835225783000827 -2786,0.5,0.153725174569888,0.0,0.0805161569859051,0.153725174569888,0.0,0.0981089436421388,0.153725174569888,0.0,0.0439481271927493,0.153725174569888,0.0,0.0554646080132844,0.153725174569888,0.0,0.236344162888898,0.153725174569888,0.0,0.178187218148749,0.153725174569888,0.0,0.0571977536409504,0.153725174569888,0.0,0.227231363040834,0.5,0.153725174569888,0.0,0.141607182869046,0.153725174569888,0.0,0.00268219635969173,0.5,0.153725174569888,0.0,0.02503985095775,0.153725174569888,0.0,0.100208084417169,0.153725174569888,0.0,0.223690687263503,0.153725174569888,0.0,0.247780228020786,0.153725174569888,0.0,0.0863571719224863,0.153725174569888,0.0,0.0190685153319951,0.153725174569888,0.0,0.00711233252484236,0.5,0.153725174569888,0.0,0.00700505665872342,0,0.196844132144928,0.788615970523137 -2787,0.5,0.153725174569888,0.0,0.080156424814385,0.153725174569888,0.0,0.111015292735107,0.153725174569888,0.0,0.0437608846174596,0.153725174569888,0.0,0.0550353537406281,0.153725174569888,0.0,0.224296571054309,0.153725174569888,0.0,0.169482194677503,0.153725174569888,0.0,0.0486804540376043,0.153725174569888,0.0,0.140996327736123,0.5,0.153725174569888,0.0,0.10444562584077,0.153725174569888,0.0,0.0242672539403782,0.5,0.153725174569888,0.0,0.0246178511742814,0.153725174569888,0.0,0.105064429954488,0.153725174569888,0.0,0.216649091138706,0.153725174569888,0.0,0.213862584709487,0.153725174569888,0.0,0.0896255977471085,0.153725174569888,0.0,0.0142703513692783,0.153725174569888,0.0,0.00522360951665956,0.5,0.153725174569888,0.0,0.00722169596937062,0,0.165523480002611,0.792979857122421 -2788,0.5,0.153725174569888,0.0,0.085885441706607,0.153725174569888,0.0,0.126687321994321,0.153725174569888,0.0,0.0451106439174191,0.153725174569888,0.0,0.0573700815449142,0.153725174569888,0.0,0.182493662971272,0.153725174569888,0.0,0.109673351677589,0.153725174569888,0.0,0.0421599335627313,0.153725174569888,0.0,0.0727015894683411,0.5,0.153725174569888,0.0,0.0918410786606444,0.153725174569888,0.0,0.255276669966982,0.5,0.153725174569888,0.0,0.0570485956341338,0.153725174569888,0.0,0.190104757026362,0.153725174569888,0.0,0.210538688587709,0.153725174569888,0.0,0.205901165195025,0.153725174569888,0.0,0.104491872181052,0.153725174569888,0.0,0.00985407350123912,0.153725174569888,0.0,0.00510267931476548,0.5,0.153725174569888,0.0,0.00587129225547514,0,0.158791035571034,0.760314383680042 -2789,0.5,0.153725174569888,0.0,0.09873541497137,0.153725174569888,0.0,0.15712934162379,0.153725174569888,0.0,0.0470336191555622,0.153725174569888,0.0,0.0656912161690985,0.153725174569888,0.0,0.161705030041872,0.153725174569888,0.0,0.0750294679200016,0.153725174569888,0.0,0.0353961519912089,0.153725174569888,0.0,0.0511751803005773,0.5,0.153725174569888,0.0,0.0958419081091643,0.153725174569888,0.0,0.575299534250987,0.5,0.153725174569888,0.0,0.163019586835199,0.153725174569888,0.0,0.304415648935363,0.153725174569888,0.0,0.211244633154161,0.153725174569888,0.0,0.207056678956393,0.153725174569888,0.0,0.123437100813252,0.153725174569888,0.0,0.00829897197943532,0.153725174569888,0.0,0.00713009300412022,0.5,0.153725174569888,0.0,0.00392996607094872,0,0.172721837116362,0.766428129479359 -2790,0.5,0.153725174569888,0.00953108037421569,0.111848984609074,0.153725174569888,0.00856988110312552,0.168459425991426,0.153725174569888,0.00349322578150892,0.0447068019665801,0.153725174569888,0.00351428077327775,0.077921603663287,0.153725174569888,0.00056966722431139,0.169707332793463,0.153725174569888,9.91905874680383e-05,0.0722733379253065,0.153725174569888,0.000526407650279427,0.0339264398780015,0.153725174569888,8.67585130646262e-05,0.0474869347697933,0.5,0.153725174569888,0.000216234504440476,0.109836282281334,0.153725174569888,0.000503585368641574,0.425963854026078,0.5,0.153725174569888,0.000297831067165629,0.337032414535726,0.153725174569888,0.00020166728938125,0.270385007754766,0.153725174569888,0.00956892429040881,0.214683833404583,0.153725174569888,0.00178264492570772,0.231729108991541,0.153725174569888,0.00189157498380752,0.131297901729403,0.153725174569888,0.00112973715326597,0.00938612735554314,0.153725174569888,0.00353823479056843,0.0156147400400132,0.5,0.153725174569888,0.00558736090875207,0.00507056940492934,0,0.202425934469746,0.758937229557271 -2791,0.5,0.153725174569888,0.0652254303550704,0.149021861916374,0.153725174569888,0.0914824458972792,0.185186542682507,0.153725174569888,0.0355416158509294,0.051351492653875,0.153725174569888,0.0386916091761871,0.105145643459393,0.153725174569888,0.0119831826063531,0.203702894563148,0.153725174569888,0.00600241953298894,0.0878732612901639,0.153725174569888,0.0115900975670469,0.0383574965139785,0.153725174569888,0.0129472794061557,0.0619767503298543,0.5,0.153725174569888,0.0267022786702991,0.142135470744535,0.153725174569888,0.00719024618087493,0.277636816382498,0.5,0.153725174569888,0.0119631977410984,0.483278480097334,0.153725174569888,0.00700198231217047,0.221460409771957,0.153725174569888,0.0930638622103552,0.220335797976954,0.153725174569888,0.0240967244386589,0.279154398832598,0.153725174569888,0.0303879253282707,0.151214232983144,0.153725174569888,0.0157889742732212,0.0151390547655395,0.153725174569888,0.0480253685598382,0.0501056748578333,0.5,0.153725174569888,0.0466921677185694,0.0323142408174637,0,0.253498436080558,0.763425769402143 -2792,0.5,0.153725174569888,0.146565712743098,0.23854479704729,0.153725174569888,0.208635880233772,0.27682346211999,0.153725174569888,0.0801938853366755,0.0691702444257096,0.153725174569888,0.11650748984376,0.156213592540811,0.153725174569888,0.0516915742841334,0.298193826696316,0.153725174569888,0.0193970937180973,0.104257489630074,0.153725174569888,0.0218358077491401,0.0522665140514426,0.153725174569888,0.0457101425039063,0.0903842447687021,0.5,0.153725174569888,0.0778423016934183,0.18041868409877,0.153725174569888,0.0323853854967845,0.244936082627683,0.5,0.153725174569888,0.0322192863212958,0.513439152403993,0.153725174569888,0.0227600797472368,0.216891119571332,0.153725174569888,0.219925959743796,0.295053162644877,0.153725174569888,0.0663470570478577,0.346179932896421,0.153725174569888,0.0893214465738694,0.201669252308766,0.153725174569888,0.0358992065629655,0.0330039513421801,0.153725174569888,0.0815733386832573,0.137002933922644,0.5,0.153725174569888,0.0802070923227821,0.165946279360286,0,0.316427098834853,0.788034037391531 -2793,0.5,0.153725174569888,0.231220257309463,0.324996668568679,0.153725174569888,0.320292235336084,0.359651986957446,0.153725174569888,0.111506937208094,0.0720364163741522,0.153725174569888,0.211521228804473,0.233360473412662,0.153725174569888,0.0689567453505184,0.274726218749424,0.153725174569888,0.037056266911513,0.109957172952689,0.153725174569888,0.0335957024213091,0.0574887017581616,0.153725174569888,0.0918845796445374,0.0998635254034559,0.5,0.153725174569888,0.11608651544562,0.155687724361172,0.153725174569888,0.0658640398148016,0.19891104903243,0.5,0.153725174569888,0.0589373276407369,0.470099439366126,0.153725174569888,0.0418756770310746,0.246474295068473,0.153725174569888,0.352792561805584,0.445722241264171,0.153725174569888,0.146328143944156,0.406529401108912,0.153725174569888,0.189459576741186,0.29676932115425,0.153725174569888,0.0759509366346786,0.0704113926926924,0.153725174569888,0.0921583869785113,0.221041595071198,0.5,0.153725174569888,0.130849175075005,0.322472986998334,0,0.329301374625404,0.820783864868306 -2794,0.5,0.153725174569888,0.29164492207499,0.391612592659378,0.153725174569888,0.438920609898764,0.509634618810852,0.153725174569888,0.167615825421978,0.0896874021284413,0.153725174569888,0.311248904654811,0.286967819109396,0.153725174569888,0.0759803568253064,0.190659477164058,0.153725174569888,0.0641406962916242,0.0999772114485169,0.153725174569888,0.02931333382365,0.0647396623915778,0.153725174569888,0.136317243364015,0.0711893697949241,0.5,0.153725174569888,0.156946478755577,0.141949297074246,0.153725174569888,0.084867235626366,0.162086928774609,0.5,0.153725174569888,0.0953061597591444,0.444873626645668,0.153725174569888,0.067432190377086,0.282333328588668,0.153725174569888,0.482421855578362,0.57482191881283,0.153725174569888,0.24206152423057,0.453354529024144,0.153725174569888,0.293186845527885,0.380852518129718,0.153725174569888,0.0998312356264466,0.106769603685595,0.153725174569888,0.0941969722665942,0.270744592769801,0.5,0.153725174569888,0.176388947754468,0.342522018744834,0,0.31959344583858,0.807152819817815 -2795,0.5,0.153725174569888,0.344126306260053,0.451949768176404,0.153725174569888,0.525633545107845,0.615921227827865,0.153725174569888,0.288699954587358,0.135739954224744,0.153725174569888,0.408741629868796,0.330839415794673,0.153725174569888,0.131382033782477,0.136604594936708,0.153725174569888,0.0871511847748414,0.0822179145734797,0.153725174569888,0.029713676705058,0.0627622582118208,0.153725174569888,0.154309513061292,0.0549742096389303,0.5,0.153725174569888,0.19272257879409,0.158000287352068,0.153725174569888,0.0890579253470856,0.12878482782626,0.5,0.153725174569888,0.117014666944974,0.436545414841325,0.153725174569888,0.091918351653828,0.301188886621006,0.153725174569888,0.579795827238667,0.672399893585448,0.153725174569888,0.326249544150459,0.46384148871234,0.153725174569888,0.359856940309256,0.426227176820081,0.153725174569888,0.100739457494594,0.128324723446546,0.153725174569888,0.123306823982238,0.29979889746911,0.5,0.153725174569888,0.180463539126729,0.303318164765487,0,0.328641245918983,0.771392302022703 -2796,0.5,0.153725174569888,0.392013934008838,0.510458840378047,0.153725174569888,0.533576404559932,0.697963005927281,0.153725174569888,0.392357412873061,0.211630671049408,0.153725174569888,0.484199953907856,0.390142433354274,0.153725174569888,0.226310330165302,0.118561894661972,0.153725174569888,0.0968039049508118,0.0706944615315042,0.153725174569888,0.0236155376820748,0.0665333973295383,0.153725174569888,0.165661704777405,0.0609968917842738,0.5,0.153725174569888,0.196678465805018,0.155354416404225,0.153725174569888,0.08723683007167,0.101401537312496,0.5,0.153725174569888,0.130857062714144,0.466270793817286,0.153725174569888,0.109672306965205,0.298878894715947,0.153725174569888,0.633277744785443,0.726331549078521,0.153725174569888,0.435113586034558,0.487990024798056,0.153725174569888,0.384800314554082,0.414843003053106,0.153725174569888,0.0933764574311579,0.130570832363291,0.153725174569888,0.124822957442464,0.323783528078861,0.5,0.153725174569888,0.132716826849318,0.273824245913283,0,0.392113803123179,0.738955464084925 -2797,0.5,0.153725174569888,0.408263833822389,0.534140410615584,0.153725174569888,0.473792308523252,0.746324291223696,0.153725174569888,0.388288732337219,0.246543297360799,0.153725174569888,0.517641098648825,0.457573643446096,0.153725174569888,0.269160541130818,0.105670746916357,0.153725174569888,0.0874144334815683,0.062271505998909,0.153725174569888,0.0262036055626826,0.0948007908582464,0.153725174569888,0.188226234923186,0.0549673230752399,0.5,0.153725174569888,0.220435003740319,0.153256004010013,0.153725174569888,0.0856860962385921,0.085646585954771,0.5,0.153725174569888,0.127361655848698,0.501850542038856,0.153725174569888,0.117545497492071,0.28196622518609,0.153725174569888,0.659847498085685,0.792705713380143,0.153725174569888,0.533449278908623,0.512955579221277,0.153725174569888,0.358393630745647,0.427883898901695,0.153725174569888,0.0797998990653222,0.130172827969918,0.153725174569888,0.101630850667197,0.337889629062023,0.5,0.153725174569888,0.0938494208736655,0.245437409668284,0,0.508593782186992,0.71712385006681 -2798,0.5,0.153725174569888,0.382396665566253,0.539213499752062,0.153725174569888,0.394560527980083,0.775799237656716,0.153725174569888,0.292088489156439,0.24816655996652,0.153725174569888,0.473064554868788,0.509570393097938,0.153725174569888,0.239238577987496,0.0819298326079803,0.153725174569888,0.0929326087979574,0.0507400367142502,0.153725174569888,0.0409156500819822,0.13520399177556,0.153725174569888,0.190088566935594,0.0453393319929656,0.5,0.153725174569888,0.208071975047171,0.0945910943396387,0.153725174569888,0.0870782606290883,0.0743481966042641,0.5,0.153725174569888,0.136821012607768,0.465262216891994,0.153725174569888,0.12353866348365,0.239273106832765,0.153725174569888,0.645530820451681,0.844620018618002,0.153725174569888,0.442416198033884,0.502311966879899,0.153725174569888,0.357672784462477,0.497417495302016,0.153725174569888,0.0623965767862366,0.125144654192896,0.153725174569888,0.0790510390567812,0.338189422639299,0.5,0.153725174569888,0.0836003722532673,0.212554374641988,0,0.595084456288413,0.671927940443937 -2799,0.5,0.153725174569888,0.354739713886422,0.552170714160998,0.153725174569888,0.314773388928717,0.75410818015874,0.153725174569888,0.189957117870459,0.23413434623069,0.153725174569888,0.392881313628867,0.536662592712467,0.153725174569888,0.158612342006549,0.0546321264251902,0.153725174569888,0.0914160194788431,0.0389538043180731,0.153725174569888,0.0273704805753085,0.151488369082475,0.153725174569888,0.17130473370124,0.0319797014513463,0.5,0.153725174569888,0.283935251086402,0.0658786070257323,0.153725174569888,0.0819576097991825,0.0621698572458063,0.5,0.153725174569888,0.131346860229339,0.397143002741847,0.153725174569888,0.127844368930236,0.183261866872553,0.153725174569888,0.582052163988937,0.866687655836684,0.153725174569888,0.426897789023202,0.499257518761825,0.153725174569888,0.25419799402179,0.464059406078792,0.153725174569888,0.0399717286266422,0.130170947599575,0.153725174569888,0.0606893040965149,0.30570567229093,0.5,0.153725174569888,0.0774357708067214,0.18129841437491,0,0.62148892651163,0.63779166808259 -2800,0.5,0.153725174569888,0.298369465760989,0.548120532603908,0.153725174569888,0.255876739291816,0.730247045638253,0.153725174569888,0.127467361388216,0.195337465217763,0.153725174569888,0.26486515243567,0.527742948097895,0.153725174569888,0.140510288028592,0.0489318712578119,0.153725174569888,0.0621711904870437,0.0300119643978692,0.153725174569888,0.0154986911153877,0.148111336799289,0.153725174569888,0.149965263962802,0.0207782260219427,0.5,0.153725174569888,0.242500839656213,0.0424206525258153,0.153725174569888,0.0634593851868936,0.0570220842455958,0.5,0.153725174569888,0.117232601445522,0.278688974262195,0.153725174569888,0.120789403004523,0.139147466324205,0.153725174569888,0.461357263720167,0.856261716864398,0.153725174569888,0.283986960470673,0.472466538671714,0.153725174569888,0.190784968346576,0.433994251507763,0.153725174569888,0.020136480943817,0.139058229454345,0.153725174569888,0.0384322869585899,0.259792255904672,0.5,0.153725174569888,0.0488985952641045,0.162508273176487,0,0.667388329511009,0.634887093531452 -2801,0.5,0.153725174569888,0.217352533035356,0.483469241166907,0.153725174569888,0.195449056951174,0.658454536394836,0.153725174569888,0.0652417781616444,0.126537471937132,0.153725174569888,0.147739502516961,0.446187522792827,0.153725174569888,0.0740469519459876,0.0480557657427093,0.153725174569888,0.0479328302026502,0.0234814306133105,0.153725174569888,0.00573547426367989,0.141036979909876,0.153725174569888,0.113127695051692,0.0136299388079135,0.5,0.153725174569888,0.189769602124901,0.0196690346160494,0.153725174569888,0.0404819962127048,0.054087423033609,0.5,0.153725174569888,0.0927433190140745,0.179572160097305,0.153725174569888,0.0932659705975788,0.104219013544608,0.153725174569888,0.326309416134844,0.804702560719207,0.153725174569888,0.157207099184872,0.392733826622637,0.153725174569888,0.120169408606993,0.335716534271768,0.153725174569888,0.010982865360864,0.143811872189721,0.153725174569888,0.0204995927676169,0.215712436706128,0.5,0.153725174569888,0.0264654890605511,0.142587183387545,0,0.709389354435003,0.656508996828579 -2802,0.5,0.153725174569888,0.115637714467051,0.376601035362302,0.153725174569888,0.103234758878099,0.442940945873933,0.153725174569888,0.0202297439104416,0.0828900411746306,0.153725174569888,0.0753702506173352,0.368587409332527,0.153725174569888,0.0182863510522785,0.0462618366886958,0.153725174569888,0.0291312562766261,0.0211176765922526,0.153725174569888,0.00206897901060124,0.130695164747965,0.153725174569888,0.0772760408560499,0.00925767553548107,0.5,0.153725174569888,0.117763354600014,0.00521169899054585,0.153725174569888,0.0184736176708967,0.0463820930558627,0.5,0.153725174569888,0.0560748212947223,0.156217756260598,0.153725174569888,0.0531116670605212,0.0766132037335738,0.153725174569888,0.18927165914425,0.713405897177177,0.153725174569888,0.0837613257831794,0.338276624551662,0.153725174569888,0.0463269213416391,0.178517989510928,0.153725174569888,0.00484118326517777,0.140259262997054,0.153725174569888,0.0090479158605412,0.183330039201287,0.5,0.153725174569888,0.00674747644932816,0.112149662181447,0,0.73330216371684,0.665209474294254 -2803,0.5,0.153725174569888,0.024346195631733,0.283973414010887,0.153725174569888,0.0320875237218804,0.275985275568665,0.153725174569888,0.00414128107534335,0.0960825613199299,0.153725174569888,0.013735570277344,0.275821710961691,0.153725174569888,0.00408477446231297,0.0403024965424155,0.153725174569888,0.00959129343387433,0.0223679482629149,0.153725174569888,0.000823552151961787,0.120350410510758,0.153725174569888,0.0334224219725609,0.00912652409959713,0.5,0.153725174569888,0.0418402534392871,0.000368075168232276,0.153725174569888,0.00332070449195149,0.0370880469095149,0.5,0.153725174569888,0.0193610582360605,0.148377522750426,0.153725174569888,0.0153572179668562,0.0557824333007966,0.153725174569888,0.0599189339693409,0.6432557422483,0.153725174569888,0.0238195011702963,0.305077134944207,0.153725174569888,0.0114882055862461,0.118318894631221,0.153725174569888,0.00123657984156882,0.130669428013339,0.153725174569888,0.0017113365644031,0.16422010017465,0.5,0.153725174569888,0.000388691745220385,0.0898409026292607,0,0.751847030796917,0.682845582209332 -2804,0.5,0.153725174569888,0.0,0.225854715546962,0.153725174569888,0.0,0.225071629204593,0.153725174569888,0.0,0.101128217039961,0.153725174569888,0.0,0.203645135098468,0.153725174569888,3.56430228963303e-05,0.0308735371690789,0.153725174569888,0.0,0.0177617062149424,0.153725174569888,0.0,0.111227904321988,0.153725174569888,0.0,0.00671290307046464,0.5,0.153725174569888,0.0,0.000815614706448215,0.153725174569888,0.0,0.0313570101977909,0.5,0.153725174569888,0.0,0.119388579961472,0.153725174569888,0.0,0.038294150428425,0.153725174569888,0.0,0.586616855724786,0.153725174569888,2.91628563486314e-05,0.282424760757244,0.153725174569888,0.0,0.11219719968175,0.153725174569888,0.0,0.115621871357702,0.153725174569888,0.0,0.142002423611386,0.5,0.153725174569888,0.0,0.0764464150351914,0,0.719664978672958,0.716165065878889 -2805,0.5,0.153725174569888,0.0,0.182785470292315,0.153725174569888,0.0,0.250560580953196,0.153725174569888,0.0,0.110435147917709,0.153725174569888,0.0,0.150750171038616,0.153725174569888,0.0,0.0268170451130463,0.153725174569888,0.0,0.015160974898245,0.153725174569888,0.0,0.0980667160603799,0.153725174569888,0.0,0.00585896384532391,0.5,0.153725174569888,0.0,0.00102303597736869,0.153725174569888,0.0,0.0335091449226847,0.5,0.153725174569888,0.0,0.100752356696136,0.153725174569888,0.0,0.0289495092440287,0.153725174569888,0.0,0.52577583040971,0.153725174569888,0.0,0.262738209329094,0.153725174569888,0.0,0.120163068195881,0.153725174569888,0.0,0.0982460119716279,0.153725174569888,0.0,0.127268312587495,0.5,0.153725174569888,0.0,0.071079832203651,0,0.669756099006977,0.783654155834509 -2806,0.5,0.153725174569888,0.0,0.155066884648018,0.153725174569888,0.0,0.269306484478198,0.153725174569888,0.0,0.113619796694669,0.153725174569888,0.0,0.116407052832479,0.153725174569888,0.0,0.02269937743534,0.153725174569888,0.0,0.0147252194167993,0.153725174569888,0.0,0.0734654444583662,0.153725174569888,0.0,0.00385862161210882,0.5,0.153725174569888,0.0,0.00117729411217665,0.153725174569888,0.0,0.0311375440646079,0.5,0.153725174569888,0.0,0.090362198818561,0.153725174569888,0.0,0.0229482266374414,0.153725174569888,0.0,0.468042563950197,0.153725174569888,0.0,0.261957678848678,0.153725174569888,0.0,0.115153469643773,0.153725174569888,0.0,0.0806548772996351,0.153725174569888,0.0,0.122562091212266,0.5,0.153725174569888,0.0,0.0713096174645572,0,0.615057880039269,0.768677844839937 -2807,0.5,0.153725174569888,0.0,0.137247533510996,0.153725174569888,0.0,0.23155726104248,0.153725174569888,0.0,0.0993737443301661,0.153725174569888,0.0,0.0965260022098998,0.153725174569888,0.0,0.0196553906487783,0.153725174569888,0.0,0.0180921425281883,0.153725174569888,0.0,0.0595780959109984,0.153725174569888,0.0,0.00295063810362248,0.5,0.153725174569888,0.0,0.00123780884562792,0.153725174569888,0.0,0.0272123720888247,0.5,0.153725174569888,0.0,0.0838277462963911,0.153725174569888,0.0,0.0197495425480931,0.153725174569888,0.0,0.41201299236248,0.153725174569888,0.0,0.262278579672477,0.153725174569888,0.0,0.103033415079688,0.153725174569888,0.0,0.0636977293405858,0.153725174569888,0.0,0.121603944167337,0.5,0.153725174569888,0.0,0.0727788048332396,0,0.593026345184726,0.750595813864269 -2808,0.5,0.153725174569888,0.0,0.124165772262297,0.153725174569888,0.0,0.187380760860801,0.153725174569888,0.0,0.0684558170159596,0.153725174569888,0.0,0.0774651954347085,0.153725174569888,0.0,0.0246582096686136,0.153725174569888,0.0,0.0232587253046431,0.153725174569888,0.0,0.054165736298585,0.153725174569888,0.0,0.00264481225598685,0.5,0.153725174569888,0.0,0.00136328484399499,0.153725174569888,0.0,0.0199574786679238,0.5,0.153725174569888,0.0,0.0774673305435278,0.153725174569888,0.0,0.0181815924490716,0.153725174569888,0.0,0.358430488478322,0.153725174569888,0.0,0.259769802247433,0.153725174569888,0.0,0.0977874625572315,0.153725174569888,0.0,0.0477491471054282,0.153725174569888,0.0,0.116718922869353,0.5,0.153725174569888,0.0,0.0709520684726412,0,0.591097039985469,0.71969656777594 -2809,0.5,0.153725174569888,0.0,0.110252676750462,0.153725174569888,0.0,0.155649923388549,0.153725174569888,0.0,0.0472244792047851,0.153725174569888,0.0,0.0617903196888258,0.153725174569888,0.0,0.0301496495008425,0.153725174569888,0.0,0.0258255788640922,0.153725174569888,0.0,0.0519803801029631,0.153725174569888,0.0,0.002313350299611,0.5,0.153725174569888,0.0,0.0028624385293016,0.153725174569888,0.0,0.0148810211382529,0.5,0.153725174569888,0.0,0.068708022569749,0.153725174569888,0.0,0.0172946345093249,0.153725174569888,0.0,0.312189368634919,0.153725174569888,0.0,0.244826354340928,0.153725174569888,0.0,0.0849088114785091,0.153725174569888,0.0,0.0406975685481284,0.153725174569888,0.0,0.108879833888211,0.5,0.153725174569888,0.0,0.0627508074706105,0,0.565941053160161,0.692175999566033 -2810,0.5,0.153725174569888,0.0,0.0933498394004928,0.153725174569888,0.0,0.126080614960989,0.153725174569888,0.0,0.0343999889122235,0.153725174569888,0.0,0.0488566535241132,0.153725174569888,0.0,0.0325594120088006,0.153725174569888,0.0,0.0238212578869891,0.153725174569888,0.0,0.0469707192299201,0.153725174569888,0.0,0.00239743327789616,0.5,0.153725174569888,0.0,0.00647187704235288,0.153725174569888,0.0,0.0128446906132471,0.5,0.153725174569888,0.0,0.062109453605932,0.153725174569888,0.0,0.015100477805471,0.153725174569888,0.0,0.287870859289156,0.153725174569888,0.0,0.206959762392602,0.153725174569888,0.0,0.0751924125543117,0.153725174569888,0.0,0.0396044648282022,0.153725174569888,0.0,0.0970784888724569,0.5,0.153725174569888,0.0,0.0529819631391159,0,0.49865705792789,0.648554949634159 -2811,0.5,0.153725174569888,0.0,0.0792523465440016,0.153725174569888,0.0,0.115836901789634,0.153725174569888,0.0,0.027255332918888,0.153725174569888,0.0,0.0425502938551704,0.153725174569888,0.0,0.0279671283738445,0.153725174569888,0.0,0.0177812563092539,0.153725174569888,0.0,0.0436308701432948,0.153725174569888,0.0,0.00277321085601403,0.5,0.153725174569888,0.0,0.00850079728550512,0.153725174569888,0.0,0.0108106324618092,0.5,0.153725174569888,0.0,0.0553034157305113,0.153725174569888,0.0,0.0132245017408576,0.153725174569888,0.0,0.274407781661878,0.153725174569888,0.0,0.163918978128276,0.153725174569888,0.0,0.0654022614260588,0.153725174569888,0.0,0.0401646840762358,0.153725174569888,0.0,0.0826830883735681,0.5,0.153725174569888,0.0,0.0442797849090899,0,0.399493799265472,0.605878079503741 -2812,0.5,0.153725174569888,0.0,0.0711541923989179,0.153725174569888,0.0,0.113555154036605,0.153725174569888,0.0,0.0238698768280016,0.153725174569888,0.0,0.0383384352201072,0.153725174569888,0.0,0.0209053099224498,0.153725174569888,0.0,0.0123034760977054,0.153725174569888,0.0,0.0413564902911624,0.153725174569888,0.0,0.00264084609924977,0.5,0.153725174569888,0.0,0.00801138073914127,0.153725174569888,0.0,0.00763506046596697,0.5,0.153725174569888,0.0,0.0471365715926602,0.153725174569888,0.0,0.0122316275240399,0.153725174569888,0.0,0.261168410898858,0.153725174569888,0.0,0.136584588179167,0.153725174569888,0.0,0.0586307474379212,0.153725174569888,0.0,0.0384376199191023,0.153725174569888,0.0,0.0670619335165081,0.5,0.153725174569888,0.0,0.0341183760032661,0,0.306299472516536,0.585320508857995 -2813,0.5,0.153725174569888,0.0,0.0679573550074317,0.153725174569888,0.0,0.109983415938913,0.153725174569888,0.0,0.0211604934281376,0.153725174569888,0.0,0.0337118122781287,0.153725174569888,0.0,0.0118525831280226,0.153725174569888,0.0,0.0103097098441443,0.153725174569888,0.0,0.0398355650747822,0.153725174569888,0.0,0.0016917328279423,0.5,0.153725174569888,0.0,0.007142816461874,0.153725174569888,0.0,0.00454316362523148,0.5,0.153725174569888,0.0,0.0397678305128532,0.153725174569888,0.0,0.0140917252268399,0.153725174569888,0.0,0.239883022073807,0.153725174569888,0.0,0.121607868625063,0.153725174569888,0.0,0.0546459691207949,0.153725174569888,0.0,0.0349970454077861,0.153725174569888,0.0,0.0516924491724261,0.5,0.153725174569888,0.0,0.0249896278977546,0,0.238278671297435,0.591907220139881 -2814,0.5,0.153725174569888,0.0226476553348373,0.0651163171056095,0.153725174569888,0.011585341873091,0.0954880690525891,0.153725174569888,0.00819101088040212,0.0200142138308661,0.153725174569888,0.0218017459069353,0.0275902223244363,0.153725174569888,0.000604491254456525,0.00727594152494734,0.153725174569888,0.000105254043405022,0.0113400834314918,0.153725174569888,0.000105160554009627,0.0358440318439932,0.153725174569888,0.000346829949962712,0.00166004609798347,0.5,0.153725174569888,0.000537844838178664,0.00695701216727008,0.153725174569888,0.00123653738898551,0.00370949973941666,0.5,0.153725174569888,0.000901301163740876,0.039718520455389,0.153725174569888,0.000755561337219267,0.0213037716655651,0.153725174569888,0.0119034638140002,0.211566663001459,0.153725174569888,0.00330649263312216,0.113535213810074,0.153725174569888,0.00454004662782856,0.0510650076595543,0.153725174569888,0.000212907803778672,0.0310785454644032,0.153725174569888,0.000211405274906003,0.0424245272814896,0.5,0.153725174569888,0.000488976902092275,0.0207409932735873,0,0.206089893591091,0.568332717055215 -2815,0.5,0.153725174569888,0.109230510810882,0.0700678437750527,0.153725174569888,0.0938343009376369,0.0916063157679776,0.153725174569888,0.0696000240324454,0.0220744328193504,0.153725174569888,0.107665598499876,0.0243319826192651,0.153725174569888,0.011972551280547,0.00943339220836998,0.153725174569888,0.00507455025976217,0.0121861904144142,0.153725174569888,0.00210598212100844,0.0398732742533149,0.153725174569888,0.0187181999421328,0.0019425445059692,0.5,0.153725174569888,0.0313650208818436,0.00896095518090379,0.153725174569888,0.0251074202667711,0.00581702005077803,0.5,0.153725174569888,0.0277713505744154,0.0561404745832584,0.153725174569888,0.0214630523860237,0.0410928640221672,0.153725174569888,0.0950101480261723,0.195455712692323,0.153725174569888,0.051561076843702,0.11841978150262,0.153725174569888,0.0551033969926996,0.0559708450598129,0.153725174569888,0.00299218961398257,0.0337857704976842,0.153725174569888,0.00277123747426742,0.0387339551608982,0.5,0.153725174569888,0.00711389409476366,0.0224284182751884,0,0.214241427243097,0.521564396476405 -2816,0.5,0.153725174569888,0.238718750166189,0.12433315087611,0.153725174569888,0.218181647695285,0.149617629080404,0.153725174569888,0.157295303372092,0.0523893964074035,0.153725174569888,0.230533726466936,0.0435516059957864,0.153725174569888,0.043422864433884,0.0196104700320207,0.153725174569888,0.0202113716518211,0.0185305408205146,0.153725174569888,0.0108724518566691,0.0496722320175189,0.153725174569888,0.056801861368077,0.00315331792839533,0.5,0.153725174569888,0.0890516708568788,0.0195206152248654,0.153725174569888,0.0632651117418763,0.0118478049953976,0.5,0.153725174569888,0.0755076403207456,0.0833564654673728,0.153725174569888,0.0533250297458089,0.0591339712559305,0.153725174569888,0.222919844441711,0.242457486337551,0.153725174569888,0.150098644844253,0.154545476188183,0.153725174569888,0.147516204048728,0.0908156043737944,0.153725174569888,0.011347528230493,0.0385835863714871,0.153725174569888,0.0107226336000924,0.040068282171811,0.5,0.153725174569888,0.025398067160683,0.0282947871383421,0,0.235920402803425,0.472413132695449 -2817,0.5,0.153725174569888,0.377204788298721,0.171243375747305,0.153725174569888,0.353000131471039,0.208556229283714,0.153725174569888,0.264271577019071,0.0855493894145171,0.153725174569888,0.36444673428349,0.0605759647961111,0.153725174569888,0.0947047938711234,0.0293814884303782,0.153725174569888,0.0446897425109332,0.0306785779477625,0.153725174569888,0.0259689812803842,0.0611485954727546,0.153725174569888,0.117493021441477,0.00808848302754405,0.5,0.153725174569888,0.162391017388259,0.0380901234376258,0.153725174569888,0.0951641858829199,0.015861998659885,0.5,0.153725174569888,0.118349848224869,0.0975951316153872,0.153725174569888,0.0917799296644381,0.079613457291193,0.153725174569888,0.360854799932913,0.307224887064611,0.153725174569888,0.270636201690504,0.195027854859158,0.153725174569888,0.267768722759036,0.130688624669859,0.153725174569888,0.0252931389420886,0.0407299356725083,0.153725174569888,0.0254218723329994,0.0439205698081766,0.5,0.153725174569888,0.0461860526475398,0.0286003306640993,0,0.231186236210093,0.430248725485847 -2818,0.5,0.153725174569888,0.51883041869189,0.206433403452249,0.153725174569888,0.492065662816027,0.292944490471572,0.153725174569888,0.35874913003869,0.114263580689177,0.153725174569888,0.495493749953514,0.0721418382549174,0.153725174569888,0.170311710771025,0.0373867469286748,0.153725174569888,0.0776187237996938,0.0431132131651247,0.153725174569888,0.0371338379323248,0.0703562505938192,0.153725174569888,0.175414866539861,0.0129830204746948,0.5,0.153725174569888,0.250717715279897,0.0472850706244425,0.153725174569888,0.117386432819766,0.0175935254149104,0.5,0.153725174569888,0.139886524534686,0.0948305957423102,0.153725174569888,0.1238513440071,0.0836476953241128,0.153725174569888,0.503443379678014,0.346001619012792,0.153725174569888,0.425535395379095,0.221123235856802,0.153725174569888,0.409551080869007,0.191534014731788,0.153725174569888,0.0415537974097858,0.0416426806830412,0.153725174569888,0.0491318912314887,0.0471599680383922,0.5,0.153725174569888,0.0743910817844555,0.0282141728575014,0,0.204458158932564,0.397334388353906 -2819,0.5,0.153725174569888,0.626403037942635,0.231262149203571,0.153725174569888,0.60475905990467,0.317362131421783,0.153725174569888,0.419789674873042,0.157876780202592,0.153725174569888,0.586974386243212,0.099449881551782,0.153725174569888,0.227318005816335,0.0404501774993528,0.153725174569888,0.0864706078702325,0.0484881782445578,0.153725174569888,0.0489049477012653,0.0715578935131737,0.153725174569888,0.217578272288174,0.0161345940940346,0.5,0.153725174569888,0.299279088017498,0.0473039732599592,0.153725174569888,0.130946647551352,0.0189006070756749,0.5,0.153725174569888,0.180341313046405,0.0966751522148259,0.153725174569888,0.138565838388088,0.0753486456105569,0.153725174569888,0.622532918085989,0.372898501968907,0.153725174569888,0.560491294451042,0.240770914153723,0.153725174569888,0.532372973745934,0.256029245591905,0.153725174569888,0.0526318124764322,0.0368052832328446,0.153725174569888,0.0897877762726408,0.0544978795628108,0.5,0.153725174569888,0.110349449676491,0.0215697107310685,0,0.187542332915717,0.333041011939907 -2820,0.5,0.153725174569888,0.659507052574069,0.230941320749842,0.153725174569888,0.666474024212686,0.392860584527028,0.153725174569888,0.421101854440273,0.182690225506837,0.153725174569888,0.555907724722466,0.107814807870511,0.153725174569888,0.303008237958029,0.0429866739165362,0.153725174569888,0.0852268883848329,0.0496045854808316,0.153725174569888,0.0574789663141232,0.0781722645055735,0.153725174569888,0.213274278297224,0.014148762393027,0.5,0.153725174569888,0.317201377212424,0.0444281546131578,0.153725174569888,0.146975606054315,0.020515038472083,0.5,0.153725174569888,0.208254930917432,0.0874100745317619,0.153725174569888,0.151086170409147,0.0651961189040875,0.153725174569888,0.689670613498634,0.399220216989135,0.153725174569888,0.637713699408445,0.285415407186731,0.153725174569888,0.577523723594616,0.327061410359366,0.153725174569888,0.0619523725523111,0.0329833032801478,0.153725174569888,0.125959861465543,0.0556191705438065,0.5,0.153725174569888,0.151227731333147,0.018675875529089,0,0.178198744343816,0.249782625138268 -2821,0.5,0.153725174569888,0.677208969860126,0.216387603508895,0.153725174569888,0.690194165186516,0.401867816318007,0.153725174569888,0.412648104164575,0.171210451993632,0.153725174569888,0.557951224803747,0.098264398923091,0.153725174569888,0.307488210234376,0.0411613155822029,0.153725174569888,0.0864788892565736,0.0527050690797324,0.153725174569888,0.0607780270683589,0.0904953226041001,0.153725174569888,0.235045105088127,0.0129558291458505,0.5,0.153725174569888,0.337031508440996,0.0387086283181223,0.153725174569888,0.14903482263298,0.0236422908390984,0.5,0.153725174569888,0.20363533083704,0.076406209563774,0.153725174569888,0.152795147031681,0.0495852151444905,0.153725174569888,0.716458163342553,0.386033427996147,0.153725174569888,0.564013521906301,0.28075348511277,0.153725174569888,0.548690901335123,0.308171066741567,0.153725174569888,0.0694392779202452,0.0379451577919977,0.153725174569888,0.138981409895452,0.0513868096084793,0.5,0.153725174569888,0.191705088629442,0.018819109674234,0,0.181197162436845,0.176065663942432 -2822,0.5,0.153725174569888,0.66089528661826,0.209149518215914,0.153725174569888,0.676008921872799,0.340004868167358,0.153725174569888,0.373455902261754,0.142686439521071,0.153725174569888,0.549129490537377,0.0881736408104386,0.153725174569888,0.282067172551844,0.0285398705536054,0.153725174569888,0.0853072265613556,0.0462726277373619,0.153725174569888,0.0553155203805805,0.107028575577462,0.153725174569888,0.212488584221341,0.0119397929754281,0.5,0.153725174569888,0.286922053626556,0.0343570367879298,0.153725174569888,0.124637979714552,0.0253402766130891,0.5,0.153725174569888,0.171751401203228,0.0658937541853393,0.153725174569888,0.13143317524302,0.0401124640316609,0.153725174569888,0.697320422802589,0.375194523671012,0.153725174569888,0.55013953200272,0.226208199998599,0.153725174569888,0.46277948370016,0.254759060961694,0.153725174569888,0.0751268174872645,0.0451349468492542,0.153725174569888,0.154485705208723,0.050407226711415,0.5,0.153725174569888,0.19527049325293,0.0207076336739765,0,0.200958757579979,0.138228848389048 -2823,0.5,0.153725174569888,0.576310593364637,0.215943210177244,0.153725174569888,0.609437667094483,0.280779906036346,0.153725174569888,0.329443356036608,0.111007344062053,0.153725174569888,0.478095477921657,0.0848982900438629,0.153725174569888,0.256285829683371,0.0349782592350142,0.153725174569888,0.0806193686641158,0.040155382188001,0.153725174569888,0.056034668842853,0.118878404254995,0.153725174569888,0.190867585232058,0.0133614588857635,0.5,0.153725174569888,0.234423925381471,0.0310392808115643,0.153725174569888,0.13029211262842,0.0314360706115297,0.5,0.153725174569888,0.151719059258995,0.0523935030942419,0.153725174569888,0.112778371615199,0.0371149443195917,0.153725174569888,0.62987686406611,0.37937436460157,0.153725174569888,0.461955351187317,0.173325763452804,0.153725174569888,0.402645966021179,0.200252495371883,0.153725174569888,0.0900191373210792,0.0534118466727212,0.153725174569888,0.141521201939991,0.044173908217084,0.5,0.153725174569888,0.184655936242355,0.0210636526928361,0,0.211439497113627,0.122269823310178 -2824,0.5,0.153725174569888,0.453208416146591,0.231061810475834,0.153725174569888,0.491804909175933,0.277032450575796,0.153725174569888,0.269104285810936,0.0937833095425691,0.153725174569888,0.375398610776984,0.0845447738650923,0.153725174569888,0.25546784549143,0.0507719301123271,0.153725174569888,0.0679141986368302,0.0339464629203491,0.153725174569888,0.0552966599676295,0.125600329174319,0.153725174569888,0.14755753093494,0.0173629331303749,0.5,0.153725174569888,0.178863517776646,0.0240675079108558,0.153725174569888,0.0991124708140551,0.0360768357411263,0.5,0.153725174569888,0.113520763488076,0.0457419461173122,0.153725174569888,0.093271302907616,0.0418438794997318,0.153725174569888,0.510173982525477,0.413187180708337,0.153725174569888,0.328927561987052,0.143141218011021,0.153725174569888,0.338130088540692,0.1454830492357,0.153725174569888,0.0719274670932842,0.0556809702896994,0.153725174569888,0.115184815542532,0.0420714399550411,0.5,0.153725174569888,0.144955379232253,0.0231994703597704,0,0.209802847248954,0.114254532352222 -2825,0.5,0.153725174569888,0.322210434247436,0.231158322088583,0.153725174569888,0.358158879491028,0.288824853904127,0.153725174569888,0.224634052779655,0.0626139711883226,0.153725174569888,0.239528862616126,0.0570445022484446,0.153725174569888,0.230482140511693,0.0660925511925498,0.153725174569888,0.0492662938536813,0.0304042289423407,0.153725174569888,0.0457717208428693,0.119317728953064,0.153725174569888,0.102794736024676,0.0208153744108615,0.5,0.153725174569888,0.137348214666606,0.0152170572300676,0.153725174569888,0.0560155548350167,0.0317860565475959,0.5,0.153725174569888,0.0843387178342372,0.0420674451269032,0.153725174569888,0.0690507900844096,0.0407870202253346,0.153725174569888,0.375249714628242,0.437082845805207,0.153725174569888,0.220102741820043,0.131785184950327,0.153725174569888,0.242950967506363,0.0747214996375493,0.153725174569888,0.0523506281931526,0.0558162475938824,0.153725174569888,0.0762529646748642,0.0406989759016905,0.5,0.153725174569888,0.0932745863197186,0.0265121679331817,0,0.198118002050661,0.107238924950361 -2826,0.5,0.153725174569888,0.181753606004577,0.166304707193518,0.153725174569888,0.21345669056642,0.226719341888767,0.153725174569888,0.1371013143343,0.0223540676168147,0.153725174569888,0.127745168049205,0.019175467291977,0.153725174569888,0.160280881487744,0.0752359305725055,0.153725174569888,0.0290563825581563,0.0279367123880749,0.153725174569888,0.0286445341611296,0.094978426215612,0.153725174569888,0.0724352548874017,0.0203076631972583,0.5,0.153725174569888,0.0862322694931879,0.00754973634821222,0.153725174569888,0.0282285032348186,0.0282031745512963,0.5,0.153725174569888,0.0388335435170516,0.0312609694034433,0.153725174569888,0.0349411422877669,0.0361859928853547,0.153725174569888,0.227994747950003,0.32618784569166,0.153725174569888,0.116235033892078,0.123819839732282,0.153725174569888,0.129820857700079,0.0232803189444368,0.153725174569888,0.028675847333573,0.0485088669817846,0.153725174569888,0.044342996376157,0.0323186038046232,0.5,0.153725174569888,0.0470848621957581,0.0243974712294999,0,0.162097918820021,0.0989056058799192 -2827,0.5,0.153725174569888,0.0307526144354673,0.11636716667847,0.153725174569888,0.0454642016478464,0.187800659988331,0.153725174569888,0.0287156819846091,0.00865431074440183,0.153725174569888,0.0177968896975011,0.00706466989619419,0.153725174569888,0.0588809682659819,0.0590679629953254,0.153725174569888,0.0105541409403536,0.0222645415958423,0.153725174569888,0.00918794508132961,0.0546450598286789,0.153725174569888,0.0289330204884756,0.0134249287442351,0.5,0.153725174569888,0.0280987539494507,0.0014999453881993,0.153725174569888,0.00260580059524952,0.0208933834923743,0.5,0.153725174569888,0.00889844466885158,0.010645472428346,0.153725174569888,0.00472273309167276,0.0215046681162092,0.153725174569888,0.0643454045337197,0.182567356196793,0.153725174569888,0.0324753119630953,0.119905314019851,0.153725174569888,0.0381238441284729,0.017431567341199,0.153725174569888,0.00765788765112442,0.0310529986989822,0.153725174569888,0.0115634329691648,0.0184182619081885,0.5,0.153725174569888,0.00865947715401623,0.0175304889307596,0,0.117035070272823,0.0932765022636328 -2828,0.5,0.153725174569888,0.0,0.101098142742194,0.153725174569888,0.0,0.161552864130013,0.153725174569888,0.0,0.0090136404326244,0.153725174569888,0.0,0.00369466533023836,0.153725174569888,0.0,0.053725353189301,0.153725174569888,9.31293620744685e-05,0.0137224319398865,0.153725174569888,7.06229830385731e-08,0.0272745255201869,0.153725174569888,0.0,0.00593381181012827,0.5,0.153725174569888,0.0,0.000990770524043681,0.153725174569888,0.0,0.018657391548119,0.5,0.153725174569888,0.0,0.00838442500560558,0.153725174569888,0.0,0.017960338624242,0.153725174569888,0.0,0.137394963248109,0.153725174569888,8.66751092737342e-05,0.141312211897939,0.153725174569888,0.0,0.0228161784920933,0.153725174569888,0.0,0.0190966645298848,0.153725174569888,0.0,0.0127878958908424,0.5,0.153725174569888,0.0,0.0193165110034029,0,0.0872331187611251,0.0956417170327817 -2829,0.5,0.153725174569888,0.0,0.0773348203840391,0.153725174569888,0.0,0.122703970854766,0.153725174569888,0.0,0.00742036577243622,0.153725174569888,0.0,0.00224802656836692,0.153725174569888,0.0,0.0453428967892343,0.153725174569888,0.0,0.00827630229147235,0.153725174569888,0.0,0.0169198603272936,0.153725174569888,0.0,0.00334156523393012,0.5,0.153725174569888,0.0,0.000761745010004223,0.153725174569888,0.0,0.0220571034418977,0.5,0.153725174569888,0.0,0.00926965321867989,0.153725174569888,0.0,0.0188511495691067,0.153725174569888,0.0,0.113047866697158,0.153725174569888,0.0,0.134989194971103,0.153725174569888,0.0,0.0315210962338742,0.153725174569888,0.0,0.0101199128475035,0.153725174569888,0.0,0.0108463150972179,0.5,0.153725174569888,0.0,0.0164765129132743,0,0.0673883708665758,0.101282470167031 -2830,0.5,0.153725174569888,0.0,0.0602166706784789,0.153725174569888,0.0,0.117937510283608,0.153725174569888,0.0,0.00572236443696892,0.153725174569888,0.0,0.00267972207080969,0.153725174569888,0.0,0.0345506236118587,0.153725174569888,0.0,0.00453289050726176,0.153725174569888,0.0,0.0110876711493323,0.153725174569888,0.0,0.0017520380853508,0.5,0.153725174569888,0.0,0.000678671822819209,0.153725174569888,0.0,0.0245064962910536,0.5,0.153725174569888,0.0,0.00783435911431082,0.153725174569888,0.0,0.0186095383815858,0.153725174569888,0.0,0.106523525946241,0.153725174569888,0.0,0.113706907040848,0.153725174569888,0.0,0.0357334504420358,0.153725174569888,0.0,0.00400492906323329,0.153725174569888,0.0,0.00834844378600671,0.5,0.153725174569888,0.0,0.012470656287012,0,0.0550537680393173,0.101549856633913 -2831,0.5,0.153725174569888,0.0,0.0487017329663191,0.153725174569888,0.0,0.076892935596322,0.153725174569888,0.0,0.00402227136412129,0.153725174569888,0.0,0.00370369390768599,0.153725174569888,0.0,0.0261937239797207,0.153725174569888,0.0,0.00448086057170157,0.153725174569888,0.0,0.00828448010916797,0.153725174569888,0.0,0.00142149392797676,0.5,0.153725174569888,0.0,0.000706504295335271,0.153725174569888,0.0,0.0249086118745366,0.5,0.153725174569888,0.0,0.00543732608833802,0.153725174569888,0.0,0.0188397876784791,0.153725174569888,0.0,0.0891790055300935,0.153725174569888,0.0,0.0913154944004132,0.153725174569888,0.0,0.0316177876967955,0.153725174569888,0.0,0.00242684403098084,0.153725174569888,0.0,0.00663737842582474,0.5,0.153725174569888,0.0,0.00988434700539723,0,0.0472905576366812,0.0902124801249616 -2832,0.5,0.153725174569888,0.0,0.0359152842967879,0.153725174569888,0.0,0.0626086341291803,0.153725174569888,0.0,0.00323185503950562,0.153725174569888,0.0,0.00329779710615386,0.153725174569888,0.0,0.0249381793378675,0.153725174569888,0.0,0.00689838465142273,0.153725174569888,0.0,0.0072517516943679,0.153725174569888,0.0,0.00107240655396104,0.5,0.153725174569888,0.0,0.00130513417429833,0.153725174569888,0.0,0.0250783241797657,0.5,0.153725174569888,0.0,0.00389743978648653,0.153725174569888,0.0,0.0175517385885116,0.153725174569888,0.0,0.0768571044839597,0.153725174569888,0.0,0.0689991591592081,0.153725174569888,0.0,0.0239811672534229,0.153725174569888,0.0,0.00169271737495505,0.153725174569888,0.0,0.00527656278743521,0.5,0.153725174569888,0.0,0.0083397103074584,0,0.0398261558301895,0.0726472117773383 -2833,0.5,0.153725174569888,0.0,0.0252108671741285,0.153725174569888,0.0,0.0469731443478264,0.153725174569888,0.0,0.00329396854576285,0.153725174569888,0.0,0.00309474673326537,0.153725174569888,0.0,0.0289015222179128,0.153725174569888,0.0,0.00975083661575744,0.153725174569888,0.0,0.00676658853493959,0.153725174569888,0.0,0.000903259901222265,0.5,0.153725174569888,0.0,0.00245090978812579,0.153725174569888,0.0,0.0225232219173206,0.5,0.153725174569888,0.0,0.00338299940308751,0.153725174569888,0.0,0.0133408659836316,0.153725174569888,0.0,0.0627895620030555,0.153725174569888,0.0,0.048364204758035,0.153725174569888,0.0,0.0175289436838225,0.153725174569888,0.0,0.000998051727597234,0.153725174569888,0.0,0.00449991516733014,0.5,0.153725174569888,0.0,0.00756543804195239,0,0.0305636406223414,0.0550501918931596 -2834,0.5,0.153725174569888,0.0,0.0147386454883911,0.153725174569888,0.0,0.0293176279399067,0.153725174569888,0.0,0.00421219981933957,0.153725174569888,0.0,0.00296227477302051,0.153725174569888,0.0,0.0358279060666408,0.153725174569888,0.0,0.00967234077951593,0.153725174569888,0.0,0.00668187734815111,0.153725174569888,0.0,0.00135366096902068,0.5,0.153725174569888,0.0,0.00390631224857577,0.153725174569888,0.0,0.018372129821218,0.5,0.153725174569888,0.0,0.00393293569680738,0.153725174569888,0.0,0.00924616025535783,0.153725174569888,0.0,0.0453319142994763,0.153725174569888,0.0,0.0308502706442657,0.153725174569888,0.0,0.0123343235441863,0.153725174569888,0.0,0.000791802224475152,0.153725174569888,0.0,0.00451426942249058,0.5,0.153725174569888,0.0,0.00712012495454174,0,0.0218975986925573,0.0386604653230744 -2835,0.5,0.153725174569888,0.0,0.00992396855821942,0.153725174569888,0.0,0.0218851784667571,0.153725174569888,0.0,0.00509148464402317,0.153725174569888,0.0,0.00249353718608423,0.153725174569888,0.0,0.0416779922280165,0.153725174569888,0.0,0.00769435844510567,0.153725174569888,0.0,0.00596187037787993,0.153725174569888,0.0,0.00314879698325875,0.5,0.153725174569888,0.0,0.00460915710346957,0.153725174569888,0.0,0.0171235252723457,0.5,0.153725174569888,0.0,0.00380267900873595,0.153725174569888,0.0,0.00773435207673729,0.153725174569888,0.0,0.0277024192491191,0.153725174569888,0.0,0.0198408890151356,0.153725174569888,0.0,0.0111738647154466,0.153725174569888,0.0,0.000645642616099609,0.153725174569888,0.0,0.00450712538498605,0.5,0.153725174569888,0.0,0.00705736565265926,0,0.0195410550736698,0.0241874357923782 -2836,0.5,0.153725174569888,0.0,0.00675223168411514,0.153725174569888,0.0,0.0135512116963814,0.153725174569888,0.0,0.00537481774189949,0.153725174569888,0.0,0.00218738893568332,0.153725174569888,0.0,0.042523376493269,0.153725174569888,0.0,0.00644235274838462,0.153725174569888,0.0,0.0051209611533006,0.153725174569888,0.0,0.00720707702823277,0.5,0.153725174569888,0.0,0.00431350433620304,0.153725174569888,0.0,0.0187817274424201,0.5,0.153725174569888,0.0,0.00171436637181292,0.153725174569888,0.0,0.00717965386089171,0.153725174569888,0.0,0.0165090807073066,0.153725174569888,0.0,0.0143511204179631,0.153725174569888,0.0,0.0122266627383721,0.153725174569888,0.0,0.000517837514779801,0.153725174569888,0.0,0.00472362911164907,0.5,0.153725174569888,0.0,0.00801378984126197,0,0.0160020406099048,0.0184551331346785 -2837,0.5,0.153725174569888,0.0,0.00380281021610653,0.153725174569888,0.0,0.00758704604991384,0.153725174569888,0.0,0.00600135556720328,0.153725174569888,0.0,0.00187343488379004,0.153725174569888,0.0,0.038647598628633,0.153725174569888,0.0,0.00585622700139725,0.153725174569888,0.0,0.00399590732997578,0.153725174569888,0.0,0.00991357706514551,0.5,0.153725174569888,0.0,0.00388152574411888,0.153725174569888,0.0,0.0183791571654635,0.5,0.153725174569888,0.0,0.00143442340330815,0.153725174569888,0.0,0.00657212187242499,0.153725174569888,0.0,0.0120108762101365,0.153725174569888,0.0,0.0125379326617347,0.153725174569888,0.0,0.0143284573544167,0.153725174569888,0.0,0.000436140362691178,0.153725174569888,0.0,0.00502935441518605,0.5,0.153725174569888,0.0,0.00949173754513367,0,0.0108894832816684,0.0197882142191993 -2838,0.5,0.153725174569888,0.026791107701808,0.00169519800482845,0.153725174569888,0.0150669882318079,0.00229135538698491,0.153725174569888,0.0116874963250232,0.00711440988950689,0.153725174569888,0.026187764282313,0.00121723423000193,0.153725174569888,0.00225966966558375,0.0333532802806851,0.153725174569888,0.000650024679130004,0.00483274639323785,0.153725174569888,0.00121492932041899,0.00344037761661039,0.153725174569888,0.000748834668192294,0.00925771544535588,0.5,0.153725174569888,0.000653908016017992,0.00290260001402741,0.153725174569888,0.00156591201882868,0.0158223991064316,0.5,0.153725174569888,0.00160663325367048,0.00144217047825408,0.153725174569888,0.000892280088348946,0.00676658758365458,0.153725174569888,0.015565991662269,0.00948301489098127,0.153725174569888,0.00378111490747736,0.0122084611985977,0.153725174569888,0.0050474357732888,0.0194964919979898,0.153725174569888,0.0014202233334857,0.000477880665288569,0.153725174569888,0.00266170304762789,0.0049295737564825,0.5,0.153725174569888,0.0034649220613246,0.0107174673121013,0,0.00787746782350568,0.0211645743260089 -2839,0.5,0.153725174569888,0.112414177498248,0.00124617868614829,0.153725174569888,0.097830829334353,0.000653835447493971,0.153725174569888,0.0774134600163961,0.00886310639961095,0.153725174569888,0.11649586433003,0.00123324741501782,0.153725174569888,0.034942418762187,0.0293032588758058,0.153725174569888,0.0227224145109395,0.00367958651611113,0.153725174569888,0.0205408892824467,0.0031820459798647,0.153725174569888,0.0264294320013994,0.00664027561472076,0.5,0.153725174569888,0.0288443890054855,0.00182991340054846,0.153725174569888,0.0298259195138322,0.018728534267539,0.5,0.153725174569888,0.0336665416082485,0.00304789246179209,0.153725174569888,0.0199795493914144,0.012390207742462,0.153725174569888,0.0998152901764195,0.00898309044162977,0.153725174569888,0.0412286147869983,0.0127491568690079,0.153725174569888,0.0499037566830008,0.0308180658300947,0.153725174569888,0.0267013022593602,0.000497676179389044,0.153725174569888,0.0372434424174264,0.00771989341896172,0.5,0.153725174569888,0.0363671973266683,0.0171891742906418,0,0.00684372492380878,0.0213933948786338 -2840,0.5,0.153725174569888,0.233249683066234,0.00240340456321655,0.153725174569888,0.214366368722655,2.03645274257485e-05,0.153725174569888,0.173438917431813,0.0175843058527796,0.153725174569888,0.244303733629679,0.00321349630448318,0.153725174569888,0.0818811907922635,0.0347940183679416,0.153725174569888,0.0672414041212287,0.00475293932851696,0.153725174569888,0.0637026763092256,0.00709595801563678,0.153725174569888,0.0740292556665923,0.00815733701681472,0.5,0.153725174569888,0.082942972084035,0.00207787359980978,0.153725174569888,0.0707169824054611,0.0201670915553158,0.5,0.153725174569888,0.0894367776826837,0.00970941821704686,0.153725174569888,0.0535987763989276,0.0216219637645968,0.153725174569888,0.227826017038459,0.00945143709128293,0.153725174569888,0.0759406287941,0.0128393071438963,0.153725174569888,0.105634250365444,0.0474122821184069,0.153725174569888,0.0761693486619502,0.000865905639892987,0.153725174569888,0.0922394286361151,0.0157702432478133,0.5,0.153725174569888,0.0831006123359437,0.0249755139743541,0,0.00573039726818205,0.0203414886711011 -2841,0.5,0.153725174569888,0.359872541261475,0.00489126692754317,0.153725174569888,0.322478733462424,0.0,0.153725174569888,0.279155279382032,0.0255499893388774,0.153725174569888,0.378973766831365,0.00695696743231429,0.153725174569888,0.133991308334354,0.0338269102963297,0.153725174569888,0.135768248182768,0.00620883535441619,0.153725174569888,0.133530768377863,0.00899855067739898,0.153725174569888,0.130246454781904,0.00816085790828298,0.5,0.153725174569888,0.162074210225757,0.00360272273243379,0.153725174569888,0.0944898520610523,0.0176171707766901,0.5,0.153725174569888,0.16658972982384,0.0094103384081455,0.153725174569888,0.0938342112365999,0.023146412365157,0.153725174569888,0.361699154294129,0.0105712671418789,0.153725174569888,0.0997016220895378,0.0127104231099617,0.153725174569888,0.154879578412978,0.0490441065268642,0.153725174569888,0.133503062617211,0.000979475770194551,0.153725174569888,0.147037635730663,0.0154406752516617,0.5,0.153725174569888,0.123643847693335,0.0239508517583146,0,0.00444523262757225,0.0174057658418536 -2842,0.5,0.153725174569888,0.488116250744085,0.00706863257523564,0.153725174569888,0.413646468847951,0.000517473535128911,0.153725174569888,0.38296594288998,0.0279121911336524,0.153725174569888,0.512644852630035,0.0112119599874314,0.153725174569888,0.206018394190583,0.0217047651723992,0.153725174569888,0.248970660738787,0.00548156682377919,0.153725174569888,0.22306346434123,0.00552742693260034,0.153725174569888,0.198535100903839,0.00701386880399968,0.5,0.153725174569888,0.25601035964819,0.00458566897891559,0.153725174569888,0.094732010090175,0.0151135423941439,0.5,0.153725174569888,0.23762460637699,0.00518810521872945,0.153725174569888,0.126992414973449,0.0193959762149766,0.153725174569888,0.493556074066979,0.0041207461790349,0.153725174569888,0.122354539101992,0.0107757860397009,0.153725174569888,0.190719238826207,0.0475621768930445,0.153725174569888,0.173550275599926,0.000761717423338197,0.153725174569888,0.207071779243073,0.0118921384638708,0.5,0.153725174569888,0.193111889465128,0.0171416223054395,0,0.00397416453113464,0.0132161280354406 -2843,0.5,0.153725174569888,0.584568757983909,0.0109681748049754,0.153725174569888,0.45897098264208,0.00276287986540204,0.153725174569888,0.461507175043812,0.0287748752205509,0.153725174569888,0.611903070334956,0.0163662229698005,0.153725174569888,0.290725084386049,0.00887607768377359,0.153725174569888,0.358613967960739,0.0033256291323915,0.153725174569888,0.309677488648731,0.00244338395094186,0.153725174569888,0.269005295863836,0.00361166358064898,0.5,0.153725174569888,0.335286382290556,0.00408724936444877,0.153725174569888,0.113135534289369,0.013603468002012,0.5,0.153725174569888,0.236931280904363,0.00254940113712251,0.153725174569888,0.15194206893993,0.0159956444415642,0.153725174569888,0.596647833390617,0.00038400713454436,0.153725174569888,0.15976382672147,0.00919637524220144,0.153725174569888,0.214584676986608,0.0472050691249898,0.153725174569888,0.202647312609195,0.000819912200968805,0.153725174569888,0.263291090458966,0.00874663919342954,0.5,0.153725174569888,0.284140579200882,0.00961306454147754,0,0.0038593743687977,0.00958323277208004 -2844,0.5,0.153725174569888,0.629894468842549,0.0148601735606898,0.153725174569888,0.501485957451755,0.0112802172996544,0.153725174569888,0.396237795511775,0.0274479856968585,0.153725174569888,0.642564594557909,0.0195986239321894,0.153725174569888,0.357291199442062,0.00241950249903887,0.153725174569888,0.417615443974491,0.00129513762543444,0.153725174569888,0.320560710956522,0.00075193838859709,0.153725174569888,0.257885677777557,0.000832298006738987,0.5,0.153725174569888,0.36308267354084,0.00164670037327928,0.153725174569888,0.106168051463134,0.00862462854740731,0.5,0.153725174569888,0.235495539968016,0.00141573536998911,0.153725174569888,0.163798061101133,0.0115642612653822,0.153725174569888,0.647901737373213,0.000152269218480114,0.153725174569888,0.230858528560014,0.0100067489752708,0.153725174569888,0.235142704509029,0.0463733482309874,0.153725174569888,0.203244354530135,0.00169507664330514,0.153725174569888,0.332007801870426,0.00332259046760584,0.5,0.153725174569888,0.430439154088314,0.00546454434945186,0,0.00323844414571909,0.0101327382204651 -2845,0.5,0.153725174569888,0.601453273507978,0.0157930953716682,0.153725174569888,0.533780731787573,0.0403381293346314,0.153725174569888,0.448039242838124,0.0278363006503418,0.153725174569888,0.613032467739526,0.0154023334205176,0.153725174569888,0.324520338221693,0.0021903466976206,0.153725174569888,0.34119151489818,0.00313879842302132,0.153725174569888,0.304639436358141,0.00316778304313504,0.153725174569888,0.189238438409368,0.000644903995097876,0.5,0.153725174569888,0.287868741290981,0.0015217050581853,0.153725174569888,0.0826288609814979,0.00450301164745322,0.5,0.153725174569888,0.253274342749258,0.000829811758689158,0.153725174569888,0.161830441356838,0.00513895151967326,0.153725174569888,0.661545192426405,0.00156769300160178,0.153725174569888,0.301395882260559,0.014242317659049,0.153725174569888,0.218770834094161,0.0392804214716459,0.153725174569888,0.235198005745588,0.00545849627548228,0.153725174569888,0.379951453576208,0.0021303875682555,0.5,0.153725174569888,0.414572978282679,0.00534044202109308,0,0.00213887204206632,0.0130835924558543 -2846,0.5,0.153725174569888,0.604144191658495,0.0192808181718366,0.153725174569888,0.498903797717995,0.0635836806503366,0.153725174569888,0.43803010505385,0.0238577839651017,0.153725174569888,0.586108435061747,0.0122815839849608,0.153725174569888,0.319772291774028,0.00423685318334335,0.153725174569888,0.253522501566803,0.00666282244399357,0.153725174569888,0.367661234358541,0.0047112603371304,0.153725174569888,0.19536302057461,0.00264264803969942,0.5,0.153725174569888,0.332393703922608,0.000832103679991331,0.153725174569888,0.0864802695997987,0.00244775377862869,0.5,0.153725174569888,0.259159713193806,0.000306086133038542,0.153725174569888,0.147636012965173,0.00188893855507299,0.153725174569888,0.625543266300523,0.0107071532764229,0.153725174569888,0.363552116221598,0.0147652580007906,0.153725174569888,0.273298643380019,0.0321333582600063,0.153725174569888,0.337092320802661,0.00488114321689257,0.153725174569888,0.288653227844186,0.00272721181118219,0.5,0.153725174569888,0.317758223859498,0.00655696153762041,0,0.00329177674659115,0.0155310701717767 -2847,0.5,0.153725174569888,0.533925755062612,0.0315140955142955,0.153725174569888,0.488427526850678,0.0712178770809205,0.153725174569888,0.250028535075134,0.0286281103662028,0.153725174569888,0.439200968862286,0.0115120008017269,0.153725174569888,0.256732706963798,0.00487223885026144,0.153725174569888,0.341604271363191,0.00601084768507115,0.153725174569888,0.300920343928159,0.00272072341953665,0.153725174569888,0.261066449735047,0.00320622502030589,0.5,0.153725174569888,0.267830901623209,0.0007815173523906,0.153725174569888,0.154794380632553,0.0026015865966481,0.5,0.153725174569888,0.245713437001904,5.70013942602989e-06,0.153725174569888,0.170384770712385,0.00121638187360187,0.153725174569888,0.561970977822006,0.0260518128279006,0.153725174569888,0.395502158815094,0.015099538802634,0.153725174569888,0.294747339459427,0.0207201984603153,0.153725174569888,0.309829094743274,0.00127546630931225,0.153725174569888,0.288359435844733,0.0044556132954632,0.5,0.153725174569888,0.193017859761124,0.00529291702121914,0,0.0092530987546981,0.0175517909365247 -2848,0.5,0.153725174569888,0.419006116852415,0.0469332392701787,0.153725174569888,0.457791479555705,0.0716412757798303,0.153725174569888,0.149752227813494,0.0331447857030562,0.153725174569888,0.344513129366814,0.012148143128413,0.153725174569888,0.273953270964813,0.00404615194724457,0.153725174569888,0.330035516809352,0.00797705134831456,0.153725174569888,0.243621166784905,0.000658932598767912,0.153725174569888,0.27549929247076,0.00551924194617413,0.5,0.153725174569888,0.21210421312628,0.00232494409576944,0.153725174569888,0.226133224855332,0.00204465674249339,0.5,0.153725174569888,0.286856918446824,8.60741835701404e-06,0.153725174569888,0.196609774721504,0.000625671259307604,0.153725174569888,0.465574209748566,0.0435413965434323,0.153725174569888,0.296915870916652,0.016964186161097,0.153725174569888,0.303531240574004,0.0146276704990343,0.153725174569888,0.207943231724473,0.000398789072496001,0.153725174569888,0.267157869947308,0.00643624431549172,0.5,0.153725174569888,0.151488550502328,0.00300381285069306,0,0.0148201260884879,0.022626705898167 -2849,0.5,0.153725174569888,0.305366575226679,0.0592015394701033,0.153725174569888,0.280255668421349,0.0592110936114701,0.153725174569888,0.151556069873034,0.0360684841479627,0.153725174569888,0.264336333336248,0.0162975969951356,0.153725174569888,0.164250750571095,0.00109976003616826,0.153725174569888,0.243206183238563,0.0175865617221988,0.153725174569888,0.176964011565376,0.000296182561959941,0.153725174569888,0.192234487148696,0.0122291812924859,0.5,0.153725174569888,0.163234530099067,0.00448146559212425,0.153725174569888,0.206299667693287,0.000489924547451439,0.5,0.153725174569888,0.163744013139228,3.73163313326181e-05,0.153725174569888,0.141781514848652,0.000345794897259933,0.153725174569888,0.344594258029489,0.0590617586210854,0.153725174569888,0.213580205999092,0.0220162751797028,0.153725174569888,0.201403817040958,0.0118203768097479,0.153725174569888,0.123308736181085,8.58480970141352e-05,0.153725174569888,0.192748543378858,0.00370438455101525,0.5,0.153725174569888,0.114384405267641,0.00211253061290111,0,0.0135832569336962,0.0313490992630286 -2850,0.5,0.153725174569888,0.166625527844913,0.0573697815867509,0.153725174569888,0.0936792061256248,0.0375262993788928,0.153725174569888,0.102927266835041,0.0401711575837516,0.153725174569888,0.158001964682184,0.0279578869477944,0.153725174569888,0.100120424286691,0.0003913153727377,0.153725174569888,0.142347111338504,0.0114048450975682,0.153725174569888,0.106860178986764,0.000468099219620893,0.153725174569888,0.0966365535721099,0.0128511734079441,0.5,0.153725174569888,0.0792246821585377,0.00408796250112754,0.153725174569888,0.125117433646267,0.000283555929489444,0.5,0.153725174569888,0.10155343349922,8.51364252953179e-05,0.153725174569888,0.0741486507855356,0.000263414208242107,0.153725174569888,0.207971643399729,0.0613377142427849,0.153725174569888,0.107601804372051,0.0285180356693488,0.153725174569888,0.0982151657822167,0.0116294359853464,0.153725174569888,0.0747692480111202,0.000114904957184075,0.153725174569888,0.105826286742777,0.00187594051788532,0.5,0.153725174569888,0.0772073396188104,0.00228956066747727,0,0.00709170011068958,0.0403081316250432 -2851,0.5,0.153725174569888,0.0309933490687052,0.0456905068814213,0.153725174569888,0.00858765499814475,0.00933129008140229,0.153725174569888,0.0294172895622848,0.0205505748269008,0.153725174569888,0.0237741826373531,0.0325764519932301,0.153725174569888,0.0472961051659699,0.000350365160928908,0.153725174569888,0.0432682419829929,0.00618662140878266,0.153725174569888,0.0431644957539114,0.000419970821367315,0.153725174569888,0.0345306244844048,0.00506431913176364,0.5,0.153725174569888,0.0239615301271887,0.00372630516029925,0.153725174569888,0.0215899436367632,0.000491886097174756,0.5,0.153725174569888,0.020679331060415,0.000573623148254437,0.153725174569888,0.0163254585617869,0.000229066069888355,0.153725174569888,0.0703355710924564,0.0445401257954088,0.153725174569888,0.0442355417803268,0.0262851332711426,0.153725174569888,0.0299968035173383,0.0106717898813232,0.153725174569888,0.0252564178463226,0.000461068263224987,0.153725174569888,0.0266581309093686,0.00232336516096735,0.5,0.153725174569888,0.0110257494001972,0.00293020394717716,0,0.00150100874921902,0.0457484270390944 -2852,0.5,0.153725174569888,0.0,0.0485892157586593,0.153725174569888,0.0,0.00570998671405212,0.153725174569888,0.0,0.0197949074460092,0.153725174569888,0.0,0.0399557417292028,0.153725174569888,0.0,0.000902238188402714,0.153725174569888,0.0,0.00608391722338793,0.153725174569888,0.0,0.00102084722141001,0.153725174569888,0.0,0.00448566095204085,0.5,0.153725174569888,0.0,0.00438188254069188,0.153725174569888,0.0,0.0040813988425361,0.5,0.153725174569888,0.0,0.000563846299055881,0.153725174569888,0.0,0.00121422418799675,0.153725174569888,0.0,0.0383315636437449,0.153725174569888,0.0,0.0216358370388783,0.153725174569888,0.0,0.0109706272942622,0.153725174569888,0.0,0.00060216336175061,0.153725174569888,0.0,0.00258734393840645,0.5,0.153725174569888,0.0,0.00388015213437818,0,0.00057560213609687,0.0455669043552689 -2853,0.5,0.153725174569888,0.0,0.0396216658537084,0.153725174569888,0.0,0.00420587647298264,0.153725174569888,0.0,0.0186762225869395,0.153725174569888,0.0,0.0388226587330476,0.153725174569888,0.0,0.00089547717890264,0.153725174569888,0.0,0.00448816730522054,0.153725174569888,0.0,0.00127555671957556,0.153725174569888,0.0,0.00445573347500976,0.5,0.153725174569888,0.0,0.00563296546831954,0.153725174569888,0.0,0.00723557989170953,0.5,0.153725174569888,0.0,0.000737178076889624,0.153725174569888,0.0,0.00302528034948599,0.153725174569888,0.0,0.0337478532796016,0.153725174569888,0.0,0.0201576347721737,0.153725174569888,0.0,0.00851955097154816,0.153725174569888,0.0,0.000472552739667213,0.153725174569888,0.0,0.00293047930376553,0.5,0.153725174569888,0.0,0.00370527306189516,0,0.000146118407123644,0.0427971194550289 -2854,0.5,0.153725174569888,0.0,0.0316230776955384,0.153725174569888,0.0,0.00452388348916716,0.153725174569888,0.0,0.0177529221256504,0.153725174569888,0.0,0.0391457991799882,0.153725174569888,0.0,0.00082728989277646,0.153725174569888,0.0,0.00395090927790886,0.153725174569888,0.0,0.00127424636213873,0.153725174569888,0.0,0.00520628498132898,0.5,0.153725174569888,0.0,0.00706742340629863,0.153725174569888,0.0,0.00817843645161156,0.5,0.153725174569888,0.0,0.001104019515509,0.153725174569888,0.0,0.00437127813768134,0.153725174569888,0.0,0.0307645035352805,0.153725174569888,0.0,0.0185646663657853,0.153725174569888,0.0,0.00528762603517417,0.153725174569888,0.0,0.00062419404244964,0.153725174569888,0.0,0.00357704138761701,0.5,0.153725174569888,0.0,0.00237386282082988,0,0.0,0.0376208257476474 -2855,0.5,0.153725174569888,0.0,0.0238210141827473,0.153725174569888,0.0,0.00556523812827553,0.153725174569888,0.0,0.0156155849499639,0.153725174569888,0.0,0.0293231521390259,0.153725174569888,0.0,0.00105082588510649,0.153725174569888,0.0,0.00320877538526433,0.153725174569888,0.0,0.00104855343392985,0.153725174569888,0.0,0.00661338342736782,0.5,0.153725174569888,0.0,0.00912605353733845,0.153725174569888,0.0,0.00858765948071737,0.5,0.153725174569888,0.0,0.00106946234565747,0.153725174569888,0.0,0.00546518749038704,0.153725174569888,0.0,0.027337955704831,0.153725174569888,0.0,0.0182426433116131,0.153725174569888,0.0,0.0036811820857429,0.153725174569888,0.0,0.00106902264873688,0.153725174569888,0.0,0.00480939335287549,0.5,0.153725174569888,0.0,0.00227099452599458,0,0.0,0.0344966205691182 -2856,0.5,0.153725174569888,0.0,0.0190608991904263,0.153725174569888,0.0,0.00793239890072965,0.153725174569888,0.0,0.014969867590205,0.153725174569888,0.0,0.0244260557537422,0.153725174569888,0.0,0.00184412904939493,0.153725174569888,0.0,0.0032961345150461,0.153725174569888,0.0,0.000970416658758794,0.153725174569888,0.0,0.00836933788563649,0.5,0.153725174569888,0.0,0.0131635601617122,0.153725174569888,0.0,0.00947739661537909,0.5,0.153725174569888,0.0,0.000762362369513239,0.153725174569888,0.0,0.00730294819903502,0.153725174569888,0.0,0.0252879036832076,0.153725174569888,0.0,0.0191414549993995,0.153725174569888,0.0,0.00332229403202356,0.153725174569888,0.0,0.00155653985510717,0.153725174569888,0.0,0.00530936224905928,0.5,0.153725174569888,0.0,0.00222578013127474,0,0.0,0.0384606811293126 -2857,0.5,0.153725174569888,0.0,0.0167926114666487,0.153725174569888,0.0,0.0119454617288456,0.153725174569888,0.0,0.0165276804130982,0.153725174569888,0.0,0.0204636486444771,0.153725174569888,0.0,0.0025910421646858,0.153725174569888,0.0,0.00417792091242773,0.153725174569888,0.0,0.000875101839848203,0.153725174569888,0.0,0.00974049237246504,0.5,0.153725174569888,0.0,0.0164098480774591,0.153725174569888,0.0,0.00970871916506594,0.5,0.153725174569888,0.0,0.000683830122370737,0.153725174569888,0.0,0.00810387941074837,0.153725174569888,0.0,0.0227523325602227,0.153725174569888,0.0,0.0212804959078375,0.153725174569888,0.0,0.00357598574966983,0.153725174569888,0.0,0.00327652877924465,0.153725174569888,0.0,0.00685411687313024,0.5,0.153725174569888,0.0,0.00228366177307689,0,0.0,0.0424440811713559 -2858,0.5,0.153725174569888,0.0,0.0149057044340711,0.153725174569888,0.0,0.0136757197935316,0.153725174569888,0.0,0.0170449495841141,0.153725174569888,0.0,0.0194245584712326,0.153725174569888,0.0,0.00351422269840022,0.153725174569888,0.0,0.00634393891394868,0.153725174569888,0.0,0.000739346659972963,0.153725174569888,0.0,0.0102898921495769,0.5,0.153725174569888,0.0,0.0160770484423416,0.153725174569888,0.0,0.00955297387483117,0.5,0.153725174569888,0.0,0.00087836503778814,0.153725174569888,0.0,0.0105260031034987,0.153725174569888,0.0,0.0181722233644282,0.153725174569888,0.0,0.022067519407405,0.153725174569888,0.0,0.00379228437525268,0.153725174569888,0.0,0.00500896223650114,0.153725174569888,0.0,0.00994335599843777,0.5,0.153725174569888,0.0,0.00383690216569017,0,0.0,0.0387822646383101 -2859,0.5,0.153725174569888,0.0,0.0134567395406667,0.153725174569888,0.0,0.0108232099512277,0.153725174569888,0.0,0.0161633459163789,0.153725174569888,0.0,0.02096495277327,0.153725174569888,0.0,0.00566594210065632,0.153725174569888,0.0,0.00782292014169228,0.153725174569888,0.0,0.000792730662426578,0.153725174569888,0.0,0.00941844392976542,0.5,0.153725174569888,0.0,0.0158598689745443,0.153725174569888,0.0,0.00999032641415293,0.5,0.153725174569888,0.0,0.00133150454093535,0.153725174569888,0.0,0.0148688711634134,0.153725174569888,0.0,0.0151856038601075,0.153725174569888,0.0,0.0175389343832962,0.153725174569888,0.0,0.00455215480818865,0.153725174569888,0.0,0.00705138191596888,0.153725174569888,0.0,0.0132876438347657,0.5,0.153725174569888,0.0,0.0047285313178741,0,0.0,0.0287398210988395 -2860,0.5,0.153725174569888,0.0,0.0116983662837735,0.153725174569888,0.0,0.00896045055250227,0.153725174569888,0.0,0.0139401209018863,0.153725174569888,0.0,0.0223508763087978,0.153725174569888,0.0,0.00697528324266986,0.153725174569888,0.0,0.00763964402980559,0.153725174569888,0.0,0.000915986105866484,0.153725174569888,0.0,0.00880270601839231,0.5,0.153725174569888,0.0,0.0154407367331651,0.153725174569888,0.0,0.0117691137145446,0.5,0.153725174569888,0.0,0.00261235149369749,0.153725174569888,0.0,0.0172932153437232,0.153725174569888,0.0,0.0137846221880622,0.153725174569888,0.0,0.0103683417695939,0.153725174569888,0.0,0.0045936072083265,0.153725174569888,0.0,0.00863221126362874,0.153725174569888,0.0,0.0158420018981771,0.5,0.153725174569888,0.0,0.00512060309004249,0,0.0,0.0232832168025962 -2861,0.5,0.153725174569888,0.0,0.0105140502747591,0.153725174569888,0.0,0.00832870931884638,0.153725174569888,0.0,0.012026490426648,0.153725174569888,0.0,0.0229130773126869,0.153725174569888,0.0,0.00687550519018771,0.153725174569888,0.0,0.00570507396364328,0.153725174569888,0.0,0.000858414116544864,0.153725174569888,0.0,0.00926836572443539,0.5,0.153725174569888,0.0,0.0140866439689246,0.153725174569888,0.0,0.0108859529103383,0.5,0.153725174569888,0.0,0.0046906775547263,0.153725174569888,0.0,0.01799636792371,0.153725174569888,0.0,0.0138448120152171,0.153725174569888,0.0,0.00595758085853384,0.153725174569888,0.0,0.00437668157255288,0.153725174569888,0.0,0.00934588940176722,0.153725174569888,0.0,0.0194484437962812,0.5,0.153725174569888,0.0,0.00600758866338808,0,0.0,0.01935780357567 -2862,0.5,0.153725174569888,0.0236001138184813,0.0090306500975806,0.153725174569888,0.00812352533945292,0.00936014971331883,0.153725174569888,0.00932302848694013,0.0104373324058532,0.153725174569888,0.0211657000885992,0.0202651495728766,0.153725174569888,0.00149687474972253,0.00402528643498116,0.153725174569888,0.0018209688293846,0.00479852471606335,0.153725174569888,0.000960691743912343,0.000714891804998745,0.153725174569888,0.000640614474786706,0.00936871795502015,0.5,0.153725174569888,0.00101552230210337,0.0128618055850464,0.153725174569888,0.0056610774687276,0.00946904739130805,0.5,0.153725174569888,0.00403607065326314,0.00498789857354652,0.153725174569888,0.00281663670099,0.0173971292691413,0.153725174569888,0.0119800539535654,0.015232671130059,0.153725174569888,0.00491091708057795,0.00400688483579966,0.153725174569888,0.00184666867170418,0.0039179671252944,0.153725174569888,0.00316812301425702,0.007522819525292,0.153725174569888,0.00931698659316242,0.0211257958600467,0.5,0.153725174569888,0.0156780534847461,0.00642545612994355,0,0.0,0.0145030231895186 -2863,0.5,0.153725174569888,0.0969337881730499,0.00962600363534622,0.153725174569888,0.06855576645515,0.0137251448454758,0.153725174569888,0.0544010252323258,0.00926568990467099,0.153725174569888,0.0903655179135557,0.0189098075229825,0.153725174569888,0.0291059412422231,0.000811911050784144,0.153725174569888,0.0456521599987616,0.00564331273234659,0.153725174569888,0.0190264938713021,0.000469572197911541,0.153725174569888,0.016191992358417,0.0111579992311362,0.5,0.153725174569888,0.03099946748793,0.0137728601271278,0.153725174569888,0.08898464031746,0.00756632214809332,0.5,0.153725174569888,0.0789714186513415,0.00323787571952086,0.153725174569888,0.0556611512651497,0.0215173256698135,0.153725174569888,0.0868561729739431,0.0189785899163026,0.153725174569888,0.0669254019906258,0.0046942108913406,0.153725174569888,0.0297553731245435,0.00476260784111744,0.153725174569888,0.0612796443730448,0.0047249404649835,0.153725174569888,0.0963002421556056,0.0192562423992191,0.5,0.153725174569888,0.108333708295899,0.00496657588566851,0,0.000131752168229136,0.0138705618939556 -2864,0.5,0.153725174569888,0.207487967893955,0.0183753782983188,0.153725174569888,0.160426090918449,0.0376367782629928,0.153725174569888,0.111233984311174,0.0123738378306244,0.153725174569888,0.181887198244174,0.0344770595837917,0.153725174569888,0.0741937872813596,0.000612785236914903,0.153725174569888,0.119290184353747,0.0129499811632857,0.153725174569888,0.0696605988560281,0.000557922913821225,0.153725174569888,0.0381215392996166,0.0206953203548131,0.5,0.153725174569888,0.093410044359695,0.0269413854879122,0.153725174569888,0.200943060431768,0.0136278966310846,0.5,0.153725174569888,0.18629233928915,0.0056929763925767,0.153725174569888,0.129984643622355,0.0332880603707505,0.153725174569888,0.204076449778832,0.040280299762996,0.153725174569888,0.159841904513923,0.011619820862693,0.153725174569888,0.0897353203370141,0.0131218175597034,0.153725174569888,0.141224858036871,0.00521099721302869,0.153725174569888,0.224497472046901,0.0388007122423886,0.5,0.153725174569888,0.241128877137081,0.0075758454848689,0,0.000489609869724513,0.0167923860707681 -2865,0.5,0.153725174569888,0.341649940562507,0.043163925428797,0.153725174569888,0.292562945545681,0.0691591845427651,0.153725174569888,0.222903226999603,0.0287543895315394,0.153725174569888,0.313326292823202,0.0613810397664375,0.153725174569888,0.171756876628863,0.00141742349194584,0.153725174569888,0.190073675195927,0.0123362860747272,0.153725174569888,0.145909816672606,0.00110361692881359,0.153725174569888,0.0590520631621187,0.0291414769490616,0.5,0.153725174569888,0.173607989686626,0.0440360482187878,0.153725174569888,0.324344506747648,0.0263531630820121,0.5,0.153725174569888,0.307199281013584,0.0301125280071372,0.153725174569888,0.218258628876952,0.0554357804485932,0.153725174569888,0.342701531111267,0.0568547654148858,0.153725174569888,0.238355605093823,0.0240341118853298,0.153725174569888,0.172568939911908,0.0334416221958817,0.153725174569888,0.220365273046662,0.012739929148564,0.153725174569888,0.364167402188914,0.104441904699757,0.5,0.153725174569888,0.389466239342897,0.0247576100330463,0,0.00156676581662419,0.0206433217972244 -2866,0.5,0.153725174569888,0.483993695310307,0.0764891685335257,0.153725174569888,0.423073369575542,0.101839726147728,0.153725174569888,0.392826453018338,0.0581234374951323,0.153725174569888,0.444838662271527,0.0957359831648423,0.153725174569888,0.276630027209736,0.00541229329075732,0.153725174569888,0.208756041389528,0.0109306468573691,0.153725174569888,0.206169575127215,0.00544306576344401,0.153725174569888,0.0755859952784178,0.0326987019253569,0.5,0.153725174569888,0.261319970053317,0.0476612603911579,0.153725174569888,0.45349961782262,0.0423294324612186,0.5,0.153725174569888,0.427502875079337,0.0734623757490506,0.153725174569888,0.308595532397427,0.0795917710090022,0.153725174569888,0.488524612354633,0.0724531862837191,0.153725174569888,0.31171027518074,0.0448883725308091,0.153725174569888,0.255261926300042,0.0554408113325387,0.153725174569888,0.286009642281096,0.0341800009177312,0.153725174569888,0.493902973287374,0.181159814183296,0.5,0.153725174569888,0.532896525144039,0.0608947089547084,0,0.00418562065382782,0.0226353347534292 -2867,0.5,0.153725174569888,0.581739100349785,0.111789413169178,0.153725174569888,0.565047803177405,0.154167759509345,0.153725174569888,0.519674503990629,0.0533764744747263,0.153725174569888,0.576516377508449,0.143034873144046,0.153725174569888,0.408504578071466,0.0147561467055091,0.153725174569888,0.25515867657937,0.0111527975728712,0.153725174569888,0.240104748506649,0.00914259593111145,0.153725174569888,0.106261293902786,0.0367511634540136,0.5,0.153725174569888,0.270019911664803,0.0522490596297511,0.153725174569888,0.558841103636483,0.0547506577440521,0.5,0.153725174569888,0.494889738683096,0.235350844493424,0.153725174569888,0.341645630045309,0.104824104607993,0.153725174569888,0.611266840309981,0.0865656891633331,0.153725174569888,0.36026797436584,0.0709642079315984,0.153725174569888,0.349099700104956,0.081630374753073,0.153725174569888,0.350672089600118,0.0391327698751192,0.153725174569888,0.517729398126387,0.192459352001898,0.5,0.153725174569888,0.623306049659376,0.124284873718305,0,0.00781467448237153,0.0219512618345742 -2868,0.5,0.153725174569888,0.635145193313345,0.127534773865877,0.153725174569888,0.653538724249818,0.210001419718635,0.153725174569888,0.599792628497372,0.0299008764035318,0.153725174569888,0.60066509591366,0.124668333777407,0.153725174569888,0.421516844552627,0.027624469584446,0.153725174569888,0.313434678379747,0.0114046478876488,0.153725174569888,0.305990050280806,0.00940247406423159,0.153725174569888,0.173241522916152,0.0404974936325821,0.5,0.153725174569888,0.316719007615025,0.0629506918069786,0.153725174569888,0.557262786741346,0.0581676300094397,0.5,0.153725174569888,0.40253787862003,0.211726426841592,0.153725174569888,0.312597179594535,0.0996806210772374,0.153725174569888,0.683998702460128,0.0999282834477957,0.153725174569888,0.36536353603968,0.0970643428309223,0.153725174569888,0.434300677374682,0.0988272449204306,0.153725174569888,0.494870082680725,0.0333801820018292,0.153725174569888,0.563196490798624,0.192049710148252,0.5,0.153725174569888,0.630626106747655,0.174972168106183,0,0.0115564581417459,0.0181715546269384 -2869,0.5,0.153725174569888,0.628533435638377,0.125865161803961,0.153725174569888,0.689310634149688,0.23615131085078,0.153725174569888,0.60738233016031,0.0233003327528004,0.153725174569888,0.582588054758197,0.100179263658391,0.153725174569888,0.438079487496769,0.0301700100571017,0.153725174569888,0.281462420906384,0.0094418113542572,0.153725174569888,0.424182839468042,0.00774838031792533,0.153725174569888,0.237872214146517,0.0374561822439361,0.5,0.153725174569888,0.347512556241487,0.0676223667407726,0.153725174569888,0.561132444105454,0.0555287662863366,0.5,0.153725174569888,0.468025401588703,0.23415753232267,0.153725174569888,0.267347674967093,0.083258416530774,0.153725174569888,0.714678606702086,0.111224161603945,0.153725174569888,0.398413167940795,0.120809663441475,0.153725174569888,0.476448403203917,0.100015031597671,0.153725174569888,0.546596995404806,0.0295268765405435,0.153725174569888,0.600771422351645,0.167000013363652,0.5,0.153725174569888,0.633787481297881,0.200264511138467,0,0.0141060339223433,0.0128618557786968 -2870,0.5,0.153725174569888,0.581529822204672,0.115596748151506,0.153725174569888,0.669820857337765,0.245359832376452,0.153725174569888,0.525319265221318,0.0281549698890675,0.153725174569888,0.55591391028041,0.07864844155338,0.153725174569888,0.312473526767068,0.0336128823993704,0.153725174569888,0.263341838256363,0.00817076457256898,0.153725174569888,0.374710009968614,0.00914845379118177,0.153725174569888,0.21635594967849,0.02881366445659,0.5,0.153725174569888,0.339124172755377,0.0733979506630612,0.153725174569888,0.511928082960862,0.0485961537997237,0.5,0.153725174569888,0.389992495707778,0.187119975498087,0.153725174569888,0.241203319670385,0.0678729580665329,0.153725174569888,0.695435385389801,0.128819328342748,0.153725174569888,0.397873421602737,0.139053164807238,0.153725174569888,0.440577671101058,0.0977148452936862,0.153725174569888,0.516026783322951,0.031515968451842,0.153725174569888,0.562971174852343,0.134688600700532,0.5,0.153725174569888,0.592817087692281,0.186289770543476,0,0.014584268156477,0.0117143403704229 -2871,0.5,0.153725174569888,0.492548062658301,0.100113682536485,0.153725174569888,0.602771027409562,0.237572234666413,0.153725174569888,0.333100042288754,0.0358577807069632,0.153725174569888,0.470702972148539,0.061439702632178,0.153725174569888,0.219994081190267,0.0349800316596304,0.153725174569888,0.275879282056827,0.00394642420539258,0.153725174569888,0.221841569787529,0.0095163043790975,0.153725174569888,0.239587877722792,0.0163032121821002,0.5,0.153725174569888,0.35863062945727,0.0770002833011702,0.153725174569888,0.360528801063696,0.0412179519894327,0.5,0.153725174569888,0.339136936273375,0.171534338860008,0.153725174569888,0.187077515228709,0.0544150065913425,0.153725174569888,0.626744509632362,0.157997283518929,0.153725174569888,0.343114646293375,0.147751306136528,0.153725174569888,0.395420346528797,0.0988722751195588,0.153725174569888,0.407109994132297,0.0356879031271871,0.153725174569888,0.474035758830304,0.106108317002088,0.5,0.153725174569888,0.483377236218821,0.152716519144383,0,0.0133574944935964,0.00926753488238172 -2872,0.5,0.153725174569888,0.386446880017447,0.0880278234238686,0.153725174569888,0.485843315675168,0.232851391198492,0.153725174569888,0.164187268752492,0.0363649235902408,0.153725174569888,0.353676215098404,0.0478570065650636,0.153725174569888,0.254655780713627,0.0497564858413879,0.153725174569888,0.166292571188438,0.00250313619479461,0.153725174569888,0.0946715660698626,0.00783383232715145,0.153725174569888,0.24010240246687,0.0101835021660295,0.5,0.153725174569888,0.315392938701958,0.0608167676019555,0.153725174569888,0.300882822924441,0.058833710915711,0.5,0.153725174569888,0.28714326790425,0.130556604679147,0.153725174569888,0.145876988367942,0.0390911326936582,0.153725174569888,0.505539396179617,0.180277501378785,0.153725174569888,0.262817449527887,0.148295247535092,0.153725174569888,0.334694588229731,0.102982458292823,0.153725174569888,0.26574168141289,0.0364959390625481,0.153725174569888,0.30596187714598,0.0825031577029732,0.5,0.153725174569888,0.36519593312904,0.1217731437807,0,0.0103705699001257,0.0071806045349088 -2873,0.5,0.153725174569888,0.278588905873895,0.0841244578227116,0.153725174569888,0.351969439559706,0.23372427458247,0.153725174569888,0.0944493132329973,0.0284145690951398,0.153725174569888,0.209437314884537,0.0420909162510816,0.153725174569888,0.237011640999423,0.0591238977079375,0.153725174569888,0.128588887687577,0.00238083840934842,0.153725174569888,0.0712319176225969,0.00651402131917003,0.153725174569888,0.203576481563317,0.00799739130878939,0.5,0.153725174569888,0.233200943008624,0.0410140958223226,0.153725174569888,0.21267157994504,0.0820961251070466,0.5,0.153725174569888,0.247499321425107,0.110395496092894,0.153725174569888,0.116410904348972,0.0329118166322924,0.153725174569888,0.367130585167793,0.181569670533877,0.153725174569888,0.193577075312557,0.139674446564246,0.153725174569888,0.250932012322271,0.105115423165926,0.153725174569888,0.156411806208802,0.0301598128623685,0.153725174569888,0.191120972259703,0.0681776026827778,0.5,0.153725174569888,0.268445354001226,0.0644568812522644,0,0.00853072317794492,0.0062708641362946 -2874,0.5,0.153725174569888,0.156724745854622,0.0693054819718392,0.153725174569888,0.208267793705819,0.198046876137398,0.153725174569888,0.0800495290763057,0.0177276702739812,0.153725174569888,0.101200030948138,0.0238756365990521,0.153725174569888,0.157252148199186,0.0497823166750312,0.153725174569888,0.0662984294715261,0.00211612944852986,0.153725174569888,0.0656356260050898,0.00493582151553602,0.153725174569888,0.129833247351551,0.00799136290017727,0.5,0.153725174569888,0.143724995746878,0.0297800322770219,0.153725174569888,0.095260801560431,0.127088523986239,0.5,0.153725174569888,0.128156081311698,0.0417107932129707,0.153725174569888,0.0557361999649188,0.0236467403212165,0.153725174569888,0.219063298596424,0.163180281987835,0.153725174569888,0.108786113402489,0.105357374526699,0.153725174569888,0.148987553939603,0.0832661450762967,0.153725174569888,0.0825168862360382,0.0182720208404414,0.153725174569888,0.117511388608961,0.0558494605209909,0.5,0.153725174569888,0.157070060609517,0.0142423141945513,0,0.00574402356925047,0.00612316156145745 -2875,0.5,0.153725174569888,0.0343294495788185,0.0391058318403455,0.153725174569888,0.0562808979249856,0.111013522614184,0.153725174569888,0.0304150311198668,0.00977786832747618,0.153725174569888,0.0172988435272308,0.0155904209897696,0.153725174569888,0.0608867556812282,0.0207354574042417,0.153725174569888,0.0234082377797306,0.000825859568810458,0.153725174569888,0.0372616714504104,0.00206227064295592,0.153725174569888,0.0429376623406513,0.00349730271230284,0.5,0.153725174569888,0.0487359512809526,0.0125951258258699,0.153725174569888,0.0180806003008433,0.165772241405189,0.5,0.153725174569888,0.0257963516629919,0.0528126737378162,0.153725174569888,0.0192049839163131,0.0213742934676782,0.153725174569888,0.0738223659220728,0.111035440634271,0.153725174569888,0.0423299459063703,0.0579132103751762,0.153725174569888,0.0453104041457554,0.0434735226754519,0.153725174569888,0.03196769813769,0.0100345240127861,0.153725174569888,0.0278066931215671,0.0642544493677887,0.5,0.153725174569888,0.0257162459713064,0.0149013748041428,0,0.00179259029350963,0.00704172043601757 -2876,0.5,0.153725174569888,0.0,0.042192969909613,0.153725174569888,0.0,0.0744151683684776,0.153725174569888,0.0,0.016092842133948,0.153725174569888,0.0,0.0179278698731169,0.153725174569888,0.0,0.0172140057112737,0.153725174569888,9.03790513359315e-05,0.0004258794969005,0.153725174569888,0.0,0.000490903409356527,0.153725174569888,0.0,0.00165820448447678,0.5,0.153725174569888,0.0,0.0135551828943098,0.153725174569888,0.0,0.14763959586927,0.5,0.153725174569888,0.0,0.0671757821636707,0.153725174569888,0.0,0.0208168865690093,0.153725174569888,0.0,0.0738418347473528,0.153725174569888,8.04329248980057e-05,0.0303410840893578,0.153725174569888,0.0,0.0337233063410882,0.153725174569888,0.0,0.010872801167236,0.153725174569888,0.0,0.0658690423914392,0.5,0.153725174569888,0.0,0.0206160660654743,0,0.0036646928245987,0.00706730755259811 -2877,0.5,0.153725174569888,0.0,0.0349909734661995,0.153725174569888,0.0,0.0504218319437308,0.153725174569888,0.0,0.018843483120589,0.153725174569888,0.0,0.017724275134361,0.153725174569888,0.0,0.0155787473043024,0.153725174569888,0.0,0.000485954454340465,0.153725174569888,0.0,0.000248124056681126,0.153725174569888,0.0,0.00120890999678283,0.5,0.153725174569888,0.0,0.0116933518922672,0.153725174569888,0.0,0.134191364383515,0.5,0.153725174569888,0.0,0.0437213159216741,0.153725174569888,0.0,0.0203387315730567,0.153725174569888,0.0,0.0619426486270209,0.153725174569888,0.0,0.0235843572028002,0.153725174569888,0.0,0.0252622818078378,0.153725174569888,0.0,0.00630324844554961,0.153725174569888,0.0,0.0479384346838321,0.5,0.153725174569888,0.0,0.0366206552640369,0,0.00594334647574654,0.00772870535163061 -2878,0.5,0.153725174569888,0.0,0.0264181629885516,0.153725174569888,0.0,0.03901868173953,0.153725174569888,0.0,0.0174888370382921,0.153725174569888,0.0,0.016082140207692,0.153725174569888,0.0,0.0121111125254387,0.153725174569888,0.0,0.000760065815890473,0.153725174569888,0.0,0.000234814489950458,0.153725174569888,0.0,0.00142707551504547,0.5,0.153725174569888,0.0,0.00889143472380427,0.153725174569888,0.0,0.118597592824287,0.5,0.153725174569888,0.0,0.0242740020688846,0.153725174569888,0.0,0.023153036313609,0.153725174569888,0.0,0.0514414567843389,0.153725174569888,0.0,0.0187053805007034,0.153725174569888,0.0,0.0197065183903353,0.153725174569888,0.0,0.00250931696167013,0.153725174569888,0.0,0.0293692614802311,0.5,0.153725174569888,0.0,0.0455197334107828,0,0.00705763872664271,0.0105963128313966 -2879,0.5,0.153725174569888,0.0,0.0190058613068857,0.153725174569888,0.0,0.0291400622145896,0.153725174569888,0.0,0.0142745554607021,0.153725174569888,0.0,0.0127128543665185,0.153725174569888,0.0,0.00918768334536891,0.153725174569888,0.0,0.00182082842096508,0.153725174569888,0.0,0.000296269781011306,0.153725174569888,0.0,0.00256065523069657,0.5,0.153725174569888,0.0,0.00602719917527628,0.153725174569888,0.0,0.100622580963527,0.5,0.153725174569888,0.0,0.00818006042545666,0.153725174569888,0.0,0.0221120312440066,0.153725174569888,0.0,0.0430958376839952,0.153725174569888,0.0,0.0147609199020305,0.153725174569888,0.0,0.0136185458775371,0.153725174569888,0.0,0.000969778675964858,0.153725174569888,0.0,0.0150995106441473,0.5,0.153725174569888,0.0,0.0368122985677045,0,0.00670328940221227,0.0138637845277809 -2880,0.5,0.153725174569888,0.0,0.0131255724805326,0.153725174569888,0.0,0.0237668800221344,0.153725174569888,0.0,0.0127751998263696,0.153725174569888,0.0,0.0103263329744058,0.153725174569888,0.0,0.00800362533610701,0.153725174569888,0.0,0.00288727756348501,0.153725174569888,0.0,0.000428236845628327,0.153725174569888,0.0,0.00321672364111833,0.5,0.153725174569888,0.0,0.00389559320865834,0.153725174569888,0.0,0.077618856310248,0.5,0.153725174569888,0.0,0.0010435004083124,0.153725174569888,0.0,0.017506647754303,0.153725174569888,0.0,0.0421503913065373,0.153725174569888,0.0,0.0152503066137242,0.153725174569888,0.0,0.00944124199761039,0.153725174569888,0.0,0.00072134317711933,0.153725174569888,0.0,0.00731085578277862,0.5,0.153725174569888,0.0,0.022801506764474,0,0.00492795437150761,0.0187733694864525 -2881,0.5,0.153725174569888,0.0,0.0085439190050958,0.153725174569888,0.0,0.0227623945875487,0.153725174569888,0.0,0.0124583953348618,0.153725174569888,0.0,0.00932295801253931,0.153725174569888,0.0,0.00800633914382932,0.153725174569888,0.0,0.00352689038057601,0.153725174569888,0.0,0.00101347833844306,0.153725174569888,0.0,0.00441979344690131,0.5,0.153725174569888,0.0,0.00277302278288881,0.153725174569888,0.0,0.0613906305045933,0.5,0.153725174569888,0.0,0.000383090101944189,0.153725174569888,0.0,0.0149797441251564,0.153725174569888,0.0,0.0433803370187382,0.153725174569888,0.0,0.0163318193220378,0.153725174569888,0.0,0.00813861857598204,0.153725174569888,0.0,0.00055735544150618,0.153725174569888,0.0,0.00434108695916827,0.5,0.153725174569888,0.0,0.0187068478015012,0,0.00229097452312864,0.0244880336094011 -2882,0.5,0.153725174569888,0.0,0.00733725768441075,0.153725174569888,0.0,0.0219636942308553,0.153725174569888,0.0,0.0124032672263446,0.153725174569888,0.0,0.0102011400714871,0.153725174569888,0.0,0.0078653950052586,0.153725174569888,0.0,0.00382889021202271,0.153725174569888,0.0,0.00137589066144891,0.153725174569888,0.0,0.0051016304194369,0.5,0.153725174569888,0.0,0.00177339722479732,0.153725174569888,0.0,0.0423757705484625,0.5,0.153725174569888,0.0,0.00115052381364199,0.153725174569888,0.0,0.0136462326030483,0.153725174569888,0.0,0.041461182663457,0.153725174569888,0.0,0.0153240738707023,0.153725174569888,0.0,0.00857630560533535,0.153725174569888,0.0,0.000587213954457423,0.153725174569888,0.0,0.00324446694824565,0.5,0.153725174569888,0.0,0.0197262200153127,0,0.000969470978828519,0.0309363436664374 -2883,0.5,0.153725174569888,0.0,0.00794109628793503,0.153725174569888,0.0,0.0169891355660607,0.153725174569888,0.0,0.0117586061517661,0.153725174569888,0.0,0.0119570230575355,0.153725174569888,0.0,0.00853089880531339,0.153725174569888,0.0,0.00392172616945038,0.153725174569888,0.0,0.00138505325798211,0.153725174569888,0.0,0.00407051680058193,0.5,0.153725174569888,0.0,0.00129333698646704,0.153725174569888,0.0,0.0332908779948771,0.5,0.153725174569888,0.0,0.00268872824251587,0.153725174569888,0.0,0.012049728858834,0.153725174569888,0.0,0.0367657354894322,0.153725174569888,0.0,0.0110790504611043,0.153725174569888,0.0,0.00765629654259898,0.153725174569888,0.0,0.000366893921780539,0.153725174569888,0.0,0.00289340295563106,0.5,0.153725174569888,0.0,0.0206434803221563,0,0.000934338661025744,0.0353778080415252 -2884,0.5,0.153725174569888,0.0,0.00945046165687727,0.153725174569888,0.0,0.0140219663733846,0.153725174569888,0.0,0.0109428112193869,0.153725174569888,0.0,0.0144632436290967,0.153725174569888,0.0,0.0100616158973038,0.153725174569888,0.0,0.00398991452959236,0.153725174569888,0.0,0.00204777643982356,0.153725174569888,0.0,0.00356004718992934,0.5,0.153725174569888,0.0,0.00120657685200779,0.153725174569888,0.0,0.0293837223231663,0.5,0.153725174569888,0.0,0.00227877012140859,0.153725174569888,0.0,0.00966957996723823,0.153725174569888,0.0,0.0316290747134058,0.153725174569888,0.0,0.00651670078559833,0.153725174569888,0.0,0.00586533364592142,0.153725174569888,0.0,0.000282576422451052,0.153725174569888,0.0,0.00263954186735825,0.5,0.153725174569888,0.0,0.0169640847300601,0,0.00156102005148934,0.0405195266404323 -2885,0.5,0.153725174569888,0.0,0.00995674242035531,0.153725174569888,0.0,0.0140503652515442,0.153725174569888,0.0,0.0102014279554176,0.153725174569888,0.0,0.0149928612637384,0.153725174569888,0.0,0.00978732114531655,0.153725174569888,0.0,0.00452873233851648,0.153725174569888,0.0,0.00283281825218139,0.153725174569888,0.0,0.00407655490045737,0.5,0.153725174569888,0.0,0.00143058694362417,0.153725174569888,0.0,0.0282748144669516,0.5,0.153725174569888,0.0,0.000936166095723412,0.153725174569888,0.0,0.00711547371405726,0.153725174569888,0.0,0.0243423590145005,0.153725174569888,0.0,0.00430107901428053,0.153725174569888,0.0,0.00453664693372783,0.153725174569888,0.0,0.000394097057912667,0.153725174569888,0.0,0.00188202249752534,0.5,0.153725174569888,0.0,0.0138476834829927,0,0.00209589807639713,0.0494005199341216 -2886,0.5,0.153725174569888,0.0266095637835954,0.00873241243357749,0.153725174569888,0.00283883550797145,0.0133278104240291,0.153725174569888,0.0140208308367955,0.00702409970695777,0.153725174569888,0.0294053931863133,0.0137413589765354,0.153725174569888,0.00273337844709627,0.00738337317170232,0.153725174569888,0.000677687133464616,0.00697977957783579,0.153725174569888,0.000792241158794552,0.00331103995988602,0.153725174569888,0.00164355437193948,0.00575789312019944,0.5,0.153725174569888,0.00195251714756727,0.00135684251856143,0.153725174569888,0.00548563067450674,0.0314745123631624,0.5,0.153725174569888,0.00311469817936738,0.00129453823978223,0.153725174569888,0.00141101750787695,0.00792048838320685,0.153725174569888,0.0143042294756469,0.0182978200360547,0.153725174569888,0.00422711688622343,0.00405814575703166,0.153725174569888,0.00854210282926634,0.00321003800642409,0.153725174569888,0.00364941851796026,0.000591856155762884,0.153725174569888,0.00996038290136513,0.00153985143355289,0.5,0.153725174569888,0.0160538303288552,0.0106711825806777,0,0.00153249968844947,0.0672682767564861 -2887,0.5,0.153725174569888,0.0992105945023657,0.00858120993074306,0.153725174569888,0.0392439096814847,0.0146686548478855,0.153725174569888,0.0734908277869776,0.00416836424745947,0.153725174569888,0.114320479899748,0.0152342933156416,0.153725174569888,0.0474851277183204,0.00637869142900675,0.153725174569888,0.011180272700077,0.00991314820737434,0.153725174569888,0.0121701706290213,0.00411902037282995,0.153725174569888,0.0308173722684291,0.00472457716194157,0.5,0.153725174569888,0.0375254457587624,0.00109820068678455,0.153725174569888,0.0772563150954556,0.0422072467903593,0.5,0.153725174569888,0.0450234448000024,0.00120775920618332,0.153725174569888,0.023316685773131,0.00923922771787817,0.153725174569888,0.0869326014621311,0.0280425331601639,0.153725174569888,0.0509310041594062,0.00498381133081007,0.153725174569888,0.0675539661087472,0.00255727396363283,0.153725174569888,0.055509067716968,0.00074562865296114,0.153725174569888,0.0814379416860793,0.000993520805690914,0.5,0.153725174569888,0.105690981181026,0.00895292975178599,0,0.000345007979808446,0.0950334515188827 -2888,0.5,0.153725174569888,0.1996873612285,0.0174646074693942,0.153725174569888,0.16590189551356,0.0335244194234046,0.153725174569888,0.12940131022524,0.00391973200215506,0.153725174569888,0.206152161034744,0.0311203830136011,0.153725174569888,0.105061367043875,0.0126142359595154,0.153725174569888,0.0403688255876519,0.0159017886888225,0.153725174569888,0.0296979468118706,0.00772328014413591,0.153725174569888,0.0679121513268817,0.00767914688929174,0.5,0.153725174569888,0.0799758647455112,0.00181014234569624,0.153725174569888,0.178684346660714,0.0940150431347435,0.5,0.153725174569888,0.0780299773650734,0.00116599814083352,0.153725174569888,0.0592647160973183,0.0118424624760237,0.153725174569888,0.191168802287606,0.0759341343873818,0.153725174569888,0.130250482049096,0.0127517239014693,0.153725174569888,0.138640982027994,0.00559718299261457,0.153725174569888,0.128131415455729,0.00145139661771419,0.153725174569888,0.177515658967994,0.000666079856799771,0.5,0.153725174569888,0.234215220793143,0.0463197439549471,0,0.00277096002191987,0.119785104729467 -2889,0.5,0.153725174569888,0.301959449972449,0.0262828581839158,0.153725174569888,0.277699301861023,0.0674653553870854,0.153725174569888,0.179363396593736,0.00110321643639324,0.153725174569888,0.277606856199566,0.0383257613119598,0.153725174569888,0.193058217786931,0.0242824099483848,0.153725174569888,0.0725585320012004,0.0214063941043565,0.153725174569888,0.0342663499099209,0.00652614357172824,0.153725174569888,0.127118449962995,0.0174867568291826,0.5,0.153725174569888,0.122501718998337,0.00566236223514279,0.153725174569888,0.277934230617041,0.0971438437556491,0.5,0.153725174569888,0.0925588474574184,0.00309773124585824,0.153725174569888,0.110439891660185,0.0146213711851718,0.153725174569888,0.309259747641103,0.113987507114429,0.153725174569888,0.212874559936669,0.0255994067363428,0.153725174569888,0.198531650522157,0.0119321038469683,0.153725174569888,0.197508204820559,0.00213531967678164,0.153725174569888,0.276895465607044,0.00232889837443139,0.5,0.153725174569888,0.372324226496517,0.0499746599873418,0,0.00894762930851318,0.16479200089011 -2890,0.5,0.153725174569888,0.390534785385435,0.035501693939909,0.153725174569888,0.298535436748841,0.100824514553402,0.153725174569888,0.28295372057115,0.00131013032064137,0.153725174569888,0.336089299977864,0.0435003845429238,0.153725174569888,0.306120628335816,0.0253356656665595,0.153725174569888,0.108252203089559,0.0181820852981551,0.153725174569888,0.0423048228495877,0.00872813034033312,0.153725174569888,0.129752329613111,0.0188616909428169,0.5,0.153725174569888,0.109888944601449,0.00633564896590149,0.153725174569888,0.382876573956014,0.0861194908089384,0.5,0.153725174569888,0.103318774372682,0.00299995804807114,0.153725174569888,0.127096928226104,0.0178709192770865,0.153725174569888,0.425381299128746,0.136273982159177,0.153725174569888,0.295255140241742,0.0519149303865438,0.153725174569888,0.233474973217159,0.0209453204158135,0.153725174569888,0.251256097296186,0.00261828514913755,0.153725174569888,0.367878786042356,0.00436542617267709,0.5,0.153725174569888,0.495144680347792,0.0332230988734542,0,0.0188645517949044,0.236557534208899 -2891,0.5,0.153725174569888,0.468364950160848,0.048221154527412,0.153725174569888,0.324811246121666,0.114097972145411,0.153725174569888,0.343123381351257,0.00276733626046396,0.153725174569888,0.39151623815638,0.0485783048318309,0.153725174569888,0.392011804383214,0.023141695762693,0.153725174569888,0.124042427953192,0.0115804364996863,0.153725174569888,0.038116259903837,0.00869888409999471,0.153725174569888,0.159306377772479,0.0226577874184175,0.5,0.153725174569888,0.131817209762491,0.0108782635004035,0.153725174569888,0.456259853811544,0.117329464860842,0.5,0.153725174569888,0.141522557164481,0.0022655692461441,0.153725174569888,0.108154730116316,0.0231822883789487,0.153725174569888,0.539701248720033,0.137796892174619,0.153725174569888,0.384707033098233,0.105212221434032,0.153725174569888,0.312565172513468,0.0359839514478364,0.153725174569888,0.267143126580292,0.00543903785262255,0.153725174569888,0.380725361218034,0.0064066123062627,0.5,0.153725174569888,0.593168871343915,0.0119230324146261,0,0.0287114933404113,0.262188547394907 -2892,0.5,0.153725174569888,0.499931937885175,0.0670488001568759,0.153725174569888,0.397206763780516,0.109426567888989,0.153725174569888,0.445067748136016,0.00211121115765864,0.153725174569888,0.443971377126353,0.0551508450069452,0.153725174569888,0.409401174125359,0.029318571706241,0.153725174569888,0.0577709075921693,0.00384445638924376,0.153725174569888,0.0377142846382206,0.0107825237847437,0.153725174569888,0.225474560058858,0.0241797422874887,0.5,0.153725174569888,0.167191522035763,0.0189822985687165,0.153725174569888,0.403837646205468,0.173345695897964,0.5,0.153725174569888,0.192505184661744,0.0104542971692712,0.153725174569888,0.0903229100324517,0.0204896262451131,0.153725174569888,0.612027068480183,0.128397155275742,0.153725174569888,0.424886423466904,0.156754478104998,0.153725174569888,0.335373821962901,0.0531451315575566,0.153725174569888,0.231385509062769,0.0116204075809197,0.153725174569888,0.454540767593908,0.00486403907752018,0.5,0.153725174569888,0.630998999862481,0.00208536639597774,0,0.0387441155387653,0.244396049835827 -2893,0.5,0.153725174569888,0.529505931487654,0.0896394487560795,0.153725174569888,0.4909859976546,0.0968806594587567,0.153725174569888,0.451403976602748,0.00128247308907038,0.153725174569888,0.532481806799376,0.0486650525120569,0.153725174569888,0.395692083511035,0.0423585361258629,0.153725174569888,0.185334597951309,0.00463702106556894,0.153725174569888,0.0558676059967663,0.0134249961823863,0.153725174569888,0.229638906544308,0.0256690935571502,0.5,0.153725174569888,0.189648159219403,0.0229440110001641,0.153725174569888,0.270050559660905,0.205748379574239,0.5,0.153725174569888,0.167249802934475,0.044271707489869,0.153725174569888,0.121162121505011,0.0246391165037933,0.153725174569888,0.655012335640397,0.131655918294919,0.153725174569888,0.480550107940738,0.19003557591335,0.153725174569888,0.362027612175127,0.060292804770457,0.153725174569888,0.270245068403388,0.028635666360099,0.153725174569888,0.418829109956949,0.00793793215510536,0.5,0.153725174569888,0.626112702351775,0.00219797089920087,0,0.0469086912105019,0.22647054851409 -2894,0.5,0.153725174569888,0.556734670493197,0.104030949836797,0.153725174569888,0.506889205992158,0.0903107117676719,0.153725174569888,0.431311710521567,0.00268894997001205,0.153725174569888,0.445363482176836,0.0269641346122121,0.153725174569888,0.326985826397211,0.0440799644484695,0.153725174569888,0.222595964932448,0.0111479917714866,0.153725174569888,0.0643216717179279,0.0189796083092696,0.153725174569888,0.280056800020793,0.020864447049614,0.5,0.153725174569888,0.223197762571228,0.0241891175882769,0.153725174569888,0.259891825961191,0.180636013652798,0.5,0.153725174569888,0.135287493480841,0.0826897406504729,0.153725174569888,0.134475926559622,0.0459082804979535,0.153725174569888,0.652223587042647,0.161751019221316,0.153725174569888,0.495032193230164,0.203958292603919,0.153725174569888,0.350547121019265,0.0537448479094391,0.153725174569888,0.152895821472399,0.0403961809453426,0.153725174569888,0.295314719492333,0.0127195591561366,0.5,0.153725174569888,0.428724495960809,0.00555811372278196,0,0.0488655929158843,0.269570265110593 -2895,0.5,0.153725174569888,0.519597869474591,0.112808870070868,0.153725174569888,0.503143608718581,0.0807113708125074,0.153725174569888,0.318265381964205,0.00363088840503448,0.153725174569888,0.391756380689042,0.0123763743678951,0.153725174569888,0.285345908488182,0.0479032545511417,0.153725174569888,0.192113221854579,0.0287494945547034,0.153725174569888,0.0729994409819358,0.0243616221189974,0.153725174569888,0.224614436102409,0.011577708981812,0.5,0.153725174569888,0.109857763895003,0.0126543052975371,0.153725174569888,0.222719032122248,0.155768271526756,0.5,0.153725174569888,0.11957665394184,0.111260822751151,0.153725174569888,0.166630230314544,0.0897791086269551,0.153725174569888,0.605490739324072,0.207741813491993,0.153725174569888,0.451543845650417,0.21885479998364,0.153725174569888,0.332888829765252,0.0465819387808561,0.153725174569888,0.143943235881506,0.0396403152918815,0.153725174569888,0.243054574930424,0.027887930118133,0.5,0.153725174569888,0.390352454105204,0.0110976486615723,0,0.0541893251043083,0.400945951009422 -2896,0.5,0.153725174569888,0.417773041149012,0.119242528305976,0.153725174569888,0.425917001476807,0.0855162626910644,0.153725174569888,0.185823634338169,0.00363773406520526,0.153725174569888,0.349724682722772,0.00570834367381784,0.153725174569888,0.209846049869607,0.0598039247260928,0.153725174569888,0.139661345621888,0.0491929364103825,0.153725174569888,0.06508004265548,0.0340145395306613,0.153725174569888,0.128740115159011,0.00587594160981895,0.5,0.153725174569888,0.0914286185021378,0.00764227092260771,0.153725174569888,0.174045935975891,0.14201428222097,0.5,0.153725174569888,0.132015036846304,0.0779715789313571,0.153725174569888,0.146459267489657,0.0938880290687937,0.153725174569888,0.494201719720995,0.272979012696212,0.153725174569888,0.36851883656933,0.247259136471127,0.153725174569888,0.253267294793286,0.0460885617514218,0.153725174569888,0.0683910760893599,0.0306016732861909,0.153725174569888,0.130656045142821,0.0302302876965881,0.5,0.153725174569888,0.243092917115825,0.0158484580903996,0,0.0679963747844295,0.554208119311819 -2897,0.5,0.153725174569888,0.286715652940034,0.131590442419795,0.153725174569888,0.314600255140361,0.155099312446474,0.153725174569888,0.132849397525675,0.0038739865235319,0.153725174569888,0.255059944824467,0.00301325985284426,0.153725174569888,0.141757984578596,0.0727938546951102,0.153725174569888,0.116269292357011,0.0595056545601228,0.153725174569888,0.0511988039457084,0.0367403150543317,0.153725174569888,0.0730697532440323,0.00265778992910736,0.5,0.153725174569888,0.0771940258203338,0.00456021867896017,0.153725174569888,0.120211120908328,0.0870905944803365,0.5,0.153725174569888,0.0791114251938686,0.0430428236281843,0.153725174569888,0.0807168917966524,0.0770912102672621,0.153725174569888,0.358722279142128,0.410313384953066,0.153725174569888,0.274783791585432,0.273934813919365,0.153725174569888,0.170003407855668,0.0515821416180052,0.153725174569888,0.0381185638197203,0.0292047417286931,0.153725174569888,0.0627979272170923,0.0283631619646127,0.5,0.153725174569888,0.129884891583201,0.012965391183784,0,0.102476403669095,0.616877494908476 -2898,0.5,0.153725174569888,0.148224666021465,0.158078210272059,0.153725174569888,0.19244092833953,0.402598656751323,0.153725174569888,0.0752840558087282,0.00362689740012777,0.153725174569888,0.129291099404734,0.00274976374005653,0.153725174569888,0.0757971311719829,0.0755837347780208,0.153725174569888,0.0799121647234332,0.0528824902371649,0.153725174569888,0.0336229717251373,0.0299642996363485,0.153725174569888,0.0277467097792571,0.00155133579457945,0.5,0.153725174569888,0.043697272656504,0.00192914814967618,0.153725174569888,0.0532247076990511,0.0569886587636767,0.5,0.153725174569888,0.031528693116622,0.0265582504919677,0.153725174569888,0.054280120085775,0.0613048643621977,0.153725174569888,0.217735859450611,0.62536425482661,0.153725174569888,0.165738647890544,0.286335818755164,0.153725174569888,0.0834850226056035,0.0585511537844604,0.153725174569888,0.022412962293123,0.0269765349056049,0.153725174569888,0.0457970721396614,0.0272277103286835,0.5,0.153725174569888,0.0599120139649202,0.023268650789394,0,0.119406433734491,0.643212158868402 -2899,0.5,0.153725174569888,0.0388085475161976,0.163322666796027,0.153725174569888,0.064199942286265,0.705674158505564,0.153725174569888,0.0245698992960243,0.00226814767400873,0.153725174569888,0.0257845795572176,0.00295865576191124,0.153725174569888,0.0251386768552845,0.0816735824586721,0.153725174569888,0.0321170933846482,0.0276741230621469,0.153725174569888,0.00986916375625243,0.023732030498137,0.153725174569888,0.00634560895957814,0.00362244568141614,0.5,0.153725174569888,0.00870586278991465,0.00127662074862344,0.153725174569888,0.00823816531744524,0.0339159352560921,0.5,0.153725174569888,0.00499793179473617,0.0081761225722069,0.153725174569888,0.0112577351506134,0.0327040535156609,0.153725174569888,0.0823229351637048,0.690622154853405,0.153725174569888,0.0628193787617676,0.284892464707658,0.153725174569888,0.0258577732628444,0.0690273353752652,0.153725174569888,0.00562739131145606,0.0201163541383364,0.153725174569888,0.0183022430125849,0.016836898906417,0.5,0.153725174569888,0.0179265716561146,0.0227478014146414,0,0.133528734196116,0.635825020828924 -2900,0.5,0.153725174569888,0.0,0.171425365278644,0.153725174569888,0.0,0.698740806352183,0.153725174569888,0.0,0.00329610853618961,0.153725174569888,0.0,0.00564105945992802,0.153725174569888,0.0,0.109756973011217,0.153725174569888,0.000101976400665836,0.0218515277679153,0.153725174569888,4.75909743466357e-05,0.0256963645415966,0.153725174569888,6.71675871679874e-05,0.00361641526770962,0.5,0.153725174569888,6.29170126231917e-05,0.000859281679468268,0.153725174569888,0.0,0.028721080584047,0.5,0.153725174569888,0.0,0.00435650245166735,0.153725174569888,0.0,0.0130145879427817,0.153725174569888,0.0,0.618427692881725,0.153725174569888,0.0,0.284142202114066,0.153725174569888,1.64461985248316e-05,0.13913039776862,0.153725174569888,3.3193034283555e-06,0.0181460998511126,0.153725174569888,0.0,0.0122178247724107,0.5,0.153725174569888,0.0,0.0298885579767414,0,0.173553725723699,0.597887877692469 -2901,0.5,0.153725174569888,0.0,0.223186646312215,0.153725174569888,0.0,0.564507487739904,0.153725174569888,0.0,0.00649950681322415,0.153725174569888,0.0,0.00851874182224989,0.153725174569888,0.0,0.117902152620957,0.153725174569888,0.0,0.0337003629939697,0.153725174569888,0.0,0.0457552989000765,0.153725174569888,0.0,0.00544039282464409,0.5,0.153725174569888,0.0,0.00060835726983112,0.153725174569888,0.0,0.0288855098134191,0.5,0.153725174569888,0.0,0.00553634510427443,0.153725174569888,0.0,0.00880943811489465,0.153725174569888,0.0,0.543181601838017,0.153725174569888,0.0,0.376974697991762,0.153725174569888,0.0,0.246487751324078,0.153725174569888,0.0,0.0312323740422146,0.153725174569888,0.0,0.0125959420841641,0.5,0.153725174569888,0.0,0.0382947110977631,0,0.329761487815033,0.568502499842622 -2902,0.5,0.153725174569888,0.0,0.249377077212296,0.153725174569888,0.0,0.502258494713197,0.153725174569888,0.0,0.0156026349949423,0.153725174569888,0.0,0.0129355658628792,0.153725174569888,0.0,0.100818748415668,0.153725174569888,0.0,0.0751683789187353,0.153725174569888,0.0,0.0874156167792056,0.153725174569888,0.0,0.0108370653192944,0.5,0.153725174569888,0.0,0.00047715055062806,0.153725174569888,0.0,0.0239191849894793,0.5,0.153725174569888,0.0,0.00734723468367532,0.153725174569888,0.0,0.00707368697803208,0.153725174569888,0.0,0.471749847545551,0.153725174569888,0.0,0.524829847359437,0.153725174569888,0.0,0.292917659897378,0.153725174569888,0.0,0.0607070760525842,0.153725174569888,0.0,0.0129836625867222,0.5,0.153725174569888,0.0,0.046127612722664,0,0.71801157330308,0.683636553622089 -2903,0.5,0.153725174569888,0.0,0.251368140518435,0.153725174569888,0.0,0.377503489546785,0.153725174569888,0.0,0.0455132145283207,0.153725174569888,0.0,0.0226234444331238,0.153725174569888,0.0,0.095958772998119,0.153725174569888,0.0,0.125842863720699,0.153725174569888,0.0,0.132648753186734,0.153725174569888,0.0,0.0167229869709399,0.5,0.153725174569888,0.0,0.000605481080178298,0.153725174569888,0.0,0.0190022347143295,0.5,0.153725174569888,0.0,0.00835533578305985,0.153725174569888,0.0,0.00450921641139603,0.153725174569888,0.0,0.419541221723957,0.153725174569888,0.0,0.58732236791796,0.153725174569888,0.0,0.341519313172523,0.153725174569888,0.0,0.0814496583580322,0.153725174569888,0.0,0.0144967865994462,0.5,0.153725174569888,0.0,0.0526067841389442,0,0.841849946980966,0.878367680165604 -2904,0.5,0.153725174569888,0.0,0.235378413915111,0.153725174569888,0.0,0.260758363691891,0.153725174569888,0.0,0.113552225673302,0.153725174569888,0.0,0.0385433657253339,0.153725174569888,0.0,0.169403053595874,0.153725174569888,0.0,0.12980686618663,0.153725174569888,0.0,0.155758992775825,0.153725174569888,0.0,0.025716369902573,0.5,0.153725174569888,0.0,0.00229653360437204,0.153725174569888,0.0,0.0119757229338985,0.5,0.153725174569888,0.0,0.00823797252911958,0.153725174569888,0.0,0.00220690294827518,0.153725174569888,0.0,0.40919031702855,0.153725174569888,0.0,0.541794698554847,0.153725174569888,0.0,0.347163101674823,0.153725174569888,0.0,0.105123906784881,0.153725174569888,0.0,0.0134845521142163,0.5,0.153725174569888,0.0,0.0513375619542834,0,0.888529848539406,0.931714998709636 -2905,0.5,0.153725174569888,0.0,0.229358215665613,0.153725174569888,0.0,0.20298705014512,0.153725174569888,0.0,0.240721727156791,0.153725174569888,0.0,0.0606475708663539,0.153725174569888,0.0,0.259434461046188,0.153725174569888,0.0,0.122656427138616,0.153725174569888,0.0,0.200304493187868,0.153725174569888,0.0,0.0404790089669354,0.5,0.153725174569888,0.0,0.00605882539629786,0.153725174569888,0.0,0.00557472558783475,0.5,0.153725174569888,0.0,0.00772863117680164,0.153725174569888,0.0,0.00179210981860564,0.153725174569888,0.0,0.404919977122529,0.153725174569888,0.0,0.475640058599792,0.153725174569888,0.0,0.311745056604366,0.153725174569888,0.0,0.140977196077706,0.153725174569888,0.0,0.0123489518120058,0.5,0.153725174569888,0.0,0.0450795109567998,0,0.958315647713009,0.944416904495344 -2906,0.5,0.153725174569888,0.0,0.232957159075766,0.153725174569888,0.0,0.18647416496975,0.153725174569888,0.0,0.358115263673453,0.153725174569888,0.0,0.0923947722393698,0.153725174569888,0.0,0.293877503440544,0.153725174569888,0.0,0.130503686705535,0.153725174569888,0.0,0.307166371287973,0.153725174569888,0.0,0.0570017856696848,0.5,0.153725174569888,0.0,0.0125060689303148,0.153725174569888,0.0,0.00252154278850795,0.5,0.153725174569888,0.0,0.00728243297783025,0.153725174569888,0.0,0.00164452803666289,0.153725174569888,0.0,0.40372097532342,0.153725174569888,0.0,0.420388523644966,0.153725174569888,0.0,0.258975844622945,0.153725174569888,0.0,0.219076312246272,0.153725174569888,0.0,0.0127678871881427,0.5,0.153725174569888,0.0,0.0382070915088966,0,0.965223045381374,0.933118077140143 -2907,0.5,0.153725174569888,0.0,0.243848345229474,0.153725174569888,0.0,0.190676911058851,0.153725174569888,0.0,0.415938540210485,0.153725174569888,0.0,0.136867690918573,0.153725174569888,0.0,0.28287349448837,0.153725174569888,0.0,0.142877418482001,0.153725174569888,0.0,0.352548390328714,0.153725174569888,0.0,0.0627662223774013,0.5,0.153725174569888,0.0,0.0193649570251757,0.153725174569888,0.0,0.00198317996287791,0.5,0.153725174569888,0.0,0.00708375341155019,0.153725174569888,0.0,0.00161680833359237,0.153725174569888,0.0,0.407029939246195,0.153725174569888,0.0,0.385129035277071,0.153725174569888,0.0,0.218198535604793,0.153725174569888,0.0,0.282556951096063,0.153725174569888,0.0,0.0124558831703272,0.5,0.153725174569888,0.0,0.0310556636849775,0,0.973559565278971,0.913333146057527 -2908,0.5,0.153725174569888,0.0,0.302947616425784,0.153725174569888,0.0,0.198045026263589,0.153725174569888,0.0,0.45962839642492,0.153725174569888,0.0,0.182318544213287,0.153725174569888,0.0,0.253568078867756,0.153725174569888,0.0,0.149769985087176,0.153725174569888,0.0,0.28734835661184,0.153725174569888,0.0,0.0822886069198416,0.5,0.153725174569888,0.0,0.0282070489555654,0.153725174569888,0.0,0.002145270572314,0.5,0.153725174569888,0.0,0.00688061197683543,0.153725174569888,0.0,0.00174895718174797,0.153725174569888,0.0,0.484551368244416,0.153725174569888,0.0,0.371287903344517,0.153725174569888,0.0,0.200049732077241,0.153725174569888,0.0,0.29723830963312,0.153725174569888,0.0,0.0114627727303969,0.5,0.153725174569888,0.0,0.024006722625529,0,0.982304432913921,0.903839129301054 -2909,0.5,0.153725174569888,0.0,0.372080661911921,0.153725174569888,0.0,0.161100405435508,0.153725174569888,0.0,0.435694893926311,0.153725174569888,0.0,0.215934327854683,0.153725174569888,0.0,0.225350714324401,0.153725174569888,0.0,0.161196351109351,0.153725174569888,0.0,0.234232779493956,0.153725174569888,0.0,0.115616808712967,0.5,0.153725174569888,0.0,0.0511045096104852,0.153725174569888,0.0,0.00228631172538001,0.5,0.153725174569888,0.0,0.00841105507677508,0.153725174569888,0.0,0.00246885860803362,0.153725174569888,0.0,0.469674957557694,0.153725174569888,0.0,0.383997616198773,0.153725174569888,0.0,0.196336883010293,0.153725174569888,0.0,0.33753379196443,0.153725174569888,0.0,0.0133149487719016,0.5,0.153725174569888,0.0,0.0199250433693275,0,0.984015006969678,0.910585812581706 -2910,0.5,0.153725174569888,0.0166720807448957,0.476854132778556,0.153725174569888,0.0220634693178782,0.229173912464075,0.153725174569888,0.00123438539607378,0.427032547765118,0.153725174569888,0.00847167451505526,0.24288707622832,0.153725174569888,0.00515941113067955,0.233547048343923,0.153725174569888,0.00334390987790825,0.171163340482692,0.153725174569888,0.00191387131016397,0.216486734210031,0.153725174569888,0.000852535080759117,0.157935757008798,0.5,0.153725174569888,0.0022660514031644,0.085186267292433,0.153725174569888,0.00513947578391567,0.00240944127295579,0.5,0.153725174569888,0.0041952617801842,0.0128130861085238,0.153725174569888,0.00353628665757316,0.00305074356523311,0.153725174569888,0.0156902665530027,0.532319293267167,0.153725174569888,0.0102709039882337,0.417441524728235,0.153725174569888,0.00476058619510271,0.200561598033343,0.153725174569888,0.00076290151223906,0.395555018139633,0.153725174569888,0.00543391432100533,0.0214542825017951,0.5,0.153725174569888,0.00224117081334245,0.0173927631382886,0,0.981002096199484,0.920956634539703 -2911,0.5,0.153725174569888,0.0699328985184576,0.606386355906627,0.153725174569888,0.0979436076100115,0.736085807817243,0.153725174569888,0.00917162967367394,0.453088109595922,0.153725174569888,0.0437503156672001,0.276011344854745,0.153725174569888,0.0801691118675826,0.309303914839215,0.153725174569888,0.0677627567660603,0.239574850143356,0.153725174569888,0.0346525540049264,0.216329142369494,0.153725174569888,0.0161815700446456,0.197727965264028,0.5,0.153725174569888,0.0467600286811282,0.158596458956544,0.153725174569888,0.0693367283985212,0.00429036399035506,0.5,0.153725174569888,0.0729195891969666,0.0554457222096838,0.153725174569888,0.0590783391155352,0.00465610788370926,0.153725174569888,0.0593337760540543,0.745870839064895,0.153725174569888,0.0894763279779877,0.521508184034871,0.153725174569888,0.0453764702130395,0.227673297579464,0.153725174569888,0.00721868842728657,0.435062138978294,0.153725174569888,0.0466294979919898,0.0551990671489588,0.5,0.153725174569888,0.0215674272435345,0.028412736126419,0,0.97795560152117,0.924826487687219 -2912,0.5,0.153725174569888,0.135422444700266,0.705487867854708,0.153725174569888,0.157396760690447,0.861976154113729,0.153725174569888,0.0260683291581201,0.518756499900949,0.153725174569888,0.0851254555332255,0.348309775012318,0.153725174569888,0.19680491683736,0.410398590283003,0.153725174569888,0.180603421256615,0.351094139308783,0.153725174569888,0.107131340009199,0.256070484114282,0.153725174569888,0.0599173411585814,0.240825308276272,0.5,0.153725174569888,0.109473569344344,0.289163037151194,0.153725174569888,0.151171913406431,0.0143397987243825,0.5,0.153725174569888,0.162452636761373,0.117771678295043,0.153725174569888,0.133032508905826,0.036757099807041,0.153725174569888,0.102307501406143,0.820675524463528,0.153725174569888,0.196522735613292,0.696113220814848,0.153725174569888,0.120847617679608,0.309999947168008,0.153725174569888,0.0230802911375056,0.455087253468566,0.153725174569888,0.0906754774858413,0.0721927392752129,0.5,0.153725174569888,0.061835196846691,0.0548872744081066,0,0.977464388529254,0.913714405424832 -2913,0.5,0.153725174569888,0.204277705821452,0.760584027480953,0.153725174569888,0.271586446116118,0.892136180823177,0.153725174569888,0.0452210428425767,0.604744580496324,0.153725174569888,0.127564864716429,0.420622439354734,0.153725174569888,0.329326744722105,0.464028277526916,0.153725174569888,0.310736275383198,0.418979667964686,0.153725174569888,0.209380831769993,0.307042240622954,0.153725174569888,0.141214446074765,0.301937347577417,0.5,0.153725174569888,0.143272190563518,0.39086259759559,0.153725174569888,0.239760037790986,0.0365591040234448,0.5,0.153725174569888,0.234734763880432,0.155281959250579,0.153725174569888,0.196473226948358,0.102567366076336,0.153725174569888,0.151808154142899,0.878445171002602,0.153725174569888,0.309829619501161,0.797778187802718,0.153725174569888,0.219181532435493,0.396029261832348,0.153725174569888,0.0617757834460633,0.511763902049887,0.153725174569888,0.111013251459631,0.0973137917737609,0.5,0.153725174569888,0.0987802227805697,0.0635876265002685,0,0.973562628545523,0.895649361544068 -2914,0.5,0.153725174569888,0.267881862946255,0.814542743462252,0.153725174569888,0.427841473084637,0.945673028596402,0.153725174569888,0.0602090506898684,0.64645504213439,0.153725174569888,0.155189785916283,0.455330244196377,0.153725174569888,0.476010811843784,0.598573420567174,0.153725174569888,0.447493929674392,0.477842721424363,0.153725174569888,0.322903943502877,0.36086269709031,0.153725174569888,0.231193305150014,0.368183094427804,0.5,0.153725174569888,0.126854655690571,0.438167007301111,0.153725174569888,0.260836349679231,0.037176471119837,0.5,0.153725174569888,0.26523714160085,0.159738862300513,0.153725174569888,0.225438393173963,0.112494241938456,0.153725174569888,0.223310801130465,0.903657937089457,0.153725174569888,0.424070228699137,0.851227017909742,0.153725174569888,0.322402469480854,0.477533005852486,0.153725174569888,0.130100265703787,0.559829362207462,0.153725174569888,0.124585084029755,0.135967937117217,0.5,0.153725174569888,0.176377066038702,0.0726211378350831,0,0.956463086675443,0.894810624085324 -2915,0.5,0.153725174569888,0.327097464943342,0.856815949198439,0.153725174569888,0.524193019050207,0.986697987990332,0.153725174569888,0.0700939457261594,0.657137523458831,0.153725174569888,0.146987781083061,0.532545509156865,0.153725174569888,0.597991560603412,0.712312810797362,0.153725174569888,0.565535157234947,0.573442253526477,0.153725174569888,0.465537615629675,0.466289533285679,0.153725174569888,0.275644438399136,0.415396672889442,0.5,0.153725174569888,0.101104132166727,0.487289838567196,0.153725174569888,0.355300829076863,0.0322870025480159,0.5,0.153725174569888,0.183215493473387,0.181897926477683,0.153725174569888,0.328654899059459,0.139655635853879,0.153725174569888,0.332779643937511,0.933818648383849,0.153725174569888,0.512891601351243,0.883156347801827,0.153725174569888,0.437193907810805,0.548308634948645,0.153725174569888,0.226160700636657,0.660367087703064,0.153725174569888,0.132088659170159,0.20763336133342,0.5,0.153725174569888,0.234480004366354,0.0724583422107009,0,0.935716950638735,0.898869600727146 -2916,0.5,0.153725174569888,0.37155523263847,0.884094779458262,0.153725174569888,0.549041829346844,1.01122156907712,0.153725174569888,0.0686123043314098,0.647950471397237,0.153725174569888,0.140218616842091,0.63178875641341,0.153725174569888,0.665124165870253,0.772625204009052,0.153725174569888,0.640300426433643,0.624050922337614,0.153725174569888,0.549327274010327,0.535908699471386,0.153725174569888,0.293649909415212,0.460323461858321,0.5,0.153725174569888,0.116243469637835,0.505424617964891,0.153725174569888,0.349690019394642,0.031234371555261,0.5,0.153725174569888,0.113148398766386,0.311786178143295,0.153725174569888,0.279210799191888,0.15398493977176,0.153725174569888,0.450781220675968,0.934704910496211,0.153725174569888,0.55535132171668,0.909760883439117,0.153725174569888,0.498127171214422,0.598468270451099,0.153725174569888,0.270820027855385,0.70333067437537,0.153725174569888,0.128474593454996,0.299185334438083,0.5,0.153725174569888,0.209154931299832,0.0696024892013579,0,0.920301531027438,0.901326239223193 -2917,0.5,0.153725174569888,0.389788413905273,0.913667109087075,0.153725174569888,0.492413232468104,1.01962344668967,0.153725174569888,0.0660368602206692,0.651183673246984,0.153725174569888,0.116681690795432,0.698859107685022,0.153725174569888,0.698395334260222,0.808961166738201,0.153725174569888,0.678392177534062,0.639950366660699,0.153725174569888,0.597634256711489,0.544604010399599,0.153725174569888,0.31006486088255,0.499920167550237,0.5,0.153725174569888,0.157232451687909,0.542030067299779,0.153725174569888,0.273861702576459,0.0401936821206793,0.5,0.153725174569888,0.0798179869411496,0.456978764442851,0.153725174569888,0.230880667825892,0.194965181078028,0.153725174569888,0.577686046437274,0.930835375576861,0.153725174569888,0.596431521016598,0.921442986498649,0.153725174569888,0.50289535130101,0.633682134405903,0.153725174569888,0.246323114067774,0.686792302149356,0.153725174569888,0.116345279847933,0.375592062858585,0.5,0.153725174569888,0.226175877657724,0.0700285579007128,0,0.903027358482293,0.885860193015765 -2918,0.5,0.153725174569888,0.385064902345311,0.928445353923282,0.153725174569888,0.548477162371645,1.02075956011868,0.153725174569888,0.0625325617333922,0.655037553803013,0.153725174569888,0.0957347315984943,0.715837314049622,0.153725174569888,0.683022403334143,0.816558694497378,0.153725174569888,0.670083947228312,0.657994553567686,0.153725174569888,0.617705076186483,0.540467672311019,0.153725174569888,0.307681307028263,0.520005605310334,0.5,0.153725174569888,0.206783846664797,0.628635303149112,0.153725174569888,0.156340215080921,0.0437171577604374,0.5,0.153725174569888,0.0580232752569256,0.535176034669756,0.153725174569888,0.136989790481824,0.238833701796337,0.153725174569888,0.61638426331741,0.921506336043878,0.153725174569888,0.570184441792158,0.92543501851626,0.153725174569888,0.470959662022837,0.658322450552154,0.153725174569888,0.246075465959312,0.650655509927603,0.153725174569888,0.107728274935304,0.447657944094584,0.5,0.153725174569888,0.179506047287712,0.0785932720089894,0,0.875066025598419,0.833728693946892 -2919,0.5,0.153725174569888,0.347175365771489,0.918943282131862,0.153725174569888,0.562447973391838,1.02000238331659,0.153725174569888,0.0513742426969874,0.634085506050809,0.153725174569888,0.0587370230607046,0.693189627843278,0.153725174569888,0.598287848847258,0.794641379202642,0.153725174569888,0.602111844077083,0.669936168561601,0.153725174569888,0.567357895437357,0.536171384322936,0.153725174569888,0.309678844114162,0.538432914480402,0.5,0.153725174569888,0.194225073511379,0.626610408669604,0.153725174569888,0.136612209207283,0.0311873472027023,0.5,0.153725174569888,0.0513323589993345,0.560276311791019,0.153725174569888,0.164345007349409,0.392008182879262,0.153725174569888,0.617811716672222,0.903992686801233,0.153725174569888,0.537509393089121,0.926563473298712,0.153725174569888,0.369600235617269,0.671353992150852,0.153725174569888,0.21421404093658,0.59483767593635,0.153725174569888,0.0990775503596474,0.506456137402542,0.5,0.153725174569888,0.132773611823677,0.0899494402267976,0,0.815414940482985,0.762784266766907 -2920,0.5,0.153725174569888,0.276951505472542,0.884137256756367,0.153725174569888,0.479161982751666,1.00930998274126,0.153725174569888,0.036686987582588,0.610872045014563,0.153725174569888,0.044349280403228,0.686630920699929,0.153725174569888,0.413252307397039,0.739969670573321,0.153725174569888,0.472870823802844,0.647529717564392,0.153725174569888,0.399334365134615,0.489848593150004,0.153725174569888,0.271584065218837,0.520072681991636,0.5,0.153725174569888,0.138768528648347,0.574858296684888,0.153725174569888,0.0923156926532403,0.0478424269237529,0.5,0.153725174569888,0.0468461235038227,0.594607856938502,0.153725174569888,0.106790558028778,0.445646992961255,0.153725174569888,0.528493294081711,0.876266470342737,0.153725174569888,0.431421517698348,0.915847455051844,0.153725174569888,0.235919438169421,0.65834709091686,0.153725174569888,0.180182151864185,0.524116164739482,0.153725174569888,0.0697942817231079,0.542585629786434,0.5,0.153725174569888,0.0754228512683289,0.0886241798424459,0,0.725203364464224,0.718058443505988 -2921,0.5,0.153725174569888,0.1981876239535,0.82674902402264,0.153725174569888,0.360028375844431,0.988019152291834,0.153725174569888,0.024842673596651,0.603678025387341,0.153725174569888,0.0294070264500797,0.675852370838234,0.153725174569888,0.243037686622714,0.653592102568874,0.153725174569888,0.332515950430475,0.561298157092225,0.153725174569888,0.2114405729354,0.36482494955146,0.153725174569888,0.162674569910514,0.411461024965122,0.5,0.153725174569888,0.0853013270705,0.498872260231901,0.153725174569888,0.0584763672728045,0.0732148525405778,0.5,0.153725174569888,0.0296324559792672,0.555756154658735,0.153725174569888,0.0397891783190056,0.440669645509056,0.153725174569888,0.398544022720077,0.822107942798823,0.153725174569888,0.293151732524984,0.886341162337744,0.153725174569888,0.14424613959823,0.620594578471983,0.153725174569888,0.0874866979584919,0.399178122360591,0.153725174569888,0.0376199120634722,0.511320133246842,0.5,0.153725174569888,0.0397586545467979,0.0951027723939972,0,0.569897935773292,0.772490987092614 -2922,0.5,0.153725174569888,0.111409833993198,0.747914005103849,0.153725174569888,0.227092698174954,0.937479496949223,0.153725174569888,0.0124700478222593,0.586386555267221,0.153725174569888,0.0146019811307367,0.643025072163282,0.153725174569888,0.109501945152856,0.54204552186605,0.153725174569888,0.208575691073598,0.39193332908448,0.153725174569888,0.101136359329931,0.250861760932326,0.153725174569888,0.0849104886438338,0.301834020816405,0.5,0.153725174569888,0.0422448221378827,0.383147494394339,0.153725174569888,0.0297300053320299,0.103823548754573,0.5,0.153725174569888,0.0131039521689393,0.418465357404419,0.153725174569888,0.0104329316792981,0.435080472773648,0.153725174569888,0.24877792088066,0.69128638860171,0.153725174569888,0.172060143948499,0.83937496852786,0.153725174569888,0.0938075338948646,0.583007679721231,0.153725174569888,0.0319251256456873,0.289242305116817,0.153725174569888,0.016361662729238,0.469429556181233,0.5,0.153725174569888,0.0167386391422948,0.123486494664825,0,0.353567917269502,0.86196818542828 -2923,0.5,0.153725174569888,0.0334340818587404,0.624232698291847,0.153725174569888,0.0584501533410454,0.755620275446015,0.153725174569888,0.00309152680613562,0.547723949424068,0.153725174569888,0.00280986335521819,0.623221043767444,0.153725174569888,0.0234676154789892,0.525523403377486,0.153725174569888,0.079963312386809,0.282323977427634,0.153725174569888,0.0294208338850592,0.195540016390564,0.153725174569888,0.0251407409685381,0.193358501125163,0.5,0.153725174569888,0.0116539284881718,0.26093921351027,0.153725174569888,0.00268584626494564,0.147744610808861,0.5,0.153725174569888,0.00311407239476429,0.328336307837059,0.153725174569888,0.00141509672634705,0.408377690045383,0.153725174569888,0.0778272785479957,0.361955512547022,0.153725174569888,0.0636812124758568,0.734432850244768,0.153725174569888,0.038971820949495,0.510957669889175,0.153725174569888,0.00951021933426427,0.23962781891576,0.153725174569888,0.00345412763724114,0.43821034093507,0.5,0.153725174569888,0.00395232179912295,0.176198651023071,0,0.180955584098648,0.91024919628098 -2924,0.5,0.153725174569888,0.0,0.476543113812802,0.153725174569888,0.0,0.424048822826911,0.153725174569888,0.0,0.511316162346449,0.153725174569888,0.0,0.623041784300034,0.153725174569888,0.0,0.527910170998047,0.153725174569888,0.0,0.324972085736937,0.153725174569888,0.000109631565196868,0.183355862517971,0.153725174569888,0.0,0.126075578414047,0.5,0.153725174569888,2.6954217490345e-05,0.181220729679205,0.153725174569888,0.0,0.188410893392878,0.5,0.153725174569888,7.24720476018486e-07,0.277262613291263,0.153725174569888,2.54541257433052e-07,0.381596784483596,0.153725174569888,0.0,0.160433457060095,0.153725174569888,0.0,0.528045481617981,0.153725174569888,0.0,0.390205562701548,0.153725174569888,7.03120400954338e-06,0.210534830166137,0.153725174569888,0.0,0.418987433291182,0.5,0.153725174569888,0.0,0.224389769212249,0,0.0810278458547849,0.913115123231184 -2925,0.5,0.153725174569888,0.0,0.379087577325165,0.153725174569888,0.0,0.255173915330705,0.153725174569888,0.0,0.497023081104352,0.153725174569888,0.0,0.611605832359607,0.153725174569888,0.0,0.523562945112833,0.153725174569888,0.0,0.390332477610052,0.153725174569888,0.0,0.228161677281585,0.153725174569888,0.0,0.121341132407313,0.5,0.153725174569888,0.0,0.147441427256975,0.153725174569888,0.0,0.229263878785942,0.5,0.153725174569888,0.0,0.298922573863145,0.153725174569888,0.0,0.374983287991978,0.153725174569888,0.0,0.102116603518183,0.153725174569888,0.0,0.399516386074741,0.153725174569888,0.0,0.340313036949406,0.153725174569888,0.0,0.18986676846841,0.153725174569888,0.0,0.438347936210577,0.5,0.153725174569888,0.0,0.245272335399873,0,0.0492627364885768,0.881456024867412 -2926,0.5,0.153725174569888,0.0,0.290947820553353,0.153725174569888,0.0,0.175380770368759,0.153725174569888,0.0,0.46526291066773,0.153725174569888,0.0,0.571912557996186,0.153725174569888,0.0,0.473442966686476,0.153725174569888,0.0,0.447254300463003,0.153725174569888,0.0,0.344250736241721,0.153725174569888,0.0,0.157177171103497,0.5,0.153725174569888,0.0,0.103819865741548,0.153725174569888,0.0,0.250927311276,0.5,0.153725174569888,0.0,0.340648016865059,0.153725174569888,0.0,0.358294803378642,0.153725174569888,0.0,0.0841334160379902,0.153725174569888,0.0,0.302487473227169,0.153725174569888,0.0,0.302421835123012,0.153725174569888,0.0,0.189897778293896,0.153725174569888,0.0,0.455480937302359,0.5,0.153725174569888,0.0,0.272662222016008,0,0.041156386979812,0.80501849349585 -2927,0.5,0.153725174569888,0.0,0.234752234662537,0.153725174569888,0.0,0.159628995949224,0.153725174569888,0.0,0.416489912985277,0.153725174569888,0.0,0.52330773966414,0.153725174569888,0.0,0.361265579608486,0.153725174569888,0.0,0.472447957885868,0.153725174569888,0.0,0.423752417919037,0.153725174569888,0.0,0.199260199362052,0.5,0.153725174569888,0.0,0.107853631362696,0.153725174569888,0.0,0.252165546940604,0.5,0.153725174569888,0.0,0.327881070352775,0.153725174569888,0.0,0.342803844311204,0.153725174569888,0.0,0.0732678927698464,0.153725174569888,0.0,0.227920758250181,0.153725174569888,0.0,0.245723006831889,0.153725174569888,0.0,0.236514528605329,0.153725174569888,0.0,0.458329724082102,0.5,0.153725174569888,0.0,0.313641297405532,0,0.0299714449464979,0.703594093975321 -2928,0.5,0.153725174569888,0.0,0.206766292436181,0.153725174569888,0.0,0.152027232669659,0.153725174569888,0.0,0.385259424628326,0.153725174569888,0.0,0.466962580725154,0.153725174569888,0.0,0.279970616505771,0.153725174569888,0.0,0.438291601886522,0.153725174569888,0.0,0.354713609035396,0.153725174569888,0.0,0.244563879963736,0.5,0.153725174569888,0.0,0.147913545312672,0.153725174569888,0.0,0.237532915794371,0.5,0.153725174569888,0.0,0.335856190582284,0.153725174569888,0.0,0.319415031566684,0.153725174569888,0.0,0.0588073797923035,0.153725174569888,0.0,0.175238105194336,0.153725174569888,0.0,0.202816579387645,0.153725174569888,0.0,0.292812232028962,0.153725174569888,0.0,0.461528699563197,0.5,0.153725174569888,0.0,0.341152468819146,0,0.0180106668714652,0.569591463608196 -2929,0.5,0.153725174569888,0.0,0.190997493622211,0.153725174569888,0.0,0.126979548685824,0.153725174569888,0.0,0.348858715896082,0.153725174569888,0.0,0.390632348845895,0.153725174569888,0.0,0.225753204927594,0.153725174569888,0.0,0.359380454940992,0.153725174569888,0.0,0.227319946635177,0.153725174569888,0.0,0.3013026428567,0.5,0.153725174569888,0.0,0.221878470807781,0.153725174569888,0.0,0.235686828212952,0.5,0.153725174569888,0.0,0.328286365052698,0.153725174569888,0.0,0.300948095633834,0.153725174569888,0.0,0.0439185681546724,0.153725174569888,0.0,0.130647242124694,0.153725174569888,0.0,0.186364681738665,0.153725174569888,0.0,0.284609160719411,0.153725174569888,0.0,0.456069360102352,0.5,0.153725174569888,0.0,0.356851732046252,0,0.00816486574455224,0.414822177652988 -2930,0.5,0.153725174569888,0.0,0.179620447056117,0.153725174569888,0.0,0.0943682201507019,0.153725174569888,0.0,0.311206765222014,0.153725174569888,0.0,0.322024702392742,0.153725174569888,0.0,0.197073678150397,0.153725174569888,0.0,0.265927083625741,0.153725174569888,0.0,0.144231076296528,0.153725174569888,0.0,0.25440502192501,0.5,0.153725174569888,0.0,0.274436405987967,0.153725174569888,0.0,0.216966615098991,0.5,0.153725174569888,0.0,0.322073673732561,0.153725174569888,0.0,0.289120498355533,0.153725174569888,0.0,0.0353499030850896,0.153725174569888,0.0,0.0956958784934181,0.153725174569888,0.0,0.168406774737609,0.153725174569888,0.0,0.242866203051096,0.153725174569888,0.0,0.446960088620022,0.5,0.153725174569888,0.0,0.328403597112388,0,0.00278703208705425,0.321499753918759 -2931,0.5,0.153725174569888,0.0,0.173182247277739,0.153725174569888,0.0,0.0624274266631744,0.153725174569888,0.0,0.287506735730146,0.153725174569888,0.0,0.282754661018764,0.153725174569888,0.0,0.174878244348598,0.153725174569888,0.0,0.21966887841589,0.153725174569888,0.0,0.115386645415644,0.153725174569888,0.0,0.176561515204789,0.5,0.153725174569888,0.0,0.311673130715146,0.153725174569888,0.0,0.199297356658165,0.5,0.153725174569888,0.0,0.341075718107054,0.153725174569888,0.0,0.28188346168705,0.153725174569888,0.0,0.0311924947037678,0.153725174569888,0.0,0.069637572797443,0.153725174569888,0.0,0.14143178203492,0.153725174569888,0.0,0.208946750315715,0.153725174569888,0.0,0.446302397661476,0.5,0.153725174569888,0.0,0.297946954107776,0,0.000543410114184182,0.271636109276071 -2932,0.5,0.153725174569888,0.0,0.161529082053302,0.153725174569888,0.0,0.0437914465995061,0.153725174569888,0.0,0.274687853781401,0.153725174569888,0.0,0.280872205323911,0.153725174569888,0.0,0.145022154427951,0.153725174569888,0.0,0.196563182685174,0.153725174569888,0.0,0.107029977422525,0.153725174569888,0.0,0.140828568811344,0.5,0.153725174569888,0.0,0.293406317279693,0.153725174569888,0.0,0.182094961066767,0.5,0.153725174569888,0.0,0.356864438691282,0.153725174569888,0.0,0.286886704679119,0.153725174569888,0.0,0.0265834870012826,0.153725174569888,0.0,0.0546626281163081,0.153725174569888,0.0,0.114723621362171,0.153725174569888,0.0,0.209166109008997,0.153725174569888,0.0,0.447337135575186,0.5,0.153725174569888,0.0,0.275532288243335,0,0.000255690798313414,0.257421768003342 -2933,0.5,0.153725174569888,0.0,0.146780516612601,0.153725174569888,0.0,0.0275416987912928,0.153725174569888,0.0,0.251943060379143,0.153725174569888,0.0,0.276922008774316,0.153725174569888,0.0,0.120674891271351,0.153725174569888,0.0,0.166376097633592,0.153725174569888,0.0,0.0881739055919765,0.153725174569888,0.0,0.13855769128337,0.5,0.153725174569888,0.0,0.244145728919717,0.153725174569888,0.0,0.175544819648238,0.5,0.153725174569888,0.0,0.355942901088695,0.153725174569888,0.0,0.29336316691244,0.153725174569888,0.0,0.0206503459034371,0.153725174569888,0.0,0.0395905942345766,0.153725174569888,0.0,0.0901500849048978,0.153725174569888,0.0,0.20360850952736,0.153725174569888,0.0,0.445421394077967,0.5,0.153725174569888,0.0,0.263962921355509,0,0.000100693586559462,0.262073533852609 -2934,0.5,0.153725174569888,0.0404763909499255,0.127644208472951,0.153725174569888,0.0283046177096624,0.0228859459495256,0.153725174569888,0.0187536638203909,0.2446821780736,0.153725174569888,0.0151214971354338,0.29116792415485,0.153725174569888,0.0114559647599477,0.0769387643024469,0.153725174569888,0.00588777180915647,0.131088005112424,0.153725174569888,0.0101536183477154,0.0748444401354243,0.153725174569888,0.00508010622373901,0.111055698437191,0.5,0.153725174569888,0.00291131231450804,0.221479285530794,0.153725174569888,0.000261969269709071,0.166274294283614,0.5,0.153725174569888,0.00071029048101956,0.37129528274758,0.153725174569888,0.000631217470270522,0.305418865887773,0.153725174569888,0.0283590708787094,0.0156702633421481,0.153725174569888,0.0169018109802331,0.0247155910911532,0.153725174569888,0.0226374098157686,0.0605515442731487,0.153725174569888,0.0127540873876788,0.203841560728449,0.153725174569888,0.00197376060841681,0.459934665916872,0.5,0.153725174569888,0.000840470249368565,0.25804829455552,0,2.85960198901742e-05,0.282919042583008 -2935,0.5,0.153725174569888,0.136803168392479,0.152380279654615,0.153725174569888,0.117581436089427,0.0203588070599943,0.153725174569888,0.097603820505394,0.307552804430497,0.153725174569888,0.0747813398177361,0.323145425318455,0.153725174569888,0.0999802699886678,0.052905775305232,0.153725174569888,0.0905256691632614,0.124768427719749,0.153725174569888,0.100428735353448,0.0921159945891564,0.153725174569888,0.0876692746452256,0.140143844297373,0.5,0.153725174569888,0.073495498520564,0.321462148722369,0.153725174569888,0.00286250639204041,0.161397745668524,0.5,0.153725174569888,0.00901686072135465,0.403826120015194,0.153725174569888,0.00902529881715645,0.332362166062449,0.153725174569888,0.116364915030945,0.0113646221012186,0.153725174569888,0.103882314478127,0.0146088744239232,0.153725174569888,0.114024689781699,0.0598088507559084,0.153725174569888,0.102723800907817,0.274981003935278,0.153725174569888,0.0263651518965571,0.500506562927738,0.5,0.153725174569888,0.00574796509458407,0.266377019186413,0,0.0,0.252287201472142 -2936,0.5,0.153725174569888,0.27659810392445,0.253089309639441,0.153725174569888,0.252982794513446,0.0389364011636442,0.153725174569888,0.22397782124873,0.40230483892929,0.153725174569888,0.177451356708461,0.367412624516699,0.153725174569888,0.232029830316961,0.065912363898919,0.153725174569888,0.22173252149436,0.171677159848296,0.153725174569888,0.235952777844122,0.171477162412083,0.153725174569888,0.218539035360091,0.199916775347944,0.5,0.153725174569888,0.201072365845172,0.456654446449354,0.153725174569888,0.0129340634081405,0.172425786718965,0.5,0.153725174569888,0.0306221434950793,0.428070332749833,0.153725174569888,0.030934228332058,0.35644729192394,0.153725174569888,0.251568211431681,0.0190274510496949,0.153725174569888,0.235752612331461,0.0197631157671295,0.153725174569888,0.251316243941629,0.102555744067341,0.153725174569888,0.239670983749237,0.415618769353659,0.153725174569888,0.078295997751405,0.549717715437969,0.5,0.153725174569888,0.0182100119169993,0.289088676042777,0,0.000125457928657476,0.219756207531845 -2937,0.5,0.153725174569888,0.423138931500246,0.32323074305007,0.153725174569888,0.395592746235062,0.0704948435471742,0.153725174569888,0.3711292264644,0.46912020556503,0.153725174569888,0.311386342432026,0.403782047371854,0.153725174569888,0.37783252466225,0.08823393174343,0.153725174569888,0.370620697697728,0.214419215643946,0.153725174569888,0.386270853811191,0.259015453787235,0.153725174569888,0.369303532746047,0.264006549818155,0.5,0.153725174569888,0.347404745569263,0.556767015757302,0.153725174569888,0.0323274732639341,0.190727355034584,0.5,0.153725174569888,0.0779615447427873,0.486231817471785,0.153725174569888,0.0606769784861637,0.365987460136021,0.153725174569888,0.393963124972349,0.0277646911376473,0.153725174569888,0.379406611785894,0.0284729133454852,0.153725174569888,0.398352027588549,0.153880674550591,0.153725174569888,0.392356940860519,0.503661792755837,0.153725174569888,0.155370917521937,0.584945257440673,0.5,0.153725174569888,0.0427482672593316,0.307560101945918,0,0.00021834844678705,0.204127074477333 -2938,0.5,0.153725174569888,0.571466256764748,0.332664389766437,0.153725174569888,0.543299455302683,0.100785587327362,0.153725174569888,0.523121836975316,0.533323370650423,0.153725174569888,0.448083972788656,0.425640187474046,0.153725174569888,0.530028746032596,0.0926203873320662,0.153725174569888,0.526685833995075,0.241882323837823,0.153725174569888,0.541953609698282,0.290259874101968,0.153725174569888,0.528161478868523,0.344785253612292,0.5,0.153725174569888,0.49390503178623,0.636093703312912,0.153725174569888,0.0668254080913063,0.189880201049049,0.5,0.153725174569888,0.13989136434347,0.549676508143444,0.153725174569888,0.0986849460487555,0.364654202717919,0.153725174569888,0.541357672473576,0.0394819455589698,0.153725174569888,0.528498082445886,0.0460511720416354,0.153725174569888,0.549728096516304,0.186416212756868,0.153725174569888,0.550461123228444,0.556453518309742,0.153725174569888,0.265946089075907,0.626945629539191,0.5,0.153725174569888,0.0885030823575092,0.304731273888181,0,0.000240262950461858,0.208786569633728 -2939,0.5,0.153725174569888,0.681577735264386,0.335027056104626,0.153725174569888,0.662287889948464,0.134561964479829,0.153725174569888,0.649254765085572,0.605665162935057,0.153725174569888,0.556032704504907,0.487192734855489,0.153725174569888,0.656370142901825,0.107093550804326,0.153725174569888,0.65670850283897,0.269910448978785,0.153725174569888,0.667567540450345,0.345457808254065,0.153725174569888,0.659967344850152,0.443904759263671,0.5,0.153725174569888,0.604913892065636,0.648221379766876,0.153725174569888,0.133206048559166,0.181880910910607,0.5,0.153725174569888,0.180586409786069,0.566854451648374,0.153725174569888,0.137159566317008,0.385768257416812,0.153725174569888,0.659794125455601,0.0736371146728276,0.153725174569888,0.645031686092763,0.0836980881524549,0.153725174569888,0.669892512477081,0.202862458375966,0.153725174569888,0.67660327497078,0.620398215907531,0.153725174569888,0.388149930817001,0.667229404037131,0.5,0.153725174569888,0.15801549505061,0.300963303277945,0,0.00059667185909547,0.208496407617673 -2940,0.5,0.153725174569888,0.736951305713671,0.330988255612936,0.153725174569888,0.728168121412867,0.149140945296412,0.153725174569888,0.715278236774911,0.662929936627955,0.153725174569888,0.614495407727749,0.528745774022808,0.153725174569888,0.721321112678595,0.116907666467554,0.153725174569888,0.731527964092947,0.312675988072667,0.153725174569888,0.73988930466821,0.386362573092765,0.153725174569888,0.739761844226666,0.538199011710094,0.5,0.153725174569888,0.684924045810178,0.649195587536076,0.153725174569888,0.200936442884355,0.170617579455828,0.5,0.153725174569888,0.246369592493952,0.557726335603826,0.153725174569888,0.17501436016059,0.40847559719273,0.153725174569888,0.728599240260813,0.139901302457475,0.153725174569888,0.710439118272258,0.140677723256361,0.153725174569888,0.731470125394752,0.210020446956043,0.153725174569888,0.747968280236011,0.659977982208528,0.153725174569888,0.495945038317423,0.707816998398583,0.5,0.153725174569888,0.21160230704711,0.28272662895816,0,0.00165187624120366,0.178099513005497 -2941,0.5,0.153725174569888,0.751132546670054,0.318852281536098,0.153725174569888,0.752683749395034,0.167952513464579,0.153725174569888,0.743542572199568,0.679281159476123,0.153725174569888,0.634048737184948,0.517687995920689,0.153725174569888,0.764828470292213,0.114572700220826,0.153725174569888,0.757263022410271,0.329316065100825,0.153725174569888,0.766598173822669,0.374825603720936,0.153725174569888,0.777111930077911,0.593378950250666,0.5,0.153725174569888,0.727362888050472,0.683861121692704,0.153725174569888,0.22657973541288,0.159512316107545,0.5,0.153725174569888,0.380524247881768,0.603760321003898,0.153725174569888,0.196608493803375,0.398532562949371,0.153725174569888,0.757532319490606,0.237418170146278,0.153725174569888,0.751353024467724,0.210231145998549,0.153725174569888,0.752322363664351,0.203355029703729,0.153725174569888,0.776232075662157,0.662652895563507,0.153725174569888,0.504123814135409,0.72088380755967,0.5,0.153725174569888,0.248803665571027,0.276618625072197,0,0.00383600207874753,0.170112290264826 -2942,0.5,0.153725174569888,0.725605136690311,0.306943569108028,0.153725174569888,0.730457862192886,0.197258842597078,0.153725174569888,0.723013451497714,0.635051016507411,0.153725174569888,0.566045089232075,0.457111922770508,0.153725174569888,0.744767359354073,0.115226308126522,0.153725174569888,0.751112395412462,0.286852820812451,0.153725174569888,0.745700903752727,0.338079886115424,0.153725174569888,0.75732723405695,0.598407081190155,0.5,0.153725174569888,0.701682170380115,0.709799255980291,0.153725174569888,0.188454804919594,0.159166408172073,0.5,0.153725174569888,0.453100355236938,0.641610825104569,0.153725174569888,0.210265612360586,0.391724626262122,0.153725174569888,0.736355000060374,0.36949285981667,0.153725174569888,0.73519934432722,0.288233794259957,0.153725174569888,0.732244607486173,0.204409646596278,0.153725174569888,0.751635813428449,0.634171055403636,0.153725174569888,0.465406244096456,0.724871899183791,0.5,0.153725174569888,0.237530688952658,0.291879384556156,0,0.00668268131883358,0.177377573516432 -2943,0.5,0.153725174569888,0.642062035362183,0.277360965963097,0.153725174569888,0.657636572092977,0.237260081760473,0.153725174569888,0.657095462590712,0.562120639719722,0.153725174569888,0.478766456000693,0.388985551850856,0.153725174569888,0.678121938674063,0.139641885817039,0.153725174569888,0.691001144282934,0.236983177386957,0.153725174569888,0.677843889404533,0.305427275627171,0.153725174569888,0.693306102018095,0.574345569319405,0.5,0.153725174569888,0.655744629045629,0.731158300663103,0.153725174569888,0.162532497371358,0.161245299116074,0.5,0.153725174569888,0.376722986889035,0.650114444665601,0.153725174569888,0.193529229318691,0.403198640141501,0.153725174569888,0.662195500787558,0.504209273330148,0.153725174569888,0.667148134517434,0.399187849205791,0.153725174569888,0.662065273850538,0.219396250351527,0.153725174569888,0.674682897666736,0.582974751635098,0.153725174569888,0.433261269375211,0.720520148290741,0.5,0.153725174569888,0.196982064026684,0.325351906476289,0,0.0107775970772378,0.199527464890587 -2944,0.5,0.153725174569888,0.508959684610153,0.242220601758891,0.153725174569888,0.531586003631002,0.311537506800239,0.153725174569888,0.530262464803493,0.482038381375452,0.153725174569888,0.412088670368365,0.357411551877632,0.153725174569888,0.552422423754717,0.214110176652223,0.153725174569888,0.5733970812837,0.192545304936973,0.153725174569888,0.561418207261658,0.272245856057507,0.153725174569888,0.574894163529233,0.507787779251596,0.5,0.153725174569888,0.539564874044412,0.727740111717877,0.153725174569888,0.132555252525625,0.169759159631797,0.5,0.153725174569888,0.249108984285665,0.638634539918498,0.153725174569888,0.14436977505641,0.396864282502768,0.153725174569888,0.541267458738352,0.590941889150022,0.153725174569888,0.547756265911798,0.492246755940228,0.153725174569888,0.537504465917019,0.229327268301906,0.153725174569888,0.550483101654477,0.519156354770607,0.153725174569888,0.347597654831314,0.692452248867112,0.5,0.153725174569888,0.123041039434105,0.368597283419768,0,0.0198867105591096,0.215160910753739 -2945,0.5,0.153725174569888,0.363599571559969,0.193325727681288,0.153725174569888,0.388027716760132,0.493471012952163,0.153725174569888,0.378031174931765,0.367318467036418,0.153725174569888,0.314566030166704,0.27958365608546,0.153725174569888,0.398262531236308,0.301945696383974,0.153725174569888,0.421866220218367,0.14986323477616,0.153725174569888,0.409509333899417,0.22137546771611,0.153725174569888,0.420440515914096,0.422424960983478,0.5,0.153725174569888,0.399774278006595,0.674908163629244,0.153725174569888,0.0880580557273837,0.172858256961189,0.5,0.153725174569888,0.20288694993463,0.603484675205534,0.153725174569888,0.0962618775004825,0.3334188275995,0.153725174569888,0.400387192293577,0.608731734420759,0.153725174569888,0.402414237567288,0.518165254993012,0.153725174569888,0.389130538982971,0.229752769093214,0.153725174569888,0.39747342408519,0.411013231307651,0.153725174569888,0.248716580229938,0.612836849081019,0.5,0.153725174569888,0.0774804251001132,0.385158332098862,0,0.0291730718536461,0.286541557120288 -2946,0.5,0.153725174569888,0.208409949961539,0.110191782787862,0.153725174569888,0.237090959685659,0.612529605082244,0.153725174569888,0.221877588870153,0.131688189192842,0.153725174569888,0.191798203846254,0.103273778946361,0.153725174569888,0.245007870169108,0.354375344925158,0.153725174569888,0.265208474261315,0.0665276023275925,0.153725174569888,0.257456340072111,0.0943646275431668,0.153725174569888,0.266469854771774,0.254882316329584,0.5,0.153725174569888,0.250298161118632,0.48682710199118,0.153725174569888,0.0486458447535874,0.184400678579688,0.5,0.153725174569888,0.137812376946971,0.457519234679916,0.153725174569888,0.0577226950006014,0.265792381578065,0.153725174569888,0.248866398853206,0.575932437169247,0.153725174569888,0.256062499580813,0.471315990642611,0.153725174569888,0.238210811098844,0.208120684419855,0.153725174569888,0.241621632678406,0.175356065205128,0.153725174569888,0.150244865761823,0.430396242863502,0.5,0.153725174569888,0.043718253941951,0.373884459530432,0,0.037442150540726,0.325649714033718 -2947,0.5,0.153725174569888,0.0443684111226886,0.0331853704224649,0.153725174569888,0.0589997275273447,0.459905752641648,0.153725174569888,0.0453570333916644,0.0447189107944877,0.153725174569888,0.0353256197991479,0.0577246008713086,0.153725174569888,0.077397945819379,0.301547719319407,0.153725174569888,0.0810258034951914,0.0423306552212746,0.153725174569888,0.0686190493840576,0.0267064669430077,0.153725174569888,0.0669694585667565,0.0780997256777547,0.5,0.153725174569888,0.0637453251445064,0.202346334850491,0.153725174569888,0.0131234822557111,0.202619260796631,0.5,0.153725174569888,0.0453978662610058,0.194569694228197,0.153725174569888,0.02050743137791,0.205542488310313,0.153725174569888,0.0798814347692712,0.472908352724159,0.153725174569888,0.0773857686033182,0.372508360853159,0.153725174569888,0.0570958118038971,0.139459827076532,0.153725174569888,0.0548123387814856,0.0705666644376911,0.153725174569888,0.035415098332175,0.209956356560909,0.5,0.153725174569888,0.0105380551370904,0.332004285729154,0,0.043932195177598,0.321917296712734 -2948,0.5,0.153725174569888,0.0,0.0235608283943007,0.153725174569888,0.0,0.2307143694687,0.153725174569888,0.0,0.0197584886914231,0.153725174569888,0.0,0.0456024728330828,0.153725174569888,0.0,0.207873302112264,0.153725174569888,0.0,0.0901711647546262,0.153725174569888,0.0,0.0212573250237498,0.153725174569888,0.0,0.0424741013959931,0.5,0.153725174569888,0.0,0.118409340039536,0.153725174569888,0.0,0.236264861504738,0.5,0.153725174569888,0.0,0.122105209648283,0.153725174569888,3.24736509078547e-06,0.157971701694717,0.153725174569888,0.0,0.291942188946761,0.153725174569888,0.0,0.204339853006079,0.153725174569888,0.0,0.117891766162947,0.153725174569888,0.0,0.0476762805090944,0.153725174569888,0.0,0.10875237390696,0.5,0.153725174569888,0.0,0.26125274720623,0,0.0665914293329988,0.268627404702708 -2949,0.5,0.153725174569888,0.0,0.0228970795690358,0.153725174569888,0.0,0.140387502121592,0.153725174569888,0.0,0.010101049876556,0.153725174569888,0.0,0.0315542184595884,0.153725174569888,0.0,0.123568568532955,0.153725174569888,0.0,0.105266354721153,0.153725174569888,0.0,0.0373178330890834,0.153725174569888,0.0,0.0224764208767326,0.5,0.153725174569888,0.0,0.0834881144781629,0.153725174569888,0.0,0.292892946153292,0.5,0.153725174569888,0.0,0.0685419592962317,0.153725174569888,0.0,0.136435860459486,0.153725174569888,0.0,0.224001710994273,0.153725174569888,0.0,0.119679728333225,0.153725174569888,0.0,0.107387154786756,0.153725174569888,0.0,0.028974930882235,0.153725174569888,0.0,0.0546925470883175,0.5,0.153725174569888,0.0,0.213105203296034,0,0.145187437833388,0.217904963095646 -2950,0.5,0.153725174569888,0.0,0.0327487308911566,0.153725174569888,0.0,0.0796562382271727,0.153725174569888,0.0,0.00909082230228452,0.153725174569888,0.0,0.019145556286763,0.153725174569888,0.0,0.0673095305900549,0.153725174569888,0.0,0.0803156311360504,0.153725174569888,0.0,0.0402995380639086,0.153725174569888,0.0,0.0118047461327346,0.5,0.153725174569888,0.0,0.063721945913421,0.153725174569888,0.0,0.317121496261813,0.5,0.153725174569888,0.0,0.0386844851985214,0.153725174569888,0.0,0.123984507144943,0.153725174569888,0.0,0.200024066310024,0.153725174569888,0.0,0.0811824402494361,0.153725174569888,0.0,0.0850942759380868,0.153725174569888,0.0,0.0194829789160527,0.153725174569888,0.0,0.0285748275551728,0.5,0.153725174569888,0.0,0.178340077774351,0,0.342831749324666,0.18709742210161 -2951,0.5,0.153725174569888,0.0,0.0485056407902872,0.153725174569888,0.0,0.0565929258005664,0.153725174569888,0.0,0.0132615411290969,0.153725174569888,0.0,0.0096201519277806,0.153725174569888,0.0,0.0439848701814362,0.153725174569888,0.0,0.0510107334710177,0.153725174569888,0.0,0.0240845220358109,0.153725174569888,0.0,0.0103588937777844,0.5,0.153725174569888,0.0,0.0472218304823805,0.153725174569888,0.0,0.296601404425389,0.5,0.153725174569888,0.0,0.023913968192315,0.153725174569888,0.0,0.1041343937632,0.153725174569888,0.0,0.191361081103413,0.153725174569888,0.0,0.0618211671138318,0.153725174569888,0.0,0.0603964577407236,0.153725174569888,0.0,0.0163620110785174,0.153725174569888,0.0,0.0157323733940002,0.5,0.153725174569888,0.0,0.140472350117487,0,0.55758478766013,0.181136322073903 -2952,0.5,0.153725174569888,0.0,0.066504618140932,0.153725174569888,0.0,0.0520590910715343,0.153725174569888,0.0,0.023876093210477,0.153725174569888,0.0,0.00461274942481395,0.153725174569888,0.0,0.0276017326855313,0.153725174569888,0.0,0.0379205229246313,0.153725174569888,0.0,0.0133331417568748,0.153725174569888,0.0,0.0124339095350558,0.5,0.153725174569888,0.0,0.038606489454,0.153725174569888,0.0,0.26652512721681,0.5,0.153725174569888,0.0,0.0116792617905204,0.153725174569888,0.0,0.081194868989416,0.153725174569888,0.0,0.192064244376972,0.153725174569888,0.0,0.0538880589045745,0.153725174569888,0.0,0.0461396595558501,0.153725174569888,0.0,0.0147125065149913,0.153725174569888,0.0,0.0107223790028292,0.5,0.153725174569888,0.0,0.0958742095129031,0,0.662663824792719,0.178360428115711 -2953,0.5,0.153725174569888,0.0,0.0835785237347443,0.153725174569888,0.0,0.0589407462748216,0.153725174569888,0.0,0.0391466207741376,0.153725174569888,0.0,0.0059384567265576,0.153725174569888,0.0,0.0154758186784767,0.153725174569888,0.0,0.0270067349831044,0.153725174569888,0.0,0.00980123840711829,0.153725174569888,0.0,0.0108485042984337,0.5,0.153725174569888,0.0,0.0332351415353968,0.153725174569888,0.0,0.26137482431934,0.5,0.153725174569888,0.0,0.00868328089096829,0.153725174569888,0.0,0.0652435423708772,0.153725174569888,0.0,0.199761903384196,0.153725174569888,0.0,0.0517756047754858,0.153725174569888,0.0,0.0400975751693427,0.153725174569888,0.0,0.0150301394787806,0.153725174569888,0.0,0.00890179453906687,0.5,0.153725174569888,0.0,0.0526529360729506,0,0.743448775928697,0.158587809214862 -2954,0.5,0.153725174569888,0.0,0.0963873323530572,0.153725174569888,0.0,0.0656224157831152,0.153725174569888,0.0,0.0484170971951021,0.153725174569888,0.0,0.0144280807195825,0.153725174569888,0.0,0.00977704182111764,0.153725174569888,0.0,0.0135695464609726,0.153725174569888,0.0,0.00600682174184462,0.153725174569888,0.0,0.0103066426845234,0.5,0.153725174569888,0.0,0.0316889912201057,0.153725174569888,0.0,0.247322908993339,0.5,0.153725174569888,0.0,0.00663414374490167,0.153725174569888,0.0,0.0532986755550435,0.153725174569888,0.0,0.209604148139056,0.153725174569888,0.0,0.0509467949012463,0.153725174569888,0.0,0.0379089222291184,0.153725174569888,0.0,0.0172238687616347,0.153725174569888,0.0,0.00874570982784572,0.5,0.153725174569888,0.0,0.0341030585950786,0,0.776037579532814,0.120323756474514 -2955,0.5,0.153725174569888,0.0,0.105774843559819,0.153725174569888,0.0,0.0677191012461828,0.153725174569888,0.0,0.048689249199685,0.153725174569888,0.0,0.0262720516926963,0.153725174569888,0.0,0.0102209726710608,0.153725174569888,0.0,0.00479873428483077,0.153725174569888,0.0,0.00204564138807353,0.153725174569888,0.0,0.00827366779734911,0.5,0.153725174569888,0.0,0.0298500782628092,0.153725174569888,0.0,0.220426043145232,0.5,0.153725174569888,0.0,0.00647729736137542,0.153725174569888,0.0,0.0420056540636976,0.153725174569888,0.0,0.219940435511241,0.153725174569888,0.0,0.0484559061565171,0.153725174569888,0.0,0.0376288033444543,0.153725174569888,0.0,0.016549408357703,0.153725174569888,0.0,0.00897648380272793,0.5,0.153725174569888,0.0,0.0212185366111283,0,0.819076789647173,0.0896031617889476 -2956,0.5,0.153725174569888,0.0,0.11481122889872,0.153725174569888,0.0,0.0715091675048699,0.153725174569888,0.0,0.0463267032357328,0.153725174569888,0.0,0.0390775036653485,0.153725174569888,0.0,0.011810488660245,0.153725174569888,0.0,0.00287573392231083,0.153725174569888,0.0,0.00114960216472684,0.153725174569888,0.0,0.00605295492478654,0.5,0.153725174569888,0.0,0.0291763437428745,0.153725174569888,0.0,0.175439147891639,0.5,0.153725174569888,0.0,0.0056614725196308,0.153725174569888,0.0,0.0365599939326243,0.153725174569888,0.0,0.240555826792436,0.153725174569888,0.0,0.0515204206842999,0.153725174569888,0.0,0.0377541557974244,0.153725174569888,0.0,0.0139448487588922,0.153725174569888,0.0,0.00914182323360965,0.5,0.153725174569888,0.0,0.0133163502350157,0,0.841640342733458,0.0689574819866436 -2957,0.5,0.153725174569888,0.0,0.125337164396498,0.153725174569888,0.0,0.0868655513136572,0.153725174569888,0.0,0.0377453500508164,0.153725174569888,0.0,0.0420040573713389,0.153725174569888,0.0,0.0127841629832709,0.153725174569888,0.0,0.00333578565686139,0.153725174569888,0.0,0.00200015950534119,0.153725174569888,0.0,0.00359938972345044,0.5,0.153725174569888,0.0,0.026915350388614,0.153725174569888,0.0,0.127418006010526,0.5,0.153725174569888,0.0,0.0025271534401167,0.153725174569888,0.0,0.0338396604963381,0.153725174569888,0.0,0.253020478582804,0.153725174569888,0.0,0.0499994671371472,0.153725174569888,0.0,0.0412070741912877,0.153725174569888,0.0,0.0106862166032586,0.153725174569888,0.0,0.00778573909224496,0.5,0.153725174569888,0.0,0.0138371212159382,0,0.811338830851642,0.0545112358510429 -2958,0.5,0.153725174569888,0.0425052842621009,0.128256513442911,0.153725174569888,0.0296350551344769,0.0820273181182764,0.153725174569888,0.0294652577597078,0.0290661362767247,0.153725174569888,0.0413668506793138,0.0403992105854306,0.153725174569888,0.0134320677380655,0.0102323984553676,0.153725174569888,0.00646493252600361,0.00264282517628833,0.153725174569888,0.0119563545828654,0.00363198408312588,0.153725174569888,0.00605517948958318,0.00204233893748947,0.5,0.153725174569888,0.0058891899304579,0.0210665877005983,0.153725174569888,0.0145488216786873,0.0922455218561859,0.5,0.153725174569888,0.00955010051499026,0.00193920434767116,0.153725174569888,0.00873401657629272,0.0294966365258766,0.153725174569888,0.0292227653888111,0.231603612636841,0.153725174569888,0.017947112775014,0.0469588856914875,0.153725174569888,0.0241898305664487,0.0425069255093868,0.153725174569888,0.0163007527050786,0.00572519564351791,0.153725174569888,0.0225866385915577,0.00633755619521907,0.5,0.153725174569888,0.0266342470753436,0.0132284206507037,0,0.751236744668188,0.0498882240550924 -2959,0.5,0.153725174569888,0.137909910973022,0.22030833383348,0.153725174569888,0.117133974232729,0.0855324806059642,0.153725174569888,0.123363643381004,0.0378930738023528,0.153725174569888,0.140666724819602,0.0723072623929936,0.153725174569888,0.0999377720091395,0.009938205989958,0.153725174569888,0.0903166095858061,0.00153583488706674,0.153725174569888,0.100267488687868,0.00350680680977396,0.153725174569888,0.089708682612756,0.00151179674597464,0.5,0.153725174569888,0.09106257976089,0.0122129672583543,0.153725174569888,0.110475110530554,0.11196946810359,0.5,0.153725174569888,0.100867249592323,0.00108150743909909,0.153725174569888,0.100985404731624,0.031014529520755,0.153725174569888,0.114112467409688,0.199519973081465,0.153725174569888,0.102276940323009,0.0510346377119769,0.153725174569888,0.113344133360879,0.0597288565575903,0.153725174569888,0.106404003709091,0.00421895516327997,0.153725174569888,0.117615826587782,0.00375613694463507,0.5,0.153725174569888,0.125671770828268,0.0135716243351033,0,0.618739073447229,0.0502646531196635 -2960,0.5,0.153725174569888,0.275099075890562,0.40097635140936,0.153725174569888,0.246495848349751,0.182611229154084,0.153725174569888,0.262049741143708,0.0952367265856777,0.153725174569888,0.281386549128797,0.181502567863206,0.153725174569888,0.230236357709603,0.0285192815054803,0.153725174569888,0.218464069401984,0.00322556430399108,0.153725174569888,0.232469046833857,0.00918224440589541,0.153725174569888,0.217746304097986,0.00372452944149764,0.5,0.153725174569888,0.221184180132533,0.0124849257242763,0.153725174569888,0.25049463610394,0.216417851056118,0.5,0.153725174569888,0.234804555988838,0.00165826310080341,0.153725174569888,0.236953712578415,0.0729671420845447,0.153725174569888,0.241339364553726,0.36506710101482,0.153725174569888,0.228753191545806,0.11823901034551,0.153725174569888,0.24814122260269,0.113464989561481,0.153725174569888,0.240857602981597,0.00987995992712429,0.153725174569888,0.255612716327182,0.00788999430198215,0.5,0.153725174569888,0.267349477373762,0.037543603446519,0,0.420888278715309,0.0460276207533325 -2961,0.5,0.153725174569888,0.416268070896542,0.526141477633612,0.153725174569888,0.363960908160683,0.502958890340209,0.153725174569888,0.411870724083249,0.140304684328406,0.153725174569888,0.431380447995519,0.261642837153255,0.153725174569888,0.374412935041867,0.0481200943221967,0.153725174569888,0.364433339048891,0.00799355571948854,0.153725174569888,0.379642753314675,0.0244030993820788,0.153725174569888,0.363771989413735,0.0122655785358734,0.5,0.153725174569888,0.369140559427626,0.023440213436018,0.153725174569888,0.403629359188392,0.313809232099015,0.5,0.153725174569888,0.385847393979864,0.00491854812227745,0.153725174569888,0.391312996183604,0.165864629536045,0.153725174569888,0.368778486440842,0.488287289214695,0.153725174569888,0.366528084889848,0.173112850504499,0.153725174569888,0.393188123477859,0.204367189063695,0.153725174569888,0.389461079388793,0.0312477502274898,0.153725174569888,0.407483785714804,0.0267856233290024,0.5,0.153725174569888,0.42237894853348,0.0607454536704939,0,0.269428094852437,0.0321694946809672 -2962,0.5,0.153725174569888,0.554703726875025,0.576357389263121,0.153725174569888,0.48767162018892,0.477603297044711,0.153725174569888,0.56282339874275,0.152623229221919,0.153725174569888,0.577371585133914,0.375885168263312,0.153725174569888,0.525462938095897,0.0622930699891217,0.153725174569888,0.518639195554454,0.0212514978611688,0.153725174569888,0.533397596454056,0.05952768664554,0.153725174569888,0.517554462350959,0.042007175237918,0.5,0.153725174569888,0.523097142576523,0.0410074443529059,0.153725174569888,0.547370850893927,0.360476322788444,0.5,0.153725174569888,0.539910261597333,0.012628236122511,0.153725174569888,0.54402763382891,0.267523016552647,0.153725174569888,0.501381350888101,0.455794971404566,0.153725174569888,0.503838210905257,0.18180427023125,0.153725174569888,0.537651760075434,0.239019761958621,0.153725174569888,0.543080303251275,0.0682915731295068,0.153725174569888,0.55876246617813,0.0546596628366008,0.5,0.153725174569888,0.566736521929336,0.0943812166381722,0,0.178471810873815,0.0247992415709087 -2963,0.5,0.153725174569888,0.657135417910512,0.559616798852144,0.153725174569888,0.560408961929946,0.460649139158901,0.153725174569888,0.677171535352547,0.181441522823805,0.153725174569888,0.681267062379261,0.454192743525791,0.153725174569888,0.651073399242065,0.0750280509686178,0.153725174569888,0.647662200658824,0.0312954930049049,0.153725174569888,0.658737354611023,0.0898588573511369,0.153725174569888,0.64424193751949,0.0774720767515932,0.5,0.153725174569888,0.646857574543581,0.0722313848292551,0.153725174569888,0.666120826439262,0.3533867031727,0.5,0.153725174569888,0.660125937689159,0.0343523875161967,0.153725174569888,0.664678298635696,0.314090807666988,0.153725174569888,0.601558572372472,0.416354475655707,0.153725174569888,0.615500433232794,0.18814340266444,0.153725174569888,0.653374374714992,0.250739853145777,0.153725174569888,0.664685911501169,0.102808673672765,0.153725174569888,0.673593134016299,0.0919542277097984,0.5,0.153725174569888,0.675601558199975,0.0883853571362254,0,0.103392874490378,0.0234925999273653 -2964,0.5,0.153725174569888,0.706386086460354,0.509122079371259,0.153725174569888,0.586069540257737,0.422482309131093,0.153725174569888,0.738353373605101,0.215017832433789,0.153725174569888,0.733538757288072,0.499273050221834,0.153725174569888,0.723281601280538,0.0875946666483987,0.153725174569888,0.72525509941762,0.0369040017268519,0.153725174569888,0.731651601144886,0.106778343814783,0.153725174569888,0.721199559482408,0.105217749469202,0.5,0.153725174569888,0.720574441868765,0.096044714396428,0.153725174569888,0.729727131037812,0.329650290014401,0.5,0.153725174569888,0.729536231607796,0.0754955823785509,0.153725174569888,0.736971007884818,0.303163723475698,0.153725174569888,0.659609982105,0.393279471341748,0.153725174569888,0.689477754449817,0.193116433906573,0.153725174569888,0.716052168176662,0.250150722338025,0.153725174569888,0.733902852154918,0.131509747644928,0.153725174569888,0.736966000786105,0.135299227821313,0.5,0.153725174569888,0.733746127641087,0.0717280675178009,0,0.048075080544864,0.0252095170143499 -2965,0.5,0.153725174569888,0.716627952549459,0.433868057917818,0.153725174569888,0.60785900549477,0.410509776440075,0.153725174569888,0.757252439698509,0.236824251320656,0.153725174569888,0.738620182000265,0.515681916505673,0.153725174569888,0.752896111371881,0.0905055779289982,0.153725174569888,0.760686003546542,0.0383465902672245,0.153725174569888,0.762878746684517,0.118607537556606,0.153725174569888,0.757796547794088,0.114990072509318,0.5,0.153725174569888,0.754202918784158,0.104785234830099,0.153725174569888,0.764314630847622,0.272618221951057,0.5,0.153725174569888,0.75774564918098,0.0967742711382503,0.153725174569888,0.768680983574901,0.290989388119825,0.153725174569888,0.649302386035727,0.392068291628902,0.153725174569888,0.714173633679206,0.191714838835368,0.153725174569888,0.735160233330801,0.238739933204799,0.153725174569888,0.761333924064173,0.149057562881828,0.153725174569888,0.758058818612312,0.169539008726334,0.5,0.153725174569888,0.759717525537962,0.0545811484711516,0,0.0250078172626975,0.0268838540330283 -2966,0.5,0.153725174569888,0.684754070357483,0.365252590718382,0.153725174569888,0.611688048234284,0.381853512294798,0.153725174569888,0.72751989805788,0.243586100421216,0.153725174569888,0.699691247099914,0.482111553171592,0.153725174569888,0.72456567279665,0.0788020759640305,0.153725174569888,0.740851905757754,0.0311652245111134,0.153725174569888,0.740900130068415,0.112557155778441,0.153725174569888,0.740031901165169,0.109141333299599,0.5,0.153725174569888,0.734107529556977,0.102227896122198,0.153725174569888,0.742607314597194,0.237851309118667,0.5,0.153725174569888,0.734557341432472,0.10193741322565,0.153725174569888,0.747624773746471,0.279930312239548,0.153725174569888,0.608301320853008,0.36868371292193,0.153725174569888,0.684429325492215,0.17407159525864,0.153725174569888,0.71675796240321,0.229066620975351,0.153725174569888,0.738686875886846,0.1575598317755,0.153725174569888,0.73190861631334,0.198678586865592,0.5,0.153725174569888,0.730947446454226,0.0614608491709712,0,0.0164797981217784,0.0334858158566136 -2967,0.5,0.153725174569888,0.595212720718641,0.303118371665136,0.153725174569888,0.497131714437864,0.31291541833905,0.153725174569888,0.648388960488055,0.226547502466371,0.153725174569888,0.611366528551605,0.413500993620075,0.153725174569888,0.646949682502274,0.0650700738583094,0.153725174569888,0.675991275581455,0.0266232191973691,0.153725174569888,0.673459735746857,0.0971357905520819,0.153725174569888,0.679327275511526,0.0986576520611271,0.5,0.153725174569888,0.671605795954418,0.0988324827120487,0.153725174569888,0.670383208933789,0.206704568346834,0.5,0.153725174569888,0.665307154748022,0.115819444036158,0.153725174569888,0.677418293276452,0.263402589318384,0.153725174569888,0.526449963754389,0.35226505471451,0.153725174569888,0.602597474417749,0.154400096474232,0.153725174569888,0.639761250340679,0.20245763774833,0.153725174569888,0.668558139732094,0.146570537118415,0.153725174569888,0.655967188378049,0.211930170253974,0.5,0.153725174569888,0.64925168229537,0.0750638225871777,0,0.0138646023878408,0.0383388262152861 -2968,0.5,0.153725174569888,0.460058336747175,0.238024390313871,0.153725174569888,0.416516083566711,0.274938314451014,0.153725174569888,0.517865878065512,0.197202374956107,0.153725174569888,0.470110656910725,0.326318591188572,0.153725174569888,0.519988847769981,0.0587086511048248,0.153725174569888,0.556392895164627,0.0224126817500183,0.153725174569888,0.551191786840358,0.076645685523419,0.153725174569888,0.562689261249053,0.0844769166515165,0.5,0.153725174569888,0.555404935813798,0.0924178029496407,0.153725174569888,0.540824710926273,0.173032725074221,0.5,0.153725174569888,0.542987310097497,0.120267729363677,0.153725174569888,0.553326959267445,0.227955610823426,0.153725174569888,0.382847078934591,0.342943376780829,0.153725174569888,0.483503449864522,0.147195459123808,0.153725174569888,0.514639185998733,0.16092471764401,0.153725174569888,0.544369878620722,0.124135440317607,0.153725174569888,0.527829764600335,0.200610635989929,0.5,0.153725174569888,0.516109355665064,0.0813519055244868,0,0.0120847552358031,0.0438880781560257 -2969,0.5,0.153725174569888,0.320824340007974,0.172892224865699,0.153725174569888,0.305623881977002,0.260467899567283,0.153725174569888,0.362857547351282,0.151982289923657,0.153725174569888,0.324861855900585,0.216833760186771,0.153725174569888,0.377778407134932,0.0545887002745915,0.153725174569888,0.408578786564207,0.0211364323538058,0.153725174569888,0.39920500610457,0.0644607971763198,0.153725174569888,0.41150356307089,0.0680469004466691,0.5,0.153725174569888,0.403565993294226,0.0811599234138382,0.153725174569888,0.378298775332741,0.130315744429679,0.5,0.153725174569888,0.38767339015816,0.105940752725105,0.153725174569888,0.393407472209337,0.163244079365957,0.153725174569888,0.274277440035732,0.297240415755381,0.153725174569888,0.355986526552301,0.124012375659565,0.153725174569888,0.367227539767263,0.13399988216682,0.153725174569888,0.391579176748579,0.0991436985845837,0.153725174569888,0.372189165971383,0.16296164020557,0.5,0.153725174569888,0.355732594339544,0.0740716557402011,0,0.00945617201874245,0.0519807389578382 -2970,0.5,0.153725174569888,0.177341459162432,0.0991681280710688,0.153725174569888,0.186782546737567,0.208953005917261,0.153725174569888,0.211536194677897,0.0752401067523365,0.153725174569888,0.180255668149061,0.0655381813722863,0.153725174569888,0.240833897175943,0.0370163545597956,0.153725174569888,0.262157042566891,0.0161702527211607,0.153725174569888,0.249044205893532,0.0438117756564102,0.153725174569888,0.260929293772311,0.0444728187003269,0.5,0.153725174569888,0.252350718684939,0.0580122231520554,0.153725174569888,0.221815562261983,0.0478845006130496,0.5,0.153725174569888,0.235573772768084,0.0647415658978748,0.153725174569888,0.237082134420992,0.050413989130922,0.153725174569888,0.174844199591472,0.239598151478236,0.153725174569888,0.225379048173038,0.0805310276263586,0.153725174569888,0.220926204563195,0.0943491707714522,0.153725174569888,0.240270501057987,0.0581468594867594,0.153725174569888,0.219544675968289,0.0847357448979884,0.5,0.153725174569888,0.201024312397007,0.0349137957613038,0,0.00431634491090355,0.0624349144691553 -2971,0.5,0.153725174569888,0.050050291347578,0.027528277928063,0.153725174569888,0.0686043144088978,0.136758228609284,0.153725174569888,0.046943960536097,0.0196161612295894,0.153725174569888,0.0354481130146547,0.0245775901011419,0.153725174569888,0.0816476606677625,0.00785885838924565,0.153725174569888,0.0844669839223662,0.00329838203960106,0.153725174569888,0.0728441086430982,0.00869512951741778,0.153725174569888,0.0699245203642331,0.0142434674052359,0.5,0.153725174569888,0.0641585304473501,0.0225111664297233,0.153725174569888,0.0442320910939876,0.0223941934438919,0.5,0.153725174569888,0.0526274215479395,0.0268676931791241,0.153725174569888,0.0528500674991081,0.0231016071898735,0.153725174569888,0.0774961845824328,0.155885081647486,0.153725174569888,0.0841036174114083,0.0424188151772295,0.153725174569888,0.062402427641352,0.0296539610104941,0.153725174569888,0.0565281078322524,0.0223158621918377,0.153725174569888,0.0431048188703855,0.0340300098647972,0.5,0.153725174569888,0.0343018036584152,0.0178005205531273,0,0.0006974321454638,0.0833440065963075 -2972,0.5,0.153725174569888,0.0,0.0166382939295605,0.153725174569888,0.0,0.0651147692320779,0.153725174569888,0.0,0.00943407222347886,0.153725174569888,0.0,0.0155240222190644,0.153725174569888,0.0,0.00567800720589622,0.153725174569888,0.0,0.00213269918836038,0.153725174569888,0.0,0.00404993603320126,0.153725174569888,0.0,0.0106137112887628,0.5,0.153725174569888,0.0,0.0246600647694787,0.153725174569888,0.0,0.0178553280708492,0.5,0.153725174569888,0.0,0.0252036864503003,0.153725174569888,0.0,0.0198581024636295,0.153725174569888,0.0,0.0607646033869768,0.153725174569888,0.0,0.0162619174341834,0.153725174569888,0.0,0.0200839139238643,0.153725174569888,0.0,0.0178604525022509,0.153725174569888,0.0,0.0289784851487031,0.5,0.153725174569888,0.0,0.0173159296029789,0,0.000119765151239865,0.110654586249684 -2973,0.5,0.153725174569888,0.0,0.00959618666792756,0.153725174569888,0.0,0.0417863627216297,0.153725174569888,0.0,0.00672194602438251,0.153725174569888,0.0,0.00940420930165861,0.153725174569888,0.0,0.00410091093182494,0.153725174569888,0.0,0.000696981248722233,0.153725174569888,0.0,0.001199494541036,0.153725174569888,0.0,0.00570790450235835,0.5,0.153725174569888,0.0,0.023029587412919,0.153725174569888,0.0,0.016114715155365,0.5,0.153725174569888,0.0,0.0223563433114656,0.153725174569888,0.0,0.0162478685493331,0.153725174569888,0.0,0.0316777538041981,0.153725174569888,0.0,0.00858895720240599,0.153725174569888,0.0,0.0186110545389583,0.153725174569888,0.0,0.0122662491753291,0.153725174569888,0.0,0.0225218213491556,0.5,0.153725174569888,0.0,0.016629493804503,0,0.00154360112863859,0.131673845183635 -2974,0.5,0.153725174569888,0.0,0.00566961336551051,0.153725174569888,0.0,0.01675960596178,0.153725174569888,0.0,0.0106686579423681,0.153725174569888,0.0,0.00655361222764497,0.153725174569888,0.0,0.00150808856905368,0.153725174569888,0.0,0.000417156974237594,0.153725174569888,0.0,0.000929011802880268,0.153725174569888,0.0,0.00310836708028933,0.5,0.153725174569888,0.0,0.0200310539364219,0.153725174569888,0.0,0.0151237345774459,0.5,0.153725174569888,0.0,0.0141557930455125,0.153725174569888,0.0,0.0142148266028495,0.153725174569888,0.0,0.0204240032394796,0.153725174569888,0.0,0.00311295684805725,0.153725174569888,0.0,0.0127777688573464,0.153725174569888,0.0,0.00802076697054254,0.153725174569888,0.0,0.0152514976444,0.5,0.153725174569888,0.0,0.0150729972058146,0,0.00430560543914236,0.138359246920128 -2975,0.5,0.153725174569888,0.0,0.00428445967233414,0.153725174569888,0.0,0.00877383707524724,0.153725174569888,0.0,0.01291174342864,0.153725174569888,0.0,0.00535588698148699,0.153725174569888,0.0,0.000289002167706214,0.153725174569888,0.0,0.000604692088979171,0.153725174569888,0.0,0.00100572937063819,0.153725174569888,0.0,0.00219106024971166,0.5,0.153725174569888,0.0,0.0157514993307852,0.153725174569888,0.0,0.0126968068315144,0.5,0.153725174569888,0.0,0.00905431239823012,0.153725174569888,0.0,0.0132472485218744,0.153725174569888,0.0,0.0181663477216221,0.153725174569888,0.0,0.00231771137598414,0.153725174569888,0.0,0.00662604553308649,0.153725174569888,0.0,0.0052412329980355,0.153725174569888,0.0,0.00953367290103345,0.5,0.153725174569888,0.0,0.012291194364758,0,0.00425541670091403,0.165202934121897 -2976,0.5,0.153725174569888,0.0,0.00506227732395164,0.153725174569888,0.0,0.0046289178768787,0.153725174569888,0.0,0.0130418350228666,0.153725174569888,0.0,0.00396172904360108,0.153725174569888,0.0,0.000338767446699377,0.153725174569888,0.0,0.00131822920166167,0.153725174569888,0.0,0.00124620421983756,0.153725174569888,0.0,0.00228007689126574,0.5,0.153725174569888,0.0,0.0124871032054896,0.153725174569888,0.0,0.0130865049738371,0.5,0.153725174569888,0.0,0.00602096489059536,0.153725174569888,0.0,0.0126451471086334,0.153725174569888,0.0,0.0180805359686209,0.153725174569888,0.0,0.00413614523965229,0.153725174569888,0.0,0.00357895479059929,0.153725174569888,0.0,0.00341134964779596,0.153725174569888,0.0,0.00580360171855679,0.5,0.153725174569888,0.0,0.00917250688559456,0,0.0026885197227356,0.223183933318691 -2977,0.5,0.153725174569888,0.0,0.0063056062760281,0.153725174569888,0.0,0.00250929598015857,0.153725174569888,0.0,0.0123507644402622,0.153725174569888,0.0,0.00255811911144797,0.153725174569888,0.0,0.00110798089457116,0.153725174569888,0.0,0.00166879895928763,0.153725174569888,0.0,0.00212024198360071,0.153725174569888,0.0,0.00236541827175586,0.5,0.153725174569888,0.0,0.00883872941705485,0.153725174569888,0.0,0.010191149926279,0.5,0.153725174569888,0.0,0.00358264416695818,0.153725174569888,0.0,0.0122204463916866,0.153725174569888,0.0,0.0140213670948199,0.153725174569888,0.0,0.00712807097753125,0.153725174569888,0.0,0.00192209540206707,0.153725174569888,0.0,0.00247766373285619,0.153725174569888,0.0,0.00373433497902519,0.5,0.153725174569888,0.0,0.00596298792425979,0,0.000588109585152764,0.275957718846373 -2978,0.5,0.153725174569888,0.0,0.00673235423415608,0.153725174569888,0.0,0.00172132836594268,0.153725174569888,0.0,0.0103717184522964,0.153725174569888,0.0,0.00264953716131709,0.153725174569888,0.0,0.00314997240976546,0.153725174569888,0.0,0.00362882061473025,0.153725174569888,0.0,0.00274238325900888,0.153725174569888,0.0,0.00307132643841713,0.5,0.153725174569888,0.0,0.00610763741435351,0.153725174569888,0.0,0.00467988870511012,0.5,0.153725174569888,0.0,0.00196808743871708,0.153725174569888,0.0,0.0120445776766281,0.153725174569888,0.0,0.00840426238577265,0.153725174569888,0.0,0.00985899460334332,0.153725174569888,0.0,0.0011423904581726,0.153725174569888,0.0,0.00180549654077598,0.153725174569888,0.0,0.00256831712194679,0.5,0.153725174569888,0.0,0.00451686973452511,0,0.0,0.312081560125588 -2979,0.5,0.153725174569888,0.0,0.00623361724770397,0.153725174569888,0.0,0.00136382077985771,0.153725174569888,0.0,0.00772798485142341,0.153725174569888,0.0,0.00389485166269492,0.153725174569888,0.0,0.0054892402356584,0.153725174569888,0.0,0.0052769529361934,0.153725174569888,0.0,0.0038143569879674,0.153725174569888,0.0,0.00540653412488622,0.5,0.153725174569888,0.0,0.0047985984744545,0.153725174569888,0.0,0.00407846579787554,0.5,0.153725174569888,0.0,0.00165520863341044,0.153725174569888,0.0,0.0105773206922194,0.153725174569888,0.0,0.00597498211345641,0.153725174569888,0.0,0.0141246271958441,0.153725174569888,0.0,0.00111530728192727,0.153725174569888,0.0,0.00128657326602335,0.153725174569888,0.0,0.00172367514575459,0.5,0.153725174569888,0.0,0.00296032639971196,0,0.0,0.330981534356199 -2980,0.5,0.153725174569888,0.0,0.0058342092293235,0.153725174569888,0.0,0.00194341051696959,0.153725174569888,0.0,0.00519568141146953,0.153725174569888,0.0,0.00524666348866871,0.153725174569888,0.0,0.00826985921630056,0.153725174569888,0.0,0.00629568092617217,0.153725174569888,0.0,0.00389331487318313,0.153725174569888,0.0,0.00855905608983881,0.5,0.153725174569888,0.0,0.00459241985031763,0.153725174569888,0.0,0.00541439421423672,0.5,0.153725174569888,0.0,0.00155207541613287,0.153725174569888,0.0,0.010122630149075,0.153725174569888,0.0,0.00857387364582823,0.153725174569888,0.0,0.0235362978728702,0.153725174569888,0.0,0.00230556781630269,0.153725174569888,0.0,0.00134067467103403,0.153725174569888,0.0,0.00129552858302652,0.5,0.153725174569888,0.0,0.00211296013123624,0,0.0,0.340769150349267 -2981,0.5,0.153725174569888,0.0,0.00556616919695339,0.153725174569888,0.0,0.00265736451869526,0.153725174569888,0.0,0.00461210562625558,0.153725174569888,0.0,0.00709943472002758,0.153725174569888,0.0,0.0126460672546115,0.153725174569888,0.0,0.00639997436360104,0.153725174569888,0.0,0.005096222421306,0.153725174569888,0.0,0.00947577419605699,0.5,0.153725174569888,0.0,0.0042368298726484,0.153725174569888,0.0,0.00600543618516508,0.5,0.153725174569888,0.0,0.0013366069826526,0.153725174569888,0.0,0.00925251221722896,0.153725174569888,0.0,0.0146719950801975,0.153725174569888,0.0,0.030247727747671,0.153725174569888,0.0,0.00384765228298324,0.153725174569888,0.0,0.00143370147453562,0.153725174569888,0.0,0.00110452068687657,0.5,0.153725174569888,0.0,0.0017952652308759,0,0.0,0.32262624556179 -2982,0.5,0.153725174569888,0.0293501736611876,0.00464618200596043,0.153725174569888,0.00783233166100196,0.0039335757857626,0.153725174569888,0.0287027795631566,0.00459728218451623,0.153725174569888,0.0390426084635757,0.00714575248349306,0.153725174569888,0.00712859335825805,0.0177713118083307,0.153725174569888,0.00620289370230695,0.00765913015811836,0.153725174569888,0.0128075336806871,0.00404462887949987,0.153725174569888,0.00674884054442717,0.00916473454892169,0.5,0.153725174569888,0.00646926188199646,0.00310577121111332,0.153725174569888,0.0170066674777919,0.00528817603943682,0.5,0.153725174569888,0.0107653898774813,0.00109549287012703,0.153725174569888,0.00992088284365769,0.00762904727500093,0.153725174569888,0.00667890619795454,0.0285611450626657,0.153725174569888,0.00436961522424974,0.0376172527468872,0.153725174569888,0.0171187757731208,0.00385793521976596,0.153725174569888,0.0176754472910385,0.00261451743621186,0.153725174569888,0.0233456507600382,0.00112003804519759,0.5,0.153725174569888,0.0280769741712073,0.00119284745247678,0,0.0,0.299934542212754 -2983,0.5,0.153725174569888,0.0941342729877475,0.00447601677353157,0.153725174569888,0.0528274418600389,0.00446732886495465,0.153725174569888,0.11601333829422,0.00270270546477384,0.153725174569888,0.129827111861005,0.00655037154128031,0.153725174569888,0.0614960913804607,0.0215582764971333,0.153725174569888,0.0832388618072244,0.00933758681812368,0.153725174569888,0.0946625162575577,0.00431270473371427,0.153725174569888,0.0899823215315858,0.00542530004297762,0.5,0.153725174569888,0.0900576759454995,0.00230737372133208,0.153725174569888,0.110317039062673,0.00313370633355235,0.5,0.153725174569888,0.0994494698415863,0.000969700307800641,0.153725174569888,0.100190679752186,0.00564764501874778,0.153725174569888,0.0277841975011878,0.0611047843822309,0.153725174569888,0.0306299072042068,0.0445534861583234,0.153725174569888,0.0810645170545198,0.00447072447001906,0.153725174569888,0.104809761765432,0.00178530420770041,0.153725174569888,0.115444506611161,0.000982530225503006,0.5,0.153725174569888,0.124454657610984,0.000770289276515849,0,0.0,0.290392632006615 -2984,0.5,0.153725174569888,0.165988099507134,0.00706360226834219,0.153725174569888,0.100317898165825,0.00560198718801077,0.153725174569888,0.237555216828121,0.00243663824770631,0.153725174569888,0.2443247901619,0.0122163181899143,0.153725174569888,0.143261578835735,0.0345990452375056,0.153725174569888,0.194097332506097,0.0121844013005507,0.153725174569888,0.208477605978428,0.00640929894587415,0.153725174569888,0.21620794913699,0.00387338607830698,0.5,0.153725174569888,0.217327737900685,0.00183286713394225,0.153725174569888,0.246172184915898,0.00163452738266297,0.5,0.153725174569888,0.230493611469075,0.00161926857163854,0.153725174569888,0.233203746128012,0.00296425645655857,0.153725174569888,0.0553359692114,0.103463626224475,0.153725174569888,0.0804546275722645,0.0610355475996287,0.153725174569888,0.155521743967195,0.00690559164586123,0.153725174569888,0.233614786008589,0.000846303488202307,0.153725174569888,0.250142329786426,0.00133097568391232,0.5,0.153725174569888,0.261812807567506,0.00332924608965809,0,0.000891325443359346,0.307514294410139 -2985,0.5,0.153725174569888,0.242339919423266,0.00580449041800928,0.153725174569888,0.0821300427496223,0.00329384636139511,0.153725174569888,0.355709375350429,0.00138327609909207,0.153725174569888,0.345276868961842,0.0118674574351065,0.153725174569888,0.234767837633329,0.0519414911863474,0.153725174569888,0.318213408410349,0.0156351678150991,0.153725174569888,0.330902280388924,0.00580540111874417,0.153725174569888,0.358524685703265,0.00538604045401871,0.5,0.153725174569888,0.361964716796109,0.00293973150827455,0.153725174569888,0.399813639801465,0.00348063250207397,0.5,0.153725174569888,0.37840073226334,0.00425234469228099,0.153725174569888,0.38478581718262,0.00727219789073883,0.153725174569888,0.0631501627889914,0.121932965000338,0.153725174569888,0.140368037763153,0.0870178866254468,0.153725174569888,0.248061771854755,0.00939669287684568,0.153725174569888,0.374278170857921,0.00181006278213203,0.153725174569888,0.398796159196082,0.00379333980902384,0.5,0.153725174569888,0.41521453115511,0.00902722365265414,0,0.00253320710921328,0.259328275585043 -2986,0.5,0.153725174569888,0.334811960794772,0.00358271995898207,0.153725174569888,0.186055584632816,0.00534137829681971,0.153725174569888,0.456074628618325,0.000566778222963579,0.153725174569888,0.418006688262158,0.00874108799162383,0.153725174569888,0.36316976311437,0.0558575227606649,0.153725174569888,0.460957769224573,0.0282886949706529,0.153725174569888,0.453221200603241,0.00531203475362739,0.153725174569888,0.502467759105561,0.0122383794490715,0.5,0.153725174569888,0.51227693710327,0.00525902678557574,0.153725174569888,0.551862054955433,0.0107953936072727,0.5,0.153725174569888,0.529303444800205,0.00817325463281948,0.153725174569888,0.538359268858798,0.00921428648652555,0.153725174569888,0.0715542482633162,0.135639975244464,0.153725174569888,0.220291878615125,0.102222856729462,0.153725174569888,0.326616688413969,0.0117306760437573,0.153725174569888,0.515098996711184,0.00367456951439835,0.153725174569888,0.546851629091306,0.00441680650367774,0.5,0.153725174569888,0.562767855616025,0.0138027081358933,0,0.0036638324068135,0.21003591085843 -2987,0.5,0.153725174569888,0.383971356520644,0.00393676182733598,0.153725174569888,0.207363724399502,0.0147209003136976,0.153725174569888,0.51064211687284,0.000549906687149247,0.153725174569888,0.475602257186223,0.00560552934630406,0.153725174569888,0.513731964805093,0.0508603819299702,0.153725174569888,0.586573845919649,0.024822352838799,0.153725174569888,0.574609913848769,0.00489731065301102,0.153725174569888,0.615358366626671,0.0202414639965186,0.5,0.153725174569888,0.631340957933292,0.0154430364713796,0.153725174569888,0.666504599587324,0.0229800445400688,0.5,0.153725174569888,0.646542315054635,0.0061234430516524,0.153725174569888,0.656604392951876,0.012575416116329,0.153725174569888,0.080923128713533,0.146002503547903,0.153725174569888,0.333668111753966,0.0967541562640649,0.153725174569888,0.396524488929186,0.00979939609522852,0.153725174569888,0.620145250220329,0.00490130026016818,0.153725174569888,0.659291256146674,0.00260560484386539,0.5,0.153725174569888,0.670870397986628,0.00852552697713204,0,0.00319252432613395,0.168326476726666 -2988,0.5,0.153725174569888,0.388440724503113,0.00962246285399027,0.153725174569888,0.155775484917034,0.0294766672577711,0.153725174569888,0.559471757603698,0.000504076214250587,0.153725174569888,0.461061133156647,0.00545419264307631,0.153725174569888,0.617283974518316,0.0411456099471931,0.153725174569888,0.654938539366632,0.01934826999176,0.153725174569888,0.661784439448449,0.00471042630238636,0.153725174569888,0.687628348198624,0.0228482415294254,0.5,0.153725174569888,0.701005108998088,0.0332302741630972,0.153725174569888,0.730228734175574,0.0367974747887483,0.5,0.153725174569888,0.712558393619166,0.00695678584341199,0.153725174569888,0.723889029397883,0.0127080750334625,0.153725174569888,0.116482682061821,0.168852304516089,0.153725174569888,0.420779317313091,0.0745845413703229,0.153725174569888,0.475437310562061,0.00523480252300766,0.153725174569888,0.685680020796004,0.00774631968848764,0.153725174569888,0.721138548795649,0.0029558494669889,0.5,0.153725174569888,0.728546273569749,0.00844850999946465,0,0.00193240497215339,0.118160478492725 -2989,0.5,0.153725174569888,0.409789224145514,0.019674333912507,0.153725174569888,0.156852141279566,0.0432994171544496,0.153725174569888,0.585821223649706,0.000289700287151795,0.153725174569888,0.452776574683586,0.00561089421688272,0.153725174569888,0.66901926566444,0.0346636744655721,0.153725174569888,0.68120320430015,0.0225382467654634,0.153725174569888,0.696866656953334,0.00779060001516592,0.153725174569888,0.725763141150778,0.0251197528702921,0.5,0.153725174569888,0.732292421583341,0.0483403960592832,0.153725174569888,0.752002205074081,0.0407766973585027,0.5,0.153725174569888,0.73588883638629,0.00867725689181297,0.153725174569888,0.750103312318198,0.0151854571111641,0.153725174569888,0.146942233250723,0.160692338519628,0.153725174569888,0.479376926238026,0.0503559677775893,0.153725174569888,0.528232639303958,0.00395586141601892,0.153725174569888,0.717397315659568,0.0127107745230862,0.153725174569888,0.740738999600816,0.00332062093356937,0.5,0.153725174569888,0.743639188854693,0.0111974994063153,0,0.000866127500319356,0.08374281305282 -2990,0.5,0.153725174569888,0.347401061947384,0.0206325521685382,0.153725174569888,0.157345376245552,0.0532439457904089,0.153725174569888,0.602776282002083,0.000254317574951153,0.153725174569888,0.431543200957768,0.00516286684119816,0.153725174569888,0.663057127754272,0.0295627855555738,0.153725174569888,0.679357466195149,0.0308391735543219,0.153725174569888,0.678176198926862,0.014219563260322,0.153725174569888,0.710398347866884,0.0311401158900441,0.5,0.153725174569888,0.715310995230199,0.0585326687245457,0.153725174569888,0.725890422344946,0.0317110769899291,0.5,0.153725174569888,0.708077792832047,0.0111980505133306,0.153725174569888,0.725783542366557,0.0184638466208269,0.153725174569888,0.167966108240952,0.130132680778362,0.153725174569888,0.502728953870055,0.0321118580948818,0.153725174569888,0.534080767437821,0.00479601716035634,0.153725174569888,0.698492173133057,0.0198662962759153,0.153725174569888,0.713876301918302,0.00503599210791176,0.5,0.153725174569888,0.713624095426811,0.0149465412096447,0,0.000720632357542929,0.076224475688252 -2991,0.5,0.153725174569888,0.327113359930873,0.0157917082327838,0.153725174569888,0.217673700761645,0.061793470870904,0.153725174569888,0.561726248820172,0.000391246202515234,0.153725174569888,0.410837936937312,0.00343288460745839,0.153725174569888,0.614702354461847,0.0269188808245641,0.153725174569888,0.636094043747926,0.0346040990207766,0.153725174569888,0.622366854804364,0.0225153900767781,0.153725174569888,0.653191977385209,0.0374636141355641,0.5,0.153725174569888,0.655656430391635,0.061091292680157,0.153725174569888,0.651240368335229,0.0228473462364403,0.5,0.153725174569888,0.642572580352269,0.0123192531717831,0.153725174569888,0.655957203839471,0.0188488307319115,0.153725174569888,0.148856811792057,0.0976961424681233,0.153725174569888,0.456746560057956,0.0186712427381088,0.153725174569888,0.498530350486076,0.0070041525744458,0.153725174569888,0.633012564762527,0.029067441112967,0.153725174569888,0.637859132625572,0.00525435731075875,0.5,0.153725174569888,0.63303035336648,0.0143483633354703,0,0.000402531684398195,0.0652685548778721 -2992,0.5,0.153725174569888,0.267525347881548,0.0112307309876459,0.153725174569888,0.20142737712596,0.0562318178657332,0.153725174569888,0.461112133956999,0.00065269568572146,0.153725174569888,0.355332933153271,0.00189292681209658,0.153725174569888,0.507863379667459,0.0269902115951099,0.153725174569888,0.531814045833638,0.0390734012452862,0.153725174569888,0.514622922800506,0.026002455170766,0.153725174569888,0.543807801031313,0.041878768029046,0.5,0.153725174569888,0.542729899381208,0.0573420210933774,0.153725174569888,0.524357664202118,0.0187197073113082,0.5,0.153725174569888,0.525356077034746,0.00741827418024004,0.153725174569888,0.534576542339352,0.0115157896131413,0.153725174569888,0.100046978037472,0.0615017850896231,0.153725174569888,0.372510806300311,0.0116465461260215,0.153725174569888,0.407593068919065,0.0079262612375809,0.153725174569888,0.514868874534001,0.0319806366421167,0.153725174569888,0.511481027621785,0.00399148210218124,0.5,0.153725174569888,0.50365407058192,0.0107594391119873,0,0.000217086493242786,0.0347286386196932 -2993,0.5,0.153725174569888,0.189774174920669,0.00949131232823238,0.153725174569888,0.125642272375134,0.0452296321331867,0.153725174569888,0.329715342643861,0.000645030115418818,0.153725174569888,0.258758917552999,0.000832762503095478,0.153725174569888,0.369520696685237,0.0395038490343912,0.153725174569888,0.392685793311632,0.051863511496192,0.153725174569888,0.375213482519399,0.0282408110201268,0.153725174569888,0.398258483932084,0.0538960271573335,0.5,0.153725174569888,0.395173245980322,0.0617719623965905,0.153725174569888,0.365531301703018,0.0108322333870794,0.5,0.153725174569888,0.375325821978722,0.00420810781014734,0.153725174569888,0.37977629568786,0.00683565522877419,0.153725174569888,0.0563435895553273,0.0322687894228057,0.153725174569888,0.274340794834899,0.00871376541531112,0.153725174569888,0.294203380651746,0.0101952550731799,0.153725174569888,0.371299988785437,0.0281272182060601,0.153725174569888,0.356036038167556,0.00239276376846253,0.5,0.153725174569888,0.34755803509894,0.00874516724752623,0,0.000115376847951642,0.012761456082727 -2994,0.5,0.153725174569888,0.102212539283224,0.00799024124027002,0.153725174569888,0.0810358869541156,0.0297278560587848,0.153725174569888,0.190815013961195,0.00032051369782178,0.153725174569888,0.151006447809749,0.000807001180764709,0.153725174569888,0.232795023456196,0.0499257427628,0.153725174569888,0.252218859098523,0.0363771232341135,0.153725174569888,0.235532610492926,0.0235378468800185,0.153725174569888,0.25270583242592,0.0402558083124545,0.5,0.153725174569888,0.24769074287427,0.0466929420259134,0.153725174569888,0.211341417034123,0.00448443457706744,0.5,0.153725174569888,0.230047131368119,0.00208922377375003,0.153725174569888,0.229443785049334,0.00160325626868638,0.153725174569888,0.0230443979918468,0.015592438429246,0.153725174569888,0.17889831136585,0.0137300697126567,0.153725174569888,0.175124000817069,0.0181278937437592,0.153725174569888,0.2282904526835,0.0146638030245811,0.153725174569888,0.208862960281082,0.00127921204196324,0.5,0.153725174569888,0.196969644827408,0.00340593868816947,0,0.0,0.00527767294794041 -2995,0.5,0.153725174569888,0.0315782868420172,0.00830748249909839,0.153725174569888,0.0269099197778414,0.0272871934717991,0.153725174569888,0.0474516959712685,0.00199783731734211,0.153725174569888,0.0349804040481045,0.00148717285943908,0.153725174569888,0.0864653735100352,0.0328046896795969,0.153725174569888,0.0851913490059182,0.0347507920224375,0.153725174569888,0.074103031620952,0.0245259452410806,0.153725174569888,0.068065159608294,0.0386103704086455,0.5,0.153725174569888,0.0642953563971808,0.0316332791478421,0.153725174569888,0.0469245696769403,0.00307966072788364,0.5,0.153725174569888,0.0526295338538568,0.00303622485013335,0.153725174569888,0.0529586592086659,0.0047775304181797,0.153725174569888,0.00818146288956896,0.0165534429162741,0.153725174569888,0.0750164448348527,0.0214534715174095,0.153725174569888,0.0566705529090849,0.0202191176377186,0.153725174569888,0.0583466266635468,0.0129403024701209,0.153725174569888,0.0449374692459304,0.00151597296382492,0.5,0.153725174569888,0.0349581316255168,0.00305445427468359,0,0.00183221800389131,0.00249622731641769 -2996,0.5,0.153725174569888,2.50303578311439e-05,0.0098688257359561,0.153725174569888,0.0,0.0522634282999645,0.153725174569888,0.0,0.0104144434075561,0.153725174569888,0.0,0.00392187128236135,0.153725174569888,0.0,0.0444676791001886,0.153725174569888,0.0,0.0649614388437248,0.153725174569888,0.0,0.043335368802822,0.153725174569888,0.0,0.0636641388290861,0.5,0.153725174569888,0.0,0.0282148282906445,0.153725174569888,0.0,0.00446545187952179,0.5,0.153725174569888,0.0,0.00784005258092508,0.153725174569888,0.0,0.0150595962249396,0.153725174569888,0.000100651865698026,0.0290737697940677,0.153725174569888,0.0,0.0399464483086141,0.153725174569888,0.0,0.0408924521121748,0.153725174569888,0.0,0.0178754504208746,0.153725174569888,0.0,0.00519719015346194,0.5,0.153725174569888,0.0,0.00548102714209531,0,0.00727409496756918,0.00861908211434534 -2997,0.5,0.153725174569888,0.0,0.0127598342108451,0.153725174569888,0.0,0.0631672097742295,0.153725174569888,0.0,0.0175574705135604,0.153725174569888,0.0,0.00828530957430814,0.153725174569888,0.0,0.0705958726468705,0.153725174569888,0.0,0.109175944003921,0.153725174569888,0.0,0.0660511382674943,0.153725174569888,0.0,0.085966880324541,0.5,0.153725174569888,0.0,0.0343710886565482,0.153725174569888,0.0,0.00820399347144983,0.5,0.153725174569888,0.0,0.01204657764035,0.153725174569888,0.0,0.0272294353430511,0.153725174569888,0.0,0.040215402049993,0.153725174569888,0.0,0.0626047978284065,0.153725174569888,0.0,0.0574215868150485,0.153725174569888,0.0,0.0207449246486454,0.153725174569888,0.0,0.010549281898888,0.5,0.153725174569888,0.0,0.00787545986996032,0,0.0238749123676632,0.0366718890984459 -2998,0.5,0.153725174569888,0.0,0.0170938081513495,0.153725174569888,0.0,0.0616922307221279,0.153725174569888,0.0,0.0234536032943345,0.153725174569888,0.0,0.0141652966047653,0.153725174569888,0.0,0.0926705425361404,0.153725174569888,0.0,0.125210593052111,0.153725174569888,0.0,0.0937224191571352,0.153725174569888,0.0,0.0928010478562402,0.5,0.153725174569888,0.0,0.030238792618199,0.153725174569888,0.0,0.012849813564056,0.5,0.153725174569888,0.0,0.0173257259488866,0.153725174569888,0.0,0.0371760358581035,0.153725174569888,0.0,0.052591581855082,0.153725174569888,0.0,0.0874441736455576,0.153725174569888,0.0,0.0635375180227211,0.153725174569888,0.0,0.02342005071138,0.153725174569888,0.0,0.0130395526293508,0.5,0.153725174569888,0.0,0.0108470267908187,0,0.0545792240760482,0.086852084813486 -2999,0.5,0.153725174569888,0.0,0.0202393147306411,0.153725174569888,0.0,0.0731045877644113,0.153725174569888,0.0,0.0290666151416662,0.153725174569888,0.0,0.022793172768442,0.153725174569888,0.0,0.109279435649805,0.153725174569888,0.0,0.145623955731152,0.153725174569888,0.0,0.108339950938337,0.153725174569888,0.0,0.100434187549688,0.5,0.153725174569888,0.0,0.0270974487369305,0.153725174569888,0.0,0.00979861382232929,0.5,0.153725174569888,0.0,0.0277571171818065,0.153725174569888,0.0,0.0558763439651321,0.153725174569888,0.0,0.0690703079417451,0.153725174569888,0.0,0.10768619953637,0.153725174569888,0.0,0.0749106401872436,0.153725174569888,0.0,0.0368124026469705,0.153725174569888,0.0,0.015754380648729,0.5,0.153725174569888,0.0,0.0119222984642839,0,0.0782756611539328,0.150518448823213 -3000,0.5,0.153725174569888,0.0,0.0203540714173219,0.153725174569888,0.0,0.0833026312090295,0.153725174569888,0.0,0.0222887786627295,0.153725174569888,0.0,0.0289446864235726,0.153725174569888,0.0,0.12140626526138,0.153725174569888,0.0,0.159127298836337,0.153725174569888,0.0,0.124069358805914,0.153725174569888,0.0,0.107870208041519,0.5,0.153725174569888,0.0,0.0284508157232149,0.153725174569888,0.0,0.0136364252611793,0.5,0.153725174569888,0.0,0.0372304339744798,0.153725174569888,0.0,0.0547655282786339,0.153725174569888,0.0,0.0849727786124127,0.153725174569888,0.0,0.125086323921685,0.153725174569888,0.0,0.0894395700662918,0.153725174569888,0.0,0.0353623758158306,0.153725174569888,0.0,0.0238959241021119,0.5,0.153725174569888,0.0,0.0131427718586924,0,0.0794379039249705,0.18902635251663 -3001,0.5,0.153725174569888,0.0,0.0247800465221375,0.153725174569888,0.0,0.0999611242848039,0.153725174569888,0.0,0.0249903038962044,0.153725174569888,0.0,0.0235623911858001,0.153725174569888,0.0,0.127913757433753,0.153725174569888,0.0,0.161143345040995,0.153725174569888,0.0,0.137854118194239,0.153725174569888,0.0,0.113274281585245,0.5,0.153725174569888,0.0,0.0341073906109426,0.153725174569888,0.0,0.0192848559248516,0.5,0.153725174569888,0.0,0.0375387483289126,0.153725174569888,0.0,0.0542031088840256,0.153725174569888,0.0,0.0989830340353347,0.153725174569888,0.0,0.13903713494272,0.153725174569888,0.0,0.0900689106144428,0.153725174569888,0.0,0.0386266749494339,0.153725174569888,0.0,0.0272832445258696,0.5,0.153725174569888,0.0,0.0114999337215825,0,0.0658363578318725,0.175583710085895 -3002,0.5,0.153725174569888,0.0,0.0308936626203576,0.153725174569888,0.0,0.112384219264985,0.153725174569888,0.0,0.0262313216036949,0.153725174569888,0.0,0.0267510505967141,0.153725174569888,0.0,0.138804153180458,0.153725174569888,0.0,0.168314966186146,0.153725174569888,0.0,0.152130634176964,0.153725174569888,0.0,0.129661640981318,0.5,0.153725174569888,0.0,0.0400991948277109,0.153725174569888,0.0,0.0235263832345578,0.5,0.153725174569888,0.0,0.0441316459128122,0.153725174569888,0.0,0.0568832580193159,0.153725174569888,0.0,0.114902921649073,0.153725174569888,0.0,0.141939222664438,0.153725174569888,0.0,0.0920937507698397,0.153725174569888,0.0,0.0524978617782766,0.153725174569888,0.0,0.0308353803375835,0.5,0.153725174569888,0.0,0.011395080407803,0,0.0680616188508323,0.170086157388209 -3003,0.5,0.153725174569888,0.0,0.0376524046118746,0.153725174569888,0.0,0.117827225621838,0.153725174569888,0.0,0.028278685205392,0.153725174569888,0.0,0.0355227666649443,0.153725174569888,0.0,0.129728622698889,0.153725174569888,0.0,0.172260761140289,0.153725174569888,0.0,0.15060974785427,0.153725174569888,0.0,0.138635558677322,0.5,0.153725174569888,0.0,0.0446290875921342,0.153725174569888,0.0,0.023312844235525,0.5,0.153725174569888,0.0,0.0480848714522458,0.153725174569888,0.0,0.0654627018349975,0.153725174569888,0.0,0.126096966644281,0.153725174569888,0.0,0.141342110109884,0.153725174569888,0.0,0.0946842826176297,0.153725174569888,0.0,0.0600918851329996,0.153725174569888,0.0,0.0314214122665104,0.5,0.153725174569888,0.0,0.0137799748897363,0,0.0787231579139462,0.196336892194941 -3004,0.5,0.153725174569888,0.0,0.0466592452515649,0.153725174569888,0.0,0.121513796810172,0.153725174569888,0.0,0.0338787570262985,0.153725174569888,0.0,0.0452227876383701,0.153725174569888,0.0,0.129928404188099,0.153725174569888,0.0,0.168816634412089,0.153725174569888,0.0,0.16922806917793,0.153725174569888,0.0,0.139592561473655,0.5,0.153725174569888,0.0,0.0558516446412325,0.153725174569888,0.0,0.0363135791537469,0.5,0.153725174569888,0.0,0.0524178633118188,0.153725174569888,0.0,0.0833444035509604,0.153725174569888,0.0,0.141923617570447,0.153725174569888,0.0,0.141755114795405,0.153725174569888,0.0,0.095995506745625,0.153725174569888,0.0,0.066907549001669,0.153725174569888,0.0,0.0367744639333427,0.5,0.153725174569888,0.0,0.0120230149502836,0,0.0856564776763605,0.232455715314855 -3005,0.5,0.153725174569888,0.0,0.0545599488988198,0.153725174569888,0.0,0.122223926568889,0.153725174569888,0.0,0.0387944581114798,0.153725174569888,0.0,0.0577606250788689,0.153725174569888,0.0,0.11902330116162,0.153725174569888,0.0,0.161971041609349,0.153725174569888,0.0,0.179698618618523,0.153725174569888,0.0,0.148666914963912,0.5,0.153725174569888,0.0,0.0722176401227754,0.153725174569888,0.0,0.04501091016627,0.5,0.153725174569888,0.0,0.0524596626316274,0.153725174569888,0.0,0.0870103622927629,0.153725174569888,0.0,0.152553555483278,0.153725174569888,0.0,0.142463112502348,0.153725174569888,0.0,0.102636935971048,0.153725174569888,0.0,0.0717303316740251,0.153725174569888,0.0,0.0484772576960745,0.5,0.153725174569888,0.0,0.0154446328912351,0,0.0742740329666255,0.262500679913114 -3006,0.5,0.153725174569888,0.0341045789324536,0.0634045463335436,0.153725174569888,0.0235669923524168,0.109101691788793,0.153725174569888,0.0318216333848162,0.0386883307063531,0.153725174569888,0.0418788981894759,0.0539516266024898,0.153725174569888,0.0129175888887144,0.102781440720039,0.153725174569888,0.00620442867384381,0.14508204067597,0.153725174569888,0.0126977482797676,0.160527096734182,0.153725174569888,0.00592890311488489,0.138721724674876,0.5,0.153725174569888,0.00644683449651928,0.0785459566326454,0.153725174569888,0.0182130263974638,0.0517355832815242,0.5,0.153725174569888,0.0124048538267294,0.0429180763397208,0.153725174569888,0.0109706344314847,0.0817322511914938,0.153725174569888,0.020403218738587,0.155518669807681,0.153725174569888,0.0174118492378484,0.141990850088667,0.153725174569888,0.0241911245850614,0.094651966661555,0.153725174569888,0.0189955749271181,0.0681932253401252,0.153725174569888,0.0251836107134943,0.0446251819615948,0.5,0.153725174569888,0.0290977691313248,0.0152944329492131,0,0.0717187915111238,0.285459288520856 -3007,0.5,0.153725174569888,0.10890258940166,0.102355081510789,0.153725174569888,0.0948843313214205,0.132107214649119,0.153725174569888,0.119238980951177,0.0446958370175247,0.153725174569888,0.13385650622654,0.0575159254227321,0.153725174569888,0.0884619145729524,0.113103536829064,0.153725174569888,0.0801008341265108,0.1524592707057,0.153725174569888,0.0880901204262264,0.158851093533507,0.153725174569888,0.0813148539533424,0.124688521139109,0.5,0.153725174569888,0.0853306457451707,0.0767336535453897,0.153725174569888,0.108837655240539,0.0232224896526203,0.5,0.153725174569888,0.0982809660807038,0.0392960745103247,0.153725174569888,0.0978475727722605,0.0581815574906241,0.153725174569888,0.0795520201716898,0.195273176627764,0.153725174569888,0.09153911094924,0.173323860152783,0.153725174569888,0.101560694730301,0.113252243818665,0.153725174569888,0.100127253151387,0.0730784911444804,0.153725174569888,0.115225872532007,0.0417016216128514,0.5,0.153725174569888,0.123973041884972,0.0142265880443383,0,0.0717489159068073,0.309030189276421 -3008,0.5,0.153725174569888,0.200040630314543,0.181523240942089,0.153725174569888,0.185577909016259,0.219313224051893,0.153725174569888,0.236726722405926,0.0883764253565971,0.153725174569888,0.25639432196555,0.107459230884691,0.153725174569888,0.193538029001274,0.20997284718571,0.153725174569888,0.175428430194147,0.24515233640778,0.153725174569888,0.191070855739815,0.273207198600916,0.153725174569888,0.184227400374396,0.184414961947702,0.5,0.153725174569888,0.188436401066134,0.151848355039205,0.153725174569888,0.238590101286479,0.0112534756630298,0.5,0.153725174569888,0.211382768764136,0.0476686246446409,0.153725174569888,0.216451430910664,0.0485600374001041,0.153725174569888,0.165164516297924,0.266490456988797,0.153725174569888,0.193088120249591,0.288276761292893,0.153725174569888,0.201167817424836,0.201798565335514,0.153725174569888,0.203088618162996,0.156956108478279,0.153725174569888,0.240506182181919,0.0897733990727225,0.5,0.153725174569888,0.258614230323791,0.0348296396368852,0,0.0732173094829674,0.338004547785916 -3009,0.5,0.153725174569888,0.297010743534748,0.283979156189797,0.153725174569888,0.302570382680925,0.381789082044221,0.153725174569888,0.357492343227806,0.203106112191457,0.153725174569888,0.386830027367352,0.174386895070861,0.153725174569888,0.301780346178323,0.374490133406604,0.153725174569888,0.274577260522698,0.322158975922664,0.153725174569888,0.308139536425959,0.543135511480141,0.153725174569888,0.30196687848783,0.295681987753533,0.5,0.153725174569888,0.302799270129351,0.252875525091931,0.153725174569888,0.38279386805428,0.0165183280008123,0.5,0.153725174569888,0.328231578236184,0.101666285490907,0.153725174569888,0.344501285456635,0.100916841113766,0.153725174569888,0.27519065574786,0.379124186583708,0.153725174569888,0.299585869273785,0.367300789190419,0.153725174569888,0.321548397985919,0.357107613632191,0.153725174569888,0.322937032742248,0.400158789845403,0.153725174569888,0.374755675020462,0.189174085382048,0.5,0.153725174569888,0.408296550593498,0.0528634143488441,0,0.0841358423556035,0.324471586749832 -3010,0.5,0.153725174569888,0.377356508664829,0.358702460581612,0.153725174569888,0.427492905252872,0.468717412810276,0.153725174569888,0.469170964918002,0.330389907368777,0.153725174569888,0.508055670218036,0.242449026885456,0.153725174569888,0.402695231692892,0.47005195645554,0.153725174569888,0.361954092385185,0.425233316014496,0.153725174569888,0.417358954096736,0.605014436595813,0.153725174569888,0.409360036656361,0.380448111524507,0.5,0.153725174569888,0.421388946336187,0.450165417186242,0.153725174569888,0.518641817458389,0.0304232821270618,0.5,0.153725174569888,0.440480277962896,0.257709645708985,0.153725174569888,0.461505521372034,0.170652291732226,0.153725174569888,0.397655703121835,0.408666716119777,0.153725174569888,0.413191483038778,0.39421269350374,0.153725174569888,0.450966422292567,0.461875844647206,0.153725174569888,0.452623440666551,0.563606343260916,0.153725174569888,0.497709645774878,0.284122833651471,0.5,0.153725174569888,0.551280191058394,0.0657129243285781,0,0.132683167627349,0.262472216929324 -3011,0.5,0.153725174569888,0.435785419271001,0.449871772853605,0.153725174569888,0.528568494809028,0.4525641066817,0.153725174569888,0.555045288138673,0.45349742244828,0.153725174569888,0.586438861949401,0.316577985967952,0.153725174569888,0.469636042984756,0.491600478672763,0.153725174569888,0.455820199426252,0.517691284387187,0.153725174569888,0.493441928110762,0.592820836586255,0.153725174569888,0.492728962948412,0.5274554933423,0.5,0.153725174569888,0.521398175726581,0.556148195999492,0.153725174569888,0.599913192158999,0.0354343489989518,0.5,0.153725174569888,0.545055561017213,0.541760996952953,0.153725174569888,0.555610779789148,0.330921372652304,0.153725174569888,0.514021154130623,0.42644677363893,0.153725174569888,0.5015538460843,0.396712531959536,0.153725174569888,0.551704161530891,0.469609750383608,0.153725174569888,0.546868029408685,0.619561944674217,0.153725174569888,0.588102300797016,0.365586632680108,0.5,0.153725174569888,0.653673057286553,0.0643457738438176,0,0.205033214840533,0.178622469504969 -3012,0.5,0.153725174569888,0.4903941720901,0.55018288215473,0.153725174569888,0.609873721102274,0.418392321666456,0.153725174569888,0.605291552052873,0.543786932232373,0.153725174569888,0.614007363012565,0.405064596617135,0.153725174569888,0.507830737827917,0.566962677433471,0.153725174569888,0.509226875973793,0.715166778703017,0.153725174569888,0.540012525470648,0.63475550845637,0.153725174569888,0.523563395817065,0.663791753799385,0.5,0.153725174569888,0.563366101858192,0.695880563566074,0.153725174569888,0.64480355129496,0.0446889627600784,0.5,0.153725174569888,0.603043003724725,0.521520733484959,0.153725174569888,0.617726104923852,0.422231405408265,0.153725174569888,0.59100599265048,0.424972117161043,0.153725174569888,0.537001503484696,0.392112711103814,0.153725174569888,0.600485569631798,0.464794606835715,0.153725174569888,0.591924150599197,0.612860401098087,0.153725174569888,0.638312529725351,0.378844504289945,0.5,0.153725174569888,0.6969401700153,0.0579648539037491,0,0.256121399744279,0.130550096179247 -3013,0.5,0.153725174569888,0.510746616194173,0.631568757663926,0.153725174569888,0.631910082736651,0.406152902911994,0.153725174569888,0.614107188818984,0.580231726697337,0.153725174569888,0.604430721652003,0.493832185640222,0.153725174569888,0.54360142608493,0.808810096027055,0.153725174569888,0.481418944039243,0.754122707423736,0.153725174569888,0.552609111205616,0.787603341352686,0.153725174569888,0.466653227673888,0.683817437263226,0.5,0.153725174569888,0.569307124716036,0.805897712388715,0.153725174569888,0.653456642513189,0.0491563567806324,0.5,0.153725174569888,0.621252769221722,0.589526287752613,0.153725174569888,0.649653240415542,0.476691577872519,0.153725174569888,0.607523794061239,0.41370968480474,0.153725174569888,0.548497658059626,0.51431702779245,0.153725174569888,0.602685475663097,0.521682866849257,0.153725174569888,0.598955710269602,0.676914424056392,0.153725174569888,0.646576275785557,0.412567960792902,0.5,0.153725174569888,0.68897956340145,0.0500548185193271,0,0.305480706998601,0.187924545581601 -3014,0.5,0.153725174569888,0.501353152714354,0.696661487752607,0.153725174569888,0.576066605090866,0.43943713991368,0.153725174569888,0.594970684731339,0.632746778158842,0.153725174569888,0.550891490926767,0.530406955830724,0.153725174569888,0.484737070892875,0.864684628604829,0.153725174569888,0.326544646663024,0.686211711711585,0.153725174569888,0.486988116030108,0.819202350775022,0.153725174569888,0.414796712394433,0.717741521607454,0.5,0.153725174569888,0.497644657935006,0.839359191133235,0.153725174569888,0.60150379559798,0.0601998982241793,0.5,0.153725174569888,0.611247456322004,0.703960336045541,0.153725174569888,0.623467135126999,0.542262293867136,0.153725174569888,0.557534649519076,0.396910461417801,0.153725174569888,0.437212940738167,0.648821201569854,0.153725174569888,0.553351985415557,0.634565737115585,0.153725174569888,0.561557701047556,0.773663572678749,0.153725174569888,0.607844163738229,0.494645912711228,0.5,0.153725174569888,0.645527196440338,0.0519305999348117,0,0.305391105421826,0.392163032436569 -3015,0.5,0.153725174569888,0.450686281555989,0.722346009895714,0.153725174569888,0.435803224458339,0.703415929480964,0.153725174569888,0.519884026108671,0.696803012046224,0.153725174569888,0.471587575605402,0.522938504576963,0.153725174569888,0.264612104252929,0.832471344200196,0.153725174569888,0.101189170405327,0.398122984476352,0.153725174569888,0.284034805254429,0.746237215769314,0.153725174569888,0.180500520186654,0.54046155324796,0.5,0.153725174569888,0.359945701831598,0.824449639069868,0.153725174569888,0.531589324170783,0.0774085953302765,0.5,0.153725174569888,0.525547450677563,0.751378489703126,0.153725174569888,0.539689113783933,0.554527971109216,0.153725174569888,0.451599167103836,0.560040694373779,0.153725174569888,0.266985105927927,0.689384500969036,0.153725174569888,0.433112019441765,0.709444491967095,0.153725174569888,0.459318913112085,0.765660203779056,0.153725174569888,0.529422767992814,0.567616503231402,0.5,0.153725174569888,0.548877866654552,0.066626052246884,0,0.293556635932089,0.657611870010246 -3016,0.5,0.153725174569888,0.361086275473871,0.686984058360214,0.153725174569888,0.129230559668451,0.53217568029762,0.153725174569888,0.390833764942204,0.68941340063774,0.153725174569888,0.369982229977192,0.446193458739752,0.153725174569888,0.106207656757833,0.578494747573728,0.153725174569888,0.0804008663299548,0.1844264956263,0.153725174569888,0.155745941769304,0.597285928433869,0.153725174569888,0.0857324419637869,0.348847938549232,0.5,0.153725174569888,0.250281903473758,0.750418935242192,0.153725174569888,0.431336153624254,0.0780021753444876,0.5,0.153725174569888,0.330458231721439,0.75008838402062,0.153725174569888,0.398266924852505,0.488528903681117,0.153725174569888,0.201280531275881,0.466902629778375,0.153725174569888,0.146536613699371,0.672786117815873,0.153725174569888,0.218051354976678,0.703128200213707,0.153725174569888,0.244433478847959,0.665749531844604,0.153725174569888,0.409234100846158,0.564003462986342,0.5,0.153725174569888,0.410336348903178,0.0837148101376694,0,0.220507705371255,0.592549156937107 -3017,0.5,0.153725174569888,0.230482939551861,0.506184759355846,0.153725174569888,0.0947823777075337,0.639454098819477,0.153725174569888,0.243911044073081,0.552941841068947,0.153725174569888,0.250220991498339,0.2604870512215,0.153725174569888,0.107641766306782,0.398518490359483,0.153725174569888,0.121176810554937,0.233666119984245,0.153725174569888,0.0924855117048247,0.305022858892312,0.153725174569888,0.0389532431022694,0.337629454692436,0.5,0.153725174569888,0.144677534433531,0.667621716672384,0.153725174569888,0.310310309467676,0.0692419316643586,0.5,0.153725174569888,0.174612739634657,0.604721832804804,0.153725174569888,0.241502268847181,0.45254385287766,0.153725174569888,0.127165052280359,0.399444524420096,0.153725174569888,0.0615841070884294,0.529887683883814,0.153725174569888,0.098730125358087,0.644884474753243,0.153725174569888,0.132370014051345,0.483155796449283,0.153725174569888,0.261040633644113,0.441369100193661,0.5,0.153725174569888,0.269228120772701,0.0601833036911992,0,0.159720086850877,0.54613189827529 -3018,0.5,0.153725174569888,0.103429188202463,0.290624718467722,0.153725174569888,0.0469613611261894,0.517496727594329,0.153725174569888,0.111721067378387,0.477663065836595,0.153725174569888,0.12234661457108,0.128155301060777,0.153725174569888,0.0978412532139983,0.265654277129725,0.153725174569888,0.037799606195295,0.385983291843691,0.153725174569888,0.102273447145196,0.185657560105014,0.153725174569888,0.0137176075882664,0.424167914116513,0.5,0.153725174569888,0.0457253379430979,0.582820894255608,0.153725174569888,0.166044047102283,0.0407266118719907,0.5,0.153725174569888,0.122441755913159,0.508336824805576,0.153725174569888,0.102345423475039,0.316963871481804,0.153725174569888,0.0796717798040913,0.227753193452877,0.153725174569888,0.0627754035182695,0.388226454630716,0.153725174569888,0.0723845318045275,0.40089729004303,0.153725174569888,0.0621860429668746,0.229114872965932,0.153725174569888,0.115640201672877,0.280147894386737,0.5,0.153725174569888,0.146717935342189,0.0207249535782719,0,0.114213866197384,0.399886605302583 -3019,0.5,0.153725174569888,0.0295872314503618,0.200559726624831,0.153725174569888,0.0194704888111473,0.16011078507321,0.153725174569888,0.025804046838339,0.41779540714191,0.153725174569888,0.0402532891389062,0.126514309636863,0.153725174569888,0.0460030427623699,0.248988927992235,0.153725174569888,0.00202434821909036,0.591063793745244,0.153725174569888,0.0364142115968885,0.202005981070583,0.153725174569888,0.00332259347688777,0.44178016981718,0.5,0.153725174569888,0.0108749695359911,0.486173020332452,0.153725174569888,0.0352541698834793,0.0585516956022796,0.5,0.153725174569888,0.0358381567923997,0.387062625704286,0.153725174569888,0.0301962383282982,0.260927648707111,0.153725174569888,0.0396517962524272,0.104166834506867,0.153725174569888,0.0307618262567185,0.263724071958281,0.153725174569888,0.0400375467949645,0.134280936365581,0.153725174569888,0.0241328823547473,0.0885179100281924,0.153725174569888,0.0338560634658087,0.216315744301453,0.5,0.153725174569888,0.04148494583481,0.0312517828446786,0,0.2358073665766,0.20571740158575 -3020,0.5,0.153725174569888,2.824854073704e-05,0.100381140403731,0.153725174569888,0.0,0.0581360665709468,0.153725174569888,1.86389589420326e-05,0.111959287140253,0.153725174569888,0.0,0.165749346298555,0.153725174569888,0.000179403380075077,0.399503695105752,0.153725174569888,0.000131152451913178,0.368247061474491,0.153725174569888,0.0,0.481927699431327,0.153725174569888,9.41563258731829e-05,0.264299494291289,0.5,0.153725174569888,3.90976364143867e-06,0.309007470618411,0.153725174569888,0.0,0.103875805098248,0.5,0.153725174569888,0.0,0.319179559277021,0.153725174569888,5.00958946115465e-06,0.239226080095808,0.153725174569888,0.0,0.0555448429906507,0.153725174569888,0.0,0.180729940192317,0.153725174569888,0.0,0.0513049743273484,0.153725174569888,0.0,0.0799677457689313,0.153725174569888,0.0,0.176135617888534,0.5,0.153725174569888,0.0,0.0427454412535962,0,0.0203746667902633,0.0898754683414198 -3021,0.5,0.153725174569888,0.0,0.0391772441981503,0.153725174569888,0.0,0.0346966807035065,0.153725174569888,0.0,0.0578373620027599,0.153725174569888,0.0,0.115605237623644,0.153725174569888,0.0,0.340072269767698,0.153725174569888,0.0,0.202465608589624,0.153725174569888,0.0,0.387399151670446,0.153725174569888,0.0,0.160946100547238,0.5,0.153725174569888,0.0,0.154504064329719,0.153725174569888,0.0,0.143456610195308,0.5,0.153725174569888,0.0,0.518620216535266,0.153725174569888,0.0,0.148837659378624,0.153725174569888,0.0,0.0791451714332303,0.153725174569888,0.0,0.178629813198929,0.153725174569888,0.0,0.0483080280172037,0.153725174569888,0.0,0.0990550793740548,0.153725174569888,0.0,0.208299689654595,0.5,0.153725174569888,0.0,0.0739936384522048,0,0.0118960444433063,0.0650002906987873 -3022,0.5,0.153725174569888,0.0,0.0293814067668684,0.153725174569888,0.0,0.0183263867374388,0.153725174569888,0.0,0.0685581934209043,0.153725174569888,0.0,0.0696735030558158,0.153725174569888,0.0,0.222449623582567,0.153725174569888,0.0,0.224388613009338,0.153725174569888,0.0,0.382725181501853,0.153725174569888,0.0,0.110045469042485,0.5,0.153725174569888,0.0,0.0868881983332326,0.153725174569888,0.0,0.0510011743111391,0.5,0.153725174569888,0.0,0.594276974639542,0.153725174569888,0.0,0.100481973389889,0.153725174569888,0.0,0.0681349342989974,0.153725174569888,0.0,0.174520416559909,0.153725174569888,0.0,0.139238243813569,0.153725174569888,0.0,0.123478576315154,0.153725174569888,0.0,0.282352693649162,0.5,0.153725174569888,0.0,0.171750023950133,0,0.0164700549198962,0.214169375650665 -3023,0.5,0.153725174569888,0.0,0.034734717325358,0.153725174569888,0.0,0.0936062567416449,0.153725174569888,0.0,0.0831084534304303,0.153725174569888,0.0,0.053159294610432,0.153725174569888,0.0,0.254320065061301,0.153725174569888,0.0,0.297817765868525,0.153725174569888,0.0,0.367079236819891,0.153725174569888,0.0,0.11947524836527,0.5,0.153725174569888,0.0,0.116077099053153,0.153725174569888,0.0,0.017143590841672,0.5,0.153725174569888,0.0,0.403654370047378,0.153725174569888,0.0,0.0914114038468192,0.153725174569888,0.0,0.0484798502192521,0.153725174569888,0.0,0.109843097738494,0.153725174569888,0.0,0.163447054873505,0.153725174569888,0.0,0.139822047659332,0.153725174569888,0.0,0.296274877406283,0.5,0.153725174569888,0.0,0.137685578799126,0,0.0216230034485736,0.279294329466411 -3024,0.5,0.153725174569888,0.0,0.0447063923875481,0.153725174569888,0.0,0.138000502238416,0.153725174569888,0.0,0.104364373534603,0.153725174569888,0.0,0.0667831297743507,0.153725174569888,0.0,0.371720680948288,0.153725174569888,0.0,0.290972948568821,0.153725174569888,0.0,0.346060665665999,0.153725174569888,0.0,0.128119749958591,0.5,0.153725174569888,0.0,0.263420633066758,0.153725174569888,0.0,0.0198758469493485,0.5,0.153725174569888,0.0,0.287847548742991,0.153725174569888,0.0,0.101600912108434,0.153725174569888,0.0,0.0481567603973428,0.153725174569888,0.0,0.117453058678355,0.153725174569888,0.0,0.179371127257872,0.153725174569888,0.0,0.126649072486782,0.153725174569888,0.0,0.244684919084066,0.5,0.153725174569888,0.0,0.0521099156576939,0,0.0230995113572388,0.228813457422514 -3025,0.5,0.153725174569888,0.0,0.062851272351842,0.153725174569888,0.0,0.045065596369857,0.153725174569888,0.0,0.124348771114543,0.153725174569888,0.0,0.0974413490561527,0.153725174569888,0.0,0.399222461583969,0.153725174569888,0.0,0.22410189295203,0.153725174569888,0.0,0.372126525156287,0.153725174569888,0.0,0.150287709165274,0.5,0.153725174569888,0.0,0.283583674551421,0.153725174569888,0.0,0.0170485892536855,0.5,0.153725174569888,0.0,0.266810972135311,0.153725174569888,0.0,0.0877404194121258,0.153725174569888,0.0,0.0518896596874862,0.153725174569888,0.0,0.153537759284968,0.153725174569888,0.0,0.144555562811364,0.153725174569888,0.0,0.124169045726856,0.153725174569888,0.0,0.208600065613165,0.5,0.153725174569888,0.0,0.0392607555130937,0,0.0249317487106721,0.101564098732436 -3026,0.5,0.153725174569888,0.0,0.0774950605093324,0.153725174569888,0.0,0.0537295080480779,0.153725174569888,0.0,0.140411636555693,0.153725174569888,0.0,0.119165043012147,0.153725174569888,0.0,0.302943305578002,0.153725174569888,0.0,0.152067310158695,0.153725174569888,0.0,0.348236764367846,0.153725174569888,0.0,0.157367037593578,0.5,0.153725174569888,0.0,0.28204902473489,0.153725174569888,0.0,0.0109662497302973,0.5,0.153725174569888,0.0,0.340868991803318,0.153725174569888,0.0,0.0761921008486594,0.153725174569888,0.0,0.0574253544816942,0.153725174569888,0.0,0.179470981188996,0.153725174569888,0.0,0.220862776699546,0.153725174569888,0.0,0.0999105038387013,0.153725174569888,0.0,0.202450007926052,0.5,0.153725174569888,0.0,0.0465872377905989,0,0.0227273901844992,0.0416821020811621 -3027,0.5,0.153725174569888,0.0,0.0756077649229441,0.153725174569888,0.0,0.113057581149457,0.153725174569888,0.0,0.150695868218938,0.153725174569888,0.0,0.129189557544387,0.153725174569888,0.0,0.188482487303741,0.153725174569888,0.0,0.176949292436276,0.153725174569888,0.0,0.317930963804307,0.153725174569888,0.0,0.21134810191664,0.5,0.153725174569888,0.0,0.211147509011944,0.153725174569888,0.0,0.0137408830112184,0.5,0.153725174569888,0.0,0.485969269510374,0.153725174569888,0.0,0.0927146363738108,0.153725174569888,0.0,0.0640214737105032,0.153725174569888,0.0,0.19017688193598,0.153725174569888,0.0,0.330957732366103,0.153725174569888,0.0,0.137260798002377,0.153725174569888,0.0,0.241105163292265,0.5,0.153725174569888,0.0,0.0364299454819707,0,0.0420445450253322,0.0642843253171404 -3028,0.5,0.153725174569888,0.0,0.0721829610537274,0.153725174569888,0.0,0.243459239380011,0.153725174569888,0.0,0.121879241994259,0.153725174569888,0.0,0.130688622062649,0.153725174569888,0.0,0.13330020803669,0.153725174569888,0.0,0.266405850838627,0.153725174569888,0.0,0.26578854735194,0.153725174569888,0.0,0.159275773847772,0.5,0.153725174569888,0.0,0.136797572345513,0.153725174569888,0.0,0.0286642842729682,0.5,0.153725174569888,0.0,0.621007542732819,0.153725174569888,0.0,0.117114010096182,0.153725174569888,0.0,0.0653817098653783,0.153725174569888,0.0,0.130599274039017,0.153725174569888,0.0,0.346236935316979,0.153725174569888,0.0,0.209127007143948,0.153725174569888,0.0,0.328634978362282,0.5,0.153725174569888,0.0,0.0263799200919978,0,0.0390767857844256,0.11594431851141 -3029,0.5,0.153725174569888,0.0,0.0840191280551423,0.153725174569888,0.0,0.303994857996242,0.153725174569888,0.0,0.0859913047572529,0.153725174569888,0.0,0.129016578837019,0.153725174569888,0.0,0.197133367533363,0.153725174569888,0.0,0.306966684673897,0.153725174569888,0.0,0.190465956639449,0.153725174569888,0.0,0.123193262765636,0.5,0.153725174569888,0.0,0.0856730906573828,0.153725174569888,0.0,0.0470230770144637,0.5,0.153725174569888,0.0,0.394339273186925,0.153725174569888,0.0,0.166845418441839,0.153725174569888,0.0,0.0440625051050164,0.153725174569888,0.0,0.096479627475841,0.153725174569888,0.0,0.326520320868598,0.153725174569888,0.0,0.274934862194292,0.153725174569888,0.0,0.339512240675219,0.5,0.153725174569888,0.0,0.0249721402496574,0,0.0143411206177118,0.171722676872593 -3030,0.5,0.153725174569888,0.00619101573124005,0.122205601124409,0.153725174569888,0.000301277306252684,0.151780465018214,0.153725174569888,0.00252245430463163,0.0774467671579847,0.153725174569888,0.0207794984895775,0.131999259018425,0.153725174569888,0.00254359956803526,0.362349026149415,0.153725174569888,0.00843769902308237,0.304448404518564,0.153725174569888,0.0136322725190592,0.222020610355596,0.153725174569888,0.00765306036752754,0.123516506518289,0.5,0.153725174569888,0.00266543404394921,0.067388643846609,0.153725174569888,0.00247684626131447,0.144402948243734,0.5,0.153725174569888,0.000585388042651871,0.285342607488199,0.153725174569888,0.00117089704916077,0.240976839622284,0.153725174569888,0.00802113168132139,0.0575962617776909,0.153725174569888,0.00191022788524874,0.118299728759722,0.153725174569888,0.00313891592152702,0.307349090798143,0.153725174569888,0.00282977993131511,0.206646450427815,0.153725174569888,0.00213495159956141,0.303586790503839,0.5,0.153725174569888,0.0164038021200774,0.0268086109411477,0,0.00746042553523203,0.188540593008256 -3031,0.5,0.153725174569888,0.0343708270685864,0.222928491123844,0.153725174569888,0.00602485365680575,0.128687793974729,0.153725174569888,0.00930749887198965,0.137081921386055,0.153725174569888,0.0640872156456128,0.171205423803912,0.153725174569888,0.047724959547024,0.57640049930382,0.153725174569888,0.0775112653773307,0.401716006989066,0.153725174569888,0.0924155284267819,0.424603317699127,0.153725174569888,0.0861214898835414,0.156680208576163,0.5,0.153725174569888,0.0541889193648025,0.107731473982629,0.153725174569888,0.0300619979508895,0.252376054353818,0.5,0.153725174569888,0.00344275937209597,0.211178731775247,0.153725174569888,0.0125386689497361,0.300706952430155,0.153725174569888,0.033970279995566,0.076126229182268,0.153725174569888,0.0159429914095897,0.244195694021147,0.153725174569888,0.0295409392277235,0.279483075270787,0.153725174569888,0.0569599463485677,0.152262987512244,0.153725174569888,0.0124722417292758,0.315268051300115,0.5,0.153725174569888,0.0549296771115715,0.0625726762185268,0,0.0040459913245208,0.168062307413096 -3032,0.5,0.153725174569888,0.0676843135456644,0.342265459317132,0.153725174569888,0.0282844293182798,0.129229228122076,0.153725174569888,0.0369251160247883,0.255912936963088,0.153725174569888,0.0950945897982539,0.229026978966153,0.153725174569888,0.145211633248889,0.763956013887522,0.153725174569888,0.160503376665883,0.541695659268204,0.153725174569888,0.184165704257488,0.821169858960756,0.153725174569888,0.189453141379907,0.271459163385594,0.5,0.153725174569888,0.154596336943377,0.272756068155837,0.153725174569888,0.0812960362716282,0.347748843719892,0.5,0.153725174569888,0.015833541630349,0.168054347279469,0.153725174569888,0.033773998379968,0.325257835675474,0.153725174569888,0.0609056323805221,0.0919966537226206,0.153725174569888,0.0361737275252033,0.426441786731308,0.153725174569888,0.108703535097678,0.32977319447788,0.153725174569888,0.168002035188342,0.413511933025144,0.153725174569888,0.0318411087755331,0.312708055544268,0.5,0.153725174569888,0.088010031344842,0.229057135326247,0,0.0730314668232086,0.210512614124169 -3033,0.5,0.153725174569888,0.0665518829386074,0.418284516763201,0.153725174569888,0.149796624964637,0.203642724656779,0.153725174569888,0.075051251270748,0.356099890708901,0.153725174569888,0.106711017485327,0.255325536766468,0.153725174569888,0.222017029077515,0.763529544898494,0.153725174569888,0.22871121388394,0.630733952234848,0.153725174569888,0.269133577683234,0.825579767003416,0.153725174569888,0.281076756301774,0.524992176377827,0.5,0.153725174569888,0.273525707315747,0.473145411141311,0.153725174569888,0.130502595505736,0.443715287584682,0.5,0.153725174569888,0.0469237619064962,0.186588596568613,0.153725174569888,0.0506276376207901,0.361820652013824,0.153725174569888,0.144456250887404,0.0949257490868604,0.153725174569888,0.0992709050032913,0.536400914086996,0.153725174569888,0.212825364529569,0.446346462629882,0.153725174569888,0.336848167659132,0.563085342119676,0.153725174569888,0.0528929326263347,0.26631443042389,0.5,0.153725174569888,0.107617114874765,0.323214632991689,0,0.22216466804315,0.328618197010447 -3034,0.5,0.153725174569888,0.0882587776846308,0.423046676792008,0.153725174569888,0.28169785298818,0.333188483740978,0.153725174569888,0.234104327112073,0.367338362855901,0.153725174569888,0.0628290096799749,0.319886329364186,0.153725174569888,0.352351054436897,0.714090280654905,0.153725174569888,0.254936134127742,0.756110106849959,0.153725174569888,0.357458102902378,0.81087492799876,0.153725174569888,0.356577881889984,0.633215495874862,0.5,0.153725174569888,0.343681815658746,0.548196310304251,0.153725174569888,0.208338372648987,0.529614436888803,0.5,0.153725174569888,0.145625049324659,0.186917602701615,0.153725174569888,0.0657402314461091,0.378070313892984,0.153725174569888,0.288390217563708,0.158652785784083,0.153725174569888,0.194019926354983,0.615882406013734,0.153725174569888,0.344036297240228,0.604095057673485,0.153725174569888,0.474097909521735,0.522774221600666,0.153725174569888,0.0767510888466401,0.198778309447,0.5,0.153725174569888,0.102925187352248,0.292297514704875,0,0.0723736585798837,0.27641018147887 -3035,0.5,0.153725174569888,0.136952827636801,0.413605396806422,0.153725174569888,0.178826304122606,0.583327797250942,0.153725174569888,0.452786111828364,0.388716077399446,0.153725174569888,0.0529215058346424,0.324855061162066,0.153725174569888,0.481971464460545,0.734422602636922,0.153725174569888,0.276952471386204,0.793410498581263,0.153725174569888,0.350035502506487,0.827674044792924,0.153725174569888,0.418084282632982,0.684369521773252,0.5,0.153725174569888,0.383028046156631,0.602288799597485,0.153725174569888,0.297829134069646,0.666888041100785,0.5,0.153725174569888,0.269223081252809,0.243966045957647,0.153725174569888,0.0729646839644438,0.36730993900686,0.153725174569888,0.297314827552973,0.252653725049368,0.153725174569888,0.30149452464097,0.648357995456399,0.153725174569888,0.439427959126692,0.726773042651749,0.153725174569888,0.548331339113753,0.553472344188579,0.153725174569888,0.129533378910246,0.194362890577972,0.5,0.153725174569888,0.109954627825235,0.328609926324203,0,0.0233542284994988,0.195205560692463 -3036,0.5,0.153725174569888,0.21492588870713,0.327294445600484,0.153725174569888,0.119249336815501,0.546584743179785,0.153725174569888,0.586089327743992,0.381142528469873,0.153725174569888,0.140801734317486,0.290383038331517,0.153725174569888,0.454911888995341,0.757978168115185,0.153725174569888,0.29333646518523,0.804783398773008,0.153725174569888,0.278508909171419,0.786015379423957,0.153725174569888,0.371849697153255,0.652841285757308,0.5,0.153725174569888,0.410439426009073,0.650784456088627,0.153725174569888,0.198181278042827,0.776298618995164,0.5,0.153725174569888,0.256589708719044,0.300871085161783,0.153725174569888,0.0710089072017523,0.314433905194015,0.153725174569888,0.254367607789049,0.360965242813291,0.153725174569888,0.246359935722278,0.548650517318059,0.153725174569888,0.476080893214311,0.732558349930242,0.153725174569888,0.505584531498609,0.577744105950271,0.153725174569888,0.178020282275862,0.225735820439684,0.5,0.153725174569888,0.160633667163692,0.442435192931418,0,0.0326379029971251,0.276309513656304 -3037,0.5,0.153725174569888,0.28560449136119,0.27966218756086,0.153725174569888,0.264295608374674,0.655274634933806,0.153725174569888,0.578531206236815,0.456797972384737,0.153725174569888,0.248480146402822,0.246981265987464,0.153725174569888,0.279902722714091,0.693402584498494,0.153725174569888,0.296272459593999,0.74674234337046,0.153725174569888,0.330965732279588,0.820712483994087,0.153725174569888,0.427938460438292,0.670146551927098,0.5,0.153725174569888,0.484587792760197,0.729826942480322,0.153725174569888,0.063781653640186,0.723926151260757,0.5,0.153725174569888,0.158456845856008,0.38817429416533,0.153725174569888,0.116049387861822,0.320143333869623,0.153725174569888,0.216671792679692,0.376052008443547,0.153725174569888,0.225470068724157,0.458063520558587,0.153725174569888,0.419361291707273,0.699868977822404,0.153725174569888,0.43468943055208,0.565825370829626,0.153725174569888,0.228264082727169,0.283049130073283,0.5,0.153725174569888,0.159677454292733,0.479058663514908,0,0.0401370674679073,0.357690442509666 -3038,0.5,0.153725174569888,0.322099042586079,0.271136290722976,0.153725174569888,0.136970733171792,0.436163425379379,0.153725174569888,0.442978238136744,0.495423836485964,0.153725174569888,0.30357363511821,0.238195810966374,0.153725174569888,0.315906287678687,0.738987567987478,0.153725174569888,0.328293753326616,0.75225994122787,0.153725174569888,0.224842610206576,0.770295671652574,0.153725174569888,0.344748385330048,0.693009582094663,0.5,0.153725174569888,0.436771206539655,0.772141209074752,0.153725174569888,0.139423320222566,0.667332389821414,0.5,0.153725174569888,0.26168102978568,0.555956601444221,0.153725174569888,0.135795864111783,0.39541259227967,0.153725174569888,0.31415776703653,0.450247921448407,0.153725174569888,0.244294870694883,0.385062297986058,0.153725174569888,0.325172276715833,0.664929481392016,0.153725174569888,0.340798453421157,0.518414809988426,0.153725174569888,0.256986899636103,0.401653168785118,0.5,0.153725174569888,0.0902036278250327,0.391399776906599,0,0.0267066597676206,0.376025903292589 -3039,0.5,0.153725174569888,0.332192724730027,0.297277355830613,0.153725174569888,0.0761036998657514,0.147803965058246,0.153725174569888,0.291009463331311,0.519430968759448,0.153725174569888,0.252594134412259,0.254728799743848,0.153725174569888,0.268157077879614,0.745656977342716,0.153725174569888,0.147964892864095,0.531298655421791,0.153725174569888,0.232087942898084,0.728823195992515,0.153725174569888,0.190409624147751,0.606459412180343,0.5,0.153725174569888,0.331659528015024,0.736937626457713,0.153725174569888,0.132502865562778,0.681992275963014,0.5,0.153725174569888,0.482282803862483,0.763644933627602,0.153725174569888,0.152732751386296,0.460981589872457,0.153725174569888,0.311568589623396,0.366851590970004,0.153725174569888,0.26417912785952,0.362874924390861,0.153725174569888,0.207489785820562,0.573866207009239,0.153725174569888,0.262931532027941,0.467641587570588,0.153725174569888,0.228158582512598,0.469653025015919,0.5,0.153725174569888,0.0804838469876106,0.490133923684136,0,0.0209674186721808,0.433075060635663 -3040,0.5,0.153725174569888,0.237909321131828,0.285564259531778,0.153725174569888,0.0800510489991304,0.0579484900736699,0.153725174569888,0.257691282586122,0.52906460290268,0.153725174569888,0.172164045313716,0.227781773209081,0.153725174569888,0.124943105365802,0.658875905456631,0.153725174569888,0.0560998426492837,0.310416691069384,0.153725174569888,0.175323582488985,0.629074579130955,0.153725174569888,0.126992093075936,0.460548483750055,0.5,0.153725174569888,0.169083903839074,0.581673317237968,0.153725174569888,0.10653668014362,0.648903013796071,0.5,0.153725174569888,0.417748302183106,0.872651335339797,0.153725174569888,0.199659225305049,0.461296137870544,0.153725174569888,0.308303530103692,0.262515096972298,0.153725174569888,0.180803791349112,0.386560044675029,0.153725174569888,0.196296576430773,0.504883034272211,0.153725174569888,0.161006762440265,0.352870432000507,0.153725174569888,0.213419590355129,0.515660111959316,0.5,0.153725174569888,0.0945270161386889,0.542299135763287,0,0.0197071357687341,0.623952092781635 -3041,0.5,0.153725174569888,0.13999241939458,0.256294829426806,0.153725174569888,0.161313632414787,0.101140263421311,0.153725174569888,0.16783248205279,0.473076982447085,0.153725174569888,0.121648732180088,0.162393790318255,0.153725174569888,0.0805215069294932,0.492180415005831,0.153725174569888,0.158203072097558,0.332631496147996,0.153725174569888,0.0766934051108811,0.51584240719877,0.153725174569888,0.175954874372885,0.468272884883996,0.5,0.153725174569888,0.1226950984464,0.541830289883277,0.153725174569888,0.101012701193101,0.526865271979688,0.5,0.153725174569888,0.17936344947057,0.803343367969605,0.153725174569888,0.181778177245232,0.49688015299987,0.153725174569888,0.283902643771863,0.234809977549766,0.153725174569888,0.100718848036768,0.382058127741016,0.153725174569888,0.154400646944697,0.473690137517464,0.153725174569888,0.144013116980833,0.375164448561965,0.153725174569888,0.147276609441128,0.512658299667123,0.5,0.153725174569888,0.0710719566300602,0.412208906729902,0,0.0194740412784279,0.692037033684837 -3042,0.5,0.153725174569888,0.0591139345128036,0.181583542095913,0.153725174569888,0.096095152794797,0.0796996830578925,0.153725174569888,0.103580789874146,0.380945143273937,0.153725174569888,0.0785783679684528,0.132490814561976,0.153725174569888,0.130332891312574,0.328073197753354,0.153725174569888,0.143391133811793,0.358031033309326,0.153725174569888,0.0305601980960483,0.307633233686249,0.153725174569888,0.140971471104749,0.437458015453823,0.5,0.153725174569888,0.0963493265457558,0.506023878579808,0.153725174569888,0.10983901498174,0.441482509400993,0.5,0.153725174569888,0.0734276624435144,0.663423273840151,0.153725174569888,0.0870027289982157,0.379640464392112,0.153725174569888,0.164426697033192,0.186241894619657,0.153725174569888,0.0364922476147631,0.30671116298642,0.153725174569888,0.0753232726146915,0.384673599569375,0.153725174569888,0.0763268455025623,0.257570264581901,0.153725174569888,0.101421153860098,0.486203695528205,0.5,0.153725174569888,0.0210609872428579,0.354395051327965,0,0.0233951366479564,0.499493255245405 -3043,0.5,0.153725174569888,0.0236473562276137,0.117842944507962,0.153725174569888,0.0406150493321368,0.0710410733137421,0.153725174569888,0.0467660783267452,0.25114919288046,0.153725174569888,0.0295348746995894,0.115523285992655,0.153725174569888,0.0839216562180486,0.205957434991184,0.153725174569888,0.0245739008530868,0.323714894095548,0.153725174569888,0.0509218378385338,0.215652449700119,0.153725174569888,0.0344186475486224,0.373188990834872,0.5,0.153725174569888,0.0447329424140351,0.435442116909408,0.153725174569888,0.0273741276172353,0.352612399414954,0.5,0.153725174569888,0.0270565809452725,0.513129496497212,0.153725174569888,0.0279903072039214,0.248964325661291,0.153725174569888,0.0524058778693957,0.136479910123945,0.153725174569888,0.0198767500896114,0.176790793707104,0.153725174569888,0.0400138675872585,0.276815360622361,0.153725174569888,0.0230233144946577,0.155977016691311,0.153725174569888,0.0363577228564927,0.413300061506942,0.5,0.153725174569888,0.00982619952350479,0.307003613140889,0,0.03539152653956,0.26764717247113 -3044,0.5,0.153725174569888,0.0,0.0861474515052582,0.153725174569888,0.0,0.0941183426400904,0.153725174569888,0.0,0.168786981736495,0.153725174569888,0.0,0.115487464679037,0.153725174569888,0.0,0.211833871665937,0.153725174569888,0.000290768988357707,0.316419082539279,0.153725174569888,0.0,0.170792251289117,0.153725174569888,6.66207602655003e-05,0.264901795195125,0.5,0.153725174569888,3.65201475890714e-05,0.25156639392346,0.153725174569888,0.0,0.236626318726711,0.5,0.153725174569888,3.32462815440383e-05,0.358138197911663,0.153725174569888,3.51537971128461e-05,0.159254174439159,0.153725174569888,1.00180293056445e-05,0.144975087166681,0.153725174569888,2.34754957179719e-05,0.119566227555594,0.153725174569888,6.12503237615981e-06,0.172166904937422,0.153725174569888,0.0,0.103768141223293,0.153725174569888,0.0,0.254755233094111,0.5,0.153725174569888,0.0,0.224522452095936,0,0.0492905485921752,0.248395150704657 -3045,0.5,0.153725174569888,0.0,0.0760298754909253,0.153725174569888,0.0,0.173151914094326,0.153725174569888,0.0,0.140810381214348,0.153725174569888,0.0,0.112692071277959,0.153725174569888,0.0,0.265354530800991,0.153725174569888,0.0,0.370266020012472,0.153725174569888,0.0,0.232810226360644,0.153725174569888,0.0,0.193651888171265,0.5,0.153725174569888,0.0,0.144008431778316,0.153725174569888,0.0,0.166166512270167,0.5,0.153725174569888,0.0,0.299136987265698,0.153725174569888,0.0,0.139038941779035,0.153725174569888,0.0,0.127739649804182,0.153725174569888,0.0,0.155033244462785,0.153725174569888,0.0,0.131962625473035,0.153725174569888,0.0,0.0924766690777162,0.153725174569888,0.0,0.185217879927566,0.5,0.153725174569888,0.0,0.14366992558446,0,0.0719694486531241,0.515697479675421 -3046,0.5,0.153725174569888,0.0,0.0715378822462241,0.153725174569888,0.0,0.136723261094144,0.153725174569888,0.0,0.126338602909518,0.153725174569888,0.0,0.112776807528984,0.153725174569888,0.0,0.397345535832369,0.153725174569888,0.0,0.420698269856218,0.153725174569888,0.0,0.334697187217476,0.153725174569888,0.0,0.186897004375083,0.5,0.153725174569888,0.0,0.136090446773472,0.153725174569888,0.0,0.156951203511344,0.5,0.153725174569888,0.0,0.249544206973206,0.153725174569888,0.0,0.136733228011248,0.153725174569888,0.0,0.0873781859902631,0.153725174569888,0.0,0.232735797228133,0.153725174569888,0.0,0.137756241417685,0.153725174569888,0.0,0.111515735066367,0.153725174569888,0.0,0.165426424012686,0.5,0.153725174569888,0.0,0.123643018112005,0,0.0909495835556144,0.731035971111535 -3047,0.5,0.153725174569888,0.0,0.0860460789578393,0.153725174569888,0.0,0.0929495874963724,0.153725174569888,0.0,0.113185434066293,0.153725174569888,0.0,0.116795025408841,0.153725174569888,0.0,0.585568019886023,0.153725174569888,0.0,0.451204073187337,0.153725174569888,0.0,0.410870004380062,0.153725174569888,0.0,0.21101466746091,0.5,0.153725174569888,0.0,0.128421020764118,0.153725174569888,0.0,0.163694369849579,0.5,0.153725174569888,0.0,0.201279472140656,0.153725174569888,0.0,0.124449020849863,0.153725174569888,0.0,0.110330772281716,0.153725174569888,0.0,0.364208711695367,0.153725174569888,0.0,0.195043886991953,0.153725174569888,0.0,0.140657042059391,0.153725174569888,0.0,0.155175171847793,0.5,0.153725174569888,0.0,0.123690957683165,0,0.0815716024393471,0.80240495882713 -3048,0.5,0.153725174569888,0.0,0.0999228282792384,0.153725174569888,0.0,0.162166817033226,0.153725174569888,0.0,0.103154374867676,0.153725174569888,0.0,0.117755856206499,0.153725174569888,0.0,0.72579250785516,0.153725174569888,0.0,0.535254804240205,0.153725174569888,0.0,0.468168733281974,0.153725174569888,0.0,0.29061007296817,0.5,0.153725174569888,0.0,0.168267531718602,0.153725174569888,0.0,0.141125746241483,0.5,0.153725174569888,0.0,0.187465403423375,0.153725174569888,0.0,0.153229349624929,0.153725174569888,0.0,0.212144907640083,0.153725174569888,0.0,0.594493414070404,0.153725174569888,0.0,0.296208279917675,0.153725174569888,0.0,0.154539042672584,0.153725174569888,0.0,0.146948270044078,0.5,0.153725174569888,0.0,0.12077291823026,0,0.0765223431822282,0.901393388444135 -3049,0.5,0.153725174569888,0.0,0.10171647458463,0.153725174569888,0.0,0.304467621836385,0.153725174569888,0.0,0.0953313090023862,0.153725174569888,0.0,0.107536881922319,0.153725174569888,0.0,0.765321886357236,0.153725174569888,0.0,0.669628518716273,0.153725174569888,0.0,0.519768767468501,0.153725174569888,0.0,0.383458246077483,0.5,0.153725174569888,0.0,0.235760319934045,0.153725174569888,0.0,0.128216220639146,0.5,0.153725174569888,0.0,0.234854774356896,0.153725174569888,0.0,0.173958135446243,0.153725174569888,0.0,0.382015558198323,0.153725174569888,0.0,0.716460992882656,0.153725174569888,0.0,0.398813449885854,0.153725174569888,0.0,0.177542121712276,0.153725174569888,0.0,0.147275549318786,0.5,0.153725174569888,0.0,0.142608051836008,0,0.0747394464249127,0.884290552073115 -3050,0.5,0.153725174569888,0.0,0.101819264858479,0.153725174569888,0.0,0.506564264389859,0.153725174569888,0.0,0.0957134621141516,0.153725174569888,0.0,0.0885029927219105,0.153725174569888,0.0,0.765839634535961,0.153725174569888,0.0,0.699919779779307,0.153725174569888,0.0,0.640173393518761,0.153725174569888,0.0,0.422971177332722,0.5,0.153725174569888,0.0,0.261664429134773,0.153725174569888,0.0,0.168713119502873,0.5,0.153725174569888,0.0,0.236409904563082,0.153725174569888,0.0,0.187079950502269,0.153725174569888,0.0,0.605936584190043,0.153725174569888,0.0,0.76500241522372,0.153725174569888,0.0,0.483240339549051,0.153725174569888,0.0,0.204914260464514,0.153725174569888,0.0,0.156233047985612,0.5,0.153725174569888,0.0,0.154397527631885,0,0.0701234807989258,0.925604742594103 -3051,0.5,0.153725174569888,0.0,0.119091788797173,0.153725174569888,0.0,0.715740265730397,0.153725174569888,0.0,0.121239927393631,0.153725174569888,0.0,0.0748261799265106,0.153725174569888,0.0,0.724863951126843,0.153725174569888,0.0,0.67144630982912,0.153725174569888,0.0,0.750282104982932,0.153725174569888,0.0,0.375452426656987,0.5,0.153725174569888,0.0,0.283090339274531,0.153725174569888,0.0,0.18833802499831,0.5,0.153725174569888,0.0,0.208612153106281,0.153725174569888,0.0,0.150418547838358,0.153725174569888,0.0,0.657125818538042,0.153725174569888,0.0,0.749430460051339,0.153725174569888,0.0,0.563451870962804,0.153725174569888,0.0,0.259329800887668,0.153725174569888,0.0,0.177052098422783,0.5,0.153725174569888,0.0,0.15828153475941,0,0.0540546847707052,0.947725006394032 -3052,0.5,0.153725174569888,0.0,0.149465535911246,0.153725174569888,0.0,0.764698456203463,0.153725174569888,0.0,0.152815694480309,0.153725174569888,0.0,0.0731269576655783,0.153725174569888,0.0,0.670373356455453,0.153725174569888,0.0,0.693455950727824,0.153725174569888,0.0,0.7342733528197,0.153725174569888,0.0,0.357956598637552,0.5,0.153725174569888,0.0,0.261872877278746,0.153725174569888,0.0,0.148717872352057,0.5,0.153725174569888,0.0,0.193899637603812,0.153725174569888,0.0,0.0890124939925814,0.153725174569888,0.0,0.674598304578728,0.153725174569888,0.0,0.704910787685689,0.153725174569888,0.0,0.614624235628454,0.153725174569888,0.0,0.346616715641662,0.153725174569888,0.0,0.179497996121354,0.5,0.153725174569888,0.0,0.206042200025635,0,0.0755451104550085,0.921410050677179 -3053,0.5,0.153725174569888,2.12150601763151e-08,0.214622281095688,0.153725174569888,0.0,0.726968728749097,0.153725174569888,0.0,0.19206861599315,0.153725174569888,0.0,0.0854626283162201,0.153725174569888,0.0,0.743314416284283,0.153725174569888,0.0,0.723479871951129,0.153725174569888,0.0,0.725846071794344,0.153725174569888,0.0,0.360256470575495,0.5,0.153725174569888,0.0,0.228384480509061,0.153725174569888,0.0,0.0919315603916373,0.5,0.153725174569888,0.0,0.204345038088181,0.153725174569888,0.0,0.0830652922882444,0.153725174569888,0.0,0.729826934898881,0.153725174569888,0.0,0.679706348817321,0.153725174569888,0.0,0.62197240139074,0.153725174569888,0.0,0.40567391668179,0.153725174569888,0.0,0.169791849741549,0.5,0.153725174569888,0.0,0.220796951143284,0,0.140527128825394,0.945998544017132 -3054,0.5,0.153725174569888,0.0163352135501427,0.324110633824455,0.153725174569888,0.00530902732031895,0.730745571755058,0.153725174569888,0.0179987809787963,0.257411357157842,0.153725174569888,0.0139059011338563,0.108875159288187,0.153725174569888,0.00136255728858564,0.783779944910022,0.153725174569888,0.000605864907403269,0.717058435738707,0.153725174569888,0.0022697317155992,0.729464012634592,0.153725174569888,0.0012968301750463,0.347698962406579,0.5,0.153725174569888,0.00125577722211577,0.267778692217418,0.153725174569888,0.0113216181899002,0.0578923006868274,0.5,0.153725174569888,0.00113123513095151,0.198750243326925,0.153725174569888,0.00479528377532335,0.0881562481587896,0.153725174569888,0.000535629711050367,0.724724504173122,0.153725174569888,0.00208141299478937,0.70728266480304,0.153725174569888,0.0050049777246938,0.637268647834635,0.153725174569888,0.00234237631024746,0.371669367866976,0.153725174569888,0.00271821851862585,0.184676164726627,0.5,0.153725174569888,0.00914055542374918,0.167862845034819,0,0.322793780947325,0.966288120864074 -3055,0.5,0.153725174569888,0.0431185711741593,0.445192766701754,0.153725174569888,0.0235011042266389,0.750417534331488,0.153725174569888,0.0685199964130451,0.454823706653689,0.153725174569888,0.0280396972856655,0.149871546318122,0.153725174569888,0.00520194493048815,0.808848417995917,0.153725174569888,0.0109230898988928,0.71829052815305,0.153725174569888,0.0129324551836374,0.752109021318734,0.153725174569888,0.0270281257979746,0.389023149849425,0.5,0.153725174569888,0.01528484089465,0.366698078892885,0.153725174569888,0.0750900013020764,0.0604907654889755,0.5,0.153725174569888,0.0166709461417083,0.24382341908862,0.153725174569888,0.0353872954509805,0.110596847864895,0.153725174569888,0.00226760322098393,0.760150481701222,0.153725174569888,0.0103499338671551,0.712528463103288,0.153725174569888,0.0274556330621252,0.700512835242001,0.153725174569888,0.0248202597424386,0.481964898643021,0.153725174569888,0.0271152184104112,0.236954195655113,0.5,0.153725174569888,0.0666994837089967,0.170488060616472,0,0.585881578336798,0.980369088930242 -3056,0.5,0.153725174569888,0.0860988643119413,0.577995946166564,0.153725174569888,0.0498304594578229,0.790350439438287,0.153725174569888,0.112466612633939,0.605710800119636,0.153725174569888,0.0793607426252932,0.259193954785773,0.153725174569888,0.0044842026849046,0.870612144680233,0.153725174569888,0.0569739941145423,0.723979075030262,0.153725174569888,0.0278065331785271,0.765604706399574,0.153725174569888,0.0670133698133384,0.434679071086441,0.5,0.153725174569888,0.0361084298247287,0.391104477445107,0.153725174569888,0.109954767561177,0.100910600702976,0.5,0.153725174569888,0.0401706622060732,0.231429053520213,0.153725174569888,0.0657017320248484,0.192543988780169,0.153725174569888,0.0105981435005436,0.775210700104616,0.153725174569888,0.0224768816527533,0.729460348732588,0.153725174569888,0.0567037689836471,0.774907896606637,0.153725174569888,0.0726766263978317,0.576219357543735,0.153725174569888,0.0754687416327753,0.307043415199081,0.5,0.153725174569888,0.173372676949932,0.279572546587993,0,0.721110122354117,0.979798267785874 -3057,0.5,0.153725174569888,0.117728930211609,0.647897214412631,0.153725174569888,0.0434050253303143,0.825549190894787,0.153725174569888,0.119221083534282,0.596976412923304,0.153725174569888,0.15042388571579,0.410037087787973,0.153725174569888,0.0208673393310733,0.836846350773005,0.153725174569888,0.133127091557249,0.759374566876685,0.153725174569888,0.0632864361403195,0.755648612404579,0.153725174569888,0.0988455075651171,0.477737426909653,0.5,0.153725174569888,0.0724665396449252,0.472315971995817,0.153725174569888,0.117993276095483,0.158333716257432,0.5,0.153725174569888,0.073511035120728,0.423043942036131,0.153725174569888,0.10241190886251,0.268758623247632,0.153725174569888,0.0317184392568743,0.797109008895085,0.153725174569888,0.0316106475046562,0.764375263364442,0.153725174569888,0.0725597254093216,0.80844005324019,0.153725174569888,0.093654381393863,0.546906841014466,0.153725174569888,0.125366735867662,0.406542324330492,0.5,0.153725174569888,0.248053203394849,0.326945287550248,0,0.697820639766706,0.950325607509842 -3058,0.5,0.153725174569888,0.155837873489132,0.719354783562624,0.153725174569888,0.00985673311803856,0.697367638272243,0.153725174569888,0.190951313026468,0.725950158123681,0.153725174569888,0.234428932648086,0.559186351260912,0.153725174569888,0.125873056324639,0.886299998607939,0.153725174569888,0.0945978065591087,0.712791768081373,0.153725174569888,0.0999325049330223,0.771446231400131,0.153725174569888,0.110511673938713,0.454797013383315,0.5,0.153725174569888,0.124165952895305,0.513423788590227,0.153725174569888,0.288768042881723,0.289828020684134,0.5,0.153725174569888,0.0956832862715697,0.568010438487984,0.153725174569888,0.198142398129199,0.411838211320328,0.153725174569888,0.0363982894785118,0.795689825873143,0.153725174569888,0.0521751836359839,0.806990174328218,0.153725174569888,0.0724132096005552,0.806654142954296,0.153725174569888,0.160373524137121,0.631268479368985,0.153725174569888,0.211747236829255,0.518502869506361,0.5,0.153725174569888,0.215972629970912,0.335937722383171,0,0.632237503287702,0.840979734242126 -3059,0.5,0.153725174569888,0.205674089234739,0.800086224770733,0.153725174569888,0.0185784037018968,0.676461191731707,0.153725174569888,0.209397626766799,0.723885592222253,0.153725174569888,0.304063870311857,0.688084406962905,0.153725174569888,0.129115988787637,0.865691340967497,0.153725174569888,0.100336822349734,0.671956264991222,0.153725174569888,0.116125203839653,0.748976201498799,0.153725174569888,0.168064584184855,0.463152136490819,0.5,0.153725174569888,0.168732446436331,0.502530895398286,0.153725174569888,0.475631288291858,0.430344654246975,0.5,0.153725174569888,0.119798671217504,0.704958590162052,0.153725174569888,0.231837245793847,0.32845948125048,0.153725174569888,0.0411340381349253,0.757768845389183,0.153725174569888,0.119714986631885,0.849908148116385,0.153725174569888,0.0877158454636382,0.802875427101418,0.153725174569888,0.156608257869555,0.616484525300163,0.153725174569888,0.175499553896981,0.639834260239682,0.5,0.153725174569888,0.294115018887882,0.517596586304989,0,0.598827330985265,0.660352516924143 -3060,0.5,0.153725174569888,0.172588555356382,0.813470638524368,0.153725174569888,0.0420989255136175,0.763337985439005,0.153725174569888,0.224203682315736,0.779884533350061,0.153725174569888,0.157741516498437,0.653941709471416,0.153725174569888,0.0950682343046406,0.812633801588888,0.153725174569888,0.194897721992054,0.637539985705289,0.153725174569888,0.121340017086263,0.673062263950229,0.153725174569888,0.219239438999262,0.432164459854187,0.5,0.153725174569888,0.208929172953599,0.48229597295392,0.153725174569888,0.436974947129913,0.435040026687133,0.5,0.153725174569888,0.135002778447861,0.649306122153386,0.153725174569888,0.245599387150509,0.323450285573228,0.153725174569888,0.0512142615306092,0.744306957071786,0.153725174569888,0.114178302485082,0.81651945815936,0.153725174569888,0.107940417429751,0.769084748785982,0.153725174569888,0.1550827501156,0.5657291923106,0.153725174569888,0.150238839499715,0.6597356555875,0.5,0.153725174569888,0.410512519052808,0.608076836509915,0,0.643653686988181,0.606986084598354 -3061,0.5,0.153725174569888,0.122160221216825,0.778328838559943,0.153725174569888,0.0513923817463038,0.699185650429334,0.153725174569888,0.219985177809196,0.783281627933494,0.153725174569888,0.223738061703749,0.734372611038996,0.153725174569888,0.130468747702126,0.794037550254133,0.153725174569888,0.20090756730348,0.509619016925398,0.153725174569888,0.155631695652099,0.621382324050606,0.153725174569888,0.204877359313779,0.365848482597061,0.5,0.153725174569888,0.256666056394426,0.533135908963836,0.153725174569888,0.30498655633503,0.291101148433448,0.5,0.153725174569888,0.17902466459168,0.62958775214844,0.153725174569888,0.279108061048477,0.397360131301714,0.153725174569888,0.0874502356621849,0.73860657085085,0.153725174569888,0.100096341802968,0.7568467338971,0.153725174569888,0.131948704064313,0.771501913942762,0.153725174569888,0.207733075153779,0.556039472053596,0.153725174569888,0.217029361901189,0.673102221021902,0.5,0.153725174569888,0.394222227206399,0.516215083038612,0,0.746112563444231,0.677637279932109 -3062,0.5,0.153725174569888,0.111709198020497,0.746839210695106,0.153725174569888,0.0759491447224148,0.650357374208727,0.153725174569888,0.213682720056722,0.750490217122382,0.153725174569888,0.297148568517073,0.747482009129778,0.153725174569888,0.188692011742917,0.74000365945672,0.153725174569888,0.141144164862319,0.355002241342316,0.153725174569888,0.152541138530902,0.533382568554986,0.153725174569888,0.246594103135896,0.384916451140436,0.5,0.153725174569888,0.276125350943184,0.61593843698972,0.153725174569888,0.367164913766942,0.358062748386191,0.5,0.153725174569888,0.229806296123778,0.541477662943544,0.153725174569888,0.285569776356687,0.296088742421824,0.153725174569888,0.103613691313196,0.692077233401363,0.153725174569888,0.125859958660156,0.694772668760241,0.153725174569888,0.153636890996493,0.76888880542068,0.153725174569888,0.258662699607977,0.579237874675694,0.153725174569888,0.236975548280066,0.661981716555301,0.5,0.153725174569888,0.332339240184402,0.449414328690158,0,0.84483595439746,0.636774933080062 -3063,0.5,0.153725174569888,0.0983022643505284,0.690034831174862,0.153725174569888,0.0523224762851559,0.564453792127199,0.153725174569888,0.22671865561784,0.665950680657188,0.153725174569888,0.231246199753135,0.667010253931044,0.153725174569888,0.141856318573847,0.52199631444427,0.153725174569888,0.159127834575366,0.378214230885043,0.153725174569888,0.104992136625473,0.390052729057831,0.153725174569888,0.164465409944912,0.384116003483543,0.5,0.153725174569888,0.243271054098959,0.656174077608803,0.153725174569888,0.292454068140452,0.289969387829892,0.5,0.153725174569888,0.230259916895372,0.573735216862356,0.153725174569888,0.354308768426282,0.284915870745189,0.153725174569888,0.10422119860524,0.635228366592236,0.153725174569888,0.0955329858170778,0.617479511081458,0.153725174569888,0.142471604333976,0.679957880791618,0.153725174569888,0.173397759375385,0.469502079080499,0.153725174569888,0.185500225328477,0.573068789883999,0.5,0.153725174569888,0.416238317287359,0.513954688226997,0,0.865651802643586,0.589997644959571 -3064,0.5,0.153725174569888,0.112370903506643,0.654667410427009,0.153725174569888,0.0820779837196016,0.585049504578034,0.153725174569888,0.210655543323493,0.624661016679497,0.153725174569888,0.204431469058127,0.57132026404246,0.153725174569888,0.148710359299816,0.405241140152752,0.153725174569888,0.0881214446046024,0.328400184110982,0.153725174569888,0.11685405546739,0.33225661956381,0.153725174569888,0.116176149775426,0.348828546051108,0.5,0.153725174569888,0.166625704670025,0.597412714649266,0.153725174569888,0.289800669532163,0.122001735358308,0.5,0.153725174569888,0.226558365182323,0.412786855766498,0.153725174569888,0.30960252308224,0.209819359620513,0.153725174569888,0.0848569036017094,0.516519369594751,0.153725174569888,0.0782598082270173,0.505815687075752,0.153725174569888,0.0870907501027575,0.522811734965444,0.153725174569888,0.128339262322831,0.337184158920883,0.153725174569888,0.154975391097941,0.437031366285348,0.5,0.153725174569888,0.344453248043112,0.32330327473859,0,0.845616627647047,0.615435542315233 -3065,0.5,0.153725174569888,0.075784589388619,0.533277580661364,0.153725174569888,0.0825446061792588,0.456934854817279,0.153725174569888,0.115352639008461,0.463289077901406,0.153725174569888,0.166832178943735,0.476489572773875,0.153725174569888,0.0955238543383625,0.3648879084317,0.153725174569888,0.0535601863407241,0.224374852130102,0.153725174569888,0.092012598927768,0.307856466089352,0.153725174569888,0.0545452872259279,0.297859044852,0.5,0.153725174569888,0.105195204466828,0.586870294282026,0.153725174569888,0.219213105998038,0.0529648248770047,0.5,0.153725174569888,0.181694487822317,0.320563391317374,0.153725174569888,0.214128408376789,0.147114580374618,0.153725174569888,0.110406353249354,0.469383780982917,0.153725174569888,0.0769297558536383,0.374291739386301,0.153725174569888,0.0630292300678672,0.366147142500386,0.153725174569888,0.125023963268792,0.375588399062338,0.153725174569888,0.138725988512471,0.323037656471192,0.5,0.153725174569888,0.227836845677832,0.168695768958667,0,0.769210557465381,0.646113888997252 -3066,0.5,0.153725174569888,0.0369979657686445,0.406568034636872,0.153725174569888,0.0284679444862922,0.283491081617896,0.153725174569888,0.0629562963948479,0.328108102235275,0.153725174569888,0.082182836808594,0.316285485644084,0.153725174569888,0.0328485257217212,0.292581626143008,0.153725174569888,0.0204741748479896,0.136043687141622,0.153725174569888,0.040669154290958,0.181345470284738,0.153725174569888,0.0185059294850527,0.338369332475674,0.5,0.153725174569888,0.0485437857542839,0.643132600013669,0.153725174569888,0.110919081318386,0.0121559210754907,0.5,0.153725174569888,0.0933317571959291,0.250117001510135,0.153725174569888,0.11872096966658,0.0927085602906007,0.153725174569888,0.0955248799642871,0.465342478196705,0.153725174569888,0.0536995317949967,0.231075882172049,0.153725174569888,0.0533915074127381,0.260375840041842,0.153725174569888,0.0447580741517007,0.218273576241676,0.153725174569888,0.0975123497034401,0.191134061832069,0.5,0.153725174569888,0.118791853125059,0.0512632128874911,0,0.673571607590513,0.6209963703961 -3067,0.5,0.153725174569888,0.00893720491482455,0.292694484003576,0.153725174569888,0.0142289065995869,0.158529278891099,0.153725174569888,0.028596230134095,0.221823515999341,0.153725174569888,0.0254465419665208,0.143711332118242,0.153725174569888,0.00645719070306252,0.226606168182213,0.153725174569888,0.00545104413082923,0.11302944664775,0.153725174569888,0.00763762369457281,0.112746827025607,0.153725174569888,0.00192884251072683,0.513537423588688,0.5,0.153725174569888,0.00764557233168427,0.609363261946346,0.153725174569888,0.0344647902996823,0.00220566340440645,0.5,0.153725174569888,0.0268648501696497,0.179907724181443,0.153725174569888,0.0320033701718565,0.0786148680705589,0.153725174569888,0.038636536274927,0.377030481442125,0.153725174569888,0.0177498125547455,0.140850660355513,0.153725174569888,0.0232878735923591,0.185807673052801,0.153725174569888,0.00540423476016993,0.134427830783667,0.153725174569888,0.0361520328262909,0.106193757418486,0.5,0.153725174569888,0.0298293247399264,0.00504665690584778,0,0.553351408403815,0.510863975876702 -3068,0.5,0.153725174569888,1.91810438672941e-05,0.209215865333528,0.153725174569888,0.0,0.10164196047328,0.153725174569888,2.85345493702394e-05,0.138072423211797,0.153725174569888,5.4028959734264e-06,0.0639049233465122,0.153725174569888,0.0,0.15413581640616,0.153725174569888,0.000108173930881819,0.123714702063567,0.153725174569888,0.000116612934665911,0.105242075857257,0.153725174569888,8.9749383798459e-05,0.507461835295657,0.5,0.153725174569888,2.84049293378293e-05,0.507824300745242,0.153725174569888,0.0,0.00526628146766427,0.5,0.153725174569888,0.0,0.239850399610311,0.153725174569888,0.0,0.0917459032667686,0.153725174569888,0.000149178861038702,0.230123922957212,0.153725174569888,9.61700847072709e-05,0.129200434348389,0.153725174569888,0.0,0.127830193661683,0.153725174569888,1.52883176643688e-05,0.138053007909622,0.153725174569888,0.0,0.100993148932098,0.5,0.153725174569888,0.0,0.00190293507547702,0,0.378535651922924,0.337272806926272 -3069,0.5,0.153725174569888,0.0,0.151444593230915,0.153725174569888,0.0,0.0943209428683974,0.153725174569888,0.0,0.108380959510264,0.153725174569888,0.0,0.0514297543781578,0.153725174569888,0.0,0.115711998151837,0.153725174569888,0.0,0.145001191908282,0.153725174569888,0.0,0.134702681518291,0.153725174569888,0.0,0.558638616779583,0.5,0.153725174569888,0.0,0.569802604847777,0.153725174569888,0.0,0.0131142951844014,0.5,0.153725174569888,0.0,0.309093661297476,0.153725174569888,0.0,0.119562937299025,0.153725174569888,0.0,0.144866343323048,0.153725174569888,0.0,0.123610569120642,0.153725174569888,0.0,0.106473271720963,0.153725174569888,0.0,0.201756406040718,0.153725174569888,0.0,0.140687888011568,0.5,0.153725174569888,0.0,0.00458167353805078,0,0.308974422654553,0.225076154259702 -3070,0.5,0.153725174569888,0.0,0.115176773680351,0.153725174569888,0.0,0.151219767370221,0.153725174569888,0.0,0.123690259504672,0.153725174569888,0.0,0.0610657791154336,0.153725174569888,0.0,0.211935360014859,0.153725174569888,0.0,0.199364007022752,0.153725174569888,0.0,0.154323098726453,0.153725174569888,0.0,0.577142291115512,0.5,0.153725174569888,0.0,0.609576700620024,0.153725174569888,0.0,0.0292397268289832,0.5,0.153725174569888,0.0,0.234198730203665,0.153725174569888,0.0,0.173486582994369,0.153725174569888,0.0,0.157364180131364,0.153725174569888,0.0,0.110522568385635,0.153725174569888,0.0,0.1084661948903,0.153725174569888,0.0,0.299567028756015,0.153725174569888,0.0,0.174491674135307,0.5,0.153725174569888,0.0,0.0081229522128276,0,0.222404464507178,0.190428034874221 -3071,0.5,0.153725174569888,0.0,0.0936833307363108,0.153725174569888,0.0,0.170710826955869,0.153725174569888,0.0,0.168950908319502,0.153725174569888,0.0,0.0801246010063739,0.153725174569888,0.0,0.306129027554371,0.153725174569888,0.0,0.318415499017173,0.153725174569888,0.0,0.182511413241357,0.153725174569888,0.0,0.603447979883643,0.5,0.153725174569888,0.0,0.561782825183961,0.153725174569888,0.0,0.0725393356261817,0.5,0.153725174569888,0.0,0.25894753804887,0.153725174569888,0.0,0.265196156088761,0.153725174569888,0.0,0.180468758134426,0.153725174569888,0.0,0.149522587159287,0.153725174569888,0.0,0.125156670448563,0.153725174569888,0.0,0.394966560159041,0.153725174569888,0.0,0.216291434249282,0.5,0.153725174569888,0.0,0.0228875556575402,0,0.12235010428293,0.197573214657028 -3072,0.5,0.153725174569888,0.0,0.0862366691111983,0.153725174569888,0.0,0.164853966517912,0.153725174569888,0.0,0.228633963272732,0.153725174569888,0.0,0.102638781032347,0.153725174569888,0.0,0.3683254808115,0.153725174569888,0.0,0.530194576175151,0.153725174569888,0.0,0.312914719790842,0.153725174569888,0.0,0.594316336935653,0.5,0.153725174569888,0.0,0.461645127637773,0.153725174569888,0.0,0.166028420757778,0.5,0.153725174569888,0.0,0.432704216927294,0.153725174569888,0.0,0.364103227764605,0.153725174569888,0.0,0.180266823328185,0.153725174569888,0.0,0.205606250433916,0.153725174569888,0.0,0.151026267516993,0.153725174569888,0.0,0.516603998864884,0.153725174569888,0.0,0.296596172031399,0.5,0.153725174569888,0.0,0.0672131403408613,0,0.088927563394283,0.199821942969927 -3073,0.5,0.153725174569888,0.0,0.0928654826272738,0.153725174569888,0.0,0.208385610583481,0.153725174569888,0.0,0.313928152612817,0.153725174569888,0.0,0.146399128180518,0.153725174569888,0.0,0.49067146465216,0.153725174569888,0.0,0.729173247302957,0.153725174569888,0.0,0.550626688531205,0.153725174569888,0.0,0.514928605060574,0.5,0.153725174569888,0.0,0.317468386405002,0.153725174569888,0.0,0.213590658357525,0.5,0.153725174569888,0.0,0.577623982769989,0.153725174569888,0.0,0.409209048381942,0.153725174569888,0.0,0.171488759849498,0.153725174569888,0.0,0.245211919008914,0.153725174569888,0.0,0.196915111449338,0.153725174569888,0.0,0.633826832147204,0.153725174569888,0.0,0.409162640482571,0.5,0.153725174569888,0.0,0.204474872251951,0,0.0737480742754081,0.183136520662679 -3074,0.5,0.153725174569888,0.0,0.107908144032387,0.153725174569888,0.0,0.206456055205089,0.153725174569888,0.0,0.404266704325391,0.153725174569888,0.0,0.214455855542338,0.153725174569888,0.0,0.727940708548534,0.153725174569888,0.0,0.714739129979869,0.153725174569888,0.0,0.695114085618973,0.153725174569888,0.0,0.414745586633834,0.5,0.153725174569888,0.0,0.276916231864712,0.153725174569888,0.0,0.226611559362491,0.5,0.153725174569888,0.0,0.435471917404705,0.153725174569888,0.0,0.394125041655908,0.153725174569888,0.0,0.149167123033301,0.153725174569888,0.0,0.259833713737966,0.153725174569888,0.0,0.280564599241294,0.153725174569888,0.0,0.68828259340829,0.153725174569888,0.0,0.455387283324495,0.5,0.153725174569888,0.0,0.261894660143671,0,0.0784781340414078,0.183513710591512 -3075,0.5,0.153725174569888,0.0,0.129756277986533,0.153725174569888,0.0,0.248785997816403,0.153725174569888,0.0,0.513255971134949,0.153725174569888,0.0,0.283656747997415,0.153725174569888,0.0,0.837790389228412,0.153725174569888,0.0,0.617128215189443,0.153725174569888,0.0,0.710645787817491,0.153725174569888,0.0,0.321598460018084,0.5,0.153725174569888,0.0,0.23920510353941,0.153725174569888,0.0,0.205738481141732,0.5,0.153725174569888,0.0,0.302017149462492,0.153725174569888,0.0,0.362991171619053,0.153725174569888,0.0,0.144774337487524,0.153725174569888,0.0,0.347936920651366,0.153725174569888,0.0,0.403645946280655,0.153725174569888,0.0,0.585370028421305,0.153725174569888,0.0,0.425450054470841,0.5,0.153725174569888,0.0,0.263129909629902,0,0.0895323525893135,0.149821983051005 -3076,0.5,0.153725174569888,0.0,0.171327742872074,0.153725174569888,0.0,0.226639491854581,0.153725174569888,0.0,0.538007831387407,0.153725174569888,0.0,0.344765900857795,0.153725174569888,0.0,0.762074651036831,0.153725174569888,0.0,0.562530347479073,0.153725174569888,0.0,0.623098795920094,0.153725174569888,0.0,0.311086886944587,0.5,0.153725174569888,0.0,0.236551980028662,0.153725174569888,0.0,0.182515724486682,0.5,0.153725174569888,0.0,0.197732175890234,0.153725174569888,0.0,0.400475080026696,0.153725174569888,0.0,0.127127437007075,0.153725174569888,0.0,0.513876330856082,0.153725174569888,0.0,0.554698340765687,0.153725174569888,0.0,0.487487525200965,0.153725174569888,0.0,0.360545925579467,0.5,0.153725174569888,0.0,0.227246528282128,0,0.0947319628604839,0.0944223872618889 -3077,0.5,0.153725174569888,5.32571195501098e-07,0.207633314939434,0.153725174569888,0.0,0.37701089544316,0.153725174569888,0.0,0.501552100546474,0.153725174569888,0.0,0.360336913400192,0.153725174569888,0.0,0.690041306692351,0.153725174569888,0.0,0.559640432727026,0.153725174569888,0.0,0.506176478060678,0.153725174569888,0.0,0.394801626245859,0.5,0.153725174569888,0.0,0.24631514819275,0.153725174569888,0.0,0.176443728189563,0.5,0.153725174569888,0.0,0.147196598226694,0.153725174569888,0.0,0.447289726519472,0.153725174569888,0.0,0.119901838407222,0.153725174569888,0.0,0.622725356178144,0.153725174569888,0.0,0.609546893780191,0.153725174569888,0.0,0.382978929728882,0.153725174569888,0.0,0.280854719118294,0.5,0.153725174569888,0.0,0.147210275012249,0,0.117867872255788,0.173321385910152 -3078,0.5,0.153725174569888,0.00234101744712674,0.260291855779345,0.153725174569888,0.000228514584026348,0.675377728462988,0.153725174569888,0.00454085808389489,0.40504383820576,0.153725174569888,0.00342312274558479,0.372166102401882,0.153725174569888,0.00040121021854205,0.668151522765961,0.153725174569888,0.000237549058796227,0.63306426148957,0.153725174569888,0.000161718238086393,0.455203586835327,0.153725174569888,0.000689627822972544,0.474068002205326,0.5,0.153725174569888,0.000276362570349566,0.345590603219631,0.153725174569888,0.00858392080564354,0.160038255568783,0.5,0.153725174569888,0.000192516053732598,0.176490855034117,0.153725174569888,0.00176903012742872,0.53770656334097,0.153725174569888,0.000713040778179123,0.187860030540511,0.153725174569888,0.0010720175071104,0.673742946091322,0.153725174569888,0.000845134781015193,0.508086150722673,0.153725174569888,0.00185909922232787,0.364502678656963,0.153725174569888,0.00154549611974847,0.204429016889,0.5,0.153725174569888,0.00317054732038215,0.106405557388206,0,0.130356773391062,0.513590925930543 -3079,0.5,0.153725174569888,0.00789534254989724,0.347200186356815,0.153725174569888,0.00417485703091595,0.590150577939482,0.153725174569888,0.0403061986569004,0.400015083448773,0.153725174569888,0.0191618501007632,0.374913637138349,0.153725174569888,0.00668090962999838,0.700137913079189,0.153725174569888,0.0049715803134123,0.709833591385998,0.153725174569888,0.00103532295646014,0.546244607748709,0.153725174569888,0.00541737352236578,0.539360567098441,0.5,0.153725174569888,0.0043610965893622,0.522815058494986,0.153725174569888,0.0400686913752845,0.26034110915583,0.5,0.153725174569888,0.000841132410846917,0.432866043793709,0.153725174569888,0.00917044158522957,0.561822392737469,0.153725174569888,0.00268590986449119,0.39815934508235,0.153725174569888,0.00971930484749194,0.697093346760278,0.153725174569888,0.00404157234613555,0.44389167555356,0.153725174569888,0.0103665788729863,0.38611251372485,0.153725174569888,0.0073150526189096,0.212584733645087,0.5,0.153725174569888,0.0365871159022353,0.123444701749731,0,0.12941670324463,0.895570651728094 -3080,0.5,0.153725174569888,0.0201741113588234,0.42903630654553,0.153725174569888,0.0476827332633148,0.710085089233069,0.153725174569888,0.0934961075762018,0.511195172931993,0.153725174569888,0.0740713862856464,0.377402791227076,0.153725174569888,0.0149292215473525,0.663383430691695,0.153725174569888,0.0170399495109039,0.783476150130985,0.153725174569888,0.0111020139328053,0.718597359421872,0.153725174569888,0.0164381208040172,0.641891773810994,0.5,0.153725174569888,0.0138709979051146,0.638352291598291,0.153725174569888,0.0587316434142905,0.629074075440428,0.5,0.153725174569888,0.00502910179947514,0.56775567791941,0.153725174569888,0.00771391432163223,0.519084040970597,0.153725174569888,0.0131318103515633,0.571168141776069,0.153725174569888,0.0276270275832347,0.719925896181636,0.153725174569888,0.0160696041610287,0.469749481924481,0.153725174569888,0.0200910920746732,0.437216125008715,0.153725174569888,0.0128200619695675,0.297511155608926,0.5,0.153725174569888,0.0902128712991233,0.288196482003789,0,0.130134747173651,0.970699783443852 -3081,0.5,0.153725174569888,0.0484617345457247,0.508607149871195,0.153725174569888,0.0885001530970837,0.857433574467829,0.153725174569888,0.126942142484464,0.548734655884663,0.153725174569888,0.194640040195075,0.449157760815134,0.153725174569888,0.0180883382875075,0.699321375643311,0.153725174569888,0.0229737640642483,0.796797103124951,0.153725174569888,0.0276758875469515,0.858253813839292,0.153725174569888,0.0334311521206261,0.725082176732389,0.5,0.153725174569888,0.039379004159777,0.671386655497416,0.153725174569888,0.0359662143314865,0.783268538231957,0.5,0.153725174569888,0.00780611775177297,0.699104243381049,0.153725174569888,0.0107217197203957,0.544944603604313,0.153725174569888,0.0203779659945173,0.656975689757208,0.153725174569888,0.0703898607972665,0.71622483161226,0.153725174569888,0.0403249541134787,0.56249293284836,0.153725174569888,0.0240637863345643,0.518574086561709,0.153725174569888,0.0178933938396475,0.399627802435246,0.5,0.153725174569888,0.10302216944997,0.553409450326003,0,0.16906311016452,0.986418175167796 -3082,0.5,0.153725174569888,0.130228673742947,0.675854493565513,0.153725174569888,0.0724371046486598,0.827553814875145,0.153725174569888,0.100346189651283,0.533517411464133,0.153725174569888,0.313676941203616,0.435703927760526,0.153725174569888,0.0174334836176732,0.775311760147278,0.153725174569888,0.0427411641554759,0.842479756635169,0.153725174569888,0.0383675720498143,0.891722489842093,0.153725174569888,0.0456429820377413,0.703477459807125,0.5,0.153725174569888,0.058317796170174,0.622724843718853,0.153725174569888,0.0187537415715021,0.497753134686222,0.5,0.153725174569888,0.0443542243275152,0.7331987792277,0.153725174569888,0.0259404930546562,0.517204568974107,0.153725174569888,0.0514250033290064,0.765216663318266,0.153725174569888,0.0931114555635256,0.73717140971412,0.153725174569888,0.0793075214199915,0.643486088793244,0.153725174569888,0.0423638870338275,0.677929740500474,0.153725174569888,0.0214811108087971,0.52791928980038,0.5,0.153725174569888,0.0759709075950384,0.682362694822627,0,0.254849510453031,0.988392007603506 -3083,0.5,0.153725174569888,0.224849296658623,0.747720022433077,0.153725174569888,0.127649931880667,0.734529905320503,0.153725174569888,0.0866234011800364,0.537433630821722,0.153725174569888,0.280852562735428,0.474346309813564,0.153725174569888,0.0282019267356301,0.697836083285159,0.153725174569888,0.0650411774959092,0.842054535866899,0.153725174569888,0.081157307158973,0.925969704695703,0.153725174569888,0.0835715603510185,0.595075073433655,0.5,0.153725174569888,0.130695081892767,0.607936129047808,0.153725174569888,0.0265485196272584,0.459632930848478,0.5,0.153725174569888,0.0725852575911731,0.853519963487678,0.153725174569888,0.0755261291077855,0.4768808847424,0.153725174569888,0.0722968936384337,0.860890122236988,0.153725174569888,0.0994484465231696,0.724229860299519,0.153725174569888,0.092871853332569,0.707288348428801,0.153725174569888,0.0716990641442324,0.773484419405221,0.153725174569888,0.0350043849982515,0.609092109068902,0.5,0.153725174569888,0.055349713376033,0.684585937417889,0,0.518841927756123,0.93526853990894 -3084,0.5,0.153725174569888,0.284047735011062,0.806583858615894,0.153725174569888,0.117563730463624,0.624592396499402,0.153725174569888,0.124383355851165,0.751141698297573,0.153725174569888,0.257054722724434,0.546160627916661,0.153725174569888,0.0855335802107565,0.844553853108317,0.153725174569888,0.179205696067628,0.877004430728479,0.153725174569888,0.122870406617951,0.964783673072336,0.153725174569888,0.202617313681502,0.697932061211169,0.5,0.153725174569888,0.188750288433514,0.69488906873942,0.153725174569888,0.0499114022269719,0.425065645597308,0.5,0.153725174569888,0.141656718218987,0.833436460209071,0.153725174569888,0.125628389248039,0.47157357570028,0.153725174569888,0.154625713485374,0.915776131499803,0.153725174569888,0.216346347640974,0.751411165257198,0.153725174569888,0.0869289012005434,0.759225960937776,0.153725174569888,0.0666082032430274,0.781507162255872,0.153725174569888,0.0673379213334458,0.720247917257926,0.5,0.153725174569888,0.0427078582418802,0.571677907977383,0,0.731817608841905,0.937630221687741 -3085,0.5,0.153725174569888,0.163757321385079,0.713702616765798,0.153725174569888,0.0754879711950564,0.513174635086766,0.153725174569888,0.0731970701684638,0.788848108620892,0.153725174569888,0.16733232933789,0.576238217002248,0.153725174569888,0.0231168831002827,0.930117399502464,0.153725174569888,0.318948255221782,0.977420799031316,0.153725174569888,0.205670703756682,0.923108477525606,0.153725174569888,0.218400101473864,0.818979073877359,0.5,0.153725174569888,0.125165313295195,0.700040602647052,0.153725174569888,0.130655980393654,0.416612072457823,0.5,0.153725174569888,0.276917293944965,0.80843502872016,0.153725174569888,0.188051751758711,0.432349456029544,0.153725174569888,0.288633963312967,0.866495040892244,0.153725174569888,0.280205690318806,0.75790096030937,0.153725174569888,0.112973317591587,0.814898398825464,0.153725174569888,0.131520299014356,0.759982416459989,0.153725174569888,0.0855977477166841,0.774835429262628,0.5,0.153725174569888,0.0596877169738063,0.533432755911869,0,0.827287312771233,0.922508992688091 -3086,0.5,0.153725174569888,0.118682058407466,0.575394773082589,0.153725174569888,0.186364295778979,0.631726655035979,0.153725174569888,0.0591058774772703,0.761876865620473,0.153725174569888,0.0745982575190863,0.605960797516255,0.153725174569888,0.0956534884939364,0.918520518621729,0.153725174569888,0.078018779252114,0.915898089907862,0.153725174569888,0.328613010069835,0.981790569154785,0.153725174569888,0.158025035061283,0.899454179529297,0.5,0.153725174569888,0.161186847009569,0.712996029429708,0.153725174569888,0.163498670057287,0.423645922529663,0.5,0.153725174569888,0.0826944837113147,0.613157125755558,0.153725174569888,0.240612660220321,0.507342373871524,0.153725174569888,0.40918390118002,0.868501776652655,0.153725174569888,0.0622294322419253,0.730371316740112,0.153725174569888,0.131355757968452,0.837417402547876,0.153725174569888,0.256046243330722,0.755912300131173,0.153725174569888,0.133461486299171,0.714223462897764,0.5,0.153725174569888,0.128006909058428,0.614159313257935,0,0.832602355943077,0.904341104713419 -3087,0.5,0.153725174569888,0.115926731398654,0.561038927321335,0.153725174569888,0.186062983211324,0.780665915051766,0.153725174569888,0.124544339790027,0.819889805708046,0.153725174569888,0.0607136215810512,0.605877947992375,0.153725174569888,0.0786127123740118,0.915472743189411,0.153725174569888,0.309193016611089,0.954051939922796,0.153725174569888,0.0646654092777415,0.963844974623846,0.153725174569888,0.246292683196268,0.920463391258007,0.5,0.153725174569888,0.232727575056902,0.815140654239617,0.153725174569888,0.258603160405221,0.433832951154689,0.5,0.153725174569888,0.0287215230848152,0.460773932789052,0.153725174569888,0.220944190216615,0.624572912105001,0.153725174569888,0.232396438350194,0.808346616209954,0.153725174569888,0.102722358174448,0.793786226187506,0.153725174569888,0.192889457802827,0.874640497302076,0.153725174569888,0.313849289600459,0.887246924086216,0.153725174569888,0.147173417693721,0.586317151511338,0.5,0.153725174569888,0.161930469359131,0.353023870215607,0,0.606219665919225,0.945905882856557 -3088,0.5,0.153725174569888,0.0425280797108713,0.564642033330191,0.153725174569888,0.00982882081927823,0.721883338529229,0.153725174569888,0.21819272909088,0.818220410569113,0.153725174569888,0.0466085000650285,0.607964891072416,0.153725174569888,0.0333467822664447,0.85093596286327,0.153725174569888,0.157884019811129,0.788141548694246,0.153725174569888,0.146290936334517,0.9519748146693,0.153725174569888,0.363178025070573,0.861339532654479,0.5,0.153725174569888,0.214738723529479,0.810958505464343,0.153725174569888,0.264426713786347,0.467067133302692,0.5,0.153725174569888,0.0520624455133011,0.366306405870096,0.153725174569888,0.16166814999472,0.509408285775092,0.153725174569888,0.119454229985068,0.7805257041211,0.153725174569888,0.104528800889091,0.834794330082499,0.153725174569888,0.115272454491618,0.92165992727673,0.153725174569888,0.0996470259432529,0.901831891487147,0.153725174569888,0.123641537193595,0.537448874767782,0.5,0.153725174569888,0.109445849804176,0.253181902034773,0,0.536171227619602,0.952783923061671 -3089,0.5,0.153725174569888,0.0393446044454591,0.572260271523417,0.153725174569888,0.0391601401414916,0.705993981177961,0.153725174569888,0.198516245066902,0.912181697415918,0.153725174569888,0.0698156855759519,0.535824267961154,0.153725174569888,0.0590495156096981,0.730675294694552,0.153725174569888,0.119926830493212,0.504590267362311,0.153725174569888,0.0721971191311992,0.739301142289015,0.153725174569888,0.295921237109976,0.800588243584348,0.5,0.153725174569888,0.115753745266149,0.713969591473235,0.153725174569888,0.129547931168579,0.534110425507383,0.5,0.153725174569888,0.129692342764726,0.515449361795013,0.153725174569888,0.0961651647006064,0.445079428669493,0.153725174569888,0.0829680020310364,0.816892257392677,0.153725174569888,0.0479633871532357,0.77505016008134,0.153725174569888,0.0330813634134141,0.866754458011163,0.153725174569888,0.0929387041915995,0.815000540541684,0.153725174569888,0.0945157044065912,0.485713398313999,0.5,0.153725174569888,0.0969843634867844,0.338796632330127,0,0.437779383742287,0.90594494689043 -3090,0.5,0.153725174569888,0.0204456295315817,0.577689360673993,0.153725174569888,0.0637904541920855,0.646921257243667,0.153725174569888,0.062183390027273,0.877759512019109,0.153725174569888,0.0953176150036791,0.478351062904565,0.153725174569888,0.0525912381822632,0.536844817130004,0.153725174569888,0.140323225483008,0.660337850183867,0.153725174569888,0.0389622541800181,0.416523850831365,0.153725174569888,0.163041592437241,0.721326571749078,0.5,0.153725174569888,0.0686566567403457,0.690386453686153,0.153725174569888,0.0478692981084099,0.70873470824229,0.5,0.153725174569888,0.098817906605363,0.605946292333504,0.153725174569888,0.0414022001140742,0.337549551670341,0.153725174569888,0.0480936502426223,0.733408798310713,0.153725174569888,0.0802995324810974,0.675363021898322,0.153725174569888,0.0289388699448049,0.753854603182372,0.153725174569888,0.0951331226416396,0.466820681617021,0.153725174569888,0.0543067765953977,0.424819506391399,0.5,0.153725174569888,0.0621700381480254,0.215396288698678,0,0.494710144128911,0.796038065815389 -3091,0.5,0.153725174569888,0.0068270638548881,0.547291891625273,0.153725174569888,0.00219989484645839,0.582617080241662,0.153725174569888,0.0220834234571934,0.761659638567529,0.153725174569888,0.0280800356048202,0.419333308455898,0.153725174569888,0.0231419393375982,0.403982982264455,0.153725174569888,0.0482250774325009,0.785805568365953,0.153725174569888,0.0441333829219369,0.316491658994738,0.153725174569888,0.0486998024309835,0.63694275699023,0.5,0.153725174569888,0.0371277000774887,0.702829296660422,0.153725174569888,0.0142216345324252,0.56341002538097,0.5,0.153725174569888,0.0167922652807148,0.387964742764505,0.153725174569888,0.0147811849257057,0.396112815742115,0.153725174569888,0.0452685626436206,0.660364938394213,0.153725174569888,0.0298128369613793,0.57197963275818,0.153725174569888,0.0174565243883384,0.503989929963766,0.153725174569888,0.039775094157938,0.203875189995192,0.153725174569888,0.024966769137292,0.351305997542316,0.5,0.153725174569888,0.00697648505772661,0.151087649050356,0,0.537902150111416,0.686728858592828 -3092,0.5,0.153725174569888,5.62354262469125e-05,0.51532298656675,0.153725174569888,0.0,0.448778115113172,0.153725174569888,1.64368431317897e-05,0.466371657521222,0.153725174569888,0.0,0.400030689784369,0.153725174569888,0.000118459753629654,0.417741994170692,0.153725174569888,3.90880875774119e-05,0.727040215150532,0.153725174569888,0.00023886535670576,0.48508954780413,0.153725174569888,0.000156208722896742,0.592394548872618,0.5,0.153725174569888,0.0,0.664178848380901,0.153725174569888,1.49456237266325e-06,0.302894086760279,0.5,0.153725174569888,4.25495733172871e-05,0.421617635842288,0.153725174569888,5.67743050440495e-05,0.533374553541612,0.153725174569888,3.66030064418044e-05,0.505006411340859,0.153725174569888,0.000146618547967168,0.38981664246011,0.153725174569888,6.59700408227793e-05,0.287516753603875,0.153725174569888,0.0,0.227134048997644,0.153725174569888,2.60102596048622e-06,0.2781395155305,0.5,0.153725174569888,0.0,0.0969758498703212,0,0.533008279641992,0.682904757920671 -3093,0.5,0.153725174569888,0.0,0.455507778005369,0.153725174569888,0.0,0.331205305043541,0.153725174569888,0.0,0.235398055738689,0.153725174569888,0.0,0.446471308760683,0.153725174569888,0.0,0.558231636197036,0.153725174569888,0.0,0.605371677811002,0.153725174569888,0.0,0.708990317437369,0.153725174569888,0.0,0.479166125318475,0.5,0.153725174569888,0.0,0.486677256577188,0.153725174569888,0.0,0.380273190505259,0.5,0.153725174569888,0.0,0.736629430621872,0.153725174569888,0.0,0.440765609635164,0.153725174569888,0.0,0.402071068387738,0.153725174569888,0.0,0.396765124219359,0.153725174569888,0.0,0.239644054112423,0.153725174569888,0.0,0.400378298953408,0.153725174569888,0.0,0.260539643526966,0.5,0.153725174569888,0.0,0.10242897332608,0,0.539255874843832,0.761430717910687 -3094,0.5,0.153725174569888,0.0,0.377298469551354,0.153725174569888,0.0,0.419073065210621,0.153725174569888,0.0,0.212993385999364,0.153725174569888,0.0,0.407809386965974,0.153725174569888,0.0,0.762259040323834,0.153725174569888,0.0,0.514446786252012,0.153725174569888,0.0,0.785281525193252,0.153725174569888,0.0,0.42838877625381,0.5,0.153725174569888,0.0,0.316727669079854,0.153725174569888,0.0,0.340015342482534,0.5,0.153725174569888,0.0,0.630300641816278,0.153725174569888,0.0,0.460685922283006,0.153725174569888,0.0,0.353610353531749,0.153725174569888,0.0,0.591615278080463,0.153725174569888,0.0,0.394181895409256,0.153725174569888,0.0,0.558506400622593,0.153725174569888,0.0,0.309083214461832,0.5,0.153725174569888,0.0,0.16674432839198,0,0.538034651135806,0.873231702683531 -3095,0.5,0.153725174569888,0.0,0.318684440131923,0.153725174569888,0.0,0.799987016963843,0.153725174569888,0.0,0.313713856191152,0.153725174569888,0.0,0.266769835069362,0.153725174569888,0.0,0.678627470216436,0.153725174569888,0.0,0.396383613843981,0.153725174569888,0.0,0.707277543733677,0.153725174569888,0.0,0.354292019745372,0.5,0.153725174569888,0.0,0.29770492600157,0.153725174569888,0.0,0.310541224584931,0.5,0.153725174569888,0.0,0.445366051525853,0.153725174569888,0.0,0.436575860371246,0.153725174569888,0.0,0.375085501250135,0.153725174569888,0.0,0.732248898974349,0.153725174569888,0.0,0.769857483145382,0.153725174569888,0.0,0.534002114346614,0.153725174569888,0.0,0.360170499173475,0.5,0.153725174569888,0.0,0.18248620179554,0,0.742354680723935,0.948498465214513 -3096,0.5,0.153725174569888,0.0,0.32562354151861,0.153725174569888,0.0,0.71377611465785,0.153725174569888,0.0,0.517204508578981,0.153725174569888,0.0,0.23912238460683,0.153725174569888,0.0,0.551826391626973,0.153725174569888,0.0,0.294482826386578,0.153725174569888,0.0,0.644173039192731,0.153725174569888,0.0,0.222192404264119,0.5,0.153725174569888,0.0,0.274094294253857,0.153725174569888,0.0,0.299439747208426,0.5,0.153725174569888,0.0,0.283135178621552,0.153725174569888,0.0,0.361412740033543,0.153725174569888,0.0,0.42521182914778,0.153725174569888,0.0,0.738397051933418,0.153725174569888,0.0,0.792144976474581,0.153725174569888,0.0,0.488543736695542,0.153725174569888,0.0,0.395114644240471,0.5,0.153725174569888,0.0,0.325147342048043,0,0.791837571185008,0.932347372897489 -3097,0.5,0.153725174569888,0.0,0.397019016685422,0.153725174569888,0.0,0.698112809404836,0.153725174569888,0.0,0.664158380507288,0.153725174569888,0.0,0.342104438164152,0.153725174569888,0.0,0.506819829742863,0.153725174569888,0.0,0.261800697615711,0.153725174569888,0.0,0.594583550862619,0.153725174569888,0.0,0.170548605989959,0.5,0.153725174569888,0.0,0.246312458709658,0.153725174569888,0.0,0.277488518954292,0.5,0.153725174569888,0.0,0.295711351094139,0.153725174569888,0.0,0.238612080493678,0.153725174569888,0.0,0.487599104198206,0.153725174569888,0.0,0.690481201880096,0.153725174569888,0.0,0.765382071743767,0.153725174569888,0.0,0.504796488619761,0.153725174569888,0.0,0.393027713710821,0.5,0.153725174569888,0.0,0.444880939442345,0,0.827327730014994,0.935482287691934 -3098,0.5,0.153725174569888,0.0,0.48024983074557,0.153725174569888,0.0,0.762292780339645,0.153725174569888,0.0,0.644118416972356,0.153725174569888,0.0,0.530490416241481,0.153725174569888,0.0,0.491413598200681,0.153725174569888,0.0,0.232449958863582,0.153725174569888,0.0,0.572150288211404,0.153725174569888,0.0,0.121460044961926,0.5,0.153725174569888,0.0,0.184862991466058,0.153725174569888,0.0,0.179312414787075,0.5,0.153725174569888,0.0,0.329766829455489,0.153725174569888,0.0,0.120406898349538,0.153725174569888,0.0,0.581451162294529,0.153725174569888,0.0,0.654980767795414,0.153725174569888,0.0,0.739023336245159,0.153725174569888,0.0,0.486601544205263,0.153725174569888,0.0,0.364308249314563,0.5,0.153725174569888,0.0,0.404357476640606,0,0.829896502715836,0.965937230975709 -3099,0.5,0.153725174569888,0.0,0.511892706617583,0.153725174569888,0.0,0.790500790626039,0.153725174569888,0.0,0.479511089450821,0.153725174569888,0.0,0.647883926834504,0.153725174569888,0.0,0.374818034110725,0.153725174569888,0.0,0.156184299781416,0.153725174569888,0.0,0.382230395556473,0.153725174569888,0.0,0.11399265999302,0.5,0.153725174569888,0.0,0.161962997675474,0.153725174569888,0.0,0.0939546048974415,0.5,0.153725174569888,0.0,0.298298439466073,0.153725174569888,0.0,0.0578229774427842,0.153725174569888,0.0,0.657735573346313,0.153725174569888,0.0,0.585561749720328,0.153725174569888,0.0,0.677325579943839,0.153725174569888,0.0,0.347811443169294,0.153725174569888,0.0,0.32856359427384,0.5,0.153725174569888,0.0,0.225264675378899,0,0.763535912695265,0.959557248818846 -3100,0.5,0.153725174569888,0.0,0.546047543948948,0.153725174569888,0.0,0.722705962759065,0.153725174569888,0.0,0.369506551804132,0.153725174569888,0.0,0.616410256673537,0.153725174569888,0.0,0.220000198487158,0.153725174569888,0.0,0.117095529812102,0.153725174569888,0.0,0.201174204621746,0.153725174569888,0.0,0.115772244413059,0.5,0.153725174569888,0.0,0.134756170264378,0.153725174569888,0.0,0.0409569249488687,0.5,0.153725174569888,0.0,0.173409071381685,0.153725174569888,0.0,0.0347652918595958,0.153725174569888,0.0,0.656414649214472,0.153725174569888,0.0,0.476428098569828,0.153725174569888,0.0,0.525557650126016,0.153725174569888,0.0,0.166842796080497,0.153725174569888,0.0,0.285090456378305,0.5,0.153725174569888,0.0,0.103472454497227,0,0.784752351401238,0.821615140266772 -3101,0.5,0.153725174569888,2.69254378789284e-05,0.554978668348441,0.153725174569888,0.0,0.578047925440709,0.153725174569888,0.0,0.252708539990974,0.153725174569888,6.76741210465644e-08,0.511791752801922,0.153725174569888,0.0,0.176870743044661,0.153725174569888,0.0,0.108433885719608,0.153725174569888,0.0,0.144333205546809,0.153725174569888,0.0,0.168694849829217,0.5,0.153725174569888,0.0,0.136999749403401,0.153725174569888,0.0,0.0174638240599013,0.5,0.153725174569888,0.0,0.102261077320741,0.153725174569888,0.0,0.029648358017607,0.153725174569888,0.0,0.63918472606013,0.153725174569888,0.0,0.394741697223146,0.153725174569888,0.0,0.345608717433218,0.153725174569888,0.0,0.13958592111182,0.153725174569888,0.0,0.208341391328076,0.5,0.153725174569888,0.0,0.0521544526821261,0,0.862038275200245,0.603336680562596 -3102,0.5,0.153725174569888,0.0133016150645067,0.575586343369591,0.153725174569888,0.00351237588957653,0.500705875766849,0.153725174569888,0.011475616222597,0.222933862245234,0.153725174569888,0.00544976631057445,0.43607381215493,0.153725174569888,0.0166112149274209,0.199802811404137,0.153725174569888,0.010912156931362,0.101687397703065,0.153725174569888,0.0216845400119208,0.1081247624315,0.153725174569888,0.00479536425893787,0.188344899637975,0.5,0.153725174569888,0.00473384374665324,0.155252022723229,0.153725174569888,0.0162907243921788,0.00722227016875159,0.5,0.153725174569888,0.00919736373807227,0.0655360796506215,0.153725174569888,0.0123204235733532,0.0264939478200212,0.153725174569888,0.00804552131736165,0.656544301765259,0.153725174569888,0.00559477899200904,0.375682882175347,0.153725174569888,0.013240235891962,0.286606310823224,0.153725174569888,0.0132133643401868,0.159787199887519,0.153725174569888,0.0103534767555171,0.185103310020049,0.5,0.153725174569888,0.024962178072641,0.0314244740447963,0,0.908278463327831,0.311265502036091 -3103,0.5,0.153725174569888,0.0511372223916728,0.612851225124842,0.153725174569888,0.0236070399888297,0.493485790821723,0.153725174569888,0.0590670465216877,0.273138331109264,0.153725174569888,0.0334880412135337,0.407597175856055,0.153725174569888,0.0969487689627758,0.254819585946072,0.153725174569888,0.0464529970969522,0.115018913274625,0.153725174569888,0.0944411097340603,0.129301720130572,0.153725174569888,0.0413731809309688,0.222842754268484,0.5,0.153725174569888,0.0577184516909929,0.219299650945275,0.153725174569888,0.0748302322635037,0.00548186265141287,0.5,0.153725174569888,0.0701702432504286,0.0680042964955884,0.153725174569888,0.0857804295430466,0.0225828773670815,0.153725174569888,0.0446149912766353,0.64036923774942,0.153725174569888,0.0347955355768338,0.416836004549642,0.153725174569888,0.0627404524229057,0.345151568375791,0.153725174569888,0.0626972984760849,0.224694037775701,0.153725174569888,0.0518300898409385,0.166960992083809,0.5,0.153725174569888,0.0985318606018341,0.0381053556707106,0,0.914739375023557,0.381213260339597 -3104,0.5,0.153725174569888,0.120374519408472,0.674290104155142,0.153725174569888,0.0761739968865571,0.576767524233614,0.153725174569888,0.132690531507384,0.464152408562695,0.153725174569888,0.104382126172141,0.538681544909439,0.153725174569888,0.223099162187191,0.306934673541517,0.153725174569888,0.05349309592984,0.217842154167102,0.153725174569888,0.170822078758409,0.234741908730434,0.153725174569888,0.099658567796015,0.367452429224618,0.5,0.153725174569888,0.121919047218918,0.366856615117331,0.153725174569888,0.156165934454431,0.00922221646986804,0.5,0.153725174569888,0.166262341849024,0.0839362680652182,0.153725174569888,0.183776784407201,0.0560181017823197,0.153725174569888,0.127787425356598,0.716691499661633,0.153725174569888,0.105659633529771,0.454835569770606,0.153725174569888,0.125967050104918,0.372397357467545,0.153725174569888,0.138842659484073,0.401646333561739,0.153725174569888,0.126637651262838,0.197375981209065,0.5,0.153725174569888,0.207036260232691,0.0621971807491791,0,0.959291505221256,0.567289723933603 -3105,0.5,0.153725174569888,0.201549647701637,0.699455405325644,0.153725174569888,0.121186759448819,0.672769942502915,0.153725174569888,0.191485016687221,0.594953688057584,0.153725174569888,0.194774074153921,0.583196413874348,0.153725174569888,0.342234867748928,0.695190773793566,0.153725174569888,0.0662596509444636,0.364558067813268,0.153725174569888,0.177144067363248,0.497104682069957,0.153725174569888,0.125969095335225,0.490597837667849,0.5,0.153725174569888,0.158251316254026,0.505361225694479,0.153725174569888,0.270346540067645,0.0221035710793224,0.5,0.153725174569888,0.26994765982164,0.134940224246957,0.153725174569888,0.286448411946787,0.131729565204261,0.153725174569888,0.251862064178637,0.81272542144411,0.153725174569888,0.250703877379969,0.458206039432286,0.153725174569888,0.226103561358814,0.390016843045669,0.153725174569888,0.211787707010814,0.540938514659836,0.153725174569888,0.220727590500182,0.238867584240082,0.5,0.153725174569888,0.324318652297844,0.123477536246149,0,0.957038926879741,0.592986621224122 -3106,0.5,0.153725174569888,0.188839541212372,0.608022388190978,0.153725174569888,0.150193823986122,0.502866292404811,0.153725174569888,0.277950503081274,0.499471241788245,0.153725174569888,0.187879438739426,0.510643743053454,0.153725174569888,0.283780572514511,0.854536758216331,0.153725174569888,0.0983677862173619,0.586479882394425,0.153725174569888,0.161767143157755,0.625384249489304,0.153725174569888,0.113000884821531,0.665547914965145,0.5,0.153725174569888,0.163022729624152,0.590638609243468,0.153725174569888,0.415694982022032,0.059823247231027,0.5,0.153725174569888,0.314225270264179,0.20791647537311,0.153725174569888,0.341632440457998,0.205627395625473,0.153725174569888,0.274412876781737,0.781022219012907,0.153725174569888,0.411757063986134,0.51514701998324,0.153725174569888,0.38160613639586,0.412362853182958,0.153725174569888,0.297462415417184,0.704461323579997,0.153725174569888,0.343161207371449,0.246758802381998,0.5,0.153725174569888,0.392743744912579,0.123658045005942,0,0.879133928816328,0.600457204328111 -3107,0.5,0.153725174569888,0.163745775158291,0.541891132848863,0.153725174569888,0.209389947971354,0.268870016185783,0.153725174569888,0.432616780052447,0.444822616903964,0.153725174569888,0.212169759472899,0.433746735741023,0.153725174569888,0.0947793712722823,0.842257318808593,0.153725174569888,0.116374467849059,0.70139522119963,0.153725174569888,0.178756414657602,0.681497582626887,0.153725174569888,0.187576750055429,0.825717376269283,0.5,0.153725174569888,0.147839983048208,0.634555842643669,0.153725174569888,0.455841353057049,0.084160451782663,0.5,0.153725174569888,0.29830096717902,0.349734539455674,0.153725174569888,0.355007586423756,0.315644917946885,0.153725174569888,0.29593064904057,0.562210575647407,0.153725174569888,0.405938155623994,0.609868946705752,0.153725174569888,0.427019542194459,0.493541390132567,0.153725174569888,0.214443463619389,0.778225615284282,0.153725174569888,0.406288705023759,0.29827466152173,0.5,0.153725174569888,0.412312503239181,0.145598800733353,0,0.740036022143083,0.628598571589454 -3108,0.5,0.153725174569888,0.298297895594103,0.463351530316834,0.153725174569888,0.696229962710078,0.439769255247409,0.153725174569888,0.527980664309622,0.503961259557515,0.153725174569888,0.300187429364398,0.340896875545874,0.153725174569888,0.123441085066832,0.794412120229663,0.153725174569888,0.184544591840938,0.89913874913839,0.153725174569888,0.188522278443195,0.703046661023328,0.153725174569888,0.190914915290855,0.866464642702279,0.5,0.153725174569888,0.113597124846175,0.703066067705711,0.153725174569888,0.45520655865183,0.116376077363684,0.5,0.153725174569888,0.215698988076888,0.257600864244922,0.153725174569888,0.292778577016923,0.353972103947981,0.153725174569888,0.472663189420367,0.459406266322547,0.153725174569888,0.375296258928488,0.749323826720639,0.153725174569888,0.341036345172554,0.573009740209738,0.153725174569888,0.161873502731334,0.79408955941212,0.153725174569888,0.396319450946176,0.344604180262531,0.5,0.153725174569888,0.46844783616302,0.144184966553016,0,0.664276018442582,0.743889757116165 -3109,0.5,0.153725174569888,0.493349674659616,0.424880672068109,0.153725174569888,0.640226325869357,0.57539587844166,0.153725174569888,0.472036281659718,0.51624544866141,0.153725174569888,0.355669382347843,0.282737989685801,0.153725174569888,0.192972539914344,0.874687376071842,0.153725174569888,0.106721467393401,0.943365468646756,0.153725174569888,0.230534821455044,0.887212599402173,0.153725174569888,0.142691428050816,0.907154809683604,0.5,0.153725174569888,0.0650576750003149,0.779466183617425,0.153725174569888,0.340498806877744,0.207976263564175,0.5,0.153725174569888,0.155408743721177,0.193379210729894,0.153725174569888,0.227733563083454,0.465688886931078,0.153725174569888,0.641773033229523,0.432121004343177,0.153725174569888,0.212743214739822,0.708502679644161,0.153725174569888,0.277849661404765,0.625501296367109,0.153725174569888,0.170396575743771,0.846388778751207,0.153725174569888,0.31643431972606,0.311697181024767,0.5,0.153725174569888,0.491582507466754,0.198639335376512,0,0.494367405739072,0.794213430143011 -3110,0.5,0.153725174569888,0.477550242281382,0.361912440537192,0.153725174569888,0.424735219916278,0.678316439050117,0.153725174569888,0.297814831538426,0.65657456975552,0.153725174569888,0.413924687415602,0.220507295771774,0.153725174569888,0.181800523298441,0.94703121101785,0.153725174569888,0.0673997658857933,0.952013800076681,0.153725174569888,0.210776747838715,0.998792461941426,0.153725174569888,0.0732946003784891,0.820368668860156,0.5,0.153725174569888,0.0350686027018806,0.78081785737724,0.153725174569888,0.235247306414301,0.256479063018627,0.5,0.153725174569888,0.0768993949458464,0.313734679623474,0.153725174569888,0.164936662267855,0.532009840792159,0.153725174569888,0.57610846124469,0.491509967490947,0.153725174569888,0.170309067948433,0.733433066913032,0.153725174569888,0.224598298955351,0.631479982139959,0.153725174569888,0.183618425567902,0.896446565057299,0.153725174569888,0.257199618126714,0.339510126037379,0.5,0.153725174569888,0.405284642825203,0.204169180525711,0,0.27080825683456,0.993782353100018 -3111,0.5,0.153725174569888,0.356759284926527,0.280935552718426,0.153725174569888,0.133859715646277,0.431968384189391,0.153725174569888,0.148060873226052,0.675800918122939,0.153725174569888,0.416284162832245,0.284645170657606,0.153725174569888,0.122892028729277,1.02154238575388,0.153725174569888,0.034452752845365,0.925249943861728,0.153725174569888,0.0969432655488708,1.00351328549531,0.153725174569888,0.0804711920661716,0.810775231750801,0.5,0.153725174569888,0.0284203876686857,0.803151228769167,0.153725174569888,0.18605281697577,0.388860771618556,0.5,0.153725174569888,0.0204380005831121,0.465325365922982,0.153725174569888,0.105729001473923,0.650118245083696,0.153725174569888,0.337140287115776,0.450823966769364,0.153725174569888,0.125253498431087,0.805803704938553,0.153725174569888,0.224076659488693,0.68116112071551,0.153725174569888,0.145813852065169,0.902946326151375,0.153725174569888,0.139661982155453,0.338645673610509,0.5,0.153725174569888,0.246097451901669,0.158697189986047,0,0.14752820530908,0.992785244646951 -3112,0.5,0.153725174569888,0.310459647825761,0.318376408240858,0.153725174569888,0.0811738831093192,0.513681798137876,0.153725174569888,0.0996468572138975,0.679134342869941,0.153725174569888,0.301356201327641,0.356312127046466,0.153725174569888,0.0059644537557753,1.00278119631362,0.153725174569888,0.0171240278798949,0.90109613008988,0.153725174569888,0.0828667125126586,1.00408877071052,0.153725174569888,0.0380620232680324,0.750650092405131,0.5,0.153725174569888,0.0233436962089066,0.804978469959368,0.153725174569888,0.129920335577993,0.563898929393526,0.5,0.153725174569888,0.0080579483158703,0.636221579851172,0.153725174569888,0.0505104949786274,0.626563106060732,0.153725174569888,0.131164090334582,0.470533350955334,0.153725174569888,0.0250100032617153,0.810437359206429,0.153725174569888,0.112867537993545,0.75966130040564,0.153725174569888,0.0600563707046457,0.92206157676239,0.153725174569888,0.0624805911142577,0.425850520391048,0.5,0.153725174569888,0.149123372969954,0.195436956731851,0,0.0246508124248209,0.994886563355545 -3113,0.5,0.153725174569888,0.197796473451655,0.363361274298781,0.153725174569888,0.0251694027087474,0.398062219536689,0.153725174569888,0.0767118087807751,0.719584639255407,0.153725174569888,0.170841747839574,0.279481604367885,0.153725174569888,0.0072446190487144,0.957623408069467,0.153725174569888,0.00375063668466373,0.738651643642044,0.153725174569888,0.0546685559364281,0.978774239823321,0.153725174569888,0.0151282345949384,0.594932971538415,0.5,0.153725174569888,0.0176675198948773,0.780812376519325,0.153725174569888,0.0584859992360564,0.550678060978993,0.5,0.153725174569888,0.00513815007456991,0.419201272399123,0.153725174569888,0.0241760778431097,0.651491347212691,0.153725174569888,0.0345386972395718,0.503707819897757,0.153725174569888,0.00802431239667281,0.808644061672429,0.153725174569888,0.0597458681276515,0.802088336701307,0.153725174569888,0.0525146241736367,0.918942013184265,0.153725174569888,0.0155051533382778,0.449704999308543,0.5,0.153725174569888,0.0788936040966134,0.281532606400262,0,0.0527973199950782,0.950446146114171 -3114,0.5,0.153725174569888,0.0806297864842281,0.258282428058974,0.153725174569888,0.0202643792160836,0.432392068436068,0.153725174569888,0.0474979173082916,0.767749602239766,0.153725174569888,0.0760434750954528,0.25600796206039,0.153725174569888,0.00179614034752042,0.940244859498434,0.153725174569888,0.00268446032795986,0.656895765194056,0.153725174569888,0.0170582341949206,0.862363025256711,0.153725174569888,0.00451745105927038,0.550242879805529,0.5,0.153725174569888,0.00696326940294916,0.755933778075803,0.153725174569888,0.0206176724777965,0.425456693854535,0.5,0.153725174569888,0.00399911333570038,0.730886942150359,0.153725174569888,0.00985207785614521,0.736140163966009,0.153725174569888,0.0209525770268596,0.482811830177343,0.153725174569888,0.00403320974707613,0.785820372921139,0.153725174569888,0.0258961697147766,0.871718859804788,0.153725174569888,0.0243710114900511,0.850926893308933,0.153725174569888,0.0046622301542228,0.529104128091734,0.5,0.153725174569888,0.0244127816651689,0.23928406601507,0,0.0835222060282314,0.654611551247106 -3115,0.5,0.153725174569888,0.0204731404988183,0.28788818647992,0.153725174569888,0.00171941286888599,0.6080616284558,0.153725174569888,0.0126165469979218,0.646098204006573,0.153725174569888,0.0191193623406456,0.273688297827653,0.153725174569888,0.00122501764048463,0.910558565752415,0.153725174569888,0.00310655799187632,0.774392520462875,0.153725174569888,0.000716506397438826,0.707631363875837,0.153725174569888,0.0018083351088132,0.504641060756205,0.5,0.153725174569888,0.00142107082860861,0.710758487469727,0.153725174569888,0.00622001521979287,0.40855132875569,0.5,0.153725174569888,0.00238736118832447,0.83591956992677,0.153725174569888,0.00161189757251957,0.748594269993577,0.153725174569888,0.00456478308995164,0.509704226128168,0.153725174569888,0.000761547487547704,0.795158892354269,0.153725174569888,0.00581463731880969,0.877658584414826,0.153725174569888,0.00253738439432053,0.662568004065185,0.153725174569888,0.00113815020048647,0.57975784181641,0.5,0.153725174569888,0.00223798993991609,0.248848070073757,0,0.108000368571397,0.54189768309513 -3116,0.5,0.153725174569888,1.21719344084099e-05,0.387024780986868,0.153725174569888,0.000129141018405607,0.674478109140904,0.153725174569888,1.62110935820966e-05,0.564615460138472,0.153725174569888,2.22229417300254e-06,0.3293636967271,0.153725174569888,0.000500667803550283,0.839181570353728,0.153725174569888,0.00014161090520906,0.891582192649083,0.153725174569888,1.35596062736462e-06,0.578465799166136,0.153725174569888,3.97477039891976e-05,0.61728808330452,0.5,0.153725174569888,8.69750745280509e-06,0.736737212570415,0.153725174569888,0.0,0.4396317673994,0.5,0.153725174569888,9.47065903494581e-05,0.88275234310161,0.153725174569888,4.77866699100362e-05,0.701246041441197,0.153725174569888,5.53210082554954e-05,0.545852198025187,0.153725174569888,1.83634409599259e-05,0.873337866574122,0.153725174569888,2.92994194470969e-05,0.887818958628543,0.153725174569888,9.44879674468218e-05,0.583501460811329,0.153725174569888,1.80065357627439e-05,0.656483767211035,0.5,0.153725174569888,0.0,0.334763464992302,0,0.112882208638844,0.521660038261974 -3117,0.5,0.153725174569888,0.0,0.493385185921307,0.153725174569888,0.0,0.843683389966036,0.153725174569888,0.0,0.490058752697785,0.153725174569888,0.0,0.255730703373406,0.153725174569888,0.0,0.813396737772358,0.153725174569888,0.0,0.925807156865244,0.153725174569888,0.0,0.676080174188102,0.153725174569888,0.0,0.688872354787265,0.5,0.153725174569888,0.0,0.762468046710926,0.153725174569888,0.0,0.51046872996816,0.5,0.153725174569888,0.0,0.871277343297191,0.153725174569888,0.0,0.639088072364472,0.153725174569888,0.0,0.597980336654649,0.153725174569888,0.0,0.817359582266339,0.153725174569888,0.0,0.811263503157555,0.153725174569888,0.0,0.549289635951978,0.153725174569888,0.0,0.757948830011247,0.5,0.153725174569888,0.0,0.509301162987257,0,0.107449518163951,0.82570331367333 -3118,0.5,0.153725174569888,0.0,0.530383672622006,0.153725174569888,0.0,0.922541379630933,0.153725174569888,0.0,0.53714615338091,0.153725174569888,0.0,0.253435708366149,0.153725174569888,0.0,0.865482372949134,0.153725174569888,0.0,0.928146831873754,0.153725174569888,0.0,0.892842738858748,0.153725174569888,0.0,0.829742896357248,0.5,0.153725174569888,0.0,0.792189213801745,0.153725174569888,0.0,0.451958357756326,0.5,0.153725174569888,0.0,0.770975769425171,0.153725174569888,0.0,0.554772611334815,0.153725174569888,0.0,0.737165381155689,0.153725174569888,0.0,0.762782209446016,0.153725174569888,0.0,0.671944906042492,0.153725174569888,0.0,0.495501914174846,0.153725174569888,0.0,0.724346873855317,0.5,0.153725174569888,0.0,0.548204474992005,0,0.188263904086469,0.81061974181733 -3119,0.5,0.153725174569888,0.0,0.569847828777494,0.153725174569888,0.0,0.773473079223649,0.153725174569888,0.0,0.514372828742863,0.153725174569888,0.0,0.348675668334237,0.153725174569888,0.0,0.88671127106162,0.153725174569888,0.0,0.938119172869444,0.153725174569888,0.0,0.937698103572884,0.153725174569888,0.0,0.891920968382995,0.5,0.153725174569888,0.0,0.839701831401177,0.153725174569888,0.0,0.396689015217983,0.5,0.153725174569888,0.0,0.669508169563408,0.153725174569888,0.0,0.465334056582586,0.153725174569888,0.0,0.751333017787573,0.153725174569888,0.0,0.726543185954019,0.153725174569888,0.0,0.62927355550289,0.153725174569888,0.0,0.654127634280622,0.153725174569888,0.0,0.629676432756493,0.5,0.153725174569888,0.0,0.546979434118009,0,0.384524366081064,0.851949386803032 -3120,0.5,0.153725174569888,0.0,0.561282581411313,0.153725174569888,0.0,0.62860411875303,0.153725174569888,0.0,0.479113574167464,0.153725174569888,0.0,0.432520491450684,0.153725174569888,0.0,0.930437965659829,0.153725174569888,0.0,0.964764411446367,0.153725174569888,0.0,0.879393210355328,0.153725174569888,0.0,0.867421961646447,0.5,0.153725174569888,0.0,0.885739386504159,0.153725174569888,0.0,0.299236039653582,0.5,0.153725174569888,0.0,0.754163616734946,0.153725174569888,0.0,0.455647233106671,0.153725174569888,0.0,0.747785462469137,0.153725174569888,0.0,0.720806535229417,0.153725174569888,0.0,0.700382883534317,0.153725174569888,0.0,0.880087998813345,0.153725174569888,0.0,0.541568770225063,0.5,0.153725174569888,0.0,0.478122118925634,0,0.423354000662621,0.83265568209009 -3121,0.5,0.153725174569888,0.0,0.47269399927959,0.153725174569888,0.0,0.671726489712651,0.153725174569888,0.0,0.358385892625853,0.153725174569888,0.0,0.398760122108415,0.153725174569888,0.0,0.965840290536659,0.153725174569888,0.0,1.00840803372295,0.153725174569888,0.0,0.882173986169441,0.153725174569888,0.0,0.914309127630216,0.5,0.153725174569888,0.0,0.915999552780499,0.153725174569888,0.0,0.31807667324444,0.5,0.153725174569888,0.0,0.874313343178275,0.153725174569888,0.0,0.583025936810562,0.153725174569888,0.0,0.744115418806639,0.153725174569888,0.0,0.754595468886099,0.153725174569888,0.0,0.685881851120676,0.153725174569888,0.0,0.763778199198727,0.153725174569888,0.0,0.60139501886736,0.5,0.153725174569888,0.0,0.319674854204551,0,0.695660185444633,0.779469487278115 -3122,0.5,0.153725174569888,0.0,0.412502950401148,0.153725174569888,0.0,0.711333001499071,0.153725174569888,0.0,0.592414530005267,0.153725174569888,0.0,0.297512480241257,0.153725174569888,0.0,1.01709101259201,0.153725174569888,0.0,1.02001848589428,0.153725174569888,0.0,0.982699587139925,0.153725174569888,0.0,0.979190632005191,0.5,0.153725174569888,0.0,0.929332061004708,0.153725174569888,0.0,0.272987272186811,0.5,0.153725174569888,0.0,0.892284024126273,0.153725174569888,0.0,0.794389980196842,0.153725174569888,0.0,0.729947854738397,0.153725174569888,0.0,0.784863028080089,0.153725174569888,0.0,0.68638864255739,0.153725174569888,0.0,0.813482224657319,0.153725174569888,0.0,0.649024881871909,0.5,0.153725174569888,0.0,0.245848541243889,0,0.755771151756498,0.630036075643205 -3123,0.5,0.153725174569888,0.0,0.377527963324747,0.153725174569888,0.0,0.695462037311547,0.153725174569888,0.0,0.789958207754357,0.153725174569888,0.0,0.349280494835852,0.153725174569888,0.0,1.0210406239758,0.153725174569888,0.0,1.02167396566961,0.153725174569888,0.0,1.01918546639946,0.153725174569888,0.0,0.991320030441856,0.5,0.153725174569888,0.0,0.935956754320278,0.153725174569888,0.0,0.409090138816144,0.5,0.153725174569888,0.0,0.96871110695345,0.153725174569888,0.0,0.85751644683877,0.153725174569888,0.0,0.717098183014502,0.153725174569888,0.0,0.834932381606642,0.153725174569888,0.0,0.781670954930487,0.153725174569888,0.0,0.920777383218553,0.153725174569888,0.0,0.793995262300874,0.5,0.153725174569888,0.0,0.241062508127699,0,0.658225620378999,0.404960443390805 -3124,0.5,0.153725174569888,0.0,0.366332842212347,0.153725174569888,0.0,0.805311755160587,0.153725174569888,0.0,0.680021770150077,0.153725174569888,0.0,0.508884790852053,0.153725174569888,0.0,1.01700971837339,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01976492470763,0.153725174569888,0.0,0.97429194119688,0.5,0.153725174569888,0.0,0.933490041480527,0.153725174569888,0.0,0.785455941986741,0.5,0.153725174569888,0.0,0.863463049191544,0.153725174569888,0.0,0.814884738503884,0.153725174569888,0.0,0.694830510544506,0.153725174569888,0.0,0.877579115633727,0.153725174569888,0.0,0.892735588362577,0.153725174569888,0.0,0.972287616515159,0.153725174569888,0.0,0.842037726777966,0.5,0.153725174569888,0.0,0.45227893863919,0,0.690558007893103,0.250285245247584 -3125,0.5,0.153725174569888,4.67633464998653e-05,0.418820940911909,0.153725174569888,0.0,0.720306284940746,0.153725174569888,0.0,0.84279214219533,0.153725174569888,0.0,0.629488850387522,0.153725174569888,0.0,1.0200867898008,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01738747173917,0.153725174569888,0.0,0.978840319017321,0.5,0.153725174569888,0.0,0.921709554552239,0.153725174569888,0.0,0.812579476923579,0.5,0.153725174569888,0.0,0.808847084561749,0.153725174569888,0.0,0.708899703234401,0.153725174569888,0.0,0.686149029990923,0.153725174569888,0.0,0.842969738461899,0.153725174569888,0.0,0.932692151916386,0.153725174569888,0.0,0.960402250762989,0.153725174569888,0.0,0.85275677495226,0.5,0.153725174569888,0.0,0.675146357088796,0,0.665687619386625,0.207629646613867 -3126,0.5,0.153725174569888,0.0237331964539264,0.54953471013284,0.153725174569888,0.000516932989655874,0.868385161928071,0.153725174569888,0.0200935094636866,0.912332250656813,0.153725174569888,0.0178888986874534,0.660039067096578,0.153725174569888,0.000398038778747808,1.02173913043478,0.153725174569888,0.000396155570225887,1.02085903597066,0.153725174569888,0.000759623117113438,1.02170325771827,0.153725174569888,0.00188424445788316,0.964811818593972,0.5,0.153725174569888,0.00434296708199912,0.933087097556433,0.153725174569888,0.00377981483405579,0.759176547869227,0.5,0.153725174569888,0.00887640841616569,0.991239016806681,0.153725174569888,0.00878462165641738,0.742277381898074,0.153725174569888,0.00638109029766666,0.628747359703397,0.153725174569888,0.000739561422641725,0.844853443734779,0.153725174569888,0.00311826749662295,0.98253853242668,0.153725174569888,0.00497979235521061,0.981175652047643,0.153725174569888,0.0102067691798078,0.860615715484736,0.5,0.153725174569888,0.00340689253701587,0.807989073597867,0,0.572556152673876,0.276101231875818 -3127,0.5,0.153725174569888,0.0734871586276285,0.736129541832461,0.153725174569888,0.00351977936819519,0.802887362399127,0.153725174569888,0.0753822315041262,0.984098237361283,0.153725174569888,0.0776632253178186,0.801472624025663,0.153725174569888,0.00305466735549321,1.02173913043478,0.153725174569888,0.00411252881741334,1.01911615767463,0.153725174569888,0.00666183632430857,1.02157549380041,0.153725174569888,0.0237378689815615,0.958650760511622,0.5,0.153725174569888,0.0348774912382004,0.955412915605843,0.153725174569888,0.0367463098228177,0.750568750938924,0.5,0.153725174569888,0.0689002144532669,0.962619497299694,0.153725174569888,0.0513898230045018,0.873171950029252,0.153725174569888,0.0237651610574168,0.642925016606891,0.153725174569888,0.00422796136504796,0.874856142260289,0.153725174569888,0.00836626870429337,0.993934119577636,0.153725174569888,0.0231101807768989,0.987103330775066,0.153725174569888,0.0579969127758787,0.910594047285116,0.5,0.153725174569888,0.0253315176393708,0.737605017699519,0,0.483083398934949,0.606381182841095 -3128,0.5,0.153725174569888,0.0877321901518409,0.864403575407047,0.153725174569888,0.0109462860406069,0.882728094478884,0.153725174569888,0.132060174263727,1.01560391014801,0.153725174569888,0.198124440482603,0.940725785343533,0.153725174569888,0.0110883737005292,1.02173913043478,0.153725174569888,0.0241916268172027,1.01816913839852,0.153725174569888,0.0275206995592221,1.02140059856637,0.153725174569888,0.048831088527651,0.964675931206516,0.5,0.153725174569888,0.0596466818736844,0.983039270510119,0.153725174569888,0.0955094284113249,0.783723174386994,0.5,0.153725174569888,0.132856519032861,0.960533745197049,0.153725174569888,0.122577436571169,0.855369445748231,0.153725174569888,0.0418446866877131,0.670659544311301,0.153725174569888,0.0107570869116718,0.896198398148211,0.153725174569888,0.0201757195141132,1.00811114232877,0.153725174569888,0.0649606821267056,0.998291190211324,0.153725174569888,0.134704842012087,0.93874773974989,0.5,0.153725174569888,0.0873903245498022,0.783724211294941,0,0.553061487869601,0.91329971827374 -3129,0.5,0.153725174569888,0.0973629626231278,0.909906020753222,0.153725174569888,0.0138592143891615,0.988523776551456,0.153725174569888,0.198072663087229,1.01997060499044,0.153725174569888,0.277887912344141,0.958720717627298,0.153725174569888,0.0260061201051264,1.02173913043478,0.153725174569888,0.0639740048574183,1.01361425935698,0.153725174569888,0.0560784871560866,1.0199505451463,0.153725174569888,0.0723481755441993,0.9668529507503,0.5,0.153725174569888,0.0771159684093338,0.991482590382549,0.153725174569888,0.166436917323845,0.675941186720607,0.5,0.153725174569888,0.166722507823541,1.00109598762257,0.153725174569888,0.250828407298514,0.887289909414484,0.153725174569888,0.06249857692328,0.717239332784793,0.153725174569888,0.0159873736020591,0.876882705509089,0.153725174569888,0.0419210581834615,1.01726250501807,0.153725174569888,0.124871006791126,1.00347485734462,0.153725174569888,0.192443598065828,0.937916815971769,0.5,0.153725174569888,0.125451120737586,0.745546021931977,0,0.640700190906617,0.951108363908411 -3130,0.5,0.153725174569888,0.102559608933677,0.930544015376452,0.153725174569888,0.0205273783129086,1.00539290205201,0.153725174569888,0.178187546631484,1.01200378187286,0.153725174569888,0.307634202018806,0.98506768576354,0.153725174569888,0.0517269858475566,1.02173913043478,0.153725174569888,0.121688783374416,1.00663945311367,0.153725174569888,0.115084951052205,1.01949427207247,0.153725174569888,0.122514649713052,0.950422358527535,0.5,0.153725174569888,0.0785894157231024,0.984598489686016,0.153725174569888,0.362570327875448,0.731900062355408,0.5,0.153725174569888,0.256982696681229,1.0201584300477,0.153725174569888,0.403475991717918,0.962882913128865,0.153725174569888,0.0612368024816637,0.75287462104176,0.153725174569888,0.033887236081884,0.894381056117165,0.153725174569888,0.0727682224171754,1.01844231814577,0.153725174569888,0.192074423250346,1.01256838662579,0.153725174569888,0.25404915322965,0.958334443863665,0.5,0.153725174569888,0.20533631668323,0.71151056882485,0,0.599553276089339,0.894559147966572 -3131,0.5,0.153725174569888,0.11597247902843,0.940401223274047,0.153725174569888,0.0231565355665947,0.990930376756014,0.153725174569888,0.2668352603249,1.01441709243293,0.153725174569888,0.278273149988597,0.983608717759515,0.153725174569888,0.0533540947920032,1.02173913043478,0.153725174569888,0.149262345084767,1.00202884142909,0.153725174569888,0.180532294386327,1.01646983612594,0.153725174569888,0.107152964034142,0.955659755264408,0.5,0.153725174569888,0.142291923943921,1.00368672711571,0.153725174569888,0.435564330763985,0.843881602877107,0.5,0.153725174569888,0.120275976224723,1.01214674388041,0.153725174569888,0.352675887634775,0.969291162802487,0.153725174569888,0.049447864907638,0.806661345717342,0.153725174569888,0.0464167339658702,0.9406256991017,0.153725174569888,0.112448072453454,1.01731918033057,0.153725174569888,0.302165021328127,1.02138945425557,0.153725174569888,0.211571240734507,0.94734040452003,0.5,0.153725174569888,0.347462047250401,0.730683790759752,0,0.660404828680164,0.823623040354136 -3132,0.5,0.153725174569888,0.120611977105432,0.951897696125406,0.153725174569888,0.0320863183010215,0.98249313250819,0.153725174569888,0.314363203458993,1.01848016233359,0.153725174569888,0.222904674434094,0.965758188126172,0.153725174569888,0.047550308407681,1.02173913043478,0.153725174569888,0.153696264760943,1.00076396491258,0.153725174569888,0.209208876042534,1.01116647078031,0.153725174569888,0.107932522347762,0.956547351257028,0.5,0.153725174569888,0.170806077593156,1.00873774024568,0.153725174569888,0.504294677661332,0.952856901668099,0.5,0.153725174569888,0.272633784343601,1.02019699060072,0.153725174569888,0.240073424899596,0.960271651871093,0.153725174569888,0.0917265424419772,0.860280149525743,0.153725174569888,0.0559165069394493,0.965928049355181,0.153725174569888,0.140330955245931,1.0166768131473,0.153725174569888,0.15387535183349,1.00102474292139,0.153725174569888,0.157599323258663,0.961182576020688,0.5,0.153725174569888,0.377056275438747,0.707657789734412,0,0.711271485360436,0.860844244926313 -3133,0.5,0.153725174569888,0.100882673902366,0.935632332304106,0.153725174569888,0.0383539654005736,0.992781066761214,0.153725174569888,0.204878276960045,1.0114967391296,0.153725174569888,0.291904496725458,0.938461600696703,0.153725174569888,0.0633612433273578,1.02173913043478,0.153725174569888,0.167575404990714,1.00204721999274,0.153725174569888,0.2480627764807,1.00794735384237,0.153725174569888,0.120054957574337,0.955595636910879,0.5,0.153725174569888,0.197511912609596,1.00203219761384,0.153725174569888,0.23812785829887,0.907873723788685,0.5,0.153725174569888,0.336395991105448,1.01483470206748,0.153725174569888,0.331987655271022,0.988845126906164,0.153725174569888,0.119543842848459,0.88710814297324,0.153725174569888,0.058376447257774,0.972351154665566,0.153725174569888,0.138633650396111,1.01724505741899,0.153725174569888,0.103278744054615,0.963374718557665,0.153725174569888,0.205037527560857,0.963841258180067,0.5,0.153725174569888,0.263092774089595,0.738140685132361,0,0.685699788711902,0.912123830840679 -3134,0.5,0.153725174569888,0.100964712163379,0.91661363492276,0.153725174569888,0.0508353543211983,1.01236796546697,0.153725174569888,0.156981781027241,0.998822795075022,0.153725174569888,0.222618750424264,0.910023632013116,0.153725174569888,0.083116949793756,1.01661838495756,0.153725174569888,0.179053493040182,0.991530978711879,0.153725174569888,0.233748839051583,1.00616893141362,0.153725174569888,0.136032224819468,0.939166835335828,0.5,0.153725174569888,0.226059041281428,0.998729415464154,0.153725174569888,0.292774153651039,0.921243121885558,0.5,0.153725174569888,0.198166195962906,1.01724347734237,0.153725174569888,0.29094897733647,0.989781074393009,0.153725174569888,0.1294435457171,0.898922699255579,0.153725174569888,0.0613984109559635,0.962290246974918,0.153725174569888,0.149417881014494,1.01604243353592,0.153725174569888,0.0861430905311112,0.931082447988574,0.153725174569888,0.262039376111435,0.966946555321966,0.5,0.153725174569888,0.172609473971768,0.656173427397635,0,0.751128235739274,0.887499563566144 -3135,0.5,0.153725174569888,0.109011358984478,0.889097891786847,0.153725174569888,0.0530824510388597,1.01413039307408,0.153725174569888,0.224542233521829,1.01083182872804,0.153725174569888,0.210951676770195,0.924880713100671,0.153725174569888,0.0825263150292021,1.00022152667134,0.153725174569888,0.134400002351543,0.94490064849577,0.153725174569888,0.155522172024854,0.997674461007197,0.153725174569888,0.153799070677141,0.909484677734117,0.5,0.153725174569888,0.185188243148822,0.977864100051604,0.153725174569888,0.370339183362297,1.00576944123277,0.5,0.153725174569888,0.210547820381785,1.00525780139002,0.153725174569888,0.172582131497552,0.963802710694887,0.153725174569888,0.0753690781705154,0.926499633066418,0.153725174569888,0.0607560557197974,0.947757227971605,0.153725174569888,0.15429221738457,1.00413465337611,0.153725174569888,0.0872516320679891,0.89840803333495,0.153725174569888,0.230130677520485,0.950772431398802,0.5,0.153725174569888,0.192308128722289,0.750807509658258,0,0.739708802437865,0.84602253819653 -3136,0.5,0.153725174569888,0.0874615938735554,0.868631065071405,0.153725174569888,0.0463895204871537,1.00774336472348,0.153725174569888,0.17681751696508,0.994660276288075,0.153725174569888,0.202933368880767,0.922553512527378,0.153725174569888,0.0730943951180609,0.970552753975209,0.153725174569888,0.100558852619655,0.830919748681916,0.153725174569888,0.11648045577763,0.94993470809057,0.153725174569888,0.209629423530679,0.851456103573642,0.5,0.153725174569888,0.119298551210483,0.941864719186315,0.153725174569888,0.262552687309663,1.01336102260203,0.5,0.153725174569888,0.284650197833349,1.01600751100859,0.153725174569888,0.14660679318306,0.938456366384831,0.153725174569888,0.088974845337012,0.939985709486058,0.153725174569888,0.0605369164906474,0.935958655432921,0.153725174569888,0.094008009083776,0.977940765924431,0.153725174569888,0.0708724355015454,0.871226398772757,0.153725174569888,0.141352907139877,0.909435720795021,0.5,0.153725174569888,0.102209232235119,0.747835220201186,0,0.788237817068176,0.819765520903763 -3137,0.5,0.153725174569888,0.0795708989046789,0.820058138907748,0.153725174569888,0.0481366324194039,0.981204750859582,0.153725174569888,0.0978526237935195,0.929273966546375,0.153725174569888,0.145438371482413,0.847243590446533,0.153725174569888,0.0547644829619412,0.924718839861832,0.153725174569888,0.113689562458989,0.718283503573409,0.153725174569888,0.0855677444519539,0.851610746455174,0.153725174569888,0.255532689399297,0.841580974783573,0.5,0.153725174569888,0.150121549124143,0.944353355860617,0.153725174569888,0.140121097375965,1.00675063227133,0.5,0.153725174569888,0.128362605089958,0.997663608711505,0.153725174569888,0.0911527774409366,0.86968931639609,0.153725174569888,0.0563318971487296,0.923211181884921,0.153725174569888,0.0463925655070248,0.911201493031621,0.153725174569888,0.0673566654678401,0.930657071717584,0.153725174569888,0.0572179170084883,0.829544188401916,0.153725174569888,0.116482150937692,0.863282338375326,0.5,0.153725174569888,0.0613006830174381,0.686912487622116,0,0.796400761056316,0.827991066238524 -3138,0.5,0.153725174569888,0.0502710421326304,0.760860461456422,0.153725174569888,0.0278818202816416,0.939945600958035,0.153725174569888,0.0432462979156568,0.818488560281452,0.153725174569888,0.031218472821351,0.6739567063284,0.153725174569888,0.0439281082004142,0.858776893509492,0.153725174569888,0.0633805349417146,0.641113151220787,0.153725174569888,0.0852721275152487,0.784665595232081,0.153725174569888,0.150157038086653,0.894958691415606,0.5,0.153725174569888,0.0694580527515943,0.963703478193705,0.153725174569888,0.0274003152588452,0.918084756822266,0.5,0.153725174569888,0.0779658334661101,1.01183199775573,0.153725174569888,0.059365555721548,0.814772930317485,0.153725174569888,0.0447555657956555,0.879701341240729,0.153725174569888,0.0285111541870917,0.862319170654025,0.153725174569888,0.0368167136279503,0.8676027256696,0.153725174569888,0.0526024734557804,0.726042893116697,0.153725174569888,0.0685666173086667,0.837806524240066,0.5,0.153725174569888,0.0225071729140873,0.646875970130433,0,0.829093064271573,0.812797687124588 -3139,0.5,0.153725174569888,0.0148075735729433,0.653035905847137,0.153725174569888,0.00619594861496785,0.878502819516964,0.153725174569888,0.0091128642572806,0.667473054961923,0.153725174569888,0.00300312555862618,0.48189627932855,0.153725174569888,0.0231682658196346,0.771313917872973,0.153725174569888,0.0459174010271921,0.742672527385643,0.153725174569888,0.0436208008419332,0.695237806306496,0.153725174569888,0.0494501718424693,0.856061428471551,0.5,0.153725174569888,0.0333200322321791,0.936321324668887,0.153725174569888,0.0104970151827242,0.864150958334274,0.5,0.153725174569888,0.0349814084480455,1.00694750642159,0.153725174569888,0.0278754517223696,0.753317322300368,0.153725174569888,0.016906779827801,0.820572624742446,0.153725174569888,0.00886317460260981,0.787934650674302,0.153725174569888,0.0191971068731332,0.797733845862729,0.153725174569888,0.0362786779747748,0.693041663748188,0.153725174569888,0.0281121033211677,0.788668080143259,0.5,0.153725174569888,0.00403100025252588,0.567616108812906,0,0.833091603040319,0.710417298650492 -3140,0.5,0.153725174569888,9.08626875412976e-05,0.556164621186001,0.153725174569888,0.00051645811876633,0.813105369518092,0.153725174569888,0.000193712793041953,0.536275889007682,0.153725174569888,6.56972863759002e-06,0.365677579340962,0.153725174569888,9.60660616264151e-05,0.722794913135029,0.153725174569888,1.42601604777408e-05,0.7192042231161,0.153725174569888,5.24430412328537e-05,0.738008045259712,0.153725174569888,0.0,0.801941119463671,0.5,0.153725174569888,0.000185137239297774,0.872414254681125,0.153725174569888,1.60428980263479e-05,0.799666750327589,0.5,0.153725174569888,0.0,1.00359352219712,0.153725174569888,0.000122130491697063,0.617284465076438,0.153725174569888,0.000470385659682678,0.764606647998172,0.153725174569888,0.000351562600930098,0.707758758348256,0.153725174569888,5.70403631323602e-05,0.706794003037109,0.153725174569888,0.0,0.65931110944261,0.153725174569888,2.01296145397765e-05,0.767548915144345,0.5,0.153725174569888,0.0,0.500840672873793,0,0.782871564691779,0.552415333473796 -3141,0.5,0.153725174569888,0.0,0.522719081210546,0.153725174569888,0.0,0.738235480929391,0.153725174569888,0.0,0.444671146913366,0.153725174569888,0.0,0.325372638674827,0.153725174569888,0.0,0.585519472138027,0.153725174569888,0.0,0.727679496812897,0.153725174569888,0.0,0.803777907390869,0.153725174569888,0.0,0.784541678452833,0.5,0.153725174569888,0.0,0.808306015484964,0.153725174569888,0.0,0.583817826278788,0.5,0.153725174569888,0.0,0.990512713811919,0.153725174569888,0.0,0.542017746333025,0.153725174569888,0.0,0.723355621950256,0.153725174569888,0.0,0.649492787423472,0.153725174569888,0.0,0.617409334739618,0.153725174569888,0.0,0.643484762014492,0.153725174569888,0.0,0.733759753719842,0.5,0.153725174569888,0.0,0.455583443655441,0,0.738960805225768,0.444659324608016 -3142,0.5,0.153725174569888,0.0,0.518100789427268,0.153725174569888,0.0,0.651577906729284,0.153725174569888,0.0,0.373732011146227,0.153725174569888,0.0,0.351940613193979,0.153725174569888,0.0,0.614639509631703,0.153725174569888,0.0,0.807718203558077,0.153725174569888,0.0,0.897219240560358,0.153725174569888,0.0,0.73822945515061,0.5,0.153725174569888,0.0,0.754223837117002,0.153725174569888,0.0,0.366369851021364,0.5,0.153725174569888,0.0,0.939911707010094,0.153725174569888,0.0,0.480592038838654,0.153725174569888,0.0,0.676679394488833,0.153725174569888,0.0,0.631397021247228,0.153725174569888,0.0,0.604001105398743,0.153725174569888,0.0,0.743093020219406,0.153725174569888,0.0,0.812243552821934,0.5,0.153725174569888,0.0,0.493811132333397,0,0.738240908174279,0.49288830065763 -3143,0.5,0.153725174569888,0.0,0.526981504419979,0.153725174569888,0.0,0.581460819310859,0.153725174569888,0.0,0.42571217805747,0.153725174569888,0.0,0.358177396960235,0.153725174569888,0.0,0.604536054893138,0.153725174569888,0.0,0.759439853330733,0.153725174569888,0.0,0.926409040964781,0.153725174569888,0.0,0.76662667700288,0.5,0.153725174569888,0.0,0.724359605375385,0.153725174569888,0.0,0.334606813117752,0.5,0.153725174569888,0.0,0.876924186595916,0.153725174569888,0.0,0.512526851675021,0.153725174569888,0.0,0.634965287809925,0.153725174569888,0.0,0.619594481073791,0.153725174569888,0.0,0.697943033754322,0.153725174569888,0.0,0.77523792172367,0.153725174569888,0.0,0.839267929976566,0.5,0.153725174569888,0.0,0.48982820500813,0,0.742848679139205,0.66068359071686 -3144,0.5,0.153725174569888,0.0,0.533635796185386,0.153725174569888,0.0,0.584494409448335,0.153725174569888,0.0,0.596812568886332,0.153725174569888,0.0,0.354938837875842,0.153725174569888,0.0,0.583428621404947,0.153725174569888,0.0,0.729253904153741,0.153725174569888,0.0,0.886757335395751,0.153725174569888,0.0,0.81091452534925,0.5,0.153725174569888,0.0,0.701254702400101,0.153725174569888,0.0,0.451380898449686,0.5,0.153725174569888,0.0,0.831146218846083,0.153725174569888,0.0,0.46165194301629,0.153725174569888,0.0,0.621490038708822,0.153725174569888,0.0,0.651529073682518,0.153725174569888,0.0,0.751467050703623,0.153725174569888,0.0,0.836606742822949,0.153725174569888,0.0,0.816928290327038,0.5,0.153725174569888,0.0,0.443881662926321,0,0.728834196466145,0.763454938351063 -3145,0.5,0.153725174569888,0.0,0.536174607332914,0.153725174569888,0.0,0.606623448831124,0.153725174569888,0.0,0.674022150782622,0.153725174569888,0.0,0.354217635107476,0.153725174569888,0.0,0.632512563397489,0.153725174569888,0.0,0.755494671685882,0.153725174569888,0.0,0.868657884722739,0.153725174569888,0.0,0.840456818257473,0.5,0.153725174569888,0.0,0.678096182334474,0.153725174569888,0.0,0.444706472633221,0.5,0.153725174569888,0.0,0.802882783785559,0.153725174569888,0.0,0.427749800815984,0.153725174569888,0.0,0.594036193320716,0.153725174569888,0.0,0.713874750690114,0.153725174569888,0.0,0.784316395117556,0.153725174569888,0.0,0.788479024011155,0.153725174569888,0.0,0.756762893295421,0.5,0.153725174569888,0.0,0.367612604117066,0,0.727974328758214,0.798989135870439 -3146,0.5,0.153725174569888,0.0,0.529834528387142,0.153725174569888,0.0,0.674914526646668,0.153725174569888,0.0,0.73373270663269,0.153725174569888,0.0,0.4168486371664,0.153725174569888,0.0,0.680018735178519,0.153725174569888,0.0,0.792963287479798,0.153725174569888,0.0,0.872630624443556,0.153725174569888,0.0,0.870457953713479,0.5,0.153725174569888,0.0,0.666930758997532,0.153725174569888,0.0,0.426679600171389,0.5,0.153725174569888,0.0,0.783507358965822,0.153725174569888,0.0,0.444784411550006,0.153725174569888,0.0,0.545123547700664,0.153725174569888,0.0,0.755178715861297,0.153725174569888,0.0,0.752506560293923,0.153725174569888,0.0,0.792332669933495,0.153725174569888,0.0,0.736580339787285,0.5,0.153725174569888,0.0,0.331910813340471,0,0.705316073649863,0.805698394981243 -3147,0.5,0.153725174569888,0.0,0.569299261409632,0.153725174569888,0.0,0.807491098766127,0.153725174569888,0.0,0.832444618712322,0.153725174569888,0.0,0.502330108867091,0.153725174569888,0.0,0.780764035844502,0.153725174569888,0.0,0.775253878411448,0.153725174569888,0.0,0.873458363112266,0.153725174569888,0.0,0.908210975337025,0.5,0.153725174569888,0.0,0.685346396328512,0.153725174569888,0.0,0.470062072043107,0.5,0.153725174569888,0.0,0.7614750671299,0.153725174569888,0.0,0.492873443323074,0.153725174569888,0.0,0.433364788927498,0.153725174569888,0.0,0.785717420847,0.153725174569888,0.0,0.692708445710483,0.153725174569888,0.0,0.813189812412543,0.153725174569888,0.0,0.759610523015653,0.5,0.153725174569888,0.0,0.389007312227584,0,0.654876748567274,0.79144137463218 -3148,0.5,0.153725174569888,0.0,0.613113407173591,0.153725174569888,0.0,0.880735852872094,0.153725174569888,0.0,0.881984317547175,0.153725174569888,0.0,0.574939402554777,0.153725174569888,0.0,0.740090998091161,0.153725174569888,0.0,0.75147112159355,0.153725174569888,0.0,0.882283772712985,0.153725174569888,0.0,0.923599397410023,0.5,0.153725174569888,0.0,0.728605228312747,0.153725174569888,0.0,0.46409493719431,0.5,0.153725174569888,0.0,0.708191938765604,0.153725174569888,0.0,0.45690560908063,0.153725174569888,0.0,0.44211589663383,0.153725174569888,0.0,0.801342522954475,0.153725174569888,0.0,0.72006264558078,0.153725174569888,0.0,0.83250704587477,0.153725174569888,0.0,0.742968021819066,0.5,0.153725174569888,0.0,0.487469071640849,0,0.570179673762257,0.797589070742862 -3149,0.5,0.153725174569888,0.000120379072161814,0.587683828219011,0.153725174569888,0.0,0.992144937056226,0.153725174569888,0.0,0.858470323161063,0.153725174569888,9.27058056327661e-05,0.645774450794206,0.153725174569888,0.0,0.683970920925716,0.153725174569888,0.0,0.731631537419487,0.153725174569888,0.0,0.853563046583214,0.153725174569888,0.0,0.918575051371315,0.5,0.153725174569888,0.0,0.780462692368212,0.153725174569888,0.0,0.412314023950888,0.5,0.153725174569888,0.0,0.670643939511532,0.153725174569888,0.0,0.484812245594283,0.153725174569888,0.0,0.58268555034919,0.153725174569888,0.0,0.786178435339232,0.153725174569888,0.0,0.749113415563925,0.153725174569888,0.0,0.864913045001355,0.153725174569888,0.0,0.708973051494554,0.5,0.153725174569888,0.0,0.488894593706348,0,0.54400434379344,0.808259906818672 -3150,0.5,0.153725174569888,0.00800389099728251,0.586091139546802,0.153725174569888,0.00412934579410374,0.914052604490842,0.153725174569888,0.00517464393911317,0.843830401672579,0.153725174569888,0.0269672007982508,0.794050030012612,0.153725174569888,0.0120522402876596,0.642982838595816,0.153725174569888,0.0015341821008366,0.743779690415846,0.153725174569888,0.00062309817714327,0.84218838090224,0.153725174569888,0.00253920990665725,0.902253663399326,0.5,0.153725174569888,0.00171976765493859,0.822038620222969,0.153725174569888,0.00807063428446217,0.475199318668903,0.5,0.153725174569888,0.00395634998719838,0.710969885212745,0.153725174569888,0.00345051773455707,0.581553882655921,0.153725174569888,0.000785095784200501,0.625149905025299,0.153725174569888,0.00630538986471226,0.787163190122263,0.153725174569888,0.00552717970237067,0.811405963406837,0.153725174569888,0.00185370576169967,0.884994678117641,0.153725174569888,0.00450219969349545,0.707577204054018,0.5,0.153725174569888,0.00735951528380388,0.546215876419273,0,0.595801544213243,0.815986721621169 -3151,0.5,0.153725174569888,0.0207195683973997,0.648045418866937,0.153725174569888,0.0325609286217164,0.847478787234092,0.153725174569888,0.032168246446281,0.904647277204529,0.153725174569888,0.0547862531276691,0.893862356438695,0.153725174569888,0.075962162677736,0.690637957085725,0.153725174569888,0.00869362014439631,0.769609675329435,0.153725174569888,0.00268592658706091,0.865824405272437,0.153725174569888,0.0245381318438505,0.918206655252138,0.5,0.153725174569888,0.0171228078121604,0.843770363406732,0.153725174569888,0.0563316900381843,0.681211683523018,0.5,0.153725174569888,0.021938559992446,0.907709832820612,0.153725174569888,0.021146654398086,0.657041723399644,0.153725174569888,0.00780338604472236,0.621636099967313,0.153725174569888,0.0277565454282322,0.78357756980259,0.153725174569888,0.0372920129212389,0.856947633428768,0.153725174569888,0.012470002510168,0.903808941966336,0.153725174569888,0.0313716905538309,0.79175848708302,0.5,0.153725174569888,0.0440663910099035,0.673263609160982,0,0.68688252404704,0.84410092126298 -3152,0.5,0.153725174569888,0.0515324606142113,0.707325213851062,0.153725174569888,0.103848942084477,0.868665771303767,0.153725174569888,0.0611532660297373,0.965543146081393,0.153725174569888,0.0744607032620337,0.865840863838557,0.153725174569888,0.152346756166825,0.793257457397495,0.153725174569888,0.00983704585455751,0.812324917014106,0.153725174569888,0.00928685816233008,0.90162667028496,0.153725174569888,0.0500798132581217,0.942530338338166,0.5,0.153725174569888,0.061536825101635,0.871586125559076,0.153725174569888,0.119149515667762,0.810757608064852,0.5,0.153725174569888,0.0344006290033968,0.968643270594356,0.153725174569888,0.0542635187373133,0.814674308266321,0.153725174569888,0.0301583446718546,0.650173029608687,0.153725174569888,0.0663633800218038,0.781958146837078,0.153725174569888,0.0763636734507228,0.891643664984413,0.153725174569888,0.0388929644795705,0.932852278712342,0.153725174569888,0.0543112486473876,0.849325580896937,0.5,0.153725174569888,0.103132693329953,0.774386617366404,0,0.716579978591102,0.870273092035687 -3153,0.5,0.153725174569888,0.115151952188077,0.77554947723177,0.153725174569888,0.0986979115326447,0.895641113747861,0.153725174569888,0.0806657571441865,0.976242854480655,0.153725174569888,0.0862450841627576,0.85007206943301,0.153725174569888,0.171251354584838,0.830600242271695,0.153725174569888,0.0220284427646749,0.885473202539853,0.153725174569888,0.0194005119370069,0.933052572922607,0.153725174569888,0.0777382373293974,0.93693930692122,0.5,0.153725174569888,0.126390555093917,0.888093630393927,0.153725174569888,0.150270262208602,0.758962656064762,0.5,0.153725174569888,0.0833846974031589,0.988799589291993,0.153725174569888,0.100182118321657,0.832608601806538,0.153725174569888,0.0846156341220066,0.706058037176112,0.153725174569888,0.0948595584904351,0.791109683309444,0.153725174569888,0.129077032062252,0.92568334991835,0.153725174569888,0.0742717770736338,0.949045378622413,0.153725174569888,0.075549550780346,0.91019448737878,0.5,0.153725174569888,0.193943751035605,0.865719821364872,0,0.78586401756344,0.870915795538163 -3154,0.5,0.153725174569888,0.182468910488088,0.832398875150407,0.153725174569888,0.051825030382779,0.843535971807989,0.153725174569888,0.104815374271009,0.97688761130129,0.153725174569888,0.0812060863708165,0.872518551368927,0.153725174569888,0.166401002713188,0.823771644260199,0.153725174569888,0.0361047548402814,0.914676384431488,0.153725174569888,0.0299805889141285,0.963104140436827,0.153725174569888,0.115235292182534,0.920420874096346,0.5,0.153725174569888,0.202285383657896,0.881115390515361,0.153725174569888,0.144721367599014,0.802690179628549,0.5,0.153725174569888,0.15215485338901,0.957363108179332,0.153725174569888,0.185448242085104,0.839670054736519,0.153725174569888,0.130355431398547,0.774283775282702,0.153725174569888,0.0967116598120913,0.766302737546511,0.153725174569888,0.12741433462838,0.92850004743881,0.153725174569888,0.115242616470008,0.948708890358614,0.153725174569888,0.107875100062575,0.948189908476279,0.5,0.153725174569888,0.277368596880988,0.924547868509772,0,0.907069276685988,0.833315941173207 -3155,0.5,0.153725174569888,0.155317705495679,0.835398659317797,0.153725174569888,0.0321955067331113,0.822794912768207,0.153725174569888,0.132810630092052,0.980456048571668,0.153725174569888,0.0980233194570684,0.884048369423968,0.153725174569888,0.106733011858158,0.788512190006012,0.153725174569888,0.0661267928986047,0.912915164683707,0.153725174569888,0.040938683780122,0.977718332700645,0.153725174569888,0.145884597306573,0.896811517180137,0.5,0.153725174569888,0.278598887917739,0.868412664762041,0.153725174569888,0.189023058681455,0.89344922450438,0.5,0.153725174569888,0.278474865904958,0.900116480321868,0.153725174569888,0.289988212843623,0.828558370815995,0.153725174569888,0.12061094831899,0.811361274193349,0.153725174569888,0.0993943590606647,0.750917791638956,0.153725174569888,0.106772278201726,0.903480795381702,0.153725174569888,0.129327302228291,0.935922957351209,0.153725174569888,0.133552962098303,0.932883034711089,0.5,0.153725174569888,0.21655087426738,0.884295051412088,0,0.968765045076406,0.828153658317634 -3156,0.5,0.153725174569888,0.141549325147725,0.80669534807979,0.153725174569888,0.0524768580618509,0.829831125664251,0.153725174569888,0.136396342784749,0.953442619508559,0.153725174569888,0.134188783800582,0.909806526588695,0.153725174569888,0.107007405972986,0.773222615267227,0.153725174569888,0.104297056221649,0.88691957912313,0.153725174569888,0.050110795187983,0.964180934253316,0.153725174569888,0.168969568097079,0.849546782134885,0.5,0.153725174569888,0.272284283534445,0.818756105122072,0.153725174569888,0.217576160047962,0.814298654699613,0.5,0.153725174569888,0.430006642890276,0.888606189690625,0.153725174569888,0.391577213584884,0.780371861171161,0.153725174569888,0.104812393275757,0.837072745998321,0.153725174569888,0.134517468362033,0.77664651354119,0.153725174569888,0.0938529733377315,0.873471812292875,0.153725174569888,0.142298894337913,0.910878513338273,0.153725174569888,0.17175540253419,0.898370506063681,0.5,0.153725174569888,0.163047970553921,0.877410117634924,0,0.922124004210938,0.819379258853897 -3157,0.5,0.153725174569888,0.100156579685579,0.790939265935304,0.153725174569888,0.102728228512561,0.887454391684036,0.153725174569888,0.139934721860536,0.924121778406342,0.153725174569888,0.167001762257241,0.912282795538415,0.153725174569888,0.0725144439210167,0.739077130627065,0.153725174569888,0.0990155501778401,0.865603523435171,0.153725174569888,0.0576521539770462,0.932795239220314,0.153725174569888,0.243097287483929,0.833578445501577,0.5,0.153725174569888,0.262202900335072,0.742491904161299,0.153725174569888,0.403789396879979,0.715953550077999,0.5,0.153725174569888,0.384104473361035,0.853386032134184,0.153725174569888,0.404958837170791,0.815512132555751,0.153725174569888,0.0612650120043262,0.83204769959011,0.153725174569888,0.132317925276526,0.755295879172786,0.153725174569888,0.08109315000514,0.84791231961663,0.153725174569888,0.122591762772265,0.861166197750205,0.153725174569888,0.241044063160317,0.864740986832462,0.5,0.153725174569888,0.175252850186984,0.804905454145782,0,0.872052204110233,0.804747847339551 -3158,0.5,0.153725174569888,0.103685045110239,0.822918959853128,0.153725174569888,0.0602164734141461,0.835463273489828,0.153725174569888,0.134380824021433,0.906979077032854,0.153725174569888,0.170730981295176,0.904475261500484,0.153725174569888,0.0639978688310504,0.694809267645824,0.153725174569888,0.0902902939922089,0.814898697380753,0.153725174569888,0.0665157716975751,0.894912044451409,0.153725174569888,0.243533275614707,0.734108496964535,0.5,0.153725174569888,0.24301060904303,0.694313069151679,0.153725174569888,0.532364163989101,0.758006268292475,0.5,0.153725174569888,0.262535375365063,0.805764076927186,0.153725174569888,0.311356449842077,0.716266718699418,0.153725174569888,0.117629306788175,0.870895513167666,0.153725174569888,0.131793885133772,0.728810088980098,0.153725174569888,0.0732453926645227,0.816239496508524,0.153725174569888,0.105334774737777,0.784380073245409,0.153725174569888,0.218147373744217,0.791766376637701,0.5,0.153725174569888,0.256222056491283,0.766261004937117,0,0.807126694252461,0.79735545521961 -3159,0.5,0.153725174569888,0.117700659022849,0.84264195200243,0.153725174569888,0.0800727057110686,0.816096750063247,0.153725174569888,0.102638233894608,0.863318076633808,0.153725174569888,0.151153196041701,0.893028904054015,0.153725174569888,0.0504954863937413,0.620601923829501,0.153725174569888,0.116535039298265,0.754746449311942,0.153725174569888,0.0482531547019353,0.845360229392419,0.153725174569888,0.188873581757391,0.587578343277329,0.5,0.153725174569888,0.183941626409503,0.60543291157296,0.153725174569888,0.295120781363133,0.710395419167378,0.5,0.153725174569888,0.195329571173633,0.7392525710343,0.153725174569888,0.251209587831848,0.689119489541472,0.153725174569888,0.144388440797616,0.866292514583945,0.153725174569888,0.122544644187188,0.675275551055494,0.153725174569888,0.0508572401093679,0.745050761442039,0.153725174569888,0.101086384441928,0.679065466477651,0.153725174569888,0.178295375325395,0.70905672935298,0.5,0.153725174569888,0.369736727145493,0.7585347697252,0,0.683179585263475,0.758626873893687 -3160,0.5,0.153725174569888,0.0747819247664733,0.830829841984712,0.153725174569888,0.0778303283551307,0.742304973067551,0.153725174569888,0.0666268256817071,0.821927132872975,0.153725174569888,0.104467885877169,0.857620204653676,0.153725174569888,0.0308499793516027,0.564203504326504,0.153725174569888,0.0771416004629436,0.577368843100924,0.153725174569888,0.0340476544870114,0.771744607748573,0.153725174569888,0.133355954176462,0.445975229823023,0.5,0.153725174569888,0.253068027096454,0.493494421344262,0.153725174569888,0.207938389030696,0.639762200160808,0.5,0.153725174569888,0.179239259079735,0.667824191961865,0.153725174569888,0.254074266488805,0.633310305744402,0.153725174569888,0.12229291830846,0.800684512619445,0.153725174569888,0.0998188519121247,0.613599723094296,0.153725174569888,0.034975001321193,0.67594128444122,0.153725174569888,0.0943014716851843,0.581738922296877,0.153725174569888,0.171158495508863,0.65557200829757,0.5,0.153725174569888,0.281320846449822,0.627104616259611,0,0.69480391505503,0.695301294258725 -3161,0.5,0.153725174569888,0.048303844293997,0.824534779626286,0.153725174569888,0.0595582411385963,0.672556781058148,0.153725174569888,0.0510665389552727,0.779808635942212,0.153725174569888,0.0565064859143486,0.807164004124472,0.153725174569888,0.0145529748557183,0.501508995285099,0.153725174569888,0.0686954649616439,0.43277349468713,0.153725174569888,0.0351218469902747,0.723890816993811,0.153725174569888,0.0615775532635688,0.213902639215185,0.5,0.153725174569888,0.275045859407177,0.387635225501307,0.153725174569888,0.153832494662841,0.573294198260061,0.5,0.153725174569888,0.195998377330156,0.70439769629186,0.153725174569888,0.184548328024896,0.477102869604414,0.153725174569888,0.0914095487949029,0.753310527704346,0.153725174569888,0.0705396126457865,0.529596105242951,0.153725174569888,0.0218426621983222,0.602272532737726,0.153725174569888,0.0533651965890935,0.486396869228104,0.153725174569888,0.142280509006097,0.546827514003417,0.5,0.153725174569888,0.187588580565365,0.552777000366598,0,0.877709360424195,0.571903275201766 -3162,0.5,0.153725174569888,0.0192542508510591,0.795812437357269,0.153725174569888,0.0359895598086003,0.576400352478537,0.153725174569888,0.0302498427879317,0.68505633848529,0.153725174569888,0.0232507248062868,0.779678094523399,0.153725174569888,0.00777047147924122,0.452924616925825,0.153725174569888,0.0415752344499703,0.298654866562587,0.153725174569888,0.033164165848451,0.667246352892899,0.153725174569888,0.0603549134041815,0.104557654756083,0.5,0.153725174569888,0.201702894516319,0.288965120187035,0.153725174569888,0.0765052388086993,0.388671758608294,0.5,0.153725174569888,0.166313220593408,0.402116945013108,0.153725174569888,0.105641644096984,0.34918764721775,0.153725174569888,0.0405830745145869,0.68157791868538,0.153725174569888,0.0370329653128195,0.4334423772384,0.153725174569888,0.0129401347711224,0.549531418189005,0.153725174569888,0.0238576499966696,0.395925742453739,0.153725174569888,0.098727046155218,0.390657224332624,0.5,0.153725174569888,0.120519872973063,0.441399052208286,0,0.916953004026067,0.532740097624563 -3163,0.5,0.153725174569888,0.00900302362029706,0.741645147907169,0.153725174569888,0.0108360543235785,0.514644148895728,0.153725174569888,0.0118234814137378,0.573303190190158,0.153725174569888,0.00940040181623397,0.751799677305445,0.153725174569888,0.00183878701922284,0.373929308762819,0.153725174569888,0.0218536028729759,0.218320320028043,0.153725174569888,0.0117896656822579,0.582656870772849,0.153725174569888,0.040975608924685,0.0381512435620943,0.5,0.153725174569888,0.0619301891509885,0.170015582420397,0.153725174569888,0.0390579227100869,0.20548824773934,0.5,0.153725174569888,0.0614391950766356,0.174877689870737,0.153725174569888,0.0467911883720865,0.225588815862522,0.153725174569888,0.0104193725697453,0.625811166906808,0.153725174569888,0.0121643228933063,0.341550265342163,0.153725174569888,0.00532558486603695,0.502858550238338,0.153725174569888,0.0179927912244982,0.345616004851711,0.153725174569888,0.0408377115315511,0.234883230882268,0.5,0.153725174569888,0.0408379620626817,0.28576428332211,0,0.905988061151135,0.471564593758478 -3164,0.5,0.153725174569888,6.20922698187371e-05,0.655823803500992,0.153725174569888,0.0,0.397105735425133,0.153725174569888,0.000218168094639278,0.487775835706784,0.153725174569888,1.94987051212946e-05,0.679849666200062,0.153725174569888,0.000386264665182356,0.306266420751446,0.153725174569888,0.000215450766992346,0.164720291440669,0.153725174569888,0.000586050680640304,0.50462502853421,0.153725174569888,0.0,0.0140484438080636,0.5,0.153725174569888,0.0,0.107581717196041,0.153725174569888,1.97616380576362e-05,0.111233704963105,0.5,0.153725174569888,8.90379346105015e-05,0.120340263557014,0.153725174569888,0.0,0.141318650051746,0.153725174569888,0.0,0.531594901651252,0.153725174569888,4.12246732729736e-05,0.272900634544985,0.153725174569888,0.000207826626549896,0.453914646572846,0.153725174569888,0.000331671416038749,0.278260193756204,0.153725174569888,3.68818516214144e-06,0.151283517571869,0.5,0.153725174569888,0.0,0.157733045476535,0,0.921856398733341,0.442073479956427 -3165,0.5,0.153725174569888,0.0,0.602717860742351,0.153725174569888,0.0,0.349903634085732,0.153725174569888,0.0,0.453488952016642,0.153725174569888,0.0,0.559404653937868,0.153725174569888,0.0,0.268595332001204,0.153725174569888,0.0,0.136010066234221,0.153725174569888,0.0,0.43937233335704,0.153725174569888,0.0,0.0155832205414198,0.5,0.153725174569888,0.0,0.0717367065995806,0.153725174569888,0.0,0.0650007459098152,0.5,0.153725174569888,0.0,0.104472840135122,0.153725174569888,0.0,0.0841767531369957,0.153725174569888,0.0,0.485289450906284,0.153725174569888,0.0,0.218749758182818,0.153725174569888,0.0,0.414703700344384,0.153725174569888,0.0,0.208991155122474,0.153725174569888,0.0,0.138834142671426,0.5,0.153725174569888,0.0,0.136060909162556,0,0.949409391906495,0.415044863774526 -3166,0.5,0.153725174569888,0.0,0.567644542753556,0.153725174569888,0.0,0.331650680343446,0.153725174569888,0.0,0.448818185619453,0.153725174569888,0.0,0.481148844643316,0.153725174569888,0.0,0.243001479895532,0.153725174569888,0.0,0.126266076964492,0.153725174569888,0.0,0.384485438573283,0.153725174569888,0.0,0.0172973419095416,0.5,0.153725174569888,0.0,0.0578752702537181,0.153725174569888,0.0,0.0428584534136159,0.5,0.153725174569888,0.0,0.0948519580436663,0.153725174569888,0.0,0.0566590344997534,0.153725174569888,0.0,0.480425703878878,0.153725174569888,0.0,0.186971653394066,0.153725174569888,0.0,0.399771188353592,0.153725174569888,0.0,0.157689467816149,0.153725174569888,0.0,0.137234221209108,0.5,0.153725174569888,0.0,0.122823066106471,0,0.969594987872741,0.438690786973435 -3167,0.5,0.153725174569888,0.0,0.530911393854081,0.153725174569888,0.0,0.315007627072895,0.153725174569888,0.0,0.460718511255832,0.153725174569888,0.0,0.439030587781518,0.153725174569888,0.0,0.22598058295913,0.153725174569888,0.0,0.111143025314358,0.153725174569888,0.0,0.330709489729826,0.153725174569888,0.0,0.0190063067057035,0.5,0.153725174569888,0.0,0.05658903964957,0.153725174569888,0.0,0.0330989537424856,0.5,0.153725174569888,0.0,0.107635706313327,0.153725174569888,0.0,0.0420743382515432,0.153725174569888,0.0,0.473290966157857,0.153725174569888,0.0,0.170637073737872,0.153725174569888,0.0,0.389517067978449,0.153725174569888,0.0,0.117694356301973,0.153725174569888,0.0,0.138201017748496,0.5,0.153725174569888,0.0,0.099012133954763,0,0.977457644060667,0.457363187925165 -3168,0.5,0.153725174569888,0.0,0.485353687143362,0.153725174569888,0.0,0.344033146609705,0.153725174569888,0.0,0.411063723704506,0.153725174569888,0.0,0.462754251672237,0.153725174569888,0.0,0.213901048335773,0.153725174569888,0.0,0.0944919208193924,0.153725174569888,0.0,0.280276333338857,0.153725174569888,0.0,0.0268705676612319,0.5,0.153725174569888,0.0,0.0515970030176422,0.153725174569888,0.0,0.0295890578493707,0.5,0.153725174569888,0.0,0.102202103369878,0.153725174569888,0.0,0.0289260988221789,0.153725174569888,0.0,0.456456157442322,0.153725174569888,0.0,0.165584867728943,0.153725174569888,0.0,0.36311373125678,0.153725174569888,0.0,0.0934871389891653,0.153725174569888,0.0,0.125367560076517,0.5,0.153725174569888,0.0,0.0830279714256352,0,0.977526752474444,0.499247759335769 -3169,0.5,0.153725174569888,0.0,0.430951810298158,0.153725174569888,0.0,0.319519471853913,0.153725174569888,0.0,0.379826443787236,0.153725174569888,0.0,0.435732362683005,0.153725174569888,0.0,0.18618311825772,0.153725174569888,0.0,0.0850001321316413,0.153725174569888,0.0,0.232294119369435,0.153725174569888,0.0,0.0433454790784783,0.5,0.153725174569888,0.0,0.0376553748822248,0.153725174569888,0.0,0.0256492936287033,0.5,0.153725174569888,0.0,0.0935186119855473,0.153725174569888,0.0,0.0243638994564724,0.153725174569888,0.0,0.415537006543074,0.153725174569888,0.0,0.161760264856276,0.153725174569888,0.0,0.314975266666777,0.153725174569888,0.0,0.0782439518540462,0.153725174569888,0.0,0.101290843970925,0.5,0.153725174569888,0.0,0.0561130957745959,0,0.975756205592261,0.527976262785227 -3170,0.5,0.153725174569888,0.0,0.386446387019215,0.153725174569888,0.0,0.286290339352478,0.153725174569888,0.0,0.368908623789818,0.153725174569888,0.0,0.418329287684764,0.153725174569888,0.0,0.165216553338061,0.153725174569888,0.0,0.0777732240053379,0.153725174569888,0.0,0.197733283695714,0.153725174569888,0.0,0.0617075998718978,0.5,0.153725174569888,0.0,0.0255097020174444,0.153725174569888,0.0,0.024326423921775,0.5,0.153725174569888,0.0,0.0782583663849468,0.153725174569888,0.0,0.0258548648055559,0.153725174569888,0.0,0.385673275393183,0.153725174569888,0.0,0.154098734688871,0.153725174569888,0.0,0.256840121534049,0.153725174569888,0.0,0.0655585380058155,0.153725174569888,0.0,0.0693116447221289,0.5,0.153725174569888,0.0,0.0358359422596238,0,0.975187142705426,0.567739030580658 -3171,0.5,0.153725174569888,0.0,0.36437382022734,0.153725174569888,0.0,0.231111310317298,0.153725174569888,0.0,0.348555674250364,0.153725174569888,0.0,0.411293965150212,0.153725174569888,0.0,0.147014850338076,0.153725174569888,0.0,0.0793383949993504,0.153725174569888,0.0,0.166525171029786,0.153725174569888,0.0,0.0782547771126396,0.5,0.153725174569888,0.0,0.0178558885623043,0.153725174569888,0.0,0.0225273550030332,0.5,0.153725174569888,0.0,0.070971853841879,0.153725174569888,0.0,0.0260495404868155,0.153725174569888,0.0,0.35917595299366,0.153725174569888,0.0,0.148159574131053,0.153725174569888,0.0,0.201563865794235,0.153725174569888,0.0,0.0544266919282838,0.153725174569888,0.0,0.0532928123330958,0.5,0.153725174569888,0.0,0.0235674672193075,0,0.974666849440678,0.614951433205107 -3172,0.5,0.153725174569888,0.0,0.35991808839587,0.153725174569888,0.0,0.180524920642127,0.153725174569888,0.0,0.307504283985506,0.153725174569888,0.0,0.377334975766747,0.153725174569888,0.0,0.117155268280449,0.153725174569888,0.0,0.0831533776187928,0.153725174569888,0.0,0.14383993872729,0.153725174569888,0.0,0.0791945334118564,0.5,0.153725174569888,0.0,0.014736026883576,0.153725174569888,0.0,0.0161733723580329,0.5,0.153725174569888,0.0,0.0552927008577039,0.153725174569888,0.0,0.0222089200796435,0.153725174569888,0.0,0.326871578653123,0.153725174569888,0.0,0.147627886404988,0.153725174569888,0.0,0.16012081049931,0.153725174569888,0.0,0.0410458573841563,0.153725174569888,0.0,0.0422488863009918,0.5,0.153725174569888,0.0,0.0173306977322946,0,0.973798944627732,0.625782339100989 -3173,0.5,0.153725174569888,0.00010797525430634,0.347472429249851,0.153725174569888,0.0,0.149771390118576,0.153725174569888,0.0,0.255817825821545,0.153725174569888,8.9513417190394e-06,0.324550250621928,0.153725174569888,0.0,0.0947644696859733,0.153725174569888,0.0,0.0755464225615399,0.153725174569888,0.0,0.13244146790253,0.153725174569888,0.0,0.0697021153390029,0.5,0.153725174569888,0.0,0.0123786410204448,0.153725174569888,0.0,0.0121265668471774,0.5,0.153725174569888,0.0,0.0409242060136036,0.153725174569888,0.0,0.0164444054764893,0.153725174569888,0.0,0.293030794537334,0.153725174569888,0.0,0.14918827546385,0.153725174569888,0.0,0.136530691046932,0.153725174569888,0.0,0.0322161106004107,0.153725174569888,0.0,0.0347713113125649,0.5,0.153725174569888,0.0,0.0155834696954471,0,0.972330402443075,0.612314135681826 -3174,0.5,0.153725174569888,0.0126784339950107,0.368708359447943,0.153725174569888,0.00331038985611591,0.141429619518933,0.153725174569888,0.025398064214515,0.23426590724809,0.153725174569888,0.014940170787306,0.287229873314934,0.153725174569888,0.00165639519215769,0.078695771595247,0.153725174569888,0.00307835176141099,0.0719864438678121,0.153725174569888,0.0126136589349076,0.124479726442057,0.153725174569888,0.0045518740960055,0.0666089668180157,0.5,0.153725174569888,0.0115991378051432,0.00979280292931906,0.153725174569888,0.00419542538705341,0.0127523182440742,0.5,0.153725174569888,0.00790979019983392,0.0238016560058322,0.153725174569888,0.00409384526497846,0.0139586837778796,0.153725174569888,0.00729328566399345,0.294289553920392,0.153725174569888,0.00717039836091591,0.171112205478582,0.153725174569888,0.00822322735233568,0.136853453034514,0.153725174569888,0.0196288428141239,0.0303780852834156,0.153725174569888,0.00716639132962215,0.0336238154101161,0.5,0.153725174569888,0.00920041506946321,0.0151998528928992,0,0.963983141131993,0.440723294588135 -3175,0.5,0.153725174569888,0.0544346538958598,0.437143775230659,0.153725174569888,0.0185517869217403,0.193635289611285,0.153725174569888,0.0880724322925512,0.265535201642385,0.153725174569888,0.046675731828595,0.278489592504146,0.153725174569888,0.0144301468051268,0.0811367526843091,0.153725174569888,0.0243106316215847,0.0741921270614652,0.153725174569888,0.0575751000146361,0.158613613335237,0.153725174569888,0.0289677728985963,0.0813826920751138,0.5,0.153725174569888,0.0773713358649197,0.0121450872585395,0.153725174569888,0.0362715443993053,0.0444847437262665,0.5,0.153725174569888,0.0422201567647488,0.0135846752125986,0.153725174569888,0.0244848589165938,0.0190213845986218,0.153725174569888,0.0306785069530806,0.344822743103453,0.153725174569888,0.0432550196037692,0.253118470684111,0.153725174569888,0.0355965319909742,0.180667245463796,0.153725174569888,0.0778206767156741,0.0542169378225168,0.153725174569888,0.0420041831307453,0.0430536985598251,0.5,0.153725174569888,0.0677351363175882,0.0221704344688236,0,0.960477050455424,0.349711614294026 -3176,0.5,0.153725174569888,0.102553128795624,0.493112655096056,0.153725174569888,0.0415797472682599,0.27193973889958,0.153725174569888,0.164049847200408,0.344299354211934,0.153725174569888,0.0819482467000294,0.293258491845964,0.153725174569888,0.0462079189168017,0.115983829600408,0.153725174569888,0.0826955292282945,0.0882044874701948,0.153725174569888,0.112166445387566,0.230776899045298,0.153725174569888,0.0721124383146513,0.119648469098412,0.5,0.153725174569888,0.191722058734039,0.0576907737136624,0.153725174569888,0.0526171311681513,0.107100318533486,0.5,0.153725174569888,0.116880117759759,0.00932520413481478,0.153725174569888,0.0436224240277937,0.020661724790939,0.153725174569888,0.070487494973878,0.426937606514075,0.153725174569888,0.0963238019838462,0.359010089624501,0.153725174569888,0.0707603482099199,0.219483031947521,0.153725174569888,0.149888626162355,0.12237987534066,0.153725174569888,0.106011116353283,0.0753363335609176,0.5,0.153725174569888,0.145202501424071,0.0315052966120328,0,0.95086852228558,0.5229055520611 -3177,0.5,0.153725174569888,0.125931021812008,0.507248723330307,0.153725174569888,0.06793561594968,0.345792452396755,0.153725174569888,0.248053190077423,0.460840323675942,0.153725174569888,0.114671915586137,0.313984123096507,0.153725174569888,0.0972338209077168,0.164577707459754,0.153725174569888,0.200399997177752,0.091127871873884,0.153725174569888,0.159405509866775,0.322247796171179,0.153725174569888,0.130205836760266,0.213321990181394,0.5,0.153725174569888,0.324619401932161,0.20178407767997,0.153725174569888,0.0765345461675413,0.141151421755578,0.5,0.153725174569888,0.210152044615189,0.0224347542050163,0.153725174569888,0.0823783971912101,0.0282541527895381,0.153725174569888,0.122798990578386,0.505569722226147,0.153725174569888,0.11437962351971,0.369642562344502,0.153725174569888,0.0998204896379243,0.299217327588639,0.153725174569888,0.214240579578699,0.18874415140348,0.153725174569888,0.200700081744926,0.109590459717167,0.5,0.153725174569888,0.229822148127344,0.0343443807475475,0,0.931363469217191,0.658929506476041 -3178,0.5,0.153725174569888,0.140101717233749,0.504379240374309,0.153725174569888,0.0930563054573897,0.447455044946381,0.153725174569888,0.26904411385612,0.430690178651433,0.153725174569888,0.142673428618251,0.316709705783088,0.153725174569888,0.149092617560775,0.221937623301601,0.153725174569888,0.261303762195322,0.0985860433007189,0.153725174569888,0.218457012290691,0.264684767684095,0.153725174569888,0.167749551142352,0.263242169090947,0.5,0.153725174569888,0.423223415394016,0.245759302402222,0.153725174569888,0.09044483672229,0.161942443959201,0.5,0.153725174569888,0.318355660441599,0.0591646720462208,0.153725174569888,0.0988801447793082,0.0455533968287394,0.153725174569888,0.184413003069378,0.516786127036586,0.153725174569888,0.146226279937436,0.378822664485643,0.153725174569888,0.119472843349706,0.328269462502092,0.153725174569888,0.242072964676232,0.194019970644208,0.153725174569888,0.359853746588164,0.149117710660762,0.5,0.153725174569888,0.259959821589621,0.0336829692675633,0,0.895854934180695,0.71801021040121 -3179,0.5,0.153725174569888,0.166696965859751,0.504120175254583,0.153725174569888,0.113694092233738,0.522215738905551,0.153725174569888,0.32867883014629,0.338913629943585,0.153725174569888,0.17625230617599,0.326822916486319,0.153725174569888,0.233196811973434,0.28179566071439,0.153725174569888,0.279047333397095,0.139275718185622,0.153725174569888,0.369635980795542,0.282183772633686,0.153725174569888,0.164727423689404,0.29954834774383,0.5,0.153725174569888,0.485972820836893,0.27394492198573,0.153725174569888,0.109792468659697,0.168679585858641,0.5,0.153725174569888,0.406772956184371,0.116364327429544,0.153725174569888,0.13355831827189,0.0652391092962366,0.153725174569888,0.251682151475027,0.534529671190691,0.153725174569888,0.240717609793669,0.41506036337309,0.153725174569888,0.193919813841262,0.360466148385296,0.153725174569888,0.357708995973116,0.213271800178038,0.153725174569888,0.32786648854199,0.162346594112384,0.5,0.153725174569888,0.322977787499745,0.0488032479357187,0,0.853088407636697,0.775693327823923 -3180,0.5,0.153725174569888,0.1605203316303,0.472909685611087,0.153725174569888,0.141191664307964,0.450569104756701,0.153725174569888,0.464830484405452,0.271518565506305,0.153725174569888,0.246234657654522,0.307995150507307,0.153725174569888,0.202379643205119,0.280168096435057,0.153725174569888,0.229993359112616,0.206251298242169,0.153725174569888,0.35130043894702,0.257236874623139,0.153725174569888,0.202373221475541,0.302385791182261,0.5,0.153725174569888,0.479495947668858,0.304545917275488,0.153725174569888,0.210315815417952,0.21044393371179,0.5,0.153725174569888,0.335601104088974,0.128493785881133,0.153725174569888,0.164009145822744,0.100498313659753,0.153725174569888,0.415199166841842,0.659883748107431,0.153725174569888,0.409720056862269,0.527338164421558,0.153725174569888,0.269130239460367,0.432969883356423,0.153725174569888,0.297484354599819,0.224980242771129,0.153725174569888,0.257981719697406,0.151441677190366,0.5,0.153725174569888,0.394347403348344,0.0680080776672085,0,0.783099830622176,0.812786395075448 -3181,0.5,0.153725174569888,0.16827458067867,0.455372112199737,0.153725174569888,0.265011473707219,0.481259756658533,0.153725174569888,0.525452772379053,0.224223577052821,0.153725174569888,0.323571044230433,0.234741470109405,0.153725174569888,0.254212991001773,0.258473112559184,0.153725174569888,0.204400952884514,0.265017578489097,0.153725174569888,0.209312865265811,0.231101685581823,0.153725174569888,0.317868022419067,0.388599184665795,0.5,0.153725174569888,0.429623662999436,0.308124334012589,0.153725174569888,0.208619634772495,0.225526864709565,0.5,0.153725174569888,0.277190835537722,0.131827075485042,0.153725174569888,0.165898706995892,0.136080469186942,0.153725174569888,0.445949962227032,0.704563972853018,0.153725174569888,0.511679157127854,0.640801301207829,0.153725174569888,0.227984227599169,0.432083025941374,0.153725174569888,0.277228558203964,0.221923509538386,0.153725174569888,0.261786614696898,0.1490163090898,0.5,0.153725174569888,0.365439494150758,0.107708369458183,0,0.745227221950808,0.85008861442467 -3182,0.5,0.153725174569888,0.173625792446158,0.454891279011487,0.153725174569888,0.322755986521775,0.576154815667135,0.153725174569888,0.476412791167045,0.263078229978907,0.153725174569888,0.329829082167274,0.166422047896886,0.153725174569888,0.28384330465164,0.268753185391985,0.153725174569888,0.145174776891052,0.274895747173305,0.153725174569888,0.224558932956795,0.311668539800202,0.153725174569888,0.247390260847113,0.409494086999359,0.5,0.153725174569888,0.449859414974844,0.319941781401733,0.153725174569888,0.180548844289256,0.161338799693568,0.5,0.153725174569888,0.322824898412023,0.16236126848819,0.153725174569888,0.16224056988654,0.155157377007795,0.153725174569888,0.421451053494943,0.750532735034829,0.153725174569888,0.463722368138223,0.715798351807673,0.153725174569888,0.20043297974818,0.416428453037516,0.153725174569888,0.296636458011411,0.203347937281828,0.153725174569888,0.316523866785099,0.177477994693341,0.5,0.153725174569888,0.281638635981682,0.122909401213886,0,0.736408766300939,0.883341730078015 -3183,0.5,0.153725174569888,0.170449761004618,0.446883972282106,0.153725174569888,0.340200954503701,0.752511593359277,0.153725174569888,0.349045520074587,0.290340575465413,0.153725174569888,0.297298755279831,0.12259452050896,0.153725174569888,0.407248048567465,0.385562747684765,0.153725174569888,0.144973195062643,0.245259559867664,0.153725174569888,0.221460927072073,0.399900574595421,0.153725174569888,0.197079648258796,0.38475145834766,0.5,0.153725174569888,0.367779426326538,0.310996286276068,0.153725174569888,0.1354691737728,0.111226370804356,0.5,0.153725174569888,0.290726002164343,0.173815612866813,0.153725174569888,0.176941332286747,0.162011642420237,0.153725174569888,0.406405192240442,0.793470020659469,0.153725174569888,0.438439191200107,0.766627582152974,0.153725174569888,0.283472758611896,0.412873957593239,0.153725174569888,0.349672968372102,0.25980190100404,0.153725174569888,0.347881295226205,0.189065876928493,0.5,0.153725174569888,0.18839175711178,0.118909594470111,0,0.696439268794123,0.895209218059467 -3184,0.5,0.153725174569888,0.158508318082594,0.420875171562176,0.153725174569888,0.285468358188994,0.780861159470203,0.153725174569888,0.205846373141869,0.306338216037699,0.153725174569888,0.242631816120169,0.114699322625696,0.153725174569888,0.239035111937951,0.379481165366618,0.153725174569888,0.147205524179847,0.221356881178083,0.153725174569888,0.186341933284088,0.353310834458979,0.153725174569888,0.214198358064098,0.429986779151271,0.5,0.153725174569888,0.229910652836937,0.283271234820272,0.153725174569888,0.0697530845555912,0.0743672102750252,0.5,0.153725174569888,0.231686547640879,0.175028262908852,0.153725174569888,0.150670261762459,0.174893161855165,0.153725174569888,0.306955957596684,0.793687198804663,0.153725174569888,0.39282393135997,0.776255991170467,0.153725174569888,0.308597992962225,0.402729510319217,0.153725174569888,0.212425561700215,0.257196712715343,0.153725174569888,0.248434734795067,0.215585276647345,0.5,0.153725174569888,0.166240043364379,0.0944172754527631,0,0.544854727067935,0.886125726414806 -3185,0.5,0.153725174569888,0.135561594974715,0.332954435475333,0.153725174569888,0.23322149322448,0.710111319182714,0.153725174569888,0.117848782478719,0.318309599603744,0.153725174569888,0.149189101871424,0.117069861889247,0.153725174569888,0.128450690935261,0.333094246065917,0.153725174569888,0.0977497525884166,0.168734613906421,0.153725174569888,0.104657930321928,0.279184299266898,0.153725174569888,0.160076928033075,0.327035172653562,0.5,0.153725174569888,0.163020195923237,0.274078226651445,0.153725174569888,0.05940589798957,0.0728619389802545,0.5,0.153725174569888,0.155832124992169,0.178735624953748,0.153725174569888,0.100899821388606,0.175435637295956,0.153725174569888,0.213385489442047,0.792031893223722,0.153725174569888,0.302565009933867,0.760149813176183,0.153725174569888,0.209722932190111,0.373827748494755,0.153725174569888,0.135954316865825,0.236937905978792,0.153725174569888,0.138414076440255,0.194525360123029,0.5,0.153725174569888,0.152037163773699,0.11815062569868,0,0.36371217764425,0.84778871261074 -3186,0.5,0.153725174569888,0.118961999163328,0.231362063753717,0.153725174569888,0.211493760567002,0.586481993148602,0.153725174569888,0.0642547057359073,0.269401941569388,0.153725174569888,0.0667934743349885,0.13665721801154,0.153725174569888,0.101316622225478,0.289204131983119,0.153725174569888,0.0575585989419543,0.0946154448062662,0.153725174569888,0.0625659171127751,0.174858576195887,0.153725174569888,0.0634950817423112,0.193133771909022,0.5,0.153725174569888,0.0927757049681411,0.218746864452429,0.153725174569888,0.0270025249929926,0.0787474590052126,0.5,0.153725174569888,0.108023926043135,0.164775832419869,0.153725174569888,0.0544176806969472,0.146189659259182,0.153725174569888,0.156312426559649,0.775270983496424,0.153725174569888,0.21260449102955,0.66748547397111,0.153725174569888,0.110170242958379,0.297729425031856,0.153725174569888,0.0654914192867585,0.200461063317934,0.153725174569888,0.0727203816862793,0.131614867101748,0.5,0.153725174569888,0.0697732672812086,0.143797112058191,0,0.284828863219356,0.787219791257861 -3187,0.5,0.153725174569888,0.0467524065727891,0.16025630412511,0.153725174569888,0.0640068171359957,0.351384277894415,0.153725174569888,0.0340476163024127,0.223642520632185,0.153725174569888,0.0219740894224156,0.114536990344738,0.153725174569888,0.0543978714366453,0.165324304535058,0.153725174569888,0.0305269515321519,0.0512699694268458,0.153725174569888,0.021807107216986,0.0957338347611407,0.153725174569888,0.0153756668161801,0.113266208031963,0.5,0.153725174569888,0.0277721408494996,0.151309051485459,0.153725174569888,0.00647916934507679,0.120055229610187,0.5,0.153725174569888,0.0509814592790769,0.105321158737674,0.153725174569888,0.0280874899122784,0.117936765507685,0.153725174569888,0.074568897313325,0.685785482716683,0.153725174569888,0.0931846878525752,0.435627440239929,0.153725174569888,0.0358997613765276,0.202679140993264,0.153725174569888,0.0307694638678583,0.170652939248442,0.153725174569888,0.0265918553005385,0.0831431256467354,0.5,0.153725174569888,0.0124698047756198,0.160328406427072,0,0.498474194036173,0.779853841837441 -3188,0.5,0.153725174569888,2.37070966110074e-05,0.171052127252689,0.153725174569888,0.0,0.224123340576579,0.153725174569888,6.14273201303574e-05,0.149540220164577,0.153725174569888,2.25236921694671e-05,0.0785724115576839,0.153725174569888,0.0,0.109834794208107,0.153725174569888,0.0,0.0287225745858004,0.153725174569888,0.0,0.0628134003542626,0.153725174569888,0.000178056523052951,0.0654095958532448,0.5,0.153725174569888,0.0,0.0875615240778985,0.153725174569888,1.0384921099151e-05,0.202927297455474,0.5,0.153725174569888,0.0,0.0498317816911759,0.153725174569888,1.51785874677823e-05,0.0970864204711996,0.153725174569888,0.0,0.552165620975493,0.153725174569888,0.0,0.292750205103561,0.153725174569888,0.0,0.14764301206172,0.153725174569888,0.0,0.132380813427663,0.153725174569888,1.2240535850261e-05,0.0497956581054799,0.5,0.153725174569888,4.1329643635819e-06,0.175290702220142,0,0.846302757319041,0.790610133610551 -3189,0.5,0.153725174569888,0.0,0.180164538876815,0.153725174569888,0.0,0.158620134642339,0.153725174569888,0.0,0.103578919486353,0.153725174569888,0.0,0.0707543541098512,0.153725174569888,0.0,0.108947283153212,0.153725174569888,0.0,0.0392296511039397,0.153725174569888,0.0,0.0565317770022157,0.153725174569888,0.0,0.0292992566791705,0.5,0.153725174569888,0.0,0.0521813293242277,0.153725174569888,0.0,0.227183431916778,0.5,0.153725174569888,0.0,0.046207497636062,0.153725174569888,0.0,0.0638441021029201,0.153725174569888,0.0,0.509652225640293,0.153725174569888,0.0,0.255079305976418,0.153725174569888,0.0,0.123099373222065,0.153725174569888,0.0,0.0840393777648735,0.153725174569888,0.0,0.0396027441631149,0.5,0.153725174569888,0.0,0.161238087530573,0,0.799731839031264,0.789282801049487 -3190,0.5,0.153725174569888,0.0,0.174791105557644,0.153725174569888,0.0,0.124332582502871,0.153725174569888,0.0,0.0853539934252065,0.153725174569888,0.0,0.0729185619045698,0.153725174569888,0.0,0.113635518595755,0.153725174569888,0.0,0.0518217429220576,0.153725174569888,0.0,0.0636045702622724,0.153725174569888,0.0,0.0175821250209283,0.5,0.153725174569888,0.0,0.0302708773471948,0.153725174569888,0.0,0.162659833693981,0.5,0.153725174569888,0.0,0.0498552599839269,0.153725174569888,0.0,0.0656085120609876,0.153725174569888,0.0,0.507031732788034,0.153725174569888,0.0,0.254533761953752,0.153725174569888,0.0,0.11321385705459,0.153725174569888,0.0,0.0512205548585691,0.153725174569888,0.0,0.0488647986892686,0.5,0.153725174569888,0.0,0.150501430721881,0,0.656902164264176,0.79273026963658 -3191,0.5,0.153725174569888,0.0,0.173988260863884,0.153725174569888,0.0,0.123151491141194,0.153725174569888,0.0,0.0771588237655666,0.153725174569888,0.0,0.0771774795975521,0.153725174569888,0.0,0.117219181415958,0.153725174569888,0.0,0.0497228538452723,0.153725174569888,0.0,0.0754379484455624,0.153725174569888,0.0,0.0156070897091314,0.5,0.153725174569888,0.0,0.0200536056968919,0.153725174569888,0.0,0.12638398569373,0.5,0.153725174569888,0.0,0.0758198291518656,0.153725174569888,0.0,0.0731034245356712,0.153725174569888,0.0,0.546668719118212,0.153725174569888,0.0,0.27206086505493,0.153725174569888,0.0,0.110865346413847,0.153725174569888,0.0,0.0362354571824617,0.153725174569888,0.0,0.0719420583371888,0.5,0.153725174569888,0.0,0.132679679961972,0,0.558471635222207,0.796770914962235 -3192,0.5,0.153725174569888,0.0,0.173464536854614,0.153725174569888,0.0,0.215249723209045,0.153725174569888,0.0,0.0778126456311895,0.153725174569888,0.0,0.0923604180174613,0.153725174569888,0.0,0.112130225972503,0.153725174569888,0.0,0.0435599823848506,0.153725174569888,0.0,0.0782260398380344,0.153725174569888,0.0,0.0141693170553163,0.5,0.153725174569888,0.0,0.0156761160051011,0.153725174569888,0.0,0.122435309936209,0.5,0.153725174569888,0.0,0.108021507798703,0.153725174569888,0.0,0.077046884020692,0.153725174569888,0.0,0.546971594261266,0.153725174569888,0.0,0.288870562919839,0.153725174569888,0.0,0.111227253926725,0.153725174569888,0.0,0.0353276724935281,0.153725174569888,0.0,0.101560311513673,0.5,0.153725174569888,0.0,0.134881109736553,0,0.562139529008989,0.822416021120903 -3193,0.5,0.153725174569888,0.0,0.187799143038018,0.153725174569888,0.0,0.28355856770277,0.153725174569888,0.0,0.0851056801080404,0.153725174569888,0.0,0.09577328555561,0.153725174569888,0.0,0.0979264689430798,0.153725174569888,0.0,0.0363198079604033,0.153725174569888,0.0,0.0752109526939254,0.153725174569888,0.0,0.0137233080068571,0.5,0.153725174569888,0.0,0.0134920173661548,0.153725174569888,0.0,0.135904981763381,0.5,0.153725174569888,0.0,0.162242172365621,0.153725174569888,0.0,0.0909677843256554,0.153725174569888,0.0,0.573365521363619,0.153725174569888,0.0,0.289715227286493,0.153725174569888,0.0,0.109458133570266,0.153725174569888,0.0,0.042474823529603,0.153725174569888,0.0,0.116870787522097,0.5,0.153725174569888,0.0,0.13668051634209,0,0.627474902409726,0.869729031395974 -3194,0.5,0.153725174569888,0.0,0.210598379304479,0.153725174569888,0.0,0.377168340683854,0.153725174569888,0.0,0.087941389306784,0.153725174569888,0.0,0.0969007200947886,0.153725174569888,0.0,0.0820680872568465,0.153725174569888,0.0,0.0345574612658991,0.153725174569888,0.0,0.0614036718790193,0.153725174569888,0.0,0.0148622008359632,0.5,0.153725174569888,0.0,0.012104319673411,0.153725174569888,0.0,0.186535667714375,0.5,0.153725174569888,0.0,0.143743000420506,0.153725174569888,0.0,0.119332775008187,0.153725174569888,0.0,0.591763804608223,0.153725174569888,0.0,0.294222351399122,0.153725174569888,0.0,0.122453072763692,0.153725174569888,0.0,0.0467279001553413,0.153725174569888,0.0,0.107545997840201,0.5,0.153725174569888,0.0,0.183957919388056,0,0.675992915128065,0.891062876798882 -3195,0.5,0.153725174569888,0.0,0.248045971896713,0.153725174569888,0.0,0.370361589324237,0.153725174569888,0.0,0.0911094721075995,0.153725174569888,0.0,0.0953710815709216,0.153725174569888,0.0,0.0736236643417834,0.153725174569888,0.0,0.0381950307108267,0.153725174569888,0.0,0.0532358311720573,0.153725174569888,0.0,0.0181020344282265,0.5,0.153725174569888,0.0,0.00965153384419514,0.153725174569888,0.0,0.216746309432014,0.5,0.153725174569888,0.0,0.0781367049971516,0.153725174569888,0.0,0.167070627748394,0.153725174569888,0.0,0.612460422460684,0.153725174569888,0.0,0.308062902908628,0.153725174569888,0.0,0.134414744056773,0.153725174569888,0.0,0.0421227180696717,0.153725174569888,0.0,0.101068173479845,0.5,0.153725174569888,0.0,0.204930515239585,0,0.733984760703123,0.921431288141113 -3196,0.5,0.153725174569888,0.0,0.296985136894076,0.153725174569888,0.0,0.376101181128338,0.153725174569888,0.0,0.0928237838058917,0.153725174569888,0.0,0.0897368889671171,0.153725174569888,0.0,0.0677675390008234,0.153725174569888,0.0,0.0362339618525727,0.153725174569888,0.0,0.0524101730080794,0.153725174569888,0.0,0.0204349931252375,0.5,0.153725174569888,0.0,0.00668133005734357,0.153725174569888,0.0,0.172611687410172,0.5,0.153725174569888,0.0,0.0274732791647135,0.153725174569888,0.0,0.211621729007187,0.153725174569888,0.0,0.618346266259428,0.153725174569888,0.0,0.340217579040268,0.153725174569888,0.0,0.138535856454728,0.153725174569888,0.0,0.034860550746735,0.153725174569888,0.0,0.101482231283162,0.5,0.153725174569888,0.0,0.169426054084529,0,0.799378764583233,0.942086918302104 -3197,0.5,0.153725174569888,0.000515331199215291,0.352123347289141,0.153725174569888,0.0,0.399682508780536,0.153725174569888,0.0,0.0938299816850176,0.153725174569888,0.000331887136854431,0.0915225908425792,0.153725174569888,0.0,0.0595390923795311,0.153725174569888,0.0,0.0319415870777955,0.153725174569888,0.0,0.0491705223142786,0.153725174569888,0.0,0.0217645897784443,0.5,0.153725174569888,0.0,0.00619379825267172,0.153725174569888,0.0,0.156278981713347,0.5,0.153725174569888,0.0,0.0186843016250853,0.153725174569888,0.0,0.17234756028088,0.153725174569888,0.0,0.590838582094118,0.153725174569888,0.0,0.364326609198217,0.153725174569888,0.0,0.136973883518231,0.153725174569888,0.0,0.0317592747387012,0.153725174569888,0.0,0.089104741286072,0.5,0.153725174569888,0.0,0.193920077666745,0,0.823715269500934,0.956216005229519 -3198,0.5,0.153725174569888,0.0181329697480381,0.383588936050619,0.153725174569888,0.00453969611686492,0.398564961354433,0.153725174569888,0.0346678294571914,0.119406261097665,0.153725174569888,0.0322381091191697,0.151646010541201,0.153725174569888,0.033068022742894,0.0443365559586339,0.153725174569888,0.0134947481133689,0.0269280599620289,0.153725174569888,0.0275377431702027,0.0362233232323897,0.153725174569888,0.0155036545367228,0.0190891019979309,0.5,0.153725174569888,0.0140741397983881,0.00587300846675335,0.153725174569888,0.00151055056895144,0.195130119215017,0.5,0.153725174569888,0.00598845912112545,0.0259638529201551,0.153725174569888,0.00413747309548868,0.113870809293687,0.153725174569888,0.0049593338309516,0.588556410872467,0.153725174569888,0.0131500716361715,0.390115932170245,0.153725174569888,0.0325352865154178,0.171577263023628,0.153725174569888,0.0280547689947708,0.0247840168651911,0.153725174569888,0.00682429254933495,0.0810133901373472,0.5,0.153725174569888,0.00256727442365021,0.261644801839557,0,0.80756500431177,0.967341810958284 -3199,0.5,0.153725174569888,0.0509483112556737,0.448225439062969,0.153725174569888,0.024018556001639,0.416408236144272,0.153725174569888,0.116764686897089,0.264780887059357,0.153725174569888,0.0804579635012951,0.310012385586023,0.153725174569888,0.112938229696619,0.0592224473592986,0.153725174569888,0.0643017492351091,0.0319238545734513,0.153725174569888,0.101115948233599,0.0930517273655914,0.153725174569888,0.0705673274324421,0.0316149430124327,0.5,0.153725174569888,0.0865695431856947,0.0057320281995101,0.153725174569888,0.0197144069883804,0.206799652479396,0.5,0.153725174569888,0.0607543037854556,0.0602676643020935,0.153725174569888,0.0476703280536639,0.11953448651596,0.153725174569888,0.0270204328091202,0.61712976424403,0.153725174569888,0.0481504943415916,0.447831481431291,0.153725174569888,0.0976145616085124,0.275677820137134,0.153725174569888,0.108551112268439,0.071965706374576,0.153725174569888,0.044775798636189,0.102055174335886,0.5,0.153725174569888,0.0180617570263725,0.351598803712262,0,0.778250987953491,0.964414474903861 -3200,0.5,0.153725174569888,0.0874675933488566,0.482422662228483,0.153725174569888,0.0536299485879706,0.455087648325576,0.153725174569888,0.234617205610089,0.383804432855801,0.153725174569888,0.110379120775463,0.325155922539346,0.153725174569888,0.225435777796947,0.162369341159542,0.153725174569888,0.161472033728786,0.0758444235635121,0.153725174569888,0.191522331559732,0.226873988819747,0.153725174569888,0.127298600836309,0.12224649706955,0.5,0.153725174569888,0.176851592971426,0.0293411805058237,0.153725174569888,0.0674554270078481,0.168993927914611,0.5,0.153725174569888,0.112879244285025,0.110119560767322,0.153725174569888,0.099938505918033,0.153913258272741,0.153725174569888,0.0577930559326717,0.665772319696333,0.153725174569888,0.0747250296636137,0.562565838056757,0.153725174569888,0.174125042104019,0.391980012769626,0.153725174569888,0.214472516896951,0.228143022418407,0.153725174569888,0.104462634263074,0.16029866660322,0.5,0.153725174569888,0.0672131565467556,0.412246003348762,0,0.732802782020811,0.960377430421614 -3201,0.5,0.153725174569888,0.111213131154179,0.46942630961175,0.153725174569888,0.0961867653370463,0.604555791827215,0.153725174569888,0.323812449745865,0.418219257280087,0.153725174569888,0.142403590067212,0.313995467707401,0.153725174569888,0.29972448832931,0.486728178910967,0.153725174569888,0.294477555071982,0.203013263996282,0.153725174569888,0.293204598153485,0.288150299394168,0.153725174569888,0.173044215423312,0.225443219674896,0.5,0.153725174569888,0.234545098133325,0.12486248132689,0.153725174569888,0.116167919358129,0.151676014746946,0.5,0.153725174569888,0.161511849456608,0.140371245656582,0.153725174569888,0.107884910310599,0.159009879564412,0.153725174569888,0.0899009757046814,0.695630532347535,0.153725174569888,0.092423591576592,0.620781428993755,0.153725174569888,0.204731990180268,0.461350922476602,0.153725174569888,0.31221641706924,0.279359590399681,0.153725174569888,0.168317085962351,0.261880205467825,0.5,0.153725174569888,0.114711080055028,0.405064287316216,0,0.672497374814518,0.964260713341549 -3202,0.5,0.153725174569888,0.134065525195178,0.453401545118839,0.153725174569888,0.119039541691617,0.622236777285137,0.153725174569888,0.382249414838047,0.422748952200067,0.153725174569888,0.204280276625103,0.330017023927065,0.153725174569888,0.222193336107785,0.509679089193519,0.153725174569888,0.411273115704049,0.312626677956786,0.153725174569888,0.36774852729478,0.342819035094413,0.153725174569888,0.30918086605418,0.278688273488103,0.5,0.153725174569888,0.294159502219273,0.17944471871464,0.153725174569888,0.113488176778976,0.126393887924034,0.5,0.153725174569888,0.246062018119263,0.0469345449750839,0.153725174569888,0.125305369008685,0.160720105067989,0.153725174569888,0.12170580904092,0.686250020404205,0.153725174569888,0.117900662684548,0.632248440368348,0.153725174569888,0.174381098178393,0.459736902490936,0.153725174569888,0.431670758360433,0.332489103137727,0.153725174569888,0.274723270437687,0.249603464305307,0.5,0.153725174569888,0.151828487485851,0.359181925500392,0,0.596379786994233,0.959103640501696 -3203,0.5,0.153725174569888,0.158113075365416,0.443818969150752,0.153725174569888,0.141258893447357,0.556033732812181,0.153725174569888,0.437370574695095,0.435601667537446,0.153725174569888,0.241991395672554,0.338320587015482,0.153725174569888,0.152480938698126,0.504190835062801,0.153725174569888,0.447658717672248,0.418700311272437,0.153725174569888,0.303780133551215,0.401465703133863,0.153725174569888,0.444670152290703,0.368182696657273,0.5,0.153725174569888,0.315882234898804,0.234610933605118,0.153725174569888,0.185622941181857,0.109836413664012,0.5,0.153725174569888,0.446630780361364,0.060572915943335,0.153725174569888,0.197479311713644,0.1461593971954,0.153725174569888,0.177177426960454,0.702770909295533,0.153725174569888,0.156439057341182,0.640337084008955,0.153725174569888,0.165630394504712,0.452867135026495,0.153725174569888,0.394467814840043,0.356666374641679,0.153725174569888,0.418878514912647,0.25555778162829,0.5,0.153725174569888,0.217430108219741,0.316688805004237,0,0.529209731394446,0.945910901184216 -3204,0.5,0.153725174569888,0.177222178677834,0.43612303277732,0.153725174569888,0.24073727550565,0.663787827882641,0.153725174569888,0.4843249727867,0.429634937035689,0.153725174569888,0.278146847173904,0.335824549565907,0.153725174569888,0.153791768621193,0.50838572263577,0.153725174569888,0.261932787520864,0.47607851531625,0.153725174569888,0.22625395166779,0.44216062252217,0.153725174569888,0.283731681294998,0.386180561848846,0.5,0.153725174569888,0.32777745460457,0.232870458836352,0.153725174569888,0.248096472942006,0.0972365858822661,0.5,0.153725174569888,0.47874487511228,0.14178455574546,0.153725174569888,0.248247045265677,0.093223059365464,0.153725174569888,0.297587961459408,0.753717558584988,0.153725174569888,0.224422045683301,0.69279080299886,0.153725174569888,0.173367528430399,0.46807800207431,0.153725174569888,0.287510975621104,0.345950011224551,0.153725174569888,0.520233170720792,0.268479782898721,0.5,0.153725174569888,0.254512395350588,0.24892251222438,0,0.469768672549647,0.94120362625271 -3205,0.5,0.153725174569888,0.176337292617767,0.412396646512888,0.153725174569888,0.148676986602272,0.537011354539547,0.153725174569888,0.42919124501853,0.464731705408928,0.153725174569888,0.286869467469521,0.333413782463289,0.153725174569888,0.170878876388178,0.520164004622723,0.153725174569888,0.198918687564837,0.497622910624557,0.153725174569888,0.169651114462041,0.500099077413619,0.153725174569888,0.212221370793123,0.415083934314889,0.5,0.153725174569888,0.25063884951806,0.257103432258438,0.153725174569888,0.178811298808806,0.0721527447959297,0.5,0.153725174569888,0.432167201345404,0.239191540437686,0.153725174569888,0.272382622728588,0.0722921387085106,0.153725174569888,0.319622924909059,0.725500896637102,0.153725174569888,0.218979684948842,0.685929690884744,0.153725174569888,0.176229642916564,0.479043063091046,0.153725174569888,0.235443497817789,0.375691322046871,0.153725174569888,0.524989030046685,0.263155626542804,0.5,0.153725174569888,0.318045950872609,0.185458416253085,0,0.421454384197568,0.951189986975638 -3206,0.5,0.153725174569888,0.168590791813371,0.375813817637634,0.153725174569888,0.226209375595311,0.622262036860569,0.153725174569888,0.332576063787038,0.481192419451141,0.153725174569888,0.234872128972138,0.314448564601222,0.153725174569888,0.164282849920655,0.511251902025603,0.153725174569888,0.19603803075187,0.510373525073994,0.153725174569888,0.152276873595751,0.533874983293246,0.153725174569888,0.185483016089698,0.453176082439994,0.5,0.153725174569888,0.203694243164406,0.31910539680827,0.153725174569888,0.237470961732044,0.0522757059587948,0.5,0.153725174569888,0.367829776483371,0.303933456755748,0.153725174569888,0.275128356462031,0.10540842813235,0.153725174569888,0.413119941352189,0.732902298098497,0.153725174569888,0.208938947366192,0.706238456531879,0.153725174569888,0.157091586976474,0.479098597335054,0.153725174569888,0.184445727943123,0.370677241348622,0.153725174569888,0.435394085336186,0.289268824185608,0.5,0.153725174569888,0.376595725255671,0.136172581316525,0,0.352254075045405,0.954026308450811 -3207,0.5,0.153725174569888,0.149796250037277,0.324154016166099,0.153725174569888,0.226700783448678,0.635730523599801,0.153725174569888,0.186352114491077,0.461700702277588,0.153725174569888,0.182217923663081,0.294558814970717,0.153725174569888,0.14470704044379,0.47841060372125,0.153725174569888,0.175301047273836,0.49583590429936,0.153725174569888,0.133482014507734,0.544816482074874,0.153725174569888,0.12379444619027,0.411459163738916,0.5,0.153725174569888,0.176645305782503,0.397876117608667,0.153725174569888,0.322199160672375,0.057369466216461,0.5,0.153725174569888,0.300721748300093,0.355716464414493,0.153725174569888,0.243406961033938,0.158307219634222,0.153725174569888,0.341627580393148,0.683157724650131,0.153725174569888,0.225840563014235,0.71647463884865,0.153725174569888,0.138483083637808,0.453755296708132,0.153725174569888,0.148473111194154,0.405494989824925,0.153725174569888,0.303662450244355,0.305240847161421,0.5,0.153725174569888,0.330152293419711,0.138650277674962,0,0.260400481625647,0.94545048328338 -3208,0.5,0.153725174569888,0.120617559363441,0.260380764001957,0.153725174569888,0.145749340811838,0.539008150805645,0.153725174569888,0.123377951494785,0.424965375292285,0.153725174569888,0.107992730486615,0.251652791627537,0.153725174569888,0.138261829885425,0.468000006403209,0.153725174569888,0.131524350220708,0.440104239178748,0.153725174569888,0.10717390305164,0.499675830034893,0.153725174569888,0.104992349478172,0.410510138028264,0.5,0.153725174569888,0.130406821218893,0.42520640949857,0.153725174569888,0.205142805998266,0.0742651676187653,0.5,0.153725174569888,0.233859379553528,0.400157875567946,0.153725174569888,0.188938009036589,0.162743324797927,0.153725174569888,0.288281077481277,0.581792219727177,0.153725174569888,0.170401684221651,0.67171935994486,0.153725174569888,0.120723819483321,0.393048843392686,0.153725174569888,0.133411424216994,0.419469439314201,0.153725174569888,0.201842777784574,0.280043492751639,0.5,0.153725174569888,0.240698482216428,0.132554144149363,0,0.155810073250566,0.938285808208621 -3209,0.5,0.153725174569888,0.0949068405969633,0.191341056653866,0.153725174569888,0.168626664329928,0.57988519644052,0.153725174569888,0.0752137637352191,0.384789264665454,0.153725174569888,0.0757364268765894,0.210211742792927,0.153725174569888,0.0893285197466111,0.405749393991612,0.153725174569888,0.117426377958307,0.399114155489435,0.153725174569888,0.0782512667243328,0.427739561353838,0.153725174569888,0.10838624189416,0.433302520069191,0.5,0.153725174569888,0.191126559988739,0.526905901276032,0.153725174569888,0.111746700081704,0.0678074631483164,0.5,0.153725174569888,0.0706479211288149,0.377238770758612,0.153725174569888,0.115263929737753,0.151052599944409,0.153725174569888,0.197073442061656,0.418503335328271,0.153725174569888,0.118543749469107,0.609405496790491,0.153725174569888,0.0786535021175275,0.306929195303671,0.153725174569888,0.095955437577886,0.42326086012229,0.153725174569888,0.116804159628933,0.249704492690269,0.5,0.153725174569888,0.138846850524334,0.122223165752981,0,0.0682765253373046,0.923049416784581 -3210,0.5,0.153725174569888,0.0779814860023193,0.135955205552436,0.153725174569888,0.131497864813002,0.481786691943544,0.153725174569888,0.0611145315543368,0.333625444900298,0.153725174569888,0.050260822755411,0.170034182660614,0.153725174569888,0.0510288851766052,0.298729090502318,0.153725174569888,0.0620244600347085,0.347029223338804,0.153725174569888,0.059542449459365,0.37253267484709,0.153725174569888,0.0623213610550436,0.346820019404804,0.5,0.153725174569888,0.169417825381213,0.458652344750308,0.153725174569888,0.0511771558865397,0.0528271197524097,0.5,0.153725174569888,0.0563499345716884,0.239973234126242,0.153725174569888,0.0551654548129968,0.163643846740282,0.153725174569888,0.137067037031451,0.242334123945304,0.153725174569888,0.0670119204969623,0.492333271923824,0.153725174569888,0.0456266011965362,0.252342656243928,0.153725174569888,0.0466711272769781,0.364508354291785,0.153725174569888,0.0717593333199818,0.222579995992107,0.5,0.153725174569888,0.0769897890220343,0.0873632168833656,0,0.0204282970295976,0.906510841503514 -3211,0.5,0.153725174569888,0.0361173391898759,0.0660744609152159,0.153725174569888,0.0645705655686212,0.243517763064826,0.153725174569888,0.0251723446955733,0.263330439728343,0.153725174569888,0.0144567249324878,0.122656296028974,0.153725174569888,0.0297169043123718,0.197350001328729,0.153725174569888,0.0269756460534367,0.26607596953782,0.153725174569888,0.0249049106278578,0.276253429218289,0.153725174569888,0.0255372287170114,0.264299740236296,0.5,0.153725174569888,0.039695585034377,0.307979873576133,0.153725174569888,0.0116473103818059,0.044850247042636,0.5,0.153725174569888,0.0459030997951275,0.124570615211948,0.153725174569888,0.0180215802510674,0.204020871071333,0.153725174569888,0.0593796228775044,0.104480654692738,0.153725174569888,0.031578915661033,0.351074823226898,0.153725174569888,0.0252216148382808,0.213084426215558,0.153725174569888,0.013619571658303,0.285852043884147,0.153725174569888,0.0344287668892597,0.196456330152666,0.5,0.153725174569888,0.0275383005187182,0.0703710556399131,0,0.00410145443611958,0.889276510159534 -3212,0.5,0.153725174569888,4.48370335272189e-05,0.0276472320029557,0.153725174569888,0.0,0.116897675123544,0.153725174569888,1.7594305484358e-05,0.167506140853343,0.153725174569888,4.21877049078669e-05,0.0858226121782558,0.153725174569888,0.0,0.114919340517633,0.153725174569888,0.0,0.159982502410055,0.153725174569888,0.000861863764670991,0.2057545611699,0.153725174569888,0.0,0.229923917132907,0.5,0.153725174569888,3.65995521209953e-05,0.204698626585575,0.153725174569888,7.75226857363518e-06,0.0397313607343078,0.5,0.153725174569888,0.0,0.0890919712153673,0.153725174569888,0.000194781930089442,0.159098248507527,0.153725174569888,0.000760508122736003,0.0436402824961795,0.153725174569888,0.000110231626683102,0.219566855731959,0.153725174569888,0.0001120104212129,0.16942688711744,0.153725174569888,0.000161618703247354,0.216309545507127,0.153725174569888,0.000133256118592756,0.159867811810915,0.5,0.153725174569888,0.0,0.0571175301413073,0,0.0,0.832056080913482 -3213,0.5,0.153725174569888,0.0,0.0210527918341627,0.153725174569888,0.0,0.0859336405120723,0.153725174569888,0.0,0.103361799771704,0.153725174569888,0.0,0.065824862353231,0.153725174569888,0.0,0.0759536425191303,0.153725174569888,0.0,0.0687719328768072,0.153725174569888,0.0,0.169604491235952,0.153725174569888,0.0,0.220657923072088,0.5,0.153725174569888,0.0,0.133936568199903,0.153725174569888,0.0,0.0393583946783859,0.5,0.153725174569888,0.0,0.147339539358123,0.153725174569888,0.0,0.147339980461404,0.153725174569888,0.0,0.026314029766475,0.153725174569888,0.0,0.142468407960242,0.153725174569888,0.0,0.136593529830752,0.153725174569888,0.0,0.177400129169302,0.153725174569888,0.0,0.160518543890355,0.5,0.153725174569888,0.0,0.0632039609401367,0,0.0,0.763225164851075 -3214,0.5,0.153725174569888,0.0,0.0225575711794153,0.153725174569888,0.0,0.0666173927775557,0.153725174569888,0.0,0.0678754993665722,0.153725174569888,0.0,0.0565195880371185,0.153725174569888,0.0,0.0719612142901209,0.153725174569888,0.0,0.0310926666796149,0.153725174569888,0.0,0.140078099451979,0.153725174569888,0.0,0.175711586414994,0.5,0.153725174569888,0.0,0.112907387356855,0.153725174569888,0.0,0.0711597853043164,0.5,0.153725174569888,0.0,0.232536679187853,0.153725174569888,0.0,0.151644196862109,0.153725174569888,0.0,0.0175873873524892,0.153725174569888,0.0,0.11332273158212,0.153725174569888,0.0,0.121834511532719,0.153725174569888,0.0,0.154171118451681,0.153725174569888,0.0,0.163275234621376,0.5,0.153725174569888,0.0,0.115825613640299,0,0.0,0.624603761838711 -3215,0.5,0.153725174569888,0.0,0.0222352788211429,0.153725174569888,0.0,0.0551115550979685,0.153725174569888,0.0,0.0570119412062165,0.153725174569888,0.0,0.050816802812602,0.153725174569888,0.0,0.0820686599758754,0.153725174569888,0.0,0.0188520908072554,0.153725174569888,0.0,0.113884605810527,0.153725174569888,0.0,0.112190923289329,0.5,0.153725174569888,0.0,0.127892512195467,0.153725174569888,0.0,0.12751098000653,0.5,0.153725174569888,0.0,0.267323091183906,0.153725174569888,0.0,0.188358074006047,0.153725174569888,0.0,0.0150851467317139,0.153725174569888,0.0,0.124221401421247,0.153725174569888,0.0,0.0957450522865181,0.153725174569888,0.0,0.12720111107196,0.153725174569888,0.0,0.173260265154619,0.5,0.153725174569888,0.0,0.156190129447517,0,3.23548276996355e-06,0.518658163053264 -3216,0.5,0.153725174569888,0.0,0.020564339295663,0.153725174569888,0.0,0.048275856760248,0.153725174569888,0.0,0.0581042598341531,0.153725174569888,0.0,0.0476980235106728,0.153725174569888,0.0,0.0927061948082386,0.153725174569888,0.0,0.0180496738735236,0.153725174569888,0.0,0.0960267923671787,0.153725174569888,0.0,0.0765245494994688,0.5,0.153725174569888,0.0,0.122958318424478,0.153725174569888,0.0,0.140408746763085,0.5,0.153725174569888,0.0,0.22932786113335,0.153725174569888,0.0,0.195085620060909,0.153725174569888,0.0,0.0119126973618021,0.153725174569888,0.0,0.142384473580138,0.153725174569888,0.0,0.0743047694739574,0.153725174569888,0.0,0.101445979179416,0.153725174569888,0.0,0.177889563546795,0.5,0.153725174569888,0.0,0.161804166446033,0,3.58919030098087e-05,0.431389160649286 -3217,0.5,0.153725174569888,0.0,0.0190595868415833,0.153725174569888,0.0,0.0393610677594054,0.153725174569888,0.0,0.052982211283324,0.153725174569888,0.0,0.0422174125000536,0.153725174569888,0.0,0.108565970272951,0.153725174569888,0.0,0.0310301229125644,0.153725174569888,0.0,0.0822666090825027,0.153725174569888,0.0,0.0586446452070779,0.5,0.153725174569888,0.0,0.114076128396724,0.153725174569888,0.0,0.105686950242179,0.5,0.153725174569888,0.0,0.193158749946047,0.153725174569888,0.0,0.175295819207871,0.153725174569888,0.0,0.00772315020931984,0.153725174569888,0.0,0.142723540753289,0.153725174569888,0.0,0.0590121097355583,0.153725174569888,0.0,0.0829477185037679,0.153725174569888,0.0,0.159880164206686,0.5,0.153725174569888,0.0,0.15111352653838,0,0.00199116830131548,0.338289909240949 -3218,0.5,0.153725174569888,0.0,0.0174197450097932,0.153725174569888,0.0,0.0279986546561925,0.153725174569888,0.0,0.050132060914744,0.153725174569888,0.0,0.03345630875892,0.153725174569888,0.0,0.115584797193548,0.153725174569888,0.0,0.0435065227948273,0.153725174569888,0.0,0.0697529742857841,0.153725174569888,0.0,0.0540387945632156,0.5,0.153725174569888,0.0,0.120795355834197,0.153725174569888,0.0,0.0739830889810325,0.5,0.153725174569888,0.0,0.171945442418182,0.153725174569888,0.0,0.142001610520917,0.153725174569888,0.0,0.00421011558530669,0.153725174569888,0.0,0.136029061506403,0.153725174569888,0.0,0.0483685815870027,0.153725174569888,0.0,0.0702179320108158,0.153725174569888,0.0,0.134828951471396,0.5,0.153725174569888,0.0,0.152909867164175,0,0.00692530506696439,0.281308881940096 -3219,0.5,0.153725174569888,0.0,0.0163476287077455,0.153725174569888,0.0,0.0124694510118353,0.153725174569888,0.0,0.051688913846954,0.153725174569888,0.0,0.0294136935043167,0.153725174569888,0.0,0.113013200161014,0.153725174569888,0.0,0.0602843599906999,0.153725174569888,0.0,0.0519864287078366,0.153725174569888,0.0,0.0398372228452892,0.5,0.153725174569888,0.0,0.123475813489238,0.153725174569888,0.0,0.0566300388680757,0.5,0.153725174569888,0.0,0.137393476157888,0.153725174569888,0.0,0.118185926703815,0.153725174569888,0.0,0.00258040653486,0.153725174569888,0.0,0.132592931508346,0.153725174569888,0.0,0.0366114844104792,0.153725174569888,0.0,0.0638510400346441,0.153725174569888,0.0,0.114357914786828,0.5,0.153725174569888,0.0,0.154974444794569,0,0.0149167999022567,0.261555278200563 -3220,0.5,0.153725174569888,0.0,0.0159737801481497,0.153725174569888,0.0,0.0041319076075455,0.153725174569888,0.0,0.0560410863872872,0.153725174569888,0.0,0.0276960763593713,0.153725174569888,0.0,0.109744068493961,0.153725174569888,0.0,0.0693139572182879,0.153725174569888,0.0,0.0409186942225202,0.153725174569888,0.0,0.0289184402684663,0.5,0.153725174569888,0.0,0.104715168613234,0.153725174569888,0.0,0.0471233658565293,0.5,0.153725174569888,0.0,0.119854054604627,0.153725174569888,0.0,0.107968085602226,0.153725174569888,0.0,0.00195528943177315,0.153725174569888,0.0,0.135452882583168,0.153725174569888,0.0,0.0233747310589662,0.153725174569888,0.0,0.0501426293390744,0.153725174569888,0.0,0.09418298664002,0.5,0.153725174569888,0.0,0.138569833157262,0,0.0215515224229538,0.216868294202905 -3221,0.5,0.153725174569888,0.000373793386846658,0.0149620412330509,0.153725174569888,0.0,0.00116790287203262,0.153725174569888,0.0,0.0559582433840327,0.153725174569888,0.000153469439987867,0.0297291602228665,0.153725174569888,0.0,0.103326802241291,0.153725174569888,0.0,0.0698845308339083,0.153725174569888,0.0,0.0374323058952522,0.153725174569888,0.0,0.0246744641659031,0.5,0.153725174569888,0.0,0.0769960180256928,0.153725174569888,0.0,0.0464200945930887,0.5,0.153725174569888,0.0,0.0972203459484277,0.153725174569888,0.0,0.115495080092659,0.153725174569888,2.16394926842172e-05,0.00163900205374442,0.153725174569888,0.0,0.114916455025089,0.153725174569888,0.0,0.0147413388832068,0.153725174569888,0.0,0.0340182786813857,0.153725174569888,0.0,0.0777383093432184,0.5,0.153725174569888,0.0,0.120607670578068,0,0.0357535331872108,0.165594201871314 -3222,0.5,0.153725174569888,0.0168464105963163,0.0148749054742766,0.153725174569888,0.0464217321502952,0.000771331618325129,0.153725174569888,0.0296955868062813,0.0755737476430876,0.153725174569888,0.0167364421300046,0.0478702644480786,0.153725174569888,0.00361505681681652,0.0888553247103184,0.153725174569888,0.0121529763284252,0.0618644704439558,0.153725174569888,0.00689498151436063,0.0505795852557013,0.153725174569888,0.0120397468684313,0.0299015003286401,0.5,0.153725174569888,0.0092410951745379,0.0787432477821639,0.153725174569888,0.00574153861180272,0.0706283475365981,0.5,0.153725174569888,0.0105945238506176,0.0749538011122681,0.153725174569888,0.00713460056517889,0.132736725838549,0.153725174569888,0.0459663389051732,0.0013224813253483,0.153725174569888,0.0153705795260281,0.0916191740167892,0.153725174569888,0.0284039388141386,0.0106975747097202,0.153725174569888,0.0185781914673928,0.040558074629824,0.153725174569888,0.0164077816878317,0.0840989606519258,0.5,0.153725174569888,0.0120503734908397,0.164184960278989,0,0.0515313038021279,0.130520043093795 -3223,0.5,0.153725174569888,0.0543958259150937,0.0168494300163037,0.153725174569888,0.130527106733014,0.000279955874798456,0.153725174569888,0.100960436758938,0.107040317359738,0.153725174569888,0.0642921110500231,0.0913184547533197,0.153725174569888,0.0258403739581215,0.0800361161651347,0.153725174569888,0.0706992716777479,0.061754162460381,0.153725174569888,0.0277956579826862,0.0605595940858789,0.153725174569888,0.063898044618326,0.0631362298535403,0.5,0.153725174569888,0.063287952044272,0.130688347599069,0.153725174569888,0.0360241118984414,0.124874018680111,0.5,0.153725174569888,0.0804883844086348,0.062994638326422,0.153725174569888,0.0513644533683024,0.177275426617123,0.153725174569888,0.125678504739974,0.00134584315660422,0.153725174569888,0.0595681474199288,0.0671047887261228,0.153725174569888,0.101209366916962,0.012361640243713,0.153725174569888,0.0772709304024376,0.0756469666970686,0.153725174569888,0.0806299837953799,0.110254552106511,0.5,0.153725174569888,0.0567699904324408,0.248517111168275,0,0.0650825676183076,0.116743643209428 -3224,0.5,0.153725174569888,0.103255895431173,0.0240861096972899,0.153725174569888,0.250285292869632,0.000215711839116046,0.153725174569888,0.186776289095959,0.154094126750684,0.153725174569888,0.136931415175293,0.125717277696345,0.153725174569888,0.0702268323439049,0.0842176745439781,0.153725174569888,0.153194640995628,0.0667184360506159,0.153725174569888,0.0488471407505454,0.0585727137055672,0.153725174569888,0.147328864045849,0.1060151660389,0.5,0.153725174569888,0.142418051287506,0.185298645642672,0.153725174569888,0.0935609268455001,0.173251846898354,0.5,0.153725174569888,0.166061690000451,0.0704442731213176,0.153725174569888,0.106657017848857,0.201998227108044,0.153725174569888,0.242797066997561,0.00177252325241193,0.153725174569888,0.139704117388867,0.0837253109551368,0.153725174569888,0.208231625088805,0.0138799639747125,0.153725174569888,0.150131164972124,0.090639779916604,0.153725174569888,0.180642636023152,0.151515568310089,0.5,0.153725174569888,0.110206881365446,0.285304922190398,0,0.0659055356058372,0.0946413079349468 -3225,0.5,0.153725174569888,0.158297830734824,0.0420221170611225,0.153725174569888,0.382086409970514,7.09710701065225e-05,0.153725174569888,0.234831835565533,0.183012013780876,0.153725174569888,0.221136459400534,0.161702484612303,0.153725174569888,0.148752154025831,0.121135105627375,0.153725174569888,0.242645095386477,0.0873807140079818,0.153725174569888,0.0673466703943911,0.0528818990811423,0.153725174569888,0.24755292888065,0.127462743938285,0.5,0.153725174569888,0.241079443887405,0.221052449782,0.153725174569888,0.154369183194372,0.237348434169163,0.5,0.153725174569888,0.220056067318839,0.101814386600894,0.153725174569888,0.17303068496988,0.21508870800599,0.153725174569888,0.367188543835706,0.00100684260580138,0.153725174569888,0.242856147119194,0.098854271839625,0.153725174569888,0.327843273290543,0.008704891752835,0.153725174569888,0.229627187470401,0.0957409690180023,0.153725174569888,0.277003922848112,0.191611675620512,0.5,0.153725174569888,0.146070337504475,0.260766664253611,0,0.0630621752031951,0.0604442622981476 -3226,0.5,0.153725174569888,0.24604518999127,0.0849815336250399,0.153725174569888,0.52191758692918,0.000494911655729211,0.153725174569888,0.277498523881322,0.235878507567598,0.153725174569888,0.239095277205756,0.189897580610501,0.153725174569888,0.197533623575044,0.11461252146106,0.153725174569888,0.283506766347591,0.097232043825466,0.153725174569888,0.0900318818321611,0.0603833895649051,0.153725174569888,0.318164376781043,0.139638418842584,0.5,0.153725174569888,0.293144555963053,0.232130083631847,0.153725174569888,0.20129045873442,0.263205082741262,0.5,0.153725174569888,0.285119741812926,0.166898241440109,0.153725174569888,0.235993300250565,0.223705208732108,0.153725174569888,0.507281745960824,0.00211339970738299,0.153725174569888,0.330971768779167,0.0945263406664295,0.153725174569888,0.432085864018736,0.0113642690063392,0.153725174569888,0.30720067861747,0.107903801604252,0.153725174569888,0.333231653694923,0.236989567641572,0.5,0.153725174569888,0.229759837266205,0.225659532699075,0,0.0544135212376313,0.0307091927496143 -3227,0.5,0.153725174569888,0.363601771378794,0.156818037075028,0.153725174569888,0.534816954084412,0.00239301561519628,0.153725174569888,0.334906449086355,0.28662332491858,0.153725174569888,0.276510784853157,0.234830636054533,0.153725174569888,0.259941632475353,0.106932625763237,0.153725174569888,0.290552505721357,0.0897608131155054,0.153725174569888,0.128523585781492,0.0742174249423926,0.153725174569888,0.362329751684355,0.181466264909789,0.5,0.153725174569888,0.37904930367661,0.251576088625912,0.153725174569888,0.322932152097398,0.27668146817268,0.5,0.153725174569888,0.322289797412781,0.237661986196522,0.153725174569888,0.268065922425474,0.228559666310923,0.153725174569888,0.572498980351299,0.00238010369045531,0.153725174569888,0.407474091703696,0.0972072697381484,0.153725174569888,0.508424926205506,0.0238139891638928,0.153725174569888,0.34480962250056,0.12976973044066,0.153725174569888,0.367008405454035,0.304563269620196,0.5,0.153725174569888,0.295559394147882,0.184356286688842,0,0.0443776210513979,0.0240693595640583 -3228,0.5,0.153725174569888,0.418177812291052,0.203522911332704,0.153725174569888,0.524595540578593,0.00946559621118025,0.153725174569888,0.299670446779355,0.272804614344629,0.153725174569888,0.256060324788113,0.268161179227687,0.153725174569888,0.373868378161613,0.126674642969789,0.153725174569888,0.315612626980305,0.0872282010351759,0.153725174569888,0.196500307399506,0.105186028994114,0.153725174569888,0.452629712327538,0.242645563419474,0.5,0.153725174569888,0.406963037255289,0.270486943328652,0.153725174569888,0.372725215912498,0.23801854027617,0.5,0.153725174569888,0.297590231878544,0.292932417347659,0.153725174569888,0.294516422966281,0.243895598174488,0.153725174569888,0.562477000664391,0.00292082431053261,0.153725174569888,0.448804575822625,0.105455411344234,0.153725174569888,0.49066673691275,0.0386048751641058,0.153725174569888,0.333904158528737,0.147939772789294,0.153725174569888,0.42257318483454,0.353450970927216,0.5,0.153725174569888,0.410122020603693,0.154182251465128,0,0.0431221495091942,0.0172063301596411 -3229,0.5,0.153725174569888,0.451324663942269,0.254457921099223,0.153725174569888,0.423490304591305,0.035118088263564,0.153725174569888,0.272518370179275,0.246809381861863,0.153725174569888,0.319674413627321,0.275607195379503,0.153725174569888,0.456023027939364,0.141921538909778,0.153725174569888,0.444995731586525,0.106773729829406,0.153725174569888,0.238123309493246,0.0938528176089189,0.153725174569888,0.442570522261674,0.320854010248986,0.5,0.153725174569888,0.442246521744517,0.319271687868162,0.153725174569888,0.339448753547732,0.20055596638056,0.5,0.153725174569888,0.327149983702384,0.310125098883187,0.153725174569888,0.314116301218602,0.273286513073173,0.153725174569888,0.497939900666946,0.00932979084206334,0.153725174569888,0.475089873338369,0.122823684006354,0.153725174569888,0.418981226395294,0.0584946055622339,0.153725174569888,0.293677828821872,0.171525420114803,0.153725174569888,0.430876274961286,0.393442635172808,0.5,0.153725174569888,0.373208695593826,0.155334729630976,0,0.0345871139772545,0.0122843747730374 -3230,0.5,0.153725174569888,0.400581150378793,0.316589521181932,0.153725174569888,0.448446197473591,0.0751398389537659,0.153725174569888,0.283969747699689,0.208133319969922,0.153725174569888,0.343571735590117,0.248694444562881,0.153725174569888,0.452002750579418,0.148688369433271,0.153725174569888,0.469272786711449,0.108328607556447,0.153725174569888,0.273956241679824,0.0881915395572667,0.153725174569888,0.432139181365271,0.381264958438112,0.5,0.153725174569888,0.453802676327598,0.393735337675336,0.153725174569888,0.330506604108176,0.158178226847024,0.5,0.153725174569888,0.271304782304034,0.268905481105858,0.153725174569888,0.289030792228441,0.279044961952633,0.153725174569888,0.501440758109542,0.0261449237312479,0.153725174569888,0.474478145326172,0.149016174827235,0.153725174569888,0.376054632066681,0.0778349714231111,0.153725174569888,0.241716890671223,0.196775150644836,0.153725174569888,0.437404137290893,0.422797041904096,0.5,0.153725174569888,0.419817399103051,0.206009555103735,0,0.0296752845370373,0.0107766356145993 -3231,0.5,0.153725174569888,0.375422981227423,0.397391155951663,0.153725174569888,0.414025933885215,0.120732248466989,0.153725174569888,0.325131271571143,0.21148774326059,0.153725174569888,0.376490136392854,0.263281262844099,0.153725174569888,0.458230615189681,0.162658904281522,0.153725174569888,0.489792736853598,0.11854418545149,0.153725174569888,0.319913697464737,0.0970163867928837,0.153725174569888,0.400394013801342,0.390687808490427,0.5,0.153725174569888,0.4226583047872,0.468163085726604,0.153725174569888,0.351561659760342,0.158864478127514,0.5,0.153725174569888,0.254758842991972,0.250035328439085,0.153725174569888,0.254354799254951,0.300615941602456,0.153725174569888,0.48587286886147,0.0411789082569318,0.153725174569888,0.459500508839,0.167213276744409,0.153725174569888,0.335731358795225,0.0997718644314436,0.153725174569888,0.210820939313368,0.214364833065958,0.153725174569888,0.396301238765113,0.450898040004072,0.5,0.153725174569888,0.401181669238387,0.23410038616125,0,0.0303641229260722,0.00929134763354234 -3232,0.5,0.153725174569888,0.310448178394937,0.445534623493892,0.153725174569888,0.33534329414306,0.136466794398762,0.153725174569888,0.29567501489874,0.237291054174459,0.153725174569888,0.368463328765181,0.295091534494845,0.153725174569888,0.38038937058352,0.161164462572458,0.153725174569888,0.37528342846719,0.110969467157822,0.153725174569888,0.306769113352369,0.0969424310460186,0.153725174569888,0.350025611525288,0.348607524882228,0.5,0.153725174569888,0.355205949081827,0.548654917433106,0.153725174569888,0.321009296032803,0.153685287841545,0.5,0.153725174569888,0.230366669152474,0.259773533843898,0.153725174569888,0.22673268381269,0.342038427900121,0.153725174569888,0.391778750814394,0.0486610584279335,0.153725174569888,0.403788681452211,0.166557007914271,0.153725174569888,0.318640727615535,0.120484994640934,0.153725174569888,0.244378070391892,0.228559121759837,0.153725174569888,0.319630750598525,0.463018165478105,0.5,0.153725174569888,0.326216481218736,0.247942495151648,0,0.0260842484233094,0.00851808582949999 -3233,0.5,0.153725174569888,0.225499950153946,0.412321038607983,0.153725174569888,0.266462248732612,0.138124873602954,0.153725174569888,0.239476855627036,0.262170099434876,0.153725174569888,0.267071690003303,0.308513703687327,0.153725174569888,0.277438947454021,0.144283760582383,0.153725174569888,0.281920448043748,0.0889150604568194,0.153725174569888,0.258868249082108,0.0726919602295188,0.153725174569888,0.262526046352402,0.248898019331157,0.5,0.153725174569888,0.291361936111194,0.603923833995382,0.153725174569888,0.217287449723909,0.129396527271414,0.5,0.153725174569888,0.169018198454957,0.193974753493557,0.153725174569888,0.187365428122985,0.362822004698983,0.153725174569888,0.282595372672477,0.0551332285803812,0.153725174569888,0.330370667328475,0.171350532612534,0.153725174569888,0.26913987308948,0.121778516910452,0.153725174569888,0.207541156377846,0.202563633101375,0.153725174569888,0.237322427428963,0.461076479496258,0.5,0.153725174569888,0.25112998465856,0.240105471587817,0,0.0195163117062444,0.00780545518443692 -3234,0.5,0.153725174569888,0.137457138203738,0.33369664047963,0.153725174569888,0.18968936674377,0.10124957391769,0.153725174569888,0.16635042445985,0.155498847161608,0.153725174569888,0.171270366234434,0.200871116797205,0.153725174569888,0.183524459920019,0.0922276945142394,0.153725174569888,0.196349408139057,0.0503860231546636,0.153725174569888,0.185201304948617,0.0284798924354876,0.153725174569888,0.203859682217298,0.144478385768642,0.5,0.153725174569888,0.187463904650025,0.490011584586811,0.153725174569888,0.131522362555239,0.0958197012098981,0.5,0.153725174569888,0.105258283026375,0.172360476598646,0.153725174569888,0.129132854519072,0.326522471457059,0.153725174569888,0.193638646135798,0.0471266014890255,0.153725174569888,0.225705268868197,0.151448795407923,0.153725174569888,0.175810644580343,0.0696230972833896,0.153725174569888,0.184547079575463,0.127297180757041,0.153725174569888,0.149162622125,0.457623558239629,0.5,0.153725174569888,0.135980383717317,0.207246749133789,0,0.00948800877848512,0.00524143958529846 -3235,0.5,0.153725174569888,0.0585470318384884,0.221304175788115,0.153725174569888,0.0776606164520021,0.0564942310339418,0.153725174569888,0.058492340370584,0.0807549880937727,0.153725174569888,0.0520258684553977,0.167794837767803,0.153725174569888,0.0827542196113404,0.0558311408235482,0.153725174569888,0.0840775906360491,0.0245287193695496,0.153725174569888,0.0748695422345653,0.0028767799164748,0.153725174569888,0.0886414554756963,0.0289638651889553,0.5,0.153725174569888,0.0836957191119381,0.248270440416242,0.153725174569888,0.047301591658491,0.0442444705101894,0.5,0.153725174569888,0.0463847129904498,0.133205516667519,0.153725174569888,0.0591873114791108,0.213381599980795,0.153725174569888,0.089896149344509,0.0288578927460684,0.153725174569888,0.101382273723157,0.0940699887150431,0.153725174569888,0.072634900684806,0.0439036020303435,0.153725174569888,0.0738433120053097,0.0301015875291578,0.153725174569888,0.0585436434399409,0.301619640877586,0.5,0.153725174569888,0.0412019706963173,0.245902912519627,0,0.00408928986717484,0.00157993508121773 -3236,0.5,0.153725174569888,0.0,0.157010225039561,0.153725174569888,0.0,0.0519985841575768,0.153725174569888,0.0,0.118623450781942,0.153725174569888,0.0,0.207671194230828,0.153725174569888,0.0,0.0710092521128727,0.153725174569888,0.0,0.0184268994229109,0.153725174569888,0.0,0.00236166820832775,0.153725174569888,0.0,0.00549967857095761,0.5,0.153725174569888,0.0,0.0800285979291441,0.153725174569888,0.0,0.0295263890756514,0.5,0.153725174569888,0.0,0.111133383765693,0.153725174569888,0.0,0.139579558196241,0.153725174569888,0.00219813778529537,0.0221706002699919,0.153725174569888,0.00382483002936087,0.063983981291243,0.153725174569888,0.0,0.0531903264480908,0.153725174569888,0.0,0.0277771121250403,0.153725174569888,0.0,0.127658801415907,0.5,0.153725174569888,0.0,0.358863406968988,0,0.00340296836958922,0.00056310443405353 -3237,0.5,0.153725174569888,0.0,0.120476094302487,0.153725174569888,0.0,0.0307511486756113,0.153725174569888,0.0,0.16383060923609,0.153725174569888,0.0,0.233274967471867,0.153725174569888,0.0,0.0894932399152411,0.153725174569888,0.0,0.0227705925802777,0.153725174569888,0.0,0.00487380707257603,0.153725174569888,0.0,0.00533989152763089,0.5,0.153725174569888,0.0,0.0365860827150588,0.153725174569888,0.0,0.0285447830492162,0.5,0.153725174569888,0.0,0.051695953395135,0.153725174569888,0.0,0.090391455749415,0.153725174569888,0.0,0.0193113264377669,0.153725174569888,0.0,0.0548469530502004,0.153725174569888,0.0,0.0553854035971109,0.153725174569888,0.0,0.0328086547012298,0.153725174569888,0.0,0.0497658903958465,0.5,0.153725174569888,0.0,0.218949203959491,0,0.00156697017620001,0.000430752129757167 -3238,0.5,0.153725174569888,0.0,0.0992845008836352,0.153725174569888,0.0,0.0108548419052436,0.153725174569888,0.0,0.144719413253049,0.153725174569888,0.0,0.212253037963863,0.153725174569888,0.0,0.0805276427882865,0.153725174569888,0.0,0.0306039762462703,0.153725174569888,0.0,0.0101603192173048,0.153725174569888,0.0,0.00563049927177827,0.5,0.153725174569888,0.0,0.0311377531761117,0.153725174569888,0.0,0.0253658654192988,0.5,0.153725174569888,0.0,0.0211935201073608,0.153725174569888,0.0,0.0574519263335094,0.153725174569888,0.0,0.0119584681576765,0.153725174569888,0.0,0.0386367161242749,0.153725174569888,0.0,0.0375331001110007,0.153725174569888,0.0,0.0374954708911848,0.153725174569888,0.0,0.0273215824797654,0.5,0.153725174569888,0.0,0.097114448311749,0,0.000899206872018501,0.00029118429461813 -3239,0.5,0.153725174569888,0.0,0.0847699717789451,0.153725174569888,0.0,0.0070302234563888,0.153725174569888,0.0,0.103509207919715,0.153725174569888,0.0,0.169916851855898,0.153725174569888,0.0,0.0686492973563958,0.153725174569888,0.0,0.0415416836914486,0.153725174569888,0.0,0.0173410470244062,0.153725174569888,0.0,0.00636834915416085,0.5,0.153725174569888,0.0,0.0384444089559478,0.153725174569888,0.0,0.0128210826018144,0.5,0.153725174569888,0.0,0.00886928734938116,0.153725174569888,0.0,0.047973237999055,0.153725174569888,0.0,0.00805842355041023,0.153725174569888,0.0,0.0274412951807963,0.153725174569888,0.0,0.0203501362923126,0.153725174569888,0.0,0.0410436881267779,0.153725174569888,0.0,0.0361885662400494,0.5,0.153725174569888,0.0,0.0275753488220473,0,0.00044843696451813,0.000243410073843424 -3240,0.5,0.153725174569888,0.0,0.0760632453196067,0.153725174569888,0.0,0.00512023152066303,0.153725174569888,0.0,0.0815959821240194,0.153725174569888,0.0,0.137244054274708,0.153725174569888,0.0,0.0519970093790239,0.153725174569888,0.0,0.0439109973513451,0.153725174569888,0.0,0.0164188677791995,0.153725174569888,0.0,0.00970498739592151,0.5,0.153725174569888,0.0,0.040229237438234,0.153725174569888,0.0,0.0184003163346574,0.5,0.153725174569888,0.0,0.009029217347541,0.153725174569888,0.0,0.0466638037744183,0.153725174569888,0.0,0.00650978307757314,0.153725174569888,0.0,0.0195590150501407,0.153725174569888,0.0,0.0137784112869462,0.153725174569888,0.0,0.0454133364273644,0.153725174569888,0.0,0.0534100388065451,0.5,0.153725174569888,0.0,0.0250694450393809,0,0.000265343072547631,0.00129559907179114 -3241,0.5,0.153725174569888,0.0,0.0702294763644976,0.153725174569888,0.0,0.00344150431235618,0.153725174569888,0.0,0.0786515189710093,0.153725174569888,0.0,0.126106172249997,0.153725174569888,0.0,0.0400061292520641,0.153725174569888,0.0,0.0393876086036602,0.153725174569888,0.0,0.0106041600644028,0.153725174569888,0.0,0.0101134782052978,0.5,0.153725174569888,0.0,0.0379150432337777,0.153725174569888,0.0,0.0407133574111575,0.5,0.153725174569888,0.0,0.0187588730177338,0.153725174569888,0.0,0.0465403706630061,0.153725174569888,0.0,0.00426387521212452,0.153725174569888,0.0,0.0129176873223876,0.153725174569888,0.0,0.0116692623632597,0.153725174569888,0.0,0.0510433120907576,0.153725174569888,0.0,0.0666177814319209,0.5,0.153725174569888,0.0,0.0448542290956298,0,0.000162115854943506,0.00234197564423873 -3242,0.5,0.153725174569888,0.0,0.0674532179442296,0.153725174569888,0.0,0.00217599518649227,0.153725174569888,0.0,0.074622844367386,0.153725174569888,0.0,0.142747033999033,0.153725174569888,0.0,0.028988215315574,0.153725174569888,0.0,0.0329886487388335,0.153725174569888,0.0,0.00823494403063222,0.153725174569888,0.0,0.0101117827150269,0.5,0.153725174569888,0.0,0.036603357198483,0.153725174569888,0.0,0.0247708532404177,0.5,0.153725174569888,0.0,0.0417928864770703,0.153725174569888,0.0,0.0415389840742084,0.153725174569888,0.0,0.00210713167314766,0.153725174569888,0.0,0.00722687249235175,0.153725174569888,0.0,0.0140663782138159,0.153725174569888,0.0,0.0513622859167703,0.153725174569888,0.0,0.0887254043590269,0.5,0.153725174569888,0.0,0.0709791023748082,0,4.68996295891157e-05,0.00429388605405214 -3243,0.5,0.153725174569888,0.0,0.0722117744839365,0.153725174569888,0.0,0.00108437566080859,0.153725174569888,0.0,0.0782813340828286,0.153725174569888,0.0,0.169752600934537,0.153725174569888,0.0,0.0213048199824028,0.153725174569888,0.0,0.0252964889035473,0.153725174569888,0.0,0.00725150681767689,0.153725174569888,0.0,0.0113099172887686,0.5,0.153725174569888,0.0,0.0381098457412435,0.153725174569888,0.0,0.011020140301845,0.5,0.153725174569888,0.0,0.0572530808546841,0.153725174569888,0.0,0.0380560831159243,0.153725174569888,0.0,0.00055500367827874,0.153725174569888,0.0,0.00357953147199273,0.153725174569888,0.0,0.0157389158689327,0.153725174569888,0.0,0.0511985832614384,0.153725174569888,0.0,0.126461286998591,0.5,0.153725174569888,0.0,0.0969020094201376,0,0.0,0.00618328598994585 -3244,0.5,0.153725174569888,0.0,0.0715195840126321,0.153725174569888,0.0,0.000984204398437369,0.153725174569888,0.0,0.0857915435510182,0.153725174569888,0.0,0.187049759141427,0.153725174569888,0.0,0.0166386954107098,0.153725174569888,0.0,0.020601019291907,0.153725174569888,0.0,0.00833693473274723,0.153725174569888,0.0,0.0126876117387914,0.5,0.153725174569888,0.0,0.0431509876612768,0.153725174569888,0.0,0.00872659532521114,0.5,0.153725174569888,0.0,0.0708266825891564,0.153725174569888,0.0,0.0409125181198739,0.153725174569888,0.0,0.000172250660700104,0.153725174569888,0.0,0.00159188699647869,0.153725174569888,0.0,0.0133024248032869,0.153725174569888,0.0,0.0505369633698523,0.153725174569888,0.0,0.183822927233658,0.5,0.153725174569888,0.0,0.106763335339065,0,0.0,0.00948499985160002 -3245,0.5,0.153725174569888,0.00197672421469644,0.0626232673241064,0.153725174569888,0.0,0.00107482863392243,0.153725174569888,0.0,0.0892158139207735,0.153725174569888,0.000866153775642357,0.189344930812981,0.153725174569888,0.0,0.0135413102801142,0.153725174569888,0.0,0.0184974414856788,0.153725174569888,0.0,0.00849024094371529,0.153725174569888,0.0,0.0117646519155658,0.5,0.153725174569888,0.0,0.0531550763602551,0.153725174569888,0.0,0.00782621763132088,0.5,0.153725174569888,0.0,0.0717969752153626,0.153725174569888,0.0,0.0493672577757837,0.153725174569888,8.78729043677308e-05,0.000231401514720409,0.153725174569888,0.0,0.000781168154539477,0.153725174569888,0.0,0.00951484310287347,0.153725174569888,0.0,0.0501621870536252,0.153725174569888,0.0,0.246251256262959,0.5,0.153725174569888,0.0,0.104942462798848,0,1.93260201882889e-05,0.0115340973136421 -3246,0.5,0.153725174569888,0.0615245315538724,0.0515831674069331,0.153725174569888,0.0493281629069751,0.000908576752674303,0.153725174569888,0.0397866452585159,0.08796420817356,0.153725174569888,0.0500770371004676,0.199748007501496,0.153725174569888,0.0351955033048836,0.010537734814796,0.153725174569888,0.0270848426761414,0.018297422114809,0.153725174569888,0.0343916533969792,0.00637069845349601,0.153725174569888,0.0262196219298876,0.00876704433224154,0.5,0.153725174569888,0.0200309864379351,0.0611746307018806,0.153725174569888,0.0234095181476562,0.00829088780340618,0.5,0.153725174569888,0.0284591372614184,0.0539988988704123,0.153725174569888,0.0205769926726974,0.0530553949073404,0.153725174569888,0.0482658090011559,0.000328336802728113,0.153725174569888,0.0395553615613699,0.00057372740631224,0.153725174569888,0.0444356607369739,0.00650410103415657,0.153725174569888,0.0371021963965266,0.040893408630742,0.153725174569888,0.0260640282642029,0.294725310583856,0.5,0.153725174569888,0.0259459909496739,0.154556266874587,0,0.0,0.0129066558886793 -3247,0.5,0.153725174569888,0.155883680591861,0.070637595094367,0.153725174569888,0.133542403099049,0.000664052469474537,0.153725174569888,0.119826636551918,0.119711251518932,0.153725174569888,0.14323045109356,0.241300816152365,0.153725174569888,0.11457933402646,0.00813234429348871,0.153725174569888,0.105244028883829,0.0194805177101083,0.153725174569888,0.116237764260023,0.00538307475682735,0.153725174569888,0.107015419426882,0.00913486787363927,0.5,0.153725174569888,0.106125383837799,0.0718514073529331,0.153725174569888,0.0930865080547051,0.0363697023587454,0.5,0.153725174569888,0.114955156994719,0.118129342582089,0.153725174569888,0.0984597509039179,0.107301878641502,0.153725174569888,0.128809305965612,0.000612670569741305,0.153725174569888,0.118882035556294,0.000328106384913388,0.153725174569888,0.129713803355498,0.00690165101263878,0.153725174569888,0.120743533455493,0.0549722320725197,0.153725174569888,0.0829121777175279,0.382770819843806,0.5,0.153725174569888,0.0754571017693071,0.315952763777305,0,0.0,0.0129191304500284 -3248,0.5,0.153725174569888,0.287339733528455,0.157486956545888,0.153725174569888,0.260111013771457,0.000906119112738119,0.153725174569888,0.243663612571683,0.21408193526347,0.153725174569888,0.275426015025372,0.305523970180623,0.153725174569888,0.238680154452703,0.0122515119930646,0.153725174569888,0.22789922339562,0.0341771418885182,0.153725174569888,0.242898329857846,0.0261075934634352,0.153725174569888,0.232457880946112,0.0343005201181878,0.5,0.153725174569888,0.23451886246326,0.1617449843837,0.153725174569888,0.177843943601657,0.067080450360089,0.5,0.153725174569888,0.241134860568512,0.334772415814154,0.153725174569888,0.197675376988281,0.248742836846188,0.153725174569888,0.250577044014711,0.00274683956686838,0.153725174569888,0.242443300097571,0.000779872337459277,0.153725174569888,0.258616741637366,0.0216315355793956,0.153725174569888,0.244060989796807,0.156987753327795,0.153725174569888,0.163252321260237,0.435441574698643,0.5,0.153725174569888,0.126764059470904,0.374614510945585,0,8.29092405591963e-05,0.0102173302187291 -3249,0.5,0.153725174569888,0.425072404930961,0.271600116959305,0.153725174569888,0.39294541100093,0.00431815693152815,0.153725174569888,0.39544018126274,0.301514337314589,0.153725174569888,0.423813443802613,0.404009101856093,0.153725174569888,0.373723174290967,0.0182421350102711,0.153725174569888,0.364081152135576,0.0472228466712491,0.153725174569888,0.381741550903887,0.0797439693907101,0.153725174569888,0.372640623991173,0.105180408998871,0.5,0.153725174569888,0.375782175212057,0.388077945016104,0.153725174569888,0.250247091776613,0.0918875342066582,0.5,0.153725174569888,0.374276417291053,0.293059561812553,0.153725174569888,0.291972851809785,0.327994310123513,0.153725174569888,0.37661056979422,0.0114800379859124,0.153725174569888,0.375094319327457,0.00143070678215016,0.153725174569888,0.39730990250893,0.0439483941817601,0.153725174569888,0.386886976549749,0.27716221492038,0.153725174569888,0.278776537270981,0.42226776975937,0.5,0.153725174569888,0.179205863459038,0.394030767896743,0,0.00473393350222646,0.00800916699604343 -3250,0.5,0.153725174569888,0.562846978984451,0.35084109662302,0.153725174569888,0.530557697771355,0.0173311913805869,0.153725174569888,0.557764831064878,0.401435372796723,0.153725174569888,0.57018518938521,0.546956929367843,0.153725174569888,0.516785511922326,0.0187930726364053,0.153725174569888,0.509732037952061,0.066257949212533,0.153725174569888,0.528222147159555,0.12547762416699,0.153725174569888,0.521026973026461,0.177620375572949,0.5,0.153725174569888,0.514337491876173,0.511553301469715,0.153725174569888,0.296373702945428,0.099517471494754,0.5,0.153725174569888,0.520771371204571,0.311790225557884,0.153725174569888,0.390703750296348,0.289355187006138,0.153725174569888,0.504748020811935,0.0332685714676872,0.153725174569888,0.514289105726523,0.00590918652542796,0.153725174569888,0.540719147032769,0.0757619775702821,0.153725174569888,0.54633472744112,0.337568869588871,0.153725174569888,0.44920942795353,0.429169509402548,0.5,0.153725174569888,0.235122991618841,0.386738743118147,0,0.0162503611371697,0.0109473382192853 -3251,0.5,0.153725174569888,0.662320690307762,0.43176458529155,0.153725174569888,0.638140803906629,0.0624746750000503,0.153725174569888,0.671373203054614,0.516864536418941,0.153725174569888,0.673855218968814,0.739761834135762,0.153725174569888,0.633439016210325,0.0265908263444995,0.153725174569888,0.62874306322869,0.0977689495579783,0.153725174569888,0.645448604145959,0.173695537418533,0.153725174569888,0.636291049346788,0.244909518853375,0.5,0.153725174569888,0.635319461717878,0.493252253146832,0.153725174569888,0.344890076646373,0.150000116631954,0.5,0.153725174569888,0.629016793604419,0.403676694349642,0.153725174569888,0.492471854048393,0.315323750540968,0.153725174569888,0.600861057407627,0.0710665193120186,0.153725174569888,0.626254212587159,0.0228292824489453,0.153725174569888,0.653630019012122,0.152957936898584,0.153725174569888,0.661914705868619,0.38939317748666,0.153725174569888,0.627751458681644,0.548430513009611,0.5,0.153725174569888,0.346661967561664,0.418186603084165,0,0.028741361639444,0.0141067161248712 -3252,0.5,0.153725174569888,0.7143438875925,0.529317012801081,0.153725174569888,0.678844237444937,0.147996475291998,0.153725174569888,0.730130919920222,0.628143761361329,0.153725174569888,0.719143402536708,0.842542094697521,0.153725174569888,0.683452920605854,0.0570660521273454,0.153725174569888,0.68634417581769,0.139270521641357,0.153725174569888,0.711414040732053,0.242877046541014,0.153725174569888,0.707256185991764,0.296887389974134,0.5,0.153725174569888,0.717280192968637,0.509233960161872,0.153725174569888,0.433393165278663,0.199852545517392,0.5,0.153725174569888,0.702015817467535,0.49012439050365,0.153725174569888,0.564984190879061,0.369865379765053,0.153725174569888,0.649236783074612,0.132490305619064,0.153725174569888,0.676426993992528,0.0677077392458164,0.153725174569888,0.714805512053654,0.235464915821937,0.153725174569888,0.726579762005067,0.410868209466166,0.153725174569888,0.720829052022872,0.674794301642689,0.5,0.153725174569888,0.434239436539771,0.514717246279152,0,0.03473861793143,0.017707520224746 -3253,0.5,0.153725174569888,0.720858688312196,0.615292078041796,0.153725174569888,0.697837645834876,0.241889844030275,0.153725174569888,0.747486342426656,0.720217441333496,0.153725174569888,0.720493193937544,0.889169482493457,0.153725174569888,0.712687862760281,0.112317413757915,0.153725174569888,0.718946068302626,0.189223827641816,0.153725174569888,0.738224466369719,0.291103496370738,0.153725174569888,0.739621933215316,0.341276709835284,0.5,0.153725174569888,0.743344732691962,0.537868657022977,0.153725174569888,0.523531199884456,0.248223905375565,0.5,0.153725174569888,0.724342168553324,0.601124760100165,0.153725174569888,0.620288273425934,0.464800082337258,0.153725174569888,0.674925343650047,0.188523596140325,0.153725174569888,0.7044698183889,0.134532356813563,0.153725174569888,0.733265560021459,0.2966498121141,0.153725174569888,0.743955029832632,0.414426224151205,0.153725174569888,0.739066328951303,0.75967440248944,0.5,0.153725174569888,0.4307278158641,0.552707399140543,0,0.0297426184091121,0.020675241974559 -3254,0.5,0.153725174569888,0.68879603564007,0.647695701597679,0.153725174569888,0.672353537750327,0.293830468372094,0.153725174569888,0.71851752417315,0.777546652714634,0.153725174569888,0.678112032169744,0.922076834415305,0.153725174569888,0.698793950342892,0.162301226893291,0.153725174569888,0.704574280299323,0.242687329523676,0.153725174569888,0.713141257544551,0.308074845710262,0.153725174569888,0.717205665803427,0.359790873512441,0.5,0.153725174569888,0.713189256429693,0.501686646941864,0.153725174569888,0.453701427270223,0.258632527436024,0.5,0.153725174569888,0.70149199627113,0.668768681326629,0.153725174569888,0.63303805530692,0.52892674514924,0.153725174569888,0.651222136466614,0.223559093020836,0.153725174569888,0.687507637489828,0.207606669034958,0.153725174569888,0.699902230099055,0.339885009054428,0.153725174569888,0.718728303482501,0.465866665045187,0.153725174569888,0.703101744446946,0.817201652005105,0.5,0.153725174569888,0.345708366960369,0.522413279015574,0,0.0194792231845688,0.0228037089535942 -3255,0.5,0.153725174569888,0.607674446309528,0.666645055278735,0.153725174569888,0.614948280497803,0.284223980584449,0.153725174569888,0.634009241312259,0.814267310722194,0.153725174569888,0.571713925997724,0.931429535696557,0.153725174569888,0.636497579178096,0.188980478809331,0.153725174569888,0.645600151331826,0.25015979001243,0.153725174569888,0.640162009585304,0.312084439684012,0.153725174569888,0.650122626324259,0.355527140068785,0.5,0.153725174569888,0.65062534609166,0.458419627853176,0.153725174569888,0.281531573897759,0.198538900646607,0.5,0.153725174569888,0.636509945762326,0.720092837398744,0.153725174569888,0.57659540959788,0.581348806273064,0.153725174569888,0.540069833698735,0.247486456383541,0.153725174569888,0.623081934060259,0.279194977150986,0.153725174569888,0.621009924576791,0.366303359819547,0.153725174569888,0.657378435262993,0.541671762934799,0.153725174569888,0.612807248270904,0.850938724250576,0.5,0.153725174569888,0.269077704469758,0.484032856763827,0,0.0131603585156344,0.0197387708998696 -3256,0.5,0.153725174569888,0.481288355158312,0.667153406568369,0.153725174569888,0.501818032434032,0.275614804981102,0.153725174569888,0.505461679521388,0.821562570834677,0.153725174569888,0.428428029018464,0.910320954561864,0.153725174569888,0.517554073008282,0.198459611377545,0.153725174569888,0.532139563761322,0.237774420956421,0.153725174569888,0.525310265546676,0.317422479223916,0.153725174569888,0.540204833176278,0.361752568242353,0.5,0.153725174569888,0.539521956507602,0.475234111835788,0.153725174569888,0.212982351245119,0.114658157149867,0.5,0.153725174569888,0.526648200681513,0.753123408108435,0.153725174569888,0.430453065303548,0.575690408731609,0.153725174569888,0.424057353652431,0.22782391403191,0.153725174569888,0.511814539979538,0.316363048267651,0.153725174569888,0.501185368489543,0.393260449209217,0.153725174569888,0.53124012059155,0.571021545274717,0.153725174569888,0.477267037510038,0.862873156613448,0.5,0.153725174569888,0.208985489801696,0.501417680175382,0,0.0120381514830939,0.0126528542327101 -3257,0.5,0.153725174569888,0.345208040814184,0.617588882646608,0.153725174569888,0.363487526016093,0.255702824221438,0.153725174569888,0.355886533874829,0.753571442011732,0.153725174569888,0.285072536450178,0.842081423089391,0.153725174569888,0.382421328201706,0.197090945389295,0.153725174569888,0.391790185117775,0.199336101980122,0.153725174569888,0.380386567413892,0.28842454710181,0.153725174569888,0.398056706356144,0.340985259557988,0.5,0.153725174569888,0.39750139632847,0.452005555771852,0.153725174569888,0.161886973584935,0.0985842293925377,0.5,0.153725174569888,0.380753229643134,0.740651883434339,0.153725174569888,0.286627769424254,0.476778141342473,0.153725174569888,0.296111491613591,0.161264038501029,0.153725174569888,0.381729685263144,0.287954774842081,0.153725174569888,0.356977690453405,0.39069253065256,0.153725174569888,0.381479003109984,0.530129287817634,0.153725174569888,0.323925494276479,0.810225032290147,0.5,0.153725174569888,0.132373440836948,0.407110513771624,0,0.0121103017109907,0.00877961472900487 -3258,0.5,0.153725174569888,0.207183012372778,0.449291043414248,0.153725174569888,0.229300983626845,0.125209550048847,0.153725174569888,0.212557493551087,0.471305203402931,0.153725174569888,0.163629146268073,0.678275424124497,0.153725174569888,0.251119006377272,0.14561357638242,0.153725174569888,0.253111603022484,0.0980533994577432,0.153725174569888,0.241341133667759,0.139159183607787,0.153725174569888,0.264485578946968,0.232933065794474,0.5,0.153725174569888,0.261243782014594,0.288042009942775,0.153725174569888,0.100739357284877,0.0699057194140527,0.5,0.153725174569888,0.240069063836894,0.517121450046596,0.153725174569888,0.16346327681486,0.246669604343985,0.153725174569888,0.167347145806344,0.100465300462199,0.153725174569888,0.250329038324902,0.215240047174352,0.153725174569888,0.218986106616429,0.271761868332033,0.153725174569888,0.242413927891959,0.278165792783675,0.153725174569888,0.191213261749761,0.604879602443808,0.5,0.153725174569888,0.0690684106604025,0.290578433001658,0,0.00737774728604231,0.00910880105025035 -3259,0.5,0.153725174569888,0.0649631667225943,0.245995780382488,0.153725174569888,0.0779685154924506,0.0511063064219686,0.153725174569888,0.0647598681487244,0.27143062577732,0.153725174569888,0.0620571614869158,0.526942560387735,0.153725174569888,0.109544519371151,0.107076415535907,0.153725174569888,0.12076440094587,0.0547959412626811,0.153725174569888,0.0828416320167991,0.0893180155689529,0.153725174569888,0.100295436110652,0.0927111835368171,0.5,0.153725174569888,0.0834936093351948,0.179435599622995,0.153725174569888,0.0414504927571301,0.0462684364061978,0.5,0.153725174569888,0.0691839895364126,0.29738303495679,0.153725174569888,0.0589013413173626,0.13920274960568,0.153725174569888,0.0801000068912703,0.0598909392856088,0.153725174569888,0.107159222185776,0.119016109899487,0.153725174569888,0.0759972473736359,0.176673877969414,0.153725174569888,0.0699497691285542,0.141022525299121,0.153725174569888,0.0661116121331735,0.348070339241302,0.5,0.153725174569888,0.0229601895228529,0.18864617221412,0,0.00340146264447017,0.00902513570215742 -3260,0.5,0.153725174569888,0.0,0.166138915203633,0.153725174569888,0.0,0.0563413626870181,0.153725174569888,0.0,0.235804823788902,0.153725174569888,0.0,0.448894290541806,0.153725174569888,0.00434466167327025,0.126715313591332,0.153725174569888,0.00318722119253238,0.0701871653995871,0.153725174569888,0.0,0.0983559220237038,0.153725174569888,0.0,0.0582191419530499,0.5,0.153725174569888,0.0,0.166545369959266,0.153725174569888,0.000133484038957729,0.030420215523064,0.5,0.153725174569888,0.0,0.215917371590106,0.153725174569888,4.18187291285455e-05,0.113711045892639,0.153725174569888,0.00435867813766693,0.0393824834093868,0.153725174569888,0.00562418796082196,0.0551992760024476,0.153725174569888,0.0,0.131085668640046,0.153725174569888,0.0,0.118185101333675,0.153725174569888,0.0,0.209495649409523,0.5,0.153725174569888,4.85304472387966e-05,0.0820284596562863,0,0.000661177572627206,0.00556188689697143 -3261,0.5,0.153725174569888,0.0,0.122598233059556,0.153725174569888,0.0,0.0372717386539755,0.153725174569888,0.0,0.214112884326452,0.153725174569888,0.0,0.397611556351151,0.153725174569888,0.0,0.105717050425246,0.153725174569888,0.0,0.0858042074417023,0.153725174569888,0.0,0.0964376971551735,0.153725174569888,0.0,0.0394252721786694,0.5,0.153725174569888,0.0,0.136896507380642,0.153725174569888,0.0,0.0162397712423377,0.5,0.153725174569888,0.0,0.147969114347238,0.153725174569888,0.0,0.0948814171360226,0.153725174569888,0.0,0.0406414902762436,0.153725174569888,0.0,0.0429108085074424,0.153725174569888,0.0,0.0862180425018594,0.153725174569888,0.0,0.119041570294493,0.153725174569888,0.0,0.144769296894661,0.5,0.153725174569888,0.0,0.04052698876034,0,0.000359122448946615,0.00253171164678821 -3262,0.5,0.153725174569888,0.0,0.0884379174271808,0.153725174569888,0.0,0.022538778793928,0.153725174569888,0.0,0.182383633201617,0.153725174569888,0.0,0.327669951561765,0.153725174569888,0.0,0.0651366183111218,0.153725174569888,0.0,0.0756916823215162,0.153725174569888,0.0,0.0691168287957378,0.153725174569888,0.0,0.0326118107119943,0.5,0.153725174569888,0.0,0.101108430906932,0.153725174569888,0.0,0.0108431210240517,0.5,0.153725174569888,0.0,0.0861288454683415,0.153725174569888,0.0,0.0805161101711671,0.153725174569888,0.0,0.0384978068915622,0.153725174569888,0.0,0.0351729408960612,0.153725174569888,0.0,0.0530832459432984,0.153725174569888,0.0,0.118621707408508,0.153725174569888,0.0,0.110950802714453,0.5,0.153725174569888,0.0,0.0467381868637042,0,0.00511802878701225,0.000599699852174818 -3263,0.5,0.153725174569888,0.0,0.0666020714771201,0.153725174569888,0.0,0.0229414111370406,0.153725174569888,0.0,0.14639547850114,0.153725174569888,0.0,0.248372878974331,0.153725174569888,0.0,0.0431565271943808,0.153725174569888,0.0,0.0572064957626963,0.153725174569888,0.0,0.0370158234657329,0.153725174569888,0.0,0.0321482970959961,0.5,0.153725174569888,0.0,0.083124823495076,0.153725174569888,0.0,0.0113950153425356,0.5,0.153725174569888,0.0,0.0612647472007664,0.153725174569888,0.0,0.0641404839493476,0.153725174569888,0.0,0.0336762726548993,0.153725174569888,0.0,0.0305618245984747,0.153725174569888,0.0,0.0389951456023193,0.153725174569888,0.0,0.10734898998467,0.153725174569888,0.0,0.102856668525555,0.5,0.153725174569888,0.0,0.0483327791922796,0,0.0136114505223806,0.000293777201324654 -3264,0.5,0.153725174569888,0.0,0.0536240739977309,0.153725174569888,0.0,0.0315037935544345,0.153725174569888,0.0,0.117308696824353,0.153725174569888,0.0,0.189622234437754,0.153725174569888,0.0,0.034533786909334,0.153725174569888,0.0,0.0450794236177575,0.153725174569888,0.0,0.0228519262322339,0.153725174569888,0.0,0.0330767797250933,0.5,0.153725174569888,0.0,0.0810610391468677,0.153725174569888,0.0,0.0113502377638733,0.5,0.153725174569888,0.0,0.0710899396832189,0.153725174569888,0.0,0.0508471707708258,0.153725174569888,0.0,0.0289411742967497,0.153725174569888,0.0,0.0261498487168044,0.153725174569888,0.0,0.0299298287395146,0.153725174569888,0.0,0.0794653984759,0.153725174569888,0.0,0.102864592970601,0.5,0.153725174569888,0.0,0.0406218039038159,0,0.0154033959823329,0.000423192738715453 -3265,0.5,0.153725174569888,0.0,0.0453132204984326,0.153725174569888,0.0,0.0324746777899208,0.153725174569888,0.0,0.0928491859533076,0.153725174569888,0.0,0.152639535558471,0.153725174569888,0.0,0.0290748316247402,0.153725174569888,0.0,0.0334471037814947,0.153725174569888,0.0,0.0163274935974272,0.153725174569888,0.0,0.0267221669912669,0.5,0.153725174569888,0.0,0.0896212327775391,0.153725174569888,0.0,0.0107102824738754,0.5,0.153725174569888,0.0,0.0780587318338776,0.153725174569888,0.0,0.0440564706396222,0.153725174569888,0.0,0.0257601573437236,0.153725174569888,0.0,0.0237085115758819,0.153725174569888,0.0,0.0224528176284309,0.153725174569888,0.0,0.0573776553521546,0.153725174569888,0.0,0.0961575575281186,0.5,0.153725174569888,0.0,0.0319078712282548,0,0.0118617862333096,0.000543341279250474 -3266,0.5,0.153725174569888,0.0,0.0420833766721796,0.153725174569888,0.0,0.0253978363753203,0.153725174569888,0.0,0.0808044571321277,0.153725174569888,0.0,0.132156226169714,0.153725174569888,0.0,0.025175466213075,0.153725174569888,0.0,0.0264995239766987,0.153725174569888,0.0,0.0129969215354299,0.153725174569888,0.0,0.0169549401585975,0.5,0.153725174569888,0.0,0.0931565109526733,0.153725174569888,0.0,0.00919507130715042,0.5,0.153725174569888,0.0,0.0690110620065443,0.153725174569888,0.0,0.0402240371526039,0.153725174569888,0.0,0.0215992057484386,0.153725174569888,0.0,0.0204022513576334,0.153725174569888,0.0,0.0192849400682025,0.153725174569888,0.0,0.0481749217776596,0.153725174569888,0.0,0.0893411021874869,0.5,0.153725174569888,0.0,0.0285808607179086,0,0.00989592669967698,0.000543162054821993 -3267,0.5,0.153725174569888,0.0,0.0437949725334012,0.153725174569888,0.0,0.0217307804121604,0.153725174569888,0.0,0.0776221232508678,0.153725174569888,0.0,0.128340562733784,0.153725174569888,0.0,0.0203958657092304,0.153725174569888,0.0,0.0211090757456322,0.153725174569888,0.0,0.00951034470392856,0.153725174569888,0.0,0.0105155339627815,0.5,0.153725174569888,0.0,0.0813694699035127,0.153725174569888,0.0,0.00669187536079897,0.5,0.153725174569888,0.0,0.062586394937949,0.153725174569888,0.0,0.0342906236799642,0.153725174569888,0.0,0.0150236499789947,0.153725174569888,0.0,0.0156104045778389,0.153725174569888,0.0,0.0177948154353365,0.153725174569888,0.0,0.0448572106936162,0.153725174569888,0.0,0.0872331095492038,0.5,0.153725174569888,0.0,0.0279144300630068,0,0.0102930220817769,0.000192859972261252 -3268,0.5,0.153725174569888,0.0,0.0445951020545819,0.153725174569888,0.0,0.0246192586994929,0.153725174569888,0.0,0.0753613799636998,0.153725174569888,0.0,0.137485552749216,0.153725174569888,0.0,0.0150528517420312,0.153725174569888,0.0,0.0155096343863135,0.153725174569888,0.0,0.00666073330088012,0.153725174569888,0.0,0.00907656351687446,0.5,0.153725174569888,0.0,0.0650501427353011,0.153725174569888,0.0,0.00464174756500355,0.5,0.153725174569888,0.0,0.0581270869545166,0.153725174569888,0.0,0.029927381000857,0.153725174569888,0.0,0.00983870486009791,0.153725174569888,0.0,0.0117164290725578,0.153725174569888,0.0,0.0169892864079204,0.153725174569888,0.0,0.0421576876276417,0.153725174569888,0.0,0.0904400318083248,0.5,0.153725174569888,0.0,0.0279602467949802,0,0.0145047931569665,7.60469999867383e-05 -3269,0.5,0.153725174569888,0.00206037025114474,0.0440285569587494,0.153725174569888,0.0,0.0290500922470556,0.153725174569888,0.0,0.0670038764683658,0.153725174569888,0.000288425484185735,0.144636894211341,0.153725174569888,0.0,0.0124694146307216,0.153725174569888,0.0,0.01249075180497,0.153725174569888,0.0,0.00514509158323026,0.153725174569888,0.0,0.00918640009463394,0.5,0.153725174569888,0.0,0.0525295309227444,0.153725174569888,0.0,0.00398784054040183,0.5,0.153725174569888,0.0,0.0516538848086446,0.153725174569888,0.0,0.028041102288499,0.153725174569888,7.79835124381123e-05,0.00769080705417499,0.153725174569888,0.0,0.00987601134138918,0.153725174569888,1.18618409690191e-06,0.0169346067786749,0.153725174569888,0.0,0.0389013412974784,0.153725174569888,0.0,0.0907128983975285,0.5,0.153725174569888,0.0,0.0278561260924992,0,0.0221872451646688,3.40380876729345e-05 -3270,0.5,0.153725174569888,0.0586589579631603,0.044007064703701,0.153725174569888,0.0154165148136998,0.0332443788984275,0.153725174569888,0.0418603300031298,0.0677446421769443,0.153725174569888,0.0213905327414488,0.156009800464961,0.153725174569888,0.0238439622567662,0.0116191705011725,0.153725174569888,0.0255382926379906,0.0111719391917947,0.153725174569888,0.0317959814843831,0.00397051427852867,0.153725174569888,0.0261421038658161,0.00906789904425777,0.5,0.153725174569888,0.0253037413476132,0.0453777492750108,0.153725174569888,0.0283820761182211,0.00361921969898937,0.5,0.153725174569888,0.0273825461111219,0.0443735278065479,0.153725174569888,0.0257917744401546,0.0238998937051823,0.153725174569888,0.0172971227233666,0.00774260033676792,0.153725174569888,0.0174165190916708,0.0095498188406376,0.153725174569888,0.0379018798723607,0.0141578231691579,0.153725174569888,0.0378741962785386,0.0314723715513954,0.153725174569888,0.0213747964308171,0.112680133608587,0.5,0.153725174569888,0.00926009387916448,0.0327610023774138,0,0.0239281072021296,2.45835336951082e-06 -3271,0.5,0.153725174569888,0.140211819465237,0.0670213812581332,0.153725174569888,0.0774097502724961,0.0443558653820402,0.153725174569888,0.120565224758906,0.10368826728039,0.153725174569888,0.0608375417840509,0.168146424786086,0.153725174569888,0.0886410736263892,0.0117563299665139,0.153725174569888,0.0998040304888172,0.00972344008697914,0.153725174569888,0.107812280780278,0.00434042887713594,0.153725174569888,0.104322342182949,0.00918401008208792,0.5,0.153725174569888,0.106228894707912,0.0419807946902642,0.153725174569888,0.103484831456042,0.00944557497800985,0.5,0.153725174569888,0.106324354201908,0.0802060025343349,0.153725174569888,0.106781543390996,0.0371057009601081,0.153725174569888,0.0705593940255352,0.0103417679883969,0.153725174569888,0.0687773322548398,0.0107122564270672,0.153725174569888,0.11403644222927,0.0150460003242137,0.153725174569888,0.12172894359619,0.0346268396535665,0.153725174569888,0.0851922153234413,0.177844883628402,0.5,0.153725174569888,0.0377867161376708,0.0564282613719604,0,0.0235573629917764,2.40959130807411e-06 -3272,0.5,0.153725174569888,0.244347764843619,0.140381269675507,0.153725174569888,0.176944220715572,0.0653092969104302,0.153725174569888,0.230964386119153,0.173971855026352,0.153725174569888,0.112417144530038,0.181274343423877,0.153725174569888,0.18141065518427,0.0225826753743219,0.153725174569888,0.212257522053037,0.021651038962364,0.153725174569888,0.220313568141669,0.0151821833798042,0.153725174569888,0.224473202695478,0.024244913782334,0.5,0.153725174569888,0.229748101295304,0.0909085199868307,0.153725174569888,0.19835992597236,0.0276070626192075,0.5,0.153725174569888,0.212647934249721,0.168590610458629,0.153725174569888,0.216025553478108,0.0861714077075867,0.153725174569888,0.176980618689841,0.0170392038988746,0.153725174569888,0.161586406517915,0.0161253335281242,0.153725174569888,0.21102434044067,0.0336627800749471,0.153725174569888,0.246429188119718,0.0808562097924816,0.153725174569888,0.161907494832222,0.242490042603425,0.5,0.153725174569888,0.0850913063693924,0.0855145897818426,0,0.0256648002270522,5.76924686774099e-05 -3273,0.5,0.153725174569888,0.343248387655575,0.228511435444813,0.153725174569888,0.217542257256667,0.103887309255344,0.153725174569888,0.35115239914845,0.244214512249749,0.153725174569888,0.15572818601444,0.188591381106265,0.153725174569888,0.27943309488634,0.0300072981484479,0.153725174569888,0.336565740735348,0.0251740401379587,0.153725174569888,0.338658510474895,0.0699417747677853,0.153725174569888,0.357866103387561,0.048150610968649,0.5,0.153725174569888,0.368064547004559,0.196339753820065,0.153725174569888,0.30280149339744,0.05610057158731,0.5,0.153725174569888,0.322309600586198,0.363840744582624,0.153725174569888,0.339147626987955,0.171103048655721,0.153725174569888,0.299342455793103,0.0240702066932395,0.153725174569888,0.278989628567543,0.0247410113831882,0.153725174569888,0.277466606522049,0.0860965536222824,0.153725174569888,0.382371262158155,0.181232653690351,0.153725174569888,0.222239293855963,0.328767080490723,0.5,0.153725174569888,0.113335131496791,0.0942305735410058,0,0.0276615313801627,0.000107243983363104 -3274,0.5,0.153725174569888,0.461453382089614,0.344558098796069,0.153725174569888,0.250826048866475,0.147023524681496,0.153725174569888,0.464082839463255,0.314870103741938,0.153725174569888,0.2039770969976,0.212355506167963,0.153725174569888,0.361493749328183,0.0390738648358478,0.153725174569888,0.463287285283992,0.049435228937904,0.153725174569888,0.424082060642341,0.199789743363881,0.153725174569888,0.499498732174912,0.0932304812383457,0.5,0.153725174569888,0.513558111495867,0.307304071479408,0.153725174569888,0.366572669880325,0.0873681533260128,0.5,0.153725174569888,0.419941865636687,0.446605205766333,0.153725174569888,0.45233007099083,0.262467617219226,0.153725174569888,0.414044115732101,0.0269862966521589,0.153725174569888,0.376528549403996,0.0302706264362442,0.153725174569888,0.301712069685493,0.168229880801066,0.153725174569888,0.525411304803069,0.358321560198103,0.153725174569888,0.272637516284254,0.351129780120478,0.5,0.153725174569888,0.138730512305822,0.105404982843459,0,0.0350271189859923,0.000106520690459483 -3275,0.5,0.153725174569888,0.535690393648657,0.484497472654872,0.153725174569888,0.354553619594046,0.18342152867469,0.153725174569888,0.554000909879628,0.434981762966254,0.153725174569888,0.232106787501907,0.222489908960463,0.153725174569888,0.371032455278419,0.0467928002351558,0.153725174569888,0.542670305291837,0.0839313705394456,0.153725174569888,0.349296793884659,0.219114993039997,0.153725174569888,0.612150275827108,0.166390503354081,0.5,0.153725174569888,0.630221303614582,0.364278045618957,0.153725174569888,0.427279982468421,0.118833403186817,0.5,0.153725174569888,0.498351267016022,0.372396354582978,0.153725174569888,0.528991401063996,0.341062666456764,0.153725174569888,0.462317619239596,0.0320793799484473,0.153725174569888,0.421610233710034,0.0365255813599718,0.153725174569888,0.292214820017277,0.21791772681578,0.153725174569888,0.613220237501673,0.469913626162033,0.153725174569888,0.304696824963192,0.319829423996739,0.5,0.153725174569888,0.15213259053049,0.11764771394442,0,0.0476273960355504,9.80890083287881e-05 -3276,0.5,0.153725174569888,0.564558664806253,0.571599258559141,0.153725174569888,0.414255596496894,0.178410156122376,0.153725174569888,0.551845741823954,0.512617439844852,0.153725174569888,0.205779047996397,0.220853313629733,0.153725174569888,0.395476672941188,0.0449580813482099,0.153725174569888,0.423265546146639,0.106443642535654,0.153725174569888,0.221222621215046,0.188100192316516,0.153725174569888,0.647946294618219,0.285626395052963,0.5,0.153725174569888,0.699881007732757,0.400077539573794,0.153725174569888,0.407113170568219,0.137567415029731,0.5,0.153725174569888,0.558692815128225,0.36498865068803,0.153725174569888,0.542055212229145,0.387520812122739,0.153725174569888,0.512552887208008,0.036110839454997,0.153725174569888,0.470057824856618,0.0384124531668967,0.153725174569888,0.265396416477612,0.214736086324958,0.153725174569888,0.595776230066421,0.50382213804294,0.153725174569888,0.324195083456609,0.302014072672233,0.5,0.153725174569888,0.157565367260882,0.138626853046349,0,0.0509307575811384,0.000149759808784917 -3277,0.5,0.153725174569888,0.580801871351707,0.5895660146392,0.153725174569888,0.424211371136044,0.162352839129641,0.153725174569888,0.513774841834528,0.489220167726226,0.153725174569888,0.20714139819402,0.20947467489339,0.153725174569888,0.379337542321351,0.0401066564276187,0.153725174569888,0.336833207443338,0.113277868839323,0.153725174569888,0.212958601646205,0.202252599049268,0.153725174569888,0.48222363849437,0.302145570130762,0.5,0.153725174569888,0.725557762983582,0.419222441751757,0.153725174569888,0.2546921613255,0.140969394233454,0.5,0.153725174569888,0.595256611668226,0.292828646596576,0.153725174569888,0.531263384162663,0.415312461880503,0.153725174569888,0.536847582184067,0.0411863091177034,0.153725174569888,0.438635944618193,0.0424659294024995,0.153725174569888,0.297880050602768,0.225297930522735,0.153725174569888,0.592616503159919,0.514687501510164,0.153725174569888,0.332084761284704,0.291592825452289,0.5,0.153725174569888,0.147448529161905,0.169666554768791,0,0.0462657791383431,0.000234577270842821 -3278,0.5,0.153725174569888,0.497820747393162,0.567793177355829,0.153725174569888,0.299369515203348,0.148008101056614,0.153725174569888,0.515864646628884,0.437289815127247,0.153725174569888,0.205802605984707,0.17992254716586,0.153725174569888,0.266445765966211,0.0343488883194861,0.153725174569888,0.348161126991074,0.109385301083593,0.153725174569888,0.303021185717762,0.214650567661557,0.153725174569888,0.402805066982793,0.283821097570531,0.5,0.153725174569888,0.693133521194956,0.408494609195297,0.153725174569888,0.236656735601694,0.163752890288506,0.5,0.153725174569888,0.598537874464846,0.303046544670975,0.153725174569888,0.446834643219311,0.388630148759038,0.153725174569888,0.551323003356595,0.052234668885565,0.153725174569888,0.420499411849224,0.055054061262884,0.153725174569888,0.33200403461337,0.232349160367302,0.153725174569888,0.560695836034442,0.493406406517986,0.153725174569888,0.319386714155857,0.274993828542207,0.5,0.153725174569888,0.116788964457947,0.159851084164982,0,0.0356688617471778,0.000469559754917611 -3279,0.5,0.153725174569888,0.422538313191102,0.530900976516796,0.153725174569888,0.121908120346439,0.103598912824461,0.153725174569888,0.481883025687197,0.396786207514878,0.153725174569888,0.203330222897341,0.147263881603611,0.153725174569888,0.167264062884767,0.0330584501815286,0.153725174569888,0.329829127795133,0.113370804955586,0.153725174569888,0.275702028949355,0.199964859876123,0.153725174569888,0.384041148897412,0.274625415249497,0.5,0.153725174569888,0.611148832956523,0.377296076860252,0.153725174569888,0.152805809407532,0.18146754151083,0.5,0.153725174569888,0.542452356687419,0.237560541891749,0.153725174569888,0.376979316900197,0.349943292464527,0.153725174569888,0.433096302705798,0.0575910463485783,0.153725174569888,0.333255824852199,0.066823003622463,0.153725174569888,0.287514289810902,0.217556064128058,0.153725174569888,0.50192963280222,0.427897481813624,0.153725174569888,0.310096434553844,0.208946015335362,0.5,0.153725174569888,0.0857210682050678,0.113498233936575,0,0.0279651017052168,0.00069914660164788 -3280,0.5,0.153725174569888,0.334548912462052,0.480868871995877,0.153725174569888,0.12970653025918,0.0775363588196846,0.153725174569888,0.384065810183444,0.326299724458925,0.153725174569888,0.185543977644436,0.115178472335736,0.153725174569888,0.106424029656212,0.0226677925146156,0.153725174569888,0.257167046779197,0.107885939212981,0.153725174569888,0.218556826600524,0.178650489351235,0.153725174569888,0.338799434295302,0.25452678377478,0.5,0.153725174569888,0.489603934029574,0.29788073840255,0.153725174569888,0.121708262085807,0.160963268613286,0.5,0.153725174569888,0.434957021345679,0.158058762644453,0.153725174569888,0.280882223010788,0.276607616633097,0.153725174569888,0.311683858045428,0.0524454059739335,0.153725174569888,0.231361942439546,0.0750428500877236,0.153725174569888,0.217365818853004,0.208947248507096,0.153725174569888,0.381842855072026,0.354600888697484,0.153725174569888,0.267014842848948,0.141069963752042,0.5,0.153725174569888,0.0778051012860832,0.0839293347631468,0,0.0174735941955051,0.000838426666767631 -3281,0.5,0.153725174569888,0.233246043238544,0.426039573682716,0.153725174569888,0.0817052451110823,0.0395506400833314,0.153725174569888,0.26061483634152,0.227300006531803,0.153725174569888,0.143202575584824,0.0905931313293485,0.153725174569888,0.0757537220070961,0.0120293420874616,0.153725174569888,0.231246674724071,0.10170515970172,0.153725174569888,0.171736145093731,0.145649378592816,0.153725174569888,0.223647048899815,0.185730718028403,0.5,0.153725174569888,0.358014845233593,0.18798977107292,0.153725174569888,0.10628784252677,0.125344357600127,0.5,0.153725174569888,0.323557567228403,0.0884013343871607,0.153725174569888,0.203067145033877,0.185741736530159,0.153725174569888,0.182070367210812,0.0430381980403587,0.153725174569888,0.166054533134932,0.0764130481963418,0.153725174569888,0.143364106540584,0.199152352637833,0.153725174569888,0.284003355936673,0.280088856864799,0.153725174569888,0.1947321324329,0.0729930846786325,0.5,0.153725174569888,0.0609740380721001,0.0565241490150357,0,0.00945609869952386,0.000883019230171253 -3282,0.5,0.153725174569888,0.143464614986545,0.347801456743734,0.153725174569888,0.0419533724827102,0.0173195475502353,0.153725174569888,0.145478296934228,0.1252759407426,0.153725174569888,0.0912870858616825,0.0541511219655508,0.153725174569888,0.0568015152859262,0.00835819812659583,0.153725174569888,0.151188559427014,0.0774112352112222,0.153725174569888,0.105338131279518,0.107427093924554,0.153725174569888,0.135986977459653,0.136824723995594,0.5,0.153725174569888,0.222304879749495,0.0789598895850442,0.153725174569888,0.0698491170977717,0.106234696179856,0.5,0.153725174569888,0.210252239688818,0.0236065968747528,0.153725174569888,0.13450865994362,0.105065235003446,0.153725174569888,0.114492665611823,0.0317554157250566,0.153725174569888,0.114120170565311,0.0658675760713972,0.153725174569888,0.0836791223899832,0.168141064424201,0.153725174569888,0.165502623616058,0.189831210333885,0.153725174569888,0.121960605066491,0.0203680137680435,0.5,0.153725174569888,0.0367599211952889,0.0327279694556758,0,0.00434560717370791,0.000696897446695357 -3283,0.5,0.153725174569888,0.0609330783630951,0.218044069314196,0.153725174569888,0.0150917972006726,0.0123550533835867,0.153725174569888,0.0562570929344501,0.121573508376336,0.153725174569888,0.0367877580082279,0.0500586868328738,0.153725174569888,0.0256430870332873,0.00446326126291167,0.153725174569888,0.0636420256756402,0.037933768227157,0.153725174569888,0.0528127852040065,0.0751833229584947,0.153725174569888,0.0696477766512112,0.10438704529951,0.5,0.153725174569888,0.081528502264844,0.0629356299746179,0.153725174569888,0.0333707819039262,0.0748292021529229,0.5,0.153725174569888,0.0774938470847783,0.00181296824544174,0.153725174569888,0.0617249375880235,0.0552848780517205,0.153725174569888,0.0580585882916453,0.0229586466772082,0.153725174569888,0.0560673582476552,0.045295088650319,0.153725174569888,0.0376613958100341,0.129690163668464,0.153725174569888,0.0540142803597203,0.162759410813408,0.153725174569888,0.0487768379725558,0.0019260931433827,0.5,0.153725174569888,0.0108191431436002,0.0157102154510903,0,0.00176147653256975,0.000437848002712622 -3284,0.5,0.153725174569888,5.13362298763485e-06,0.157139157577321,0.153725174569888,0.0,0.00724377705188905,0.153725174569888,0.0,0.147762596358201,0.153725174569888,1.78738710402185e-06,0.0625943455027315,0.153725174569888,0.00343280312736408,0.00316417067354508,0.153725174569888,0.00919469658203659,0.0326248163338569,0.153725174569888,0.0,0.0544019515937765,0.153725174569888,0.000930688721257368,0.0735873792231622,0.5,0.153725174569888,0.0,0.075596242842645,0.153725174569888,0.0,0.035997217724244,0.5,0.153725174569888,0.0,0.00127535537245404,0.153725174569888,0.0,0.0309553808640906,0.153725174569888,0.00646472009222887,0.0235419399720998,0.153725174569888,0.00877262096909302,0.023967469054904,0.153725174569888,0.000128681909519495,0.0945863337299443,0.153725174569888,0.0,0.145373886856994,0.153725174569888,8.76037951264119e-05,0.000670504893421395,0.5,0.153725174569888,2.54962177640363e-05,0.0079348380479826,0,0.00125712947308898,0.000267266285893723 -3285,0.5,0.153725174569888,0.0,0.124851169208306,0.153725174569888,0.0,0.00147861887201309,0.153725174569888,0.0,0.177735534762894,0.153725174569888,0.0,0.0924604561723558,0.153725174569888,0.0,0.00454578876453446,0.153725174569888,0.0,0.0311562965798283,0.153725174569888,0.0,0.0411030821261073,0.153725174569888,0.0,0.04878193322039,0.5,0.153725174569888,0.0,0.0843518671374753,0.153725174569888,0.0,0.0249650477807185,0.5,0.153725174569888,0.0,0.00171397087062151,0.153725174569888,0.0,0.0176033108142324,0.153725174569888,0.0,0.0247370714359792,0.153725174569888,0.0,0.0177039516520068,0.153725174569888,0.0,0.0654199275170872,0.153725174569888,0.0,0.142226491672081,0.153725174569888,0.0,0.00138517837942975,0.5,0.153725174569888,0.0,0.00641200009987736,0,0.000810275214392423,0.00144465786911357 -3286,0.5,0.153725174569888,0.0,0.1036529317938,0.153725174569888,0.0,0.00125809806711638,0.153725174569888,0.0,0.185513600973597,0.153725174569888,0.0,0.157125713281255,0.153725174569888,0.0,0.0104676642480654,0.153725174569888,0.0,0.0210831043140535,0.153725174569888,0.0,0.0288318522452344,0.153725174569888,0.0,0.0285865305553265,0.5,0.153725174569888,0.0,0.0710373660229081,0.153725174569888,0.0,0.00880136070959015,0.5,0.153725174569888,0.0,0.00461637300617858,0.153725174569888,0.0,0.0109303773984862,0.153725174569888,0.0,0.0232550559481572,0.153725174569888,0.0,0.0114594120220128,0.153725174569888,0.0,0.0492205721757721,0.153725174569888,0.0,0.137383740326714,0.153725174569888,0.0,0.00372396314750591,0.5,0.153725174569888,0.0,0.00458611924209992,0,0.00199068462774172,0.000387846040791145 -3287,0.5,0.153725174569888,0.0,0.0924587758634565,0.153725174569888,0.0,0.00922335304367284,0.153725174569888,0.0,0.151311640613248,0.153725174569888,0.0,0.177070298134361,0.153725174569888,0.0,0.0188517058587873,0.153725174569888,0.0,0.0122854299755106,0.153725174569888,0.0,0.0185647526462881,0.153725174569888,0.0,0.0186495685577982,0.5,0.153725174569888,0.0,0.0583021347061108,0.153725174569888,0.0,0.00326861096732749,0.5,0.153725174569888,0.0,0.00672413568627757,0.153725174569888,0.0,0.00681816347729516,0.153725174569888,0.0,0.0193925409913225,0.153725174569888,0.0,0.00879412980469668,0.153725174569888,0.0,0.0394914050521094,0.153725174569888,0.0,0.111455941622531,0.153725174569888,0.0,0.00939419347092179,0.5,0.153725174569888,0.0,0.00396706850032922,0,0.00395637434065044,0.000130256443272072 -3288,0.5,0.153725174569888,0.0,0.0910578286260291,0.153725174569888,0.0,0.0230275621862903,0.153725174569888,0.0,0.11115909546509,0.153725174569888,0.0,0.185285769421282,0.153725174569888,0.0,0.0178414683243104,0.153725174569888,0.0,0.00779638740035182,0.153725174569888,0.0,0.01058065119249,0.153725174569888,0.0,0.0112383216178738,0.5,0.153725174569888,0.0,0.0496273299815782,0.153725174569888,0.0,0.0033717527832116,0.5,0.153725174569888,0.0,0.00680652665040508,0.153725174569888,0.0,0.00776362627310507,0.153725174569888,0.0,0.017701603847457,0.153725174569888,0.0,0.00902529025746315,0.153725174569888,0.0,0.0295893836957447,0.153725174569888,0.0,0.0719095759565468,0.153725174569888,0.0,0.0141530465037018,0.5,0.153725174569888,0.0,0.00350791567170226,0,0.00374316313538082,7.06461578794609e-05 -3289,0.5,0.153725174569888,0.0,0.0901709782520165,0.153725174569888,0.0,0.0257132979139212,0.153725174569888,0.0,0.111561537617712,0.153725174569888,0.0,0.176225979592552,0.153725174569888,0.0,0.0117247186433959,0.153725174569888,0.0,0.00492669311882059,0.153725174569888,0.0,0.00452601846629943,0.153725174569888,0.0,0.00719464624720574,0.5,0.153725174569888,0.0,0.0371510532337076,0.153725174569888,0.0,0.00186461760034029,0.5,0.153725174569888,0.0,0.00545979609486249,0.153725174569888,0.0,0.0111487704983475,0.153725174569888,0.0,0.0170358561900738,0.153725174569888,0.0,0.00913202250212167,0.153725174569888,0.0,0.0240500703080699,0.153725174569888,0.0,0.0459213923265153,0.153725174569888,0.0,0.0173455996320362,0.5,0.153725174569888,0.0,0.00257720955050159,0,0.00147612778083854,4.98708454155898e-05 -3290,0.5,0.153725174569888,0.0,0.0903401032592248,0.153725174569888,0.0,0.0275364344702083,0.153725174569888,0.0,0.12397843872138,0.153725174569888,0.0,0.131059000271076,0.153725174569888,0.0,0.00835753053632931,0.153725174569888,0.0,0.00322953612207711,0.153725174569888,0.0,0.00233240248134317,0.153725174569888,0.0,0.00492306997866857,0.5,0.153725174569888,0.0,0.0245440766306743,0.153725174569888,0.0,0.00183826007910428,0.5,0.153725174569888,0.0,0.00335115286444963,0.153725174569888,0.0,0.0120008176853336,0.153725174569888,0.0,0.0179388569910363,0.153725174569888,0.0,0.00922590116727948,0.153725174569888,0.0,0.0205100248752522,0.153725174569888,0.0,0.0294485061267257,0.153725174569888,0.0,0.01949892149481,0.5,0.153725174569888,0.0,0.00201688468940091,0,0.00541979967673987,6.06896331792729e-05 -3291,0.5,0.153725174569888,0.0,0.0790010880474489,0.153725174569888,0.0,0.0317773441352038,0.153725174569888,0.0,0.043115890637193,0.153725174569888,0.0,0.100382367448664,0.153725174569888,0.0,0.00717196860731279,0.153725174569888,0.0,0.00311943846205194,0.153725174569888,0.0,0.00154950211609343,0.153725174569888,0.0,0.00417584582152952,0.5,0.153725174569888,0.0,0.0149772717062509,0.153725174569888,0.0,0.00234128674690637,0.5,0.153725174569888,0.0,0.00108281602169514,0.153725174569888,0.0,0.0107169673487849,0.153725174569888,0.0,0.0180466332955559,0.153725174569888,0.0,0.0100087437985949,0.153725174569888,0.0,0.016973381542139,0.153725174569888,0.0,0.0181429116394033,0.153725174569888,0.0,0.0198063881930298,0.5,0.153725174569888,0.0,0.00265164777149082,0,0.0088318383599432,6.29045526240735e-05 -3292,0.5,0.153725174569888,0.0,0.0766505511506868,0.153725174569888,0.0,0.0315176754495539,0.153725174569888,0.0,0.0111478862633684,0.153725174569888,0.0,0.0884602733373649,0.153725174569888,0.0,0.00785161735250726,0.153725174569888,0.0,0.00320344637843825,0.153725174569888,0.0,0.000973679494963941,0.153725174569888,0.0,0.00392508753393502,0.5,0.153725174569888,0.0,0.0110567018690543,0.153725174569888,0.0,0.0032028068794072,0.5,0.153725174569888,0.0,0.000472812900573617,0.153725174569888,0.0,0.00876269751186145,0.153725174569888,0.0,0.0184518569235843,0.153725174569888,0.0,0.0107259008224703,0.153725174569888,0.0,0.014931579426549,0.153725174569888,0.0,0.0136049193740252,0.153725174569888,0.0,0.0219744737245304,0.5,0.153725174569888,0.0,0.00525662888437836,0,0.000414892416177119,6.94254431917433e-05 -3293,0.5,0.153725174569888,0.000227779071330159,0.0720737617408645,0.153725174569888,3.39090143541648e-06,0.026883876938424,0.153725174569888,0.0,0.0111349070003507,0.153725174569888,1.58499741750386e-05,0.0754936096808428,0.153725174569888,0.0,0.0057068909003341,0.153725174569888,0.0,0.00261007549293832,0.153725174569888,0.0,0.000952862856871968,0.153725174569888,0.0,0.00353588839545552,0.5,0.153725174569888,0.0,0.00892401824709728,0.153725174569888,0.0,0.00313616594320804,0.5,0.153725174569888,0.0,0.000160013869067917,0.153725174569888,0.0,0.00704045929728818,0.153725174569888,0.000192116051100286,0.0175998717951508,0.153725174569888,0.0,0.0101998479988523,0.153725174569888,2.22415129767829e-06,0.012719491938087,0.153725174569888,0.0,0.0122917472588111,0.153725174569888,0.0,0.0130963702902565,0.5,0.153725174569888,0.0,0.00771471367588351,0,0.0,9.12920881865312e-05 -3294,0.5,0.153725174569888,0.00586209832001252,0.0671868236828925,0.153725174569888,0.00882901272733229,0.0230265500724009,0.153725174569888,0.0116134273819716,0.0234656095251089,0.153725174569888,0.00205975297844837,0.0671952442781655,0.153725174569888,0.0330593523396397,0.0031034275405463,0.153725174569888,0.0217918451656677,0.00164148745641764,0.153725174569888,0.0249987791193473,0.00152388113651266,0.153725174569888,0.0248396674141356,0.00252808433381498,0.5,0.153725174569888,0.021318594147914,0.00712683468235123,0.153725174569888,0.0240724909780954,0.00316931431393216,0.5,0.153725174569888,0.0140630823446641,8.83404030093564e-05,0.153725174569888,0.0247357212275866,0.00516707774080586,0.153725174569888,0.0349163567602404,0.0176161491864686,0.153725174569888,0.0343781662856703,0.00958423074829479,0.153725174569888,0.0160533749613742,0.010701929546341,0.153725174569888,0.0252966957421576,0.0116447222821863,0.153725174569888,0.0109484105313717,0.0128000536181928,0.5,0.153725174569888,0.0185440379139798,0.00524489487854885,0,3.08724584512484e-06,0.00118962492881293 -3295,0.5,0.153725174569888,0.0168110366899822,0.0745096849538425,0.153725174569888,0.0377365037574053,0.0220560725697787,0.153725174569888,0.0305077203039991,0.0468742867266673,0.153725174569888,0.00966649903776798,0.061549560051486,0.153725174569888,0.0993560042698102,0.00249178528232209,0.153725174569888,0.0894316001421797,0.00224530491515312,0.153725174569888,0.0726414810844205,0.0024333989942167,0.153725174569888,0.0980937070889995,0.00224849950717762,0.5,0.153725174569888,0.0968938851446333,0.00709704844914084,0.153725174569888,0.0928813674577179,0.000805808436900286,0.5,0.153725174569888,0.0715257799730409,0.00142518433909492,0.153725174569888,0.100067251951853,0.00201734430446297,0.153725174569888,0.0957912591657661,0.0197482697644184,0.153725174569888,0.102262759027889,0.0100607256859937,0.153725174569888,0.0424432741477283,0.0124393626178358,0.153725174569888,0.0873091484197587,0.0154481116526449,0.153725174569888,0.0474463059473633,0.0351791084374525,0.5,0.153725174569888,0.0644973663522678,0.00462038786075963,0,0.00230954838221689,0.0009939277739231 -3296,0.5,0.153725174569888,0.037402943225067,0.081018215598021,0.153725174569888,0.0778522582275864,0.0301717984875664,0.153725174569888,0.052907021232587,0.064348731503255,0.153725174569888,0.018475504556748,0.0537372663890415,0.153725174569888,0.180413700763581,0.00391321980876482,0.153725174569888,0.167395057691587,0.0094286945381903,0.153725174569888,0.118339301250124,0.00630743110076525,0.153725174569888,0.200295758362519,0.00757209215346088,0.5,0.153725174569888,0.207175388781957,0.0174076767163837,0.153725174569888,0.178500178254513,0.0,0.5,0.153725174569888,0.147160914172883,0.0425774025516542,0.153725174569888,0.194988828801704,0.000725986193100224,0.153725174569888,0.169328742090265,0.0333779141161875,0.153725174569888,0.189918508965947,0.0200981546221694,0.153725174569888,0.0704005715644398,0.0233024500767701,0.153725174569888,0.154287480087741,0.0271813523099144,0.153725174569888,0.0972597362917387,0.0538945708412822,0.5,0.153725174569888,0.11867429302216,0.00840594516119269,0,0.00941324314677506,0.00150638236433031 -3297,0.5,0.153725174569888,0.0553534641300408,0.0868263722552222,0.153725174569888,0.0956628422104997,0.0407073398204052,0.153725174569888,0.0727745220935015,0.0589951652514642,0.153725174569888,0.0276513572294659,0.0380779892625106,0.153725174569888,0.274293518593704,0.00733160181185502,0.153725174569888,0.19257266542142,0.0261915770006504,0.153725174569888,0.202001069620684,0.0168996040590261,0.153725174569888,0.304559588119242,0.0249137714710666,0.5,0.153725174569888,0.329292462248537,0.0353211635582781,0.153725174569888,0.268220037575915,0.000449938782652314,0.5,0.153725174569888,0.232549146506981,0.0635496367890071,0.153725174569888,0.308788753166046,0.00274076975457897,0.153725174569888,0.241272103165935,0.0575075989379995,0.153725174569888,0.282412350751599,0.0323398277665721,0.153725174569888,0.101735660981571,0.0398034017323613,0.153725174569888,0.210917767684569,0.0414477388249953,0.153725174569888,0.164824706042993,0.0570303271010467,0.5,0.153725174569888,0.182058149201109,0.0136846999684536,0,0.0239856293060965,0.00102420941884671 -3298,0.5,0.153725174569888,0.0771850485781145,0.0891771765975432,0.153725174569888,0.0892316939013857,0.0645238219213924,0.153725174569888,0.0755208663710854,0.0455019720521091,0.153725174569888,0.043139700707599,0.0225637959797454,0.153725174569888,0.377295754724953,0.00855067963564108,0.153725174569888,0.275829469466134,0.0550137323878716,0.153725174569888,0.330743120699391,0.03780124839173,0.153725174569888,0.404260840147468,0.0615190324067241,0.5,0.153725174569888,0.443564465674083,0.0603007811779594,0.153725174569888,0.330624316375291,0.00664434386845593,0.5,0.153725174569888,0.326264781100174,0.0455625359050591,0.153725174569888,0.408260912273264,0.0114860097882524,0.153725174569888,0.306168102485271,0.0859845020926746,0.153725174569888,0.371656943980592,0.050785037973889,0.153725174569888,0.132364446012553,0.0518561464112828,0.153725174569888,0.242053025006243,0.0657428860296193,0.153725174569888,0.221211228529628,0.0490832838512606,0.5,0.153725174569888,0.230088904822225,0.0172690871180449,0,0.0343848900692477,0.000161418909947934 -3299,0.5,0.153725174569888,0.111865508997159,0.0935765604104995,0.153725174569888,0.111429346861578,0.0785486898852446,0.153725174569888,0.0869960594450814,0.0325520417838757,0.153725174569888,0.0597130704473117,0.0136132955823479,0.153725174569888,0.469206009116812,0.0153273189553438,0.153725174569888,0.48191757975941,0.0875139378512159,0.153725174569888,0.369632030167672,0.0575377021852461,0.153725174569888,0.431971127295696,0.0907143700239117,0.5,0.153725174569888,0.506845529603562,0.0813033983468574,0.153725174569888,0.40054431326721,0.019423741025413,0.5,0.153725174569888,0.423601776246302,0.0343501494593115,0.153725174569888,0.504887738920757,0.0333018037330509,0.153725174569888,0.361459382339733,0.118821887785123,0.153725174569888,0.411505118573628,0.0718123627814075,0.153725174569888,0.165797331507077,0.0599778006529355,0.153725174569888,0.260074112216178,0.0832298531716352,0.153725174569888,0.271806864616487,0.0460786185376737,0.5,0.153725174569888,0.255656330929923,0.0222257793669542,0,0.0475561659388554,0.000736576259605866 -3300,0.5,0.153725174569888,0.119623112789103,0.0824554021988213,0.153725174569888,0.196117643655076,0.0950334403921561,0.153725174569888,0.114981902496419,0.024619226836444,0.153725174569888,0.0788726569048059,0.00752923202361368,0.153725174569888,0.389411561561632,0.0252985579853669,0.153725174569888,0.627264520192224,0.0820066222028932,0.153725174569888,0.421409753241009,0.0652228554434981,0.153725174569888,0.486531414230626,0.0974829009916387,0.5,0.153725174569888,0.503712820520978,0.0986462126078951,0.153725174569888,0.44908755529481,0.0296453857471938,0.5,0.153725174569888,0.463058023515965,0.0463875282733335,0.153725174569888,0.565551734826153,0.061018242521606,0.153725174569888,0.346992201677922,0.173775055098131,0.153725174569888,0.357661985168066,0.114274743914145,0.153725174569888,0.129771052898693,0.0662165104596534,0.153725174569888,0.234525644660712,0.0883440472634051,0.153725174569888,0.268831767033822,0.050015441971852,0.5,0.153725174569888,0.22078886544267,0.0186259311791166,0,0.0593656896682859,0.0019678272686206 -3301,0.5,0.153725174569888,0.1113986840016,0.0648693167197144,0.153725174569888,0.225373004445377,0.117167798405677,0.153725174569888,0.137627388263583,0.0189964915427046,0.153725174569888,0.100434733485596,0.00410545439212123,0.153725174569888,0.357105591466075,0.0403284257648395,0.153725174569888,0.657780438265892,0.0866115207613557,0.153725174569888,0.402392901026185,0.0809232519260181,0.153725174569888,0.546927615749506,0.0870169088281537,0.5,0.153725174569888,0.498323477055502,0.110077207108229,0.153725174569888,0.462383684380761,0.0415917434224174,0.5,0.153725174569888,0.412223660724322,0.073310514257339,0.153725174569888,0.554003941644144,0.0682548327848943,0.153725174569888,0.297478233621375,0.15552760396724,0.153725174569888,0.360323478412318,0.155630778827986,0.153725174569888,0.132369070659229,0.0636644380961885,0.153725174569888,0.227879515758776,0.11370952871625,0.153725174569888,0.23962269214566,0.0490677086094876,0.5,0.153725174569888,0.229629744457244,0.0156762599503655,0,0.0882795491463455,0.00266161188902511 -3302,0.5,0.153725174569888,0.113481293264279,0.044184109571447,0.153725174569888,0.22598017011955,0.169827900443393,0.153725174569888,0.13324404914886,0.0159875470971427,0.153725174569888,0.125084106724256,0.00158583411719006,0.153725174569888,0.35144224650407,0.0690740706973658,0.153725174569888,0.628914587536136,0.120563272762597,0.153725174569888,0.377992931851299,0.0987161833623435,0.153725174569888,0.560338007456852,0.101596775892016,0.5,0.153725174569888,0.468605496148894,0.121723137658844,0.153725174569888,0.484606945135124,0.0431352977210034,0.5,0.153725174569888,0.37374888803468,0.0897424017380565,0.153725174569888,0.533327764761067,0.0686232603068308,0.153725174569888,0.301726538309804,0.128191883586636,0.153725174569888,0.30583974482131,0.17719665820264,0.153725174569888,0.100211460856201,0.0566069744118914,0.153725174569888,0.189893270977494,0.10135939251047,0.153725174569888,0.243656634953591,0.0392691848132791,0.5,0.153725174569888,0.212925102892343,0.0114308616618735,0,0.115862825591238,0.00358413255058573 -3303,0.5,0.153725174569888,0.119931531016158,0.0299893412285692,0.153725174569888,0.212783085331271,0.163477548141725,0.153725174569888,0.123101806996745,0.0157265365110163,0.153725174569888,0.135297153000609,0.000508865403277562,0.153725174569888,0.302350373399718,0.12551969511443,0.153725174569888,0.519993228484321,0.177155506012779,0.153725174569888,0.275404978018159,0.110016850776536,0.153725174569888,0.511354923466281,0.138230906886594,0.5,0.153725174569888,0.423965131681176,0.135264186452096,0.153725174569888,0.39367582274695,0.0574263060421994,0.5,0.153725174569888,0.373404413002425,0.0834852657809299,0.153725174569888,0.482162506824933,0.0737129696750795,0.153725174569888,0.268162317628555,0.115862067462305,0.153725174569888,0.276136391804931,0.204806645182827,0.153725174569888,0.0870886421528644,0.0553374468904372,0.153725174569888,0.16884066377237,0.0858240149223991,0.153725174569888,0.213635343400901,0.026417299473728,0.5,0.153725174569888,0.201504082077036,0.00906972048726098,0,0.111254303251817,0.00713844733977498 -3304,0.5,0.153725174569888,0.0977341784047831,0.025269974259006,0.153725174569888,0.123921111669419,0.109364383353789,0.153725174569888,0.115541632086101,0.014984459599988,0.153725174569888,0.139657688728286,0.00061164465587265,0.153725174569888,0.177230270687701,0.168013134680802,0.153725174569888,0.39712270592125,0.234806783882257,0.153725174569888,0.193870853107826,0.100001021038205,0.153725174569888,0.418929583138793,0.170176367539776,0.5,0.153725174569888,0.345092184642068,0.142786779661322,0.153725174569888,0.335343777884425,0.0949447805454267,0.5,0.153725174569888,0.368293591556324,0.0736056565568909,0.153725174569888,0.409653715865802,0.0812316819302724,0.153725174569888,0.195311172251437,0.0991012602492822,0.153725174569888,0.215181590707756,0.215719556805899,0.153725174569888,0.10044988921678,0.0596608361747704,0.153725174569888,0.145020855305242,0.0639549822306533,0.153725174569888,0.198692380188844,0.0164040687010343,0.5,0.153725174569888,0.185263908591173,0.00794585453428769,0,0.109337465141489,0.0190025401069309 -3305,0.5,0.153725174569888,0.0635530746483897,0.0219477658445162,0.153725174569888,0.0853233993548327,0.0638841537503212,0.153725174569888,0.106620786750812,0.0157283297600335,0.153725174569888,0.113318737929442,0.00136210412421732,0.153725174569888,0.120682227824357,0.17258662776181,0.153725174569888,0.270816523142454,0.239782406368375,0.153725174569888,0.157388219551152,0.0839371946642061,0.153725174569888,0.297561857318732,0.173473446319022,0.5,0.153725174569888,0.28049849643292,0.142162193446283,0.153725174569888,0.283166176909969,0.117586416851851,0.5,0.153725174569888,0.267584819838917,0.0598504841951977,0.153725174569888,0.307900886689876,0.0873708727802514,0.153725174569888,0.16978519505932,0.0894329050571607,0.153725174569888,0.132241513788244,0.195211453706705,0.153725174569888,0.0995784950185644,0.0628704903038435,0.153725174569888,0.116878664965873,0.0393180842155645,0.153725174569888,0.148864282012433,0.011333510738966,0.5,0.153725174569888,0.157517967893965,0.0114174286340778,0,0.103118418326619,0.0370571278919097 -3306,0.5,0.153725174569888,0.0344856367587606,0.0169695653801115,0.153725174569888,0.077186131042808,0.0494294367099592,0.153725174569888,0.0756597201689862,0.019216657802585,0.153725174569888,0.0692667785933802,0.00477725236539661,0.153725174569888,0.0862703954761412,0.133200694635233,0.153725174569888,0.161882104147403,0.173482621975832,0.153725174569888,0.120453390975486,0.063544804328356,0.153725174569888,0.182096732408252,0.150233228861462,0.5,0.153725174569888,0.185281119161001,0.118592745214957,0.153725174569888,0.192009879589821,0.0846722736262894,0.5,0.153725174569888,0.183879206920337,0.0491635986552534,0.153725174569888,0.201860623087606,0.0685758974187172,0.153725174569888,0.0956392143145526,0.0727161572662302,0.153725174569888,0.0813673417186145,0.158088029473269,0.153725174569888,0.0609274495958571,0.0553049861172651,0.153725174569888,0.075851393118071,0.0202081804637238,0.153725174569888,0.0978454924990974,0.0118014377809894,0.5,0.153725174569888,0.11946017131508,0.0167668887885043,0,0.0779105819550295,0.0494346290603379 -3307,0.5,0.153725174569888,0.0138344053820977,0.015277140301213,0.153725174569888,0.0332154744533375,0.0280436502385137,0.153725174569888,0.0311988254825341,0.0236641681212007,0.153725174569888,0.0255629593938034,0.00596831159273744,0.153725174569888,0.052168017419142,0.0818762351126792,0.153725174569888,0.0718284810114477,0.102981426751842,0.153725174569888,0.0552307262631253,0.0347779749878061,0.153725174569888,0.0894601250053461,0.098959942556565,0.5,0.153725174569888,0.0852000196227533,0.0638655952737796,0.153725174569888,0.0694340699377598,0.0368682167620572,0.5,0.153725174569888,0.0777843704039004,0.0284884657325606,0.153725174569888,0.075535973042295,0.0370215864261706,0.153725174569888,0.0496908826276995,0.0527347991994211,0.153725174569888,0.0561179102537749,0.120106219077503,0.153725174569888,0.0226681762517482,0.0437703351888792,0.153725174569888,0.03551821895781,0.0094537855315117,0.153725174569888,0.0450969779305947,0.0114568491038941,0.5,0.153725174569888,0.0483951474451644,0.015017066838381,0,0.0559416107148409,0.0498703402619198 -3308,0.5,0.153725174569888,0.000287177810700735,0.0157121468172612,0.153725174569888,0.0,0.0220252687452989,0.153725174569888,0.000194016329758923,0.0183286782178659,0.153725174569888,8.9962218359123e-05,0.0063239699271417,0.153725174569888,0.00613064465566801,0.0574759512261773,0.153725174569888,0.0136813624599024,0.0625941189200304,0.153725174569888,0.0,0.0215026027536612,0.153725174569888,0.00268810646244369,0.0771250909551928,0.5,0.153725174569888,0.0,0.0546904332090193,0.153725174569888,0.0,0.0351096693304991,0.5,0.153725174569888,0.0,0.0250830639553495,0.153725174569888,0.0,0.0433586495912321,0.153725174569888,0.00690193612092233,0.0435417944875797,0.153725174569888,0.0127334347386356,0.0639486209310483,0.153725174569888,5.20084499758839e-05,0.0331206401097472,0.153725174569888,0.0,0.00592350144614713,0.153725174569888,1.86511972870136e-05,0.0139044441276654,0.5,0.153725174569888,8.58860765595549e-06,0.0197523522966562,0,0.0451284285193221,0.0465905515830046 -3309,0.5,0.153725174569888,0.0,0.0178904128838769,0.153725174569888,0.0,0.0153092715842095,0.153725174569888,0.0,0.0204696152748336,0.153725174569888,0.0,0.00762929764458521,0.153725174569888,0.0,0.0575138144428924,0.153725174569888,0.0,0.0489084516472463,0.153725174569888,0.0,0.0282295511810661,0.153725174569888,0.0,0.0591533391140316,0.5,0.153725174569888,0.0,0.0443659921547253,0.153725174569888,0.0,0.0219291868510684,0.5,0.153725174569888,0.0,0.0283890415040889,0.153725174569888,0.0,0.0423676776689772,0.153725174569888,0.0,0.0403724172012896,0.153725174569888,0.0,0.0492520811078704,0.153725174569888,0.0,0.0271477145712621,0.153725174569888,0.0,0.00725260038631599,0.153725174569888,0.0,0.0203666668670936,0.5,0.153725174569888,0.0,0.0245334939024646,0,0.0364298902099567,0.0556870451339416 -3310,0.5,0.153725174569888,0.0,0.0181508497851287,0.153725174569888,0.0,0.00838586032539125,0.153725174569888,0.0,0.0202769793844067,0.153725174569888,0.0,0.00873486833383749,0.153725174569888,0.0,0.0758536146452239,0.153725174569888,0.0,0.0532377730710444,0.153725174569888,0.0,0.0376683137352693,0.153725174569888,0.0,0.0409282995672219,0.5,0.153725174569888,0.0,0.0313998736210896,0.153725174569888,0.0,0.0149387818804018,0.5,0.153725174569888,0.0,0.0273822302464675,0.153725174569888,0.0,0.0342116719187982,0.153725174569888,0.0,0.0368254672390505,0.153725174569888,0.0,0.0432877535292971,0.153725174569888,0.0,0.0217610715870106,0.153725174569888,0.0,0.00909606822941497,0.153725174569888,0.0,0.0217264111611769,0.5,0.153725174569888,0.0,0.0256579765518609,0,0.0423838807911414,0.0812365378381521 -3311,0.5,0.153725174569888,0.0,0.0180606808374168,0.153725174569888,0.0,0.00668012397545535,0.153725174569888,0.0,0.0160636427451048,0.153725174569888,0.0,0.0112380819953268,0.153725174569888,0.0,0.104581497506467,0.153725174569888,0.0,0.0715730304892703,0.153725174569888,0.0,0.0491398157616439,0.153725174569888,0.0,0.0372803268493789,0.5,0.153725174569888,0.0,0.0241435586502567,0.153725174569888,0.0,0.0116740418106086,0.5,0.153725174569888,0.0,0.0242877034402535,0.153725174569888,0.0,0.0323816601055588,0.153725174569888,0.0,0.0322279418144189,0.153725174569888,0.0,0.0431923798035625,0.153725174569888,0.0,0.0176236844131025,0.153725174569888,0.0,0.0122785451068059,0.153725174569888,0.0,0.0189579732389996,0.5,0.153725174569888,0.0,0.0229059320357887,0,0.0436155867922768,0.102858219469094 -3312,0.5,0.153725174569888,0.0,0.0201499257309735,0.153725174569888,0.0,0.0053567355684463,0.153725174569888,0.0,0.014353300653457,0.153725174569888,0.0,0.0147846138309711,0.153725174569888,0.0,0.117453566682577,0.153725174569888,0.0,0.0865502998643914,0.153725174569888,0.0,0.04792181068794,0.153725174569888,0.0,0.0358311320575785,0.5,0.153725174569888,0.0,0.0203089649806161,0.153725174569888,0.0,0.010098597777114,0.5,0.153725174569888,0.0,0.0223104301704367,0.153725174569888,0.0,0.031283006211693,0.153725174569888,0.0,0.0268658846368946,0.153725174569888,0.0,0.0404871362490088,0.153725174569888,0.0,0.0155654462561526,0.153725174569888,0.0,0.0156839693088488,0.153725174569888,0.0,0.0165755382695524,0.5,0.153725174569888,0.0,0.0185317591010554,0,0.0395556758556943,0.118849657262478 -3313,0.5,0.153725174569888,0.0,0.022459401907455,0.153725174569888,0.0,0.00502646972271751,0.153725174569888,0.0,0.0166702385546702,0.153725174569888,0.0,0.0178525312003015,0.153725174569888,0.0,0.0914815764005539,0.153725174569888,0.0,0.081323481569248,0.153725174569888,0.0,0.0391312519924807,0.153725174569888,0.0,0.0352350947865908,0.5,0.153725174569888,0.0,0.0169971048824713,0.153725174569888,0.0,0.0102105472407024,0.5,0.153725174569888,0.0,0.0228753629172122,0.153725174569888,0.0,0.0332840791689016,0.153725174569888,0.0,0.0224203119523256,0.153725174569888,0.0,0.0341123901307418,0.153725174569888,0.0,0.0161435737446758,0.153725174569888,0.0,0.0161569118861462,0.153725174569888,0.0,0.0150985344389107,0.5,0.153725174569888,0.0,0.0158259999464036,0,0.0410962518605806,0.129633944424867 -3314,0.5,0.153725174569888,0.0,0.0248666060441795,0.153725174569888,0.0,0.00642394162663559,0.153725174569888,0.0,0.0216555701065696,0.153725174569888,0.0,0.01912299962736,0.153725174569888,0.0,0.0601651685438933,0.153725174569888,0.0,0.0626350209228637,0.153725174569888,0.0,0.0331154521620252,0.153725174569888,0.0,0.0368992203887015,0.5,0.153725174569888,0.0,0.0158335657310724,0.153725174569888,0.0,0.0108783217095433,0.5,0.153725174569888,0.0,0.0245676619553994,0.153725174569888,0.0,0.0318016063903803,0.153725174569888,0.0,0.0217980030027346,0.153725174569888,0.0,0.0312004063000836,0.153725174569888,0.0,0.0222137710467214,0.153725174569888,0.0,0.0170296974007794,0.153725174569888,0.0,0.0147699857755652,0.5,0.153725174569888,0.0,0.0140420268550683,0,0.0396627767262257,0.117835103689063 -3315,0.5,0.153725174569888,0.0,0.0284611017677719,0.153725174569888,0.0,0.0108126433725502,0.153725174569888,0.0,0.0238863620600488,0.153725174569888,0.0,0.0185161978796292,0.153725174569888,0.0,0.0470722843178401,0.153725174569888,0.0,0.0491219410636689,0.153725174569888,0.0,0.0325387431556335,0.153725174569888,0.0,0.0393011776499762,0.5,0.153725174569888,0.0,0.0143614639245067,0.153725174569888,0.0,0.0135861301653659,0.5,0.153725174569888,0.0,0.0251805546118979,0.153725174569888,0.0,0.0321464241850022,0.153725174569888,0.0,0.0225883729858203,0.153725174569888,0.0,0.0350156520980641,0.153725174569888,0.0,0.0325071196528995,0.153725174569888,0.0,0.0189701235137865,0.153725174569888,0.0,0.0149266230628373,0.5,0.153725174569888,0.0,0.0118032450707704,0,0.0407689800383434,0.0800107918521932 -3316,0.5,0.153725174569888,0.0,0.0309244778422854,0.153725174569888,0.0,0.0210202361324285,0.153725174569888,0.0,0.0234995955388298,0.153725174569888,0.0,0.0169228713859039,0.153725174569888,0.0,0.0485481072447455,0.153725174569888,0.0,0.0424248263245272,0.153725174569888,0.0,0.0322136552229534,0.153725174569888,0.0,0.0418012052648786,0.5,0.153725174569888,0.0,0.0139139011693325,0.153725174569888,0.0,0.0149836723492337,0.5,0.153725174569888,0.0,0.0261037695753387,0.153725174569888,0.0,0.0319568265616588,0.153725174569888,0.0,0.0236690083222529,0.153725174569888,0.0,0.0423142309163115,0.153725174569888,0.0,0.0421919882733962,0.153725174569888,0.0,0.019836391617359,0.153725174569888,0.0,0.0149794724263085,0.5,0.153725174569888,0.0,0.00979321437903806,0,0.038970926653628,0.0509295061996585 -3317,0.5,0.153725174569888,0.00200097656827968,0.0312485177032204,0.153725174569888,6.4023685610254e-06,0.0317650991118594,0.153725174569888,3.998048165633e-06,0.0226405281294585,0.153725174569888,0.000644133104510563,0.0165191483283416,0.153725174569888,0.0,0.0533165767619753,0.153725174569888,0.0,0.038477789560222,0.153725174569888,0.0,0.0310138526195303,0.153725174569888,0.0,0.043495074177825,0.5,0.153725174569888,0.0,0.0142718378720594,0.153725174569888,0.0,0.0179898526999979,0.5,0.153725174569888,0.0,0.027216517465814,0.153725174569888,0.0,0.0285703471271502,0.153725174569888,6.54532100172198e-05,0.0296674399740701,0.153725174569888,6.80721328875969e-07,0.0479247968508848,0.153725174569888,5.63360429705785e-06,0.0479529271750527,0.153725174569888,0.0,0.0192823491011688,0.153725174569888,0.0,0.0154238195082578,0.5,0.153725174569888,0.0,0.00956321503061424,0,0.0332295055679968,0.0426734726334988 -3318,0.5,0.153725174569888,0.0436954211288952,0.0333781497404104,0.153725174569888,0.00556854223983742,0.0550519406320185,0.153725174569888,0.0313537223930112,0.0207610364939431,0.153725174569888,0.0242552860467865,0.0183123172834242,0.153725174569888,0.0277188054165947,0.0576561725090925,0.153725174569888,0.0233765810181448,0.0358075304547878,0.153725174569888,0.0276494612858378,0.028387069314988,0.153725174569888,0.0273440927311413,0.0389981416966053,0.5,0.153725174569888,0.0262869105652763,0.0126913515001266,0.153725174569888,0.0362171111756923,0.0197249680912575,0.5,0.153725174569888,0.032185227796086,0.0252915698470551,0.153725174569888,0.0299540147998873,0.025185784635623,0.153725174569888,0.00889237370855084,0.0440487371638126,0.153725174569888,0.0239884963602769,0.0604576868767061,0.153725174569888,0.0181800322008333,0.0576180574445292,0.153725174569888,0.0275411886914987,0.0177180462321424,0.153725174569888,0.0417292682756161,0.0151607272718842,0.5,0.153725174569888,0.0457650052176211,0.00878606401954531,0,0.0450086217427112,0.0458384530817715 -3319,0.5,0.153725174569888,0.117497806978622,0.0462847762416544,0.153725174569888,0.0334718023328078,0.0826308450366893,0.153725174569888,0.106045916039214,0.0342920618849241,0.153725174569888,0.0690285193796386,0.0211958487039897,0.153725174569888,0.0931636296014744,0.0842570990242898,0.153725174569888,0.0983932489220784,0.0396894766316364,0.153725174569888,0.101012978780536,0.0349047492325683,0.153725174569888,0.104139707626642,0.0412481873143192,0.5,0.153725174569888,0.10519776910593,0.0120570151041329,0.153725174569888,0.123838599365651,0.0129695615828712,0.5,0.153725174569888,0.114645542269091,0.0295890689851862,0.153725174569888,0.112940476940562,0.0202871816107517,0.153725174569888,0.0401630995744601,0.0734924324424278,0.153725174569888,0.0788144307047434,0.0977219620079902,0.153725174569888,0.0657737662868102,0.0856078412518587,0.153725174569888,0.10122562866838,0.0248685950808337,0.153725174569888,0.128642820165639,0.0218329225313886,0.5,0.153725174569888,0.137857005996508,0.0119104203716461,0,0.0589631679316203,0.0580230879917766 -3320,0.5,0.153725174569888,0.221602765629467,0.072406049960195,0.153725174569888,0.0835886644400631,0.128354122959247,0.153725174569888,0.211854077699589,0.0723404758110776,0.153725174569888,0.134339048437668,0.0300046335390218,0.153725174569888,0.191928035531128,0.122949060592921,0.153725174569888,0.205702905199333,0.0690745498868895,0.153725174569888,0.20023793062831,0.0655782650321435,0.153725174569888,0.223660985564583,0.0900328570679826,0.5,0.153725174569888,0.227397351544845,0.0252720477772879,0.153725174569888,0.251654250622459,0.00956729254475392,0.5,0.153725174569888,0.238935613980674,0.0859457179833219,0.153725174569888,0.234793998429965,0.0293467084650873,0.153725174569888,0.0751327928677101,0.117880603636723,0.153725174569888,0.154967863123427,0.14352824177991,0.153725174569888,0.143398306728458,0.124661176962109,0.153725174569888,0.207617945458896,0.0761117396701821,0.153725174569888,0.254863672144244,0.062889722568104,0.5,0.153725174569888,0.266346070180866,0.0322566636253643,0,0.0399319662633677,0.0723784850710373 -3321,0.5,0.153725174569888,0.317484702116497,0.111010320368399,0.153725174569888,0.18150613867992,0.189954745784125,0.153725174569888,0.324785929537648,0.085163863029763,0.153725174569888,0.223198201404254,0.0390437702636798,0.153725174569888,0.314001705241118,0.157222105568332,0.153725174569888,0.331088146855475,0.104731880129261,0.153725174569888,0.311470620058628,0.109433510251194,0.153725174569888,0.357572714722429,0.19224850946028,0.5,0.153725174569888,0.364506318429702,0.0737976493948972,0.153725174569888,0.395398390595399,0.00662834288931158,0.5,0.153725174569888,0.377530183366158,0.120306800693542,0.153725174569888,0.372390442456014,0.0356041954181012,0.153725174569888,0.116838244258872,0.125340790612757,0.153725174569888,0.253717753377991,0.184204332648497,0.153725174569888,0.256866227791707,0.179305362304979,0.153725174569888,0.331337555756569,0.125477162465577,0.153725174569888,0.397031918297343,0.107979143095652,0.5,0.153725174569888,0.412066254043743,0.0525024498138972,0,0.0212811187904807,0.0783750585532528 -3322,0.5,0.153725174569888,0.374929724129154,0.143099470082788,0.153725174569888,0.283905710549554,0.192887396580366,0.153725174569888,0.453411356979139,0.0671180186841167,0.153725174569888,0.32772385426627,0.0404979787561331,0.153725174569888,0.438943430475325,0.165942251909581,0.153725174569888,0.473275077855725,0.151148256681805,0.153725174569888,0.441416028463641,0.150940325620526,0.153725174569888,0.499326512440995,0.260720502628996,0.5,0.153725174569888,0.508157497218764,0.140472878474986,0.153725174569888,0.536060755351107,0.00454310161351394,0.5,0.153725174569888,0.518519555837787,0.109120279321288,0.153725174569888,0.512883558075177,0.0293180465468389,0.153725174569888,0.152519969952359,0.101680664311617,0.153725174569888,0.356421051137887,0.198245458143609,0.153725174569888,0.37795148630414,0.191676305110619,0.153725174569888,0.450780647837976,0.154562431873582,0.153725174569888,0.537708879438405,0.109791915305913,0.5,0.153725174569888,0.550170429246981,0.0514464726090973,0,0.0182023692980366,0.0885007069479785 -3323,0.5,0.153725174569888,0.366379062742622,0.142771904378349,0.153725174569888,0.444719269729845,0.177760480498671,0.153725174569888,0.571905306235909,0.04529720279283,0.153725174569888,0.424691420630813,0.0381261732452016,0.153725174569888,0.521323764763306,0.164680153471591,0.153725174569888,0.596936362897767,0.170963443655884,0.153725174569888,0.543202999092576,0.168734628719274,0.153725174569888,0.614579656339731,0.257284083350664,0.5,0.153725174569888,0.623407271228437,0.174574804329804,0.153725174569888,0.642017294678531,0.00404810112212057,0.5,0.153725174569888,0.627851828412097,0.075161843618147,0.153725174569888,0.624337393852772,0.0188001393407456,0.153725174569888,0.248659809622232,0.0794323106565444,0.153725174569888,0.441171698072215,0.189030283512084,0.153725174569888,0.454987936542489,0.169559692061563,0.153725174569888,0.561412377917693,0.17800782584987,0.153725174569888,0.643382214171894,0.0946405457939657,0.5,0.153725174569888,0.651123216189212,0.0457947398028412,0,0.0216227999632082,0.103154376947873 -3324,0.5,0.153725174569888,0.358416154815064,0.129848737812655,0.153725174569888,0.569841430508404,0.176743611778245,0.153725174569888,0.643672570219626,0.0348668558196552,0.153725174569888,0.510586660248261,0.0376342450277532,0.153725174569888,0.574237283064093,0.160490834698577,0.153725174569888,0.668905848971804,0.177695826241999,0.153725174569888,0.62058367724929,0.168929789719934,0.153725174569888,0.68384787002376,0.244141304737536,0.5,0.153725174569888,0.69172188880125,0.173521613620854,0.153725174569888,0.701185773139116,0.00976525700341725,0.5,0.153725174569888,0.689908482826016,0.0428763555196342,0.153725174569888,0.689749426434396,0.0142987358844069,0.153725174569888,0.329098407111563,0.0772744034683471,0.153725174569888,0.511175485425887,0.176245138261199,0.153725174569888,0.494096132607058,0.143339842436705,0.153725174569888,0.647145319601719,0.179304777051763,0.153725174569888,0.700907392152747,0.0747157045550406,0.5,0.153725174569888,0.705020491135806,0.0512631151918551,0,0.0173062403231295,0.110255257961032 -3325,0.5,0.153725174569888,0.377280348298886,0.116369596532253,0.153725174569888,0.495888648890415,0.195252462123342,0.153725174569888,0.671290610396212,0.0225108566295894,0.153725174569888,0.568112841607735,0.0342752258243486,0.153725174569888,0.586411096150653,0.143040547289902,0.153725174569888,0.695987206844492,0.162704719802133,0.153725174569888,0.63669621396532,0.156370389839578,0.153725174569888,0.708405450192111,0.231276389938511,0.5,0.153725174569888,0.718679147685548,0.172413804773849,0.153725174569888,0.717878017940756,0.0196042255311407,0.5,0.153725174569888,0.711381680103677,0.0223016518529782,0.153725174569888,0.698423689378623,0.0183161971209178,0.153725174569888,0.351522775961973,0.0966534072106502,0.153725174569888,0.523603652014227,0.171938040415276,0.153725174569888,0.509083966938715,0.123139939262012,0.153725174569888,0.681271699360411,0.164080236844367,0.153725174569888,0.714725632988111,0.0535292339562388,0.5,0.153725174569888,0.714668890090399,0.0688032632181037,0,0.0209790268013956,0.108248197936255 -3326,0.5,0.153725174569888,0.388431200487692,0.101305580566344,0.153725174569888,0.318843051880456,0.237734698187448,0.153725174569888,0.6218094733041,0.0174770932762016,0.153725174569888,0.578105541159222,0.029247563767671,0.153725174569888,0.559534791556654,0.122522501064758,0.153725174569888,0.666778024557585,0.139623650009575,0.153725174569888,0.6254830422599,0.120458827685524,0.153725174569888,0.692911674631458,0.207557188837801,0.5,0.153725174569888,0.702663219866879,0.18535217263207,0.153725174569888,0.688366311334563,0.0365734392511613,0.5,0.153725174569888,0.681264728728797,0.017586924036991,0.153725174569888,0.652889944092261,0.0272357694181498,0.153725174569888,0.316654010737682,0.12933035319113,0.153725174569888,0.530277730601352,0.17358289144065,0.153725174569888,0.499709944519675,0.10879232073844,0.153725174569888,0.651406327449717,0.138606695464279,0.153725174569888,0.681294073358399,0.0430570003551343,0.5,0.153725174569888,0.682582143899708,0.0944010664223976,0,0.0254897621889016,0.120571318733201 -3327,0.5,0.153725174569888,0.343082252216399,0.0805934737480668,0.153725174569888,0.319109468380564,0.269332763277467,0.153725174569888,0.531017968101286,0.01913876955085,0.153725174569888,0.535214986896447,0.0179385131116077,0.153725174569888,0.526202310653166,0.119839794568331,0.153725174569888,0.59553589296003,0.119910067901934,0.153725174569888,0.510871439801708,0.0822008253123198,0.153725174569888,0.62794765541228,0.182997476727801,0.5,0.153725174569888,0.64176569377292,0.198156151671623,0.153725174569888,0.578606687876282,0.0624622276375987,0.5,0.153725174569888,0.598385263574222,0.0185052023518211,0.153725174569888,0.589195421257864,0.0384600469978251,0.153725174569888,0.262733796304427,0.190777659313731,0.153725174569888,0.483848290858321,0.194342024963634,0.153725174569888,0.420430343545669,0.101738569779477,0.153725174569888,0.575273535244549,0.121981563147283,0.153725174569888,0.589987522612004,0.0346038015705134,0.5,0.153725174569888,0.603794262473378,0.115932173455898,0,0.0279986678839415,0.161116546222275 -3328,0.5,0.153725174569888,0.337883335383165,0.067617044908808,0.153725174569888,0.342230781957698,0.257009565016276,0.153725174569888,0.429583197125988,0.0323940682825572,0.153725174569888,0.439025040016131,0.0082180407658814,0.153725174569888,0.413293086054289,0.122711089989819,0.153725174569888,0.500646580730627,0.106640922024911,0.153725174569888,0.443645563718539,0.0710968935626169,0.153725174569888,0.516655412404379,0.162173452860865,0.5,0.153725174569888,0.52720542991267,0.169229742944428,0.153725174569888,0.449489133932769,0.0895863510716914,0.5,0.153725174569888,0.494849246043412,0.0188417508137087,0.153725174569888,0.482916493093059,0.0559025524220502,0.153725174569888,0.225353487027788,0.24617410349651,0.153725174569888,0.392216486456522,0.220676568845307,0.153725174569888,0.357804034650987,0.107245645154405,0.153725174569888,0.481023780817088,0.112788026016714,0.153725174569888,0.48868892742226,0.0390790564003777,0.5,0.153725174569888,0.471184735144342,0.140351678885668,0,0.0375417819855321,0.226919694496496 -3329,0.5,0.153725174569888,0.257180692603414,0.0614051362180445,0.153725174569888,0.315133251648956,0.222681512042021,0.153725174569888,0.323712918816089,0.0564086149304195,0.153725174569888,0.313582234384338,0.00605692950829418,0.153725174569888,0.317273045319736,0.126638288982208,0.153725174569888,0.367646876855735,0.0913918581485434,0.153725174569888,0.339018342348054,0.0606815789229041,0.153725174569888,0.376928569436924,0.122897128741431,0.5,0.153725174569888,0.386023530911528,0.113088966734372,0.153725174569888,0.317799035832522,0.0905695413252414,0.5,0.153725174569888,0.364423109401078,0.029933392746082,0.153725174569888,0.338697066953679,0.0629893135169853,0.153725174569888,0.249241558989026,0.242535585035035,0.153725174569888,0.310083752419113,0.229884870174193,0.153725174569888,0.285409980846009,0.113702968558263,0.153725174569888,0.355096530568953,0.0933800070518634,0.153725174569888,0.344664383815017,0.0367342876669745,0.5,0.153725174569888,0.321486355439784,0.140625630726013,0,0.0517865480430669,0.286302707804903 -3330,0.5,0.153725174569888,0.178607041834583,0.0445617068760726,0.153725174569888,0.216094446303374,0.13784967327274,0.153725174569888,0.203654819732414,0.0674489368104214,0.153725174569888,0.19483279545192,0.0137791076003885,0.153725174569888,0.228634707502952,0.108037042949254,0.153725174569888,0.246947216782981,0.0458256336396444,0.153725174569888,0.225293523624797,0.0282912101482376,0.153725174569888,0.253066156779153,0.0381326281063352,0.5,0.153725174569888,0.252357302711317,0.0323211122584843,0.153725174569888,0.201533197779727,0.0464969970254436,0.5,0.153725174569888,0.233439034204339,0.0239558265155464,0.153725174569888,0.214619669810781,0.02986756158623,0.153725174569888,0.217444040148786,0.184267197228896,0.153725174569888,0.196293647592287,0.207931323833551,0.153725174569888,0.185288018319494,0.0775544851468569,0.153725174569888,0.230267273367253,0.0286015746557588,0.153725174569888,0.215676837650306,0.0146638223981076,0.5,0.153725174569888,0.19083102253008,0.0484240567247596,0,0.0722884222786988,0.285616148136114 -3331,0.5,0.153725174569888,0.0643513258280587,0.0310168547677891,0.153725174569888,0.0866895907996334,0.0452201621166635,0.153725174569888,0.0653312271207819,0.0474582514958463,0.153725174569888,0.0538994948091846,0.0223744351081347,0.153725174569888,0.118851752776572,0.100383953790466,0.153725174569888,0.113206071089431,0.0642316193429673,0.153725174569888,0.0994299638295216,0.0433905815658153,0.153725174569888,0.117567325849672,0.0357321018212835,0.5,0.153725174569888,0.0913880861577297,0.0249110949747176,0.153725174569888,0.0618686083674197,0.04500390271617,0.5,0.153725174569888,0.068193317365797,0.0279329574569062,0.153725174569888,0.0695507352707196,0.039964592417237,0.153725174569888,0.106748132363744,0.0795833603254011,0.153725174569888,0.108855084074052,0.141526907574182,0.153725174569888,0.0798940037679967,0.0689826772492726,0.153725174569888,0.0693012960011257,0.0270050826576716,0.153725174569888,0.0586995597943214,0.0164333056148555,0.5,0.153725174569888,0.0501244577246523,0.0493819464498201,0,0.094361069936484,0.261736852658368 -3332,0.5,0.153725174569888,0.0,0.0379600794064443,0.153725174569888,0.0,0.0604055631332153,0.153725174569888,0.0,0.0613649192296283,0.153725174569888,0.0,0.0333635115384623,0.153725174569888,0.0133468385353273,0.158259908515912,0.153725174569888,0.018828737619757,0.0905580400931939,0.153725174569888,0.00377781584691551,0.0678973805298564,0.153725174569888,0.00525252436853354,0.0479549493362261,0.5,0.153725174569888,0.0,0.0223070910967305,0.153725174569888,0.0,0.0337699756836523,0.5,0.153725174569888,0.0,0.0318072619889734,0.153725174569888,0.0,0.0446836415847775,0.153725174569888,0.0176815745571059,0.0679946569633418,0.153725174569888,0.0174440741413979,0.156295447392258,0.153725174569888,0.0,0.0963613143520193,0.153725174569888,0.0,0.0280443625218814,0.153725174569888,0.0,0.0199384528951879,0.5,0.153725174569888,0.0,0.0516086494311678,0,0.106956549043623,0.270827194075867 -3333,0.5,0.153725174569888,0.0,0.0368960537928064,0.153725174569888,0.0,0.0765107650777586,0.153725174569888,0.0,0.0529033078144616,0.153725174569888,0.0,0.0374503969947574,0.153725174569888,0.0,0.184873320032929,0.153725174569888,0.0,0.0982735731230508,0.153725174569888,0.0,0.0801210511567848,0.153725174569888,0.0,0.0583559860286023,0.5,0.153725174569888,0.0,0.0175467498691703,0.153725174569888,0.0,0.0238976777728581,0.5,0.153725174569888,0.0,0.0337624337612123,0.153725174569888,0.0,0.0435589557518986,0.153725174569888,0.0,0.0772372242154829,0.153725174569888,0.0,0.179365878605404,0.153725174569888,0.0,0.114456184129333,0.153725174569888,0.0,0.0253018432365092,0.153725174569888,0.0,0.0207971628664633,0.5,0.153725174569888,0.0,0.0446454636603313,0,0.0951222152636448,0.292619061774145 -3334,0.5,0.153725174569888,0.0,0.0293456213043263,0.153725174569888,0.0,0.0753218488399568,0.153725174569888,0.0,0.0331491370528104,0.153725174569888,0.0,0.031758781523205,0.153725174569888,0.0,0.17328458071056,0.153725174569888,0.0,0.0870372320803459,0.153725174569888,0.0,0.0928670507747944,0.153725174569888,0.0,0.0624504734219683,0.5,0.153725174569888,0.0,0.0123810760367986,0.153725174569888,0.0,0.0275267157017211,0.5,0.153725174569888,0.0,0.0222345480713308,0.153725174569888,0.0,0.0374695360254504,0.153725174569888,0.0,0.0824834020169507,0.153725174569888,0.0,0.16118552273514,0.153725174569888,0.0,0.1124716272674,0.153725174569888,0.0,0.0231428106105569,0.153725174569888,0.0,0.0183472847328175,0.5,0.153725174569888,0.0,0.0316851690248804,0,0.0728335487339145,0.324954350556959 -3335,0.5,0.153725174569888,0.0,0.0242243282587527,0.153725174569888,0.0,0.067928377597731,0.153725174569888,0.0,0.0188803235593979,0.153725174569888,0.0,0.0270709077488029,0.153725174569888,0.0,0.135809379451864,0.153725174569888,0.0,0.0831436661680114,0.153725174569888,0.0,0.100021341873918,0.153725174569888,0.0,0.0647183819778242,0.5,0.153725174569888,0.0,0.00896609000057853,0.153725174569888,0.0,0.0374360764326675,0.5,0.153725174569888,0.0,0.013281905519325,0.153725174569888,0.0,0.0300485129235593,0.153725174569888,0.0,0.0846282952941766,0.153725174569888,0.0,0.148044819715488,0.153725174569888,0.0,0.103583626468813,0.153725174569888,0.0,0.0204105674664983,0.153725174569888,0.0,0.0161767518375743,0.5,0.153725174569888,0.0,0.023521633138459,0,0.048623743470778,0.381544680345402 -3336,0.5,0.153725174569888,0.0,0.0205794553861569,0.153725174569888,0.0,0.0725204112859891,0.153725174569888,0.0,0.00974300813137276,0.153725174569888,0.0,0.0236019341839838,0.153725174569888,0.0,0.110609931153,0.153725174569888,0.0,0.0729646293002342,0.153725174569888,0.0,0.105455521399875,0.153725174569888,0.0,0.0598834143783798,0.5,0.153725174569888,0.0,0.0077930856346661,0.153725174569888,0.0,0.0437414069792364,0.5,0.153725174569888,0.0,0.0102424385455465,0.153725174569888,0.0,0.0294545927159306,0.153725174569888,0.0,0.084381055441699,0.153725174569888,0.0,0.139439654370964,0.153725174569888,0.0,0.0968399471751849,0.153725174569888,0.0,0.019549984378105,0.153725174569888,0.0,0.0138298356723798,0.5,0.153725174569888,0.0,0.0182018743759639,0,0.029088086162236,0.412105191115711 -3337,0.5,0.153725174569888,0.0,0.0180340967456235,0.153725174569888,0.0,0.083324241180279,0.153725174569888,0.0,0.00501795295387577,0.153725174569888,0.0,0.0201138391026614,0.153725174569888,0.0,0.0876299999263026,0.153725174569888,0.0,0.0724018905116151,0.153725174569888,0.0,0.105135210040491,0.153725174569888,0.0,0.0481145913572729,0.5,0.153725174569888,0.0,0.0123016681080122,0.153725174569888,0.0,0.0524873878485398,0.5,0.153725174569888,0.0,0.00903522719768233,0.153725174569888,0.0,0.0308157539432526,0.153725174569888,0.0,0.081260065291284,0.153725174569888,0.0,0.129016384139835,0.153725174569888,0.0,0.0882899642681009,0.153725174569888,0.0,0.0186293636907586,0.153725174569888,0.0,0.0126293970793733,0.5,0.153725174569888,0.0,0.0133461945068828,0,0.0199491231369819,0.380837514119886 -3338,0.5,0.153725174569888,0.0,0.016221428272205,0.153725174569888,0.0,0.0774003929404059,0.153725174569888,0.0,0.00310209401481821,0.153725174569888,0.0,0.0181461077149901,0.153725174569888,0.0,0.0710579445881858,0.153725174569888,0.0,0.0678036631167525,0.153725174569888,0.0,0.0948039487733205,0.153725174569888,0.0,0.0404254058683817,0.5,0.153725174569888,0.0,0.013647787604007,0.153725174569888,0.0,0.0451716254391513,0.5,0.153725174569888,0.0,0.0076732127023698,0.153725174569888,0.0,0.0262851216586591,0.153725174569888,0.0,0.0798898437014747,0.153725174569888,0.0,0.123686727252764,0.153725174569888,0.0,0.0902778777231096,0.153725174569888,0.0,0.017624906645679,0.153725174569888,0.0,0.0127800367676366,0.5,0.153725174569888,0.0,0.0109859915183841,0,0.0165377537635641,0.348414436703419 -3339,0.5,0.153725174569888,0.0,0.0145441029483969,0.153725174569888,0.0,0.0899735000214129,0.153725174569888,0.0,0.00261997156517682,0.153725174569888,0.0,0.0155726981219463,0.153725174569888,0.0,0.053652728914256,0.153725174569888,0.0,0.068878595006469,0.153725174569888,0.0,0.085919945554706,0.153725174569888,0.0,0.0443409359429835,0.5,0.153725174569888,0.0,0.00679815726704815,0.153725174569888,0.0,0.0356477866571685,0.5,0.153725174569888,0.0,0.0133666208726353,0.153725174569888,0.0,0.0231799290359271,0.153725174569888,0.0,0.0829296040833836,0.153725174569888,0.0,0.111547777767014,0.153725174569888,0.0,0.0781469771287301,0.153725174569888,0.0,0.0174298280551014,0.153725174569888,0.0,0.0133684966970171,0.5,0.153725174569888,0.0,0.00943442503482602,0,0.0144001089723368,0.317576696108703 -3340,0.5,0.153725174569888,0.0,0.01404296733772,0.153725174569888,0.0,0.0832250783995048,0.153725174569888,0.0,0.0026513354184422,0.153725174569888,0.0,0.0142531198758277,0.153725174569888,0.0,0.0384904143710236,0.153725174569888,0.0,0.051730530554971,0.153725174569888,0.0,0.0717090073002433,0.153725174569888,0.0,0.0445693356314986,0.5,0.153725174569888,0.0,0.00442851457333024,0.153725174569888,0.0,0.032374890533558,0.5,0.153725174569888,0.0,0.0145503837638509,0.153725174569888,0.0,0.0222419552388313,0.153725174569888,0.0,0.0841958226370368,0.153725174569888,0.0,0.0992763765607694,0.153725174569888,0.0,0.0691821789148395,0.153725174569888,0.0,0.0188418193600222,0.153725174569888,0.0,0.0166205648331566,0.5,0.153725174569888,0.0,0.0086148766540242,0,0.0135989125276973,0.294329848127606 -3341,0.5,0.153725174569888,0.00321519240058673,0.0130352791905672,0.153725174569888,0.000680347108558473,0.0894325590407797,0.153725174569888,0.000109184677334178,0.00274652277748551,0.153725174569888,0.0021758330539108,0.0135909431868943,0.153725174569888,0.0,0.0299090025346356,0.153725174569888,0.0,0.0473429352342037,0.153725174569888,0.0,0.0650997780082494,0.153725174569888,0.0,0.0406844558260204,0.5,0.153725174569888,0.0,0.00608026514798389,0.153725174569888,0.0,0.0299992411401992,0.5,0.153725174569888,0.0,0.0085151587250642,0.153725174569888,0.0,0.0180912437973212,0.153725174569888,0.0010891040496646,0.0829461872228518,0.153725174569888,4.73371574412561e-05,0.0890180699711077,0.153725174569888,8.39599163133905e-05,0.0606429617974985,0.153725174569888,0.0,0.0145328214463357,0.153725174569888,0.0,0.0149835520724989,0.5,0.153725174569888,0.0,0.00975995890195013,0,0.0151975130591107,0.298505611124936 -3342,0.5,0.153725174569888,0.0615850879344954,0.0110073709746595,0.153725174569888,0.0503339154150535,0.0720118174182711,0.153725174569888,0.0499038485828029,0.00222316956037262,0.153725174569888,0.0592633304483751,0.00966090715327981,0.153725174569888,0.0377311894388511,0.0238068775528608,0.153725174569888,0.0297391264424004,0.0355686157378215,0.153725174569888,0.0361939847077195,0.0451915264082319,0.153725174569888,0.0278195825707875,0.0427472721579425,0.5,0.153725174569888,0.0264763800242504,0.00750190030819153,0.153725174569888,0.0368335684545913,0.0200069297051971,0.5,0.153725174569888,0.0320065185452757,0.00515934463687525,0.153725174569888,0.03054481030728,0.0113703031620099,0.153725174569888,0.0516840449164681,0.0733722040159069,0.153725174569888,0.0420264821855709,0.0828979843573144,0.153725174569888,0.0459662522307266,0.0469412585630024,0.153725174569888,0.0391976044857383,0.00985158033279024,0.153725174569888,0.0424493683737326,0.00874787239586573,0.5,0.153725174569888,0.046250468236654,0.00653787431667897,0,0.0169050755526755,0.309741715940022 -3343,0.5,0.153725174569888,0.151187882728874,0.0114722280428009,0.153725174569888,0.13058442123626,0.0892743065248915,0.153725174569888,0.136680866243824,0.00154879027878309,0.153725174569888,0.151675814038737,0.00700530278028967,0.153725174569888,0.113667546608978,0.0206158958803354,0.153725174569888,0.103046652200217,0.0339249973777837,0.153725174569888,0.112956900136785,0.0360324207328578,0.153725174569888,0.102076945940487,0.039166394824022,0.5,0.153725174569888,0.102230216720294,0.00545965703980436,0.153725174569888,0.122884177219249,0.0111528616874943,0.5,0.153725174569888,0.112051734466624,0.00232908512557325,0.153725174569888,0.112561872805535,0.00618212170299105,0.153725174569888,0.130879235601521,0.0793137293285286,0.153725174569888,0.118247814471476,0.0782496695132366,0.153725174569888,0.127188613984886,0.0453389033112079,0.153725174569888,0.119842734336775,0.00834798764924147,0.153725174569888,0.128064282000915,0.00518864064128548,0.5,0.153725174569888,0.137645188205791,0.00342710545141508,0,0.0149463438315016,0.27161186264344 -3344,0.5,0.153725174569888,0.275063534107448,0.0247103056476345,0.153725174569888,0.251083384974211,0.148534061533468,0.153725174569888,0.261121663741387,0.00232106913666269,0.153725174569888,0.276489312023579,0.0128651985641295,0.153725174569888,0.231977523924476,0.0233670285641944,0.153725174569888,0.214704974321889,0.0498716607362809,0.153725174569888,0.228973800235423,0.0336671681257888,0.153725174569888,0.210943083105478,0.0488376954040479,0.5,0.153725174569888,0.216196418007471,0.00838598503612024,0.153725174569888,0.247751652483471,0.00563154012906465,0.5,0.153725174569888,0.23256351632023,0.00525068564202075,0.153725174569888,0.234531774680143,0.00522687715079929,0.153725174569888,0.251905312097253,0.124403742215618,0.153725174569888,0.237170251151403,0.102190156572776,0.153725174569888,0.249045025878124,0.0544359392555755,0.153725174569888,0.241392459080887,0.0101443433685758,0.153725174569888,0.251536054935542,0.0108865588507617,0.5,0.153725174569888,0.264509930586878,0.00454961953101516,0,0.0115233972630928,0.219218216836837 -3345,0.5,0.153725174569888,0.405546953241904,0.0326538969524604,0.153725174569888,0.379443849992124,0.197969622627358,0.153725174569888,0.395369689752083,0.00487136635197691,0.153725174569888,0.41141405217738,0.011819257971747,0.153725174569888,0.359148621043775,0.0451444074461783,0.153725174569888,0.331811511988259,0.0962992229198134,0.153725174569888,0.353234132760184,0.0599996684448239,0.153725174569888,0.326153463343232,0.0782774354915802,0.5,0.153725174569888,0.344873058790913,0.0327703451016707,0.153725174569888,0.389113739222309,0.0064349999137547,0.5,0.153725174569888,0.367270594276624,0.00453657781341887,0.153725174569888,0.373608697803055,0.00514258526527938,0.153725174569888,0.379468859533328,0.201587401935665,0.153725174569888,0.364193505962266,0.115826705531243,0.153725174569888,0.378945317429361,0.0730629000423007,0.153725174569888,0.373591500292301,0.0180999981936518,0.153725174569888,0.388106029631143,0.0213865102667216,0.5,0.153725174569888,0.408008529601131,0.0045348205743895,0,0.00876070895589747,0.196994785137404 -3346,0.5,0.153725174569888,0.536588868463789,0.040194936482395,0.153725174569888,0.512303171638819,0.182083742536542,0.153725174569888,0.529789859568349,0.00700573040699169,0.153725174569888,0.54206206950499,0.0112101966550174,0.153725174569888,0.49112931087459,0.0685755970651849,0.153725174569888,0.444083289218624,0.134137534399131,0.153725174569888,0.486956793424987,0.105288199717378,0.153725174569888,0.446385575280157,0.0970796165920442,0.5,0.153725174569888,0.481155684874366,0.065856259149398,0.153725174569888,0.527963521473318,0.00562942891325518,0.5,0.153725174569888,0.505069189905224,0.00126710971741799,0.153725174569888,0.513827720982299,0.00788619907455061,0.153725174569888,0.514169932694504,0.214167094887128,0.153725174569888,0.497548031169232,0.114936538384582,0.153725174569888,0.512629612461285,0.0746051619837484,0.153725174569888,0.509395560783399,0.0415448666353451,0.153725174569888,0.52341484624847,0.0215333119629157,0.5,0.153725174569888,0.544103568274103,0.00286042973366865,0,0.0105504952199856,0.164149928817525 -3347,0.5,0.153725174569888,0.633309688036604,0.043543595386401,0.153725174569888,0.616065166499214,0.1998073412941,0.153725174569888,0.631017719481246,0.0131340040345655,0.153725174569888,0.636396311134701,0.0161607295108845,0.153725174569888,0.596783560569715,0.0910548338279078,0.153725174569888,0.542866098854277,0.134104606803717,0.153725174569888,0.591712339022849,0.138651029978364,0.153725174569888,0.563120462882913,0.100674555903698,0.5,0.153725174569888,0.595621734598676,0.0961113575037793,0.153725174569888,0.633086330198409,0.00139548158036273,0.5,0.153725174569888,0.613607128417022,0.00137151047630352,0.153725174569888,0.621909429662172,0.0120693308960188,0.153725174569888,0.621794148110535,0.225530341607912,0.153725174569888,0.607862928637755,0.11952219024245,0.153725174569888,0.617152297301366,0.0904593086142007,0.153725174569888,0.613682562120737,0.0666292193118399,0.153725174569888,0.62607852114358,0.0178326758692426,0.5,0.153725174569888,0.643855079701339,0.00148891053865857,0,0.0134251946027361,0.119359751605115 -3348,0.5,0.153725174569888,0.68180985323401,0.0464364416871817,0.153725174569888,0.673522817337877,0.216588674809629,0.153725174569888,0.685682657109428,0.0258923806169882,0.153725174569888,0.684905515128747,0.0303521373123387,0.153725174569888,0.65660584051617,0.112353222995395,0.153725174569888,0.608753792465805,0.12291007201361,0.153725174569888,0.632929155152457,0.146661668766017,0.153725174569888,0.642524907317926,0.12690300159794,0.5,0.153725174569888,0.669049046321543,0.124137814234324,0.153725174569888,0.692116176243988,0.00275175882569639,0.5,0.153725174569888,0.676040903682254,0.00150431359637313,0.153725174569888,0.683328235396303,0.0129668873365052,0.153725174569888,0.681975320668389,0.238349697376864,0.153725174569888,0.670939950402917,0.12063742252571,0.153725174569888,0.67425980124874,0.103588002155413,0.153725174569888,0.669889681790665,0.0697990373151485,0.153725174569888,0.683406225805751,0.0175059543998673,0.5,0.153725174569888,0.69651109818116,0.00178795467734445,0,0.0174044040191479,0.0978149694092302 -3349,0.5,0.153725174569888,0.661830557469732,0.0489925245699233,0.153725174569888,0.690917537020862,0.210775039609641,0.153725174569888,0.699340291516111,0.0446777571444588,0.153725174569888,0.692944962600565,0.0442060037970629,0.153725174569888,0.629961513636738,0.171360514937912,0.153725174569888,0.662169887064542,0.166170169530468,0.153725174569888,0.579412756723513,0.135997087276785,0.153725174569888,0.692703559097905,0.183774013930442,0.5,0.153725174569888,0.693115712121829,0.15553570433405,0.153725174569888,0.709693253722634,0.00845238777451673,0.5,0.153725174569888,0.69717332596493,0.000656269221786499,0.153725174569888,0.703062120577862,0.0132520197871408,0.153725174569888,0.701708941323184,0.234513281660003,0.153725174569888,0.690398110530762,0.119960452767756,0.153725174569888,0.688487809670028,0.110061322063263,0.153725174569888,0.680373354797925,0.0657407446111567,0.153725174569888,0.69922757105189,0.0203022020580049,0.5,0.153725174569888,0.708394297022487,0.00593734351864697,0,0.0255380878482732,0.0942435553023197 -3350,0.5,0.153725174569888,0.641725056185135,0.0505221104997567,0.153725174569888,0.647356123527512,0.187985781951302,0.153725174569888,0.667348080490494,0.0584073406343521,0.153725174569888,0.63886136989484,0.0514588490498779,0.153725174569888,0.579946638290757,0.179970641318777,0.153725174569888,0.64146289492296,0.233749053270617,0.153725174569888,0.621982847053681,0.148205224279689,0.153725174569888,0.675191531282827,0.244888731404015,0.5,0.153725174569888,0.672489991872124,0.175867923029409,0.153725174569888,0.678062229108952,0.0194423819687212,0.5,0.153725174569888,0.67686302613992,0.00202436653690263,0.153725174569888,0.68089768942307,0.0153318942835084,0.153725174569888,0.680303240468048,0.218538461265005,0.153725174569888,0.616954854309548,0.125036621066286,0.153725174569888,0.671184868061809,0.100688341159197,0.153725174569888,0.611071997442533,0.0793926184079543,0.153725174569888,0.666424521725467,0.0259597852261404,0.5,0.153725174569888,0.67734159145908,0.0155239744947622,0,0.0429593709682864,0.0989444400873637 -3351,0.5,0.153725174569888,0.571997453056014,0.0555644607774966,0.153725174569888,0.566648768575236,0.158959372894374,0.153725174569888,0.587177695368765,0.0613387094056956,0.153725174569888,0.567949800178755,0.0542404295669321,0.153725174569888,0.570303960255314,0.195947216349706,0.153725174569888,0.598675458369822,0.285713060385073,0.153725174569888,0.584373696384114,0.181216485961909,0.153725174569888,0.595352932370077,0.277427309679923,0.5,0.153725174569888,0.612209857679635,0.160561971146401,0.153725174569888,0.608365073170712,0.0539584313175022,0.5,0.153725174569888,0.601396937514938,0.0108154097459211,0.153725174569888,0.612545372297738,0.0205000554937159,0.153725174569888,0.57546002420873,0.1768821447234,0.153725174569888,0.580019225601511,0.114131767190707,0.153725174569888,0.597671052503095,0.0975940483247683,0.153725174569888,0.589971193607517,0.0966495167508978,0.153725174569888,0.572817773013272,0.035934121652068,0.5,0.153725174569888,0.602305865213512,0.0304425662421107,0,0.0575108191653284,0.109993065549027 -3352,0.5,0.153725174569888,0.455643375667231,0.061215244842424,0.153725174569888,0.448392811303326,0.132381035172746,0.153725174569888,0.477409902840535,0.0739725846602879,0.153725174569888,0.447465831853965,0.050722757216692,0.153725174569888,0.504576858126275,0.218002855859047,0.153725174569888,0.486556198276843,0.258357725755282,0.153725174569888,0.483674810326805,0.206228517877127,0.153725174569888,0.48772070367718,0.262444106003324,0.5,0.153725174569888,0.499486248472445,0.146265988130959,0.153725174569888,0.501154223406155,0.0844946639814523,0.5,0.153725174569888,0.505463281480875,0.0195368817944522,0.153725174569888,0.503083199096964,0.0354747102506856,0.153725174569888,0.421797561365498,0.15753508089128,0.153725174569888,0.467863072708354,0.10252673644297,0.153725174569888,0.488116290146789,0.112213983414763,0.153725174569888,0.444707246471915,0.0991597515361128,0.153725174569888,0.472421077960803,0.052357719065487,0.5,0.153725174569888,0.479865700056173,0.0525652407732117,0,0.0662312828763096,0.111883580687838 -3353,0.5,0.153725174569888,0.330062944488023,0.0723362459306095,0.153725174569888,0.350185436407028,0.116452643090862,0.153725174569888,0.344134714074774,0.0820725177079457,0.153725174569888,0.321680994329099,0.0515428574794306,0.153725174569888,0.373976937884014,0.149324769422565,0.153725174569888,0.320733949640684,0.112322672126271,0.153725174569888,0.360054641207809,0.164740810331976,0.153725174569888,0.376647361010216,0.206842208152216,0.5,0.153725174569888,0.362505332957356,0.123365414342815,0.153725174569888,0.358036443097044,0.0867049646277011,0.5,0.153725174569888,0.346225745067854,0.025019036629646,0.153725174569888,0.366870763914785,0.0437863297128181,0.153725174569888,0.355079441883627,0.151542722816553,0.153725174569888,0.363425734582272,0.107214267880812,0.153725174569888,0.361076893009585,0.112645838038038,0.153725174569888,0.343562785713826,0.0891924238095954,0.153725174569888,0.336623552921814,0.051079932859175,0.5,0.153725174569888,0.334404473625598,0.0699435640798643,0,0.0680292745295502,0.137622076061205 -3354,0.5,0.153725174569888,0.204403544078519,0.0618161089391999,0.153725174569888,0.23000020296339,0.050498532720325,0.153725174569888,0.216367705245738,0.0350269082404335,0.153725174569888,0.195187087227526,0.0213226793987499,0.153725174569888,0.232183864136721,0.0586015031155699,0.153725174569888,0.175707677193461,0.0560620084164862,0.153725174569888,0.223052502924173,0.0502323200689859,0.153725174569888,0.243671463966895,0.0678894736747306,0.5,0.153725174569888,0.234695367869026,0.0460159091479538,0.153725174569888,0.220013593202133,0.0345017292801905,0.5,0.153725174569888,0.225137269139301,0.0207643372273186,0.153725174569888,0.229283899179445,0.0198183960542877,0.153725174569888,0.22740750077465,0.120390383472419,0.153725174569888,0.239806709905002,0.0584320829613634,0.153725174569888,0.232278055381995,0.0502384086577022,0.153725174569888,0.224660145710997,0.0260352089913714,0.153725174569888,0.212718830874583,0.017456497766599,0.5,0.153725174569888,0.201555653277651,0.0275773561675784,0,0.0744043382535978,0.135809196250713 -3355,0.5,0.153725174569888,0.065078789138202,0.0574432661604877,0.153725174569888,0.082642408099606,0.0563110744508656,0.153725174569888,0.0617032794096287,0.0437765730581973,0.153725174569888,0.0541791895020562,0.0250125108150962,0.153725174569888,0.122433171053989,0.0588183741061642,0.153725174569888,0.0954716606896951,0.0591492447656958,0.153725174569888,0.0937925806646937,0.0459117216236023,0.153725174569888,0.0905441881806234,0.0299189408656982,0.5,0.153725174569888,0.0941612946101517,0.0201875142663606,0.153725174569888,0.0626664485664498,0.0376020934215634,0.5,0.153725174569888,0.071174301424526,0.0160624996648134,0.153725174569888,0.0763103687712991,0.0238474273484355,0.153725174569888,0.107070189462657,0.123711379536556,0.153725174569888,0.118008788021916,0.058089082209811,0.153725174569888,0.080171913411809,0.0684164239166632,0.153725174569888,0.0730852592990258,0.0150281027493378,0.153725174569888,0.0604535331095053,0.0185940083185178,0.5,0.153725174569888,0.051616403686201,0.0267218153098635,0,0.0858523153174152,0.135758856850281 -3356,0.5,0.153725174569888,0.0,0.0593238969553916,0.153725174569888,0.000578315425662712,0.0726228949407595,0.153725174569888,0.0,0.0499235753460779,0.153725174569888,0.0,0.0262323327296021,0.153725174569888,0.0198401271152018,0.073915657020797,0.153725174569888,0.0254141534342277,0.066699763382157,0.153725174569888,0.0076836502592859,0.0390016640910399,0.153725174569888,0.00852172655111096,0.0239278116576164,0.5,0.153725174569888,0.0,0.0152848120144672,0.153725174569888,0.0,0.0342252913862403,0.5,0.153725174569888,0.0,0.0127851541516961,0.153725174569888,0.0,0.0218030993625545,0.153725174569888,0.0195608850324114,0.132764334741005,0.153725174569888,0.018889075577401,0.0785537705809635,0.153725174569888,0.000947669462734418,0.0747524395682249,0.153725174569888,0.0,0.00980834830126391,0.153725174569888,0.0,0.0194589062316124,0.5,0.153725174569888,0.0,0.0279470199741016,0,0.0842726735391939,0.14177022741099 -3357,0.5,0.153725174569888,0.0,0.0599786268142142,0.153725174569888,0.0,0.069359311319158,0.153725174569888,0.0,0.0412443163432776,0.153725174569888,0.0,0.0262262802554602,0.153725174569888,0.0,0.0779032055023082,0.153725174569888,0.0,0.0683358990447648,0.153725174569888,0.0,0.0359303567488809,0.153725174569888,0.0,0.0213166629803477,0.5,0.153725174569888,0.0,0.0111885786811411,0.153725174569888,0.0,0.0174968192854635,0.5,0.153725174569888,0.0,0.0102604542061991,0.153725174569888,0.0,0.0183268328424835,0.153725174569888,0.0,0.135395135813997,0.153725174569888,0.0,0.100658751852369,0.153725174569888,0.0,0.0708098104681711,0.153725174569888,0.0,0.00733486257061321,0.153725174569888,0.0,0.016094198200558,0.5,0.153725174569888,0.0,0.0198003858469413,0,0.0693467299769021,0.128462374013327 -3358,0.5,0.153725174569888,0.0,0.0525758033801107,0.153725174569888,0.0,0.0673353006975096,0.153725174569888,0.0,0.0236956298384287,0.153725174569888,0.0,0.0238223023666301,0.153725174569888,0.0,0.0679390315610262,0.153725174569888,0.0,0.0650619762663006,0.153725174569888,0.0,0.0352532196327039,0.153725174569888,0.0,0.0202545014164392,0.5,0.153725174569888,0.0,0.0086178353264057,0.153725174569888,0.0,0.00708115484580665,0.5,0.153725174569888,0.0,0.0104041015411763,0.153725174569888,0.0,0.0137457907818168,0.153725174569888,0.0,0.133166039828243,0.153725174569888,0.0,0.110030771487386,0.153725174569888,0.0,0.0658024988597724,0.153725174569888,0.0,0.00663749982044508,0.153725174569888,0.0,0.0104116353090634,0.5,0.153725174569888,0.0,0.00834608622420031,0,0.0547505659165394,0.118272015675067 -3359,0.5,0.153725174569888,0.0,0.0444180069356339,0.153725174569888,0.0,0.072889525484082,0.153725174569888,0.0,0.0124034746810123,0.153725174569888,0.0,0.0198677906432357,0.153725174569888,0.0,0.0624034771931045,0.153725174569888,0.0,0.0590354821466689,0.153725174569888,0.0,0.0367114966340396,0.153725174569888,0.0,0.0229301542123413,0.5,0.153725174569888,0.0,0.0065414038388481,0.153725174569888,0.0,0.00635470973983474,0.5,0.153725174569888,0.0,0.0130107042044871,0.153725174569888,0.0,0.0120436464050205,0.153725174569888,0.0,0.131151842513769,0.153725174569888,0.0,0.110681405139746,0.153725174569888,0.0,0.0667241136493257,0.153725174569888,0.0,0.00668226200652275,0.153725174569888,0.0,0.00714497164593629,0.5,0.153725174569888,0.0,0.00331304237316757,0,0.0470600425662561,0.124459454511356 -3360,0.5,0.153725174569888,0.0,0.0371431318296633,0.153725174569888,0.0,0.0646929897428895,0.153725174569888,0.0,0.0084569342218429,0.153725174569888,0.0,0.0159380614629081,0.153725174569888,0.0,0.054302456136739,0.153725174569888,0.0,0.0500914613620116,0.153725174569888,0.0,0.0361684774693696,0.153725174569888,0.0,0.0275024300638639,0.5,0.153725174569888,0.0,0.00575658381532059,0.153725174569888,0.0,0.0115767069241157,0.5,0.153725174569888,0.0,0.0113356799625636,0.153725174569888,0.0,0.0104048423902277,0.153725174569888,0.0,0.133543384325269,0.153725174569888,0.0,0.115006556957937,0.153725174569888,0.0,0.0558325133528343,0.153725174569888,0.0,0.00682848804088825,0.153725174569888,0.0,0.005878136532119,0.5,0.153725174569888,0.0,0.00227304718965011,0,0.0427968534211934,0.148024351712969 -3361,0.5,0.153725174569888,0.0,0.0320553532267432,0.153725174569888,0.0,0.0696572512592771,0.153725174569888,0.0,0.00712646399124338,0.153725174569888,0.0,0.0137524903202891,0.153725174569888,0.0,0.0594596704936791,0.153725174569888,0.0,0.0500964232656923,0.153725174569888,0.0,0.0393151489313978,0.153725174569888,0.0,0.0335831334835174,0.5,0.153725174569888,0.0,0.00563625330755252,0.153725174569888,0.0,0.0134962025110091,0.5,0.153725174569888,0.0,0.00682073831886881,0.153725174569888,0.0,0.00813955651596378,0.153725174569888,0.0,0.14198599337116,0.153725174569888,0.0,0.104236000567905,0.153725174569888,0.0,0.0517885403310053,0.153725174569888,0.0,0.00801493929049033,0.153725174569888,0.0,0.00487936413030149,0.5,0.153725174569888,0.0,0.00248264298359457,0,0.0426765965249929,0.160537416930634 -3362,0.5,0.153725174569888,0.0,0.0292830260666678,0.153725174569888,0.0,0.0740366833078292,0.153725174569888,0.0,0.00619379343283505,0.153725174569888,0.0,0.0145119636286127,0.153725174569888,0.0,0.0565460637628267,0.153725174569888,0.0,0.047847074848689,0.153725174569888,0.0,0.0430733713030045,0.153725174569888,0.0,0.039459558025182,0.5,0.153725174569888,0.0,0.0062443214290499,0.153725174569888,0.0,0.0133970557644526,0.5,0.153725174569888,0.0,0.00415064921561951,0.153725174569888,0.0,0.00798523948885663,0.153725174569888,0.0,0.133422582092395,0.153725174569888,0.0,0.101201651581125,0.153725174569888,0.0,0.0509341682762422,0.153725174569888,0.0,0.00985322518938536,0.153725174569888,0.0,0.00474136433291678,0.5,0.153725174569888,0.0,0.00301051756931224,0,0.0434321602116939,0.172832239481605 -3363,0.5,0.153725174569888,0.0,0.0295313182242696,0.153725174569888,0.0,0.0810350740972998,0.153725174569888,0.0,0.00518636758695854,0.153725174569888,0.0,0.016369071466467,0.153725174569888,0.0,0.0513138858052396,0.153725174569888,0.0,0.0475468604554356,0.153725174569888,0.0,0.0439711686412066,0.153725174569888,0.0,0.0407257178133048,0.5,0.153725174569888,0.0,0.00589635727164329,0.153725174569888,0.0,0.0116629752036368,0.5,0.153725174569888,0.0,0.00458286274133879,0.153725174569888,0.0,0.00957277372452865,0.153725174569888,0.0,0.1319705735739,0.153725174569888,0.0,0.0953259564710886,0.153725174569888,0.0,0.0555631875361964,0.153725174569888,0.0,0.0126967770551094,0.153725174569888,0.0,0.00426658431058719,0.5,0.153725174569888,0.0,0.0022744144502795,0,0.0415413182891828,0.168376292279959 -3364,0.5,0.153725174569888,0.0,0.0328751447363818,0.153725174569888,0.0,0.0934294010358158,0.153725174569888,0.0,0.0045925422431503,0.153725174569888,0.0,0.0186208461913015,0.153725174569888,0.0,0.0457526625613866,0.153725174569888,0.0,0.0427868473957465,0.153725174569888,0.0,0.0500450624463612,0.153725174569888,0.0,0.042977753831091,0.5,0.153725174569888,0.0,0.00757121655604111,0.153725174569888,0.0,0.00849486307486466,0.5,0.153725174569888,0.0,0.0058081110580888,0.153725174569888,0.0,0.0111376248902313,0.153725174569888,0.0,0.133914852809555,0.153725174569888,0.0,0.088546177094248,0.153725174569888,0.0,0.0590638000343922,0.153725174569888,0.0,0.0121285026600052,0.153725174569888,0.0,0.00533664685611973,0.5,0.153725174569888,0.0,0.00212369150933839,0,0.0445923556538999,0.109723647503243 -3365,0.5,0.153725174569888,0.00342230101335086,0.0341491616427401,0.153725174569888,0.000948414798120627,0.085230427664778,0.153725174569888,0.000208596596555152,0.00486743306175089,0.153725174569888,0.00243886815951478,0.0191862086164856,0.153725174569888,0.0,0.0387169447503476,0.153725174569888,0.0,0.0383468222920916,0.153725174569888,0.0,0.0507639401990468,0.153725174569888,0.0,0.0491930410151922,0.5,0.153725174569888,0.0,0.00802284034431727,0.153725174569888,0.0,0.00919369883215494,0.5,0.153725174569888,0.0,0.00503915571571483,0.153725174569888,0.0,0.011404314831745,0.153725174569888,0.00131214593488606,0.128040098284494,0.153725174569888,7.80921061306909e-05,0.0806900777250713,0.153725174569888,0.000130277716776799,0.0593479002819441,0.153725174569888,0.0,0.0108942995402734,0.153725174569888,0.0,0.00556647084769625,0.5,0.153725174569888,0.0,0.00298561275676161,0,0.0560314596500281,0.0456937401467666 -3366,0.5,0.153725174569888,0.0618215662837019,0.0310033334784364,0.153725174569888,0.0515422852343688,0.0855477715238978,0.153725174569888,0.0505095580108872,0.00465003686744675,0.153725174569888,0.06052838759981,0.0156515760216854,0.153725174569888,0.0340791015796215,0.0267541462581595,0.153725174569888,0.0301583520030062,0.0294333963229458,0.153725174569888,0.035932394294997,0.0432383513982757,0.153725174569888,0.029983684277549,0.0363337459114341,0.5,0.153725174569888,0.028096129322569,0.00693156141196479,0.153725174569888,0.0375624388670974,0.00721436676389562,0.5,0.153725174569888,0.0342347741565134,0.0039223892580726,0.153725174569888,0.0316655916144923,0.0103642217088509,0.153725174569888,0.0512746642389115,0.116699409101113,0.153725174569888,0.039548248796706,0.065201651007625,0.153725174569888,0.0441318365121507,0.0518434885407023,0.153725174569888,0.0400222886705057,0.00998892375529713,0.153725174569888,0.0443173942408883,0.00504687815332567,0.5,0.153725174569888,0.0461980959017543,0.0031022919065784,0,0.0605278509111192,0.0133235404435728 -3367,0.5,0.153725174569888,0.148811373897014,0.0311828536142243,0.153725174569888,0.128829371081885,0.0966423146379317,0.153725174569888,0.133503960352837,0.00445280515636406,0.153725174569888,0.15023443659475,0.0152487159216834,0.153725174569888,0.109718888821913,0.0223034902739561,0.153725174569888,0.103267687489521,0.0280931984595797,0.153725174569888,0.112618726551487,0.0341163279651349,0.153725174569888,0.10479258947056,0.0268159454787413,0.5,0.153725174569888,0.103281385311801,0.00414415238721871,0.153725174569888,0.122329445152149,0.00332720736136746,0.5,0.153725174569888,0.113051217050423,0.00423845685763465,0.153725174569888,0.112897616637111,0.00735182829870538,0.153725174569888,0.12682453035938,0.115198036527645,0.153725174569888,0.110769240229929,0.0580657458361833,0.153725174569888,0.12192797884173,0.0534356130463809,0.153725174569888,0.119106641029205,0.0099872733021359,0.153725174569888,0.128754657626438,0.00421879334390129,0.5,0.153725174569888,0.135870504796763,0.00153816107307819,0,0.0507008888283607,0.00690366089197413 -3368,0.5,0.153725174569888,0.266294795624056,0.0578262876316571,0.153725174569888,0.231772478143191,0.127810795505576,0.153725174569888,0.251023742103551,0.00883538940832614,0.153725174569888,0.270826222174712,0.0309282482253948,0.153725174569888,0.219214525931451,0.03050050679228,0.153725174569888,0.210754568101157,0.0421145999087211,0.153725174569888,0.223490444954971,0.0354787122189378,0.153725174569888,0.21263971760897,0.0299578508546505,0.5,0.153725174569888,0.208734002868215,0.00674535411471756,0.153725174569888,0.24599274119492,0.00128908296361652,0.5,0.153725174569888,0.231810907661117,0.00751527922575845,0.153725174569888,0.234495992123134,0.00624741930775966,0.153725174569888,0.227525537657207,0.158842850956454,0.153725174569888,0.212534860494564,0.0854286874395407,0.153725174569888,0.231481297747319,0.0739006203457368,0.153725174569888,0.236276938958939,0.0135816974082894,0.153725174569888,0.250130458120563,0.00825560931123562,0.5,0.153725174569888,0.260258769031797,0.00460499251759439,0,0.0441208226810451,0.00941181093998282 -3369,0.5,0.153725174569888,0.391687952619194,0.0779730514727068,0.153725174569888,0.355137399668612,0.254841489813421,0.153725174569888,0.384668339938543,0.0124396916714047,0.153725174569888,0.403357572890775,0.0443722115937702,0.153725174569888,0.339274484072797,0.0462708988259467,0.153725174569888,0.329412541049672,0.0653524040972801,0.153725174569888,0.341466165690774,0.0387289617780297,0.153725174569888,0.325391223783521,0.0615136229500567,0.5,0.153725174569888,0.321834326841042,0.0257258973683307,0.153725174569888,0.385829019731293,0.00108032872157245,0.5,0.153725174569888,0.365887548525731,0.025516799891726,0.153725174569888,0.371994967526319,0.00932579078276971,0.153725174569888,0.344777390042782,0.229556305459227,0.153725174569888,0.336460915392861,0.104371847541805,0.153725174569888,0.358721096365282,0.107777716135851,0.153725174569888,0.364308928029216,0.0255842774546081,0.153725174569888,0.386335153080249,0.0225890192784677,0.5,0.153725174569888,0.4013227716123,0.0101937421644427,0,0.0486084525147097,0.00122520988134063 -3370,0.5,0.153725174569888,0.518880058910882,0.100975626286973,0.153725174569888,0.487108943435157,0.256136450356117,0.153725174569888,0.518810480693375,0.0158887147935282,0.153725174569888,0.533427299954822,0.0611556211574512,0.153725174569888,0.461050347064922,0.0442062716312018,0.153725174569888,0.453110905424065,0.0722178335593876,0.153725174569888,0.459047706972894,0.0521114060077726,0.153725174569888,0.440387124046962,0.114882444953335,0.5,0.153725174569888,0.443262021068655,0.0558444347832365,0.153725174569888,0.523056200494766,0.00194359151453779,0.5,0.153725174569888,0.502614289928494,0.059027132623449,0.153725174569888,0.510573510014449,0.0172827492367685,0.153725174569888,0.47962486941638,0.264474929468626,0.153725174569888,0.465295605914768,0.0880353508623562,0.153725174569888,0.490318250814746,0.107802738534554,0.153725174569888,0.493383870255237,0.0499953821946287,0.153725174569888,0.521320675802328,0.0441938896455746,0.5,0.153725174569888,0.53497703849161,0.0119073602231267,0,0.0590621990132451,0.000107577922157087 -3371,0.5,0.153725174569888,0.616068095758902,0.120302894949,0.153725174569888,0.59312252451633,0.311587495135499,0.153725174569888,0.619646112704429,0.0271734821023199,0.153725174569888,0.627228252361907,0.0622090935604377,0.153725174569888,0.556751357070002,0.0444991277289788,0.153725174569888,0.554905086767143,0.0937512520613789,0.153725174569888,0.545983141741974,0.0480448120113934,0.153725174569888,0.528641462692625,0.178225580274301,0.5,0.153725174569888,0.56245534954613,0.0731630225245088,0.153725174569888,0.626814555395257,0.0228054721802677,0.5,0.153725174569888,0.610076495180048,0.091419110762804,0.153725174569888,0.618096008906681,0.0417242444877165,0.153725174569888,0.587991669095463,0.275636638330536,0.153725174569888,0.568675011601356,0.0776362784904426,0.153725174569888,0.592603322047708,0.113261782491958,0.153725174569888,0.5972444312929,0.073006989675241,0.153725174569888,0.623464006475484,0.0613430912022003,0.5,0.153725174569888,0.633189766729841,0.0273319469120547,0,0.0658521469181985,3.91259093594413e-05 -3372,0.5,0.153725174569888,0.668943322604956,0.138374352774627,0.153725174569888,0.652389475207243,0.345686600855512,0.153725174569888,0.675132981648984,0.0495652724901382,0.153725174569888,0.675608110555568,0.0702817023084918,0.153725174569888,0.616925039414693,0.0485178788995885,0.153725174569888,0.618764502697785,0.145915599108435,0.153725174569888,0.482459273564105,0.0549218414644346,0.153725174569888,0.602876429281036,0.231878666585446,0.5,0.153725174569888,0.643558257400075,0.0869087680712824,0.153725174569888,0.685384669087869,0.0761092504377612,0.5,0.153725174569888,0.67376215707089,0.131368390777911,0.153725174569888,0.680628036574927,0.0836472547665666,0.153725174569888,0.652918312998952,0.27835224227027,0.153725174569888,0.629103378619856,0.0792438449584911,0.153725174569888,0.652911312051047,0.125825334252294,0.153725174569888,0.661892292653068,0.0981485663183162,0.153725174569888,0.680528190835084,0.0918200319565224,0.5,0.153725174569888,0.686241954818823,0.0709212163955621,0,0.0771474468850086,9.62959629638578e-05 -3373,0.5,0.153725174569888,0.680540538332715,0.162421139431531,0.153725174569888,0.668353155571487,0.346701690425649,0.153725174569888,0.691190779555639,0.0763110578085163,0.153725174569888,0.685561815153875,0.100310473984075,0.153725174569888,0.644341701150671,0.0750245149154303,0.153725174569888,0.597716550160442,0.270727141174887,0.153725174569888,0.607349772946634,0.111691192681938,0.153725174569888,0.65296313785454,0.287428043421259,0.5,0.153725174569888,0.683909763396717,0.134683599700656,0.153725174569888,0.703495504022492,0.126840407908205,0.5,0.153725174569888,0.69744595845748,0.174071660678499,0.153725174569888,0.702866302127543,0.124465565663704,0.153725174569888,0.67462736263001,0.258546057428121,0.153725174569888,0.470581810012258,0.0739414275098795,0.153725174569888,0.6689939001169,0.150980656523359,0.153725174569888,0.685935134198016,0.136452077902905,0.153725174569888,0.698468660772355,0.131374980179462,0.5,0.153725174569888,0.699143724656732,0.146947244832571,0,0.119945906218224,0.000127472853554014 -3374,0.5,0.153725174569888,0.653408369876486,0.197493452106787,0.153725174569888,0.616077310203952,0.312890584935898,0.153725174569888,0.667360061710628,0.113355704986692,0.153725174569888,0.656506757232007,0.151921159950582,0.153725174569888,0.502099333375473,0.0900953356414086,0.153725174569888,0.528805086342747,0.268341526854573,0.153725174569888,0.607396626817063,0.158347336604971,0.153725174569888,0.661933645351068,0.333285812299315,0.5,0.153725174569888,0.668329442702525,0.23277459835515,0.153725174569888,0.679613615557398,0.170277546302149,0.5,0.153725174569888,0.677323255178528,0.247439475471824,0.153725174569888,0.681757777832571,0.166423696438393,0.153725174569888,0.552199009798637,0.183590655092443,0.153725174569888,0.539756415759405,0.0609989203434481,0.153725174569888,0.644916779822642,0.168251371622626,0.153725174569888,0.669042237401916,0.182372367023742,0.153725174569888,0.675342363023359,0.177430163176008,0.5,0.153725174569888,0.669570784417223,0.217306626887343,0,0.199319853084426,0.00102696355728217 -3375,0.5,0.153725174569888,0.579966838123348,0.223179969482062,0.153725174569888,0.451083506816911,0.19093093273411,0.153725174569888,0.597610211309112,0.169536529401655,0.153725174569888,0.578812530029285,0.212322456354831,0.153725174569888,0.399982212409464,0.087097824661494,0.153725174569888,0.545871923366356,0.270679734026011,0.153725174569888,0.535881254143052,0.193029800830491,0.153725174569888,0.592672539513899,0.34855839320261,0.5,0.153725174569888,0.596809979185446,0.302515421502982,0.153725174569888,0.611528675614881,0.213564152353222,0.5,0.153725174569888,0.609722014373423,0.274464517338648,0.153725174569888,0.617978380074154,0.213505192549064,0.153725174569888,0.433703510571038,0.123034234628506,0.153725174569888,0.524450519475441,0.0713371736331975,0.153725174569888,0.570974873111494,0.181279207871893,0.153725174569888,0.608848398346937,0.23040058076223,0.153725174569888,0.60646248106104,0.217586809908844,0.5,0.153725174569888,0.596357936111313,0.291533974835283,0,0.243813976279348,0.00875698445824232 -3376,0.5,0.153725174569888,0.463201343554437,0.233593200859119,0.153725174569888,0.419070209785912,0.209875130129865,0.153725174569888,0.481275536400002,0.235305419606533,0.153725174569888,0.459791444882491,0.260622142580652,0.153725174569888,0.436775028463897,0.116284844797195,0.153725174569888,0.371028657472596,0.137782655647919,0.153725174569888,0.494498970623574,0.254357865829434,0.153725174569888,0.457184664579543,0.304107638754315,0.5,0.153725174569888,0.49018686426693,0.354286059393685,0.153725174569888,0.496711460310207,0.280539757317327,0.5,0.153725174569888,0.497372169324652,0.31679374164729,0.153725174569888,0.505991358040618,0.284603369734643,0.153725174569888,0.412967763041554,0.112866006458725,0.153725174569888,0.356793665692313,0.0668996129040511,0.153725174569888,0.43741942279498,0.183305162563766,0.153725174569888,0.494674663267017,0.269285713949664,0.153725174569888,0.490174555455691,0.262617122487641,0.5,0.153725174569888,0.479459882539336,0.345043013058932,0,0.261774399162447,0.0213273021036808 -3377,0.5,0.153725174569888,0.334062574835034,0.210577172046898,0.153725174569888,0.317900375570243,0.178404080981466,0.153725174569888,0.341749130067816,0.266034572310544,0.153725174569888,0.325736451171494,0.229887160910832,0.153725174569888,0.35474130913288,0.0885196088316862,0.153725174569888,0.222805634346679,0.0751751093085216,0.153725174569888,0.359547309447493,0.221580163955976,0.153725174569888,0.34274342278461,0.234445435498628,0.5,0.153725174569888,0.35033811813295,0.315729710249085,0.153725174569888,0.353222087803504,0.309231848467146,0.5,0.153725174569888,0.354573401742666,0.351886128431117,0.153725174569888,0.361057566619817,0.29999215420837,0.153725174569888,0.284946425526953,0.0899931919129139,0.153725174569888,0.302435663369248,0.0729720907802572,0.153725174569888,0.34867716733031,0.18949875983505,0.153725174569888,0.360016468871809,0.232184016395499,0.153725174569888,0.348883682666376,0.264386312413223,0.5,0.153725174569888,0.336472151571725,0.340637066686653,0,0.285041605109266,0.0436571289751671 -3378,0.5,0.153725174569888,0.204355443980269,0.117687480015034,0.153725174569888,0.21686971482413,0.0809970850089624,0.153725174569888,0.209723040133343,0.151210296310345,0.153725174569888,0.194125685848883,0.112295954044393,0.153725174569888,0.189833974143183,0.0479831783170387,0.153725174569888,0.218610628384837,0.0434565979305928,0.153725174569888,0.238758995431743,0.105186894010205,0.153725174569888,0.211737981742327,0.0973644342896651,0.5,0.153725174569888,0.210393483736886,0.105753092711338,0.153725174569888,0.212292476375384,0.203881106218981,0.5,0.153725174569888,0.224718887093818,0.26541682586803,0.153725174569888,0.223596301421025,0.209320493757425,0.153725174569888,0.204363971722642,0.0779879677490601,0.153725174569888,0.229707872699795,0.0654972559295039,0.153725174569888,0.222928765980975,0.094621272064962,0.153725174569888,0.231178340454166,0.11955066291816,0.153725174569888,0.215389560973508,0.144402176397757,0.5,0.153725174569888,0.201626195761202,0.182880982455956,0,0.302771987511111,0.0816325393177063 -3379,0.5,0.153725174569888,0.067106252781081,0.123025246896021,0.153725174569888,0.0949307891016331,0.103655036520062,0.153725174569888,0.0683289310318866,0.128296416965436,0.153725174569888,0.0558833325744558,0.125050216210448,0.153725174569888,0.109584785323784,0.0849694175695833,0.153725174569888,0.106595630065516,0.052280454608401,0.153725174569888,0.113844438995977,0.110507435481902,0.153725174569888,0.0932853624426492,0.0559351376073455,0.5,0.153725174569888,0.0907722356351092,0.0340506536680566,0.153725174569888,0.0757376736791462,0.170966746943104,0.5,0.153725174569888,0.0774417151088516,0.232530268372973,0.153725174569888,0.0776281866365921,0.185470200099773,0.153725174569888,0.10513595934329,0.102702512285086,0.153725174569888,0.095021863095981,0.085188451026118,0.153725174569888,0.0889132736345542,0.130209522897943,0.153725174569888,0.0802943343481465,0.10701736452085,0.153725174569888,0.066586782631517,0.151499721507285,0.5,0.153725174569888,0.0523543962822637,0.161345259576052,0,0.313552975394556,0.0975840851005666 -3380,0.5,0.153725174569888,0.0,0.133728087073885,0.153725174569888,0.0105380571057601,0.166078367164865,0.153725174569888,0.0,0.162994192421573,0.153725174569888,0.0,0.156411229722567,0.153725174569888,0.0241946434060004,0.123966656506615,0.153725174569888,0.0246870735500216,0.0678924727729418,0.153725174569888,0.0112088702756627,0.0915474716603879,0.153725174569888,0.0110098951473957,0.050218315362411,0.5,0.153725174569888,0.000834295001846544,0.0162997516579999,0.153725174569888,0.0,0.116520601424085,0.5,0.153725174569888,0.0,0.165067878376963,0.153725174569888,0.0,0.157402039215783,0.153725174569888,0.0235548085933972,0.152976629392585,0.153725174569888,0.0238343641157839,0.130726811789104,0.153725174569888,0.00207102861730512,0.192649153369846,0.153725174569888,0.0,0.0654525624207999,0.153725174569888,0.0,0.152585112934394,0.5,0.153725174569888,0.0,0.178088354035471,0,0.301699129625842,0.0784672146387909 -3381,0.5,0.153725174569888,0.0,0.147437258549718,0.153725174569888,0.0,0.196199606887646,0.153725174569888,0.0,0.188415636351355,0.153725174569888,0.0,0.177160777641684,0.153725174569888,0.0,0.159561283947964,0.153725174569888,0.0,0.0875656069134909,0.153725174569888,0.0,0.0808082783088153,0.153725174569888,0.0,0.0734604839288812,0.5,0.153725174569888,0.0,0.0251735922364633,0.153725174569888,0.0,0.0572312074309311,0.5,0.153725174569888,0.0,0.131880465535506,0.153725174569888,0.0,0.122833497237481,0.153725174569888,0.0,0.199890182356176,0.153725174569888,0.0,0.173249361504358,0.153725174569888,0.0,0.189203986660165,0.153725174569888,0.0,0.0437370478449643,0.153725174569888,0.0,0.14815372089855,0.5,0.153725174569888,0.0,0.152130597020405,0,0.307206973558463,0.0775594607771696 -3382,0.5,0.153725174569888,0.0,0.159892582595285,0.153725174569888,0.0,0.180044957988174,0.153725174569888,0.0,0.166318463650354,0.153725174569888,0.0,0.191895669432365,0.153725174569888,0.0,0.180477090452758,0.153725174569888,0.0,0.116593212085657,0.153725174569888,0.0,0.0605311854114814,0.153725174569888,0.0,0.0743507210102966,0.5,0.153725174569888,0.0,0.0238591410813431,0.153725174569888,0.0,0.0395106709066134,0.5,0.153725174569888,0.0,0.109166188114194,0.153725174569888,0.0,0.0771552548939515,0.153725174569888,0.0,0.210106672373129,0.153725174569888,0.0,0.203096276501671,0.153725174569888,0.0,0.159910210767401,0.153725174569888,0.0,0.034667222829877,0.153725174569888,0.0,0.128843923221295,0.5,0.153725174569888,0.0,0.104811786193958,0,0.33122421034747,0.10259133524975 -3383,0.5,0.153725174569888,0.0,0.171567079646432,0.153725174569888,0.0,0.179646556380787,0.153725174569888,0.0,0.130467223692619,0.153725174569888,0.0,0.190090046584554,0.153725174569888,0.0,0.143656057885449,0.153725174569888,0.0,0.0524884881405797,0.153725174569888,0.0,0.0421127634364513,0.153725174569888,0.0,0.0165203708777705,0.5,0.153725174569888,0.0,0.0156156726157181,0.153725174569888,0.0,0.0479096318096583,0.5,0.153725174569888,0.0,0.088130797172512,0.153725174569888,0.0,0.0630612103547369,0.153725174569888,0.0,0.207422503301973,0.153725174569888,0.0,0.233735083920761,0.153725174569888,0.0,0.15485268094396,0.153725174569888,0.0,0.0290727307048245,0.153725174569888,0.0,0.103266228384312,0.5,0.153725174569888,0.0,0.0812719531073226,0,0.289516610941367,0.169759974298585 -3384,0.5,0.153725174569888,0.0,0.176282115242523,0.153725174569888,0.0,0.19256236868046,0.153725174569888,0.0,0.102989350932904,0.153725174569888,0.0,0.176993670887049,0.153725174569888,0.0,0.098945187077219,0.153725174569888,0.0,0.0046078691495694,0.153725174569888,0.0,0.0406099957790264,0.153725174569888,0.0,0.010388685232587,0.5,0.153725174569888,0.0,0.00871048499076491,0.153725174569888,0.0,0.0650467414729514,0.5,0.153725174569888,0.0,0.0543281978839698,0.153725174569888,0.0,0.0621311299730072,0.153725174569888,0.0,0.220676131423639,0.153725174569888,0.0,0.213148018487969,0.153725174569888,0.0,0.153427794004385,0.153725174569888,0.0,0.0272341558550224,0.153725174569888,0.0,0.0768481392014438,0.5,0.153725174569888,0.0,0.0595466003072424,0,0.227947670895767,0.276492154278916 -3385,0.5,0.153725174569888,0.0,0.178450587594342,0.153725174569888,0.0,0.195219429290733,0.153725174569888,0.0,0.0861300878687717,0.153725174569888,0.0,0.173685247121544,0.153725174569888,0.0,0.0759308117735717,0.153725174569888,0.0,0.00377535996295361,0.153725174569888,0.0,0.0514175477141112,0.153725174569888,0.0,0.0119657680421692,0.5,0.153725174569888,0.0,0.0152804899936013,0.153725174569888,0.0,0.0614290530170585,0.5,0.153725174569888,0.0,0.0350356966106844,0.153725174569888,0.0,0.0739916904069658,0.153725174569888,0.0,0.218817244899438,0.153725174569888,0.0,0.195442689500968,0.153725174569888,0.0,0.155822200340137,0.153725174569888,0.0,0.0351035503955447,0.153725174569888,0.0,0.0635040564128535,0.5,0.153725174569888,0.0,0.0394919695821079,0,0.176451486507432,0.460846330823475 -3386,0.5,0.153725174569888,0.0,0.17642954456269,0.153725174569888,0.0,0.21121903620115,0.153725174569888,0.0,0.0853749116389471,0.153725174569888,0.0,0.180351446499319,0.153725174569888,0.0,0.0671390034348277,0.153725174569888,0.0,0.0255338319862488,0.153725174569888,0.0,0.0639199954575677,0.153725174569888,0.0,0.0415452005746774,0.5,0.153725174569888,0.0,0.0769428203257203,0.153725174569888,0.0,0.0585538626451902,0.5,0.153725174569888,0.0,0.0382424098131118,0.153725174569888,0.0,0.0826518945289047,0.153725174569888,0.0,0.220755116851061,0.153725174569888,0.0,0.181627817803746,0.153725174569888,0.0,0.154662294606436,0.153725174569888,0.0,0.0319838853323416,0.153725174569888,0.0,0.0541109309804608,0.5,0.153725174569888,0.0,0.0312609930240295,0,0.208099770289536,0.547946188323732 -3387,0.5,0.153725174569888,0.0,0.179337307497702,0.153725174569888,0.0,0.193496906876938,0.153725174569888,0.0,0.080671328982826,0.153725174569888,0.0,0.204118448956936,0.153725174569888,0.0,0.0721172827098848,0.153725174569888,0.0,0.0716963368321995,0.153725174569888,0.0,0.063415593863249,0.153725174569888,0.0,0.188608345775355,0.5,0.153725174569888,0.0,0.0921234244693329,0.153725174569888,0.0,0.0640511779047269,0.5,0.153725174569888,0.0,0.0376444228881889,0.153725174569888,0.0,0.086999248618628,0.153725174569888,0.0,0.237757223324001,0.153725174569888,0.0,0.164270710936853,0.153725174569888,0.0,0.138778474290532,0.153725174569888,0.0,0.0283601092634028,0.153725174569888,0.0,0.0580490346167188,0.5,0.153725174569888,0.0,0.0246564312933414,0,0.201795543729256,0.518107465910912 -3388,0.5,0.153725174569888,0.0,0.191057216758686,0.153725174569888,0.0,0.189341716365423,0.153725174569888,0.0,0.0798148681620082,0.153725174569888,0.0,0.238667718346003,0.153725174569888,0.0,0.0781963421508204,0.153725174569888,0.0,0.141236869541307,0.153725174569888,0.0,0.0611333850996744,0.153725174569888,0.0,0.233308354130309,0.5,0.153725174569888,0.0,0.0968421018995812,0.153725174569888,0.0,0.0656027962297206,0.5,0.153725174569888,0.0,0.0459818443351859,0.153725174569888,0.0,0.0666293490270878,0.153725174569888,0.0,0.246843067161764,0.153725174569888,0.0,0.152668554855033,0.153725174569888,0.0,0.133759184870254,0.153725174569888,0.0,0.0141206975702944,0.153725174569888,0.0,0.0538565724633289,0.5,0.153725174569888,0.0,0.0181813591988629,0,0.225828558242429,0.509205589338364 -3389,0.5,0.153725174569888,0.00370016149827123,0.200481943693529,0.153725174569888,0.00116320734776692,0.201586839866374,0.153725174569888,0.000437702388156316,0.0809059441664946,0.153725174569888,0.00273420756171053,0.277053839174726,0.153725174569888,0.0,0.0975955492641376,0.153725174569888,0.0,0.212102351310783,0.153725174569888,0.0,0.128121466495371,0.153725174569888,0.0,0.174639709116063,0.5,0.153725174569888,0.0,0.153725502084179,0.153725174569888,0.0,0.0507783275713693,0.5,0.153725174569888,0.0,0.13431454030516,0.153725174569888,0.0,0.0666837967672223,0.153725174569888,0.00148952485783668,0.247534436184387,0.153725174569888,0.000120754379108768,0.165577613274175,0.153725174569888,0.000233603408157167,0.142789321741163,0.153725174569888,0.0,0.0276180223438764,0.153725174569888,2.3575211082071e-09,0.054216004546085,0.5,0.153725174569888,1.17807582437834e-07,0.0120745709867923,0,0.257092768403019,0.499765440024777 -3390,0.5,0.153725174569888,0.061625426881941,0.221741649077879,0.153725174569888,0.0483589448312132,0.211023183637333,0.153725174569888,0.0496984492906418,0.0698714209383919,0.153725174569888,0.0598083802121556,0.303625513994268,0.153725174569888,0.0340147700926856,0.158890623704581,0.153725174569888,0.0112000959601848,0.115706182276821,0.153725174569888,0.0303853586119724,0.131713054552452,0.153725174569888,0.0161927860372158,0.133270840329857,0.5,0.153725174569888,0.02058512151522,0.117093423335565,0.153725174569888,0.0382240410559033,0.0365394722636899,0.5,0.153725174569888,0.0299008828452702,0.160455542375093,0.153725174569888,0.0294942070857454,0.0809528987584376,0.153725174569888,0.0472665036527623,0.254882297163225,0.153725174569888,0.0379564909452649,0.191158416517753,0.153725174569888,0.0451387619756362,0.120795417284515,0.153725174569888,0.0345055013013414,0.0282906281870329,0.153725174569888,0.0424928460858794,0.0521983416183068,0.5,0.153725174569888,0.047074408999353,0.00919846983390567,0,0.276555505650993,0.473831645278252 -3391,0.5,0.153725174569888,0.148668303452318,0.339351761689639,0.153725174569888,0.123355249985086,0.334136617503205,0.153725174569888,0.132636495308677,0.0854017655239606,0.153725174569888,0.150141737430351,0.388577158924749,0.153725174569888,0.105905038471425,0.185479751022483,0.153725174569888,0.0704868928137645,0.0853754105083609,0.153725174569888,0.103569921337398,0.0702493988071477,0.153725174569888,0.0977064176568164,0.180763845604967,0.5,0.153725174569888,0.0964981919104779,0.143360778152029,0.153725174569888,0.122620080311214,0.0216205901040908,0.5,0.153725174569888,0.102291394288379,0.10651807641416,0.153725174569888,0.105917336278224,0.0592414851789158,0.153725174569888,0.123757603556431,0.391916881960823,0.153725174569888,0.110019247470629,0.260694965139331,0.153725174569888,0.12097001342722,0.150822955264742,0.153725174569888,0.102238654217056,0.0206942060762527,0.153725174569888,0.123132679550664,0.0728747165082793,0.5,0.153725174569888,0.136072880033349,0.011457872212531,0,0.352936692110413,0.387704013280778 -3392,0.5,0.153725174569888,0.267871800135892,0.488321414672818,0.153725174569888,0.221841013490782,0.547221429707311,0.153725174569888,0.243774803040329,0.112922543069854,0.153725174569888,0.271271126298457,0.497477561362342,0.153725174569888,0.200809608653095,0.197446383908017,0.153725174569888,0.212160504103168,0.40263940506371,0.153725174569888,0.210841600910392,0.120366533105377,0.153725174569888,0.218628394677313,0.386517384183849,0.5,0.153725174569888,0.217634903134393,0.349789764980927,0.153725174569888,0.244345037051764,0.0345890640872834,0.5,0.153725174569888,0.211712471523629,0.0829617176785765,0.153725174569888,0.222235471926015,0.0597595925373887,0.153725174569888,0.214344283405011,0.507441829959619,0.153725174569888,0.216331546447107,0.28910029479711,0.153725174569888,0.231456140107101,0.205728236288755,0.153725174569888,0.20001637307218,0.0320361297184213,0.153725174569888,0.236064031565782,0.126454622407046,0.5,0.153725174569888,0.258409803895735,0.0549544385677937,0,0.356000684924054,0.226552427982365 -3393,0.5,0.153725174569888,0.39423954237726,0.661478038239205,0.153725174569888,0.348716593482499,0.487125997289244,0.153725174569888,0.370689589240461,0.168230750498458,0.153725174569888,0.402069943863398,0.512508337833673,0.153725174569888,0.314679738580533,0.576387359550232,0.153725174569888,0.338913551159578,0.699100587236924,0.153725174569888,0.342458809491728,0.363960641217103,0.153725174569888,0.348677835853333,0.498208734898881,0.5,0.153725174569888,0.347310028950273,0.401211848302513,0.153725174569888,0.379656735601964,0.0483130366740596,0.5,0.153725174569888,0.349810796840725,0.122779396689153,0.153725174569888,0.35605610411127,0.108919568867629,0.153725174569888,0.322486924063459,0.575759154961846,0.153725174569888,0.327644640905348,0.26512829253122,0.153725174569888,0.344465862218835,0.189637212110062,0.153725174569888,0.234574544303351,0.0838441994040744,0.153725174569888,0.345454042931282,0.1484555284756,0.5,0.153725174569888,0.396679475548456,0.119102341915557,0,0.360603769181897,0.145249155096265 -3394,0.5,0.153725174569888,0.521831181206003,0.704821952864989,0.153725174569888,0.486195904548057,0.334946851154816,0.153725174569888,0.500602752533943,0.153502984035706,0.153725174569888,0.52857525059533,0.495616120694316,0.153725174569888,0.461668438153734,0.620813218222194,0.153725174569888,0.477611137133767,0.536186182900844,0.153725174569888,0.480918870701656,0.432919515228435,0.153725174569888,0.487498028119087,0.319427203409254,0.5,0.153725174569888,0.479972083888034,0.317670554942939,0.153725174569888,0.494300573763782,0.0238201756212726,0.5,0.153725174569888,0.493848804420942,0.220056591276645,0.153725174569888,0.485074203465565,0.0914709486796182,0.153725174569888,0.46995865329824,0.525218731097656,0.153725174569888,0.40823482294517,0.352116686412911,0.153725174569888,0.449588992948726,0.145094614642832,0.153725174569888,0.426439912650187,0.1958754321176,0.153725174569888,0.460344158099702,0.149122146988845,0.5,0.153725174569888,0.524824592422747,0.153357442992687,0,0.384109924300302,0.200730573203581 -3395,0.5,0.153725174569888,0.616008111319313,0.696162666672261,0.153725174569888,0.572975338702402,0.156882751926095,0.153725174569888,0.585567575005624,0.0848615617446959,0.153725174569888,0.617149816422694,0.455555567911725,0.153725174569888,0.57614521901832,0.431815458708976,0.153725174569888,0.596644466495187,0.38636265399347,0.153725174569888,0.577514155668401,0.253209290705966,0.153725174569888,0.592181779642996,0.216549541870859,0.5,0.153725174569888,0.573279358393396,0.248369773257824,0.153725174569888,0.532850683505024,0.0259669371290451,0.5,0.153725174569888,0.601163773316655,0.164034777666982,0.153725174569888,0.577830370946865,0.0436268257432311,0.153725174569888,0.572130995251263,0.362224214088861,0.153725174569888,0.552617266956356,0.333553753447857,0.153725174569888,0.531598184989296,0.131236725632029,0.153725174569888,0.493723132254246,0.20214163182625,0.153725174569888,0.563754037126587,0.110763011485473,0.5,0.153725174569888,0.615637894270565,0.127505668399703,0,0.453451667312053,0.201121058262932 -3396,0.5,0.153725174569888,0.664650504357241,0.669249698674772,0.153725174569888,0.638206238958814,0.109580339349211,0.153725174569888,0.646671202578312,0.045835621850583,0.153725174569888,0.652447314915466,0.38953093246006,0.153725174569888,0.618103368694919,0.22454946472179,0.153725174569888,0.672390526355055,0.27208628502557,0.153725174569888,0.591652523032702,0.0869883625641559,0.153725174569888,0.648277087097607,0.250929871843671,0.5,0.153725174569888,0.634218942058021,0.279938554179669,0.153725174569888,0.612057762362568,0.0508346801508089,0.5,0.153725174569888,0.661789487706405,0.0759234696693618,0.153725174569888,0.621690882590961,0.0261074206537453,0.153725174569888,0.626133918036376,0.253879516823488,0.153725174569888,0.595342501159689,0.221343115675817,0.153725174569888,0.574219838158399,0.129794396292276,0.153725174569888,0.539254214612781,0.144688175588064,0.153725174569888,0.636371298344967,0.0601600419275867,0.5,0.153725174569888,0.651271188816674,0.0776760787303068,0,0.508006098445301,0.176354269537247 -3397,0.5,0.153725174569888,0.675446538805995,0.632520917981319,0.153725174569888,0.624920030262541,0.147445741938632,0.153725174569888,0.673863351820165,0.0292479590053387,0.153725174569888,0.65060767929899,0.322072832031811,0.153725174569888,0.647457804447675,0.151331235570101,0.153725174569888,0.699173090467781,0.300436622193171,0.153725174569888,0.611721308371521,0.0677678716919182,0.153725174569888,0.661425260408892,0.34142475916521,0.5,0.153725174569888,0.651142512855018,0.328466620015716,0.153725174569888,0.624138954992199,0.112704070080562,0.5,0.153725174569888,0.641177829727092,0.066956959129754,0.153725174569888,0.604675379411044,0.0161194266339349,0.153725174569888,0.603665331939414,0.252711124571265,0.153725174569888,0.620606025824562,0.139797364725912,0.153725174569888,0.592761568263725,0.114284520846167,0.153725174569888,0.584381544010934,0.131992289993353,0.153725174569888,0.658478787400813,0.0439534757503572,0.5,0.153725174569888,0.670956732141869,0.0619493669195654,0,0.493735189118386,0.109335551335564 -3398,0.5,0.153725174569888,0.644439952629059,0.591139553005566,0.153725174569888,0.575834397644473,0.158934933772139,0.153725174569888,0.64511350293672,0.0183887886207837,0.153725174569888,0.620818701360825,0.261202567022901,0.153725174569888,0.610118540839277,0.187395631638934,0.153725174569888,0.663591661202863,0.360361982876866,0.153725174569888,0.583512495777646,0.0969447260542989,0.153725174569888,0.531451990946384,0.308025815774128,0.5,0.153725174569888,0.576868729839671,0.306295796639921,0.153725174569888,0.617478673781333,0.225850823198285,0.5,0.153725174569888,0.532062375093261,0.0358403582430393,0.153725174569888,0.600218331934707,0.027051317998445,0.153725174569888,0.540475364664214,0.239887128996372,0.153725174569888,0.581600242054154,0.0941256569691134,0.153725174569888,0.594884366212212,0.0874693094561913,0.153725174569888,0.554967964134964,0.154119362822843,0.153725174569888,0.634084050031698,0.0342321976115397,0.5,0.153725174569888,0.64062381765962,0.0491967885857536,0,0.457773503944981,0.0488613603563271 -3399,0.5,0.153725174569888,0.561502795774745,0.527013179261884,0.153725174569888,0.315170366653435,0.127218692795914,0.153725174569888,0.568352226349884,0.0181429628412853,0.153725174569888,0.554080436732943,0.205725348156277,0.153725174569888,0.580001949962109,0.194184243377743,0.153725174569888,0.553771400491937,0.314047064134402,0.153725174569888,0.444054985901179,0.115608879012654,0.153725174569888,0.479995440227697,0.273264782418477,0.5,0.153725174569888,0.477589424524705,0.222417737313603,0.153725174569888,0.570693087382853,0.297595115726176,0.5,0.153725174569888,0.491677876742429,0.00351261513247988,0.153725174569888,0.555215166377572,0.0506677351265702,0.153725174569888,0.462195475924746,0.187713248403911,0.153725174569888,0.520280884841774,0.0989640945556563,0.153725174569888,0.531711765951826,0.0848855424124276,0.153725174569888,0.437731026776599,0.143870702425765,0.153725174569888,0.559452073610162,0.022173699955647,0.5,0.153725174569888,0.574303497390666,0.0708793732920871,0,0.348327703011686,0.0117101456402593 -3400,0.5,0.153725174569888,0.438746203693072,0.412314462970627,0.153725174569888,0.372511121928481,0.0994239947285201,0.153725174569888,0.449996010595986,0.0188828291348511,0.153725174569888,0.439639947186653,0.151189350425862,0.153725174569888,0.439801767582665,0.127901717770739,0.153725174569888,0.499734421393339,0.264215815723195,0.153725174569888,0.340369014902019,0.136095036278391,0.153725174569888,0.385882705837838,0.29255649732794,0.5,0.153725174569888,0.453158228846854,0.196642682515598,0.153725174569888,0.473711576488531,0.337501600860395,0.5,0.153725174569888,0.44820448805013,0.000304703802216596,0.153725174569888,0.445901456916429,0.0824858087294804,0.153725174569888,0.37710651640184,0.14067863728424,0.153725174569888,0.40752908788825,0.0676891139915718,0.153725174569888,0.393900589637812,0.0721978109139927,0.153725174569888,0.322466521266809,0.0884665228197868,0.153725174569888,0.451065814169561,0.0164380852076229,0.5,0.153725174569888,0.465858538595334,0.109486348750717,0,0.224569606024115,0.00125086159083563 -3401,0.5,0.153725174569888,0.294412125498143,0.22990726317692,0.153725174569888,0.207840529797136,0.0567013289128162,0.153725174569888,0.326899126922875,0.0158267278554352,0.153725174569888,0.302533972574722,0.0815019218588461,0.153725174569888,0.319020934815933,0.105616930912408,0.153725174569888,0.290764108186076,0.16875309538716,0.153725174569888,0.261379084416572,0.10141482572981,0.153725174569888,0.290961011435333,0.169535243667677,0.5,0.153725174569888,0.313446877434153,0.101523896849786,0.153725174569888,0.34075383937669,0.356944850441069,0.5,0.153725174569888,0.311585533972941,0.00913493551978295,0.153725174569888,0.29982092049036,0.127991046940182,0.153725174569888,0.277243784564051,0.115057561179037,0.153725174569888,0.266002830977552,0.037700659636465,0.153725174569888,0.265642867032667,0.042164106597049,0.153725174569888,0.292837727088635,0.0428782424695088,0.153725174569888,0.327973286115593,0.0249413375893779,0.5,0.153725174569888,0.330236258192135,0.142697439403637,0,0.100988482277198,0.0010149632046682 -3402,0.5,0.153725174569888,0.17126654253782,0.0762270809072281,0.153725174569888,0.182946838621002,0.0312158551565777,0.153725174569888,0.199418986350232,0.00519459301621318,0.153725174569888,0.181234336284733,0.0237113769405096,0.153725174569888,0.209228378584488,0.058634927599021,0.153725174569888,0.181352368718427,0.0820099610140616,0.153725174569888,0.20534993702241,0.0298808491135492,0.153725174569888,0.179090329176753,0.075661815694087,0.5,0.153725174569888,0.17114004346211,0.0812989175705656,0.153725174569888,0.209714706090189,0.158126954166354,0.5,0.153725174569888,0.187553392763434,0.040755760946643,0.153725174569888,0.178610874564803,0.0566283143111624,0.153725174569888,0.175824575054275,0.0887793142162981,0.153725174569888,0.209698109216761,0.0376812183812805,0.153725174569888,0.168100643061997,0.0137820802093099,0.153725174569888,0.195593993893497,0.00381731334945304,0.153725174569888,0.203114646120737,0.0246916476726849,0.5,0.153725174569888,0.197844871200636,0.0820195435983572,0,0.0538914469242254,0.00120503589965598 -3403,0.5,0.153725174569888,0.0635102949719376,0.0484206826928975,0.153725174569888,0.0992734159384173,0.0157218601724052,0.153725174569888,0.0619495611003313,0.00410032989748617,0.153725174569888,0.0535160548441799,0.0255354799154422,0.153725174569888,0.101500903007976,0.0421771598536236,0.153725174569888,0.0875849807668235,0.0347330555081059,0.153725174569888,0.106408118697411,0.00105850110848436,0.153725174569888,0.0549730889553199,0.0344104011528901,0.5,0.153725174569888,0.0423914675162992,0.0518102458984561,0.153725174569888,0.0632925234285187,0.0560634396312863,0.5,0.153725174569888,0.0696726209482234,0.0273715324242459,0.153725174569888,0.0512624651627408,0.0526749253468733,0.153725174569888,0.0789908001897156,0.0525604807826623,0.153725174569888,0.110074451801932,0.0519423249427125,0.153725174569888,0.0787078419107374,0.00485923114235559,0.153725174569888,0.0840040240827178,0.000455814892769781,0.153725174569888,0.0646386858303866,0.0271630547984356,0.5,0.153725174569888,0.0517992738569083,0.048248149873997,0,0.0331257699633351,0.001011194184343 -3404,0.5,0.153725174569888,0.0,0.0511228686390701,0.153725174569888,0.0113205568164786,0.0295867659860607,0.153725174569888,0.0,0.00917304003394527,0.153725174569888,0.0,0.0355130359296484,0.153725174569888,0.0205013463264815,0.0393850505043823,0.153725174569888,0.0275124747823021,0.0245552943260466,0.153725174569888,0.0167598737910791,0.000497504212401001,0.153725174569888,0.0104009681098736,0.0254402755580989,0.5,0.153725174569888,0.002451090423717,0.0816701974699178,0.153725174569888,0.0,0.0239868306776122,0.5,0.153725174569888,9.04899017011181e-05,0.0239741312578288,0.153725174569888,5.4929108713141e-05,0.0334665348382978,0.153725174569888,0.0163836721029853,0.0344115695240624,0.153725174569888,0.0214868151707224,0.0507192735162076,0.153725174569888,0.00405651534580817,0.00731715675527072,0.153725174569888,0.0,0.00362180377246162,0.153725174569888,0.0,0.0276089798254285,0.5,0.153725174569888,0.0,0.0269110821667112,0,0.0138485822864186,0.00163771451486414 -3405,0.5,0.153725174569888,0.0,0.052545966256974,0.153725174569888,0.0,0.0442612532423717,0.153725174569888,0.0,0.0141771286481375,0.153725174569888,0.0,0.0467213635147863,0.153725174569888,0.0,0.0288645086156092,0.153725174569888,0.0,0.0120063054653876,0.153725174569888,0.0,0.00267387955079745,0.153725174569888,0.0,0.0290213556281135,0.5,0.153725174569888,0.0,0.0758388170445933,0.153725174569888,0.0,0.00711894457198232,0.5,0.153725174569888,0.0,0.012247996651391,0.153725174569888,0.0,0.0355172825962652,0.153725174569888,0.0,0.0395451981173225,0.153725174569888,0.0,0.0583268361402467,0.153725174569888,0.0,0.010370595059445,0.153725174569888,0.0,0.0076461000143142,0.153725174569888,0.0,0.019904945104803,0.5,0.153725174569888,0.0,0.0153064718269509,0,0.00497294302661759,0.0119758692502911 -3406,0.5,0.153725174569888,0.0,0.0505175482613315,0.153725174569888,0.0,0.0414782898765304,0.153725174569888,0.0,0.0145849897526439,0.153725174569888,0.0,0.0580057713973669,0.153725174569888,0.0,0.0235609915680605,0.153725174569888,0.0,0.0126793635885007,0.153725174569888,0.0,0.00386638189335121,0.153725174569888,0.0,0.0437661111715104,0.5,0.153725174569888,0.0,0.0881748301691854,0.153725174569888,0.0,0.00847104163653171,0.5,0.153725174569888,0.0,0.0556092470938849,0.153725174569888,0.0,0.0623107386412101,0.153725174569888,0.0,0.0400838615171612,0.153725174569888,0.0,0.0634600658559422,0.153725174569888,0.0,0.0147313873402982,0.153725174569888,0.0,0.0207508853081472,0.153725174569888,0.0,0.00914754761109296,0.5,0.153725174569888,0.0,0.00560100267374443,0,0.00372794826535248,0.0487805634509022 -3407,0.5,0.153725174569888,0.0,0.0535614288477533,0.153725174569888,0.0,0.0533917917559489,0.153725174569888,0.0,0.0143261508405185,0.153725174569888,0.0,0.0708995454682791,0.153725174569888,0.0,0.0195242130147228,0.153725174569888,0.0,0.0394968670900163,0.153725174569888,0.0,0.00804093100808307,0.153725174569888,0.0,0.0574348772221551,0.5,0.153725174569888,0.0,0.0349538321087439,0.153725174569888,0.0,0.0326547210639284,0.5,0.153725174569888,0.0,0.360737054452922,0.153725174569888,0.0,0.0785079175358294,0.153725174569888,0.0,0.0486702533790426,0.153725174569888,0.0,0.0576909247399157,0.153725174569888,0.0,0.0163537397380539,0.153725174569888,0.0,0.060914673690624,0.153725174569888,0.0,0.0496948702375894,0.5,0.153725174569888,0.0,0.00327649209068659,0,0.00941137951095193,0.0447760399790913 -3408,0.5,0.153725174569888,0.0,0.0577908725572086,0.153725174569888,0.0,0.0372272199204748,0.153725174569888,0.0,0.0117265456181005,0.153725174569888,0.0,0.0804634204342788,0.153725174569888,0.0,0.051663340343222,0.153725174569888,0.0,0.079226154669446,0.153725174569888,0.0,0.0642580169388661,0.153725174569888,0.0,0.0533747642159888,0.5,0.153725174569888,0.0,0.0119415943080951,0.153725174569888,0.0,0.033433958494064,0.5,0.153725174569888,0.0,0.823906968888691,0.153725174569888,0.0,0.264570900884356,0.153725174569888,0.0,0.0477537661208736,0.153725174569888,0.0,0.0490979137521042,0.153725174569888,0.0,0.0139226640348372,0.153725174569888,0.0,0.203881757869993,0.153725174569888,0.0,0.183257463931919,0.5,0.153725174569888,0.0,0.00616506132190579,0,0.0234246008149459,0.0742565719827204 -3409,0.5,0.153725174569888,0.0,0.0605378381686203,0.153725174569888,0.0,0.0446854579385458,0.153725174569888,0.0,0.00507033274779047,0.153725174569888,0.0,0.0784167049125785,0.153725174569888,0.0,0.13764038586097,0.153725174569888,0.0,0.0579318479780954,0.153725174569888,0.0,0.156055629214837,0.153725174569888,0.0,0.0374718051521555,0.5,0.153725174569888,0.0,0.0137182129131039,0.153725174569888,0.0,0.0527665473262511,0.5,0.153725174569888,0.0,0.818238132994246,0.153725174569888,0.0,0.3935148785198,0.153725174569888,0.0,0.0521600780740119,0.153725174569888,0.0,0.0369574383107523,0.153725174569888,0.0,0.0165054476209208,0.153725174569888,0.0,0.322964422203927,0.153725174569888,0.0,0.411750365038284,0.5,0.153725174569888,0.0,0.00975208802736121,0,0.0396157809711112,0.118501537025678 -3410,0.5,0.153725174569888,0.0,0.0649700529548827,0.153725174569888,0.0,0.0331983711762548,0.153725174569888,0.0,0.0241895744304864,0.153725174569888,0.0,0.0736171989231334,0.153725174569888,0.0,0.181674411670148,0.153725174569888,0.0,0.0648782947530311,0.153725174569888,0.0,0.394383935808428,0.153725174569888,0.0,0.0265892806445024,0.5,0.153725174569888,0.0,0.0278514954597683,0.153725174569888,0.0,0.0927055733381622,0.5,0.153725174569888,0.0,0.471443858829862,0.153725174569888,0.0,0.329278398220235,0.153725174569888,0.0,0.0487544053703772,0.153725174569888,0.0,0.0531145203480701,0.153725174569888,0.0,0.0381972772554015,0.153725174569888,0.0,0.418974325016049,0.153725174569888,0.0,0.449735581944884,0.5,0.153725174569888,0.0,0.0456332105368576,0,0.0486393340247156,0.183769299987164 -3411,0.5,0.153725174569888,0.0,0.0756836060154396,0.153725174569888,0.0,0.0297806376484178,0.153725174569888,0.0,0.0753797373225092,0.153725174569888,0.0,0.0884470367556045,0.153725174569888,0.0,0.209993034485194,0.153725174569888,0.0,0.115972569826526,0.153725174569888,0.0,0.352823411685069,0.153725174569888,0.0,0.0311197316113477,0.5,0.153725174569888,0.0,0.0434147743003804,0.153725174569888,0.0,0.14897003247308,0.5,0.153725174569888,0.0,0.138585493129837,0.153725174569888,0.0,0.13517126293391,0.153725174569888,0.0,0.0391530700020538,0.153725174569888,0.0,0.105083114605018,0.153725174569888,0.0,0.159445298543285,0.153725174569888,0.0,0.359755815515161,0.153725174569888,0.0,0.363784781177172,0.5,0.153725174569888,0.0,0.120510727945624,0,0.0635393311922329,0.264968180359371 -3412,0.5,0.153725174569888,0.0,0.0875344848626538,0.153725174569888,0.0,0.00593841077822522,0.153725174569888,0.0,0.197760320886974,0.153725174569888,0.0,0.107072021809104,0.153725174569888,0.0,0.109282595718391,0.153725174569888,0.0,0.101218767035685,0.153725174569888,0.0,0.0662550891642082,0.153725174569888,0.0,0.024837155261908,0.5,0.153725174569888,0.0,0.0404210205886767,0.153725174569888,0.0,0.0956181298694322,0.5,0.153725174569888,0.0,0.0408536120179579,0.153725174569888,0.0,0.0597965010643617,0.153725174569888,0.0,0.0222861468340001,0.153725174569888,0.0,0.14184293560015,0.153725174569888,0.0,0.290887698097518,0.153725174569888,0.0,0.124754715571573,0.153725174569888,0.0,0.229925691197214,0.5,0.153725174569888,0.0,0.279688239131337,0,0.0794182937452328,0.322185336931981 -3413,0.5,0.153725174569888,0.00338686353466143,0.0873493251189091,0.153725174569888,0.00100106683896145,0.0434522516263323,0.153725174569888,0.000451214309446066,0.287811097266315,0.153725174569888,0.0029029686914716,0.0976935680264304,0.153725174569888,0.0,0.0695060657788222,0.153725174569888,0.0,0.119773359072729,0.153725174569888,0.0,0.0149177074166187,0.153725174569888,0.0,0.0227435521448845,0.5,0.153725174569888,0.0,0.0316880987353877,0.153725174569888,0.0,0.0668445655175639,0.5,0.153725174569888,0.0,0.0424799299421699,0.153725174569888,0.0,0.0333441800056219,0.153725174569888,0.00110605149795269,0.0780752626379856,0.153725174569888,7.4653813403612e-05,0.13144855810275,0.153725174569888,0.00010614982962999,0.356881045545751,0.153725174569888,0.0,0.025837320187297,0.153725174569888,1.42909446411e-06,0.143237626954909,0.5,0.153725174569888,1.57010614973748e-05,0.222566873928402,0,0.100074108977615,0.308440198949719 -3414,0.5,0.153725174569888,0.0539056328845939,0.108608705345279,0.153725174569888,0.0407657729286348,0.251177475920341,0.153725174569888,0.0298222376538664,0.400061196502758,0.153725174569888,0.0588682793811905,0.0726885467914708,0.153725174569888,0.0155404776032113,0.058609571093683,0.153725174569888,0.00322834127365166,0.0799123810434046,0.153725174569888,0.00635874024054367,0.0340001910428882,0.153725174569888,0.0104612021948144,0.0472981134524009,0.5,0.153725174569888,0.0110381915695152,0.032328729605613,0.153725174569888,0.00110681859158524,0.0483949910710607,0.5,0.153725174569888,0.00266764078129219,0.0498059823244798,0.153725174569888,0.000990908598021655,0.0213835605797601,0.153725174569888,0.0289111328748887,0.212391145424968,0.153725174569888,0.0126263277332399,0.192984425278523,0.153725174569888,0.00274228349980443,0.449091646508425,0.153725174569888,0.00347153997075641,0.0202293312699731,0.153725174569888,0.00657617648986511,0.0932853028481362,0.5,0.153725174569888,0.0132939165621773,0.110243593704758,0,0.135361494412654,0.25623878494607 -3415,0.5,0.153725174569888,0.136622195461069,0.251221662729878,0.153725174569888,0.0287683359717657,0.510878148692771,0.153725174569888,0.0906939238691521,0.545149647070639,0.153725174569888,0.145146216942448,0.113741675454876,0.153725174569888,0.0486014402846126,0.0603568324567442,0.153725174569888,0.0263999350918905,0.0927792875995485,0.153725174569888,0.0574346863129381,0.0516469875431601,0.153725174569888,0.0745947869278529,0.09209030397517,0.5,0.153725174569888,0.0590464398255697,0.0516725411157736,0.153725174569888,0.00453225591117296,0.0222688293159823,0.5,0.153725174569888,0.022488490029257,0.0696540140934407,0.153725174569888,0.00757985291586109,0.0312721564275616,0.153725174569888,0.0723849020338979,0.325861995626036,0.153725174569888,0.0419720960915998,0.252102442642475,0.153725174569888,0.00658868000450883,0.427864217146426,0.153725174569888,0.028412829978645,0.0290064395053033,0.153725174569888,0.0393438730993008,0.0785341703193056,0.5,0.153725174569888,0.0227169194347534,0.0485706083318149,0,0.183050626275512,0.233399530619258 -3416,0.5,0.153725174569888,0.242421800888599,0.391830859159122,0.153725174569888,0.00120899864339334,0.558394125549503,0.153725174569888,0.187905285190429,0.476390859795779,0.153725174569888,0.24779539052364,0.225039449232979,0.153725174569888,0.123335502426469,0.0666399339642474,0.153725174569888,0.109202566002536,0.146442399470625,0.153725174569888,0.143935994923012,0.0757320507074603,0.153725174569888,0.164879910356169,0.109159645007808,0.5,0.153725174569888,0.13470496294182,0.0814705129827631,0.153725174569888,0.00729586868993065,0.0219189301181653,0.5,0.153725174569888,0.0515109935882571,0.116592766843788,0.153725174569888,0.0150475628239326,0.047470066896139,0.153725174569888,0.0739375953759862,0.387134778170167,0.153725174569888,0.0644578069138391,0.230677629976341,0.153725174569888,0.0344273401574165,0.3587611411518,0.153725174569888,0.112188042785792,0.0518583919753766,0.153725174569888,0.119410788306141,0.0927021194373494,0.5,0.153725174569888,0.0431089790537891,0.0373679039350265,0,0.204710674021092,0.192477793704266 -3417,0.5,0.153725174569888,0.349097159086904,0.444658234431527,0.153725174569888,0.00309582079383144,0.720871428596571,0.153725174569888,0.281218302331157,0.398910463678833,0.153725174569888,0.32939821423929,0.247165465166259,0.153725174569888,0.261878553979318,0.112220427314683,0.153725174569888,0.274096857843786,0.25107370854579,0.153725174569888,0.233742421320652,0.143694957440304,0.153725174569888,0.276388014764749,0.114637373050429,0.5,0.153725174569888,0.240199348594772,0.118953274192885,0.153725174569888,0.0115538586337209,0.0237858733653365,0.5,0.153725174569888,0.110534576186185,0.215556689129716,0.153725174569888,0.0384439105666049,0.0604306544120909,0.153725174569888,0.061227967432194,0.435600242602827,0.153725174569888,0.10631453462188,0.179898773719031,0.153725174569888,0.129291751420905,0.330182523398469,0.153725174569888,0.223691992045046,0.0884714163176969,0.153725174569888,0.22579734033068,0.131920443392726,0.5,0.153725174569888,0.0776132632529183,0.0492745771652012,0,0.187664010152889,0.0942574524254477 -3418,0.5,0.153725174569888,0.440503474136893,0.372794411719768,0.153725174569888,0.0784086644028709,0.579560944874445,0.153725174569888,0.368903137099579,0.337784473999053,0.153725174569888,0.379658117750095,0.20619035804922,0.153725174569888,0.353353754628619,0.147298805587637,0.153725174569888,0.425627192216755,0.233144338547558,0.153725174569888,0.326091014006327,0.175312519112424,0.153725174569888,0.406121138380963,0.114958727488061,0.5,0.153725174569888,0.365016282675961,0.148153547958269,0.153725174569888,0.0339178723630285,0.039686376586077,0.5,0.153725174569888,0.167558890594948,0.21595362790333,0.153725174569888,0.0707988026185398,0.11577541174799,0.153725174569888,0.0787270080089085,0.500486437310701,0.153725174569888,0.30334599198442,0.174943527405996,0.153725174569888,0.300236927517679,0.333331998516552,0.153725174569888,0.328966691336757,0.141649722758276,0.153725174569888,0.288138971403975,0.161214064240676,0.5,0.153725174569888,0.119118028395318,0.089411562324941,0,0.175120213745687,0.0613219281849827 -3419,0.5,0.153725174569888,0.517231271274262,0.320068627546165,0.153725174569888,0.336052759981555,0.594800087318301,0.153725174569888,0.456364197013487,0.292415218410479,0.153725174569888,0.417835159756706,0.158356875715002,0.153725174569888,0.389385237534483,0.171646298181365,0.153725174569888,0.562000324785883,0.222820787659201,0.153725174569888,0.351841944442603,0.178859176031261,0.153725174569888,0.535252219702184,0.118424578625879,0.5,0.153725174569888,0.458326565307526,0.168754280133375,0.153725174569888,0.0524428469740374,0.153462327100703,0.5,0.153725174569888,0.16594044262209,0.244222735688381,0.153725174569888,0.134169784166663,0.118430955072996,0.153725174569888,0.122105526336966,0.467426147578715,0.153725174569888,0.466921827301461,0.179899429899221,0.153725174569888,0.418267289950789,0.32593484759188,0.153725174569888,0.389248460184772,0.157146750862392,0.153725174569888,0.275977861226265,0.242062067462391,0.5,0.153725174569888,0.159559510756667,0.160141447781808,0,0.129904035604741,0.0456787129293835 -3420,0.5,0.153725174569888,0.566469515161489,0.299965969839791,0.153725174569888,0.356090173211931,0.614770976283247,0.153725174569888,0.471724439051842,0.250590340559894,0.153725174569888,0.444911816575066,0.132820952383686,0.153725174569888,0.434820148597506,0.207536731329136,0.153725174569888,0.645269381378577,0.1981691678609,0.153725174569888,0.375088407317385,0.164778909925097,0.153725174569888,0.577251453503773,0.129512723589399,0.5,0.153725174569888,0.492799462248731,0.194859139254548,0.153725174569888,0.0486906666448309,0.242333685489599,0.5,0.153725174569888,0.196623389211678,0.171960505946682,0.153725174569888,0.225858370870882,0.0575951399308499,0.153725174569888,0.291049164521296,0.48461096786501,0.153725174569888,0.507460484554814,0.162765491594845,0.153725174569888,0.455823257215874,0.301545363594368,0.153725174569888,0.319830654540183,0.104040652232689,0.153725174569888,0.188995351637229,0.282109230331207,0.5,0.153725174569888,0.191949509006893,0.323290164614686,0,0.0846922886885494,0.0270280434267424 -3421,0.5,0.153725174569888,0.561965771316334,0.28876927660743,0.153725174569888,0.288731014701327,0.551677620596433,0.153725174569888,0.407824434068036,0.226027437510672,0.153725174569888,0.44959147628476,0.130344897762641,0.153725174569888,0.502696251953999,0.19618722415467,0.153725174569888,0.660140586811329,0.190200713987635,0.153725174569888,0.515674219274493,0.125188485782675,0.153725174569888,0.599393521141272,0.140229127422116,0.5,0.153725174569888,0.543847742989367,0.206724747449278,0.153725174569888,0.0498587073189975,0.113022868015749,0.5,0.153725174569888,0.251638893871672,0.087808372679708,0.153725174569888,0.265356586074739,0.0253689635876945,0.153725174569888,0.504958783297008,0.479527718427336,0.153725174569888,0.453691145525026,0.137135463851589,0.153725174569888,0.452551970193524,0.248060090890692,0.153725174569888,0.223022096656549,0.0697266227594256,0.153725174569888,0.13670326208008,0.252519201711087,0.5,0.153725174569888,0.204018381716197,0.40434167121524,0,0.0461217755418033,0.0200227927636298 -3422,0.5,0.153725174569888,0.502023201906455,0.308836668421402,0.153725174569888,0.278756399154355,0.403714794219429,0.153725174569888,0.308340021374033,0.225329301384487,0.153725174569888,0.407109974795393,0.158900513687641,0.153725174569888,0.575652790737357,0.144673538867488,0.153725174569888,0.652604032560076,0.203024685180673,0.153725174569888,0.516399611866506,0.0589361289514149,0.153725174569888,0.601998644044575,0.141229777325562,0.5,0.153725174569888,0.559768297171303,0.194979508342801,0.153725174569888,0.0698988765297506,0.0264092015120394,0.5,0.153725174569888,0.276511679749081,0.0779065638923226,0.153725174569888,0.284589132017568,0.0198937936632579,0.153725174569888,0.539422551317395,0.407065995145813,0.153725174569888,0.398922970115771,0.0908800107444982,0.153725174569888,0.37863779142667,0.143699161976257,0.153725174569888,0.194366350178435,0.026936846488849,0.153725174569888,0.128663747053569,0.215712836778358,0.5,0.153725174569888,0.170605574063217,0.345267461509146,0,0.0941542015304816,0.00921368442946156 -3423,0.5,0.153725174569888,0.399605949285508,0.371790765110961,0.153725174569888,0.322021735485915,0.212326364476335,0.153725174569888,0.17587598539928,0.223669922334779,0.153725174569888,0.320990475492607,0.22070563264444,0.153725174569888,0.427335730969321,0.0975946888952662,0.153725174569888,0.598724199077232,0.179799806237214,0.153725174569888,0.408803241278747,0.0285106194634091,0.153725174569888,0.517178940589271,0.116066282472259,0.5,0.153725174569888,0.45212000697982,0.139180144066853,0.153725174569888,0.12355745766452,0.0200729776655725,0.5,0.153725174569888,0.266148644284801,0.0775813964543651,0.153725174569888,0.279222688437952,0.0139996630653524,0.153725174569888,0.451815296335523,0.285622903271025,0.153725174569888,0.389093273428546,0.0509029263122781,0.153725174569888,0.221056309294721,0.0721075794656854,0.153725174569888,0.159829300819366,0.0153432215927334,0.153725174569888,0.109787922587482,0.185521828065436,0.5,0.153725174569888,0.138933947384605,0.279194988314797,0,0.30713237581307,0.00699119052673977 -3424,0.5,0.153725174569888,0.288169361755982,0.42476694381184,0.153725174569888,0.320124758803359,0.095410359866729,0.153725174569888,0.0827442155205716,0.215822722837638,0.153725174569888,0.202996752854051,0.253690200157918,0.153725174569888,0.369847166849715,0.0629006572798518,0.153725174569888,0.495791562068108,0.0738398412805829,0.153725174569888,0.35382629812748,0.0119090897762121,0.153725174569888,0.45506921388332,0.0773003437590742,0.5,0.153725174569888,0.419467517391572,0.0891924960594097,0.153725174569888,0.157870908431111,0.0272140494704951,0.5,0.153725174569888,0.303645173634447,0.0606760185426251,0.153725174569888,0.295524528045706,0.0044989254701228,0.153725174569888,0.398507034835431,0.188151893834334,0.153725174569888,0.242305058563785,0.0224379661693987,0.153725174569888,0.112691961559581,0.0489711534988996,0.153725174569888,0.141794158328832,0.00930538731843336,0.153725174569888,0.110828986272892,0.159261955683994,0.5,0.153725174569888,0.107391612530157,0.237859801575273,0,0.393183502229549,0.0159718140240537 -3425,0.5,0.153725174569888,0.174673912362005,0.442585558062457,0.153725174569888,0.11751806864309,0.0460445344802416,0.153725174569888,0.0708152877016181,0.233012300825122,0.153725174569888,0.116691730266614,0.274595965191159,0.153725174569888,0.313169371886931,0.0346958971873701,0.153725174569888,0.372078537927587,0.0173230288070008,0.153725174569888,0.253365176462523,0.00612207094210758,0.153725174569888,0.333383836809493,0.0472123057609023,0.5,0.153725174569888,0.332157519425361,0.0568532503132796,0.153725174569888,0.175324064619834,0.0300907518481704,0.5,0.153725174569888,0.281489591864429,0.0224030887381033,0.153725174569888,0.269251632822627,0.00332681519201422,0.153725174569888,0.30317592495259,0.102052705795988,0.153725174569888,0.168121046884929,0.0126299892184895,0.153725174569888,0.106311163910343,0.0537748314793013,0.153725174569888,0.164794120992975,0.00937455419642088,0.153725174569888,0.108751478334556,0.085577507617814,0.5,0.153725174569888,0.0665949818200069,0.167063298482494,0,0.309814477859959,0.0199435646026286 -3426,0.5,0.153725174569888,0.099027757740296,0.484315597258163,0.153725174569888,0.0859065472441066,0.0438717963705283,0.153725174569888,0.0665408810265958,0.202699747769425,0.153725174569888,0.0678074723129514,0.307422518579507,0.153725174569888,0.188153249082133,0.00629048156540932,0.153725174569888,0.249023029067153,0.00566860018488277,0.153725174569888,0.135731948648094,0.0099843093427258,0.153725174569888,0.213673277311844,0.0301182576295187,0.5,0.153725174569888,0.236508158627135,0.0562091256879359,0.153725174569888,0.163387918746521,0.0329826896833203,0.5,0.153725174569888,0.211325663537903,0.00295189789006769,0.153725174569888,0.209538477280738,0.00871212206539085,0.153725174569888,0.167158527517443,0.0472651375991955,0.153725174569888,0.0977460188815783,0.0212687065185613,0.153725174569888,0.104355929014318,0.0384660499473436,0.153725174569888,0.126265786206863,0.00937266094665286,0.153725174569888,0.0924102145075769,0.0673835035392302,0.5,0.153725174569888,0.0410801079242525,0.103803757909349,0,0.224685377952142,0.0199165368209546 -3427,0.5,0.153725174569888,0.0475368378184133,0.403816305158994,0.153725174569888,0.0432038758375014,0.0107704213776872,0.153725174569888,0.0380550625070078,0.12089914675979,0.153725174569888,0.0287716604102602,0.258154015618661,0.153725174569888,0.0969417490079488,0.00503342792895875,0.153725174569888,0.126372488064153,0.00150451669804802,0.153725174569888,0.0762321615731848,0.011946070036665,0.153725174569888,0.110799286898209,0.0252137477825059,0.5,0.153725174569888,0.109628792730684,0.0200476288331422,0.153725174569888,0.067674448465405,0.0118606556970726,0.5,0.153725174569888,0.0828149975055292,0.00183104379312017,0.153725174569888,0.0793913726522906,0.0054602895902011,0.153725174569888,0.0667013118788586,0.0254509847937114,0.153725174569888,0.056023081188196,0.0338941754756307,0.153725174569888,0.0660186842212728,0.0257119782367853,0.153725174569888,0.0729355393078322,0.00614507353482964,0.153725174569888,0.0400014715722349,0.0492627346043442,0.5,0.153725174569888,0.0175223590755312,0.055785213137407,0,0.179664989165637,0.0113871867548852 -3428,0.5,0.153725174569888,0.000237348897937127,0.272202547245438,0.153725174569888,0.0117133339837885,0.00653950179682102,0.153725174569888,2.48821713211636e-05,0.0584564434306471,0.153725174569888,9.98943749305264e-05,0.209712509830383,0.153725174569888,0.0216659329253861,0.00717263278759218,0.153725174569888,0.0214211941353739,0.00753040461449139,0.153725174569888,0.0173574349866441,0.0253164973413061,0.153725174569888,0.0153902096560286,0.0209460452152854,0.5,0.153725174569888,0.00414033145932884,0.0148761226914771,0.153725174569888,0.0,0.00547403098786215,0.5,0.153725174569888,0.0,0.00418607652798929,0.153725174569888,0.0,0.00626714498168824,0.153725174569888,0.019465580477571,0.0191966788266614,0.153725174569888,0.0246981268340507,0.020695752578427,0.153725174569888,0.00706611610810338,0.00833477297307361,0.153725174569888,0.0,0.00701285632869979,0.153725174569888,5.37868783820987e-06,0.0302897094389175,0.5,0.153725174569888,3.04746709838314e-05,0.0168114056778786,0,0.161619770946673,0.00300255627357677 -3429,0.5,0.153725174569888,0.0,0.17537318584316,0.153725174569888,0.0,0.00941443345116246,0.153725174569888,0.0,0.0294055271457861,0.153725174569888,0.0,0.162495291917525,0.153725174569888,0.0,0.0199875490047003,0.153725174569888,0.0,0.00939179649282237,0.153725174569888,0.0,0.0374729111934994,0.153725174569888,0.0,0.0160814970127066,0.5,0.153725174569888,0.0,0.0100560211896357,0.153725174569888,0.0,0.00257634945668454,0.5,0.153725174569888,0.0,0.00109731883430624,0.153725174569888,0.0,0.00643959406729514,0.153725174569888,0.0,0.0262193630406535,0.153725174569888,0.0,0.0195217492282031,0.153725174569888,0.0,0.00755564978553742,0.153725174569888,0.0,0.00759219283946146,0.153725174569888,0.0,0.0119169001802672,0.5,0.153725174569888,0.0,0.00714289212325254,0,0.15162095641698,0.000608932819230704 -3430,0.5,0.153725174569888,0.0,0.121039212262515,0.153725174569888,0.0,0.008148450885379,0.153725174569888,0.0,0.0156703632423956,0.153725174569888,0.0,0.102481515839148,0.153725174569888,0.0,0.0188639790376039,0.153725174569888,0.0,0.00764385210400479,0.153725174569888,0.0,0.0406799017302685,0.153725174569888,0.0,0.0102895371464946,0.5,0.153725174569888,0.0,0.0065929179797268,0.153725174569888,0.0,0.00274039210455651,0.5,0.153725174569888,0.0,0.000744786091618376,0.153725174569888,0.0,0.00585390061864591,0.153725174569888,0.0,0.0274271718494704,0.153725174569888,0.0,0.015638937038081,0.153725174569888,0.0,0.00681206097636901,0.153725174569888,0.0,0.00620368276220983,0.153725174569888,0.0,0.00870176703228297,0.5,0.153725174569888,0.0,0.00867906740162145,0,0.133477806066575,0.000431136244367582 -3431,0.5,0.153725174569888,0.0,0.0950839720339872,0.153725174569888,0.0,0.0075539959829112,0.153725174569888,0.0,0.0142803313505039,0.153725174569888,0.0,0.0821245664551773,0.153725174569888,0.0,0.018127705758643,0.153725174569888,0.0,0.00729908222074072,0.153725174569888,0.0,0.0440666891824314,0.153725174569888,0.0,0.00746119263913798,0.5,0.153725174569888,0.0,0.00424637938946606,0.153725174569888,0.0,0.00283054397278496,0.5,0.153725174569888,0.0,0.000585236599339481,0.153725174569888,0.0,0.0046076556923469,0.153725174569888,0.0,0.0220979077098463,0.153725174569888,0.0,0.012430950970142,0.153725174569888,0.0,0.00687097207087137,0.153725174569888,0.0,0.00585589391156428,0.153725174569888,0.0,0.0070029966027459,0.5,0.153725174569888,0.0,0.0106844827124183,0,0.117840678687075,0.000426395185724542 -3432,0.5,0.153725174569888,0.0,0.0973910927923436,0.153725174569888,0.0,0.00561054687813271,0.153725174569888,0.0,0.0152077619336125,0.153725174569888,0.0,0.0764881046112817,0.153725174569888,0.0,0.0161590931632597,0.153725174569888,0.0,0.00703204637550629,0.153725174569888,0.0,0.0443778599220844,0.153725174569888,0.0,0.0092800650251984,0.5,0.153725174569888,0.0,0.00287939243163867,0.153725174569888,0.0,0.00161526182405714,0.5,0.153725174569888,0.0,0.0009032570334453,0.153725174569888,0.0,0.00160203979160867,0.153725174569888,0.0,0.0161954525702614,0.153725174569888,0.0,0.0137521765846948,0.153725174569888,0.0,0.00675626911128006,0.153725174569888,0.0,0.00500301920967377,0.153725174569888,0.0,0.00408649967963002,0.5,0.153725174569888,0.0,0.0119237978596411,0,0.109368204771759,0.000482874586120705 -3433,0.5,0.153725174569888,0.0,0.116958905569443,0.153725174569888,0.0,0.0063710074505953,0.153725174569888,0.0,0.0157082964391328,0.153725174569888,0.0,0.0757021728808826,0.153725174569888,0.0,0.0139491359967891,0.153725174569888,0.0,0.00749190968202403,0.153725174569888,0.0,0.0375348171965414,0.153725174569888,0.0,0.0132900355748646,0.5,0.153725174569888,0.0,0.00253244288507399,0.153725174569888,0.0,0.0010068252478789,0.5,0.153725174569888,0.0,0.00116486309180364,0.153725174569888,0.0,0.00106814802725486,0.153725174569888,0.0,0.01277024266268,0.153725174569888,0.0,0.0171623252254986,0.153725174569888,0.0,0.00547346438008006,0.153725174569888,0.0,0.00441412085328575,0.153725174569888,0.0,0.0051064919956069,0.5,0.153725174569888,0.0,0.0120132161495585,0,0.14800596682843,0.00054988225212039 -3434,0.5,0.153725174569888,0.0,0.13132609981586,0.153725174569888,0.0,0.00546956088896374,0.153725174569888,0.0,0.0158608017518902,0.153725174569888,0.0,0.0727368020989382,0.153725174569888,0.0,0.0133408000677109,0.153725174569888,0.0,0.010757062416406,0.153725174569888,0.0,0.0297388950757607,0.153725174569888,0.0,0.0134939429980543,0.5,0.153725174569888,0.0,0.00296847591865413,0.153725174569888,0.0,0.00156511374136592,0.5,0.153725174569888,0.0,0.00168744724241751,0.153725174569888,0.0,0.00130485488933208,0.153725174569888,0.0,0.0115532413744926,0.153725174569888,0.0,0.0188540004642431,0.153725174569888,0.0,0.00378726761380487,0.153725174569888,0.0,0.00337701737123733,0.153725174569888,0.0,0.00589875490928275,0.5,0.153725174569888,0.0,0.0114923425540103,0,0.164829476116383,0.000797385943086065 -3435,0.5,0.153725174569888,0.0,0.138807762561022,0.153725174569888,0.0,0.00651209086961904,0.153725174569888,0.0,0.0158208111116848,0.153725174569888,0.0,0.0745472802937313,0.153725174569888,0.0,0.0100591602386875,0.153725174569888,0.0,0.0154912664086435,0.153725174569888,0.0,0.024375974299488,0.153725174569888,0.0,0.0129386743746251,0.5,0.153725174569888,0.0,0.00386244911675161,0.153725174569888,0.0,0.00115445843185076,0.5,0.153725174569888,0.0,0.000749704080416087,0.153725174569888,0.0,0.00282071013783302,0.153725174569888,0.0,0.00926261002291093,0.153725174569888,0.0,0.0179434545961416,0.153725174569888,0.0,0.00364889417244119,0.153725174569888,0.0,0.00289856566504857,0.153725174569888,0.0,0.00523336837206496,0.5,0.153725174569888,0.0,0.00805247971642318,0,0.18118719487557,0.000749950716544454 -3436,0.5,0.153725174569888,0.0,0.137810932791142,0.153725174569888,0.0,0.00525326265369427,0.153725174569888,0.0,0.0168923317004706,0.153725174569888,0.0,0.0822708493232063,0.153725174569888,0.0,0.008556004290508,0.153725174569888,0.0,0.0190960505585051,0.153725174569888,0.0,0.0222081351118639,0.153725174569888,0.0,0.0130266113360759,0.5,0.153725174569888,0.0,0.00327191091466668,0.153725174569888,0.0,0.000449882496669073,0.5,0.153725174569888,0.0,0.000227017571014099,0.153725174569888,0.0,0.00153624408023586,0.153725174569888,0.0,0.00836067580039704,0.153725174569888,0.0,0.0178568641957053,0.153725174569888,0.0,0.00319345078388467,0.153725174569888,0.0,0.00257303702042589,0.153725174569888,0.0,0.0037498779320926,0.5,0.153725174569888,0.0,0.00635721789909812,0,0.193419650228761,0.000737989858637115 -3437,0.5,0.153725174569888,0.00181568055735881,0.130547840587056,0.153725174569888,0.0020454740181649,0.00324795664664533,0.153725174569888,0.000858983114656045,0.0171853452743796,0.153725174569888,0.000856547632233694,0.0914376034001263,0.153725174569888,0.0,0.00842599586983948,0.153725174569888,0.0,0.0191935581626463,0.153725174569888,0.0,0.0161454417353408,0.153725174569888,0.0,0.0105751004545681,0.5,0.153725174569888,0.0,0.00247603811538443,0.153725174569888,0.0,0.000643093028374357,0.5,0.153725174569888,0.0,0.000238532018748917,0.153725174569888,0.0,0.00148546777734978,0.153725174569888,0.00227582203732482,0.00709867963588778,0.153725174569888,0.000308810646286819,0.0183327619500617,0.153725174569888,0.000516491638159546,0.00280072836982011,0.153725174569888,0.0,0.00178285763380943,0.153725174569888,1.05628376531104e-05,0.00346994159894152,0.5,0.153725174569888,2.31217084050134e-06,0.00825710634500547,0,0.169470105904948,0.000929703153906768 -3438,0.5,0.153725174569888,0.032334975390752,0.135577340625588,0.153725174569888,0.0545534677803741,0.00265680638481078,0.153725174569888,0.0521971181693719,0.0136207472809898,0.153725174569888,0.0249207017943126,0.105640599116019,0.153725174569888,0.0417761442942616,0.0054484971634414,0.153725174569888,0.0342517652215904,0.0158319724421023,0.153725174569888,0.0406188857505808,0.00892048943311909,0.153725174569888,0.0297066182333185,0.00753595246099052,0.5,0.153725174569888,0.0248855112769338,0.00231233376598151,0.153725174569888,0.00656431449502505,0.00153781750977899,0.5,0.153725174569888,0.0303665685795134,0.000342629705126685,0.153725174569888,0.00733575871162831,0.00108424160800897,0.153725174569888,0.0547848074410529,0.00689311561660413,0.153725174569888,0.0460291334630353,0.014590109917415,0.153725174569888,0.0493017311552319,0.00235203976658634,0.153725174569888,0.0434845621383565,0.00102338160427862,0.153725174569888,0.0357777567789139,0.00374849053001588,0.5,0.153725174569888,0.0080079900135185,0.0106696576593917,0,0.153344845421529,0.00306852111527135 -3439,0.5,0.153725174569888,0.0791577814629454,0.156927469853677,0.153725174569888,0.134582593775931,0.00343897711817669,0.153725174569888,0.13670954292562,0.0236639954727975,0.153725174569888,0.0695743661060681,0.142882695609697,0.153725174569888,0.116855155323477,0.00457871283082921,0.153725174569888,0.107406150226142,0.0250547639847283,0.153725174569888,0.117378947138319,0.00643394539298659,0.153725174569888,0.0967984719383754,0.0153359062716853,0.5,0.153725174569888,0.0912522428143081,0.0100765833843064,0.153725174569888,0.0176790250354378,0.00331746547502279,0.5,0.153725174569888,0.0813972579323515,0.00100396219550632,0.153725174569888,0.0259586325189495,0.00182373922898409,0.153725174569888,0.1336724718454,0.00915317645624581,0.153725174569888,0.121402999715658,0.0103158838220352,0.153725174569888,0.129277621101199,0.00285996216954315,0.153725174569888,0.123962605005651,0.000579619401660732,0.153725174569888,0.115386048335315,0.00854070355596354,0.5,0.153725174569888,0.0301356948373235,0.0136335854137099,0,0.13919854485921,0.00637186567391112 -3440,0.5,0.153725174569888,0.149527995740887,0.196137585155676,0.153725174569888,0.255039018387784,0.011745793132203,0.153725174569888,0.255214697272947,0.0523466843489988,0.153725174569888,0.133994373203497,0.196130289274113,0.153725174569888,0.234247248515865,0.0141171768108581,0.153725174569888,0.203771287503273,0.0710720312583947,0.153725174569888,0.233682316527995,0.0158228844483924,0.153725174569888,0.169087299329824,0.0257527829526099,0.5,0.153725174569888,0.153699129475325,0.040607019963845,0.153725174569888,0.0328915712117311,0.00955422577681918,0.5,0.153725174569888,0.101002931638672,0.00236275935190033,0.153725174569888,0.0589409156866517,0.00398938874492393,0.153725174569888,0.254295720737717,0.018854645785137,0.153725174569888,0.239457664655365,0.0125599708357236,0.153725174569888,0.249692200565241,0.00658982635919447,0.153725174569888,0.244756223821013,0.000749859313089562,0.153725174569888,0.234294936227846,0.0198986201149742,0.5,0.153725174569888,0.0601016706080019,0.0193017566726094,0,0.119160220925516,0.005055807522041 -3441,0.5,0.153725174569888,0.215561662831971,0.217805705497689,0.153725174569888,0.381897488007098,0.0214929326829082,0.153725174569888,0.38357202117836,0.0779566401869653,0.153725174569888,0.220680025211235,0.176937433143553,0.153725174569888,0.358649286126054,0.0256365946910326,0.153725174569888,0.291403759926142,0.102923840227603,0.153725174569888,0.352092514979302,0.0340295734645694,0.153725174569888,0.249388169472158,0.0553980459091576,0.5,0.153725174569888,0.163129528196071,0.0624769387744775,0.153725174569888,0.062901479805528,0.0230233677106243,0.5,0.153725174569888,0.125394276585894,0.0181121808629485,0.153725174569888,0.124310445453971,0.0107527143087738,0.153725174569888,0.382026530170377,0.0298446359161805,0.153725174569888,0.365711920805186,0.00948022188999338,0.153725174569888,0.379233356670479,0.0114302904720766,0.153725174569888,0.374826263959169,0.00263119239542308,0.153725174569888,0.362909863720969,0.0275145521732927,0.5,0.153725174569888,0.096792080360223,0.0258079821351397,0,0.11913028192502,0.00287734593455875 -3442,0.5,0.153725174569888,0.294764500570209,0.225031099676526,0.153725174569888,0.515168660662329,0.0344752797705176,0.153725174569888,0.498017758632825,0.0419311782267326,0.153725174569888,0.249878656796604,0.120207501471956,0.153725174569888,0.489237171185932,0.0317254355606659,0.153725174569888,0.354944514724009,0.114495346640384,0.153725174569888,0.479167612266346,0.0559713047319829,0.153725174569888,0.280431320833143,0.0543840955894549,0.5,0.153725174569888,0.12347351199879,0.058630923434,0.153725174569888,0.0987255223116679,0.0298963293094941,0.5,0.153725174569888,0.11072964921219,0.084301583781986,0.153725174569888,0.203412451077579,0.021263942934136,0.153725174569888,0.518282570385741,0.038362302792128,0.153725174569888,0.499513363167369,0.00524813295768363,0.153725174569888,0.51152244857193,0.0230507483042482,0.153725174569888,0.489863982425404,0.0140315326657739,0.153725174569888,0.460870924595245,0.0387614636596389,0.5,0.153725174569888,0.118319111473448,0.0329967078491808,0,0.110796770860985,0.00236464667644223 -3443,0.5,0.153725174569888,0.363067068173138,0.184827147343125,0.153725174569888,0.61913315219022,0.0577849296781674,0.153725174569888,0.565562302861193,0.0247270852812892,0.153725174569888,0.244768185465112,0.108226201217279,0.153725174569888,0.595573696230508,0.0398205676995081,0.153725174569888,0.375213025238731,0.119385200715292,0.153725174569888,0.557297047748142,0.0479024648382739,0.153725174569888,0.179762918642232,0.0415132076530888,0.5,0.153725174569888,0.141401511640166,0.0535226206837087,0.153725174569888,0.181040019057211,0.0324555811401501,0.5,0.153725174569888,0.230514663028628,0.132999840404624,0.153725174569888,0.306608171635449,0.0365149770834126,0.153725174569888,0.627949948343833,0.0488734093134427,0.153725174569888,0.594861284390996,0.00581511446143619,0.153725174569888,0.547955227870737,0.0227396773715696,0.153725174569888,0.482846922814316,0.0373191061571531,0.153725174569888,0.443770782492842,0.0596878464286495,0.5,0.153725174569888,0.127652840511045,0.0438765672433097,0,0.0852435565911572,0.00227490216498161 -3444,0.5,0.153725174569888,0.434307368439591,0.192484502669106,0.153725174569888,0.642662467557416,0.0405384929648712,0.153725174569888,0.576062782674302,0.01867333441687,0.153725174569888,0.315299725226709,0.0817047881991335,0.153725174569888,0.647080662965528,0.0306522287054786,0.153725174569888,0.165645533629275,0.10663052792409,0.153725174569888,0.489218192307091,0.0342435416579067,0.153725174569888,0.161538567885958,0.0318548861676986,0.5,0.153725174569888,0.322545746621898,0.0682816023970942,0.153725174569888,0.312134297561634,0.0363614219410994,0.5,0.153725174569888,0.269619782262383,0.117463994008431,0.153725174569888,0.381770961263285,0.0480726298871304,0.153725174569888,0.685332576938186,0.0536971142917326,0.153725174569888,0.568525356965391,0.00840288325907719,0.153725174569888,0.565075825529576,0.0193922781358573,0.153725174569888,0.460251825884694,0.0412741091203833,0.153725174569888,0.375721883865745,0.0664663102841093,0.5,0.153725174569888,0.126797840688721,0.0461532889328386,0,0.0595002558220077,0.000379351569395915 -3445,0.5,0.153725174569888,0.476092023409211,0.218405453731476,0.153725174569888,0.644701100471096,0.05410235249123,0.153725174569888,0.571265166217129,0.0148220618861757,0.153725174569888,0.35278566850596,0.0502336580432892,0.153725174569888,0.474412952401848,0.0317537251510755,0.153725174569888,0.24811048176252,0.0968240322014484,0.153725174569888,0.268255954347882,0.0725336417047261,0.153725174569888,0.304837246077912,0.0224702145241741,0.5,0.153725174569888,0.474157901894397,0.110736874930081,0.153725174569888,0.442913824572845,0.0272373094937797,0.5,0.153725174569888,0.314744768287119,0.0940064385786609,0.153725174569888,0.361787877396294,0.0438716528487885,0.153725174569888,0.705908400127351,0.0496943893800594,0.153725174569888,0.449318082901201,0.018494581587424,0.153725174569888,0.493735642365499,0.0198112047303723,0.153725174569888,0.299001866328683,0.0468143686734214,0.153725174569888,0.33496797007461,0.0679099362736026,0.5,0.153725174569888,0.167649188250836,0.054449935473503,0,0.0342658226124652,0.000199841513366188 -3446,0.5,0.153725174569888,0.48837212783251,0.227351191002881,0.153725174569888,0.679506170657576,0.047626119249786,0.153725174569888,0.539385992194931,0.00922033296313721,0.153725174569888,0.355790281684058,0.0344857968734949,0.153725174569888,0.234834225321313,0.0724562681267811,0.153725174569888,0.229382790769361,0.0574757419961036,0.153725174569888,0.241874479112203,0.128901579194575,0.153725174569888,0.49917145682314,0.0316526855825247,0.5,0.153725174569888,0.539566666959618,0.167739325673917,0.153725174569888,0.579444942864246,0.0180702519378852,0.5,0.153725174569888,0.226767409091836,0.0957392365843127,0.153725174569888,0.355903506101059,0.0408185467744624,0.153725174569888,0.689386118709014,0.0768374106109544,0.153725174569888,0.373249051480494,0.0227233331471826,0.153725174569888,0.441733164847255,0.0124089594687153,0.153725174569888,0.292499648895419,0.0759573943014944,0.153725174569888,0.30617376377679,0.0695495251192427,0.5,0.153725174569888,0.256494585446488,0.0473738197620673,0,0.0242032822512001,0.000775177136432065 -3447,0.5,0.153725174569888,0.451041974415713,0.176068050464651,0.153725174569888,0.58878090061313,0.0386575352379418,0.153725174569888,0.478714441635367,0.00908072066689849,0.153725174569888,0.333515096269852,0.021167381789699,0.153725174569888,0.142329072948932,0.0992884453535861,0.153725174569888,0.384853444937618,0.0225709907363201,0.153725174569888,0.212293337283643,0.115710315711943,0.153725174569888,0.496243982622486,0.0524298250734872,0.5,0.153725174569888,0.502772566755099,0.179842539838197,0.153725174569888,0.591289582829519,0.0132020978604774,0.5,0.153725174569888,0.286243507596439,0.113984602305702,0.153725174569888,0.348352438571715,0.0551539338726735,0.153725174569888,0.622217870136626,0.0970185864540777,0.153725174569888,0.313197416692829,0.0154311367245771,0.153725174569888,0.375155890318209,0.0105585707313116,0.153725174569888,0.251350153225377,0.0842561160210157,0.153725174569888,0.285338525444771,0.0744223392158502,0.5,0.153725174569888,0.289982267844211,0.0265064207215528,0,0.0180647139752373,8.01952141482373e-05 -3448,0.5,0.153725174569888,0.384992712693289,0.13594730378375,0.153725174569888,0.473271925017946,0.0305468349833153,0.153725174569888,0.327712540085832,0.0146861659775063,0.153725174569888,0.283030723145087,0.013684741261174,0.153725174569888,0.104263669426192,0.123560712169035,0.153725174569888,0.377573042443422,0.00882438180997223,0.153725174569888,0.204386858825607,0.0964752191969983,0.153725174569888,0.295239109278139,0.0743737841889064,0.5,0.153725174569888,0.3148960969941,0.157105365330735,0.153725174569888,0.452843555181351,0.0139289959798372,0.5,0.153725174569888,0.319925128417628,0.136271472179423,0.153725174569888,0.312099437555618,0.080006097634641,0.153725174569888,0.504822050290878,0.101027259074867,0.153725174569888,0.246923413613488,0.0236971738941859,0.153725174569888,0.276189346977132,0.0266991756689343,0.153725174569888,0.216332451319806,0.0730136312286801,0.153725174569888,0.295982481641158,0.0799793278898477,0.5,0.153725174569888,0.272614901530085,0.0141997016535103,0,0.0188585248529559,0.000224225876842448 -3449,0.5,0.153725174569888,0.282040786430329,0.0911356080883113,0.153725174569888,0.357280947161579,0.0201753530192637,0.153725174569888,0.218664668756965,0.0281597667721431,0.153725174569888,0.185423431378978,0.0101981842952848,0.153725174569888,0.140393366082011,0.102200791750999,0.153725174569888,0.27097120025327,0.00608768031087334,0.153725174569888,0.197316014935489,0.060413985000511,0.153725174569888,0.144649696577667,0.0845642028932437,0.5,0.153725174569888,0.194219174754678,0.125716977002451,0.153725174569888,0.321334841743739,0.0304294284636681,0.5,0.153725174569888,0.252968102586408,0.11935852639162,0.153725174569888,0.215221713606254,0.113796809272291,0.153725174569888,0.374609856374206,0.120637886066722,0.153725174569888,0.215217041172436,0.0344546763742798,0.153725174569888,0.215415717680327,0.0575919924337816,0.153725174569888,0.225646815544814,0.0629575408044838,0.153725174569888,0.227639702571333,0.0762940236501245,0.5,0.153725174569888,0.221628399845743,0.0103780632428743,0,0.00841735222841502,0.000521428734983252 -3450,0.5,0.153725174569888,0.179745846706034,0.0483070959226802,0.153725174569888,0.23247115364018,0.00967823371074897,0.153725174569888,0.122830010472775,0.0325329405354982,0.153725174569888,0.116097574049105,0.00575570947317739,0.153725174569888,0.143445832326391,0.0656820163488393,0.153725174569888,0.143183714570039,0.00665891976759279,0.153725174569888,0.137369356142476,0.0264495727522628,0.153725174569888,0.109252738790414,0.0763350520277768,0.5,0.153725174569888,0.138614038058819,0.0905067232295429,0.153725174569888,0.178905318924127,0.0274515061911504,0.5,0.153725174569888,0.155958350767647,0.102604483724485,0.153725174569888,0.133031655715395,0.106391282228219,0.153725174569888,0.248546499606765,0.115674448236568,0.153725174569888,0.0962726899250728,0.0302433988084195,0.153725174569888,0.122672533690914,0.0838723852428192,0.153725174569888,0.167227412082241,0.0319082535856406,0.153725174569888,0.163319428402189,0.0665490702566122,0.5,0.153725174569888,0.17193474204697,0.00641892990146378,0,0.00738470698261456,0.000658216811848684 -3451,0.5,0.153725174569888,0.0722748334638185,0.0150541800269224,0.153725174569888,0.100906084915087,0.0156964087035924,0.153725174569888,0.0453509852739117,0.0287222665788881,0.153725174569888,0.0441944655563589,0.00207935906176737,0.153725174569888,0.0726594780811293,0.0366368832514504,0.153725174569888,0.0546578447126516,0.00215380347601998,0.153725174569888,0.0736205380111643,0.0106651565742497,0.153725174569888,0.0687669573264101,0.0338434003088506,0.5,0.153725174569888,0.0824405844196011,0.0366725450626871,0.153725174569888,0.0625426768872661,0.0251926400794599,0.5,0.153725174569888,0.0572140287035345,0.0715118032866999,0.153725174569888,0.0458601602338062,0.0742753364768647,0.153725174569888,0.123707631590621,0.0642729181485463,0.153725174569888,0.0493748526135471,0.0228503072297696,0.153725174569888,0.0731274967125902,0.0558653276015882,0.153725174569888,0.08164224897398,0.00886473449006049,0.153725174569888,0.0615850064525656,0.037859155418375,0.5,0.153725174569888,0.0508355643809591,0.00262250797737499,0,0.00967361657400832,0.000598110671341851 -3452,0.5,0.153725174569888,0.000657978672392246,0.0114461500800648,0.153725174569888,0.0168674313669468,0.0226444954471483,0.153725174569888,8.30608071287225e-05,0.0190207036353469,0.153725174569888,0.0,0.00409943931690458,0.153725174569888,0.0193441792488843,0.0261319710595376,0.153725174569888,0.0120743462867526,0.00114109189690032,0.153725174569888,0.00983415217143914,0.00555777856469253,0.153725174569888,0.017884757477988,0.0194540909740493,0.5,0.153725174569888,0.00634963810215601,0.0175044531302529,0.153725174569888,0.0,0.0264992892856061,0.5,0.153725174569888,0.0,0.0366707553386414,0.153725174569888,0.0,0.042858257883084,0.153725174569888,0.0269783342642626,0.0462520031687288,0.153725174569888,0.0182359522572282,0.022985583024411,0.153725174569888,0.008879003274446,0.0281487509939008,0.153725174569888,0.000790618137807369,0.00439777819809779,0.153725174569888,0.0,0.0272669215742155,0.5,0.153725174569888,0.0,0.00640636945544735,0,0.0159063929731508,0.000777517768107936 -3453,0.5,0.153725174569888,0.0,0.00950820000328789,0.153725174569888,0.0,0.0231862327177667,0.153725174569888,0.0,0.0206018878475332,0.153725174569888,0.0,0.00661179314476042,0.153725174569888,0.0,0.0382146829814668,0.153725174569888,0.0,0.00195732924204737,0.153725174569888,0.0,0.00451894085164056,0.153725174569888,0.0,0.0149070954330976,0.5,0.153725174569888,0.0,0.0114657780917806,0.153725174569888,0.0,0.0378855926289853,0.5,0.153725174569888,0.0,0.016234950568892,0.153725174569888,0.0,0.0271782757598129,0.153725174569888,0.0,0.0455518652005609,0.153725174569888,0.0,0.0251345966340236,0.153725174569888,0.0,0.0271316183819638,0.153725174569888,0.0,0.00347660626979127,0.153725174569888,0.0,0.0207704010324837,0.5,0.153725174569888,0.0,0.00798009769696198,0,0.0154357537195727,0.0032349709202136 -3454,0.5,0.153725174569888,0.0,0.00750288543963655,0.153725174569888,0.0,0.0106235618098688,0.153725174569888,0.0,0.0260033231195966,0.153725174569888,0.0,0.00581626122394547,0.153725174569888,0.0,0.0333350371608307,0.153725174569888,0.0,0.00374221994522955,0.153725174569888,0.0,0.00140945633073858,0.153725174569888,0.0,0.0153688796234483,0.5,0.153725174569888,0.0,0.00794021611977206,0.153725174569888,0.0,0.0403983228557512,0.5,0.153725174569888,0.0,0.00637567511098602,0.153725174569888,0.0,0.0173811006881826,0.153725174569888,0.0,0.0325425105351763,0.153725174569888,0.0,0.0310088533166473,0.153725174569888,0.0,0.0303784734467329,0.153725174569888,0.0,0.00144683847762977,0.153725174569888,0.0,0.0140512311234215,0.5,0.153725174569888,0.0,0.00838682344407322,0,0.0147040077883525,0.00547033619306516 -3455,0.5,0.153725174569888,0.0,0.00848781284828788,0.153725174569888,0.0,0.00489173941006119,0.153725174569888,0.0,0.032467224209903,0.153725174569888,0.0,0.00640936834275618,0.153725174569888,0.0,0.0225769582493376,0.153725174569888,0.0,0.0106497884352539,0.153725174569888,0.0,0.000857903781484355,0.153725174569888,0.0,0.0214073531899819,0.5,0.153725174569888,0.0,0.00610038357053866,0.153725174569888,0.0,0.0485761210653268,0.5,0.153725174569888,0.0,0.00388611731795866,0.153725174569888,0.0,0.0138703964475429,0.153725174569888,0.0,0.0206668506303407,0.153725174569888,0.0,0.0274362906130162,0.153725174569888,0.0,0.0352974748033355,0.153725174569888,0.0,0.0020636087160156,0.153725174569888,0.0,0.011119909693881,0.5,0.153725174569888,0.0,0.0128557613932523,0,0.0206090138274174,0.00429113521487602 -3456,0.5,0.153725174569888,0.0,0.0104162468164275,0.153725174569888,0.0,0.00114793597773237,0.153725174569888,0.0,0.0390910247186047,0.153725174569888,0.0,0.00966551524240512,0.153725174569888,0.0,0.0140111348794157,0.153725174569888,0.0,0.0199218459339658,0.153725174569888,0.0,0.000872451098429863,0.153725174569888,0.0,0.0249364936688499,0.5,0.153725174569888,0.0,0.00544512619096845,0.153725174569888,0.0,0.0397251989398893,0.5,0.153725174569888,0.0,0.00119507382774764,0.153725174569888,0.0,0.0124888084758718,0.153725174569888,0.0,0.0135470937826379,0.153725174569888,0.0,0.0287954417120291,0.153725174569888,0.0,0.0451914615708606,0.153725174569888,0.0,0.00243300026291796,0.153725174569888,0.0,0.00903433692611564,0.5,0.153725174569888,0.0,0.019449019028298,0,0.0282849236863545,0.00127343336539136 -3457,0.5,0.153725174569888,0.0,0.0131046213755917,0.153725174569888,0.0,0.00844558215401175,0.153725174569888,0.0,0.042751432755448,0.153725174569888,0.0,0.0147206591239638,0.153725174569888,0.0,0.00693813921404084,0.153725174569888,0.0,0.0252869386226764,0.153725174569888,0.0,0.00152862267824944,0.153725174569888,0.0,0.0255517360320825,0.5,0.153725174569888,0.0,0.00413111677864118,0.153725174569888,0.0,0.0330573569692265,0.5,0.153725174569888,0.0,0.000738776837317938,0.153725174569888,0.0,0.0118849035761871,0.153725174569888,0.0,0.00849186225507058,0.153725174569888,0.0,0.0241908905105527,0.153725174569888,0.0,0.0563647093204399,0.153725174569888,0.0,0.00176024233689556,0.153725174569888,0.0,0.00664399442214686,0.5,0.153725174569888,0.0,0.0228246249172646,0,0.032742360934757,7.0146052685538e-05 -3458,0.5,0.153725174569888,0.0,0.0167071302211433,0.153725174569888,0.0,0.0474212876067024,0.153725174569888,0.0,0.0447237972536946,0.153725174569888,0.0,0.0209534783559828,0.153725174569888,0.0,0.00256296322584682,0.153725174569888,0.0,0.0259942121332694,0.153725174569888,0.0,0.00363437825811513,0.153725174569888,0.0,0.0240366536152293,0.5,0.153725174569888,0.0,0.00301953986375475,0.153725174569888,0.0,0.0260892580334549,0.5,0.153725174569888,0.0,0.000677633624874535,0.153725174569888,0.0,0.0124854054425558,0.153725174569888,0.0,0.0157665426449904,0.153725174569888,0.0,0.0130973916387826,0.153725174569888,0.0,0.0582723985539203,0.153725174569888,0.0,0.00104815457570725,0.153725174569888,0.0,0.00501496166127055,0.5,0.153725174569888,0.0,0.0199517683120191,0,0.0276422189155377,5.21026495213585e-07 -3459,0.5,0.153725174569888,0.0,0.0194448094438894,0.153725174569888,0.0,0.041371537432444,0.153725174569888,0.0,0.0429644674102805,0.153725174569888,0.0,0.0269091028323023,0.153725174569888,0.0,0.00157664273085098,0.153725174569888,0.0,0.0267709928116295,0.153725174569888,0.0,0.00746873599480751,0.153725174569888,0.0,0.0207761601846893,0.5,0.153725174569888,0.0,0.00272592577192794,0.153725174569888,0.0,0.0273198263991363,0.5,0.153725174569888,0.0,0.000728672681290369,0.153725174569888,0.0,0.0169329356171003,0.153725174569888,0.0,0.0168135133048811,0.153725174569888,0.0,0.00687758734775967,0.153725174569888,0.0,0.0493669393218128,0.153725174569888,0.0,0.00126531879723868,0.153725174569888,0.0,0.00391826684540058,0.5,0.153725174569888,0.0,0.0176269587762587,0,0.0194191355243845,0.0 -3460,0.5,0.153725174569888,0.0,0.0241635451136769,0.153725174569888,0.0,0.0309898804392622,0.153725174569888,0.0,0.0382507111927158,0.153725174569888,0.0,0.0321869327782581,0.153725174569888,0.0,0.00238159617552462,0.153725174569888,0.0,0.0290331598914993,0.153725174569888,0.0,0.0126332527430583,0.153725174569888,0.0,0.0176319782272896,0.5,0.153725174569888,0.0,0.0027634509679078,0.153725174569888,0.0,0.0249327974716854,0.5,0.153725174569888,0.0,0.00070571382987115,0.153725174569888,0.0,0.0186826026825454,0.153725174569888,0.0,0.0169513816438759,0.153725174569888,0.0,0.00340864503280139,0.153725174569888,0.0,0.0315057177309737,0.153725174569888,0.0,0.00142798831782206,0.153725174569888,0.0,0.00355748322246848,0.5,0.153725174569888,0.0,0.0199255666659384,0,0.016381848200789,2.87766211828337e-08 -3461,0.5,0.153725174569888,0.00437152639614062,0.0236002718804243,0.153725174569888,0.000137219511604152,0.0182065991147992,0.153725174569888,0.000990830266476971,0.0309275200224407,0.153725174569888,0.00336518534388884,0.0301161685497064,0.153725174569888,0.0,0.00516650387542827,0.153725174569888,0.0,0.0288334081408249,0.153725174569888,0.0,0.0171229046746395,0.153725174569888,0.0,0.0154962646611806,0.5,0.153725174569888,0.0,0.00226737486954685,0.153725174569888,0.0,0.0244336131341242,0.5,0.153725174569888,0.0,0.000185264174438004,0.153725174569888,0.0,0.0184021160751331,0.153725174569888,0.00108603736862912,0.0160745725353534,0.153725174569888,7.05249140105497e-05,0.00214949548746239,0.153725174569888,0.000316851257599735,0.0183987466177076,0.153725174569888,0.0,0.00140373718666706,0.153725174569888,3.92441629734336e-05,0.00363589327222968,0.5,0.153725174569888,6.76481055779115e-05,0.017292124215131,0,0.0162954971735175,2.03974089543944e-05 -3462,0.5,0.153725174569888,0.0543533145515041,0.0213841615450523,0.153725174569888,0.00482430512118914,0.00891374852467431,0.153725174569888,0.0507041393015057,0.0278595949012564,0.153725174569888,0.0589073647579698,0.0278459607819518,0.153725174569888,0.0428780290033144,0.0080893242510641,0.153725174569888,0.0360758672814894,0.0234662470644155,0.153725174569888,0.0419459008981413,0.0127089409222383,0.153725174569888,0.0351536842371984,0.0106932220570491,0.5,0.153725174569888,0.033367910656961,0.00168069711543338,0.153725174569888,0.00681446026453184,0.0310802639537768,0.5,0.153725174569888,0.0212120139128078,7.81612846641246e-05,0.153725174569888,0.0191938482024585,0.0170742441852412,0.153725174569888,0.014874140726522,0.00868147498036629,0.153725174569888,0.0384569040326623,0.00284448476707501,0.153725174569888,0.0420072597813928,0.0137367245690561,0.153725174569888,0.0447570842143591,0.00156642570289499,0.153725174569888,0.0326316930547463,0.0037925788648407,0.5,0.153725174569888,0.010332911848333,0.0161224231897819,0,0.0210433589491142,4.88745072763144e-05 -3463,0.5,0.153725174569888,0.129851751947703,0.0216073735154189,0.153725174569888,0.0910484821479583,0.0107448370255838,0.153725174569888,0.133674453020319,0.0378227399036045,0.153725174569888,0.142088205641376,0.0487632996651019,0.153725174569888,0.118115558414404,0.00972098179744472,0.153725174569888,0.110764632521527,0.0218750741129566,0.153725174569888,0.119400436118677,0.0104811372806303,0.153725174569888,0.111881220437389,0.00443474643861504,0.5,0.153725174569888,0.111481501120578,0.00078112431178285,0.153725174569888,0.0273978132919116,0.0582359911570419,0.5,0.153725174569888,0.0825821402951707,0.000367870605892728,0.153725174569888,0.0736552427017838,0.0246241636388764,0.153725174569888,0.0493614055770666,0.00541564194301349,0.153725174569888,0.112365055551462,0.00780555890204699,0.153725174569888,0.125073148806805,0.0189053693007745,0.153725174569888,0.126072358827785,0.00102709403453693,0.153725174569888,0.100571037744755,0.005098639314048,0.5,0.153725174569888,0.0365909242436267,0.0173564719655999,0,0.0218356384424368,0.000157069644411834 -3464,0.5,0.153725174569888,0.227006999455859,0.0324395505533401,0.153725174569888,0.16840613975632,0.0203356855084311,0.153725174569888,0.2536338557427,0.0407778545991965,0.153725174569888,0.246214645230348,0.0730292720486335,0.153725174569888,0.237026433691399,0.0338669822067761,0.153725174569888,0.2296706690714,0.0353965270159114,0.153725174569888,0.240315924120654,0.0157765734067598,0.153725174569888,0.23191473901409,0.00247434981082173,0.5,0.153725174569888,0.231919615832493,0.00123131797767658,0.153725174569888,0.058173275192274,0.118091361463689,0.5,0.153725174569888,0.174439789645692,0.00324923724516849,0.153725174569888,0.141909479823859,0.0726373195162002,0.153725174569888,0.116218640694859,0.0104077203409579,0.153725174569888,0.229884155048972,0.0162155206045258,0.153725174569888,0.248453458786703,0.0264629131734357,0.153725174569888,0.249100083675589,0.00136919202745771,0.153725174569888,0.191213959738334,0.0121475605129598,0.5,0.153725174569888,0.0774155651743167,0.0213742148536891,0,0.017520741863676,0.00118107481459092 -3465,0.5,0.153725174569888,0.333958243723069,0.0366678888777985,0.153725174569888,0.266497470134775,0.0451863651520611,0.153725174569888,0.388796094490843,0.0491261270418432,0.153725174569888,0.361460251812589,0.065532751749818,0.153725174569888,0.362463799342735,0.0434692821175654,0.153725174569888,0.35935295559117,0.0329917859573456,0.153725174569888,0.371104776863004,0.0183587944226777,0.153725174569888,0.363347827491432,0.00086524221043999,0.5,0.153725174569888,0.364572343944033,0.00443680642014501,0.153725174569888,0.106922320367578,0.196852876620702,0.5,0.153725174569888,0.284010825261029,0.0167326733063608,0.153725174569888,0.205550403917464,0.132190461921521,0.153725174569888,0.260032034381279,0.0314244174437153,0.153725174569888,0.366088548142918,0.0266732109181423,0.153725174569888,0.373668012373107,0.0368820732720868,0.153725174569888,0.381667845026326,0.000672436179997518,0.153725174569888,0.282761832116557,0.0177569106802393,0.5,0.153725174569888,0.133061715961065,0.030923199349898,0,0.0174040910568267,0.000272896178645899 -3466,0.5,0.153725174569888,0.438758111835543,0.0391617111169319,0.153725174569888,0.514957209751181,0.0933501936714506,0.153725174569888,0.515768210537971,0.0353697389849623,0.153725174569888,0.487650224080106,0.0454568804236098,0.153725174569888,0.486380299799556,0.0386496304733106,0.153725174569888,0.498119643373534,0.0185202729613726,0.153725174569888,0.503141112323947,0.00796272546158724,0.153725174569888,0.502298642425793,0.00084362036178948,0.5,0.153725174569888,0.49849450907538,0.0194853848168423,0.153725174569888,0.142190245894185,0.255940972389787,0.5,0.153725174569888,0.353753426039424,0.0250782591718506,0.153725174569888,0.233386389611956,0.147955653670981,0.153725174569888,0.462105308049664,0.0679652593612307,0.153725174569888,0.466642823912861,0.0300443138503355,0.153725174569888,0.483101522158277,0.0509116878449177,0.153725174569888,0.509460582208137,0.000347343776749874,0.153725174569888,0.356814434674107,0.0208039817362391,0.5,0.153725174569888,0.205854795819831,0.046893707484377,0,0.0161380210375488,0.000250902868247276 -3467,0.5,0.153725174569888,0.543167294766759,0.0513266651724299,0.153725174569888,0.60110402337279,0.135546916279698,0.153725174569888,0.602873473562971,0.0199492888499655,0.153725174569888,0.564903699096512,0.0300106757267919,0.153725174569888,0.582135969775431,0.0355793799271022,0.153725174569888,0.609963859759977,0.0124927175232119,0.153725174569888,0.611918500785697,0.00277899096840188,0.153725174569888,0.60880766535924,0.00116609416823957,0.5,0.153725174569888,0.600146536692576,0.0407192057512593,0.153725174569888,0.142373288476038,0.249940640878705,0.5,0.153725174569888,0.362132176949172,0.0295733523538446,0.153725174569888,0.25429442133917,0.189028584406727,0.153725174569888,0.611448717709303,0.12003334090277,0.153725174569888,0.560560499718887,0.029476453134359,0.153725174569888,0.595091921979816,0.0464906175006436,0.153725174569888,0.61809457426212,0.000171247865915128,0.153725174569888,0.440815962635976,0.0240653805051615,0.5,0.153725174569888,0.247107973527251,0.0681724503257198,0,0.0188708814687077,0.000286667003835927 -3468,0.5,0.153725174569888,0.587585872413792,0.0628652678021805,0.153725174569888,0.642818808420458,0.124669023155095,0.153725174569888,0.650448122381084,0.0145354285387853,0.153725174569888,0.597087126723159,0.0250660876072857,0.153725174569888,0.625261497353424,0.0406993902280142,0.153725174569888,0.66446661272731,0.00698693361411519,0.153725174569888,0.664338686798855,0.00108123542379623,0.153725174569888,0.669487851869916,0.00261735930201523,0.5,0.153725174569888,0.657873521733493,0.0728616308057478,0.153725174569888,0.130649153973774,0.269519764422423,0.5,0.153725174569888,0.388215112366387,0.0584030802133629,0.153725174569888,0.257723529096341,0.227933760489325,0.153725174569888,0.66321264878679,0.149673266374281,0.153725174569888,0.638431638516284,0.0287121299600099,0.153725174569888,0.644822664175626,0.0311943529855307,0.153725174569888,0.68242376436877,0.000658934681616825,0.153725174569888,0.485693331547958,0.0326163253807466,0.5,0.153725174569888,0.35286025147422,0.0898202907951031,0,0.025904265322381,0.000493712440451802 -3469,0.5,0.153725174569888,0.562122411412478,0.0639806580650962,0.153725174569888,0.678979144506663,0.0969729236316494,0.153725174569888,0.658684988654078,0.0122293929384915,0.153725174569888,0.605860033148038,0.0285344459021446,0.153725174569888,0.63155612872768,0.0292534912078533,0.153725174569888,0.671307766213203,0.00690147034819976,0.153725174569888,0.690534019763704,0.00029622532875651,0.153725174569888,0.685725512099335,0.0099927498611306,0.5,0.153725174569888,0.675629292666586,0.0913040855746861,0.153725174569888,0.212336346642277,0.383387432350212,0.5,0.153725174569888,0.462107622460841,0.117231608471615,0.153725174569888,0.309170734207504,0.281195060030921,0.153725174569888,0.697172589335556,0.14621183532023,0.153725174569888,0.641142204735982,0.0238001547245323,0.153725174569888,0.655505846614912,0.0219210282524042,0.153725174569888,0.700756970274465,0.00437423056809946,0.153725174569888,0.510170575407708,0.0488810769190363,0.5,0.153725174569888,0.412250279997315,0.123137053561492,0,0.0335485743473468,0.000498650233534537 -3470,0.5,0.153725174569888,0.548859166490579,0.0587020546863014,0.153725174569888,0.671663444495861,0.0644766052586817,0.153725174569888,0.628445535593392,0.0186762863065412,0.153725174569888,0.522829113760366,0.0380170248361896,0.153725174569888,0.641371151371957,0.0203901744143559,0.153725174569888,0.658106996064439,0.00303869198665089,0.153725174569888,0.675196036114751,0.000605411693967728,0.153725174569888,0.661368722303209,0.0137772684239397,0.5,0.153725174569888,0.643479840520792,0.106532460077998,0.153725174569888,0.372283637054046,0.469944515000203,0.5,0.153725174569888,0.448990697123265,0.146959523804004,0.153725174569888,0.364789085055332,0.319574370817099,0.153725174569888,0.685422038636472,0.111953457546521,0.153725174569888,0.614521628038384,0.0174014145586643,0.153725174569888,0.642543932440396,0.0128756352761063,0.153725174569888,0.677377311132828,0.0105134149000016,0.153725174569888,0.471030156483578,0.0703830076232031,0.5,0.153725174569888,0.469362650664579,0.205871875826056,0,0.0441247016170369,0.000412432592316156 -3471,0.5,0.153725174569888,0.475932179611176,0.0556183649669893,0.153725174569888,0.595551548823293,0.0466002421982366,0.153725174569888,0.562753495962446,0.0356452625158493,0.153725174569888,0.426020683053303,0.0528249230213833,0.153725174569888,0.576710276063142,0.0114427266247508,0.153725174569888,0.595385055544101,0.00219051917005789,0.153725174569888,0.606788522071941,0.000908355861257808,0.153725174569888,0.58263327693835,0.0249474319430131,0.5,0.153725174569888,0.561514090536725,0.129387767776442,0.153725174569888,0.445076931051845,0.467416430223544,0.5,0.153725174569888,0.356191164184009,0.136135153827393,0.153725174569888,0.402652536041392,0.368481954464781,0.153725174569888,0.626905066900438,0.0930306448976331,0.153725174569888,0.507215800846111,0.0113395469850359,0.153725174569888,0.578999380159666,0.00692420142296943,0.153725174569888,0.604563779599593,0.0134672752255044,0.153725174569888,0.414074213665181,0.0947150090215034,0.5,0.153725174569888,0.423601098346974,0.281932218212547,0,0.041153287910247,0.000246891816688056 -3472,0.5,0.153725174569888,0.378049695145364,0.0522025464408446,0.153725174569888,0.486792923154068,0.0350443208778458,0.153725174569888,0.457612487217618,0.0648200783804447,0.153725174569888,0.328262963404244,0.0671412405763271,0.153725174569888,0.469659061934514,0.00910891516793152,0.153725174569888,0.483790687047055,0.00122706680951818,0.153725174569888,0.48928195008254,0.00321622341763818,0.153725174569888,0.453939086434495,0.038980393878056,0.5,0.153725174569888,0.447407021557175,0.160535412889882,0.153725174569888,0.357129822264407,0.436116808980177,0.5,0.153725174569888,0.301236839540835,0.108775088551923,0.153725174569888,0.406023683411257,0.403474985841134,0.153725174569888,0.516124567267938,0.073313263103002,0.153725174569888,0.38106780320775,0.0092337751560883,0.153725174569888,0.47266796424931,0.00557209916041425,0.153725174569888,0.483250924708432,0.0208069853319977,0.153725174569888,0.39107894614706,0.117067471137153,0.5,0.153725174569888,0.357610255446963,0.353350253641135,0,0.0246713446653723,0.000126939675053459 -3473,0.5,0.153725174569888,0.292438055867288,0.0588180050961403,0.153725174569888,0.356730161389782,0.02956784190737,0.153725174569888,0.338681173507971,0.0995093095747417,0.153725174569888,0.258765021209326,0.0740932112288373,0.153725174569888,0.340882203891767,0.00452091633176174,0.153725174569888,0.364668792994663,0.00503560300870112,0.153725174569888,0.347295905800669,0.0109302429081154,0.153725174569888,0.319815887015635,0.0642791474934745,0.5,0.153725174569888,0.325776201544223,0.16446479932695,0.153725174569888,0.249714913869381,0.372868616467319,0.5,0.153725174569888,0.305652235044741,0.108611392692398,0.153725174569888,0.320788594159591,0.363035218213099,0.153725174569888,0.382523567026931,0.0567136320162523,0.153725174569888,0.276111292653022,0.0119105749147014,0.153725174569888,0.337670715569748,0.00686596125015816,0.153725174569888,0.353496339595416,0.0505183081753322,0.153725174569888,0.289697625475628,0.134970992012205,0.5,0.153725174569888,0.267182345158038,0.433462713497151,0,0.0220968597138858,4.45243759010442e-05 -3474,0.5,0.153725174569888,0.192925915380695,0.0604622834379721,0.153725174569888,0.243198451217192,0.0283391733270909,0.153725174569888,0.209609784680919,0.122865005188518,0.153725174569888,0.172970229964916,0.0642707320680403,0.153725174569888,0.234410109657059,0.00121754333026291,0.153725174569888,0.239444593279819,0.0124282117661114,0.153725174569888,0.227422816594536,0.0262797600264627,0.153725174569888,0.223975649908589,0.0533283712569075,0.5,0.153725174569888,0.210893433115532,0.106448982403953,0.153725174569888,0.179257341900083,0.217779588226781,0.5,0.153725174569888,0.216121940835369,0.0696482660629835,0.153725174569888,0.196643356191427,0.166742697139362,0.153725174569888,0.25331611039354,0.0428619410163678,0.153725174569888,0.201427623862574,0.0203514998506224,0.153725174569888,0.219071101274799,0.0136936632216382,0.153725174569888,0.229605246778718,0.059770148904407,0.153725174569888,0.185979928731703,0.0949086924364006,0.5,0.153725174569888,0.161081428992798,0.307564813109698,0,0.0148523296943722,7.3475854703218e-05 -3475,0.5,0.153725174569888,0.075627334507306,0.0351832042312257,0.153725174569888,0.11886394427613,0.0247255536285232,0.153725174569888,0.0702256584624499,0.084935883460221,0.153725174569888,0.0602091435193703,0.0404745622667839,0.153725174569888,0.120727501760497,0.000732410806912514,0.153725174569888,0.1237155623795,0.0138360206352429,0.153725174569888,0.111294501407635,0.0309264063862604,0.153725174569888,0.112639413268991,0.0330591614443651,0.5,0.153725174569888,0.0955575560529846,0.0612492375370779,0.153725174569888,0.0697759469119811,0.110761371719214,0.5,0.153725174569888,0.0825190342030701,0.0184490932143655,0.153725174569888,0.0810220520454638,0.0721878228228284,0.153725174569888,0.126337638855994,0.0220138478143435,0.153725174569888,0.10940721548629,0.0271431202638938,0.153725174569888,0.103631852129644,0.0162338491741785,0.153725174569888,0.100341032835655,0.0712217673768919,0.153725174569888,0.0676778873854745,0.0726013608971268,0.5,0.153725174569888,0.0614437697843732,0.202976319398585,0,0.00858045175419153,0.000236229029836294 -3476,0.5,0.153725174569888,0.00118042753811437,0.0384492529446299,0.153725174569888,0.0196013625047293,0.0512486250960972,0.153725174569888,0.0,0.106022911034044,0.153725174569888,0.0,0.0526915099284963,0.153725174569888,0.0302968756545871,0.0017751419987472,0.153725174569888,0.0317268875949392,0.0308157822829014,0.153725174569888,0.0245251186105744,0.0433404985967636,0.153725174569888,0.0258193475924445,0.0392074304157375,0.5,0.153725174569888,0.010623522449582,0.0790898500571628,0.153725174569888,0.0,0.0858910679634041,0.5,0.153725174569888,0.0,0.0192909647217175,0.153725174569888,0.0,0.0473882056828146,0.153725174569888,0.0276984831730271,0.0169726300297563,0.153725174569888,0.0288669853204135,0.0311314585392273,0.153725174569888,0.0133518427731697,0.0286121376955253,0.153725174569888,0.00395184470303009,0.0946383822221369,0.153725174569888,0.0,0.0821793829484317,0.5,0.153725174569888,0.0,0.15045539951014,0,0.00741483617782819,0.000492099565447442 -3477,0.5,0.153725174569888,0.0,0.0476575418801878,0.153725174569888,0.0,0.0636028649529577,0.153725174569888,0.0,0.104189492008896,0.153725174569888,0.0,0.0552728976925393,0.153725174569888,0.0,0.00956931317667363,0.153725174569888,0.0,0.0563656972603485,0.153725174569888,0.0,0.044475540980284,0.153725174569888,0.0,0.0487917035800767,0.5,0.153725174569888,0.0,0.0843998088925373,0.153725174569888,0.0,0.0583192064340368,0.5,0.153725174569888,0.0,0.0230616498002788,0.153725174569888,0.0,0.0483666718505935,0.153725174569888,0.0,0.0187741576681759,0.153725174569888,0.0,0.0436891907849263,0.153725174569888,0.0,0.0308307507021365,0.153725174569888,0.0,0.0987223072443877,0.153725174569888,0.0,0.0901661152824968,0.5,0.153725174569888,0.0,0.131253981456217,0,0.00858626371027281,0.000563001397640285 -3478,0.5,0.153725174569888,0.0,0.0503965421380452,0.153725174569888,0.0,0.0582410505363432,0.153725174569888,0.0,0.0727538811044449,0.153725174569888,0.0,0.049801624548647,0.153725174569888,0.0,0.020116629498924,0.153725174569888,0.0,0.0702940198626773,0.153725174569888,0.0,0.0447264568707976,0.153725174569888,0.0,0.047831955412302,0.5,0.153725174569888,0.0,0.0616226439894489,0.153725174569888,0.0,0.0351088853666384,0.5,0.153725174569888,0.0,0.0278747913848477,0.153725174569888,0.0,0.0469626018296779,0.153725174569888,0.0,0.019740764813435,0.153725174569888,0.0,0.0421527678039161,0.153725174569888,0.0,0.0299262969776626,0.153725174569888,0.0,0.105917201625054,0.153725174569888,0.0,0.0915683836682738,0.5,0.153725174569888,0.0,0.131967670964362,0,0.00825903470413407,0.000455599475992215 -3479,0.5,0.153725174569888,0.0,0.0467976384164682,0.153725174569888,0.0,0.0515979188569123,0.153725174569888,0.0,0.0518070566496913,0.153725174569888,0.0,0.0482977071783848,0.153725174569888,0.0,0.0253963071717579,0.153725174569888,0.0,0.0707699580899047,0.153725174569888,0.0,0.0447668542744681,0.153725174569888,0.0,0.0447279426189764,0.5,0.153725174569888,0.0,0.063648565735633,0.153725174569888,0.0,0.0260848633275068,0.5,0.153725174569888,0.0,0.0424757903845042,0.153725174569888,0.0,0.046799921290147,0.153725174569888,0.0,0.0161585171824555,0.153725174569888,0.0,0.0440287961075651,0.153725174569888,0.0,0.0346490601494241,0.153725174569888,0.0,0.120437588965848,0.153725174569888,0.0,0.131247328192173,0.5,0.153725174569888,0.0,0.13674863761062,0,0.00644289637086237,0.000483833784717232 -3480,0.5,0.153725174569888,0.0,0.0418454600903507,0.153725174569888,0.0,0.0512522483041392,0.153725174569888,0.0,0.0459805270713804,0.153725174569888,0.0,0.0459193812578607,0.153725174569888,0.0,0.0260949137626922,0.153725174569888,0.0,0.0633638721841311,0.153725174569888,0.0,0.040637574275404,0.153725174569888,0.0,0.0464864209345147,0.5,0.153725174569888,0.0,0.0780669791637668,0.153725174569888,0.0,0.0249867218081581,0.5,0.153725174569888,0.0,0.0776155543728531,0.153725174569888,0.0,0.0449517561620064,0.153725174569888,0.0,0.0157607299347101,0.153725174569888,0.0,0.0460591218722396,0.153725174569888,0.0,0.0409356020129374,0.153725174569888,0.0,0.127053252382144,0.153725174569888,0.0,0.181590404764302,0.5,0.153725174569888,0.0,0.147558053326544,0,0.00525244125825418,0.000478983081721069 -3481,0.5,0.153725174569888,0.0,0.0381763607437095,0.153725174569888,0.0,0.0413484944440377,0.153725174569888,0.0,0.0495922370668718,0.153725174569888,0.0,0.0423673546948493,0.153725174569888,0.0,0.0255020205634857,0.153725174569888,0.0,0.0627847818805122,0.153725174569888,0.0,0.0407547524967234,0.153725174569888,0.0,0.0429310827789301,0.5,0.153725174569888,0.0,0.142317443972933,0.153725174569888,0.0,0.021441921314019,0.5,0.153725174569888,0.0,0.185795791359529,0.153725174569888,0.0,0.0447845854459822,0.153725174569888,0.0,0.0147746020412165,0.153725174569888,0.0,0.0411213924979353,0.153725174569888,0.0,0.0418777747357201,0.153725174569888,0.0,0.133445868556842,0.153725174569888,0.0,0.22936975831136,0.5,0.153725174569888,0.0,0.150508040683757,0,0.00350285175913713,0.000342238340784766 -3482,0.5,0.153725174569888,0.0,0.0360511491697783,0.153725174569888,0.0,0.031800394964031,0.153725174569888,0.0,0.0553912089926414,0.153725174569888,0.0,0.0428501061599546,0.153725174569888,0.0,0.0327171776756885,0.153725174569888,0.0,0.0535406099966746,0.153725174569888,0.0,0.0355180104775893,0.153725174569888,0.0,0.0485676270506411,0.5,0.153725174569888,0.0,0.145496836392569,0.153725174569888,0.0,0.0160163297457897,0.5,0.153725174569888,0.0,0.29312896225083,0.153725174569888,0.0,0.0463633603897354,0.153725174569888,0.0,0.012626444076283,0.153725174569888,0.0,0.0362839175642044,0.153725174569888,0.0,0.0419279720607479,0.153725174569888,0.0,0.131859234743208,0.153725174569888,0.0,0.232448296204515,0.5,0.153725174569888,0.0,0.14363559373777,0,0.00256121872075138,0.000273882543776562 -3483,0.5,0.153725174569888,0.0,0.034549614727479,0.153725174569888,0.0,0.0213178410293534,0.153725174569888,0.0,0.0562741253593908,0.153725174569888,0.0,0.0476070937974263,0.153725174569888,0.0,0.0434794115951694,0.153725174569888,0.0,0.0434085905881413,0.153725174569888,0.0,0.0337895685272146,0.153725174569888,0.0,0.0574839959972268,0.5,0.153725174569888,0.0,0.139180213547355,0.153725174569888,0.0,0.0118593467881508,0.5,0.153725174569888,0.0,0.357772986850712,0.153725174569888,0.0,0.0412284412169436,0.153725174569888,0.0,0.0102064448178143,0.153725174569888,0.0,0.0358049010956989,0.153725174569888,0.0,0.0436803021436242,0.153725174569888,0.0,0.128852726184821,0.153725174569888,0.0,0.220850412355936,0.5,0.153725174569888,0.0,0.120278933302762,0,0.00341665003490482,0.000237586925510926 -3484,0.5,0.153725174569888,0.0,0.0355322817860421,0.153725174569888,0.0,0.0215604919301024,0.153725174569888,0.0,0.0534775916175254,0.153725174569888,0.0,0.0547364777555425,0.153725174569888,0.0,0.0417734324074815,0.153725174569888,0.0,0.0398270807897856,0.153725174569888,0.0,0.0322758046093396,0.153725174569888,0.0,0.0661956000724652,0.5,0.153725174569888,0.0,0.14867371845739,0.153725174569888,0.0,0.0132821775980051,0.5,0.153725174569888,0.0,0.374711083218394,0.153725174569888,0.0,0.0413479944868891,0.153725174569888,0.0,0.0107848977707309,0.153725174569888,0.0,0.0334101139485577,0.153725174569888,0.0,0.043900502105233,0.153725174569888,0.0,0.130589887531603,0.153725174569888,0.0,0.214488101008899,0.5,0.153725174569888,0.0,0.0895293868258979,0,0.00495581613732531,0.000373915115537425 -3485,0.5,0.153725174569888,0.00501825317855537,0.0343164429366025,0.153725174569888,0.00281257432955069,0.0199828082732617,0.153725174569888,0.00127132888125409,0.0495776209452808,0.153725174569888,0.00376719886972612,0.0581594329538451,0.153725174569888,0.0,0.0394400873076117,0.153725174569888,0.0,0.0379197880136715,0.153725174569888,0.0,0.034996566841535,0.153725174569888,0.0,0.0885357308641508,0.5,0.153725174569888,0.0,0.166432625143308,0.153725174569888,0.0,0.0149937637398884,0.5,0.153725174569888,0.0,0.301986715383045,0.153725174569888,0.0,0.0320404145073461,0.153725174569888,0.00314986086953521,0.00956270737980674,0.153725174569888,0.000578594176867536,0.0312607794208417,0.153725174569888,0.000941989034270062,0.0416003989591539,0.153725174569888,0.0,0.146589408650991,0.153725174569888,0.000113095376132025,0.181169208395704,0.5,0.153725174569888,0.000231260830823768,0.0715128872223209,0,0.00471894614354224,0.00114682338995181 -3486,0.5,0.153725174569888,0.0646901394307135,0.0353996792524685,0.153725174569888,0.0597966868213584,0.0204651560923484,0.153725174569888,0.048772270095732,0.0493397181353804,0.153725174569888,0.0632502046290272,0.0705225906114152,0.153725174569888,0.0421160754720612,0.0390077225851263,0.153725174569888,0.0235571926387955,0.0357228692365929,0.153725174569888,0.0307753811482924,0.0399356307315138,0.153725174569888,0.00598412386478962,0.113696246062428,0.5,0.153725174569888,0.00383069740687901,0.180453948707566,0.153725174569888,0.02883663289225,0.00976268201484081,0.5,0.153725174569888,0.0174340994155291,0.226237981784437,0.153725174569888,0.0206449929923374,0.0171166201960078,0.153725174569888,0.059406550545221,0.00861655582800124,0.153725174569888,0.0492201761197287,0.0291743734670524,0.153725174569888,0.0498374226054333,0.0371911083060732,0.153725174569888,0.0253270685469871,0.151757034888419,0.153725174569888,0.046597405793544,0.139405306634875,0.5,0.153725174569888,0.0507219270948696,0.0400571894777169,0,0.00377954787514107,0.00463879605500437 -3487,0.5,0.153725174569888,0.14874550788644,0.0599773997359167,0.153725174569888,0.138752569890106,0.0316521118197581,0.153725174569888,0.128430912063018,0.110801326860928,0.153725174569888,0.150140351785861,0.129688714883635,0.153725174569888,0.113678287192258,0.0519035604749261,0.153725174569888,0.0745406984255916,0.0421533723905339,0.153725174569888,0.0871052059936858,0.0423143451502159,0.153725174569888,0.0371955413372195,0.164965915514511,0.5,0.153725174569888,0.0170600715685744,0.188986723793619,0.153725174569888,0.0739596256897444,0.00923076922685301,0.5,0.153725174569888,0.0621278555435248,0.234274194019026,0.153725174569888,0.0598351607680396,0.0268417630556717,0.153725174569888,0.137445650055097,0.012298603207143,0.153725174569888,0.124400884429517,0.0346720498862886,0.153725174569888,0.124266159206222,0.0578561397588659,0.153725174569888,0.0828939541888105,0.169865330060596,0.153725174569888,0.132055218769146,0.174973120383009,0.5,0.153725174569888,0.140299443309894,0.0509898534310199,0,0.00606276950602167,0.00922116753918869 -3488,0.5,0.153725174569888,0.260263609326302,0.115604333959581,0.153725174569888,0.251932824363267,0.0725702983233963,0.153725174569888,0.228802663039785,0.188807723890758,0.153725174569888,0.262415929101545,0.188835886569796,0.153725174569888,0.208125830734572,0.110117415785298,0.153725174569888,0.131869901381248,0.0688065313037073,0.153725174569888,0.156060616271072,0.0767582863293125,0.153725174569888,0.0765013493705703,0.220724007840564,0.5,0.153725174569888,0.0425767577766818,0.197491696941206,0.153725174569888,0.109599330266227,0.0163512952323434,0.5,0.153725174569888,0.119830531535219,0.285194263948224,0.153725174569888,0.114521631781897,0.0584683829277909,0.153725174569888,0.251474841891357,0.0338482899585322,0.153725174569888,0.233209887029773,0.0698866026742516,0.153725174569888,0.236891351646971,0.153688277378094,0.153725174569888,0.155419439858801,0.221255526874261,0.153725174569888,0.254425838688632,0.306354674102491,0.5,0.153725174569888,0.262135190790419,0.102215024476134,0,0.0154902392321103,0.0123405495833405 -3489,0.5,0.153725174569888,0.382791338452101,0.1864043358035,0.153725174569888,0.379649542366624,0.150822543989561,0.153725174569888,0.338272053332074,0.287829901843655,0.153725174569888,0.386851626300631,0.240726164802291,0.153725174569888,0.322635199178483,0.192274044583959,0.153725174569888,0.176848474771014,0.11200879188471,0.153725174569888,0.21531110276723,0.182242496436938,0.153725174569888,0.123826082151153,0.279904002718462,0.5,0.153725174569888,0.0886884284146718,0.224819898526046,0.153725174569888,0.169021704105727,0.0343221701833703,0.5,0.153725174569888,0.189195792380859,0.364194216191968,0.153725174569888,0.182466789198251,0.0988512764534321,0.153725174569888,0.373760523025105,0.0593320471137448,0.153725174569888,0.353078651586369,0.10452218764096,0.153725174569888,0.359202206772415,0.266504687934275,0.153725174569888,0.24931014485269,0.275558578317439,0.153725174569888,0.39021125869057,0.411126781862647,0.5,0.153725174569888,0.398126970807775,0.17228663516775,0,0.0258546149339312,0.0182210052928769 -3490,0.5,0.153725174569888,0.509697110529741,0.267933586629464,0.153725174569888,0.513605837515847,0.224192878889512,0.153725174569888,0.464230255875893,0.454731942139351,0.153725174569888,0.508777290799648,0.329946331953323,0.153725174569888,0.445305628958204,0.321265206752428,0.153725174569888,0.21925156403519,0.178485024129077,0.153725174569888,0.311264490185752,0.348764394887292,0.153725174569888,0.175756399105916,0.306715685633425,0.5,0.153725174569888,0.178396461589952,0.247808741814021,0.153725174569888,0.223023017041236,0.0410995591006276,0.5,0.153725174569888,0.230456515216882,0.51907337581728,0.153725174569888,0.262934458165535,0.103859223587248,0.153725174569888,0.506827032691334,0.0863649171094605,0.153725174569888,0.4839038539254,0.167298235009067,0.153725174569888,0.482851965466779,0.381489176914476,0.153725174569888,0.35093837888172,0.333769379412271,0.153725174569888,0.524392311076632,0.545647939393454,0.5,0.153725174569888,0.521031907502344,0.222167626581352,0,0.0399905103845958,0.0257654027601823 -3491,0.5,0.153725174569888,0.604722547842277,0.330022047192629,0.153725174569888,0.617758852371925,0.310126345553232,0.153725174569888,0.573184679754274,0.635608759323728,0.153725174569888,0.599565750214606,0.430414409992462,0.153725174569888,0.547540267266057,0.541291000384488,0.153725174569888,0.221920127904982,0.276172537325206,0.153725174569888,0.399979099131241,0.502509174930176,0.153725174569888,0.28933993095352,0.373230280656503,0.5,0.153725174569888,0.24391797938338,0.245837767691115,0.153725174569888,0.23374068201248,0.0302731075486957,0.5,0.153725174569888,0.301833169498785,0.584699882653792,0.153725174569888,0.338321092714784,0.10102069933847,0.153725174569888,0.617720072503198,0.119131783641135,0.153725174569888,0.591932070098069,0.243329046471404,0.153725174569888,0.584212121755341,0.476771711444181,0.153725174569888,0.42505850764125,0.439270544790806,0.153725174569888,0.606936742918021,0.614429739592354,0.5,0.153725174569888,0.5883662935998,0.223416957792928,0,0.0536519562946224,0.0387842261242022 -3492,0.5,0.153725174569888,0.647843513232256,0.379643226863197,0.153725174569888,0.677377894523893,0.432564814074739,0.153725174569888,0.643147862176718,0.743365187040492,0.153725174569888,0.644280179727563,0.509682867143062,0.153725174569888,0.578351939533154,0.691559714459664,0.153725174569888,0.227868476217717,0.398633058983281,0.153725174569888,0.380840851483792,0.552241838668019,0.153725174569888,0.418566299070498,0.485334614670538,0.5,0.153725174569888,0.260915098291504,0.246825100942614,0.153725174569888,0.206503362483881,0.0139471210005211,0.5,0.153725174569888,0.326701162178281,0.573686182905098,0.153725174569888,0.353918032688232,0.0745713846713321,0.153725174569888,0.673463566481157,0.16030142472778,0.153725174569888,0.642902613930984,0.353548342872523,0.153725174569888,0.635383387437027,0.55831036293178,0.153725174569888,0.525929510684795,0.600594703811571,0.153725174569888,0.634786041060005,0.606658580557657,0.5,0.153725174569888,0.57202613027403,0.178838544532868,0,0.0609462174536744,0.0558401467352092 -3493,0.5,0.153725174569888,0.66350175843249,0.428116400911391,0.153725174569888,0.679909143385636,0.5490732506387,0.153725174569888,0.675322538350251,0.782411856472993,0.153725174569888,0.652434045669103,0.540864145678774,0.153725174569888,0.596524821914938,0.744663606515168,0.153725174569888,0.219348647070036,0.466288549526586,0.153725174569888,0.295353786394148,0.577520837026015,0.153725174569888,0.379338208208902,0.497358901918309,0.5,0.153725174569888,0.240854289209433,0.187665882929974,0.153725174569888,0.210795675128009,0.00999325110427428,0.5,0.153725174569888,0.311964715236477,0.482482662390278,0.153725174569888,0.345486359466936,0.0581204567978218,0.153725174569888,0.692127702348441,0.221113415221897,0.153725174569888,0.676085149145562,0.455539449890838,0.153725174569888,0.660723079887078,0.593542373439922,0.153725174569888,0.563822107611632,0.720739847469791,0.153725174569888,0.623416496951906,0.57411629293798,0.5,0.153725174569888,0.560657050264217,0.117751657572496,0,0.0641768285362954,0.076616171392608 -3494,0.5,0.153725174569888,0.641576187473809,0.486933784496625,0.153725174569888,0.652745437000782,0.671011804182977,0.153725174569888,0.656965718487787,0.77223878255349,0.153725174569888,0.622984883644717,0.523750287810399,0.153725174569888,0.526824501316025,0.738715695607453,0.153725174569888,0.203967204235,0.489608628337854,0.153725174569888,0.504429308208449,0.790131108707775,0.153725174569888,0.397420843930551,0.442854183823821,0.5,0.153725174569888,0.19278493348704,0.0839782297941067,0.153725174569888,0.417932834006575,0.00491047572070228,0.5,0.153725174569888,0.284325480917253,0.274200750784773,0.153725174569888,0.323415476913128,0.0576330739637714,0.153725174569888,0.673939061179454,0.299998777339733,0.153725174569888,0.667110296030379,0.531222841242379,0.153725174569888,0.640750598500205,0.603126678959828,0.153725174569888,0.559371178873533,0.764204105409928,0.153725174569888,0.588270622132556,0.503643388392839,0.5,0.153725174569888,0.510165414063017,0.0845814576217612,0,0.0619232785964043,0.099316166506569 -3495,0.5,0.153725174569888,0.572204827221431,0.525289446258134,0.153725174569888,0.585017526066998,0.74460820868576,0.153725174569888,0.596217748985346,0.755848590776364,0.153725174569888,0.552679339799903,0.495074992842928,0.153725174569888,0.509657581385056,0.781031627662534,0.153725174569888,0.271134960094888,0.547210412833664,0.153725174569888,0.440799803198881,0.810401460704455,0.153725174569888,0.293986145110999,0.283886240502324,0.5,0.153725174569888,0.160888956180333,0.0503104129173535,0.153725174569888,0.421798423009859,0.0066335461984629,0.5,0.153725174569888,0.238343340059913,0.14098438135655,0.153725174569888,0.267047294807681,0.0422394211574599,0.153725174569888,0.613100360634432,0.367484056636593,0.153725174569888,0.605971784289531,0.587615012177856,0.153725174569888,0.56599323543243,0.595861459686228,0.153725174569888,0.519347804011522,0.739685568371507,0.153725174569888,0.506585222687767,0.412492414855879,0.5,0.153725174569888,0.47543243957326,0.0756410302207692,0,0.0572455417511987,0.129578261261633 -3496,0.5,0.153725174569888,0.4572211694537,0.532580788393755,0.153725174569888,0.49326033056846,0.799729457152307,0.153725174569888,0.483293190333288,0.756950909604684,0.153725174569888,0.442834541054142,0.463459730047617,0.153725174569888,0.422662936159972,0.763466197850982,0.153725174569888,0.27493156583625,0.521962031776828,0.153725174569888,0.412139115234264,0.803619543427765,0.153725174569888,0.204525609954101,0.163398395142947,0.5,0.153725174569888,0.121421709184863,0.028685137138563,0.153725174569888,0.204130063458034,0.0128054825277133,0.5,0.153725174569888,0.22930681790475,0.0281753172094353,0.153725174569888,0.191113462346419,0.0424491500157051,0.153725174569888,0.506392474129966,0.41073761183225,0.153725174569888,0.505046598440299,0.643100871230081,0.153725174569888,0.460918357073325,0.590542054697358,0.153725174569888,0.431754243381256,0.663516200113702,0.153725174569888,0.40110979351693,0.336845584345737,0.5,0.153725174569888,0.348889864443774,0.105797686215355,0,0.0514513075263193,0.179081584713445 -3497,0.5,0.153725174569888,0.327864678249818,0.514198600152983,0.153725174569888,0.370988108783331,0.799131681365652,0.153725174569888,0.348843635610327,0.710715521590134,0.153725174569888,0.31535575487967,0.404999920496263,0.153725174569888,0.327720998222692,0.705669611608351,0.153725174569888,0.216941734810078,0.488793827565848,0.153725174569888,0.278254101742739,0.687232108065482,0.153725174569888,0.111206629812758,0.0553324552615755,0.5,0.153725174569888,0.135326188124871,0.0290593441109483,0.153725174569888,0.124381478830158,0.0182754496021513,0.5,0.153725174569888,0.160613612352339,0.0105826811152423,0.153725174569888,0.125761552165867,0.0437857045513716,0.153725174569888,0.377554049541647,0.419854363649554,0.153725174569888,0.377615930705211,0.680434355664231,0.153725174569888,0.346447706325166,0.565135381851313,0.153725174569888,0.301369028831105,0.514509293868762,0.153725174569888,0.269475750083325,0.228557156062936,0.5,0.153725174569888,0.228543226926569,0.0681470828001392,0,0.0405922788706192,0.255771249331561 -3498,0.5,0.153725174569888,0.207345162981988,0.435482609572588,0.153725174569888,0.24675577497544,0.751465667639655,0.153725174569888,0.217687720734134,0.487746726589293,0.153725174569888,0.186654603822596,0.234154939254786,0.153725174569888,0.233876260676167,0.509258953279815,0.153725174569888,0.151779732407299,0.397460885267097,0.153725174569888,0.185603171933964,0.490754288227524,0.153725174569888,0.0471133811643485,0.0304542684972892,0.5,0.153725174569888,0.0972535017981947,0.0275676902116073,0.153725174569888,0.0568069874269853,0.0295081981031974,0.5,0.153725174569888,0.107081045257012,0.0259740048813477,0.153725174569888,0.063069171992008,0.0498828022461871,0.153725174569888,0.250546392215943,0.347463387322141,0.153725174569888,0.251606393491041,0.658172401785022,0.153725174569888,0.231345080351776,0.415294014029682,0.153725174569888,0.180350059733276,0.326683744776412,0.153725174569888,0.140946610107734,0.149357879637046,0.5,0.153725174569888,0.0915950624475749,0.0383168138494837,0,0.0296318730066103,0.370164847159781 -3499,0.5,0.153725174569888,0.0842403438599765,0.347728137139985,0.153725174569888,0.121548784941733,0.603733797304115,0.153725174569888,0.0755486401650749,0.28647096282042,0.153725174569888,0.0594129636361878,0.156488674886571,0.153725174569888,0.121724311438653,0.415039470903863,0.153725174569888,0.0737284379590648,0.326599789229754,0.153725174569888,0.0982855648792945,0.383173930441585,0.153725174569888,0.0184245107396323,0.0299324923129029,0.5,0.153725174569888,0.0414424923981367,0.0245455355241895,0.153725174569888,0.0247897477840235,0.057430331581934,0.5,0.153725174569888,0.062642005411967,0.0465154894088469,0.153725174569888,0.0346522845264565,0.0466059740574534,0.153725174569888,0.12621996905358,0.199405265856797,0.153725174569888,0.129777246874378,0.587659717422416,0.153725174569888,0.110965120939611,0.34702042773623,0.153725174569888,0.0887045225352127,0.289380953582562,0.153725174569888,0.0637343434323173,0.1417180388998,0.5,0.153725174569888,0.0360452609865556,0.0561187085573055,0,0.0217928806868884,0.539884846077827 -3500,0.5,0.153725174569888,0.00318798135471772,0.291186696856245,0.153725174569888,0.0212291745039222,0.413441862726156,0.153725174569888,0.0,0.196048270796554,0.153725174569888,4.02235995243338e-06,0.165239914564035,0.153725174569888,0.0306637007083708,0.497884225934368,0.153725174569888,0.0198763120187926,0.341584007955718,0.153725174569888,0.0272404405723146,0.335379403347143,0.153725174569888,0.00224816768197099,0.0569765037391428,0.5,0.153725174569888,0.00166290003815924,0.0265362538977039,0.153725174569888,6.23823319307181e-05,0.0991847781561428,0.5,0.153725174569888,0.0,0.0438148245421007,0.153725174569888,6.06345282263051e-05,0.0485686753492219,0.153725174569888,0.0298776379104322,0.138034415913396,0.153725174569888,0.0288984669560603,0.533539596404913,0.153725174569888,0.0149973720679492,0.369910305224909,0.153725174569888,0.00747813818745124,0.28865404664745,0.153725174569888,0.000131623084816236,0.119689345604608,0.5,0.153725174569888,7.47492659265751e-05,0.0379125902489136,0,0.0353113039136629,0.683323648049564 -3501,0.5,0.153725174569888,0.0,0.273621510042441,0.153725174569888,0.0,0.293313814152206,0.153725174569888,0.0,0.170509438714465,0.153725174569888,0.0,0.216923700194781,0.153725174569888,0.0,0.629617176284823,0.153725174569888,0.0,0.427946515068271,0.153725174569888,0.0,0.327634181243954,0.153725174569888,0.0,0.0876669721719606,0.5,0.153725174569888,0.0,0.0329438872123327,0.153725174569888,0.0,0.164541960848579,0.5,0.153725174569888,0.0,0.022140611183069,0.153725174569888,0.0,0.0731087245162514,0.153725174569888,0.0,0.125292651422105,0.153725174569888,0.0,0.489194561235956,0.153725174569888,0.0,0.399432510238664,0.153725174569888,0.0,0.301848645183783,0.153725174569888,0.0,0.1000300528816,0.5,0.153725174569888,0.0,0.0245363220556112,0,0.0877325306400977,0.760741448255416 -3502,0.5,0.153725174569888,0.0,0.245070324404635,0.153725174569888,0.0,0.226259494971047,0.153725174569888,0.0,0.198132221438082,0.153725174569888,0.0,0.276705681949614,0.153725174569888,0.0,0.701364203526932,0.153725174569888,0.0,0.510415689650355,0.153725174569888,0.0,0.352450651154139,0.153725174569888,0.0,0.0899887031080533,0.5,0.153725174569888,0.0,0.0369479328364163,0.153725174569888,0.0,0.254222977980793,0.5,0.153725174569888,0.0,0.021074886292916,0.153725174569888,0.0,0.15162790756878,0.153725174569888,0.0,0.122162842374078,0.153725174569888,0.0,0.417678266492457,0.153725174569888,0.0,0.379832517355449,0.153725174569888,0.0,0.250531653975032,0.153725174569888,0.0,0.0714121412162618,0.5,0.153725174569888,0.0,0.0330093761540595,0,0.149038011172871,0.7846585901966 -3503,0.5,0.153725174569888,0.0,0.205128779023731,0.153725174569888,0.0,0.178173533755412,0.153725174569888,0.0,0.246196807263158,0.153725174569888,0.0,0.270227640217979,0.153725174569888,0.0,0.676188071128647,0.153725174569888,0.0,0.522481846105201,0.153725174569888,0.0,0.392353479123835,0.153725174569888,0.0,0.0683589752279651,0.5,0.153725174569888,0.0,0.0416244618157233,0.153725174569888,0.0,0.387381728755222,0.5,0.153725174569888,0.0,0.0339514028168283,0.153725174569888,0.0,0.205051610303252,0.153725174569888,0.0,0.133624124216302,0.153725174569888,0.0,0.343917426483497,0.153725174569888,0.0,0.320771390293225,0.153725174569888,0.0,0.176153409257427,0.153725174569888,0.0,0.0393356901454947,0.5,0.153725174569888,0.0,0.0268832605923265,0,0.176314742681916,0.803466783270391 -3504,0.5,0.153725174569888,0.0,0.174257669078708,0.153725174569888,0.0,0.140360383442961,0.153725174569888,0.0,0.272794090478537,0.153725174569888,0.0,0.232837143561462,0.153725174569888,0.0,0.610475588483798,0.153725174569888,0.0,0.520707549313097,0.153725174569888,0.0,0.39564458218759,0.153725174569888,0.0,0.0561971510367135,0.5,0.153725174569888,0.0,0.0622102572830085,0.153725174569888,0.0,0.514684710486643,0.5,0.153725174569888,0.0,0.0562150782722557,0.153725174569888,0.0,0.282691959183072,0.153725174569888,0.0,0.134951470406282,0.153725174569888,0.0,0.302401133401032,0.153725174569888,0.0,0.262920391943629,0.153725174569888,0.0,0.115934037321049,0.153725174569888,0.0,0.0196145077204664,0.5,0.153725174569888,0.0,0.0252907958268072,0,0.150202541376398,0.81944200527921 -3505,0.5,0.153725174569888,0.0,0.152961626725118,0.153725174569888,0.0,0.125444879308645,0.153725174569888,0.0,0.237633718381278,0.153725174569888,0.0,0.182207879318911,0.153725174569888,0.0,0.51393541784873,0.153725174569888,0.0,0.503730683217144,0.153725174569888,0.0,0.331327948556548,0.153725174569888,0.0,0.0402117258269609,0.5,0.153725174569888,0.0,0.0979015527824016,0.153725174569888,0.0,0.543578323105741,0.5,0.153725174569888,0.0,0.106585215023748,0.153725174569888,0.0,0.382773711245923,0.153725174569888,0.0,0.130273992591273,0.153725174569888,0.0,0.26433189237846,0.153725174569888,0.0,0.212491339494679,0.153725174569888,0.0,0.0793893871720832,0.153725174569888,0.0,0.018320544860752,0.5,0.153725174569888,0.0,0.0272540104158599,0,0.117201378481727,0.801106479533089 -3506,0.5,0.153725174569888,0.0,0.138690870248519,0.153725174569888,0.0,0.115065049755189,0.153725174569888,0.0,0.202058943860588,0.153725174569888,0.0,0.184079645862205,0.153725174569888,0.0,0.424482798741691,0.153725174569888,0.0,0.448297824051474,0.153725174569888,0.0,0.231990219669308,0.153725174569888,0.0,0.0245946306078092,0.5,0.153725174569888,0.0,0.160183232254561,0.153725174569888,0.0,0.448978767823651,0.5,0.153725174569888,0.0,0.153770043667596,0.153725174569888,0.0,0.492290893015474,0.153725174569888,0.0,0.128466489098392,0.153725174569888,0.0,0.243287681562525,0.153725174569888,0.0,0.185704720263028,0.153725174569888,0.0,0.0460923226301616,0.153725174569888,0.0,0.0223893231191556,0.5,0.153725174569888,0.0,0.0288689928814204,0,0.0893681038528853,0.758864239242412 -3507,0.5,0.153725174569888,0.0,0.136754952443677,0.153725174569888,0.0,0.106519109785515,0.153725174569888,0.0,0.193856250169747,0.153725174569888,0.0,0.20289429366781,0.153725174569888,0.0,0.391696962774125,0.153725174569888,0.0,0.360254264679663,0.153725174569888,0.0,0.156622972331307,0.153725174569888,0.0,0.0132403130459186,0.5,0.153725174569888,0.0,0.236699018045339,0.153725174569888,0.0,0.383657359846811,0.5,0.153725174569888,0.0,0.201685100324329,0.153725174569888,0.0,0.583917273011304,0.153725174569888,0.0,0.134081717158068,0.153725174569888,0.0,0.239921445014167,0.153725174569888,0.0,0.176466483318475,0.153725174569888,0.0,0.0350740043763619,0.153725174569888,0.0,0.030574088060024,0.5,0.153725174569888,0.0,0.0787376570582929,0,0.0739331678417604,0.716592365100283 -3508,0.5,0.153725174569888,0.0,0.14240539785986,0.153725174569888,0.0,0.116277721133823,0.153725174569888,0.0,0.189308489904677,0.153725174569888,0.0,0.213517032024713,0.153725174569888,0.0,0.341964440283115,0.153725174569888,0.0,0.293608006741398,0.153725174569888,0.0,0.111646327617958,0.153725174569888,0.0,0.014098148829586,0.5,0.153725174569888,0.0,0.288926210805646,0.153725174569888,0.0,0.406275922630371,0.5,0.153725174569888,0.0,0.262729331445729,0.153725174569888,0.0,0.575329363354761,0.153725174569888,0.0,0.142612635321962,0.153725174569888,0.0,0.242071675029734,0.153725174569888,0.0,0.167557199337646,0.153725174569888,0.0,0.0243010610673841,0.153725174569888,0.0,0.0373575077989638,0.5,0.153725174569888,0.0,0.29773767382593,0,0.0851388632172423,0.656428392978269 -3509,0.5,0.153725174569888,0.0029046199165456,0.164314092954298,0.153725174569888,0.00249096934229173,0.11906453802328,0.153725174569888,0.000341536992685705,0.22762209851806,0.153725174569888,0.000445717530646876,0.184491654614506,0.153725174569888,1.57109227402643e-05,0.301993251302509,0.153725174569888,0.0,0.233814433738262,0.153725174569888,0.0,0.0844148902623417,0.153725174569888,0.0,0.0222660160079924,0.5,0.153725174569888,0.0,0.306717905627604,0.153725174569888,0.0,0.492469704587076,0.5,0.153725174569888,0.0,0.375619707508988,0.153725174569888,0.0,0.58194402275575,0.153725174569888,0.00329576615863154,0.143919446332065,0.153725174569888,0.000664743772057456,0.238696679248399,0.153725174569888,0.000683387070844849,0.157714778109922,0.153725174569888,3.79386339733514e-07,0.0214441329322358,0.153725174569888,1.18871856893168e-05,0.0587331328207945,0.5,0.153725174569888,3.82052730937515e-05,0.480985821240129,0,0.170371513399332,0.661135564549708 -3510,0.5,0.153725174569888,0.032702132408914,0.235935853430749,0.153725174569888,0.0519765554701374,0.140016038658835,0.153725174569888,0.0172882811349742,0.242630752020027,0.153725174569888,0.0107057043750876,0.173428083582079,0.153725174569888,0.0454445430850716,0.292926244301488,0.153725174569888,0.025872650161214,0.193971213603194,0.153725174569888,0.040952171760762,0.0811459654063407,0.153725174569888,0.00423066033035537,0.0388532125842433,0.5,0.153725174569888,0.00171391493938625,0.336680460546938,0.153725174569888,0.00194052011349796,0.583358328455557,0.5,0.153725174569888,0.00102050387185928,0.553728282484539,0.153725174569888,0.00230445847236561,0.615112534068169,0.153725174569888,0.0584433080124825,0.168134012222418,0.153725174569888,0.0476194881616795,0.249949209843669,0.153725174569888,0.029059901074368,0.167167569531896,0.153725174569888,0.0209241637263277,0.02277512127751,0.153725174569888,0.00369017761340275,0.0939240251510768,0.5,0.153725174569888,0.00341399062562089,0.571645789806227,0,0.546425791442452,0.628614620010138 -3511,0.5,0.153725174569888,0.0823975729287818,0.359742887209602,0.153725174569888,0.122864715772666,0.21073981678562,0.153725174569888,0.0546465291536376,0.215001018548593,0.153725174569888,0.03287192508854,0.157445088264791,0.153725174569888,0.117935762078666,0.414828920841537,0.153725174569888,0.0729719807854932,0.225727311387426,0.153725174569888,0.103844500833807,0.118213154782943,0.153725174569888,0.0154552229986277,0.0630719819123205,0.5,0.153725174569888,0.00793472509974397,0.389072180836171,0.153725174569888,0.0156102942473337,0.60258755497313,0.5,0.153725174569888,0.00692809458165128,0.681380521825987,0.153725174569888,0.016131200495215,0.623837966298811,0.153725174569888,0.130837050972678,0.249999176836699,0.153725174569888,0.116799430446267,0.338571640824371,0.153725174569888,0.0657523763907344,0.185885073680419,0.153725174569888,0.0503501955228655,0.027048603371105,0.153725174569888,0.0128081048009741,0.146266500413431,0.5,0.153725174569888,0.0217556825916506,0.764477787922898,0,0.856835396528389,0.57719604483487 -3512,0.5,0.153725174569888,0.145622312765113,0.507140545800636,0.153725174569888,0.19218354216336,0.316781160337773,0.153725174569888,0.0807735632943435,0.238262053921326,0.153725174569888,0.0492989525888002,0.130703895135983,0.153725174569888,0.20385494701254,0.510063938433988,0.153725174569888,0.137373956548467,0.254400643511723,0.153725174569888,0.15958869576696,0.129078419811257,0.153725174569888,0.0315377957361816,0.0896782138695713,0.5,0.153725174569888,0.0160042919596111,0.413193985825922,0.153725174569888,0.0448287916119394,0.598204400593994,0.5,0.153725174569888,0.0160534662808904,0.70892736436404,0.153725174569888,0.0371210631707252,0.58846721099808,0.153725174569888,0.22160793410685,0.402030421725049,0.153725174569888,0.194876803843534,0.435072623536446,0.153725174569888,0.104226505696702,0.192504778583288,0.153725174569888,0.0617757185306742,0.0350605785829121,0.153725174569888,0.020776012466612,0.20522500706412,0.5,0.153725174569888,0.0448603632938464,0.882748138672611,0,0.959190656203758,0.581186591499879 -3513,0.5,0.153725174569888,0.224825649573,0.602041500922276,0.153725174569888,0.222566324171644,0.391968124344802,0.153725174569888,0.0902317930918054,0.316308616527932,0.153725174569888,0.0627372270303435,0.103599705428369,0.153725174569888,0.27911230257207,0.493653999518893,0.153725174569888,0.221909260234619,0.224671774664357,0.153725174569888,0.193550254523371,0.116294066228904,0.153725174569888,0.0482563410680846,0.115470553877329,0.5,0.153725174569888,0.0226460016230219,0.40998288311659,0.153725174569888,0.0804276374356837,0.654225745335328,0.5,0.153725174569888,0.0229706099109577,0.683629359021172,0.153725174569888,0.0509330516259742,0.541046368104171,0.153725174569888,0.299861790926766,0.569052643919014,0.153725174569888,0.264768536827254,0.479475556953149,0.153725174569888,0.135185944468,0.214144419933074,0.153725174569888,0.0665603163506834,0.0605487465565988,0.153725174569888,0.0258463876339605,0.252456689684596,0.5,0.153725174569888,0.0780505115918701,0.890815365582665,0,0.977612739734267,0.611635430731563 -3514,0.5,0.153725174569888,0.296038723208786,0.696374053654635,0.153725174569888,0.271596851751747,0.461813381310948,0.153725174569888,0.0900091557053655,0.379040369984576,0.153725174569888,0.0613108112959698,0.0849469273315649,0.153725174569888,0.335010563289457,0.459624189483636,0.153725174569888,0.299141213416577,0.203276873562398,0.153725174569888,0.162694064203569,0.132201066787975,0.153725174569888,0.060713835492078,0.1310551469897,0.5,0.153725174569888,0.029620304240624,0.423468539529257,0.153725174569888,0.126362006861139,0.679353668226459,0.5,0.153725174569888,0.0294269863740951,0.713942640565989,0.153725174569888,0.064810479152779,0.552442849981773,0.153725174569888,0.345305291778952,0.702923366382653,0.153725174569888,0.320850970838294,0.486875898536924,0.153725174569888,0.187776975016311,0.254117839504496,0.153725174569888,0.0952701868474281,0.0790273241444468,0.153725174569888,0.0260559097543801,0.341523824219599,0.5,0.153725174569888,0.0926925155415853,0.871182519773045,0,0.992543533646517,0.62843055387203 -3515,0.5,0.153725174569888,0.356948528043215,0.76422512274241,0.153725174569888,0.313921322533907,0.530766132321905,0.153725174569888,0.0737623078000893,0.351913223172582,0.153725174569888,0.0577843532174065,0.0826141828516404,0.153725174569888,0.391222929596653,0.432764478301712,0.153725174569888,0.310543558104616,0.226664836815718,0.153725174569888,0.174922141497443,0.107157910239313,0.153725174569888,0.0722515490223139,0.160792937635405,0.5,0.153725174569888,0.0306327779373197,0.448365456343176,0.153725174569888,0.15173061592586,0.687409353798157,0.5,0.153725174569888,0.0330815173790383,0.771033643219213,0.153725174569888,0.0800094750741544,0.567693208737425,0.153725174569888,0.387612525473589,0.803859742701289,0.153725174569888,0.372263192968252,0.510754039078543,0.153725174569888,0.228549404498664,0.296163507861085,0.153725174569888,0.158436780860086,0.133652978174767,0.153725174569888,0.0239119206937454,0.422732850877075,0.5,0.153725174569888,0.106742394738467,0.846833940335555,0,0.9913513210679,0.585042596901241 -3516,0.5,0.153725174569888,0.364935749310105,0.789087350524376,0.153725174569888,0.327559308668835,0.625049049996388,0.153725174569888,0.0828656915244115,0.365234930760496,0.153725174569888,0.0463328260950128,0.101711857844072,0.153725174569888,0.431441631563917,0.458935810300233,0.153725174569888,0.270191780765632,0.197084250986833,0.153725174569888,0.316041224167981,0.171490367063815,0.153725174569888,0.0649975029489109,0.202087139004244,0.5,0.153725174569888,0.0350286418261604,0.470556162163144,0.153725174569888,0.170509473202785,0.709570286400565,0.5,0.153725174569888,0.0422112535734943,0.814282987488811,0.153725174569888,0.0907548948756172,0.591838799220406,0.153725174569888,0.38680805734048,0.887553843678157,0.153725174569888,0.379380496768101,0.547162377021187,0.153725174569888,0.228861663043983,0.340647916840534,0.153725174569888,0.246986125015615,0.289335109202886,0.153725174569888,0.0272307999905932,0.492029875132354,0.5,0.153725174569888,0.102819950274853,0.799955717818217,0,0.993812508953577,0.509644231013809 -3517,0.5,0.153725174569888,0.332478635234408,0.789111576160016,0.153725174569888,0.283487530340358,0.718751091197841,0.153725174569888,0.110278683304668,0.409668606816595,0.153725174569888,0.0515870801916994,0.116511105804836,0.153725174569888,0.479609698548398,0.583406626223317,0.153725174569888,0.371145970056336,0.184682394610889,0.153725174569888,0.463646640094965,0.427520657910312,0.153725174569888,0.0647811023699457,0.246823038243022,0.5,0.153725174569888,0.0357259805349049,0.485415486840892,0.153725174569888,0.169629940234559,0.693069356365835,0.5,0.153725174569888,0.0505711239866954,0.837472377058836,0.153725174569888,0.0993597149445521,0.607022747964189,0.153725174569888,0.3922587415111,0.933690354204671,0.153725174569888,0.352924692620777,0.571341016991298,0.153725174569888,0.182935440009279,0.361334360133386,0.153725174569888,0.236974913560466,0.407111192188559,0.153725174569888,0.0292209087097871,0.547692675069934,0.5,0.153725174569888,0.10784448763972,0.759086084865112,0,1.0048008056279,0.468952747154248 -3518,0.5,0.153725174569888,0.289267141121303,0.800911492495136,0.153725174569888,0.300079833642154,0.825584336616003,0.153725174569888,0.103552607036592,0.383714129197872,0.153725174569888,0.0793200849694904,0.154901827979215,0.153725174569888,0.476480637149673,0.746473837195002,0.153725174569888,0.396098590874219,0.226356274822423,0.153725174569888,0.510304132869624,0.612712517794353,0.153725174569888,0.0576755457929202,0.288927954104794,0.5,0.153725174569888,0.0359067170848659,0.483235991816954,0.153725174569888,0.137179058088076,0.658849140307397,0.5,0.153725174569888,0.0513523394715831,0.845527078144803,0.153725174569888,0.10970710961626,0.619104827638945,0.153725174569888,0.401628057308396,0.942713730773752,0.153725174569888,0.311317310422571,0.557521183234325,0.153725174569888,0.138252430012214,0.345124807129635,0.153725174569888,0.153358603078586,0.413333648697826,0.153725174569888,0.0194618418439988,0.595344808090054,0.5,0.153725174569888,0.105765003572972,0.711878551308439,0,1.00674141971065,0.417757415364508 -3519,0.5,0.153725174569888,0.240599890456408,0.824458870118481,0.153725174569888,0.315640663124905,0.876429132046794,0.153725174569888,0.0718103380024355,0.242920116892344,0.153725174569888,0.0993884976653434,0.147239526490064,0.153725174569888,0.450522447002218,0.847750762814546,0.153725174569888,0.296194653197365,0.276484926063507,0.153725174569888,0.447925408263375,0.668643671581542,0.153725174569888,0.0547184218771655,0.325709268555168,0.5,0.153725174569888,0.032748611615229,0.457255598811024,0.153725174569888,0.112039644588709,0.631427715914727,0.5,0.153725174569888,0.0383546758238353,0.855741921191567,0.153725174569888,0.111138487008585,0.614201436061612,0.153725174569888,0.339904941725708,0.902445870227025,0.153725174569888,0.237737920187989,0.533638168491509,0.153725174569888,0.0963876666159404,0.339200303247894,0.153725174569888,0.108700914290351,0.366758550194717,0.153725174569888,0.0146513689013874,0.603490812417617,0.5,0.153725174569888,0.0836893662597396,0.677568711565731,0,1.0079894098091,0.442788183015635 -3520,0.5,0.153725174569888,0.197203854163252,0.840950379995709,0.153725174569888,0.257520354288129,0.915904851739569,0.153725174569888,0.0469702613903633,0.148794230835407,0.153725174569888,0.050470374325929,0.125861989842913,0.153725174569888,0.364095081834261,0.80184073636013,0.153725174569888,0.250128070112544,0.354247484159689,0.153725174569888,0.297767431812674,0.633991099341698,0.153725174569888,0.050948197926475,0.332944201880308,0.5,0.153725174569888,0.0262167566425365,0.421905968320515,0.153725174569888,0.0931608221547114,0.579591704643374,0.5,0.153725174569888,0.0223616939681514,0.87487467509919,0.153725174569888,0.0775036073012047,0.54785174905971,0.153725174569888,0.319316508280696,0.884448908112011,0.153725174569888,0.158537834623732,0.502392112352041,0.153725174569888,0.0592663597861425,0.341380373125297,0.153725174569888,0.0734450399823607,0.308410902932598,0.153725174569888,0.00862902856196939,0.582186314395512,0.5,0.153725174569888,0.062575453025916,0.669697442646548,0,1.00992565735062,0.676863821111416 -3521,0.5,0.153725174569888,0.129776995192877,0.857467076968854,0.153725174569888,0.185977123734702,0.940964196700084,0.153725174569888,0.0245940359069446,0.117798353407856,0.153725174569888,0.0207995660533749,0.147839529461297,0.153725174569888,0.23395139115297,0.665951910298856,0.153725174569888,0.153734139720845,0.384975545669221,0.153725174569888,0.195720338457637,0.529857241060979,0.153725174569888,0.0325891896793596,0.309967831240632,0.5,0.153725174569888,0.0205591640304732,0.38095500737901,0.153725174569888,0.0665854876274887,0.499570465100808,0.5,0.153725174569888,0.0114370975698404,0.870672136124307,0.153725174569888,0.0472602460426698,0.499756673988092,0.153725174569888,0.251343144980777,0.879901494919047,0.153725174569888,0.0869428602841034,0.52014468567463,0.153725174569888,0.0326061280880111,0.339329695023107,0.153725174569888,0.0436992008046766,0.2532181407802,0.153725174569888,0.00394618843075608,0.55632599024144,0.5,0.153725174569888,0.0339054682974107,0.623326577585799,0,1.0101767304711,0.830608676760465 -3522,0.5,0.153725174569888,0.0784605499593011,0.878611150597842,0.153725174569888,0.0778736259859653,0.940471385471935,0.153725174569888,0.00852249111139482,0.10926615485871,0.153725174569888,0.00703871286282306,0.188565489964574,0.153725174569888,0.124351346872183,0.55237929987112,0.153725174569888,0.0982422683103103,0.375164562919759,0.153725174569888,0.127829387151766,0.400319430650092,0.153725174569888,0.0154337117063594,0.286217360295006,0.5,0.153725174569888,0.0139720510434965,0.344294285312989,0.153725174569888,0.035077758069388,0.42984305295515,0.5,0.153725174569888,0.0079076585076798,0.826689621424487,0.153725174569888,0.0227221884370987,0.471195320633227,0.153725174569888,0.16078551935314,0.84824735883218,0.153725174569888,0.0376198417804601,0.556581117567051,0.153725174569888,0.0154365499888425,0.37320989932538,0.153725174569888,0.0305827741666367,0.20619174114658,0.153725174569888,0.00184662042161914,0.526785716858909,0.5,0.153725174569888,0.0155902810283487,0.568020119506597,0,1.0099881868941,0.74450520142999 -3523,0.5,0.153725174569888,0.0361097915422683,0.88356746144206,0.153725174569888,0.0398182596590081,0.934144960140858,0.153725174569888,0.00126536665894275,0.167668112272301,0.153725174569888,0.00136971561365995,0.225842364259275,0.153725174569888,0.0386716400139542,0.455179273566904,0.153725174569888,0.058786788586552,0.285305424152869,0.153725174569888,0.0536692213661828,0.297331625281194,0.153725174569888,0.00418202376891832,0.24471552558281,0.5,0.153725174569888,0.00668409313390237,0.293244875123005,0.153725174569888,0.00825791184955268,0.397927691897766,0.5,0.153725174569888,0.0028968976612305,0.776482333549436,0.153725174569888,0.00686380975730597,0.439569810175728,0.153725174569888,0.0721214319212007,0.821828907650612,0.153725174569888,0.0122708170213706,0.631805701517088,0.153725174569888,0.00439233952938059,0.437662768333863,0.153725174569888,0.011975870286724,0.150072599136345,0.153725174569888,0.000817129199119687,0.507334597839732,0.5,0.153725174569888,0.00545039281634071,0.502637799869138,0,1.00994142008159,0.456142961880015 -3524,0.5,0.153725174569888,0.00157502317317675,0.882731552124286,0.153725174569888,0.00694295985824726,0.910777723368609,0.153725174569888,5.8059042132453e-05,0.237893657154436,0.153725174569888,3.42981182944771e-05,0.274462097279345,0.153725174569888,0.00291392115111209,0.432680532944869,0.153725174569888,0.0180017781510327,0.174628794374809,0.153725174569888,0.00549166145958365,0.244383540379318,0.153725174569888,0.000817314589439688,0.18583227932425,0.5,0.153725174569888,0.00109138785674563,0.258359378439932,0.153725174569888,0.000517532271199737,0.409886607516641,0.5,0.153725174569888,0.000314390837748361,0.788801528666832,0.153725174569888,0.000410917073190346,0.413191188573996,0.153725174569888,0.0172787742211027,0.791659589939091,0.153725174569888,0.00201675116372916,0.687363279031613,0.153725174569888,0.000543323047454288,0.49453385339022,0.153725174569888,0.000953883615231048,0.121135379986178,0.153725174569888,4.28763195943804e-05,0.497633139076612,0.5,0.153725174569888,0.000154111565875855,0.449108007376405,0,1.00986966434758,0.248924405162095 -3525,0.5,0.153725174569888,0.0,0.89076463007441,0.153725174569888,0.0,0.910477663255188,0.153725174569888,0.0,0.305519102349033,0.153725174569888,0.0,0.325490586593608,0.153725174569888,0.0,0.437290926491158,0.153725174569888,0.0,0.162099400015168,0.153725174569888,0.0,0.170621828262363,0.153725174569888,0.0,0.148704338774275,0.5,0.153725174569888,0.0,0.248190886460863,0.153725174569888,0.0,0.430315428716956,0.5,0.153725174569888,0.0,0.785796391571849,0.153725174569888,0.0,0.39814708677287,0.153725174569888,0.0,0.785034282740667,0.153725174569888,0.0,0.712916013475886,0.153725174569888,0.0,0.538073584057281,0.153725174569888,0.0,0.106623633576474,0.153725174569888,0.0,0.47652182008249,0.5,0.153725174569888,0.0,0.470793310647436,0,1.00981128887838,0.223982031832845 -3526,0.5,0.153725174569888,0.0,0.889281937799512,0.153725174569888,0.0,0.916261777101384,0.153725174569888,0.0,0.384192230123972,0.153725174569888,0.0,0.361446554920111,0.153725174569888,0.0,0.473690084278987,0.153725174569888,0.0,0.146291995113832,0.153725174569888,0.0,0.170263813227001,0.153725174569888,0.0,0.138011608900422,0.5,0.153725174569888,0.0,0.237982571173684,0.153725174569888,0.0,0.420724473550149,0.5,0.153725174569888,0.0,0.800185747855538,0.153725174569888,0.0,0.377725559344376,0.153725174569888,0.0,0.797890620607869,0.153725174569888,0.0,0.716282317615341,0.153725174569888,0.0,0.572211129541001,0.153725174569888,0.0,0.0936528113114385,0.153725174569888,0.0,0.47948988340119,0.5,0.153725174569888,0.0,0.525809889647535,0,1.00986459828052,0.294510073610638 -3527,0.5,0.153725174569888,0.0,0.870780103620187,0.153725174569888,0.0,0.93315770960249,0.153725174569888,0.0,0.413335524410942,0.153725174569888,0.0,0.361689829636164,0.153725174569888,0.0,0.559612876746009,0.153725174569888,0.0,0.176406107909153,0.153725174569888,0.0,0.259782447609455,0.153725174569888,0.0,0.150186524074176,0.5,0.153725174569888,0.0,0.231058259912311,0.153725174569888,0.0,0.392809659218201,0.5,0.153725174569888,0.0,0.807641802789802,0.153725174569888,0.0,0.359949949369339,0.153725174569888,0.0,0.817896718691948,0.153725174569888,0.0,0.734027201435359,0.153725174569888,0.0,0.60547283118998,0.153725174569888,0.0,0.110935204763275,0.153725174569888,0.0,0.480285386083767,0.5,0.153725174569888,0.0,0.551025753976031,0,1.00895066682312,0.542323312318823 -3528,0.5,0.153725174569888,0.0,0.845995593184329,0.153725174569888,0.0,0.901233812796712,0.153725174569888,0.0,0.403777629382719,0.153725174569888,0.0,0.378297657951213,0.153725174569888,0.0,0.625542172203732,0.153725174569888,0.0,0.251233827394593,0.153725174569888,0.0,0.310292055009981,0.153725174569888,0.0,0.15461336539091,0.5,0.153725174569888,0.0,0.2226481574728,0.153725174569888,0.0,0.34882616837039,0.5,0.153725174569888,0.0,0.788082304862378,0.153725174569888,0.0,0.349661477403473,0.153725174569888,0.0,0.846264769496007,0.153725174569888,0.0,0.748828647535022,0.153725174569888,0.0,0.604993978155098,0.153725174569888,0.0,0.112651718475888,0.153725174569888,0.0,0.46993708323186,0.5,0.153725174569888,0.0,0.538161823041966,0,1.00749545397597,0.62175359233741 -3529,0.5,0.153725174569888,0.0,0.811270474004217,0.153725174569888,0.0,0.840371168725473,0.153725174569888,0.0,0.404063754724572,0.153725174569888,0.0,0.384960375053091,0.153725174569888,0.0,0.671518756280604,0.153725174569888,0.0,0.286756148764894,0.153725174569888,0.0,0.330329174050373,0.153725174569888,0.0,0.145934704989077,0.5,0.153725174569888,0.0,0.215377331603534,0.153725174569888,0.0,0.307093342861435,0.5,0.153725174569888,0.0,0.757272565194312,0.153725174569888,0.0,0.331350024842655,0.153725174569888,0.0,0.845887761017413,0.153725174569888,0.0,0.742784666414648,0.153725174569888,0.0,0.579386539260895,0.153725174569888,0.0,0.114948548707229,0.153725174569888,0.0,0.46076045042457,0.5,0.153725174569888,0.0,0.506399472159349,0,1.00714491439485,0.701908715914491 -3530,0.5,0.153725174569888,0.0,0.768854536608482,0.153725174569888,0.0,0.804237984007019,0.153725174569888,0.0,0.400848984282937,0.153725174569888,0.0,0.363803065873901,0.153725174569888,0.0,0.661550800666485,0.153725174569888,0.0,0.300318268115405,0.153725174569888,0.0,0.329225631882482,0.153725174569888,0.0,0.145262229898686,0.5,0.153725174569888,0.0,0.210883895770634,0.153725174569888,0.0,0.279929971434866,0.5,0.153725174569888,0.0,0.708640797602902,0.153725174569888,0.0,0.307207916988125,0.153725174569888,0.0,0.848610808432715,0.153725174569888,0.0,0.727896723064179,0.153725174569888,0.0,0.580106329840807,0.153725174569888,0.0,0.117213944809832,0.153725174569888,0.0,0.44730421551883,0.5,0.153725174569888,0.0,0.499924027178757,0,1.00716373271756,0.819012767736156 -3531,0.5,0.153725174569888,0.0,0.71709665836161,0.153725174569888,0.0,0.762990973318978,0.153725174569888,0.0,0.375722389820559,0.153725174569888,0.0,0.310202969428348,0.153725174569888,0.0,0.633291701873789,0.153725174569888,0.0,0.284293286335869,0.153725174569888,0.0,0.318762542114034,0.153725174569888,0.0,0.138783389582738,0.5,0.153725174569888,0.0,0.205707535902426,0.153725174569888,0.0,0.262104935198904,0.5,0.153725174569888,0.0,0.699514109780677,0.153725174569888,0.0,0.277843279815572,0.153725174569888,0.0,0.874453485396042,0.153725174569888,0.0,0.726672548521405,0.153725174569888,0.0,0.579166955557129,0.153725174569888,0.0,0.117639474769815,0.153725174569888,0.0,0.449405433756731,0.5,0.153725174569888,0.0,0.492891975430528,0,1.00650520272863,0.936426771509217 -3532,0.5,0.153725174569888,0.0,0.692100337412539,0.153725174569888,0.0,0.691799488499121,0.153725174569888,0.0,0.31623995836376,0.153725174569888,0.0,0.256084629296436,0.153725174569888,0.0,0.615990774534865,0.153725174569888,0.0,0.278895363597367,0.153725174569888,0.0,0.315010048686869,0.153725174569888,0.0,0.124118241285273,0.5,0.153725174569888,0.0,0.193988481403618,0.153725174569888,0.0,0.248111227149112,0.5,0.153725174569888,0.0,0.717997335151406,0.153725174569888,0.0,0.260013689785527,0.153725174569888,0.0,0.870881234815691,0.153725174569888,0.0,0.744952807903316,0.153725174569888,0.0,0.561344266543384,0.153725174569888,0.0,0.118860737606211,0.153725174569888,0.0,0.457466239217952,0.5,0.153725174569888,0.0,0.479546275893477,0,1.00644423573682,0.981749661957527 -3533,0.5,0.153725174569888,0.000507912920762645,0.704450497954113,0.153725174569888,0.000379586734004624,0.639206009468244,0.153725174569888,2.69637516505997e-05,0.261043028653089,0.153725174569888,6.44889955929219e-05,0.215252492773447,0.153725174569888,6.35778361616262e-08,0.585072670786464,0.153725174569888,0.0,0.293413237150125,0.153725174569888,0.0,0.328868251435076,0.153725174569888,0.0,0.115283450251152,0.5,0.153725174569888,0.0,0.188109453296653,0.153725174569888,0.0,0.234873664232129,0.5,0.153725174569888,0.0,0.723273712995204,0.153725174569888,0.0,0.244513489323965,0.153725174569888,0.000416010123077923,0.82866350947773,0.153725174569888,0.000220149924507165,0.741045978255428,0.153725174569888,0.000112804284269372,0.504072674342939,0.153725174569888,0.0,0.124370190876684,0.153725174569888,1.91883856121052e-07,0.471488874956588,0.5,0.153725174569888,0.0,0.449903647075909,0,1.00722906728268,0.994184349613247 -3534,0.5,0.153725174569888,0.0069627272145121,0.736986393936881,0.153725174569888,0.00221868356941307,0.679126519226873,0.153725174569888,0.000676438326720757,0.23366085475016,0.153725174569888,0.000768096133221709,0.192427342746731,0.153725174569888,0.00223764816832221,0.543028080808608,0.153725174569888,0.000643319368512452,0.327849347485294,0.153725174569888,0.000603255874126739,0.296541205867901,0.153725174569888,0.000236802420342745,0.104848446217218,0.5,0.153725174569888,0.00376889486173432,0.193864911202105,0.153725174569888,0.00564807448658277,0.231633161678845,0.5,0.153725174569888,0.0048689452319573,0.727031931715295,0.153725174569888,0.0108298279261141,0.255505564197111,0.153725174569888,0.00530302904416233,0.84463853097461,0.153725174569888,0.0130490813084373,0.752881813326742,0.153725174569888,0.00391667222914625,0.465239317861673,0.153725174569888,0.000290827424760315,0.101599772710343,0.153725174569888,0.000548438090964721,0.491038628329361,0.5,0.153725174569888,0.00238756158443105,0.440349278768802,0,1.0081384988935,0.99402252738821 -3535,0.5,0.153725174569888,0.0224906782912398,0.775106545645962,0.153725174569888,0.00831048085687577,0.76985164019451,0.153725174569888,0.00219976343409088,0.201519154523371,0.153725174569888,0.00271065962607539,0.18390730731795,0.153725174569888,0.0175638429422339,0.544484363590775,0.153725174569888,0.0028301835836786,0.312042543961244,0.153725174569888,0.00231364042038381,0.242285887583945,0.153725174569888,0.0010859892171927,0.0889783920932119,0.5,0.153725174569888,0.0244036323900182,0.212689550881612,0.153725174569888,0.034526009702651,0.250168175133461,0.5,0.153725174569888,0.0292344585468712,0.714568966461302,0.153725174569888,0.0538629949701266,0.291200835020491,0.153725174569888,0.0192422341212761,0.884058452219011,0.153725174569888,0.0459314355073127,0.7846907733891,0.153725174569888,0.0164000784471498,0.460951477066125,0.153725174569888,0.00112678922999111,0.0897014705603559,0.153725174569888,0.00259089034884899,0.498802938685998,0.5,0.153725174569888,0.0156833792989443,0.467397912351824,0,1.0084008538479,0.979072455391163 -3536,0.5,0.153725174569888,0.0430284844215156,0.796723031078024,0.153725174569888,0.0157615894582423,0.808563254093794,0.153725174569888,0.00614973202806999,0.171605968524975,0.153725174569888,0.00479452963666189,0.168506302951868,0.153725174569888,0.051935171920909,0.64319684741117,0.153725174569888,0.00761567515684437,0.287434280651322,0.153725174569888,0.00914285743779686,0.286990445806055,0.153725174569888,0.00355300469320076,0.08028740723526,0.5,0.153725174569888,0.0628066685087824,0.251974662057508,0.153725174569888,0.0892261189170061,0.316726436900086,0.5,0.153725174569888,0.0643030395514296,0.696958515803847,0.153725174569888,0.1146075856783,0.327799583171188,0.153725174569888,0.0424700841034253,0.886923619924552,0.153725174569888,0.076648022295013,0.782856921462444,0.153725174569888,0.0262680402878257,0.436051529413976,0.153725174569888,0.0030102142501917,0.098753255768839,0.153725174569888,0.00651432656260582,0.480814513455148,0.5,0.153725174569888,0.0496633211548325,0.511148079278061,0,1.00860065899204,0.959591335485785 -3537,0.5,0.153725174569888,0.0663412235738743,0.795504426317749,0.153725174569888,0.0407059445207636,0.828382317623118,0.153725174569888,0.0130135704158009,0.146361673773965,0.153725174569888,0.00644264114318961,0.147825881064309,0.153725174569888,0.0831277709879318,0.683526855453436,0.153725174569888,0.0141502992388676,0.333805453271147,0.153725174569888,0.0140400006267035,0.296835821537912,0.153725174569888,0.00892896535178482,0.0767675757384624,0.5,0.153725174569888,0.0968650696051466,0.275691727746284,0.153725174569888,0.155289737615481,0.350185505049293,0.5,0.153725174569888,0.0985534164408422,0.668404014291189,0.153725174569888,0.177547798509121,0.335686796834661,0.153725174569888,0.0617231852261564,0.88100877459061,0.153725174569888,0.0843533849964761,0.745233977778005,0.153725174569888,0.0413463543950168,0.42357337360768,0.153725174569888,0.00438131408386877,0.0916903816396564,0.153725174569888,0.0115093120976665,0.467739109080272,0.5,0.153725174569888,0.0920657304827854,0.552286499428779,0,1.00888966906676,0.972485055932297 -3538,0.5,0.153725174569888,0.0973160115077437,0.7839742562722,0.153725174569888,0.0671460182705621,0.851644722457399,0.153725174569888,0.0183962978271343,0.123296558854844,0.153725174569888,0.0085412800872599,0.126618724224467,0.153725174569888,0.110832737873882,0.718489934851693,0.153725174569888,0.0146611365413893,0.32362466656371,0.153725174569888,0.0222345420803806,0.267575054937541,0.153725174569888,0.0141707200306265,0.0672392436044378,0.5,0.153725174569888,0.127412412016793,0.255021055820701,0.153725174569888,0.203990562561338,0.36817706181424,0.5,0.153725174569888,0.116327017733908,0.662597299239425,0.153725174569888,0.213106905389953,0.333443777139663,0.153725174569888,0.0883789807735463,0.889265722323258,0.153725174569888,0.0917842284352307,0.717888501906512,0.153725174569888,0.0590944297417659,0.420231454216249,0.153725174569888,0.00729462987020759,0.0817537161228219,0.153725174569888,0.0187840377713002,0.480619058886623,0.5,0.153725174569888,0.165731461577511,0.628268862757159,0,1.00919640916137,0.986311810671927 -3539,0.5,0.153725174569888,0.121629223699879,0.778947445602405,0.153725174569888,0.0992007659795762,0.845990073658271,0.153725174569888,0.025510043624737,0.101594431420319,0.153725174569888,0.010404976425807,0.105674758939955,0.153725174569888,0.138626127544717,0.710773903788083,0.153725174569888,0.0214169917760193,0.316413338658394,0.153725174569888,0.0378016610988047,0.266880924733237,0.153725174569888,0.0173949200423401,0.0565810649803868,0.5,0.153725174569888,0.153141266772298,0.231334193118376,0.153725174569888,0.239757552205784,0.32982223435239,0.5,0.153725174569888,0.159264367769979,0.629847592229191,0.153725174569888,0.24694545325104,0.361007518046187,0.153725174569888,0.125166700146324,0.903482585770485,0.153725174569888,0.0965646035945521,0.703614529457566,0.153725174569888,0.0682303540429751,0.409493176367414,0.153725174569888,0.0129393865579504,0.0741708171537375,0.153725174569888,0.0267968055386422,0.48077226730055,0.5,0.153725174569888,0.227346585589992,0.632282535185669,0,1.00967230604597,0.983192385232969 -3540,0.5,0.153725174569888,0.130655296042658,0.765593940776028,0.153725174569888,0.130463266508594,0.871579309451054,0.153725174569888,0.0304014582662059,0.0909066378840138,0.153725174569888,0.0119170755713982,0.0905712925688034,0.153725174569888,0.146047556310304,0.68855276768443,0.153725174569888,0.0320384758397391,0.29477904961029,0.153725174569888,0.0518734151391175,0.256388390201445,0.153725174569888,0.0222013518387215,0.0456129154071657,0.5,0.153725174569888,0.165650469227008,0.201301682329803,0.153725174569888,0.280070529216134,0.298768146869615,0.5,0.153725174569888,0.180757473741597,0.549066645946563,0.153725174569888,0.277952407806596,0.318879862775275,0.153725174569888,0.14477799861527,0.90554955864872,0.153725174569888,0.106728831764225,0.705237326762076,0.153725174569888,0.0743386105328635,0.402682845818414,0.153725174569888,0.0205935441303307,0.0614097335882829,0.153725174569888,0.0337765217640378,0.455638547485175,0.5,0.153725174569888,0.21318252501406,0.603524166612779,0,1.00986729754751,0.979666405081674 -3541,0.5,0.153725174569888,0.148686246448996,0.756969043172888,0.153725174569888,0.146146342971606,0.902623746262408,0.153725174569888,0.0297852949574407,0.0852095473719056,0.153725174569888,0.0127100974394977,0.0812462564176598,0.153725174569888,0.144165006684341,0.660442333708857,0.153725174569888,0.0416380383288595,0.267062922660378,0.153725174569888,0.0603445837418361,0.241111448560749,0.153725174569888,0.0272569240817494,0.0359877375851227,0.5,0.153725174569888,0.18408754767466,0.175490227862832,0.153725174569888,0.258901917345771,0.269347992134652,0.5,0.153725174569888,0.206768935621935,0.441003258295945,0.153725174569888,0.277351064594369,0.298785380260233,0.153725174569888,0.15008068073699,0.900566551721484,0.153725174569888,0.121471229357978,0.722042833160956,0.153725174569888,0.075594063553362,0.396300610489427,0.153725174569888,0.027899863054092,0.0491787753946698,0.153725174569888,0.0368677102645449,0.410167421361306,0.5,0.153725174569888,0.218945506221183,0.614862304266536,0,1.00963056245152,0.976329782862268 -3542,0.5,0.153725174569888,0.155604542363245,0.744109634377086,0.153725174569888,0.145626206650687,0.914895393191592,0.153725174569888,0.0257123665467378,0.0791392248046012,0.153725174569888,0.0123702742230664,0.0729099245695156,0.153725174569888,0.121845277312125,0.625121889997496,0.153725174569888,0.0438140996806866,0.257085687963593,0.153725174569888,0.0542644504712573,0.208243423362775,0.153725174569888,0.0280418625332605,0.0291200404765647,0.5,0.153725174569888,0.1912651662714,0.146055794478636,0.153725174569888,0.257273024964117,0.256418693802352,0.5,0.153725174569888,0.220890947184017,0.353089359374205,0.153725174569888,0.234797005925422,0.239749919823868,0.153725174569888,0.150101361368427,0.899939454761389,0.153725174569888,0.130044833981028,0.735258778585444,0.153725174569888,0.0705984938867488,0.385184374302257,0.153725174569888,0.0282733268567045,0.0373956501211797,0.153725174569888,0.0363858569931557,0.33973954829984,0.5,0.153725174569888,0.186545606737332,0.528042579326661,0,1.00946217903327,0.969128023688854 -3543,0.5,0.153725174569888,0.143362490636798,0.729597659745993,0.153725174569888,0.136755686215649,0.925998812884583,0.153725174569888,0.0201632879759612,0.0709935665942125,0.153725174569888,0.0104165408095022,0.0631950746685023,0.153725174569888,0.0855278429093232,0.548202282099488,0.153725174569888,0.0360115365197508,0.23940239137851,0.153725174569888,0.0383524184881165,0.171837448288963,0.153725174569888,0.024636163279326,0.0250614049095179,0.5,0.153725174569888,0.184579100708754,0.133036863605031,0.153725174569888,0.204659906144196,0.196201222303762,0.5,0.153725174569888,0.209067829600155,0.254517674338378,0.153725174569888,0.203501290959007,0.183825981378491,0.153725174569888,0.134416796714467,0.881325485277612,0.153725174569888,0.126736505657796,0.726608344186456,0.153725174569888,0.0626760573250649,0.372090893581441,0.153725174569888,0.0255472454196248,0.0287147318431125,0.153725174569888,0.0375537548930712,0.27105226628532,0.5,0.153725174569888,0.191557465549615,0.443925664337295,0,1.00934957226727,0.959072035902539 -3544,0.5,0.153725174569888,0.114381360744142,0.72604700363921,0.153725174569888,0.111024085415496,0.918043226229443,0.153725174569888,0.0139956293683565,0.0626491559322644,0.153725174569888,0.00769537488799549,0.0594602170514722,0.153725174569888,0.0555482321563262,0.47018257117249,0.153725174569888,0.0265106095395102,0.204670949635363,0.153725174569888,0.0265665938523595,0.141722263373057,0.153725174569888,0.0198669501352909,0.022389219580551,0.5,0.153725174569888,0.188130572979558,0.114996800052017,0.153725174569888,0.135508819617153,0.107911121901019,0.5,0.153725174569888,0.1912639124352,0.146280173523855,0.153725174569888,0.152589976430235,0.121585699472911,0.153725174569888,0.117535418187813,0.861659453872161,0.153725174569888,0.109457823514411,0.704659239439098,0.153725174569888,0.0504840257992018,0.3580111748441,0.153725174569888,0.0242161164796306,0.0275028944742748,0.153725174569888,0.0336212828607066,0.20337962753931,0.5,0.153725174569888,0.146035787500221,0.397804162158285,0,1.00918368776995,0.944862662219095 -3545,0.5,0.153725174569888,0.0827207019296332,0.727671527060799,0.153725174569888,0.0771189882486569,0.898997084466146,0.153725174569888,0.00773144225861412,0.0587982620484441,0.153725174569888,0.00446617170983216,0.0573673731667409,0.153725174569888,0.0311799660112843,0.417967988234272,0.153725174569888,0.0193939131737579,0.188868063518539,0.153725174569888,0.0158941291017073,0.131371281650299,0.153725174569888,0.0120946052874207,0.0178304085223559,0.5,0.153725174569888,0.114896171966964,0.0643995818253153,0.153725174569888,0.162970041777046,0.100791755236476,0.5,0.153725174569888,0.13572781919186,0.0706025606130085,0.153725174569888,0.116133758192241,0.0589963718575935,0.153725174569888,0.0974844497984183,0.84249012583264,0.153725174569888,0.0739148199905361,0.677743140621619,0.153725174569888,0.0323996649992743,0.344452319623637,0.153725174569888,0.0185532626473793,0.0286582637726015,0.153725174569888,0.0245787631082315,0.13181514731375,0.5,0.153725174569888,0.0926881179490079,0.294450032782688,0,1.008845940578,0.920157645528912 -3546,0.5,0.153725174569888,0.0505871658707855,0.727231964309037,0.153725174569888,0.0454677834218717,0.870484618240815,0.153725174569888,0.00348060491184009,0.0611547185605914,0.153725174569888,0.00210853758542744,0.0551435151780213,0.153725174569888,0.0162557062881449,0.409719319544606,0.153725174569888,0.0116482009051422,0.180514632802913,0.153725174569888,0.00758097863714846,0.139622590496398,0.153725174569888,0.00608671101617034,0.0127569699207776,0.5,0.153725174569888,0.0637072981356848,0.0240393133970082,0.153725174569888,0.105589345383327,0.0669808322044526,0.5,0.153725174569888,0.0817487838534202,0.0270761010821984,0.153725174569888,0.0967756949268627,0.0223580473102155,0.153725174569888,0.0941660272810524,0.825071787531309,0.153725174569888,0.0427514391255173,0.650507245764345,0.153725174569888,0.0167056095340233,0.32774618039671,0.153725174569888,0.00970905932393091,0.0303430029696416,0.153725174569888,0.0149509883622542,0.0816231292637986,0.5,0.153725174569888,0.0513354808345082,0.184797516559716,0,1.00788331152519,0.901030453040448 -3547,0.5,0.153725174569888,0.0225160014931432,0.717104667280115,0.153725174569888,0.0184538105121295,0.842213000696066,0.153725174569888,0.000942901495247951,0.0632947181017216,0.153725174569888,0.000660761427747955,0.0576145305950641,0.153725174569888,0.00640182303837445,0.432557474751318,0.153725174569888,0.00475170181425828,0.189131385757642,0.153725174569888,0.00259914898967721,0.151777256473692,0.153725174569888,0.00295481581511633,0.0111418596788891,0.5,0.153725174569888,0.0305681573904465,0.0047265864386953,0.153725174569888,0.0492153082508301,0.0222643086065027,0.5,0.153725174569888,0.0337957822467779,0.0110312473285465,0.153725174569888,0.0532198527698185,0.00639712707854842,0.153725174569888,0.0331890891251331,0.773589522467398,0.153725174569888,0.0174694962768266,0.623359860320791,0.153725174569888,0.00688267432411842,0.323095108817258,0.153725174569888,0.00315055167531847,0.0329138803608468,0.153725174569888,0.00680497019102029,0.0497694161908841,0.5,0.153725174569888,0.0179865088612555,0.0990535167140639,0,1.00569835249739,0.880687080492506 -3548,0.5,0.153725174569888,0.000815065820745233,0.69365087473633,0.153725174569888,0.00294350545415929,0.81706739481612,0.153725174569888,5.89347262925478e-05,0.0677657498277758,0.153725174569888,3.55691297180966e-05,0.066969044768116,0.153725174569888,0.00135691931527638,0.468169945893842,0.153725174569888,0.000871692960041936,0.207393396039578,0.153725174569888,0.000567564481169384,0.175294145675751,0.153725174569888,0.000760813661614902,0.0114473609179082,0.5,0.153725174569888,0.00521541167690724,0.000810942443487297,0.153725174569888,0.0,0.00637730932436903,0.5,0.153725174569888,0.000175692676106465,0.0053617691707475,0.153725174569888,0.0,0.00571063117759844,0.153725174569888,0.00709979207346645,0.701178836474376,0.153725174569888,0.00312537198378568,0.610468457839356,0.153725174569888,0.00127944493111904,0.333253667299256,0.153725174569888,0.000433363080947037,0.0382037962681297,0.153725174569888,0.000327488245254766,0.0288559238618103,0.5,0.153725174569888,0.000264434992497199,0.0425231073748002,0,1.00128912523899,0.87380768664433 -3549,0.5,0.153725174569888,0.0,0.667615900786908,0.153725174569888,0.0,0.765799471671187,0.153725174569888,0.0,0.0909525765228456,0.153725174569888,0.0,0.0818227654122487,0.153725174569888,0.0,0.499140283182344,0.153725174569888,0.0,0.226059068177255,0.153725174569888,0.0,0.197268879477244,0.153725174569888,0.0,0.0115630937797669,0.5,0.153725174569888,0.0,0.000197397015743866,0.153725174569888,0.0,0.00438241365204803,0.5,0.153725174569888,0.0,0.00405079744943772,0.153725174569888,0.0,0.0106950199045508,0.153725174569888,0.0,0.604732117458536,0.153725174569888,0.0,0.602865384875388,0.153725174569888,0.0,0.354466491990687,0.153725174569888,0.0,0.0403637187522193,0.153725174569888,0.0,0.0186030790456997,0.5,0.153725174569888,0.0,0.0245267088314904,0,0.991592710058907,0.880501828116696 -3550,0.5,0.153725174569888,0.0,0.638989219599426,0.153725174569888,0.0,0.710524286964457,0.153725174569888,0.0,0.114307394475276,0.153725174569888,0.0,0.106053207439579,0.153725174569888,0.0,0.511972747215969,0.153725174569888,0.0,0.256561337485637,0.153725174569888,0.0,0.215473547214992,0.153725174569888,0.0,0.0106007390320006,0.5,0.153725174569888,0.0,0.000334336883356094,0.153725174569888,0.0,0.00677423417363876,0.5,0.153725174569888,0.0,0.00356257657764297,0.153725174569888,0.0,0.0149913188335949,0.153725174569888,0.0,0.538863635730415,0.153725174569888,0.0,0.605039567480941,0.153725174569888,0.0,0.377923515431439,0.153725174569888,0.0,0.0391614581940281,0.153725174569888,0.0,0.0145936019558112,0.5,0.153725174569888,0.0,0.0241193621408965,0,0.97766844220193,0.887862816170787 -3551,0.5,0.153725174569888,0.0,0.598152911643263,0.153725174569888,0.0,0.658248381082754,0.153725174569888,0.0,0.144592969653609,0.153725174569888,0.0,0.13997511217669,0.153725174569888,0.0,0.514956184359596,0.153725174569888,0.0,0.290330092288333,0.153725174569888,0.0,0.232633737097435,0.153725174569888,0.0,0.00991339547565261,0.5,0.153725174569888,0.0,0.000970759507744184,0.153725174569888,0.0,0.0118563589072374,0.5,0.153725174569888,0.0,0.00295662633637895,0.153725174569888,0.0,0.0171161138938637,0.153725174569888,0.0,0.475019493706064,0.153725174569888,0.0,0.585705784670851,0.153725174569888,0.0,0.381792167121031,0.153725174569888,0.0,0.0389443651966854,0.153725174569888,0.0,0.0129576030488174,0.5,0.153725174569888,0.0,0.0280827017299301,0,0.95294656791142,0.885761393109078 -3552,0.5,0.153725174569888,0.0,0.548728584192922,0.153725174569888,0.0,0.572455124439828,0.153725174569888,0.0,0.188057604117766,0.153725174569888,0.0,0.178487227071915,0.153725174569888,0.0,0.523016062084868,0.153725174569888,0.0,0.313814920775637,0.153725174569888,0.0,0.25550837697626,0.153725174569888,0.0,0.00890581400653469,0.5,0.153725174569888,0.0,0.00160503298937719,0.153725174569888,0.0,0.0162705157495681,0.5,0.153725174569888,0.0,0.0028505249006032,0.153725174569888,0.0,0.0208552049064946,0.153725174569888,0.0,0.40026257422537,0.153725174569888,0.0,0.55133469702503,0.153725174569888,0.0,0.376498130244136,0.153725174569888,0.0,0.0404931125456314,0.153725174569888,0.0,0.0109878281296468,0.5,0.153725174569888,0.0,0.0310582001863544,0,0.916781572015927,0.870736799119768 -3553,0.5,0.153725174569888,0.0,0.494684188002632,0.153725174569888,0.0,0.490561645182813,0.153725174569888,0.0,0.223092655136139,0.153725174569888,0.0,0.209689583498792,0.153725174569888,0.0,0.529384802821825,0.153725174569888,0.0,0.329291537154325,0.153725174569888,0.0,0.289341386434223,0.153725174569888,0.0,0.00826135705164178,0.5,0.153725174569888,0.0,0.00155585344090685,0.153725174569888,0.0,0.0192932646148407,0.5,0.153725174569888,0.0,0.00250572190951584,0.153725174569888,0.0,0.0226407797620403,0.153725174569888,0.0,0.334460787198101,0.153725174569888,0.0,0.515907284400988,0.153725174569888,0.0,0.368295338471705,0.153725174569888,0.0,0.0474410888081036,0.153725174569888,0.0,0.00991221122318689,0.5,0.153725174569888,0.0,0.0325154683566125,0,0.871596707383007,0.849388611864004 -3554,0.5,0.153725174569888,0.0,0.427850339521263,0.153725174569888,0.0,0.427149690592743,0.153725174569888,0.0,0.239585904629141,0.153725174569888,0.0,0.225340633499197,0.153725174569888,0.0,0.514698276678382,0.153725174569888,0.0,0.336633533230437,0.153725174569888,0.0,0.310976442822232,0.153725174569888,0.0,0.00788247431929845,0.5,0.153725174569888,0.0,0.00145268750952901,0.153725174569888,0.0,0.0209405358669412,0.5,0.153725174569888,0.0,0.00229062911941111,0.153725174569888,0.0,0.0211613954238404,0.153725174569888,0.0,0.282290955398321,0.153725174569888,0.0,0.495740166185695,0.153725174569888,0.0,0.34673710432326,0.153725174569888,0.0,0.0580207626800189,0.153725174569888,0.0,0.00907268147868551,0.5,0.153725174569888,0.0,0.0325775247193246,0,0.813469666533646,0.821041672298001 -3555,0.5,0.153725174569888,0.0,0.372319822627169,0.153725174569888,0.0,0.397061615313741,0.153725174569888,0.0,0.232411362814537,0.153725174569888,0.0,0.223898026850248,0.153725174569888,0.0,0.495988620892046,0.153725174569888,0.0,0.337701023299379,0.153725174569888,0.0,0.311930591057342,0.153725174569888,0.0,0.00792781824084489,0.5,0.153725174569888,0.0,0.00156729880407959,0.153725174569888,0.0,0.0215024282080381,0.5,0.153725174569888,0.0,0.00121659586881721,0.153725174569888,0.0,0.0181969971476433,0.153725174569888,0.0,0.256374298490624,0.153725174569888,0.0,0.479134161350049,0.153725174569888,0.0,0.322925610051085,0.153725174569888,0.0,0.0730630806787421,0.153725174569888,0.0,0.00861030219797044,0.5,0.153725174569888,0.0,0.0327653348702217,0,0.759439774182809,0.787442130411864 -3556,0.5,0.153725174569888,0.0,0.328511524744,0.153725174569888,0.0,0.362694298881945,0.153725174569888,0.0,0.220956358456615,0.153725174569888,0.0,0.216747528751896,0.153725174569888,0.0,0.486887224909409,0.153725174569888,0.0,0.342983887301694,0.153725174569888,0.0,0.305804530519149,0.153725174569888,0.0,0.00944226563948248,0.5,0.153725174569888,0.0,0.00168729999394604,0.153725174569888,0.0,0.0199002572230381,0.5,0.153725174569888,0.0,0.00101853357717278,0.153725174569888,0.0,0.0156793082623884,0.153725174569888,0.0,0.233777175739894,0.153725174569888,0.0,0.443847475926274,0.153725174569888,0.0,0.300024532437063,0.153725174569888,0.0,0.0808458414157208,0.153725174569888,0.0,0.00890523092054373,0.5,0.153725174569888,0.0,0.0332759107145983,0,0.721326212070303,0.747271679669661 -3557,0.5,0.153725174569888,0.00176723091107453,0.306101830235969,0.153725174569888,0.000710815764335816,0.32442121023727,0.153725174569888,5.61114156751092e-05,0.226636690101266,0.153725174569888,0.000476506578105307,0.218884930825154,0.153725174569888,2.27861905674184e-05,0.485090898946402,0.153725174569888,0.0,0.359995823269865,0.153725174569888,0.0,0.310064162332462,0.153725174569888,0.0,0.0119167308825202,0.5,0.153725174569888,0.0,0.0010261354751912,0.153725174569888,0.0,0.01888812516189,0.5,0.153725174569888,0.0,0.000845551531670545,0.153725174569888,0.0,0.0155148669729115,0.153725174569888,0.00211982363307286,0.229378372613807,0.153725174569888,0.000283833065647315,0.419907304114468,0.153725174569888,0.000320012548912104,0.292811797076461,0.153725174569888,0.0,0.0895607033801254,0.153725174569888,3.64270871064849e-06,0.00875071652270148,0.5,0.153725174569888,1.60565874456081e-05,0.0314369848436108,0,0.668982695092698,0.745459632984763 -3558,0.5,0.153725174569888,0.0195827590719548,0.310049081635044,0.153725174569888,0.0110708778792669,0.358697591514275,0.153725174569888,0.00153228798360537,0.2454925481051,0.153725174569888,0.00857693341749204,0.231094835193236,0.153725174569888,0.00765658426313884,0.520326427416114,0.153725174569888,0.00161755171473306,0.378492453325214,0.153725174569888,0.00137247564639281,0.322945836321107,0.153725174569888,0.000976270393472521,0.0137351956414749,0.5,0.153725174569888,0.0265852012633647,0.000728144317714846,0.153725174569888,0.0226952425864436,0.0168573174365299,0.5,0.153725174569888,0.0292835593190729,0.000490211760261824,0.153725174569888,0.0231550695611952,0.0110318068982013,0.153725174569888,0.0314824311521374,0.259895939772639,0.153725174569888,0.0129331253791305,0.445253156691801,0.153725174569888,0.00950039795429387,0.323773493695626,0.153725174569888,0.000580139611605298,0.0998740772567466,0.153725174569888,0.00902065144503567,0.00960303244506125,0.5,0.153725174569888,0.00832789261569698,0.0312486439148365,0,0.613750104947178,0.759349160258978 -3559,0.5,0.153725174569888,0.0486536434610277,0.327362287133134,0.153725174569888,0.0401396039430374,0.423538878936786,0.153725174569888,0.00938141711745644,0.272944730936186,0.153725174569888,0.0305341949559368,0.236149394275353,0.153725174569888,0.0348897878021093,0.583644383445264,0.153725174569888,0.00826362869234427,0.389434682454565,0.153725174569888,0.00802511853059313,0.343303032321577,0.153725174569888,0.00424518022535094,0.0157599976525839,0.5,0.153725174569888,0.0910037502929884,0.000756877777266989,0.153725174569888,0.0610073109494752,0.0144157873395018,0.5,0.153725174569888,0.0921358043738977,0.000798647153645038,0.153725174569888,0.0749846364243118,0.00754554123729868,0.153725174569888,0.0759540147293543,0.362268194341883,0.153725174569888,0.0462216847019985,0.488445429404714,0.153725174569888,0.0404497995907636,0.383658068857082,0.153725174569888,0.00298695981016885,0.114037743507876,0.153725174569888,0.0276059059254514,0.0160149055883512,0.5,0.153725174569888,0.0286233196583831,0.0368514804747671,0,0.527442420997735,0.781357865650658 -3560,0.5,0.153725174569888,0.088325711542617,0.335223316691025,0.153725174569888,0.0773234690909415,0.459249008654641,0.153725174569888,0.0314371581058104,0.295689301915306,0.153725174569888,0.0589811575480687,0.231817983925189,0.153725174569888,0.083548951464755,0.686318428050728,0.153725174569888,0.0229251039989284,0.413347600193326,0.153725174569888,0.0258642520048811,0.388972977981522,0.153725174569888,0.00956988603531811,0.0193241562981485,0.5,0.153725174569888,0.179794147812084,0.0028841690368689,0.153725174569888,0.110184195534657,0.0180795982255768,0.5,0.153725174569888,0.167974735794897,0.00739834951549152,0.153725174569888,0.135091079624524,0.00909807908799604,0.153725174569888,0.131939220252352,0.437051757886785,0.153725174569888,0.0924934614139037,0.520341275179386,0.153725174569888,0.0957108597716711,0.419417884719494,0.153725174569888,0.0107900737086346,0.137675266510556,0.153725174569888,0.0445248247872864,0.0267228120515891,0.5,0.153725174569888,0.0594865965724815,0.0536986151733171,0,0.424589086509247,0.774440264526377 -3561,0.5,0.153725174569888,0.107558175132542,0.316739580957773,0.153725174569888,0.123298073959899,0.430468051501261,0.153725174569888,0.0715761165276065,0.291092590886963,0.153725174569888,0.085231559662712,0.211014524473967,0.153725174569888,0.164161075875031,0.724307404299244,0.153725174569888,0.0429892718569088,0.449852474931999,0.153725174569888,0.0453372715134092,0.42141232349652,0.153725174569888,0.0207454461864452,0.0242285414613285,0.5,0.153725174569888,0.26042849654646,0.0182365385711853,0.153725174569888,0.158240190812138,0.0283896962710444,0.5,0.153725174569888,0.223957055621825,0.0176034024748884,0.153725174569888,0.199394083647734,0.0254223623124712,0.153725174569888,0.193206615022545,0.405183932351746,0.153725174569888,0.139048246547346,0.519214394604343,0.153725174569888,0.151870013875621,0.424543341915831,0.153725174569888,0.0230168632191673,0.171274735641631,0.153725174569888,0.0597807024296879,0.0414720832176484,0.5,0.153725174569888,0.0999913793691422,0.0660868185741805,0,0.297620219656577,0.744279370744364 -3562,0.5,0.153725174569888,0.155223809271047,0.306616159146347,0.153725174569888,0.210622223491546,0.424340060241011,0.153725174569888,0.105340710238675,0.26641052383032,0.153725174569888,0.112175467825902,0.185303898155679,0.153725174569888,0.272372816926399,0.718243112988686,0.153725174569888,0.0666221599764728,0.47616617865904,0.153725174569888,0.0747685856475217,0.442028171181308,0.153725174569888,0.0383916686726375,0.0325313351989063,0.5,0.153725174569888,0.314254693768728,0.0405493311146002,0.153725174569888,0.245222604068615,0.0476693581046407,0.5,0.153725174569888,0.233673816641865,0.0275107904121872,0.153725174569888,0.274401137091445,0.0715279851450934,0.153725174569888,0.281200436944167,0.371337533532808,0.153725174569888,0.176394733374659,0.505717441013709,0.153725174569888,0.192290536009356,0.405449358132255,0.153725174569888,0.0419516233935756,0.182233981865608,0.153725174569888,0.074439487065519,0.0553987570580143,0.5,0.153725174569888,0.16076819886633,0.0979788430330987,0,0.206522798223139,0.721394522656849 -3563,0.5,0.153725174569888,0.199076734008365,0.304311892967944,0.153725174569888,0.214425421472783,0.419309814093804,0.153725174569888,0.124927864294301,0.236057994753901,0.153725174569888,0.134266467073985,0.166616681251233,0.153725174569888,0.32142669550699,0.673395649849519,0.153725174569888,0.104524117556408,0.491524942943745,0.153725174569888,0.136937544976413,0.403909442374137,0.153725174569888,0.0506469154768253,0.0458685784457578,0.5,0.153725174569888,0.348254734138515,0.0577326435801325,0.153725174569888,0.313835149609838,0.0529813272706338,0.5,0.153725174569888,0.285462061187678,0.0339748957948379,0.153725174569888,0.325427971587697,0.118428519614101,0.153725174569888,0.268344811871815,0.332261242750043,0.153725174569888,0.219650364469862,0.485754274040197,0.153725174569888,0.226006021360042,0.368636457174806,0.153725174569888,0.0750761504042139,0.174702010940415,0.153725174569888,0.0860971170961491,0.0719234012578518,0.5,0.153725174569888,0.212674538297696,0.146650155796043,0,0.143018596551533,0.68449527078908 -3564,0.5,0.153725174569888,0.207706628730616,0.29824709700939,0.153725174569888,0.198588860211899,0.372046861482277,0.153725174569888,0.141915895835858,0.204412046754138,0.153725174569888,0.156481429365833,0.146908136308956,0.153725174569888,0.309199471649008,0.607898736713628,0.153725174569888,0.150626532077043,0.464220313269591,0.153725174569888,0.199888907888854,0.378832999938514,0.153725174569888,0.0701295299776537,0.0630718625860369,0.5,0.153725174569888,0.321534497409292,0.0620136882602492,0.153725174569888,0.437799767523641,0.0751943987806062,0.5,0.153725174569888,0.259256701261121,0.045189612592088,0.153725174569888,0.423138101807954,0.154340308455757,0.153725174569888,0.286674478846184,0.305136177964926,0.153725174569888,0.26841227186601,0.456402184991354,0.153725174569888,0.243177897499696,0.328233524837137,0.153725174569888,0.112328329510718,0.161529606385439,0.153725174569888,0.0828683907033844,0.0912816356272874,0.5,0.153725174569888,0.246940659603594,0.154619649896,0,0.105429665990804,0.607824796894988 -3565,0.5,0.153725174569888,0.227881420157863,0.312619208886714,0.153725174569888,0.20148230068726,0.316947103104663,0.153725174569888,0.152900358876682,0.178658889958656,0.153725174569888,0.164773388408662,0.137366260212801,0.153725174569888,0.25877232728337,0.537407805814982,0.153725174569888,0.190860991827548,0.420413006477173,0.153725174569888,0.245662032210069,0.323769060018801,0.153725174569888,0.0917816761796018,0.0795600230939084,0.5,0.153725174569888,0.308442746639468,0.0672924018848215,0.153725174569888,0.328416016177891,0.085578119160421,0.5,0.153725174569888,0.257077458201445,0.0612614861445903,0.153725174569888,0.416290128922538,0.121580530852779,0.153725174569888,0.292111562439986,0.270884527348193,0.153725174569888,0.311837202041645,0.421050254543443,0.153725174569888,0.230331931455758,0.285348747178238,0.153725174569888,0.140307026408581,0.141716220942814,0.153725174569888,0.0841824284557637,0.112918437652274,0.5,0.153725174569888,0.254193257405908,0.170715480732062,0,0.0813203359630161,0.525713473788022 -3566,0.5,0.153725174569888,0.247368606688359,0.341309697216156,0.153725174569888,0.19459917918201,0.273064649013277,0.153725174569888,0.162024954442489,0.173426671523201,0.153725174569888,0.157156289003838,0.135235101901317,0.153725174569888,0.226514350309556,0.469290431352161,0.153725174569888,0.198416903769884,0.374590952037951,0.153725174569888,0.230393378003969,0.298811624019904,0.153725174569888,0.115220185699152,0.100722517265358,0.5,0.153725174569888,0.301412564812143,0.0772028389206521,0.153725174569888,0.284716735676841,0.095622737786816,0.5,0.153725174569888,0.218888836825746,0.0881967011251554,0.153725174569888,0.362237280019592,0.115203396104279,0.153725174569888,0.340560793862874,0.226796895287733,0.153725174569888,0.350497438389059,0.382553754191691,0.153725174569888,0.225611604051655,0.240274727074209,0.153725174569888,0.144883833726235,0.130574045783674,0.153725174569888,0.0860189781244419,0.121799694587816,0.5,0.153725174569888,0.20689752992004,0.141470531244065,0,0.0590485369221918,0.454376867404285 -3567,0.5,0.153725174569888,0.265540907899494,0.340845669442758,0.153725174569888,0.177333873917369,0.233230214092845,0.153725174569888,0.159871597826063,0.183222261594486,0.153725174569888,0.150226880444024,0.110740987284242,0.153725174569888,0.215661653586425,0.405995490312128,0.153725174569888,0.173911760110468,0.363342047552019,0.153725174569888,0.195136218820353,0.328373611068435,0.153725174569888,0.145021014002986,0.115261524508412,0.5,0.153725174569888,0.309603471117882,0.0882708602837433,0.153725174569888,0.193822097578537,0.0868473468030888,0.5,0.153725174569888,0.282363580436271,0.107073130658588,0.153725174569888,0.350860952315249,0.0941630078814793,0.153725174569888,0.38997714840135,0.180257917303729,0.153725174569888,0.396625823900873,0.355037897560086,0.153725174569888,0.205509395829886,0.214119733280821,0.153725174569888,0.145549273892085,0.141869885559047,0.153725174569888,0.0879103778200533,0.124812224897481,0.5,0.153725174569888,0.143307505138828,0.107151431923968,0,0.0347392272442289,0.411908715269711 -3568,0.5,0.153725174569888,0.240583738307619,0.312969747577095,0.153725174569888,0.153646059603936,0.195815849165804,0.153725174569888,0.119621349149911,0.172139949344132,0.153725174569888,0.16175582344238,0.0824760801330189,0.153725174569888,0.213365622183578,0.336580925479337,0.153725174569888,0.147230305528845,0.394788621089277,0.153725174569888,0.170853262698327,0.380896180220989,0.153725174569888,0.144087120678104,0.13568187475128,0.5,0.153725174569888,0.281908424347565,0.0961360957442417,0.153725174569888,0.175517051346428,0.0879131214898752,0.5,0.153725174569888,0.189493376781349,0.112677059265808,0.153725174569888,0.232508086998029,0.0761914884642269,0.153725174569888,0.382198911805916,0.135065111257694,0.153725174569888,0.293894121941679,0.319574045030861,0.153725174569888,0.147478953089919,0.183667607347221,0.153725174569888,0.126843034598705,0.164961698611902,0.153725174569888,0.0883786047394185,0.133162847471106,0.5,0.153725174569888,0.126755164195101,0.112061506018958,0,0.0172584309477958,0.379807792248966 -3569,0.5,0.153725174569888,0.195204719368295,0.281233373815693,0.153725174569888,0.131846471096589,0.145383383192857,0.153725174569888,0.0969969035111092,0.133360540443911,0.153725174569888,0.147595523544391,0.0657440938978747,0.153725174569888,0.214289680207652,0.29856224438062,0.153725174569888,0.130904895511206,0.445549129666578,0.153725174569888,0.148381269191727,0.403794813909814,0.153725174569888,0.118743221216227,0.139369206874229,0.5,0.153725174569888,0.222088873881895,0.11041723976819,0.153725174569888,0.126367179431372,0.0445188563883619,0.5,0.153725174569888,0.12393236129326,0.123917737088617,0.153725174569888,0.215602192698504,0.0747069087462459,0.153725174569888,0.320347849826343,0.0960692609040235,0.153725174569888,0.186876608097294,0.262325489251002,0.153725174569888,0.111666644243457,0.142153047803269,0.153725174569888,0.0999865225212966,0.181466070060362,0.153725174569888,0.0747099420295617,0.146084468747801,0.5,0.153725174569888,0.0829930993922277,0.0901446206764705,0,0.00787429790781786,0.339969451790072 -3570,0.5,0.153725174569888,0.119512809798458,0.22520712016089,0.153725174569888,0.10764456913142,0.075017849616881,0.153725174569888,0.0755276692532701,0.0816276451586647,0.153725174569888,0.103996119504041,0.0528725333458147,0.153725174569888,0.141248045431605,0.263361634111793,0.153725174569888,0.113073410007904,0.453908812002602,0.153725174569888,0.108374057506182,0.380812827769337,0.153725174569888,0.0809147163804674,0.122144304009928,0.5,0.153725174569888,0.133674297358079,0.114904907166305,0.153725174569888,0.0683471564608745,0.0201353736000817,0.5,0.153725174569888,0.0849738102552656,0.133512357017591,0.153725174569888,0.140609797006703,0.0482797012969226,0.153725174569888,0.232656819963117,0.0602387385578865,0.153725174569888,0.110485742673713,0.195847472945433,0.153725174569888,0.0680626403855343,0.0967126416328308,0.153725174569888,0.0658939450519081,0.186673538134237,0.153725174569888,0.0484475939972917,0.147501656073239,0.5,0.153725174569888,0.047930947861783,0.0702217254504294,0,0.00268829895152225,0.287839127847417 -3571,0.5,0.153725174569888,0.0594859547157554,0.155515348626858,0.153725174569888,0.0884118042091048,0.0270207801156734,0.153725174569888,0.0492684591464072,0.0492248046099823,0.153725174569888,0.0507875612253883,0.0379908480722216,0.153725174569888,0.0637800905338958,0.200444176785611,0.153725174569888,0.070265448166985,0.387534944721096,0.153725174569888,0.0577153675147128,0.30516604587573,0.153725174569888,0.042497673326546,0.0975016704238865,0.5,0.153725174569888,0.0607354412597822,0.130574960206101,0.153725174569888,0.0465871741527209,0.0107616735389485,0.5,0.153725174569888,0.0436309226255169,0.1309738756232,0.153725174569888,0.0720252877887492,0.0310923300591059,0.153725174569888,0.125991038400628,0.0291229405328211,0.153725174569888,0.0553425041073996,0.132788586858018,0.153725174569888,0.0338252723585961,0.0594345224891744,0.153725174569888,0.0312662327605947,0.183416719123964,0.153725174569888,0.0206963788574828,0.145674543695415,0.5,0.153725174569888,0.0120436349413677,0.0545451414090037,0,0.000830076561172783,0.24788695331633 -3572,0.5,0.153725174569888,0.00529743028208811,0.0819725811457731,0.153725174569888,0.0293843028505166,0.000824608802395708,0.153725174569888,0.0,0.0231924099705884,0.153725174569888,5.03201588492427e-05,0.0289935971271196,0.153725174569888,0.017522455220517,0.132100556099385,0.153725174569888,0.0222107735344751,0.267104256594319,0.153725174569888,0.0135041575493044,0.213207743956064,0.153725174569888,0.0089962222572442,0.0766016092138041,0.5,0.153725174569888,0.0115201328785185,0.116556494675367,0.153725174569888,0.000293593579871257,0.00683661717981728,0.5,0.153725174569888,0.0,0.127780276586772,0.153725174569888,9.58261857688981e-05,0.0206590283108801,0.153725174569888,0.0358366606864549,0.00624838692968865,0.153725174569888,0.0146923737229168,0.0756956392364111,0.153725174569888,0.00752008235119868,0.0368717236618573,0.153725174569888,0.00413298220883427,0.162601046761051,0.153725174569888,0.000171269031188499,0.143670328634726,0.5,0.153725174569888,0.000146533890494658,0.0408713020335202,0,8.66990462217179e-05,0.217825840407833 -3573,0.5,0.153725174569888,0.0,0.0485100969707359,0.153725174569888,0.0,0.000105758568917054,0.153725174569888,0.0,0.0150060764711083,0.153725174569888,0.0,0.0289962293768296,0.153725174569888,0.0,0.0954920828556826,0.153725174569888,0.0,0.216335264558138,0.153725174569888,0.0,0.153935794931974,0.153725174569888,0.0,0.0651932355359368,0.5,0.153725174569888,0.0,0.0921481015882417,0.153725174569888,0.0,0.00567009579111275,0.5,0.153725174569888,0.0,0.136881997556604,0.153725174569888,0.0,0.0169573939721126,0.153725174569888,0.0,0.00291370703974792,0.153725174569888,0.0,0.0347766478947054,0.153725174569888,0.0,0.0273821768557743,0.153725174569888,0.0,0.139156109296754,0.153725174569888,0.0,0.138596829385934,0.5,0.153725174569888,0.0,0.0347948989874906,0,0.0,0.194055739678599 -3574,0.5,0.153725174569888,0.0,0.0344295899760742,0.153725174569888,0.0,0.000495850040188989,0.153725174569888,0.0,0.0147833799218382,0.153725174569888,0.0,0.0351805565991591,0.153725174569888,0.0,0.0825709496879827,0.153725174569888,0.0,0.216145814853047,0.153725174569888,0.0,0.143756739961997,0.153725174569888,0.0,0.0735916431631225,0.5,0.153725174569888,0.0,0.0754143786122816,0.153725174569888,0.0,0.00533831775491336,0.5,0.153725174569888,0.0,0.16197300128438,0.153725174569888,0.0,0.015300749991492,0.153725174569888,0.0,0.00228981202976274,0.153725174569888,0.0,0.0171559816031152,0.153725174569888,0.0,0.0239103286499376,0.153725174569888,0.0,0.12870565578324,0.153725174569888,0.0,0.136764471254766,0.5,0.153725174569888,0.0,0.0343860238380241,0,0.0122393559595079,0.181115993982728 -3575,0.5,0.153725174569888,0.0,0.0240172896858159,0.153725174569888,0.0,0.00305064396462818,0.153725174569888,0.0,0.0156111517126701,0.153725174569888,0.0,0.0449772429097535,0.153725174569888,0.0,0.0748523437438403,0.153725174569888,0.0,0.216602302490301,0.153725174569888,0.0,0.120145111698628,0.153725174569888,0.0,0.0986214142366145,0.5,0.153725174569888,0.0,0.0697733097650442,0.153725174569888,0.0,0.00489189316768702,0.5,0.153725174569888,0.0,0.186466862674325,0.153725174569888,0.0,0.0145374154452358,0.153725174569888,0.0,0.00282133946271065,0.153725174569888,0.0,0.00715351063652828,0.153725174569888,0.0,0.0204175768656683,0.153725174569888,0.0,0.102163874638397,0.153725174569888,0.0,0.134797675573953,0.5,0.153725174569888,0.0,0.0384146562901634,0,0.0507249207267665,0.172310978456023 -3576,0.5,0.153725174569888,0.0,0.015771653651313,0.153725174569888,0.0,0.00791491563988964,0.153725174569888,0.0,0.0173806031610141,0.153725174569888,0.0,0.0508312692611026,0.153725174569888,0.0,0.0572199380545819,0.153725174569888,0.0,0.216586564608112,0.153725174569888,0.0,0.08714931967037,0.153725174569888,0.0,0.128518216511903,0.5,0.153725174569888,0.0,0.0787882789872854,0.153725174569888,0.0,0.00626795434212262,0.5,0.153725174569888,0.0,0.218146265030614,0.153725174569888,0.0,0.0175303791792507,0.153725174569888,0.0,0.00374385741977092,0.153725174569888,0.0,0.0024994535382625,0.153725174569888,0.0,0.0155894600853242,0.153725174569888,0.0,0.0694134347851027,0.153725174569888,0.0,0.12116485925952,0.5,0.153725174569888,0.0,0.050210000927896,0,0.0884429583532464,0.164409993744922 -3577,0.5,0.153725174569888,0.0,0.0129675823383033,0.153725174569888,0.0,0.0107595228730905,0.153725174569888,0.0,0.0204830696838739,0.153725174569888,0.0,0.0514838967825126,0.153725174569888,0.0,0.0365193803704834,0.153725174569888,0.0,0.191577270031767,0.153725174569888,0.0,0.0558916759543583,0.153725174569888,0.0,0.150310690367024,0.5,0.153725174569888,0.0,0.0939509964578175,0.153725174569888,0.0,0.0104890062075727,0.5,0.153725174569888,0.0,0.234650838189964,0.153725174569888,0.0,0.0258140187687593,0.153725174569888,0.0,0.00479168173778421,0.153725174569888,0.0,0.00220268512857971,0.153725174569888,0.0,0.0128681500930084,0.153725174569888,0.0,0.0365597525102911,0.153725174569888,0.0,0.0975489746727162,0.5,0.153725174569888,0.0,0.0691984077750989,0,0.102703757259293,0.148345764455058 -3578,0.5,0.153725174569888,0.0,0.0127564346898806,0.153725174569888,0.0,0.0154656294190572,0.153725174569888,0.0,0.0250027160932874,0.153725174569888,0.0,0.0487950167434681,0.153725174569888,0.0,0.015717008958586,0.153725174569888,0.0,0.150230927095411,0.153725174569888,0.0,0.0365636905117832,0.153725174569888,0.0,0.153487098144997,0.5,0.153725174569888,0.0,0.115133185961962,0.153725174569888,0.0,0.0143661810077952,0.5,0.153725174569888,0.0,0.193533178230468,0.153725174569888,0.0,0.0345415450981586,0.153725174569888,0.0,0.00608619798995163,0.153725174569888,0.0,0.00510158257265957,0.153725174569888,0.0,0.0104430935165664,0.153725174569888,0.0,0.020910739101572,0.153725174569888,0.0,0.0702212463909032,0.5,0.153725174569888,0.0,0.0876149329178365,0,0.102796991138734,0.142719350910697 -3579,0.5,0.153725174569888,0.0,0.0149022378670427,0.153725174569888,0.0,0.0163191982352418,0.153725174569888,0.0,0.0260386013209913,0.153725174569888,0.0,0.0460219528066074,0.153725174569888,0.0,0.00712667433598347,0.153725174569888,0.0,0.121017090873281,0.153725174569888,0.0,0.0245256431916627,0.153725174569888,0.0,0.129161994613232,0.5,0.153725174569888,0.0,0.119083464326065,0.153725174569888,0.0,0.0151124607963141,0.5,0.153725174569888,0.0,0.133264820353376,0.153725174569888,0.0,0.036245182629034,0.153725174569888,0.0,0.00771208514509135,0.153725174569888,0.0,0.00917458971452621,0.153725174569888,0.0,0.0105629834430542,0.153725174569888,0.0,0.0176978923439029,0.153725174569888,0.0,0.0561856283353872,0.5,0.153725174569888,0.0,0.0888868084706805,0,0.114413111547325,0.143051899981705 -3580,0.5,0.153725174569888,0.0,0.0194452513328376,0.153725174569888,0.0,0.0145487987191375,0.153725174569888,0.0,0.0221990700925759,0.153725174569888,0.0,0.0420326402496877,0.153725174569888,0.0,0.00377750999087845,0.153725174569888,0.0,0.0985651950138212,0.153725174569888,0.0,0.0149633819638455,0.153725174569888,0.0,0.111345930847273,0.5,0.153725174569888,0.0,0.111317900365169,0.153725174569888,0.0,0.015274260160742,0.5,0.153725174569888,0.0,0.11964912516478,0.153725174569888,0.0,0.0336924913776627,0.153725174569888,0.0,0.00920121593678849,0.153725174569888,0.0,0.014093950097906,0.153725174569888,0.0,0.0116025143912502,0.153725174569888,0.0,0.0172782873112219,0.153725174569888,0.0,0.0531993411691115,0.5,0.153725174569888,0.0,0.0887279683902847,0,0.14121973673482,0.123918769584445 -3581,0.5,0.153725174569888,0.00627595599028252,0.0236929439992672,0.153725174569888,0.00402491963932081,0.0116107567498208,0.153725174569888,0.00120791499880256,0.0198129383985005,0.153725174569888,0.00180117286220693,0.0423862992100188,0.153725174569888,0.000261071602166873,0.00306650367979529,0.153725174569888,0.0,0.0759889664004339,0.153725174569888,5.60322291806093e-06,0.0160845131959987,0.153725174569888,0.0,0.0977548888376417,0.5,0.153725174569888,0.0,0.109179035138274,0.153725174569888,0.0,0.0171835229481797,0.5,0.153725174569888,0.0,0.121155398296851,0.153725174569888,0.0,0.0379956327516682,0.153725174569888,0.00435978288785953,0.0105208607051356,0.153725174569888,0.00171257800734987,0.0180927236727389,0.153725174569888,0.0018182715863816,0.00969993928029759,0.153725174569888,5.58971969084512e-05,0.0162174537208158,0.153725174569888,0.000514302699472143,0.0480056721273318,0.5,0.153725174569888,0.000317109163719164,0.0954880070986706,0,0.169009698748629,0.111434489510664 -3582,0.5,0.153725174569888,0.0649148352352793,0.0293207390617789,0.153725174569888,0.065227647796209,0.0107193679578789,0.153725174569888,0.0381636634269867,0.0248880726040657,0.153725174569888,0.031111613673991,0.0526511069881685,0.153725174569888,0.0436236001195329,0.00253485723415256,0.153725174569888,0.0316129269323939,0.0634768653401735,0.153725174569888,0.0359196733450444,0.0192317695001392,0.153725174569888,0.0173728432552876,0.08035352298337,0.5,0.153725174569888,0.0126678283156074,0.110390408654812,0.153725174569888,0.000865868201007162,0.0230017249711908,0.5,0.153725174569888,0.0138434723035708,0.112899433264691,0.153725174569888,0.0104567122025373,0.0338459478952208,0.153725174569888,0.064779505904599,0.0121177695365794,0.153725174569888,0.0567156261488902,0.0201001458847143,0.153725174569888,0.0468393010887822,0.00740422493831332,0.153725174569888,0.0378369245582621,0.0166327964198663,0.153725174569888,0.0453711506735088,0.0408182477917517,0.5,0.153725174569888,0.0180537998796607,0.100920186241893,0,0.184862756898382,0.099745916997732 -3583,0.5,0.153725174569888,0.136885314413451,0.0549249370584967,0.153725174569888,0.149347916736473,0.0168650158181635,0.153725174569888,0.111085410003379,0.0402959870169365,0.153725174569888,0.0893321038736778,0.0690402114331812,0.153725174569888,0.126261573970922,0.00559747542328734,0.153725174569888,0.112119468868711,0.0781303250617375,0.153725174569888,0.101254573313044,0.0375699489604533,0.153725174569888,0.0719105822825144,0.0726968633559176,0.5,0.153725174569888,0.0554653515819595,0.102991457715393,0.153725174569888,0.00293351110918201,0.0299327284725726,0.5,0.153725174569888,0.0677655530503855,0.115384815283137,0.153725174569888,0.036221618246087,0.0377305996123329,0.153725174569888,0.146415975183207,0.01823581794807,0.153725174569888,0.13559401067898,0.0275694202447885,0.153725174569888,0.124480542871405,0.0125964820715489,0.153725174569888,0.105846892866428,0.0297319052427352,0.153725174569888,0.130350186954814,0.0463184507708227,0.5,0.153725174569888,0.0673694940842688,0.0861702670122352,0,0.177770569399489,0.113409706544307 -3584,0.5,0.153725174569888,0.216044415674687,0.0895094421146631,0.153725174569888,0.274419293688716,0.0537798951560612,0.153725174569888,0.23446993032527,0.0638503598329244,0.153725174569888,0.163547588130406,0.0873106287023246,0.153725174569888,0.249994183455604,0.00811349674966814,0.153725174569888,0.23918488701373,0.12011228481012,0.153725174569888,0.19831009637475,0.0931440787719817,0.153725174569888,0.178610097897947,0.0832247724281538,0.5,0.153725174569888,0.125993108228297,0.0935369565985401,0.153725174569888,0.010120062013004,0.0347954050351194,0.5,0.153725174569888,0.169512762721356,0.127095413713341,0.153725174569888,0.0704310873751187,0.0487365846932911,0.153725174569888,0.270551856955176,0.027612600280326,0.153725174569888,0.257949198715119,0.0536007313407557,0.153725174569888,0.245257639592778,0.029654562789453,0.153725174569888,0.214646047830134,0.0715978135629598,0.153725174569888,0.247294502292099,0.0753706283053572,0.5,0.153725174569888,0.148962580755397,0.0645099765756129,0,0.150760844347751,0.130562323269259 -3585,0.5,0.153725174569888,0.320731502055721,0.120034392647637,0.153725174569888,0.404723922446394,0.104918627318679,0.153725174569888,0.351961711180168,0.097780588613973,0.153725174569888,0.221864473914445,0.0959245039967924,0.153725174569888,0.377742170193665,0.00584272476268826,0.153725174569888,0.372869600431658,0.137737667397879,0.153725174569888,0.321262606944281,0.0977568019231476,0.153725174569888,0.325449678120253,0.0985348726269822,0.5,0.153725174569888,0.213058968884317,0.0847801971007407,0.153725174569888,0.0299286140289489,0.0392741841102451,0.5,0.153725174569888,0.304305680245277,0.107395691989676,0.153725174569888,0.108652584908812,0.0570545878445321,0.153725174569888,0.399905565936722,0.0425189513130237,0.153725174569888,0.386841966214644,0.0757647904915766,0.153725174569888,0.379461350783688,0.0502126592223183,0.153725174569888,0.343347717132944,0.0984532816046933,0.153725174569888,0.379315147672015,0.10924683432544,0.5,0.153725174569888,0.273426942180229,0.0471829542873311,0,0.104079076794903,0.137409195323391 -3586,0.5,0.153725174569888,0.413792685569434,0.134314418965805,0.153725174569888,0.534654347964952,0.145264035430549,0.153725174569888,0.428152640751358,0.10287384766996,0.153725174569888,0.266154679802099,0.0911154984215801,0.153725174569888,0.519839485023301,0.00720418151573542,0.153725174569888,0.510087895110309,0.110993326871583,0.153725174569888,0.490188322167793,0.0866294365552134,0.153725174569888,0.50912330831169,0.0852068304449167,0.5,0.153725174569888,0.311164945854186,0.0719527525717338,0.153725174569888,0.07566905596457,0.0425935357162984,0.5,0.153725174569888,0.429633563983038,0.0984141699748517,0.153725174569888,0.134800807887708,0.0625631518087639,0.153725174569888,0.536421544858659,0.0699344646778672,0.153725174569888,0.517643976496053,0.0914732845528729,0.153725174569888,0.514675185851969,0.0767329673366881,0.153725174569888,0.460283715745376,0.096468229850357,0.153725174569888,0.479463424823225,0.124574206998629,0.5,0.153725174569888,0.401050215258717,0.0418495163752184,0,0.0610443311273339,0.140477955325492 -3587,0.5,0.153725174569888,0.492038859444131,0.147634152354653,0.153725174569888,0.632499893703479,0.152645307125266,0.153725174569888,0.438260021361859,0.0925468234223646,0.153725174569888,0.347505069750424,0.0839534122323471,0.153725174569888,0.639922746066795,0.0160500600958739,0.153725174569888,0.633936756692693,0.108160398778972,0.153725174569888,0.612926010375409,0.0864514580006147,0.153725174569888,0.634721130936265,0.0782845786705321,0.5,0.153725174569888,0.415340687454418,0.0727489084857202,0.153725174569888,0.171920227808523,0.042424034817266,0.5,0.153725174569888,0.530974413007923,0.111227300866676,0.153725174569888,0.150755121656786,0.0719708365257601,0.153725174569888,0.644985910355891,0.0883416260933847,0.153725174569888,0.608295777879682,0.130398717946399,0.153725174569888,0.599927085310679,0.0918835165942791,0.153725174569888,0.472290192779204,0.0957869286702366,0.153725174569888,0.505372199114201,0.121260566455849,0.5,0.153725174569888,0.498097418734998,0.0358982498842817,0,0.0394064001047626,0.154164877360895 -3588,0.5,0.153725174569888,0.541141849474387,0.167150486660327,0.153725174569888,0.698416852133155,0.148983613305295,0.153725174569888,0.443401327597951,0.0851453532151346,0.153725174569888,0.4093359511022,0.0776472200552916,0.153725174569888,0.710752827229399,0.0419493627042776,0.153725174569888,0.699599035551304,0.123296879203286,0.153725174569888,0.68106122161272,0.0933397759409437,0.153725174569888,0.693292341270653,0.0776564972446846,0.5,0.153725174569888,0.505277102715458,0.0803471796314892,0.153725174569888,0.236030201420129,0.033580874123508,0.5,0.153725174569888,0.492793561591737,0.102830474430802,0.153725174569888,0.17973740671301,0.0805215760006848,0.153725174569888,0.708989038514835,0.100773129384576,0.153725174569888,0.667532662176109,0.174571662717192,0.153725174569888,0.643807667197198,0.103273354195868,0.153725174569888,0.408764260510957,0.101538177695968,0.153725174569888,0.49840007131104,0.119379040096,0.5,0.153725174569888,0.528201348359415,0.029686277922038,0,0.0578656109803602,0.177425994987159 -3589,0.5,0.153725174569888,0.523987472460222,0.181285159914704,0.153725174569888,0.719547212736741,0.152347971224705,0.153725174569888,0.456901903812586,0.087419248976338,0.153725174569888,0.442091041718364,0.0745277824127546,0.153725174569888,0.726580906426036,0.0601501623312472,0.153725174569888,0.729499795115318,0.153603524070786,0.153725174569888,0.719888638031365,0.113700378022772,0.153725174569888,0.724197173143354,0.0836847979059245,0.5,0.153725174569888,0.570620150428024,0.0745198715876984,0.153725174569888,0.25440294588845,0.0246880608591048,0.5,0.153725174569888,0.463531425462428,0.102620655534544,0.153725174569888,0.217816748662863,0.0817096027116126,0.153725174569888,0.729392216346133,0.116048008649962,0.153725174569888,0.697060779582868,0.209805085990271,0.153725174569888,0.662864685601204,0.108231970064405,0.153725174569888,0.383476141784372,0.112790633839863,0.153725174569888,0.481280268211555,0.136775197483165,0.5,0.153725174569888,0.507193272391847,0.0227379506914352,0,0.0809065076739478,0.194659527986335 -3590,0.5,0.153725174569888,0.495114541710738,0.191122746009817,0.153725174569888,0.678997514325831,0.158613537171684,0.153725174569888,0.452433062510437,0.0917730879257597,0.153725174569888,0.422342115758623,0.0660368904132651,0.153725174569888,0.71628755920029,0.0713380910065475,0.153725174569888,0.713100893040397,0.166956523777798,0.153725174569888,0.697866645399991,0.121333068918834,0.153725174569888,0.702378081853134,0.0775504240537723,0.5,0.153725174569888,0.61681981918676,0.0736353717691735,0.153725174569888,0.262428189181652,0.0231822062353912,0.5,0.153725174569888,0.428026520595644,0.13566540978564,0.153725174569888,0.257788173318013,0.07796072932545,0.153725174569888,0.710643967293646,0.141265701134073,0.153725174569888,0.695010753278767,0.236717720039188,0.153725174569888,0.643029721009488,0.11003583019886,0.153725174569888,0.349520157769926,0.115585292073828,0.153725174569888,0.465596127775864,0.157659893151237,0.5,0.153725174569888,0.435637542954479,0.0166077024246737,0,0.117195538645002,0.202996437972163 -3591,0.5,0.153725174569888,0.416201625417651,0.185749277903585,0.153725174569888,0.621714967698622,0.154977525994084,0.153725174569888,0.425739729364127,0.0998531601699329,0.153725174569888,0.367864501307539,0.0566323572824377,0.153725174569888,0.649247315947963,0.0931349150840538,0.153725174569888,0.656465934908137,0.160864667583622,0.153725174569888,0.619366240995816,0.11008012386843,0.153725174569888,0.633303233183443,0.0784420149425064,0.5,0.153725174569888,0.584257494199649,0.0806550974510194,0.153725174569888,0.237834561745346,0.0265974414162617,0.5,0.153725174569888,0.381582048820784,0.181641576521977,0.153725174569888,0.264964208537625,0.0722055603331095,0.153725174569888,0.644281185072038,0.177198952161247,0.153725174569888,0.645028208862065,0.252217073147438,0.153725174569888,0.58196371737976,0.106548280371993,0.153725174569888,0.325171646526251,0.103008836319885,0.153725174569888,0.382565295342782,0.172176957355165,0.5,0.153725174569888,0.366636270409447,0.017576008933908,0,0.189322337841132,0.221763234820586 -3592,0.5,0.153725174569888,0.34695686682719,0.166799143008903,0.153725174569888,0.500312375887526,0.150813440471111,0.153725174569888,0.358384043251203,0.106827476248994,0.153725174569888,0.30991909650266,0.0487801226676166,0.153725174569888,0.528035425770683,0.107652256037626,0.153725174569888,0.554419457124269,0.143683272231099,0.153725174569888,0.514491265790029,0.0855705497980314,0.153725174569888,0.512130707361246,0.0916921306934898,0.5,0.153725174569888,0.47088283138892,0.102502465491501,0.153725174569888,0.205140349106743,0.036050533119539,0.5,0.153725174569888,0.352255204553139,0.266991892935623,0.153725174569888,0.2071399640729,0.0691574176968751,0.153725174569888,0.526292020068398,0.221950341597756,0.153725174569888,0.536927455821604,0.260258592743487,0.153725174569888,0.48440788492752,0.0986134091426449,0.153725174569888,0.285612650185272,0.0827892399612745,0.153725174569888,0.301330166507506,0.193000199605713,0.5,0.153725174569888,0.307788874193685,0.0284704453181555,0,0.237410162984081,0.232691614424367 -3593,0.5,0.153725174569888,0.278519873089563,0.135620454593621,0.153725174569888,0.368891726741421,0.14792347144865,0.153725174569888,0.252511891794843,0.0869921826009777,0.153725174569888,0.238356374775805,0.0288482551899396,0.153725174569888,0.381927693427371,0.111865510754862,0.153725174569888,0.413804465515646,0.11737303747508,0.153725174569888,0.384718260581453,0.0546244050400428,0.153725174569888,0.368207105592408,0.101763239939722,0.5,0.153725174569888,0.353478310852655,0.114056795362667,0.153725174569888,0.168910915354161,0.0451240957886807,0.5,0.153725174569888,0.279205644351519,0.358305948174195,0.153725174569888,0.152819290605428,0.0668245400115352,0.153725174569888,0.388433121271788,0.262438624243522,0.153725174569888,0.404256410391952,0.259099081879759,0.153725174569888,0.367462493488471,0.0852480243978643,0.153725174569888,0.221225110989664,0.0649503749903764,0.153725174569888,0.220437638790851,0.218065663538055,0.5,0.153725174569888,0.226513054007648,0.0583748376556766,0,0.238755222625721,0.257635327180673 -3594,0.5,0.153725174569888,0.188160823068061,0.0917228521704301,0.153725174569888,0.242596072983995,0.124587424707273,0.153725174569888,0.162197959147773,0.0486481235091582,0.153725174569888,0.141954481948564,0.00828209255593302,0.153725174569888,0.2316607406944,0.106145357968056,0.153725174569888,0.279105193440126,0.083581379963512,0.153725174569888,0.258701341845463,0.0293365483588734,0.153725174569888,0.245247228483602,0.0983650116124693,0.5,0.153725174569888,0.227688056812888,0.0978995149871168,0.153725174569888,0.114286841595632,0.0453829486181584,0.5,0.153725174569888,0.193359029212348,0.431401563340211,0.153725174569888,0.102561230500794,0.0660151352499272,0.153725174569888,0.257343126906277,0.296209817328081,0.153725174569888,0.273763841038178,0.240419712152231,0.153725174569888,0.234862480865253,0.0513036277611184,0.153725174569888,0.15185790368267,0.0439088985363515,0.153725174569888,0.156272447822816,0.238324355942314,0.5,0.153725174569888,0.147808552800956,0.148496573682923,0,0.201087162326354,0.307694680914797 -3595,0.5,0.153725174569888,0.085150649639808,0.0469691780126703,0.153725174569888,0.120634173324529,0.0826573244023656,0.153725174569888,0.0731987693195315,0.0120289597871508,0.153725174569888,0.0650347629946053,0.00245818424580835,0.153725174569888,0.120758601070412,0.0625052901210728,0.153725174569888,0.141342202519362,0.027945121470551,0.153725174569888,0.133420189464174,0.00490151530182318,0.153725174569888,0.125304447086275,0.0665991878029509,0.5,0.153725174569888,0.112470858889156,0.0702112158767496,0.153725174569888,0.0569695343621347,0.0345211014279787,0.5,0.153725174569888,0.0922010355330858,0.246879125434815,0.153725174569888,0.0562093098914159,0.0677027543927114,0.153725174569888,0.130890177227584,0.292576358798013,0.153725174569888,0.141025238191133,0.196543256737204,0.153725174569888,0.113706852400574,0.028791881426066,0.153725174569888,0.0834338599109729,0.0170157782977295,0.153725174569888,0.0707482854483133,0.181073960207006,0.5,0.153725174569888,0.06194728595866,0.27484011555029,0,0.174641999837379,0.352713599382645 -3596,0.5,0.153725174569888,0.00801137844337313,0.034202142779511,0.153725174569888,0.0307914202446221,0.0797462452912049,0.153725174569888,0.00135641959867529,0.0110763120857191,0.153725174569888,0.0,0.00434507921499914,0.153725174569888,0.0312856100582028,0.0665063139338357,0.153725174569888,0.0346938191882409,0.0179588773406074,0.153725174569888,0.0272273342378225,0.00155300873592556,0.153725174569888,0.0272563374290336,0.0557020935155818,0.5,0.153725174569888,0.0219758655554061,0.0760494506675855,0.153725174569888,0.0,0.0295008673149393,0.5,0.153725174569888,0.00134882870456291,0.118970031890873,0.153725174569888,0.0,0.0631615070442468,0.153725174569888,0.0384795357384348,0.203788879776228,0.153725174569888,0.0353939621059568,0.126589785007409,0.153725174569888,0.02309290116303,0.0378063580865119,0.153725174569888,0.0191655754113349,0.00512182441479772,0.153725174569888,0.0,0.103423007196122,0.5,0.153725174569888,0.0,0.223690912201199,0,0.154872335056655,0.394668629259215 -3597,0.5,0.153725174569888,0.0,0.0292965770744976,0.153725174569888,0.0,0.093836450198231,0.153725174569888,0.0,0.0169678547612239,0.153725174569888,0.0,0.00783086912052376,0.153725174569888,0.0,0.0779723399933394,0.153725174569888,0.0,0.0187049457100987,0.153725174569888,0.0,0.00318692872786286,0.153725174569888,0.0,0.0393638811254394,0.5,0.153725174569888,0.0,0.0604605335020095,0.153725174569888,0.0,0.044879467316737,0.5,0.153725174569888,0.0,0.0847851028928812,0.153725174569888,0.0,0.0691982541569633,0.153725174569888,0.0,0.142893293730062,0.153725174569888,0.0,0.105175842799673,0.153725174569888,0.0,0.0411416793854425,0.153725174569888,0.0,0.00661690556577882,0.153725174569888,0.0,0.0554364241795527,0.5,0.153725174569888,0.0,0.114044791039053,0,0.109444389887753,0.423293613931525 -3598,0.5,0.153725174569888,0.0,0.0261010094184542,0.153725174569888,0.0,0.0799559624119351,0.153725174569888,0.0,0.0248122108394953,0.153725174569888,0.0,0.0123215448375514,0.153725174569888,0.0,0.0669262300514579,0.153725174569888,0.0,0.025563864303431,0.153725174569888,0.0,0.00751714045985589,0.153725174569888,0.0,0.0172525374090701,0.5,0.153725174569888,0.0,0.0390142735247005,0.153725174569888,0.0,0.0454062493153725,0.5,0.153725174569888,0.0,0.0507871277041504,0.153725174569888,0.0,0.0781031508221363,0.153725174569888,0.0,0.133886192556291,0.153725174569888,0.0,0.0837554598189776,0.153725174569888,0.0,0.0340618515164647,0.153725174569888,0.0,0.00860163255165476,0.153725174569888,0.0,0.0217777324733711,0.5,0.153725174569888,0.0,0.0816656725254368,0,0.0768472165572116,0.419410748726681 -3599,0.5,0.153725174569888,0.0,0.0284100781019238,0.153725174569888,0.0,0.06831489770324,0.153725174569888,0.0,0.0315754550405793,0.153725174569888,0.0,0.0182908693280628,0.153725174569888,0.0,0.0467649687900571,0.153725174569888,0.0,0.0345634648884623,0.153725174569888,0.0,0.0101252292883439,0.153725174569888,0.0,0.00650270075503954,0.5,0.153725174569888,0.0,0.0292551994390407,0.153725174569888,0.0,0.0346557397503178,0.5,0.153725174569888,0.0,0.0256936883298098,0.153725174569888,0.0,0.0817371039740539,0.153725174569888,0.0,0.132245517081938,0.153725174569888,0.0,0.079526217577319,0.153725174569888,0.0,0.0295581541057014,0.153725174569888,0.0,0.00902537798154405,0.153725174569888,0.0,0.00707085476983236,0.5,0.153725174569888,0.0,0.0711405740775835,0,0.0579117307731116,0.395933724606458 -3600,0.5,0.153725174569888,0.0,0.0338639337381365,0.153725174569888,0.0,0.0648389309488311,0.153725174569888,0.0,0.0364599733474963,0.153725174569888,0.0,0.0249444356825023,0.153725174569888,0.0,0.0344572923286793,0.153725174569888,0.0,0.0356129872357993,0.153725174569888,0.0,0.0100659219528652,0.153725174569888,0.0,0.00388145133221398,0.5,0.153725174569888,0.0,0.0194172545827703,0.153725174569888,0.0,0.0288999494776283,0.5,0.153725174569888,0.0,0.00933448825546417,0.153725174569888,0.0,0.060292195816971,0.153725174569888,0.0,0.130804479547491,0.153725174569888,0.0,0.0804028530423116,0.153725174569888,0.0,0.0299750183530284,0.153725174569888,0.0,0.00740632641410683,0.153725174569888,0.0,0.00290302683378128,0.5,0.153725174569888,0.0,0.0512304344122323,0,0.0535947637137989,0.384948825701292 -3601,0.5,0.153725174569888,0.0,0.0405228311124461,0.153725174569888,0.0,0.0599800541094557,0.153725174569888,0.0,0.0387935691613165,0.153725174569888,0.0,0.0295388372641582,0.153725174569888,0.0,0.0261346697296255,0.153725174569888,0.0,0.0291277008137279,0.153725174569888,0.0,0.00848051786688063,0.153725174569888,0.0,0.00287675271041565,0.5,0.153725174569888,0.0,0.0128198196174619,0.153725174569888,0.0,0.0271678451486292,0.5,0.153725174569888,0.0,0.00335758663057141,0.153725174569888,0.0,0.0310515259484214,0.153725174569888,0.0,0.129433861669203,0.153725174569888,0.0,0.0851218056485959,0.153725174569888,0.0,0.0301461756214292,0.153725174569888,0.0,0.00569548887204402,0.153725174569888,0.0,0.00250667773991074,0.5,0.153725174569888,0.0,0.0417464811512856,0,0.0542589853557807,0.365588301177844 -3602,0.5,0.153725174569888,0.0,0.0478174634374368,0.153725174569888,0.0,0.0535585859886088,0.153725174569888,0.0,0.0417723522166939,0.153725174569888,0.0,0.0335911548113106,0.153725174569888,0.0,0.0207379817661351,0.153725174569888,0.0,0.0233969260870615,0.153725174569888,0.0,0.00567418232976455,0.153725174569888,0.0,0.00158879336782267,0.5,0.153725174569888,0.0,0.0118294263776819,0.153725174569888,0.0,0.0189926965820531,0.5,0.153725174569888,0.0,0.00268105693516053,0.153725174569888,0.0,0.0193845825496907,0.153725174569888,0.0,0.122136205103644,0.153725174569888,0.0,0.0901804905969184,0.153725174569888,0.0,0.0327377661704735,0.153725174569888,0.0,0.00469811045298652,0.153725174569888,0.0,0.00373593097711374,0.5,0.153725174569888,0.0,0.0366308034126232,0,0.0480332266170776,0.335813167407223 -3603,0.5,0.153725174569888,0.0,0.0572668728226041,0.153725174569888,0.0,0.0552474975578241,0.153725174569888,0.0,0.0473051769912932,0.153725174569888,0.0,0.0376574439058637,0.153725174569888,0.0,0.0173216680405747,0.153725174569888,0.0,0.0168860207220446,0.153725174569888,0.0,0.00442022139341335,0.153725174569888,0.0,0.0006861341424703,0.5,0.153725174569888,0.0,0.0134532859123236,0.153725174569888,0.0,0.0135539485138432,0.5,0.153725174569888,0.0,0.00337036625969187,0.153725174569888,0.0,0.0153926271419591,0.153725174569888,0.0,0.108141449424115,0.153725174569888,0.0,0.0918884887701963,0.153725174569888,0.0,0.0364672549658311,0.153725174569888,0.0,0.00524318598311587,0.153725174569888,0.0,0.00477893998499644,0.5,0.153725174569888,0.0,0.0324744060743089,0,0.0458548132830385,0.306953346057197 -3604,0.5,0.153725174569888,0.0,0.0598826270350607,0.153725174569888,0.0,0.0550602728149775,0.153725174569888,0.0,0.0487356629282737,0.153725174569888,0.0,0.0370875658135274,0.153725174569888,0.0,0.0152318379740389,0.153725174569888,0.0,0.0114811892681824,0.153725174569888,0.0,0.00525897374134211,0.153725174569888,0.0,0.00196181965564477,0.5,0.153725174569888,0.0,0.0141863026369015,0.153725174569888,0.0,0.010429750743825,0.5,0.153725174569888,0.0,0.00318899180297899,0.153725174569888,0.0,0.012941112709122,0.153725174569888,0.0,0.109935376722804,0.153725174569888,0.0,0.0908972154921554,0.153725174569888,0.0,0.0368377789729004,0.153725174569888,0.0,0.00537411266422241,0.153725174569888,0.0,0.0039528044177571,0.5,0.153725174569888,0.0,0.0248859465021437,0,0.0523640912411519,0.31090551747595 -3605,0.5,0.153725174569888,0.00731670663650263,0.055053018961455,0.153725174569888,0.00411610155947445,0.0462667114924798,0.153725174569888,0.00275809032707675,0.0451872371858248,0.153725174569888,0.00572011748491633,0.03212954559869,0.153725174569888,0.000432195704418504,0.0150983732360011,0.153725174569888,0.0,0.00873096806725169,0.153725174569888,0.0001202402867493,0.00529478750536361,0.153725174569888,0.0,0.00233388534245443,0.5,0.153725174569888,0.0,0.0131396965081026,0.153725174569888,0.0,0.00827228697545577,0.5,0.153725174569888,0.0,0.00247136594136047,0.153725174569888,0.0,0.0114262749516541,0.153725174569888,0.00355971351023259,0.121524528729732,0.153725174569888,0.00129233839028789,0.105889716185695,0.153725174569888,0.00240581655247084,0.0331362278438584,0.153725174569888,0.000320452771419417,0.0049464789641361,0.153725174569888,0.000677483179121032,0.00250786171781411,0.5,0.153725174569888,0.000962256624445967,0.018738677973992,0,0.0693661405912612,0.345845124325884 -3606,0.5,0.153725174569888,0.0679591591797266,0.0588843466979074,0.153725174569888,0.0641011586518275,0.0500857302885295,0.153725174569888,0.0618165533541137,0.0340773695454677,0.153725174569888,0.0713280092088879,0.0260889604052693,0.153725174569888,0.0501243344390614,0.0170611977957667,0.153725174569888,0.0384923462718701,0.00781992139475667,0.153725174569888,0.0482874135343311,0.00422167062636257,0.153725174569888,0.0409770590745647,0.00103034370261812,0.5,0.153725174569888,0.0401286568841344,0.00929677739456159,0.153725174569888,0.04898070556928,0.00804434614149289,0.5,0.153725174569888,0.0449983148547517,0.00206157544967137,0.153725174569888,0.0429877314938198,0.00939700772090164,0.153725174569888,0.0410805833560643,0.183406400703812,0.153725174569888,0.0305645176099568,0.151843795808366,0.153725174569888,0.0587761172219628,0.0333381266496061,0.153725174569888,0.0519525858674575,0.0031565012495196,0.153725174569888,0.0555945454539951,0.00137039928174677,0.5,0.153725174569888,0.0551038947590088,0.0163695822014238,0,0.116117072457628,0.401849832491553 -3607,0.5,0.153725174569888,0.154502945786233,0.1147551662635,0.153725174569888,0.142518953933561,0.184146751119823,0.153725174569888,0.149465350566553,0.0493289568716767,0.153725174569888,0.164426941288372,0.0440668886982902,0.153725174569888,0.119166092889943,0.0376128759865117,0.153725174569888,0.116028131054856,0.0134593125200157,0.153725174569888,0.12732729648129,0.00954708076254245,0.153725174569888,0.117847941679221,0.00089781854722407,0.5,0.153725174569888,0.119415895609832,0.00719377047021735,0.153725174569888,0.137485102954233,0.0244672660846529,0.5,0.153725174569888,0.128044562511089,0.00198690259525519,0.153725174569888,0.127792578782821,0.0146729395545247,0.153725174569888,0.0634194827039603,0.249759548830965,0.153725174569888,0.0593289225414881,0.217005177896845,0.153725174569888,0.140708257549808,0.0942306730372695,0.153725174569888,0.134426250752392,0.00261619007587992,0.153725174569888,0.144005305887049,0.000842210354894537,0.5,0.153725174569888,0.146810511631277,0.0242465152435255,0,0.202310417954137,0.453756559471101 -3608,0.5,0.153725174569888,0.265929789167193,0.175808956951649,0.153725174569888,0.18367488760975,0.368865795315456,0.153725174569888,0.274458192990364,0.0932845635542795,0.153725174569888,0.287177937864153,0.0800866639142653,0.153725174569888,0.210726516787024,0.16416515263273,0.153725174569888,0.234517036979633,0.0352626490600983,0.153725174569888,0.24980460787512,0.0428384944905693,0.153725174569888,0.238888687960812,0.00335076416189908,0.5,0.153725174569888,0.242559039252122,0.015292144602446,0.153725174569888,0.263615622205001,0.0694145481884059,0.5,0.153725174569888,0.253836341239103,0.00373609666841706,0.153725174569888,0.254881266560617,0.0463536165170376,0.153725174569888,0.0916996898472438,0.280538215624888,0.153725174569888,0.08116686015652,0.269639140524548,0.153725174569888,0.251161896743474,0.203913334214256,0.153725174569888,0.258927546862503,0.0154571674595793,0.153725174569888,0.270241318850058,0.00240684901291961,0.5,0.153725174569888,0.275059705768765,0.0260226734098959,0,0.229878587192004,0.478591989694882 -3609,0.5,0.153725174569888,0.40091632324488,0.215251919594565,0.153725174569888,0.105861481112029,0.296221212455695,0.153725174569888,0.411141303135257,0.122098319013771,0.153725174569888,0.423968198847864,0.0948747078900731,0.153725174569888,0.256604075118024,0.252958841257768,0.153725174569888,0.364110501529469,0.0788284859029065,0.153725174569888,0.375431765607118,0.121195703970518,0.153725174569888,0.37162189008466,0.0128742958197145,0.5,0.153725174569888,0.379095999754166,0.0368599540493026,0.153725174569888,0.400584500300917,0.123860052810685,0.5,0.153725174569888,0.393871080411339,0.00776683607010906,0.153725174569888,0.397544615819853,0.0870105628020244,0.153725174569888,0.114351436744529,0.25993721723497,0.153725174569888,0.0862008066048327,0.245321116265197,0.153725174569888,0.342995738611979,0.257890359485964,0.153725174569888,0.393417671573256,0.0657507362174608,0.153725174569888,0.410853253172803,0.00967417865827712,0.5,0.153725174569888,0.418170942757614,0.0255287820832284,0,0.207431323884093,0.474091630462648 -3610,0.5,0.153725174569888,0.513065583934625,0.238745263015459,0.153725174569888,0.113264434043104,0.217379171473016,0.153725174569888,0.546924304638195,0.158331577277951,0.153725174569888,0.555707089079614,0.115248027933227,0.153725174569888,0.178723657095257,0.22551394620317,0.153725174569888,0.476915803955393,0.142679629344689,0.153725174569888,0.486290114857669,0.199243114946968,0.153725174569888,0.510658731910946,0.0376406769447655,0.5,0.153725174569888,0.522185380721863,0.060869087183882,0.153725174569888,0.537795444728118,0.160014727275271,0.5,0.153725174569888,0.536935012059206,0.0151365935201985,0.153725174569888,0.534950936410301,0.121908667497237,0.153725174569888,0.141326033289195,0.269552597826711,0.153725174569888,0.103394240347403,0.226988990004408,0.153725174569888,0.335442340581273,0.272287684543159,0.153725174569888,0.525709006956956,0.109861629888692,0.153725174569888,0.548591762879336,0.0224923465896463,0.5,0.153725174569888,0.530388219211642,0.0291154819989437,0,0.197706693164358,0.460527473189913 -3611,0.5,0.153725174569888,0.593623477183962,0.246762165988908,0.153725174569888,0.12241799188093,0.202462469386646,0.153725174569888,0.633590808036992,0.170105678416128,0.153725174569888,0.604628068666695,0.130012781649626,0.153725174569888,0.178742261947985,0.204938039639721,0.153725174569888,0.544209042537074,0.203160751610866,0.153725174569888,0.54373925475393,0.284736148257009,0.153725174569888,0.599828928638664,0.0739766836865082,0.5,0.153725174569888,0.625851667739318,0.0672690617738907,0.153725174569888,0.635003516981233,0.195536336629776,0.5,0.153725174569888,0.637309555796671,0.021866737179957,0.153725174569888,0.637205812103083,0.161179065692506,0.153725174569888,0.208665466375379,0.293128042554455,0.153725174569888,0.12842807784415,0.23144909189227,0.153725174569888,0.295591083243357,0.261456838329361,0.153725174569888,0.616541029218241,0.1448179383898,0.153725174569888,0.614830769596839,0.03079982806887,0.5,0.153725174569888,0.590613138136817,0.049624469718101,0,0.228551276243448,0.458233448647929 -3612,0.5,0.153725174569888,0.63688006328267,0.253009226566002,0.153725174569888,0.121314104935112,0.234633358751615,0.153725174569888,0.680473160164645,0.18085114504028,0.153725174569888,0.643846362224423,0.136796938477734,0.153725174569888,0.199572324685617,0.189180122110606,0.153725174569888,0.598007917230449,0.268182997756145,0.153725174569888,0.604827920406012,0.356820775081731,0.153725174569888,0.654756596283449,0.121922462311085,0.5,0.153725174569888,0.690352387676187,0.0677916258040239,0.153725174569888,0.645671563329429,0.211536237449072,0.5,0.153725174569888,0.691541060421706,0.0224306221658594,0.153725174569888,0.698250522569551,0.184629789450534,0.153725174569888,0.320261272952402,0.363950242671902,0.153725174569888,0.155075327638176,0.270040101927211,0.153725174569888,0.288386344030711,0.250274346232821,0.153725174569888,0.664334848444404,0.180099138834608,0.153725174569888,0.649457391163042,0.0340235984448097,0.5,0.153725174569888,0.596643859770076,0.0574774976562257,0,0.297695617278346,0.480207419851582 -3613,0.5,0.153725174569888,0.648105799813388,0.267861487552686,0.153725174569888,0.116141210703911,0.265200967460742,0.153725174569888,0.685831102118621,0.207509014932829,0.153725174569888,0.644290623783437,0.153258142205707,0.153725174569888,0.214299805784252,0.209079666898326,0.153725174569888,0.63185099907247,0.289539194972729,0.153725174569888,0.612455514157651,0.352209787021955,0.153725174569888,0.683783002812944,0.16310105276353,0.5,0.153725174569888,0.708124721108674,0.0705636834622692,0.153725174569888,0.644341320961979,0.225648617895589,0.5,0.153725174569888,0.70493449527399,0.0220873836199812,0.153725174569888,0.718656970794087,0.195483919670401,0.153725174569888,0.444749960781863,0.450587047548497,0.153725174569888,0.174286563408533,0.307840414530686,0.153725174569888,0.249298275611972,0.233060117551748,0.153725174569888,0.662483767549591,0.196515313571224,0.153725174569888,0.65418245412865,0.0436460498154221,0.5,0.153725174569888,0.601055937699765,0.0427180774108209,0,0.365206629078903,0.534060664554555 -3614,0.5,0.153725174569888,0.598901925580564,0.281035157409345,0.153725174569888,0.118196323892807,0.317315359689429,0.153725174569888,0.656113124509944,0.226334555376038,0.153725174569888,0.617189277567249,0.166497372944562,0.153725174569888,0.161500698011299,0.19720492995865,0.153725174569888,0.562672105966642,0.29000295063818,0.153725174569888,0.526513635335115,0.324067467501057,0.153725174569888,0.667088874155009,0.203689804328817,0.5,0.153725174569888,0.685560271939203,0.0648967577716451,0.153725174569888,0.630951160162235,0.233977000941076,0.5,0.153725174569888,0.671796232366841,0.021049207868104,0.153725174569888,0.695716743556476,0.198254508307317,0.153725174569888,0.514992217238645,0.538688937795789,0.153725174569888,0.1994686091111,0.348659612753444,0.153725174569888,0.211210557558489,0.219238732176356,0.153725174569888,0.634251532027451,0.200006873336879,0.153725174569888,0.61630816045589,0.054594243687759,0.5,0.153725174569888,0.539500496489858,0.0382925863463705,0,0.379158189798407,0.588374315410833 -3615,0.5,0.153725174569888,0.494836715607662,0.287768355925836,0.153725174569888,0.13327572048206,0.362223994203044,0.153725174569888,0.584160506366811,0.260513022674021,0.153725174569888,0.563520090748925,0.179391816755322,0.153725174569888,0.149670068360608,0.200350481616595,0.153725174569888,0.518027877240932,0.286974710238794,0.153725174569888,0.458393830812447,0.322928685949886,0.153725174569888,0.616292725617584,0.234439448775824,0.5,0.153725174569888,0.622304474686188,0.0655159923458993,0.153725174569888,0.557340318506715,0.232673054708761,0.5,0.153725174569888,0.607394304781936,0.0178709600401762,0.153725174569888,0.627092915195421,0.199201879998808,0.153725174569888,0.494215536604341,0.601859948021171,0.153725174569888,0.219299750190139,0.396601355450972,0.153725174569888,0.180328500333591,0.209208135917202,0.153725174569888,0.571767768960915,0.215100953483728,0.153725174569888,0.552488626659633,0.0661225073140074,0.5,0.153725174569888,0.464952957979097,0.0313793457749901,0,0.325129272695808,0.57240476413662 -3616,0.5,0.153725174569888,0.380016043749039,0.288317168299591,0.153725174569888,0.158297725305537,0.403880388000029,0.153725174569888,0.476166864594132,0.307048213575114,0.153725174569888,0.4306708704147,0.194074119595466,0.153725174569888,0.133541999515091,0.202132096517834,0.153725174569888,0.433839271736337,0.292598113207582,0.153725174569888,0.355868882478515,0.316976209996058,0.153725174569888,0.515572323015975,0.244610832688581,0.5,0.153725174569888,0.51642676126077,0.0790932002727895,0.153725174569888,0.458798436889615,0.207329567841988,0.5,0.153725174569888,0.502446049355287,0.0218645677001158,0.153725174569888,0.509317567360839,0.177760396473015,0.153725174569888,0.453846680050053,0.624954587791091,0.153725174569888,0.226987055185543,0.431101851631334,0.153725174569888,0.14075894072183,0.188805978280829,0.153725174569888,0.463911429921708,0.227122309296792,0.153725174569888,0.445491782481087,0.0761939413533487,0.5,0.153725174569888,0.380236733163212,0.0311396913589384,0,0.243396281487347,0.538497731474726 -3617,0.5,0.153725174569888,0.265807852112349,0.277255144022719,0.153725174569888,0.172517216000109,0.41526937862084,0.153725174569888,0.336744230705589,0.345829147228465,0.153725174569888,0.32968406632664,0.215975244317236,0.153725174569888,0.106755680738586,0.170023759555684,0.153725174569888,0.320837198702243,0.293341065847084,0.153725174569888,0.240830853317376,0.292278516107945,0.153725174569888,0.392585967257828,0.256547805987992,0.5,0.153725174569888,0.379294575800848,0.0874042637127541,0.153725174569888,0.346283008271328,0.141324980654773,0.5,0.153725174569888,0.364947657048033,0.0314745916178664,0.153725174569888,0.370135107499208,0.138633817232178,0.153725174569888,0.364033586820553,0.587639309463514,0.153725174569888,0.209778214333797,0.417815188371238,0.153725174569888,0.0973263177432869,0.156956566361261,0.153725174569888,0.343458304686793,0.229269714606768,0.153725174569888,0.32296516290212,0.0724158052862069,0.5,0.153725174569888,0.23902443618284,0.0294498980670371,0,0.14237021693944,0.498104213685037 -3618,0.5,0.153725174569888,0.159827903809906,0.244165118469971,0.153725174569888,0.15467557914668,0.363632492253816,0.153725174569888,0.211713551225284,0.375149550225452,0.153725174569888,0.20374265372998,0.216159992878682,0.153725174569888,0.0770479282348043,0.12196905347751,0.153725174569888,0.203225512926091,0.251442593481499,0.153725174569888,0.131916615591193,0.237989495738946,0.153725174569888,0.267407992218635,0.24639641100752,0.5,0.153725174569888,0.245388205911194,0.0846005118065032,0.153725174569888,0.216020390707865,0.0719616303766974,0.5,0.153725174569888,0.227087610871131,0.0239709797201096,0.153725174569888,0.237092156207876,0.0700506330822787,0.153725174569888,0.252873361615775,0.488629137429986,0.153725174569888,0.165235797573295,0.362454003285497,0.153725174569888,0.0532454444021352,0.110002095175948,0.153725174569888,0.219907775870775,0.207561848875023,0.153725174569888,0.198572704642505,0.0322436319025583,0.5,0.153725174569888,0.142149800149145,0.0181778899557403,0,0.0594826256844654,0.533403317383265 -3619,0.5,0.153725174569888,0.0623660907474315,0.195542479103886,0.153725174569888,0.0982196089479761,0.239626766836298,0.153725174569888,0.0865120757447156,0.375978293966421,0.153725174569888,0.0692159265625832,0.223500283079413,0.153725174569888,0.044734940771538,0.0803316501715837,0.153725174569888,0.0984197647266736,0.188678905871145,0.153725174569888,0.0515854325272537,0.154358396159499,0.153725174569888,0.134654823073866,0.154610616896261,0.5,0.153725174569888,0.122815904533735,0.0612536888644706,0.153725174569888,0.0794440838418127,0.0184707238272596,0.5,0.153725174569888,0.108516790638244,0.00907062573797069,0.153725174569888,0.102767771413046,0.0264111741529474,0.153725174569888,0.132066091394817,0.362895868613153,0.153725174569888,0.0955137253638877,0.267778679637179,0.153725174569888,0.0218440034884292,0.0672594598117813,0.153725174569888,0.101042550345597,0.177706702501489,0.153725174569888,0.084120547664639,0.0149178682587831,0.5,0.153725174569888,0.0560235829984436,0.0137639123228042,0,0.0237168382504163,0.529412508231208 -3620,0.5,0.153725174569888,0.00498486630083936,0.131727115499949,0.153725174569888,0.0290786786433871,0.0867811807169186,0.153725174569888,0.00291711521748672,0.251076379551558,0.153725174569888,0.0,0.225878996609004,0.153725174569888,0.0125298256988179,0.0443493751603896,0.153725174569888,0.024494392505839,0.119313368212531,0.153725174569888,0.00898874173704389,0.0959622449905823,0.153725174569888,0.0276686678322204,0.109615964053621,0.5,0.153725174569888,0.0222525252485383,0.068337031069797,0.153725174569888,0.0,0.0155185929092976,0.5,0.153725174569888,0.00303388771688471,0.0108564408545366,0.153725174569888,0.00111530782143442,0.018874450454473,0.153725174569888,0.0362292849003997,0.209472261516867,0.153725174569888,0.0303306189183655,0.153535148793832,0.153725174569888,0.00437150045875163,0.0437833931109223,0.153725174569888,0.0170959540384402,0.164398783795194,0.153725174569888,0.000506822542613343,0.0158343761861997,0.5,0.153725174569888,0.0,0.0285121225791143,0,0.0346399306416914,0.511151034886561 -3621,0.5,0.153725174569888,0.0,0.0871828483423416,0.153725174569888,0.0,0.0708398768540349,0.153725174569888,0.0,0.128738009040213,0.153725174569888,0.0,0.175254165897272,0.153725174569888,0.0,0.0395713204266165,0.153725174569888,0.0,0.0724231569227991,0.153725174569888,0.0,0.0495378234190577,0.153725174569888,0.0,0.100683690999095,0.5,0.153725174569888,0.0,0.0712458969902574,0.153725174569888,0.0,0.0114390461589188,0.5,0.153725174569888,0.0,0.00750014219023328,0.153725174569888,0.0,0.0117323969141438,0.153725174569888,0.0,0.15225337063198,0.153725174569888,0.0,0.124971423264435,0.153725174569888,0.0,0.0372597015521583,0.153725174569888,0.0,0.143754572325247,0.153725174569888,0.0,0.0221428156075655,0.5,0.153725174569888,0.0,0.0365052553144141,0,0.0541305019081711,0.491861823330367 -3622,0.5,0.153725174569888,0.0,0.0614871309937909,0.153725174569888,0.0,0.0659422971179853,0.153725174569888,0.0,0.0626512645048619,0.153725174569888,0.0,0.102983071382487,0.153725174569888,0.0,0.0326686711984124,0.153725174569888,0.0,0.0572553969654962,0.153725174569888,0.0,0.033931141228357,0.153725174569888,0.0,0.0662134868846522,0.5,0.153725174569888,0.0,0.072077683551881,0.153725174569888,0.0,0.00843795236180245,0.5,0.153725174569888,0.0,0.00674218666979978,0.153725174569888,0.0,0.00590054762540839,0.153725174569888,0.0,0.128788194336972,0.153725174569888,0.0,0.108160211381458,0.153725174569888,0.0,0.0373285719583491,0.153725174569888,0.0,0.0925129212194688,0.153725174569888,0.0,0.038401824714385,0.5,0.153725174569888,0.0,0.032698909528159,0,0.0657696253951317,0.485731380477214 -3623,0.5,0.153725174569888,0.0,0.0474050275794601,0.153725174569888,0.0,0.0547515932926548,0.153725174569888,0.0,0.0319651605011583,0.153725174569888,0.0,0.0589392462308691,0.153725174569888,0.0,0.0317209731002531,0.153725174569888,0.0,0.0448569039756546,0.153725174569888,0.0,0.0329823649609754,0.153725174569888,0.0,0.0353615710209097,0.5,0.153725174569888,0.0,0.0724567722586585,0.153725174569888,0.0,0.00964064084980045,0.5,0.153725174569888,0.0,0.0153825452241065,0.153725174569888,0.0,0.00389590041181396,0.153725174569888,0.0,0.108784565043876,0.153725174569888,0.0,0.0967249124863801,0.153725174569888,0.0,0.0378547148767397,0.153725174569888,0.0,0.0538308290092671,0.153725174569888,0.0,0.0511114731128238,0.5,0.153725174569888,0.0,0.0294620406117216,0,0.0735462480892822,0.494457462814498 -3624,0.5,0.153725174569888,0.0,0.0374439066594705,0.153725174569888,0.0,0.0515331857614881,0.153725174569888,0.0,0.0156577031429704,0.153725174569888,0.0,0.0445546743307584,0.153725174569888,0.0,0.0336851156635166,0.153725174569888,0.0,0.0304789024805202,0.153725174569888,0.0,0.0330666014363981,0.153725174569888,0.0,0.0198718811346708,0.5,0.153725174569888,0.0,0.062199067756359,0.153725174569888,0.0,0.0112363934208592,0.5,0.153725174569888,0.0,0.0434358800981679,0.153725174569888,0.0,0.0040939377532626,0.153725174569888,0.0,0.0944886925756503,0.153725174569888,0.0,0.0908625917194774,0.153725174569888,0.0,0.0398913377375005,0.153725174569888,0.0,0.0354692316507841,0.153725174569888,0.0,0.0449508751082854,0.5,0.153725174569888,0.0,0.027386492770944,0,0.0759293515106723,0.490585422907081 -3625,0.5,0.153725174569888,0.0,0.0308227894854909,0.153725174569888,0.0,0.0549782952222682,0.153725174569888,0.0,0.00859365475414124,0.153725174569888,0.0,0.0402228503699608,0.153725174569888,0.0,0.0361866783491123,0.153725174569888,0.0,0.0237290510280283,0.153725174569888,0.0,0.0311691302407998,0.153725174569888,0.0,0.0114754128184225,0.5,0.153725174569888,0.0,0.0494075470224304,0.153725174569888,0.0,0.00786445609945605,0.5,0.153725174569888,0.0,0.0494539139235135,0.153725174569888,0.0,0.00533380415034691,0.153725174569888,0.0,0.0857824153888972,0.153725174569888,0.0,0.0883582467819804,0.153725174569888,0.0,0.0385602323033505,0.153725174569888,0.0,0.0180888896922727,0.153725174569888,0.0,0.033577470197664,0.5,0.153725174569888,0.0,0.0244882729721634,0,0.065865195218639,0.454950588464826 -3626,0.5,0.153725174569888,0.0,0.0269295270682193,0.153725174569888,0.0,0.0540089845520568,0.153725174569888,0.0,0.00673567267384676,0.153725174569888,0.0,0.0371757197477252,0.153725174569888,0.0,0.036586493414502,0.153725174569888,0.0,0.0243201535223153,0.153725174569888,0.0,0.0306789680163286,0.153725174569888,0.0,0.00697697853651854,0.5,0.153725174569888,0.0,0.0436940991720063,0.153725174569888,0.0,0.00630607586288353,0.5,0.153725174569888,0.0,0.0369651580498243,0.153725174569888,0.0,0.00992360216478792,0.153725174569888,0.0,0.0705735275958987,0.153725174569888,0.0,0.0831557541113459,0.153725174569888,0.0,0.0354444074467199,0.153725174569888,0.0,0.00806061856550503,0.153725174569888,0.0,0.024290068265749,0.5,0.153725174569888,0.0,0.0203255551492474,0,0.0507725877048607,0.398595112125918 -3627,0.5,0.153725174569888,0.0,0.0243864416873181,0.153725174569888,0.0,0.0420323311114905,0.153725174569888,0.0,0.00630038277111892,0.153725174569888,0.0,0.032989778895912,0.153725174569888,0.0,0.0329153149723244,0.153725174569888,0.0,0.0242580611561244,0.153725174569888,0.0,0.0293458264393044,0.153725174569888,0.0,0.00573840698162745,0.5,0.153725174569888,0.0,0.0331820985023035,0.153725174569888,0.0,0.00576689864404528,0.5,0.153725174569888,0.0,0.0303245593434895,0.153725174569888,0.0,0.0136646424464547,0.153725174569888,0.0,0.0550500380579607,0.153725174569888,0.0,0.0809290643019138,0.153725174569888,0.0,0.031042854636433,0.153725174569888,0.0,0.00543209480559913,0.153725174569888,0.0,0.0192490680372072,0.5,0.153725174569888,0.0,0.0158367385881907,0,0.0379387034525293,0.341075798610707 -3628,0.5,0.153725174569888,0.0,0.0213934481618138,0.153725174569888,0.0,0.0354684497311673,0.153725174569888,0.0,0.00624909815602207,0.153725174569888,0.0,0.0245783844403193,0.153725174569888,0.0,0.0284549209083228,0.153725174569888,0.0,0.0238924493814179,0.153725174569888,0.0,0.0261320220064533,0.153725174569888,0.0,0.00740285990870465,0.5,0.153725174569888,0.0,0.0231044475028564,0.153725174569888,0.0,0.00552979415768246,0.5,0.153725174569888,0.0,0.0241917837100605,0.153725174569888,0.0,0.00930822995196043,0.153725174569888,0.0,0.0451009157799254,0.153725174569888,0.0,0.0768576494743907,0.153725174569888,0.0,0.026531206066549,0.153725174569888,0.0,0.00649520109988336,0.153725174569888,0.0,0.0183226423953385,0.5,0.153725174569888,0.0,0.0109466612395227,0,0.0273775134006043,0.302527076321232 -3629,0.5,0.153725174569888,0.00580131217120283,0.0188196199197836,0.153725174569888,0.00211825750589685,0.0309063783104779,0.153725174569888,0.000735177264890696,0.00606582825176284,0.153725174569888,0.00320271836306884,0.020115031602302,0.153725174569888,0.000467510778928291,0.0250827246310417,0.153725174569888,0.0,0.0229229729539519,0.153725174569888,7.38195060271447e-05,0.0245664713284147,0.153725174569888,0.0,0.00972710804128801,0.5,0.153725174569888,0.0,0.0209392103972852,0.153725174569888,0.0,0.00573366429895812,0.5,0.153725174569888,0.0,0.015906611512813,0.153725174569888,0.0,0.00804127251526899,0.153725174569888,0.00118873373354334,0.0378944216464689,0.153725174569888,0.00114242812190956,0.0715791245035074,0.153725174569888,0.00155186555886561,0.022089910960204,0.153725174569888,0.000140802799880501,0.00755821797938745,0.153725174569888,0.000617040327699372,0.0213151190899172,0.5,0.153725174569888,0.000833580069741272,0.00786826846320406,0,0.0214457540280094,0.280944165874679 -3630,0.5,0.153725174569888,0.051196096015438,0.0241843107495775,0.153725174569888,0.024055787778487,0.0325352395509127,0.153725174569888,0.0178836749215654,0.00893484935435784,0.153725174569888,0.0325879562096406,0.0217950608239301,0.153725174569888,0.0394741307737829,0.0294130441095671,0.153725174569888,0.0408832787703542,0.0201250076802315,0.153725174569888,0.0410487201700007,0.0359411376944576,0.153725174569888,0.0343650199269217,0.0107840318457783,0.5,0.153725174569888,0.037436579596518,0.0196772066314781,0.153725174569888,0.0470937571639051,0.00491664839411391,0.5,0.153725174569888,0.0392171923353864,0.0165604077111431,0.153725174569888,0.042422107772795,0.00459325472648297,0.153725174569888,0.0108900894018686,0.026005715584211,0.153725174569888,0.0299224539308262,0.0866914394874163,0.153725174569888,0.0337873735181021,0.0362152074198286,0.153725174569888,0.0269588483633497,0.00789659914770664,0.153725174569888,0.0507288062697009,0.0253116867842267,0.5,0.153725174569888,0.0459290439099045,0.00560608482276431,0,0.0200784361174788,0.266205724894459 -3631,0.5,0.153725174569888,0.114121635033221,0.0443878484210469,0.153725174569888,0.0618410589588255,0.0496269830306117,0.153725174569888,0.0490825304082452,0.0180297340163758,0.153725174569888,0.0696617345587129,0.0325934508660819,0.153725174569888,0.0883775779602111,0.0941262215237843,0.153725174569888,0.11605073780301,0.0375599879116679,0.153725174569888,0.120538457580682,0.0843798046969697,0.153725174569888,0.102425928390534,0.0210001680960494,0.5,0.153725174569888,0.117878389357789,0.0370788316649913,0.153725174569888,0.128891139756268,0.00243562638989596,0.5,0.153725174569888,0.119602575925437,0.0498115588702637,0.153725174569888,0.124651014281359,0.00588234635874644,0.153725174569888,0.028630782494928,0.0189827660324136,0.153725174569888,0.0731283500714376,0.126665795519288,0.153725174569888,0.0793796116283674,0.0708292578187225,0.153725174569888,0.0733314646247668,0.0220024553878559,0.153725174569888,0.133724999031832,0.045025499313817,0.5,0.153725174569888,0.103157330236504,0.00633153469864671,0,0.0195171286744618,0.252833621196996 -3632,0.5,0.153725174569888,0.19444545030641,0.0473761152177247,0.153725174569888,0.075233356054502,0.0643040865336134,0.153725174569888,0.0967189282946165,0.0285767692808688,0.153725174569888,0.116965515092767,0.0464819501717522,0.153725174569888,0.122800065698844,0.0867192342414123,0.153725174569888,0.224381253409855,0.070948473464507,0.153725174569888,0.225969613942808,0.104692696129852,0.153725174569888,0.189539153074996,0.0621693598198072,0.5,0.153725174569888,0.232430900944177,0.10238127175796,0.153725174569888,0.219270827036449,0.00214892196185809,0.5,0.153725174569888,0.231472828234152,0.0899611494498252,0.153725174569888,0.239930749446757,0.021043992388681,0.153725174569888,0.0576400208306891,0.0149041486850458,0.153725174569888,0.106971360708985,0.116008700284477,0.153725174569888,0.119291185324346,0.0725888020883926,0.153725174569888,0.137316244604749,0.049944262881117,0.153725174569888,0.247082079092787,0.0637653374943357,0.5,0.153725174569888,0.139558381429816,0.00570831245843235,0,0.0152343605386558,0.230305320385565 -3633,0.5,0.153725174569888,0.267056119331084,0.0371459892139509,0.153725174569888,0.0680525452402071,0.078133521841398,0.153725174569888,0.142163592987931,0.0310306868216987,0.153725174569888,0.17871960898015,0.043300711038359,0.153725174569888,0.168249238468721,0.0722009561256989,0.153725174569888,0.313278174047449,0.0667411880596481,0.153725174569888,0.288338320810029,0.107251462280282,0.153725174569888,0.276981047421998,0.083027157779903,0.5,0.153725174569888,0.345156501993482,0.113008888477519,0.153725174569888,0.284495046808848,0.00175717188308288,0.5,0.153725174569888,0.362262827153571,0.0888886549491876,0.153725174569888,0.360607760112489,0.04787418278966,0.153725174569888,0.0762819507426846,0.009038327414567,0.153725174569888,0.1513465075382,0.104499400764194,0.153725174569888,0.148712785507292,0.0743909141366538,0.153725174569888,0.179911005005556,0.0526982345494342,0.153725174569888,0.374059932585165,0.062225403514457,0.5,0.153725174569888,0.203297583412017,0.00715359328546675,0,0.00760617558592696,0.184197948611109 -3634,0.5,0.153725174569888,0.340849977084776,0.0321244844373096,0.153725174569888,0.0922415740070209,0.0832696261833218,0.153725174569888,0.181492310232243,0.0307713925689875,0.153725174569888,0.231756855197138,0.0409761466711462,0.153725174569888,0.218679538774805,0.0740741096498105,0.153725174569888,0.418885855633806,0.0770757895996799,0.153725174569888,0.34223812865233,0.11834541405003,0.153725174569888,0.330460965716053,0.0923559769577734,0.5,0.153725174569888,0.419498027828295,0.0966592044715556,0.153725174569888,0.348100405763529,0.00752110635872341,0.5,0.153725174569888,0.480447617101317,0.0665801343152785,0.153725174569888,0.472651452128132,0.080983296729525,0.153725174569888,0.0951406927752852,0.00583273182004215,0.153725174569888,0.19187797242624,0.101724352168276,0.153725174569888,0.189336210839569,0.0728839620067879,0.153725174569888,0.201031988263832,0.0566806197289042,0.153725174569888,0.489894160703924,0.0533148718177795,0.5,0.153725174569888,0.300055381376734,0.00939451930427555,0,0.00175045945185616,0.127950675204034 -3635,0.5,0.153725174569888,0.363473314106582,0.0306851967254943,0.153725174569888,0.100172584423201,0.0748716946029712,0.153725174569888,0.215678171563075,0.0316377486838556,0.153725174569888,0.238616549446219,0.0396981934699423,0.153725174569888,0.247286195624228,0.0781756869139578,0.153725174569888,0.49727085061882,0.0881087004303634,0.153725174569888,0.406795078032924,0.144034406371304,0.153725174569888,0.36470778306868,0.0946256898888017,0.5,0.153725174569888,0.452838354287572,0.087038614468543,0.153725174569888,0.371779545742399,0.0297771308818629,0.5,0.153725174569888,0.539970530020802,0.0492170286097408,0.153725174569888,0.519262532538038,0.106484987737765,0.153725174569888,0.115354614513809,0.00520462411412087,0.153725174569888,0.220174923829221,0.0954774976040017,0.153725174569888,0.231247767011592,0.0686047412567501,0.153725174569888,0.259946371201694,0.0594917669468548,0.153725174569888,0.551058510146023,0.0537100878428235,0.5,0.153725174569888,0.417051642512245,0.020028516770303,0,0.0,0.0884654558240053 -3636,0.5,0.153725174569888,0.354439572231627,0.0283257235112463,0.153725174569888,0.0967883110113734,0.0610797261549747,0.153725174569888,0.238344875403747,0.0288749738155876,0.153725174569888,0.24714094627156,0.0413756501689353,0.153725174569888,0.276243080881717,0.0791302513536115,0.153725174569888,0.565011715681773,0.0853371011926878,0.153725174569888,0.50155377737716,0.152249504777459,0.153725174569888,0.398821262084388,0.0871512852806699,0.5,0.153725174569888,0.489344081408307,0.0862805384594989,0.153725174569888,0.464452224487987,0.0456290580171853,0.5,0.153725174569888,0.523570726103639,0.0506514995599274,0.153725174569888,0.573434422718693,0.118673965261711,0.153725174569888,0.107981474811338,0.00495789516349379,0.153725174569888,0.266155155928977,0.0913875115225433,0.153725174569888,0.272830756644713,0.0642868358670644,0.153725174569888,0.297894964146112,0.0571642809354307,0.153725174569888,0.589543070666079,0.0704329027403737,0.5,0.153725174569888,0.498305485384839,0.0400368552515884,0,0.0,0.0671310021533772 -3637,0.5,0.153725174569888,0.366751265775245,0.0220360827589811,0.153725174569888,0.10187536706504,0.0469883109075501,0.153725174569888,0.267127153825396,0.0265651642652987,0.153725174569888,0.256492597009825,0.0392274375253591,0.153725174569888,0.298610889554944,0.0668240826931288,0.153725174569888,0.648662806960613,0.0744392471211149,0.153725174569888,0.524673655682365,0.133305844654355,0.153725174569888,0.462267842148323,0.0784585257856036,0.5,0.153725174569888,0.495347119798576,0.0881732344737431,0.153725174569888,0.583787249458851,0.0431066576732849,0.5,0.153725174569888,0.554602704319773,0.0783608877854813,0.153725174569888,0.585725915214255,0.136226337793124,0.153725174569888,0.122201160969487,0.00500537594415596,0.153725174569888,0.319097844767742,0.0761819349444855,0.153725174569888,0.271845406535429,0.0581307783856943,0.153725174569888,0.329935209293695,0.0538900687190457,0.153725174569888,0.593435588028398,0.0938061143633621,0.5,0.153725174569888,0.524300086836742,0.0505322408822806,0,0.0,0.0551141182253586 -3638,0.5,0.153725174569888,0.341944690555757,0.0165781719967181,0.153725174569888,0.145822255852698,0.0323259191864256,0.153725174569888,0.263182643217579,0.0240572262666165,0.153725174569888,0.211523253900179,0.0364603811894219,0.153725174569888,0.324529311739407,0.0454295155034294,0.153725174569888,0.633759574964454,0.0624956168735442,0.153725174569888,0.566525174555564,0.107891548136173,0.153725174569888,0.472762308598049,0.0681187641007452,0.5,0.153725174569888,0.487822557049682,0.0854312817279257,0.153725174569888,0.56292923924754,0.0442210977284321,0.5,0.153725174569888,0.570154060243884,0.126655714032974,0.153725174569888,0.536167057492946,0.150757489175624,0.153725174569888,0.151635354963337,0.00502120748109047,0.153725174569888,0.285720345230677,0.0568644999054319,0.153725174569888,0.276608662823435,0.0491264858321876,0.153725174569888,0.368669957337187,0.0530109457974143,0.153725174569888,0.538821870337941,0.115218336347621,0.5,0.153725174569888,0.519070617477077,0.0536796310532926,0,0.0,0.0567103431697399 -3639,0.5,0.153725174569888,0.325286795161498,0.012979340207358,0.153725174569888,0.142611951887435,0.0182132072108658,0.153725174569888,0.242785329205289,0.021193947797187,0.153725174569888,0.178942448338133,0.0371831709365969,0.153725174569888,0.302940155519581,0.0279035462640404,0.153725174569888,0.61066009275289,0.054536106163575,0.153725174569888,0.541748894626815,0.0894107249308891,0.153725174569888,0.42023319025915,0.0566235623340485,0.5,0.153725174569888,0.482224831965968,0.0805756045634695,0.153725174569888,0.394197517040621,0.0511633664103742,0.5,0.153725174569888,0.551399890742152,0.170807147947357,0.153725174569888,0.475313846228541,0.160973211147868,0.153725174569888,0.168135060748367,0.00414811765490359,0.153725174569888,0.264311660478615,0.0407571448848767,0.153725174569888,0.261136157500656,0.0363353516735307,0.153725174569888,0.310771344739118,0.0417537931397064,0.153725174569888,0.437553827535421,0.121243530818559,0.5,0.153725174569888,0.420288579785745,0.0561395340015012,0,0.0,0.0562318668016138 -3640,0.5,0.153725174569888,0.277357449990442,0.0117381603382691,0.153725174569888,0.203353722226671,0.00699433803903079,0.153725174569888,0.211717010492603,0.0178601683656627,0.153725174569888,0.192748781321914,0.041298566995053,0.153725174569888,0.280248021855115,0.0171303788914936,0.153725174569888,0.523639980400367,0.0545683284558653,0.153725174569888,0.475853917234063,0.0741493787217959,0.153725174569888,0.372883222017019,0.0500791969137699,0.5,0.153725174569888,0.439980669758177,0.0791779888812751,0.153725174569888,0.292183149616442,0.05547679901058,0.5,0.153725174569888,0.458121010224096,0.188711422332968,0.153725174569888,0.38046665980523,0.149212607360884,0.153725174569888,0.194168207009496,0.00417402134279259,0.153725174569888,0.225859524568727,0.0295782890648723,0.153725174569888,0.219260762550515,0.0208271810560029,0.153725174569888,0.261955622554425,0.0322867408611933,0.153725174569888,0.338021840336676,0.117499678349761,0.5,0.153725174569888,0.305178038747692,0.0751057073517263,0,0.0,0.0495697501039104 -3641,0.5,0.153725174569888,0.214701573006446,0.0131273892010713,0.153725174569888,0.158487389195987,0.00078650816069899,0.153725174569888,0.140890598799722,0.0148405337063863,0.153725174569888,0.163631949652196,0.0412327333080158,0.153725174569888,0.186981191237094,0.00943086808784655,0.153725174569888,0.389012740609099,0.0517076221518321,0.153725174569888,0.365826443933907,0.0589122276681101,0.153725174569888,0.295358493814734,0.0402269310559596,0.5,0.153725174569888,0.331663219806657,0.0731017567930292,0.153725174569888,0.209900576062392,0.0640656275761259,0.5,0.153725174569888,0.335619361505664,0.155560325700505,0.153725174569888,0.286723420191602,0.133047622662432,0.153725174569888,0.206381482249592,0.00527524239383952,0.153725174569888,0.156920459908525,0.0229858674862137,0.153725174569888,0.151990421387899,0.00861626293858158,0.153725174569888,0.217458728687206,0.0249119678992836,0.153725174569888,0.234981807738101,0.0992296640674813,0.5,0.153725174569888,0.244977799244783,0.0832544421050729,0,0.0,0.0446932278442981 -3642,0.5,0.153725174569888,0.137325688248175,0.0184120139671265,0.153725174569888,0.0758528173332239,0.000167953889109201,0.153725174569888,0.0776098494975328,0.0113320365757858,0.153725174569888,0.108807023261554,0.0362792540197274,0.153725174569888,0.116056784179634,0.00447761846673536,0.153725174569888,0.259977486996003,0.0451430470454502,0.153725174569888,0.242533186855996,0.0454961622650497,0.153725174569888,0.201401055849515,0.0261344684261192,0.5,0.153725174569888,0.208430551179817,0.0555205891317825,0.153725174569888,0.121666219308964,0.0574524185146507,0.5,0.153725174569888,0.205062544044287,0.111853145099544,0.153725174569888,0.180757075207134,0.103352451131727,0.153725174569888,0.173257435235465,0.00480656463835948,0.153725174569888,0.0836673855315468,0.0201845373032733,0.153725174569888,0.0964475650257118,0.00379685718171569,0.153725174569888,0.13672014591436,0.0169116128557466,0.153725174569888,0.145243251723955,0.0780612577097379,0.5,0.153725174569888,0.165064190984526,0.0669163251307365,0,0.0,0.0379336207974908 -3643,0.5,0.153725174569888,0.0622812772315549,0.0197438834336063,0.153725174569888,0.0283582907914298,0.000502341942370007,0.153725174569888,0.0307863248103857,0.0066873524716268,0.153725174569888,0.041231509138563,0.0204112846884982,0.153725174569888,0.0596030905202204,0.0014532457513542,0.153725174569888,0.132179340325601,0.0257583311516239,0.153725174569888,0.118245598604852,0.0341220931846239,0.153725174569888,0.100717541335255,0.00453468456672214,0.5,0.153725174569888,0.0965951682873797,0.0294382475907415,0.153725174569888,0.0618627441851964,0.0519308714336326,0.5,0.153725174569888,0.0861767746556677,0.0817833813935184,0.153725174569888,0.0817993338286717,0.0602375093974194,0.153725174569888,0.0948293518015809,0.00342565310559306,0.153725174569888,0.0298952810838623,0.0136433225968332,0.153725174569888,0.0383534135712526,0.00336180856627968,0.153725174569888,0.065073947180171,0.00978852318704906,0.153725174569888,0.0664978789636492,0.0591936742895079,0.5,0.153725174569888,0.0608206831381965,0.030342398701459,0,0.0,0.0295141269658649 -3644,0.5,0.153725174569888,0.00748728847738716,0.0176348824130339,0.153725174569888,0.003939211520299,0.00103850036103416,0.153725174569888,0.00127631786768838,0.0035658214581643,0.153725174569888,0.0,0.0170555280335076,0.153725174569888,0.0154276753132235,0.00113666963998541,0.153725174569888,0.0342093591746752,0.0192318626710714,0.153725174569888,0.0272127986155291,0.0266893101620809,0.153725174569888,0.0242852628428157,0.000523464175447796,0.5,0.153725174569888,0.0185481824122554,0.0104976255889414,0.153725174569888,0.0,0.0146557204070181,0.5,0.153725174569888,0.00590553013892367,0.0523679159930117,0.153725174569888,0.00166166310881835,0.0497347430233604,0.153725174569888,0.0302526646676302,0.000657464002517529,0.153725174569888,0.0030647078911113,0.0060277109073184,0.153725174569888,0.0069385953781141,0.00403479937738374,0.153725174569888,0.012176497335498,0.00582103119484213,0.153725174569888,0.000868760283955098,0.0386129154340536,0.5,0.153725174569888,0.0,0.0212985465261929,0,0.0,0.0224370316341094 -3645,0.5,0.153725174569888,0.0,0.0198286284804276,0.153725174569888,0.0,0.00237140881560564,0.153725174569888,0.0,0.00276313126294093,0.153725174569888,0.0,0.0182411335434036,0.153725174569888,0.0,0.00446242858575541,0.153725174569888,0.0,0.0242056412574852,0.153725174569888,0.0,0.0306047903296207,0.153725174569888,0.0,0.00127204287111344,0.5,0.153725174569888,0.0,0.00721813028147117,0.153725174569888,0.0,0.00342135078068669,0.5,0.153725174569888,0.0,0.0318550023904811,0.153725174569888,0.0,0.043054978150606,0.153725174569888,0.0,0.000163606979201467,0.153725174569888,0.0,0.0028516462735349,0.153725174569888,0.0,0.00507237729181105,0.153725174569888,0.0,0.00476915245979854,0.153725174569888,0.0,0.0297764595378094,0.5,0.153725174569888,0.0,0.00786364409430032,0,0.0,0.0172373150276334 -3646,0.5,0.153725174569888,0.0,0.0193227464617636,0.153725174569888,0.0,0.00447610382833865,0.153725174569888,0.0,0.0021698046522895,0.153725174569888,0.0,0.0193601384551215,0.153725174569888,0.0,0.00921873105804606,0.153725174569888,0.0,0.0211296647452081,0.153725174569888,0.0,0.0281765761669863,0.153725174569888,0.0,0.00496622689135662,0.5,0.153725174569888,0.0,0.00411253659744299,0.153725174569888,0.0,0.00234364255886031,0.5,0.153725174569888,0.0,0.0190113959419482,0.153725174569888,0.0,0.0287563700091515,0.153725174569888,0.0,0.000251701332392339,0.153725174569888,0.0,0.00303554744387256,0.153725174569888,0.0,0.0055484448502956,0.153725174569888,0.0,0.00337785257973446,0.153725174569888,0.0,0.0189082299191959,0.5,0.153725174569888,0.0,0.00263046732313612,0,0.000146246026296487,0.0105907321164105 -3647,0.5,0.153725174569888,0.0,0.0181449306292702,0.153725174569888,0.0,0.00555809415976807,0.153725174569888,0.0,0.00184441014827689,0.153725174569888,0.0,0.0182996427975257,0.153725174569888,0.0,0.0120102200071315,0.153725174569888,0.0,0.0167204828684789,0.153725174569888,0.0,0.0221680941657639,0.153725174569888,0.0,0.0122521846663351,0.5,0.153725174569888,0.0,0.00291260296939442,0.153725174569888,0.0,0.00389340032194702,0.5,0.153725174569888,0.0,0.00981803895467013,0.153725174569888,0.0,0.0210218846751711,0.153725174569888,0.0,0.000517942196741047,0.153725174569888,0.0,0.00420918684770546,0.153725174569888,0.0,0.00580584473973943,0.153725174569888,0.0,0.00292068398199837,0.153725174569888,0.0,0.012961599173246,0.5,0.153725174569888,0.0,0.00238250187760625,0,0.000235891449586328,0.00677692850036261 -3648,0.5,0.153725174569888,0.0,0.0170666058264749,0.153725174569888,0.0,0.00566023757599519,0.153725174569888,0.0,0.00139221726452136,0.153725174569888,0.0,0.0160819912414017,0.153725174569888,0.0,0.0151000432749855,0.153725174569888,0.0,0.0145217578703681,0.153725174569888,0.0,0.0166788196895191,0.153725174569888,0.0,0.013715790352159,0.5,0.153725174569888,0.0,0.00320027850560842,0.153725174569888,0.0,0.0051845623454554,0.5,0.153725174569888,0.0,0.00543646328842882,0.153725174569888,0.0,0.0154764953690841,0.153725174569888,0.0,0.00116392088161154,0.153725174569888,0.0,0.00557822973020699,0.153725174569888,0.0,0.00551977752012524,0.153725174569888,0.0,0.00370413799279119,0.153725174569888,0.0,0.0110162512102927,0.5,0.153725174569888,0.0,0.00316536452149129,0,0.000382124701314373,0.00589076543511232 -3649,0.5,0.153725174569888,0.0,0.0156084105815954,0.153725174569888,0.0,0.00366948582761376,0.153725174569888,0.0,0.0010044929908754,0.153725174569888,0.0,0.0150221820704348,0.153725174569888,0.0,0.0187222747341904,0.153725174569888,0.0,0.0119401592300839,0.153725174569888,0.0,0.013685015043239,0.153725174569888,0.0,0.0112553018696158,0.5,0.153725174569888,0.0,0.00349980302014489,0.153725174569888,0.0,0.00655430867235551,0.5,0.153725174569888,0.0,0.00286694164864201,0.153725174569888,0.0,0.010954041194588,0.153725174569888,0.0,0.00188056419535897,0.153725174569888,0.0,0.00607672052626084,0.153725174569888,0.0,0.00443332796278255,0.153725174569888,0.0,0.0044150435464519,0.153725174569888,0.0,0.00986196197507756,0.5,0.153725174569888,0.0,0.0062120245874583,0,0.000479575905127995,0.00632981500775084 -3650,0.5,0.153725174569888,0.0,0.0140171527210301,0.153725174569888,0.0,0.00214624292386696,0.153725174569888,0.0,0.000788623846146584,0.153725174569888,0.0,0.0155517685616935,0.153725174569888,0.0,0.0203438840899197,0.153725174569888,0.0,0.00952146319470246,0.153725174569888,0.0,0.0122195458777819,0.153725174569888,0.0,0.00926139111817728,0.5,0.153725174569888,0.0,0.00403425672077993,0.153725174569888,0.0,0.00749992162415555,0.5,0.153725174569888,0.0,0.000933854101511638,0.153725174569888,0.0,0.00868013949206593,0.153725174569888,0.0,0.00259724102269982,0.153725174569888,0.0,0.00604256828986206,0.153725174569888,0.0,0.00333833070790507,0.153725174569888,0.0,0.0048439089441559,0.153725174569888,0.0,0.00846999040892884,0.5,0.153725174569888,0.0,0.00964799081688,0,0.000322197652047391,0.00714818912932592 -3651,0.5,0.153725174569888,0.0,0.0122999364736697,0.153725174569888,0.0,0.00120104704891397,0.153725174569888,0.0,0.000579293164353659,0.153725174569888,0.0,0.0172295011383304,0.153725174569888,0.0,0.0172663812830125,0.153725174569888,0.0,0.00593767475162398,0.153725174569888,0.0,0.0114632792813822,0.153725174569888,0.0,0.0101555141098615,0.5,0.153725174569888,0.0,0.00473077103446077,0.153725174569888,0.0,0.00879368669822355,0.5,0.153725174569888,0.0,0.000671689569570459,0.153725174569888,0.0,0.00684238104902717,0.153725174569888,0.0,0.00388580525906746,0.153725174569888,0.0,0.0055555835147151,0.153725174569888,0.0,0.00321960911842403,0.153725174569888,0.0,0.00547602223017481,0.153725174569888,0.0,0.00752795392811307,0.5,0.153725174569888,0.0,0.0145738240920886,0,0.000160094420382957,0.00634468747506275 -3652,0.5,0.153725174569888,0.0,0.0102849815349987,0.153725174569888,0.0,0.000972901968160045,0.153725174569888,0.0,0.000420907340434712,0.153725174569888,0.0,0.0185591206396722,0.153725174569888,0.0,0.0128420521208337,0.153725174569888,0.0,0.00527553011306565,0.153725174569888,0.0,0.0110072466253495,0.153725174569888,0.0,0.0136693494095519,0.5,0.153725174569888,0.0,0.00493229737127863,0.153725174569888,0.0,0.00826959066995173,0.5,0.153725174569888,0.0,0.000557690953210139,0.153725174569888,0.0,0.00541895485269628,0.153725174569888,0.0,0.00648412832690275,0.153725174569888,0.0,0.00557600176566889,0.153725174569888,0.0,0.00319285778569404,0.153725174569888,0.0,0.00561684524347184,0.153725174569888,0.0,0.00683755365500374,0.5,0.153725174569888,0.0,0.0170084018236658,0,7.3776172534918e-05,0.00620598186991737 -3653,0.5,0.153725174569888,0.00823501681680143,0.00906372654406072,0.153725174569888,0.00055824398456871,0.000338803564935571,0.153725174569888,0.00168419031892542,0.000465150665373103,0.153725174569888,0.00396290797869791,0.018867048707655,0.153725174569888,0.000242060626269544,0.0114194983281424,0.153725174569888,0.0,0.00680426758940359,0.153725174569888,0.000262949336352721,0.00963124348065999,0.153725174569888,0.0,0.0164529754131137,0.5,0.153725174569888,0.0,0.0042498417538303,0.153725174569888,0.0,0.00696561355282634,0.5,0.153725174569888,0.0,0.000345577231261758,0.153725174569888,0.0,0.00513010230347282,0.153725174569888,0.00256440835668443,0.00996622692402508,0.153725174569888,0.000382933780572078,0.00681293935638191,0.153725174569888,0.00180122420229515,0.00252686614666123,0.153725174569888,0.000514983339127151,0.00508059142544217,0.153725174569888,0.000862879794292538,0.00626693825962986,0.5,0.153725174569888,0.000822612853820854,0.0173793643639419,0,0.000105308980280684,0.0112672051392103 -3654,0.5,0.153725174569888,0.0602311338511567,0.0085198333165203,0.153725174569888,0.00770665333042141,0.000202780665427847,0.153725174569888,0.0377033657838344,0.000576664917459812,0.153725174569888,0.0495367988514502,0.0198580893768041,0.153725174569888,0.0205500885063715,0.00882728166803864,0.153725174569888,0.0380738704498021,0.00771449495472042,0.153725174569888,0.0443014976034942,0.00598745515454137,0.153725174569888,0.0127262978462148,0.0166069997106405,0.5,0.153725174569888,0.0191119641178524,0.00341056107541048,0.153725174569888,0.0304350804128128,0.0107502392194684,0.5,0.153725174569888,0.0415840838262289,0.000362992953618869,0.153725174569888,0.0349052651359692,0.00516645784900423,0.153725174569888,0.0355072961445183,0.0116127172830613,0.153725174569888,0.00962200752138263,0.00882980248889538,0.153725174569888,0.0454265713589508,0.00204342451382395,0.153725174569888,0.0381981918767082,0.00413743816955138,0.153725174569888,0.0460972566145727,0.00542755738296355,0.5,0.153725174569888,0.0422676166735916,0.01914094136696,0,0.00372364934937127,0.0231954591610511 -3655,0.5,0.153725174569888,0.132159034020136,0.0165885062090529,0.153725174569888,0.0625879435281073,0.000650217485917862,0.153725174569888,0.102142154592474,0.00124247254417818,0.153725174569888,0.123428046200538,0.0324485368973505,0.153725174569888,0.0672178469541901,0.00875016758382992,0.153725174569888,0.107091004715112,0.0108308833966262,0.153725174569888,0.113098716106255,0.00352884835004881,0.153725174569888,0.0532762291583905,0.0214647473995505,0.5,0.153725174569888,0.0654251149193953,0.00290037442023546,0.153725174569888,0.0950567470646996,0.0173594113213541,0.5,0.153725174569888,0.119093967836726,0.00504802967345367,0.153725174569888,0.109746624633058,0.00713819041025623,0.153725174569888,0.0897915170324938,0.0148944808614148,0.153725174569888,0.0369944385385931,0.0146686391683228,0.153725174569888,0.112615566866934,0.00315687646436901,0.153725174569888,0.0998765913464855,0.00371689271661125,0.153725174569888,0.123891948686725,0.0113132838855566,0.5,0.153725174569888,0.0957063786610022,0.0353609101308928,0,0.0110884023507109,0.0359935568864885 -3656,0.5,0.153725174569888,0.228340107556896,0.042501078909517,0.153725174569888,0.154608292262512,0.0,0.153725174569888,0.188222437119351,0.00152304082989175,0.153725174569888,0.214337118058563,0.0511755959590967,0.153725174569888,0.144637603878984,0.0152417440687043,0.153725174569888,0.209076647390933,0.0124841995267835,0.153725174569888,0.20878257943767,0.0049618317346369,0.153725174569888,0.119453982381455,0.0225798672931283,0.5,0.153725174569888,0.122984638996871,0.00419025506522605,0.153725174569888,0.163712100780121,0.0170772990780365,0.5,0.153725174569888,0.224010862742407,0.0187643014366074,0.153725174569888,0.21830902233171,0.0173895710521961,0.153725174569888,0.176217072019866,0.0261152998543032,0.153725174569888,0.0794939805024308,0.0233621353108902,0.153725174569888,0.209045611981969,0.0064705950765383,0.153725174569888,0.184958350445263,0.00840328836453928,0.153725174569888,0.222730604585731,0.0251350304305618,0.5,0.153725174569888,0.159434563132171,0.039031280158753,0,0.0238485469098659,0.0432645292921641 -3657,0.5,0.153725174569888,0.329806664146351,0.0843628417602775,0.153725174569888,0.140462403754366,0.00355176127977037,0.153725174569888,0.277601396269419,0.00164364430295441,0.153725174569888,0.313131381318484,0.0611395610464244,0.153725174569888,0.250281716199935,0.0261038907273991,0.153725174569888,0.332521011916066,0.0116236549649426,0.153725174569888,0.315412652407004,0.00740326621463297,0.153725174569888,0.203783146598981,0.0186065983718435,0.5,0.153725174569888,0.168420312978117,0.0068401070274511,0.153725174569888,0.228546065223322,0.0127035558551937,0.5,0.153725174569888,0.330988760408,0.0323932236869484,0.153725174569888,0.342685792751226,0.0214070663676361,0.153725174569888,0.31031958495216,0.027729607733495,0.153725174569888,0.141330586628573,0.0304103813683348,0.153725174569888,0.321546761541296,0.0093966328176975,0.153725174569888,0.259656225028411,0.0101500490442474,0.153725174569888,0.327114887214995,0.0309977797673099,0.5,0.153725174569888,0.221922897787147,0.0320820317056608,0,0.0242773527702,0.0385807614942121 -3658,0.5,0.153725174569888,0.428353770382679,0.146723112418578,0.153725174569888,0.119319584912333,0.0241490866186602,0.153725174569888,0.36070462322181,0.00324443786935466,0.153725174569888,0.405397777311965,0.0666646466442065,0.153725174569888,0.384926376157818,0.0272091936287824,0.153725174569888,0.474571297484157,0.0106927690495143,0.153725174569888,0.432483770067182,0.00757908081759841,0.153725174569888,0.295418482311929,0.0131570830075908,0.5,0.153725174569888,0.195990440327069,0.0106510180944421,0.153725174569888,0.276132545186442,0.0140213471918115,0.5,0.153725174569888,0.432014838952598,0.0363981618727167,0.153725174569888,0.443224420492527,0.0245634441022884,0.153725174569888,0.436932353184963,0.027389820969544,0.153725174569888,0.238903316618796,0.0408481999544679,0.153725174569888,0.417886510708538,0.0250015958055458,0.153725174569888,0.325140808042026,0.0119574288295579,0.153725174569888,0.413113998613349,0.0317426300261733,0.5,0.153725174569888,0.291781079782878,0.0216455238177349,0,0.0203531268815011,0.0224478057348047 -3659,0.5,0.153725174569888,0.48265824228026,0.198731224754889,0.153725174569888,0.13864445777403,0.0158915163081312,0.153725174569888,0.41353896813177,0.00576102323331174,0.153725174569888,0.499996697294563,0.0813915239648116,0.153725174569888,0.492284148189972,0.0188003670721546,0.153725174569888,0.581075864224224,0.00948329360705256,0.153725174569888,0.5337057662294,0.00391238732187711,0.153725174569888,0.489117897948612,0.0111489575281841,0.5,0.153725174569888,0.285004632988412,0.0105310650371396,0.153725174569888,0.379724386156329,0.0266820877429483,0.5,0.153725174569888,0.456325516838855,0.0253359450834539,0.153725174569888,0.529608032394346,0.0361932031480059,0.153725174569888,0.458357928764769,0.0622439412002571,0.153725174569888,0.35196208082279,0.0523623094344809,0.153725174569888,0.508458362649692,0.0370113436656751,0.153725174569888,0.452335471288772,0.0126944440125289,0.153725174569888,0.475446742171891,0.0315127742617573,0.5,0.153725174569888,0.438131169357363,0.0382808906266136,0,0.0179487858897801,0.0117071090286757 -3660,0.5,0.153725174569888,0.536820651763944,0.232842944878885,0.153725174569888,0.208269379588264,0.00659384293453243,0.153725174569888,0.507148728011559,0.006554380242919,0.153725174569888,0.562027455231978,0.094504326925589,0.153725174569888,0.592022862445476,0.0138663591289447,0.153725174569888,0.65657215902769,0.0142784319164538,0.153725174569888,0.627105461359976,0.00249066392914101,0.153725174569888,0.594249370117983,0.0136104247580963,0.5,0.153725174569888,0.402088383056375,0.00830456908938253,0.153725174569888,0.513063314115689,0.0312836248787614,0.5,0.153725174569888,0.513241651209173,0.0136752535952453,0.153725174569888,0.588484313188865,0.0491998207541895,0.153725174569888,0.431650372765135,0.0964779772975642,0.153725174569888,0.412342734886044,0.0504553389541007,0.153725174569888,0.578748706587069,0.0447374216319365,0.153725174569888,0.526429049545116,0.00734941177201257,0.153725174569888,0.480513329803362,0.033805458619253,0.5,0.153725174569888,0.560625346402768,0.0702405724887851,0,0.0157635362330863,0.00726293267346289 -3661,0.5,0.153725174569888,0.558368551944481,0.263153393883735,0.153725174569888,0.409802845172443,0.0145501857719893,0.153725174569888,0.580507537703208,0.00782737055771346,0.153725174569888,0.586696991231812,0.104425909736749,0.153725174569888,0.596304601436701,0.00976023388186047,0.153725174569888,0.6701294308583,0.0203708172573045,0.153725174569888,0.581944603103271,0.00234292769563878,0.153725174569888,0.460595745299835,0.0173861051923519,0.5,0.153725174569888,0.499990727987391,0.00613542356645871,0.153725174569888,0.581047523185706,0.0295648652065191,0.5,0.153725174569888,0.524871172383622,0.00779743611210073,0.153725174569888,0.552505941631677,0.0602765738807622,0.153725174569888,0.431564437482124,0.0995307096406385,0.153725174569888,0.389151552297927,0.0417727701250886,0.153725174569888,0.621475370089168,0.0403009510424481,0.153725174569888,0.509047634925581,0.00485242531537948,0.153725174569888,0.465836068846557,0.0415515924552802,0.5,0.153725174569888,0.598220859197971,0.108834272745887,0,0.0132702015151623,0.0107986157779825 -3662,0.5,0.153725174569888,0.559496133173292,0.2875243527047,0.153725174569888,0.567410817153205,0.037599799037872,0.153725174569888,0.576360223567855,0.0105586723775771,0.153725174569888,0.560900453688757,0.115159003503079,0.153725174569888,0.509876744145207,0.00442277092124879,0.153725174569888,0.627332886640564,0.0234888092979234,0.153725174569888,0.46653537050633,0.00234006218368545,0.153725174569888,0.34212182970476,0.0194747358560048,0.5,0.153725174569888,0.487168179259719,0.00387763381738832,0.153725174569888,0.548043841957714,0.0315069601897644,0.5,0.153725174569888,0.532092416424976,0.00572667031531495,0.153725174569888,0.49795784081767,0.0675754119302805,0.153725174569888,0.496730998125757,0.0723696505300102,0.153725174569888,0.392808167424923,0.0369066598017687,0.153725174569888,0.607118339398914,0.0349114274295373,0.153725174569888,0.427581776808932,0.0063786679421091,0.153725174569888,0.461723314487095,0.0499805361975412,0.5,0.153725174569888,0.555768564372786,0.12371660871179,0,0.0125647672101835,0.0203382924166132 -3663,0.5,0.153725174569888,0.503434114995353,0.291940017179952,0.153725174569888,0.528357489982876,0.0254364630773367,0.153725174569888,0.539702074191927,0.0111479729081965,0.153725174569888,0.493906970619545,0.122784164027779,0.153725174569888,0.44900342397036,0.000906212889744362,0.153725174569888,0.555558664810345,0.0217757404647539,0.153725174569888,0.333678092538993,0.00590339414181238,0.153725174569888,0.286018281552148,0.0175130612105124,0.5,0.153725174569888,0.403817813242055,0.00545365748691935,0.153725174569888,0.436337501522649,0.035339899857938,0.5,0.153725174569888,0.585329771423225,0.00742915425706687,0.153725174569888,0.434110511450145,0.069934009696591,0.153725174569888,0.499455400110539,0.0445922464971669,0.153725174569888,0.407316643836389,0.0276712463357598,0.153725174569888,0.571522734479237,0.026948761828685,0.153725174569888,0.358409230588791,0.0151929485427842,0.153725174569888,0.436594556711111,0.0550086309316019,0.5,0.153725174569888,0.470273000913361,0.110349358978167,0,0.0121109915910913,0.0299889032751532 -3664,0.5,0.153725174569888,0.410907172994499,0.289369865654207,0.153725174569888,0.432844148511526,0.0291954549708917,0.153725174569888,0.440664326631739,0.00779907685462639,0.153725174569888,0.405668184845828,0.121491323433093,0.153725174569888,0.371717286155167,0.00102318449914807,0.153725174569888,0.465396575106754,0.0128445517813835,0.153725174569888,0.267824839273234,0.0107647545731386,0.153725174569888,0.239920603087109,0.00884202807539729,0.5,0.153725174569888,0.341255088619594,0.00914511586916076,0.153725174569888,0.304736942647248,0.0320192151737714,0.5,0.153725174569888,0.497677315485037,0.0191916316243411,0.153725174569888,0.358320767264135,0.0698145569380145,0.153725174569888,0.401621090333507,0.0332352407714375,0.153725174569888,0.352535033692971,0.0193932503330783,0.153725174569888,0.43872606756444,0.0173609255042225,0.153725174569888,0.285193006301979,0.0221196357144016,0.153725174569888,0.374733185665986,0.0573814786580648,0.5,0.153725174569888,0.363085727400234,0.097555391095158,0,0.0101806803405916,0.031263412066286 -3665,0.5,0.153725174569888,0.295006569494046,0.267440142479265,0.153725174569888,0.30826503466944,0.0242159214493275,0.153725174569888,0.322773565859279,0.00436746210948834,0.153725174569888,0.280840128426635,0.107165854238733,0.153725174569888,0.307190054433676,0.00224853637583842,0.153725174569888,0.3449903984987,0.00431151895532795,0.153725174569888,0.209480079682632,0.0138642139256856,0.153725174569888,0.195113057995626,0.00400989515378297,0.5,0.153725174569888,0.22032223743692,0.0191302078983445,0.153725174569888,0.190335939362534,0.026471283828328,0.5,0.153725174569888,0.364614462109341,0.0231401814299901,0.153725174569888,0.250865481158248,0.0582849187800942,0.153725174569888,0.305467886713127,0.0241225947885738,0.153725174569888,0.281229309106649,0.0107748492252516,0.153725174569888,0.314409697255886,0.00921811206444619,0.153725174569888,0.262088042230017,0.0246161588512244,0.153725174569888,0.294278080558508,0.0504137212549275,0.5,0.153725174569888,0.220863762924398,0.0851325483057566,0,0.00829526110707884,0.032825986384561 -3666,0.5,0.153725174569888,0.180422506841992,0.21908143374313,0.153725174569888,0.195810793685774,0.0140927339874964,0.153725174569888,0.216630691938909,0.00248438988219665,0.153725174569888,0.165071833142939,0.0608660452589007,0.153725174569888,0.215704484157814,0.00337286198243462,0.153725174569888,0.24167458292656,0.00148902128283845,0.153725174569888,0.162942029459462,0.0130363762467226,0.153725174569888,0.133171566639115,0.00541731299754767,0.5,0.153725174569888,0.151077133474205,0.0226222229226024,0.153725174569888,0.102753336950613,0.0191806803905343,0.5,0.153725174569888,0.236368605684501,0.0155174905553928,0.153725174569888,0.149708763417814,0.0381164971797633,0.153725174569888,0.203164721670537,0.0156519113996361,0.153725174569888,0.219992667813695,0.00855188052335582,0.153725174569888,0.212501168299154,0.00375517642658492,0.153725174569888,0.195234998657914,0.0230147298465887,0.153725174569888,0.195126832730537,0.0386639705759873,0.5,0.153725174569888,0.121476783769895,0.0724425416454591,0,0.00528089812014113,0.0414755831126469 -3667,0.5,0.153725174569888,0.0852697200169861,0.156949851786526,0.153725174569888,0.0786458761074417,0.00216540052518142,0.153725174569888,0.0922660678420633,0.00151484641312162,0.153725174569888,0.071530926058518,0.0468982769610119,0.153725174569888,0.109499612785935,0.00468348093435239,0.153725174569888,0.134906652385695,0.00269798858380179,0.153725174569888,0.10840091595008,0.00403242414770021,0.153725174569888,0.0976913778552818,0.00990914284087801,0.5,0.153725174569888,0.101261543686812,0.0170912649304741,0.153725174569888,0.0320753354257959,0.0101307541606201,0.5,0.153725174569888,0.110448078456918,0.00216046532077191,0.153725174569888,0.0717967086941139,0.0112953068352239,0.153725174569888,0.10555892585119,0.00898622803160273,0.153725174569888,0.129870770362069,0.00796345336788673,0.153725174569888,0.112307113581969,0.00101413477822319,0.153725174569888,0.104589390737259,0.0101531534226876,0.153725174569888,0.0855108505317935,0.0210380123994283,0.5,0.153725174569888,0.0414939428722244,0.0505941351937597,0,0.0128820277387111,0.049277017529604 -3668,0.5,0.153725174569888,0.0132774504315077,0.0853821829761488,0.153725174569888,0.0169502647492979,0.00294323546847435,0.153725174569888,0.00853359472441161,0.00274478147968702,0.153725174569888,0.0,0.0496904804551665,0.153725174569888,0.0319325237141471,0.010903152090834,0.153725174569888,0.0356784875819543,0.00697696619082262,0.153725174569888,0.0264041057299853,0.00264273873270979,0.153725174569888,0.0296195160668106,0.0202679129212645,0.5,0.153725174569888,0.0235828095463866,0.0166856565125956,0.153725174569888,9.74650274570323e-05,0.00617435724923503,0.5,0.153725174569888,0.00802640332879101,0.000907145673731495,0.153725174569888,0.00233108874875666,0.00750660551021622,0.153725174569888,0.0302700432250772,0.0115742123890367,0.153725174569888,0.0361778453818622,0.00719706842085095,0.153725174569888,0.0225327261546632,0.00187335572263887,0.153725174569888,0.0187594458237335,0.00619782342162973,0.153725174569888,0.00117812195466659,0.0104158928131405,0.5,0.153725174569888,2.16105387995073e-05,0.0456383159548014,0,0.0427257266809282,0.0507975997380807 -3669,0.5,0.153725174569888,0.0,0.0402058531057687,0.153725174569888,0.0,0.0094984984857746,0.153725174569888,0.0,0.00491839932444255,0.153725174569888,0.0,0.0440897914966187,0.153725174569888,0.0,0.0203270775610126,0.153725174569888,0.0,0.0183517067401753,0.153725174569888,0.0,0.00633709106204519,0.153725174569888,0.0,0.0380114918447973,0.5,0.153725174569888,0.0,0.0114294301867438,0.153725174569888,0.0,0.0047791660983834,0.5,0.153725174569888,0.0,0.000945851733117869,0.153725174569888,0.0,0.0048767462533677,0.153725174569888,0.0,0.0136807870719868,0.153725174569888,0.0,0.0143128759444423,0.153725174569888,0.0,0.00282043227687513,0.153725174569888,0.0,0.00389316280048504,0.153725174569888,0.0,0.00580976932082121,0.5,0.153725174569888,0.0,0.0455825474154842,0,0.0698252681985141,0.0573772539950968 -3670,0.5,0.153725174569888,0.0,0.0196417668258874,0.153725174569888,0.0,0.0108598855330382,0.153725174569888,0.0,0.00422924272826266,0.153725174569888,0.0,0.0243767718873634,0.153725174569888,0.0,0.0204918773701178,0.153725174569888,0.0,0.0295496203410914,0.153725174569888,0.0,0.00992174121510463,0.153725174569888,0.0,0.0438922100387945,0.5,0.153725174569888,0.0,0.00553533457413811,0.153725174569888,0.0,0.00149670129388038,0.5,0.153725174569888,0.0,0.000858605416517947,0.153725174569888,0.0,0.00245084567874751,0.153725174569888,0.0,0.012496304172931,0.153725174569888,0.0,0.0192644045973311,0.153725174569888,0.0,0.00388256647084853,0.153725174569888,0.0,0.00182789241797937,0.153725174569888,0.0,0.00271606621825716,0.5,0.153725174569888,0.0,0.0332426606212193,0,0.0721142455094951,0.0699369329819553 -3671,0.5,0.153725174569888,0.0,0.0127595405494293,0.153725174569888,0.0,0.00871140665508772,0.153725174569888,0.0,0.00316920241749161,0.153725174569888,0.0,0.00980016579564343,0.153725174569888,0.0,0.0187828892636229,0.153725174569888,0.0,0.0389482683021866,0.153725174569888,0.0,0.0140598498812083,0.153725174569888,0.0,0.042215703579666,0.5,0.153725174569888,0.0,0.00328234842973666,0.153725174569888,0.0,0.000408776101125216,0.5,0.153725174569888,0.0,0.00166525474379736,0.153725174569888,0.0,0.00140393687804562,0.153725174569888,0.0,0.0111459226339453,0.153725174569888,0.0,0.0220425873962373,0.153725174569888,0.0,0.00435735137800895,0.153725174569888,0.0,0.00115358851658326,0.153725174569888,0.0,0.00337135920396657,0.5,0.153725174569888,0.0,0.0188200202059513,0,0.0588720871264528,0.078482890780768 -3672,0.5,0.153725174569888,0.0,0.0108149359807243,0.153725174569888,0.0,0.00572438701741621,0.153725174569888,0.0,0.00255396237999583,0.153725174569888,0.0,0.00506487820484703,0.153725174569888,0.0,0.0190498740738983,0.153725174569888,0.0,0.0449469643180858,0.153725174569888,0.0,0.0173237757994381,0.153725174569888,0.0,0.0362671418494476,0.5,0.153725174569888,0.0,0.0030080926802044,0.153725174569888,0.0,0.000174848032264534,0.5,0.153725174569888,0.0,0.00465888187756362,0.153725174569888,0.0,0.00158858650211883,0.153725174569888,0.0,0.0082995861498443,0.153725174569888,0.0,0.0239157721692535,0.153725174569888,0.0,0.00265839441506422,0.153725174569888,0.0,0.0011546855324608,0.153725174569888,0.0,0.00364764464498777,0.5,0.153725174569888,0.0,0.00983712950866663,0,0.0312566517556707,0.084334760455957 -3673,0.5,0.153725174569888,0.0,0.0113318298206183,0.153725174569888,0.0,0.00133746608958834,0.153725174569888,0.0,0.00226330722544886,0.153725174569888,0.0,0.00509513835412423,0.153725174569888,0.0,0.017351459312771,0.153725174569888,0.0,0.0447940312732125,0.153725174569888,0.0,0.0198645853474172,0.153725174569888,0.0,0.0324072126335317,0.5,0.153725174569888,0.0,0.00256228600907514,0.153725174569888,0.0,0.00067105995276728,0.5,0.153725174569888,0.0,0.00556777511138257,0.153725174569888,0.0,0.00216286111927979,0.153725174569888,0.0,0.00355367196855471,0.153725174569888,0.0,0.021179668066432,0.153725174569888,0.0,0.000957719447500327,0.153725174569888,0.0,0.001436991044315,0.153725174569888,0.0,0.00238222315412872,0.5,0.153725174569888,0.0,0.00438082164011706,0,0.0107652990866446,0.0880348318549372 -3674,0.5,0.153725174569888,0.0,0.0140291667455105,0.153725174569888,0.0,0.000269653672953054,0.153725174569888,0.0,0.00249693811444796,0.153725174569888,0.0,0.00623111752176596,0.153725174569888,0.0,0.0160839467230053,0.153725174569888,0.0,0.038270608544388,0.153725174569888,0.0,0.0213203171924777,0.153725174569888,0.0,0.0271865319248534,0.5,0.153725174569888,0.0,0.00252265032140313,0.153725174569888,0.0,0.000865916284666654,0.5,0.153725174569888,0.0,0.00392504926581252,0.153725174569888,0.0,0.00297972107883383,0.153725174569888,0.0,0.00124413088665565,0.153725174569888,0.0,0.0167189427352842,0.153725174569888,0.0,0.000283227196446164,0.153725174569888,0.0,0.00221128697900979,0.153725174569888,0.0,0.00132346813428784,0.5,0.153725174569888,0.0,0.00157308875200812,0,0.00174762208936127,0.0839877061409719 -3675,0.5,0.153725174569888,0.0,0.0174762440876378,0.153725174569888,0.0,0.00011579953169646,0.153725174569888,0.0,0.00356123743591319,0.153725174569888,0.0,0.00815293229114085,0.153725174569888,0.0,0.014522126995722,0.153725174569888,0.0,0.0328295862002893,0.153725174569888,0.0,0.0197090389860549,0.153725174569888,0.0,0.0236355920505287,0.5,0.153725174569888,0.0,0.00313896902285237,0.153725174569888,0.0,0.000363871456231238,0.5,0.153725174569888,0.0,0.00107862084002759,0.153725174569888,0.0,0.00155554379392256,0.153725174569888,0.0,0.000307235697217843,0.153725174569888,0.0,0.0113809248802434,0.153725174569888,0.0,0.000938946647541085,0.153725174569888,0.0,0.00224379218271479,0.153725174569888,0.0,0.00154555224339203,0.5,0.153725174569888,0.0,0.000465167736120046,0,6.91612625601828e-05,0.073809980566227 -3676,0.5,0.153725174569888,0.0,0.0228281993733719,0.153725174569888,0.0,0.00108965540979717,0.153725174569888,0.0,0.00541163324472364,0.153725174569888,0.0,0.00973697562159817,0.153725174569888,0.0,0.0124207700705764,0.153725174569888,0.0,0.0273925534848697,0.153725174569888,0.0,0.0171897908811585,0.153725174569888,0.0,0.019496284185551,0.5,0.153725174569888,0.0,0.00355538649961767,0.153725174569888,0.0,0.000176510082445938,0.5,0.153725174569888,0.0,0.000582179350092167,0.153725174569888,0.0,0.000490017217593039,0.153725174569888,0.0,0.000283929175080403,0.153725174569888,0.0,0.00765837838223099,0.153725174569888,0.0,0.00319708829967368,0.153725174569888,0.0,0.00252821569251291,0.153725174569888,0.0,0.00164385785225015,0.5,0.153725174569888,0.0,0.00049625284507881,0,0.0,0.0608320696943097 -3677,0.5,0.153725174569888,0.00394885424913411,0.0306080244929391,0.153725174569888,0.00384366501473968,0.00369421211668626,0.153725174569888,0.00179511889360749,0.0123855658680169,0.153725174569888,0.0035980411381328,0.0123633911699499,0.153725174569888,0.000949630648087573,0.0126758775527921,0.153725174569888,0.0,0.025101006747696,0.153725174569888,0.000353990422016173,0.0186945114363515,0.153725174569888,0.0,0.016715089439011,0.5,0.153725174569888,0.0,0.00426817908066248,0.153725174569888,0.0,8.67370751357666e-05,0.5,0.153725174569888,0.0,0.00033459496994519,0.153725174569888,0.0,0.000180443069541824,0.153725174569888,0.00433096154031805,0.0010021770404641,0.153725174569888,0.00231976384644556,0.00588904716508539,0.153725174569888,0.00269061522690153,0.00719653754974959,0.153725174569888,0.00065137470145849,0.00199394311493589,0.153725174569888,0.000989349637464705,0.00160900693736484,0.5,0.153725174569888,0.00124957795519949,0.00135450493376373,0,0.0057720911058219,0.0485880080574158 -3678,0.5,0.153725174569888,0.0419112798593668,0.0418246071587128,0.153725174569888,0.0597275447414526,0.00462476722103913,0.153725174569888,0.0404098942685261,0.0238231394503368,0.153725174569888,0.045045775213366,0.0166743314485237,0.153725174569888,0.0510840404712232,0.0109111776166244,0.153725174569888,0.0403098575867154,0.0205761643178175,0.153725174569888,0.0498742351415883,0.0149879519911983,0.153725174569888,0.0374378845890289,0.0129927384357446,0.5,0.153725174569888,0.0382079277160062,0.0039870152838955,0.153725174569888,0.0495608643029266,0.000184317868574537,0.5,0.153725174569888,0.0446349238764534,0.000186886921642371,0.153725174569888,0.0436516607629481,0.000138258922881471,0.153725174569888,0.0606620102366114,0.00287026823031736,0.153725174569888,0.0550083641402611,0.00433744439640559,0.153725174569888,0.0573859908879413,0.00735851320318846,0.153725174569888,0.0507951234229122,0.00130762074041632,0.153725174569888,0.0476171838652242,0.00108323132808482,0.5,0.153725174569888,0.0511884537185666,0.00227592952327756,0,0.0152750404081586,0.0381959830322657 -3679,0.5,0.153725174569888,0.0878016320089566,0.0533505817432821,0.153725174569888,0.138302891478413,0.00786735374077426,0.153725174569888,0.115103503960528,0.0420889618894733,0.153725174569888,0.108403622260606,0.0266943258269572,0.153725174569888,0.126627633170441,0.0112515470051987,0.153725174569888,0.11185465143482,0.0205451135703511,0.153725174569888,0.127212146319436,0.0111687421772744,0.153725174569888,0.110372872950673,0.0103101242881247,0.5,0.153725174569888,0.114274105247808,0.00338122220142495,0.153725174569888,0.13642109158432,0.000146639060594735,0.5,0.153725174569888,0.124450446147772,0.000133367170286372,0.153725174569888,0.12659389273697,0.000480822421606673,0.153725174569888,0.137025200501611,0.0053522801478313,0.153725174569888,0.130771887874256,0.00361093396491129,0.153725174569888,0.137577113324347,0.0112713772172483,0.153725174569888,0.132108566189401,0.00133952914976267,0.153725174569888,0.12543978846494,0.000791774716559411,0.5,0.153725174569888,0.140706905413191,0.00234201219123109,0,0.030439931946943,0.0246313987542191 -3680,0.5,0.153725174569888,0.14334874348451,0.0780720770786697,0.153725174569888,0.246308017253179,0.0271562867651787,0.153725174569888,0.238917793483656,0.0664921014163599,0.153725174569888,0.182075821933676,0.0456761087818748,0.153725174569888,0.246311985647092,0.0304473681596861,0.153725174569888,0.206507099037269,0.0484932184146245,0.153725174569888,0.247911018850742,0.0194897029604494,0.153725174569888,0.216924327451954,0.0199003294405273,0.5,0.153725174569888,0.236151739818924,0.00645997075729633,0.153725174569888,0.260954417929755,0.0002792501612765,0.5,0.153725174569888,0.244658017042104,0.000135276878119459,0.153725174569888,0.248870772545224,0.000173470498462047,0.153725174569888,0.241901962089679,0.01176041826354,0.153725174569888,0.248335789169676,0.0071099452789348,0.153725174569888,0.255738709613147,0.0280892790312833,0.153725174569888,0.254332902474897,0.00224513311413366,0.153725174569888,0.227925513852854,0.00263120643062659,0.5,0.153725174569888,0.26610750540391,0.0131907587955818,0,0.0546588415319836,0.0143483167929293 -3681,0.5,0.153725174569888,0.20833753512467,0.112949375910403,0.153725174569888,0.362824928066682,0.0411318661747267,0.153725174569888,0.364348580959746,0.0885972534218401,0.153725174569888,0.2745651061314,0.0767495081269845,0.153725174569888,0.373723661556839,0.0473736746597308,0.153725174569888,0.284587218345124,0.0769633233190471,0.153725174569888,0.377404358610175,0.0341501101001753,0.153725174569888,0.323165497125473,0.031980260210952,0.5,0.153725174569888,0.365640762732293,0.0157256810755014,0.153725174569888,0.396007602820504,0.000716346382242827,0.5,0.153725174569888,0.379519144176484,0.000585788098378467,0.153725174569888,0.385434760243363,7.9108022611236e-05,0.153725174569888,0.354251660345587,0.0205714870442172,0.153725174569888,0.373273348719704,0.00912619685696799,0.153725174569888,0.383283462502807,0.0420412062023652,0.153725174569888,0.387753658100208,0.0100691061968412,0.153725174569888,0.355865147421504,0.0101325444077373,0.5,0.153725174569888,0.396059609022626,0.0441595252499773,0,0.0684265712736407,0.00834443160974814 -3682,0.5,0.153725174569888,0.276812633137165,0.165498007348704,0.153725174569888,0.485559901041541,0.0547176017944695,0.153725174569888,0.454407196670504,0.10496607122707,0.153725174569888,0.340260382319026,0.12936923261749,0.153725174569888,0.508782022818831,0.0546458962931178,0.153725174569888,0.351146945598411,0.0946135191979603,0.153725174569888,0.51428085208278,0.041704540892353,0.153725174569888,0.410596260185386,0.0355125039780588,0.5,0.153725174569888,0.493829747987811,0.0263591798849981,0.153725174569888,0.512116670945241,0.00315438268887594,0.5,0.153725174569888,0.504521461812162,0.00130603434197264,0.153725174569888,0.499409340410969,0.000952570253555247,0.153725174569888,0.472362566352112,0.0299671396063636,0.153725174569888,0.506653940528107,0.0113511469261798,0.153725174569888,0.51607859127702,0.0507073973588628,0.153725174569888,0.516430242397905,0.0238996122925788,0.153725174569888,0.481168036731389,0.0201796277320878,0.5,0.153725174569888,0.523025697945457,0.0666658312590814,0,0.0716296120488587,0.00689149365058348 -3683,0.5,0.153725174569888,0.315986680767057,0.224941672226051,0.153725174569888,0.527624508840164,0.0507585462445413,0.153725174569888,0.533074835349781,0.0863111282104814,0.153725174569888,0.352969337215653,0.156928146484786,0.153725174569888,0.60069009434783,0.0583074633716636,0.153725174569888,0.368874283125577,0.116762084828094,0.153725174569888,0.605886923790618,0.0443210767582336,0.153725174569888,0.415644479092148,0.0352246654473573,0.5,0.153725174569888,0.582638623196667,0.0409888348322214,0.153725174569888,0.623194015364408,0.00388981855145464,0.5,0.153725174569888,0.58773797457094,0.00480107032853626,0.153725174569888,0.603280601852407,0.00397329511690554,0.153725174569888,0.518577665992396,0.0316605308105736,0.153725174569888,0.587697952072325,0.0114569047882884,0.153725174569888,0.582341586662155,0.049963932046929,0.153725174569888,0.599962645735659,0.0291707555046389,0.153725174569888,0.590771531969324,0.0196534087853128,0.5,0.153725174569888,0.623049504619342,0.0696747215697504,0,0.0819015659606578,0.00687054760301405 -3684,0.5,0.153725174569888,0.32789787454995,0.239286312490038,0.153725174569888,0.578497837248165,0.0475894140986407,0.153725174569888,0.581956217664014,0.0630042755394048,0.153725174569888,0.414328237985795,0.163185229152876,0.153725174569888,0.601656534889805,0.0649830481394626,0.153725174569888,0.312737772727192,0.129865953853194,0.153725174569888,0.614673274977773,0.056421646042046,0.153725174569888,0.295757333514393,0.0391828047192379,0.5,0.153725174569888,0.520537493262027,0.042792816885522,0.153725174569888,0.673960950116993,0.00415667587536295,0.5,0.153725174569888,0.664958607147997,0.0156711998427163,0.153725174569888,0.657608648133199,0.0106584667207203,0.153725174569888,0.558952857134873,0.0388581597180026,0.153725174569888,0.625931988613389,0.0133183959469756,0.153725174569888,0.628582593813991,0.0463062711168767,0.153725174569888,0.634526335286575,0.029747922748194,0.153725174569888,0.642819645919708,0.022612674035843,0.5,0.153725174569888,0.663579928180901,0.065369395775977,0,0.088409944871887,0.00662820949052228 -3685,0.5,0.153725174569888,0.328560499334531,0.205434004209307,0.153725174569888,0.545765680423966,0.0581753731317606,0.153725174569888,0.597259869613999,0.0513474664993257,0.153725174569888,0.405156283965844,0.138467353489622,0.153725174569888,0.61975766198466,0.0742483168617788,0.153725174569888,0.264824892994057,0.150530663269374,0.153725174569888,0.575078500732934,0.0887593020110301,0.153725174569888,0.236737463562027,0.0410670798839197,0.5,0.153725174569888,0.437912048252948,0.0430900843544463,0.153725174569888,0.673261349450654,0.00871000823165156,0.5,0.153725174569888,0.636880350486285,0.0274874457267479,0.153725174569888,0.666176419297951,0.0192992109716064,0.153725174569888,0.549352433948038,0.0587741956714918,0.153725174569888,0.645190534153249,0.0143100023169709,0.153725174569888,0.639655765873857,0.0483370541680528,0.153725174569888,0.641109863161903,0.0247953047223145,0.153725174569888,0.631698933469026,0.0302750290688466,0.5,0.153725174569888,0.678057011195316,0.0603168365448792,0,0.086542451927894,0.00609688472877942 -3686,0.5,0.153725174569888,0.303843878930255,0.178482693376,0.153725174569888,0.532263496974567,0.0775975643686316,0.153725174569888,0.567148839550316,0.0452437774886687,0.153725174569888,0.391107414696773,0.101432185129539,0.153725174569888,0.645633480799985,0.100727198322385,0.153725174569888,0.241864738893547,0.212247758953754,0.153725174569888,0.554579631173995,0.13973675459329,0.153725174569888,0.251140843295874,0.0449749895192646,0.5,0.153725174569888,0.401857059290308,0.0438804710439345,0.153725174569888,0.637525975491201,0.0173566485611879,0.5,0.153725174569888,0.633810514979173,0.024542900449263,0.153725174569888,0.651075509269562,0.0316669192925505,0.153725174569888,0.529374996367192,0.0798276427352944,0.153725174569888,0.603803793617688,0.0133182151719296,0.153725174569888,0.613985261049545,0.0496110325971846,0.153725174569888,0.622625747865438,0.0282417555518221,0.153725174569888,0.616450388265388,0.0373754406358374,0.5,0.153725174569888,0.653014911106243,0.0577890189383561,0,0.0674596344521204,0.0036971479768517 -3687,0.5,0.153725174569888,0.26601205514052,0.1355553769936,0.153725174569888,0.511811074318413,0.0918724109297708,0.153725174569888,0.450739804368275,0.0411377523019737,0.153725174569888,0.331892233818783,0.0589013338142423,0.153725174569888,0.508619794573916,0.141529003983215,0.153725174569888,0.197624615732421,0.263041248363315,0.153725174569888,0.475473518638063,0.186842929890553,0.153725174569888,0.242958494149522,0.0364087039962857,0.5,0.153725174569888,0.366010441419381,0.0443020334520061,0.153725174569888,0.569691616395545,0.0271751061065423,0.5,0.153725174569888,0.60269483213114,0.0164990487764277,0.153725174569888,0.579965341382753,0.0327701962668951,0.153725174569888,0.508486829037547,0.0901029902013761,0.153725174569888,0.585428793880558,0.0133181326170129,0.153725174569888,0.5759307214578,0.0436184701771638,0.153725174569888,0.561610522240146,0.0559449092021959,0.153725174569888,0.548008861603098,0.0379586960401414,0.5,0.153725174569888,0.583197295901252,0.0527521958775028,0,0.0459434211515677,0.000274673529184357 -3688,0.5,0.153725174569888,0.207833631708642,0.0881387271032393,0.153725174569888,0.438547658093455,0.0750625853780639,0.153725174569888,0.352565500873175,0.0314771552469977,0.153725174569888,0.247569419049692,0.0244390878476974,0.153725174569888,0.406171305496374,0.2063572558424,0.153725174569888,0.116128790765428,0.262291000014752,0.153725174569888,0.287288546285803,0.225920298801317,0.153725174569888,0.167221949929743,0.0196691566287774,0.5,0.153725174569888,0.281285895838763,0.033837376778916,0.153725174569888,0.410003450096131,0.0222819513342959,0.5,0.153725174569888,0.445699114198297,0.0153607229195088,0.153725174569888,0.474137288836306,0.0304494421559083,0.153725174569888,0.447167520095834,0.0838875069354735,0.153725174569888,0.454773274606326,0.0161246700612384,0.153725174569888,0.485704145031866,0.0291534475734404,0.153725174569888,0.41279523306582,0.0896500006496167,0.153725174569888,0.451777770322505,0.0322773214751558,0.5,0.153725174569888,0.465952238431478,0.0363399817521499,0,0.0369153056389451,0.00039372788998718 -3689,0.5,0.153725174569888,0.152912214352552,0.0499878203551718,0.153725174569888,0.351971235304533,0.057204774708869,0.153725174569888,0.287013897632649,0.0206746292947141,0.153725174569888,0.168486670814572,0.0070165141800541,0.153725174569888,0.25263910275893,0.230280136776285,0.153725174569888,0.0799540908664911,0.202797652888798,0.153725174569888,0.24568780493375,0.272034770188986,0.153725174569888,0.117985615308849,0.0149906726111589,0.5,0.153725174569888,0.197496304670216,0.0158005091739882,0.153725174569888,0.354940185192958,0.015609846698796,0.5,0.153725174569888,0.332232418993701,0.0216745861433799,0.153725174569888,0.351368803680242,0.0282075473718688,0.153725174569888,0.350944694317697,0.0715757697649033,0.153725174569888,0.320722496722328,0.0256544010916365,0.153725174569888,0.361415471624638,0.0170893457912565,0.153725174569888,0.278343946892911,0.115859225807058,0.153725174569888,0.339136687567527,0.027611154541405,0.5,0.153725174569888,0.325446166700035,0.0216787426010359,0,0.0278420648969081,0.00065139781220747 -3690,0.5,0.153725174569888,0.0905292618696093,0.0230290794901568,0.153725174569888,0.242105435875134,0.0368565007004514,0.153725174569888,0.200394895816014,0.00787551858731796,0.153725174569888,0.105778208729737,0.00302975748476276,0.153725174569888,0.148897876029985,0.231450459619678,0.153725174569888,0.0771486684971527,0.116628527088857,0.153725174569888,0.144509896192653,0.25272886012635,0.153725174569888,0.0571309495887298,0.00959912850537451,0.5,0.153725174569888,0.139562474870442,0.0077948020745835,0.153725174569888,0.22291083574147,0.00560175962225746,0.5,0.153725174569888,0.196496449284395,0.0158840504329987,0.153725174569888,0.229062597983022,0.0180120700749067,0.153725174569888,0.246401553053875,0.0571167338014824,0.153725174569888,0.202774777813752,0.0399176275175864,0.153725174569888,0.231780634685338,0.0114175130105896,0.153725174569888,0.16311711463255,0.112837637553412,0.153725174569888,0.221102787295559,0.0156880564446557,0.5,0.153725174569888,0.207580409197877,0.00918837948406047,0,0.0191799918990647,0.000872171922769896 -3691,0.5,0.153725174569888,0.042579756856497,0.0105508238773804,0.153725174569888,0.124380425488315,0.0097144126960331,0.153725174569888,0.0963256774855229,0.00178861892270918,0.153725174569888,0.0586102624903439,0.00556483905897851,0.153725174569888,0.0783424443776354,0.176962371493552,0.153725174569888,0.0615299135857182,0.0668742821680267,0.153725174569888,0.0699061048681264,0.177872408097151,0.153725174569888,0.0495635357887281,0.00450522511884656,0.5,0.153725174569888,0.0767304343165395,0.00601627172195248,0.153725174569888,0.0735140346473616,0.000722703927875968,0.5,0.153725174569888,0.0736937715175763,0.01115496250953,0.153725174569888,0.103489575215183,0.00567807070390785,0.153725174569888,0.129750686109098,0.0332081607295902,0.153725174569888,0.0851391989908571,0.0502960222656353,0.153725174569888,0.10271755266716,0.0118298520896638,0.153725174569888,0.0694935468617552,0.0900720921135486,0.153725174569888,0.0848749686817673,0.0091529603710286,0.5,0.153725174569888,0.0673383918879559,0.00180269233908985,0,0.0146652657134483,0.000783961040664855 -3692,0.5,0.153725174569888,0.00798123096645187,0.00668649940019695,0.153725174569888,0.0283656275475548,0.00996469948722057,0.153725174569888,0.00935224966678537,0.00315146018959303,0.153725174569888,0.0,0.0123629266023704,0.153725174569888,0.0299875445064729,0.0995037378706001,0.153725174569888,0.0227179930441726,0.0299412866389181,0.153725174569888,0.0187010585889849,0.0928342492055283,0.153725174569888,0.0120287653989726,0.00190138417607082,0.5,0.153725174569888,0.0182461731326056,0.00276595267102836,0.153725174569888,0.0,0.000392582796930765,0.5,0.153725174569888,0.00859546572749333,0.0108698368338941,0.153725174569888,0.00398160338837692,0.00551242417780786,0.153725174569888,0.0378140469212717,0.0170027932900701,0.153725174569888,0.022920184525781,0.0498774492632007,0.153725174569888,0.0209860297931775,0.0228524100428929,0.153725174569888,0.0171773158841042,0.0425251796394492,0.153725174569888,0.00166745894265256,0.00964729160805587,0.5,0.153725174569888,0.0,0.00224195234261969,0,0.0153612437550421,0.000320705191539438 -3693,0.5,0.153725174569888,0.0,0.00635774614953346,0.153725174569888,0.0,0.00913884058352332,0.153725174569888,0.0,0.00565887748964384,0.153725174569888,0.0,0.0204885706324663,0.153725174569888,0.0,0.0728163397317384,0.153725174569888,0.0,0.016187027433087,0.153725174569888,0.0,0.0460454042362189,0.153725174569888,0.0,0.00231586398806864,0.5,0.153725174569888,0.0,0.00113824922436169,0.153725174569888,0.0,0.00057995370431716,0.5,0.153725174569888,0.0,0.00462961860116108,0.153725174569888,0.0,0.00548154543795335,0.153725174569888,0.0,0.0143976842381227,0.153725174569888,0.0,0.0353221481880514,0.153725174569888,0.0,0.027066345771712,0.153725174569888,0.0,0.0142480767992764,0.153725174569888,0.0,0.00459405495601007,0.5,0.153725174569888,0.0,0.00307518601992471,0,0.0140444110813278,0.000197525485475037 -3694,0.5,0.153725174569888,0.0,0.0062584835756434,0.153725174569888,0.0,0.00826182165759674,0.153725174569888,0.0,0.00758509027504892,0.153725174569888,0.0,0.0245982076264837,0.153725174569888,0.0,0.0521213678285014,0.153725174569888,0.0,0.0165057473614271,0.153725174569888,0.0,0.0207195751853172,0.153725174569888,0.0,0.00276918349472715,0.5,0.153725174569888,0.0,0.000871762378562471,0.153725174569888,0.0,0.000682978803658597,0.5,0.153725174569888,0.0,0.00104448309441808,0.153725174569888,0.0,0.00528945513986012,0.153725174569888,0.0,0.0113604226582376,0.153725174569888,0.0,0.022088131080978,0.153725174569888,0.0,0.0254511251094383,0.153725174569888,0.0,0.00398909552097814,0.153725174569888,0.0,0.00176600919710023,0.5,0.153725174569888,0.0,0.00382847479605853,0,0.0151491933355967,0.000226906236736759 -3695,0.5,0.153725174569888,0.0,0.00718761352973237,0.153725174569888,0.0,0.00823359566815357,0.153725174569888,0.0,0.00853533726609494,0.153725174569888,0.0,0.0266434186388418,0.153725174569888,0.0,0.0353310486782143,0.153725174569888,0.0,0.0159494359818306,0.153725174569888,0.0,0.0114562141811825,0.153725174569888,0.0,0.00191718251767697,0.5,0.153725174569888,0.0,0.00116493874854938,0.153725174569888,0.0,0.00141228953221525,0.5,0.153725174569888,0.0,0.000612712911287709,0.153725174569888,0.0,0.00631747306288597,0.153725174569888,0.0,0.00856708545377371,0.153725174569888,0.0,0.0202861026276963,0.153725174569888,0.0,0.0258197812771871,0.153725174569888,0.0,0.00100321662368991,0.153725174569888,0.0,0.000886414901360043,0.5,0.153725174569888,0.0,0.00447356474697019,0,0.0156457109377864,0.000376181008533854 -3696,0.5,0.153725174569888,0.0,0.00811314857035299,0.153725174569888,0.0,0.0084891192151038,0.153725174569888,0.0,0.0102656247631475,0.153725174569888,0.0,0.0268000604914448,0.153725174569888,0.0,0.0247656400557188,0.153725174569888,0.0,0.0105416141730261,0.153725174569888,0.0,0.00757391044765368,0.153725174569888,0.0,0.00277738426414943,0.5,0.153725174569888,0.0,0.00179300234626559,0.153725174569888,0.0,0.00277353704699662,0.5,0.153725174569888,0.0,0.000513668722531547,0.153725174569888,0.0,0.00885460244387037,0.153725174569888,0.0,0.00725020966124153,0.153725174569888,0.0,0.0242121195973273,0.153725174569888,0.0,0.0227193654119007,0.153725174569888,0.0,0.000526293492633719,0.153725174569888,0.0,0.000685778437561819,0.5,0.153725174569888,0.0,0.00359437060525281,0,0.0164995421468369,0.000517973570610467 -3697,0.5,0.153725174569888,0.0,0.00888441000592586,0.153725174569888,0.0,0.00822449279429013,0.153725174569888,0.0,0.0109233834258533,0.153725174569888,0.0,0.0284726822288766,0.153725174569888,0.0,0.0155362989734017,0.153725174569888,0.0,0.00741969268943016,0.153725174569888,0.0,0.00427352237896602,0.153725174569888,0.0,0.00439943761763808,0.5,0.153725174569888,0.0,0.00220977616796483,0.153725174569888,0.0,0.00508578109831035,0.5,0.153725174569888,0.0,0.000815052882599424,0.153725174569888,0.0,0.00982465689854603,0.153725174569888,0.0,0.00905335526668986,0.153725174569888,0.0,0.0237299861043126,0.153725174569888,0.0,0.0201413346674046,0.153725174569888,0.0,0.000317815620485067,0.153725174569888,0.0,0.00163437437648533,0.5,0.153725174569888,0.0,0.00271864589551157,0,0.016904461853673,0.00166536186878455 -3698,0.5,0.153725174569888,0.0,0.00937196529011938,0.153725174569888,0.0,0.00667561238513363,0.153725174569888,0.0,0.0112723009452974,0.153725174569888,0.0,0.0283427659486563,0.153725174569888,0.0,0.0099731579146696,0.153725174569888,0.0,0.00838717418468907,0.153725174569888,0.0,0.0029859394936097,0.153725174569888,0.0,0.00392705162548043,0.5,0.153725174569888,0.0,0.0028311654737667,0.153725174569888,0.0,0.00685430558379166,0.5,0.153725174569888,0.0,0.0013118973222232,0.153725174569888,0.0,0.0125514550313918,0.153725174569888,0.0,0.0136417734185154,0.153725174569888,0.0,0.0194883075710346,0.153725174569888,0.0,0.017036038227034,0.153725174569888,0.0,0.000487531759745249,0.153725174569888,0.0,0.00297912851838264,0.5,0.153725174569888,0.0,0.00306289305402766,0,0.0165867963743368,0.00392924968418653 -3699,0.5,0.153725174569888,0.0,0.00949162255900328,0.153725174569888,0.0,0.00582250558397505,0.153725174569888,0.0,0.0115190422931904,0.153725174569888,0.0,0.0277544389796242,0.153725174569888,0.0,0.00684654677118208,0.153725174569888,0.0,0.0128707601939284,0.153725174569888,0.0,0.00480957170701197,0.153725174569888,0.0,0.00427967837179318,0.5,0.153725174569888,0.0,0.00338894556303534,0.153725174569888,0.0,0.00934736706337312,0.5,0.153725174569888,0.0,0.00236571891379132,0.153725174569888,0.0,0.0159481904725861,0.153725174569888,0.0,0.0164566341637652,0.153725174569888,0.0,0.0155358371886874,0.153725174569888,0.0,0.0119301308530411,0.153725174569888,0.0,0.00149803283818608,0.153725174569888,0.0,0.00375663812775217,0.5,0.153725174569888,0.0,0.00327633406862807,0,0.0144385552754165,0.00479555726451615 -3700,0.5,0.153725174569888,0.0,0.00851424141249086,0.153725174569888,0.0,0.00339600993104721,0.153725174569888,0.0,0.00878965547064912,0.153725174569888,0.0,0.0252348258731138,0.153725174569888,0.0,0.0097965950671776,0.153725174569888,0.0,0.0164333185269831,0.153725174569888,0.0,0.00846744889590325,0.153725174569888,0.0,0.00638105174843737,0.5,0.153725174569888,0.0,0.00396039021499553,0.153725174569888,0.0,0.00967986350226217,0.5,0.153725174569888,0.0,0.00630432071572043,0.153725174569888,0.0,0.0239499617554257,0.153725174569888,0.0,0.0173406083988967,0.153725174569888,0.0,0.0114325436250598,0.153725174569888,0.0,0.00803819795136231,0.153725174569888,0.0,0.00294261750904925,0.153725174569888,0.0,0.00547103507765035,0.5,0.153725174569888,0.0,0.0047777755688481,0,0.01257159547014,0.004359729798964 -3701,0.5,0.153725174569888,0.00595028461057041,0.00626025285359235,0.153725174569888,0.00340100647787231,0.00371649913539304,0.153725174569888,0.00319149860238742,0.00542505424552188,0.153725174569888,0.00570433369958409,0.0198247263089683,0.153725174569888,0.000839312419448218,0.0167684778121792,0.153725174569888,0.0,0.0199813137783823,0.153725174569888,0.000334866615231094,0.0118469927748332,0.153725174569888,0.0,0.00819488158139949,0.5,0.153725174569888,0.0,0.00426980387356606,0.153725174569888,0.0,0.010685899783141,0.5,0.153725174569888,0.0,0.00827295523422552,0.153725174569888,0.0,0.0273284221363366,0.153725174569888,0.00357610119635228,0.0180014885365375,0.153725174569888,0.00201140171066388,0.0102034825066599,0.153725174569888,0.00243227407488495,0.00670763284518783,0.153725174569888,0.000538263271208757,0.00372851822535274,0.153725174569888,0.00112358333407486,0.00722544341395857,0.5,0.153725174569888,0.00154407188058502,0.00633435819839959,0,0.00750243292091322,0.00503739506092068 -3702,0.5,0.153725174569888,0.0629865318694888,0.00463897581617159,0.153725174569888,0.0507312629590564,0.00557625013778993,0.153725174569888,0.0598492824780393,0.00380186308710558,0.153725174569888,0.0693670856346394,0.0137913611730824,0.153725174569888,0.0335053717907862,0.0192347798242781,0.153725174569888,0.00471800964400143,0.024613109444315,0.153725174569888,0.029366026005398,0.0176349077587907,0.153725174569888,0.0154575938122871,0.00977962438956196,0.5,0.153725174569888,0.0308020981652893,0.00419678053290449,0.153725174569888,0.0495552625007698,0.00700623955643424,0.5,0.153725174569888,0.0444738478693585,0.00832225774470807,0.153725174569888,0.0434359992725427,0.0212828333521175,0.153725174569888,0.0473282356970403,0.0166625068534066,0.153725174569888,0.0488525143896331,0.0131332046887491,0.153725174569888,0.0513788283972784,0.00628376948243883,0.153725174569888,0.0368627775720318,0.00407712093693712,0.153725174569888,0.0543498205444414,0.006228523761055,0.5,0.153725174569888,0.05883999803522,0.00382574298829765,0,0.00179439987120001,0.00645002682795279 -3703,0.5,0.153725174569888,0.138327524085418,0.00663767936493747,0.153725174569888,0.122337518321692,0.0117321578438116,0.153725174569888,0.142401163650032,0.00295044798546177,0.153725174569888,0.156151678487473,0.0104208554873099,0.153725174569888,0.0718839271869774,0.0244474083493634,0.153725174569888,0.0208410230663917,0.0291891282569229,0.153725174569888,0.0743464028473148,0.0231421879495663,0.153725174569888,0.0476201951912459,0.0121340990747566,0.5,0.153725174569888,0.0912042136328351,0.00521579286597021,0.153725174569888,0.135787831512781,0.00297757062787945,0.5,0.153725174569888,0.124829494643735,0.00872030507516329,0.153725174569888,0.125558727855447,0.0134103501326169,0.153725174569888,0.102931805549727,0.0207703307983819,0.153725174569888,0.113145834223396,0.0217967654361037,0.153725174569888,0.126538651055917,0.00889426396459933,0.153725174569888,0.106809164900422,0.00629931438659044,0.153725174569888,0.139666531287607,0.00446439242573622,0.5,0.153725174569888,0.150379060182764,0.00175805000654367,0,0.0,0.00878587698415476 -3704,0.5,0.153725174569888,0.236989802398856,0.00652143023506145,0.153725174569888,0.209715421407021,0.0265348281098168,0.153725174569888,0.252134742304125,0.00343008164662715,0.153725174569888,0.269948170452024,0.0121654950753566,0.153725174569888,0.13807157991508,0.0483209980330002,0.153725174569888,0.0512799089600557,0.0396258294833134,0.153725174569888,0.145349497060886,0.0417895435947534,0.153725174569888,0.101505016355185,0.0248504759408407,0.5,0.153725174569888,0.17552634329998,0.0184293570970105,0.153725174569888,0.260798842441463,0.00110826531535045,0.5,0.153725174569888,0.242757120702516,0.0237901691574842,0.153725174569888,0.244294261414358,0.0121460036089839,0.153725174569888,0.162566663617819,0.0270514585514758,0.153725174569888,0.196065174309918,0.0212398894702508,0.153725174569888,0.230578011249213,0.0128158651652335,0.153725174569888,0.209187822284031,0.0229700530810923,0.153725174569888,0.261157916624425,0.0127726163327469,0.5,0.153725174569888,0.275903117244182,0.00379966149988834,0,0.000200688717942322,0.00936115772611113 -3705,0.5,0.153725174569888,0.343221025695372,0.00379773104389151,0.153725174569888,0.296990648847088,0.0185897286647872,0.153725174569888,0.373187675855677,0.00407950834603768,0.153725174569888,0.401779410000407,0.00668492226369768,0.153725174569888,0.217135685704638,0.0871501342281428,0.153725174569888,0.137933740283254,0.0738019113314425,0.153725174569888,0.208010880050515,0.0680941431524489,0.153725174569888,0.1737220180362,0.0603974439838964,0.5,0.153725174569888,0.264524641972684,0.0424490967131116,0.153725174569888,0.401308993563987,0.0038853203617771,0.5,0.153725174569888,0.373502992826215,0.0526947539634949,0.153725174569888,0.375267253977461,0.0283059642006931,0.153725174569888,0.229546178174102,0.0291343418820156,0.153725174569888,0.292042962601625,0.0253493815456167,0.153725174569888,0.335696481640141,0.0160347340049213,0.153725174569888,0.341686129377823,0.0568854990989844,0.153725174569888,0.396223361851297,0.0310686831341982,0.5,0.153725174569888,0.417485864140725,0.00903690732070237,0,0.000368092416690812,0.0119373528301451 -3706,0.5,0.153725174569888,0.434554905724344,0.00208272963065477,0.153725174569888,0.43167207790935,0.0109861490062726,0.153725174569888,0.506790347626203,0.00530880968309017,0.153725174569888,0.528529606448316,0.00253481508468369,0.153725174569888,0.277726969796594,0.122584520406475,0.153725174569888,0.273870592144641,0.160064256128007,0.153725174569888,0.238270428745564,0.0836648881265353,0.153725174569888,0.246971517588674,0.0939648209679726,0.5,0.153725174569888,0.343233177686435,0.0564338352624958,0.153725174569888,0.539250082703473,0.0129841713999126,0.5,0.153725174569888,0.506046039061359,0.066272166003835,0.153725174569888,0.503997131756748,0.0470507564881438,0.153725174569888,0.349134162706272,0.0325978420719006,0.153725174569888,0.376916939948706,0.0472684208639966,0.153725174569888,0.450729354901747,0.0265903466092439,0.153725174569888,0.475514721186884,0.0918789036577714,0.153725174569888,0.532695457321936,0.0474403465417031,0.5,0.153725174569888,0.551355724614507,0.0237031584872285,0,0.000241633945642779,0.0136020757449866 -3707,0.5,0.153725174569888,0.479230683944998,0.00225222015428686,0.153725174569888,0.557528354711664,0.0212054221287824,0.153725174569888,0.61064440010972,0.0092835902207079,0.153725174569888,0.596038817984074,0.00204547038809391,0.153725174569888,0.320347982835676,0.174004821111782,0.153725174569888,0.310922207866326,0.232716655681638,0.153725174569888,0.275178799569283,0.103660015235073,0.153725174569888,0.276131095277493,0.137915034487472,0.5,0.153725174569888,0.377905801250824,0.0689858571905882,0.153725174569888,0.644739670830151,0.0180713006852205,0.5,0.153725174569888,0.60519980456775,0.0641459161718037,0.153725174569888,0.590861042821343,0.0509906097443475,0.153725174569888,0.515368396564539,0.0414905951991706,0.153725174569888,0.42799267863094,0.0746368877762434,0.153725174569888,0.539345763980653,0.0403638112263902,0.153725174569888,0.534461138017123,0.108314926081251,0.153725174569888,0.631117608314174,0.0524876093633689,0.5,0.153725174569888,0.637199911668665,0.0422138798968615,0,0.00022929773415994,0.0132825652318223 -3708,0.5,0.153725174569888,0.455256067821051,0.00624556083371535,0.153725174569888,0.517540947239717,0.0434191702058959,0.153725174569888,0.635105805668149,0.0166942087297132,0.153725174569888,0.559133245429367,0.0044654754243331,0.153725174569888,0.36041599074448,0.257798710815229,0.153725174569888,0.245371794547207,0.252555938452535,0.153725174569888,0.337761733809226,0.150399963122213,0.153725174569888,0.287954909931723,0.183990034849586,0.5,0.153725174569888,0.400545118578994,0.0768038285710174,0.153725174569888,0.697381933885815,0.0164591331082729,0.5,0.153725174569888,0.601319089235606,0.0616289624177254,0.153725174569888,0.606932481435818,0.0517663185165165,0.153725174569888,0.549628047525244,0.0557502575372134,0.153725174569888,0.34629920669989,0.0844754515271495,0.153725174569888,0.496532796284897,0.0612985083492811,0.153725174569888,0.499986602384293,0.11995023750198,0.153725174569888,0.675832526990809,0.0545522272451056,0.5,0.153725174569888,0.673346159870918,0.0436915712462911,0,0.00288005156839593,0.0139975842378202 -3709,0.5,0.153725174569888,0.465907224681737,0.0187123731920472,0.153725174569888,0.58480383117474,0.0886506784828215,0.153725174569888,0.629651650325365,0.026993542871207,0.153725174569888,0.526416092003199,0.0106014013234382,0.153725174569888,0.329145496548666,0.22653931945068,0.153725174569888,0.286160889849155,0.276328287014222,0.153725174569888,0.267666109302032,0.13350969583778,0.153725174569888,0.281868688510143,0.144208954467505,0.5,0.153725174569888,0.29509449027373,0.119483596490739,0.153725174569888,0.717170977805479,0.0148584657133585,0.5,0.153725174569888,0.535240373861931,0.0692814291008236,0.153725174569888,0.577937751376454,0.068124268868911,0.153725174569888,0.582319179251409,0.0791190498664355,0.153725174569888,0.381867199978418,0.0993714288666065,0.153725174569888,0.539826379981432,0.0835286797074283,0.153725174569888,0.497769249439177,0.134770646998372,0.153725174569888,0.650783081706835,0.0618525575737567,0.5,0.153725174569888,0.696027956319981,0.0433793138859554,0,0.00997369146079012,0.0160885754440427 -3710,0.5,0.153725174569888,0.419658511646201,0.0441504059435894,0.153725174569888,0.506322557384557,0.120289856152992,0.153725174569888,0.604064345724695,0.0440719233704194,0.153725174569888,0.424736729982237,0.0242311417455634,0.153725174569888,0.229596134473536,0.202503844310422,0.153725174569888,0.328420200234099,0.291535373306166,0.153725174569888,0.287694419844759,0.135159210352432,0.153725174569888,0.211831786074715,0.123225777260151,0.5,0.153725174569888,0.284573675928098,0.206862030897389,0.153725174569888,0.669467206102819,0.0165307836577161,0.5,0.153725174569888,0.439319525728454,0.0779443311913021,0.153725174569888,0.487887789760256,0.0908913955983851,0.153725174569888,0.54722222903806,0.102036595959604,0.153725174569888,0.308984883377537,0.103016715570541,0.153725174569888,0.484226077258663,0.0983716992255092,0.153725174569888,0.434377053957377,0.131315026470166,0.153725174569888,0.606472054411202,0.0682888469568555,0.5,0.153725174569888,0.67981359226519,0.0390109577210877,0,0.022879505044664,0.0290468355928594 -3711,0.5,0.153725174569888,0.372349229995196,0.0758519038092636,0.153725174569888,0.456467665457251,0.162429199126105,0.153725174569888,0.55814019573582,0.0591165506738419,0.153725174569888,0.411658206681,0.0528780392135292,0.153725174569888,0.305118410741302,0.237874154922034,0.153725174569888,0.159987933901533,0.188920022076267,0.153725174569888,0.33865619035508,0.130941634331743,0.153725174569888,0.157264843184187,0.152825335280959,0.5,0.153725174569888,0.241120066999742,0.250857116273517,0.153725174569888,0.550793452090463,0.0113840448659488,0.5,0.153725174569888,0.298269510115668,0.0667881875689019,0.153725174569888,0.38673090604405,0.13145824795749,0.153725174569888,0.445483535849864,0.114901838248697,0.153725174569888,0.205086837301762,0.0944081572483137,0.153725174569888,0.375196512340575,0.0900434101768216,0.153725174569888,0.375439850535903,0.132158012563317,0.153725174569888,0.544874529638435,0.0660358600306534,0.5,0.153725174569888,0.610741209420481,0.038670897173779,0,0.0342121206532425,0.0767829069905378 -3712,0.5,0.153725174569888,0.295819311425369,0.109585715321549,0.153725174569888,0.314942740698388,0.149322952479395,0.153725174569888,0.439988616840717,0.0591225103347515,0.153725174569888,0.33254901869188,0.0884725399432999,0.153725174569888,0.295568336166078,0.257043537256326,0.153725174569888,0.172165018134496,0.166774454054738,0.153725174569888,0.18332968048148,0.09540796848982,0.153725174569888,0.132023629004263,0.177345077912645,0.5,0.153725174569888,0.197802478604755,0.284870627371672,0.153725174569888,0.416009930269996,0.00846537709902511,0.5,0.153725174569888,0.265088219031716,0.0836975053439681,0.153725174569888,0.278408244649776,0.168733353973241,0.153725174569888,0.293808185660849,0.103797849587197,0.153725174569888,0.256540847050331,0.10655988948039,0.153725174569888,0.287482768325383,0.0594527858770879,0.153725174569888,0.279994216519279,0.145108238711173,0.153725174569888,0.435370274543122,0.0546742071652459,0.5,0.153725174569888,0.489330941024911,0.035536913808558,0,0.0412926138089053,0.135802199894111 -3713,0.5,0.153725174569888,0.237280988645384,0.13711339341755,0.153725174569888,0.199042182807898,0.0846317563828899,0.153725174569888,0.304894138681491,0.0445830912108495,0.153725174569888,0.24636313963109,0.096003286357663,0.153725174569888,0.101701199736149,0.107859817551783,0.153725174569888,0.10650886395698,0.142795586581304,0.153725174569888,0.140003231717919,0.0940637942701864,0.153725174569888,0.138080848057933,0.194450087292407,0.5,0.153725174569888,0.103646113357481,0.232541606608811,0.153725174569888,0.245517520644039,0.0313126874922766,0.5,0.153725174569888,0.156877232447311,0.117577521603808,0.153725174569888,0.172905461876416,0.129723069782743,0.153725174569888,0.17759953671685,0.0703453732812572,0.153725174569888,0.109501845696383,0.0866487374337575,0.153725174569888,0.203904811679664,0.029894379789479,0.153725174569888,0.217914859344772,0.152169594668372,0.153725174569888,0.285478473398461,0.046494178880772,0.5,0.153725174569888,0.346497556255676,0.0250168931786352,0,0.0511617228564753,0.156850984763837 -3714,0.5,0.153725174569888,0.163992661304898,0.121253206203628,0.153725174569888,0.140931351343784,0.0394345326201819,0.153725174569888,0.193631075412479,0.0145651401727775,0.153725174569888,0.150989919652452,0.0742230891500585,0.153725174569888,0.0792051912821459,0.0386872220303774,0.153725174569888,0.0467096912190472,0.119971685486238,0.153725174569888,0.111707687958583,0.0997568084822573,0.153725174569888,0.0327974401140489,0.150081917070015,0.5,0.153725174569888,0.0529770898880027,0.171442597923759,0.153725174569888,0.120096301596653,0.0361503538790293,0.5,0.153725174569888,0.0952252096479144,0.118481006703764,0.153725174569888,0.0951053159079507,0.0723661974685957,0.153725174569888,0.114299665232389,0.0562710175390009,0.153725174569888,0.0688637615585245,0.0675282490014968,0.153725174569888,0.174453390683637,0.0156284042254073,0.153725174569888,0.105791701983807,0.112573053576416,0.153725174569888,0.156532785697325,0.046517598192748,0.5,0.153725174569888,0.202702891482038,0.00485840755519156,0,0.0525463637999833,0.15994687928635 -3715,0.5,0.153725174569888,0.0833993717995719,0.077951380099208,0.153725174569888,0.11657447992912,0.0126655227072133,0.153725174569888,0.0919985715111491,0.012030092207934,0.153725174569888,0.0722810635028443,0.0823002032824081,0.153725174569888,0.051467178091086,0.0118719738034295,0.153725174569888,0.0145825608062645,0.111417538543072,0.153725174569888,0.04600099968959,0.11278967723278,0.153725174569888,0.0139081226209727,0.137420225032782,0.5,0.153725174569888,0.0150892534201916,0.119132290901893,0.153725174569888,0.0583455624413179,0.0224302599797803,0.5,0.153725174569888,0.0404115283804639,0.193892836979896,0.153725174569888,0.0324552567072973,0.077060444496182,0.153725174569888,0.104216835579775,0.0534494409240628,0.153725174569888,0.0470952995920943,0.0306656115275533,0.153725174569888,0.0784692617319841,0.00546204738211482,0.153725174569888,0.0324237885910039,0.126233532927491,0.153725174569888,0.0565235789245047,0.0713505659065689,0.5,0.153725174569888,0.0670517529676144,0.00165469957981067,0,0.054637480130558,0.183346100419047 -3716,0.5,0.153725174569888,0.0161538282752598,0.0722319982601982,0.153725174569888,0.0351705598664931,0.00537848891262412,0.153725174569888,0.014419385830156,0.0286826821508097,0.153725174569888,0.000619497504195035,0.0988566950405717,0.153725174569888,0.012132133834952,0.0148132968926428,0.153725174569888,0.00299368472287402,0.126848426750871,0.153725174569888,0.00841659157069374,0.114939210970972,0.153725174569888,0.00664510109569908,0.10497012763661,0.5,0.153725174569888,0.0037689917022613,0.118714428136163,0.153725174569888,0.0,0.0273929130807791,0.5,0.153725174569888,0.00360305636204784,0.128172890485215,0.153725174569888,0.00130762900718836,0.105540234824131,0.153725174569888,0.0385061462157197,0.0440091378812328,0.153725174569888,0.0254793788561837,0.0110595408628451,0.153725174569888,0.0227159912329834,0.00876545810423242,0.153725174569888,0.00729140368093224,0.118734343051529,0.153725174569888,0.00180971827934325,0.0915789031281988,0.5,0.153725174569888,0.0,0.00783949861545242,0,0.0725054137907542,0.157978750989497 -3717,0.5,0.153725174569888,0.0,0.0801546987295304,0.153725174569888,0.0,0.00626675625371383,0.153725174569888,0.0,0.0457996967617107,0.153725174569888,0.0,0.0970322288431838,0.153725174569888,0.0,0.0452963912566823,0.153725174569888,0.0,0.138097041640254,0.153725174569888,0.0,0.096405524624019,0.153725174569888,0.0,0.07342993884512,0.5,0.153725174569888,0.0,0.126462006253917,0.153725174569888,0.0,0.0645142937776166,0.5,0.153725174569888,0.0,0.0209456099901228,0.153725174569888,0.0,0.0605953652683962,0.153725174569888,0.0,0.048554708124059,0.153725174569888,0.0,0.0107900705847927,0.153725174569888,0.0,0.0179277996600103,0.153725174569888,0.0,0.0804050681962509,0.153725174569888,0.0,0.0801889687612373,0.5,0.153725174569888,0.0,0.0359425429938031,0,0.0925836236438407,0.0979618544119773 -3718,0.5,0.153725174569888,0.0,0.0749831963835069,0.153725174569888,0.0,0.0141486327360103,0.153725174569888,0.0,0.0577102112433196,0.153725174569888,0.0,0.0874503466199777,0.153725174569888,0.0,0.0942121766662164,0.153725174569888,0.0,0.107781256575015,0.153725174569888,0.0,0.0869489555304686,0.153725174569888,0.0,0.0668067874612043,0.5,0.153725174569888,0.0,0.148363405405811,0.153725174569888,0.0,0.112986941770177,0.5,0.153725174569888,0.0,0.0130398568419854,0.153725174569888,0.0,0.0650551359619467,0.153725174569888,0.0,0.0487594978847068,0.153725174569888,0.0,0.0144678382782565,0.153725174569888,0.0,0.0354005914744465,0.153725174569888,0.0,0.0627734128640595,0.153725174569888,0.0,0.0595820863072488,0.5,0.153725174569888,0.0,0.0948521695885065,0,0.105784384082935,0.0584122840130736 -3719,0.5,0.153725174569888,0.0,0.0731648647639174,0.153725174569888,0.0,0.0243931982205133,0.153725174569888,0.0,0.0574728738990977,0.153725174569888,0.0,0.0834553843516465,0.153725174569888,0.0,0.137205313860784,0.153725174569888,0.0,0.0538409057768579,0.153725174569888,0.0,0.0756102430988639,0.153725174569888,0.0,0.0740512324798213,0.5,0.153725174569888,0.0,0.19389856293822,0.153725174569888,0.0,0.138326100863728,0.5,0.153725174569888,0.0,0.042050003026364,0.153725174569888,0.0,0.0997542464120733,0.153725174569888,0.0,0.0475620051077809,0.153725174569888,0.0,0.0228542703105622,0.153725174569888,0.0,0.0337132676002194,0.153725174569888,0.0,0.0640755066865374,0.153725174569888,0.0,0.0592195377745935,0.5,0.153725174569888,0.0,0.185378480787451,0,0.110161751524036,0.0454818939554319 -3720,0.5,0.153725174569888,0.0,0.0727851283054179,0.153725174569888,0.0,0.0335119208085857,0.153725174569888,0.0,0.0617876293628111,0.153725174569888,0.0,0.0768446864714605,0.153725174569888,0.0,0.117668716700714,0.153725174569888,0.0,0.0293339414817961,0.153725174569888,0.0,0.0691334783388104,0.153725174569888,0.0,0.0909766865144283,0.5,0.153725174569888,0.0,0.281808695828574,0.153725174569888,0.0,0.0598148671898172,0.5,0.153725174569888,0.0,0.0989321599014628,0.153725174569888,0.0,0.146159565520154,0.153725174569888,0.0,0.0497091599662921,0.153725174569888,0.0,0.0365428880478723,0.153725174569888,0.0,0.0220316754670252,0.153725174569888,0.0,0.0771580526815953,0.153725174569888,0.0,0.059496345972048,0.5,0.153725174569888,0.0,0.179380059799798,0,0.110566017932048,0.0444450785693235 -3721,0.5,0.153725174569888,0.0,0.0730434047385846,0.153725174569888,0.0,0.00995341434662558,0.153725174569888,0.0,0.0607119701762136,0.153725174569888,0.0,0.0716963111852002,0.153725174569888,0.0,0.0592297105100692,0.153725174569888,0.0,0.0420688559636574,0.153725174569888,0.0,0.0654186751333906,0.153725174569888,0.0,0.0997080939096317,0.5,0.153725174569888,0.0,0.484666690715084,0.153725174569888,0.0,0.0348407964956589,0.5,0.153725174569888,0.0,0.175784033207413,0.153725174569888,0.0,0.218811834274396,0.153725174569888,0.0,0.0563681281863605,0.153725174569888,0.0,0.0479838311612386,0.153725174569888,0.0,0.0186267791242288,0.153725174569888,0.0,0.128751354966272,0.153725174569888,0.0,0.0656855711019835,0.5,0.153725174569888,0.0,0.122226715220319,0,0.112130023779782,0.0648796894848009 -3722,0.5,0.153725174569888,0.0,0.0721145925512433,0.153725174569888,0.0,0.0019056555038791,0.153725174569888,0.0,0.0419636034137147,0.153725174569888,0.0,0.0671297072088361,0.153725174569888,0.0,0.0314031402224398,0.153725174569888,0.0,0.0577201881640711,0.153725174569888,0.0,0.0713080399628902,0.153725174569888,0.0,0.220269494823001,0.5,0.153725174569888,0.0,0.686776623691502,0.153725174569888,0.0,0.033757501943417,0.5,0.153725174569888,0.0,0.233069574540556,0.153725174569888,0.0,0.2731264292431,0.153725174569888,0.0,0.0559444769836077,0.153725174569888,0.0,0.0402585368136495,0.153725174569888,0.0,0.0162306184069641,0.153725174569888,0.0,0.236177021624357,0.153725174569888,0.0,0.0854023466261532,0.5,0.153725174569888,0.0,0.0748843793282436,0,0.113899255171603,0.122155135554231 -3723,0.5,0.153725174569888,0.0,0.0732823907491499,0.153725174569888,0.0,0.0107611758879178,0.153725174569888,0.0,0.0312010734644768,0.153725174569888,0.0,0.0658741751978089,0.153725174569888,0.0,0.022443603136048,0.153725174569888,0.0,0.116743464680431,0.153725174569888,0.0,0.0901696844443448,0.153725174569888,0.0,0.608829628957093,0.5,0.153725174569888,0.0,0.769830621365929,0.153725174569888,0.0,0.0304863068479881,0.5,0.153725174569888,0.0,0.291131919117705,0.153725174569888,0.0,0.315638227560739,0.153725174569888,0.0,0.0437691848585562,0.153725174569888,0.0,0.0259173235078604,0.153725174569888,0.0,0.0230271554214089,0.153725174569888,0.0,0.348731521756587,0.153725174569888,0.0,0.118400067515566,0.5,0.153725174569888,0.0,0.0606411775891387,0,0.115501716650897,0.218355749260741 -3724,0.5,0.153725174569888,0.0,0.0748071946500768,0.153725174569888,0.0,0.0115033285198755,0.153725174569888,0.0,0.0533787255588404,0.153725174569888,0.0,0.0576620507495738,0.153725174569888,0.0,0.0234763460701981,0.153725174569888,0.0,0.278903877757065,0.153725174569888,0.0,0.137700845936363,0.153725174569888,0.0,0.612561677074622,0.5,0.153725174569888,0.0,0.768290097434171,0.153725174569888,0.0,0.0235937329670917,0.5,0.153725174569888,0.0,0.392197195796992,0.153725174569888,0.0,0.314937084641859,0.153725174569888,0.0,0.0547497505874315,0.153725174569888,0.0,0.0194875588512496,0.153725174569888,0.0,0.0411542157826182,0.153725174569888,0.0,0.529760901987774,0.153725174569888,0.0,0.166360223622553,0.5,0.153725174569888,0.0,0.0453245331752551,0,0.111288203078705,0.198992151321594 -3725,0.5,0.153725174569888,0.00985124364496711,0.0707425986413475,0.153725174569888,0.00105216369171238,0.010695222807634,0.153725174569888,0.00100248293976503,0.117557204585514,0.153725174569888,0.00599603700362634,0.0496306223208252,0.153725174569888,2.80865859043232e-06,0.0398054413994401,0.153725174569888,0.0,0.426100776390907,0.153725174569888,4.74230425901517e-07,0.310755388820463,0.153725174569888,0.0,0.571097226134588,0.5,0.153725174569888,0.0,0.774082212280666,0.153725174569888,0.0,0.0411127567102382,0.5,0.153725174569888,0.0,0.706830294370412,0.153725174569888,0.0,0.32965154191715,0.153725174569888,0.0022438432076456,0.0661229134665726,0.153725174569888,0.000334064763866402,0.0179355385096868,0.153725174569888,0.000665028521589761,0.0775985239258749,0.153725174569888,0.000119165615730362,0.701783378245409,0.153725174569888,0.000607880628349714,0.286085342579105,0.5,0.153725174569888,0.000537020042435586,0.030883275265129,0,0.10899592060038,0.0643736910086708 -3726,0.5,0.153725174569888,0.0681065080339254,0.0947911617980486,0.153725174569888,0.0136729284266035,0.0176666363804729,0.153725174569888,0.0174682859318004,0.235829051040776,0.153725174569888,0.0598631646193274,0.0519991890047494,0.153725174569888,0.000597757596780435,0.123348561646091,0.153725174569888,0.0118330930573588,0.600334452878897,0.153725174569888,0.00116043822146495,0.788350221709646,0.153725174569888,0.00394305828314643,0.715758672019861,0.5,0.153725174569888,0.0145038102957305,0.776796594835929,0.153725174569888,0.00181654144705624,0.0864734512469497,0.5,0.153725174569888,0.0188725019312152,0.881236761089476,0.153725174569888,0.0062643772654408,0.368295770256361,0.153725174569888,0.0165022169295679,0.0681802437648921,0.153725174569888,0.00411409869286435,0.0227935589564898,0.153725174569888,0.00756315377449681,0.139469862591465,0.153725174569888,0.0076213910992754,0.887753033710952,0.153725174569888,0.0241704316117002,0.474514650174163,0.5,0.153725174569888,0.01722401887393,0.0301565665260027,0,0.115635452388285,0.0150536862353218 -3727,0.5,0.153725174569888,0.134659552592457,0.170794702067623,0.153725174569888,0.0641805938239173,0.0492170985859387,0.153725174569888,0.0607542008251278,0.470854139695192,0.153725174569888,0.131793976249913,0.0999712914132498,0.153725174569888,0.00203613625550983,0.375224204142989,0.153725174569888,0.0476621053454098,0.748728000607342,0.153725174569888,0.0244133556916061,0.903261512858475,0.153725174569888,0.0226050276179686,0.766480856915032,0.5,0.153725174569888,0.0574787669104841,0.820867711544029,0.153725174569888,0.00847903427396874,0.105625655128328,0.5,0.153725174569888,0.0929277142436316,0.883247619315231,0.153725174569888,0.062371372968056,0.453856289386115,0.153725174569888,0.0353328855926536,0.0634563936173906,0.153725174569888,0.0110165045610977,0.0360517215084056,0.153725174569888,0.0188388116471692,0.286741471789815,0.153725174569888,0.0206381229154443,0.902555301928521,0.153725174569888,0.0722110118235092,0.656387620989372,0.5,0.153725174569888,0.050307982908065,0.0371298282844258,0,0.137448592964297,0.026426294462167 -3728,0.5,0.153725174569888,0.210052332062451,0.248156847840263,0.153725174569888,0.080480224079362,0.118513753782199,0.153725174569888,0.125772241021377,0.792334404932916,0.153725174569888,0.207989774775126,0.21481847514919,0.153725174569888,0.00110334347385448,0.60443787783673,0.153725174569888,0.067863485242643,0.786266567484052,0.153725174569888,0.146136700850075,0.887856651943921,0.153725174569888,0.0895410800013739,0.797624709172106,0.5,0.153725174569888,0.0896343918104633,0.878902012083856,0.153725174569888,0.0427651287502295,0.140258990711646,0.5,0.153725174569888,0.224545156638329,0.906747596415866,0.153725174569888,0.175304310872574,0.414739648003569,0.153725174569888,0.0848199664835804,0.0694724743701328,0.153725174569888,0.0157005394206167,0.0850858397611099,0.153725174569888,0.0324990593247668,0.598051496135524,0.153725174569888,0.0935402851454989,0.885540318451353,0.153725174569888,0.125759380261988,0.818741452313128,0.5,0.153725174569888,0.0823488378024146,0.124994728670418,0,0.15307381479676,0.0354467041840526 -3729,0.5,0.153725174569888,0.289347068396567,0.379365024036208,0.153725174569888,0.10133155493535,0.391629898154596,0.153725174569888,0.118291125405338,0.954317466113047,0.153725174569888,0.317609857588264,0.400321587293746,0.153725174569888,0.0163096746917739,0.545956006634628,0.153725174569888,0.0854558041160415,0.720439200352806,0.153725174569888,0.309015806948898,0.967663199267393,0.153725174569888,0.121997608220236,0.75496584734394,0.5,0.153725174569888,0.132496960958374,0.88448803083786,0.153725174569888,0.106531552311204,0.0847599310059676,0.5,0.153725174569888,0.350217890394398,0.862770918619707,0.153725174569888,0.321453681036625,0.467972138136915,0.153725174569888,0.169502066399543,0.133621214129528,0.153725174569888,0.0105581692626512,0.23471293118234,0.153725174569888,0.0560382195272149,0.763848188470799,0.153725174569888,0.25684894615292,0.935677515970254,0.153725174569888,0.180932892971487,0.780172036067807,0.5,0.153725174569888,0.105240230376479,0.250406271785688,0,0.16585003840263,0.026961665995922 -3730,0.5,0.153725174569888,0.322438612870212,0.476903284334777,0.153725174569888,0.0200076030531114,0.587328947140397,0.153725174569888,0.185539086050092,0.918820715796898,0.153725174569888,0.308421363161407,0.532218891761994,0.153725174569888,0.0780984382553175,0.543630917410752,0.153725174569888,0.0484178980508827,0.629034161463157,0.153725174569888,0.34107440147916,0.990306105300402,0.153725174569888,0.249581360835652,0.857838704823394,0.5,0.153725174569888,0.164693359314303,0.858526539046927,0.153725174569888,0.196247130755506,0.101196240951408,0.5,0.153725174569888,0.486538500129557,0.873436578508378,0.153725174569888,0.45310489204335,0.402858648040691,0.153725174569888,0.144221765417403,0.178497816401688,0.153725174569888,0.0170100836654704,0.354062152270229,0.153725174569888,0.232554293255794,0.819650901646681,0.153725174569888,0.420780584795022,0.980792038319195,0.153725174569888,0.326621099503187,0.73690865440237,0.5,0.153725174569888,0.134125609900859,0.165211462381046,0,0.167569457266404,0.0226853670415677 -3731,0.5,0.153725174569888,0.301572687320612,0.620386311227266,0.153725174569888,0.0124684901796345,0.84416337674327,0.153725174569888,0.445906283010107,0.922832902784808,0.153725174569888,0.326132284851176,0.660959276928105,0.153725174569888,0.118181582085494,0.6691954717203,0.153725174569888,0.125134815131404,0.702909904881131,0.153725174569888,0.229268715862133,0.969722066001969,0.153725174569888,0.292616649510594,0.924360111416726,0.5,0.153725174569888,0.21602197246834,0.793387008228711,0.153725174569888,0.323502591176028,0.108788001430899,0.5,0.153725174569888,0.58350196087628,0.852311762313979,0.153725174569888,0.562543370830028,0.376079755258169,0.153725174569888,0.0892527857578876,0.250956329410049,0.153725174569888,0.0437113312600031,0.477848974049702,0.153725174569888,0.396069740826208,0.776983418197122,0.153725174569888,0.43271248907605,0.986292203348656,0.153725174569888,0.487717329425843,0.718133548722305,0.5,0.153725174569888,0.162791040920586,0.175961151712252,0,0.155150010517945,0.0284442801140433 -3732,0.5,0.153725174569888,0.273464961812054,0.674757112072025,0.153725174569888,0.086513754832649,0.8928630620356,0.153725174569888,0.596380358093017,0.912186978580726,0.153725174569888,0.400460669150084,0.703769510131395,0.153725174569888,0.104671136616766,0.787985426671758,0.153725174569888,0.171279511408988,0.802183999392109,0.153725174569888,0.294131930992813,0.944382120167922,0.153725174569888,0.207863202027987,0.89048916047056,0.5,0.153725174569888,0.315587172945581,0.728215334796677,0.153725174569888,0.429676117707966,0.107385851702971,0.5,0.153725174569888,0.648791416140444,0.796889168979994,0.153725174569888,0.637235205396394,0.333612537993009,0.153725174569888,0.0246643030740154,0.332762524661943,0.153725174569888,0.113910334810269,0.570002851864058,0.153725174569888,0.381897744083281,0.764315566910645,0.153725174569888,0.519231957402462,0.996999215146445,0.153725174569888,0.615710810142589,0.713251117574024,0.5,0.153725174569888,0.170070261540751,0.151746071525911,0,0.122356920555645,0.0460866722763412 -3733,0.5,0.153725174569888,0.323645595403838,0.620028067223172,0.153725174569888,0.157710141252618,0.822922135343232,0.153725174569888,0.660775357784977,0.938028243514071,0.153725174569888,0.45850998930957,0.72337461525632,0.153725174569888,0.102179034315529,0.809024152171702,0.153725174569888,0.138352090676608,0.837748467005023,0.153725174569888,0.420370000599923,0.969524292095842,0.153725174569888,0.205615373984889,0.843054008325646,0.5,0.153725174569888,0.424340627100307,0.749197169583858,0.153725174569888,0.50688481939335,0.116472519068838,0.5,0.153725174569888,0.662758211833086,0.742893264104244,0.153725174569888,0.677349459107006,0.290341038591094,0.153725174569888,0.0561168370262048,0.419721484438775,0.153725174569888,0.103764301942562,0.609462675554251,0.153725174569888,0.403899751456161,0.788553901465397,0.153725174569888,0.505035487485687,0.975535985836143,0.153725174569888,0.636151675634531,0.657363293117811,0.5,0.153725174569888,0.272762500339992,0.152457440090277,0,0.130097093833245,0.0646223737937884 -3734,0.5,0.153725174569888,0.362870444477362,0.595261070879007,0.153725174569888,0.0624014890402534,0.502973479624081,0.153725174569888,0.600883646638891,0.943254646234098,0.153725174569888,0.549233944474974,0.734352300997913,0.153725174569888,0.137813240668745,0.822813950601811,0.153725174569888,0.100279846795566,0.834984843106675,0.153725174569888,0.247064110317133,0.950986561796394,0.153725174569888,0.254651619420111,0.795408761278965,0.5,0.153725174569888,0.39791782976846,0.681023686369243,0.153725174569888,0.487644888473141,0.0895488991104239,0.5,0.153725174569888,0.653788106395594,0.707549059977592,0.153725174569888,0.676790368115995,0.259620193957887,0.153725174569888,0.0666382201540295,0.640580903800072,0.153725174569888,0.085848402446309,0.635901417712889,0.153725174569888,0.304533205244078,0.728858568986706,0.153725174569888,0.474903748388098,0.945010161223005,0.153725174569888,0.655194633094474,0.629175678788108,0.5,0.153725174569888,0.36864668585901,0.15485819436517,0,0.195251407908822,0.100998938463523 -3735,0.5,0.153725174569888,0.44513554073022,0.635487507472087,0.153725174569888,0.0349289015435537,0.385287273922141,0.153725174569888,0.513318281818302,0.933662467045992,0.153725174569888,0.583944968488652,0.697650937416761,0.153725174569888,0.11418471737759,0.846949781232608,0.153725174569888,0.0786041708409407,0.839895913320417,0.153725174569888,0.0923931354777633,0.907906861395472,0.153725174569888,0.187642388962174,0.708715914447495,0.5,0.153725174569888,0.311253472130829,0.567230177032004,0.153725174569888,0.434079686984591,0.078773860027093,0.5,0.153725174569888,0.592065854649481,0.593711772345772,0.153725174569888,0.622684308732198,0.188521802307237,0.153725174569888,0.0433508122344408,0.584444666235652,0.153725174569888,0.0900895990321529,0.672274265039349,0.153725174569888,0.248686278394218,0.786616876182066,0.153725174569888,0.40536429571843,0.925258793914957,0.153725174569888,0.597500583317664,0.584365398116214,0.5,0.153725174569888,0.406282263087968,0.181151315054959,0,0.242371446548655,0.23825873478292 -3736,0.5,0.153725174569888,0.356530579337693,0.661501742756644,0.153725174569888,0.037668524383722,0.527552507155634,0.153725174569888,0.396918675124208,0.911390500848929,0.153725174569888,0.468150792269788,0.612631143844335,0.153725174569888,0.0894877102971134,0.884351508307722,0.153725174569888,0.0675790224132553,0.803228672266961,0.153725174569888,0.0701536976407689,0.856015655072976,0.153725174569888,0.156794946584431,0.607743796739005,0.5,0.153725174569888,0.325187983302429,0.448734462536711,0.153725174569888,0.379525825251191,0.0583087748822735,0.5,0.153725174569888,0.49277756872373,0.458075371732076,0.153725174569888,0.524007700089803,0.126722619077705,0.153725174569888,0.0176596649101177,0.527549026261178,0.153725174569888,0.0884189719667961,0.71377495433943,0.153725174569888,0.170024278419121,0.785783766665641,0.153725174569888,0.292778991522064,0.827541417416311,0.153725174569888,0.486288457393147,0.503388977780129,0.5,0.153725174569888,0.32293235534734,0.133681360998687,0,0.243322804044395,0.519773589412969 -3737,0.5,0.153725174569888,0.276240289974106,0.591469192572302,0.153725174569888,0.0121324781563876,0.627199878438982,0.153725174569888,0.298113845652618,0.854154377194532,0.153725174569888,0.322915336786097,0.4454372391074,0.153725174569888,0.106451360240524,0.916625555042969,0.153725174569888,0.0856552507380165,0.789423626445032,0.153725174569888,0.0630363312552959,0.803434392013913,0.153725174569888,0.081701158932527,0.481778071848732,0.5,0.153725174569888,0.273895769494026,0.317627382570599,0.153725174569888,0.317109210354145,0.0351622517191818,0.5,0.153725174569888,0.372830228362392,0.305079283421178,0.153725174569888,0.393403731474492,0.0794363206709655,0.153725174569888,0.0086487366259799,0.579354599270345,0.153725174569888,0.0675494826293448,0.687320718661154,0.153725174569888,0.0714424006745256,0.747669346915738,0.153725174569888,0.157832069159682,0.644540967433443,0.153725174569888,0.350943989657212,0.374899755991438,0.5,0.153725174569888,0.228669151763738,0.0973622725383799,0,0.270218163750039,0.710393321045332 -3738,0.5,0.153725174569888,0.188961937829867,0.520985009864612,0.153725174569888,0.0349246532892417,0.592306276661799,0.153725174569888,0.186875814765068,0.742490354260109,0.153725174569888,0.19912525135859,0.245006348285371,0.153725174569888,0.0759235175388133,0.899768965187796,0.153725174569888,0.0459110778558917,0.746008002498229,0.153725174569888,0.056590121321137,0.747423312579784,0.153725174569888,0.0504519645613433,0.371478664736912,0.5,0.153725174569888,0.177792510051001,0.184957026076402,0.153725174569888,0.223229063595405,0.0145712701722646,0.5,0.153725174569888,0.248294349449561,0.189770414055519,0.153725174569888,0.256145639775216,0.049030436316242,0.153725174569888,0.00969693902908483,0.636692029004998,0.153725174569888,0.0656244092635947,0.656073041352055,0.153725174569888,0.0562800212452741,0.730036892233517,0.153725174569888,0.104365692123747,0.477345464865352,0.153725174569888,0.233399079120425,0.217006072075939,0.5,0.153725174569888,0.154949642369615,0.0474492531006832,0,0.26839552650564,0.752313560320941 -3739,0.5,0.153725174569888,0.08726304627514,0.471305905766073,0.153725174569888,0.0115872214928901,0.524539930442461,0.153725174569888,0.0873872861938415,0.571494812384089,0.153725174569888,0.0749076840631143,0.182648675389437,0.153725174569888,0.032731038194796,0.829970015567158,0.153725174569888,0.011138478682495,0.655807483906186,0.153725174569888,0.0226961172212802,0.704534829261835,0.153725174569888,0.01980892886249,0.261971646973693,0.5,0.153725174569888,0.0905623931821018,0.0953239663318002,0.153725174569888,0.0833732016116432,0.00224832408846724,0.5,0.153725174569888,0.123295631485281,0.0533421832529707,0.153725174569888,0.123414598254138,0.0134402958590017,0.153725174569888,0.00634823695804579,0.627578208229823,0.153725174569888,0.046169022424381,0.669572879021443,0.153725174569888,0.0264422675359181,0.643120691380195,0.153725174569888,0.0420708016909691,0.308424517419819,0.153725174569888,0.0976485212262691,0.0720114592295583,0.5,0.153725174569888,0.0667679286782462,0.0148235677905836,0,0.302859525830208,0.806049385293558 -3740,0.5,0.153725174569888,0.0155653160321338,0.396727259807312,0.153725174569888,0.00319344884698278,0.440287334341761,0.153725174569888,0.0111534858430844,0.352485126178706,0.153725174569888,0.00060787500298017,0.122915929272601,0.153725174569888,0.00422547765372937,0.772256049293517,0.153725174569888,0.00228176372100573,0.523041105353312,0.153725174569888,0.00175097660643932,0.610615210910772,0.153725174569888,0.00321699479924004,0.140856772790063,0.5,0.153725174569888,0.0186608718674046,0.0402029676328275,0.153725174569888,0.0,0.00173995511651507,0.5,0.153725174569888,0.0207286457615608,0.0297144989961447,0.153725174569888,0.00703278276363218,0.0128782002553696,0.153725174569888,0.00198778129091844,0.631387852999796,0.153725174569888,0.0131468707997195,0.65348290767374,0.153725174569888,0.00589053514753309,0.615829683077364,0.153725174569888,0.00765094304503213,0.202631360956512,0.153725174569888,0.00559158560131487,0.0350161168842898,0.5,0.153725174569888,0.0,0.0171421145413221,0,0.49538977226243,0.896178501555126 -3741,0.5,0.153725174569888,0.0,0.334151243432775,0.153725174569888,0.0,0.631731564325875,0.153725174569888,0.0,0.220840462515893,0.153725174569888,0.0,0.0774222510050964,0.153725174569888,1.38281484328498e-05,0.68445511358653,0.153725174569888,0.0,0.401087500251463,0.153725174569888,0.0,0.496263956553733,0.153725174569888,0.0,0.0646080210744475,0.5,0.153725174569888,0.0,0.0181520384295147,0.153725174569888,0.0,0.00213234084344491,0.5,0.153725174569888,0.0,0.0170487956079146,0.153725174569888,0.0,0.010301701989821,0.153725174569888,1.76353505835381e-05,0.626647149815635,0.153725174569888,0.0,0.652604929479063,0.153725174569888,0.0,0.588261540596772,0.153725174569888,0.0,0.14744940829682,0.153725174569888,0.0,0.0170390238846127,0.5,0.153725174569888,0.0,0.0157361271047483,0,0.592360452163294,0.9442019028558 -3742,0.5,0.153725174569888,0.0,0.31627893643407,0.153725174569888,0.0,0.723057545911372,0.153725174569888,0.0,0.14298503794411,0.153725174569888,0.0,0.0531046458741527,0.153725174569888,0.0,0.640548616211557,0.153725174569888,0.0,0.339416352764294,0.153725174569888,0.0,0.388527234528123,0.153725174569888,0.0,0.0405926134732928,0.5,0.153725174569888,0.0,0.00798654632458717,0.153725174569888,0.0,0.00235240289837301,0.5,0.153725174569888,0.0,0.00806078409029692,0.153725174569888,0.0,0.00878774123510199,0.153725174569888,0.0,0.597543428373112,0.153725174569888,0.0,0.633090362456371,0.153725174569888,0.0,0.539898461020486,0.153725174569888,0.0,0.0997547589447822,0.153725174569888,0.0,0.0067322548635389,0.5,0.153725174569888,0.0,0.00753291637337839,0,0.53006984085713,0.959936709474213 -3743,0.5,0.153725174569888,0.0,0.324594133649939,0.153725174569888,0.0,0.564190596372511,0.153725174569888,0.0,0.102948645286648,0.153725174569888,0.0,0.0369010306972496,0.153725174569888,0.0,0.577726712773419,0.153725174569888,0.0,0.320099226549482,0.153725174569888,0.0,0.320621009214835,0.153725174569888,0.0,0.0253200110169514,0.5,0.153725174569888,0.0,0.00353161195241195,0.153725174569888,0.0,0.00459821980268411,0.5,0.153725174569888,0.0,0.00445889548431677,0.153725174569888,0.0,0.0100694724855235,0.153725174569888,0.0,0.623034412377361,0.153725174569888,0.0,0.631663693309574,0.153725174569888,0.0,0.419524063218571,0.153725174569888,0.0,0.0654747606408073,0.153725174569888,0.0,0.00312645274973786,0.5,0.153725174569888,0.0,0.0030172980330417,0,0.602845638194791,0.962377293388002 -3744,0.5,0.153725174569888,0.0,0.326652510406396,0.153725174569888,0.0,0.539283219575853,0.153725174569888,0.0,0.0882105851045754,0.153725174569888,0.0,0.0252152425764956,0.153725174569888,0.0,0.50609119327582,0.153725174569888,0.0,0.321371360510769,0.153725174569888,0.0,0.294428045126704,0.153725174569888,0.0,0.0123386439346799,0.5,0.153725174569888,0.0,0.00159002687405041,0.153725174569888,0.0,0.00504196868495939,0.5,0.153725174569888,0.0,0.000918562392167254,0.153725174569888,0.0,0.0103406784056821,0.153725174569888,0.0,0.661175727664385,0.153725174569888,0.0,0.619562352020387,0.153725174569888,0.0,0.360832585799826,0.153725174569888,0.0,0.0468575224784408,0.153725174569888,0.0,0.00156393181093837,0.5,0.153725174569888,0.0,0.00193603663219155,0,0.569715515528591,0.94506210316705 -3745,0.5,0.153725174569888,0.0,0.275078623500303,0.153725174569888,0.0,0.592915679337001,0.153725174569888,0.0,0.0487461691024997,0.153725174569888,0.0,0.0189010837983516,0.153725174569888,0.0,0.485655394552153,0.153725174569888,0.0,0.289326365363342,0.153725174569888,0.0,0.276322497052924,0.153725174569888,0.0,0.0086549589656334,0.5,0.153725174569888,0.0,0.00112063603302566,0.153725174569888,0.0,0.00377626455402532,0.5,0.153725174569888,0.0,0.00058884148638943,0.153725174569888,0.0,0.00850220904798706,0.153725174569888,0.0,0.705113208781842,0.153725174569888,0.0,0.590741924383837,0.153725174569888,0.0,0.356045513926692,0.153725174569888,0.0,0.0318699648161252,0.153725174569888,0.0,0.0009872837985817,0.5,0.153725174569888,0.0,0.00102996685111101,0,0.464345013552149,0.917305711834331 -3746,0.5,0.153725174569888,0.0,0.248975590626231,0.153725174569888,0.0,0.610279670602556,0.153725174569888,0.0,0.0339057401829666,0.153725174569888,0.0,0.0138281468846473,0.153725174569888,0.0,0.489432898043817,0.153725174569888,0.0,0.211383041661423,0.153725174569888,0.0,0.213069960439923,0.153725174569888,0.0,0.0164203339883104,0.5,0.153725174569888,0.0,0.00165499877879297,0.153725174569888,0.0,0.00361673988781293,0.5,0.153725174569888,0.0,0.000638900070288802,0.153725174569888,0.0,0.00745511987462908,0.153725174569888,0.0,0.723914994172655,0.153725174569888,0.0,0.567456585435806,0.153725174569888,0.0,0.345783191410651,0.153725174569888,0.0,0.0193536435073572,0.153725174569888,0.0,0.00082531463936183,0.5,0.153725174569888,0.0,0.000829225075716503,0,0.351751462993299,0.923926281338514 -3747,0.5,0.153725174569888,0.0,0.240141187175083,0.153725174569888,0.0,0.578781587015087,0.153725174569888,0.0,0.030074326306956,0.153725174569888,0.0,0.00780215508299855,0.153725174569888,0.0,0.404085783102072,0.153725174569888,0.0,0.162208346726125,0.153725174569888,0.0,0.124508612372613,0.153725174569888,0.0,0.0189828023556508,0.5,0.153725174569888,0.0,0.00316680787477569,0.153725174569888,0.0,0.00396271116966839,0.5,0.153725174569888,0.0,0.000995882182740067,0.153725174569888,0.0,0.0073965341766158,0.153725174569888,0.0,0.722479518283493,0.153725174569888,0.0,0.579959681474327,0.153725174569888,0.0,0.305938565764932,0.153725174569888,0.0,0.00879079102125337,0.153725174569888,0.0,0.00102415358357595,0.5,0.153725174569888,0.0,0.00147627945841386,0,0.348956993865419,0.957788510678775 -3748,0.5,0.153725174569888,0.0,0.226360185066384,0.153725174569888,0.0,0.522533984445289,0.153725174569888,0.0,0.018763044594178,0.153725174569888,0.0,0.00439913803388176,0.153725174569888,0.0,0.317813779111657,0.153725174569888,0.0,0.141901198094546,0.153725174569888,0.0,0.0892845397921994,0.153725174569888,0.0,0.0126607330485767,0.5,0.153725174569888,0.0,0.00441422183767845,0.153725174569888,0.0,0.00498942859203361,0.5,0.153725174569888,0.0,0.00214619032410518,0.153725174569888,0.0,0.00690918457877279,0.153725174569888,0.0,0.696499237248628,0.153725174569888,0.0,0.569888300369768,0.153725174569888,0.0,0.258389629572282,0.153725174569888,0.0,0.00793621099937122,0.153725174569888,0.0,0.00197922099284943,0.5,0.153725174569888,0.0,0.00111810187208587,0,0.420281716372065,0.975957631474891 -3749,0.5,0.153725174569888,0.00293007539621866,0.211934095261178,0.153725174569888,0.000568234806342927,0.49377058648727,0.153725174569888,0.00248980495407534,0.00842830371337999,0.153725174569888,0.00699525212120431,0.00423443499001506,0.153725174569888,5.15006757139973e-05,0.299015312089752,0.153725174569888,0.0,0.121783171369809,0.153725174569888,0.00033692631943843,0.0729390120883491,0.153725174569888,0.0,0.0100812436404281,0.5,0.153725174569888,0.0,0.00334056264085975,0.153725174569888,1.91106710362845e-05,0.0061116614884596,0.5,0.153725174569888,1.10336893630166e-06,0.00377631961393098,0.153725174569888,3.05611410021533e-08,0.00684775288945694,0.153725174569888,0.000692520886581983,0.704225672395264,0.153725174569888,0.000343563717220043,0.549636313658869,0.153725174569888,0.000542025176371124,0.225301184299677,0.153725174569888,0.000903105255309941,0.00853119749070886,0.153725174569888,0.00139193396114752,0.00300985049456339,0.5,0.153725174569888,0.00172210085136916,0.0011758210318755,0,0.598923680639963,0.970756714083244 -3750,0.5,0.153725174569888,0.0158269945449115,0.19150808154915,0.153725174569888,0.0109403020808307,0.481629213883961,0.153725174569888,0.051206248231133,0.00546524473758138,0.153725174569888,0.0651373623333574,0.00477965944869917,0.153725174569888,0.00264910653065027,0.286827597151237,0.153725174569888,0.0194520113024661,0.0925058198321827,0.153725174569888,0.0304417312236076,0.0585663262540991,0.153725174569888,0.0432907779981976,0.00577753185418259,0.5,0.153725174569888,0.0424600933115986,0.00275973110597586,0.153725174569888,0.0497343326221011,0.0042669642187055,0.5,0.153725174569888,0.0468575728343531,0.0037735440159088,0.153725174569888,0.04484149778653,0.00542985947061262,0.153725174569888,0.0150788708312453,0.718237683569837,0.153725174569888,0.00726365065409714,0.546631966615064,0.153725174569888,0.0153916072722908,0.227269906769814,0.153725174569888,0.0519730379089815,0.00686089241203616,0.153725174569888,0.056734681692006,0.00308604189978635,0.5,0.153725174569888,0.0575874401697531,0.00144333067279596,0,0.669246161396086,0.917908775095326 -3751,0.5,0.153725174569888,0.0278395055072256,0.189907013838685,0.153725174569888,0.0501181952040572,0.517807974376219,0.153725174569888,0.132394442079461,0.00771090217042685,0.153725174569888,0.145934252322732,0.00708799548151172,0.153725174569888,0.0272857716498882,0.241592942362182,0.153725174569888,0.0822554006467723,0.0808941138657831,0.153725174569888,0.0961277024714482,0.0669468182684621,0.153725174569888,0.11994261058582,0.003129805940492,0.5,0.153725174569888,0.120237249996121,0.00157369835129746,0.153725174569888,0.134983943235239,0.0007233321934297,0.5,0.153725174569888,0.127842996812744,0.00448498307684976,0.153725174569888,0.127206116118618,0.00209989604982638,0.153725174569888,0.0420633455378555,0.732381704314913,0.153725174569888,0.019693025217567,0.523558493567003,0.153725174569888,0.0587548960764973,0.236139018918124,0.153725174569888,0.13428503166058,0.0109601769920001,0.153725174569888,0.143193790209062,0.00259278764216434,0.5,0.153725174569888,0.14691782978206,0.00137322926507566,0,0.617768045393117,0.930087931821591 -3752,0.5,0.153725174569888,0.0503227620333818,0.198663707315782,0.153725174569888,0.0812951208954347,0.577490649714243,0.153725174569888,0.257749023953259,0.0102365280612957,0.153725174569888,0.229752709041625,0.0131209419154603,0.153725174569888,0.0828748666418615,0.196250296106195,0.153725174569888,0.190762102307973,0.0818506124250561,0.153725174569888,0.200576922264241,0.108864699080095,0.153725174569888,0.239770989878271,0.00298142727523412,0.5,0.153725174569888,0.241247361928215,0.00299270804718475,0.153725174569888,0.258748180243042,0.00105108177624056,0.5,0.153725174569888,0.250260996933553,0.0181928342359488,0.153725174569888,0.249211198735027,0.00306921324814615,0.153725174569888,0.0557637010817421,0.734022541342167,0.153725174569888,0.0542328220298009,0.475800223695605,0.153725174569888,0.134445781015497,0.234393974704677,0.153725174569888,0.255773989053177,0.0169650151746619,0.153725174569888,0.267141228073946,0.00770096717201495,0.5,0.153725174569888,0.269284896596238,0.00344480445929192,0,0.45636909425312,0.946990904632375 -3753,0.5,0.153725174569888,0.0831476613823426,0.208242803424389,0.153725174569888,0.100522456201631,0.603119083771379,0.153725174569888,0.381730865267309,0.00897373681811711,0.153725174569888,0.329928073112016,0.028369842320072,0.153725174569888,0.249196771585762,0.24172682258396,0.153725174569888,0.33105514322809,0.0760843336452405,0.153725174569888,0.298168007918597,0.0855109934377057,0.153725174569888,0.367960070715441,0.00350868160096617,0.5,0.153725174569888,0.374213977048291,0.00817352594047985,0.153725174569888,0.397538244344568,0.00291216855852271,0.5,0.153725174569888,0.385324063943125,0.0411444753822157,0.153725174569888,0.384937041757004,0.0071052641594833,0.153725174569888,0.0696697260591724,0.739905785429406,0.153725174569888,0.105525930300997,0.428905361589703,0.153725174569888,0.223648772802494,0.209908272748491,0.153725174569888,0.372308971842628,0.00834010105646237,0.153725174569888,0.403546555130467,0.0135092519311982,0.5,0.153725174569888,0.407568706570218,0.00920377577855733,0,0.403432050826919,0.943484399887846 -3754,0.5,0.153725174569888,0.128410650394427,0.200170226589732,0.153725174569888,0.160584621653996,0.60288161371178,0.153725174569888,0.492573311562371,0.00424160171243951,0.153725174569888,0.447793807949193,0.0208246059253509,0.153725174569888,0.399058142252984,0.313817994968419,0.153725174569888,0.456513089326792,0.0606147796966702,0.153725174569888,0.413301083995302,0.0376645128318619,0.153725174569888,0.50451659782193,0.00373129775009342,0.5,0.153725174569888,0.513274537079863,0.0167274574573439,0.153725174569888,0.533709617655165,0.00606193638793133,0.5,0.153725174569888,0.522785491608407,0.0408972880039528,0.153725174569888,0.522055539889765,0.007488092799759,0.153725174569888,0.153610442838945,0.797128435127319,0.153725174569888,0.222081258706761,0.412433653864539,0.153725174569888,0.323153242270431,0.191187009099505,0.153725174569888,0.503452077584609,0.00184168198386779,0.153725174569888,0.538804448101054,0.011980500673042,0.5,0.153725174569888,0.538488217619879,0.0145474937418877,0,0.417532551744497,0.924806700851523 -3755,0.5,0.153725174569888,0.218236509059196,0.188295630341168,0.153725174569888,0.235955830543812,0.558000997784496,0.153725174569888,0.561015758873251,0.000870944676322733,0.153725174569888,0.535989474786184,0.0131734972650554,0.153725174569888,0.45907333497898,0.280605217792876,0.153725174569888,0.583223238531499,0.0343038910647096,0.153725174569888,0.560712262366924,0.0165993454805715,0.153725174569888,0.626960905732603,0.0050860642263212,0.5,0.153725174569888,0.62470384830929,0.0229061801855585,0.153725174569888,0.637594443614665,0.00998916557667734,0.5,0.153725174569888,0.630538015984624,0.0348951474607694,0.153725174569888,0.629679359597303,0.00614398807833488,0.153725174569888,0.271012806289121,0.836024198386623,0.153725174569888,0.368009047945522,0.409561348950247,0.153725174569888,0.466707035320641,0.168289040137497,0.153725174569888,0.614357023253223,0.000780668489566071,0.153725174569888,0.641738849469537,0.00727991088061496,0.5,0.153725174569888,0.63311854688831,0.0128310832212402,0,0.489924651996237,0.894369380163984 -3756,0.5,0.153725174569888,0.305859967751417,0.176449726245573,0.153725174569888,0.384695490699347,0.558758295103049,0.153725174569888,0.615450767299351,7.51253698522396e-05,0.153725174569888,0.603735810045569,0.00786898270910082,0.153725174569888,0.307028225012711,0.158226020903574,0.153725174569888,0.621630195018105,0.0169859948172776,0.153725174569888,0.66225137413939,0.00801480338137794,0.153725174569888,0.698417161963639,0.00848274321137643,0.5,0.153725174569888,0.69108679992484,0.026796861604237,0.153725174569888,0.696141075262923,0.0148368021242784,0.5,0.153725174569888,0.691951314081533,0.0289601358815652,0.153725174569888,0.692188709845405,0.00382309168568638,0.153725174569888,0.273353306208366,0.801544077080113,0.153725174569888,0.29174714264598,0.36453512984261,0.153725174569888,0.550325626685506,0.141353050196354,0.153725174569888,0.691051465923416,0.000712399834875717,0.153725174569888,0.695373187011188,0.00444690544436071,0.5,0.153725174569888,0.684846030965971,0.0108646901483292,0,0.52479630399231,0.841319344877885 -3757,0.5,0.153725174569888,0.318486217415566,0.148573316448324,0.153725174569888,0.292313828270861,0.386059093252485,0.153725174569888,0.644577893299831,9.15904441248632e-06,0.153725174569888,0.653805691994795,0.00418121726179238,0.153725174569888,0.285180386721457,0.100656866421478,0.153725174569888,0.6363899467251,0.0063364771387186,0.153725174569888,0.69401455818987,0.00254666119160784,0.153725174569888,0.724365358484122,0.0125335234974878,0.5,0.153725174569888,0.716574350392076,0.0304872825212762,0.153725174569888,0.714491742553541,0.0160399491223112,0.5,0.153725174569888,0.711617700003835,0.0190335520396987,0.153725174569888,0.714561011770817,0.00238061528165499,0.153725174569888,0.248277117979389,0.710694920788467,0.153725174569888,0.207868204439735,0.274665998929829,0.153725174569888,0.551394762833424,0.105009428931526,0.153725174569888,0.719965052856663,0.000624075741877661,0.153725174569888,0.709079027724353,0.00362746337604892,0.5,0.153725174569888,0.693015364003347,0.00782371673670669,0,0.477464220945075,0.779649215279976 -3758,0.5,0.153725174569888,0.264955287459026,0.127088757393549,0.153725174569888,0.192415869926647,0.268429077259016,0.153725174569888,0.643261725552581,7.57807062878886e-06,0.153725174569888,0.652316473009233,0.00250571969702325,0.153725174569888,0.37351819626188,0.0719052927190892,0.153725174569888,0.649124426546774,0.00311789106607377,0.153725174569888,0.686376704425613,0.000656750853878779,0.153725174569888,0.712095660834193,0.0223871072113164,0.5,0.153725174569888,0.704709725761197,0.0330543704155778,0.153725174569888,0.692713675792347,0.0156925262818813,0.5,0.153725174569888,0.69308426339348,0.0105577915647025,0.153725174569888,0.695804518764944,0.00354317129257189,0.153725174569888,0.227337081402035,0.633897846420672,0.153725174569888,0.307330297193491,0.209314949042414,0.153725174569888,0.510010930927162,0.0599312304826185,0.153725174569888,0.705844372345416,0.000684161622675528,0.153725174569888,0.685528734546439,0.00190387913239047,0.5,0.153725174569888,0.664053950566568,0.00935944288597291,0,0.320009026172776,0.714022707031904 -3759,0.5,0.153725174569888,0.20875677110682,0.100432623472353,0.153725174569888,0.0894568698090238,0.107915586445493,0.153725174569888,0.590122037730387,0.000394487517222461,0.153725174569888,0.593234548371981,0.00171258231475696,0.153725174569888,0.404965344303106,0.0376251717716051,0.153725174569888,0.636872647506716,0.00439267027185155,0.153725174569888,0.627462486410641,0.000230024899630631,0.153725174569888,0.656972295074358,0.0352405439455704,0.5,0.153725174569888,0.650383924872874,0.0396361916724457,0.153725174569888,0.628310670586335,0.0333067447244928,0.5,0.153725174569888,0.635379411551093,0.0179864355965654,0.153725174569888,0.633844610399999,0.00593676541035482,0.153725174569888,0.204231375183296,0.547866397241726,0.153725174569888,0.395004301923948,0.154823737252026,0.153725174569888,0.412683361186265,0.0285977486751726,0.153725174569888,0.640690393343907,0.00109220448411657,0.153725174569888,0.622140965257011,0.00282763887065334,0.5,0.153725174569888,0.595811141196087,0.00851665669240197,0,0.183249031852626,0.642155604821389 -3760,0.5,0.153725174569888,0.210706943531502,0.0767617035197112,0.153725174569888,0.0567974049637612,0.0281340103149224,0.153725174569888,0.482617122147222,0.00174159292442807,0.153725174569888,0.483426972958984,0.00490047783816025,0.153725174569888,0.474723827429959,0.0148739900509395,0.153725174569888,0.545615881153391,0.00708777112190411,0.153725174569888,0.529117010807683,0.000744967947597652,0.153725174569888,0.552228002603928,0.0430106047136631,0.5,0.153725174569888,0.545456312247451,0.050524743696233,0.153725174569888,0.515613367387102,0.0499779368051172,0.5,0.153725174569888,0.528441976135913,0.0157603775331453,0.153725174569888,0.525220527303783,0.00857444531464177,0.153725174569888,0.179041333963776,0.433904811640475,0.153725174569888,0.381071259038986,0.109153692248714,0.153725174569888,0.348229430223218,0.0114467699907478,0.153725174569888,0.529626804672524,0.00301860814232245,0.153725174569888,0.510736858655063,0.00290907885023664,0.5,0.153725174569888,0.491382301574118,0.0110135053192979,0,0.194751086083959,0.544793136981899 -3761,0.5,0.153725174569888,0.186137414328378,0.0596716561531771,0.153725174569888,0.100937310069646,0.0128381500550256,0.153725174569888,0.348603927974499,0.00689955755015126,0.153725174569888,0.349811929693551,0.0169412236811814,0.153725174569888,0.372252615197963,0.00433141361218966,0.153725174569888,0.415194447313071,0.0134344108117106,0.153725174569888,0.39418362591586,0.0062440400474305,0.153725174569888,0.414598390879182,0.0448683203437281,0.5,0.153725174569888,0.407925139109433,0.0492294473448372,0.153725174569888,0.373869554945724,0.0535661154456935,0.5,0.153725174569888,0.389080281652158,0.0101540844279807,0.153725174569888,0.38635569107009,0.0135269836701378,0.153725174569888,0.164544455028913,0.332226041643996,0.153725174569888,0.289760018692872,0.0676898719946477,0.153725174569888,0.296126430197102,0.00477629003718453,0.153725174569888,0.391367178564223,0.00672770222230078,0.153725174569888,0.370130243218076,0.00239564145850439,0.5,0.153725174569888,0.350973898346723,0.0129575249690746,0,0.238179295860035,0.443860086785493 -3762,0.5,0.153725174569888,0.137142895600363,0.0396114391775821,0.153725174569888,0.182794957828873,0.0148013758764531,0.153725174569888,0.222542533860045,0.0221685282271102,0.153725174569888,0.220475480502129,0.0372379345430803,0.153725174569888,0.263729725307419,0.000581738003967862,0.153725174569888,0.285525073922504,0.0200825051448915,0.153725174569888,0.264589915815436,0.0166051096986743,0.153725174569888,0.279583647395786,0.0332635379827145,0.5,0.153725174569888,0.272576793503604,0.0297663257863808,0.153725174569888,0.23793923611712,0.0295802125672702,0.5,0.153725174569888,0.254107445235241,0.0104665744772164,0.153725174569888,0.248064983436681,0.0149065697903909,0.153725174569888,0.105019780138257,0.209216209555279,0.153725174569888,0.202390905166907,0.0374399880326125,0.153725174569888,0.217941733627217,0.00452186954358953,0.153725174569888,0.25953800866269,0.00930096473267266,0.153725174569888,0.237687123923023,0.00236925817828279,0.5,0.153725174569888,0.217663056264831,0.0059121826361318,0,0.202196776982108,0.355108469550087 -3763,0.5,0.153725174569888,0.0741101623247981,0.0197356651798809,0.153725174569888,0.107285439808837,0.00501128307660564,0.153725174569888,0.106813415293691,0.0450045824176428,0.153725174569888,0.0799914108153934,0.0381597917115843,0.153725174569888,0.14481584520229,0.00178938164074708,0.153725174569888,0.151114558940429,0.011487157830967,0.153725174569888,0.136496727704522,0.0104975458349207,0.153725174569888,0.145335687229849,0.0130107382946388,0.5,0.153725174569888,0.138841854489096,0.0108485777303887,0.153725174569888,0.0899582524652231,0.0139482303841253,0.5,0.153725174569888,0.124357946423858,0.0114589106518603,0.153725174569888,0.118689275915185,0.0104782263730601,0.153725174569888,0.0561657613171594,0.124713698272934,0.153725174569888,0.111414129739366,0.0102758805020528,0.153725174569888,0.122165762924213,0.00786483233646548,0.153725174569888,0.129467573089541,0.0030341315083908,0.153725174569888,0.100972561644933,0.00380215953754517,0.5,0.153725174569888,0.0680497653067322,0.00451884040306686,0,0.15690758388298,0.245286728731602 -3764,0.5,0.153725174569888,0.0151759799468228,0.0111621664000799,0.153725174569888,0.0336891622394892,0.00378306146070767,0.153725174569888,0.0168777342062599,0.061068737959562,0.153725174569888,0.00223210979590137,0.0533042391205214,0.153725174569888,0.0387451043105901,0.00338071717939583,0.153725174569888,0.0381776699636748,0.0273568824168299,0.153725174569888,0.0318132294239713,0.01873526837489,0.153725174569888,0.031408398555729,0.0233658007462183,0.5,0.153725174569888,0.027884850655437,0.0136578075131511,0.153725174569888,0.0,0.00825759392846577,0.5,0.153725174569888,0.0209402918689396,0.0207306267114507,0.153725174569888,0.009587541196333,0.00815154593511135,0.153725174569888,0.0149526785461786,0.0787776856381599,0.153725174569888,0.0358293514582002,0.00259955239179421,0.153725174569888,0.0277895077344572,0.0125072693202471,0.153725174569888,0.0250993111045763,0.00346144099913086,0.153725174569888,0.00565312843507066,0.0107415983981699,0.5,0.153725174569888,0.0,0.00611542505026804,0,0.148614391651044,0.127376428747328 -3765,0.5,0.153725174569888,0.0,0.0102894210143575,0.153725174569888,0.0,0.00744892562134195,0.153725174569888,0.0,0.0808066853004742,0.153725174569888,0.0,0.0589644719219541,0.153725174569888,0.0,0.00956625199791594,0.153725174569888,0.0,0.0517992100178981,0.153725174569888,0.0,0.0315783561383099,0.153725174569888,0.0,0.0249504715086523,0.5,0.153725174569888,0.0,0.014586605276115,0.153725174569888,0.0,0.00469109177719474,0.5,0.153725174569888,0.0,0.00996309008004536,0.153725174569888,0.0,0.00664160040069299,0.153725174569888,2.88609762806862e-05,0.0643052258794213,0.153725174569888,0.0,0.000939904360212297,0.153725174569888,0.0,0.0141142269127966,0.153725174569888,0.0,0.00667188472683696,0.153725174569888,0.0,0.0104640383420433,0.5,0.153725174569888,0.0,0.0039866267035557,0,0.141254450093497,0.0618403802243251 -3766,0.5,0.153725174569888,0.0,0.0123579391647771,0.153725174569888,0.0,0.00997819535835291,0.153725174569888,0.0,0.0725960692466257,0.153725174569888,0.0,0.0531629420646631,0.153725174569888,0.0,0.0181896885186515,0.153725174569888,0.0,0.074021181792964,0.153725174569888,0.0,0.0315480365246075,0.153725174569888,0.0,0.0266531611707328,0.5,0.153725174569888,0.0,0.017071622923372,0.153725174569888,0.0,0.00322182979902059,0.5,0.153725174569888,0.0,0.00483996410172722,0.153725174569888,0.0,0.00701665816541627,0.153725174569888,0.0,0.0453170129481592,0.153725174569888,0.0,0.000637523620503806,0.153725174569888,0.0,0.0114203812073651,0.153725174569888,0.0,0.00786233368153853,0.153725174569888,0.0,0.00783808790276502,0.5,0.153725174569888,0.0,0.00185993770658234,0,0.109700976457341,0.0315022609659977 -3767,0.5,0.153725174569888,0.0,0.0153210232230151,0.153725174569888,0.0,0.0097694344594862,0.153725174569888,0.0,0.0548461033806411,0.153725174569888,0.0,0.0499086430837241,0.153725174569888,0.0,0.0293837760410957,0.153725174569888,0.0,0.0839351393368192,0.153725174569888,0.0,0.0310914187182584,0.153725174569888,0.0,0.0251341103481006,0.5,0.153725174569888,0.0,0.0134044299071733,0.153725174569888,0.0,0.00362042342659081,0.5,0.153725174569888,0.0,0.00336704479027387,0.153725174569888,0.0,0.00859995069966284,0.153725174569888,0.0,0.0313151353680239,0.153725174569888,0.0,0.000727574559566052,0.153725174569888,0.0,0.0102788483352645,0.153725174569888,0.0,0.00803618346018509,0.153725174569888,0.0,0.00502152928979504,0.5,0.153725174569888,0.0,0.00170292018774756,0,0.0956664041636775,0.01646843391282 -3768,0.5,0.153725174569888,0.0,0.016391364294916,0.153725174569888,0.0,0.00801582471964903,0.153725174569888,0.0,0.0433790508414672,0.153725174569888,0.0,0.0468458103563171,0.153725174569888,0.0,0.0409354272230947,0.153725174569888,0.0,0.074190457009204,0.153725174569888,0.0,0.0316261495737523,0.153725174569888,0.0,0.0197082823810353,0.5,0.153725174569888,0.0,0.0101461262541098,0.153725174569888,0.0,0.0042350074794193,0.5,0.153725174569888,0.0,0.00454323274083969,0.153725174569888,0.0,0.0126182597587348,0.153725174569888,0.0,0.0250458086082626,0.153725174569888,0.0,0.00165553068484359,0.153725174569888,0.0,0.0126500999002674,0.153725174569888,0.0,0.0107806385905843,0.153725174569888,0.0,0.00453274546214941,0.5,0.153725174569888,0.0,0.00179253661914385,0,0.112118296835556,0.0103741509492843 -3769,0.5,0.153725174569888,0.0,0.0169664761686153,0.153725174569888,0.0,0.00627324778161329,0.153725174569888,0.0,0.0367353948292623,0.153725174569888,0.0,0.0444303876400221,0.153725174569888,0.0,0.0492924968740424,0.153725174569888,0.0,0.0676737487449151,0.153725174569888,0.0,0.0291661722082477,0.153725174569888,0.0,0.0182669998436226,0.5,0.153725174569888,0.0,0.0113482745689035,0.153725174569888,0.0,0.00479184746422737,0.5,0.153725174569888,0.0,0.0057247199462344,0.153725174569888,0.0,0.0139315523071791,0.153725174569888,0.0,0.0218220498394225,0.153725174569888,0.0,0.00271920249475821,0.153725174569888,0.0,0.0158510174350321,0.153725174569888,0.0,0.0120451384438161,0.153725174569888,0.0,0.00475223763147119,0.5,0.153725174569888,0.0,0.00233912169460769,0,0.125884240324702,0.00383944214207747 -3770,0.5,0.153725174569888,0.0,0.0162633631023814,0.153725174569888,0.0,0.00594794767133734,0.153725174569888,0.0,0.0304185308714816,0.153725174569888,0.0,0.042363859117556,0.153725174569888,0.0,0.052934990230845,0.153725174569888,0.0,0.0689414442823122,0.153725174569888,0.0,0.0267045079832859,0.153725174569888,0.0,0.0204100750416462,0.5,0.153725174569888,0.0,0.0122267981122164,0.153725174569888,0.0,0.00559077470326255,0.5,0.153725174569888,0.0,0.00302940709118726,0.153725174569888,0.0,0.0145668098510884,0.153725174569888,0.0,0.0203880411449591,0.153725174569888,0.0,0.00568333247930927,0.153725174569888,0.0,0.0176756525266644,0.153725174569888,0.0,0.0105457326093518,0.153725174569888,0.0,0.00415918235114718,0.5,0.153725174569888,0.0,0.00268795174477215,0,0.132228846267907,0.000243679480676181 -3771,0.5,0.153725174569888,0.0,0.0152671734673676,0.153725174569888,0.0,0.00697415704929142,0.153725174569888,0.0,0.0231632710726872,0.153725174569888,0.0,0.0407274400761497,0.153725174569888,0.0,0.0524942511892065,0.153725174569888,0.0,0.0685415636442502,0.153725174569888,0.0,0.0306669939866189,0.153725174569888,0.0,0.0221357592071148,0.5,0.153725174569888,0.0,0.0118606895819828,0.153725174569888,0.0,0.00501818194283526,0.5,0.153725174569888,0.0,0.00173811365611075,0.153725174569888,0.0,0.0150245707656833,0.153725174569888,0.0,0.0162940300294027,0.153725174569888,0.0,0.0102416540387468,0.153725174569888,0.0,0.0213959735684024,0.153725174569888,0.0,0.0106944898047408,0.153725174569888,0.0,0.00374244981240668,0.5,0.153725174569888,0.0,0.00184387503413869,0,0.136493543231512,0.000186214233005276 -3772,0.5,0.153725174569888,0.0,0.0149894425741697,0.153725174569888,0.0,0.00878676964193322,0.153725174569888,0.0,0.0178510441957151,0.153725174569888,0.0,0.0381761214747486,0.153725174569888,0.0,0.0552265463789287,0.153725174569888,0.0,0.0647892985294265,0.153725174569888,0.0,0.0396948009713173,0.153725174569888,0.0,0.0268243084517411,0.5,0.153725174569888,0.0,0.0109986794278825,0.153725174569888,0.0,0.00482465783353104,0.5,0.153725174569888,0.0,0.00294015564711656,0.153725174569888,0.0,0.0141831411664709,0.153725174569888,0.0,0.0131785093865481,0.153725174569888,0.0,0.0148662487437153,0.153725174569888,0.0,0.0243901225425901,0.153725174569888,0.0,0.0129483496373075,0.153725174569888,0.0,0.0036544702456686,0.5,0.153725174569888,0.0,0.00145277192502407,0,0.13796899913914,0.00019907631421147 -3773,0.5,0.153725174569888,0.0110150360452945,0.0138487044645342,0.153725174569888,0.00516211427957946,0.00818518134379423,0.153725174569888,0.00369821999198708,0.0114090326302012,0.153725174569888,0.00766562357697235,0.032470854659837,0.153725174569888,0.00158029624486653,0.0544155478600181,0.153725174569888,2.59777036475022e-05,0.0651551334372875,0.153725174569888,0.000819990061574254,0.0419322755532199,0.153725174569888,0.0,0.029491434827234,0.5,0.153725174569888,0.0,0.0105036839500706,0.153725174569888,3.52535330403997e-05,0.00512896828592406,0.5,0.153725174569888,8.48352064820673e-06,0.00520068782091373,0.153725174569888,1.55121579272171e-06,0.0150097883971396,0.153725174569888,0.00421090273644828,0.0133724357265567,0.153725174569888,0.00301373691765218,0.0172362382373999,0.153725174569888,0.00340507096285444,0.0247411158206573,0.153725174569888,0.00118573447483511,0.0135267990660833,0.153725174569888,0.00148847010022431,0.00397141345467951,0.5,0.153725174569888,0.0017724046446291,0.00128143048128054,0,0.1321450511237,0.000227047295456301 -3774,0.5,0.153725174569888,0.070736507198212,0.0128046636262782,0.153725174569888,0.0656346494505376,0.00528820905101827,0.153725174569888,0.0623985307752015,0.00883546957089293,0.153725174569888,0.0704581295329019,0.0277183896904564,0.153725174569888,0.0520260193851683,0.0524721978324536,0.153725174569888,0.0447207302211172,0.0588721170041629,0.153725174569888,0.0503655503472816,0.0366660815044931,0.153725174569888,0.0445258682854733,0.0304417127493666,0.5,0.153725174569888,0.0410365451913312,0.0077786546102858,0.153725174569888,0.0481016553005729,0.00355442970207352,0.5,0.153725174569888,0.0448372476749068,0.00435760324605677,0.153725174569888,0.0428976200264367,0.0152383307743238,0.153725174569888,0.0542315907133549,0.0143720081108919,0.153725174569888,0.0570538309559446,0.0182852539220134,0.153725174569888,0.0598380896580812,0.022675872881587,0.153725174569888,0.0528707101559824,0.00973874279159278,0.153725174569888,0.0552046588211218,0.00364306447152161,0.5,0.153725174569888,0.0566171295833137,0.0010246942708195,0,0.132318100816667,0.000490812352800343 -3775,0.5,0.153725174569888,0.155785147581034,0.0160109596803748,0.153725174569888,0.145658754838887,0.00495794538544451,0.153725174569888,0.1472834312699,0.0204893317091465,0.153725174569888,0.15973182367912,0.0443767608886937,0.153725174569888,0.126164273421362,0.0592089762742281,0.153725174569888,0.116780179880202,0.0514064636218041,0.153725174569888,0.126211992167532,0.0365552014735787,0.153725174569888,0.11882993283272,0.0288667774055216,0.5,0.153725174569888,0.116071192692052,0.00583546742220244,0.153725174569888,0.131321455466426,0.00103051555904825,0.5,0.153725174569888,0.123326824513241,0.00257611943381111,0.153725174569888,0.122621703592589,0.00900376532212501,0.153725174569888,0.130352645182252,0.0180919621790313,0.153725174569888,0.1322016258996,0.0246802913375436,0.153725174569888,0.139498804034948,0.0280967702406693,0.153725174569888,0.132244717922749,0.00896807020096053,0.153725174569888,0.139423975413257,0.00240954824546816,0.5,0.153725174569888,0.144519756924148,0.000789028862177906,0,0.13685461220474,0.00332688683687518 -3776,0.5,0.153725174569888,0.271401968065903,0.0233350205848129,0.153725174569888,0.26540844318608,0.0118409939070466,0.153725174569888,0.268676012253478,0.0434645567929258,0.153725174569888,0.278561648305241,0.0760460649937426,0.153725174569888,0.2438490735158,0.0952589654755999,0.153725174569888,0.232192543876675,0.0687050224402011,0.153725174569888,0.244080545454716,0.0514832005346861,0.153725174569888,0.23285635209084,0.0440790072398541,0.5,0.153725174569888,0.231671399275021,0.00908232974305103,0.153725174569888,0.252176252013174,0.00133494501636692,0.5,0.153725174569888,0.242013183016701,0.00494087098274604,0.153725174569888,0.241969975718804,0.0064618626117472,0.153725174569888,0.24167779909076,0.0204964966066877,0.153725174569888,0.250630626604733,0.0619772315808006,0.153725174569888,0.259611092048217,0.0615149551534685,0.153725174569888,0.252322757241246,0.0189655550828709,0.153725174569888,0.260429487458421,0.00448279992322924,0.5,0.153725174569888,0.265423145522483,0.00276677901048492,0,0.119611774629654,0.0105834777418538 -3777,0.5,0.153725174569888,0.401285093278654,0.0295415816121125,0.153725174569888,0.390355804388506,0.027100224791076,0.153725174569888,0.399873562589195,0.0548306896910504,0.153725174569888,0.411285463764668,0.0860379321582501,0.153725174569888,0.369340846762487,0.140402557317521,0.153725174569888,0.355869760048012,0.106726610978347,0.153725174569888,0.370752448484369,0.0693299842263963,0.153725174569888,0.35753947685631,0.0785790328343354,0.5,0.153725174569888,0.357784651403295,0.0203602137598811,0.153725174569888,0.387907833320165,0.00322266187931669,0.5,0.153725174569888,0.37290132991121,0.0188434408268968,0.153725174569888,0.375014054815514,0.0116790696209716,0.153725174569888,0.352005694724754,0.0135882805118201,0.153725174569888,0.375568904623997,0.0908322522315749,0.153725174569888,0.387045856686251,0.0993349383120901,0.153725174569888,0.381766899265398,0.0342540510679089,0.153725174569888,0.393460119424057,0.00891086840109949,0.5,0.153725174569888,0.401732807775703,0.00577412721353393,0,0.0902889200390198,0.0212374588619607 -3778,0.5,0.153725174569888,0.5351350775123,0.0318229984080523,0.153725174569888,0.522660774945496,0.0417251677374759,0.153725174569888,0.532177580993977,0.0695444679140236,0.153725174569888,0.542191631737651,0.0920460554622049,0.153725174569888,0.504345243938231,0.189938275972441,0.153725174569888,0.480596628957571,0.153760945240698,0.153725174569888,0.505286157284363,0.105774460943395,0.153725174569888,0.481920790473556,0.131202560826887,0.5,0.153725174569888,0.487009282867271,0.0392055437543174,0.153725174569888,0.521232508421725,0.00870788001734011,0.5,0.153725174569888,0.506549864155388,0.0311299666475418,0.153725174569888,0.509050808386217,0.016216651208475,0.153725174569888,0.483943748732729,0.00978934337910764,0.153725174569888,0.510014211894354,0.134560473571577,0.153725174569888,0.520775773121491,0.137185825833937,0.153725174569888,0.516589826205067,0.0482130111617905,0.153725174569888,0.525320968369423,0.0161298965589822,0.5,0.153725174569888,0.531609628104013,0.0118685392083516,0,0.0511696065213339,0.0353332435612061 -3779,0.5,0.153725174569888,0.620845261304822,0.0294149318021769,0.153725174569888,0.626807709978233,0.064063473506889,0.153725174569888,0.63275990022249,0.0824460686249288,0.153725174569888,0.636779853834133,0.0844623140122186,0.153725174569888,0.612585999114291,0.232914173451689,0.153725174569888,0.573326259919471,0.154437788357087,0.153725174569888,0.61168763275292,0.136789260543237,0.153725174569888,0.57969843905255,0.171934933402425,0.5,0.153725174569888,0.591429775802908,0.0710550282112607,0.153725174569888,0.623438294562597,0.0120687791895446,0.5,0.153725174569888,0.611333870162466,0.0331498506889893,0.153725174569888,0.613754333662152,0.0164728153808747,0.153725174569888,0.585361477773736,0.0111404376357604,0.153725174569888,0.619755686900423,0.175393951923308,0.153725174569888,0.626321394514939,0.189044794495208,0.153725174569888,0.622788471625449,0.0705448247226265,0.153725174569888,0.625742263754776,0.0196504800897612,0.5,0.153725174569888,0.62822873380494,0.0176033313410901,0,0.0200577204815669,0.0462748688129378 -3780,0.5,0.153725174569888,0.675297495437348,0.0281769152896947,0.153725174569888,0.686572402650526,0.0831172002984604,0.153725174569888,0.688756062312275,0.0860749304283735,0.153725174569888,0.686275007187243,0.0753023290466734,0.153725174569888,0.66987876975683,0.24836293555653,0.153725174569888,0.629677908097885,0.16138516647801,0.153725174569888,0.663443356572936,0.144043907437133,0.153725174569888,0.638346491765035,0.194393634491304,0.5,0.153725174569888,0.655436421766742,0.0984719748152649,0.153725174569888,0.681322800181203,0.0164630640353542,0.5,0.153725174569888,0.671386539581139,0.0322288957715802,0.153725174569888,0.674036741045745,0.0150758545859653,0.153725174569888,0.663293525030057,0.0151424238000909,0.153725174569888,0.680469378294104,0.19401691006502,0.153725174569888,0.686490409752306,0.231640220205793,0.153725174569888,0.683466082228275,0.0896620443038839,0.153725174569888,0.682125034044026,0.0207121366236254,0.5,0.153725174569888,0.681288472826501,0.0209557417458704,0,0.00768308754711574,0.0564887451043708 -3781,0.5,0.153725174569888,0.694447885409146,0.0292702850360731,0.153725174569888,0.704832151771776,0.101367131512682,0.153725174569888,0.704094005499223,0.0806239220256438,0.153725174569888,0.695711028176205,0.0616897726303213,0.153725174569888,0.678346082864512,0.259985360253932,0.153725174569888,0.654780441282596,0.188603669132788,0.153725174569888,0.672906807521265,0.133936196898366,0.153725174569888,0.668476673336164,0.220063135678523,0.5,0.153725174569888,0.67683328578493,0.144066782346335,0.153725174569888,0.699646861324083,0.0232951980362693,0.5,0.153725174569888,0.691480799575546,0.0281620103318485,0.153725174569888,0.693422507671043,0.0130640760154593,0.153725174569888,0.681503762108362,0.0180407975402727,0.153725174569888,0.700430461702076,0.197434158486371,0.153725174569888,0.705784080275501,0.234237284148212,0.153725174569888,0.701920201682689,0.0941317900685493,0.153725174569888,0.698669191054996,0.0211916813834976,0.5,0.153725174569888,0.694748492935206,0.0206413049143769,0,0.00209685618488643,0.0842349502003951 -3782,0.5,0.153725174569888,0.670315584731417,0.0288206045395491,0.153725174569888,0.681222534256296,0.104459949839593,0.153725174569888,0.680099689016023,0.0726898600549042,0.153725174569888,0.664703737189137,0.0566157651455806,0.153725174569888,0.651829290466022,0.287082967422797,0.153725174569888,0.640294448632755,0.206431740127772,0.153725174569888,0.656483924359853,0.131701815095846,0.153725174569888,0.649308050340467,0.229072585396605,0.5,0.153725174569888,0.655419929278625,0.180711168105494,0.153725174569888,0.677605867538995,0.019554714419846,0.5,0.153725174569888,0.666742382901372,0.0185316220894693,0.153725174569888,0.669635134558917,0.00835765839768487,0.153725174569888,0.633136410757298,0.0215051180020698,0.153725174569888,0.675920549877612,0.206256627495033,0.153725174569888,0.684003237548483,0.202674622540963,0.153725174569888,0.681700516130064,0.0969507556501113,0.153725174569888,0.675327503498954,0.0175542188543195,0.5,0.153725174569888,0.668825421504834,0.0225682474434813,0,0.0,0.135078285195552 -3783,0.5,0.153725174569888,0.600577807768298,0.0268747537478028,0.153725174569888,0.611551952132467,0.115254522074556,0.153725174569888,0.611865361789735,0.0438057970124001,0.153725174569888,0.589966585554867,0.0360596666876197,0.153725174569888,0.593406405485375,0.277792749194921,0.153725174569888,0.584150749028559,0.205710871561056,0.153725174569888,0.596199547230941,0.130612611174594,0.153725174569888,0.58354932391285,0.229344203014413,0.5,0.153725174569888,0.594987943966469,0.195857906891351,0.153725174569888,0.612393319044582,0.0181538394049246,0.5,0.153725174569888,0.601440794105827,0.0113422634866327,0.153725174569888,0.606724208400962,0.00498233345734945,0.153725174569888,0.596292399073531,0.0310746885978803,0.153725174569888,0.606079766215045,0.214319372345893,0.153725174569888,0.617718039701775,0.179635259080676,0.153725174569888,0.619265179444056,0.10275224588463,0.153725174569888,0.606898560560392,0.014774075246052,0.5,0.153725174569888,0.598410472992367,0.0128918744188536,0,0.0,0.213071832055403 -3784,0.5,0.153725174569888,0.48515496247714,0.0268463008932817,0.153725174569888,0.50414542944251,0.119080105972129,0.153725174569888,0.497267106260089,0.0361628451584972,0.153725174569888,0.471597109077883,0.0310533517422654,0.153725174569888,0.489207211891469,0.265925010640219,0.153725174569888,0.487047905612673,0.194082571145001,0.153725174569888,0.494846084349346,0.114310405999315,0.153725174569888,0.48161056690936,0.220906029707372,0.5,0.153725174569888,0.502933616187072,0.191002789944548,0.153725174569888,0.500986221496204,0.0121679776895871,0.5,0.153725174569888,0.497307665579556,0.0100160583211287,0.153725174569888,0.50227367380553,0.00317646564596954,0.153725174569888,0.499514599942243,0.0430528890166307,0.153725174569888,0.498832636028277,0.224521912293752,0.153725174569888,0.506322756033376,0.166960896203715,0.153725174569888,0.507864738409268,0.0957520464642683,0.153725174569888,0.494121045778875,0.0125381721884124,0.5,0.153725174569888,0.485946207979028,0.00795857260847886,0,0.0,0.255017955857254 -3785,0.5,0.153725174569888,0.3543967403549,0.0261104768345685,0.153725174569888,0.375848558987471,0.120504735699901,0.153725174569888,0.361735150936413,0.0299623489912043,0.153725174569888,0.339320470628627,0.0228996556967853,0.153725174569888,0.366865682408568,0.197084639186619,0.153725174569888,0.368677171972678,0.135372202324447,0.153725174569888,0.372645726435795,0.0981806745207375,0.153725174569888,0.36966377181249,0.174433665730335,0.5,0.153725174569888,0.379861155382911,0.131187950083888,0.153725174569888,0.363769497640018,0.00747182835646814,0.5,0.153725174569888,0.368542077499754,0.00916999385550441,0.153725174569888,0.371100284233567,0.00442786595941094,0.153725174569888,0.370138333675109,0.0576492387938534,0.153725174569888,0.366738567860529,0.212902724259081,0.153725174569888,0.372343187630669,0.141516356685883,0.153725174569888,0.372615731811151,0.0760384448603968,0.153725174569888,0.359264525384886,0.00979157041208805,0.5,0.153725174569888,0.347300972429605,0.00467478982292022,0,2.14773711127195e-05,0.261690858188978 -3786,0.5,0.153725174569888,0.227370476708097,0.0214247235078919,0.153725174569888,0.251973283959165,0.111354159705505,0.153725174569888,0.233809997171346,0.0165403957924893,0.153725174569888,0.213163899019574,0.0133887658068029,0.153725174569888,0.257925581742872,0.0839330889845456,0.153725174569888,0.262893113180461,0.0446922792635725,0.153725174569888,0.247458745668364,0.03602176015757,0.153725174569888,0.259127934119335,0.059625832004596,0.5,0.153725174569888,0.255412573291644,0.0272332693159983,0.153725174569888,0.231309698407455,0.00500342248225168,0.5,0.153725174569888,0.241477350135214,0.00109457933853076,0.153725174569888,0.241635964469458,0.0014370502740853,0.153725174569888,0.248562908445338,0.0730213642652239,0.153725174569888,0.251360066879673,0.139468836759642,0.153725174569888,0.248062729921727,0.0677968377836652,0.153725174569888,0.244611541608976,0.023539391629396,0.153725174569888,0.231349878377011,0.00125416766462058,0.5,0.153725174569888,0.216213535626696,0.00119034557948989,0,0.000250981187093913,0.342122553989539 -3787,0.5,0.153725174569888,0.106408648788692,0.0179099682854213,0.153725174569888,0.128251012094828,0.0401190077644726,0.153725174569888,0.112330224242666,0.0101115008755615,0.153725174569888,0.0801183414566367,0.0169206069742871,0.153725174569888,0.139190339961236,0.0622133308568496,0.153725174569888,0.138774236356924,0.0415996595679395,0.153725174569888,0.132880866234673,0.0332386968678606,0.153725174569888,0.136134712064448,0.0306461990224368,0.5,0.153725174569888,0.130028628984365,0.00846210599408678,0.153725174569888,0.0933216965923845,0.00394339044923221,0.5,0.153725174569888,0.118664784274829,0.000299988729505729,0.153725174569888,0.116231698932349,0.00109985419773581,0.153725174569888,0.130709301772049,0.0461354715153912,0.153725174569888,0.136526768349659,0.0873259859232694,0.153725174569888,0.125685187861551,0.0559539725362516,0.153725174569888,0.121815439237807,0.0165237013237087,0.153725174569888,0.100785229042047,0.000404834463879564,0.5,0.153725174569888,0.0681558154232177,0.00163672309671896,0,0.000927538705264123,0.40631023495105 -3788,0.5,0.153725174569888,0.0185238595235238,0.0281028441586119,0.153725174569888,0.0335117929033719,0.063119855210645,0.153725174569888,0.016836453740661,0.0163557657401815,0.153725174569888,0.00225729998502037,0.026893715173566,0.153725174569888,0.0390223284477539,0.0721903064616979,0.153725174569888,0.0387959647281829,0.0534229474497798,0.153725174569888,0.0321725916571944,0.0463238659075941,0.153725174569888,0.0312368829172427,0.0275214734049897,0.5,0.153725174569888,0.0262481580562236,0.00457784978821653,0.153725174569888,0.0,0.00144020333398604,0.5,0.153725174569888,0.0204505041825949,0.000578346718584924,0.153725174569888,0.0109100925759713,0.0027330317856202,0.153725174569888,0.0409685204899692,0.0725056062463175,0.153725174569888,0.0407938068665281,0.106023788858186,0.153725174569888,0.0294378060145486,0.0800337472401164,0.153725174569888,0.0285666193949678,0.0152936361762401,0.153725174569888,0.00757212955607811,0.000638697047383712,0.5,0.153725174569888,0.0,0.00236988615751949,0,0.00206279003629579,0.400987094500426 -3789,0.5,0.153725174569888,0.0,0.0322814371251123,0.153725174569888,0.0,0.0749048490093581,0.153725174569888,0.0,0.0187936602539372,0.153725174569888,0.0,0.0249031188153978,0.153725174569888,0.0,0.0883348605448173,0.153725174569888,0.0,0.0767544837071429,0.153725174569888,0.0,0.0719678177211869,0.153725174569888,0.0,0.0544304883982404,0.5,0.153725174569888,0.0,0.0063884118148149,0.153725174569888,0.0,0.00193759989424934,0.5,0.153725174569888,0.0,0.000913354582977077,0.153725174569888,0.0,0.00387753784049014,0.153725174569888,0.0,0.101952394218796,0.153725174569888,0.0,0.128267541873267,0.153725174569888,0.0,0.0879085468342753,0.153725174569888,0.0,0.0140413845820116,0.153725174569888,0.0,0.000919242508714187,0.5,0.153725174569888,0.0,0.00147821062577835,0,0.00703411609761148,0.396436243439096 -3790,0.5,0.153725174569888,0.0,0.03061887632152,0.153725174569888,0.0,0.0959467418939499,0.153725174569888,0.0,0.0113919148857806,0.153725174569888,0.0,0.0185734980493183,0.153725174569888,0.0,0.0792833356793814,0.153725174569888,0.0,0.141690864819263,0.153725174569888,0.0,0.0891436582539682,0.153725174569888,0.0,0.111590150404381,0.5,0.153725174569888,0.0,0.0108293068612212,0.153725174569888,0.0,0.0032467379335253,0.5,0.153725174569888,0.0,0.00153512825114554,0.153725174569888,0.0,0.0054554481300529,0.153725174569888,0.0,0.113073591968031,0.153725174569888,0.0,0.145344164977092,0.153725174569888,0.0,0.0869376055320246,0.153725174569888,0.0,0.012453653774873,0.153725174569888,0.0,0.00141679476076007,0.5,0.153725174569888,0.0,0.00185411824625861,0,0.0118906466064606,0.354340192924031 -3791,0.5,0.153725174569888,0.0,0.0272085070647035,0.153725174569888,0.0,0.100731896718637,0.153725174569888,0.0,0.0077254310695599,0.153725174569888,0.0,0.0121635314501588,0.153725174569888,0.0,0.0660274148566655,0.153725174569888,0.0,0.243296771337687,0.153725174569888,0.0,0.0976252914858391,0.153725174569888,0.0,0.138411224987574,0.5,0.153725174569888,0.0,0.017233296055309,0.153725174569888,0.0,0.00480697732398148,0.5,0.153725174569888,0.0,0.00328873267892217,0.153725174569888,0.0,0.00556927550234805,0.153725174569888,0.0,0.128174966963646,0.153725174569888,0.0,0.138789580642484,0.153725174569888,0.0,0.0863560578511,0.153725174569888,0.0,0.0155781041344638,0.153725174569888,0.0,0.00205244437548456,0.5,0.153725174569888,0.0,0.00199485303060231,0,0.0134729440742907,0.304226519177793 -3792,0.5,0.153725174569888,0.0,0.0285770106796605,0.153725174569888,0.0,0.100612178825989,0.153725174569888,0.0,0.0056649984899131,0.153725174569888,0.0,0.00973477602640281,0.153725174569888,0.0,0.0715281002064558,0.153725174569888,0.0,0.265053712443697,0.153725174569888,0.0,0.121164711399369,0.153725174569888,0.0,0.112193439930854,0.5,0.153725174569888,0.0,0.0244864761788672,0.153725174569888,0.0,0.00651628722292941,0.5,0.153725174569888,0.0,0.00599562058648163,0.153725174569888,0.0,0.00538772317491852,0.153725174569888,0.0,0.136406965647307,0.153725174569888,0.0,0.120635157732711,0.153725174569888,0.0,0.0811825661860298,0.153725174569888,0.0,0.016085569792541,0.153725174569888,0.0,0.00296779999570092,0.5,0.153725174569888,0.0,0.00159322889862786,0,0.0156599227772823,0.217351532371791 -3793,0.5,0.153725174569888,0.0,0.0320365657855404,0.153725174569888,0.0,0.0954064101378613,0.153725174569888,0.0,0.00492572511356801,0.153725174569888,0.0,0.00841378219442329,0.153725174569888,0.0,0.111305298108946,0.153725174569888,0.0,0.203479477721094,0.153725174569888,0.0,0.156848235022122,0.153725174569888,0.0,0.0876678432731564,0.5,0.153725174569888,0.0,0.0342185564359492,0.153725174569888,0.0,0.00795978154949352,0.5,0.153725174569888,0.0,0.00494393299409102,0.153725174569888,0.0,0.00761592724290539,0.153725174569888,0.0,0.124785733496383,0.153725174569888,0.0,0.0862073306956909,0.153725174569888,0.0,0.0704331003164403,0.153725174569888,0.0,0.0146555435908002,0.153725174569888,0.0,0.00354982379032864,0.5,0.153725174569888,0.0,0.00142296666561394,0,0.0205034861331209,0.129031864125276 -3794,0.5,0.153725174569888,0.0,0.0350550852587561,0.153725174569888,0.0,0.0770132695165786,0.153725174569888,0.0,0.00470750323519594,0.153725174569888,0.0,0.00775073912003494,0.153725174569888,0.0,0.161051277729867,0.153725174569888,0.0,0.129844478498867,0.153725174569888,0.0,0.163440102479933,0.153725174569888,0.0,0.0716444812163869,0.5,0.153725174569888,0.0,0.0503652551669338,0.153725174569888,0.0,0.00826038653505992,0.5,0.153725174569888,0.0,0.00305692074115218,0.153725174569888,0.0,0.00839373034522567,0.153725174569888,0.0,0.102640890190452,0.153725174569888,0.0,0.0640349933183272,0.153725174569888,0.0,0.0610187327019898,0.153725174569888,0.0,0.0175668948397331,0.153725174569888,0.0,0.00344955765967844,0.5,0.153725174569888,0.0,0.0012427959574798,0,0.0290478136098099,0.0968730688529501 -3795,0.5,0.153725174569888,0.0,0.035867428092681,0.153725174569888,0.0,0.0607285272589739,0.153725174569888,0.0,0.00419476309871681,0.153725174569888,0.0,0.00687505230270755,0.153725174569888,0.0,0.165661668670834,0.153725174569888,0.0,0.0862989656806483,0.153725174569888,0.0,0.128787542906306,0.153725174569888,0.0,0.0547389629669398,0.5,0.153725174569888,0.0,0.0670553735737053,0.153725174569888,0.0,0.0085891231108326,0.5,0.153725174569888,0.0,0.00128001518360834,0.153725174569888,0.0,0.00857854337903002,0.153725174569888,0.0,0.0909626579385566,0.153725174569888,0.0,0.066323051005805,0.153725174569888,0.0,0.0569782050213769,0.153725174569888,0.0,0.0230401008456722,0.153725174569888,0.0,0.00258895471669777,0.5,0.153725174569888,0.0,0.00181632978616441,0,0.0455200193618292,0.0882089690802435 -3796,0.5,0.153725174569888,0.0,0.0336949264344266,0.153725174569888,0.0,0.0513916552265957,0.153725174569888,0.0,0.00460060861791474,0.153725174569888,0.0,0.00579237657302813,0.153725174569888,0.0,0.148961114506443,0.153725174569888,0.0,0.0716243823143745,0.153725174569888,0.0,0.096950231466032,0.153725174569888,0.0,0.0368911138104609,0.5,0.153725174569888,0.0,0.0833239043354526,0.153725174569888,0.0,0.00962329339950638,0.5,0.153725174569888,0.0,0.00134217018359108,0.153725174569888,0.0,0.00788781624917118,0.153725174569888,0.0,0.0813151106195839,0.153725174569888,0.0,0.0956926303197307,0.153725174569888,0.0,0.0599089217330703,0.153725174569888,0.0,0.0233545769110237,0.153725174569888,0.0,0.00114123284521014,0.5,0.153725174569888,0.0,0.0019732789852491,0,0.0518910625537515,0.220590705163968 -3797,0.5,0.153725174569888,0.0120678081990697,0.0276764117803591,0.153725174569888,0.00485909639620854,0.038822588000472,0.153725174569888,0.00353142957209733,0.00541391904090434,0.153725174569888,0.00796712650663001,0.00502139478521204,0.153725174569888,0.00135942380984135,0.143592345431759,0.153725174569888,4.10795932286648e-05,0.0504623710943572,0.153725174569888,0.000764631231948487,0.0738023718365571,0.153725174569888,0.0,0.0259605956240452,0.5,0.153725174569888,0.0,0.0787359410950924,0.153725174569888,5.21457288050852e-05,0.00908441277443242,0.5,0.153725174569888,1.49194671513434e-05,0.0018974066261501,0.153725174569888,3.76772922360593e-06,0.00860226235970729,0.153725174569888,0.00573884039963587,0.0661526349750107,0.153725174569888,0.00270781473222791,0.14501556142352,0.153725174569888,0.00307590803837933,0.057747121167996,0.153725174569888,0.00108583153245208,0.0231863317548635,0.153725174569888,0.00146554680675558,0.0007410598168661,0.5,0.153725174569888,0.00180944189371566,0.00133724135605587,0,0.0508986258715168,0.459115148007513 -3798,0.5,0.153725174569888,0.0724344668285454,0.02676807973565,0.153725174569888,0.0614181687245012,0.029960780783836,0.153725174569888,0.0589670261812436,0.00548626176955136,0.153725174569888,0.0692701883894089,0.00415994415525462,0.153725174569888,0.0439820899484293,0.140980699118972,0.153725174569888,0.0419417351108907,0.0338051994232608,0.153725174569888,0.0460144047085642,0.0606793652798737,0.153725174569888,0.0367849751001685,0.0222737955909521,0.5,0.153725174569888,0.0349657575320993,0.07073467225169,0.153725174569888,0.0470357692423266,0.00673435889132612,0.5,0.153725174569888,0.0423291865552904,0.00131714205823636,0.153725174569888,0.0408774070549507,0.0138538821076833,0.153725174569888,0.0627561489414724,0.0509055604963502,0.153725174569888,0.0515317583783305,0.183473601038135,0.153725174569888,0.0510283280622303,0.0757944033905477,0.153725174569888,0.0480385514710202,0.019019815745348,0.153725174569888,0.0524021214193055,0.00233626712176519,0.5,0.153725174569888,0.0559969809070276,0.000742346743526339,0,0.0563448424445022,0.52057418648625 -3799,0.5,0.153725174569888,0.157965809465707,0.0347314586627633,0.153725174569888,0.133798172410728,0.0349535662290786,0.153725174569888,0.13984106419646,0.00377524009008726,0.153725174569888,0.157692638657427,0.00311046797849643,0.153725174569888,0.119373778438337,0.148259191191426,0.153725174569888,0.110587857621407,0.0430081443435611,0.153725174569888,0.118807992866428,0.123240037284681,0.153725174569888,0.104831345030865,0.0343312964271331,0.5,0.153725174569888,0.108534951458502,0.0929842783562376,0.153725174569888,0.128645639818483,0.00387850256094318,0.5,0.153725174569888,0.117927490606513,0.00169199646500004,0.153725174569888,0.118040937322078,0.0105915470837381,0.153725174569888,0.134737553951499,0.0472262011432984,0.153725174569888,0.124000820848918,0.250097990198807,0.153725174569888,0.122008612604757,0.151866587910317,0.153725174569888,0.123506919333822,0.0517661880950567,0.153725174569888,0.133490059949699,0.001153205303581,0.5,0.153725174569888,0.14287683721217,0.000407966972175269,0,0.0596179786765084,0.468437367497052 -3800,0.5,0.153725174569888,0.274550571853433,0.0627503115373222,0.153725174569888,0.226191500212966,0.143275728564247,0.153725174569888,0.254523580848873,0.00722627103322028,0.153725174569888,0.274847814715373,0.0044769998715608,0.153725174569888,0.234224210902201,0.167643538378702,0.153725174569888,0.212609507396436,0.0471479802159314,0.153725174569888,0.224459102989679,0.173118083240187,0.153725174569888,0.200075636688864,0.0594500280796841,0.5,0.153725174569888,0.217179199373583,0.131713740447482,0.153725174569888,0.247476308932206,0.00117772946367408,0.5,0.153725174569888,0.232834303113318,0.00570627905041649,0.153725174569888,0.2343534435345,0.00584390837272016,0.153725174569888,0.196713210941048,0.0780448876175961,0.153725174569888,0.237528319076707,0.306234238094327,0.153725174569888,0.224088323913618,0.227317940837076,0.153725174569888,0.237057076118737,0.129121593967568,0.153725174569888,0.250893737241519,0.00188641083631596,0.5,0.153725174569888,0.262713121485508,0.000253080619542622,0,0.0575593917212769,0.352303549757239 -3801,0.5,0.153725174569888,0.397790021291048,0.0932076016809078,0.153725174569888,0.32053621542058,0.247798942839113,0.153725174569888,0.379346863013505,0.0171961993580882,0.153725174569888,0.402598323699135,0.00386836139765068,0.153725174569888,0.359891460408181,0.172398180938843,0.153725174569888,0.325544347241927,0.028056706755337,0.153725174569888,0.333494268710097,0.147514257798848,0.153725174569888,0.291283578471095,0.0602242314901944,0.5,0.153725174569888,0.328951451183202,0.166053117580555,0.153725174569888,0.380738717983275,0.00489931636353205,0.5,0.153725174569888,0.360274883404048,0.0152150060036492,0.153725174569888,0.36448398610207,0.0119756420496113,0.153725174569888,0.229657874821589,0.147131388272027,0.153725174569888,0.363175245880485,0.346341231199522,0.153725174569888,0.340752621833142,0.268818467269428,0.153725174569888,0.357136127165431,0.163619977650294,0.153725174569888,0.380314144534824,0.00728503239071837,0.5,0.153725174569888,0.39776499093538,0.000699667631617262,0,0.0483278061512967,0.279551672136903 -3802,0.5,0.153725174569888,0.520545770811775,0.0940029064098373,0.153725174569888,0.473686758057188,0.465183759480623,0.153725174569888,0.50656215919261,0.0350874648745007,0.153725174569888,0.527302075203211,0.00416501480275121,0.153725174569888,0.492844477775801,0.126892955682007,0.153725174569888,0.426088430928864,0.0274162869933786,0.153725174569888,0.451399095211525,0.104927671689295,0.153725174569888,0.347635847754373,0.0552104262932746,0.5,0.153725174569888,0.444867488259952,0.171583495884211,0.153725174569888,0.51211843577547,0.026786124528988,0.5,0.153725174569888,0.491233232057121,0.0426722751344684,0.153725174569888,0.496212331971074,0.0259282842248395,0.153725174569888,0.373845779825123,0.330003968667092,0.153725174569888,0.49887637716814,0.336496309928027,0.153725174569888,0.463089020421684,0.275073219631929,0.153725174569888,0.480185947775627,0.166783752158182,0.153725174569888,0.50901187078064,0.0182379559497605,0.5,0.153725174569888,0.526464056972143,0.00423280495119047,0,0.0369439202362849,0.232724908554199 -3803,0.5,0.153725174569888,0.604477141118279,0.0922624636815996,0.153725174569888,0.591778936539387,0.566209843801712,0.153725174569888,0.595775676069023,0.0458576101893497,0.153725174569888,0.617883897499761,0.00283541326744003,0.153725174569888,0.597311325718607,0.114555024281152,0.153725174569888,0.490021149407354,0.0310340472182086,0.153725174569888,0.513487528552724,0.0739099934892785,0.153725174569888,0.360326866968002,0.07452899807614,0.5,0.153725174569888,0.524343048940833,0.184161257375668,0.153725174569888,0.61366626385671,0.0689341586822263,0.5,0.153725174569888,0.595130180106297,0.0785960086541346,0.153725174569888,0.599394394288842,0.0553358395239041,0.153725174569888,0.543055691409477,0.461287697838994,0.153725174569888,0.609653757576987,0.323206719902904,0.153725174569888,0.5623046838478,0.249957842375174,0.153725174569888,0.569739548428959,0.137617878627094,0.153725174569888,0.607087983044193,0.0319257755496893,0.5,0.153725174569888,0.622376576212402,0.016304923527315,0,0.0194049984926245,0.160919395091073 -3804,0.5,0.153725174569888,0.646198441655477,0.098007373710021,0.153725174569888,0.661600391835484,0.569048140749506,0.153725174569888,0.580680063581819,0.048021837803022,0.153725174569888,0.666081967557061,0.00249695752652172,0.153725174569888,0.655180931069591,0.112241017474294,0.153725174569888,0.52102375433288,0.0242073989907416,0.153725174569888,0.493655831782281,0.0937563119552808,0.153725174569888,0.365012119518861,0.104426459778303,0.5,0.153725174569888,0.55240092391984,0.199358608853086,0.153725174569888,0.672129809970258,0.112912029102593,0.5,0.153725174569888,0.656041577343932,0.0995381701103912,0.153725174569888,0.65637922852838,0.0840567726754421,0.153725174569888,0.667686194649128,0.53488696331383,0.153725174569888,0.67738906097659,0.303145328928457,0.153725174569888,0.632305068326085,0.209515430231418,0.153725174569888,0.59430680444057,0.114953194021074,0.153725174569888,0.662407066992969,0.0362150769687064,0.5,0.153725174569888,0.675398897247765,0.0348083787434015,0,0.0103326120538306,0.089657763848801 -3805,0.5,0.153725174569888,0.650505165947098,0.10761983632887,0.153725174569888,0.691846047266469,0.557439894080549,0.153725174569888,0.506415484225771,0.0487974967918763,0.153725174569888,0.675891452312287,0.00482366554730464,0.153725174569888,0.675437213378535,0.0953797647033342,0.153725174569888,0.552217353995177,0.016792480411374,0.153725174569888,0.408402328233372,0.129233219925962,0.153725174569888,0.388053800115119,0.114097530783373,0.5,0.153725174569888,0.537670529363789,0.222809456525659,0.153725174569888,0.691738024391008,0.151553309338967,0.5,0.153725174569888,0.674146440782696,0.0908621345584567,0.153725174569888,0.65502762470082,0.0978666469659412,0.153725174569888,0.694145561102445,0.564961810117815,0.153725174569888,0.702362542179872,0.287597214425651,0.153725174569888,0.648294632311164,0.190810946709916,0.153725174569888,0.564265886601207,0.118596117448726,0.153725174569888,0.666072819652341,0.0361728453929991,0.5,0.153725174569888,0.689352842595795,0.0522176035869194,0,0.00863935933446812,0.0535860643411001 -3806,0.5,0.153725174569888,0.571223791710021,0.124105920200375,0.153725174569888,0.677422291831388,0.581206360008673,0.153725174569888,0.457959093545104,0.0554521488964271,0.153725174569888,0.6469505583796,0.0122883755105403,0.153725174569888,0.642429554693839,0.0785099661368011,0.153725174569888,0.566922885843619,0.0191250592922023,0.153725174569888,0.397243400248796,0.10733638544769,0.153725174569888,0.375836527259251,0.0942272295350447,0.5,0.153725174569888,0.473168900968416,0.254542106365692,0.153725174569888,0.671835025387108,0.183862103722257,0.5,0.153725174569888,0.567181655527963,0.0615897400886856,0.153725174569888,0.630259756093134,0.104318158832998,0.153725174569888,0.682541095970961,0.563900881855412,0.153725174569888,0.687519513977903,0.261024678568025,0.153725174569888,0.617375493026855,0.207087472717017,0.153725174569888,0.471327749030468,0.142333070034356,0.153725174569888,0.644473451329301,0.0380809697652955,0.5,0.153725174569888,0.664423878897462,0.071967961879679,0,0.0168996420358901,0.0424524206920451 -3807,0.5,0.153725174569888,0.517862381821064,0.127841825662146,0.153725174569888,0.618302720351118,0.564729018834815,0.153725174569888,0.447810854924939,0.0601789721342908,0.153725174569888,0.57368875364019,0.0208140456891569,0.153725174569888,0.582214310005119,0.0626249726107151,0.153725174569888,0.541110643061751,0.014275270532153,0.153725174569888,0.342150491322592,0.0697086263391127,0.153725174569888,0.369809586610048,0.0832556874334993,0.5,0.153725174569888,0.457974549252366,0.26379009952212,0.153725174569888,0.609887909514758,0.205037674291749,0.5,0.153725174569888,0.590245542884817,0.0694381921081266,0.153725174569888,0.605263764601264,0.125652355185257,0.153725174569888,0.632931449785658,0.52933665499129,0.153725174569888,0.617279180189445,0.232141636052659,0.153725174569888,0.554191518744403,0.201792017267624,0.153725174569888,0.447781667900687,0.147314601957474,0.153725174569888,0.562180569717423,0.0508190772880119,0.5,0.153725174569888,0.596726751610348,0.0871915610986495,0,0.028115204038174,0.0369908344168385 -3808,0.5,0.153725174569888,0.409911477917346,0.126929134453359,0.153725174569888,0.510356320516712,0.494770715544987,0.153725174569888,0.337810764700257,0.0620541931519897,0.153725174569888,0.457921888156965,0.0284081302255656,0.153725174569888,0.488123053217191,0.0425772609118737,0.153725174569888,0.4618351181443,0.00998812467484513,0.153725174569888,0.276657575152084,0.0513736988684422,0.153725174569888,0.312828311048122,0.0761729746639134,0.5,0.153725174569888,0.387065276498635,0.255719711763558,0.153725174569888,0.501152381501689,0.207673092673704,0.5,0.153725174569888,0.475001499067027,0.0979097147500684,0.153725174569888,0.492925013781088,0.134210115327384,0.153725174569888,0.524810826348589,0.454456477442948,0.153725174569888,0.512139078390327,0.212474751071149,0.153725174569888,0.448634942208441,0.175544279708593,0.153725174569888,0.354488821718288,0.155207147066489,0.153725174569888,0.475844238451668,0.0779700839533525,0.5,0.153725174569888,0.484144614680464,0.0960389324128138,0,0.0518308469786669,0.0276079383399346 -3809,0.5,0.153725174569888,0.320733458689848,0.13620468462769,0.153725174569888,0.380017958558249,0.397839783034228,0.153725174569888,0.290368820495619,0.0674628814682834,0.153725174569888,0.317815802367149,0.0317331808085554,0.153725174569888,0.359300221248174,0.030127263147705,0.153725174569888,0.34537448395105,0.00857460085243584,0.153725174569888,0.174983020415518,0.0378478623232308,0.153725174569888,0.271992530432295,0.0775138491114473,0.5,0.153725174569888,0.34026014244174,0.245826374119409,0.153725174569888,0.364191119365515,0.173010385460963,0.5,0.153725174569888,0.36033612883695,0.133757451184568,0.153725174569888,0.369273090164882,0.127258618839522,0.153725174569888,0.392696151678601,0.348541902574899,0.153725174569888,0.385287619300446,0.177259817688192,0.153725174569888,0.318136037639326,0.152543445159434,0.153725174569888,0.285927337727336,0.175606303357852,0.153725174569888,0.347131613248497,0.10069321256759,0.5,0.153725174569888,0.346192161840135,0.0779749242353169,0,0.0650710667632696,0.0143330659081669 -3810,0.5,0.153725174569888,0.193243094557236,0.124354449101087,0.153725174569888,0.255722882067416,0.323161944023584,0.153725174569888,0.189132524757229,0.0821275855773421,0.153725174569888,0.206731149898555,0.0281194753311836,0.153725174569888,0.244853888271978,0.0324798879848596,0.153725174569888,0.248883180298746,0.0115013406869589,0.153725174569888,0.0934747206126082,0.0249132889330284,0.153725174569888,0.196581158651209,0.0677066934848824,0.5,0.153725174569888,0.232718215454563,0.193696532113025,0.153725174569888,0.232848592878045,0.0651048767665598,0.5,0.153725174569888,0.238052239014182,0.119883729612418,0.153725174569888,0.234965919090518,0.0627253456728836,0.153725174569888,0.266510762838646,0.252138755224418,0.153725174569888,0.262977251214311,0.146542882040945,0.153725174569888,0.199882449896111,0.130417890874057,0.153725174569888,0.202244131300048,0.153209317584388,0.153725174569888,0.228760429784553,0.0821537916266138,0.5,0.153725174569888,0.215994459059568,0.0289248525426386,0,0.078902164748144,0.0047029405582431 -3811,0.5,0.153725174569888,0.0976037886035207,0.0843493669757289,0.153725174569888,0.131102873815712,0.221626322519617,0.153725174569888,0.0907536666764269,0.0504637733514825,0.153725174569888,0.078166199783846,0.0196881173781216,0.153725174569888,0.125297678960739,0.0478165784441229,0.153725174569888,0.127125287072219,0.00834463910406031,0.153725174569888,0.072358162573433,0.0119416720451774,0.153725174569888,0.0878301117672819,0.0445976647833891,0.5,0.153725174569888,0.124055011118752,0.107609773753077,0.153725174569888,0.0974641969827636,0.0470389743824113,0.5,0.153725174569888,0.115892858837379,0.127413571819321,0.153725174569888,0.114071321850783,0.0490087850747446,0.153725174569888,0.138810749216869,0.153008962711332,0.153725174569888,0.138667033078831,0.106543867102919,0.153725174569888,0.0898614791527287,0.0950022876947899,0.153725174569888,0.104558214044621,0.0886861911179723,0.153725174569888,0.0983462171411367,0.0719986388244242,0.5,0.153725174569888,0.0678148279297432,0.0284382744624731,0,0.0978034140897592,0.00109403377502405 -3812,0.5,0.153725174569888,0.0174097253300853,0.0824110350999695,0.153725174569888,0.0325103140017676,0.0924673453434139,0.153725174569888,0.0182566690150663,0.0603659432465396,0.153725174569888,0.00412084420025709,0.0236489066037671,0.153725174569888,0.0376690205948304,0.0943837007061348,0.153725174569888,0.0338577970375341,0.0130084334917258,0.153725174569888,0.030812211770279,0.00971666685537908,0.153725174569888,0.0234113611352821,0.0327284159568485,0.5,0.153725174569888,0.0262760924473394,0.0948604076942151,0.153725174569888,0.0,0.0359387042349998,0.5,0.153725174569888,0.0198653260105688,0.152438192602855,0.153725174569888,0.0113363884872496,0.0410659310378668,0.153725174569888,0.0409636208267919,0.058585800613453,0.153725174569888,0.0405141199169838,0.0534554949718465,0.153725174569888,0.0264367198564555,0.102040484612011,0.153725174569888,0.0246317010406885,0.0846353805995172,0.153725174569888,0.00809767892781686,0.0835981749790512,0.5,0.153725174569888,0.0,0.0212421234973968,0,0.126453758721938,0.000414000479520981 -3813,0.5,0.153725174569888,0.0,0.0954454330496047,0.153725174569888,0.0,0.0657115429369826,0.153725174569888,0.0,0.0768970132951286,0.153725174569888,0.0,0.0238409515541475,0.153725174569888,0.0,0.117871001902856,0.153725174569888,0.0,0.02697484981067,0.153725174569888,0.0,0.0199604620823626,0.153725174569888,0.0,0.0282063162999574,0.5,0.153725174569888,0.0,0.0963701783589971,0.153725174569888,0.0,0.0202041692705916,0.5,0.153725174569888,0.0,0.138446447828507,0.153725174569888,0.0,0.025714572145465,0.153725174569888,0.0,0.0376044209851627,0.153725174569888,0.0,0.0344483077336508,0.153725174569888,0.0,0.0835535555120782,0.153725174569888,0.0,0.109580353921863,0.153725174569888,0.0,0.0898008604962114,0.5,0.153725174569888,0.0,0.0156757358805284,0,0.133848784778271,0.000315840329001988 -3814,0.5,0.153725174569888,0.0,0.0928311119168838,0.153725174569888,0.0,0.0269596254958263,0.153725174569888,0.0,0.0777705208322662,0.153725174569888,0.0,0.0230121607797992,0.153725174569888,0.0,0.0994110045111567,0.153725174569888,0.0,0.0435015676592874,0.153725174569888,0.0,0.0492747344278678,0.153725174569888,0.0,0.0235000676956645,0.5,0.153725174569888,0.0,0.0875278364901536,0.153725174569888,0.0,0.00838567467352848,0.5,0.153725174569888,0.0,0.10284837759279,0.153725174569888,0.0,0.0135730394596685,0.153725174569888,0.0,0.0287449313671912,0.153725174569888,0.0,0.0166414869701488,0.153725174569888,0.0,0.0625694685437368,0.153725174569888,0.0,0.117053965223985,0.153725174569888,0.0,0.0777979393608544,0.5,0.153725174569888,0.0,0.0136548978045871,0,0.123523397341762,0.000204943712138955 -3815,0.5,0.153725174569888,0.0,0.0787261903305539,0.153725174569888,0.0,0.00679104111584537,0.153725174569888,0.0,0.0786603195583822,0.153725174569888,0.0,0.0241829519849628,0.153725174569888,0.0,0.0794899160657965,0.153725174569888,0.0,0.0655474253143402,0.153725174569888,0.0,0.0791503838840748,0.153725174569888,0.0,0.0212356171330517,0.5,0.153725174569888,0.0,0.0779452937490631,0.153725174569888,0.0,0.00471101175786123,0.5,0.153725174569888,0.0,0.0771115944973031,0.153725174569888,0.0,0.00822655096312956,0.153725174569888,0.0,0.017111341737374,0.153725174569888,0.0,0.00795697829498352,0.153725174569888,0.0,0.0482112724612541,0.153725174569888,0.0,0.118963214697445,0.153725174569888,0.0,0.0685364489415548,0.5,0.153725174569888,0.0,0.0138197895877954,0,0.0970834206656656,0.00018408724042437 -3816,0.5,0.153725174569888,0.0,0.0647953926066968,0.153725174569888,0.0,0.00314892581691198,0.153725174569888,0.0,0.0803821021520671,0.153725174569888,0.0,0.0243921603252737,0.153725174569888,0.0,0.062231641681967,0.153725174569888,0.0,0.0777247939549122,0.153725174569888,0.0,0.0979986792947962,0.153725174569888,0.0,0.0194965397906881,0.5,0.153725174569888,0.0,0.0653676883896878,0.153725174569888,0.0,0.00427582556891989,0.5,0.153725174569888,0.0,0.063398355850147,0.153725174569888,0.0,0.0065079486706128,0.153725174569888,0.0,0.00682573978288753,0.153725174569888,0.0,0.00916482159977014,0.153725174569888,0.0,0.0378803942857436,0.153725174569888,0.0,0.126542705400032,0.153725174569888,0.0,0.0628536311464097,0.5,0.153725174569888,0.0,0.0130754177332552,0,0.0791494128390707,0.000217432690303515 -3817,0.5,0.153725174569888,0.0,0.0567576233728862,0.153725174569888,0.0,0.00365203959301538,0.153725174569888,0.0,0.0810279937528286,0.153725174569888,0.0,0.0242458555692782,0.153725174569888,0.0,0.047595961926593,0.153725174569888,0.0,0.0835981435077579,0.153725174569888,0.0,0.079422264619517,0.153725174569888,0.0,0.0205659186627558,0.5,0.153725174569888,0.0,0.0621588266585191,0.153725174569888,0.0,0.00550606614199043,0.5,0.153725174569888,0.0,0.0586878563260337,0.153725174569888,0.0,0.00631451457614253,0.153725174569888,0.0,0.00347676015466883,0.153725174569888,0.0,0.00798200291860468,0.153725174569888,0.0,0.0279436423802757,0.153725174569888,0.0,0.126007340343658,0.153725174569888,0.0,0.0632239915301861,0.5,0.153725174569888,0.0,0.0138097601032161,0,0.0620298195075592,0.000185868937101894 -3818,0.5,0.153725174569888,0.0,0.0465622305800533,0.153725174569888,0.0,0.00769186133110564,0.153725174569888,0.0,0.0788555721858608,0.153725174569888,0.0,0.0265544688681679,0.153725174569888,0.0,0.0464524783698023,0.153725174569888,0.0,0.0826936476175619,0.153725174569888,0.0,0.063018146575111,0.153725174569888,0.0,0.019414416816402,0.5,0.153725174569888,0.0,0.0554989486842046,0.153725174569888,0.0,0.00583804529758059,0.5,0.153725174569888,0.0,0.0513272033058602,0.153725174569888,0.0,0.005104104734567,0.153725174569888,0.0,0.00165191837453253,0.153725174569888,0.0,0.00627990381139245,0.153725174569888,0.0,0.0189998007902683,0.153725174569888,0.0,0.113089486297469,0.153725174569888,0.0,0.0622659410188744,0.5,0.153725174569888,0.0,0.0137986807121235,0,0.0486976440904807,0.000183017242642487 -3819,0.5,0.153725174569888,0.0,0.0356697210087358,0.153725174569888,0.0,0.00371920061463018,0.153725174569888,0.0,0.0724917867668956,0.153725174569888,0.0,0.029982987506665,0.153725174569888,0.0,0.0485598299768443,0.153725174569888,0.0,0.0775249747388761,0.153725174569888,0.0,0.0545182369222513,0.153725174569888,0.0,0.017306001016497,0.5,0.153725174569888,0.0,0.0579142123789817,0.153725174569888,0.0,0.00466557807273762,0.5,0.153725174569888,0.0,0.0405664988711017,0.153725174569888,0.0,0.00509101210913506,0.153725174569888,0.0,0.00106925172193505,0.153725174569888,0.0,0.00676251409635797,0.153725174569888,0.0,0.0133945106746988,0.153725174569888,0.0,0.103432344920999,0.153725174569888,0.0,0.0563677314298946,0.5,0.153725174569888,0.0,0.0141326757606046,0,0.0431918499189632,0.000208294850235092 -3820,0.5,0.153725174569888,0.0,0.0296465387550507,0.153725174569888,0.0,0.00106478736076457,0.153725174569888,0.0,0.0636221038572096,0.153725174569888,0.0,0.0337437406576196,0.153725174569888,0.0,0.0470026345280235,0.153725174569888,0.0,0.0776683486676941,0.153725174569888,0.0,0.0516713733207746,0.153725174569888,0.0,0.0163001731530033,0.5,0.153725174569888,0.0,0.0667449400584755,0.153725174569888,0.0,0.00438139587185881,0.5,0.153725174569888,0.0,0.0312158907494999,0.153725174569888,0.0,0.00677345509190418,0.153725174569888,0.0,0.000754711037305465,0.153725174569888,0.0,0.0071166123813322,0.153725174569888,0.0,0.0140743469378192,0.153725174569888,0.0,0.0982309945955929,0.153725174569888,0.0,0.0477993361104398,0.5,0.153725174569888,0.0,0.0103889442496234,0,0.0338697792479992,0.000195035924479507 -3821,0.5,0.153725174569888,0.0102896474480849,0.0243647326385106,0.153725174569888,0.0051293407672441,0.00107393116964046,0.153725174569888,0.00305118743656237,0.052591003420917,0.153725174569888,0.0075984269273712,0.0339515796725143,0.153725174569888,0.00170448997586222,0.0517942515021019,0.153725174569888,6.27247035067331e-05,0.0848519769906473,0.153725174569888,0.000757452768123601,0.0535591101513506,0.153725174569888,0.0,0.0215624358489151,0.5,0.153725174569888,0.0,0.0604754279466504,0.153725174569888,7.4911419327717e-05,0.00469819600383376,0.5,0.153725174569888,2.4057981589634e-05,0.0276339643032512,0.153725174569888,6.60240266458789e-06,0.00770614399444178,0.153725174569888,0.00593555530443597,0.000396423083850714,0.153725174569888,0.00304101625617974,0.0080329358415189,0.153725174569888,0.00262046914942956,0.0157358223878659,0.153725174569888,0.000850188678318088,0.0884392007753737,0.153725174569888,0.00152466532344687,0.0383586726425518,0.5,0.153725174569888,0.00188362849972188,0.00762276770946116,0,0.0249618327838575,0.00028869926084133 -3822,0.5,0.153725174569888,0.0633038107283897,0.0250430148788948,0.153725174569888,0.0642085330007791,0.00113504219480975,0.153725174569888,0.0509411249754938,0.0522438197022558,0.153725174569888,0.0666168583644481,0.0413652814110119,0.153725174569888,0.0503454147885406,0.0533306592702011,0.153725174569888,0.0406474261939513,0.0948299412362062,0.153725174569888,0.0394648340246037,0.0530669032661072,0.153725174569888,0.0169088161897688,0.0313361762706332,0.5,0.153725174569888,0.0331919451339802,0.047517168595112,0.153725174569888,0.0473786908567593,0.00339890591142114,0.5,0.153725174569888,0.0394829118043942,0.0207880707896581,0.153725174569888,0.0412550369449852,0.00639535646907572,0.153725174569888,0.06495555536007,0.000214176954499194,0.153725174569888,0.0552951078478089,0.0109193063236414,0.153725174569888,0.0488257737348838,0.0188377777314271,0.153725174569888,0.0421681866014637,0.0904443620374783,0.153725174569888,0.0518569480078682,0.0293296919103778,0.5,0.153725174569888,0.0560370968253007,0.00524263946448658,0,0.0219284171117311,0.000537803586851636 -3823,0.5,0.153725174569888,0.142234354275186,0.0518024100239582,0.153725174569888,0.142637871751449,0.00361638253961342,0.153725174569888,0.122749790066959,0.0984484932370583,0.153725174569888,0.1527726237696,0.0704947256257021,0.153725174569888,0.122480810989336,0.0685641825264391,0.153725174569888,0.108534106316588,0.115254699546222,0.153725174569888,0.0978052997424775,0.0675766191669669,0.153725174569888,0.0593118601709798,0.0411618734379352,0.5,0.153725174569888,0.10383649299423,0.0587595568109034,0.153725174569888,0.128947632843128,0.00129863074570688,0.5,0.153725174569888,0.113092794483615,0.0208780331605322,0.153725174569888,0.119216275723717,0.00518326558486113,0.153725174569888,0.141938737964142,0.000278898862906333,0.153725174569888,0.128700276841373,0.0185417518597674,0.153725174569888,0.120461040481713,0.0338431871888244,0.153725174569888,0.111366525953231,0.123975408137073,0.153725174569888,0.132656561707449,0.0376556584562913,0.5,0.153725174569888,0.142744125118521,0.00610645178908721,0,0.0238071720382261,0.00125119374411919 -3824,0.5,0.153725174569888,0.256456501940211,0.0787175066298397,0.153725174569888,0.260362302845124,0.0207265059727534,0.153725174569888,0.222066919291636,0.150262183389765,0.153725174569888,0.268173130692093,0.0867017398525401,0.153725174569888,0.237191395771146,0.120501134007301,0.153725174569888,0.211293110412221,0.214205084536122,0.153725174569888,0.169386087498695,0.12460264744158,0.153725174569888,0.15730394925288,0.09555167965044,0.5,0.153725174569888,0.215066649465776,0.118733145478267,0.153725174569888,0.247299046065117,0.00530935458828055,0.5,0.153725174569888,0.228312208285614,0.0638634776115849,0.153725174569888,0.236314070927666,0.0107961435064353,0.153725174569888,0.260245769448072,0.00167802090821288,0.153725174569888,0.244463096451799,0.0368166684623562,0.153725174569888,0.225348981562524,0.0798203072234265,0.153725174569888,0.209847466197266,0.189066731378606,0.153725174569888,0.250196310568816,0.0783068093864005,0.5,0.153725174569888,0.262371708674353,0.0240865061964203,0,0.0181037079698523,0.00131028562099794 -3825,0.5,0.153725174569888,0.385666036193053,0.10617522692681,0.153725174569888,0.383598135770535,0.0515803745209214,0.153725174569888,0.349689380071946,0.202992670656376,0.153725174569888,0.39501261555558,0.107772958779224,0.153725174569888,0.359363782703229,0.221537577194276,0.153725174569888,0.321091036528933,0.422860498519674,0.153725174569888,0.258872611848379,0.254753004296515,0.153725174569888,0.298602071701981,0.180198858124048,0.5,0.153725174569888,0.344731891026458,0.176903944071548,0.153725174569888,0.380967465152738,0.0161893989287333,0.5,0.153725174569888,0.358953889175576,0.121425935134076,0.153725174569888,0.367910139803812,0.0316096842355765,0.153725174569888,0.383409396268847,0.0061586868419452,0.153725174569888,0.366853231595213,0.056803998658545,0.153725174569888,0.335170380148567,0.112088298728536,0.153725174569888,0.330637136326032,0.253515086176646,0.153725174569888,0.379914293409572,0.141911810115803,0.5,0.153725174569888,0.397168726512762,0.0664991383773275,0,0.00920252988497171,0.00182004755295908 -3826,0.5,0.153725174569888,0.520340900374464,0.118219674104422,0.153725174569888,0.51419453383124,0.0524946763068575,0.153725174569888,0.491226408295795,0.256020210614014,0.153725174569888,0.519680428989123,0.129608860633819,0.153725174569888,0.490069242191889,0.319577927141631,0.153725174569888,0.453408850194331,0.507004585595366,0.153725174569888,0.349474823537391,0.404047902148236,0.153725174569888,0.463637316645195,0.206127359443839,0.5,0.153725174569888,0.482536854138763,0.174065583625762,0.153725174569888,0.513192815943853,0.0323174861720917,0.5,0.153725174569888,0.493429955201118,0.184473758755036,0.153725174569888,0.501175453497324,0.0642674066844266,0.153725174569888,0.515714345747088,0.00945263790345451,0.153725174569888,0.49908540394891,0.086462863265195,0.153725174569888,0.455215709347264,0.15688786332445,0.153725174569888,0.468992150297075,0.308754957517585,0.153725174569888,0.508948034434265,0.18923888523714,0.5,0.153725174569888,0.525768292639935,0.132457580853727,0,0.00588853950415966,0.00434874320657499 -3827,0.5,0.153725174569888,0.619676515363972,0.125711294493109,0.153725174569888,0.617054768598968,0.0756605921432407,0.153725174569888,0.598841496943721,0.353183479205527,0.153725174569888,0.611218049373268,0.156395180147636,0.153725174569888,0.596578525440157,0.413485008025063,0.153725174569888,0.565186871205982,0.583529953316631,0.153725174569888,0.416162022810792,0.497204058415124,0.153725174569888,0.584898797810115,0.210660840326111,0.5,0.153725174569888,0.590428459954967,0.154260296518997,0.153725174569888,0.614987300882184,0.0618682075319488,0.5,0.153725174569888,0.597945788758457,0.213369463669649,0.153725174569888,0.606284878406242,0.0977369062416995,0.153725174569888,0.621431297636729,0.0120132201620952,0.153725174569888,0.607845905072944,0.136869800568226,0.153725174569888,0.551852213616588,0.221680404304737,0.153725174569888,0.58354241358817,0.340186445144117,0.153725174569888,0.607938443790015,0.224842420466547,0.5,0.153725174569888,0.621435307853853,0.194091179680395,0,0.00376880015915567,0.0109814723047938 -3828,0.5,0.153725174569888,0.676136860124259,0.14177333167736,0.153725174569888,0.676277285703424,0.125846900784196,0.153725174569888,0.658736383269953,0.419931795923022,0.153725174569888,0.66039602017443,0.19151729345147,0.153725174569888,0.657952567964515,0.570756937882791,0.153725174569888,0.631354854984322,0.647947342657951,0.153725174569888,0.473519798904515,0.607326724227147,0.153725174569888,0.653882021808406,0.238251905675248,0.5,0.153725174569888,0.654890461343529,0.161762502188694,0.153725174569888,0.673184096517524,0.106692218012337,0.5,0.153725174569888,0.659514469110402,0.231712451795023,0.153725174569888,0.667519111208597,0.123929090484811,0.153725174569888,0.683690983142779,0.0236682189541241,0.153725174569888,0.673339052332479,0.206202056191893,0.153725174569888,0.608048304902408,0.288453014599652,0.153725174569888,0.653450088555185,0.394742553616609,0.153725174569888,0.664000896655548,0.249366128557485,0.5,0.153725174569888,0.673903122439439,0.266316689038713,0,0.00261453021785498,0.0234252446241429 -3829,0.5,0.153725174569888,0.690575392913889,0.167127221051549,0.153725174569888,0.695034069309365,0.16919961856187,0.153725174569888,0.670782270483367,0.462975085448061,0.153725174569888,0.640936342429008,0.233137229463707,0.153725174569888,0.662196631556749,0.703870842894635,0.153725174569888,0.659914247529814,0.683739394252398,0.153725174569888,0.531967886902939,0.700649389104089,0.153725174569888,0.680278123054486,0.250952944386772,0.5,0.153725174569888,0.67995934985476,0.170251621687904,0.153725174569888,0.692101247660088,0.161495502199965,0.5,0.153725174569888,0.682001454746366,0.259822464160913,0.153725174569888,0.689581978493718,0.136326430608148,0.153725174569888,0.704083373353746,0.0436624603579704,0.153725174569888,0.69670114675127,0.311761150808245,0.153725174569888,0.632320103112015,0.362242318096994,0.153725174569888,0.680514871931382,0.440491527957596,0.153725174569888,0.675281663212904,0.270620820085062,0.5,0.153725174569888,0.687598520486269,0.336371409271782,0,0.00408150190762356,0.0508395431964408 -3830,0.5,0.153725174569888,0.665050324067949,0.193509421308225,0.153725174569888,0.676996636450356,0.236445022072097,0.153725174569888,0.647312749468432,0.495861815483204,0.153725174569888,0.637209198506983,0.269248322230795,0.153725174569888,0.595935030762391,0.778297050089718,0.153725174569888,0.651361558456231,0.6688907212564,0.153725174569888,0.593515837275556,0.770630296401718,0.153725174569888,0.668053839307659,0.268919901771447,0.5,0.153725174569888,0.667105971748399,0.193319298106621,0.153725174569888,0.671224998782406,0.177585845303599,0.5,0.153725174569888,0.665809052759323,0.313160737168903,0.153725174569888,0.672587439403002,0.151811010584138,0.153725174569888,0.685856142378598,0.0687777076079989,0.153725174569888,0.678852788533365,0.398903218305071,0.153725174569888,0.616730761661685,0.444130902097247,0.153725174569888,0.659816746856623,0.48509472594923,0.153725174569888,0.656073710414242,0.293001357503146,0.5,0.153725174569888,0.662561560450093,0.371218920772009,0,0.00561368256324524,0.067667166042369 -3831,0.5,0.153725174569888,0.594873486612546,0.203902553152335,0.153725174569888,0.614439599850668,0.277192615137866,0.153725174569888,0.582917525333449,0.524782594509018,0.153725174569888,0.562879030173675,0.294029535463149,0.153725174569888,0.499318238566752,0.758569544102836,0.153725174569888,0.600205780745705,0.740521217822549,0.153725174569888,0.586819816171264,0.774511127234413,0.153725174569888,0.60883493513064,0.29425390380463,0.5,0.153725174569888,0.613953473058849,0.213854776228636,0.153725174569888,0.608727557950444,0.184904171603397,0.5,0.153725174569888,0.608864575594358,0.322700701313711,0.153725174569888,0.615306693927447,0.173428593586119,0.153725174569888,0.620957096485213,0.0827556113221753,0.153725174569888,0.610388241444478,0.48584551213658,0.153725174569888,0.561890346246122,0.51288560246031,0.153725174569888,0.509386828928853,0.475294558780561,0.153725174569888,0.596442611132544,0.297418013310816,0.5,0.153725174569888,0.59522119018402,0.384687676936801,0,0.00563158098973304,0.106174284542158 -3832,0.5,0.153725174569888,0.479569167757221,0.213770157878041,0.153725174569888,0.505123060065355,0.385296402757547,0.153725174569888,0.475901825033766,0.546491595307712,0.153725174569888,0.454304958697929,0.338586862912978,0.153725174569888,0.369703160478435,0.738517139401906,0.153725174569888,0.505976467041764,0.792722570916179,0.153725174569888,0.490591844827962,0.730546776534475,0.153725174569888,0.444119086276253,0.287345074144508,0.5,0.153725174569888,0.51298552757691,0.21889016626438,0.153725174569888,0.499724582311639,0.195810441538349,0.5,0.153725174569888,0.505050514995064,0.283796084842951,0.153725174569888,0.510660618026028,0.189272875638773,0.153725174569888,0.506781571016915,0.110599905048109,0.153725174569888,0.484382947138868,0.513918035783357,0.153725174569888,0.471130862341528,0.539384230973439,0.153725174569888,0.488635954857232,0.48053364240503,0.153725174569888,0.488729838650198,0.286030670379944,0.5,0.153725174569888,0.483297151702111,0.366267309873808,0,0.00456098411389244,0.14699944749989 -3833,0.5,0.153725174569888,0.350259186712692,0.211746238084882,0.153725174569888,0.371812802299511,0.41471957726976,0.153725174569888,0.350508885295429,0.545342849264895,0.153725174569888,0.329376935356274,0.343495227473611,0.153725174569888,0.295136102521078,0.692244982652694,0.153725174569888,0.387461489707044,0.76474684089614,0.153725174569888,0.373937063010138,0.67613297462483,0.153725174569888,0.364536842876737,0.293995638291135,0.5,0.153725174569888,0.381414352141848,0.201787252663038,0.153725174569888,0.363220765473089,0.159195704387811,0.5,0.153725174569888,0.372868016646617,0.167966788505189,0.153725174569888,0.376174743054752,0.15451773785721,0.153725174569888,0.373918392909188,0.137254684562564,0.153725174569888,0.332692612619906,0.500830889561131,0.153725174569888,0.352361243267323,0.466530688074007,0.153725174569888,0.361457583897112,0.406086934225911,0.153725174569888,0.355912332754825,0.223498830749098,0.5,0.153725174569888,0.346591567676955,0.235795430764687,0,0.00379582029267784,0.232473748385535 -3834,0.5,0.153725174569888,0.225810462771976,0.15916504200685,0.153725174569888,0.2451276643006,0.370561939399813,0.153725174569888,0.229068933492613,0.390449501154619,0.153725174569888,0.209480784776819,0.233344569263685,0.153725174569888,0.236185493656576,0.555380354045364,0.153725174569888,0.264082153507658,0.618675058359856,0.153725174569888,0.258989691130324,0.504927609490175,0.153725174569888,0.259313368357808,0.186669750732366,0.5,0.153725174569888,0.250215676013608,0.0911980951460262,0.153725174569888,0.232420222543732,0.0623873949807398,0.5,0.153725174569888,0.244982459188144,0.0555847919047145,0.153725174569888,0.24465294004991,0.0498445760492134,0.153725174569888,0.250903863882831,0.157534275891967,0.153725174569888,0.221043661424775,0.406762481760152,0.153725174569888,0.235454912444102,0.284578606560411,0.153725174569888,0.243051308554192,0.246928080529097,0.153725174569888,0.229361763315469,0.0958005288186318,0.5,0.153725174569888,0.217218523476386,0.102189757514815,0,0.00314250489472944,0.319337006044671 -3835,0.5,0.153725174569888,0.108588319222845,0.0999704624350538,0.153725174569888,0.123822919775441,0.251004048183741,0.153725174569888,0.110962500092763,0.248659264684355,0.153725174569888,0.08114760955332,0.186481517329557,0.153725174569888,0.136624292655314,0.422327525762781,0.153725174569888,0.140478109362453,0.489746903870447,0.153725174569888,0.133812159390553,0.381782399664558,0.153725174569888,0.134354353210948,0.134783285641738,0.5,0.153725174569888,0.124913618386583,0.0621391550653717,0.153725174569888,0.101373204419275,0.032825760055881,0.5,0.153725174569888,0.11989922975357,0.037166991387662,0.153725174569888,0.11766528613456,0.0256769765474657,0.153725174569888,0.134243721827128,0.117861126207733,0.153725174569888,0.122981357616512,0.316338559845067,0.153725174569888,0.123060721019097,0.218908812175674,0.153725174569888,0.123026852654643,0.19614576315512,0.153725174569888,0.101435350469019,0.0926342675786578,0.5,0.153725174569888,0.0685106280778623,0.0944742201875638,0,0.00162075955041098,0.392330589687933 -3836,0.5,0.153725174569888,0.0197838770274703,0.100589338016907,0.153725174569888,0.035460452187139,0.211870578857271,0.153725174569888,0.0188417536652932,0.217168926905466,0.153725174569888,0.00423655727609242,0.183655512790099,0.153725174569888,0.040299234190659,0.435599874044877,0.153725174569888,0.0410004449512896,0.478135626726173,0.153725174569888,0.0328393536637709,0.395743670827825,0.153725174569888,0.0375138748453927,0.136128415366192,0.5,0.153725174569888,0.0316459676801215,0.0490307057915942,0.153725174569888,0.0,0.0209187205051331,0.5,0.153725174569888,0.0209512849534672,0.0425113608551137,0.153725174569888,0.0142481582328124,0.0250436820648589,0.153725174569888,0.0442076639115232,0.110940121753324,0.153725174569888,0.0434298194059683,0.310159482178273,0.153725174569888,0.0285642207548552,0.216417828033766,0.153725174569888,0.0242739125224552,0.235398520076363,0.153725174569888,0.00932625290106692,0.103565648498617,0.5,0.153725174569888,0.0,0.0931954082418949,0,0.00146549405458397,0.526024393419303 -3837,0.5,0.153725174569888,0.0,0.104116412926579,0.153725174569888,0.0,0.192489952127429,0.153725174569888,0.0,0.210905350546385,0.153725174569888,0.0,0.173993830048065,0.153725174569888,0.0,0.509582698364905,0.153725174569888,0.0,0.438597880387812,0.153725174569888,0.0,0.431365751317932,0.153725174569888,0.0,0.147967231163461,0.5,0.153725174569888,0.0,0.042302536845664,0.153725174569888,0.0,0.011702714004041,0.5,0.153725174569888,0.0,0.0597603874836267,0.153725174569888,0.0,0.0283198310044049,0.153725174569888,0.0,0.108313166327121,0.153725174569888,0.0,0.376625023666353,0.153725174569888,0.0,0.221138765369788,0.153725174569888,0.0,0.26459063908132,0.153725174569888,0.0,0.107619497975096,0.5,0.153725174569888,0.0,0.0833565612428569,0,0.00167560044544973,0.676981850891304 -3838,0.5,0.153725174569888,0.0,0.0909547842601907,0.153725174569888,0.0,0.177602109480424,0.153725174569888,0.0,0.197354383708299,0.153725174569888,0.0,0.141656141953928,0.153725174569888,0.0,0.504382549587902,0.153725174569888,0.0,0.393674496366381,0.153725174569888,0.0,0.389239381920828,0.153725174569888,0.0,0.153233048528085,0.5,0.153725174569888,0.0,0.0390276023757488,0.153725174569888,0.0,0.0124128610515686,0.5,0.153725174569888,0.0,0.0843149775876918,0.153725174569888,0.0,0.0258406030219099,0.153725174569888,0.0,0.112610494568474,0.153725174569888,0.0,0.387427092438603,0.153725174569888,0.0,0.231640020290197,0.153725174569888,0.0,0.23717182667515,0.153725174569888,0.0,0.103684597016837,0.5,0.153725174569888,0.0,0.070794816052266,0,0.00201011045459533,0.787719355045125 -3839,0.5,0.153725174569888,0.0,0.0791948762437239,0.153725174569888,0.0,0.198037747462208,0.153725174569888,0.0,0.17635627101164,0.153725174569888,0.0,0.111620883923632,0.153725174569888,0.0,0.44111581088488,0.153725174569888,0.0,0.353967700526401,0.153725174569888,0.0,0.330659315386168,0.153725174569888,0.0,0.124059998976548,0.5,0.153725174569888,0.0,0.038190101934414,0.153725174569888,0.0,0.0149923319535698,0.5,0.153725174569888,0.0,0.101082637200554,0.153725174569888,0.0,0.0240670769053159,0.153725174569888,0.0,0.137579880825633,0.153725174569888,0.0,0.356689307542307,0.153725174569888,0.0,0.250789978547729,0.153725174569888,0.0,0.180133660964798,0.153725174569888,0.0,0.103088042961826,0.5,0.153725174569888,0.0,0.0685668591673911,0,0.00387423271014435,0.822624956153736 -3840,0.5,0.153725174569888,0.0,0.0734880011220958,0.153725174569888,0.0,0.212228357270152,0.153725174569888,0.0,0.146392525405919,0.153725174569888,0.0,0.0950926003318987,0.153725174569888,0.0,0.405995182877044,0.153725174569888,0.0,0.282655390827376,0.153725174569888,0.0,0.319038514560858,0.153725174569888,0.0,0.0934377445728456,0.5,0.153725174569888,0.0,0.0306404064883203,0.153725174569888,0.0,0.0117320681524462,0.5,0.153725174569888,0.0,0.0600802526542621,0.153725174569888,0.0,0.0237882618825822,0.153725174569888,0.0,0.152643976650929,0.153725174569888,0.0,0.342475842212026,0.153725174569888,0.0,0.238284550752095,0.153725174569888,0.0,0.132875598137196,0.153725174569888,0.0,0.0827421531648048,0.5,0.153725174569888,0.0,0.0649931135966658,0,0.00474510795732233,0.840470279632475 -3841,0.5,0.153725174569888,0.0,0.0705335676003501,0.153725174569888,0.0,0.201011148647834,0.153725174569888,0.0,0.106077250096527,0.153725174569888,0.0,0.0899090831614243,0.153725174569888,0.0,0.37551933069517,0.153725174569888,0.0,0.228525562056472,0.153725174569888,0.0,0.289836542947529,0.153725174569888,0.0,0.0784113365128754,0.5,0.153725174569888,0.0,0.0190417522197688,0.153725174569888,0.0,0.00934381368005325,0.5,0.153725174569888,0.0,0.0387490597512796,0.153725174569888,0.0,0.0205354013960778,0.153725174569888,0.0,0.161619305462932,0.153725174569888,0.0,0.346318884268992,0.153725174569888,0.0,0.202776413310406,0.153725174569888,0.0,0.10638163099225,0.153725174569888,0.0,0.0671541539060927,0.5,0.153725174569888,0.0,0.0551757480064867,0,0.00597023062124916,0.890693164036271 -3842,0.5,0.153725174569888,0.0,0.0707581359784802,0.153725174569888,0.0,0.188970348747522,0.153725174569888,0.0,0.0720127597315521,0.153725174569888,0.0,0.0897510977583741,0.153725174569888,0.0,0.359225012662607,0.153725174569888,0.0,0.173260054478072,0.153725174569888,0.0,0.222599395237707,0.153725174569888,0.0,0.0675055533337066,0.5,0.153725174569888,0.0,0.0114781304652391,0.153725174569888,0.0,0.00687322379777303,0.5,0.153725174569888,0.0,0.0374711076903209,0.153725174569888,0.0,0.0156655389484094,0.153725174569888,0.0,0.174532577597362,0.153725174569888,0.0,0.369629151117537,0.153725174569888,0.0,0.201459038610051,0.153725174569888,0.0,0.0780798259850594,0.153725174569888,0.0,0.0603035993737309,0.5,0.153725174569888,0.0,0.0438988997204818,0,0.00914844483759534,0.923691638978824 -3843,0.5,0.153725174569888,0.0,0.0724684104543137,0.153725174569888,0.0,0.230594048320325,0.153725174569888,0.0,0.0529948167156832,0.153725174569888,0.0,0.0874849602113931,0.153725174569888,0.0,0.345184334086246,0.153725174569888,0.0,0.12185117760321,0.153725174569888,0.0,0.185995521289815,0.153725174569888,0.0,0.0694775985358137,0.5,0.153725174569888,0.0,0.00758143038074763,0.153725174569888,0.0,0.0120167915052562,0.5,0.153725174569888,0.0,0.0320007508110148,0.153725174569888,0.0,0.0112634260788443,0.153725174569888,0.0,0.220662539502694,0.153725174569888,0.0,0.394035484537776,0.153725174569888,0.0,0.22253187407332,0.153725174569888,0.0,0.0528604032856604,0.153725174569888,0.0,0.059025384246505,0.5,0.153725174569888,0.0,0.0363768663304781,0,0.0165977916549061,0.944884329388182 -3844,0.5,0.153725174569888,0.0,0.0777520465329084,0.153725174569888,0.0,0.243159430655329,0.153725174569888,0.0,0.0468424089075867,0.153725174569888,0.0,0.0850585543212334,0.153725174569888,0.0,0.273147387766465,0.153725174569888,0.0,0.0975321852475385,0.153725174569888,0.0,0.14171903106253,0.153725174569888,0.0,0.0669306684704315,0.5,0.153725174569888,0.0,0.00843333067139859,0.153725174569888,0.0,0.011042723933861,0.5,0.153725174569888,0.0,0.0201675411820119,0.153725174569888,0.0,0.0112472975162061,0.153725174569888,0.0,0.26699483552822,0.153725174569888,0.0,0.404429245623766,0.153725174569888,0.0,0.221012876045758,0.153725174569888,0.0,0.0330217113054897,0.153725174569888,0.0,0.0517373113652063,0.5,0.153725174569888,0.0,0.028699376670141,0,0.0217410855456951,0.964780502848697 -3845,0.5,0.153725174569888,0.0124522988491902,0.081168151993591,0.153725174569888,0.00507285661256497,0.244684504979109,0.153725174569888,0.0037058469962563,0.0426113700881163,0.153725174569888,0.00824180800909525,0.0770863223944494,0.153725174569888,0.00174849875621913,0.212419091423059,0.153725174569888,6.39553869299681e-05,0.1050878043225,0.153725174569888,0.0008715013604378,0.103667915616205,0.153725174569888,7.40786387810537e-07,0.0701215001042195,0.5,0.153725174569888,0.0,0.0134304043555776,0.153725174569888,9.68110681305775e-05,0.0121568764311621,0.5,0.153725174569888,3.18335773462569e-05,0.0128557026408132,0.153725174569888,9.29476742477649e-06,0.0124170000576711,0.153725174569888,0.00596358362219737,0.273411801639326,0.153725174569888,0.00314377878214527,0.400094987077954,0.153725174569888,0.00349271684552958,0.203754551156394,0.153725174569888,0.00124355501742535,0.0226211989937241,0.153725174569888,0.0016693680942216,0.039265526583345,0.5,0.153725174569888,0.00197330603373862,0.0234420224253347,0,0.0294745674496238,0.982285376337988 -3846,0.5,0.153725174569888,0.0727831951185476,0.0850011118074304,0.153725174569888,0.0646108368618317,0.290273604735348,0.153725174569888,0.0602988661613131,0.0421188120560669,0.153725174569888,0.0688792773372823,0.0784603685124224,0.153725174569888,0.0505393070124067,0.2183840599201,0.153725174569888,0.0331583020245553,0.117822678085705,0.153725174569888,0.0457453041626257,0.0736530792146852,0.153725174569888,0.0352190481618169,0.0708163519718649,0.5,0.153725174569888,0.0356936171609385,0.013617464601247,0.153725174569888,0.0467025055904205,0.0132503930986414,0.5,0.153725174569888,0.0426672401625048,0.0110799478814531,0.153725174569888,0.041644503924484,0.0123115956149077,0.153725174569888,0.0644231641484616,0.272719333896093,0.153725174569888,0.0566291492576945,0.424809572315126,0.153725174569888,0.0588067375406597,0.196240499596665,0.153725174569888,0.0507229581273625,0.0177077004325855,0.153725174569888,0.0540546346525888,0.0241826236036379,0.5,0.153725174569888,0.056616670526337,0.0171806768577615,0,0.0390274727876784,0.99048417121428 -3847,0.5,0.153725174569888,0.158706559806274,0.127930867225501,0.153725174569888,0.140638810653826,0.285814067489633,0.153725174569888,0.141514008165376,0.0731105507815033,0.153725174569888,0.156644686309189,0.110738733023918,0.153725174569888,0.118317806300425,0.277410661320961,0.153725174569888,0.0998717771116627,0.123540165515517,0.153725174569888,0.113453116079119,0.0766681679096191,0.153725174569888,0.105876642951425,0.0546358012970846,0.5,0.153725174569888,0.107128066177605,0.00757383836268937,0.153725174569888,0.126745547261422,0.00666142525533081,0.5,0.153725174569888,0.118622957754574,0.0127745640449487,0.153725174569888,0.118373256612717,0.00955807951408955,0.153725174569888,0.139181558348828,0.356266327658559,0.153725174569888,0.127116926833719,0.508011880043304,0.153725174569888,0.132642720335424,0.206049023172642,0.153725174569888,0.125914120261858,0.0150857926015879,0.153725174569888,0.135125848605405,0.0208740689226448,0.5,0.153725174569888,0.143708714141316,0.0184915120153605,0,0.0465861053220389,0.994338230294981 -3848,0.5,0.153725174569888,0.275236476072055,0.180436865623073,0.153725174569888,0.253658404490052,0.382840240292228,0.153725174569888,0.257134703009213,0.105131587379155,0.153725174569888,0.273528194654436,0.141518003302039,0.153725174569888,0.20866151524861,0.394444268341142,0.153725174569888,0.186505050661523,0.103540542342636,0.153725174569888,0.20687324232698,0.131733796361054,0.153725174569888,0.189380780392954,0.0428933070871545,0.5,0.153725174569888,0.19695537539518,0.00833286422295372,0.153725174569888,0.243581104540248,0.00566465623902869,0.5,0.153725174569888,0.231352616699082,0.0519428016401084,0.153725174569888,0.233936182936918,0.014954185979635,0.153725174569888,0.252730156440594,0.537174305337704,0.153725174569888,0.228133538889681,0.666722507797992,0.153725174569888,0.235245364917586,0.281644499924368,0.153725174569888,0.232969811552463,0.026949649550115,0.153725174569888,0.252276980626579,0.062820704809391,0.5,0.153725174569888,0.263967865446761,0.0423358618892932,0,0.0626049602708202,0.994255680107307 -3849,0.5,0.153725174569888,0.399276576217906,0.227811694996783,0.153725174569888,0.372571869155696,0.575798840173051,0.153725174569888,0.383242421025131,0.147600532416537,0.153725174569888,0.401179866058383,0.182315705065647,0.153725174569888,0.309224604941156,0.418758833491075,0.153725174569888,0.278301540134889,0.0990986771003004,0.153725174569888,0.322446986137843,0.192325879193595,0.153725174569888,0.283329756890101,0.0399978130586268,0.5,0.153725174569888,0.304401485382098,0.0129543468910517,0.153725174569888,0.37465588947191,0.00893841242726056,0.5,0.153725174569888,0.35987315113959,0.0798068970862927,0.153725174569888,0.363219384017287,0.0175470666979289,0.153725174569888,0.370607724615264,0.663798973365718,0.153725174569888,0.331405639088227,0.703830194055182,0.153725174569888,0.349446702554733,0.371278273230337,0.153725174569888,0.352747609648905,0.0643941479963692,0.153725174569888,0.382196105274768,0.125797504318342,0.5,0.153725174569888,0.399274951838445,0.0586544964719751,0,0.0815132845992397,0.96360367292693 -3850,0.5,0.153725174569888,0.525520417557096,0.28097589265232,0.153725174569888,0.491928126386075,0.72604582533515,0.153725174569888,0.51156872244101,0.218611479440488,0.153725174569888,0.525845406172273,0.243818796586692,0.153725174569888,0.423165575320817,0.338212368416345,0.153725174569888,0.386611430982225,0.082950890589715,0.153725174569888,0.425340677399432,0.192852318945337,0.153725174569888,0.388844459714304,0.038509417166516,0.5,0.153725174569888,0.431709996472148,0.0155193932565163,0.153725174569888,0.504094245605126,0.0141169014833837,0.5,0.153725174569888,0.491342291522181,0.0710837425350901,0.153725174569888,0.494128316046649,0.0202779071924964,0.153725174569888,0.491449623229204,0.755778909190409,0.153725174569888,0.444472201318903,0.684430626031364,0.153725174569888,0.470560606518849,0.490249410607371,0.153725174569888,0.47713295997118,0.105609284363298,0.153725174569888,0.511940358964078,0.157242364700624,0.5,0.153725174569888,0.527813899481776,0.0634479341200905,0,0.0836866362926724,0.854203659468146 -3851,0.5,0.153725174569888,0.619507238798605,0.355822248342046,0.153725174569888,0.561747374144407,0.83483134986683,0.153725174569888,0.608801522179102,0.306832044192579,0.153725174569888,0.616443527909667,0.316605079533182,0.153725174569888,0.526170897700153,0.244894630484727,0.153725174569888,0.495441883211005,0.0638467700261848,0.153725174569888,0.523301462025131,0.201963320945953,0.153725174569888,0.47670320420616,0.0393792641609046,0.5,0.153725174569888,0.521577555997036,0.0099395354619733,0.153725174569888,0.603988398126174,0.0103033395499518,0.5,0.153725174569888,0.595118678587933,0.061557028117345,0.153725174569888,0.597309371371548,0.0183013394267597,0.153725174569888,0.57133719296303,0.767623747290591,0.153725174569888,0.538571359850887,0.608193772086335,0.153725174569888,0.567509834101135,0.560328488749001,0.153725174569888,0.572800622900957,0.13430248430564,0.153725174569888,0.611173005123163,0.163439439636144,0.5,0.153725174569888,0.622973152048331,0.0703948288645927,0,0.116576527435114,0.571161061300699 -3852,0.5,0.153725174569888,0.670059171106986,0.438437196289363,0.153725174569888,0.600098044422453,0.804579464569291,0.153725174569888,0.662756540656519,0.399669951580323,0.153725174569888,0.664847379816341,0.391828651421339,0.153725174569888,0.595917873825363,0.152957106614701,0.153725174569888,0.538705204788454,0.0390206455337262,0.153725174569888,0.601663084275619,0.177663611287787,0.153725174569888,0.470669124307486,0.0277075145368566,0.5,0.153725174569888,0.585151407388282,0.00537088350223437,0.153725174569888,0.6608815259135,0.00453375882643955,0.5,0.153725174569888,0.655717416338022,0.0528664592248722,0.153725174569888,0.655771653818697,0.0239241292063613,0.153725174569888,0.628746461820826,0.78431898842095,0.153725174569888,0.593498583859535,0.485713059689565,0.153725174569888,0.620064534339822,0.616607049245936,0.153725174569888,0.632023341685773,0.117728782583284,0.153725174569888,0.666819370735584,0.161600656342385,0.5,0.153725174569888,0.6722898226112,0.077024136583142,0,0.184354583480133,0.207055959701341 -3853,0.5,0.153725174569888,0.681817576231887,0.501440990623817,0.153725174569888,0.610363227854598,0.801553173592525,0.153725174569888,0.677575275123939,0.49260793687919,0.153725174569888,0.675181500193326,0.459599618074608,0.153725174569888,0.625862611225152,0.137159462651541,0.153725174569888,0.525887299135968,0.0416518243624326,0.153725174569888,0.602251824698303,0.154898196860871,0.153725174569888,0.566030940912261,0.0381543660662911,0.5,0.153725174569888,0.634525121123435,0.0061562369594601,0.153725174569888,0.676189945283153,0.00245843618924147,0.5,0.153725174569888,0.677101469182642,0.0360139395084554,0.153725174569888,0.645582804316643,0.0380957793017307,0.153725174569888,0.653269800614837,0.765625017158794,0.153725174569888,0.629440997890933,0.36415188015669,0.153725174569888,0.648298096119636,0.627159240241736,0.153725174569888,0.656595834616292,0.095205349213177,0.153725174569888,0.683246374060921,0.154218601888835,0.5,0.153725174569888,0.688164835341777,0.0846738926656738,0,0.2455696352373,0.0734545131162875 -3854,0.5,0.153725174569888,0.655121171904924,0.540543457415075,0.153725174569888,0.593090817908517,0.738509405425138,0.153725174569888,0.655659657201896,0.554952363790074,0.153725174569888,0.647774593901669,0.508474697596235,0.153725174569888,0.562851180056761,0.132977589796884,0.153725174569888,0.503581962632631,0.103283192595175,0.153725174569888,0.543384569708626,0.111805314675271,0.153725174569888,0.588250514689684,0.100623094187332,0.5,0.153725174569888,0.620889552416855,0.0195204556366347,0.153725174569888,0.623137353476133,0.00267048719836708,0.5,0.153725174569888,0.65982403996109,0.0173879016868507,0.153725174569888,0.65409941440248,0.0583877639481852,0.153725174569888,0.627866273673037,0.697568826294049,0.153725174569888,0.610231154158133,0.336083648499224,0.153725174569888,0.634250218280413,0.597603660448226,0.153725174569888,0.636244413184281,0.0836428696152462,0.153725174569888,0.661356954326709,0.137979380597072,0.5,0.153725174569888,0.656349701646105,0.0897729455727225,0,0.315969372746508,0.0096744708114126 -3855,0.5,0.153725174569888,0.584811165668004,0.566402784851014,0.153725174569888,0.563220780477791,0.715510217125914,0.153725174569888,0.590406810272903,0.56560573871637,0.153725174569888,0.577229156414031,0.523863713347411,0.153725174569888,0.489310983642327,0.134878277292947,0.153725174569888,0.387728005960048,0.35195950236866,0.153725174569888,0.487105752480043,0.0877171108344706,0.153725174569888,0.439153691079537,0.281670584359877,0.5,0.153725174569888,0.484044941631827,0.0608317102337721,0.153725174569888,0.560993455372706,0.00369578598565374,0.5,0.153725174569888,0.602720649462102,0.00716037041838595,0.153725174569888,0.548825281443271,0.0418100974010399,0.153725174569888,0.577469102623166,0.658284024329216,0.153725174569888,0.525594441973748,0.330866548184365,0.153725174569888,0.559894390644286,0.523189680331644,0.153725174569888,0.580893612952434,0.0777385252017205,0.153725174569888,0.598119400742123,0.118434960836732,0.5,0.153725174569888,0.588091562914424,0.0997757735701535,0,0.361701591695349,0.00403767552441097 -3856,0.5,0.153725174569888,0.472850956986673,0.559495828121536,0.153725174569888,0.487505175879604,0.666811989287115,0.153725174569888,0.479469605097436,0.500115891138628,0.153725174569888,0.46316376490615,0.506368277323559,0.153725174569888,0.267145918674628,0.129568355569613,0.153725174569888,0.225278376533887,0.582634404129022,0.153725174569888,0.401624257957205,0.0889539985202068,0.153725174569888,0.324563182615055,0.404097850376701,0.5,0.153725174569888,0.425721995829628,0.130506528152668,0.153725174569888,0.455805308522653,0.00460071694759645,0.5,0.153725174569888,0.499500166157005,0.00327070917861395,0.153725174569888,0.438432249609186,0.0526538862608369,0.153725174569888,0.491666278491904,0.615832395650831,0.153725174569888,0.412653919097839,0.284194884042545,0.153725174569888,0.445522541375875,0.432244504090786,0.153725174569888,0.484886204246789,0.0492726530014114,0.153725174569888,0.489386966237629,0.0936579680596261,0.5,0.153725174569888,0.479016876309522,0.109597557130752,0,0.416658695599881,0.012317450125679 -3857,0.5,0.153725174569888,0.34712510859314,0.472100333609163,0.153725174569888,0.358486864170333,0.555825957993177,0.153725174569888,0.348440573272539,0.331619454664371,0.153725174569888,0.333341943328692,0.396761398181101,0.153725174569888,0.187197303187584,0.274539410862316,0.153725174569888,0.180779586748756,0.639360862782358,0.153725174569888,0.302708975850272,0.214918062633861,0.153725174569888,0.245381614216487,0.449215266752372,0.5,0.153725174569888,0.314104645372243,0.210307080486132,0.153725174569888,0.300899361142597,0.00330622826904286,0.5,0.153725174569888,0.363559507499963,0.00269074459548229,0.153725174569888,0.31258675968304,0.04279520709944,0.153725174569888,0.3672332777068,0.547107505865784,0.153725174569888,0.226380449227442,0.152929136595401,0.153725174569888,0.327049687597893,0.26034473827025,0.153725174569888,0.366064862981741,0.0155076787139407,0.153725174569888,0.355928244613321,0.0422134936674424,0.5,0.153725174569888,0.342404347647781,0.0719128748193822,0,0.529696991551175,0.0650748916683026 -3858,0.5,0.153725174569888,0.224476296083606,0.301156681669151,0.153725174569888,0.227439774182258,0.290521871769975,0.153725174569888,0.226098555726051,0.112265915402918,0.153725174569888,0.210382961243277,0.214608099532959,0.153725174569888,0.177052245127233,0.472173023092362,0.153725174569888,0.169473855361662,0.685517777639254,0.153725174569888,0.177501505103621,0.205629212794448,0.153725174569888,0.153510999605518,0.471633744952048,0.5,0.153725174569888,0.186850286728442,0.228058788417444,0.153725174569888,0.156586816259742,0.00205908492357138,0.5,0.153725174569888,0.229396691940097,0.00517310516586872,0.153725174569888,0.193971971667933,0.0314368990354278,0.153725174569888,0.23666587992427,0.364364456416194,0.153725174569888,0.117991631401717,0.184569860208094,0.153725174569888,0.218429266132752,0.102341295336315,0.153725174569888,0.241769728783147,0.00360503937413923,0.153725174569888,0.229042644294871,0.00773204801554257,0.5,0.153725174569888,0.217191799052085,0.0178327004834864,0,0.597825267099704,0.137929767323811 -3859,0.5,0.153725174569888,0.10742519870429,0.24257959285496,0.153725174569888,0.109806839840356,0.171132795245747,0.153725174569888,0.109523568455381,0.0777571218155593,0.153725174569888,0.0827658783548951,0.189492284266418,0.153725174569888,0.083343010814958,0.590360697266976,0.153725174569888,0.0855830475510738,0.663440499677197,0.153725174569888,0.0953594503550907,0.300867536352871,0.153725174569888,0.070510433669869,0.468015312904112,0.5,0.153725174569888,0.103281584517838,0.293194196084968,0.153725174569888,0.0465865067054191,0.00422203823923446,0.5,0.153725174569888,0.102104292488062,0.0134055645189935,0.153725174569888,0.0778349984064848,0.0453393097391962,0.153725174569888,0.112515963241861,0.272402942742434,0.153725174569888,0.091758209869644,0.304961934781807,0.153725174569888,0.10577680828273,0.0728776727763196,0.153725174569888,0.116358407196876,0.00821100530459941,0.153725174569888,0.102605080483968,0.0042797731885835,0.5,0.153725174569888,0.0679465892936333,0.0124722221257748,0,0.631835591839241,0.15203924656923 -3860,0.5,0.153725174569888,0.020900117045454,0.223243047429391,0.153725174569888,0.0404303265983547,0.166504214710007,0.153725174569888,0.0191420514407838,0.0960530503087288,0.153725174569888,0.00430255099782009,0.181953039683671,0.153725174569888,0.0371017517542797,0.599920913286454,0.153725174569888,0.020004442224188,0.532732573517984,0.153725174569888,0.0311805241506575,0.453016419339155,0.153725174569888,0.0177655036944111,0.423673377903696,0.5,0.153725174569888,0.0281972265707197,0.319530008032017,0.153725174569888,0.0,0.0162032681499089,0.5,0.153725174569888,0.0222057071635331,0.0213705914401247,0.153725174569888,0.0162808522856462,0.0449186808415904,0.153725174569888,0.0383712117521149,0.290562152645961,0.153725174569888,0.0355964886537849,0.398455696636178,0.153725174569888,0.0300462510356957,0.0997457408517852,0.153725174569888,0.029146434868994,0.0357557545433374,0.153725174569888,0.0108304201384932,0.00598609042449772,0.5,0.153725174569888,0.0,0.011405187671481,0,0.67035432960836,0.0768602860058366 -3861,0.5,0.153725174569888,0.0,0.204827089403071,0.153725174569888,0.0,0.28911763388747,0.153725174569888,0.0,0.101391343656264,0.153725174569888,0.0,0.168640712664052,0.153725174569888,0.0,0.601173082330935,0.153725174569888,0.0,0.329002693073266,0.153725174569888,0.0,0.660562025896992,0.153725174569888,0.0,0.379431736090293,0.5,0.153725174569888,0.0,0.367843614346577,0.153725174569888,0.0,0.0305487166108712,0.5,0.153725174569888,0.0,0.0201260277888631,0.153725174569888,0.0,0.0478170633634256,0.153725174569888,0.0,0.31940506682279,0.153725174569888,0.0,0.333214909185773,0.153725174569888,0.0,0.128990098225488,0.153725174569888,0.0,0.130644073416464,0.153725174569888,0.0,0.00726214214027675,0.5,0.153725174569888,0.0,0.00868101243849284,0,0.703055551928766,0.0155134053116389 -3862,0.5,0.153725174569888,0.0,0.183668935498368,0.153725174569888,0.0,0.321582003707645,0.153725174569888,0.0,0.0672984643600937,0.153725174569888,0.0,0.151457191818713,0.153725174569888,0.0,0.472414300292416,0.153725174569888,0.0,0.218508150782469,0.153725174569888,0.0,0.669167017610896,0.153725174569888,0.0,0.374777937819229,0.5,0.153725174569888,0.0,0.408982465352372,0.153725174569888,0.0,0.0414446804048579,0.5,0.153725174569888,0.0,0.0157956344704007,0.153725174569888,0.0,0.0359640243041496,0.153725174569888,0.0,0.172292054045179,0.153725174569888,0.0,0.318931866731061,0.153725174569888,0.0,0.16277202230313,0.153725174569888,0.0,0.324026642389105,0.153725174569888,0.0,0.0105637083986841,0.5,0.153725174569888,0.0,0.00618380077628428,0,0.686935131648016,0.025913186568651 -3863,0.5,0.153725174569888,0.0,0.173571470752979,0.153725174569888,0.0,0.0956022785031209,0.153725174569888,0.0,0.038949816913783,0.153725174569888,0.0,0.134407257067536,0.153725174569888,0.0,0.277883292413803,0.153725174569888,0.0,0.223490929976855,0.153725174569888,0.0,0.534353340961156,0.153725174569888,0.0,0.353329012242667,0.5,0.153725174569888,0.0,0.420340719179777,0.153725174569888,0.0,0.0631729214162917,0.5,0.153725174569888,0.0,0.0269253733265344,0.153725174569888,0.0,0.0294393277100604,0.153725174569888,0.0,0.118904122939441,0.153725174569888,0.0,0.303949155575796,0.153725174569888,0.0,0.243447015461176,0.153725174569888,0.0,0.580137580959424,0.153725174569888,0.0,0.0157879975706441,0.5,0.153725174569888,0.0,0.00593743964977374,0,0.646171609991344,0.0259987667948788 -3864,0.5,0.153725174569888,0.0,0.166136469292251,0.153725174569888,0.0,0.0318908824040447,0.153725174569888,0.0,0.0250385680470242,0.153725174569888,0.0,0.121091540824572,0.153725174569888,0.0,0.188441791482229,0.153725174569888,0.0,0.215867013269692,0.153725174569888,0.0,0.42122564608814,0.153725174569888,0.0,0.331636496393126,0.5,0.153725174569888,0.0,0.394797636973649,0.153725174569888,0.0,0.0635126879118353,0.5,0.153725174569888,0.0,0.0614410141755142,0.153725174569888,0.0,0.0338231239877864,0.153725174569888,0.0,0.15345115224853,0.153725174569888,0.0,0.242660608283903,0.153725174569888,0.0,0.282625682901698,0.153725174569888,0.0,0.730037361382612,0.153725174569888,0.0,0.0278151075560539,0.5,0.153725174569888,0.0,0.00822572804216175,0,0.597318839068541,0.00905564699967435 -3865,0.5,0.153725174569888,0.0,0.144208201417517,0.153725174569888,0.0,0.108357012246017,0.153725174569888,0.0,0.0351028046248561,0.153725174569888,0.0,0.110081277423663,0.153725174569888,0.0,0.156744888390736,0.153725174569888,0.0,0.214860953818996,0.153725174569888,0.0,0.377914015324296,0.153725174569888,0.0,0.312994780321838,0.5,0.153725174569888,0.0,0.337886562011247,0.153725174569888,0.0,0.0606677734780802,0.5,0.153725174569888,0.0,0.135006056863884,0.153725174569888,0.0,0.0456132065022886,0.153725174569888,0.0,0.121203178655319,0.153725174569888,0.0,0.147617001207354,0.153725174569888,0.0,0.29140445271949,0.153725174569888,0.0,0.730272722628167,0.153725174569888,0.0,0.0641473312953999,0.5,0.153725174569888,0.0,0.0121879301725732,0,0.438984451526349,0.00317764955017703 -3866,0.5,0.153725174569888,0.0,0.109333704130273,0.153725174569888,0.0,0.0882352718417488,0.153725174569888,0.0,0.0624483423999111,0.153725174569888,0.0,0.0896588440179755,0.153725174569888,0.0,0.103479845555103,0.153725174569888,0.0,0.172457267857085,0.153725174569888,0.0,0.378588554578642,0.153725174569888,0.0,0.282749161924562,0.5,0.153725174569888,0.0,0.306265972589852,0.153725174569888,0.0,0.0523012054543895,0.5,0.153725174569888,0.0,0.255772098973675,0.153725174569888,0.0,0.0817052110450155,0.153725174569888,0.0,0.0697155922861194,0.153725174569888,0.0,0.0826326647579019,0.153725174569888,0.0,0.282205415421871,0.153725174569888,0.0,0.594853364354072,0.153725174569888,0.0,0.132556879081643,0.5,0.153725174569888,0.0,0.0161531378966257,0,0.305228648126334,0.00314499431051735 -3867,0.5,0.153725174569888,0.0,0.0854851278332589,0.153725174569888,0.0,0.0846378617670268,0.153725174569888,0.0,0.108116490639647,0.153725174569888,0.0,0.0681434262481859,0.153725174569888,0.0,0.0905492862045436,0.153725174569888,0.0,0.0962863258921115,0.153725174569888,0.0,0.319489043409023,0.153725174569888,0.0,0.257869733927085,0.5,0.153725174569888,0.0,0.285815082770069,0.153725174569888,0.0,0.0461944668426644,0.5,0.153725174569888,0.0,0.333900900648616,0.153725174569888,0.0,0.141297270485766,0.153725174569888,0.0,0.071973601218809,0.153725174569888,0.0,0.0832807484975012,0.153725174569888,0.0,0.221604404497988,0.153725174569888,0.0,0.488635721284046,0.153725174569888,0.0,0.190568085374318,0.5,0.153725174569888,0.0,0.0202061338372768,0,0.292140928438806,0.00920642461629833 -3868,0.5,0.153725174569888,0.0,0.077203261902403,0.153725174569888,0.0,0.113868276884831,0.153725174569888,0.0,0.15670043657673,0.153725174569888,0.0,0.0529900144455357,0.153725174569888,0.0,0.0959672774445093,0.153725174569888,0.0,0.0589680927731652,0.153725174569888,0.0,0.244110854469395,0.153725174569888,0.0,0.209396392028136,0.5,0.153725174569888,0.0,0.279360889367979,0.153725174569888,0.0,0.0407036879561462,0.5,0.153725174569888,0.0,0.378919915567298,0.153725174569888,0.0,0.214146171042394,0.153725174569888,0.0,0.0772338156227644,0.153725174569888,0.0,0.0938366039937618,0.153725174569888,0.0,0.169325139267138,0.153725174569888,0.0,0.379719619114789,0.153725174569888,0.0,0.222400662501505,0.5,0.153725174569888,0.0,0.0240311537167846,0,0.239371073785468,0.0185839399355831 -3869,0.5,0.153725174569888,0.0122436302109169,0.0644782331039102,0.153725174569888,0.00407700469019502,0.121572593749652,0.153725174569888,0.00315085348041863,0.185951115639569,0.153725174569888,0.0085457529064206,0.0401486491529307,0.153725174569888,0.00154717400072151,0.103545024570818,0.153725174569888,9.47358808632581e-05,0.0455849947805847,0.153725174569888,0.000674769828583354,0.20139659400408,0.153725174569888,1.45969969109888e-06,0.147092463747194,0.5,0.153725174569888,0.0,0.248430243821664,0.153725174569888,8.12595511410377e-05,0.0412970156268496,0.5,0.153725174569888,6.11602644161008e-06,0.364257869992516,0.153725174569888,6.4877905199348e-06,0.23206395870001,0.153725174569888,0.00437594570164213,0.067574229600333,0.153725174569888,0.00260842820524929,0.0946304766633715,0.153725174569888,0.00253047186462201,0.147883864919433,0.153725174569888,0.000982439218345705,0.301849099689007,0.153725174569888,0.00155807391634436,0.183056717533637,0.5,0.153725174569888,0.00198272156198917,0.0278832633171881,0,0.145353462273497,0.0224788635993364 -3870,0.5,0.153725174569888,0.0711202147514848,0.0584276802656934,0.153725174569888,0.0528552646571989,0.188255555678454,0.153725174569888,0.0492259008510955,0.266029737215228,0.153725174569888,0.0690759028895509,0.0315107713843671,0.153725174569888,0.0483945345926658,0.117060332875188,0.153725174569888,0.0434772172173469,0.0512028548061661,0.153725174569888,0.0430413964610247,0.203412378142511,0.153725174569888,0.0386375244619186,0.110902624097382,0.5,0.153725174569888,0.0215299530819039,0.190906039627862,0.153725174569888,0.0180670612030773,0.0698762595060603,0.5,0.153725174569888,0.00417520989888734,0.337554550591539,0.153725174569888,0.00316555172338101,0.212423097486469,0.153725174569888,0.0514787927865932,0.0836893987081954,0.153725174569888,0.052021900846328,0.103916799898901,0.153725174569888,0.0491011416501326,0.194581524667955,0.153725174569888,0.0383315746701472,0.304843937847571,0.153725174569888,0.0451334529188692,0.207171933470393,0.5,0.153725174569888,0.0538230095722855,0.0290669139317844,0,0.151157338861,0.0306244325471655 -3871,0.5,0.153725174569888,0.153973726609895,0.0772947286982047,0.153725174569888,0.123356349607242,0.296907678172333,0.153725174569888,0.12291478192644,0.379419978592331,0.153725174569888,0.154291624997751,0.0381044287955159,0.153725174569888,0.120488190059844,0.170617315655723,0.153725174569888,0.11418465048953,0.093761799114318,0.153725174569888,0.118937505024183,0.219860445079305,0.153725174569888,0.112342507862611,0.115073842899976,0.5,0.153725174569888,0.0799960259555899,0.166490170421482,0.153725174569888,0.0381721267309998,0.0792986092673695,0.5,0.153725174569888,0.0238157771849692,0.324496391667022,0.153725174569888,0.01119614284639,0.195546218044681,0.153725174569888,0.123373106150677,0.126015676789338,0.153725174569888,0.123737281386086,0.14443099016863,0.153725174569888,0.120414649660687,0.307410216860376,0.153725174569888,0.103712638918988,0.314914055378127,0.153725174569888,0.110785586111599,0.252874888119942,0.5,0.153725174569888,0.132557623525927,0.0888812392249773,0,0.165770638014528,0.0374536763146977 -3872,0.5,0.153725174569888,0.263270003494488,0.103939892266115,0.153725174569888,0.232426427080325,0.303244104925406,0.153725174569888,0.21809463116121,0.472401430366795,0.153725174569888,0.266940656410845,0.0632291231088267,0.153725174569888,0.232602504238713,0.188707737056035,0.153725174569888,0.227057841192415,0.114269907007223,0.153725174569888,0.224738146884373,0.222934739494237,0.153725174569888,0.222167266784748,0.130747322742911,0.5,0.153725174569888,0.16992275802846,0.17480992793121,0.153725174569888,0.0511293281308164,0.074067380514201,0.5,0.153725174569888,0.0622672297796539,0.28744073324744,0.153725174569888,0.0292991891102759,0.209822741564946,0.153725174569888,0.227515559227422,0.155863018027354,0.153725174569888,0.235521024048856,0.165785929739927,0.153725174569888,0.216957189680411,0.362868389544812,0.153725174569888,0.195985186306215,0.33179237413843,0.153725174569888,0.199956679560476,0.270381647411123,0.5,0.153725174569888,0.229131818459419,0.122755391371349,0,0.0935827342889553,0.0310028805443824 -3873,0.5,0.153725174569888,0.376961683920606,0.12048716104792,0.153725174569888,0.352180674254432,0.308903223179781,0.153725174569888,0.324022243521843,0.550151846756761,0.153725174569888,0.389420301823727,0.0843623249016367,0.153725174569888,0.357395632553207,0.197532516248949,0.153725174569888,0.351387354646635,0.119261672878723,0.153725174569888,0.34787851917448,0.273284284405227,0.153725174569888,0.345245547260082,0.163212829591888,0.5,0.153725174569888,0.276776280571763,0.2084432473668,0.153725174569888,0.0846610899174651,0.0815489314348016,0.5,0.153725174569888,0.104295555747128,0.256789255876604,0.153725174569888,0.0664856476912929,0.227697583032433,0.153725174569888,0.355158438835066,0.189101396532598,0.153725174569888,0.357941451177479,0.179498733890305,0.153725174569888,0.326763500380739,0.37501696775725,0.153725174569888,0.302119174438179,0.340142793471655,0.153725174569888,0.297932347484511,0.282168803070165,0.5,0.153725174569888,0.330366720562583,0.138025523796621,0,0.0423494495127265,0.0281208216397888 -3874,0.5,0.153725174569888,0.485052892634625,0.148033443276818,0.153725174569888,0.466868293239017,0.395104909168078,0.153725174569888,0.418821429612621,0.588483766541406,0.153725174569888,0.506978886380824,0.108703158572323,0.153725174569888,0.491824624034547,0.258540878233346,0.153725174569888,0.486959463240513,0.156898984198664,0.153725174569888,0.486442153692592,0.342422283034941,0.153725174569888,0.48114019740913,0.191596500264596,0.5,0.153725174569888,0.396283169455272,0.21197219592679,0.153725174569888,0.146696402451856,0.0807030704029564,0.5,0.153725174569888,0.163985581053688,0.265643615411683,0.153725174569888,0.125529878873137,0.247261485955691,0.153725174569888,0.481426193525132,0.223841248069058,0.153725174569888,0.488890539873763,0.211914603473654,0.153725174569888,0.442949934447418,0.372792524564815,0.153725174569888,0.414315970262692,0.372703757095593,0.153725174569888,0.389152642382074,0.303636861054854,0.5,0.153725174569888,0.424068274313246,0.147421728745912,0,0.0143376251280556,0.0434840135077774 -3875,0.5,0.153725174569888,0.543038468104861,0.186977171021568,0.153725174569888,0.577080914285755,0.501608353559218,0.153725174569888,0.497911464286242,0.654046136635902,0.153725174569888,0.591990347186129,0.136689455944949,0.153725174569888,0.604987508178947,0.311238351086422,0.153725174569888,0.601785141660012,0.19145593602125,0.153725174569888,0.60261534451371,0.418596087935573,0.153725174569888,0.597495271617111,0.230873233352349,0.5,0.153725174569888,0.504128437007735,0.215720291530697,0.153725174569888,0.155422982522367,0.0703342445865779,0.5,0.153725174569888,0.192527915391621,0.310325504461847,0.153725174569888,0.196986707636969,0.26556208304631,0.153725174569888,0.582698055805512,0.279409917201868,0.153725174569888,0.594913752152494,0.268129745972733,0.153725174569888,0.529698158314025,0.423396515751275,0.153725174569888,0.50397044405787,0.406743117060383,0.153725174569888,0.45587909704631,0.351650507653613,0.5,0.153725174569888,0.503163154154181,0.181982179319926,0,0.0213998110108245,0.0624175395575066 -3876,0.5,0.153725174569888,0.553555820412069,0.228100285590817,0.153725174569888,0.646736460310744,0.583662835645566,0.153725174569888,0.512921375411506,0.699951877483069,0.153725174569888,0.635610635664576,0.174820401907111,0.153725174569888,0.6740370784045,0.331163523483157,0.153725174569888,0.67350243678279,0.227039502644195,0.153725174569888,0.672169051863179,0.475939594795984,0.153725174569888,0.669631504982952,0.260384833306131,0.5,0.153725174569888,0.589194183889509,0.243584000160116,0.153725174569888,0.163138812115888,0.0671989421808963,0.5,0.153725174569888,0.228148080939757,0.353161716736807,0.153725174569888,0.248365107611362,0.28521101711298,0.153725174569888,0.64387436593652,0.343307578803711,0.153725174569888,0.662540976034564,0.299325329127437,0.153725174569888,0.586358017154696,0.481531764104516,0.153725174569888,0.566296657195903,0.459583597985534,0.153725174569888,0.473602869998578,0.408799792215943,0.5,0.153725174569888,0.507199374140854,0.214361925608518,0,0.0510965828601365,0.0806503502598189 -3877,0.5,0.153725174569888,0.483054431926639,0.253740973089517,0.153725174569888,0.672707936321568,0.605359623443414,0.153725174569888,0.462817119293696,0.737137186816625,0.153725174569888,0.642333289694491,0.223548622552253,0.153725174569888,0.698262543877364,0.344847223599785,0.153725174569888,0.703655153609744,0.253485347329208,0.153725174569888,0.700314598058707,0.473452582407758,0.153725174569888,0.699200476122358,0.277741932178016,0.5,0.153725174569888,0.639548954509295,0.263744841723908,0.153725174569888,0.121255670902546,0.0611708875944215,0.5,0.153725174569888,0.270379438781299,0.398407127943494,0.153725174569888,0.27870622016516,0.319614408354675,0.153725174569888,0.676783345497852,0.394967102334236,0.153725174569888,0.684830750712058,0.321204744147117,0.153725174569888,0.628279083661225,0.524892376029461,0.153725174569888,0.596505797357941,0.495163857696906,0.153725174569888,0.444521923135971,0.448224731796431,0.5,0.153725174569888,0.45967899666618,0.24738363906239,0,0.0657384067158484,0.0974877502397318 -3878,0.5,0.153725174569888,0.410811075372612,0.277315709050204,0.153725174569888,0.663586487734404,0.595448582224122,0.153725174569888,0.359628895543077,0.691134667316336,0.153725174569888,0.605616651462754,0.274698187909765,0.153725174569888,0.687259461859926,0.34439249896254,0.153725174569888,0.694903671820638,0.260656129496719,0.153725174569888,0.688959480518535,0.437536045623543,0.153725174569888,0.689340359943085,0.267648009935418,0.5,0.153725174569888,0.645516937609743,0.253877859003804,0.153725174569888,0.183139948868274,0.0789702995017044,0.5,0.153725174569888,0.301797122855547,0.383956390942042,0.153725174569888,0.265739362038471,0.356881357164519,0.153725174569888,0.674933305556801,0.415685230974222,0.153725174569888,0.667439986923605,0.329870035823558,0.153725174569888,0.632004163859481,0.51562908056302,0.153725174569888,0.609249871901294,0.494333248101852,0.153725174569888,0.395739072389159,0.48130011001268,0.5,0.153725174569888,0.46629806555577,0.303118009794867,0,0.0471073650902752,0.100912660608884 -3879,0.5,0.153725174569888,0.329238932147979,0.327379053432746,0.153725174569888,0.607989490739766,0.589578101748187,0.153725174569888,0.298389105017697,0.599060967222013,0.153725174569888,0.511568451295445,0.318680824243803,0.153725174569888,0.631645556718662,0.330326951823389,0.153725174569888,0.642054303955846,0.252406878145619,0.153725174569888,0.632450431774707,0.380305122528298,0.153725174569888,0.636775917822036,0.250418014664317,0.5,0.153725174569888,0.604806490065232,0.256828211612018,0.153725174569888,0.170330553645451,0.0887382789921816,0.5,0.153725174569888,0.303866126821106,0.298029111394468,0.153725174569888,0.230733919726473,0.355514843297179,0.153725174569888,0.613397367649605,0.390898715578519,0.153725174569888,0.61010035161339,0.324229526396436,0.153725174569888,0.589879504782093,0.484239425171398,0.153725174569888,0.574084871172741,0.472396815959131,0.153725174569888,0.336046303308783,0.482023923356336,0.5,0.153725174569888,0.390487381617332,0.341787093728587,0,0.0217409630697515,0.101312894187033 -3880,0.5,0.153725174569888,0.227723236103362,0.34070310684686,0.153725174569888,0.505980361938926,0.600848400105475,0.153725174569888,0.229043857681675,0.468466212157441,0.153725174569888,0.356984566525402,0.348174153982505,0.153725174569888,0.523723139785803,0.320586083567506,0.153725174569888,0.541178927215425,0.252822099146593,0.153725174569888,0.527823895332763,0.327199453772254,0.153725174569888,0.534697716564928,0.24950884960916,0.5,0.153725174569888,0.512106611955128,0.254895125418467,0.153725174569888,0.141783588731518,0.106530074170657,0.5,0.153725174569888,0.295848591507921,0.201726204419154,0.153725174569888,0.167930316339171,0.313036038283419,0.153725174569888,0.503762547441207,0.348187734960975,0.153725174569888,0.507362292126324,0.319927060996438,0.153725174569888,0.490049136761863,0.442931736234001,0.153725174569888,0.488093330902632,0.433862887690168,0.153725174569888,0.246953612869078,0.438970215681526,0.5,0.153725174569888,0.32264636691109,0.344003414720007,0,0.0145174532927687,0.100108202538199 -3881,0.5,0.153725174569888,0.180603476956035,0.339043577171546,0.153725174569888,0.378161727266905,0.609010974441715,0.153725174569888,0.183814833607806,0.336856541375363,0.153725174569888,0.225790292804304,0.36770664428888,0.153725174569888,0.388350255937001,0.307843229641846,0.153725174569888,0.403607085614611,0.253940112879198,0.153725174569888,0.39447390613644,0.28696085317888,0.153725174569888,0.398532989986478,0.234018243424523,0.5,0.153725174569888,0.383966322114484,0.254528044641189,0.153725174569888,0.109204779597116,0.105247653136062,0.5,0.153725174569888,0.254184561364145,0.141015502612035,0.153725174569888,0.133628943922852,0.231206937442467,0.153725174569888,0.37947468034303,0.304357717487746,0.153725174569888,0.379564650294075,0.309318591730736,0.153725174569888,0.36268106780532,0.395752160537946,0.153725174569888,0.370930223294796,0.37725000147004,0.153725174569888,0.173551376139243,0.396011287836215,0.5,0.153725174569888,0.222073349681984,0.319408806163643,0,0.016352652302781,0.111132638922817 -3882,0.5,0.153725174569888,0.117631645551194,0.307737709157474,0.153725174569888,0.257894504033606,0.540484668576416,0.153725174569888,0.139923782583124,0.185391353328593,0.153725174569888,0.13423437207654,0.351181688563728,0.153725174569888,0.267649869617795,0.288624924549799,0.153725174569888,0.272984117853444,0.250453395789243,0.153725174569888,0.265595663671033,0.225633880652805,0.153725174569888,0.269589591483483,0.18367606371973,0.5,0.153725174569888,0.258449510221078,0.216385083521252,0.153725174569888,0.0635842424801326,0.0681988588912778,0.5,0.153725174569888,0.178222897044787,0.0788748538580806,0.153725174569888,0.0857225523637164,0.125328927738789,0.153725174569888,0.261876922879475,0.248530673630574,0.153725174569888,0.261725400064666,0.280700393756729,0.153725174569888,0.243863118614756,0.326356840182616,0.153725174569888,0.248917453302459,0.267827246471734,0.153725174569888,0.119656969940841,0.312375756940549,0.5,0.153725174569888,0.123989001908259,0.268904005332605,0,0.0188972741733186,0.143947620840295 -3883,0.5,0.153725174569888,0.0575821150173333,0.272789494518522,0.153725174569888,0.134926217814911,0.352316678757972,0.153725174569888,0.0754374040023632,0.0915076790067152,0.153725174569888,0.0533158100432265,0.345933414724014,0.153725174569888,0.143163118561631,0.199445983099627,0.153725174569888,0.148608467320825,0.193655503249152,0.153725174569888,0.137797040190026,0.102319656041264,0.153725174569888,0.142743368424842,0.0892269509989765,0.5,0.153725174569888,0.134981512715534,0.108731186743048,0.153725174569888,0.0162954132053734,0.0344937265697728,0.5,0.153725174569888,0.0889161979196593,0.0500501358138524,0.153725174569888,0.0399124936126499,0.0552779643981877,0.153725174569888,0.139322085719333,0.175472473591671,0.153725174569888,0.14148704530704,0.219015596646834,0.153725174569888,0.125194598247058,0.198787914457919,0.153725174569888,0.125324555671483,0.114835106996173,0.153725174569888,0.0627665323412976,0.219872576995379,0.5,0.153725174569888,0.0612099013366449,0.211410102289654,0,0.0249146463490347,0.137920059737917 -3884,0.5,0.153725174569888,0.0154413445565934,0.213618603871806,0.153725174569888,0.0351052551133691,0.1450747792669,0.153725174569888,0.0180568479830476,0.065456493052592,0.153725174569888,0.0042740272947487,0.32635051467357,0.153725174569888,0.040398491377764,0.132910011288239,0.153725174569888,0.0407719372102078,0.120580982343139,0.153725174569888,0.0341811508888163,0.0757525856492206,0.153725174569888,0.0343452974379391,0.0708589538477572,0.5,0.153725174569888,0.0307722639030449,0.094950190618891,0.153725174569888,0.000695576459831112,0.0174922214135692,0.5,0.153725174569888,0.0173404220578639,0.0451288320044316,0.153725174569888,0.00859684782014737,0.0303720851167564,0.153725174569888,0.0429250988100165,0.102310657811675,0.153725174569888,0.0430597296340927,0.126945319494831,0.153725174569888,0.0313731366861651,0.131318076961053,0.153725174569888,0.0312018348166242,0.0805155642078278,0.153725174569888,0.00841261330132359,0.140485726388591,0.5,0.153725174569888,5.98491651610003e-05,0.123793302623884,0,0.0414765622151223,0.137930588651836 -3885,0.5,0.153725174569888,0.0,0.198204571754142,0.153725174569888,0.0,0.08664712691771,0.153725174569888,0.0,0.0758059229895238,0.153725174569888,0.0,0.291834865421321,0.153725174569888,0.0,0.104355310013875,0.153725174569888,0.0,0.100394050066013,0.153725174569888,0.0,0.0803343008168448,0.153725174569888,0.0,0.0720112939877465,0.5,0.153725174569888,0.0,0.0911536191781917,0.153725174569888,0.0,0.0103994121376847,0.5,0.153725174569888,0.0,0.0505775918553884,0.153725174569888,0.0,0.0308855191043174,0.153725174569888,0.0,0.0804422845348839,0.153725174569888,0.0,0.0751621226445706,0.153725174569888,0.0,0.0961192027829846,0.153725174569888,0.0,0.0668517379158132,0.153725174569888,0.0,0.102074000179598,0.5,0.153725174569888,0.0,0.0778239604050096,0,0.0557431570529282,0.103926471631078 -3886,0.5,0.153725174569888,0.0,0.162934336180673,0.153725174569888,0.0,0.0785034865879839,0.153725174569888,0.0,0.0960855679526153,0.153725174569888,0.0,0.28390898114979,0.153725174569888,0.0,0.0785018747592393,0.153725174569888,0.0,0.0774741614405463,0.153725174569888,0.0,0.0723750562493962,0.153725174569888,0.0,0.0567089564750364,0.5,0.153725174569888,0.0,0.0864006819437829,0.153725174569888,0.0,0.0085289609179389,0.5,0.153725174569888,0.0,0.060358580183218,0.153725174569888,0.0,0.0347811060998645,0.153725174569888,0.0,0.0863938841980372,0.153725174569888,0.0,0.0602630043335898,0.153725174569888,0.0,0.06726131487607,0.153725174569888,0.0,0.0524101274067918,0.153725174569888,0.0,0.0910507018938523,0.5,0.153725174569888,0.0,0.0661403918761498,0,0.0564175021715062,0.0693491211205956 -3887,0.5,0.153725174569888,0.0,0.133899113641053,0.153725174569888,0.0,0.0717556118941897,0.153725174569888,0.0,0.109535981441102,0.153725174569888,0.0,0.300365095762687,0.153725174569888,0.0,0.0475969391069297,0.153725174569888,0.0,0.0558830075983441,0.153725174569888,0.0,0.0559429005079197,0.153725174569888,0.0,0.0418231075262647,0.5,0.153725174569888,0.0,0.0784753682823313,0.153725174569888,0.0,0.00876073325758263,0.5,0.153725174569888,0.0,0.0681763154395303,0.153725174569888,0.0,0.0356277823894013,0.153725174569888,0.0,0.0722626350819159,0.153725174569888,0.0,0.0423367515918004,0.153725174569888,0.0,0.0529528810205649,0.153725174569888,0.0,0.0472546452117557,0.153725174569888,0.0,0.0879927758087469,0.5,0.153725174569888,0.0,0.0633620051174661,0,0.0699157775611775,0.0716424127161843 -3888,0.5,0.153725174569888,0.0,0.11385184262918,0.153725174569888,0.0,0.0519623038019544,0.153725174569888,0.0,0.104934769862855,0.153725174569888,0.0,0.235041718596943,0.153725174569888,0.0,0.0247301337361087,0.153725174569888,0.0,0.0372854538614571,0.153725174569888,0.0,0.0371208906346446,0.153725174569888,0.0,0.0344861491593289,0.5,0.153725174569888,0.0,0.0711610493278664,0.153725174569888,0.0,0.00964597326272657,0.5,0.153725174569888,0.0,0.0683845036518277,0.153725174569888,0.0,0.0326305101888566,0.153725174569888,0.0,0.0643600121437519,0.153725174569888,0.0,0.0371762509955727,0.153725174569888,0.0,0.0458805838400956,0.153725174569888,0.0,0.0478182444944393,0.153725174569888,0.0,0.0746256151280382,0.5,0.153725174569888,0.0,0.0617328367668525,0,0.0522370874452255,0.0644614867191454 -3889,0.5,0.153725174569888,0.0,0.095258776592726,0.153725174569888,0.0,0.0372227056427799,0.153725174569888,0.0,0.0931155882546703,0.153725174569888,0.0,0.184405346923197,0.153725174569888,0.0,0.019168811800634,0.153725174569888,0.0,0.0241068626273555,0.153725174569888,0.0,0.017732066285933,0.153725174569888,0.0,0.0282068402451385,0.5,0.153725174569888,0.0,0.0665318871228009,0.153725174569888,0.0,0.0100527755715751,0.5,0.153725174569888,0.0,0.0546481137481583,0.153725174569888,0.0,0.0282645848777329,0.153725174569888,0.0,0.0806790902424752,0.153725174569888,0.0,0.042257927423734,0.153725174569888,0.0,0.0339140845075701,0.153725174569888,0.0,0.0424485730049653,0.153725174569888,0.0,0.0609484621832773,0.5,0.153725174569888,0.0,0.0560089080114641,0,0.0255678617708447,0.0654407216293293 -3890,0.5,0.153725174569888,0.0,0.0813359889344238,0.153725174569888,0.0,0.0497388420074471,0.153725174569888,0.0,0.0770830374646844,0.153725174569888,0.0,0.168293623016478,0.153725174569888,0.0,0.0148100718863189,0.153725174569888,0.0,0.0169157776615223,0.153725174569888,0.0,0.0104190351494841,0.153725174569888,0.0,0.0202194213722076,0.5,0.153725174569888,0.0,0.0589897580724438,0.153725174569888,0.0,0.00820168301145548,0.5,0.153725174569888,0.0,0.0397089100030122,0.153725174569888,0.0,0.0220345306627314,0.153725174569888,0.0,0.0897250174576735,0.153725174569888,0.0,0.0432316418214766,0.153725174569888,0.0,0.0302927123477351,0.153725174569888,0.0,0.0361714122712935,0.153725174569888,0.0,0.0520867150426003,0.5,0.153725174569888,0.0,0.0468088029196228,0,0.0167083330907976,0.0752034694786499 -3891,0.5,0.153725174569888,0.0,0.0679959648734122,0.153725174569888,0.0,0.0409979862578395,0.153725174569888,0.0,0.0633064568668244,0.153725174569888,0.0,0.1460277919556,0.153725174569888,0.0,0.0133416030624612,0.153725174569888,0.0,0.0121726159540275,0.153725174569888,0.0,0.00806688238447448,0.153725174569888,0.0,0.014381824179362,0.5,0.153725174569888,0.0,0.0542491574104691,0.153725174569888,0.0,0.00722223067306714,0.5,0.153725174569888,0.0,0.0368880702862727,0.153725174569888,0.0,0.0203501981427191,0.153725174569888,0.0,0.0993417652374353,0.153725174569888,0.0,0.043880475607405,0.153725174569888,0.0,0.0321430668718289,0.153725174569888,0.0,0.0300637246415557,0.153725174569888,0.0,0.0487143477675938,0.5,0.153725174569888,0.0,0.0374505735373386,0,0.0432496475476535,0.0773418329432688 -3892,0.5,0.153725174569888,0.0,0.0650935239735009,0.153725174569888,0.0,0.0381899296548481,0.153725174569888,0.0,0.0553351967553956,0.153725174569888,0.0,0.118955550356866,0.153725174569888,0.0,0.0146348756167088,0.153725174569888,0.0,0.0112854838936237,0.153725174569888,0.0,0.00601306377183408,0.153725174569888,0.0,0.0115938151262896,0.5,0.153725174569888,0.0,0.0502283120843522,0.153725174569888,0.0,0.00827170962066213,0.5,0.153725174569888,0.0,0.0349486293856606,0.153725174569888,0.0,0.0212837507623147,0.153725174569888,0.0,0.110695390986202,0.153725174569888,0.0,0.0428890681736593,0.153725174569888,0.0,0.0291315518374591,0.153725174569888,0.0,0.0264168815819544,0.153725174569888,0.0,0.0493187015956491,0.5,0.153725174569888,0.0,0.0382145407368378,0,0.072813438854216,0.0847509182103535 -3893,0.5,0.153725174569888,0.0136204544915546,0.0592213137198828,0.153725174569888,0.00453414360790025,0.0394605593774823,0.153725174569888,0.00400135782838912,0.0465681814432911,0.153725174569888,0.00806289350158835,0.103667970741955,0.153725174569888,0.00209706123709953,0.01366608653845,0.153725174569888,0.000145469859242283,0.00910392871641669,0.153725174569888,0.00127588407366309,0.00529550366244491,0.153725174569888,4.61850998394097e-06,0.0115623419908818,0.5,0.153725174569888,0.0,0.0437597631106363,0.153725174569888,4.00924102614186e-05,0.0108367783996457,0.5,0.153725174569888,5.48753643799394e-05,0.0320940038145204,0.153725174569888,8.55356850464987e-06,0.0240821289507183,0.153725174569888,0.00369957599312755,0.119049875766619,0.153725174569888,0.00335835594546662,0.0382169078025912,0.153725174569888,0.00383815483505948,0.0253542315470295,0.153725174569888,0.00156871912072696,0.0216452484232207,0.153725174569888,0.00164556357400381,0.0487159904109226,0.5,0.153725174569888,0.000684779237577134,0.0474314253097083,0,0.133309247157452,0.117874288066593 -3894,0.5,0.153725174569888,0.0750720093496802,0.0792535182434803,0.153725174569888,0.0487255941092036,0.0686277182331163,0.153725174569888,0.0622983755747077,0.0495429634830847,0.153725174569888,0.0694876528723068,0.134214793942423,0.153725174569888,0.0538095367357416,0.013086907393056,0.153725174569888,0.0461699775381436,0.0070400602710459,0.153725174569888,0.051369774276708,0.00525827633039957,0.153725174569888,0.0431593553586903,0.0113903025697496,0.5,0.153725174569888,0.0382614531561125,0.0368540903261832,0.153725174569888,0.00856406619551983,0.0184761679382683,0.5,0.153725174569888,0.0428814165080502,0.0300144563757828,0.153725174569888,0.019590147132367,0.0306048205008604,0.153725174569888,0.0268137918024384,0.173301789859346,0.153725174569888,0.0547544636563343,0.0373506215601234,0.153725174569888,0.0610188254969309,0.0284171687207508,0.153725174569888,0.0526528657150971,0.0174836796091384,0.153725174569888,0.0499498370134047,0.0589860792452027,0.5,0.153725174569888,0.0151339761129662,0.0651055492868144,0,0.205599082676046,0.183850665842972 -3895,0.5,0.153725174569888,0.161561475762766,0.167634275553829,0.153725174569888,0.0717398524237824,0.142012264586788,0.153725174569888,0.145882572123329,0.0955379609000567,0.153725174569888,0.159397582047895,0.184618906478934,0.153725174569888,0.127443802782217,0.0281807894260028,0.153725174569888,0.118592697561311,0.013653814844323,0.153725174569888,0.125832936568332,0.0196782803309273,0.153725174569888,0.116195435530033,0.0168457858779559,0.5,0.153725174569888,0.110342069405633,0.0533430894743952,0.153725174569888,0.0238654517331834,0.0311570159945358,0.5,0.153725174569888,0.117291387366555,0.0520490098684844,0.153725174569888,0.0581844701652176,0.0571095953901759,0.153725174569888,0.057492843071354,0.253555851468733,0.153725174569888,0.118212716497179,0.0847000081590508,0.153725174569888,0.139680550812168,0.093320540753081,0.153725174569888,0.130012242977637,0.031072680450569,0.153725174569888,0.124878482548551,0.101082023190949,0.5,0.153725174569888,0.0295674522517142,0.0797953333951814,0,0.308222808059812,0.244593441893789 -3896,0.5,0.153725174569888,0.27519940224509,0.229079951274346,0.153725174569888,0.100982976802022,0.306818400763154,0.153725174569888,0.267041107419876,0.117753229862614,0.153725174569888,0.279806760735046,0.195710858139314,0.153725174569888,0.244202808961011,0.0661980507929989,0.153725174569888,0.233488815499915,0.0365208449569338,0.153725174569888,0.240974289664217,0.0544203892785636,0.153725174569888,0.232106322362093,0.0363790881176976,0.5,0.153725174569888,0.218198322366001,0.10969581388674,0.153725174569888,0.0414505366723684,0.0436024931539288,0.5,0.153725174569888,0.226347953965547,0.121685854018971,0.153725174569888,0.104719873945286,0.0838219049430576,0.153725174569888,0.0996769424365803,0.287557568805485,0.153725174569888,0.193481003449205,0.191993958901683,0.153725174569888,0.25146836820644,0.179298371667398,0.153725174569888,0.247045102149531,0.0677126979563015,0.153725174569888,0.233062395744538,0.138713774881838,0.5,0.153725174569888,0.0474941698452917,0.0833022676777337,0,0.364473823548416,0.224652045271867 -3897,0.5,0.153725174569888,0.36903589821216,0.279521988262267,0.153725174569888,0.0854613833791389,0.316606048193709,0.153725174569888,0.398905370390948,0.157173253538935,0.153725174569888,0.407338910996906,0.214861968134463,0.153725174569888,0.350634033525656,0.160736314738381,0.153725174569888,0.354853723518753,0.0710032094155981,0.153725174569888,0.354803263286921,0.0941473489508237,0.153725174569888,0.357460195378141,0.0744210047814939,0.5,0.153725174569888,0.338373465725314,0.151450468656352,0.153725174569888,0.0720313587320592,0.0485898419513903,0.5,0.153725174569888,0.348025463028635,0.145805417633433,0.153725174569888,0.158062168756328,0.0912457578894255,0.153725174569888,0.160014802256303,0.326968988092789,0.153725174569888,0.206474676352388,0.226692316156851,0.153725174569888,0.333451899253575,0.206575896994976,0.153725174569888,0.371318551441899,0.102215088467914,0.153725174569888,0.361465117912726,0.148838379544896,0.5,0.153725174569888,0.0791509155475382,0.0901730138248577,0,0.466908678538676,0.147697028835927 -3898,0.5,0.153725174569888,0.416549590590222,0.354306418114341,0.153725174569888,0.136880746177566,0.319490669338934,0.153725174569888,0.532073836751106,0.176287720693533,0.153725174569888,0.532230015216475,0.233942846539237,0.153725174569888,0.416279857644163,0.200703069911556,0.153725174569888,0.47661677224651,0.110894962716785,0.153725174569888,0.467145185381039,0.111728631125844,0.153725174569888,0.493332215131995,0.108054836909745,0.5,0.153725174569888,0.468108489070468,0.17923618729245,0.153725174569888,0.144834150673498,0.0540751983632043,0.5,0.153725174569888,0.473856729388044,0.134988733374616,0.153725174569888,0.229271185984504,0.0981622546442089,0.153725174569888,0.246965927754135,0.382544570166729,0.153725174569888,0.152978422781533,0.204247059150868,0.153725174569888,0.375069917824631,0.223177535660875,0.153725174569888,0.488956330485299,0.123497380649803,0.153725174569888,0.495371442978657,0.130441331488422,0.5,0.153725174569888,0.146841748146968,0.0901157948555207,0,0.492356844102885,0.0995795612769262 -3899,0.5,0.153725174569888,0.392851381883149,0.42408818496786,0.153725174569888,0.200461016936324,0.318248386945699,0.153725174569888,0.626799079498018,0.197966226258987,0.153725174569888,0.620224788015031,0.265965283290915,0.153725174569888,0.265078946385482,0.204772629073973,0.153725174569888,0.56722108546414,0.122859366020242,0.153725174569888,0.560324745915204,0.129000482308707,0.153725174569888,0.602072129621198,0.127288475634309,0.5,0.153725174569888,0.577120831171111,0.16532233124622,0.153725174569888,0.267656979670483,0.0654990168078943,0.5,0.153725174569888,0.541927254161879,0.104764202787125,0.153725174569888,0.287455765347219,0.109903167095243,0.153725174569888,0.327135893424869,0.452180379863284,0.153725174569888,0.16535973673875,0.201518588832064,0.153725174569888,0.346699330885577,0.234333156097471,0.153725174569888,0.563945159283177,0.124204851427002,0.153725174569888,0.59517234114252,0.104634191852755,0.5,0.153725174569888,0.191745590120805,0.0761855282747554,0,0.468148989735585,0.161076349272321 -3900,0.5,0.153725174569888,0.399880224872811,0.477205046206306,0.153725174569888,0.274670618992699,0.341809543155714,0.153725174569888,0.680017951107876,0.220775579143011,0.153725174569888,0.664248189142187,0.309021738126759,0.153725174569888,0.165088688123705,0.190620658699291,0.153725174569888,0.564384473712795,0.150079265321159,0.153725174569888,0.536684628464091,0.153767661796986,0.153725174569888,0.677360026336669,0.134219860922171,0.5,0.153725174569888,0.63806825158324,0.137335563690621,0.153725174569888,0.311273289030595,0.0692329207460071,0.5,0.153725174569888,0.505963039561934,0.0922429940543807,0.153725174569888,0.307851098707154,0.119655639985172,0.153725174569888,0.358800954616919,0.488269410526191,0.153725174569888,0.198006235198672,0.215357532949608,0.153725174569888,0.334380121838156,0.257602071349258,0.153725174569888,0.614330597855026,0.136781889202465,0.153725174569888,0.653094234875871,0.0947159828284258,0.5,0.153725174569888,0.253152739535902,0.0487155279066283,0,0.406674380609323,0.22566141467596 -3901,0.5,0.153725174569888,0.405564515872211,0.507970219754453,0.153725174569888,0.352063824309863,0.421107318229212,0.153725174569888,0.693201824570768,0.261733539273899,0.153725174569888,0.685056018174673,0.353108153498904,0.153725174569888,0.184222108819939,0.149504536473054,0.153725174569888,0.503458394737627,0.197760495816557,0.153725174569888,0.478682265383765,0.208600469349941,0.153725174569888,0.709851764302852,0.136103752420922,0.5,0.153725174569888,0.663284597471706,0.118046849914048,0.153725174569888,0.300320162205048,0.0792762172161429,0.5,0.153725174569888,0.490876981447949,0.0900684832338829,0.153725174569888,0.313647972382333,0.130046371939955,0.153725174569888,0.381395028034,0.47811108548415,0.153725174569888,0.25003112344555,0.216008519439295,0.153725174569888,0.304380392741323,0.286518812528668,0.153725174569888,0.651897955257458,0.15578754298117,0.153725174569888,0.661103592207686,0.100136531802056,0.5,0.153725174569888,0.304256667461016,0.0277801085162226,0,0.291006939437758,0.205216091604875 -3902,0.5,0.153725174569888,0.379853266152699,0.50658211880783,0.153725174569888,0.25774926503042,0.488575576246892,0.153725174569888,0.663915311765476,0.310650824566865,0.153725174569888,0.656960231146888,0.374505398327578,0.153725174569888,0.277568296128218,0.113033489912402,0.153725174569888,0.386077208960944,0.22554227945821,0.153725174569888,0.380457218109089,0.252811406052438,0.153725174569888,0.700828671398442,0.14848569311634,0.5,0.153725174569888,0.640779356571512,0.115824932183238,0.153725174569888,0.286774850538827,0.093233628073522,0.5,0.153725174569888,0.508837167231047,0.102993772579999,0.153725174569888,0.300905924570346,0.128949522577522,0.153725174569888,0.289292472876448,0.440175649882581,0.153725174569888,0.341782818298561,0.2439734430754,0.153725174569888,0.278777145244207,0.306962959684546,0.153725174569888,0.625952899086388,0.189824240241787,0.153725174569888,0.640085872504014,0.114408473623206,0.5,0.153725174569888,0.350683554102219,0.0168862017762997,0,0.243487201749515,0.187729690783374 -3903,0.5,0.153725174569888,0.384279379092175,0.493152816458394,0.153725174569888,0.118955926907455,0.429188141539733,0.153725174569888,0.596940973163692,0.359474585123901,0.153725174569888,0.583705200260408,0.392262244701147,0.153725174569888,0.408074023411108,0.119365548968964,0.153725174569888,0.350951675945169,0.224104605388878,0.153725174569888,0.29209095518521,0.260054488706879,0.153725174569888,0.647312701163949,0.16837218275759,0.5,0.153725174569888,0.587793095170274,0.114782186135582,0.153725174569888,0.291484171394204,0.0827423558900585,0.5,0.153725174569888,0.463650645388253,0.11352417425749,0.153725174569888,0.2736775006162,0.116294081167215,0.153725174569888,0.269869676530731,0.495665995474864,0.153725174569888,0.325518641405784,0.299077561774633,0.153725174569888,0.272358751674886,0.307758719265313,0.153725174569888,0.532119970924835,0.211025970381764,0.153725174569888,0.578431379861187,0.130849259322578,0.5,0.153725174569888,0.352826425732877,0.014523229059685,0,0.489006303009096,0.205191757161804 -3904,0.5,0.153725174569888,0.300422310782973,0.476555647470561,0.153725174569888,0.113293725801535,0.36961241300187,0.153725174569888,0.48144625949777,0.423739800562224,0.153725174569888,0.467964517315689,0.417145219960782,0.153725174569888,0.348533972971685,0.169005906119276,0.153725174569888,0.401196337763499,0.209308583460084,0.153725174569888,0.31644167417566,0.228601417855755,0.153725174569888,0.524004261573226,0.208567411755266,0.5,0.153725174569888,0.492182460450967,0.126215659959442,0.153725174569888,0.26641963613055,0.0666999549665021,0.5,0.153725174569888,0.385959223561015,0.128837591726868,0.153725174569888,0.24653836278554,0.105771210534929,0.153725174569888,0.235381306448415,0.54447579777522,0.153725174569888,0.187113625424762,0.311239278705338,0.153725174569888,0.241274289705098,0.309337678089889,0.153725174569888,0.425032891184226,0.229226569288475,0.153725174569888,0.475715678497916,0.151399825201196,0.5,0.153725174569888,0.294550028724108,0.01940077678021,0,0.479170461008164,0.167081068764508 -3905,0.5,0.153725174569888,0.206863775148001,0.422490593763859,0.153725174569888,0.105099543050095,0.32481221851356,0.153725174569888,0.343053951768314,0.460102927636411,0.153725174569888,0.332371044749062,0.442195762510181,0.153725174569888,0.119193815582331,0.18108325953605,0.153725174569888,0.330832022844828,0.190808586238925,0.153725174569888,0.292261007088318,0.178857825011313,0.153725174569888,0.366007367684628,0.238859185484171,0.5,0.153725174569888,0.373528736409529,0.143541671309116,0.153725174569888,0.18249691414355,0.0470205478546569,0.5,0.153725174569888,0.306872399587851,0.131099306999766,0.153725174569888,0.200956786732519,0.0951948857130486,0.153725174569888,0.171494685326244,0.548076287239856,0.153725174569888,0.13231085168035,0.295087774291948,0.153725174569888,0.15383165262593,0.282838433657134,0.153725174569888,0.302432623768118,0.253126697530756,0.153725174569888,0.351665409025294,0.159909766517532,0.5,0.153725174569888,0.224529162404066,0.0205178141558373,0,0.266314066316963,0.14468142785272 -3906,0.5,0.153725174569888,0.13689676653225,0.34677662948619,0.153725174569888,0.0855296447564873,0.290592156252874,0.153725174569888,0.217351761326797,0.462667361690342,0.153725174569888,0.204493787395707,0.425894584911688,0.153725174569888,0.0652874134863072,0.158484995085233,0.153725174569888,0.231173150739594,0.186480564321378,0.153725174569888,0.173398514528438,0.152404140953763,0.153725174569888,0.257601489103243,0.276411558284123,0.5,0.153725174569888,0.253657482936428,0.151680526336693,0.153725174569888,0.102110227934224,0.0235316088451387,0.5,0.153725174569888,0.201954754807516,0.117042030388816,0.153725174569888,0.130781227116819,0.0710318512058985,0.153725174569888,0.116214629806128,0.553467016899553,0.153725174569888,0.0928057761909814,0.268813148846409,0.153725174569888,0.0933146893832608,0.239109172101684,0.153725174569888,0.188408019618839,0.280641300333311,0.153725174569888,0.22764142846409,0.143659001153687,0.5,0.153725174569888,0.128469486028935,0.0188091483943416,0,0.254600712437009,0.211663033810359 -3907,0.5,0.153725174569888,0.0608117870667187,0.294536790271188,0.153725174569888,0.0835028462721327,0.377733245837278,0.153725174569888,0.104517731973695,0.434563151910469,0.153725174569888,0.0899093879117896,0.374109280684828,0.153725174569888,0.0338552024119699,0.115113301104674,0.153725174569888,0.121750757658299,0.161987760954038,0.153725174569888,0.0823240662562276,0.127674263566192,0.153725174569888,0.141914622339755,0.261202716996117,0.5,0.153725174569888,0.134975819324384,0.099509478745881,0.153725174569888,0.045412092195224,0.00872191033594605,0.5,0.153725174569888,0.0977923413205921,0.0670896754294115,0.153725174569888,0.0650415716941592,0.0497845159516654,0.153725174569888,0.0686571304786997,0.511498132914844,0.153725174569888,0.0499557312442163,0.223158344512328,0.153725174569888,0.0389425252205147,0.185886385763795,0.153725174569888,0.089484366911367,0.302024121261674,0.153725174569888,0.108445424955171,0.0808299091971323,0.5,0.153725174569888,0.0543749699497238,0.0142924017957962,0,0.294166698703033,0.280580840830683 -3908,0.5,0.153725174569888,0.0103914316835879,0.245343457187486,0.153725174569888,0.0187060297592176,0.392023374293879,0.153725174569888,0.0214475812322885,0.359603101916878,0.153725174569888,0.0081710949792195,0.27095257722179,0.153725174569888,0.0119336263267649,0.0662438672617814,0.153725174569888,0.0365510538271645,0.0992401911482376,0.153725174569888,0.023450944115025,0.0847188823358207,0.153725174569888,0.0361703326265741,0.186750936523504,0.5,0.153725174569888,0.0304888288053976,0.118603280978007,0.153725174569888,0.000324938375583501,0.00883775280166064,0.5,0.153725174569888,0.020527428998155,0.071367773735904,0.153725174569888,0.0133151019920383,0.0459672650042917,0.153725174569888,0.019762962733068,0.384472449184267,0.153725174569888,0.0212938818803792,0.151328357912387,0.153725174569888,0.00839406942525768,0.126078236371337,0.153725174569888,0.0186577846480056,0.310480243965791,0.153725174569888,0.0134200650403114,0.0892763683655316,0.5,0.153725174569888,5.41020979603394e-05,0.0239367465301689,0,0.416172233604695,0.329823383993959 -3909,0.5,0.153725174569888,0.0,0.207688572796776,0.153725174569888,3.72427316125701e-05,0.291190824875911,0.153725174569888,0.0,0.278840449570233,0.153725174569888,0.0,0.173267955856974,0.153725174569888,3.2641780029587e-05,0.0413477194918462,0.153725174569888,0.0,0.0644636593116615,0.153725174569888,0.0,0.0617651534477166,0.153725174569888,0.0,0.118039979827866,0.5,0.153725174569888,0.0,0.161431643978107,0.153725174569888,0.0,0.0121703561253075,0.5,0.153725174569888,0.0,0.114763248578803,0.153725174569888,0.0,0.0530540570698339,0.153725174569888,3.68046453930108e-05,0.299502522934124,0.153725174569888,1.4374251814719e-05,0.100034621844067,0.153725174569888,0.0,0.0790979681815536,0.153725174569888,0.0,0.254573610557318,0.153725174569888,0.0,0.142266428504604,0.5,0.153725174569888,0.0,0.0328474760896475,0,0.549293647177828,0.37481475176898 -3910,0.5,0.153725174569888,0.0,0.205765541971029,0.153725174569888,0.0,0.17467548072036,0.153725174569888,0.0,0.227806661727653,0.153725174569888,0.0,0.118629291608438,0.153725174569888,0.0,0.0375255149573547,0.153725174569888,0.0,0.0467415028956338,0.153725174569888,0.0,0.0545134493055925,0.153725174569888,0.0,0.0625643921385362,0.5,0.153725174569888,0.0,0.184760189005457,0.153725174569888,0.0,0.0129345201505002,0.5,0.153725174569888,0.0,0.256259819374299,0.153725174569888,0.0,0.0634832299761727,0.153725174569888,0.0,0.279365851613365,0.153725174569888,0.0,0.0938312999551331,0.153725174569888,0.0,0.0611495434912205,0.153725174569888,0.0,0.172213636576193,0.153725174569888,0.0,0.226123585989509,0.5,0.153725174569888,0.0,0.0388863237067697,0,0.684176483420087,0.461004774621206 -3911,0.5,0.153725174569888,0.0,0.231532597954742,0.153725174569888,0.0,0.124869383758625,0.153725174569888,0.0,0.196159169874939,0.153725174569888,0.0,0.10273690511901,0.153725174569888,0.0,0.031003149698826,0.153725174569888,0.0,0.0375713304488823,0.153725174569888,0.0,0.0368383965633262,0.153725174569888,0.0,0.0308366794969816,0.5,0.153725174569888,0.0,0.178566272300646,0.153725174569888,0.0,0.0150653250473107,0.5,0.153725174569888,0.0,0.416600194119421,0.153725174569888,0.0,0.0868925569797712,0.153725174569888,0.0,0.259518948520685,0.153725174569888,0.0,0.10034893912412,0.153725174569888,0.0,0.0605436937191142,0.153725174569888,0.0,0.112054876766502,0.153725174569888,0.0,0.243555641633961,0.5,0.153725174569888,0.0,0.0516901343283915,0,0.743744709868907,0.487998247012017 -3912,0.5,0.153725174569888,0.0,0.257606541722591,0.153725174569888,0.0,0.116675682089956,0.153725174569888,0.0,0.150259746684441,0.153725174569888,0.0,0.108786738457362,0.153725174569888,0.0,0.019619225378387,0.153725174569888,0.0,0.0307560557801415,0.153725174569888,0.0,0.0198063980876475,0.153725174569888,0.0,0.0171661027492673,0.5,0.153725174569888,0.0,0.140297644376584,0.153725174569888,0.0,0.0216140568262939,0.5,0.153725174569888,0.0,0.328885583997863,0.153725174569888,0.0,0.106390081445406,0.153725174569888,0.0,0.245348710937833,0.153725174569888,0.0,0.115919064755677,0.153725174569888,0.0,0.0641493982703465,0.153725174569888,0.0,0.0747663702567776,0.153725174569888,0.0,0.194953460519656,0.5,0.153725174569888,0.0,0.0642544508143686,0,0.76292461258964,0.470644944643675 -3913,0.5,0.153725174569888,0.0,0.292154529060743,0.153725174569888,0.0,0.125166364905608,0.153725174569888,0.0,0.119073989221293,0.153725174569888,0.0,0.136022900025807,0.153725174569888,0.0,0.01483836293955,0.153725174569888,0.0,0.0177204817551293,0.153725174569888,0.0,0.0198251996774113,0.153725174569888,0.0,0.0119731726867525,0.5,0.153725174569888,0.0,0.104030393627497,0.153725174569888,0.0,0.0237551397479413,0.5,0.153725174569888,0.0,0.236551417004553,0.153725174569888,0.0,0.107589558395723,0.153725174569888,0.0,0.22974833398092,0.153725174569888,0.0,0.137457698085096,0.153725174569888,0.0,0.0638264694592244,0.153725174569888,0.0,0.0448086836799207,0.153725174569888,0.0,0.136498904998806,0.5,0.153725174569888,0.0,0.064395500306633,0,0.814794010518413,0.462221546104294 -3914,0.5,0.153725174569888,0.0,0.309309409370367,0.153725174569888,0.0,0.133318152412173,0.153725174569888,0.0,0.100550201506392,0.153725174569888,0.0,0.167223004000363,0.153725174569888,0.0,0.0240263844791808,0.153725174569888,0.0,0.00865087461823761,0.153725174569888,0.0,0.023270326983734,0.153725174569888,0.0,0.0101444740980273,0.5,0.153725174569888,0.0,0.0771186906561129,0.153725174569888,0.0,0.0222353858870417,0.5,0.153725174569888,0.0,0.161144618263696,0.153725174569888,0.0,0.0935466246418528,0.153725174569888,0.0,0.207916079127701,0.153725174569888,0.0,0.148536054479218,0.153725174569888,0.0,0.072452333192851,0.153725174569888,0.0,0.032412709920149,0.153725174569888,0.0,0.0948394979724093,0.5,0.153725174569888,0.0,0.0506087996872118,0,0.821611063264679,0.487174658126649 -3915,0.5,0.153725174569888,0.0,0.308556454853041,0.153725174569888,0.0,0.13806696679144,0.153725174569888,0.0,0.091031563497906,0.153725174569888,0.0,0.194524676282028,0.153725174569888,0.0,0.034693394231884,0.153725174569888,0.0,0.0059802313179301,0.153725174569888,0.0,0.0345793752555937,0.153725174569888,0.0,0.00924845387881682,0.5,0.153725174569888,0.0,0.0565397120104866,0.153725174569888,0.0,0.0209226870558852,0.5,0.153725174569888,0.0,0.11348482619409,0.153725174569888,0.0,0.0729603610059281,0.153725174569888,0.0,0.213840445613741,0.153725174569888,0.0,0.168022732706172,0.153725174569888,0.0,0.0732518653767004,0.153725174569888,0.0,0.0411711629712579,0.153725174569888,0.0,0.0726277299655237,0.5,0.153725174569888,0.0,0.0535392872105992,0,0.843253514295855,0.554772585439036 -3916,0.5,0.153725174569888,0.0,0.309233387472798,0.153725174569888,0.0,0.154955799737132,0.153725174569888,0.0,0.0804246153374276,0.153725174569888,0.0,0.193614532109273,0.153725174569888,0.0,0.0447364000897226,0.153725174569888,0.0,0.00853788005622863,0.153725174569888,0.0,0.0247541779237657,0.153725174569888,0.0,0.00872261065098399,0.5,0.153725174569888,0.0,0.0464287076578332,0.153725174569888,0.0,0.0227386239186939,0.5,0.153725174569888,0.0,0.0782849405421633,0.153725174569888,0.0,0.0575809778404146,0.153725174569888,0.0,0.226476509452767,0.153725174569888,0.0,0.190176673328703,0.153725174569888,0.0,0.0718955149133085,0.153725174569888,0.0,0.0465445006999236,0.153725174569888,0.0,0.0606651950449432,0.5,0.153725174569888,0.0,0.0774974148039761,0,0.862944970603849,0.597844040570813 -3917,0.5,0.153725174569888,0.0014556662343299,0.310201697205176,0.153725174569888,0.00232223906253101,0.171623270034289,0.153725174569888,0.00212503908406026,0.0950560293186886,0.153725174569888,0.000692506531440278,0.202206572215907,0.153725174569888,0.00133865023390275,0.0510371338975257,0.153725174569888,0.000149412469756355,0.0117968193625536,0.153725174569888,0.00104460019288329,0.0177573497154474,0.153725174569888,6.23070346492681e-06,0.00795447241556031,0.5,0.153725174569888,1.22215792525203e-07,0.0419791149013618,0.153725174569888,0.00014301227888305,0.0233915756445097,0.5,0.153725174569888,6.99403882596891e-05,0.0591656034946881,0.153725174569888,2.26508250922453e-05,0.0490905689411998,0.153725174569888,0.00408745669753455,0.237291516056171,0.153725174569888,0.00131176430962931,0.20644870504466,0.153725174569888,0.00229543958202801,0.0783697941856962,0.153725174569888,0.000863579720063904,0.0339156618318746,0.153725174569888,0.0019517774317248,0.049895090685317,0.5,0.153725174569888,0.00101728123195687,0.0850735491348354,0,0.872199245148397,0.673711477051566 -3918,0.5,0.153725174569888,0.0167608933788872,0.328531375119406,0.153725174569888,0.0499871701217983,0.195400543839507,0.153725174569888,0.0391404395035896,0.156419666823469,0.153725174569888,0.00811435117632689,0.223515138789198,0.153725174569888,0.0347316634842695,0.0688154306617154,0.153725174569888,0.0309952544052775,0.0145759963321715,0.153725174569888,0.0471368277449688,0.018408051988848,0.153725174569888,0.0338435975345214,0.00637062040126845,0.5,0.153725174569888,0.0425518984615404,0.0381846988210956,0.153725174569888,0.0378859350716132,0.0309364288570315,0.5,0.153725174569888,0.0462607633612586,0.0644241646853398,0.153725174569888,0.0317198100696412,0.0577751854303967,0.153725174569888,0.0395609111511552,0.269945139955656,0.153725174569888,0.0268943148976891,0.232313110685643,0.153725174569888,0.0317135943977296,0.106801692483507,0.153725174569888,0.038193888630147,0.0313772824727623,0.153725174569888,0.0564818779562435,0.0629397722697347,0.5,0.153725174569888,0.0361260349675622,0.115810621213084,0,0.887609118803769,0.784697064989389 -3919,0.5,0.153725174569888,0.0530470300000312,0.376971055751229,0.153725174569888,0.109061038149531,0.261095209024572,0.153725174569888,0.108268743402067,0.220816785035135,0.153725174569888,0.0224352157598168,0.206410099690424,0.153725174569888,0.102639853966979,0.129963630792516,0.153725174569888,0.0980254415724086,0.0310835711567369,0.153725174569888,0.116746508251809,0.0805810186433804,0.153725174569888,0.0875912653950979,0.0226144078345857,0.5,0.153725174569888,0.117658211184729,0.0856397819925543,0.153725174569888,0.108001420413681,0.0556921869408513,0.5,0.153725174569888,0.124465905990834,0.173901985503642,0.153725174569888,0.104779138390945,0.0832216221209843,0.153725174569888,0.0558160891046031,0.429229214954328,0.153725174569888,0.0557352414069609,0.305005996729158,0.153725174569888,0.0683455770366668,0.157812048591894,0.153725174569888,0.113195366651294,0.0838924683627737,0.153725174569888,0.140362318557148,0.149365655594205,0.5,0.153725174569888,0.107090283241072,0.135506394681905,0,0.890442681031358,0.829223253671107 -3920,0.5,0.153725174569888,0.107525554344906,0.460024554240669,0.153725174569888,0.0905350715108042,0.328388825951608,0.153725174569888,0.192710193972546,0.257198738698151,0.153725174569888,0.0668161653823497,0.20402871711351,0.153725174569888,0.183433217964306,0.210180784776368,0.153725174569888,0.210245605401007,0.0539181727255594,0.153725174569888,0.213881000778665,0.138315294559549,0.153725174569888,0.14507414111807,0.0793572928536259,0.5,0.153725174569888,0.234807277901886,0.244030582266414,0.153725174569888,0.203930543755286,0.0798307096457382,0.5,0.153725174569888,0.243727586939582,0.309377129158306,0.153725174569888,0.22095510456263,0.13727575892089,0.153725174569888,0.049812310883155,0.571006225419053,0.153725174569888,0.0546914396928685,0.351053684747565,0.153725174569888,0.138195348672009,0.262848606066988,0.153725174569888,0.202875470374364,0.166363330374733,0.153725174569888,0.261918920186873,0.244005379249831,0.5,0.153725174569888,0.21384338685738,0.168211953716547,0,0.947866283878683,0.830708724984835 -3921,0.5,0.153725174569888,0.179720151357119,0.60427589271818,0.153725174569888,0.0423161686454427,0.475739755000058,0.153725174569888,0.246993427503012,0.257450367768675,0.153725174569888,0.143804511332948,0.255955193100514,0.153725174569888,0.200927144393797,0.281762431059255,0.153725174569888,0.335092698280545,0.0782476609009006,0.153725174569888,0.327636395973099,0.202160848753297,0.153725174569888,0.205814592118644,0.0719334889259566,0.5,0.153725174569888,0.357288362257783,0.342038611195967,0.153725174569888,0.315905705436298,0.103450900804735,0.5,0.153725174569888,0.377090392531291,0.345691131684353,0.153725174569888,0.351294851407054,0.207672847270157,0.153725174569888,0.0431692065457596,0.534037177597125,0.153725174569888,0.0436875560639356,0.418257418912201,0.153725174569888,0.199703543629135,0.396263563792427,0.153725174569888,0.288674427945532,0.189849337013636,0.153725174569888,0.392648722598589,0.275679793475747,0.5,0.153725174569888,0.344957935288501,0.1862058536978,0,0.951558150103609,0.754601617831975 -3922,0.5,0.153725174569888,0.214935928000097,0.727903021305459,0.153725174569888,0.0275155865314921,0.634966553109015,0.153725174569888,0.332192800676809,0.344333633445391,0.153725174569888,0.230405002566255,0.323385900772417,0.153725174569888,0.19503657917478,0.356630939532012,0.153725174569888,0.442347432195748,0.097615431847101,0.153725174569888,0.403030315324305,0.252715118076073,0.153725174569888,0.301614546329196,0.0593911876554181,0.5,0.153725174569888,0.461302504309724,0.3159306174426,0.153725174569888,0.439258760126873,0.127164690796503,0.5,0.153725174569888,0.516941940339065,0.303652208787348,0.153725174569888,0.482939620378654,0.272797409078165,0.153725174569888,0.113551823531402,0.551002743971398,0.153725174569888,0.041331647506135,0.480962156623432,0.153725174569888,0.206044047257958,0.605769684665398,0.153725174569888,0.377875202427132,0.210887515298998,0.153725174569888,0.514807104783846,0.254713527541168,0.5,0.153725174569888,0.467645792233349,0.201158787510347,0,0.784303097983912,0.577354946081766 -3923,0.5,0.153725174569888,0.227268380513854,0.78949609960241,0.153725174569888,0.0385478957666592,0.697099061222554,0.153725174569888,0.303700205502766,0.39498653321996,0.153725174569888,0.256063567041367,0.375433669643114,0.153725174569888,0.175677164798508,0.392627102189395,0.153725174569888,0.507541294406798,0.129201316849812,0.153725174569888,0.42394066842772,0.330866562474583,0.153725174569888,0.420676361424922,0.0499060443902173,0.5,0.153725174569888,0.538494085068617,0.273418670772747,0.153725174569888,0.530627194628426,0.138314983108476,0.5,0.153725174569888,0.629421065701828,0.239390463402505,0.153725174569888,0.585378533467771,0.304018351492921,0.153725174569888,0.177239342767187,0.606660065669854,0.153725174569888,0.0388982564463571,0.52960586076495,0.153725174569888,0.127056467105225,0.693431898695557,0.153725174569888,0.385317568721035,0.22095582532194,0.153725174569888,0.600242018346536,0.236343713482663,0.5,0.153725174569888,0.550343201235006,0.212296156186821,0,0.788892787532466,0.422171167851536 -3924,0.5,0.153725174569888,0.221918805166086,0.858266874420926,0.153725174569888,0.0234256343456866,0.662722862280358,0.153725174569888,0.216662471965886,0.483029607241196,0.153725174569888,0.292712047732048,0.501892012074291,0.153725174569888,0.144532276692495,0.375058825022893,0.153725174569888,0.546404091706067,0.180481726189513,0.153725174569888,0.391593644313758,0.433853007977946,0.153725174569888,0.554244037589583,0.0574933700838043,0.5,0.153725174569888,0.617466033541818,0.232824417706309,0.153725174569888,0.583903919993539,0.129433791842037,0.5,0.153725174569888,0.693006116456667,0.215229139454656,0.153725174569888,0.621651302667824,0.296907544917082,0.153725174569888,0.280075007047145,0.716527640532552,0.153725174569888,0.0382351327731256,0.508362640656649,0.153725174569888,0.0925108827892927,0.737224650016672,0.153725174569888,0.348692806720063,0.257851976325852,0.153725174569888,0.640575734425961,0.235896842407491,0.5,0.153725174569888,0.607231165524112,0.217262269305941,0,0.835285698148805,0.380071862261498 -3925,0.5,0.153725174569888,0.242105750083246,0.847316884570386,0.153725174569888,0.0411583982479747,0.631270181803161,0.153725174569888,0.139251237411831,0.534242388957736,0.153725174569888,0.213917392836463,0.558387983181002,0.153725174569888,0.136769315510301,0.396100281603889,0.153725174569888,0.516930251864074,0.262437866200166,0.153725174569888,0.272369861101931,0.49927267987409,0.153725174569888,0.598240720612821,0.0982033804622724,0.5,0.153725174569888,0.686742723581508,0.213424626057584,0.153725174569888,0.613164953303575,0.110950887174229,0.5,0.153725174569888,0.718792215641352,0.191796913740421,0.153725174569888,0.636976785294866,0.272887725230051,0.153725174569888,0.426954884318367,0.848047464561642,0.153725174569888,0.0378550161064833,0.488034567274885,0.153725174569888,0.0763275682470817,0.703239194066763,0.153725174569888,0.265857530790992,0.309871666541014,0.153725174569888,0.644568643069811,0.240451656933128,0.5,0.153725174569888,0.633372010169108,0.238051396342562,0,0.869213018918879,0.327186436144493 -3926,0.5,0.153725174569888,0.217886418244853,0.85756071162694,0.153725174569888,0.167217649667779,0.676630516009506,0.153725174569888,0.0920673576045343,0.530980186946435,0.153725174569888,0.117792910751444,0.614988262689098,0.153725174569888,0.140385226897074,0.435028644097724,0.153725174569888,0.322893180163435,0.303618143052752,0.153725174569888,0.148952377770654,0.414570700865978,0.153725174569888,0.490028969458955,0.145133735399849,0.5,0.153725174569888,0.683792554271622,0.235886397226048,0.153725174569888,0.621722930817179,0.101086312169084,0.5,0.153725174569888,0.693438380349632,0.170174559348587,0.153725174569888,0.613380997965399,0.244821373139048,0.153725174569888,0.541214375173347,0.91019515336768,0.153725174569888,0.0508767422297221,0.443482953839075,0.153725174569888,0.0660096469666059,0.709691884065446,0.153725174569888,0.184750770899041,0.309872928093161,0.153725174569888,0.593243692849655,0.262645442696069,0.5,0.153725174569888,0.581972190450686,0.243844159744074,0,0.820618834468861,0.363060865473103 -3927,0.5,0.153725174569888,0.216855009999462,0.845686274775833,0.153725174569888,0.418850943773803,0.911394656138285,0.153725174569888,0.0694194694263126,0.531522617064663,0.153725174569888,0.0573479161625112,0.61131779406205,0.153725174569888,0.125548970624439,0.535138388747519,0.153725174569888,0.142413423834816,0.267393072746352,0.153725174569888,0.1123400211266,0.333533852621555,0.153725174569888,0.272618155057065,0.157717723329276,0.5,0.153725174569888,0.61370352269297,0.261538404867935,0.153725174569888,0.558019717289284,0.103447598485957,0.5,0.153725174569888,0.634042398496975,0.197234564066911,0.153725174569888,0.558188050040813,0.253847653503529,0.153725174569888,0.522484025292459,0.914389576293051,0.153725174569888,0.123284339789858,0.490924794251216,0.153725174569888,0.0505313765349028,0.607979385169774,0.153725174569888,0.128815041378437,0.268377092639481,0.153725174569888,0.502677468880221,0.296173335553064,0.5,0.153725174569888,0.51450088508537,0.254475863541473,0,0.686646124714851,0.462644679400035 -3928,0.5,0.153725174569888,0.208473583670674,0.78983838644724,0.153725174569888,0.24646935917158,0.899890546347396,0.153725174569888,0.0501010766808846,0.5531533434235,0.153725174569888,0.0324212262321784,0.63744080512306,0.153725174569888,0.0577411317643796,0.440939221781311,0.153725174569888,0.0903449696025893,0.241840125960847,0.153725174569888,0.0630004490136875,0.293559070352067,0.153725174569888,0.13688660368495,0.149229646528798,0.5,0.153725174569888,0.494342587719847,0.287282935979287,0.153725174569888,0.474679366151929,0.120609796566158,0.5,0.153725174569888,0.520039715436522,0.271923850200531,0.153725174569888,0.466971557288402,0.301213822500425,0.153725174569888,0.467080710372342,0.888954142110282,0.153725174569888,0.185353964587955,0.534243118571712,0.153725174569888,0.0567627532311363,0.548002182894717,0.153725174569888,0.0972778844028314,0.227867201240836,0.153725174569888,0.368983911531016,0.345557815582534,0.5,0.153725174569888,0.428337224547963,0.268336481144503,0,0.413606141847994,0.477308308643772 -3929,0.5,0.153725174569888,0.167069041802616,0.66196888988035,0.153725174569888,0.22606968731861,0.861287823916167,0.153725174569888,0.0264902835591047,0.512603933618892,0.153725174569888,0.0149399734841704,0.581683684233589,0.153725174569888,0.0227719468301235,0.391112387431735,0.153725174569888,0.0481195097028619,0.195712145910255,0.153725174569888,0.0344718001823009,0.287295776034629,0.153725174569888,0.0812310298451448,0.12437690543649,0.5,0.153725174569888,0.354344247013112,0.333300311371615,0.153725174569888,0.332258173182224,0.137846783640108,0.5,0.153725174569888,0.372347373440194,0.399104046032236,0.153725174569888,0.337368842965473,0.316170162353396,0.153725174569888,0.354286537841778,0.823931754807199,0.153725174569888,0.191913575782875,0.566231720501991,0.153725174569888,0.0908854079376638,0.572404543912869,0.153725174569888,0.0649336352333987,0.198406980890783,0.153725174569888,0.251709838918067,0.392742630516332,0.5,0.153725174569888,0.315958833177893,0.285471025041713,0,0.340273309008316,0.494600727509361 -3930,0.5,0.153725174569888,0.138588975694062,0.590333279642646,0.153725174569888,0.197392332409541,0.817813732340091,0.153725174569888,0.00912201577906996,0.398118850760353,0.153725174569888,0.00558673552428016,0.474809947299838,0.153725174569888,0.0126066812004062,0.311083884667148,0.153725174569888,0.0293324650363728,0.194291014750006,0.153725174569888,0.0173939666680442,0.244455861307639,0.153725174569888,0.0415936656070233,0.0958785517407202,0.5,0.153725174569888,0.219756597314872,0.313842253270949,0.153725174569888,0.203441135074429,0.125215964201908,0.5,0.153725174569888,0.233493327612392,0.475109904923553,0.153725174569888,0.218122443463585,0.268004898709232,0.153725174569888,0.241629656673746,0.712460457714036,0.153725174569888,0.184765719136812,0.54392932631966,0.153725174569888,0.0613793786156636,0.510330266964296,0.153725174569888,0.0347287437783492,0.182069778337536,0.153725174569888,0.149603363024907,0.383392672783812,0.5,0.153725174569888,0.193926224975929,0.240100781034867,0,0.271009499604291,0.488560422775857 -3931,0.5,0.153725174569888,0.0705333037220653,0.466681081784308,0.153725174569888,0.115861949411212,0.717387891893411,0.153725174569888,0.00922745470614379,0.36869780407799,0.153725174569888,0.00751970649192577,0.386719930929974,0.153725174569888,0.0189367485933991,0.214654735465814,0.153725174569888,0.0164343675738404,0.194299285061715,0.153725174569888,0.00613056447340114,0.237443311800393,0.153725174569888,0.0180067638922335,0.067172311862493,0.5,0.153725174569888,0.109827602370188,0.217808062584385,0.153725174569888,0.0968713918654353,0.0859112009356709,0.5,0.153725174569888,0.107383810614281,0.403569317156059,0.153725174569888,0.108113021564081,0.166373366449375,0.153725174569888,0.127360876502181,0.582683399991329,0.153725174569888,0.118343495395528,0.451615065506022,0.153725174569888,0.0365418972189557,0.385272888988894,0.153725174569888,0.0132661538835122,0.128572031108114,0.153725174569888,0.0705745446726653,0.328373317472944,0.5,0.153725174569888,0.0704918962002401,0.139306409494667,0,0.158639925591559,0.466397630848452 -3932,0.5,0.153725174569888,0.0151769837269737,0.329482793656811,0.153725174569888,0.0352652257310686,0.495117231355561,0.153725174569888,0.00589904075609812,0.337370962914531,0.153725174569888,0.00297619892444637,0.313536542766336,0.153725174569888,0.0228238085470358,0.108124720453744,0.153725174569888,0.00389894927726918,0.167767657893715,0.153725174569888,0.00112640404918532,0.286812148578775,0.153725174569888,0.00364180350133113,0.0507224624664814,0.5,0.153725174569888,0.0293168310294616,0.0957729279472306,0.153725174569888,0.00117870031042741,0.0648517838025441,0.5,0.153725174569888,0.0219897063333323,0.220053948806347,0.153725174569888,0.0180897811290928,0.133558920175752,0.153725174569888,0.0422476809601806,0.401312278457482,0.153725174569888,0.04284681966397,0.277734688135609,0.153725174569888,0.0150717326909106,0.282810150428028,0.153725174569888,0.0031393469820107,0.114776139510707,0.153725174569888,0.00891672890592048,0.222477204093983,0.5,0.153725174569888,0.0,0.088061581970108,0,0.0759990039748988,0.437570226642984 -3933,0.5,0.153725174569888,0.0,0.219121882452966,0.153725174569888,0.0,0.317027491132165,0.153725174569888,0.0,0.22658532116537,0.153725174569888,0.0,0.251807078460459,0.153725174569888,0.0,0.0661842161946815,0.153725174569888,0.000119262473239028,0.123552017533791,0.153725174569888,9.48044529036511e-09,0.203915573664527,0.153725174569888,1.74220194630097e-05,0.039697635645321,0.5,0.153725174569888,0.0,0.0367119525569915,0.153725174569888,0.0,0.0609361982891653,0.5,0.153725174569888,0.0,0.0975985290038658,0.153725174569888,0.0,0.124597679971729,0.153725174569888,0.0,0.277743380124128,0.153725174569888,0.0,0.192444898472063,0.153725174569888,1.33647718043871e-07,0.204839547772358,0.153725174569888,0.0,0.114785372674899,0.153725174569888,0.0,0.149488809332024,0.5,0.153725174569888,0.0,0.0737874423065943,0,0.0787890356676714,0.419788312538043 -3934,0.5,0.153725174569888,0.0,0.170022080237002,0.153725174569888,0.0,0.219577205045543,0.153725174569888,0.0,0.146006312962779,0.153725174569888,0.0,0.231068530724872,0.153725174569888,0.0,0.0535852889172927,0.153725174569888,0.0,0.073921099047458,0.153725174569888,0.0,0.116769374881169,0.153725174569888,0.0,0.0308527062764469,0.5,0.153725174569888,0.0,0.0148829753215024,0.153725174569888,0.0,0.0395236205057157,0.5,0.153725174569888,0.0,0.0344122431948844,0.153725174569888,0.0,0.103986249285736,0.153725174569888,0.0,0.239811355917254,0.153725174569888,0.0,0.165603685390596,0.153725174569888,0.0,0.166108960291914,0.153725174569888,0.0,0.0935360631196087,0.153725174569888,0.0,0.104157855786307,0.5,0.153725174569888,0.0,0.0486068146121636,0,0.143530030125718,0.464416584106035 -3935,0.5,0.153725174569888,0.0,0.174291268778959,0.153725174569888,0.0,0.169487221657118,0.153725174569888,0.0,0.1210087806856,0.153725174569888,0.0,0.203701924897674,0.153725174569888,0.0,0.0478813563921441,0.153725174569888,0.0,0.0519974956765581,0.153725174569888,0.0,0.0716214188146996,0.153725174569888,0.0,0.0271960375196474,0.5,0.153725174569888,0.0,0.00933830917675554,0.153725174569888,0.0,0.0269790142788344,0.5,0.153725174569888,0.0,0.00910596561722661,0.153725174569888,0.0,0.0756958783123121,0.153725174569888,0.0,0.226604928958461,0.153725174569888,0.0,0.16292484659161,0.153725174569888,0.0,0.142484377453205,0.153725174569888,0.0,0.0621773997821415,0.153725174569888,0.0,0.0705438497213511,0.5,0.153725174569888,0.0,0.0383724854479425,0,0.240383510837081,0.48394051365955 -3936,0.5,0.153725174569888,0.0,0.183349990678586,0.153725174569888,0.0,0.137315193864088,0.153725174569888,0.0,0.129902752471117,0.153725174569888,0.0,0.205111209369347,0.153725174569888,0.0,0.0509813069384239,0.153725174569888,0.0,0.0476352287721994,0.153725174569888,0.0,0.0460708039746173,0.153725174569888,0.0,0.0294954914290904,0.5,0.153725174569888,0.0,0.00896281221257686,0.153725174569888,0.0,0.0213596354837638,0.5,0.153725174569888,0.0,0.00144623360574523,0.153725174569888,0.0,0.0556207047090888,0.153725174569888,0.0,0.207306851656402,0.153725174569888,0.0,0.159643389226659,0.153725174569888,0.0,0.130039273457252,0.153725174569888,0.0,0.0406172424373329,0.153725174569888,0.0,0.0367260037719502,0.5,0.153725174569888,0.0,0.0316916501884475,0,0.237463146126348,0.563727866740519 -3937,0.5,0.153725174569888,0.0,0.167703239353338,0.153725174569888,0.0,0.129596881774612,0.153725174569888,0.0,0.125889130748419,0.153725174569888,0.0,0.222746932673794,0.153725174569888,0.0,0.0534162570050773,0.153725174569888,0.0,0.0399560721591835,0.153725174569888,0.0,0.0313194780924145,0.153725174569888,0.0,0.0337326835388017,0.5,0.153725174569888,0.0,0.00865742317847767,0.153725174569888,0.0,0.016092149869983,0.5,0.153725174569888,0.0,0.000372075899755425,0.153725174569888,0.0,0.0361983442920121,0.153725174569888,0.0,0.172881003409278,0.153725174569888,0.0,0.15413001918463,0.153725174569888,0.0,0.120405556358431,0.153725174569888,0.0,0.0252516863488011,0.153725174569888,0.0,0.0212300087942847,0.5,0.153725174569888,0.0,0.0258115449200928,0,0.200582538673997,0.605249229891466 -3938,0.5,0.153725174569888,0.0,0.149767099280908,0.153725174569888,0.0,0.126861781754417,0.153725174569888,0.0,0.122291626968924,0.153725174569888,0.0,0.256208624978292,0.153725174569888,0.0,0.0502048163946979,0.153725174569888,0.0,0.0343445457247855,0.153725174569888,0.0,0.0228562378048796,0.153725174569888,0.0,0.0287347623553598,0.5,0.153725174569888,0.0,0.00796458391890321,0.153725174569888,0.0,0.0107265777260118,0.5,0.153725174569888,0.0,0.000413552463756421,0.153725174569888,0.0,0.0207808329873443,0.153725174569888,0.0,0.146951517815281,0.153725174569888,0.0,0.162190275944121,0.153725174569888,0.0,0.125317091416308,0.153725174569888,0.0,0.0206640718728473,0.153725174569888,0.0,0.02099724003647,0.5,0.153725174569888,0.0,0.0172427888688344,0,0.142049540695147,0.557671355605248 -3939,0.5,0.153725174569888,0.0,0.135075667469452,0.153725174569888,0.0,0.124752462211217,0.153725174569888,0.0,0.141725542468229,0.153725174569888,0.0,0.258831477636558,0.153725174569888,0.0,0.0474749293697983,0.153725174569888,0.0,0.0364202858675068,0.153725174569888,0.0,0.0166023569459367,0.153725174569888,0.0,0.0352514454689405,0.5,0.153725174569888,0.0,0.00932760116539424,0.153725174569888,0.0,0.00942321724528797,0.5,0.153725174569888,0.0,0.000735227535465806,0.153725174569888,0.0,0.013080173069901,0.153725174569888,0.0,0.127398451482976,0.153725174569888,0.0,0.190768379310626,0.153725174569888,0.0,0.14355757378196,0.153725174569888,0.0,0.0203142366619273,0.153725174569888,0.0,0.0280175479731719,0.5,0.153725174569888,0.0,0.0117583840903258,0,0.096284293262013,0.475252592706498 -3940,0.5,0.153725174569888,0.0,0.125982122444361,0.153725174569888,0.0,0.12176374900495,0.153725174569888,0.0,0.165967143989197,0.153725174569888,0.0,0.243369911649326,0.153725174569888,0.0,0.0420523644576655,0.153725174569888,0.0,0.0374921392178068,0.153725174569888,0.0,0.0139511793015631,0.153725174569888,0.0,0.0516738056422062,0.5,0.153725174569888,0.0,0.0147079420099187,0.153725174569888,0.0,0.00720537238394619,0.5,0.153725174569888,0.0,0.00132259151712107,0.153725174569888,0.0,0.00820083191649756,0.153725174569888,0.0,0.108440492624373,0.153725174569888,0.0,0.185675439323198,0.153725174569888,0.0,0.162429506871743,0.153725174569888,0.0,0.020336104646066,0.153725174569888,0.0,0.0192088069428168,0.5,0.153725174569888,0.0,0.0112093942330558,0,0.114197737530585,0.39828382155872 -3941,0.5,0.153725174569888,0.00305093401025461,0.129010135678017,0.153725174569888,0.000377343238324921,0.108752332939442,0.153725174569888,0.00129401138854685,0.175925995255613,0.153725174569888,0.000968895418788121,0.247142767365158,0.153725174569888,0.000908779247556611,0.0379481384531518,0.153725174569888,0.000184595741208102,0.0315315242525925,0.153725174569888,0.00111471809835189,0.0198975994755194,0.153725174569888,1.02351406529622e-06,0.0703326096036896,0.5,0.153725174569888,0.0,0.0299733698982531,0.153725174569888,3.71885424191175e-05,0.00512853199937093,0.5,0.153725174569888,9.61135647337392e-06,0.00411435264354973,0.153725174569888,7.21681362445711e-07,0.00643303807274286,0.153725174569888,0.00360878851851138,0.101558140825694,0.153725174569888,0.000650500551276548,0.175299888697295,0.153725174569888,0.00130189538007884,0.168242387149767,0.153725174569888,0.00111651479376148,0.0282406715677165,0.153725174569888,0.000601023545974351,0.0197766318730693,0.5,0.153725174569888,0.000837689267650618,0.0134392450502201,0,0.156534519314323,0.34786218304099 -3942,0.5,0.153725174569888,0.025902690203889,0.147558049009365,0.153725174569888,0.00766282903811745,0.0992150798119488,0.153725174569888,0.020618952131202,0.213381616185725,0.153725174569888,0.0109549931569315,0.267977161991187,0.153725174569888,0.0140770586841649,0.0622457647809229,0.153725174569888,0.0423271395391486,0.0351521689013603,0.153725174569888,0.0376216489698187,0.0377174499300344,0.153725174569888,0.00873931022829811,0.0784466628097418,0.5,0.153725174569888,0.00322813345141863,0.0579754246987663,0.153725174569888,0.0288139574657797,0.00372935396232602,0.5,0.153725174569888,0.00939341321422987,0.00816574000272983,0.153725174569888,0.0348547316891919,0.00635635186250076,0.153725174569888,0.0415792248157416,0.111341416369353,0.153725174569888,0.00845013600951986,0.164755170906306,0.153725174569888,0.0148643558918682,0.17764501052415,0.153725174569888,0.0340788328985978,0.0579777324138773,0.153725174569888,0.0187740569072629,0.0454434952073361,0.5,0.153725174569888,0.0215527438609395,0.024165595422744,0,0.171792141509273,0.272189945441127 -3943,0.5,0.153725174569888,0.0593078400809543,0.184549499051527,0.153725174569888,0.0662664513003438,0.123902838483297,0.153725174569888,0.0619866253241173,0.251062891953667,0.153725174569888,0.0362812113972103,0.278036701602256,0.153725174569888,0.0315161184823466,0.126971739747465,0.153725174569888,0.112959825220875,0.0786375475519859,0.153725174569888,0.0764152687668708,0.0743052850702446,0.153725174569888,0.0548169788977434,0.104074332757645,0.5,0.153725174569888,0.0164970653601145,0.0935045759395202,0.153725174569888,0.0784412840287786,0.00722287293694875,0.5,0.153725174569888,0.0184922063863185,0.018830315316328,0.153725174569888,0.0955517738439138,0.0185861565224148,0.153725174569888,0.0972772084102603,0.151495727919376,0.153725174569888,0.031738195614107,0.146248910792271,0.153725174569888,0.0346429112742062,0.176645200047314,0.153725174569888,0.0898138646018346,0.116975379699961,0.153725174569888,0.0593047888566167,0.0867779017973635,0.5,0.153725174569888,0.0662302820522882,0.0293730964309764,0,0.266524757704705,0.182185692205944 -3944,0.5,0.153725174569888,0.107722776466031,0.245323275358415,0.153725174569888,0.204447615930943,0.213082466803978,0.153725174569888,0.102358014260979,0.26307570037228,0.153725174569888,0.0486242698273616,0.26551390464462,0.153725174569888,0.0579545510817806,0.142716543184885,0.153725174569888,0.196092239126217,0.13986878565712,0.153725174569888,0.0971791026728606,0.116008718321039,0.153725174569888,0.166243840895032,0.164457748498168,0.5,0.153725174569888,0.0587837431843966,0.166195199210166,0.153725174569888,0.146881145649625,0.0246904261432727,0.5,0.153725174569888,0.0350541098328213,0.0513467231854959,0.153725174569888,0.159499923135595,0.051931541204207,0.153725174569888,0.181530926158661,0.1704281039177,0.153725174569888,0.080484468800586,0.136731057197306,0.153725174569888,0.0669090757471155,0.175414481383201,0.153725174569888,0.142985272239657,0.184502185702236,0.153725174569888,0.124656614614323,0.123839659124007,0.5,0.153725174569888,0.124598852930185,0.0306285220875918,0,0.312689187240144,0.124379347844005 -3945,0.5,0.153725174569888,0.193396984496545,0.289875825094299,0.153725174569888,0.223699319661476,0.200240031107772,0.153725174569888,0.107588581020068,0.249584773008558,0.153725174569888,0.059487107485447,0.252681691346047,0.153725174569888,0.0812234286062487,0.11530323662952,0.153725174569888,0.233109869097548,0.128262150155729,0.153725174569888,0.103647270855984,0.120394408721793,0.153725174569888,0.291587205512069,0.215125042069309,0.5,0.153725174569888,0.136883112398417,0.239052532438485,0.153725174569888,0.219209510434413,0.0551567996758528,0.5,0.153725174569888,0.102049747479772,0.100226128597764,0.153725174569888,0.217048019098537,0.103985717093843,0.153725174569888,0.299679992196817,0.216546270398617,0.153725174569888,0.134353035070215,0.119989523512151,0.153725174569888,0.114840493727413,0.210350490675309,0.153725174569888,0.13256553061945,0.202510619181779,0.153725174569888,0.197214869876103,0.164284167942998,0.5,0.153725174569888,0.182635592665388,0.033752181475721,0,0.357765919213971,0.0641355291938209 -3946,0.5,0.153725174569888,0.273785937831823,0.347407977405451,0.153725174569888,0.180043320165798,0.182571474835566,0.153725174569888,0.125355001640009,0.244043646642297,0.153725174569888,0.118143892056845,0.254176140720917,0.153725174569888,0.116446663425976,0.0858195467639761,0.153725174569888,0.222517810856299,0.124387084199745,0.153725174569888,0.103664598187756,0.141312198085691,0.153725174569888,0.24769752059308,0.188855409730179,0.5,0.153725174569888,0.232616555720141,0.251493377867897,0.153725174569888,0.300281305818296,0.0685073443129841,0.5,0.153725174569888,0.252186167851634,0.151095300779582,0.153725174569888,0.292226702780166,0.163558530208607,0.153725174569888,0.390663286125863,0.281322811988818,0.153725174569888,0.218070676516994,0.127100815899589,0.153725174569888,0.166244067336689,0.212537032197911,0.153725174569888,0.130416664770083,0.190801600138507,0.153725174569888,0.196732968424566,0.181846559495943,0.5,0.153725174569888,0.216631322219232,0.0436812399050538,0,0.437181089734353,0.0276476093133078 -3947,0.5,0.153725174569888,0.335577138597061,0.402963959780016,0.153725174569888,0.349300517604859,0.246777138389879,0.153725174569888,0.207422382030293,0.276413993222828,0.153725174569888,0.185127777586307,0.274526142719998,0.153725174569888,0.172014527494511,0.0793879888076282,0.153725174569888,0.223718250555806,0.146320352814109,0.153725174569888,0.110714341772048,0.123706338253738,0.153725174569888,0.227405730436292,0.181940634620508,0.5,0.153725174569888,0.225726867197559,0.223072795701805,0.153725174569888,0.440170725338974,0.0646231891153975,0.5,0.153725174569888,0.428744459033313,0.188592930503005,0.153725174569888,0.374473535341201,0.21327981551616,0.153725174569888,0.41393919121214,0.304364495222729,0.153725174569888,0.353733154559931,0.15653258668337,0.153725174569888,0.288819181631085,0.226363219375967,0.153725174569888,0.139912283896205,0.178683260116559,0.153725174569888,0.203272840395422,0.179884642326011,0.5,0.153725174569888,0.261418681883289,0.0570033146016432,0,0.464117198555032,0.0311090467694594 -3948,0.5,0.153725174569888,0.376979942106346,0.451910706390285,0.153725174569888,0.414577222234488,0.297603802584332,0.153725174569888,0.305051461606539,0.259511095999126,0.153725174569888,0.201435482234613,0.253750902039747,0.153725174569888,0.292811942774909,0.0791932075329311,0.153725174569888,0.229677452400855,0.167597867817524,0.153725174569888,0.14075660595365,0.109877556498346,0.153725174569888,0.236440189154902,0.203901223397637,0.5,0.153725174569888,0.242043476868691,0.226265782163302,0.153725174569888,0.378821502560233,0.0672408001833308,0.5,0.153725174569888,0.376783329855335,0.19450335443302,0.153725174569888,0.414823315024343,0.250624636543936,0.153725174569888,0.443653662151358,0.267200949728466,0.153725174569888,0.458101249162097,0.190729924998375,0.153725174569888,0.417499483250624,0.240788684129159,0.153725174569888,0.168796199157686,0.178419038070479,0.153725174569888,0.192035686875915,0.162642157825266,0.5,0.153725174569888,0.263297827092709,0.0697176659004813,0,0.38985776598481,0.104361229073871 -3949,0.5,0.153725174569888,0.37616918614052,0.483047790891853,0.153725174569888,0.365779611446629,0.275369413874251,0.153725174569888,0.392689133183176,0.261690160980102,0.153725174569888,0.285747570822475,0.233621657171968,0.153725174569888,0.405983607176868,0.0798247751197744,0.153725174569888,0.250219871480972,0.174020146868525,0.153725174569888,0.202236365904887,0.105607849704019,0.153725174569888,0.22716825010173,0.222637498279297,0.5,0.153725174569888,0.272746976581116,0.244292143598164,0.153725174569888,0.266533835514786,0.0768414590856945,0.5,0.153725174569888,0.252844680366806,0.184216379190998,0.153725174569888,0.426376583387802,0.289321742559401,0.153725174569888,0.465392950452812,0.261447910631928,0.153725174569888,0.503204365739547,0.241154558029482,0.153725174569888,0.446866231431774,0.235985661334828,0.153725174569888,0.174565355858252,0.17345696107607,0.153725174569888,0.217681526021189,0.154264517365164,0.5,0.153725174569888,0.226736780218471,0.0831811146209953,0,0.278729283392709,0.223750710830569 -3950,0.5,0.153725174569888,0.348149007656944,0.481171617591517,0.153725174569888,0.51594641811017,0.270367963314808,0.153725174569888,0.331862296511588,0.242170216840276,0.153725174569888,0.320078402050964,0.241070834691976,0.153725174569888,0.42458185009684,0.116571772648936,0.153725174569888,0.236500368502723,0.145000957139838,0.153725174569888,0.29714841744133,0.0861890347539276,0.153725174569888,0.217324549730983,0.238959643528532,0.5,0.153725174569888,0.288958407408103,0.262506654350481,0.153725174569888,0.228223315310515,0.0889749045374565,0.5,0.153725174569888,0.239233854316161,0.169206881367674,0.153725174569888,0.338328845515979,0.300157458870095,0.153725174569888,0.462804232855174,0.277147817668035,0.153725174569888,0.450640459013263,0.342125003369934,0.153725174569888,0.356304903778001,0.206986371582531,0.153725174569888,0.267815744460496,0.154002513397129,0.153725174569888,0.238673764670568,0.140217005106774,0.5,0.153725174569888,0.187996862975383,0.0926568212548021,0,0.211186754166111,0.284905870093672 -3951,0.5,0.153725174569888,0.326145886728616,0.448226638775276,0.153725174569888,0.374118489748753,0.296290238813344,0.153725174569888,0.239482441642379,0.180526077963454,0.153725174569888,0.291699988014238,0.237039609152675,0.153725174569888,0.38763654680671,0.206021329703919,0.153725174569888,0.263811466880983,0.122099340985354,0.153725174569888,0.380886877790268,0.0893063429116842,0.153725174569888,0.189971485719565,0.216720668322118,0.5,0.153725174569888,0.208267226392965,0.26038206972733,0.153725174569888,0.214634012097834,0.127535798276286,0.5,0.153725174569888,0.231193330676839,0.156292738865705,0.153725174569888,0.27058786887913,0.327412633651566,0.153725174569888,0.442149482778199,0.291402537406672,0.153725174569888,0.401926328427021,0.421499133452427,0.153725174569888,0.31865497310211,0.195381737445038,0.153725174569888,0.320510714755443,0.125001012316692,0.153725174569888,0.244710573009347,0.114947005919537,0.5,0.153725174569888,0.183581628972159,0.0953886829212176,0,0.177705209716708,0.272398502733637 -3952,0.5,0.153725174569888,0.222065988594444,0.397157143709674,0.153725174569888,0.287426317916915,0.311359410769857,0.153725174569888,0.279795021446645,0.180302798810291,0.153725174569888,0.283878166434565,0.227630637069591,0.153725174569888,0.285210046110352,0.266463474981404,0.153725174569888,0.252944520983738,0.128608293798244,0.153725174569888,0.355253405034659,0.116591578062451,0.153725174569888,0.180053157888962,0.181516935328921,0.5,0.153725174569888,0.183460790530357,0.266644826782145,0.153725174569888,0.156091416186685,0.180913102023005,0.5,0.153725174569888,0.152508105621393,0.147669043671385,0.153725174569888,0.202591909790843,0.340332488927104,0.153725174569888,0.298381364712195,0.261031696149866,0.153725174569888,0.350879680610361,0.442024284067431,0.153725174569888,0.24140694695105,0.178380540778465,0.153725174569888,0.342864163372147,0.123252348113339,0.153725174569888,0.253426700188194,0.096300547864133,0.5,0.153725174569888,0.206928331092625,0.0981214810841896,0,0.17264378578173,0.220111579341614 -3953,0.5,0.153725174569888,0.14031981505045,0.351763782132171,0.153725174569888,0.257327537370968,0.343625941591788,0.153725174569888,0.268482708346078,0.210148698406321,0.153725174569888,0.202102245201721,0.199402362548131,0.153725174569888,0.207809235376629,0.249126386111318,0.153725174569888,0.194784862815856,0.143367102160039,0.153725174569888,0.232528950349576,0.164426461044367,0.153725174569888,0.160082793811124,0.165070228886647,0.5,0.153725174569888,0.104675138802002,0.247919810780718,0.153725174569888,0.14135272389843,0.222685765907478,0.5,0.153725174569888,0.0976655226670852,0.0818174301909037,0.153725174569888,0.131585009869315,0.348708443210484,0.153725174569888,0.208288683795687,0.237130602093625,0.153725174569888,0.281725334820677,0.417514625847528,0.153725174569888,0.206165580802256,0.163648046028915,0.153725174569888,0.291318007966624,0.148077207374323,0.153725174569888,0.244931101199973,0.0873570316973281,0.5,0.153725174569888,0.14536046693475,0.0930720720279494,0,0.158293222732745,0.177442902759907 -3954,0.5,0.153725174569888,0.0894745455220246,0.296024781805212,0.153725174569888,0.209153331578279,0.352184627914924,0.153725174569888,0.185193793000669,0.214583815204939,0.153725174569888,0.120029861391672,0.207885507511228,0.153725174569888,0.179345269606943,0.213056007363083,0.153725174569888,0.130614894546043,0.138329209687893,0.153725174569888,0.133203976178062,0.183238105380496,0.153725174569888,0.122827838670219,0.170357237646256,0.5,0.153725174569888,0.0726819061966393,0.220917239435927,0.153725174569888,0.114801484813863,0.268335714847933,0.5,0.153725174569888,0.0872792041029657,0.0465841687336696,0.153725174569888,0.0777572696575363,0.314570481355862,0.153725174569888,0.110721432849041,0.188041430261986,0.153725174569888,0.209278340113422,0.340729198198351,0.153725174569888,0.142499711995145,0.141413054836757,0.153725174569888,0.199564753454418,0.171168397561194,0.153725174569888,0.19775228567614,0.0846725588645378,0.5,0.153725174569888,0.125466735169518,0.0651167496914939,0,0.127180801659756,0.141844362401395 -3955,0.5,0.153725174569888,0.0315570846644465,0.214452177946191,0.153725174569888,0.126658526101416,0.281687436516158,0.153725174569888,0.0850376194995682,0.173824146302977,0.153725174569888,0.0545516868402123,0.224536651865668,0.153725174569888,0.104267386872402,0.134173504807266,0.153725174569888,0.0838638515437201,0.0989632003352668,0.153725174569888,0.064138182316293,0.14185336361894,0.153725174569888,0.068989755425461,0.161700068287195,0.5,0.153725174569888,0.0588312315335739,0.208643223981173,0.153725174569888,0.062980808182956,0.219267059544316,0.5,0.153725174569888,0.0677052293021898,0.0463981793027261,0.153725174569888,0.0506920510699132,0.258717056681529,0.153725174569888,0.0538017385621367,0.120719010565001,0.153725174569888,0.104421646308327,0.228988790277287,0.153725174569888,0.0623584800857849,0.097956555043132,0.153725174569888,0.0932058006804808,0.142894394708258,0.153725174569888,0.0962095036195865,0.0638931270423625,0.5,0.153725174569888,0.0648635605171512,0.0380885023377526,0,0.0826150008314466,0.112367031972066 -3956,0.5,0.153725174569888,0.00574815594002947,0.142960567753368,0.153725174569888,0.0403196260152403,0.150739455145934,0.153725174569888,0.0163525110742401,0.11103409561473,0.153725174569888,0.00532152350561641,0.224141516061299,0.153725174569888,0.0363896350564195,0.0661789802251062,0.153725174569888,0.0374721004038335,0.0435259001900038,0.153725174569888,0.0247942157916997,0.0687119380900472,0.153725174569888,0.0205321729521369,0.119568194990493,0.5,0.153725174569888,0.0213628933944505,0.177382741988626,0.153725174569888,0.00194354493781215,0.123761460264125,0.5,0.153725174569888,0.0149561630105238,0.0212276288781214,0.153725174569888,0.0114581167955701,0.189975210556673,0.153725174569888,0.0216392687712559,0.04909369665872,0.153725174569888,0.032930660858241,0.106726442928416,0.153725174569888,0.0125699319780126,0.0548289376319828,0.153725174569888,0.0204606073226809,0.0886701338892198,0.153725174569888,0.0135500760987201,0.0355754272511939,0.5,0.153725174569888,1.55621297939864e-05,0.0153795052484417,0,0.0435179901476399,0.0907581857079612 -3957,0.5,0.153725174569888,0.0,0.0932427630024504,0.153725174569888,0.0,0.0889513621160062,0.153725174569888,0.0,0.0843971967162975,0.153725174569888,0.0,0.197882896629303,0.153725174569888,0.0,0.059050553652858,0.153725174569888,0.0,0.0243873533596579,0.153725174569888,0.0,0.0315248943363653,0.153725174569888,0.0,0.0560796374973796,0.5,0.153725174569888,0.0,0.129992776327396,0.153725174569888,0.0,0.0828146791507957,0.5,0.153725174569888,0.0,0.0228983448422155,0.153725174569888,0.0,0.133143407207505,0.153725174569888,0.0,0.0199027452806645,0.153725174569888,1.24901891868319e-05,0.0552901887943376,0.153725174569888,0.0,0.0409966503242284,0.153725174569888,0.0,0.0715968581804701,0.153725174569888,0.0,0.0296594772587049,0.5,0.153725174569888,0.0,0.0121729891871976,0,0.023379238604394,0.0928943604068863 -3958,0.5,0.153725174569888,0.0,0.0587708397193128,0.153725174569888,0.0,0.0375559799177542,0.153725174569888,0.0,0.0907201460210112,0.153725174569888,0.0,0.179838618808988,0.153725174569888,0.0,0.0484963843258713,0.153725174569888,0.0,0.029217594195936,0.153725174569888,0.0,0.0236120483218863,0.153725174569888,0.0,0.0321924572776537,0.5,0.153725174569888,0.0,0.0758454126675935,0.153725174569888,0.0,0.0938866087147672,0.5,0.153725174569888,0.0,0.0152602163554709,0.153725174569888,0.0,0.104104281233918,0.153725174569888,0.0,0.00841064583453009,0.153725174569888,0.0,0.0311747721000999,0.153725174569888,0.0,0.0316644806475143,0.153725174569888,0.0,0.0618842708115452,0.153725174569888,0.0,0.022337208789168,0.5,0.153725174569888,0.0,0.00904977598390294,0,0.0120597879430153,0.131440901298112 -3959,0.5,0.153725174569888,0.0,0.0335686496503769,0.153725174569888,0.0,0.00747815892629221,0.153725174569888,0.0,0.102662518002726,0.153725174569888,0.0,0.149161335915856,0.153725174569888,0.0,0.0358059545151512,0.153725174569888,0.0,0.037007601126353,0.153725174569888,0.0,0.0199498666914264,0.153725174569888,0.0,0.0309064856079646,0.5,0.153725174569888,0.0,0.0602768925151095,0.153725174569888,0.0,0.132969707075934,0.5,0.153725174569888,0.0,0.0113337710504015,0.153725174569888,0.0,0.0910304726792785,0.153725174569888,0.0,0.00619839918813774,0.153725174569888,0.0,0.020695825549988,0.153725174569888,0.0,0.023458198311133,0.153725174569888,0.0,0.056874338849438,0.153725174569888,0.0,0.0214281475270525,0.5,0.153725174569888,0.0,0.00709724828824557,0,0.0069228841360306,0.165163500439728 -3960,0.5,0.153725174569888,0.0,0.0206764047805393,0.153725174569888,0.0,0.000756969834284662,0.153725174569888,0.0,0.0993754074656075,0.153725174569888,0.0,0.11678293170765,0.153725174569888,0.0,0.0247751854817996,0.153725174569888,0.0,0.0483225235866663,0.153725174569888,0.0,0.0162043439925081,0.153725174569888,0.0,0.03005974845745,0.5,0.153725174569888,0.0,0.065875344432415,0.153725174569888,0.0,0.153744479768141,0.5,0.153725174569888,0.0,0.0161516713052998,0.153725174569888,0.0,0.0733941601081748,0.153725174569888,0.0,0.0088292897295337,0.153725174569888,0.0,0.0197360061875443,0.153725174569888,0.0,0.0187282019779529,0.153725174569888,0.0,0.0482227845583438,0.153725174569888,0.0,0.0252196371905981,0.5,0.153725174569888,0.0,0.00400205051928909,0,0.00685025686770476,0.159886614191681 -3961,0.5,0.153725174569888,0.0,0.0131006819766827,0.153725174569888,0.0,0.000106703008307441,0.153725174569888,0.0,0.0884986570700092,0.153725174569888,0.0,0.0922705304378917,0.153725174569888,0.0,0.0233615713750607,0.153725174569888,0.0,0.0566598496519368,0.153725174569888,0.0,0.0133228338656808,0.153725174569888,0.0,0.0353969507503121,0.5,0.153725174569888,0.0,0.0811908899070018,0.153725174569888,0.0,0.128897609732517,0.5,0.153725174569888,0.0,0.027758246470117,0.153725174569888,0.0,0.0536479184444753,0.153725174569888,0.0,0.0105259132192164,0.153725174569888,0.0,0.0215586241268108,0.153725174569888,0.0,0.0151942808129726,0.153725174569888,0.0,0.0393868872712413,0.153725174569888,0.0,0.0290979372012335,0.5,0.153725174569888,0.0,0.0021395534677829,0,0.00713940723410084,0.131459559274001 -3962,0.5,0.153725174569888,0.0,0.0107495491809369,0.153725174569888,0.0,3.21856904623629e-05,0.153725174569888,0.0,0.0899433422619975,0.153725174569888,0.0,0.081699736203632,0.153725174569888,0.0,0.0231583222038534,0.153725174569888,0.0,0.0649642019792581,0.153725174569888,0.0,0.0139527096648819,0.153725174569888,0.0,0.0430369473687676,0.5,0.153725174569888,0.0,0.104269666252979,0.153725174569888,0.0,0.0912810419134677,0.5,0.153725174569888,0.0,0.0415138846897856,0.153725174569888,0.0,0.0417892383874859,0.153725174569888,0.0,0.00941086399101887,0.153725174569888,0.0,0.0214341661815434,0.153725174569888,0.0,0.0122168279512502,0.153725174569888,0.0,0.0352410932621704,0.153725174569888,0.0,0.0313765998657462,0.5,0.153725174569888,0.0,0.00280062094197931,0,0.00866330298661149,0.0896942451792732 -3963,0.5,0.153725174569888,0.0,0.00959344756253567,0.153725174569888,0.0,0.00138499638909645,0.153725174569888,0.0,0.103132807550484,0.153725174569888,0.0,0.0818206162952175,0.153725174569888,0.0,0.0216079973186218,0.153725174569888,0.0,0.0694273710781557,0.153725174569888,0.0,0.0157892693972477,0.153725174569888,0.0,0.0508621757432231,0.5,0.153725174569888,0.0,0.117972045905375,0.153725174569888,0.0,0.0537617857907828,0.5,0.153725174569888,0.0,0.0510559922151487,0.153725174569888,0.0,0.0358910009438072,0.153725174569888,0.0,0.00773867436276791,0.153725174569888,0.0,0.0208189687647475,0.153725174569888,0.0,0.00831003810397289,0.153725174569888,0.0,0.0366078330572891,0.153725174569888,0.0,0.0360064093345383,0.5,0.153725174569888,0.0,0.00448463863831638,0,0.0128010602754112,0.0571600022789037 -3964,0.5,0.153725174569888,0.0,0.00920690284716943,0.153725174569888,0.0,0.00657097522741152,0.153725174569888,0.0,0.118069428716782,0.153725174569888,0.0,0.0786518913837585,0.153725174569888,0.0,0.0202335605441058,0.153725174569888,0.0,0.0640743203451116,0.153725174569888,0.0,0.016876480788478,0.153725174569888,0.0,0.057123440142796,0.5,0.153725174569888,0.0,0.121493901661951,0.153725174569888,0.0,0.0368208022819973,0.5,0.153725174569888,0.0,0.0605448375811664,0.153725174569888,0.0,0.0345290418394052,0.153725174569888,0.0,0.0069407473658363,0.153725174569888,0.0,0.0181156691284542,0.153725174569888,0.0,0.00309174434882577,0.153725174569888,0.0,0.040832491735438,0.153725174569888,0.0,0.0422482127446976,0.5,0.153725174569888,0.0,0.00522662359700755,0,0.0180177295071457,0.0438652582583633 -3965,0.5,0.153725174569888,0.00422506243701261,0.00817399488076131,0.153725174569888,0.00424073963825426,0.00365683379464438,0.153725174569888,0.00091829762797975,0.116799212413632,0.153725174569888,0.00108116651834435,0.0712053540426001,0.153725174569888,0.000219150676979464,0.0130987662786746,0.153725174569888,2.21435109248401e-05,0.043601319644976,0.153725174569888,9.30476726813914e-05,0.0144597965170527,0.153725174569888,3.05024637601083e-06,0.0594858920311744,0.5,0.153725174569888,1.37707528501882e-09,0.116627746201467,0.153725174569888,0.00021333642690645,0.0324654162511648,0.5,0.153725174569888,7.69250132804299e-05,0.0638802906572784,0.153725174569888,2.80149813149616e-05,0.0354181697607499,0.153725174569888,0.00658261298377071,0.00767785989443929,0.153725174569888,0.00136078203192768,0.018307641603776,0.153725174569888,0.00268361209483782,0.00126064780059995,0.153725174569888,0.000225621008996635,0.0396689738275393,0.153725174569888,0.00145723588092364,0.0457513904643358,0.5,0.153725174569888,0.00208235695523997,0.00477812538873127,0,0.0225733375716546,0.0387507438749657 -3966,0.5,0.153725174569888,0.0283126694645118,0.00693367095869865,0.153725174569888,0.0501398501960198,0.00121978987378448,0.153725174569888,0.019090034938177,0.0989111262349575,0.153725174569888,0.0114904732666578,0.0599533987697198,0.153725174569888,0.00688545174815986,0.00514406353865461,0.153725174569888,0.00642013493444237,0.0293515463755673,0.153725174569888,0.00548451397269339,0.0108907342066033,0.153725174569888,0.00811359011052703,0.0565605287251581,0.5,0.153725174569888,0.0249280922412737,0.136017003534414,0.153725174569888,0.051795834981218,0.025536795609413,0.5,0.153725174569888,0.0413488544525489,0.0641635843942423,0.153725174569888,0.0448585035283377,0.0358435810339426,0.153725174569888,0.0655030410778534,0.0102550504099673,0.153725174569888,0.0282886495064695,0.0186598031526366,0.153725174569888,0.046231760402246,0.000933695452087948,0.153725174569888,0.00675574940298894,0.0361546139981042,0.153725174569888,0.0382148292552677,0.0596332313884666,0.5,0.153725174569888,0.0553686508872231,0.00688750134293792,0,0.021537820582828,0.0387132990809202 -3967,0.5,0.153725174569888,0.0736074360103463,0.0109824976809202,0.153725174569888,0.122747722856092,0.00333222844293082,0.153725174569888,0.071581452565634,0.068202412066213,0.153725174569888,0.037604866535346,0.0466769931351944,0.153725174569888,0.073222447591555,0.00335731348966267,0.153725174569888,0.0281312100111625,0.0236876461703575,0.153725174569888,0.0442070448385996,0.0186019014437967,0.153725174569888,0.0193437643969622,0.0560943503143073,0.5,0.153725174569888,0.0573339437914908,0.171104499388203,0.153725174569888,0.135347766658457,0.0576201186316028,0.5,0.153725174569888,0.118436187545642,0.200369734463749,0.153725174569888,0.12489972022484,0.0793044388978654,0.153725174569888,0.143610366245389,0.0207004054886212,0.153725174569888,0.0876925204680807,0.0313621554725603,0.153725174569888,0.120564306796598,0.00194520696091316,0.153725174569888,0.025479678443067,0.0370043750604238,0.153725174569888,0.0780200707572733,0.116965879223555,0.5,0.153725174569888,0.129330914308872,0.0317605025400573,0,0.0248006171764706,0.0523999496889626 -3968,0.5,0.153725174569888,0.149329365663319,0.0205842107084639,0.153725174569888,0.241252864183036,0.0157648732384195,0.153725174569888,0.155735173300473,0.0544394166915688,0.153725174569888,0.0793956142846761,0.0344369880010091,0.153725174569888,0.171463452301454,0.015142782752228,0.153725174569888,0.0611011363480254,0.0180348286373403,0.153725174569888,0.160652912359914,0.0452110175184136,0.153725174569888,0.0312054988447658,0.055517860603209,0.5,0.153725174569888,0.0820217652950491,0.219694148356565,0.153725174569888,0.248911934379395,0.178411654405301,0.5,0.153725174569888,0.214926704329203,0.394022607006172,0.153725174569888,0.240967172522754,0.198605542136086,0.153725174569888,0.263563957247311,0.0436469174868681,0.153725174569888,0.196018962788404,0.0796447303275504,0.153725174569888,0.206286465877279,0.011138341969778,0.153725174569888,0.107876438913983,0.0549801134831183,0.153725174569888,0.119515113951357,0.190639809585157,0.5,0.153725174569888,0.189759098887512,0.0889708969875792,0,0.0362632984033258,0.0798830152776481 -3969,0.5,0.153725174569888,0.231181356240284,0.0304993305966183,0.153725174569888,0.368268734733173,0.0491590299514516,0.153725174569888,0.224304842172616,0.0628001304063961,0.153725174569888,0.118381524467236,0.0253354829468657,0.153725174569888,0.230404401064394,0.0447869520748279,0.153725174569888,0.106516429567831,0.01809760919103,0.153725174569888,0.302375128562578,0.111489599221105,0.153725174569888,0.0497041837029102,0.0588461654153002,0.5,0.153725174569888,0.102711824823581,0.271471227783792,0.153725174569888,0.369447909520619,0.351468272182813,0.5,0.153725174569888,0.291993421340094,0.501416812290567,0.153725174569888,0.369123973280653,0.396426281868467,0.153725174569888,0.388535570761267,0.0635165373907958,0.153725174569888,0.335988974934948,0.135862332848001,0.153725174569888,0.291539118258389,0.0458856395688099,0.153725174569888,0.212417448058206,0.143273897582318,0.153725174569888,0.157186094298026,0.270305478567505,0.5,0.153725174569888,0.237727572459793,0.157140449948125,0,0.0503033839167488,0.0994411304590945 -3970,0.5,0.153725174569888,0.304971391748762,0.0396390469736776,0.153725174569888,0.488933276615407,0.0888387684012293,0.153725174569888,0.22568246452778,0.0668363208364373,0.153725174569888,0.152562547077712,0.0225424709590121,0.153725174569888,0.32883967157477,0.082024542486242,0.153725174569888,0.200515317662212,0.0236388404397726,0.153725174569888,0.326263276115181,0.142296486637759,0.153725174569888,0.0719657626543719,0.0674352521211513,0.5,0.153725174569888,0.167632802809116,0.407319501731892,0.153725174569888,0.464812745857454,0.489475167467323,0.5,0.153725174569888,0.331692729604286,0.677052198502198,0.153725174569888,0.471918882377042,0.566809549756958,0.153725174569888,0.51807986974173,0.0720970171016795,0.153725174569888,0.48796043429275,0.170222049260923,0.153725174569888,0.333812712392206,0.0846372852282589,0.153725174569888,0.264783163738143,0.169149622966917,0.153725174569888,0.212931136820941,0.293074389494932,0.5,0.153725174569888,0.309067817478859,0.171361915749729,0,0.0592709905481864,0.142651262532571 -3971,0.5,0.153725174569888,0.325150549647344,0.0358175660040506,0.153725174569888,0.583779348066556,0.0873942790582739,0.153725174569888,0.190200969948059,0.0623129803506141,0.153725174569888,0.192651440658784,0.0260444108068064,0.153725174569888,0.484913840438921,0.0978916752540357,0.153725174569888,0.281989197424249,0.0589055607468566,0.153725174569888,0.126573639470436,0.137638537549987,0.153725174569888,0.103276755113877,0.0830198563608188,0.5,0.153725174569888,0.278306673031556,0.452638126850245,0.153725174569888,0.503515286331306,0.54909073541915,0.5,0.153725174569888,0.419152462128762,0.748007310501915,0.153725174569888,0.560089942685104,0.615134347484472,0.153725174569888,0.620236582852749,0.0631954553752768,0.153725174569888,0.597428247613016,0.177927354330529,0.153725174569888,0.375992763243379,0.0777935508025451,0.153725174569888,0.166013323787584,0.170828863391309,0.153725174569888,0.306851112590273,0.276346392161544,0.5,0.153725174569888,0.438724382906368,0.149829253530322,0,0.0533219499820034,0.270779058994984 -3972,0.5,0.153725174569888,0.385359195680371,0.0287041703780668,0.153725174569888,0.622290576390822,0.0754062752398835,0.153725174569888,0.193868596541012,0.0576041309376788,0.153725174569888,0.200313095581623,0.0324749769062942,0.153725174569888,0.589146147555594,0.102110078596728,0.153725174569888,0.144501965113716,0.0529299234275607,0.153725174569888,0.128279574483007,0.112925046214307,0.153725174569888,0.126665176170738,0.103163911307133,0.5,0.153725174569888,0.333471517139311,0.47034583370413,0.153725174569888,0.562640134722056,0.528785616171899,0.5,0.153725174569888,0.437562224437544,0.753950988017654,0.153725174569888,0.603530588418218,0.613638127983927,0.153725174569888,0.692934943504807,0.0651529582479201,0.153725174569888,0.667529486789634,0.195864936269925,0.153725174569888,0.49074836816244,0.0591356598495428,0.153725174569888,0.156465982342242,0.179534614941179,0.153725174569888,0.37269834602941,0.27077407972683,0.5,0.153725174569888,0.521493303745209,0.141693155607112,0,0.0420658710828868,0.348992854577068 -3973,0.5,0.153725174569888,0.439030052399107,0.027145781480868,0.153725174569888,0.659967203779172,0.0821862467806676,0.153725174569888,0.278693569413633,0.0518953588513783,0.153725174569888,0.228986242202089,0.0375325737484489,0.153725174569888,0.570709442841156,0.115665851166425,0.153725174569888,0.138291524881301,0.034901492465961,0.153725174569888,0.262273433193857,0.0699810785358372,0.153725174569888,0.155224198369044,0.123781478904436,0.5,0.153725174569888,0.431618817257785,0.518963350896022,0.153725174569888,0.580602862273158,0.49619494437174,0.5,0.153725174569888,0.534117907682168,0.688794577909852,0.153725174569888,0.593753406258982,0.612645053304217,0.153725174569888,0.714188177279645,0.0784269744126977,0.153725174569888,0.703789874678365,0.238861181957702,0.153725174569888,0.567864490359718,0.0527334951160395,0.153725174569888,0.220366389566785,0.190709025956741,0.153725174569888,0.404426702791644,0.282788289164069,0.5,0.153725174569888,0.528618788899853,0.174634479454533,0,0.0337798844256211,0.256115040599066 -3974,0.5,0.153725174569888,0.444174215062567,0.034177903300826,0.153725174569888,0.655496781293297,0.104305881870263,0.153725174569888,0.366399972281914,0.0430214932900919,0.153725174569888,0.261804687101651,0.0376171503809821,0.153725174569888,0.536168724624688,0.153899690401553,0.153725174569888,0.164672448669606,0.0218803675113181,0.153725174569888,0.409078778151095,0.0579658113493867,0.153725174569888,0.16759320018886,0.132345310128797,0.5,0.153725174569888,0.405039384282558,0.555315512983095,0.153725174569888,0.536514744083145,0.505450326657475,0.5,0.153725174569888,0.534970274466581,0.681139101787865,0.153725174569888,0.591888543166058,0.634428703811135,0.153725174569888,0.699874782519667,0.087100392460827,0.153725174569888,0.698551935619616,0.294469118732064,0.153725174569888,0.582853773051798,0.0633398145099772,0.153725174569888,0.306572582400629,0.19144484352911,0.153725174569888,0.396736269934208,0.326577188477938,0.5,0.153725174569888,0.542505918308311,0.220273371423809,0,0.0277278099013976,0.185959278729259 -3975,0.5,0.153725174569888,0.443022676366725,0.044333745741096,0.153725174569888,0.582081543163933,0.121625341755218,0.153725174569888,0.341655768565388,0.0414389364050084,0.153725174569888,0.314082449078015,0.0344122019925072,0.153725174569888,0.520454920920201,0.209348962163234,0.153725174569888,0.210898620100781,0.0199049065332778,0.153725174569888,0.490963546118788,0.0828422951750617,0.153725174569888,0.178384956078385,0.118511193564519,0.5,0.153725174569888,0.351342334416502,0.575082697152659,0.153725174569888,0.52850740509402,0.516888098353722,0.5,0.153725174569888,0.502279475938285,0.699672564431545,0.153725174569888,0.528083874290339,0.657396176019314,0.153725174569888,0.634059085691634,0.0885193653011524,0.153725174569888,0.64714333429863,0.315794021450071,0.153725174569888,0.563927033914036,0.0860788807213286,0.153725174569888,0.40111718957032,0.162846678764441,0.153725174569888,0.344887080620577,0.367560825321206,0.5,0.153725174569888,0.450266296997409,0.294942106930459,0,0.0210055172398875,0.165110287563013 -3976,0.5,0.153725174569888,0.386508111626453,0.0527241475651524,0.153725174569888,0.486712937811071,0.122775900778745,0.153725174569888,0.287704078258876,0.0424357578156846,0.153725174569888,0.326318522964318,0.034770010835287,0.153725174569888,0.432891900720497,0.236761417798606,0.153725174569888,0.261715678863698,0.0315493309416006,0.153725174569888,0.419116048903227,0.114637269816376,0.153725174569888,0.218331211483288,0.101985864493735,0.5,0.153725174569888,0.309465205677512,0.587111614630266,0.153725174569888,0.457390294512165,0.519983375831315,0.5,0.153725174569888,0.406984327762326,0.6974041346311,0.153725174569888,0.451298035569717,0.685328330421724,0.153725174569888,0.522623344003458,0.0904418634555376,0.153725174569888,0.541997681422829,0.311560513559959,0.153725174569888,0.460131671528772,0.104566789510652,0.153725174569888,0.427668205579674,0.172638627718458,0.153725174569888,0.313306816435325,0.389203047592986,0.5,0.153725174569888,0.393223401313606,0.385263255855134,0,0.0149793295697104,0.192881170661894 -3977,0.5,0.153725174569888,0.29741791261865,0.05952257093721,0.153725174569888,0.367985562854519,0.120877847462328,0.153725174569888,0.256270479276197,0.0368479523059454,0.153725174569888,0.221725181382781,0.0356618198916418,0.153725174569888,0.360866272677705,0.241888265706007,0.153725174569888,0.251088603012074,0.0456857679563499,0.153725174569888,0.295965779748763,0.130824935404486,0.153725174569888,0.262901238971181,0.12374572395753,0.5,0.153725174569888,0.263125542153642,0.571561538909371,0.153725174569888,0.322208555410674,0.490574513886432,0.5,0.153725174569888,0.310819144830973,0.648571749326694,0.153725174569888,0.32898397908413,0.698560786254784,0.153725174569888,0.388744815317208,0.092423541225519,0.153725174569888,0.408870675773191,0.2930498016564,0.153725174569888,0.344146131106538,0.10619536355504,0.153725174569888,0.352083500631617,0.18278055322733,0.153725174569888,0.236909222159576,0.364762645152965,0.5,0.153725174569888,0.278288349787346,0.450555270300548,0,0.010905672874082,0.281780374094272 -3978,0.5,0.153725174569888,0.18783169147171,0.0583422928141367,0.153725174569888,0.252955089191672,0.103308356948656,0.153725174569888,0.179145862370619,0.0272762553031664,0.153725174569888,0.113805405217928,0.0302402108228287,0.153725174569888,0.262529527905912,0.242710500045553,0.153725174569888,0.207037734846674,0.0427576435548806,0.153725174569888,0.204277237862223,0.113358322896024,0.153725174569888,0.180806180524034,0.133915446823197,0.5,0.153725174569888,0.223859792614393,0.490087044979849,0.153725174569888,0.207674547940235,0.386043322443153,0.5,0.153725174569888,0.207783273778011,0.545890620447103,0.153725174569888,0.196451211028964,0.656472148573489,0.153725174569888,0.265192906056872,0.0912167271068664,0.153725174569888,0.281733056129465,0.259155854190118,0.153725174569888,0.234842735978658,0.0957124801798553,0.153725174569888,0.243997265228353,0.150309757954997,0.153725174569888,0.168056870804625,0.313492225165319,0.5,0.153725174569888,0.185786004955959,0.475606706946159,0,0.00577058222599489,0.386788731846671 -3979,0.5,0.153725174569888,0.0961822053309281,0.0440429069889684,0.153725174569888,0.135378412002979,0.0635781602481507,0.153725174569888,0.108838541641299,0.0184509705997042,0.153725174569888,0.0494941885800621,0.0190176604350158,0.153725174569888,0.149309599896449,0.182857623291607,0.153725174569888,0.132733437075873,0.0231378043849145,0.153725174569888,0.117449825852534,0.0662672732256152,0.153725174569888,0.0894109298301325,0.0713692212547222,0.5,0.153725174569888,0.125307704465576,0.323362773898602,0.153725174569888,0.0984285789318367,0.257459652299035,0.5,0.153725174569888,0.105945315356932,0.37590564231063,0.153725174569888,0.0908191048750705,0.590275314153,0.153725174569888,0.141699088757677,0.0925090303276896,0.153725174569888,0.151291236766213,0.212618185646228,0.153725174569888,0.124940090036936,0.0530253036631466,0.153725174569888,0.12755901116216,0.0468422327601733,0.153725174569888,0.0875375279621706,0.241808727711653,0.5,0.153725174569888,0.0801811898964331,0.461447107348678,0,0.00217911216109239,0.538385540106626 -3980,0.5,0.153725174569888,0.0241409998079802,0.0234333606401783,0.153725174569888,0.0387839504448242,0.0344649337710944,0.153725174569888,0.0243648889344995,0.0132884686553039,0.153725174569888,0.0077247100664407,0.00835703462361051,0.153725174569888,0.0443495222794671,0.143793729642759,0.153725174569888,0.0445491354817114,0.0232560994358713,0.153725174569888,0.0373820028409821,0.0521648222179477,0.153725174569888,0.0311510397575292,0.0267456667462849,0.5,0.153725174569888,0.0296574966997224,0.164533124905836,0.153725174569888,0.00286649363117533,0.207382893885046,0.5,0.153725174569888,0.0250578926639586,0.214471902382575,0.153725174569888,0.0187661554754268,0.487170701574711,0.153725174569888,0.0458556038307497,0.0740463720177632,0.153725174569888,0.0466746854009473,0.14716493836945,0.153725174569888,0.0323926527704778,0.0563775851139172,0.153725174569888,0.0296988101979989,0.0237020671757572,0.153725174569888,0.0149697157003834,0.164673937878233,0.5,0.153725174569888,0.0,0.346295813012232,0,0.000874221096521569,0.609283168615792 -3981,0.5,0.153725174569888,0.0,0.0219715445750919,0.153725174569888,0.0,0.0302153957724284,0.153725174569888,0.0,0.0147909517713637,0.153725174569888,0.0,0.00382770996908326,0.153725174569888,0.0,0.150781850383289,0.153725174569888,0.0,0.0642470668474619,0.153725174569888,0.0,0.0559832277852187,0.153725174569888,0.0,0.0226801436284816,0.5,0.153725174569888,0.0,0.0700144768401851,0.153725174569888,0.0,0.222260483056307,0.5,0.153725174569888,0.0,0.182607910496397,0.153725174569888,0.0,0.36871290861637,0.153725174569888,0.0,0.0524672285036153,0.153725174569888,0.0,0.116983158455738,0.153725174569888,0.0,0.0686341466520812,0.153725174569888,0.0,0.0188485407707194,0.153725174569888,0.0,0.126213506991216,0.5,0.153725174569888,0.0,0.280682530158388,0,0.000397841300552241,0.492796545763703 -3982,0.5,0.153725174569888,0.0,0.0140371451827998,0.153725174569888,0.0,0.0115647489491618,0.153725174569888,0.0,0.0103771111472059,0.153725174569888,0.0,0.00236372886421725,0.153725174569888,0.0,0.134494494093446,0.153725174569888,0.0,0.126514451694303,0.153725174569888,0.0,0.0710575367794044,0.153725174569888,0.0,0.0225125198208502,0.5,0.153725174569888,0.0,0.0426583923323963,0.153725174569888,0.0,0.268565665856534,0.5,0.153725174569888,0.0,0.152464180506007,0.153725174569888,0.0,0.28087049367462,0.153725174569888,0.0,0.0407156941043569,0.153725174569888,0.0,0.100133831006829,0.153725174569888,0.0,0.058324471876988,0.153725174569888,0.0,0.0143632391378421,0.153725174569888,0.0,0.0881668965515482,0.5,0.153725174569888,0.0,0.244827506688404,0,0.00331122102835956,0.481598913195274 -3983,0.5,0.153725174569888,0.0,0.00926574772012626,0.153725174569888,0.0,0.00246528180918201,0.153725174569888,0.0,0.00749633063231368,0.153725174569888,0.0,0.00215613332025531,0.153725174569888,0.0,0.0939866778975074,0.153725174569888,0.0,0.170522701506233,0.153725174569888,0.0,0.0701247039196255,0.153725174569888,0.0,0.0284435079695166,0.5,0.153725174569888,0.0,0.0382338612717766,0.153725174569888,0.0,0.288284936622215,0.5,0.153725174569888,0.0,0.10642685278829,0.153725174569888,0.0,0.207797518166789,0.153725174569888,0.0,0.0320256002510999,0.153725174569888,0.0,0.0989431121073341,0.153725174569888,0.0,0.0400937441410106,0.153725174569888,0.0,0.0144895476665709,0.153725174569888,0.0,0.0578354983584451,0.5,0.153725174569888,0.0,0.201174656137926,0,0.0103686758253155,0.478594098889148 -3984,0.5,0.153725174569888,0.0,0.00633220039996761,0.153725174569888,0.0,0.000733206813290041,0.153725174569888,0.0,0.00646286413496892,0.153725174569888,0.0,0.00199561556835418,0.153725174569888,0.0,0.070890679900474,0.153725174569888,0.0,0.150970531901934,0.153725174569888,0.0,0.0532429339942264,0.153725174569888,0.0,0.0410039988999437,0.5,0.153725174569888,0.0,0.0362680952246665,0.153725174569888,0.0,0.216429605891081,0.5,0.153725174569888,0.0,0.0679499588723271,0.153725174569888,0.0,0.146257746710479,0.153725174569888,0.0,0.024520116568515,0.153725174569888,0.0,0.102719801054207,0.153725174569888,0.0,0.0283413906129939,0.153725174569888,0.0,0.0119832576529394,0.153725174569888,0.0,0.0371624937626389,0.5,0.153725174569888,0.0,0.135586829449438,0,0.0154102198925498,0.507652002505651 -3985,0.5,0.153725174569888,0.0,0.00413087599158344,0.153725174569888,0.0,0.00104278039224529,0.153725174569888,0.0,0.00614240307177843,0.153725174569888,0.0,0.00273823335654932,0.153725174569888,0.0,0.0646022645830375,0.153725174569888,0.0,0.102268365773339,0.153725174569888,0.0,0.0399650423783694,0.153725174569888,0.0,0.0394258025102503,0.5,0.153725174569888,0.0,0.034396570427128,0.153725174569888,0.0,0.1397953665822,0.5,0.153725174569888,0.0,0.0383080210462119,0.153725174569888,0.0,0.103402557571032,0.153725174569888,0.0,0.0191726974104415,0.153725174569888,0.0,0.0841964296477355,0.153725174569888,0.0,0.0189919424861996,0.153725174569888,0.0,0.010149865904677,0.153725174569888,0.0,0.0240096184260682,0.5,0.153725174569888,0.0,0.0788326911499468,0,0.0203058883065596,0.572314264115289 -3986,0.5,0.153725174569888,0.0,0.00334998265873461,0.153725174569888,0.0,0.00225215761250274,0.153725174569888,0.0,0.0061328467666908,0.153725174569888,0.0,0.00377218165613703,0.153725174569888,0.0,0.0539890894566452,0.153725174569888,0.0,0.0768191689293054,0.153725174569888,0.0,0.0270868780535579,0.153725174569888,0.0,0.0315914172897008,0.5,0.153725174569888,0.0,0.0313644439243415,0.153725174569888,0.0,0.0722734138823869,0.5,0.153725174569888,0.0,0.0230299414479467,0.153725174569888,0.0,0.0705497645107634,0.153725174569888,0.0,0.0213396026073175,0.153725174569888,0.0,0.0831542109063531,0.153725174569888,0.0,0.0139673529312871,0.153725174569888,0.0,0.00988832400084664,0.153725174569888,0.0,0.0163208936059493,0.5,0.153725174569888,0.0,0.0510776987890247,0,0.0182973620633248,0.582688213044178 -3987,0.5,0.153725174569888,0.0,0.0025535503547804,0.153725174569888,0.0,0.00215238293482481,0.153725174569888,0.0,0.00616159668893676,0.153725174569888,0.0,0.00499328837666561,0.153725174569888,0.0,0.0518890906618264,0.153725174569888,0.0,0.0570808727720032,0.153725174569888,0.0,0.0165313170000341,0.153725174569888,0.0,0.0249355865344578,0.5,0.153725174569888,0.0,0.031117180610326,0.153725174569888,0.0,0.0428143873078515,0.5,0.153725174569888,0.0,0.0142474568270889,0.153725174569888,0.0,0.0520685948632273,0.153725174569888,0.0,0.0255970526239889,0.153725174569888,0.0,0.0906321632866417,0.153725174569888,0.0,0.0108017205281893,0.153725174569888,0.0,0.00759960639511845,0.153725174569888,0.0,0.0115387872475155,0.5,0.153725174569888,0.0,0.0373863661213421,0,0.0118857177903191,0.633004725627366 -3988,0.5,0.153725174569888,0.0,0.00238903025623861,0.153725174569888,0.0,0.00466097874915948,0.153725174569888,0.0,0.00536715062266477,0.153725174569888,0.0,0.00487832342260229,0.153725174569888,0.0,0.0571649624183032,0.153725174569888,0.0,0.053367161387072,0.153725174569888,0.0,0.0124139442858752,0.153725174569888,0.0,0.0197154762770727,0.5,0.153725174569888,0.0,0.0319602154796891,0.153725174569888,0.0,0.0329787562865342,0.5,0.153725174569888,0.0,0.0148093880789047,0.153725174569888,0.0,0.0418362216632158,0.153725174569888,0.0,0.0244617309890732,0.153725174569888,0.0,0.0778343978913933,0.153725174569888,0.0,0.00997076715983022,0.153725174569888,0.0,0.00578325614154106,0.153725174569888,0.0,0.0117363053320287,0.5,0.153725174569888,0.0,0.0285398913985674,0,0.0111801013807701,0.691066291039466 -3989,0.5,0.153725174569888,0.0149128346674199,0.00284710224831447,0.153725174569888,0.00608444912661283,0.00572442562433428,0.153725174569888,0.00442270594065515,0.0057361324126101,0.153725174569888,0.0097846055236096,0.00400614853971086,0.153725174569888,0.00219092827895999,0.0499648062132749,0.153725174569888,0.000202347535917702,0.0526435491604221,0.153725174569888,0.00146998707953356,0.0157954256116106,0.153725174569888,1.1169766801334e-05,0.0226084716791546,0.5,0.153725174569888,8.57664499463432e-07,0.0292135586070969,0.153725174569888,0.000212399606148953,0.0258016551755189,0.5,0.153725174569888,9.15480689227121e-05,0.0154090172235873,0.153725174569888,3.55716930027133e-05,0.0329919463412447,0.153725174569888,0.00730294175930288,0.0368927997450346,0.153725174569888,0.00334049081506353,0.0726669973383416,0.153725174569888,0.00406839360448506,0.0106242225614453,0.153725174569888,0.00175392776615207,0.00505544308199474,0.153725174569888,0.00193322735759327,0.0114017436331094,0.5,0.153725174569888,0.00223036680277585,0.0214742385326905,0,0.0130361872578643,0.77513112437333 -3990,0.5,0.153725174569888,0.0778864542647101,0.00458574993970425,0.153725174569888,0.0681265694578676,0.00819809190587716,0.153725174569888,0.0654914462081912,0.00577154735367988,0.153725174569888,0.0711952005286807,0.00252482870557929,0.153725174569888,0.0510566549662085,0.0471170209112817,0.153725174569888,0.0443697676421205,0.0621857549108003,0.153725174569888,0.0516334684240185,0.02230830975586,0.153725174569888,0.0390473372202236,0.0465911416361923,0.5,0.153725174569888,0.0421767780727506,0.0248590157502177,0.153725174569888,0.0522001444847525,0.0214939067796197,0.5,0.153725174569888,0.0488747527450223,0.0103127498524658,0.153725174569888,0.0465168245979652,0.0275431671880474,0.153725174569888,0.0678695983969143,0.0523724082497299,0.153725174569888,0.0541153747167584,0.0878628687507017,0.153725174569888,0.0617991496142122,0.0110851136328919,0.153725174569888,0.0543984911736415,0.0058721629512563,0.153725174569888,0.0555488233183576,0.0095477960237457,0.5,0.153725174569888,0.0594411534712448,0.016698621669149,0,0.0174978688055081,0.877614526490045 -3991,0.5,0.153725174569888,0.16631529724554,0.00786090785676647,0.153725174569888,0.146909567655388,0.0328132062949245,0.153725174569888,0.150264326799461,0.00577005137614234,0.153725174569888,0.159520119716456,0.00436698612679197,0.153725174569888,0.119102027370827,0.0867392697012624,0.153725174569888,0.113811512499196,0.109320087187566,0.153725174569888,0.119333708447809,0.0693701180603435,0.153725174569888,0.104066711792388,0.0964944208871173,0.5,0.153725174569888,0.118370254051648,0.0382682538900319,0.153725174569888,0.137001758620915,0.047855422703803,0.5,0.153725174569888,0.128764504990457,0.0133866147016066,0.153725174569888,0.127569957431942,0.050541764382554,0.153725174569888,0.14286438792457,0.135831857839349,0.153725174569888,0.126940315736397,0.178674943156348,0.153725174569888,0.139693364177999,0.039839549942027,0.153725174569888,0.133207387163572,0.0149885878314525,0.153725174569888,0.136803040885449,0.0169615597740533,0.5,0.153725174569888,0.145496780810982,0.0389018113442601,0,0.0349307819325707,0.922814503814818 -3992,0.5,0.153725174569888,0.287790004883379,0.0169047708343594,0.153725174569888,0.264029432364177,0.146577335841135,0.153725174569888,0.272734471317334,0.00815221376003469,0.153725174569888,0.282709077125391,0.0104721575549756,0.153725174569888,0.2154339245623,0.221541770058416,0.153725174569888,0.215885264128283,0.189083451705855,0.153725174569888,0.195287457036435,0.112526715191353,0.153725174569888,0.192080205972462,0.156549889821616,0.5,0.153725174569888,0.236526308183796,0.102761468640168,0.153725174569888,0.261069539932623,0.0862829226433827,0.5,0.153725174569888,0.250948079629913,0.0402674324107269,0.153725174569888,0.250722512759769,0.106269586847269,0.153725174569888,0.243635104442884,0.201549545049657,0.153725174569888,0.216347086143575,0.258895892087187,0.153725174569888,0.24771642496133,0.0858360450310696,0.153725174569888,0.253583248317126,0.0470837110164869,0.153725174569888,0.252485005055426,0.0325178946574117,0.5,0.153725174569888,0.243858651546361,0.0635684246730545,0,0.0546608947564226,0.940888171163737 -3993,0.5,0.153725174569888,0.416852270993699,0.024928581556096,0.153725174569888,0.364003523706529,0.194167724071865,0.153725174569888,0.404619308811648,0.00749495326666818,0.153725174569888,0.412439193994228,0.0145322128295403,0.153725174569888,0.308612281400698,0.263574828982913,0.153725174569888,0.321299389351779,0.227510094126997,0.153725174569888,0.27321304899303,0.170879699472895,0.153725174569888,0.290763066255777,0.22194773931968,0.5,0.153725174569888,0.367753564584193,0.2194691022707,0.153725174569888,0.399498623306738,0.128236556852369,0.5,0.153725174569888,0.386148014175811,0.0687596798397075,0.153725174569888,0.388558476486806,0.165147127780435,0.153725174569888,0.327154544750739,0.285488549743059,0.153725174569888,0.318410695215241,0.357574636365551,0.153725174569888,0.351973585930051,0.127750415314022,0.153725174569888,0.383666452119545,0.0901534182975906,0.153725174569888,0.370826957417972,0.0306469236065942,0.5,0.153725174569888,0.328552165341033,0.0689812137713909,0,0.0735722327647329,0.976008312321034 -3994,0.5,0.153725174569888,0.54783137812311,0.0344174142246847,0.153725174569888,0.439934117401687,0.285060795426133,0.153725174569888,0.539402895194211,0.00522993030066764,0.153725174569888,0.528291700679757,0.0124587125979939,0.153725174569888,0.425847451211828,0.33888629748532,0.153725174569888,0.373321412296495,0.269820949839036,0.153725174569888,0.323436227586653,0.220645040580911,0.153725174569888,0.400022298913991,0.284210963270223,0.5,0.153725174569888,0.506115149983943,0.331540424649456,0.153725174569888,0.534346558503269,0.16969026932294,0.5,0.153725174569888,0.525097739282315,0.102827432644119,0.153725174569888,0.52632685383944,0.20522989270789,0.153725174569888,0.359606737821215,0.377876254407787,0.153725174569888,0.417478630366706,0.481073002494634,0.153725174569888,0.447564154779982,0.166584116540253,0.153725174569888,0.516192738592787,0.154566929938869,0.153725174569888,0.484965916793827,0.0286827250934018,0.5,0.153725174569888,0.383117149895686,0.069458585040559,0,0.0790706838065751,0.995985882862084 -3995,0.5,0.153725174569888,0.640465441579565,0.0429462692855785,0.153725174569888,0.529243523010202,0.411027390400668,0.153725174569888,0.632983709752045,0.0109357171092284,0.153725174569888,0.636303912586028,0.0129665212820434,0.153725174569888,0.518406394335549,0.463650446587842,0.153725174569888,0.457617182130598,0.307634036397639,0.153725174569888,0.393366123510144,0.283094075123755,0.153725174569888,0.471054094606085,0.374025223653202,0.5,0.153725174569888,0.602573869533152,0.402108781455134,0.153725174569888,0.621359064521486,0.219502286393535,0.5,0.153725174569888,0.637841965007343,0.113959849584261,0.153725174569888,0.638194120827212,0.228005541153939,0.153725174569888,0.323986445213708,0.437834238969473,0.153725174569888,0.45715861366611,0.590476595639064,0.153725174569888,0.533005604331753,0.231356797925276,0.153725174569888,0.593548564310856,0.225989545437645,0.153725174569888,0.561088292821503,0.031771763563772,0.5,0.153725174569888,0.415109961586537,0.0811767080246307,0,0.0628145207012753,1.00780375917711 -3996,0.5,0.153725174569888,0.689319596094666,0.0484469292991789,0.153725174569888,0.585611669575635,0.511873219965521,0.153725174569888,0.685307457952195,0.0183282960941085,0.153725174569888,0.693094251003141,0.0126088049022595,0.153725174569888,0.577384116276959,0.620254523985347,0.153725174569888,0.554439825732836,0.423362534966985,0.153725174569888,0.46596249986792,0.319634108110092,0.153725174569888,0.504768401884063,0.45611249000391,0.5,0.153725174569888,0.659426075672243,0.441643579569426,0.153725174569888,0.681040413389345,0.230356973161658,0.5,0.153725174569888,0.703809724390233,0.133343237067465,0.153725174569888,0.697142963480604,0.257581876846716,0.153725174569888,0.283138424414213,0.450914384406545,0.153725174569888,0.378351089080064,0.667497997292441,0.153725174569888,0.580330725096771,0.314683642552815,0.153725174569888,0.637457475421489,0.296095198884138,0.153725174569888,0.618609635115923,0.0410113272463186,0.5,0.153725174569888,0.406285210111627,0.101280308187574,0,0.0428824087708872,1.00769886793404 -3997,0.5,0.153725174569888,0.691560164579755,0.049036089784518,0.153725174569888,0.52212643427996,0.549065813718136,0.153725174569888,0.693453498377088,0.0276526777978105,0.153725174569888,0.705898820020461,0.0117815876786257,0.153725174569888,0.392621170961628,0.689071852849777,0.153725174569888,0.468906447513689,0.587422559365212,0.153725174569888,0.498540041306913,0.364698379724998,0.153725174569888,0.509739701033288,0.512685334312154,0.5,0.153725174569888,0.679586927695505,0.471615351906118,0.153725174569888,0.689798690314851,0.231862966725243,0.5,0.153725174569888,0.727167475209814,0.165122252115729,0.153725174569888,0.717540118765087,0.287553661032256,0.153725174569888,0.264538365631308,0.414164961863887,0.153725174569888,0.298040922613951,0.676134665395809,0.153725174569888,0.589594530176312,0.392793258120807,0.153725174569888,0.638501653137725,0.36517648714114,0.153725174569888,0.645102896876502,0.0542145170019838,0.5,0.153725174569888,0.383956411658389,0.135041590189956,0,0.0227460484961385,1.00746703165346 -3998,0.5,0.153725174569888,0.654144970188174,0.046616538257098,0.153725174569888,0.319824871673715,0.500784648410516,0.153725174569888,0.667796981150685,0.043311938651066,0.153725174569888,0.679790605320079,0.00895238794161739,0.153725174569888,0.22921101171592,0.649853779423592,0.153725174569888,0.261547815684708,0.60826246257066,0.153725174569888,0.468925042625869,0.428590787894232,0.153725174569888,0.520174783404357,0.587963793169451,0.5,0.153725174569888,0.656198401023651,0.537986658823642,0.153725174569888,0.659148649376473,0.234366591691865,0.5,0.153725174569888,0.709964858308595,0.178037718496179,0.153725174569888,0.702518741795386,0.315561746843242,0.153725174569888,0.239839657188243,0.338769559957825,0.153725174569888,0.2989253208176,0.670896104307533,0.153725174569888,0.504955087998044,0.429918904234734,0.153725174569888,0.626133992789126,0.420523080697977,0.153725174569888,0.638840928276914,0.0684479587642184,0.5,0.153725174569888,0.368199072936897,0.148083794168596,0,0.00938411248007375,0.997193293906598 -3999,0.5,0.153725174569888,0.571341299447732,0.0421595755363164,0.153725174569888,0.185216545045319,0.435699619103795,0.153725174569888,0.590141194968881,0.0603262472957161,0.153725174569888,0.601507959921007,0.00889215974283707,0.153725174569888,0.252254480555534,0.634605267241462,0.153725174569888,0.202248806705464,0.571005256057442,0.153725174569888,0.335024324136104,0.481565862492852,0.153725174569888,0.486505893541484,0.636935156855311,0.5,0.153725174569888,0.600255499780604,0.618162622321568,0.153725174569888,0.584952015262037,0.212459863421736,0.5,0.153725174569888,0.648471280931933,0.18404535559432,0.153725174569888,0.641511998156321,0.324612895416699,0.153725174569888,0.202975353318335,0.228136453638996,0.153725174569888,0.269906685523503,0.653706746256399,0.153725174569888,0.414461792075768,0.425608829751833,0.153725174569888,0.55455586673321,0.454215389342028,0.153725174569888,0.57838790331995,0.0775171392851575,0.5,0.153725174569888,0.376297707165485,0.136795291275656,0,0.00615292970915329,0.893569787934733 -4000,0.5,0.153725174569888,0.44920740786457,0.0403858296480747,0.153725174569888,0.139154650154874,0.332380590399187,0.153725174569888,0.47003783474547,0.0813556448626163,0.153725174569888,0.48445579676584,0.00887554541954761,0.153725174569888,0.265772555983847,0.65147975977685,0.153725174569888,0.176608777616926,0.481983088540918,0.153725174569888,0.220353787613513,0.510309228756766,0.153725174569888,0.40249981929746,0.60274175359829,0.5,0.153725174569888,0.489727521176241,0.660941662065469,0.153725174569888,0.48549244988621,0.179377347443241,0.5,0.153725174569888,0.534442613799178,0.15880525713378,0.153725174569888,0.530313222471649,0.339963918033215,0.153725174569888,0.16019872728848,0.127923131538158,0.153725174569888,0.175841690268814,0.549497117722078,0.153725174569888,0.347889403345822,0.419999993240671,0.153725174569888,0.474259673977626,0.480871491714479,0.153725174569888,0.470875420719731,0.0866212147571159,0.5,0.153725174569888,0.33689508788603,0.113024256164684,0,0.00889185949795728,0.871499809191941 -4001,0.5,0.153725174569888,0.321692846694158,0.0496321232588106,0.153725174569888,0.108337939203131,0.210310703054808,0.153725174569888,0.343556370075337,0.0989921835377421,0.153725174569888,0.346107313445122,0.00756607678094361,0.153725174569888,0.186368250056164,0.621395390858189,0.153725174569888,0.146274936400424,0.427725847335459,0.153725174569888,0.148994190414097,0.460273285757049,0.153725174569888,0.314636635888735,0.576605748431432,0.5,0.153725174569888,0.380403076671104,0.677858642327381,0.153725174569888,0.350787031945541,0.16705939728773,0.5,0.153725174569888,0.390016519277408,0.116820158543882,0.153725174569888,0.388855172002698,0.319597084093307,0.153725174569888,0.112380261018024,0.071872093488688,0.153725174569888,0.145860180136085,0.413635294371679,0.153725174569888,0.266609036796808,0.381903143564278,0.153725174569888,0.358457567801655,0.502136364200391,0.153725174569888,0.339345641905182,0.0809766239824488,0.5,0.153725174569888,0.263791759037592,0.096800117132704,0,0.0187689377423234,0.938484499665109 -4002,0.5,0.153725174569888,0.207456808100394,0.0747919774624728,0.153725174569888,0.0913905391462941,0.110409886107174,0.153725174569888,0.210022434786369,0.110748927387514,0.153725174569888,0.219767917650365,0.00592887344201269,0.153725174569888,0.140517776032068,0.503510468903451,0.153725174569888,0.0713078321057705,0.427615469995708,0.153725174569888,0.0921676043477024,0.354980684963856,0.153725174569888,0.213825948723714,0.499368655129251,0.5,0.153725174569888,0.263001015776441,0.662522930559813,0.153725174569888,0.22507302214867,0.163499308597299,0.5,0.153725174569888,0.253709082945491,0.054593774414504,0.153725174569888,0.254635528301393,0.236013286203582,0.153725174569888,0.0683382866708535,0.0567928319177049,0.153725174569888,0.0866744890372046,0.246446804672317,0.153725174569888,0.148383587822758,0.312674737816441,0.153725174569888,0.237702842061057,0.489249150740243,0.153725174569888,0.219411673566329,0.0589929141803423,0.5,0.153725174569888,0.179280315501151,0.0978124953299441,0,0.0264136241180164,0.979018542577074 -4003,0.5,0.153725174569888,0.104108664410911,0.105738259248195,0.153725174569888,0.0466376355081272,0.0454574215997717,0.153725174569888,0.101429632526366,0.129153335746174,0.153725174569888,0.0998765695228177,0.00232168046523811,0.153725174569888,0.0730149622974307,0.285489368745301,0.153725174569888,0.0269744631407844,0.412469891955913,0.153725174569888,0.04849457003513,0.284472251692149,0.153725174569888,0.108723899115451,0.413530893777799,0.5,0.153725174569888,0.137451626468276,0.578631980403933,0.153725174569888,0.109762393338641,0.114674865196252,0.5,0.153725174569888,0.124390685068506,0.0119631314793411,0.153725174569888,0.127449825316626,0.0903358918100208,0.153725174569888,0.0354128568463808,0.0620736902061864,0.153725174569888,0.0329577483009462,0.0932106101855444,0.153725174569888,0.0772634059401571,0.237287877123815,0.153725174569888,0.126390579589475,0.415771823498559,0.153725174569888,0.105359421904389,0.0432992200840343,0.5,0.153725174569888,0.0790450712675772,0.0776782425912025,0,0.0234702654829929,0.981477916697345 -4004,0.5,0.153725174569888,0.0289299463655879,0.125761513487463,0.153725174569888,0.0102488799369456,0.0164221300420242,0.153725174569888,0.0236214001258369,0.18689624826163,0.153725174569888,0.0139261391287054,0.00298555723249087,0.153725174569888,0.011629079979346,0.122869138217238,0.153725174569888,0.00744929669214293,0.31936424219952,0.153725174569888,0.0156818962439237,0.196660732604542,0.153725174569888,0.0286205845520504,0.32001025144141,0.5,0.153725174569888,0.0391241385412119,0.451318873685013,0.153725174569888,0.00526170343856514,0.0845189001806807,0.5,0.153725174569888,0.0245247454666259,0.01458102163786,0.153725174569888,0.0236559983953761,0.0397840094006299,0.153725174569888,0.0132960881560163,0.0657293246915262,0.153725174569888,0.0112030169642345,0.0616284785175259,0.153725174569888,0.0261558556008912,0.146111201508797,0.153725174569888,0.0372200146690309,0.282293387894438,0.153725174569888,0.0166824615703219,0.0596169584702588,0.5,0.153725174569888,0.0,0.0420807788195472,0,0.0122422538036537,0.927503311510606 -4005,0.5,0.153725174569888,0.0,0.12470971140786,0.153725174569888,0.0,0.0113392985879546,0.153725174569888,0.0,0.235042236509,0.153725174569888,0.0,0.00533316167363853,0.153725174569888,6.06209084395815e-05,0.052486394614082,0.153725174569888,1.32772330743432e-05,0.188514349857104,0.153725174569888,7.75422451671861e-05,0.145901460809816,0.153725174569888,0.0,0.233160122599176,0.5,0.153725174569888,0.0,0.371733160963386,0.153725174569888,0.0,0.0774527227000594,0.5,0.153725174569888,0.0,0.044747390896611,0.153725174569888,0.0,0.0289581310384558,0.153725174569888,0.0,0.0533238604254291,0.153725174569888,0.000102356826953282,0.115267995661237,0.153725174569888,0.0,0.0660631920012086,0.153725174569888,0.0,0.175729707689262,0.153725174569888,0.0,0.0785549747322141,0.5,0.153725174569888,0.0,0.0366487350818141,0,0.010619192607745,0.810878679616427 -4006,0.5,0.153725174569888,0.0,0.118169561332225,0.153725174569888,0.0,0.0128768085584063,0.153725174569888,0.0,0.249942322829639,0.153725174569888,0.0,0.00817937906055479,0.153725174569888,0.0,0.0242803833127668,0.153725174569888,0.0,0.113692537481975,0.153725174569888,0.0,0.114675023601715,0.153725174569888,0.0,0.188035153699916,0.5,0.153725174569888,0.0,0.334957051000803,0.153725174569888,0.0,0.049898454291842,0.5,0.153725174569888,0.0,0.113059316937348,0.153725174569888,0.0,0.0297732551049162,0.153725174569888,0.0,0.0343346915135071,0.153725174569888,0.0,0.14181198177202,0.153725174569888,0.0,0.0408671741909514,0.153725174569888,0.0,0.125365790418543,0.153725174569888,0.0,0.0994419800468362,0.5,0.153725174569888,0.0,0.0259653064337682,0,0.0204836714769286,0.699328349832837 -4007,0.5,0.153725174569888,0.0,0.0972082686261299,0.153725174569888,0.0,0.0048738775952374,0.153725174569888,0.0,0.259446422580992,0.153725174569888,0.0,0.0148036352428357,0.153725174569888,0.0,0.00620827696277792,0.153725174569888,0.0,0.073275394611738,0.153725174569888,0.0,0.0652347434327068,0.153725174569888,0.0,0.156723524202467,0.5,0.153725174569888,0.0,0.276988586853725,0.153725174569888,0.0,0.0284698131962383,0.5,0.153725174569888,0.0,0.184908484072019,0.153725174569888,0.0,0.0338965937339395,0.153725174569888,0.0,0.0492086990477388,0.153725174569888,0.0,0.134421517561095,0.153725174569888,0.0,0.0292419029268539,0.153725174569888,0.0,0.0993848484384243,0.153725174569888,0.0,0.119633140895494,0.5,0.153725174569888,0.0,0.0188516604182084,0,0.0903677306081347,0.671111135445388 -4008,0.5,0.153725174569888,0.0,0.0759078102286165,0.153725174569888,0.0,0.00128727819853205,0.153725174569888,0.0,0.236809339832248,0.153725174569888,0.0,0.0203176168248889,0.153725174569888,0.0,0.000571743438368542,0.153725174569888,0.0,0.035116231489793,0.153725174569888,0.0,0.031183492447937,0.153725174569888,0.0,0.10089738700026,0.5,0.153725174569888,0.0,0.214594181756608,0.153725174569888,0.0,0.0154284548025847,0.5,0.153725174569888,0.0,0.184166980731815,0.153725174569888,0.0,0.0305111149792917,0.153725174569888,0.0,0.065148705303248,0.153725174569888,0.0,0.106330690821652,0.153725174569888,0.0,0.022084294348111,0.153725174569888,0.0,0.0906031887940454,0.153725174569888,0.0,0.106707266357233,0.5,0.153725174569888,0.0,0.0141628011895897,0,0.194640888240447,0.694929930105601 -4009,0.5,0.153725174569888,0.0,0.0699114704865062,0.153725174569888,0.0,0.0281294521229615,0.153725174569888,0.0,0.167658068416835,0.153725174569888,0.0,0.0187899131021797,0.153725174569888,0.0,0.00811943866167137,0.153725174569888,0.0,0.0102228087377809,0.153725174569888,0.0,0.015864712609897,0.153725174569888,0.0,0.0580154036982544,0.5,0.153725174569888,0.0,0.183126194761769,0.153725174569888,0.0,0.00899381877197143,0.5,0.153725174569888,0.0,0.119513443190245,0.153725174569888,0.0,0.0236054083529938,0.153725174569888,0.0,0.0811554154474813,0.153725174569888,0.0,0.0888717911331539,0.153725174569888,0.0,0.0141676424121254,0.153725174569888,0.0,0.0946052266815224,0.153725174569888,0.0,0.0754827047787034,0.5,0.153725174569888,0.0,0.0138042884847542,0,0.19728107184942,0.766934486464822 -4010,0.5,0.153725174569888,0.0,0.0770318632078817,0.153725174569888,0.0,0.0599050746078379,0.153725174569888,0.0,0.0937400787833846,0.153725174569888,0.0,0.0135805931859253,0.153725174569888,0.0,0.0305298146520135,0.153725174569888,0.0,0.00207367056959852,0.153725174569888,0.0,0.0100414051051838,0.153725174569888,0.0,0.0303093663725262,0.5,0.153725174569888,0.0,0.174838733279771,0.153725174569888,0.0,0.0053570626198886,0.5,0.153725174569888,0.0,0.0700498921403303,0.153725174569888,0.0,0.018080177325635,0.153725174569888,0.0,0.0876057869598161,0.153725174569888,0.0,0.074096596720917,0.153725174569888,0.0,0.0222286250421028,0.153725174569888,0.0,0.103938889436218,0.153725174569888,0.0,0.0583417591820114,0.5,0.153725174569888,0.0,0.0143890436429998,0,0.192261622619604,0.840868547916866 -4011,0.5,0.153725174569888,0.0,0.0853826540313143,0.153725174569888,0.0,0.0403448489699143,0.153725174569888,0.0,0.0481549239043476,0.153725174569888,0.0,0.00708051210280698,0.153725174569888,0.0,0.0418524849531689,0.153725174569888,0.0,0.00271090611469423,0.153725174569888,0.0,0.00889932397350619,0.153725174569888,0.0,0.019847244335695,0.5,0.153725174569888,0.0,0.165133134117826,0.153725174569888,0.0,0.00435053850985156,0.5,0.153725174569888,0.0,0.0463143260480589,0.153725174569888,0.0,0.0141908230294205,0.153725174569888,0.0,0.097575581957856,0.153725174569888,0.0,0.055352773972967,0.153725174569888,0.0,0.0359642696647079,0.153725174569888,0.0,0.108894418979336,0.153725174569888,0.0,0.0507506945516801,0.5,0.153725174569888,0.0,0.0144122477690394,0,0.207002463439678,0.781975906199303 -4012,0.5,0.153725174569888,0.0,0.0949061624913799,0.153725174569888,0.0,0.0330609615496688,0.153725174569888,0.0,0.040293926511994,0.153725174569888,0.0,0.00465662363806719,0.153725174569888,0.0,0.0339368485877716,0.153725174569888,0.0,0.00951915361737607,0.153725174569888,0.0,0.0120259358198693,0.153725174569888,0.0,0.018612695797352,0.5,0.153725174569888,0.0,0.158278260601246,0.153725174569888,0.0,0.00478741517361781,0.5,0.153725174569888,0.0,0.0351531727568755,0.153725174569888,0.0,0.0127254492479843,0.153725174569888,0.0,0.100265155783948,0.153725174569888,0.0,0.0515859995876875,0.153725174569888,0.0,0.0350577650179175,0.153725174569888,0.0,0.105254549316733,0.153725174569888,0.0,0.0481877755922472,0.5,0.153725174569888,0.0,0.0152601939817956,0,0.192045120173356,0.631955849773162 -4013,0.5,0.153725174569888,0.0133987715462028,0.0921074473327176,0.153725174569888,0.00595215765326119,0.0325343809431864,0.153725174569888,0.00385194200503622,0.055100238514548,0.153725174569888,0.00983966214804843,0.00718634324685813,0.153725174569888,0.00155750564252572,0.0268994933959225,0.153725174569888,1.86854965632457e-05,0.0189788368769203,0.153725174569888,0.000996237414506853,0.0137246583410612,0.153725174569888,1.00070392531588e-05,0.0172632479266221,0.5,0.153725174569888,2.3733782081828e-07,0.151435898800766,0.153725174569888,0.000221769445971775,0.00631825072625033,0.5,0.153725174569888,7.07476257770196e-05,0.0304153062477289,0.153725174569888,3.35029932071598e-05,0.0137362407606003,0.153725174569888,0.00708459650213059,0.0787524033927777,0.153725174569888,0.00366644943740982,0.0565484912781093,0.153725174569888,0.00378305273001635,0.0262807176593171,0.153725174569888,0.00115647710580781,0.0925021730712311,0.153725174569888,0.00204797510929593,0.0399006359218915,0.5,0.153725174569888,0.00161325441722817,0.0153771365977715,0,0.136787625368505,0.430361549391471 -4014,0.5,0.153725174569888,0.0736947979977536,0.111357784625411,0.153725174569888,0.0669222348266917,0.0307667252285452,0.153725174569888,0.0609989765807729,0.0736487081713805,0.153725174569888,0.0753008951676462,0.0105181734998222,0.153725174569888,0.0511420740257899,0.0241075531314022,0.153725174569888,0.00935869599813333,0.018161231167064,0.153725174569888,0.0473981108418472,0.0126903649318778,0.153725174569888,0.0296946529461076,0.0223295489942563,0.5,0.153725174569888,0.0353851079673201,0.171171048810428,0.153725174569888,0.0525257162783639,0.00753179268477813,0.5,0.153725174569888,0.0389704997564465,0.0324522682995804,0.153725174569888,0.0471485348257737,0.0124190380105101,0.153725174569888,0.066959282476696,0.0504771438723369,0.153725174569888,0.058473648276808,0.046251579433903,0.153725174569888,0.0596595685788107,0.0257410614076341,0.153725174569888,0.0401100996173658,0.0998984094612776,0.153725174569888,0.0566002054430787,0.0352212095437293,0.5,0.153725174569888,0.0438022710173558,0.0118793795281114,0,0.0759300114038607,0.280682556296773 -4015,0.5,0.153725174569888,0.160372143533929,0.19376903957309,0.153725174569888,0.144856537169651,0.0303753758317445,0.153725174569888,0.139218895182314,0.0864060038502772,0.153725174569888,0.162207012778684,0.0186664334350649,0.153725174569888,0.125618211926562,0.0450044876369601,0.153725174569888,0.055066799393755,0.0360775661610793,0.153725174569888,0.125310213885543,0.0339607507553419,0.153725174569888,0.101288227778371,0.0574330171090155,0.5,0.153725174569888,0.110736611100018,0.252162102822802,0.153725174569888,0.137009182283943,0.0218271665662379,0.5,0.153725174569888,0.109623705664104,0.0718233870800994,0.153725174569888,0.127326703374322,0.0200480909697308,0.153725174569888,0.143189304156155,0.0401340232130477,0.153725174569888,0.131690457950744,0.0378667419735158,0.153725174569888,0.137530978772525,0.0476545686718421,0.153725174569888,0.1195503697867,0.136525161254695,0.153725174569888,0.138309771889172,0.0496223422380841,0.5,0.153725174569888,0.113298791790158,0.0181059634847094,0,0.035767579748768,0.214474979494894 -4016,0.5,0.153725174569888,0.280710888741651,0.192863894819888,0.153725174569888,0.263124768569243,0.0551975919468948,0.153725174569888,0.250923350479414,0.0721425643529495,0.153725174569888,0.280812859606731,0.0364387241647351,0.153725174569888,0.243815351755475,0.0500342411239404,0.153725174569888,0.13668762614671,0.0688708655131995,0.153725174569888,0.239451706959834,0.0742772752256714,0.153725174569888,0.204161862395628,0.11036039763513,0.5,0.153725174569888,0.212355436283036,0.342595394541138,0.153725174569888,0.257902756597883,0.0980729030702079,0.5,0.153725174569888,0.214626282948819,0.119856808260162,0.153725174569888,0.244149698005918,0.0831321194466525,0.153725174569888,0.258482512373825,0.0504206301558739,0.153725174569888,0.248452807027875,0.0346013259133404,0.153725174569888,0.254034024761785,0.074867801832304,0.153725174569888,0.229602290076827,0.210923427516794,0.153725174569888,0.252174834464487,0.0859948045534748,0.5,0.153725174569888,0.206883808599712,0.0546946974858007,0,0.00980698545388508,0.19576520772635 -4017,0.5,0.153725174569888,0.407089182748085,0.15395228618936,0.153725174569888,0.386613505562911,0.0562872982643802,0.153725174569888,0.384517581911166,0.0913462809798867,0.153725174569888,0.412846237147887,0.0605485392261783,0.153725174569888,0.369868501579723,0.0426982563779268,0.153725174569888,0.26580731702543,0.0785124929286436,0.153725174569888,0.354648285660476,0.118101526123619,0.153725174569888,0.31786768469816,0.143805235900706,0.5,0.153725174569888,0.330588579610403,0.3404866772028,0.153725174569888,0.389976292372431,0.262788433597457,0.5,0.153725174569888,0.34744874191395,0.199690835933438,0.153725174569888,0.37874174140739,0.230060508260651,0.153725174569888,0.363385193462856,0.0351065247736851,0.153725174569888,0.370750274065947,0.0392967219864202,0.153725174569888,0.377315249630386,0.0696364931384188,0.153725174569888,0.354802083960385,0.263852074137135,0.153725174569888,0.384511589601513,0.141987166827931,0.5,0.153725174569888,0.311215498372249,0.110333703880151,0,0.0029264718587999,0.185269495236314 -4018,0.5,0.153725174569888,0.535313468777823,0.149522985822886,0.153725174569888,0.51494507416065,0.050807919767821,0.153725174569888,0.522410936044754,0.118338322314948,0.153725174569888,0.539685971544071,0.0841819567489801,0.153725174569888,0.504319012111542,0.0449177392018044,0.153725174569888,0.466302619520558,0.0927011821541879,0.153725174569888,0.475854274415316,0.13739346813309,0.153725174569888,0.445621075984347,0.17562068600071,0.5,0.153725174569888,0.467643100729343,0.331833775004306,0.153725174569888,0.49431325236145,0.41991175720781,0.5,0.153725174569888,0.488147112779374,0.307236613697262,0.153725174569888,0.51220709604401,0.419286327204277,0.153725174569888,0.437042902073265,0.0310180955871444,0.153725174569888,0.496722521894866,0.0827392621925536,0.153725174569888,0.510973372780407,0.0683009898340205,0.153725174569888,0.487626741479552,0.269110763508997,0.153725174569888,0.51160056007577,0.233035847496342,0.5,0.153725174569888,0.423937710391431,0.172799732208346,0,0.00210320157254147,0.207053684813484 -4019,0.5,0.153725174569888,0.624252832562496,0.150935962527285,0.153725174569888,0.607373646571016,0.0687674252906066,0.153725174569888,0.617579269227857,0.141911435184706,0.153725174569888,0.592793039104832,0.113505170117974,0.153725174569888,0.614846176425137,0.073730335175145,0.153725174569888,0.598383320294345,0.120662985497753,0.153725174569888,0.595099958403676,0.169427876628057,0.153725174569888,0.560897248554775,0.195863466538339,0.5,0.153725174569888,0.588784149840086,0.377854929319728,0.153725174569888,0.573224805471174,0.496332627483653,0.5,0.153725174569888,0.585908007698951,0.406898195586159,0.153725174569888,0.613480627675024,0.5638038238349,0.153725174569888,0.49462944721049,0.0501687125430525,0.153725174569888,0.594172966803183,0.152031717253626,0.153725174569888,0.62184025598172,0.0927141495190687,0.153725174569888,0.593623824259707,0.309288850648446,0.153725174569888,0.584658922937615,0.303961772678591,0.5,0.153725174569888,0.547680618081833,0.198982982590358,0,0.00335757640052349,0.254859473218782 -4020,0.5,0.153725174569888,0.658486600280357,0.14704923188962,0.153725174569888,0.641881167904127,0.0932453640901743,0.153725174569888,0.623026921962719,0.159680981718078,0.153725174569888,0.620892292966426,0.144059054371291,0.153725174569888,0.673660074045258,0.102640612877483,0.153725174569888,0.683456626961575,0.187411486297742,0.153725174569888,0.679608255012877,0.241569497459498,0.153725174569888,0.659607394673729,0.233542000893925,0.5,0.153725174569888,0.650041676014768,0.454890690574198,0.153725174569888,0.559069865400305,0.539960647733881,0.5,0.153725174569888,0.633230685793108,0.434041744502842,0.153725174569888,0.669618668066195,0.63584686197581,0.153725174569888,0.546794054089992,0.0855978630770214,0.153725174569888,0.633748846730521,0.218678144895786,0.153725174569888,0.684555671905038,0.135073251301867,0.153725174569888,0.63195157040341,0.388552336771241,0.153725174569888,0.633431531344537,0.356949163964863,0.5,0.153725174569888,0.567830318286139,0.238463330949413,0,0.00321062949327319,0.283723665794801 -4021,0.5,0.153725174569888,0.674924353500407,0.141264069415467,0.153725174569888,0.644994197213929,0.116779187014981,0.153725174569888,0.634898528635013,0.178905310802096,0.153725174569888,0.644833173897813,0.181714080183608,0.153725174569888,0.677447634506996,0.125290083674727,0.153725174569888,0.710691978807148,0.218879653722584,0.153725174569888,0.708837261041853,0.279999266500416,0.153725174569888,0.682096018299099,0.308450445909452,0.5,0.153725174569888,0.624793372152891,0.5230105476034,0.153725174569888,0.576221044437976,0.571101604417416,0.5,0.153725174569888,0.659945619764986,0.482421931335103,0.153725174569888,0.679776116150773,0.646260953221004,0.153725174569888,0.585390358839148,0.122189428082474,0.153725174569888,0.642835492970588,0.304403060982515,0.153725174569888,0.680822541667621,0.149674637423768,0.153725174569888,0.61881414632517,0.467260618397485,0.153725174569888,0.634553486217585,0.394903836731785,0.5,0.153725174569888,0.527455569324424,0.261654010106216,0,0.00248844269580039,0.251199140320854 -4022,0.5,0.153725174569888,0.661877509397037,0.130586540553699,0.153725174569888,0.619522928996088,0.149562492825957,0.153725174569888,0.609145089267327,0.208995645742833,0.153725174569888,0.624301106096113,0.212577859093833,0.153725174569888,0.638455335004009,0.179826730097491,0.153725174569888,0.692362336876146,0.20251125891353,0.153725174569888,0.656280815315448,0.289545592606355,0.153725174569888,0.66419039098692,0.324225604790947,0.5,0.153725174569888,0.581605374591684,0.589580259990612,0.153725174569888,0.635655688539131,0.641545555122505,0.5,0.153725174569888,0.635504613305588,0.509020462107856,0.153725174569888,0.668347414313067,0.675879900082746,0.153725174569888,0.617451172311556,0.155722961348553,0.153725174569888,0.635808042704506,0.362794062598087,0.153725174569888,0.645070691754679,0.156373756019515,0.153725174569888,0.596848976242479,0.488060928998168,0.153725174569888,0.605905717087919,0.40501376095137,0.5,0.153725174569888,0.500843759464012,0.245019021858325,0,0.0036552001537437,0.286479489003638 -4023,0.5,0.153725174569888,0.598964586374567,0.115580282738795,0.153725174569888,0.557637692451663,0.165873859371925,0.153725174569888,0.559196973389744,0.226174796014834,0.153725174569888,0.567954453661572,0.223393074470669,0.153725174569888,0.584852130169243,0.281786206875903,0.153725174569888,0.624929523888707,0.213000314728407,0.153725174569888,0.595210425938717,0.313608320476148,0.153725174569888,0.600601672237969,0.344567900826483,0.5,0.153725174569888,0.522447586997049,0.607402199190749,0.153725174569888,0.584487629904485,0.682045382761055,0.5,0.153725174569888,0.549717256750284,0.529308906320985,0.153725174569888,0.617667628161361,0.660557002057193,0.153725174569888,0.581610703002138,0.212620992523659,0.153725174569888,0.593556531581418,0.378703853751811,0.153725174569888,0.590857016661016,0.173306182624891,0.153725174569888,0.548464699886751,0.461271634750371,0.153725174569888,0.543279385010545,0.398356898311298,0.5,0.153725174569888,0.475760013016081,0.215588525812593,0,0.00525145684586054,0.331582062570036 -4024,0.5,0.153725174569888,0.486748345527365,0.104640959530854,0.153725174569888,0.462874432511645,0.143243410369695,0.153725174569888,0.466664133107349,0.231842033293838,0.153725174569888,0.462699002869702,0.217141801609711,0.153725174569888,0.483984844380395,0.378437485723841,0.153725174569888,0.526819848056891,0.243323762411779,0.153725174569888,0.508503281299762,0.328313458202193,0.153725174569888,0.499766223259646,0.350839473565154,0.5,0.153725174569888,0.443990242306135,0.595609973828612,0.153725174569888,0.494648404481558,0.689581985341005,0.5,0.153725174569888,0.398935953760386,0.454004434958278,0.153725174569888,0.517670186754856,0.636466150859871,0.153725174569888,0.500955170538763,0.315497437716437,0.153725174569888,0.506726291544252,0.407347527391173,0.153725174569888,0.494227724530998,0.192498934910162,0.153725174569888,0.478099684820662,0.440094566907692,0.153725174569888,0.406085661453531,0.332765160445592,0.5,0.153725174569888,0.420480894008143,0.182615580998228,0,0.00656299853679062,0.324150188823746 -4025,0.5,0.153725174569888,0.361203551192458,0.0883876040042704,0.153725174569888,0.351910467862681,0.121279356729757,0.153725174569888,0.343166264799301,0.218934371683662,0.153725174569888,0.340505320779413,0.196139116057769,0.153725174569888,0.372268159663973,0.480077352734089,0.153725174569888,0.396872756897922,0.284433658103184,0.153725174569888,0.38504730301061,0.306962187407264,0.153725174569888,0.373812808466208,0.313233329928817,0.5,0.153725174569888,0.355092801134827,0.530855485668472,0.153725174569888,0.376879144114627,0.593527080383418,0.5,0.153725174569888,0.273281432868601,0.315637601889671,0.153725174569888,0.378709013613589,0.551953203791644,0.153725174569888,0.389610799097433,0.403768826335675,0.153725174569888,0.385996802193676,0.474459267789092,0.153725174569888,0.367775301193349,0.195848311372299,0.153725174569888,0.357075537002101,0.387222882169016,0.153725174569888,0.280871385925388,0.276352511733532,0.5,0.153725174569888,0.331737022608884,0.139778380703927,0,0.00742350280721596,0.249796579864821 -4026,0.5,0.153725174569888,0.237501799679218,0.0603580896241086,0.153725174569888,0.240812804869254,0.157622411382377,0.153725174569888,0.232261954931424,0.159674481888925,0.153725174569888,0.218732111527525,0.139026170174118,0.153725174569888,0.260607555025622,0.553994679658911,0.153725174569888,0.271579386438542,0.3134954716259,0.153725174569888,0.259178280645611,0.217511026444248,0.153725174569888,0.25549393758834,0.225041270329381,0.5,0.153725174569888,0.246528598404046,0.322825623508679,0.153725174569888,0.247124094849315,0.381189609517909,0.5,0.153725174569888,0.151825102817535,0.236296783693701,0.153725174569888,0.256377827099606,0.341520192121731,0.153725174569888,0.26896346679105,0.407378768281133,0.153725174569888,0.265414363476187,0.504799724226769,0.153725174569888,0.250896637066025,0.171923393434265,0.153725174569888,0.239545561746343,0.241716929673913,0.153725174569888,0.182793162342243,0.167738030308046,0.5,0.153725174569888,0.206183739720078,0.06969638097294,0,0.00840071823964678,0.163161914360914 -4027,0.5,0.153725174569888,0.119493426695741,0.0201491521560181,0.153725174569888,0.128010581061696,0.217797482126053,0.153725174569888,0.117192255606342,0.0580601516036765,0.153725174569888,0.0984519860039404,0.0556465572319275,0.153725174569888,0.145091722205473,0.528302570564935,0.153725174569888,0.146292276387599,0.293173790170316,0.153725174569888,0.135329481760342,0.108824308941733,0.153725174569888,0.131798828708549,0.0965062607150183,0.5,0.153725174569888,0.132492650234906,0.142299918688683,0.153725174569888,0.118748119479154,0.122556827683535,0.5,0.153725174569888,0.112414376572623,0.211686789243118,0.153725174569888,0.125452604034459,0.151651907118154,0.153725174569888,0.144786214169752,0.352125339981875,0.153725174569888,0.145161179944778,0.420453582241078,0.153725174569888,0.130515011800608,0.130087197403605,0.153725174569888,0.119716516854088,0.106560846945397,0.153725174569888,0.100330959557265,0.126307620975125,0.5,0.153725174569888,0.0795378788360422,0.024750544584631,0,0.011356685222785,0.118770478820417 -4028,0.5,0.153725174569888,0.0267506640379153,0.0173650973913033,0.153725174569888,0.0400754732531921,0.181757572220587,0.153725174569888,0.0233844461452538,0.0466546334241699,0.153725174569888,0.0144111041067436,0.04916470155973,0.153725174569888,0.0535061625575992,0.406539305176033,0.153725174569888,0.0491750919932819,0.377981578432007,0.153725174569888,0.0421047388437237,0.156915152298222,0.153725174569888,0.0376289357978204,0.0739796818641564,0.5,0.153725174569888,0.0325516402602186,0.119867256837256,0.153725174569888,0.0104411334986442,0.0492513812167312,0.5,0.153725174569888,0.028246702981106,0.240353416688401,0.153725174569888,0.0240951254905363,0.0786064504454885,0.153725174569888,0.0463296191236539,0.238985470657293,0.153725174569888,0.0525393058613848,0.237290189379358,0.153725174569888,0.0364223412167435,0.125004844367491,0.153725174569888,0.030940246399954,0.0847926323074036,0.153725174569888,0.0183285714512897,0.1276475528271,0.5,0.153725174569888,0.0,0.0286911971916784,0,0.00540803179659565,0.229287251561404 -4029,0.5,0.153725174569888,0.0,0.015061750577503,0.153725174569888,0.0,0.129375379899021,0.153725174569888,0.0,0.0330115778755177,0.153725174569888,0.0,0.0399911879736026,0.153725174569888,0.0,0.250919187477374,0.153725174569888,0.0,0.424346906503056,0.153725174569888,0.0,0.217843103627912,0.153725174569888,0.0,0.0764099367414033,0.5,0.153725174569888,0.0,0.141798937043635,0.153725174569888,0.0,0.0304498235450285,0.5,0.153725174569888,0.0,0.228958985356337,0.153725174569888,0.0,0.0552633767888393,0.153725174569888,0.0,0.143790193726948,0.153725174569888,0.0,0.126609775196092,0.153725174569888,0.0,0.122905497079934,0.153725174569888,0.0,0.0843345544370401,0.153725174569888,0.0,0.115880542848357,0.5,0.153725174569888,0.0,0.0458292358837597,0,0.00202975374304111,0.442725937354159 -4030,0.5,0.153725174569888,0.0,0.0103110453536031,0.153725174569888,0.0,0.0878364075008377,0.153725174569888,0.0,0.0169505635640687,0.153725174569888,0.0,0.0242520374001273,0.153725174569888,0.0,0.145778552312862,0.153725174569888,0.0,0.376568026496786,0.153725174569888,0.0,0.213116764914532,0.153725174569888,0.0,0.109245099741837,0.5,0.153725174569888,0.0,0.150561110599396,0.153725174569888,0.0,0.0256700359346435,0.5,0.153725174569888,0.0,0.184297744088937,0.153725174569888,0.0,0.0507728682364783,0.153725174569888,0.0,0.11456421591093,0.153725174569888,0.0,0.0922319499211842,0.153725174569888,0.0,0.106039730264806,0.153725174569888,0.0,0.0908503218330313,0.153725174569888,0.0,0.0901184707458306,0.5,0.153725174569888,0.0,0.0506656398998,0,0.0144372654863143,0.461604218135633 -4031,0.5,0.153725174569888,0.0,0.0107089802619093,0.153725174569888,0.0,0.047460620449597,0.153725174569888,0.0,0.0073903933634239,0.153725174569888,0.0,0.0124672780648147,0.153725174569888,0.0,0.0805760797302806,0.153725174569888,0.0,0.259960198272437,0.153725174569888,0.0,0.152328536097227,0.153725174569888,0.0,0.137302362633697,0.5,0.153725174569888,0.0,0.143194657757422,0.153725174569888,0.0,0.0265727525961161,0.5,0.153725174569888,0.0,0.13240919440002,0.153725174569888,0.0,0.0523035730951668,0.153725174569888,0.0,0.0892479822023004,0.153725174569888,0.0,0.0805772313635934,0.153725174569888,0.0,0.0782863577073321,0.153725174569888,0.0,0.0959094391278733,0.153725174569888,0.0,0.0657849814153581,0.5,0.153725174569888,0.0,0.0512892301697408,0,0.0252377007376617,0.426858165502845 -4032,0.5,0.153725174569888,0.0,0.0119784356580939,0.153725174569888,0.0,0.0262523180281722,0.153725174569888,0.0,0.00271924465806857,0.153725174569888,0.0,0.00658117869441163,0.153725174569888,0.0,0.0438813095420895,0.153725174569888,0.0,0.157028021566309,0.153725174569888,0.0,0.0898043349102116,0.153725174569888,0.0,0.121212996300185,0.5,0.153725174569888,0.0,0.137659531511384,0.153725174569888,0.0,0.02574281797762,0.5,0.153725174569888,0.0,0.0934046731971809,0.153725174569888,0.0,0.0538599035551745,0.153725174569888,0.0,0.0810743522967663,0.153725174569888,0.0,0.0739526176911755,0.153725174569888,0.0,0.0563645047147817,0.153725174569888,0.0,0.0937502008897296,0.153725174569888,0.0,0.0500913263148653,0.5,0.153725174569888,0.0,0.0514291500497519,0,0.0330320534773458,0.493567208496757 -4033,0.5,0.153725174569888,0.0,0.0127604993341087,0.153725174569888,0.0,0.0324790938058921,0.153725174569888,0.0,0.00117471638510522,0.153725174569888,0.0,0.00336056239604086,0.153725174569888,0.0,0.0280428251691764,0.153725174569888,0.0,0.090327863971613,0.153725174569888,0.0,0.0409645415076779,0.153725174569888,0.0,0.092720820341128,0.5,0.153725174569888,0.0,0.131798569062138,0.153725174569888,0.0,0.0249681668263377,0.5,0.153725174569888,0.0,0.0667553372544874,0.153725174569888,0.0,0.0519086849776225,0.153725174569888,0.0,0.0932646368608855,0.153725174569888,0.0,0.0865490124188789,0.153725174569888,0.0,0.0392793583268683,0.153725174569888,0.0,0.083121177526085,0.153725174569888,0.0,0.0444335681436,0.5,0.153725174569888,0.0,0.04732496194816,0,0.0412578665772304,0.609768895449844 -4034,0.5,0.153725174569888,0.0,0.0137063934388272,0.153725174569888,0.0,0.0354243728637653,0.153725174569888,0.0,0.00108958585640039,0.153725174569888,0.0,0.00132868606830534,0.153725174569888,0.0,0.023765889015811,0.153725174569888,0.0,0.0532854178906071,0.153725174569888,0.0,0.019152195892672,0.153725174569888,0.0,0.0645600718338482,0.5,0.153725174569888,0.0,0.129704789061714,0.153725174569888,0.0,0.0236071250583273,0.5,0.153725174569888,0.0,0.0560216171068618,0.153725174569888,0.0,0.0499781879627554,0.153725174569888,0.0,0.103334304293367,0.153725174569888,0.0,0.109924362478699,0.153725174569888,0.0,0.0285800647700729,0.153725174569888,0.0,0.0680285963615634,0.153725174569888,0.0,0.0400586549867047,0.5,0.153725174569888,0.0,0.0425590961961754,0,0.0409355602200409,0.675247742440943 -4035,0.5,0.153725174569888,0.0,0.0141423927124098,0.153725174569888,0.0,0.0369419321431428,0.153725174569888,0.0,0.00293958728092633,0.153725174569888,0.0,0.000656329994995427,0.153725174569888,0.0,0.0213301291298593,0.153725174569888,0.0,0.0447713031306016,0.153725174569888,0.0,0.0165733096536781,0.153725174569888,0.0,0.0400251267276166,0.5,0.153725174569888,0.0,0.124634152828769,0.153725174569888,0.0,0.0216975039210429,0.5,0.153725174569888,0.0,0.0475736565972404,0.153725174569888,0.0,0.0466364145813697,0.153725174569888,0.0,0.111941189321655,0.153725174569888,0.0,0.137580305672935,0.153725174569888,0.0,0.0241652834179852,0.153725174569888,0.0,0.0598485424830733,0.153725174569888,0.0,0.0337206270328809,0.5,0.153725174569888,0.0,0.0394018374422335,0,0.0391709673798677,0.712487672841635 -4036,0.5,0.153725174569888,0.0,0.0144245098672859,0.153725174569888,0.0,0.0383458026999643,0.153725174569888,0.0,0.00576391996250046,0.153725174569888,0.0,0.000417058748434348,0.153725174569888,0.0,0.025600971055648,0.153725174569888,0.0,0.0418277431175675,0.153725174569888,0.0,0.0115434242263204,0.153725174569888,0.0,0.0355503094524568,0.5,0.153725174569888,0.0,0.112058408801406,0.153725174569888,0.0,0.0178230534627676,0.5,0.153725174569888,0.0,0.043033111329104,0.153725174569888,0.0,0.0424240772977682,0.153725174569888,0.0,0.122148514724715,0.153725174569888,0.0,0.166105542126824,0.153725174569888,0.0,0.0249259715547235,0.153725174569888,0.0,0.0539093419754074,0.153725174569888,0.0,0.0300883345177783,0.5,0.153725174569888,0.0,0.0350149229391448,0,0.0376200420494936,0.725271386345577 -4037,0.5,0.153725174569888,0.014130207841128,0.0143286117407745,0.153725174569888,0.00228609583185565,0.0436176815762234,0.153725174569888,0.00421129788763452,0.0100139942669596,0.153725174569888,0.00995163573116784,0.000164786107654663,0.153725174569888,0.000501637561315971,0.0301987006550386,0.153725174569888,0.000105850345198619,0.0348321712213147,0.153725174569888,0.00145112824410585,0.0107073100268612,0.153725174569888,1.1435887899163e-05,0.0424362142975632,0.5,0.153725174569888,8.50631496739735e-07,0.0977998084260156,0.153725174569888,0.000199575801995945,0.0137329617974397,0.5,0.153725174569888,7.90956291194972e-05,0.0332029275977934,0.153725174569888,2.92369815406446e-05,0.0382638276396435,0.153725174569888,0.00374411610400593,0.129303515718756,0.153725174569888,0.00062911230199155,0.175037444389094,0.153725174569888,0.00353080267301304,0.0252264192529264,0.153725174569888,0.00174819266031405,0.0517882755896651,0.153725174569888,0.00204477061991627,0.0242924046571451,0.5,0.153725174569888,0.00225340027101567,0.0278821241417827,0,0.0341677242773477,0.687434083891479 -4038,0.5,0.153725174569888,0.0750785110616548,0.0155558797358926,0.153725174569888,0.0208777300132437,0.0669915105546282,0.153725174569888,0.0633733096943154,0.0157395115881234,0.153725174569888,0.0735272431390008,0.000495301811848767,0.153725174569888,0.00536514624013754,0.0392489355296041,0.153725174569888,0.0352676438956849,0.0306294185174217,0.153725174569888,0.0511500873026021,0.0124087642946541,0.153725174569888,0.0442128022266343,0.034893676981847,0.5,0.153725174569888,0.0423257347238935,0.0785843854484893,0.153725174569888,0.0511348539117189,0.0088441078305551,0.5,0.153725174569888,0.0465591044831372,0.0228222072584563,0.153725174569888,0.0456381524900861,0.0234214011489451,0.153725174569888,0.0344342758521602,0.158352756164424,0.153725174569888,0.00659813451520604,0.190924347734326,0.153725174569888,0.0515373773068348,0.0267941781562618,0.153725174569888,0.0542166889686967,0.0451738173073612,0.153725174569888,0.05677668639363,0.0170801714171415,0.5,0.153725174569888,0.05903218815029,0.0158615849744863,0,0.0345540458297461,0.613667159516798 -4039,0.5,0.153725174569888,0.159988953520239,0.0359002083135993,0.153725174569888,0.0461402689924777,0.152192228474683,0.153725174569888,0.145935503541686,0.0426643566054132,0.153725174569888,0.16348140742045,0.00129727292233201,0.153725174569888,0.0141935296381425,0.0668250482039776,0.153725174569888,0.0835011017910744,0.0435424326616273,0.153725174569888,0.109302662558848,0.0259472435604634,0.153725174569888,0.116868862000643,0.0540435557022564,0.5,0.153725174569888,0.116308190136412,0.119437546113291,0.153725174569888,0.134228123732169,0.0133331939694108,0.5,0.153725174569888,0.123955999383139,0.0278433978856395,0.153725174569888,0.124836681496978,0.0287585859988654,0.153725174569888,0.0740685699386246,0.17996871591899,0.153725174569888,0.0179823743197509,0.214266534292225,0.153725174569888,0.108583566515064,0.0517442134767143,0.153725174569888,0.131774991397125,0.0722884967553708,0.153725174569888,0.139606709033889,0.0173964525718084,0.5,0.153725174569888,0.146755641192383,0.0198314610383674,0,0.0429842410069981,0.442574331350839 -4040,0.5,0.153725174569888,0.274565588951124,0.0734496098176275,0.153725174569888,0.123215691803354,0.245493446832308,0.153725174569888,0.265361678720264,0.0816861539181117,0.153725174569888,0.284146017811513,0.00571871457804845,0.153725174569888,0.030142697301329,0.122482454381853,0.153725174569888,0.140986832287026,0.104870228835643,0.153725174569888,0.186281873292306,0.135801816538209,0.153725174569888,0.233443109736402,0.135561411284156,0.5,0.153725174569888,0.233060592381051,0.223628953082067,0.153725174569888,0.256280291274456,0.0594974270247679,0.5,0.153725174569888,0.242425348296134,0.0830312066116718,0.153725174569888,0.244393137503889,0.101750915837967,0.153725174569888,0.129001949692411,0.195756295590433,0.153725174569888,0.0366442391488115,0.235888913129048,0.153725174569888,0.182472592372866,0.1383116165841,0.153725174569888,0.251294510202804,0.177708922645904,0.153725174569888,0.260468059966304,0.0445203653869792,0.5,0.153725174569888,0.269059227212034,0.0645880640046924,0,0.0510544319600577,0.294486806275367 -4041,0.5,0.153725174569888,0.395713717317834,0.113337050497842,0.153725174569888,0.0979120219573922,0.315318969127178,0.153725174569888,0.394845310900539,0.0989320235014968,0.153725174569888,0.415861867538673,0.0120527560064276,0.153725174569888,0.0618507129005505,0.175111721676129,0.153725174569888,0.177905414560868,0.19741564580425,0.153725174569888,0.232172462461234,0.214910589308393,0.153725174569888,0.360628640370044,0.302867792205092,0.5,0.153725174569888,0.362085603626633,0.311752708812492,0.153725174569888,0.393115611442958,0.135642830445402,0.5,0.153725174569888,0.373405088015683,0.154908993101,0.153725174569888,0.378480966931439,0.190277139377435,0.153725174569888,0.191646959789835,0.214974859326752,0.153725174569888,0.0641425742315883,0.246647397924874,0.153725174569888,0.226829897563137,0.228856644181289,0.153725174569888,0.380116779131178,0.297600296217584,0.153725174569888,0.393571644951459,0.0851719131184232,0.5,0.153725174569888,0.406925370716001,0.127400871792924,0,0.0576150123561154,0.205613354171577 -4042,0.5,0.153725174569888,0.507291310889298,0.145024335701804,0.153725174569888,0.0923568165660721,0.297177438572938,0.153725174569888,0.52745626400745,0.104055361577758,0.153725174569888,0.543991827384739,0.0168206546853465,0.153725174569888,0.118086862284313,0.196472324214456,0.153725174569888,0.22912148914146,0.220732401183346,0.153725174569888,0.312896400060042,0.249726605759523,0.153725174569888,0.491349871023828,0.311723900844337,0.5,0.153725174569888,0.499274052607584,0.407467024702977,0.153725174569888,0.52903538924031,0.261722192822544,0.5,0.153725174569888,0.508776039672312,0.170367303416959,0.153725174569888,0.514993338663856,0.275810043990131,0.153725174569888,0.260874492460714,0.250030971845902,0.153725174569888,0.102278995417683,0.256720234206937,0.153725174569888,0.257025961754772,0.270550379484867,0.153725174569888,0.512599137515215,0.295271693364512,0.153725174569888,0.527098928474882,0.130768958195099,0.5,0.153725174569888,0.539759215546341,0.192056404540603,0,0.0687033054960455,0.188306010026105 -4043,0.5,0.153725174569888,0.549817757616426,0.159157546048121,0.153725174569888,0.130046180012037,0.294234799423916,0.153725174569888,0.614843230076847,0.0892103467084845,0.153725174569888,0.630148128961564,0.0241956804928436,0.153725174569888,0.135535893801268,0.204415014283117,0.153725174569888,0.239902121334757,0.211580059047261,0.153725174569888,0.328224697256559,0.275598383912236,0.153725174569888,0.596224905620258,0.310756451890687,0.5,0.153725174569888,0.611162778722992,0.457031104798345,0.153725174569888,0.634041107009223,0.429670903580669,0.5,0.153725174569888,0.616219096088826,0.232598475776099,0.153725174569888,0.620220276310335,0.438553533572832,0.153725174569888,0.3328739165643,0.295508926433624,0.153725174569888,0.16075884219361,0.282957731694866,0.153725174569888,0.280984893033804,0.274891478495625,0.153725174569888,0.61778716363486,0.278807157027047,0.153725174569888,0.615730125967109,0.153682077359616,0.5,0.153725174569888,0.63330760297331,0.252008182713246,0,0.0909286179599581,0.201594734735127 -4044,0.5,0.153725174569888,0.567951188438111,0.170551531237974,0.153725174569888,0.155432368592875,0.287837711711634,0.153725174569888,0.649897612088343,0.0932288610459263,0.153725174569888,0.675788255891106,0.0354007373998745,0.153725174569888,0.138581886905965,0.200895533275849,0.153725174569888,0.208709169272924,0.197795155479544,0.153725174569888,0.290359558698531,0.263130350053546,0.153725174569888,0.64333195728082,0.324034436183852,0.5,0.153725174569888,0.648936872982881,0.445586003358032,0.153725174569888,0.673720035953591,0.578319924762708,0.5,0.153725174569888,0.649460293287342,0.253459718765057,0.153725174569888,0.661692927738594,0.539056244136719,0.153725174569888,0.384567571604138,0.315168906270622,0.153725174569888,0.161811404435516,0.25501542016933,0.153725174569888,0.252383579942223,0.250550080578403,0.153725174569888,0.656997161739643,0.261039082620632,0.153725174569888,0.671296331864773,0.148354728379528,0.5,0.153725174569888,0.678144826357155,0.290848371376264,0,0.110282507685176,0.260361585498597 -4045,0.5,0.153725174569888,0.539707565899666,0.196917643355001,0.153725174569888,0.173065425319899,0.293905132069739,0.153725174569888,0.664877831515939,0.114114284058425,0.153725174569888,0.683019048010355,0.0493496295125576,0.153725174569888,0.130401019344904,0.198818221780629,0.153725174569888,0.205275015416884,0.213256636872536,0.153725174569888,0.232260751985487,0.265810853270657,0.153725174569888,0.667724863370051,0.34836283371857,0.5,0.153725174569888,0.678018876392213,0.401896782960769,0.153725174569888,0.690369235133904,0.632252239592391,0.5,0.153725174569888,0.665834183042257,0.243057897883165,0.153725174569888,0.664249904303219,0.537563056588412,0.153725174569888,0.439515215138158,0.321274149900941,0.153725174569888,0.177101683742953,0.225028882249857,0.153725174569888,0.261810137016959,0.246688384644608,0.153725174569888,0.671509940153966,0.264620218369884,0.153725174569888,0.690782392240619,0.135795689794245,0.5,0.153725174569888,0.697071112141753,0.285538352965661,0,0.113200503298014,0.40768942955201 -4046,0.5,0.153725174569888,0.521272836598798,0.241914554502917,0.153725174569888,0.178318557605912,0.286116613268145,0.153725174569888,0.631400676554228,0.143013750490267,0.153725174569888,0.649628571012798,0.0597414845111767,0.153725174569888,0.099682951671489,0.172098131772515,0.153725174569888,0.218410088060293,0.240104709201181,0.153725174569888,0.21677111503357,0.294860020148494,0.153725174569888,0.655902924957422,0.383270870653386,0.5,0.153725174569888,0.670949953274898,0.362607685078046,0.153725174569888,0.668341280664778,0.597438149250059,0.5,0.153725174569888,0.659219685337519,0.223171032983314,0.153725174569888,0.661649920604904,0.517648055627083,0.153725174569888,0.469229364782537,0.330906656744343,0.153725174569888,0.199605694662983,0.221701161849541,0.153725174569888,0.234411509371812,0.25937668949485,0.153725174569888,0.645710891774109,0.29710545994348,0.153725174569888,0.673157928584281,0.124727026016416,0.5,0.153725174569888,0.674301148542715,0.255369345339667,0,0.0903126683875346,0.622208175503003 -4047,0.5,0.153725174569888,0.471023909767014,0.283804788539164,0.153725174569888,0.174147379031908,0.27358246412124,0.153725174569888,0.576303370704813,0.176791542509748,0.153725174569888,0.562337650219227,0.0701748536128771,0.153725174569888,0.0946226620568406,0.134525446327776,0.153725174569888,0.210021620304054,0.26945299707612,0.153725174569888,0.198590764665809,0.314784884412022,0.153725174569888,0.599982117519386,0.424955737475434,0.5,0.153725174569888,0.615280167399638,0.324494782346195,0.153725174569888,0.611755217140678,0.521972259199197,0.5,0.153725174569888,0.608284319816941,0.201879097469975,0.153725174569888,0.595216380282978,0.466039321246282,0.153725174569888,0.438441074556069,0.353307687361054,0.153725174569888,0.219149177296371,0.241317280494098,0.153725174569888,0.205405325453056,0.273899828382016,0.153725174569888,0.575402193191066,0.351202412327467,0.153725174569888,0.610664776554582,0.120396370927199,0.5,0.153725174569888,0.610486020395506,0.231182767685798,0,0.0639980535669781,0.777385927757675 -4048,0.5,0.153725174569888,0.390802731142754,0.30646869463442,0.153725174569888,0.164955298431519,0.260389621159904,0.153725174569888,0.465738074867855,0.224315775692523,0.153725174569888,0.461285538476856,0.0892778994261423,0.153725174569888,0.125741452584146,0.0944718683744476,0.153725174569888,0.221181421313726,0.29805183694679,0.153725174569888,0.191899799504909,0.349789505248048,0.153725174569888,0.502752225696734,0.476616677919106,0.5,0.153725174569888,0.520266402506797,0.334934769060286,0.153725174569888,0.507327792460262,0.463026543100773,0.5,0.153725174569888,0.513370492231971,0.183882303118006,0.153725174569888,0.496421715535199,0.40826858618088,0.153725174569888,0.348361262443304,0.382786719272515,0.153725174569888,0.187319958196546,0.27324824601043,0.153725174569888,0.191356948200222,0.281565102562919,0.153725174569888,0.481525885802329,0.399575765838196,0.153725174569888,0.502207856195907,0.124114865520235,0.5,0.153725174569888,0.502684076361392,0.216326887451553,0,0.0496572990142667,0.850503161015222 -4049,0.5,0.153725174569888,0.295768530409399,0.308702641448202,0.153725174569888,0.140496395051737,0.266648625397671,0.153725174569888,0.347704403582408,0.292275122877907,0.153725174569888,0.330210241812929,0.113018275667893,0.153725174569888,0.147282712671833,0.0771213764439073,0.153725174569888,0.168706951255259,0.270886565351298,0.153725174569888,0.173189903288014,0.387143962305958,0.153725174569888,0.378530215544068,0.539404713926502,0.5,0.153725174569888,0.392959335186923,0.37001590791461,0.153725174569888,0.381600610304247,0.380859413706264,0.5,0.153725174569888,0.378342059282606,0.151298830088824,0.153725174569888,0.370512191115017,0.333350826335425,0.153725174569888,0.234411863031356,0.379495983573434,0.153725174569888,0.133273039740108,0.301400099361268,0.153725174569888,0.142807662373838,0.275382008520799,0.153725174569888,0.366563922149446,0.44098887476791,0.153725174569888,0.366834699340057,0.125764410381824,0.5,0.153725174569888,0.364303515717828,0.183693235873897,0,0.0515823382833854,0.851703286637394 -4050,0.5,0.153725174569888,0.189499161617895,0.274268201552691,0.153725174569888,0.10746628560314,0.283828784528113,0.153725174569888,0.229270338683248,0.397146818586919,0.153725174569888,0.212007671983373,0.138244389353459,0.153725174569888,0.119878194317587,0.070134698300347,0.153725174569888,0.12188249431614,0.201481709839334,0.153725174569888,0.158045647205416,0.36256075115466,0.153725174569888,0.254486464000863,0.568480870865014,0.5,0.153725174569888,0.269656769246673,0.377226565865355,0.153725174569888,0.246853030695277,0.182470901055348,0.5,0.153725174569888,0.250112074635077,0.0868435114811511,0.153725174569888,0.24694874634231,0.177593631909772,0.153725174569888,0.133433852800144,0.359069934399914,0.153725174569888,0.0878155031855922,0.318459466453478,0.153725174569888,0.0907147967734515,0.230363850527986,0.153725174569888,0.24224927101402,0.475846545774863,0.153725174569888,0.240092021605665,0.0919450923629883,0.5,0.153725174569888,0.2304727802959,0.0764486359471095,0,0.0543244468493651,0.78467566038173 -4051,0.5,0.153725174569888,0.0952019971356129,0.213143585497534,0.153725174569888,0.0681711036840131,0.280520389592808,0.153725174569888,0.11499253148365,0.458598869703287,0.153725174569888,0.0949327957598796,0.155459465813424,0.153725174569888,0.0736273234332795,0.0685299243650468,0.153725174569888,0.0819677436972716,0.134835647803129,0.153725174569888,0.0929503942281961,0.258921808709477,0.153725174569888,0.125521908442381,0.517557073531274,0.5,0.153725174569888,0.143058225102444,0.345520157472417,0.153725174569888,0.1180227802298,0.0639977234543234,0.5,0.153725174569888,0.125282386860936,0.0499839284723744,0.153725174569888,0.124878654927528,0.0824812845320015,0.153725174569888,0.0656949331754447,0.317855950513342,0.153725174569888,0.0451044770511143,0.327749847194357,0.153725174569888,0.0492091151905992,0.164939023290036,0.153725174569888,0.122372833110751,0.47706166198379,0.153725174569888,0.11631010637791,0.0564947026976671,0.5,0.153725174569888,0.0837198200731051,0.0397506649307597,0,0.056034607511068,0.692636502779562 -4052,0.5,0.153725174569888,0.0252311146098582,0.128969309157121,0.153725174569888,0.0287165202014363,0.253940539698919,0.153725174569888,0.0245617106876945,0.422286848131114,0.153725174569888,0.0126604347430062,0.166083429939947,0.153725174569888,0.0173830552643142,0.0586707108123051,0.153725174569888,0.0360272511310483,0.06565697182375,0.153725174569888,0.0326500573682307,0.124245612629634,0.153725174569888,0.0318612070219242,0.384760984538616,0.5,0.153725174569888,0.0333327827666965,0.376436204862753,0.153725174569888,0.0103786014213079,0.0340884508831735,0.5,0.153725174569888,0.0261928066789258,0.0839034268650817,0.153725174569888,0.0237048213549688,0.0563012521447007,0.153725174569888,0.0194546029148718,0.274477222993883,0.153725174569888,0.0187101055532506,0.331362968532031,0.153725174569888,0.0155868941503515,0.1076912656332,0.153725174569888,0.0292551989403731,0.417154691230419,0.153725174569888,0.0186923165718985,0.0867866171135755,0.5,0.153725174569888,0.0,0.0366714225664693,0,0.0557221817723814,0.601170997198436 -4053,0.5,0.153725174569888,0.0,0.0911829352618252,0.153725174569888,0.0,0.257275204337692,0.153725174569888,0.0,0.275724623648616,0.153725174569888,0.0,0.152488149600621,0.153725174569888,0.000185362020454084,0.0707671003324118,0.153725174569888,0.0,0.0259019552244015,0.153725174569888,0.0,0.0351466485747356,0.153725174569888,0.0,0.236098631003225,0.5,0.153725174569888,0.0,0.374248096897865,0.153725174569888,0.0,0.0153756149201743,0.5,0.153725174569888,0.0,0.157356194447187,0.153725174569888,0.0,0.0399381747119322,0.153725174569888,0.0,0.240942174943782,0.153725174569888,4.71467301731663e-06,0.298201976065002,0.153725174569888,1.79180527993113e-05,0.070318151820157,0.153725174569888,0.0,0.311169951153931,0.153725174569888,0.0,0.127445704320788,0.5,0.153725174569888,0.0,0.0327068243274526,0,0.0591307300578548,0.591285008813352 -4054,0.5,0.153725174569888,0.0,0.0813175259316233,0.153725174569888,0.0,0.293963323376107,0.153725174569888,0.0,0.196483178373602,0.153725174569888,0.0,0.111931965190286,0.153725174569888,0.0,0.0916881106466506,0.153725174569888,0.0,0.020249363010581,0.153725174569888,0.0,0.01407384594695,0.153725174569888,0.0,0.143751395381018,0.5,0.153725174569888,0.0,0.350385912374098,0.153725174569888,0.0,0.00532733362327781,0.5,0.153725174569888,0.0,0.226362003257976,0.153725174569888,0.0,0.0317644952515138,0.153725174569888,0.0,0.23891921879991,0.153725174569888,0.0,0.282723168601701,0.153725174569888,0.0,0.0596758707565507,0.153725174569888,0.0,0.223125664349654,0.153725174569888,0.0,0.155569165111478,0.5,0.153725174569888,0.0,0.0233771456655675,0,0.0767069082181566,0.626098371303642 -4055,0.5,0.153725174569888,0.0,0.080259014553109,0.153725174569888,0.0,0.300760249697764,0.153725174569888,0.0,0.127271515870504,0.153725174569888,0.0,0.0808246212147936,0.153725174569888,0.0,0.107401591967171,0.153725174569888,0.0,0.0315712531316766,0.153725174569888,0.0,0.0119002367404293,0.153725174569888,0.0,0.0877485282546203,0.5,0.153725174569888,0.0,0.29842714850188,0.153725174569888,0.0,0.00252687492067206,0.5,0.153725174569888,0.0,0.254829967721091,0.153725174569888,0.0,0.0360381012465879,0.153725174569888,0.0,0.265105957306933,0.153725174569888,0.0,0.298334460164544,0.153725174569888,0.0,0.0648881026875213,0.153725174569888,0.0,0.146670451054211,0.153725174569888,0.0,0.164962980297461,0.5,0.153725174569888,0.0,0.0155805616086167,0,0.161152825352865,0.663468664817446 -4056,0.5,0.153725174569888,0.0,0.0859439145570557,0.153725174569888,0.0,0.308299008020194,0.153725174569888,0.0,0.0770974660127041,0.153725174569888,0.0,0.0653527521015532,0.153725174569888,0.0,0.132789445954346,0.153725174569888,0.0,0.0526579487540101,0.153725174569888,0.0,0.0134452827681489,0.153725174569888,0.0,0.0501567002082279,0.5,0.153725174569888,0.0,0.226912341577343,0.153725174569888,0.0,0.00178666321611227,0.5,0.153725174569888,0.0,0.248277305432402,0.153725174569888,0.0,0.0481025532134452,0.153725174569888,0.0,0.315175012005598,0.153725174569888,0.0,0.304008358230808,0.153725174569888,0.0,0.10100598381584,0.153725174569888,0.0,0.075492340025283,0.153725174569888,0.0,0.151142838144617,0.5,0.153725174569888,0.0,0.00958816720426778,0,0.384781991177915,0.683085721164255 -4057,0.5,0.153725174569888,0.0,0.0982523497029429,0.153725174569888,0.0,0.301098574158291,0.153725174569888,0.0,0.0495002357568011,0.153725174569888,0.0,0.0564441343538854,0.153725174569888,0.0,0.166188230892367,0.153725174569888,0.0,0.0753704515998438,0.153725174569888,0.0,0.0168924737516274,0.153725174569888,0.0,0.0243994932305016,0.5,0.153725174569888,0.0,0.154942405843573,0.153725174569888,0.0,0.00195617507489703,0.5,0.153725174569888,0.0,0.22382200341973,0.153725174569888,0.0,0.0528112496958548,0.153725174569888,0.0,0.358678502582497,0.153725174569888,0.0,0.305175102314329,0.153725174569888,0.0,0.144230133154026,0.153725174569888,0.0,0.0336913844356741,0.153725174569888,0.0,0.118399931894335,0.5,0.153725174569888,0.0,0.00577022488877542,0,0.553983498997147,0.672989624857158 -4058,0.5,0.153725174569888,0.0,0.114508513631949,0.153725174569888,0.0,0.261308817091212,0.153725174569888,0.0,0.0404193742633997,0.153725174569888,0.0,0.0525610574523879,0.153725174569888,0.0,0.175672173937574,0.153725174569888,0.0,0.0969884416760282,0.153725174569888,0.0,0.0271075671866701,0.153725174569888,0.0,0.0181530946619853,0.5,0.153725174569888,0.0,0.0990768403807042,0.153725174569888,0.0,0.00253751888282695,0.5,0.153725174569888,0.0,0.168333010179802,0.153725174569888,0.0,0.0475025883120007,0.153725174569888,0.0,0.38237773685565,0.153725174569888,0.0,0.323220059641128,0.153725174569888,0.0,0.167825146120133,0.153725174569888,0.0,0.0207516480350466,0.153725174569888,0.0,0.0847265147166135,0.5,0.153725174569888,0.0,0.00404319838199294,0,0.532428677247718,0.587635873684806 -4059,0.5,0.153725174569888,0.0,0.141387346937518,0.153725174569888,0.0,0.276430345809159,0.153725174569888,0.0,0.0370009829680946,0.153725174569888,0.0,0.0531113633516906,0.153725174569888,0.0,0.16420209357987,0.153725174569888,0.0,0.114012022314369,0.153725174569888,0.0,0.0446709789713379,0.153725174569888,0.0,0.0172207587187973,0.5,0.153725174569888,0.0,0.0613157881094915,0.153725174569888,0.0,0.00283047332062374,0.5,0.153725174569888,0.0,0.110753909464324,0.153725174569888,0.0,0.0350285533828771,0.153725174569888,0.0,0.366884103208348,0.153725174569888,0.0,0.306629211895262,0.153725174569888,0.0,0.178742982958397,0.153725174569888,0.0,0.0161582787690817,0.153725174569888,0.0,0.0605795856289041,0.5,0.153725174569888,0.0,0.00331948689722709,0,0.382552434249032,0.572053094160827 -4060,0.5,0.153725174569888,0.0,0.18133671998825,0.153725174569888,0.0,0.324598747854522,0.153725174569888,0.0,0.0386229383125375,0.153725174569888,0.0,0.0546519811055535,0.153725174569888,0.0,0.148973350376239,0.153725174569888,0.0,0.123591198589901,0.153725174569888,0.0,0.0762958524242733,0.153725174569888,0.0,0.0197161792352274,0.5,0.153725174569888,0.0,0.0403513797088228,0.153725174569888,0.0,0.00251245996918718,0.5,0.153725174569888,0.0,0.0708320375931537,0.153725174569888,0.0,0.0246636998610112,0.153725174569888,0.0,0.351897594607966,0.153725174569888,0.0,0.287955011108034,0.153725174569888,0.0,0.197165626149998,0.153725174569888,0.0,0.0162636647086834,0.153725174569888,0.0,0.0450289139057323,0.5,0.153725174569888,0.0,0.0023172961796663,0,0.318443026386886,0.744746749833772 -4061,0.5,0.153725174569888,0.00685686807855584,0.219327310034638,0.153725174569888,0.00182298971337326,0.466351180773598,0.153725174569888,0.00189551575906284,0.0459833867416596,0.153725174569888,0.00664402203656711,0.0595471923650672,0.153725174569888,0.000193434553549576,0.13409536896544,0.153725174569888,2.87731020649939e-05,0.11725958991158,0.153725174569888,0.000421213602486404,0.115280097124117,0.153725174569888,5.17429683678915e-06,0.028555779935403,0.5,0.153725174569888,5.10149120623774e-07,0.0325946428696307,0.153725174569888,0.000186998976731239,0.00315703648075222,0.5,0.153725174569888,7.51426758136608e-05,0.044221855826726,0.153725174569888,2.70191273850804e-05,0.0173692311459648,0.153725174569888,0.00535351054491344,0.355657717529045,0.153725174569888,0.00143924727006384,0.271596618084768,0.153725174569888,0.000682928554786206,0.234827798344864,0.153725174569888,0.000812870865292793,0.0274562678519422,0.153725174569888,0.00197544821151585,0.0375140283583401,0.5,0.153725174569888,0.00231547462607361,0.00141189705169424,0,0.369160978757266,0.846425193875446 -4062,0.5,0.153725174569888,0.0296041647047699,0.297983251288501,0.153725174569888,0.0249959126340166,0.480630328653275,0.153725174569888,0.0274448318490195,0.0731223708130104,0.153725174569888,0.0574186443074522,0.0961267505522984,0.153725174569888,0.00758511601733689,0.160025880307075,0.153725174569888,0.0128526504144855,0.153519460619337,0.153725174569888,0.0184786572596194,0.182785878708667,0.153725174569888,0.016461443483652,0.0410031413113233,0.5,0.153725174569888,0.0422751044817977,0.0252432439395886,0.153725174569888,0.0509690804037106,0.00404905881043802,0.5,0.153725174569888,0.0465162604786693,0.0339371818918617,0.153725174569888,0.0449363403185191,0.0123875505480657,0.153725174569888,0.0589674965348103,0.449208014428197,0.153725174569888,0.0344193756868144,0.318997814779764,0.153725174569888,0.0100110111046898,0.302180673288355,0.153725174569888,0.0293086127936029,0.0584096138855486,0.153725174569888,0.0559416538496661,0.0435732853303191,0.5,0.153725174569888,0.0596356854878218,0.00124689561844832,0,0.538484421135911,0.912341518331327 -4063,0.5,0.153725174569888,0.0558732991586544,0.457816995708261,0.153725174569888,0.0474864330161189,0.495294306407107,0.153725174569888,0.0676547973729722,0.135021879988598,0.153725174569888,0.117124836375964,0.190324603697584,0.153725174569888,0.0419425531965565,0.245549787566285,0.153725174569888,0.0401206380405377,0.209882402368904,0.153725174569888,0.0512147773058536,0.305326490919875,0.153725174569888,0.0394442916027376,0.0764138039775351,0.5,0.153725174569888,0.115972148507221,0.0516311851489212,0.153725174569888,0.13406240328128,0.00390249250225068,0.5,0.153725174569888,0.123886507749086,0.0753916055349266,0.153725174569888,0.124022489333264,0.0216829380873051,0.153725174569888,0.117237458115298,0.699044288829849,0.153725174569888,0.0946925022389876,0.45635480735911,0.153725174569888,0.030519428286014,0.411084818251434,0.153725174569888,0.0765559469012443,0.112316939979901,0.153725174569888,0.138472431075643,0.0726805291687009,0.5,0.153725174569888,0.147605878448314,0.00144751780448897,0,0.740526501351826,0.944630475895804 -4064,0.5,0.153725174569888,0.0898425296132883,0.587236113488179,0.153725174569888,0.0918923368607943,0.52647415255075,0.153725174569888,0.111617499159699,0.22920768140469,0.153725174569888,0.164934535770012,0.348972102198112,0.153725174569888,0.145922601208383,0.371918571090885,0.153725174569888,0.0661281244571017,0.245177184384677,0.153725174569888,0.063362871183658,0.387387778739813,0.153725174569888,0.0913772877484636,0.142262822252778,0.5,0.153725174569888,0.228933231284322,0.147802770280672,0.153725174569888,0.256192478503725,0.0111690940529661,0.5,0.153725174569888,0.242331604446323,0.128497190231943,0.153725174569888,0.243838878840631,0.0456696613899306,0.153725174569888,0.139066588562196,0.777548890409124,0.153725174569888,0.1341996824855,0.577387300124061,0.153725174569888,0.0628454709459851,0.512628917813809,0.153725174569888,0.145561594489795,0.256076753718676,0.153725174569888,0.259482879827763,0.106243669810426,0.5,0.153725174569888,0.270021352765815,0.0118317660995241,0,0.814163926764221,0.927685052828431 -4065,0.5,0.153725174569888,0.12602208246237,0.6432993621005,0.153725174569888,0.0976867677226309,0.678448792225352,0.153725174569888,0.159044109727007,0.383532995549913,0.153725174569888,0.189086396282145,0.412765050280133,0.153725174569888,0.209506564116259,0.408542043316693,0.153725174569888,0.0755632390033785,0.229231233229127,0.153725174569888,0.073403986631631,0.436321731904904,0.153725174569888,0.167129674206947,0.259998713729626,0.5,0.153725174569888,0.347099385038744,0.170617441993372,0.153725174569888,0.392883142007845,0.0252406136917913,0.5,0.153725174569888,0.375232845054899,0.144752868155281,0.153725174569888,0.378632766852449,0.0734702440365945,0.153725174569888,0.106130581078104,0.81662740859561,0.153725174569888,0.136153023273742,0.696109632040726,0.153725174569888,0.109967385388235,0.560088354161763,0.153725174569888,0.202473899147846,0.357576606535311,0.153725174569888,0.392473006578586,0.125980145576673,0.5,0.153725174569888,0.407243197899598,0.0355355322610377,0,0.897513412545787,0.77641667088677 -4066,0.5,0.153725174569888,0.169984067340586,0.684909646599623,0.153725174569888,0.0810114804829028,0.779160335926846,0.153725174569888,0.187870580109023,0.49576609160271,0.153725174569888,0.188761544490467,0.510379844312695,0.153725174569888,0.202590658115903,0.518504895705749,0.153725174569888,0.123229498785442,0.195217814178196,0.153725174569888,0.118589172222719,0.409155515160866,0.153725174569888,0.132567918714771,0.336110635962796,0.5,0.153725174569888,0.435610230973808,0.196192626688926,0.153725174569888,0.52840417518104,0.0507667097659914,0.5,0.153725174569888,0.510741150212254,0.134715102269415,0.153725174569888,0.515218222509627,0.103081643599859,0.153725174569888,0.0949555763887893,0.843873587495588,0.153725174569888,0.127100219241203,0.779742042257846,0.153725174569888,0.141880973924864,0.59062696033633,0.153725174569888,0.184623152063815,0.421958656474549,0.153725174569888,0.522778287942083,0.154329329773451,0.5,0.153725174569888,0.538816911929252,0.0693265827193207,0,0.971137312273415,0.908367949816758 -4067,0.5,0.153725174569888,0.185170018002445,0.745929900411629,0.153725174569888,0.0828283023920263,0.847363100923578,0.153725174569888,0.186131282651907,0.513344170994113,0.153725174569888,0.167661845137293,0.55124043083634,0.153725174569888,0.195610097032294,0.7563987477229,0.153725174569888,0.207885036060747,0.237534185029529,0.153725174569888,0.185506493726768,0.432281829296416,0.153725174569888,0.155801486964986,0.379760847131401,0.5,0.153725174569888,0.453406006025101,0.255925507993666,0.153725174569888,0.633393117918813,0.0869992531796671,0.5,0.153725174569888,0.618263310830661,0.166637406022811,0.153725174569888,0.622608030663535,0.143182275302605,0.153725174569888,0.116782824687114,0.870443581281054,0.153725174569888,0.132049917733862,0.79858004246163,0.153725174569888,0.196056617084505,0.722116600674948,0.153725174569888,0.139456011438909,0.438377150667432,0.153725174569888,0.617464032993494,0.245862742803616,0.5,0.153725174569888,0.635519417588605,0.11849863399965,0,0.991017409568425,0.994003455135819 -4068,0.5,0.153725174569888,0.18659927586653,0.807103366340485,0.153725174569888,0.122807395962117,0.885635880095699,0.153725174569888,0.190298062954452,0.544012304195544,0.153725174569888,0.159145343310657,0.554899591986674,0.153725174569888,0.176094928242282,0.724293155006164,0.153725174569888,0.262824413900818,0.31379847592444,0.153725174569888,0.268981061366762,0.489461197831022,0.153725174569888,0.179046572388023,0.369799886938564,0.5,0.153725174569888,0.408632799824728,0.333839577326461,0.153725174569888,0.682028222174183,0.123149315771998,0.5,0.153725174569888,0.673180211065916,0.292616881817643,0.153725174569888,0.669531597935873,0.202372605037852,0.153725174569888,0.158838600113184,0.907628387276721,0.153725174569888,0.229359228878459,0.809457012592001,0.153725174569888,0.203120633256695,0.74329807872993,0.153725174569888,0.186452527505912,0.484965717314767,0.153725174569888,0.626355234978881,0.407378988556094,0.5,0.153725174569888,0.664598891706642,0.19697706441211,0,0.996099605174849,0.976324869207968 -4069,0.5,0.153725174569888,0.148581045178976,0.796152770989665,0.153725174569888,0.157675991457482,0.88631299420451,0.153725174569888,0.21065117061091,0.593036222372974,0.153725174569888,0.179141611640292,0.606295347292663,0.153725174569888,0.404542068850425,0.856707564846854,0.153725174569888,0.243028287447278,0.286059897724039,0.153725174569888,0.210678400068347,0.611894710498336,0.153725174569888,0.212838081573303,0.306237991247193,0.5,0.153725174569888,0.324787412643921,0.369018944966251,0.153725174569888,0.625431228861411,0.136637422135113,0.5,0.153725174569888,0.65398135317326,0.487798362512051,0.153725174569888,0.66102302931334,0.285948382458981,0.153725174569888,0.149278470574926,0.916372600908564,0.153725174569888,0.282438829378284,0.87930456691686,0.153725174569888,0.177966157848131,0.819768542813126,0.153725174569888,0.218919235861466,0.500620304356016,0.153725174569888,0.563176210410645,0.526219100802489,0.5,0.153725174569888,0.644852716708911,0.29040264664329,0,0.991209829907926,1.0074835643345 -4070,0.5,0.153725174569888,0.139828008381793,0.791017355557022,0.153725174569888,0.139921968851653,0.930765307270558,0.153725174569888,0.179522276691262,0.472734735301892,0.153725174569888,0.18192735827789,0.600325678421296,0.153725174569888,0.383688579992779,0.894579662705307,0.153725174569888,0.261602976579331,0.377627426204981,0.153725174569888,0.11575419308055,0.594401749704809,0.153725174569888,0.294581404185133,0.264488251470377,0.5,0.153725174569888,0.286671502955215,0.382661869206672,0.153725174569888,0.614737009786331,0.152751281980207,0.5,0.153725174569888,0.548773835129194,0.562620113117584,0.153725174569888,0.641558549438853,0.379702642086122,0.153725174569888,0.148393102937327,0.894803077973245,0.153725174569888,0.298110344836713,0.904757783216945,0.153725174569888,0.201328501396052,0.832000353699395,0.153725174569888,0.230920922198665,0.560847143262961,0.153725174569888,0.508565655748847,0.569123493473219,0.5,0.153725174569888,0.62681015929238,0.377373115031575,0,0.966531685205642,1.01074821387026 -4071,0.5,0.153725174569888,0.128602584048324,0.765801947122077,0.153725174569888,0.167880831872635,0.94414368829267,0.153725174569888,0.196281280494039,0.475076038172173,0.153725174569888,0.13168195694355,0.529363481109348,0.153725174569888,0.278841768989308,0.913351696545981,0.153725174569888,0.229357273292163,0.493905444243621,0.153725174569888,0.163931090012412,0.527776415932101,0.153725174569888,0.299998276554801,0.236872185302423,0.5,0.153725174569888,0.269533372209789,0.374926471980734,0.153725174569888,0.578754037975064,0.181095679822839,0.5,0.153725174569888,0.442244655819775,0.544176122777193,0.153725174569888,0.576585633245007,0.470067882029174,0.153725174569888,0.204499791611658,0.921545325727902,0.153725174569888,0.160922716099325,0.907199235197902,0.153725174569888,0.187532800642369,0.829185904722412,0.153725174569888,0.205455292608878,0.506777387187152,0.153725174569888,0.416758629551009,0.586359456207207,0.5,0.153725174569888,0.52937557764724,0.447425398697143,0,0.996480797298635,1.00862779679173 -4072,0.5,0.153725174569888,0.131506341016462,0.75238396771859,0.153725174569888,0.0984291733878943,0.880246042448582,0.153725174569888,0.151536455683109,0.5365812083512,0.153725174569888,0.100897345440313,0.415145372024314,0.153725174569888,0.217662471024564,0.9013746019426,0.153725174569888,0.193987012449581,0.613975872152774,0.153725174569888,0.116387668343071,0.597831085522746,0.153725174569888,0.205273893816769,0.196405401051458,0.5,0.153725174569888,0.239756788990808,0.364146514216553,0.153725174569888,0.488269413743748,0.214706615140103,0.5,0.153725174569888,0.354817833794647,0.55568436297288,0.153725174569888,0.478015460963941,0.526763737902887,0.153725174569888,0.208102374282136,0.92067948513521,0.153725174569888,0.176855503169374,0.91901649057223,0.153725174569888,0.14222485805289,0.815836820867706,0.153725174569888,0.177299622155456,0.471956362259669,0.153725174569888,0.321991190216027,0.600294903995748,0.5,0.153725174569888,0.458315898853252,0.513639599154393,0,0.998561085403024,1.00418739308964 -4073,0.5,0.153725174569888,0.13552279661183,0.744597798681976,0.153725174569888,0.222075870493187,0.960829309958953,0.153725174569888,0.0967885713551692,0.658939846200752,0.153725174569888,0.0744022768203762,0.36454512375977,0.153725174569888,0.206208076687259,0.904636090895728,0.153725174569888,0.208907507332154,0.719640869315068,0.153725174569888,0.0979149527869239,0.561957450282859,0.153725174569888,0.205411903369485,0.215704238290536,0.5,0.153725174569888,0.201991030886295,0.300102700652237,0.153725174569888,0.361215754993499,0.247147119898697,0.5,0.153725174569888,0.271857187012357,0.539762251554601,0.153725174569888,0.341509660274644,0.553704895213336,0.153725174569888,0.215215948915004,0.914374418382872,0.153725174569888,0.126207638535924,0.936213935849244,0.153725174569888,0.0832130068819102,0.724660895341097,0.153725174569888,0.124031000198722,0.489652926089779,0.153725174569888,0.210949286747331,0.545849414747586,0.5,0.153725174569888,0.316491103232041,0.543178171898702,0,1.00175429320724,1.00162671026015 -4074,0.5,0.153725174569888,0.100715490201093,0.751622098823827,0.153725174569888,0.0857825691039979,0.902494567931508,0.153725174569888,0.0588168931364482,0.626131228759293,0.153725174569888,0.050070968507599,0.37464571619167,0.153725174569888,0.137548841382424,0.878861774369622,0.153725174569888,0.175428846900634,0.764936259828752,0.153725174569888,0.144230856941364,0.705765930058661,0.153725174569888,0.14126081037842,0.250021802358928,0.5,0.153725174569888,0.137973338181373,0.182765296899576,0.153725174569888,0.217708630815931,0.260448059573978,0.5,0.153725174569888,0.145688880711376,0.376489812153565,0.153725174569888,0.197493156550303,0.559348599981023,0.153725174569888,0.175092763368829,0.912033770335852,0.153725174569888,0.0847507012367304,0.908209564200815,0.153725174569888,0.0846455819077673,0.714647686627312,0.153725174569888,0.0621273389344424,0.377017213397591,0.153725174569888,0.139861147694762,0.433910885902179,0.5,0.153725174569888,0.216283372106512,0.572404818881931,0,0.992937667805103,0.999626591005907 -4075,0.5,0.153725174569888,0.0569231005959017,0.743605534952678,0.153725174569888,0.0760024032485279,0.893641336558144,0.153725174569888,0.0415958683941781,0.53796482236947,0.153725174569888,0.0192038138641505,0.396078437304261,0.153725174569888,0.0602012785262542,0.814641146821155,0.153725174569888,0.105251031892515,0.774112953380718,0.153725174569888,0.0764542187925989,0.726316801913806,0.153725174569888,0.0914375589860085,0.33397953647391,0.5,0.153725174569888,0.0853137335546161,0.0954442557551953,0.153725174569888,0.104827864006571,0.311654659965064,0.5,0.153725174569888,0.0658287644836894,0.16985098694271,0.153725174569888,0.0857696997133041,0.550549253332251,0.153725174569888,0.109049987511588,0.890655907768606,0.153725174569888,0.0618576514006011,0.886722242341153,0.153725174569888,0.0550969023321546,0.768277440818062,0.153725174569888,0.0501314662836336,0.355485325802587,0.153725174569888,0.0730995940867412,0.342761303976111,0.5,0.153725174569888,0.0880319438592154,0.600777933289533,0,0.925968677221346,1.00042639189619 -4076,0.5,0.153725174569888,0.0171009937652669,0.734530448288275,0.153725174569888,0.0421760241081966,0.879068294515691,0.153725174569888,0.00818027957135304,0.314031335501285,0.153725174569888,0.00631927032740962,0.382450031327023,0.153725174569888,0.029655422014837,0.790649997514969,0.153725174569888,0.0367721978145013,0.676938195759662,0.153725174569888,0.0148944382843866,0.67676924302475,0.153725174569888,0.0274676187394317,0.378245379959244,0.5,0.153725174569888,0.0316816098994562,0.0390165363428861,0.153725174569888,0.0110848477035708,0.306381897811692,0.5,0.153725174569888,0.0188995258095156,0.0595055937587731,0.153725174569888,0.0165552649746029,0.442431440245332,0.153725174569888,0.0432746901066785,0.867877372095479,0.153725174569888,0.0333085438762952,0.835005960819688,0.153725174569888,0.0221074429945395,0.762945733522636,0.153725174569888,0.0165358813827465,0.343357774051742,0.153725174569888,0.00970261513288563,0.24815874227552,0.5,0.153725174569888,0.0,0.538560792599308,0,0.933633280773393,1.0028644414184 -4077,0.5,0.153725174569888,0.0,0.706530163109578,0.153725174569888,0.0,0.77083369646659,0.153725174569888,0.0,0.285185969537892,0.153725174569888,0.0,0.308881058893941,0.153725174569888,2.18270499454084e-05,0.729201380808447,0.153725174569888,0.0,0.493685207938231,0.153725174569888,0.0,0.656384610912295,0.153725174569888,0.0,0.371037002603529,0.5,0.153725174569888,0.0,0.0374101156370578,0.153725174569888,0.0,0.183908068257487,0.5,0.153725174569888,0.0,0.0402060409725422,0.153725174569888,0.0,0.255241022961483,0.153725174569888,0.0,0.824538400068433,0.153725174569888,0.0,0.761305684063601,0.153725174569888,0.0,0.72993360720049,0.153725174569888,0.0,0.29997825092804,0.153725174569888,0.0,0.171082914064149,0.5,0.153725174569888,0.0,0.383755987812172,0,0.887545415717217,1.00398494787228 -4078,0.5,0.153725174569888,0.0,0.688753303994037,0.153725174569888,0.0,0.696409444654315,0.153725174569888,0.0,0.396544066889092,0.153725174569888,0.0,0.299274907116274,0.153725174569888,0.0,0.603678092875847,0.153725174569888,0.0,0.317946230089282,0.153725174569888,0.0,0.63171743853162,0.153725174569888,0.0,0.340030726004641,0.5,0.153725174569888,0.0,0.0843174331000379,0.153725174569888,0.0,0.100114955479889,0.5,0.153725174569888,0.0,0.0801070133381502,0.153725174569888,0.0,0.100671200368216,0.153725174569888,0.0,0.801438470900701,0.153725174569888,0.0,0.718954337198184,0.153725174569888,0.0,0.728789276453774,0.153725174569888,0.0,0.358329759024226,0.153725174569888,0.0,0.112245691784251,0.5,0.153725174569888,0.0,0.217245626819626,0,0.848113020901676,1.00507007484586 -4079,0.5,0.153725174569888,0.0,0.643251414640851,0.153725174569888,0.0,0.697246709630192,0.153725174569888,0.0,0.498585380438655,0.153725174569888,0.0,0.364677724138934,0.153725174569888,0.0,0.57256704110821,0.153725174569888,0.0,0.229054040460058,0.153725174569888,0.0,0.578237842062915,0.153725174569888,0.0,0.254492002158101,0.5,0.153725174569888,0.0,0.147368914211585,0.153725174569888,0.0,0.0586961351894763,0.5,0.153725174569888,0.0,0.0929724214686691,0.153725174569888,0.0,0.0406528832937693,0.153725174569888,0.0,0.812024832429566,0.153725174569888,0.0,0.730330930026124,0.153725174569888,0.0,0.698468667414195,0.153725174569888,0.0,0.419475052649902,0.153725174569888,0.0,0.100136265155582,0.5,0.153725174569888,0.0,0.104960020042212,0,0.867389054252102,1.00099594075154 -4080,0.5,0.153725174569888,0.0,0.61821268157204,0.153725174569888,0.0,0.848375599159213,0.153725174569888,0.0,0.60368564369802,0.153725174569888,0.0,0.461365518212699,0.153725174569888,0.0,0.605115811730235,0.153725174569888,0.0,0.218543346721265,0.153725174569888,0.0,0.549274491798875,0.153725174569888,0.0,0.173765840851321,0.5,0.153725174569888,0.0,0.156463475726678,0.153725174569888,0.0,0.0442039829226283,0.5,0.153725174569888,0.0,0.09456804511125,0.153725174569888,0.0,0.027413805690159,0.153725174569888,0.0,0.738045405331758,0.153725174569888,0.0,0.795307200738422,0.153725174569888,0.0,0.658372844223776,0.153725174569888,0.0,0.455649548201774,0.153725174569888,0.0,0.118074608695736,0.5,0.153725174569888,0.0,0.0745872763851548,0,0.852071766758904,0.991975124718267 -4081,0.5,0.153725174569888,0.0,0.670951163329897,0.153725174569888,0.0,0.794159079159289,0.153725174569888,0.0,0.591666658818333,0.153725174569888,0.0,0.506112114959646,0.153725174569888,0.0,0.640946805964559,0.153725174569888,0.0,0.278494392994359,0.153725174569888,0.0,0.552900642886767,0.153725174569888,0.0,0.127844505400092,0.5,0.153725174569888,0.0,0.158406381675392,0.153725174569888,0.0,0.0315928629722872,0.5,0.153725174569888,0.0,0.0886112097513242,0.153725174569888,0.0,0.0314866887510498,0.153725174569888,0.0,0.684684245320641,0.153725174569888,0.0,0.778474836006102,0.153725174569888,0.0,0.702267477910281,0.153725174569888,0.0,0.508984009989613,0.153725174569888,0.0,0.168463012852071,0.5,0.153725174569888,0.0,0.0674119372272503,0,0.751621105359985,1.00570027959038 -4082,0.5,0.153725174569888,0.0,0.67988220798459,0.153725174569888,0.0,0.647071435443242,0.153725174569888,0.0,0.588733654963006,0.153725174569888,0.0,0.504598913396112,0.153725174569888,0.0,0.561744337803938,0.153725174569888,0.0,0.337360765092759,0.153725174569888,0.0,0.553848433336898,0.153725174569888,0.0,0.127053448968227,0.5,0.153725174569888,0.0,0.147217661695801,0.153725174569888,0.0,0.0147731190949657,0.5,0.153725174569888,0.0,0.0842260221525693,0.153725174569888,0.0,0.0393137491233725,0.153725174569888,0.0,0.634266395280748,0.153725174569888,0.0,0.707224686990608,0.153725174569888,0.0,0.722658106930881,0.153725174569888,0.0,0.522968115833626,0.153725174569888,0.0,0.233569108322317,0.5,0.153725174569888,0.0,0.0703759380337769,0,0.66198040416503,1.00604228629093 -4083,0.5,0.153725174569888,0.0,0.648102829501679,0.153725174569888,0.0,0.518405375377636,0.153725174569888,0.0,0.499957724347719,0.153725174569888,0.0,0.522745230266069,0.153725174569888,0.0,0.386491492764677,0.153725174569888,0.0,0.303521389420621,0.153725174569888,0.0,0.549200173508601,0.153725174569888,0.0,0.142560889126049,0.5,0.153725174569888,0.0,0.122195425693953,0.153725174569888,0.0,0.0162140095485118,0.5,0.153725174569888,0.0,0.139183041095834,0.153725174569888,0.0,0.0381313045156024,0.153725174569888,0.0,0.5772889144198,0.153725174569888,0.0,0.623809999325476,0.153725174569888,0.0,0.681754417240484,0.153725174569888,0.0,0.51018764411439,0.153725174569888,0.0,0.293281125002104,0.5,0.153725174569888,0.0,0.07016297442288,0,0.582957500435199,1.00290900618633 -4084,0.5,0.153725174569888,0.0,0.58574324661011,0.153725174569888,0.0,0.466768624417164,0.153725174569888,0.0,0.455782932042939,0.153725174569888,0.0,0.529567478637093,0.153725174569888,0.0,0.308973216658327,0.153725174569888,0.0,0.219928143401926,0.153725174569888,0.0,0.514291224882498,0.153725174569888,0.0,0.161942561485943,0.5,0.153725174569888,0.0,0.0859269300540625,0.153725174569888,0.0,0.019237010868196,0.5,0.153725174569888,0.0,0.203405815330368,0.153725174569888,0.0,0.0419035753840116,0.153725174569888,0.0,0.514214022613298,0.153725174569888,0.0,0.600320914313684,0.153725174569888,0.0,0.610897192056747,0.153725174569888,0.0,0.453444667379081,0.153725174569888,0.0,0.256800601575442,0.5,0.153725174569888,0.0,0.0786326029510945,0,0.451850772122477,0.994418574514809 -4085,0.5,0.153725174569888,0.00337627427715047,0.517465156631167,0.153725174569888,0.000821987655272395,0.412103137950759,0.153725174569888,0.00100532125969142,0.491040527805509,0.153725174569888,0.00263060588349392,0.590575927358061,0.153725174569888,0.000309278192697161,0.333511973471261,0.153725174569888,4.46481325012066e-06,0.121726382071784,0.153725174569888,4.01500505583717e-05,0.430016662590094,0.153725174569888,6.51218394156396e-07,0.166868731161443,0.5,0.153725174569888,0.0,0.0781783096194101,0.153725174569888,6.52029661687163e-05,0.0233649802101403,0.5,0.153725174569888,3.78096366617498e-05,0.135488968601626,0.153725174569888,9.31443615403113e-07,0.0487946949566134,0.153725174569888,0.00379952854854038,0.488754918248468,0.153725174569888,0.00070234702050276,0.604318910328622,0.153725174569888,0.000220448003428204,0.545381045723681,0.153725174569888,0.000470398491755732,0.436707457039888,0.153725174569888,0.000358257842031741,0.228230134147991,0.5,0.153725174569888,0.00084088900294744,0.107320005253152,0,0.406621177892517,0.988110735575803 -4086,0.5,0.153725174569888,0.0236231751593654,0.509257243596644,0.153725174569888,0.0170200102597347,0.455082612394827,0.153725174569888,0.0124209897062537,0.526137600798104,0.153725174569888,0.0174751033576065,0.587089928370038,0.153725174569888,0.00615610857330015,0.409020238627126,0.153725174569888,0.00533404633247147,0.11192250014179,0.153725174569888,0.00357950895466427,0.414293670165568,0.153725174569888,0.0168951143811615,0.193470508576045,0.5,0.153725174569888,0.0362445199709975,0.0897381191999377,0.153725174569888,0.027811437297947,0.029020935740944,0.5,0.153725174569888,0.0220753247596312,0.120398862250706,0.153725174569888,0.0202921285137312,0.0697777681803816,0.153725174569888,0.0446922492549042,0.505276528585661,0.153725174569888,0.00689645923033176,0.640654341421833,0.153725174569888,0.00508668162556902,0.530559386215211,0.153725174569888,0.017711930879847,0.417295035735635,0.153725174569888,0.0183616911186847,0.278680225019661,0.5,0.153725174569888,0.0176140695780359,0.165079276957606,0,0.404249909697038,0.985557380680699 -4087,0.5,0.153725174569888,0.05177912314762,0.496100279607356,0.153725174569888,0.084388754322921,0.609953878256131,0.153725174569888,0.0406803246813924,0.591895938033926,0.153725174569888,0.0249067943853208,0.525630480806075,0.153725174569888,0.0218828237289297,0.498011767901759,0.153725174569888,0.0352202731376689,0.21362201212858,0.153725174569888,0.0223251212528092,0.49415679282922,0.153725174569888,0.0746452820632906,0.226663521820508,0.5,0.153725174569888,0.103458063413652,0.184567749193231,0.153725174569888,0.0695816833208093,0.0431781441720416,0.5,0.153725174569888,0.0840550848828128,0.203835440660965,0.153725174569888,0.0633988737722683,0.103405098319199,0.153725174569888,0.0960371444915694,0.555732333188825,0.153725174569888,0.0162187097141392,0.663661823406367,0.153725174569888,0.0256403046510429,0.604754509854698,0.153725174569888,0.0671383398020385,0.469740432868831,0.153725174569888,0.0623795563186458,0.337172543186321,0.5,0.153725174569888,0.0417010767498932,0.226924412553654,0,0.332651044322179,0.980232604119463 -4088,0.5,0.153725174569888,0.0935541508116858,0.508276248187954,0.153725174569888,0.128097896539977,0.623155032117614,0.153725174569888,0.0797549285600571,0.63826650230468,0.153725174569888,0.0449516124094384,0.59503485874365,0.153725174569888,0.0519690328218798,0.639148257690625,0.153725174569888,0.0710712489172211,0.410118328558304,0.153725174569888,0.0412187625346782,0.553724038756097,0.153725174569888,0.143001869636917,0.254971673758223,0.5,0.153725174569888,0.202183736306541,0.272687111078448,0.153725174569888,0.118920328342229,0.0782208923138332,0.5,0.153725174569888,0.176658389218836,0.258780911987789,0.153725174569888,0.124123712951662,0.124709591000113,0.153725174569888,0.159764566430346,0.588954693310897,0.153725174569888,0.0300576554464887,0.692374885955984,0.153725174569888,0.051314541137426,0.639569679563607,0.153725174569888,0.126710258898795,0.512871814538398,0.153725174569888,0.138387806384981,0.39215234954505,0.5,0.153725174569888,0.097739387987799,0.301103740335996,0,0.226516184853154,0.979714350541051 -4089,0.5,0.153725174569888,0.143111675080531,0.511403555097104,0.153725174569888,0.177072140099467,0.618013931635532,0.153725174569888,0.112029445739615,0.627522481412218,0.153725174569888,0.074675379888387,0.642850443104836,0.153725174569888,0.0404803761095175,0.60833478956593,0.153725174569888,0.215937026513377,0.663987445287225,0.153725174569888,0.101547864719667,0.629706876030323,0.153725174569888,0.167979373608027,0.244380081116794,0.5,0.153725174569888,0.273585317601512,0.27790191645708,0.153725174569888,0.168764260622067,0.104951364046212,0.5,0.153725174569888,0.25080161953167,0.283584395664643,0.153725174569888,0.211080307480112,0.138696647852707,0.153725174569888,0.233851967159761,0.628911922597187,0.153725174569888,0.058937260791382,0.707664799994194,0.153725174569888,0.109444513463058,0.720296602182767,0.153725174569888,0.179389981517509,0.563081999587295,0.153725174569888,0.205934519968289,0.43166849566416,0.5,0.153725174569888,0.212789023222086,0.405789250775639,0,0.144265936274145,0.980983129557198 -4090,0.5,0.153725174569888,0.22225159669953,0.506929566161125,0.153725174569888,0.173439285043022,0.599087892366046,0.153725174569888,0.142035179951837,0.596849145191144,0.153725174569888,0.108878011890597,0.647589841708125,0.153725174569888,0.0751070957165146,0.550780353134678,0.153725174569888,0.163039498157389,0.617937601431787,0.153725174569888,0.174403610518866,0.69181681304164,0.153725174569888,0.209813708050476,0.279688428933095,0.5,0.153725174569888,0.306617085773724,0.250900118636954,0.153725174569888,0.238012382090839,0.131964023585384,0.5,0.153725174569888,0.334021603813906,0.348262291631167,0.153725174569888,0.334864932770739,0.156669762063751,0.153725174569888,0.30320757864227,0.690012441324478,0.153725174569888,0.166426503406566,0.758579481020717,0.153725174569888,0.101587473633368,0.653961779776838,0.153725174569888,0.196670870286084,0.54425268567063,0.153725174569888,0.256635198825053,0.44323699272519,0.5,0.153725174569888,0.325861241497298,0.484599423701379,0,0.167850200009371,0.955898229319566 -4091,0.5,0.153725174569888,0.265375694696802,0.486104691308059,0.153725174569888,0.202075407348279,0.698321153501159,0.153725174569888,0.159664316074942,0.575809514869261,0.153725174569888,0.161935181611949,0.625825896710009,0.153725174569888,0.240512146261117,0.746569928451601,0.153725174569888,0.115476784084177,0.508330242202458,0.153725174569888,0.0886145889897026,0.55899129130427,0.153725174569888,0.247626500908327,0.393771153543163,0.5,0.153725174569888,0.333628084411848,0.215009413630391,0.153725174569888,0.417071787635636,0.163688639397207,0.5,0.153725174569888,0.377628455908498,0.33915952083961,0.153725174569888,0.452335166645875,0.225178128168179,0.153725174569888,0.318997157274157,0.734849169226714,0.153725174569888,0.259870373165259,0.820795232184953,0.153725174569888,0.135588771687971,0.582786353657606,0.153725174569888,0.222427997311958,0.597291996793467,0.153725174569888,0.264288763837138,0.4063689484517,0.5,0.153725174569888,0.407756917015361,0.515328323221303,0,0.200695131273229,0.906935751455143 -4092,0.5,0.153725174569888,0.316310883428109,0.493684631953919,0.153725174569888,0.2023630953575,0.805599681525555,0.153725174569888,0.169757899071009,0.623561350672496,0.153725174569888,0.29154757336588,0.645410048578836,0.153725174569888,0.260090767310888,0.785617045854741,0.153725174569888,0.200771887825198,0.533642947731906,0.153725174569888,0.179357480893607,0.529252024801487,0.153725174569888,0.233200195162732,0.485294763549143,0.5,0.153725174569888,0.365219331809335,0.207300712336392,0.153725174569888,0.521516905234883,0.161188637419027,0.5,0.153725174569888,0.374647981175167,0.266336400995961,0.153725174569888,0.47280250110168,0.268052597576971,0.153725174569888,0.253273188997882,0.771933697353101,0.153725174569888,0.268725332566594,0.829041217109499,0.153725174569888,0.247710495433279,0.60810324605236,0.153725174569888,0.275484295617867,0.591537593545307,0.153725174569888,0.274053306224961,0.386289350379975,0.5,0.153725174569888,0.441921775571645,0.498991824925203,0,0.222751989306688,0.780360254566324 -4093,0.5,0.153725174569888,0.275123557464169,0.519684491572601,0.153725174569888,0.296601976885791,0.854930923292674,0.153725174569888,0.199923094012853,0.640331342219308,0.153725174569888,0.348119214081605,0.669028398848682,0.153725174569888,0.173216244227456,0.654257399330996,0.153725174569888,0.30916316753224,0.493517840265313,0.153725174569888,0.321947745795147,0.653350495346921,0.153725174569888,0.232122911953797,0.516363972364578,0.5,0.153725174569888,0.459594417035591,0.273952044758575,0.153725174569888,0.538754110579407,0.157005945892675,0.5,0.153725174569888,0.308563778751106,0.189446500804625,0.153725174569888,0.445670285298944,0.278122977064565,0.153725174569888,0.254935343056001,0.817924334339385,0.153725174569888,0.32360923901487,0.835630075264574,0.153725174569888,0.321761118723826,0.7210224500618,0.153725174569888,0.213571583088755,0.544688897039477,0.153725174569888,0.325871373653115,0.392723895748198,0.5,0.153725174569888,0.379724400109265,0.496454255368099,0,0.221779150020401,0.81756178999974 -4094,0.5,0.153725174569888,0.258452754556797,0.52462204914575,0.153725174569888,0.448910271597253,0.904120815085677,0.153725174569888,0.304624785427463,0.655171606934225,0.153725174569888,0.346911671561239,0.654139039262373,0.153725174569888,0.403911288381877,0.707000438299254,0.153725174569888,0.284012122325002,0.345363389675843,0.153725174569888,0.201859856172365,0.673765651038174,0.153725174569888,0.226231416246505,0.471303927810636,0.5,0.153725174569888,0.452470027290053,0.367679772056717,0.153725174569888,0.460552300972137,0.152238101173307,0.5,0.153725174569888,0.445809299864373,0.232817718092932,0.153725174569888,0.347696216709426,0.27487324813856,0.153725174569888,0.294125487622028,0.861528229667537,0.153725174569888,0.36825736698148,0.832395687558372,0.153725174569888,0.255120648797534,0.773066852227473,0.153725174569888,0.19970294024724,0.510123261631233,0.153725174569888,0.380826939398068,0.411683912721847,0.5,0.153725174569888,0.352137186201391,0.468867358954979,0,0.169482731428767,0.853190602506265 -4095,0.5,0.153725174569888,0.202968770410779,0.491898892006104,0.153725174569888,0.31218841207353,0.898759482862653,0.153725174569888,0.296315909967368,0.605759961824481,0.153725174569888,0.231225560161573,0.515050356940846,0.153725174569888,0.300983516122375,0.691944993438069,0.153725174569888,0.211383922451526,0.332803815761762,0.153725174569888,0.171117212239936,0.57444649290146,0.153725174569888,0.180447206635845,0.341532079285941,0.5,0.153725174569888,0.385625073871225,0.441467009479934,0.153725174569888,0.412691936277558,0.136545995631759,0.5,0.153725174569888,0.401513954454039,0.209257339618171,0.153725174569888,0.366599199343049,0.260825262046565,0.153725174569888,0.236351671098415,0.863571004797795,0.153725174569888,0.410693020513045,0.853023435284401,0.153725174569888,0.167652172081034,0.7590030129962,0.153725174569888,0.187912920300857,0.481977839054498,0.153725174569888,0.295887489045643,0.421813279970441,0.5,0.153725174569888,0.319652827133607,0.384576808217644,0,0.163053121883732,0.857927540871691 -4096,0.5,0.153725174569888,0.150520119587676,0.449857215145969,0.153725174569888,0.18369996722359,0.867218243106716,0.153725174569888,0.148622396109544,0.480750250710096,0.153725174569888,0.168736363141061,0.43722367524685,0.153725174569888,0.185628829283673,0.622862426410798,0.153725174569888,0.172067124124291,0.330797049563485,0.153725174569888,0.308170500082921,0.549471778095567,0.153725174569888,0.160400620624718,0.268932846984893,0.5,0.153725174569888,0.25395872573657,0.462488878399802,0.153725174569888,0.343604311607983,0.121524758752428,0.5,0.153725174569888,0.338981059064402,0.177061122367192,0.153725174569888,0.357843386309346,0.2260548413068,0.153725174569888,0.137256716210018,0.845007969421926,0.153725174569888,0.233351739911419,0.833311761187893,0.153725174569888,0.185604272405967,0.753082803208112,0.153725174569888,0.161781580979437,0.455805515158881,0.153725174569888,0.192038035789343,0.403561915660016,0.5,0.153725174569888,0.340676608178933,0.353760342624171,0,0.267601317844176,0.869876961997342 -4097,0.5,0.153725174569888,0.124749809476417,0.441919101367434,0.153725174569888,0.0757772324656343,0.842536620431508,0.153725174569888,0.130455779509854,0.460787906425319,0.153725174569888,0.094641430930164,0.374091327242572,0.153725174569888,0.110231471573821,0.570538546496903,0.153725174569888,0.208464560679264,0.382940235413821,0.153725174569888,0.226075774486787,0.570629333970925,0.153725174569888,0.1036999868398,0.207751046443715,0.5,0.153725174569888,0.177031394741516,0.447192630741592,0.153725174569888,0.276619108025548,0.103206938636732,0.5,0.153725174569888,0.235357589617151,0.164840650975861,0.153725174569888,0.285791745947789,0.174321556214592,0.153725174569888,0.072185116333315,0.814701492406294,0.153725174569888,0.200697004638155,0.786181792129498,0.153725174569888,0.121602846097053,0.710044974932052,0.153725174569888,0.119657867733239,0.405409610013474,0.153725174569888,0.170913983536535,0.377896118720932,0.5,0.153725174569888,0.241966347259375,0.329129361730903,0,0.597531298868341,0.851794905048648 -4098,0.5,0.153725174569888,0.0761105472980888,0.465193923510023,0.153725174569888,0.0217331539113531,0.769472228459447,0.153725174569888,0.11050876953117,0.542425906100642,0.153725174569888,0.0330132382837772,0.265938904113303,0.153725174569888,0.0927305815935385,0.522401001173675,0.153725174569888,0.146408691162755,0.389428064416453,0.153725174569888,0.151889039774347,0.476179847450002,0.153725174569888,0.119781108027267,0.135223388209222,0.5,0.153725174569888,0.140980654153065,0.383102380233624,0.153725174569888,0.140388273838134,0.0724643547061738,0.5,0.153725174569888,0.135673672494542,0.208875628770422,0.153725174569888,0.174457740120363,0.121800437105028,0.153725174569888,0.0766454307838536,0.798507550174388,0.153725174569888,0.156198768689444,0.743157724605919,0.153725174569888,0.0607350371382213,0.659305877753181,0.153725174569888,0.0987378512841978,0.347146193710472,0.153725174569888,0.100372485562628,0.324036490961694,0.5,0.153725174569888,0.142938653465606,0.270740903063199,0,0.699605927791757,0.840185420086202 -4099,0.5,0.153725174569888,0.0324147527311701,0.484617730599344,0.153725174569888,0.0132180250052113,0.664861112027998,0.153725174569888,0.0589513483303363,0.595326899693782,0.153725174569888,0.0218739567121447,0.193993440839209,0.153725174569888,0.0739937386256019,0.470607726672343,0.153725174569888,0.0742902385488976,0.305798825133031,0.153725174569888,0.079423804689781,0.342738285978508,0.153725174569888,0.113498429774865,0.111900351455768,0.5,0.153725174569888,0.0950917011047342,0.25767371305153,0.153725174569888,0.0638125769162892,0.0501053429062647,0.5,0.153725174569888,0.0635898125063796,0.257201671091277,0.153725174569888,0.0901782261015111,0.0802388040124508,0.153725174569888,0.0613254573705529,0.685852872733809,0.153725174569888,0.0864540604929634,0.649060722885096,0.153725174569888,0.0258514207064157,0.508481673888462,0.153725174569888,0.0578656528801113,0.274770091375136,0.153725174569888,0.0489545800032677,0.252952527552551,0.5,0.153725174569888,0.0612467739776609,0.193848829867059,0,0.629682901577721,0.83889617077132 -4100,0.5,0.153725174569888,0.00368436734407484,0.473253508586471,0.153725174569888,0.0112852387242547,0.477831092556206,0.153725174569888,0.0114102982474434,0.519553885955978,0.153725174569888,0.00476692480533971,0.170551707682922,0.153725174569888,0.0293386266308026,0.362714925598378,0.153725174569888,0.0305974137672722,0.179161965438456,0.153725174569888,0.0280920039696929,0.220392748849367,0.153725174569888,0.0266583231901348,0.0523588640957597,0.5,0.153725174569888,0.0324268196795534,0.100719567396696,0.153725174569888,0.00676945024634396,0.0298768815541501,0.5,0.153725174569888,0.0143198457375001,0.270949023046026,0.153725174569888,0.0194916806739157,0.0426636681165983,0.153725174569888,0.0389412261224979,0.475298476900643,0.153725174569888,0.0288291749629698,0.503741806043768,0.153725174569888,0.0117400036877618,0.294329316829322,0.153725174569888,0.0165828940356865,0.134393169642903,0.153725174569888,0.00826792619168422,0.162799546271364,0.5,0.153725174569888,7.11839333096561e-05,0.0976305397317151,0,0.620123687631328,0.847702958804537 -4101,0.5,0.153725174569888,0.0,0.41443587101173,0.153725174569888,0.000115551350219193,0.222337669031692,0.153725174569888,0.0,0.419222251594798,0.153725174569888,0.0,0.204846139389809,0.153725174569888,0.0,0.267930162486291,0.153725174569888,0.0,0.0893411098015812,0.153725174569888,9.95789670087486e-07,0.162319376704046,0.153725174569888,0.0,0.0326813346900593,0.5,0.153725174569888,0.0,0.0363153327110859,0.153725174569888,0.0,0.0208692995921415,0.5,0.153725174569888,0.0,0.131343672730007,0.153725174569888,0.0,0.043867118939119,0.153725174569888,4.34262283079424e-06,0.328225518049517,0.153725174569888,0.0,0.430703356171978,0.153725174569888,0.0,0.168047807927034,0.153725174569888,0.0,0.0690155595946005,0.153725174569888,0.0,0.0946149951733393,0.5,0.153725174569888,0.0,0.0528376974439502,0,0.621803753091856,0.847850923415375 -4102,0.5,0.153725174569888,0.0,0.357689946429383,0.153725174569888,0.0,0.137767686138314,0.153725174569888,0.0,0.282595435018738,0.153725174569888,0.0,0.26049812712363,0.153725174569888,0.0,0.179482279007813,0.153725174569888,0.0,0.0534025604868381,0.153725174569888,0.0,0.138605684252427,0.153725174569888,0.0,0.0230975495841057,0.5,0.153725174569888,0.0,0.025693462797608,0.153725174569888,0.0,0.0186918179599733,0.5,0.153725174569888,0.0,0.0374332687014527,0.153725174569888,0.0,0.0625249883704837,0.153725174569888,0.0,0.344353126905933,0.153725174569888,0.0,0.411466723907013,0.153725174569888,0.0,0.131675419086321,0.153725174569888,0.0,0.0485141033341166,0.153725174569888,0.0,0.0745238971528445,0.5,0.153725174569888,0.0,0.035532011998419,0,0.689048971846033,0.836454779279099 -4103,0.5,0.153725174569888,0.0,0.313382958076162,0.153725174569888,0.0,0.200630141625449,0.153725174569888,0.0,0.145422990299488,0.153725174569888,0.0,0.274560630047543,0.153725174569888,0.0,0.141575286931782,0.153725174569888,0.0,0.0514325124151968,0.153725174569888,0.0,0.0923771398786231,0.153725174569888,0.0,0.015915486687228,0.5,0.153725174569888,0.0,0.0224353905998671,0.153725174569888,0.0,0.0147512271294958,0.5,0.153725174569888,0.0,0.0200439309123023,0.153725174569888,0.0,0.0481470634100037,0.153725174569888,0.0,0.344291054105698,0.153725174569888,0.0,0.365958470147394,0.153725174569888,0.0,0.13550044211416,0.153725174569888,0.0,0.0417203116197747,0.153725174569888,0.0,0.0780285894316527,0.5,0.153725174569888,0.0,0.0287349699429712,0,0.746883060255172,0.820103971484747 -4104,0.5,0.153725174569888,0.0,0.281326992218916,0.153725174569888,0.0,0.301933865589737,0.153725174569888,0.0,0.0847730296376718,0.153725174569888,0.0,0.264695897820149,0.153725174569888,0.0,0.157911647360353,0.153725174569888,0.0,0.0697240903190156,0.153725174569888,0.0,0.0845715458393196,0.153725174569888,0.0,0.013894241016904,0.5,0.153725174569888,0.0,0.018001240954076,0.153725174569888,0.0,0.0109899386170305,0.5,0.153725174569888,0.0,0.0205317438619546,0.153725174569888,0.0,0.0357683267338307,0.153725174569888,0.0,0.308502599098143,0.153725174569888,0.0,0.328664384662281,0.153725174569888,0.0,0.159149041287464,0.153725174569888,0.0,0.0400765969121813,0.153725174569888,0.0,0.080907791981793,0.5,0.153725174569888,0.0,0.018550396109052,0,0.702966971551293,0.834134589130652 -4105,0.5,0.153725174569888,0.0,0.261699835953661,0.153725174569888,0.0,0.347193679807818,0.153725174569888,0.0,0.0735070507346736,0.153725174569888,0.0,0.233799361097167,0.153725174569888,0.0,0.182184221768314,0.153725174569888,0.0,0.0823941116524372,0.153725174569888,0.0,0.11380839389227,0.153725174569888,0.0,0.0175982291209374,0.5,0.153725174569888,0.0,0.0115192508488914,0.153725174569888,0.0,0.0104031664125342,0.5,0.153725174569888,0.0,0.0232231493905536,0.153725174569888,0.0,0.0355009528621714,0.153725174569888,0.0,0.274264738379069,0.153725174569888,0.0,0.309731221209932,0.153725174569888,0.0,0.185999587024008,0.153725174569888,0.0,0.0438583653513094,0.153725174569888,0.0,0.0662626959473951,0.5,0.153725174569888,0.0,0.0117212417469698,0,0.692463269585068,0.936233225220644 -4106,0.5,0.153725174569888,0.0,0.261259190771287,0.153725174569888,0.0,0.32887068871958,0.153725174569888,0.0,0.0846048645973488,0.153725174569888,0.0,0.212477150933181,0.153725174569888,0.0,0.177914061619463,0.153725174569888,0.0,0.0678440162800891,0.153725174569888,0.0,0.139863192963159,0.153725174569888,0.0,0.0199249857935448,0.5,0.153725174569888,0.0,0.00824161954494346,0.153725174569888,0.0,0.0111453418110127,0.5,0.153725174569888,0.0,0.0162347576344681,0.153725174569888,0.0,0.0318208114506762,0.153725174569888,0.0,0.295927924397086,0.153725174569888,0.0,0.330517926075993,0.153725174569888,0.0,0.207064657780118,0.153725174569888,0.0,0.0543235361783264,0.153725174569888,0.0,0.0291429073603835,0.5,0.153725174569888,0.0,0.00840890372445398,0,0.709217346580009,0.969775945271039 -4107,0.5,0.153725174569888,0.0,0.270153237269631,0.153725174569888,0.0,0.302063040413542,0.153725174569888,0.0,0.117980022646893,0.153725174569888,0.0,0.197694068999817,0.153725174569888,0.0,0.161398677211142,0.153725174569888,0.0,0.0504931959920644,0.153725174569888,0.0,0.1533406314879,0.153725174569888,0.0,0.0181778063465328,0.5,0.153725174569888,0.0,0.00712637260094863,0.153725174569888,0.0,0.0113351539770205,0.5,0.153725174569888,0.0,0.0035169549847941,0.153725174569888,0.0,0.0270011872129027,0.153725174569888,0.0,0.331379585428675,0.153725174569888,0.0,0.380493604767432,0.153725174569888,0.0,0.230339806480152,0.153725174569888,0.0,0.0599350802232681,0.153725174569888,0.0,0.0191295580808767,0.5,0.153725174569888,0.0,0.0101230034720288,0,0.71870040834951,0.974940295190706 -4108,0.5,0.153725174569888,0.0,0.26972991036037,0.153725174569888,0.0,0.303305289014846,0.153725174569888,0.0,0.16551074387035,0.153725174569888,0.0,0.179419068253244,0.153725174569888,0.0,0.1515227424058,0.153725174569888,0.0,0.0466500383834036,0.153725174569888,0.0,0.138606641529672,0.153725174569888,0.0,0.0161894192863037,0.5,0.153725174569888,0.0,0.00686202662596596,0.153725174569888,0.0,0.0100737100538043,0.5,0.153725174569888,0.0,0.000485633396395004,0.153725174569888,0.0,0.0199169369941161,0.153725174569888,0.0,0.449117825444086,0.153725174569888,0.0,0.410115430653638,0.153725174569888,0.0,0.256758096440349,0.153725174569888,0.0,0.0660741707751647,0.153725174569888,0.0,0.0137262752930074,0.5,0.153725174569888,0.0,0.0175085452690121,0,0.80392662322542,0.960873366236213 -4109,0.5,0.153725174569888,0.00268815371060328,0.283556230777506,0.153725174569888,0.000749620527900186,0.326995086370975,0.153725174569888,0.000695166638142972,0.163649730373552,0.153725174569888,0.00175304706539496,0.190693126053602,0.153725174569888,0.00157032452780985,0.149096435492084,0.153725174569888,0.000151710561908057,0.0468244550864244,0.153725174569888,0.00124842824697541,0.114809018591724,0.153725174569888,3.92996604308153e-06,0.0143408001002625,0.5,0.153725174569888,0.0,0.00572438338469175,0.153725174569888,2.46255339698839e-05,0.00877654937065221,0.5,0.153725174569888,5.65263477432215e-05,0.000552828896268893,0.153725174569888,9.1305328557582e-06,0.0159624829524846,0.153725174569888,0.00180586605208022,0.513690529261682,0.153725174569888,0.00114222524115501,0.432647539517876,0.153725174569888,0.00197961725341568,0.311004261236024,0.153725174569888,0.000776022033874611,0.0654573671850572,0.153725174569888,0.00156303156497253,0.0118970787075909,0.5,0.153725174569888,0.000916700404005893,0.0151155898149929,0,0.800365129193635,0.911505770969059 -4110,0.5,0.153725174569888,0.0227014571242996,0.357969751486603,0.153725174569888,0.00432394359072756,0.418247344281519,0.153725174569888,0.0159066046694366,0.176369657405357,0.153725174569888,0.0166239010379703,0.229373505739373,0.153725174569888,0.0294990838809386,0.179800077807826,0.153725174569888,0.0402648300408726,0.0455349936729977,0.153725174569888,0.0499415010623502,0.135061992173843,0.153725174569888,0.0425709767407122,0.0122244520138548,0.5,0.153725174569888,0.0371748538079205,0.00344234446835966,0.153725174569888,0.0157596589749765,0.0111479580879249,0.5,0.153725174569888,0.0454259961189426,0.00139259627773152,0.153725174569888,0.0385360896482492,0.0135206197050906,0.153725174569888,0.00720755873088021,0.611205583864726,0.153725174569888,0.0138220113654875,0.507228223404414,0.153725174569888,0.0390468586194086,0.415986300953823,0.153725174569888,0.0344248264435796,0.0908692918289417,0.153725174569888,0.0470423895661336,0.0170064037098442,0.5,0.153725174569888,0.0254708980711465,0.0159001194204442,0,0.809060340992862,0.885655161080711 -4111,0.5,0.153725174569888,0.0620568636795887,0.478377856170521,0.153725174569888,0.009287458374341,0.45591987554036,0.153725174569888,0.0694363890068857,0.298904512645914,0.153725174569888,0.0449806749323689,0.293717572085334,0.153725174569888,0.0463723618881475,0.237305449178875,0.153725174569888,0.0861842643234451,0.079584246732276,0.153725174569888,0.111116339819311,0.259489693509819,0.153725174569888,0.115194101625971,0.0296964500833939,0.5,0.153725174569888,0.107097273831932,0.00363435331044602,0.153725174569888,0.0545550978230961,0.024527560007304,0.5,0.153725174569888,0.123557102120628,0.00318773110080945,0.153725174569888,0.121167182654538,0.013155361451979,0.153725174569888,0.0201149701147924,0.700384211020546,0.153725174569888,0.0315136094764265,0.580122840278212,0.153725174569888,0.0820035108817306,0.507004850504846,0.153725174569888,0.101378521024394,0.188676843159222,0.153725174569888,0.111535356689085,0.0472249250065339,0.5,0.153725174569888,0.0868108268509709,0.0166466526017576,0,0.865893016246106,0.886549866191254 -4112,0.5,0.153725174569888,0.116549293752572,0.592982185553676,0.153725174569888,0.0522828773584742,0.625542759895085,0.153725174569888,0.143297047412602,0.440856319087762,0.153725174569888,0.0943008035342786,0.396404763483303,0.153725174569888,0.0866352750676669,0.365987065557363,0.153725174569888,0.102733363207669,0.10885070308931,0.153725174569888,0.123672704905127,0.395296341840506,0.153725174569888,0.219624504642414,0.106173424608068,0.5,0.153725174569888,0.213743445683479,0.030226688448823,0.153725174569888,0.141147790252814,0.0238588344508789,0.5,0.153725174569888,0.236653511595952,0.0109129205961247,0.153725174569888,0.24458994896019,0.0207662154935396,0.153725174569888,0.0525865467809101,0.747692973048823,0.153725174569888,0.0820268345715065,0.632021567583082,0.153725174569888,0.116959932601663,0.640930742583496,0.153725174569888,0.206875573579122,0.287869014748374,0.153725174569888,0.186920456263993,0.0871490733729161,0.5,0.153725174569888,0.188380121536187,0.0125811496207691,0,0.858821799980599,0.914514595083179 -4113,0.5,0.153725174569888,0.175650445912867,0.696796162621029,0.153725174569888,0.0723938126733867,0.783980457403718,0.153725174569888,0.235279454494981,0.513658187511017,0.153725174569888,0.14265863760566,0.466187166166688,0.153725174569888,0.176811161217485,0.518413770352994,0.153725174569888,0.224609527249294,0.226755315066086,0.153725174569888,0.120002759289707,0.432016546266552,0.153725174569888,0.291435646480808,0.16907828889182,0.5,0.153725174569888,0.33266416393528,0.0803393611343136,0.153725174569888,0.254711180966591,0.0261185728522146,0.5,0.153725174569888,0.360504453845263,0.0368463206244196,0.153725174569888,0.377096353150423,0.0276826276036279,0.153725174569888,0.105544654713515,0.782147585821826,0.153725174569888,0.160210283833593,0.687379011174737,0.153725174569888,0.149703754772613,0.722874072492834,0.153725174569888,0.313143626859641,0.363059008260719,0.153725174569888,0.262798052691018,0.121890376707589,0.5,0.153725174569888,0.292796152626845,0.0263495930068794,0,0.91282529460652,0.960608358631255 -4114,0.5,0.153725174569888,0.275074510164655,0.779706540582537,0.153725174569888,0.126334680407528,0.830133341096896,0.153725174569888,0.340002845368657,0.617885929872813,0.153725174569888,0.297059499617798,0.60341247573765,0.153725174569888,0.270973254558371,0.621824110135625,0.153725174569888,0.366176398797732,0.270439330293467,0.153725174569888,0.177173864254871,0.43285743658101,0.153725174569888,0.37367418877196,0.195562986707836,0.5,0.153725174569888,0.433565709700477,0.117085720494306,0.153725174569888,0.402311380469308,0.0314694230855835,0.5,0.153725174569888,0.455431461023373,0.0566428792922818,0.153725174569888,0.505568621041035,0.0400346118931926,0.153725174569888,0.138419805266388,0.81326175288039,0.153725174569888,0.244551310618108,0.748140853121792,0.153725174569888,0.168031856105944,0.764397513443663,0.153725174569888,0.357979797280938,0.413368829228434,0.153725174569888,0.333172449219299,0.145435386822098,0.5,0.153725174569888,0.364329017475719,0.037357400224647,0,0.98243028961542,0.984476502061247 -4115,0.5,0.153725174569888,0.237477555406257,0.844017405420514,0.153725174569888,0.222752711339874,0.887689121212564,0.153725174569888,0.339189754781132,0.700030583997213,0.153725174569888,0.31162266089731,0.674881963231759,0.153725174569888,0.33885933443531,0.709554135340358,0.153725174569888,0.452950804979744,0.35481496507239,0.153725174569888,0.279464539913182,0.51339321139209,0.153725174569888,0.45264927194423,0.223512184985396,0.5,0.153725174569888,0.529632144086893,0.154295992355652,0.153725174569888,0.550424721515699,0.034573020999512,0.5,0.153725174569888,0.546574748712842,0.0812374492465506,0.153725174569888,0.599143137309895,0.0572996683064505,0.153725174569888,0.169225312748318,0.869091762731695,0.153725174569888,0.26482047444971,0.813863259725025,0.153725174569888,0.192233957839578,0.79308996516361,0.153725174569888,0.404281752769144,0.452586153003741,0.153725174569888,0.421164885623345,0.187979607773643,0.5,0.153725174569888,0.333519319841954,0.0329188719464527,0,0.991765047334811,0.98804074662539 -4116,0.5,0.153725174569888,0.211816990771562,0.877963320191373,0.153725174569888,0.226722670552417,0.948382713322833,0.153725174569888,0.357070108687213,0.729433637422554,0.153725174569888,0.360160416706105,0.766415132588195,0.153725174569888,0.337371116996329,0.738754694715625,0.153725174569888,0.400801185908942,0.348628327316314,0.153725174569888,0.344192177287668,0.506113656636607,0.153725174569888,0.526288856501371,0.247265131854239,0.5,0.153725174569888,0.598503947726552,0.178311418304233,0.153725174569888,0.628172924309542,0.0419711125152733,0.5,0.153725174569888,0.601824799091399,0.120828124362966,0.153725174569888,0.660218185811063,0.0724235858305404,0.153725174569888,0.204311064032016,0.925167137806795,0.153725174569888,0.273056057571728,0.854065616050228,0.153725174569888,0.284537123393581,0.814351694152297,0.153725174569888,0.436086731481285,0.500818635139628,0.153725174569888,0.456455135526591,0.212453553419217,0.5,0.153725174569888,0.439222717797911,0.0328727240405653,0,0.993918293938309,0.988942439629066 -4117,0.5,0.153725174569888,0.169907456456251,0.876540768001531,0.153725174569888,0.192232386585075,0.941589817565127,0.153725174569888,0.38511945563807,0.733245442623339,0.153725174569888,0.288586811088281,0.755267756892709,0.153725174569888,0.322604579192942,0.777474451022344,0.153725174569888,0.375408564659734,0.346610087280377,0.153725174569888,0.384265717723818,0.549683336020809,0.153725174569888,0.452083969280957,0.224918888635436,0.5,0.153725174569888,0.61690384217226,0.18700295678479,0.153725174569888,0.672892831454125,0.054568007777709,0.5,0.153725174569888,0.635594679552322,0.151590687331395,0.153725174569888,0.696761205049411,0.0904067882928917,0.153725174569888,0.196684006426403,0.956835673646085,0.153725174569888,0.395427198436973,0.923586153618427,0.153725174569888,0.316946809425221,0.801431690819752,0.153725174569888,0.398453138854246,0.465456379554363,0.153725174569888,0.467998235976461,0.224462126728185,0.5,0.153725174569888,0.510449035122842,0.0335596217191266,0,0.986358458628428,0.995613456103298 -4118,0.5,0.153725174569888,0.195665849726582,0.875225514011749,0.153725174569888,0.469073502640481,1.02014340295598,0.153725174569888,0.307986076350125,0.696012769896246,0.153725174569888,0.216790738065427,0.726813856975509,0.153725174569888,0.366187460751905,0.806261187764064,0.153725174569888,0.413396256516005,0.343477866465725,0.153725174569888,0.291954442806184,0.559949424854517,0.153725174569888,0.372945257026421,0.197271151682097,0.5,0.153725174569888,0.59949430661265,0.190437308148008,0.153725174569888,0.677324804030405,0.0672610725550007,0.5,0.153725174569888,0.63500521669846,0.173960370708366,0.153725174569888,0.686782778928245,0.0935460191307468,0.153725174569888,0.194177552901786,0.966855693982549,0.153725174569888,0.438151692037286,0.955363916254761,0.153725174569888,0.332386719731373,0.807218336036898,0.153725174569888,0.419616457707107,0.43040306939712,0.153725174569888,0.438783893751482,0.23751385767306,0.5,0.153725174569888,0.517794085708452,0.0324294829547138,0,0.966592210441583,0.967377483340003 -4119,0.5,0.153725174569888,0.220046870490904,0.867035129614181,0.153725174569888,0.263451303555164,1.01344093641444,0.153725174569888,0.359638895129729,0.648751963873374,0.153725174569888,0.239685687325042,0.696447871100314,0.153725174569888,0.344785962036403,0.815019729339907,0.153725174569888,0.422387281059407,0.373787154347612,0.153725174569888,0.272600759110105,0.48555418498862,0.153725174569888,0.334318539077395,0.170831180269811,0.5,0.153725174569888,0.505640730491239,0.182369713031112,0.153725174569888,0.625915937234785,0.0655340941056267,0.5,0.153725174569888,0.594353183918917,0.196039736939538,0.153725174569888,0.627721239371834,0.0894654640165346,0.153725174569888,0.152649477040207,0.960792573957073,0.153725174569888,0.359436366928879,0.945119774396416,0.153725174569888,0.301157988617221,0.80557514899343,0.153725174569888,0.433852634856228,0.419729217280906,0.153725174569888,0.394700041127302,0.240633311304004,0.5,0.153725174569888,0.496140039495239,0.0320291524552666,0,0.979311026880409,0.959075637614201 -4120,0.5,0.153725174569888,0.179320511261773,0.870459389758719,0.153725174569888,0.289478920872932,1.01558354371716,0.153725174569888,0.371075720361081,0.618143643212884,0.153725174569888,0.216658501743346,0.628348264262659,0.153725174569888,0.191246644957577,0.775666364687929,0.153725174569888,0.334072668606178,0.40843376227956,0.153725174569888,0.322668402806091,0.48466192348381,0.153725174569888,0.318016347068467,0.142994923583544,0.5,0.153725174569888,0.44077340291658,0.177528719523738,0.153725174569888,0.523089280418687,0.0546625065004535,0.5,0.153725174569888,0.461647424226591,0.237894417487149,0.153725174569888,0.522922556449143,0.0934726866815458,0.153725174569888,0.099342778942188,0.945761909506217,0.153725174569888,0.262610608053707,0.927880707186812,0.153725174569888,0.228375417324134,0.822948889406159,0.153725174569888,0.367842967525611,0.384346580875576,0.153725174569888,0.334386946036566,0.230643309478163,0.5,0.153725174569888,0.427006053646602,0.0354217222994474,0,0.975184809932475,0.959741196994203 -4121,0.5,0.153725174569888,0.123317896608711,0.85227765366691,0.153725174569888,0.108993241150877,0.974798983457511,0.153725174569888,0.264279776505686,0.575699288637175,0.153725174569888,0.189518176509708,0.57764618831724,0.153725174569888,0.118586263948332,0.682754638840156,0.153725174569888,0.189614424534694,0.371684087370617,0.153725174569888,0.219870396221219,0.516648584759753,0.153725174569888,0.265949594015797,0.114971169062779,0.5,0.153725174569888,0.344088712258398,0.176442285894036,0.153725174569888,0.387924586357503,0.0388347880788826,0.5,0.153725174569888,0.338244671157891,0.19098813290814,0.153725174569888,0.390044560662272,0.102760868932628,0.153725174569888,0.0811757589021321,0.930156418997407,0.153725174569888,0.176005211797261,0.875543989973223,0.153725174569888,0.134362348064275,0.783001945308322,0.153725174569888,0.234416902909723,0.359145854215466,0.153725174569888,0.265917008038344,0.216071553567511,0.5,0.153725174569888,0.312284117245071,0.0403352241324516,0,0.990810381902571,0.973375284270362 -4122,0.5,0.153725174569888,0.0656188618617328,0.802575107098451,0.153725174569888,0.0502604134196552,0.92296748471796,0.153725174569888,0.174573763968206,0.580070821555907,0.153725174569888,0.142097479400851,0.521895289185488,0.153725174569888,0.0891300882168998,0.582619069242411,0.153725174569888,0.111294382212956,0.300546679414749,0.153725174569888,0.0666618968273479,0.448977244536612,0.153725174569888,0.188883891890156,0.106526558075389,0.5,0.153725174569888,0.238647029631056,0.169657592807375,0.153725174569888,0.252303723979341,0.0271154810913566,0.5,0.153725174569888,0.253230854067223,0.166074896500597,0.153725174569888,0.256591711995781,0.119624667004873,0.153725174569888,0.0492202276637092,0.929458774502916,0.153725174569888,0.141024792587195,0.818815532097692,0.153725174569888,0.0688807939419448,0.740122525976627,0.153725174569888,0.186156740198262,0.342203048636764,0.153725174569888,0.170687467442741,0.19690153137253,0.5,0.153725174569888,0.203831510408677,0.0436301288714368,0,0.993834249896042,0.977678637341312 -4123,0.5,0.153725174569888,0.0301873660850013,0.809227189523247,0.153725174569888,0.0243694412369381,0.854944386684534,0.153725174569888,0.0733240493499415,0.531180682759853,0.153725174569888,0.0653383933862915,0.452677561360398,0.153725174569888,0.0631562146548174,0.521449699525456,0.153725174569888,0.0684758557478894,0.249188742474417,0.153725174569888,0.0219587392459358,0.32484817679541,0.153725174569888,0.102882260404493,0.0708614602975001,0.5,0.153725174569888,0.131817246475602,0.122497138764145,0.153725174569888,0.121115471315334,0.0136437647664993,0.5,0.153725174569888,0.135356465161954,0.107946088720354,0.153725174569888,0.128113230870862,0.1162892475608,0.153725174569888,0.0397478430773107,0.909262611179667,0.153725174569888,0.0823165668498558,0.772830167703206,0.153725174569888,0.0372190173733232,0.648153765962695,0.153725174569888,0.0893082338986324,0.287668956850845,0.153725174569888,0.0845252048493632,0.160777770172334,0.5,0.153725174569888,0.0880871675961204,0.030301262756485,0,0.996432866060566,0.994795187129276 -4124,0.5,0.153725174569888,0.00637283449504248,0.809137492712995,0.153725174569888,0.00818980863904122,0.753383858862593,0.153725174569888,0.0173324786511064,0.445193710550292,0.153725174569888,0.0076829213256001,0.367940382889834,0.153725174569888,0.0376969814933958,0.363863381407282,0.153725174569888,0.0364880983768546,0.153686442782343,0.153725174569888,0.00716539536907552,0.212018958913331,0.153725174569888,0.0307290823558638,0.0352633053363368,0.5,0.153725174569888,0.0361350173174177,0.041139529012213,0.153725174569888,0.0133579123212282,0.0149745049502974,0.5,0.153725174569888,0.0279947906591964,0.0422894028486315,0.153725174569888,0.0254674319028104,0.0904539119490093,0.153725174569888,0.0184340582330302,0.837815537591354,0.153725174569888,0.0298629428552882,0.666250061920805,0.153725174569888,0.0141547820372702,0.560037608332981,0.153725174569888,0.0212752087222757,0.209635688153449,0.153725174569888,0.0173532336524563,0.086013170845101,0.5,0.153725174569888,0.0,0.0571924638959997,0,0.98769885950702,0.975334581547123 -4125,0.5,0.153725174569888,8.08685163846862e-07,0.780990210473704,0.153725174569888,0.000115920795249716,0.689591113901123,0.153725174569888,0.0,0.390643834391754,0.153725174569888,0.0,0.388178711965556,0.153725174569888,0.0,0.216599503375845,0.153725174569888,2.07811419623358e-06,0.121943148583816,0.153725174569888,2.80498396674408e-06,0.112067534370944,0.153725174569888,0.0,0.036291205349656,0.5,0.153725174569888,0.0,0.0277125491164867,0.153725174569888,0.0,0.0215219664548912,0.5,0.153725174569888,0.0,0.0273546556814217,0.153725174569888,0.0,0.0810468376353439,0.153725174569888,0.0,0.757486076440229,0.153725174569888,2.09032352594231e-05,0.527247064083678,0.153725174569888,0.0,0.402142287660551,0.153725174569888,0.0,0.155274751060629,0.153725174569888,0.0,0.0432088283293698,0.5,0.153725174569888,0.0,0.0712994768720752,0,0.973669638446175,0.96195375485669 -4126,0.5,0.153725174569888,0.0,0.741702272801972,0.153725174569888,0.0,0.490218749298721,0.153725174569888,0.0,0.347208406438351,0.153725174569888,0.0,0.48302445833612,0.153725174569888,0.0,0.17269231611295,0.153725174569888,0.0,0.0966327262217898,0.153725174569888,0.0,0.0836056855104473,0.153725174569888,0.0,0.0340669823599386,0.5,0.153725174569888,0.0,0.0149719048912395,0.153725174569888,0.0,0.0164261259961933,0.5,0.153725174569888,0.0,0.0122825578638985,0.153725174569888,0.0,0.0553051606152133,0.153725174569888,0.0,0.676603793173126,0.153725174569888,0.0,0.434435230692018,0.153725174569888,0.0,0.27578600938225,0.153725174569888,0.0,0.0889397339111629,0.153725174569888,0.0,0.0246902601236067,0.5,0.153725174569888,0.0,0.0348921176008624,0,0.954554462726023,0.947585933601593 -4127,0.5,0.153725174569888,0.0,0.671472985642199,0.153725174569888,0.0,0.342772785050711,0.153725174569888,0.0,0.303859728739374,0.153725174569888,0.0,0.453837583340406,0.153725174569888,0.0,0.179071036348696,0.153725174569888,0.0,0.0723474946603823,0.153725174569888,0.0,0.104982657944757,0.153725174569888,0.0,0.0334405975946902,0.5,0.153725174569888,0.0,0.00808590253632848,0.153725174569888,0.0,0.0106394607404737,0.5,0.153725174569888,0.0,0.00771835228487097,0.153725174569888,0.0,0.0334003677473817,0.153725174569888,0.0,0.606484303696459,0.153725174569888,0.0,0.428857658629546,0.153725174569888,0.0,0.253512561794748,0.153725174569888,0.0,0.0527743546752755,0.153725174569888,0.0,0.0200109237961953,0.5,0.153725174569888,0.0,0.024531803633324,0,0.919876178433971,0.924594188800044 -4128,0.5,0.153725174569888,0.0,0.602268612086251,0.153725174569888,0.0,0.295097776970338,0.153725174569888,0.0,0.225394551786073,0.153725174569888,0.0,0.425995936168804,0.153725174569888,0.0,0.184172210605768,0.153725174569888,0.0,0.0578036170691826,0.153725174569888,0.0,0.105951779453996,0.153725174569888,0.0,0.025715679514342,0.5,0.153725174569888,0.0,0.00604830601039903,0.153725174569888,0.0,0.0121465662585047,0.5,0.153725174569888,0.0,0.00537432059381389,0.153725174569888,0.0,0.0207391564293172,0.153725174569888,0.0,0.582608417930373,0.153725174569888,0.0,0.394865577397782,0.153725174569888,0.0,0.282394334539731,0.153725174569888,0.0,0.034717969625667,0.153725174569888,0.0,0.0217995090688984,0.5,0.153725174569888,0.0,0.0151502372146557,0,0.891176141197449,0.91088264695089 -4129,0.5,0.153725174569888,0.0,0.587760368929353,0.153725174569888,0.0,0.270944093054984,0.153725174569888,0.0,0.158329135012636,0.153725174569888,0.0,0.373061737297358,0.153725174569888,0.0,0.171761543774017,0.153725174569888,0.0,0.0509835506633897,0.153725174569888,0.0,0.085419206815355,0.153725174569888,0.0,0.0154830227438462,0.5,0.153725174569888,0.0,0.00632739488567982,0.153725174569888,0.0,0.0132222370563513,0.5,0.153725174569888,0.0,0.00363362517106759,0.153725174569888,0.0,0.0143948174791688,0.153725174569888,0.0,0.575690412697683,0.153725174569888,0.0,0.361466247312766,0.153725174569888,0.0,0.327056504764795,0.153725174569888,0.0,0.0430002104052802,0.153725174569888,0.0,0.02177804416198,0.5,0.153725174569888,0.0,0.00985739241242803,0,0.886791081307405,0.910691869015474 -4130,0.5,0.153725174569888,0.0,0.553563672881325,0.153725174569888,0.0,0.272874373275116,0.153725174569888,0.0,0.158106093865774,0.153725174569888,0.0,0.31490558260665,0.153725174569888,0.0,0.162282733534797,0.153725174569888,0.0,0.0514744153565266,0.153725174569888,0.0,0.0775527202342792,0.153725174569888,0.0,0.0103529486656171,0.5,0.153725174569888,0.0,0.0075380116222017,0.153725174569888,0.0,0.00931233857038219,0.5,0.153725174569888,0.0,0.0020753071842333,0.153725174569888,0.0,0.0102904203315036,0.153725174569888,0.0,0.592611250548678,0.153725174569888,0.0,0.340456236386466,0.153725174569888,0.0,0.3572609955702,0.153725174569888,0.0,0.0388954825190891,0.153725174569888,0.0,0.0121650828380119,0.5,0.153725174569888,0.0,0.00691169917963253,0,0.889712586677342,0.888527121324525 -4131,0.5,0.153725174569888,0.0,0.53995847123966,0.153725174569888,0.0,0.317419021783351,0.153725174569888,0.0,0.193482173908631,0.153725174569888,0.0,0.315577960144151,0.153725174569888,0.0,0.150755372657256,0.153725174569888,0.0,0.0537785924257534,0.153725174569888,0.0,0.0775515040796253,0.153725174569888,0.0,0.00896091709614293,0.5,0.153725174569888,0.0,0.00953188452817246,0.153725174569888,0.0,0.00807926773519455,0.5,0.153725174569888,0.0,0.000952468176315394,0.153725174569888,0.0,0.00790112585931444,0.153725174569888,0.0,0.630105921359261,0.153725174569888,0.0,0.33977927114091,0.153725174569888,0.0,0.360717414895172,0.153725174569888,0.0,0.033716820667483,0.153725174569888,0.0,0.00474688837965556,0.5,0.153725174569888,0.0,0.00555522681570636,0,0.902530984896778,0.88065689986461 -4132,0.5,0.153725174569888,0.0,0.527414555535809,0.153725174569888,0.0,0.483647079711472,0.153725174569888,0.0,0.222527717628889,0.153725174569888,0.0,0.340166007647378,0.153725174569888,0.0,0.134555749754478,0.153725174569888,0.0,0.054577446418744,0.153725174569888,0.0,0.0870263958224595,0.153725174569888,0.0,0.00833217817186663,0.5,0.153725174569888,0.0,0.0121547158293833,0.153725174569888,0.0,0.00781948078152483,0.5,0.153725174569888,0.0,0.000529211314302027,0.153725174569888,0.0,0.00712554194446596,0.153725174569888,0.0,0.676617197321179,0.153725174569888,0.0,0.36060208051585,0.153725174569888,0.0,0.35096374384803,0.153725174569888,0.0,0.0297234998429339,0.153725174569888,0.0,0.00277131805542898,0.5,0.153725174569888,0.0,0.00511391981317652,0,0.925655217483613,0.877931021093144 -4133,0.5,0.153725174569888,0.00175428835047407,0.546431143432676,0.153725174569888,0.00023572090966931,0.354986317444583,0.153725174569888,0.00211136260935995,0.247272354885771,0.153725174569888,0.00186793579129293,0.37229326864463,0.153725174569888,0.00133778703112192,0.114617932360099,0.153725174569888,9.86415245206637e-05,0.0527226810897402,0.153725174569888,0.00056089347802296,0.102850577120328,0.153725174569888,4.11002365013243e-06,0.00765023461932552,0.5,0.153725174569888,0.0,0.0168456061146838,0.153725174569888,0.000120747994274246,0.00797364482631788,0.5,0.153725174569888,4.68674799389307e-05,0.000246741464299498,0.153725174569888,1.34484925197587e-05,0.00704503634798625,0.153725174569888,0.00220884214497962,0.737924503836793,0.153725174569888,0.00065804774250306,0.373206908989039,0.153725174569888,0.00143215758827101,0.36083220048129,0.153725174569888,0.00133041796690664,0.0337252927394025,0.153725174569888,0.00155030710446223,0.00317241646022166,0.5,0.153725174569888,0.00191919994098983,0.00402060159137254,0,0.930186868202025,0.875273783725549 -4134,0.5,0.153725174569888,0.0141867221712178,0.564605695052352,0.153725174569888,0.00248421770666678,0.327037153154297,0.153725174569888,0.0313150673614191,0.279911149442944,0.153725174569888,0.0166064855242893,0.391076948740166,0.153725174569888,0.0376927240124928,0.114469509974751,0.153725174569888,0.0354935536086092,0.050754144486128,0.153725174569888,0.0252113770838136,0.150281598747505,0.153725174569888,0.0444694456314241,0.00588572196548127,0.5,0.153725174569888,0.0427695992183447,0.0149036235808391,0.153725174569888,0.0510484199122214,0.00441619382027539,0.5,0.153725174569888,0.0469018738445717,0.000389989515216228,0.153725174569888,0.0453230302367885,0.00498653270299906,0.153725174569888,0.0309559537703811,0.785554065666948,0.153725174569888,0.00574248582593542,0.39577858810371,0.153725174569888,0.0202550884244542,0.370236384602706,0.153725174569888,0.0480890407767142,0.0528409493641748,0.153725174569888,0.0545209211889091,0.00294355657311763,0.5,0.153725174569888,0.0574198526694485,0.0023817696458774,0,0.911102913248698,0.861369578403819 -4135,0.5,0.153725174569888,0.0344165593670804,0.56885148001215,0.153725174569888,0.017505463715563,0.43511776020752,0.153725174569888,0.0826115811110096,0.346080750984045,0.153725174569888,0.0439986099172364,0.45706454755953,0.153725174569888,0.0888030563645969,0.17183518048783,0.153725174569888,0.0956660881550956,0.0740183103566927,0.153725174569888,0.0700298963616722,0.20983004461915,0.153725174569888,0.115816661101414,0.00816265927656043,0.5,0.153725174569888,0.117443525525001,0.0153493271351309,0.153725174569888,0.134637113104352,0.00347377503838633,0.5,0.153725174569888,0.124988212045053,0.000664696356228984,0.153725174569888,0.125072493076367,0.00344750907670956,0.153725174569888,0.0681594664919701,0.8334280322367,0.153725174569888,0.0128368460107133,0.426561719986911,0.153725174569888,0.0447824306865254,0.372469747942961,0.153725174569888,0.115151569901569,0.0901489523609507,0.153725174569888,0.13827187381101,0.0167275271345933,0.5,0.153725174569888,0.14285921545297,0.0040632079822446,0,0.864004443803308,0.844996441773896 -4136,0.5,0.153725174569888,0.0720159649627622,0.611069847450479,0.153725174569888,0.0929651764471671,0.732174180403484,0.153725174569888,0.160249372688674,0.45082290613213,0.153725174569888,0.0817169852499296,0.564160023182209,0.153725174569888,0.144483353194226,0.287100468452282,0.153725174569888,0.173398380072835,0.0987767061630816,0.153725174569888,0.136460297754472,0.234971339358744,0.153725174569888,0.220758936920615,0.0350218841559465,0.5,0.153725174569888,0.235806621414444,0.0578974537358807,0.153725174569888,0.258287010916663,0.0158732136892148,0.5,0.153725174569888,0.244825301001608,0.00648688354496843,0.153725174569888,0.246651641859708,0.0117899566971323,0.153725174569888,0.101310317421643,0.825905926956389,0.153725174569888,0.0296632546410048,0.479343125753058,0.153725174569888,0.0758009728567049,0.389775771361123,0.153725174569888,0.205777364208442,0.147974702934099,0.153725174569888,0.254288538662256,0.065192992621522,0.5,0.153725174569888,0.26671461020896,0.00985917264962342,0,0.808398396376734,0.810346115905901 -4137,0.5,0.153725174569888,0.132678393700151,0.733284094868758,0.153725174569888,0.260633913127648,0.896566450698094,0.153725174569888,0.252765811243154,0.622516439206537,0.153725174569888,0.17018265447078,0.660688130934994,0.153725174569888,0.128196792479606,0.383040704576668,0.153725174569888,0.270445674265628,0.144466652097857,0.153725174569888,0.225284320571664,0.323737323531301,0.153725174569888,0.328344323321082,0.0818581785286757,0.5,0.153725174569888,0.366850083706877,0.126481580840227,0.153725174569888,0.396967636709698,0.0408870437084769,0.5,0.153725174569888,0.376477585805675,0.0282425093105303,0.153725174569888,0.382332615810491,0.0257665689185615,0.153725174569888,0.12876301465142,0.791888224696761,0.153725174569888,0.0596080521534,0.530155977214716,0.153725174569888,0.114782156570207,0.477455216698854,0.153725174569888,0.287098338890141,0.243939300939537,0.153725174569888,0.373126220405418,0.101894154606677,0.5,0.153725174569888,0.407173927875932,0.014548672733748,0,0.717357083885858,0.686742246709722 -4138,0.5,0.153725174569888,0.185650943565497,0.793375319829949,0.153725174569888,0.312400412583163,0.924906528288868,0.153725174569888,0.327081391145959,0.695125738603131,0.153725174569888,0.274761118876189,0.731159227368239,0.153725174569888,0.146791870429283,0.384166505354467,0.153725174569888,0.283473280223646,0.154526449426032,0.153725174569888,0.283139179396574,0.392466192056368,0.153725174569888,0.425757841947973,0.108934676158285,0.5,0.153725174569888,0.504262996093778,0.147808202233943,0.153725174569888,0.535185502749642,0.0505896852089071,0.5,0.153725174569888,0.500784269027446,0.049537492654808,0.153725174569888,0.518440108224925,0.0384718775126851,0.153725174569888,0.144892236595461,0.771796734062219,0.153725174569888,0.113432199805559,0.585879082614655,0.153725174569888,0.170420296499185,0.609723888659334,0.153725174569888,0.368192644038107,0.296514107527647,0.153725174569888,0.491362242106381,0.122692595304992,0.5,0.153725174569888,0.532844475920308,0.0201711385245915,0,0.584508501914082,0.785219791494041 -4139,0.5,0.153725174569888,0.221656011710988,0.813235491456617,0.153725174569888,0.194449187606046,0.863676968289476,0.153725174569888,0.294710467847428,0.666619605763682,0.153725174569888,0.295779074702505,0.750211488023266,0.153725174569888,0.087085429910695,0.334650366455338,0.153725174569888,0.309631458910245,0.179088395084974,0.153725174569888,0.304878270110286,0.457355191087035,0.153725174569888,0.535720831466108,0.0975440295345685,0.5,0.153725174569888,0.606400599320464,0.140498696341034,0.153725174569888,0.640956693358834,0.0493305432003289,0.5,0.153725174569888,0.592851443668028,0.0669552943954619,0.153725174569888,0.627515845070987,0.0516146388932938,0.153725174569888,0.149777645516137,0.741993403835503,0.153725174569888,0.123353093010044,0.574376670059203,0.153725174569888,0.181292114276885,0.685226495541993,0.153725174569888,0.458196961137596,0.349258005646971,0.153725174569888,0.578959731751454,0.136937850034124,0.5,0.153725174569888,0.6259185622264,0.0352348159862045,0,0.575687892297996,0.661603408290627 -4140,0.5,0.153725174569888,0.257764446366895,0.811108453432848,0.153725174569888,0.232312770361252,0.863363533461184,0.153725174569888,0.264848685316384,0.568472221823354,0.153725174569888,0.2410289801373,0.739303334460459,0.153725174569888,0.123620280200623,0.352513958045643,0.153725174569888,0.332537166867417,0.187928872860062,0.153725174569888,0.24713609325502,0.411100825054433,0.153725174569888,0.61953151630153,0.105387638738291,0.5,0.153725174569888,0.670663529861164,0.132105673962044,0.153725174569888,0.705813857313096,0.047600462203006,0.5,0.153725174569888,0.660421777016727,0.073429348959779,0.153725174569888,0.694921698356406,0.0709719365647507,0.153725174569888,0.165617519338934,0.743704922713212,0.153725174569888,0.152247428294242,0.572648673715641,0.153725174569888,0.173696922400138,0.696312687808759,0.153725174569888,0.397368846917232,0.345443479049875,0.153725174569888,0.628028399943359,0.1689624553792,0.5,0.153725174569888,0.676752483211904,0.0532895480688033,0,0.603879751749707,0.557863062652541 -4141,0.5,0.153725174569888,0.232467130099917,0.787193007140491,0.153725174569888,0.371517755255808,0.886787109457215,0.153725174569888,0.301567503352483,0.600460478704479,0.153725174569888,0.207048012545445,0.725871085110987,0.153725174569888,0.190351795554645,0.334513403442316,0.153725174569888,0.324401760925636,0.180567638533561,0.153725174569888,0.216666701639564,0.326738908036572,0.153725174569888,0.624215596586641,0.140479155373386,0.5,0.153725174569888,0.700753283031829,0.130661092848622,0.153725174569888,0.72691058352622,0.0510053792241718,0.5,0.153725174569888,0.697442145486399,0.0882148718149023,0.153725174569888,0.716950831795016,0.0808729231335492,0.153725174569888,0.192530758100003,0.760922249669149,0.153725174569888,0.235466266559153,0.638147472164634,0.153725174569888,0.166098921707873,0.660909064471579,0.153725174569888,0.401738925098961,0.339102366496849,0.153725174569888,0.654138974687211,0.201106322815862,0.5,0.153725174569888,0.701542789440726,0.0649536826951422,0,0.627310187808349,0.649478299241157 -4142,0.5,0.153725174569888,0.253731925838558,0.781969090145997,0.153725174569888,0.454443452208438,0.891547617268648,0.153725174569888,0.226276414220262,0.575977782314435,0.153725174569888,0.232914937986813,0.695497953289678,0.153725174569888,0.327349350507782,0.340280167067901,0.153725174569888,0.339665543369932,0.164023551877244,0.153725174569888,0.32118485362756,0.371177622052905,0.153725174569888,0.558996023948022,0.204874981404528,0.5,0.153725174569888,0.693199974741756,0.137889408686138,0.153725174569888,0.706468225020844,0.0464040947036728,0.5,0.153725174569888,0.698128848524163,0.0943943687575848,0.153725174569888,0.702798007078345,0.0997423861126344,0.153725174569888,0.199885219715551,0.779577331515276,0.153725174569888,0.314681717026365,0.670491472816221,0.153725174569888,0.194263887609521,0.650428552739173,0.153725174569888,0.377477801042708,0.347218863099578,0.153725174569888,0.641474808825525,0.226807467678046,0.5,0.153725174569888,0.683263366812592,0.0771453537919565,0,0.643166134492738,0.608955211293456 -4143,0.5,0.153725174569888,0.235342650042819,0.741079847130816,0.153725174569888,0.405144088027582,0.893252810092465,0.153725174569888,0.264070161497918,0.519103141053592,0.153725174569888,0.151581726047137,0.637365042069021,0.153725174569888,0.384896013794005,0.385303364616403,0.153725174569888,0.325426932562082,0.164085130181145,0.153725174569888,0.260659405828283,0.371915098150626,0.153725174569888,0.466244829846396,0.229223529450235,0.5,0.153725174569888,0.637801353018879,0.149433682948923,0.153725174569888,0.643343484463019,0.04915662516014,0.5,0.153725174569888,0.645420396025036,0.101588616114488,0.153725174569888,0.645278865813419,0.11764026991002,0.153725174569888,0.188495532446112,0.79600371839904,0.153725174569888,0.353317846789295,0.699417987762804,0.153725174569888,0.221727145342645,0.621558839543659,0.153725174569888,0.340567111370988,0.397865690454458,0.153725174569888,0.586088570886898,0.256477267252618,0.5,0.153725174569888,0.617807814284631,0.0880279607525758,0,0.834747040956001,0.4899317866994 -4144,0.5,0.153725174569888,0.233303194480352,0.714456345798052,0.153725174569888,0.185549313988194,0.8569652550203,0.153725174569888,0.295565466039486,0.547878900373003,0.153725174569888,0.11935000402636,0.520098840279933,0.153725174569888,0.391164815106475,0.490902319796874,0.153725174569888,0.303306262856303,0.194624462450565,0.153725174569888,0.177230403064965,0.272396459153249,0.153725174569888,0.409292702877758,0.238667778892792,0.5,0.153725174569888,0.530444649963024,0.15406404864486,0.153725174569888,0.531378401650663,0.0555826325156648,0.5,0.153725174569888,0.539791718485057,0.111576513248772,0.153725174569888,0.537111520296049,0.136237564580736,0.153725174569888,0.197071515205011,0.802048221346703,0.153725174569888,0.317824189371949,0.725874771812609,0.153725174569888,0.200511725587554,0.58438410743442,0.153725174569888,0.264864798432287,0.374864977309755,0.153725174569888,0.476356661928444,0.282797947051777,0.5,0.153725174569888,0.500800697416722,0.0958540539727235,0,0.926683168574032,0.445826615656349 -4145,0.5,0.153725174569888,0.160478408843658,0.643608240054377,0.153725174569888,0.0815839537411878,0.810612827682521,0.153725174569888,0.195123900888042,0.468759860332331,0.153725174569888,0.137303374676084,0.452700036007319,0.153725174569888,0.246813083852816,0.475356727647174,0.153725174569888,0.265122588906057,0.208746921591897,0.153725174569888,0.246493414941272,0.189226672127611,0.153725174569888,0.341193680455593,0.226470247905919,0.5,0.153725174569888,0.404018365867097,0.151075295856176,0.153725174569888,0.389615937338533,0.0639512419583071,0.5,0.153725174569888,0.403558773477361,0.109483458558738,0.153725174569888,0.400026936881291,0.145697563839012,0.153725174569888,0.204217743688856,0.791385708922606,0.153725174569888,0.277269758047174,0.684862365126917,0.153725174569888,0.174409751168462,0.533214791110974,0.153725174569888,0.248872380233031,0.333535530455574,0.153725174569888,0.34902461495257,0.273034886694512,0.5,0.153725174569888,0.36329548017324,0.0923804575816895,0,0.898319819217956,0.429782353513818 -4146,0.5,0.153725174569888,0.110127895721931,0.593972869929997,0.153725174569888,0.0476670446586779,0.722724604962266,0.153725174569888,0.120719197403589,0.389785767245263,0.153725174569888,0.0684310263998275,0.325062833531216,0.153725174569888,0.191558289075233,0.405055396298487,0.153725174569888,0.207969399692597,0.212313755116025,0.153725174569888,0.174142826378797,0.219481239847426,0.153725174569888,0.248389951544884,0.183336519599936,0.5,0.153725174569888,0.270679945373587,0.140567647545806,0.153725174569888,0.252029058152407,0.0673530017997871,0.5,0.153725174569888,0.269977791877442,0.102483694835533,0.153725174569888,0.263911492826957,0.133687020183329,0.153725174569888,0.208835834290355,0.782439684632941,0.153725174569888,0.201368907539994,0.586122498266822,0.153725174569888,0.140760979629225,0.510850560019912,0.153725174569888,0.189818127313648,0.222831228690573,0.153725174569888,0.237568840080297,0.232520679637204,0.5,0.153725174569888,0.23179083993198,0.0744448294106786,0,0.840641199130224,0.389592199090202 -4147,0.5,0.153725174569888,0.043802808828827,0.508910272789879,0.153725174569888,0.0357061304037129,0.493072059109877,0.153725174569888,0.0551084665590047,0.298445025772547,0.153725174569888,0.0258628341435103,0.258191262754459,0.153725174569888,0.106974783616015,0.280772463582822,0.153725174569888,0.121225345481714,0.175394074550919,0.153725174569888,0.095327621819752,0.174008133369605,0.153725174569888,0.142516498343836,0.111317119468454,0.5,0.153725174569888,0.143028088658561,0.0821527093278468,0.153725174569888,0.1212408285155,0.0394101998150857,0.5,0.153725174569888,0.136397958854956,0.0633458069659363,0.153725174569888,0.132002778786819,0.0836758531601963,0.153725174569888,0.137987650124352,0.696799457267717,0.153725174569888,0.133541532847113,0.43953135550611,0.153725174569888,0.0908519204350072,0.451177787972658,0.153725174569888,0.118611263771259,0.139078193229136,0.153725174569888,0.122001240654056,0.144580124415268,0.5,0.153725174569888,0.0917995177460777,0.0274247877589162,0,0.769297833420201,0.34935092314243 -4148,0.5,0.153725174569888,0.0114799292625955,0.412609481795646,0.153725174569888,0.0380938143544871,0.286080330487476,0.153725174569888,0.014324735985288,0.157955019944868,0.153725174569888,0.00453542723608796,0.19721853083199,0.153725174569888,0.0414915365943558,0.113074386000122,0.153725174569888,0.0459034781642997,0.0834838700056526,0.153725174569888,0.0306842115119977,0.0808395824530145,0.153725174569888,0.0386679985191573,0.0387913168644987,0.5,0.153725174569888,0.0343748001759813,0.0596021058935615,0.153725174569888,0.0136839997558996,0.0392887460893062,0.5,0.153725174569888,0.0271011739192714,0.0624207120749458,0.153725174569888,0.0251547668781266,0.0633115838251199,0.153725174569888,0.0492431007267884,0.531294585162893,0.153725174569888,0.0468982452395699,0.216953011925964,0.153725174569888,0.0290385529091856,0.303727979355408,0.153725174569888,0.0309273530904153,0.048069948830057,0.153725174569888,0.0214172679850778,0.0731839839029468,0.5,0.153725174569888,0.0,0.0272118825444858,0,0.656158396081366,0.336803132661162 -4149,0.5,0.153725174569888,0.0,0.321461785092332,0.153725174569888,0.0,0.174785626413436,0.153725174569888,0.0,0.0550034967096502,0.153725174569888,0.0,0.145107649099241,0.153725174569888,0.0,0.0450118627858997,0.153725174569888,0.0,0.0553050961962548,0.153725174569888,0.0,0.0358209947935705,0.153725174569888,0.0,0.0291926171072808,0.5,0.153725174569888,0.0,0.0632216236001953,0.153725174569888,0.0,0.0340951602920127,0.5,0.153725174569888,0.0,0.0839916561291659,0.153725174569888,0.0,0.056860858828505,0.153725174569888,0.0,0.438258019509327,0.153725174569888,0.0,0.146500695290696,0.153725174569888,0.0,0.133170913962714,0.153725174569888,0.0,0.0234847524856771,0.153725174569888,0.0,0.0622097539982269,0.5,0.153725174569888,0.0,0.0282382661139442,0,0.648733153708209,0.294421583986393 -4150,0.5,0.153725174569888,0.0,0.284005667733878,0.153725174569888,0.0,0.160018716520535,0.153725174569888,0.0,0.0275640471481025,0.153725174569888,0.0,0.114958121475201,0.153725174569888,0.0,0.0238152009714035,0.153725174569888,0.0,0.0453991432397052,0.153725174569888,0.0,0.0157297970736954,0.153725174569888,0.0,0.0197882443660025,0.5,0.153725174569888,0.0,0.0534169943309653,0.153725174569888,0.0,0.0246306256345642,0.5,0.153725174569888,0.0,0.0784418609979671,0.153725174569888,0.0,0.049387096139264,0.153725174569888,0.0,0.421100119888703,0.153725174569888,0.0,0.134736150847708,0.153725174569888,0.0,0.0544777398825841,0.153725174569888,0.0,0.00941370214365035,0.153725174569888,0.0,0.0451028949665682,0.5,0.153725174569888,0.0,0.0315942412534421,0,0.777660120724886,0.202818566216102 -4151,0.5,0.153725174569888,0.0,0.282585967461164,0.153725174569888,0.0,0.144194076179183,0.153725174569888,0.0,0.0350660443882868,0.153725174569888,0.0,0.115509659184379,0.153725174569888,0.0,0.0162922981728668,0.153725174569888,0.0,0.0343469248924951,0.153725174569888,0.0,0.0086662941369721,0.153725174569888,0.0,0.0120420824768584,0.5,0.153725174569888,0.0,0.0440869773851953,0.153725174569888,0.0,0.0241039292776923,0.5,0.153725174569888,0.0,0.0601140261811381,0.153725174569888,0.0,0.0448570196717564,0.153725174569888,0.0,0.405729118787909,0.153725174569888,0.0,0.121539205410246,0.153725174569888,0.0,0.0490525711157981,0.153725174569888,0.0,0.00375150144003473,0.153725174569888,0.0,0.0279125834670569,0.5,0.153725174569888,0.0,0.0348871778224215,0,0.871867742626364,0.156394865641217 -4152,0.5,0.153725174569888,0.0,0.291432005471206,0.153725174569888,0.0,0.132286649925893,0.153725174569888,0.0,0.0308660138537146,0.153725174569888,0.0,0.127435624213873,0.153725174569888,0.0,0.0160195024126592,0.153725174569888,0.0,0.0263662606343237,0.153725174569888,0.0,0.00677134093556027,0.153725174569888,0.0,0.00611447553208178,0.5,0.153725174569888,0.0,0.0364394135422464,0.153725174569888,0.0,0.025309712419563,0.5,0.153725174569888,0.0,0.0413944932707657,0.153725174569888,0.0,0.0436536536942934,0.153725174569888,0.0,0.379763567228562,0.153725174569888,0.0,0.102230320225843,0.153725174569888,0.0,0.055704355050929,0.153725174569888,0.0,0.00242285018680911,0.153725174569888,0.0,0.0164912225258659,0.5,0.153725174569888,0.0,0.0350771062481667,0,0.911939558064389,0.160830206656835 -4153,0.5,0.153725174569888,0.0,0.303155040688271,0.153725174569888,0.0,0.121533363868617,0.153725174569888,0.0,0.0292204986041012,0.153725174569888,0.0,0.131358571415472,0.153725174569888,0.0,0.0162793127830345,0.153725174569888,0.0,0.0201218833373793,0.153725174569888,0.0,0.00578252973074489,0.153725174569888,0.0,0.00363339215206618,0.5,0.153725174569888,0.0,0.029997233386372,0.153725174569888,0.0,0.0257288757571666,0.5,0.153725174569888,0.0,0.0268156959631393,0.153725174569888,0.0,0.0364409235561561,0.153725174569888,0.0,0.350253802567885,0.153725174569888,0.0,0.0913597893493595,0.153725174569888,0.0,0.0599533685564883,0.153725174569888,0.0,0.00221218636279006,0.153725174569888,0.0,0.0102736266765548,0.5,0.153725174569888,0.0,0.0331527845185714,0,0.922786429669161,0.191106603187053 -4154,0.5,0.153725174569888,0.0,0.282389303113877,0.153725174569888,0.0,0.111958727348223,0.153725174569888,0.0,0.0337082137317392,0.153725174569888,0.0,0.116246851490365,0.153725174569888,0.0,0.0198364964165,0.153725174569888,0.0,0.01359307566655,0.153725174569888,0.0,0.00557348639835298,0.153725174569888,0.0,0.00205438078069074,0.5,0.153725174569888,0.0,0.023643625939139,0.153725174569888,0.0,0.025660540625167,0.5,0.153725174569888,0.0,0.0140555423753478,0.153725174569888,0.0,0.026304514722423,0.153725174569888,0.0,0.344714321764695,0.153725174569888,0.0,0.091578210193401,0.153725174569888,0.0,0.0614877950772361,0.153725174569888,0.0,0.00201905948594786,0.153725174569888,0.0,0.00609832916975457,0.5,0.153725174569888,0.0,0.0217405538278813,0,0.932212981693556,0.250709612489682 -4155,0.5,0.153725174569888,0.0,0.248169039945299,0.153725174569888,0.0,0.113204840597233,0.153725174569888,0.0,0.0391067643328049,0.153725174569888,0.0,0.0903575527560484,0.153725174569888,0.0,0.02878726375945,0.153725174569888,0.0,0.00908634284175405,0.153725174569888,0.0,0.00591534749777279,0.153725174569888,0.0,0.00135972622934625,0.5,0.153725174569888,0.0,0.0186688946594632,0.153725174569888,0.0,0.0234391745949374,0.5,0.153725174569888,0.0,0.00748959045046094,0.153725174569888,0.0,0.0225366302266408,0.153725174569888,0.0,0.352430064269049,0.153725174569888,0.0,0.0993136045313534,0.153725174569888,0.0,0.0635930474606708,0.153725174569888,0.0,0.00233573983091151,0.153725174569888,0.0,0.00331376112053892,0.5,0.153725174569888,0.0,0.0120034088918513,0,0.935326847903979,0.374664123688077 -4156,0.5,0.153725174569888,0.0,0.218800819734473,0.153725174569888,0.0,0.117012526711985,0.153725174569888,0.0,0.0432132786312578,0.153725174569888,0.0,0.0769906732470648,0.153725174569888,0.0,0.0390814963794898,0.153725174569888,0.0,0.00751434645136644,0.153725174569888,0.0,0.00627880838270217,0.153725174569888,0.0,0.00129288557401514,0.5,0.153725174569888,0.0,0.0176341020755728,0.153725174569888,0.0,0.0216027745658976,0.5,0.153725174569888,0.0,0.00466052547388112,0.153725174569888,0.0,0.0221169968183281,0.153725174569888,0.0,0.351482849458734,0.153725174569888,0.0,0.113098265819446,0.153725174569888,0.0,0.0659720482808304,0.153725174569888,0.0,0.00362317095998371,0.153725174569888,0.0,0.00228269628504706,0.5,0.153725174569888,0.0,0.00727152455343296,0,0.932017299816205,0.446876211616557 -4157,0.5,0.153725174569888,0.0133171579864991,0.202397978124272,0.153725174569888,0.00560914634410919,0.0982168522207895,0.153725174569888,0.00412005208426845,0.0405961537607654,0.153725174569888,0.0068759605622256,0.0758856564905129,0.153725174569888,0.00167962719174842,0.0451546294423702,0.153725174569888,0.000117751186231363,0.00693273056311494,0.153725174569888,0.000940569440051299,0.007098618120158,0.153725174569888,2.62330423787271e-06,0.00140398206466161,0.5,0.153725174569888,0.0,0.0175826715163776,0.153725174569888,0.000103695404834375,0.0204564717810491,0.5,0.153725174569888,3.90032233252929e-05,0.00340303809943878,0.153725174569888,1.01317403866145e-05,0.0210219261170435,0.153725174569888,0.00618154678071163,0.337759473376733,0.153725174569888,0.00256890084229842,0.130441943295675,0.153725174569888,0.00368222511211466,0.0630277859641164,0.153725174569888,0.000861529256819611,0.0040258310210598,0.153725174569888,0.00184492339880365,0.00157113448281259,0.5,0.153725174569888,0.00214503473118451,0.0053727657653208,0,0.928716091363373,0.421905724119639 -4158,0.5,0.153725174569888,0.0764079263783568,0.251269411522062,0.153725174569888,0.064475526046837,0.0866649246289999,0.153725174569888,0.063824044961594,0.0319151744515898,0.153725174569888,0.0671487769030645,0.0985573140300138,0.153725174569888,0.0437485484248533,0.0547577929743683,0.153725174569888,0.0468606040736464,0.00699206661162732,0.153725174569888,0.0485289722821123,0.00835101254811582,0.153725174569888,0.0444776728256012,0.00137616602580611,0.5,0.153725174569888,0.0437537464750954,0.0140883367444993,0.153725174569888,0.0512666984639895,0.0179496179261337,0.5,0.153725174569888,0.0491441467010263,0.00295705029127107,0.153725174569888,0.0460853062362213,0.0165023937382605,0.153725174569888,0.0654813372353779,0.33285211853539,0.153725174569888,0.0426574065336097,0.137062352097054,0.153725174569888,0.0575217350180773,0.0625775206305983,0.153725174569888,0.0408536878801228,0.0025369380666485,0.153725174569888,0.0574885697550867,0.00108357688530974,0.5,0.153725174569888,0.0605540255613527,0.00431711910004297,0,0.925399619435229,0.315767797201662 -4159,0.5,0.153725174569888,0.162402187260321,0.380365196147307,0.153725174569888,0.138344521518739,0.156571748452667,0.153725174569888,0.147074801313012,0.063457840841088,0.153725174569888,0.16053776900683,0.203139609279692,0.153725174569888,0.099103019905426,0.0923130160276642,0.153725174569888,0.117057615838088,0.0122180881264485,0.153725174569888,0.120708635949499,0.0271714841138197,0.153725174569888,0.116669100649817,0.00225370087386133,0.5,0.153725174569888,0.118663650117654,0.0181928140432942,0.153725174569888,0.133359961569338,0.0343230232166201,0.5,0.153725174569888,0.127387493613003,0.00697960200679022,0.153725174569888,0.124988385434947,0.0274551639748662,0.153725174569888,0.141125020681156,0.473576815496142,0.153725174569888,0.0999250775147545,0.173264579111141,0.153725174569888,0.122430982294813,0.116683389738893,0.153725174569888,0.122425468586646,0.0112741648871215,0.153725174569888,0.140590788256553,0.00168697565293259,0.5,0.153725174569888,0.147764405216824,0.00887358070129054,0,0.912482639778619,0.239805762142777 -4160,0.5,0.153725174569888,0.279847051948405,0.564304738463009,0.153725174569888,0.237646150315892,0.269072068164937,0.153725174569888,0.267670536120763,0.171418391066554,0.153725174569888,0.277173866336726,0.298143986573552,0.153725174569888,0.202834608667909,0.161554185423524,0.153725174569888,0.227854283734673,0.0274734277860759,0.153725174569888,0.227498032388072,0.0771528475082961,0.153725174569888,0.230566804419609,0.00932686174103414,0.5,0.153725174569888,0.228986256568255,0.055048981350419,0.153725174569888,0.252126785198152,0.096912829751345,0.5,0.153725174569888,0.239084140348236,0.0350706533754042,0.153725174569888,0.240705096672758,0.0650065776514371,0.153725174569888,0.248129207369443,0.721656315822098,0.153725174569888,0.1816174846489,0.256628616216229,0.153725174569888,0.202726321065602,0.221270408107732,0.153725174569888,0.241963240912526,0.0453913675595603,0.153725174569888,0.25779419474693,0.017971254811594,0.5,0.153725174569888,0.265895407092018,0.0350307693546662,0,0.837473420592074,0.173494685259519 -4161,0.5,0.153725174569888,0.389770851066232,0.743830795120796,0.153725174569888,0.305758981621485,0.522511179070288,0.153725174569888,0.392945272987828,0.239287665672313,0.153725174569888,0.408081524270468,0.35744652193504,0.153725174569888,0.309546550586811,0.218344825116266,0.153725174569888,0.347640544475075,0.0458522925876072,0.153725174569888,0.342364523380791,0.137791998344057,0.153725174569888,0.353844906646571,0.0275506438608028,0.5,0.153725174569888,0.354287866361399,0.120390109261109,0.153725174569888,0.385839249397237,0.167598495252107,0.5,0.153725174569888,0.368145717906552,0.104711991545168,0.153725174569888,0.37126067975545,0.133816520009789,0.153725174569888,0.362905964946209,0.752637188063055,0.153725174569888,0.243035929359008,0.344258810299968,0.153725174569888,0.290948554839504,0.379565520994261,0.153725174569888,0.357633519145135,0.0700946806872027,0.153725174569888,0.386845276909747,0.0615916663774691,0.5,0.153725174569888,0.399445037725252,0.0695704995971903,0,0.656131242043445,0.122952565264684 -4162,0.5,0.153725174569888,0.487462708856368,0.762219742270058,0.153725174569888,0.459430581906896,0.746186588074808,0.153725174569888,0.503969994537696,0.34234598672824,0.153725174569888,0.5396329540034,0.438822993399789,0.153725174569888,0.303264408789584,0.223438694339386,0.153725174569888,0.464657717814981,0.0577996874140153,0.153725174569888,0.448127156705607,0.174249808612504,0.153725174569888,0.473446638555782,0.0492009377319032,0.5,0.153725174569888,0.485375869863386,0.159727887532348,0.153725174569888,0.518927296339389,0.237434069079132,0.5,0.153725174569888,0.505329652146457,0.123548135003421,0.153725174569888,0.507578534883826,0.172568365347668,0.153725174569888,0.498543099886588,0.735152183089286,0.153725174569888,0.299416091489863,0.399574376321426,0.153725174569888,0.313946134296466,0.489195774908659,0.153725174569888,0.455898114909496,0.0883851950073744,0.153725174569888,0.515905887532661,0.0577668402521641,0.5,0.153725174569888,0.532272193391558,0.0820096510994216,0,0.438675568134982,0.0839638520618219 -4163,0.5,0.153725174569888,0.554121336769291,0.734040530812293,0.153725174569888,0.530825303570013,0.831746594687519,0.153725174569888,0.472687574488946,0.404280677048069,0.153725174569888,0.61367553719869,0.544505417472902,0.153725174569888,0.357739587362029,0.247194858597008,0.153725174569888,0.562308197543437,0.0660172908755024,0.153725174569888,0.49101623458469,0.178514963446534,0.153725174569888,0.574314926869008,0.0688101569308324,0.5,0.153725174569888,0.592126296793216,0.168688436606391,0.153725174569888,0.624318183778685,0.276803127982318,0.5,0.153725174569888,0.616379287220242,0.0997422203334946,0.153725174569888,0.618343973294769,0.203673903235219,0.153725174569888,0.60537947143966,0.720953180782277,0.153725174569888,0.347449581004761,0.402394532792015,0.153725174569888,0.378339224150824,0.521794640247844,0.153725174569888,0.519027376721099,0.1151102786972,0.153725174569888,0.615256243824605,0.0504245791484432,0.5,0.153725174569888,0.634246549424719,0.0826459746076024,0,0.29184622217356,0.0667450615632922 -4164,0.5,0.153725174569888,0.593259512380351,0.687529337663363,0.153725174569888,0.58304888245473,0.853953147829358,0.153725174569888,0.509748218813337,0.457363351730479,0.153725174569888,0.590778463580501,0.563640509748844,0.153725174569888,0.368985714351581,0.279675962201354,0.153725174569888,0.594292276974142,0.069489587915288,0.153725174569888,0.497736340165072,0.162975460231118,0.153725174569888,0.639225732324384,0.0803675747886554,0.5,0.153725174569888,0.649175105343748,0.173891095071745,0.153725174569888,0.688142579216569,0.275153178395094,0.5,0.153725174569888,0.679926869991881,0.0939518868192661,0.153725174569888,0.684806883053048,0.219983923909947,0.153725174569888,0.672628017242685,0.702207980738989,0.153725174569888,0.380345433232633,0.387810981402791,0.153725174569888,0.391662018583578,0.526362909396613,0.153725174569888,0.544765949638538,0.131248001225754,0.153725174569888,0.668194191218225,0.0589280723066793,0.5,0.153725174569888,0.691743833096949,0.0911232382819571,0,0.214704662823037,0.0651203856861118 -4165,0.5,0.153725174569888,0.615251796557949,0.632644089100641,0.153725174569888,0.668587228224011,0.873452316811768,0.153725174569888,0.491973796551017,0.404114257378517,0.153725174569888,0.56655973412005,0.542958383635344,0.153725174569888,0.384365879950176,0.332150386565734,0.153725174569888,0.574720589319923,0.0825931375519103,0.153725174569888,0.499484355396328,0.15271772166026,0.153725174569888,0.675031747424507,0.0898994629215463,0.5,0.153725174569888,0.669960914808738,0.182768492957011,0.153725174569888,0.711665468598255,0.263701078303952,0.5,0.153725174569888,0.703109859339709,0.108491010154497,0.153725174569888,0.704869901535064,0.235028766475165,0.153725174569888,0.69666389786557,0.705442960645938,0.153725174569888,0.42973653289845,0.402264137558556,0.153725174569888,0.422088615942867,0.509639462258341,0.153725174569888,0.55463319461585,0.13206809615647,0.153725174569888,0.67918529046466,0.0668657526023554,0.5,0.153725174569888,0.709942525583616,0.100974422614562,0,0.192312732673082,0.0609797891127055 -4166,0.5,0.153725174569888,0.575678651789661,0.581117189264544,0.153725174569888,0.68141436860401,0.883399586288415,0.153725174569888,0.496358741744246,0.385755004792925,0.153725174569888,0.518532522367232,0.503230775062586,0.153725174569888,0.460792871998769,0.412637233361451,0.153725174569888,0.574783233283927,0.121250067865389,0.153725174569888,0.537535865052421,0.159761772305539,0.153725174569888,0.663124064277662,0.0993788544450912,0.5,0.153725174569888,0.668051601622434,0.184843681129836,0.153725174569888,0.69529010364633,0.239384147984434,0.5,0.153725174569888,0.686539073014666,0.14218654892746,0.153725174569888,0.672521097452249,0.224040706173825,0.153725174569888,0.686679099347051,0.718528414239823,0.153725174569888,0.463382904640707,0.423042215295116,0.153725174569888,0.40858307120615,0.491728124343478,0.153725174569888,0.551307575686606,0.142317210263661,0.153725174569888,0.663761676693503,0.0901767929378146,0.5,0.153725174569888,0.687130005001412,0.106021002033614,0,0.168094474560958,0.0518657331391142 -4167,0.5,0.153725174569888,0.517609445390613,0.531103252128859,0.153725174569888,0.636586289677883,0.880493762464191,0.153725174569888,0.453866162094643,0.393264863974411,0.153725174569888,0.469671930576307,0.477256725671292,0.153725174569888,0.398485388177851,0.423445100897836,0.153725174569888,0.463277033182074,0.180960826884942,0.153725174569888,0.477724099241082,0.190492343571193,0.153725174569888,0.604969329290889,0.104414065537333,0.5,0.153725174569888,0.622901526780176,0.183720158028422,0.153725174569888,0.628217008952047,0.189938279064767,0.5,0.153725174569888,0.637524783957047,0.147801575629681,0.153725174569888,0.579161183379184,0.185545972620175,0.153725174569888,0.632629270345327,0.722374361589357,0.153725174569888,0.493547973931111,0.423667642536467,0.153725174569888,0.395096178457404,0.449626454665927,0.153725174569888,0.498501193609767,0.152704975133956,0.153725174569888,0.60536832082902,0.102337494820852,0.5,0.153725174569888,0.620880702139562,0.0813910237410626,0,0.129021914433131,0.0438764527289914 -4168,0.5,0.153725174569888,0.425480041639538,0.479493059490718,0.153725174569888,0.533621334954458,0.86322869653705,0.153725174569888,0.388409096831022,0.405152426008266,0.153725174569888,0.37239718989737,0.432990044345187,0.153725174569888,0.349201801377736,0.37669783600037,0.153725174569888,0.398603601287479,0.236202453239746,0.153725174569888,0.345068926906726,0.24479701013914,0.153725174569888,0.515737334107978,0.124133533115475,0.5,0.153725174569888,0.534278412681254,0.169633901375213,0.153725174569888,0.494289565938641,0.137758978864365,0.5,0.153725174569888,0.535142750256687,0.13011855131726,0.153725174569888,0.433987837308133,0.146804936600081,0.153725174569888,0.525099619688447,0.710232014167929,0.153725174569888,0.429797262489382,0.392845724725555,0.153725174569888,0.306310460608801,0.433128869622158,0.153725174569888,0.442471685750059,0.166820954301741,0.153725174569888,0.502240709291166,0.099016014075022,0.5,0.153725174569888,0.505335447044788,0.071277375155256,0,0.0921623651952067,0.043207365016137 -4169,0.5,0.153725174569888,0.308500351021924,0.4012805541475,0.153725174569888,0.400885559204369,0.817679175596861,0.153725174569888,0.286954191464597,0.328178963519988,0.153725174569888,0.279142902114118,0.351177143569059,0.153725174569888,0.274758541591992,0.325940575593018,0.153725174569888,0.300918369689375,0.279532606567459,0.153725174569888,0.291997152174464,0.27859300942548,0.153725174569888,0.384494766502397,0.124935525974973,0.5,0.153725174569888,0.400566050137957,0.191450112259508,0.153725174569888,0.310631688927362,0.100789054096698,0.5,0.153725174569888,0.396737367286261,0.124315372049428,0.153725174569888,0.294857561265577,0.144191770102718,0.153725174569888,0.395860385586822,0.679991644466003,0.153725174569888,0.325239989697683,0.340589924319921,0.153725174569888,0.23689431855673,0.386235620830623,0.153725174569888,0.31335001607519,0.153493132289623,0.153725174569888,0.366498488774322,0.0978154079388049,0.5,0.153725174569888,0.360167303044231,0.0724658189143324,0,0.0754965737831943,0.0432345959991928 -4170,0.5,0.153725174569888,0.202867209719419,0.282647831356498,0.153725174569888,0.274564289800707,0.715278978553911,0.153725174569888,0.201660677149866,0.241208984971968,0.153725174569888,0.180755425564046,0.243036274270688,0.153725174569888,0.144057840705259,0.243809031748714,0.153725174569888,0.228492646398889,0.296517302171676,0.153725174569888,0.164175913164085,0.230380632641629,0.153725174569888,0.261545177406155,0.124221834239568,0.5,0.153725174569888,0.265695819535345,0.181474089917619,0.153725174569888,0.195039926767507,0.0934797113507392,0.5,0.153725174569888,0.26349227793578,0.12821431053353,0.153725174569888,0.175107339252419,0.13478162185554,0.153725174569888,0.272346556618723,0.618338619847083,0.153725174569888,0.223127182861421,0.270847364993621,0.153725174569888,0.17516416480715,0.312226519931624,0.153725174569888,0.201882601832285,0.115651804241247,0.153725174569888,0.236869993547325,0.101886215128339,0.5,0.153725174569888,0.221504413006538,0.0669148648092641,0,0.074141456807971,0.0348566625109308 -4171,0.5,0.153725174569888,0.0994251094879671,0.147947745126623,0.153725174569888,0.144735766361362,0.499890417405456,0.153725174569888,0.106655772396689,0.123091319142507,0.153725174569888,0.0970224416001456,0.120907313486551,0.153725174569888,0.0498989929866662,0.162741971737218,0.153725174569888,0.133555504143643,0.28292545063743,0.153725174569888,0.0968685867387493,0.218702804609722,0.153725174569888,0.147470988890208,0.0590957898336066,0.5,0.153725174569888,0.136418849078788,0.0789712242418229,0.153725174569888,0.0845605816804182,0.0679127332118955,0.5,0.153725174569888,0.131817450786876,0.0564051243710002,0.153725174569888,0.075432871596545,0.0965079139369726,0.153725174569888,0.145819293189941,0.508157607836552,0.153725174569888,0.124612311865125,0.189959938263879,0.153725174569888,0.107274712145349,0.18860149532434,0.153725174569888,0.116555534581435,0.0754542437409027,0.153725174569888,0.115834701029906,0.0519309105706878,0.5,0.153725174569888,0.0873156873947288,0.0290480840862795,0,0.0712570223681325,0.0395449854187335 -4172,0.5,0.153725174569888,0.0238808397120467,0.075261499324609,0.153725174569888,0.0411527387364282,0.234203715505775,0.153725174569888,0.0235967470107208,0.0488040782836899,0.153725174569888,0.018744722056573,0.0692825219589617,0.153725174569888,0.00750015052353116,0.0946652824528458,0.153725174569888,0.0450783262349225,0.184911868619978,0.153725174569888,0.0368920296627426,0.19167198615845,0.153725174569888,0.0378847661003956,0.0509882325310606,0.5,0.153725174569888,0.0405375890181764,0.0485172967279142,0.153725174569888,0.0115542333512638,0.0528602968158936,0.5,0.153725174569888,0.0333794930111102,0.0433447847439178,0.153725174569888,0.0157078806387339,0.0731218616950377,0.153725174569888,0.0516500704436465,0.310651066208848,0.153725174569888,0.0464033890885971,0.0900777727866781,0.153725174569888,0.0328202234556566,0.0777800847439521,0.153725174569888,0.0272324251132176,0.0705550968699407,0.153725174569888,0.0220747197639097,0.0389543403299092,0.5,0.153725174569888,3.87442523581088e-05,0.0308320661235693,0,0.0431615429353256,0.0482172254767095 -4173,0.5,0.153725174569888,0.0,0.0549885199270287,0.153725174569888,0.0,0.112157209645862,0.153725174569888,0.0,0.0326180403098028,0.153725174569888,0.0,0.0512893522856608,0.153725174569888,0.0,0.042575602298718,0.153725174569888,0.0,0.117253633307138,0.153725174569888,0.0,0.105908558361063,0.153725174569888,0.0,0.0698140785926811,0.5,0.153725174569888,0.0,0.0400826504555429,0.153725174569888,0.0,0.0460374608656821,0.5,0.153725174569888,0.0,0.0307871080337479,0.153725174569888,0.0,0.0686446411773021,0.153725174569888,0.0,0.178351963521498,0.153725174569888,0.0,0.0381327720916086,0.153725174569888,0.0,0.0530806816924842,0.153725174569888,0.0,0.0508996143159714,0.153725174569888,0.0,0.0340613785934075,0.5,0.153725174569888,0.0,0.0307892668721581,0,0.0127835245494426,0.0439264053128054 -4174,0.5,0.153725174569888,0.0,0.0504552485914396,0.153725174569888,0.0,0.062965930468528,0.153725174569888,0.0,0.0201677524443364,0.153725174569888,0.0,0.0386566185304921,0.153725174569888,0.0,0.0195684948972751,0.153725174569888,0.0,0.0646886151867318,0.153725174569888,0.0,0.0438525049258903,0.153725174569888,0.0,0.0602091372998234,0.5,0.153725174569888,0.0,0.036013950942851,0.153725174569888,0.0,0.0464856808081218,0.5,0.153725174569888,0.0,0.0179166501111736,0.153725174569888,0.0,0.07726612784755,0.153725174569888,0.0,0.140488678352669,0.153725174569888,0.0,0.0217239156176559,0.153725174569888,0.0,0.0361177053986524,0.153725174569888,0.0,0.0285716363371814,0.153725174569888,0.0,0.0280942161401198,0.5,0.153725174569888,0.0,0.0267856310142936,0,0.00617870416960081,0.0436500353016574 -4175,0.5,0.153725174569888,0.0,0.050953491052409,0.153725174569888,0.0,0.0469399331950246,0.153725174569888,0.0,0.0174831815621448,0.153725174569888,0.0,0.0321363384882053,0.153725174569888,0.0,0.0132541421034376,0.153725174569888,0.0,0.0276176496522693,0.153725174569888,0.0,0.0174306214196472,0.153725174569888,0.0,0.0433276374381507,0.5,0.153725174569888,0.0,0.0462452967907595,0.153725174569888,0.0,0.0672242873097659,0.5,0.153725174569888,0.0,0.0232809940060314,0.153725174569888,0.0,0.0732986193383893,0.153725174569888,0.0,0.119877344944174,0.153725174569888,0.0,0.013415130964821,0.153725174569888,0.0,0.0212043287044353,0.153725174569888,0.0,0.0211261448263217,0.153725174569888,0.0,0.0292971676514495,0.5,0.153725174569888,0.0,0.0222825043812322,0,0.00444850691262576,0.0353078441973446 -4176,0.5,0.153725174569888,0.0,0.0508671797097884,0.153725174569888,0.0,0.0382931650206677,0.153725174569888,0.0,0.0182997713057736,0.153725174569888,0.0,0.030702282155618,0.153725174569888,0.0,0.011904066093015,0.153725174569888,0.0,0.0139149028903724,0.153725174569888,0.0,0.00736630897666914,0.153725174569888,0.0,0.0321554277685992,0.5,0.153725174569888,0.0,0.0559986648541434,0.153725174569888,0.0,0.0512863742533515,0.5,0.153725174569888,0.0,0.0398660321234378,0.153725174569888,0.0,0.058211344848389,0.153725174569888,0.0,0.101279189347311,0.153725174569888,0.0,0.00959769135218297,0.153725174569888,0.0,0.0135296494852547,0.153725174569888,0.0,0.0226139476281813,0.153725174569888,0.0,0.0320217077421579,0.5,0.153725174569888,0.0,0.0177882302858648,0,0.00471919387453294,0.0245748079604232 -4177,0.5,0.153725174569888,0.0,0.0507950596225602,0.153725174569888,0.0,0.0305212781114646,0.153725174569888,0.0,0.0181060227826725,0.153725174569888,0.0,0.0340985051718114,0.153725174569888,0.0,0.0130339759843164,0.153725174569888,0.0,0.010598300731559,0.153725174569888,0.0,0.00422840809638437,0.153725174569888,0.0,0.0208181747855338,0.5,0.153725174569888,0.0,0.0592919541788484,0.153725174569888,0.0,0.0332252421556401,0.5,0.153725174569888,0.0,0.0427758954067613,0.153725174569888,0.0,0.0428488651037713,0.153725174569888,0.0,0.0782943165448094,0.153725174569888,0.0,0.0113357830561649,0.153725174569888,0.0,0.0106919964661748,0.153725174569888,0.0,0.0208225142709343,0.153725174569888,0.0,0.0302429393614821,0.5,0.153725174569888,0.0,0.0149726341378812,0,0.00585167961774293,0.0240245089633159 -4178,0.5,0.153725174569888,0.0,0.0530088029666977,0.153725174569888,0.0,0.0228987885008401,0.153725174569888,0.0,0.0179603654488545,0.153725174569888,0.0,0.039596606896613,0.153725174569888,0.0,0.0161454837564402,0.153725174569888,0.0,0.0147831947148728,0.153725174569888,0.0,0.00411439867376656,0.153725174569888,0.0,0.0142710962275897,0.5,0.153725174569888,0.0,0.0506007381263342,0.153725174569888,0.0,0.0454921065927932,0.5,0.153725174569888,0.0,0.031082332454069,0.153725174569888,0.0,0.032381846530023,0.153725174569888,0.0,0.0590534503652883,0.153725174569888,0.0,0.0174928789122553,0.153725174569888,0.0,0.00875124014067885,0.153725174569888,0.0,0.0176481876946037,0.153725174569888,0.0,0.0242390340435487,0.5,0.153725174569888,0.0,0.0129578109630785,0,0.00627822198603654,0.0251191134611821 -4179,0.5,0.153725174569888,0.0,0.0530609598265109,0.153725174569888,0.0,0.0175152357423278,0.153725174569888,0.0,0.0173098336277102,0.153725174569888,0.0,0.0436054426302805,0.153725174569888,0.0,0.0193123541392739,0.153725174569888,0.0,0.0169579718404289,0.153725174569888,0.0,0.0049797411051772,0.153725174569888,0.0,0.00927230860570874,0.5,0.153725174569888,0.0,0.0399443944510758,0.153725174569888,0.0,0.051873414234303,0.5,0.153725174569888,0.0,0.0242984038240804,0.153725174569888,0.0,0.0233901049539551,0.153725174569888,0.0,0.0476687071449949,0.153725174569888,0.0,0.0239377277401072,0.153725174569888,0.0,0.00796985353016853,0.153725174569888,0.0,0.0120649193708832,0.153725174569888,0.0,0.0188415627768589,0.5,0.153725174569888,0.0,0.0140184796017935,0,0.00460347683592626,0.0296374710860061 -4180,0.5,0.153725174569888,0.0,0.0506352383805661,0.153725174569888,0.0,0.0139661326503881,0.153725174569888,0.0,0.0158586242043382,0.153725174569888,0.0,0.041678275833935,0.153725174569888,0.0,0.0210084613128329,0.153725174569888,0.0,0.0144503650233466,0.153725174569888,0.0,0.00740292861859023,0.153725174569888,0.0,0.00753295191832449,0.5,0.153725174569888,0.0,0.0310940363631982,0.153725174569888,0.0,0.0481701146203738,0.5,0.153725174569888,0.0,0.0172718622371133,0.153725174569888,0.0,0.0157739714207391,0.153725174569888,0.0,0.0414624321774829,0.153725174569888,0.0,0.026126295641046,0.153725174569888,0.0,0.00732947583478116,0.153725174569888,0.0,0.00868654483963254,0.153725174569888,0.0,0.0137083817775024,0.5,0.153725174569888,0.0,0.00816288225294407,0,0.00473375637018144,0.0398551600526617 -4181,0.5,0.153725174569888,0.00909805586718126,0.0468063623235778,0.153725174569888,0.00407557951865139,0.00873074613732908,0.153725174569888,0.00383057083822493,0.012004519767569,0.153725174569888,0.00824475639965397,0.0341893772748611,0.153725174569888,0.00124145761087171,0.0226473062374578,0.153725174569888,9.04819184903357e-05,0.008953434327293,0.153725174569888,0.000615152600308704,0.00862031492547228,0.153725174569888,8.34014211239916e-07,0.00750058751364499,0.5,0.153725174569888,0.0,0.0253671051051071,0.153725174569888,2.64705746853981e-05,0.0252761924688728,0.5,0.153725174569888,2.55662821139001e-05,0.0091952076776054,0.153725174569888,4.10480278292795e-06,0.0117229555384368,0.153725174569888,0.00539183591013249,0.0361964936524115,0.153725174569888,0.0012161389748139,0.0242935264557472,0.153725174569888,0.00167721628420772,0.00673866169709319,0.153725174569888,0.00119986887153518,0.0088220143416222,0.153725174569888,0.00155770460656585,0.00850636908468688,0.5,0.153725174569888,0.00106499886660798,0.00442015545533587,0,0.00688640456012797,0.0585469354569035 -4182,0.5,0.153725174569888,0.0630782529450141,0.0578729338403238,0.153725174569888,0.038313734656711,0.00613513131537304,0.153725174569888,0.0617459814817231,0.00924976961949093,0.153725174569888,0.0722859986232145,0.0358739847500489,0.153725174569888,0.041418265863796,0.0315164778214117,0.153725174569888,0.0445719207528222,0.00822779363784081,0.153725174569888,0.0369558106170231,0.0100670861322755,0.153725174569888,0.0426458166931449,0.00634973776117645,0.5,0.153725174569888,0.0405867145979643,0.0224416852393888,0.153725174569888,0.0262868062691747,0.0144586220321639,0.5,0.153725174569888,0.0448354716059841,0.00366049388224602,0.153725174569888,0.0321377668726429,0.011021790856534,0.153725174569888,0.0542895052837568,0.0316714565281508,0.153725174569888,0.0169484939048751,0.0247382883746621,0.153725174569888,0.0219953559478127,0.00771564216319163,0.153725174569888,0.0475520860263045,0.00840624378656035,0.153725174569888,0.0555286375295776,0.00452706560573491,0.5,0.153725174569888,0.0327042043890256,0.002315914120806,0,0.0130292753128227,0.0780288882338464 -4183,0.5,0.153725174569888,0.141382158012407,0.101273491597312,0.153725174569888,0.0491483493658465,0.00797095949681509,0.153725174569888,0.141336394088253,0.0198478538215146,0.153725174569888,0.161457555444653,0.0821935252728153,0.153725174569888,0.112453357262093,0.0644968047282308,0.153725174569888,0.114529310385367,0.0124145090213801,0.153725174569888,0.0958823966452455,0.0201019540373573,0.153725174569888,0.114174911117506,0.0110348457975495,0.5,0.153725174569888,0.113675083537376,0.0274081367987272,0.153725174569888,0.103340929741974,0.0197203946153474,0.5,0.153725174569888,0.120828810523078,0.00374837758421123,0.153725174569888,0.107895532518307,0.0164171299778731,0.153725174569888,0.125223415121682,0.0323539691918092,0.153725174569888,0.0289826644859263,0.028358805223312,0.153725174569888,0.0458837062956295,0.0136601109024896,0.153725174569888,0.117276638972588,0.0180553049258212,0.153725174569888,0.136630593075586,0.00615574131361914,0.5,0.153725174569888,0.100275955801424,0.00557843057550974,0,0.0197918920281956,0.0842909725127488 -4184,0.5,0.153725174569888,0.234815640394962,0.132288075238482,0.153725174569888,0.0669976811103502,0.00766921614911792,0.153725174569888,0.240714391990685,0.0460944946908411,0.153725174569888,0.280482178620871,0.128555289389351,0.153725174569888,0.199385497923925,0.102348396464063,0.153725174569888,0.228221171457468,0.0296421131569381,0.153725174569888,0.207125083053004,0.0417100117494999,0.153725174569888,0.22875329887098,0.0276960634428424,0.5,0.153725174569888,0.229157846835027,0.0700431769152405,0.153725174569888,0.217434981354213,0.0366784583284774,0.5,0.153725174569888,0.238357917707575,0.0156271906078061,0.153725174569888,0.220028158655414,0.0274720455592396,0.153725174569888,0.240960209946649,0.0420255512641073,0.153725174569888,0.0604720826910395,0.034905596996582,0.153725174569888,0.0889349457975028,0.0318881847499065,0.153725174569888,0.21087028018778,0.0506330205271244,0.153725174569888,0.254117718398053,0.0188917606547127,0.5,0.153725174569888,0.204644204253495,0.00799123562548896,0,0.020133957543047,0.0755840280113607 -4185,0.5,0.153725174569888,0.318461163609245,0.142127544135228,0.153725174569888,0.149378683638763,0.0082652723735922,0.153725174569888,0.302486870270222,0.0841540664099153,0.153725174569888,0.404198602380628,0.160894516167035,0.153725174569888,0.285555642716604,0.134305154459417,0.153725174569888,0.351489859465527,0.0548216152549052,0.153725174569888,0.33327637956358,0.0617124632979254,0.153725174569888,0.354189947846958,0.0527453899323906,0.5,0.153725174569888,0.35640482817095,0.10746892167487,0.153725174569888,0.359914994310387,0.0550909201630115,0.5,0.153725174569888,0.367933429967539,0.034220154791222,0.153725174569888,0.357957317219469,0.041151105903041,0.153725174569888,0.360436222021037,0.0582266067959928,0.153725174569888,0.121877925608696,0.0572679441006553,0.153725174569888,0.147304971967418,0.0626955249480879,0.153725174569888,0.287958436411454,0.062688006796245,0.153725174569888,0.384686708478129,0.0305958185249503,0.5,0.153725174569888,0.338533314018082,0.0118998493709526,0,0.016599496077208,0.0824323532183292 -4186,0.5,0.153725174569888,0.399815473020267,0.133012319984835,0.153725174569888,0.350764773484029,0.00900210549337972,0.153725174569888,0.302997260078074,0.084721008013248,0.153725174569888,0.514282497479775,0.167785861125424,0.153725174569888,0.38701504040741,0.149289503164961,0.153725174569888,0.47513892234302,0.0852714329802001,0.153725174569888,0.44640663211632,0.0862639710518848,0.153725174569888,0.477422543628115,0.0727338291141663,0.5,0.153725174569888,0.488142331654546,0.101271771187242,0.153725174569888,0.492874037502272,0.0704286819606616,0.5,0.153725174569888,0.500434329840323,0.0526750947830395,0.153725174569888,0.493897015993117,0.0743688472391317,0.153725174569888,0.465745938321741,0.0623836370268175,0.153725174569888,0.223876991724524,0.085745287208015,0.153725174569888,0.251224540002361,0.087425160863662,0.153725174569888,0.381573603789623,0.0478859711895468,0.153725174569888,0.510865436327861,0.0401612137269942,0.5,0.153725174569888,0.462791113120862,0.0171202677840378,0,0.0170325386130701,0.094049017298435 -4187,0.5,0.153725174569888,0.452643621912864,0.124482654338566,0.153725174569888,0.589053829614703,0.0165520142416805,0.153725174569888,0.2938274379202,0.0664172235895208,0.153725174569888,0.5809043137571,0.173575502328681,0.153725174569888,0.431132967780829,0.158032551008655,0.153725174569888,0.559012250641114,0.111243957407167,0.153725174569888,0.524601874943352,0.114465656730194,0.153725174569888,0.569476251540027,0.0932315254161105,0.5,0.153725174569888,0.571124740327916,0.0816159230353787,0.153725174569888,0.586438138256437,0.0901988141136875,0.5,0.153725174569888,0.569097612418246,0.0573593672494278,0.153725174569888,0.586271972971293,0.123931905223259,0.153725174569888,0.541576896141012,0.0749076111512834,0.153725174569888,0.40687723504832,0.114839469803078,0.153725174569888,0.310466014419266,0.088125468205961,0.153725174569888,0.414268892292661,0.049778846107545,0.153725174569888,0.560153532526517,0.0503814818476957,0.5,0.153725174569888,0.547471598086669,0.0223359991631917,0,0.0152398083306615,0.0975761972456233 -4188,0.5,0.153725174569888,0.431082632177861,0.124008423984504,0.153725174569888,0.68061596043416,0.0292032374953078,0.153725174569888,0.388000786010782,0.0579488632760152,0.153725174569888,0.566744950443286,0.178490413707543,0.153725174569888,0.399060249833024,0.136285511271578,0.153725174569888,0.602095884364098,0.162152592080643,0.153725174569888,0.571910893867276,0.152994006236257,0.153725174569888,0.608188060920034,0.107836499150556,0.5,0.153725174569888,0.630994079055524,0.0911980209348122,0.153725174569888,0.642304578896774,0.111627662549158,0.5,0.153725174569888,0.629989446642128,0.0469069002417071,0.153725174569888,0.643958380408229,0.151160486229189,0.153725174569888,0.571737393248748,0.105102567538544,0.153725174569888,0.414921396022515,0.121041918536625,0.153725174569888,0.404245505889747,0.0767786567706936,0.153725174569888,0.393146319997615,0.064557217324394,0.153725174569888,0.613935850121703,0.0524342038222388,0.5,0.153725174569888,0.580011730230162,0.0243993225195569,0,0.0156913588110213,0.0936197733508455 -4189,0.5,0.153725174569888,0.361473542875225,0.118564954744543,0.153725174569888,0.678586364507831,0.0398458447050504,0.153725174569888,0.517954284345104,0.0644330460776479,0.153725174569888,0.591773817947247,0.194871807953954,0.153725174569888,0.244409323480203,0.113326610588026,0.153725174569888,0.614726178678938,0.231713892034222,0.153725174569888,0.551838921347217,0.196389343799352,0.153725174569888,0.631422663941631,0.110734791021072,0.5,0.153725174569888,0.650300590198298,0.107905211704868,0.153725174569888,0.651181108036353,0.118222214062388,0.5,0.153725174569888,0.657688364001691,0.041578982686546,0.153725174569888,0.656021797089272,0.16050250977525,0.153725174569888,0.533272631659049,0.145423700344244,0.153725174569888,0.449086260327457,0.123352369582263,0.153725174569888,0.41144141990068,0.0608690643942969,0.153725174569888,0.321784555429187,0.0709294116392388,0.153725174569888,0.623959363051509,0.0481140596230548,0.5,0.153725174569888,0.578404828429704,0.0273051270996928,0,0.0221438110354082,0.0958196410001821 -4190,0.5,0.153725174569888,0.322227170129812,0.116111947854255,0.153725174569888,0.558774371053821,0.0652745989133696,0.153725174569888,0.542241102896988,0.0768677405785484,0.153725174569888,0.521105118058384,0.167177580799204,0.153725174569888,0.189880202431227,0.11128643684536,0.153725174569888,0.568702836437492,0.257207255310438,0.153725174569888,0.492127827277452,0.236864809324136,0.153725174569888,0.614829159258782,0.116268593522007,0.5,0.153725174569888,0.632130651277176,0.123123707156225,0.153725174569888,0.612525395930854,0.102205958451868,0.5,0.153725174569888,0.639372842788677,0.0385986574503777,0.153725174569888,0.62809617258346,0.151000848764917,0.153725174569888,0.478670040307873,0.178929083321765,0.153725174569888,0.480323607865885,0.141565919591779,0.153725174569888,0.348608230228431,0.0548637355422022,0.153725174569888,0.358895997734964,0.0745125606115274,0.153725174569888,0.582246143174765,0.0439373125614779,0.5,0.153725174569888,0.530766375642086,0.0281281696806569,0,0.0495323128728839,0.116448690949987 -4191,0.5,0.153725174569888,0.343772306606849,0.118995036121041,0.153725174569888,0.433064831824518,0.114511012090714,0.153725174569888,0.476867046694562,0.0865670597156728,0.153725174569888,0.426868367050214,0.13052689981543,0.153725174569888,0.144351830319943,0.109324082502652,0.153725174569888,0.488646317745254,0.26988850289693,0.153725174569888,0.321379627144395,0.20425086250465,0.153725174569888,0.576229807832935,0.141234944605526,0.5,0.153725174569888,0.584520776031564,0.138564763784091,0.153725174569888,0.53935931729818,0.0722643565822356,0.5,0.153725174569888,0.598895157759621,0.0420843223457117,0.153725174569888,0.559097472207198,0.120481903361331,0.153725174569888,0.41151058847956,0.185420835461549,0.153725174569888,0.495171503445316,0.19802284750338,0.153725174569888,0.310069775690223,0.0568232808723291,0.153725174569888,0.422475254856226,0.0801987056601132,0.153725174569888,0.516878916061204,0.0447500112898708,0.5,0.153725174569888,0.480603171163986,0.0200813692208933,0,0.093376711636338,0.149138196881436 -4192,0.5,0.153725174569888,0.325848662471122,0.124916538989151,0.153725174569888,0.267627847965686,0.172235956312282,0.153725174569888,0.39268262176889,0.0943163825522616,0.153725174569888,0.398604010147465,0.134862177630137,0.153725174569888,0.200787176516561,0.109498233640912,0.153725174569888,0.343404280785321,0.308798102842228,0.153725174569888,0.344975496723155,0.179589586243939,0.153725174569888,0.490795511430605,0.224906661463331,0.5,0.153725174569888,0.492764572803993,0.141459919089673,0.153725174569888,0.439776647939475,0.0515309638753147,0.5,0.153725174569888,0.496764880120365,0.0536341897501116,0.153725174569888,0.449784740077547,0.0927836029201585,0.153725174569888,0.325261808142309,0.166178198673441,0.153725174569888,0.464128627947512,0.285033106129594,0.153725174569888,0.282546851254278,0.0669796870623234,0.153725174569888,0.3728892179025,0.092379702585687,0.153725174569888,0.432406313473713,0.0519670448644435,0.5,0.153725174569888,0.414213945076851,0.0121367653705966,0,0.159771237822319,0.166739476334791 -4193,0.5,0.153725174569888,0.253421058124556,0.135638523656775,0.153725174569888,0.199001263580402,0.244195885317189,0.153725174569888,0.248794678325206,0.0969283525876446,0.153725174569888,0.300336702158482,0.125638154012384,0.153725174569888,0.172062272241797,0.113775238142428,0.153725174569888,0.19401212509319,0.273920108720899,0.153725174569888,0.246075621315303,0.136198009492205,0.153725174569888,0.341759324685729,0.257983225314571,0.5,0.153725174569888,0.380698237083433,0.137633406153186,0.153725174569888,0.298274302666487,0.0372083417709741,0.5,0.153725174569888,0.362988989105812,0.0852223304843431,0.153725174569888,0.338522683965009,0.0767133142661816,0.153725174569888,0.213270354015537,0.115256244427033,0.153725174569888,0.368121184341853,0.334211321749359,0.153725174569888,0.207104149269462,0.085581069829314,0.153725174569888,0.26347931576517,0.0865625450154393,0.153725174569888,0.324465003475063,0.0654423092185481,0.5,0.153725174569888,0.304108803712684,0.00714001018882758,0,0.221021273931688,0.166540635934905 -4194,0.5,0.153725174569888,0.175770416343028,0.124059339839375,0.153725174569888,0.165014258553592,0.138132948727144,0.153725174569888,0.176060002957859,0.0714609060045557,0.153725174569888,0.181800357199823,0.0795842081129617,0.153725174569888,0.155925698863672,0.125467830464209,0.153725174569888,0.102476545013436,0.192270985635826,0.153725174569888,0.136389080859078,0.115166631771898,0.153725174569888,0.232284586093196,0.294655408849398,0.5,0.153725174569888,0.263968098028142,0.136695791202827,0.153725174569888,0.195231403581606,0.027363461044824,0.5,0.153725174569888,0.245645899773534,0.133423522484774,0.153725174569888,0.227087385160023,0.0676209221003847,0.153725174569888,0.143032155784688,0.0624779338503329,0.153725174569888,0.252602034191567,0.304606677253969,0.153725174569888,0.121816555340432,0.101166449095249,0.153725174569888,0.192614992373272,0.0947043833035415,0.153725174569888,0.209062790452614,0.0841018381604163,0.5,0.153725174569888,0.199566056757162,0.00493143290279772,0,0.210849052262809,0.172504447998458 -4195,0.5,0.153725174569888,0.0749958630565455,0.105704992868129,0.153725174569888,0.129787511753952,0.0525122302632128,0.153725174569888,0.0839356773221969,0.03943163140265,0.153725174569888,0.0812500483111875,0.0379295019961991,0.153725174569888,0.103115120250161,0.137803658979179,0.153725174569888,0.0585672258248978,0.129644543374566,0.153725174569888,0.0468204058193997,0.10121844950812,0.153725174569888,0.114744789216511,0.257605299241112,0.5,0.153725174569888,0.138798854931566,0.0775642522763776,0.153725174569888,0.10217868036247,0.0106513209377142,0.5,0.153725174569888,0.128938079639689,0.153288683668408,0.153725174569888,0.11210340144739,0.0393071757478682,0.153725174569888,0.0765171732365843,0.033942872658044,0.153725174569888,0.145865098996716,0.227856025037867,0.153725174569888,0.0721214233466031,0.083866193833219,0.153725174569888,0.0931965235274872,0.0768718418711279,0.153725174569888,0.106395799620479,0.0877851249357357,0.5,0.153725174569888,0.0876738036030335,0.00158317216514785,0,0.164165438853828,0.183040959264317 -4196,0.5,0.153725174569888,0.0197813335976935,0.0656723370708311,0.153725174569888,0.0415905609853705,0.0124130713842608,0.153725174569888,0.0224947681686031,0.0119567894973101,0.153725174569888,0.0176447070963294,0.020514450030356,0.153725174569888,0.0367417187885,0.112942851580489,0.153725174569888,0.0161656463903143,0.0802257963985327,0.153725174569888,0.0119777495781458,0.0864815768754379,0.153725174569888,0.0308777463860351,0.20201177687683,0.5,0.153725174569888,0.0337615554313843,0.141750336622234,0.153725174569888,0.0126096069628973,0.00618408179691925,0.5,0.153725174569888,0.0259132510353509,0.16063232925697,0.153725174569888,0.0204843466637171,0.0451313028512686,0.153725174569888,0.0217121531991724,0.019824222794236,0.153725174569888,0.0494717155372099,0.102265737185653,0.153725174569888,0.0277370334287738,0.0416711065276806,0.153725174569888,0.0245932349383252,0.0504870242163303,0.153725174569888,0.0184603735414984,0.0980736456069215,0.5,0.153725174569888,0.000323864874892778,0.00182150427260136,0,0.12335015650749,0.196475380121626 -4197,0.5,0.153725174569888,0.0,0.0577357831472428,0.153725174569888,0.0,0.0108261413377963,0.153725174569888,0.0,0.00538827522498076,0.153725174569888,0.0,0.0138786567663308,0.153725174569888,0.0,0.106531012708721,0.153725174569888,0.0,0.0650744229528757,0.153725174569888,0.0,0.0595486114507408,0.153725174569888,0.0,0.0924749323221308,0.5,0.153725174569888,0.0,0.182019915437856,0.153725174569888,0.0,0.00443002182476962,0.5,0.153725174569888,0.0,0.159241748713323,0.153725174569888,0.0,0.0567697015747535,0.153725174569888,0.0,0.0183069693948869,0.153725174569888,0.0,0.0572533491146632,0.153725174569888,0.0,0.0335213423609446,0.153725174569888,0.0,0.0454759264931463,0.153725174569888,0.0,0.103867597361417,0.5,0.153725174569888,0.0,0.00322311491511034,0,0.0887215918950369,0.215771726523182 -4198,0.5,0.153725174569888,0.0,0.0595033389903925,0.153725174569888,0.0,0.0101682956011661,0.153725174569888,0.0,0.00529654355432198,0.153725174569888,0.0,0.00925479342947052,0.153725174569888,0.0,0.101830415494268,0.153725174569888,0.0,0.0772389463009403,0.153725174569888,0.0,0.0430466405648162,0.153725174569888,0.0,0.0651097783869607,0.5,0.153725174569888,0.0,0.123874130962114,0.153725174569888,0.0,0.00339107048700039,0.5,0.153725174569888,0.0,0.104512757187107,0.153725174569888,0.0,0.0710192714952634,0.153725174569888,0.0,0.0219899438086521,0.153725174569888,0.0,0.0408931342257928,0.153725174569888,0.0,0.0257358237986765,0.153725174569888,0.0,0.045403018893424,0.153725174569888,0.0,0.0851908546345942,0.5,0.153725174569888,0.0,0.00527474454445041,0,0.0550248805157551,0.242755444040397 -4199,0.5,0.153725174569888,0.0,0.059183799712077,0.153725174569888,0.0,0.0083592431071228,0.153725174569888,0.0,0.00639769714689648,0.153725174569888,0.0,0.00850483817661295,0.153725174569888,0.0,0.0772356189452407,0.153725174569888,0.0,0.0845256533276264,0.153725174569888,0.0,0.0378426621864752,0.153725174569888,0.0,0.0693134687673093,0.5,0.153725174569888,0.0,0.0761328809474786,0.153725174569888,0.0,0.00825315962771492,0.5,0.153725174569888,0.0,0.0636769061523494,0.153725174569888,0.0,0.0940625527175016,0.153725174569888,0.0,0.0265914934896629,0.153725174569888,0.0,0.0318491362587532,0.153725174569888,0.0,0.0211498995965197,0.153725174569888,0.0,0.0492323002480146,0.153725174569888,0.0,0.0701182674720791,0.5,0.153725174569888,0.0,0.0111227537880391,0,0.0309975901278114,0.314318268150762 -4200,0.5,0.153725174569888,0.0,0.0545602550318691,0.153725174569888,0.0,0.00797972900701101,0.153725174569888,0.0,0.00931434358487678,0.153725174569888,0.0,0.0114351995187959,0.153725174569888,0.0,0.0546465294739291,0.153725174569888,0.0,0.0954167728246456,0.153725174569888,0.0,0.0465514417635996,0.153725174569888,0.0,0.0706974031551056,0.5,0.153725174569888,0.0,0.0767471834268779,0.153725174569888,0.0,0.0112032246887812,0.5,0.153725174569888,0.0,0.0479313328348731,0.153725174569888,0.0,0.0847732926387996,0.153725174569888,0.0,0.030376410885297,0.153725174569888,0.0,0.0298537476772272,0.153725174569888,0.0,0.0180229156223794,0.153725174569888,0.0,0.055451729708763,0.153725174569888,0.0,0.0572637691317764,0.5,0.153725174569888,0.0,0.0113509296084498,0,0.0186542227402377,0.425413490199687 -4201,0.5,0.153725174569888,0.0,0.0527951592958595,0.153725174569888,0.0,0.00881121859341942,0.153725174569888,0.0,0.0130190779442634,0.153725174569888,0.0,0.0209348711335819,0.153725174569888,0.0,0.0421986024853291,0.153725174569888,0.0,0.100943770049069,0.153725174569888,0.0,0.0507565544753215,0.153725174569888,0.0,0.0691279088488929,0.5,0.153725174569888,0.0,0.0949905412797743,0.153725174569888,0.0,0.00822071113512328,0.5,0.153725174569888,0.0,0.0494847723909514,0.153725174569888,0.0,0.0551844027542758,0.153725174569888,0.0,0.0358583441759856,0.153725174569888,0.0,0.0298218273945264,0.153725174569888,0.0,0.0155456661226774,0.153725174569888,0.0,0.0627378530927955,0.153725174569888,0.0,0.0473858696988041,0.5,0.153725174569888,0.0,0.00885538876106951,0,0.0143592206517782,0.523284608919489 -4202,0.5,0.153725174569888,0.0,0.0557607558235751,0.153725174569888,0.0,0.00852371005855496,0.153725174569888,0.0,0.0173217165964826,0.153725174569888,0.0,0.0312346261163616,0.153725174569888,0.0,0.0360349994685546,0.153725174569888,0.0,0.0939468372977615,0.153725174569888,0.0,0.0504755361229576,0.153725174569888,0.0,0.0695665343577702,0.5,0.153725174569888,0.0,0.114345564409706,0.153725174569888,0.0,0.00309957621514319,0.5,0.153725174569888,0.0,0.0486049103350462,0.153725174569888,0.0,0.041425183378787,0.153725174569888,0.0,0.0447204622627195,0.153725174569888,0.0,0.0282459955989578,0.153725174569888,0.0,0.0140192958870563,0.153725174569888,0.0,0.070051037837269,0.153725174569888,0.0,0.0476131750837983,0.5,0.153725174569888,0.0,0.00380584813654732,0,0.013612106189274,0.526911188839291 -4203,0.5,0.153725174569888,0.0,0.060813880585384,0.153725174569888,0.0,0.00836082110086577,0.153725174569888,0.0,0.0238897932601444,0.153725174569888,0.0,0.0361719855215673,0.153725174569888,0.0,0.0326294758409216,0.153725174569888,0.0,0.0833322242132817,0.153725174569888,0.0,0.0470806456993413,0.153725174569888,0.0,0.0742293638707557,0.5,0.153725174569888,0.0,0.127866694910859,0.153725174569888,0.0,0.00209258988110238,0.5,0.153725174569888,0.0,0.0517331963230527,0.153725174569888,0.0,0.039475600913706,0.153725174569888,0.0,0.0502448718124454,0.153725174569888,0.0,0.0248998148665569,0.153725174569888,0.0,0.0121142054605307,0.153725174569888,0.0,0.0812459160299862,0.153725174569888,0.0,0.0535407020418585,0.5,0.153725174569888,0.0,0.0019079801486465,0,0.0147089613009778,0.449547661107165 -4204,0.5,0.153725174569888,0.0,0.0590202104512036,0.153725174569888,0.0,0.0115277887413035,0.153725174569888,0.0,0.0342155035273425,0.153725174569888,0.0,0.0451049989379015,0.153725174569888,0.0,0.0283573130188674,0.153725174569888,0.0,0.0802490949719415,0.153725174569888,0.0,0.0432462280529623,0.153725174569888,0.0,0.0789820583992836,0.5,0.153725174569888,0.0,0.128039631261263,0.153725174569888,0.0,0.00984772070277601,0.5,0.153725174569888,0.0,0.0632042955004525,0.153725174569888,0.0,0.044461200541449,0.153725174569888,0.0,0.0511466343975421,0.153725174569888,0.0,0.02172526914843,0.153725174569888,0.0,0.0116194835480877,0.153725174569888,0.0,0.0912514608707451,0.153725174569888,0.0,0.0612160218607111,0.5,0.153725174569888,0.0,0.00398436220580268,0,0.0144770569972964,0.332806678899174 -4205,0.5,0.153725174569888,0.00842198808485141,0.0574741792538274,0.153725174569888,0.000918413574231303,0.0298591328475955,0.153725174569888,0.0011743522887597,0.0522688665411976,0.153725174569888,0.0014991188602989,0.0669694199470032,0.153725174569888,0.00188020429685992,0.0215496829985708,0.153725174569888,7.04016437843578e-05,0.0746853106129487,0.153725174569888,0.000881187422164852,0.0377921410307977,0.153725174569888,0.0,0.089828125262557,0.5,0.153725174569888,0.0,0.123170606253662,0.153725174569888,3.60893326959177e-05,0.0135488409238472,0.5,0.153725174569888,1.28838017430114e-05,0.0856169167734335,0.153725174569888,0.0,0.0492808454885398,0.153725174569888,0.00287379034750231,0.0511526759871351,0.153725174569888,0.00241270431123285,0.020325014305172,0.153725174569888,0.00229420844285082,0.0133102063064261,0.153725174569888,0.000297092107619982,0.113860312072575,0.153725174569888,0.00097870492887811,0.0822969979847266,0.5,0.153725174569888,0.0015612308920436,0.0155062029882525,0,0.0108562751191378,0.250779679358881 -4206,0.5,0.153725174569888,0.0528157406383162,0.0692659530964011,0.153725174569888,0.0252762073010581,0.0608930511256645,0.153725174569888,0.021438872445603,0.0865790479863313,0.153725174569888,0.0142129708610582,0.112805498004523,0.153725174569888,0.0529148458160296,0.0178992182612671,0.153725174569888,0.042273501441479,0.0699272898196207,0.153725174569888,0.0473070386655702,0.0366738750465552,0.153725174569888,0.0167247445741524,0.126406507746806,0.5,0.153725174569888,0.0234225349906642,0.167133289462386,0.153725174569888,0.0385493085398033,0.00941654704841156,0.5,0.153725174569888,0.0336851474497896,0.128172372362785,0.153725174569888,0.0228626524373891,0.0709094037139044,0.153725174569888,0.0424845198572436,0.0453739990911559,0.153725174569888,0.0438262037534272,0.020814103840713,0.153725174569888,0.0395307452897115,0.0175167432380639,0.153725174569888,0.0122506120462228,0.141459152966079,0.153725174569888,0.0421168747072087,0.129535569889734,0.5,0.153725174569888,0.0515074546780775,0.0184177250872133,0,0.00561225769939073,0.196535418883253 -4207,0.5,0.153725174569888,0.122810960975873,0.0947918240764397,0.153725174569888,0.0989696964088557,0.105897917015236,0.153725174569888,0.0580020667506143,0.125602062088251,0.153725174569888,0.0372225235458749,0.176587085274204,0.153725174569888,0.12515503550245,0.0295630582417549,0.153725174569888,0.113243961287703,0.0901593557139757,0.153725174569888,0.12377566869719,0.054192834915064,0.153725174569888,0.062277802907316,0.17014925396739,0.5,0.153725174569888,0.0717281150210519,0.315537665869101,0.153725174569888,0.0977214269664728,0.02574395832713,0.5,0.153725174569888,0.0997640765171577,0.252061198266105,0.153725174569888,0.0752344779582315,0.137422041288393,0.153725174569888,0.115621423892567,0.0691179369817471,0.153725174569888,0.0989055259695959,0.0296732407863944,0.153725174569888,0.0962071228363246,0.0313700095753091,0.153725174569888,0.0473735600328676,0.172918680526351,0.153725174569888,0.1147429748176,0.237192636770912,0.5,0.153725174569888,0.124281851600698,0.0469360889698784,0,0.00345890977282539,0.138951752069646 -4208,0.5,0.153725174569888,0.226024609691146,0.12338070252245,0.153725174569888,0.221963863559646,0.14643663529916,0.153725174569888,0.0968361013339801,0.164027736867878,0.153725174569888,0.0691210215828724,0.222120074915832,0.153725174569888,0.241001432379715,0.0712331887982487,0.153725174569888,0.230834956587631,0.152484046404998,0.153725174569888,0.243397724139986,0.103795175640411,0.153725174569888,0.162286208375011,0.196585331361263,0.5,0.153725174569888,0.117811922479275,0.446905209942109,0.153725174569888,0.183589968569952,0.0475074561986912,0.5,0.153725174569888,0.175560260746009,0.354413554597734,0.153725174569888,0.157999247121948,0.207961248624639,0.153725174569888,0.241097146716687,0.109107654081412,0.153725174569888,0.177457076211503,0.0616450890253524,0.153725174569888,0.178613069308706,0.0582624013086695,0.153725174569888,0.105131558970377,0.225636578532704,0.153725174569888,0.194389547439406,0.306740452721843,0.5,0.153725174569888,0.230322623350681,0.0806275111003477,0,0.00763004976616532,0.0763134503820803 -4209,0.5,0.153725174569888,0.340700797786116,0.156594465550532,0.153725174569888,0.365542399391432,0.164119892394688,0.153725174569888,0.120534446322271,0.229199600408379,0.153725174569888,0.066834499420864,0.244347978665672,0.153725174569888,0.359506191093099,0.106951334236174,0.153725174569888,0.35701094118704,0.21609567728321,0.153725174569888,0.368192752344587,0.154188017199107,0.153725174569888,0.295928920051621,0.253204071106124,0.5,0.153725174569888,0.179438675026971,0.465647102835343,0.153725174569888,0.266964344799176,0.0674823785984329,0.5,0.153725174569888,0.228345707050849,0.383444518863077,0.153725174569888,0.270694957159755,0.291733032892941,0.153725174569888,0.368546254836814,0.108424592010061,0.153725174569888,0.245972892408668,0.0927925974270111,0.153725174569888,0.272073271135756,0.0998667104969562,0.153725174569888,0.187319983221857,0.246721321883179,0.153725174569888,0.270339974175059,0.348560515810385,0.5,0.153725174569888,0.343989160326966,0.13395720650655,0,0.0192857518303573,0.0330049673553149 -4210,0.5,0.153725174569888,0.459520319934277,0.194209964600968,0.153725174569888,0.517360990512038,0.182548277317266,0.153725174569888,0.205739019678684,0.294331512903331,0.153725174569888,0.0959098960532427,0.273347159022963,0.153725174569888,0.431159088702579,0.147574299847347,0.153725174569888,0.481923540407793,0.268763087428638,0.153725174569888,0.473908910767517,0.153342972839313,0.153725174569888,0.385944224182666,0.286913112144922,0.5,0.153725174569888,0.255858603469029,0.460175442329423,0.153725174569888,0.355184084900265,0.099355487103093,0.5,0.153725174569888,0.21965436602169,0.451968031272499,0.153725174569888,0.365393068540161,0.351698957622229,0.153725174569888,0.491453907770033,0.105885221351891,0.153725174569888,0.299740990857438,0.103894471780271,0.153725174569888,0.327126536662259,0.108655162409288,0.153725174569888,0.302320436358781,0.231847031743929,0.153725174569888,0.350930327805945,0.405428302792715,0.5,0.153725174569888,0.444020564958741,0.187561546728575,0,0.023650495062938,0.0248789501729494 -4211,0.5,0.153725174569888,0.524518746705086,0.236422912390554,0.153725174569888,0.624112891574792,0.199394228505224,0.153725174569888,0.250217720640728,0.276248563649446,0.153725174569888,0.153155947243542,0.289515421930885,0.153725174569888,0.491510237086912,0.170837410460405,0.153725174569888,0.586443123332082,0.274220364398343,0.153725174569888,0.574726905671081,0.153125100910995,0.153725174569888,0.46915461795103,0.274156896815495,0.5,0.153725174569888,0.351606179929096,0.454430540082479,0.153725174569888,0.417776787732377,0.117454008060051,0.5,0.153725174569888,0.322706171438865,0.429758497548402,0.153725174569888,0.429667855758878,0.400195006471349,0.153725174569888,0.578690427759602,0.103249590452899,0.153725174569888,0.423153407662346,0.115911498227206,0.153725174569888,0.37810645258732,0.102537514299452,0.153725174569888,0.333783520651453,0.211095565049264,0.153725174569888,0.405673162232444,0.437999117399375,0.5,0.153725174569888,0.407119405153207,0.205743764208378,0,0.023079822160351,0.0240688073023065 -4212,0.5,0.153725174569888,0.543093278737362,0.25412517202062,0.153725174569888,0.679075755757095,0.217306188377222,0.153725174569888,0.255532425951521,0.249857312187816,0.153725174569888,0.203408804941584,0.293279456578541,0.153725174569888,0.5604938655058,0.187300037298505,0.153725174569888,0.634300501612051,0.320266094872831,0.153725174569888,0.596833905450232,0.193973133883604,0.153725174569888,0.582537829678712,0.27249912074661,0.5,0.153725174569888,0.390053878630733,0.408811623894747,0.153725174569888,0.394299588858344,0.144568435824718,0.5,0.153725174569888,0.431672709407837,0.407729282801291,0.153725174569888,0.543173603846527,0.505671955382591,0.153725174569888,0.628907375206117,0.100495471296889,0.153725174569888,0.511175166840776,0.12612996686102,0.153725174569888,0.435571207986482,0.107784811453061,0.153725174569888,0.273147845026515,0.204359621581439,0.153725174569888,0.37967092467574,0.447088105254128,0.5,0.153725174569888,0.420853842546975,0.235911201157953,0,0.0231663722297041,0.025211189057401 -4213,0.5,0.153725174569888,0.519183701210074,0.245986829032801,0.153725174569888,0.703225858745888,0.217452870278965,0.153725174569888,0.210762798272565,0.261760854992535,0.153725174569888,0.190907527923541,0.279839949483086,0.153725174569888,0.296161614532981,0.159274623783486,0.153725174569888,0.613709067744311,0.361972793828713,0.153725174569888,0.527648553214209,0.228312985276383,0.153725174569888,0.604873320391041,0.270444336120407,0.5,0.153725174569888,0.490349514401781,0.382210340599049,0.153725174569888,0.491674178785169,0.184752540811295,0.5,0.153725174569888,0.404467508083035,0.439211266343799,0.153725174569888,0.561269283189434,0.573296452368955,0.153725174569888,0.637556474705704,0.0992555237805512,0.153725174569888,0.424538762988687,0.119392248506848,0.153725174569888,0.460795979116416,0.131685186191664,0.153725174569888,0.301543943046575,0.218076242822753,0.153725174569888,0.31005322864478,0.500889919688304,0.5,0.153725174569888,0.395821948748027,0.275434634352875,0,0.0259544931915004,0.0284758900908929 -4214,0.5,0.153725174569888,0.511585219884122,0.24951759489139,0.153725174569888,0.682659139551383,0.239278941328511,0.153725174569888,0.241128465832385,0.289050663225576,0.153725174569888,0.197730025232454,0.236817960795104,0.153725174569888,0.137001383716486,0.142384588563868,0.153725174569888,0.56418407176451,0.379655829479174,0.153725174569888,0.482486624927018,0.229833324195622,0.153725174569888,0.61528795800539,0.279320036876827,0.5,0.153725174569888,0.548054410403989,0.336950106323065,0.153725174569888,0.468191748808852,0.239038243606771,0.5,0.153725174569888,0.361117822497806,0.509989089992509,0.153725174569888,0.474151447666899,0.608702764982905,0.153725174569888,0.608176192836539,0.104959704373843,0.153725174569888,0.343610667503133,0.100449434273752,0.153725174569888,0.247968814250976,0.121151996671573,0.153725174569888,0.415810898718808,0.232220186235288,0.153725174569888,0.273259350411692,0.541744543655527,0.5,0.153725174569888,0.388220573187029,0.295564721814434,0,0.0296947383850363,0.0240044656466628 -4215,0.5,0.153725174569888,0.462585837691548,0.258210779764674,0.153725174569888,0.592915255201788,0.298487581888397,0.153725174569888,0.297785532832473,0.320193879268825,0.153725174569888,0.191167181125617,0.191391844845551,0.153725174569888,0.169774001500639,0.129963259692971,0.153725174569888,0.486618366603624,0.387689721319537,0.153725174569888,0.365898646037088,0.285146490801124,0.153725174569888,0.557564707233547,0.302941803152097,0.5,0.153725174569888,0.49846171476622,0.297751078148919,0.153725174569888,0.345893355331031,0.214155699146408,0.5,0.153725174569888,0.40793196329939,0.48579024046728,0.153725174569888,0.317328087627711,0.563792582628785,0.153725174569888,0.551734922048303,0.108398453141557,0.153725174569888,0.33915947213838,0.0893076316630934,0.153725174569888,0.251954640999872,0.0996987186738959,0.153725174569888,0.40299958317315,0.247833650622474,0.153725174569888,0.22512800704031,0.488640637829644,0.5,0.153725174569888,0.274476112532176,0.344473165326402,0,0.048258523083496,0.0166660787573297 -4216,0.5,0.153725174569888,0.355464230309094,0.263916376588012,0.153725174569888,0.492035502947927,0.307434981415939,0.153725174569888,0.239127588963568,0.307057913701051,0.153725174569888,0.174974004235926,0.163347234837144,0.153725174569888,0.286763164148798,0.138538983383176,0.153725174569888,0.46251001935875,0.362789676022172,0.153725174569888,0.300014056994051,0.309426558296269,0.153725174569888,0.453201973849888,0.292219078490358,0.5,0.153725174569888,0.432176232133872,0.272527760727612,0.153725174569888,0.148942222088477,0.188516759984046,0.5,0.153725174569888,0.322504434987482,0.389398984629028,0.153725174569888,0.221486965706531,0.436246858714325,0.153725174569888,0.450696215434884,0.104807685095161,0.153725174569888,0.285555394012199,0.0883899481551153,0.153725174569888,0.231815678608356,0.0865467463954932,0.153725174569888,0.332540253595323,0.256685079689634,0.153725174569888,0.205629234041379,0.402575006486509,0.5,0.153725174569888,0.15233781254261,0.380156301681781,0,0.0770060581627095,0.0145141050884546 -4217,0.5,0.153725174569888,0.291207147141134,0.285475724032264,0.153725174569888,0.372911398004507,0.266542831013485,0.153725174569888,0.164868019287772,0.259134747683764,0.153725174569888,0.143280877083262,0.127962604168941,0.153725174569888,0.26839662675719,0.133550376054773,0.153725174569888,0.340089623464378,0.315456335343903,0.153725174569888,0.228926735801219,0.293988772624662,0.153725174569888,0.353958214440923,0.235698591777327,0.5,0.153725174569888,0.333194162793686,0.220081465381785,0.153725174569888,0.120768432675839,0.17398289421276,0.5,0.153725174569888,0.281512876098904,0.307181703822596,0.153725174569888,0.162231744463292,0.327978276063857,0.153725174569888,0.345829446255398,0.101257973341692,0.153725174569888,0.196185084617145,0.0907643888217491,0.153725174569888,0.231109292374357,0.081625209596952,0.153725174569888,0.198679986025455,0.243763433048187,0.153725174569888,0.152354654424594,0.319439588790232,0.5,0.153725174569888,0.107852980372459,0.310008066743773,0,0.105288246834347,0.0201753664296041 -4218,0.5,0.153725174569888,0.208345897319797,0.319215993488488,0.153725174569888,0.264247877003948,0.232827710609794,0.153725174569888,0.138975130904933,0.162258101594948,0.153725174569888,0.130281759708447,0.08172481423073,0.153725174569888,0.227577726589069,0.0888359262071169,0.153725174569888,0.24170547357498,0.266540170647788,0.153725174569888,0.156623768768871,0.217833896824477,0.153725174569888,0.253092358450825,0.179376329941965,0.5,0.153725174569888,0.229541457056687,0.145705118599942,0.153725174569888,0.0925769359734505,0.138216226305509,0.5,0.153725174569888,0.185979723532621,0.209356915834068,0.153725174569888,0.106711541613941,0.258503790110347,0.153725174569888,0.253972989477944,0.0937368335551392,0.153725174569888,0.15428307178954,0.0983461392531273,0.153725174569888,0.218919471722555,0.0719299087747263,0.153725174569888,0.132116320560178,0.176542404757179,0.153725174569888,0.0730857836213085,0.252787828119785,0.5,0.153725174569888,0.110323596806328,0.285888393666038,0,0.107932031469379,0.0265015904698937 -4219,0.5,0.153725174569888,0.108831699968223,0.270614697180696,0.153725174569888,0.135722235149598,0.159051361795507,0.153725174569888,0.0778053221881204,0.0727755003851757,0.153725174569888,0.0789135914428771,0.0412034072900184,0.153725174569888,0.128192042796144,0.0360763290475007,0.153725174569888,0.141540762742802,0.187834947122314,0.153725174569888,0.0817002404660874,0.129180858833887,0.153725174569888,0.131286526873296,0.117375473596607,0.5,0.153725174569888,0.131150458896492,0.0640988965393042,0.153725174569888,0.0529243643596652,0.100589976277174,0.5,0.153725174569888,0.0871613118974878,0.158805431403805,0.153725174569888,0.0607508138302015,0.209032693531432,0.153725174569888,0.139346881757796,0.071054913741643,0.153725174569888,0.103975196843529,0.09396633233672,0.153725174569888,0.128722980200172,0.0431395917007477,0.153725174569888,0.0916944204652909,0.107793084709277,0.153725174569888,0.0311058842106985,0.217214941048753,0.5,0.153725174569888,0.0579901838346891,0.21763802314385,0,0.119121092859565,0.0270944779231325 -4220,0.5,0.153725174569888,0.0290224260049086,0.147252252090765,0.153725174569888,0.0410799738885713,0.0654336079142195,0.153725174569888,0.0176911577462453,0.0240533917759384,0.153725174569888,0.0155521277062806,0.0248520288607119,0.153725174569888,0.0483385730923857,0.00779100190876255,0.153725174569888,0.0399999187805038,0.101515657418266,0.153725174569888,0.0324436727988085,0.0469414092723757,0.153725174569888,0.0343184052441573,0.0959848600242955,0.5,0.153725174569888,0.0365566206338806,0.0195078939628233,0.153725174569888,0.00737488583842964,0.0693837512818862,0.5,0.153725174569888,0.0235982514983751,0.0975745699883186,0.153725174569888,0.0139742821051123,0.129763125987962,0.153725174569888,0.0465741842641085,0.0310105858698538,0.153725174569888,0.0423282792583182,0.0764197081565064,0.153725174569888,0.0350804669713293,0.0221367300010976,0.153725174569888,0.0286198982800268,0.0446156298080426,0.153725174569888,0.00547591590798588,0.177857281351966,0.5,0.153725174569888,8.57225818177041e-05,0.150657719803903,0,0.112680976904245,0.0255148167860469 -4221,0.5,0.153725174569888,0.0,0.0956083505046539,0.153725174569888,0.0,0.0447103396231369,0.153725174569888,0.0,0.0103464431291838,0.153725174569888,0.0,0.0255689538792873,0.153725174569888,0.0,0.0118888729400813,0.153725174569888,0.0,0.046158130554211,0.153725174569888,0.0,0.0130670143281566,0.153725174569888,0.0,0.0747446426527645,0.5,0.153725174569888,0.0,0.0195708955443183,0.153725174569888,0.0,0.0549151109353381,0.5,0.153725174569888,0.0,0.080302175130526,0.153725174569888,0.0,0.0863603454497985,0.153725174569888,0.0,0.0281750325453227,0.153725174569888,0.0,0.0631226654141472,0.153725174569888,0.0,0.0223206550546358,0.153725174569888,0.0,0.0265701475438279,0.153725174569888,0.0,0.141553691927916,0.5,0.153725174569888,0.0,0.1399703010716,0,0.0818047330273848,0.0281504418065709 -4222,0.5,0.153725174569888,0.0,0.0703816023702326,0.153725174569888,0.0,0.0236377403699414,0.153725174569888,0.0,0.00644566185784899,0.153725174569888,0.0,0.0308202247627854,0.153725174569888,0.0,0.0167495834913961,0.153725174569888,0.0,0.024763743745541,0.153725174569888,0.0,0.00613448793973576,0.153725174569888,0.0,0.0474999290950149,0.5,0.153725174569888,0.0,0.0251361213205424,0.153725174569888,0.0,0.0394713632856927,0.5,0.153725174569888,0.0,0.061666161529017,0.153725174569888,0.0,0.063413552618436,0.153725174569888,0.0,0.0216525703623586,0.153725174569888,0.0,0.0533773539951038,0.153725174569888,0.0,0.0206078740274079,0.153725174569888,0.0,0.0221924081344198,0.153725174569888,0.0,0.108426865989521,0.5,0.153725174569888,0.0,0.119718056228031,0,0.0531487230622156,0.0336670946668406 -4223,0.5,0.153725174569888,0.0,0.0526591183603638,0.153725174569888,0.0,0.0104249502420418,0.153725174569888,0.0,0.00612904395875034,0.153725174569888,0.0,0.0336813520622423,0.153725174569888,0.0,0.0170736887178581,0.153725174569888,0.0,0.016625886090609,0.153725174569888,0.0,0.00396385402509495,0.153725174569888,0.0,0.0250852612329186,0.5,0.153725174569888,0.0,0.0233422633120715,0.153725174569888,0.0,0.030096315932574,0.5,0.153725174569888,0.0,0.0475549433801053,0.153725174569888,0.0,0.050349537185716,0.153725174569888,0.0,0.0129912534992959,0.153725174569888,0.0,0.04274282286369,0.153725174569888,0.0,0.0176085032626633,0.153725174569888,0.0,0.0172204479108551,0.153725174569888,0.0,0.0823838397824294,0.5,0.153725174569888,0.0,0.104575258383371,0,0.0335329360789992,0.0285243454151622 -4224,0.5,0.153725174569888,0.0,0.0415752825710773,0.153725174569888,0.0,0.00865180952723591,0.153725174569888,0.0,0.00626259693593485,0.153725174569888,0.0,0.0305204921628057,0.153725174569888,0.0,0.0141863155363605,0.153725174569888,0.0,0.0142301482768856,0.153725174569888,0.0,0.00359076684109508,0.153725174569888,0.0,0.0144831724186864,0.5,0.153725174569888,0.0,0.0177732829175563,0.153725174569888,0.0,0.024123135151444,0.5,0.153725174569888,0.0,0.0411847857063815,0.153725174569888,0.0,0.0405591520811032,0.153725174569888,0.0,0.0105975242841849,0.153725174569888,0.0,0.0336282993381325,0.153725174569888,0.0,0.015550704444159,0.153725174569888,0.0,0.0122745038560945,0.153725174569888,0.0,0.0610202867188991,0.5,0.153725174569888,0.0,0.0821955773373023,0,0.0208115920791302,0.021291011993518 -4225,0.5,0.153725174569888,0.0,0.0342514520480175,0.153725174569888,0.0,0.0137635257657786,0.153725174569888,0.0,0.00531646061201204,0.153725174569888,0.0,0.0270354351421568,0.153725174569888,0.0,0.01067289972173,0.153725174569888,0.0,0.0122911079647571,0.153725174569888,0.0,0.00370107332899786,0.153725174569888,0.0,0.00895650779635466,0.5,0.153725174569888,0.0,0.0101342287698579,0.153725174569888,0.0,0.0240576932256429,0.5,0.153725174569888,0.0,0.0376076909775327,0.153725174569888,0.0,0.0330449553886181,0.153725174569888,0.0,0.0104269482270527,0.153725174569888,0.0,0.0267054539888363,0.153725174569888,0.0,0.0160177880770183,0.153725174569888,0.0,0.00990587757969791,0.153725174569888,0.0,0.0452497350509369,0.5,0.153725174569888,0.0,0.0669430306604319,0,0.0154508545044084,0.0154805180501787 -4226,0.5,0.153725174569888,0.0,0.028420186621495,0.153725174569888,0.0,0.018393068918254,0.153725174569888,0.0,0.0044894223098432,0.153725174569888,0.0,0.0262748329950212,0.153725174569888,0.0,0.00676313360028596,0.153725174569888,0.0,0.010409148748984,0.153725174569888,0.0,0.0038833086253807,0.153725174569888,0.0,0.00556048157440335,0.5,0.153725174569888,0.0,0.00587196175453221,0.153725174569888,0.0,0.0282748466744923,0.5,0.153725174569888,0.0,0.0316576805477991,0.153725174569888,0.0,0.028384271390217,0.153725174569888,0.0,0.0100714166463308,0.153725174569888,0.0,0.0206917010355592,0.153725174569888,0.0,0.0166280520044542,0.153725174569888,0.0,0.00747155018457151,0.153725174569888,0.0,0.0358046391308576,0.5,0.153725174569888,0.0,0.0542389566501568,0,0.011903479254567,0.00968458259707072 -4227,0.5,0.153725174569888,0.0,0.0243719265381864,0.153725174569888,0.0,0.0161669738630815,0.153725174569888,0.0,0.00453565904490812,0.153725174569888,0.0,0.024899763959489,0.153725174569888,0.0,0.00411286698334826,0.153725174569888,0.0,0.00788787111563916,0.153725174569888,0.0,0.00470933209420407,0.153725174569888,0.0,0.0040347077438768,0.5,0.153725174569888,0.0,0.0057270683812967,0.153725174569888,0.0,0.0325440892829957,0.5,0.153725174569888,0.0,0.0200772554031965,0.153725174569888,0.0,0.0223743271416159,0.153725174569888,0.0,0.0107317033013754,0.153725174569888,0.0,0.018306515889418,0.153725174569888,0.0,0.0177243073671655,0.153725174569888,0.0,0.0063126450035573,0.153725174569888,0.0,0.0321549554325953,0.5,0.153725174569888,0.0,0.0528898038981041,0,0.011888350920175,0.00542976742985799 -4228,0.5,0.153725174569888,0.0,0.0195479126063771,0.153725174569888,0.0,0.0153356652659875,0.153725174569888,0.0,0.00423346053072799,0.153725174569888,0.0,0.0209777764573921,0.153725174569888,0.0,0.0031051640848957,0.153725174569888,0.0,0.00653180709711469,0.153725174569888,0.0,0.00543386938413312,0.153725174569888,0.0,0.00337183981906635,0.5,0.153725174569888,0.0,0.00687331952072435,0.153725174569888,0.0,0.0287123442556565,0.5,0.153725174569888,0.0,0.0127065225746397,0.153725174569888,0.0,0.0188106145521368,0.153725174569888,0.0,0.01247803069547,0.153725174569888,0.0,0.0192645880708331,0.153725174569888,0.0,0.0193405480388938,0.153725174569888,0.0,0.00486091652031716,0.153725174569888,0.0,0.0301227031216185,0.5,0.153725174569888,0.0,0.0613092917072188,0,0.0149967879415162,0.00292540285673188 -4229,0.5,0.153725174569888,0.0131989755494736,0.0137075944301366,0.153725174569888,0.00541567304156949,0.0175130712875855,0.153725174569888,0.00382823040763847,0.00271511737057975,0.153725174569888,0.0083582291335634,0.0160957572449768,0.153725174569888,0.00163683075623038,0.00237304090703463,0.153725174569888,4.57791046735655e-05,0.00649069673020797,0.153725174569888,0.000940499482806934,0.00927328520409281,0.153725174569888,0.0,0.00370623909240638,0.5,0.153725174569888,0.0,0.00877162531565624,0.153725174569888,1.25911058830502e-05,0.0370888772536485,0.5,0.153725174569888,7.91168589061313e-06,0.0107823661232955,0.153725174569888,7.1024307831805e-07,0.0199956694636465,0.153725174569888,0.00617386264807022,0.0133601390686257,0.153725174569888,0.00260032381483765,0.0204927786283954,0.153725174569888,0.00357723223627924,0.0209565597152887,0.153725174569888,0.00129891166183231,0.0042487501661183,0.153725174569888,0.000613576702406633,0.0273396746339335,0.5,0.153725174569888,0.000691440778976586,0.0701429168141221,0,0.0189401979223093,0.00151608610623958 -4230,0.5,0.153725174569888,0.0766934583646492,0.0137770471559147,0.153725174569888,0.0660035615538274,0.0191613314651056,0.153725174569888,0.0627539187220569,0.00132175865885072,0.153725174569888,0.0728303636316872,0.0155663542021589,0.153725174569888,0.0508281589250045,0.00177538134063836,0.153725174569888,0.0428413321771129,0.00590789970494974,0.153725174569888,0.0499156316593787,0.00975016568074812,0.153725174569888,0.0368789549617522,0.0034380111273807,0.5,0.153725174569888,0.037907770917145,0.00960312371989654,0.153725174569888,0.0338327472196548,0.0715094243446224,0.5,0.153725174569888,0.0451963434214879,0.00882097391972446,0.153725174569888,0.0426918512600592,0.0165631321230812,0.153725174569888,0.0664226411844882,0.0138995511456655,0.153725174569888,0.0474505453576009,0.0204108838086287,0.153725174569888,0.0601892035440787,0.0193770803541485,0.153725174569888,0.0537221539233648,0.00391869718248776,0.153725174569888,0.0386123032971085,0.03036584344638,0.5,0.153725174569888,0.0230037712194145,0.105303794369341,0,0.022831824880886,0.000672366626147741 -4231,0.5,0.153725174569888,0.163967338936522,0.0285862083503238,0.153725174569888,0.14359369120032,0.035262314657133,0.153725174569888,0.145260850153198,0.00193276247299205,0.153725174569888,0.162462183402637,0.0289093379535089,0.153725174569888,0.123132391234755,0.00185622973561718,0.153725174569888,0.111175232798219,0.00719918081173606,0.153725174569888,0.12296427620721,0.0071286748043605,0.153725174569888,0.110151265294847,0.00582519581660525,0.5,0.153725174569888,0.112653775125,0.0149334866933347,0.153725174569888,0.0999234749070201,0.150453462885223,0.5,0.153725174569888,0.123175114093507,0.0209583424970923,0.153725174569888,0.122510703599776,0.0363041177475028,0.153725174569888,0.141939258155392,0.0175065055632604,0.153725174569888,0.113486902689803,0.0249669375454521,0.153725174569888,0.137710215879711,0.0254239530076355,0.153725174569888,0.131656952853435,0.00513481767920802,0.153725174569888,0.113699204565711,0.0633791888501766,0.5,0.153725174569888,0.0710176811037532,0.143190442224978,0,0.02853814299969,0.000167987008649391 -4232,0.5,0.153725174569888,0.286132585643268,0.044691701043516,0.153725174569888,0.263356263801204,0.0651431519821968,0.153725174569888,0.264176385471852,0.00292363146889579,0.153725174569888,0.284857128613679,0.0332301921149987,0.153725174569888,0.233144918232111,0.00366812438896666,0.153725174569888,0.212864612713591,0.018568705385397,0.153725174569888,0.239413736653296,0.0131089997672976,0.153725174569888,0.218433205609788,0.0222187856081466,0.5,0.153725174569888,0.229771951901456,0.0480202473641694,0.153725174569888,0.191260305637708,0.21072015533592,0.5,0.153725174569888,0.24326739189956,0.141773718390936,0.153725174569888,0.242362091148772,0.135843610421673,0.153725174569888,0.259279835798905,0.0308799986756133,0.153725174569888,0.206507204474989,0.0308813975294673,0.153725174569888,0.257019615950805,0.0369427716579818,0.153725174569888,0.252348602742299,0.0123779978538386,0.153725174569888,0.221344322769299,0.126604531058286,0.5,0.153725174569888,0.150026734819005,0.154008749541945,0,0.0302044384343744,0.000187299511935668 -4233,0.5,0.153725174569888,0.415258534016999,0.0482246957654794,0.153725174569888,0.388131333619212,0.0478007853750554,0.153725174569888,0.391814460541947,0.00485581956464849,0.153725174569888,0.419186845880849,0.0339694747519514,0.153725174569888,0.351692567187024,0.005948863362726,0.153725174569888,0.324953882863311,0.0291512852950163,0.153725174569888,0.36555683920983,0.0296545218190808,0.153725174569888,0.340043216793648,0.041465441489776,0.5,0.153725174569888,0.360333739152375,0.0941393101675221,0.153725174569888,0.302183839944694,0.21162585547534,0.5,0.153725174569888,0.371329896308171,0.240290414322788,0.153725174569888,0.368437225892347,0.171489706857093,0.153725174569888,0.381203422830503,0.0327575600069455,0.153725174569888,0.308394045606463,0.0235886400107788,0.153725174569888,0.38244741108501,0.0292825143707597,0.153725174569888,0.382451308482604,0.0392581893647173,0.153725174569888,0.349864599579916,0.184676991029986,0.5,0.153725174569888,0.224033983285682,0.135440405028326,0,0.0282804810981402,0.000109969096963769 -4234,0.5,0.153725174569888,0.547297687750914,0.0461165371201573,0.153725174569888,0.521795092493119,0.0346095109670607,0.153725174569888,0.520381545827784,0.0158615038021694,0.153725174569888,0.549285243058872,0.0416501578043557,0.153725174569888,0.481575283946978,0.0114561783964652,0.153725174569888,0.444025037201081,0.029808852101006,0.153725174569888,0.49665410824476,0.0470692467096139,0.153725174569888,0.459616611182357,0.0360875943126074,0.5,0.153725174569888,0.487669223991586,0.096622351092225,0.153725174569888,0.41548258259781,0.17675732543288,0.5,0.153725174569888,0.49475796060183,0.239668830094852,0.153725174569888,0.492380249541274,0.180596565452196,0.153725174569888,0.510671636766528,0.0204587779095992,0.153725174569888,0.417294960742709,0.0107322014641649,0.153725174569888,0.508184712515436,0.0184608451021289,0.153725174569888,0.508656216179654,0.0713540566067619,0.153725174569888,0.475634774352881,0.204009055196889,0.5,0.153725174569888,0.315587251734567,0.111191041279498,0,0.0242228393620705,0.000480784121087063 -4235,0.5,0.153725174569888,0.645598375378735,0.0425990862556515,0.153725174569888,0.629148278246766,0.0192626193905488,0.153725174569888,0.597931345251275,0.0403793010924642,0.153725174569888,0.630338696028524,0.0516747283175338,0.153725174569888,0.53127403452397,0.0217509441150097,0.153725174569888,0.557503960456424,0.0262190755260012,0.153725174569888,0.599809532472588,0.0584881759738343,0.153725174569888,0.566997614242045,0.0278121806399724,0.5,0.153725174569888,0.600773377083558,0.089213494017205,0.153725174569888,0.382395873660578,0.173605120001673,0.5,0.153725174569888,0.589534056197769,0.197049123514798,0.153725174569888,0.575529018486591,0.198289289236772,0.153725174569888,0.559240125475469,0.00776883302244333,0.153725174569888,0.439658585388235,0.00415289405465783,0.153725174569888,0.573709461208288,0.0120025221734075,0.153725174569888,0.613289299821126,0.0780880529586282,0.153725174569888,0.495041421984876,0.178353681449511,0.5,0.153725174569888,0.448582372543842,0.104513074871702,0,0.0195752235644002,0.000911231805957856 -4236,0.5,0.153725174569888,0.697716044920058,0.0369967839075918,0.153725174569888,0.692010285240597,0.0103056036192666,0.153725174569888,0.624772165513723,0.0580948873261353,0.153725174569888,0.684441766218657,0.0605717124657799,0.153725174569888,0.617665053569623,0.0376477776959916,0.153725174569888,0.623197283727746,0.0268342807045066,0.153725174569888,0.670088934367608,0.0692407351088059,0.153725174569888,0.63310801500775,0.0294562237507015,0.5,0.153725174569888,0.664279221858018,0.0939609623102509,0.153725174569888,0.443076697530006,0.198816646437631,0.5,0.153725174569888,0.631805254374175,0.167712491081401,0.153725174569888,0.617697834844214,0.221150525309709,0.153725174569888,0.628303962725685,0.00224048542401006,0.153725174569888,0.595986223166075,0.00424924898682918,0.153725174569888,0.641696027499967,0.0126026104114971,0.153725174569888,0.673690188840606,0.0806140788109101,0.153725174569888,0.481297493150143,0.143130395147049,0.5,0.153725174569888,0.503510531389276,0.105975228953218,0,0.013346277043779,9.97656885149955e-05 -4237,0.5,0.153725174569888,0.705133109701444,0.0326191917737791,0.153725174569888,0.701470140174656,0.0063274893066681,0.153725174569888,0.630993464819669,0.0628232618174523,0.153725174569888,0.704207963626994,0.0652152994693037,0.153725174569888,0.620093023833825,0.0466196359651911,0.153725174569888,0.653910153839664,0.0305653186987211,0.153725174569888,0.696458387701843,0.0728378435459543,0.153725174569888,0.655721245914038,0.0307022839874891,0.5,0.153725174569888,0.690817987243944,0.101899424720353,0.153725174569888,0.535140163937883,0.2432975930989,0.5,0.153725174569888,0.671275655545344,0.176324948103198,0.153725174569888,0.667215601726847,0.228667189384524,0.153725174569888,0.647678435834456,0.00110142350053868,0.153725174569888,0.621126839405185,0.0070051586689,0.153725174569888,0.649111266767279,0.0167860358165247,0.153725174569888,0.662174996945588,0.086487590454251,0.153725174569888,0.517548642964208,0.131830778972309,0.5,0.153725174569888,0.551817519414317,0.118986563399866,0,0.00830993086764352,5.86795189730446e-05 -4238,0.5,0.153725174569888,0.668862204490556,0.0291816653619569,0.153725174569888,0.629450169629888,0.00251362819718524,0.153725174569888,0.603667192335294,0.0628679384866467,0.153725174569888,0.673175034555918,0.0695317968196078,0.153725174569888,0.607038849032735,0.0495681059381091,0.153725174569888,0.63158105667576,0.0320378752944147,0.153725174569888,0.682336201590353,0.0608876107511047,0.153725174569888,0.624986491846096,0.0377554418828108,0.5,0.153725174569888,0.676168946666865,0.106048306681034,0.153725174569888,0.599600564721694,0.271722420508634,0.5,0.153725174569888,0.675884761510122,0.206524153591496,0.153725174569888,0.675304216087199,0.217272609737394,0.153725174569888,0.591403108519425,0.000885997979784424,0.153725174569888,0.578690552545283,0.0116894435007874,0.153725174569888,0.595499305741692,0.0208733510541682,0.153725174569888,0.632978912445606,0.0853395984176175,0.153725174569888,0.494721441155711,0.136579199267178,0.5,0.153725174569888,0.555135682130106,0.152134966127534,0,0.00613620635558017,0.000248220235874914 -4239,0.5,0.153725174569888,0.59402481556365,0.0285699017525728,0.153725174569888,0.569969520813226,0.000809859790609579,0.153725174569888,0.564485637615349,0.0587121276909391,0.153725174569888,0.602417332024733,0.0718828784435706,0.153725174569888,0.540226361208282,0.042264414610316,0.153725174569888,0.623990537984642,0.0267796690310993,0.153725174569888,0.61595650307772,0.0458510508254686,0.153725174569888,0.574429495257635,0.0384703250736163,0.5,0.153725174569888,0.628493385228781,0.103720152943526,0.153725174569888,0.59581940560389,0.265841006339206,0.5,0.153725174569888,0.628465552399191,0.207115678823725,0.153725174569888,0.625362695333062,0.209430171108609,0.153725174569888,0.522712118239328,0.000698123952732828,0.153725174569888,0.523472165712539,0.0183318676808917,0.153725174569888,0.508936086006524,0.0226532710416814,0.153725174569888,0.579029219133292,0.0829457167106377,0.153725174569888,0.46645680767907,0.145112972794066,0.5,0.153725174569888,0.555071943879964,0.181260651683272,0,0.0039239637591812,0.00183114067977046 -4240,0.5,0.153725174569888,0.463575668352046,0.0312782192069665,0.153725174569888,0.455995645969255,0.000819724321215382,0.153725174569888,0.433840350869312,0.0562678064316924,0.153725174569888,0.483205013576431,0.0833829248950743,0.153725174569888,0.433174421331125,0.036564869544351,0.153725174569888,0.534112485907635,0.0171277805759925,0.153725174569888,0.512566654336146,0.0305894997390152,0.153725174569888,0.471612224223521,0.0292906383608644,0.5,0.153725174569888,0.532744073441156,0.0925825084503271,0.153725174569888,0.520756206988017,0.253523257476164,0.5,0.153725174569888,0.526813648007417,0.17955235712492,0.153725174569888,0.530360615482422,0.202798418939536,0.153725174569888,0.43075091703987,0.000506064122385469,0.153725174569888,0.419878075494142,0.0307556259894786,0.153725174569888,0.441475964724816,0.0253148689235106,0.153725174569888,0.50074786733102,0.0740872223572778,0.153725174569888,0.433884590755625,0.148761627752941,0.5,0.153725174569888,0.460726972136692,0.206401594180023,0,0.00116016402637254,0.00779683486315085 -4241,0.5,0.153725174569888,0.348968458669472,0.0354590057613031,0.153725174569888,0.309662700198443,0.000974423561753877,0.153725174569888,0.31355909820856,0.0552014889133086,0.153725174569888,0.347067868888109,0.0891877547069341,0.153725174569888,0.31561191838459,0.0334223311978802,0.153725174569888,0.405350778581482,0.00904960018320039,0.153725174569888,0.386521583047556,0.0225258344135166,0.153725174569888,0.353135899549899,0.0193907092534729,0.5,0.153725174569888,0.384194042148685,0.0798276443718455,0.153725174569888,0.391582836156789,0.231150163739459,0.5,0.153725174569888,0.389339915175349,0.144881492994913,0.153725174569888,0.398987971890003,0.188828286085338,0.153725174569888,0.312201924398036,0.0044187591702565,0.153725174569888,0.2646008494403,0.0459348161139122,0.153725174569888,0.300519744999738,0.02827325252071,0.153725174569888,0.385931477681525,0.0607764454535607,0.153725174569888,0.34964185455776,0.140529252261184,0.5,0.153725174569888,0.338566966426395,0.22058735962464,0,0.000841690372489727,0.0148972050603325 -4242,0.5,0.153725174569888,0.222000605594997,0.0420801823692407,0.153725174569888,0.227775556231254,0.00206429075395091,0.153725174569888,0.220554234602503,0.051301414975487,0.153725174569888,0.224804771194013,0.076802995286765,0.153725174569888,0.228816112734689,0.0319298012824133,0.153725174569888,0.270176946693468,0.00463128076759925,0.153725174569888,0.275775622986533,0.0179105069991891,0.153725174569888,0.225804864939743,0.0123037013739425,0.5,0.153725174569888,0.261660397684603,0.06643943660079,0.153725174569888,0.256291687905684,0.173935919684757,0.5,0.153725174569888,0.257093499385845,0.111603364502626,0.153725174569888,0.264251688959335,0.156556965019399,0.153725174569888,0.24889759453894,0.00996726498791493,0.153725174569888,0.189756850607768,0.0716948696665967,0.153725174569888,0.216699659398908,0.029704204660481,0.153725174569888,0.262609257529475,0.0436712444367381,0.153725174569888,0.230821706751724,0.11754026558684,0.5,0.153725174569888,0.217252554868986,0.212147389107454,0,0.00206195821940383,0.0234007429416731 -4243,0.5,0.153725174569888,0.116351536746107,0.038599169242877,0.153725174569888,0.137362359091992,0.000978894319055357,0.153725174569888,0.11404407541398,0.024610325856336,0.153725174569888,0.111554490053713,0.0282248583466319,0.153725174569888,0.127414085160945,0.0231586486793744,0.153725174569888,0.148042485543924,0.00131521850982672,0.153725174569888,0.146408344833459,0.00677532765341816,0.153725174569888,0.128546186168631,0.00413541807905236,0.5,0.153725174569888,0.140452431243054,0.0211304154625737,0.153725174569888,0.124292144652671,0.0623112824902857,0.5,0.153725174569888,0.131914159170593,0.0529592718698236,0.153725174569888,0.132226486394642,0.070730208076488,0.153725174569888,0.129095307363544,0.0146781118304372,0.153725174569888,0.131444783927914,0.0925962387119608,0.153725174569888,0.125211065151493,0.016511240520414,0.153725174569888,0.138739497486573,0.0117147174807784,0.153725174569888,0.115020712411205,0.0594700297797593,0.5,0.153725174569888,0.0963719000527066,0.120543781644455,0,0.00169137133380674,0.0285406908272642 -4244,0.5,0.153725174569888,0.0298647380314869,0.0292868623952619,0.153725174569888,0.0374020069474814,0.000630071951023912,0.153725174569888,0.0262556960935565,0.0236711089151888,0.153725174569888,0.0182787464262302,0.0297253427000507,0.153725174569888,0.0379357697774487,0.0460515638217374,0.153725174569888,0.0428516680103335,0.000503043646450504,0.153725174569888,0.0360770271238457,0.0109799419122697,0.153725174569888,0.0380831089562983,0.00307995480903121,0.5,0.153725174569888,0.0325816511721705,0.0115831001400687,0.153725174569888,0.0160008738582999,0.0405915836462436,0.5,0.153725174569888,0.0282129406561027,0.0428986433716587,0.153725174569888,0.0257486686366929,0.0368298133449175,0.153725174569888,0.045334546032901,0.0150082722897812,0.153725174569888,0.042897811196866,0.0863039455545917,0.153725174569888,0.0340943909643318,0.0244184418709827,0.153725174569888,0.0315656251060611,0.0100016202151919,0.153725174569888,0.0222200910443,0.040522584452839,0.5,0.153725174569888,0.000409752099689417,0.0601015840047368,0,0.000516365648611481,0.0308189280429554 -4245,0.5,0.153725174569888,0.0,0.0302483064786762,0.153725174569888,0.0,0.00355463816426726,0.153725174569888,0.0,0.0244654498921449,0.153725174569888,0.0,0.0280320170392405,0.153725174569888,0.0,0.0730904293979803,0.153725174569888,0.0,0.00206292633704646,0.153725174569888,0.0,0.0206621344711098,0.153725174569888,0.0,0.00445942174325179,0.5,0.153725174569888,0.0,0.009918437122904,0.153725174569888,0.0,0.0301714898555244,0.5,0.153725174569888,0.0,0.0374812770152967,0.153725174569888,0.0,0.0243902958767381,0.153725174569888,0.0,0.0221735245696667,0.153725174569888,0.0,0.0847709880756078,0.153725174569888,0.0,0.0313842605463925,0.153725174569888,0.0,0.00837211447179445,0.153725174569888,0.0,0.0352031896400778,0.5,0.153725174569888,0.0,0.0482048383987828,0,0.000645356541918059,0.0299022592677825 -4246,0.5,0.153725174569888,0.0,0.0285402977589996,0.153725174569888,0.0,0.013015538471402,0.153725174569888,0.0,0.0212902892261917,0.153725174569888,0.0,0.0228846631685412,0.153725174569888,0.0,0.0809476594599985,0.153725174569888,0.0,0.00595486028856371,0.153725174569888,0.0,0.0302880149946371,0.153725174569888,0.0,0.00656055214652195,0.5,0.153725174569888,0.0,0.00748075257424461,0.153725174569888,0.0,0.0172149436318168,0.5,0.153725174569888,0.0,0.0254788018613942,0.153725174569888,0.0,0.0157664924749416,0.153725174569888,0.0,0.0281777599268855,0.153725174569888,0.0,0.0708330054411496,0.153725174569888,0.0,0.0346729786863773,0.153725174569888,0.0,0.00863978533195093,0.153725174569888,0.0,0.0252435604058198,0.5,0.153725174569888,0.0,0.0371828492423413,0,0.00124864278162802,0.0275725175110505 -4247,0.5,0.153725174569888,0.0,0.028383360995316,0.153725174569888,0.0,0.0272759069258525,0.153725174569888,0.0,0.0141591617288115,0.153725174569888,0.0,0.0177731320133944,0.153725174569888,0.0,0.078454617186702,0.153725174569888,0.0,0.01164577962442,0.153725174569888,0.0,0.0402697496987503,0.153725174569888,0.0,0.00732928589121422,0.5,0.153725174569888,0.0,0.00503950091799173,0.153725174569888,0.0,0.0105526527812495,0.5,0.153725174569888,0.0,0.0180200527254923,0.153725174569888,0.0,0.0107023683701408,0.153725174569888,0.0,0.0312979887237204,0.153725174569888,0.0,0.0597050319070464,0.153725174569888,0.0,0.0398322671729269,0.153725174569888,0.0,0.00991853398533013,0.153725174569888,0.0,0.018294208222535,0.5,0.153725174569888,0.0,0.0252083646299514,0,0.00478924050474038,0.0261061799240867 -4248,0.5,0.153725174569888,0.0,0.0283945520263122,0.153725174569888,0.0,0.0379220303931225,0.153725174569888,0.0,0.00908573669199386,0.153725174569888,0.0,0.0146205880356626,0.153725174569888,0.0,0.0749034877828467,0.153725174569888,0.0,0.016685193141279,0.153725174569888,0.0,0.0484450203438693,0.153725174569888,0.0,0.0090056015977635,0.5,0.153725174569888,0.0,0.00469465868352051,0.153725174569888,0.0,0.00698585318132185,0.5,0.153725174569888,0.0,0.00993366776415536,0.153725174569888,0.0,0.00846259869936899,0.153725174569888,0.0,0.0328643914830615,0.153725174569888,0.0,0.0533987164728844,0.153725174569888,0.0,0.0466844883713757,0.153725174569888,0.0,0.0112643929181969,0.153725174569888,0.0,0.0135534275479248,0.5,0.153725174569888,0.0,0.0147974202072154,0,0.0113215770247091,0.0255462886409221 -4249,0.5,0.153725174569888,0.0,0.0293597444889085,0.153725174569888,0.0,0.0461873350286433,0.153725174569888,0.0,0.00734947967830798,0.153725174569888,0.0,0.0128700531389857,0.153725174569888,0.0,0.0685453582286157,0.153725174569888,0.0,0.0207870356808183,0.153725174569888,0.0,0.0602468165364365,0.153725174569888,0.0,0.012487240901393,0.5,0.153725174569888,0.0,0.00486973885167625,0.153725174569888,0.0,0.00355852223517202,0.5,0.153725174569888,0.0,0.00629537422274079,0.153725174569888,0.0,0.00714689168947288,0.153725174569888,0.0,0.0331649163278878,0.153725174569888,0.0,0.053740287374651,0.153725174569888,0.0,0.0518386195020844,0.153725174569888,0.0,0.0108732038072221,0.153725174569888,0.0,0.00974361930898423,0.5,0.153725174569888,0.0,0.0102292294784252,0,0.0178859590420432,0.0266486229992687 -4250,0.5,0.153725174569888,0.0,0.0324774573149147,0.153725174569888,0.0,0.0525774399579723,0.153725174569888,0.0,0.00615906169243866,0.153725174569888,0.0,0.0122638268533459,0.153725174569888,0.0,0.0667378093698096,0.153725174569888,0.0,0.0261261660470363,0.153725174569888,0.0,0.0739485304473785,0.153725174569888,0.0,0.017287492421088,0.5,0.153725174569888,0.0,0.00422669267857688,0.153725174569888,0.0,0.00150471250070881,0.5,0.153725174569888,0.0,0.00567500890901597,0.153725174569888,0.0,0.00657934279678624,0.153725174569888,0.0,0.035671223425645,0.153725174569888,0.0,0.0554209914356272,0.153725174569888,0.0,0.0565775027446302,0.153725174569888,0.0,0.0107302134120361,0.153725174569888,0.0,0.00757362532964753,0.5,0.153725174569888,0.0,0.00915718844941173,0,0.0235253133809401,0.0321306485020314 -4251,0.5,0.153725174569888,0.0,0.0309997003092272,0.153725174569888,0.0,0.0507803083229537,0.153725174569888,0.0,0.00588104571046857,0.153725174569888,0.0,0.0129651474616305,0.153725174569888,0.0,0.0590374027961943,0.153725174569888,0.0,0.0318551658030526,0.153725174569888,0.0,0.0823953212588752,0.153725174569888,0.0,0.0210338660068691,0.5,0.153725174569888,0.0,0.00365084880119151,0.153725174569888,0.0,0.00119523967013568,0.5,0.153725174569888,0.0,0.00670286343564022,0.153725174569888,0.0,0.00755873662192985,0.153725174569888,0.0,0.038613370943926,0.153725174569888,0.0,0.0602531435027406,0.153725174569888,0.0,0.0601055346827643,0.153725174569888,0.0,0.0126532545291087,0.153725174569888,0.0,0.00764067634040778,0.5,0.153725174569888,0.0,0.00869208709581133,0,0.0297306019310276,0.0408942578905897 -4252,0.5,0.153725174569888,0.0,0.0305926498908884,0.153725174569888,0.0,0.0522514108035594,0.153725174569888,0.0,0.00605258634317028,0.153725174569888,0.0,0.0144070460613413,0.153725174569888,0.0,0.0528003516306727,0.153725174569888,0.0,0.0423094959355939,0.153725174569888,0.0,0.086851561686686,0.153725174569888,0.0,0.0224324532993921,0.5,0.153725174569888,0.0,0.00327860591260541,0.153725174569888,0.0,0.00130008265332506,0.5,0.153725174569888,0.0,0.00753157561802114,0.153725174569888,0.0,0.00816618346137208,0.153725174569888,0.0,0.0412870103851758,0.153725174569888,0.0,0.059429826756417,0.153725174569888,0.0,0.0644094511353789,0.153725174569888,0.0,0.0168261448063888,0.153725174569888,0.0,0.00819629779435466,0.5,0.153725174569888,0.0,0.00809946306504037,0,0.0371709762571131,0.0511892103458055 -4253,0.5,0.153725174569888,0.0123112861422058,0.0275532999107382,0.153725174569888,0.00506164534753875,0.0600829961301239,0.153725174569888,0.00380490228032316,0.00620265070821192,0.153725174569888,0.00824819144828886,0.0148778366331299,0.153725174569888,0.00149508309326991,0.0506685804667867,0.153725174569888,1.52972049337472e-05,0.0436442881705936,0.153725174569888,0.000720303011956557,0.0854916323266658,0.153725174569888,0.0,0.0237753631041601,0.5,0.153725174569888,0.0,0.00337160520415947,0.153725174569888,8.12004594108775e-06,0.00109010718170007,0.5,0.153725174569888,0.0,0.00773411960435134,0.153725174569888,0.0,0.0092202164660742,0.153725174569888,0.00476551497591211,0.0452071721618337,0.153725174569888,0.00298638760574661,0.0539084168413846,0.153725174569888,0.00348392811930534,0.0648259135020012,0.153725174569888,0.00115456391836072,0.0193510991981638,0.153725174569888,0.00137948591363412,0.00848452890302017,0.5,0.153725174569888,0.00172718949030331,0.00708833568344506,0,0.0421098844106204,0.0567500710334251 -4254,0.5,0.153725174569888,0.0748468225372072,0.0251883610097695,0.153725174569888,0.0671040603215529,0.0656331334627504,0.153725174569888,0.0638445386355776,0.00521310353124734,0.153725174569888,0.0726130305446146,0.0121457974412759,0.153725174569888,0.0479080762507584,0.0449739029413477,0.153725174569888,0.0320077375792484,0.042947556927108,0.153725174569888,0.0437312581091446,0.0613646981120474,0.153725174569888,0.0232416406569821,0.0208323612634501,0.5,0.153725174569888,0.0364744709127296,0.00295962690884806,0.153725174569888,0.0500281314027937,0.000567367771759766,0.5,0.153725174569888,0.0451255492204384,0.00790997182269807,0.153725174569888,0.0432125777684259,0.00734737616533167,0.153725174569888,0.0622810857120008,0.0528522482232637,0.153725174569888,0.0569153599810149,0.0521704928816236,0.153725174569888,0.0608223517738829,0.0562791535646186,0.153725174569888,0.0504295039177798,0.0169964614752279,0.153725174569888,0.0549628469952787,0.00582582965445738,0.5,0.153725174569888,0.0592053457144015,0.00379069096041067,0,0.0491201043483059,0.0520934877543071 -4255,0.5,0.153725174569888,0.160407555860893,0.0366081196428551,0.153725174569888,0.143174145269913,0.127295698111961,0.153725174569888,0.14560468305172,0.00630949259233384,0.153725174569888,0.161699329836975,0.0108784649260858,0.153725174569888,0.101722058303981,0.0504953318534967,0.153725174569888,0.077009048781511,0.0608844246682789,0.153725174569888,0.0996753320149759,0.0547163717480392,0.153725174569888,0.0833655552270193,0.0219005193424227,0.5,0.153725174569888,0.109207513776844,0.00284296381446979,0.153725174569888,0.132069137408564,0.000747043893716187,0.5,0.153725174569888,0.120918472514263,0.00803271422787634,0.153725174569888,0.12137578181609,0.0048725433467523,0.153725174569888,0.130298098713262,0.0771549073482258,0.153725174569888,0.125341366735068,0.0678958797358856,0.153725174569888,0.136572194488924,0.0623523615884041,0.153725174569888,0.1257926632153,0.016711544903551,0.153725174569888,0.136853066969283,0.00568345303279003,0.5,0.153725174569888,0.146090684019693,0.0040409780518648,0,0.0512707807453711,0.0440218655033246 -4256,0.5,0.153725174569888,0.279600978049353,0.065942764232578,0.153725174569888,0.250936584329726,0.160126620468044,0.153725174569888,0.264005895150928,0.0169930751413929,0.153725174569888,0.281657542012745,0.0192630697060151,0.153725174569888,0.138102544520066,0.0786540951402296,0.153725174569888,0.152069313582448,0.0856639967475638,0.153725174569888,0.137672093443803,0.0681721025183082,0.153725174569888,0.174148464847152,0.0363642536515089,0.5,0.153725174569888,0.21046592403966,0.00896857428544383,0.153725174569888,0.254812149943803,0.0053098654437845,0.5,0.153725174569888,0.237613009179291,0.0291699763376454,0.153725174569888,0.240889683865627,0.0157112654297769,0.153725174569888,0.216495037730496,0.107298747482829,0.153725174569888,0.200189060276771,0.0938214657489785,0.153725174569888,0.242536075061595,0.101716831259639,0.153725174569888,0.231721181041406,0.0413671284427188,0.153725174569888,0.256240957861755,0.0208288643481164,0.5,0.153725174569888,0.268373314973055,0.0162665380727987,0,0.0575712217107459,0.040731103879148 -4257,0.5,0.153725174569888,0.405383692143156,0.0867243313093399,0.153725174569888,0.362151975111448,0.278312741696943,0.153725174569888,0.393658627887499,0.0323494165524323,0.153725174569888,0.413292268391348,0.0319647684610128,0.153725174569888,0.142329301907829,0.0858643432037873,0.153725174569888,0.261968747145974,0.111151486157657,0.153725174569888,0.177403832349149,0.0963384127931146,0.153725174569888,0.284020527219104,0.0586701460289239,0.5,0.153725174569888,0.330735860354086,0.0270874032498949,0.153725174569888,0.392060482014964,0.00771103317862882,0.5,0.153725174569888,0.367779614595268,0.0714131690552691,0.153725174569888,0.374336937970246,0.0350281127812295,0.153725174569888,0.279389370896408,0.150963610240836,0.153725174569888,0.238122102802002,0.115221101835941,0.153725174569888,0.336847936709546,0.13768701311716,0.153725174569888,0.341551146302314,0.100690974478498,0.153725174569888,0.388133682678308,0.0680121819261301,0.5,0.153725174569888,0.406614896715717,0.0299941951366561,0,0.0591876302743897,0.0356697983216426 -4258,0.5,0.153725174569888,0.532591295233912,0.108243189711227,0.153725174569888,0.470417732933004,0.29445667253824,0.153725174569888,0.523837357932588,0.0563976855450237,0.153725174569888,0.541216669169878,0.0433269500591522,0.153725174569888,0.21597469751257,0.106238607662903,0.153725174569888,0.444253936948378,0.20021327042498,0.153725174569888,0.259760131898693,0.141187580545953,0.153725174569888,0.392804221930524,0.0790878167995562,0.5,0.153725174569888,0.459249901702792,0.0495743189796636,0.153725174569888,0.529272481687606,0.00757605212949212,0.5,0.153725174569888,0.504485937406693,0.103571783599125,0.153725174569888,0.510710679106084,0.0405628554382104,0.153725174569888,0.362347990095781,0.160186024079521,0.153725174569888,0.228975890897785,0.116171838267294,0.153725174569888,0.440770523057889,0.170670466765661,0.153725174569888,0.464511606422387,0.168169434657024,0.153725174569888,0.518014963583187,0.0978741472580321,0.5,0.153725174569888,0.540135331636452,0.0365070654131608,0,0.0539149433689517,0.0178002772331431 -4259,0.5,0.153725174569888,0.601788892316343,0.141025878948412,0.153725174569888,0.539146423849086,0.343959978850461,0.153725174569888,0.589785367076511,0.0808034738552806,0.153725174569888,0.631694359488724,0.0557432451608266,0.153725174569888,0.434516134955556,0.192912933222246,0.153725174569888,0.586917880144255,0.27294840186691,0.153725174569888,0.337643418581431,0.174491761157974,0.153725174569888,0.501073858580891,0.104276811896966,0.5,0.153725174569888,0.554651309918497,0.0747727472325879,0.153725174569888,0.635154764341985,0.00813218008137831,0.5,0.153725174569888,0.612870001303771,0.0707845134899082,0.153725174569888,0.613404726985,0.0273111373239061,0.153725174569888,0.466132494331796,0.199713567053778,0.153725174569888,0.249374748947783,0.125639639629408,0.153725174569888,0.474262259061787,0.175630244835654,0.153725174569888,0.537173022660282,0.196245506415768,0.153725174569888,0.616477652532604,0.0852372750438605,0.5,0.153725174569888,0.64077554585607,0.0368883531439055,0,0.0514342473971785,0.0128893369782371 -4260,0.5,0.153725174569888,0.635548162710239,0.169144361675702,0.153725174569888,0.324309850071474,0.378505052225505,0.153725174569888,0.598485975687665,0.0883074360726811,0.153725174569888,0.675252012191815,0.0575240501281096,0.153725174569888,0.584849365079268,0.324947977258521,0.153725174569888,0.663939613956374,0.3293095114332,0.153725174569888,0.417801697942766,0.198693768684907,0.153725174569888,0.556670447724067,0.148283146989473,0.5,0.153725174569888,0.560728085490806,0.0950427605289496,0.153725174569888,0.692572894811508,0.0205835574092792,0.5,0.153725174569888,0.659267365684427,0.034618973118492,0.153725174569888,0.659846434413625,0.0238837070806969,0.153725174569888,0.493874590460913,0.3064409867924,0.153725174569888,0.367415606129281,0.0898671960645596,0.153725174569888,0.397694914077884,0.135032120141906,0.153725174569888,0.465626287880077,0.188018473581745,0.153725174569888,0.67146120754274,0.0574847496461604,0.5,0.153725174569888,0.696627312099511,0.030003248872713,0,0.0570567268809619,0.0152449203646509 -4261,0.5,0.153725174569888,0.602508399748971,0.190676630913762,0.153725174569888,0.22128607744851,0.186637544923648,0.153725174569888,0.549353167496089,0.0874195671949804,0.153725174569888,0.678808694352427,0.0547320480092035,0.153725174569888,0.530200713875442,0.39765853157238,0.153725174569888,0.685766685080451,0.359101128087163,0.153725174569888,0.552108385301374,0.316161429432248,0.153725174569888,0.602797754862986,0.15456292188605,0.5,0.153725174569888,0.520614946366363,0.0996979296382542,0.153725174569888,0.70731943658474,0.0451868187440662,0.5,0.153725174569888,0.666501271286544,0.0191518318468691,0.153725174569888,0.679980781670594,0.0274570641968825,0.153725174569888,0.340105523880825,0.242299155338036,0.153725174569888,0.483519669240865,0.103934095774202,0.153725174569888,0.373100931954461,0.118243820563502,0.153725174569888,0.425917354316259,0.212515205290288,0.153725174569888,0.689875091480338,0.0395665391224117,0.5,0.153725174569888,0.709650563637065,0.0159724631031385,0,0.0670224984039175,0.0108564609673433 -4262,0.5,0.153725174569888,0.502902138714112,0.19009589317214,0.153725174569888,0.326769047728114,0.0823889734880965,0.153725174569888,0.409436485552164,0.0912534173804586,0.153725174569888,0.620027142246417,0.0488247861023532,0.153725174569888,0.55625571471006,0.424602959660624,0.153725174569888,0.659735848149561,0.33529395140545,0.153725174569888,0.572321964234799,0.411838101169659,0.153725174569888,0.605544236543329,0.116843303623697,0.5,0.153725174569888,0.484947337641744,0.0846986259498788,0.153725174569888,0.679602340513512,0.0509964151423004,0.5,0.153725174569888,0.655336570445328,0.0121065986517037,0.153725174569888,0.65652233187033,0.0306716304884916,0.153725174569888,0.374338785012589,0.147710766806095,0.153725174569888,0.401356116436538,0.12248224709792,0.153725174569888,0.342878535934392,0.122098034908471,0.153725174569888,0.356882968933765,0.247579211039373,0.153725174569888,0.650586005877003,0.0343519835367764,0.5,0.153725174569888,0.679443012162802,0.0064850523577891,0,0.0824380725851681,0.00705734926029282 -4263,0.5,0.153725174569888,0.430090241947502,0.172662777386412,0.153725174569888,0.374747209179585,0.201305254058592,0.153725174569888,0.394105894302434,0.101009151071314,0.153725174569888,0.503947466385068,0.0493453191855101,0.153725174569888,0.565125252492875,0.446315666273472,0.153725174569888,0.583864959692371,0.342569694097118,0.153725174569888,0.567836370697127,0.409158983887779,0.153725174569888,0.510767787754441,0.0768802801757511,0.5,0.153725174569888,0.44674900800342,0.0694670275495222,0.153725174569888,0.614594964927539,0.0460301077378248,0.5,0.153725174569888,0.616556413361416,0.0145085902530916,0.153725174569888,0.583462535396017,0.0235155916874922,0.153725174569888,0.32892600163236,0.168481716918158,0.153725174569888,0.37784230660838,0.102290533220609,0.153725174569888,0.302742580852054,0.147409214911834,0.153725174569888,0.348032328774911,0.243251427582608,0.153725174569888,0.579711893490827,0.0380550457562977,0.5,0.153725174569888,0.595689690368597,0.00533373366584302,0,0.0958886326132436,0.00329533378586376 -4264,0.5,0.153725174569888,0.319772072612295,0.133204445918014,0.153725174569888,0.175040603551551,0.0932424489038648,0.153725174569888,0.297840990763157,0.0796130919010698,0.153725174569888,0.405236061394706,0.046513336029566,0.153725174569888,0.360554618075799,0.423981212375406,0.153725174569888,0.486983866015791,0.249288097429089,0.153725174569888,0.475730954440377,0.355107822593037,0.153725174569888,0.438978450334735,0.0525202054093352,0.5,0.153725174569888,0.356367949693741,0.0540797739617065,0.153725174569888,0.508858071796627,0.0329874091904952,0.5,0.153725174569888,0.520147906313999,0.0165356159487552,0.153725174569888,0.499402031563722,0.0196917296195793,0.153725174569888,0.17781512471179,0.117423061914109,0.153725174569888,0.272081689762412,0.0853027515002332,0.153725174569888,0.302418277210668,0.166730541846407,0.153725174569888,0.32129375474799,0.168357096303269,0.153725174569888,0.483834794306926,0.0353240678593313,0.5,0.153725174569888,0.49080634478868,0.0029445082303404,0,0.08587383303497,0.00124896234318525 -4265,0.5,0.153725174569888,0.219725121406022,0.106099514508433,0.153725174569888,0.130223503058265,0.100408124701021,0.153725174569888,0.20009622889371,0.0509666814343526,0.153725174569888,0.292682491487051,0.0387038838786994,0.153725174569888,0.301500923226145,0.313096384519962,0.153725174569888,0.37467859814015,0.126633658312217,0.153725174569888,0.352892385057355,0.262451866027015,0.153725174569888,0.304031612209165,0.037323509550911,0.5,0.153725174569888,0.278007746062289,0.0376901038934005,0.153725174569888,0.375975997561369,0.0154029345639461,0.5,0.153725174569888,0.380373193832124,0.0106515593266995,0.153725174569888,0.375549220706846,0.0162404612940762,0.153725174569888,0.13643986592523,0.0761653314510025,0.153725174569888,0.22121612525782,0.0707684002446922,0.153725174569888,0.244227449298159,0.101573024787859,0.153725174569888,0.256555092495288,0.0873277968514346,0.153725174569888,0.344273784032329,0.0247247833206551,0.5,0.153725174569888,0.354430232972851,0.00160259022044408,0,0.0819267649414116,0.00149992822852221 -4266,0.5,0.153725174569888,0.133725270918584,0.0706410567050153,0.153725174569888,0.0764552232669003,0.0514369536831011,0.153725174569888,0.125283664127232,0.0186181416462521,0.153725174569888,0.171781941392637,0.0145620327911803,0.153725174569888,0.216048047641044,0.191112277003007,0.153725174569888,0.255237958808017,0.0556485310522566,0.153725174569888,0.240539128838136,0.13078255895089,0.153725174569888,0.176995014754906,0.0295637341192183,0.5,0.153725174569888,0.162524170710244,0.012798758232845,0.153725174569888,0.243123355112487,0.00779170342718929,0.5,0.153725174569888,0.248266677296176,0.00879914760500874,0.153725174569888,0.251276185384389,0.0108257327250704,0.153725174569888,0.1248932667677,0.0530282830406185,0.153725174569888,0.147759683997403,0.0541262652577793,0.153725174569888,0.175322214003484,0.0404731803720956,0.153725174569888,0.180187471620217,0.0313516537412977,0.153725174569888,0.230470639776792,0.0112511153228616,0.5,0.153725174569888,0.225729559222189,0.00129488811079199,0,0.0646888970895708,0.00190551910158674 -4267,0.5,0.153725174569888,0.0561223165711664,0.0564652712716024,0.153725174569888,0.0648104054914193,0.0245550668624686,0.153725174569888,0.0531703710829115,0.00769438801771805,0.153725174569888,0.0638920835175698,0.0140361457659556,0.153725174569888,0.122604125029538,0.0674358644653841,0.153725174569888,0.134672240467967,0.0164414322418547,0.153725174569888,0.12927025447934,0.0279095198780752,0.153725174569888,0.0891177455186213,0.0138808269659296,0.5,0.153725174569888,0.0786093710335798,0.00190195608690945,0.153725174569888,0.11597111967022,0.0029778172384404,0.5,0.153725174569888,0.125958032292769,0.000954724432866554,0.153725174569888,0.125202954855084,0.00316868524283606,0.153725174569888,0.0529592198277097,0.0279077017968212,0.153725174569888,0.0762209990474866,0.0427378376499194,0.153725174569888,0.0875494326803646,0.0231387308522985,0.153725174569888,0.0865996663660127,0.00743214090264141,0.153725174569888,0.110535815225429,0.00178913051906872,0.5,0.153725174569888,0.0952780597275342,0.00127620811072972,0,0.114144459740542,0.00433865663524517 -4268,0.5,0.153725174569888,0.0139090625498119,0.0471288937197066,0.153725174569888,0.0092718489482771,0.0267270010743453,0.153725174569888,0.0131021857484775,0.00380287254082765,0.153725174569888,0.0122306785523534,0.0273737136883436,0.153725174569888,0.0556683241623538,0.0218629591538758,0.153725174569888,0.0386850391906879,0.0041925803891596,0.153725174569888,0.0438874871733886,0.0061175961353593,0.153725174569888,0.0327873570738784,0.011319810097567,0.5,0.153725174569888,0.0227096914637726,0.000558300627649129,0.153725174569888,0.016905153805751,0.00616008506226623,0.5,0.153725174569888,0.0300534385236382,0.000148182106844491,0.153725174569888,0.0294620438165551,0.00286297535139662,0.153725174569888,0.0311131723981139,0.0236926670151464,0.153725174569888,0.0447210569674181,0.0304271630083389,0.153725174569888,0.0387244193134051,0.0324931565287839,0.153725174569888,0.036749090135465,0.00692068579131213,0.153725174569888,0.0210650649273695,0.00179378203197609,0.5,0.153725174569888,0.000417395953016457,0.00214043345915021,0,0.151507040338197,0.00590862525979556 -4269,0.5,0.153725174569888,0.0,0.0468535317330758,0.153725174569888,2.09158475469103e-05,0.0369909560211501,0.153725174569888,0.0,0.00266728657294056,0.153725174569888,0.0,0.0437085777252114,0.153725174569888,0.0,0.0142957588749613,0.153725174569888,0.0,0.00940101128849288,0.153725174569888,0.0,0.00166094529984116,0.153725174569888,0.0,0.00566170333686937,0.5,0.153725174569888,0.0,0.000847882382885187,0.153725174569888,0.0,0.00750947280554072,0.5,0.153725174569888,0.0,6.78976150343729e-05,0.153725174569888,0.0,0.00313945590753588,0.153725174569888,2.57872412432858e-06,0.0239608023183308,0.153725174569888,5.96211020627587e-06,0.0243033179230077,0.153725174569888,0.0,0.0384400788345016,0.153725174569888,0.0,0.00592180204733769,0.153725174569888,0.0,0.00206463799925703,0.5,0.153725174569888,0.0,0.00404306056526879,0,0.142879088902823,0.00579530656925715 -4270,0.5,0.153725174569888,0.0,0.0527217745757626,0.153725174569888,0.0,0.0483060037946429,0.153725174569888,0.0,0.00248733868018657,0.153725174569888,0.0,0.0512552572278282,0.153725174569888,0.0,0.0072098166533885,0.153725174569888,0.0,0.00248706358770229,0.153725174569888,0.0,0.000833153854569245,0.153725174569888,0.0,0.000600882078353975,0.5,0.153725174569888,0.0,0.00261435559421412,0.153725174569888,0.0,0.0127841860183479,0.5,0.153725174569888,0.0,0.000188867954611042,0.153725174569888,0.0,0.00615484736993105,0.153725174569888,0.0,0.0249469431379047,0.153725174569888,0.0,0.0235326265954832,0.153725174569888,0.0,0.0378567462124852,0.153725174569888,0.0,0.0049947463170164,0.153725174569888,0.0,0.00226676695291202,0.5,0.153725174569888,0.0,0.00521478833715144,0,0.0914170106987871,0.00227617348104871 -4271,0.5,0.153725174569888,0.0,0.0622408046791478,0.153725174569888,0.0,0.0599400048563649,0.153725174569888,0.0,0.00252397184724345,0.153725174569888,0.0,0.0544615298884806,0.153725174569888,0.0,0.00336293704445346,0.153725174569888,0.0,0.000302966553836374,0.153725174569888,0.0,0.000883976693407097,0.153725174569888,0.0,0.00124550975233834,0.5,0.153725174569888,0.0,0.00528504844523068,0.153725174569888,0.0,0.0166030836645143,0.5,0.153725174569888,0.0,0.000129149416545515,0.153725174569888,0.0,0.0146175829238721,0.153725174569888,0.0,0.0302145021296741,0.153725174569888,0.0,0.0203530898227761,0.153725174569888,0.0,0.0319635493739018,0.153725174569888,0.0,0.00439328411492441,0.153725174569888,0.0,0.00319591152709992,0.5,0.153725174569888,0.0,0.00776023575840525,0,0.081585679161478,0.000489197932058397 -4272,0.5,0.153725174569888,0.0,0.0740905732350976,0.153725174569888,0.0,0.0567265448205545,0.153725174569888,0.0,0.00401254567220299,0.153725174569888,0.0,0.0537339870984506,0.153725174569888,0.0,0.00162587562318331,0.153725174569888,0.0,0.0011129021598053,0.153725174569888,0.0,0.00204915125942305,0.153725174569888,0.0,0.00407682803613505,0.5,0.153725174569888,0.0,0.00491436325869804,0.153725174569888,0.0,0.0196636453399681,0.5,0.153725174569888,0.0,0.00143651953205783,0.153725174569888,0.0,0.0125727357469464,0.153725174569888,0.0,0.0251154694362193,0.153725174569888,0.0,0.0166734102842087,0.153725174569888,0.0,0.0250621556054828,0.153725174569888,0.0,0.00339690707623626,0.153725174569888,0.0,0.00422620937061352,0.5,0.153725174569888,0.0,0.00753581060546241,0,0.109727467852504,0.000389980408789919 -4273,0.5,0.153725174569888,0.0,0.0776798384152983,0.153725174569888,0.0,0.0468677008521989,0.153725174569888,0.0,0.00597644995700224,0.153725174569888,0.0,0.0567575283580336,0.153725174569888,0.0,0.000799425098583988,0.153725174569888,0.0,0.00430458033558736,0.153725174569888,0.0,0.00406228808450404,0.153725174569888,0.0,0.00959885832507113,0.5,0.153725174569888,0.0,0.00479837195829565,0.153725174569888,0.0,0.0216485208137217,0.5,0.153725174569888,0.0,0.00532760393889845,0.153725174569888,0.0,0.0126604548932602,0.153725174569888,0.0,0.0225170552973705,0.153725174569888,0.0,0.0131732274528677,0.153725174569888,0.0,0.0170902744379727,0.153725174569888,0.0,0.00319477488453842,0.153725174569888,0.0,0.00560115748797519,0.5,0.153725174569888,0.0,0.00550454077372911,0,0.0911426151644284,0.00066008263024751 -4274,0.5,0.153725174569888,0.0,0.0687549503529604,0.153725174569888,0.0,0.0322943514683418,0.153725174569888,0.0,0.0091773619258109,0.153725174569888,0.0,0.0566532893084392,0.153725174569888,0.0,0.00159558905433756,0.153725174569888,0.0,0.0102651963135042,0.153725174569888,0.0,0.00886097816069821,0.153725174569888,0.0,0.0107562527937343,0.5,0.153725174569888,0.0,0.00773653352150632,0.153725174569888,0.0,0.0227256597694596,0.5,0.153725174569888,0.0,0.00898852326970585,0.153725174569888,0.0,0.0183893721154935,0.153725174569888,0.0,0.0180725254163669,0.153725174569888,0.0,0.0087635673568913,0.153725174569888,0.0,0.010632215439958,0.153725174569888,0.0,0.0061705400233291,0.153725174569888,0.0,0.00791070145412344,0.5,0.153725174569888,0.0,0.00535853307106091,0,0.0692110009863108,0.00184263478809273 -4275,0.5,0.153725174569888,0.0,0.0653627096659484,0.153725174569888,0.0,0.0222658490169071,0.153725174569888,0.0,0.010936311267594,0.153725174569888,0.0,0.0581152434292081,0.153725174569888,0.0,0.00237037911192967,0.153725174569888,0.0,0.00845688203578268,0.153725174569888,0.0,0.00929444254874515,0.153725174569888,0.0,0.0149260341338165,0.5,0.153725174569888,0.0,0.0104231604975269,0.153725174569888,0.0,0.0264693434559902,0.5,0.153725174569888,0.0,0.0127263367911294,0.153725174569888,0.0,0.0247069376945592,0.153725174569888,0.0,0.0193892588869929,0.153725174569888,0.0,0.00451989359964258,0.153725174569888,0.0,0.00622378748458024,0.153725174569888,0.0,0.00755503132801579,0.153725174569888,0.0,0.012162366802284,0.5,0.153725174569888,0.0,0.00594616364494991,0,0.0876229502466744,0.000597917370774573 -4276,0.5,0.153725174569888,0.0,0.0603431479793066,0.153725174569888,0.0,0.0120382440234666,0.153725174569888,0.0,0.0108578623648931,0.153725174569888,0.0,0.0570393343410712,0.153725174569888,0.0,0.00407640773840273,0.153725174569888,0.0,0.00558346147795311,0.153725174569888,0.0,0.00896600818888738,0.153725174569888,0.0,0.0167147432614839,0.5,0.153725174569888,0.0,0.0133875718094751,0.153725174569888,0.0,0.0282545730573876,0.5,0.153725174569888,0.0,0.0246788541857079,0.153725174569888,0.0,0.0321138775656205,0.153725174569888,0.0,0.020458458877585,0.153725174569888,0.0,0.00184108055455548,0.153725174569888,0.0,0.00359755312992526,0.153725174569888,0.0,0.00796422889408513,0.153725174569888,0.0,0.0177759866188636,0.5,0.153725174569888,0.0,0.00818970725787754,0,0.11504304508173,0.000202567778024363 -4277,0.5,0.153725174569888,0.00788368006686761,0.0490769695761318,0.153725174569888,0.0025737255136226,0.00682484468071755,0.153725174569888,0.0024333722785253,0.0119292283673458,0.153725174569888,0.00440838814653396,0.0521939883373873,0.153725174569888,0.000216919545252876,0.00320509704823423,0.153725174569888,0.0,0.00758265711756081,0.153725174569888,3.83150517902092e-05,0.0104851138106388,0.153725174569888,0.0,0.0185123497852097,0.5,0.153725174569888,0.0,0.0139044006352849,0.153725174569888,0.0,0.026554424955943,0.5,0.153725174569888,0.0,0.0315967891838832,0.153725174569888,0.0,0.035325293190062,0.153725174569888,0.00445225186277406,0.0164255129179612,0.153725174569888,0.00107472701641299,0.00246064059551105,0.153725174569888,0.00102256445984871,0.00315571494765771,0.153725174569888,0.000245542560630851,0.00910789711383399,0.153725174569888,0.000903745262212005,0.0220898824394322,0.5,0.153725174569888,0.00142120103341512,0.00959770489686905,0,0.120331893145782,0.00575087638733823 -4278,0.5,0.153725174569888,0.0621470297685261,0.0404119918926821,0.153725174569888,0.0333963675417768,0.00552340140390585,0.153725174569888,0.0420697969703688,0.010528538818823,0.153725174569888,0.0626415267620828,0.0414326629935824,0.153725174569888,0.00777922624275361,0.00375350999632073,0.153725174569888,0.0255515139492964,0.0137200158950385,0.153725174569888,0.0129673186501058,0.0173073067816979,0.153725174569888,0.0391399628160963,0.0183516669103717,0.5,0.153725174569888,0.0366971965974182,0.0101982420058898,0.153725174569888,0.0484356730325455,0.0248661982436937,0.5,0.153725174569888,0.0386895490033333,0.0277975646895019,0.153725174569888,0.0409108718690846,0.0285559974521201,0.153725174569888,0.0557912876059476,0.0177174883584099,0.153725174569888,0.014084377665484,0.00353196356947275,0.153725174569888,0.0179276841405736,0.00431121126463078,0.153725174569888,0.0236261417776886,0.0103886195643797,0.153725174569888,0.0451517300183255,0.0215327594770316,0.5,0.153725174569888,0.057615607064983,0.00950094518729586,0,0.110145318801406,0.0193581952076247 -4279,0.5,0.153725174569888,0.119804876101851,0.042577213934422,0.153725174569888,0.0690658212859762,0.00700866271189976,0.153725174569888,0.0872434954536176,0.00896417803412395,0.153725174569888,0.140135949743447,0.0390036752894465,0.153725174569888,0.00917003230712443,0.00441377653042454,0.153725174569888,0.0810999822825,0.035718306506116,0.153725174569888,0.0622561375251294,0.0186101790301469,0.153725174569888,0.113606573095589,0.0298894928912959,0.5,0.153725174569888,0.10933093047578,0.00575576523042136,0.153725174569888,0.128264414002373,0.0113253235236101,0.5,0.153725174569888,0.113836179980376,0.0253177109748062,0.153725174569888,0.116113941902981,0.0197519123464906,0.153725174569888,0.0937135392535508,0.0272701241188402,0.153725174569888,0.0378497051668757,0.00357070184532372,0.153725174569888,0.0526455453902807,0.00619190808508394,0.153725174569888,0.0741614027678675,0.0114718806506331,0.153725174569888,0.115310556558634,0.0219450985531344,0.5,0.153725174569888,0.139085202689516,0.0102813407379119,0,0.0873820651492647,0.0319864544732533 -4280,0.5,0.153725174569888,0.182613021485356,0.0432404142584763,0.153725174569888,0.178239740272448,0.0146238780649144,0.153725174569888,0.154343366438522,0.0101048462012089,0.153725174569888,0.222283222391053,0.0484311356806907,0.153725174569888,0.0496451976956899,0.0065403570530322,0.153725174569888,0.184280335106038,0.0871516714122789,0.153725174569888,0.148471712284408,0.0370258325951271,0.153725174569888,0.216343418052256,0.0543084773194252,0.5,0.153725174569888,0.206638535094068,0.00840280447304776,0.153725174569888,0.234170855927708,0.00834544577412725,0.5,0.153725174569888,0.210357473241536,0.0387275175267158,0.153725174569888,0.206489747374511,0.0181506688580477,0.153725174569888,0.145006485191804,0.0576762144278452,0.153725174569888,0.0616912590937551,0.00537706398426341,0.153725174569888,0.083712336540889,0.00870352686765501,0.153725174569888,0.167056617856906,0.0222297689483728,0.153725174569888,0.221409310293942,0.0468911114159319,0.5,0.153725174569888,0.249205879967384,0.0238575090926075,0,0.07862840429473,0.027531447621974 -4281,0.5,0.153725174569888,0.247896516743296,0.035479203133513,0.153725174569888,0.217713186942494,0.0322257984385022,0.153725174569888,0.242374202166708,0.0163761177399271,0.153725174569888,0.315142868516628,0.0507886699123002,0.153725174569888,0.232273098345536,0.0466886679086156,0.153725174569888,0.304689326352005,0.140229776042216,0.153725174569888,0.273346361994569,0.0703805434935997,0.153725174569888,0.319462704012656,0.0557741193829488,0.5,0.153725174569888,0.312453132727147,0.0240178789897685,0.153725174569888,0.355755134885731,0.00723814596687996,0.5,0.153725174569888,0.321629845442316,0.0864008692049163,0.153725174569888,0.286990092954812,0.0257116420297296,0.153725174569888,0.196866312617266,0.0760716796716561,0.153725174569888,0.101181043610418,0.0101333691591289,0.153725174569888,0.131529190021687,0.0115624645656757,0.153725174569888,0.252679903629034,0.0654204050498324,0.153725174569888,0.342648978915917,0.0910791528911774,0.5,0.153725174569888,0.377439537597233,0.031916973327439,0,0.0595432436458348,0.0131988659224659 -4282,0.5,0.153725174569888,0.30410123999719,0.0303658305879053,0.153725174569888,0.081701914553468,0.0181473714957702,0.153725174569888,0.334131213785626,0.0258152283653956,0.153725174569888,0.420613571143203,0.0426884034885902,0.153725174569888,0.388805110101973,0.143136293358517,0.153725174569888,0.416989624124267,0.15786046970137,0.153725174569888,0.433630588050466,0.111991093163316,0.153725174569888,0.434028236450735,0.0560852346302357,0.5,0.153725174569888,0.427217754563154,0.0464349251471195,0.153725174569888,0.469745707005488,0.00714463919488924,0.5,0.153725174569888,0.428245937147982,0.106827794342375,0.153725174569888,0.34844199223798,0.0472576474295308,0.153725174569888,0.194704060556669,0.0646211167162354,0.153725174569888,0.191910658275844,0.0253043934033751,0.153725174569888,0.233533217035132,0.0203778941519887,0.153725174569888,0.385381381605189,0.0947232618442857,0.153725174569888,0.465001348873433,0.120177946847279,0.5,0.153725174569888,0.501911116212977,0.0296197261713388,0,0.0461073668061343,0.0118673549707369 -4283,0.5,0.153725174569888,0.303901019242587,0.045741979627285,0.153725174569888,0.0601229472627399,0.00441929769836285,0.153725174569888,0.398209656094267,0.0385862605463038,0.153725174569888,0.494947268671051,0.0441056346343388,0.153725174569888,0.411382565999419,0.206314285881973,0.153725174569888,0.436318904504804,0.17639232986007,0.153725174569888,0.409990352997546,0.17779845713014,0.153725174569888,0.520730096004528,0.0493886754973192,0.5,0.153725174569888,0.474759200638115,0.0854276401779152,0.153725174569888,0.501572262018126,0.0127142262173439,0.5,0.153725174569888,0.477567312867661,0.125641701690522,0.153725174569888,0.35147310361048,0.116189703890418,0.153725174569888,0.146876550903047,0.049652744669734,0.153725174569888,0.299648489303716,0.0649935483924833,0.153725174569888,0.398127646493695,0.0433123313507805,0.153725174569888,0.525880334397077,0.144926756718274,0.153725174569888,0.541416595261092,0.141199750962586,0.5,0.153725174569888,0.597454562098931,0.0307323522674514,0,0.03656692454369,0.0227638201294071 -4284,0.5,0.153725174569888,0.315023057925305,0.0523947187212158,0.153725174569888,0.352535952432361,0.0333804707784506,0.153725174569888,0.456551313211454,0.116071455974949,0.153725174569888,0.534457719547922,0.0669350558760001,0.153725174569888,0.432207883513512,0.292953403664706,0.153725174569888,0.432520438710865,0.172270345570898,0.153725174569888,0.403358339326158,0.162721130554307,0.153725174569888,0.491827936563608,0.0489748217860176,0.5,0.153725174569888,0.404442856541477,0.146239795853076,0.153725174569888,0.346160025178503,0.0112420105857703,0.5,0.153725174569888,0.423908695042902,0.284035316667765,0.153725174569888,0.377843159736229,0.0664188106733678,0.153725174569888,0.123653388137412,0.0282495733581955,0.153725174569888,0.402176778253474,0.0996785705372855,0.153725174569888,0.465762459600209,0.0770845002766168,0.153725174569888,0.457200040269682,0.150327970437525,0.153725174569888,0.449175113935451,0.176346030709135,0.5,0.153725174569888,0.577253184478163,0.0352667437574721,0,0.0613853794986404,0.0379086249079655 -4285,0.5,0.153725174569888,0.379694630883451,0.0444024776152103,0.153725174569888,0.561272463605518,0.144285545633178,0.153725174569888,0.52661094121149,0.200261450992262,0.153725174569888,0.545808963145772,0.0873953641647687,0.153725174569888,0.351289938378539,0.256004002036623,0.153725174569888,0.446526792348242,0.143793038314018,0.153725174569888,0.547565749905908,0.173615666206943,0.153725174569888,0.465171052152814,0.0459682991482959,0.5,0.153725174569888,0.31391477618842,0.196328980137702,0.153725174569888,0.532095092364379,0.00811763671304386,0.5,0.153725174569888,0.351462735227534,0.200352729505846,0.153725174569888,0.460439764722285,0.0969072579267814,0.153725174569888,0.177652186256365,0.0180023975456277,0.153725174569888,0.438511483421293,0.159286237315527,0.153725174569888,0.460509911973977,0.138432461404366,0.153725174569888,0.471766890578734,0.175278221958689,0.153725174569888,0.469400513573404,0.222167346309337,0.5,0.153725174569888,0.444608390021901,0.0394944014705515,0,0.0568378527259848,0.0341631511757698 -4286,0.5,0.153725174569888,0.45107559206068,0.0590801328004169,0.153725174569888,0.299178355733206,0.135128658691034,0.153725174569888,0.438835327111485,0.184045579577089,0.153725174569888,0.487185190855134,0.104124151709654,0.153725174569888,0.46260754228867,0.279875507953147,0.153725174569888,0.377359353620126,0.104166691803289,0.153725174569888,0.324747621548165,0.153093545448873,0.153725174569888,0.410046617203463,0.0739302851877088,0.5,0.153725174569888,0.310256873458274,0.239425799014363,0.153725174569888,0.607021454502835,0.00350012493548449,0.5,0.153725174569888,0.394707264619635,0.129596309813982,0.153725174569888,0.41747088373454,0.181155598948416,0.153725174569888,0.215965566485439,0.0230477935774404,0.153725174569888,0.355332263001215,0.159873676096867,0.153725174569888,0.42938461996602,0.106184796254011,0.153725174569888,0.38295369559383,0.197816949292346,0.153725174569888,0.323387290778472,0.153645897613527,0.5,0.153725174569888,0.476546717624896,0.0439829539462147,0,0.0137401010052304,0.0275721190625054 -4287,0.5,0.153725174569888,0.365898616124403,0.0715768257533549,0.153725174569888,0.35377303381554,0.0755007199771011,0.153725174569888,0.329628041132702,0.158545809781079,0.153725174569888,0.434720718997388,0.120224150114083,0.153725174569888,0.28036113533755,0.207828968323461,0.153725174569888,0.347933201558966,0.0642892182091943,0.153725174569888,0.432123901029676,0.130584565429914,0.153725174569888,0.293195488092904,0.126071077272183,0.5,0.153725174569888,0.201820711759033,0.203647875533383,0.153725174569888,0.468207889829373,0.00707983336519796,0.5,0.153725174569888,0.286404333441742,0.0819792086533906,0.153725174569888,0.309300951111415,0.13385706162695,0.153725174569888,0.274124029198994,0.0149500073369323,0.153725174569888,0.274576420109032,0.166262016312775,0.153725174569888,0.340320093724196,0.0844342692351693,0.153725174569888,0.323465763678197,0.210352487500259,0.153725174569888,0.337988390901331,0.140923099920142,0.5,0.153725174569888,0.4606261381846,0.0537744846796855,0,0.00517472062010899,0.0351382617657126 -4288,0.5,0.153725174569888,0.250251639043391,0.0570986661694293,0.153725174569888,0.234815086396546,0.0712145218456718,0.153725174569888,0.256599292318714,0.113269588592328,0.153725174569888,0.331635346473918,0.064431822651096,0.153725174569888,0.307245563889026,0.140780958583996,0.153725174569888,0.209763293975696,0.0470577695808536,0.153725174569888,0.244825711733293,0.0923638256737043,0.153725174569888,0.202448125388527,0.11383646353003,0.5,0.153725174569888,0.117730615497715,0.122492744387205,0.153725174569888,0.400585513421779,0.0122351928258035,0.5,0.153725174569888,0.210002621679518,0.0621881134035915,0.153725174569888,0.267008485067166,0.159691765808199,0.153725174569888,0.270706203498089,0.0133082684260471,0.153725174569888,0.180120381215453,0.141989753170845,0.153725174569888,0.27654291759156,0.0771888407166582,0.153725174569888,0.203181633467718,0.167600575368266,0.153725174569888,0.255933968886984,0.118352936202739,0.5,0.153725174569888,0.428358382338215,0.0644059907524443,0,0.0097600431397669,0.0708845933806987 -4289,0.5,0.153725174569888,0.163713598695093,0.0261047999429604,0.153725174569888,0.133248663389232,0.0363341394357069,0.153725174569888,0.156117350461298,0.0605052097898251,0.153725174569888,0.245772537491423,0.0278765274087707,0.153725174569888,0.185396741060977,0.0798978088913831,0.153725174569888,0.191143702040792,0.0182438564183463,0.153725174569888,0.213518698659129,0.039673988128244,0.153725174569888,0.129970639319297,0.0576886496346753,0.5,0.153725174569888,0.067695223327086,0.0463049835340831,0.153725174569888,0.258366583884505,0.0192948763087476,0.5,0.153725174569888,0.0990709115174989,0.0413300360944655,0.153725174569888,0.174802092997793,0.109587076770574,0.153725174569888,0.208058118597122,0.00770586177049203,0.153725174569888,0.208793930108388,0.102513158976385,0.153725174569888,0.158242048257593,0.0569888754574718,0.153725174569888,0.124407575166529,0.103394099902623,0.153725174569888,0.201552179439257,0.0671611050831592,0.5,0.153725174569888,0.290113720974781,0.077356502534482,0,0.000771538386470489,0.144665334784935 -4290,0.5,0.153725174569888,0.10564679775665,0.00523851471819232,0.153725174569888,0.102547254557834,0.0199740961165774,0.153725174569888,0.0592172133835099,0.0202899821927662,0.153725174569888,0.104627436521614,0.0025987579374912,0.153725174569888,0.151156378488867,0.0388746539220377,0.153725174569888,0.0862980870598181,0.00685166452661141,0.153725174569888,0.0714297684783536,0.00989040544571409,0.153725174569888,0.0784256781795529,0.0145914937769862,0.5,0.153725174569888,0.0378427713962949,0.0121367074465293,0.153725174569888,0.130065955240441,0.00317038219113384,0.5,0.153725174569888,0.0658384499720882,0.319629100385237,0.153725174569888,0.0973067766735655,0.0790121854070387,0.153725174569888,0.128143839521576,0.00790282258087729,0.153725174569888,0.108818363614264,0.0824525619129492,0.153725174569888,0.0886245765796174,0.0284588951747051,0.153725174569888,0.0629267542082165,0.0961405328866611,0.153725174569888,0.115380040110942,0.0725120894960019,0.5,0.153725174569888,0.182451543874077,0.0369577515581501,0,0.000579371321478285,0.175853851409212 -4291,0.5,0.153725174569888,0.0693965329311192,0.00400527335155369,0.153725174569888,0.0568095618200015,0.00965427456990869,0.153725174569888,0.0410118881204328,0.0140451057416413,0.153725174569888,0.0477018148583473,0.00209001655687996,0.153725174569888,0.0678347280529717,0.0121287927653496,0.153725174569888,0.0410929312692986,0.008060011683939,0.153725174569888,0.0485433508918261,0.00520185350302577,0.153725174569888,0.0297869595273259,0.00736776758685073,0.5,0.153725174569888,0.0103028935836743,0.00591020943731974,0.153725174569888,0.064282402075687,0.000133347135960668,0.5,0.153725174569888,0.0178800430265551,0.147641979069121,0.153725174569888,0.0347932479217293,0.0615263397164142,0.153725174569888,0.0839984586409013,0.01450320523956,0.153725174569888,0.0626208395380569,0.0545420034123482,0.153725174569888,0.0638787551700257,0.0202504808055191,0.153725174569888,0.0195387179350307,0.0490925463287525,0.153725174569888,0.0400612617377073,0.149311642195251,0.5,0.153725174569888,0.0766661028650932,0.00943949683458819,0,0.000800696244274885,0.166622523284944 -4292,0.5,0.153725174569888,0.0258428673365271,0.00308811355365285,0.153725174569888,0.00628266550985611,0.00659088354027106,0.153725174569888,0.00784489928408431,0.0426657087776545,0.153725174569888,0.00671898476300849,0.00708376943580529,0.153725174569888,0.0220001488449738,0.00142645935938957,0.153725174569888,0.00924784222969377,0.0104305520463755,0.153725174569888,0.016073606398114,0.00174564953624605,0.153725174569888,0.0110582580033875,0.00841012431484816,0.5,0.153725174569888,0.00124257889099751,0.00301903521669593,0.153725174569888,0.00905814663506243,0.00185772008656741,0.5,0.153725174569888,0.00195508043970225,0.035939578486602,0.153725174569888,0.00436444024652575,0.0571635669292789,0.153725174569888,0.0349651459112206,0.0245180414671426,0.153725174569888,0.0340143889387129,0.0279609035747302,0.153725174569888,0.0233695200372188,0.00911143007843244,0.153725174569888,0.00450904825425267,0.00353903031601421,0.153725174569888,0.00395581525649422,0.0831331121185623,0.5,0.153725174569888,0.0,0.00906776102246087,0,0.00018532327942438,0.153117370879234 -4293,0.5,0.153725174569888,0.0,0.00349426217262336,0.153725174569888,0.0,0.0107952816197644,0.153725174569888,0.0,0.110780888240768,0.153725174569888,0.0,0.0144247459525073,0.153725174569888,7.98801358357963e-05,0.000620056160869251,0.153725174569888,0.0,0.0104946884861841,0.153725174569888,0.0,0.000391024602207404,0.153725174569888,0.0,0.00547369317888493,0.5,0.153725174569888,0.0,0.00431254141292005,0.153725174569888,0.0,0.00884366947315369,0.5,0.153725174569888,0.0,0.0258569094158857,0.153725174569888,0.0,0.0181170612808147,0.153725174569888,0.0,0.0323266568223322,0.153725174569888,2.15297899688622e-05,0.017267897603361,0.153725174569888,0.0,0.00796360101318336,0.153725174569888,0.0,0.000863459916890837,0.153725174569888,0.0,0.0666049744432428,0.5,0.153725174569888,0.0,0.0049710881498369,0,0.0,0.123047014880021 -4294,0.5,0.153725174569888,0.0,0.00154885380168904,0.153725174569888,0.0,0.0259465875554195,0.153725174569888,0.0,0.0769623088035798,0.153725174569888,0.0,0.0748465552715993,0.153725174569888,0.0,0.000685655920258956,0.153725174569888,0.0,0.0114337139528464,0.153725174569888,0.0,0.000179894221232419,0.153725174569888,0.0,0.00397261246336624,0.5,0.153725174569888,0.0,0.00701680362978752,0.153725174569888,0.0,0.00693007822617647,0.5,0.153725174569888,0.0,0.0752933774728035,0.153725174569888,0.0,0.0207363634798877,0.153725174569888,0.0,0.0397549720439671,0.153725174569888,0.0,0.00998371487926332,0.153725174569888,0.0,0.00601662259103871,0.153725174569888,0.0,0.000864076768786537,0.153725174569888,0.0,0.047327708773827,0.5,0.153725174569888,0.0,0.00908153352200709,0,0.0,0.0783041619584357 -4295,0.5,0.153725174569888,0.0,0.000537638227006421,0.153725174569888,0.0,0.0333377402053399,0.153725174569888,0.0,0.00353529251379239,0.153725174569888,0.0,0.103666821124372,0.153725174569888,0.0,0.00275247180685717,0.153725174569888,0.0,0.0119122209589315,0.153725174569888,0.0,0.000358928145208801,0.153725174569888,0.0,0.00302789670807441,0.5,0.153725174569888,0.0,0.0113015517991593,0.153725174569888,0.0,0.0379856245491398,0.5,0.153725174569888,0.0,0.142953540656961,0.153725174569888,0.0,0.0305049133008084,0.153725174569888,0.0,0.0293837979984713,0.153725174569888,0.0,0.00401984839458205,0.153725174569888,0.0,0.00486739134375631,0.153725174569888,0.0,0.00153886277248651,0.153725174569888,0.0,0.0763250193350788,0.5,0.153725174569888,0.0,0.020147187758382,0,0.0,0.042702817033167 -4296,0.5,0.153725174569888,0.0,0.0115745207983598,0.153725174569888,0.0,0.026176888350348,0.153725174569888,0.0,0.00191541400856362,0.153725174569888,0.0,0.081358822840754,0.153725174569888,0.0,0.00348598584504312,0.153725174569888,0.0,0.0108441327294044,0.153725174569888,0.0,0.000575625783486949,0.153725174569888,0.0,0.00266785416957987,0.5,0.153725174569888,0.0,0.012154343381335,0.153725174569888,0.0,0.0566220702260938,0.5,0.153725174569888,0.0,0.196251095074895,0.153725174569888,0.0,0.014020933717819,0.153725174569888,0.0,0.0127363451874398,0.153725174569888,0.0,0.00149948577252965,0.153725174569888,0.0,0.00631149510525159,0.153725174569888,0.0,0.00342985370945217,0.153725174569888,0.0,0.104872369472272,0.5,0.153725174569888,0.0,0.048682656637512,0,0.0,0.0214401757427086 -4297,0.5,0.153725174569888,0.0,0.0112381234756941,0.153725174569888,0.0,0.0127060241406983,0.153725174569888,0.0,0.0056849641651297,0.153725174569888,0.0,0.0498926637413351,0.153725174569888,0.0,0.00259646523918576,0.153725174569888,0.0,0.00700616560062429,0.153725174569888,0.0,0.000881949546511918,0.153725174569888,0.0,0.00171869175903989,0.5,0.153725174569888,0.0,0.00800938824444991,0.153725174569888,0.0,0.0319853158995471,0.5,0.153725174569888,0.0,0.112248774230781,0.153725174569888,0.0,0.00553336987536026,0.153725174569888,0.0,0.00862472879666948,0.153725174569888,0.0,0.00103912432135065,0.153725174569888,0.0,0.0090404479303081,0.153725174569888,0.0,0.00353608147333316,0.153725174569888,0.0,0.0831646415885836,0.5,0.153725174569888,0.0,0.1717641540775,0,6.18918497393929e-05,0.0129031099643615 -4298,0.5,0.153725174569888,0.0,0.00665473186482439,0.153725174569888,0.0,0.00535604557503546,0.153725174569888,0.0,0.0103795397830843,0.153725174569888,0.0,0.0122540919356042,0.153725174569888,0.0,0.0013145108178301,0.153725174569888,0.0,0.00311444889313072,0.153725174569888,0.0,0.00265966809903239,0.153725174569888,0.0,0.00126208476064605,0.5,0.153725174569888,0.0,0.00243528851390905,0.153725174569888,0.0,0.0109168726237133,0.5,0.153725174569888,0.0,0.0640970885812007,0.153725174569888,0.0,0.00282564841723673,0.153725174569888,0.0,0.00805201275662323,0.153725174569888,0.0,0.000976175799323586,0.153725174569888,0.0,0.0128399770731058,0.153725174569888,0.0,0.00275682044985319,0.153725174569888,0.0,0.0509355214127226,0.5,0.153725174569888,0.0,0.177196600752343,0,0.000142784170739548,0.00833572601055565 -4299,0.5,0.153725174569888,0.0,0.00501979453165137,0.153725174569888,0.0,0.00226259236582883,0.153725174569888,0.0,0.0125949419840361,0.153725174569888,0.0,0.0106153532319495,0.153725174569888,0.0,0.000446272987836672,0.153725174569888,0.0,0.00285063855321384,0.153725174569888,0.0,0.00321210520083886,0.153725174569888,0.0,0.000816723279672165,0.5,0.153725174569888,0.0,0.00513318830175368,0.153725174569888,0.0,0.00538403039129391,0.5,0.153725174569888,0.0,0.0235431384908715,0.153725174569888,0.0,0.00263471146994174,0.153725174569888,0.0,0.00520916879640971,0.153725174569888,0.0,0.000844291385047965,0.153725174569888,0.0,0.0171322965899001,0.153725174569888,0.0,0.00296138668505618,0.153725174569888,0.0,0.040583508249072,0.5,0.153725174569888,0.0,0.0638379919033785,0,0.000317491454786642,0.0061476527144643 -4300,0.5,0.153725174569888,0.0,0.00854228636987702,0.153725174569888,0.0,0.00181535124091622,0.153725174569888,0.0,0.0108512419241187,0.153725174569888,0.0,0.0181337751252373,0.153725174569888,0.0,0.000358800704192115,0.153725174569888,0.0,0.00311216363260133,0.153725174569888,0.0,0.00369611294262964,0.153725174569888,0.0,0.00115867207001661,0.5,0.153725174569888,0.0,0.0121268966240098,0.153725174569888,0.0,0.00241792391218153,0.5,0.153725174569888,0.0,0.0180123997296299,0.153725174569888,0.0,0.00419802267401738,0.153725174569888,0.0,0.00298561985438122,0.153725174569888,0.0,0.000600591216772052,0.153725174569888,0.0,0.0168443810697382,0.153725174569888,0.0,0.00517977154269764,0.153725174569888,0.0,0.0184436950790272,0.5,0.153725174569888,0.0,0.0122652711621768,0,0.000856641952730815,0.00317610634522931 -4301,0.5,0.153725174569888,0.000878175398579064,0.0123940912827804,0.153725174569888,0.00261160607528861,0.00324062126564547,0.153725174569888,0.000310270346555422,0.00728559248787192,0.153725174569888,0.00042693903426878,0.0234237769143838,0.153725174569888,3.36670864579682e-05,0.000335269107626994,0.153725174569888,0.0,0.00240458943879138,0.153725174569888,8.24140715704861e-05,0.00628860571355665,0.153725174569888,0.0,0.00129018901579085,0.5,0.153725174569888,0.0,0.0196828568899462,0.153725174569888,0.0,0.000594239016787952,0.5,0.153725174569888,0.0,0.026947300541272,0.153725174569888,0.0,0.0158481467966936,0.153725174569888,0.00421312807717316,0.00145852308865644,0.153725174569888,0.00133025022537666,0.000737507174650897,0.153725174569888,0.000598478762721522,0.0176226449821089,0.153725174569888,8.66683768182919e-05,0.0121803691557978,0.153725174569888,0.000583078450797585,0.0184027084639651,0.5,0.153725174569888,0.00111605254698668,0.00223117246601465,0,0.00716635928259786,0.000100602572357943 -4302,0.5,0.153725174569888,0.00830300532832426,0.0174453664720842,0.153725174569888,0.0391629975089397,0.00427117497482488,0.153725174569888,0.0109810466763303,0.0170235383391334,0.153725174569888,0.0076059105095027,0.0292280554356727,0.153725174569888,0.00186163474457774,0.000964980150261335,0.153725174569888,0.00911078285879196,0.00397829838060534,0.153725174569888,0.0132270492342654,0.00604966300408889,0.153725174569888,0.00947388262409354,0.00591268095111533,0.5,0.153725174569888,0.00444669492542908,0.0481614189601213,0.153725174569888,0.0217885384402858,0.000408003369261278,0.5,0.153725174569888,0.00176468097538863,0.0393598444473246,0.153725174569888,0.00321009098415585,0.0798613540757126,0.153725174569888,0.0544323650794625,0.00150743220813387,0.153725174569888,0.0234192557464545,0.00141148880279664,0.153725174569888,0.00805184837989096,0.0238522094007787,0.153725174569888,0.00948662883518508,0.0210514648145674,0.153725174569888,0.0243693074424455,0.035238038492836,0.5,0.153725174569888,0.0480324975305559,0.000926449489865602,0,0.0176479774549928,6.91181662745074e-05 -4303,0.5,0.153725174569888,0.0223076487380129,0.0275043950468769,0.153725174569888,0.0841780606682437,0.0104242931529391,0.153725174569888,0.032474265328248,0.0458921309086535,0.153725174569888,0.0393583289395191,0.0446493453525199,0.153725174569888,0.00611579934628506,0.00289391996602817,0.153725174569888,0.0500891157357293,0.00825899448678772,0.153725174569888,0.029970653336292,0.0101466151337224,0.153725174569888,0.0279484505361277,0.00966959361390393,0.5,0.153725174569888,0.00693601394238778,0.0767536794423214,0.153725174569888,0.0436614300725711,0.00218387953253414,0.5,0.153725174569888,0.00727488881358728,0.0461883969520924,0.153725174569888,0.0155969483388918,0.143086563083223,0.153725174569888,0.117137942742699,0.00383476154881787,0.153725174569888,0.0580574515701919,0.00323880461019726,0.153725174569888,0.022851477593387,0.026254697095183,0.153725174569888,0.0125020319297031,0.0248689090919456,0.153725174569888,0.0448358539873081,0.0603437423696163,0.5,0.153725174569888,0.11788901109614,0.00212891699287615,0,0.0257453376618612,0.000132437573378865 -4304,0.5,0.153725174569888,0.0422664873554613,0.0306092412983647,0.153725174569888,0.134782202943147,0.0185674355669197,0.153725174569888,0.0496045356310144,0.0528336722302841,0.153725174569888,0.0937973771662326,0.0764198462280173,0.153725174569888,0.0205121155822735,0.00782745614064741,0.153725174569888,0.0680321418420733,0.0144525489976136,0.153725174569888,0.029879045488487,0.00816012090028885,0.153725174569888,0.0441862568073968,0.0159104586836933,0.5,0.153725174569888,0.0268172258213913,0.140828566468592,0.153725174569888,0.0576080285251552,0.0119013130599492,0.5,0.153725174569888,0.00762366114998682,0.0520827035529258,0.153725174569888,0.0325415162552753,0.23731645964269,0.153725174569888,0.193997626341806,0.00439529642374025,0.153725174569888,0.0994589092020156,0.00796813548234267,0.153725174569888,0.0323128734617177,0.0342644889952442,0.153725174569888,0.0085987791697773,0.0396048841739188,0.153725174569888,0.0497846872147502,0.0857170583592818,0.5,0.153725174569888,0.189323810199612,0.0112484609939709,0,0.0324576035045426,0.00326003700341673 -4305,0.5,0.153725174569888,0.0475750839619222,0.034186701307684,0.153725174569888,0.202162741129076,0.0235245839090339,0.153725174569888,0.0739396253820125,0.0592943908188984,0.153725174569888,0.164058607716288,0.107233828700902,0.153725174569888,0.0636774380017675,0.0212953356857738,0.153725174569888,0.106345159100149,0.0147553914323151,0.153725174569888,0.0569065544375277,0.00559629040890507,0.153725174569888,0.0812332973284409,0.0256920255551169,0.5,0.153725174569888,0.0593032767841233,0.2110345237742,0.153725174569888,0.0791741145844231,0.0349828518326945,0.5,0.153725174569888,0.00767309784827981,0.0641640841268757,0.153725174569888,0.0381466958738647,0.293227441741517,0.153725174569888,0.271654110223082,0.00537977046965079,0.153725174569888,0.166896983770285,0.0173690240888449,0.153725174569888,0.0540027547167136,0.0766517761079768,0.153725174569888,0.0267202607684114,0.0655988234772712,0.153725174569888,0.0570626596241981,0.0988838952218458,0.5,0.153725174569888,0.233359060941307,0.0212261430835839,0,0.0236156458053267,0.00720574343521567 -4306,0.5,0.153725174569888,0.0497905674900745,0.044205756133064,0.153725174569888,0.284552525977922,0.0138273769821882,0.153725174569888,0.0941909580547403,0.073620340785761,0.153725174569888,0.225354922030597,0.146075560844382,0.153725174569888,0.065103319705557,0.023791170297242,0.153725174569888,0.104173932455396,0.0104164736830013,0.153725174569888,0.0940579208205127,0.0109413529339115,0.153725174569888,0.110015962218129,0.0438356462522377,0.5,0.153725174569888,0.0907682603593491,0.231261511191132,0.153725174569888,0.0762778797710959,0.0813154914663919,0.5,0.153725174569888,0.0143128671207097,0.136366797973721,0.153725174569888,0.05316666919523,0.3204721422788,0.153725174569888,0.373414105382569,0.00406103915348206,0.153725174569888,0.267307465849369,0.0203670866734561,0.153725174569888,0.0967057646212011,0.0939994320006318,0.153725174569888,0.0724410853519357,0.114703584325119,0.153725174569888,0.0673564806611542,0.143484577572138,0.5,0.153725174569888,0.275436031728606,0.0406473429334991,0,0.0243429835553119,0.0188165285781301 -4307,0.5,0.153725174569888,0.0624623629621281,0.0667462858401908,0.153725174569888,0.435265387802748,0.00163615742798947,0.153725174569888,0.0983526915145365,0.111158714925333,0.153725174569888,0.234919151265446,0.151217042481731,0.153725174569888,0.0440056633529743,0.0292531998990537,0.153725174569888,0.173239568692745,0.0321846656336226,0.153725174569888,0.180581396670231,0.0337066130849203,0.153725174569888,0.129112111687061,0.0565393282457221,0.5,0.153725174569888,0.137782512828044,0.276590671302581,0.153725174569888,0.0794255326852473,0.171511999176527,0.5,0.153725174569888,0.0479511142551101,0.399270588929589,0.153725174569888,0.0650009959337728,0.351535744392864,0.153725174569888,0.469996167145075,0.00393643735303683,0.153725174569888,0.363449923819143,0.0100747410259919,0.153725174569888,0.133676779047616,0.0738139352883125,0.153725174569888,0.0852130223601113,0.108733412792282,0.153725174569888,0.0857978623220118,0.206852185552092,0.5,0.153725174569888,0.311724936317329,0.072437149966015,0,0.0226218517612512,0.0531474766857793 -4308,0.5,0.153725174569888,0.0792821609671175,0.0857732748435283,0.153725174569888,0.48544311045648,0.00350671061595123,0.153725174569888,0.0696684709556841,0.198751688172447,0.153725174569888,0.209475049333562,0.14058506998091,0.153725174569888,0.175709754979691,0.0322537069773942,0.153725174569888,0.174113800311445,0.0701104677773162,0.153725174569888,0.147426738291957,0.0794034986521743,0.153725174569888,0.180600810448823,0.0655145197981984,0.5,0.153725174569888,0.178768417081185,0.27394884026332,0.153725174569888,0.121424975828791,0.295191466731727,0.5,0.153725174569888,0.0876879738864379,0.375284713916733,0.153725174569888,0.061559138490324,0.442573129191482,0.153725174569888,0.513677992954995,0.0121567468417195,0.153725174569888,0.372016972387811,0.00579233217222858,0.153725174569888,0.169587412981961,0.04995533823668,0.153725174569888,0.074479106412888,0.0763573954231433,0.153725174569888,0.0823925100994865,0.259101660210809,0.5,0.153725174569888,0.299356282514983,0.121715196291197,0,0.00960227211812882,0.0751119656739442 -4309,0.5,0.153725174569888,0.0909129336516535,0.0861464572121489,0.153725174569888,0.511675567521263,0.0203447339892329,0.153725174569888,0.0544289287906777,0.224018603137615,0.153725174569888,0.122878709484939,0.133161201636148,0.153725174569888,0.11228651036372,0.0203481091395197,0.153725174569888,0.0840904475625132,0.0656312812939535,0.153725174569888,0.112025313644726,0.105738797567168,0.153725174569888,0.256018691512743,0.0866098845634877,0.5,0.153725174569888,0.162978758556821,0.229604665963962,0.153725174569888,0.104574626259803,0.51779083381727,0.5,0.153725174569888,0.143068264477951,0.402617589925103,0.153725174569888,0.0760653590685249,0.370003322773359,0.153725174569888,0.544764539999792,0.0389268930314137,0.153725174569888,0.410795323762414,0.0107582576394661,0.153725174569888,0.189528459646179,0.0241718408376984,0.153725174569888,0.0619646118553927,0.0607739379823894,0.153725174569888,0.0902394142568119,0.327935899424378,0.5,0.153725174569888,0.224842100618555,0.212215008573146,0,0.00571443284710434,0.0880057188997788 -4310,0.5,0.153725174569888,0.0977972525529888,0.0758150420887442,0.153725174569888,0.470067590415639,0.0261178555442868,0.153725174569888,0.0449199737682766,0.271490831257194,0.153725174569888,0.0841358502508109,0.107535692736108,0.153725174569888,0.0699924318782495,0.00884304992807378,0.153725174569888,0.0845716314009721,0.0510031530714598,0.153725174569888,0.107222357672698,0.11930956382241,0.153725174569888,0.201859235082773,0.0936366833948124,0.5,0.153725174569888,0.14299943262631,0.178982412427734,0.153725174569888,0.0582672004743367,0.646404056124703,0.5,0.153725174569888,0.123336335092649,0.51155906224622,0.153725174569888,0.138226258716315,0.358424728147845,0.153725174569888,0.492238087896819,0.0823469817908389,0.153725174569888,0.355097766040261,0.0238613063888476,0.153725174569888,0.166463134185708,0.0122138052883997,0.153725174569888,0.0680018894896044,0.0517194808835268,0.153725174569888,0.0991258897679494,0.382394379687695,0.5,0.153725174569888,0.130674110683747,0.455307414534932,0,0.00542723933156995,0.141312609230982 -4311,0.5,0.153725174569888,0.0831241666277259,0.0811861155313968,0.153725174569888,0.337809360030591,0.0417700177221429,0.153725174569888,0.0396612584469862,0.326023472088627,0.153725174569888,0.0599038729994437,0.0961842932630218,0.153725174569888,0.12268772999657,0.00315563634111335,0.153725174569888,0.0553313387186005,0.0417723408346859,0.153725174569888,0.0598932996149614,0.13220147597675,0.153725174569888,0.107861507002964,0.0690680532168107,0.5,0.153725174569888,0.130785600157422,0.181998991019515,0.153725174569888,0.103718752930458,0.522797393320171,0.5,0.153725174569888,0.101376947825907,0.546003420482845,0.153725174569888,0.148684754483023,0.423660765884201,0.153725174569888,0.460402528229402,0.129790363873019,0.153725174569888,0.297111211763639,0.0451793331308482,0.153725174569888,0.140259248836438,0.0104525522746325,0.153725174569888,0.126919504552654,0.0375158031134037,0.153725174569888,0.0846699607008899,0.438260256705752,0.5,0.153725174569888,0.112429976769529,0.720166174061424,0,0.00741256332230515,0.213003826104621 -4312,0.5,0.153725174569888,0.0663143446238057,0.0900724995297455,0.153725174569888,0.231392688245367,0.0601384552686415,0.153725174569888,0.0274523198236993,0.311393259971083,0.153725174569888,0.0689666717683382,0.130489239330248,0.153725174569888,0.139150858395408,0.000299333897299207,0.153725174569888,0.0748208607050604,0.0303510854544302,0.153725174569888,0.0361499822562304,0.120055504376687,0.153725174569888,0.06186332102959,0.0429294755901052,0.5,0.153725174569888,0.0919133336772084,0.187050399296931,0.153725174569888,0.161524064109015,0.40065579533034,0.5,0.153725174569888,0.0766250161186341,0.565801199652305,0.153725174569888,0.11135928864063,0.402240294432458,0.153725174569888,0.357373322276718,0.175942006517751,0.153725174569888,0.182910519789466,0.0715936788921773,0.153725174569888,0.125437051522893,0.0203025248078945,0.153725174569888,0.0881489692528045,0.0492902126473151,0.153725174569888,0.0774111919196055,0.496708684783323,0.5,0.153725174569888,0.0495669179679415,0.676552397579129,0,0.0110427837496724,0.271305945705125 -4313,0.5,0.153725174569888,0.0475044631771662,0.0859940618261278,0.153725174569888,0.141255538995391,0.0957375469128308,0.153725174569888,0.0190876410885491,0.25017857640348,0.153725174569888,0.0388333377137079,0.186071976008744,0.153725174569888,0.107067748716777,0.000640120581318648,0.153725174569888,0.0482322976008685,0.0191349058938626,0.153725174569888,0.0417967640616942,0.110781873360788,0.153725174569888,0.0687517404116669,0.0351836726400256,0.5,0.153725174569888,0.0917142596135547,0.188929480178826,0.153725174569888,0.117907145758588,0.34101180061565,0.5,0.153725174569888,0.0770033314186098,0.543850836652693,0.153725174569888,0.0656227749364575,0.346641041630863,0.153725174569888,0.29954909787843,0.243932766979795,0.153725174569888,0.1487516077637,0.101360640045129,0.153725174569888,0.0938268360633972,0.040471538113025,0.153725174569888,0.0421307152064286,0.0642334075230075,0.153725174569888,0.0572866528533111,0.470649233085339,0.5,0.153725174569888,0.0294539586391845,0.651643696352244,0,0.00964155205288028,0.336986528116002 -4314,0.5,0.153725174569888,0.0308062944770854,0.0755106353988042,0.153725174569888,0.0960026430690238,0.15288449889932,0.153725174569888,0.0186190979310184,0.175210839385869,0.153725174569888,0.0143949049755773,0.215218728517691,0.153725174569888,0.122457245887611,0.00237614521359231,0.153725174569888,0.0256250464120377,0.0123993108706096,0.153725174569888,0.0330085193045556,0.073053290063943,0.153725174569888,0.0409702348528732,0.0348706889905704,0.5,0.153725174569888,0.0799754021899846,0.197720950695086,0.153725174569888,0.0501476449317152,0.269971321256617,0.5,0.153725174569888,0.0869660489485044,0.424942451360785,0.153725174569888,0.0433337467577226,0.281466216714128,0.153725174569888,0.188733429513255,0.279387422904609,0.153725174569888,0.0855213092877877,0.124239064745727,0.153725174569888,0.0673315088171939,0.0610000479825075,0.153725174569888,0.0276178331068617,0.0836106187693293,0.153725174569888,0.0366640381981353,0.376153546674363,0.5,0.153725174569888,0.0301157960829698,0.515791189451065,0,0.00467802100447975,0.353813639756077 -4315,0.5,0.153725174569888,0.0148866378101627,0.0747227723892281,0.153725174569888,0.0627144671263722,0.262340849755803,0.153725174569888,0.0104030162168273,0.105116040556007,0.153725174569888,0.00518301227693051,0.237754933623375,0.153725174569888,0.0275448769139847,0.0035436018941767,0.153725174569888,0.0146697379544347,0.0139679944244792,0.153725174569888,0.0191203200609601,0.0357668201728836,0.153725174569888,0.0218437651812668,0.033882588308517,0.5,0.153725174569888,0.0515012775656015,0.167389430297356,0.153725174569888,0.0084679022376539,0.213391610321601,0.5,0.153725174569888,0.0460979780385185,0.41063470634987,0.153725174569888,0.0195121348871055,0.215612472483851,0.153725174569888,0.11291702927234,0.236198540255906,0.153725174569888,0.047652209513168,0.136052779527513,0.153725174569888,0.0350883696379682,0.0808853507897189,0.153725174569888,0.0149885274894658,0.0692312627628396,0.153725174569888,0.0185943272949444,0.305406403428346,0.5,0.153725174569888,0.014251299884562,0.406496358049515,0,0.0,0.348550070781175 -4316,0.5,0.153725174569888,0.00492811124486886,0.0690881088559647,0.153725174569888,0.0110206486362134,0.294525894053142,0.153725174569888,0.00315616229177171,0.0515541583640461,0.153725174569888,0.000479488774418344,0.264509017160233,0.153725174569888,0.0152796549465383,0.00745854416540726,0.153725174569888,0.00869454816150501,0.0146855928656555,0.153725174569888,0.00801695717564182,0.0135652522599149,0.153725174569888,0.0099126883545716,0.0288803425928471,0.5,0.153725174569888,0.0129936292144919,0.113337312412403,0.153725174569888,0.000691914271183536,0.163475640580079,0.5,0.153725174569888,0.0160708853538328,0.321363995120916,0.153725174569888,0.00477405451312682,0.150631684599415,0.153725174569888,0.0432949246625128,0.145682301789039,0.153725174569888,0.0284325715529667,0.132806102853457,0.153725174569888,0.0129495446027466,0.0789806260218672,0.153725174569888,0.00602186867555813,0.0478047247034693,0.153725174569888,0.00406713111955113,0.244473425463101,0.5,0.153725174569888,0.000396893987486688,0.32853591228042,0,0.000702088838127253,0.330515939186947 -4317,0.5,0.153725174569888,1.22278918044108e-07,0.0592556677951131,0.153725174569888,0.0,0.1862359179418,0.153725174569888,0.0,0.0258145740210941,0.153725174569888,0.0,0.2912250195288,0.153725174569888,0.0,0.0127115110147962,0.153725174569888,0.00014705557905067,0.0113465855654813,0.153725174569888,3.08716406518432e-05,0.00706107760608592,0.153725174569888,2.60009156527238e-06,0.0239785192016708,0.5,0.153725174569888,0.0,0.0815496283494614,0.153725174569888,0.0,0.140008000453168,0.5,0.153725174569888,0.0,0.251192942145186,0.153725174569888,0.0,0.120547415564944,0.153725174569888,2.7488948372184e-06,0.0908061036505029,0.153725174569888,0.0,0.101005488528503,0.153725174569888,0.0,0.0541084131382986,0.153725174569888,0.0,0.0218616085371029,0.153725174569888,0.0,0.187198532489464,0.5,0.153725174569888,0.0,0.244344669042219,0,0.00241663182682502,0.291521630125824 -4318,0.5,0.153725174569888,0.0,0.0618754740179336,0.153725174569888,0.0,0.118788045103484,0.153725174569888,0.0,0.0174378053795881,0.153725174569888,0.0,0.309561263657061,0.153725174569888,0.0,0.0197714663614151,0.153725174569888,0.0,0.0170343254946511,0.153725174569888,0.0,0.0054479408315188,0.153725174569888,0.0,0.030488650405041,0.5,0.153725174569888,0.0,0.0738116641076929,0.153725174569888,0.0,0.0964805305188325,0.5,0.153725174569888,0.0,0.224464175693765,0.153725174569888,0.0,0.127685756703978,0.153725174569888,0.0,0.08798494518145,0.153725174569888,0.0,0.0796635527009726,0.153725174569888,0.0,0.0370236439074319,0.153725174569888,0.0,0.0105273643948028,0.153725174569888,0.0,0.166082277984041,0.5,0.153725174569888,0.0,0.213768625748481,0,0.00389236311632237,0.244044458433992 -4319,0.5,0.153725174569888,0.0,0.0689420268530435,0.153725174569888,0.0,0.0924273474530905,0.153725174569888,0.0,0.0174156934377006,0.153725174569888,0.0,0.28300571645715,0.153725174569888,0.0,0.0277024832276854,0.153725174569888,0.0,0.021027094110257,0.153725174569888,0.0,0.00811317681472981,0.153725174569888,0.0,0.0465117872495292,0.5,0.153725174569888,0.0,0.0809857303164482,0.153725174569888,0.0,0.0822724484692067,0.5,0.153725174569888,0.0,0.189504022295474,0.153725174569888,0.0,0.133410813310176,0.153725174569888,0.0,0.0924869440317835,0.153725174569888,0.0,0.0696934495147868,0.153725174569888,0.0,0.0300513231335556,0.153725174569888,0.0,0.00638323814331519,0.153725174569888,0.0,0.156916661464852,0.5,0.153725174569888,0.0,0.187263226204013,0,0.00582161353919367,0.224362937707471 -4320,0.5,0.153725174569888,0.0,0.0698375217729041,0.153725174569888,0.0,0.0737869376672876,0.153725174569888,0.0,0.0185199133045318,0.153725174569888,0.0,0.231345037520209,0.153725174569888,0.0,0.0326188028943316,0.153725174569888,0.0,0.0284770650473684,0.153725174569888,0.0,0.00865496913902447,0.153725174569888,0.0,0.0765066492261085,0.5,0.153725174569888,0.0,0.0872620709341174,0.153725174569888,0.0,0.0917670913725147,0.5,0.153725174569888,0.0,0.184782188181373,0.153725174569888,0.0,0.124871835933069,0.153725174569888,0.0,0.0863205708807287,0.153725174569888,0.0,0.0662483135576643,0.153725174569888,0.0,0.0288228829394754,0.153725174569888,0.0,0.00583426983536908,0.153725174569888,0.0,0.151894577282316,0.5,0.153725174569888,0.0,0.158340778734395,0,0.00911298839243003,0.214811177246434 -4321,0.5,0.153725174569888,0.0,0.0601947147936512,0.153725174569888,0.0,0.0666493366193831,0.153725174569888,0.0,0.016152910615678,0.153725174569888,0.0,0.181476082935748,0.153725174569888,0.0,0.0338403332299527,0.153725174569888,0.0,0.0340614295362315,0.153725174569888,0.0,0.0106328690812416,0.153725174569888,0.0,0.102462439701162,0.5,0.153725174569888,0.0,0.0924854927922939,0.153725174569888,0.0,0.105097721032316,0.5,0.153725174569888,0.0,0.221101344583646,0.153725174569888,0.0,0.0771806966736417,0.153725174569888,0.0,0.0753920656528938,0.153725174569888,0.0,0.072882187818147,0.153725174569888,0.0,0.0299238029061439,0.153725174569888,0.0,0.00656661675465089,0.153725174569888,0.0,0.163605780167024,0.5,0.153725174569888,0.0,0.158955356102308,0,0.0174189362024144,0.214859496624029 -4322,0.5,0.153725174569888,0.0,0.0515487130237212,0.153725174569888,0.0,0.0671870585240271,0.153725174569888,0.0,0.0192805549466178,0.153725174569888,0.0,0.13055258116199,0.153725174569888,0.0,0.0372232718882988,0.153725174569888,0.0,0.0414961960063547,0.153725174569888,0.0,0.0151715873928223,0.153725174569888,0.0,0.10934353787453,0.5,0.153725174569888,0.0,0.0913363422935519,0.153725174569888,0.0,0.0875447522491533,0.5,0.153725174569888,0.0,0.240987860395772,0.153725174569888,0.0,0.0502385855637739,0.153725174569888,0.0,0.0729642795159098,0.153725174569888,0.0,0.0805274805743128,0.153725174569888,0.0,0.0307588735281065,0.153725174569888,0.0,0.00766338860036742,0.153725174569888,0.0,0.169172091896829,0.5,0.153725174569888,0.0,0.156715005511489,0,0.0443830995657253,0.240663963193595 -4323,0.5,0.153725174569888,0.0,0.051478093194837,0.153725174569888,0.0,0.0591395859771805,0.153725174569888,0.0,0.0218768972111621,0.153725174569888,0.0,0.0950131378270303,0.153725174569888,0.0,0.0411757273865836,0.153725174569888,0.0,0.055160756061257,0.153725174569888,0.0,0.0288293959317357,0.153725174569888,0.0,0.119243619867789,0.5,0.153725174569888,0.0,0.0871499308085207,0.153725174569888,0.0,0.047261645641204,0.5,0.153725174569888,0.0,0.234988833302698,0.153725174569888,0.0,0.0408010893511702,0.153725174569888,0.0,0.0696548181901897,0.153725174569888,0.0,0.0795421253111243,0.153725174569888,0.0,0.0298851017507196,0.153725174569888,0.0,0.0112570009268651,0.153725174569888,0.0,0.158568813552299,0.5,0.153725174569888,0.0,0.15967537565204,0,0.0596776780168123,0.279662914413214 -4324,0.5,0.153725174569888,0.0,0.0555008380219702,0.153725174569888,0.0,0.0516728504863907,0.153725174569888,0.0,0.0212762346324829,0.153725174569888,0.0,0.0610209831432928,0.153725174569888,0.0,0.046948054715897,0.153725174569888,0.0,0.0937845730812186,0.153725174569888,0.0,0.0448344797381843,0.153725174569888,0.0,0.120114931834,0.5,0.153725174569888,0.0,0.0756038485837387,0.153725174569888,0.0,0.0160633065985935,0.5,0.153725174569888,0.0,0.210871970394668,0.153725174569888,0.0,0.0460978658793344,0.153725174569888,0.0,0.0588506017595021,0.153725174569888,0.0,0.0749027098563432,0.153725174569888,0.0,0.0279443520447234,0.153725174569888,0.0,0.0201292186186392,0.153725174569888,0.0,0.137151735448345,0.5,0.153725174569888,0.0,0.116586833643417,0,0.0635893634601987,0.279015944887105 -4325,0.5,0.153725174569888,0.00678991438798349,0.0553782334932538,0.153725174569888,0.00391295782772235,0.0531490970550429,0.153725174569888,0.0023537891385121,0.0178101900286701,0.153725174569888,0.00304656036732357,0.0507780561137327,0.153725174569888,0.0006420890871473,0.0565037797682949,0.153725174569888,0.0,0.1404125100869,0.153725174569888,3.41095836158569e-06,0.0698791337061273,0.153725174569888,0.0,0.0929977748200216,0.5,0.153725174569888,0.0,0.0631232695694343,0.153725174569888,0.0,0.0149582502301175,0.5,0.153725174569888,0.0,0.199944986246581,0.153725174569888,0.0,0.0461868852544662,0.153725174569888,0.00339734098588168,0.051413432443839,0.153725174569888,0.00228707414437728,0.0693260514134368,0.153725174569888,0.0017386024527048,0.0280440942337504,0.153725174569888,2.18508988158188e-05,0.0338815850834782,0.153725174569888,0.000127847689294876,0.116052555680001,0.5,0.153725174569888,0.000372748453074635,0.0742996322380312,0,0.0692941177657379,0.23498537864867 -4326,0.5,0.153725174569888,0.0625370511576645,0.0697581261539672,0.153725174569888,0.0588592372779951,0.0657588764480617,0.153725174569888,0.0423320501438303,0.0164043444864806,0.153725174569888,0.0526360047319905,0.0642437476216751,0.153725174569888,0.0368325160220131,0.0696630653451717,0.153725174569888,0.00487692206362588,0.150992879741201,0.153725174569888,0.00398755221062206,0.100642101822508,0.153725174569888,0.0236237882317376,0.100913452381266,0.5,0.153725174569888,0.0169432891525716,0.0634402096094174,0.153725174569888,0.0264474975340887,0.0284963388885995,0.5,0.153725174569888,0.00454453133932427,0.27162411231703,0.153725174569888,0.0214125894248155,0.0512885799577843,0.153725174569888,0.0364317153490367,0.0580180370572325,0.153725174569888,0.0508504824122994,0.0681952535399826,0.153725174569888,0.0331035530999346,0.033710951617492,0.153725174569888,0.00880458263658565,0.0734335957079458,0.153725174569888,0.0126214956359434,0.12972293737692,0.5,0.153725174569888,0.0257033173306746,0.0774546970490175,0,0.0869833594631058,0.196573745538248 -4327,0.5,0.153725174569888,0.14144068452689,0.126687628541897,0.153725174569888,0.133845882890866,0.113315495642,0.153725174569888,0.100785284683191,0.029614088385319,0.153725174569888,0.129192183116511,0.112834269476223,0.153725174569888,0.107290597286405,0.0988142792883012,0.153725174569888,0.033399358449732,0.137960832766948,0.153725174569888,0.0106555350824596,0.102681868635429,0.153725174569888,0.0683648907106961,0.180183908319608,0.5,0.153725174569888,0.0775775639790343,0.158276907147332,0.153725174569888,0.0696098146396527,0.0908902269855795,0.5,0.153725174569888,0.0209619584222956,0.31581044937925,0.153725174569888,0.0598646487832108,0.222108615109482,0.153725174569888,0.0708497169954701,0.10366585356213,0.153725174569888,0.122105293087172,0.0919488640462,0.153725174569888,0.0849218601079051,0.0645860035243959,0.153725174569888,0.058807244699157,0.15235910653276,0.153725174569888,0.0322226100896578,0.167230853574772,0.5,0.153725174569888,0.0851464770050582,0.203152313010697,0,0.106924907949676,0.23265131416774 -4328,0.5,0.153725174569888,0.242590485490393,0.177911720864077,0.153725174569888,0.246440243920829,0.176845279739822,0.153725174569888,0.193019197064575,0.0444885099830099,0.153725174569888,0.223073663080331,0.151853789814824,0.153725174569888,0.213176016264211,0.153691748293936,0.153725174569888,0.11002854042134,0.154030227430569,0.153725174569888,0.04675008075927,0.123379215303548,0.153725174569888,0.0947510886616362,0.235600853220298,0.5,0.153725174569888,0.172741807596036,0.300537488182806,0.153725174569888,0.127879989773157,0.180864806877221,0.5,0.153725174569888,0.0413449924826877,0.381105139541418,0.153725174569888,0.0890000520592139,0.350274545185934,0.153725174569888,0.101387032852299,0.155363157372534,0.153725174569888,0.232466413222887,0.207117270481165,0.153725174569888,0.149887213518803,0.108091114857964,0.153725174569888,0.130009918810721,0.192798768070632,0.153725174569888,0.0581028169043511,0.247132549236288,0.5,0.153725174569888,0.16971450039963,0.333565139631199,0,0.144070387840361,0.275964917635331 -4329,0.5,0.153725174569888,0.336590408290047,0.193548925625791,0.153725174569888,0.347540053353529,0.255099509178076,0.153725174569888,0.246556040405939,0.0703805628380446,0.153725174569888,0.310670146537775,0.149760856190302,0.153725174569888,0.343001958470363,0.253666740633744,0.153725174569888,0.244924398473667,0.172724089878346,0.153725174569888,0.117891349529739,0.124808265741001,0.153725174569888,0.118711927498844,0.199991475124321,0.5,0.153725174569888,0.278848690915734,0.302634534611348,0.153725174569888,0.176010711929551,0.255346726379843,0.5,0.153725174569888,0.111575131732958,0.473131530997132,0.153725174569888,0.125417560648047,0.381281286530223,0.153725174569888,0.131876841604465,0.192546733526384,0.153725174569888,0.346690711683316,0.286929323815515,0.153725174569888,0.234184978033372,0.149239685442624,0.153725174569888,0.171280571887741,0.219888435507186,0.153725174569888,0.0897006774131778,0.302915503006186,0.5,0.153725174569888,0.229202193979755,0.378547131065363,0,0.208987011332238,0.345356985560397 -4330,0.5,0.153725174569888,0.403579470131744,0.24021180389718,0.153725174569888,0.386724199337593,0.294737412544944,0.153725174569888,0.316612910004788,0.130892926822327,0.153725174569888,0.424526984152411,0.130404662275115,0.153725174569888,0.477716661408327,0.287915670591093,0.153725174569888,0.394673596191976,0.180137613794211,0.153725174569888,0.25730183604409,0.113811202507628,0.153725174569888,0.196313882727712,0.240728178083595,0.5,0.153725174569888,0.387619737909487,0.326101684794212,0.153725174569888,0.197769949296845,0.35178191401733,0.5,0.153725174569888,0.266573707389581,0.533888215654898,0.153725174569888,0.148458733896877,0.343244984268513,0.153725174569888,0.115892455002097,0.200958821888361,0.153725174569888,0.474897650696355,0.313379970863728,0.153725174569888,0.368367716811783,0.181127533969222,0.153725174569888,0.204174227337198,0.213223015613223,0.153725174569888,0.180307086096105,0.390522760771959,0.5,0.153725174569888,0.257772477460004,0.433463516566555,0,0.205865953490535,0.400628363608334 -4331,0.5,0.153725174569888,0.445512844257064,0.290347816979481,0.153725174569888,0.212529084220045,0.297667938767834,0.153725174569888,0.30570311009286,0.173177360743358,0.153725174569888,0.459648723723492,0.131205603384897,0.153725174569888,0.59643853247297,0.319585746083943,0.153725174569888,0.548179883802569,0.215319164227657,0.153725174569888,0.43853209627969,0.152927820424718,0.153725174569888,0.304750713609745,0.31236608177741,0.5,0.153725174569888,0.476296898701492,0.387167450543236,0.153725174569888,0.222567413814059,0.45083963835066,0.5,0.153725174569888,0.362409611749302,0.488069227729014,0.153725174569888,0.225152086928569,0.348746021493683,0.153725174569888,0.107092835792953,0.186129505421711,0.153725174569888,0.55108076651506,0.34004144485637,0.153725174569888,0.463075332203595,0.234946038595926,0.153725174569888,0.247496148471858,0.186975281159577,0.153725174569888,0.228595891610286,0.440239350091544,0.5,0.153725174569888,0.260777709154738,0.599298209062269,0,0.234094159851305,0.516634107215761 -4332,0.5,0.153725174569888,0.414707534914604,0.283158102650706,0.153725174569888,0.183026566753646,0.351650232482082,0.153725174569888,0.2114009531059,0.167710772475941,0.153725174569888,0.434307099425112,0.146828622421496,0.153725174569888,0.655971459344784,0.322322899107526,0.153725174569888,0.636663403852632,0.232896661626566,0.153725174569888,0.564648004381592,0.23634996131296,0.153725174569888,0.446904001825519,0.311835331083191,0.5,0.153725174569888,0.539448442853236,0.407120888782632,0.153725174569888,0.23172306730565,0.515358822794697,0.5,0.153725174569888,0.328798750322207,0.39348882689473,0.153725174569888,0.301220457774643,0.34560846219585,0.153725174569888,0.110428218855275,0.16774283456959,0.153725174569888,0.579948533207347,0.371892627371348,0.153725174569888,0.530843113372075,0.31230567523779,0.153725174569888,0.301372495312117,0.207914052357257,0.153725174569888,0.181337480764512,0.436909770181083,0.5,0.153725174569888,0.339326510517339,0.715576565773372,0,0.267351491769769,0.620988059147339 -4333,0.5,0.153725174569888,0.322335352055804,0.285276792053169,0.153725174569888,0.178976543381847,0.395064859623094,0.153725174569888,0.250761401898419,0.199150744342514,0.153725174569888,0.417057478716188,0.178871218503746,0.153725174569888,0.646434695966268,0.394496263351408,0.153725174569888,0.652431878827631,0.232776735150991,0.153725174569888,0.657427120833575,0.280424020404686,0.153725174569888,0.54590758084119,0.273981027233872,0.5,0.153725174569888,0.60403539817393,0.403527747906011,0.153725174569888,0.27041225990812,0.503966462753924,0.5,0.153725174569888,0.524871796782604,0.422796736645776,0.153725174569888,0.329544942451944,0.375745344068582,0.153725174569888,0.11392652323548,0.168074928880392,0.153725174569888,0.563234013912349,0.410174516633973,0.153725174569888,0.559620344696152,0.395454917529849,0.153725174569888,0.339980526849143,0.246546915339832,0.153725174569888,0.206792967830421,0.478829866397388,0.5,0.153725174569888,0.257500639277942,0.733745982262369,0,0.22841588282793,0.646308773081312 -4334,0.5,0.153725174569888,0.279925575955584,0.297793037504005,0.153725174569888,0.206284316771817,0.370988206751269,0.153725174569888,0.265529509375548,0.239479387542495,0.153725174569888,0.371625462045828,0.215276869851653,0.153725174569888,0.543968165680676,0.503663995601805,0.153725174569888,0.646283356005118,0.264429324491633,0.153725174569888,0.658238382434686,0.294294804831664,0.153725174569888,0.628667819213027,0.248348797025657,0.5,0.153725174569888,0.599951562416616,0.346601441293996,0.153725174569888,0.248967465458527,0.419209575479816,0.5,0.153725174569888,0.610985302645877,0.474747091024242,0.153725174569888,0.349574739990694,0.325024211823413,0.153725174569888,0.114442455552794,0.173693167006327,0.153725174569888,0.53657608143952,0.458528822496641,0.153725174569888,0.530389728239963,0.414262977400357,0.153725174569888,0.39946421260786,0.293593121827043,0.153725174569888,0.291292917596768,0.452055535552463,0.5,0.153725174569888,0.237693105050828,0.675613287436246,0,0.18688226930886,0.585957878021211 -4335,0.5,0.153725174569888,0.224825121335489,0.307106402116073,0.153725174569888,0.21334402300053,0.365801254554071,0.153725174569888,0.230451636441158,0.231607533142997,0.153725174569888,0.321692227264761,0.234482373001371,0.153725174569888,0.510527876667305,0.61823234431634,0.153725174569888,0.561913293756595,0.332270770992443,0.153725174569888,0.604676127766745,0.300933101528192,0.153725174569888,0.594478899937244,0.23331487435403,0.5,0.153725174569888,0.538475614139529,0.298394248597855,0.153725174569888,0.214549673454095,0.265513430479285,0.5,0.153725174569888,0.519091814690261,0.461641238204182,0.153725174569888,0.450315674546948,0.365972106832789,0.153725174569888,0.109826996429223,0.176444033963093,0.153725174569888,0.520541627441715,0.495153192961386,0.153725174569888,0.522476368694053,0.421074472017422,0.153725174569888,0.451865942043878,0.268431797839634,0.153725174569888,0.347100912166808,0.37330971194348,0.5,0.153725174569888,0.17215720983822,0.583057400142588,0,0.163269542067449,0.531088333644318 -4336,0.5,0.153725174569888,0.154248462646044,0.295935932927074,0.153725174569888,0.15750320023967,0.366833729095263,0.153725174569888,0.175344139945161,0.174851563761206,0.153725174569888,0.234303212692478,0.212248995013361,0.153725174569888,0.405323477353012,0.638342594582469,0.153725174569888,0.430736600219581,0.433334550636652,0.153725174569888,0.503083764050226,0.328156849054964,0.153725174569888,0.483729496911614,0.2187992288528,0.5,0.153725174569888,0.461533980857189,0.256418283376265,0.153725174569888,0.280869051634131,0.219158849999649,0.5,0.153725174569888,0.362959485323852,0.421030607793312,0.153725174569888,0.399592460877313,0.372561989999494,0.153725174569888,0.10901434778692,0.140285745230118,0.153725174569888,0.420182189261743,0.496570869342242,0.153725174569888,0.468621806707276,0.43265220565079,0.153725174569888,0.457957103221439,0.22705838995767,0.153725174569888,0.29990868776391,0.302468853147708,0.5,0.153725174569888,0.11896201438557,0.419192398405234,0,0.1618335409894,0.5142340057072 -4337,0.5,0.153725174569888,0.137769333275971,0.275041386846961,0.153725174569888,0.106186745661807,0.3392125769842,0.153725174569888,0.187836268212758,0.150895693361248,0.153725174569888,0.170866727431361,0.222290916442074,0.153725174569888,0.317406975561677,0.509146982357342,0.153725174569888,0.307564863524054,0.468894142542832,0.153725174569888,0.363982991147486,0.388906363543069,0.153725174569888,0.384623448273237,0.19116867779922,0.5,0.153725174569888,0.295550523677648,0.190758597408809,0.153725174569888,0.256257016744567,0.172995697644008,0.5,0.153725174569888,0.254821932930312,0.313236528438902,0.153725174569888,0.32699062653377,0.290378911067447,0.153725174569888,0.161401600560161,0.0926880818760437,0.153725174569888,0.339851349664765,0.442940421055815,0.153725174569888,0.329624644354695,0.418581418303275,0.153725174569888,0.335540888420376,0.184314668556365,0.153725174569888,0.233571424375573,0.218923856860685,0.5,0.153725174569888,0.0983284841877996,0.302561415595725,0,0.1881230536294,0.507578260039946 -4338,0.5,0.153725174569888,0.0915976360547539,0.227917695981325,0.153725174569888,0.066351138023913,0.202851087340541,0.153725174569888,0.167968269937293,0.129180102456954,0.153725174569888,0.0972793143877297,0.184148172892386,0.153725174569888,0.249819257291918,0.392616907048372,0.153725174569888,0.229448429057698,0.42142082524214,0.153725174569888,0.219595814494223,0.364915886845719,0.153725174569888,0.266493176501883,0.139185497067775,0.5,0.153725174569888,0.203021139619656,0.128282456362584,0.153725174569888,0.204241175916269,0.129582510320611,0.5,0.153725174569888,0.183502257230345,0.132958047316484,0.153725174569888,0.223933264409331,0.15569406770331,0.153725174569888,0.154756585801252,0.072332431818665,0.153725174569888,0.234745038806428,0.402292390771996,0.153725174569888,0.194036860168841,0.371864369579754,0.153725174569888,0.248498821528288,0.125477103258913,0.153725174569888,0.144965809646174,0.0938238700899321,0.5,0.153725174569888,0.0736752358854129,0.219286604501171,0,0.218913400883386,0.464152356500424 -4339,0.5,0.153725174569888,0.0572461230807779,0.178205571199311,0.153725174569888,0.0656564970673588,0.0821839684443733,0.153725174569888,0.100962972820143,0.0649142352375275,0.153725174569888,0.0407449756186524,0.11090677998985,0.153725174569888,0.129046802708066,0.297224271436119,0.153725174569888,0.113329340843546,0.32266522414997,0.153725174569888,0.10215227995654,0.249340153237845,0.153725174569888,0.144597978033189,0.0537618489729631,0.5,0.153725174569888,0.101846171531061,0.0528821461850603,0.153725174569888,0.112423101078041,0.0424550525067029,0.5,0.153725174569888,0.0975675382139697,0.0329725264525522,0.153725174569888,0.105540888186099,0.0432863895705747,0.153725174569888,0.0826557646036119,0.0500288329193668,0.153725174569888,0.133401496779159,0.348476430312601,0.153725174569888,0.0993814900566505,0.237026122139987,0.153725174569888,0.12773721088657,0.0771361383347917,0.153725174569888,0.0748357355138079,0.0379784569090782,0.5,0.153725174569888,0.0335222897700447,0.112868409846758,0,0.217917322657531,0.389894684265929 -4340,0.5,0.153725174569888,0.01270952253299,0.124045068103261,0.153725174569888,0.0300316481439426,0.0216771091616743,0.153725174569888,0.0233524364736157,0.0474769152940118,0.153725174569888,0.00899014572718825,0.0455167330248502,0.153725174569888,0.0459880202677519,0.181314367976168,0.153725174569888,0.0373175038286121,0.241385850272969,0.153725174569888,0.0336300507872751,0.0997753751469487,0.153725174569888,0.0419544038994024,0.0345200907629079,0.5,0.153725174569888,0.0303985931815879,0.0252309465340784,0.153725174569888,0.0116224465852833,0.041976487948991,0.5,0.153725174569888,0.0248562013814704,0.0067691817162333,0.153725174569888,0.0211721230374877,0.0154261252348815,0.153725174569888,0.0261961586244322,0.0348977869959313,0.153725174569888,0.0455986225247646,0.25446735213027,0.153725174569888,0.0291564297575401,0.111594565915641,0.153725174569888,0.0318535005676494,0.0558441737130311,0.153725174569888,0.0152671639402257,0.0144955963336224,0.5,0.153725174569888,0.0,0.0629599306448034,0,0.1680732334299,0.375395039319843 -4341,0.5,0.153725174569888,0.0,0.0974801723373571,0.153725174569888,0.0,0.00157945891381887,0.153725174569888,0.0,0.045268552746816,0.153725174569888,0.0,0.0324661262300524,0.153725174569888,0.0,0.0916049143147927,0.153725174569888,0.0,0.133288162974433,0.153725174569888,0.0,0.0353102474671502,0.153725174569888,0.0,0.0528344427442494,0.5,0.153725174569888,0.0,0.0199207192369839,0.153725174569888,0.0,0.0486023026986801,0.5,0.153725174569888,0.0,0.00423231298838021,0.153725174569888,0.0,0.00948711994549405,0.153725174569888,0.000121106726406152,0.0351024376252025,0.153725174569888,0.0,0.163921737092431,0.153725174569888,0.0,0.047189173801172,0.153725174569888,0.0,0.0317595313980925,0.153725174569888,0.0,0.00824621539535451,0.5,0.153725174569888,0.0,0.0411770020899573,0,0.125272572742296,0.390177644441067 -4342,0.5,0.153725174569888,0.0,0.097087891939999,0.153725174569888,0.0,0.00284144959180907,0.153725174569888,0.0,0.03135688181658,0.153725174569888,0.0,0.0329388587080643,0.153725174569888,0.0,0.0716240293446315,0.153725174569888,0.0,0.0829886926655586,0.153725174569888,0.0,0.0167761421883328,0.153725174569888,0.0,0.0613791801127369,0.5,0.153725174569888,0.0,0.0143847507539183,0.153725174569888,0.0,0.0509020767704599,0.5,0.153725174569888,0.0,0.00195781082847596,0.153725174569888,0.0,0.00672804037623894,0.153725174569888,0.0,0.0360021424018927,0.153725174569888,0.0,0.124767100470702,0.153725174569888,0.0,0.0253526685131814,0.153725174569888,0.0,0.0179841463476818,0.153725174569888,0.0,0.0072252967625695,0.5,0.153725174569888,0.0,0.040385631343327,0,0.10947605036238,0.406702182373805 -4343,0.5,0.153725174569888,0.0,0.0958250427876541,0.153725174569888,0.0,0.0171661846453819,0.153725174569888,0.0,0.024448844380379,0.153725174569888,0.0,0.034071456193095,0.153725174569888,0.0,0.0583724565740418,0.153725174569888,0.0,0.0614402208236741,0.153725174569888,0.0,0.0137104520204023,0.153725174569888,0.0,0.041557460001827,0.5,0.153725174569888,0.0,0.0110772525474224,0.153725174569888,0.0,0.046256941088007,0.5,0.153725174569888,0.0,0.000720473659352032,0.153725174569888,0.0,0.00504948266499749,0.153725174569888,0.0,0.0354243124692609,0.153725174569888,0.0,0.108590947536583,0.153725174569888,0.0,0.0231903725767269,0.153725174569888,0.0,0.0106999203959335,0.153725174569888,0.0,0.00619996314087511,0.5,0.153725174569888,0.0,0.0491840516028558,0,0.115102596041903,0.411218952849343 -4344,0.5,0.153725174569888,0.0,0.0953794794971763,0.153725174569888,0.0,0.040561046413869,0.153725174569888,0.0,0.0237816930051265,0.153725174569888,0.0,0.0378964224089435,0.153725174569888,0.0,0.0478057052660794,0.153725174569888,0.0,0.050624529962666,0.153725174569888,0.0,0.0168712035827804,0.153725174569888,0.0,0.0236932254509722,0.5,0.153725174569888,0.0,0.00878307209254543,0.153725174569888,0.0,0.0387242865477436,0.5,0.153725174569888,0.0,0.000506518479265192,0.153725174569888,0.0,0.00322381892027911,0.153725174569888,0.0,0.0427629931346718,0.153725174569888,0.0,0.097147461073191,0.153725174569888,0.0,0.0281801426463406,0.153725174569888,0.0,0.00629758430708313,0.153725174569888,0.0,0.00479636403502693,0.5,0.153725174569888,0.0,0.0534382757634918,0,0.12803459444125,0.38410031427748 -4345,0.5,0.153725174569888,0.0,0.0842649827288767,0.153725174569888,0.0,0.0689677588126095,0.153725174569888,0.0,0.0190290023791405,0.153725174569888,0.0,0.0407850695405541,0.153725174569888,0.0,0.0448262554431602,0.153725174569888,0.0,0.0443662400129874,0.153725174569888,0.0,0.02044679451685,0.153725174569888,0.0,0.0204987605930123,0.5,0.153725174569888,0.0,0.00721256592931121,0.153725174569888,0.0,0.0316135506490169,0.5,0.153725174569888,0.0,0.000420317711773817,0.153725174569888,0.0,0.00267184915973758,0.153725174569888,0.0,0.0598942759638025,0.153725174569888,0.0,0.0960923413446935,0.153725174569888,0.0,0.038440159651747,0.153725174569888,0.0,0.00445052056293663,0.153725174569888,0.0,0.00352094963678965,0.5,0.153725174569888,0.0,0.0449802485868658,0,0.135723275048622,0.376031827984628 -4346,0.5,0.153725174569888,0.0,0.0723736567534215,0.153725174569888,0.0,0.0922077981050685,0.153725174569888,0.0,0.0126203018233085,0.153725174569888,0.0,0.0425316607739491,0.153725174569888,0.0,0.0454122307369081,0.153725174569888,0.0,0.0364388159741161,0.153725174569888,0.0,0.0207879731413645,0.153725174569888,0.0,0.0194220879589283,0.5,0.153725174569888,0.0,0.0062567865633793,0.153725174569888,0.0,0.0260996019793054,0.5,0.153725174569888,0.0,0.000203213394385247,0.153725174569888,0.0,0.00171190327860041,0.153725174569888,0.0,0.0732159379206772,0.153725174569888,0.0,0.0990163493724522,0.153725174569888,0.0,0.0442136936034701,0.153725174569888,0.0,0.00556392385324357,0.153725174569888,0.0,0.00188852282067653,0.5,0.153725174569888,0.0,0.0367576587478916,0,0.139944648871971,0.39144550547828 -4347,0.5,0.153725174569888,0.0,0.068526147743838,0.153725174569888,0.0,0.101389506791679,0.153725174569888,0.0,0.00736034186006413,0.153725174569888,0.0,0.039889062964581,0.153725174569888,0.0,0.0482897601313039,0.153725174569888,0.0,0.0264704130742479,0.153725174569888,0.0,0.0146128839848638,0.153725174569888,0.0,0.0146751434837496,0.5,0.153725174569888,0.0,0.00549129381836445,0.153725174569888,0.0,0.0203071987828785,0.5,0.153725174569888,0.0,4.69831894308174e-05,0.153725174569888,0.0,0.000996690033666392,0.153725174569888,0.0,0.0886537737166898,0.153725174569888,0.0,0.105527877881919,0.153725174569888,0.0,0.0500049896484922,0.153725174569888,0.0,0.00783514799156245,0.153725174569888,0.0,0.00114261575644355,0.5,0.153725174569888,0.0,0.0248269515541927,0,0.133385825983464,0.418271864117337 -4348,0.5,0.153725174569888,0.0,0.0602775308073599,0.153725174569888,0.0,0.117085919317282,0.153725174569888,0.0,0.00437810322312787,0.153725174569888,0.0,0.0365407951501725,0.153725174569888,0.0,0.0488361525974093,0.153725174569888,0.0,0.0197771409145677,0.153725174569888,0.0,0.00846972601242834,0.153725174569888,0.0,0.0108134421926996,0.5,0.153725174569888,0.0,0.00603252538236767,0.153725174569888,0.0,0.0135200963926589,0.5,0.153725174569888,0.0,3.52492798635361e-05,0.153725174569888,0.0,0.000613541133096487,0.153725174569888,0.0,0.0966550750196233,0.153725174569888,0.0,0.109833494162023,0.153725174569888,0.0,0.0514431386925085,0.153725174569888,0.0,0.008532217106034,0.153725174569888,0.0,0.00105530078641494,0.5,0.153725174569888,0.0,0.0132997144998949,0,0.0903409967170974,0.441119496426902 -4349,0.5,0.153725174569888,0.00200674478703129,0.0554076343695923,0.153725174569888,0.00250241703700789,0.117799317828043,0.153725174569888,0.00298123924482043,0.00275129373178315,0.153725174569888,0.00415206858113162,0.0293680077006419,0.153725174569888,0.000922847243353763,0.0460228910185801,0.153725174569888,0.0,0.014380826957948,0.153725174569888,0.000329620119207121,0.00553426117974178,0.153725174569888,0.0,0.00967583883251956,0.5,0.153725174569888,0.0,0.00851206081975228,0.153725174569888,0.0,0.00866191531226245,0.5,0.153725174569888,0.0,0.000375497081497509,0.153725174569888,0.0,0.00107162491742436,0.153725174569888,0.00141334234348034,0.0909113329994097,0.153725174569888,0.00116110654218334,0.110759482185747,0.153725174569888,0.00256994735306257,0.0528122690847575,0.153725174569888,0.00054848699458751,0.00808483909948885,0.153725174569888,0.000856639448743202,0.00133022716063637,0.5,0.153725174569888,0.000895839498486501,0.00783119541867099,0,0.0426267156869292,0.430282378638565 -4350,0.5,0.153725174569888,0.0260023880404439,0.065915094577398,0.153725174569888,0.0297765662636553,0.129963115082702,0.153725174569888,0.0568639958239474,0.00246482372559896,0.153725174569888,0.0557373252486671,0.0347532811402501,0.153725174569888,0.0450426383893302,0.0395119178679211,0.153725174569888,0.0426645976960514,0.0102371835029057,0.153725174569888,0.047421212473517,0.00480671665834209,0.153725174569888,0.0335028600040681,0.00830712025746377,0.5,0.153725174569888,0.0283314358674671,0.0116601790096868,0.153725174569888,0.0465992089793155,0.00532779408322008,0.5,0.153725174569888,0.0264508925197185,0.000793226002516314,0.153725174569888,0.0380827711695798,0.000815637835161552,0.153725174569888,0.0318621452533111,0.083301860134805,0.153725174569888,0.0316786518084375,0.116878727490261,0.153725174569888,0.0545306655083909,0.0719459748201492,0.153725174569888,0.0428595115751474,0.00910095024351031,0.153725174569888,0.0523141863754294,0.00108355893229251,0.5,0.153725174569888,0.0523158108695438,0.00365443672475032,0,0.0228149900097213,0.342955113903542 -4351,0.5,0.153725174569888,0.0728586693644828,0.11258601874536,0.153725174569888,0.0883276782087184,0.176944566491984,0.153725174569888,0.130290128757677,0.00668902020519186,0.153725174569888,0.131795538084167,0.0719664393250108,0.153725174569888,0.108045383093179,0.0609475493900162,0.153725174569888,0.113132020466921,0.0146939597436811,0.153725174569888,0.121847994349461,0.014137715506643,0.153725174569888,0.105653051747079,0.0185638600795394,0.5,0.153725174569888,0.095368747670063,0.0173767853589965,0.153725174569888,0.128622272495717,0.00139217880058001,0.5,0.153725174569888,0.068615741152255,0.00173397681653071,0.153725174569888,0.114622625174155,0.000913287651893357,0.153725174569888,0.0904991683524147,0.106301520911732,0.153725174569888,0.111852100641466,0.159569856981991,0.153725174569888,0.126879714276633,0.11715698442101,0.153725174569888,0.114436140932414,0.0330262571322439,0.153725174569888,0.133074768878797,0.000700344886867518,0.5,0.153725174569888,0.138238292495234,0.00251653340503179,0,0.0209272412945598,0.280273650721599 -4352,0.5,0.153725174569888,0.145016770671713,0.180753979178573,0.153725174569888,0.164854102993028,0.304112963968485,0.153725174569888,0.213948470300196,0.0196298824568172,0.153725174569888,0.224462997157516,0.120086195896805,0.153725174569888,0.200746183416356,0.113009084434483,0.153725174569888,0.22063087649306,0.0385998268912301,0.153725174569888,0.238848610335112,0.0383541839678151,0.153725174569888,0.214623185090311,0.0447015314726649,0.5,0.153725174569888,0.178857893904826,0.0387670445710379,0.153725174569888,0.24750407883947,0.000623069743518041,0.5,0.153725174569888,0.118286416154249,0.00439354552196601,0.153725174569888,0.224341570599823,0.00253292228089328,0.153725174569888,0.191526883351204,0.13023586996725,0.153725174569888,0.21558211378744,0.252158981046091,0.153725174569888,0.234876652278175,0.158038925113793,0.153725174569888,0.215362504432916,0.0618845564113616,0.153725174569888,0.246317949667174,0.00153583727208924,0.5,0.153725174569888,0.259616429559891,0.00168771492809041,0,0.0264532544212609,0.258038742303957 -4353,0.5,0.153725174569888,0.236861451525151,0.221687885293585,0.153725174569888,0.313707616418896,0.280780240812087,0.153725174569888,0.264645496720124,0.0458197151410823,0.153725174569888,0.295421267257593,0.137480632032128,0.153725174569888,0.323928065210982,0.165581122537321,0.153725174569888,0.310517521589484,0.0786110687248039,0.153725174569888,0.363730965600722,0.0662845550374807,0.153725174569888,0.334802824388617,0.0661531363640587,0.5,0.153725174569888,0.264121057269944,0.0501714205974875,0.153725174569888,0.382338549498836,0.00567266031753464,0.5,0.153725174569888,0.169196083121014,0.00425751814891677,0.153725174569888,0.349219991465385,0.0121808867943223,0.153725174569888,0.329376435027245,0.132827654289088,0.153725174569888,0.305075386788551,0.305553555693138,0.153725174569888,0.349547041863165,0.20181047750182,0.153725174569888,0.321924591718509,0.0610900395187377,0.153725174569888,0.362294481428172,0.00728674773582466,0.5,0.153725174569888,0.394794935618343,0.00138861099850309,0,0.0402572902855557,0.242526780043587 -4354,0.5,0.153725174569888,0.369542729182251,0.244800719430866,0.153725174569888,0.338256456159314,0.236288081950843,0.153725174569888,0.388571674084973,0.0925202580493933,0.153725174569888,0.35725910939971,0.147942988613161,0.153725174569888,0.46094387238654,0.176324468542025,0.153725174569888,0.412605586208602,0.0814379700110953,0.153725174569888,0.481886859513643,0.0703493359384639,0.153725174569888,0.451398335333336,0.0682102805618931,0.5,0.153725174569888,0.356793401965754,0.0345496940921808,0.153725174569888,0.507038641725675,0.0242283891718692,0.5,0.153725174569888,0.249582653718121,0.00896753082698496,0.153725174569888,0.450944402195064,0.0251713021007121,0.153725174569888,0.436498842451445,0.153719280659293,0.153725174569888,0.376077957699226,0.302331870251628,0.153725174569888,0.458170269986239,0.188646318199401,0.153725174569888,0.381861597845858,0.0650686806117217,0.153725174569888,0.425174396725121,0.0245314848632875,0.5,0.153725174569888,0.516986163856766,0.00250170463896184,0,0.0586859425835847,0.227763773948233 -4355,0.5,0.153725174569888,0.431720367943968,0.272190697631901,0.153725174569888,0.269823702738326,0.260621121144562,0.153725174569888,0.417422657949847,0.110862915928901,0.153725174569888,0.415993850999441,0.151085628809599,0.153725174569888,0.552780962466664,0.170127396230131,0.153725174569888,0.512827585103677,0.0932802287927795,0.153725174569888,0.574970168782428,0.086157610903782,0.153725174569888,0.553161135059467,0.0749869776129639,0.5,0.153725174569888,0.499408959361108,0.0190121703704857,0.153725174569888,0.576914438860641,0.0336615841918299,0.5,0.153725174569888,0.420970295441283,0.0184020034628816,0.153725174569888,0.5512720365614,0.0387249373742105,0.153725174569888,0.486421081878296,0.195710707914284,0.153725174569888,0.420760796153659,0.309242029905241,0.153725174569888,0.461808676054291,0.181159632415184,0.153725174569888,0.478375504878878,0.0695237058953734,0.153725174569888,0.563210861451689,0.0398017140961595,0.5,0.153725174569888,0.590441173411928,0.00323342555748476,0,0.0851169913478248,0.240023678859032 -4356,0.5,0.153725174569888,0.43465869823635,0.297253893162614,0.153725174569888,0.421417918689113,0.321775773735829,0.153725174569888,0.410598699490048,0.113462726526638,0.153725174569888,0.460144285986127,0.161166495948181,0.153725174569888,0.616479246445164,0.177046775930828,0.153725174569888,0.565390029021764,0.0953758102102341,0.153725174569888,0.625170284818296,0.0967181563566975,0.153725174569888,0.60609030900802,0.0962812053985118,0.5,0.153725174569888,0.635538482065447,0.021828644013155,0.153725174569888,0.635607496409502,0.0370165819677605,0.5,0.153725174569888,0.588549243063913,0.0220864589278696,0.153725174569888,0.597743956888192,0.0371990587904285,0.153725174569888,0.548509184219751,0.25165058920396,0.153725174569888,0.484111695224941,0.35644210200863,0.153725174569888,0.5108515036157,0.18531662627611,0.153725174569888,0.46419747394793,0.0685877646850992,0.153725174569888,0.624436646035516,0.040396027375208,0.5,0.153725174569888,0.642096420752947,0.00456516893705951,0,0.111705301449665,0.272853225974827 -4357,0.5,0.153725174569888,0.370001393498938,0.310435347846673,0.153725174569888,0.520735773422245,0.383053645137202,0.153725174569888,0.45590322857047,0.112088797013314,0.153725174569888,0.44627239676489,0.169066234031716,0.153725174569888,0.616763352620976,0.197347749871192,0.153725174569888,0.595900083275779,0.0872144597746891,0.153725174569888,0.645212272503049,0.0923486602329878,0.153725174569888,0.613462420836915,0.123161968375466,0.5,0.153725174569888,0.650166387310182,0.0354532326087181,0.153725174569888,0.652895114010099,0.0497927713336049,0.5,0.153725174569888,0.608459736578484,0.020721651190553,0.153725174569888,0.564697742832981,0.0379506098012587,0.153725174569888,0.549724974733001,0.312136960380068,0.153725174569888,0.572435061843667,0.4057795370003,0.153725174569888,0.58575031654063,0.20871560862416,0.153725174569888,0.438559343773961,0.0779622446528597,0.153725174569888,0.606470500783929,0.0354396510775323,0.5,0.153725174569888,0.666276534358706,0.00393574275052199,0,0.137144641157871,0.313255189398485 -4358,0.5,0.153725174569888,0.360147063493136,0.267951620539684,0.153725174569888,0.488601210672511,0.412374874916609,0.153725174569888,0.476961067167404,0.111619786373166,0.153725174569888,0.470182972289147,0.179986451214552,0.153725174569888,0.606504447705701,0.224001340702918,0.153725174569888,0.650772569554209,0.0780125505290004,0.153725174569888,0.64937480203418,0.080094305412533,0.153725174569888,0.591884399975779,0.139217115950608,0.5,0.153725174569888,0.617931920706983,0.0538340348664503,0.153725174569888,0.635655755167096,0.0499955067960345,0.5,0.153725174569888,0.588003884516458,0.0123243323209285,0.153725174569888,0.554528170128894,0.037846183089922,0.153725174569888,0.57927806592318,0.370259001090745,0.153725174569888,0.50330062798306,0.450638142535593,0.153725174569888,0.596240951705743,0.238280271487531,0.153725174569888,0.414244284935648,0.0770559917229109,0.153725174569888,0.566466107083967,0.0313191860825682,0.5,0.153725174569888,0.627376089862406,0.00383449118880577,0,0.141168037283813,0.333925022073344 -4359,0.5,0.153725174569888,0.375994313850322,0.213445368954398,0.153725174569888,0.553937556345834,0.396530280488536,0.153725174569888,0.40278828107302,0.0929971699132769,0.153725174569888,0.413284054680824,0.16116236379079,0.153725174569888,0.528887365367172,0.263645278944762,0.153725174569888,0.629561264898018,0.0718480608014823,0.153725174569888,0.597375529760093,0.0708623999025245,0.153725174569888,0.523032974896032,0.129276714986449,0.5,0.153725174569888,0.513227417717899,0.0733982584068002,0.153725174569888,0.585896093730544,0.0341003900309114,0.5,0.153725174569888,0.53117503027196,0.00859037522956197,0.153725174569888,0.518938513057101,0.0422363680625994,0.153725174569888,0.558820020629,0.414683555316701,0.153725174569888,0.518170697295336,0.474648756224687,0.153725174569888,0.53278389599507,0.236809390118814,0.153725174569888,0.332394349944486,0.0650518052102698,0.153725174569888,0.486912785033372,0.0387730144725156,0.5,0.153725174569888,0.566019437245394,0.0123127464566037,0,0.139621447908567,0.338296028657745 -4360,0.5,0.153725174569888,0.361723453437145,0.162601483651154,0.153725174569888,0.400843857632192,0.337957441030747,0.153725174569888,0.330133343246742,0.0648552841751483,0.153725174569888,0.34740039936824,0.140670336884002,0.153725174569888,0.391125776060706,0.295447255233848,0.153725174569888,0.546465960550303,0.080503601520823,0.153725174569888,0.508079458013826,0.0704673526959034,0.153725174569888,0.462670290607781,0.104801279584013,0.5,0.153725174569888,0.416324230153216,0.0933324883556867,0.153725174569888,0.481475319067265,0.0422491209034621,0.5,0.153725174569888,0.449740585451496,0.0172700085846763,0.153725174569888,0.463515678263856,0.0467060396471531,0.153725174569888,0.492538731731782,0.427678323202129,0.153725174569888,0.407809993887655,0.465336929046511,0.153725174569888,0.462175114954623,0.254557786865332,0.153725174569888,0.294428803603787,0.0544710928513079,0.153725174569888,0.405507254446795,0.0658072068699631,0.5,0.153725174569888,0.477345628692054,0.0147460819669526,0,0.136506231879998,0.337039998911076 -4361,0.5,0.153725174569888,0.282055177656839,0.112368001318389,0.153725174569888,0.317049817682009,0.328567148779616,0.153725174569888,0.230623029038694,0.0416702827377289,0.153725174569888,0.247979988853119,0.119822716427922,0.153725174569888,0.245936422550594,0.281771890356831,0.153725174569888,0.395204257796986,0.10067421431276,0.153725174569888,0.396454103486956,0.0753263050593113,0.153725174569888,0.364235496586826,0.0848654433166376,0.5,0.153725174569888,0.322719921319899,0.112807990947276,0.153725174569888,0.367215370806724,0.0482323347788728,0.5,0.153725174569888,0.346702872619775,0.0300326741170246,0.153725174569888,0.349311453324147,0.0579369009673548,0.153725174569888,0.383089708267357,0.402269708287647,0.153725174569888,0.351990060190942,0.417343683459549,0.153725174569888,0.329812436763397,0.227662783880809,0.153725174569888,0.277136103722362,0.0527201393690097,0.153725174569888,0.315495141638305,0.0960943401857709,0.5,0.153725174569888,0.349279046814163,0.0135443442203306,0,0.110100625038963,0.345496936783195 -4362,0.5,0.153725174569888,0.1971737856425,0.0786174849956961,0.153725174569888,0.233343417994766,0.322809138187271,0.153725174569888,0.15659769823654,0.0281316491007541,0.153725174569888,0.144712931779824,0.083455207874307,0.153725174569888,0.15905968048702,0.234568644811481,0.153725174569888,0.255592176123495,0.123428741765816,0.153725174569888,0.276962318859984,0.0734335541950956,0.153725174569888,0.258800083426588,0.0692078168978911,0.5,0.153725174569888,0.223270343814647,0.142626443271899,0.153725174569888,0.241963289296124,0.0263584978201701,0.5,0.153725174569888,0.226189022942762,0.0572416482406772,0.153725174569888,0.225030909100086,0.0641885892148355,0.153725174569888,0.27074877229177,0.363374714528944,0.153725174569888,0.257643727286425,0.335775198555281,0.153725174569888,0.206968099609486,0.172954217725924,0.153725174569888,0.210306888002343,0.0492498285056797,0.153725174569888,0.2091485270352,0.114911267000952,0.5,0.153725174569888,0.223273585934684,0.0155281879593151,0,0.0675430321336546,0.34498215410004 -4363,0.5,0.153725174569888,0.0919319551018277,0.0389299715865403,0.153725174569888,0.127605805434034,0.258541565752035,0.153725174569888,0.087198379182341,0.0134325037292139,0.153725174569888,0.0722697739501663,0.0385091155008564,0.153725174569888,0.0934066824502487,0.152932947116108,0.153725174569888,0.134235483953862,0.127388381022351,0.153725174569888,0.142914040342821,0.0374824387409411,0.153725174569888,0.148651099094315,0.0492785008804678,0.5,0.153725174569888,0.125205480670314,0.158010732563323,0.153725174569888,0.107429381995819,0.00989586389324126,0.5,0.153725174569888,0.120138982313971,0.0864659119693525,0.153725174569888,0.102413435131442,0.0442658662941895,0.153725174569888,0.142187143985221,0.262136806794769,0.153725174569888,0.140309583357794,0.237884913618236,0.153725174569888,0.112940072273666,0.118157695852707,0.153725174569888,0.130916520123526,0.0262191189606663,0.153725174569888,0.105150243497707,0.128073073537078,0.5,0.153725174569888,0.0875550438118497,0.00697461673707185,0,0.0414862794866166,0.315411196440111 -4364,0.5,0.153725174569888,0.0198331850821472,0.0215376240831992,0.153725174569888,0.041246167629416,0.123239741300499,0.153725174569888,0.0217228607645784,0.00603054848729078,0.153725174569888,0.0132298190868513,0.0124856228286863,0.153725174569888,0.0380008298213948,0.0597627824323084,0.153725174569888,0.0412675629502216,0.104428397433668,0.153725174569888,0.0327889543956594,0.0192907061825419,0.153725174569888,0.0403184601265056,0.0220228213112639,0.5,0.153725174569888,0.0336721203935622,0.119568669940116,0.153725174569888,0.00910173170043463,0.0142836205110292,0.5,0.153725174569888,0.028892386756652,0.132527699442476,0.153725174569888,0.0198327629898248,0.0354308222151857,0.153725174569888,0.0465522804440384,0.1369904857337,0.153725174569888,0.0463669712061762,0.106049213999949,0.153725174569888,0.0326768804377174,0.0473743043733586,0.153725174569888,0.0319922107928169,0.0094686129725452,0.153725174569888,0.0206655190634369,0.0866543170137494,0.5,0.153725174569888,0.0,0.00760160676009886,0,0.0260502472257103,0.265061190270064 -4365,0.5,0.153725174569888,0.0,0.0241392825004887,0.153725174569888,0.0,0.0803986213608202,0.153725174569888,0.0,0.0106622875635376,0.153725174569888,0.0,0.00430799740035869,0.153725174569888,0.0,0.0423387084808984,0.153725174569888,0.0,0.105034016480163,0.153725174569888,0.0,0.00990934886527408,0.153725174569888,0.0,0.020969939646402,0.5,0.153725174569888,0.0,0.101254371568272,0.153725174569888,0.0,0.0117233796646767,0.5,0.153725174569888,0.0,0.143402994060868,0.153725174569888,0.0,0.0353165862846137,0.153725174569888,0.0,0.0999835868696913,0.153725174569888,0.0,0.0651511032067656,0.153725174569888,0.0,0.0339431291751655,0.153725174569888,0.0,0.00689780750562169,0.153725174569888,0.0,0.071759760657644,0.5,0.153725174569888,0.0,0.0113429489035685,0,0.0163841140147758,0.234974631118172 -4366,0.5,0.153725174569888,0.0,0.0311396988387607,0.153725174569888,0.0,0.0765550811323428,0.153725174569888,0.0,0.0156360611601163,0.153725174569888,0.0,0.00512395647624566,0.153725174569888,0.0,0.0350606037735897,0.153725174569888,0.0,0.0847503004213491,0.153725174569888,0.0,0.00443486449859517,0.153725174569888,0.0,0.0161522875647421,0.5,0.153725174569888,0.0,0.0737925741626537,0.153725174569888,0.0,0.0107857300930514,0.5,0.153725174569888,0.0,0.100804152302151,0.153725174569888,0.0,0.0388471269828327,0.153725174569888,0.0,0.107913198244899,0.153725174569888,0.0,0.0614512705674151,0.153725174569888,0.0,0.0319892513288571,0.153725174569888,0.0,0.00563336882642932,0.153725174569888,0.0,0.0486736304037657,0.5,0.153725174569888,0.0,0.0208050068361234,0,0.0127785865284816,0.203156448648415 -4367,0.5,0.153725174569888,0.0,0.0404834235552833,0.153725174569888,0.0,0.0710528404453783,0.153725174569888,0.0,0.016896755196546,0.153725174569888,0.0,0.00924906567965627,0.153725174569888,0.0,0.0301663150285207,0.153725174569888,0.0,0.0595309713189773,0.153725174569888,0.0,0.00655683713347221,0.153725174569888,0.0,0.0198140971224793,0.5,0.153725174569888,0.0,0.0519699495652119,0.153725174569888,0.0,0.015321265292386,0.5,0.153725174569888,0.0,0.0616859199403242,0.153725174569888,0.0,0.0511135485176978,0.153725174569888,0.0,0.110166238597142,0.153725174569888,0.0,0.0623301267380436,0.153725174569888,0.0,0.031343164695838,0.153725174569888,0.0,0.00476732749933828,0.153725174569888,0.0,0.0306241745165516,0.5,0.153725174569888,0.0,0.0276692767674635,0,0.0281062473430871,0.200514770142677 -4368,0.5,0.153725174569888,0.0,0.0494570989662015,0.153725174569888,0.0,0.0727713126965488,0.153725174569888,0.0,0.0178417282404077,0.153725174569888,0.0,0.0145701689463956,0.153725174569888,0.0,0.0290270568938106,0.153725174569888,0.0,0.0408944439909581,0.153725174569888,0.0,0.00994460916815692,0.153725174569888,0.0,0.0199236834728711,0.5,0.153725174569888,0.0,0.0409846333173925,0.153725174569888,0.0,0.0154054107990187,0.5,0.153725174569888,0.0,0.0401355572096425,0.153725174569888,0.0,0.0488651437097013,0.153725174569888,0.0,0.109387432870128,0.153725174569888,0.0,0.0681314591371019,0.153725174569888,0.0,0.0310664572022675,0.153725174569888,0.0,0.004161489446124,0.153725174569888,0.0,0.0225564989435644,0.5,0.153725174569888,0.0,0.0214011123088206,0,0.0498637495999437,0.219696450268875 -4369,0.5,0.153725174569888,0.0,0.0544810574868758,0.153725174569888,0.0,0.0830094271738952,0.153725174569888,0.0,0.0184983543451074,0.153725174569888,0.0,0.0176978140556083,0.153725174569888,0.0,0.0287971260307407,0.153725174569888,0.0,0.0288935631403297,0.153725174569888,0.0,0.010744262149383,0.153725174569888,0.0,0.0160028089851098,0.5,0.153725174569888,0.0,0.0378736037818805,0.153725174569888,0.0,0.00943396648734717,0.5,0.153725174569888,0.0,0.0312623632207433,0.153725174569888,0.0,0.0305613891042616,0.153725174569888,0.0,0.118024910003467,0.153725174569888,0.0,0.0825114372114968,0.153725174569888,0.0,0.032349434212657,0.153725174569888,0.0,0.00457633310194512,0.153725174569888,0.0,0.0202306224567772,0.5,0.153725174569888,0.0,0.0158230521384699,0,0.0708651945349329,0.238417570009881 -4370,0.5,0.153725174569888,0.0,0.0543777798553329,0.153725174569888,0.0,0.0938224305650825,0.153725174569888,0.0,0.0196928680460251,0.153725174569888,0.0,0.020466919707098,0.153725174569888,0.0,0.0296430557493808,0.153725174569888,0.0,0.0206253265226507,0.153725174569888,0.0,0.00971665254913748,0.153725174569888,0.0,0.0110657485871413,0.5,0.153725174569888,0.0,0.0396480019093149,0.153725174569888,0.0,0.0074740682715734,0.5,0.153725174569888,0.0,0.027076596704901,0.153725174569888,0.0,0.019062524512941,0.153725174569888,0.0,0.123073588341176,0.153725174569888,0.0,0.0997062811135091,0.153725174569888,0.0,0.0369267561228182,0.153725174569888,0.0,0.00450790340767765,0.153725174569888,0.0,0.019228032845122,0.5,0.153725174569888,0.0,0.0128857290404444,0,0.0728570784300964,0.256442261326888 -4371,0.5,0.153725174569888,0.0,0.0547557851247477,0.153725174569888,0.0,0.103953360233787,0.153725174569888,0.0,0.0184887837244741,0.153725174569888,0.0,0.0203011322220077,0.153725174569888,0.0,0.0336833075805029,0.153725174569888,0.0,0.0140595897321572,0.153725174569888,0.0,0.00724201570259465,0.153725174569888,0.0,0.00859259924763947,0.5,0.153725174569888,0.0,0.0379366806302886,0.153725174569888,0.0,0.00660591691502111,0.5,0.153725174569888,0.0,0.0237356001652293,0.153725174569888,0.0,0.0140272149684676,0.153725174569888,0.0,0.123498845417866,0.153725174569888,0.0,0.117163400884824,0.153725174569888,0.0,0.0431751238809384,0.153725174569888,0.0,0.00413684211805115,0.153725174569888,0.0,0.0199385261556919,0.5,0.153725174569888,0.0,0.0103296273675847,0,0.0731773599162751,0.282898006050234 -4372,0.5,0.153725174569888,0.0,0.0571282987115431,0.153725174569888,0.0,0.113335874811614,0.153725174569888,0.0,0.0157125299650893,0.153725174569888,0.0,0.0184346194834744,0.153725174569888,0.0,0.0380470168920089,0.153725174569888,0.0,0.011533444728559,0.153725174569888,0.0,0.00697654621812322,0.153725174569888,0.0,0.00836348657297873,0.5,0.153725174569888,0.0,0.0335622273487928,0.153725174569888,0.0,0.00505488412930305,0.5,0.153725174569888,0.0,0.0224829352452366,0.153725174569888,0.0,0.0119367601780805,0.153725174569888,0.0,0.113279781246876,0.153725174569888,0.0,0.129701200287942,0.153725174569888,0.0,0.0487040039113662,0.153725174569888,0.0,0.00442788999228666,0.153725174569888,0.0,0.0198587507045398,0.5,0.153725174569888,0.0,0.00861874150226973,0,0.0746710226260087,0.296171122725047 -4373,0.5,0.153725174569888,0.00922362032216273,0.0530677837999947,0.153725174569888,0.00410680706170339,0.110001902403445,0.153725174569888,0.00298695535591723,0.0135339357549167,0.153725174569888,0.00592130216709205,0.013455190343676,0.153725174569888,0.000818602101363952,0.0358981695953259,0.153725174569888,0.0,0.00905937189034575,0.153725174569888,0.000257178733887021,0.00780020567507228,0.153725174569888,0.0,0.00842874708599649,0.5,0.153725174569888,0.0,0.0323301711663829,0.153725174569888,0.0,0.00363890659140565,0.5,0.153725174569888,0.0,0.0208523927003816,0.153725174569888,0.0,0.0123955703196841,0.153725174569888,0.00417819968522313,0.0993992194109608,0.153725174569888,0.0021887418513386,0.125499178928461,0.153725174569888,0.00271135056312702,0.0498693013925357,0.153725174569888,0.000534042526756699,0.00540294459345284,0.153725174569888,0.000631780988919627,0.0189434756845989,0.5,0.153725174569888,0.000284366167983859,0.00635689693172281,0,0.0637943690639484,0.237345818893987 -4374,0.5,0.153725174569888,0.0702246640701893,0.0607898898729517,0.153725174569888,0.057214434030685,0.128674756976726,0.153725174569888,0.0597184052841996,0.0116026924669949,0.153725174569888,0.0674207079419319,0.0109473777887379,0.153725174569888,0.049532658959143,0.0321132879930921,0.153725174569888,0.0421378199375584,0.00755879779720172,0.153725174569888,0.0482740062968428,0.00784874212964037,0.153725174569888,0.040716455041282,0.00652523835323717,0.5,0.153725174569888,0.0385250235938374,0.024575088652266,0.153725174569888,0.0174118706945631,0.00423737862695805,0.5,0.153725174569888,0.0394355657294941,0.0119328004182232,0.153725174569888,0.015035960600223,0.0159084969842652,0.153725174569888,0.0537714120682303,0.0991026031865994,0.153725174569888,0.050477296327731,0.10194078387832,0.153725174569888,0.0569966542917528,0.0545272525821228,0.153725174569888,0.050543705606842,0.00492296415871089,0.153725174569888,0.0442844592265132,0.0176049190492212,0.5,0.153725174569888,0.0172765910167674,0.00670090805527956,0,0.0406534795661578,0.17322833879295 -4375,0.5,0.153725174569888,0.152142286105432,0.123594095214982,0.153725174569888,0.127309126202001,0.181623000960764,0.153725174569888,0.141279328144208,0.0172530959446387,0.153725174569888,0.153998672081524,0.0227226268282432,0.153725174569888,0.120908356917887,0.0446956272865978,0.153725174569888,0.112450949235169,0.0102978542730926,0.153725174569888,0.121662429290165,0.0136347286312806,0.153725174569888,0.113179323813724,0.00535494270228502,0.5,0.153725174569888,0.113326443233133,0.0234030907967187,0.153725174569888,0.045050226021767,0.00796127066825067,0.5,0.153725174569888,0.111800007508902,0.0101484700756879,0.153725174569888,0.0553973563248377,0.0294255291822802,0.153725174569888,0.117814398465073,0.165500863645848,0.153725174569888,0.115855344327144,0.109288933637734,0.153725174569888,0.132809805035671,0.114067956746572,0.153725174569888,0.127518483077122,0.0035730479449077,0.153725174569888,0.11082342834137,0.0186343761813847,0.5,0.153725174569888,0.0585747810960581,0.0153277211204785,0,0.0327110618876668,0.123420431171479 -4376,0.5,0.153725174569888,0.265484558526212,0.184094402366168,0.153725174569888,0.232341653394319,0.310192839213319,0.153725174569888,0.262854887328985,0.0478870369590495,0.153725174569888,0.274807906941486,0.0619748507670071,0.153725174569888,0.236913552966118,0.0801732012141611,0.153725174569888,0.227277830528679,0.0212871997290684,0.153725174569888,0.239827574203145,0.0371277060243801,0.153725174569888,0.230305663690553,0.0144776004817684,0.5,0.153725174569888,0.225140956601123,0.0429195925272504,0.153725174569888,0.0741195663277308,0.0152483220033404,0.5,0.153725174569888,0.206687237673364,0.0269604949941218,0.153725174569888,0.102369100245291,0.0426802289720491,0.153725174569888,0.205726377954123,0.18419502752425,0.153725174569888,0.211376919852981,0.162395673137597,0.153725174569888,0.249427957088148,0.203606355183424,0.153725174569888,0.24806724500905,0.0136845385588755,0.153725174569888,0.202865128719842,0.0255740790325457,0.5,0.153725174569888,0.110819690269908,0.0436604275362031,0,0.019220675847403,0.0700215334401875 -4377,0.5,0.153725174569888,0.37784102970969,0.235116938265945,0.153725174569888,0.294744327471815,0.37506786614277,0.153725174569888,0.394295370602868,0.0993576776062337,0.153725174569888,0.406864358568169,0.100693803141216,0.153725174569888,0.360657387315715,0.119816890564829,0.153725174569888,0.35295062156362,0.0413928284733089,0.153725174569888,0.367380080006389,0.0768083426171839,0.153725174569888,0.359311314998962,0.0327026659097644,0.5,0.153725174569888,0.348919591550532,0.0685073234937095,0.153725174569888,0.121028864058607,0.022299157692051,0.5,0.153725174569888,0.306687152251151,0.03719155014366,0.153725174569888,0.169854119631724,0.0592596309109508,0.153725174569888,0.305773125378605,0.189947743370615,0.153725174569888,0.295552289364309,0.197970262155946,0.153725174569888,0.371857778367583,0.290218862110894,0.153725174569888,0.378560830724429,0.0509895261489261,0.153725174569888,0.305401973015919,0.0351250532459001,0.5,0.153725174569888,0.161559118444162,0.0648828681181683,0,0.0146307013042292,0.0345315385669422 -4378,0.5,0.153725174569888,0.468348667470508,0.286973136406774,0.153725174569888,0.434900811797979,0.446594127688871,0.153725174569888,0.52263654322687,0.138593093699643,0.153725174569888,0.5339367714905,0.151490921871337,0.153725174569888,0.485706767067704,0.133000117564483,0.153725174569888,0.486324028694718,0.0625779921484147,0.153725174569888,0.501011451449875,0.108312229633871,0.153725174569888,0.499600799946882,0.0550524474616981,0.5,0.153725174569888,0.490772762174685,0.0787012984619015,0.153725174569888,0.151060178780059,0.0247380548075584,0.5,0.153725174569888,0.392051372575564,0.0418039757760107,0.153725174569888,0.245184767778575,0.0785091919171568,0.153725174569888,0.408477184254807,0.181931344583227,0.153725174569888,0.315096418377562,0.18399511415408,0.153725174569888,0.488806372023051,0.355269427779195,0.153725174569888,0.51245634724707,0.0822065872655775,0.153725174569888,0.416852478089841,0.0351940177680618,0.5,0.153725174569888,0.214819840396516,0.0696374687577714,0,0.018780663807968,0.0399579552228201 -4379,0.5,0.153725174569888,0.522612977360898,0.325850544451071,0.153725174569888,0.260886215530458,0.459655266313872,0.153725174569888,0.620507325659894,0.149862085438785,0.153725174569888,0.594701149694779,0.184597860885388,0.153725174569888,0.55770873136313,0.118599785422536,0.153725174569888,0.579564935286578,0.048905358059154,0.153725174569888,0.604482720195232,0.14719803273566,0.153725174569888,0.610899450961399,0.0625184039490604,0.5,0.153725174569888,0.614391025091379,0.0628324444252614,0.153725174569888,0.227882292676748,0.0337816839241371,0.5,0.153725174569888,0.480541716571793,0.0230277227382531,0.153725174569888,0.286052521299894,0.0932243383446942,0.153725174569888,0.305239748213211,0.174108583163193,0.153725174569888,0.325917455662918,0.185368789818437,0.153725174569888,0.527091491829177,0.393882468884704,0.153725174569888,0.615025291842192,0.0895960332925942,0.153725174569888,0.503171975502761,0.0294001529735535,0.5,0.153725174569888,0.216085506409339,0.0555752309896219,0,0.0233464639563094,0.0573390032525133 -4380,0.5,0.153725174569888,0.550683996197247,0.376183398977915,0.153725174569888,0.276463119354603,0.480492220774053,0.153725174569888,0.682200963585255,0.156369373701206,0.153725174569888,0.66661722052059,0.213574506734735,0.153725174569888,0.64912249694615,0.144650291225941,0.153725174569888,0.653468143610008,0.0652162475449705,0.153725174569888,0.671024130170098,0.140880929393799,0.153725174569888,0.681560376361566,0.069534978555463,0.5,0.153725174569888,0.684063907511835,0.0460025681963493,0.153725174569888,0.295496902402507,0.0649869247790978,0.5,0.153725174569888,0.594156952555678,0.0100846451616757,0.153725174569888,0.333412357765588,0.114442154877099,0.153725174569888,0.274272222888858,0.214655585374066,0.153725174569888,0.411630479097291,0.199337065618695,0.153725174569888,0.563879824899083,0.455096838133246,0.153725174569888,0.681053685400856,0.112443690729105,0.153725174569888,0.545659796249119,0.0309391594619871,0.5,0.153725174569888,0.266583808874613,0.0545672757691912,0,0.0360462163448559,0.0679604664994225 -4381,0.5,0.153725174569888,0.509531014250356,0.426644349241608,0.153725174569888,0.260442768799164,0.450168468752445,0.153725174569888,0.701082210606878,0.18794241257058,0.153725174569888,0.677654503500516,0.229949225897757,0.153725174569888,0.641344039898318,0.179768733766742,0.153725174569888,0.684659369303757,0.0802481997649564,0.153725174569888,0.698513551860304,0.124195169765569,0.153725174569888,0.713515965608437,0.0798739848093254,0.5,0.153725174569888,0.715091906784174,0.0396259963036365,0.153725174569888,0.294293914701122,0.103758844420028,0.5,0.153725174569888,0.685357929792105,0.00758415820586701,0.153725174569888,0.39265933649177,0.110300986942364,0.153725174569888,0.328109023713481,0.319178192331555,0.153725174569888,0.478698481990098,0.242457530165882,0.153725174569888,0.570034902335065,0.470499863684103,0.153725174569888,0.705068523828501,0.116536726224982,0.153725174569888,0.559663156223902,0.0349174682181238,0.5,0.153725174569888,0.298762082961603,0.0788367696565894,0,0.0566008982264103,0.0618901997829181 -4382,0.5,0.153725174569888,0.46918325102768,0.405630110318462,0.153725174569888,0.408039968982633,0.521053114188941,0.153725174569888,0.67889660417497,0.230953322578052,0.153725174569888,0.656422057779493,0.261979585302126,0.153725174569888,0.583048386027315,0.174575015465369,0.153725174569888,0.678215877759676,0.0738038092507747,0.153725174569888,0.683963335859716,0.139837666152842,0.153725174569888,0.708298049890019,0.0921245589727664,0.5,0.153725174569888,0.70315923406742,0.0392646327838958,0.153725174569888,0.295623523478032,0.131568689308785,0.5,0.153725174569888,0.683125537764191,0.0114279267860663,0.153725174569888,0.451829846654875,0.0721558256833555,0.153725174569888,0.326618202458899,0.341457924917759,0.153725174569888,0.464584278040815,0.252794176825722,0.153725174569888,0.570201944268248,0.471208853786133,0.153725174569888,0.689814863759041,0.106126905452825,0.153725174569888,0.567316168609631,0.0379711579605482,0.5,0.153725174569888,0.260087433780413,0.127265376997916,0,0.0724925179723498,0.0621046721621132 -4383,0.5,0.153725174569888,0.352122061221357,0.374637689463163,0.153725174569888,0.29565917339267,0.44432562326477,0.153725174569888,0.608396606731081,0.243914373645521,0.153725174569888,0.589037474965993,0.308967714297742,0.153725174569888,0.520560899944851,0.15678544167034,0.153725174569888,0.621336819226187,0.0622834538202805,0.153725174569888,0.629157550669424,0.128606754263235,0.153725174569888,0.660883187122579,0.0839985775702342,0.5,0.153725174569888,0.655352133688741,0.0460380893151035,0.153725174569888,0.316770374667832,0.119831197030661,0.5,0.153725174569888,0.630239461881532,0.0272776086712179,0.153725174569888,0.472063242370716,0.0401029016124129,0.153725174569888,0.317891059433069,0.292363975745301,0.153725174569888,0.439160531483061,0.226499591102328,0.153725174569888,0.527152823014123,0.424873163648213,0.153725174569888,0.63430606963975,0.104451951105078,0.153725174569888,0.549634205443763,0.0488855362175074,0.5,0.153725174569888,0.205488403407619,0.135915600221631,0,0.095422622784415,0.0729566699383164 -4384,0.5,0.153725174569888,0.268551537281217,0.339796798398974,0.153725174569888,0.263109119827812,0.353950636889637,0.153725174569888,0.489743350515828,0.249884766794591,0.153725174569888,0.473464934946791,0.342867250626652,0.153725174569888,0.435251929955719,0.153889239213783,0.153725174569888,0.526421255191318,0.0645554469407533,0.153725174569888,0.515078383632179,0.1171019075076,0.153725174569888,0.56481347149595,0.0699586043208798,0.5,0.153725174569888,0.556983213994322,0.0518016004875833,0.153725174569888,0.291262333303056,0.0814047995625979,0.5,0.153725174569888,0.535613054172815,0.0404216482553311,0.153725174569888,0.451275328299339,0.023584608633029,0.153725174569888,0.34886623750448,0.254320213066112,0.153725174569888,0.378508205905516,0.198189822235216,0.153725174569888,0.448481404228343,0.362946899110001,0.153725174569888,0.531957929887117,0.0996470953268875,0.153725174569888,0.477603100501495,0.0665778330503224,0.5,0.153725174569888,0.161069320227821,0.0931558868086531,0,0.168015334862768,0.0881394921093066 -4385,0.5,0.153725174569888,0.163211866423312,0.270948241645684,0.153725174569888,0.236515414206247,0.247352421358505,0.153725174569888,0.368061121328358,0.221482876014602,0.153725174569888,0.3394092198714,0.30205238152032,0.153725174569888,0.339968908559192,0.158664449025231,0.153725174569888,0.402833745007431,0.0764269263958174,0.153725174569888,0.388023043614501,0.112513967462,0.153725174569888,0.430068494692321,0.0592014918079519,0.5,0.153725174569888,0.422277786131152,0.0510760543173189,0.153725174569888,0.244890352100842,0.0410065606034226,0.5,0.153725174569888,0.401250431321469,0.0359581855300527,0.153725174569888,0.357496073328216,0.0180040551542472,0.153725174569888,0.311993072710737,0.2610783040944,0.153725174569888,0.295287493132025,0.181386266582064,0.153725174569888,0.330235596704329,0.295795242029974,0.153725174569888,0.399863806457395,0.0929859981695508,0.153725174569888,0.362007581191606,0.0700159547556676,0.5,0.153725174569888,0.108314834889114,0.0441198349106241,0,0.1244867532032,0.113626772034897 -4386,0.5,0.153725174569888,0.0974257568126292,0.206975910029526,0.153725174569888,0.23153322816364,0.207807757746835,0.153725174569888,0.238248357877687,0.163224340580908,0.153725174569888,0.218424364653405,0.196567556096451,0.153725174569888,0.234798817821578,0.142811509249073,0.153725174569888,0.281760667711081,0.078361826865269,0.153725174569888,0.276246031270873,0.0948707877377748,0.153725174569888,0.295645326744684,0.0516273769465848,0.5,0.153725174569888,0.287458766585148,0.0472998333314812,0.153725174569888,0.191804281722446,0.0233188964827917,0.5,0.153725174569888,0.269987229931633,0.0259421422982261,0.153725174569888,0.238072283705539,0.0114868641669321,0.153725174569888,0.229862401858314,0.25349638248772,0.153725174569888,0.214027776440206,0.149526516990419,0.153725174569888,0.225165888400492,0.220404669465079,0.153725174569888,0.272679682960869,0.0738974897476339,0.153725174569888,0.242130943297582,0.0500414691778936,0.5,0.153725174569888,0.0774741275749133,0.0212815578195691,0,0.114918397740333,0.126677439367108 -4387,0.5,0.153725174569888,0.0428384416595699,0.152887589589374,0.153725174569888,0.133997523025422,0.164574163303331,0.153725174569888,0.118555072448456,0.076690920834844,0.153725174569888,0.0956581079920446,0.121428277857696,0.153725174569888,0.131145100435075,0.0900772561951782,0.153725174569888,0.159204591469113,0.0528190498313732,0.153725174569888,0.148504347512936,0.0278837580383185,0.153725174569888,0.160506790381567,0.0180081783347698,0.5,0.153725174569888,0.152848515109669,0.020911644062709,0.153725174569888,0.104765537544441,0.0094647630349566,0.5,0.153725174569888,0.137600587726998,0.0109198915160534,0.153725174569888,0.119140361390883,0.00371813616828076,0.153725174569888,0.138262631037,0.210015862395268,0.153725174569888,0.123417513110655,0.110585150003752,0.153725174569888,0.119919812894294,0.120105955063636,0.153725174569888,0.143194546258771,0.0192429094703315,0.153725174569888,0.121547864548601,0.0156780978692609,0.5,0.153725174569888,0.038873131785536,0.00956256167150981,0,0.127482182751252,0.10541158826367 -4388,0.5,0.153725174569888,0.00994124588936705,0.105780354167822,0.153725174569888,0.0417082655425218,0.053020065205952,0.153725174569888,0.0226552543287856,0.0527891352072297,0.153725174569888,0.0158958412869238,0.0766438781070916,0.153725174569888,0.0453445896379749,0.0546761710215987,0.153725174569888,0.0448051882639066,0.0407025890574005,0.153725174569888,0.0370676749542353,0.0144674930355115,0.153725174569888,0.0397601527836498,0.00640809172989837,0.5,0.153725174569888,0.0348172647364001,0.02249717493687,0.153725174569888,0.013614671675313,0.00432433453575139,0.5,0.153725174569888,0.0276815370877738,0.00957972445794949,0.153725174569888,0.0225119121925949,0.00369049634896922,0.153725174569888,0.0479312954591435,0.119233043751161,0.153725174569888,0.0447220514202431,0.0485104239148266,0.153725174569888,0.0337102184959397,0.0423947336205594,0.153725174569888,0.0308706971027568,0.0118219659021063,0.153725174569888,0.0209446061249917,0.0162109145234082,0.5,0.153725174569888,3.59458123894795e-05,0.00968103764868796,0,0.144725722354798,0.103344436863437 -4389,0.5,0.153725174569888,0.0,0.0717027401402837,0.153725174569888,0.0,0.0403534521995758,0.153725174569888,0.0,0.0344698030808429,0.153725174569888,0.0,0.0483280466107403,0.153725174569888,0.0,0.0413560424981027,0.153725174569888,0.0,0.0467376691536504,0.153725174569888,0.0,0.00962762147418519,0.153725174569888,0.0,0.00286520285539944,0.5,0.153725174569888,0.0,0.01987853646425,0.153725174569888,0.0,0.00280582535239204,0.5,0.153725174569888,0.0,0.0077988181585028,0.153725174569888,0.0,0.00396530153312911,0.153725174569888,0.0,0.0747976832206416,0.153725174569888,0.0,0.0262719138969989,0.153725174569888,0.0,0.0216085771310721,0.153725174569888,0.0,0.00514833086471133,0.153725174569888,0.0,0.0118525876303044,0.5,0.153725174569888,0.0,0.0117006948611155,0,0.137745400727931,0.119536468918524 -4390,0.5,0.153725174569888,0.0,0.0490357102777913,0.153725174569888,0.0,0.0272954305691487,0.153725174569888,0.0,0.0132904669203866,0.153725174569888,0.0,0.027220980382858,0.153725174569888,0.0,0.0209431264742442,0.153725174569888,0.0,0.0369013826780084,0.153725174569888,0.0,0.00792319396665241,0.153725174569888,0.0,0.00134387583466256,0.5,0.153725174569888,0.0,0.0135357100716357,0.153725174569888,0.0,0.00199747028235043,0.5,0.153725174569888,0.0,0.0037447028180325,0.153725174569888,0.0,0.00358722037684743,0.153725174569888,0.0,0.0682414975619915,0.153725174569888,0.0,0.016541227090519,0.153725174569888,0.0,0.00657466991763017,0.153725174569888,0.0,0.00210799734593846,0.153725174569888,0.0,0.00724260687769185,0.5,0.153725174569888,0.0,0.0123012318160418,0,0.124748624735251,0.157186208561687 -4391,0.5,0.153725174569888,0.0,0.037674099301249,0.153725174569888,0.0,0.0160385427447149,0.153725174569888,0.0,0.00457909643359896,0.153725174569888,0.0,0.0155625621214011,0.153725174569888,0.0,0.00774340305665886,0.153725174569888,0.0,0.0237796242686509,0.153725174569888,0.0,0.00777740625599463,0.153725174569888,0.0,0.00133732872588045,0.5,0.153725174569888,0.0,0.00965767172889424,0.153725174569888,0.0,0.00185895554397484,0.5,0.153725174569888,0.0,0.000749143676323208,0.153725174569888,0.0,0.00380461613373207,0.153725174569888,0.0,0.0699202456213285,0.153725174569888,0.0,0.0127698288026709,0.153725174569888,0.0,0.00225735263097316,0.153725174569888,0.0,0.00178064140439656,0.153725174569888,0.0,0.00371188228619223,0.5,0.153725174569888,0.0,0.011917580629013,0,0.127451787943733,0.214372700296296 -4392,0.5,0.153725174569888,0.0,0.0390398169350851,0.153725174569888,0.0,0.0137340974753236,0.153725174569888,0.0,0.00121742755157171,0.153725174569888,0.0,0.00872376117933939,0.153725174569888,0.0,0.00135626593609766,0.153725174569888,0.0,0.00838703843745095,0.153725174569888,0.0,0.00614142721964959,0.153725174569888,0.0,0.00188441924604092,0.5,0.153725174569888,0.0,0.00697863254298778,0.153725174569888,0.0,0.00254973791680909,0.5,0.153725174569888,0.0,5.71542351901813e-05,0.153725174569888,0.0,0.00515666615189,0.153725174569888,0.0,0.0794882126920832,0.153725174569888,0.0,0.0185953770103338,0.153725174569888,0.0,0.00119409522864122,0.153725174569888,0.0,0.00241627853275377,0.153725174569888,0.0,0.00178826532865566,0.5,0.153725174569888,0.0,0.0122365852533715,0,0.17922104851207,0.275032161370192 -4393,0.5,0.153725174569888,0.0,0.041260906800852,0.153725174569888,0.0,0.0201583985094874,0.153725174569888,0.0,0.000790085229075555,0.153725174569888,0.0,0.00662935669187701,0.153725174569888,0.0,0.00109926190633571,0.153725174569888,0.0,0.000812902718136778,0.153725174569888,0.0,0.0045547145073526,0.153725174569888,0.0,0.0019563284113164,0.5,0.153725174569888,0.0,0.00470214352096966,0.153725174569888,0.0,0.00442463423471177,0.5,0.153725174569888,0.0,2.83660334968709e-05,0.153725174569888,0.0,0.00741411678837477,0.153725174569888,0.0,0.0925558419869354,0.153725174569888,0.0,0.0272963817524001,0.153725174569888,0.0,0.00301134427042503,0.153725174569888,0.0,0.00254021948295955,0.153725174569888,0.0,0.000734416638612203,0.5,0.153725174569888,0.0,0.0109984686825414,0,0.276731004267957,0.346770385989858 -4394,0.5,0.153725174569888,0.0,0.0462054490192092,0.153725174569888,0.0,0.0270940409510813,0.153725174569888,0.0,0.00173409841410648,0.153725174569888,0.0,0.00588188729135236,0.153725174569888,0.0,0.00238055897804991,0.153725174569888,0.0,7.08248413427895e-05,0.153725174569888,0.0,0.00510341874235698,0.153725174569888,0.0,0.00160395575301964,0.5,0.153725174569888,0.0,0.00395500879063909,0.153725174569888,0.0,0.00539645995042272,0.5,0.153725174569888,0.0,1.96321920371468e-05,0.153725174569888,0.0,0.00974598533026629,0.153725174569888,0.0,0.0987184789566165,0.153725174569888,0.0,0.0373884665309016,0.153725174569888,0.0,0.00825060152469765,0.153725174569888,0.0,0.00224617484953628,0.153725174569888,0.0,0.000290010079927779,0.5,0.153725174569888,0.0,0.0082048377562185,0,0.392549916481869,0.466144152285484 -4395,0.5,0.153725174569888,0.0,0.0486397224609515,0.153725174569888,0.0,0.0311097168820916,0.153725174569888,0.0,0.00301965178534149,0.153725174569888,0.0,0.00571947555799656,0.153725174569888,0.0,0.00359893304630571,0.153725174569888,0.0,0.000967637187849192,0.153725174569888,0.0,0.0101856576344057,0.153725174569888,0.0,0.0017404098059338,0.5,0.153725174569888,0.0,0.00349458161575256,0.153725174569888,0.0,0.00572713107756922,0.5,0.153725174569888,0.0,0.000134067304672727,0.153725174569888,0.0,0.0104671393692926,0.153725174569888,0.0,0.105289480398461,0.153725174569888,0.0,0.0451934031926363,0.153725174569888,0.0,0.0112550494120358,0.153725174569888,0.0,0.00209108366055096,0.153725174569888,0.0,0.000226650289816137,0.5,0.153725174569888,0.0,0.0045375916868175,0,0.401341154504939,0.600518856395619 -4396,0.5,0.153725174569888,0.0,0.0482606211721583,0.153725174569888,0.0,0.0346971656578913,0.153725174569888,0.0,0.00475116557885059,0.153725174569888,0.0,0.00684640205817786,0.153725174569888,0.0,0.0071268124505146,0.153725174569888,0.0,0.00260229697363747,0.153725174569888,0.0,0.0154226715377562,0.153725174569888,0.0,0.00253166787409072,0.5,0.153725174569888,0.0,0.00286046419554914,0.153725174569888,0.0,0.00479164417503011,0.5,0.153725174569888,0.0,0.000924120022770886,0.153725174569888,0.0,0.0126056667455942,0.153725174569888,0.0,0.126321951860259,0.153725174569888,0.0,0.0535125387361022,0.153725174569888,0.0,0.0123126102416387,0.153725174569888,0.0,0.00271573677690219,0.153725174569888,0.0,0.000724899060135503,0.5,0.153725174569888,0.0,0.002507650291514,0,0.352845544662067,0.699908542577872 -4397,0.5,0.153725174569888,0.00888299294308955,0.045736593988547,0.153725174569888,0.0037039082426725,0.0362999105106151,0.153725174569888,0.00276288591327081,0.00826388599465757,0.153725174569888,0.00576684266904347,0.00868600339293848,0.153725174569888,0.000464061993477764,0.015330432001154,0.153725174569888,0.0,0.00353640684427195,0.153725174569888,0.000163414263433677,0.0198127681337759,0.153725174569888,0.0,0.00505464402568997,0.5,0.153725174569888,0.0,0.00329385939156322,0.153725174569888,0.0,0.00503944139132771,0.5,0.153725174569888,0.0,0.0016418152989557,0.153725174569888,0.0,0.014906756427772,0.153725174569888,0.00345506244433482,0.160849210099028,0.153725174569888,0.00153184405754697,0.0668254505173773,0.153725174569888,0.00231391815223079,0.0126121475778525,0.153725174569888,0.000378536342708384,0.00403863429136838,0.153725174569888,0.000642337645353062,0.00234708503670861,0.5,0.153725174569888,0.0008540099658461,0.00167005762756028,0,0.325165080792646,0.787781033358029 -4398,0.5,0.153725174569888,0.0709969762453091,0.0501916330117316,0.153725174569888,0.0547703886482262,0.0435843578407378,0.153725174569888,0.0583228297090219,0.0103338039905629,0.153725174569888,0.0674987820328371,0.00841684129298025,0.153725174569888,0.0408795243017744,0.0250446841231052,0.153725174569888,0.0376977725635048,0.00472895392549573,0.153725174569888,0.0450233672631067,0.0159710909228914,0.153725174569888,0.038636769908683,0.00786338061179633,0.5,0.153725174569888,0.0376155865395022,0.00320005777765327,0.153725174569888,0.0458594849124063,0.00583786716116054,0.5,0.153725174569888,0.0415894959443309,0.00190609254592241,0.153725174569888,0.0402531109640061,0.0115149203686591,0.153725174569888,0.0461690627491016,0.211285722894652,0.153725174569888,0.0415432866533505,0.0900866711272311,0.153725174569888,0.0541499621623671,0.0124322276153425,0.153725174569888,0.0493607588874613,0.00558513857756568,0.153725174569888,0.0515323925285162,0.00454969433427516,0.5,0.153725174569888,0.0544083716638115,0.0016140416919476,0,0.329109132310016,0.855287591388248 -4399,0.5,0.153725174569888,0.150647122907528,0.0926485517544379,0.153725174569888,0.116704206577725,0.0739483481150481,0.153725174569888,0.138529126195012,0.0111266633212563,0.153725174569888,0.153825762847093,0.0129504548249725,0.153725174569888,0.104871253249491,0.0379523269257349,0.153725174569888,0.105073043321629,0.00847063574762053,0.153725174569888,0.115608053249766,0.0102177307697596,0.153725174569888,0.109196965746756,0.00573862426171082,0.5,0.153725174569888,0.110006047149879,0.00126100498288538,0.153725174569888,0.127269963331073,0.00205279015998616,0.5,0.153725174569888,0.11795555687405,0.00170320591455122,0.153725174569888,0.118284459939272,0.00506575111726689,0.153725174569888,0.101234584613713,0.302262046353691,0.153725174569888,0.105859009360734,0.13679012670916,0.153725174569888,0.125904147858563,0.0192465096759855,0.153725174569888,0.124149170420466,0.00380609727195834,0.153725174569888,0.13264948322867,0.00209614162392855,0.5,0.153725174569888,0.140286808598359,0.000564747548798794,0,0.362672062712417,0.872585092334253 -4400,0.5,0.153725174569888,0.260702585720614,0.144549494634905,0.153725174569888,0.19795007821316,0.132731317311905,0.153725174569888,0.256063847245532,0.0267170773848396,0.153725174569888,0.273344696843475,0.0295348478400108,0.153725174569888,0.199525801281107,0.0914515296405573,0.153725174569888,0.206368533084262,0.0319674681455766,0.153725174569888,0.221631558531757,0.0202684457792621,0.153725174569888,0.220528780235257,0.00354788257825348,0.5,0.153725174569888,0.224496585112855,0.000502299352913799,0.153725174569888,0.249168945714108,0.00260874270033607,0.5,0.153725174569888,0.235473476525239,0.00349691816702794,0.153725174569888,0.237464367074646,0.00359181953939325,0.153725174569888,0.173568095474551,0.413377407393754,0.153725174569888,0.194724324967631,0.224024811140524,0.153725174569888,0.227493444253112,0.0531245081881079,0.153725174569888,0.240752019584879,0.00467454632857755,0.153725174569888,0.253113865991104,0.00321407700694823,0.5,0.153725174569888,0.26295807929061,0.00047064226549467,0,0.402207173728235,0.841949248737472 -4401,0.5,0.153725174569888,0.380367991401494,0.203655206289516,0.153725174569888,0.286634881178923,0.267399860809258,0.153725174569888,0.385016583852,0.0527977913234145,0.153725174569888,0.402875420584242,0.0499441688775966,0.153725174569888,0.309713524506724,0.172919410075365,0.153725174569888,0.323629537614246,0.0692027022990993,0.153725174569888,0.337328566008689,0.0455813574205169,0.153725174569888,0.343062533569302,0.00443440409471555,0.5,0.153725174569888,0.352058680021891,0.000896142237479823,0.153725174569888,0.385302653202055,0.0142581868710071,0.5,0.153725174569888,0.366117275270591,0.00560141265303128,0.153725174569888,0.37130638371384,0.00960846604719979,0.153725174569888,0.260959874318268,0.547762796978184,0.153725174569888,0.307897042820864,0.33025814521859,0.153725174569888,0.335706660754672,0.109814056795033,0.153725174569888,0.367424663223937,0.0154172074741091,0.153725174569888,0.385360748219417,0.00763307074475978,0.5,0.153725174569888,0.40013658788929,0.00139858646773546,0,0.434145660253446,0.793556908265266 -4402,0.5,0.153725174569888,0.497782400636396,0.238914471792649,0.153725174569888,0.395468919260206,0.339136414682215,0.153725174569888,0.517651479484761,0.0876882034899561,0.153725174569888,0.523895558435993,0.0821911660070165,0.153725174569888,0.450461997138809,0.248492094217322,0.153725174569888,0.455518306709019,0.104996336193034,0.153725174569888,0.469939464902218,0.0884458905085027,0.153725174569888,0.477826300666321,0.00670462943759146,0.5,0.153725174569888,0.489447124905675,0.00438517541779838,0.153725174569888,0.522971525193557,0.0316844165990843,0.5,0.153725174569888,0.502833837477021,0.00225096313681535,0.153725174569888,0.510048615599459,0.0200630823920025,0.153725174569888,0.391783380677292,0.629578522398534,0.153725174569888,0.440712220015018,0.386065840424206,0.153725174569888,0.453559212763818,0.175342121680994,0.153725174569888,0.501988819704236,0.0367533281483118,0.153725174569888,0.520055273554555,0.0100002609283232,0.5,0.153725174569888,0.533024504600804,0.00598458542967611,0,0.411904298452256,0.723162656432941 -4403,0.5,0.153725174569888,0.588179845466817,0.236761886628617,0.153725174569888,0.465420759276697,0.356556981378563,0.153725174569888,0.611297628104383,0.0804713579900958,0.153725174569888,0.608337740324467,0.087825489896815,0.153725174569888,0.578332165373085,0.257868568131217,0.153725174569888,0.585637352621406,0.11736828214862,0.153725174569888,0.593627359663279,0.105954739484281,0.153725174569888,0.595856130782604,0.00909682258744972,0.5,0.153725174569888,0.603824193185381,0.0110464567561503,0.153725174569888,0.631920764834574,0.0357448444769354,0.5,0.153725174569888,0.613783974159956,0.0014212494872718,0.153725174569888,0.621539927367811,0.018597650017675,0.153725174569888,0.519490880612528,0.675803123902624,0.153725174569888,0.572025558622397,0.396417229917015,0.153725174569888,0.562490494198468,0.198564259671897,0.153725174569888,0.611701443687338,0.0398383343581751,0.153725174569888,0.625905758253689,0.00887086296047386,0.5,0.153725174569888,0.631355861612643,0.0115915202602903,0,0.3716964198038,0.673010842659034 -4404,0.5,0.153725174569888,0.635502211636985,0.224542268853838,0.153725174569888,0.562688440678108,0.363235007715529,0.153725174569888,0.682296059082151,0.0610960832220494,0.153725174569888,0.664794506199169,0.0782743623816024,0.153725174569888,0.673611247984127,0.240601252500868,0.153725174569888,0.670201980774762,0.111072912127167,0.153725174569888,0.670454666191637,0.0981832215482945,0.153725174569888,0.671801663225226,0.0120469699512922,0.5,0.153725174569888,0.674593754931128,0.0153969865450607,0.153725174569888,0.69523029495809,0.0453890538567879,0.5,0.153725174569888,0.68115782810672,0.00218784835029239,0.153725174569888,0.687753189005635,0.0234718823451032,0.153725174569888,0.608163336639694,0.704410698261223,0.153725174569888,0.659613874903286,0.381378579251299,0.153725174569888,0.644872533401473,0.198237849025877,0.153725174569888,0.681642094731357,0.0403083891097118,0.153725174569888,0.687899556264172,0.00697997034417563,0.5,0.153725174569888,0.694699703402148,0.0176892068762374,0,0.334837580390077,0.657984214828849 -4405,0.5,0.153725174569888,0.642250605832725,0.21691770126,0.153725174569888,0.666326988271533,0.383453278135233,0.153725174569888,0.704142188329193,0.0564769175178808,0.153725174569888,0.686121106989115,0.0757783699393052,0.153725174569888,0.707658841952574,0.21123428032134,0.153725174569888,0.704161776694203,0.0907061368594297,0.153725174569888,0.704936302163046,0.0885909101897623,0.153725174569888,0.704175052693691,0.0137026037800836,0.5,0.153725174569888,0.705055561125336,0.0248360814654538,0.153725174569888,0.718257263503733,0.0676870008006762,0.5,0.153725174569888,0.708501450886299,0.00946482642177614,0.153725174569888,0.713937513122073,0.0413387266010565,0.153725174569888,0.642254734393036,0.700886563113475,0.153725174569888,0.698069403577554,0.352204771129333,0.153725174569888,0.689991837161663,0.197137638899859,0.153725174569888,0.708156829570383,0.0433895614048729,0.153725174569888,0.709567765971396,0.00882824042874965,0.5,0.153725174569888,0.712757576842029,0.0285675393532418,0,0.286961688193883,0.640238672538685 -4406,0.5,0.153725174569888,0.619472007138438,0.212685358357947,0.153725174569888,0.680493799080313,0.368632373477481,0.153725174569888,0.685403828542294,0.0538431776605975,0.153725174569888,0.665461493784827,0.069527319496246,0.153725174569888,0.698264997842911,0.167937829685504,0.153725174569888,0.697455332763994,0.0703375979146371,0.153725174569888,0.69577361772104,0.0604750906867286,0.153725174569888,0.696439916155241,0.0122280071373147,0.5,0.153725174569888,0.696435581948831,0.0410487144320945,0.153725174569888,0.700421081531929,0.087371226193814,0.5,0.153725174569888,0.695830529161448,0.0242106427799908,0.153725174569888,0.699783805592461,0.0595066404213425,0.153725174569888,0.662222122560814,0.672840104476818,0.153725174569888,0.687543768056248,0.310148339865909,0.153725174569888,0.686586810454791,0.172472041168861,0.153725174569888,0.695099425054041,0.041152164750828,0.153725174569888,0.691507714056704,0.0147318873626436,0.5,0.153725174569888,0.690641348723672,0.0413463666165924,0,0.245065860620417,0.609589210750267 -4407,0.5,0.153725174569888,0.561750057819828,0.19502716811158,0.153725174569888,0.614626799946593,0.315541886904681,0.153725174569888,0.623064268800625,0.0412304503860838,0.153725174569888,0.599736171166825,0.0519355091398048,0.153725174569888,0.64588474495029,0.123017884709398,0.153725174569888,0.648676846796632,0.0423924100305857,0.153725174569888,0.643001803916309,0.0405605174317158,0.153725174569888,0.646974338971857,0.0161613811533205,0.5,0.153725174569888,0.64659191316873,0.0592543735145941,0.153725174569888,0.640440419432408,0.104321506051066,0.5,0.153725174569888,0.641105508080873,0.0392750869436369,0.153725174569888,0.644628601154815,0.0783132526006266,0.153725174569888,0.605423471256063,0.60079251543747,0.153725174569888,0.629861567535437,0.249538978444481,0.153725174569888,0.632750443822577,0.138373791802214,0.153725174569888,0.638870340500016,0.0305319439494915,0.153725174569888,0.631021124732004,0.0208493896402049,0.5,0.153725174569888,0.625642637205401,0.0589004285803656,0,0.204948225648342,0.548533116249976 -4408,0.5,0.153725174569888,0.471029940998478,0.168941186380958,0.153725174569888,0.509821399127597,0.249925686262309,0.153725174569888,0.512613968365505,0.0268096837594058,0.153725174569888,0.486670958027568,0.0305589282232072,0.153725174569888,0.545301553935596,0.0820457303522642,0.153725174569888,0.552464091026551,0.0345867078972433,0.153725174569888,0.542640497838331,0.0213201849154657,0.153725174569888,0.549965198859697,0.0232506510071344,0.5,0.153725174569888,0.548735277423684,0.0618923748965284,0.153725174569888,0.531422347658153,0.111221806037225,0.5,0.153725174569888,0.537500046229643,0.0499861354759378,0.153725174569888,0.540330396804414,0.0908395335701529,0.153725174569888,0.497646675365735,0.488235342118062,0.153725174569888,0.531116526006853,0.176191780922725,0.153725174569888,0.526981410510127,0.101195288297474,0.153725174569888,0.534650865120236,0.0239107913482466,0.153725174569888,0.522215683291573,0.0275977999300896,0.5,0.153725174569888,0.513073997901858,0.0818239415035768,0,0.173116045794761,0.435713360964571 -4409,0.5,0.153725174569888,0.355754639695124,0.135492693831833,0.153725174569888,0.386285773513463,0.172817385287777,0.153725174569888,0.376912993057824,0.0111268939004007,0.153725174569888,0.355475808571065,0.0145318514999838,0.153725174569888,0.413703853920618,0.0631924552771629,0.153725174569888,0.422328417662814,0.0379348958901207,0.153725174569888,0.410883068572604,0.0185244081109113,0.153725174569888,0.418873705987518,0.0273035893542301,0.5,0.153725174569888,0.416854980573927,0.0533423576019333,0.153725174569888,0.391428768272988,0.117270045530643,0.5,0.153725174569888,0.401927617179304,0.055620654761791,0.153725174569888,0.403343810580794,0.0920099656439172,0.153725174569888,0.379091104689878,0.347650825588464,0.153725174569888,0.403959421824455,0.108018886348649,0.153725174569888,0.394489916460956,0.0631064872248321,0.153725174569888,0.40059082753025,0.0285365266743351,0.153725174569888,0.384862114129711,0.0339522643981528,0.5,0.153725174569888,0.372572190921944,0.10584293627543,0,0.12985512571885,0.306832376536309 -4410,0.5,0.153725174569888,0.234794841649169,0.0595133560045238,0.153725174569888,0.266207690205702,0.0922191018523507,0.153725174569888,0.249318112353079,0.00663066837004455,0.153725174569888,0.22787570912509,0.00413094527891484,0.153725174569888,0.286513083935489,0.0464405735483839,0.153725174569888,0.293138306989329,0.032906335029302,0.153725174569888,0.282420964698446,0.0152476760605318,0.153725174569888,0.287774011327821,0.0198156441746884,0.5,0.153725174569888,0.283738317346361,0.0344030159845786,0.153725174569888,0.254860235478365,0.0675745920912859,0.5,0.153725174569888,0.268108378119144,0.0399499058369967,0.153725174569888,0.266827642317316,0.0518513855243689,0.153725174569888,0.26519810269252,0.192789376598627,0.153725174569888,0.28005055362224,0.0570813730770996,0.153725174569888,0.268081091262182,0.0360754310379242,0.153725174569888,0.27076571790585,0.02415990366326,0.153725174569888,0.252771917906064,0.0271498264717179,0.5,0.153725174569888,0.238055836299875,0.0801745641616773,0,0.0701690134127887,0.233624681582804 -4411,0.5,0.153725174569888,0.117923474432985,0.0199781347242167,0.153725174569888,0.140000509365986,0.0225433199848599,0.153725174569888,0.124330535324512,0.0038398508961248,0.153725174569888,0.105752491140586,0.00194741150727101,0.153725174569888,0.155698828529898,0.0118156520847155,0.153725174569888,0.161188482496145,0.00409627964514193,0.153725174569888,0.151157997687677,0.00182986071121872,0.153725174569888,0.155565196363912,0.00449263753605833,0.5,0.153725174569888,0.15083829578861,0.00819119221411128,0.153725174569888,0.123616655192412,0.0409235574060708,0.5,0.153725174569888,0.136487634771389,0.0149329031295492,0.153725174569888,0.133971986494499,0.026984514761909,0.153725174569888,0.144944729882077,0.0710830544334372,0.153725174569888,0.151354905258464,0.0123685719646356,0.153725174569888,0.139725970826713,0.00808680895175928,0.153725174569888,0.140221726322248,0.00697243123743854,0.153725174569888,0.124239907361658,0.0110422897234101,0.5,0.153725174569888,0.0919784834558783,0.0492171444847107,0,0.0308068031180179,0.176651049202725 -4412,0.5,0.153725174569888,0.0271803930997963,0.021450084136087,0.153725174569888,0.0371655235093366,0.0167158345106875,0.153725174569888,0.0238795546993963,0.00913527390309884,0.153725174569888,0.0160618578987635,0.0105399440422682,0.153725174569888,0.0425065782040685,0.0112736086047379,0.153725174569888,0.0424542868042676,0.00140777348328232,0.153725174569888,0.036127026376688,0.00285559890083779,0.153725174569888,0.0372449689430725,0.00575426311929172,0.5,0.153725174569888,0.0337367252706346,0.00846884228948995,0.153725174569888,0.0120521688985885,0.0358942933838308,0.5,0.153725174569888,0.0265613176691805,0.0170656685860685,0.153725174569888,0.0242806477106729,0.029753733341011,0.153725174569888,0.0443345920885853,0.0183676356532577,0.153725174569888,0.0438226390269865,0.00685767255505179,0.153725174569888,0.0330361327515617,0.00835891721229459,0.153725174569888,0.0299670025972765,0.00836148092987365,0.153725174569888,0.019532660804893,0.0146010030857041,0.5,0.153725174569888,0.0,0.0597808802460596,0,0.0154553463516138,0.140549255144099 -4413,0.5,0.153725174569888,0.0,0.0240746534646496,0.153725174569888,0.0,0.0102538535060506,0.153725174569888,0.0,0.0101217972921454,0.153725174569888,0.0,0.0183563923655949,0.153725174569888,0.0,0.00670303862292366,0.153725174569888,0.0,0.00174969691251373,0.153725174569888,0.0,0.0084256103993436,0.153725174569888,0.0,0.00727245646980328,0.5,0.153725174569888,0.0,0.0100073254216043,0.153725174569888,0.0,0.0282347433300144,0.5,0.153725174569888,0.0,0.0153654624343768,0.153725174569888,0.0,0.0337696354256883,0.153725174569888,0.0,0.00997546943965845,0.153725174569888,0.0,0.00482765491591685,0.153725174569888,0.0,0.00811162176691038,0.153725174569888,0.0,0.00892877650709373,0.153725174569888,0.0,0.017240866029634,0.5,0.153725174569888,0.0,0.0591406064893742,0,0.00770807875028318,0.114635394309342 -4414,0.5,0.153725174569888,0.0,0.0242987495208276,0.153725174569888,0.0,0.0051906401727565,0.153725174569888,0.0,0.00883119814612267,0.153725174569888,0.0,0.0219077444951615,0.153725174569888,0.0,0.00471597644004275,0.153725174569888,0.0,0.00441390018267,0.153725174569888,0.0,0.0203934352887217,0.153725174569888,0.0,0.0102871616747243,0.5,0.153725174569888,0.0,0.0105438234912866,0.153725174569888,0.0,0.0251801645495926,0.5,0.153725174569888,0.0,0.0146549637585826,0.153725174569888,0.0,0.0336553115147743,0.153725174569888,0.0,0.00595109230168068,0.153725174569888,0.0,0.00386630107054103,0.153725174569888,0.0,0.00897264613093503,0.153725174569888,0.0,0.0102172413233065,0.153725174569888,0.0,0.0185963936363112,0.5,0.153725174569888,0.0,0.0525658365773684,0,0.00464814734455702,0.0836055423225139 -4415,0.5,0.153725174569888,0.0,0.0225166625680544,0.153725174569888,0.0,0.0023576454986549,0.153725174569888,0.0,0.00777228092435202,0.153725174569888,0.0,0.0265188403550201,0.153725174569888,0.0,0.00485115751711815,0.153725174569888,0.0,0.0104900393469372,0.153725174569888,0.0,0.0320334905232044,0.153725174569888,0.0,0.0161329479840734,0.5,0.153725174569888,0.0,0.0115506966610783,0.153725174569888,0.0,0.0190118141726404,0.5,0.153725174569888,0.0,0.0172817384877352,0.153725174569888,0.0,0.030403976071565,0.153725174569888,0.0,0.00332060984007878,0.153725174569888,0.0,0.00446548328589225,0.153725174569888,0.0,0.0133567349273448,0.153725174569888,0.0,0.0115228540019007,0.153725174569888,0.0,0.0195750505589043,0.5,0.153725174569888,0.0,0.0480909410496628,0,0.00315671985127195,0.0662697655155634 -4416,0.5,0.153725174569888,0.0,0.0215425091419855,0.153725174569888,0.0,0.00379439472084131,0.153725174569888,0.0,0.00778072140698369,0.153725174569888,0.0,0.0316511194617636,0.153725174569888,0.0,0.00770724172778262,0.153725174569888,0.0,0.0172468119496156,0.153725174569888,0.0,0.0393142032617035,0.153725174569888,0.0,0.0223964980665368,0.5,0.153725174569888,0.0,0.0114602357659609,0.153725174569888,0.0,0.0140573826186758,0.5,0.153725174569888,0.0,0.01547993405996,0.153725174569888,0.0,0.0273359574561062,0.153725174569888,0.0,0.0053505626792856,0.153725174569888,0.0,0.00899750822807923,0.153725174569888,0.0,0.0183387353172534,0.153725174569888,0.0,0.0131138821134712,0.153725174569888,0.0,0.0199192808577614,0.5,0.153725174569888,0.0,0.0420238744824543,0,0.00206528407520163,0.0692996503896953 -4417,0.5,0.153725174569888,0.0,0.022433353319874,0.153725174569888,0.0,0.00731139686993777,0.153725174569888,0.0,0.00784970125653116,0.153725174569888,0.0,0.0376056144840588,0.153725174569888,0.0,0.0141439022591724,0.153725174569888,0.0,0.0216948434076874,0.153725174569888,0.0,0.0430111153443657,0.153725174569888,0.0,0.0252049047785788,0.5,0.153725174569888,0.0,0.0111773256626985,0.153725174569888,0.0,0.0167856869883298,0.5,0.153725174569888,0.0,0.0175543440991394,0.153725174569888,0.0,0.0253645200489068,0.153725174569888,0.0,0.0133655567168374,0.153725174569888,0.0,0.0160332079159148,0.153725174569888,0.0,0.0211604697654321,0.153725174569888,0.0,0.014773863528714,0.153725174569888,0.0,0.021184328174702,0.5,0.153725174569888,0.0,0.034418455874789,0,0.00202538941501316,0.0964792614129078 -4418,0.5,0.153725174569888,0.0,0.0264804718313541,0.153725174569888,0.0,0.01621362611483,0.153725174569888,0.0,0.00876526078505201,0.153725174569888,0.0,0.0417950290198127,0.153725174569888,0.0,0.0213721894208791,0.153725174569888,0.0,0.0204867833413977,0.153725174569888,0.0,0.0465133166744521,0.153725174569888,0.0,0.0250969242565476,0.5,0.153725174569888,0.0,0.012154019334745,0.153725174569888,0.0,0.017971211746778,0.5,0.153725174569888,0.0,0.0199564389729805,0.153725174569888,0.0,0.026797936445332,0.153725174569888,0.0,0.0245529618005552,0.153725174569888,0.0,0.0253139208840081,0.153725174569888,0.0,0.0238574935268731,0.153725174569888,0.0,0.0172440884125506,0.153725174569888,0.0,0.0222737420680675,0.5,0.153725174569888,0.0,0.0306719361565333,0,0.00334745758796655,0.134041661013964 -4419,0.5,0.153725174569888,0.0,0.0311046160643892,0.153725174569888,0.0,0.0283110002539532,0.153725174569888,0.0,0.0114941567837907,0.153725174569888,0.0,0.0511181438948523,0.153725174569888,0.0,0.0308318617934063,0.153725174569888,0.0,0.0210265854557469,0.153725174569888,0.0,0.0470203414705641,0.153725174569888,0.0,0.0241073742648106,0.5,0.153725174569888,0.0,0.0128987663882204,0.153725174569888,0.0,0.0174211138119953,0.5,0.153725174569888,0.0,0.0222519160361896,0.153725174569888,0.0,0.026417942818399,0.153725174569888,0.0,0.0391337892746903,0.153725174569888,0.0,0.0366483403086448,0.153725174569888,0.0,0.0284735451091884,0.153725174569888,0.0,0.0169480707516756,0.153725174569888,0.0,0.0243360897079162,0.5,0.153725174569888,0.0,0.0302026075409128,0,0.00620269568588462,0.150667520045046 -4420,0.5,0.153725174569888,0.0,0.0369288087218784,0.153725174569888,0.0,0.0326856551657127,0.153725174569888,0.0,0.0121063465746762,0.153725174569888,0.0,0.0579431191598164,0.153725174569888,0.0,0.036639312623518,0.153725174569888,0.0,0.0240307786869929,0.153725174569888,0.0,0.0496154785127083,0.153725174569888,0.0,0.0224076368633134,0.5,0.153725174569888,0.0,0.0119791128256936,0.153725174569888,0.0,0.0217831220340508,0.5,0.153725174569888,0.0,0.0263121184299536,0.153725174569888,0.0,0.0239760803905685,0.153725174569888,0.0,0.0506054824305206,0.153725174569888,0.0,0.0458105332840045,0.153725174569888,0.0,0.0339382330282372,0.153725174569888,0.0,0.0160952407252492,0.153725174569888,0.0,0.0266725296153458,0.5,0.153725174569888,0.0,0.0333849331448065,0,0.0115425023446552,0.144895926787562 -4421,0.5,0.153725174569888,0.00789436166035263,0.036534333392692,0.153725174569888,0.00386262937143738,0.039382856486223,0.153725174569888,0.00250374333311937,0.0100091999511935,0.153725174569888,0.00512922399167425,0.0630144089703204,0.153725174569888,0.000417705117357118,0.0382496840766947,0.153725174569888,0.0,0.0269292472245935,0.153725174569888,0.000106836442818088,0.049152056159332,0.153725174569888,0.0,0.0208960111209046,0.5,0.153725174569888,0.0,0.0108413893825828,0.153725174569888,0.0,0.0192204579822979,0.5,0.153725174569888,0.0,0.0243719706073924,0.153725174569888,0.0,0.0228329714014825,0.153725174569888,0.00428052551555056,0.0579818135233067,0.153725174569888,0.00181575209965701,0.0498489388425728,0.153725174569888,0.00218067636957595,0.0356232736804567,0.153725174569888,0.000266824851100598,0.0161003290271068,0.153725174569888,0.000531754750263609,0.0307919946803498,0.5,0.153725174569888,0.000682777303712531,0.0373402088301131,0,0.0188165808153834,0.121039572679028 -4422,0.5,0.153725174569888,0.0681365983190085,0.0340457007201392,0.153725174569888,0.0593257588741247,0.0268170953500574,0.153725174569888,0.0571364123805298,0.00696250361960548,0.153725174569888,0.0651969552516754,0.0498027605302162,0.153725174569888,0.0464955676937001,0.0283989623863049,0.153725174569888,0.0392829272359871,0.0248910517456671,0.153725174569888,0.045711058416466,0.0397697389408945,0.153725174569888,0.0381278445800082,0.0180130931407254,0.5,0.153725174569888,0.0353215448053665,0.00633355432663439,0.153725174569888,0.0424739796106216,0.0125879917093359,0.5,0.153725174569888,0.0396278551217816,0.0140350644038266,0.153725174569888,0.0368185662435206,0.019013838979448,0.153725174569888,0.0599126675311649,0.0483717047315224,0.153725174569888,0.0512057200352443,0.0384276504222525,0.153725174569888,0.0541667799085271,0.0254957905593756,0.153725174569888,0.048558235788246,0.0116749518452247,0.153725174569888,0.0512205066116623,0.0213144014048137,0.5,0.153725174569888,0.0520855557032904,0.0303996929720614,0,0.0268120094174772,0.0904794357041276 -4423,0.5,0.153725174569888,0.150538007503561,0.0430646752868424,0.153725174569888,0.133725984036072,0.0264489942421316,0.153725174569888,0.137848705628055,0.00678256417301504,0.153725174569888,0.150368663544004,0.058840626243247,0.153725174569888,0.116570124484998,0.0276768510127797,0.153725174569888,0.108203537773395,0.0223012740658798,0.153725174569888,0.117985415521201,0.0285879813511115,0.153725174569888,0.108693937927251,0.0110092358011823,0.5,0.153725174569888,0.106843906476407,0.00447942385456732,0.153725174569888,0.12099503838802,0.00807365052259585,0.5,0.153725174569888,0.113874185222501,0.0150141123172899,0.153725174569888,0.111787502516082,0.0147785223080722,0.153725174569888,0.132782414681486,0.0484835545587629,0.153725174569888,0.121660527180526,0.0342346781114974,0.153725174569888,0.129437710614758,0.022530541464226,0.153725174569888,0.12440972768142,0.00786047166462963,0.153725174569888,0.131481692963138,0.0183202920150841,0.5,0.153725174569888,0.135955999143818,0.0381578600194136,0,0.0301140493083553,0.069549945222522 -4424,0.5,0.153725174569888,0.268330109289255,0.0851867722646741,0.153725174569888,0.249824135086137,0.0503068805686133,0.153725174569888,0.258507912354601,0.0168649271086211,0.153725174569888,0.268932061998071,0.120105738385724,0.153725174569888,0.23078508368021,0.041100089725087,0.153725174569888,0.220676157615323,0.0280174714737518,0.153725174569888,0.233813640394235,0.027679941936644,0.153725174569888,0.221711372628425,0.0091902094496052,0.5,0.153725174569888,0.220089121877972,0.00816959610099146,0.153725174569888,0.238928517581669,0.00984163398943655,0.5,0.153725174569888,0.228978289897699,0.0755834648959215,0.153725174569888,0.227250954443387,0.0280359293667291,0.153725174569888,0.248653516051106,0.0663351640967595,0.153725174569888,0.236013564170211,0.047564185864992,0.153725174569888,0.247247602457296,0.0333802401799539,0.153725174569888,0.242751661369872,0.0107999178545165,0.153725174569888,0.250223128815053,0.0486359605138129,0.5,0.153725174569888,0.255924394137488,0.0664051661720481,0,0.0298933722275358,0.0587679792915168 -4425,0.5,0.153725174569888,0.392765781846653,0.116553913108336,0.153725174569888,0.371308124416398,0.0642381986328651,0.153725174569888,0.387994365593013,0.0274665420905339,0.153725174569888,0.397869515204241,0.202762861748426,0.153725174569888,0.353480646758281,0.059574804119486,0.153725174569888,0.34303701673637,0.0356797570543953,0.153725174569888,0.357744108502118,0.0314058041264704,0.153725174569888,0.342309034136353,0.00896161743989705,0.5,0.153725174569888,0.345012523197057,0.00838137843893789,0.153725174569888,0.370749447955896,0.0075392740788725,0.5,0.153725174569888,0.355954997999415,0.112391641495792,0.153725174569888,0.356297795445939,0.030664726428339,0.153725174569888,0.369522712192739,0.0961956002701649,0.153725174569888,0.357420793672934,0.0714087322117791,0.153725174569888,0.372144180344239,0.0470908192121944,0.153725174569888,0.369594664199208,0.0274148796378942,0.153725174569888,0.379107414010305,0.111291240913457,0.5,0.153725174569888,0.389950089988036,0.120744309962983,0,0.0218666930817804,0.0554344800939576 -4426,0.5,0.153725174569888,0.521650492430278,0.138492786053363,0.153725174569888,0.501709547464137,0.0805044519494146,0.153725174569888,0.520888345439873,0.0422122527386982,0.153725174569888,0.527451416620066,0.249082084324993,0.153725174569888,0.487329363067929,0.0608480480119456,0.153725174569888,0.470059343632857,0.0222789276361045,0.153725174569888,0.490373290526717,0.0484001149577489,0.153725174569888,0.464634763450469,0.0115817592962015,0.5,0.153725174569888,0.47585267151076,0.0107713822063522,0.153725174569888,0.503810103682845,0.00931994123794538,0.5,0.153725174569888,0.488244948170281,0.0836906270796924,0.153725174569888,0.489307752318805,0.022091668706365,0.153725174569888,0.500900212239756,0.0894403967910147,0.153725174569888,0.489642906406198,0.0667480230801298,0.153725174569888,0.50525908511615,0.0614510228050531,0.153725174569888,0.50348176967688,0.047334185096137,0.153725174569888,0.509599360070622,0.129821138025907,0.5,0.153725174569888,0.520586132415489,0.136190551558111,0,0.012959988740438,0.0495782883816289 -4427,0.5,0.153725174569888,0.619864415215768,0.149341310233241,0.153725174569888,0.607787319769562,0.0947894879876271,0.153725174569888,0.62350414903556,0.0565747073515127,0.153725174569888,0.624771996832219,0.292335160806403,0.153725174569888,0.599967010680636,0.0549220419190987,0.153725174569888,0.568189923495352,0.0141081324235052,0.153725174569888,0.594284376078815,0.0489347939484846,0.153725174569888,0.571717439728313,0.013863894669972,0.5,0.153725174569888,0.572150981521513,0.00876125478119127,0.153725174569888,0.607800056125926,0.0154146361164486,0.5,0.153725174569888,0.594995123251037,0.0646592023599616,0.153725174569888,0.595015280381976,0.02202987890947,0.153725174569888,0.609476196718177,0.086659970530065,0.153725174569888,0.600998400749907,0.0738007644648677,0.153725174569888,0.612592772530789,0.0765324234727927,0.153725174569888,0.610859424040803,0.0511366323056762,0.153725174569888,0.610781667890369,0.110825267513342,0.5,0.153725174569888,0.619610250293792,0.176908945537481,0,0.00852456586824606,0.0430845948904514 -4428,0.5,0.153725174569888,0.673428502157152,0.188093385903187,0.153725174569888,0.670824088657868,0.132064223865938,0.153725174569888,0.681088671068358,0.0667260168550901,0.153725174569888,0.678404666669834,0.352688142492911,0.153725174569888,0.665855173076922,0.050804799981012,0.153725174569888,0.621126571882821,0.0109726248101493,0.153725174569888,0.641627151228279,0.0549593699298323,0.153725174569888,0.641036868503917,0.00562934096242957,0.5,0.153725174569888,0.615765646048166,0.003949246002793,0.153725174569888,0.659183482669796,0.0187220260466285,0.5,0.153725174569888,0.658309626302669,0.0384241498177376,0.153725174569888,0.648854757426768,0.014786811417427,0.153725174569888,0.669192970188585,0.0923745296893267,0.153725174569888,0.667520374296884,0.0851365181894692,0.153725174569888,0.675246035848103,0.101032598474701,0.153725174569888,0.672049091717515,0.0433954909479747,0.153725174569888,0.668352153581725,0.0845364351726769,0.5,0.153725174569888,0.674360427376423,0.148377448849295,0,0.0098334695965194,0.0370739491116238 -4429,0.5,0.153725174569888,0.689155382887336,0.249524528638074,0.153725174569888,0.693014417594063,0.132903187181435,0.153725174569888,0.697873695972534,0.0728322149192667,0.153725174569888,0.692205251683886,0.393438078781448,0.153725174569888,0.67555383123998,0.0650249523637421,0.153725174569888,0.643986136363056,0.0163778516132441,0.153725174569888,0.665891686792053,0.0548584212418234,0.153725174569888,0.653080002714646,0.00271538959555483,0.5,0.153725174569888,0.568144771330986,0.00176757563031882,0.153725174569888,0.655874723435836,0.00884494246898784,0.5,0.153725174569888,0.681491668240636,0.017700579123666,0.153725174569888,0.657725169441116,0.00997131539674083,0.153725174569888,0.696419482749742,0.104231561510775,0.153725174569888,0.689554172496472,0.096733148623364,0.153725174569888,0.691088379237489,0.118630929016199,0.153725174569888,0.693395901296503,0.0347138057863617,0.153725174569888,0.68641730402098,0.062306518118655,0.5,0.153725174569888,0.688652561688226,0.108819951409863,0,0.0201891705159423,0.0299458319591915 -4430,0.5,0.153725174569888,0.667963813549301,0.288543957636712,0.153725174569888,0.677667852342954,0.130050300906879,0.153725174569888,0.676175836837592,0.0857268744829441,0.153725174569888,0.667088567198747,0.400983482891495,0.153725174569888,0.648830261060169,0.0780435298542276,0.153725174569888,0.631364174735286,0.0203693733396438,0.153725174569888,0.649885127059132,0.0448052711132214,0.153725174569888,0.607193928331836,0.00559215024897701,0.5,0.153725174569888,0.471838206722488,0.00314555736780279,0.153725174569888,0.610240067275118,0.0117245762043355,0.5,0.153725174569888,0.664764048262375,0.0221980151367331,0.153725174569888,0.628004978416019,0.0113352871831794,0.153725174569888,0.685304865323587,0.101973621107412,0.153725174569888,0.672704835954602,0.102338152911048,0.153725174569888,0.669255484968131,0.120845658712896,0.153725174569888,0.673488849722003,0.039089908139298,0.153725174569888,0.664712756563738,0.0584996141293218,0.5,0.153725174569888,0.663302704833157,0.119025386088946,0,0.0425349096406676,0.016757015190459 -4431,0.5,0.153725174569888,0.601748170821499,0.326890570449518,0.153725174569888,0.617180243050986,0.120508982362001,0.153725174569888,0.61190605279391,0.0890538817840093,0.153725174569888,0.598240468279374,0.393684436212368,0.153725174569888,0.601324767972243,0.0756072717882155,0.153725174569888,0.58394891751022,0.0399165397359341,0.153725174569888,0.595379534382797,0.0626102298647908,0.153725174569888,0.421939892731303,0.00567904691362178,0.5,0.153725174569888,0.485092776973213,0.0042257105413786,0.153725174569888,0.537631720457098,0.0176702146149733,0.5,0.153725174569888,0.605887156448774,0.0170478193564621,0.153725174569888,0.555659562463478,0.0132560986287633,0.153725174569888,0.627027701866867,0.0947131844424776,0.153725174569888,0.60942903050773,0.103176411509957,0.153725174569888,0.604828440585812,0.126450726274455,0.153725174569888,0.603881091842709,0.0338638524773212,0.153725174569888,0.589012493916653,0.0633644583046098,0.5,0.153725174569888,0.594773675924477,0.137618566410361,0,0.0811031666185631,0.0068339130558678 -4432,0.5,0.153725174569888,0.488799866311068,0.349696413227035,0.153725174569888,0.499148396173876,0.116707051589856,0.153725174569888,0.500685309169174,0.0718498577423753,0.153725174569888,0.483841251458659,0.357825381377807,0.153725174569888,0.50009331585627,0.092204305149463,0.153725174569888,0.484533598521359,0.0529800499417654,0.153725174569888,0.500837178127768,0.0360649237716832,0.153725174569888,0.380416673224562,0.00466119690454988,0.5,0.153725174569888,0.42542791940514,0.00848276895809224,0.153725174569888,0.429963263791881,0.0085273861007704,0.5,0.153725174569888,0.508616351194761,0.00875966446289596,0.153725174569888,0.438721315847437,0.0210470669635101,0.153725174569888,0.518893556266998,0.0857150486322093,0.153725174569888,0.50911894571456,0.0969341446412295,0.153725174569888,0.497190604834293,0.115929768775123,0.153725174569888,0.490330118135697,0.0120721497894797,0.153725174569888,0.475926077584108,0.0595555053036503,0.5,0.153725174569888,0.479371129986477,0.136019876142553,0,0.135567190785098,0.00314969647379106 -4433,0.5,0.153725174569888,0.357926581344399,0.288836966656828,0.153725174569888,0.367732103273942,0.100576155435134,0.153725174569888,0.365103404696615,0.0595993255872286,0.153725174569888,0.350734877691768,0.266705360652209,0.153725174569888,0.38186800101753,0.0610177385109797,0.153725174569888,0.355367393345223,0.0358291723274178,0.153725174569888,0.372019058579969,0.0169622081365571,0.153725174569888,0.278724965073356,0.00590046509303764,0.5,0.153725174569888,0.294730377178312,0.0113885663744962,0.153725174569888,0.303715460719053,0.0141256665306748,0.5,0.153725174569888,0.37406202771934,0.00415630699672753,0.153725174569888,0.264848298679135,0.0148397538123417,0.153725174569888,0.381835022540674,0.072176885882749,0.153725174569888,0.373193219145306,0.0817157352241633,0.153725174569888,0.367154455595376,0.0618654122587567,0.153725174569888,0.373103410056581,0.00399513565452925,0.153725174569888,0.341795612372897,0.0493932285549708,0.5,0.153725174569888,0.344514474675607,0.13920089152907,0,0.195560542827241,0.00105062257656538 -4434,0.5,0.153725174569888,0.234292432720931,0.121384079304562,0.153725174569888,0.252388650344765,0.0227903362039077,0.153725174569888,0.233920945060672,0.0156746389722772,0.153725174569888,0.22540139430645,0.117176972619753,0.153725174569888,0.260879111434488,0.0208519373299888,0.153725174569888,0.232277046367834,0.0187066506973252,0.153725174569888,0.234575396681403,0.00631812606840505,0.153725174569888,0.161649280828515,0.00596545416299094,0.5,0.153725174569888,0.188634974793387,0.00782012841829926,0.153725174569888,0.178458571170489,0.0128661555881898,0.5,0.153725174569888,0.212951804918085,0.000772122385309318,0.153725174569888,0.117338505509271,0.0298229333231491,0.153725174569888,0.253631365967079,0.0371987352105634,0.153725174569888,0.257139001300429,0.030113716028495,0.153725174569888,0.252850948818106,0.0130670044612128,0.153725174569888,0.245985401769241,0.00101580151029798,0.153725174569888,0.217990491044419,0.0145800553622865,0.5,0.153725174569888,0.210073256781467,0.0637822552008346,0,0.233935730718202,0.000476025724215278 -4435,0.5,0.153725174569888,0.11668933745528,0.0966127725987519,0.153725174569888,0.131959579975902,0.00225891808656745,0.153725174569888,0.111769465436345,0.0108102058698247,0.153725174569888,0.100254791818662,0.124566483211162,0.153725174569888,0.136777217360845,0.00253468106663688,0.153725174569888,0.114009790891666,0.00571704465373074,0.153725174569888,0.107774234928012,0.00177192650585838,0.153725174569888,0.0547578708382616,0.00553885869848305,0.5,0.153725174569888,0.111007039354437,0.00346592911889833,0.153725174569888,0.0473662515339971,0.0386939593662079,0.5,0.153725174569888,0.0817164538941625,0.0036846381865257,0.153725174569888,0.045533638270202,0.0154090352538276,0.153725174569888,0.137504442098005,0.0211417881955682,0.153725174569888,0.138417356804519,0.00773908913487496,0.153725174569888,0.132252560165061,0.00279021693615979,0.153725174569888,0.122508511941321,0.00244533278456432,0.153725174569888,0.100208494674369,0.0132770838845363,0.5,0.153725174569888,0.084205209612186,0.0357736446073945,0,0.300495789972542,8.54924477831058e-05 -4436,0.5,0.153725174569888,0.0264067760580077,0.122478466360671,0.153725174569888,0.03848286319022,0.00229473407165078,0.153725174569888,0.028435029416872,0.0140448807094263,0.153725174569888,0.0136665087866563,0.153776949204389,0.153725174569888,0.0485162383899329,0.00276532049317273,0.153725174569888,0.0248851495104917,0.00656784677099411,0.153725174569888,0.026363935061544,0.00421529841012664,0.153725174569888,0.017827672813899,0.00721690401963283,0.5,0.153725174569888,0.032337642254707,0.0114082624102275,0.153725174569888,0.000656484570129427,0.0315211202562314,0.5,0.153725174569888,0.0203700055048005,0.00379980522096115,0.153725174569888,0.00683861318355019,0.0124330164784421,0.153725174569888,0.0512186559609227,0.0211769521544842,0.153725174569888,0.0508850306719505,0.00971595716478338,0.153725174569888,0.0357019330540544,0.00132728446305853,0.153725174569888,0.0318051791703076,0.00950683738635801,0.153725174569888,0.0164195935168537,0.024005896289082,0.5,0.153725174569888,0.0,0.124458654756914,0,0.330444227834191,0.000228449501266094 -4437,0.5,0.153725174569888,0.0,0.14692627126049,0.153725174569888,0.0,0.00207399220863955,0.153725174569888,0.0,0.0131746926358688,0.153725174569888,0.0,0.156066393393437,0.153725174569888,0.0,0.00579448334359424,0.153725174569888,3.88515899588758e-05,0.00508194300287883,0.153725174569888,6.0488827908052e-06,0.00949358780463641,0.153725174569888,0.0,0.00601754517159302,0.5,0.153725174569888,0.0,0.0166792296762314,0.153725174569888,0.0,0.0163074094657601,0.5,0.153725174569888,0.0,0.0121186581389587,0.153725174569888,0.0,0.0507212517817429,0.153725174569888,0.0,0.0248334207236198,0.153725174569888,0.0,0.00944841534001477,0.153725174569888,0.0,0.00113462466962882,0.153725174569888,0.0,0.0198847932128169,0.153725174569888,0.0,0.049708983830834,0.5,0.153725174569888,0.0,0.405919211077182,0,0.292713203183105,0.00322426110341126 -4438,0.5,0.153725174569888,0.0,0.147774023270416,0.153725174569888,0.0,0.00208596491989005,0.153725174569888,0.0,0.0132426281741962,0.153725174569888,0.0,0.140051577881066,0.153725174569888,0.0,0.00925777007115261,0.153725174569888,0.0,0.00255041838061078,0.153725174569888,0.0,0.0101274287037159,0.153725174569888,0.0,0.00712072662911308,0.5,0.153725174569888,0.0,0.0129306608641418,0.153725174569888,0.0,0.0333975295962798,0.5,0.153725174569888,0.0,0.0101061081079008,0.153725174569888,0.0,0.069316088822299,0.153725174569888,0.0,0.0245947537336127,0.153725174569888,0.0,0.00742114517642913,0.153725174569888,0.0,0.000932827403976767,0.153725174569888,0.0,0.0254943287195505,0.153725174569888,0.0,0.0832095427350708,0.5,0.153725174569888,0.0,0.288361961931806,0,0.245483528909104,0.0111324255507906 -4439,0.5,0.153725174569888,0.0,0.13194020672986,0.153725174569888,0.0,0.000801478029955896,0.153725174569888,0.0,0.0116932298096608,0.153725174569888,0.0,0.127138515352351,0.153725174569888,0.0,0.0130682751022466,0.153725174569888,0.0,0.00294387811175641,0.153725174569888,0.0,0.0088931856556037,0.153725174569888,0.0,0.010753185247295,0.5,0.153725174569888,0.0,0.00823503246877458,0.153725174569888,0.0,0.0172629924230355,0.5,0.153725174569888,0.0,0.0156439580204304,0.153725174569888,0.0,0.0717594328311288,0.153725174569888,0.0,0.01984008579717,0.153725174569888,0.0,0.00651444810582135,0.153725174569888,0.0,0.00116117198571084,0.153725174569888,0.0,0.0154300272753017,0.153725174569888,0.0,0.0758348899899357,0.5,0.153725174569888,0.0,0.117769350494017,0,0.203151551260751,0.0192064520018664 -4440,0.5,0.153725174569888,0.0,0.115650047187516,0.153725174569888,0.0,0.000210838118330344,0.153725174569888,0.0,0.00917698381512947,0.153725174569888,0.0,0.117791574668413,0.153725174569888,0.0,0.0106888078467439,0.153725174569888,0.0,0.00676880566917049,0.153725174569888,0.0,0.00319213632537687,0.153725174569888,0.0,0.0177101596533246,0.5,0.153725174569888,0.0,0.0070952481881968,0.153725174569888,0.0,0.0323651614577156,0.5,0.153725174569888,0.0,0.0178367984357216,0.153725174569888,0.0,0.0769163643058677,0.153725174569888,0.0,0.0121695347773724,0.153725174569888,0.0,0.00603435627795096,0.153725174569888,0.0,0.00154394163871463,0.153725174569888,0.0,0.00709115659529436,0.153725174569888,0.0,0.0488179044946087,0.5,0.153725174569888,0.0,0.0322514443286296,0,0.170506684856975,0.0204401968148435 -4441,0.5,0.153725174569888,0.0,0.102070472433157,0.153725174569888,0.0,0.000740858448722117,0.153725174569888,0.0,0.0108664678483518,0.153725174569888,0.0,0.106131912456837,0.153725174569888,0.0,0.00326655841799363,0.153725174569888,0.0,0.00861426014605854,0.153725174569888,0.0,0.00421976173568171,0.153725174569888,0.0,0.0117478654725606,0.5,0.153725174569888,0.0,0.00743166806215544,0.153725174569888,0.0,0.154369559149703,0.5,0.153725174569888,0.0,0.0146043901079257,0.153725174569888,0.0,0.070126768958089,0.153725174569888,0.0,0.00831724051667903,0.153725174569888,0.0,0.00251516863917703,0.153725174569888,0.0,0.00196585626424166,0.153725174569888,0.0,0.0092363513567075,0.153725174569888,0.0,0.0269923565409233,0.5,0.153725174569888,0.0,0.0259271952739568,0,0.153948729490599,0.0197344828009369 -4442,0.5,0.153725174569888,0.0,0.0865100626919797,0.153725174569888,0.0,0.000281938677252283,0.153725174569888,0.0,0.0120187646865054,0.153725174569888,0.0,0.0893686665090488,0.153725174569888,0.0,0.00146924643273756,0.153725174569888,0.0,0.00758171945012412,0.153725174569888,0.0,0.0072787085793274,0.153725174569888,0.0,0.0103365483382303,0.5,0.153725174569888,0.0,0.0116623618723491,0.153725174569888,0.0,0.420763959699152,0.5,0.153725174569888,0.0,0.0281476202775936,0.153725174569888,0.0,0.0890696714376479,0.153725174569888,0.0,0.00521619522144663,0.153725174569888,0.0,0.00071798687755005,0.153725174569888,0.0,0.00309724196661694,0.153725174569888,0.0,0.0123972107822529,0.153725174569888,0.0,0.0186526096013848,0.5,0.153725174569888,0.0,0.0349367507694175,0,0.125344647830468,0.030609102166419 -4443,0.5,0.153725174569888,0.0,0.068897165456609,0.153725174569888,0.0,9.71944077492914e-05,0.153725174569888,0.0,0.0138556155373048,0.153725174569888,0.0,0.0873850339468857,0.153725174569888,0.0,0.00166883660344542,0.153725174569888,0.0,0.0139590911527523,0.153725174569888,0.0,0.00746914431185661,0.153725174569888,0.0,0.0152520685160423,0.5,0.153725174569888,0.0,0.0157980374222127,0.153725174569888,0.0,0.627425134877457,0.5,0.153725174569888,0.0,0.0644018688245918,0.153725174569888,0.0,0.156383231427229,0.153725174569888,0.0,0.00238392616382077,0.153725174569888,0.0,0.000845016986045272,0.153725174569888,0.0,0.00432214134007283,0.153725174569888,0.0,0.0111827314833713,0.153725174569888,0.0,0.0220969538462793,0.5,0.153725174569888,0.0,0.0425051083901249,0,0.0993981833571586,0.0505857175603627 -4444,0.5,0.153725174569888,0.0,0.0541747165466376,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.00793262551421965,0.153725174569888,0.0,0.0815398421272183,0.153725174569888,0.0,0.00672623223014086,0.153725174569888,0.0,0.0259482850424741,0.153725174569888,0.0,0.00654901968213295,0.153725174569888,0.0,0.0234840015307387,0.5,0.153725174569888,0.0,0.0164206602806043,0.153725174569888,0.0,0.55565740028862,0.5,0.153725174569888,0.0,0.116292803141588,0.153725174569888,0.0,0.308762253151226,0.153725174569888,0.0,0.00101273470841367,0.153725174569888,0.0,0.00166272513002764,0.153725174569888,0.0,0.00552696040251279,0.153725174569888,0.0,0.00722930191805521,0.153725174569888,0.0,0.0408543043332461,0.5,0.153725174569888,0.0,0.104459611432163,0,0.0872501287207562,0.0671710335078048 -4445,0.5,0.153725174569888,0.00544664966385233,0.0430523460910078,0.153725174569888,0.00313696355957553,0.0003082649329813,0.153725174569888,0.00106354666219548,0.00429550956612078,0.153725174569888,0.00356380002606339,0.0574649536708158,0.153725174569888,0.000245231212558969,0.0184260210173106,0.153725174569888,0.0,0.0396043220545866,0.153725174569888,3.47744233483257e-05,0.0117372638096025,0.153725174569888,0.0,0.0277538114815455,0.5,0.153725174569888,0.0,0.01909516720589,0.153725174569888,0.0,0.383455819168014,0.5,0.153725174569888,0.0,0.163373951822111,0.153725174569888,0.0,0.313961668394115,0.153725174569888,0.00343700259505315,0.000389490862863217,0.153725174569888,0.0013021444439864,0.00562806143102565,0.153725174569888,0.00165136812415604,0.00778094191859858,0.153725174569888,0.000130352288823849,0.00513378378360313,0.153725174569888,0.000101169104221436,0.0685261602725471,0.5,0.153725174569888,1.39124499170183e-05,0.328657942545798,0,0.0721187036293022,0.0644063955527235 -4446,0.5,0.153725174569888,0.0582155424708248,0.0384941738617907,0.153725174569888,0.0529222495005672,0.0015798251178779,0.153725174569888,0.029139161293786,0.0201990041156811,0.153725174569888,0.0520148103373597,0.0433510375964619,0.153725174569888,0.0409518613180254,0.0307595293460997,0.153725174569888,0.0254217360577447,0.0431942162303103,0.153725174569888,0.0408106984872501,0.019663054453777,0.153725174569888,0.0234661027174349,0.0341779006849498,0.5,0.153725174569888,0.0203934186464945,0.023881107150671,0.153725174569888,0.00279369645603527,0.312796678653845,0.5,0.153725174569888,0.0295775749299514,0.153467250289283,0.153725174569888,0.0191529750377072,0.244015517496692,0.153725174569888,0.0493650795074941,5.38930354835173e-05,0.153725174569888,0.0449156543887443,0.0112136329692557,0.153725174569888,0.0473654946172543,0.00622282418348892,0.153725174569888,0.0411333649929925,0.00406029019924096,0.153725174569888,0.0224257030398822,0.0989082417814783,0.5,0.153725174569888,0.00701517272641889,0.445870099058999,0,0.0594645000267504,0.064153704130446 -4447,0.5,0.153725174569888,0.12534235495023,0.0495143692697705,0.153725174569888,0.122820777719851,0.00195347300845396,0.153725174569888,0.0725649695956511,0.0321078780064202,0.153725174569888,0.113259429379449,0.0449489764410748,0.153725174569888,0.100212181081862,0.0446879226656427,0.153725174569888,0.0682266421760532,0.0519510485760861,0.153725174569888,0.106572474979185,0.0168545064685783,0.153725174569888,0.0697162255097176,0.0467939110356173,0.5,0.153725174569888,0.0679993976398796,0.0417638000248193,0.153725174569888,0.0213934294544309,0.291361516363401,0.5,0.153725174569888,0.0864798153044306,0.224312123851661,0.153725174569888,0.0703723687050985,0.228832641582909,0.153725174569888,0.109124731894236,4.53969829274963e-05,0.153725174569888,0.108878263933944,0.0179009867069878,0.153725174569888,0.116038833943393,0.00461928201844404,0.153725174569888,0.107168082876845,0.00404561818549679,0.153725174569888,0.0607067216229816,0.142840828945237,0.5,0.153725174569888,0.0214139505049172,0.566508910155147,0,0.0572946591066625,0.0710718243855358 -4448,0.5,0.153725174569888,0.204719895203006,0.0578428422051814,0.153725174569888,0.221675606158244,0.00613694136212037,0.153725174569888,0.130088650380801,0.0354293732426594,0.153725174569888,0.185362583810504,0.0452658268081536,0.153725174569888,0.154468920818894,0.0645923063607531,0.153725174569888,0.109388921337445,0.0912992283639193,0.153725174569888,0.18915496008731,0.0260185321148128,0.153725174569888,0.0846571971986373,0.112697247736951,0.5,0.153725174569888,0.13084074859477,0.185043805561428,0.153725174569888,0.0742657224182806,0.32239821092663,0.5,0.153725174569888,0.1635885784002,0.400856990716108,0.153725174569888,0.132549235873388,0.310754341874097,0.153725174569888,0.190141351268119,0.000316936730898425,0.153725174569888,0.187530178725179,0.0341642509008305,0.153725174569888,0.208851281284667,0.0114054441777843,0.153725174569888,0.185796836446202,0.00619108526135384,0.153725174569888,0.12385120722992,0.225732854236993,0.5,0.153725174569888,0.0242858156027375,0.630252808720212,0,0.0583746432467332,0.071012705282915 -4449,0.5,0.153725174569888,0.290206773337793,0.0496176288619339,0.153725174569888,0.320096530792916,0.0190032112203731,0.153725174569888,0.236827028077014,0.0615424191694986,0.153725174569888,0.288038932905601,0.0365666713357163,0.153725174569888,0.198368968634485,0.106688805875477,0.153725174569888,0.141081485743943,0.205687504770301,0.153725174569888,0.250434837597037,0.0606455328496717,0.153725174569888,0.118637653072231,0.214364993171409,0.5,0.153725174569888,0.194891856713191,0.358393143231624,0.153725174569888,0.162335516806667,0.376871519672897,0.5,0.153725174569888,0.261750809488607,0.457944010706888,0.153725174569888,0.174363569671068,0.409220423390864,0.153725174569888,0.283030603512115,0.00254560692887538,0.153725174569888,0.257074849939636,0.070696797953531,0.153725174569888,0.282436689907123,0.0314289180315727,0.153725174569888,0.202543545417521,0.0117048621942206,0.153725174569888,0.199971682119069,0.290430495038645,0.5,0.153725174569888,0.0259403382683293,0.535683396389891,0,0.0503873673780293,0.0693480340580359 -4450,0.5,0.153725174569888,0.383425460283811,0.0442930441556655,0.153725174569888,0.430013042793637,0.0310438358687342,0.153725174569888,0.336792062624941,0.0816258368648068,0.153725174569888,0.405946971831364,0.0411596711611671,0.153725174569888,0.217125926051134,0.167992418872679,0.153725174569888,0.225549531324842,0.401616571128857,0.153725174569888,0.224438607386299,0.128657367931524,0.153725174569888,0.222090664292531,0.380820834069881,0.5,0.153725174569888,0.260468910868895,0.514802623306996,0.153725174569888,0.282011805543084,0.435669720619796,0.5,0.153725174569888,0.349445110611676,0.505848107586491,0.153725174569888,0.197543439158361,0.3917564407945,0.153725174569888,0.387568949221709,0.0086429870934527,0.153725174569888,0.301120059724163,0.114715022085521,0.153725174569888,0.37266258421809,0.0512991289930152,0.153725174569888,0.279102485652663,0.0384757268176917,0.153725174569888,0.307923234386541,0.37113924499275,0.5,0.153725174569888,0.0511406727657662,0.410544994327334,0,0.0276899513961143,0.0450188216493393 -4451,0.5,0.153725174569888,0.466308077426598,0.0469268017967324,0.153725174569888,0.533075083048623,0.0676005710881958,0.153725174569888,0.431952049299192,0.093168589606074,0.153725174569888,0.508634988930916,0.0474914259135641,0.153725174569888,0.305387757646638,0.353363016212224,0.153725174569888,0.431584458991206,0.666182462479988,0.153725174569888,0.195065626107633,0.236963856627041,0.153725174569888,0.389506835009159,0.569982083622322,0.5,0.153725174569888,0.376239430085027,0.661912410247818,0.153725174569888,0.341122143048551,0.409170461505062,0.5,0.153725174569888,0.361037697416001,0.606224052280312,0.153725174569888,0.207347468353137,0.386435889327089,0.153725174569888,0.518327971574697,0.0290642516173108,0.153725174569888,0.337842837521611,0.161020781380147,0.153725174569888,0.495537485062135,0.108012551501143,0.153725174569888,0.331186149079232,0.139623800240575,0.153725174569888,0.402161039220576,0.436716444949998,0.5,0.153725174569888,0.10669470825102,0.423900425977755,0,0.012036439533041,0.0402712902557934 -4452,0.5,0.153725174569888,0.522845674143585,0.0596368300780503,0.153725174569888,0.612470211789914,0.139720435589589,0.153725174569888,0.526185076321285,0.114875491727647,0.153725174569888,0.560510953340351,0.0474671509061011,0.153725174569888,0.385023036673505,0.556557909482976,0.153725174569888,0.600256407269537,0.841614414916022,0.153725174569888,0.248972734217586,0.30423741064612,0.153725174569888,0.516673565547193,0.726026118859147,0.5,0.153725174569888,0.455649981517602,0.766711551039661,0.153725174569888,0.332441966741288,0.414051977487359,0.5,0.153725174569888,0.34934482379007,0.744651637465955,0.153725174569888,0.285753738937071,0.493035805973437,0.153725174569888,0.623332040936645,0.0736683979893289,0.153725174569888,0.380061595431177,0.253886101245624,0.153725174569888,0.557533911172684,0.221226517502138,0.153725174569888,0.349369070964106,0.28282369870406,0.153725174569888,0.471560561980215,0.508368933588813,0.5,0.153725174569888,0.162264093038539,0.452877810650647,0,0.0057577603685857,0.0274961659625455 -4453,0.5,0.153725174569888,0.559615732123886,0.0679993480627077,0.153725174569888,0.652792739043904,0.233688541556083,0.153725174569888,0.567524332418315,0.156122345837431,0.153725174569888,0.539292178306631,0.0442734431353784,0.153725174569888,0.436107465121368,0.624547416387195,0.153725174569888,0.528604270618865,0.918356959789189,0.153725174569888,0.45407066372756,0.433926650766811,0.153725174569888,0.486038089409997,0.770957949483459,0.5,0.153725174569888,0.442374553457495,0.797267397869649,0.153725174569888,0.261407665546824,0.505257940669703,0.5,0.153725174569888,0.475888423278358,0.757914980810626,0.153725174569888,0.374377597689896,0.484049738106362,0.153725174569888,0.658662007960222,0.119018972840008,0.153725174569888,0.516798296282588,0.401796469253851,0.153725174569888,0.54414588214518,0.325249688601777,0.153725174569888,0.39179475889244,0.353816154159137,0.153725174569888,0.563466179287643,0.595281833472445,0.5,0.153725174569888,0.257098297631425,0.485846971743389,0,0.00695344238831487,0.0199185926428032 -4454,0.5,0.153725174569888,0.564921524698153,0.0649438198428992,0.153725174569888,0.638341147328317,0.359468880795063,0.153725174569888,0.572486947696651,0.208106569903493,0.153725174569888,0.501607799431235,0.0447457297271984,0.153725174569888,0.517162009048103,0.750532082229075,0.153725174569888,0.243833221328738,0.870944559456747,0.153725174569888,0.495410852535093,0.547207922351655,0.153725174569888,0.323591439236196,0.707728611682074,0.5,0.153725174569888,0.401931946956986,0.775886626597123,0.153725174569888,0.238403281105264,0.508498924449076,0.5,0.153725174569888,0.547771423740449,0.699419057718108,0.153725174569888,0.441980966533454,0.514083125719461,0.153725174569888,0.627957836001995,0.123594993098728,0.153725174569888,0.514317439969296,0.429317410464753,0.153725174569888,0.477148291638518,0.365523831721545,0.153725174569888,0.459702239475825,0.419335710492856,0.153725174569888,0.571661378366985,0.611933869154412,0.5,0.153725174569888,0.388923701364588,0.510398870162647,0,0.00611289253095411,0.0172573847849034 -4455,0.5,0.153725174569888,0.488931864630466,0.0510021535689827,0.153725174569888,0.509233690788765,0.407618390165585,0.153725174569888,0.497805159281281,0.222420682120265,0.153725174569888,0.506852577569422,0.0560059242072661,0.153725174569888,0.375648711752249,0.787848214296164,0.153725174569888,0.0731783517465105,0.766070563894685,0.153725174569888,0.386365704182187,0.639526868435994,0.153725174569888,0.177809760779986,0.651379137228675,0.5,0.153725174569888,0.336423268580593,0.755125838052179,0.153725174569888,0.339750083593065,0.437931801393896,0.5,0.153725174569888,0.578725278387038,0.60161405006275,0.153725174569888,0.423171999371813,0.479173952278467,0.153725174569888,0.539920211585617,0.127694707384881,0.153725174569888,0.429687157285132,0.491064237644579,0.153725174569888,0.39747439817937,0.357745470661282,0.153725174569888,0.483137011210192,0.509351363418821,0.153725174569888,0.521668612798119,0.521342393836082,0.5,0.153725174569888,0.378028254027595,0.456599091947098,0,0.00253815770544162,0.050326648490115 -4456,0.5,0.153725174569888,0.373281106444045,0.0371527107848603,0.153725174569888,0.353945293125776,0.509303391906872,0.153725174569888,0.401216793884971,0.206719697531031,0.153725174569888,0.406670845145047,0.0663876389310937,0.153725174569888,0.223749049134701,0.76639586104872,0.153725174569888,0.043383173821241,0.698452668466054,0.153725174569888,0.155211305156755,0.564917482455911,0.153725174569888,0.0833692647453763,0.60089699842168,0.5,0.153725174569888,0.146442723609053,0.710136844936331,0.153725174569888,0.273076185229896,0.338123832706208,0.5,0.153725174569888,0.401534637376995,0.534004263866278,0.153725174569888,0.32877966173902,0.395325215792447,0.153725174569888,0.407008684925163,0.184606215665645,0.153725174569888,0.305550365224808,0.517115836342824,0.153725174569888,0.387650243196858,0.37286110404243,0.153725174569888,0.429035169293785,0.526899951006139,0.153725174569888,0.44235252944206,0.475404005272197,0.5,0.153725174569888,0.28840870111724,0.434304937577701,0,0.0,0.1654857372611 -4457,0.5,0.153725174569888,0.279992090859822,0.0277848429856312,0.153725174569888,0.273363861667513,0.325031120636448,0.153725174569888,0.305262832714148,0.277574887061297,0.153725174569888,0.287735638972412,0.064741341968326,0.153725174569888,0.0600582202069737,0.708750178292935,0.153725174569888,0.0208203698458418,0.620203272105479,0.153725174569888,0.0407927279919186,0.447703188502111,0.153725174569888,0.0343684178462866,0.619146637495742,0.5,0.153725174569888,0.0617007850553492,0.639874239370845,0.153725174569888,0.193245663901249,0.278952124397802,0.5,0.153725174569888,0.202618719512987,0.440920086957306,0.153725174569888,0.225876464779799,0.260964836718606,0.153725174569888,0.312680158546873,0.218779284908329,0.153725174569888,0.138755031070207,0.432745165119257,0.153725174569888,0.300510857529147,0.3726876964841,0.153725174569888,0.244649332707098,0.477174824613427,0.153725174569888,0.334733318925554,0.430517826558292,0.5,0.153725174569888,0.223020750610623,0.40785640072552,0,0.0,0.306020127015019 -4458,0.5,0.153725174569888,0.176871026085224,0.0343085374746193,0.153725174569888,0.223212934649929,0.358190986864628,0.153725174569888,0.191440787498756,0.27802744717963,0.153725174569888,0.183384149229561,0.050953443375864,0.153725174569888,0.0204478685674925,0.477384574543477,0.153725174569888,0.00945122569249203,0.654240901371556,0.153725174569888,0.0275086542163564,0.306973680178081,0.153725174569888,0.016297717500024,0.658979186946377,0.5,0.153725174569888,0.0197180572471035,0.533867529656495,0.153725174569888,0.116227883575031,0.192257588198116,0.5,0.153725174569888,0.0862125859037374,0.443765738018436,0.153725174569888,0.129830046524038,0.137415724851542,0.153725174569888,0.224053001806757,0.16700226543608,0.153725174569888,0.0697982951702807,0.43281795293815,0.153725174569888,0.160318859939601,0.309312853217019,0.153725174569888,0.104218467798079,0.32733725588908,0.153725174569888,0.207169534458362,0.323178178014388,0.5,0.153725174569888,0.138652654660135,0.331269448945267,0,0.0,0.576819427242752 -4459,0.5,0.153725174569888,0.0920241731898819,0.0400507630807519,0.153725174569888,0.126707240723741,0.129421700797378,0.153725174569888,0.103762788157547,0.199647097281745,0.153725174569888,0.0747610898582975,0.0636805925777448,0.153725174569888,0.00809082151386146,0.373297496219659,0.153725174569888,0.00296451520447885,0.713310940414126,0.153725174569888,0.0118652002480011,0.277250616127971,0.153725174569888,0.00228608647297336,0.61294916718472,0.5,0.153725174569888,0.00419462335203671,0.446457965905859,0.153725174569888,0.0673021173082258,0.100981969072893,0.5,0.153725174569888,0.020282318487654,0.352587187894135,0.153725174569888,0.0610227832198582,0.075682076012767,0.153725174569888,0.0948297011477166,0.186661936098645,0.153725174569888,0.0234022895908948,0.319429903356938,0.153725174569888,0.0718394074048579,0.224928985154853,0.153725174569888,0.0387422446594731,0.220968399331941,0.153725174569888,0.0937672433144651,0.216410719392988,0.5,0.153725174569888,0.0557843650433497,0.24595254162211,0,0.0,0.608670640704351 -4460,0.5,0.153725174569888,0.0200208262354457,0.0518497494252891,0.153725174569888,0.0257760438131006,0.119829978742491,0.153725174569888,0.0195101119024868,0.0871827384132546,0.153725174569888,0.00809656880776205,0.102792176384642,0.153725174569888,0.00380975788683566,0.445544459627626,0.153725174569888,0.000433960321719019,0.597470347819703,0.153725174569888,0.00412909641105142,0.392948650027589,0.153725174569888,0.000291773736558082,0.3983517356066,0.5,0.153725174569888,0.000774603748941691,0.35076659074439,0.153725174569888,0.00489476817561395,0.0715603000721172,0.5,0.153725174569888,0.00255873635716554,0.141014799494281,0.153725174569888,0.0123241084850958,0.0451481710060939,0.153725174569888,0.0222736275111413,0.156422749231743,0.153725174569888,0.00741938322715297,0.202097234200646,0.153725174569888,0.0164260993975096,0.1452942198103,0.153725174569888,0.00757105209018858,0.147206985811996,0.153725174569888,0.0115114809011959,0.125681587920269,0.5,0.153725174569888,0.0,0.20821573615049,0,5.40659061780503e-05,0.4917919351569 -4461,0.5,0.153725174569888,0.0,0.0645781125542503,0.153725174569888,0.0,0.108656338381689,0.153725174569888,0.0,0.0603881999837608,0.153725174569888,0.0,0.109481186888461,0.153725174569888,1.02370076089715e-06,0.445590848933654,0.153725174569888,0.0,0.420542502710328,0.153725174569888,1.61174250783077e-08,0.452112498522216,0.153725174569888,0.0,0.264039653620306,0.5,0.153725174569888,0.0,0.255160573343302,0.153725174569888,0.0,0.0672582011155649,0.5,0.153725174569888,0.0,0.0529135644509989,0.153725174569888,0.0,0.0349979229705982,0.153725174569888,0.0,0.0710550938917247,0.153725174569888,6.31520110211515e-05,0.159154585984591,0.153725174569888,4.76319803551603e-06,0.103768597781075,0.153725174569888,0.0,0.192790362619582,0.153725174569888,0.0,0.0651464473590267,0.5,0.153725174569888,0.0,0.196483008372878,0,0.000542305035345839,0.376601409749978 -4462,0.5,0.153725174569888,0.0,0.068403982719259,0.153725174569888,0.0,0.0836517927356725,0.153725174569888,0.0,0.0646677020462409,0.153725174569888,0.0,0.102569725897333,0.153725174569888,0.0,0.376056726308519,0.153725174569888,0.0,0.271355526364724,0.153725174569888,0.0,0.406242049223511,0.153725174569888,0.0,0.238731737811437,0.5,0.153725174569888,0.0,0.204622466748248,0.153725174569888,0.0,0.0605295923867879,0.5,0.153725174569888,0.0,0.0526332510842238,0.153725174569888,0.0,0.0343890058466737,0.153725174569888,0.0,0.0328543785918966,0.153725174569888,0.0,0.172236366301871,0.153725174569888,0.0,0.0810139800427456,0.153725174569888,0.0,0.220711244213973,0.153725174569888,0.0,0.0520007697447567,0.5,0.153725174569888,0.0,0.16671592935503,0,0.00262805591702669,0.277304863164748 -4463,0.5,0.153725174569888,0.0,0.0706057290733015,0.153725174569888,0.0,0.0605902361682745,0.153725174569888,0.0,0.0710110608639406,0.153725174569888,0.0,0.0807621193435783,0.153725174569888,0.0,0.240878440242654,0.153725174569888,0.0,0.22473211321139,0.153725174569888,0.0,0.30830717679854,0.153725174569888,0.0,0.259916556639349,0.5,0.153725174569888,0.0,0.149522733893293,0.153725174569888,0.0,0.0449800160444705,0.5,0.153725174569888,0.0,0.0558482422636103,0.153725174569888,0.0,0.0342904071269795,0.153725174569888,0.0,0.0216845762031755,0.153725174569888,0.0,0.211916951754711,0.153725174569888,0.0,0.0702433048213835,0.153725174569888,0.0,0.145629590667041,0.153725174569888,0.0,0.0479547518496675,0.5,0.153725174569888,0.0,0.124365993988355,0,0.00741762146809458,0.216105383968323 -4464,0.5,0.153725174569888,0.0,0.0664819799736205,0.153725174569888,0.0,0.0849740542244365,0.153725174569888,0.0,0.0575546352422449,0.153725174569888,0.0,0.0681638708856319,0.153725174569888,0.0,0.168160007467283,0.153725174569888,0.0,0.181947140759325,0.153725174569888,0.0,0.178853526103062,0.153725174569888,0.0,0.198264146309186,0.5,0.153725174569888,0.0,0.0979920638533418,0.153725174569888,0.0,0.0312706284275433,0.5,0.153725174569888,0.0,0.0392292434398692,0.153725174569888,0.0,0.030516476418552,0.153725174569888,0.0,0.0273633155428035,0.153725174569888,0.0,0.157543001453808,0.153725174569888,0.0,0.121803170757641,0.153725174569888,0.0,0.0658778728796634,0.153725174569888,0.0,0.0320596176885144,0.5,0.153725174569888,0.0,0.0804251059897359,0,0.0302509458703202,0.155530237888037 -4465,0.5,0.153725174569888,0.0,0.0559617800869833,0.153725174569888,0.0,0.114067450690598,0.153725174569888,0.0,0.0447548733998862,0.153725174569888,0.0,0.0598064671110969,0.153725174569888,0.0,0.109452239157084,0.153725174569888,0.0,0.151372977221635,0.153725174569888,0.0,0.114433536596211,0.153725174569888,0.0,0.123282052991318,0.5,0.153725174569888,0.0,0.0775238769517356,0.153725174569888,0.0,0.0243203643824663,0.5,0.153725174569888,0.0,0.0300312940428331,0.153725174569888,0.0,0.0277127912211915,0.153725174569888,0.0,0.0446259599492767,0.153725174569888,0.0,0.11395232051871,0.153725174569888,0.0,0.103384376628987,0.153725174569888,0.0,0.043232655423497,0.153725174569888,0.0,0.0232661307917746,0.5,0.153725174569888,0.0,0.0435821222681317,0,0.0544535741472609,0.0884110175366542 -4466,0.5,0.153725174569888,0.0,0.0448283208722952,0.153725174569888,0.0,0.0863933795370536,0.153725174569888,0.0,0.0308352835699046,0.153725174569888,0.0,0.0538676378999692,0.153725174569888,0.0,0.0730649919852052,0.153725174569888,0.0,0.101531148856925,0.153725174569888,0.0,0.08334034577125,0.153725174569888,0.0,0.0809578688616159,0.5,0.153725174569888,0.0,0.0729273713138225,0.153725174569888,0.0,0.0194094194384726,0.5,0.153725174569888,0.0,0.0272723710221091,0.153725174569888,0.0,0.0291075834005903,0.153725174569888,0.0,0.0525774747993173,0.153725174569888,0.0,0.0694356523103882,0.153725174569888,0.0,0.0623119707246184,0.153725174569888,0.0,0.0443469178682195,0.153725174569888,0.0,0.0214575148072913,0.5,0.153725174569888,0.0,0.0283614810744729,0,0.0536418318777638,0.0219280910357347 -4467,0.5,0.153725174569888,0.0,0.0352588626700288,0.153725174569888,0.0,0.0669155631706216,0.153725174569888,0.0,0.0204510944223501,0.153725174569888,0.0,0.0462283672645512,0.153725174569888,0.0,0.0461586816211191,0.153725174569888,0.0,0.0620112400116931,0.153725174569888,0.0,0.0667801708799264,0.153725174569888,0.0,0.0778525972550388,0.5,0.153725174569888,0.0,0.0715146699046829,0.153725174569888,0.0,0.0187680067347243,0.5,0.153725174569888,0.0,0.0214770060640023,0.153725174569888,0.0,0.0292876205042539,0.153725174569888,0.0,0.0561040890389011,0.153725174569888,0.0,0.0483068443617263,0.153725174569888,0.0,0.0349530094261788,0.153725174569888,0.0,0.0494655627989817,0.153725174569888,0.0,0.0191723526063885,0.5,0.153725174569888,0.0,0.0207648810633018,0,0.0416894351921586,0.00542303970889857 -4468,0.5,0.153725174569888,0.0,0.0296467669363399,0.153725174569888,0.0,0.0411407234461939,0.153725174569888,0.0,0.0195725719573978,0.153725174569888,0.0,0.0379503027171524,0.153725174569888,0.0,0.0348259183827517,0.153725174569888,0.0,0.0689473165831405,0.153725174569888,0.0,0.0634023197117573,0.153725174569888,0.0,0.100709452125146,0.5,0.153725174569888,0.0,0.0655442001011947,0.153725174569888,0.0,0.0172926194227404,0.5,0.153725174569888,0.0,0.0158871270592626,0.153725174569888,0.0,0.0283858114589891,0.153725174569888,0.0,0.0577068811179057,0.153725174569888,0.0,0.0290253619829121,0.153725174569888,0.0,0.0237806140472984,0.153725174569888,0.0,0.0510858982297304,0.153725174569888,0.0,0.0164371461496528,0.5,0.153725174569888,0.0,0.0147748865082075,0,0.0357655400147705,0.000908128809362342 -4469,0.5,0.153725174569888,0.00369011518415615,0.0213900793329037,0.153725174569888,0.000244199066456583,0.0173447373373899,0.153725174569888,0.000666653117066489,0.0230919086127255,0.153725174569888,0.00306824658222036,0.0267645821204058,0.153725174569888,6.75010087181836e-06,0.0445513633971101,0.153725174569888,0.0,0.103599046777552,0.153725174569888,1.14973647213711e-06,0.0852977427917732,0.153725174569888,0.0,0.111300390557394,0.5,0.153725174569888,0.0,0.0652635774672353,0.153725174569888,0.0,0.0145546652420201,0.5,0.153725174569888,0.0,0.0129621996691337,0.153725174569888,0.0,0.0305147460609438,0.153725174569888,0.000612823553096921,0.0362466328479882,0.153725174569888,5.93639583931116e-05,0.0249024956041503,0.153725174569888,0.000386473021256248,0.0240845116232439,0.153725174569888,2.24218715014291e-05,0.0612842819417242,0.153725174569888,4.69447072447595e-05,0.0137967492882428,0.5,0.153725174569888,0.000283346358755106,0.0110422437818639,0,0.0147731235304363,0.00049954268553285 -4470,0.5,0.153725174569888,0.0371333812881355,0.0152424151377105,0.153725174569888,0.00356581463586116,0.0134275802029338,0.153725174569888,0.029058850283592,0.0241373117706385,0.153725174569888,0.039537970372259,0.0202572063526029,0.153725174569888,0.0139784470450624,0.0780795897709847,0.153725174569888,0.00276280397461959,0.165246698130891,0.153725174569888,0.0157491842875748,0.128324305798579,0.153725174569888,0.0152449223263386,0.136713612343489,0.5,0.153725174569888,0.0221724630345956,0.0627881063237116,0.153725174569888,0.0373628476216225,0.0111366183830557,0.5,0.153725174569888,0.0295458931997748,0.0102317371822524,0.153725174569888,0.0323706714044886,0.0255065324946971,0.153725174569888,0.00648909928184291,0.0178911191808201,0.153725174569888,0.00601178501100507,0.0262502554190359,0.153725174569888,0.0196748809814542,0.03143808630248,0.153725174569888,0.0303770682918101,0.0823456189543504,0.153725174569888,0.016278931501879,0.0116897597727573,0.5,0.153725174569888,0.0439619738242577,0.00786153492690015,0,0.00446378669658367,0.00286761040419083 -4471,0.5,0.153725174569888,0.0882757009923694,0.0176305684951264,0.153725174569888,0.0191813396453637,0.0150275931397637,0.153725174569888,0.0899069906244104,0.0479050045332872,0.153725174569888,0.090840409258595,0.0258186749381105,0.153725174569888,0.0321877885134641,0.124747372886075,0.153725174569888,0.0150423478194359,0.252972920289049,0.153725174569888,0.0517057335656836,0.19683501696582,0.153725174569888,0.0646564560646075,0.210191225889885,0.5,0.153725174569888,0.0832029477080469,0.0842983307897336,0.153725174569888,0.114484537148424,0.00618985850149562,0.5,0.153725174569888,0.0983826593614672,0.0096020359455864,0.153725174569888,0.105730741967929,0.0201815982064882,0.153725174569888,0.0257210300100996,0.0163293663015619,0.153725174569888,0.0509283250934855,0.0629922098059597,0.153725174569888,0.0791984962014418,0.0726448555063593,0.153725174569888,0.0922493508109183,0.1377638577504,0.153725174569888,0.0675938419097477,0.0148363338692411,0.5,0.153725174569888,0.124627340640137,0.00643937763313546,0,0.00223131258691263,0.0124105171352123 -4472,0.5,0.153725174569888,0.153953056064906,0.024253298290115,0.153725174569888,0.091198604635148,0.0604076133157461,0.153725174569888,0.178621934502398,0.101288830210808,0.153725174569888,0.151268617689329,0.0386201688043685,0.153725174569888,0.0425363640427718,0.158513153325538,0.153725174569888,0.054317453591341,0.361362728977345,0.153725174569888,0.113815687335263,0.276365736789854,0.153725174569888,0.143468283092816,0.295321479762251,0.5,0.153725174569888,0.174933792890357,0.164536280344566,0.153725174569888,0.231775395228727,0.00426826738029436,0.5,0.153725174569888,0.208885557264885,0.0280953130974378,0.153725174569888,0.219300659983417,0.0296415250609953,0.153725174569888,0.0731605417890204,0.0281154112022664,0.153725174569888,0.095678766268133,0.144382818093562,0.153725174569888,0.164631445284359,0.163347627560122,0.153725174569888,0.182030611044821,0.203111347269481,0.153725174569888,0.1439875727972,0.0258168901411324,0.5,0.153725174569888,0.239746843353086,0.00968762285732741,0,0.0,0.0433847421316707 -4473,0.5,0.153725174569888,0.235856765942296,0.0275775209226526,0.153725174569888,0.234290424241459,0.190013589253862,0.153725174569888,0.295161657237681,0.126352303771016,0.153725174569888,0.220598902455729,0.051383493087244,0.153725174569888,0.0894106922716494,0.230829741913987,0.153725174569888,0.172392932762297,0.562896578184446,0.153725174569888,0.198728833853487,0.4030859501317,0.153725174569888,0.250778280964018,0.45053764107277,0.5,0.153725174569888,0.291841303038791,0.325156905718687,0.153725174569888,0.365101885751303,0.00957773847288369,0.5,0.153725174569888,0.338112336183922,0.0527453450903886,0.153725174569888,0.349783262866566,0.0529872578422161,0.153725174569888,0.182675936154999,0.0947163502410961,0.153725174569888,0.108867318457332,0.218494703298302,0.153725174569888,0.240982331300565,0.205851627453686,0.153725174569888,0.297989443926575,0.269765848867068,0.153725174569888,0.259042820800621,0.0385863519624999,0.5,0.153725174569888,0.372225530883737,0.0189102021386248,0,0.0,0.0962620633588289 -4474,0.5,0.153725174569888,0.350092787749298,0.0356229777036552,0.153725174569888,0.307406931233099,0.26964016792753,0.153725174569888,0.381482020429281,0.125445719668775,0.153725174569888,0.329614170106628,0.0625779969730619,0.153725174569888,0.211961188543578,0.410015898874698,0.153725174569888,0.33722861227182,0.752016809509143,0.153725174569888,0.340175772131261,0.566491783025839,0.153725174569888,0.364837894679151,0.635897642045759,0.5,0.153725174569888,0.428329232176124,0.465403872824727,0.153725174569888,0.499017538151437,0.0329443382771461,0.5,0.153725174569888,0.471502219023101,0.0984125945281692,0.153725174569888,0.48509625265052,0.0900399662780746,0.153725174569888,0.289965575879337,0.186787197802673,0.153725174569888,0.153522230250989,0.283376256114968,0.153725174569888,0.323874353039317,0.212940282778938,0.153725174569888,0.426439072419736,0.354838620142298,0.153725174569888,0.414843317637657,0.0723673424459483,0.5,0.153725174569888,0.502301974753892,0.0603872455131343,0,0.000167058888045349,0.184286398871052 -4475,0.5,0.153725174569888,0.42039235444603,0.0471593669961323,0.153725174569888,0.3570451613753,0.223528343064096,0.153725174569888,0.481302785895565,0.118791358700641,0.153725174569888,0.435700749661476,0.0723571895496326,0.153725174569888,0.388542473831921,0.639391748464017,0.153725174569888,0.404208141080726,0.841161566555265,0.153725174569888,0.463193700117399,0.71264654541069,0.153725174569888,0.471452498808265,0.749275690733999,0.5,0.153725174569888,0.541308819055404,0.564368157054414,0.153725174569888,0.605182684751729,0.0666452933843059,0.5,0.153725174569888,0.561031058198313,0.14589789167232,0.153725174569888,0.593292760795395,0.106744813643165,0.153725174569888,0.303771793197061,0.247502206954903,0.153725174569888,0.234472212982251,0.301539255438927,0.153725174569888,0.396283589034672,0.229835072565936,0.153725174569888,0.491813929432374,0.476251372184811,0.153725174569888,0.52969592062759,0.120345467840755,0.5,0.153725174569888,0.601439051743618,0.0970404717821646,0,0.000338322535226831,0.293230053484957 -4476,0.5,0.153725174569888,0.462862492696219,0.0552365220538247,0.153725174569888,0.418374713983567,0.220542693888961,0.153725174569888,0.54827094608213,0.104050481155309,0.153725174569888,0.505259662201715,0.0697004257279727,0.153725174569888,0.506646747524677,0.772462773629804,0.153725174569888,0.466638288486038,0.859323703252519,0.153725174569888,0.538436767413057,0.763120437600148,0.153725174569888,0.48129184937987,0.684320841706886,0.5,0.153725174569888,0.610730198349595,0.576719252468413,0.153725174569888,0.667571053667564,0.0802486596911239,0.5,0.153725174569888,0.610944617000695,0.175034883671682,0.153725174569888,0.653753566061841,0.0973385571139257,0.153725174569888,0.397855219865168,0.266655614218446,0.153725174569888,0.385839803844372,0.386426807842084,0.153725174569888,0.474060130679742,0.281868718338903,0.153725174569888,0.501450515091216,0.516990785179836,0.153725174569888,0.62315703220173,0.157793410663411,0.5,0.153725174569888,0.662598249586906,0.12022410799848,0,0.000584102172738891,0.388818556215595 -4477,0.5,0.153725174569888,0.510123258540365,0.0479186897110598,0.153725174569888,0.526784930409643,0.325872955877076,0.153725174569888,0.573404578634621,0.103349643553157,0.153725174569888,0.539187251067954,0.0507336083167882,0.153725174569888,0.588768609099379,0.81018887103598,0.153725174569888,0.43106154140711,0.81966803599019,0.153725174569888,0.448551902207103,0.732974169732358,0.153725174569888,0.513215761533712,0.661714593183661,0.5,0.153725174569888,0.619338197451464,0.523222100841177,0.153725174569888,0.690234824442263,0.0721047164106333,0.5,0.153725174569888,0.646932343937253,0.173574148593836,0.153725174569888,0.680264524074372,0.0865597557956551,0.153725174569888,0.380176909045255,0.239041584483897,0.153725174569888,0.451181859598597,0.461904033328526,0.153725174569888,0.505710424696682,0.296441010485208,0.153725174569888,0.450281815968063,0.48088271218039,0.153725174569888,0.653619923391383,0.174512249787001,0.5,0.153725174569888,0.680967974405588,0.151129916501379,0,0.000830400408648402,0.541190908750897 -4478,0.5,0.153725174569888,0.530790113293868,0.0453710172696959,0.153725174569888,0.483303742713318,0.276843273406578,0.153725174569888,0.539290281121295,0.115415162624886,0.153725174569888,0.565356271903841,0.0313464051701326,0.153725174569888,0.441289305119104,0.808241115172966,0.153725174569888,0.2321036243836,0.621730898582648,0.153725174569888,0.450716878303904,0.712880055808915,0.153725174569888,0.395244369436294,0.488745186409477,0.5,0.153725174569888,0.564997689308289,0.403785813226894,0.153725174569888,0.67133037106944,0.0637182789940516,0.5,0.153725174569888,0.628413685147536,0.144126319751841,0.153725174569888,0.662154650557603,0.0777936963033803,0.153725174569888,0.339692379746406,0.223118788801315,0.153725174569888,0.483308007432091,0.457072652716394,0.153725174569888,0.425585993726225,0.325119897634725,0.153725174569888,0.46416816990741,0.470114462127015,0.153725174569888,0.63779553851561,0.172378091710409,0.5,0.153725174569888,0.655174961855072,0.174630703230702,0,0.00116467824263367,0.46513321542289 -4479,0.5,0.153725174569888,0.460559505316308,0.0442140615436877,0.153725174569888,0.405597530055996,0.212698171188205,0.153725174569888,0.494890658925071,0.118734048751498,0.153725174569888,0.515689741277788,0.0183145592474937,0.153725174569888,0.290571203389616,0.600514917786175,0.153725174569888,0.0961629597005158,0.299288404970063,0.153725174569888,0.466784076256423,0.639555153581815,0.153725174569888,0.275526270959942,0.349257459385043,0.5,0.153725174569888,0.504272263059765,0.248844298566633,0.153725174569888,0.60637505967335,0.0511861699057623,0.5,0.153725174569888,0.588399234353638,0.104658130701485,0.153725174569888,0.613690839227306,0.0810147126154712,0.153725174569888,0.391222273332004,0.23368294209738,0.153725174569888,0.312656412033584,0.43860290774349,0.153725174569888,0.360737065188346,0.359823940511541,0.153725174569888,0.414735191507167,0.416896927039571,0.153725174569888,0.577050069253902,0.154234134991264,0.5,0.153725174569888,0.597440063974288,0.17557545777132,0,0.00350522160581808,0.311458756827707 -4480,0.5,0.153725174569888,0.379618445540859,0.0489718107723573,0.153725174569888,0.355580028812253,0.246716659628937,0.153725174569888,0.370672151062342,0.0884931780831721,0.153725174569888,0.444218010828905,0.0120968627524865,0.153725174569888,0.226354063453013,0.285796255773477,0.153725174569888,0.146221693452859,0.309045017142234,0.153725174569888,0.260143875538337,0.36199137022134,0.153725174569888,0.187915499013988,0.178195644038902,0.5,0.153725174569888,0.429224492581102,0.186944727185444,0.153725174569888,0.482456715560887,0.0470340713504105,0.5,0.153725174569888,0.502441623562635,0.0709343212971507,0.153725174569888,0.510243128034411,0.103518993235775,0.153725174569888,0.308812420009181,0.20773229565274,0.153725174569888,0.178601087597336,0.370595481919473,0.153725174569888,0.352234987227966,0.333733085478532,0.153725174569888,0.405712655849875,0.326220773343322,0.153725174569888,0.469332179132559,0.119426257492034,0.5,0.153725174569888,0.487074002456519,0.154275171291206,0,0.00909574072614403,0.215597402588759 -4481,0.5,0.153725174569888,0.30323546405396,0.0526018957778102,0.153725174569888,0.234531665264253,0.33595791295774,0.153725174569888,0.263917684797743,0.0477081665578093,0.153725174569888,0.310971793095591,0.00978261267121847,0.153725174569888,0.127334678305435,0.166682519869586,0.153725174569888,0.116320342238532,0.250941901105402,0.153725174569888,0.176687225899043,0.124155355382465,0.153725174569888,0.196367455557352,0.195466723509689,0.5,0.153725174569888,0.290822935262848,0.112884477088945,0.153725174569888,0.369624494600921,0.0492221239281469,0.5,0.153725174569888,0.371279861809648,0.0638025352885019,0.153725174569888,0.369370830239568,0.089730741345602,0.153725174569888,0.250807933893827,0.221231570216502,0.153725174569888,0.144940381950167,0.214592503463812,0.153725174569888,0.273783636806358,0.216983423197285,0.153725174569888,0.298677049145613,0.156997729368829,0.153725174569888,0.348805925624578,0.0967336162055774,0.5,0.153725174569888,0.346857314557146,0.130672284414304,0,0.0255994023300077,0.160240879298515 -4482,0.5,0.153725174569888,0.200269787814523,0.0512603648884667,0.153725174569888,0.0214315662122986,0.0783296477415008,0.153725174569888,0.169850870221633,0.00779424526276312,0.153725174569888,0.200601745899518,0.0110589718741217,0.153725174569888,0.102841557681494,0.093367062969856,0.153725174569888,0.0859187172050179,0.248538568836418,0.153725174569888,0.10414174950245,0.036983054167531,0.153725174569888,0.150102029972618,0.119473329341312,0.5,0.153725174569888,0.182198891012695,0.043335625600609,0.153725174569888,0.238341404767543,0.0226002089452993,0.5,0.153725174569888,0.239154079364497,0.038495578514537,0.153725174569888,0.227398014131768,0.0471123933906077,0.153725174569888,0.0909910295458354,0.135679668922633,0.153725174569888,0.107352560131284,0.158182373355965,0.153725174569888,0.184102233710915,0.085102957854855,0.153725174569888,0.184285648083691,0.0201882283585723,0.153725174569888,0.230450973127782,0.0449666679579627,0.5,0.153725174569888,0.213211050445877,0.0620176335521463,0,0.0412686846900183,0.163181412681839 -4483,0.5,0.153725174569888,0.0951254798454196,0.0278469926754601,0.153725174569888,0.0630695449858227,0.0173849293675919,0.153725174569888,0.0832218018055101,0.00168099921981509,0.153725174569888,0.087183278051397,0.00746923123195606,0.153725174569888,0.0543492025088628,0.0461132810417213,0.153725174569888,0.0552744659893752,0.222546153046857,0.153725174569888,0.0707419966239156,0.00972390124720501,0.153725174569888,0.0628237491127528,0.0583712675348286,0.5,0.153725174569888,0.0930810584132337,0.0126640192674914,0.153725174569888,0.11317416389661,0.010683332693093,0.5,0.153725174569888,0.0885080077922734,0.0136716082760312,0.153725174569888,0.10627222037957,0.013266441263061,0.153725174569888,0.0276651128951564,0.054376956195684,0.153725174569888,0.0683212039693695,0.0832367535630622,0.153725174569888,0.0911915569702551,0.0154544700876344,0.153725174569888,0.0915142939308087,0.0029692660944531,0.153725174569888,0.108259523846818,0.0181389407615544,0.5,0.153725174569888,0.0851740627416129,0.0245605124872258,0,0.0611459723733028,0.152002415984927 -4484,0.5,0.153725174569888,0.0218551604311138,0.0195154914572129,0.153725174569888,0.0385968749469363,0.010336574239871,0.153725174569888,0.0182394283699594,0.00710957232502824,0.153725174569888,0.00850412965665472,0.0165304645105797,0.153725174569888,0.031700497273835,0.0380994954476557,0.153725174569888,0.0183937888225905,0.161030959613354,0.153725174569888,0.0307897220991943,0.00680644105626454,0.153725174569888,0.0157685281208346,0.0203669488854736,0.5,0.153725174569888,0.0205871645926769,0.00495726017678671,0.153725174569888,0.00515853831781199,0.00584016576070099,0.5,0.153725174569888,0.021381192723498,0.00765226857370928,0.153725174569888,0.0221989463494996,0.0063532054088316,0.153725174569888,0.0103789269262662,0.0304932819122323,0.153725174569888,0.0255266996180301,0.0458824232432973,0.153725174569888,0.0269613960559646,0.0127916991969778,0.153725174569888,0.0258873193592146,0.00115572303256713,0.153725174569888,0.0155850828635533,0.016916009496947,0.5,0.153725174569888,0.0,0.0180019260643038,0,0.0791340852810449,0.111505974360202 -4485,0.5,0.153725174569888,0.0,0.0223678106814466,0.153725174569888,0.0,0.0220836198560558,0.153725174569888,0.0,0.0186019139976723,0.153725174569888,0.0,0.0235880002642793,0.153725174569888,0.0,0.0531342450382086,0.153725174569888,0.0,0.0936717246942768,0.153725174569888,0.0,0.00651978971260829,0.153725174569888,0.0,0.010922609265129,0.5,0.153725174569888,0.0,0.00380062665329667,0.153725174569888,0.0,0.00700060099002153,0.5,0.153725174569888,0.0,0.0102108554929451,0.153725174569888,0.0,0.00610868666842561,0.153725174569888,3.52033542556096e-05,0.0398500825209072,0.153725174569888,0.0,0.0395605870762304,0.153725174569888,0.0,0.0178648996437922,0.153725174569888,0.0,0.00235556344405343,0.153725174569888,0.0,0.0110045677643925,0.5,0.153725174569888,0.0,0.0101551938833226,0,0.106633858090513,0.0902431875020145 -4486,0.5,0.153725174569888,0.0,0.02840935151108,0.153725174569888,0.0,0.0293240498277787,0.153725174569888,0.0,0.0231552291970461,0.153725174569888,0.0,0.0260332268616158,0.153725174569888,0.0,0.0463377952874579,0.153725174569888,0.0,0.0296718397536532,0.153725174569888,0.0,0.00577407139988991,0.153725174569888,0.0,0.0099520328183964,0.5,0.153725174569888,0.0,0.02781273102502,0.153725174569888,0.0,0.0110724003190264,0.5,0.153725174569888,0.0,0.0145592091007298,0.153725174569888,0.0,0.00936914549327846,0.153725174569888,0.0,0.0479072126602039,0.153725174569888,0.0,0.0404545696343828,0.153725174569888,0.0,0.0212185149583119,0.153725174569888,0.0,0.00298045746088624,0.153725174569888,0.0,0.01278443921931,0.5,0.153725174569888,0.0,0.00782653614554569,0,0.115277169209413,0.0667443794569577 -4487,0.5,0.153725174569888,0.0,0.0346657263094415,0.153725174569888,0.0,0.0341280242349269,0.153725174569888,0.0,0.0348378418978894,0.153725174569888,0.0,0.028151658205253,0.153725174569888,0.0,0.0211892893630702,0.153725174569888,0.0,0.00696064421470771,0.153725174569888,0.0,0.00296768023859934,0.153725174569888,0.0,0.0333752752107052,0.5,0.153725174569888,0.0,0.0878434310024137,0.153725174569888,0.0,0.0101941473663106,0.5,0.153725174569888,0.0,0.0200275785252325,0.153725174569888,0.0,0.00996068555776651,0.153725174569888,0.0,0.0521295866177959,0.153725174569888,0.0,0.030911419428717,0.153725174569888,0.0,0.0241273326177652,0.153725174569888,0.0,0.00287065783325402,0.153725174569888,0.0,0.0177774915446206,0.5,0.153725174569888,0.0,0.00605947612656804,0,0.116792684631233,0.0492630927794578 -4488,0.5,0.153725174569888,0.0,0.0405428303092937,0.153725174569888,0.0,0.0312130970745595,0.153725174569888,0.0,0.040403699482714,0.153725174569888,0.0,0.029918503810434,0.153725174569888,0.0,0.00781308147680352,0.153725174569888,0.0,0.0151746123377103,0.153725174569888,0.0,0.00288705777181291,0.153725174569888,0.0,0.0863333152953865,0.5,0.153725174569888,0.0,0.113740587830328,0.153725174569888,0.0,0.0107870288698459,0.5,0.153725174569888,0.0,0.0180043237227197,0.153725174569888,0.0,0.013432432534802,0.153725174569888,0.0,0.0469701705238221,0.153725174569888,0.0,0.0156534439030732,0.153725174569888,0.0,0.0227868847108884,0.153725174569888,0.0,0.00419789623220527,0.153725174569888,0.0,0.0164561562278478,0.5,0.153725174569888,0.0,0.00400037761138362,0,0.105923453041326,0.0348021551633189 -4489,0.5,0.153725174569888,0.0,0.0449165470216507,0.153725174569888,0.0,0.0227228062737264,0.153725174569888,0.0,0.0395475234848115,0.153725174569888,0.0,0.0350760382193083,0.153725174569888,0.0,0.00676147150577402,0.153725174569888,0.0,0.0632354916550018,0.153725174569888,0.0,0.0155981302581945,0.153725174569888,0.0,0.165575442534176,0.5,0.153725174569888,0.0,0.106647909605863,0.153725174569888,0.0,0.0155387374400539,0.5,0.153725174569888,0.0,0.0164037322821257,0.153725174569888,0.0,0.0104455159433163,0.153725174569888,0.0,0.0350864180316581,0.153725174569888,0.0,0.00737728244668667,0.153725174569888,0.0,0.0239590872080711,0.153725174569888,0.0,0.0249876417548298,0.153725174569888,0.0,0.0146844560155506,0.5,0.153725174569888,0.0,0.00289635747002754,0,0.0935583036963505,0.0162904005486406 -4490,0.5,0.153725174569888,0.0,0.0500659693929555,0.153725174569888,0.0,0.013010644689977,0.153725174569888,0.0,0.0427445477537251,0.153725174569888,0.0,0.0365850993862616,0.153725174569888,0.0,0.00898649269830906,0.153725174569888,0.0,0.184623589891908,0.153725174569888,0.0,0.0189039277402559,0.153725174569888,0.0,0.218243556949206,0.5,0.153725174569888,0.0,0.105397282740879,0.153725174569888,0.0,0.0270669882508832,0.5,0.153725174569888,0.0,0.0144594788999278,0.153725174569888,0.0,0.0603887838623864,0.153725174569888,0.0,0.019385107967422,0.153725174569888,0.0,0.0098572055850445,0.153725174569888,0.0,0.0374608678095423,0.153725174569888,0.0,0.0450831295151501,0.153725174569888,0.0,0.0143522389896369,0.5,0.153725174569888,0.0,0.00283732037560854,0,0.0915177642953904,0.0144214439737734 -4491,0.5,0.153725174569888,0.0,0.0578852247450242,0.153725174569888,0.0,0.00964371367057515,0.153725174569888,0.0,0.0409470831429767,0.153725174569888,0.0,0.0359699657521662,0.153725174569888,0.0,0.0197120965000336,0.153725174569888,0.0,0.270283208583014,0.153725174569888,0.0,0.0231091115217018,0.153725174569888,0.0,0.203324741090958,0.5,0.153725174569888,0.0,0.129554009168842,0.153725174569888,0.0,0.0267474998845508,0.5,0.153725174569888,0.0,0.0130705195993734,0.153725174569888,0.0,0.0217798429132612,0.153725174569888,0.0,0.0145434650650071,0.153725174569888,0.0,0.00879086743494975,0.153725174569888,0.0,0.0306016387861934,0.153725174569888,0.0,0.0269278634729186,0.153725174569888,0.0,0.0144147714963998,0.5,0.153725174569888,0.0,0.0044688002406427,0,0.0890538017346455,0.00602096607917729 -4492,0.5,0.153725174569888,0.0,0.0587414257245134,0.153725174569888,0.0,0.0272717370961171,0.153725174569888,0.0,0.0312017901524874,0.153725174569888,0.0,0.0369493966315207,0.153725174569888,0.0,0.0484902225925728,0.153725174569888,0.0,0.291762562052896,0.153725174569888,0.0,0.0372934854729199,0.153725174569888,0.0,0.159869144188982,0.5,0.153725174569888,0.0,0.137053921291966,0.153725174569888,0.0,0.0134468468958814,0.5,0.153725174569888,0.0,0.0251282976089209,0.153725174569888,0.0,0.0297833653839911,0.153725174569888,0.0,0.0140689406302018,0.153725174569888,0.0,0.0102622091868098,0.153725174569888,0.0,0.0201773316387664,0.153725174569888,0.0,0.0187809104302958,0.153725174569888,0.0,0.0160512067445086,0.5,0.153725174569888,0.0,0.00573211974960861,0,0.0816534295546492,0.000161094661144143 -4493,0.5,0.153725174569888,0.00569840087961301,0.0493353871014159,0.153725174569888,0.000875219330085599,0.00312937877843564,0.153725174569888,0.0016969430091855,0.0239326925367306,0.153725174569888,0.00403439804735476,0.0310864566444599,0.153725174569888,0.0,0.172971449284995,0.153725174569888,0.0,0.236070926067394,0.153725174569888,0.0,0.135444196657785,0.153725174569888,0.0,0.169945126361935,0.5,0.153725174569888,0.0,0.137095697776546,0.153725174569888,0.0,0.0103921983802105,0.5,0.153725174569888,0.0,0.0825063082718349,0.153725174569888,0.0,0.0593946012823816,0.153725174569888,0.000697489784714682,0.0146879092346555,0.153725174569888,9.29058577560575e-05,0.0197317588634356,0.153725174569888,0.000486807867223501,0.00911325762874942,0.153725174569888,4.74825384450469e-06,0.0132909579192265,0.153725174569888,0.000174558669596128,0.0189576995371764,0.5,0.153725174569888,0.00022172493365981,0.00360623309162698,0,0.0713984023319592,0.0012820093090684 -4494,0.5,0.153725174569888,0.0631239141169661,0.0421510094874105,0.153725174569888,0.0285549128395458,0.0091265580142614,0.153725174569888,0.0501131098385402,0.0141716842084061,0.153725174569888,0.0613968112063179,0.0246842998421368,0.153725174569888,0.000438655100039029,0.248075884523609,0.153725174569888,0.0162735478971033,0.242905825519402,0.153725174569888,0.00287344986551235,0.260546721153056,0.153725174569888,0.0121059757111381,0.231158994819435,0.5,0.153725174569888,0.00622952025355874,0.153811474131459,0.153725174569888,0.0254998745679897,0.0327401245208588,0.5,0.153725174569888,0.00569121540773295,0.198689215716413,0.153725174569888,0.00797322010107781,0.150867361386664,0.153725174569888,0.00745730129062955,0.00932502803254181,0.153725174569888,0.00397085075472378,0.0473703802096113,0.153725174569888,0.0148626019211364,0.0122490938962327,0.153725174569888,0.018999515691889,0.0158333709287688,0.153725174569888,0.038789857966402,0.0316635201601138,0.5,0.153725174569888,0.0243142594572961,0.00216760990865436,0,0.0674378438883986,0.0068844342685531 -4495,0.5,0.153725174569888,0.138650793330471,0.0507241849547429,0.153725174569888,0.0787229334560257,0.0373882070371324,0.153725174569888,0.124623374141749,0.00939420066721866,0.153725174569888,0.139982052471149,0.0241696956704046,0.153725174569888,0.00647546079064295,0.205623074444878,0.153725174569888,0.0865832542841394,0.323584888138024,0.153725174569888,0.0111634568497383,0.342904013747484,0.153725174569888,0.0538043710695681,0.232327415762017,0.5,0.153725174569888,0.0380809051704787,0.155294031306738,0.153725174569888,0.0662417674485066,0.0579418496853025,0.5,0.153725174569888,0.0211558147989358,0.38865052970387,0.153725174569888,0.0212224612714996,0.268262320297138,0.153725174569888,0.0184285821329913,0.00435429534162281,0.153725174569888,0.00947115077259519,0.100181584227864,0.153725174569888,0.0382626696975369,0.0304412457219002,0.153725174569888,0.0409466149753699,0.0409628096761079,0.153725174569888,0.100075515768051,0.114937033198423,0.5,0.153725174569888,0.074606538800736,0.00502276196463546,0,0.0649462653203341,0.00741912085436173 -4496,0.5,0.153725174569888,0.244669419993813,0.07952077296701,0.153725174569888,0.0633616897609466,0.0324135739116736,0.153725174569888,0.230823346896702,0.032101202846825,0.153725174569888,0.245984727509861,0.0382911117927095,0.153725174569888,0.0598896556215412,0.277629702055226,0.153725174569888,0.184841586614329,0.283257345939233,0.153725174569888,0.0180070560338758,0.375558524427326,0.153725174569888,0.142173313868637,0.193524039504758,0.5,0.153725174569888,0.104224322758859,0.176633420897787,0.153725174569888,0.121186885782508,0.0838139999612249,0.5,0.153725174569888,0.0359231418553743,0.394459511293441,0.153725174569888,0.0498422721018195,0.271763307704319,0.153725174569888,0.0541713256632427,0.00819707208709579,0.153725174569888,0.0184518019623128,0.115781493039695,0.153725174569888,0.0868450915523568,0.111035366959831,0.153725174569888,0.0426976172982118,0.108516685267105,0.153725174569888,0.179904368599388,0.213727891815457,0.5,0.153725174569888,0.152641565604701,0.0435913184398414,0,0.0609021703949526,0.0100166856338508 -4497,0.5,0.153725174569888,0.354161141087197,0.103754873970932,0.153725174569888,0.123223406969217,0.0611140788163917,0.153725174569888,0.33589608017321,0.102123583982329,0.153725174569888,0.364323883074952,0.049605136560443,0.153725174569888,0.126245769134661,0.236817604028984,0.153725174569888,0.30787443898688,0.212091040886668,0.153725174569888,0.0549547077280653,0.273407048034695,0.153725174569888,0.276821965416271,0.187111082864017,0.5,0.153725174569888,0.205672372780695,0.192759000309934,0.153725174569888,0.172888938824199,0.0666351006537987,0.5,0.153725174569888,0.0770305883307067,0.278459729263175,0.153725174569888,0.0969251361489008,0.274271088800764,0.153725174569888,0.0702303181422744,0.00813359235915543,0.153725174569888,0.0477220915653068,0.14536607098074,0.153725174569888,0.0943616755246356,0.205793583798064,0.153725174569888,0.0385623262412796,0.180228719650205,0.153725174569888,0.255500510090781,0.207984073045567,0.5,0.153725174569888,0.226092981195557,0.0797330205218084,0,0.0505991982878954,0.0188112629079037 -4498,0.5,0.153725174569888,0.471303379536227,0.113381146770926,0.153725174569888,0.11377106021518,0.100624364918373,0.153725174569888,0.427395960069652,0.199517236625358,0.153725174569888,0.484250626976869,0.0488983340539643,0.153725174569888,0.231857108672502,0.158106122048276,0.153725174569888,0.436534525110191,0.206585637863408,0.153725174569888,0.210243970454303,0.169208778489418,0.153725174569888,0.416323806386597,0.167453888734779,0.5,0.153725174569888,0.301180329243488,0.173226286284084,0.153725174569888,0.276024618777914,0.0522052837648265,0.5,0.153725174569888,0.114507935539793,0.205035093212447,0.153725174569888,0.107835644239675,0.192526021834787,0.153725174569888,0.0717901095996249,0.032306998731412,0.153725174569888,0.0913093055354231,0.138910580258749,0.153725174569888,0.0843735773786335,0.265479946216217,0.153725174569888,0.0672741138494093,0.22309005473587,0.153725174569888,0.326800574359936,0.179903671776084,0.5,0.153725174569888,0.380455583781083,0.0828547147792331,0,0.0398954415731023,0.0149150140431968 -4499,0.5,0.153725174569888,0.509993728898743,0.119379825755089,0.153725174569888,0.0847416281104201,0.191440996894394,0.153725174569888,0.494028199480108,0.309604934000164,0.153725174569888,0.576456587272319,0.0452237144551978,0.153725174569888,0.356067089054729,0.145243038292103,0.153725174569888,0.552222905096412,0.197482650926586,0.153725174569888,0.404760064191642,0.155968088646532,0.153725174569888,0.539522757629081,0.153356055326823,0.5,0.153725174569888,0.411580783097172,0.141394833252402,0.153725174569888,0.302830451469573,0.0388866036952381,0.5,0.153725174569888,0.126453751664443,0.179218722145707,0.153725174569888,0.105383406215535,0.155778372135528,0.153725174569888,0.0585024810850763,0.0821184119920522,0.153725174569888,0.220381074704761,0.106507009360929,0.153725174569888,0.0723166889261187,0.266023257709471,0.153725174569888,0.155410079508797,0.237990722099224,0.153725174569888,0.416000510301252,0.170746030676495,0.5,0.153725174569888,0.477157260358995,0.0420344336056382,0,0.0426780859493207,0.00871441426096276 -4500,0.5,0.153725174569888,0.462231395216788,0.097809687110821,0.153725174569888,0.0628726858764801,0.248349076798886,0.153725174569888,0.501971533371336,0.327426810093655,0.153725174569888,0.550697416324242,0.0293557380308163,0.153725174569888,0.520066913579871,0.124253471028702,0.153725174569888,0.637131266895424,0.151447886054137,0.153725174569888,0.515879301322957,0.117719301238363,0.153725174569888,0.607552506508825,0.136217970077576,0.5,0.153725174569888,0.466479578218744,0.0726291925516587,0.153725174569888,0.284721630498705,0.0257072559529215,0.5,0.153725174569888,0.112448190994298,0.174439669124894,0.153725174569888,0.103677658831026,0.157772628570725,0.153725174569888,0.0568125390722804,0.116073937090864,0.153725174569888,0.344297436820702,0.0837935192467294,0.153725174569888,0.116582230101338,0.240096115304171,0.153725174569888,0.267052000712677,0.217929476271761,0.153725174569888,0.48753490723535,0.154889281750861,0.5,0.153725174569888,0.469390736628648,0.0212998054572854,0,0.0371100871264919,0.00767085123084703 -4501,0.5,0.153725174569888,0.472542126999596,0.0647804248577257,0.153725174569888,0.0704527556775077,0.181538414685936,0.153725174569888,0.48830077504858,0.243218615052438,0.153725174569888,0.538924683360568,0.0100362849717829,0.153725174569888,0.600962013042262,0.0903113782503803,0.153725174569888,0.682817395482598,0.116320618886651,0.153725174569888,0.599714558842299,0.104919807014171,0.153725174569888,0.640767651343356,0.103906217364241,0.5,0.153725174569888,0.39400243851932,0.0232010747310817,0.153725174569888,0.271650384995561,0.0166513206730858,0.5,0.153725174569888,0.0854737197823165,0.252146097575778,0.153725174569888,0.0964499065825171,0.202325514074847,0.153725174569888,0.0699653926254187,0.110677638435168,0.153725174569888,0.435557881340894,0.0772081181381117,0.153725174569888,0.231332309411903,0.219339562158943,0.153725174569888,0.35989723601758,0.157681156975388,0.153725174569888,0.474613846958421,0.160512339037003,0.5,0.153725174569888,0.383421275095422,0.0054040806227224,0,0.0145131076644408,0.00426163232747122 -4502,0.5,0.153725174569888,0.436865016061581,0.0491398519801103,0.153725174569888,0.142639848536834,0.147763537843115,0.153725174569888,0.384283955906564,0.216175055318076,0.153725174569888,0.535785830829752,0.0051943778928136,0.153725174569888,0.631750693170781,0.0714088261838975,0.153725174569888,0.688280652373522,0.084586686056496,0.153725174569888,0.611503528536978,0.0839764777735504,0.153725174569888,0.637301046351535,0.0599990425424225,0.5,0.153725174569888,0.362429488959973,0.0236827395786597,0.153725174569888,0.158797485930997,0.0163209424931625,0.5,0.153725174569888,0.0857500805599619,0.35922250578191,0.153725174569888,0.0720553479280951,0.213038467985901,0.153725174569888,0.0975901913844602,0.0934865121839452,0.153725174569888,0.478695388154263,0.0822535549751735,0.153725174569888,0.357950714478913,0.155205399016263,0.153725174569888,0.384063641904551,0.0868486512067241,0.153725174569888,0.358192459436044,0.186416273490124,0.5,0.153725174569888,0.3951613355306,0.00294304221881341,0,0.00323840217269859,0.00171469881064891 -4503,0.5,0.153725174569888,0.331280456680757,0.0470202776985537,0.153725174569888,0.140667727244538,0.109779410137311,0.153725174569888,0.245214650643291,0.226450768553916,0.153725174569888,0.505578086273872,0.00923907826726729,0.153725174569888,0.596566987470157,0.0417144007584838,0.153725174569888,0.636248462767742,0.0363018297806029,0.153725174569888,0.581884245326044,0.0540397223191799,0.153725174569888,0.577538971061354,0.0518131728677448,0.5,0.153725174569888,0.277702521384587,0.0317513973950117,0.153725174569888,0.130465367196498,0.0386852895140191,0.5,0.153725174569888,0.0876266425445308,0.288222353021394,0.153725174569888,0.0549271174445374,0.189433718913896,0.153725174569888,0.179667670094246,0.0757415906218024,0.153725174569888,0.474824639049344,0.0862952038513689,0.153725174569888,0.408844443708005,0.0917725523422208,0.153725174569888,0.263235427983383,0.0594857755514175,0.153725174569888,0.277352455838282,0.171975178770937,0.5,0.153725174569888,0.34839544951547,0.00223565590933506,0,0.000350023626115361,0.00138418340398069 -4504,0.5,0.153725174569888,0.340530484921179,0.048363563543271,0.153725174569888,0.0728062158981621,0.0761259676874162,0.153725174569888,0.16990260746673,0.262815236619567,0.153725174569888,0.390328118771721,0.019478243953518,0.153725174569888,0.505363986031805,0.0189176585136142,0.153725174569888,0.52646841237058,0.032127928033048,0.153725174569888,0.478430268089709,0.0473893888383515,0.153725174569888,0.451406613100528,0.0587020834757445,0.5,0.153725174569888,0.168133106588065,0.0320971224301632,0.153725174569888,0.115943605110225,0.0847928136110096,0.5,0.153725174569888,0.0448307814507403,0.276508909982786,0.153725174569888,0.0445140070516912,0.201027585783013,0.153725174569888,0.213667438795923,0.0690254339322869,0.153725174569888,0.406116369264894,0.0730014847282252,0.153725174569888,0.311345207755992,0.0646435457132999,0.153725174569888,0.168057327799326,0.0684351833222125,0.153725174569888,0.189927931243578,0.211221440933948,0.5,0.153725174569888,0.35802649156158,0.00539460976107936,0,0.00103597719599591,0.000653618576922299 -4505,0.5,0.153725174569888,0.248278955555611,0.0649166996333334,0.153725174569888,0.0897541190662537,0.0722172061159615,0.153725174569888,0.133481654519766,0.298318472383291,0.153725174569888,0.235153685632424,0.0261014789834367,0.153725174569888,0.371174428966789,0.0221960157117212,0.153725174569888,0.390690612017212,0.0281456828310607,0.153725174569888,0.323195080412185,0.0319464476530926,0.153725174569888,0.291707630452604,0.047520995782744,0.5,0.153725174569888,0.0866671973308814,0.0397726331327397,0.153725174569888,0.110664053289971,0.098462532048527,0.5,0.153725174569888,0.0152383025066772,0.242333940794465,0.153725174569888,0.0315286887251087,0.171068520410316,0.153725174569888,0.191192493596619,0.0646819988893582,0.153725174569888,0.327789075838328,0.0732378943799631,0.153725174569888,0.182300127358192,0.0620147052458332,0.153725174569888,0.0737299884256748,0.0620234966377741,0.153725174569888,0.161719576910547,0.245763355804681,0.5,0.153725174569888,0.233751180260969,0.0182003562143746,0,0.00500190449650038,0.000791891235521193 -4506,0.5,0.153725174569888,0.174212353920233,0.086750919147219,0.153725174569888,0.0544909608679968,0.0813968015677248,0.153725174569888,0.108115830618111,0.385851424716782,0.153725174569888,0.13875990784649,0.040421811219708,0.153725174569888,0.252976935706078,0.0218898018834062,0.153725174569888,0.239925305071837,0.0138444710457925,0.153725174569888,0.152558133665195,0.0149238119905168,0.153725174569888,0.177048419828772,0.0343759055507279,0.5,0.153725174569888,0.0337797133643188,0.05401786629895,0.153725174569888,0.0808912692047826,0.0726565948571429,0.5,0.153725174569888,0.0100837278753962,0.2113054699247,0.153725174569888,0.0239268958156742,0.14328475128551,0.153725174569888,0.133127041674456,0.0624681058904376,0.153725174569888,0.235464881029111,0.0941326591647211,0.153725174569888,0.112899818739045,0.0742953008981071,0.153725174569888,0.0389882721302576,0.0483949474802614,0.153725174569888,0.0967926322817389,0.18018357612368,0.5,0.153725174569888,0.161290702181333,0.0112735059732909,0,0.0160653373122279,0.00127543998889224 -4507,0.5,0.153725174569888,0.076083334677402,0.0982187178370736,0.153725174569888,0.0519495998608131,0.103402891308435,0.153725174569888,0.0602336032867144,0.390413418614326,0.153725174569888,0.053197329758236,0.0603798665710324,0.153725174569888,0.121651871302808,0.0173628665352114,0.153725174569888,0.120300661390296,0.0115960782289764,0.153725174569888,0.0476974642190536,0.00565502414308486,0.153725174569888,0.0785876048027277,0.0381587019448322,0.5,0.153725174569888,0.0105407572861197,0.0693133407027469,0.153725174569888,0.0314991814538925,0.0406956285499807,0.5,0.153725174569888,0.00446498232149132,0.163096096696567,0.153725174569888,0.00834150861857322,0.123609134446088,0.153725174569888,0.0735037108386546,0.0614841817284145,0.153725174569888,0.129965619579043,0.101401752037252,0.153725174569888,0.0620815634066164,0.0989146392231367,0.153725174569888,0.0241252423935865,0.0431351550534915,0.153725174569888,0.0533856438410959,0.137315480150021,0.5,0.153725174569888,0.0562135101527708,0.0056205846299442,0,0.0254528523594453,0.00169412154585637 -4508,0.5,0.153725174569888,0.0209832911319642,0.111655053071992,0.153725174569888,0.0237144729950564,0.10838250830124,0.153725174569888,0.0131779219081329,0.324674051250022,0.153725174569888,0.00724471589369125,0.0683985695934362,0.153725174569888,0.030669947870542,0.0212179250555315,0.153725174569888,0.0424870610988823,0.0163666856247011,0.153725174569888,0.0123961810042363,0.00910465226778574,0.153725174569888,0.0192060849056435,0.0438993567012709,0.5,0.153725174569888,0.00155970198372863,0.0551243346709732,0.153725174569888,0.000752449004954272,0.0222485802567922,0.5,0.153725174569888,0.000471514012286548,0.156140158105795,0.153725174569888,0.00114058862062896,0.123601902597076,0.153725174569888,0.0315950224335756,0.0509317499726715,0.153725174569888,0.0452772106479753,0.0931467588105008,0.153725174569888,0.0186686200698289,0.0760568030313391,0.153725174569888,0.00433007882123135,0.0538427818151951,0.153725174569888,0.00714173524757219,0.123235233524227,0.5,0.153725174569888,2.4098008291141e-05,0.00464176111178376,0,0.0228085973365664,0.00152699699081144 -4509,0.5,0.153725174569888,0.0,0.117540036401734,0.153725174569888,0.0,0.0672523512997523,0.153725174569888,0.0,0.280254056343398,0.153725174569888,0.0,0.0694400835085153,0.153725174569888,0.0,0.0518984071738823,0.153725174569888,0.0,0.0609625098884885,0.153725174569888,0.0,0.0172226183817939,0.153725174569888,0.0,0.0548369347367508,0.5,0.153725174569888,0.0,0.0481256657141647,0.153725174569888,0.0,0.0169616619544172,0.5,0.153725174569888,0.0,0.145606487322026,0.153725174569888,0.0,0.115522581950859,0.153725174569888,0.0,0.0452462520722791,0.153725174569888,1.50770160896145e-06,0.0718040251079671,0.153725174569888,2.69474986526079e-07,0.0518964882903837,0.153725174569888,0.0,0.103334191206065,0.153725174569888,0.0,0.108889232583558,0.5,0.153725174569888,0.0,0.00743143427813615,0,0.0284674076857408,0.000984313126128113 -4510,0.5,0.153725174569888,0.0,0.124803754897965,0.153725174569888,0.0,0.0553969916531327,0.153725174569888,0.0,0.257617691572135,0.153725174569888,0.0,0.0667987323261326,0.153725174569888,0.0,0.0967681521567888,0.153725174569888,0.0,0.0852080819169933,0.153725174569888,0.0,0.0498798570838477,0.153725174569888,0.0,0.0475067730376148,0.5,0.153725174569888,0.0,0.0644480256967609,0.153725174569888,0.0,0.0181136106045095,0.5,0.153725174569888,0.0,0.114493163315355,0.153725174569888,0.0,0.107562413519937,0.153725174569888,0.0,0.0484251437188519,0.153725174569888,0.0,0.0796536159688393,0.153725174569888,0.0,0.104080663138367,0.153725174569888,0.0,0.155855172928637,0.153725174569888,0.0,0.0947876287053098,0.5,0.153725174569888,0.0,0.0111197834706456,0,0.0453619071183854,0.00382562426531689 -4511,0.5,0.153725174569888,0.0,0.12971970185414,0.153725174569888,0.0,0.113178403298722,0.153725174569888,0.0,0.18455139270138,0.153725174569888,0.0,0.0691265584941659,0.153725174569888,0.0,0.135813703925873,0.153725174569888,0.0,0.0451596583511114,0.153725174569888,0.0,0.0740330560472237,0.153725174569888,0.0,0.0476862976123798,0.5,0.153725174569888,0.0,0.109599153843387,0.153725174569888,0.0,0.0389699507891403,0.5,0.153725174569888,0.0,0.0971620719666748,0.153725174569888,0.0,0.114473805762091,0.153725174569888,0.0,0.0622511002680177,0.153725174569888,0.0,0.117253048253679,0.153725174569888,0.0,0.173297492425832,0.153725174569888,0.0,0.197217694774112,0.153725174569888,0.0,0.0666267215492126,0.5,0.153725174569888,0.0,0.0193870015149655,0,0.065429870872894,0.0111713005762248 -4512,0.5,0.153725174569888,0.0,0.131461629919851,0.153725174569888,0.0,0.164730578871926,0.153725174569888,0.0,0.120068220667807,0.153725174569888,0.0,0.0847403320270522,0.153725174569888,0.0,0.152871710730326,0.153725174569888,0.0,0.0317422741368928,0.153725174569888,0.0,0.0968780686533164,0.153725174569888,0.0,0.0673181292978772,0.5,0.153725174569888,0.0,0.150506657009162,0.153725174569888,0.0,0.0596543676565307,0.5,0.153725174569888,0.0,0.115245178458127,0.153725174569888,0.0,0.147310079023014,0.153725174569888,0.0,0.105482295270325,0.153725174569888,0.0,0.141219925328376,0.153725174569888,0.0,0.182618264703556,0.153725174569888,0.0,0.268931946010133,0.153725174569888,0.0,0.0733222022316458,0.5,0.153725174569888,0.0,0.0348053627344643,0,0.0860665092886361,0.0226601138660555 -4513,0.5,0.153725174569888,0.0,0.124182044948705,0.153725174569888,0.0,0.165213093657049,0.153725174569888,0.0,0.0795563417868619,0.153725174569888,0.0,0.0993160620467166,0.153725174569888,0.0,0.185685379509515,0.153725174569888,0.0,0.0234452330056752,0.153725174569888,0.0,0.229551841399772,0.153725174569888,0.0,0.0789702088916345,0.5,0.153725174569888,0.0,0.191647386423884,0.153725174569888,0.0,0.0954763617991134,0.5,0.153725174569888,0.0,0.239752803894126,0.153725174569888,0.0,0.218763033087511,0.153725174569888,0.0,0.126215316155043,0.153725174569888,0.0,0.160531520291592,0.153725174569888,0.0,0.205308927191938,0.153725174569888,0.0,0.293234637226215,0.153725174569888,0.0,0.0983733708671294,0.5,0.153725174569888,0.0,0.0615324379816373,0,0.100742763848592,0.053027048432255 -4514,0.5,0.153725174569888,0.0,0.104930779116603,0.153725174569888,0.0,0.136006621225399,0.153725174569888,0.0,0.0592598830369853,0.153725174569888,0.0,0.098362852275284,0.153725174569888,0.0,0.203138018613531,0.153725174569888,0.0,0.0117727117860892,0.153725174569888,0.0,0.296153584299276,0.153725174569888,0.0,0.101047053248107,0.5,0.153725174569888,0.0,0.223032767511773,0.153725174569888,0.0,0.105596580515388,0.5,0.153725174569888,0.0,0.379281986188874,0.153725174569888,0.0,0.307605758318171,0.153725174569888,0.0,0.137601385996889,0.153725174569888,0.0,0.218604469433101,0.153725174569888,0.0,0.24225149944222,0.153725174569888,0.0,0.295019948299403,0.153725174569888,0.0,0.132418924752656,0.5,0.153725174569888,0.0,0.0793640592367506,0,0.105616348678212,0.0714804460717252 -4515,0.5,0.153725174569888,0.0,0.0968210735401224,0.153725174569888,0.0,0.310895555619809,0.153725174569888,0.0,0.0293781860794208,0.153725174569888,0.0,0.0806031511794254,0.153725174569888,0.0,0.192306785235638,0.153725174569888,0.0,0.0093175421340681,0.153725174569888,0.0,0.484741673480762,0.153725174569888,0.0,0.15911157523313,0.5,0.153725174569888,0.0,0.239826629085158,0.153725174569888,0.0,0.125095272842198,0.5,0.153725174569888,0.0,0.400741437762969,0.153725174569888,0.0,0.331483831118719,0.153725174569888,0.0,0.170723079754335,0.153725174569888,0.0,0.292248349514162,0.153725174569888,0.0,0.264574887789349,0.153725174569888,0.0,0.479929707665371,0.153725174569888,0.0,0.163988833722978,0.5,0.153725174569888,0.0,0.0888291065432477,0,0.112880816785408,0.105643133119591 -4516,0.5,0.153725174569888,0.0,0.102849802987061,0.153725174569888,0.0,0.33884925494191,0.153725174569888,0.0,0.0130344922303726,0.153725174569888,0.0,0.0720600161026306,0.153725174569888,0.0,0.257352555103618,0.153725174569888,0.0,0.0177126892672116,0.153725174569888,0.0,0.562897258470821,0.153725174569888,0.0,0.193103730918663,0.5,0.153725174569888,0.0,0.275173894633838,0.153725174569888,0.0,0.172805677296175,0.5,0.153725174569888,0.0,0.511514671406368,0.153725174569888,0.0,0.298089318955681,0.153725174569888,0.0,0.226845416403852,0.153725174569888,0.0,0.319691407532452,0.153725174569888,0.0,0.268506306425231,0.153725174569888,0.0,0.685682090244592,0.153725174569888,0.0,0.223744512749997,0.5,0.153725174569888,0.0,0.119853776213466,0,0.119246126985835,0.141060316675945 -4517,0.5,0.153725174569888,0.00512949921351358,0.108224159199009,0.153725174569888,0.00199931159211617,0.277638181483135,0.153725174569888,0.000327423706197435,0.00972712872931059,0.153725174569888,0.00258341959923988,0.0566875973206008,0.153725174569888,0.0,0.333701311004921,0.153725174569888,0.0,0.0515439668331011,0.153725174569888,0.0,0.55749394797854,0.153725174569888,0.0,0.232632494888773,0.5,0.153725174569888,0.0,0.231693009794678,0.153725174569888,0.0,0.249566375486554,0.5,0.153725174569888,0.0,0.551673587596561,0.153725174569888,0.0,0.245987968471265,0.153725174569888,0.000980525424733595,0.253933404147742,0.153725174569888,0.000161587466503376,0.396967634655768,0.153725174569888,0.000397262695821067,0.302457023766021,0.153725174569888,0.0,0.713156487453301,0.153725174569888,2.05432532897531e-05,0.250337638931392,0.5,0.153725174569888,0.000165441426221431,0.130331821992674,0,0.133052615096054,0.112428267267497 -4518,0.5,0.153725174569888,0.0596999943413704,0.118926572995922,0.153725174569888,0.0448069363149706,0.231571195192281,0.153725174569888,0.00680748569476361,0.0183450784115358,0.153725174569888,0.0326242044352373,0.0425678964854022,0.153725174569888,0.00111599055719217,0.467442888293694,0.153725174569888,0.00383501342672672,0.109785496559389,0.153725174569888,0.000176143213612131,0.51722796086533,0.153725174569888,0.00548078782621528,0.252959622519436,0.5,0.153725174569888,0.00405817664782945,0.218780760711706,0.153725174569888,0.000384023877528492,0.360772841973072,0.5,0.153725174569888,0.000506267337341552,0.460362975117392,0.153725174569888,0.000336920717604806,0.220029947132859,0.153725174569888,0.0212856067670013,0.293295501642907,0.153725174569888,0.00413750550149044,0.492053990517372,0.153725174569888,0.00846562194935252,0.370174659932455,0.153725174569888,0.000328402030021007,0.714137461680934,0.153725174569888,0.0084920678959105,0.249223591566871,0.5,0.153725174569888,0.0117794123730354,0.15535915494761,0,0.161193887282867,0.047794019128021 -4519,0.5,0.153725174569888,0.127558444962588,0.163295849176421,0.153725174569888,0.111563762007383,0.0376034274523295,0.153725174569888,0.0212768759648604,0.0557059283272455,0.153725174569888,0.0785327203532724,0.0499113741955599,0.153725174569888,0.00175081465443128,0.552122794026858,0.153725174569888,0.015291412016401,0.153358044546608,0.153725174569888,0.000721329041131707,0.507332789091323,0.153725174569888,0.021008696535827,0.267692141832518,0.5,0.153725174569888,0.015121519064605,0.231159863734584,0.153725174569888,0.000750545110307162,0.384126225027809,0.5,0.153725174569888,0.00194126590401149,0.400514534971415,0.153725174569888,0.00201635308731253,0.245652377672633,0.153725174569888,0.0865990939768332,0.278262885179558,0.153725174569888,0.0111366554012639,0.600707151616092,0.153725174569888,0.0165056404409746,0.418742954114224,0.153725174569888,0.00108522051189004,0.649612821636915,0.153725174569888,0.032134543350632,0.252805201273286,0.5,0.153725174569888,0.0213102340416785,0.19444590473477,0,0.185089136880786,0.0936859182730826 -4520,0.5,0.153725174569888,0.220066431619377,0.23476468755373,0.153725174569888,0.121671766158599,0.000208634848078834,0.153725174569888,0.043515969342989,0.0945309506528107,0.153725174569888,0.14677791531758,0.086038718143603,0.153725174569888,0.0040317071189322,0.562653137492058,0.153725174569888,0.0285413589056519,0.199044923742888,0.153725174569888,0.00204073242373995,0.53217684340568,0.153725174569888,0.0383793511030877,0.331705297997947,0.5,0.153725174569888,0.0362736345074856,0.268846219324914,0.153725174569888,0.000519410589240141,0.359926554525953,0.5,0.153725174569888,0.00404241010952273,0.373507986265937,0.153725174569888,0.00559508846323889,0.298994779735767,0.153725174569888,0.154796783184702,0.197076963723984,0.153725174569888,0.0126054836277757,0.659414693831496,0.153725174569888,0.0214319675027168,0.446112373833652,0.153725174569888,0.00347092053753625,0.578566051035295,0.153725174569888,0.0539328740104155,0.287131846400536,0.5,0.153725174569888,0.0369223020885113,0.326156931146477,0,0.203365248960815,0.286786816209088 -4521,0.5,0.153725174569888,0.312324116654801,0.270617458065981,0.153725174569888,0.0713507893131086,0.00588160839641887,0.153725174569888,0.0864505724831417,0.145716541518169,0.153725174569888,0.22928270813261,0.10916544173714,0.153725174569888,0.0158044675030253,0.596144448370192,0.153725174569888,0.0436200080589112,0.229335968667359,0.153725174569888,0.00802009585997508,0.552675097354579,0.153725174569888,0.0681678175975788,0.372353414678184,0.5,0.153725174569888,0.0491753021955022,0.279257252114351,0.153725174569888,0.00138428861515194,0.354915164993456,0.5,0.153725174569888,0.00659581710892121,0.357911209391103,0.153725174569888,0.0116606808321342,0.322330993613919,0.153725174569888,0.2000856367364,0.133411949885871,0.153725174569888,0.0205703301638377,0.681991258856841,0.153725174569888,0.0273489032946979,0.413522078497768,0.153725174569888,0.00946195465641435,0.563977040647126,0.153725174569888,0.0662833224670236,0.312719668957696,0.5,0.153725174569888,0.0692921372792794,0.454565858443297,0,0.216332950348382,0.667639532185224 -4522,0.5,0.153725174569888,0.39396086897492,0.325396974556283,0.153725174569888,0.178680819772851,0.0125101095945001,0.153725174569888,0.1286274804167,0.271382604207391,0.153725174569888,0.37075173668255,0.118069575836089,0.153725174569888,0.0224229704393494,0.68503814323374,0.153725174569888,0.062159404565384,0.266779285722313,0.153725174569888,0.0198506930049931,0.557900665968967,0.153725174569888,0.0952829326655801,0.365831459468669,0.5,0.153725174569888,0.07037183183543,0.259801648947944,0.153725174569888,0.00488710613838965,0.375800169739829,0.5,0.153725174569888,0.00892932246797435,0.425030389085153,0.153725174569888,0.0230778054835521,0.390310337028514,0.153725174569888,0.267731842761634,0.142475409673689,0.153725174569888,0.041067412747879,0.644152212753642,0.153725174569888,0.0292807821092836,0.35120694878726,0.153725174569888,0.0150844929914745,0.54799361776545,0.153725174569888,0.0538544470374203,0.346105509004592,0.5,0.153725174569888,0.0777255620024724,0.493042849714142,0,0.208303486800684,0.896936702190172 -4523,0.5,0.153725174569888,0.445056606436995,0.340007147910811,0.153725174569888,0.345628832622587,0.010027901601456,0.153725174569888,0.217296874052524,0.412366485843759,0.153725174569888,0.491324006589055,0.13812493579643,0.153725174569888,0.0245020818372791,0.721559268552058,0.153725174569888,0.115873584572668,0.366884506354838,0.153725174569888,0.0415895627710316,0.587573583981061,0.153725174569888,0.0932273051664053,0.311010822504662,0.5,0.153725174569888,0.118556095547355,0.268932653414074,0.153725174569888,0.0071693263755299,0.380367590929146,0.5,0.153725174569888,0.0127339311658722,0.496008550018599,0.153725174569888,0.0394154792210441,0.469511757974618,0.153725174569888,0.411124771095966,0.245502076703148,0.153725174569888,0.0592380684792128,0.582090275242639,0.153725174569888,0.0435144638623008,0.345302974821199,0.153725174569888,0.019208160522443,0.575192295290706,0.153725174569888,0.040552978561546,0.392346549114191,0.5,0.153725174569888,0.0519795279173832,0.594176197169186,0,0.216025682834014,0.952486923571108 -4524,0.5,0.153725174569888,0.37449922112102,0.286919806447183,0.153725174569888,0.430261126924223,0.0344495448866415,0.153725174569888,0.257752088316475,0.549122214674831,0.153725174569888,0.529576850065332,0.204777419679356,0.153725174569888,0.0302841784003639,0.747439256841041,0.153725174569888,0.120655087507762,0.429054518040501,0.153725174569888,0.0534888537235371,0.622312014368649,0.153725174569888,0.0875162172450567,0.263852251474796,0.5,0.153725174569888,0.16433933035879,0.283209627060373,0.153725174569888,0.00934581297043497,0.397199576923353,0.5,0.153725174569888,0.0133615411782544,0.521885669863504,0.153725174569888,0.0536320591792637,0.477406464179653,0.153725174569888,0.493739740202604,0.331748638772318,0.153725174569888,0.0594048032903792,0.547043843986706,0.153725174569888,0.0410986331365028,0.372976315773707,0.153725174569888,0.0220145216766049,0.601243440662301,0.153725174569888,0.0374968003820381,0.434188115043282,0.5,0.153725174569888,0.0470445863367285,0.640023422373024,0,0.247548373407084,0.972056720770159 -4525,0.5,0.153725174569888,0.446791080555695,0.400232270187401,0.153725174569888,0.364633335155683,0.0108781364912468,0.153725174569888,0.263716137242551,0.572101146632955,0.153725174569888,0.430895980019985,0.223011347729129,0.153725174569888,0.0369985562529612,0.771258323595026,0.153725174569888,0.127491167049135,0.434731692583581,0.153725174569888,0.0519898675165736,0.632458591780695,0.153725174569888,0.11234545414486,0.237854796049248,0.5,0.153725174569888,0.192518427365141,0.275490444702878,0.153725174569888,0.0135297525785106,0.430312358366157,0.5,0.153725174569888,0.0166238184920794,0.540995059201485,0.153725174569888,0.0595766873747162,0.442993333088037,0.153725174569888,0.524607793894577,0.402776210730699,0.153725174569888,0.0482303766869788,0.588342370394453,0.153725174569888,0.0261302737809773,0.416814738327229,0.153725174569888,0.0240689329387236,0.588545825125075,0.153725174569888,0.0302225458308525,0.470786666032867,0.5,0.153725174569888,0.0309324405154915,0.660693099325053,0,0.303791923192588,0.997138649841074 -4526,0.5,0.153725174569888,0.44691854247001,0.439168261565478,0.153725174569888,0.1770807490626,0.0471133869915618,0.153725174569888,0.228570910272687,0.561377329006186,0.153725174569888,0.263443472605323,0.247508416562417,0.153725174569888,0.0441944206531449,0.746751503923214,0.153725174569888,0.120346256500482,0.431222645007889,0.153725174569888,0.0644519760938275,0.60680724850219,0.153725174569888,0.130321123858042,0.218068767758574,0.5,0.153725174569888,0.205211731123655,0.235919270089103,0.153725174569888,0.0192043253346436,0.446982260876849,0.5,0.153725174569888,0.0231603238007959,0.656967606563509,0.153725174569888,0.0649530418973285,0.421117151930196,0.153725174569888,0.514283838576884,0.374761702636565,0.153725174569888,0.0414257242519683,0.65643422207265,0.153725174569888,0.0332374580487813,0.508951647780809,0.153725174569888,0.022025374983053,0.595874477217751,0.153725174569888,0.0170257494636453,0.526389470687483,0.5,0.153725174569888,0.0275259840037552,0.677825546167882,0,0.4366466076057,0.999674656538184 -4527,0.5,0.153725174569888,0.334672289805782,0.386490754795102,0.153725174569888,0.104320505913837,0.120459218154495,0.153725174569888,0.214894001816523,0.70344372164578,0.153725174569888,0.237426281667635,0.308669805059737,0.153725174569888,0.0524707853878095,0.681922361806968,0.153725174569888,0.115509620055392,0.355050628303582,0.153725174569888,0.0678180000785293,0.57298973820607,0.153725174569888,0.13247369955728,0.176842774568412,0.5,0.153725174569888,0.208966178615475,0.174720680116085,0.153725174569888,0.0232442750355723,0.442886208738196,0.5,0.153725174569888,0.0316034510898233,0.737602735910323,0.153725174569888,0.0620978768395921,0.420091438025657,0.153725174569888,0.430230951471913,0.316527827527495,0.153725174569888,0.02737311875937,0.687488752343158,0.153725174569888,0.0402249069109617,0.576731113760034,0.153725174569888,0.0140823898735742,0.564200776889132,0.153725174569888,0.0103175562022698,0.609968837381593,0.5,0.153725174569888,0.0133510661108715,0.703098965518718,0,0.497758001999283,1.00812970200398 -4528,0.5,0.153725174569888,0.338567952922665,0.459066148003865,0.153725174569888,0.052525165039074,0.305467143250868,0.153725174569888,0.198630258691613,0.782126219600224,0.153725174569888,0.178066878066459,0.28694478744534,0.153725174569888,0.0455136505056769,0.602836273559408,0.153725174569888,0.119748668216408,0.311940429363839,0.153725174569888,0.054236371640397,0.532893694337371,0.153725174569888,0.118049057087673,0.13824415973947,0.5,0.153725174569888,0.187203179944392,0.126950518524762,0.153725174569888,0.0189475849038034,0.416803309209653,0.5,0.153725174569888,0.0387399207493748,0.741826338551219,0.153725174569888,0.0526256115518713,0.418120435891409,0.153725174569888,0.292289210495448,0.257691853269769,0.153725174569888,0.0236783120383557,0.672763615978389,0.153725174569888,0.0472373678634561,0.654168814595325,0.153725174569888,0.00770914114001603,0.518068539923939,0.153725174569888,0.00545729517811056,0.666041783383966,0.5,0.153725174569888,0.0055303406491072,0.668101997041734,0,0.455776180983497,1.00932056386684 -4529,0.5,0.153725174569888,0.213635260385307,0.430186577706612,0.153725174569888,0.106173813518745,0.497005554238978,0.153725174569888,0.139853939527179,0.780971060476744,0.153725174569888,0.180647532135458,0.288741173098516,0.153725174569888,0.0300618605695878,0.600646629375812,0.153725174569888,0.0985866763040079,0.315642139251047,0.153725174569888,0.0391845535681038,0.543067044661342,0.153725174569888,0.0925123109431888,0.130739882156714,0.5,0.153725174569888,0.146069650092352,0.0970947145851011,0.153725174569888,0.0139101414140812,0.392342350113141,0.5,0.153725174569888,0.0387831214728965,0.683202229332611,0.153725174569888,0.0444123936202008,0.410814578845745,0.153725174569888,0.241364901245099,0.258414177848671,0.153725174569888,0.0197013692488174,0.643495810506635,0.153725174569888,0.0498061501356377,0.694256014092001,0.153725174569888,0.00404835064102353,0.507261729410995,0.153725174569888,0.00215308851602561,0.681587220072537,0.5,0.153725174569888,0.00291442683051393,0.648384842503073,0,0.48090388287675,1.00855032613177 -4530,0.5,0.153725174569888,0.104070223454548,0.266587204363839,0.153725174569888,0.0925795939889076,0.524373079854653,0.153725174569888,0.0523644247917261,0.782482031018367,0.153725174569888,0.124418505851699,0.316471182665229,0.153725174569888,0.0176736130606947,0.628173668871312,0.153725174569888,0.0552740762026844,0.326749940166915,0.153725174569888,0.0299561942570085,0.532389921754804,0.153725174569888,0.061935250554431,0.127017073754702,0.5,0.153725174569888,0.0921269481130742,0.071972733850939,0.153725174569888,0.00788172619703902,0.387115867553915,0.5,0.153725174569888,0.0308056866896387,0.640077912988188,0.153725174569888,0.028994818120617,0.392978678233747,0.153725174569888,0.13892313986692,0.244107361315518,0.153725174569888,0.0171877747524487,0.633267358672493,0.153725174569888,0.0304044533066183,0.673959645601871,0.153725174569888,0.00238087324859322,0.498709930432069,0.153725174569888,0.00111810018860304,0.706664639112343,0.5,0.153725174569888,0.00203348794953987,0.685779741857904,0,0.560190821225034,1.00744957507409 -4531,0.5,0.153725174569888,0.065259219843471,0.206096200408983,0.153725174569888,0.0503582670303143,0.423538995442053,0.153725174569888,0.00849448986911089,0.756789460166387,0.153725174569888,0.0485805069803598,0.273577971087008,0.153725174569888,0.00767010637702692,0.648404934658626,0.153725174569888,0.0345612338201443,0.321412044277983,0.153725174569888,0.00948893490772653,0.554342142291419,0.153725174569888,0.0372422796184799,0.131041459173315,0.5,0.153725174569888,0.0426796403047859,0.0594939074257487,0.153725174569888,0.00276567667392469,0.367900325252184,0.5,0.153725174569888,0.0210630863322993,0.607727797280937,0.153725174569888,0.0188238394234998,0.356345592923876,0.153725174569888,0.0699370911149011,0.204018953107624,0.153725174569888,0.00885993625906627,0.602385523171408,0.153725174569888,0.00911790698859889,0.597482469639909,0.153725174569888,0.00100598026657259,0.517896997665989,0.153725174569888,0.000535901160201333,0.729545542768642,0.5,0.153725174569888,0.000855368786416648,0.68680331612777,0,0.619275021575214,1.00393422964244 -4532,0.5,0.153725174569888,0.0209850912284704,0.194531498262071,0.153725174569888,0.00779955083189751,0.211501951880989,0.153725174569888,0.00106708741043702,0.731075793682226,0.153725174569888,0.00340658819166208,0.267499938227779,0.153725174569888,0.00160885380612688,0.6788707426098,0.153725174569888,0.0113491457937693,0.334411577671194,0.153725174569888,0.00135354570588447,0.577227346278112,0.153725174569888,0.0131126601746639,0.133869869544517,0.5,0.153725174569888,0.0105446816549569,0.0423511464597212,0.153725174569888,0.000509848846209963,0.341541880619645,0.5,0.153725174569888,0.00391635925155777,0.58363961121347,0.153725174569888,0.00491683877906976,0.291957097755335,0.153725174569888,0.023955179621382,0.136693937055986,0.153725174569888,0.0011895320106588,0.580067953361955,0.153725174569888,0.00124495294541417,0.55472156808779,0.153725174569888,0.000257250962745079,0.537859037205225,0.153725174569888,9.20337641348657e-05,0.717784159730548,0.5,0.153725174569888,7.38178764383162e-05,0.67769554712593,0,0.657020649406937,0.999892522165408 -4533,0.5,0.153725174569888,0.0,0.197116169698007,0.153725174569888,0.0,0.144612854963652,0.153725174569888,0.0,0.692185411797474,0.153725174569888,0.0,0.263334404653868,0.153725174569888,1.5618365763298e-05,0.678937922710425,0.153725174569888,4.01181257615793e-05,0.317864051300754,0.153725174569888,0.0,0.638979880119231,0.153725174569888,0.0,0.130100395621974,0.5,0.153725174569888,0.0,0.0309959778515438,0.153725174569888,0.0,0.297571418406747,0.5,0.153725174569888,0.0,0.574352453206368,0.153725174569888,0.0,0.216041646815115,0.153725174569888,6.12335061841908e-05,0.114442513663927,0.153725174569888,1.1714706333495e-05,0.554707262357451,0.153725174569888,0.0,0.574665664237048,0.153725174569888,0.0,0.599460483713212,0.153725174569888,0.0,0.68771720915266,0.5,0.153725174569888,0.0,0.689064181444648,0,0.67240935777604,1.00069818968454 -4534,0.5,0.153725174569888,0.0,0.183820978354906,0.153725174569888,0.0,0.136458399296714,0.153725174569888,0.0,0.579981636647987,0.153725174569888,0.0,0.237234385137937,0.153725174569888,0.0,0.695154643921228,0.153725174569888,0.0,0.335164379427797,0.153725174569888,0.0,0.709221905370033,0.153725174569888,0.0,0.14535532090895,0.5,0.153725174569888,0.0,0.0275692745189917,0.153725174569888,0.0,0.258178325034341,0.5,0.153725174569888,0.0,0.554388637125988,0.153725174569888,0.0,0.145270797810915,0.153725174569888,0.0,0.0898448547734606,0.153725174569888,0.0,0.551438502687928,0.153725174569888,0.0,0.5754198386189,0.153725174569888,0.0,0.631203886521068,0.153725174569888,0.0,0.696162073756605,0.5,0.153725174569888,0.0,0.707064212673555,0,0.656969569131136,0.986479974428531 -4535,0.5,0.153725174569888,0.0,0.166755752696511,0.153725174569888,0.0,0.158588903312144,0.153725174569888,0.0,0.527103343830908,0.153725174569888,0.0,0.161479754295621,0.153725174569888,0.0,0.719853869900986,0.153725174569888,0.0,0.379266406695684,0.153725174569888,0.0,0.772458280993209,0.153725174569888,0.0,0.174234624675532,0.5,0.153725174569888,0.0,0.0384654171209727,0.153725174569888,0.0,0.183724517767726,0.5,0.153725174569888,0.0,0.493608311579604,0.153725174569888,0.0,0.113089090563158,0.153725174569888,0.0,0.0993785539242549,0.153725174569888,0.0,0.565284965705454,0.153725174569888,0.0,0.529270013015682,0.153725174569888,0.0,0.626611253973181,0.153725174569888,0.0,0.709367796128046,0.5,0.153725174569888,0.0,0.679853921421191,0,0.656662689271867,0.910179479792781 -4536,0.5,0.153725174569888,0.0,0.161738361945084,0.153725174569888,0.0,0.108575482927726,0.153725174569888,0.0,0.499734551122023,0.153725174569888,0.0,0.0896336037879642,0.153725174569888,0.0,0.759962026865917,0.153725174569888,0.0,0.431391811366587,0.153725174569888,0.0,0.800195738902372,0.153725174569888,0.0,0.191327028272728,0.5,0.153725174569888,0.0,0.0641678488920767,0.153725174569888,0.0,0.151832626564975,0.5,0.153725174569888,0.0,0.492737075086666,0.153725174569888,0.0,0.123900933874506,0.153725174569888,0.0,0.129577122029722,0.153725174569888,0.0,0.537873149505988,0.153725174569888,0.0,0.454912433363966,0.153725174569888,0.0,0.644198476505698,0.153725174569888,0.0,0.662275965877633,0.5,0.153725174569888,0.0,0.60640908454536,0,0.686032370722547,0.871053636695442 -4537,0.5,0.153725174569888,0.0,0.150215719936802,0.153725174569888,0.0,0.0642695077298471,0.153725174569888,0.0,0.424945929729429,0.153725174569888,0.0,0.0554168981184954,0.153725174569888,0.0,0.776736054565145,0.153725174569888,0.0,0.449116458586514,0.153725174569888,0.0,0.847345266789369,0.153725174569888,0.0,0.227640703627517,0.5,0.153725174569888,0.0,0.0776788472680169,0.153725174569888,0.0,0.157378630779499,0.5,0.153725174569888,0.0,0.407150037528095,0.153725174569888,0.0,0.174513809283272,0.153725174569888,0.0,0.162322792179294,0.153725174569888,0.0,0.479059390710345,0.153725174569888,0.0,0.387356263427763,0.153725174569888,0.0,0.635340654719875,0.153725174569888,0.0,0.603904687471821,0.5,0.153725174569888,0.0,0.528686550701698,0,0.714347533618782,0.630564530538609 -4538,0.5,0.153725174569888,0.0,0.151089949632369,0.153725174569888,0.0,0.0531678048375222,0.153725174569888,0.0,0.346662069835101,0.153725174569888,0.0,0.0716655573554277,0.153725174569888,0.0,0.858624094326774,0.153725174569888,0.0,0.476916088670527,0.153725174569888,0.0,0.897912177339356,0.153725174569888,0.0,0.29130741346991,0.5,0.153725174569888,0.0,0.103973851110346,0.153725174569888,0.0,0.207275999584879,0.5,0.153725174569888,0.0,0.435743537769243,0.153725174569888,0.0,0.215118887945852,0.153725174569888,0.0,0.195446901052465,0.153725174569888,0.0,0.456905272425513,0.153725174569888,0.0,0.322722315578355,0.153725174569888,0.0,0.654885428766924,0.153725174569888,0.0,0.642935334366879,0.5,0.153725174569888,0.0,0.406932677652559,0,0.703880579437048,0.300585841210993 -4539,0.5,0.153725174569888,0.0,0.1580837247533,0.153725174569888,0.0,0.0341245547761978,0.153725174569888,0.0,0.264857657969611,0.153725174569888,0.0,0.124436295915759,0.153725174569888,0.0,0.93167156202572,0.153725174569888,0.0,0.783511754094249,0.153725174569888,0.0,0.863545979072423,0.153725174569888,0.0,0.398843574610392,0.5,0.153725174569888,0.0,0.103525037913831,0.153725174569888,0.0,0.303252775095236,0.5,0.153725174569888,0.0,0.626187180015565,0.153725174569888,0.0,0.222480830865588,0.153725174569888,0.0,0.225284850737386,0.153725174569888,0.0,0.440823226745889,0.153725174569888,0.0,0.255485114712076,0.153725174569888,0.0,0.750821417364211,0.153725174569888,0.0,0.653757570324909,0.5,0.153725174569888,0.0,0.29568270726488,0,0.674117935832362,0.209863210740167 -4540,0.5,0.153725174569888,0.0,0.159652678688463,0.153725174569888,0.0,0.0572660223822747,0.153725174569888,0.0,0.265705158587715,0.153725174569888,0.0,0.175820749596567,0.153725174569888,0.0,0.843173450524434,0.153725174569888,0.0,0.763708160688408,0.153725174569888,0.0,0.919503925027492,0.153725174569888,0.0,0.38992903287164,0.5,0.153725174569888,0.0,0.102690869843241,0.153725174569888,0.0,0.286221035410096,0.5,0.153725174569888,0.0,0.552103831089682,0.153725174569888,0.0,0.173773284348876,0.153725174569888,0.0,0.280716555044938,0.153725174569888,0.0,0.433548821468142,0.153725174569888,0.0,0.207282692352768,0.153725174569888,0.0,0.786783131688221,0.153725174569888,0.0,0.604531980021157,0.5,0.153725174569888,0.0,0.278404226862783,0,0.689283415434876,0.0947934397609478 -4541,0.5,0.153725174569888,0.00389292345346331,0.14884331205471,0.153725174569888,0.00208684997283214,0.0933522127273572,0.153725174569888,1.00568402946715e-05,0.281749815325577,0.153725174569888,0.00105526575777332,0.232952259465286,0.153725174569888,0.0,0.608363708641581,0.153725174569888,0.0,0.69286765177813,0.153725174569888,0.0,0.970210989871344,0.153725174569888,0.0,0.455831049261372,0.5,0.153725174569888,0.0,0.139511238344663,0.153725174569888,0.0,0.231311999796169,0.5,0.153725174569888,0.0,0.424602875137201,0.153725174569888,0.0,0.143156043744902,0.153725174569888,0.00202720464588824,0.364989601845409,0.153725174569888,0.000196536891152467,0.347607259730793,0.153725174569888,5.66178445203031e-05,0.226219311260557,0.153725174569888,0.0,0.718835937491123,0.153725174569888,0.0,0.625227112369752,0.5,0.153725174569888,0.0,0.31773406504418,0,0.750519169480201,0.0464705563021991 -4542,0.5,0.153725174569888,0.048939081473153,0.14797733909928,0.153725174569888,0.0412698237509891,0.134628290305219,0.153725174569888,0.00071992491297861,0.310936408931416,0.153725174569888,0.00889940037834712,0.226932192720738,0.153725174569888,0.000124370419525864,0.404397771445224,0.153725174569888,0.000964051870112379,0.755878392123121,0.153725174569888,0.000293297075187022,0.981388567470728,0.153725174569888,0.00351117905141699,0.590179954283943,0.5,0.153725174569888,0.0204581618626513,0.197065755572951,0.153725174569888,0.0069372413988855,0.237973134683562,0.5,0.153725174569888,0.0127588053139256,0.504464919305079,0.153725174569888,0.00411602563670493,0.136804794053973,0.153725174569888,0.0439616194255666,0.441524012356312,0.153725174569888,0.00624230400740521,0.244706215631471,0.153725174569888,0.00127866936061888,0.244777979872635,0.153725174569888,0.000714400301522457,0.722517514250747,0.153725174569888,0.00282163072216491,0.688018100442589,0.5,0.153725174569888,0.00255195644516333,0.420883509384597,0,0.806234533136801,0.0573303966666028 -4543,0.5,0.153725174569888,0.0961533013873662,0.186756439958411,0.153725174569888,0.0918116954772305,0.191562615297601,0.153725174569888,0.00364753989427749,0.336806619972328,0.153725174569888,0.0185534693810648,0.213110607744224,0.153725174569888,0.000751767726395179,0.248484292809313,0.153725174569888,0.00466237923455935,0.846069315687404,0.153725174569888,0.000781386136445538,0.966412497303976,0.153725174569888,0.011231939844397,0.657824103632416,0.5,0.153725174569888,0.0752064387174702,0.227940798606559,0.153725174569888,0.0306500941948427,0.222463806834871,0.5,0.153725174569888,0.0638259763712645,0.528185316319347,0.153725174569888,0.0217759759854861,0.135345629849235,0.153725174569888,0.109821831790455,0.530123971167252,0.153725174569888,0.0217193006001148,0.194119807672247,0.153725174569888,0.0140746515290713,0.21576482381162,0.153725174569888,0.00290670559721504,0.725950894896115,0.153725174569888,0.0153137597559329,0.715802907916053,0.5,0.153725174569888,0.0253002033624444,0.525676854167516,0,0.858506463803473,0.102011116005025 -4544,0.5,0.153725174569888,0.169616243349957,0.288334409329613,0.153725174569888,0.172420839076794,0.240359425191934,0.153725174569888,0.00726490771717524,0.303417326111069,0.153725174569888,0.022000315921082,0.243520700064763,0.153725174569888,0.00261315806462107,0.248541737312673,0.153725174569888,0.00690723873893711,0.860170039542637,0.153725174569888,0.00130841699288377,0.957163149286448,0.153725174569888,0.0232461642654818,0.698329735190651,0.5,0.153725174569888,0.135657883362615,0.359808324385378,0.153725174569888,0.0624852171310018,0.230322188240529,0.5,0.153725174569888,0.129740418278543,0.643525816564442,0.153725174569888,0.0557189518903755,0.182755719302699,0.153725174569888,0.203768955314673,0.663801007639338,0.153725174569888,0.0438293716331296,0.191488593917212,0.153725174569888,0.045466875658561,0.170467049967354,0.153725174569888,0.00404428625745923,0.7164855155215,0.153725174569888,0.0328013536931897,0.730418169976721,0.5,0.153725174569888,0.0731216920633798,0.572712777922633,0,0.893944626291653,0.194873724944664 -4545,0.5,0.153725174569888,0.234913739601625,0.391522123056819,0.153725174569888,0.271383797605707,0.343781344559673,0.153725174569888,0.0130359547234086,0.266908282224993,0.153725174569888,0.0269115544413155,0.26701628538112,0.153725174569888,0.0144139279544173,0.199014938979301,0.153725174569888,0.00414410918215278,0.881138738257577,0.153725174569888,0.00295621390890186,0.894253842521467,0.153725174569888,0.0400966682899668,0.796972817084611,0.5,0.153725174569888,0.200590718946799,0.505504158611529,0.153725174569888,0.0920878686387355,0.219266316883916,0.5,0.153725174569888,0.183604979353756,0.688520300496363,0.153725174569888,0.0991494051972721,0.224447904045859,0.153725174569888,0.291376529025386,0.746783331081736,0.153725174569888,0.125308220851443,0.228364983035018,0.153725174569888,0.080533361465222,0.119533657007395,0.153725174569888,0.00604688433643583,0.605417798964899,0.153725174569888,0.058623463769583,0.714382198259846,0.5,0.153725174569888,0.11931959000415,0.571272001622518,0,0.915448180938746,0.384259852577285 -4546,0.5,0.153725174569888,0.288388570052709,0.458755426850603,0.153725174569888,0.359477535047703,0.425757796860712,0.153725174569888,0.0341217788461472,0.27184561820695,0.153725174569888,0.0387778178409821,0.282101233170847,0.153725174569888,0.0515285154537033,0.0999858269425924,0.153725174569888,0.00581945577627032,0.826221479963845,0.153725174569888,0.00658920982166614,0.747263910468259,0.153725174569888,0.0283884172176626,0.794294958344536,0.5,0.153725174569888,0.236156967321789,0.586610795372248,0.153725174569888,0.0900496285862283,0.190448942842802,0.5,0.153725174569888,0.207936534361615,0.696633183621,0.153725174569888,0.131750437502941,0.242463915962722,0.153725174569888,0.372432424625465,0.835634883456979,0.153725174569888,0.280244583860769,0.267968268539155,0.153725174569888,0.116263165813492,0.10405112508898,0.153725174569888,0.00971157624120436,0.560596161113418,0.153725174569888,0.0693776198299201,0.672913570115334,0.5,0.153725174569888,0.166727786088291,0.540613216968936,0,0.921489536118573,0.54948322083927 -4547,0.5,0.153725174569888,0.357273921220899,0.509886532787915,0.153725174569888,0.467199338858903,0.615077216981636,0.153725174569888,0.0582969125793032,0.311810089178785,0.153725174569888,0.0601733953634493,0.301902704721958,0.153725174569888,0.109589466803776,0.0563045647916007,0.153725174569888,0.0123516125704495,0.667531624866883,0.153725174569888,0.0118237631890843,0.620429283272446,0.153725174569888,0.0171669111049339,0.787705411480445,0.5,0.153725174569888,0.209998909981466,0.622386151432289,0.153725174569888,0.0929791945485906,0.171155065017536,0.5,0.153725174569888,0.179998863846871,0.643112627264822,0.153725174569888,0.13658075415311,0.263367388184804,0.153725174569888,0.466946928202415,0.881838486721507,0.153725174569888,0.424934083861658,0.340675949153521,0.153725174569888,0.139619146164254,0.0771647749872767,0.153725174569888,0.0174547464296793,0.513792271204078,0.153725174569888,0.0797926953982797,0.619196933431586,0.5,0.153725174569888,0.171587363510281,0.452710950858799,0,0.951963375217125,0.605154631536385 -4548,0.5,0.153725174569888,0.418220338259895,0.561869839621983,0.153725174569888,0.550269270037211,0.807420367405503,0.153725174569888,0.0724234582331693,0.353584954150949,0.153725174569888,0.0846092680303342,0.311459988901067,0.153725174569888,0.180664678948988,0.0609748180871302,0.153725174569888,0.0222202269258086,0.475703503731297,0.153725174569888,0.0179994724769306,0.443599715854431,0.153725174569888,0.0203755986081514,0.818717747278857,0.5,0.153725174569888,0.195979856032428,0.666601865645893,0.153725174569888,0.110493149165793,0.185780506321712,0.5,0.153725174569888,0.191568244900334,0.638318867219944,0.153725174569888,0.146091590527569,0.271126053123625,0.153725174569888,0.553173171033362,0.942562467577372,0.153725174569888,0.505458025358746,0.408236090296188,0.153725174569888,0.12028686185949,0.0679329928910346,0.153725174569888,0.0371482049514876,0.442842657414074,0.153725174569888,0.100881698599332,0.592337827615026,0.5,0.153725174569888,0.158021970682131,0.403072371114217,0,0.962665354698646,0.598400056609127 -4549,0.5,0.153725174569888,0.451331859487319,0.60566476814856,0.153725174569888,0.606630401937177,0.874273336030679,0.153725174569888,0.108634419027463,0.388754646815083,0.153725174569888,0.0944936124773014,0.3046640902175,0.153725174569888,0.214702817348346,0.0460706693637458,0.153725174569888,0.0334404527080817,0.343365669618819,0.153725174569888,0.0272907204044453,0.240155803630619,0.153725174569888,0.0104822862897136,0.795372734577648,0.5,0.153725174569888,0.229049556585605,0.74992758626908,0.153725174569888,0.128022847925189,0.200962996257608,0.5,0.153725174569888,0.165396456837647,0.551734185388279,0.153725174569888,0.144116322542664,0.296279363552957,0.153725174569888,0.581686692472503,0.9738147331144,0.153725174569888,0.546641939227852,0.49384010167283,0.153725174569888,0.0751979994388249,0.135490682500996,0.153725174569888,0.0365014227227712,0.379835308900986,0.153725174569888,0.0811817730658652,0.502488927675921,0.5,0.153725174569888,0.160908030359468,0.388174159956302,0,0.968706602735991,0.573724608233131 -4550,0.5,0.153725174569888,0.413341675335904,0.61472402198586,0.153725174569888,0.616074565742836,0.803323896913733,0.153725174569888,0.112608568988484,0.402608197409127,0.153725174569888,0.0924677309855935,0.310528770149508,0.153725174569888,0.185627266085767,0.0852224544503726,0.153725174569888,0.0381342698934992,0.206174123245262,0.153725174569888,0.0394573356776535,0.194581470461617,0.153725174569888,0.00613305261019949,0.735899177721663,0.5,0.153725174569888,0.193887370114844,0.753944656889907,0.153725174569888,0.137002461911034,0.253769634714095,0.5,0.153725174569888,0.174893260546721,0.475762413465331,0.153725174569888,0.173763302669235,0.272587109654714,0.153725174569888,0.595290018191525,0.988119519375475,0.153725174569888,0.488568573777136,0.552987392272991,0.153725174569888,0.100406640305091,0.16417642411055,0.153725174569888,0.0289441098240231,0.318334874241344,0.153725174569888,0.0654624566941474,0.421456433237,0.5,0.153725174569888,0.177129706563266,0.414645748419248,0,0.981448325295601,0.552472150152994 -4551,0.5,0.153725174569888,0.404355242318563,0.592978261974415,0.153725174569888,0.534192884563307,0.6591866214868,0.153725174569888,0.095953064931673,0.41483603460111,0.153725174569888,0.0968169003268953,0.320207392541174,0.153725174569888,0.0622338959283088,0.097939881077156,0.153725174569888,0.0204701536059165,0.117780425957153,0.153725174569888,0.0644786895797514,0.22287348957477,0.153725174569888,0.00656694519151642,0.62674775282322,0.5,0.153725174569888,0.182154590125889,0.743975425156683,0.153725174569888,0.13965283920373,0.272551255161028,0.5,0.153725174569888,0.177707403026182,0.512264785191063,0.153725174569888,0.173860350397791,0.264995608572697,0.153725174569888,0.574376264485306,0.988034078585805,0.153725174569888,0.316446088558109,0.509744108557549,0.153725174569888,0.156516288571636,0.151518392188582,0.153725174569888,0.0284743159456619,0.261532762785494,0.153725174569888,0.0649418185687272,0.347567775747055,0.5,0.153725174569888,0.167998273906722,0.347808263526067,0,0.987865683234221,0.607022707994023 -4552,0.5,0.153725174569888,0.332436140397388,0.560831056903293,0.153725174569888,0.250239083170715,0.11338886154682,0.153725174569888,0.0822233932327669,0.422171878922142,0.153725174569888,0.0855657653923105,0.311594640079137,0.153725174569888,0.0349636871004065,0.0623362812865987,0.153725174569888,0.0250153054835823,0.0951668270763562,0.153725174569888,0.114537431578795,0.24214139695656,0.153725174569888,0.00557293550063885,0.515284676961814,0.5,0.153725174569888,0.113815558320834,0.647280147087325,0.153725174569888,0.0998257149071161,0.222801184428171,0.5,0.153725174569888,0.144123103154678,0.376747059656093,0.153725174569888,0.111970698754976,0.245644979452398,0.153725174569888,0.498012902442406,0.980050202503293,0.153725174569888,0.240200760099877,0.317658942775344,0.153725174569888,0.198514937219597,0.140891441359027,0.153725174569888,0.0285050186016829,0.225833323296724,0.153725174569888,0.0726116432499951,0.302698124054922,0.5,0.153725174569888,0.106334316981459,0.236066348960681,0,0.992253855555422,0.630437893978007 -4553,0.5,0.153725174569888,0.248147376477435,0.510018157877564,0.153725174569888,0.329878771380342,0.292356265709437,0.153725174569888,0.0710025212059179,0.37487592761417,0.153725174569888,0.0661900181948992,0.294217221770996,0.153725174569888,0.107366337218187,0.0500154754806709,0.153725174569888,0.0764453067593483,0.0936540876185272,0.153725174569888,0.108406212702275,0.214483876013047,0.153725174569888,0.00397605776309107,0.375987436713366,0.5,0.153725174569888,0.0658903083625725,0.56178710124316,0.153725174569888,0.0752055619125677,0.182634487687162,0.5,0.153725174569888,0.143764011084112,0.335720872742454,0.153725174569888,0.0640071182484436,0.16583505583827,0.153725174569888,0.384440217220809,0.967330561172181,0.153725174569888,0.300025206382681,0.222370576697738,0.153725174569888,0.146200016038794,0.120300304894361,0.153725174569888,0.0271673470176268,0.195372292695754,0.153725174569888,0.0447802102357515,0.259561340184278,0.5,0.153725174569888,0.0694936811008384,0.191052281352088,0,0.993696098161905,0.698812603351967 -4554,0.5,0.153725174569888,0.156366736259797,0.458141417609594,0.153725174569888,0.247987527837504,0.513841949812075,0.153725174569888,0.0369012790021241,0.28993950584598,0.153725174569888,0.0360605683150191,0.264450895064491,0.153725174569888,0.104904294765769,0.0426071529579431,0.153725174569888,0.0802246608466547,0.0755475277577104,0.153725174569888,0.0689669976986676,0.14960701459665,0.153725174569888,0.00310321746586159,0.271330789432082,0.5,0.153725174569888,0.0369978078422934,0.502413646868359,0.153725174569888,0.0356310782864013,0.166510282294771,0.5,0.153725174569888,0.0781016591563918,0.350883628248783,0.153725174569888,0.0521231433787372,0.150640543276662,0.153725174569888,0.26538501051879,0.938717344371353,0.153725174569888,0.237857715376254,0.188339043301409,0.153725174569888,0.087065873898178,0.101466002917145,0.153725174569888,0.0191986008569318,0.161843410972217,0.153725174569888,0.023531631093637,0.192395769807389,0.5,0.153725174569888,0.0519245011034774,0.163449458103646,0,0.993189170816562,0.784707566042531 -4555,0.5,0.153725174569888,0.0805423914018392,0.423077083676664,0.153725174569888,0.131131320857533,0.503589777445448,0.153725174569888,0.0178691347019566,0.237998383987813,0.153725174569888,0.0156014827520895,0.234292415328255,0.153725174569888,0.0855859429137405,0.0311454317297332,0.153725174569888,0.0413793798668246,0.0478594262718902,0.153725174569888,0.0232200533697857,0.0840648323085107,0.153725174569888,0.00255169260000093,0.169862555481028,0.5,0.153725174569888,0.0140508286684254,0.408978150942593,0.153725174569888,0.0175343199894268,0.153266720372812,0.5,0.153725174569888,0.0298778163340821,0.22255719068038,0.153725174569888,0.0277477136622334,0.133142769537713,0.153725174569888,0.14119623964541,0.89399169516292,0.153725174569888,0.13713915920284,0.191631444075316,0.153725174569888,0.0432563888112839,0.0897027291592125,0.153725174569888,0.00892172201655096,0.0849128369155809,0.153725174569888,0.0105538502434301,0.126053036275775,0.5,0.153725174569888,0.023490036106266,0.112392029653949,0,0.991605465548093,0.848375187532905 -4556,0.5,0.153725174569888,0.0173962810696412,0.411047094782203,0.153725174569888,0.0323411229874442,0.499341075231167,0.153725174569888,0.0035975734449368,0.17734096861013,0.153725174569888,0.000915497782455919,0.238476162068849,0.153725174569888,0.0333800707666077,0.0171856652942199,0.153725174569888,0.0118141131255098,0.0277311233170678,0.153725174569888,0.00265568887885482,0.0395132802479086,0.153725174569888,0.00098914679421758,0.0650799904456454,0.5,0.153725174569888,0.00215313979989552,0.26132154564099,0.153725174569888,0.00044630597421833,0.125424014591712,0.5,0.153725174569888,0.00814246917680354,0.131358160931382,0.153725174569888,0.00593999360063297,0.103732706911039,0.153725174569888,0.0398275010276203,0.864391623354624,0.153725174569888,0.0390568130498237,0.217099301288991,0.153725174569888,0.0138373768853278,0.0672238702394239,0.153725174569888,0.00189082178562421,0.050452537921676,0.153725174569888,0.00123243866241764,0.0966959319764794,0.5,0.153725174569888,5.99079272446999e-05,0.0804635502006385,0,0.992990632614696,0.88061604853697 -4557,0.5,0.153725174569888,0.0,0.432768340933591,0.153725174569888,0.0,0.5721152613583,0.153725174569888,0.0,0.127215343591522,0.153725174569888,0.0,0.235342112693883,0.153725174569888,0.0,0.0149852996671191,0.153725174569888,2.37767317874189e-05,0.0155572429024415,0.153725174569888,3.40630181746135e-07,0.0218224515278011,0.153725174569888,0.0,0.0266424929856226,0.5,0.153725174569888,0.0,0.122375322326725,0.153725174569888,0.0,0.092600562187939,0.5,0.153725174569888,0.0,0.109106416168974,0.153725174569888,0.0,0.0641384884280184,0.153725174569888,0.0,0.829380015696417,0.153725174569888,0.0,0.2734745133224,0.153725174569888,0.0,0.0353438402946683,0.153725174569888,0.0,0.0404350167682539,0.153725174569888,0.0,0.0936501771301548,0.5,0.153725174569888,0.0,0.0732394027255421,0,0.995053527459077,0.880558653489502 -4558,0.5,0.153725174569888,0.0,0.472238759576083,0.153725174569888,0.0,0.590198489820728,0.153725174569888,0.0,0.116116958975837,0.153725174569888,0.0,0.267104169003955,0.153725174569888,0.0,0.0128600381119479,0.153725174569888,0.0,0.0110015433375625,0.153725174569888,0.0,0.0132852705484091,0.153725174569888,0.0,0.0154502483668234,0.5,0.153725174569888,0.0,0.0723284064975057,0.153725174569888,0.0,0.0806711375717851,0.5,0.153725174569888,0.0,0.131430822951311,0.153725174569888,0.0,0.0489712223260023,0.153725174569888,0.0,0.785326251619408,0.153725174569888,0.0,0.356300506014687,0.153725174569888,0.0,0.0318924470370632,0.153725174569888,0.0,0.0231496918660526,0.153725174569888,0.0,0.0942734730296199,0.5,0.153725174569888,0.0,0.0766412411121207,0,0.994909887228151,0.877418485475832 -4559,0.5,0.153725174569888,0.0,0.503000451988739,0.153725174569888,0.0,0.566407486570777,0.153725174569888,0.0,0.121621687939152,0.153725174569888,0.0,0.271718735776919,0.153725174569888,0.0,0.012938757623259,0.153725174569888,0.0,0.00894523776117711,0.153725174569888,0.0,0.00967871502836537,0.153725174569888,0.0,0.00455060678954176,0.5,0.153725174569888,0.0,0.0612675225475846,0.153725174569888,0.0,0.0702051296370948,0.5,0.153725174569888,0.0,0.146644213368187,0.153725174569888,0.0,0.0505411627360318,0.153725174569888,0.0,0.740011918084739,0.153725174569888,0.0,0.417682005623067,0.153725174569888,0.0,0.0503244155227288,0.153725174569888,0.0,0.00861444232594702,0.153725174569888,0.0,0.083039286732028,0.5,0.153725174569888,0.0,0.0726996805756191,0,0.994365870143396,0.869817465592816 -4560,0.5,0.153725174569888,0.0,0.501108649681677,0.153725174569888,0.0,0.524043411617068,0.153725174569888,0.0,0.16677834549579,0.153725174569888,0.0,0.240929475374604,0.153725174569888,0.0,0.0122973075445443,0.153725174569888,0.0,0.00727262017337767,0.153725174569888,0.0,0.00857955103172559,0.153725174569888,0.0,0.00113640270240647,0.5,0.153725174569888,0.0,0.0378591114193387,0.153725174569888,0.0,0.0538272116887644,0.5,0.153725174569888,0.0,0.0913223017910458,0.153725174569888,0.0,0.0452599712575102,0.153725174569888,0.0,0.688771132011024,0.153725174569888,0.0,0.452114613891709,0.153725174569888,0.0,0.0885927992877074,0.153725174569888,0.0,0.0053174626760472,0.153725174569888,0.0,0.0736117827702699,0.5,0.153725174569888,0.0,0.0551215023120863,0,0.990972680450759,0.826648959506117 -4561,0.5,0.153725174569888,0.0,0.467438665337749,0.153725174569888,0.0,0.490901312209964,0.153725174569888,0.0,0.182094020675196,0.153725174569888,0.0,0.199716040800249,0.153725174569888,0.0,0.0125525296462651,0.153725174569888,0.0,0.00549922660915676,0.153725174569888,0.0,0.00815577318821948,0.153725174569888,0.0,0.00125886833445713,0.5,0.153725174569888,0.0,0.012909887483473,0.153725174569888,0.0,0.0378455456492962,0.5,0.153725174569888,0.0,0.05610729346487,0.153725174569888,0.0,0.0351730417308942,0.153725174569888,0.0,0.627209865075301,0.153725174569888,0.0,0.442971953945073,0.153725174569888,0.0,0.111431701306079,0.153725174569888,0.0,0.00679224944770859,0.153725174569888,0.0,0.0850002239839546,0.5,0.153725174569888,0.0,0.0404117399354966,0,0.983570406815489,0.753033772212538 -4562,0.5,0.153725174569888,0.0,0.405687847672549,0.153725174569888,0.0,0.453308365006732,0.153725174569888,0.0,0.174039456731682,0.153725174569888,0.0,0.164613067729356,0.153725174569888,0.0,0.0122046411248679,0.153725174569888,0.0,0.0062783791153987,0.153725174569888,0.0,0.0129878039081272,0.153725174569888,0.0,0.00171788639274301,0.5,0.153725174569888,0.0,0.00608441606071472,0.153725174569888,0.0,0.0287124162493119,0.5,0.153725174569888,0.0,0.0584741394425233,0.153725174569888,0.0,0.0244435276835919,0.153725174569888,0.0,0.566975683096813,0.153725174569888,0.0,0.40254354458254,0.153725174569888,0.0,0.112942063110524,0.153725174569888,0.0,0.0115813358605799,0.153725174569888,0.0,0.101407119600937,0.5,0.153725174569888,0.0,0.0362182333670205,0,0.977581351928505,0.683264254851241 -4563,0.5,0.153725174569888,0.0,0.335587398523173,0.153725174569888,0.0,0.426403042512969,0.153725174569888,0.0,0.172193001254761,0.153725174569888,0.0,0.127413485544163,0.153725174569888,0.0,0.0153976877172715,0.153725174569888,0.0,0.00573168555063994,0.153725174569888,0.0,0.0163279109583947,0.153725174569888,0.0,0.00186284421255732,0.5,0.153725174569888,0.0,0.0042615590126658,0.153725174569888,0.0,0.0323857751106482,0.5,0.153725174569888,0.0,0.062027186244893,0.153725174569888,0.0,0.0213283355209682,0.153725174569888,0.0,0.513109617931397,0.153725174569888,0.0,0.358535910962764,0.153725174569888,0.0,0.11722429461379,0.153725174569888,0.0,0.0170838184053712,0.153725174569888,0.0,0.110780122002192,0.5,0.153725174569888,0.0,0.0359461871360014,0,0.974642620504169,0.630729490565257 -4564,0.5,0.153725174569888,0.0,0.29346973511717,0.153725174569888,0.0,0.398777819848841,0.153725174569888,0.0,0.175188609136889,0.153725174569888,0.0,0.0988424198475751,0.153725174569888,0.0,0.0203854146839339,0.153725174569888,0.0,0.00665828625829851,0.153725174569888,0.0,0.0218933085797904,0.153725174569888,0.0,0.000871213751487099,0.5,0.153725174569888,0.0,0.00351367535084294,0.153725174569888,0.0,0.0482529841288071,0.5,0.153725174569888,0.0,0.0773836934371207,0.153725174569888,0.0,0.0218553984313081,0.153725174569888,0.0,0.485063525625063,0.153725174569888,0.0,0.317508596169653,0.153725174569888,0.0,0.11604236869706,0.153725174569888,0.0,0.0190924033211227,0.153725174569888,0.0,0.112880343374714,0.5,0.153725174569888,0.0,0.0340721456477827,0,0.96841786520574,0.60272327344757 -4565,0.5,0.153725174569888,0.00471453132204391,0.28017918040572,0.153725174569888,0.00252538200398069,0.365411732149197,0.153725174569888,0.000406925828325511,0.186788176351894,0.153725174569888,0.000830691707763507,0.0770038705917818,0.153725174569888,0.0,0.0272020317783175,0.153725174569888,0.0,0.0101507771844932,0.153725174569888,0.0,0.0300291587098554,0.153725174569888,0.0,0.0014848863400607,0.5,0.153725174569888,0.0,0.00439475673735796,0.153725174569888,0.0,0.0531731832269263,0.5,0.153725174569888,0.0,0.0875008964975285,0.153725174569888,0.0,0.0194555968682628,0.153725174569888,0.00293207557112583,0.478129708568371,0.153725174569888,0.000518300747334226,0.299892695785015,0.153725174569888,0.000654171614728088,0.10467627577624,0.153725174569888,0.0,0.0206404530992959,0.153725174569888,4.57200171334521e-09,0.103836377260173,0.5,0.153725174569888,2.79395848280924e-05,0.0275280926202105,0,0.955252831802483,0.588984169191228 -4566,0.5,0.153725174569888,0.0608871480723454,0.295547256733444,0.153725174569888,0.0528541888765586,0.385493584594792,0.153725174569888,0.0155905981533066,0.192934165771477,0.153725174569888,0.0123666621085076,0.0619504164990482,0.153725174569888,0.0326878533751712,0.0356128210195364,0.153725174569888,0.0132826170646661,0.0106120781391785,0.153725174569888,0.00835189741780872,0.0414564410084141,0.153725174569888,0.01877977642343,0.00241164739699534,0.5,0.153725174569888,0.00348519252948816,0.00554581808423269,0.153725174569888,0.0118137464447093,0.0542623341609269,0.5,0.153725174569888,0.00364147402820383,0.0976798018977491,0.153725174569888,0.00977941754220413,0.0182799112967905,0.153725174569888,0.0536485872534712,0.493882352051571,0.153725174569888,0.0448108321873377,0.297981314868553,0.153725174569888,0.0316209270845624,0.102892155454335,0.153725174569888,0.00465339710962747,0.0337780813851134,0.153725174569888,0.00781580139193898,0.12421830820538,0.5,0.153725174569888,0.0184016232616758,0.0323440077323797,0,0.924687537615384,0.573980025324849 -4567,0.5,0.153725174569888,0.137981060360455,0.368626942422285,0.153725174569888,0.124505639373353,0.456682709337008,0.153725174569888,0.055122464157068,0.197561139350746,0.153725174569888,0.0230540834308071,0.047120640670992,0.153725174569888,0.103849661184266,0.0830500652434028,0.153725174569888,0.0570614297090512,0.0119058601453458,0.153725174569888,0.0393126671736342,0.0610882088016325,0.153725174569888,0.0736531164222305,0.00806524763410417,0.5,0.153725174569888,0.0306579989438545,0.00844752170688742,0.153725174569888,0.0680340616810312,0.0770139498362401,0.5,0.153725174569888,0.0179594396311197,0.149057697289227,0.153725174569888,0.0423630656039162,0.0307513697387553,0.153725174569888,0.123918328112423,0.579885141572766,0.153725174569888,0.1135193886778,0.360548508081023,0.153725174569888,0.091781836302215,0.12758875081633,0.153725174569888,0.0230496702072494,0.070410860078393,0.153725174569888,0.0233272513577002,0.175757427808825,0.5,0.153725174569888,0.0624313689314562,0.0985158929110419,0,0.885957998190061,0.561222000204361 -4568,0.5,0.153725174569888,0.245573603734416,0.495703423562585,0.153725174569888,0.237059181685251,0.420447729877433,0.153725174569888,0.108862797546932,0.183496853645439,0.153725174569888,0.0338111811225147,0.0434832526246194,0.153725174569888,0.217806902493254,0.165984909731612,0.153725174569888,0.118328936018543,0.0267255740962469,0.153725174569888,0.0927476159394157,0.0771931095268515,0.153725174569888,0.132132786132475,0.029145266430543,0.5,0.153725174569888,0.0766104273063455,0.0265825303621468,0.153725174569888,0.166426682795748,0.130867644428045,0.5,0.153725174569888,0.0374548340207785,0.160702045319086,0.153725174569888,0.080641676271628,0.0636979892603473,0.153725174569888,0.236729439930118,0.639748822164858,0.153725174569888,0.225666141086567,0.441982200835197,0.153725174569888,0.186064366279698,0.1645103656647,0.153725174569888,0.0533146112807595,0.129184581081988,0.153725174569888,0.0460703012697478,0.218089781556825,0.5,0.153725174569888,0.116920553380412,0.163604277723137,0,0.863275843108744,0.540525283967739 -4569,0.5,0.153725174569888,0.357279192350228,0.629535382781017,0.153725174569888,0.356035480561413,0.551357595339024,0.153725174569888,0.149243547556819,0.157992207558806,0.153725174569888,0.0528214372445424,0.0443968118683692,0.153725174569888,0.341468272638424,0.22537225848214,0.153725174569888,0.209790475585105,0.0515868252413563,0.153725174569888,0.172636312045854,0.0938773673510174,0.153725174569888,0.210924922241023,0.0666612746999128,0.5,0.153725174569888,0.134680342664594,0.047237905692641,0.153725174569888,0.226879580491874,0.161116832802568,0.5,0.153725174569888,0.0527887138333172,0.185647571057414,0.153725174569888,0.119946144103168,0.125456295354295,0.153725174569888,0.355738405813889,0.678117009567389,0.153725174569888,0.345651889701782,0.446920148980082,0.153725174569888,0.309093267275802,0.2067062755681,0.153725174569888,0.102795651804948,0.200848654104257,0.153725174569888,0.0722552149896305,0.259784408439102,0.5,0.153725174569888,0.165783985683909,0.18447617795063,0,0.8386837120636,0.52518959331436 -4570,0.5,0.153725174569888,0.478567892045791,0.733936956941003,0.153725174569888,0.484139483033858,0.704118193000719,0.153725174569888,0.168376371625538,0.138006752610336,0.153725174569888,0.0747356949307724,0.0490912369395655,0.153725174569888,0.474709948596569,0.206394278659764,0.153725174569888,0.339382612672067,0.0738616497742141,0.153725174569888,0.283695868662567,0.0906666182988512,0.153725174569888,0.315554142912775,0.14502544514497,0.5,0.153725174569888,0.196381108688301,0.0635981622236036,0.153725174569888,0.22490039703902,0.173760933600663,0.5,0.153725174569888,0.0463526873791189,0.240594214037794,0.153725174569888,0.124429102367447,0.148465211704093,0.153725174569888,0.48543865670267,0.746278140126495,0.153725174569888,0.47566493927622,0.453264839481996,0.153725174569888,0.455298405071625,0.276825001197311,0.153725174569888,0.178854678960508,0.284779524605078,0.153725174569888,0.0734749756098831,0.267195179212304,0.5,0.153725174569888,0.176619765588904,0.184959314000906,0,0.774888664222357,0.485086959632032 -4571,0.5,0.153725174569888,0.56363847066502,0.838604550274699,0.153725174569888,0.588731151298785,0.807078341099261,0.153725174569888,0.216806686729726,0.145253063777173,0.153725174569888,0.090919680927253,0.0950181545187,0.153725174569888,0.587133379268338,0.210431197766716,0.153725174569888,0.458210598749643,0.0896941568462206,0.153725174569888,0.420791501518543,0.0760233079631581,0.153725174569888,0.381228076880113,0.244506794632381,0.5,0.153725174569888,0.258895349068461,0.108551014815687,0.153725174569888,0.22809758513393,0.216086012864673,0.5,0.153725174569888,0.0318719590664854,0.291098182891445,0.153725174569888,0.123572497915248,0.141693225643891,0.153725174569888,0.594343870747954,0.753261044425779,0.153725174569888,0.585607973564596,0.505698746513287,0.153725174569888,0.578601897939528,0.404338493279149,0.153725174569888,0.269072630670313,0.31388615168012,0.153725174569888,0.0650863952781417,0.244790825626366,0.5,0.153725174569888,0.182106993019099,0.198513019511222,0,0.756582826706129,0.421778207062266 -4572,0.5,0.153725174569888,0.549143666990508,0.864687169782636,0.153725174569888,0.649276329412494,0.878479057032139,0.153725174569888,0.269887097494227,0.266146774172606,0.153725174569888,0.0999928140184898,0.0880543279754083,0.153725174569888,0.655808772226927,0.253029576253096,0.153725174569888,0.559675598944188,0.0809656167081335,0.153725174569888,0.566286874542937,0.0848705505707256,0.153725174569888,0.391675727878213,0.244747710511904,0.5,0.153725174569888,0.283582969292591,0.208110158648776,0.153725174569888,0.209778861640609,0.250806461900133,0.5,0.153725174569888,0.0269717065512815,0.30649246263197,0.153725174569888,0.115745610999462,0.159739757995349,0.153725174569888,0.660225061381292,0.784622167763495,0.153725174569888,0.650653119652983,0.574220431972438,0.153725174569888,0.632410418700543,0.532495903624632,0.153725174569888,0.434330493475697,0.327688851932633,0.153725174569888,0.0464336625321384,0.193190159672605,0.5,0.153725174569888,0.228108470514491,0.228297910352402,0,0.787430096840581,0.391320081896301 -4573,0.5,0.153725174569888,0.585828340353807,0.864284259430464,0.153725174569888,0.634002232065103,0.914881329426104,0.153725174569888,0.203179172910996,0.199178356219064,0.153725174569888,0.0607973630031479,0.0844832142151574,0.153725174569888,0.681562883069535,0.301446994080947,0.153725174569888,0.63898279941013,0.0869668426141231,0.153725174569888,0.62787174713065,0.134988544385051,0.153725174569888,0.531962435204888,0.202353521673005,0.5,0.153725174569888,0.28039624835215,0.222040719971883,0.153725174569888,0.195142468144151,0.287148121202937,0.5,0.153725174569888,0.0269929761657532,0.298805948815944,0.153725174569888,0.108189993378997,0.192921501552573,0.153725174569888,0.684922446854476,0.820300016615724,0.153725174569888,0.659114806798521,0.627734467989124,0.153725174569888,0.592964909694958,0.5779158235617,0.153725174569888,0.56411137950747,0.390009631756455,0.153725174569888,0.0372200464226722,0.163145840320983,0.5,0.153725174569888,0.249655206914089,0.245828761590688,0,0.823705735139873,0.372376595486549 -4574,0.5,0.153725174569888,0.526072722841728,0.850457667428648,0.153725174569888,0.662733604188009,0.932072635769953,0.153725174569888,0.194314843903293,0.190622115945845,0.153725174569888,0.0673602209723958,0.152430501149673,0.153725174569888,0.639073345512202,0.347884339528611,0.153725174569888,0.635143846676514,0.0882469510658389,0.153725174569888,0.641892688055313,0.157787078191534,0.153725174569888,0.623736793855386,0.207953885145803,0.5,0.153725174569888,0.28945151934579,0.212567702562756,0.153725174569888,0.105984515821321,0.289459947766258,0.5,0.153725174569888,0.0214792918552651,0.263437708099501,0.153725174569888,0.0815162405478742,0.17882266592642,0.153725174569888,0.671240115413162,0.845459049051752,0.153725174569888,0.625801427427587,0.665977595093715,0.153725174569888,0.555206292152198,0.619703896203563,0.153725174569888,0.522445519585242,0.343710232311823,0.153725174569888,0.0404779688014533,0.146725249673852,0.5,0.153725174569888,0.199589564348523,0.248042860368731,0,0.837764654477687,0.336149880921449 -4575,0.5,0.153725174569888,0.415300155308873,0.791373780229484,0.153725174569888,0.608172685509918,0.957426109488014,0.153725174569888,0.189596600402797,0.141536119233739,0.153725174569888,0.0815612060870409,0.175760651276613,0.153725174569888,0.534865131752639,0.362442242824896,0.153725174569888,0.575700716317388,0.0834482253549924,0.153725174569888,0.518695984918573,0.127977840485413,0.153725174569888,0.579332769138224,0.215101459369155,0.5,0.153725174569888,0.336976207570691,0.215219673149018,0.153725174569888,0.0522854765919496,0.285045536865403,0.5,0.153725174569888,0.0141733465517883,0.225592929245231,0.153725174569888,0.0488076875216866,0.159014675895522,0.153725174569888,0.612745433452022,0.867317381342492,0.153725174569888,0.583335244088204,0.691515469806509,0.153725174569888,0.532958844638053,0.593937441491146,0.153725174569888,0.376612151100074,0.210511216588649,0.153725174569888,0.0432914983077702,0.133429205387999,0.5,0.153725174569888,0.122312575719355,0.220620798844097,0,0.828332699249195,0.304524216999777 -4576,0.5,0.153725174569888,0.306635927059906,0.674218301959123,0.153725174569888,0.507274695579651,0.962330610622204,0.153725174569888,0.12234993254168,0.132385724561585,0.153725174569888,0.0766670426376744,0.194114924894186,0.153725174569888,0.466828045860366,0.365676934235045,0.153725174569888,0.506773717705422,0.0931496943431613,0.153725174569888,0.396348875606698,0.101571788201207,0.153725174569888,0.482641619463311,0.186789337949801,0.5,0.153725174569888,0.338195235703428,0.201639171194779,0.153725174569888,0.0271274633435013,0.307734037232878,0.5,0.153725174569888,0.0089386308867326,0.160244757735442,0.153725174569888,0.0290931984317537,0.157959278878095,0.153725174569888,0.510290899449121,0.872308520055481,0.153725174569888,0.494313518198318,0.698962870510833,0.153725174569888,0.343260382127674,0.512674938702603,0.153725174569888,0.29335703846488,0.17638451044783,0.153725174569888,0.0379700965461105,0.11759665094483,0.5,0.153725174569888,0.0747920430491313,0.192382723704599,0,0.81357601116874,0.270088298288869 -4577,0.5,0.153725174569888,0.21400648564477,0.591568282384913,0.153725174569888,0.38127345967212,0.930864190060365,0.153725174569888,0.065365836287928,0.301309756345504,0.153725174569888,0.0968712704528083,0.217740924642078,0.153725174569888,0.35180304087291,0.271237476105286,0.153725174569888,0.369763666969249,0.0824235858768329,0.153725174569888,0.243125936564008,0.0478095996407272,0.153725174569888,0.381216169002856,0.162192021848504,0.5,0.153725174569888,0.254601627871996,0.179970500153536,0.153725174569888,0.0300241317415081,0.379579243844804,0.5,0.153725174569888,0.00469274181384732,0.112065111091753,0.153725174569888,0.0183614129413342,0.168364845619104,0.153725174569888,0.387234789647369,0.841049233623252,0.153725174569888,0.382905566103739,0.66598305358272,0.153725174569888,0.217010024007082,0.396752720275316,0.153725174569888,0.202773213193849,0.1312002726492,0.153725174569888,0.0276876585534809,0.0985686072404882,0.5,0.153725174569888,0.0501425522525358,0.171096356508399,0,0.841008094925319,0.256756972855849 -4578,0.5,0.153725174569888,0.153322484266849,0.587376022897699,0.153725174569888,0.260222448369158,0.831132588165122,0.153725174569888,0.0697817567042571,0.244907102867353,0.153725174569888,0.0804063601444775,0.175013912369148,0.153725174569888,0.242684890195999,0.167894783512432,0.153725174569888,0.218142250788273,0.0378618341345138,0.153725174569888,0.172895867281763,0.0371235558641454,0.153725174569888,0.21852093153195,0.0887060692100956,0.5,0.153725174569888,0.172545261098625,0.115110546718563,0.153725174569888,0.0243690701835938,0.38220193893257,0.5,0.153725174569888,0.00290802002064194,0.0740765030697312,0.153725174569888,0.00820950875109016,0.161735355349221,0.153725174569888,0.266704513697886,0.756217241068019,0.153725174569888,0.267181202052608,0.553439765354599,0.153725174569888,0.118457533284896,0.285503283833092,0.153725174569888,0.054197444458163,0.0566511979037213,0.153725174569888,0.0127362466455255,0.0729297038244646,0.5,0.153725174569888,0.0336782971627442,0.145991830166413,0,0.883946460276728,0.246966631683952 -4579,0.5,0.153725174569888,0.0760428644202338,0.625633175549021,0.153725174569888,0.135977858806867,0.644358036648765,0.153725174569888,0.0608778938820707,0.13476763715914,0.153725174569888,0.042101255015739,0.110964651824136,0.153725174569888,0.125511912070594,0.165181971906426,0.153725174569888,0.132830503676304,0.0147053479370952,0.153725174569888,0.0792034092082377,0.015296138765595,0.153725174569888,0.123874458305857,0.03058649753169,0.5,0.153725174569888,0.0723331198292691,0.0550029159280044,0.153725174569888,0.00548151728589515,0.338646689112093,0.5,0.153725174569888,0.00124302392102232,0.0406918713213484,0.153725174569888,0.00204572202616166,0.135721787497385,0.153725174569888,0.142817445373861,0.633583991563587,0.153725174569888,0.147683062701924,0.425293094598678,0.153725174569888,0.0664977131910294,0.183102299872959,0.153725174569888,0.0216446813129809,0.0610294486159496,0.153725174569888,0.00347510892314485,0.0447184716488293,0.5,0.153725174569888,0.0160415973208413,0.141967344867506,0,0.907253263259367,0.235030097965812 -4580,0.5,0.153725174569888,0.0162864847563912,0.639914858149283,0.153725174569888,0.0332495857392467,0.544599842376789,0.153725174569888,0.0179047446011119,0.0824945576329462,0.153725174569888,0.00477433965988351,0.057707164793212,0.153725174569888,0.0363346207369426,0.184330148391281,0.153725174569888,0.0376459582064361,0.0254621264444127,0.153725174569888,0.0149240925104682,0.0131415415286249,0.153725174569888,0.0297281793982405,0.015468222510999,0.5,0.153725174569888,0.019514906942814,0.0411001852262454,0.153725174569888,0.000156554192355206,0.290419099053817,0.5,0.153725174569888,0.000254855180498598,0.0238722521963878,0.153725174569888,0.000115537047413748,0.104206305591738,0.153725174569888,0.039958727483472,0.585007897144356,0.153725174569888,0.0394814909370167,0.392925148414314,0.153725174569888,0.0198618082722714,0.158496000002908,0.153725174569888,0.00801815141073157,0.047491472116834,0.153725174569888,0.000980253537671127,0.0277056495768862,0.5,0.153725174569888,0.000319152806094564,0.121294929870559,0,0.91450693593349,0.223181847504061 -4581,0.5,0.153725174569888,0.0,0.59099577387251,0.153725174569888,0.0,0.558700566857349,0.153725174569888,0.0,0.0669108670331513,0.153725174569888,0.0,0.0384341730821141,0.153725174569888,0.0,0.189463177120739,0.153725174569888,0.0,0.0374270617638858,0.153725174569888,0.0,0.0141482964567066,0.153725174569888,0.0,0.010342294755407,0.5,0.153725174569888,0.0,0.0514064204088283,0.153725174569888,0.0,0.283549160683382,0.5,0.153725174569888,0.0,0.0219710023591605,0.153725174569888,0.0,0.0751588041385491,0.153725174569888,0.0,0.598087834274112,0.153725174569888,0.0,0.39497374105033,0.153725174569888,0.0,0.182295421495806,0.153725174569888,0.0,0.0452809521000479,0.153725174569888,0.0,0.0299684020105621,0.5,0.153725174569888,0.0,0.152667694880703,0,0.917726852977537,0.226280901013741 -4582,0.5,0.153725174569888,0.0,0.5354205858358,0.153725174569888,0.0,0.54548905619418,0.153725174569888,0.0,0.0528326141628437,0.153725174569888,0.0,0.0370477810249873,0.153725174569888,0.0,0.163681482285367,0.153725174569888,0.0,0.0367894945552137,0.153725174569888,0.0,0.0107474315996674,0.153725174569888,0.0,0.00876015541891348,0.5,0.153725174569888,0.0,0.0539930657198369,0.153725174569888,0.0,0.294008378314323,0.5,0.153725174569888,0.0,0.0284782170138487,0.153725174569888,0.0,0.0675249106353059,0.153725174569888,0.0,0.577853497304177,0.153725174569888,0.0,0.403289657522841,0.153725174569888,0.0,0.213934267349624,0.153725174569888,0.0,0.0517951388705361,0.153725174569888,0.0,0.0440390461583969,0.5,0.153725174569888,0.0,0.145484345354409,0,0.923811509620855,0.257207420220721 -4583,0.5,0.153725174569888,0.0,0.460481504206067,0.153725174569888,0.0,0.521873274751482,0.153725174569888,0.0,0.0503296263047042,0.153725174569888,0.0,0.0456992112935777,0.153725174569888,0.0,0.151859720460375,0.153725174569888,0.0,0.0302268488908946,0.153725174569888,0.0,0.0121689306487217,0.153725174569888,0.0,0.00610999824594058,0.5,0.153725174569888,0.0,0.0511963738339362,0.153725174569888,0.0,0.285523988546176,0.5,0.153725174569888,0.0,0.0672450727343867,0.153725174569888,0.0,0.0596304652225393,0.153725174569888,0.0,0.535880690039805,0.153725174569888,0.0,0.418818470422217,0.153725174569888,0.0,0.226274274601029,0.153725174569888,0.0,0.0641777427143572,0.153725174569888,0.0,0.0605957980907683,0.5,0.153725174569888,0.0,0.105513997689333,0,0.910722763812019,0.373695548192848 -4584,0.5,0.153725174569888,0.0,0.408991567578126,0.153725174569888,0.0,0.464663085157793,0.153725174569888,0.0,0.0459802731733321,0.153725174569888,0.0,0.0486925652168014,0.153725174569888,0.0,0.181980986762185,0.153725174569888,0.0,0.0294590207817317,0.153725174569888,0.0,0.0192698537278223,0.153725174569888,0.0,0.00581966491030826,0.5,0.153725174569888,0.0,0.0428487496112712,0.153725174569888,0.0,0.268159717148148,0.5,0.153725174569888,0.0,0.134210899926053,0.153725174569888,0.0,0.0511999435870398,0.153725174569888,0.0,0.494056963093625,0.153725174569888,0.0,0.423713338432921,0.153725174569888,0.0,0.218381875272094,0.153725174569888,0.0,0.0592770838395098,0.153725174569888,0.0,0.0732418999672108,0.5,0.153725174569888,0.0,0.0585683668131263,0,0.891664765308682,0.646805938099328 -4585,0.5,0.153725174569888,0.0,0.374927502906687,0.153725174569888,0.0,0.380230231451584,0.153725174569888,0.0,0.0391754593313621,0.153725174569888,0.0,0.0507591083041981,0.153725174569888,0.0,0.213091625083678,0.153725174569888,0.0,0.0298441416500651,0.153725174569888,0.0,0.0201975747596951,0.153725174569888,0.0,0.00325237410836391,0.5,0.153725174569888,0.0,0.0281683492385782,0.153725174569888,0.0,0.215057618048313,0.5,0.153725174569888,0.0,0.146129261621866,0.153725174569888,0.0,0.0465798823350694,0.153725174569888,0.0,0.443829771066573,0.153725174569888,0.0,0.416066140976666,0.153725174569888,0.0,0.189138232723442,0.153725174569888,0.0,0.0381216634444884,0.153725174569888,0.0,0.0713811860086147,0.5,0.153725174569888,0.0,0.0330706719438713,0,0.896532086577934,0.81362725890708 -4586,0.5,0.153725174569888,0.0,0.350326196954762,0.153725174569888,0.0,0.336593043161239,0.153725174569888,0.0,0.0340333787408498,0.153725174569888,0.0,0.0518849084348257,0.153725174569888,0.0,0.210251222083934,0.153725174569888,0.0,0.0320663852542707,0.153725174569888,0.0,0.0172612246569455,0.153725174569888,0.0,0.00193521728011359,0.5,0.153725174569888,0.0,0.0231834815462064,0.153725174569888,0.0,0.160638788514084,0.5,0.153725174569888,0.0,0.120871432874885,0.153725174569888,0.0,0.0528583439512114,0.153725174569888,0.0,0.393860154828492,0.153725174569888,0.0,0.384275361520585,0.153725174569888,0.0,0.170635141533585,0.153725174569888,0.0,0.0282154389484598,0.153725174569888,0.0,0.064232929662148,0.5,0.153725174569888,0.0,0.0205695633386471,0,0.923923845900373,0.807015374820464 -4587,0.5,0.153725174569888,0.0,0.329098239056786,0.153725174569888,0.0,0.288184817648616,0.153725174569888,0.0,0.0272686616827043,0.153725174569888,0.0,0.0567498495253656,0.153725174569888,0.0,0.179566331560436,0.153725174569888,0.0,0.0309624183242777,0.153725174569888,0.0,0.0126495019983292,0.153725174569888,0.0,0.00154240388182963,0.5,0.153725174569888,0.0,0.0189776616710583,0.153725174569888,0.0,0.121317504075738,0.5,0.153725174569888,0.0,0.0899681607959574,0.153725174569888,0.0,0.0659203534155319,0.153725174569888,0.0,0.374765532319271,0.153725174569888,0.0,0.335545748785692,0.153725174569888,0.0,0.145562637971557,0.153725174569888,0.0,0.0280014022818403,0.153725174569888,0.0,0.0630788888623442,0.5,0.153725174569888,0.0,0.0127294150242661,0,0.940608268715117,0.796345263860082 -4588,0.5,0.153725174569888,0.0,0.309755166147425,0.153725174569888,0.0,0.257818729837763,0.153725174569888,0.0,0.0232291446469474,0.153725174569888,0.0,0.0589236653723203,0.153725174569888,0.0,0.160246133210165,0.153725174569888,0.0,0.0277558990633801,0.153725174569888,0.0,0.0102164012960942,0.153725174569888,0.0,0.00236855206823716,0.5,0.153725174569888,0.0,0.0151990768678833,0.153725174569888,0.0,0.0856860874244958,0.5,0.153725174569888,0.0,0.0765516212375184,0.153725174569888,0.0,0.078494134121441,0.153725174569888,0.0,0.373464699808594,0.153725174569888,0.0,0.294302969090251,0.153725174569888,0.0,0.119514744581166,0.153725174569888,0.0,0.0264942763710851,0.153725174569888,0.0,0.063268275015638,0.5,0.153725174569888,0.0,0.00699119652070158,0,0.94987387048276,0.764208830664038 -4589,0.5,0.153725174569888,0.00441681159490489,0.29672457503338,0.153725174569888,0.00233964383024955,0.248210869505928,0.153725174569888,0.000386348179676377,0.0253662112513053,0.153725174569888,0.0019498504563074,0.0554985088987602,0.153725174569888,0.0,0.154596161153693,0.153725174569888,0.0,0.0298661526299364,0.153725174569888,0.0,0.0139287724057291,0.153725174569888,0.0,0.00492373309834661,0.5,0.153725174569888,0.0,0.0123393484852374,0.153725174569888,0.0,0.059562258633722,0.5,0.153725174569888,0.0,0.0706435689369941,0.153725174569888,0.0,0.0857641598895823,0.153725174569888,0.00273455904815559,0.368465164774716,0.153725174569888,0.000409767439026066,0.27531322901045,0.153725174569888,0.000641420738480008,0.100843336701962,0.153725174569888,0.0,0.020082754036722,0.153725174569888,0.0,0.0678211748911851,0.5,0.153725174569888,1.16302689262536e-09,0.00435743110829186,0,0.949124112469796,0.71979398630048 -4590,0.5,0.153725174569888,0.0606576683420455,0.351020993226505,0.153725174569888,0.0531015757443333,0.292394435371195,0.153725174569888,0.0262630218134905,0.0352427681583214,0.153725174569888,0.0386630483177465,0.0559206255418162,0.153725174569888,0.0398935723311934,0.140342346898202,0.153725174569888,0.028336921242347,0.0358924199834815,0.153725174569888,0.0351686417072155,0.0211451639571221,0.153725174569888,0.00677007924841535,0.00748004129176536,0.5,0.153725174569888,0.0131168500632747,0.00814737373549589,0.153725174569888,0.000693770923792146,0.037123188434575,0.5,0.153725174569888,0.00973882631398806,0.0702819138637849,0.153725174569888,0.000784291280332335,0.0753613695115586,0.153725174569888,0.0536807130352088,0.385003431024869,0.153725174569888,0.0452124488610561,0.268305043706759,0.153725174569888,0.0476330089757412,0.0982476541762085,0.153725174569888,0.0333365742703229,0.0134011444830927,0.153725174569888,0.00906897912098606,0.0732812146426773,0.5,0.153725174569888,0.00350966563293599,0.00453582676278148,0,0.938884577442461,0.685076465576875 -4591,0.5,0.153725174569888,0.140198155180285,0.466571488717228,0.153725174569888,0.12588531698259,0.454426702781869,0.153725174569888,0.0809777871084107,0.0556346120247181,0.153725174569888,0.103043602911513,0.0742216026955683,0.153725174569888,0.108999008542613,0.194897330352777,0.153725174569888,0.0909272546908767,0.063016186924655,0.153725174569888,0.101947953178887,0.0419595839260463,0.153725174569888,0.0527489446811967,0.00623878754298383,0.5,0.153725174569888,0.0438816488157752,0.00538377969281846,0.153725174569888,0.00652227677651115,0.0227893218468133,0.5,0.153725174569888,0.0446878185867052,0.0743863547045187,0.153725174569888,0.00630021862651845,0.0709164589053027,0.153725174569888,0.124928334706732,0.521186986878825,0.153725174569888,0.114768333708554,0.342953201157575,0.153725174569888,0.121181340392412,0.14542793571884,0.153725174569888,0.101093145667299,0.0103325383905977,0.153725174569888,0.040617158782518,0.0902832780575835,0.5,0.153725174569888,0.0171350186143457,0.00892719426443148,0,0.91870854823544,0.668399692395639 -4592,0.5,0.153725174569888,0.256018827129264,0.587963887347562,0.153725174569888,0.240826203308981,0.666337774032807,0.153725174569888,0.167084505275934,0.0813207027778073,0.153725174569888,0.181523105426226,0.0853622199073708,0.153725174569888,0.222510489516285,0.291501507334743,0.153725174569888,0.179585797214947,0.110736423834296,0.153725174569888,0.206209209050913,0.0656544011910831,0.153725174569888,0.145263731771647,0.00646317295003033,0.5,0.153725174569888,0.0672545379965671,0.00681867403445426,0.153725174569888,0.0329857812348938,0.0185044844736048,0.5,0.153725174569888,0.100175862692405,0.125278985526425,0.153725174569888,0.0206481660562147,0.0675347762940407,0.153725174569888,0.239843532471123,0.631403983053156,0.153725174569888,0.228098724211075,0.459186122110617,0.153725174569888,0.237622736123059,0.203687224441142,0.153725174569888,0.205866060442072,0.0204100171915756,0.153725174569888,0.0864169455938082,0.118849929746029,0.5,0.153725174569888,0.0523102727627278,0.0219553906559831,0,0.899922548436026,0.663506547129277 -4593,0.5,0.153725174569888,0.379714348311207,0.683824583001211,0.153725174569888,0.362272446439012,0.67389849105744,0.153725174569888,0.252319122441194,0.112246777978511,0.153725174569888,0.261979797757414,0.102385979647268,0.153725174569888,0.346549991921316,0.299879488995103,0.153725174569888,0.265543340204832,0.123051252290673,0.153725174569888,0.326487282182333,0.0780253732336692,0.153725174569888,0.241285739212196,0.0112340553956695,0.5,0.153725174569888,0.10725648351033,0.00872883286197651,0.153725174569888,0.0747932268160522,0.0189095511102036,0.5,0.153725174569888,0.168328996361704,0.143929666540743,0.153725174569888,0.0448680807303422,0.0699320392150164,0.153725174569888,0.361830199865685,0.637883358392572,0.153725174569888,0.350016772149486,0.474149786956054,0.153725174569888,0.362608716191175,0.236002901966081,0.153725174569888,0.324949411986977,0.038519022488495,0.153725174569888,0.136389252601396,0.140874391773043,0.5,0.153725174569888,0.129599950755244,0.0356472908041229,0,0.889904402096088,0.639963493838951 -4594,0.5,0.153725174569888,0.503065889696586,0.761522146492933,0.153725174569888,0.491240249448721,0.680567514962392,0.153725174569888,0.365774374115612,0.15484198484285,0.153725174569888,0.34542629409761,0.138599420095514,0.153725174569888,0.481824610080236,0.294122593591879,0.153725174569888,0.353776001287485,0.130904580060581,0.153725174569888,0.460020291141957,0.0938927979375268,0.153725174569888,0.292006377432303,0.0155319534323351,0.5,0.153725174569888,0.172666365070022,0.00872995967199918,0.153725174569888,0.155773055651646,0.02362053553717,0.5,0.153725174569888,0.207443239339126,0.117680700293204,0.153725174569888,0.0790484279111941,0.0744289108613114,0.153725174569888,0.492960024508858,0.624558057216571,0.153725174569888,0.482551164352581,0.487276811919663,0.153725174569888,0.496126311888771,0.300629227301394,0.153725174569888,0.440170671445036,0.0707736598477121,0.153725174569888,0.202986503142272,0.146101295215606,0.5,0.153725174569888,0.211739421314546,0.0500900598484324,0,0.903727342895634,0.574481415837075 -4595,0.5,0.153725174569888,0.602667131878592,0.800786754772219,0.153725174569888,0.562690007180472,0.723201181025648,0.153725174569888,0.47405290402717,0.2012879121528,0.153725174569888,0.426637307363168,0.189804540038014,0.153725174569888,0.596815337757188,0.332989548168675,0.153725174569888,0.447201687095359,0.148243007641265,0.153725174569888,0.566216992009775,0.150433401624565,0.153725174569888,0.277516589855333,0.010178839566974,0.5,0.153725174569888,0.252282579803827,0.00456668021317485,0.153725174569888,0.199949958909126,0.0196447797797162,0.5,0.153725174569888,0.237011731235954,0.107733550644267,0.153725174569888,0.112111938381661,0.0584426017852502,0.153725174569888,0.586965856407893,0.643122959547649,0.153725174569888,0.587933776297317,0.511522284482025,0.153725174569888,0.598930039988393,0.377140560547203,0.153725174569888,0.515142235202246,0.122200905096854,0.153725174569888,0.304010837110258,0.137489342441526,0.5,0.153725174569888,0.225904758378038,0.0710015836330199,0,0.915329748998394,0.521451327573053 -4596,0.5,0.153725174569888,0.647802108894545,0.804810590286041,0.153725174569888,0.602159787944422,0.746253716812176,0.153725174569888,0.50303286114761,0.235486256275771,0.153725174569888,0.431939119451769,0.21016579564834,0.153725174569888,0.667177068167014,0.402779880580593,0.153725174569888,0.541055543880585,0.195980711999088,0.153725174569888,0.618491031773924,0.231117610833996,0.153725174569888,0.357142070903604,0.015357587748025,0.5,0.153725174569888,0.320924009894987,0.00411256083114742,0.153725174569888,0.252304057428052,0.0149267156978322,0.5,0.153725174569888,0.347314826376108,0.104732867985936,0.153725174569888,0.180193738972635,0.0457613184039248,0.153725174569888,0.638943664974404,0.668169817543153,0.153725174569888,0.644340544536362,0.526336422587336,0.153725174569888,0.654182170534346,0.437127611829784,0.153725174569888,0.565311877328372,0.14823466890067,0.153725174569888,0.379405766026645,0.129621314601115,0.5,0.153725174569888,0.13928941983745,0.0723111668064926,0,0.920207047360413,0.509862654212872 -4597,0.5,0.153725174569888,0.66760173473873,0.791538546810421,0.153725174569888,0.617495914264026,0.77236224779111,0.153725174569888,0.48545336293785,0.253169954667619,0.153725174569888,0.460330354362063,0.202113309068462,0.153725174569888,0.681086551159589,0.421533960925204,0.153725174569888,0.498178761252908,0.23753306988901,0.153725174569888,0.663418869408216,0.275171137699338,0.153725174569888,0.4000282380489,0.0276171469137665,0.5,0.153725174569888,0.46807461000675,0.00649731178100236,0.153725174569888,0.31164512741772,0.011883657559056,0.5,0.153725174569888,0.465979401036643,0.0545993057035408,0.153725174569888,0.251953918251652,0.0420684913518871,0.153725174569888,0.666883682813815,0.685928449480002,0.153725174569888,0.66298820195416,0.541562646827393,0.153725174569888,0.66516528739701,0.465294379848926,0.153725174569888,0.545868087443685,0.147201236134382,0.153725174569888,0.361572149146142,0.0919630636883005,0.5,0.153725174569888,0.124613830444741,0.0779233603120736,0,0.912355733549886,0.482718404577023 -4598,0.5,0.153725174569888,0.641328157326169,0.778211649263953,0.153725174569888,0.605714106284394,0.801644392747361,0.153725174569888,0.517261523086933,0.250396412588887,0.153725174569888,0.429621755464455,0.171246710375643,0.153725174569888,0.662839925383088,0.391741953930437,0.153725174569888,0.588395491694037,0.250006578962771,0.153725174569888,0.652883446211028,0.278714186752309,0.153725174569888,0.404117023941673,0.0323835895249686,0.5,0.153725174569888,0.460309485604416,0.0158189476008647,0.153725174569888,0.285827785896767,0.0160286570664574,0.5,0.153725174569888,0.426054029038988,0.0231700135815867,0.153725174569888,0.285607798780621,0.0264307517998122,0.153725174569888,0.675604136742729,0.705221500380951,0.153725174569888,0.651255773658919,0.550169014869951,0.153725174569888,0.639116006293578,0.470847415942438,0.153725174569888,0.46002672574112,0.143175843439363,0.153725174569888,0.339120739733129,0.074530965444627,0.5,0.153725174569888,0.099447929330621,0.0472474996256778,0,0.876873755381459,0.426682049120153 -4599,0.5,0.153725174569888,0.559578342921098,0.769359552804328,0.153725174569888,0.560155081919273,0.800391476291297,0.153725174569888,0.340499439668281,0.198932435862163,0.153725174569888,0.24689475313614,0.0969662321821874,0.153725174569888,0.608351958929817,0.347127186841889,0.153725174569888,0.603405149011602,0.22367282286912,0.153725174569888,0.587521093610975,0.26504431036077,0.153725174569888,0.340578972276607,0.0262188253572585,0.5,0.153725174569888,0.419779172284901,0.0242012479892657,0.153725174569888,0.209498180319832,0.0153059654494533,0.5,0.153725174569888,0.357860703045026,0.026379194832516,0.153725174569888,0.238879942892554,0.012989562356685,0.153725174569888,0.622131041195449,0.708128598644414,0.153725174569888,0.590027182944838,0.535997689162582,0.153725174569888,0.560970062472163,0.445469377652906,0.153725174569888,0.389185792549431,0.123981507166586,0.153725174569888,0.319515722012486,0.0543270563050244,0.5,0.153725174569888,0.139201417602358,0.0288841885636545,0,0.827663079077777,0.383508278317557 -4600,0.5,0.153725174569888,0.452804282211992,0.770308544193607,0.153725174569888,0.45896123866468,0.780187825043851,0.153725174569888,0.19373088352744,0.11084314278518,0.153725174569888,0.157798248782712,0.0576300048697038,0.153725174569888,0.511367236600175,0.294495256601159,0.153725174569888,0.481983563886938,0.19506365805304,0.153725174569888,0.506268186185141,0.225352356169439,0.153725174569888,0.273068741583795,0.0120270139658484,0.5,0.153725174569888,0.356735313041163,0.0347197432249318,0.153725174569888,0.169914611075106,0.0133359809081901,0.5,0.153725174569888,0.33590073422073,0.0170579976748886,0.153725174569888,0.195968579966044,0.0126997196433753,0.153725174569888,0.525288842998086,0.702471996012955,0.153725174569888,0.493557806874851,0.510460913691292,0.153725174569888,0.401416039999555,0.397382840260638,0.153725174569888,0.349448783856504,0.102002187535955,0.153725174569888,0.138069789963809,0.0194216667296022,0.5,0.153725174569888,0.152949520906817,0.0150606290401216,0,0.778808244618514,0.324988173549495 -4601,0.5,0.153725174569888,0.331503194280223,0.764188499200458,0.153725174569888,0.359388087750483,0.751865198472682,0.153725174569888,0.152568882580584,0.0558791202632572,0.153725174569888,0.0922187797910124,0.0315001670460605,0.153725174569888,0.369917753033724,0.243419116564795,0.153725174569888,0.352978978406721,0.147281354660913,0.153725174569888,0.389821632827415,0.175031902088038,0.153725174569888,0.232043701469753,0.00854106829371844,0.5,0.153725174569888,0.257396735231348,0.0388400557417924,0.153725174569888,0.0872891942151637,0.00715239196450754,0.5,0.153725174569888,0.237627096911474,0.00808274390929966,0.153725174569888,0.143412399732766,0.00686277747719158,0.153725174569888,0.398104923624925,0.684309251527057,0.153725174569888,0.373942017789125,0.467679063853968,0.153725174569888,0.29330965666425,0.322626208581773,0.153725174569888,0.197433623521935,0.0636532940223946,0.153725174569888,0.0872976345514372,0.0105285197099966,0.5,0.153725174569888,0.0905656912246166,0.0114980365093037,0,0.724073123739,0.257916313651766 -4602,0.5,0.153725174569888,0.215117152519175,0.721684094152921,0.153725174569888,0.263402176316357,0.711974443717094,0.153725174569888,0.101927355282177,0.0150085983816271,0.153725174569888,0.0842876507329425,0.0145178086196984,0.153725174569888,0.250912550213776,0.138344931441791,0.153725174569888,0.265165868596092,0.0941142580162608,0.153725174569888,0.251851359638407,0.0751477078583194,0.153725174569888,0.122009984664028,0.0043100691309134,0.5,0.153725174569888,0.170683014369671,0.0187180099487018,0.153725174569888,0.0452591830537866,0.00334620350468352,0.5,0.153725174569888,0.151079923606424,0.00196017956646291,0.153725174569888,0.0884660472037954,0.00191855639999671,0.153725174569888,0.275126707948966,0.630389148948689,0.153725174569888,0.253188128710146,0.38101972143427,0.153725174569888,0.166900674432433,0.230190774121224,0.153725174569888,0.106242827607112,0.0260267279507655,0.153725174569888,0.0445780458462986,0.00480706449848575,0.5,0.153725174569888,0.0322105427782658,0.00837801711443788,0,0.70863428690971,0.204612144439175 -4603,0.5,0.153725174569888,0.111421418633411,0.655076275816026,0.153725174569888,0.139518653771478,0.607980039083164,0.153725174569888,0.0410502672409514,0.00622179292875458,0.153725174569888,0.0479179075957802,0.0201859087911748,0.153725174569888,0.135911400579682,0.0645573859171928,0.153725174569888,0.142692511198927,0.0333979873789481,0.153725174569888,0.131161753203729,0.0415640432456758,0.153725174569888,0.101036528998779,0.00370389932580723,0.5,0.153725174569888,0.0826983540025628,0.0048347283578067,0.153725174569888,0.0208297515750055,0.00185463571981638,0.5,0.153725174569888,0.0573413574167032,0.000522352887027875,0.153725174569888,0.0376024095313852,0.000483515424666711,0.153725174569888,0.146409135263418,0.505757335564051,0.153725174569888,0.13594178881677,0.272912579109945,0.153725174569888,0.0832176820391612,0.153278164703875,0.153725174569888,0.0389526292543902,0.0205359004897256,0.153725174569888,0.0189817160725602,0.00433944702080655,0.5,0.153725174569888,0.00984304580568799,0.0100464613837716,0,0.710646815737387,0.160364178861453 -4604,0.5,0.153725174569888,0.0205749216541356,0.520876135652155,0.153725174569888,0.0337038304769356,0.388291680909476,0.153725174569888,0.00749251031091981,0.010135919862421,0.153725174569888,0.0028925542685241,0.0383948805583088,0.153725174569888,0.035315459046601,0.072722583339278,0.153725174569888,0.0371000775139689,0.0329426404736896,0.153725174569888,0.0304622601464435,0.044215489734065,0.153725174569888,0.0236487670245966,0.00239026773729428,0.5,0.153725174569888,0.0287103325153663,0.00169718634456536,0.153725174569888,0.000300912428814034,0.00191163177909633,0.5,0.153725174569888,0.012043780548624,0.000107965942456301,0.153725174569888,0.00594172370975317,0.000729559638730802,0.153725174569888,0.040346407535959,0.313302613433051,0.153725174569888,0.0387835308278557,0.236818453695386,0.153725174569888,0.0226082993676723,0.132188273721408,0.153725174569888,0.00823521908294309,0.0184598474374948,0.153725174569888,0.00197321695940739,0.00342032626251214,0.5,0.153725174569888,0.000256119223482154,0.0136913992370563,0,0.692232034905194,0.138716987751775 -4605,0.5,0.153725174569888,0.0,0.398557656276017,0.153725174569888,0.0,0.24359288139061,0.153725174569888,0.0,0.0353017928439924,0.153725174569888,0.0,0.0685257066681076,0.153725174569888,0.0,0.0883921164597193,0.153725174569888,0.0,0.0413134746045659,0.153725174569888,0.0,0.0381391999012503,0.153725174569888,0.0,0.00168016691135757,0.5,0.153725174569888,0.0,0.00210722576461351,0.153725174569888,0.0,0.0030670519933097,0.5,0.153725174569888,0.0,0.00015118504627696,0.153725174569888,0.0,0.0012128720446672,0.153725174569888,0.0,0.212349809528032,0.153725174569888,0.0,0.255264222829444,0.153725174569888,0.0,0.155735412179731,0.153725174569888,0.0,0.0120794726522193,0.153725174569888,0.0,0.00299830464205013,0.5,0.153725174569888,0.0,0.0152218793766412,0,0.678965103410044,0.133230487772712 -4606,0.5,0.153725174569888,0.0,0.315622104120756,0.153725174569888,0.0,0.185224431540624,0.153725174569888,0.0,0.0608109788662904,0.153725174569888,0.0,0.086418728881181,0.153725174569888,0.0,0.11118205026072,0.153725174569888,0.0,0.042920340390835,0.153725174569888,0.0,0.027344242830717,0.153725174569888,0.0,0.00171658700561357,0.5,0.153725174569888,0.0,0.00183225978333744,0.153725174569888,0.0,0.00475459732230138,0.5,0.153725174569888,0.0,0.000207361539748837,0.153725174569888,0.0,0.00196116675915172,0.153725174569888,0.0,0.168797896631235,0.153725174569888,0.0,0.255185973033821,0.153725174569888,0.0,0.163042117972723,0.153725174569888,0.0,0.0086917083580453,0.153725174569888,0.0,0.00228361671960824,0.5,0.153725174569888,0.0,0.0125869893958946,0,0.652416945082689,0.133374723282286 -4607,0.5,0.153725174569888,0.0,0.249267413357686,0.153725174569888,0.0,0.145575669274877,0.153725174569888,0.0,0.0725861380969245,0.153725174569888,0.0,0.0775704737662668,0.153725174569888,0.0,0.139008348206976,0.153725174569888,0.0,0.0430956915918965,0.153725174569888,0.0,0.0186849342852313,0.153725174569888,0.0,0.00208300707392939,0.5,0.153725174569888,0.0,0.00123506513899342,0.153725174569888,0.0,0.0063158073389303,0.5,0.153725174569888,0.0,0.000215360262087241,0.153725174569888,0.0,0.00394086636777846,0.153725174569888,0.0,0.137042574654335,0.153725174569888,0.0,0.221905076409325,0.153725174569888,0.0,0.148668858202364,0.153725174569888,0.0,0.00806925774697368,0.153725174569888,0.0,0.00156790735233925,0.5,0.153725174569888,0.0,0.0107278903680328,0,0.600960654901763,0.14006611567248 -4608,0.5,0.153725174569888,0.0,0.201317392947962,0.153725174569888,0.0,0.110549985365285,0.153725174569888,0.0,0.0763545795786573,0.153725174569888,0.0,0.0656868106394331,0.153725174569888,0.0,0.148914397970293,0.153725174569888,0.0,0.0393045522770561,0.153725174569888,0.0,0.0227796540902375,0.153725174569888,0.0,0.00228978406687935,0.5,0.153725174569888,0.0,0.000928219003598304,0.153725174569888,0.0,0.00912597678539625,0.5,0.153725174569888,0.0,0.000172155716562296,0.153725174569888,0.0,0.00591146016445193,0.153725174569888,0.0,0.109912670806715,0.153725174569888,0.0,0.186872890109697,0.153725174569888,0.0,0.120329080952124,0.153725174569888,0.0,0.0108687645151698,0.153725174569888,0.0,0.000956032201908451,0.5,0.153725174569888,0.0,0.0125262322101451,0,0.505195516969659,0.163753429612143 -4609,0.5,0.153725174569888,0.0,0.170261522549284,0.153725174569888,0.0,0.0771839620397567,0.153725174569888,0.0,0.0702775472865668,0.153725174569888,0.0,0.0564703687275383,0.153725174569888,0.0,0.140860987006963,0.153725174569888,0.0,0.0347766955117716,0.153725174569888,0.0,0.0409124361949907,0.153725174569888,0.0,0.00214658246943318,0.5,0.153725174569888,0.0,0.00118070115107233,0.153725174569888,0.0,0.0104662647073045,0.5,0.153725174569888,0.0,0.000237867105729104,0.153725174569888,0.0,0.00688806304193084,0.153725174569888,0.0,0.0857577888361872,0.153725174569888,0.0,0.156775118418391,0.153725174569888,0.0,0.088879087282443,0.153725174569888,0.0,0.0158302408476738,0.153725174569888,0.0,0.00065131181589554,0.5,0.153725174569888,0.0,0.0149921948599197,0,0.449419636591281,0.182054656492723 -4610,0.5,0.153725174569888,0.0,0.150142943912777,0.153725174569888,0.0,0.0633205525346639,0.153725174569888,0.0,0.0666404132763376,0.153725174569888,0.0,0.0518612758840723,0.153725174569888,0.0,0.119880657480151,0.153725174569888,0.0,0.0382890110121377,0.153725174569888,0.0,0.0458361807729695,0.153725174569888,0.0,0.00192993772633106,0.5,0.153725174569888,0.0,0.0013848588771381,0.153725174569888,0.0,0.00984935699506806,0.5,0.153725174569888,0.0,0.000431514681199168,0.153725174569888,0.0,0.00778016223506677,0.153725174569888,0.0,0.0695703658729346,0.153725174569888,0.0,0.133815206555641,0.153725174569888,0.0,0.0635271312799482,0.153725174569888,0.0,0.0120186927425041,0.153725174569888,0.0,0.000892145713360765,0.5,0.153725174569888,0.0,0.0168711707467495,0,0.44772877022014,0.178105754066848 -4611,0.5,0.153725174569888,0.0,0.142912877981726,0.153725174569888,0.0,0.0537433567579758,0.153725174569888,0.0,0.067638266120819,0.153725174569888,0.0,0.0466149984716424,0.153725174569888,0.0,0.0995580493915611,0.153725174569888,0.0,0.0465301380119996,0.153725174569888,0.0,0.0368755757817594,0.153725174569888,0.0,0.00169076579740786,0.5,0.153725174569888,0.0,0.00141103830750894,0.153725174569888,0.0,0.00953033854265343,0.5,0.153725174569888,0.0,0.000581034712160299,0.153725174569888,0.0,0.00698258794650535,0.153725174569888,0.0,0.0618753608158451,0.153725174569888,0.0,0.115450952203417,0.153725174569888,0.0,0.049363020831222,0.153725174569888,0.0,0.00933425701010192,0.153725174569888,0.0,0.00136010988192866,0.5,0.153725174569888,0.0,0.0157377578544829,0,0.43426689815675,0.171160946314756 -4612,0.5,0.153725174569888,0.0,0.147813509431261,0.153725174569888,0.0,0.0505889128210915,0.153725174569888,0.0,0.0573512052023094,0.153725174569888,0.0,0.0409664934450354,0.153725174569888,0.0,0.0879286289324437,0.153725174569888,0.0,0.0488536804353544,0.153725174569888,0.0,0.025101693318021,0.153725174569888,0.0,0.00143377396360613,0.5,0.153725174569888,0.0,0.00134490873167769,0.153725174569888,0.0,0.0119847021689259,0.5,0.153725174569888,0.0,0.000775571006002774,0.153725174569888,0.0,0.00540568397287025,0.153725174569888,0.0,0.0583638132480459,0.153725174569888,0.0,0.104198726093066,0.153725174569888,0.0,0.0434495623489153,0.153725174569888,0.0,0.00756965757870851,0.153725174569888,0.0,0.0010916666735878,0.5,0.153725174569888,0.0,0.0110502378325586,0,0.384195907018082,0.171422021284849 -4613,0.5,0.153725174569888,0.00253574543696012,0.142999275603818,0.153725174569888,0.0021598893464677,0.0471827720239092,0.153725174569888,0.000752933855611425,0.0393030747801595,0.153725174569888,0.00253218109721078,0.0393472886588355,0.153725174569888,0.0,0.0848660053865643,0.153725174569888,0.0,0.0408355129430144,0.153725174569888,0.0,0.0176766141958657,0.153725174569888,0.0,0.00131770330422983,0.5,0.153725174569888,0.0,0.000916858430498562,0.153725174569888,0.0,0.0177846622447309,0.5,0.153725174569888,0.0,0.00042939620818538,0.153725174569888,0.0,0.00464017888872141,0.153725174569888,0.00254142398821157,0.0554635992658104,0.153725174569888,0.000323324317709158,0.0948929144187402,0.153725174569888,0.00049663495408408,0.0402352218960903,0.153725174569888,0.0,0.00579150468571516,0.153725174569888,1.39182793276535e-06,0.00109728618206733,0.5,0.153725174569888,1.38693785141341e-06,0.00644286769884197,0,0.305867691308048,0.183757993858001 -4614,0.5,0.153725174569888,0.0342973206001298,0.158582224578021,0.153725174569888,0.0537980545847949,0.0361374945087659,0.153725174569888,0.0474731611422088,0.0345368578989912,0.153725174569888,0.0472370948006525,0.0580686342319592,0.153725174569888,0.0394407558900401,0.0895917055382577,0.153725174569888,0.0312774393345642,0.0260815163922065,0.153725174569888,0.0353273748900105,0.0140004852972204,0.153725174569888,0.0205038376871763,0.000957430080388255,0.5,0.153725174569888,0.00423291293317815,0.000685227998563262,0.153725174569888,0.0088264457238227,0.0149612845938766,0.5,0.153725174569888,0.000807321412444906,6.53647981944395e-05,0.153725174569888,0.00514063410112547,0.00529607349478741,0.153725174569888,0.0535203009751826,0.0485416317052556,0.153725174569888,0.0453787386619787,0.0875274297815006,0.153725174569888,0.0474106316227191,0.0358383470470728,0.153725174569888,0.0230529188040198,0.00514787888057013,0.153725174569888,0.0195348972218357,0.00155465895577213,0.5,0.153725174569888,0.0113962730719859,0.00372050234638225,0,0.269431476292314,0.185819019349089 -4615,0.5,0.153725174569888,0.0731282630078878,0.215036694606914,0.153725174569888,0.127678639154525,0.0552221939362569,0.153725174569888,0.124142352385625,0.0668642997469068,0.153725174569888,0.0962304408145951,0.130843874843313,0.153725174569888,0.109728553070031,0.139663613226372,0.153725174569888,0.0986900270029078,0.0214808948294099,0.153725174569888,0.108477213136171,0.0215472361555621,0.153725174569888,0.0696815452954454,0.000606514956152891,0.5,0.153725174569888,0.0281611655428401,0.000697768905591774,0.153725174569888,0.027746253501086,0.0132197416846332,0.5,0.153725174569888,0.0042474146938822,4.64407642236659e-05,0.153725174569888,0.0267367754274397,0.00699000911075303,0.153725174569888,0.124146005707429,0.0551825928779738,0.153725174569888,0.115223525487765,0.121358153156989,0.153725174569888,0.122118393686701,0.0582118407548767,0.153725174569888,0.0908316535790429,0.00828894821147554,0.153725174569888,0.0686290421438962,0.00336032347093381,0.5,0.153725174569888,0.0636219255017562,0.00642720159852849,0,0.268111171622057,0.188863343921124 -4616,0.5,0.153725174569888,0.119908652139177,0.275798973336434,0.153725174569888,0.244251229446478,0.118908532181313,0.153725174569888,0.237886399247267,0.108242522151396,0.153725174569888,0.137252512658717,0.215929868068379,0.153725174569888,0.222650164378254,0.236605389671772,0.153725174569888,0.207058938759572,0.043069247070143,0.153725174569888,0.221217703874554,0.0561146657273047,0.153725174569888,0.131674702266494,0.000734575482681111,0.5,0.153725174569888,0.063290487531239,0.00148290008538425,0.153725174569888,0.0566906037023634,0.0192979893224287,0.5,0.153725174569888,0.0149969106174524,0.000237903492008824,0.153725174569888,0.0681365683940635,0.00866743626861741,0.153725174569888,0.234024807566265,0.104683668874923,0.153725174569888,0.22996538194606,0.179777617317904,0.153725174569888,0.239894920638961,0.0853256941025801,0.153725174569888,0.194373787066871,0.0217461943354218,0.153725174569888,0.126827915777416,0.0093903726235106,0.5,0.153725174569888,0.158055777677,0.0178696096249083,0,0.252700085091688,0.202465455395062 -4617,0.5,0.153725174569888,0.167137816392876,0.363080667323906,0.153725174569888,0.36701651331823,0.161967321115744,0.153725174569888,0.360614357870663,0.160729785955492,0.153725174569888,0.172636557632422,0.285328215843677,0.153725174569888,0.347265881334984,0.228791638549903,0.153725174569888,0.328563954150424,0.0799831326626821,0.153725174569888,0.345047604234783,0.0881310969556356,0.153725174569888,0.187022696731273,0.00107798491430338,0.5,0.153725174569888,0.0925628290705195,0.00141506865775881,0.153725174569888,0.0927812054893083,0.0274962333987262,0.5,0.153725174569888,0.0359606958327093,0.000741667490323234,0.153725174569888,0.119287695303978,0.0121885874700059,0.153725174569888,0.353990794560829,0.176914670419039,0.153725174569888,0.353766734182509,0.183060642963826,0.153725174569888,0.36548525546162,0.114699944272835,0.153725174569888,0.316691856309809,0.0322301396215381,0.153725174569888,0.186099960878723,0.026777365750031,0.5,0.153725174569888,0.229347662203455,0.0299857659453609,0,0.226234202294939,0.212962540560123 -4618,0.5,0.153725174569888,0.208958888970208,0.414548386162546,0.153725174569888,0.499032587834395,0.177403613411094,0.153725174569888,0.457329307458065,0.211125723750638,0.153725174569888,0.154794241654609,0.352550508137807,0.153725174569888,0.483500642440322,0.216810283421793,0.153725174569888,0.462268280093252,0.106082121385265,0.153725174569888,0.479996036141898,0.119383834343255,0.153725174569888,0.255153069109457,0.00355418746904755,0.5,0.153725174569888,0.0912287634772631,0.00222241718546539,0.153725174569888,0.133596392593566,0.013076911644569,0.5,0.153725174569888,0.10046642144936,0.00167683984618243,0.153725174569888,0.181795315206601,0.0214877656509103,0.153725174569888,0.48591999488453,0.211472772313395,0.153725174569888,0.487865583216159,0.180436723190023,0.153725174569888,0.490462452259398,0.111542934581186,0.153725174569888,0.446679119973677,0.0380657216088011,0.153725174569888,0.261803365166593,0.0469532159288897,0.5,0.153725174569888,0.308233027363183,0.0474240188065652,0,0.210763941450554,0.208296031714197 -4619,0.5,0.153725174569888,0.265318088928081,0.425314365957614,0.153725174569888,0.607025443069481,0.18528969511082,0.153725174569888,0.470760714090376,0.260548265959562,0.153725174569888,0.155776420635508,0.391411109486371,0.153725174569888,0.600175010937052,0.200445932520613,0.153725174569888,0.555827841186661,0.110672804029636,0.153725174569888,0.580101144804989,0.129265401874321,0.153725174569888,0.348703622290768,0.00901010071900312,0.5,0.153725174569888,0.154881619636223,0.00622970573869957,0.153725174569888,0.251861098944955,0.0116897601440059,0.5,0.153725174569888,0.25228250341353,0.00522906660699568,0.153725174569888,0.207393136058149,0.0294208606226391,0.153725174569888,0.588872773716759,0.182490287488164,0.153725174569888,0.59634601177837,0.151215623547041,0.153725174569888,0.567390458839452,0.105759119321993,0.153725174569888,0.530044298495785,0.0411804359716051,0.153725174569888,0.340976396435124,0.0632411513931434,0.5,0.153725174569888,0.377709106380017,0.0578848091070322,0,0.221689557516849,0.18740162129409 -4620,0.5,0.153725174569888,0.295585177407202,0.424657925083436,0.153725174569888,0.655486001083538,0.17631751102401,0.153725174569888,0.475121198058226,0.259814798525799,0.153725174569888,0.158936606079062,0.374352908524785,0.153725174569888,0.665892534939501,0.164764843185457,0.153725174569888,0.618822609432307,0.0801257749158887,0.153725174569888,0.622032012920081,0.112263442729153,0.153725174569888,0.563683854767589,0.00609829472884545,0.5,0.153725174569888,0.249179721708413,0.00680666407098896,0.153725174569888,0.359926361086358,0.0179516342532762,0.5,0.153725174569888,0.334725439520862,0.00373150470125474,0.153725174569888,0.1767299040471,0.0273419759107842,0.153725174569888,0.640194595397011,0.134000042098736,0.153725174569888,0.655268276110488,0.122991742395594,0.153725174569888,0.581907109076395,0.107035898556216,0.153725174569888,0.618768228297795,0.0331388219636531,0.153725174569888,0.359879300113375,0.0662668921696759,0.5,0.153725174569888,0.271267637743104,0.0637559501410161,0,0.226992800199039,0.163002472125269 -4621,0.5,0.153725174569888,0.32494097572044,0.410399011220443,0.153725174569888,0.647076661843429,0.132908984296519,0.153725174569888,0.456064778250784,0.206709892010573,0.153725174569888,0.138241252702683,0.336294576851177,0.153725174569888,0.66365629003004,0.120441214440646,0.153725174569888,0.660215948082966,0.0585270624383402,0.153725174569888,0.66526312585067,0.0850424497331624,0.153725174569888,0.548358320925967,0.00123369352114017,0.5,0.153725174569888,0.243047248941018,0.00508396698073924,0.153725174569888,0.413511168499338,0.0441365779042423,0.5,0.153725174569888,0.43837137385555,0.00169513469114849,0.153725174569888,0.172367843023228,0.0286862452741124,0.153725174569888,0.649089279081747,0.0937057876866115,0.153725174569888,0.670360336042248,0.112847980544469,0.153725174569888,0.578579704231613,0.0953029862984969,0.153725174569888,0.647202907471771,0.0205244058624086,0.153725174569888,0.434156061154479,0.0697128289128713,0.5,0.153725174569888,0.205142790402906,0.0481626310729246,0,0.211959871016276,0.156291856324355 -4622,0.5,0.153725174569888,0.277004297250159,0.383746054237194,0.153725174569888,0.61809569285299,0.093141637107064,0.153725174569888,0.380414088554939,0.149247587467029,0.153725174569888,0.166632906529554,0.291138296292151,0.153725174569888,0.663057935872918,0.0898745781165882,0.153725174569888,0.654195589022402,0.042647299969629,0.153725174569888,0.665582871475324,0.0653992406482194,0.153725174569888,0.441400380007234,0.00115370016168557,0.5,0.153725174569888,0.252570714112688,0.0043472731164003,0.153725174569888,0.336096763487969,0.0701824355192401,0.5,0.153725174569888,0.536827572015449,0.000562416894422696,0.153725174569888,0.16928904406607,0.0202544015495038,0.153725174569888,0.633071397397352,0.0678946208766871,0.153725174569888,0.661190858183513,0.114460808991237,0.153725174569888,0.563180402553402,0.0703312803306998,0.153725174569888,0.640851025225961,0.0138919488568737,0.153725174569888,0.470929652691694,0.0680035156024195,0.5,0.153725174569888,0.291158544344291,0.0371510973401066,0,0.198340820907426,0.183597180212775 -4623,0.5,0.153725174569888,0.235122871923464,0.359819653229594,0.153725174569888,0.573256643365312,0.0663341996899619,0.153725174569888,0.331944147126108,0.105583313716137,0.153725174569888,0.175013806773646,0.209724630603301,0.153725174569888,0.619352244922731,0.0671449431693987,0.153725174569888,0.609728111438239,0.0359817993852389,0.153725174569888,0.613307267133342,0.0616907454431658,0.153725174569888,0.397705265240488,0.0049069705722994,0.5,0.153725174569888,0.277401987965391,0.00421440185581574,0.153725174569888,0.263146119471806,0.0847179972610237,0.5,0.153725174569888,0.497196363737343,0.000602165861796635,0.153725174569888,0.204938330981767,0.0110273106314735,0.153725174569888,0.584428207887823,0.0536334844177731,0.153725174569888,0.60814088018786,0.121343981381653,0.153725174569888,0.476504449803498,0.0453499546008395,0.153725174569888,0.580950178060238,0.0129160145996135,0.153725174569888,0.475453218534457,0.0682848827958879,0.5,0.153725174569888,0.442670646556009,0.0407239443974108,0,0.154462487954883,0.21957832266229 -4624,0.5,0.153725174569888,0.223073893405096,0.343396539669061,0.153725174569888,0.42038609847744,0.0456970471942503,0.153725174569888,0.257367683560909,0.08501494548501,0.153725174569888,0.144886533945955,0.174403239686332,0.153725174569888,0.52406160337675,0.0581344391189877,0.153725174569888,0.51148892138331,0.0381784544322283,0.153725174569888,0.525169571568974,0.0559320587089817,0.153725174569888,0.352320352213249,0.00652881551716235,0.5,0.153725174569888,0.317874187311421,0.0054946072092643,0.153725174569888,0.267939172704624,0.0712557055220587,0.5,0.153725174569888,0.380300230592146,0.00183245142268789,0.153725174569888,0.221559163438586,0.0150588166240423,0.153725174569888,0.48325254431265,0.0455970323226293,0.153725174569888,0.50852143131653,0.12655638258337,0.153725174569888,0.390139310057329,0.0310928465522827,0.153725174569888,0.494610374873897,0.0123764987433651,0.153725174569888,0.421525175140606,0.0731339115010817,0.5,0.153725174569888,0.399869736760728,0.0397513439917906,0,0.0782675319285618,0.247209168116641 -4625,0.5,0.153725174569888,0.165881607378757,0.2900838276749,0.153725174569888,0.263862758679226,0.0472671642653367,0.153725174569888,0.204428094126537,0.0633039339993346,0.153725174569888,0.0972301247891249,0.116453403033956,0.153725174569888,0.401613569639942,0.0488386778787917,0.153725174569888,0.389386899097287,0.0429160019490066,0.153725174569888,0.399888911259818,0.0541887196863203,0.153725174569888,0.317280996649742,0.00903834722988524,0.5,0.153725174569888,0.221077799609987,0.00862441697649741,0.153725174569888,0.26504792175724,0.0444151995456518,0.5,0.153725174569888,0.288109351618376,0.00250382408414418,0.153725174569888,0.180282245456476,0.0208000011363303,0.153725174569888,0.363430007237809,0.0395764745712767,0.153725174569888,0.384092274138817,0.135892616997329,0.153725174569888,0.305169009181897,0.0374043285618572,0.153725174569888,0.368346760541121,0.0162972390584361,0.153725174569888,0.3349946727556,0.0619072200804278,0.5,0.153725174569888,0.30392539432364,0.0370170529365995,0,0.0232721660121173,0.27912899850775 -4626,0.5,0.153725174569888,0.125702983923521,0.251427629067893,0.153725174569888,0.167321089175118,0.053208443877839,0.153725174569888,0.167207640339063,0.0385065271960676,0.153725174569888,0.0782854365163615,0.0882870486010292,0.153725174569888,0.280664993686442,0.0347284683837374,0.153725174569888,0.269588201054145,0.0418769957384782,0.153725174569888,0.2743607029429,0.0438356100154363,0.153725174569888,0.237245842711769,0.0116436826176797,0.5,0.153725174569888,0.155605588713306,0.00947227471031042,0.153725174569888,0.156603262625979,0.0244465517280513,0.5,0.153725174569888,0.181861971968003,0.00181864779118138,0.153725174569888,0.152559281434598,0.01369201239332,0.153725174569888,0.241531413202423,0.0365550601336865,0.153725174569888,0.268403013022951,0.141487443531443,0.153725174569888,0.202903163797082,0.0390690329149924,0.153725174569888,0.249681616396846,0.0204553464886176,0.153725174569888,0.229894567674955,0.0425675180911989,0.5,0.153725174569888,0.201135409247676,0.0381584987132993,0,0.00581791282572778,0.25341939120152 -4627,0.5,0.153725174569888,0.0625456327134271,0.225956976900886,0.153725174569888,0.0786447061508783,0.0749948750963512,0.153725174569888,0.0926745400854112,0.0185064258806462,0.153725174569888,0.0415875557468489,0.0513627400188508,0.153725174569888,0.151947431330539,0.0114773505603643,0.153725174569888,0.148069560183852,0.0218737527484319,0.153725174569888,0.144227323995887,0.0200241168701502,0.153725174569888,0.12815759026969,0.00830987554816207,0.5,0.153725174569888,0.0761018140626538,0.0101166728597726,0.153725174569888,0.0740250750353618,0.00594140613385894,0.5,0.153725174569888,0.101019060957314,0.00129369272952272,0.153725174569888,0.0702516870322739,0.00432809324890419,0.153725174569888,0.124701762996254,0.0377645975275487,0.153725174569888,0.145071936349973,0.114342313681042,0.153725174569888,0.115995554026716,0.0314153726391369,0.153725174569888,0.126616551647394,0.0162515116929799,0.153725174569888,0.109543006499422,0.0157400202555934,0.5,0.153725174569888,0.066595889282461,0.0178407844498296,0,0.00342416330871306,0.189653385061252 -4628,0.5,0.153725174569888,0.014907381691856,0.181816131730731,0.153725174569888,0.0314794111092793,0.073029483755867,0.153725174569888,0.0176032660547217,0.00492103164250736,0.153725174569888,0.0039866027323117,0.0412766044509827,0.153725174569888,0.0366741782021685,0.0178173346303534,0.153725174569888,0.0360250473169237,0.0336339692389441,0.153725174569888,0.0321417472907256,0.0219719641449746,0.153725174569888,0.0312494259867059,0.0135578557350311,0.5,0.153725174569888,0.0252380643036557,0.0105545383875859,0.153725174569888,0.0,0.00448542501003249,0.5,0.153725174569888,0.0241338662558225,0.00901409524149135,0.153725174569888,0.0128294530589698,0.00534533169871611,0.153725174569888,0.0460157351480076,0.0278926117618793,0.153725174569888,0.0387703569111819,0.0767675313105962,0.153725174569888,0.026276112109407,0.0244223808661937,0.153725174569888,0.0236604398935422,0.021626416582127,0.153725174569888,0.0101869246615051,0.0105569833725169,0.5,0.153725174569888,0.0,0.0249848126788684,0,0.00217055886779956,0.154309259799304 -4629,0.5,0.153725174569888,0.0,0.15027153804977,0.153725174569888,0.0,0.0542908908509746,0.153725174569888,0.0,0.00234228645805545,0.153725174569888,0.0,0.0423610444635286,0.153725174569888,0.0,0.0281145560234726,0.153725174569888,0.0,0.0401863461755649,0.153725174569888,0.0,0.02424464500363,0.153725174569888,0.0,0.0207984105425757,0.5,0.153725174569888,0.0,0.0119084739268253,0.153725174569888,0.0,0.00465889164403346,0.5,0.153725174569888,0.0,0.0369932399556593,0.153725174569888,0.0,0.0069764466633032,0.153725174569888,0.0,0.0238886727050509,0.153725174569888,0.0,0.074998963616239,0.153725174569888,0.0,0.0215454765409557,0.153725174569888,0.0,0.0200505833900008,0.153725174569888,0.0,0.0111555086846295,0.5,0.153725174569888,0.0,0.0275244175760259,0,0.00405864968138473,0.119422775570725 -4630,0.5,0.153725174569888,0.0,0.138482915177901,0.153725174569888,0.0,0.0184472044263545,0.153725174569888,0.0,0.000970490577341041,0.153725174569888,0.0,0.0402808591521035,0.153725174569888,0.0,0.0334503492207744,0.153725174569888,0.0,0.0334063279567802,0.153725174569888,0.0,0.0312473969185651,0.153725174569888,0.0,0.0215024431603154,0.5,0.153725174569888,0.0,0.0123812680212614,0.153725174569888,0.0,0.0055008967612561,0.5,0.153725174569888,0.0,0.0259386861567383,0.153725174569888,0.0,0.00782567981525976,0.153725174569888,0.0,0.0143082038139541,0.153725174569888,0.0,0.0613398340909364,0.153725174569888,0.0,0.016044748700018,0.153725174569888,0.0,0.0157829640536953,0.153725174569888,0.0,0.00931859179695369,0.5,0.153725174569888,0.0,0.0243623453433402,0,0.0311218721024016,0.108578293854927 -4631,0.5,0.153725174569888,0.0,0.12881908616429,0.153725174569888,0.0,0.00466270762665941,0.153725174569888,0.0,0.00100612888864398,0.153725174569888,0.0,0.0328232214184323,0.153725174569888,0.0,0.0310912112619682,0.153725174569888,0.0,0.0220655528063284,0.153725174569888,0.0,0.0364442174071151,0.153725174569888,0.0,0.0189815967556069,0.5,0.153725174569888,0.0,0.0126125088946302,0.153725174569888,0.0,0.00516034199519665,0.5,0.153725174569888,0.0,0.0137760773160668,0.153725174569888,0.0,0.0104307318846437,0.153725174569888,0.0,0.00891325766048724,0.153725174569888,0.0,0.0481867169848932,0.153725174569888,0.0,0.0138531000631801,0.153725174569888,0.0,0.012146733761584,0.153725174569888,0.0,0.00429013723019593,0.5,0.153725174569888,0.0,0.0179794328220078,0,0.0973182536908995,0.094703301884588 -4632,0.5,0.153725174569888,0.0,0.137741309501306,0.153725174569888,0.0,0.000849774943930875,0.153725174569888,0.0,0.00315587645526498,0.153725174569888,0.0,0.0235467036719472,0.153725174569888,0.0,0.0265995074811519,0.153725174569888,0.0,0.0205132041751252,0.153725174569888,0.0,0.0328541270512761,0.153725174569888,0.0,0.0187628997425983,0.5,0.153725174569888,0.0,0.015221059457055,0.153725174569888,0.0,0.00565050136250885,0.5,0.153725174569888,0.0,0.0108213058998112,0.153725174569888,0.0,0.0128304386347638,0.153725174569888,0.0,0.00697013837878598,0.153725174569888,0.0,0.0350333226243888,0.153725174569888,0.0,0.0131803788323817,0.153725174569888,0.0,0.0091510627178265,0.153725174569888,0.0,0.00370851291909893,0.5,0.153725174569888,0.0,0.0139702289157552,0,0.123534698052854,0.0978608710300986 -4633,0.5,0.153725174569888,0.0,0.15017083531298,0.153725174569888,0.0,0.000617872086804794,0.153725174569888,0.0,0.00508652879596656,0.153725174569888,0.0,0.0202189167869095,0.153725174569888,0.0,0.0220830264427621,0.153725174569888,0.0,0.018037873189224,0.153725174569888,0.0,0.0233674380943348,0.153725174569888,0.0,0.0184925917683763,0.5,0.153725174569888,0.0,0.0196129558286961,0.153725174569888,0.0,0.0069710602989581,0.5,0.153725174569888,0.0,0.0141092361366366,0.153725174569888,0.0,0.0171301800190533,0.153725174569888,0.0,0.00722196226318488,0.153725174569888,0.0,0.0214345947517751,0.153725174569888,0.0,0.0114574499619172,0.153725174569888,0.0,0.00796203375448242,0.153725174569888,0.0,0.00482870621063697,0.5,0.153725174569888,0.0,0.0106804082274992,0,0.133923235257545,0.0939521001854745 -4634,0.5,0.153725174569888,0.0,0.163764520465268,0.153725174569888,0.0,0.000760203748809986,0.153725174569888,0.0,0.00549545385744515,0.153725174569888,0.0,0.0238680678780406,0.153725174569888,0.0,0.0161864353932938,0.153725174569888,0.0,0.0125683486873584,0.153725174569888,0.0,0.018262633820205,0.153725174569888,0.0,0.0129257476010456,0.5,0.153725174569888,0.0,0.0203866588096942,0.153725174569888,0.0,0.0115586885030766,0.5,0.153725174569888,0.0,0.0258858921238325,0.153725174569888,0.0,0.0224412519322657,0.153725174569888,0.0,0.00917848250747787,0.153725174569888,0.0,0.0120930142767928,0.153725174569888,0.0,0.00810568280911824,0.153725174569888,0.0,0.00886313281423577,0.153725174569888,0.0,0.00907287094042492,0.5,0.153725174569888,0.0,0.00832732786499043,0,0.136606590485508,0.0722930141116966 -4635,0.5,0.153725174569888,0.0,0.182852418227737,0.153725174569888,0.0,0.000618067916511873,0.153725174569888,0.0,0.00744264136371696,0.153725174569888,0.0,0.0291337865883039,0.153725174569888,0.0,0.00909265566564709,0.153725174569888,0.0,0.0115731797285693,0.153725174569888,0.0,0.017175066178978,0.153725174569888,0.0,0.00901149937624143,0.5,0.153725174569888,0.0,0.0229078739495983,0.153725174569888,0.0,0.014765192067034,0.5,0.153725174569888,0.0,0.0255225956137905,0.153725174569888,0.0,0.0273944648552979,0.153725174569888,0.0,0.00704632832427846,0.153725174569888,0.0,0.00524787515190945,0.153725174569888,0.0,0.00577151850308,0.153725174569888,0.0,0.0107395759791214,0.153725174569888,0.0,0.0130558127586171,0.5,0.153725174569888,0.0,0.00838820647930879,0,0.198698621370786,0.0480916633645181 -4636,0.5,0.153725174569888,0.0,0.202561878793467,0.153725174569888,0.0,0.000408751867718746,0.153725174569888,0.0,0.0118931817126484,0.153725174569888,0.0,0.0310843207755878,0.153725174569888,0.0,0.00507688532001871,0.153725174569888,0.0,0.0135709880991667,0.153725174569888,0.0,0.0188811198674151,0.153725174569888,0.0,0.0176869920692675,0.5,0.153725174569888,0.0,0.0324266357012664,0.153725174569888,0.0,0.0163694096026534,0.5,0.153725174569888,0.0,0.0222062691480321,0.153725174569888,0.0,0.0359388477865588,0.153725174569888,0.0,0.00410400851256352,0.153725174569888,0.0,0.00152305870747875,0.153725174569888,0.0,0.00540078553849593,0.153725174569888,0.0,0.0110969910100288,0.153725174569888,0.0,0.0138205744111074,0.5,0.153725174569888,0.0,0.00885322829068013,0,0.28171619656294,0.0273244737848448 -4637,0.5,0.153725174569888,0.00129685533481027,0.225567968148372,0.153725174569888,0.00156157617865938,0.00021572445293384,0.153725174569888,0.00050978736865529,0.0181639496544107,0.153725174569888,0.00166135992315807,0.0348898649485336,0.153725174569888,0.0,0.003339174353099,0.153725174569888,0.0,0.0177005619477956,0.153725174569888,0.0,0.0160253067348957,0.153725174569888,0.0,0.0213623543034702,0.5,0.153725174569888,0.0,0.0431872350797516,0.153725174569888,0.0,0.0191777348952878,0.5,0.153725174569888,0.0,0.0513340550859873,0.153725174569888,0.0,0.0593597082286197,0.153725174569888,0.00177367557998926,0.00276969534476852,0.153725174569888,0.00020433330144354,0.000282949791833028,0.153725174569888,0.000297258359497001,0.0061818417929044,0.153725174569888,0.0,0.010259853554548,0.153725174569888,6.66044540037671e-09,0.0166716822302039,0.5,0.153725174569888,0.0,0.0118504936803958,0,0.356929342110346,0.018039229194854 -4638,0.5,0.153725174569888,0.0233013322620734,0.254834360614753,0.153725174569888,0.0485561509910807,0.000148190811330287,0.153725174569888,0.0490778473806732,0.0192473178790594,0.153725174569888,0.042396643190792,0.0369967181123958,0.153725174569888,0.0384386058033612,0.00169208014047807,0.153725174569888,0.0249901725104479,0.018405829466441,0.153725174569888,0.0358607520248854,0.0128186129214245,0.153725174569888,0.0214413223455772,0.0151640002466156,0.5,0.153725174569888,0.00305347070027705,0.0560450518373034,0.153725174569888,0.00574094646445694,0.0272350837312296,0.5,0.153725174569888,0.00292122922285788,0.176861094055661,0.153725174569888,0.00779076151725019,0.0991078429109846,0.153725174569888,0.0456098145739147,0.00120237690089085,0.153725174569888,0.0439947278056619,0.000103291597547625,0.153725174569888,0.0462032872334707,0.00479471885716633,0.153725174569888,0.0285152315161239,0.00962591268872435,0.153725174569888,0.0289174891079558,0.0222193328428631,0.5,0.153725174569888,0.0361048837562133,0.0244439069082173,0,0.601110335916844,0.00914002453625446 -4639,0.5,0.153725174569888,0.0627798338509624,0.279632275331724,0.153725174569888,0.117843030473463,0.0002161182684431,0.153725174569888,0.12429997310934,0.0249833134762325,0.153725174569888,0.112057943528849,0.0552798794107697,0.153725174569888,0.106684584784111,0.00091562326645572,0.153725174569888,0.0622628285747148,0.0178830181690868,0.153725174569888,0.103648127917202,0.0112944626938781,0.153725174569888,0.0760893857844242,0.014195336443956,0.5,0.153725174569888,0.0134597796499341,0.0744459488885469,0.153725174569888,0.0181320109516095,0.0423263426057832,0.5,0.153725174569888,0.0277570951484217,0.359549861513227,0.153725174569888,0.0511952718206596,0.168904768043142,0.153725174569888,0.108147982157879,0.00163218079173744,0.153725174569888,0.11337276113816,7.1961795931499e-05,0.153725174569888,0.119026969782594,0.0041370590091117,0.153725174569888,0.0822575190595597,0.0158576544625396,0.153725174569888,0.065228951392412,0.0505838187647448,0.5,0.153725174569888,0.0994358892296211,0.0471262657773173,0,0.79902943549425,0.00745752274942318 -4640,0.5,0.153725174569888,0.119736171359429,0.300529435435232,0.153725174569888,0.203022615327743,0.000967893720518828,0.153725174569888,0.228119483323968,0.0520960073594371,0.153725174569888,0.210747223385549,0.0968330750863798,0.153725174569888,0.211263934536441,0.00215005666049324,0.153725174569888,0.0726835413520094,0.0199749301581045,0.153725174569888,0.174945780220512,0.017460449425513,0.153725174569888,0.145287049778866,0.0281831577138944,0.5,0.153725174569888,0.0388676090192571,0.120625279979939,0.153725174569888,0.0276199845989911,0.0742519060708582,0.5,0.153725174569888,0.0932038484571942,0.286818402925056,0.153725174569888,0.112367267224,0.275073200047917,0.153725174569888,0.18019143534803,0.00435217777096596,0.153725174569888,0.213627195734638,0.000381317339735146,0.153725174569888,0.225663105079188,0.00724812357344493,0.153725174569888,0.152235596575792,0.0210318764425177,0.153725174569888,0.084082107222341,0.102296542835186,0.5,0.153725174569888,0.16150835020058,0.0771204064321308,0,0.900488966385274,0.011281353441775 -4641,0.5,0.153725174569888,0.188530287620835,0.318372760742141,0.153725174569888,0.288993113422532,0.00381732033065842,0.153725174569888,0.33039750042985,0.0907845640577058,0.153725174569888,0.32883764728293,0.149262881871637,0.153725174569888,0.322564206114168,0.00347102705512916,0.153725174569888,0.0757165277532032,0.0235405221444152,0.153725174569888,0.212767699875423,0.0373883340198207,0.153725174569888,0.204251430975259,0.0500104781225285,0.5,0.153725174569888,0.0542799100445442,0.151412686586085,0.153725174569888,0.0667775526024029,0.137061256696665,0.5,0.153725174569888,0.114868594985603,0.231137754661342,0.153725174569888,0.176307127237869,0.387265141096551,0.153725174569888,0.240889844233477,0.00660015208442753,0.153725174569888,0.32081628788509,0.00150914882481101,0.153725174569888,0.34421647396951,0.0132976935809021,0.153725174569888,0.244634503047488,0.025601864869847,0.153725174569888,0.110923880016899,0.155577888243379,0.5,0.153725174569888,0.184646836566157,0.10421649127899,0,0.958489749414673,0.016033222618581 -4642,0.5,0.153725174569888,0.261859967758838,0.343240021480891,0.153725174569888,0.37026655977431,0.00728615856423431,0.153725174569888,0.420904705805984,0.114964029235709,0.153725174569888,0.439536418237301,0.192270518511673,0.153725174569888,0.417193032731136,0.00427360564025213,0.153725174569888,0.104439804360756,0.0344876493702659,0.153725174569888,0.284652322224337,0.0904305941185307,0.153725174569888,0.174273438508226,0.0923310118600662,0.5,0.153725174569888,0.0452720321358316,0.168798250167808,0.153725174569888,0.219298842596112,0.273559512437207,0.5,0.153725174569888,0.0955334853403094,0.33617947943797,0.153725174569888,0.183054277736254,0.460842503373551,0.153725174569888,0.299461700814108,0.011029906515586,0.153725174569888,0.4291761301689,0.00463814277462773,0.153725174569888,0.467122533614149,0.0251694431828757,0.153725174569888,0.360548185348677,0.048253060077075,0.153725174569888,0.14032418031328,0.172065605042944,0.5,0.153725174569888,0.151446887954112,0.152498755249694,0,0.987011624281071,0.0179999537655079 -4643,0.5,0.153725174569888,0.342863429649139,0.368246602638457,0.153725174569888,0.414588526875963,0.0166629271969371,0.153725174569888,0.511508212812866,0.133859717962386,0.153725174569888,0.49537056266773,0.198582330554596,0.153725174569888,0.442239464088296,0.00754298160287301,0.153725174569888,0.197737691398051,0.0578049885635158,0.153725174569888,0.34602205633109,0.133339966439159,0.153725174569888,0.178491077804849,0.132030876744725,0.5,0.153725174569888,0.0602602964838236,0.195196085778356,0.153725174569888,0.303829315861205,0.445105635018224,0.5,0.153725174569888,0.0611874076568338,0.340824173055403,0.153725174569888,0.116442702849346,0.341466738834101,0.153725174569888,0.309554010751002,0.0181699730993189,0.153725174569888,0.514121213103254,0.013007731216865,0.153725174569888,0.563828977954876,0.0532363909766724,0.153725174569888,0.34652344765954,0.0845066868120492,0.153725174569888,0.175943969363397,0.230563394887933,0.5,0.153725174569888,0.258660666802503,0.330138024145818,0,0.993768063879772,0.0146412689717461 -4644,0.5,0.153725174569888,0.387881578857926,0.39332129481234,0.153725174569888,0.457774581770792,0.0403105616199074,0.153725174569888,0.495703694329729,0.149974807381364,0.153725174569888,0.546502138891731,0.242809236350005,0.153725174569888,0.439051480322017,0.0121721938978482,0.153725174569888,0.466466463337537,0.125598747866255,0.153725174569888,0.361816196993384,0.118566666485122,0.153725174569888,0.196667907651449,0.210631129542439,0.5,0.153725174569888,0.111954779829752,0.225590003860026,0.153725174569888,0.148533991063921,0.499904787739128,0.5,0.153725174569888,0.0973754374631134,0.456651174699063,0.153725174569888,0.214719153384437,0.371136244977806,0.153725174569888,0.311421538221399,0.0363727469662576,0.153725174569888,0.527141246200134,0.0335502174520827,0.153725174569888,0.564630921339097,0.103318249422852,0.153725174569888,0.330696826865525,0.103236129142468,0.153725174569888,0.168236480267258,0.305344674780484,0.5,0.153725174569888,0.366465143377858,0.503473115074064,0,0.995525327149176,0.013728392054508 -4645,0.5,0.153725174569888,0.441373629882684,0.415819393151162,0.153725174569888,0.469936320488397,0.0781228065872943,0.153725174569888,0.532090260612459,0.188588279283977,0.153725174569888,0.582193320225721,0.277427730239198,0.153725174569888,0.508291020037814,0.0245667877992803,0.153725174569888,0.407695340986486,0.167194327014158,0.153725174569888,0.534282963793376,0.146961700073664,0.153725174569888,0.152461479252762,0.233647316911241,0.5,0.153725174569888,0.17908829905954,0.298254379916503,0.153725174569888,0.126952309720804,0.447921162663436,0.5,0.153725174569888,0.113616547665338,0.532610657100038,0.153725174569888,0.354160908715614,0.53617860040388,0.153725174569888,0.302840171938475,0.0711030475290121,0.153725174569888,0.582976430215981,0.0689804869302053,0.153725174569888,0.586807724195667,0.158478214606085,0.153725174569888,0.338864494078627,0.106617828950377,0.153725174569888,0.161442922293173,0.370106336934784,0.5,0.153725174569888,0.317382905592484,0.534156999100762,0,0.995895902067132,0.0130335755082763 -4646,0.5,0.153725174569888,0.44323466248073,0.442559129475052,0.153725174569888,0.355993940656368,0.126165927164127,0.153725174569888,0.503168428997397,0.207598257914226,0.153725174569888,0.561072373507382,0.296744288956551,0.153725174569888,0.588565972358788,0.0889142857636122,0.153725174569888,0.278931957348269,0.202404107678276,0.153725174569888,0.590078357595292,0.222917690823357,0.153725174569888,0.180436231209696,0.341117556397078,0.5,0.153725174569888,0.192563977736518,0.370935459498911,0.153725174569888,0.346624982620365,0.502968064382046,0.5,0.153725174569888,0.107206531732623,0.437111502410958,0.153725174569888,0.370985416389617,0.577682745558962,0.153725174569888,0.276690756881183,0.112496278339548,0.153725174569888,0.576925561226096,0.105854004692299,0.153725174569888,0.575385025804821,0.194721755634989,0.153725174569888,0.376405232984769,0.11750504081703,0.153725174569888,0.121716815935079,0.366834010316703,0.5,0.153725174569888,0.196360037812264,0.503216802165991,0,0.996673437380681,0.0148815080163814 -4647,0.5,0.153725174569888,0.386754537739691,0.431265466052254,0.153725174569888,0.368569970641679,0.151855583079269,0.153725174569888,0.418288415168012,0.200356077675629,0.153725174569888,0.48652880452745,0.265596126717713,0.153725174569888,0.586529868921248,0.140015162885002,0.153725174569888,0.283955536088125,0.267462062953246,0.153725174569888,0.515017415075206,0.269499339664452,0.153725174569888,0.199863277653588,0.413698661270267,0.5,0.153725174569888,0.202202885978073,0.376392817582027,0.153725174569888,0.408539229610371,0.498697895859141,0.5,0.153725174569888,0.209015125920927,0.560512529203535,0.153725174569888,0.289191905367965,0.441456846005221,0.153725174569888,0.233424144536827,0.129360417837353,0.153725174569888,0.521855844007556,0.131735939048956,0.153725174569888,0.535262052263556,0.223018469724807,0.153725174569888,0.332211885115034,0.124636674988963,0.153725174569888,0.125428205032838,0.37784959345745,0.5,0.153725174569888,0.256732293666976,0.620302280084468,0,0.99701067933461,0.0179380252599137 -4648,0.5,0.153725174569888,0.324859234030618,0.393218601534568,0.153725174569888,0.362519885116406,0.146647423103373,0.153725174569888,0.347219942523926,0.198244112582125,0.153725174569888,0.362555201348144,0.214251318519352,0.153725174569888,0.487132631642853,0.150898491604762,0.153725174569888,0.167283683603756,0.256328357420714,0.153725174569888,0.375936439400469,0.291586908880906,0.153725174569888,0.134362475426146,0.363093365637785,0.5,0.153725174569888,0.191620062736207,0.352096943325181,0.153725174569888,0.298288703784262,0.450875515025924,0.5,0.153725174569888,0.200704972510601,0.697803835491754,0.153725174569888,0.206445207427248,0.387969642295288,0.153725174569888,0.17336047214181,0.146359011754426,0.153725174569888,0.436768056294218,0.137765369014524,0.153725174569888,0.427431844333418,0.214815354243033,0.153725174569888,0.197846549062557,0.179641279260084,0.153725174569888,0.103260176694752,0.372527265826829,0.5,0.153725174569888,0.258307833272628,0.472783826739022,0,0.994888494398217,0.0227870269660496 -4649,0.5,0.153725174569888,0.242122453532341,0.323327845306241,0.153725174569888,0.287892461309554,0.156174929851082,0.153725174569888,0.224468611992248,0.156737915865683,0.153725174569888,0.225609760698168,0.130001915037562,0.153725174569888,0.329943286875276,0.147823694991,0.153725174569888,0.113192564777239,0.2182043401244,0.153725174569888,0.249651772399471,0.217125562856921,0.153725174569888,0.0950713820688453,0.309943693189025,0.5,0.153725174569888,0.11642297558383,0.241272654409735,0.153725174569888,0.15749614452,0.393392760798171,0.5,0.153725174569888,0.102528880879926,0.439117780298637,0.153725174569888,0.150159183553214,0.297605263811864,0.153725174569888,0.132868813090631,0.138914407154321,0.153725174569888,0.34724171108127,0.130598784264685,0.153725174569888,0.31725757394784,0.186376565846748,0.153725174569888,0.183155829792067,0.212821750053974,0.153725174569888,0.0723626816095695,0.331538346347206,0.5,0.153725174569888,0.215587139805155,0.41423531386536,0,0.990976192350939,0.0342374481380217 -4650,0.5,0.153725174569888,0.164709808487549,0.219034231733514,0.153725174569888,0.206891723230524,0.137475972485947,0.153725174569888,0.168259474072573,0.12920885537395,0.153725174569888,0.135846692271562,0.074611135788178,0.153725174569888,0.223219495801956,0.128091267869745,0.153725174569888,0.0689798719120856,0.160828444054201,0.153725174569888,0.126152098790333,0.171664888332437,0.153725174569888,0.0609899934114436,0.237892383635651,0.5,0.153725174569888,0.0666789731872974,0.171031726162536,0.153725174569888,0.0569243933607945,0.236861439456443,0.5,0.153725174569888,0.0715448454958547,0.371089264494069,0.153725174569888,0.13073739891509,0.199544945889033,0.153725174569888,0.0791434891117248,0.124453228430111,0.153725174569888,0.238141196809987,0.109193001741173,0.153725174569888,0.230008452999667,0.145862848214693,0.153725174569888,0.135199187901362,0.175324642579909,0.153725174569888,0.0625087010035157,0.293183972063219,0.5,0.153725174569888,0.0891398212008203,0.272414245124066,0,0.990768832986189,0.0474262848803532 -4651,0.5,0.153725174569888,0.0872723725108321,0.141704780787367,0.153725174569888,0.108621160299386,0.108694891930031,0.153725174569888,0.0929294430565062,0.150990139287925,0.153725174569888,0.0676939718200414,0.0770583222480295,0.153725174569888,0.12758796291047,0.0646133358412672,0.153725174569888,0.0306611348610839,0.11995850113448,0.153725174569888,0.0977856666051533,0.15980009830671,0.153725174569888,0.0386169152833977,0.177062349488108,0.5,0.153725174569888,0.029581360221441,0.0961352705818968,0.153725174569888,0.0379283992721446,0.126356681302321,0.5,0.153725174569888,0.0473941302375959,0.238820023600619,0.153725174569888,0.0667599778488667,0.0922410190357453,0.153725174569888,0.0384620889191483,0.133835301522523,0.153725174569888,0.121251531255169,0.0808612015966797,0.153725174569888,0.116533064443916,0.0964275334138226,0.153725174569888,0.0589764138460203,0.143943228063418,0.153725174569888,0.0220317208144744,0.24859509083843,0.5,0.153725174569888,0.0166590472752729,0.16829841818558,0,0.98963648557084,0.0599342220939581 -4652,0.5,0.153725174569888,0.016284022949778,0.100436722595153,0.153725174569888,0.0352969209601387,0.0571290558128946,0.153725174569888,0.0178888049882807,0.138328937026768,0.153725174569888,0.00328754709093263,0.0983066238004673,0.153725174569888,0.0361376914247853,0.0406142078373534,0.153725174569888,0.0141246562846095,0.112984283835712,0.153725174569888,0.029368699351302,0.170832265509102,0.153725174569888,0.010873664949006,0.118155001799768,0.5,0.153725174569888,0.00623151347862923,0.0458013308944488,0.153725174569888,0.0,0.0525225314923648,0.5,0.153725174569888,0.00920971154320014,0.141227216399331,0.153725174569888,0.00675782563502894,0.0570500654807502,0.153725174569888,0.0118515928969408,0.167591256216863,0.153725174569888,0.0469674661356204,0.0448295892909949,0.153725174569888,0.0300501654856197,0.0890170337479644,0.153725174569888,0.0123983132709936,0.159449652652017,0.153725174569888,0.0037514072601196,0.176468535375796,0.5,0.153725174569888,0.000299860434160686,0.110335835977055,0,0.983511788415072,0.0754315558914608 -4653,0.5,0.153725174569888,0.0,0.0859749522122453,0.153725174569888,0.0,0.0132311725177393,0.153725174569888,0.0,0.140032724801821,0.153725174569888,0.0,0.124203098669162,0.153725174569888,0.0,0.0450811932599537,0.153725174569888,0.0,0.143505832612415,0.153725174569888,0.0,0.154139604628853,0.153725174569888,0.0,0.0874557838027636,0.5,0.153725174569888,0.0,0.0252723564896557,0.153725174569888,0.0,0.0485165567620708,0.5,0.153725174569888,0.0,0.120506642866471,0.153725174569888,0.0,0.0595436411523361,0.153725174569888,8.69607421904136e-06,0.175698405001358,0.153725174569888,0.0,0.023866071988964,0.153725174569888,0.0,0.0719190732656623,0.153725174569888,0.0,0.173918336825272,0.153725174569888,0.0,0.151143621127377,0.5,0.153725174569888,0.0,0.0724266440597603,0,0.977690952923355,0.0794109016193809 -4654,0.5,0.153725174569888,0.0,0.0845430291537479,0.153725174569888,0.0,0.00753936520775573,0.153725174569888,0.0,0.145692858608542,0.153725174569888,0.0,0.14421817927067,0.153725174569888,0.0,0.035767936950118,0.153725174569888,0.0,0.159319886128411,0.153725174569888,0.0,0.1459462774778,0.153725174569888,0.0,0.0732309164998329,0.5,0.153725174569888,0.0,0.0181780914991424,0.153725174569888,0.0,0.0555455266979211,0.5,0.153725174569888,0.0,0.0986390492226946,0.153725174569888,0.0,0.0660759495026632,0.153725174569888,0.0,0.187125835182251,0.153725174569888,0.0,0.02124338047575,0.153725174569888,0.0,0.0543700436339873,0.153725174569888,0.0,0.174812071030102,0.153725174569888,0.0,0.158104582832279,0.5,0.153725174569888,0.0,0.0629283280547054,0,0.972758314628979,0.0797239967912393 -4655,0.5,0.153725174569888,0.0,0.0875732337725998,0.153725174569888,0.0,0.00724309672414246,0.153725174569888,0.0,0.164453429761411,0.153725174569888,0.0,0.150835491762692,0.153725174569888,0.0,0.0311231099062417,0.153725174569888,0.0,0.143966453996225,0.153725174569888,0.0,0.144215929656989,0.153725174569888,0.0,0.0582134530375702,0.5,0.153725174569888,0.0,0.0146463735168606,0.153725174569888,0.0,0.0664882861056237,0.5,0.153725174569888,0.0,0.0841411613624651,0.153725174569888,0.0,0.0697915987743923,0.153725174569888,0.0,0.205549072667358,0.153725174569888,0.0,0.0234991925889227,0.153725174569888,0.0,0.0449245076532035,0.153725174569888,0.0,0.182729804149868,0.153725174569888,0.0,0.154746349886288,0.5,0.153725174569888,0.0,0.056890504430137,0,0.96811189638926,0.0911985713971588 -4656,0.5,0.153725174569888,0.0,0.0851218472424862,0.153725174569888,0.0,0.00789692111178252,0.153725174569888,0.0,0.171999322293079,0.153725174569888,0.0,0.14982045778658,0.153725174569888,0.0,0.02688782508724,0.153725174569888,0.0,0.101065749351738,0.153725174569888,0.0,0.237413381423292,0.153725174569888,0.0,0.04038688251825,0.5,0.153725174569888,0.0,0.015329469171463,0.153725174569888,0.0,0.0727080313626065,0.5,0.153725174569888,0.0,0.0752611212548291,0.153725174569888,0.0,0.0678195365204078,0.153725174569888,0.0,0.231880588076671,0.153725174569888,0.0,0.0312569248378907,0.153725174569888,0.0,0.0456905666472382,0.153725174569888,0.0,0.197984119240523,0.153725174569888,0.0,0.142794247920712,0.5,0.153725174569888,0.0,0.0526662913695163,0,0.963122007574845,0.104387616443923 -4657,0.5,0.153725174569888,0.0,0.0818099616881884,0.153725174569888,0.0,0.00944388185392988,0.153725174569888,0.0,0.165817485857661,0.153725174569888,0.0,0.151728638892849,0.153725174569888,0.0,0.0261865559511129,0.153725174569888,0.0,0.0695693977817468,0.153725174569888,0.0,0.279921930764979,0.153725174569888,0.0,0.0280904078869853,0.5,0.153725174569888,0.0,0.0163869558166319,0.153725174569888,0.0,0.0870379845211428,0.5,0.153725174569888,0.0,0.0686172296917784,0.153725174569888,0.0,0.0652337774141102,0.153725174569888,0.0,0.285155201484011,0.153725174569888,0.0,0.0451376996986571,0.153725174569888,0.0,0.0577197869544304,0.153725174569888,0.0,0.186827872030136,0.153725174569888,0.0,0.126940517811543,0.5,0.153725174569888,0.0,0.051379514931429,0,0.95543603524327,0.12573619927436 -4658,0.5,0.153725174569888,0.0,0.0828524531162718,0.153725174569888,0.0,0.0145369407717729,0.153725174569888,0.0,0.172161634155393,0.153725174569888,0.0,0.154553897733518,0.153725174569888,0.0,0.0293959520673708,0.153725174569888,0.0,0.0553010954485066,0.153725174569888,0.0,0.240770002516873,0.153725174569888,0.0,0.0234956376748958,0.5,0.153725174569888,0.0,0.0142127656878134,0.153725174569888,0.0,0.0888952606734111,0.5,0.153725174569888,0.0,0.0718814860086575,0.153725174569888,0.0,0.0609527644175522,0.153725174569888,0.0,0.322248270862366,0.153725174569888,0.0,0.0615274919252773,0.153725174569888,0.0,0.0729160258295116,0.153725174569888,0.0,0.160661093719138,0.153725174569888,0.0,0.101414603204693,0.5,0.153725174569888,0.0,0.045975004872457,0,0.945303263860024,0.154284732469382 -4659,0.5,0.153725174569888,0.0,0.0921794725834434,0.153725174569888,0.0,0.0282933415112814,0.153725174569888,0.0,0.183685806767851,0.153725174569888,0.0,0.155565163131697,0.153725174569888,0.0,0.0335953096863635,0.153725174569888,0.0,0.0496472105841318,0.153725174569888,0.0,0.179664507707031,0.153725174569888,0.0,0.0215917885053748,0.5,0.153725174569888,0.0,0.0111453812699025,0.153725174569888,0.0,0.0867904067337726,0.5,0.153725174569888,0.0,0.0658079767615839,0.153725174569888,0.0,0.054233621121949,0.153725174569888,0.0,0.347202023972906,0.153725174569888,0.0,0.0774198764978313,0.153725174569888,0.0,0.0836053200398433,0.153725174569888,0.0,0.127755416776653,0.153725174569888,0.0,0.0818466754515707,0.5,0.153725174569888,0.0,0.0407133400181922,0,0.940576303316018,0.181851510276352 -4660,0.5,0.153725174569888,0.0,0.107514226365487,0.153725174569888,0.0,0.0589266850894113,0.153725174569888,0.0,0.189289945274554,0.153725174569888,0.0,0.160809136450587,0.153725174569888,0.0,0.0367727121216826,0.153725174569888,0.0,0.0471553380292677,0.153725174569888,0.0,0.14657762994919,0.153725174569888,0.0,0.0202639514203622,0.5,0.153725174569888,0.0,0.0083819120749074,0.153725174569888,0.0,0.0756829418914147,0.5,0.153725174569888,0.0,0.0495453423245786,0.153725174569888,0.0,0.0449883722183304,0.153725174569888,0.0,0.364447496614249,0.153725174569888,0.0,0.0945715362378685,0.153725174569888,0.0,0.0809502246930011,0.153725174569888,0.0,0.10268847134474,0.153725174569888,0.0,0.0713814948108602,0.5,0.153725174569888,0.0,0.0425959262278028,0,0.969379731838735,0.202833543432983 -4661,0.5,0.153725174569888,0.00305675115720866,0.123996297268607,0.153725174569888,0.00070336779288453,0.107877164465271,0.153725174569888,0.000203885046215793,0.193349671244454,0.153725174569888,0.00193648129479542,0.167980688560452,0.153725174569888,0.0,0.038721017815345,0.153725174569888,0.0,0.0467783914868893,0.153725174569888,0.0,0.138331231240465,0.153725174569888,0.0,0.0190867411981798,0.5,0.153725174569888,0.0,0.00652443436600613,0.153725174569888,0.0,0.0470787844366139,0.5,0.153725174569888,0.0,0.0309149761567032,0.153725174569888,0.0,0.0371545140654005,0.153725174569888,0.000230673807695716,0.387683039174403,0.153725174569888,0.000108306722821531,0.109457783223494,0.153725174569888,0.000213894559271584,0.0843463275213578,0.153725174569888,0.0,0.0938177289864636,0.153725174569888,0.0,0.0597265391136245,0.5,0.153725174569888,0.0,0.0422136150044545,0,0.994469621342717,0.214441480941883 -4662,0.5,0.153725174569888,0.0491720512979557,0.147592298358967,0.153725174569888,0.0227719839844573,0.184623540038272,0.153725174569888,0.0184373207936104,0.221504516819099,0.153725174569888,0.0383084382991203,0.200981964690927,0.153725174569888,0.0328248627499929,0.0364838372705913,0.153725174569888,0.0141981833322959,0.0547358865806587,0.153725174569888,0.0191714204146676,0.177385400974565,0.153725174569888,0.0175661864584638,0.0184224359538064,0.5,0.153725174569888,0.00867315929989668,0.00768271030668129,0.153725174569888,0.0133799229059272,0.0270145304883418,0.5,0.153725174569888,0.00322476946677736,0.0236220918290902,0.153725174569888,0.00564671437097952,0.0327341279264881,0.153725174569888,0.00905217905098912,0.433721183333691,0.153725174569888,0.0395247622840854,0.12826136053594,0.153725174569888,0.0351691017035821,0.107661932138458,0.153725174569888,0.0181769500605908,0.105227974463217,0.153725174569888,0.00476347649508527,0.0507371481355546,0.5,0.153725174569888,0.0158410985683929,0.0371606857441411,0,0.99561576159737,0.227491893998797 -4663,0.5,0.153725174569888,0.113897231453353,0.202092132744881,0.153725174569888,0.0700921403920546,0.269954484285828,0.153725174569888,0.063004673765903,0.270495451239589,0.153725174569888,0.0818299137663755,0.319867155444604,0.153725174569888,0.0933924574575937,0.0528119411718107,0.153725174569888,0.0515590671920653,0.0926072550380691,0.153725174569888,0.0624329556931924,0.245477346295763,0.153725174569888,0.0719060800180089,0.0323967686251835,0.5,0.153725174569888,0.0400230706948568,0.0145224514915204,0.153725174569888,0.0704616782587966,0.0279844533014104,0.5,0.153725174569888,0.0161837656721174,0.0285764079952844,0.153725174569888,0.026237030478108,0.0352116785234948,0.153725174569888,0.0366813025972758,0.52446781883883,0.153725174569888,0.107464564771478,0.195318028569563,0.153725174569888,0.0920050121620701,0.204407748825995,0.153725174569888,0.07538194224864,0.15608051627861,0.153725174569888,0.0307019821183514,0.0528092379859601,0.5,0.153725174569888,0.05392821400962,0.048974589721905,0,0.992528168897875,0.2496888291307 -4664,0.5,0.153725174569888,0.205052269694498,0.295661092779287,0.153725174569888,0.13742009448471,0.473284478622233,0.153725174569888,0.135696179988234,0.33185266191432,0.153725174569888,0.131046534323222,0.33464983731862,0.153725174569888,0.18070220436795,0.122793750546158,0.153725174569888,0.0699270774614187,0.12233211502998,0.153725174569888,0.0939420018349408,0.259422954959218,0.153725174569888,0.151730245727903,0.0857917534771319,0.5,0.153725174569888,0.0818108659076167,0.0327089410026334,0.153725174569888,0.143999619916169,0.0339939158719509,0.5,0.153725174569888,0.0345652607044906,0.0595433837423774,0.153725174569888,0.0502530169432978,0.0506669613665408,0.153725174569888,0.0983865313459231,0.666700800557016,0.153725174569888,0.204552580137593,0.313578011777007,0.153725174569888,0.1787765241437,0.327899092771337,0.153725174569888,0.162290139035891,0.207652529972089,0.153725174569888,0.0724224331404496,0.078190195636316,0.5,0.153725174569888,0.112671358303018,0.0659384233893172,0,0.982214941823871,0.32276844294844 -4665,0.5,0.153725174569888,0.303478599302595,0.432103258154822,0.153725174569888,0.205816126790098,0.626291884525814,0.153725174569888,0.20322141509308,0.340297925274961,0.153725174569888,0.156362455079617,0.320216111190533,0.153725174569888,0.281333316124518,0.205186323084291,0.153725174569888,0.110489408617604,0.163808027761966,0.153725174569888,0.13719773184804,0.284301119690708,0.153725174569888,0.224760763358686,0.142596829523906,0.5,0.153725174569888,0.130995353229066,0.0627013801524012,0.153725174569888,0.209453683163895,0.0513283355992709,0.5,0.153725174569888,0.056713642119652,0.0673017727351135,0.153725174569888,0.0774086040779545,0.0682572073704927,0.153725174569888,0.171128405145189,0.771339056572067,0.153725174569888,0.317170683264507,0.43104284013068,0.153725174569888,0.277655913088569,0.429739600883513,0.153725174569888,0.234460168486164,0.207315008419031,0.153725174569888,0.111829321189883,0.0864217950977478,0.5,0.153725174569888,0.174159585583463,0.0814993288522856,0,0.975981988822284,0.401255485076098 -4666,0.5,0.153725174569888,0.398518270375913,0.537389201730387,0.153725174569888,0.358009361985991,0.761022660895716,0.153725174569888,0.284340978824435,0.327863036143911,0.153725174569888,0.231635002267671,0.30107945655746,0.153725174569888,0.387351310943184,0.274493920103114,0.153725174569888,0.182974695101569,0.212125109963425,0.153725174569888,0.180901134393101,0.296846716608839,0.153725174569888,0.297046963983459,0.18743325625702,0.5,0.153725174569888,0.187266007327466,0.111304444179769,0.153725174569888,0.246301950123061,0.0774384485979614,0.5,0.153725174569888,0.14384686097654,0.0764828896196586,0.153725174569888,0.12807706627916,0.121285243851535,0.153725174569888,0.285240928735031,0.844146531755275,0.153725174569888,0.445168669321425,0.511515553461916,0.153725174569888,0.393633510278433,0.507718367693201,0.153725174569888,0.306281606938141,0.19946094068118,0.153725174569888,0.187204691698456,0.0808236364426021,0.5,0.153725174569888,0.215075155452308,0.0977378790171013,0,0.981606803450803,0.381889316846332 -4667,0.5,0.153725174569888,0.498427386551805,0.604534349901208,0.153725174569888,0.467331773377944,0.814133013009223,0.153725174569888,0.347421753241226,0.305362247530675,0.153725174569888,0.234269037032547,0.284280323671148,0.153725174569888,0.491586184548055,0.336928065886582,0.153725174569888,0.219073663750479,0.235093499122957,0.153725174569888,0.178143122821693,0.265165506454449,0.153725174569888,0.37989156224459,0.239265925947875,0.5,0.153725174569888,0.25429007645397,0.168006313983928,0.153725174569888,0.377091416371209,0.117189040417472,0.5,0.153725174569888,0.212296662296811,0.100011013291934,0.153725174569888,0.189087271919262,0.197686385604128,0.153725174569888,0.390962596073774,0.879492161928433,0.153725174569888,0.557184612316921,0.544310596572379,0.153725174569888,0.476071959238043,0.559407121197291,0.153725174569888,0.331410291345436,0.171134208918913,0.153725174569888,0.277949066752878,0.0768719199456028,0.5,0.153725174569888,0.234980849084748,0.0762509913582426,0,1.00034451406647,0.344248848667465 -4668,0.5,0.153725174569888,0.552489067373519,0.637096721855484,0.153725174569888,0.55546294079641,0.832396746429858,0.153725174569888,0.337775324835871,0.258219139839541,0.153725174569888,0.307498430626966,0.278526736693733,0.153725174569888,0.548463853568455,0.390637439371051,0.153725174569888,0.244041558174638,0.274304176416243,0.153725174569888,0.191139714441293,0.262526120789873,0.153725174569888,0.369948445413695,0.250175932589747,0.5,0.153725174569888,0.293986217935212,0.221089553678235,0.153725174569888,0.493560353945193,0.130487635392549,0.5,0.153725174569888,0.213533571177727,0.158312117728117,0.153725174569888,0.213674710961225,0.327087744612472,0.153725174569888,0.507631817689662,0.88535908335393,0.153725174569888,0.632762127255326,0.540903775319044,0.153725174569888,0.520763156517007,0.575130590903248,0.153725174569888,0.385772178912048,0.161153054492186,0.153725174569888,0.380891733444335,0.0729329097025004,0.5,0.153725174569888,0.279352257933575,0.033551541192597,0,1.00208497308956,0.369162539419874 -4669,0.5,0.153725174569888,0.538650488051931,0.639951352262471,0.153725174569888,0.600425195602143,0.811943511479867,0.153725174569888,0.381746494707771,0.241306329444682,0.153725174569888,0.305040298525993,0.249212672440783,0.153725174569888,0.527384067050434,0.411523005258285,0.153725174569888,0.230788535926894,0.359989464167197,0.153725174569888,0.216693689696006,0.262893891734806,0.153725174569888,0.230729901780887,0.240879826143062,0.5,0.153725174569888,0.277054061839363,0.207179333253255,0.153725174569888,0.456427724592248,0.253743039260398,0.5,0.153725174569888,0.197787182490106,0.24735644348588,0.153725174569888,0.212262271917947,0.420468429983838,0.153725174569888,0.595005336965511,0.860121793276863,0.153725174569888,0.666834761791513,0.546453183643362,0.153725174569888,0.541207452676708,0.571198095740705,0.153725174569888,0.353744665535216,0.166705383200434,0.153725174569888,0.441566836572382,0.0933525621565259,0.5,0.153725174569888,0.382960968459361,0.0106083814915457,0,0.993348337305062,0.342194278915235 -4670,0.5,0.153725174569888,0.521964653294692,0.626270519116829,0.153725174569888,0.618670578376049,0.792012650715937,0.153725174569888,0.361841762364108,0.241670605934251,0.153725174569888,0.222006889444588,0.211269351208877,0.153725174569888,0.50723410637111,0.483710728629138,0.153725174569888,0.210418378649461,0.427142240252935,0.153725174569888,0.257620837545833,0.293348264443752,0.153725174569888,0.150505785493405,0.205832502097364,0.5,0.153725174569888,0.179659574637449,0.179068977581066,0.153725174569888,0.407486136523757,0.376017586629261,0.5,0.153725174569888,0.157664664789546,0.309046696887724,0.153725174569888,0.194493500678876,0.402742722582773,0.153725174569888,0.63189166570328,0.82801927563535,0.153725174569888,0.650429365898135,0.55328798719128,0.153725174569888,0.531651514588156,0.547792855048848,0.153725174569888,0.29266232101522,0.180303161363542,0.153725174569888,0.461005689018369,0.135060379497004,0.5,0.153725174569888,0.525405764192371,0.0127897056029943,0,0.978589593679467,0.220965991059052 -4671,0.5,0.153725174569888,0.444352330284975,0.580407840417387,0.153725174569888,0.590595054488422,0.784069752339454,0.153725174569888,0.284432134852261,0.241059976841231,0.153725174569888,0.233231988891309,0.183060929803884,0.153725174569888,0.408772311179362,0.555355307004894,0.153725174569888,0.167133000994686,0.420854611233299,0.153725174569888,0.219694562965893,0.335297939766713,0.153725174569888,0.104174763292387,0.174463069449956,0.5,0.153725174569888,0.15506777920009,0.160804126229222,0.153725174569888,0.265675398046373,0.494818993659864,0.5,0.153725174569888,0.199374852557436,0.309928575168296,0.153725174569888,0.221969697811793,0.344062054592016,0.153725174569888,0.605151389558148,0.802239864300015,0.153725174569888,0.593013455925125,0.526701724070731,0.153725174569888,0.47489297517528,0.513159393609143,0.153725174569888,0.198397868185701,0.162257462428295,0.153725174569888,0.360569245194369,0.168714729621104,0.5,0.153725174569888,0.502513846144257,0.0353843167027066,0,0.929586533715242,0.146471133761993 -4672,0.5,0.153725174569888,0.390656978213803,0.528017463200165,0.153725174569888,0.507015545505486,0.758557973936236,0.153725174569888,0.250943017642896,0.230732581128964,0.153725174569888,0.253001512449481,0.180508127164354,0.153725174569888,0.357993827283731,0.581821140350815,0.153725174569888,0.149855238144464,0.334517670213953,0.153725174569888,0.1486865538869,0.355495416107131,0.153725174569888,0.115885913652032,0.154220601195159,0.5,0.153725174569888,0.141658698131641,0.124344316584489,0.153725174569888,0.199717072665538,0.371125600411993,0.5,0.153725174569888,0.242007766829527,0.279411707908403,0.153725174569888,0.198926717761855,0.250946156052325,0.153725174569888,0.521016895368435,0.754957759125223,0.153725174569888,0.493527255281125,0.467038863739512,0.153725174569888,0.375494965921715,0.465617212133281,0.153725174569888,0.167051896888906,0.1756047507474,0.153725174569888,0.242636564289712,0.186870870866289,0.5,0.153725174569888,0.39944196523143,0.121902678200929,0,0.857940962555888,0.145772577918824 -4673,0.5,0.153725174569888,0.304745866160876,0.444086023720696,0.153725174569888,0.388258657928082,0.655723742730534,0.153725174569888,0.179948311444711,0.231407033443291,0.153725174569888,0.256831242717913,0.166770594317629,0.153725174569888,0.262482105807023,0.54087567046266,0.153725174569888,0.109749403265159,0.27284827549661,0.153725174569888,0.103473179682167,0.313872611050999,0.153725174569888,0.126718708556437,0.134367118996482,0.5,0.153725174569888,0.129666567544345,0.0808940587632696,0.153725174569888,0.139201645703172,0.255931491775367,0.5,0.153725174569888,0.196393681563915,0.312655541428256,0.153725174569888,0.159972044992812,0.184535709469997,0.153725174569888,0.399585308291646,0.659463849531845,0.153725174569888,0.35175958230987,0.399098413036836,0.153725174569888,0.27040944859492,0.43923383661433,0.153725174569888,0.164778464509743,0.228626868398479,0.153725174569888,0.159056892109595,0.166300304567741,0.5,0.153725174569888,0.268160023366846,0.211945873186088,0,0.756357007477507,0.211669730922944 -4674,0.5,0.153725174569888,0.212791606672366,0.295818402024241,0.153725174569888,0.266541493623458,0.459157887900375,0.153725174569888,0.105940333711527,0.221081269676053,0.153725174569888,0.17377091765344,0.116287373301864,0.153725174569888,0.204174570866712,0.534712106911091,0.153725174569888,0.0662048260641333,0.182210946929033,0.153725174569888,0.071208560564792,0.281443183222022,0.153725174569888,0.096731692329603,0.0911314573959305,0.5,0.153725174569888,0.106360335950713,0.0558967845876613,0.153725174569888,0.075205159731379,0.182506208225461,0.5,0.153725174569888,0.109194030405186,0.240134629449758,0.153725174569888,0.121043126233472,0.113002452362522,0.153725174569888,0.275648680122695,0.531479810998443,0.153725174569888,0.215405325688616,0.326977417880058,0.153725174569888,0.15607054628247,0.390362439115733,0.153725174569888,0.112021321840606,0.203933278816075,0.153725174569888,0.112619241129455,0.167050454578603,0.5,0.153725174569888,0.148083622993575,0.270225860129602,0,0.690050758966437,0.344261430179921 -4675,0.5,0.153725174569888,0.107158242797262,0.151162977051158,0.153725174569888,0.138459197031741,0.284037087981897,0.153725174569888,0.0483938511687862,0.204026436732054,0.153725174569888,0.060942255996223,0.0712086529571809,0.153725174569888,0.107857184236662,0.485867047543385,0.153725174569888,0.0307450225404216,0.0884267267419514,0.153725174569888,0.0284698388356238,0.227381739523758,0.153725174569888,0.0445014251764376,0.0463064477157172,0.5,0.153725174569888,0.0596564640916239,0.0396033742766322,0.153725174569888,0.0256290056551097,0.103363721060496,0.5,0.153725174569888,0.0702353519415021,0.117796100006762,0.153725174569888,0.0670916567419023,0.0520708012895115,0.153725174569888,0.14559229421123,0.391499664177079,0.153725174569888,0.100724124283238,0.274630988433649,0.153725174569888,0.088015644544322,0.297481601331663,0.153725174569888,0.0454934752977303,0.13220067452895,0.153725174569888,0.049970284542665,0.122468787884862,0.5,0.153725174569888,0.0459293150999409,0.326349017943215,0,0.680311303361184,0.528550796443021 -4676,0.5,0.153725174569888,0.0184423069958496,0.103614477078998,0.153725174569888,0.0315412953987746,0.118185455918241,0.153725174569888,0.0080212235541787,0.152066027977903,0.153725174569888,0.00109196584549285,0.0704995324994766,0.153725174569888,0.0283565335097747,0.353708363632968,0.153725174569888,0.013011045523084,0.036054985558825,0.153725174569888,0.00427347897975606,0.18946030627241,0.153725174569888,0.00995261318151359,0.0192944860937341,0.5,0.153725174569888,0.0130677713546683,0.030636223188642,0.153725174569888,0.000251526065848817,0.0499567102153973,0.5,0.153725174569888,0.0151572718054657,0.0654520017728287,0.153725174569888,0.0107850709987551,0.0253956196272643,0.153725174569888,0.0379669823438451,0.252713343542484,0.153725174569888,0.022895122274547,0.234996915635582,0.153725174569888,0.0224911151321749,0.202855417134689,0.153725174569888,0.00748700441290447,0.125669353912627,0.153725174569888,0.00280331116871975,0.0792776836508106,0.5,0.153725174569888,0.0,0.2570993861072,0,0.662652680462821,0.517818675836462 -4677,0.5,0.153725174569888,0.0,0.0935033715740896,0.153725174569888,0.0,0.0691290902116414,0.153725174569888,0.0,0.0977757862799441,0.153725174569888,0.0,0.0770967170994138,0.153725174569888,1.34651305855648e-05,0.209681161768813,0.153725174569888,0.0,0.0271370809647558,0.153725174569888,0.0,0.131110169874526,0.153725174569888,0.0,0.0103900812137078,0.5,0.153725174569888,0.0,0.0219426450369755,0.153725174569888,0.0,0.0269925551729426,0.5,0.153725174569888,0.0,0.0488947300042012,0.153725174569888,0.0,0.0186426477549768,0.153725174569888,0.0,0.168374942905513,0.153725174569888,1.96414900619998e-05,0.219344567176564,0.153725174569888,0.0,0.173712913284783,0.153725174569888,0.0,0.109493616609822,0.153725174569888,0.0,0.0527294689188159,0.5,0.153725174569888,0.0,0.166443124065093,0,0.659480264023008,0.34463253167005 -4678,0.5,0.153725174569888,0.0,0.0922484415188303,0.153725174569888,0.0,0.0560865645116368,0.153725174569888,0.0,0.0967368857853741,0.153725174569888,0.0,0.0800682999289843,0.153725174569888,0.0,0.134223228954343,0.153725174569888,0.0,0.0194130518362073,0.153725174569888,0.0,0.0812727041909298,0.153725174569888,0.0,0.00772686924773696,0.5,0.153725174569888,0.0,0.0151154452216715,0.153725174569888,0.0,0.0145041695567481,0.5,0.153725174569888,0.0,0.0412420501132039,0.153725174569888,0.0,0.0153792290008155,0.153725174569888,0.0,0.144332415890072,0.153725174569888,0.0,0.178878905783492,0.153725174569888,0.0,0.176940367272144,0.153725174569888,0.0,0.0737809997298712,0.153725174569888,0.0,0.0356579890575304,0.5,0.153725174569888,0.0,0.110133942369284,0,0.680061148393148,0.257839072956552 -4679,0.5,0.153725174569888,0.0,0.0933286733478002,0.153725174569888,0.0,0.0421750392051065,0.153725174569888,0.0,0.108606006768223,0.153725174569888,0.0,0.0798531009925367,0.153725174569888,0.0,0.0874398019282978,0.153725174569888,0.0,0.0190869588702341,0.153725174569888,0.0,0.0361778889060063,0.153725174569888,0.0,0.00792296397594338,0.5,0.153725174569888,0.0,0.0108730889872438,0.153725174569888,0.0,0.0098785469907569,0.5,0.153725174569888,0.0,0.0294879217957655,0.153725174569888,0.0,0.011812925130915,0.153725174569888,0.0,0.149310150772736,0.153725174569888,0.0,0.159057238898874,0.153725174569888,0.0,0.178549097437982,0.153725174569888,0.0,0.0298011496787898,0.153725174569888,0.0,0.029492928629431,0.5,0.153725174569888,0.0,0.0916234604846644,0,0.716958402969597,0.232431453277609 -4680,0.5,0.153725174569888,0.0,0.0845569285792688,0.153725174569888,0.0,0.0493259958881031,0.153725174569888,0.0,0.119043489802584,0.153725174569888,0.0,0.0804404183589972,0.153725174569888,0.0,0.06053139123905,0.153725174569888,0.0,0.01926374385636,0.153725174569888,0.0,0.0273144737455006,0.153725174569888,0.0,0.00997573451176753,0.5,0.153725174569888,0.0,0.00819566614255764,0.153725174569888,0.0,0.00788781729429313,0.5,0.153725174569888,0.0,0.0195516800023464,0.153725174569888,0.0,0.00783711933873673,0.153725174569888,0.0,0.183133204471032,0.153725174569888,0.0,0.145857677983623,0.153725174569888,0.0,0.150384257439272,0.153725174569888,0.0,0.00640057036351595,0.153725174569888,0.0,0.0234455489618473,0.5,0.153725174569888,0.0,0.0685303801691438,0,0.7009156175203,0.308647092556342 -4681,0.5,0.153725174569888,0.0,0.0683548358867147,0.153725174569888,0.0,0.0695549407449947,0.153725174569888,0.0,0.111338091508275,0.153725174569888,0.0,0.0814078373997029,0.153725174569888,0.0,0.0522088189012778,0.153725174569888,0.0,0.0263678304926222,0.153725174569888,0.0,0.0216682576328917,0.153725174569888,0.0,0.0109763662159094,0.5,0.153725174569888,0.0,0.00522155765108979,0.153725174569888,0.0,0.00555075147884824,0.5,0.153725174569888,0.0,0.0127112882473057,0.153725174569888,0.0,0.00585019058805107,0.153725174569888,0.0,0.198718732012898,0.153725174569888,0.0,0.135939463998091,0.153725174569888,0.0,0.115080154978366,0.153725174569888,0.0,0.0037221966933689,0.153725174569888,0.0,0.0163366222768154,0.5,0.153725174569888,0.0,0.0502501363535836,0,0.570812733652857,0.426395476729301 -4682,0.5,0.153725174569888,0.0,0.0542212014289551,0.153725174569888,0.0,0.0941259061505346,0.153725174569888,0.0,0.0881508262084464,0.153725174569888,0.0,0.0745940330431772,0.153725174569888,0.0,0.0522556700486493,0.153725174569888,0.0,0.0359141500990963,0.153725174569888,0.0,0.0191149000174947,0.153725174569888,0.0,0.00988791795051929,0.5,0.153725174569888,0.0,0.00322679274077229,0.153725174569888,0.0,0.00372708317128886,0.5,0.153725174569888,0.0,0.00479287641710662,0.153725174569888,0.0,0.00394729484503555,0.153725174569888,0.0,0.208452165571535,0.153725174569888,0.0,0.127071196865102,0.153725174569888,0.0,0.0899492464924817,0.153725174569888,0.0,0.00396876437557626,0.153725174569888,0.0,0.00976169287754392,0.5,0.153725174569888,0.0,0.0324945425515182,0,0.441914845275491,0.39550605148243 -4683,0.5,0.153725174569888,0.0,0.0437801911336557,0.153725174569888,0.0,0.0697418510262433,0.153725174569888,0.0,0.0690964556157673,0.153725174569888,0.0,0.0618954660891446,0.153725174569888,0.0,0.0595738880403787,0.153725174569888,0.0,0.042325440871127,0.153725174569888,0.0,0.0200639181035408,0.153725174569888,0.0,0.00966905837028341,0.5,0.153725174569888,0.0,0.00207030101527962,0.153725174569888,0.0,0.00215173329098138,0.5,0.153725174569888,0.0,0.00124838216503916,0.153725174569888,0.0,0.00275695876877825,0.153725174569888,0.0,0.237501062962412,0.153725174569888,0.0,0.122575087603272,0.153725174569888,0.0,0.0748417524139275,0.153725174569888,0.0,0.00246587895181604,0.153725174569888,0.0,0.00527631698887127,0.5,0.153725174569888,0.0,0.0230970823434348,0,0.425205813142507,0.525193427853104 -4684,0.5,0.153725174569888,0.0,0.0362007152842162,0.153725174569888,0.0,0.116738916143956,0.153725174569888,0.0,0.052282621209841,0.153725174569888,0.0,0.0534086447184968,0.153725174569888,0.0,0.0738470010304965,0.153725174569888,0.0,0.0475982967663177,0.153725174569888,0.0,0.024398238786157,0.153725174569888,0.0,0.0119444068857461,0.5,0.153725174569888,0.0,0.00125561408724612,0.153725174569888,0.0,0.00117676017673391,0.5,0.153725174569888,0.0,0.00081834499870022,0.153725174569888,0.0,0.00195070432563016,0.153725174569888,0.0,0.213778885018611,0.153725174569888,0.0,0.124313474933864,0.153725174569888,0.0,0.0651728782502093,0.153725174569888,0.0,0.00125331356115765,0.153725174569888,0.0,0.00326083725104246,0.5,0.153725174569888,0.0,0.0144725239926492,0,0.378462796537851,0.735093470617884 -4685,0.5,0.153725174569888,0.00225209966676003,0.0293204535227694,0.153725174569888,0.00119051616401766,0.122673630423226,0.153725174569888,3.12892834030933e-05,0.0408523113150288,0.153725174569888,0.00142058007365959,0.0450944391234326,0.153725174569888,0.0,0.0932862880553212,0.153725174569888,0.0,0.0623469759234445,0.153725174569888,0.0,0.0270949755656577,0.153725174569888,0.0,0.0123104561893365,0.5,0.153725174569888,0.0,0.00129653533041221,0.153725174569888,0.0,0.00106577928327945,0.5,0.153725174569888,0.0,0.000808191690574155,0.153725174569888,0.0,0.00203156044628742,0.153725174569888,0.00155782665761748,0.17005412909518,0.153725174569888,0.000106337874279596,0.145076538711746,0.153725174569888,9.33925615123627e-05,0.0550130414975205,0.153725174569888,0.0,0.00229095352982741,0.153725174569888,0.0,0.00210660611708793,0.5,0.153725174569888,0.0,0.00931875218403941,0,0.337279449066533,0.843044985554715 -4686,0.5,0.153725174569888,0.0374236912284762,0.0320063959839897,0.153725174569888,0.0502434381476735,0.101877729548921,0.153725174569888,0.0205960849365115,0.0370762130464743,0.153725174569888,0.0262963367970298,0.0420025422328883,0.153725174569888,0.0369190719223438,0.100167343387104,0.153725174569888,0.0274013568479101,0.0681124786851686,0.153725174569888,0.0283426363083974,0.0241970976649896,0.153725174569888,0.00591099505147272,0.010177705759476,0.5,0.153725174569888,0.0118279824687006,0.00227116262076643,0.153725174569888,0.00287798658832819,0.000662937167879905,0.5,0.153725174569888,0.00670894545126408,0.000871932793714591,0.153725174569888,0.00979076564511724,0.00411300143351271,0.153725174569888,0.0498999930411901,0.137470729902733,0.153725174569888,0.0395826544870224,0.178511884932373,0.153725174569888,0.0421400064279352,0.0521791092402654,0.153725174569888,0.0150268276379509,0.00291616641780521,0.153725174569888,0.00889744959555521,0.00132991704813442,0.5,0.153725174569888,0.00418499944124209,0.00765355573208027,0,0.329482785882409,0.847080298580207 -4687,0.5,0.153725174569888,0.0899909181763945,0.0737373780060417,0.153725174569888,0.123553497703654,0.158376913747644,0.153725174569888,0.0770897883607418,0.0417745192643248,0.153725174569888,0.0610373625218611,0.0511624053910417,0.153725174569888,0.105320621947228,0.189345586221643,0.153725174569888,0.0951267742785348,0.094785254480638,0.153725174569888,0.0931018215320511,0.0298479805588746,0.153725174569888,0.0397159302786221,0.014529364241415,0.5,0.153725174569888,0.0562988569787533,0.00322349971466622,0.153725174569888,0.0136550848703208,0.000623965696221705,0.5,0.153725174569888,0.0353882614235695,0.000876973391671173,0.153725174569888,0.0444570218390559,0.00358785322679525,0.153725174569888,0.114922061936252,0.229548499649975,0.153725174569888,0.0982392524402064,0.287218692299142,0.153725174569888,0.116028171747309,0.0975943866057645,0.153725174569888,0.0450480658498016,0.00244840190890047,0.153725174569888,0.046810999822601,0.00144552272086707,0.5,0.153725174569888,0.0183035067478587,0.0119164955711403,0,0.348889905818845,0.809765979849837 -4688,0.5,0.153725174569888,0.169283090917444,0.143022383479676,0.153725174569888,0.239927056247162,0.269923147283145,0.153725174569888,0.172556861067296,0.0479421647260915,0.153725174569888,0.105220521663716,0.05081956812912,0.153725174569888,0.198485827514699,0.352380879685472,0.153725174569888,0.206536887391259,0.197996251387471,0.153725174569888,0.201949125439881,0.095410715872954,0.153725174569888,0.114598171175592,0.0349313722283882,0.5,0.153725174569888,0.11832720335367,0.00925540200876997,0.153725174569888,0.03182008518203,0.00105763162966141,0.5,0.153725174569888,0.0990987371833329,0.00246207450415967,0.153725174569888,0.102236687540258,0.00249490033037308,0.153725174569888,0.194583647118541,0.402657371929111,0.153725174569888,0.167901413482128,0.419083278784117,0.153725174569888,0.228948621653631,0.175180450330086,0.153725174569888,0.0736243256556243,0.00534723927315284,0.153725174569888,0.0994128733388791,0.00285003319611562,0.5,0.153725174569888,0.0387711082139035,0.0215035885876663,0,0.50779742275933,0.866478465562279 -4689,0.5,0.153725174569888,0.267898421625128,0.214470249653073,0.153725174569888,0.361990484930178,0.423249252561078,0.153725174569888,0.263720807806304,0.0424003091782738,0.153725174569888,0.15692335413871,0.0483979505601253,0.153725174569888,0.253014846274564,0.513789197432591,0.153725174569888,0.309317582073221,0.307589115994963,0.153725174569888,0.330390342894271,0.179804615537029,0.153725174569888,0.211114549368171,0.0571993937133138,0.5,0.153725174569888,0.190252986285183,0.0244978731503883,0.153725174569888,0.0563842336723342,0.00149717641088658,0.5,0.153725174569888,0.194624288090957,0.00365622072314861,0.153725174569888,0.18106991929931,0.00520391005074779,0.153725174569888,0.181048075636146,0.485620314471057,0.153725174569888,0.201506555220871,0.491743593201689,0.153725174569888,0.344435311382609,0.288607082500225,0.153725174569888,0.0961925656111324,0.0148259933827785,0.153725174569888,0.149298327030945,0.0053695520961908,0.5,0.153725174569888,0.0617365654367671,0.0353837567089585,0,0.45851727386282,0.78924512216904 -4690,0.5,0.153725174569888,0.399014954910678,0.296092554371835,0.153725174569888,0.484368095579842,0.633489534259315,0.153725174569888,0.350675501772572,0.0442852409525979,0.153725174569888,0.22066449072601,0.0529947026045285,0.153725174569888,0.289103475487488,0.563651348775092,0.153725174569888,0.329086678431858,0.319701721368597,0.153725174569888,0.456400928877981,0.240883660078919,0.153725174569888,0.329526734982413,0.0731989704169644,0.5,0.153725174569888,0.272392518367768,0.0413120744471449,0.153725174569888,0.109570332724626,0.00545075025743106,0.5,0.153725174569888,0.277641856917332,0.00440446061357766,0.153725174569888,0.267207512888928,0.00770782880329943,0.153725174569888,0.144613774051067,0.501967717804124,0.153725174569888,0.170826853608076,0.49529368541874,0.153725174569888,0.453557523393947,0.394633932090581,0.153725174569888,0.129296806662464,0.0234701726935437,0.153725174569888,0.245853574107693,0.0107687577691186,0.5,0.153725174569888,0.098565313240551,0.048760671801049,0,0.354244017632193,0.653624701870258 -4691,0.5,0.153725174569888,0.536407841808598,0.345028480277587,0.153725174569888,0.471969745467485,0.719733969758797,0.153725174569888,0.398280151237068,0.0487137167102735,0.153725174569888,0.32091275690539,0.061398202760933,0.153725174569888,0.270889476172141,0.52646623795323,0.153725174569888,0.302122084466607,0.282028269506892,0.153725174569888,0.560003991106905,0.312054545199847,0.153725174569888,0.417587517447652,0.0814042238889568,0.5,0.153725174569888,0.401640243225551,0.0371375877974905,0.153725174569888,0.175410295819916,0.00750270832561696,0.5,0.153725174569888,0.431061312886305,0.00239047528623496,0.153725174569888,0.359078261948953,0.00944971143748743,0.153725174569888,0.131377464348354,0.532892062074989,0.153725174569888,0.140385587227695,0.497027901597126,0.153725174569888,0.53204268806872,0.460139533304644,0.153725174569888,0.17330083892449,0.0373413600746366,0.153725174569888,0.320851652366475,0.0122525852476381,0.5,0.153725174569888,0.157637109960354,0.0395598731048911,0,0.285664217009049,0.486656200835466 -4692,0.5,0.153725174569888,0.589749703674693,0.349484319589765,0.153725174569888,0.116699646198282,0.58599804225858,0.153725174569888,0.403966081424187,0.0566675197359461,0.153725174569888,0.39728260399108,0.0644120839380884,0.153725174569888,0.251405922355368,0.526984928375186,0.153725174569888,0.30067370009686,0.286728404182239,0.153725174569888,0.602198483690665,0.340685114616726,0.153725174569888,0.435435531519404,0.0772325476269334,0.5,0.153725174569888,0.453287362050932,0.0230326100460712,0.153725174569888,0.184407251923393,0.00728022614257465,0.5,0.153725174569888,0.52232707843345,0.000857190382933356,0.153725174569888,0.417883935616912,0.0139670576431418,0.153725174569888,0.119104791930101,0.576219940510613,0.153725174569888,0.158490454470849,0.494978927677579,0.153725174569888,0.554526319175689,0.469521686648846,0.153725174569888,0.263774141819135,0.0637171081764276,0.153725174569888,0.340161053495801,0.0106217459118775,0.5,0.153725174569888,0.2225846160532,0.0245093769231956,0,0.223457748361196,0.452410614514766 -4693,0.5,0.153725174569888,0.579129334257007,0.322633045236304,0.153725174569888,0.0690178101476908,0.456064700935617,0.153725174569888,0.442062605674028,0.0714876411648082,0.153725174569888,0.466909487923924,0.0724595698987169,0.153725174569888,0.272614431405325,0.536547749798049,0.153725174569888,0.337081807874204,0.293148712782422,0.153725174569888,0.53861735822698,0.306691522346707,0.153725174569888,0.394178477502844,0.0703011730068961,0.5,0.153725174569888,0.356745922546426,0.0152669386976704,0.153725174569888,0.249968354699946,0.0114872171202526,0.5,0.153725174569888,0.357764568777464,0.00121055862539244,0.153725174569888,0.450252209678104,0.0200910072940846,0.153725174569888,0.162021190505505,0.61542291896525,0.153725174569888,0.223513257081284,0.576129864494189,0.153725174569888,0.531803353106199,0.415064172303363,0.153725174569888,0.363944069327979,0.0881260432241135,0.153725174569888,0.269758882100127,0.0082782294927099,0.5,0.153725174569888,0.228289769699573,0.0122408631950788,0,0.155167135815896,0.513772310911667 -4694,0.5,0.153725174569888,0.527363686199507,0.283301814001811,0.153725174569888,0.0966825455497551,0.42025668522382,0.153725174569888,0.481542976549567,0.0767670920861938,0.153725174569888,0.454661658229045,0.0850830848816936,0.153725174569888,0.288968887997107,0.53989931743336,0.153725174569888,0.371914245919434,0.308142200547526,0.153725174569888,0.436550807805414,0.240991207495982,0.153725174569888,0.41051873461366,0.0771304071809026,0.5,0.153725174569888,0.302628397263164,0.0135176085247747,0.153725174569888,0.305275246262097,0.0222219626336507,0.5,0.153725174569888,0.191326622220087,0.00170076963067564,0.153725174569888,0.443018119299716,0.0269687689060102,0.153725174569888,0.190841829456089,0.575374544187562,0.153725174569888,0.259641144312692,0.58377739446476,0.153725174569888,0.440909141719438,0.35686819196331,0.153725174569888,0.409622356768989,0.0832715060749999,0.153725174569888,0.257000560460152,0.00677178967954037,0.5,0.153725174569888,0.225210264721177,0.00687718070402709,0,0.201578209331958,0.573931218837471 -4695,0.5,0.153725174569888,0.427840899685576,0.251344167283765,0.153725174569888,0.142991515663314,0.408586454205073,0.153725174569888,0.415554535751093,0.0700254233044183,0.153725174569888,0.393974985674646,0.0884396721295788,0.153725174569888,0.220375260650041,0.494872791194686,0.153725174569888,0.360455286560029,0.299052329243128,0.153725174569888,0.343039957950944,0.195118376186381,0.153725174569888,0.4439060191296,0.0827871852283327,0.5,0.153725174569888,0.4004662997959,0.011480803368107,0.153725174569888,0.325685402043023,0.0273110179927669,0.5,0.153725174569888,0.149253253618569,0.00222251511306453,0.153725174569888,0.414367996192181,0.0351316634342559,0.153725174569888,0.233414380629781,0.572177510621655,0.153725174569888,0.243780203945452,0.514265523991792,0.153725174569888,0.35396427120791,0.315280287419778,0.153725174569888,0.43147223698478,0.0773668800256753,0.153725174569888,0.279424012597713,0.00958428295845172,0.5,0.153725174569888,0.206199772165257,0.00605389048645407,0,0.442640556763886,0.615501157230886 -4696,0.5,0.153725174569888,0.316314223030934,0.220413024917159,0.153725174569888,0.195739423093227,0.402713655041391,0.153725174569888,0.383328676006823,0.0623806265875901,0.153725174569888,0.304234203947448,0.0806378523455308,0.153725174569888,0.164354054297518,0.406341956128385,0.153725174569888,0.281891118644976,0.272106066409724,0.153725174569888,0.299063374016824,0.169862826454513,0.153725174569888,0.406992143237317,0.0911660840328622,0.5,0.153725174569888,0.437514117668592,0.00560447973643912,0.153725174569888,0.291560626728488,0.0251109549116216,0.5,0.153725174569888,0.181338816904196,0.00776599780750974,0.153725174569888,0.351299662053771,0.0380289472597499,0.153725174569888,0.148699712572012,0.59242207278149,0.153725174569888,0.183402834627313,0.476932000740758,0.153725174569888,0.278085360668692,0.264363228565901,0.153725174569888,0.363990409301341,0.0742928724401379,0.153725174569888,0.297859246033939,0.0126448081101643,0.5,0.153725174569888,0.153109705813433,0.00703185148505338,0,0.497809921606398,0.533951158967346 -4697,0.5,0.153725174569888,0.226292746888495,0.198006404935026,0.153725174569888,0.246580322104536,0.405159660547508,0.153725174569888,0.293201389727228,0.0510641230802864,0.153725174569888,0.233973145928994,0.0594273864448424,0.153725174569888,0.127945012938717,0.289498679211264,0.153725174569888,0.177418245509553,0.208419197799791,0.153725174569888,0.285926283842629,0.141550897433339,0.153725174569888,0.29000385206061,0.0934170254040279,0.5,0.153725174569888,0.351152313867751,0.00409298490122871,0.153725174569888,0.226381079953188,0.0239249968391473,0.5,0.153725174569888,0.238607078558491,0.0135826915113148,0.153725174569888,0.281853061297495,0.0389751209148336,0.153725174569888,0.0616220722409625,0.449853598514087,0.153725174569888,0.0761281419854466,0.338169610941431,0.153725174569888,0.187785150105579,0.212953852763731,0.153725174569888,0.285930751441082,0.0609867773369417,0.153725174569888,0.221338839664582,0.0139820022150398,0.5,0.153725174569888,0.110156184501246,0.00766489235346517,0,0.385905591366902,0.440418276420154 -4698,0.5,0.153725174569888,0.163642957493083,0.158095951313209,0.153725174569888,0.14093983290345,0.338591345164332,0.153725174569888,0.205134129298879,0.0308766212432156,0.153725174569888,0.175244169616505,0.0281724063619479,0.153725174569888,0.0895545370015778,0.195199458932521,0.153725174569888,0.0923742724365046,0.121275059527391,0.153725174569888,0.203046401119098,0.0791468473456241,0.153725174569888,0.192525834363833,0.0683605335256015,0.5,0.153725174569888,0.2423489957844,0.00379811536498223,0.153725174569888,0.144624151965188,0.0140656888117063,0.5,0.153725174569888,0.228792997655181,0.0111790190399645,0.153725174569888,0.186605326250074,0.0340223069227648,0.153725174569888,0.0613218608173434,0.411486526033741,0.153725174569888,0.0405175648553491,0.246242904826361,0.153725174569888,0.1397518246628,0.164834655550921,0.153725174569888,0.181542446018008,0.0346122889128871,0.153725174569888,0.146415200938262,0.0100053843306127,0.5,0.153725174569888,0.0709789488822002,0.00586901462026495,0,0.27937557133347,0.529078231274587 -4699,0.5,0.153725174569888,0.0798107503404329,0.107177127204393,0.153725174569888,0.037453731867423,0.33544170671402,0.153725174569888,0.0989287879406266,0.00729660886861958,0.153725174569888,0.0784510358543127,0.00662253898389428,0.153725174569888,0.0411319771941616,0.114361383462495,0.153725174569888,0.0414505596261154,0.0643015505257866,0.153725174569888,0.109454700018086,0.0262994773145345,0.153725174569888,0.0952423114764319,0.0422436847992932,0.5,0.153725174569888,0.135390720326376,0.00329450958814324,0.153725174569888,0.0740668807911211,0.0108849333452522,0.5,0.153725174569888,0.122434910952378,0.00378328712194078,0.153725174569888,0.088838977050157,0.0301171803961587,0.153725174569888,0.038383634846829,0.379400677063654,0.153725174569888,0.014998257482277,0.15866710466772,0.153725174569888,0.0816609274150424,0.110562211540994,0.153725174569888,0.0945642712983486,0.00724865542370056,0.153725174569888,0.0738763294352919,0.00423980162301608,0.5,0.153725174569888,0.0337450428208264,0.00393670889537639,0,0.160643623702205,0.557188051222844 -4700,0.5,0.153725174569888,0.0116052436715209,0.0561571629818066,0.153725174569888,0.00279643300242479,0.31849173013621,0.153725174569888,0.0134183037444016,0.00705650793003279,0.153725174569888,0.000649522292911469,0.0069107781744815,0.153725174569888,0.0139745522035246,0.06677306497685,0.153725174569888,0.0172641486201366,0.0269020146281202,0.153725174569888,0.024848313314515,0.0156584887064606,0.153725174569888,0.0228980707080886,0.0219222962435975,0.5,0.153725174569888,0.0275465134399259,0.00452093059450515,0.153725174569888,0.0,0.0120074618562115,0.5,0.153725174569888,0.0201985115659351,0.00193167549907829,0.153725174569888,0.00794142146305355,0.0318368662285982,0.153725174569888,0.0139399841207673,0.299354246019352,0.153725174569888,0.00369005398961668,0.115011438661638,0.153725174569888,0.0230929953950771,0.0603637523336601,0.153725174569888,0.0203881322748112,0.00422004238402248,0.153725174569888,0.00465788190722732,0.00309555560161073,0.5,0.153725174569888,0.00059819700198469,0.0037769054254833,0,0.116407950285967,0.479271805758383 -4701,0.5,0.153725174569888,0.0,0.029932266792682,0.153725174569888,0.0,0.19120154270459,0.153725174569888,0.0,0.00821300615280319,0.153725174569888,0.0,0.00774124057577826,0.153725174569888,0.0,0.0407754170740396,0.153725174569888,0.0,0.0106582925427036,0.153725174569888,0.0,0.0104697360551532,0.153725174569888,0.0,0.0062949846257559,0.5,0.153725174569888,0.0,0.00407247571848957,0.153725174569888,0.0,0.0118006940106117,0.5,0.153725174569888,0.0,0.00199268643382075,0.153725174569888,0.0,0.0250661171799032,0.153725174569888,0.0,0.242365718314138,0.153725174569888,1.00368602964056e-05,0.101394996134395,0.153725174569888,0.0,0.0324265419292943,0.153725174569888,0.0,0.00245751868417156,0.153725174569888,0.0,0.00368088720590087,0.5,0.153725174569888,0.0,0.00387914743390578,0,0.172452104157987,0.389271347490118 -4702,0.5,0.153725174569888,0.0,0.0241010206170229,0.153725174569888,0.0,0.106345842667266,0.153725174569888,0.0,0.00979468179132098,0.153725174569888,0.0,0.00911344071055076,0.153725174569888,0.0,0.0298126586553495,0.153725174569888,0.0,0.00606448354795632,0.153725174569888,0.0,0.00505086965812518,0.153725174569888,0.0,0.001776725835303,0.5,0.153725174569888,0.0,0.00307525986808452,0.153725174569888,0.0,0.00847773085768378,0.5,0.153725174569888,0.0,0.00116765861192833,0.153725174569888,0.0,0.0174351159442881,0.153725174569888,0.0,0.222560650358871,0.153725174569888,0.0,0.0928193940570812,0.153725174569888,0.0,0.0210318312436348,0.153725174569888,0.0,0.0019154472356203,0.153725174569888,0.0,0.00333599490603789,0.5,0.153725174569888,0.0,0.00405153965740142,0,0.213887775918285,0.305539937965919 -4703,0.5,0.153725174569888,0.0,0.018585841239569,0.153725174569888,0.0,0.0656501759205831,0.153725174569888,0.0,0.0104021258168522,0.153725174569888,0.0,0.0106286810530955,0.153725174569888,0.0,0.0228995694050457,0.153725174569888,0.0,0.00430905375929815,0.153725174569888,0.0,0.00267416300138743,0.153725174569888,0.0,0.000574256633605117,0.5,0.153725174569888,0.0,0.00256814777738552,0.153725174569888,0.0,0.00654824420608575,0.5,0.153725174569888,0.0,0.000951464907433686,0.153725174569888,0.0,0.0113101175214373,0.153725174569888,0.0,0.215703448895659,0.153725174569888,0.0,0.0846774358303581,0.153725174569888,0.0,0.0180021603430072,0.153725174569888,0.0,0.00161002362163459,0.153725174569888,0.0,0.00281982035488231,0.5,0.153725174569888,0.0,0.00478835031593362,0,0.211966349183882,0.216290424424554 -4704,0.5,0.153725174569888,0.0,0.0137162188566261,0.153725174569888,0.0,0.0714611741052933,0.153725174569888,0.0,0.00717019487639947,0.153725174569888,0.0,0.0116982423543969,0.153725174569888,0.0,0.0168744270169587,0.153725174569888,0.0,0.00360447135701176,0.153725174569888,0.0,0.00191803499897344,0.153725174569888,0.0,0.000263352922578562,0.5,0.153725174569888,0.0,0.00187393822079463,0.153725174569888,0.0,0.00590108432910231,0.5,0.153725174569888,0.0,0.000642723740148737,0.153725174569888,0.0,0.00699493585970688,0.153725174569888,0.0,0.185798268464375,0.153725174569888,0.0,0.0776324007023806,0.153725174569888,0.0,0.0189034145418352,0.153725174569888,0.0,0.00134826976259183,0.153725174569888,0.0,0.00256722510173976,0.5,0.153725174569888,0.0,0.00681405388717537,0,0.130720449030847,0.209329679541604 -4705,0.5,0.153725174569888,0.0,0.0127524999570773,0.153725174569888,0.0,0.0918203455389824,0.153725174569888,0.0,0.00414773593799713,0.153725174569888,0.0,0.0100807862570988,0.153725174569888,0.0,0.0131371528341196,0.153725174569888,0.0,0.00279733903282159,0.153725174569888,0.0,0.00213871814643515,0.153725174569888,0.0,0.000229131493182934,0.5,0.153725174569888,0.0,0.00135473767915795,0.153725174569888,0.0,0.00489646115517157,0.5,0.153725174569888,0.0,0.00031589553866985,0.153725174569888,0.0,0.00473752475649971,0.153725174569888,0.0,0.163781478701061,0.153725174569888,0.0,0.0694963104604196,0.153725174569888,0.0,0.0200233466080967,0.153725174569888,0.0,0.000942119930100949,0.153725174569888,0.0,0.00220668446299164,0.5,0.153725174569888,0.0,0.00715446851787293,0,0.114249170057382,0.186587312007782 -4706,0.5,0.153725174569888,0.0,0.0135015946706514,0.153725174569888,0.0,0.12783916325025,0.153725174569888,0.0,0.00236937846328073,0.153725174569888,0.0,0.00734411480284384,0.153725174569888,0.0,0.00873019394492755,0.153725174569888,0.0,0.00130005190782445,0.153725174569888,0.0,0.00200572154817001,0.153725174569888,0.0,0.000371585493546621,0.5,0.153725174569888,0.0,0.000948563857301341,0.153725174569888,0.0,0.00379124961412081,0.5,0.153725174569888,0.0,0.000214882989112251,0.153725174569888,0.0,0.00413475425038285,0.153725174569888,0.0,0.137938684893365,0.153725174569888,0.0,0.048191235255742,0.153725174569888,0.0,0.0215393753585722,0.153725174569888,0.0,0.000643565119703077,0.153725174569888,0.0,0.00177168664325384,0.5,0.153725174569888,0.0,0.00629743219690981,0,0.0990390248347794,0.152150278532056 -4707,0.5,0.153725174569888,0.0,0.0153811195896265,0.153725174569888,0.0,0.132189173877949,0.153725174569888,0.0,0.00153282723968868,0.153725174569888,0.0,0.00553489295359642,0.153725174569888,0.0,0.00545794782145796,0.153725174569888,0.0,0.00130085871949618,0.153725174569888,0.0,0.000995816460983723,0.153725174569888,0.0,0.000621055102249727,0.5,0.153725174569888,0.0,0.000746553756503098,0.153725174569888,0.0,0.00260398575801334,0.5,0.153725174569888,0.0,0.00054465550319015,0.153725174569888,0.0,0.00366245585526066,0.153725174569888,0.0,0.110475610910252,0.153725174569888,0.0,0.0322330954694705,0.153725174569888,0.0,0.0221557799849401,0.153725174569888,0.0,0.000496791918269648,0.153725174569888,0.0,0.00136988816558269,0.5,0.153725174569888,0.0,0.00471113331353492,0,0.175772994405558,0.120032582664714 -4708,0.5,0.153725174569888,0.0,0.0184200220804871,0.153725174569888,0.0,0.119725017986961,0.153725174569888,0.0,0.00163840120885484,0.153725174569888,0.0,0.00370340751213889,0.153725174569888,0.0,0.00292881800253929,0.153725174569888,0.0,0.00143645233384578,0.153725174569888,0.0,0.000662168762568764,0.153725174569888,0.0,0.000966080338754621,0.5,0.153725174569888,0.0,0.000726258853578076,0.153725174569888,0.0,0.0019939749281261,0.5,0.153725174569888,0.0,0.000729898345826288,0.153725174569888,0.0,0.00378219002052142,0.153725174569888,0.0,0.0974412841978825,0.153725174569888,0.0,0.0244612884059269,0.153725174569888,0.0,0.0208654398850398,0.153725174569888,0.0,0.000427049259353215,0.153725174569888,0.0,0.000993324954358668,0.5,0.153725174569888,0.0,0.00255405634150582,0,0.293301065828506,0.0983247845232413 -4709,0.5,0.153725174569888,0.00141758518880984,0.0236370577573461,0.153725174569888,2.90383096629471e-05,0.0820282388111899,0.153725174569888,4.72516890566445e-05,0.00168028527412705,0.153725174569888,0.00189872211734808,0.0023945106408986,0.153725174569888,0.0,0.00137704296403168,0.153725174569888,0.0,0.00129944146211398,0.153725174569888,0.0,0.00047300461735693,0.153725174569888,0.0,0.00120000727716543,0.5,0.153725174569888,0.0,0.000987805569712654,0.153725174569888,0.0,0.00184240327130031,0.5,0.153725174569888,0.0,0.000817353091389971,0.153725174569888,0.0,0.00402735750141356,0.153725174569888,0.000354010138867349,0.0912596556515952,0.153725174569888,2.07580970387639e-06,0.0218643861537391,0.153725174569888,1.88868886171402e-06,0.0181516685284847,0.153725174569888,0.0,0.000541868668015891,0.153725174569888,0.0,0.000859527459963312,0.5,0.153725174569888,0.0,0.00140421286513581,0,0.360986902646394,0.0943994968871133 -4710,0.5,0.153725174569888,0.0308541565318408,0.0294796181950499,0.153725174569888,0.00441279010127653,0.0637389688854193,0.153725174569888,0.0381218224818953,0.0012807043352126,0.153725174569888,0.0531057172705605,0.00157467981968963,0.153725174569888,0.00620421723110491,0.00142056774416424,0.153725174569888,0.00206893083570536,0.00108073164730601,0.153725174569888,0.0038789766022146,0.000130862071665696,0.153725174569888,0.0111402008049342,0.00151278718476275,0.5,0.153725174569888,0.0228279776510829,0.00160680353386349,0.153725174569888,0.0159391105097854,0.00156282980472785,0.5,0.153725174569888,0.0248253543325184,0.000797152839611954,0.153725174569888,0.0199392289499629,0.00320887298247223,0.153725174569888,0.0120808861583803,0.107754253916862,0.153725174569888,0.0220420996113418,0.023063047694903,0.153725174569888,0.00827129866865711,0.0170477140405704,0.153725174569888,0.0256375431089685,0.000316128734357394,0.153725174569888,0.0333202875411293,0.00100395667972262,0.5,0.153725174569888,0.029798468305083,0.000785464630292698,0,0.312254343117024,0.0929693269281845 -4711,0.5,0.153725174569888,0.0801475361893104,0.0487852736653896,0.153725174569888,0.0470015592217019,0.0914687455540287,0.153725174569888,0.108594163803601,0.00154127139011947,0.153725174569888,0.132167111304582,0.00171685844254633,0.153725174569888,0.0267128298229013,0.00171556937491355,0.153725174569888,0.0138070538655745,0.000845910581934154,0.153725174569888,0.0137960492982466,8.43403350373805e-05,0.153725174569888,0.0481783903928166,0.0014529076096786,0.5,0.153725174569888,0.0920270785735914,0.00200974061540986,0.153725174569888,0.0681590692986299,0.00159107193182194,0.5,0.153725174569888,0.0936953537562135,0.000584346716475072,0.153725174569888,0.0776622993476508,0.00333686126086681,0.153725174569888,0.0363225836666346,0.143986260154211,0.153725174569888,0.0685555236565242,0.0325379576854319,0.153725174569888,0.028224025688016,0.0227045604928676,0.153725174569888,0.0798973505700455,0.000292442567975,0.153725174569888,0.107741261898285,0.00110752248776532,0.5,0.153725174569888,0.101980735215371,0.000917477037658015,0,0.316998554733922,0.0787676892863315 -4712,0.5,0.153725174569888,0.150509397161142,0.0875548945003302,0.153725174569888,0.184035086650032,0.169403214846241,0.153725174569888,0.204511686675787,0.00501674451529887,0.153725174569888,0.239084421958079,0.00510461854061194,0.153725174569888,0.0852069659585381,0.000982031638072266,0.153725174569888,0.0307344426701629,0.000852634002682185,0.153725174569888,0.0366844514889449,0.000302272051601865,0.153725174569888,0.0949415618697649,0.00137695355825174,0.5,0.153725174569888,0.199145003246079,0.00127277754130769,0.153725174569888,0.159956732154063,0.0156722161817846,0.5,0.153725174569888,0.184669017210636,0.000649748483009436,0.153725174569888,0.160871869233469,0.00892637748807682,0.153725174569888,0.0895159861503308,0.186809241932735,0.153725174569888,0.136145069835296,0.0465826002403143,0.153725174569888,0.0570513587915807,0.0394579055821468,0.153725174569888,0.153921947222587,0.000333117185191785,0.153725174569888,0.209784823283124,0.00168912380125945,0.5,0.153725174569888,0.205139017356688,0.00301959462342171,0,0.422047754165881,0.0525037820452351 -4713,0.5,0.153725174569888,0.225367021031671,0.14042192006232,0.153725174569888,0.28734760155888,0.228646497162306,0.153725174569888,0.303883783041317,0.0161248089183628,0.153725174569888,0.34879996686413,0.0109552988950268,0.153725174569888,0.187299175204184,0.000410875499281446,0.153725174569888,0.0554008847217812,0.00195319245591766,0.153725174569888,0.0565355857291151,0.000603394084705597,0.153725174569888,0.158738760110749,0.00265503815199273,0.5,0.153725174569888,0.319762865160971,0.00260470100608612,0.153725174569888,0.291501986255104,0.0553029146331769,0.5,0.153725174569888,0.296589698234124,0.00109296040562465,0.153725174569888,0.268186558729191,0.0184291985676147,0.153725174569888,0.137641456679798,0.216097210203145,0.153725174569888,0.229155507136701,0.0537645563113343,0.153725174569888,0.113139362943833,0.0777781792551209,0.153725174569888,0.235916691909374,0.000815050571711046,0.153725174569888,0.327375913974532,0.003252759173252,0.5,0.153725174569888,0.318401677375202,0.00399123860799286,0,0.450966343078685,0.0374118050836919 -4714,0.5,0.153725174569888,0.305056813964355,0.188520826639119,0.153725174569888,0.385470788956756,0.292918917159864,0.153725174569888,0.396466617410958,0.0220229840728176,0.153725174569888,0.44991606709845,0.0179863684208659,0.153725174569888,0.191739897621132,0.00151621497256267,0.153725174569888,0.0919293225237846,0.0060048364366513,0.153725174569888,0.107951616138929,0.00133230535564098,0.153725174569888,0.231187749698437,0.00810871743325922,0.5,0.153725174569888,0.438782150939997,0.00330223745979202,0.153725174569888,0.391067267398195,0.054299906513365,0.5,0.153725174569888,0.425510415082259,0.00259350827818947,0.153725174569888,0.391043532321829,0.0282331685558237,0.153725174569888,0.158340215033105,0.232061923434593,0.153725174569888,0.371965681988667,0.0660461671601134,0.153725174569888,0.208589574148094,0.0978323070658928,0.153725174569888,0.325093974747578,0.00234248821768177,0.153725174569888,0.441722499944903,0.00421503491174308,0.5,0.153725174569888,0.402776088387617,0.00425561374316847,0,0.399734827339706,0.0325781308252358 -4715,0.5,0.153725174569888,0.347010962152793,0.224042459344948,0.153725174569888,0.129201537775034,0.201855845277638,0.153725174569888,0.435209000794849,0.0199622418543151,0.153725174569888,0.511424063953066,0.0245346722448311,0.153725174569888,0.203695318876637,0.00615282483493612,0.153725174569888,0.117377228462294,0.0170736417709675,0.153725174569888,0.176806497890798,0.00292027462421887,0.153725174569888,0.338824986459842,0.025106813141465,0.5,0.153725174569888,0.536928322313935,0.00453742887937577,0.153725174569888,0.53042658650953,0.0442770452221828,0.5,0.153725174569888,0.531311426122124,0.00211163226308381,0.153725174569888,0.471861266074254,0.0314021245566939,0.153725174569888,0.155897067993903,0.223885356103121,0.153725174569888,0.458253517328561,0.0822146625321602,0.153725174569888,0.303478872711622,0.0923600447687698,0.153725174569888,0.376192772080981,0.00594743753378115,0.153725174569888,0.504788176577479,0.00640490365423602,0.5,0.153725174569888,0.500616677153064,0.00885443748948236,0,0.37902281008783,0.0367876145608193 -4716,0.5,0.153725174569888,0.392235881345993,0.239813844541346,0.153725174569888,0.134565509160348,0.167765054214142,0.153725174569888,0.507581249137891,0.0273616997176009,0.153725174569888,0.51164835134734,0.0324803846867619,0.153725174569888,0.150257960986438,0.0122492433777514,0.153725174569888,0.161656792276437,0.0336866110043449,0.153725174569888,0.268772136578369,0.00725166798645381,0.153725174569888,0.440885326159523,0.0498613498145399,0.5,0.153725174569888,0.588358129701641,0.010969153509991,0.153725174569888,0.594992778978277,0.0411411118832462,0.5,0.153725174569888,0.608075820475605,0.00545721370403928,0.153725174569888,0.474245556817596,0.0346103146115706,0.153725174569888,0.225837557958381,0.21337307006886,0.153725174569888,0.460489483955429,0.0839386958195795,0.153725174569888,0.385040076090366,0.0991474170278412,0.153725174569888,0.435148653498778,0.0111966357710395,0.153725174569888,0.545786546749709,0.0106659651727998,0.5,0.153725174569888,0.53605042456034,0.0216527468432594,0,0.342145102145353,0.0479951473665559 -4717,0.5,0.153725174569888,0.429378702885737,0.241932708981915,0.153725174569888,0.149763085187157,0.13970959127926,0.153725174569888,0.531146124258921,0.0470076456762226,0.153725174569888,0.550676235685004,0.0430024128352612,0.153725174569888,0.0659069066219911,0.0143067703461268,0.153725174569888,0.125259629264627,0.0324030658032262,0.153725174569888,0.287742104330928,0.0133517227882014,0.153725174569888,0.359116805584711,0.0613265588495595,0.5,0.153725174569888,0.602277491004054,0.015797678280892,0.153725174569888,0.604573129084674,0.0726573342573369,0.5,0.153725174569888,0.631182130845619,0.0116124772506136,0.153725174569888,0.471497201646857,0.0398894304037248,0.153725174569888,0.264483589967763,0.205443540410718,0.153725174569888,0.461108209923938,0.0872534428378124,0.153725174569888,0.425899894302031,0.112165297926465,0.153725174569888,0.499980469514251,0.0199642618072821,0.153725174569888,0.544849666329838,0.0147798168718068,0.5,0.153725174569888,0.525094640816785,0.0295718172514145,0,0.326651209441426,0.0618108909637115 -4718,0.5,0.153725174569888,0.492655169767653,0.239975039231018,0.153725174569888,0.179783145277722,0.111841291346977,0.153725174569888,0.564744953850766,0.0674073120258509,0.153725174569888,0.543311389731731,0.052890859313834,0.153725174569888,0.0455578599738549,0.0146635143372665,0.153725174569888,0.0906562716481336,0.0247385981118204,0.153725174569888,0.238484390374231,0.0185856973740892,0.153725174569888,0.282153404295713,0.0679373637518165,0.5,0.153725174569888,0.558862902730041,0.0171068531311739,0.153725174569888,0.506049102340762,0.0912887016267848,0.5,0.153725174569888,0.584648431065924,0.0124396360247547,0.153725174569888,0.446560135554972,0.0408243530946414,0.153725174569888,0.292969156946328,0.197483667641974,0.153725174569888,0.429947184213761,0.0831986251421798,0.153725174569888,0.408078383918725,0.115014622748664,0.153725174569888,0.579418692805212,0.0169000151148483,0.153725174569888,0.557091578523276,0.0148117876455431,0.5,0.153725174569888,0.462427974435972,0.0229400879090638,0,0.32047472366471,0.0562959291409346 -4719,0.5,0.153725174569888,0.461719440792883,0.218536735084033,0.153725174569888,0.442327963203291,0.0913449083893701,0.153725174569888,0.481696145046198,0.0834701747439182,0.153725174569888,0.487425579613202,0.0636704763747591,0.153725174569888,0.0326747365988133,0.0128399464528328,0.153725174569888,0.112659429840022,0.0213354838568576,0.153725174569888,0.224763887626383,0.0358556223291406,0.153725174569888,0.249064843167028,0.0642712265003466,0.5,0.153725174569888,0.517677575780891,0.0217897978843382,0.153725174569888,0.451695484281302,0.0974931221465696,0.5,0.153725174569888,0.535463141693971,0.00982110935134513,0.153725174569888,0.405607114029603,0.0406885169649219,0.153725174569888,0.324589835468709,0.178545192936667,0.153725174569888,0.374136467898548,0.0796808368407999,0.153725174569888,0.412663608227307,0.115837215260123,0.153725174569888,0.549030497490055,0.0186933882902765,0.153725174569888,0.511817352169602,0.0121588202832919,0.5,0.153725174569888,0.460964754117234,0.0166125341635237,0,0.314199027514736,0.0125720375738921 -4720,0.5,0.153725174569888,0.394798507581712,0.184905316509951,0.153725174569888,0.48638448381805,0.0801204112979272,0.153725174569888,0.383398646157869,0.0869044165227122,0.153725174569888,0.422420065159273,0.0732590613898139,0.153725174569888,0.0235687250842086,0.0106466332255471,0.153725174569888,0.165901705431266,0.0234584598380981,0.153725174569888,0.23238318532663,0.0559089814082338,0.153725174569888,0.26557330938345,0.0587234652614369,0.5,0.153725174569888,0.427309636071149,0.0296364070727152,0.153725174569888,0.411504229982414,0.0877230606260061,0.5,0.153725174569888,0.455920528980153,0.0065959668120721,0.153725174569888,0.353559745037366,0.0422410068552616,0.153725174569888,0.293839503386393,0.162843275055147,0.153725174569888,0.265367917455878,0.0718292880839474,0.153725174569888,0.354404795599177,0.112197984058798,0.153725174569888,0.439862524635832,0.0404925633341366,0.153725174569888,0.398481332327679,0.0109672485394128,0.5,0.153725174569888,0.378451221295846,0.0154021446239555,0,0.258024803238593,0.000981113112262039 -4721,0.5,0.153725174569888,0.322154833309158,0.149436030871226,0.153725174569888,0.364026241867448,0.0933203989673815,0.153725174569888,0.281785032461395,0.0917340072234771,0.153725174569888,0.313897706429187,0.0833414177556397,0.153725174569888,0.0177669825536042,0.0102962417163437,0.153725174569888,0.179408099208141,0.0242498307853419,0.153725174569888,0.244357104640717,0.0574007766829784,0.153725174569888,0.28127768966639,0.0678130384961162,0.5,0.153725174569888,0.354064884101448,0.0473695310569727,0.153725174569888,0.343203641375796,0.0809588812161924,0.5,0.153725174569888,0.350109530564793,0.00531261874577652,0.153725174569888,0.276060067240328,0.0343541500601109,0.153725174569888,0.235364462954988,0.138122447289003,0.153725174569888,0.17801077073334,0.0597951446789106,0.153725174569888,0.26880043190999,0.100094249588051,0.153725174569888,0.33866969471391,0.0597811461729466,0.153725174569888,0.280959833380686,0.00967473032946174,0.5,0.153725174569888,0.293916598584355,0.0151776466555416,0,0.187511907816467,0.0028905869705874 -4722,0.5,0.153725174569888,0.214694236279189,0.112977319172002,0.153725174569888,0.221526973424837,0.0810688740612934,0.153725174569888,0.190741119246024,0.101542290195397,0.153725174569888,0.199723015016385,0.0748979371560833,0.153725174569888,0.0136458295131988,0.0095007445598163,0.153725174569888,0.134987773312233,0.0183335992376436,0.153725174569888,0.203189300895378,0.0458435254262655,0.153725174569888,0.224034294422287,0.0616712084718841,0.5,0.153725174569888,0.24609424337631,0.0621033887772688,0.153725174569888,0.228625771460695,0.0535175135823576,0.5,0.153725174569888,0.234278012113645,0.00236707883058374,0.153725174569888,0.183384059784011,0.0141828784415919,0.153725174569888,0.182076915681874,0.090936386198356,0.153725174569888,0.108808410916173,0.0462704066443527,0.153725174569888,0.181008986252136,0.0760133372730887,0.153725174569888,0.226977296912245,0.0590666835269038,0.153725174569888,0.177788378586984,0.00588641453947647,0.5,0.153725174569888,0.193241889171772,0.0145962791727114,0,0.144639437393754,0.0164703515634791 -4723,0.5,0.153725174569888,0.104198714169884,0.075090048979917,0.153725174569888,0.118270742399586,0.0701144422677141,0.153725174569888,0.0925382188807866,0.0963110872593856,0.153725174569888,0.0760125437056572,0.0549650228980863,0.153725174569888,0.0142462060326029,0.00631155538572797,0.153725174569888,0.0917165431516527,0.0117349298651144,0.153725174569888,0.123363980622716,0.0255324319946613,0.153725174569888,0.123987865556995,0.0393895669321682,0.5,0.153725174569888,0.130809555050058,0.0460289144455265,0.153725174569888,0.0897913677731263,0.0193850785136095,0.5,0.153725174569888,0.119676509405276,0.000722732735029435,0.153725174569888,0.0912854576626755,0.00732222469670081,0.153725174569888,0.109999198299434,0.0457640734009686,0.153725174569888,0.0563335843583073,0.0388093640247905,0.153725174569888,0.0872169525834682,0.0475993721372873,0.153725174569888,0.114262564416325,0.0395834233443451,0.153725174569888,0.086766760602265,0.00417666603968788,0.5,0.153725174569888,0.0701984410942858,0.00773527072195369,0,0.110699232534511,0.0434513442156648 -4724,0.5,0.153725174569888,0.0156953587113681,0.0417193159429457,0.153725174569888,0.0299084299503062,0.0372160674296795,0.153725174569888,0.0117069445130341,0.0621868260362345,0.153725174569888,0.00060991470260517,0.0502152036009866,0.153725174569888,0.0119134226202695,0.00316271130625019,0.153725174569888,0.0344328014845363,0.00332227902849192,0.153725174569888,0.0280579730075004,0.0119271149710945,0.153725174569888,0.0296666492906381,0.0224332793443555,0.5,0.153725174569888,0.0255233860691962,0.0407144963811324,0.153725174569888,0.0,0.00741550809531632,0.5,0.153725174569888,0.0202309730426745,0.000705486238316595,0.153725174569888,0.00566276642890072,0.00786169024826761,0.153725174569888,0.0370013778420636,0.0151823384020446,0.153725174569888,0.0179640479110793,0.0290854084379981,0.153725174569888,0.0207179452657607,0.0250850080517426,0.153725174569888,0.0213846491788341,0.0414174480480225,0.153725174569888,0.00418780017028909,0.00679134173901915,0.5,0.153725174569888,0.0,0.0137050009374483,0,0.101499664183367,0.0657701020660646 -4725,0.5,0.153725174569888,0.0,0.0360663549691226,0.153725174569888,0.0,0.0208676256899011,0.153725174569888,0.0,0.0337339776474102,0.153725174569888,0.0,0.0406443834694109,0.153725174569888,0.0,0.00112961325121127,0.153725174569888,0.0,0.0014818144618165,0.153725174569888,0.0,0.00500511850685061,0.153725174569888,0.0,0.0155019296896891,0.5,0.153725174569888,0.0,0.0387412264227812,0.153725174569888,0.0,0.00329160374389298,0.5,0.153725174569888,0.0,0.00100596974300309,0.153725174569888,0.0,0.00631528121581918,0.153725174569888,0.0,0.00605183469432198,0.153725174569888,0.0,0.0193452583977867,0.153725174569888,0.0,0.0216552875494659,0.153725174569888,0.0,0.0366182937642029,0.153725174569888,0.0,0.00740554843735945,0.5,0.153725174569888,0.0,0.0155094052043964,0,0.136730393141322,0.0634677665081636 -4726,0.5,0.153725174569888,0.0,0.0287646068529925,0.153725174569888,0.0,0.0110692124683606,0.153725174569888,0.0,0.0146358854580979,0.153725174569888,0.0,0.0297423507537845,0.153725174569888,0.0,0.000447414492207986,0.153725174569888,0.0,0.000751069410282473,0.153725174569888,0.0,0.00114835774769939,0.153725174569888,0.0,0.00782245786755387,0.5,0.153725174569888,0.0,0.0286284817079183,0.153725174569888,0.0,0.00254711346546506,0.5,0.153725174569888,0.0,0.00278563752804713,0.153725174569888,0.0,0.00410415802566552,0.153725174569888,0.0,0.00241052896157692,0.153725174569888,0.0,0.0136871841161182,0.153725174569888,0.0,0.0186188991647081,0.153725174569888,0.0,0.0248142211035801,0.153725174569888,0.0,0.00838990061217055,0.5,0.153725174569888,0.0,0.0129938680177408,0,0.194377949150448,0.0566877151436389 -4727,0.5,0.153725174569888,0.0,0.0214855614705045,0.153725174569888,0.0,0.00747261217384138,0.153725174569888,0.0,0.00794947192098119,0.153725174569888,0.0,0.0239851857530252,0.153725174569888,0.0,0.000495292965771211,0.153725174569888,0.0,0.000486695936752434,0.153725174569888,0.0,0.000693676488169085,0.153725174569888,0.0,0.00449314595217717,0.5,0.153725174569888,0.0,0.0245540444606588,0.153725174569888,0.0,0.00288389532551578,0.5,0.153725174569888,0.0,0.00418417321094276,0.153725174569888,0.0,0.00282263083761406,0.153725174569888,0.0,0.00219995258796162,0.153725174569888,0.0,0.0055717829085469,0.153725174569888,0.0,0.0132553204367854,0.153725174569888,0.0,0.0184385772627162,0.153725174569888,0.0,0.00898010050274944,0.5,0.153725174569888,0.0,0.0089851890476003,0,0.179919207909178,0.0730593272885505 -4728,0.5,0.153725174569888,0.0,0.0133877426211757,0.153725174569888,0.0,0.00611537286457487,0.153725174569888,0.0,0.00632264075730603,0.153725174569888,0.0,0.0191828022056314,0.153725174569888,0.0,0.000741112807240284,0.153725174569888,0.0,0.000442359890851508,0.153725174569888,0.0,0.000620459387062185,0.153725174569888,0.0,0.00243808806962826,0.5,0.153725174569888,0.0,0.0212227091321373,0.153725174569888,0.0,0.00349329435165238,0.5,0.153725174569888,0.0,0.00245545982953237,0.153725174569888,0.0,0.0027932721760445,0.153725174569888,0.0,0.00229018422117613,0.153725174569888,0.0,0.00186676357792189,0.153725174569888,0.0,0.00823721008037024,0.153725174569888,0.0,0.0149375582488729,0.153725174569888,0.0,0.00881947786244714,0.5,0.153725174569888,0.0,0.00565274882983954,0,0.0817059303337008,0.128494937334902 -4729,0.5,0.153725174569888,0.0,0.00783327848152889,0.153725174569888,0.0,0.00268702047737818,0.153725174569888,0.0,0.00639893894610222,0.153725174569888,0.0,0.0139128463444666,0.153725174569888,0.0,0.000569382312187416,0.153725174569888,0.0,0.000399106396719762,0.153725174569888,0.0,0.000493775531988887,0.153725174569888,0.0,0.00191428502384618,0.5,0.153725174569888,0.0,0.0175609855943578,0.153725174569888,0.0,0.00378272223406266,0.5,0.153725174569888,0.0,0.00137877457394217,0.153725174569888,0.0,0.00342274846569741,0.153725174569888,0.0,0.00168249493678089,0.153725174569888,0.0,0.00348800006879065,0.153725174569888,0.0,0.00971866487342023,0.153725174569888,0.0,0.0129302922099985,0.153725174569888,0.0,0.00790108177503461,0.5,0.153725174569888,0.0,0.00393861042022522,0,0.0288016121778729,0.224231399013127 -4730,0.5,0.153725174569888,0.0,0.00522760177786863,0.153725174569888,0.0,0.000668650638257134,0.153725174569888,0.0,0.00598431381351401,0.153725174569888,0.0,0.0110177321814861,0.153725174569888,0.0,0.00026150990052233,0.153725174569888,0.0,0.000405904142606441,0.153725174569888,0.0,0.000590018618618289,0.153725174569888,0.0,0.00178131225834027,0.5,0.153725174569888,0.0,0.0142287192722293,0.153725174569888,0.0,0.00386433087158071,0.5,0.153725174569888,0.0,0.000940679886993009,0.153725174569888,0.0,0.00475286111484709,0.153725174569888,0.0,0.00245823912467526,0.153725174569888,0.0,0.00633433432388179,0.153725174569888,0.0,0.0121387514422383,0.153725174569888,0.0,0.0102922411881339,0.153725174569888,0.0,0.00566212259935074,0.5,0.153725174569888,0.0,0.00310329742362435,0,0.0121015438845467,0.315693530583115 -4731,0.5,0.153725174569888,0.0,0.00451299333799284,0.153725174569888,0.0,0.000234996549630526,0.153725174569888,0.0,0.00588909119594011,0.153725174569888,0.0,0.0105536293575997,0.153725174569888,0.0,0.000297814690050607,0.153725174569888,0.0,0.000419178757715999,0.153725174569888,0.0,0.00130871698949393,0.153725174569888,0.0,0.00234875470116926,0.5,0.153725174569888,0.0,0.0131827228992082,0.153725174569888,0.0,0.00390051434531232,0.5,0.153725174569888,0.0,0.000616711477087093,0.153725174569888,0.0,0.00492888835109407,0.153725174569888,0.0,0.00573350588216293,0.153725174569888,0.0,0.0078144385046634,0.153725174569888,0.0,0.0108944702996552,0.153725174569888,0.0,0.00884363651221943,0.153725174569888,0.0,0.00403160695822995,0.5,0.153725174569888,0.0,0.00333639504349073,0,0.00805561479989023,0.403562999012596 -4732,0.5,0.153725174569888,0.0,0.00425066333227133,0.153725174569888,0.0,0.000382852701836619,0.153725174569888,0.0,0.00604268907187559,0.153725174569888,0.0,0.00999562836331737,0.153725174569888,0.0,0.000312884523697216,0.153725174569888,0.0,0.000402648285309701,0.153725174569888,0.0,0.00237056779431289,0.153725174569888,0.0,0.00309534902024771,0.5,0.153725174569888,0.0,0.0131503635208779,0.153725174569888,0.0,0.00415860959055797,0.5,0.153725174569888,0.0,0.000488149292136319,0.153725174569888,0.0,0.00512639630049249,0.153725174569888,0.0,0.00827047721915113,0.153725174569888,0.0,0.00913576786705594,0.153725174569888,0.0,0.00779753031308461,0.153725174569888,0.0,0.00988759879129817,0.153725174569888,0.0,0.00371938709025232,0.5,0.153725174569888,0.0,0.00352359952838375,0,0.00680423790898336,0.480697044659602 -4733,0.5,0.153725174569888,0.00183183981006317,0.00417480639248501,0.153725174569888,7.64335644785307e-05,0.000684267146564096,0.153725174569888,0.0,0.00554215759856369,0.153725174569888,0.000878866144020157,0.00816083136850818,0.153725174569888,0.0,0.00044118503289098,0.153725174569888,0.0,0.000420963780090594,0.153725174569888,0.0,0.00302991931170943,0.153725174569888,0.0,0.00247044602155968,0.5,0.153725174569888,0.0,0.0140303502262384,0.153725174569888,0.0,0.00424572005161175,0.5,0.153725174569888,0.0,0.000668916807497072,0.153725174569888,0.0,0.00515182714666873,0.153725174569888,0.000852299354481043,0.0102965261526886,0.153725174569888,0.0,0.00969999667726021,0.153725174569888,0.0,0.00519027649481699,0.153725174569888,0.0,0.00968027692602716,0.153725174569888,0.0,0.00388483593299148,0.5,0.153725174569888,0.0,0.00321969794209884,0,0.00909088478481907,0.523585282945565 -4734,0.5,0.153725174569888,0.0267699342424835,0.00400989694587532,0.153725174569888,0.0202039980277451,0.000829360548509205,0.153725174569888,0.0166241505879105,0.00468303427800433,0.153725174569888,0.0299058180769811,0.00859538213497021,0.153725174569888,0.0272568768920062,0.000318937694011159,0.153725174569888,0.0264815481969346,0.000173809643996258,0.153725174569888,0.0207345856589505,0.00160710736724186,0.153725174569888,0.0151373098859125,0.00202183877686737,0.5,0.153725174569888,0.0191052711763693,0.0127443107253943,0.153725174569888,0.0319619632971176,0.00398379772903972,0.5,0.153725174569888,0.0277782490831401,0.00102144577183464,0.153725174569888,0.0259576980724569,0.00385550728839645,0.153725174569888,0.0440291289467935,0.0115254877446643,0.153725174569888,0.0303684449666837,0.0103638267222695,0.153725174569888,0.00185711698023158,0.00363147434276997,0.153725174569888,0.0136531271323723,0.00805540750076312,0.153725174569888,0.0378603062364554,0.00283277539983674,0.5,0.153725174569888,0.039525596629257,0.0016853273784526,0,0.0164470985323914,0.450906836070965 -4735,0.5,0.153725174569888,0.0555363148026127,0.00504927629154552,0.153725174569888,0.0888598458255851,0.000810020247867758,0.153725174569888,0.0485889154370912,0.00582395150561395,0.153725174569888,0.0765263009331193,0.011013001061253,0.153725174569888,0.100766618068267,0.000350506213573072,0.153725174569888,0.0942187376857663,3.31928407116597e-05,0.153725174569888,0.084434668815682,0.000558798994093574,0.153725174569888,0.0756709261670319,0.00245741671114376,0.5,0.153725174569888,0.0876851641718449,0.0108433977714239,0.153725174569888,0.10986486470649,0.00211662117062379,0.5,0.153725174569888,0.100936849249882,0.0014195831613007,0.153725174569888,0.100889425470691,0.00208539899615277,0.153725174569888,0.110900547896627,0.0139124349705742,0.153725174569888,0.0961595968335918,0.0111933090006068,0.153725174569888,0.0144602621162588,0.00260561117407511,0.153725174569888,0.0479085442646162,0.00644942260127705,0.153725174569888,0.115262773112724,0.00169763788886899,0.5,0.153725174569888,0.120340488611095,0.000675811470111551,0,0.0197922879450206,0.451138083488048 -4736,0.5,0.153725174569888,0.0947133248674686,0.00764366019091496,0.153725174569888,0.197313314726414,0.000488463741117661,0.153725174569888,0.0860349877293067,0.00916430347380167,0.153725174569888,0.120561887096245,0.0195105100487225,0.153725174569888,0.210757177540968,0.00091253357500382,0.153725174569888,0.204031290014911,0.00024581551061387,0.153725174569888,0.198005092165603,0.00106967564143107,0.153725174569888,0.191282969509905,0.00681327862838209,0.5,0.153725174569888,0.197070417811653,0.0194963154002264,0.153725174569888,0.228856160292538,0.000908371806030782,0.5,0.153725174569888,0.215811388944679,0.00360163592553141,0.153725174569888,0.217331072811582,0.00187719925954412,0.153725174569888,0.206740069959486,0.0218784678364357,0.153725174569888,0.204743527750399,0.0139765405988729,0.153725174569888,0.0607644441949716,0.00220715787601202,0.153725174569888,0.104110796441475,0.0109423377058929,0.153725174569888,0.233019317211306,0.00244180832559595,0.5,0.153725174569888,0.238122235753871,0.000683793546221065,0,0.0152215604774641,0.492523192281802 -4737,0.5,0.153725174569888,0.145056257105278,0.0104271237266155,0.153725174569888,0.338980376295777,1.92079605627425e-05,0.153725174569888,0.132926957287763,0.0164079871603796,0.153725174569888,0.16538938175003,0.0319462397473579,0.153725174569888,0.333311043054227,0.00189352981490584,0.153725174569888,0.327790706248948,0.00121419474498469,0.153725174569888,0.326339398947349,0.00473914169169016,0.153725174569888,0.324412952462521,0.0156254275792195,0.5,0.153725174569888,0.324758457053978,0.0287188773998449,0.153725174569888,0.363419036644784,0.00630971626355782,0.5,0.153725174569888,0.345276512047393,0.00817276265831053,0.153725174569888,0.349470935647692,0.0101667707887222,0.153725174569888,0.288506533243247,0.0323422336551287,0.153725174569888,0.315693610333054,0.0193271632483559,0.153725174569888,0.134795771151452,0.00242446660474241,0.153725174569888,0.196825441088616,0.0190259318604696,0.153725174569888,0.363471383872049,0.00396120984999883,0.5,0.153725174569888,0.372143457802264,0.000897829250495153,0,0.00864126865071196,0.466103354600281 -4738,0.5,0.153725174569888,0.20885901840813,0.0133120045152715,0.153725174569888,0.469093361925643,0.0055626723160968,0.153725174569888,0.203989126148494,0.0292803001979351,0.153725174569888,0.214043432348056,0.0508620780803288,0.153725174569888,0.445026239166909,0.00247356549637899,0.153725174569888,0.461966346710708,0.00319637132324075,0.153725174569888,0.444239032546357,0.00859244854269047,0.153725174569888,0.46421752780863,0.0276498537303228,0.5,0.153725174569888,0.466014787900049,0.0450696037455374,0.153725174569888,0.501778866921111,0.035986668046982,0.5,0.153725174569888,0.482746944518424,0.012808684519774,0.153725174569888,0.487927653772143,0.0314616505617997,0.153725174569888,0.359973332201523,0.04201203355495,0.153725174569888,0.415037126907912,0.025275030679373,0.153725174569888,0.225165567246556,0.00454659099617371,0.153725174569888,0.323881610264013,0.0265647878039159,0.153725174569888,0.497847119377331,0.00594618024656593,0.5,0.153725174569888,0.490249011424243,0.000684915106675192,0,0.00456555003686476,0.333187840605318 -4739,0.5,0.153725174569888,0.285513414168948,0.020801811125109,0.153725174569888,0.57167230736679,0.0139507382565011,0.153725174569888,0.269669972064957,0.0459084126440049,0.153725174569888,0.271149744152898,0.0804342095549984,0.153725174569888,0.557156729672608,0.00149517761838193,0.153725174569888,0.577459716248979,0.00681259407203399,0.153725174569888,0.55046597003981,0.00995671556935998,0.153725174569888,0.576830182264551,0.0381049649505669,0.5,0.153725174569888,0.581721520912434,0.0541557245005218,0.153725174569888,0.60903988004114,0.0727458423910778,0.5,0.153725174569888,0.593353777967413,0.0226428985427487,0.153725174569888,0.594273301681029,0.0598594824527191,0.153725174569888,0.415288395577832,0.0538221219171172,0.153725174569888,0.502251269293368,0.0260125609872088,0.153725174569888,0.345823916678357,0.0076871167275031,0.153725174569888,0.430115188835962,0.0271062026883477,0.153725174569888,0.593100005921824,0.00795492848612348,0.5,0.153725174569888,0.549669471659703,0.00186205524884167,0,0.00438277639820685,0.204916208723491 -4740,0.5,0.153725174569888,0.372095326860317,0.0364363941792889,0.153725174569888,0.633019696514115,0.0103766390969872,0.153725174569888,0.314251298265324,0.0692900356246208,0.153725174569888,0.343727061388347,0.114664699460502,0.153725174569888,0.631308715600728,0.00104384131088891,0.153725174569888,0.654267030178451,0.0137828717202802,0.153725174569888,0.632082336677457,0.0114180147085923,0.153725174569888,0.648712628322463,0.0491014897409574,0.5,0.153725174569888,0.628870809947147,0.0523943133394721,0.153725174569888,0.624794562109403,0.101786545496812,0.5,0.153725174569888,0.624127533967183,0.027352576742525,0.153725174569888,0.633434392236983,0.0774723279523859,0.153725174569888,0.459866041453333,0.0657681313134249,0.153725174569888,0.562743770537107,0.0250985540131823,0.153725174569888,0.421984591212411,0.0126380054538306,0.153725174569888,0.512882435878051,0.0206513954390045,0.153725174569888,0.596839228882533,0.00821803107817291,0.5,0.153725174569888,0.564071039863657,0.00624441308002933,0,0.00801312536938036,0.116622385182204 -4741,0.5,0.153725174569888,0.407043848910717,0.0493370019543035,0.153725174569888,0.660507112370954,0.00863587721662802,0.153725174569888,0.362168780299454,0.093939949396518,0.153725174569888,0.443851184715605,0.125955430716506,0.153725174569888,0.660659562999852,0.0011129974346553,0.153725174569888,0.688716396603062,0.0219466054760774,0.153725174569888,0.664435570354331,0.0143466711891991,0.153725174569888,0.681822254330301,0.0586372656462641,0.5,0.153725174569888,0.65678165659855,0.0468693865400959,0.153725174569888,0.665554054448315,0.120056650574267,0.5,0.153725174569888,0.637981523649469,0.0238945213984971,0.153725174569888,0.670019543299744,0.0863365568670873,0.153725174569888,0.4832775092236,0.0728352812906356,0.153725174569888,0.578435712831373,0.0249391815203727,0.153725174569888,0.484506679624073,0.0198981699400611,0.153725174569888,0.595548119932283,0.0131564011877808,0.153725174569888,0.619855301000786,0.00636899721375612,0.5,0.153725174569888,0.58204896613279,0.0132789816898557,0,0.0127208122515904,0.0815775687439271 -4742,0.5,0.153725174569888,0.402166785756716,0.0523963908184143,0.153725174569888,0.633758941172557,0.00740357722925854,0.153725174569888,0.410972094904795,0.0984643366646278,0.153725174569888,0.487683642206461,0.121232636818163,0.153725174569888,0.648368480917819,0.00258525561173363,0.153725174569888,0.684277872378831,0.0347369995937914,0.153725174569888,0.665733687998672,0.0192085517930043,0.153725174569888,0.67865817548563,0.0706966546342891,0.5,0.153725174569888,0.645858458325336,0.0478641393993311,0.153725174569888,0.655578238876069,0.149663163778105,0.5,0.153725174569888,0.658563434114114,0.0215635616561221,0.153725174569888,0.663151142054522,0.0946842656738106,0.153725174569888,0.480303512460706,0.0777873518646264,0.153725174569888,0.543941083264268,0.0243180242776312,0.153725174569888,0.529190072809117,0.0249417206941351,0.153725174569888,0.595508384044977,0.0103904006038033,0.153725174569888,0.618421606324637,0.00472145020221656,0.5,0.153725174569888,0.563503918268367,0.0174206518349414,0,0.0111481027513346,0.0947977099819943 -4743,0.5,0.153725174569888,0.383696533627864,0.0502465290629358,0.153725174569888,0.534286686605043,0.00727307676770491,0.153725174569888,0.392269959405352,0.0898345503377162,0.153725174569888,0.471628765259005,0.111159400909793,0.153725174569888,0.589113952290384,0.0050732846269528,0.153725174569888,0.639174701397141,0.0489414390381943,0.153725174569888,0.618571953139224,0.0276847007046026,0.153725174569888,0.634647979644092,0.0793642820504087,0.5,0.153725174569888,0.599107559491219,0.0538760222139119,0.153725174569888,0.609776522352484,0.177608475437651,0.5,0.153725174569888,0.592981294056619,0.020161547239574,0.153725174569888,0.612574076826074,0.0999743061525513,0.153725174569888,0.453821062975525,0.0828867557398134,0.153725174569888,0.50147385796923,0.0268558006256671,0.153725174569888,0.524929482625956,0.0254545295537536,0.153725174569888,0.563494394050351,0.0128687198145514,0.153725174569888,0.566795770455036,0.00582932520427996,0.5,0.153725174569888,0.511010998688669,0.0198149360602657,0,0.00742525233148829,0.0942905382922788 -4744,0.5,0.153725174569888,0.331757899288083,0.0475217876479207,0.153725174569888,0.420338145201361,0.00928000227720333,0.153725174569888,0.281866345752569,0.105351467140849,0.153725174569888,0.392107385667677,0.104741253315237,0.153725174569888,0.495403787907821,0.00990108171492586,0.153725174569888,0.544933827575935,0.0743453782671204,0.153725174569888,0.525755845029959,0.0394713082718949,0.153725174569888,0.542250760827704,0.0976602169099499,0.5,0.153725174569888,0.516327098843376,0.0692107919686402,0.153725174569888,0.511926513362938,0.188454812006001,0.5,0.153725174569888,0.503480856102366,0.0302089820870021,0.153725174569888,0.516667292640082,0.104655491418275,0.153725174569888,0.380832980479782,0.0805046150116251,0.153725174569888,0.400217606237505,0.0330587435825363,0.153725174569888,0.476518900914636,0.0241975086323319,0.153725174569888,0.484581311997796,0.0243925388783977,0.153725174569888,0.460250661440498,0.010297947294096,0.5,0.153725174569888,0.434634466081225,0.0235439887136684,0,0.00458161287132126,0.061693008909303 -4745,0.5,0.153725174569888,0.281166355634893,0.0475491084055398,0.153725174569888,0.321583500771085,0.013169875688643,0.153725174569888,0.231634927770022,0.129112823534807,0.153725174569888,0.26993213663414,0.0995603255853222,0.153725174569888,0.361055968445557,0.0163828246500166,0.153725174569888,0.415806106281712,0.0963851004145718,0.153725174569888,0.399905467843871,0.0560304920218635,0.153725174569888,0.413330835736598,0.110567786753821,0.5,0.153725174569888,0.394318137642578,0.0873925392297196,0.153725174569888,0.377294164770182,0.165140462960271,0.5,0.153725174569888,0.379634487384659,0.0400706137505005,0.153725174569888,0.384327592143835,0.0997052761008321,0.153725174569888,0.268578264258741,0.0704719779700857,0.153725174569888,0.271801618694788,0.0429768404832319,0.153725174569888,0.355520986723017,0.020767952867086,0.153725174569888,0.369890311872211,0.0431519579093503,0.153725174569888,0.343590502054372,0.0186246606410205,0.5,0.153725174569888,0.315116143579848,0.02644101545085,0,0.00344705451952699,0.0420959027884105 -4746,0.5,0.153725174569888,0.205499672413113,0.0506957921867151,0.153725174569888,0.181627901626759,0.0244570883540299,0.153725174569888,0.153340856507819,0.134885010965186,0.153725174569888,0.171643757808864,0.0878325337075256,0.153725174569888,0.253293325579636,0.0256570915238917,0.153725174569888,0.286262787412005,0.101139150567352,0.153725174569888,0.273789575684512,0.0594767594462654,0.153725174569888,0.280708090491115,0.107944007953514,0.5,0.153725174569888,0.268560412573982,0.0908292818852357,0.153725174569888,0.24312312794747,0.0621538356809388,0.5,0.153725174569888,0.252321818863723,0.0365135489412682,0.153725174569888,0.252026520813628,0.0536908070815691,0.153725174569888,0.155172792028192,0.0580086002019162,0.153725174569888,0.203181430497948,0.0617239513175103,0.153725174569888,0.225767822421643,0.0198912635705412,0.153725174569888,0.254159726061566,0.0552782870522227,0.153725174569888,0.222987722124384,0.0202246213477348,0.5,0.153725174569888,0.203509486954037,0.0142028688621279,0,0.00287599602593605,0.034339872354457 -4747,0.5,0.153725174569888,0.101036890903564,0.0469810818085731,0.153725174569888,0.0832751087900775,0.0388705373025545,0.153725174569888,0.0753030622893807,0.114390809733587,0.153725174569888,0.0731161448855958,0.05195615416665,0.153725174569888,0.141054622861438,0.0240595122742986,0.153725174569888,0.154580145074443,0.0477045135416364,0.153725174569888,0.143946051099498,0.0229449330229515,0.153725174569888,0.148956974955539,0.0529117558927921,0.5,0.153725174569888,0.140065681636218,0.0462680453021519,0.153725174569888,0.0853268137782428,0.040654160603942,0.5,0.153725174569888,0.120633782459095,0.027941648842797,0.153725174569888,0.123061159248994,0.0394685890624134,0.153725174569888,0.0850938980282101,0.0436227925982655,0.153725174569888,0.122239432196278,0.0728689258891649,0.153725174569888,0.116561895636525,0.0161918379841231,0.153725174569888,0.129365654447548,0.035617435959091,0.153725174569888,0.0948419830022041,0.0243728868768,0.5,0.153725174569888,0.0666015014286432,0.00592820743588279,0,0.00204670695964729,0.0290189639374995 -4748,0.5,0.153725174569888,0.0142436285795286,0.0249795747679481,0.153725174569888,0.0257067056863824,0.0330805851268315,0.153725174569888,0.00966714068316337,0.0798222081157555,0.153725174569888,0.0,0.0360389550593435,0.153725174569888,0.0322868551515077,0.0260524216429614,0.153725174569888,0.0336477173969902,0.031174211776594,0.153725174569888,0.0285816023988575,0.0223245406066747,0.153725174569888,0.0297119491019631,0.0406094154254681,0.5,0.153725174569888,0.0257012460212882,0.0479539830364762,0.153725174569888,0.0,0.0330218431304226,0.5,0.153725174569888,0.0165813462661089,0.0291842798291844,0.153725174569888,0.00518852054920318,0.0366115234017203,0.153725174569888,0.0300209349696331,0.0250091303597693,0.153725174569888,0.0337580894728897,0.0575705022399164,0.153725174569888,0.024486664598687,0.018297196048436,0.153725174569888,0.0222303557595216,0.0538327661470361,0.153725174569888,0.00352195245092633,0.0380655741638951,0.5,0.153725174569888,0.0,0.00597742910218992,0,0.000807780625583634,0.0257699481705382 -4749,0.5,0.153725174569888,0.0,0.0225302248363402,0.153725174569888,0.0,0.0478531652341753,0.153725174569888,0.0,0.0551792022996539,0.153725174569888,0.0,0.0284373854059501,0.153725174569888,0.0,0.03871734719368,0.153725174569888,0.0,0.0310259121746414,0.153725174569888,0.0,0.0177579325292957,0.153725174569888,0.0,0.0398639384473813,0.5,0.153725174569888,0.0,0.0462980315880618,0.153725174569888,0.0,0.0261132399358739,0.5,0.153725174569888,0.0,0.0234867306021658,0.153725174569888,0.0,0.0310237490663424,0.153725174569888,0.0,0.0143305947216093,0.153725174569888,0.0,0.0460459745870238,0.153725174569888,0.0,0.0247511169469976,0.153725174569888,0.0,0.0613207943405743,0.153725174569888,0.0,0.0429575832501963,0.5,0.153725174569888,0.0,0.00644704834674099,0,0.000709783939695698,0.0198530892699022 -4750,0.5,0.153725174569888,0.0,0.0206405488459045,0.153725174569888,0.0,0.0430224065110334,0.153725174569888,0.0,0.0370854696814065,0.153725174569888,0.0,0.0189362938555245,0.153725174569888,0.0,0.0448205367479727,0.153725174569888,0.0,0.0309848818705066,0.153725174569888,0.0,0.0163857217195386,0.153725174569888,0.0,0.0306282621613431,0.5,0.153725174569888,0.0,0.0388599337501403,0.153725174569888,0.0,0.0185586769883671,0.5,0.153725174569888,0.0,0.0179592254192103,0.153725174569888,0.0,0.0232365053472878,0.153725174569888,0.0,0.00965496929783405,0.153725174569888,0.0,0.0444276956666059,0.153725174569888,0.0,0.0191304584809235,0.153725174569888,0.0,0.0545527047075762,0.153725174569888,0.0,0.0455615814939121,0.5,0.153725174569888,0.0,0.00768454637368031,0,0.000791850233605828,0.00972063037716934 -4751,0.5,0.153725174569888,0.0,0.0174444857108597,0.153725174569888,0.0,0.0337024213434592,0.153725174569888,0.0,0.0253777948881854,0.153725174569888,0.0,0.0138049266241507,0.153725174569888,0.0,0.0475989805231961,0.153725174569888,0.0,0.0333048151531446,0.153725174569888,0.0,0.0189619909739593,0.153725174569888,0.0,0.0231977883185272,0.5,0.153725174569888,0.0,0.0352406101725627,0.153725174569888,0.0,0.0147777301621983,0.5,0.153725174569888,0.0,0.0207527020533092,0.153725174569888,0.0,0.0186223583826181,0.153725174569888,0.0,0.00606771649931959,0.153725174569888,0.0,0.0401635754280422,0.153725174569888,0.0,0.0131876716468744,0.153725174569888,0.0,0.0496433420151665,0.153725174569888,0.0,0.0439662845443612,0.5,0.153725174569888,0.0,0.00866151767070744,0,0.00104502635974477,0.00562251547856978 -4752,0.5,0.153725174569888,0.0,0.015997860851205,0.153725174569888,0.0,0.0290167476907731,0.153725174569888,0.0,0.0208310980565577,0.153725174569888,0.0,0.0112387493112649,0.153725174569888,0.0,0.048045990675147,0.153725174569888,0.0,0.0352118980655824,0.153725174569888,0.0,0.0211108222761748,0.153725174569888,0.0,0.0188016745463477,0.5,0.153725174569888,0.0,0.0355678112147755,0.153725174569888,0.0,0.0125963307790571,0.5,0.153725174569888,0.0,0.0254556545907687,0.153725174569888,0.0,0.0157622103601788,0.153725174569888,0.0,0.00415899622019455,0.153725174569888,0.0,0.0340351413476882,0.153725174569888,0.0,0.00857287731883524,0.153725174569888,0.0,0.0398227121152664,0.153725174569888,0.0,0.040369121599537,0.5,0.153725174569888,0.0,0.00901397431005248,0,0.00561106988047867,0.0067702912495642 -4753,0.5,0.153725174569888,0.0,0.0153782422705534,0.153725174569888,0.0,0.0268745913895234,0.153725174569888,0.0,0.0194740300966843,0.153725174569888,0.0,0.0109982702685313,0.153725174569888,0.0,0.0416801380544584,0.153725174569888,0.0,0.0348939758389966,0.153725174569888,0.0,0.0189015509488107,0.153725174569888,0.0,0.016089296286768,0.5,0.153725174569888,0.0,0.0354447839124058,0.153725174569888,0.0,0.0105043503744015,0.5,0.153725174569888,0.0,0.0150857458863338,0.153725174569888,0.0,0.0141464356988909,0.153725174569888,0.0,0.00486391427403931,0.153725174569888,0.0,0.0263548592505421,0.153725174569888,0.0,0.00726123702065657,0.153725174569888,0.0,0.0307830470060468,0.153725174569888,0.0,0.0334960688360143,0.5,0.153725174569888,0.0,0.0103736264274499,0,0.00774123349194376,0.010618851713529 -4754,0.5,0.153725174569888,0.0,0.0149125997086669,0.153725174569888,0.0,0.0252020597903771,0.153725174569888,0.0,0.0201341757087007,0.153725174569888,0.0,0.0115338201368395,0.153725174569888,0.0,0.0340962543752768,0.153725174569888,0.0,0.035620677802908,0.153725174569888,0.0,0.0157114338289722,0.153725174569888,0.0,0.013694563544769,0.5,0.153725174569888,0.0,0.0317791752471242,0.153725174569888,0.0,0.0107615543500843,0.5,0.153725174569888,0.0,0.00938063535263708,0.153725174569888,0.0,0.0123733315636827,0.153725174569888,0.0,0.00649405064659694,0.153725174569888,0.0,0.0199898608536214,0.153725174569888,0.0,0.00727744103874979,0.153725174569888,0.0,0.0241552298875731,0.153725174569888,0.0,0.0260724927628608,0.5,0.153725174569888,0.0,0.0110961228332202,0,0.00683992737663891,0.0144001982191923 -4755,0.5,0.153725174569888,0.0,0.0160013021830327,0.153725174569888,0.0,0.0177009728407688,0.153725174569888,0.0,0.022864709190826,0.153725174569888,0.0,0.0125145578760153,0.153725174569888,0.0,0.0307424668618194,0.153725174569888,0.0,0.0340415640627157,0.153725174569888,0.0,0.0163170518537536,0.153725174569888,0.0,0.0107463027817086,0.5,0.153725174569888,0.0,0.0266432942581294,0.153725174569888,0.0,0.0107880511872033,0.5,0.153725174569888,0.0,0.00683890599685967,0.153725174569888,0.0,0.0111087243749285,0.153725174569888,0.0,0.00795821661930533,0.153725174569888,0.0,0.0169362415727025,0.153725174569888,0.0,0.00891065462276828,0.153725174569888,0.0,0.0202584170407559,0.153725174569888,0.0,0.0195255376076586,0.5,0.153725174569888,0.0,0.0117170259133782,0,0.0115020918390429,0.0201403628089621 -4756,0.5,0.153725174569888,0.0,0.0173132086299635,0.153725174569888,0.0,0.0111580034453645,0.153725174569888,0.0,0.0288203140841236,0.153725174569888,0.0,0.0142655765373439,0.153725174569888,0.0,0.030496714047458,0.153725174569888,0.0,0.0336507534946852,0.153725174569888,0.0,0.0192266344129287,0.153725174569888,0.0,0.00889846582573841,0.5,0.153725174569888,0.0,0.0234691200234435,0.153725174569888,0.0,0.0108825321910923,0.5,0.153725174569888,0.0,0.00650291298255642,0.153725174569888,0.0,0.0126436862971495,0.153725174569888,0.0,0.00855716306015001,0.153725174569888,0.0,0.01615588136712,0.153725174569888,0.0,0.0100310272174842,0.153725174569888,0.0,0.0196080083800334,0.153725174569888,0.0,0.0177177617346938,0.5,0.153725174569888,0.0,0.0127075545145424,0,0.0186960937660201,0.0310186043770839 -4757,0.5,0.153725174569888,0.00230345886460096,0.0145195059272243,0.153725174569888,0.000162960626753289,0.0100239202366221,0.153725174569888,0.0,0.0342122596276271,0.153725174569888,0.0012523063039343,0.0159322897707606,0.153725174569888,0.0,0.0317828268541036,0.153725174569888,0.0,0.0293363493801832,0.153725174569888,0.0,0.0242379299928567,0.153725174569888,0.0,0.00676892568698723,0.5,0.153725174569888,0.0,0.020451844752988,0.153725174569888,0.0,0.0105670108655765,0.5,0.153725174569888,0.0,0.00711990020042054,0.153725174569888,0.0,0.0158953715090672,0.153725174569888,0.000278234367715735,0.00966519109111521,0.153725174569888,9.56669444796454e-06,0.0180768235220556,0.153725174569888,2.59086947583086e-05,0.0113686356186924,0.153725174569888,0.0,0.019157886965574,0.153725174569888,0.0,0.0176168924696405,0.5,0.153725174569888,0.0,0.0139277685574447,0,0.0210379321380557,0.0479732967121234 -4758,0.5,0.153725174569888,0.0532277778403507,0.00992620433146634,0.153725174569888,0.0451821905176804,0.00861375469953683,0.153725174569888,0.0383147138756366,0.0378628266750312,0.153725174569888,0.0412490946406686,0.0180914821226712,0.153725174569888,0.0329691616685545,0.0250288357317037,0.153725174569888,0.0254474561498999,0.025154331136387,0.153725174569888,0.0313950184142408,0.0212530336110825,0.153725174569888,0.0237260299591461,0.00537907278512147,0.5,0.153725174569888,0.0218070545039165,0.0172777462929277,0.153725174569888,0.0312369568706847,0.00823756419374292,0.5,0.153725174569888,0.0266173349118509,0.00764105313298473,0.153725174569888,0.0252919215641326,0.0142290118080794,0.153725174569888,0.0273610933738827,0.0111025278214269,0.153725174569888,0.0368038998145802,0.0171285700619362,0.153725174569888,0.0407647957146759,0.0122602718404458,0.153725174569888,0.0338029213114888,0.0156665334399485,0.153725174569888,0.0367162917318948,0.0142549965203807,0.5,0.153725174569888,0.0394210376747246,0.0107685278797493,0,0.0247220664297199,0.0567034997654862 -4759,0.5,0.153725174569888,0.127912520061303,0.0126396510389416,0.153725174569888,0.115894411573398,0.00927284283685742,0.153725174569888,0.11324142500076,0.0633898393443087,0.153725174569888,0.111091673653521,0.0238410275884673,0.153725174569888,0.101423332572791,0.0249987761310731,0.153725174569888,0.0932467224269966,0.0285252895726783,0.153725174569888,0.101287836274752,0.021576062896544,0.153725174569888,0.0930047315666337,0.00458984638582605,0.5,0.153725174569888,0.092440218140518,0.0168553860738358,0.153725174569888,0.109531116257651,0.0052720346539809,0.5,0.153725174569888,0.0996528129781167,0.00834534121184755,0.153725174569888,0.100838865960004,0.00840135737687689,0.153725174569888,0.0854700679953943,0.0152326259899712,0.153725174569888,0.10517298581509,0.0203769369855558,0.153725174569888,0.113511008328188,0.0163917107806861,0.153725174569888,0.106595062027207,0.0134249794260928,0.153725174569888,0.113924983480435,0.0124625989596396,0.5,0.153725174569888,0.121094745450951,0.0160718330339671,0,0.0256795374546215,0.0563115395252827 -4760,0.5,0.153725174569888,0.234900959921561,0.0219999990535194,0.153725174569888,0.2241539419395,0.0182176524660508,0.153725174569888,0.224611954645228,0.115906506563742,0.153725174569888,0.212797380226788,0.0398330842392371,0.153725174569888,0.212412136405148,0.0499711954192022,0.153725174569888,0.202116450204077,0.0508929425395227,0.153725174569888,0.213709457145832,0.0458064570348533,0.153725174569888,0.203571620446115,0.0097038868591024,0.5,0.153725174569888,0.204040265533475,0.0268173576422847,0.153725174569888,0.228963280270161,0.0107281362293588,0.5,0.153725174569888,0.214239631162458,0.0154558165827106,0.153725174569888,0.217697310354833,0.0160138207315152,0.153725174569888,0.179400506454317,0.01926930708943,0.153725174569888,0.215099716735669,0.0460327698804461,0.153725174569888,0.22844494457372,0.046186958521365,0.153725174569888,0.221811024385091,0.0388055415299981,0.153725174569888,0.23138371889533,0.028442450306771,0.5,0.153725174569888,0.241072092489157,0.0514705966334365,0,0.0198318984578451,0.0560945188732144 -4761,0.5,0.153725174569888,0.357999948378952,0.0251567843877436,0.153725174569888,0.33927778312904,0.0285016024981291,0.153725174569888,0.350815484611224,0.163598394830337,0.153725174569888,0.342190492151432,0.0529038747070757,0.153725174569888,0.334018626416203,0.0868400603638448,0.153725174569888,0.325004390735252,0.126558159616011,0.153725174569888,0.337794146333202,0.135768448813566,0.153725174569888,0.328278422142415,0.0344201937091986,0.5,0.153725174569888,0.330785551991016,0.0516595235372061,0.153725174569888,0.363788012201793,0.0180735857375144,0.5,0.153725174569888,0.343255914078084,0.0525395584325923,0.153725174569888,0.350041643053208,0.0384838197491502,0.153725174569888,0.287600727268511,0.0147664605970462,0.153725174569888,0.334171297898926,0.0591924704149832,0.153725174569888,0.352799954611426,0.0872995151670462,0.153725174569888,0.348669249637906,0.108069857011361,0.153725174569888,0.361557945205025,0.0557799210144881,0.5,0.153725174569888,0.376136812883157,0.0972316457540268,0,0.00943500847529446,0.0644687124894486 -4762,0.5,0.153725174569888,0.489772256552701,0.0352663995286709,0.153725174569888,0.461120682526903,0.0317889277359683,0.153725174569888,0.485577729419393,0.218542178975312,0.153725174569888,0.484104263503832,0.0657922620879901,0.153725174569888,0.466196049910113,0.148059055461213,0.153725174569888,0.459506454168088,0.184128377039039,0.153725174569888,0.472937319928918,0.225160786144878,0.153725174569888,0.464393315114799,0.0656251292926342,0.5,0.153725174569888,0.46836781544745,0.0911190569486252,0.153725174569888,0.502067008137674,0.0247417347750659,0.5,0.153725174569888,0.480303073943569,0.0717542774602667,0.153725174569888,0.489078067411944,0.065176168918538,0.153725174569888,0.396291228827109,0.00812142792200334,0.153725174569888,0.462454036444955,0.067607999369992,0.153725174569888,0.485993954910016,0.13749149663457,0.153725174569888,0.484522109540496,0.135765592437959,0.153725174569888,0.496274177137459,0.0704121030207008,0.5,0.153725174569888,0.510558279479696,0.127139682509558,0,0.00207770263133745,0.0965081882487359 -4763,0.5,0.153725174569888,0.593782758651706,0.0651439940044166,0.153725174569888,0.559859283009531,0.0319738170334194,0.153725174569888,0.595567921799748,0.25477853764651,0.153725174569888,0.593500515425278,0.0836701748880899,0.153725174569888,0.583271133118465,0.195548883085455,0.153725174569888,0.576058030405217,0.231356937198789,0.153725174569888,0.587632983135425,0.256400109342872,0.153725174569888,0.580313062873947,0.0982898216231533,0.5,0.153725174569888,0.583815629765248,0.146303369571669,0.153725174569888,0.611072366946717,0.0382832015607971,0.5,0.153725174569888,0.592204160945415,0.0927253238643349,0.153725174569888,0.601081984724253,0.0793895810975739,0.153725174569888,0.487353522969431,0.00324574810744468,0.153725174569888,0.578400330449754,0.0769818659929924,0.153725174569888,0.595583826638428,0.175185915968469,0.153725174569888,0.596203232278414,0.146509629398629,0.153725174569888,0.602662488040721,0.0723934961469412,0.5,0.153725174569888,0.613319042997052,0.166916842789516,0,0.000482466221562341,0.114491906234771 -4764,0.5,0.153725174569888,0.647379485179716,0.10399941373446,0.153725174569888,0.58594154184063,0.0465952912276721,0.153725174569888,0.657155882782662,0.252138595915031,0.153725174569888,0.64894050548216,0.0932296832435382,0.153725174569888,0.656551369860271,0.221815113095073,0.153725174569888,0.650329342925459,0.245848725125968,0.153725174569888,0.65843475818933,0.274356530534323,0.153725174569888,0.653540634985339,0.120178922044509,0.5,0.153725174569888,0.656193538198763,0.177372187701043,0.153725174569888,0.675341843630964,0.0634965885663231,0.5,0.153725174569888,0.660380126397789,0.120055748358075,0.153725174569888,0.668705755980712,0.0982021022604607,0.153725174569888,0.534603517301038,0.00164846947447472,0.153725174569888,0.649881653430208,0.0871813678840181,0.153725174569888,0.661610456247529,0.225683806052061,0.153725174569888,0.663666032714919,0.161200410888629,0.153725174569888,0.660988416690818,0.08177020559418,0.5,0.153725174569888,0.66988367670499,0.21911065191712,0,0.000223255474728703,0.139897988642838 -4765,0.5,0.153725174569888,0.660558222637882,0.125385295615042,0.153725174569888,0.63870470439225,0.064515692470212,0.153725174569888,0.676289416170754,0.233250063948795,0.153725174569888,0.672330682958909,0.103694027092243,0.153725174569888,0.687596912684738,0.238013114119529,0.153725174569888,0.680508672743605,0.243266167229271,0.153725174569888,0.673562315767489,0.263209205864766,0.153725174569888,0.684094314785553,0.120847479209865,0.5,0.153725174569888,0.685719869492584,0.18337170922397,0.153725174569888,0.7001109142458,0.0818769535736825,0.5,0.153725174569888,0.685822134950723,0.172145690054917,0.153725174569888,0.695073132855146,0.129920686880098,0.153725174569888,0.577332409692411,0.00166967344689965,0.153725174569888,0.674319825641613,0.100302148565539,0.153725174569888,0.686700303890726,0.249036578699987,0.153725174569888,0.682727766980897,0.141512426342203,0.153725174569888,0.669826923907554,0.0935592892872046,0.5,0.153725174569888,0.687667424149671,0.231105219041416,0,2.23914338767889e-05,0.160928006835822 -4766,0.5,0.153725174569888,0.645546252126452,0.139688026990022,0.153725174569888,0.644805434167062,0.0685216669007564,0.153725174569888,0.655795755028995,0.235698323243498,0.153725174569888,0.661224963451118,0.118479091546284,0.153725174569888,0.679631982835919,0.245284876080207,0.153725174569888,0.675653661571626,0.221103441648651,0.153725174569888,0.658921959108395,0.230485103113654,0.153725174569888,0.66316255651981,0.113559312952469,0.5,0.153725174569888,0.675566271730343,0.181373881561764,0.153725174569888,0.683823381918609,0.0821960093814389,0.5,0.153725174569888,0.667212312233665,0.203244665790833,0.153725174569888,0.681845329164241,0.140552226997269,0.153725174569888,0.614672107806,0.00259350211267293,0.153725174569888,0.667908690957418,0.114040246690028,0.153725174569888,0.669092878845306,0.245393195443833,0.153725174569888,0.652848896843694,0.106545692966897,0.153725174569888,0.645987435553035,0.0986158389574351,0.5,0.153725174569888,0.664884204411415,0.211794559673478,0,0.00176250890700058,0.168822647107661 -4767,0.5,0.153725174569888,0.580287138191576,0.151608325381766,0.153725174569888,0.583222809994011,0.0766030683237285,0.153725174569888,0.596183069402717,0.250421668999889,0.153725174569888,0.597669388069384,0.131483074955766,0.153725174569888,0.629863985138795,0.24046167039575,0.153725174569888,0.628671562155482,0.188585161345884,0.153725174569888,0.612957325520963,0.183922524922153,0.153725174569888,0.615041893710227,0.114728320952015,0.5,0.153725174569888,0.62470476303466,0.184731794356463,0.153725174569888,0.62583749807713,0.0800683892853286,0.5,0.153725174569888,0.617714895009885,0.191778205792861,0.153725174569888,0.629919367871308,0.128275125864346,0.153725174569888,0.559547977328474,0.00407673618879486,0.153725174569888,0.618375243030999,0.132116924097022,0.153725174569888,0.614772211712402,0.236627038806776,0.153725174569888,0.597873087253498,0.0841454569335896,0.153725174569888,0.596764115065773,0.0995129618035313,0.5,0.153725174569888,0.602728335424602,0.194040118378232,0,0.0125960560964099,0.185389270699283 -4768,0.5,0.153725174569888,0.475310308427951,0.168725492055606,0.153725174569888,0.488021480396994,0.0828456047569456,0.153725174569888,0.496165841606133,0.224252562205305,0.153725174569888,0.48768159101597,0.145293255642743,0.153725174569888,0.531488312634135,0.225377603500818,0.153725174569888,0.534468375382204,0.177345951696302,0.153725174569888,0.516539638131152,0.155177955361461,0.153725174569888,0.524948045870685,0.123505465581016,0.5,0.153725174569888,0.532595764782471,0.186116479372934,0.153725174569888,0.519934386960429,0.074367064221546,0.5,0.153725174569888,0.520672668434246,0.157898541304115,0.153725174569888,0.528470631590143,0.105477659469322,0.153725174569888,0.470652113918336,0.00694609058105585,0.153725174569888,0.520597438245685,0.149114486414753,0.153725174569888,0.511258834260632,0.234771360173326,0.153725174569888,0.49968336618555,0.0677851952739027,0.153725174569888,0.49863114112739,0.0912830904571659,0.5,0.153725174569888,0.491879207003575,0.185797526822844,0,0.03634292808213,0.208935310372663 -4769,0.5,0.153725174569888,0.349301721079358,0.18116444746173,0.153725174569888,0.345568612410689,0.0896472705980051,0.153725174569888,0.367281130977548,0.217105563172169,0.153725174569888,0.354256331217231,0.144249773691522,0.153725174569888,0.401652248360807,0.210527015289132,0.153725174569888,0.406628026932436,0.167832363716094,0.153725174569888,0.389674710574816,0.123767941887317,0.153725174569888,0.405090755949843,0.13413933403042,0.5,0.153725174569888,0.403804854439553,0.178492569674037,0.153725174569888,0.38133311046047,0.066264521591543,0.5,0.153725174569888,0.388795634088929,0.115053955650747,0.153725174569888,0.391857285805267,0.0757005662202842,0.153725174569888,0.356105188127945,0.0149032477071417,0.153725174569888,0.391619930325344,0.165355856374463,0.153725174569888,0.382889831699612,0.22718309673274,0.153725174569888,0.375752061104939,0.0571246153364906,0.153725174569888,0.366434222962858,0.0738210689199596,0.5,0.153725174569888,0.354975809758364,0.161463987911624,0,0.0718642855489509,0.231127645583671 -4770,0.5,0.153725174569888,0.227565389789598,0.174797805195982,0.153725174569888,0.23651538296996,0.0873620574782163,0.153725174569888,0.23866986288393,0.176330971903828,0.153725174569888,0.225613429648487,0.101028163640264,0.153725174569888,0.275305565359632,0.154776290552499,0.153725174569888,0.280445909420068,0.121217597695164,0.153725174569888,0.264058621547698,0.062638631088186,0.153725174569888,0.277991923578407,0.0914599823715187,0.5,0.153725174569888,0.272230069480532,0.0914759611201775,0.153725174569888,0.245995773049452,0.0254733348537294,0.5,0.153725174569888,0.255141448827906,0.0453787255309562,0.153725174569888,0.256530665721311,0.0254087068831394,0.153725174569888,0.244953365051682,0.028713563922094,0.153725174569888,0.270084646247152,0.168045228679825,0.153725174569888,0.256512970261901,0.175199992411262,0.153725174569888,0.248805461560135,0.0281776864949319,0.153725174569888,0.238154398189699,0.0279073047635918,0.5,0.153725174569888,0.224626709619856,0.0600138489764077,0,0.129141740019821,0.276890957530045 -4771,0.5,0.153725174569888,0.102258969800685,0.12285929772717,0.153725174569888,0.124704143662952,0.0352416515127008,0.153725174569888,0.108730443180613,0.106780347600718,0.153725174569888,0.0715189834371214,0.0462293885926493,0.153725174569888,0.146230380955305,0.0768332788743145,0.153725174569888,0.150786995779714,0.0689888409160127,0.153725174569888,0.138021538957763,0.0665131581760709,0.153725174569888,0.147236618796335,0.0417452121638834,0.5,0.153725174569888,0.140829294224768,0.0345095355856937,0.153725174569888,0.0816936649378329,0.0259463741895551,0.5,0.153725174569888,0.125586851723406,0.0564575033343729,0.153725174569888,0.123139018808276,0.0224791667609487,0.153725174569888,0.129169167798576,0.040835003290962,0.153725174569888,0.143396550917854,0.139168717754841,0.153725174569888,0.130495134337661,0.094802287131008,0.153725174569888,0.126986219657397,0.0381478474246846,0.153725174569888,0.0970519908320266,0.0330553546405839,0.5,0.153725174569888,0.0667808248884323,0.0397371304449326,0,0.194628490136301,0.357392261779172 -4772,0.5,0.153725174569888,0.0130450166969482,0.108399930204233,0.153725174569888,0.0268852729169048,0.0372635706007404,0.153725174569888,0.00994598136313151,0.114053479939942,0.153725174569888,0.0,0.0500103812445736,0.153725174569888,0.0315569692544133,0.120660671597248,0.153725174569888,0.0319365191065286,0.0880361457286335,0.153725174569888,0.0272450531025967,0.112692964733262,0.153725174569888,0.0289119692016069,0.0431030803783402,0.5,0.153725174569888,0.0256234216142951,0.0288432118156805,0.153725174569888,0.0,0.0280725523985317,0.5,0.153725174569888,0.0117430729922953,0.0540505230012233,0.153725174569888,0.0041766374213319,0.0257922030575166,0.153725174569888,0.03209316324898,0.0558911440974306,0.153725174569888,0.0328999323560169,0.137882583314536,0.153725174569888,0.0242588343037113,0.102283453382392,0.153725174569888,0.022176457089755,0.0615892189255268,0.153725174569888,0.0021513128922976,0.0409778999632137,0.5,0.153725174569888,0.0,0.0356557212812914,0,0.216143458389727,0.441557777519213 -4773,0.5,0.153725174569888,0.0,0.119605707110269,0.153725174569888,0.0,0.0496871825653807,0.153725174569888,0.0,0.108931209267337,0.153725174569888,0.0,0.049901256302043,0.153725174569888,0.0,0.161768201210708,0.153725174569888,0.0,0.101864148524848,0.153725174569888,0.0,0.149165928610471,0.153725174569888,0.0,0.045254494527105,0.5,0.153725174569888,0.0,0.0307026793920339,0.153725174569888,0.0,0.0230908018867488,0.5,0.153725174569888,0.0,0.0482240634679418,0.153725174569888,0.0,0.0277123581401751,0.153725174569888,0.0,0.101129061865103,0.153725174569888,0.0,0.146769342795049,0.153725174569888,0.0,0.120020024201367,0.153725174569888,0.0,0.0791400075008814,0.153725174569888,0.0,0.0452894548448532,0.5,0.153725174569888,0.0,0.0337844613861293,0,0.204996677398079,0.477472820235 -4774,0.5,0.153725174569888,0.0,0.109500446544304,0.153725174569888,0.0,0.0615335409871923,0.153725174569888,0.0,0.0860161448606701,0.153725174569888,0.0,0.0448366479320693,0.153725174569888,0.0,0.170982700096514,0.153725174569888,0.0,0.10405433583919,0.153725174569888,0.0,0.153283305033924,0.153725174569888,0.0,0.0432359412210334,0.5,0.153725174569888,0.0,0.0311348972890145,0.153725174569888,0.0,0.0158033013554967,0.5,0.153725174569888,0.0,0.029447470404916,0.153725174569888,0.0,0.031502425629937,0.153725174569888,0.0,0.125214821097809,0.153725174569888,0.0,0.145726420380312,0.153725174569888,0.0,0.126577180807507,0.153725174569888,0.0,0.083631838372486,0.153725174569888,0.0,0.0437165130005255,0.5,0.153725174569888,0.0,0.0303409368751725,0,0.16732317116958,0.468048075278116 -4775,0.5,0.153725174569888,0.0,0.091914628048213,0.153725174569888,0.0,0.0793886023430315,0.153725174569888,0.0,0.0684032867785713,0.153725174569888,0.0,0.0435729536390971,0.153725174569888,0.0,0.162318494642855,0.153725174569888,0.0,0.100007633589158,0.153725174569888,0.0,0.150067881789098,0.153725174569888,0.0,0.0393507183948132,0.5,0.153725174569888,0.0,0.0290388188278724,0.153725174569888,0.0,0.0127610621994157,0.5,0.153725174569888,0.0,0.0238169909007406,0.153725174569888,0.0,0.0325767417259041,0.153725174569888,0.0,0.125611986272703,0.153725174569888,0.0,0.129502348484881,0.153725174569888,0.0,0.128157160393624,0.153725174569888,0.0,0.0735762007547425,0.153725174569888,0.0,0.0456480949081349,0.5,0.153725174569888,0.0,0.0324810456057147,0,0.149998568725326,0.449530291874753 -4776,0.5,0.153725174569888,0.0,0.0776043491565079,0.153725174569888,0.0,0.112107044920031,0.153725174569888,0.0,0.0570070723991222,0.153725174569888,0.0,0.0432867949352708,0.153725174569888,0.0,0.154077078057689,0.153725174569888,0.0,0.0950942323909769,0.153725174569888,0.0,0.148560542414943,0.153725174569888,0.0,0.0355128587465153,0.5,0.153725174569888,0.0,0.0253049918658625,0.153725174569888,0.0,0.0127880051624755,0.5,0.153725174569888,0.0,0.0257594405629166,0.153725174569888,0.0,0.0341918468430843,0.153725174569888,0.0,0.118318579690971,0.153725174569888,0.0,0.110965072979382,0.153725174569888,0.0,0.126837703546222,0.153725174569888,0.0,0.0640260027442967,0.153725174569888,0.0,0.046684430271202,0.5,0.153725174569888,0.0,0.040173256473413,0,0.142492029031936,0.43297475849337 -4777,0.5,0.153725174569888,0.0,0.0664883305459476,0.153725174569888,0.0,0.13017805819376,0.153725174569888,0.0,0.0489845670896883,0.153725174569888,0.0,0.0412749963428709,0.153725174569888,0.0,0.153738029956056,0.153725174569888,0.0,0.0893391731213407,0.153725174569888,0.0,0.134081244385384,0.153725174569888,0.0,0.0325491565016138,0.5,0.153725174569888,0.0,0.0208022718036826,0.153725174569888,0.0,0.0155592294752174,0.5,0.153725174569888,0.0,0.0293914597369622,0.153725174569888,0.0,0.0359320422434905,0.153725174569888,0.0,0.117969965706569,0.153725174569888,0.0,0.107858713160905,0.153725174569888,0.0,0.124905942492777,0.153725174569888,0.0,0.0552934516556334,0.153725174569888,0.0,0.0469111392126284,0.5,0.153725174569888,0.0,0.043242281240975,0,0.131711059625511,0.402427861453812 -4778,0.5,0.153725174569888,0.0,0.0573254455974089,0.153725174569888,0.0,0.125013529743194,0.153725174569888,0.0,0.0434045929146927,0.153725174569888,0.0,0.0359606242805926,0.153725174569888,0.0,0.157423715350274,0.153725174569888,0.0,0.0828467042630326,0.153725174569888,0.0,0.116977728586959,0.153725174569888,0.0,0.0356106469257248,0.5,0.153725174569888,0.0,0.0214292668214242,0.153725174569888,0.0,0.0198542308455551,0.5,0.153725174569888,0.0,0.034029692817147,0.153725174569888,0.0,0.0363538194098635,0.153725174569888,0.0,0.121929329991611,0.153725174569888,0.0,0.126785403596125,0.153725174569888,0.0,0.121995979296741,0.153725174569888,0.0,0.0444878895442673,0.153725174569888,0.0,0.0474555645767075,0.5,0.153725174569888,0.0,0.0434833303889173,0,0.10897395556678,0.379220603556675 -4779,0.5,0.153725174569888,0.0,0.0493000467769638,0.153725174569888,0.0,0.112658301127984,0.153725174569888,0.0,0.0384573125604085,0.153725174569888,0.0,0.0320094943229175,0.153725174569888,0.0,0.160605643887783,0.153725174569888,0.0,0.0778816209836018,0.153725174569888,0.0,0.112736110524404,0.153725174569888,0.0,0.0470348734689846,0.5,0.153725174569888,0.0,0.0251637467630062,0.153725174569888,0.0,0.0202488121632657,0.5,0.153725174569888,0.0,0.0363342954790025,0.153725174569888,0.0,0.0410067081963705,0.153725174569888,0.0,0.11640486748253,0.153725174569888,0.0,0.150680394941321,0.153725174569888,0.0,0.121520973821911,0.153725174569888,0.0,0.0384418591483555,0.153725174569888,0.0,0.0467935300705125,0.5,0.153725174569888,0.0,0.0451797938904694,0,0.0919520342106524,0.312349585289497 -4780,0.5,0.153725174569888,0.0,0.0444427096270567,0.153725174569888,0.0,0.113334112041406,0.153725174569888,0.0,0.0360014996260597,0.153725174569888,0.0,0.0308877443104307,0.153725174569888,0.0,0.162370821845169,0.153725174569888,0.0,0.0779715703601676,0.153725174569888,0.0,0.108532784537902,0.153725174569888,0.0,0.0550253258650737,0.5,0.153725174569888,0.0,0.0288059449384004,0.153725174569888,0.0,0.0184363856604168,0.5,0.153725174569888,0.0,0.0433291483601173,0.153725174569888,0.0,0.0442711142539777,0.153725174569888,0.0,0.106448057722041,0.153725174569888,0.0,0.169214691114222,0.153725174569888,0.0,0.121910037031058,0.153725174569888,0.0,0.0374047115697568,0.153725174569888,0.0,0.0453455483026505,0.5,0.153725174569888,0.0,0.0426362989571267,0,0.0858732879543824,0.216708457023062 -4781,0.5,0.153725174569888,0.0021969972934034,0.0434013397778981,0.153725174569888,2.03912264677435e-05,0.113499659756894,0.153725174569888,0.0,0.0337796356487701,0.153725174569888,0.001167081914366,0.0295616847736262,0.153725174569888,0.0,0.170068332981858,0.153725174569888,0.0,0.0829775977522212,0.153725174569888,0.0,0.108571513224212,0.153725174569888,0.0,0.0688831128720958,0.5,0.153725174569888,0.0,0.0310477171293654,0.153725174569888,0.0,0.0199420974975493,0.5,0.153725174569888,0.0,0.0506219696131217,0.153725174569888,0.0,0.0505169557326904,0.153725174569888,0.000312999345492397,0.100209588327936,0.153725174569888,1.36773973686325e-06,0.182647213683648,0.153725174569888,6.84929824600331e-06,0.121318203629961,0.153725174569888,0.0,0.0378048266283373,0.153725174569888,0.0,0.0433971559771347,0.5,0.153725174569888,0.0,0.0380355982564678,0,0.082143248498548,0.163282729217637 -4782,0.5,0.153725174569888,0.0553429285690331,0.0404209756977156,0.153725174569888,0.0449553825057163,0.0955421682601751,0.153725174569888,0.0426770173751115,0.0282805813313169,0.153725174569888,0.0531214531027105,0.0271242529251206,0.153725174569888,0.0312431394217621,0.152855142871638,0.153725174569888,0.0237863960448122,0.0831810474520968,0.153725174569888,0.0298523135658314,0.0866901258185667,0.153725174569888,0.0225125732304185,0.0612114656485354,0.5,0.153725174569888,0.0210312739383759,0.031669631947885,0.153725174569888,0.0311448571221795,0.0169240895392925,0.5,0.153725174569888,0.0263930441229372,0.0378739521013282,0.153725174569888,0.0245322107584945,0.0428147602749701,0.153725174569888,0.0444211645894724,0.0825774192322552,0.153725174569888,0.0360571831934871,0.168053693720693,0.153725174569888,0.0394210308936245,0.107573360342747,0.153725174569888,0.0325370806475865,0.0319557167706002,0.153725174569888,0.0360038655467015,0.0316920059736002,0.5,0.153725174569888,0.039177235329428,0.0253655915456784,0,0.0826700908544418,0.162193107706032 -4783,0.5,0.153725174569888,0.136090999852749,0.0594174322202032,0.153725174569888,0.117554533799772,0.150792768717393,0.153725174569888,0.120003080448101,0.0350935494128969,0.153725174569888,0.136645256137393,0.0330976241331004,0.153725174569888,0.099140355089144,0.191294778883167,0.153725174569888,0.0909423815331162,0.0941315971589929,0.153725174569888,0.0993306803828231,0.0868911030860826,0.153725174569888,0.0919723398385895,0.0621853364145111,0.5,0.153725174569888,0.092466483084369,0.0288897603329957,0.153725174569888,0.109782910597552,0.0123687704278944,0.5,0.153725174569888,0.100662131731809,0.0374755325096008,0.153725174569888,0.100540555500696,0.0350303489264747,0.153725174569888,0.115065747376949,0.102704167885949,0.153725174569888,0.104571449932626,0.227511116174192,0.153725174569888,0.111906665373511,0.15602048325033,0.153725174569888,0.105225235006661,0.0300444497504815,0.153725174569888,0.11358745169653,0.0263180396731785,0.5,0.153725174569888,0.121413696067691,0.02735774856318,0,0.0940073264792082,0.212315168299414 -4784,0.5,0.153725174569888,0.255117289337428,0.117865099177018,0.153725174569888,0.23256185023691,0.244254280009704,0.153725174569888,0.237870079540471,0.0830901000006331,0.153725174569888,0.256767092258675,0.0622493107873415,0.153725174569888,0.209233902278431,0.344722403681934,0.153725174569888,0.198977706606375,0.147367663494343,0.153725174569888,0.210755210357783,0.138410939100994,0.153725174569888,0.202727794864401,0.119025672132306,0.5,0.153725174569888,0.205031364752626,0.0507672942038284,0.153725174569888,0.229627054002709,0.0248998561644922,0.5,0.153725174569888,0.21657241644569,0.113795949431224,0.153725174569888,0.217793225138499,0.0700623495943957,0.153725174569888,0.228505567363047,0.18335696776567,0.153725174569888,0.215957076920859,0.366420803404674,0.153725174569888,0.226492864422054,0.270668630509956,0.153725174569888,0.219889382616991,0.0612720020942457,0.153725174569888,0.23157494502544,0.0599048800812728,0.5,0.153725174569888,0.24195475676375,0.0802268280531892,0,0.119998208594347,0.304537763566602 -4785,0.5,0.153725174569888,0.381151781904113,0.180219945309726,0.153725174569888,0.355011047906611,0.441099642917636,0.153725174569888,0.366161687183437,0.156464551692533,0.153725174569888,0.386650145869045,0.108920334545002,0.153725174569888,0.330954453016825,0.506063354364895,0.153725174569888,0.320804970538258,0.250321364928382,0.153725174569888,0.334153631236139,0.299674827302069,0.153725174569888,0.328353507758611,0.35211196834731,0.5,0.153725174569888,0.333123317007445,0.150849414210569,0.153725174569888,0.364739810303309,0.0484117552036973,0.5,0.153725174569888,0.346880403585966,0.30305894175823,0.153725174569888,0.350447249851926,0.121857890485516,0.153725174569888,0.350234089578803,0.286150862496599,0.153725174569888,0.337541984769936,0.51943736330147,0.153725174569888,0.350541487785786,0.429829083647467,0.153725174569888,0.346393834525127,0.157255478875061,0.153725174569888,0.362521888452766,0.172559168490583,0.5,0.153725174569888,0.377556215949242,0.18608876649709,0,0.161473784892119,0.402205976630076 -4786,0.5,0.153725174569888,0.512563418678868,0.253797016870216,0.153725174569888,0.486247464937613,0.679795882442897,0.153725174569888,0.500302988710887,0.238431918537059,0.153725174569888,0.518132657843904,0.145621726614768,0.153725174569888,0.463356379900464,0.627462226004796,0.153725174569888,0.454074314033241,0.361419859851326,0.153725174569888,0.468308149753179,0.472271628868928,0.153725174569888,0.465727525015872,0.487187771591313,0.5,0.153725174569888,0.471828503026804,0.228114656024062,0.153725174569888,0.503215356253124,0.0876774893757164,0.5,0.153725174569888,0.484961736835161,0.358941331072576,0.153725174569888,0.489469858805613,0.152422545224594,0.153725174569888,0.481609831904245,0.406089513476413,0.153725174569888,0.469404146336972,0.655356082921592,0.153725174569888,0.48351659307227,0.61446184322988,0.153725174569888,0.481835048572426,0.248173253033066,0.153725174569888,0.498000537941795,0.267583365128483,0.5,0.153725174569888,0.512599704378652,0.289944610653329,0,0.20501935752901,0.492880847344677 -4787,0.5,0.153725174569888,0.615540056425446,0.323048599028916,0.153725174569888,0.595104128836987,0.821795703340555,0.153725174569888,0.607194319671463,0.326483160206289,0.153725174569888,0.618056872038496,0.203387403316169,0.153725174569888,0.577204510962894,0.742648079361294,0.153725174569888,0.569991507710449,0.518856180380053,0.153725174569888,0.582128362084982,0.548406501594974,0.153725174569888,0.582683938729115,0.577908175434813,0.5,0.153725174569888,0.587316483099566,0.301561838901259,0.153725174569888,0.612181723924518,0.132098078280724,0.5,0.153725174569888,0.596733882103784,0.402341537099579,0.153725174569888,0.60095457971784,0.172231465213033,0.153725174569888,0.5928978888007,0.551329718447768,0.153725174569888,0.582866796246542,0.774720284895841,0.153725174569888,0.593718385688504,0.738148355403927,0.153725174569888,0.593250762364416,0.353845579338281,0.153725174569888,0.605353204556672,0.335093730888258,0.5,0.153725174569888,0.616181424242257,0.376583028198691,0,0.24977490479423,0.569154750929566 -4788,0.5,0.153725174569888,0.673633583910214,0.36436500234682,0.153725174569888,0.660408422840179,0.900525011983908,0.153725174569888,0.669875394118415,0.377088540001876,0.153725174569888,0.674737690320862,0.226990795484283,0.153725174569888,0.648633311845979,0.828187265161139,0.153725174569888,0.644364159643434,0.684070177379343,0.153725174569888,0.653197411050513,0.632147242041619,0.153725174569888,0.656473725446657,0.663509454005183,0.5,0.153725174569888,0.658939540598081,0.370080167810918,0.153725174569888,0.676146408936603,0.170685277839065,0.5,0.153725174569888,0.66419728532865,0.475877463057946,0.153725174569888,0.667972997942862,0.199994338032874,0.153725174569888,0.660719263537364,0.680391672826794,0.153725174569888,0.653621869509399,0.839237114451966,0.153725174569888,0.660559308022783,0.77493623395798,0.153725174569888,0.6610932102539,0.443457409769844,0.153725174569888,0.668730591261457,0.38458541948927,0.5,0.153725174569888,0.67519588397797,0.433279335839537,0,0.311277002596156,0.6658089923885 -4789,0.5,0.153725174569888,0.692185169541835,0.380514466856855,0.153725174569888,0.68558333887469,0.8891727546895,0.153725174569888,0.692722090711085,0.387682839385933,0.153725174569888,0.691608667973228,0.232408939746345,0.153725174569888,0.678843877078733,0.871001603147119,0.153725174569888,0.677243190743179,0.782961759519022,0.153725174569888,0.683382839356555,0.696744483997851,0.153725174569888,0.688433567658444,0.747340764975775,0.5,0.153725174569888,0.689469425179223,0.408918597121804,0.153725174569888,0.700608052137266,0.196356260950244,0.5,0.153725174569888,0.691736418181252,0.539772931667391,0.153725174569888,0.695223665346572,0.212954986597612,0.153725174569888,0.687843476862259,0.731842921436586,0.153725174569888,0.682834600014447,0.849438303927559,0.153725174569888,0.687078507447787,0.76253464289244,0.153725174569888,0.688932572583024,0.529137615133197,0.153725174569888,0.692737920024112,0.415215528234841,0.5,0.153725174569888,0.694988105464879,0.450938867126536,0,0.365282319035674,0.739846817334139 -4790,0.5,0.153725174569888,0.672030152888425,0.391005353680123,0.153725174569888,0.6727581141429,0.85632391504834,0.153725174569888,0.675809934674443,0.387223972508274,0.153725174569888,0.669213332084705,0.247378871279843,0.153725174569888,0.670977973170588,0.890649335281741,0.153725174569888,0.671692032808207,0.850240974055884,0.153725174569888,0.674707932969907,0.746541052133854,0.153725174569888,0.68096304938906,0.795939213406771,0.5,0.153725174569888,0.679307422466741,0.444123887793062,0.153725174569888,0.683989692256905,0.188967597714023,0.5,0.153725174569888,0.678693493981344,0.529708627840424,0.153725174569888,0.681608631284572,0.209123906653126,0.153725174569888,0.677039496724383,0.755494563352035,0.153725174569888,0.673799835682787,0.830512688130301,0.153725174569888,0.674569977728336,0.724648906070417,0.153725174569888,0.677282592224825,0.56011380278303,0.153725174569888,0.676606950248601,0.410799436580018,0.5,0.153725174569888,0.674369095435097,0.434618141671651,0,0.404325405128435,0.783691804026701 -4791,0.5,0.153725174569888,0.606116091303135,0.403457674694301,0.153725174569888,0.616664165052877,0.832517983432398,0.153725174569888,0.615283673802935,0.389656861549464,0.153725174569888,0.601840955097511,0.256996098266923,0.153725174569888,0.622436396021684,0.90210984668537,0.153725174569888,0.626486631030715,0.878935295313967,0.153725174569888,0.625003586028656,0.762742228848088,0.153725174569888,0.632652312746837,0.79775441012497,0.5,0.153725174569888,0.624432284699985,0.489041794108476,0.153725174569888,0.626177449234281,0.198096662151317,0.5,0.153725174569888,0.624873464641304,0.475298130020998,0.153725174569888,0.626919287363628,0.195253934232844,0.153725174569888,0.622559568764591,0.778959985605756,0.153725174569888,0.623189066165033,0.81198756327638,0.153725174569888,0.619437523197676,0.691385923386704,0.153725174569888,0.623976398272944,0.560705316596312,0.153725174569888,0.618227266879913,0.38570380931884,0.5,0.153725174569888,0.61095633234666,0.390048676707799,0,0.403908344634786,0.795399931063819 -4792,0.5,0.153725174569888,0.493478280560889,0.420410920770391,0.153725174569888,0.512896772152672,0.824065130242487,0.153725174569888,0.50725094414071,0.397930143467941,0.153725174569888,0.488204204570346,0.261614952915219,0.153725174569888,0.526144336130139,0.920514153567349,0.153725174569888,0.532497518627637,0.871581742320501,0.153725174569888,0.527455868424383,0.76617914655849,0.153725174569888,0.53424228667001,0.7632421814412,0.5,0.153725174569888,0.519719723248061,0.482484034109323,0.153725174569888,0.520668295419151,0.181597385163447,0.5,0.153725174569888,0.523125067081819,0.392439686984037,0.153725174569888,0.522689765226172,0.170170614306149,0.153725174569888,0.519801545104175,0.810046595014331,0.153725174569888,0.524488741885708,0.800017391532619,0.153725174569888,0.516782406089204,0.678340255836096,0.153725174569888,0.522714396807139,0.547776288545017,0.153725174569888,0.512289475713373,0.340700086618248,0.5,0.153725174569888,0.501334331484109,0.330297690837674,0,0.391746175440612,0.813539092283774 -4793,0.5,0.153725174569888,0.362192043882993,0.439123511689544,0.153725174569888,0.384170943979836,0.807010530358245,0.153725174569888,0.372765290459794,0.389644708362669,0.153725174569888,0.353555038740277,0.252895690046529,0.153725174569888,0.398752010687416,0.904941052720439,0.153725174569888,0.402271048050939,0.811969631708861,0.153725174569888,0.398080746706995,0.688848545736256,0.153725174569888,0.397835278516567,0.659953767523114,0.5,0.153725174569888,0.383992395461301,0.406374070755692,0.153725174569888,0.381842123911061,0.142512010639314,0.5,0.153725174569888,0.387027022143209,0.228752125786771,0.153725174569888,0.383960878755524,0.12918726171232,0.153725174569888,0.392049310040301,0.824517517474774,0.153725174569888,0.396752683846076,0.768140551036077,0.153725174569888,0.386219186144007,0.644342929445094,0.153725174569888,0.390200746885809,0.456474221146867,0.153725174569888,0.376097882349216,0.230613681119059,0.5,0.153725174569888,0.362146262731661,0.242435890344138,0,0.412676466481164,0.846076384292979 -4794,0.5,0.153725174569888,0.234559748664207,0.40692927730206,0.153725174569888,0.259467956701984,0.68354129048082,0.153725174569888,0.244178746996444,0.246080351289834,0.153725174569888,0.224806702405551,0.151992823182868,0.153725174569888,0.273557856153844,0.779783282528653,0.153725174569888,0.269049841991885,0.626033503505236,0.153725174569888,0.270294173701794,0.452392064278276,0.153725174569888,0.262589439940236,0.435627715826372,0.5,0.153725174569888,0.257417324045117,0.221293936619091,0.153725174569888,0.24561916860952,0.0594367423115313,0.5,0.153725174569888,0.254433150972822,0.0992350815526114,0.153725174569888,0.250537045129621,0.046485587585447,0.153725174569888,0.267795857112008,0.794642192818774,0.153725174569888,0.272568346132699,0.637246971165138,0.153725174569888,0.259954534458868,0.478872886428424,0.153725174569888,0.260645988077906,0.225252762181479,0.153725174569888,0.244694435733463,0.0965513843346977,0.5,0.153725174569888,0.229147324964228,0.0824057800577851,0,0.467511526629672,0.891754911868092 -4795,0.5,0.153725174569888,0.102142538605293,0.329601114779914,0.153725174569888,0.132686982795729,0.46954509335364,0.153725174569888,0.107194059801058,0.164285187128031,0.153725174569888,0.0699219409799021,0.114007506700673,0.153725174569888,0.144462899225058,0.65613992742502,0.153725174569888,0.139820681639748,0.464631273676994,0.153725174569888,0.139791546681107,0.37556686011268,0.153725174569888,0.13628047980527,0.312571559396779,0.5,0.153725174569888,0.133080617884366,0.142786317752211,0.153725174569888,0.0823747231606005,0.0491173309458325,0.5,0.153725174569888,0.124766191748467,0.0766659010548716,0.153725174569888,0.117429540454725,0.0381989983588531,0.153725174569888,0.140057673961886,0.740233204836889,0.153725174569888,0.144268221419632,0.498802125576504,0.153725174569888,0.132075372092585,0.294204329468559,0.153725174569888,0.130584254126778,0.165087000367174,0.153725174569888,0.0947704432369538,0.0902238045818022,0.5,0.153725174569888,0.0667864485974546,0.072787194742431,0,0.515614848113723,0.94983235660805 -4796,0.5,0.153725174569888,0.00973864705624337,0.30467115660987,0.153725174569888,0.0264151579633964,0.427793491423821,0.153725174569888,0.00417244000826489,0.185637346092235,0.153725174569888,0.0,0.13487588280067,0.153725174569888,0.0332235548880992,0.661939549672705,0.153725174569888,0.0391316875680985,0.401487769868264,0.153725174569888,0.029727948591622,0.397961669644968,0.153725174569888,0.0338412051588198,0.241948918632609,0.5,0.153725174569888,0.0276302874004502,0.0944946526903237,0.153725174569888,0.0,0.0317440006144457,0.5,0.153725174569888,0.0102933251567334,0.0621960832117508,0.153725174569888,0.00337793658135226,0.037847951525305,0.153725174569888,0.0327069099093449,0.711107594791489,0.153725174569888,0.0323666304625869,0.484705327200569,0.153725174569888,0.0243004745908959,0.248703346728179,0.153725174569888,0.0236356330862493,0.159128710948265,0.153725174569888,0.00198199509287935,0.0957578318869869,0.5,0.153725174569888,0.0,0.0652407720735133,0,0.529136949234124,0.983036968579702 -4797,0.5,0.153725174569888,0.0,0.299158617838815,0.153725174569888,0.0,0.507197241096116,0.153725174569888,0.0,0.193877678812631,0.153725174569888,0.0,0.143527622275794,0.153725174569888,0.0,0.665952430892157,0.153725174569888,0.0,0.356779398482998,0.153725174569888,0.0,0.392808627390425,0.153725174569888,0.0,0.186178718352763,0.5,0.153725174569888,0.0,0.0586834727799212,0.153725174569888,0.0,0.0202365778181455,0.5,0.153725174569888,0.0,0.0534781846583502,0.153725174569888,0.0,0.0351171549153684,0.153725174569888,0.0,0.701459269060497,0.153725174569888,0.0,0.508837229236181,0.153725174569888,0.0,0.25232544959994,0.153725174569888,0.0,0.15892389681688,0.153725174569888,0.0,0.0916380171964283,0.5,0.153725174569888,0.0,0.0543592496024226,0,0.506812129440532,1.00014949294024 -4798,0.5,0.153725174569888,0.0,0.270965465046203,0.153725174569888,0.0,0.633363095759981,0.153725174569888,0.0,0.171858145175158,0.153725174569888,0.0,0.128136082609168,0.153725174569888,0.0,0.616593571247516,0.153725174569888,0.0,0.304621590448428,0.153725174569888,0.0,0.330559521737805,0.153725174569888,0.0,0.149876239884976,0.5,0.153725174569888,0.0,0.0333053249165968,0.153725174569888,0.0,0.0105545152781116,0.5,0.153725174569888,0.0,0.0524325692097557,0.153725174569888,0.0,0.030247897342436,0.153725174569888,0.0,0.683111030547282,0.153725174569888,0.0,0.513630249068365,0.153725174569888,0.0,0.253538202198057,0.153725174569888,0.0,0.144867816959477,0.153725174569888,0.0,0.0805067884347928,0.5,0.153725174569888,0.0,0.0424686681845474,0,0.478546854606069,1.00333144911236 -4799,0.5,0.153725174569888,0.0,0.239411012700455,0.153725174569888,0.0,0.600123240029119,0.153725174569888,0.0,0.131995182763594,0.153725174569888,0.0,0.110397768478924,0.153725174569888,0.0,0.518006853205939,0.153725174569888,0.0,0.289211732191274,0.153725174569888,0.0,0.249328076369303,0.153725174569888,0.0,0.12146065365539,0.5,0.153725174569888,0.0,0.0241042758855277,0.153725174569888,0.0,0.00557364110801685,0.5,0.153725174569888,0.0,0.073233060916734,0.153725174569888,0.0,0.0316757861037026,0.153725174569888,0.0,0.662616350382426,0.153725174569888,0.0,0.517630003655956,0.153725174569888,0.0,0.26447982832576,0.153725174569888,0.0,0.117059513421044,0.153725174569888,0.0,0.0782482767735753,0.5,0.153725174569888,0.0,0.0369180137420762,0,0.454362832201726,1.00420395183467 -4800,0.5,0.153725174569888,0.0,0.210502493157412,0.153725174569888,0.0,0.551911369168813,0.153725174569888,0.0,0.0993029118390434,0.153725174569888,0.0,0.0965503536367776,0.153725174569888,0.0,0.467911640020118,0.153725174569888,0.0,0.268106498554648,0.153725174569888,0.0,0.209335412069803,0.153725174569888,0.0,0.109418700537084,0.5,0.153725174569888,0.0,0.0180758044637725,0.153725174569888,0.0,0.00599828059720855,0.5,0.153725174569888,0.0,0.0650283579169233,0.153725174569888,0.0,0.0319016037641446,0.153725174569888,0.0,0.649772208788177,0.153725174569888,0.0,0.506654884227158,0.153725174569888,0.0,0.245050445521686,0.153725174569888,0.0,0.0796944997897178,0.153725174569888,0.0,0.0769761612713795,0.5,0.153725174569888,0.0,0.031825602600267,0,0.409622834690881,1.00506120417018 -4801,0.5,0.153725174569888,0.0,0.190979021680781,0.153725174569888,0.0,0.466086864734302,0.153725174569888,0.0,0.0741386509657846,0.153725174569888,0.0,0.0932908887611843,0.153725174569888,0.0,0.444229595513963,0.153725174569888,0.0,0.218963770337603,0.153725174569888,0.0,0.205963071394941,0.153725174569888,0.0,0.0901369151104055,0.5,0.153725174569888,0.0,0.0112482557040566,0.153725174569888,0.0,0.0059407035225055,0.5,0.153725174569888,0.0,0.0261059637033306,0.153725174569888,0.0,0.0326335019015499,0.153725174569888,0.0,0.605529476904427,0.153725174569888,0.0,0.498974932342858,0.153725174569888,0.0,0.20079786262945,0.153725174569888,0.0,0.0506598978800049,0.153725174569888,0.0,0.0605452619861338,0.5,0.153725174569888,0.0,0.0179753787350583,0,0.394651857392042,1.00547935394718 -4802,0.5,0.153725174569888,0.0,0.177511832916712,0.153725174569888,0.0,0.334388147432873,0.153725174569888,0.0,0.056884219981191,0.153725174569888,0.0,0.0915668710522344,0.153725174569888,0.0,0.380724324732399,0.153725174569888,0.0,0.1521371039223,0.153725174569888,0.0,0.197456340777821,0.153725174569888,0.0,0.0643158646461846,0.5,0.153725174569888,0.0,0.00710572354182468,0.153725174569888,0.0,0.00779297072042601,0.5,0.153725174569888,0.0,0.0138186118252573,0.153725174569888,0.0,0.0242942759497798,0.153725174569888,0.0,0.548090316811827,0.153725174569888,0.0,0.499478458576764,0.153725174569888,0.0,0.187468888383906,0.153725174569888,0.0,0.0494142536005343,0.153725174569888,0.0,0.0436512785896242,0.5,0.153725174569888,0.0,0.0104993082801695,0,0.393409885064308,1.00452750887595 -4803,0.5,0.153725174569888,0.0,0.167653913407802,0.153725174569888,0.0,0.306789446838798,0.153725174569888,0.0,0.0441511749068922,0.153725174569888,0.0,0.0905993512861216,0.153725174569888,0.0,0.309083006952023,0.153725174569888,0.0,0.106765442828171,0.153725174569888,0.0,0.180090186326897,0.153725174569888,0.0,0.0426334748894157,0.5,0.153725174569888,0.0,0.00697941756324975,0.153725174569888,0.0,0.0115056295614265,0.5,0.153725174569888,0.0,0.0135012997610671,0.153725174569888,0.0,0.0208594140821281,0.153725174569888,0.0,0.506319914093661,0.153725174569888,0.0,0.47370252474663,0.153725174569888,0.0,0.190522482810314,0.153725174569888,0.0,0.0514231149687678,0.153725174569888,0.0,0.0373807861267747,0.5,0.153725174569888,0.0,0.0112690508705079,0,0.419335693612762,1.002743746387 -4804,0.5,0.153725174569888,0.0,0.16871090836144,0.153725174569888,0.0,0.247239768534764,0.153725174569888,0.0,0.0440721393340672,0.153725174569888,0.0,0.0871978631286414,0.153725174569888,0.0,0.274776273707395,0.153725174569888,0.0,0.0875838298477454,0.153725174569888,0.0,0.14800147229082,0.153725174569888,0.0,0.0338467336143406,0.5,0.153725174569888,0.0,0.00808162755269647,0.153725174569888,0.0,0.0132212010571024,0.5,0.153725174569888,0.0,0.0176093068534156,0.153725174569888,0.0,0.0219513077935346,0.153725174569888,0.0,0.47483196453756,0.153725174569888,0.0,0.46372387384424,0.153725174569888,0.0,0.211852247763598,0.153725174569888,0.0,0.0465877550438151,0.153725174569888,0.0,0.034330810937497,0.5,0.153725174569888,0.0,0.0123896854435126,0,0.445739462150397,0.999285757107259 -4805,0.5,0.153725174569888,0.00194570662525174,0.164297514577955,0.153725174569888,0.0,0.270865640340276,0.153725174569888,0.0,0.0531916009126683,0.153725174569888,0.000927293256150179,0.0784346407751245,0.153725174569888,0.0,0.260799598778339,0.153725174569888,0.0,0.0668390170802363,0.153725174569888,0.0,0.116722478169798,0.153725174569888,0.0,0.0230496015325645,0.5,0.153725174569888,0.0,0.00601891674640485,0.153725174569888,0.0,0.0161022130066136,0.5,0.153725174569888,0.0,0.0222697564073268,0.153725174569888,0.0,0.0226521536243857,0.153725174569888,0.000180199724092437,0.467718478491192,0.153725174569888,0.0,0.481508927512231,0.153725174569888,0.0,0.229458594410084,0.153725174569888,0.0,0.0419472412752682,0.153725174569888,0.0,0.0347049145486501,0.5,0.153725174569888,0.0,0.00965176703845937,0,0.485215670921446,0.991953673089675 -4806,0.5,0.153725174569888,0.0543990372672061,0.163451748634961,0.153725174569888,0.0436633192584885,0.334944750008723,0.153725174569888,0.0416517782519726,0.0472162794767344,0.153725174569888,0.0519479753612027,0.0770505919002292,0.153725174569888,0.0303208675334607,0.266333154828402,0.153725174569888,0.0199991044115381,0.0468825587138735,0.153725174569888,0.0280459076490166,0.0842414266910085,0.153725174569888,0.0192535492071278,0.0173056511883896,0.5,0.153725174569888,0.0159024533815723,0.00394903669091892,0.153725174569888,0.0304082750217126,0.0112862693207868,0.5,0.153725174569888,0.0250666357312918,0.0218188873108657,0.153725174569888,0.0229988461613739,0.0189536153667337,0.153725174569888,0.0443291090374128,0.512151717223369,0.153725174569888,0.0355841277392648,0.503757191481038,0.153725174569888,0.0390223972835822,0.229928798553458,0.153725174569888,0.0319984424873445,0.0306828547098954,0.153725174569888,0.0354580327371209,0.0245239850184651,0.5,0.153725174569888,0.0376961161092106,0.00632577219204493,0,0.529020061703284,0.985839002735725 -4807,0.5,0.153725174569888,0.134437098199802,0.256864355634455,0.153725174569888,0.116439784229354,0.48642030381374,0.153725174569888,0.119231954489461,0.0536144870191287,0.153725174569888,0.135170218157772,0.119465010448572,0.153725174569888,0.0986071407180869,0.289359352301297,0.153725174569888,0.082818238256096,0.0413592912834933,0.153725174569888,0.0975127109420789,0.0660932393072235,0.153725174569888,0.0862498898459949,0.0102323547369515,0.5,0.153725174569888,0.0844669944507996,0.00299299979386103,0.153725174569888,0.107820639703618,0.00527298821229463,0.5,0.153725174569888,0.0987229130359643,0.019766359746488,0.153725174569888,0.098444029070028,0.0126834220559096,0.153725174569888,0.115257953121165,0.64053636872074,0.153725174569888,0.105171100190656,0.565085372517944,0.153725174569888,0.11198085924396,0.32319008080609,0.153725174569888,0.103646505141584,0.0265411781758957,0.153725174569888,0.113636914221139,0.021004883997205,0.5,0.153725174569888,0.118911323778768,0.00606054252097635,0,0.54446772186958,0.979852615114307 -4808,0.5,0.153725174569888,0.252842814402012,0.423269637607593,0.153725174569888,0.229386970055965,0.623831265218135,0.153725174569888,0.231418544480262,0.111222340543023,0.153725174569888,0.254834492863598,0.200399334618571,0.153725174569888,0.191804011456323,0.367350468490765,0.153725174569888,0.172250395524206,0.0475991264645555,0.153725174569888,0.196053896438795,0.0737994585826115,0.153725174569888,0.178529703922316,0.0105333690919976,0.5,0.153725174569888,0.179368955843555,0.00377329889540281,0.153725174569888,0.221040316560802,0.00542237989087037,0.5,0.153725174569888,0.204419359132334,0.0336978174722253,0.153725174569888,0.205597957533581,0.0137432162044105,0.153725174569888,0.228519865726791,0.764106172195655,0.153725174569888,0.206221339106869,0.61056897180028,0.153725174569888,0.217320054779284,0.461439413481878,0.153725174569888,0.199412158651031,0.0364418886110009,0.153725174569888,0.225362329811,0.0388043633236148,0.5,0.153725174569888,0.235952494340698,0.0285665093860654,0,0.587413798639034,0.979116247940231 -4809,0.5,0.153725174569888,0.377254229015865,0.486134567808213,0.153725174569888,0.347444370367057,0.774451720892497,0.153725174569888,0.349608188576353,0.166038395790186,0.153725174569888,0.382723094524557,0.264286310621061,0.153725174569888,0.296111677550419,0.452954582234903,0.153725174569888,0.286349867837247,0.0437492823299868,0.153725174569888,0.310250816875769,0.116148253914812,0.153725174569888,0.293166929829926,0.0144398149540476,0.5,0.153725174569888,0.292453985335294,0.00898919217976331,0.153725174569888,0.351222356022822,0.00673617842812631,0.5,0.153725174569888,0.325039362867468,0.092160722299596,0.153725174569888,0.331392957659113,0.0265092716901446,0.153725174569888,0.349041213339922,0.831013358923699,0.153725174569888,0.315181072804587,0.714386869353298,0.153725174569888,0.330592135015955,0.57212090076071,0.153725174569888,0.306448826137153,0.0856755015777497,0.153725174569888,0.350168727950553,0.103097925554999,0.5,0.153725174569888,0.36527525791028,0.0549547260192876,0,0.620295327653437,0.985068364326448 -4810,0.5,0.153725174569888,0.505498501240768,0.559861751154521,0.153725174569888,0.467557903506588,0.85389073538541,0.153725174569888,0.471915832138875,0.279649086514264,0.153725174569888,0.507976937886934,0.320997493865407,0.153725174569888,0.426582034414627,0.511844619865801,0.153725174569888,0.410187584437917,0.0357707733095697,0.153725174569888,0.440264655113313,0.199674272703349,0.153725174569888,0.408217729621957,0.0244679369696429,0.5,0.153725174569888,0.418491637233862,0.0220628866106127,0.153725174569888,0.485129642565841,0.0088936998822648,0.5,0.153725174569888,0.453080430976544,0.113399950967208,0.153725174569888,0.464824281318853,0.0311236126406457,0.153725174569888,0.47623140315803,0.856635158862243,0.153725174569888,0.433399735758962,0.79714030430232,0.153725174569888,0.451506545346481,0.666931377867646,0.153725174569888,0.42861221433725,0.114449256075683,0.153725174569888,0.478440877638658,0.136409517121771,0.5,0.153725174569888,0.492821627266716,0.0719452779701691,0,0.644169890206007,0.977718075148431 -4811,0.5,0.153725174569888,0.603130697846286,0.632254505713238,0.153725174569888,0.53842859852848,0.933586985068893,0.153725174569888,0.570680525043104,0.40739122131597,0.153725174569888,0.597319261994383,0.434257613040386,0.153725174569888,0.552873680051787,0.5269349142228,0.153725174569888,0.505502554931166,0.0341662675469936,0.153725174569888,0.550674201518879,0.238670102709601,0.153725174569888,0.502080715746535,0.026468151832273,0.5,0.153725174569888,0.521473241841887,0.0263309061710165,0.153725174569888,0.589909006491459,0.0153953798832254,0.5,0.153725174569888,0.560178816371185,0.102530077421497,0.153725174569888,0.573685085377773,0.0361808202619896,0.153725174569888,0.573767513424674,0.883595033311176,0.153725174569888,0.546462283963278,0.843010586636769,0.153725174569888,0.556236684401438,0.748480211338933,0.153725174569888,0.538694564468658,0.145403834114846,0.153725174569888,0.580894029639465,0.134946363488535,0.5,0.153725174569888,0.589131341464737,0.0895045867258067,0,0.678960113809808,0.937956572055862 -4812,0.5,0.153725174569888,0.653616506091442,0.697162829215027,0.153725174569888,0.605637110831802,0.955989454278697,0.153725174569888,0.632376575004043,0.505332857292883,0.153725174569888,0.643166841935737,0.523640793349832,0.153725174569888,0.625990400996051,0.544295715581898,0.153725174569888,0.560680018219588,0.0345444946713372,0.153725174569888,0.61343856119181,0.232268126165336,0.153725174569888,0.541314607815647,0.0230498435529317,0.5,0.153725174569888,0.561285065202318,0.0336814874578142,0.153725174569888,0.650472541433798,0.0234636237777175,0.5,0.153725174569888,0.628423076535426,0.0715684731516399,0.153725174569888,0.635435088414243,0.043840173209066,0.153725174569888,0.625924767386357,0.905265636101147,0.153725174569888,0.628275285086599,0.86999774636985,0.153725174569888,0.628765668954048,0.806512908424494,0.153725174569888,0.611890486022662,0.155748636433375,0.153725174569888,0.643138677214784,0.119406222290954,0.5,0.153725174569888,0.643385912671543,0.104263241992047,0,0.715333051723871,0.938006529293713 -4813,0.5,0.153725174569888,0.655352407642872,0.699624946548898,0.153725174569888,0.659776410877004,0.941744872832916,0.153725174569888,0.65127867553393,0.562139861340913,0.153725174569888,0.65092925015337,0.53913097098563,0.153725174569888,0.645184660920732,0.563104216277515,0.153725174569888,0.567569777857671,0.0246517097936973,0.153725174569888,0.640443724505643,0.214994351857324,0.153725174569888,0.550047914860111,0.0198002991261931,0.5,0.153725174569888,0.547828195451731,0.0195640619686995,0.153725174569888,0.672670262704583,0.0276706245945489,0.5,0.153725174569888,0.653334393604838,0.0532966979283224,0.153725174569888,0.644696975326351,0.0563345112047957,0.153725174569888,0.654369067377936,0.902718591002487,0.153725174569888,0.661621292505683,0.87630296895963,0.153725174569888,0.659773141943872,0.815520764627896,0.153725174569888,0.649510209564978,0.147656037937639,0.153725174569888,0.663529121816952,0.106281971940595,0.5,0.153725174569888,0.663915382917608,0.115926534997198,0,0.718902027068477,0.909601728264526 -4814,0.5,0.153725174569888,0.624055994319461,0.697373899045541,0.153725174569888,0.661710181324719,0.914006838099205,0.153725174569888,0.626716668920653,0.540593329379144,0.153725174569888,0.626683886589552,0.536158566949477,0.153725174569888,0.628595240282843,0.545129972699254,0.153725174569888,0.550988048234641,0.0117354273190159,0.153725174569888,0.623905650617759,0.2166382050991,0.153725174569888,0.469818469141844,0.0223007749120462,0.5,0.153725174569888,0.536996200267421,0.00691440923914989,0.153725174569888,0.647751883071198,0.0446118210844537,0.5,0.153725174569888,0.620870950291676,0.0605802401962424,0.153725174569888,0.606171530176615,0.0621160343750626,0.153725174569888,0.656103924449246,0.896108244492623,0.153725174569888,0.652764214011921,0.845492109396541,0.153725174569888,0.649729036435193,0.791090029011566,0.153725174569888,0.640041637330982,0.153931885745179,0.153725174569888,0.64779416794014,0.100261776634787,0.5,0.153725174569888,0.642139855086987,0.122701295989822,0,0.718084522937305,0.870947800482002 -4815,0.5,0.153725174569888,0.557854587129097,0.686754805038494,0.153725174569888,0.606662993812917,0.869279399960915,0.153725174569888,0.570750420302463,0.529312494897067,0.153725174569888,0.560359111280008,0.545669793602415,0.153725174569888,0.582901605325245,0.49596620365951,0.153725174569888,0.461147537063456,0.0281538251723939,0.153725174569888,0.543475180602849,0.198638104180195,0.153725174569888,0.470689795298561,0.0315260856639266,0.5,0.153725174569888,0.546539928329409,0.0076956054085877,0.153725174569888,0.57672674111488,0.054390180688902,0.5,0.153725174569888,0.538283059184265,0.0735699478145584,0.153725174569888,0.529961737285521,0.0674315379096149,0.153725174569888,0.610675049564535,0.898970691231789,0.153725174569888,0.598433278682845,0.790648687756804,0.153725174569888,0.598427662630274,0.75444546466695,0.153725174569888,0.590277339400887,0.149928060499032,0.153725174569888,0.587462394993166,0.10000486938137,0.5,0.153725174569888,0.578159740080459,0.130158677349603,0,0.737161308622745,0.850949381296288 -4816,0.5,0.153725174569888,0.459592469817835,0.67833065637623,0.153725174569888,0.503144724884376,0.8375018737208,0.153725174569888,0.474539028547624,0.511694790434204,0.153725174569888,0.453941631909695,0.54389515985042,0.153725174569888,0.486599325212895,0.464359552399474,0.153725174569888,0.366733354580349,0.0644227130353568,0.153725174569888,0.455812933552341,0.20915146442451,0.153725174569888,0.403626725630781,0.0338722422558237,0.5,0.153725174569888,0.492438501961759,0.0160132602949262,0.153725174569888,0.456542866362482,0.0456715822024743,0.5,0.153725174569888,0.437597031102596,0.0932035979667928,0.153725174569888,0.429989046746298,0.0648384241956248,0.153725174569888,0.513917764513014,0.898557976665146,0.153725174569888,0.500905730602576,0.729611208969547,0.153725174569888,0.500548325123304,0.703535534820184,0.153725174569888,0.498493496712646,0.149560929305758,0.153725174569888,0.481229540592672,0.107790109732775,0.5,0.153725174569888,0.474133631489415,0.128378969057227,0,0.743176205319681,0.794164086650327 -4817,0.5,0.153725174569888,0.343990575141781,0.663839848726062,0.153725174569888,0.376043625239186,0.813655769671406,0.153725174569888,0.350054410418942,0.487234498559535,0.153725174569888,0.328805197137159,0.486045476820485,0.153725174569888,0.348562651649635,0.467401761976777,0.153725174569888,0.214864070080289,0.050805837202967,0.153725174569888,0.350999251640676,0.25014101488678,0.153725174569888,0.344592013344389,0.0282874659437493,0.5,0.153725174569888,0.368585332081731,0.0156424271356092,0.153725174569888,0.313214941454431,0.0275819707650791,0.5,0.153725174569888,0.315922322660585,0.0817679770448468,0.153725174569888,0.300856805580541,0.0444111800735134,0.153725174569888,0.388415893667435,0.898843124973164,0.153725174569888,0.374439534510637,0.647461446730701,0.153725174569888,0.366619850346439,0.626909276761276,0.153725174569888,0.367268658755398,0.152808529396163,0.153725174569888,0.348260736998932,0.102431460299915,0.5,0.153725174569888,0.338602979571077,0.098366978117624,0,0.742103527941513,0.819260067717598 -4818,0.5,0.153725174569888,0.226151644054129,0.577651534763102,0.153725174569888,0.253054774278007,0.743951793365336,0.153725174569888,0.228388580342174,0.354723849217903,0.153725174569888,0.209452598719372,0.324085954102153,0.153725174569888,0.159714476130985,0.270568364588527,0.153725174569888,0.156803890132303,0.0111993786725504,0.153725174569888,0.243875438194787,0.165222538104652,0.153725174569888,0.224210791930371,0.0121756243278034,0.5,0.153725174569888,0.229009014035514,0.0068246710136248,0.153725174569888,0.198466404331369,0.00591436782366211,0.5,0.153725174569888,0.201806151442346,0.024374828658036,0.153725174569888,0.190261331774359,0.0166667164024447,0.153725174569888,0.264287046381255,0.888835015758112,0.153725174569888,0.252587230849793,0.491334758434884,0.153725174569888,0.241310530947191,0.47434799508379,0.153725174569888,0.240427593419112,0.082738283252892,0.153725174569888,0.218824751955091,0.0398975937504667,0.5,0.153725174569888,0.210918047459354,0.0190842620663141,0,0.734874974773854,0.896980248918059 -4819,0.5,0.153725174569888,0.0982829131081708,0.471788375935208,0.153725174569888,0.128543657544947,0.648445381733697,0.153725174569888,0.100877751931846,0.275695092269357,0.153725174569888,0.0770805762005832,0.284723943570802,0.153725174569888,0.0559936531113792,0.222915474949093,0.153725174569888,0.0488308260870908,0.0129385249006952,0.153725174569888,0.124018949610934,0.118639316530679,0.153725174569888,0.0914737335117029,0.0468447225423277,0.5,0.153725174569888,0.109710191466188,0.0154401187962235,0.153725174569888,0.0862969671521769,0.00203124976753566,0.5,0.153725174569888,0.0981255628217334,0.0206893233443774,0.153725174569888,0.0776930443997259,0.0122763028352588,0.153725174569888,0.137226603431266,0.856442677814348,0.153725174569888,0.123279966355551,0.365437721875069,0.153725174569888,0.120218005038475,0.329421613658444,0.153725174569888,0.118940229267548,0.0752475906119947,0.153725174569888,0.0940646226601758,0.0387140953318119,0.5,0.153725174569888,0.070408393544271,0.0107075516371484,0,0.694779374217636,0.953269589966495 -4820,0.5,0.153725174569888,0.00840480413318674,0.417625983140017,0.153725174569888,0.0252375323321524,0.664669560055703,0.153725174569888,0.00278744396205218,0.276904145928537,0.153725174569888,0.0,0.297940134984316,0.153725174569888,0.0134162935036666,0.188269205362444,0.153725174569888,0.0178334033846668,0.0550602409374047,0.153725174569888,0.0288301912199353,0.137901805651122,0.153725174569888,0.0202777356129027,0.0996281289181267,0.5,0.153725174569888,0.0233538988023461,0.0214735639235035,0.153725174569888,0.0,0.000857015719924275,0.5,0.153725174569888,0.00379048208772989,0.0259673373964189,0.153725174569888,0.00109951661592589,0.0211682347852795,0.153725174569888,0.0311581834521624,0.797773124903111,0.153725174569888,0.0253323220118288,0.361060223238367,0.153725174569888,0.0254044073324938,0.274706226083354,0.153725174569888,0.0249690335435607,0.083732364683195,0.153725174569888,0.000775636875561406,0.0438334154873089,0.5,0.153725174569888,0.0,0.00918659559808153,0,0.623573812574678,0.692774019955805 -4821,0.5,0.153725174569888,0.0,0.386945732928331,0.153725174569888,0.0,0.718153125377223,0.153725174569888,0.0,0.283154836700087,0.153725174569888,0.0,0.293910091713521,0.153725174569888,0.0,0.322032603127756,0.153725174569888,0.0,0.114864957772444,0.153725174569888,0.0,0.166308235036527,0.153725174569888,0.0,0.144545501726127,0.5,0.153725174569888,0.0,0.0311252938034945,0.153725174569888,0.0,0.00431380121183026,0.5,0.153725174569888,0.0,0.0232686986869419,0.153725174569888,0.0,0.0189344735979159,0.153725174569888,0.0,0.723274436591146,0.153725174569888,0.0,0.43096417890432,0.153725174569888,0.0,0.279908278300328,0.153725174569888,0.0,0.0958020148909878,0.153725174569888,0.0,0.0449854960552742,0.5,0.153725174569888,0.0,0.00945261934939405,0,0.569018341841546,0.915138388455699 -4822,0.5,0.153725174569888,0.0,0.352440184473392,0.153725174569888,0.0,0.726513845185009,0.153725174569888,0.0,0.272153597806539,0.153725174569888,0.0,0.274119121330203,0.153725174569888,0.0,0.411723964885918,0.153725174569888,0.0,0.184382888282695,0.153725174569888,0.0,0.183229551159763,0.153725174569888,0.0,0.206881068244255,0.5,0.153725174569888,0.0,0.0586982892494285,0.153725174569888,0.0,0.0252142587449814,0.5,0.153725174569888,0.0,0.0202770842246535,0.153725174569888,0.0,0.0256480175104388,0.153725174569888,0.0,0.664566349494415,0.153725174569888,0.0,0.513406421879395,0.153725174569888,0.0,0.318627520160521,0.153725174569888,0.0,0.103995899147077,0.153725174569888,0.0,0.0478204780846155,0.5,0.153725174569888,0.0,0.0125629817517517,0,0.556798124548584,0.994449411696234 -4823,0.5,0.153725174569888,0.0,0.313830624851501,0.153725174569888,0.0,0.686293809899977,0.153725174569888,0.0,0.246448705754531,0.153725174569888,0.0,0.257741253995109,0.153725174569888,0.0,0.441063130744026,0.153725174569888,0.0,0.238277846543121,0.153725174569888,0.0,0.172269035647961,0.153725174569888,0.0,0.297884318991085,0.5,0.153725174569888,0.0,0.0918273018351199,0.153725174569888,0.0,0.0471509382368469,0.5,0.153725174569888,0.0,0.0181299092613156,0.153725174569888,0.0,0.0299825234365069,0.153725174569888,0.0,0.619698392864343,0.153725174569888,0.0,0.556444834142482,0.153725174569888,0.0,0.361215648257671,0.153725174569888,0.0,0.12431521245652,0.153725174569888,0.0,0.0514716471573013,0.5,0.153725174569888,0.0,0.00868664083254438,0,0.527976934147378,1.0025366483415 -4824,0.5,0.153725174569888,0.0,0.283089521202777,0.153725174569888,0.0,0.56193718369887,0.153725174569888,0.0,0.238321681351909,0.153725174569888,0.0,0.239594764966622,0.153725174569888,0.0,0.432187824898087,0.153725174569888,0.0,0.217110750522031,0.153725174569888,0.0,0.152236847246508,0.153725174569888,0.0,0.324628456564272,0.5,0.153725174569888,0.0,0.112746947282119,0.153725174569888,0.0,0.138930664830936,0.5,0.153725174569888,0.0,0.0143581604819149,0.153725174569888,0.0,0.0479795440804298,0.153725174569888,0.0,0.575129349186892,0.153725174569888,0.0,0.605071792987935,0.153725174569888,0.0,0.369208190230394,0.153725174569888,0.0,0.1372858418394,0.153725174569888,0.0,0.0490218472025502,0.5,0.153725174569888,0.0,0.00748209397782162,0,0.483413611431157,0.974291191129854 -4825,0.5,0.153725174569888,0.0,0.263795019282196,0.153725174569888,0.0,0.513717470007394,0.153725174569888,0.0,0.235911656121937,0.153725174569888,0.0,0.231699726637527,0.153725174569888,0.0,0.412572753879696,0.153725174569888,0.0,0.199544662139673,0.153725174569888,0.0,0.142308492410952,0.153725174569888,0.0,0.317008548093963,0.5,0.153725174569888,0.0,0.221082893879112,0.153725174569888,0.0,0.188793210572636,0.5,0.153725174569888,0.0,0.0155926695551363,0.153725174569888,0.0,0.0509547803039587,0.153725174569888,0.0,0.536786084372886,0.153725174569888,0.0,0.612071735586561,0.153725174569888,0.0,0.36151383387819,0.153725174569888,0.0,0.117178100689312,0.153725174569888,0.0,0.0450168134958252,0.5,0.153725174569888,0.0,0.01070909659156,0,0.471610543310462,0.955272206878674 -4826,0.5,0.153725174569888,0.0,0.239646144260224,0.153725174569888,0.0,0.450197861843731,0.153725174569888,0.0,0.230139441350838,0.153725174569888,0.0,0.235054290837999,0.153725174569888,0.0,0.392374397616571,0.153725174569888,0.0,0.169293190690278,0.153725174569888,0.0,0.108367920823665,0.153725174569888,0.0,0.334614704373321,0.5,0.153725174569888,0.0,0.243245865165814,0.153725174569888,0.0,0.184535382693272,0.5,0.153725174569888,0.0,0.0133199042262078,0.153725174569888,0.0,0.0965076202950936,0.153725174569888,0.0,0.470399774460935,0.153725174569888,0.0,0.57422936258235,0.153725174569888,0.0,0.366941177139092,0.153725174569888,0.0,0.112701433464918,0.153725174569888,0.0,0.0411544841888751,0.5,0.153725174569888,0.0,0.0119735382548082,0,0.4639466745684,0.961907198107869 -4827,0.5,0.153725174569888,0.0,0.213916513668383,0.153725174569888,0.0,0.332294194361064,0.153725174569888,0.0,0.217111748157506,0.153725174569888,0.0,0.23808460032606,0.153725174569888,0.0,0.377552683408733,0.153725174569888,0.0,0.138878412371305,0.153725174569888,0.0,0.0823883079791523,0.153725174569888,0.0,0.344509205934733,0.5,0.153725174569888,0.0,0.383117017429572,0.153725174569888,0.0,0.210666689274983,0.5,0.153725174569888,0.0,0.00611248128010958,0.153725174569888,0.0,0.189796848747061,0.153725174569888,0.0,0.41405333643858,0.153725174569888,0.0,0.530205698387204,0.153725174569888,0.0,0.349683132879,0.153725174569888,0.0,0.0980978855117973,0.153725174569888,0.0,0.0368037445715798,0.5,0.153725174569888,0.0,0.0169693044244826,0,0.438712155708331,0.972498289302671 -4828,0.5,0.153725174569888,0.0,0.201185277504482,0.153725174569888,0.0,0.29522582275749,0.153725174569888,0.0,0.204646933892975,0.153725174569888,0.0,0.246728102957185,0.153725174569888,0.0,0.327096427439912,0.153725174569888,0.0,0.173386182906199,0.153725174569888,0.0,0.0729006321129912,0.153725174569888,0.0,0.378117344346115,0.5,0.153725174569888,0.0,0.484814468871543,0.153725174569888,0.0,0.26760401027599,0.5,0.153725174569888,0.0,0.00403363858513319,0.153725174569888,0.0,0.266580459872709,0.153725174569888,0.0,0.385222606784838,0.153725174569888,0.0,0.462786202527709,0.153725174569888,0.0,0.309768243140578,0.153725174569888,0.0,0.0884895047053505,0.153725174569888,0.0,0.0282216617406418,0.5,0.153725174569888,0.0,0.0374349711068699,0,0.392456385733466,0.97681973704433 -4829,0.5,0.153725174569888,0.00164139160714356,0.194922151511311,0.153725174569888,0.0,0.281206703423779,0.153725174569888,0.0,0.199508422879687,0.153725174569888,0.000684031191323581,0.257541690469388,0.153725174569888,0.0,0.294216738255381,0.153725174569888,0.0,0.140276079022729,0.153725174569888,0.0,0.0798154398022639,0.153725174569888,0.0,0.447756495077811,0.5,0.153725174569888,0.0,0.497958823229342,0.153725174569888,0.0,0.326689527387109,0.5,0.153725174569888,0.0,0.00401566423318416,0.153725174569888,0.0,0.298122338738312,0.153725174569888,7.65366651794463e-05,0.368031623068124,0.153725174569888,0.0,0.403398493965172,0.153725174569888,0.0,0.282941635494683,0.153725174569888,0.0,0.0929052940005235,0.153725174569888,0.0,0.0224406008029101,0.5,0.153725174569888,0.0,0.0538136331404945,0,0.403003579252226,0.961532593817228 -4830,0.5,0.153725174569888,0.0539009223795221,0.217448447677546,0.153725174569888,0.0432071829344855,0.317468998733144,0.153725174569888,0.0372251495139714,0.222770863926518,0.153725174569888,0.0505567090369954,0.286949570258671,0.153725174569888,0.0223744114548268,0.30300396149377,0.153725174569888,0.0140078333283067,0.149563341413701,0.153725174569888,0.0174493095184212,0.101265264044284,0.153725174569888,0.00825924918340789,0.424420745491834,0.5,0.153725174569888,0.00683311143655057,0.507202367789484,0.153725174569888,0.0130385071592606,0.299557393716104,0.5,0.153725174569888,0.0062702946528944,0.00364596694726486,0.153725174569888,0.0131447886324317,0.302643844869147,0.153725174569888,0.0434060299147058,0.390410728417878,0.153725174569888,0.03043774209138,0.419880690669449,0.153725174569888,0.0298667548503018,0.310037942765468,0.153725174569888,0.0260359670217961,0.102898595306441,0.153725174569888,0.0162419948038685,0.0194975389039833,0.5,0.153725174569888,0.0166859086554225,0.125660120900944,0,0.477063594513113,0.955582104330809 -4831,0.5,0.153725174569888,0.132556235949918,0.311190705878965,0.153725174569888,0.114914254779227,0.382774852807442,0.153725174569888,0.108670103151755,0.300718014858655,0.153725174569888,0.130263470363308,0.345793552388642,0.153725174569888,0.0837967535976421,0.35360935974125,0.153725174569888,0.0732259761447057,0.181450380568514,0.153725174569888,0.079682283756747,0.155469655695505,0.153725174569888,0.0528528953539305,0.372247408038567,0.5,0.153725174569888,0.0330456002377691,0.572902762918133,0.153725174569888,0.0413973343547627,0.304455596695956,0.5,0.153725174569888,0.0582703352467529,0.00686101472259688,0.153725174569888,0.0590182384907179,0.33278270895897,0.153725174569888,0.113833191261651,0.525779155816683,0.153725174569888,0.0970549684143696,0.48509507570493,0.153725174569888,0.0998444928685532,0.404084826625256,0.153725174569888,0.0954382745635614,0.139037466074439,0.153725174569888,0.0610962037409702,0.0174001510304448,0.5,0.153725174569888,0.0674105652458091,0.197008193250127,0,0.551497460996314,0.953979316654563 -4832,0.5,0.153725174569888,0.242663401486027,0.477674433869249,0.153725174569888,0.217805818146985,0.522422560464563,0.153725174569888,0.203323001267431,0.413005661540052,0.153725174569888,0.241944526956914,0.434549074054456,0.153725174569888,0.17175271146863,0.503510170072836,0.153725174569888,0.15224562525893,0.19629485232484,0.153725174569888,0.164419195260847,0.241745471554854,0.153725174569888,0.118074765200719,0.392170238517775,0.5,0.153725174569888,0.0826486098226211,0.692240057991695,0.153725174569888,0.063117194878037,0.251678800660281,0.5,0.153725174569888,0.145560873874959,0.0250999294788542,0.153725174569888,0.0952714237272353,0.372235064295861,0.153725174569888,0.216090181243876,0.70242620513249,0.153725174569888,0.191346208205947,0.611182112276301,0.153725174569888,0.192228997136511,0.507105247845432,0.153725174569888,0.191940271192229,0.224351625679662,0.153725174569888,0.120221015988348,0.0256769660746767,0.5,0.153725174569888,0.143948431073842,0.262412249340036,0,0.55573508725204,0.915292117544607 -4833,0.5,0.153725174569888,0.363370630753488,0.580315691614121,0.153725174569888,0.336823126333726,0.740468720267289,0.153725174569888,0.309852176780046,0.526521214741477,0.153725174569888,0.365066667972474,0.565901846123271,0.153725174569888,0.271902377074262,0.614937987371284,0.153725174569888,0.242269163574623,0.203249522802399,0.153725174569888,0.276516904964574,0.363722247582561,0.153725174569888,0.220195624758738,0.454810635663681,0.5,0.153725174569888,0.170904447217562,0.708443364836708,0.153725174569888,0.0707288179715639,0.238513325986308,0.5,0.153725174569888,0.212548095389494,0.0433372026164762,0.153725174569888,0.100910142315874,0.283314492573543,0.153725174569888,0.329053213773138,0.761011937768813,0.153725174569888,0.306184772027043,0.69026087896314,0.153725174569888,0.294367732330521,0.67542756297196,0.153725174569888,0.300875493153025,0.317717705077657,0.153725174569888,0.193112661424905,0.0360702164463722,0.5,0.153725174569888,0.222157648413873,0.27573227959157,0,0.526803455589021,0.884020170740257 -4834,0.5,0.153725174569888,0.487965924451606,0.665525585772966,0.153725174569888,0.464345504779864,0.741707450448723,0.153725174569888,0.421610872413591,0.638437007226908,0.153725174569888,0.485147733966497,0.672938713112466,0.153725174569888,0.368830436172507,0.607699593742966,0.153725174569888,0.339392438795851,0.263410419507443,0.153725174569888,0.406268510676535,0.450250755879896,0.153725174569888,0.364733562910602,0.651010939421947,0.5,0.153725174569888,0.263680549815707,0.626379183499786,0.153725174569888,0.102698718575685,0.220907445371348,0.5,0.153725174569888,0.240402499919934,0.0387515136903323,0.153725174569888,0.125018341773095,0.237720716149843,0.153725174569888,0.441611402173554,0.755160409658643,0.153725174569888,0.425843666469666,0.70798312292096,0.153725174569888,0.399833790511448,0.761215169471142,0.153725174569888,0.416289325550861,0.401335016995201,0.153725174569888,0.230520753048238,0.0398684373769348,0.5,0.153725174569888,0.241280062399214,0.237870779347678,0,0.579100040195855,0.879444012865028 -4835,0.5,0.153725174569888,0.582254708950421,0.707878211568797,0.153725174569888,0.573691335039095,0.778237211305412,0.153725174569888,0.511237793662071,0.72957053103123,0.153725174569888,0.576029295751534,0.726162455780165,0.153725174569888,0.447432895065388,0.627405469592105,0.153725174569888,0.399533189776729,0.363370364737582,0.153725174569888,0.504436209648743,0.567364786574747,0.153725174569888,0.493767143602848,0.710949215815953,0.5,0.153725174569888,0.333242142249276,0.572678464261947,0.153725174569888,0.180756661011282,0.226895559417147,0.5,0.153725174569888,0.26108539689423,0.0386249360446982,0.153725174569888,0.176751460484318,0.205973172305176,0.153725174569888,0.541669939159968,0.74627034278049,0.153725174569888,0.5168198616247,0.701874143345915,0.153725174569888,0.477160401590598,0.800148471581331,0.153725174569888,0.503719576320782,0.439612153053497,0.153725174569888,0.285806229971908,0.0361226790112777,0.5,0.153725174569888,0.293700231174917,0.219897385080241,0,0.654371707640232,0.864301273101114 -4836,0.5,0.153725174569888,0.632822443166178,0.718371758986429,0.153725174569888,0.638407394881103,0.801436400865835,0.153725174569888,0.550427889896103,0.774072005255671,0.153725174569888,0.615194704409033,0.734241356119375,0.153725174569888,0.53242537454686,0.700387672416338,0.153725174569888,0.548634447979543,0.53656905446658,0.153725174569888,0.561457322428048,0.726955403999666,0.153725174569888,0.546942401185877,0.678548385887175,0.5,0.153725174569888,0.362264491832458,0.544436837042086,0.153725174569888,0.229106910487366,0.236474400517091,0.5,0.153725174569888,0.280737836104801,0.0419926909614258,0.153725174569888,0.185556599925067,0.188412844155748,0.153725174569888,0.622746198946979,0.769697274828007,0.153725174569888,0.584734529588555,0.661818961605982,0.153725174569888,0.520516729695104,0.798047730092246,0.153725174569888,0.526036555993837,0.517853414489854,0.153725174569888,0.330870076740072,0.0388501920463012,0.5,0.153725174569888,0.380710553889599,0.23276392449863,0,0.662854202204069,0.793521107023137 -4837,0.5,0.153725174569888,0.645906775418555,0.720827179460162,0.153725174569888,0.666462023839736,0.808605740836466,0.153725174569888,0.540116049595341,0.783983351771644,0.153725174569888,0.614057807211217,0.717243534453688,0.153725174569888,0.567379946104129,0.747565183714355,0.153725174569888,0.584731985926997,0.626410022615987,0.153725174569888,0.606094041584359,0.820257964559572,0.153725174569888,0.580277928918085,0.626510379706732,0.5,0.153725174569888,0.37895450922573,0.528036100062932,0.153725174569888,0.280340325747411,0.263920681681094,0.5,0.153725174569888,0.246288596285098,0.0599201976702262,0.153725174569888,0.165758458689015,0.171593078700411,0.153725174569888,0.65783498757327,0.784190700344274,0.153725174569888,0.604040549485641,0.61076245449267,0.153725174569888,0.555748611249062,0.762041321478798,0.153725174569888,0.498523406720438,0.543665272333155,0.153725174569888,0.419412966141011,0.0547698268486371,0.5,0.153725174569888,0.399151758703271,0.178209095307305,0,0.65184916510959,0.682665417380507 -4838,0.5,0.153725174569888,0.616172478742791,0.720235322996224,0.153725174569888,0.63324482247941,0.792986366999921,0.153725174569888,0.503666044081598,0.774131081244931,0.153725174569888,0.58497974612699,0.706125068680077,0.153725174569888,0.538792146272489,0.711679104081166,0.153725174569888,0.574822874850708,0.64306701278682,0.153725174569888,0.590553197040248,0.837421776182884,0.153725174569888,0.562397389059179,0.552106098161249,0.5,0.153725174569888,0.356907237178423,0.435681698486506,0.153725174569888,0.224955792931902,0.289417433530444,0.5,0.153725174569888,0.273686043866244,0.0529258739370295,0.153725174569888,0.157117721334302,0.137219589026138,0.153725174569888,0.649423399525138,0.816765801413605,0.153725174569888,0.577660437581277,0.601905197708903,0.153725174569888,0.567708580895967,0.703221134469558,0.153725174569888,0.47851344877011,0.560525256533411,0.153725174569888,0.389954585669606,0.0869800712796432,0.5,0.153725174569888,0.306591871901979,0.123428064924443,0,0.638898986620807,0.574095152753781 -4839,0.5,0.153725174569888,0.551324732402478,0.725084148487031,0.153725174569888,0.545680774913473,0.798613720727286,0.153725174569888,0.467311444728892,0.753087260401911,0.153725174569888,0.515613465027318,0.693371061512022,0.153725174569888,0.500166742351921,0.627732384026478,0.153725174569888,0.535804942741482,0.619322359165779,0.153725174569888,0.529982383424197,0.810882698265027,0.153725174569888,0.50443454658142,0.454343710433367,0.5,0.153725174569888,0.249556278396521,0.303788449527931,0.153725174569888,0.143740468134155,0.26650475871006,0.5,0.153725174569888,0.264951293370839,0.0218248858395041,0.153725174569888,0.132868875238164,0.0929400024353989,0.153725174569888,0.603818551820993,0.856736070997454,0.153725174569888,0.528113486310031,0.602871007207295,0.153725174569888,0.528420095775416,0.651619786915138,0.153725174569888,0.450257422878089,0.564698133159822,0.153725174569888,0.305813981671662,0.110082582902006,0.5,0.153725174569888,0.166676290943024,0.12467606676173,0,0.579431143455704,0.462209275381995 -4840,0.5,0.153725174569888,0.448887816064692,0.726274284252459,0.153725174569888,0.431571367062792,0.800375890398483,0.153725174569888,0.392291178513031,0.731493569661895,0.153725174569888,0.413984185445486,0.658017401143296,0.153725174569888,0.429403795587635,0.531859645874954,0.153725174569888,0.453654459990761,0.597796384142758,0.153725174569888,0.434349605965399,0.746957637386653,0.153725174569888,0.395259831776638,0.364265012513112,0.5,0.153725174569888,0.152400307589759,0.21479241324782,0.153725174569888,0.0819977150847327,0.245675638646219,0.5,0.153725174569888,0.153262262585429,0.029600195018338,0.153725174569888,0.104809985783883,0.0599679070044703,0.153725174569888,0.505971960526212,0.889550526090844,0.153725174569888,0.441369009755541,0.612429208514663,0.153725174569888,0.444470105880464,0.614427277432819,0.153725174569888,0.370509302976056,0.525619693719659,0.153725174569888,0.288797044570324,0.129501321406098,0.5,0.153725174569888,0.1412552736994,0.167969810201951,0,0.589486508841358,0.358063797128766 -4841,0.5,0.153725174569888,0.327885308988896,0.715782051371491,0.153725174569888,0.30963492521214,0.839641053834186,0.153725174569888,0.283558168887349,0.647333931650764,0.153725174569888,0.295965091485768,0.550428647975526,0.153725174569888,0.323098993530186,0.441710417268973,0.153725174569888,0.343631287974087,0.55615326779473,0.153725174569888,0.319800506508672,0.59914221488128,0.153725174569888,0.28362390675668,0.28748356300247,0.5,0.153725174569888,0.116375011164293,0.12422020205454,0.153725174569888,0.0492857948795588,0.218660280734847,0.5,0.153725174569888,0.0744447006001534,0.0380704205117462,0.153725174569888,0.0704553158366732,0.033476014682291,0.153725174569888,0.381964686612583,0.895655280676842,0.153725174569888,0.337530360244756,0.60983925013817,0.153725174569888,0.328535659813878,0.565452165144494,0.153725174569888,0.2735624768103,0.413079222454407,0.153725174569888,0.229477885961163,0.143307304496592,0.5,0.153725174569888,0.0753262546149079,0.175193858153595,0,0.660089689014295,0.286755836272509 -4842,0.5,0.153725174569888,0.20854654219365,0.638996879931846,0.153725174569888,0.206190545830753,0.849812845542781,0.153725174569888,0.185230676734292,0.417430509078466,0.153725174569888,0.184492220644124,0.304739809676343,0.153725174569888,0.216812208194002,0.286004802691433,0.153725174569888,0.233102223017461,0.389868027759061,0.153725174569888,0.214798619759248,0.305159107603481,0.153725174569888,0.15234245406972,0.181906883042893,0.5,0.153725174569888,0.0758296384352377,0.0606133927709483,0.153725174569888,0.0273284591960289,0.122853973579064,0.5,0.153725174569888,0.0273043425951173,0.0445488200812753,0.153725174569888,0.0420857148350833,0.0284871085765026,0.153725174569888,0.258517016021819,0.848518634114248,0.153725174569888,0.234096227040036,0.575547231795626,0.153725174569888,0.212383904242878,0.426157325752346,0.153725174569888,0.184310750642097,0.245998006694015,0.153725174569888,0.120265973065585,0.152340386162555,0.5,0.153725174569888,0.0224944770542549,0.193532644853607,0,0.71349946306734,0.255356768936599 -4843,0.5,0.153725174569888,0.0913383400516698,0.530832211947204,0.153725174569888,0.111623136418553,0.808657634775881,0.153725174569888,0.0854914404243427,0.274438322667902,0.153725174569888,0.0811509108995131,0.205786747846446,0.153725174569888,0.116040112309478,0.164809342445487,0.153725174569888,0.126207426557902,0.216685866837462,0.153725174569888,0.1096917319403,0.173330280910614,0.153725174569888,0.0976953756475177,0.130470577397577,0.5,0.153725174569888,0.0410635502575204,0.0342730219303118,0.153725174569888,0.0065841481403222,0.0705277076048962,0.5,0.153725174569888,0.033374483050696,0.0572782419742531,0.153725174569888,0.0218345369479185,0.0251332271357203,0.153725174569888,0.133978061815368,0.727820352720455,0.153725174569888,0.125765189318915,0.518633185014807,0.153725174569888,0.106779042426045,0.302356755909984,0.153725174569888,0.08407164685793,0.1782787117142,0.153725174569888,0.0568660829327604,0.165494932228212,0.5,0.153725174569888,0.00462266513043552,0.210945212896991,0,0.721751850925529,0.255585684836388 -4844,0.5,0.153725174569888,0.00578504891288034,0.400223320892,0.153725174569888,0.0316939719849063,0.637053344162067,0.153725174569888,0.00147068538293911,0.236131908030908,0.153725174569888,0.0,0.192280274740292,0.153725174569888,0.0326972484437902,0.150661552268782,0.153725174569888,0.0324629497777271,0.145961940153609,0.153725174569888,0.0278803213766345,0.129903867169926,0.153725174569888,0.0270508637052668,0.114790673353619,0.5,0.153725174569888,0.0123666602321865,0.0192220074782121,0.153725174569888,0.000109363772899914,0.0544142271947959,0.5,0.153725174569888,0.00189369871608972,0.0464417395624975,0.153725174569888,0.000677580172043696,0.0178407779585051,0.153725174569888,0.0318638200807493,0.56718600690456,0.153725174569888,0.0350383488848524,0.491609440477639,0.153725174569888,0.0258913350983018,0.253985883317129,0.153725174569888,0.0156789365330824,0.176045370800212,0.153725174569888,0.000103431690170213,0.197676974387793,0.5,0.153725174569888,9.03378317308073e-05,0.201277048490249,0,0.691863949348713,0.275898577632533 -4845,0.5,0.153725174569888,0.0,0.311600423182516,0.153725174569888,0.0,0.426262174427332,0.153725174569888,0.0,0.219451455477146,0.153725174569888,0.0,0.189093906701866,0.153725174569888,0.0,0.184016304085687,0.153725174569888,0.0,0.118782916462843,0.153725174569888,0.0,0.10770070548188,0.153725174569888,0.0,0.0955067295291654,0.5,0.153725174569888,0.0,0.0305783235335439,0.153725174569888,0.0,0.0692130110244407,0.5,0.153725174569888,0.0,0.0411234410434511,0.153725174569888,0.0,0.0332013461743018,0.153725174569888,0.0,0.440870176798611,0.153725174569888,0.0,0.459463136683731,0.153725174569888,0.0,0.249241227432046,0.153725174569888,0.0,0.179043138592999,0.153725174569888,0.0,0.275340283199835,0.5,0.153725174569888,0.0,0.171166984110879,0,0.655825655278073,0.324273193240432 -4846,0.5,0.153725174569888,0.0,0.268690142492673,0.153725174569888,0.0,0.337964000409592,0.153725174569888,0.0,0.208441512607905,0.153725174569888,0.0,0.182486768107229,0.153725174569888,0.0,0.225105962079079,0.153725174569888,0.0,0.0989691974491151,0.153725174569888,0.0,0.0785972249084628,0.153725174569888,0.0,0.0731901735355519,0.5,0.153725174569888,0.0,0.0542253680423525,0.153725174569888,0.0,0.111641500772398,0.5,0.153725174569888,0.0,0.0853264577828992,0.153725174569888,0.0,0.0283069318936443,0.153725174569888,0.0,0.369759951116776,0.153725174569888,0.0,0.417456230710776,0.153725174569888,0.0,0.255452327086826,0.153725174569888,0.0,0.170397133898516,0.153725174569888,0.0,0.320861888493174,0.5,0.153725174569888,0.0,0.170424265396153,0,0.667841939770903,0.380931389915709 -4847,0.5,0.153725174569888,0.0,0.248014584339419,0.153725174569888,0.0,0.29486285723965,0.153725174569888,0.0,0.219569862249305,0.153725174569888,0.0,0.183136602203774,0.153725174569888,0.0,0.246055591197816,0.153725174569888,0.0,0.0839325226654939,0.153725174569888,0.0,0.0650377927017103,0.153725174569888,0.0,0.058711399592136,0.5,0.153725174569888,0.0,0.0711370994009948,0.153725174569888,0.0,0.153625357651646,0.5,0.153725174569888,0.0,0.0151110191013223,0.153725174569888,0.0,0.0583489693785144,0.153725174569888,0.0,0.333804102392447,0.153725174569888,0.0,0.369243107327133,0.153725174569888,0.0,0.251479494409988,0.153725174569888,0.0,0.177972037042452,0.153725174569888,0.0,0.290971527123499,0.5,0.153725174569888,0.0,0.16252730477061,0,0.713468711685527,0.437118541083842 -4848,0.5,0.153725174569888,0.0,0.244188372196167,0.153725174569888,0.0,0.273409874224047,0.153725174569888,0.0,0.211956495910336,0.153725174569888,0.0,0.173467447133966,0.153725174569888,0.0,0.228204354671433,0.153725174569888,0.0,0.0897315691166415,0.153725174569888,0.0,0.0804933891737507,0.153725174569888,0.0,0.047559867373472,0.5,0.153725174569888,0.0,0.0771947511337785,0.153725174569888,0.0,0.218119186351276,0.5,0.153725174569888,0.0,0.0298806206617146,0.153725174569888,0.0,0.11638304623186,0.153725174569888,0.0,0.325071675554698,0.153725174569888,0.0,0.34289535488841,0.153725174569888,0.0,0.234377221059844,0.153725174569888,0.0,0.168524133896223,0.153725174569888,0.0,0.20285397347721,0.5,0.153725174569888,0.0,0.124892416947191,0,0.741161378971561,0.501038091345367 -4849,0.5,0.153725174569888,0.0,0.239959515035214,0.153725174569888,0.0,0.259544948830104,0.153725174569888,0.0,0.17223830992838,0.153725174569888,0.0,0.155336101735492,0.153725174569888,0.0,0.192627311866305,0.153725174569888,0.0,0.100962008306065,0.153725174569888,0.0,0.094420784343811,0.153725174569888,0.0,0.0349489203591848,0.5,0.153725174569888,0.0,0.0851353676591364,0.153725174569888,0.0,0.227467766605017,0.5,0.153725174569888,0.0,0.127764854589727,0.153725174569888,0.0,0.127291933477231,0.153725174569888,0.0,0.339741429758997,0.153725174569888,0.0,0.330194192593818,0.153725174569888,0.0,0.207557840118891,0.153725174569888,0.0,0.144347539357407,0.153725174569888,0.0,0.186233765602959,0.5,0.153725174569888,0.0,0.101309511842299,0,0.758470790703952,0.539850067095799 -4850,0.5,0.153725174569888,0.0,0.222790890680298,0.153725174569888,0.0,0.220513039715938,0.153725174569888,0.0,0.149403313835951,0.153725174569888,0.0,0.135540048201952,0.153725174569888,0.0,0.149460726338295,0.153725174569888,0.0,0.0978802231638892,0.153725174569888,0.0,0.084982854973705,0.153725174569888,0.0,0.0338946260431171,0.5,0.153725174569888,0.0,0.107448170034623,0.153725174569888,0.0,0.173448757826154,0.5,0.153725174569888,0.0,0.158882662788949,0.153725174569888,0.0,0.162845803750139,0.153725174569888,0.0,0.356047220841825,0.153725174569888,0.0,0.302149959820315,0.153725174569888,0.0,0.170027462440126,0.153725174569888,0.0,0.157618112617653,0.153725174569888,0.0,0.177723064426936,0.5,0.153725174569888,0.0,0.0780866419146415,0,0.755197611262453,0.554031926668857 -4851,0.5,0.153725174569888,0.0,0.197664561019164,0.153725174569888,0.0,0.176667437068657,0.153725174569888,0.0,0.141223136179196,0.153725174569888,0.0,0.115223900569494,0.153725174569888,0.0,0.123079004270795,0.153725174569888,0.0,0.087051138609534,0.153725174569888,0.0,0.0670831225238901,0.153725174569888,0.0,0.0431345660167369,0.5,0.153725174569888,0.0,0.117794612731027,0.153725174569888,0.0,0.129524853930629,0.5,0.153725174569888,0.0,0.192154382956714,0.153725174569888,0.0,0.126254251815105,0.153725174569888,0.0,0.343259210712175,0.153725174569888,0.0,0.265522988432914,0.153725174569888,0.0,0.130529309048821,0.153725174569888,0.0,0.16252991009855,0.153725174569888,0.0,0.173765706932,0.5,0.153725174569888,0.0,0.0684225617356103,0,0.721423720532784,0.553843744129786 -4852,0.5,0.153725174569888,0.0,0.178219317836289,0.153725174569888,0.0,0.159596406157387,0.153725174569888,0.0,0.127953842773487,0.153725174569888,0.0,0.101817015874472,0.153725174569888,0.0,0.109730494764082,0.153725174569888,0.0,0.0804696334774924,0.153725174569888,0.0,0.0612245939047963,0.153725174569888,0.0,0.045161655758439,0.5,0.153725174569888,0.0,0.129450496208715,0.153725174569888,0.0,0.116055736828496,0.5,0.153725174569888,0.0,0.182980285764625,0.153725174569888,0.0,0.0726490545502682,0.153725174569888,0.0,0.313292781057802,0.153725174569888,0.0,0.239024451942125,0.153725174569888,0.0,0.109054331917057,0.153725174569888,0.0,0.164817909261184,0.153725174569888,0.0,0.150102104025513,0.5,0.153725174569888,0.0,0.0581656457072883,0,0.67423274680062,0.571671225334393 -4853,0.5,0.153725174569888,0.00125838450985575,0.165115564376041,0.153725174569888,0.0,0.143093402572903,0.153725174569888,0.0,0.103316260630273,0.153725174569888,0.000487428219898225,0.0888912107336769,0.153725174569888,0.0,0.100383205343505,0.153725174569888,0.0,0.0744830736427834,0.153725174569888,0.0,0.0525711487881107,0.153725174569888,0.0,0.0411025635119521,0.5,0.153725174569888,0.0,0.147634634704073,0.153725174569888,0.0,0.101286452913376,0.5,0.153725174569888,0.0,0.149329950642582,0.153725174569888,0.0,0.046377080071223,0.153725174569888,2.27335147754655e-05,0.27971320864035,0.153725174569888,0.0,0.215822637460416,0.153725174569888,0.0,0.0956771473640896,0.153725174569888,0.0,0.161665858060957,0.153725174569888,0.0,0.116196046179804,0.5,0.153725174569888,0.0,0.0469273350958885,0,0.649535826707085,0.611376587897756 -4854,0.5,0.153725174569888,0.0503770912831592,0.169078549983088,0.153725174569888,0.0405334195006198,0.147332641648654,0.153725174569888,0.0386282645533499,0.0778658423723257,0.153725174569888,0.0481811564947174,0.0769067733466512,0.153725174569888,0.0276328158578811,0.100622023120883,0.153725174569888,0.0200670749403079,0.0686175867084682,0.153725174569888,0.0266621874921184,0.0411447562605499,0.153725174569888,0.0182895680417924,0.0320538282035985,0.5,0.153725174569888,0.013313406077025,0.14132664677255,0.153725174569888,0.00265362703654616,0.0639857046321017,0.5,0.153725174569888,0.0114838959596824,0.13864076974272,0.153725174569888,0.00223886840943503,0.0336421423300418,0.153725174569888,0.0411151061919445,0.242023397752186,0.153725174569888,0.0320331992204136,0.207030272116665,0.153725174569888,0.0354332631626778,0.102639234404607,0.153725174569888,0.0285081373900802,0.141637972954362,0.153725174569888,0.014342328493361,0.103363197999847,0.5,0.153725174569888,0.0029522628128973,0.0437738621411021,0,0.654645893063933,0.623241890566976 -4855,0.5,0.153725174569888,0.128919883669595,0.268241290733245,0.153725174569888,0.112214918360945,0.224620013510866,0.153725174569888,0.115015446407491,0.120217725204554,0.153725174569888,0.129701170240737,0.105409862893365,0.153725174569888,0.0954681771507988,0.15779464501922,0.153725174569888,0.0873688316663844,0.0869701979011839,0.153725174569888,0.0966514433410318,0.052401500938205,0.153725174569888,0.0874702157541839,0.0318756928832729,0.5,0.153725174569888,0.0795060575834032,0.143634827709779,0.153725174569888,0.0224339977802859,0.0555069634742891,0.5,0.153725174569888,0.0686281158837871,0.165615210412388,0.153725174569888,0.0204400775153782,0.0284262132615541,0.153725174569888,0.111353296093315,0.310498833468087,0.153725174569888,0.100100116778583,0.2946642747449,0.153725174569888,0.107389503633302,0.174059505230272,0.153725174569888,0.100873959458945,0.159838667800804,0.153725174569888,0.063097070524025,0.121557683726473,0.5,0.153725174569888,0.0183767038312634,0.0557235252266194,0,0.669108706151774,0.616970531841009 -4856,0.5,0.153725174569888,0.244862789966179,0.402959267500583,0.153725174569888,0.225968847761569,0.361257675266385,0.153725174569888,0.231147819878769,0.233868793830037,0.153725174569888,0.247730361883753,0.193181289734065,0.153725174569888,0.204924071277105,0.27535565075257,0.153725174569888,0.194168622619715,0.122510687179082,0.153725174569888,0.205925863104405,0.0985619221382672,0.153725174569888,0.196124448790376,0.0619651599288473,0.5,0.153725174569888,0.183571973888345,0.216663702120384,0.153725174569888,0.0524453352375339,0.0620369983114769,0.5,0.153725174569888,0.160313621997074,0.213919799081148,0.153725174569888,0.0552943403529671,0.0273467692722238,0.153725174569888,0.224957858802783,0.461716292250873,0.153725174569888,0.210608747942125,0.391206593228945,0.153725174569888,0.220653194418412,0.223980483848586,0.153725174569888,0.212839991591419,0.238857617807091,0.153725174569888,0.133034107032812,0.144273985631095,0.5,0.153725174569888,0.04439488362421,0.0667733461280768,0,0.644158853861528,0.633987387524556 -4857,0.5,0.153725174569888,0.365302901015512,0.487418971310661,0.153725174569888,0.347733955149542,0.553511119058215,0.153725174569888,0.35855007489029,0.312096464419847,0.153725174569888,0.375476509579006,0.240982682803607,0.153725174569888,0.327062154762016,0.313297860007604,0.153725174569888,0.316052080057987,0.181442634920855,0.153725174569888,0.329199765110552,0.158168166965566,0.153725174569888,0.31984263679172,0.0985059210298806,0.5,0.153725174569888,0.313958396247004,0.31843969432826,0.153725174569888,0.0944573317370368,0.103629095316325,0.5,0.153725174569888,0.268614931352916,0.293486719907866,0.153725174569888,0.0903199678945482,0.0311810291187823,0.153725174569888,0.347531857182807,0.583471083135987,0.153725174569888,0.332382613812047,0.463880395221548,0.153725174569888,0.3446504242975,0.266882861441528,0.153725174569888,0.338549875155128,0.387809302123935,0.153725174569888,0.218383355041318,0.228076176575711,0.5,0.153725174569888,0.0811872728920577,0.0537743129954215,0,0.592797339461363,0.628873850630032 -4858,0.5,0.153725174569888,0.486050832346919,0.581427518597068,0.153725174569888,0.477638365184415,0.637782343675279,0.153725174569888,0.491295811895322,0.410961622583745,0.153725174569888,0.503818618648583,0.319852129025587,0.153725174569888,0.459593232093314,0.350363890094695,0.153725174569888,0.449590064451129,0.196032184618088,0.153725174569888,0.463486771238709,0.249080745110718,0.153725174569888,0.454349266093567,0.159736169691474,0.5,0.153725174569888,0.454161196247488,0.397982877671874,0.153725174569888,0.134318359761189,0.0864031298650274,0.5,0.153725174569888,0.38606383984723,0.307963468937083,0.153725174569888,0.145647697435644,0.0348189879536825,0.153725174569888,0.479838849054116,0.64266870371888,0.153725174569888,0.464080543652975,0.528577192895064,0.153725174569888,0.477453125312574,0.372257032506915,0.153725174569888,0.473795782794311,0.458713904925541,0.153725174569888,0.31251187792415,0.277484559253406,0.5,0.153725174569888,0.113202425387971,0.0364380149722368,0,0.569829895841872,0.56332515152661 -4859,0.5,0.153725174569888,0.571139536871139,0.641487425393571,0.153725174569888,0.585672268802592,0.722470430154058,0.153725174569888,0.597003519744881,0.563465131044255,0.153725174569888,0.600370886749263,0.443996985899859,0.153725174569888,0.572581890099968,0.430460341722349,0.153725174569888,0.565963338847428,0.258521499599843,0.153725174569888,0.577607229151596,0.347829184593595,0.153725174569888,0.570301389832503,0.240354091528163,0.5,0.153725174569888,0.571278012620516,0.420542394217741,0.153725174569888,0.127996891968757,0.0415481905053514,0.5,0.153725174569888,0.501252187980596,0.334935812403532,0.153725174569888,0.227526678921588,0.0539520633808534,0.153725174569888,0.593193094438955,0.690389102030129,0.153725174569888,0.577408541058147,0.585979691639154,0.153725174569888,0.586606005434145,0.466334698548199,0.153725174569888,0.58686960257887,0.548218387403029,0.153725174569888,0.369662271250531,0.292284749729643,0.5,0.153725174569888,0.181471138016319,0.024982175505562,0,0.545238318422543,0.460441423761299 -4860,0.5,0.153725174569888,0.61975034387821,0.68425281144869,0.153725174569888,0.648850182305591,0.793167197766804,0.153725174569888,0.649398119071248,0.684282079200214,0.153725174569888,0.638977761446082,0.574586472985742,0.153725174569888,0.613217223345287,0.487529371192535,0.153725174569888,0.635221703612589,0.359686209278533,0.153725174569888,0.640284875340834,0.504276027303732,0.153725174569888,0.644282683783939,0.323818286267964,0.5,0.153725174569888,0.644874601284253,0.460657936929585,0.153725174569888,0.0884060074772083,0.0281423867202899,0.5,0.153725174569888,0.588052903333967,0.379915972477357,0.153725174569888,0.25712910555995,0.0705034297482294,0.153725174569888,0.662362887135534,0.734555026193995,0.153725174569888,0.639501337780735,0.633892889751239,0.153725174569888,0.631377811588697,0.559475285585456,0.153725174569888,0.65049318233817,0.652705233728829,0.153725174569888,0.410149329950908,0.326850738994946,0.5,0.153725174569888,0.247779058647683,0.03123270577213,0,0.525715443904387,0.383590295319351 -4861,0.5,0.153725174569888,0.630994881166883,0.699301098318555,0.153725174569888,0.636923017509644,0.83082936368103,0.153725174569888,0.658526990422253,0.720840080888958,0.153725174569888,0.642739215088904,0.613480247494256,0.153725174569888,0.65122737018794,0.500712788379737,0.153725174569888,0.645368835076018,0.417221437402206,0.153725174569888,0.65768119334706,0.584185228478334,0.153725174569888,0.664994547356753,0.339624382852549,0.5,0.153725174569888,0.678041643162126,0.486240462957304,0.153725174569888,0.0853884284810579,0.0232960103756168,0.5,0.153725174569888,0.621125365051536,0.404480066774757,0.153725174569888,0.23056096416077,0.0706739703160432,0.153725174569888,0.68973728590227,0.762059352968202,0.153725174569888,0.660820958627121,0.664817228400332,0.153725174569888,0.645445741389585,0.565174571159528,0.153725174569888,0.681425912692084,0.654002295797382,0.153725174569888,0.429566441759415,0.341397600392784,0.5,0.153725174569888,0.270220705360869,0.0341221080209574,0,0.511297423526538,0.374820195387856 -4862,0.5,0.153725174569888,0.61318023827075,0.7032645587086,0.153725174569888,0.620511198119078,0.862691322528962,0.153725174569888,0.641475537175505,0.709236144389559,0.153725174569888,0.612119051002138,0.588047479504109,0.153725174569888,0.647301785023968,0.476850851540653,0.153725174569888,0.644150459987079,0.43045697353794,0.153725174569888,0.654452458783385,0.560314015919212,0.153725174569888,0.660421020074798,0.344890396710607,0.5,0.153725174569888,0.670727227157778,0.503653592252126,0.153725174569888,0.0977527631360813,0.0166169807169746,0.5,0.153725174569888,0.591394522093683,0.394923762003729,0.153725174569888,0.162670571185016,0.0564864281636671,0.153725174569888,0.676624735997271,0.770636170487439,0.153725174569888,0.650120252510383,0.683874922019177,0.153725174569888,0.629742771963239,0.535907419308983,0.153725174569888,0.667421161249743,0.620510485450678,0.153725174569888,0.433190261931351,0.329878340640518,0.5,0.153725174569888,0.192244442171644,0.0336621079423015,0,0.487751633042937,0.434392565119477 -4863,0.5,0.153725174569888,0.527313700421676,0.726184734011901,0.153725174569888,0.591454719821311,0.886979680120609,0.153725174569888,0.574110777094294,0.679685625386647,0.153725174569888,0.503731902302719,0.528551770820484,0.153725174569888,0.590184292411347,0.45968882314517,0.153725174569888,0.602388585362766,0.449185429683425,0.153725174569888,0.60515236353568,0.495821966404018,0.153725174569888,0.618323443247436,0.360862980909305,0.5,0.153725174569888,0.62338505690215,0.506808473012819,0.153725174569888,0.167017173123952,0.013138758539815,0.5,0.153725174569888,0.511866695397009,0.345301966493391,0.153725174569888,0.145888492539423,0.0383388048169533,0.153725174569888,0.623742813351202,0.777797817680089,0.153725174569888,0.596176309188702,0.709593450308119,0.153725174569888,0.57870557329959,0.514954486024823,0.153725174569888,0.613742343873112,0.574417950060791,0.153725174569888,0.393891620129247,0.297077045580784,0.5,0.153725174569888,0.166453308903798,0.0300654131781537,0,0.477475404053457,0.507103792533108 -4864,0.5,0.153725174569888,0.424228061947651,0.758261807098787,0.153725174569888,0.489216004732263,0.909917823728217,0.153725174569888,0.469593594126169,0.661364413146336,0.153725174569888,0.398025196617764,0.483252626312899,0.153725174569888,0.49942454123653,0.460981899859414,0.153725174569888,0.513151187770055,0.488500191838856,0.153725174569888,0.513523257271268,0.435828613575403,0.153725174569888,0.524681807027442,0.385190184507931,0.5,0.153725174569888,0.528546731545041,0.509658087716494,0.153725174569888,0.102969953728998,0.00401877876277958,0.5,0.153725174569888,0.389886138668539,0.258180751753402,0.153725174569888,0.113349425928643,0.0192410778343517,0.153725174569888,0.5199778655924,0.782897417363245,0.153725174569888,0.502546253413449,0.741444510193693,0.153725174569888,0.469301766718359,0.508172629621757,0.153725174569888,0.512440372171098,0.516799735338201,0.153725174569888,0.30957806426057,0.239247617532606,0.5,0.153725174569888,0.176520798819919,0.0327269259054022,0,0.473574559491339,0.55087910463216 -4865,0.5,0.153725174569888,0.310502619136269,0.752466549289244,0.153725174569888,0.373634043162536,0.917402539316474,0.153725174569888,0.341372087505858,0.625985843362649,0.153725174569888,0.27876689844636,0.368670037822987,0.153725174569888,0.372475834114036,0.471569828864012,0.153725174569888,0.392326219710171,0.486207522456523,0.153725174569888,0.387290031923273,0.344928304160189,0.153725174569888,0.400938564085772,0.385148098924496,0.5,0.153725174569888,0.397807334963204,0.436543231778119,0.153725174569888,0.0921586984170639,0.00505189675009542,0.5,0.153725174569888,0.271833326112014,0.140922099330452,0.153725174569888,0.0775502430373305,0.0128859645421082,0.153725174569888,0.391487071894201,0.775138926469561,0.153725174569888,0.377347503023318,0.768764679579502,0.153725174569888,0.341006912843654,0.511104798751397,0.153725174569888,0.376938390202824,0.394631451076817,0.153725174569888,0.213483952212522,0.189603872767159,0.5,0.153725174569888,0.116384509864439,0.0288094919257907,0,0.473780691820025,0.555391490180466 -4866,0.5,0.153725174569888,0.205764439164145,0.683041123075828,0.153725174569888,0.25509314590077,0.88533377184307,0.153725174569888,0.21214084777921,0.399268822186003,0.153725174569888,0.166107793522488,0.190547742298429,0.153725174569888,0.255734324116447,0.400524329267588,0.153725174569888,0.273016824029759,0.336846216831924,0.153725174569888,0.261948965818729,0.139383844835645,0.153725174569888,0.269486923450766,0.262435976653663,0.5,0.153725174569888,0.265481151441859,0.219034268805669,0.153725174569888,0.0761692998865053,0.00221007713314774,0.5,0.153725174569888,0.147948904753125,0.0299962738700236,0.153725174569888,0.060812068925648,0.00573224604160889,0.153725174569888,0.265804340265106,0.718837054578793,0.153725174569888,0.260789507615378,0.751777029010504,0.153725174569888,0.224225285860907,0.467163998814633,0.153725174569888,0.24901797695699,0.158798169609816,0.153725174569888,0.128145585116594,0.113855147235267,0.5,0.153725174569888,0.0888724578948071,0.0150888095369439,0,0.474427137969766,0.515078824280865 -4867,0.5,0.153725174569888,0.0839327285854566,0.571988495546295,0.153725174569888,0.129627090573686,0.791302395775471,0.153725174569888,0.0800618508982286,0.221996769735947,0.153725174569888,0.0659566905854338,0.116889879873735,0.153725174569888,0.130719680535456,0.421289633349999,0.153725174569888,0.147248483195567,0.125849359707831,0.153725174569888,0.130654164451528,0.0691489027643213,0.153725174569888,0.140673411307396,0.11455161648761,0.5,0.153725174569888,0.131303858295972,0.109147144477767,0.153725174569888,0.0349758941724931,0.00281270443365848,0.5,0.153725174569888,0.0581163565008633,0.00939899657650123,0.153725174569888,0.027344642552344,0.00295114012931774,0.153725174569888,0.137417324949888,0.57690818268003,0.153725174569888,0.138583036576198,0.688310061663569,0.153725174569888,0.104819720378607,0.46250555307267,0.153725174569888,0.121032992923103,0.113698744945546,0.153725174569888,0.055016838521498,0.118774568502967,0.5,0.153725174569888,0.0342760049483083,0.0185024472982657,0,0.479878217169959,0.451620263021612 -4868,0.5,0.153725174569888,0.00411897178540467,0.451180915684756,0.153725174569888,0.0235101540204502,0.602511450048924,0.153725174569888,0.0,0.165449358275401,0.153725174569888,0.0,0.124471988880325,0.153725174569888,0.0271590382149182,0.586646755623154,0.153725174569888,0.027908730034288,0.121107737328619,0.153725174569888,0.0235608296328811,0.0762934560552729,0.153725174569888,0.0251438878175767,0.070831459193786,0.5,0.153725174569888,0.0207259710560982,0.0980833707606839,0.153725174569888,0.000211911790296832,0.00487195862721437,0.5,0.153725174569888,0.000409855028618327,0.0336991236475712,0.153725174569888,0.000378899296528012,0.00245679798635509,0.153725174569888,0.0291749718362913,0.394526896586703,0.153725174569888,0.0287928932132003,0.607454576172559,0.153725174569888,0.0190128429103769,0.463274861885632,0.153725174569888,0.014754362660223,0.122072241978158,0.153725174569888,0.000420794148514129,0.158149431690554,0.5,0.153725174569888,0.000150041650597866,0.027234611713968,0,0.496239881232843,0.382466988310272 -4869,0.5,0.153725174569888,0.0,0.388821095828502,0.153725174569888,0.0,0.438912587888831,0.153725174569888,0.0,0.196489909581093,0.153725174569888,0.0,0.155338990563052,0.153725174569888,0.0,0.688251180913597,0.153725174569888,0.0,0.206956757586043,0.153725174569888,0.0,0.0980939323638133,0.153725174569888,0.0,0.0634756776444767,0.5,0.153725174569888,0.0,0.0971781557037616,0.153725174569888,0.0,0.00642428709851173,0.5,0.153725174569888,0.0,0.0978333095944678,0.153725174569888,0.0,0.0025697558410608,0.153725174569888,0.0,0.292352244045523,0.153725174569888,0.0,0.540602032635324,0.153725174569888,0.0,0.46262825643163,0.153725174569888,0.0,0.134670958707055,0.153725174569888,0.0,0.202940661895511,0.5,0.153725174569888,0.0,0.0322601253788835,0,0.543763359030161,0.33503013008867 -4870,0.5,0.153725174569888,0.0,0.340793703621123,0.153725174569888,0.0,0.329398869793519,0.153725174569888,0.0,0.287426995287045,0.153725174569888,0.0,0.181772438150436,0.153725174569888,0.0,0.625786924248685,0.153725174569888,0.0,0.324688787796379,0.153725174569888,0.0,0.140481577300205,0.153725174569888,0.0,0.0575442998026243,0.5,0.153725174569888,0.0,0.0942207763521481,0.153725174569888,0.0,0.00625810018708093,0.5,0.153725174569888,0.0,0.192112181086288,0.153725174569888,0.0,0.00383635709377889,0.153725174569888,0.0,0.235374706408004,0.153725174569888,0.0,0.475100186150325,0.153725174569888,0.0,0.431918566254025,0.153725174569888,0.0,0.134830429924857,0.153725174569888,0.0,0.220008637435205,0.5,0.153725174569888,0.0,0.0306508196650179,0,0.556679887861782,0.318038181403295 -4871,0.5,0.153725174569888,0.0,0.300916556993444,0.153725174569888,0.0,0.233829140283342,0.153725174569888,0.0,0.314035640846053,0.153725174569888,0.0,0.191136302018658,0.153725174569888,0.0,0.514371900363856,0.153725174569888,0.0,0.372141617488494,0.153725174569888,0.0,0.183065105634678,0.153725174569888,0.0,0.0535787784978143,0.5,0.153725174569888,0.0,0.0949832647148587,0.153725174569888,0.0,0.00493327098467938,0.5,0.153725174569888,0.0,0.244359283720434,0.153725174569888,0.0,0.00747662786049581,0.153725174569888,0.0,0.194575621937985,0.153725174569888,0.0,0.399919798369074,0.153725174569888,0.0,0.335854100531574,0.153725174569888,0.0,0.131821035211682,0.153725174569888,0.0,0.203850041732825,0.5,0.153725174569888,0.0,0.0412079010849053,0,0.594453960953799,0.318468783168732 -4872,0.5,0.153725174569888,0.0,0.268326459924269,0.153725174569888,0.0,0.184166361542271,0.153725174569888,0.0,0.252089127466744,0.153725174569888,0.0,0.179760935448469,0.153725174569888,0.0,0.405303791588579,0.153725174569888,0.0,0.322532817850133,0.153725174569888,0.0,0.208151819242496,0.153725174569888,0.0,0.0533876208420112,0.5,0.153725174569888,0.0,0.100850382538087,0.153725174569888,0.0,0.00356024111665605,0.5,0.153725174569888,0.0,0.220192771661924,0.153725174569888,0.0,0.0126629652982988,0.153725174569888,0.0,0.179051840824741,0.153725174569888,0.0,0.338850041653667,0.153725174569888,0.0,0.226033430056196,0.153725174569888,0.0,0.140929366638825,0.153725174569888,0.0,0.162626255867695,0.5,0.153725174569888,0.0,0.0640060514467014,0,0.591806379707195,0.305985411631585 -4873,0.5,0.153725174569888,0.0,0.22708645799076,0.153725174569888,0.0,0.161243526876907,0.153725174569888,0.0,0.182627393308224,0.153725174569888,0.0,0.148151033126103,0.153725174569888,0.0,0.321748120347316,0.153725174569888,0.0,0.244162543777803,0.153725174569888,0.0,0.186762334612258,0.153725174569888,0.0,0.0451074588499468,0.5,0.153725174569888,0.0,0.10788153943333,0.153725174569888,0.0,0.00545609431719183,0.5,0.153725174569888,0.0,0.197516223526156,0.153725174569888,0.0,0.0195260310722412,0.153725174569888,0.0,0.174572159112133,0.153725174569888,0.0,0.300099473840372,0.153725174569888,0.0,0.16653266018865,0.153725174569888,0.0,0.135603161802547,0.153725174569888,0.0,0.128850317888899,0.5,0.153725174569888,0.0,0.0663942420151884,0,0.595533081631638,0.312496017256014 -4874,0.5,0.153725174569888,0.0,0.191999644964621,0.153725174569888,0.0,0.144198070592439,0.153725174569888,0.0,0.130036645744174,0.153725174569888,0.0,0.114147062770042,0.153725174569888,0.0,0.281437372036663,0.153725174569888,0.0,0.192735214043722,0.153725174569888,0.0,0.137982181422288,0.153725174569888,0.0,0.0405362595145752,0.5,0.153725174569888,0.0,0.113489179496115,0.153725174569888,0.0,0.00906402352617636,0.5,0.153725174569888,0.0,0.17273767637721,0.153725174569888,0.0,0.0253657826759272,0.153725174569888,0.0,0.170232357692123,0.153725174569888,0.0,0.285281315958746,0.153725174569888,0.0,0.139471506247372,0.153725174569888,0.0,0.115007291577503,0.153725174569888,0.0,0.0986680118434736,0.5,0.153725174569888,0.0,0.0503786905325314,0,0.623051188832292,0.34285992595421 -4875,0.5,0.153725174569888,0.0,0.180217361689864,0.153725174569888,0.0,0.135786729658294,0.153725174569888,0.0,0.0989403761877047,0.153725174569888,0.0,0.0826724988615609,0.153725174569888,0.0,0.257393314255666,0.153725174569888,0.0,0.172119931706068,0.153725174569888,0.0,0.103757234365185,0.153725174569888,0.0,0.0364073550984273,0.5,0.153725174569888,0.0,0.1142950509042,0.153725174569888,0.0,0.0075487023701249,0.5,0.153725174569888,0.0,0.144400117116105,0.153725174569888,0.0,0.0260211842389867,0.153725174569888,0.0,0.179570999608891,0.153725174569888,0.0,0.267658821389935,0.153725174569888,0.0,0.121631400968315,0.153725174569888,0.0,0.0933163371976086,0.153725174569888,0.0,0.0779774304716389,0.5,0.153725174569888,0.0,0.0345284313417173,0,0.621246611058387,0.355689521388855 -4876,0.5,0.153725174569888,0.0,0.166934015598471,0.153725174569888,0.0,0.141982388144229,0.153725174569888,0.0,0.0787137143317524,0.153725174569888,0.0,0.072043026987834,0.153725174569888,0.0,0.226328475742456,0.153725174569888,0.0,0.1684397418,0.153725174569888,0.0,0.086565832112564,0.153725174569888,0.0,0.0314655784545331,0.5,0.153725174569888,0.0,0.119056346556642,0.153725174569888,0.0,0.0038387459148069,0.5,0.153725174569888,0.0,0.122019818446013,0.153725174569888,0.0,0.0207174208975274,0.153725174569888,0.0,0.199566161437392,0.153725174569888,0.0,0.251879009165738,0.153725174569888,0.0,0.101235651435867,0.153725174569888,0.0,0.077601907806386,0.153725174569888,0.0,0.0656625414956264,0.5,0.153725174569888,0.0,0.0249356163350141,0,0.588803549813055,0.343710573321682 -4877,0.5,0.153725174569888,0.00100881402539108,0.15173470269916,0.153725174569888,0.0,0.154157044799283,0.153725174569888,0.0,0.0685628307384816,0.153725174569888,0.00030211339108806,0.0679459888778762,0.153725174569888,0.0,0.193631010092789,0.153725174569888,0.0,0.166431669478931,0.153725174569888,0.0,0.0684336045941159,0.153725174569888,0.0,0.0268497361500229,0.5,0.153725174569888,0.0,0.113972815014126,0.153725174569888,0.0,0.00330619810903771,0.5,0.153725174569888,0.0,0.107296580307158,0.153725174569888,0.0,0.0180041257567398,0.153725174569888,3.55726495272325e-06,0.212954730344872,0.153725174569888,0.0,0.256287383236557,0.153725174569888,0.0,0.108697723783791,0.153725174569888,0.0,0.0717928422229457,0.153725174569888,0.0,0.0530460976335033,0.5,0.153725174569888,0.0,0.0194872007306368,0,0.554667714990199,0.357888793814502 -4878,0.5,0.153725174569888,0.0503853463680273,0.144477077717815,0.153725174569888,0.0410167776703621,0.139206900106095,0.153725174569888,0.0332172689566932,0.0886842570324489,0.153725174569888,0.0463496658718914,0.0571726721055051,0.153725174569888,0.0270680029118236,0.199297885748117,0.153725174569888,0.0183861106310656,0.146794410703638,0.153725174569888,0.0250148440906446,0.0568815770968745,0.153725174569888,0.0168978701734479,0.0219398074199895,0.5,0.153725174569888,0.0123343032051151,0.0994047137473689,0.153725174569888,0.0168908577998664,0.00466648193780224,0.5,0.153725174569888,0.0120888300314315,0.0788049146668255,0.153725174569888,0.0107546246577196,0.0165163492202608,0.153725174569888,0.0414631175612775,0.187432509819998,0.153725174569888,0.0322791929353205,0.26258138672606,0.153725174569888,0.033798057027239,0.127079843500136,0.153725174569888,0.0268697294415537,0.0567082394794669,0.153725174569888,0.0291186736379977,0.0374380193415113,0.5,0.153725174569888,0.0320654653331218,0.0143208997179025,0,0.555223313128982,0.399733822521798 -4879,0.5,0.153725174569888,0.130011393277815,0.220366718630647,0.153725174569888,0.114192936521406,0.207435491022536,0.153725174569888,0.10736172301515,0.135673515864528,0.153725174569888,0.128184018799746,0.0794392254172648,0.153725174569888,0.0962690839758671,0.287455473187149,0.153725174569888,0.0858621756178872,0.173070333623932,0.153725174569888,0.0948320781032181,0.0749694731950092,0.153725174569888,0.0859745877315907,0.0178802477619943,0.5,0.153725174569888,0.0791573119941939,0.0840972076124647,0.153725174569888,0.0862259072206415,0.00677669943291752,0.5,0.153725174569888,0.0774700470297846,0.064837707440891,0.153725174569888,0.0695035958302498,0.0149840431386935,0.153725174569888,0.112907698374335,0.242507660297913,0.153725174569888,0.101960934969635,0.336890181101041,0.153725174569888,0.106329618762173,0.207102941474571,0.153725174569888,0.0990225719348897,0.0596194100934488,0.153725174569888,0.103369256627561,0.0335500157344587,0.5,0.153725174569888,0.111157938500034,0.0106940898984339,0,0.573236403693321,0.438831768394659 -4880,0.5,0.153725174569888,0.249593358861981,0.391067672827298,0.153725174569888,0.230133124029985,0.345603262031158,0.153725174569888,0.219970405997974,0.162417663262661,0.153725174569888,0.247559861081648,0.144252275906885,0.153725174569888,0.208057073208343,0.510315046162235,0.153725174569888,0.193945987142233,0.3101906592492,0.153725174569888,0.206693246143819,0.174660778761816,0.153725174569888,0.194920835346478,0.0366141834273445,0.5,0.153725174569888,0.178763700876582,0.129381061946082,0.153725174569888,0.205214932946918,0.0550641857103956,0.5,0.153725174569888,0.172057117022099,0.141961936695066,0.153725174569888,0.167124560247733,0.0454230171673927,0.153725174569888,0.228069112056653,0.404210290655918,0.153725174569888,0.214878658770035,0.521206354299964,0.153725174569888,0.220980549836635,0.288249958725193,0.153725174569888,0.211184396574537,0.140983305261888,0.153725174569888,0.212486776180189,0.0663110239705543,0.5,0.153725174569888,0.228295710428936,0.0275440080951107,0,0.568980216879127,0.470933239084997 -4881,0.5,0.153725174569888,0.375685276508864,0.481413398850116,0.153725174569888,0.354202830019673,0.562234333105006,0.153725174569888,0.349302735854889,0.208835018161139,0.153725174569888,0.37726419022272,0.175473752927667,0.153725174569888,0.332474176101101,0.545940837480119,0.153725174569888,0.317562283232972,0.397096049223353,0.153725174569888,0.331564609371625,0.233492625448161,0.153725174569888,0.318084493290281,0.0906801679464676,0.5,0.153725174569888,0.297226120277867,0.201120121153109,0.153725174569888,0.346067551752266,0.11017894917851,0.5,0.153725174569888,0.304322285508495,0.212035347133813,0.153725174569888,0.298346505281166,0.107024908492355,0.153725174569888,0.352010144888577,0.518284480667815,0.153725174569888,0.339280257223783,0.554359074113423,0.153725174569888,0.348590875537559,0.336243134830826,0.153725174569888,0.334825286212096,0.226690224801115,0.153725174569888,0.331191148037092,0.144994189149569,0.5,0.153725174569888,0.35754685682463,0.0491440683878384,0,0.54969505960903,0.491562674339689 -4882,0.5,0.153725174569888,0.506185420240949,0.594719138726411,0.153725174569888,0.486037386035714,0.631193565334153,0.153725174569888,0.4876373853906,0.280401541137395,0.153725174569888,0.508942678359209,0.238289520341454,0.153725174569888,0.467247080697512,0.576244500458441,0.153725174569888,0.452413540081395,0.450714163542308,0.153725174569888,0.466823128759512,0.349394685513116,0.153725174569888,0.446537918516617,0.15427225004648,0.5,0.153725174569888,0.4261452979661,0.292849395389924,0.153725174569888,0.457807419302109,0.162526692667766,0.5,0.153725174569888,0.447211807051688,0.258061621266688,0.153725174569888,0.434511125336767,0.160132020269365,0.153725174569888,0.484979822655276,0.59749696789089,0.153725174569888,0.473597779462241,0.581046337651708,0.153725174569888,0.48401189182149,0.44590960768897,0.153725174569888,0.463506712428669,0.312892524031731,0.153725174569888,0.452490955792813,0.224537930091787,0.5,0.153725174569888,0.482031982119363,0.0766534599810666,0,0.540841615987861,0.467405579160517 -4883,0.5,0.153725174569888,0.601205774890156,0.697804092167932,0.153725174569888,0.594222791109898,0.742009952971278,0.153725174569888,0.598539678509551,0.388348377419266,0.153725174569888,0.609707236912876,0.349826889918947,0.153725174569888,0.583710236071967,0.626758088129266,0.153725174569888,0.569355882263044,0.540827179661396,0.153725174569888,0.581561967744168,0.47260516680209,0.153725174569888,0.547553461696648,0.250047192420829,0.5,0.153725174569888,0.531943220818263,0.320282331209457,0.153725174569888,0.539486365895977,0.183125668254477,0.5,0.153725174569888,0.564282121268964,0.372102142746375,0.153725174569888,0.526169059680135,0.224570220756992,0.153725174569888,0.598141554845938,0.663362577832969,0.153725174569888,0.589293543175732,0.616925693927179,0.153725174569888,0.596204371876581,0.512524676364603,0.153725174569888,0.569410393268186,0.402811209250792,0.153725174569888,0.525597090834357,0.328332448227376,0.5,0.153725174569888,0.551501808693261,0.118032676727562,0,0.536899317698927,0.403886393528152 -4884,0.5,0.153725174569888,0.650093613398567,0.75250075681531,0.153725174569888,0.640197604807437,0.8300599290585,0.153725174569888,0.664029327820562,0.50365646549559,0.153725174569888,0.663334743888999,0.448701273908516,0.153725174569888,0.657484956552425,0.657400224253897,0.153725174569888,0.643119996618544,0.631057616372959,0.153725174569888,0.645882420116208,0.562913779582981,0.153725174569888,0.533459824756804,0.32321149968355,0.5,0.153725174569888,0.586913428942702,0.357891228915281,0.153725174569888,0.587844282280733,0.285779666082241,0.5,0.153725174569888,0.569429488714159,0.481344257292851,0.153725174569888,0.569286096202088,0.289155696592747,0.153725174569888,0.663977728052278,0.718345632893662,0.153725174569888,0.659596482323442,0.658633628289367,0.153725174569888,0.662645250357108,0.574476530251864,0.153725174569888,0.608081932294097,0.464495230233486,0.153725174569888,0.510564184096738,0.384045788632616,0.5,0.153725174569888,0.561340211217581,0.183926360378816,0,0.530312232571806,0.36911240334019 -4885,0.5,0.153725174569888,0.670621992051533,0.765264211012076,0.153725174569888,0.667070903957006,0.855593812101949,0.153725174569888,0.680785511443424,0.5216046667174,0.153725174569888,0.662478635792968,0.44520661950694,0.153725174569888,0.690007849776488,0.64177986331394,0.153725174569888,0.646025755661706,0.647172374120654,0.153725174569888,0.66652615466222,0.612573485733169,0.153725174569888,0.557732351248541,0.395147461145629,0.5,0.153725174569888,0.621638622860808,0.457174460186381,0.153725174569888,0.618615088292197,0.404691149611345,0.5,0.153725174569888,0.581299996960592,0.558439689811489,0.153725174569888,0.619394307699822,0.333833251590004,0.153725174569888,0.693106226334451,0.766081748062868,0.153725174569888,0.689971637716377,0.671469417256536,0.153725174569888,0.689964512924238,0.577865696452423,0.153725174569888,0.6124571698537,0.491833192277387,0.153725174569888,0.55258439421497,0.428984946457724,0.5,0.153725174569888,0.530467635884029,0.20533335540479,0,0.53345562621168,0.350425262078681 -4886,0.5,0.153725174569888,0.653362083113431,0.771986797288304,0.153725174569888,0.655423978164577,0.886456424979393,0.153725174569888,0.655179373570722,0.496102609475886,0.153725174569888,0.630223596195827,0.39409038039312,0.153725174569888,0.682640080158874,0.592789348719312,0.153725174569888,0.610569440138983,0.595103982748682,0.153725174569888,0.658364402828134,0.595420250888818,0.153725174569888,0.600728457243619,0.358013325876328,0.5,0.153725174569888,0.634345279848803,0.483779118656426,0.153725174569888,0.579857969947873,0.451231619930415,0.5,0.153725174569888,0.597354196078791,0.605834571114978,0.153725174569888,0.546014182123887,0.310498815209559,0.153725174569888,0.683453430017375,0.79279271106471,0.153725174569888,0.67986556465691,0.671401111445527,0.153725174569888,0.676966169870747,0.55937106514326,0.153725174569888,0.632797258198406,0.471191987167282,0.153725174569888,0.56129707838344,0.449780821197507,0.5,0.153725174569888,0.454148623165621,0.191408787824739,0,0.567551172619905,0.34678624287472 -4887,0.5,0.153725174569888,0.589670890676563,0.770514256421272,0.153725174569888,0.599482362796582,0.905498334708385,0.153725174569888,0.602179741247103,0.467550369376581,0.153725174569888,0.560874600808466,0.335815376117401,0.153725174569888,0.633284795726668,0.542768742359299,0.153725174569888,0.593301043692039,0.590316630259181,0.153725174569888,0.620061996929567,0.566153243294419,0.153725174569888,0.566280740083898,0.354605089394288,0.5,0.153725174569888,0.580109223439569,0.49234464041566,0.153725174569888,0.472495325920278,0.408612165807933,0.5,0.153725174569888,0.542740823714444,0.544482436507441,0.153725174569888,0.482245322086707,0.312078449757385,0.153725174569888,0.628471772229839,0.801572157170589,0.153725174569888,0.627824108457956,0.677507523765746,0.153725174569888,0.621007534398203,0.54682219791111,0.153725174569888,0.592919906796253,0.439027768022938,0.153725174569888,0.526095778523803,0.422045730268994,0.5,0.153725174569888,0.30439121870459,0.1653012848751,0,0.624906690161316,0.357730576888807 -4888,0.5,0.153725174569888,0.482163053345723,0.772743793592716,0.153725174569888,0.507447530796932,0.914938300934306,0.153725174569888,0.495728672157477,0.44149303395772,0.153725174569888,0.455794994526133,0.29667229594957,0.153725174569888,0.534219920823492,0.503149759222617,0.153725174569888,0.515063974289577,0.569645965812546,0.153725174569888,0.529399622927484,0.518293539609391,0.153725174569888,0.482010879803387,0.335966841219491,0.5,0.153725174569888,0.48775647737718,0.479600338625539,0.153725174569888,0.356590057464886,0.385693358188442,0.5,0.153725174569888,0.456933345730508,0.476104786665927,0.153725174569888,0.402474909966749,0.279742432966169,0.153725174569888,0.523961498185019,0.811002915567339,0.153725174569888,0.527467506501397,0.692091159013856,0.153725174569888,0.514876091087386,0.549871228281091,0.153725174569888,0.504133870992278,0.433343436848106,0.153725174569888,0.392466243535837,0.366131884612819,0.5,0.153725174569888,0.189135686611157,0.100500354504894,0,0.679578935526939,0.36517987578618 -4889,0.5,0.153725174569888,0.35450300628434,0.766360629380104,0.153725174569888,0.384188323455013,0.91347832394089,0.153725174569888,0.369002440276263,0.386115400855881,0.153725174569888,0.330590782299892,0.234249170375127,0.153725174569888,0.402052632226987,0.480403201060258,0.153725174569888,0.40121366570205,0.540322380397692,0.153725174569888,0.402539803139184,0.442435505928242,0.153725174569888,0.376038614818405,0.328360141747817,0.5,0.153725174569888,0.371777667696358,0.410400920334129,0.153725174569888,0.244917205857187,0.283724380991089,0.5,0.153725174569888,0.332483619504002,0.393401022580903,0.153725174569888,0.305900976055466,0.184517194886653,0.153725174569888,0.394064810606095,0.804472229216593,0.153725174569888,0.392120000019846,0.703051212676112,0.153725174569888,0.380113760357873,0.545392805911919,0.153725174569888,0.380759157490926,0.385868406019546,0.153725174569888,0.300205224353258,0.259308585184299,0.5,0.153725174569888,0.142145285306156,0.0561090015827289,0,0.705241033860176,0.365775860014473 -4890,0.5,0.153725174569888,0.226951584838404,0.71918706992236,0.153725174569888,0.254905321021382,0.876825486101528,0.153725174569888,0.241713891939872,0.210890892676117,0.153725174569888,0.21074092244237,0.0845711581148283,0.153725174569888,0.2703727170203,0.365307615317495,0.153725174569888,0.279258990083065,0.391416647012405,0.153725174569888,0.274463391630278,0.2059856432329,0.153725174569888,0.255591270067263,0.217936559206197,0.5,0.153725174569888,0.246553543910068,0.19751572824871,0.153725174569888,0.134379963130572,0.117730812766614,0.5,0.153725174569888,0.227592987800561,0.200283965429115,0.153725174569888,0.199098338497394,0.089371658784136,0.153725174569888,0.266755601480245,0.746925897608149,0.153725174569888,0.269243853028881,0.670972667971133,0.153725174569888,0.251878416890153,0.472277237344714,0.153725174569888,0.254866479892633,0.194190271938524,0.153725174569888,0.207302525556369,0.115027375761308,0.5,0.153725174569888,0.110887538535492,0.0355143002966726,0,0.722164201070737,0.367361069771337 -4891,0.5,0.153725174569888,0.0850628661643083,0.662085662444984,0.153725174569888,0.130798822252081,0.77091330126749,0.153725174569888,0.078702713024654,0.104743032536367,0.153725174569888,0.0644916877557853,0.0611111376622165,0.153725174569888,0.141930055309394,0.254025635532507,0.153725174569888,0.150109686000228,0.177763886947236,0.153725174569888,0.142060347723702,0.086984945940034,0.153725174569888,0.129926320906424,0.135514819177927,0.5,0.153725174569888,0.124713697249464,0.0959333384121779,0.153725174569888,0.0631348088392835,0.0513904985771067,0.5,0.153725174569888,0.108228555254397,0.113536267830825,0.153725174569888,0.0892401024487523,0.0818153831036671,0.153725174569888,0.137288183153499,0.604961537922726,0.153725174569888,0.141454918865947,0.580668963491155,0.153725174569888,0.125055450505301,0.384874617176774,0.153725174569888,0.128039293003461,0.113242925774814,0.153725174569888,0.0715667700876827,0.07082392055894,0.5,0.153725174569888,0.0579236479900222,0.0216312153157141,0,0.726557903154886,0.358294179546186 -4892,0.5,0.153725174569888,0.00383394999328331,0.579407835815781,0.153725174569888,0.0229216044868466,0.548482633998257,0.153725174569888,0.0,0.117773223369616,0.153725174569888,0.0,0.0797597650051398,0.153725174569888,0.0267679989909989,0.347726219242456,0.153725174569888,0.0280291229849714,0.122575884271215,0.153725174569888,0.0238798343799658,0.0674774190803868,0.153725174569888,0.0236117485110461,0.117998412526905,0.5,0.153725174569888,0.0182817136153417,0.0779777843521933,0.153725174569888,0.0,0.0324163743831842,0.5,0.153725174569888,0.0,0.0940854187996877,0.153725174569888,0.0,0.0624100876973248,0.153725174569888,0.0281560484982617,0.430072734504798,0.153725174569888,0.0280305040656664,0.514483461472167,0.153725174569888,0.0194629495577585,0.336280156477673,0.153725174569888,0.0129459820157388,0.0982705426414234,0.153725174569888,0.0,0.067958436056651,0.5,0.153725174569888,0.0,0.0218410476667903,0,0.704868727302057,0.339056972322873 -4893,0.5,0.153725174569888,0.0,0.492375277024587,0.153725174569888,0.0,0.373041946401919,0.153725174569888,0.0,0.155055820315968,0.153725174569888,0.0,0.104554195199628,0.153725174569888,0.0,0.468317032291785,0.153725174569888,0.0,0.124829939695535,0.153725174569888,0.0,0.0666633794279123,0.153725174569888,0.0,0.0952994803757651,0.5,0.153725174569888,0.0,0.0697521060760459,0.153725174569888,0.0,0.024912493636452,0.5,0.153725174569888,0.0,0.0842812230360304,0.153725174569888,0.0,0.0493746201053875,0.153725174569888,0.0,0.328996438502863,0.153725174569888,0.0,0.463179246069618,0.153725174569888,0.0,0.320303795654985,0.153725174569888,0.0,0.0847019791046421,0.153725174569888,0.0,0.0642792863609209,0.5,0.153725174569888,0.0,0.016058287890816,0,0.677856143271306,0.322365351530681 -4894,0.5,0.153725174569888,0.0,0.399226839951773,0.153725174569888,0.0,0.282520835150959,0.153725174569888,0.0,0.164980769643761,0.153725174569888,0.0,0.128185926045836,0.153725174569888,0.0,0.493482312348503,0.153725174569888,0.0,0.150669324861088,0.153725174569888,0.0,0.0857413884421244,0.153725174569888,0.0,0.0644806521272081,0.5,0.153725174569888,0.0,0.0648983213854967,0.153725174569888,0.0,0.0208252385230895,0.5,0.153725174569888,0.0,0.0833901405992142,0.153725174569888,0.0,0.0419643839515138,0.153725174569888,0.0,0.272647056023996,0.153725174569888,0.0,0.422302429303629,0.153725174569888,0.0,0.28714163570331,0.153725174569888,0.0,0.0757907490794169,0.153725174569888,0.0,0.0573736968627359,0.5,0.153725174569888,0.0,0.0125471052406595,0,0.646266678595106,0.340576576824334 -4895,0.5,0.153725174569888,0.0,0.315055676559501,0.153725174569888,0.0,0.230209640299669,0.153725174569888,0.0,0.13190119397719,0.153725174569888,0.0,0.135869086866164,0.153725174569888,0.0,0.40709170829051,0.153725174569888,0.0,0.184774577433534,0.153725174569888,0.0,0.122682507533417,0.153725174569888,0.0,0.0433592314537111,0.5,0.153725174569888,0.0,0.0606916988253678,0.153725174569888,0.0,0.0169749284597635,0.5,0.153725174569888,0.0,0.0722452020001196,0.153725174569888,0.0,0.0369858827807426,0.153725174569888,0.0,0.243752245634549,0.153725174569888,0.0,0.37605967582519,0.153725174569888,0.0,0.231699249009469,0.153725174569888,0.0,0.0773676229441482,0.153725174569888,0.0,0.0491009075671299,0.5,0.153725174569888,0.0,0.0147211961806979,0,0.63182922654296,0.405010101484838 -4896,0.5,0.153725174569888,0.0,0.263453378597937,0.153725174569888,0.0,0.207204916176821,0.153725174569888,0.0,0.0882439888286985,0.153725174569888,0.0,0.112004667181029,0.153725174569888,0.0,0.293219468909365,0.153725174569888,0.0,0.186560926096555,0.153725174569888,0.0,0.12970196873789,0.153725174569888,0.0,0.0301938438001618,0.5,0.153725174569888,0.0,0.0590299047798216,0.153725174569888,0.0,0.0133019012037224,0.5,0.153725174569888,0.0,0.0591784627619819,0.153725174569888,0.0,0.0320602899790383,0.153725174569888,0.0,0.2377261986633,0.153725174569888,0.0,0.334824651363833,0.153725174569888,0.0,0.178324655522766,0.153725174569888,0.0,0.0797515590083846,0.153725174569888,0.0,0.0428416213113582,0.5,0.153725174569888,0.0,0.0197092435052818,0,0.631236731680645,0.493578826172232 -4897,0.5,0.153725174569888,0.0,0.231448266686712,0.153725174569888,0.0,0.197636814712525,0.153725174569888,0.0,0.0543519884477224,0.153725174569888,0.0,0.0807020443100608,0.153725174569888,0.0,0.210022830978598,0.153725174569888,0.0,0.155466287998054,0.153725174569888,0.0,0.0943357019872836,0.153725174569888,0.0,0.0265245322356013,0.5,0.153725174569888,0.0,0.0566217548837433,0.153725174569888,0.0,0.0124430487125861,0.5,0.153725174569888,0.0,0.0477709301987687,0.153725174569888,0.0,0.0276250330587243,0.153725174569888,0.0,0.244311638842422,0.153725174569888,0.0,0.306903436693926,0.153725174569888,0.0,0.141381277442467,0.153725174569888,0.0,0.0733601947144454,0.153725174569888,0.0,0.0390879395832943,0.5,0.153725174569888,0.0,0.0263853309529075,0,0.647831482405728,0.551896836671823 -4898,0.5,0.153725174569888,0.0,0.212078954446945,0.153725174569888,0.0,0.186207805002347,0.153725174569888,0.0,0.0360609496605065,0.153725174569888,0.0,0.055996373994188,0.153725174569888,0.0,0.167144866051627,0.153725174569888,0.0,0.119781833484904,0.153725174569888,0.0,0.0564272145015279,0.153725174569888,0.0,0.0249116864975985,0.5,0.153725174569888,0.0,0.0561731733497427,0.153725174569888,0.0,0.0132107162495147,0.5,0.153725174569888,0.0,0.0375618797598346,0.153725174569888,0.0,0.0248504200617483,0.153725174569888,0.0,0.253124211905704,0.153725174569888,0.0,0.289599565934307,0.153725174569888,0.0,0.119947639988314,0.153725174569888,0.0,0.0610592979559412,0.153725174569888,0.0,0.0354529848944643,0.5,0.153725174569888,0.0,0.026685730687242,0,0.664783626907669,0.571452582977983 -4899,0.5,0.153725174569888,0.0,0.201665481045645,0.153725174569888,0.0,0.179141898815343,0.153725174569888,0.0,0.0294955452401791,0.153725174569888,0.0,0.0445706233745051,0.153725174569888,0.0,0.153854247670133,0.153725174569888,0.0,0.0961653731787947,0.153725174569888,0.0,0.0422970863284505,0.153725174569888,0.0,0.0196035957925019,0.5,0.153725174569888,0.0,0.0556093693475264,0.153725174569888,0.0,0.0107527663742647,0.5,0.153725174569888,0.0,0.0317911065430492,0.153725174569888,0.0,0.0208929429244282,0.153725174569888,0.0,0.25858112640406,0.153725174569888,0.0,0.289224744732919,0.153725174569888,0.0,0.111714688291938,0.153725174569888,0.0,0.052680559244221,0.153725174569888,0.0,0.0318654186731634,0.5,0.153725174569888,0.0,0.0212679102534142,0,0.687557616346824,0.566864815334018 -4900,0.5,0.153725174569888,0.0,0.197022303548121,0.153725174569888,0.0,0.172102266215194,0.153725174569888,0.0,0.027494051275045,0.153725174569888,0.0,0.0378047267509923,0.153725174569888,0.0,0.154291522492521,0.153725174569888,0.0,0.0912588045620152,0.153725174569888,0.0,0.0379925588701524,0.153725174569888,0.0,0.0147480342353268,0.5,0.153725174569888,0.0,0.0523323949766931,0.153725174569888,0.0,0.00944609182000845,0.5,0.153725174569888,0.0,0.0277020371662803,0.153725174569888,0.0,0.0170870017886791,0.153725174569888,0.0,0.258823054310099,0.153725174569888,0.0,0.289493818363703,0.153725174569888,0.0,0.102025940280757,0.153725174569888,0.0,0.0433884330659815,0.153725174569888,0.0,0.0287294903340958,0.5,0.153725174569888,0.0,0.0149043495997993,0,0.725917827141118,0.546395873779738 -4901,0.5,0.153725174569888,0.000727890506466196,0.185809245659333,0.153725174569888,0.0,0.160587807470105,0.153725174569888,0.0,0.0276692148259515,0.153725174569888,0.000150002698300848,0.0313701610635997,0.153725174569888,0.0,0.147097332990533,0.153725174569888,0.0,0.0913841189059695,0.153725174569888,0.0,0.0378984523058993,0.153725174569888,0.0,0.0104655821576162,0.5,0.153725174569888,0.0,0.0457770215302038,0.153725174569888,0.0,0.00828096497139256,0.5,0.153725174569888,0.0,0.0219488728081184,0.153725174569888,0.0,0.015036227634638,0.153725174569888,0.0,0.261138400296817,0.153725174569888,0.0,0.275468744095097,0.153725174569888,0.0,0.0944251022231623,0.153725174569888,0.0,0.0384678000740667,0.153725174569888,0.0,0.0257698893810232,0.5,0.153725174569888,0.0,0.009701530393838,0,0.736719535164045,0.527249608665094 -4902,0.5,0.153725174569888,0.0486445753825952,0.168763783708754,0.153725174569888,0.0394470693495167,0.139202070136432,0.153725174569888,0.0361141658089549,0.028400024893772,0.153725174569888,0.0447433504630703,0.0272722967224213,0.153725174569888,0.0261837462330652,0.135602849343805,0.153725174569888,0.0179156052255819,0.0927268151168482,0.153725174569888,0.0245010667714239,0.0376371459560859,0.153725174569888,0.0164417578449845,0.00691367839082734,0.5,0.153725174569888,0.0142146747051819,0.0372752240648359,0.153725174569888,0.0244816682518791,0.00695721768106886,0.5,0.153725174569888,0.0191821004317033,0.0186023297860553,0.153725174569888,0.0180188729716023,0.0124618544948192,0.153725174569888,0.0401941557689281,0.234219973342676,0.153725174569888,0.0308602431456691,0.24621620551588,0.153725174569888,0.0335218552058425,0.0895444932879908,0.153725174569888,0.0272828898364438,0.0317959912758357,0.153725174569888,0.0304291456976362,0.017702364988747,0.5,0.153725174569888,0.0332219477229164,0.00578935226940567,0,0.723010899363827,0.510100287932569 -4903,0.5,0.153725174569888,0.127730559026719,0.227469336626422,0.153725174569888,0.112108939224273,0.21587208165125,0.153725174569888,0.113858413262995,0.0467361980436573,0.153725174569888,0.125741399632249,0.0406553816254906,0.153725174569888,0.0954709482166172,0.189193853937966,0.153725174569888,0.086923528917801,0.123810010034726,0.153725174569888,0.0953962146449718,0.0475257240168116,0.153725174569888,0.0874282437778917,0.00576884342052447,0.5,0.153725174569888,0.085900222849807,0.0313950669941704,0.153725174569888,0.102906290918496,0.00422190263314276,0.5,0.153725174569888,0.0928288171061585,0.0157223464676205,0.153725174569888,0.0940627197631646,0.00868862720031676,0.153725174569888,0.111650476458366,0.290156209920883,0.153725174569888,0.100325511997805,0.286349304371486,0.153725174569888,0.10607676838166,0.141146297874062,0.153725174569888,0.100768980055963,0.0294355122450089,0.153725174569888,0.108223981171215,0.0140452975392097,0.5,0.153725174569888,0.114922245665182,0.00442491365206664,0,0.712658757028549,0.50093829821643 -4904,0.5,0.153725174569888,0.244295313497399,0.36252133066919,0.153725174569888,0.226899532622395,0.342134076316092,0.153725174569888,0.231787408973096,0.0778200207308655,0.153725174569888,0.231278694207187,0.0692874516212287,0.153725174569888,0.206761897381477,0.307440031847192,0.153725174569888,0.196376301952143,0.179987322420388,0.153725174569888,0.20813402453619,0.0792842216155314,0.153725174569888,0.198496268943229,0.0123703468239228,0.5,0.153725174569888,0.196966493761594,0.040890027645143,0.153725174569888,0.222500260023707,0.0111050229232848,0.5,0.153725174569888,0.207013114514023,0.0280745997397148,0.153725174569888,0.210724906879799,0.013804880684669,0.153725174569888,0.226574030909784,0.436932808002009,0.153725174569888,0.212563493310039,0.434759625556206,0.153725174569888,0.218763603944625,0.204665338327803,0.153725174569888,0.215056493251683,0.050008295326052,0.153725174569888,0.226596786277823,0.0223953086431291,0.5,0.153725174569888,0.235370985625094,0.0101722385611285,0,0.681566907423003,0.499276269736995 -4905,0.5,0.153725174569888,0.367276924927553,0.429474190486782,0.153725174569888,0.349478120548654,0.480558383402355,0.153725174569888,0.353295099498776,0.101810769179313,0.153725174569888,0.341185440714123,0.103377322191853,0.153725174569888,0.330799940575568,0.400087595417313,0.153725174569888,0.321240983960495,0.211710334077364,0.153725174569888,0.33221984409375,0.138045642671867,0.153725174569888,0.325017462663632,0.0282702331536539,0.5,0.153725174569888,0.324995115133328,0.070819868175182,0.153725174569888,0.358350756179327,0.0416058371582889,0.5,0.153725174569888,0.33797713956291,0.0917338526036599,0.153725174569888,0.344003774127327,0.0441683292401031,0.153725174569888,0.350095870508104,0.547427017581751,0.153725174569888,0.336312036729233,0.473785194271514,0.153725174569888,0.342680313531366,0.205020963758035,0.153725174569888,0.334910566760925,0.0971119783365452,0.153725174569888,0.357655918603427,0.0600233611954828,0.5,0.153725174569888,0.371036411348761,0.0242562474381124,0,0.62755956036323,0.503531989905131 -4906,0.5,0.153725174569888,0.491931702959106,0.535341599095445,0.153725174569888,0.479633740703047,0.541840032086924,0.153725174569888,0.462270665714814,0.146002433454239,0.153725174569888,0.465131665201655,0.156743127073487,0.153725174569888,0.46472977913475,0.431960083377204,0.153725174569888,0.456804370615464,0.282582588895409,0.153725174569888,0.457825824249923,0.197725977053411,0.153725174569888,0.462414256494381,0.0474681314830382,0.5,0.153725174569888,0.46411461116226,0.0943321204997154,0.153725174569888,0.498343645529086,0.123136145501427,0.5,0.153725174569888,0.477174441031851,0.111359724520484,0.153725174569888,0.484533557480748,0.0845559260654871,0.153725174569888,0.482049229650673,0.600112109256046,0.153725174569888,0.469275567417536,0.483698283644934,0.153725174569888,0.477644736958532,0.232189984770458,0.153725174569888,0.461419105591906,0.147564364261803,0.153725174569888,0.488230162276113,0.0972410618122883,0.5,0.153725174569888,0.505756612703075,0.0426449418541048,0,0.599672385880838,0.519753167294561 -4907,0.5,0.153725174569888,0.582048417072682,0.653876437860987,0.153725174569888,0.587632453825493,0.638824246852524,0.153725174569888,0.552508482544404,0.203665460325363,0.153725174569888,0.557634485893765,0.312776417379538,0.153725174569888,0.57997745853944,0.470594843988704,0.153725174569888,0.574014467863791,0.347091318785802,0.153725174569888,0.564041904405899,0.260785503901298,0.153725174569888,0.578885739483706,0.0857345998182906,0.5,0.153725174569888,0.580215402905251,0.124047135480229,0.153725174569888,0.607391768458843,0.20286144949153,0.5,0.153725174569888,0.589997402822866,0.116925624732907,0.153725174569888,0.596077531693355,0.123761828951908,0.153725174569888,0.594170890654717,0.650736845981268,0.153725174569888,0.583524793447187,0.5310887522858,0.153725174569888,0.590320084995785,0.320084666191738,0.153725174569888,0.577376266339819,0.210981210366528,0.153725174569888,0.584058659990973,0.152967627787,0.5,0.153725174569888,0.587875370487929,0.0701324503157837,0,0.584806867835256,0.52028979583575 -4908,0.5,0.153725174569888,0.551092722069698,0.770117305837801,0.153725174569888,0.646284828006088,0.795620536755863,0.153725174569888,0.633330800451758,0.275314794057644,0.153725174569888,0.483571290270589,0.473394972887707,0.153725174569888,0.651935018036455,0.524719380030126,0.153725174569888,0.648337057853272,0.395210595399449,0.153725174569888,0.634085653379575,0.32786916248532,0.153725174569888,0.643908329321247,0.110270709418399,0.5,0.153725174569888,0.643815259921694,0.129237812030233,0.153725174569888,0.633475550874646,0.28515876988653,0.5,0.153725174569888,0.654762245959076,0.14356721015291,0.153725174569888,0.621223680197471,0.180941630778092,0.153725174569888,0.657818802651981,0.711053350198312,0.153725174569888,0.652057286897021,0.606714159019497,0.153725174569888,0.648793013876998,0.436451361635182,0.153725174569888,0.648838772976959,0.280766342309552,0.153725174569888,0.5719573344731,0.204450192335635,0.5,0.153725174569888,0.60284317946262,0.0902674483222467,0,0.586428558651616,0.523117292149538 -4909,0.5,0.153725174569888,0.497570491271897,0.846549030247889,0.153725174569888,0.539086233685753,0.757500949000441,0.153725174569888,0.587400060385271,0.3980113310145,0.153725174569888,0.402721749832262,0.635711851795346,0.153725174569888,0.677355615619928,0.562249949519901,0.153725174569888,0.675516448200383,0.42071621244874,0.153725174569888,0.640752599323953,0.405872296017805,0.153725174569888,0.604639119738442,0.112556590576667,0.5,0.153725174569888,0.629648422933083,0.122199131849936,0.153725174569888,0.643489179304852,0.309366922297031,0.5,0.153725174569888,0.584133928960295,0.242554040240891,0.153725174569888,0.621543460611134,0.210813416697469,0.153725174569888,0.68049109935861,0.756422751379478,0.153725174569888,0.632414692564354,0.646046111521959,0.153725174569888,0.659663648750786,0.466240817363057,0.153725174569888,0.536224908145865,0.295115850105189,0.153725174569888,0.588599831960899,0.243649308844772,0.5,0.153725174569888,0.628416134975552,0.0951252376906953,0,0.623648575796182,0.550792986681913 -4910,0.5,0.153725174569888,0.352555632492496,0.823474947885963,0.153725174569888,0.649930847803937,0.807758775818836,0.153725174569888,0.530083911987535,0.430501330630178,0.153725174569888,0.333107173682051,0.672658799451456,0.153725174569888,0.538255072636284,0.520857752267045,0.153725174569888,0.595149454131157,0.4136175632329,0.153725174569888,0.536769275863451,0.399945476317161,0.153725174569888,0.582525487219548,0.127276557545121,0.5,0.153725174569888,0.619543822706343,0.116012636078505,0.153725174569888,0.657448652282492,0.267677311589159,0.5,0.153725174569888,0.595380031995281,0.226676909255752,0.153725174569888,0.639685619316954,0.189263748295636,0.153725174569888,0.668932873364044,0.796702057056389,0.153725174569888,0.570685842964989,0.61776559926033,0.153725174569888,0.524376733960959,0.412849792365987,0.153725174569888,0.560333393649616,0.262638948581063,0.153725174569888,0.621352838520024,0.266185383090617,0.5,0.153725174569888,0.628642565946037,0.0813005863554918,0,0.654902126981096,0.58652204075265 -4911,0.5,0.153725174569888,0.240684489551789,0.76159478025169,0.153725174569888,0.593456498855249,0.885319001001582,0.153725174569888,0.439405105220274,0.431585221445606,0.153725174569888,0.235597374670259,0.652159150351903,0.153725174569888,0.51650461110501,0.435311698163281,0.153725174569888,0.522421595841403,0.41618159087288,0.153725174569888,0.496262808948724,0.382758069409335,0.153725174569888,0.534470771231853,0.149127585911552,0.5,0.153725174569888,0.578302074203341,0.105091602962247,0.153725174569888,0.598088697112841,0.220094746470728,0.5,0.153725174569888,0.568973140328341,0.248163799712152,0.153725174569888,0.588491346403587,0.163814854162943,0.153725174569888,0.607467910058499,0.829693616481804,0.153725174569888,0.529849318395968,0.577772121365107,0.153725174569888,0.478882078425315,0.372129174494273,0.153725174569888,0.509715129214704,0.235115172433413,0.153725174569888,0.533812997911425,0.26285314426721,0.5,0.153725174569888,0.56125418219302,0.0690859303791737,0,0.564140743396264,0.596397789716049 -4912,0.5,0.153725174569888,0.157347391019092,0.680543665421127,0.153725174569888,0.455588914944489,0.934654780854653,0.153725174569888,0.347381854976528,0.542494822845279,0.153725174569888,0.165647507559014,0.626931452882276,0.153725174569888,0.431068282451291,0.338342548199711,0.153725174569888,0.420448182015737,0.334766135352982,0.153725174569888,0.458347920472893,0.292095966608957,0.153725174569888,0.46981322399945,0.20067319695666,0.5,0.153725174569888,0.47935856341707,0.0983420635479422,0.153725174569888,0.500172643643737,0.163340343372901,0.5,0.153725174569888,0.468149583573351,0.27073897874741,0.153725174569888,0.468777211128045,0.129072904815183,0.153725174569888,0.490919442652217,0.83930312399332,0.153725174569888,0.472345600407617,0.561655755332303,0.153725174569888,0.43292442690615,0.422602614375465,0.153725174569888,0.479236778877882,0.186386698136637,0.153725174569888,0.453519202572841,0.25713058474226,0.5,0.153725174569888,0.453497337866089,0.0699296740755178,0,0.364840385116285,0.610642200778096 -4913,0.5,0.153725174569888,0.0822035466580133,0.607917550149526,0.153725174569888,0.295914281151198,0.906415207885839,0.153725174569888,0.259233537320309,0.641302055635778,0.153725174569888,0.123041330046002,0.524405641551065,0.153725174569888,0.365743458233947,0.29491427181456,0.153725174569888,0.346190843986895,0.249573687722869,0.153725174569888,0.381672801063683,0.197887756836566,0.153725174569888,0.360199317583781,0.144673351271289,0.5,0.153725174569888,0.360066559545874,0.10920634136469,0.153725174569888,0.364318022845322,0.093855531781865,0.5,0.153725174569888,0.346298842124458,0.268005068598262,0.153725174569888,0.341381736138589,0.105794994546811,0.153725174569888,0.34178567362502,0.790512898862823,0.153725174569888,0.33602195667585,0.548840602430473,0.153725174569888,0.266656336758257,0.568303305647409,0.153725174569888,0.351179186790857,0.164850952675186,0.153725174569888,0.343873746040117,0.264200454703944,0.5,0.153725174569888,0.33114716757518,0.0724024350038428,0,0.251249555514473,0.607421320715155 -4914,0.5,0.153725174569888,0.0358036360561474,0.512941009047249,0.153725174569888,0.171714229516771,0.866881590415555,0.153725174569888,0.179065720102493,0.673707467371364,0.153725174569888,0.0699158862209883,0.420731528898101,0.153725174569888,0.236986449252071,0.18269654149142,0.153725174569888,0.243916282523849,0.144878113640338,0.153725174569888,0.259608988336053,0.0842223899199773,0.153725174569888,0.238024192189978,0.0877008359353601,0.5,0.153725174569888,0.237179434572678,0.0646478672217989,0.153725174569888,0.233135617818003,0.0193885110000338,0.5,0.153725174569888,0.242203945235656,0.155027013082158,0.153725174569888,0.227170046965169,0.0497604992084266,0.153725174569888,0.212122426434106,0.679351834773567,0.153725174569888,0.214898968178719,0.520999614794653,0.153725174569888,0.152390635052139,0.711259143226796,0.153725174569888,0.241709378959211,0.069966069198506,0.153725174569888,0.228686958005529,0.187059145228569,0.5,0.153725174569888,0.209687885394709,0.0426517282021689,0,0.296713173405953,0.566054880780974 -4915,0.5,0.153725174569888,0.00961875953448285,0.420796092602782,0.153725174569888,0.0797990410019397,0.954376859757375,0.153725174569888,0.0757356104890818,0.571083052538958,0.153725174569888,0.0289469155154944,0.305364725540018,0.153725174569888,0.113012097177694,0.102621224332133,0.153725174569888,0.13424711375027,0.046637357041784,0.153725174569888,0.128220738244046,0.0197886859440736,0.153725174569888,0.125638646143364,0.03554319277656,0.5,0.153725174569888,0.113997642694721,0.0541394540488922,0.153725174569888,0.0690622261240519,0.0194158712800759,0.5,0.153725174569888,0.100503954204361,0.0698033338420483,0.153725174569888,0.0855460814781429,0.0460427114086214,0.153725174569888,0.101167459682888,0.516023568389127,0.153725174569888,0.109988970664937,0.538951961728384,0.153725174569888,0.0603039605269153,0.854428207486762,0.153725174569888,0.11862432726744,0.0477960729318331,0.153725174569888,0.0734672141327908,0.115171351851879,0.5,0.153725174569888,0.0569693367281459,0.0590420150055361,0,0.512027720522929,0.494416968184243 -4916,0.5,0.153725174569888,0.000228306794854173,0.377278040709147,0.153725174569888,0.0157779796718005,0.940709588365562,0.153725174569888,0.0,0.321567624419449,0.153725174569888,1.68343541869093e-05,0.198126892987371,0.153725174569888,0.0240580338258776,0.201342375768305,0.153725174569888,0.0261862625703282,0.0393383158555757,0.153725174569888,0.0232078148110586,0.100194360791876,0.153725174569888,0.0221862233293929,0.020814818068119,0.5,0.153725174569888,0.0153018162438388,0.0566660961498937,0.153725174569888,0.0,0.0233551330157386,0.5,0.153725174569888,0.0,0.0556112390433727,0.153725174569888,0.0,0.049861781925264,0.153725174569888,0.024393309183064,0.334415679503258,0.153725174569888,0.0299778489215063,0.590480544364059,0.153725174569888,0.0095066597227927,0.83790337818554,0.153725174569888,0.00867026997388563,0.189849491263965,0.153725174569888,0.0,0.110420916883923,0.5,0.153725174569888,0.0,0.0813123287781561,0,0.726391397599081,0.424056541690225 -4917,0.5,0.153725174569888,0.0,0.340855862021561,0.153725174569888,0.0,0.515168548537573,0.153725174569888,0.0,0.192604382729226,0.153725174569888,0.0,0.127129541550075,0.153725174569888,0.0,0.466587020703077,0.153725174569888,0.0,0.0438066988728116,0.153725174569888,0.0,0.309497840658559,0.153725174569888,0.0,0.013481543855885,0.5,0.153725174569888,0.0,0.0381211127919843,0.153725174569888,0.0,0.0232558707485065,0.5,0.153725174569888,0.0,0.0777256626292449,0.153725174569888,0.0,0.0390410533629181,0.153725174569888,0.0,0.194325959712313,0.153725174569888,0.0,0.592856136477555,0.153725174569888,0.0,0.620450876310563,0.153725174569888,0.0,0.191601116838687,0.153725174569888,0.0,0.0959636713736293,0.5,0.153725174569888,0.0,0.0754336663943502,0,0.847407209842784,0.373247850949349 -4918,0.5,0.153725174569888,0.0,0.327920438238017,0.153725174569888,0.0,0.0551824701322612,0.153725174569888,0.0,0.149093137257372,0.153725174569888,0.0,0.0653342337131375,0.153725174569888,0.0,0.620916298025669,0.153725174569888,0.0,0.0795275049253037,0.153725174569888,0.0,0.381784073758933,0.153725174569888,0.0,0.00871027358579705,0.5,0.153725174569888,0.0,0.0242189476047688,0.153725174569888,0.0,0.0184228416065023,0.5,0.153725174569888,0.0,0.0794294789748059,0.153725174569888,0.0,0.0281726621250212,0.153725174569888,0.0,0.129932766522899,0.153725174569888,0.0,0.549878857799573,0.153725174569888,0.0,0.3932512518823,0.153725174569888,0.0,0.11546778630162,0.153725174569888,0.0,0.057987433676529,0.5,0.153725174569888,0.0,0.0555706641142064,0,0.904572043008281,0.366764713261325 -4919,0.5,0.153725174569888,0.0,0.328230421101664,0.153725174569888,0.0,0.0667494789631401,0.153725174569888,0.0,0.0972863057536029,0.153725174569888,0.0,0.0352779801211149,0.153725174569888,0.0,0.651046120559437,0.153725174569888,0.0,0.198614146713378,0.153725174569888,0.0,0.344186326318511,0.153725174569888,0.0,0.00953312274963958,0.5,0.153725174569888,0.0,0.0168899840332311,0.153725174569888,0.0,0.0107805504283713,0.5,0.153725174569888,0.0,0.048256344727332,0.153725174569888,0.0,0.0178234142885972,0.153725174569888,0.0,0.159494291985395,0.153725174569888,0.0,0.404141674276253,0.153725174569888,0.0,0.270631964417188,0.153725174569888,0.0,0.0798915762355329,0.153725174569888,0.0,0.0307248479860816,0.5,0.153725174569888,0.0,0.0319495303303407,0,0.94581229427051,0.436332000650878 -4920,0.5,0.153725174569888,0.0,0.31920085348747,0.153725174569888,0.0,0.167394993284402,0.153725174569888,0.0,0.067898880545854,0.153725174569888,0.0,0.0176899880407182,0.153725174569888,0.0,0.48649908978456,0.153725174569888,0.0,0.28820015043703,0.153725174569888,0.0,0.238551637632944,0.153725174569888,0.0,0.00843071302238979,0.5,0.153725174569888,0.0,0.0148132053751056,0.153725174569888,0.0,0.00418552896472006,0.5,0.153725174569888,0.0,0.0170636906249659,0.153725174569888,0.0,0.00817695541852086,0.153725174569888,0.0,0.263961424523051,0.153725174569888,0.0,0.256731449068655,0.153725174569888,0.0,0.214017011558858,0.153725174569888,0.0,0.0537091109546701,0.153725174569888,0.0,0.0163015500239439,0.5,0.153725174569888,0.0,0.0158569763379808,0,0.96264827562761,0.471052896887703 -4921,0.5,0.153725174569888,0.0,0.300690434316055,0.153725174569888,0.0,0.371826566969251,0.153725174569888,0.0,0.0478609390329127,0.153725174569888,0.0,0.0106926856352934,0.153725174569888,0.0,0.344926220450147,0.153725174569888,0.0,0.271143274779848,0.153725174569888,0.0,0.125659792674202,0.153725174569888,0.0,0.00601326428381054,0.5,0.153725174569888,0.0,0.0138412571403688,0.153725174569888,0.0,0.00171014814387589,0.5,0.153725174569888,0.0,0.00698583523617332,0.153725174569888,0.0,0.00357450674276504,0.153725174569888,0.0,0.406474293229228,0.153725174569888,0.0,0.183448291805076,0.153725174569888,0.0,0.189028814933187,0.153725174569888,0.0,0.0315247240831266,0.153725174569888,0.0,0.0106595288691908,0.5,0.153725174569888,0.0,0.00871842719219313,0,0.968562258940968,0.353297325093563 -4922,0.5,0.153725174569888,0.0,0.276478160631491,0.153725174569888,0.0,0.556195443548203,0.153725174569888,0.0,0.035125081294828,0.153725174569888,0.0,0.00862708315567769,0.153725174569888,0.0,0.289164811855135,0.153725174569888,0.0,0.199558828738968,0.153725174569888,0.0,0.0611913692573621,0.153725174569888,0.0,0.00464316074341771,0.5,0.153725174569888,0.0,0.0114038248759747,0.153725174569888,0.0,0.00151987416071868,0.5,0.153725174569888,0.0,0.00329080104585151,0.153725174569888,0.0,0.00218576393074968,0.153725174569888,0.0,0.539785201566404,0.153725174569888,0.0,0.171485095296282,0.153725174569888,0.0,0.150253982965963,0.153725174569888,0.0,0.0199945265694893,0.153725174569888,0.0,0.00822482916075901,0.5,0.153725174569888,0.0,0.0072154992200496,0,0.974937564923399,0.180269470902241 -4923,0.5,0.153725174569888,0.0,0.249989508393089,0.153725174569888,0.0,0.561995105344374,0.153725174569888,0.0,0.0296282029132884,0.153725174569888,0.0,0.00861665363798381,0.153725174569888,0.0,0.410090590787307,0.153725174569888,0.0,0.153749533917613,0.153725174569888,0.0,0.0618949920146628,0.153725174569888,0.0,0.0053245501329178,0.5,0.153725174569888,0.0,0.00826733292961748,0.153725174569888,0.0,0.00212465202511678,0.5,0.153725174569888,0.0,0.0040342192738315,0.153725174569888,0.0,0.00179294161686401,0.153725174569888,0.0,0.61245651845108,0.153725174569888,0.0,0.203818580892234,0.153725174569888,0.0,0.105205520342175,0.153725174569888,0.0,0.016939883988171,0.153725174569888,0.0,0.00682796920128792,0.5,0.153725174569888,0.0,0.00657558846454108,0,0.980320189311019,0.0623396465661709 -4924,0.5,0.153725174569888,0.0,0.220649450886626,0.153725174569888,0.0,0.482333393951016,0.153725174569888,0.0,0.0224991630597611,0.153725174569888,0.0,0.00839499092449712,0.153725174569888,0.0,0.248899525517053,0.153725174569888,0.0,0.207469669796135,0.153725174569888,0.0,0.0947642784078548,0.153725174569888,0.0,0.00671508941903538,0.5,0.153725174569888,0.0,0.00602676954223377,0.153725174569888,0.0,0.00297414535231396,0.5,0.153725174569888,0.0,0.00498806292370575,0.153725174569888,0.0,0.00193515141876558,0.153725174569888,0.0,0.645929289205417,0.153725174569888,0.0,0.291917350808184,0.153725174569888,0.0,0.0724322222964794,0.153725174569888,0.0,0.0176107066416708,0.153725174569888,0.0,0.00557309237613557,0.5,0.153725174569888,0.0,0.00503997029104624,0,0.976920720435651,0.0459419469391367 -4925,0.5,0.153725174569888,0.000239676077638482,0.184722228272362,0.153725174569888,0.0,0.442417989221932,0.153725174569888,0.0,0.0164185282505806,0.153725174569888,7.83684563323417e-07,0.00824725258278353,0.153725174569888,0.0,0.131602069951359,0.153725174569888,0.0,0.29281516985212,0.153725174569888,0.0,0.0840006243809299,0.153725174569888,0.0,0.00986929814985468,0.5,0.153725174569888,0.0,0.00479235228915963,0.153725174569888,0.0,0.00345632638332512,0.5,0.153725174569888,0.0,0.00327870253977831,0.153725174569888,0.0,0.0021188826556743,0.153725174569888,0.0,0.670168171715711,0.153725174569888,0.0,0.37108488362237,0.153725174569888,0.0,0.0509632856881555,0.153725174569888,0.0,0.0136121935774192,0.153725174569888,0.0,0.00368467959324423,0.5,0.153725174569888,0.0,0.00354243059576541,0,0.960175676142612,0.101493783565119 -4926,0.5,0.153725174569888,0.018923165749249,0.163554172620014,0.153725174569888,0.013262643663559,0.488751668325756,0.153725174569888,0.00896838452720637,0.0130559269634164,0.153725174569888,0.0103295235966274,0.0107549843638726,0.153725174569888,0.000429972524661627,0.128821865699616,0.153725174569888,0.00976381987902398,0.265765085782374,0.153725174569888,0.00891275093314364,0.0566709496941372,0.153725174569888,0.0141625995182809,0.015635532540742,0.5,0.153725174569888,0.0128395521630811,0.00332227471782257,0.153725174569888,0.0226834629915988,0.00350033580440584,0.5,0.153725174569888,0.0185211470954848,0.00134731830779316,0.153725174569888,0.0158549413182228,0.00262113311291508,0.153725174569888,0.0153107180585841,0.715125401802895,0.153725174569888,0.00399450846630013,0.436941080651318,0.153725174569888,0.000438178314122009,0.0383585522072003,0.153725174569888,0.0188209276739447,0.00869841551111645,0.153725174569888,0.0292866269818201,0.00164545786144623,0.5,0.153725174569888,0.0313831951567268,0.00233810382556142,0,0.930264742691598,0.258382701985224 -4927,0.5,0.153725174569888,0.0570536852487727,0.181937070970545,0.153725174569888,0.0618309721162865,0.47030377268819,0.153725174569888,0.0315241575571196,0.0166222271602089,0.153725174569888,0.0389246988584445,0.0163546065381456,0.153725174569888,0.00185225857365273,0.107943584841898,0.153725174569888,0.0668491196020702,0.22500756922168,0.153725174569888,0.0426549280987581,0.0445699012029044,0.153725174569888,0.0839675378271666,0.0244344119437421,0.5,0.153725174569888,0.0844999425292743,0.00145282184011253,0.153725174569888,0.100387598973098,0.00205012299636955,0.5,0.153725174569888,0.0924640945262239,0.00088953964000116,0.153725174569888,0.0906554607265504,0.00381729303443165,0.153725174569888,0.0630374175972929,0.755658571436013,0.153725174569888,0.0157183246919361,0.469511152569712,0.153725174569888,0.00201078227155416,0.0313475401960054,0.153725174569888,0.0737080811258573,0.00632707109321915,0.153725174569888,0.107245925293082,0.000679787921417411,0.5,0.153725174569888,0.112321710230397,0.000896081214136181,0,0.910726550592885,0.524850749712299 -4928,0.5,0.153725174569888,0.0988299849514881,0.215350663231386,0.153725174569888,0.113930309455962,0.40849702988738,0.153725174569888,0.0694001256641492,0.0208438035435735,0.153725174569888,0.0834752047947084,0.0202403871600518,0.153725174569888,0.0039193545190864,0.0765712431260123,0.153725174569888,0.144398136428672,0.218077054404172,0.153725174569888,0.0831208706222182,0.0292733721968337,0.153725174569888,0.193418275154954,0.0494255613704921,0.5,0.153725174569888,0.195371399045867,0.000929951249769534,0.153725174569888,0.218975040623551,0.000860564961730162,0.5,0.153725174569888,0.207131663467044,0.00110835334473883,0.153725174569888,0.204143475316519,0.000791075123066623,0.153725174569888,0.163349648551075,0.786084415414922,0.153725174569888,0.0423756639476291,0.48340333812769,0.153725174569888,0.00596704991172503,0.0231650512636567,0.153725174569888,0.15540848048625,0.00532384019863995,0.153725174569888,0.22623129174793,0.000555593022707214,0.5,0.153725174569888,0.231552828381939,0.000853811999023849,0,0.912936477218404,0.687916767213136 -4929,0.5,0.153725174569888,0.127624216655675,0.222863478348618,0.153725174569888,0.132199556343745,0.32087394509453,0.153725174569888,0.123336423787042,0.0197413577826127,0.153725174569888,0.158518031464953,0.0264983166640519,0.153725174569888,0.00790128360168781,0.0702175112120237,0.153725174569888,0.212266163009467,0.183350735930279,0.153725174569888,0.119247294376446,0.0213540270164511,0.153725174569888,0.319492869248744,0.0520838997413474,0.5,0.153725174569888,0.322585928191548,0.000535409568022463,0.153725174569888,0.354199890607908,0.00365790766923623,0.5,0.153725174569888,0.337387268820268,0.00120651339951913,0.153725174569888,0.334792683503081,0.00124827418206578,0.153725174569888,0.277260907651409,0.817218599998514,0.153725174569888,0.065146135814609,0.430890912651183,0.153725174569888,0.0139069395207194,0.016196712019154,0.153725174569888,0.250830972031698,0.00409382003633566,0.153725174569888,0.359060528973117,0.000633633467969843,0.5,0.153725174569888,0.367509997347085,0.000911908799070729,0,0.889305400224737,0.77115516545062 -4930,0.5,0.153725174569888,0.13810220281108,0.193377937912018,0.153725174569888,0.17219688636997,0.28148175122236,0.153725174569888,0.191658919627869,0.0165029963928651,0.153725174569888,0.244775016076276,0.0328128427690954,0.153725174569888,0.0194983508335874,0.0911098742139994,0.153725174569888,0.266955765025028,0.130163719792988,0.153725174569888,0.165354878287999,0.0113707201548373,0.153725174569888,0.457475124553479,0.044172520362873,0.5,0.153725174569888,0.459899698402421,0.000626199834736191,0.153725174569888,0.493981297161055,0.0050590853119646,0.5,0.153725174569888,0.476066769496244,0.000972074225280198,0.153725174569888,0.473429336441558,0.00179562095478423,0.153725174569888,0.405245382266132,0.832113766601245,0.153725174569888,0.09505874062907,0.375315100973137,0.153725174569888,0.0320285729398211,0.0117229509998281,0.153725174569888,0.369098052923305,0.00398896712199348,0.153725174569888,0.496524245441548,0.00227672562929456,0.5,0.153725174569888,0.503591461509444,0.001078509534453,0,0.853195413028699,0.802491639126023 -4931,0.5,0.153725174569888,0.142096839172858,0.156625671871383,0.153725174569888,0.0988661256809478,0.124165209983251,0.153725174569888,0.264299576432635,0.0151280604203552,0.153725174569888,0.320210276330365,0.0303603618800929,0.153725174569888,0.0310442323740134,0.116613920210026,0.153725174569888,0.303502766197128,0.0931639575838823,0.153725174569888,0.222497087365868,0.00959128689256633,0.153725174569888,0.575071106474801,0.0395220382440688,0.5,0.153725174569888,0.561391910970394,0.00192717843968896,0.153725174569888,0.603824680807696,0.0031339101669445,0.5,0.153725174569888,0.589336126862392,0.000508769310756581,0.153725174569888,0.567225813291234,0.00161556435328309,0.153725174569888,0.484789592747221,0.834782616371577,0.153725174569888,0.109002295917221,0.329348299761709,0.153725174569888,0.0488089256387016,0.0107115295066955,0.153725174569888,0.486599454186026,0.00486398453509478,0.153725174569888,0.605281105699017,0.00840572548872649,0.5,0.153725174569888,0.606655988912034,0.00130291883224069,0,0.83405367128451,0.815244180259422 -4932,0.5,0.153725174569888,0.190139223605144,0.14426851454595,0.153725174569888,0.113614381706561,0.132277399238957,0.153725174569888,0.344111222183706,0.0146131841538104,0.153725174569888,0.383350570915131,0.0196939104965881,0.153725174569888,0.0322225158389432,0.14708936575534,0.153725174569888,0.324384399280781,0.0799560821601337,0.153725174569888,0.29089590609707,0.00787779454334507,0.153725174569888,0.630896605276347,0.0375275587466402,0.5,0.153725174569888,0.585195582509577,0.00462530292097505,0.153725174569888,0.638692235214894,0.000705187158412139,0.5,0.153725174569888,0.653578339599574,0.000166250422187229,0.153725174569888,0.559439364274397,0.00168870666745107,0.153725174569888,0.438118335836158,0.777414400302783,0.153725174569888,0.0834438063715779,0.275322773208244,0.153725174569888,0.0658292533842483,0.0103886485152057,0.153725174569888,0.569746691644829,0.00883998137901061,0.153725174569888,0.664755139594542,0.0167974624967828,0.5,0.153725174569888,0.641111363209281,0.00125810957579453,0,0.861021340580562,0.843374007982797 -4933,0.5,0.153725174569888,0.202224951772727,0.15296451005444,0.153725174569888,0.125564140721882,0.199796675858143,0.153725174569888,0.433944597827427,0.010926986781093,0.153725174569888,0.413576545751434,0.0101976304444515,0.153725174569888,0.0294936292908631,0.115945983689296,0.153725174569888,0.333539832477879,0.0674137216509673,0.153725174569888,0.333992267774741,0.00942863038984744,0.153725174569888,0.580625624601405,0.0355179926886058,0.5,0.153725174569888,0.499071484325151,0.00833124778831174,0.153725174569888,0.561182656466144,0.0032299165138362,0.5,0.153725174569888,0.559605312533693,0.000173709794292775,0.153725174569888,0.589802711624172,0.00461752058232131,0.153725174569888,0.320869895108554,0.712139718340779,0.153725174569888,0.0811665903636288,0.209870007025118,0.153725174569888,0.0798193832649684,0.00697555557776149,0.153725174569888,0.599677215593157,0.0190542690392272,0.153725174569888,0.656171217578587,0.0235631662957509,0.5,0.153725174569888,0.603619777660103,0.00142869070904954,0,0.870327228086971,0.879515014162466 -4934,0.5,0.153725174569888,0.184183475598589,0.141108974344212,0.153725174569888,0.102889625016754,0.167427488832318,0.153725174569888,0.480526052551959,0.00689943490065929,0.153725174569888,0.400142731404888,0.00609175345382019,0.153725174569888,0.0377626008571812,0.0967029900024886,0.153725174569888,0.32741688229227,0.0528613026589582,0.153725174569888,0.342202498392991,0.0102746120339749,0.153725174569888,0.532599282582574,0.0325150681310727,0.5,0.153725174569888,0.550752440524566,0.0103028856967625,0.153725174569888,0.573992990547641,0.00166886971636668,0.5,0.153725174569888,0.585048659289946,0.00134145809643365,0.153725174569888,0.57623834432065,0.0073274677896994,0.153725174569888,0.252299289545452,0.660041535919063,0.153725174569888,0.0749780979498561,0.166677825217456,0.153725174569888,0.116619912783963,0.0103004390193855,0.153725174569888,0.571381384534532,0.030583528648419,0.153725174569888,0.637513841435652,0.0261789282977393,0.5,0.153725174569888,0.595387645413356,0.00139995616936095,0,0.857680977187671,0.898411252086989 -4935,0.5,0.153725174569888,0.160027626250807,0.124570831260921,0.153725174569888,0.0426326645714816,0.0428061563823945,0.153725174569888,0.475597217742169,0.0044538468309298,0.153725174569888,0.381665841482756,0.0031564471936696,0.153725174569888,0.0516104818240967,0.0588776505876044,0.153725174569888,0.318066921531616,0.0348608671348278,0.153725174569888,0.370304601976846,0.00749082420782958,0.153725174569888,0.479543205893741,0.0294104660965684,0.5,0.153725174569888,0.496921428172375,0.0138325962329465,0.153725174569888,0.557307265204211,0.000306462526284398,0.5,0.153725174569888,0.51460269236578,0.0065086804930413,0.153725174569888,0.527379176416132,0.0083641462702049,0.153725174569888,0.259323723052472,0.650700379364806,0.153725174569888,0.0698915054058676,0.135613719743062,0.153725174569888,0.140156751412247,0.00962760066510586,0.153725174569888,0.533670754847481,0.0302444203956614,0.153725174569888,0.570134820242124,0.0199429972255971,0.5,0.153725174569888,0.535149294033668,0.000860817990284541,0,0.815207007137514,0.868458454051006 -4936,0.5,0.153725174569888,0.120262248823847,0.113669961849057,0.153725174569888,0.0456766508472468,0.0234840808398131,0.153725174569888,0.409071703521547,0.00306660784984158,0.153725174569888,0.334798727533133,0.00172967390210732,0.153725174569888,0.0621744484012095,0.044480143608356,0.153725174569888,0.334102315280087,0.0271013579956762,0.153725174569888,0.367091728033438,0.00684990529447251,0.153725174569888,0.413268661525238,0.0233446783494022,0.5,0.153725174569888,0.385501523978914,0.0060902108200765,0.153725174569888,0.457907890831402,0.000537655446326296,0.5,0.153725174569888,0.509009603170698,0.00442297584196214,0.153725174569888,0.449269169470989,0.00856732061562816,0.153725174569888,0.206673759430599,0.603486221496353,0.153725174569888,0.0438550671969359,0.0959021077141574,0.153725174569888,0.148314804939817,0.00653009530120087,0.153725174569888,0.442663650802817,0.0240709687710449,0.153725174569888,0.471011418363451,0.0133719824123932,0.5,0.153725174569888,0.441882386326906,0.000479967538049953,0,0.808433605336985,0.800330836192315 -4937,0.5,0.153725174569888,0.0945512328098327,0.0916901196473443,0.153725174569888,0.0117668740258233,0.0204857744860116,0.153725174569888,0.325042122986278,0.0018623839327374,0.153725174569888,0.254143295066844,0.00160953569025656,0.153725174569888,0.0600176877399632,0.0367027792860972,0.153725174569888,0.30072361120732,0.0326022481577079,0.153725174569888,0.331008510470894,0.0115915457042276,0.153725174569888,0.31944983387427,0.016830969975856,0.5,0.153725174569888,0.312034053478181,0.0044310123258044,0.153725174569888,0.337982168487238,0.000604242493335794,0.5,0.153725174569888,0.385636384561062,0.00173827187013016,0.153725174569888,0.334117373498585,0.00407272682649947,0.153725174569888,0.127347578597778,0.533825313238507,0.153725174569888,0.0261707127424437,0.0685288571799765,0.153725174569888,0.140591562796991,0.00607542953355145,0.153725174569888,0.33506194994446,0.0143546951584355,0.153725174569888,0.355599500544241,0.00650577345803631,0.5,0.153725174569888,0.32782364854873,0.000674897994246566,0,0.841124194652221,0.704686610893483 -4938,0.5,0.153725174569888,0.0692520005347182,0.0723289944416576,0.153725174569888,0.0065644970345621,0.0220650252570319,0.153725174569888,0.213265707842713,0.000952112592148971,0.153725174569888,0.169213439004408,0.00155588007214457,0.153725174569888,0.0564816173550496,0.0248993141758188,0.153725174569888,0.225252503338492,0.0346852413501735,0.153725174569888,0.248330422653443,0.0179847795928788,0.153725174569888,0.216363709458265,0.0111027461743846,0.5,0.153725174569888,0.21519914269124,0.00534204490339147,0.153725174569888,0.220185540591982,0.000979444955428894,0.5,0.153725174569888,0.243713698849381,0.000414416964721136,0.153725174569888,0.219181064223364,0.00170559180275136,0.153725174569888,0.064914589810983,0.443245833457204,0.153725174569888,0.0175591166764397,0.0561013728056797,0.153725174569888,0.12751254919179,0.008671361725412,0.153725174569888,0.231800112032891,0.00433625319061889,0.153725174569888,0.230674635393743,0.0017080631455688,0.5,0.153725174569888,0.206926946690721,0.000587055984102141,0,0.8691458068598,0.567207382759313 -4939,0.5,0.153725174569888,0.0320760360698799,0.0660147656725009,0.153725174569888,0.0013653797236374,0.0310176902053422,0.153725174569888,0.0716292473598362,0.00232175510790801,0.153725174569888,0.0622986198228605,0.00123308802315641,0.153725174569888,0.0560680041199232,0.0190715812761915,0.153725174569888,0.125635662558714,0.0316833433278895,0.153725174569888,0.131719002047507,0.026640381788291,0.153725174569888,0.111647979929487,0.00923690676545379,0.5,0.153725174569888,0.0996122939734064,0.00171112064677882,0.153725174569888,0.0698485246564616,0.00064139702677564,0.5,0.153725174569888,0.0976269750006541,8.61791451890657e-05,0.153725174569888,0.0797004330561273,0.000462106088082831,0.153725174569888,0.0315255231780802,0.355170919747004,0.153725174569888,0.00867174664780121,0.0333459705879426,0.153725174569888,0.075544547485801,0.0138138649569515,0.153725174569888,0.112488774737038,0.000670898729788203,0.153725174569888,0.07272360458159,0.000971394864632944,0.5,0.153725174569888,0.0569767729451556,0.0010072066831862,0,0.867317512961584,0.386057657726427 -4940,0.5,0.153725174569888,0.000131785833893923,0.0593109170714343,0.153725174569888,0.000271412153535812,0.0674553993411393,0.153725174569888,0.0,0.00726079363743299,0.153725174569888,0.0,0.00256817657697605,0.153725174569888,0.0166984314850479,0.00904625826732582,0.153725174569888,0.0247182527114065,0.024832770347428,0.153725174569888,0.0214794003629727,0.0194574108045653,0.153725174569888,0.0193341498115821,0.0103357555070744,0.5,0.153725174569888,0.00666321227060301,0.000882266584542904,0.153725174569888,0.0,0.00116596351994618,0.5,0.153725174569888,0.0,0.000450890358875683,0.153725174569888,0.0,0.000661171330205131,0.153725174569888,0.00964289725126777,0.275782838959117,0.153725174569888,0.00142810653549589,0.0305942019262405,0.153725174569888,0.00941646327326605,0.0107231638212126,0.153725174569888,0.00350807029711885,0.00109874618518923,0.153725174569888,0.0,0.00217525003976566,0.5,0.153725174569888,0.0,0.00262291535519517,0,0.859510738963691,0.277511790729011 -4941,0.5,0.153725174569888,0.0,0.0460263879337329,0.153725174569888,0.0,0.0576562860943234,0.153725174569888,0.0,0.011156691800637,0.153725174569888,0.0,0.00413121991525187,0.153725174569888,0.0,0.00773368129403753,0.153725174569888,0.0,0.0202594309213436,0.153725174569888,0.0,0.0166341714140616,0.153725174569888,0.0,0.0132870989480577,0.5,0.153725174569888,0.0,0.00140338656923233,0.153725174569888,0.0,0.00163470628484479,0.5,0.153725174569888,0.0,0.000812597746274981,0.153725174569888,0.0,0.00110024805944395,0.153725174569888,0.0,0.210349938774745,0.153725174569888,0.0,0.035803083629505,0.153725174569888,0.0,0.0119471985914843,0.153725174569888,0.0,0.00128600396013148,0.153725174569888,0.0,0.00314068017185911,0.5,0.153725174569888,0.0,0.00500923646754196,0,0.837218784773934,0.271737759619013 -4942,0.5,0.153725174569888,0.0,0.03377253027739,0.153725174569888,0.0,0.0354703463010731,0.153725174569888,0.0,0.00784606098160178,0.153725174569888,0.0,0.00434887736423807,0.153725174569888,0.0,0.00648432261191812,0.153725174569888,0.0,0.0153473664841037,0.153725174569888,0.0,0.00877310264367907,0.153725174569888,0.0,0.0125722389163374,0.5,0.153725174569888,0.0,0.00219993941268755,0.153725174569888,0.0,0.00242091412565432,0.5,0.153725174569888,0.0,0.000636291211350144,0.153725174569888,0.0,0.000994829667474643,0.153725174569888,0.0,0.152812127214463,0.153725174569888,0.0,0.0421992688284325,0.153725174569888,0.0,0.010146464328701,0.153725174569888,0.0,0.00105848046686161,0.153725174569888,0.0,0.00355592122687573,0.5,0.153725174569888,0.0,0.00521034748817292,0,0.778887486153388,0.331052988868851 -4943,0.5,0.153725174569888,0.0,0.0284558903345599,0.153725174569888,0.0,0.021216060537898,0.153725174569888,0.0,0.00508372999230247,0.153725174569888,0.0,0.00447162184900755,0.153725174569888,0.0,0.00692001366958126,0.153725174569888,0.0,0.00936800169440444,0.153725174569888,0.0,0.00579822129299749,0.153725174569888,0.0,0.00896022947476423,0.5,0.153725174569888,0.0,0.0037525877017787,0.153725174569888,0.0,0.00304305324880908,0.5,0.153725174569888,0.0,0.000609127313610071,0.153725174569888,0.0,0.00235916079663473,0.153725174569888,0.0,0.112258682092467,0.153725174569888,0.0,0.0529056242018331,0.153725174569888,0.0,0.00865507591979661,0.153725174569888,0.0,0.00118720060399248,0.153725174569888,0.0,0.00368310966087993,0.5,0.153725174569888,0.0,0.00515941609747339,0,0.700576528939342,0.373287068811289 -4944,0.5,0.153725174569888,0.0,0.0262158256952585,0.153725174569888,0.0,0.00613761045245054,0.153725174569888,0.0,0.00392277216788685,0.153725174569888,0.0,0.00504878178790856,0.153725174569888,0.0,0.00761121856171043,0.153725174569888,0.0,0.00660917173004446,0.153725174569888,0.0,0.00502218406440962,0.153725174569888,0.0,0.00417509890317952,0.5,0.153725174569888,0.0,0.00462088377297008,0.153725174569888,0.0,0.00458301048130212,0.5,0.153725174569888,0.0,0.000824257067616349,0.153725174569888,0.0,0.00371473101877134,0.153725174569888,0.0,0.0820154838393474,0.153725174569888,0.0,0.0472257480190885,0.153725174569888,0.0,0.00722684791365934,0.153725174569888,0.0,0.00134020176456066,0.153725174569888,0.0,0.00411775512726923,0.5,0.153725174569888,0.0,0.00411506359551314,0,0.677362571465504,0.315283490052153 -4945,0.5,0.153725174569888,0.0,0.0205518429940717,0.153725174569888,0.0,0.00533547665301862,0.153725174569888,0.0,0.00392641358644773,0.153725174569888,0.0,0.00567138840158198,0.153725174569888,0.0,0.00619299025221951,0.153725174569888,0.0,0.00456267635186861,0.153725174569888,0.0,0.00474955760159399,0.153725174569888,0.0,0.00238248697752057,0.5,0.153725174569888,0.0,0.00493259900840732,0.153725174569888,0.0,0.00736777173580056,0.5,0.153725174569888,0.0,0.000746505060663597,0.153725174569888,0.0,0.0035475943558381,0.153725174569888,0.0,0.07010893850885,0.153725174569888,0.0,0.0354874841276747,0.153725174569888,0.0,0.00689161302487852,0.153725174569888,0.0,0.00138505462448371,0.153725174569888,0.0,0.0053752899207904,0.5,0.153725174569888,0.0,0.00350890400982313,0,0.66071444965562,0.183987793782554 -4946,0.5,0.153725174569888,0.0,0.0135536916252558,0.153725174569888,0.0,0.00246160782507638,0.153725174569888,0.0,0.00403692073243205,0.153725174569888,0.0,0.00624818946086272,0.153725174569888,0.0,0.00446291502722491,0.153725174569888,0.0,0.00371434310706817,0.153725174569888,0.0,0.00500870071798606,0.153725174569888,0.0,0.00190861773728629,0.5,0.153725174569888,0.0,0.00520422270622615,0.153725174569888,0.0,0.0084965279290563,0.5,0.153725174569888,0.0,0.000516572110914485,0.153725174569888,0.0,0.00406964890096832,0.153725174569888,0.0,0.0612797709049872,0.153725174569888,0.0,0.0281395796519177,0.153725174569888,0.0,0.00696065722510888,0.153725174569888,0.0,0.00150493047463493,0.153725174569888,0.0,0.00548350185485701,0.5,0.153725174569888,0.0,0.00363905469174625,0,0.592579378186936,0.0744633142754611 -4947,0.5,0.153725174569888,0.0,0.0107047197607046,0.153725174569888,0.0,0.00165851070395882,0.153725174569888,0.0,0.00389181660572568,0.153725174569888,0.0,0.0059783213758909,0.153725174569888,0.0,0.0046593371914174,0.153725174569888,0.0,0.00440473078661247,0.153725174569888,0.0,0.00551592259153704,0.153725174569888,0.0,0.00222072134719126,0.5,0.153725174569888,0.0,0.00541200841097129,0.153725174569888,0.0,0.0088125444746553,0.5,0.153725174569888,0.0,0.000613243339736416,0.153725174569888,0.0,0.00328040400076195,0.153725174569888,0.0,0.0577497272865297,0.153725174569888,0.0,0.0231672689695508,0.153725174569888,0.0,0.00757429344007889,0.153725174569888,0.0,0.00186609549706878,0.153725174569888,0.0,0.00572999543003816,0.5,0.153725174569888,0.0,0.00351693891419873,0,0.440059198506245,0.0799162495313455 -4948,0.5,0.153725174569888,0.0,0.00976161651667625,0.153725174569888,0.0,0.00482900680456134,0.153725174569888,0.0,0.00318135454938742,0.153725174569888,0.0,0.00500285023602959,0.153725174569888,0.0,0.00565946763269314,0.153725174569888,0.0,0.00576743734818648,0.153725174569888,0.0,0.00528591173139022,0.153725174569888,0.0,0.00247209831698134,0.5,0.153725174569888,0.0,0.00495596260735571,0.153725174569888,0.0,0.00767857965125721,0.5,0.153725174569888,0.0,0.000698763507283493,0.153725174569888,0.0,0.00528145027595584,0.153725174569888,0.0,0.0500524203705842,0.153725174569888,0.0,0.0158167849523897,0.153725174569888,0.0,0.00834745106345667,0.153725174569888,0.0,0.00263800114437737,0.153725174569888,0.0,0.00590887642369224,0.5,0.153725174569888,0.0,0.00363757258826952,0,0.2500026271876,0.0909940798362603 -4949,0.5,0.153725174569888,0.000143312970086325,0.00757363466205595,0.153725174569888,0.0,0.00702285755076982,0.153725174569888,0.0,0.00247674695049242,0.153725174569888,1.99457674128788e-05,0.0041272582119457,0.153725174569888,0.0,0.00552155997682978,0.153725174569888,0.0,0.00681201758860009,0.153725174569888,0.0,0.00562849074943273,0.153725174569888,0.0,0.00294817380546302,0.5,0.153725174569888,0.0,0.0045441026167518,0.153725174569888,0.0,0.00660688615061328,0.5,0.153725174569888,0.0,0.000593527959889437,0.153725174569888,0.0,0.00943248495438419,0.153725174569888,0.0,0.0394368284093876,0.153725174569888,0.0,0.0103889505968165,0.153725174569888,0.0,0.00950613639049839,0.153725174569888,0.0,0.00341499730034554,0.153725174569888,0.0,0.00540691429842781,0.5,0.153725174569888,0.0,0.00366057841706034,0,0.161152004899819,0.0777154307023345 -4950,0.5,0.153725174569888,0.0404383707171944,0.00600653887092535,0.153725174569888,0.0354140534414143,0.00584287577472219,0.153725174569888,0.0338401231555285,0.00155514474306232,0.153725174569888,0.0436541943791575,0.00294204051955028,0.153725174569888,0.0225424197350634,0.00454591314341398,0.153725174569888,0.00926679399305408,0.00710903750175868,0.153725174569888,0.0162165093628996,0.0061962831382409,0.153725174569888,0.00257556353358909,0.00322166847800225,0.5,0.153725174569888,0.00870245110962882,0.00469800658648505,0.153725174569888,0.0210310372763707,0.00685367883648359,0.5,0.153725174569888,0.0162806941984538,0.000493324317235406,0.153725174569888,0.0148737374537155,0.00938176468085232,0.153725174569888,0.0254354523074691,0.0358609218197442,0.153725174569888,0.0267823255256683,0.00738185042716578,0.153725174569888,0.0304198066082342,0.00812409403156693,0.153725174569888,0.0224340511498883,0.00260774917719234,0.153725174569888,0.0270160733375439,0.00390869456098921,0.5,0.153725174569888,0.0275789456540419,0.00250231656304247,0,0.0870663261914392,0.0521414119658069 -4951,0.5,0.153725174569888,0.114933506290204,0.0103935072416996,0.153725174569888,0.107029411603955,0.00552361190325401,0.153725174569888,0.110285149093342,0.000942941337830746,0.153725174569888,0.125334502050088,0.00178409351990368,0.153725174569888,0.0912845884650104,0.00396597335778097,0.153725174569888,0.064308402561588,0.00830187334234159,0.153725174569888,0.0727962296043421,0.0059600271431752,0.153725174569888,0.0331518093098052,0.00339722556196249,0.5,0.153725174569888,0.0713997118995704,0.00438068123050849,0.153725174569888,0.0981264950631421,0.0039569230926077,0.5,0.153725174569888,0.0887043254435199,0.000239304436841785,0.153725174569888,0.0898800002650608,0.00794857142254872,0.153725174569888,0.081016139688535,0.0259901734732681,0.153725174569888,0.0955045160222191,0.00725101001043953,0.153725174569888,0.102355585265549,0.00588737014724098,0.153725174569888,0.0903689346066114,0.0016083504021644,0.153725174569888,0.103428448260398,0.00239313815164065,0.5,0.153725174569888,0.103268627174391,0.00206980709800402,0,0.0481840791956836,0.0515101437558556 -4952,0.5,0.153725174569888,0.225634156704598,0.0147112549786036,0.153725174569888,0.220790180317229,0.00729059243958248,0.153725174569888,0.227248945346408,0.00240242577913943,0.153725174569888,0.244356372388682,0.00255608943954235,0.153725174569888,0.200978314278245,0.00722263443311605,0.153725174569888,0.139558106678492,0.0170120995893296,0.153725174569888,0.133997444267468,0.00765117226060049,0.153725174569888,0.0844934345214377,0.00538679135371952,0.5,0.153725174569888,0.163569366405595,0.0102144184268123,0.153725174569888,0.215365931229315,0.00220959019774631,0.5,0.153725174569888,0.199961694011686,0.00014787037291653,0.153725174569888,0.202330007025426,0.00202983803384585,0.153725174569888,0.181234499502848,0.030601058904018,0.153725174569888,0.206615537402573,0.00870647361689404,0.153725174569888,0.214959195036626,0.00667371407107022,0.153725174569888,0.189744387316243,0.00117626193620245,0.153725174569888,0.218918842625086,0.00183382596202397,0.5,0.153725174569888,0.207233793995558,0.00351381449992038,0,0.0428032942017944,0.060096615628939 -4953,0.5,0.153725174569888,0.351559756796239,0.0111909145593303,0.153725174569888,0.343362711554092,0.00287727207287271,0.153725174569888,0.355175703365128,0.00271035846463938,0.153725174569888,0.373181527513651,0.00222545424341777,0.153725174569888,0.323761427239521,0.0101997471632139,0.153725174569888,0.232204396769953,0.0245593096906154,0.153725174569888,0.194576385403621,0.0108337700563217,0.153725174569888,0.162327756284776,0.0124166185571735,0.5,0.153725174569888,0.268772465065058,0.020949619155067,0.153725174569888,0.348491497762854,0.00281791429608706,0.5,0.153725174569888,0.327187028593595,0.000212566202604967,0.153725174569888,0.32996468274764,0.00325038578618966,0.153725174569888,0.282249435290875,0.0252725061396414,0.153725174569888,0.330151184046148,0.00628138038378997,0.153725174569888,0.336643794399214,0.00406441815374924,0.153725174569888,0.30429778000426,0.000709974218356479,0.153725174569888,0.345082165982972,0.00239519442722556,0.5,0.153725174569888,0.327304704634101,0.00338745448654453,0,0.0198040624615466,0.0306976265516463 -4954,0.5,0.153725174569888,0.484332241143228,0.00538903682384611,0.153725174569888,0.473657357259031,0.00149199129962167,0.153725174569888,0.488354777340825,0.00328478102789366,0.153725174569888,0.503565498634149,0.0030411223608946,0.153725174569888,0.456599806020711,0.0109532029969281,0.153725174569888,0.351172331273411,0.0357539726222754,0.153725174569888,0.258347966039573,0.0218768688319935,0.153725174569888,0.273387506822423,0.0301017672328868,0.5,0.153725174569888,0.362582499997185,0.0257816530001752,0.153725174569888,0.470349097997613,0.00161937646158992,0.5,0.153725174569888,0.462744953225027,0.00104054956459958,0.153725174569888,0.414227039580039,0.00310674455013841,0.153725174569888,0.352842688519017,0.0165884831215266,0.153725174569888,0.462320779925425,0.00450030091307524,0.153725174569888,0.465721398479977,0.00149022749395741,0.153725174569888,0.429829758893584,1.03997805417388e-05,0.153725174569888,0.472304080891894,0.00324586857966161,0.5,0.153725174569888,0.448515258333231,0.00228175753089745,0,0.0172298513853938,0.0142631476542605 -4955,0.5,0.153725174569888,0.586931155018099,0.00358703708455995,0.153725174569888,0.582308107785462,0.00160252921530714,0.153725174569888,0.591971962388768,0.00456624373223103,0.153725174569888,0.601694867667489,0.00452894284904374,0.153725174569888,0.568617340771545,0.0104565516764819,0.153725174569888,0.444565952882692,0.0295611447943778,0.153725174569888,0.318235590182452,0.0280674522859644,0.153725174569888,0.34699178192096,0.0430599705469781,0.5,0.153725174569888,0.367761672222216,0.0260707058771668,0.153725174569888,0.523695908325313,0.00201397664140332,0.5,0.153725174569888,0.541664746766133,0.00237341646847758,0.153725174569888,0.437928536074691,0.00359791232823576,0.153725174569888,0.427904952892346,0.00945212878241505,0.153725174569888,0.574003986807019,0.00240258672612066,0.153725174569888,0.57211513527721,0.00061795201748568,0.153725174569888,0.451683645829608,0.00014461830047479,0.153725174569888,0.571633485926475,0.00409260280185692,0.5,0.153725174569888,0.506542570604236,0.00205995844689468,0,0.0165829518224341,0.00597954006087958 -4956,0.5,0.153725174569888,0.637768418318992,0.00614980091215941,0.153725174569888,0.646059061919158,0.00280854041342992,0.153725174569888,0.612186849399502,0.00510267565585054,0.153725174569888,0.650580474181574,0.00800395688634388,0.153725174569888,0.603312779867626,0.00875426870427507,0.153725174569888,0.55965716321131,0.0191820043214466,0.153725174569888,0.532777939057074,0.0184791030306882,0.153725174569888,0.542736583008331,0.0497338907626455,0.5,0.153725174569888,0.438914743163463,0.0279028432575964,0.153725174569888,0.48009608071171,0.00543385935164899,0.5,0.153725174569888,0.504228766531288,0.00134373628028222,0.153725174569888,0.444454110167374,0.00523117704483003,0.153725174569888,0.492727960082571,0.00554031967520556,0.153725174569888,0.628663253192916,0.00119090541795148,0.153725174569888,0.589597481438181,0.00051248545838411,0.153725174569888,0.512780519776555,0.000364301768020764,0.153725174569888,0.600337931180284,0.00792442380147599,0.5,0.153725174569888,0.501642023847008,0.00260050744741827,0,0.00450406347029696,0.00286543895758595 -4957,0.5,0.153725174569888,0.613147732897582,0.00597214345729344,0.153725174569888,0.660803949175744,0.00260764170877091,0.153725174569888,0.608463949123493,0.00495371463109988,0.153725174569888,0.651414208631151,0.0130139791267127,0.153725174569888,0.645328556306342,0.0038425810887765,0.153725174569888,0.623157082364269,0.0122288050854897,0.153725174569888,0.643824915782791,0.0103086337499531,0.153725174569888,0.574089388060171,0.0466271544505326,0.5,0.153725174569888,0.535167633343828,0.0308726416703363,0.153725174569888,0.550159378132789,0.0117761394972814,0.5,0.153725174569888,0.526405492287448,0.000955724984147881,0.153725174569888,0.452227607260579,0.00936039697052607,0.153725174569888,0.461529273947604,0.00537779290160922,0.153725174569888,0.651111003231494,0.000696981730994328,0.153725174569888,0.623217311606473,0.000302749531638155,0.153725174569888,0.542811891939678,0.00202786643128181,0.153725174569888,0.565579990536381,0.0204036531339386,0.5,0.153725174569888,0.499442853993924,0.0060441702972933,0,0.0,0.000773927088414554 -4958,0.5,0.153725174569888,0.573956677734738,0.00516890754799459,0.153725174569888,0.636222133107497,0.00190400108969346,0.153725174569888,0.603525411341159,0.00509777211600315,0.153725174569888,0.63763286769203,0.0182181661814331,0.153725174569888,0.619538480724387,0.00123434429595836,0.153725174569888,0.603655755389405,0.00949742712399918,0.153725174569888,0.636029707300537,0.00707009914627104,0.153725174569888,0.566820979455811,0.0369158319762034,0.5,0.153725174569888,0.493797789520516,0.0277356134779814,0.153725174569888,0.544898301166204,0.0250708280321469,0.5,0.153725174569888,0.500431374908909,0.00117231340505204,0.153725174569888,0.464110119874578,0.0254098625219336,0.153725174569888,0.407547259941594,0.010202935915493,0.153725174569888,0.645217725922241,0.00029703631055206,0.153725174569888,0.59520544554805,0.000146494616094117,0.153725174569888,0.531175559146888,0.00195915254854268,0.153725174569888,0.567608663136588,0.0201767811208415,0.5,0.153725174569888,0.469532263824015,0.0181072455629674,0,0.0,7.04113046708305e-05 -4959,0.5,0.153725174569888,0.563653156158009,0.00491604427536574,0.153725174569888,0.58274780978171,0.00103103828880507,0.153725174569888,0.556946024512079,0.00640544278701081,0.153725174569888,0.566438119873438,0.0278022957645246,0.153725174569888,0.568669360492515,0.00144220464539895,0.153725174569888,0.53451228239032,0.00896372388371129,0.153725174569888,0.551886183378519,0.00653572088402113,0.153725174569888,0.483569405972388,0.0308631445784164,0.5,0.153725174569888,0.382575332175471,0.0213226673319297,0.153725174569888,0.438410366044555,0.0225478921669191,0.5,0.153725174569888,0.477235641798563,0.00893415240856965,0.153725174569888,0.407793468638377,0.0337854321364308,0.153725174569888,0.418249160952561,0.0146739040651718,0.153725174569888,0.586856228156722,0.000854421867297058,0.153725174569888,0.552597753300894,0.000105876670097909,0.153725174569888,0.485476317886917,0.00141793467487654,0.153725174569888,0.508201613063473,0.0162832456723369,0.5,0.153725174569888,0.424697081077634,0.0357259230329027,0,0.0,5.06663108346563e-05 -4960,0.5,0.153725174569888,0.455554643880838,0.00493591534725227,0.153725174569888,0.477293909754622,0.000272314052768655,0.153725174569888,0.455362119285228,0.0131758691767747,0.153725174569888,0.457594353220595,0.0398207208294295,0.153725174569888,0.48911497804878,0.00231542388845739,0.153725174569888,0.458017032977159,0.011786273118929,0.153725174569888,0.465973812182663,0.00737571261960919,0.153725174569888,0.372343904429027,0.0239434107441344,0.5,0.153725174569888,0.345692754380974,0.0193260380757458,0.153725174569888,0.318862399870946,0.0179182432033608,0.5,0.153725174569888,0.443408335469273,0.0165154510313682,0.153725174569888,0.310139206337656,0.0379376275326008,0.153725174569888,0.377677680126885,0.0171932901148492,0.153725174569888,0.488215112883502,0.00301813055360314,0.153725174569888,0.454196420806611,0.000102078874015811,0.153725174569888,0.432122135631821,0.00118604855574931,0.153725174569888,0.426510391899525,0.0127044225903189,0.5,0.153725174569888,0.294195753359536,0.0241224236977692,0,0.00134074818187969,7.60389972267416e-05 -4961,0.5,0.153725174569888,0.339133008563744,0.00550216601367739,0.153725174569888,0.359818098953727,0.0,0.153725174569888,0.337474314775342,0.0212795217755029,0.153725174569888,0.332864766230484,0.0465027109432393,0.153725174569888,0.377170395274344,0.00389866438968,0.153725174569888,0.334335103617217,0.0133090271950391,0.153725174569888,0.367622779328535,0.00949571611166634,0.153725174569888,0.286326030146774,0.0187152036785615,0.5,0.153725174569888,0.288757756634905,0.0127410134092092,0.153725174569888,0.200968339017711,0.00543429249266574,0.5,0.153725174569888,0.289609462033901,0.0147461316788352,0.153725174569888,0.216601511990275,0.0402683833926772,0.153725174569888,0.290174835522185,0.0167088178679812,0.153725174569888,0.367817575563368,0.0083725153377609,0.153725174569888,0.34940110754959,0.000394715538921273,0.153725174569888,0.309124829147998,0.00136111046094516,0.153725174569888,0.300543203122003,0.010986481344763,0.5,0.153725174569888,0.225159674923551,0.0190496398869381,0,0.00489037035640332,0.000275906825855784 -4962,0.5,0.153725174569888,0.21633747199705,0.00457039998449723,0.153725174569888,0.23797305267391,0.0,0.153725174569888,0.216833581301824,0.0231509610256388,0.153725174569888,0.206402005881804,0.0317140532047545,0.153725174569888,0.259332659799598,0.00584639810670279,0.153725174569888,0.199229815161056,0.0133004106194159,0.153725174569888,0.242913382242027,0.0130021601021677,0.153725174569888,0.210474228135328,0.0108410066763243,0.5,0.153725174569888,0.225026663500488,0.00610651007804508,0.153725174569888,0.123254655429594,0.00413071260706688,0.5,0.153725174569888,0.186712816175409,0.014023326266914,0.153725174569888,0.117493819362021,0.0288625780479184,0.153725174569888,0.210960149946958,0.0167608950694062,0.153725174569888,0.249185492777663,0.0156723436372796,0.153725174569888,0.233756575560011,0.000593869127212192,0.153725174569888,0.204842208575172,0.00174566302556922,0.153725174569888,0.19010315611536,0.00832439994440181,0.5,0.153725174569888,0.137020940781451,0.0123129906374914,0,0.0119299535504852,0.000251895266557909 -4963,0.5,0.153725174569888,0.0726478401883855,0.00368566758457462,0.153725174569888,0.116815890491713,0.0,0.153725174569888,0.0646497828661265,0.0145724895766496,0.153725174569888,0.0599476862723181,0.0156925042344506,0.153725174569888,0.136384142759127,0.00282316705151908,0.153725174569888,0.103326611752057,0.00681745460087636,0.153725174569888,0.12495446060776,0.00678106228899707,0.153725174569888,0.115122596743392,0.00402558861980417,0.5,0.153725174569888,0.119978239253255,0.00137188328446651,0.153725174569888,0.0481673662759657,0.00838126099416633,0.5,0.153725174569888,0.0745646175208528,0.0141089752229326,0.153725174569888,0.0622279488674553,0.0127524694279774,0.153725174569888,0.108782152721108,0.0159559906282334,0.153725174569888,0.131171177817346,0.0231967888481605,0.153725174569888,0.111696556633951,0.000275995894917791,0.153725174569888,0.105958572868885,0.0018467865571997,0.153725174569888,0.0647854339006547,0.0033505441993409,0.5,0.153725174569888,0.0537553931519618,0.000243739494814129,0,0.018811899987004,0.000102270348928311 -4964,0.5,0.153725174569888,0.0,0.0042815086251193,0.153725174569888,0.0178038223992815,0.000244749813407423,0.153725174569888,0.0,0.0192741899131292,0.153725174569888,0.0,0.015463600053518,0.153725174569888,0.0227067505652168,0.0042022224991265,0.153725174569888,0.021374087129794,0.00836250254231835,0.153725174569888,0.0181845351246675,0.0068601435567117,0.153725174569888,0.0194275593557981,0.00224816875237211,0.5,0.153725174569888,0.00881931852858569,0.00246511653076058,0.153725174569888,0.0,0.00740882288174273,0.5,0.153725174569888,0.0,0.0183783661137733,0.153725174569888,0.0,0.0147415368183354,0.153725174569888,0.0216459896676581,0.0115609163330714,0.153725174569888,0.0232865327670476,0.0254772266516957,0.153725174569888,0.00883101593132291,0.000312077514610896,0.153725174569888,0.000978225459103334,0.00259459877004374,0.153725174569888,0.0,0.00576835676398041,0.5,0.153725174569888,0.0,0.00055726951833015,0,0.020142705978709,0.000245565439941229 -4965,0.5,0.153725174569888,0.0,0.00395468867262335,0.153725174569888,0.0,0.00182586736456887,0.153725174569888,0.0,0.0149484863155068,0.153725174569888,0.0,0.00958332111484276,0.153725174569888,0.0,0.00686861611553031,0.153725174569888,0.0,0.0136339143561232,0.153725174569888,0.0,0.00889188069934831,0.153725174569888,0.0,0.00227153781924057,0.5,0.153725174569888,0.0,0.00228042744967792,0.153725174569888,0.0,0.00425934897725013,0.5,0.153725174569888,0.0,0.0199726529549188,0.153725174569888,0.0,0.0164937170782373,0.153725174569888,0.0,0.0116416470854399,0.153725174569888,0.0,0.0281202076510055,0.153725174569888,0.0,0.000478786560572402,0.153725174569888,0.0,0.00292588811941418,0.153725174569888,0.0,0.00735437830974346,0.5,0.153725174569888,0.0,0.00239389706589833,0,0.0109577247331453,0.000503271668548026 -4966,0.5,0.153725174569888,0.0,0.00290295030680613,0.153725174569888,0.0,0.00524324037719812,0.153725174569888,0.0,0.0106442346363245,0.153725174569888,0.0,0.00565336752978594,0.153725174569888,0.0,0.00892804440458876,0.153725174569888,0.0,0.0159840515120125,0.153725174569888,0.0,0.00873316896319716,0.153725174569888,0.0,0.00190324747737668,0.5,0.153725174569888,0.0,0.00211632449298832,0.153725174569888,0.0,0.00543753234785033,0.5,0.153725174569888,0.0,0.019666949130102,0.153725174569888,0.0,0.0152593533239132,0.153725174569888,0.0,0.00924822408885741,0.153725174569888,0.0,0.0241233842836069,0.153725174569888,0.0,0.000619259009330097,0.153725174569888,0.0,0.00297976343497059,0.153725174569888,0.0,0.00932277702811165,0.5,0.153725174569888,0.0,0.00450152925295912,0,0.00259015096429163,0.000482712207098035 -4967,0.5,0.153725174569888,0.0,0.00210138500779027,0.153725174569888,0.0,0.00602956236676429,0.153725174569888,0.0,0.00664729931265508,0.153725174569888,0.0,0.00464161534333446,0.153725174569888,0.0,0.0104509230507907,0.153725174569888,0.0,0.0160289886520112,0.153725174569888,0.0,0.00964777570618949,0.153725174569888,0.0,0.0016962494703901,0.5,0.153725174569888,0.0,0.00227444215561587,0.153725174569888,0.0,0.00992998240161236,0.5,0.153725174569888,0.0,0.0157018080982729,0.153725174569888,0.0,0.0148158171995365,0.153725174569888,0.0,0.00574161181948978,0.153725174569888,0.0,0.0173719052271341,0.153725174569888,0.0,0.000647768753687743,0.153725174569888,0.0,0.00346205959735988,0.153725174569888,0.0,0.0112347174441823,0.5,0.153725174569888,0.0,0.00647622552380395,0,0.000144890080222467,0.000382264893571038 -4968,0.5,0.153725174569888,0.0,0.00211896707223432,0.153725174569888,0.0,0.0042436626208233,0.153725174569888,0.0,0.00279889963700221,0.153725174569888,0.0,0.00383965107882218,0.153725174569888,0.0,0.011110940072014,0.153725174569888,0.0,0.0141268367181757,0.153725174569888,0.0,0.0104982210400749,0.153725174569888,0.0,0.00128543051288678,0.5,0.153725174569888,0.0,0.00438879641331028,0.153725174569888,0.0,0.0119406742156383,0.5,0.153725174569888,0.0,0.0114003449085451,0.153725174569888,0.0,0.012796997476371,0.153725174569888,0.0,0.00202855312780024,0.153725174569888,0.0,0.0108063748805407,0.153725174569888,0.0,0.000700845945882825,0.153725174569888,0.0,0.00398293575758546,0.153725174569888,0.0,0.0123727670751664,0.5,0.153725174569888,0.0,0.00937142208679416,0,0.0,0.000260121745383535 -4969,0.5,0.153725174569888,0.0,0.00259619251662365,0.153725174569888,0.0,0.00116616488304552,0.153725174569888,0.0,0.001214745458775,0.153725174569888,0.0,0.0026535243567844,0.153725174569888,0.0,0.0109055058942111,0.153725174569888,0.0,0.0108701619184988,0.153725174569888,0.0,0.00969675241499273,0.153725174569888,0.0,0.00143389268774311,0.5,0.153725174569888,0.0,0.00539816493346479,0.153725174569888,0.0,0.0137068740614527,0.5,0.153725174569888,0.0,0.0107499054587883,0.153725174569888,0.0,0.0113076567276805,0.153725174569888,0.0,0.000659916698145876,0.153725174569888,0.0,0.00642694116401571,0.153725174569888,0.0,0.000601587680908299,0.153725174569888,0.0,0.00349554305308267,0.153725174569888,0.0,0.0126289871051866,0.5,0.153725174569888,0.0,0.0142752010569601,0,0.0,0.00020420678304792 -4970,0.5,0.153725174569888,0.0,0.00257626455245205,0.153725174569888,0.0,0.000878154815079088,0.153725174569888,0.0,0.000897315738896069,0.153725174569888,0.0,0.00123480064704947,0.153725174569888,0.0,0.00812728701016728,0.153725174569888,0.0,0.0073138913346106,0.153725174569888,0.0,0.00885144783000908,0.153725174569888,0.0,0.00373989992425267,0.5,0.153725174569888,0.0,0.00565244968548461,0.153725174569888,0.0,0.0154644879431559,0.5,0.153725174569888,0.0,0.0122265740478326,0.153725174569888,0.0,0.0121226000291201,0.153725174569888,0.0,9.1874793492288e-05,0.153725174569888,0.0,0.00370382997056271,0.153725174569888,0.0,0.000627697293078409,0.153725174569888,0.0,0.00321505146447187,0.153725174569888,0.0,0.0128105106084272,0.5,0.153725174569888,0.0,0.0188672204421507,0,0.0,0.000162838360027329 -4971,0.5,0.153725174569888,0.0,0.00230249123497524,0.153725174569888,0.0,0.000608550483090787,0.153725174569888,0.0,0.000968807832592515,0.153725174569888,0.0,0.00139923433458201,0.153725174569888,0.0,0.0062120536764351,0.153725174569888,0.0,0.00649433401442874,0.153725174569888,0.0,0.00704371979764456,0.153725174569888,0.0,0.00886794226677146,0.5,0.153725174569888,0.0,0.00650547804035516,0.153725174569888,0.0,0.0140648889274493,0.5,0.153725174569888,0.0,0.01145292184739,0.153725174569888,0.0,0.0130693073941879,0.153725174569888,0.0,4.51501420724004e-05,0.153725174569888,0.0,0.0028513142912272,0.153725174569888,0.0,0.00112188158575843,0.153725174569888,0.0,0.00291476757938676,0.153725174569888,0.0,0.0121531618196201,0.5,0.153725174569888,0.0,0.0221079933948884,0,8.21099269737385e-05,0.00014251795794984 -4972,0.5,0.153725174569888,0.0,0.00240234074577553,0.153725174569888,0.0,0.000352334326872901,0.153725174569888,0.0,0.000888281030626784,0.153725174569888,0.0,0.00141770921866737,0.153725174569888,0.0,0.00644750048304996,0.153725174569888,0.0,0.00746118212129563,0.153725174569888,0.0,0.00567814183247292,0.153725174569888,0.0,0.0174665006072463,0.5,0.153725174569888,0.0,0.00700055822412349,0.153725174569888,0.0,0.013746301036029,0.5,0.153725174569888,0.0,0.0110257744409018,0.153725174569888,0.0,0.0136309691167557,0.153725174569888,0.0,2.1399439442776e-05,0.153725174569888,0.0,0.00310401213998732,0.153725174569888,0.0,0.00227602254837185,0.153725174569888,0.0,0.00182247951447754,0.153725174569888,0.0,0.0123164882867291,0.5,0.153725174569888,0.0,0.0279079172271872,0,0.00316896906077346,0.000136485928214858 -4973,0.5,0.153725174569888,0.000119041862619235,0.00249377436777018,0.153725174569888,0.0,0.000360378269204447,0.153725174569888,0.0,0.000706962838640208,0.153725174569888,3.10607510576392e-06,0.00118183916779464,0.153725174569888,0.0,0.0065973203932696,0.153725174569888,0.0,0.0117838569208672,0.153725174569888,0.0,0.00610767746431659,0.153725174569888,0.0,0.0244233460340189,0.5,0.153725174569888,0.0,0.0081346942307139,0.153725174569888,0.0,0.0116054177360131,0.5,0.153725174569888,0.0,0.0137361532324283,0.153725174569888,0.0,0.0144338918705962,0.153725174569888,0.0,1.29968678530467e-05,0.153725174569888,0.0,0.00365482106574016,0.153725174569888,0.0,0.00391872346694973,0.153725174569888,0.0,0.000737468395365947,0.153725174569888,0.0,0.0137320419352707,0.5,0.153725174569888,0.0,0.036105009939542,0,0.00403617996277489,0.000129760042982281 -4974,0.5,0.153725174569888,0.0431391628363767,0.00208188710416946,0.153725174569888,0.0328790027583457,0.000651879333001742,0.153725174569888,0.0277683898074324,0.000383421793346821,0.153725174569888,0.0407519172729161,0.000898694070077947,0.153725174569888,0.019394014957711,0.00794221082527664,0.153725174569888,0.0103809771924335,0.0168846737250284,0.153725174569888,0.0188515445784734,0.00693849798547948,0.153725174569888,0.0104849695024425,0.0276043660428307,0.5,0.153725174569888,0.00981681966815892,0.00947441935928458,0.153725174569888,0.00382755001248972,0.0134832637480864,0.5,0.153725174569888,0.0123844861235929,0.0131646755938296,0.153725174569888,0.00609170043847983,0.0155892243415565,0.153725174569888,0.0336743557075182,2.81369056630968e-05,0.153725174569888,0.0246891193498086,0.00321692154946348,0.153725174569888,0.0274782662287924,0.00465793187224259,0.153725174569888,0.02006015322991,0.000622819950432549,0.153725174569888,0.00797772946325619,0.0138508664966847,0.5,0.153725174569888,0.00752887175977906,0.0365526812066933,0,0.00347620806318575,7.80111141127339e-05 -4975,0.5,0.153725174569888,0.120383224334751,0.00155984966789967,0.153725174569888,0.103101221669199,0.0010211663414381,0.153725174569888,0.0959035322253151,0.000224496897626411,0.153725174569888,0.11997365265988,0.00041588338935631,0.153725174569888,0.0848689247225293,0.00965171099265183,0.153725174569888,0.0709590802625745,0.0328548885131444,0.153725174569888,0.0879817712833369,0.0058490897753261,0.153725174569888,0.0778232195726053,0.0391066971779215,0.5,0.153725174569888,0.0805391040823513,0.00964471976383733,0.153725174569888,0.0245604493458082,0.021685584821534,0.5,0.153725174569888,0.0803072957848002,0.0130620872877758,0.153725174569888,0.0549297293452647,0.0248299877474371,0.153725174569888,0.102657239514974,5.82197071611371e-05,0.153725174569888,0.0914967501641813,0.00376142460226034,0.153725174569888,0.0969930627374214,0.00372041944520496,0.153725174569888,0.0872163244720338,0.000733523173822192,0.153725174569888,0.040439770306328,0.0160406140501819,0.5,0.153725174569888,0.0309015796978872,0.0338581642249623,0,0.00256590444705326,8.82739483880522e-05 -4976,0.5,0.153725174569888,0.236104443331043,0.00308916310706921,0.153725174569888,0.214239097763645,0.00329448101177646,0.153725174569888,0.195459714824042,0.000399452535962041,0.153725174569888,0.233874850237945,0.000198362649983438,0.153725174569888,0.180724550894034,0.0153102086532849,0.153725174569888,0.145338376600577,0.0661885315587845,0.153725174569888,0.196987789842255,0.0100759087469122,0.153725174569888,0.176051205115113,0.0618369824495187,0.5,0.153725174569888,0.189151707958358,0.0221934020594109,0.153725174569888,0.0591483402261673,0.032632157191304,0.5,0.153725174569888,0.178336708066896,0.0526157596265287,0.153725174569888,0.126883405924095,0.0642036008038104,0.153725174569888,0.213768964015094,0.000319904522093985,0.153725174569888,0.194043881480153,0.00964609671368875,0.153725174569888,0.202558486660624,0.0044722619544954,0.153725174569888,0.18189397585076,0.00102372871157422,0.153725174569888,0.0873201437177698,0.0273155227583115,0.5,0.153725174569888,0.0792250393482917,0.031576102221318,0,0.00178395545263733,0.000214356839863873 -4977,0.5,0.153725174569888,0.358769210389375,0.00575607930071158,0.153725174569888,0.334021606487619,0.00921155478983992,0.153725174569888,0.290743559733766,0.00104424588775938,0.153725174569888,0.35699139186223,0.000991270341920117,0.153725174569888,0.280505804267774,0.0353195728831442,0.153725174569888,0.210169537226895,0.0866735274068321,0.153725174569888,0.319483774792775,0.0390587283712334,0.153725174569888,0.288096772085633,0.0780793334282366,0.5,0.153725174569888,0.314030480714691,0.075602425928195,0.153725174569888,0.0999685483089445,0.0431845198905257,0.5,0.153725174569888,0.290617529831102,0.120420610539278,0.153725174569888,0.205899872647314,0.137340261939894,0.153725174569888,0.334279104193319,0.00276849337504835,0.153725174569888,0.292275112811282,0.0241308876962183,0.153725174569888,0.311795069025965,0.0105953105218097,0.153725174569888,0.281793282611635,0.00403615860052395,0.153725174569888,0.134498501727216,0.0445994244448883,0.5,0.153725174569888,0.142936249154338,0.0449344026137841,0,0.00201072703451778,0.000660992861856798 -4978,0.5,0.153725174569888,0.485950989200904,0.00967135574458196,0.153725174569888,0.455707555766272,0.0294148640291938,0.153725174569888,0.369997411781479,0.00408361415065134,0.153725174569888,0.483312220415966,0.00372783389583551,0.153725174569888,0.38031950356689,0.0612027022101235,0.153725174569888,0.307291398721807,0.118284826546277,0.153725174569888,0.447488653945248,0.0650978060697517,0.153725174569888,0.41649901420979,0.0966518613268413,0.5,0.153725174569888,0.440426642390894,0.115426634098378,0.153725174569888,0.112203997831385,0.0475320069714354,0.5,0.153725174569888,0.413479322351012,0.219358403025916,0.153725174569888,0.269937214910322,0.194559409407396,0.153725174569888,0.459636765218181,0.0100306418831841,0.153725174569888,0.377814760935937,0.0431453527213287,0.153725174569888,0.410261515753212,0.0182394550861331,0.153725174569888,0.386555361293299,0.0149034624233078,0.153725174569888,0.201211825995744,0.0665465666331592,0.5,0.153725174569888,0.244797344953202,0.0518204489350999,0,0.00164699233507943,0.00354086600500535 -4979,0.5,0.153725174569888,0.580150737424541,0.0145436858861705,0.153725174569888,0.432687648917973,0.0705813141045487,0.153725174569888,0.428520755587223,0.00792310456979244,0.153725174569888,0.581905260021358,0.00683098823352228,0.153725174569888,0.474498044138851,0.138211215156588,0.153725174569888,0.395441453167732,0.138439785332733,0.153725174569888,0.536826858480738,0.0865232586772374,0.153725174569888,0.496574714854952,0.104074122183728,0.5,0.153725174569888,0.480739049880656,0.122820670805689,0.153725174569888,0.144414414839427,0.0473860248489281,0.5,0.153725174569888,0.512720345525094,0.252753933400218,0.153725174569888,0.309343636258134,0.22973278478336,0.153725174569888,0.495536259990867,0.0322430345345194,0.153725174569888,0.425406085866774,0.0694054666289958,0.153725174569888,0.461111274346181,0.0259979254197409,0.153725174569888,0.490368771660957,0.0256962585298598,0.153725174569888,0.279597524210794,0.0779968896733827,0.5,0.153725174569888,0.297683546990069,0.0743557254952151,0,0.00126585133624045,0.00900960121144518 -4980,0.5,0.153725174569888,0.622696191052708,0.022173803646305,0.153725174569888,0.579464302415331,0.114740618510137,0.153725174569888,0.452417416482684,0.00568536830599638,0.153725174569888,0.636362654319795,0.0112207187465863,0.153725174569888,0.503846554958965,0.202065332382667,0.153725174569888,0.448096460730391,0.136937173798055,0.153725174569888,0.553748384614724,0.10329742387526,0.153725174569888,0.496538957459288,0.106238018856157,0.5,0.153725174569888,0.485954928998874,0.158140099410248,0.153725174569888,0.174253986500921,0.0488653995022893,0.5,0.153725174569888,0.559820731894201,0.205448068983045,0.153725174569888,0.315177868072838,0.22362138695103,0.153725174569888,0.48516206573291,0.0511393929223858,0.153725174569888,0.452436686135187,0.0927674603809256,0.153725174569888,0.4637410550837,0.0305176770531315,0.153725174569888,0.569011442724695,0.0221925268716449,0.153725174569888,0.30070732165818,0.0728604108588148,0.5,0.153725174569888,0.311987943224109,0.0899569713787517,0,0.000883942915479653,0.0123982413672361 -4981,0.5,0.153725174569888,0.634970609384646,0.0291034859151667,0.153725174569888,0.51577803752067,0.113798910434813,0.153725174569888,0.451908390634358,0.00278661106901074,0.153725174569888,0.654052733479972,0.0199462786116646,0.153725174569888,0.577809558981842,0.268414732511899,0.153725174569888,0.549171872657212,0.150113057785318,0.153725174569888,0.622082508707506,0.116304691699859,0.153725174569888,0.448109185514437,0.127988791762802,0.5,0.153725174569888,0.474369068590443,0.181305564434475,0.153725174569888,0.195132069434237,0.0644943381031453,0.5,0.153725174569888,0.520827379383107,0.12762939282766,0.153725174569888,0.291924446814197,0.175391495352687,0.153725174569888,0.531513940557323,0.0730642615408293,0.153725174569888,0.507280407521242,0.105788325286609,0.153725174569888,0.475214203406203,0.0347750931927363,0.153725174569888,0.539457959575272,0.020586963593914,0.153725174569888,0.280459649327228,0.0680247630831586,0.5,0.153725174569888,0.256559637854349,0.0991447127311389,0,0.000441801922565308,0.0142311239983473 -4982,0.5,0.153725174569888,0.60318691475441,0.0380931601489467,0.153725174569888,0.540017098930047,0.13160636700215,0.153725174569888,0.429254787175712,0.00162140649555349,0.153725174569888,0.625194602562318,0.0287032287492929,0.153725174569888,0.574750582643909,0.28149650318496,0.153725174569888,0.476233817807314,0.156713902615335,0.153725174569888,0.555960349323316,0.119734406214609,0.153725174569888,0.348572002187289,0.137280260558603,0.5,0.153725174569888,0.481621890044753,0.176082476881792,0.153725174569888,0.176384789808709,0.0640924801441694,0.5,0.153725174569888,0.530162020806986,0.090251210392557,0.153725174569888,0.287290257311652,0.164359530094176,0.153725174569888,0.494552610251071,0.0591298273441296,0.153725174569888,0.529650784618885,0.132998090190101,0.153725174569888,0.483318314764953,0.0487764050957422,0.153725174569888,0.533626876342784,0.0231037245943508,0.153725174569888,0.311625978583918,0.0691228582687381,0.5,0.153725174569888,0.273024715794394,0.0838664698062216,0,0.00108655155725163,0.0291593354539089 -4983,0.5,0.153725174569888,0.534683508545774,0.0376085789225114,0.153725174569888,0.431698803465453,0.107261739952532,0.153725174569888,0.392729196486515,0.00098268145731528,0.153725174569888,0.554999470741443,0.0325218478825194,0.153725174569888,0.574126421514936,0.269673235193501,0.153725174569888,0.371046820569921,0.144910154295531,0.153725174569888,0.5080987735102,0.104869978387375,0.153725174569888,0.300886988132946,0.115249467273008,0.5,0.153725174569888,0.484311014308059,0.146543208353152,0.153725174569888,0.14841384804464,0.0548377694563737,0.5,0.153725174569888,0.510669754923799,0.0634085541603559,0.153725174569888,0.222801855870037,0.12625650259008,0.153725174569888,0.457854765400935,0.0523555455474251,0.153725174569888,0.475787892699209,0.146492602575933,0.153725174569888,0.451627650444936,0.0548947160726381,0.153725174569888,0.493013269587943,0.0261746858602293,0.153725174569888,0.280151329165712,0.0627709268403373,0.5,0.153725174569888,0.205702916293902,0.0716301230500882,0,0.00116523615978079,0.0564989486546416 -4984,0.5,0.153725174569888,0.43217693255365,0.0373573537639491,0.153725174569888,0.341854330394868,0.0734645316852857,0.153725174569888,0.346935720339538,0.00262383466554786,0.153725174569888,0.436644262290409,0.0333013154796175,0.153725174569888,0.496640248512543,0.206897096060511,0.153725174569888,0.284648134367317,0.112999764411716,0.153725174569888,0.398645150767611,0.101294602105491,0.153725174569888,0.315456716770685,0.0832638203419314,0.5,0.153725174569888,0.39141812137568,0.11635959952788,0.153725174569888,0.158528789175635,0.0405569057207406,0.5,0.153725174569888,0.409145155404222,0.0489951536181887,0.153725174569888,0.202261209513191,0.0985909315498814,0.153725174569888,0.371759768890004,0.0495195450900827,0.153725174569888,0.389818224105054,0.140888614821784,0.153725174569888,0.382472950181904,0.0618803215853969,0.153725174569888,0.375445627565674,0.0377742899708938,0.153725174569888,0.23011800599292,0.0461425194561836,0.5,0.153725174569888,0.186080404490853,0.0827191589308543,0,0.000334883594201402,0.0908493147623946 -4985,0.5,0.153725174569888,0.317913634359625,0.0416332323693543,0.153725174569888,0.261819981989155,0.0632176724731148,0.153725174569888,0.260763533108341,0.00227443096367891,0.153725174569888,0.320071974419835,0.0324123141372291,0.153725174569888,0.321671190009554,0.143222085612372,0.153725174569888,0.227310530781732,0.0789250517172725,0.153725174569888,0.277356132305217,0.0795268731200714,0.153725174569888,0.268255770908936,0.0499355369642229,0.5,0.153725174569888,0.282041201096293,0.0862371366961906,0.153725174569888,0.095686892771862,0.0269269446929485,0.5,0.153725174569888,0.30966875208402,0.043603366549667,0.153725174569888,0.169719296828231,0.0786313999336303,0.153725174569888,0.282837955135107,0.0463587717099272,0.153725174569888,0.310955828711152,0.119452880477372,0.153725174569888,0.272213719217291,0.0502611255028452,0.153725174569888,0.276950899892069,0.0455787357540364,0.153725174569888,0.202944012293152,0.0378755983280515,0.5,0.153725174569888,0.134300183587796,0.0862548584815385,0,0.000315535415631304,0.0916122760683923 -4986,0.5,0.153725174569888,0.192158956099276,0.0360138630122611,0.153725174569888,0.187172969599969,0.05074448067323,0.153725174569888,0.171956099390723,0.00522471162616986,0.153725174569888,0.197411165745561,0.0126550892626986,0.153725174569888,0.202845135530458,0.071622723509457,0.153725174569888,0.14687119473964,0.0465837395907335,0.153725174569888,0.204836926894294,0.0506790145574199,0.153725174569888,0.147609902132592,0.0272933133834192,0.5,0.153725174569888,0.156137667469788,0.0627400423023315,0.153725174569888,0.0683437410239185,0.0211823180380482,0.5,0.153725174569888,0.192669267474258,0.0574876153011396,0.153725174569888,0.113901060963294,0.0501191105638461,0.153725174569888,0.173245173191887,0.0349458778615865,0.153725174569888,0.21247130096553,0.0903709231155576,0.153725174569888,0.178553295564075,0.046366508637495,0.153725174569888,0.169860165255036,0.0240773970299417,0.153725174569888,0.152108291247414,0.0238384136385802,0.5,0.153725174569888,0.0687103568278397,0.0477155413614506,0,0.00017921530679171,0.0868700083914304 -4987,0.5,0.153725174569888,0.0677796520838584,0.0214104080420518,0.153725174569888,0.0666340594272405,0.0195026272452171,0.153725174569888,0.0611590090648293,0.00706052894072004,0.153725174569888,0.0572593118940968,0.00714865892084066,0.153725174569888,0.109963248970605,0.0315130791074076,0.153725174569888,0.0801872057515149,0.0259705172639843,0.153725174569888,0.0938768060924644,0.013483215624933,0.153725174569888,0.0595173474092774,0.0117019199607558,0.5,0.153725174569888,0.0635897441528558,0.036789250912107,0.153725174569888,0.0399352581850515,0.0153875992993201,0.5,0.153725174569888,0.0641821413265797,0.108352015115162,0.153725174569888,0.0529927318754655,0.0456245565155042,0.153725174569888,0.0802876890910117,0.0292599685253241,0.153725174569888,0.109536335413338,0.0588432105072998,0.153725174569888,0.077503896323268,0.0362808152909612,0.153725174569888,0.0841644580092983,0.0101982460972609,0.153725174569888,0.0617115927122032,0.0135907829959935,0.5,0.153725174569888,0.0189874952621895,0.0236640531310768,0,0.0,0.0694255370370648 -4988,0.5,0.153725174569888,0.0,0.0173055367096597,0.153725174569888,0.0126355155764133,0.012847148735763,0.153725174569888,0.0,0.00980472645037603,0.153725174569888,0.0,0.00534505841276174,0.153725174569888,0.0188335399211404,0.0116062012616978,0.153725174569888,0.0150922462475681,0.0141890768408188,0.153725174569888,0.0165156442490997,0.00324135563704282,0.153725174569888,0.00774264294059188,0.00261697229962636,0.5,0.153725174569888,0.00315150324603356,0.0194673066218276,0.153725174569888,0.0,0.00754188150399079,0.5,0.153725174569888,0.0,0.105045784638853,0.153725174569888,4.99678374379383e-05,0.0434608561421846,0.153725174569888,0.0184488238645353,0.0224384466877466,0.153725174569888,0.0199071988775885,0.033503257024017,0.153725174569888,0.00621982438696446,0.0313268587221614,0.153725174569888,0.000492168205155043,0.00693799933238853,0.153725174569888,0.0,0.018661307711086,0.5,0.153725174569888,4.41708272777735e-05,0.0242903869182934,0,7.49221665314792e-06,0.054978349099912 -4989,0.5,0.153725174569888,0.0,0.0165912920623326,0.153725174569888,0.0,0.016095317694267,0.153725174569888,0.0,0.0144740423841033,0.153725174569888,0.0,0.00430914582732528,0.153725174569888,0.0,0.0098494348443347,0.153725174569888,0.0,0.0268184025188677,0.153725174569888,0.0,0.00134566680473062,0.153725174569888,0.0,0.00266166517113522,0.5,0.153725174569888,0.0,0.0159872661409677,0.153725174569888,0.0,0.00652102445686344,0.5,0.153725174569888,0.0,0.0910040205812603,0.153725174569888,0.0,0.0562347164253649,0.153725174569888,0.0,0.0247540074266483,0.153725174569888,0.0,0.0233199072337898,0.153725174569888,0.0,0.031854050652088,0.153725174569888,0.0,0.00646146923329445,0.153725174569888,0.0,0.023942549664684,0.5,0.153725174569888,0.0,0.0204819793440823,0,8.72730700079904e-05,0.0597911121623959 -4990,0.5,0.153725174569888,0.0,0.0120401091681722,0.153725174569888,0.0,0.0276320289975831,0.153725174569888,0.0,0.0200984699694738,0.153725174569888,0.0,0.00533837796200955,0.153725174569888,0.0,0.0126401276746271,0.153725174569888,0.0,0.0365684859146827,0.153725174569888,0.0,0.000790114975048501,0.153725174569888,0.0,0.00425320877315945,0.5,0.153725174569888,0.0,0.0116381452596841,0.153725174569888,0.0,0.00911600247019828,0.5,0.153725174569888,0.0,0.0817301553315057,0.153725174569888,0.0,0.0694585408811147,0.153725174569888,0.0,0.0269114242222196,0.153725174569888,0.0,0.018097419773599,0.153725174569888,0.0,0.0276629999764003,0.153725174569888,0.0,0.00426067154978928,0.153725174569888,0.0,0.0271120610847176,0.5,0.153725174569888,0.0,0.0147380858405002,0,0.000144078517380834,0.0687622203098245 -4991,0.5,0.153725174569888,0.0,0.0108570265264588,0.153725174569888,0.0,0.0308296124834833,0.153725174569888,0.0,0.0234499780942401,0.153725174569888,0.0,0.00747778478887606,0.153725174569888,0.0,0.0188268536626955,0.153725174569888,0.0,0.0412613845885343,0.153725174569888,0.0,0.000471065621239507,0.153725174569888,0.0,0.00597746268634221,0.5,0.153725174569888,0.0,0.0063389428989789,0.153725174569888,0.0,0.0099195918064456,0.5,0.153725174569888,0.0,0.0607923927269179,0.153725174569888,0.0,0.0562177892440827,0.153725174569888,0.0,0.0193615150577987,0.153725174569888,0.0,0.0145164035531437,0.153725174569888,0.0,0.0212572722965953,0.153725174569888,0.0,0.00329412239550752,0.153725174569888,0.0,0.027702601458247,0.5,0.153725174569888,0.0,0.0179939472795048,0,0.000244900791613059,0.0674868998422779 -4992,0.5,0.153725174569888,0.0,0.00999622892428083,0.153725174569888,0.0,0.0246250427771022,0.153725174569888,0.0,0.0237319282310275,0.153725174569888,0.0,0.00821364780100357,0.153725174569888,0.0,0.0203779464967412,0.153725174569888,0.0,0.0414609973694599,0.153725174569888,0.0,0.00133136767066027,0.153725174569888,0.0,0.00593882058848018,0.5,0.153725174569888,0.0,0.00346727961302379,0.153725174569888,0.0,0.0127871904965844,0.5,0.153725174569888,0.0,0.0442727843294727,0.153725174569888,0.0,0.0360874130876113,0.153725174569888,0.0,0.0128592713414355,0.153725174569888,0.0,0.0127812820047775,0.153725174569888,0.0,0.0167087612349704,0.153725174569888,0.0,0.0033664333986005,0.153725174569888,0.0,0.0284660810185346,0.5,0.153725174569888,0.0,0.0221717822556371,0,0.000233029540346173,0.055726991965239 -4993,0.5,0.153725174569888,0.0,0.00791366812879013,0.153725174569888,0.0,0.0203124717384225,0.153725174569888,0.0,0.0260463242390631,0.153725174569888,0.0,0.007339728704165,0.153725174569888,0.0,0.0197392774498178,0.153725174569888,0.0,0.037968532690088,0.153725174569888,0.0,0.00242710485720295,0.153725174569888,0.0,0.00462576400769287,0.5,0.153725174569888,0.0,0.00236486218915786,0.153725174569888,0.0,0.00949693172189954,0.5,0.153725174569888,0.0,0.0346501480005581,0.153725174569888,0.0,0.0227232568034541,0.153725174569888,0.0,0.0120820443076798,0.153725174569888,0.0,0.0119488819312968,0.153725174569888,0.0,0.0121732051279803,0.153725174569888,0.0,0.00420254640383314,0.153725174569888,0.0,0.0217390081877205,0.5,0.153725174569888,0.0,0.0214750867554088,0,0.000147074089854845,0.047921948305844 -4994,0.5,0.153725174569888,0.0,0.00695035127329273,0.153725174569888,0.0,0.0213767511496221,0.153725174569888,0.0,0.0291119724347474,0.153725174569888,0.0,0.00628674791837487,0.153725174569888,0.0,0.0165139475022609,0.153725174569888,0.0,0.0300167855789344,0.153725174569888,0.0,0.00280686318835173,0.153725174569888,0.0,0.00330290589834916,0.5,0.153725174569888,0.0,0.00237282086536515,0.153725174569888,0.0,0.00543211486616463,0.5,0.153725174569888,0.0,0.0213568722877029,0.153725174569888,0.0,0.0151502921260237,0.153725174569888,0.0,0.0119064451881001,0.153725174569888,0.0,0.0106541399775109,0.153725174569888,0.0,0.00986198303979355,0.153725174569888,0.0,0.00429931275026538,0.153725174569888,0.0,0.0125704246007967,0.5,0.153725174569888,0.0,0.0260589857318609,0,0.000107059828866958,0.0419688591744315 -4995,0.5,0.153725174569888,0.0,0.00622229539179105,0.153725174569888,0.0,0.0233834257724376,0.153725174569888,0.0,0.0271453206104777,0.153725174569888,0.0,0.00577407075148859,0.153725174569888,0.0,0.010972685859191,0.153725174569888,0.0,0.0243184880773093,0.153725174569888,0.0,0.00328324574180605,0.153725174569888,0.0,0.00292437149022424,0.5,0.153725174569888,0.0,0.00236794639838505,0.153725174569888,0.0,0.00759285073638436,0.5,0.153725174569888,0.0,0.011762682392453,0.153725174569888,0.0,0.00617475100427731,0.153725174569888,0.0,0.0105139619180754,0.153725174569888,0.0,0.00850246754614071,0.153725174569888,0.0,0.00948043810828996,0.153725174569888,0.0,0.00391545591838851,0.153725174569888,0.0,0.0119809079472684,0.5,0.153725174569888,0.0,0.0273737177404197,0,7.93005362462392e-05,0.0455809859009621 -4996,0.5,0.153725174569888,0.0,0.00606629834090787,0.153725174569888,0.0,0.0289328554313615,0.153725174569888,0.0,0.0264762660515897,0.153725174569888,0.0,0.00593726228506973,0.153725174569888,0.0,0.00863205869701102,0.153725174569888,0.0,0.023763156736256,0.153725174569888,0.0,0.00357139665564474,0.153725174569888,0.0,0.00276128418142113,0.5,0.153725174569888,0.0,0.00129895714846489,0.153725174569888,0.0,0.0114393422630141,0.5,0.153725174569888,0.0,0.00690078468870767,0.153725174569888,0.0,0.00474134130355659,0.153725174569888,0.0,0.0123214612532334,0.153725174569888,0.0,0.00783282222371686,0.153725174569888,0.0,0.0111248857513825,0.153725174569888,0.0,0.00425410946178818,0.153725174569888,0.0,0.0111340713708935,0.5,0.153725174569888,0.0,0.027500447298941,0,0.0,0.0573958898372102 -4997,0.5,0.153725174569888,4.67063760880593e-05,0.00683066702561177,0.153725174569888,0.0,0.0296957381169423,0.153725174569888,0.0,0.0244636439003903,0.153725174569888,0.0,0.00617961189686991,0.153725174569888,0.0,0.0096246837636806,0.153725174569888,0.0,0.0266731447451812,0.153725174569888,0.0,0.00556135704327307,0.153725174569888,0.0,0.00192636180681322,0.5,0.153725174569888,0.0,0.000395565089120278,0.153725174569888,0.0,0.00937221292826423,0.5,0.153725174569888,0.0,0.00708877416964985,0.153725174569888,0.0,0.0051007571931298,0.153725174569888,0.0,0.013445276296504,0.153725174569888,0.0,0.00738013162229928,0.153725174569888,0.0,0.0137766819308417,0.153725174569888,0.0,0.00348396135749024,0.153725174569888,0.0,0.0110819029991343,0.5,0.153725174569888,0.0,0.0341282112658776,0,0.0,0.0561917316727716 -4998,0.5,0.153725174569888,0.0386405609145107,0.00695917999551364,0.153725174569888,0.0294220847595668,0.025788138636225,0.153725174569888,0.0146169246371502,0.0199639051280306,0.153725174569888,0.0391143251032717,0.00518935459887441,0.153725174569888,0.0198734318988247,0.0132812802689184,0.153725174569888,0.0116017050045733,0.0307479817706847,0.153725174569888,0.0143628820112983,0.00652394068623037,0.153725174569888,0.0058172309126715,0.00156091811654534,0.5,0.153725174569888,0.00448267339491626,0.000153485591963162,0.153725174569888,0.00132067236971956,0.00766075938034057,0.5,0.153725174569888,0.00317791490598691,0.00434289104350341,0.153725174569888,0.00120013966122484,0.00542914231634016,0.153725174569888,0.0312932379461543,0.012350267939939,0.153725174569888,0.0239874644864607,0.00895861836863679,0.153725174569888,0.0132797922933271,0.0172517155707943,0.153725174569888,0.0041192545412322,0.00469751996472721,0.153725174569888,0.00791679065145783,0.0102868390395353,0.5,0.153725174569888,0.00268245719916105,0.0382718592163884,0,0.0,0.0420835897876008 -4999,0.5,0.153725174569888,0.10935216868063,0.00852979500430935,0.153725174569888,0.0973948253346062,0.0476634715377311,0.153725174569888,0.0538775498706478,0.0250567144042575,0.153725174569888,0.117481273481254,0.00512113080803875,0.153725174569888,0.0888275135124476,0.0183816677899878,0.153725174569888,0.0807226105683341,0.0498035614327047,0.153725174569888,0.0773532259496227,0.00714705029573051,0.153725174569888,0.0631569414113529,0.00161713471958196,0.5,0.153725174569888,0.0524906960573962,0.000319355124034808,0.153725174569888,0.0158645248216715,0.00637164376354554,0.5,0.153725174569888,0.0344785241439445,0.0021938113050402,0.153725174569888,0.0154903566569931,0.00603498543944745,0.153725174569888,0.0988168078033939,0.019684759619338,0.153725174569888,0.0914590062581253,0.0166642385752264,0.153725174569888,0.0459824764283453,0.0222416007446821,0.153725174569888,0.0195667847192771,0.00885436323569628,0.153725174569888,0.0330320284763167,0.0127397131021233,0.5,0.153725174569888,0.0131666660965496,0.0289594308914982,0,0.0,0.0306450602703934 -5000,0.5,0.153725174569888,0.209333269890888,0.0240976710830589,0.153725174569888,0.202360061179549,0.0823281288827072,0.153725174569888,0.100559172735245,0.0595750541625709,0.153725174569888,0.230662286547577,0.016900654963663,0.153725174569888,0.19491605542114,0.0466720876128207,0.153725174569888,0.177203474084389,0.0842318353388136,0.153725174569888,0.162180592469882,0.0237396713997402,0.153725174569888,0.124673150663942,0.00343670041571156,0.5,0.153725174569888,0.10134575423234,0.000457952607944554,0.153725174569888,0.0295265913136206,0.00568074597791946,0.5,0.153725174569888,0.0720201162811283,0.000571468144718166,0.153725174569888,0.0464437657484254,0.00538835428061139,0.153725174569888,0.206628439819674,0.0538142840678192,0.153725174569888,0.196388643634905,0.0487770962714445,0.153725174569888,0.0868988766434485,0.0289327881227127,0.153725174569888,0.037860616064292,0.0268910263539072,0.153725174569888,0.0654065645198282,0.0178765441008675,0.5,0.153725174569888,0.0369420920634043,0.0188705546877089,0,6.52139464510694e-05,0.0284229596326684 -5001,0.5,0.153725174569888,0.315410021489356,0.052949674387001,0.153725174569888,0.309644513819941,0.0894015773108969,0.153725174569888,0.166652891967871,0.115525204065042,0.153725174569888,0.356341134724403,0.042630410740012,0.153725174569888,0.313405525759723,0.0786316582008911,0.153725174569888,0.27934799467948,0.116113147014473,0.153725174569888,0.229342280215269,0.068177422469556,0.153725174569888,0.179159284533919,0.00804616580183463,0.5,0.153725174569888,0.130135157102562,0.000738711630456368,0.153725174569888,0.0423926254495748,0.00411827090823985,0.5,0.153725174569888,0.0953170073169519,0.000373742397631529,0.153725174569888,0.0744989232817767,0.00394837556457336,0.153725174569888,0.323566017142303,0.0667609567690604,0.153725174569888,0.308207759624272,0.0708717555423169,0.153725174569888,0.11071060477755,0.0257672999388632,0.153725174569888,0.0395670354664815,0.0558984437602912,0.153725174569888,0.103653154965974,0.0219485481392883,0.5,0.153725174569888,0.0731746047567053,0.0140535822098473,0,0.0020564672397569,0.0325488148741741 -5002,0.5,0.153725174569888,0.434732683823505,0.0935550223554413,0.153725174569888,0.386576976021181,0.0614231701047143,0.153725174569888,0.271374303157532,0.161712250844693,0.153725174569888,0.485285183984618,0.0638791551430694,0.153725174569888,0.434206808896288,0.105041860485694,0.153725174569888,0.368452949493258,0.128071845921235,0.153725174569888,0.279007507055078,0.1430932311568,0.153725174569888,0.191088960168614,0.0205964719553384,0.5,0.153725174569888,0.148809250919784,0.000868706489781573,0.153725174569888,0.0497729373974135,0.00229887324965361,0.5,0.153725174569888,0.118894492256605,0.00209965058046131,0.153725174569888,0.098495897714452,0.0023164749790167,0.153725174569888,0.440387154572191,0.0662698996962769,0.153725174569888,0.418737145996908,0.0939783755017572,0.153725174569888,0.134848423385229,0.0284085097135782,0.153725174569888,0.0401003793605146,0.0875705175686582,0.153725174569888,0.143528098921938,0.0232804067888374,0.5,0.153725174569888,0.137565008887431,0.0163210610199759,0,0.00778048431633358,0.0260231307907282 -5003,0.5,0.153725174569888,0.529138614902325,0.136882749162216,0.153725174569888,0.418407792376583,0.02636039681895,0.153725174569888,0.373339293485778,0.193186896504141,0.153725174569888,0.582233618538709,0.106133208307262,0.153725174569888,0.510953760116099,0.14475994569264,0.153725174569888,0.356004385986572,0.140568202239284,0.153725174569888,0.183409616993961,0.15209664689733,0.153725174569888,0.171866985288832,0.0456211856190419,0.5,0.153725174569888,0.199527654864591,0.00455814269708882,0.153725174569888,0.0694232216455584,0.00199260216331394,0.5,0.153725174569888,0.172518191949583,0.0071535328375159,0.153725174569888,0.139868098548919,0.00164622359810585,0.153725174569888,0.541743060594319,0.0692391334368093,0.153725174569888,0.520904528774675,0.122557218297852,0.153725174569888,0.177950939475512,0.0362604940386091,0.153725174569888,0.0739984632554908,0.106022726731473,0.153725174569888,0.197852030104216,0.0307260660288536,0.5,0.153725174569888,0.244487726018991,0.0246868654968845,0,0.0152062006242808,0.0194837144983664 -5004,0.5,0.153725174569888,0.565359742265432,0.180402704742865,0.153725174569888,0.219426842905865,0.0102644307066101,0.153725174569888,0.435131575670867,0.20181047623393,0.153725174569888,0.592649237744106,0.162493243349417,0.153725174569888,0.507179562455578,0.164287342253748,0.153725174569888,0.234191663028913,0.170193192230669,0.153725174569888,0.153532954842126,0.161156444061083,0.153725174569888,0.135389530617659,0.0687784523020558,0.5,0.153725174569888,0.204976704525016,0.00783765285356269,0.153725174569888,0.0882572853607659,0.00335638596729007,0.5,0.153725174569888,0.159645265434525,0.0095911379578468,0.153725174569888,0.181564308255087,0.00316951074195855,0.153725174569888,0.557027057669777,0.0744686694581263,0.153725174569888,0.566587286470269,0.138571248116245,0.153725174569888,0.187163332310974,0.0413433955393095,0.153725174569888,0.112840478943815,0.118470379833447,0.153725174569888,0.2379557439232,0.0362256545021375,0.5,0.153725174569888,0.335735945890069,0.0234902323754089,0,0.0219265415396306,0.0228482810767781 -5005,0.5,0.153725174569888,0.589428023187813,0.2363570833998,0.153725174569888,0.417357005688451,0.00616271500709323,0.153725174569888,0.475332755700161,0.170683327671641,0.153725174569888,0.648200728612332,0.227937680637102,0.153725174569888,0.475458483357846,0.186648118063245,0.153725174569888,0.202719700467501,0.189866298998722,0.153725174569888,0.183905675842599,0.166574953894684,0.153725174569888,0.115640540579501,0.0789072274124321,0.5,0.153725174569888,0.215802874279757,0.00734710211392462,0.153725174569888,0.120056522890659,0.0114876004970009,0.5,0.153725174569888,0.123182201150599,0.00366071527639864,0.153725174569888,0.202185518455497,0.00528010958657321,0.153725174569888,0.568628379655423,0.0649954740052077,0.153725174569888,0.568430525258712,0.13479135581579,0.153725174569888,0.207021096532395,0.0566107965430231,0.153725174569888,0.185296378995003,0.121793443046788,0.153725174569888,0.234739707424236,0.0375730496539366,0.5,0.153725174569888,0.380763737649353,0.0234634158571297,0,0.0206411820339189,0.0470979715571203 -5006,0.5,0.153725174569888,0.573577898298619,0.30291965563955,0.153725174569888,0.239346188782854,0.0100687062873999,0.153725174569888,0.418964473706782,0.180031040604133,0.153725174569888,0.626364800404145,0.281469846184756,0.153725174569888,0.409739431402772,0.188817986561529,0.153725174569888,0.285779397415811,0.261044728804589,0.153725174569888,0.120323066708269,0.138756414938051,0.153725174569888,0.0715936619887309,0.0636486794801179,0.5,0.153725174569888,0.182622381581173,0.00812310431107835,0.153725174569888,0.177485356110498,0.0212347929332974,0.5,0.153725174569888,0.137003548950045,0.0029436165785112,0.153725174569888,0.257473683009526,0.00883512282285615,0.153725174569888,0.508179951137245,0.0533855305803517,0.153725174569888,0.511840049770235,0.166478287408481,0.153725174569888,0.230259170684935,0.0798138070181242,0.153725174569888,0.242254488790942,0.119902146992597,0.153725174569888,0.290200496884314,0.0484589385213357,0.5,0.153725174569888,0.288152659974722,0.0233535731886591,0,0.023441436163792,0.075536169017424 -5007,0.5,0.153725174569888,0.534587552561222,0.361576664960352,0.153725174569888,0.333542498330673,0.0203314721904835,0.153725174569888,0.417834163720959,0.248592512753813,0.153725174569888,0.562566888508375,0.326079036231441,0.153725174569888,0.316736741022254,0.182272171374012,0.153725174569888,0.22649418791768,0.286443785588046,0.153725174569888,0.168017728308606,0.126486709984237,0.153725174569888,0.0366028520936182,0.04618270106093,0.5,0.153725174569888,0.121747523378341,0.00955976877988718,0.153725174569888,0.181001146442648,0.0180101852310592,0.5,0.153725174569888,0.15668908470843,0.00302996811565742,0.153725174569888,0.272904372424297,0.00884960614093165,0.153725174569888,0.487159517783771,0.0639821170259453,0.153725174569888,0.448281719273552,0.223037921318363,0.153725174569888,0.228667703982148,0.10267825349151,0.153725174569888,0.205072764414115,0.125826365919133,0.153725174569888,0.275942592726548,0.0492075897683723,0.5,0.153725174569888,0.298064698046049,0.0206736096541051,0,0.0277096241505658,0.0994503590668866 -5008,0.5,0.153725174569888,0.430512377116157,0.407508651530105,0.153725174569888,0.275711291357659,0.0452691048167091,0.153725174569888,0.323178006670487,0.321880192144545,0.153725174569888,0.445769006259333,0.354821827394335,0.153725174569888,0.243708595459713,0.164672474404057,0.153725174569888,0.17666328185139,0.279913042392951,0.153725174569888,0.141154848943079,0.109528669581,0.153725174569888,0.0430177334040353,0.0741254962883942,0.5,0.153725174569888,0.140141526532335,0.0166385295932029,0.153725174569888,0.158771966481243,0.024737790951321,0.5,0.153725174569888,0.199891138829425,0.00263296910231972,0.153725174569888,0.226390065159968,0.0146116534392226,0.153725174569888,0.42863261326418,0.0990886924937489,0.153725174569888,0.343404255689628,0.315672002911957,0.153725174569888,0.241750938069936,0.131771129658632,0.153725174569888,0.187528681522302,0.149262601762218,0.153725174569888,0.264820135726705,0.0595196800617583,0.5,0.153725174569888,0.291609194853048,0.0227812950791586,0,0.0243706618133226,0.109695808102455 -5009,0.5,0.153725174569888,0.318050630175732,0.403342511011483,0.153725174569888,0.130885381715726,0.0673904616550526,0.153725174569888,0.239216194488035,0.361738177347341,0.153725174569888,0.313164127542482,0.293348247235709,0.153725174569888,0.155286924902027,0.150212850590076,0.153725174569888,0.136712098853823,0.259056520311555,0.153725174569888,0.156817034911175,0.10434751351421,0.153725174569888,0.0717680665605034,0.111737133239562,0.5,0.153725174569888,0.163364099937586,0.0213135907033863,0.153725174569888,0.13939477549732,0.0328100772016877,0.5,0.153725174569888,0.169660917894321,0.00549671005526206,0.153725174569888,0.168128332234378,0.0163093983253346,0.153725174569888,0.312042403199943,0.146384778467919,0.153725174569888,0.243006166997847,0.40323849889209,0.153725174569888,0.236228802208294,0.158712456722936,0.153725174569888,0.133659182825644,0.14055662986203,0.153725174569888,0.218526036540844,0.0473749754661513,0.5,0.153725174569888,0.22253383647345,0.0315263971039956,0,0.0192302068720319,0.128724352787502 -5010,0.5,0.153725174569888,0.202126087751197,0.346416024744845,0.153725174569888,0.101797787876036,0.087454388323055,0.153725174569888,0.167284701711265,0.308877718347735,0.153725174569888,0.195844301917592,0.131686240720323,0.153725174569888,0.104157550332964,0.187757839785764,0.153725174569888,0.0918444594487229,0.202170257778526,0.153725174569888,0.10964982267475,0.098136164295088,0.153725174569888,0.0685681073472607,0.117069645885942,0.5,0.153725174569888,0.113300872854598,0.0272328253448753,0.153725174569888,0.0955765439769076,0.0128395866272448,0.5,0.153725174569888,0.11635082406488,0.0120209527723974,0.153725174569888,0.0983902386514939,0.0123336657509424,0.153725174569888,0.205504721928052,0.163109894010815,0.153725174569888,0.159644235710036,0.429077621559825,0.153725174569888,0.17287919559014,0.152854540394699,0.153725174569888,0.076845057103313,0.121906345475234,0.153725174569888,0.152369483690327,0.0482533116806752,0.5,0.153725174569888,0.137643651601211,0.0405072063317205,0,0.0119880510535946,0.146487768930755 -5011,0.5,0.153725174569888,0.0710817169210158,0.249066056217948,0.153725174569888,0.0804926389478976,0.0788560994978026,0.153725174569888,0.0644380545204639,0.273643783743478,0.153725174569888,0.0624801642592036,0.0759369006113414,0.153725174569888,0.060569465332248,0.211298389616286,0.153725174569888,0.0552529414185039,0.146456377120058,0.153725174569888,0.0415631887582617,0.0644501665282306,0.153725174569888,0.0347498018755174,0.0867039866170227,0.5,0.153725174569888,0.0422933680429334,0.0157751083993096,0.153725174569888,0.0535181537305073,0.00472340103861294,0.5,0.153725174569888,0.0522979654538502,0.0160101381573494,0.153725174569888,0.0409173715490018,0.00520934046453361,0.153725174569888,0.102114721131672,0.147222274763994,0.153725174569888,0.091818647312832,0.368450827217915,0.153725174569888,0.084205457947366,0.0841642014829116,0.153725174569888,0.0271479093978659,0.0998547041757603,0.153725174569888,0.0656029404538476,0.0453031354180858,0.5,0.153725174569888,0.0558657484008241,0.0264622744669418,0,0.00529198891033826,0.173595213778249 -5012,0.5,0.153725174569888,0.0,0.175806268807666,0.153725174569888,0.00904436282090675,0.0449746136542289,0.153725174569888,0.0,0.278766980690745,0.153725174569888,0.0,0.084769630253713,0.153725174569888,0.0132288642713783,0.209960901160265,0.153725174569888,0.00714446341032636,0.0770411823626853,0.153725174569888,0.00287683948390949,0.0507610870879426,0.153725174569888,0.00307991546744248,0.0363878962411034,0.5,0.153725174569888,0.00238747726098746,0.00486974026434689,0.153725174569888,0.0,0.00273755147876043,0.5,0.153725174569888,0.0,0.013038644602016,0.153725174569888,1.56402263548456e-05,0.00329917484707765,0.153725174569888,0.0188551193652784,0.0989822209175453,0.153725174569888,0.0196246746427744,0.237543563442947,0.153725174569888,0.00463063629331218,0.0577355716164661,0.153725174569888,0.0,0.104031490666115,0.153725174569888,0.0,0.0521516575440666,0.5,0.153725174569888,0.0,0.0374677202454389,0,0.0070929773773246,0.223702059428854 -5013,0.5,0.153725174569888,0.0,0.144254295435772,0.153725174569888,0.0,0.046668000329591,0.153725174569888,0.0,0.273300039707173,0.153725174569888,0.0,0.109315839470016,0.153725174569888,0.0,0.183394559643527,0.153725174569888,0.0,0.0746946473731819,0.153725174569888,0.0,0.0621021785334029,0.153725174569888,0.0,0.0249611342516328,0.5,0.153725174569888,0.0,0.00309373473534099,0.153725174569888,0.0,0.00261811268311332,0.5,0.153725174569888,0.0,0.00128309159536846,0.153725174569888,0.0,0.0020503143502519,0.153725174569888,0.0,0.0714729524747456,0.153725174569888,0.0,0.147706635374884,0.153725174569888,0.0,0.0607467578282001,0.153725174569888,0.0,0.125197003038851,0.153725174569888,0.0,0.0493303499733231,0.5,0.153725174569888,0.0,0.0445592772608151,0,0.0173690653986374,0.246557733209139 -5014,0.5,0.153725174569888,0.0,0.126569177759823,0.153725174569888,0.0,0.0422168113340439,0.153725174569888,0.0,0.249935707922972,0.153725174569888,0.0,0.137830247039517,0.153725174569888,0.0,0.198861387152033,0.153725174569888,0.0,0.132137432648867,0.153725174569888,0.0,0.0869390724810213,0.153725174569888,0.0,0.0171043497490904,0.5,0.153725174569888,0.0,0.00347145938286183,0.153725174569888,0.0,0.00137425582255656,0.5,0.153725174569888,0.0,0.00187870300542168,0.153725174569888,0.0,0.00118223751192232,0.153725174569888,0.0,0.0630790012659028,0.153725174569888,0.0,0.126635374421081,0.153725174569888,0.0,0.0675789679598158,0.153725174569888,0.0,0.121561829463509,0.153725174569888,0.0,0.0389035645007489,0.5,0.153725174569888,0.0,0.0438246001821277,0,0.0439890299908547,0.218678062429952 -5015,0.5,0.153725174569888,0.0,0.114853884067652,0.153725174569888,0.0,0.0408983943144562,0.153725174569888,0.0,0.231692571419003,0.153725174569888,0.0,0.147535075681836,0.153725174569888,0.0,0.234886880083617,0.153725174569888,0.0,0.209884285161672,0.153725174569888,0.0,0.113415862349312,0.153725174569888,0.0,0.00947681427936819,0.5,0.153725174569888,0.0,0.00589496535206599,0.153725174569888,0.0,0.00103705133458366,0.5,0.153725174569888,0.0,0.00948512029724058,0.153725174569888,0.0,0.000735066341571225,0.153725174569888,0.0,0.0594041966664889,0.153725174569888,0.0,0.129944514803772,0.153725174569888,0.0,0.0735691511710731,0.153725174569888,0.0,0.0987450124125432,0.153725174569888,0.0,0.0313339534196328,0.5,0.153725174569888,0.0,0.0353179767906271,0,0.0716981059377751,0.181200905173731 -5016,0.5,0.153725174569888,0.0,0.112025681301931,0.153725174569888,0.0,0.0418325574154678,0.153725174569888,0.0,0.181294754085405,0.153725174569888,0.0,0.124855360598922,0.153725174569888,0.0,0.252492260555987,0.153725174569888,0.0,0.205345852941861,0.153725174569888,0.0,0.120049926843298,0.153725174569888,0.0,0.0097900891582458,0.5,0.153725174569888,0.0,0.0115716057000095,0.153725174569888,0.0,0.00178417422793999,0.5,0.153725174569888,0.0,0.00555006721806918,0.153725174569888,0.0,0.000935838162053414,0.153725174569888,0.0,0.0597691382595247,0.153725174569888,0.0,0.135622484393464,0.153725174569888,0.0,0.0702290848966838,0.153725174569888,0.0,0.0901439932645544,0.153725174569888,0.0,0.0324851713052557,0.5,0.153725174569888,0.0,0.0242268617097843,0,0.0782265203347235,0.166110060879238 -5017,0.5,0.153725174569888,0.0,0.114563273999629,0.153725174569888,0.0,0.0414717330814491,0.153725174569888,0.0,0.117304657024377,0.153725174569888,0.0,0.0942598663311279,0.153725174569888,0.0,0.232203999213155,0.153725174569888,0.0,0.181555926288816,0.153725174569888,0.0,0.103732148669209,0.153725174569888,0.0,0.0156969332749006,0.5,0.153725174569888,0.0,0.0133958809460394,0.153725174569888,0.0,0.00174934106472887,0.5,0.153725174569888,0.0,0.00710269586295478,0.153725174569888,0.0,0.00869744085724603,0.153725174569888,0.0,0.0592135969152985,0.153725174569888,0.0,0.140833627082932,0.153725174569888,0.0,0.0590563813850951,0.153725174569888,0.0,0.106761570046937,0.153725174569888,0.0,0.030617510193118,0.5,0.153725174569888,0.0,0.0209866197649985,0,0.0720378470714239,0.155312840882044 -5018,0.5,0.153725174569888,0.0,0.117532959517874,0.153725174569888,0.0,0.0416671018936784,0.153725174569888,0.0,0.0728196397891206,0.153725174569888,0.0,0.0819234385897627,0.153725174569888,0.0,0.18881065147361,0.153725174569888,0.0,0.149502442882669,0.153725174569888,0.0,0.082590533386188,0.153725174569888,0.0,0.0289716311728107,0.5,0.153725174569888,0.0,0.0179424186396447,0.153725174569888,0.0,0.00169890470057956,0.5,0.153725174569888,0.0,0.011311230541476,0.153725174569888,0.0,0.00475903839417557,0.153725174569888,0.0,0.0567654413379277,0.153725174569888,0.0,0.144072601555361,0.153725174569888,0.0,0.0494745223486629,0.153725174569888,0.0,0.0974765218529734,0.153725174569888,0.0,0.0246372037094382,0.5,0.153725174569888,0.0,0.0218645889498188,0,0.068511195308216,0.159386675246056 -5019,0.5,0.153725174569888,0.0,0.116967232778572,0.153725174569888,0.0,0.0420547746105391,0.153725174569888,0.0,0.0650946491001881,0.153725174569888,0.0,0.0770716734377413,0.153725174569888,0.0,0.149132899670272,0.153725174569888,0.0,0.162640678716712,0.153725174569888,0.0,0.0586087198879913,0.153725174569888,0.0,0.0650781054427574,0.5,0.153725174569888,0.0,0.0337412088826358,0.153725174569888,0.0,0.00156082059301392,0.5,0.153725174569888,0.0,0.0150503781114885,0.153725174569888,0.0,0.00384687118447217,0.153725174569888,0.0,0.0551599684147279,0.153725174569888,0.0,0.135239426977703,0.153725174569888,0.0,0.0416949331326428,0.153725174569888,0.0,0.0699021130690426,0.153725174569888,0.0,0.0222910971970967,0.5,0.153725174569888,0.0,0.0178207524449132,0,0.0815893532494595,0.185717128637704 -5020,0.5,0.153725174569888,0.0,0.110477760957795,0.153725174569888,0.0,0.0379005417764734,0.153725174569888,0.0,0.0728051890913467,0.153725174569888,0.0,0.0733383865682881,0.153725174569888,0.0,0.127267397213993,0.153725174569888,0.0,0.190512305415107,0.153725174569888,0.0,0.0517774538361612,0.153725174569888,0.0,0.118312085141395,0.5,0.153725174569888,0.0,0.0476661135060378,0.153725174569888,0.0,0.00065477687197485,0.5,0.153725174569888,0.0,0.0175482700689086,0.153725174569888,0.0,0.00423789957535508,0.153725174569888,0.0,0.0523620010132523,0.153725174569888,0.0,0.116589125789408,0.153725174569888,0.0,0.0385332377546108,0.153725174569888,0.0,0.0609578652138039,0.153725174569888,0.0,0.0280095289674652,0.5,0.153725174569888,0.0,0.00806859378237389,0,0.113297147926008,0.211783442996128 -5021,0.5,0.153725174569888,1.33030532231782e-05,0.117169834138556,0.153725174569888,0.0,0.0380398523790561,0.153725174569888,0.0,0.0809213055021384,0.153725174569888,0.0,0.0739041148842098,0.153725174569888,0.0,0.128543903447931,0.153725174569888,0.0,0.208679513184251,0.153725174569888,0.0,0.0477947407453155,0.153725174569888,0.0,0.146570834540434,0.5,0.153725174569888,0.0,0.0673107868260355,0.153725174569888,0.0,0.000438194450512536,0.5,0.153725174569888,0.0,0.0119348898296715,0.153725174569888,0.0,0.0038848415041655,0.153725174569888,0.0,0.0501792900554666,0.153725174569888,0.0,0.109128012205452,0.153725174569888,0.0,0.0423566788944475,0.153725174569888,0.0,0.0600817902582866,0.153725174569888,0.0,0.0332718119488686,0.5,0.153725174569888,0.0,0.003173213556412,0,0.139748483429397,0.208197391124569 -5022,0.5,0.153725174569888,0.0370117968925889,0.126898521238701,0.153725174569888,0.0302483030332354,0.0368981050079964,0.153725174569888,0.0242103285985344,0.0857242864926048,0.153725174569888,0.00747381160024423,0.0759131197754585,0.153725174569888,0.00877834264992967,0.123874920572687,0.153725174569888,0.000658323758807107,0.224416452707551,0.153725174569888,0.0116845735765372,0.0480072030261756,0.153725174569888,0.00290712561214709,0.153868686366374,0.5,0.153725174569888,0.00355727564519575,0.0879092487678108,0.153725174569888,0.00949758423152811,0.000746225138586354,0.5,0.153725174569888,0.00468143033100498,0.0090241318467369,0.153725174569888,0.00269168125798597,0.00320110810669321,0.153725174569888,0.0307705978054311,0.0504117907968619,0.153725174569888,0.0164848460401167,0.102934714598929,0.153725174569888,0.0253660826529215,0.0323716687378021,0.153725174569888,0.0181333175589871,0.0675867626317074,0.153725174569888,0.020752356326366,0.0322388190734801,0.5,0.153725174569888,0.0213356212964026,0.00275510798149265,0,0.158900951085118,0.18529193728045 -5023,0.5,0.153725174569888,0.10748907820922,0.20334789400279,0.153725174569888,0.100373931324637,0.0566577363157491,0.153725174569888,0.0796290827469577,0.137328720346646,0.153725174569888,0.021320700474182,0.0711613252286443,0.153725174569888,0.0604040124070912,0.137322244545392,0.153725174569888,0.0125184419239334,0.250327488766721,0.153725174569888,0.0773067012435319,0.0600225774228778,0.153725174569888,0.0424055684690288,0.16324895379718,0.5,0.153725174569888,0.0421100883139002,0.130503923098814,0.153725174569888,0.0631272948427822,0.000800000728858095,0.5,0.153725174569888,0.041658243929232,0.00873158036011462,0.153725174569888,0.0246513173733935,0.00596376042587753,0.153725174569888,0.0996869974423816,0.0729934980100142,0.153725174569888,0.0751132098243671,0.119708014600015,0.153725174569888,0.096395451326545,0.0378607039318553,0.153725174569888,0.0901880993779147,0.0760856779177385,0.153725174569888,0.090210462272144,0.0422860807633552,0.5,0.153725174569888,0.092575768862319,0.00203419794986721,0,0.187129218029888,0.155766391361627 -5024,0.5,0.153725174569888,0.194401279822414,0.348251066757772,0.153725174569888,0.21177629117607,0.139870505854978,0.153725174569888,0.1461693675017,0.217177575028349,0.153725174569888,0.0368578519113568,0.0774858599618016,0.153725174569888,0.148688799890709,0.182329481763708,0.153725174569888,0.0541996699913128,0.245236328609126,0.153725174569888,0.184884131744023,0.116142040099565,0.153725174569888,0.111803335498195,0.185567393305729,0.5,0.153725174569888,0.0863271614389863,0.185169515569666,0.153725174569888,0.138387403635864,0.00321798574484331,0.5,0.153725174569888,0.103624284937134,0.0506731817664194,0.153725174569888,0.0612287637228381,0.0129617224156679,0.153725174569888,0.211008429013439,0.125461146162603,0.153725174569888,0.172488859870765,0.185104269441263,0.153725174569888,0.208254282840924,0.105606623322458,0.153725174569888,0.203275015391332,0.164975782005115,0.153725174569888,0.18550671869799,0.0965672488311119,0.5,0.153725174569888,0.187514985960971,0.000910089815933628,0,0.252679226678842,0.138562623539574 -5025,0.5,0.153725174569888,0.276203416052164,0.456999983595382,0.153725174569888,0.333160910154045,0.211860707819214,0.153725174569888,0.194680086675626,0.27334494155885,0.153725174569888,0.0578964246207046,0.0851536533535258,0.153725174569888,0.261121860128939,0.20544952116104,0.153725174569888,0.148759489542341,0.261617011168055,0.153725174569888,0.312267689496415,0.213303164288074,0.153725174569888,0.200113937861789,0.188772088026909,0.5,0.153725174569888,0.134970139621418,0.218078005411108,0.153725174569888,0.197344810317467,0.0121399259058337,0.5,0.153725174569888,0.179835203070537,0.135560833994511,0.153725174569888,0.0958595221898993,0.0232116338104093,0.153725174569888,0.332954352077008,0.155808713272815,0.153725174569888,0.289450037375513,0.230194516879575,0.153725174569888,0.332350121658229,0.191913144633521,0.153725174569888,0.331572366575549,0.262011191014736,0.153725174569888,0.275036406485222,0.169083561262525,0.5,0.153725174569888,0.281671731740738,0.000565142450322769,0,0.288649664429534,0.114044356773586 -5026,0.5,0.153725174569888,0.335658409217666,0.539812846201186,0.153725174569888,0.462690849399044,0.284080810946033,0.153725174569888,0.222221424828726,0.291114727567522,0.153725174569888,0.0923220799795904,0.0953025732269739,0.153725174569888,0.388074637247065,0.216511272368299,0.153725174569888,0.267621527729268,0.253683005301176,0.153725174569888,0.448128850000739,0.26885316470043,0.153725174569888,0.30658605886635,0.185012816203155,0.5,0.153725174569888,0.205972359754358,0.234996958275512,0.153725174569888,0.263450820739703,0.0375103004073641,0.5,0.153725174569888,0.278404086302857,0.25314435792729,0.153725174569888,0.144335371136866,0.0403082334909197,0.153725174569888,0.462595270612239,0.180941453278777,0.153725174569888,0.419998171592096,0.273684898122302,0.153725174569888,0.464818760042437,0.268502411162093,0.153725174569888,0.468191246865005,0.390742582499933,0.153725174569888,0.341271370378668,0.201898131036738,0.5,0.153725174569888,0.312443064423921,0.00330957102122396,0,0.280048892855799,0.0916730049446125 -5027,0.5,0.153725174569888,0.389761251512882,0.609252207675934,0.153725174569888,0.571930628415115,0.347438764927957,0.153725174569888,0.263880622795195,0.340487835151571,0.153725174569888,0.142230052194811,0.0931284030581844,0.153725174569888,0.509762469395733,0.266016302269573,0.153725174569888,0.435422014648447,0.297614176683133,0.153725174569888,0.565714480904487,0.340744014664427,0.153725174569888,0.448681931152595,0.205469241153668,0.5,0.153725174569888,0.319361547158435,0.276166242738525,0.153725174569888,0.355661886358767,0.0504964952398421,0.5,0.153725174569888,0.403262606619698,0.350237346205203,0.153725174569888,0.229381528970933,0.0945718393785752,0.153725174569888,0.571990380090777,0.205552537013202,0.153725174569888,0.534339297564219,0.325522356751547,0.153725174569888,0.575094804182636,0.357707191087108,0.153725174569888,0.58058008714081,0.495789354940149,0.153725174569888,0.344131510564431,0.289313962567782,0.5,0.153725174569888,0.374246825307405,0.0199815250462888,0,0.233561454564518,0.0811147032776251 -5028,0.5,0.153725174569888,0.434864324960986,0.661863084378017,0.153725174569888,0.636687654138166,0.397300632645193,0.153725174569888,0.310261213641306,0.393826376523631,0.153725174569888,0.183827424822021,0.107578305544037,0.153725174569888,0.551676719768646,0.344050600055454,0.153725174569888,0.540975864900572,0.390176948295956,0.153725174569888,0.632141429275116,0.391579296933252,0.153725174569888,0.577494775205342,0.303123428910727,0.5,0.153725174569888,0.474489894013726,0.410036665296149,0.153725174569888,0.374106699210055,0.0555282012962566,0.5,0.153725174569888,0.48869957750305,0.499786638136022,0.153725174569888,0.254773075623783,0.154557389539347,0.153725174569888,0.641411961410275,0.223089083143001,0.153725174569888,0.612355857995287,0.383198997258038,0.153725174569888,0.640907125325748,0.427563895880945,0.153725174569888,0.641749361773467,0.596069157135737,0.153725174569888,0.398622628077611,0.418745469961687,0.5,0.153725174569888,0.311050562961381,0.0467858996762981,0,0.191987117307859,0.0762906861682011 -5029,0.5,0.153725174569888,0.502581333327226,0.6997910160308,0.153725174569888,0.657405340787326,0.460286865489273,0.153725174569888,0.366093370217565,0.447292899205351,0.153725174569888,0.234176201025683,0.165071627158143,0.153725174569888,0.523955417769651,0.42769172822533,0.153725174569888,0.533680346296309,0.465653191237575,0.153725174569888,0.653761461815819,0.425787166139794,0.153725174569888,0.589235656661807,0.42376920914164,0.5,0.153725174569888,0.60141610522813,0.59591736270332,0.153725174569888,0.316457368751869,0.0676455606082917,0.5,0.153725174569888,0.44452776787969,0.734305806190691,0.153725174569888,0.287068492427508,0.164522978069999,0.153725174569888,0.66454042280779,0.247128538224778,0.153725174569888,0.635341565787202,0.461980419397783,0.153725174569888,0.665887768730136,0.48591791174733,0.153725174569888,0.650393841234917,0.646139238306451,0.153725174569888,0.43853546038009,0.493739630653464,0.5,0.153725174569888,0.400272402709568,0.0717370431032176,0,0.180310014147505,0.0756893181180727 -5030,0.5,0.153725174569888,0.481161760249933,0.670158980269685,0.153725174569888,0.647179032847926,0.5306037139061,0.153725174569888,0.365651794870695,0.44189544227069,0.153725174569888,0.235171042028795,0.150445111245337,0.153725174569888,0.52278985663481,0.504753137993443,0.153725174569888,0.49236677180079,0.464027615161261,0.153725174569888,0.542729110767026,0.488535024839641,0.153725174569888,0.530257253214475,0.483833097663821,0.5,0.153725174569888,0.595564104870913,0.684386913973361,0.153725174569888,0.238147629239561,0.0784772740120515,0.5,0.153725174569888,0.526166420334672,0.809702184116177,0.153725174569888,0.242409238516574,0.208763825837135,0.153725174569888,0.652729959092729,0.290289830275734,0.153725174569888,0.63243121888566,0.540877810057191,0.153725174569888,0.646263312472851,0.541655625365233,0.153725174569888,0.610788325009947,0.65321327814095,0.153725174569888,0.417906846825572,0.464640171086806,0.5,0.153725174569888,0.402768517813267,0.089892813960245,0,0.176388754235991,0.0805632261188701 -5031,0.5,0.153725174569888,0.385345895667439,0.602141801967401,0.153725174569888,0.590254012215306,0.572477483882617,0.153725174569888,0.310275609479636,0.362090588543195,0.153725174569888,0.163636589988864,0.104420225261795,0.153725174569888,0.502562916591008,0.571670362612516,0.153725174569888,0.484943066593102,0.474584996304152,0.153725174569888,0.435630173185046,0.504548223284153,0.153725174569888,0.479461566322556,0.559303616053101,0.5,0.153725174569888,0.577523662989581,0.701318867167385,0.153725174569888,0.250190514799934,0.12702707944697,0.5,0.153725174569888,0.337100930689661,0.735159446975026,0.153725174569888,0.196867009635582,0.186104783073224,0.153725174569888,0.598892282630571,0.347453787865608,0.153725174569888,0.595601328619542,0.599414439078457,0.153725174569888,0.563797557841064,0.576940457043768,0.153725174569888,0.543807188351885,0.648087984363112,0.153725174569888,0.347064607415178,0.353542905517269,0.5,0.153725174569888,0.30637568644188,0.0616546207383381,0,0.153647425843296,0.0888846522152273 -5032,0.5,0.153725174569888,0.303634475984738,0.533761924691226,0.153725174569888,0.484355667930172,0.569837271335389,0.153725174569888,0.167036715091711,0.187107014314908,0.153725174569888,0.141395783448824,0.0676286164737711,0.153725174569888,0.453836379428219,0.657133994075953,0.153725174569888,0.378170424283375,0.476404438452899,0.153725174569888,0.404568628609704,0.547099087815507,0.153725174569888,0.364016544635455,0.510809802494172,0.5,0.153725174569888,0.432460846859228,0.626272482765826,0.153725174569888,0.172907733420702,0.0433041795520158,0.5,0.153725174569888,0.216892774950174,0.497510834421024,0.153725174569888,0.161808457725985,0.131079382448162,0.153725174569888,0.499467985914118,0.404632252786515,0.153725174569888,0.507531445437806,0.628125135731704,0.153725174569888,0.447851568977869,0.590377315061521,0.153725174569888,0.439684198880015,0.613034528551488,0.153725174569888,0.25176808259711,0.250121818600223,0.5,0.153725174569888,0.144401817370292,0.0331407757077898,0,0.129188382402683,0.109022467851422 -5033,0.5,0.153725174569888,0.232191839140852,0.439902022295757,0.153725174569888,0.362634882286842,0.529199517980169,0.153725174569888,0.0919936640581119,0.0786895741544032,0.153725174569888,0.170308959669642,0.0536956270105981,0.153725174569888,0.36369890332109,0.705621670748491,0.153725174569888,0.265022774832716,0.500206079849107,0.153725174569888,0.279655470073521,0.470210612179417,0.153725174569888,0.304396235980798,0.451100539033877,0.5,0.153725174569888,0.285543178389801,0.505496091509324,0.153725174569888,0.144885545180082,0.0236092429209165,0.5,0.153725174569888,0.134504179801148,0.255412340354359,0.153725174569888,0.110050432117675,0.0776457186193011,0.153725174569888,0.377025916317256,0.421421661981944,0.153725174569888,0.386941204800282,0.62098748301085,0.153725174569888,0.318733044560684,0.581811282173849,0.153725174569888,0.29868045993608,0.517027952779746,0.153725174569888,0.191025413882661,0.203273000121787,0.5,0.153725174569888,0.168443766939113,0.0560753722237976,0,0.113853542490751,0.145069402781396 -5034,0.5,0.153725174569888,0.135035529851598,0.347138695819581,0.153725174569888,0.241466871844776,0.421044882974473,0.153725174569888,0.051011605702218,0.0434641751505002,0.153725174569888,0.0914958126595369,0.0295674110849265,0.153725174569888,0.260707689678469,0.69418984350128,0.153725174569888,0.163176490736974,0.469185430501851,0.153725174569888,0.19407575478741,0.39961508399077,0.153725174569888,0.185566100695042,0.303248151785231,0.5,0.153725174569888,0.179251214735193,0.518182751279838,0.153725174569888,0.0455326954662904,0.0138459375057627,0.5,0.153725174569888,0.111222758517061,0.115271423313819,0.153725174569888,0.0573693389008615,0.0689740545997885,0.153725174569888,0.253169510128392,0.393002675209055,0.153725174569888,0.262159534551365,0.578308369959627,0.153725174569888,0.214350727863531,0.489244961963111,0.153725174569888,0.169857622614352,0.290351051584001,0.153725174569888,0.0882307205580781,0.152915399081368,0.5,0.153725174569888,0.123207534363011,0.0325070354108091,0,0.10497363160236,0.167849672074508 -5035,0.5,0.153725174569888,0.0631270269345013,0.262191037541774,0.153725174569888,0.101376547176671,0.242136142705322,0.153725174569888,0.0173383118136976,0.0525219419644934,0.153725174569888,0.035909954119863,0.0136730068399455,0.153725174569888,0.133420098176989,0.558918954324885,0.153725174569888,0.104713491373924,0.411902255061471,0.153725174569888,0.0856675385390589,0.375331383187061,0.153725174569888,0.10392115250265,0.205708675088617,0.5,0.153725174569888,0.0835680519899122,0.572567968606022,0.153725174569888,0.0246392829011691,0.0145773903111603,0.5,0.153725174569888,0.0241680721283425,0.0498230199144902,0.153725174569888,0.0240586264376978,0.0785337244237882,0.153725174569888,0.122521334298025,0.365313065877987,0.153725174569888,0.131451080814588,0.504417409947678,0.153725174569888,0.0883422055453404,0.392064999022349,0.153725174569888,0.0595009709847813,0.272810070157872,0.153725174569888,0.0351138346943233,0.100301143002938,0.5,0.153725174569888,0.0522910298908407,0.0256648624871139,0,0.120882007376605,0.137476623276668 -5036,0.5,0.153725174569888,0.0,0.198011028695848,0.153725174569888,0.000598383637965766,0.117551250675327,0.153725174569888,1.96410435664942e-05,0.0532099770057937,0.153725174569888,6.61073562376262e-06,0.00879046822835821,0.153725174569888,0.0206468827499091,0.388617021995912,0.153725174569888,0.0201616107851455,0.328516135569904,0.153725174569888,0.00808118471827909,0.398568792363898,0.153725174569888,0.00780935696032413,0.195907976417487,0.5,0.153725174569888,0.00216910641395381,0.520615524945857,0.153725174569888,0.0,0.0136600930312146,0.5,0.153725174569888,0.000342819808686674,0.0661109347301044,0.153725174569888,6.63099699345745e-05,0.0956857506083219,0.153725174569888,0.0182909636377692,0.329574650198549,0.153725174569888,0.0201627204633043,0.393686812913993,0.153725174569888,0.00126746659536144,0.326962691420423,0.153725174569888,0.0,0.301698378050418,0.153725174569888,8.85280128463884e-05,0.0745222864256442,0.5,0.153725174569888,0.0,0.0334385414998957,0,0.169607436395341,0.0844318313854505 -5037,0.5,0.153725174569888,0.0,0.177020820547307,0.153725174569888,0.0,0.128630625444831,0.153725174569888,0.0,0.0824769704164029,0.153725174569888,0.0,0.00837602576708737,0.153725174569888,0.0,0.321344895998442,0.153725174569888,0.0,0.315552655882355,0.153725174569888,0.0,0.401307680341678,0.153725174569888,0.0,0.254365903296228,0.5,0.153725174569888,0.0,0.44094908184582,0.153725174569888,0.0,0.0108878856734046,0.5,0.153725174569888,0.0,0.112429252641985,0.153725174569888,0.0,0.116392527473723,0.153725174569888,0.0,0.285174886380615,0.153725174569888,0.0,0.299345246043426,0.153725174569888,0.0,0.294522681082376,0.153725174569888,0.0,0.379036940394208,0.153725174569888,0.0,0.0652301664351205,0.5,0.153725174569888,0.0,0.0346960993295508,0,0.268303533274852,0.0639718401136796 -5038,0.5,0.153725174569888,0.0,0.168014201263761,0.153725174569888,0.0,0.190839807136346,0.153725174569888,0.0,0.126251451329653,0.153725174569888,0.0,0.017027911668653,0.153725174569888,0.0,0.288291117250741,0.153725174569888,0.0,0.322848052608125,0.153725174569888,0.0,0.355656887713716,0.153725174569888,0.0,0.308157428145167,0.5,0.153725174569888,0.0,0.385429413316189,0.153725174569888,0.0,0.0191249929123787,0.5,0.153725174569888,0.0,0.147853233458898,0.153725174569888,0.0,0.179150358864048,0.153725174569888,0.0,0.228571849281005,0.153725174569888,0.0,0.238126018548685,0.153725174569888,0.0,0.281136566894593,0.153725174569888,0.0,0.447436292799364,0.153725174569888,0.0,0.0669636369403417,0.5,0.153725174569888,0.0,0.0265791259010445,0,0.305999596343328,0.0771799874866321 -5039,0.5,0.153725174569888,0.0,0.152262857920831,0.153725174569888,0.0,0.236412020819923,0.153725174569888,0.0,0.148357183847514,0.153725174569888,0.0,0.0268656727661486,0.153725174569888,0.0,0.222258840001159,0.153725174569888,0.0,0.271382678803597,0.153725174569888,0.0,0.314706674248664,0.153725174569888,0.0,0.309300642398652,0.5,0.153725174569888,0.0,0.415198928890004,0.153725174569888,0.0,0.047959765022689,0.5,0.153725174569888,0.0,0.110821758371705,0.153725174569888,0.0,0.310552460898055,0.153725174569888,0.0,0.17423360566222,0.153725174569888,0.0,0.185977488537739,0.153725174569888,0.0,0.265310973638619,0.153725174569888,0.0,0.471875689936937,0.153725174569888,0.0,0.0569355502850508,0.5,0.153725174569888,0.0,0.0152466972840906,0,0.249415706046255,0.0947597342720906 -5040,0.5,0.153725174569888,0.0,0.148151506357812,0.153725174569888,0.0,0.211523383220864,0.153725174569888,0.0,0.166772093685168,0.153725174569888,0.0,0.0258567000697556,0.153725174569888,0.0,0.151445073655209,0.153725174569888,0.0,0.184253624086497,0.153725174569888,0.0,0.246169725295595,0.153725174569888,0.0,0.262263553645381,0.5,0.153725174569888,0.0,0.485385168253858,0.153725174569888,0.0,0.0246208617024815,0.5,0.153725174569888,0.0,0.0862315700738602,0.153725174569888,0.0,0.311944494717923,0.153725174569888,0.0,0.140840391017685,0.153725174569888,0.0,0.141311790513084,0.153725174569888,0.0,0.245107581624268,0.153725174569888,0.0,0.474584699129415,0.153725174569888,0.0,0.0498345070054039,0.5,0.153725174569888,0.0,0.0249418731997993,0,0.209413070188615,0.134280161003516 -5041,0.5,0.153725174569888,0.0,0.153728742166924,0.153725174569888,0.0,0.167145449917252,0.153725174569888,0.0,0.18785673359264,0.153725174569888,0.0,0.0204575239289578,0.153725174569888,0.0,0.103708131785159,0.153725174569888,0.0,0.124865945681221,0.153725174569888,0.0,0.152092369466128,0.153725174569888,0.0,0.200882869729763,0.5,0.153725174569888,0.0,0.521294596402349,0.153725174569888,0.0,0.0183835165929224,0.5,0.153725174569888,0.0,0.0588153054287394,0.153725174569888,0.0,0.213839107263967,0.153725174569888,0.0,0.121663375574711,0.153725174569888,0.0,0.111663666464175,0.153725174569888,0.0,0.226574261353581,0.153725174569888,0.0,0.460505560551921,0.153725174569888,0.0,0.0609315696378464,0.5,0.153725174569888,0.0,0.0305630800259671,0,0.221625526488664,0.163299251883532 -5042,0.5,0.153725174569888,0.0,0.149279364091557,0.153725174569888,0.0,0.126173582072604,0.153725174569888,0.0,0.206445069681721,0.153725174569888,0.0,0.0274337522878999,0.153725174569888,0.0,0.0821037790159231,0.153725174569888,0.0,0.105990251824207,0.153725174569888,0.0,0.0985273276877538,0.153725174569888,0.0,0.146044755449176,0.5,0.153725174569888,0.0,0.466576454618018,0.153725174569888,0.0,0.0229094253833596,0.5,0.153725174569888,0.0,0.04047234236954,0.153725174569888,0.0,0.168419245881599,0.153725174569888,0.0,0.112292998686355,0.153725174569888,0.0,0.1011831018981,0.153725174569888,0.0,0.206713362262425,0.153725174569888,0.0,0.434133408874617,0.153725174569888,0.0,0.0710384813790664,0.5,0.153725174569888,0.0,0.0200642887239943,0,0.277100219172917,0.193790144098611 -5043,0.5,0.153725174569888,0.0,0.126002878915991,0.153725174569888,0.0,0.138799577813735,0.153725174569888,0.0,0.255119587156639,0.153725174569888,0.0,0.0576118319290009,0.153725174569888,0.0,0.0831087521803675,0.153725174569888,0.0,0.105336973568944,0.153725174569888,0.0,0.0867421617620121,0.153725174569888,0.0,0.114646818432188,0.5,0.153725174569888,0.0,0.348092369113736,0.153725174569888,0.0,0.0132681165476172,0.5,0.153725174569888,0.0,0.0673716850111142,0.153725174569888,0.0,0.143474497109886,0.153725174569888,0.0,0.118578173560364,0.153725174569888,0.0,0.100366818627045,0.153725174569888,0.0,0.191653060347465,0.153725174569888,0.0,0.347286951305939,0.153725174569888,0.0,0.0823615156172659,0.5,0.153725174569888,0.0,0.0144625570345865,0,0.241419068082055,0.310924101445337 -5044,0.5,0.153725174569888,0.0,0.122444320678044,0.153725174569888,0.0,0.172250223649319,0.153725174569888,0.0,0.325303418527,0.153725174569888,0.0,0.0963609380846638,0.153725174569888,0.0,0.0824440978978052,0.153725174569888,0.0,0.0913307599123677,0.153725174569888,0.0,0.102116899662693,0.153725174569888,0.0,0.117502379660278,0.5,0.153725174569888,0.0,0.264244697760742,0.153725174569888,0.0,0.0132316154491199,0.5,0.153725174569888,0.0,0.154079223237108,0.153725174569888,0.0,0.12709235769012,0.153725174569888,0.0,0.117604855885952,0.153725174569888,0.0,0.0945875769320618,0.153725174569888,0.0,0.179357576167423,0.153725174569888,0.0,0.266750455746456,0.153725174569888,0.0,0.104758408645667,0.5,0.153725174569888,0.0,0.0142436271881985,0,0.162114501045188,0.556798360259779 -5045,0.5,0.153725174569888,8.9685305181059e-09,0.154767194638974,0.153725174569888,0.0,0.133268940193057,0.153725174569888,0.0,0.370421435547225,0.153725174569888,0.0,0.108415470056016,0.153725174569888,0.0,0.0792600058132041,0.153725174569888,0.0,0.08886562305711,0.153725174569888,0.0,0.0993637500834903,0.153725174569888,0.0,0.126690862436182,0.5,0.153725174569888,0.0,0.233205786388984,0.153725174569888,0.0,0.0187564499693494,0.5,0.153725174569888,0.0,0.156898849397548,0.153725174569888,0.0,0.141266226966518,0.153725174569888,0.0,0.103222002809886,0.153725174569888,0.0,0.0866964605967117,0.153725174569888,0.0,0.171897705013388,0.153725174569888,0.0,0.281053632364992,0.153725174569888,0.0,0.0912621946539053,0.5,0.153725174569888,0.0,0.0220309067647479,0,0.124472705686625,0.768420132097223 -5046,0.5,0.153725174569888,0.0104170504976856,0.219396118086596,0.153725174569888,0.0303480815493414,0.0743453752033538,0.153725174569888,0.00890107410612814,0.38201335764356,0.153725174569888,0.0104661508489124,0.122617766616533,0.153725174569888,0.0165821298774088,0.0742832766189192,0.153725174569888,0.00686691264231721,0.0874279102430124,0.153725174569888,0.0151299459384951,0.0805644728096607,0.153725174569888,0.00720786054233317,0.126988670924741,0.5,0.153725174569888,0.00530944910358396,0.262480920453143,0.153725174569888,0.00322917951260488,0.0171595951144296,0.5,0.153725174569888,0.00119449533512911,0.237050152327429,0.153725174569888,0.000376782771089349,0.186098460452824,0.153725174569888,0.0308164802767227,0.0887024818784909,0.153725174569888,0.0214799072918387,0.0982174130990089,0.153725174569888,0.0247314284106256,0.17603647858362,0.153725174569888,0.0153846462078465,0.317109075199232,0.153725174569888,0.00336804832387805,0.140454009270671,0.5,0.153725174569888,0.007059850492023,0.0182971013586803,0,0.146340695655821,0.850405793504054 -5047,0.5,0.153725174569888,0.0412581620857055,0.284052085410217,0.153725174569888,0.102706671199295,0.119624200683178,0.153725174569888,0.0400030490534238,0.403875821820652,0.153725174569888,0.0270028279756139,0.137753342722478,0.153725174569888,0.0865451212282947,0.112748874473846,0.153725174569888,0.0749128952537176,0.10643487600731,0.153725174569888,0.0864557469270248,0.122998691173085,0.153725174569888,0.0763083887530774,0.142662141144149,0.5,0.153725174569888,0.0695969078155612,0.357853849444412,0.153725174569888,0.030329847097352,0.0311774873360259,0.5,0.153725174569888,0.0196801963506603,0.247687354379328,0.153725174569888,0.00460713196654514,0.272034473170893,0.153725174569888,0.101706293972576,0.10759894523158,0.153725174569888,0.0907978085396148,0.17038436853148,0.153725174569888,0.0971724078946481,0.24576726163385,0.153725174569888,0.0828005970936277,0.361512934362367,0.153725174569888,0.0176090450558778,0.239926782559429,0.5,0.153725174569888,0.0202244436021336,0.0291690057089839,0,0.271730260260663,0.826897537443279 -5048,0.5,0.153725174569888,0.0905280127664536,0.321106333814761,0.153725174569888,0.217430643726038,0.250899137882898,0.153725174569888,0.0762426214229339,0.46070557727919,0.153725174569888,0.0460403593747682,0.176612342877319,0.153725174569888,0.196347524694963,0.333130421890789,0.153725174569888,0.179909672690457,0.301369939647429,0.153725174569888,0.198013180611033,0.24518380845595,0.153725174569888,0.181073052458596,0.247199035151218,0.5,0.153725174569888,0.168339169611771,0.476736532619846,0.153725174569888,0.0494512648544989,0.0581054645466407,0.5,0.153725174569888,0.0652645941768163,0.314722995647534,0.153725174569888,0.0109593910063763,0.344111089175077,0.153725174569888,0.216443052347494,0.190730388862526,0.153725174569888,0.198885264630304,0.395648204746483,0.153725174569888,0.210870895230776,0.395559442328861,0.153725174569888,0.182757986693141,0.46313559865458,0.153725174569888,0.0345340092694329,0.315592564434187,0.5,0.153725174569888,0.0481207346757195,0.0830777330751619,0,0.273539925004712,0.67412522724172 -5049,0.5,0.153725174569888,0.124120137529338,0.347123024424799,0.153725174569888,0.342439805350336,0.461881324262239,0.153725174569888,0.166032627547679,0.536980948403161,0.153725174569888,0.0589356510428003,0.245357353318707,0.153725174569888,0.318141434233528,0.605393907159874,0.153725174569888,0.299766170608623,0.504475783613194,0.153725174569888,0.325440929463423,0.455266423887243,0.153725174569888,0.299370717959522,0.436332318869671,0.5,0.153725174569888,0.280140641181826,0.568220923666899,0.153725174569888,0.0454956936923256,0.0759662663690769,0.5,0.153725174569888,0.133632280894585,0.292523875840815,0.153725174569888,0.0222486573462482,0.370378742443148,0.153725174569888,0.341513727210071,0.215760654930409,0.153725174569888,0.311517970005492,0.586031133525376,0.153725174569888,0.33868863363785,0.513955165865614,0.153725174569888,0.298108512042627,0.525060524474276,0.153725174569888,0.0570770695529716,0.334834795146655,0.5,0.153725174569888,0.0865207443482227,0.123352249825794,0,0.251012145004976,0.505115287451191 -5050,0.5,0.153725174569888,0.159783181558401,0.369482855608828,0.153725174569888,0.47495651743792,0.590658413450922,0.153725174569888,0.250831477932511,0.589058117331777,0.153725174569888,0.0698536089108061,0.2676652814694,0.153725174569888,0.425416457215238,0.596238805927885,0.153725174569888,0.399338837915295,0.473602136881959,0.153725174569888,0.451773337651508,0.611909184762707,0.153725174569888,0.421466740075578,0.57935809550544,0.5,0.153725174569888,0.395472829125731,0.578669199931788,0.153725174569888,0.0362214719221575,0.105541526247074,0.5,0.153725174569888,0.205856812080005,0.219886528946729,0.153725174569888,0.0421730046976149,0.321111630323966,0.153725174569888,0.470893918721541,0.248984339087706,0.153725174569888,0.419958619439737,0.625266736710542,0.153725174569888,0.471077818809486,0.61123519937257,0.153725174569888,0.439063478894293,0.634677347571967,0.153725174569888,0.0899083543564302,0.326623889816096,0.5,0.153725174569888,0.103101466141204,0.131680606131703,0,0.289293189429926,0.414980585284709 -5051,0.5,0.153725174569888,0.240930150665268,0.392826804936062,0.153725174569888,0.586032333695041,0.62360626746015,0.153725174569888,0.345945101287187,0.610771201234072,0.153725174569888,0.0467882108458092,0.246821628811642,0.153725174569888,0.504933072134679,0.618844938916869,0.153725174569888,0.511040813043989,0.556620854080565,0.153725174569888,0.544859616652925,0.665849972720356,0.153725174569888,0.514191274531719,0.651806242198919,0.5,0.153725174569888,0.49441166800857,0.642317392377681,0.153725174569888,0.0414996046369094,0.147016663202415,0.5,0.153725174569888,0.242563911971109,0.151981743683658,0.153725174569888,0.068306652045396,0.281786821732837,0.153725174569888,0.55687511963942,0.330159473653936,0.153725174569888,0.455148031747331,0.635235167244842,0.153725174569888,0.581393468930583,0.649329245139278,0.153725174569888,0.554368030729161,0.728739904834782,0.153725174569888,0.10523347854437,0.291983654650109,0.5,0.153725174569888,0.135497683424913,0.172858414340605,0,0.298501085437527,0.29430094888668 -5052,0.5,0.153725174569888,0.301484703244469,0.441055757367753,0.153725174569888,0.641454777925475,0.620847193014428,0.153725174569888,0.426646758458716,0.615479130625641,0.153725174569888,0.0664723074603143,0.24745142216826,0.153725174569888,0.519296955378539,0.658518003370153,0.153725174569888,0.56209332621345,0.649795509773292,0.153725174569888,0.593894142000488,0.723872455540192,0.153725174569888,0.573915502654497,0.731219676920511,0.5,0.153725174569888,0.545027596491524,0.673696095474709,0.153725174569888,0.037907512084361,0.226087548119905,0.5,0.153725174569888,0.275385686555791,0.162995009795416,0.153725174569888,0.0950961368273878,0.264706275425738,0.153725174569888,0.586233922926975,0.422246099036151,0.153725174569888,0.447972298330912,0.644180862652396,0.153725174569888,0.640958919204854,0.693221991337287,0.153725174569888,0.62187240112602,0.744764307482103,0.153725174569888,0.11590732226885,0.286205354883029,0.5,0.153725174569888,0.143777731660271,0.242694974347611,0,0.266334315430223,0.324266676184089 -5053,0.5,0.153725174569888,0.357654243629017,0.482477425605047,0.153725174569888,0.651807917541762,0.625500019173492,0.153725174569888,0.493057211663341,0.636191858154928,0.153725174569888,0.0859289666409643,0.225578868455333,0.153725174569888,0.501605462979161,0.644111599308702,0.153725174569888,0.599895833980884,0.609767061310789,0.153725174569888,0.568709084110486,0.73418331635595,0.153725174569888,0.488279609927151,0.644478528177238,0.5,0.153725174569888,0.541715032996851,0.667171072224643,0.153725174569888,0.0397967865441686,0.312927966061171,0.5,0.153725174569888,0.359647062876009,0.256025910674672,0.153725174569888,0.111668245505127,0.233154610047986,0.153725174569888,0.60106044468231,0.533933522324393,0.153725174569888,0.443553135195303,0.631201919064766,0.153725174569888,0.654047460912713,0.725213188918542,0.153725174569888,0.643221833461079,0.70495163708995,0.153725174569888,0.150622868256328,0.322581639577417,0.5,0.153725174569888,0.103282449029575,0.353341556726656,0,0.253731624517362,0.432657823903931 -5054,0.5,0.153725174569888,0.383312602242754,0.506644702438243,0.153725174569888,0.625727376096522,0.701850460606176,0.153725174569888,0.511088720933696,0.6247365114031,0.153725174569888,0.086048685122201,0.193212220605838,0.153725174569888,0.487560300692734,0.587078366653841,0.153725174569888,0.628945907517886,0.516604277768035,0.153725174569888,0.541846914908431,0.704806604534909,0.153725174569888,0.432147105045251,0.555297641060029,0.5,0.153725174569888,0.509565986899897,0.637225328453692,0.153725174569888,0.0395167325933807,0.329884245608441,0.5,0.153725174569888,0.438513993981821,0.409426987934394,0.153725174569888,0.134578870071951,0.18795569956332,0.153725174569888,0.532457568148984,0.622811304352221,0.153725174569888,0.445862099933343,0.600861573027135,0.153725174569888,0.614942319922974,0.734938621753049,0.153725174569888,0.620669305193555,0.68986727856089,0.153725174569888,0.202084964984027,0.348797900128504,0.5,0.153725174569888,0.147668778286293,0.449802939826954,0,0.269635763061103,0.497797715318397 -5055,0.5,0.153725174569888,0.370524859056009,0.468434132464149,0.153725174569888,0.541686273682787,0.823018233213509,0.153725174569888,0.479420119237874,0.603123029362666,0.153725174569888,0.0972190761160171,0.161385464697469,0.153725174569888,0.498735725500657,0.50226133257841,0.153725174569888,0.582838128415805,0.39514294833921,0.153725174569888,0.521118422515665,0.643761288401115,0.153725174569888,0.404927160710463,0.475855266333444,0.5,0.153725174569888,0.435518857593276,0.62167348271564,0.153725174569888,0.0220057777764089,0.23685596169822,0.5,0.153725174569888,0.44333817689846,0.428768666685554,0.153725174569888,0.140913524633613,0.142949960030719,0.153725174569888,0.562563912220918,0.658810275290307,0.153725174569888,0.490307254316164,0.561640759667948,0.153725174569888,0.54250931069715,0.738361442833357,0.153725174569888,0.562917670284359,0.686139218236947,0.153725174569888,0.249473493892628,0.332108943724146,0.5,0.153725174569888,0.181171179135153,0.491662122014577,0,0.256900577240918,0.544913500106522 -5056,0.5,0.153725174569888,0.314039254988048,0.411469825793052,0.153725174569888,0.477874237506754,0.90430748655538,0.153725174569888,0.407798927146709,0.558990690310366,0.153725174569888,0.0952214711072184,0.11574047169471,0.153725174569888,0.466760530977902,0.412128710021367,0.153725174569888,0.478874249617043,0.321969029847897,0.153725174569888,0.46279743100896,0.558576162791312,0.153725174569888,0.396435104900313,0.386612548428947,0.5,0.153725174569888,0.344811428772967,0.597791262721636,0.153725174569888,0.00803064134022677,0.1420963028425,0.5,0.153725174569888,0.374635315022222,0.37847365746031,0.153725174569888,0.125952349328358,0.103820607454337,0.153725174569888,0.482697394225036,0.646535231638937,0.153725174569888,0.474518023984207,0.553616733421555,0.153725174569888,0.42784991369391,0.740717828453798,0.153725174569888,0.46033781719244,0.682387000455393,0.153725174569888,0.238411293966743,0.276267364459867,0.5,0.153725174569888,0.17613712988943,0.420001958375533,0,0.199344772335947,0.518688148038472 -5057,0.5,0.153725174569888,0.241994171913697,0.350796248068682,0.153725174569888,0.344280436687603,0.904741445178809,0.153725174569888,0.31050125325845,0.485794001162047,0.153725174569888,0.0747889190114479,0.0759452737251299,0.153725174569888,0.344999720871075,0.376362503665166,0.153725174569888,0.334898200899388,0.300271036720188,0.153725174569888,0.367612151254253,0.449575051608846,0.153725174569888,0.324925278331607,0.305296929675329,0.5,0.153725174569888,0.288715330322027,0.543613900599768,0.153725174569888,0.0031382955831702,0.08607961924716,0.5,0.153725174569888,0.261594447733092,0.213464058231541,0.153725174569888,0.0910638047982588,0.0582112830556116,0.153725174569888,0.370572588272202,0.596900412599246,0.153725174569888,0.377527320493857,0.558826475524171,0.153725174569888,0.320908173263784,0.72449253857443,0.153725174569888,0.336530856667863,0.617791139347276,0.153725174569888,0.17344255818891,0.186972174298618,0.5,0.153725174569888,0.103332080804105,0.268119093115015,0,0.158780854744773,0.499419312151636 -5058,0.5,0.153725174569888,0.161525417323,0.261503041973304,0.153725174569888,0.235192279494681,0.821533787870386,0.153725174569888,0.197552611719816,0.372874988474434,0.153725174569888,0.0573167460366352,0.0428919067438204,0.153725174569888,0.227151783420389,0.327317618978902,0.153725174569888,0.214073252061394,0.279576150516851,0.153725174569888,0.253557957187433,0.282952397674695,0.153725174569888,0.226928209869513,0.19683719771649,0.5,0.153725174569888,0.215902187708705,0.37516209630573,0.153725174569888,0.0018706725828414,0.0611408788815132,0.5,0.153725174569888,0.144155991505802,0.101160073422263,0.153725174569888,0.0506847203203235,0.0382259140137653,0.153725174569888,0.241034874601889,0.523619899964469,0.153725174569888,0.248683500052717,0.492157231529113,0.153725174569888,0.220432414786061,0.640804743518204,0.153725174569888,0.205652323720993,0.445237103493311,0.153725174569888,0.0997937549414305,0.106521083745175,0.5,0.153725174569888,0.0452333238795614,0.15851882462231,0,0.096292591600708,0.547612063319303 -5059,0.5,0.153725174569888,0.0634381061106881,0.174972671782697,0.153725174569888,0.0851501657595901,0.578359816954706,0.153725174569888,0.0690175671806281,0.307175416848169,0.153725174569888,0.0225131078599991,0.0247672873313065,0.153725174569888,0.113823949347554,0.24626034907569,0.153725174569888,0.110470658133142,0.231254565597396,0.153725174569888,0.118771782672026,0.0903706817689604,0.153725174569888,0.117516795971478,0.0764036279547969,0.5,0.153725174569888,0.104934105278518,0.173554536853075,0.153725174569888,0.000752648877307528,0.0526228400275155,0.5,0.153725174569888,0.0516217523190882,0.10952952042706,0.153725174569888,0.0162101575628226,0.0336610674642438,0.153725174569888,0.120345751356519,0.421518351992648,0.153725174569888,0.119485579827794,0.364976709931862,0.153725174569888,0.0913232986594027,0.416965861770116,0.153725174569888,0.0782915111451528,0.215982211496286,0.153725174569888,0.0360579548080845,0.0900177326161534,0.5,0.153725174569888,0.0101285963966767,0.104270923521285,0,0.0504548630908667,0.500666163438338 -5060,0.5,0.153725174569888,0.0,0.184463133703563,0.153725174569888,0.0,0.213344014411397,0.153725174569888,0.0,0.439186926874528,0.153725174569888,4.63775910400556e-05,0.0262272693490069,0.153725174569888,0.0166863379676236,0.158133442114667,0.153725174569888,0.0189475111059322,0.145018060710359,0.153725174569888,0.00632703713352029,0.0353588931847669,0.153725174569888,0.00727305550420555,0.0459110283846031,0.5,0.153725174569888,0.00110448565537945,0.0687487229039028,0.153725174569888,8.37760627979839e-05,0.0564609009107499,0.5,0.153725174569888,0.0,0.176541532077679,0.153725174569888,8.27646515953891e-05,0.0323147047117124,0.153725174569888,0.0162254014791986,0.262528553714281,0.153725174569888,0.0179724911887544,0.218518937889538,0.153725174569888,0.0,0.177617689735733,0.153725174569888,0.0,0.07737141492447,0.153725174569888,4.22716234711189e-05,0.112018606850233,0.5,0.153725174569888,4.34530033199217e-05,0.0976890864539522,0,0.0766037801842857,0.35627088759566 -5061,0.5,0.153725174569888,0.0,0.20988614596587,0.153725174569888,0.0,0.0826575852384489,0.153725174569888,0.0,0.527837679330463,0.153725174569888,0.0,0.0531990090349283,0.153725174569888,0.0,0.100445157260468,0.153725174569888,0.0,0.109525907547982,0.153725174569888,0.0,0.0419003251841356,0.153725174569888,0.0,0.0430030493107677,0.5,0.153725174569888,0.0,0.0462108274798886,0.153725174569888,0.0,0.0653255633817841,0.5,0.153725174569888,0.0,0.208268367016931,0.153725174569888,0.0,0.0422943367312252,0.153725174569888,0.0,0.209085142608649,0.153725174569888,0.0,0.143714374607814,0.153725174569888,0.0,0.0824668395673617,0.153725174569888,0.0,0.0351062381182382,0.153725174569888,0.0,0.125826810578315,0.5,0.153725174569888,0.0,0.0952284191429353,0,0.251452976659231,0.284007509644461 -5062,0.5,0.153725174569888,0.0,0.191043841272307,0.153725174569888,0.0,0.0656275933470104,0.153725174569888,0.0,0.455921097672855,0.153725174569888,0.0,0.132342584392612,0.153725174569888,0.0,0.063913942336703,0.153725174569888,0.0,0.0670698583807551,0.153725174569888,0.0,0.0547724522238886,0.153725174569888,0.0,0.0423187508296066,0.5,0.153725174569888,0.0,0.0339405176089709,0.153725174569888,0.0,0.0657710258595586,0.5,0.153725174569888,0.0,0.153336771813514,0.153725174569888,0.0,0.0452189481700855,0.153725174569888,0.0,0.19144495469986,0.153725174569888,0.0,0.103322033882346,0.153725174569888,0.0,0.0486864805034469,0.153725174569888,0.0,0.0177254519017323,0.153725174569888,0.0,0.120912424368424,0.5,0.153725174569888,0.0,0.0981345165867126,0,0.382514682057111,0.308313730116035 -5063,0.5,0.153725174569888,0.0,0.167128057355631,0.153725174569888,0.0,0.0670622639596931,0.153725174569888,0.0,0.291600024532652,0.153725174569888,0.0,0.174549590584947,0.153725174569888,0.0,0.0385451013666883,0.153725174569888,0.0,0.0295958070511399,0.153725174569888,0.0,0.0530770959948128,0.153725174569888,0.0,0.0335436017533051,0.5,0.153725174569888,0.0,0.0236635602786589,0.153725174569888,0.0,0.0611150960149373,0.5,0.153725174569888,0.0,0.0874226973992336,0.153725174569888,0.0,0.0362417550897604,0.153725174569888,0.0,0.175968239639132,0.153725174569888,0.0,0.0906496784486621,0.153725174569888,0.0,0.0367769978510957,0.153725174569888,0.0,0.0107909024728354,0.153725174569888,0.0,0.121553748134354,0.5,0.153725174569888,0.0,0.11554380799751,0,0.404561829909783,0.324063757468225 -5064,0.5,0.153725174569888,0.0,0.15806051592808,0.153725174569888,0.0,0.0665917198098437,0.153725174569888,0.0,0.179592357303519,0.153725174569888,0.0,0.161239062459488,0.153725174569888,0.0,0.0293501717549687,0.153725174569888,0.0,0.0121778445565984,0.153725174569888,0.0,0.04345548284223,0.153725174569888,0.0,0.0205499302377612,0.5,0.153725174569888,0.0,0.0187419493643328,0.153725174569888,0.0,0.0538911101310759,0.5,0.153725174569888,0.0,0.0464017038900093,0.153725174569888,0.0,0.026649758909022,0.153725174569888,0.0,0.161772248707306,0.153725174569888,0.0,0.0955085576809015,0.153725174569888,0.0,0.0319037661977574,0.153725174569888,0.0,0.011929136473194,0.153725174569888,0.0,0.111315128591828,0.5,0.153725174569888,0.0,0.116894629438002,0,0.473872344453505,0.460136009960422 -5065,0.5,0.153725174569888,0.0,0.145435223836858,0.153725174569888,0.0,0.0664660048509786,0.153725174569888,0.0,0.106250020246071,0.153725174569888,0.0,0.128395623176393,0.153725174569888,0.0,0.0286812462001217,0.153725174569888,0.0,0.00627568471841443,0.153725174569888,0.0,0.0278432374794472,0.153725174569888,0.0,0.0136988214792496,0.5,0.153725174569888,0.0,0.0171533177386771,0.153725174569888,0.0,0.0362507132857371,0.5,0.153725174569888,0.0,0.0232414017664825,0.153725174569888,0.0,0.0186145089587557,0.153725174569888,0.0,0.149332854627508,0.153725174569888,0.0,0.107890243117552,0.153725174569888,0.0,0.0304454626585829,0.153725174569888,0.0,0.0139679818971651,0.153725174569888,0.0,0.0765625789919766,0.5,0.153725174569888,0.0,0.114272638068165,0,0.498951844944439,0.572920435365142 -5066,0.5,0.153725174569888,0.0,0.124428937378839,0.153725174569888,0.0,0.0669076277146291,0.153725174569888,0.0,0.0650402560109707,0.153725174569888,0.0,0.0930821660814737,0.153725174569888,0.0,0.029536110970029,0.153725174569888,0.0,0.00489858600068469,0.153725174569888,0.0,0.0160869321300987,0.153725174569888,0.0,0.00898709220802511,0.5,0.153725174569888,0.0,0.0161117755387983,0.153725174569888,0.0,0.0220605026560699,0.5,0.153725174569888,0.0,0.0131890805040037,0.153725174569888,0.0,0.0107719234404149,0.153725174569888,0.0,0.145520043435226,0.153725174569888,0.0,0.110990713737115,0.153725174569888,0.0,0.0314732783822181,0.153725174569888,0.0,0.0116097869314,0.153725174569888,0.0,0.0487283264810532,0.5,0.153725174569888,0.0,0.0993487367270448,0,0.472542178917753,0.66307553585781 -5067,0.5,0.153725174569888,0.0,0.099362083492587,0.153725174569888,0.0,0.069898292938412,0.153725174569888,0.0,0.0417559558320347,0.153725174569888,0.0,0.0695342356020987,0.153725174569888,0.0,0.0292879994370408,0.153725174569888,0.0,0.00606359996898252,0.153725174569888,0.0,0.0103292967305651,0.153725174569888,0.0,0.00658353315376775,0.5,0.153725174569888,0.0,0.0136264621908856,0.153725174569888,0.0,0.011827032928206,0.5,0.153725174569888,0.0,0.00878375616096929,0.153725174569888,0.0,0.00883585262324531,0.153725174569888,0.0,0.161585788747497,0.153725174569888,0.0,0.105427903383959,0.153725174569888,0.0,0.0333542532118389,0.153725174569888,0.0,0.00855767745297851,0.153725174569888,0.0,0.0331010110408963,0.5,0.153725174569888,0.0,0.0796170513342531,0,0.448469050269256,0.667602180190563 -5068,0.5,0.153725174569888,0.0,0.0776402948041123,0.153725174569888,0.0,0.0815985688203477,0.153725174569888,0.0,0.0288287836018369,0.153725174569888,0.0,0.0562491410651432,0.153725174569888,0.0,0.0275521357730257,0.153725174569888,0.0,0.00852675952892237,0.153725174569888,0.0,0.00776828616443631,0.153725174569888,0.0,0.00582426778692506,0.5,0.153725174569888,0.0,0.0102371096129498,0.153725174569888,0.0,0.00658693506515624,0.5,0.153725174569888,0.0,0.00788515281152498,0.153725174569888,0.0,0.0075240613884803,0.153725174569888,0.0,0.16064727917337,0.153725174569888,0.0,0.0995273671285383,0.153725174569888,0.0,0.0337295753775536,0.153725174569888,0.0,0.00640497546707951,0.153725174569888,0.0,0.0229886576052669,0.5,0.153725174569888,0.0,0.059052297576584,0,0.438288231480499,0.695816228102443 -5069,0.5,0.153725174569888,5.03525628617124e-09,0.0666750427541216,0.153725174569888,0.0,0.0757537872322709,0.153725174569888,0.0,0.0255556251103324,0.153725174569888,0.0,0.0507992536906596,0.153725174569888,0.0,0.0274867264587172,0.153725174569888,0.0,0.0190598527233386,0.153725174569888,0.0,0.00773333356540138,0.153725174569888,0.0,0.00680726966139635,0.5,0.153725174569888,0.0,0.00780719306639525,0.153725174569888,0.0,0.00384640707208735,0.5,0.153725174569888,0.0,0.00731282258395641,0.153725174569888,0.0,0.00692319320583819,0.153725174569888,0.0,0.166340043398946,0.153725174569888,0.0,0.093040229324082,0.153725174569888,0.0,0.0328956044638294,0.153725174569888,0.0,0.00465278803855713,0.153725174569888,0.0,0.0189913116504205,0.5,0.153725174569888,0.0,0.0424244571326952,0,0.433535628152442,0.724072850081546 -5070,0.5,0.153725174569888,0.0384873354510624,0.060074595870518,0.153725174569888,0.0297407100473508,0.0689835140170329,0.153725174569888,0.0275464869698932,0.021810796203691,0.153725174569888,0.0235185054055245,0.0548880090880285,0.153725174569888,0.0151929992478131,0.0316230282462414,0.153725174569888,0.0075328739227622,0.0331453709787218,0.153725174569888,0.014223469920201,0.0108440284147088,0.153725174569888,0.00688674547203547,0.00937881393902455,0.5,0.153725174569888,0.00635601327038335,0.00556060499364481,0.153725174569888,0.00186446976679933,0.00265494603231023,0.5,0.153725174569888,0.0084561211203702,0.00546806387173616,0.153725174569888,0.0036142957457149,0.00762624910982195,0.153725174569888,0.0175940268421112,0.179724481043802,0.153725174569888,0.018421857216064,0.0877245162950775,0.153725174569888,0.0246050185722542,0.030018070939032,0.153725174569888,0.0174472600337866,0.00303424470560234,0.153725174569888,0.0139684551040649,0.0178651955068046,0.5,0.153725174569888,0.00278802911136781,0.0329699356733854,0,0.419303747697673,0.604312247879499 -5071,0.5,0.153725174569888,0.117110414846324,0.127741325814729,0.153725174569888,0.102439005852676,0.114112174246167,0.153725174569888,0.105232748296577,0.0313865475776936,0.153725174569888,0.0877865071500602,0.0909325884500122,0.153725174569888,0.0825381642705803,0.0433367488746617,0.153725174569888,0.0773008506073792,0.0402967095623168,0.153725174569888,0.0871394848282561,0.0138861416076769,0.153725174569888,0.0793025380825381,0.00953575983271404,0.5,0.153725174569888,0.0794106334084421,0.00301467689545441,0.153725174569888,0.0270695169358202,0.00407319618397895,0.5,0.153725174569888,0.0797505103161023,0.00535032651657071,0.153725174569888,0.0531274215283688,0.00986192493721985,0.153725174569888,0.037049931102454,0.209482407888729,0.153725174569888,0.076231812849095,0.113305119781241,0.153725174569888,0.0988954325621638,0.0460707307838145,0.153725174569888,0.0930064736786069,0.00106371704772253,0.153725174569888,0.076452728473409,0.030171806574485,0.5,0.153725174569888,0.0232585066190923,0.0289983755145304,0,0.451470020447349,0.451941010242418 -5072,0.5,0.153725174569888,0.235334456795194,0.214986927978563,0.153725174569888,0.21134089407112,0.210438036143946,0.153725174569888,0.224250832647712,0.0650160592232841,0.153725174569888,0.188326728607164,0.142630397174633,0.153725174569888,0.164137016439401,0.102434576247937,0.153725174569888,0.171909051581476,0.0962901802072472,0.153725174569888,0.199650512109957,0.0320534694750891,0.153725174569888,0.190751746233519,0.0114917271028174,0.5,0.153725174569888,0.192251251128726,0.00331992668729887,0.153725174569888,0.0966217839375965,0.0133427163878505,0.5,0.153725174569888,0.187572195980033,0.0159466559437303,0.153725174569888,0.148718724812875,0.0253352068521441,0.153725174569888,0.0477963350452673,0.23384236572757,0.153725174569888,0.131248744978699,0.177584786233022,0.153725174569888,0.213940298112515,0.0905451592710189,0.153725174569888,0.209851211363088,0.0015690555506658,0.153725174569888,0.161075361322992,0.0491567217601885,0.5,0.153725174569888,0.0553679367211261,0.0291345246455098,0,0.485210223292877,0.57082170487685 -5073,0.5,0.153725174569888,0.347102705491062,0.27272126352142,0.153725174569888,0.300987282046571,0.287497136917947,0.153725174569888,0.355794240734425,0.0858823607989311,0.153725174569888,0.310689395280829,0.157206364450724,0.153725174569888,0.215026849262982,0.133308455404889,0.153725174569888,0.258670667480929,0.136158514408247,0.153725174569888,0.321718163909904,0.0557134627167791,0.153725174569888,0.320045529755556,0.0131792341590857,0.5,0.153725174569888,0.323496205134744,0.00619453612464345,0.153725174569888,0.196835601699138,0.0224255955425044,0.5,0.153725174569888,0.319007946356727,0.0320802497780206,0.153725174569888,0.270354301687977,0.0443306556777599,0.153725174569888,0.0532933612844136,0.260430828219303,0.153725174569888,0.154442118475116,0.22048072503369,0.153725174569888,0.331385557055332,0.130107575062908,0.153725174569888,0.341615269914406,0.00478304046596381,0.153725174569888,0.267267170664224,0.0620752454612635,0.5,0.153725174569888,0.101383489528675,0.0294942917567031,0,0.443058723492155,0.552117964780217 -5074,0.5,0.153725174569888,0.443905409298107,0.284412140734255,0.153725174569888,0.285616356985372,0.456120330228717,0.153725174569888,0.493166596636743,0.0808398608621843,0.153725174569888,0.441465247121245,0.136654973936894,0.153725174569888,0.276980770946932,0.175485653232375,0.153725174569888,0.370296191860607,0.202813970740311,0.153725174569888,0.44767783298602,0.0760315940641852,0.153725174569888,0.459064301136876,0.0124692911370377,0.5,0.153725174569888,0.465021554507971,0.00801211730139939,0.153725174569888,0.326211842737776,0.036970873994,0.5,0.153725174569888,0.462875496609428,0.0420032419546748,0.153725174569888,0.392908869997905,0.0487183685862437,0.153725174569888,0.0559817773568457,0.318372404323201,0.153725174569888,0.170748591509256,0.227893182215645,0.153725174569888,0.429663002943817,0.163675204151973,0.153725174569888,0.481820541624772,0.0071690541450005,0.153725174569888,0.401127804940135,0.0626663823974147,0.5,0.153725174569888,0.160758168212833,0.0248530417609253,0,0.405216738542625,0.472689401323004 -5075,0.5,0.153725174569888,0.4964221511653,0.27990284641785,0.153725174569888,0.0673712358150682,0.342266643441463,0.153725174569888,0.59277117727423,0.0815658899574962,0.153725174569888,0.540053357693481,0.126515946133392,0.153725174569888,0.360324253325563,0.212349406891912,0.153725174569888,0.497629637688485,0.244448811550089,0.153725174569888,0.558493474933588,0.0912932918362122,0.153725174569888,0.575510388689499,0.0129694288356632,0.5,0.153725174569888,0.572537781937491,0.00610009029997965,0.153725174569888,0.387129383704253,0.0461018188768583,0.5,0.153725174569888,0.577999875596636,0.0430477085281388,0.153725174569888,0.477645231651019,0.0414396201857091,0.153725174569888,0.0918700780641298,0.316289112627687,0.153725174569888,0.214731501310674,0.222055344180094,0.153725174569888,0.474825679396328,0.202122555012024,0.153725174569888,0.59241994355226,0.00972792110769367,0.153725174569888,0.524775420161988,0.0527708256056323,0.5,0.153725174569888,0.263313380591341,0.0184361439541573,0,0.346047895335287,0.504727353533225 -5076,0.5,0.153725174569888,0.496148553013857,0.294671579047358,0.153725174569888,0.0645977967850968,0.275145882655103,0.153725174569888,0.649624501472869,0.0783530726026628,0.153725174569888,0.604663332970958,0.113043963403837,0.153725174569888,0.406481260804926,0.244670236615721,0.153725174569888,0.560428583526573,0.271731601492497,0.153725174569888,0.542817310555434,0.103683297857558,0.153725174569888,0.619099520664008,0.0127495683192942,0.5,0.153725174569888,0.637034339478053,0.00379246566415807,0.153725174569888,0.422909296062819,0.0515860519872688,0.5,0.153725174569888,0.640297536512735,0.0323496473949922,0.153725174569888,0.502547274185433,0.0335359601345467,0.153725174569888,0.236597920744996,0.360351153848337,0.153725174569888,0.31406768511869,0.199063186013043,0.153725174569888,0.45530245658783,0.17524206735751,0.153725174569888,0.639581489593283,0.0141863946517893,0.153725174569888,0.601476462876776,0.0413375500822355,0.5,0.153725174569888,0.392824323573555,0.0187293886435679,0,0.348028472367037,0.591957382479412 -5077,0.5,0.153725174569888,0.488207442424107,0.316638399820293,0.153725174569888,0.0980608589074189,0.177204844573193,0.153725174569888,0.670114854583016,0.0672770637142733,0.153725174569888,0.63423389535961,0.114968074689463,0.153725174569888,0.389572069531286,0.267262073649888,0.153725174569888,0.471980695949052,0.235478237568397,0.153725174569888,0.553121517433963,0.120961546537884,0.153725174569888,0.630488831063812,0.011379728382837,0.5,0.153725174569888,0.670780621365317,0.00260759250280326,0.153725174569888,0.467786664952032,0.0503777581405323,0.5,0.153725174569888,0.670026004776671,0.0218912347093844,0.153725174569888,0.519936275059866,0.0316481983695608,0.153725174569888,0.421263098961171,0.455361047622851,0.153725174569888,0.358784207310896,0.180139140507711,0.153725174569888,0.465180020246604,0.145549964563244,0.153725174569888,0.653421629141002,0.0167159752344725,0.153725174569888,0.637124338278117,0.037383620750918,0.5,0.153725174569888,0.50968636515776,0.0250150996379204,0,0.485272891854787,0.667888017609137 -5078,0.5,0.153725174569888,0.425558381263465,0.331451679350991,0.153725174569888,0.108543058628093,0.113032435116801,0.153725174569888,0.643492866327639,0.0551916729557096,0.153725174569888,0.624640948627216,0.111640177111456,0.153725174569888,0.398890086792977,0.289342443018881,0.153725174569888,0.496925368569848,0.18792699685588,0.153725174569888,0.493724464871319,0.129371655174782,0.153725174569888,0.618060640172279,0.00888351031488445,0.5,0.153725174569888,0.658538730278522,0.0023344359860772,0.153725174569888,0.473200483392011,0.0508178022650198,0.5,0.153725174569888,0.6675087688213,0.0129961767794304,0.153725174569888,0.476236997521894,0.032442449060757,0.153725174569888,0.418389891361381,0.447459318361476,0.153725174569888,0.340143127294959,0.176353943265808,0.153725174569888,0.429212552404634,0.11062968802454,0.153725174569888,0.628169049326611,0.0157310411026817,0.153725174569888,0.627627084183468,0.0386401190578913,0.5,0.153725174569888,0.497281417639005,0.0283444469630797,0,0.468636792894901,0.755158032703265 -5079,0.5,0.153725174569888,0.324797964040378,0.303510151011682,0.153725174569888,0.0752173988247114,0.0518736053866826,0.153725174569888,0.569203575100581,0.0443022217535157,0.153725174569888,0.558224674036507,0.0923493505584913,0.153725174569888,0.295803709660147,0.226923603328804,0.153725174569888,0.499576379229049,0.115634109186394,0.153725174569888,0.427225776991635,0.114765004808337,0.153725174569888,0.557832217107867,0.00579037087171384,0.5,0.153725174569888,0.607862782964464,0.00246732656780386,0.153725174569888,0.413534673111827,0.0457890298674097,0.5,0.153725174569888,0.604395622021727,0.0103393949056648,0.153725174569888,0.410841683655848,0.0336834162957417,0.153725174569888,0.505957673311236,0.454126672457149,0.153725174569888,0.269909496293333,0.166918446178833,0.153725174569888,0.363929112188662,0.0890100949966373,0.153725174569888,0.544172704375812,0.0124810657176609,0.153725174569888,0.570392686063784,0.038922455746901,0.5,0.153725174569888,0.409554624116301,0.0246392443663129,0,0.355202480712347,0.757196278344333 -5080,0.5,0.153725174569888,0.33860650156448,0.253588561956959,0.153725174569888,0.118473094690374,0.0460768026791197,0.153725174569888,0.456018927744344,0.0319577418894722,0.153725174569888,0.461890063594979,0.0699012469724783,0.153725174569888,0.288968890935085,0.130798196886304,0.153725174569888,0.447823816582325,0.0564061127854208,0.153725174569888,0.325869815155956,0.0744568430139707,0.153725174569888,0.483075796893225,0.00452736015927653,0.5,0.153725174569888,0.505294531577428,0.00291587261267472,0.153725174569888,0.305419129616053,0.035283894458326,0.5,0.153725174569888,0.49661519071823,0.0127575971846997,0.153725174569888,0.309403103469299,0.0337292618769446,0.153725174569888,0.45710564189193,0.474864595551086,0.153725174569888,0.185862752755263,0.150602116424485,0.153725174569888,0.291992775670219,0.0581957481172652,0.153725174569888,0.462748772582393,0.00659436754814155,0.153725174569888,0.469823537128036,0.0389425704104218,0.5,0.153725174569888,0.318980904774592,0.0197813027033318,0,0.282816253156062,0.691912479055327 -5081,0.5,0.153725174569888,0.317442707823687,0.185678298550453,0.153725174569888,0.300957107953114,0.104855570915361,0.153725174569888,0.319799216919062,0.0244811048563947,0.153725174569888,0.332105044646974,0.0493745885666194,0.153725174569888,0.265008799326361,0.059255180927178,0.153725174569888,0.310943406941009,0.0271766919333517,0.153725174569888,0.275495578129969,0.0399622111352226,0.153725174569888,0.34785885303002,0.00411705507486491,0.5,0.153725174569888,0.374674124470423,0.0044562890133741,0.153725174569888,0.212138605401047,0.020670011997504,0.5,0.153725174569888,0.367038225870762,0.0155430174019888,0.153725174569888,0.210431311076811,0.0303555830414427,0.153725174569888,0.34277720395547,0.432030133059127,0.153725174569888,0.139237590192494,0.0978679201944457,0.153725174569888,0.207328324259922,0.0425067559657248,0.153725174569888,0.33219151853562,0.00346093980622724,0.153725174569888,0.340130279617609,0.0363460182165833,0.5,0.153725174569888,0.215959290325703,0.0183576091112479,0,0.255587055363444,0.575025874069221 -5082,0.5,0.153725174569888,0.210821907190598,0.108048223189591,0.153725174569888,0.17435418328654,0.133701878366287,0.153725174569888,0.202308372334917,0.0205179736957314,0.153725174569888,0.204179287305259,0.0274871235920812,0.153725174569888,0.184977819607284,0.0220828835057601,0.153725174569888,0.214014356391314,0.0160893667513573,0.153725174569888,0.196161063866714,0.0110358623113415,0.153725174569888,0.240212797351031,0.0038426979323886,0.5,0.153725174569888,0.251914055732422,0.00586902633611004,0.153725174569888,0.136092261578356,0.0094665330124396,0.5,0.153725174569888,0.243201374002222,0.0152362310678225,0.153725174569888,0.124622005344916,0.0180605379244839,0.153725174569888,0.196696202978322,0.324994277819751,0.153725174569888,0.175258051087937,0.0459916646317542,0.153725174569888,0.140087702409382,0.0249457635547311,0.153725174569888,0.199258968899435,0.000913024160473543,0.153725174569888,0.213659213426914,0.0276560806919782,0.5,0.153725174569888,0.122415516658739,0.0140246751040255,0,0.191653495059989,0.434531945484959 -5083,0.5,0.153725174569888,0.0680131457231055,0.0326504965921848,0.153725174569888,0.0481554188170382,0.0612986962742747,0.153725174569888,0.06207201666461,0.0109549948944897,0.153725174569888,0.0546795020980794,0.0118930097277115,0.153725174569888,0.0951463149929867,0.00759468632837815,0.153725174569888,0.0982812964958043,0.00353546679552564,0.153725174569888,0.105003602742327,0.000581730447781289,0.153725174569888,0.110875222820326,0.00251427804487925,0.5,0.153725174569888,0.100510570575515,0.00379057404574233,0.153725174569888,0.0563177959158437,0.00473722644721749,0.5,0.153725174569888,0.0724326834459812,0.00705372996447042,0.153725174569888,0.0445693726917892,0.00888965775289744,0.153725174569888,0.097164285088007,0.199121686688592,0.153725174569888,0.108719740894778,0.0112398749136042,0.153725174569888,0.0654108371438697,0.00523336000188307,0.153725174569888,0.0758289543812607,0.000247125514924067,0.153725174569888,0.0645290959429151,0.013239545601343,0.5,0.153725174569888,0.040504757729668,0.0069630806135603,0,0.140895795614957,0.338680108158592 -5084,0.5,0.153725174569888,0.0,0.0141996428284502,0.153725174569888,0.0,0.0027408677394276,0.153725174569888,0.0,0.0101508929730756,0.153725174569888,0.0,0.0136929200173295,0.153725174569888,0.00640000684940339,0.00222632798003581,0.153725174569888,0.0119310082728329,0.00205138260126423,0.153725174569888,0.000228486368809187,0.000127893556035647,0.153725174569888,0.00490059910339436,0.0035840885217495,0.5,0.153725174569888,0.0,0.00503141256178446,0.153725174569888,0.0,0.00483214525295138,0.5,0.153725174569888,0.0,0.00766800332032165,0.153725174569888,0.000500007598113036,0.00908091453608744,0.153725174569888,0.0119027752465047,0.079988918500339,0.153725174569888,0.0108164792092983,0.00221694877378339,0.153725174569888,0.0,0.000685920824550035,0.153725174569888,0.0,0.000541448801982768,0.153725174569888,0.0,0.0180647659775448,0.5,0.153725174569888,0.0,0.010496922198757,0,0.0979966885575537,0.33300300383618 -5085,0.5,0.153725174569888,0.0,0.013526181078445,0.153725174569888,0.0,0.000809307027936466,0.153725174569888,0.0,0.0104703284768945,0.153725174569888,0.0,0.0161295723247339,0.153725174569888,0.0,0.00138893487727221,0.153725174569888,0.0,0.00388789568708462,0.153725174569888,0.0,0.000729741503498287,0.153725174569888,0.0,0.00411212013004591,0.5,0.153725174569888,0.0,0.00371141359147101,0.153725174569888,0.0,0.00341946594152798,0.5,0.153725174569888,0.0,0.00496970758258123,0.153725174569888,0.0,0.00684565851168522,0.153725174569888,0.0,0.0567793640069202,0.153725174569888,0.0,0.00732844396746942,0.153725174569888,0.0,0.00120974258875328,0.153725174569888,0.0,0.0012039486765361,0.153725174569888,0.0,0.0173529103892963,0.5,0.153725174569888,0.0,0.0123817132134021,0,0.0680893974906526,0.339859448273761 -5086,0.5,0.153725174569888,0.0,0.0133368959866349,0.153725174569888,0.0,0.00881472430680511,0.153725174569888,0.0,0.00800294719715983,0.153725174569888,0.0,0.0158561237788204,0.153725174569888,0.0,0.00287758323939397,0.153725174569888,0.0,0.00322362332177882,0.153725174569888,0.0,0.00315499282510544,0.153725174569888,0.0,0.00452892757315337,0.5,0.153725174569888,0.0,0.00352203972073044,0.153725174569888,0.0,0.00279270426811231,0.5,0.153725174569888,0.0,0.00166424111209343,0.153725174569888,0.0,0.00522098143061634,0.153725174569888,0.0,0.0640393337015161,0.153725174569888,0.0,0.0145545653081624,0.153725174569888,0.0,0.00265965956182657,0.153725174569888,0.0,0.00123336589985167,0.153725174569888,0.0,0.0152748985266504,0.5,0.153725174569888,0.0,0.0120714859897213,0,0.0669461167240933,0.35887761529819 -5087,0.5,0.153725174569888,0.0,0.0136091332857471,0.153725174569888,0.0,0.0110701447191358,0.153725174569888,0.0,0.00755976700451875,0.153725174569888,0.0,0.0139169425402294,0.153725174569888,0.0,0.00429404268228473,0.153725174569888,0.0,0.00200217960424377,0.153725174569888,0.0,0.00756665265046115,0.153725174569888,0.0,0.00488887008773901,0.5,0.153725174569888,0.0,0.00287423392303119,0.153725174569888,0.0,0.00294782053225632,0.5,0.153725174569888,0.0,0.00107542688945519,0.153725174569888,0.0,0.00431302319790292,0.153725174569888,0.0,0.0724785668316778,0.153725174569888,0.0,0.0193990920159732,0.153725174569888,0.0,0.00570552091982199,0.153725174569888,0.0,0.00182999604299471,0.153725174569888,0.0,0.0154152085087666,0.5,0.153725174569888,0.0,0.0104617610716823,0,0.0761815462277166,0.422400616474666 -5088,0.5,0.153725174569888,0.0,0.0161454198109949,0.153725174569888,0.0,0.00899622345392275,0.153725174569888,0.0,0.0072257630690971,0.153725174569888,0.0,0.013208823311343,0.153725174569888,0.0,0.00613916249945564,0.153725174569888,0.0,0.00170567259424381,0.153725174569888,0.0,0.014011372328332,0.153725174569888,0.0,0.00496193745094497,0.5,0.153725174569888,0.0,0.00227430412590367,0.153725174569888,0.0,0.00245207771616342,0.5,0.153725174569888,0.0,0.000988482646797364,0.153725174569888,0.0,0.00351724605528445,0.153725174569888,0.0,0.0783628849823472,0.153725174569888,0.0,0.022501557878118,0.153725174569888,0.0,0.0119568926200759,0.153725174569888,0.0,0.00281972169603185,0.153725174569888,0.0,0.0163742247948686,0.5,0.153725174569888,0.0,0.00770346713299638,0,0.0762913163887576,0.504541257336477 -5089,0.5,0.153725174569888,0.0,0.018092156057505,0.153725174569888,0.0,0.00683520068058463,0.153725174569888,0.0,0.00585588934870139,0.153725174569888,0.0,0.0117401880840716,0.153725174569888,0.0,0.00597653572558793,0.153725174569888,0.0,0.00210237845552381,0.153725174569888,0.0,0.0219469400551734,0.153725174569888,0.0,0.00491526600648925,0.5,0.153725174569888,0.0,0.00207605640972884,0.153725174569888,0.0,0.00220770447345562,0.5,0.153725174569888,0.0,0.00142808563554521,0.153725174569888,0.0,0.00335485007645635,0.153725174569888,0.0,0.082834761608768,0.153725174569888,0.0,0.0261197204846076,0.153725174569888,0.0,0.0195349888188061,0.153725174569888,0.0,0.00474578910297449,0.153725174569888,0.0,0.018101480730882,0.5,0.153725174569888,0.0,0.00664467013043114,0,0.077640764627589,0.529792691645539 -5090,0.5,0.153725174569888,0.0,0.0177916172756182,0.153725174569888,0.0,0.00703747278004273,0.153725174569888,0.0,0.00496230299079265,0.153725174569888,0.0,0.00887596855680198,0.153725174569888,0.0,0.00391066259029375,0.153725174569888,0.0,0.00353238297080865,0.153725174569888,0.0,0.0275947565106468,0.153725174569888,0.0,0.00523235180019438,0.5,0.153725174569888,0.0,0.00168854066883207,0.153725174569888,0.0,0.00169488163256767,0.5,0.153725174569888,0.0,0.00199748826673783,0.153725174569888,0.0,0.00320837157618636,0.153725174569888,0.0,0.0767339697322478,0.153725174569888,0.0,0.0306418915277514,0.153725174569888,0.0,0.0254163491254837,0.153725174569888,0.0,0.00578201796398949,0.153725174569888,0.0,0.0178940179558857,0.5,0.153725174569888,0.0,0.00579089101683217,0,0.0741684701011428,0.471569105186782 -5091,0.5,0.153725174569888,0.0,0.0167693826047609,0.153725174569888,0.0,0.0112618288129042,0.153725174569888,0.0,0.00514657210363674,0.153725174569888,0.0,0.00671471577999806,0.153725174569888,0.0,0.00535061238424499,0.153725174569888,0.0,0.004983269590272,0.153725174569888,0.0,0.0330801017200653,0.153725174569888,0.0,0.00520002261465913,0.5,0.153725174569888,0.0,0.00174354810557439,0.153725174569888,0.0,0.00161321764958236,0.5,0.153725174569888,0.0,0.00204334172076624,0.153725174569888,0.0,0.00352452707453063,0.153725174569888,0.0,0.0807064348809856,0.153725174569888,0.0,0.0337785343658757,0.153725174569888,0.0,0.0287674544974718,0.153725174569888,0.0,0.00656570978524071,0.153725174569888,0.0,0.0163447744180851,0.5,0.153725174569888,0.0,0.00485097085815877,0,0.0707351111669266,0.357829552059457 -5092,0.5,0.153725174569888,0.0,0.0171741328441316,0.153725174569888,0.0,0.0177740435479069,0.153725174569888,0.0,0.00617571238057216,0.153725174569888,0.0,0.00568796481527978,0.153725174569888,0.0,0.00954736925613715,0.153725174569888,0.0,0.00537427056046498,0.153725174569888,0.0,0.0366077280747125,0.153725174569888,0.0,0.00465599848211119,0.5,0.153725174569888,0.0,0.00194757698610698,0.153725174569888,0.0,0.00218007545489564,0.5,0.153725174569888,0.0,0.0045541826191952,0.153725174569888,0.0,0.00492040942828364,0.153725174569888,0.0,0.0845468469809515,0.153725174569888,0.0,0.0310056086509207,0.153725174569888,0.0,0.0302688916410079,0.153725174569888,0.0,0.00821140320984677,0.153725174569888,0.0,0.0160214988906868,0.5,0.153725174569888,0.0,0.00467895881971126,0,0.0654631823517772,0.277965048726575 -5093,0.5,0.153725174569888,0.0,0.0186338800623571,0.153725174569888,0.0,0.0233420144199119,0.153725174569888,0.0,0.00626581208655091,0.153725174569888,0.0,0.00553037194351935,0.153725174569888,0.0,0.0136480137922951,0.153725174569888,0.0,0.00565431514902787,0.153725174569888,0.0,0.0416065606264158,0.153725174569888,0.0,0.00409248813015881,0.5,0.153725174569888,0.0,0.00256300537427178,0.153725174569888,0.0,0.00297640995531635,0.5,0.153725174569888,0.0,0.00750266113894716,0.153725174569888,0.0,0.00600098180243843,0.153725174569888,0.0,0.0811899706523053,0.153725174569888,0.0,0.0286233720404845,0.153725174569888,0.0,0.0293896547195499,0.153725174569888,0.0,0.00867784740504137,0.153725174569888,0.0,0.0150216301804436,0.5,0.153725174569888,0.0,0.0049667333301732,0,0.0633900903294352,0.243001441057183 -5094,0.5,0.153725174569888,0.0361621964035714,0.0161285636769222,0.153725174569888,0.0019887003496729,0.0240311484189085,0.153725174569888,0.0265738289736293,0.00420702604287084,0.153725174569888,0.0364174291682511,0.00463609048554054,0.153725174569888,0.0129113890399611,0.0146642767289097,0.153725174569888,0.00581231105371094,0.00598538715219724,0.153725174569888,0.011445263434625,0.0383081769070774,0.153725174569888,0.00568959080134174,0.00405450132631023,0.5,0.153725174569888,0.00563926116095708,0.00325652828399463,0.153725174569888,0.00945721612929188,0.00343521825679631,0.5,0.153725174569888,0.00697899995800698,0.00837654029512538,0.153725174569888,0.00489391054031758,0.00535642951933947,0.153725174569888,0.0246636663512198,0.0630628961020641,0.153725174569888,0.0125270224535144,0.0268273046268061,0.153725174569888,0.0202028055424138,0.0288105165663678,0.153725174569888,0.0157661929397636,0.00711594238085321,0.153725174569888,0.0144284785974807,0.0132536596738032,0.5,0.153725174569888,0.00707895932204439,0.00581354449210387,0,0.0824281770639928,0.240952675378783 -5095,0.5,0.153725174569888,0.113046198758932,0.0170838194239034,0.153725174569888,0.00966574349247962,0.0293505442968614,0.153725174569888,0.104823496027688,0.00327489915988402,0.153725174569888,0.118736495907849,0.00488380018427252,0.153725174569888,0.0835802055048345,0.0132092449927606,0.153725174569888,0.0743234485785651,0.00459841425224583,0.153725174569888,0.0834563652393244,0.0286058904150643,0.153725174569888,0.0761191564049566,0.00206064732511295,0.5,0.153725174569888,0.0776839565180982,0.00332817611495188,0.153725174569888,0.0814836780478149,0.0020694469114633,0.5,0.153725174569888,0.070847298560433,0.00829749035186003,0.153725174569888,0.0652697068826634,0.00372301279414685,0.153725174569888,0.0864690659674848,0.0560528436384001,0.153725174569888,0.0779431630457875,0.0230122367310873,0.153725174569888,0.0928266408027563,0.0273816295302982,0.153725174569888,0.0908657843795338,0.00506378808480629,0.153725174569888,0.0823994814396911,0.0158980730197094,0.5,0.153725174569888,0.033681522101714,0.00781470237254666,0,0.101644535044342,0.245488917678536 -5096,0.5,0.153725174569888,0.222317708315056,0.0363096880908076,0.153725174569888,0.0650337251740903,0.0663383032823475,0.153725174569888,0.218836482662893,0.0106633490233311,0.153725174569888,0.239595647183282,0.0158678328054922,0.153725174569888,0.193404230396001,0.0191919550327207,0.153725174569888,0.178765966904119,0.00467623566021698,0.153725174569888,0.19337606597744,0.0236592156863173,0.153725174569888,0.184730624455825,0.00105844284322592,0.5,0.153725174569888,0.184832994592807,0.00198154341999818,0.153725174569888,0.173932013280824,0.00309847415518459,0.5,0.153725174569888,0.151468638004236,0.0160001208760641,0.153725174569888,0.159061047397074,0.00448194494946715,0.153725174569888,0.18794299809916,0.0856786672624357,0.153725174569888,0.186292134906238,0.0372347607237749,0.153725174569888,0.20363375421166,0.0384963950466624,0.153725174569888,0.205217311055936,0.00530643705024394,0.153725174569888,0.172009139163054,0.0316770235273465,0.5,0.153725174569888,0.0637960279903594,0.0166606601296126,0,0.0962354759630614,0.237638651179621 -5097,0.5,0.153725174569888,0.336602371670065,0.0511641422084794,0.153725174569888,0.284186668281453,0.119743978211862,0.153725174569888,0.345513787031991,0.026449638907858,0.153725174569888,0.370240098041721,0.0348066388019084,0.153725174569888,0.318716748913279,0.0277981016352406,0.153725174569888,0.302451734098995,0.00399846738559893,0.153725174569888,0.320132271408419,0.0274870617748306,0.153725174569888,0.312656919828913,0.00199382815836795,0.5,0.153725174569888,0.306596038736302,0.00629079038254719,0.153725174569888,0.28040383031096,0.0172262538180314,0.5,0.153725174569888,0.245306005459991,0.05908705987005,0.153725174569888,0.26836634832997,0.0128543019726112,0.153725174569888,0.31274346491374,0.121584446773453,0.153725174569888,0.313269398818102,0.048466957626648,0.153725174569888,0.32913839591606,0.0548332606526987,0.153725174569888,0.334728760826477,0.0100950992751284,0.153725174569888,0.272866854003717,0.0670263955280258,0.5,0.153725174569888,0.101069683087227,0.0342420626546065,0,0.0741882361836709,0.223027568886223 -5098,0.5,0.153725174569888,0.457085673569632,0.0599996273207367,0.153725174569888,0.460061289272424,0.121236816183323,0.153725174569888,0.479706504642138,0.0665333660792737,0.153725174569888,0.502586773051916,0.061740986547296,0.153725174569888,0.449651989793195,0.0217752525248646,0.153725174569888,0.437874284844444,0.00190259118292737,0.153725174569888,0.455846047394644,0.0348127056338249,0.153725174569888,0.45177759429559,0.00584091197750359,0.5,0.153725174569888,0.43777538036499,0.015786280559992,0.153725174569888,0.372084085774508,0.0562195122415521,0.5,0.153725174569888,0.359944247156401,0.0655853654026515,0.153725174569888,0.388081949617982,0.0253053316708273,0.153725174569888,0.439940432559114,0.131953100077626,0.153725174569888,0.445540212768768,0.0445748710860995,0.153725174569888,0.463756993554428,0.0670261453052832,0.153725174569888,0.472285716902544,0.024883753881674,0.153725174569888,0.370383101600653,0.0966095251563208,0.5,0.153725174569888,0.147558308569126,0.0692320183422204,0,0.052877461239185,0.212288627210995 -5099,0.5,0.153725174569888,0.559852248529151,0.0596419966186675,0.153725174569888,0.573939531704814,0.112691544447568,0.153725174569888,0.588480332766506,0.119141849438442,0.153725174569888,0.602810870555854,0.105891993580882,0.153725174569888,0.559293970355487,0.0132323735681255,0.153725174569888,0.55931737573824,0.000781043263151278,0.153725174569888,0.571315794479554,0.0332753468960655,0.153725174569888,0.570110439375352,0.0113518851958079,0.5,0.153725174569888,0.542343381268388,0.0262994463536989,0.153725174569888,0.417947986403802,0.099786522048038,0.5,0.153725174569888,0.462478616950301,0.0619172928273344,0.153725174569888,0.500002972354746,0.0465341000434348,0.153725174569888,0.499536678602792,0.123770052289536,0.153725174569888,0.553018084052242,0.039626163227997,0.153725174569888,0.569802585289416,0.0735587410237494,0.153725174569888,0.585078853042167,0.0398505334166522,0.153725174569888,0.455455092150568,0.116831060111557,0.5,0.153725174569888,0.180381420148221,0.111221999297187,0,0.0296135486754356,0.200106857235714 -5100,0.5,0.153725174569888,0.616580882585944,0.063125697309478,0.153725174569888,0.576025640972285,0.12426379451222,0.153725174569888,0.634844482436533,0.168213207500215,0.153725174569888,0.641987636792741,0.1430891753925,0.153725174569888,0.615250867711859,0.0146501496281736,0.153725174569888,0.635634537627105,0.000526122711944538,0.153725174569888,0.615447784857201,0.0366439175548021,0.153725174569888,0.618885511425891,0.0136336090962499,0.5,0.153725174569888,0.590487661458139,0.0263329732985887,0.153725174569888,0.428395141108796,0.14734887241822,0.5,0.153725174569888,0.53970453703457,0.0729875366398239,0.153725174569888,0.551329554426364,0.0844527799136399,0.153725174569888,0.558961730295768,0.115665104518366,0.153725174569888,0.576252129868778,0.045876171942181,0.153725174569888,0.596923693148123,0.0894453423063452,0.153725174569888,0.624592423641416,0.0501549056440454,0.153725174569888,0.448263194349333,0.127650402266718,0.5,0.153725174569888,0.21216159220542,0.153537022847583,0,0.0103625928872376,0.187821171247919 -5101,0.5,0.153725174569888,0.635834457038766,0.0737910483036427,0.153725174569888,0.609886613428106,0.132596369548145,0.153725174569888,0.661583655419222,0.18134000737086,0.153725174569888,0.657942139961607,0.155650712471374,0.153725174569888,0.602614194818929,0.0209653291789701,0.153725174569888,0.610117433568767,0.0005845815101749,0.153725174569888,0.63102007967034,0.0475376716775854,0.153725174569888,0.641995803096086,0.0144094817155628,0.5,0.153725174569888,0.605147119786114,0.0262604187650828,0.153725174569888,0.368591195130649,0.162296195052457,0.5,0.153725174569888,0.575890081260478,0.0815833544414217,0.153725174569888,0.49911853423844,0.16507564116392,0.153725174569888,0.590963812175737,0.110626832716965,0.153725174569888,0.604797425353027,0.0597091466082328,0.153725174569888,0.630172892424133,0.110288344299478,0.153725174569888,0.654468566668875,0.055731563670603,0.153725174569888,0.379016736909857,0.128023808433379,0.5,0.153725174569888,0.245786488510868,0.184209024501263,0,0.00168607170773716,0.126253166582686 -5102,0.5,0.153725174569888,0.619207466420059,0.0830794374243529,0.153725174569888,0.590477830662651,0.119178029405455,0.153725174569888,0.634224226309789,0.168521309810716,0.153725174569888,0.638402174298008,0.160035502023029,0.153725174569888,0.600966953413237,0.0278255106622608,0.153725174569888,0.606928402344888,0.00115103496786522,0.153725174569888,0.621949299054397,0.0550647531261604,0.153725174569888,0.639894626659797,0.0153685019461383,0.5,0.153725174569888,0.542215943018444,0.0277452682432889,0.153725174569888,0.509378033003473,0.206496881825766,0.5,0.153725174569888,0.475509997398842,0.0811392234245952,0.153725174569888,0.484166245517439,0.226043060406439,0.153725174569888,0.557461897817794,0.0965558744274252,0.153725174569888,0.603948178394391,0.0665270492782793,0.153725174569888,0.603338370243227,0.126091911358596,0.153725174569888,0.626497984701561,0.0490153922898067,0.153725174569888,0.344097484564779,0.131252437740063,0.5,0.153725174569888,0.273718540144723,0.20120198228831,0,0.00173616159289231,0.0661723253811404 -5103,0.5,0.153725174569888,0.558074254881584,0.0999524788992725,0.153725174569888,0.53733497874031,0.108080322413278,0.153725174569888,0.568080640380309,0.167439617072943,0.153725174569888,0.567883437058349,0.152434121211776,0.153725174569888,0.55951579121823,0.0353990366979895,0.153725174569888,0.563960748771412,0.00253363536109425,0.153725174569888,0.585261036456541,0.0591977535926923,0.153725174569888,0.581002936343303,0.016343816208536,0.5,0.153725174569888,0.492313586359472,0.0302983992005521,0.153725174569888,0.51486943289383,0.211596496212611,0.5,0.153725174569888,0.497262105824969,0.205421821117756,0.153725174569888,0.475314076496585,0.226238463011138,0.153725174569888,0.481717949045806,0.079334132518124,0.153725174569888,0.538475706371402,0.0667056856609027,0.153725174569888,0.564158928577716,0.141986311472716,0.153725174569888,0.555884930772436,0.0424913086246049,0.153725174569888,0.351159674949318,0.145123306049358,0.5,0.153725174569888,0.274673945317583,0.213353268459138,0,0.00231913633030069,0.0303114233626461 -5104,0.5,0.153725174569888,0.449741335912316,0.122277935636901,0.153725174569888,0.438364583354539,0.104781421729338,0.153725174569888,0.470556973596236,0.184488774764714,0.153725174569888,0.445315066280535,0.150019297121234,0.153725174569888,0.437001474438702,0.0350086748258761,0.153725174569888,0.483375873801984,0.00426593494859854,0.153725174569888,0.481481416282178,0.0568949925976102,0.153725174569888,0.497377983917419,0.0170912577035585,0.5,0.153725174569888,0.437429973085378,0.029955786356503,0.153725174569888,0.487668067189008,0.187153806739792,0.5,0.153725174569888,0.35627012616376,0.133460618134617,0.153725174569888,0.419228123415581,0.197753401166746,0.153725174569888,0.349238965512401,0.0554238051857396,0.153725174569888,0.437465577279887,0.0626055775546398,0.153725174569888,0.457534381875362,0.14926805217882,0.153725174569888,0.465948884107967,0.0351667194150247,0.153725174569888,0.278119912054366,0.125299471982114,0.5,0.153725174569888,0.261062343371301,0.223188015359543,0,0.00408397630972501,0.0112339753577365 -5105,0.5,0.153725174569888,0.330971355031966,0.144200653159736,0.153725174569888,0.298126469068523,0.102979967791394,0.153725174569888,0.342107933620973,0.201121689521778,0.153725174569888,0.317668690780008,0.148432351309699,0.153725174569888,0.320309397539823,0.0276324768346594,0.153725174569888,0.365459219778498,0.00562693027621228,0.153725174569888,0.363616184643662,0.0435804447449891,0.153725174569888,0.381778508233565,0.0178994057616919,0.5,0.153725174569888,0.345776167132985,0.0268431806355778,0.153725174569888,0.36171273655649,0.16765071720465,0.5,0.153725174569888,0.312928699878776,0.0916046637122996,0.153725174569888,0.322029072296524,0.165172172171987,0.153725174569888,0.247583280155738,0.0378294737010771,0.153725174569888,0.327980766763011,0.0551132832708693,0.153725174569888,0.33494126650948,0.140152556279963,0.153725174569888,0.345467626642833,0.0230805354441438,0.153725174569888,0.213402039826969,0.0985813654753708,0.5,0.153725174569888,0.232363310465761,0.205764884131813,0,0.0114877890747624,0.00325275595745428 -5106,0.5,0.153725174569888,0.207730899896513,0.124707602481787,0.153725174569888,0.166561997550637,0.0844732093104584,0.153725174569888,0.211684935510409,0.163785797283016,0.153725174569888,0.191425571792137,0.0929192837429752,0.153725174569888,0.22211614074082,0.0107573246009468,0.153725174569888,0.247402290082663,0.00526702718534734,0.153725174569888,0.255201113555145,0.0170996790879752,0.153725174569888,0.250681391390442,0.0135037443386036,0.5,0.153725174569888,0.231595024969641,0.0142882073549467,0.153725174569888,0.228626114401815,0.085497808373098,0.5,0.153725174569888,0.199758343341816,0.0505976458311178,0.153725174569888,0.204928323861532,0.0986098314474032,0.153725174569888,0.182033331522558,0.0251625479548853,0.153725174569888,0.216919770156752,0.034625997518932,0.153725174569888,0.22587659848271,0.0919939025800648,0.153725174569888,0.214391991883884,0.00696633711282807,0.153725174569888,0.147160329227074,0.0425626246402283,0.5,0.153725174569888,0.167111304968368,0.106546920657099,0,0.0433316260006539,0.000297365943122119 -5107,0.5,0.153725174569888,0.0659480941880153,0.0748808021113433,0.153725174569888,0.0770387507464891,0.0391495671815575,0.153725174569888,0.0574895184982152,0.0862385715826166,0.153725174569888,0.0537737904556831,0.0723301294244506,0.153725174569888,0.118248085482593,0.00285246507658985,0.153725174569888,0.124027446031831,0.0033613175135455,0.153725174569888,0.102947616185632,0.00746601561291538,0.153725174569888,0.116643737417555,0.0129672407457194,0.5,0.153725174569888,0.0927421178992729,0.00660704935052767,0.153725174569888,0.0650984142192065,0.0376075471849551,0.5,0.153725174569888,0.0702567704039576,0.0346071113552546,0.153725174569888,0.0657336963456146,0.0390322281618477,0.153725174569888,0.0959643015928942,0.015391705611473,0.153725174569888,0.108054821435023,0.0115754207679233,0.153725174569888,0.0725786638209005,0.0592594283182799,0.153725174569888,0.0629601782515241,0.00987372888840996,0.153725174569888,0.0552811440361902,0.0128823458541629,0.5,0.153725174569888,0.0498880861799224,0.0413583378942794,0,0.134288341683893,0.00024743778190492 -5108,0.5,0.153725174569888,0.0,0.0875066202742991,0.153725174569888,0.0,0.0545075205207737,0.153725174569888,4.2758582309206e-06,0.0893683346248961,0.153725174569888,2.21538900772834e-05,0.091440616921198,0.153725174569888,0.00745818426536572,0.00694019427748698,0.153725174569888,0.0116095827692061,0.00381610445030646,0.153725174569888,0.0,0.0102856971762711,0.153725174569888,0.00242094863631823,0.01707448003885,0.5,0.153725174569888,0.0,0.00859693104611413,0.153725174569888,0.0,0.0210329553602747,0.5,0.153725174569888,0.0,0.043810270092675,0.153725174569888,0.0,0.025550366539213,0.153725174569888,0.00736005516744645,0.0293157318402344,0.153725174569888,0.0090740307769529,0.0138620653236207,0.153725174569888,0.0,0.0768515634180654,0.153725174569888,0.0,0.0160572466467235,0.153725174569888,2.36807624133817e-05,0.0114794935424514,0.5,0.153725174569888,0.0,0.0331485518561184,0,0.27484976904328,0.00563168639907056 -5109,0.5,0.153725174569888,0.0,0.10080539931442,0.153725174569888,0.0,0.0851413228992225,0.153725174569888,0.0,0.0820759519235773,0.153725174569888,0.0,0.0971340295813777,0.153725174569888,0.0,0.0136884329553525,0.153725174569888,0.0,0.0102063402835375,0.153725174569888,0.0,0.0167922152198383,0.153725174569888,0.0,0.020076174919603,0.5,0.153725174569888,0.0,0.00753014961832742,0.153725174569888,0.0,0.0086658453345229,0.5,0.153725174569888,0.0,0.0292804956466358,0.153725174569888,0.0,0.0178982874104296,0.153725174569888,0.0,0.0514695631088734,0.153725174569888,0.0,0.0259327258805047,0.153725174569888,0.0,0.101143933879865,0.153725174569888,0.0,0.0230161073244458,0.153725174569888,0.0,0.00907639085365379,0.5,0.153725174569888,0.0,0.024205519048579,0,0.312758549537131,0.0138933323741626 -5110,0.5,0.153725174569888,0.0,0.100902427331914,0.153725174569888,0.0,0.115030694317003,0.153725174569888,0.0,0.0653240122386919,0.153725174569888,0.0,0.0905594489539433,0.153725174569888,0.0,0.0255065018328172,0.153725174569888,0.0,0.016589572612791,0.153725174569888,0.0,0.0234918346580753,0.153725174569888,0.0,0.0192963819204043,0.5,0.153725174569888,0.0,0.00615464761475915,0.153725174569888,0.0,0.00513510230496762,0.5,0.153725174569888,0.0,0.0162718785292971,0.153725174569888,0.0,0.0144824071497098,0.153725174569888,0.0,0.0779189732410968,0.153725174569888,0.0,0.0449942409833842,0.153725174569888,0.0,0.114989238653825,0.153725174569888,0.0,0.0320194673088928,0.153725174569888,0.0,0.00671280789225008,0.5,0.153725174569888,0.0,0.0126266160642663,0,0.290204237165396,0.0207495306784544 -5111,0.5,0.153725174569888,0.0,0.0995330334380692,0.153725174569888,0.0,0.129445823319173,0.153725174569888,0.0,0.0518198725596707,0.153725174569888,0.0,0.0804634004240199,0.153725174569888,0.0,0.0451695401107891,0.153725174569888,0.0,0.0201249604084652,0.153725174569888,0.0,0.0361835537288785,0.153725174569888,0.0,0.0192705587349893,0.5,0.153725174569888,0.0,0.00514682159059048,0.153725174569888,0.0,0.00308634251422451,0.5,0.153725174569888,0.0,0.00964130133629074,0.153725174569888,0.0,0.012511577533979,0.153725174569888,0.0,0.119612220531771,0.153725174569888,0.0,0.0707687657684145,0.153725174569888,0.0,0.116722062553025,0.153725174569888,0.0,0.0401009481566831,0.153725174569888,0.0,0.00817994258966176,0.5,0.153725174569888,0.0,0.00732747914594983,0,0.284653154990545,0.0257403674016407 -5112,0.5,0.153725174569888,0.0,0.096263289561931,0.153725174569888,0.0,0.13887507793205,0.153725174569888,0.0,0.0400708411036685,0.153725174569888,0.0,0.0709152337395127,0.153725174569888,0.0,0.0604324861511829,0.153725174569888,0.0,0.0239149751798101,0.153725174569888,0.0,0.0484536667595647,0.153725174569888,0.0,0.0208781730429923,0.5,0.153725174569888,0.0,0.00478274030819473,0.153725174569888,0.0,0.00152608803888623,0.5,0.153725174569888,0.0,0.00740565200897392,0.153725174569888,0.0,0.0153944118323913,0.153725174569888,0.0,0.164463460880732,0.153725174569888,0.0,0.0953506148827581,0.153725174569888,0.0,0.115218637105263,0.153725174569888,0.0,0.0449873763903888,0.153725174569888,0.0,0.00814826873512956,0.5,0.153725174569888,0.0,0.0045960198801617,0,0.276533875096112,0.0294719517654791 -5113,0.5,0.153725174569888,0.0,0.0956488045523771,0.153725174569888,0.0,0.140554680895164,0.153725174569888,0.0,0.0350246273981169,0.153725174569888,0.0,0.0617795249351964,0.153725174569888,0.0,0.0747936894089619,0.153725174569888,0.0,0.0284075134718993,0.153725174569888,0.0,0.0580837978599873,0.153725174569888,0.0,0.0252161101598341,0.5,0.153725174569888,0.0,0.00446281684700924,0.153725174569888,0.0,0.000627959154897269,0.5,0.153725174569888,0.0,0.00640722513084763,0.153725174569888,0.0,0.014039104614206,0.153725174569888,0.0,0.196921258341037,0.153725174569888,0.0,0.113454180869283,0.153725174569888,0.0,0.112749187277419,0.153725174569888,0.0,0.0459325287954403,0.153725174569888,0.0,0.0108743633829965,0.5,0.153725174569888,0.0,0.00293545808558132,0,0.261386241094867,0.0302764297378824 -5114,0.5,0.153725174569888,0.0,0.0953219780281206,0.153725174569888,0.0,0.132178442496045,0.153725174569888,0.0,0.0352506524333105,0.153725174569888,0.0,0.0583836997734815,0.153725174569888,0.0,0.0886305176869356,0.153725174569888,0.0,0.0352251630435529,0.153725174569888,0.0,0.06244799489243,0.153725174569888,0.0,0.0274011464549171,0.5,0.153725174569888,0.0,0.00469423849204253,0.153725174569888,0.0,0.000467719884589598,0.5,0.153725174569888,0.0,0.00545552773344955,0.153725174569888,0.0,0.00808318155567824,0.153725174569888,0.0,0.199443459665515,0.153725174569888,0.0,0.12940153878582,0.153725174569888,0.0,0.10766387281004,0.153725174569888,0.0,0.0266359341698861,0.153725174569888,0.0,0.0189777376115333,0.5,0.153725174569888,0.0,0.00223765709251987,0,0.248273828347114,0.0266971248361293 -5115,0.5,0.153725174569888,0.0,0.0948775118320559,0.153725174569888,0.0,0.122425339771147,0.153725174569888,0.0,0.0352562917974494,0.153725174569888,0.0,0.0585561717836635,0.153725174569888,0.0,0.095136517255748,0.153725174569888,0.0,0.0409114920459039,0.153725174569888,0.0,0.0468728040700029,0.153725174569888,0.0,0.0330758967330599,0.5,0.153725174569888,0.0,0.00508552310992181,0.153725174569888,0.0,0.00077935372775796,0.5,0.153725174569888,0.0,0.00293828747011478,0.153725174569888,0.0,0.00667877884855671,0.153725174569888,0.0,0.190521533468428,0.153725174569888,0.0,0.148577532166822,0.153725174569888,0.0,0.0976963604480092,0.153725174569888,0.0,0.0127833546282815,0.153725174569888,0.0,0.0196861294632982,0.5,0.153725174569888,0.0,0.001462452086225,0,0.235117046576816,0.0267855288023127 -5116,0.5,0.153725174569888,0.0,0.0998167153292073,0.153725174569888,0.0,0.124890395211836,0.153725174569888,0.0,0.0363179873412173,0.153725174569888,0.0,0.0603087688536245,0.153725174569888,0.0,0.0962627335979993,0.153725174569888,0.0,0.0407365752371963,0.153725174569888,0.0,0.0397987691507893,0.153725174569888,0.0,0.0349260418610745,0.5,0.153725174569888,0.0,0.00591154393525843,0.153725174569888,0.0,0.00242817308743845,0.5,0.153725174569888,0.0,0.0019799205697837,0.153725174569888,0.0,0.00733513373823286,0.153725174569888,0.0,0.186684247836052,0.153725174569888,0.0,0.168666472857951,0.153725174569888,0.0,0.0937742817180023,0.153725174569888,0.0,0.00737363403136727,0.153725174569888,0.0,0.014702460088744,0.5,0.153725174569888,0.0,0.00115220377112044,0,0.214598132352606,0.0296611211642977 -5117,0.5,0.153725174569888,0.0,0.10627619344206,0.153725174569888,0.0,0.121745193893071,0.153725174569888,0.0,0.0380621546486272,0.153725174569888,0.0,0.0662820323202962,0.153725174569888,0.0,0.0805315281295108,0.153725174569888,0.0,0.039269013861731,0.153725174569888,0.0,0.0344340116339261,0.153725174569888,0.0,0.0400396130229454,0.5,0.153725174569888,0.0,0.00526553748889524,0.153725174569888,0.0,0.00449979195238486,0.5,0.153725174569888,0.0,0.0013347751900129,0.153725174569888,0.0,0.00881767278628299,0.153725174569888,0.0,0.183499111245744,0.153725174569888,0.0,0.180199099141497,0.153725174569888,0.0,0.0990585040347565,0.153725174569888,0.0,0.00663435785773006,0.153725174569888,0.0,0.0123617833727979,0.5,0.153725174569888,0.0,0.00103298666012408,0,0.204326991215929,0.0423509432279514 -5118,0.5,0.153725174569888,0.0268383796330821,0.0960567157421675,0.153725174569888,0.0255505109787538,0.116257154866207,0.153725174569888,0.00800477210243424,0.0361332355522655,0.153725174569888,0.011355528973341,0.0775432771796281,0.153725174569888,0.00233750244167269,0.0719683628630985,0.153725174569888,0.00453371980324565,0.0361882029684536,0.153725174569888,0.00306171119473568,0.0310552612356976,0.153725174569888,0.00499280082151106,0.0378187396438247,0.5,0.153725174569888,0.00467570383939728,0.00395234449964381,0.153725174569888,0.0108550236545275,0.00469500022953928,0.5,0.153725174569888,0.00714543857751097,0.0014409184706201,0.153725174569888,0.00597905782621076,0.00978623714383633,0.153725174569888,0.0261231334784026,0.171949613139578,0.153725174569888,0.00783033436939918,0.173079230883253,0.153725174569888,0.00973553446251445,0.108465081628299,0.153725174569888,0.0112044877167659,0.00631487797207362,0.153725174569888,0.0151243559805238,0.00576868899351192,0.5,0.153725174569888,0.0157669345020393,0.00092608917542038,0,0.223776363884614,0.0912664145906023 -5119,0.5,0.153725174569888,0.0780276253045489,0.13164823145814,0.153725174569888,0.0975065083500642,0.170769994078893,0.153725174569888,0.0484874545761728,0.0340427713506456,0.153725174569888,0.0556413589079075,0.10103927535755,0.153725174569888,0.0296029862775365,0.0721463852553583,0.153725174569888,0.0677979959182913,0.0348799702506584,0.153725174569888,0.041785237638561,0.0261250632045216,0.153725174569888,0.0754844242253751,0.0318844954719917,0.5,0.153725174569888,0.0748919230180059,0.00342451933796588,0.153725174569888,0.0878892164049456,0.00192126947315589,0.5,0.153725174569888,0.082837272636477,0.00158732243488262,0.153725174569888,0.0787175654571329,0.00613509864212331,0.153725174569888,0.0968001063687874,0.208906854543166,0.153725174569888,0.0435949459018703,0.214388138204307,0.153725174569888,0.0598456839265082,0.133513138253308,0.153725174569888,0.0844694940108192,0.00477556198876491,0.153725174569888,0.0922315304535857,0.00320642984309661,0.5,0.153725174569888,0.0800248200849071,0.000412241505762299,0,0.250724740471385,0.176969452745819 -5120,0.5,0.153725174569888,0.13933158345148,0.21863765388651,0.153725174569888,0.208310614807188,0.329089753612826,0.153725174569888,0.126407716462223,0.0499512593640104,0.153725174569888,0.117908208689496,0.131323110646438,0.153725174569888,0.084058227811354,0.0887179868334298,0.153725174569888,0.158821337714193,0.0487858857525592,0.153725174569888,0.111630396803049,0.0247604579822273,0.153725174569888,0.176742159749458,0.0377397848470487,0.5,0.153725174569888,0.178120821242911,0.00526995492052892,0.153725174569888,0.192207053327708,0.000735103314522065,0.5,0.153725174569888,0.188822543184432,0.00235951249195819,0.153725174569888,0.182905287954145,0.00434437992919496,0.153725174569888,0.205786790529022,0.337119436014185,0.153725174569888,0.0947342650611611,0.284825206401652,0.153725174569888,0.128449891785261,0.180221128395692,0.153725174569888,0.188415857683254,0.00722185329661755,0.153725174569888,0.200784227294603,0.00527883675939834,0.5,0.153725174569888,0.167692500405152,0.000117231585297923,0,0.303289115132755,0.257878684888133 -5121,0.5,0.153725174569888,0.211353157883626,0.295820050393254,0.153725174569888,0.325362296880016,0.364238439298596,0.153725174569888,0.21905957735427,0.0829258348464968,0.153725174569888,0.187310100015492,0.175599098275247,0.153725174569888,0.137176231375012,0.115883798348419,0.153725174569888,0.27238333372303,0.104652368798348,0.153725174569888,0.210050478320142,0.0441251162517591,0.153725174569888,0.295758352091121,0.0771842091738787,0.5,0.153725174569888,0.304454353495052,0.0202697558641661,0.153725174569888,0.312448754678582,0.000707352438447016,0.5,0.153725174569888,0.316885708204876,0.00562671846947024,0.153725174569888,0.305834380533229,0.00599412710543333,0.153725174569888,0.321063697677831,0.440214995301289,0.153725174569888,0.146134980235874,0.332741836251804,0.153725174569888,0.200352765195383,0.226753801682236,0.153725174569888,0.306231026569745,0.02832415268139,0.153725174569888,0.322316589044669,0.0139972659490517,0.5,0.153725174569888,0.276040085322912,0.000116833359011406,0,0.354567763262659,0.333301892714105 -5122,0.5,0.153725174569888,0.263770562316544,0.36015351880263,0.153725174569888,0.435325398846434,0.55337581172062,0.153725174569888,0.307080479598971,0.0878588878605803,0.153725174569888,0.310113703096595,0.232880145021277,0.153725174569888,0.206963778044608,0.138752453641398,0.153725174569888,0.396072609809142,0.143517976927397,0.153725174569888,0.323895493556835,0.0876209143856744,0.153725174569888,0.428261748923371,0.128081984754626,0.5,0.153725174569888,0.44642142289227,0.0513380066782891,0.153725174569888,0.432466649617443,0.000609037223924705,0.5,0.153725174569888,0.457618062231928,0.00583597989024602,0.153725174569888,0.433319216807142,0.00675218349739281,0.153725174569888,0.435794563213371,0.496878866744413,0.153725174569888,0.204620143522564,0.346330171439028,0.153725174569888,0.272133016221244,0.272414019764695,0.153725174569888,0.43930482659892,0.0609246130844281,0.153725174569888,0.447914443224428,0.0136980796435859,0.5,0.153725174569888,0.392247668593197,0.000378085742259635,0,0.454186851598546,0.410189375604004 -5123,0.5,0.153725174569888,0.309236941345878,0.363935268239073,0.153725174569888,0.403691388529867,0.659457930443537,0.153725174569888,0.399210500885516,0.101154874227972,0.153725174569888,0.367949984572641,0.241090077847357,0.153725174569888,0.324947892989756,0.16523770145354,0.153725174569888,0.516425553773816,0.176287852345919,0.153725174569888,0.464085039101945,0.124413086005796,0.153725174569888,0.552290469717014,0.139567249847048,0.5,0.153725174569888,0.563024900516392,0.083439434803185,0.153725174569888,0.522284084271934,0.000650453757131539,0.5,0.153725174569888,0.573039952435387,0.00506579379518698,0.153725174569888,0.542227015575928,0.00831332282540727,0.153725174569888,0.527946657427199,0.546438237157935,0.153725174569888,0.291399744544706,0.379936769937321,0.153725174569888,0.347331081962499,0.330348461324447,0.153725174569888,0.555097753799283,0.0734694345208456,0.153725174569888,0.551372574291615,0.00875991486898292,0.5,0.153725174569888,0.48571426317145,0.000425794124225425,0,0.52595158650704,0.452564206923058 -5124,0.5,0.153725174569888,0.313568253623295,0.352969380283841,0.153725174569888,0.413107229015502,0.706446134540062,0.153725174569888,0.482656377944343,0.138995287798586,0.153725174569888,0.426980615000056,0.258988779298432,0.153725174569888,0.446587033888665,0.199508518090343,0.153725174569888,0.583266827646211,0.198601050318819,0.153725174569888,0.573962270034778,0.167493190824175,0.153725174569888,0.579886575914625,0.112264520012949,0.5,0.153725174569888,0.5871071789859,0.111167225239798,0.153725174569888,0.583110440259332,0.000649240307605224,0.5,0.153725174569888,0.637058229034772,0.004661672109403,0.153725174569888,0.606719346475491,0.00836661924262013,0.153725174569888,0.568336585696693,0.614295400686204,0.153725174569888,0.378258538980336,0.451982124255254,0.153725174569888,0.425420254561822,0.37204192401687,0.153725174569888,0.62906133396817,0.0825378832288576,0.153725174569888,0.61444523825894,0.00711989329410638,0.5,0.153725174569888,0.548730904449257,0.000436097451068204,0,0.579236701474152,0.396764001062282 -5125,0.5,0.153725174569888,0.301220411164456,0.363609361111887,0.153725174569888,0.490439743811026,0.765853335861287,0.153725174569888,0.545907221006266,0.184927369010257,0.153725174569888,0.471373360421916,0.319790427152689,0.153725174569888,0.53054846600654,0.294442158344945,0.153725174569888,0.585093752268283,0.222724026542028,0.153725174569888,0.56087786934339,0.179268918478589,0.153725174569888,0.450266009618673,0.126378360062686,0.5,0.153725174569888,0.518439149007862,0.108568679635823,0.153725174569888,0.595495568232206,0.000533955535696933,0.5,0.153725174569888,0.662767961548883,0.0115698569450247,0.153725174569888,0.633586565951003,0.00740410263400665,0.153725174569888,0.544685484819301,0.671282691799863,0.153725174569888,0.441410851894131,0.515368600728956,0.153725174569888,0.463578728256833,0.396651131097159,0.153725174569888,0.570033790905248,0.10905552403896,0.153725174569888,0.620129389974909,0.00886281238616528,0.5,0.153725174569888,0.571728680024334,0.000641263322143313,0,0.590911835689769,0.347788866216344 -5126,0.5,0.153725174569888,0.314372549499719,0.40579740735961,0.153725174569888,0.432702422183775,0.745858396186056,0.153725174569888,0.531284371645247,0.202204981596053,0.153725174569888,0.436237496485061,0.345283760549513,0.153725174569888,0.547924606078147,0.401225084528394,0.153725174569888,0.537350162096368,0.205785719585748,0.153725174569888,0.50627966258111,0.18915865165376,0.153725174569888,0.422759085619855,0.125260897822207,0.5,0.153725174569888,0.466686486742524,0.131150911869457,0.153725174569888,0.530387554218279,0.000987675987464711,0.5,0.153725174569888,0.656492276686491,0.0129850512050211,0.153725174569888,0.571830352049629,0.0104377811536167,0.153725174569888,0.441029459249213,0.696785505248843,0.153725174569888,0.475657678087504,0.578040428916424,0.153725174569888,0.459816990044893,0.425133260478228,0.153725174569888,0.55366146043656,0.106837236380718,0.153725174569888,0.588609435598617,0.00957055432871129,0.5,0.153725174569888,0.570388903206948,0.00104802107325038,0,0.647711413642901,0.326650658558912 -5127,0.5,0.153725174569888,0.2574593749505,0.407337145780045,0.153725174569888,0.341632031688286,0.768944319316225,0.153725174569888,0.520857968081467,0.210449521360882,0.153725174569888,0.374636673386891,0.334484208038768,0.153725174569888,0.510548250022037,0.367571951197056,0.153725174569888,0.392325760216363,0.207009576908405,0.153725174569888,0.472130980293333,0.166103024042371,0.153725174569888,0.422564068321678,0.11865249576445,0.5,0.153725174569888,0.482345150899277,0.134165499306765,0.153725174569888,0.527117741547239,0.00100218182242974,0.5,0.153725174569888,0.596936575170094,0.0131583628112085,0.153725174569888,0.569565292208278,0.00911277713284979,0.153725174569888,0.434301057530964,0.736388940160725,0.153725174569888,0.470275848386552,0.545701335134779,0.153725174569888,0.47028680830427,0.433174604178467,0.153725174569888,0.530257958153037,0.0913903391356114,0.153725174569888,0.536066624908403,0.00815825497309111,0.5,0.153725174569888,0.496804528438734,0.000813791119685786,0,0.72113598016717,0.229619020258141 -5128,0.5,0.153725174569888,0.210156720139714,0.441607825444253,0.153725174569888,0.341202752996161,0.772883646866524,0.153725174569888,0.447896229357851,0.195414612394264,0.153725174569888,0.284755490409293,0.309577400959632,0.153725174569888,0.484632027758217,0.324138155482405,0.153725174569888,0.393350492724661,0.149109128530807,0.153725174569888,0.446662497268503,0.152712310032178,0.153725174569888,0.359154812792818,0.0663201552401106,0.5,0.153725174569888,0.404556357307436,0.105843509865042,0.153725174569888,0.403846133345109,0.000393453144393269,0.5,0.153725174569888,0.493123318446874,0.0259948854634654,0.153725174569888,0.449253072732601,0.00793786550898991,0.153725174569888,0.376075057951161,0.74850306383301,0.153725174569888,0.398659302376709,0.502154285910786,0.153725174569888,0.39969893546794,0.397959394123447,0.153725174569888,0.399116829996132,0.079276267846658,0.153725174569888,0.45974914217328,0.0128760341463719,0.5,0.153725174569888,0.398217299596122,0.000226210505744764,0,0.732111628571159,0.199145186595912 -5129,0.5,0.153725174569888,0.149922603428665,0.452393321016849,0.153725174569888,0.253701225826008,0.720484575378909,0.153725174569888,0.322284637946566,0.178180461518775,0.153725174569888,0.193351407536835,0.290521515176971,0.153725174569888,0.301104682110881,0.21060450726113,0.153725174569888,0.303320603291283,0.112169274310321,0.153725174569888,0.362586432674461,0.060324759630819,0.153725174569888,0.285709554957686,0.04354976638633,0.5,0.153725174569888,0.321584437345875,0.0962748406607689,0.153725174569888,0.291513720233258,0.00116417552586541,0.5,0.153725174569888,0.364390194533386,0.0120485885273066,0.153725174569888,0.314272251453557,0.00489886033211779,0.153725174569888,0.293705700421286,0.771482222992449,0.153725174569888,0.337321902779116,0.396697129852512,0.153725174569888,0.302822141344381,0.36343194575352,0.153725174569888,0.312618911142442,0.040229002454094,0.153725174569888,0.341602793172979,0.0106297529194659,0.5,0.153725174569888,0.268791426918461,0.000607104484319534,0,0.721543441603333,0.137900117600027 -5130,0.5,0.153725174569888,0.0929155387977624,0.399521688028172,0.153725174569888,0.18405808913936,0.673661634979716,0.153725174569888,0.189689187395766,0.141113231607388,0.153725174569888,0.108136242149887,0.207027175342792,0.153725174569888,0.199675784669909,0.104284011583702,0.153725174569888,0.200298672830815,0.0827058748476434,0.153725174569888,0.204410602747416,0.025723119682965,0.153725174569888,0.201413663534781,0.0294917244023443,0.5,0.153725174569888,0.21281692833584,0.0697122106373982,0.153725174569888,0.188272216398539,0.000440355358964891,0.5,0.153725174569888,0.235477264913705,0.00452891956943705,0.153725174569888,0.164235537597498,0.00152921200091292,0.153725174569888,0.195682329692333,0.765829071316861,0.153725174569888,0.218495952013352,0.27534073221041,0.153725174569888,0.210265355337586,0.244867015524724,0.153725174569888,0.203689209544023,0.0138419416115159,0.153725174569888,0.217124283807485,0.00398838838181069,0.5,0.153725174569888,0.175172654179457,0.0026468962649599,0,0.689243288915668,0.143738403657025 -5131,0.5,0.153725174569888,0.0378466501646141,0.298845451226756,0.153725174569888,0.0830835826398211,0.453712699762832,0.153725174569888,0.0574816926391116,0.121139595634631,0.153725174569888,0.0355112829813756,0.116039100026658,0.153725174569888,0.112285749259946,0.041824040695644,0.153725174569888,0.106129647985849,0.0418041832755629,0.153725174569888,0.0940631248861284,0.00911544554965881,0.153725174569888,0.0779752843101767,0.0198496103567623,0.5,0.153725174569888,0.0750213196921406,0.0389128134923062,0.153725174569888,0.0572515743286507,0.000498284092453862,0.5,0.153725174569888,0.0713094498135474,0.00206975946019218,0.153725174569888,0.0587122620797138,0.00161368351764676,0.153725174569888,0.0919859846123836,0.711371094077479,0.153725174569888,0.0965303895564717,0.14850573037827,0.153725174569888,0.068114558049781,0.13210269078832,0.153725174569888,0.0666879103097775,0.0045929155825373,0.153725174569888,0.0581113698739867,0.00119816122520775,0.5,0.153725174569888,0.0430614537846346,0.00165133815081339,0,0.665698928654381,0.121013913232089 -5132,0.5,0.153725174569888,2.20466063215399e-05,0.202719692774146,0.153725174569888,0.0,0.3170157159181,0.153725174569888,0.0,0.0858502873582034,0.153725174569888,2.49557746677153e-05,0.0627374899832623,0.153725174569888,0.00578085572009744,0.0329080686051574,0.153725174569888,0.00282329413165787,0.0263844462828389,0.153725174569888,0.0,0.00915326136901535,0.153725174569888,0.000589185284012906,0.0183305796966091,0.5,0.153725174569888,0.000268504159125164,0.0319209026979083,0.153725174569888,0.0,0.00103355093075917,0.5,0.153725174569888,0.0,0.00303676932526089,0.153725174569888,0.0,0.00221304710922843,0.153725174569888,0.00217514154350075,0.594803657696577,0.153725174569888,0.00524220967707112,0.0902824311703099,0.153725174569888,0.0,0.124740773723999,0.153725174569888,0.0,0.00431575225104182,0.153725174569888,0.0,0.00191907370129257,0.5,0.153725174569888,0.0,0.00229065576517534,0,0.694364221655254,0.0950451484049163 -5133,0.5,0.153725174569888,0.0,0.146023874635263,0.153725174569888,0.0,0.268197173687814,0.153725174569888,0.0,0.0527814373632074,0.153725174569888,0.0,0.0395255620565905,0.153725174569888,0.0,0.0360169268159767,0.153725174569888,0.0,0.0259727755564816,0.153725174569888,0.0,0.0109194200540955,0.153725174569888,0.0,0.0192967594643083,0.5,0.153725174569888,0.0,0.0301507697195773,0.153725174569888,0.0,0.00129570415238653,0.5,0.153725174569888,0.0,0.00146129170481229,0.153725174569888,0.0,0.00287149645342695,0.153725174569888,0.0,0.475424070709133,0.153725174569888,0.0,0.0810329088988335,0.153725174569888,0.0,0.13839494177338,0.153725174569888,0.0,0.00281425272162839,0.153725174569888,0.0,0.00146345980664625,0.5,0.153725174569888,0.0,0.00317987594608703,0,0.655222443263924,0.0801634950366184 -5134,0.5,0.153725174569888,0.0,0.111213387655903,0.153725174569888,0.0,0.235533826274749,0.153725174569888,0.0,0.0231645671713841,0.153725174569888,0.0,0.024562436460231,0.153725174569888,0.0,0.037652689617888,0.153725174569888,0.0,0.0211838151683473,0.153725174569888,0.0,0.0134331730415873,0.153725174569888,0.0,0.0185746001722512,0.5,0.153725174569888,0.0,0.0243195832068992,0.153725174569888,0.0,0.00145418180490829,0.5,0.153725174569888,0.0,0.00180611079691457,0.153725174569888,0.0,0.00274702595848832,0.153725174569888,0.0,0.413543327171972,0.153725174569888,0.0,0.0829696616259341,0.153725174569888,0.0,0.125502221712494,0.153725174569888,0.0,0.00334472839996623,0.153725174569888,0.0,0.00134840844101347,0.5,0.153725174569888,0.0,0.0060561453305138,0,0.460261732702189,0.0887898191512504 -5135,0.5,0.153725174569888,0.0,0.0965872616245683,0.153725174569888,0.0,0.179503146532984,0.153725174569888,0.0,0.00595326091856912,0.153725174569888,0.0,0.0117360987809681,0.153725174569888,0.0,0.0330826216058086,0.153725174569888,0.0,0.02308066029408,0.153725174569888,0.0,0.0186754414331244,0.153725174569888,0.0,0.0125839260961727,0.5,0.153725174569888,0.0,0.0171866565542238,0.153725174569888,0.0,0.00156348970398901,0.5,0.153725174569888,0.0,0.00163645415379198,0.153725174569888,0.0,0.00316354853166348,0.153725174569888,0.0,0.33380994157922,0.153725174569888,0.0,0.0857647624246974,0.153725174569888,0.0,0.0914900692208442,0.153725174569888,0.0,0.00448748007243009,0.153725174569888,0.0,0.00225915757608232,0.5,0.153725174569888,0.0,0.00912116702915916,0,0.452836592637347,0.107233096199592 -5136,0.5,0.153725174569888,0.0,0.0946584644392528,0.153725174569888,0.0,0.123701723135775,0.153725174569888,0.0,0.00201303138861796,0.153725174569888,0.0,0.00828523385065496,0.153725174569888,0.0,0.0263090357921786,0.153725174569888,0.0,0.0235990415947725,0.153725174569888,0.0,0.0205701366001459,0.153725174569888,0.0,0.0080075011348159,0.5,0.153725174569888,0.0,0.0133573882855777,0.153725174569888,0.0,0.00213238346723048,0.5,0.153725174569888,0.0,0.0012114965815656,0.153725174569888,0.0,0.00248414698864681,0.153725174569888,0.0,0.264563033528409,0.153725174569888,0.0,0.0860351411599129,0.153725174569888,0.0,0.0586347209883275,0.153725174569888,0.0,0.00429674445041506,0.153725174569888,0.0,0.00263499422601829,0.5,0.153725174569888,0.0,0.0105846856798876,0,0.477265186767766,0.107949820256549 -5137,0.5,0.153725174569888,0.0,0.0807399478629374,0.153725174569888,0.0,0.0795111293200869,0.153725174569888,0.0,0.00145124431246567,0.153725174569888,0.0,0.0059676610509415,0.153725174569888,0.0,0.0232381068461967,0.153725174569888,0.0,0.02159771573924,0.153725174569888,0.0,0.0241612444651058,0.153725174569888,0.0,0.00859364685372276,0.5,0.153725174569888,0.0,0.00915904208860717,0.153725174569888,0.0,0.00311034498815553,0.5,0.153725174569888,0.0,0.00160747219306816,0.153725174569888,0.0,0.00202087855273927,0.153725174569888,0.0,0.217596673015121,0.153725174569888,0.0,0.0725215590080695,0.153725174569888,0.0,0.0324993707328232,0.153725174569888,0.0,0.00423375390435702,0.153725174569888,0.0,0.00199041240229725,0.5,0.153725174569888,0.0,0.0067902621663901,0,0.657245324905458,0.0870314929305618 -5138,0.5,0.153725174569888,0.0,0.0595627584939333,0.153725174569888,0.0,0.0521407193945919,0.153725174569888,0.0,0.00100597575735002,0.153725174569888,0.0,0.00350949081660049,0.153725174569888,0.0,0.0240197262835708,0.153725174569888,0.0,0.0152569772154737,0.153725174569888,0.0,0.0268469579836759,0.153725174569888,0.0,0.0131771585524409,0.5,0.153725174569888,0.0,0.00553793675612438,0.153725174569888,0.0,0.0031840342989608,0.5,0.153725174569888,0.0,0.00586501313213832,0.153725174569888,0.0,0.00385941224130601,0.153725174569888,0.0,0.161168511662708,0.153725174569888,0.0,0.0549297153940932,0.153725174569888,0.0,0.0195369371533365,0.153725174569888,0.0,0.00625710437474062,0.153725174569888,0.0,0.00217553510214797,0.5,0.153725174569888,0.0,0.00344506818523209,0,0.525372319005288,0.0534972642701731 -5139,0.5,0.153725174569888,0.0,0.0419021959887867,0.153725174569888,0.0,0.0389452018973061,0.153725174569888,0.0,0.000897341334927114,0.153725174569888,0.0,0.00259596229141222,0.153725174569888,0.0,0.0258375516112899,0.153725174569888,0.0,0.0128812186324992,0.153725174569888,0.0,0.0250010525807729,0.153725174569888,0.0,0.0185495186345005,0.5,0.153725174569888,0.0,0.00246562787266716,0.153725174569888,0.0,0.00321773895792486,0.5,0.153725174569888,0.0,0.00838000900775661,0.153725174569888,0.0,0.00565121227237343,0.153725174569888,0.0,0.118542195774084,0.153725174569888,0.0,0.0411669246202684,0.153725174569888,0.0,0.0138075294349974,0.153725174569888,0.0,0.00583705900599832,0.153725174569888,0.0,0.00289618251716183,0.5,0.153725174569888,0.0,0.00259847610433796,0,0.461336523094461,0.0304586275792397 -5140,0.5,0.153725174569888,0.0,0.0241280976812664,0.153725174569888,0.0,0.0373704133409754,0.153725174569888,0.0,0.00123418569324913,0.153725174569888,0.0,0.00202889618291808,0.153725174569888,0.0,0.0256130481780974,0.153725174569888,0.0,0.0172463136614035,0.153725174569888,0.0,0.0177410738364652,0.153725174569888,0.0,0.021176577727696,0.5,0.153725174569888,0.0,0.00208239316974655,0.153725174569888,0.0,0.00356865885850937,0.5,0.153725174569888,0.0,0.00551003902711117,0.153725174569888,0.0,0.00613192119785133,0.153725174569888,0.0,0.106537729004634,0.153725174569888,0.0,0.0328794483061791,0.153725174569888,0.0,0.0116969963472177,0.153725174569888,0.0,0.00299936713188696,0.153725174569888,0.0,0.00257830441209551,0.5,0.153725174569888,0.0,0.0039206400222393,0,0.385478431394897,0.032133987901396 -5141,0.5,0.153725174569888,0.0,0.0118623442416129,0.153725174569888,0.0,0.0321803712387706,0.153725174569888,0.0,0.00241665168011915,0.153725174569888,0.0,0.00137384876995115,0.153725174569888,0.0,0.0195557020156369,0.153725174569888,0.0,0.0234268661755953,0.153725174569888,0.0,0.0112241241165743,0.153725174569888,0.0,0.0233146428589051,0.5,0.153725174569888,0.0,0.00260499969027683,0.153725174569888,0.0,0.00296747645565934,0.5,0.153725174569888,0.0,0.0025255318588569,0.153725174569888,0.0,0.00348338260915532,0.153725174569888,0.0,0.0977765261726562,0.153725174569888,0.0,0.0248381138019887,0.153725174569888,0.0,0.00874192879450056,0.153725174569888,0.0,0.00274257755931804,0.153725174569888,0.0,0.00250133705993795,0.5,0.153725174569888,0.0,0.00740045942290293,0,0.309686753793096,0.0530009156673785 -5142,0.5,0.153725174569888,0.0231587163861211,0.00401287772623222,0.153725174569888,0.0235007607193031,0.0195702036880618,0.153725174569888,0.0207746526801483,0.00235346775859775,0.153725174569888,0.0257595281509481,0.00089650707436492,0.153725174569888,0.0055092043984971,0.0165522240576658,0.153725174569888,0.00463190146666267,0.0304360656366175,0.153725174569888,0.00572382446598886,0.00795463029569195,0.153725174569888,0.00406179306993827,0.0219322816737828,0.5,0.153725174569888,0.00375223895981079,0.00255481617514211,0.153725174569888,0.00816898569760339,0.00259273566235524,0.5,0.153725174569888,0.00536931718703166,0.00144413422571831,0.153725174569888,0.00434526171493237,0.00129483620185938,0.153725174569888,0.0236644886416752,0.0715850718166879,0.153725174569888,0.00957062905216005,0.014159056916314,0.153725174569888,0.0166867600171143,0.00593128655638701,0.153725174569888,0.0103751561763281,0.00210855020867666,0.153725174569888,0.0143686491973021,0.00189882273113913,0.5,0.153725174569888,0.0154558836778139,0.00738673338884276,0,0.144230832228486,0.0264370328926225 -5143,0.5,0.153725174569888,0.0813584423187358,0.00105316825926218,0.153725174569888,0.0944347406819709,0.00889545205843977,0.153725174569888,0.0935986714174314,0.00201045564219812,0.153725174569888,0.0933257062446666,0.000573307349060288,0.153725174569888,0.0628653399304515,0.019128898994178,0.153725174569888,0.0727621334495817,0.0299283147020525,0.153725174569888,0.0626175755761914,0.00751454471951375,0.153725174569888,0.0680926367732281,0.0154569426758082,0.5,0.153725174569888,0.0646448065272813,0.00230961749950201,0.153725174569888,0.0776796548759315,0.00118079232336351,0.5,0.153725174569888,0.0709805765238802,0.00221216839998643,0.153725174569888,0.053632666228764,0.00228502733148391,0.153725174569888,0.092729693555195,0.0560982257327363,0.153725174569888,0.0525718829459662,0.0100756444806594,0.153725174569888,0.0842661735308874,0.00521350284604871,0.153725174569888,0.0797990209409437,0.00101318693760848,0.153725174569888,0.0885300820783668,0.00140527267212643,0.5,0.153725174569888,0.0843708981571801,0.00613227905241495,0,0.0227937420188594,0.0254436011140447 -5144,0.5,0.153725174569888,0.165564513993174,0.000707855762226079,0.153725174569888,0.198088060634051,0.012962757911182,0.153725174569888,0.193170733915528,0.00546518391982206,0.153725174569888,0.1736313262791,0.00122139123906042,0.153725174569888,0.154992394101847,0.0525497557906638,0.153725174569888,0.17570501877253,0.0991618739667787,0.153725174569888,0.151561255457902,0.0167462875420631,0.153725174569888,0.168324823477032,0.024782703011325,0.5,0.153725174569888,0.145953589214855,0.00434863079271597,0.153725174569888,0.174712960538271,0.00113360520764253,0.5,0.153725174569888,0.144760098275215,0.00914317824050811,0.153725174569888,0.101664857191896,0.009550606536541,0.153725174569888,0.199341765428248,0.061822560945147,0.153725174569888,0.131484474012282,0.0177729116136392,0.153725174569888,0.171377718430184,0.0138692753666584,0.153725174569888,0.176273845436811,0.00162501556361109,0.153725174569888,0.19353270378842,0.00465170736425924,0.5,0.153725174569888,0.175108626755894,0.0117075427502417,0,0.0,0.0292620180017323 -5145,0.5,0.153725174569888,0.261607002822275,0.000286370290284586,0.153725174569888,0.306013233933705,0.00554072352032532,0.153725174569888,0.304644298135277,0.0164214211179365,0.153725174569888,0.228400987194678,0.00261437790562606,0.153725174569888,0.275159764643663,0.101175312693347,0.153725174569888,0.297785777110272,0.117392626778414,0.153725174569888,0.268659891741139,0.0580060032255515,0.153725174569888,0.289445261720055,0.040443389485918,0.5,0.153725174569888,0.229247703732568,0.0119365705600553,0.153725174569888,0.270719780085292,0.00776791251819873,0.5,0.153725174569888,0.172120310131549,0.0435511985308536,0.153725174569888,0.134157539544312,0.0363929424572618,0.153725174569888,0.308756588526286,0.039308231423185,0.153725174569888,0.224866584001043,0.0359680901327352,0.153725174569888,0.267823739798555,0.0385253573271101,0.153725174569888,0.282535054585994,0.00714700612066529,0.153725174569888,0.312332303317399,0.0220043541886306,0.5,0.153725174569888,0.277365623589688,0.0148541087695082,0,0.0,0.0523075107250013 -5146,0.5,0.153725174569888,0.357007400891315,0.00109950597043288,0.153725174569888,0.412969185476915,0.00733327427105616,0.153725174569888,0.414879107772686,0.0267955165953132,0.153725174569888,0.316603579515457,0.0102648639979448,0.153725174569888,0.419970644758892,0.112110531735872,0.153725174569888,0.422289722187402,0.102955961384026,0.153725174569888,0.418904751000982,0.0938579846574642,0.153725174569888,0.413814670105461,0.0422458165152539,0.5,0.153725174569888,0.332600896171561,0.0283449671492834,0.153725174569888,0.321271418535837,0.0178145011805424,0.5,0.153725174569888,0.255353475149407,0.0605572158724974,0.153725174569888,0.171930017544522,0.0538810035885933,0.153725174569888,0.410328510920296,0.021958371894762,0.153725174569888,0.362476575867318,0.0584919348271175,0.153725174569888,0.369885913311743,0.0664363114877114,0.153725174569888,0.38681643800988,0.031474392512564,0.153725174569888,0.434637627299504,0.0550510056816205,0.5,0.153725174569888,0.391760071247594,0.0202504206262028,0,0.0,0.10140655195075 -5147,0.5,0.153725174569888,0.412528985463127,0.0043989187930817,0.153725174569888,0.501353063892613,0.0198113798563405,0.153725174569888,0.49350537109748,0.0347029536727371,0.153725174569888,0.368878524576948,0.0231418907634502,0.153725174569888,0.550858497765942,0.111869006832251,0.153725174569888,0.525377612804836,0.116876411899615,0.153725174569888,0.550190507358963,0.100030257654198,0.153725174569888,0.50420300432885,0.0572281037541584,0.5,0.153725174569888,0.446501334177316,0.051931403059846,0.153725174569888,0.408399806942881,0.0246360329800657,0.5,0.153725174569888,0.391782327463511,0.0758421261259379,0.153725174569888,0.235291931379878,0.0801450938720118,0.153725174569888,0.489041718912675,0.0212610594212431,0.153725174569888,0.4994278097944,0.0744093039328046,0.153725174569888,0.473465567605347,0.0978951725383301,0.153725174569888,0.476694244770137,0.0549086012652963,0.153725174569888,0.498033746190482,0.0767402039950626,0.5,0.153725174569888,0.42982762930769,0.027926898588286,0,0.0,0.12351689830682 -5148,0.5,0.153725174569888,0.463318693571719,0.0101654934790319,0.153725174569888,0.544368319383675,0.0542995160961542,0.153725174569888,0.421619511236015,0.0407666442765285,0.153725174569888,0.402303180641773,0.0372936252524986,0.153725174569888,0.610471741674294,0.175125379992222,0.153725174569888,0.552510102467081,0.182361942200238,0.153725174569888,0.617647845170101,0.0985780458516579,0.153725174569888,0.523802459275906,0.0813979374108744,0.5,0.153725174569888,0.51064141618289,0.0840174706840992,0.153725174569888,0.422726971008223,0.0250438627077607,0.5,0.153725174569888,0.433464467986152,0.10554948482882,0.153725174569888,0.292974876521946,0.157412350701252,0.153725174569888,0.5421783118303,0.0404881495564936,0.153725174569888,0.5768031464094,0.0972116592111059,0.153725174569888,0.547689113393897,0.119608949372192,0.153725174569888,0.502262352622998,0.0628651077341193,0.153725174569888,0.404516999618576,0.102991876395206,0.5,0.153725174569888,0.361750838476436,0.0429661661158981,0,8.11012211447759e-05,0.129924550417191 -5149,0.5,0.153725174569888,0.468852886275568,0.0159602341361311,0.153725174569888,0.388185191527191,0.0867796517774815,0.153725174569888,0.402238670631686,0.0596450984079343,0.153725174569888,0.408680133862083,0.0313144895518655,0.153725174569888,0.653440515074528,0.237519291589193,0.153725174569888,0.473357016876571,0.16781705932786,0.153725174569888,0.654333725999061,0.168473136699549,0.153725174569888,0.567318411808774,0.10240087749405,0.5,0.153725174569888,0.544514949205928,0.115215265288483,0.153725174569888,0.321507311572771,0.0457846983112565,0.5,0.153725174569888,0.430578548643227,0.10847582771165,0.153725174569888,0.261149426066948,0.117652797203997,0.153725174569888,0.569881383886068,0.074996675385576,0.153725174569888,0.602074998201104,0.122045844246554,0.153725174569888,0.53761009749149,0.106134317899378,0.153725174569888,0.590236268947897,0.05088512320731,0.153725174569888,0.487785564301611,0.142958931225763,0.5,0.153725174569888,0.387038425321069,0.0474492929118597,0,0.00249687128199598,0.165540541242361 -5150,0.5,0.153725174569888,0.472489300540282,0.0228140662618448,0.153725174569888,0.387191140420285,0.100772956199356,0.153725174569888,0.431764094515775,0.0622050098106763,0.153725174569888,0.299574393866276,0.020547008200492,0.153725174569888,0.613201297295877,0.207426757866366,0.153725174569888,0.420619093541208,0.129500480656511,0.153725174569888,0.624395011314684,0.218350535112088,0.153725174569888,0.492410803885118,0.121275299110991,0.5,0.153725174569888,0.513646803394327,0.125501944334135,0.153725174569888,0.218357721763338,0.059367929290419,0.5,0.153725174569888,0.428826854369406,0.10326612740964,0.153725174569888,0.287580066805332,0.13040907700267,0.153725174569888,0.527357576841131,0.119939883569766,0.153725174569888,0.601230180568456,0.14081172087659,0.153725174569888,0.593265100041162,0.097574362011876,0.153725174569888,0.525548367640442,0.0288198750013662,0.153725174569888,0.415677116055783,0.168802341105104,0.5,0.153725174569888,0.377998368308375,0.0703106722450605,0,0.00529472784286089,0.183252668266911 -5151,0.5,0.153725174569888,0.407364496826599,0.0235405521881958,0.153725174569888,0.522224662795922,0.116474124399486,0.153725174569888,0.456183033118783,0.0639184456566094,0.153725174569888,0.201421683312188,0.0294531840841755,0.153725174569888,0.488594168417964,0.179633461130149,0.153725174569888,0.331082883858981,0.12675109422338,0.153725174569888,0.572863365915643,0.183639343534533,0.153725174569888,0.438725776275857,0.101949501953091,0.5,0.153725174569888,0.432561999669215,0.111685993285796,0.153725174569888,0.231008562385904,0.0586782763249349,0.5,0.153725174569888,0.371589217240757,0.10815824144556,0.153725174569888,0.290034263102067,0.137832871497718,0.153725174569888,0.477756466078404,0.19707789913511,0.153725174569888,0.535259940043603,0.163882896853138,0.153725174569888,0.549539569141442,0.0881436619103189,0.153725174569888,0.38515215455808,0.0255491615765601,0.153725174569888,0.398551845339207,0.166963075733077,0.5,0.153725174569888,0.25661995597815,0.0688213897612698,0,0.00772854715354525,0.154840588073734 -5152,0.5,0.153725174569888,0.308289038271417,0.0143551852206729,0.153725174569888,0.432707365115653,0.174175412440447,0.153725174569888,0.313009340523123,0.0567369913723733,0.153725174569888,0.229938470122341,0.0323290951890993,0.153725174569888,0.425631924118689,0.176983764936648,0.153725174569888,0.275414969303102,0.116907510618305,0.153725174569888,0.443381057774696,0.137813215690897,0.153725174569888,0.330101408387449,0.0824403067263982,0.5,0.153725174569888,0.322877286549877,0.107850864649244,0.153725174569888,0.163724303430965,0.0603394948070346,0.5,0.153725174569888,0.208308756005531,0.080660546154252,0.153725174569888,0.1806483012057,0.124846541597931,0.153725174569888,0.411727045236962,0.313951684103617,0.153725174569888,0.451063593389546,0.187690150544032,0.153725174569888,0.460446628744042,0.0948172948587392,0.153725174569888,0.353150680372229,0.0373101339457186,0.153725174569888,0.294935208744054,0.125052647983079,0.5,0.153725174569888,0.205390124349703,0.113441027567943,0,0.00624142901009523,0.130433583455436 -5153,0.5,0.153725174569888,0.226128858273778,0.0119171894738956,0.153725174569888,0.2596079547283,0.259059720392385,0.153725174569888,0.177518817452052,0.0320027225456524,0.153725174569888,0.12308434912751,0.0225434162440536,0.153725174569888,0.296651164955042,0.199172945796582,0.153725174569888,0.206457608006053,0.0917864994329625,0.153725174569888,0.305616605744211,0.167094997349017,0.153725174569888,0.155163870883,0.0638447588522695,0.5,0.153725174569888,0.161926041492448,0.0957331772241885,0.153725174569888,0.120723700002793,0.0580493310917585,0.5,0.153725174569888,0.131248399527867,0.0619799282693282,0.153725174569888,0.0825535128159179,0.0784264943709773,0.153725174569888,0.339246130530518,0.381797291047156,0.153725174569888,0.308581447497778,0.235914813576867,0.153725174569888,0.335916580028448,0.102040588759855,0.153725174569888,0.237951249017184,0.0613743047926422,0.153725174569888,0.214664465585987,0.102262376199776,0.5,0.153725174569888,0.123129862382183,0.0804416292915852,0,0.00201503846289752,0.114768407473756 -5154,0.5,0.153725174569888,0.131101015959067,0.0181089949367284,0.153725174569888,0.179478811442616,0.424790962115264,0.153725174569888,0.109019021796772,0.0161313765259501,0.153725174569888,0.0924846038184651,0.0202412853503408,0.153725174569888,0.178671369992248,0.155270997337266,0.153725174569888,0.114741064405691,0.0860250325385302,0.153725174569888,0.200093734155796,0.209023193758353,0.153725174569888,0.0963744381668293,0.0536092263618547,0.5,0.153725174569888,0.113995438590972,0.105796475682682,0.153725174569888,0.0238201881215284,0.0537785708390579,0.5,0.153725174569888,0.083809996717589,0.0531372528208321,0.153725174569888,0.0318808629556394,0.053715452270602,0.153725174569888,0.210034129970385,0.356533601810814,0.153725174569888,0.207756198965355,0.241632722206451,0.153725174569888,0.196809984665676,0.133412987430069,0.153725174569888,0.151050748309819,0.087670310167778,0.153725174569888,0.14768598525732,0.0878791484228436,0.5,0.153725174569888,0.0747701746736288,0.0418439167498237,0,0.00232492424950187,0.105586209791773 -5155,0.5,0.153725174569888,0.0442705604604446,0.0167096397692888,0.153725174569888,0.0495680959308405,0.465958416091627,0.153725174569888,0.042363212506243,0.00576089440192287,0.153725174569888,0.0159840516129656,0.016364542840004,0.153725174569888,0.0783977128202151,0.11151340556193,0.153725174569888,0.0319054938027202,0.114841738527194,0.153725174569888,0.072010227292397,0.206883811455582,0.153725174569888,0.030251135111137,0.051592011673091,0.5,0.153725174569888,0.0491730359383355,0.0933745381328311,0.153725174569888,0.00633884310755296,0.0799388831115042,0.5,0.153725174569888,0.0213153426263113,0.086060997749629,0.153725174569888,0.00964266689348659,0.0656175929783658,0.153725174569888,0.08336656850552,0.265676551270337,0.153725174569888,0.0802108034225193,0.205117321615191,0.153725174569888,0.0691883224782212,0.170265372308872,0.153725174569888,0.0734414724085336,0.0933607492092097,0.153725174569888,0.0521112101575285,0.0616914810025882,0.5,0.153725174569888,0.0310766525080473,0.0305706080132442,0,0.00210625216808761,0.10524230906481 -5156,0.5,0.153725174569888,7.52219343333055e-06,0.0200970699739229,0.153725174569888,0.0,0.374841244486781,0.153725174569888,8.6248263409678e-05,0.0214201010958524,0.153725174569888,4.65846963926257e-06,0.0148853518280896,0.153725174569888,0.0,0.0611068365391964,0.153725174569888,3.3598728330404e-05,0.129836382952753,0.153725174569888,0.0,0.140829769245286,0.153725174569888,0.00045202258032766,0.0536658448962696,0.5,0.153725174569888,8.24168083244912e-05,0.0822148696063274,0.153725174569888,6.79710925143213e-06,0.0868805501167657,0.5,0.153725174569888,1.8208656862523e-05,0.104453644098108,0.153725174569888,0.000101633899401982,0.0489470410010611,0.153725174569888,0.00198983402901798,0.180726505982421,0.153725174569888,0.00260124810818831,0.134547634925703,0.153725174569888,0.0,0.196293292630456,0.153725174569888,0.0,0.107501465135676,0.153725174569888,0.0,0.0587609861271813,0.5,0.153725174569888,1.23764783777615e-06,0.056959515717102,0,0.00254247120864728,0.118433213947762 -5157,0.5,0.153725174569888,0.0,0.0231174595614768,0.153725174569888,0.0,0.286515295272703,0.153725174569888,0.0,0.037854967698351,0.153725174569888,0.0,0.0206789078127027,0.153725174569888,0.0,0.0528740512818467,0.153725174569888,0.0,0.13157456948432,0.153725174569888,0.0,0.103135726206795,0.153725174569888,0.0,0.0655083410600174,0.5,0.153725174569888,0.0,0.0827089758063836,0.153725174569888,0.0,0.107334002049961,0.5,0.153725174569888,0.0,0.111098194274863,0.153725174569888,0.0,0.0504821997685878,0.153725174569888,0.0,0.133942134877996,0.153725174569888,0.0,0.0812263382369125,0.153725174569888,0.0,0.213818543435382,0.153725174569888,0.0,0.103741634201014,0.153725174569888,0.0,0.0754942211018722,0.5,0.153725174569888,0.0,0.0850829332310499,0,0.00995239641893824,0.125940612807145 -5158,0.5,0.153725174569888,0.0,0.0345199206532952,0.153725174569888,0.0,0.265191789033234,0.153725174569888,0.0,0.0631109903000104,0.153725174569888,0.0,0.0238509221649579,0.153725174569888,0.0,0.0415745908983121,0.153725174569888,0.0,0.122299657902376,0.153725174569888,0.0,0.0861056997196955,0.153725174569888,0.0,0.0735843599229379,0.5,0.153725174569888,0.0,0.0903523532975243,0.153725174569888,0.0,0.132364409281194,0.5,0.153725174569888,0.0,0.108558579418571,0.153725174569888,0.0,0.0755775171924415,0.153725174569888,0.0,0.130595962064422,0.153725174569888,0.0,0.0600366879556496,0.153725174569888,0.0,0.267289114206934,0.153725174569888,0.0,0.0819014986804615,0.153725174569888,0.0,0.0891991484648475,0.5,0.153725174569888,0.0,0.124960214401021,0,0.0207770503352385,0.123956719324333 -5159,0.5,0.153725174569888,0.0,0.048840372607964,0.153725174569888,0.0,0.22108915827476,0.153725174569888,0.0,0.110200404620987,0.153725174569888,0.0,0.0269820397404,0.153725174569888,0.0,0.0353375748842026,0.153725174569888,0.0,0.103721534060439,0.153725174569888,0.0,0.0881562282468973,0.153725174569888,0.0,0.070376315640659,0.5,0.153725174569888,0.0,0.0987135173126849,0.153725174569888,0.0,0.136090019778867,0.5,0.153725174569888,0.0,0.159060043025296,0.153725174569888,0.0,0.117530817627294,0.153725174569888,0.0,0.128916789116224,0.153725174569888,0.0,0.0389999407153526,0.153725174569888,0.0,0.279894397723874,0.153725174569888,0.0,0.0833245342373469,0.153725174569888,0.0,0.122056417308582,0.5,0.153725174569888,0.0,0.131833751751369,0,0.0367699935482199,0.127114749816981 -5160,0.5,0.153725174569888,0.0,0.0631186169887985,0.153725174569888,0.0,0.16259207437937,0.153725174569888,0.0,0.211445135983095,0.153725174569888,0.0,0.0311771955586764,0.153725174569888,0.0,0.0286077217986131,0.153725174569888,0.0,0.0843229549277341,0.153725174569888,0.0,0.112103371451967,0.153725174569888,0.0,0.0621977261205021,0.5,0.153725174569888,0.0,0.0986107695291407,0.153725174569888,0.0,0.13251117305294,0.5,0.153725174569888,0.0,0.134476644865272,0.153725174569888,0.0,0.1160246267437,0.153725174569888,0.0,0.123450979316914,0.153725174569888,0.0,0.0254981390589647,0.153725174569888,0.0,0.210219060893422,0.153725174569888,0.0,0.0872992790649208,0.153725174569888,0.0,0.147724511282804,0.5,0.153725174569888,0.0,0.130465043087787,0,0.0475114416425688,0.137412373463315 -5161,0.5,0.153725174569888,0.0,0.080358333358967,0.153725174569888,0.0,0.121218898606758,0.153725174569888,0.0,0.351676094336969,0.153725174569888,0.0,0.0421457206059529,0.153725174569888,0.0,0.0184473969037783,0.153725174569888,0.0,0.0661712490560686,0.153725174569888,0.0,0.139578022764618,0.153725174569888,0.0,0.0509924681757338,0.5,0.153725174569888,0.0,0.0991455696687576,0.153725174569888,0.0,0.130390079292147,0.5,0.153725174569888,0.0,0.12615628934998,0.153725174569888,0.0,0.110733788505169,0.153725174569888,0.0,0.110575332347703,0.153725174569888,0.0,0.0199829520045211,0.153725174569888,0.0,0.145702357015911,0.153725174569888,0.0,0.0824147396877145,0.153725174569888,0.0,0.150403379628165,0.5,0.153725174569888,0.0,0.158508183918946,0,0.0632920195886419,0.174075437576892 -5162,0.5,0.153725174569888,0.0,0.110943163869401,0.153725174569888,0.0,0.0919306749282238,0.153725174569888,0.0,0.385176515638136,0.153725174569888,0.0,0.0616290388845834,0.153725174569888,0.0,0.018074919991014,0.153725174569888,0.0,0.048655902573111,0.153725174569888,0.0,0.169606355509465,0.153725174569888,0.0,0.0380529037173967,0.5,0.153725174569888,0.0,0.0780845669331104,0.153725174569888,0.0,0.131756549528629,0.5,0.153725174569888,0.0,0.131479527615302,0.153725174569888,0.0,0.125582722322563,0.153725174569888,0.0,0.097268215195535,0.153725174569888,0.0,0.0186894687523132,0.153725174569888,0.0,0.111773868786183,0.153725174569888,0.0,0.0704849447516544,0.153725174569888,0.0,0.140591445151556,0.5,0.153725174569888,0.0,0.188776981211202,0,0.0263684006714628,0.234321205517258 -5163,0.5,0.153725174569888,0.0,0.139200670411953,0.153725174569888,0.0,0.0895118094068761,0.153725174569888,0.0,0.362777368912304,0.153725174569888,0.0,0.106476270602777,0.153725174569888,0.0,0.023561536509482,0.153725174569888,0.0,0.0347435141699409,0.153725174569888,0.0,0.197706338598681,0.153725174569888,0.0,0.0230504071091832,0.5,0.153725174569888,0.0,0.0507563560737264,0.153725174569888,0.0,0.111129660187751,0.5,0.153725174569888,0.0,0.16426658846855,0.153725174569888,0.0,0.126854497064526,0.153725174569888,0.0,0.0918336681960563,0.153725174569888,0.0,0.0216970928058916,0.153725174569888,0.0,0.0974105883034784,0.153725174569888,0.0,0.0903068497314203,0.153725174569888,0.0,0.140361492255328,0.5,0.153725174569888,0.0,0.220227175902246,0,0.0833147237006016,0.330218186744283 -5164,0.5,0.153725174569888,0.0,0.151033593030228,0.153725174569888,0.0,0.0756667063945058,0.153725174569888,0.0,0.408225285182294,0.153725174569888,0.0,0.159156485043292,0.153725174569888,0.0,0.030031414743441,0.153725174569888,0.0,0.028807390686353,0.153725174569888,0.0,0.222942976018188,0.153725174569888,0.0,0.0174454932777873,0.5,0.153725174569888,0.0,0.0358326860952562,0.153725174569888,0.0,0.0920127895137438,0.5,0.153725174569888,0.0,0.186947589007797,0.153725174569888,0.0,0.123714431105906,0.153725174569888,0.0,0.0848888963257961,0.153725174569888,0.0,0.0290786042963347,0.153725174569888,0.0,0.07872896426483,0.153725174569888,0.0,0.133951858073515,0.153725174569888,0.0,0.154033825402312,0.5,0.153725174569888,0.0,0.199283205789101,0,0.185080975176883,0.43258195776704 -5165,0.5,0.153725174569888,0.0,0.168645911346517,0.153725174569888,0.0,0.0568809774330409,0.153725174569888,0.0,0.374083392835951,0.153725174569888,0.0,0.236329906823924,0.153725174569888,0.0,0.0353733051993812,0.153725174569888,0.0,0.0351401038288412,0.153725174569888,0.0,0.214702477477556,0.153725174569888,0.0,0.016758953466274,0.5,0.153725174569888,0.0,0.0274477676146851,0.153725174569888,0.0,0.0879826738813021,0.5,0.153725174569888,0.0,0.209323473839867,0.153725174569888,0.0,0.123074878181336,0.153725174569888,0.0,0.0779743115918027,0.153725174569888,0.0,0.0399516193779976,0.153725174569888,0.0,0.078847621041391,0.153725174569888,0.0,0.153357853041803,0.153725174569888,0.0,0.194125056006222,0.5,0.153725174569888,0.0,0.174314188296614,0,0.182400792033805,0.516166961056877 -5166,0.5,0.153725174569888,0.0029707536094441,0.224801150947053,0.153725174569888,0.0163320790428194,0.0525374808059786,0.153725174569888,0.00250459349715028,0.291839393740963,0.153725174569888,0.00374572960351663,0.304639132294032,0.153725174569888,0.00410390995400331,0.0430124345791815,0.153725174569888,0.0030160311108401,0.044397322612911,0.153725174569888,0.00183210591286825,0.192918252529009,0.153725174569888,0.00141405968448403,0.0203598670161158,0.5,0.153725174569888,0.00213448254161168,0.025024687377719,0.153725174569888,0.000288200474323076,0.0968149720398243,0.5,0.153725174569888,0.001040475299078,0.188850598073308,0.153725174569888,0.000609784886419398,0.135070549568705,0.153725174569888,0.0207038755030738,0.075289697241686,0.153725174569888,0.0100866640888194,0.0526991525284236,0.153725174569888,0.00449073747761526,0.0938274162838437,0.153725174569888,0.00180405890211131,0.14063421333166,0.153725174569888,0.00284114551235546,0.217823908237235,0.5,0.153725174569888,0.00502266063080061,0.179788639113805,0,0.271744043495997,0.525543278837459 -5167,0.5,0.153725174569888,0.0117191245452688,0.321425105041351,0.153725174569888,0.0735487966526327,0.0821358526423597,0.153725174569888,0.0104494081559893,0.280310350228596,0.153725174569888,0.0195549162705498,0.346613790902482,0.153725174569888,0.0609989161057103,0.0672155679463422,0.153725174569888,0.0629472904071196,0.0731632045519771,0.153725174569888,0.0322340342074276,0.194325402410317,0.153725174569888,0.0334046240201983,0.0240317914073151,0.5,0.153725174569888,0.0478248546952748,0.0377361027492557,0.153725174569888,0.0059784590795286,0.0940405992355813,0.5,0.153725174569888,0.0307131621537841,0.181332684902078,0.153725174569888,0.0168915378800588,0.150823445499695,0.153725174569888,0.088718908047402,0.0974374242713028,0.153725174569888,0.0755945761519904,0.0672708496519997,0.153725174569888,0.0312206032012892,0.116300832820535,0.153725174569888,0.016196294789772,0.141098596191766,0.153725174569888,0.0256132856836849,0.270689289901414,0.5,0.153725174569888,0.0308352078152294,0.174172073586639,0,0.428434255668581,0.41021192802379 -5168,0.5,0.153725174569888,0.032240354602627,0.419316344633517,0.153725174569888,0.165566277612171,0.132991654953621,0.153725174569888,0.031997458767176,0.319311017483408,0.153725174569888,0.0279012309082352,0.37312514022268,0.153725174569888,0.169148126914694,0.234376121717727,0.153725174569888,0.174273025700172,0.130572450848275,0.153725174569888,0.10699874776931,0.224518895962399,0.153725174569888,0.121557483429485,0.0323252477955288,0.5,0.153725174569888,0.139169488093075,0.0613446764797586,0.153725174569888,0.0325932129137832,0.0945453473810811,0.5,0.153725174569888,0.122514176728822,0.166984841045121,0.153725174569888,0.0732433010721807,0.203272587798106,0.153725174569888,0.18712703236496,0.227657221602566,0.153725174569888,0.180230702232162,0.158896132200437,0.153725174569888,0.0710891713585449,0.167740021791214,0.153725174569888,0.0384392173270757,0.132881033934454,0.153725174569888,0.0522163647907296,0.269493170017031,0.5,0.153725174569888,0.061430738357232,0.1681044292265,0,0.549210267981142,0.296819504793933 -5169,0.5,0.153725174569888,0.0607534335025724,0.542294711259736,0.153725174569888,0.27139023299746,0.287362341702242,0.153725174569888,0.0891173410138535,0.403494644763989,0.153725174569888,0.0354932115887961,0.37361512637941,0.153725174569888,0.308951089698813,0.329148206068535,0.153725174569888,0.309244335257712,0.149273531611003,0.153725174569888,0.249920201814925,0.237881864603133,0.153725174569888,0.26127606280228,0.0373353284137635,0.5,0.153725174569888,0.257424365652508,0.0701600331842846,0.153725174569888,0.0622897391520078,0.0978621071517336,0.5,0.153725174569888,0.250658663778043,0.188213891128231,0.153725174569888,0.157542982985079,0.24980104506403,0.153725174569888,0.297334729178061,0.344970857911361,0.153725174569888,0.309380718479709,0.295481213980219,0.153725174569888,0.128015351628295,0.257698161647012,0.153725174569888,0.0616295536725604,0.120857474596731,0.153725174569888,0.106695677132168,0.293321166717655,0.5,0.153725174569888,0.0930663246379012,0.191681938413569,0,0.622797294439828,0.303214362054475 -5170,0.5,0.153725174569888,0.128206601885779,0.653313659300607,0.153725174569888,0.391117990254562,0.470992536656738,0.153725174569888,0.0820243114704351,0.354492213160244,0.153725174569888,0.0487555563581436,0.410628424633651,0.153725174569888,0.457433533627691,0.357853794961326,0.153725174569888,0.444959620870163,0.180058187334344,0.153725174569888,0.406450850270259,0.240720958646959,0.153725174569888,0.431879652607539,0.0395400024946768,0.5,0.153725174569888,0.380106284311401,0.0585141006283571,0.153725174569888,0.0905680466798148,0.112457675354026,0.5,0.153725174569888,0.35813581456002,0.132712431512748,0.153725174569888,0.208308359633649,0.218584008536761,0.153725174569888,0.419747263514824,0.403362362305691,0.153725174569888,0.448684086938297,0.330623441900135,0.153725174569888,0.207324724223656,0.358589521916883,0.153725174569888,0.0941783698036001,0.0957842595007434,0.153725174569888,0.139178626518747,0.273333362783399,0.5,0.153725174569888,0.125602698871888,0.218934182376652,0,0.630576189278193,0.40450922972521 -5171,0.5,0.153725174569888,0.187082437467292,0.656770599577707,0.153725174569888,0.513430667656118,0.565908156824479,0.153725174569888,0.108381074427602,0.333928372203969,0.153725174569888,0.0546219150286752,0.449008167645458,0.153725174569888,0.577231973860241,0.383791358374671,0.153725174569888,0.548744680797834,0.238923063013929,0.153725174569888,0.550836442923414,0.250845939248086,0.153725174569888,0.550951970821329,0.0567079789904844,0.5,0.153725174569888,0.438736430801809,0.0545791130337159,0.153725174569888,0.0955409136689022,0.114291176672506,0.5,0.153725174569888,0.439414152762894,0.107146131833007,0.153725174569888,0.251754847177418,0.173342678691483,0.153725174569888,0.545160400438295,0.444169152959154,0.153725174569888,0.570388623426975,0.35310045183255,0.153725174569888,0.299896357033235,0.395052341077823,0.153725174569888,0.154277533875326,0.0758981758977557,0.153725174569888,0.188585248883157,0.255839898332499,0.5,0.153725174569888,0.158717627036814,0.235071009952406,0,0.587450525079088,0.454137877263161 -5172,0.5,0.153725174569888,0.239896568090519,0.58203545600711,0.153725174569888,0.605661636049091,0.602197374114113,0.153725174569888,0.153419771045415,0.325206067649123,0.153725174569888,0.0830476650611389,0.464412455076691,0.153725174569888,0.648901654078408,0.412323514875993,0.153725174569888,0.568009100102335,0.304695044477135,0.153725174569888,0.630330621742593,0.268058366740892,0.153725174569888,0.595498921293244,0.0915812416465267,0.5,0.153725174569888,0.50196094970339,0.073203566610814,0.153725174569888,0.0822064408334221,0.126390859513046,0.5,0.153725174569888,0.437183199199039,0.0963910364360392,0.153725174569888,0.307513530423778,0.131820092830164,0.153725174569888,0.62626140196644,0.472462186063324,0.153725174569888,0.637332162097122,0.376445974792693,0.153725174569888,0.452140867217572,0.408274981044029,0.153725174569888,0.283092432427502,0.0666259291740494,0.153725174569888,0.238508558823995,0.251355995904841,0.5,0.153725174569888,0.17155437279504,0.308099462176126,0,0.4480302788011,0.43290158575441 -5173,0.5,0.153725174569888,0.284501292031014,0.488250395246509,0.153725174569888,0.66556004436379,0.59167965013762,0.153725174569888,0.191935047235789,0.262755276488611,0.153725174569888,0.15947927285679,0.481383967058826,0.153725174569888,0.661206631557455,0.438876348771985,0.153725174569888,0.597521053973362,0.379475167021095,0.153725174569888,0.658245574827681,0.293142270725882,0.153725174569888,0.615732918052414,0.150134225674316,0.5,0.153725174569888,0.545459809446497,0.106934357044633,0.153725174569888,0.12620710734539,0.148192709135555,0.5,0.153725174569888,0.40066957007469,0.0899679202950809,0.153725174569888,0.341203912423316,0.106159135999344,0.153725174569888,0.66513049642845,0.506158766651956,0.153725174569888,0.662559321668026,0.401018772638405,0.153725174569888,0.558755210629899,0.396643011401744,0.153725174569888,0.461568247262049,0.0835066146956032,0.153725174569888,0.235808883359209,0.21485464135597,0.5,0.153725174569888,0.141559345731415,0.320481923376794,0,0.298136512854896,0.428015217244015 -5174,0.5,0.153725174569888,0.332657919243003,0.386988335651215,0.153725174569888,0.654802860581067,0.552516404027864,0.153725174569888,0.211633952196916,0.19286073407197,0.153725174569888,0.246814817745964,0.427945855635145,0.153725174569888,0.629613832444531,0.473929238642891,0.153725174569888,0.584366607826985,0.455155133773962,0.153725174569888,0.60901823982084,0.300668133670501,0.153725174569888,0.555117399547211,0.175076649284188,0.5,0.153725174569888,0.529537126383324,0.12801834886287,0.153725174569888,0.15069158561871,0.135575837732069,0.5,0.153725174569888,0.394951963100797,0.090726608979436,0.153725174569888,0.343973693092555,0.0899600799884803,0.153725174569888,0.650161596581223,0.551608045645687,0.153725174569888,0.647828322083655,0.425299094026659,0.153725174569888,0.613319476237325,0.363459144110033,0.153725174569888,0.532269763180865,0.104167736681816,0.153725174569888,0.207932909260502,0.157105858822103,0.5,0.153725174569888,0.124691312968001,0.294191119017957,0,0.214956501936145,0.445276546882858 -5175,0.5,0.153725174569888,0.362270306226864,0.296959204106193,0.153725174569888,0.609679317189948,0.515867859399556,0.153725174569888,0.219073489197954,0.146794240744673,0.153725174569888,0.296281426703237,0.329568161199342,0.153725174569888,0.54766061541997,0.493762523764532,0.153725174569888,0.525298077572032,0.441882733669312,0.153725174569888,0.535450868058421,0.282500079259752,0.153725174569888,0.479722730362893,0.149623098026579,0.5,0.153725174569888,0.474046085505744,0.123420387315298,0.153725174569888,0.128035030286281,0.100694321781252,0.5,0.153725174569888,0.381020777294962,0.104069853919475,0.153725174569888,0.314587741362708,0.0741593056195086,0.153725174569888,0.598746290170058,0.570992750294019,0.153725174569888,0.566145727300837,0.437757410530539,0.153725174569888,0.589579361163059,0.318762560364789,0.153725174569888,0.443976453956943,0.0826913624088626,0.153725174569888,0.163476593290705,0.130965711263201,0.5,0.153725174569888,0.0590827248896362,0.256309405967609,0,0.170848770935979,0.419266689635762 -5176,0.5,0.153725174569888,0.342148926964589,0.236163715701228,0.153725174569888,0.49942529916578,0.517329844690273,0.153725174569888,0.238149941696677,0.147997145594211,0.153725174569888,0.275644648782082,0.222181700240997,0.153725174569888,0.446118165666691,0.480156809963246,0.153725174569888,0.452203111136432,0.386956357439783,0.153725174569888,0.348216817409039,0.238540512754081,0.153725174569888,0.386111062328114,0.127808582417488,0.5,0.153725174569888,0.378915737868746,0.110106491319556,0.153725174569888,0.100276893282673,0.0787026446966419,0.5,0.153725174569888,0.368183702550471,0.0850839016462469,0.153725174569888,0.256025633106233,0.0479984698101518,0.153725174569888,0.500191914017904,0.575117917124765,0.153725174569888,0.462730514103828,0.42280620401692,0.153725174569888,0.471944350955518,0.26510776441346,0.153725174569888,0.325133824591679,0.0519809231341704,0.153725174569888,0.128416053148283,0.113749495727202,0.5,0.153725174569888,0.0537373809474767,0.263847959553245,0,0.165402913550479,0.33201220415562 -5177,0.5,0.153725174569888,0.270094497463035,0.188900224667946,0.153725174569888,0.37237882030437,0.511911682981912,0.153725174569888,0.216818265393872,0.166980186565253,0.153725174569888,0.217026534594581,0.14746781870094,0.153725174569888,0.291870477672017,0.404427080745796,0.153725174569888,0.329039599967635,0.275689457365536,0.153725174569888,0.230065066555412,0.183282615802766,0.153725174569888,0.267491330131159,0.0978834238825387,0.5,0.153725174569888,0.241758166428399,0.0928887283660515,0.153725174569888,0.0735926980797758,0.0630652794293251,0.5,0.153725174569888,0.329041855451563,0.0363385581007466,0.153725174569888,0.193192447974889,0.0273443237737,0.153725174569888,0.382840534746437,0.563818953810527,0.153725174569888,0.332373113303538,0.383894574271425,0.153725174569888,0.327276178016474,0.202646530590978,0.153725174569888,0.229761603276465,0.0313671759398471,0.153725174569888,0.0953917792576337,0.0926882026891236,0.5,0.153725174569888,0.0452442803021033,0.244519655822981,0,0.154112378906906,0.25532709687651 -5178,0.5,0.153725174569888,0.173906149660548,0.132768293058297,0.153725174569888,0.246317985391241,0.474023139174737,0.153725174569888,0.132867865046785,0.142442297797055,0.153725174569888,0.136063476630249,0.100207900303208,0.153725174569888,0.187081157619872,0.282473177121666,0.153725174569888,0.203097252020239,0.19556723675308,0.153725174569888,0.119185061396036,0.108468244279552,0.153725174569888,0.140738539632007,0.0580319811899882,0.5,0.153725174569888,0.153864117304691,0.0515721823497266,0.153725174569888,0.037459505684233,0.0444071729870464,0.5,0.153725174569888,0.201931187482968,0.00602131226925517,0.153725174569888,0.12740367132923,0.0123805646934206,0.153725174569888,0.255650058154745,0.488215314202366,0.153725174569888,0.209773763451886,0.314012012443042,0.153725174569888,0.199099206172455,0.129510618295661,0.153725174569888,0.121868561065401,0.0118054057468158,0.153725174569888,0.0820565130250292,0.0689522102971755,0.5,0.153725174569888,0.0128245615278987,0.22285293999171,0,0.136119449936826,0.242726166652777 -5179,0.5,0.153725174569888,0.0614460654272055,0.0720131340413325,0.153725174569888,0.0740221407058567,0.348597013766121,0.153725174569888,0.0442948622211832,0.052536472969686,0.153725174569888,0.0460462014103795,0.0697814762471333,0.153725174569888,0.0874676395673026,0.183910464541047,0.153725174569888,0.106895594267503,0.161122972662849,0.153725174569888,0.0540976695153666,0.0474713653898503,0.153725174569888,0.0633982587716884,0.0564245967790196,0.5,0.153725174569888,0.0688268955495725,0.0183343927606371,0.153725174569888,0.00833259234907387,0.0326402027544296,0.5,0.153725174569888,0.0620792289360714,0.000531264913138237,0.153725174569888,0.0513515647716062,0.0085847008368779,0.153725174569888,0.0885475329819157,0.339666628020413,0.153725174569888,0.0944482009510861,0.24404281557196,0.153725174569888,0.068860898329758,0.0754463820365697,0.153725174569888,0.0492851198145294,0.00641501118525569,0.153725174569888,0.0384350624543331,0.0423325169195702,0.5,0.153725174569888,0.00334918150074378,0.197999716286032,0,0.134382784665838,0.274565524659286 -5180,0.5,0.153725174569888,0.0,0.0587478211003309,0.153725174569888,0.0,0.175193545674035,0.153725174569888,2.01598162999018e-05,0.0370212873179319,0.153725174569888,1.14768250279664e-05,0.0720819813460629,0.153725174569888,0.0,0.108363766103379,0.153725174569888,0.0,0.167062493475785,0.153725174569888,2.48326518542928e-05,0.0248115947102114,0.153725174569888,0.0,0.110371821821673,0.5,0.153725174569888,0.0,0.015026935895928,0.153725174569888,0.000155573361851939,0.0348707140911294,0.5,0.153725174569888,0.0,0.00048581895720663,0.153725174569888,2.03580673069052e-05,0.0106639689662651,0.153725174569888,0.0,0.177067483731712,0.153725174569888,0.000453635438300518,0.150146209526765,0.153725174569888,0.0,0.0830742663206985,0.153725174569888,1.66956559602013e-05,0.0106724437999823,0.153725174569888,3.27219642903593e-05,0.0195497249656908,0.5,0.153725174569888,4.15107056711699e-06,0.171251617507039,0,0.181524856987231,0.278066897055112 -5181,0.5,0.153725174569888,0.0,0.0717148621307084,0.153725174569888,0.0,0.0752224262761031,0.153725174569888,0.0,0.0381025414927038,0.153725174569888,0.0,0.0688643394013442,0.153725174569888,0.0,0.0845805309356258,0.153725174569888,0.0,0.157611509638908,0.153725174569888,0.0,0.0257401757339428,0.153725174569888,0.0,0.0865392883295703,0.5,0.153725174569888,0.0,0.0218849857112455,0.153725174569888,0.0,0.0349258600632112,0.5,0.153725174569888,0.0,0.000829390868218072,0.153725174569888,0.0,0.0133432190049621,0.153725174569888,0.0,0.10539531700706,0.153725174569888,0.0,0.0848745543430897,0.153725174569888,0.0,0.0733168118531889,0.153725174569888,0.0,0.0136441323683276,0.153725174569888,0.0,0.0101486674392345,0.5,0.153725174569888,0.0,0.136878999536481,0,0.327711220419201,0.25525047268372 -5182,0.5,0.153725174569888,0.0,0.0882706927943551,0.153725174569888,0.0,0.0315892064950299,0.153725174569888,0.0,0.0421294500205002,0.153725174569888,0.0,0.067257658800194,0.153725174569888,0.0,0.0647380302210335,0.153725174569888,0.0,0.124990549840004,0.153725174569888,0.0,0.0372932309748439,0.153725174569888,0.0,0.0533521538773533,0.5,0.153725174569888,0.0,0.0191755928530188,0.153725174569888,0.0,0.0309693239275939,0.5,0.153725174569888,0.0,0.000972646191655756,0.153725174569888,0.0,0.0143990265769102,0.153725174569888,0.0,0.0884556245761437,0.153725174569888,0.0,0.0534379227877043,0.153725174569888,0.0,0.0540695664969197,0.153725174569888,0.0,0.0145378301987883,0.153725174569888,0.0,0.00583895594891324,0.5,0.153725174569888,0.0,0.11137287052889,0,0.601398435029205,0.21867774014286 -5183,0.5,0.153725174569888,0.0,0.100390247175017,0.153725174569888,0.0,0.0234128402843805,0.153725174569888,0.0,0.0466079825872437,0.153725174569888,0.0,0.0675301001869545,0.153725174569888,0.0,0.0440963456628869,0.153725174569888,0.0,0.0834726147780533,0.153725174569888,0.0,0.0302692738070134,0.153725174569888,0.0,0.040609703039226,0.5,0.153725174569888,0.0,0.0145573482818413,0.153725174569888,0.0,0.0274599102468179,0.5,0.153725174569888,0.0,0.00100291114795526,0.153725174569888,0.0,0.0135163693565653,0.153725174569888,0.0,0.0792865432468222,0.153725174569888,0.0,0.0456051766554258,0.153725174569888,0.0,0.0354818177618736,0.153725174569888,0.0,0.0140825311569147,0.153725174569888,0.0,0.00509130715224335,0.5,0.153725174569888,0.0,0.0830021311694798,0,0.734691468730398,0.213527646507325 -5184,0.5,0.153725174569888,0.0,0.109154179074183,0.153725174569888,0.0,0.0238360422605415,0.153725174569888,0.0,0.0489648686677216,0.153725174569888,0.0,0.0645307225729272,0.153725174569888,0.0,0.029220468034924,0.153725174569888,0.0,0.0437876574493808,0.153725174569888,0.0,0.020951903301488,0.153725174569888,0.0,0.0297016862674602,0.5,0.153725174569888,0.0,0.0124775995069498,0.153725174569888,0.0,0.0251878998984541,0.5,0.153725174569888,0.0,0.0016486622101391,0.153725174569888,0.0,0.0113572589593117,0.153725174569888,0.0,0.0767101179968565,0.153725174569888,0.0,0.0430705151339542,0.153725174569888,0.0,0.0231299225450952,0.153725174569888,0.0,0.00834128294614272,0.153725174569888,0.0,0.00493030006132695,0.5,0.153725174569888,0.0,0.0637041027559422,0,0.719004640821659,0.217120009563162 -5185,0.5,0.153725174569888,0.0,0.108801885819634,0.153725174569888,0.0,0.0193153732920687,0.153725174569888,0.0,0.0460223275494549,0.153725174569888,0.0,0.0557711314755226,0.153725174569888,0.0,0.020372926992032,0.153725174569888,0.0,0.0217055860129165,0.153725174569888,0.0,0.0155653866013367,0.153725174569888,0.0,0.0214393913318873,0.5,0.153725174569888,0.0,0.0110627822731449,0.153725174569888,0.0,0.0218935753650386,0.5,0.153725174569888,0.0,0.00295671275347078,0.153725174569888,0.0,0.00904575009112654,0.153725174569888,0.0,0.0756206375943283,0.153725174569888,0.0,0.042523655854308,0.153725174569888,0.0,0.0175343683429184,0.153725174569888,0.0,0.00456010071677919,0.153725174569888,0.0,0.00459111293096446,0.5,0.153725174569888,0.0,0.0543898972022924,0,0.683037011259796,0.243834485399971 -5186,0.5,0.153725174569888,0.0,0.105093103010439,0.153725174569888,0.0,0.0124617966102528,0.153725174569888,0.0,0.0440749994493298,0.153725174569888,0.0,0.0443315625503862,0.153725174569888,0.0,0.01408526686075,0.153725174569888,0.0,0.0129382839006486,0.153725174569888,0.0,0.0160907791223458,0.153725174569888,0.0,0.0173592812280833,0.5,0.153725174569888,0.0,0.0106342511577278,0.153725174569888,0.0,0.0208127374180802,0.5,0.153725174569888,0.0,0.00471013290498364,0.153725174569888,0.0,0.00818325391091282,0.153725174569888,0.0,0.0765503544566202,0.153725174569888,0.0,0.0401209995591092,0.153725174569888,0.0,0.0129247819806788,0.153725174569888,0.0,0.00272421110080131,0.153725174569888,0.0,0.00396701186077802,0.5,0.153725174569888,0.0,0.0441853780590578,0,0.641838151510051,0.356533384127213 -5187,0.5,0.153725174569888,0.0,0.103101423254239,0.153725174569888,0.0,0.017484740406707,0.153725174569888,0.0,0.0405462002205801,0.153725174569888,0.0,0.035545386527175,0.153725174569888,0.0,0.00999489485303013,0.153725174569888,0.0,0.0086561278542304,0.153725174569888,0.0,0.0203860220081449,0.153725174569888,0.0,0.0163195574675999,0.5,0.153725174569888,0.0,0.0107908830360896,0.153725174569888,0.0,0.0214560874759076,0.5,0.153725174569888,0.0,0.00488103825022394,0.153725174569888,0.0,0.00706393552904162,0.153725174569888,0.0,0.0798948283151698,0.153725174569888,0.0,0.0406851188807032,0.153725174569888,0.0,0.0109021796280281,0.153725174569888,0.0,0.00253635713255463,0.153725174569888,0.0,0.00376038911219218,0.5,0.153725174569888,0.0,0.0339827377974164,0,0.644505543071002,0.445375011957914 -5188,0.5,0.153725174569888,0.0,0.100784643964081,0.153725174569888,0.0,0.0312339755409035,0.153725174569888,0.0,0.0294810908472192,0.153725174569888,0.0,0.0296876349711705,0.153725174569888,0.0,0.00857787045405403,0.153725174569888,0.0,0.00476015714809037,0.153725174569888,0.0,0.0240014066195177,0.153725174569888,0.0,0.0145701755099429,0.5,0.153725174569888,0.0,0.0121557287269791,0.153725174569888,0.0,0.0212387294529286,0.5,0.153725174569888,0.0,0.004996252143398,0.153725174569888,0.0,0.00546433401633422,0.153725174569888,0.0,0.0856715767300807,0.153725174569888,0.0,0.0517109692992726,0.153725174569888,0.0,0.0130456678742902,0.153725174569888,0.0,0.00635430656657554,0.153725174569888,0.0,0.00338232537173157,0.5,0.153725174569888,0.0,0.0249045100252809,0,0.625633440077848,0.492283436632962 -5189,0.5,0.153725174569888,0.0,0.0913749224570321,0.153725174569888,0.0,0.0444372911899763,0.153725174569888,0.0,0.0190534215314002,0.153725174569888,0.0,0.0276909182797166,0.153725174569888,0.0,0.00931941581247267,0.153725174569888,0.0,0.00162836623625332,0.153725174569888,0.0,0.0179067528756864,0.153725174569888,0.0,0.0117491669289967,0.5,0.153725174569888,0.0,0.0114889030199534,0.153725174569888,0.0,0.0210836886868617,0.5,0.153725174569888,0.0,0.00614219323915417,0.153725174569888,0.0,0.00517098633547622,0.153725174569888,0.0,0.0875734626329156,0.153725174569888,0.0,0.0707524631393374,0.153725174569888,0.0,0.0163729029788504,0.153725174569888,0.0,0.0123266837204633,0.153725174569888,0.0,0.00277957948849528,0.5,0.153725174569888,0.0,0.0186871626236718,0,0.544269576540913,0.512930138652864 -5190,0.5,0.153725174569888,0.0327003321173826,0.0743861796459792,0.153725174569888,0.0218477204822298,0.0465596449679588,0.153725174569888,0.0176171788229296,0.0106682567305894,0.153725174569888,0.0265362249050183,0.0233743743152738,0.153725174569888,0.00704659210661621,0.011921067470783,0.153725174569888,0.00350583719024903,0.00169609029359003,0.153725174569888,0.00452080197777743,0.0104641807123398,0.153725174569888,0.00295869377771987,0.0110776118145983,0.5,0.153725174569888,0.00321785185199484,0.00928102775692721,0.153725174569888,0.00441945392920267,0.0173002277443841,0.5,0.153725174569888,0.00379159093341286,0.00681780049288595,0.153725174569888,0.00302904345706159,0.00478633237037976,0.153725174569888,0.0211432028675371,0.0885234071737887,0.153725174569888,0.0121898661682339,0.0908482762675101,0.153725174569888,0.0141341607439735,0.0160990047765389,0.153725174569888,0.0057354397246682,0.0126010806710933,0.153725174569888,0.0117870306978657,0.00225666744153767,0.5,0.153725174569888,0.00387018137185972,0.0150305287810038,0,0.468869900361539,0.482850833551038 -5191,0.5,0.153725174569888,0.110905900775827,0.110209328880196,0.153725174569888,0.0968364707863019,0.0759956075820717,0.153725174569888,0.0896049270757755,0.00884297317949918,0.153725174569888,0.104888536068433,0.0282529725516954,0.153725174569888,0.0787021992622601,0.0184439290205595,0.153725174569888,0.0597687243422613,0.00583683394713291,0.153725174569888,0.0685603343777788,0.0138903305017297,0.153725174569888,0.0529629562072327,0.0141558911174627,0.5,0.153725174569888,0.0677043104243315,0.00759855952194207,0.153725174569888,0.0632844406451325,0.0144679162925243,0.5,0.153725174569888,0.0699276700851065,0.00614022602443355,0.153725174569888,0.0571252596437428,0.00376077740623297,0.153725174569888,0.0942948991103206,0.10783351071201,0.153725174569888,0.0852703762017197,0.127390700449308,0.153725174569888,0.084963414005755,0.0263076350846012,0.153725174569888,0.0604554757068552,0.0181054506477382,0.153725174569888,0.0876497010285998,0.00162560639494504,0.5,0.153725174569888,0.0393988085527862,0.0137372919723084,0,0.43517116414495,0.375484424958438 -5192,0.5,0.153725174569888,0.224133811412026,0.209521167326332,0.153725174569888,0.214627846700652,0.125065914907404,0.153725174569888,0.186232128519427,0.0228020154361644,0.153725174569888,0.21084823528079,0.0573747130835344,0.153725174569888,0.187995926871429,0.0660690067517946,0.153725174569888,0.143661729161496,0.0264135134076295,0.153725174569888,0.166419191017375,0.0309927365063024,0.153725174569888,0.123792595846375,0.0340929372186223,0.5,0.153725174569888,0.168309492480877,0.0282906363062513,0.153725174569888,0.149758259046676,0.0222859076249092,0.5,0.153725174569888,0.174568975274072,0.0101482929017953,0.153725174569888,0.136928964829386,0.00604703880192817,0.153725174569888,0.208133388710436,0.263813007422076,0.153725174569888,0.198384228793535,0.214435069393908,0.153725174569888,0.188916041915699,0.0576010435167675,0.153725174569888,0.142050963771545,0.0290405883578867,0.153725174569888,0.196559850349054,0.00276124612680233,0.5,0.153725174569888,0.0982478978507479,0.0153725843814057,0,0.383508639582179,0.232040015648075 -5193,0.5,0.153725174569888,0.348256155488436,0.284814221898228,0.153725174569888,0.34362898343825,0.193001549122588,0.153725174569888,0.272169605058622,0.0285210441045492,0.153725174569888,0.323493572946117,0.0859934655077741,0.153725174569888,0.314440148747082,0.1347828542223,0.153725174569888,0.24708627895479,0.0649385111550505,0.153725174569888,0.279208732484843,0.0912988570922052,0.153725174569888,0.211525082237888,0.0611928915479966,0.5,0.153725174569888,0.286634582619167,0.0557341743226121,0.153725174569888,0.250471236634567,0.0309378904554188,0.5,0.153725174569888,0.30175586147035,0.0402858135059451,0.153725174569888,0.238062715438971,0.0249879719452667,0.153725174569888,0.324115770561375,0.42154409022974,0.153725174569888,0.326619369400276,0.28424294828205,0.153725174569888,0.31083797865137,0.0943255398548247,0.153725174569888,0.26446000078673,0.0462440779837817,0.153725174569888,0.312748490846513,0.00835926483661401,0.5,0.153725174569888,0.164631778135551,0.0156698212568936,0,0.318897482659997,0.245930770141192 -5194,0.5,0.153725174569888,0.477568285013095,0.308342347403525,0.153725174569888,0.478988010844343,0.272562785484685,0.153725174569888,0.341883614595391,0.0260878586792958,0.153725174569888,0.435367964430216,0.120386187253077,0.153725174569888,0.450661389886179,0.207145672718331,0.153725174569888,0.397861345804755,0.120277145261925,0.153725174569888,0.409124534536163,0.176007510398975,0.153725174569888,0.339153728233707,0.0740216339514904,0.5,0.153725174569888,0.407190219703511,0.0576783370612048,0.153725174569888,0.343187579355656,0.0318262827209085,0.5,0.153725174569888,0.440654200949118,0.0548939871392629,0.153725174569888,0.349974043510331,0.0533301694118312,0.153725174569888,0.401519139608706,0.503702685928663,0.153725174569888,0.461407727859104,0.360612846643536,0.153725174569888,0.443300521906176,0.14615333309992,0.153725174569888,0.400828357887255,0.0618945037087649,0.153725174569888,0.41206567080764,0.0188827012197028,0.5,0.153725174569888,0.244812219775273,0.0110629937960831,0,0.300209933917117,0.278728795165566 -5195,0.5,0.153725174569888,0.578067954611596,0.324526029961932,0.153725174569888,0.592321848386131,0.329284829378588,0.153725174569888,0.417199253981364,0.0179870758146361,0.153725174569888,0.532857222934747,0.153910173949931,0.153725174569888,0.573223449349003,0.27816936021549,0.153725174569888,0.53195814451613,0.154863162206218,0.153725174569888,0.540726233933125,0.248691554612366,0.153725174569888,0.417514619733481,0.0773952386177675,0.5,0.153725174569888,0.464724274587532,0.0633955671417637,0.153725174569888,0.3024123941098,0.0316366123341137,0.5,0.153725174569888,0.538688432553015,0.0706128128359046,0.153725174569888,0.399634280548016,0.0594427223804698,0.153725174569888,0.498037644100778,0.558285672240201,0.153725174569888,0.573516152411989,0.418616506069326,0.153725174569888,0.556801798473642,0.184551025562145,0.153725174569888,0.498666772869597,0.0709245205594466,0.153725174569888,0.449890463916572,0.0304087686887104,0.5,0.153725174569888,0.277867264907508,0.00894474224587651,0,0.351839402979596,0.344482210279956 -5196,0.5,0.153725174569888,0.638628592557375,0.347556986508252,0.153725174569888,0.654846705275301,0.380217902636879,0.153725174569888,0.491776600035654,0.0142092703150501,0.153725174569888,0.591595045093658,0.175145192385599,0.153725174569888,0.650672265236889,0.309640930135811,0.153725174569888,0.601322348384916,0.163256858093917,0.153725174569888,0.629730790457863,0.256002125451012,0.153725174569888,0.456297107316512,0.0887190400474907,0.5,0.153725174569888,0.493723449835611,0.0799482138986875,0.153725174569888,0.426317985741225,0.0274819225234459,0.5,0.153725174569888,0.493123890155696,0.077726584523462,0.153725174569888,0.460249483089884,0.0640114634533702,0.153725174569888,0.555948589317921,0.582122982420604,0.153725174569888,0.631136769650347,0.455143067225281,0.153725174569888,0.603380831453718,0.205253402473187,0.153725174569888,0.494080675124559,0.0682337777842371,0.153725174569888,0.452562015395642,0.042762352521769,0.5,0.153725174569888,0.305360436874152,0.00748334005254765,0,0.373148704374067,0.433700658518472 -5197,0.5,0.153725174569888,0.658082064706397,0.348117312927313,0.153725174569888,0.653587971488756,0.401169867342885,0.153725174569888,0.539795330023021,0.026589380036469,0.153725174569888,0.606326030753816,0.185342508176731,0.153725174569888,0.682948818861494,0.319662003228343,0.153725174569888,0.639474023264084,0.15352476624627,0.153725174569888,0.671313688277129,0.227977279760473,0.153725174569888,0.513246590757577,0.0959326232622423,0.5,0.153725174569888,0.544468682213434,0.0946670297910851,0.153725174569888,0.48389429074019,0.0257891284849934,0.5,0.153725174569888,0.569313349881552,0.103939163366559,0.153725174569888,0.491222197824663,0.0787921794057109,0.153725174569888,0.627239573086396,0.601839412074191,0.153725174569888,0.643932888002562,0.485244461763436,0.153725174569888,0.650669488002062,0.218848488214326,0.153725174569888,0.509205716112174,0.0618260895401123,0.153725174569888,0.485460608684353,0.062439639413834,0.5,0.153725174569888,0.310382835424087,0.00891182636479198,0,0.293195107578755,0.505006530688509 -5198,0.5,0.153725174569888,0.643169195216692,0.309279917294568,0.153725174569888,0.642209547717017,0.470768278346591,0.153725174569888,0.54643870006595,0.056946012855526,0.153725174569888,0.589190175638392,0.188556361813467,0.153725174569888,0.664670900584199,0.318833178827673,0.153725174569888,0.653387388763855,0.117288860205394,0.153725174569888,0.638090044442033,0.185248800274648,0.153725174569888,0.550826704227397,0.0895529811185181,0.5,0.153725174569888,0.546408135119677,0.0900822539379,0.153725174569888,0.444144015319724,0.0426734475380628,0.5,0.153725174569888,0.548414236624265,0.0824465587508361,0.153725174569888,0.496630661144741,0.0829000174533147,0.153725174569888,0.618355339613133,0.624508301248367,0.153725174569888,0.612502136813422,0.506052600221093,0.153725174569888,0.628481887133628,0.240453319226039,0.153725174569888,0.446559874275738,0.0533091788585371,0.153725174569888,0.473200960482749,0.0705338164494125,0.5,0.153725174569888,0.283952272969023,0.0149729651083897,0,0.180368416570013,0.602631893848276 -5199,0.5,0.153725174569888,0.578694822444591,0.269692682415393,0.153725174569888,0.568244494684992,0.582610124196613,0.153725174569888,0.507316403652166,0.0907434160567379,0.153725174569888,0.519695094009536,0.182165770853564,0.153725174569888,0.602965565203899,0.285916924137472,0.153725174569888,0.605601268068317,0.0920660317835056,0.153725174569888,0.570472119425465,0.144404488581769,0.153725174569888,0.548987570467945,0.0667960306683401,0.5,0.153725174569888,0.525891441464952,0.0734608050599845,0.153725174569888,0.459889711418706,0.027679239301514,0.5,0.153725174569888,0.50502748941716,0.0959600093902094,0.153725174569888,0.457015549435928,0.0858082616645918,0.153725174569888,0.575076573937385,0.637854307025958,0.153725174569888,0.54262683521984,0.478970459604716,0.153725174569888,0.563423967882241,0.240652844171662,0.153725174569888,0.335597475046686,0.0446786493219044,0.153725174569888,0.411296278314432,0.0852763465783154,0.5,0.153725174569888,0.248207654871454,0.0313166863457891,0,0.10952060004703,0.598419046587878 -5200,0.5,0.153725174569888,0.465752917255768,0.229598055020552,0.153725174569888,0.455512645102601,0.659468237591782,0.153725174569888,0.386241536498408,0.101798408538968,0.153725174569888,0.42864592258871,0.174392690679918,0.153725174569888,0.497860817068114,0.239039221908104,0.153725174569888,0.518376141919582,0.0679676975189048,0.153725174569888,0.477050058498771,0.107267916947666,0.153725174569888,0.481886533460482,0.0494390579291394,0.5,0.153725174569888,0.450493269265259,0.0625289822284945,0.153725174569888,0.346118389424376,0.0141225181553463,0.5,0.153725174569888,0.421920548335163,0.109608900128074,0.153725174569888,0.389215119469836,0.0754733081336041,0.153725174569888,0.481588140375839,0.612851042319637,0.153725174569888,0.465751276782906,0.433779847020019,0.153725174569888,0.431680706420807,0.231140764756056,0.153725174569888,0.179951526753342,0.0371709249883174,0.153725174569888,0.381473457343089,0.104598751265137,0.5,0.153725174569888,0.233224305211773,0.0468118211466145,0,0.0855341208592663,0.554926830489332 -5201,0.5,0.153725174569888,0.339848221058559,0.176862590614853,0.153725174569888,0.353774729609929,0.650914479940805,0.153725174569888,0.276064829212531,0.0951987367156271,0.153725174569888,0.307496677075605,0.135600204722882,0.153725174569888,0.364741745918009,0.207209554094192,0.153725174569888,0.390057197475459,0.0506557140804188,0.153725174569888,0.350486358799748,0.0727443244245943,0.153725174569888,0.372253265612666,0.037702084498324,0.5,0.153725174569888,0.350584501631526,0.0517330198047198,0.153725174569888,0.224490685903894,0.00809177058952622,0.5,0.153725174569888,0.317434576378882,0.0924677153633051,0.153725174569888,0.274567893137602,0.062275778271861,0.153725174569888,0.369237275374566,0.578693079803576,0.153725174569888,0.356571730570564,0.384159514258683,0.153725174569888,0.326767301282703,0.220722595629048,0.153725174569888,0.098285802012153,0.0281219046331244,0.153725174569888,0.26632845230898,0.0958769205957631,0.5,0.153725174569888,0.164557158277279,0.0387880801373811,0,0.0900620525543219,0.504051163042641 -5202,0.5,0.153725174569888,0.208072984774338,0.102395738863649,0.153725174569888,0.232687550052701,0.587882132161458,0.153725174569888,0.1417675502684,0.077160092415729,0.153725174569888,0.182494694511935,0.0684821129716982,0.153725174569888,0.243673720729707,0.170108747122839,0.153725174569888,0.256008264172405,0.0384092154354203,0.153725174569888,0.22598396611769,0.0467284205578885,0.153725174569888,0.248263837329143,0.021391527765263,0.5,0.153725174569888,0.205774088123521,0.0345450472080413,0.153725174569888,0.14771691966921,0.00355984036316001,0.5,0.153725174569888,0.206481811840183,0.0672346201281111,0.153725174569888,0.15077001858986,0.036427755827573,0.153725174569888,0.247164980079494,0.512621982879545,0.153725174569888,0.244561117061558,0.310703978303498,0.153725174569888,0.213027053904844,0.194948188896063,0.153725174569888,0.0669555151749266,0.017173753608885,0.153725174569888,0.164805169686764,0.0730888201296038,0.5,0.153725174569888,0.10007480423726,0.0230592587077335,0,0.115429029590076,0.428974053230297 -5203,0.5,0.153725174569888,0.0562028051144718,0.0442615522269963,0.153725174569888,0.0721675064956299,0.384574854716161,0.153725174569888,0.0291266467926344,0.0447272023380311,0.153725174569888,0.046307890256919,0.0357947902846588,0.153725174569888,0.0836604364587332,0.109895651809685,0.153725174569888,0.101716418502394,0.0169574067209053,0.153725174569888,0.0728649144481026,0.0179840986731676,0.153725174569888,0.0882671579172166,0.00299533145376643,0.5,0.153725174569888,0.0723949425814925,0.00792505540862706,0.153725174569888,0.0347181134007439,0.00117472405679299,0.5,0.153725174569888,0.0648378178994384,0.0204727454078451,0.153725174569888,0.0476752538909554,0.01317908558527,0.153725174569888,0.0858614861149244,0.393608129707455,0.153725174569888,0.0900198339469193,0.232723650708091,0.153725174569888,0.0680123234718255,0.129957857273236,0.153725174569888,0.0339983230023713,0.00615068110306473,0.153725174569888,0.0510775768760854,0.0320024379791866,0.5,0.153725174569888,0.0286594781983882,0.00801891328770721,0,0.166492967858861,0.338276820953919 -5204,0.5,0.153725174569888,0.0,0.0322395053316093,0.153725174569888,0.0,0.141475461769555,0.153725174569888,0.0,0.0272535626761319,0.153725174569888,0.0,0.0278294473496136,0.153725174569888,0.0,0.0761023292466575,0.153725174569888,0.0,0.0141225974501006,0.153725174569888,0.0,0.0112435146127719,0.153725174569888,0.0,0.00124159915344922,0.5,0.153725174569888,0.0,0.00379012107170934,0.153725174569888,3.36955936507866e-05,0.00389560177068931,0.5,0.153725174569888,0.0,0.0140131148182165,0.153725174569888,0.0,0.00993585664989656,0.153725174569888,0.0,0.226062431991589,0.153725174569888,0.0,0.117175171937824,0.153725174569888,0.0,0.0812856862299339,0.153725174569888,0.0,0.00468963621969163,0.153725174569888,0.0,0.0181368996007287,0.5,0.153725174569888,0.0,0.00806978863420044,0,0.224567231534546,0.238555330278002 -5205,0.5,0.153725174569888,0.0,0.0320306942273245,0.153725174569888,0.0,0.0757333471122064,0.153725174569888,0.0,0.0234712984864042,0.153725174569888,0.0,0.0216995126054658,0.153725174569888,0.0,0.06191044584697,0.153725174569888,0.0,0.0208733650085773,0.153725174569888,0.0,0.0126480338862595,0.153725174569888,0.0,0.00305019007758594,0.5,0.153725174569888,0.0,0.00203820864284548,0.153725174569888,0.0,0.00371044372526997,0.5,0.153725174569888,0.0,0.0115738999087962,0.153725174569888,0.0,0.0057070306229736,0.153725174569888,0.0,0.161802871174037,0.153725174569888,0.0,0.0764112017849621,0.153725174569888,0.0,0.0559613143797652,0.153725174569888,0.0,0.00509253724739489,0.153725174569888,0.0,0.012956444423985,0.5,0.153725174569888,0.0,0.00961349291408104,0,0.212314894134365,0.132893472625991 -5206,0.5,0.153725174569888,0.0,0.0408756817173757,0.153725174569888,0.0,0.057356740086721,0.153725174569888,0.0,0.0251486423797536,0.153725174569888,0.0,0.020889548844111,0.153725174569888,0.0,0.03605470110836,0.153725174569888,0.0,0.0181489306408902,0.153725174569888,0.0,0.0114086916814908,0.153725174569888,0.0,0.00580519769792589,0.5,0.153725174569888,0.0,0.000962483409175542,0.153725174569888,0.0,0.00567313758438678,0.5,0.153725174569888,0.0,0.00715657584591815,0.153725174569888,0.0,0.00352772695709277,0.153725174569888,0.0,0.140522860698331,0.153725174569888,0.0,0.0504072161021925,0.153725174569888,0.0,0.0356793064282739,0.153725174569888,0.0,0.00543463818915534,0.153725174569888,0.0,0.00959355654599582,0.5,0.153725174569888,0.0,0.0138090731723254,0,0.219228441068608,0.0590376348663326 -5207,0.5,0.153725174569888,0.0,0.049892954726248,0.153725174569888,0.0,0.0423229515156539,0.153725174569888,0.0,0.0324192073211539,0.153725174569888,0.0,0.0227760576255576,0.153725174569888,0.0,0.0141619190617979,0.153725174569888,0.0,0.013229350794934,0.153725174569888,0.0,0.0084791054692099,0.153725174569888,0.0,0.00830153852221456,0.5,0.153725174569888,0.0,0.000640960769384704,0.153725174569888,0.0,0.00614005081724742,0.5,0.153725174569888,0.0,0.00406448097338253,0.153725174569888,0.0,0.00250010836283724,0.153725174569888,0.0,0.115285219722344,0.153725174569888,0.0,0.0303758972276565,0.153725174569888,0.0,0.0204834016102246,0.153725174569888,0.0,0.00499031787405304,0.153725174569888,0.0,0.00807634590965646,0.5,0.153725174569888,0.0,0.0150822065761594,0,0.281454990942434,0.0315087297563666 -5208,0.5,0.153725174569888,0.0,0.0536574067785773,0.153725174569888,0.0,0.0288290221554168,0.153725174569888,0.0,0.0350909238767054,0.153725174569888,0.0,0.0269750997874399,0.153725174569888,0.0,0.0045047680635179,0.153725174569888,0.0,0.00957512022305369,0.153725174569888,0.0,0.00584314898120574,0.153725174569888,0.0,0.0116612367740831,0.5,0.153725174569888,0.0,0.000479685308874467,0.153725174569888,0.0,0.00473073474112924,0.5,0.153725174569888,0.0,0.00157182841838958,0.153725174569888,0.0,0.00292163554331794,0.153725174569888,0.0,0.0830745075307614,0.153725174569888,0.0,0.0187157626589608,0.153725174569888,0.0,0.00927780048034838,0.153725174569888,0.0,0.00377029857280056,0.153725174569888,0.0,0.00627127769268286,0.5,0.153725174569888,0.0,0.0145106611372331,0,0.301346914690403,0.0362697612812284 -5209,0.5,0.153725174569888,0.0,0.0507097081466137,0.153725174569888,0.0,0.025892980601432,0.153725174569888,0.0,0.033140008525727,0.153725174569888,0.0,0.028794618627582,0.153725174569888,0.0,0.00205234646585086,0.153725174569888,0.0,0.00718360685276301,0.153725174569888,0.0,0.00542041723771338,0.153725174569888,0.0,0.0140213278412079,0.5,0.153725174569888,0.0,0.000467268712337799,0.153725174569888,0.0,0.00246563148759501,0.5,0.153725174569888,0.0,0.000900858757492364,0.153725174569888,0.0,0.00375028859647914,0.153725174569888,0.0,0.0542070461273975,0.153725174569888,0.0,0.0135163872154278,0.153725174569888,0.0,0.00415871204401237,0.153725174569888,0.0,0.00246887315391387,0.153725174569888,0.0,0.00413451123894032,0.5,0.153725174569888,0.0,0.0124531761343604,0,0.326703187153112,0.0438956857555963 -5210,0.5,0.153725174569888,0.0,0.0436826042845799,0.153725174569888,0.0,0.027815473154847,0.153725174569888,0.0,0.02469845944595,0.153725174569888,0.0,0.0282752685505965,0.153725174569888,0.0,0.00172345792557651,0.153725174569888,0.0,0.00631950036004265,0.153725174569888,0.0,0.00715846734711179,0.153725174569888,0.0,0.0157094589898588,0.5,0.153725174569888,0.0,0.00133098790938709,0.153725174569888,0.0,0.00128006164061695,0.5,0.153725174569888,0.0,0.000469433827149087,0.153725174569888,0.0,0.00470708486646368,0.153725174569888,0.0,0.0407908595280972,0.153725174569888,0.0,0.00983128725519702,0.153725174569888,0.0,0.00272369668228413,0.153725174569888,0.0,0.00215677838842173,0.153725174569888,0.0,0.00235079453186959,0.5,0.153725174569888,0.0,0.0105007297445136,0,0.342887338950689,0.0461714403504304 -5211,0.5,0.153725174569888,0.0,0.0394552364361163,0.153725174569888,0.0,0.0269381475238935,0.153725174569888,0.0,0.0181695899887666,0.153725174569888,0.0,0.0339027718032489,0.153725174569888,0.0,0.00234968636483008,0.153725174569888,0.0,0.0081318266119361,0.153725174569888,0.0,0.00997552640759399,0.153725174569888,0.0,0.0172891584046167,0.5,0.153725174569888,0.0,0.00261179415677873,0.153725174569888,0.0,0.000808416603395336,0.5,0.153725174569888,0.0,0.000139393649445385,0.153725174569888,0.0,0.00573220365325209,0.153725174569888,0.0,0.037647470370772,0.153725174569888,0.0,0.00767537463836878,0.153725174569888,0.0,0.00296491379976247,0.153725174569888,0.0,0.0019337962996842,0.153725174569888,0.0,0.00199721360303136,0.5,0.153725174569888,0.0,0.0107232343306785,0,0.291003935215334,0.0432438905909865 -5212,0.5,0.153725174569888,0.0,0.0407252467059581,0.153725174569888,0.0,0.0220998167201891,0.153725174569888,0.0,0.0151933435709082,0.153725174569888,0.0,0.0367258236992404,0.153725174569888,0.0,0.00451863982926799,0.153725174569888,0.0,0.0131144123048184,0.153725174569888,0.0,0.0137896698028624,0.153725174569888,0.0,0.0227331830204726,0.5,0.153725174569888,0.0,0.00449031982614261,0.153725174569888,0.0,0.000914956130167297,0.5,0.153725174569888,0.0,0.000198415575802843,0.153725174569888,0.0,0.00982806560487846,0.153725174569888,0.0,0.0310722441207688,0.153725174569888,0.0,0.00497950859346866,0.153725174569888,0.0,0.00328771351739231,0.153725174569888,0.0,0.00180746896593711,0.153725174569888,0.0,0.0026990289754473,0.5,0.153725174569888,0.0,0.0111776319558851,0,0.230838589546183,0.0268200775159819 -5213,0.5,0.153725174569888,0.0,0.0451073055020877,0.153725174569888,0.0,0.0153507326279896,0.153725174569888,0.0,0.013898980622212,0.153725174569888,0.0,0.0242232548657719,0.153725174569888,0.0,0.00926340772501079,0.153725174569888,0.0,0.0200914524892308,0.153725174569888,0.0,0.0193527517444317,0.153725174569888,0.0,0.0262768885906835,0.5,0.153725174569888,0.0,0.00389625237704559,0.153725174569888,0.0,0.000730851663346745,0.5,0.153725174569888,0.0,0.000480411819346709,0.153725174569888,0.0,0.0148230047878176,0.153725174569888,0.0,0.0214393425219815,0.153725174569888,0.0,0.00323966010643677,0.153725174569888,0.0,0.00341046539687659,0.153725174569888,0.0,0.0021953953176014,0.153725174569888,0.0,0.00326546957491956,0.5,0.153725174569888,0.0,0.00989774831690997,0,0.22484663377212,0.0139078653224012 -5214,0.5,0.153725174569888,0.0312246719980544,0.0400819233393055,0.153725174569888,0.0202030948462809,0.00915567361395495,0.153725174569888,0.0116640856172809,0.00880068507342882,0.153725174569888,0.028697257028273,0.0120146671480599,0.153725174569888,0.00657558186086165,0.012269885029304,0.153725174569888,0.00355553604630352,0.0260662544230804,0.153725174569888,0.00596669257006322,0.0215333186931598,0.153725174569888,0.00346415885489913,0.0289957816646988,0.5,0.153725174569888,0.00322159243459785,0.00323703602432013,0.153725174569888,0.00379085661174608,0.000272602864995813,0.5,0.153725174569888,0.00468959904055069,0.000471946546751703,0.153725174569888,0.00385367467014845,0.0101419308703524,0.153725174569888,0.0107351023568456,0.0169230410990253,0.153725174569888,0.0105424524910958,0.00316371652150897,0.153725174569888,0.0140416016565468,0.00275505869679431,0.153725174569888,0.00524412600587113,0.00313859101642557,0.153725174569888,0.00528276276674538,0.00172226847620475,0.5,0.153725174569888,0.0113261318182538,0.00520874375467054,0,0.252278990857646,0.00779060482353008 -5215,0.5,0.153725174569888,0.11131241523401,0.0589394426107379,0.153725174569888,0.0950935367819396,0.00575179564001039,0.153725174569888,0.0751745223038078,0.00502845990117352,0.153725174569888,0.110147552635496,0.013425077559065,0.153725174569888,0.0784997820900083,0.0125916948274314,0.153725174569888,0.0649650358893152,0.0288133508918184,0.153725174569888,0.0790934372151863,0.0185645293908997,0.153725174569888,0.0680643833982496,0.0239570777662025,0.5,0.153725174569888,0.0698948025817505,0.00206522299293603,0.153725174569888,0.0676065907201985,7.92422804702868e-05,0.5,0.153725174569888,0.0785764488070356,0.000262521457270198,0.153725174569888,0.0762369514311812,0.00762975404250418,0.153725174569888,0.0672984249859735,0.0185572962710777,0.153725174569888,0.0837804765561668,0.00393635816686146,0.153725174569888,0.0895030415800677,0.00222438404223054,0.153725174569888,0.0770564616190293,0.00274821790426078,0.153725174569888,0.0573640775261835,0.00101614859378698,0.5,0.153725174569888,0.071705747810207,0.00444485928296644,0,0.296722724055445,0.0138214030911762 -5216,0.5,0.153725174569888,0.230803163227092,0.115796061240094,0.153725174569888,0.211243432815107,0.0047927735932493,0.153725174569888,0.168284578834048,0.00561214622539739,0.153725174569888,0.227525858264061,0.0345192466542364,0.153725174569888,0.185504188943514,0.0277083961464126,0.153725174569888,0.159182123090709,0.0461241327021367,0.153725174569888,0.190340505660729,0.0213528361811877,0.153725174569888,0.17160910822672,0.0223026154108998,0.5,0.153725174569888,0.179994786767967,0.00158913232219146,0.153725174569888,0.170993841492844,6.72053754803078e-05,0.5,0.153725174569888,0.194311123451398,0.000153009154334879,0.153725174569888,0.192946735906003,0.00243006200920148,0.153725174569888,0.157923011901613,0.0230792820603618,0.153725174569888,0.195517374081996,0.00775483493177546,0.153725174569888,0.206268483601025,0.00392451667557543,0.153725174569888,0.19544635075427,0.00483142513276477,0.153725174569888,0.137296056773254,0.00524556710122983,0.5,0.153725174569888,0.142173996985796,0.0130672833036943,0,0.281476885827611,0.0292702190848712 -5217,0.5,0.153725174569888,0.348402375031486,0.135571648054141,0.153725174569888,0.339882592408491,0.000827977497851078,0.153725174569888,0.285287790129644,0.00435436536468629,0.153725174569888,0.354540293071522,0.053510546080216,0.153725174569888,0.300611747732869,0.0530827418146673,0.153725174569888,0.278419453219877,0.0887320109473385,0.153725174569888,0.31435114938882,0.0463283366546979,0.153725174569888,0.293760492575125,0.035838566965878,0.5,0.153725174569888,0.309616928298482,0.00959055347941574,0.153725174569888,0.294557556664697,0.00017325260459663,0.5,0.153725174569888,0.328449788003693,0.000269415981979975,0.153725174569888,0.328167708357942,0.00339861097492464,0.153725174569888,0.27321501942511,0.0317800531007555,0.153725174569888,0.317918489695487,0.0166654349609377,0.153725174569888,0.336481006044171,0.00423073518331629,0.153725174569888,0.330703892715157,0.0236083617644684,0.153725174569888,0.236742718509297,0.00792079827034507,0.5,0.153725174569888,0.195039915567032,0.0287035273150603,0,0.204884993685692,0.0477867519027165 -5218,0.5,0.153725174569888,0.445614490213427,0.117317134975351,0.153725174569888,0.474364546145362,0.000337957421072871,0.153725174569888,0.400697817320056,0.00268971938163398,0.153725174569888,0.483615892019961,0.0626062539635598,0.153725174569888,0.425468365145645,0.0716324929713278,0.153725174569888,0.417912794584073,0.109644581651255,0.153725174569888,0.451382477624466,0.0806003933651097,0.153725174569888,0.422893381682323,0.0615299772649052,0.5,0.153725174569888,0.442990303259453,0.0357298448109244,0.153725174569888,0.405773763989368,0.000369709281357583,0.5,0.153725174569888,0.468359135402432,0.000375874630143093,0.153725174569888,0.45358511530746,0.00616081154370344,0.153725174569888,0.396852650268712,0.0414559892684631,0.153725174569888,0.44576483004421,0.0285982188638331,0.153725174569888,0.470619172506354,0.00543973491866813,0.153725174569888,0.460228663713861,0.0394655968609691,0.153725174569888,0.33824877748324,0.00434266217172418,0.5,0.153725174569888,0.201174374392455,0.0218465638602582,0,0.129265942975228,0.0595885242478077 -5219,0.5,0.153725174569888,0.511007811351633,0.091837641340073,0.153725174569888,0.584347412898427,0.00160944250986845,0.153725174569888,0.463163376817082,0.00105775176663629,0.153725174569888,0.584162519495808,0.0739056408316594,0.153725174569888,0.554511513993257,0.0923044025016179,0.153725174569888,0.538777316388753,0.127398985605237,0.153725174569888,0.567755163722917,0.0850274877697195,0.153725174569888,0.525973992828452,0.091247073466838,0.5,0.153725174569888,0.541185318750811,0.0789386113139665,0.153725174569888,0.543826493031925,0.000847497628070392,0.5,0.153725174569888,0.567305703317114,0.00106472621989075,0.153725174569888,0.564563102332738,0.00986031659901695,0.153725174569888,0.507426684454877,0.0447052252711895,0.153725174569888,0.556400325341266,0.0368071803300121,0.153725174569888,0.574661648357925,0.0094156340887518,0.153725174569888,0.575418175806196,0.0351650301276841,0.153725174569888,0.414996694973145,0.00139817505086406,0.5,0.153725174569888,0.266865387858099,0.0162890319849055,0,0.0742038867071395,0.0698075238325497 -5220,0.5,0.153725174569888,0.558263991332992,0.0684017245085283,0.153725174569888,0.642781558538375,0.00658807689976249,0.153725174569888,0.491146518989013,0.00130394806212295,0.153725174569888,0.61697302389158,0.0748464722398479,0.153725174569888,0.634891222106429,0.137907119582071,0.153725174569888,0.594375198115359,0.197808272849988,0.153725174569888,0.641079856828641,0.0918711484956734,0.153725174569888,0.518075225520877,0.145306388536199,0.5,0.153725174569888,0.53067343084185,0.120720337515077,0.153725174569888,0.568355008207734,0.000785124949178596,0.5,0.153725174569888,0.618650051451179,0.0017503929241063,0.153725174569888,0.625474233618575,0.00998658298298513,0.153725174569888,0.608615285196166,0.0392295475163774,0.153725174569888,0.624421608346143,0.0482323513251961,0.153725174569888,0.629166073452825,0.0164896693818688,0.153725174569888,0.647049939909355,0.0421102673544664,0.153725174569888,0.453508934590395,0.000584181169605559,0.5,0.153725174569888,0.357386205614047,0.0127764623795643,0,0.0429327131615215,0.0717277218516173 -5221,0.5,0.153725174569888,0.599217060529752,0.0524617309266878,0.153725174569888,0.660706305376063,0.0130859775686002,0.153725174569888,0.493471309390641,0.00505891031454533,0.153725174569888,0.653290583824507,0.0682046686737935,0.153725174569888,0.650862676619775,0.199735522212662,0.153725174569888,0.498303922321063,0.263592331240602,0.153725174569888,0.642915732655089,0.115961379342769,0.153725174569888,0.480053693273012,0.197891768600656,0.5,0.153725174569888,0.484285797213902,0.133338987581503,0.153725174569888,0.586167519664504,0.000163620449964823,0.5,0.153725174569888,0.637593056971037,0.00171504201768428,0.153725174569888,0.632429101248456,0.00841134128835777,0.153725174569888,0.645136360984863,0.0373646118658572,0.153725174569888,0.628458785100586,0.0709264938502319,0.153725174569888,0.658718277797894,0.0297138556266314,0.153725174569888,0.665077322352763,0.0574203071413683,0.153725174569888,0.445122979126903,0.000831689092436276,0.5,0.153725174569888,0.424116189038072,0.00902725882306666,0,0.0355555747404187,0.0968928384068435 -5222,0.5,0.153725174569888,0.599423833887155,0.0422305024520472,0.153725174569888,0.640297399491363,0.019674502876318,0.153725174569888,0.451588811772528,0.0146888516864879,0.153725174569888,0.627071580178694,0.058312730457314,0.153725174569888,0.552547179587049,0.221137996135419,0.153725174569888,0.434272360052307,0.303111367501254,0.153725174569888,0.493945940594279,0.112642324223177,0.153725174569888,0.407071135392652,0.260109342842331,0.5,0.153725174569888,0.465562733070478,0.176385518811978,0.153725174569888,0.534852181497246,6.39919693092094e-05,0.5,0.153725174569888,0.585304463191306,0.00114219907042522,0.153725174569888,0.578247723783632,0.00584442826631234,0.153725174569888,0.63446462827888,0.0328185138639974,0.153725174569888,0.610124960163291,0.101633016083902,0.153725174569888,0.636696260567651,0.0529543051794356,0.153725174569888,0.610410963251793,0.0627707883978319,0.153725174569888,0.42520003262601,0.00186412369852857,0.5,0.153725174569888,0.331860985903234,0.00785998322382381,0,0.0417184700789314,0.146787358941708 -5223,0.5,0.153725174569888,0.555646985027593,0.0354227369737106,0.153725174569888,0.578617773598388,0.0284755825917466,0.153725174569888,0.4210729091481,0.0303068231981679,0.153725174569888,0.552108445573205,0.0528559059521473,0.153725174569888,0.446222521377486,0.22049026354979,0.153725174569888,0.351654140018769,0.405067590051841,0.153725174569888,0.458763557051399,0.136987856863502,0.153725174569888,0.320145121942328,0.245146597197535,0.5,0.153725174569888,0.331807077797718,0.195381886423005,0.153725174569888,0.48961604075791,0.000335775063325206,0.5,0.153725174569888,0.513733241391456,0.00136553735672025,0.153725174569888,0.488298130481935,0.00532331414528488,0.153725174569888,0.574094543036475,0.0220084044721805,0.153725174569888,0.531521383193446,0.118810109865207,0.153725174569888,0.571356883771102,0.07516005601299,0.153725174569888,0.561275240050779,0.0763991000982599,0.153725174569888,0.425823091897759,0.00491855039294281,0.5,0.153725174569888,0.296259366624542,0.00862671107234701,0,0.0385294798532452,0.153425106900194 -5224,0.5,0.153725174569888,0.461088779433443,0.0285806847842214,0.153725174569888,0.474694708687945,0.0504474338877344,0.153725174569888,0.38172618956497,0.0471735495525267,0.153725174569888,0.434272120243668,0.048000162427259,0.153725174569888,0.346728507692851,0.231145910660261,0.153725174569888,0.157016459434872,0.396870655430911,0.153725174569888,0.355868956287412,0.152443168335459,0.153725174569888,0.229487695018612,0.161718167349505,0.5,0.153725174569888,0.243076785892102,0.142522220721252,0.153725174569888,0.399777382904667,0.000763633899345825,0.5,0.153725174569888,0.406374261294211,0.00224605419620744,0.153725174569888,0.393950698515928,0.0079138563425381,0.153725174569888,0.464096182951581,0.0162171565885273,0.153725174569888,0.378559474791742,0.128774527446965,0.153725174569888,0.467057687845327,0.0906378039752173,0.153725174569888,0.441919944035459,0.0891302091176909,0.153725174569888,0.424895187233163,0.00637908885830064,0.5,0.153725174569888,0.282488888072854,0.0089432205773459,0,0.022298452503397,0.202926084390024 -5225,0.5,0.153725174569888,0.33773514270746,0.0220842128032645,0.153725174569888,0.321552671061721,0.066137424776023,0.153725174569888,0.318410151923405,0.0498290693103798,0.153725174569888,0.307190940441,0.0388645829569653,0.153725174569888,0.213952784142246,0.225073001431812,0.153725174569888,0.103952888303143,0.336313673553391,0.153725174569888,0.19420242707749,0.155452566568284,0.153725174569888,0.125836788433308,0.0811039366634313,0.5,0.153725174569888,0.189160654210059,0.115621671465995,0.153725174569888,0.277857547851242,0.00183644382258619,0.5,0.153725174569888,0.289149562803988,0.00339033806653857,0.153725174569888,0.268373114108884,0.00775901436083694,0.153725174569888,0.315949797036741,0.0149973672315028,0.153725174569888,0.243097549841503,0.114872498716059,0.153725174569888,0.347161014784125,0.0946355867541316,0.153725174569888,0.310424623521598,0.0810804917073162,0.153725174569888,0.342677521827438,0.00553501695326605,0.5,0.153725174569888,0.239286909858287,0.00846923081182229,0,0.00704277886706364,0.234509651648557 -5226,0.5,0.153725174569888,0.209657489801408,0.0150501886237809,0.153725174569888,0.209557646428474,0.0579313446821323,0.153725174569888,0.207558900176701,0.040390892163244,0.153725174569888,0.18542972559081,0.0159827906239729,0.153725174569888,0.0989924175787172,0.220991353467702,0.153725174569888,0.0686968582443395,0.205921241495505,0.153725174569888,0.084301737279386,0.111306989293683,0.153725174569888,0.0947002038255915,0.0621330037442691,0.5,0.153725174569888,0.109784616872682,0.122240133576046,0.153725174569888,0.172799062877384,0.00468335638698101,0.5,0.153725174569888,0.139518985276744,0.00351931628657885,0.153725174569888,0.141954055045137,0.00481320953284956,0.153725174569888,0.180535036149821,0.0143832370297563,0.153725174569888,0.143183883932434,0.0878780129467906,0.153725174569888,0.217533872976405,0.0734137453954527,0.153725174569888,0.17812975149853,0.0422392036261616,0.153725174569888,0.210004969017349,0.00393044743249454,0.5,0.153725174569888,0.191383062503245,0.00435791317243271,0,0.000411642184265753,0.159642848789292 -5227,0.5,0.153725174569888,0.0540277259358929,0.0136381574117516,0.153725174569888,0.0747111190777258,0.0194676322960634,0.153725174569888,0.0545363071881513,0.0187031280371628,0.153725174569888,0.0450123106129382,0.00756302541692487,0.153725174569888,0.0207775674072616,0.114562195311532,0.153725174569888,0.0287951759016762,0.133118561845396,0.153725174569888,0.0429612060802044,0.0775546790312042,0.153725174569888,0.0297106912174304,0.0441705238753288,0.5,0.153725174569888,0.04132444006745,0.0679124791054195,0.153725174569888,0.0649340661910395,0.00903843320872209,0.5,0.153725174569888,0.0529205208837473,0.002258313395272,0.153725174569888,0.0511509585513754,0.00358388058806758,0.153725174569888,0.0755411856570165,0.0206182943031033,0.153725174569888,0.0473761158078842,0.0523554206868425,0.153725174569888,0.0652332836500859,0.0335024896300329,0.153725174569888,0.0513026292270201,0.0200466878060438,0.153725174569888,0.0594191399492963,0.00430035175320927,0.5,0.153725174569888,0.0447772521257204,0.00717334780159438,0,0.00150667593104587,0.107336045589837 -5228,0.5,0.153725174569888,0.0,0.0231248006734267,0.153725174569888,0.0,0.028602628804049,0.153725174569888,0.0,0.0247773209386708,0.153725174569888,0.0,0.00595716781438719,0.153725174569888,0.0,0.0791117332940241,0.153725174569888,0.0,0.0649569336898322,0.153725174569888,0.0,0.0394181155280065,0.153725174569888,0.0,0.0269219563963838,0.5,0.153725174569888,0.0,0.0505995619123068,0.153725174569888,0.0,0.0158484749656764,0.5,0.153725174569888,0.0,0.00186868518048833,0.153725174569888,0.0,0.00330996431099521,0.153725174569888,0.0,0.0353063272398061,0.153725174569888,0.0,0.0385837908956856,0.153725174569888,0.0,0.0326990778839501,0.153725174569888,0.0,0.0136531872131567,0.153725174569888,0.0,0.00748758235772138,0.5,0.153725174569888,0.0,0.0161802022827869,0,0.00224159943348665,0.0749349048186359 -5229,0.5,0.153725174569888,0.0,0.0322684956972061,0.153725174569888,0.0,0.0480223853073968,0.153725174569888,0.0,0.0320162322923391,0.153725174569888,0.0,0.00615376544595865,0.153725174569888,0.0,0.05282603397721,0.153725174569888,0.0,0.0312929391617724,0.153725174569888,0.0,0.0201185058134268,0.153725174569888,0.0,0.0210099548413153,0.5,0.153725174569888,0.0,0.0346650614034436,0.153725174569888,0.0,0.0167259613287858,0.5,0.153725174569888,0.0,0.00133522589004112,0.153725174569888,0.0,0.00419203107479608,0.153725174569888,0.0,0.0709217659402034,0.153725174569888,0.0,0.0398048130349756,0.153725174569888,0.0,0.0452838189066137,0.153725174569888,0.0,0.0127266710474545,0.153725174569888,0.0,0.0101164580735262,0.5,0.153725174569888,0.0,0.0147317533321706,0,0.00949553317865086,0.0865590760323421 -5230,0.5,0.153725174569888,0.0,0.0374475910879664,0.153725174569888,0.0,0.0777981811154857,0.153725174569888,0.0,0.0374306174619737,0.153725174569888,0.0,0.00677212695020021,0.153725174569888,0.0,0.0298865482471115,0.153725174569888,0.0,0.0201317525552227,0.153725174569888,0.0,0.0119234252348276,0.153725174569888,0.0,0.02145919120907,0.5,0.153725174569888,0.0,0.0342772830570989,0.153725174569888,0.0,0.0171171295518737,0.5,0.153725174569888,0.0,0.00135398047915471,0.153725174569888,0.0,0.00464355744314399,0.153725174569888,0.0,0.119180580023971,0.153725174569888,0.0,0.0413950605437219,0.153725174569888,0.0,0.0578931751386118,0.153725174569888,0.0,0.0131086158962001,0.153725174569888,0.0,0.0116360142114708,0.5,0.153725174569888,0.0,0.0119512119419059,0,0.0193387970870343,0.19192783672743 -5231,0.5,0.153725174569888,0.0,0.0415253270071183,0.153725174569888,0.0,0.100329118196972,0.153725174569888,0.0,0.0405794749424118,0.153725174569888,0.0,0.00723767742222306,0.153725174569888,0.0,0.0182816190119623,0.153725174569888,0.0,0.017849624227451,0.153725174569888,0.0,0.00999219752840795,0.153725174569888,0.0,0.0267904674051569,0.5,0.153725174569888,0.0,0.0331846941668195,0.153725174569888,0.0,0.0177238803724069,0.5,0.153725174569888,0.0,0.00146437426872022,0.153725174569888,0.0,0.00562845370649641,0.153725174569888,0.0,0.158500259335084,0.153725174569888,0.0,0.0413070976562174,0.153725174569888,0.0,0.0637948808719115,0.153725174569888,0.0,0.0135718292437737,0.153725174569888,0.0,0.011932501146338,0.5,0.153725174569888,0.0,0.00920036293766083,0,0.0336365171712218,0.302504399575825 -5232,0.5,0.153725174569888,0.0,0.0427873617614524,0.153725174569888,0.0,0.101134201799595,0.153725174569888,0.0,0.0357050029794536,0.153725174569888,0.0,0.00690127695339018,0.153725174569888,0.0,0.0172828648631799,0.153725174569888,0.0,0.0250875558932624,0.153725174569888,0.0,0.0105424017192098,0.153725174569888,0.0,0.0395586130623897,0.5,0.153725174569888,0.0,0.0345573271558073,0.153725174569888,0.0,0.0193362057992703,0.5,0.153725174569888,0.0,0.00158670401314754,0.153725174569888,0.0,0.00612511381873758,0.153725174569888,0.0,0.175278674484651,0.153725174569888,0.0,0.039331819837985,0.153725174569888,0.0,0.0622115813280946,0.153725174569888,0.0,0.0138989025052825,0.153725174569888,0.0,0.0120079822478917,0.5,0.153725174569888,0.0,0.00915620949726501,0,0.0528630393976559,0.373425883185047 -5233,0.5,0.153725174569888,0.0,0.0432969328171988,0.153725174569888,0.0,0.0857429299350353,0.153725174569888,0.0,0.0287529043084309,0.153725174569888,0.0,0.00639159866925583,0.153725174569888,0.0,0.0198690164782517,0.153725174569888,0.0,0.0355215895979137,0.153725174569888,0.0,0.0118781557104293,0.153725174569888,0.0,0.0521744395705875,0.5,0.153725174569888,0.0,0.0297449353435878,0.153725174569888,0.0,0.0197327809589561,0.5,0.153725174569888,0.0,0.0023573889709084,0.153725174569888,0.0,0.0064063492908676,0.153725174569888,0.0,0.158456078323577,0.153725174569888,0.0,0.0460677732540679,0.153725174569888,0.0,0.0547349163333505,0.153725174569888,0.0,0.0137321952562599,0.153725174569888,0.0,0.0128968758885297,0.5,0.153725174569888,0.0,0.00964383968552334,0,0.0691893097953843,0.36366394124885 -5234,0.5,0.153725174569888,0.0,0.0440527555463088,0.153725174569888,0.0,0.0627942189209071,0.153725174569888,0.0,0.0262699526233462,0.153725174569888,0.0,0.00685747975841993,0.153725174569888,0.0,0.0235907746694862,0.153725174569888,0.0,0.0421911732239237,0.153725174569888,0.0,0.0156432745737627,0.153725174569888,0.0,0.0554090073079278,0.5,0.153725174569888,0.0,0.0289510067441286,0.153725174569888,0.0,0.0178348637107842,0.5,0.153725174569888,0.0,0.00389244710187271,0.153725174569888,0.0,0.00557588127002788,0.153725174569888,0.0,0.119856563473168,0.153725174569888,0.0,0.0543273468448703,0.153725174569888,0.0,0.0461561301713041,0.153725174569888,0.0,0.0138592784611083,0.153725174569888,0.0,0.013097057881455,0.5,0.153725174569888,0.0,0.0109169359850285,0,0.0763901367668072,0.338524650032386 -5235,0.5,0.153725174569888,0.0,0.0439040588467548,0.153725174569888,0.0,0.041830299407924,0.153725174569888,0.0,0.0284074123299818,0.153725174569888,0.0,0.00866901270593277,0.153725174569888,0.0,0.0316072742248436,0.153725174569888,0.0,0.0474912615692168,0.153725174569888,0.0,0.0211939218123873,0.153725174569888,0.0,0.0430803374333853,0.5,0.153725174569888,0.0,0.0222271463410452,0.153725174569888,0.0,0.0166223442027513,0.5,0.153725174569888,0.0,0.00682679477471388,0.153725174569888,0.0,0.00410048287101573,0.153725174569888,0.0,0.0886303757179062,0.153725174569888,0.0,0.0575691655774932,0.153725174569888,0.0,0.0389839098210794,0.153725174569888,0.0,0.0136269271306842,0.153725174569888,0.0,0.0123266170806083,0.5,0.153725174569888,0.0,0.011713851556615,0,0.0785215242511336,0.311307547318802 -5236,0.5,0.153725174569888,0.0,0.0438777137957781,0.153725174569888,0.0,0.0260581959563928,0.153725174569888,0.0,0.0287518085449325,0.153725174569888,0.0,0.0108265820638489,0.153725174569888,0.0,0.0443829333238243,0.153725174569888,0.0,0.0386232934471858,0.153725174569888,0.0,0.038409259126487,0.153725174569888,0.0,0.0235754212945532,0.5,0.153725174569888,0.0,0.0137294224169978,0.153725174569888,0.0,0.0144025962587817,0.5,0.153725174569888,0.0,0.00870178544538101,0.153725174569888,0.0,0.00360403420355802,0.153725174569888,0.0,0.0781209149688683,0.153725174569888,0.0,0.0564478789054561,0.153725174569888,0.0,0.0303982250302796,0.153725174569888,0.0,0.0126489577245133,0.153725174569888,0.0,0.0116425817377489,0.5,0.153725174569888,0.0,0.011829045211512,0,0.0835168824745302,0.321281443613255 -5237,0.5,0.153725174569888,0.0,0.0425765911452377,0.153725174569888,0.0,0.0161992134712449,0.153725174569888,0.0,0.0268314053229768,0.153725174569888,0.0,0.0108546410230667,0.153725174569888,0.0,0.0440793677614438,0.153725174569888,0.0,0.0243003968083427,0.153725174569888,0.0,0.0564648122461926,0.153725174569888,0.0,0.0181933355249401,0.5,0.153725174569888,0.0,0.0089750443652668,0.153725174569888,0.0,0.0115172637198397,0.5,0.153725174569888,0.0,0.00879005721207496,0.153725174569888,0.0,0.00271425058227758,0.153725174569888,0.0,0.0619983607928369,0.153725174569888,0.0,0.0527882918153744,0.153725174569888,0.0,0.0202728042610115,0.153725174569888,0.0,0.0129160064684821,0.153725174569888,0.0,0.0102990367215693,0.5,0.153725174569888,0.0,0.0121396258083187,0,0.0961717374160344,0.267986126932059 -5238,0.5,0.153725174569888,0.0284193106568808,0.0417094191409436,0.153725174569888,0.00199980900265899,0.00737910146995493,0.153725174569888,0.0109468858955607,0.0247728665351242,0.153725174569888,0.0278076611212655,0.00872198947453873,0.153725174569888,0.000567472916768832,0.0431070995965104,0.153725174569888,0.0018748831215917,0.0201180579122127,0.153725174569888,8.80594223483232e-05,0.0579977677358229,0.153725174569888,0.00136415033117906,0.0183993113893296,0.5,0.153725174569888,0.00106270946615148,0.00697624324997572,0.153725174569888,0.00223139581291736,0.0100943487354274,0.5,0.153725174569888,0.000990347152050104,0.00921014091413727,0.153725174569888,0.00127722231022563,0.00280084531426288,0.153725174569888,0.0019859279508036,0.0461125909350444,0.153725174569888,0.000706577762213054,0.0439652043665018,0.153725174569888,0.00128255622706534,0.0140656828258718,0.153725174569888,0.0012487146429525,0.0163171820280539,0.153725174569888,0.0058676762471508,0.00886303828839901,0.5,0.153725174569888,0.0143296667567063,0.0107501119235961,0,0.124329679812175,0.241131290211195 -5239,0.5,0.153725174569888,0.103473136607752,0.0494742301446567,0.153725174569888,0.00853017511873191,0.00181760087460982,0.153725174569888,0.0575867275028888,0.0232210518086454,0.153725174569888,0.109739660608135,0.00769611776008763,0.153725174569888,0.0166415941456435,0.0578376897600318,0.153725174569888,0.0428150355287557,0.0268930185187946,0.153725174569888,0.00386388259626779,0.0678610195847344,0.153725174569888,0.0436238926307476,0.0175515744293099,0.5,0.153725174569888,0.0353938216703381,0.00739464542772579,0.153725174569888,0.0414703280267811,0.00856294857751593,0.5,0.153725174569888,0.0171464982437882,0.0126883226783489,0.153725174569888,0.023525842204528,0.0027665087702262,0.153725174569888,0.0143396433088076,0.0353393330575595,0.153725174569888,0.00749137247622423,0.0413981113369512,0.153725174569888,0.0090001825407295,0.0114046721113695,0.153725174569888,0.0134018876061986,0.025833895142611,0.153725174569888,0.0448852750967513,0.0078955650634429,0.5,0.153725174569888,0.0956099959238552,0.00764179190071498,0,0.15830523597197,0.171991463454514 -5240,0.5,0.153725174569888,0.213359779341758,0.084729449651451,0.153725174569888,0.0142471037134378,0.00169738589378214,0.153725174569888,0.121259163931337,0.0327856232115477,0.153725174569888,0.228376117686293,0.0136080207128698,0.153725174569888,0.040933378042744,0.0734931537911008,0.153725174569888,0.0889060753599901,0.0412529565901723,0.153725174569888,0.0316803827605111,0.102191769109631,0.153725174569888,0.135488552823107,0.0272561598276126,0.5,0.153725174569888,0.102457070278881,0.0257627111898475,0.153725174569888,0.112849243162488,0.00668028263920443,0.5,0.153725174569888,0.0392641926818583,0.0366334258353451,0.153725174569888,0.0627844779500338,0.00351241717791259,0.153725174569888,0.0237593191402519,0.0321438159901288,0.153725174569888,0.0260326240384864,0.0489755731484443,0.153725174569888,0.0228621389476998,0.0210670129269043,0.153725174569888,0.0366342000657073,0.0464430429574487,0.153725174569888,0.101878480005156,0.0120632400117693,0.5,0.153725174569888,0.213890019843926,0.00817137912877391,0,0.181952818700904,0.0492511123545838 -5241,0.5,0.153725174569888,0.331452248314976,0.0957322160012289,0.153725174569888,0.0271715924349493,0.0123288862448032,0.153725174569888,0.165033861842962,0.0433123201060366,0.153725174569888,0.35851525389888,0.0203689050293427,0.153725174569888,0.106884719653507,0.0779670976414154,0.153725174569888,0.128725647187249,0.0368297743793695,0.153725174569888,0.090671063716567,0.132629394262654,0.153725174569888,0.274796236291179,0.0268160836994846,0.5,0.153725174569888,0.193007123777697,0.0400062019391489,0.153725174569888,0.20536267859245,0.0106846814456992,0.5,0.153725174569888,0.0364417407374305,0.0520878657660533,0.153725174569888,0.0996578409519292,0.0113431505707697,0.153725174569888,0.0206174237568743,0.0390428675108734,0.153725174569888,0.0628899538487892,0.0575099610292557,0.153725174569888,0.0411909250969937,0.038653892357541,0.153725174569888,0.0532658588146188,0.0804116828641486,0.153725174569888,0.164489720544713,0.0259156781409406,0.5,0.153725174569888,0.348077519793901,0.0106408985824926,0,0.160542284993191,0.0239132576224014 -5242,0.5,0.153725174569888,0.448559924586072,0.107691562695903,0.153725174569888,0.0467982610265642,0.0458148862577172,0.153725174569888,0.188410691468246,0.0508209151797224,0.153725174569888,0.489676175339239,0.0232574682444462,0.153725174569888,0.217962890542757,0.0985965258965939,0.153725174569888,0.210285673190581,0.0334082355038093,0.153725174569888,0.121640273985378,0.132511516616491,0.153725174569888,0.368463863090693,0.0221520471100194,0.5,0.153725174569888,0.270684334071403,0.0543398707742125,0.153725174569888,0.31397414273838,0.0323404036134822,0.5,0.153725174569888,0.0511619314713816,0.066337359796186,0.153725174569888,0.134278386385466,0.0265144186709907,0.153725174569888,0.0455529137249456,0.0449000245536916,0.153725174569888,0.129527778900957,0.053338307835547,0.153725174569888,0.0457191019643675,0.0537489455317403,0.153725174569888,0.12519448220201,0.110259807225173,0.153725174569888,0.214593514826668,0.0446626682759506,0.5,0.153725174569888,0.480955037360423,0.0137752475945618,0,0.132938109191253,0.0613727025730932 -5243,0.5,0.153725174569888,0.534196673248991,0.102412945541973,0.153725174569888,0.143891332913043,0.097614902034188,0.153725174569888,0.19653034798918,0.0659239587999726,0.153725174569888,0.583436755970605,0.0259702176254107,0.153725174569888,0.2871197917439,0.112948173782001,0.153725174569888,0.309103655160055,0.0382846273107992,0.153725174569888,0.114410156542337,0.114189505719611,0.153725174569888,0.410176741785916,0.0150220019750063,0.5,0.153725174569888,0.29311506611171,0.0550964190923204,0.153725174569888,0.392411846869093,0.0465293015158627,0.5,0.153725174569888,0.157622914387578,0.0979141791404892,0.153725174569888,0.211547762333712,0.0388038623930747,0.153725174569888,0.0574722553571083,0.0465493550513859,0.153725174569888,0.245972116212614,0.0457456900777851,0.153725174569888,0.0733841200694179,0.0746010804790651,0.153725174569888,0.15441718250315,0.143573709533303,0.153725174569888,0.313485263621228,0.0711199984799303,0.5,0.153725174569888,0.579229167793546,0.0200076393505099,0,0.0802172535599913,0.0730855031944851 -5244,0.5,0.153725174569888,0.529074096670989,0.0873176186484628,0.153725174569888,0.0931758814437814,0.0990352699433977,0.153725174569888,0.277616245304019,0.0765403998790577,0.153725174569888,0.608152137628806,0.0288067617659158,0.153725174569888,0.367979755081761,0.140046943827238,0.153725174569888,0.371395151788069,0.0477674321663993,0.153725174569888,0.20053665818563,0.103812935472519,0.153725174569888,0.424290963044164,0.013183774441747,0.5,0.153725174569888,0.305457897042186,0.0585812992829267,0.153725174569888,0.403414576564448,0.0300980192223235,0.5,0.153725174569888,0.320709261226047,0.170157249965702,0.153725174569888,0.356090001841861,0.061287594841827,0.153725174569888,0.0524138611158824,0.0322954469111366,0.153725174569888,0.304391540644669,0.0572534369764464,0.153725174569888,0.0933895717596402,0.100146221036263,0.153725174569888,0.157534406261673,0.154990667946125,0.153725174569888,0.378203231755183,0.106883495559665,0.5,0.153725174569888,0.609286914274378,0.0291012156774231,0,0.0303711050995623,0.0806134716339539 -5245,0.5,0.153725174569888,0.525268697364709,0.0675361450616313,0.153725174569888,0.0586879103415915,0.0740095395232795,0.153725174569888,0.385939214278232,0.0986387607374013,0.153725174569888,0.599949326535742,0.0241835219986132,0.153725174569888,0.392611904767224,0.157939191529433,0.153725174569888,0.468763610950466,0.056994054693213,0.153725174569888,0.387273536947128,0.0894448206673031,0.153725174569888,0.461284490266042,0.0166838211673288,0.5,0.153725174569888,0.345915325786539,0.0590728065526559,0.153725174569888,0.555331045721942,0.0198580449765848,0.5,0.153725174569888,0.319228960285731,0.282267626457344,0.153725174569888,0.387487318282082,0.0813826487263792,0.153725174569888,0.0876369164841868,0.027413025394197,0.153725174569888,0.347633214211382,0.0772917017444945,0.153725174569888,0.148608274041018,0.125945489264224,0.153725174569888,0.171775858880814,0.133884571168267,0.153725174569888,0.439011150578213,0.158476718300126,0.5,0.153725174569888,0.577603303597061,0.0327517109237234,0,0.0105664597105011,0.0833066999808237 -5246,0.5,0.153725174569888,0.464341314381606,0.0584972069951053,0.153725174569888,0.0142770672776391,0.0294543291781094,0.153725174569888,0.347383809863489,0.126566337153243,0.153725174569888,0.565663806586737,0.0201971995042158,0.153725174569888,0.342641040513645,0.164344644714495,0.153725174569888,0.501555563122416,0.0649360433307259,0.153725174569888,0.543001208518977,0.0437854388490287,0.153725174569888,0.503701476068718,0.0348946880290612,0.5,0.153725174569888,0.404244486705732,0.0648384715449224,0.153725174569888,0.53234534766991,0.0176062499461747,0.5,0.153725174569888,0.297167264038529,0.21587851885554,0.153725174569888,0.405405921587427,0.0718857219686939,0.153725174569888,0.168291133597387,0.0312892320048772,0.153725174569888,0.354608530082939,0.101670515214822,0.153725174569888,0.218261302382238,0.103671702402752,0.153725174569888,0.183627161166549,0.0932354879721337,0.153725174569888,0.401350267285412,0.164199654400455,0.5,0.153725174569888,0.581964084112914,0.025876390099775,0,0.00235116065341259,0.0675127432253772 -5247,0.5,0.153725174569888,0.358341152336112,0.0641556923851768,0.153725174569888,0.0137860130696385,0.00880961012441886,0.153725174569888,0.266645854562274,0.146557574799353,0.153725174569888,0.497661575125873,0.0257935344146176,0.153725174569888,0.369276500690993,0.1349475690662,0.153725174569888,0.457310086532394,0.0761993001588398,0.153725174569888,0.564203185594466,0.0161960019029653,0.153725174569888,0.460874349168398,0.0810280200917729,0.5,0.153725174569888,0.376960190999752,0.0838982427671987,0.153725174569888,0.414679484628479,0.0294413992043406,0.5,0.153725174569888,0.406049447765797,0.126386222685271,0.153725174569888,0.344155510736002,0.0468462492908628,0.153725174569888,0.184106536392568,0.0280780388179394,0.153725174569888,0.349923741623768,0.0884562539914125,0.153725174569888,0.225389949142331,0.0714287876757317,0.153725174569888,0.206913954405664,0.0505054239720042,0.153725174569888,0.337024311537073,0.128471607514467,0.5,0.153725174569888,0.508672950669483,0.0430074823024207,0,0.000965592458573194,0.0460062333398663 -5248,0.5,0.153725174569888,0.26557320461065,0.0809696382290759,0.153725174569888,0.0649978949974727,0.00228822608323271,0.153725174569888,0.207174301715572,0.124951961817373,0.153725174569888,0.410063660824744,0.0392859469281615,0.153725174569888,0.362007166889498,0.102547258093205,0.153725174569888,0.350671972749762,0.0958067072541019,0.153725174569888,0.468673576394359,0.00691497392978757,0.153725174569888,0.351285135855171,0.0755543496051268,0.5,0.153725174569888,0.315694366829937,0.0882565298294564,0.153725174569888,0.327615107689247,0.0178912754334075,0.5,0.153725174569888,0.373786045910516,0.0608857006967494,0.153725174569888,0.302492627499432,0.0416758353996809,0.153725174569888,0.212590658682773,0.0337923681584297,0.153725174569888,0.282560875053259,0.0659083737541031,0.153725174569888,0.231271426208192,0.0407550827431045,0.153725174569888,0.258942461182481,0.0192858856632749,0.153725174569888,0.269020699980043,0.0731495338181699,0.5,0.153725174569888,0.41792708804944,0.0581801476336848,0,0.0047295378724376,0.0190957207932261 -5249,0.5,0.153725174569888,0.168952157380464,0.0868603194345322,0.153725174569888,0.186948962738125,0.00081415816482644,0.153725174569888,0.129526490916162,0.103027380575658,0.153725174569888,0.271105100969798,0.0546844097456636,0.153725174569888,0.24405308133953,0.0702138988085949,0.153725174569888,0.235451832295867,0.0817974752054788,0.153725174569888,0.334175092388818,0.00238842051293103,0.153725174569888,0.248854649723926,0.0544922270653708,0.5,0.153725174569888,0.2771984849043,0.0610813934787378,0.153725174569888,0.244231436044442,0.00496570158449978,0.5,0.153725174569888,0.286615812287768,0.0264738994872131,0.153725174569888,0.234972510483973,0.0303484300825037,0.153725174569888,0.202678261763352,0.0405906384987842,0.153725174569888,0.219428467748107,0.052180241987894,0.153725174569888,0.217774634590999,0.018674895805711,0.153725174569888,0.290983334243434,0.0026282106076358,0.153725174569888,0.158027335585767,0.0493964589326599,0.5,0.153725174569888,0.277293520629313,0.0530003634790853,0,0.0124593935209257,0.0183729904971017 -5250,0.5,0.153725174569888,0.105886420798355,0.0773810925140115,0.153725174569888,0.182172201940649,0.000682507057909228,0.153725174569888,0.0720524617594142,0.0892488207650455,0.153725174569888,0.153860394781721,0.0420641163934175,0.153725174569888,0.171160837308126,0.0566223338850903,0.153725174569888,0.18353758195709,0.0730037081628608,0.153725174569888,0.202121519217073,0.00080107931998748,0.153725174569888,0.14129825728666,0.037006259992865,0.5,0.153725174569888,0.182142774943424,0.0238131965987235,0.153725174569888,0.131544444461504,0.00262346311231125,0.5,0.153725174569888,0.168111869019703,0.00960171245704052,0.153725174569888,0.152704272110311,0.0127188344680796,0.153725174569888,0.13381541676284,0.0348681057238887,0.153725174569888,0.14652365851376,0.0330651742206722,0.153725174569888,0.144213417728234,0.00973283525420225,0.153725174569888,0.227395617785964,0.000712053809083729,0.153725174569888,0.0946500764271805,0.0385810261976435,0.5,0.153725174569888,0.176963604312746,0.0397267947831392,0,0.0134892521147626,0.0261829702182982 -5251,0.5,0.153725174569888,0.0379696201487495,0.0594668663407202,0.153725174569888,0.0728031960189369,0.000455010995231898,0.153725174569888,0.021876979756656,0.0752498623994671,0.153725174569888,0.0409295385186875,0.0357292352696954,0.153725174569888,0.0769825256852714,0.0412230593088217,0.153725174569888,0.0725182987866884,0.0402174195277436,0.153725174569888,0.0617137921042041,0.00172833645709208,0.153725174569888,0.0653441488698954,0.00963327865844019,0.5,0.153725174569888,0.0636649386177729,0.00405457587513,0.153725174569888,0.0324220622449339,0.00155014659407722,0.5,0.153725174569888,0.0461406936260599,0.000670011481149482,0.153725174569888,0.0474496143071613,0.000888043685124088,0.153725174569888,0.0548131845480109,0.0180489752922329,0.153725174569888,0.0666123893900381,0.0162793679456698,0.153725174569888,0.0540625365179856,0.00590517926679463,0.153725174569888,0.0607594579624758,0.00535255029599469,0.153725174569888,0.0304675883010366,0.0214491144579328,0.5,0.153725174569888,0.0372392665510005,0.0195559849708428,0,0.0111404102404162,0.0301598333019763 -5252,0.5,0.153725174569888,0.0,0.0453174434328212,0.153725174569888,0.0,0.0,0.153725174569888,3.47464784967227e-05,0.0433551523072248,0.153725174569888,0.0,0.0316645573523518,0.153725174569888,0.0,0.0178953771328504,0.153725174569888,0.0,0.0187536308829237,0.153725174569888,0.0,0.0115890535059538,0.153725174569888,0.0,0.00142665767380522,0.5,0.153725174569888,0.0,0.00192928145217787,0.153725174569888,0.0,0.000384348095587717,0.5,0.153725174569888,0.0,0.000110757877728832,0.153725174569888,0.0,0.000370205761706234,0.153725174569888,0.0,0.00584254422157882,0.153725174569888,5.21940311080568e-05,0.00657011094274015,0.153725174569888,0.0,0.00372333923844273,0.153725174569888,0.0,0.0140078096932478,0.153725174569888,0.0,0.00833338488550302,0.5,0.153725174569888,0.0,0.0160144730894402,0,0.00905733841499995,0.0229951239612513 -5253,0.5,0.153725174569888,0.0,0.0359057900935169,0.153725174569888,0.0,0.000234664110527142,0.153725174569888,0.0,0.0316748245354733,0.153725174569888,0.0,0.0317888374531256,0.153725174569888,0.0,0.0171041730374186,0.153725174569888,0.0,0.0120182544304193,0.153725174569888,0.0,0.0261057367296482,0.153725174569888,0.0,0.00129917131932284,0.5,0.153725174569888,0.0,0.00338827236323125,0.153725174569888,0.0,0.000162700975143124,0.5,0.153725174569888,0.0,0.000168168775699829,0.153725174569888,0.0,0.00060662588997802,0.153725174569888,0.0,0.00366309615049771,0.153725174569888,0.0,0.00513914405909515,0.153725174569888,0.0,0.00848020389276885,0.153725174569888,0.0,0.0193165274153737,0.153725174569888,0.0,0.00439764677066112,0.5,0.153725174569888,0.0,0.0110365684327002,0,0.0136708616669248,0.0192777328411128 -5254,0.5,0.153725174569888,0.0,0.0288995767965615,0.153725174569888,0.0,0.000697312454141467,0.153725174569888,0.0,0.0213418760059321,0.153725174569888,0.0,0.0311443565274392,0.153725174569888,0.0,0.0161120224445279,0.153725174569888,0.0,0.00912155349545005,0.153725174569888,0.0,0.0323057164512928,0.153725174569888,0.0,0.00194158449072362,0.5,0.153725174569888,0.0,0.00364237916003528,0.153725174569888,0.0,7.45770440621657e-05,0.5,0.153725174569888,0.0,0.000695240989116489,0.153725174569888,0.0,0.00426057773051788,0.153725174569888,0.0,0.00233734396111306,0.153725174569888,0.0,0.00406396981071006,0.153725174569888,0.0,0.0123433061088376,0.153725174569888,0.0,0.0202843678257629,0.153725174569888,0.0,0.00230050260429583,0.5,0.153725174569888,0.0,0.00640367020701896,0,0.0318765588093254,0.0186980227393457 -5255,0.5,0.153725174569888,0.0,0.0220461648967462,0.153725174569888,0.0,0.00100351391576184,0.153725174569888,0.0,0.0107611830786929,0.153725174569888,0.0,0.0283751595285338,0.153725174569888,0.0,0.00935574334823244,0.153725174569888,0.0,0.00663586831638578,0.153725174569888,0.0,0.0298491388041979,0.153725174569888,0.0,0.00236659981313671,0.5,0.153725174569888,0.0,0.00309444851322963,0.153725174569888,0.0,0.000214703702088811,0.5,0.153725174569888,0.0,0.00297321673612369,0.153725174569888,0.0,0.0115547001649695,0.153725174569888,0.0,0.00132675950241937,0.153725174569888,0.0,0.00335860653721849,0.153725174569888,0.0,0.0140643943467231,0.153725174569888,0.0,0.0162817760182071,0.153725174569888,0.0,0.001273509039905,0.5,0.153725174569888,0.0,0.00377712186169047,0,0.0527058243887791,0.0256295198256861 -5256,0.5,0.153725174569888,0.0,0.0208573112306722,0.153725174569888,0.0,0.000942831271578274,0.153725174569888,0.0,0.00681955216644843,0.153725174569888,0.0,0.0255343309610468,0.153725174569888,0.0,0.00553027580202157,0.153725174569888,0.0,0.006900991202577,0.153725174569888,0.0,0.0252728529443175,0.153725174569888,0.0,0.0012954406461438,0.5,0.153725174569888,0.0,0.00163408915940973,0.153725174569888,0.0,0.000114851444550801,0.5,0.153725174569888,0.0,0.00666168110829489,0.153725174569888,0.0,0.0129702414449179,0.153725174569888,0.0,0.00117073195312779,0.153725174569888,0.0,0.0024115791747674,0.153725174569888,0.0,0.0148121226359616,0.153725174569888,0.0,0.0132434117396404,0.153725174569888,0.0,0.00137959485751488,0.5,0.153725174569888,0.0,0.00151526694250379,0,0.074159459020978,0.0306666187685683 -5257,0.5,0.153725174569888,0.0,0.0224490320786998,0.153725174569888,0.0,0.00134787356649951,0.153725174569888,0.0,0.00721841581287708,0.153725174569888,0.0,0.0227451102826346,0.153725174569888,0.0,0.00937532536482667,0.153725174569888,0.0,0.00659415616419165,0.153725174569888,0.0,0.0244888984591484,0.153725174569888,0.0,0.000977260670833869,0.5,0.153725174569888,0.0,0.0013662057129289,0.153725174569888,0.0,5.23825222418039e-05,0.5,0.153725174569888,0.0,0.00870549122889914,0.153725174569888,0.0,0.0144858514282564,0.153725174569888,0.0,0.000940627652107802,0.153725174569888,0.0,0.00229352936933624,0.153725174569888,0.0,0.0158344298021969,0.153725174569888,0.0,0.0121940409595441,0.153725174569888,0.0,0.0015928779198558,0.5,0.153725174569888,0.0,0.000947543549281363,0,0.0837936981304239,0.0250025841915655 -5258,0.5,0.153725174569888,0.0,0.0239225714552303,0.153725174569888,0.0,0.00441601197737369,0.153725174569888,0.0,0.00730884991701357,0.153725174569888,0.0,0.0217361891275319,0.153725174569888,0.0,0.00967385365512241,0.153725174569888,0.0,0.00575073703305812,0.153725174569888,0.0,0.0231645866657668,0.153725174569888,0.0,0.000828121155612335,0.5,0.153725174569888,0.0,0.00202239133595142,0.153725174569888,0.0,0.000467446223594102,0.5,0.153725174569888,0.0,0.00936045238631083,0.153725174569888,0.0,0.0118018747821152,0.153725174569888,0.0,0.000658582072991665,0.153725174569888,0.0,0.0031522308574152,0.153725174569888,0.0,0.0154622392812207,0.153725174569888,0.0,0.0121560499866289,0.153725174569888,0.0,0.00145671847886027,0.5,0.153725174569888,0.0,0.000590321025222163,0,0.0779182355925233,0.0152628068000505 -5259,0.5,0.153725174569888,0.0,0.0256105184018774,0.153725174569888,0.0,0.00628539652980405,0.153725174569888,0.0,0.00675713343527573,0.153725174569888,0.0,0.0201936085443034,0.153725174569888,0.0,0.00839313914946068,0.153725174569888,0.0,0.0061966223695123,0.153725174569888,0.0,0.0193596405184502,0.153725174569888,0.0,0.000828161968555115,0.5,0.153725174569888,0.0,0.00215975560002367,0.153725174569888,0.0,0.000505605884564351,0.5,0.153725174569888,0.0,0.00907778368430276,0.153725174569888,0.0,0.0110023745025279,0.153725174569888,0.0,0.000762126385047373,0.153725174569888,0.0,0.00361245625557123,0.153725174569888,0.0,0.0142261166097641,0.153725174569888,0.0,0.0119650698117001,0.153725174569888,0.0,0.00140715937759531,0.5,0.153725174569888,0.0,0.000501328027728824,0,0.0833058769908058,0.00832136223171208 -5260,0.5,0.153725174569888,0.0,0.0268662546885607,0.153725174569888,0.0,0.00600480542364286,0.153725174569888,0.0,0.00506983734483482,0.153725174569888,0.0,0.0185918213011272,0.153725174569888,0.0,0.00819903210336896,0.153725174569888,0.0,0.00817832887968938,0.153725174569888,0.0,0.0147959093459834,0.153725174569888,0.0,0.00106470087727406,0.5,0.153725174569888,0.0,0.00252680047263826,0.153725174569888,0.0,0.00148216076198058,0.5,0.153725174569888,0.0,0.00762407642250653,0.153725174569888,0.0,0.0116419293695458,0.153725174569888,0.0,0.00087439529481549,0.153725174569888,0.0,0.00334218418411171,0.153725174569888,0.0,0.013951134500978,0.153725174569888,0.0,0.00984982654376212,0.153725174569888,0.0,0.00122650852725333,0.5,0.153725174569888,0.0,0.000713995954778968,0,0.0882302679185245,0.00336868293242476 -5261,0.5,0.153725174569888,0.0,0.0267525449051652,0.153725174569888,0.0,0.00595772181129128,0.153725174569888,0.0,0.00387335601053265,0.153725174569888,0.0,0.0168519149239593,0.153725174569888,0.0,0.00746437404099679,0.153725174569888,0.0,0.0145868866344141,0.153725174569888,0.0,0.0130105425993196,0.153725174569888,0.0,0.00253050584047038,0.5,0.153725174569888,0.0,0.00313629728474656,0.153725174569888,0.0,0.00353187525519159,0.5,0.153725174569888,0.0,0.00743818701123361,0.153725174569888,0.0,0.013415920869184,0.153725174569888,0.0,0.000978448298492072,0.153725174569888,0.0,0.00248454378841529,0.153725174569888,0.0,0.0126257652801606,0.153725174569888,0.0,0.00917950376277654,0.153725174569888,0.0,0.00144041217517343,0.5,0.153725174569888,0.0,0.00205129119234085,0,0.0902139097150689,0.000741412665689491 -5262,0.5,0.153725174569888,0.0164375389082131,0.0270612851959296,0.153725174569888,0.00500017937809235,0.00596136767615017,0.153725174569888,0.0149390076941729,0.00416653938878828,0.153725174569888,0.0170849971245283,0.0132131239328038,0.153725174569888,0.000882312022659538,0.00583718008982736,0.153725174569888,0.00129927596434094,0.0149826756415955,0.153725174569888,0.00234602099957262,0.0146593128540465,0.153725174569888,0.000660407212765497,0.00427323132935228,0.5,0.153725174569888,0.00104197811716933,0.0040105343287839,0.153725174569888,0.00494612621402552,0.00435289120983094,0.5,0.153725174569888,0.00316833874977843,0.00756958651990058,0.153725174569888,0.00330185853455419,0.0150438967816614,0.153725174569888,0.0118268044426602,0.00150685659764543,0.153725174569888,0.00139717023245692,0.00225821355064504,0.153725174569888,0.00569197747578234,0.0107559392410379,0.153725174569888,0.00357743816791239,0.00854281421689695,0.153725174569888,0.00800112580897217,0.00176310678321686,0.5,0.153725174569888,0.00434425255643942,0.002659413533386,0,0.0858693753537696,0.000760459965569963 -5263,0.5,0.153725174569888,0.080218745563894,0.0443119836327909,0.153725174569888,0.0197981930295242,0.00666733123325543,0.153725174569888,0.0936607154224749,0.00375434139579108,0.153725174569888,0.0853271617106403,0.0182632536273093,0.153725174569888,0.0336846309590294,0.00482520693600986,0.153725174569888,0.0327622838824286,0.016119659402881,0.153725174569888,0.0427956533290699,0.0166083446223943,0.153725174569888,0.00855931785874854,0.00596054603134994,0.5,0.153725174569888,0.0369163717180173,0.00454858225995948,0.153725174569888,0.0821064646997045,0.0037922301143334,0.5,0.153725174569888,0.0684870623481181,0.007314160774364,0.153725174569888,0.0733570752238154,0.00981328640589126,0.153725174569888,0.0580428670502021,0.00163959935782897,0.153725174569888,0.0180051767706563,0.00249877498741433,0.153725174569888,0.044119896262694,0.00965963976139112,0.153725174569888,0.0547469482085935,0.00908982189901459,0.153725174569888,0.0836987839303208,0.00209505365590795,0.5,0.153725174569888,0.045678636529945,0.00352255575301131,0,0.0930658025572126,7.23519171483662e-05 -5264,0.5,0.153725174569888,0.175428206885655,0.0653594155477089,0.153725174569888,0.0425309828995378,0.00515397384578317,0.153725174569888,0.212620375050945,0.003350142690518,0.153725174569888,0.191269765870221,0.0416747430115509,0.153725174569888,0.0972229145351808,0.0139185328846643,0.153725174569888,0.0679870209218157,0.02199982434239,0.153725174569888,0.105008718359324,0.0261015856251647,0.153725174569888,0.0240730539832627,0.00691784567765464,0.5,0.153725174569888,0.111655967694143,0.00820927175900967,0.153725174569888,0.201444846232268,0.00467434819103173,0.5,0.153725174569888,0.166842295588666,0.0105668354976241,0.153725174569888,0.187737217417524,0.00805343026805199,0.153725174569888,0.112014406982528,0.00214428952135952,0.153725174569888,0.0621818532199707,0.00485994643633981,0.153725174569888,0.0981593767781496,0.0123162787883314,0.153725174569888,0.1441594536915,0.0147667512825277,0.153725174569888,0.200487931884297,0.00507876638433237,0.5,0.153725174569888,0.116364568459612,0.015354367437199,0,0.10372304906363,5.81498645231646e-05 -5265,0.5,0.153725174569888,0.27209120639957,0.0687669823149274,0.153725174569888,0.100731274618175,0.00761089361457954,0.153725174569888,0.343195170958313,0.00199708194720691,0.153725174569888,0.301636299080628,0.0532224625665216,0.153725174569888,0.206422191536815,0.0326330494635108,0.153725174569888,0.079873955216112,0.0281485991911744,0.153725174569888,0.142346412409527,0.0394698643167619,0.153725174569888,0.0485554021261941,0.0144527266351202,0.5,0.153725174569888,0.19912266081287,0.0204902957559285,0.153725174569888,0.340074957563757,0.0203883918281512,0.5,0.153725174569888,0.287675163388984,0.0279509868542953,0.153725174569888,0.322981426199381,0.0252036727610878,0.153725174569888,0.174525714238474,0.00326191897182913,0.153725174569888,0.181915462112298,0.00834249921727842,0.153725174569888,0.15037704226832,0.0194643570747816,0.153725174569888,0.244060636976758,0.0397675025461708,0.153725174569888,0.331501170299648,0.0149348289344495,0.5,0.153725174569888,0.221835970644599,0.0278578897128963,0,0.0984415735312127,0.000729065090768134 -5266,0.5,0.153725174569888,0.377183140104919,0.0631672159012912,0.153725174569888,0.183787646684141,0.00865467072319498,0.153725174569888,0.474177317226912,0.00122701912719082,0.153725174569888,0.394288161067467,0.0457171391348442,0.153725174569888,0.272872936964115,0.0403680814215204,0.153725174569888,0.0682670195513397,0.0321712070801461,0.153725174569888,0.167874152745542,0.0585777576806996,0.153725174569888,0.11441696765741,0.0440790146820198,0.5,0.153725174569888,0.274835233597039,0.0576438724406556,0.153725174569888,0.469767010577396,0.037499341783404,0.5,0.153725174569888,0.420698298705168,0.046916131799706,0.153725174569888,0.465409042360747,0.0445029568285143,0.153725174569888,0.241471235171916,0.00715765466057636,0.153725174569888,0.276932144401842,0.0161988924115359,0.153725174569888,0.224244347288822,0.028989894427457,0.153725174569888,0.324612800697602,0.0785713092591427,0.153725174569888,0.469626455609421,0.0216777232013007,0.5,0.153725174569888,0.358792279778205,0.028418046455384,0,0.0811340012243022,0.00181070357730103 -5267,0.5,0.153725174569888,0.465892840081987,0.0565047308850973,0.153725174569888,0.233991080713927,0.019331856269726,0.153725174569888,0.575760790440292,0.000915735013120009,0.153725174569888,0.471777456421501,0.0314343486802677,0.153725174569888,0.244752077445245,0.0430475143461006,0.153725174569888,0.0587923742443299,0.0372247461508677,0.153725174569888,0.168219499954422,0.0906011176366829,0.153725174569888,0.238287543622956,0.0875468965161556,0.5,0.153725174569888,0.317948249514102,0.0867741674305427,0.153725174569888,0.582074200069272,0.0345915719513294,0.5,0.153725174569888,0.530327323166163,0.0579796974934724,0.153725174569888,0.577586305772658,0.0390287249146622,0.153725174569888,0.301205440816674,0.0136421965037919,0.153725174569888,0.311559861201153,0.0271648920551704,0.153725174569888,0.344459871079839,0.049150547920439,0.153725174569888,0.399210381440501,0.114274338424199,0.153725174569888,0.579267015904956,0.0254658800233884,0.5,0.153725174569888,0.492504147279084,0.022896203298473,0,0.0612237583116815,0.00366177549191811 -5268,0.5,0.153725174569888,0.520689428079817,0.0538883082944649,0.153725174569888,0.198818299525514,0.0168186169048712,0.153725174569888,0.636342360642462,0.00143697795292516,0.153725174569888,0.499442429754841,0.0191094601647789,0.153725174569888,0.340348496807457,0.059457439597805,0.153725174569888,0.0853940816194631,0.0623725643726866,0.153725174569888,0.191260242037582,0.0980602766208775,0.153725174569888,0.32424716199089,0.136196979704789,0.5,0.153725174569888,0.303917876144504,0.0922305834486435,0.153725174569888,0.65084828302862,0.0310713937460564,0.5,0.153725174569888,0.600042758072911,0.0597020156740337,0.153725174569888,0.646674052185201,0.0305704529942155,0.153725174569888,0.351511652887815,0.0236736829584132,0.153725174569888,0.385157297842442,0.0373736530065817,0.153725174569888,0.434929375012697,0.0629043676126523,0.153725174569888,0.360077909786184,0.115997804494109,0.153725174569888,0.643537881923299,0.0282597378344047,0.5,0.153725174569888,0.576123253081931,0.0156403135166471,0,0.0533682003591758,0.0101705671490275 -5269,0.5,0.153725174569888,0.532252315422551,0.0506133070062122,0.153725174569888,0.1210426673414,0.00490896534751434,0.153725174569888,0.659278570772211,0.00400958936924649,0.153725174569888,0.492656809341789,0.0125114652200418,0.153725174569888,0.399430851664251,0.0896784932899605,0.153725174569888,0.207197042848692,0.0919416044399122,0.153725174569888,0.219555541561398,0.0899450063920106,0.153725174569888,0.283597127405155,0.151820652062155,0.5,0.153725174569888,0.468707194738473,0.127400741644224,0.153725174569888,0.691656701854642,0.0284060889113107,0.5,0.153725174569888,0.645201813653921,0.04712381557586,0.153725174569888,0.680404329560086,0.0268160833428305,0.153725174569888,0.352163045619197,0.0272813522581032,0.153725174569888,0.430908193573628,0.0514396514729352,0.153725174569888,0.486567798541533,0.0738669602116157,0.153725174569888,0.441914130098671,0.114860804141992,0.153725174569888,0.663351907672041,0.0264451211029654,0.5,0.153725174569888,0.626533510082995,0.0156068120166481,0,0.0475229847134663,0.0273416197601919 -5270,0.5,0.153725174569888,0.494436385837634,0.0405683989498434,0.153725174569888,0.26523833487886,0.00398392024752547,0.153725174569888,0.638804188364852,0.00671044224330342,0.153725174569888,0.431892640197709,0.00889288965537345,0.153725174569888,0.365508604414567,0.0878283541950593,0.153725174569888,0.347928041323113,0.120286301139205,0.153725174569888,0.36644273284718,0.131117213654451,0.153725174569888,0.305557172092683,0.184453123485319,0.5,0.153725174569888,0.493979127268831,0.158614631324055,0.153725174569888,0.678801820481618,0.0210999522410225,0.5,0.153725174569888,0.640012938722001,0.0380166224204369,0.153725174569888,0.662566544531738,0.0248202817005561,0.153725174569888,0.445159599373229,0.0237120915873482,0.153725174569888,0.480067053136421,0.0620024867695811,0.153725174569888,0.502654580940114,0.0872074635371868,0.153725174569888,0.475593814644297,0.125628900267004,0.153725174569888,0.64391470710897,0.022922969233535,0.5,0.153725174569888,0.629972779229954,0.0237112435142504,0,0.0372011080777363,0.0632520692312699 -5271,0.5,0.153725174569888,0.360966888142999,0.0307600073440205,0.153725174569888,0.537893653314181,0.010183831615582,0.153725174569888,0.568279845159037,0.0114963426548763,0.153725174569888,0.442544507221466,0.00796718622938565,0.153725174569888,0.32719780398755,0.110873062761031,0.153725174569888,0.429236211264719,0.175618127227557,0.153725174569888,0.410473284913759,0.176743227179556,0.153725174569888,0.369418668720515,0.191664528763634,0.5,0.153725174569888,0.474119656037103,0.165887984351408,0.153725174569888,0.618517523132751,0.0283036061405039,0.5,0.153725174569888,0.569433120624767,0.0379640403332385,0.153725174569888,0.600997964045378,0.0274578372877509,0.153725174569888,0.542956565162558,0.0205345269057429,0.153725174569888,0.450724565171843,0.0732245271081093,0.153725174569888,0.420152677935061,0.0887840281604985,0.153725174569888,0.49188127615641,0.122903201709394,0.153725174569888,0.586351598895268,0.0230789926482792,0.5,0.153725174569888,0.568983987385756,0.0388078018219315,0,0.0267245592268704,0.0658442222274521 -5272,0.5,0.153725174569888,0.279339302410857,0.0240328980194074,0.153725174569888,0.481520732476649,0.0200842960279793,0.153725174569888,0.466630931579108,0.0248580878932094,0.153725174569888,0.401424791682388,0.00764658697340843,0.153725174569888,0.283920754042067,0.193568478878438,0.153725174569888,0.253911639370794,0.176293089472738,0.153725174569888,0.280831030021357,0.162885971112213,0.153725174569888,0.273787407700165,0.152656699543609,0.5,0.153725174569888,0.333149292593858,0.118077932404501,0.153725174569888,0.508782923182741,0.0349245630759375,0.5,0.153725174569888,0.473647479734929,0.0416147923066498,0.153725174569888,0.497330629350475,0.0304968768248033,0.153725174569888,0.463948361315686,0.02115437600402,0.153725174569888,0.335669162526289,0.0895241573470578,0.153725174569888,0.316861617153048,0.0832072221025771,0.153725174569888,0.418301783732444,0.106030347291743,0.153725174569888,0.48373047700227,0.0249303379636099,0.5,0.153725174569888,0.469226358336525,0.0610887665026545,0,0.0170710251859886,0.0742479438891844 -5273,0.5,0.153725174569888,0.218375007994532,0.0172826044593235,0.153725174569888,0.348444788458002,0.0364502702497964,0.153725174569888,0.345482889868583,0.0433669023915615,0.153725174569888,0.284064937755498,0.00881841410753858,0.153725174569888,0.24325492333418,0.233584660010463,0.153725174569888,0.0812375779181256,0.0954907004917605,0.153725174569888,0.279035586207417,0.189404850394882,0.153725174569888,0.117351714786943,0.0687186361132033,0.5,0.153725174569888,0.205650015218562,0.064076490989307,0.153725174569888,0.364478256550071,0.0298406065517967,0.5,0.153725174569888,0.362066432887388,0.051793278870792,0.153725174569888,0.364843718124959,0.0348132391146729,0.153725174569888,0.332076543489124,0.0286717190385197,0.153725174569888,0.199897996059941,0.126779671062655,0.153725174569888,0.22081725533949,0.0705867079381661,0.153725174569888,0.320951716276223,0.114167738828748,0.153725174569888,0.350249456018627,0.0294451788568295,0.5,0.153725174569888,0.345069965254567,0.0834462102036794,0,0.00827547650584752,0.11020887343671 -5274,0.5,0.153725174569888,0.14750423650255,0.0172620208445557,0.153725174569888,0.214416630793134,0.0408571217022328,0.153725174569888,0.216398788038964,0.0567913427741352,0.153725174569888,0.17122937906441,0.0153032412288524,0.153725174569888,0.191150422139966,0.184876605155608,0.153725174569888,0.0258383897327623,0.0455133327757718,0.153725174569888,0.14470329293501,0.102635877404141,0.153725174569888,0.0542812550716131,0.0204680813741913,0.5,0.153725174569888,0.103569769479991,0.0267792671868881,0.153725174569888,0.222327574767467,0.0158763567544312,0.5,0.153725174569888,0.223064893921275,0.0354784738288815,0.153725174569888,0.228448402305943,0.0265212673923836,0.153725174569888,0.209785819861865,0.0494745470837254,0.153725174569888,0.144161552556791,0.154789772000028,0.153725174569888,0.164487893390194,0.0530710320247991,0.153725174569888,0.217667966207173,0.0727445205668404,0.153725174569888,0.216160412238412,0.0249754561966667,0.5,0.153725174569888,0.206739605366873,0.0717750826538334,0,0.00450225891820468,0.159349319890182 -5275,0.5,0.153725174569888,0.0500671725735594,0.016862392756642,0.153725174569888,0.0652524246200503,0.0297523554344075,0.153725174569888,0.0472480198217684,0.0395370864226918,0.153725174569888,0.0395158855671556,0.0147509124565936,0.153725174569888,0.0443206587289485,0.0695157386816624,0.153725174569888,0.00625550394241723,0.028870977122386,0.153725174569888,0.0454375299863031,0.0376451904717655,0.153725174569888,0.02194192478821,0.0136427991988219,0.5,0.153725174569888,0.0275064774384738,0.0112644301624454,0.153725174569888,0.049071199646541,0.0131337250974981,0.5,0.153725174569888,0.0507802610479423,0.0225102546290394,0.153725174569888,0.0548067412960509,0.0197621171650965,0.153725174569888,0.0738884588938042,0.0568472978897635,0.153725174569888,0.0695833291943082,0.0888786813809944,0.153725174569888,0.0581978597159896,0.0391977159476804,0.153725174569888,0.0597191405730866,0.033783108224271,0.153725174569888,0.0484180313049028,0.015883883229947,0.5,0.153725174569888,0.0397742050866145,0.0436914964286119,0,0.00403999175963128,0.216937315241734 -5276,0.5,0.153725174569888,0.0,0.0230916099109273,0.153725174569888,0.0,0.045144663723518,0.153725174569888,0.0,0.0482299689082149,0.153725174569888,0.0,0.0182433256351991,0.153725174569888,0.0,0.0364927235789932,0.153725174569888,0.0,0.0393869627249527,0.153725174569888,0.0,0.0315742265581637,0.153725174569888,0.0,0.0124121934803644,0.5,0.153725174569888,0.000320056895708462,0.00877192117982011,0.153725174569888,0.0,0.0142721058323322,0.5,0.153725174569888,0.0,0.0235068555677452,0.153725174569888,0.0,0.0280337828722033,0.153725174569888,0.0,0.0584394330636735,0.153725174569888,0.0,0.042476864998058,0.153725174569888,0.0,0.0547042238666342,0.153725174569888,0.0,0.0334533145699491,0.153725174569888,0.0,0.0210175464885217,0.5,0.153725174569888,0.0,0.050090112466707,0,0.00554535419616017,0.225831108990294 -5277,0.5,0.153725174569888,0.0,0.0318363645412191,0.153725174569888,0.0,0.0659707907195868,0.153725174569888,0.0,0.0587268323075338,0.153725174569888,0.0,0.0164586553003228,0.153725174569888,0.0,0.0323106576081539,0.153725174569888,0.0,0.0500941720588959,0.153725174569888,0.0,0.0297779811019597,0.153725174569888,0.0,0.0117845090281449,0.5,0.153725174569888,0.0,0.00893519374866508,0.153725174569888,0.0,0.0127160759588186,0.5,0.153725174569888,0.0,0.0316996733943957,0.153725174569888,0.0,0.0353520574030732,0.153725174569888,0.0,0.0954523674537017,0.153725174569888,0.0,0.0488177575442804,0.153725174569888,0.0,0.0687190110878398,0.153725174569888,0.0,0.0357396044388046,0.153725174569888,0.0,0.0273550156020493,0.5,0.153725174569888,0.0,0.0384401164232348,0,0.00924293507731595,0.196779391059972 -5278,0.5,0.153725174569888,0.0,0.0352754977299326,0.153725174569888,0.0,0.09896236313049,0.153725174569888,0.0,0.0643642546735678,0.153725174569888,0.0,0.0154408188485904,0.153725174569888,0.0,0.0422888927302208,0.153725174569888,0.0,0.0576085568498545,0.153725174569888,0.0,0.0277699112845794,0.153725174569888,0.0,0.0143838392243969,0.5,0.153725174569888,0.0,0.012084260059183,0.153725174569888,0.0,0.0123942637221065,0.5,0.153725174569888,0.0,0.0463262464576636,0.153725174569888,0.0,0.0399198064648779,0.153725174569888,0.0,0.162317457479173,0.153725174569888,0.0,0.0555952603508665,0.153725174569888,0.0,0.0851499691605483,0.153725174569888,0.0,0.0398473814807441,0.153725174569888,0.0,0.0328789144883246,0.5,0.153725174569888,0.0,0.0242229900446483,0,0.0115867241153952,0.197071640075816 -5279,0.5,0.153725174569888,0.0,0.0361247406449687,0.153725174569888,0.0,0.12719796444625,0.153725174569888,0.0,0.0619654924189477,0.153725174569888,0.0,0.0175276556455707,0.153725174569888,0.0,0.0544523047751809,0.153725174569888,0.0,0.0532249806216858,0.153725174569888,0.0,0.033620207777218,0.153725174569888,0.0,0.0198096061577556,0.5,0.153725174569888,0.0,0.0180907778056598,0.153725174569888,0.0,0.0131393014680575,0.5,0.153725174569888,0.0,0.0699043959563038,0.153725174569888,0.0,0.0436615171045747,0.153725174569888,0.0,0.220021230043059,0.153725174569888,0.0,0.0753652989534946,0.153725174569888,0.0,0.115064985975891,0.153725174569888,0.0,0.0452510212810814,0.153725174569888,0.0,0.0405145679919311,0.5,0.153725174569888,0.0,0.0141609445529964,0,0.0136875942715374,0.235066998862134 -5280,0.5,0.153725174569888,0.0,0.0354142662187291,0.153725174569888,0.0,0.153570606055206,0.153725174569888,0.0,0.0557143154739493,0.153725174569888,0.0,0.0194050702999173,0.153725174569888,0.0,0.0627063711687839,0.153725174569888,0.0,0.0523370340313766,0.153725174569888,0.0,0.0477704662037897,0.153725174569888,0.0,0.0287565940796074,0.5,0.153725174569888,0.0,0.0225690777484535,0.153725174569888,0.0,0.0123586687366491,0.5,0.153725174569888,0.0,0.0927911287729234,0.153725174569888,0.0,0.0466218076271447,0.153725174569888,0.0,0.253012467829454,0.153725174569888,0.0,0.113768115376103,0.153725174569888,0.0,0.151030335339729,0.153725174569888,0.0,0.0525017181078598,0.153725174569888,0.0,0.0455379140603555,0.5,0.153725174569888,0.0,0.00985731730168923,0,0.0179277489824004,0.349473711928911 -5281,0.5,0.153725174569888,0.0,0.0362732049186154,0.153725174569888,0.0,0.186699003019282,0.153725174569888,0.0,0.0517726013983895,0.153725174569888,0.0,0.022786859319444,0.153725174569888,0.0,0.0762655331029868,0.153725174569888,0.0,0.0603546099472329,0.153725174569888,0.0,0.0706499907875612,0.153725174569888,0.0,0.0469008189289662,0.5,0.153725174569888,0.0,0.0308000891754551,0.153725174569888,0.0,0.0139701055720904,0.5,0.153725174569888,0.0,0.0857180153015835,0.153725174569888,0.0,0.0540013865161818,0.153725174569888,0.0,0.298837927905145,0.153725174569888,0.0,0.167683072872102,0.153725174569888,0.0,0.182575708650343,0.153725174569888,0.0,0.0702874650190128,0.153725174569888,0.0,0.0488138720371606,0.5,0.153725174569888,0.0,0.00899642301303391,0,0.0226447821723415,0.732308363568353 -5282,0.5,0.153725174569888,0.0,0.0396975082072736,0.153725174569888,0.0,0.228082629895327,0.153725174569888,0.0,0.0516525629605938,0.153725174569888,0.0,0.026796119062209,0.153725174569888,0.0,0.106735306456848,0.153725174569888,0.0,0.0669596823850321,0.153725174569888,0.0,0.108722977687902,0.153725174569888,0.0,0.0688632453236267,0.5,0.153725174569888,0.0,0.0437456002966145,0.153725174569888,0.0,0.0222306699966764,0.5,0.153725174569888,0.0,0.0682035787438553,0.153725174569888,0.0,0.0660156975823036,0.153725174569888,0.0,0.351934233068459,0.153725174569888,0.0,0.215529164714866,0.153725174569888,0.0,0.210453134877946,0.153725174569888,0.0,0.100379289781571,0.153725174569888,0.0,0.0491573305990689,0.5,0.153725174569888,0.0,0.0101476354697222,0,0.0273648999465192,0.927445950916838 -5283,0.5,0.153725174569888,0.0,0.0453137956279409,0.153725174569888,0.0,0.280502962701554,0.153725174569888,0.0,0.0526698761612837,0.153725174569888,0.0,0.0317211835112813,0.153725174569888,0.0,0.116193942023093,0.153725174569888,0.0,0.0724295372241763,0.153725174569888,0.0,0.14987403242688,0.153725174569888,0.0,0.0917552306809161,0.5,0.153725174569888,0.0,0.0814069884301876,0.153725174569888,0.0,0.0272540912255352,0.5,0.153725174569888,0.0,0.0649325284610474,0.153725174569888,0.0,0.0744235164648067,0.153725174569888,0.0,0.386980008665214,0.153725174569888,0.0,0.224511212972449,0.153725174569888,0.0,0.238434873755186,0.153725174569888,0.0,0.123274545650837,0.153725174569888,0.0,0.0480247938128476,0.5,0.153725174569888,0.0,0.00996618023712633,0,0.0392349622231838,0.915135982727075 -5284,0.5,0.153725174569888,0.0,0.0507548613359506,0.153725174569888,0.0,0.328232455150684,0.153725174569888,0.0,0.0558596532573684,0.153725174569888,0.0,0.0375349360271838,0.153725174569888,0.0,0.132806445661318,0.153725174569888,0.0,0.127076140878407,0.153725174569888,0.0,0.177867221431913,0.153725174569888,0.0,0.211731859957625,0.5,0.153725174569888,0.0,0.182353090914915,0.153725174569888,0.0,0.032950391326516,0.5,0.153725174569888,0.0,0.070727468292592,0.153725174569888,0.0,0.0798062111409412,0.153725174569888,0.0,0.375684122502372,0.153725174569888,0.0,0.215568508550554,0.153725174569888,0.0,0.271052978154612,0.153725174569888,0.0,0.136191896961022,0.153725174569888,0.0,0.0533962601596402,0.5,0.153725174569888,0.0,0.00898494416689623,0,0.0519894860444339,0.792783855028511 -5285,0.5,0.153725174569888,0.0,0.0582336428081948,0.153725174569888,0.0,0.398009734320567,0.153725174569888,0.0,0.0627695938247444,0.153725174569888,0.0,0.0482939136278759,0.153725174569888,0.0,0.168276201317116,0.153725174569888,0.0,0.263407286274177,0.153725174569888,0.0,0.151370465700485,0.153725174569888,0.0,0.359535139556731,0.5,0.153725174569888,0.0,0.348149812781215,0.153725174569888,0.0,0.0491456825758414,0.5,0.153725174569888,0.0,0.070450504751396,0.153725174569888,0.0,0.0773356921758563,0.153725174569888,0.0,0.344851512139874,0.153725174569888,0.0,0.256064845756942,0.153725174569888,0.0,0.290986742615461,0.153725174569888,0.0,0.136688617721243,0.153725174569888,0.0,0.0599026375089963,0.5,0.153725174569888,0.0,0.0114920030484049,0,0.068582270995323,0.613038223317603 -5286,0.5,0.153725174569888,0.0237392658976787,0.0657913566473871,0.153725174569888,0.00315696145426164,0.446267688604209,0.153725174569888,0.0121468812515911,0.0640439563796908,0.153725174569888,0.0234462530250574,0.0493038900050084,0.153725174569888,0.00199352360632892,0.248375426087479,0.153725174569888,1.9863023604495e-05,0.48547560736156,0.153725174569888,0.00186348009246191,0.20504737903503,0.153725174569888,0.000233249928551208,0.356779278623389,0.5,0.153725174569888,0.000174012190089135,0.491065745085582,0.153725174569888,0.00432945290223102,0.0571097792572178,0.5,0.153725174569888,0.00120919919343926,0.0674252401799841,0.153725174569888,0.00182164220183646,0.0585809946229199,0.153725174569888,0.000958365086697022,0.381601072804771,0.153725174569888,0.00256171047486986,0.302876535688099,0.153725174569888,0.0059856836238948,0.288886873851394,0.153725174569888,0.00422081109842042,0.142567872083067,0.153725174569888,0.00736248377026211,0.0559988074698955,0.5,0.153725174569888,0.0108149739214514,0.0138427693759201,0,0.0881469829164325,0.569954458031438 -5287,0.5,0.153725174569888,0.0972043345347522,0.0955765828500577,0.153725174569888,0.0450220672929128,0.637346048618233,0.153725174569888,0.0890126612096016,0.0710523493161874,0.153725174569888,0.104720959176248,0.0459973852398316,0.153725174569888,0.0179150868944297,0.515258268111114,0.153725174569888,0.00246367897691046,0.609069792887712,0.153725174569888,0.0155142289520874,0.411340634399694,0.153725174569888,0.00778389642466506,0.472671296005763,0.5,0.153725174569888,0.0169106626623018,0.626519571197091,0.153725174569888,0.0742528047986758,0.0390416957031812,0.5,0.153725174569888,0.0103689158403464,0.0972139949346743,0.153725174569888,0.0359414206691653,0.0593423457198847,0.153725174569888,0.0142674774779475,0.551071790550238,0.153725174569888,0.030424429919748,0.434711206530746,0.153725174569888,0.0696419404681105,0.322492680442886,0.153725174569888,0.053819190496403,0.236421702924763,0.153725174569888,0.0734885790921367,0.0589004322529367,0.5,0.153725174569888,0.09270337860752,0.0116322408632937,0,0.126593967497684,0.583748199711699 -5288,0.5,0.153725174569888,0.203438451250363,0.19427136049836,0.153725174569888,0.0731983956948296,0.725648971891095,0.153725174569888,0.198001710238148,0.18608617621687,0.153725174569888,0.225250076573516,0.0697242323259894,0.153725174569888,0.012092214364961,0.692483839997936,0.153725174569888,0.0104946021818598,0.733330373146436,0.153725174569888,0.0175200178728959,0.508695111205342,0.153725174569888,0.0307597842504799,0.72507568074072,0.5,0.153725174569888,0.0659852230545341,0.804307219517563,0.153725174569888,0.155720585344959,0.0239774964911255,0.5,0.153725174569888,0.0862828199680409,0.142982726288865,0.153725174569888,0.0887636262029602,0.123561453480818,0.153725174569888,0.0395868988207681,0.691780031953015,0.153725174569888,0.0441304575300004,0.581597120349713,0.153725174569888,0.141393840676199,0.420924455677046,0.153725174569888,0.0706626777227364,0.384014597595166,0.153725174569888,0.137661925391064,0.124197086182015,0.5,0.153725174569888,0.212281235544485,0.0226188783933633,0,0.196181000161279,0.747691043253885 -5289,0.5,0.153725174569888,0.31503487185208,0.29187543363753,0.153725174569888,0.173455165599014,0.681278599854623,0.153725174569888,0.274767331423814,0.334243020862302,0.153725174569888,0.355421716819427,0.127489963330853,0.153725174569888,0.0219852330112352,0.753928965877236,0.153725174569888,0.0220762973422941,0.966219967716889,0.153725174569888,0.0243432508996382,0.6335817795289,0.153725174569888,0.0453553008644172,0.864173005505561,0.5,0.153725174569888,0.112334107691631,0.910570224578684,0.153725174569888,0.255025825851465,0.0286597303414381,0.5,0.153725174569888,0.226741084021102,0.238230358777085,0.153725174569888,0.201926423950065,0.211808183306394,0.153725174569888,0.115902293665088,0.76954953187434,0.153725174569888,0.0435234189729152,0.66006912840253,0.153725174569888,0.150192166661597,0.51721874067955,0.153725174569888,0.0836992701993082,0.491814919965236,0.153725174569888,0.16023729111627,0.163094000528706,0.5,0.153725174569888,0.336784030781533,0.031761073442753,0,0.221974161282047,0.987235957110999 -5290,0.5,0.153725174569888,0.422844809018024,0.416611390087017,0.153725174569888,0.166249674475101,0.582803792267043,0.153725174569888,0.266024188705128,0.468196157443182,0.153725174569888,0.483538176490998,0.176902979124778,0.153725174569888,0.0226143558290873,0.939727147790037,0.153725174569888,0.0782595458713755,0.945327908857699,0.153725174569888,0.0529325353832113,0.892523441705168,0.153725174569888,0.0747403549637713,0.808290930185544,0.5,0.153725174569888,0.0942828424923091,0.860712195143153,0.153725174569888,0.408711894722837,0.083931936406104,0.5,0.153725174569888,0.313740300434459,0.879857848853691,0.153725174569888,0.303102784358698,0.438802872295485,0.153725174569888,0.151995789283876,0.777766927171839,0.153725174569888,0.058874756376691,0.72514855538505,0.153725174569888,0.0962604906621623,0.571723597241019,0.153725174569888,0.149065827308841,0.729324663338648,0.153725174569888,0.199055566690244,0.322702478925367,0.5,0.153725174569888,0.441277848398002,0.025782879515698,0,0.274075543792671,1.01116770481285 -5291,0.5,0.153725174569888,0.500132921448176,0.469681843836712,0.153725174569888,0.204313603929111,0.797800143241291,0.153725174569888,0.177151593573581,0.547358014097917,0.153725174569888,0.536706647680533,0.250167875827379,0.153725174569888,0.144368429228996,1.00750163100458,0.153725174569888,0.297900908554519,0.965602114323137,0.153725174569888,0.0976385397352778,0.97911267048828,0.153725174569888,0.202262017522027,0.802934189507441,0.5,0.153725174569888,0.121261595403243,0.823427925606688,0.153725174569888,0.518809319377706,0.325894236153233,0.5,0.153725174569888,0.151098141667673,0.855469356266016,0.153725174569888,0.296710777837445,0.677767846700653,0.153725174569888,0.132361126299313,0.800098757818468,0.153725174569888,0.0934831085106912,0.844463198182959,0.153725174569888,0.096137053881927,0.588820430043162,0.153725174569888,0.228048830555574,0.905285475740132,0.153725174569888,0.264759160851354,0.500694953343997,0.5,0.153725174569888,0.520649590427858,0.0402946685608634,0,0.319174219212647,0.992369010630282 -5292,0.5,0.153725174569888,0.507559702571177,0.507115157280424,0.153725174569888,0.0334817152558459,0.653433980030495,0.153725174569888,0.239399939245404,0.520413665601892,0.153725174569888,0.480963760939633,0.30950409874176,0.153725174569888,0.273824011193852,1.01382747411054,0.153725174569888,0.328218740722659,0.968201053395804,0.153725174569888,0.149451789163293,0.953490354957294,0.153725174569888,0.371079600676635,0.807586295614708,0.5,0.153725174569888,0.241980571363944,0.794565690126321,0.153725174569888,0.552191093073172,0.649083062993429,0.5,0.153725174569888,0.101420151052035,0.885297833334476,0.153725174569888,0.267654662705115,0.620970452331647,0.153725174569888,0.110460390852712,0.760726665912284,0.153725174569888,0.122054211030838,0.906717021507275,0.153725174569888,0.227873012025731,0.704415894274143,0.153725174569888,0.106725232710378,0.799607484197829,0.153725174569888,0.237172520194722,0.615680592439485,0.5,0.153725174569888,0.568996787742024,0.125206217636571,0,0.377004037628671,0.993171593693424 -5293,0.5,0.153725174569888,0.437682652908548,0.509556412678794,0.153725174569888,0.0267653106559031,0.776370819562002,0.153725174569888,0.344925637460701,0.657235975742637,0.153725174569888,0.434995646395335,0.306924322635982,0.153725174569888,0.236866746032727,1.01011565385648,0.153725174569888,0.229980963277034,0.898940129374692,0.153725174569888,0.249931257547869,0.942622601131619,0.153725174569888,0.532821933966557,0.78921512809806,0.5,0.153725174569888,0.314566042764781,0.767892112083996,0.153725174569888,0.41303851267004,0.464091912089862,0.5,0.153725174569888,0.101466100930803,0.797330954678121,0.153725174569888,0.282632524053961,0.603929763206297,0.153725174569888,0.0286088613197081,0.859319906991657,0.153725174569888,0.291493413651617,0.95346139854317,0.153725174569888,0.18763918169695,0.917133669675844,0.153725174569888,0.136661794902955,0.683554999673725,0.153725174569888,0.232246596710978,0.689872613304893,0.5,0.153725174569888,0.613921422787895,0.518620161128175,0,0.377085552174333,1.01135969104328 -5294,0.5,0.153725174569888,0.385357289793138,0.554937039241134,0.153725174569888,0.126354447840154,1.00459773788429,0.153725174569888,0.258178834678998,0.799144361834647,0.153725174569888,0.463609257806158,0.370737041017887,0.153725174569888,0.210393440231327,0.953192966190756,0.153725174569888,0.230791844102723,0.796425803058577,0.153725174569888,0.229458770129357,0.886113209246519,0.153725174569888,0.473099391008472,0.669963426261736,0.5,0.153725174569888,0.31933683302636,0.59824773497442,0.153725174569888,0.360821741872654,0.290656688456017,0.5,0.153725174569888,0.333351580237622,0.792279791534492,0.153725174569888,0.302310352976644,0.471278000087106,0.153725174569888,0.0352070892217535,0.94084928792831,0.153725174569888,0.216999764548081,0.974874328895552,0.153725174569888,0.187708916152675,0.941253986196583,0.153725174569888,0.225476445623222,0.604046678509438,0.153725174569888,0.204517157084113,0.607662181970893,0.5,0.153725174569888,0.507187490328154,0.292067518804939,0,0.31380584288282,1.01098342862878 -5295,0.5,0.153725174569888,0.293250848846993,0.598797651025773,0.153725174569888,0.10398817554333,0.853196603200762,0.153725174569888,0.144442430131432,0.789906883877317,0.153725174569888,0.404506628887695,0.490323369658283,0.153725174569888,0.146772954995293,0.860871010823817,0.153725174569888,0.172227803926555,0.572266157666486,0.153725174569888,0.207730201630543,0.790150644131298,0.153725174569888,0.455352965455531,0.429122129043984,0.5,0.153725174569888,0.341078533650103,0.407443555073697,0.153725174569888,0.226822099461201,0.154922386248413,0.5,0.153725174569888,0.484115769022944,0.67897762261403,0.153725174569888,0.269498654721355,0.312450124895957,0.153725174569888,0.142947178388612,0.939513258520651,0.153725174569888,0.162713036016827,0.933925070442818,0.153725174569888,0.268427614575359,0.905347122779932,0.153725174569888,0.281505321983508,0.471802469127102,0.153725174569888,0.300297224719464,0.592678481281419,0.5,0.153725174569888,0.35350367784946,0.191321348740434,0,0.457031167098012,1.01034456727842 -5296,0.5,0.153725174569888,0.201047683622784,0.626598437622664,0.153725174569888,0.257669341650177,0.93336932285452,0.153725174569888,0.155163981015858,0.637261090577369,0.153725174569888,0.27821137321894,0.521004601767314,0.153725174569888,0.103918426158984,0.692939481698589,0.153725174569888,0.148157638222593,0.395077409625634,0.153725174569888,0.170446799836588,0.612965526134755,0.153725174569888,0.427724815818694,0.29630684706172,0.5,0.153725174569888,0.320894643397837,0.298546351748618,0.153725174569888,0.179289185275616,0.112738061912964,0.5,0.153725174569888,0.404561732820453,0.383028307156008,0.153725174569888,0.250573387166138,0.159812457125943,0.153725174569888,0.117823722193535,0.948329347602639,0.153725174569888,0.132405593247173,0.868383137330362,0.153725174569888,0.217889302871099,0.838459769792553,0.153725174569888,0.239015214753645,0.307061773732847,0.153725174569888,0.243555338373506,0.382828520511946,0.5,0.153725174569888,0.336894039257166,0.160047942706832,0,0.475716107980603,0.978425485864151 -5297,0.5,0.153725174569888,0.14898637707082,0.63159465035011,0.153725174569888,0.0630868970640707,0.853493359435056,0.153725174569888,0.108339737164425,0.446230400215453,0.153725174569888,0.17970361744497,0.474423910068722,0.153725174569888,0.0829470983109421,0.498822220740319,0.153725174569888,0.0902980320560479,0.236160399353448,0.153725174569888,0.151377477222477,0.478881588540593,0.153725174569888,0.317641053147976,0.183173382390423,0.5,0.153725174569888,0.243549715000586,0.207250712317832,0.153725174569888,0.0581042317338973,0.0205369310543659,0.5,0.153725174569888,0.306846846884112,0.222587826528753,0.153725174569888,0.235581855251919,0.0657624828403745,0.153725174569888,0.0634552186311303,0.928379718849783,0.153725174569888,0.0814606734551179,0.724858900030585,0.153725174569888,0.145654804429177,0.71160716709545,0.153725174569888,0.189126231839468,0.211646373625006,0.153725174569888,0.198125788636979,0.200495035681867,0.5,0.153725174569888,0.184383931889199,0.106888968499923,0,0.613965157707599,0.922933556715857 -5298,0.5,0.153725174569888,0.119373240236758,0.589074766855507,0.153725174569888,0.0347829339899304,0.631711172883493,0.153725174569888,0.0831325382258793,0.312611386631208,0.153725174569888,0.102900559492246,0.406458885967138,0.153725174569888,0.0493347273080386,0.327555927924954,0.153725174569888,0.0556286248584868,0.121298304134358,0.153725174569888,0.0978574526606707,0.256116035289896,0.153725174569888,0.200811854824814,0.139959258898355,0.5,0.153725174569888,0.156512564527593,0.131819658863994,0.153725174569888,0.0732035103798163,0.00393971399028571,0.5,0.153725174569888,0.185007370693102,0.117442106938028,0.153725174569888,0.167655212125764,0.0259179646414162,0.153725174569888,0.0207960586053385,0.847767732801032,0.153725174569888,0.0486582313986737,0.564045499386619,0.153725174569888,0.0757666398984591,0.553016713264495,0.153725174569888,0.118737629739888,0.104104447264254,0.153725174569888,0.141993805477759,0.100268273398666,0.5,0.153725174569888,0.108456643226633,0.0495309534334082,0,0.835088295064867,0.788288201024536 -5299,0.5,0.153725174569888,0.0405783613605731,0.448209840376831,0.153725174569888,0.0105114088955073,0.484821023141206,0.153725174569888,0.0294114672702035,0.188550129822335,0.153725174569888,0.028937309109156,0.284686968012234,0.153725174569888,0.0174811788881028,0.157740652735601,0.153725174569888,0.0271060707258481,0.0565539965251642,0.153725174569888,0.0485247658342414,0.0984176927083866,0.153725174569888,0.0756769167669333,0.0561550774416111,0.5,0.153725174569888,0.0589108039576058,0.0618833877833449,0.153725174569888,0.0428194561589861,0.00136021743511538,0.5,0.153725174569888,0.0598780357644565,0.0248610276663767,0.153725174569888,0.0513405163759213,0.00290334658113133,0.153725174569888,0.00490620797721677,0.626584147453659,0.153725174569888,0.013946805763222,0.426553470987584,0.153725174569888,0.0352112321512443,0.355624537924141,0.153725174569888,0.0510135761616778,0.0367567934634077,0.153725174569888,0.0442951206661183,0.025613478513097,0.5,0.153725174569888,0.0330334797321131,0.0266414683492801,0,0.91165724537325,0.8021520807065 -5300,0.5,0.153725174569888,0.0,0.302633121212945,0.153725174569888,0.0,0.360501122884911,0.153725174569888,0.0,0.0606808343940637,0.153725174569888,0.0,0.177132353692865,0.153725174569888,0.0,0.0523808988483019,0.153725174569888,7.91324728674776e-05,0.0311956154680718,0.153725174569888,0.0,0.0104676385174664,0.153725174569888,0.0,0.0107418517783437,0.5,0.153725174569888,0.0,0.0237963748911858,0.153725174569888,0.0,0.000573304630723331,0.5,0.153725174569888,0.0,0.0162092528325984,0.153725174569888,0.0,0.000839137661190184,0.153725174569888,0.000137478080253882,0.539041652388723,0.153725174569888,0.0,0.295681748645759,0.153725174569888,0.0,0.180938659467557,0.153725174569888,0.0,0.00575619657003087,0.153725174569888,0.0,0.00785343029873288,0.5,0.153725174569888,0.0,0.0186523739615143,0,0.905941331036545,0.737593464488546 -5301,0.5,0.153725174569888,0.0,0.225862742344111,0.153725174569888,0.0,0.281577135017668,0.153725174569888,0.0,0.0333278724679418,0.153725174569888,0.0,0.107642164754953,0.153725174569888,0.0,0.011933920018831,0.153725174569888,0.0,0.0198621368325614,0.153725174569888,0.0,0.00762905197819112,0.153725174569888,0.0,0.00438920761471718,0.5,0.153725174569888,0.0,0.022410636489814,0.153725174569888,0.0,0.00120799318741077,0.5,0.153725174569888,0.0,0.00613582662593087,0.153725174569888,0.0,0.0037454055817341,0.153725174569888,0.0,0.488226371995407,0.153725174569888,0.0,0.212414986964784,0.153725174569888,0.0,0.0765948196575916,0.153725174569888,0.0,0.00256326680042209,0.153725174569888,0.0,0.00406909943494837,0.5,0.153725174569888,0.0,0.0105978253186282,0,0.824894306152624,0.626345158316135 -5302,0.5,0.153725174569888,0.0,0.171706971713939,0.153725174569888,0.0,0.204477950385326,0.153725174569888,0.0,0.0115534294337338,0.153725174569888,0.0,0.0747867319926185,0.153725174569888,0.0,0.00770035353589692,0.153725174569888,0.0,0.0218829667048477,0.153725174569888,0.0,0.0173985819341662,0.153725174569888,0.0,0.00650497407526452,0.5,0.153725174569888,0.0,0.0172801926967829,0.153725174569888,0.0,0.00305963721728865,0.5,0.153725174569888,0.0,0.00215609773618589,0.153725174569888,0.0,0.00964596273326191,0.153725174569888,0.0,0.405564543116652,0.153725174569888,0.0,0.108847447190974,0.153725174569888,0.0,0.0226725296693498,0.153725174569888,0.0,0.00315198862520045,0.153725174569888,0.0,0.00296553462747777,0.5,0.153725174569888,0.0,0.00466729357413907,0,0.733105512858147,0.45801854447056 -5303,0.5,0.153725174569888,0.0,0.116885505899615,0.153725174569888,0.0,0.0420193454540112,0.153725174569888,0.0,0.00546899454650118,0.153725174569888,0.0,0.0521103395298831,0.153725174569888,0.0,0.0157311717972265,0.153725174569888,0.0,0.0248113720218857,0.153725174569888,0.0,0.0184935057877007,0.153725174569888,0.0,0.00943023502946167,0.5,0.153725174569888,0.0,0.00746052244340361,0.153725174569888,0.0,0.0053492095739772,0.5,0.153725174569888,0.0,0.000664231151576866,0.153725174569888,0.0,0.0101322099430596,0.153725174569888,0.0,0.324507175407837,0.153725174569888,0.0,0.0434880364910023,0.153725174569888,0.0,0.00581515948671062,0.153725174569888,0.0,0.00448676545480199,0.153725174569888,0.0,0.00154310177273989,0.5,0.153725174569888,0.0,0.00354668399951507,0,0.605521924992326,0.312337403653937 -5304,0.5,0.153725174569888,0.0,0.0709883613621253,0.153725174569888,0.0,0.00456687590385712,0.153725174569888,0.0,0.00381281375722454,0.153725174569888,0.0,0.029030478847411,0.153725174569888,0.0,0.0290395867829292,0.153725174569888,0.0,0.0169170480631488,0.153725174569888,0.0,0.0108220763317541,0.153725174569888,0.0,0.00652830938076381,0.5,0.153725174569888,0.0,0.00305697240206066,0.153725174569888,0.0,0.011012755478286,0.5,0.153725174569888,0.0,0.000749284006116367,0.153725174569888,0.0,0.0123271377829337,0.153725174569888,0.0,0.185619727173787,0.153725174569888,0.0,0.0182381355536306,0.153725174569888,0.0,0.00471478201949867,0.153725174569888,0.0,0.00601009395196377,0.153725174569888,0.0,0.00298225221448191,0.5,0.153725174569888,0.0,0.0071577580981879,0,0.435643251479669,0.260606315902073 -5305,0.5,0.153725174569888,0.0,0.0412168651454494,0.153725174569888,0.0,0.00268274095124999,0.153725174569888,0.0,0.00534962839720147,0.153725174569888,0.0,0.0146030393999873,0.153725174569888,0.0,0.0289983193643947,0.153725174569888,0.0,0.00820004255909039,0.153725174569888,0.0,0.0095356250964373,0.153725174569888,0.0,0.0054554380357986,0.5,0.153725174569888,0.0,0.00243032663687939,0.153725174569888,0.0,0.0106176498331735,0.5,0.153725174569888,0.0,0.00495660571342753,0.153725174569888,0.0,0.0131572275939851,0.153725174569888,0.0,0.0829768244217555,0.153725174569888,0.0,0.0215168155831874,0.153725174569888,0.0,0.00815089964119314,0.153725174569888,0.0,0.00653963539849876,0.153725174569888,0.0,0.00453444593654194,0.5,0.153725174569888,0.0,0.0129621959686898,0,0.27175742461093,0.207315913396266 -5306,0.5,0.153725174569888,0.0,0.0255872023018314,0.153725174569888,0.0,0.0117851050833729,0.153725174569888,0.0,0.00924169334602581,0.153725174569888,0.0,0.00861298442191591,0.153725174569888,0.0,0.0254826853104445,0.153725174569888,0.0,0.00387818897392014,0.153725174569888,0.0,0.0121706525261844,0.153725174569888,0.0,0.00373189195712336,0.5,0.153725174569888,0.0,0.00335955873724157,0.153725174569888,0.0,0.00981805396986324,0.5,0.153725174569888,0.0,0.00966242773081844,0.153725174569888,0.0,0.022274636356642,0.153725174569888,0.0,0.0483330986569103,0.153725174569888,0.0,0.0307106310616078,0.153725174569888,0.0,0.0116378845482729,0.153725174569888,0.0,0.00768795409744383,0.153725174569888,0.0,0.0073095987710974,0.5,0.153725174569888,0.0,0.0131630440920182,0,0.20820240834374,0.166654861777254 -5307,0.5,0.153725174569888,0.0,0.0171293842175558,0.153725174569888,0.0,0.0212903999628525,0.153725174569888,0.0,0.0151584249727159,0.153725174569888,0.0,0.00656355085443594,0.153725174569888,0.0,0.0227509744904532,0.153725174569888,0.0,0.00184310294538773,0.153725174569888,0.0,0.0142555075624345,0.153725174569888,0.0,0.00261719517228654,0.5,0.153725174569888,0.0,0.00401057006855953,0.153725174569888,0.0,0.0116479656625249,0.5,0.153725174569888,0.0,0.0120090495072843,0.153725174569888,0.0,0.0229294076423969,0.153725174569888,0.0,0.0419596081510353,0.153725174569888,0.0,0.037654238886821,0.153725174569888,0.0,0.014153962883023,0.153725174569888,0.0,0.0109487144070018,0.153725174569888,0.0,0.0122389894866439,0.5,0.153725174569888,0.0,0.0147477440361358,0,0.148569297006751,0.0759023628262679 -5308,0.5,0.153725174569888,0.0,0.0100253704338804,0.153725174569888,0.0,0.0227754978548454,0.153725174569888,0.0,0.0243053320508339,0.153725174569888,0.0,0.00629842029887804,0.153725174569888,0.0,0.0295078016357742,0.153725174569888,0.0,0.00176579751873367,0.153725174569888,0.0,0.0270867982487653,0.153725174569888,0.0,0.00358442728432092,0.5,0.153725174569888,0.0,0.0024620830293808,0.153725174569888,0.0,0.0125692746934902,0.5,0.153725174569888,0.0,0.0284558539775356,0.153725174569888,0.0,0.0303699781652129,0.153725174569888,0.0,0.0496110190271245,0.153725174569888,0.0,0.0454171742296177,0.153725174569888,0.0,0.0174370614300288,0.153725174569888,0.0,0.0149961641259195,0.153725174569888,0.0,0.0185353821227091,0.5,0.153725174569888,0.0,0.0203987478758762,0,0.114188177135224,0.0301074004143294 -5309,0.5,0.153725174569888,0.0,0.00671549372990945,0.153725174569888,0.0,0.022942760515901,0.153725174569888,0.0,0.0358384975146436,0.153725174569888,0.0,0.00654143852326601,0.153725174569888,0.0,0.0293461665536838,0.153725174569888,0.0,0.00288401641617343,0.153725174569888,0.0,0.0291393974610941,0.153725174569888,0.0,0.00903155379604436,0.5,0.153725174569888,0.0,0.00515640277576094,0.153725174569888,0.0,0.0238578297136785,0.5,0.153725174569888,0.0,0.0539943575841354,0.153725174569888,0.0,0.0547509562141086,0.153725174569888,0.0,0.0587003453217077,0.153725174569888,0.0,0.062967213701454,0.153725174569888,0.0,0.0279354779610666,0.153725174569888,0.0,0.0161542787940644,0.153725174569888,0.0,0.0293488689326223,0.5,0.153725174569888,0.0,0.0222315295374153,0,0.0704730663763085,0.100376941625413 -5310,0.5,0.153725174569888,0.0132807999249645,0.00714092494689047,0.153725174569888,0.00665697217137085,0.0304433841988962,0.153725174569888,0.00970374567835417,0.0476083701104799,0.153725174569888,0.0195624093027132,0.00883014217491605,0.153725174569888,0.00184624628921344,0.0339467700985628,0.153725174569888,0.000873336011920004,0.0150092665694427,0.153725174569888,0.00233570941844163,0.0365965816356353,0.153725174569888,0.000586749355956994,0.017957350865035,0.5,0.153725174569888,0.000396177484298902,0.00864281510531146,0.153725174569888,0.00388980654293185,0.0348950971041337,0.5,0.153725174569888,0.00222149562128173,0.0210253998453663,0.153725174569888,0.00194582853979365,0.0401137541983788,0.153725174569888,0.00809468271084316,0.0635150029052927,0.153725174569888,0.00201652377291752,0.0705855826901431,0.153725174569888,0.00456550381691929,0.0384062176359727,0.153725174569888,0.00390199187662855,0.0125869228687024,0.153725174569888,0.00628488062347735,0.0338955407877513,0.5,0.153725174569888,0.00654984421174356,0.0295391485538782,0,0.0362151488821888,0.229830201601529 -5311,0.5,0.153725174569888,0.0688265120015946,0.0156937891022122,0.153725174569888,0.0627509089426378,0.0492943018871716,0.153725174569888,0.0879639123021823,0.0801342129122463,0.153725174569888,0.101345246520261,0.0229960898127982,0.153725174569888,0.0419187037432923,0.0520286058365416,0.153725174569888,0.0368828018312217,0.017522879893247,0.153725174569888,0.0372142752345187,0.0497919560204561,0.153725174569888,0.0282951058897818,0.0238705936080318,0.5,0.153725174569888,0.0104877562952892,0.0152826350698349,0.153725174569888,0.0772136614672552,0.0236753150665007,0.5,0.153725174569888,0.0444969950936153,0.00732835245079895,0.153725174569888,0.0495924847152756,0.0363729150445096,0.153725174569888,0.0661681841892378,0.087024716229988,0.153725174569888,0.0304028516442058,0.0889828966785733,0.153725174569888,0.0581036853891199,0.0538448287956741,0.153725174569888,0.0589233892988385,0.0158514944881063,0.153725174569888,0.0817946080898788,0.0270721777162977,0.5,0.153725174569888,0.0770915493259571,0.0458821027017638,0,0.0136684375186083,0.29498776567691 -5312,0.5,0.153725174569888,0.167337245067528,0.0623866892972578,0.153725174569888,0.126506695785669,0.105985572302148,0.153725174569888,0.207524942761129,0.212324423923805,0.153725174569888,0.224815846754787,0.0913040469769304,0.153725174569888,0.0794340073541439,0.11142221634514,0.153725174569888,0.105890184758873,0.0375846559435582,0.153725174569888,0.0983534686358401,0.124189518904889,0.153725174569888,0.0689710544571498,0.0691302330371706,0.5,0.153725174569888,0.0215437180867189,0.0245051481765439,0.153725174569888,0.192168131456597,0.0225692218708293,0.5,0.153725174569888,0.0503299783967782,0.0207810596378776,0.153725174569888,0.114746031321408,0.0460077904528889,0.153725174569888,0.138140623432372,0.157156631498007,0.153725174569888,0.0861368517394494,0.137505790124903,0.153725174569888,0.143045744589088,0.152349246723847,0.153725174569888,0.111297144364383,0.052893350753311,0.153725174569888,0.18550433707508,0.0537940652337226,0.5,0.153725174569888,0.191479502344875,0.123817108828088,0,0.00697593649351732,0.315152294507985 -5313,0.5,0.153725174569888,0.307282747965254,0.0925576147867155,0.153725174569888,0.188218241808532,0.21129282283775,0.153725174569888,0.333297295130487,0.3162291862753,0.153725174569888,0.355583612011411,0.152388163382225,0.153725174569888,0.119474195644451,0.237073327528175,0.153725174569888,0.187502364621829,0.0903234118554961,0.153725174569888,0.168534023638895,0.234623606060516,0.153725174569888,0.121036262884349,0.127141384034724,0.5,0.153725174569888,0.0338229596845841,0.0377201368195382,0.153725174569888,0.322755830169494,0.0189104189073295,0.5,0.153725174569888,0.0241207262870497,0.0804782692780217,0.153725174569888,0.169503673658422,0.0632745142350456,0.153725174569888,0.189127325680849,0.240065448724403,0.153725174569888,0.128433635629368,0.222465573118929,0.153725174569888,0.199034987040015,0.332954667375533,0.153725174569888,0.146319218552691,0.105717267867334,0.153725174569888,0.264707986608497,0.103444302040127,0.5,0.153725174569888,0.339048164839601,0.207786957038486,0,0.0103256347916196,0.314385227866555 -5314,0.5,0.153725174569888,0.452611245822573,0.115733693242432,0.153725174569888,0.270353783875635,0.324321951408721,0.153725174569888,0.431825978231448,0.424193140923101,0.153725174569888,0.488416832109101,0.154766166025558,0.153725174569888,0.24262093243498,0.411244812537756,0.153725174569888,0.268800337916105,0.165349170103002,0.153725174569888,0.213194984131273,0.358581564012517,0.153725174569888,0.21805599601835,0.202129888336198,0.5,0.153725174569888,0.0497648166414576,0.0715425833130417,0.153725174569888,0.454005065468465,0.0214827199420671,0.5,0.153725174569888,0.0777564519578192,0.0908939248927747,0.153725174569888,0.24797562558018,0.0569578565392482,0.153725174569888,0.219027668418144,0.289091745387109,0.153725174569888,0.167923179656388,0.353779407028062,0.153725174569888,0.242929298322681,0.484567444609614,0.153725174569888,0.108981784364714,0.172455995776861,0.153725174569888,0.271779470765342,0.13419517285663,0.5,0.153725174569888,0.480066337695537,0.197255384880832,0,0.0182728595999052,0.291364887876149 -5315,0.5,0.153725174569888,0.547781013304343,0.144609401256704,0.153725174569888,0.281511156679392,0.386660943061761,0.153725174569888,0.427971480276114,0.371607259372523,0.153725174569888,0.591670881263244,0.176807707290756,0.153725174569888,0.333934504245193,0.466035969012689,0.153725174569888,0.312345617150267,0.199364482450439,0.153725174569888,0.278266147954474,0.450173397948421,0.153725174569888,0.28141688575444,0.263584483019261,0.5,0.153725174569888,0.107139990766927,0.115625947485463,0.153725174569888,0.548424869770064,0.0275332585968928,0.5,0.153725174569888,0.153169909371795,0.0842203712829349,0.153725174569888,0.353007778522661,0.073926217436524,0.153725174569888,0.284740237830432,0.366801661579504,0.153725174569888,0.232652977990339,0.473984028025047,0.153725174569888,0.254047874467271,0.591333616932991,0.153725174569888,0.0690924566661073,0.206151659485026,0.153725174569888,0.264749925130948,0.143094907085257,0.5,0.153725174569888,0.583652098263999,0.116251682009672,0,0.0254171212729545,0.318699901531318 -5316,0.5,0.153725174569888,0.572814441520504,0.177644153794852,0.153725174569888,0.349181242068077,0.507921657970748,0.153725174569888,0.290305142255768,0.213327688646413,0.153725174569888,0.64507438318364,0.213733540072487,0.153725174569888,0.343200244982685,0.433168774682493,0.153725174569888,0.36891822940452,0.243364132120711,0.153725174569888,0.31511280065427,0.455738643723821,0.153725174569888,0.37579799443432,0.340721372613694,0.5,0.153725174569888,0.197676970270844,0.189738501669865,0.153725174569888,0.60453215634372,0.022461333750843,0.5,0.153725174569888,0.336934868760726,0.108827891054235,0.153725174569888,0.479590180889569,0.185912242840633,0.153725174569888,0.348609663541079,0.415056859064057,0.153725174569888,0.281077609792563,0.548182504869459,0.153725174569888,0.213078944930691,0.630312604046983,0.153725174569888,0.0617895353052535,0.259073784290483,0.153725174569888,0.262596922056624,0.117427347350153,0.5,0.153725174569888,0.644367700467494,0.0510040968650322,0,0.0311877347557462,0.400319672437028 -5317,0.5,0.153725174569888,0.565815823042303,0.195224798724769,0.153725174569888,0.309672631994424,0.609361294475061,0.153725174569888,0.0924212481099,0.0791125700252216,0.153725174569888,0.608546076735015,0.209408377949496,0.153725174569888,0.293039935534708,0.417561143747882,0.153725174569888,0.35631430759614,0.289648529228749,0.153725174569888,0.282826975454008,0.528459644650994,0.153725174569888,0.405343188350131,0.452542557357701,0.5,0.153725174569888,0.310368383582498,0.210985939779278,0.153725174569888,0.62825193645928,0.0127793032520326,0.5,0.153725174569888,0.548895367659139,0.230907797461297,0.153725174569888,0.58626258468068,0.211578244854524,0.153725174569888,0.370732584404013,0.44962444407383,0.153725174569888,0.23501902102665,0.547766647357787,0.153725174569888,0.170732613853469,0.621501231092886,0.153725174569888,0.109676505322885,0.341944939370481,0.153725174569888,0.275569835599469,0.116147404143157,0.5,0.153725174569888,0.659912382141275,0.0235013856642334,0,0.0523291862147769,0.407493657499878 -5318,0.5,0.153725174569888,0.467836300744498,0.198179628678757,0.153725174569888,0.114986097046346,0.562829728300072,0.153725174569888,0.0527926562772013,0.0293902969386322,0.153725174569888,0.461389297484547,0.154132556725123,0.153725174569888,0.153140391277528,0.402122998944464,0.153725174569888,0.335184074633452,0.371323070146184,0.153725174569888,0.218349806686944,0.532313988672985,0.153725174569888,0.373746969061767,0.467548666197195,0.5,0.153725174569888,0.45307458058143,0.209830403232287,0.153725174569888,0.528578550765814,0.00517232761373752,0.5,0.153725174569888,0.596826263764132,0.303216547067649,0.153725174569888,0.586440266208865,0.257708852856477,0.153725174569888,0.22635010325657,0.383919889913809,0.153725174569888,0.18261117524235,0.496313327494525,0.153725174569888,0.107296965443017,0.539189871934206,0.153725174569888,0.162550268045891,0.350183488695465,0.153725174569888,0.323768137266961,0.13597001095604,0.5,0.153725174569888,0.612535240066646,0.0138705197013982,0,0.084849018558687,0.34512297942449 -5319,0.5,0.153725174569888,0.334994347000009,0.182437973135131,0.153725174569888,0.0455944385910063,0.585774653375814,0.153725174569888,0.0810923328824545,0.0190665456204164,0.153725174569888,0.33473485308437,0.101146969697715,0.153725174569888,0.1168094283183,0.404642393225307,0.153725174569888,0.254650252539317,0.405836496555908,0.153725174569888,0.240672013754796,0.548751520027046,0.153725174569888,0.308793478222182,0.428612636912679,0.5,0.153725174569888,0.475999823855229,0.275243467507055,0.153725174569888,0.577415269084841,0.00793751749900034,0.5,0.153725174569888,0.386528048608538,0.393555770805851,0.153725174569888,0.426128425482364,0.176658555372146,0.153725174569888,0.0940952994701682,0.314483517530688,0.153725174569888,0.104953264179873,0.408823009213105,0.153725174569888,0.0684598194459331,0.464850609051964,0.153725174569888,0.252715440053521,0.336551399527892,0.153725174569888,0.375343330968668,0.198856764667605,0.5,0.153725174569888,0.543601551275047,0.011789246011462,0,0.105822110039037,0.388476190638838 -5320,0.5,0.153725174569888,0.183629081063999,0.167270270569145,0.153725174569888,0.0526516916355485,0.512775870024135,0.153725174569888,0.139211307584845,0.0412973537690411,0.153725174569888,0.231025263901914,0.0761299390440084,0.153725174569888,0.138481510467579,0.4012317274747,0.153725174569888,0.196802005495094,0.477951089768011,0.153725174569888,0.217570664484677,0.433066301147164,0.153725174569888,0.290919049938772,0.3867789680926,0.5,0.153725174569888,0.335003034323022,0.352241143505162,0.153725174569888,0.472162105559936,0.0147190635851222,0.5,0.153725174569888,0.286034990152034,0.186596152100128,0.153725174569888,0.30216211852821,0.119604438966509,0.153725174569888,0.0419095246335997,0.283764039464823,0.153725174569888,0.0508323745791539,0.380513304443065,0.153725174569888,0.0599066111850715,0.432141600805694,0.153725174569888,0.30369376011324,0.396989543227271,0.153725174569888,0.349748031396858,0.178844884383339,0.5,0.153725174569888,0.437705971518896,0.00867866326130201,0,0.148536566490604,0.53433638730766 -5321,0.5,0.153725174569888,0.0669721616181852,0.161640168490141,0.153725174569888,0.0389657128019572,0.425766108817711,0.153725174569888,0.178637771985936,0.0703120518107219,0.153725174569888,0.12795591403056,0.0514166894235599,0.153725174569888,0.156609324055051,0.569429695424279,0.153725174569888,0.159745772405433,0.569181102303464,0.153725174569888,0.201512038727106,0.375771743707456,0.153725174569888,0.253205752692264,0.411547217924037,0.5,0.153725174569888,0.227144732319808,0.398645816858843,0.153725174569888,0.290624294032871,0.0136628474876485,0.5,0.153725174569888,0.263307751896674,0.105116522297118,0.153725174569888,0.171956403633968,0.0600228021788593,0.153725174569888,0.0226786170086676,0.296029929142747,0.153725174569888,0.0493062493081239,0.448999572414757,0.153725174569888,0.0724146442752216,0.3895255255885,0.153725174569888,0.239188541946744,0.354378424636846,0.153725174569888,0.262249219947071,0.110290954658021,0.5,0.153725174569888,0.324024552258386,0.00762484498331957,0,0.282703342501447,0.414420595723017 -5322,0.5,0.153725174569888,0.0203893317861635,0.150031512975914,0.153725174569888,0.0113852619378137,0.598348976068117,0.153725174569888,0.13398516809959,0.0546633700511484,0.153725174569888,0.0738349921368049,0.0432133814966374,0.153725174569888,0.122288818231627,0.621840658081418,0.153725174569888,0.0724793672992348,0.477295662881477,0.153725174569888,0.155948692439132,0.39001189984088,0.153725174569888,0.136686442252272,0.319862518322574,0.5,0.153725174569888,0.0947517900348084,0.522025518694038,0.153725174569888,0.150082121718894,0.00276081230937084,0.5,0.153725174569888,0.05388062046946,0.137740425425759,0.153725174569888,0.102549948491678,0.0425471123259082,0.153725174569888,0.0114588696678541,0.307454222779457,0.153725174569888,0.0686545156342821,0.56327953742906,0.153725174569888,0.0838597839300797,0.349113548935762,0.153725174569888,0.152140648665283,0.244145761770882,0.153725174569888,0.127224020531073,0.0469392313801523,0.5,0.153725174569888,0.184525598847635,0.00470000955819235,0,0.629793795365153,0.312940243122621 -5323,0.5,0.153725174569888,0.0059545541803915,0.142294954787727,0.153725174569888,0.00223354819560985,0.656894176569071,0.153725174569888,0.0547793877293938,0.0613210379123431,0.153725174569888,0.0323497798310679,0.0455785690206035,0.153725174569888,0.0411661677829694,0.496894286226738,0.153725174569888,0.0320439482520172,0.527321215998998,0.153725174569888,0.0678950318735339,0.404630490416981,0.153725174569888,0.0507687411766008,0.502629365609565,0.5,0.153725174569888,0.0289268358672753,0.651559567194647,0.153725174569888,0.0399345517851426,0.000703436456960671,0.5,0.153725174569888,0.00872429011141159,0.122464288419681,0.153725174569888,0.0313878260894765,0.0515918976792536,0.153725174569888,0.00377522854289512,0.441291609442056,0.153725174569888,0.032370176762076,0.630805162278147,0.153725174569888,0.0499932839443409,0.292620408345494,0.153725174569888,0.0626537711000916,0.245218477423733,0.153725174569888,0.0400202842121612,0.0965969518099281,0.5,0.153725174569888,0.0368866267696933,0.00406111834577624,0,0.773168531775655,0.436506679520152 -5324,0.5,0.153725174569888,3.35765579782205e-06,0.120765103721415,0.153725174569888,1.45320269600172e-05,0.659763941050441,0.153725174569888,0.0,0.100650018111477,0.153725174569888,0.0,0.057676817229497,0.153725174569888,0.0,0.466361470900962,0.153725174569888,0.000160449763271176,0.541817672073186,0.153725174569888,0.0,0.47659012683196,0.153725174569888,0.000209693632530844,0.858708131256363,0.5,0.153725174569888,9.96506714721847e-06,0.579285189786421,0.153725174569888,0.0,0.00346096968019252,0.5,0.153725174569888,2.27131822861063e-05,0.0274101910610669,0.153725174569888,0.0,0.0904116352615889,0.153725174569888,6.5188222238912e-05,0.617360463466079,0.153725174569888,0.0,0.668239488228148,0.153725174569888,0.0,0.266450300550184,0.153725174569888,0.0,0.370337931949512,0.153725174569888,6.14748358317961e-06,0.0857589337778883,0.5,0.153725174569888,0.0,0.00401897897890207,0,0.699261494853011,0.902473072083261 -5325,0.5,0.153725174569888,0.0,0.110523483210321,0.153725174569888,0.0,0.632953029041964,0.153725174569888,0.0,0.148625417262171,0.153725174569888,0.0,0.0650006650946606,0.153725174569888,0.0,0.502590479034894,0.153725174569888,0.0,0.846250675487714,0.153725174569888,0.0,0.540813004714491,0.153725174569888,0.0,0.8884143373112,0.5,0.153725174569888,0.0,0.526340558297045,0.153725174569888,0.0,0.0295988485819336,0.5,0.153725174569888,0.0,0.0692955686391962,0.153725174569888,0.0,0.111332672121686,0.153725174569888,0.0,0.717853758821676,0.153725174569888,0.0,0.657697873292983,0.153725174569888,0.0,0.267086292451628,0.153725174569888,0.0,0.527844186908804,0.153725174569888,0.0,0.0540206726223031,0.5,0.153725174569888,0.0,0.00606799795933654,0,0.65507023429652,1.00663316472723 -5326,0.5,0.153725174569888,0.0,0.123966051038167,0.153725174569888,0.0,0.474872335704582,0.153725174569888,0.0,0.269865625807019,0.153725174569888,0.0,0.0805878016413148,0.153725174569888,0.0,0.794929842686452,0.153725174569888,0.0,1.01646992892124,0.153725174569888,0.0,0.835685108245632,0.153725174569888,0.0,0.897484248719429,0.5,0.153725174569888,0.0,0.63748515883455,0.153725174569888,0.0,0.0170150211731791,0.5,0.153725174569888,0.0,0.164173371737878,0.153725174569888,0.0,0.145193589746959,0.153725174569888,0.0,0.737619912368421,0.153725174569888,0.0,0.548049104194659,0.153725174569888,0.0,0.294053350585822,0.153725174569888,0.0,0.719473708194256,0.153725174569888,0.0,0.0652623560890666,0.5,0.153725174569888,0.0,0.0199207955880658,0,0.642149185189283,1.00600346506628 -5327,0.5,0.153725174569888,0.0,0.140987967563352,0.153725174569888,0.0,0.318832890079689,0.153725174569888,0.0,0.378601817105835,0.153725174569888,0.0,0.116011410440867,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01517094139812,0.153725174569888,0.0,0.952892164751922,0.153725174569888,0.0,0.902405172869015,0.5,0.153725174569888,0.0,0.761644854569118,0.153725174569888,0.0,0.0200013585098286,0.5,0.153725174569888,0.0,0.289627840531933,0.153725174569888,0.0,0.224112971513387,0.153725174569888,0.0,0.702078459125979,0.153725174569888,0.0,0.72497436469179,0.153725174569888,0.0,0.441355549697343,0.153725174569888,0.0,0.698557340596914,0.153725174569888,0.0,0.100809821302286,0.5,0.153725174569888,0.0,0.0142159047722326,0,0.756425296408638,1.01143916413886 -5328,0.5,0.153725174569888,0.0,0.167014068384667,0.153725174569888,0.0,0.359152354561278,0.153725174569888,0.0,0.394103748468686,0.153725174569888,0.0,0.106268514602561,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00588583377454,0.153725174569888,0.0,1.01783775997969,0.153725174569888,0.0,0.850816353518444,0.5,0.153725174569888,0.0,0.784697564348153,0.153725174569888,0.0,0.0649095173509491,0.5,0.153725174569888,0.0,0.272395082053735,0.153725174569888,0.0,0.200862496621811,0.153725174569888,0.0,0.68200819220668,0.153725174569888,0.0,0.91750397545355,0.153725174569888,0.0,0.675684194372184,0.153725174569888,0.0,0.741955473600196,0.153725174569888,0.0,0.169807408028681,0.5,0.153725174569888,0.0,0.0452259477424473,0,0.816682253215302,0.00979865713374569 -5329,0.5,0.153725174569888,0.0,0.193568725367197,0.153725174569888,0.0,0.9122422380334,0.153725174569888,0.0,0.458087827403413,0.153725174569888,0.0,0.108674011417286,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.991537762214415,0.153725174569888,0.0,1.01231788141024,0.153725174569888,0.0,0.790071106574109,0.5,0.153725174569888,0.0,0.651295345042396,0.153725174569888,0.0,0.0613433799353169,0.5,0.153725174569888,0.0,0.430568042624081,0.153725174569888,0.0,0.191860406502197,0.153725174569888,0.0,0.825687087948841,0.153725174569888,0.0,0.994609123660316,0.153725174569888,0.0,0.904660819118663,0.153725174569888,0.0,0.879868260606347,0.153725174569888,0.0,0.298688704418486,0.5,0.153725174569888,0.0,0.133870109521367,0,0.674291354931499,0.00979865713374569 -5330,0.5,0.153725174569888,0.0,0.24984869281108,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.520978191497671,0.153725174569888,0.0,0.145700149507208,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.972250599824229,0.153725174569888,0.0,0.990621915907545,0.153725174569888,0.0,0.675665114741016,0.5,0.153725174569888,0.0,0.492734768456385,0.153725174569888,0.0,0.0496952016357179,0.5,0.153725174569888,0.0,0.673430113623515,0.153725174569888,0.0,0.278081265655685,0.153725174569888,0.0,0.937136301459769,0.153725174569888,0.0,1.01149000931399,0.153725174569888,0.0,1.00756098143776,0.153725174569888,0.0,0.839877493652791,0.153725174569888,0.0,0.445642963243934,0.5,0.153725174569888,0.0,0.305934950573101,0,0.484253131942272,0.00979865713374569 -5331,0.5,0.153725174569888,0.0,0.410024536766863,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.591469354300827,0.153725174569888,0.0,0.187909600381273,0.153725174569888,0.0,1.02169561104755,0.153725174569888,0.0,0.958333443026779,0.153725174569888,0.0,0.950613512270617,0.153725174569888,0.0,0.600350327785273,0.5,0.153725174569888,0.0,0.397772884228546,0.153725174569888,0.0,0.0420502430426527,0.5,0.153725174569888,0.0,0.697710905178344,0.153725174569888,0.0,0.338458423736846,0.153725174569888,0.0,1.01110370414052,0.153725174569888,0.0,1.00435148690389,0.153725174569888,0.0,0.989561201636894,0.153725174569888,0.0,0.683101941871293,0.153725174569888,0.0,0.441436471178647,0.5,0.153725174569888,0.0,0.201594147533542,0,0.431622998237095,0.00979865713374569 -5332,0.5,0.153725174569888,0.0,0.635006717936423,0.153725174569888,0.0,0.983219122506689,0.153725174569888,0.0,0.721557501112719,0.153725174569888,0.0,0.219672062498554,0.153725174569888,0.0,1.02157574809809,0.153725174569888,0.0,0.950788136037092,0.153725174569888,0.0,0.897543189773467,0.153725174569888,0.0,0.595184734930253,0.5,0.153725174569888,0.0,0.380140431695888,0.153725174569888,0.0,0.0279513435876992,0.5,0.153725174569888,0.0,0.687720030141138,0.153725174569888,0.0,0.354376412319116,0.153725174569888,0.0,0.916912253224309,0.153725174569888,0.0,0.99574356598641,0.153725174569888,0.0,0.878818351223549,0.153725174569888,0.0,0.397499666979809,0.153725174569888,0.0,0.465685254796491,0.5,0.153725174569888,0.0,0.182086074318808,0,0.96615050014478,0.00979865713374569 -5333,0.5,0.153725174569888,0.0,0.735076279232552,0.153725174569888,0.0,0.970735910442675,0.153725174569888,0.0,0.679141631624653,0.153725174569888,0.0,0.295753442823181,0.153725174569888,0.0,1.01099007962595,0.153725174569888,0.0,0.840062082354608,0.153725174569888,0.0,0.838395444502152,0.153725174569888,0.0,0.486507872045685,0.5,0.153725174569888,0.0,0.351063478402214,0.153725174569888,0.0,0.0215119227861437,0.5,0.153725174569888,0.0,0.460751121272841,0.153725174569888,0.0,0.284482507330055,0.153725174569888,0.0,0.989310715062521,0.153725174569888,0.0,0.983843783055618,0.153725174569888,0.0,0.715630783663829,0.153725174569888,0.0,0.230132255896726,0.153725174569888,0.0,0.422836391460115,0.5,0.153725174569888,0.0,0.139769232802235,0,1.0062149442519,0.0803856653377461 -5334,0.5,0.153725174569888,0.0144625884696366,0.700350224829633,0.153725174569888,0.0021210370907438,0.983265768682256,0.153725174569888,0.00822552221951724,0.514214775568952,0.153725174569888,0.00182652582479184,0.37536166352789,0.153725174569888,0.00325951737456498,0.976038305401786,0.153725174569888,0.00154835416963831,0.753364681464892,0.153725174569888,0.00212238868704825,0.815823024357024,0.153725174569888,0.000559829033470512,0.441355376391551,0.5,0.153725174569888,0.00100668270641476,0.314495736013825,0.153725174569888,0.000142001423002771,0.0496074807448352,0.5,0.153725174569888,0.00274177948494583,0.192299082883706,0.153725174569888,0.00130221204639069,0.216251989519435,0.153725174569888,0.00280727432529446,0.986540987202377,0.153725174569888,0.00151712055023245,0.969146948473311,0.153725174569888,0.00625430490741867,0.620006077491685,0.153725174569888,0.00434011066916394,0.196838615731607,0.153725174569888,0.00277554382386996,0.297089402812008,0.5,0.153725174569888,0.000605539307011231,0.0968556796410713,0,0.995437903932242,0.889891222334242 -5335,0.5,0.153725174569888,0.0849573711372367,0.648024922490246,0.153725174569888,0.0108493443151116,0.90858602935154,0.153725174569888,0.0856257809113527,0.417570813609683,0.153725174569888,0.0271626627674725,0.462565993220841,0.153725174569888,0.0725793636215734,0.964594554904984,0.153725174569888,0.0622004435450757,0.862168801653631,0.153725174569888,0.0594370572719991,0.81286240059171,0.153725174569888,0.0460181498522515,0.525136162872183,0.5,0.153725174569888,0.0513150183288498,0.343073779380954,0.153725174569888,0.00342740527626666,0.110205315847155,0.5,0.153725174569888,0.0721298122779057,0.233103215705873,0.153725174569888,0.0471515804887138,0.219301657745554,0.153725174569888,0.0410913917787389,0.992478034236515,0.153725174569888,0.0500091795783971,0.955885845596389,0.153725174569888,0.0785065842500735,0.728474120106416,0.153725174569888,0.0757096504103974,0.295741098840695,0.153725174569888,0.0611689725762282,0.294187715015615,0.5,0.153725174569888,0.0097946522075607,0.120704642490203,0,0.996172505210722,1.01099644939237 -5336,0.5,0.153725174569888,0.195465873545148,0.689377961238304,0.153725174569888,0.154865835103179,0.999879890010051,0.153725174569888,0.196186878984942,0.49181351107496,0.153725174569888,0.0836804255733154,0.400691980417086,0.153725174569888,0.187030073543602,1.00921814438481,0.153725174569888,0.167736734887857,0.965686038286951,0.153725174569888,0.184232119058248,0.893661138136733,0.153725174569888,0.159514444509457,0.704067884385071,0.5,0.153725174569888,0.158520075903003,0.523881292188005,0.153725174569888,0.0172536872251057,0.213221922722795,0.5,0.153725174569888,0.179129219584912,0.367224097571787,0.153725174569888,0.116567965115673,0.302587919597065,0.153725174569888,0.0736714554800058,0.990445662118762,0.153725174569888,0.173737552443927,0.979128751570344,0.153725174569888,0.197025786270967,0.918366964430518,0.153725174569888,0.166006923905929,0.508422778922747,0.153725174569888,0.156790934918287,0.336823522056973,0.5,0.153725174569888,0.0179166445550864,0.155659878701191,0,0.977216122982086,1.01119683696466 -5337,0.5,0.153725174569888,0.317367906071654,0.729573714775078,0.153725174569888,0.203622764680705,1.00106501129873,0.153725174569888,0.319612557930222,0.606511382197896,0.153725174569888,0.198279049299167,0.331372036511136,0.153725174569888,0.318636635497853,1.02173913043478,0.153725174569888,0.302023032354455,0.992309872426009,0.153725174569888,0.309941149829445,0.984275137622453,0.153725174569888,0.285113350913808,0.840224279082838,0.5,0.153725174569888,0.283200675202401,0.706585661610592,0.153725174569888,0.0383318263420963,0.269140818688756,0.5,0.153725174569888,0.296542933802895,0.535528363204432,0.153725174569888,0.141024806301918,0.329879465740929,0.153725174569888,0.18118050955228,0.994624471239735,0.153725174569888,0.301883400572636,0.992456875916304,0.153725174569888,0.309505801681642,0.936228929190312,0.153725174569888,0.237533526405518,0.648317670143244,0.153725174569888,0.269173943239294,0.412185791893713,0.5,0.153725174569888,0.022430912373174,0.23119392128202,0,0.982032987380346,1.01141479743533 -5338,0.5,0.153725174569888,0.428344623037098,0.692937999289968,0.153725174569888,0.406284553314416,1.01361277994156,0.153725174569888,0.430552459392091,0.624491955788271,0.153725174569888,0.353924321994929,0.270396243782927,0.153725174569888,0.458793014804095,1.02173913043478,0.153725174569888,0.436417965530815,1.00444476358594,0.153725174569888,0.431132566360771,1.00760137849738,0.153725174569888,0.383044097655961,0.871825997539525,0.5,0.153725174569888,0.371865301015645,0.734231125544499,0.153725174569888,0.0624180106782815,0.166715091628008,0.5,0.153725174569888,0.298992921139262,0.633548553836224,0.153725174569888,0.125957613306741,0.266691068485431,0.153725174569888,0.208606318127485,0.98427363545404,0.153725174569888,0.423641700250441,1.00300111279487,0.153725174569888,0.45775024242303,0.950212570296901,0.153725174569888,0.314106283429436,0.679206142327924,0.153725174569888,0.347247376372592,0.429412845639372,0.5,0.153725174569888,0.0326980222652247,0.252759856965149,0,0.972257032348316,1.01143916413886 -5339,0.5,0.153725174569888,0.534045106144324,0.666034502851239,0.153725174569888,0.525566531357386,1.01497701527913,0.153725174569888,0.501619637099508,0.60929576951001,0.153725174569888,0.46579591371622,0.262779524748298,0.153725174569888,0.539304596769317,1.02173913043478,0.153725174569888,0.548803137305832,1.00795618748123,0.153725174569888,0.526534484954393,1.00570986614436,0.153725174569888,0.496578052956649,0.889724282482905,0.5,0.153725174569888,0.473231041712443,0.758573540617859,0.153725174569888,0.0768753999531752,0.0913530362815297,0.5,0.153725174569888,0.274842161434051,0.5596093085342,0.153725174569888,0.110997928459482,0.216974108406787,0.153725174569888,0.354745222457378,0.981038344979506,0.153725174569888,0.494403211966009,1.00497787384172,0.153725174569888,0.583177082094041,0.965846611725012,0.153725174569888,0.444867187521475,0.700845619590806,0.153725174569888,0.344983059189681,0.444883474444633,0.5,0.153725174569888,0.0477803006241651,0.212158484142131,0,0.917317852271665,1.01143916413886 -5340,0.5,0.153725174569888,0.619392926447654,0.618230900754015,0.153725174569888,0.565782289325272,1.01640588645947,0.153725174569888,0.550203382654082,0.624789752031556,0.153725174569888,0.541890866080251,0.254078229532687,0.153725174569888,0.598874635548122,1.02173913043478,0.153725174569888,0.586422690688852,1.00071319125774,0.153725174569888,0.628563555672516,1.00358452933294,0.153725174569888,0.589450372798863,0.887034529112652,0.5,0.153725174569888,0.588912100146781,0.776914532679026,0.153725174569888,0.0969234025662596,0.0562753066226361,0.5,0.153725174569888,0.352888710843595,0.467450305378261,0.153725174569888,0.125300776892972,0.208914729818531,0.153725174569888,0.429267394622031,0.973885971734586,0.153725174569888,0.54413815582267,1.00302996705175,0.153725174569888,0.648151546134945,0.959868021085407,0.153725174569888,0.559522838863971,0.741998627654421,0.153725174569888,0.311232649474168,0.443129794651089,0.5,0.153725174569888,0.0664739710776918,0.143082039373983,0,0.860468516717456,1.01143916413886 -5341,0.5,0.153725174569888,0.658390944572082,0.585368012276688,0.153725174569888,0.603143355007657,1.01638186568377,0.153725174569888,0.589279395351022,0.67636818179349,0.153725174569888,0.582599271237868,0.29038483170259,0.153725174569888,0.605251542803109,1.02173913043478,0.153725174569888,0.583621360794407,0.992499367230165,0.153725174569888,0.647647121704174,0.997501797588534,0.153725174569888,0.633292884610702,0.863298557108937,0.5,0.153725174569888,0.636288467529552,0.784296333096982,0.153725174569888,0.104296154274509,0.0652018542489871,0.5,0.153725174569888,0.379141943042535,0.381919750284455,0.153725174569888,0.163325383665182,0.23396380830753,0.153725174569888,0.545027291125045,0.976788968015364,0.153725174569888,0.595162544103783,1.00219635811405,0.153725174569888,0.676532097462481,0.957887274608542,0.153725174569888,0.621584375699769,0.77039879063336,0.153725174569888,0.322975219582647,0.463465109776366,0.5,0.153725174569888,0.0660932566797686,0.111904128040547,0,0.696101771613447,1.01143916413886 -5342,0.5,0.153725174569888,0.644652895382112,0.573135188261405,0.153725174569888,0.609925756924649,1.01119388843681,0.153725174569888,0.586006307500884,0.677890170707544,0.153725174569888,0.545336357608998,0.357760298677798,0.153725174569888,0.41162195205847,1.02124892199849,0.153725174569888,0.411747795845291,0.975250016343103,0.153725174569888,0.624455354710103,0.973646546220058,0.153725174569888,0.609612988492257,0.849859696652872,0.5,0.153725174569888,0.620669830454423,0.779908794429586,0.153725174569888,0.0719342970468083,0.0712829537752766,0.5,0.153725174569888,0.374590713795963,0.350136751120004,0.153725174569888,0.211634367002404,0.233063414601622,0.153725174569888,0.598498427532875,0.975000211607614,0.153725174569888,0.546942847824605,1.00347074713631,0.153725174569888,0.642859854072928,0.936701863529198,0.153725174569888,0.607555986926335,0.740549761866614,0.153725174569888,0.334728086259187,0.477035179930462,0.5,0.153725174569888,0.0689046025273826,0.151017346339704,0,0.550151083848172,1.01143916413886 -5343,0.5,0.153725174569888,0.577378051931371,0.592553095321418,0.153725174569888,0.551945991856759,1.01066623423985,0.153725174569888,0.536901713640719,0.632847157987115,0.153725174569888,0.472391414731741,0.407382244394514,0.153725174569888,0.279138958598426,0.981485951992853,0.153725174569888,0.192574947549624,0.884085577457916,0.153725174569888,0.552533468182386,0.957810418791404,0.153725174569888,0.538105044469652,0.791477457015013,0.5,0.153725174569888,0.583145931362453,0.757113206526965,0.153725174569888,0.0720159350429542,0.0634310469951487,0.5,0.153725174569888,0.366807704462037,0.329426091730605,0.153725174569888,0.264996586938505,0.224062129946957,0.153725174569888,0.488450839704804,0.970826197851892,0.153725174569888,0.25588927291075,0.992099059154441,0.153725174569888,0.575491857687235,0.913350095984498,0.153725174569888,0.57581485350442,0.729421867548398,0.153725174569888,0.360846748347577,0.438893085997651,0.5,0.153725174569888,0.0623088802558481,0.178611871940118,0,0.519496250026121,1.01075381788352 -5344,0.5,0.153725174569888,0.450520184543912,0.571991606967411,0.153725174569888,0.433904930283373,1.01508018426216,0.153725174569888,0.468366730055077,0.572130571719053,0.153725174569888,0.389881969514154,0.428115152397794,0.153725174569888,0.323496913430567,0.986163224656531,0.153725174569888,0.135626328981821,0.707519649196625,0.153725174569888,0.379552928014738,0.869249458519595,0.153725174569888,0.418590843020299,0.69246416029597,0.5,0.153725174569888,0.47337265982916,0.70253567040509,0.153725174569888,0.127861902516345,0.0572328865932642,0.5,0.153725174569888,0.330577686148477,0.31746253372968,0.153725174569888,0.231033499613315,0.204329813659349,0.153725174569888,0.330943151217854,0.976951968555177,0.153725174569888,0.239962208240518,0.968835640355647,0.153725174569888,0.459546908691972,0.904688895792735,0.153725174569888,0.472196665075008,0.679189659169513,0.153725174569888,0.314646495740027,0.389540355960505,0.5,0.153725174569888,0.0419036204248392,0.177860872921697,0,0.555860030051115,1.01133952834762 -5345,0.5,0.153725174569888,0.324506468592876,0.509193593784899,0.153725174569888,0.312619608233996,1.01511944539942,0.153725174569888,0.347187207482548,0.519855696270055,0.153725174569888,0.284696546668374,0.38812255450324,0.153725174569888,0.317298484785395,0.925890468038994,0.153725174569888,0.290014339902543,0.808181039069045,0.153725174569888,0.297899207347612,0.770785870584413,0.153725174569888,0.319628854821996,0.617782822542058,0.5,0.153725174569888,0.360871493175377,0.629989702072757,0.153725174569888,0.130342316418474,0.0653886280371428,0.5,0.153725174569888,0.281796741098197,0.345845565712978,0.153725174569888,0.190611052309926,0.155219341011156,0.153725174569888,0.120356180075039,0.959493152489742,0.153725174569888,0.359405992298679,0.949082345583514,0.153725174569888,0.327511527701489,0.855668206319845,0.153725174569888,0.348821216899141,0.556670961389016,0.153725174569888,0.250506858081801,0.344975384562047,0.5,0.153725174569888,0.0313704639687717,0.163151159299854,0,0.55896124121157,1.01128501210225 -5346,0.5,0.153725174569888,0.185986924923123,0.354888666709216,0.153725174569888,0.221677523427793,0.820317748790492,0.153725174569888,0.205098754677943,0.403500241423094,0.153725174569888,0.173673567630714,0.270634941903478,0.153725174569888,0.250185315253191,0.820285306705589,0.153725174569888,0.209407023664072,0.867289557519594,0.153725174569888,0.219451642476072,0.604455839589008,0.153725174569888,0.181584217661626,0.451092329158419,0.5,0.153725174569888,0.22447955216452,0.422668949589598,0.153725174569888,0.0774129348826299,0.0585302550972648,0.5,0.153725174569888,0.184426157181342,0.332906756551677,0.153725174569888,0.149888826766415,0.101678068327272,0.153725174569888,0.182009698103486,0.892395265809457,0.153725174569888,0.220823202506498,0.884054018609644,0.153725174569888,0.210570735261127,0.703694782450762,0.153725174569888,0.223573570277368,0.384857427176496,0.153725174569888,0.161649047491545,0.272272121696671,0.5,0.153725174569888,0.0208481215856367,0.136150884456575,0,0.342775172235624,1.01080880510347 -5347,0.5,0.153725174569888,0.0439987940402851,0.210999980220112,0.153725174569888,0.0611789458108647,0.513555364634073,0.153725174569888,0.0448308669388181,0.220276996133517,0.153725174569888,0.0343365419161963,0.148020774698337,0.153725174569888,0.068029419917956,0.708160609385212,0.153725174569888,0.0402695982959313,0.747814688650367,0.153725174569888,0.0597748154943383,0.442704423750751,0.153725174569888,0.0553627789591383,0.28665336056322,0.5,0.153725174569888,0.063662010986383,0.226676925812903,0.153725174569888,0.0221580226077428,0.0332009502046006,0.5,0.153725174569888,0.0542270620986665,0.246095459862115,0.153725174569888,0.0489027157989111,0.0551769639470925,0.153725174569888,0.0674989600317866,0.720445514688019,0.153725174569888,0.070888294575771,0.714669181420968,0.153725174569888,0.0564447509048634,0.420926639159215,0.153725174569888,0.0504102348042316,0.16319847357451,0.153725174569888,0.0455119232675553,0.164900831368788,0.5,0.153725174569888,0.0074138698930325,0.090143118788196,0,0.300562531399632,1.0091381911502 -5348,0.5,0.153725174569888,0.0,0.138755968632542,0.153725174569888,0.0,0.298298453958446,0.153725174569888,0.0,0.154186750026698,0.153725174569888,0.0,0.133441539743279,0.153725174569888,0.0,0.676679916798106,0.153725174569888,0.0,0.68128011101509,0.153725174569888,0.0,0.381216549187658,0.153725174569888,0.0,0.176475533381559,0.5,0.153725174569888,0.0,0.128360296620849,0.153725174569888,0.0,0.0201112440291462,0.5,0.153725174569888,0.0,0.195062210640065,0.153725174569888,0.0,0.064640357978338,0.153725174569888,0.0,0.600129179418812,0.153725174569888,0.0,0.573957338823556,0.153725174569888,0.0,0.173245319783914,0.153725174569888,0.0,0.0721086297262447,0.153725174569888,0.0,0.137189619576915,0.5,0.153725174569888,0.0,0.0523943698656894,0,0.324698029650112,1.0067668141627 -5349,0.5,0.153725174569888,0.0,0.0968487498879037,0.153725174569888,0.0,0.239384555640194,0.153725174569888,0.0,0.135048980869428,0.153725174569888,0.0,0.150771685430506,0.153725174569888,0.0,0.705851900526645,0.153725174569888,0.0,0.626364830680985,0.153725174569888,0.0,0.30440032559911,0.153725174569888,0.0,0.100005547191147,0.5,0.153725174569888,0.0,0.0811595513765478,0.153725174569888,0.0,0.0232450552673456,0.5,0.153725174569888,0.0,0.176143321743418,0.153725174569888,0.0,0.094367769402201,0.153725174569888,0.0,0.503315147459189,0.153725174569888,0.0,0.536570583953792,0.153725174569888,0.0,0.105786782946042,0.153725174569888,0.0,0.0547838541566808,0.153725174569888,0.0,0.140471861210375,0.5,0.153725174569888,0.0,0.0442691240185074,0,0.459522120748816,1.00878126733373 -5350,0.5,0.153725174569888,0.0,0.0753579091817009,0.153725174569888,0.0,0.194849391912435,0.153725174569888,0.0,0.125174833155299,0.153725174569888,0.0,0.161029408705488,0.153725174569888,0.0,0.707771692433688,0.153725174569888,0.0,0.531730992904109,0.153725174569888,0.0,0.230973038750252,0.153725174569888,0.0,0.0666303006870945,0.5,0.153725174569888,0.0,0.0574525077157664,0.153725174569888,0.0,0.0231371798569903,0.5,0.153725174569888,0.0,0.187524690920696,0.153725174569888,0.0,0.106234937149128,0.153725174569888,0.0,0.418144498935671,0.153725174569888,0.0,0.534447366329355,0.153725174569888,0.0,0.125658472114742,0.153725174569888,0.0,0.0577486589714527,0.153725174569888,0.0,0.144037549428945,0.5,0.153725174569888,0.0,0.0422916057977784,0,0.38047649648168,1.0093438722321 -5351,0.5,0.153725174569888,0.0,0.063953286566662,0.153725174569888,0.0,0.213990813288295,0.153725174569888,0.0,0.12384876418702,0.153725174569888,0.0,0.147788831999141,0.153725174569888,0.0,0.658333665937115,0.153725174569888,0.0,0.36399635824794,0.153725174569888,0.0,0.247773882828504,0.153725174569888,0.0,0.0706991481639893,0.5,0.153725174569888,0.0,0.0533452014425606,0.153725174569888,0.0,0.0190062580165932,0.5,0.153725174569888,0.0,0.210207747925224,0.153725174569888,0.0,0.0889956971343176,0.153725174569888,0.0,0.493003524829736,0.153725174569888,0.0,0.559461170868876,0.153725174569888,0.0,0.149523090947173,0.153725174569888,0.0,0.078037274076822,0.153725174569888,0.0,0.141666139355586,0.5,0.153725174569888,0.0,0.0307952511295831,0,0.321824486765306,1.00939259247478 -5352,0.5,0.153725174569888,0.0,0.0589137867740701,0.153725174569888,0.0,0.263593147141732,0.153725174569888,0.0,0.126973722118341,0.153725174569888,0.0,0.141644225046622,0.153725174569888,0.0,0.556607780736281,0.153725174569888,0.0,0.387104472233289,0.153725174569888,0.0,0.168150170586993,0.153725174569888,0.0,0.0912130127132637,0.5,0.153725174569888,0.0,0.0603056578615751,0.153725174569888,0.0,0.0173589499825338,0.5,0.153725174569888,0.0,0.22355592036405,0.153725174569888,0.0,0.0757625762724111,0.153725174569888,0.0,0.524627676332985,0.153725174569888,0.0,0.571291553594822,0.153725174569888,0.0,0.142181792899682,0.153725174569888,0.0,0.0942591773151186,0.153725174569888,0.0,0.124569888825497,0.5,0.153725174569888,0.0,0.0220758358368914,0,0.388352625119286,1.00741210302377 -5353,0.5,0.153725174569888,0.0,0.0656579081418651,0.153725174569888,0.0,0.284379876990099,0.153725174569888,0.0,0.133049561866202,0.153725174569888,0.0,0.141362499874484,0.153725174569888,0.0,0.53854002587204,0.153725174569888,0.0,0.446741971010872,0.153725174569888,0.0,0.188315819662205,0.153725174569888,0.0,0.106577548521038,0.5,0.153725174569888,0.0,0.0686290737337931,0.153725174569888,0.0,0.0182248778486159,0.5,0.153725174569888,0.0,0.180002888112977,0.153725174569888,0.0,0.0840148731922022,0.153725174569888,0.0,0.566815765164976,0.153725174569888,0.0,0.592376987598548,0.153725174569888,0.0,0.161639443939528,0.153725174569888,0.0,0.0897247170695733,0.153725174569888,0.0,0.103898974191134,0.5,0.153725174569888,0.0,0.0234695580143417,0,0.425042868285907,1.00851461895642 -5354,0.5,0.153725174569888,0.0,0.0853255629731587,0.153725174569888,0.0,0.310595859668475,0.153725174569888,0.0,0.134394262350495,0.153725174569888,0.0,0.126882223596416,0.153725174569888,0.0,0.580779265665877,0.153725174569888,0.0,0.407309202718616,0.153725174569888,0.0,0.225111318009256,0.153725174569888,0.0,0.114244231770099,0.5,0.153725174569888,0.0,0.0820059415430901,0.153725174569888,0.0,0.0167823109156173,0.5,0.153725174569888,0.0,0.149009465497652,0.153725174569888,0.0,0.0853805374880107,0.153725174569888,0.0,0.630864603054371,0.153725174569888,0.0,0.628800068336881,0.153725174569888,0.0,0.186537306214046,0.153725174569888,0.0,0.0861744705922859,0.153725174569888,0.0,0.0858293046010187,0.5,0.153725174569888,0.0,0.0185801725823023,0,0.435375002399408,1.00907455900064 -5355,0.5,0.153725174569888,0.0,0.0987893296660374,0.153725174569888,0.0,0.40157184038631,0.153725174569888,0.0,0.130182256752333,0.153725174569888,0.0,0.108032718606921,0.153725174569888,0.0,0.604847623654953,0.153725174569888,0.0,0.418357564052527,0.153725174569888,0.0,0.248044316679403,0.153725174569888,0.0,0.153148037857916,0.5,0.153725174569888,0.0,0.0912427720274104,0.153725174569888,0.0,0.0172315130525009,0.5,0.153725174569888,0.0,0.131138706258239,0.153725174569888,0.0,0.0781761420323427,0.153725174569888,0.0,0.680233973245892,0.153725174569888,0.0,0.664443084031408,0.153725174569888,0.0,0.219086385373899,0.153725174569888,0.0,0.0961713279160921,0.153725174569888,0.0,0.0786573295667424,0.5,0.153725174569888,0.0,0.0117359454863967,0,0.461574153794307,1.00910527648236 -5356,0.5,0.153725174569888,0.0,0.108622889150365,0.153725174569888,0.0,0.47656004995187,0.153725174569888,0.0,0.136063317905234,0.153725174569888,0.0,0.102331265030673,0.153725174569888,0.0,0.61856206657663,0.153725174569888,0.0,0.485411029152161,0.153725174569888,0.0,0.244398124286884,0.153725174569888,0.0,0.206267171773204,0.5,0.153725174569888,0.0,0.106621410573182,0.153725174569888,0.0,0.0213182578039334,0.5,0.153725174569888,0.0,0.104803659399451,0.153725174569888,0.0,0.0641249265446163,0.153725174569888,0.0,0.718368834251718,0.153725174569888,0.0,0.663382625908482,0.153725174569888,0.0,0.231416428593893,0.153725174569888,0.0,0.118191134074658,0.153725174569888,0.0,0.0661329224066878,0.5,0.153725174569888,0.0,0.0094521173015378,0,0.511212153181278,1.0089092695905 -5357,0.5,0.153725174569888,0.0,0.11341174616472,0.153725174569888,0.0,0.477585278269005,0.153725174569888,0.0,0.121242025070224,0.153725174569888,0.0,0.110795913171052,0.153725174569888,0.0,0.68463783486907,0.153725174569888,0.0,0.562022008660638,0.153725174569888,0.0,0.315119819033515,0.153725174569888,0.0,0.286746773548245,0.5,0.153725174569888,0.0,0.138360368423329,0.153725174569888,0.0,0.0213638531532181,0.5,0.153725174569888,0.0,0.0805733728141176,0.153725174569888,0.0,0.0547229286587275,0.153725174569888,0.0,0.736557445073813,0.153725174569888,0.0,0.645394462175869,0.153725174569888,0.0,0.234120516225118,0.153725174569888,0.0,0.136645420926897,0.153725174569888,0.0,0.0563106520931261,0.5,0.153725174569888,0.0,0.00907759491414275,0,0.522054576631709,1.00898782351363 -5358,0.5,0.153725174569888,0.0141991989003663,0.129001067532595,0.153725174569888,0.00573044868660419,0.461736739033003,0.153725174569888,0.00549182556031114,0.108477761287476,0.153725174569888,0.0180123767446592,0.115822043366281,0.153725174569888,0.00149783816768433,0.762363504278323,0.153725174569888,0.000641306010231721,0.565930846865869,0.153725174569888,0.00077975500615872,0.468427828772819,0.153725174569888,0.000197091245707682,0.311415187567309,0.5,0.153725174569888,0.000531223412981028,0.18118484827848,0.153725174569888,0.00287050014395409,0.0197855087244236,0.5,0.153725174569888,0.00165135954200048,0.051052240655865,0.153725174569888,0.0016834781640566,0.0454712681345454,0.153725174569888,0.00485967469764231,0.735830188898231,0.153725174569888,0.00118465678166864,0.661667127069036,0.153725174569888,0.00359506876113767,0.236584854528655,0.153725174569888,0.002054248111125,0.163678372192623,0.153725174569888,0.00496752421840804,0.0445248711679749,0.5,0.153725174569888,0.00256972056758105,0.0105370159457515,0,0.619604811937011,1.00619932405202 -5359,0.5,0.153725174569888,0.075422855912965,0.195511148541447,0.153725174569888,0.046904107347417,0.486706688285821,0.153725174569888,0.0517118037854385,0.164407778193306,0.153725174569888,0.0930721876229946,0.142042844562338,0.153725174569888,0.0346920153566784,0.862222228117203,0.153725174569888,0.0377479348954228,0.679566723663581,0.153725174569888,0.0327227341973795,0.597242802546829,0.153725174569888,0.0307350588219245,0.380282822778558,0.5,0.153725174569888,0.0476752478128407,0.233822474730564,0.153725174569888,0.0632828138260498,0.0147892244737572,0.5,0.153725174569888,0.0574945357465764,0.0544653587121824,0.153725174569888,0.0645918633925234,0.0346749222051734,0.153725174569888,0.0194631440816157,0.704367933785401,0.153725174569888,0.0331385365463128,0.750850045404032,0.153725174569888,0.0466417295612929,0.347090555156142,0.153725174569888,0.0487942485901774,0.251739112410944,0.153725174569888,0.0753977432119045,0.0473441872328995,0.5,0.153725174569888,0.0330655908050469,0.0101377700840563,0,0.738849752180864,1.00957809693093 -5360,0.5,0.153725174569888,0.139267452813407,0.315590066376037,0.153725174569888,0.0434132757439942,0.589770935560674,0.153725174569888,0.0823268205033516,0.185201434011227,0.153725174569888,0.185787326806465,0.194010630231713,0.153725174569888,0.0556031346519176,0.927890783216,0.153725174569888,0.0561242976297367,0.834108367159775,0.153725174569888,0.13210314613468,0.793158008244261,0.153725174569888,0.133428965155599,0.577820859083413,0.5,0.153725174569888,0.149103704321741,0.375675674082192,0.153725174569888,0.145037347131784,0.0204063354978692,0.5,0.153725174569888,0.145786113281815,0.13568081290827,0.153725174569888,0.16336658386706,0.04597579365031,0.153725174569888,0.0345960846735091,0.758475788644778,0.153725174569888,0.104309508439367,0.869888094509221,0.153725174569888,0.100584486819036,0.568389475021761,0.153725174569888,0.122384558926927,0.410376520655611,0.153725174569888,0.167118603395838,0.0996558326088731,0.5,0.153725174569888,0.0800416633003271,0.0221711948613888,0,0.813964755141663,1.00996221428123 -5361,0.5,0.153725174569888,0.194819803402111,0.440417484373736,0.153725174569888,0.158449964738226,0.850772633849371,0.153725174569888,0.157845978143634,0.264699101926961,0.153725174569888,0.251092445286904,0.229390478572165,0.153725174569888,0.0317457062507246,0.885082031678014,0.153725174569888,0.0951488587249242,0.857704662420428,0.153725174569888,0.152095394965929,0.914691111982806,0.153725174569888,0.214091859243021,0.684888914266859,0.5,0.153725174569888,0.272683882867678,0.562738861929164,0.153725174569888,0.241400329688211,0.0452763575995746,0.5,0.153725174569888,0.257276144016926,0.290149759801946,0.153725174569888,0.282284991119104,0.0984946631511983,0.153725174569888,0.126797962912604,0.87407321529355,0.153725174569888,0.127408775472246,0.927554600755238,0.153725174569888,0.137275034881185,0.765617741725117,0.153725174569888,0.254466987353346,0.668877306711291,0.153725174569888,0.253866834990734,0.185578024917538,0.5,0.153725174569888,0.141150160824342,0.0397277764952381,0,0.789398616670887,1.00890562117397 -5362,0.5,0.153725174569888,0.260621856602076,0.545838696333062,0.153725174569888,0.22534321524222,0.977485090695752,0.153725174569888,0.285474126831207,0.484817454136236,0.153725174569888,0.293292715126535,0.238276408629545,0.153725174569888,0.114115969387732,0.880721426505149,0.153725174569888,0.253752353559476,0.833686238759507,0.153725174569888,0.0955473553463412,0.851651903276034,0.153725174569888,0.187942874594976,0.607959582639711,0.5,0.153725174569888,0.365950211503908,0.672752338760881,0.153725174569888,0.344560578739453,0.0786996512543796,0.5,0.153725174569888,0.334974028589072,0.431723174805162,0.153725174569888,0.391805577067236,0.206593608045459,0.153725174569888,0.18640454794774,0.914247514697722,0.153725174569888,0.0840305577041875,0.893398659272697,0.153725174569888,0.231669745744655,0.880916880121958,0.153725174569888,0.346050251618231,0.793144187825343,0.153725174569888,0.34639605881564,0.291884150289869,0.5,0.153725174569888,0.227707255943074,0.0636462122122867,0,0.844377498516035,0.998651869504203 -5363,0.5,0.153725174569888,0.303306952815069,0.610393940830693,0.153725174569888,0.292196201798905,0.999680013098258,0.153725174569888,0.394329973018717,0.669741099351918,0.153725174569888,0.362872647922587,0.403954540161947,0.153725174569888,0.412940780408353,0.96927116932934,0.153725174569888,0.454697651939104,0.906166965788054,0.153725174569888,0.23729328182374,0.833362443973126,0.153725174569888,0.24856158924384,0.618793030984392,0.5,0.153725174569888,0.418855707568946,0.673357612686842,0.153725174569888,0.427057704958169,0.123947887832312,0.5,0.153725174569888,0.474328321957038,0.549434426417651,0.153725174569888,0.47037702417833,0.252210193367941,0.153725174569888,0.162927349883831,0.954700810217358,0.153725174569888,0.116589677090923,0.820879976279102,0.153725174569888,0.22020300246723,0.870345648767215,0.153725174569888,0.284039992956278,0.782997885263065,0.153725174569888,0.398635292490605,0.382093969959444,0.5,0.153725174569888,0.300716224008181,0.098788807740146,0,0.743443506975735,0.998680717235115 -5364,0.5,0.153725174569888,0.400308992190373,0.660478385379844,0.153725174569888,0.0786736374157241,0.776155855861529,0.153725174569888,0.51348280883916,0.732791296666022,0.153725174569888,0.483619963813868,0.501964988710855,0.153725174569888,0.492067733081275,0.99741547940603,0.153725174569888,0.468737611953366,0.95125158143244,0.153725174569888,0.472273538692186,0.907710815607872,0.153725174569888,0.271747206881992,0.669047309604294,0.5,0.153725174569888,0.395548128450533,0.609108203249561,0.153725174569888,0.266234470852679,0.0760889760904647,0.5,0.153725174569888,0.511082832246733,0.627092659015626,0.153725174569888,0.482397119526674,0.261604961824282,0.153725174569888,0.0898088545581049,0.932268614988611,0.153725174569888,0.443211195141841,0.855199472498337,0.153725174569888,0.180061146007484,0.776529775266546,0.153725174569888,0.179047713395252,0.582406120855825,0.153725174569888,0.453128441876117,0.462716097645939,0.5,0.153725174569888,0.287689744956386,0.125807586414291,0,0.704244643732131,0.997728190563953 -5365,0.5,0.153725174569888,0.390113694727084,0.696282733262607,0.153725174569888,0.320499610589038,0.854405983218673,0.153725174569888,0.383623167992715,0.724491193136902,0.153725174569888,0.595189745311707,0.602504093468756,0.153725174569888,0.263339609839429,0.968827258633203,0.153725174569888,0.121076926028997,0.860075149981057,0.153725174569888,0.390884985965389,0.938192918173232,0.153725174569888,0.217275340482119,0.587248615286366,0.5,0.153725174569888,0.465189145293651,0.543758688322531,0.153725174569888,0.26036142386599,0.0480155359901862,0.5,0.153725174569888,0.595166739124232,0.613233022843092,0.153725174569888,0.563771265556634,0.256397114985433,0.153725174569888,0.0981039382949357,0.818822664945579,0.153725174569888,0.493307388997287,0.926287195968359,0.153725174569888,0.390066916583912,0.798146359880828,0.153725174569888,0.297277645075128,0.597961116905888,0.153725174569888,0.503853551979675,0.486478535055934,0.5,0.153725174569888,0.214174317793101,0.115752024033415,0,0.553173667515227,1.00138777920745 -5366,0.5,0.153725174569888,0.272938369165295,0.648414017108626,0.153725174569888,0.380599398549298,0.891059649136158,0.153725174569888,0.200337219889926,0.639553926203509,0.153725174569888,0.525605866701435,0.597211008582854,0.153725174569888,0.345016738658084,0.979105483529758,0.153725174569888,0.107252482180799,0.825424922837419,0.153725174569888,0.109134124163369,0.879294031567432,0.153725174569888,0.299943444563655,0.570954006236131,0.5,0.153725174569888,0.533954998239954,0.516127443100975,0.153725174569888,0.329717930335127,0.0614737316445646,0.5,0.153725174569888,0.576512290040854,0.589671115978505,0.153725174569888,0.558676228789843,0.234476030628366,0.153725174569888,0.352957015333339,0.861761094322689,0.153725174569888,0.321920036723867,0.915221234674193,0.153725174569888,0.454042481695038,0.864289269479131,0.153725174569888,0.482425019395841,0.730714005831977,0.153725174569888,0.496849348040202,0.459175023531288,0.5,0.153725174569888,0.230176309025778,0.145787166891862,0,0.830870648299253,1.00614363230249 -5367,0.5,0.153725174569888,0.275871695814394,0.54431335505601,0.153725174569888,0.128271485733737,0.808129909690539,0.153725174569888,0.23311869621079,0.514310730718207,0.153725174569888,0.372576004284691,0.523051280830249,0.153725174569888,0.370721088018031,1.00714158774858,0.153725174569888,0.130791942790773,0.794966726468153,0.153725174569888,0.215127351743933,0.84038673472015,0.153725174569888,0.368073982719695,0.563490830082129,0.5,0.153725174569888,0.494638277398882,0.517961851356632,0.153725174569888,0.368238239695259,0.0619438585709414,0.5,0.153725174569888,0.503243513228573,0.525746867491038,0.153725174569888,0.519202401896244,0.196203971667904,0.153725174569888,0.444127991897041,0.886138355873592,0.153725174569888,0.374874931510582,0.928133772758491,0.153725174569888,0.284208226275016,0.847609116964368,0.153725174569888,0.344534293878317,0.631563410494589,0.153725174569888,0.379668491220727,0.383896680034805,0.5,0.153725174569888,0.213049101260381,0.17749837112841,0,0.845395012434001,0.999410756346951 -5368,0.5,0.153725174569888,0.299981869157398,0.48361049465991,0.153725174569888,0.295850430917718,0.853950116447404,0.153725174569888,0.336234398104609,0.656536681657872,0.153725174569888,0.24307731625781,0.390010233812906,0.153725174569888,0.149588196676396,0.979881354086963,0.153725174569888,0.153250341468324,0.724369735484183,0.153725174569888,0.38598370850017,0.835106612444571,0.153725174569888,0.362164441749923,0.533334935615338,0.5,0.153725174569888,0.389063000707275,0.444567336410934,0.153725174569888,0.368448400861493,0.0490283896403383,0.5,0.153725174569888,0.389791270444991,0.301396801954419,0.153725174569888,0.423087486210217,0.147672334533041,0.153725174569888,0.245739890379343,0.847352381797002,0.153725174569888,0.353202657243114,0.93628263761372,0.153725174569888,0.132084628473258,0.784177926658221,0.153725174569888,0.267873842862499,0.456563247021324,0.153725174569888,0.277284133987924,0.28912214016439,0.5,0.153725174569888,0.227833976281354,0.205278998677354,0,0.780532847987721,0.982867084158522 -5369,0.5,0.153725174569888,0.226917759116687,0.447452989811736,0.153725174569888,0.286512281868601,0.895106765052987,0.153725174569888,0.147701126628521,0.485221243198892,0.153725174569888,0.200164413903134,0.327438524920951,0.153725174569888,0.152150078073386,0.891340462194015,0.153725174569888,0.187883197913626,0.613633504222595,0.153725174569888,0.32354217224504,0.735506943656987,0.153725174569888,0.296903180388897,0.462160623217283,0.5,0.153725174569888,0.279803512712696,0.364966203205795,0.153725174569888,0.301368668119141,0.0346154595568668,0.5,0.153725174569888,0.310135061248576,0.100634268277363,0.153725174569888,0.291916552751624,0.086262361760261,0.153725174569888,0.200174758342839,0.763614323903769,0.153725174569888,0.213026316930958,0.939060768658782,0.153725174569888,0.167838257499446,0.665899991749386,0.153725174569888,0.288675080186196,0.408189217958537,0.153725174569888,0.159457106126239,0.150080343901154,0.5,0.153725174569888,0.189398512144242,0.174417287553003,0,0.681956053141002,0.976695795225785 -5370,0.5,0.153725174569888,0.099395727115155,0.327841088500883,0.153725174569888,0.115534540644786,0.821754579414301,0.153725174569888,0.0844906018076215,0.237208468199941,0.153725174569888,0.104606556949338,0.229905806788057,0.153725174569888,0.175525547175156,0.816567087847534,0.153725174569888,0.193956440782716,0.491552184927182,0.153725174569888,0.22090987667206,0.592686481655393,0.153725174569888,0.189277321861517,0.380517749011608,0.5,0.153725174569888,0.185097933126396,0.238031474721626,0.153725174569888,0.176360215400814,0.0127953659294599,0.5,0.153725174569888,0.210371842488802,0.0570974479969596,0.153725174569888,0.188031534907522,0.0254862671411773,0.153725174569888,0.152370814503617,0.66314622178915,0.153725174569888,0.146385010377628,0.885651352493481,0.153725174569888,0.175838869972266,0.509507824619956,0.153725174569888,0.203566025606284,0.222943832302662,0.153725174569888,0.118199072905722,0.0595126354341853,0.5,0.153725174569888,0.115990692133146,0.122292399397217,0,0.459315680476518,0.999574565990274 -5371,0.5,0.153725174569888,0.0234846198704838,0.195158493747442,0.153725174569888,0.0271067761434082,0.680713664039169,0.153725174569888,0.0264138071828573,0.0749968473486017,0.153725174569888,0.0287788523387193,0.125472721899243,0.153725174569888,0.0787213087168559,0.530138031008873,0.153725174569888,0.074281295294958,0.381719375471855,0.153725174569888,0.0585513923336427,0.360715910778224,0.153725174569888,0.0562906286130411,0.274680229148146,0.5,0.153725174569888,0.0601410749766407,0.161127361775249,0.153725174569888,0.0485358307707631,0.0119370664509258,0.5,0.153725174569888,0.0481946597110109,0.0189413798518838,0.153725174569888,0.0537379506415976,0.00836597235362098,0.153725174569888,0.0542408139779308,0.542254618945549,0.153725174569888,0.0727841188851453,0.743534673413913,0.153725174569888,0.0561211497390817,0.242664647266478,0.153725174569888,0.0526480295810612,0.0672566677355066,0.153725174569888,0.0381646943636308,0.015295682799008,0.5,0.153725174569888,0.029785229697074,0.0794217291629036,0,0.44227211469362,1.0004333812857 -5372,0.5,0.153725174569888,0.0,0.101949400301144,0.153725174569888,0.0,0.346158446341734,0.153725174569888,0.0,0.0265563348178434,0.153725174569888,0.0,0.0474141030488183,0.153725174569888,0.0,0.276755368451848,0.153725174569888,0.0,0.268400417553315,0.153725174569888,0.0,0.262500266718598,0.153725174569888,0.0,0.109864683284252,0.5,0.153725174569888,0.0,0.0736959647941999,0.153725174569888,0.0,0.0132279934457584,0.5,0.153725174569888,0.0,0.012543893015954,0.153725174569888,0.0,0.00838909219231994,0.153725174569888,0.0,0.527971912541266,0.153725174569888,0.0,0.519144676359419,0.153725174569888,0.0,0.101993051228393,0.153725174569888,0.0,0.0528964913704144,0.153725174569888,0.0,0.0193238007169958,0.5,0.153725174569888,0.0,0.0575450809934122,0,0.375195817532449,0.962655629188173 -5373,0.5,0.153725174569888,0.0,0.0753608530283347,0.153725174569888,0.0,0.168736037515461,0.153725174569888,0.0,0.0228430446658263,0.153725174569888,0.0,0.0140165777121972,0.153725174569888,0.0,0.203216803436049,0.153725174569888,0.0,0.221327585127124,0.153725174569888,0.0,0.193245518449145,0.153725174569888,0.0,0.0752342378334189,0.5,0.153725174569888,0.0,0.0213844269363574,0.153725174569888,0.0,0.0135718850267452,0.5,0.153725174569888,0.0,0.0116794472020901,0.153725174569888,0.0,0.00397301736748182,0.153725174569888,0.0,0.516539662527681,0.153725174569888,0.0,0.387832853606163,0.153725174569888,0.0,0.0804440808309475,0.153725174569888,0.0,0.039879427561701,0.153725174569888,0.0,0.021016711678708,0.5,0.153725174569888,0.0,0.036908941262185,0,0.290322018645443,0.954850043605755 -5374,0.5,0.153725174569888,0.0,0.0849810609983098,0.153725174569888,0.0,0.129886349521092,0.153725174569888,0.0,0.0274644564127478,0.153725174569888,0.0,0.0104555240515192,0.153725174569888,0.0,0.228043113254755,0.153725174569888,0.0,0.235681167732557,0.153725174569888,0.0,0.201847800416983,0.153725174569888,0.0,0.0514287289461524,0.5,0.153725174569888,0.0,0.0104606472342951,0.153725174569888,0.0,0.00861624868573241,0.5,0.153725174569888,0.0,0.0080294721634607,0.153725174569888,0.0,0.00385127637409259,0.153725174569888,0.0,0.460208672098346,0.153725174569888,0.0,0.315173019923398,0.153725174569888,0.0,0.0797516808624855,0.153725174569888,0.0,0.0426055863414404,0.153725174569888,0.0,0.0210846725631733,0.5,0.153725174569888,0.0,0.0249874290820753,0,0.301769707597301,0.988899756596021 -5375,0.5,0.153725174569888,0.0,0.0934140901519395,0.153725174569888,0.0,0.116462430051958,0.153725174569888,0.0,0.0418773185537098,0.153725174569888,0.0,0.0179470272525944,0.153725174569888,0.0,0.319325033646792,0.153725174569888,0.0,0.205472169318649,0.153725174569888,0.0,0.172628127782378,0.153725174569888,0.0,0.0632666863609189,0.5,0.153725174569888,0.0,0.0164495861358314,0.153725174569888,0.0,0.0051081790832656,0.5,0.153725174569888,0.0,0.0140463995602571,0.153725174569888,0.0,0.00765090743372449,0.153725174569888,0.0,0.390943355654981,0.153725174569888,0.0,0.29794808059682,0.153725174569888,0.0,0.101863877456034,0.153725174569888,0.0,0.0452677435891509,0.153725174569888,0.0,0.0240333605759616,0.5,0.153725174569888,0.0,0.0157228450800408,0,0.365052013715744,0.976901175620306 -5376,0.5,0.153725174569888,0.0,0.0959468626649129,0.153725174569888,0.0,0.144628182021955,0.153725174569888,0.0,0.0489873157676619,0.153725174569888,0.0,0.0346202874002994,0.153725174569888,0.0,0.313566816688094,0.153725174569888,0.0,0.204518163539218,0.153725174569888,0.0,0.140827553723156,0.153725174569888,0.0,0.0690107686290475,0.5,0.153725174569888,0.0,0.0139509737580011,0.153725174569888,0.0,0.00469207216508868,0.5,0.153725174569888,0.0,0.0149276701537553,0.153725174569888,0.0,0.00863499020171863,0.153725174569888,0.0,0.361275143333701,0.153725174569888,0.0,0.33766274926005,0.153725174569888,0.0,0.125374470622839,0.153725174569888,0.0,0.051089312583716,0.153725174569888,0.0,0.0277802487340699,0.5,0.153725174569888,0.0,0.0147135648198218,0,0.547089025312672,0.996204707549881 -5377,0.5,0.153725174569888,0.0,0.0997973176576532,0.153725174569888,0.0,0.17332653654672,0.153725174569888,0.0,0.0506324676728041,0.153725174569888,0.0,0.0473868936434973,0.153725174569888,0.0,0.295435677593229,0.153725174569888,0.0,0.190834046028659,0.153725174569888,0.0,0.124425726501636,0.153725174569888,0.0,0.0618723551919805,0.5,0.153725174569888,0.0,0.011385387546668,0.153725174569888,0.0,0.00321742943194587,0.5,0.153725174569888,0.0,0.018950588945139,0.153725174569888,0.0,0.00514469941784699,0.153725174569888,0.0,0.360442767069238,0.153725174569888,0.0,0.388381689017688,0.153725174569888,0.0,0.134802119910234,0.153725174569888,0.0,0.0458526994393453,0.153725174569888,0.0,0.0248441137176802,0.5,0.153725174569888,0.0,0.020224646718987,0,0.47829459979728,0.97934271385666 -5378,0.5,0.153725174569888,0.0,0.109146792941317,0.153725174569888,0.0,0.243931648085569,0.153725174569888,0.0,0.0604311076676336,0.153725174569888,0.0,0.0577515055920111,0.153725174569888,0.0,0.252067878503098,0.153725174569888,0.0,0.174193951471363,0.153725174569888,0.0,0.114269946803275,0.153725174569888,0.0,0.0810567735762639,0.5,0.153725174569888,0.0,0.0177533487881919,0.153725174569888,0.0,0.00125018870834075,0.5,0.153725174569888,0.0,0.011503247257253,0.153725174569888,0.0,0.00326959941442613,0.153725174569888,0.0,0.414918322712953,0.153725174569888,0.0,0.415734633586183,0.153725174569888,0.0,0.123777292469017,0.153725174569888,0.0,0.0349644992500996,0.153725174569888,0.0,0.0216733268588134,0.5,0.153725174569888,0.0,0.0219089328041234,0,0.382120979334683,0.972395976917872 -5379,0.5,0.153725174569888,0.0,0.111760255019869,0.153725174569888,0.0,0.242874669754869,0.153725174569888,0.0,0.0489569103982912,0.153725174569888,0.0,0.0708253735605371,0.153725174569888,0.0,0.232358218726139,0.153725174569888,0.0,0.211970896623315,0.153725174569888,0.0,0.140020889952946,0.153725174569888,0.0,0.0414876355982041,0.5,0.153725174569888,0.0,0.00998214098850589,0.153725174569888,0.0,0.00144701740649971,0.5,0.153725174569888,0.0,0.00280985804199682,0.153725174569888,0.0,0.00399531453308466,0.153725174569888,0.0,0.45121575100485,0.153725174569888,0.0,0.374556947340019,0.153725174569888,0.0,0.106420057764632,0.153725174569888,0.0,0.0413793294382173,0.153725174569888,0.0,0.0168521369207633,0.5,0.153725174569888,0.0,0.0192723610265838,0,0.425531950912197,1.00481520986068 -5380,0.5,0.153725174569888,0.0,0.119433212791719,0.153725174569888,0.0,0.172151931553606,0.153725174569888,0.0,0.0497491541214455,0.153725174569888,0.0,0.0735305198777293,0.153725174569888,0.0,0.251051320667318,0.153725174569888,0.0,0.172553283038538,0.153725174569888,0.0,0.0937568800645096,0.153725174569888,0.0,0.0282642965977985,0.5,0.153725174569888,0.0,0.00774755712582122,0.153725174569888,0.0,0.00196675211140315,0.5,0.153725174569888,0.0,0.00166282386513617,0.153725174569888,0.0,0.00718419276402921,0.153725174569888,0.0,0.448817749610437,0.153725174569888,0.0,0.383898852550777,0.153725174569888,0.0,0.116235211790445,0.153725174569888,0.0,0.0189936250610759,0.153725174569888,0.0,0.0132171438938172,0.5,0.153725174569888,0.0,0.0163203114134254,0,0.417770746420734,1.005126487217 -5381,0.5,0.153725174569888,0.0,0.125968573490287,0.153725174569888,0.0,0.192500275043249,0.153725174569888,0.0,0.034341997346572,0.153725174569888,0.0,0.0663345267211655,0.153725174569888,0.0,0.219878976419033,0.153725174569888,0.0,0.157456426919118,0.153725174569888,0.0,0.0751244329686209,0.153725174569888,0.0,0.0254457623811212,0.5,0.153725174569888,0.0,0.00575718557349991,0.153725174569888,0.0,0.00205008121520907,0.5,0.153725174569888,0.0,0.00533420594919242,0.153725174569888,0.0,0.00829141771435985,0.153725174569888,0.0,0.484007772855866,0.153725174569888,0.0,0.376045149527983,0.153725174569888,0.0,0.0849084083075177,0.153725174569888,0.0,0.0175261362586854,0.153725174569888,0.0,0.0116244894860007,0.5,0.153725174569888,0.0,0.0185339473843576,0,0.430033210769621,1.0048231944991 -5382,0.5,0.153725174569888,0.0154961884035493,0.113667414511077,0.153725174569888,0.00752234440932174,0.131482906184875,0.153725174569888,0.00585883546402819,0.030635479466188,0.153725174569888,0.0177159761653803,0.0501888714494599,0.153725174569888,0.00223006872817135,0.211355371849249,0.153725174569888,0.000252941873117758,0.170636874411418,0.153725174569888,0.00100651054824994,0.0821554201739921,0.153725174569888,0.000192402282483502,0.0120596725548666,0.5,0.153725174569888,0.000185173662387674,0.00569922430691353,0.153725174569888,0.000848984252807496,0.000902468173113245,0.5,0.153725174569888,0.000355662381453479,0.00719161076569415,0.153725174569888,0.000151306876006963,0.0123133881666642,0.153725174569888,0.0077120844294395,0.442205950377033,0.153725174569888,0.0041866240071882,0.347576688793539,0.153725174569888,0.00391018156488044,0.0695987401461698,0.153725174569888,0.00192533400545409,0.0145458911765472,0.153725174569888,0.00116135231078322,0.0142413341536774,0.5,0.153725174569888,0.00325929327307741,0.0152835203575259,0,0.496116808778403,1.00397545654872 -5383,0.5,0.153725174569888,0.0930438289746548,0.122737116780243,0.153725174569888,0.0861049672536426,0.143291686786432,0.153725174569888,0.069893674004059,0.0162238300672726,0.153725174569888,0.0989572006037941,0.0387475749982799,0.153725174569888,0.0534742176756718,0.207795431523326,0.153725174569888,0.0215214564503076,0.181198048040917,0.153725174569888,0.0239657094508169,0.0916696675192804,0.153725174569888,0.0174406757855898,0.00764961418574841,0.5,0.153725174569888,0.0259351073971802,0.0127969696694242,0.153725174569888,0.00669264965728694,0.00401159859154994,0.5,0.153725174569888,0.0129313077385334,0.00913808575243315,0.153725174569888,0.00944422370987295,0.0103468064155906,0.153725174569888,0.0846975581021859,0.48451121470333,0.153725174569888,0.0739028383653388,0.369618993172072,0.153725174569888,0.0564376615095988,0.0875629351822612,0.153725174569888,0.0385209227208532,0.00830731810773132,0.153725174569888,0.019676697992642,0.0181085646108798,0.5,0.153725174569888,0.059213161387357,0.0208790908921934,0,0.449195354949079,0.989714646242221 -5384,0.5,0.153725174569888,0.207289796441702,0.203841809480454,0.153725174569888,0.204208886624531,0.217182009855103,0.153725174569888,0.149748280355911,0.0128688870600818,0.153725174569888,0.208721272761864,0.036436238860411,0.153725174569888,0.123228940813988,0.373113100765015,0.153725174569888,0.0754043540200781,0.243326328488384,0.153725174569888,0.0490812207920671,0.0771483200491508,0.153725174569888,0.0408705862224017,0.013515380756821,0.5,0.153725174569888,0.0492582250626972,0.0805339271061761,0.153725174569888,0.0150636514788774,0.00261117308307481,0.5,0.153725174569888,0.0407599373825781,0.00375728800230814,0.153725174569888,0.0284556072104948,0.00776023160163335,0.153725174569888,0.203049622340368,0.635110007858501,0.153725174569888,0.182277171093399,0.480934697227488,0.153725174569888,0.120651910841385,0.145536364239343,0.153725174569888,0.0946341946450124,0.0104089035465737,0.153725174569888,0.0485839611184063,0.0130578869865528,0.5,0.153725174569888,0.122985917405388,0.0258273486400581,0,0.341582033920141,0.96537944709831 -5385,0.5,0.153725174569888,0.31425557450162,0.232511690770763,0.153725174569888,0.318493913264449,0.50344936215419,0.153725174569888,0.220532104784241,0.0237261572412092,0.153725174569888,0.312276425304799,0.0491525865767052,0.153725174569888,0.210847346165537,0.582249887996358,0.153725174569888,0.124412681568188,0.261201764821028,0.153725174569888,0.0703316765230142,0.0710951363966186,0.153725174569888,0.0588563005722558,0.0539731294655153,0.5,0.153725174569888,0.0611645891790358,0.296195780430365,0.153725174569888,0.0278981092328972,0.0272830437198079,0.5,0.153725174569888,0.0438375581237168,0.0119821898862226,0.153725174569888,0.051600881328998,0.0256045607094702,0.153725174569888,0.334375554200498,0.753783576435041,0.153725174569888,0.300121327561957,0.679217216000559,0.153725174569888,0.183811781658722,0.186181026467456,0.153725174569888,0.172512525541064,0.0729458779068966,0.153725174569888,0.0724498277878903,0.023437230485366,0.5,0.153725174569888,0.164178383764825,0.017475247437162,0,0.309684862870386,0.97651321504564 -5386,0.5,0.153725174569888,0.416592139821651,0.224630204450595,0.153725174569888,0.354278632768305,0.682855496253413,0.153725174569888,0.254549701960226,0.101994898909208,0.153725174569888,0.383968964731157,0.0623763690097093,0.153725174569888,0.280088920181221,0.584831155988635,0.153725174569888,0.146883731269921,0.211666966123671,0.153725174569888,0.0685453477968814,0.0698605321912196,0.153725174569888,0.0609460845593153,0.157790076034818,0.5,0.153725174569888,0.0774265384980497,0.446254959659319,0.153725174569888,0.0348513525437225,0.127884418340994,0.5,0.153725174569888,0.0642022435705542,0.037943465967308,0.153725174569888,0.0871605142673885,0.0669542808453351,0.153725174569888,0.463511087508371,0.838390385443436,0.153725174569888,0.417068437189756,0.766261201786945,0.153725174569888,0.233335253458731,0.215940974434149,0.153725174569888,0.171830809883885,0.264176097136326,0.153725174569888,0.0855143289918984,0.035923677126017,0.5,0.153725174569888,0.198568840934381,0.0385582335498339,0,0.295883885440504,0.967016665511333 -5387,0.5,0.153725174569888,0.507850616084263,0.233179277578392,0.153725174569888,0.380496325382775,0.6759187488321,0.153725174569888,0.21464271215206,0.367876255724682,0.153725174569888,0.359984787063842,0.128658310668593,0.153725174569888,0.399636105844332,0.593936312027083,0.153725174569888,0.176015236312358,0.145909836747182,0.153725174569888,0.0710918344162725,0.0742245142175341,0.153725174569888,0.0842708469690373,0.222209250578079,0.5,0.153725174569888,0.113028909233512,0.470581720549267,0.153725174569888,0.0549387721858523,0.0662785916957747,0.5,0.153725174569888,0.0761310617982671,0.126113230758208,0.153725174569888,0.135537192436007,0.151419766625917,0.153725174569888,0.55418334486082,0.866807166744088,0.153725174569888,0.514982620817913,0.762519338407343,0.153725174569888,0.198060442527992,0.219377606267619,0.153725174569888,0.188730620368214,0.498067491948201,0.153725174569888,0.103484246055692,0.0730817132530733,0.5,0.153725174569888,0.223843007770126,0.128110345057715,0,0.285523093618486,0.943706563613165 -5388,0.5,0.153725174569888,0.49203369688438,0.320174003229592,0.153725174569888,0.401322448695414,0.747917183785011,0.153725174569888,0.197171192569466,0.399197577893598,0.153725174569888,0.264832293357871,0.189979258409155,0.153725174569888,0.361556744196682,0.533694275523124,0.153725174569888,0.144296109560919,0.0970973176018219,0.153725174569888,0.0786726280565763,0.0629942364062443,0.153725174569888,0.105410546844439,0.238581935550557,0.5,0.153725174569888,0.1500608749627,0.433800813134522,0.153725174569888,0.160059780387307,0.0924927910814198,0.5,0.153725174569888,0.137316016320093,0.0885296256566502,0.153725174569888,0.234058782563114,0.377848524570922,0.153725174569888,0.60191526515998,0.858672780483973,0.153725174569888,0.569065435028148,0.748046341216492,0.153725174569888,0.154925564306417,0.254302511705582,0.153725174569888,0.195420172019345,0.481423551497279,0.153725174569888,0.117860276767832,0.0611560261502655,0.5,0.153725174569888,0.244388723095633,0.246825185894814,0,0.237136619049253,0.933789127927225 -5389,0.5,0.153725174569888,0.356341967191426,0.373659386581433,0.153725174569888,0.460775035653071,0.798658818592076,0.153725174569888,0.167250250667152,0.338576669070544,0.153725174569888,0.18526433592215,0.143108119240811,0.153725174569888,0.295952318718412,0.44299121737273,0.153725174569888,0.156012887952922,0.103912131632283,0.153725174569888,0.100841864159648,0.0408492765378495,0.153725174569888,0.150296369774858,0.302207815301274,0.5,0.153725174569888,0.190153310327203,0.629259039665423,0.153725174569888,0.203509438084332,0.173416136804264,0.5,0.153725174569888,0.367370538631667,0.219771246578111,0.153725174569888,0.167245760229961,0.468567803280135,0.153725174569888,0.620386208332848,0.844194896629755,0.153725174569888,0.553479735845266,0.723824406275247,0.153725174569888,0.201605237294587,0.321737611217021,0.153725174569888,0.217925455273281,0.311564863738876,0.153725174569888,0.211142829688339,0.0881788600940879,0.5,0.153725174569888,0.231610360956885,0.226277332941818,0,0.279281509793832,0.933938098473149 -5390,0.5,0.153725174569888,0.261012266696683,0.385443880030734,0.153725174569888,0.482932791623048,0.805431778699816,0.153725174569888,0.139397913400302,0.211230590305023,0.153725174569888,0.143918427443726,0.124870485849405,0.153725174569888,0.264206132701959,0.344527336711296,0.153725174569888,0.149647274780955,0.121239644095383,0.153725174569888,0.133313367034529,0.0339564445503501,0.153725174569888,0.0784293363994554,0.281144405198151,0.5,0.153725174569888,0.123611793516662,0.755009797545153,0.153725174569888,0.19717831622819,0.305793192082574,0.5,0.153725174569888,0.246955241389819,0.413051791205745,0.153725174569888,0.143623142522707,0.599167568250277,0.153725174569888,0.582972494532525,0.811522462676063,0.153725174569888,0.46677062783586,0.668675259774415,0.153725174569888,0.189803736244694,0.254244990833505,0.153725174569888,0.126816579550223,0.14895180849546,0.153725174569888,0.214230566970236,0.14291628991986,0.5,0.153725174569888,0.203055993629168,0.250152365465126,0,0.226798029607194,0.945088209321114 -5391,0.5,0.153725174569888,0.185644767974708,0.389919346397561,0.153725174569888,0.326490149275576,0.763872783049198,0.153725174569888,0.134236636244491,0.257222670625529,0.153725174569888,0.120668400009514,0.101907138758029,0.153725174569888,0.239610419678897,0.288086310917495,0.153725174569888,0.133802116072424,0.184439543689702,0.153725174569888,0.0189874098900518,0.0311017947650083,0.153725174569888,0.0734150569060463,0.405485997747913,0.5,0.153725174569888,0.0749287203350142,0.740084414852441,0.153725174569888,0.189999394383699,0.411111238840585,0.5,0.153725174569888,0.111211122579317,0.647547943297201,0.153725174569888,0.122909880204358,0.710189821757736,0.153725174569888,0.48641505969686,0.766322853755591,0.153725174569888,0.388496129902952,0.603742379709376,0.153725174569888,0.138078832426236,0.172826919306059,0.153725174569888,0.15469843921938,0.180497781998925,0.153725174569888,0.2344065352993,0.254271244087766,0.5,0.153725174569888,0.146193073549999,0.240422378730078,0,0.2869529242253,0.95772453685218 -5392,0.5,0.153725174569888,0.103951313714847,0.309227589609462,0.153725174569888,0.188127218303716,0.63021648602351,0.153725174569888,0.0396144152515724,0.10987527048139,0.153725174569888,0.0847158050818794,0.119227814500423,0.153725174569888,0.164359931695855,0.282933251914375,0.153725174569888,0.145749894785716,0.274183070761792,0.153725174569888,0.0392753057159768,0.0850341967053502,0.153725174569888,0.0952380686252877,0.445495514138899,0.5,0.153725174569888,0.212420028341377,0.796965121425206,0.153725174569888,0.140630041615693,0.529270217608295,0.5,0.153725174569888,0.10004942858341,0.900795957808316,0.153725174569888,0.10080465822036,0.813541410611825,0.153725174569888,0.353747047137444,0.706539373079151,0.153725174569888,0.268687122280963,0.522149912688789,0.153725174569888,0.0836933556052918,0.108987762368057,0.153725174569888,0.081149818853941,0.184130401129952,0.153725174569888,0.232771419547327,0.425461551109307,0.5,0.153725174569888,0.0989412165710631,0.260770436446627,0,0.315480309945622,0.948662757038175 -5393,0.5,0.153725174569888,0.0480063059364149,0.235803664012228,0.153725174569888,0.119003506179695,0.453486262276414,0.153725174569888,0.0785404322146564,0.0786223523890953,0.153725174569888,0.031448191784719,0.0766211257615975,0.153725174569888,0.111806892478903,0.318066457059469,0.153725174569888,0.104130362757025,0.304288660569082,0.153725174569888,0.0386533277839612,0.14096416171785,0.153725174569888,0.0943262137593462,0.385765579086716,0.5,0.153725174569888,0.221430498500038,0.795933191277735,0.153725174569888,0.0672806010133847,0.576000172856954,0.5,0.153725174569888,0.151557279678122,0.952255342692891,0.153725174569888,0.0769378196024382,0.75600879188754,0.153725174569888,0.228576391134688,0.608760711640593,0.153725174569888,0.168044112634983,0.455632575143782,0.153725174569888,0.0564089260864888,0.0785435743747128,0.153725174569888,0.0457418549643846,0.262469577375708,0.153725174569888,0.111857622197655,0.557202677704411,0.5,0.153725174569888,0.0594862574973679,0.278513380508839,0,0.281278296103711,0.941958838932284 -5394,0.5,0.153725174569888,0.0187100085694318,0.155317813168008,0.153725174569888,0.0528767015702701,0.344956517538892,0.153725174569888,0.068328875089923,0.0783234895423063,0.153725174569888,0.0171112397003035,0.0409405683007621,0.153725174569888,0.072993802879319,0.302655591173987,0.153725174569888,0.0746567773478728,0.304593444676018,0.153725174569888,0.0360220579937224,0.239750853856209,0.153725174569888,0.100670382058695,0.305643917573114,0.5,0.153725174569888,0.0911460634944988,0.656504747595751,0.153725174569888,0.0391296687515034,0.531779289575091,0.5,0.153725174569888,0.0771084691757021,0.965854793145918,0.153725174569888,0.0442201877161678,0.654886870216594,0.153725174569888,0.113835542951514,0.470811785063994,0.153725174569888,0.0915868387470379,0.426917766139155,0.153725174569888,0.0301642084219308,0.069194531376576,0.153725174569888,0.00948586906399458,0.41875435072842,0.153725174569888,0.0553191181588743,0.651858521508208,0.5,0.153725174569888,0.0274122678102013,0.344326937567492,0,0.38205741549326,0.930554002423747 -5395,0.5,0.153725174569888,0.00302858549047514,0.0834572920818651,0.153725174569888,0.0146672981058962,0.246901891029253,0.153725174569888,0.0152134701023696,0.058440680268572,0.153725174569888,0.0105632811214622,0.0261632679392626,0.153725174569888,0.0422713436939323,0.260343651069685,0.153725174569888,0.036058490541208,0.253910708947399,0.153725174569888,0.035603509299884,0.38278023740194,0.153725174569888,0.0515747269023005,0.212234866503216,0.5,0.153725174569888,0.0253575218962703,0.535804950468957,0.153725174569888,0.00815670315736539,0.44693969028391,0.5,0.153725174569888,0.0208889493064272,0.796463056512606,0.153725174569888,0.0136055845501392,0.458579609541604,0.153725174569888,0.0432031383599667,0.354220281895497,0.153725174569888,0.0322156725155578,0.364351279641238,0.153725174569888,0.00930780657933644,0.0556969450929622,0.153725174569888,0.00260788592435266,0.573733340306273,0.153725174569888,0.0139376635544792,0.728883405828289,0.5,0.153725174569888,0.00831755360441505,0.420846562564824,0,0.394728771740476,0.887993850545699 -5396,0.5,0.153725174569888,1.88504658886721e-05,0.0452989525153394,0.153725174569888,0.0,0.153731350952904,0.153725174569888,0.0,0.0929903528668046,0.153725174569888,0.0,0.027532687086607,0.153725174569888,0.0,0.193999492682902,0.153725174569888,0.0,0.170523008486623,0.153725174569888,0.0,0.295032999698349,0.153725174569888,0.0,0.140399872555165,0.5,0.153725174569888,0.0,0.331290029917608,0.153725174569888,0.0,0.309038548685781,0.5,0.153725174569888,0.0,0.589504292939023,0.153725174569888,0.0,0.283096153175841,0.153725174569888,4.43012098790051e-05,0.254685330812436,0.153725174569888,0.0,0.274103094790239,0.153725174569888,3.00608236334851e-06,0.0682916477817031,0.153725174569888,7.25566919517976e-06,0.550271477480052,0.153725174569888,0.0,0.803719223403604,0.5,0.153725174569888,0.0,0.501296228035916,0,0.232663554997277,0.852950176016003 -5397,0.5,0.153725174569888,0.0,0.0351380106460813,0.153725174569888,0.0,0.144647001141296,0.153725174569888,0.0,0.223707119656911,0.153725174569888,0.0,0.049614927964459,0.153725174569888,0.0,0.149409899280554,0.153725174569888,0.0,0.137153503197379,0.153725174569888,0.0,0.247925900522149,0.153725174569888,0.0,0.120685851524806,0.5,0.153725174569888,0.0,0.172508412488947,0.153725174569888,0.0,0.219287346401224,0.5,0.153725174569888,0.0,0.50334896416456,0.153725174569888,0.0,0.199580031139656,0.153725174569888,0.0,0.205011236091076,0.153725174569888,0.0,0.227847673766182,0.153725174569888,0.0,0.117726399062085,0.153725174569888,0.0,0.357767938742261,0.153725174569888,0.0,0.726997831417736,0.5,0.153725174569888,0.0,0.460568233819777,0,0.129413594118994,0.848938356447645 -5398,0.5,0.153725174569888,0.0,0.0394663478852445,0.153725174569888,0.0,0.134498404784344,0.153725174569888,0.0,0.41907331303234,0.153725174569888,0.0,0.123697395424982,0.153725174569888,0.0,0.139552132034308,0.153725174569888,0.0,0.145548418798199,0.153725174569888,0.0,0.238299050451338,0.153725174569888,0.0,0.148401142215396,0.5,0.153725174569888,0.0,0.0994278325435808,0.153725174569888,0.0,0.161097114569302,0.5,0.153725174569888,0.0,0.406748267788013,0.153725174569888,0.0,0.183080671579349,0.153725174569888,0.0,0.232317257998561,0.153725174569888,0.0,0.198462226735776,0.153725174569888,0.0,0.175810632015893,0.153725174569888,0.0,0.249209707336255,0.153725174569888,0.0,0.569336110372091,0.5,0.153725174569888,0.0,0.307308754826675,0,0.117409154249355,0.894895458700807 -5399,0.5,0.153725174569888,0.0,0.0561151242111035,0.153725174569888,0.0,0.124363816276332,0.153725174569888,0.0,0.622866725528256,0.153725174569888,0.0,0.252745579693595,0.153725174569888,0.0,0.143129848670809,0.153725174569888,0.0,0.172862480855444,0.153725174569888,0.0,0.206018471068279,0.153725174569888,0.0,0.170552902739668,0.5,0.153725174569888,0.0,0.0718832016522629,0.153725174569888,0.0,0.106883413947797,0.5,0.153725174569888,0.0,0.423460644591544,0.153725174569888,0.0,0.167778185581732,0.153725174569888,0.0,0.334133195924955,0.153725174569888,0.0,0.201649541333473,0.153725174569888,0.0,0.230972459954979,0.153725174569888,0.0,0.175454099193111,0.153725174569888,0.0,0.460483217393129,0.5,0.153725174569888,0.0,0.197331107424722,0,0.182624076944781,0.971888043478376 -5400,0.5,0.153725174569888,0.0,0.0759639332629859,0.153725174569888,0.0,0.122485845458097,0.153725174569888,0.0,0.727997004635543,0.153725174569888,0.0,0.367069848899482,0.153725174569888,0.0,0.19789324564148,0.153725174569888,0.0,0.187534043179992,0.153725174569888,0.0,0.205794988626299,0.153725174569888,0.0,0.15705667954078,0.5,0.153725174569888,0.0,0.0607248429205598,0.153725174569888,0.0,0.0742486011037419,0.5,0.153725174569888,0.0,0.33417854102138,0.153725174569888,0.0,0.116878779440218,0.153725174569888,0.0,0.389325046865944,0.153725174569888,0.0,0.232146947740749,0.153725174569888,0.0,0.233733025816147,0.153725174569888,0.0,0.133973491507533,0.153725174569888,0.0,0.366128331596744,0.5,0.153725174569888,0.0,0.15723957280932,0,0.215405525546281,0.958358197082002 -5401,0.5,0.153725174569888,0.0,0.109521624525493,0.153725174569888,0.0,0.119097924529255,0.153725174569888,0.0,0.604023239522022,0.153725174569888,0.0,0.479334250868563,0.153725174569888,0.0,0.269521338429161,0.153725174569888,0.0,0.206870635216897,0.153725174569888,0.0,0.257966603163144,0.153725174569888,0.0,0.123339963889325,0.5,0.153725174569888,0.0,0.0538020849091738,0.153725174569888,0.0,0.0580541508495211,0.5,0.153725174569888,0.0,0.207959314937868,0.153725174569888,0.0,0.0737909159960093,0.153725174569888,0.0,0.380848050722821,0.153725174569888,0.0,0.278982826259776,0.153725174569888,0.0,0.228856089395688,0.153725174569888,0.0,0.116867438004094,0.153725174569888,0.0,0.275025792957875,0.5,0.153725174569888,0.0,0.131935185245477,0,0.199954608976953,0.928980449112482 -5402,0.5,0.153725174569888,0.0,0.127178708153843,0.153725174569888,0.0,0.0998730902153899,0.153725174569888,0.0,0.447321531424721,0.153725174569888,0.0,0.520996989479684,0.153725174569888,0.0,0.307810257065612,0.153725174569888,0.0,0.198807946283476,0.153725174569888,0.0,0.237543756964055,0.153725174569888,0.0,0.0935216008609471,0.5,0.153725174569888,0.0,0.0529967528231767,0.153725174569888,0.0,0.0571700890705245,0.5,0.153725174569888,0.0,0.177548745590733,0.153725174569888,0.0,0.0673934821486135,0.153725174569888,0.0,0.3706948843915,0.153725174569888,0.0,0.324037766866318,0.153725174569888,0.0,0.196254830448033,0.153725174569888,0.0,0.105392806627772,0.153725174569888,0.0,0.213859082272408,0.5,0.153725174569888,0.0,0.0982785813216345,0,0.244684859689878,0.90965158822398 -5403,0.5,0.153725174569888,0.0,0.138482150387809,0.153725174569888,0.0,0.105001177927326,0.153725174569888,0.0,0.327227732406627,0.153725174569888,0.0,0.51573797508203,0.153725174569888,0.0,0.301617746776283,0.153725174569888,0.0,0.179190557628607,0.153725174569888,0.0,0.200555993714301,0.153725174569888,0.0,0.0834024523186159,0.5,0.153725174569888,0.0,0.0534141188689697,0.153725174569888,0.0,0.0589219647683302,0.5,0.153725174569888,0.0,0.185954163889827,0.153725174569888,0.0,0.0550617506772109,0.153725174569888,0.0,0.386200572492063,0.153725174569888,0.0,0.353925152947715,0.153725174569888,0.0,0.172899337179697,0.153725174569888,0.0,0.0895011928385359,0.153725174569888,0.0,0.176282630478625,0.5,0.153725174569888,0.0,0.0714766945692289,0,0.349304865118562,0.92053575276395 -5404,0.5,0.153725174569888,0.0,0.142036327054096,0.153725174569888,0.0,0.139048909269156,0.153725174569888,0.0,0.224530198719686,0.153725174569888,0.0,0.461709423255565,0.153725174569888,0.0,0.306631220939821,0.153725174569888,0.0,0.204999681871727,0.153725174569888,0.0,0.170672757078548,0.153725174569888,0.0,0.087266742240934,0.5,0.153725174569888,0.0,0.0522877251754622,0.153725174569888,0.0,0.0498795638541295,0.5,0.153725174569888,0.0,0.151926843741121,0.153725174569888,0.0,0.0469671986864263,0.153725174569888,0.0,0.415759345492327,0.153725174569888,0.0,0.37200335030409,0.153725174569888,0.0,0.172543899879617,0.153725174569888,0.0,0.0785761489152371,0.153725174569888,0.0,0.133396536367982,0.5,0.153725174569888,0.0,0.056085183140867,0,0.523713128790306,0.94300887943809 -5405,0.5,0.153725174569888,0.0,0.147904558011128,0.153725174569888,0.0,0.184369224161316,0.153725174569888,0.0,0.15564337327676,0.153725174569888,0.0,0.415610380903075,0.153725174569888,0.0,0.338132946937689,0.153725174569888,0.0,0.249972460212318,0.153725174569888,0.0,0.182472438023424,0.153725174569888,0.0,0.0971289621298859,0.5,0.153725174569888,0.0,0.0528351972439962,0.153725174569888,0.0,0.0359540905038489,0.5,0.153725174569888,0.0,0.0947820264470551,0.153725174569888,0.0,0.045459149559817,0.153725174569888,0.0,0.444316114694279,0.153725174569888,0.0,0.38822779504421,0.153725174569888,0.0,0.164923539671891,0.153725174569888,0.0,0.0792832646464815,0.153725174569888,0.0,0.0959899477848053,0.5,0.153725174569888,0.0,0.0412379998172617,0,0.570781898747818,0.950933923025166 -5406,0.5,0.153725174569888,0.0115533910992921,0.171331934939958,0.153725174569888,0.00644593832214477,0.22297913089061,0.153725174569888,0.00552374585639524,0.120105630037375,0.153725174569888,0.00473696720489036,0.376771142267794,0.153725174569888,0.00206468732116551,0.365095493274572,0.153725174569888,0.000225512629482318,0.295177697506059,0.153725174569888,0.00158517388081635,0.221764717456669,0.153725174569888,6.22433064442724e-05,0.1080995783593,0.5,0.153725174569888,0.000132677253004002,0.0472593361447834,0.153725174569888,0.000572445860262727,0.025589782568426,0.5,0.153725174569888,0.00109613373312191,0.0708515317973918,0.153725174569888,0.00046479036675577,0.0376070058877614,0.153725174569888,0.0057841493054194,0.465915743252344,0.153725174569888,0.00358827869891255,0.402343459961741,0.153725174569888,0.00415564935914921,0.177195240559563,0.153725174569888,0.00169395027457074,0.0859091784840594,0.153725174569888,0.00224037374836508,0.0739149941526203,0.5,0.153725174569888,0.00454173590466615,0.0295533682755663,0,0.548585493794299,0.964723907620307 -5407,0.5,0.153725174569888,0.0851664113867101,0.277734466154893,0.153725174569888,0.0846997405067251,0.33549766923245,0.153725174569888,0.0790879073117378,0.166804263214499,0.153725174569888,0.0526466867319148,0.37988995788906,0.153725174569888,0.0618659539943445,0.451952914092316,0.153725174569888,0.0519921861198692,0.366261593479909,0.153725174569888,0.0560447381875927,0.308603177945048,0.153725174569888,0.0502628983889107,0.107632008494601,0.5,0.153725174569888,0.0305374645358963,0.0603889538989397,0.153725174569888,0.00742263562626834,0.0150190044026757,0.5,0.153725174569888,0.0509883368488993,0.0714573521386768,0.153725174569888,0.043971201801575,0.0330293374150704,0.153725174569888,0.0665204715446225,0.555132020546937,0.153725174569888,0.0708189191372653,0.457162518353811,0.153725174569888,0.0708324995209393,0.266964654213575,0.153725174569888,0.0324222297298531,0.11266105281306,0.153725174569888,0.0477167586682839,0.0771125047562051,0.5,0.153725174569888,0.0731579782247112,0.02947674970721,0,0.602420230312153,0.977003731611553 -5408,0.5,0.153725174569888,0.206303020154087,0.453808006305154,0.153725174569888,0.205022888233511,0.611381997316784,0.153725174569888,0.167734060684206,0.266899973502326,0.153725174569888,0.16160294746966,0.391703428175202,0.153725174569888,0.160823169394974,0.623792081579619,0.153725174569888,0.138426840156328,0.415012540991678,0.153725174569888,0.15472246534075,0.438687737373995,0.153725174569888,0.157271304251996,0.185266713720001,0.5,0.153725174569888,0.103365760648349,0.144200503415876,0.153725174569888,0.0289088090164718,0.0121950254131526,0.5,0.153725174569888,0.0909539014432131,0.196701955315686,0.153725174569888,0.118487208651909,0.058818956158018,0.153725174569888,0.149972140267757,0.674384198631803,0.153725174569888,0.17535400112221,0.599836075310021,0.153725174569888,0.178356764893515,0.517612112552698,0.153725174569888,0.0850215808240257,0.210861623862237,0.153725174569888,0.119885356720739,0.149303978659717,0.5,0.153725174569888,0.138554761258241,0.0286483914091956,0,0.643308402405972,0.98057279052503 -5409,0.5,0.153725174569888,0.338702641543729,0.542871517947913,0.153725174569888,0.337078803420944,0.736703063889523,0.153725174569888,0.22749199408653,0.29802581400852,0.153725174569888,0.313820384728654,0.3564198006379,0.153725174569888,0.275220317287105,0.684101155152687,0.153725174569888,0.172908956971672,0.458401787970694,0.153725174569888,0.278393867221913,0.540253992077386,0.153725174569888,0.285191358297301,0.335592522395509,0.5,0.153725174569888,0.220505940418355,0.242363886551847,0.153725174569888,0.0594477049128831,0.0142670444487582,0.5,0.153725174569888,0.0987098457651204,0.291287017633197,0.153725174569888,0.17891123503949,0.108827301319196,0.153725174569888,0.216936865479902,0.755706744078652,0.153725174569888,0.286611847600407,0.688398430852838,0.153725174569888,0.310040886608813,0.674083636680965,0.153725174569888,0.156758938454818,0.271912730022993,0.153725174569888,0.17068708898437,0.209983762645207,0.5,0.153725174569888,0.168809387065562,0.0320940461117553,0,0.665287955976383,0.98134885623712 -5410,0.5,0.153725174569888,0.464729375635826,0.605904431527269,0.153725174569888,0.470286094150229,0.813122490812436,0.153725174569888,0.242977019600344,0.330924072409432,0.153725174569888,0.42360915490352,0.337869872118185,0.153725174569888,0.394584495375443,0.780759837658697,0.153725174569888,0.217324059307363,0.52035304226304,0.153725174569888,0.414757389119118,0.626694251430701,0.153725174569888,0.394862165629847,0.440300341350503,0.5,0.153725174569888,0.32597098658043,0.306265772375791,0.153725174569888,0.0934302416377789,0.012761061718326,0.5,0.153725174569888,0.10180436765927,0.312953188000698,0.153725174569888,0.235721894677804,0.12951236404441,0.153725174569888,0.270289780008959,0.840057260290069,0.153725174569888,0.396030896555766,0.836096199802138,0.153725174569888,0.423361269525882,0.704228027271535,0.153725174569888,0.274008897497011,0.26522005114284,0.153725174569888,0.211173183993619,0.209489870076095,0.5,0.153725174569888,0.187474500299302,0.058377934554613,0,0.666880708049948,0.993641076090155 -5411,0.5,0.153725174569888,0.557173917027663,0.63503573469974,0.153725174569888,0.544868724064633,0.885844271196985,0.153725174569888,0.334079405934513,0.425417854920195,0.153725174569888,0.516132654775965,0.347413974589646,0.153725174569888,0.421558468526252,0.858388008388224,0.153725174569888,0.415735179613114,0.681774978335274,0.153725174569888,0.460612902088855,0.736857506626761,0.153725174569888,0.396720938474857,0.500582444616858,0.5,0.153725174569888,0.35329829943939,0.349752548870099,0.153725174569888,0.246698801359135,0.0404260944685163,0.5,0.153725174569888,0.236231939715769,0.360450337105032,0.153725174569888,0.30576735069136,0.141616104937141,0.153725174569888,0.276962528274318,0.887292773896459,0.153725174569888,0.419556382160922,0.885273426691817,0.153725174569888,0.530983742668465,0.736847508937283,0.153725174569888,0.429258494794485,0.276854022942974,0.153725174569888,0.311555786740253,0.233255134388851,0.5,0.153725174569888,0.208340361091116,0.0532769338588005,0,0.691031522302712,1.00377612661685 -5412,0.5,0.153725174569888,0.593772510796574,0.629044711679218,0.153725174569888,0.495087778256646,0.875213130474261,0.153725174569888,0.41818372526914,0.474743938262045,0.153725174569888,0.505168990335333,0.335021931740555,0.153725174569888,0.418638989072215,0.90176641912901,0.153725174569888,0.537269106809265,0.782039915879061,0.153725174569888,0.367043807042663,0.752178313841488,0.153725174569888,0.419703762986663,0.511571460264442,0.5,0.153725174569888,0.380132352160907,0.403087712699598,0.153725174569888,0.473841896178096,0.081368236154131,0.5,0.153725174569888,0.25436040488231,0.400692398527097,0.153725174569888,0.28426672506829,0.174044925114545,0.153725174569888,0.181822742898822,0.867243326425379,0.153725174569888,0.37402703416577,0.888768989452903,0.153725174569888,0.555470861648266,0.71842595861863,0.153725174569888,0.501742414180787,0.308357821697384,0.153725174569888,0.383498607310965,0.252248295366287,0.5,0.153725174569888,0.240347436937033,0.0603632614388155,0,0.711567661181714,1.00984504340255 -5413,0.5,0.153725174569888,0.555852852140469,0.580914361711107,0.153725174569888,0.516770123999568,0.885993259013107,0.153725174569888,0.457196488582586,0.455325259325041,0.153725174569888,0.539028637131902,0.330938062703617,0.153725174569888,0.336696502144303,0.895380694381737,0.153725174569888,0.294797340183642,0.73954250531979,0.153725174569888,0.473929058804547,0.752797709397043,0.153725174569888,0.484968790559403,0.500192613337113,0.5,0.153725174569888,0.331251900856189,0.424907862992285,0.153725174569888,0.463446587228269,0.131727937142526,0.5,0.153725174569888,0.310218800035046,0.37160466055878,0.153725174569888,0.279470972467571,0.208779693230134,0.153725174569888,0.220012617279478,0.876785890364794,0.153725174569888,0.284229353048073,0.907791813041398,0.153725174569888,0.508611066772223,0.688787082900961,0.153725174569888,0.451401076065771,0.369559605637982,0.153725174569888,0.50127073666641,0.2732070452923,0.5,0.153725174569888,0.287732619912997,0.0480810679534677,0,0.713777317801577,1.01051415983841 -5414,0.5,0.153725174569888,0.532309355722853,0.534420368072953,0.153725174569888,0.385743645088722,0.864892038499924,0.153725174569888,0.520791838631721,0.373592226596489,0.153725174569888,0.556181650985981,0.338442717823807,0.153725174569888,0.248986917156306,0.852154936811873,0.153725174569888,0.186562119829289,0.668937357360902,0.153725174569888,0.504840581931193,0.780822214128838,0.153725174569888,0.495753532559236,0.527425120595735,0.5,0.153725174569888,0.272705898549082,0.397843304698509,0.153725174569888,0.363494392580677,0.167488093263048,0.5,0.153725174569888,0.413959624317204,0.362265542345756,0.153725174569888,0.298047658740427,0.178704012357329,0.153725174569888,0.1943027656011,0.882283762308554,0.153725174569888,0.224743510812682,0.901100139105277,0.153725174569888,0.449546920058298,0.686565870742122,0.153725174569888,0.359710796655604,0.370281031797813,0.153725174569888,0.413760518843029,0.283405938648345,0.5,0.153725174569888,0.390758556789688,0.0531523290716407,0,0.675257472839038,1.00228402729633 -5415,0.5,0.153725174569888,0.494033671232268,0.50403079308413,0.153725174569888,0.276677080245819,0.861980166528069,0.153725174569888,0.523780412384778,0.317039651707899,0.153725174569888,0.470490021400304,0.305940357101477,0.153725174569888,0.119870980347709,0.845507071548152,0.153725174569888,0.104073564857531,0.577958760118053,0.153725174569888,0.283243647298931,0.750248215509102,0.153725174569888,0.334870280604975,0.516770386897045,0.5,0.153725174569888,0.21300824643649,0.407975312300559,0.153725174569888,0.290772714878345,0.131910742256488,0.5,0.153725174569888,0.329610712408722,0.368852357101954,0.153725174569888,0.304428966491439,0.159298931259739,0.153725174569888,0.168971268265785,0.888724098353567,0.153725174569888,0.266903373254962,0.902857208508515,0.153725174569888,0.294112107974152,0.681146614516337,0.153725174569888,0.248652038435989,0.344465704651411,0.153725174569888,0.326106050129629,0.299823446982915,0.5,0.153725174569888,0.37694478751305,0.0936090034590799,0,0.587306745400875,0.993395243063478 -5416,0.5,0.153725174569888,0.372646921392416,0.468542019827397,0.153725174569888,0.119611190874716,0.824486335348224,0.153725174569888,0.410100611340983,0.308098599889586,0.153725174569888,0.380560217523432,0.266548699715022,0.153725174569888,0.0968000361682813,0.800358873170139,0.153725174569888,0.0772310718335672,0.539943528544838,0.153725174569888,0.123210444581036,0.670970273942909,0.153725174569888,0.172130269133201,0.440201122432926,0.5,0.153725174569888,0.153711226754108,0.388568324769488,0.153725174569888,0.334230591933121,0.110099788445546,0.5,0.153725174569888,0.179376976655362,0.325002874668227,0.153725174569888,0.256674269085572,0.189876535959591,0.153725174569888,0.12958413532247,0.87542801693326,0.153725174569888,0.269480535854838,0.9000509921066,0.153725174569888,0.197074814539818,0.677414252042567,0.153725174569888,0.258454180921994,0.348770842136032,0.153725174569888,0.243368157332546,0.270344965727704,0.5,0.153725174569888,0.292890185781053,0.137535786588294,0,0.495731234510044,0.975767613625544 -5417,0.5,0.153725174569888,0.258985421328928,0.41376480157364,0.153725174569888,0.0790167837921788,0.714647038646374,0.153725174569888,0.258143289098022,0.281954342492947,0.153725174569888,0.28337143113065,0.221827504516799,0.153725174569888,0.0620593697807451,0.747373661852936,0.153725174569888,0.0673500748327879,0.483876526500839,0.153725174569888,0.0584118236415708,0.542742422630777,0.153725174569888,0.100478420927239,0.321982239145278,0.5,0.153725174569888,0.114000344870377,0.366158629688495,0.153725174569888,0.254090300702655,0.114833468654265,0.5,0.153725174569888,0.0659157287368208,0.313321861019162,0.153725174569888,0.142780175776798,0.18778428534438,0.153725174569888,0.126329999495769,0.873141369327637,0.153725174569888,0.179574771105743,0.881342699087935,0.153725174569888,0.179983679438191,0.699882604832384,0.153725174569888,0.187612780977838,0.338803379390666,0.153725174569888,0.161594174330663,0.203387123570902,0.5,0.153725174569888,0.194103164178097,0.110497673647512,0,0.507331626317494,0.953484640217504 -5418,0.5,0.153725174569888,0.132395583840656,0.303644127468579,0.153725174569888,0.0926468520960605,0.775574791646971,0.153725174569888,0.147394753698162,0.25054214031098,0.153725174569888,0.15190787168181,0.118434903437456,0.153725174569888,0.035501613348793,0.690063779715397,0.153725174569888,0.0598522739802516,0.448990290803618,0.153725174569888,0.0675698599740032,0.384005629383057,0.153725174569888,0.135988659454713,0.331432823165937,0.5,0.153725174569888,0.0942718713085766,0.329531170568537,0.153725174569888,0.105252951564603,0.0840866073280929,0.5,0.153725174569888,0.030709353223335,0.326490180651498,0.153725174569888,0.076095062036689,0.18003538433691,0.153725174569888,0.0954331826324772,0.852833826861824,0.153725174569888,0.107877329956482,0.837527650166488,0.153725174569888,0.11660972369396,0.727306567268403,0.153725174569888,0.103361014664724,0.24961069394458,0.153725174569888,0.0889145751471957,0.180693299935934,0.5,0.153725174569888,0.100928554785236,0.0557236229984403,0,0.527400706137738,0.908091753324957 -5419,0.5,0.153725174569888,0.0310095003073817,0.210712473732046,0.153725174569888,0.0521491588114649,0.813435545357442,0.153725174569888,0.03575015253162,0.167854488643449,0.153725174569888,0.0316469264088448,0.044722720603352,0.153725174569888,0.0224837826722054,0.584323917857455,0.153725174569888,0.0253389145460656,0.332871402023755,0.153725174569888,0.0338994887717236,0.289577412130944,0.153725174569888,0.0472461839142545,0.186586983287026,0.5,0.153725174569888,0.0300941897018436,0.214286461076131,0.153725174569888,0.0263341424135645,0.0656909360287489,0.5,0.153725174569888,0.013762130814646,0.351640126305622,0.153725174569888,0.0194331305624325,0.175670337693956,0.153725174569888,0.0404857760031842,0.795696583444002,0.153725174569888,0.0408860057394382,0.766907097782257,0.153725174569888,0.028584226665313,0.662263287222452,0.153725174569888,0.0332456153330769,0.186464123040212,0.153725174569888,0.0199678170628946,0.168875290008746,0.5,0.153725174569888,0.0238629197997062,0.0432572100200367,0,0.583153801217101,0.831955641372136 -5420,0.5,0.153725174569888,0.0,0.167025152012743,0.153725174569888,0.0,0.730772645611332,0.153725174569888,0.0,0.119692941759912,0.153725174569888,0.0,0.0434573334346888,0.153725174569888,2.00972267930528e-05,0.418855777931979,0.153725174569888,0.0,0.150682962072107,0.153725174569888,0.0,0.23287030815235,0.153725174569888,0.0,0.0883005444481063,0.5,0.153725174569888,7.37555022715618e-06,0.12191165356368,0.153725174569888,0.0,0.0607349201875889,0.5,0.153725174569888,0.0,0.263491266699172,0.153725174569888,0.0,0.162507815664015,0.153725174569888,0.0,0.74250809144268,0.153725174569888,0.0,0.661287956430397,0.153725174569888,3.08540540447241e-06,0.500570803655317,0.153725174569888,1.74178828374649e-05,0.143457672797345,0.153725174569888,0.0,0.176217666535432,0.5,0.153725174569888,0.0,0.0656418359370902,0,0.607953361894912,0.858316671403492 -5421,0.5,0.153725174569888,0.0,0.166684890039725,0.153725174569888,0.0,0.645676970073901,0.153725174569888,0.0,0.0993874940667463,0.153725174569888,0.0,0.0440847052142241,0.153725174569888,0.0,0.345231243915058,0.153725174569888,0.0,0.0916408389369328,0.153725174569888,0.0,0.19385520083524,0.153725174569888,0.0,0.0530624083098467,0.5,0.153725174569888,0.0,0.0655235930228748,0.153725174569888,0.0,0.049035937296533,0.5,0.153725174569888,0.0,0.182112165537998,0.153725174569888,0.0,0.101084692883975,0.153725174569888,0.0,0.724094854497292,0.153725174569888,0.0,0.617302251389783,0.153725174569888,0.0,0.351316637812586,0.153725174569888,0.0,0.11089979032233,0.153725174569888,0.0,0.190605191452542,0.5,0.153725174569888,0.0,0.0706831679888005,0,0.647888457775175,0.88888959992632 -5422,0.5,0.153725174569888,0.0,0.189436875322058,0.153725174569888,0.0,0.556963618120699,0.153725174569888,0.0,0.0905567003523922,0.153725174569888,0.0,0.0503270965412732,0.153725174569888,0.0,0.279324060091719,0.153725174569888,0.0,0.0866623407310706,0.153725174569888,0.0,0.192726445045828,0.153725174569888,0.0,0.0407850273241295,0.5,0.153725174569888,0.0,0.0513934597705904,0.153725174569888,0.0,0.0487939389796937,0.5,0.153725174569888,0.0,0.130352062664035,0.153725174569888,0.0,0.0485066014678486,0.153725174569888,0.0,0.746719689897111,0.153725174569888,0.0,0.6135715597279,0.153725174569888,0.0,0.231894128053658,0.153725174569888,0.0,0.103845233564202,0.153725174569888,0.0,0.202493881790406,0.5,0.153725174569888,0.0,0.069390541811076,0,0.705874279732772,0.874900954638394 -5423,0.5,0.153725174569888,0.0,0.187188311508591,0.153725174569888,0.0,0.517902481744388,0.153725174569888,0.0,0.0781922237089136,0.153725174569888,0.0,0.0617430855181449,0.153725174569888,0.0,0.26423572757813,0.153725174569888,0.0,0.0888991248377735,0.153725174569888,0.0,0.144630267696538,0.153725174569888,0.0,0.044995607049149,0.5,0.153725174569888,0.0,0.0623741922850005,0.153725174569888,0.0,0.0536233287084889,0.5,0.153725174569888,0.0,0.119015171841921,0.153725174569888,0.0,0.0363584882000299,0.153725174569888,0.0,0.750037005120873,0.153725174569888,0.0,0.597364874486353,0.153725174569888,0.0,0.172564592923126,0.153725174569888,0.0,0.111777279465886,0.153725174569888,0.0,0.202201107877071,0.5,0.153725174569888,0.0,0.0645990482008577,0,0.729752047334384,0.8038959169462 -5424,0.5,0.153725174569888,0.0,0.153182224020264,0.153725174569888,0.0,0.523203870035812,0.153725174569888,0.0,0.0756702918391989,0.153725174569888,0.0,0.0702639788356754,0.153725174569888,0.0,0.252735273701602,0.153725174569888,0.0,0.0942960037529591,0.153725174569888,0.0,0.109484333090574,0.153725174569888,0.0,0.0606392109721593,0.5,0.153725174569888,0.0,0.0699612411198171,0.153725174569888,0.0,0.0549772993619631,0.5,0.153725174569888,0.0,0.103353892767138,0.153725174569888,0.0,0.043485888926347,0.153725174569888,0.0,0.734876373324498,0.153725174569888,0.0,0.56579879789881,0.153725174569888,0.0,0.170392448722684,0.153725174569888,0.0,0.0985348804672513,0.153725174569888,0.0,0.181848485734173,0.5,0.153725174569888,0.0,0.0710650173485228,0,0.761950821188063,0.710905295409981 -5425,0.5,0.153725174569888,0.0,0.118838883095375,0.153725174569888,0.0,0.492217415745526,0.153725174569888,0.0,0.0894803884577276,0.153725174569888,0.0,0.0691752541263941,0.153725174569888,0.0,0.233338135835249,0.153725174569888,0.0,0.103036222752429,0.153725174569888,0.0,0.0988554071153782,0.153725174569888,0.0,0.0679235955703617,0.5,0.153725174569888,0.0,0.0730877770008733,0.153725174569888,0.0,0.0670709156262874,0.5,0.153725174569888,0.0,0.141758831537128,0.153725174569888,0.0,0.0598008392461244,0.153725174569888,0.0,0.70006471470508,0.153725174569888,0.0,0.511077665120998,0.153725174569888,0.0,0.187452485469271,0.153725174569888,0.0,0.0696189438876527,0.153725174569888,0.0,0.163191315858525,0.5,0.153725174569888,0.0,0.0587353804637422,0,0.768059406404718,0.689009090206093 -5426,0.5,0.153725174569888,0.0,0.126209542328867,0.153725174569888,0.0,0.446617166406359,0.153725174569888,0.0,0.100265593641924,0.153725174569888,0.0,0.0632699386382881,0.153725174569888,0.0,0.231153637898701,0.153725174569888,0.0,0.110552566770405,0.153725174569888,0.0,0.10303739860655,0.153725174569888,0.0,0.0632913290463954,0.5,0.153725174569888,0.0,0.0740347029567197,0.153725174569888,0.0,0.0731106794174588,0.5,0.153725174569888,0.0,0.1179173579869,0.153725174569888,0.0,0.0709390379094165,0.153725174569888,0.0,0.699775237994266,0.153725174569888,0.0,0.441675706710326,0.153725174569888,0.0,0.190836484430561,0.153725174569888,0.0,0.0565610487491955,0.153725174569888,0.0,0.114851824020838,0.5,0.153725174569888,0.0,0.0515825758922078,0,0.747056087465227,0.64156311516056 -5427,0.5,0.153725174569888,0.0,0.148438643308565,0.153725174569888,0.0,0.384338253127456,0.153725174569888,0.0,0.0988565000267487,0.153725174569888,0.0,0.0528560123277505,0.153725174569888,0.0,0.228764825707716,0.153725174569888,0.0,0.105935288326438,0.153725174569888,0.0,0.110981121308662,0.153725174569888,0.0,0.0603348918544272,0.5,0.153725174569888,0.0,0.0831075806094769,0.153725174569888,0.0,0.0540628279124767,0.5,0.153725174569888,0.0,0.107988698753269,0.153725174569888,0.0,0.067312654432568,0.153725174569888,0.0,0.659814097337389,0.153725174569888,0.0,0.387651108070629,0.153725174569888,0.0,0.19447181109766,0.153725174569888,0.0,0.0572829452001661,0.153725174569888,0.0,0.0852015637857144,0.5,0.153725174569888,0.0,0.0323773152220165,0,0.750263760076677,0.61355893941934 -5428,0.5,0.153725174569888,0.0,0.165391552183287,0.153725174569888,0.0,0.361876047496557,0.153725174569888,0.0,0.0828814365514696,0.153725174569888,0.0,0.0454776831905155,0.153725174569888,0.0,0.214693609039771,0.153725174569888,0.0,0.0960310212068726,0.153725174569888,0.0,0.100937537321566,0.153725174569888,0.0,0.0641300321873713,0.5,0.153725174569888,0.0,0.0984541369197621,0.153725174569888,0.0,0.0390963296859797,0.5,0.153725174569888,0.0,0.126341276238861,0.153725174569888,0.0,0.0667949423905062,0.153725174569888,0.0,0.612125527827673,0.153725174569888,0.0,0.346582656315508,0.153725174569888,0.0,0.205953280602837,0.153725174569888,0.0,0.0618089558527131,0.153725174569888,0.0,0.069699132171146,0.5,0.153725174569888,0.0,0.0157583678792249,0,0.752781127421873,0.557195496216073 -5429,0.5,0.153725174569888,0.0,0.170012272012544,0.153725174569888,0.0,0.358577520968418,0.153725174569888,0.0,0.0536788482446772,0.153725174569888,0.0,0.0395720007375982,0.153725174569888,0.0,0.182411437892457,0.153725174569888,0.0,0.0956909248296095,0.153725174569888,0.0,0.0898971182509603,0.153725174569888,0.0,0.0805247371500683,0.5,0.153725174569888,0.0,0.125183067836447,0.153725174569888,0.0,0.0351839645472016,0.5,0.153725174569888,0.0,0.137849780893598,0.153725174569888,0.0,0.064916022309157,0.153725174569888,0.0,0.561104437451146,0.153725174569888,0.0,0.312574123747925,0.153725174569888,0.0,0.200812757453681,0.153725174569888,0.0,0.0574683278408468,0.153725174569888,0.0,0.0724789437796005,0.5,0.153725174569888,0.0,0.0179659877634986,0,0.757048326134417,0.540267734287572 -5430,0.5,0.153725174569888,0.0130997152933158,0.181480183803068,0.153725174569888,0.00535963374671908,0.357930137439146,0.153725174569888,0.00312753362075433,0.0388482701025755,0.153725174569888,0.00645461094635523,0.0323344388538353,0.153725174569888,0.00127558635121375,0.153781168929671,0.153725174569888,8.53685870356777e-06,0.0992657914620235,0.153725174569888,0.000547633709006144,0.0905330188447473,0.153725174569888,1.03563542753081e-06,0.0864553211181712,0.5,0.153725174569888,9.316542948924e-06,0.136048651980344,0.153725174569888,0.00111566036179093,0.0396009335107822,0.5,0.153725174569888,0.000346116465974374,0.130269637124604,0.153725174569888,0.000541327937419901,0.0716620224470253,0.153725174569888,0.00191721053267447,0.547824351720025,0.153725174569888,0.00272168423507183,0.276914820414907,0.153725174569888,0.00340501840678485,0.178031816720721,0.153725174569888,0.000625820503473142,0.0667903872711621,0.153725174569888,0.000994399774416073,0.0787012107317737,0.5,0.153725174569888,0.00298236403519293,0.0229303881556144,0,0.778916673260373,0.550954681156815 -5431,0.5,0.153725174569888,0.0878110764890542,0.251987333186865,0.153725174569888,0.0768552614471935,0.418930579586755,0.153725174569888,0.0608347460916863,0.0781358071228246,0.153725174569888,0.0396027788335686,0.0383987481095786,0.153725174569888,0.0404080510178328,0.161890764196315,0.153725174569888,0.00665752759407057,0.101655038535045,0.153725174569888,0.0211128587588429,0.101679390166998,0.153725174569888,0.00905898256488487,0.0966361403218195,0.5,0.153725174569888,0.0132931420878337,0.1073894889307,0.153725174569888,0.046228409957018,0.0329080284883721,0.5,0.153725174569888,0.0443171427926955,0.153178227863275,0.153725174569888,0.036091814273104,0.108445862320295,0.153725174569888,0.0233756574499191,0.546753668700583,0.153725174569888,0.0596867137499664,0.277042565076959,0.153725174569888,0.0631341743209849,0.171720008481895,0.153725174569888,0.00831798666416261,0.0946236848301551,0.153725174569888,0.0240933400294314,0.104088496442016,0.5,0.153725174569888,0.0519243187924673,0.0290109381630816,0,0.837302305003102,0.588242021156186 -5432,0.5,0.153725174569888,0.199073084016093,0.396154849430528,0.153725174569888,0.16992840186978,0.5164651455676,0.153725174569888,0.113187197538894,0.204900575148758,0.153725174569888,0.0780648884923866,0.0776080336172434,0.153725174569888,0.105441548300473,0.256011760817841,0.153725174569888,0.0398115704922866,0.152332890751265,0.153725174569888,0.0473226443527795,0.119424563099685,0.153725174569888,0.072160363368877,0.161684094463206,0.5,0.153725174569888,0.0546123227908474,0.116728385247603,0.153725174569888,0.125172493705433,0.0424026925627357,0.5,0.153725174569888,0.124221761431646,0.313689423566411,0.153725174569888,0.0820194095947869,0.183624323375204,0.153725174569888,0.0436506041598485,0.525721080857398,0.153725174569888,0.148721996724126,0.349110716711719,0.153725174569888,0.141965991411525,0.306219438902014,0.153725174569888,0.0167453512193061,0.100886284533253,0.153725174569888,0.0801448093728957,0.165979299970398,0.5,0.153725174569888,0.123210556836027,0.0392073349864784,0,0.849748994692582,0.621662158452582 -5433,0.5,0.153725174569888,0.312750510171035,0.586031894192315,0.153725174569888,0.275526166737435,0.587545663946427,0.153725174569888,0.149338293762543,0.252518270973007,0.153725174569888,0.106893321932104,0.150112071428464,0.153725174569888,0.225213436019773,0.3705843270224,0.153725174569888,0.149182077620066,0.294542575515583,0.153725174569888,0.0540634340845682,0.148930015002648,0.153725174569888,0.191437216300128,0.242221961387038,0.5,0.153725174569888,0.0752112385322031,0.146037119890424,0.153725174569888,0.190324349348657,0.0949885712523969,0.5,0.153725174569888,0.155271619965876,0.289377379927717,0.153725174569888,0.101379267132748,0.274502719289618,0.153725174569888,0.0593292812872287,0.501514520424802,0.153725174569888,0.253428318702629,0.44660563902084,0.153725174569888,0.206940082326166,0.473606089035799,0.153725174569888,0.0713529603037802,0.146185643239571,0.153725174569888,0.12254335555141,0.239255277106101,0.5,0.153725174569888,0.202170014449788,0.0635973772927137,0,0.843739102359585,0.677282932351308 -5434,0.5,0.153725174569888,0.407505386674549,0.63158143068443,0.153725174569888,0.405210021079403,0.710649459050443,0.153725174569888,0.271650908512507,0.253493872045648,0.153725174569888,0.161692532430057,0.206669189434859,0.153725174569888,0.393263931671037,0.545856537903209,0.153725174569888,0.317519474710342,0.456646125484841,0.153725174569888,0.118132729379549,0.238948885238967,0.153725174569888,0.297885702528399,0.346861324213006,0.5,0.153725174569888,0.0796273632168425,0.208636994796384,0.153725174569888,0.166296400431007,0.196623435396277,0.5,0.153725174569888,0.16971173170718,0.382017556086766,0.153725174569888,0.104840708455669,0.391662298946409,0.153725174569888,0.0734820428997344,0.475258414476196,0.153725174569888,0.352167125391672,0.527471827820078,0.153725174569888,0.295409949804608,0.503799355909254,0.153725174569888,0.158810027602595,0.166616212294814,0.153725174569888,0.185649901822743,0.298688242529549,0.5,0.153725174569888,0.276870388626949,0.0967282258739431,0,0.813003673524308,0.717147221195798 -5435,0.5,0.153725174569888,0.468681590785211,0.613022758293494,0.153725174569888,0.391805409976839,0.78687119289806,0.153725174569888,0.375819191388493,0.24839595865232,0.153725174569888,0.343095770231497,0.249393273555894,0.153725174569888,0.523743731662395,0.650189697999592,0.153725174569888,0.521406272206838,0.559956596063798,0.153725174569888,0.190213708476631,0.337084633303108,0.153725174569888,0.336897826100128,0.406869389390179,0.5,0.153725174569888,0.0928391958199895,0.283595565134841,0.153725174569888,0.238386807192113,0.408561482313288,0.5,0.153725174569888,0.169193275519514,0.505432910842527,0.153725174569888,0.111815353894609,0.508511262424536,0.153725174569888,0.0858722319143676,0.446017382248244,0.153725174569888,0.349575803767294,0.519831235549617,0.153725174569888,0.417425804682424,0.527356301388037,0.153725174569888,0.251664818616455,0.228524028342376,0.153725174569888,0.282762102839564,0.350523948038307,0.5,0.153725174569888,0.36734925310618,0.190057664646634,0,0.803794816650501,0.678847357404371 -5436,0.5,0.153725174569888,0.515032861792847,0.590324309536376,0.153725174569888,0.561179727702404,0.844665158281687,0.153725174569888,0.359568756784417,0.2719031327926,0.153725174569888,0.488483557077284,0.243206620678454,0.153725174569888,0.579016677242803,0.684185469244003,0.153725174569888,0.521832038390133,0.575684364896656,0.153725174569888,0.375947731844492,0.519078653878793,0.153725174569888,0.21950797894403,0.387411577029889,0.5,0.153725174569888,0.143423474542945,0.397254493284338,0.153725174569888,0.205998457648392,0.61325412628725,0.5,0.153725174569888,0.151853185235675,0.606466676426429,0.153725174569888,0.127230673137021,0.552135674005918,0.153725174569888,0.0780469465777019,0.422658989756286,0.153725174569888,0.350239026013933,0.484989802698324,0.153725174569888,0.473843299433604,0.503632905791129,0.153725174569888,0.222724034628385,0.256341367035386,0.153725174569888,0.244373606883081,0.413336809318676,0.5,0.153725174569888,0.419739314919325,0.218718902552973,0,0.822838606053008,0.670074904469884 -5437,0.5,0.153725174569888,0.427292217191489,0.536120016928612,0.153725174569888,0.191637562420644,0.657623322812369,0.153725174569888,0.363329598732646,0.333471942705809,0.153725174569888,0.496070669969269,0.280718537745943,0.153725174569888,0.518863138804079,0.622158025270014,0.153725174569888,0.496863741116111,0.538760207677083,0.153725174569888,0.405053615502168,0.595954259650787,0.153725174569888,0.215556090949622,0.360054996755348,0.5,0.153725174569888,0.133705226717543,0.42515650853225,0.153725174569888,0.17281814192899,0.680045670036917,0.5,0.153725174569888,0.0991905331368885,0.683082677771425,0.153725174569888,0.207367485568689,0.580724020614032,0.153725174569888,0.0719622485230323,0.439756990139336,0.153725174569888,0.264293756674794,0.42657077164327,0.153725174569888,0.476040648338981,0.501027696061698,0.153725174569888,0.216247297263221,0.274464354886303,0.153725174569888,0.228413508189214,0.451695011579406,0.5,0.153725174569888,0.38617883620621,0.328249306265059,0,0.836961354384801,0.628532664993691 -5438,0.5,0.153725174569888,0.371169292023533,0.487067718614121,0.153725174569888,0.186364884523566,0.499485752164797,0.153725174569888,0.262658232551116,0.319083925384346,0.153725174569888,0.429093900954642,0.289626827861489,0.153725174569888,0.307497767667215,0.512364666142444,0.153725174569888,0.529067371448964,0.528830043330615,0.153725174569888,0.33703137854843,0.570287976551556,0.153725174569888,0.350484596813817,0.342008535761417,0.5,0.153725174569888,0.156126132586477,0.404193225893756,0.153725174569888,0.358912272537188,0.690613623093234,0.5,0.153725174569888,0.0926791277688577,0.641181485089427,0.153725174569888,0.213639551774638,0.645321510502742,0.153725174569888,0.11771174096519,0.493142325762724,0.153725174569888,0.190798413748924,0.405960659594497,0.153725174569888,0.431212035323172,0.541531297854787,0.153725174569888,0.10348567331082,0.260284068532169,0.153725174569888,0.220086219786723,0.459292402245672,0.5,0.153725174569888,0.330239913642394,0.401952837557517,0,0.747320899892613,0.475019788833137 -5439,0.5,0.153725174569888,0.362922024150117,0.444854214916387,0.153725174569888,0.270919964205383,0.400146219090207,0.153725174569888,0.225490164654245,0.296041455040436,0.153725174569888,0.400148941441881,0.344789964778548,0.153725174569888,0.354247368622706,0.520606065006985,0.153725174569888,0.425831814105591,0.562041322043969,0.153725174569888,0.378122768364007,0.544266823809986,0.153725174569888,0.491115103854951,0.313050377013862,0.5,0.153725174569888,0.229607933885336,0.400425449812178,0.153725174569888,0.230411648423903,0.699145422288203,0.5,0.153725174569888,0.0785954588244706,0.613752693824548,0.153725174569888,0.139171683163579,0.505999952909513,0.153725174569888,0.176259774542039,0.539341737321516,0.153725174569888,0.183027901275313,0.428130318703199,0.153725174569888,0.317095192780866,0.573921655145,0.153725174569888,0.106373388622935,0.282229359355343,0.153725174569888,0.162600206393978,0.442719810594325,0.5,0.153725174569888,0.273422395573434,0.541149553846282,0,0.645223190456496,0.621729426585801 -5440,0.5,0.153725174569888,0.300515055202213,0.395108293450865,0.153725174569888,0.24631787202783,0.355399988652817,0.153725174569888,0.199276355993115,0.299501893931525,0.153725174569888,0.2673540895492,0.285953104422524,0.153725174569888,0.189344381593734,0.470102992040169,0.153725174569888,0.221516051807476,0.537532198718731,0.153725174569888,0.391611985362105,0.496056879768216,0.153725174569888,0.466019543612715,0.299795922038663,0.5,0.153725174569888,0.284971517240195,0.367380442680959,0.153725174569888,0.071243643289119,0.454819573691812,0.5,0.153725174569888,0.0545201727650938,0.573376641743693,0.153725174569888,0.119687690217142,0.417626109174818,0.153725174569888,0.183190508630158,0.588483805942656,0.153725174569888,0.170227902307181,0.424549549250005,0.153725174569888,0.261015049662797,0.557215006204747,0.153725174569888,0.123868545413137,0.281522800866374,0.153725174569888,0.113001713429841,0.506256207402267,0.5,0.153725174569888,0.270717399185107,0.686959564021743,0,0.460049541100325,0.76409152006395 -5441,0.5,0.153725174569888,0.234486233099596,0.334614863909165,0.153725174569888,0.100600298931264,0.261310167530047,0.153725174569888,0.106319170951775,0.303768411459244,0.153725174569888,0.179693256624271,0.225191408803735,0.153725174569888,0.116052414725054,0.448322015999296,0.153725174569888,0.128581305272662,0.364975071232078,0.153725174569888,0.242826396885468,0.463454026046328,0.153725174569888,0.312422989125621,0.292853079847729,0.5,0.153725174569888,0.277923113667667,0.324299998512239,0.153725174569888,0.0648960011252317,0.287269960377501,0.5,0.153725174569888,0.0487980911878978,0.481619245237024,0.153725174569888,0.09015128241853,0.30505878282494,0.153725174569888,0.154903987526852,0.58352834940824,0.153725174569888,0.130466912191197,0.3829134364944,0.153725174569888,0.208968247107543,0.496591705885258,0.153725174569888,0.111606917523371,0.275152899535858,0.153725174569888,0.0516968261755211,0.479952564954336,0.5,0.153725174569888,0.171831741958252,0.62515755245152,0,0.442732051175761,0.884110730326456 -5442,0.5,0.153725174569888,0.1331788920125,0.259527467527139,0.153725174569888,0.0929073703518798,0.317235959514033,0.153725174569888,0.0327368347469544,0.322256056536631,0.153725174569888,0.0952885273465985,0.179869145082843,0.153725174569888,0.0598888246680426,0.326396275213129,0.153725174569888,0.0786056648774895,0.319694761935953,0.153725174569888,0.124847222563689,0.357879622168241,0.153725174569888,0.167389340081104,0.248807239722637,0.5,0.153725174569888,0.18864095697987,0.244121967194016,0.153725174569888,0.0438804817095593,0.183023504615751,0.5,0.153725174569888,0.084625463916233,0.405165197779042,0.153725174569888,0.0645935278570187,0.219884729145893,0.153725174569888,0.11531281592575,0.549153340736752,0.153725174569888,0.0974101431310089,0.363820394864265,0.153725174569888,0.135585020333161,0.424578650815031,0.153725174569888,0.0811439069687834,0.20876752866222,0.153725174569888,0.0177398677013782,0.479458923562815,0.5,0.153725174569888,0.0657700126755727,0.50947975165428,0,0.485976555853968,0.939666275694699 -5443,0.5,0.153725174569888,0.0325126710034157,0.170366055505255,0.153725174569888,0.0231823504452523,0.295390265012109,0.153725174569888,0.0104809599677871,0.324136646771954,0.153725174569888,0.0207956004838868,0.122999912102046,0.153725174569888,0.020847559466704,0.20995336021695,0.153725174569888,0.018074960955162,0.245463384918647,0.153725174569888,0.0230951990743228,0.314003016731741,0.153725174569888,0.0452170505893788,0.150602528876817,0.5,0.153725174569888,0.0520603908545363,0.186403306334965,0.153725174569888,0.0125470278615561,0.133822514703786,0.5,0.153725174569888,0.0426679717501411,0.278504683672085,0.153725174569888,0.0273320922781077,0.17127141811524,0.153725174569888,0.0481230844369211,0.510403844776479,0.153725174569888,0.0397341552434656,0.347277456574826,0.153725174569888,0.0419933793061346,0.278055581433061,0.153725174569888,0.0318951106093013,0.120071844114646,0.153725174569888,0.00927578824782774,0.410095990430663,0.5,0.153725174569888,0.00696551847138787,0.388043137677046,0,0.601591731983288,0.921143054380528 -5444,0.5,0.153725174569888,0.0,0.13441791538804,0.153725174569888,0.0,0.167756772325682,0.153725174569888,0.0,0.286990384083311,0.153725174569888,0.0,0.127326533358886,0.153725174569888,0.000136453347057081,0.127348551843885,0.153725174569888,0.000356711788123599,0.167581076914114,0.153725174569888,0.0,0.248681248988628,0.153725174569888,7.56852481941194e-06,0.114399247848517,0.5,0.153725174569888,0.0,0.16618161416826,0.153725174569888,0.0,0.142454693616126,0.5,0.153725174569888,0.0,0.200923194333323,0.153725174569888,0.0,0.142583240098241,0.153725174569888,0.0,0.46116902071819,0.153725174569888,0.0,0.321357959984854,0.153725174569888,0.0,0.185433868187709,0.153725174569888,0.0,0.100129026612336,0.153725174569888,0.0,0.293851615542757,0.5,0.153725174569888,0.0,0.240805584861106,0,0.680325260174364,0.876046487876894 -5445,0.5,0.153725174569888,0.0,0.129414265186581,0.153725174569888,0.0,0.118362220072327,0.153725174569888,0.0,0.256853562522408,0.153725174569888,0.0,0.167699075266421,0.153725174569888,0.0,0.162932714747998,0.153725174569888,0.0,0.184178190483933,0.153725174569888,0.0,0.165923119787562,0.153725174569888,0.0,0.131088197552144,0.5,0.153725174569888,0.0,0.13522474101305,0.153725174569888,0.0,0.154262505413107,0.5,0.153725174569888,0.0,0.194312607769999,0.153725174569888,0.0,0.129672961036283,0.153725174569888,0.0,0.450179987013616,0.153725174569888,0.0,0.347909938399259,0.153725174569888,0.0,0.140361802176661,0.153725174569888,0.0,0.0942003986985269,0.153725174569888,0.0,0.24363597845605,0.5,0.153725174569888,0.0,0.168408407167315,0,0.75060120358576,0.892629707969029 -5446,0.5,0.153725174569888,0.0,0.13725568431959,0.153725174569888,0.0,0.170569494179855,0.153725174569888,0.0,0.247876287761381,0.153725174569888,0.0,0.221753110252097,0.153725174569888,0.0,0.273669149249927,0.153725174569888,0.0,0.278866572039059,0.153725174569888,0.0,0.130528613186944,0.153725174569888,0.0,0.17723209901221,0.5,0.153725174569888,0.0,0.103862784044869,0.153725174569888,0.0,0.236946280059826,0.5,0.153725174569888,0.0,0.233373800904187,0.153725174569888,0.0,0.124425776648584,0.153725174569888,0.0,0.461415309105499,0.153725174569888,0.0,0.365753440189722,0.153725174569888,0.0,0.124765537606671,0.153725174569888,0.0,0.0873569603219194,0.153725174569888,0.0,0.243668929923837,0.5,0.153725174569888,0.0,0.141361729849969,0,0.832176463772995,0.927626550793518 -5447,0.5,0.153725174569888,0.0,0.137384190991421,0.153725174569888,0.0,0.211095567155569,0.153725174569888,0.0,0.260146519935616,0.153725174569888,0.0,0.239332554813034,0.153725174569888,0.0,0.296439493694423,0.153725174569888,0.0,0.373441350058431,0.153725174569888,0.0,0.153826726441408,0.153725174569888,0.0,0.213729734242586,0.5,0.153725174569888,0.0,0.0815477279677204,0.153725174569888,0.0,0.275917328137844,0.5,0.153725174569888,0.0,0.238790009775515,0.153725174569888,0.0,0.108022550583006,0.153725174569888,0.0,0.513777755587507,0.153725174569888,0.0,0.383449487865654,0.153725174569888,0.0,0.140225743939244,0.153725174569888,0.0,0.0891037769912073,0.153725174569888,0.0,0.242173108300767,0.5,0.153725174569888,0.0,0.122245657108216,0,0.836456557858782,0.95374020249218 -5448,0.5,0.153725174569888,0.0,0.144411008755126,0.153725174569888,0.0,0.206230298668129,0.153725174569888,0.0,0.273654876616416,0.153725174569888,0.0,0.247658800266765,0.153725174569888,0.0,0.293777028339391,0.153725174569888,0.0,0.347692564998709,0.153725174569888,0.0,0.230766380332932,0.153725174569888,0.0,0.256020224161416,0.5,0.153725174569888,0.0,0.0906739178839403,0.153725174569888,0.0,0.254185168811395,0.5,0.153725174569888,0.0,0.242457849065414,0.153725174569888,0.0,0.117497515789979,0.153725174569888,0.0,0.554070627098863,0.153725174569888,0.0,0.449065451316246,0.153725174569888,0.0,0.175860045825349,0.153725174569888,0.0,0.0878633997621758,0.153725174569888,0.0,0.218919026123269,0.5,0.153725174569888,0.0,0.128227457697857,0,0.817785260904721,0.928971717789387 -5449,0.5,0.153725174569888,0.0,0.162695288985485,0.153725174569888,0.0,0.250506899175365,0.153725174569888,0.0,0.26484594810193,0.153725174569888,0.0,0.275909789712301,0.153725174569888,0.0,0.336216125701269,0.153725174569888,0.0,0.300762959509389,0.153725174569888,0.0,0.322567195387111,0.153725174569888,0.0,0.294542170931931,0.5,0.153725174569888,0.0,0.0989899774465158,0.153725174569888,0.0,0.181190048670383,0.5,0.153725174569888,0.0,0.20863407856314,0.153725174569888,0.0,0.120422440385995,0.153725174569888,0.0,0.655122594857391,0.153725174569888,0.0,0.531138092406173,0.153725174569888,0.0,0.192755748639706,0.153725174569888,0.0,0.0961115086225258,0.153725174569888,0.0,0.169211381028163,0.5,0.153725174569888,0.0,0.127109430018955,0,0.862677985674258,0.883913228823329 -5450,0.5,0.153725174569888,0.0,0.181359552700875,0.153725174569888,0.0,0.403674675448085,0.153725174569888,0.0,0.256769871598221,0.153725174569888,0.0,0.300202551815243,0.153725174569888,0.0,0.32465774244775,0.153725174569888,0.0,0.231302916028639,0.153725174569888,0.0,0.337908663019102,0.153725174569888,0.0,0.284337071352519,0.5,0.153725174569888,0.0,0.116476443747873,0.153725174569888,0.0,0.124558218170146,0.5,0.153725174569888,0.0,0.186110397000819,0.153725174569888,0.0,0.127941139007243,0.153725174569888,0.0,0.675853811835754,0.153725174569888,0.0,0.534736276613266,0.153725174569888,0.0,0.224152413779212,0.153725174569888,0.0,0.137066784847716,0.153725174569888,0.0,0.146058264242891,0.5,0.153725174569888,0.0,0.119958071673232,0,0.913388293598839,0.877941318477886 -5451,0.5,0.153725174569888,0.0,0.198188901910964,0.153725174569888,0.0,0.509891625790359,0.153725174569888,0.0,0.21696274860587,0.153725174569888,0.0,0.288834855851296,0.153725174569888,0.0,0.313663728862741,0.153725174569888,0.0,0.177592648748211,0.153725174569888,0.0,0.293883179467904,0.153725174569888,0.0,0.214901419947351,0.5,0.153725174569888,0.0,0.126118310987765,0.153725174569888,0.0,0.100403741095511,0.5,0.153725174569888,0.0,0.19160330835874,0.153725174569888,0.0,0.147482992460175,0.153725174569888,0.0,0.704397533555785,0.153725174569888,0.0,0.508591877540977,0.153725174569888,0.0,0.288061710029431,0.153725174569888,0.0,0.153893525754126,0.153725174569888,0.0,0.14797163068536,0.5,0.153725174569888,0.0,0.107568224976966,0,0.932619842615469,0.92403900906013 -5452,0.5,0.153725174569888,0.0,0.218292877016633,0.153725174569888,0.0,0.583985661759571,0.153725174569888,0.0,0.175733447424117,0.153725174569888,0.0,0.238044538248621,0.153725174569888,0.0,0.310106887163512,0.153725174569888,0.0,0.197781953699598,0.153725174569888,0.0,0.248802983011896,0.153725174569888,0.0,0.143662600796095,0.5,0.153725174569888,0.0,0.118306742340125,0.153725174569888,0.0,0.0989756057124516,0.5,0.153725174569888,0.0,0.18065253852419,0.153725174569888,0.0,0.165808776502613,0.153725174569888,0.0,0.712729966792354,0.153725174569888,0.0,0.500622482360332,0.153725174569888,0.0,0.333869748541143,0.153725174569888,0.0,0.1401088411667,0.153725174569888,0.0,0.166663814264743,0.5,0.153725174569888,0.0,0.106397646143971,0,0.932467446684375,0.944068384312865 -5453,0.5,0.153725174569888,0.0,0.257383472408676,0.153725174569888,0.0,0.425079810546606,0.153725174569888,0.0,0.14275254121319,0.153725174569888,0.0,0.186902929832359,0.153725174569888,0.0,0.368650707014802,0.153725174569888,0.0,0.241905020842093,0.153725174569888,0.0,0.263596676202425,0.153725174569888,0.0,0.120176540967828,0.5,0.153725174569888,0.0,0.0906811370659979,0.153725174569888,0.0,0.109309310606386,0.5,0.153725174569888,0.0,0.266496468447938,0.153725174569888,0.0,0.164321179846106,0.153725174569888,0.0,0.744754276460637,0.153725174569888,0.0,0.54668436256525,0.153725174569888,0.0,0.354265352150686,0.153725174569888,0.0,0.136001532020878,0.153725174569888,0.0,0.180628744412003,0.5,0.153725174569888,0.0,0.118558891799799,0,0.918229839436843,0.913005396314059 -5454,0.5,0.153725174569888,0.00488775085304289,0.323765749761185,0.153725174569888,0.000238263276822921,0.480509820995385,0.153725174569888,0.00104310742565576,0.127700209505391,0.153725174569888,0.0014954459894751,0.161164632848779,0.153725174569888,0.000240824129209176,0.509242295799024,0.153725174569888,3.56442791943984e-08,0.330227739122716,0.153725174569888,0.000158545218690882,0.33375417805913,0.153725174569888,1.08729708543687e-05,0.118621575306237,0.5,0.153725174569888,1.25038834260456e-05,0.0715080868533328,0.153725174569888,0.000214169251659761,0.121749577169317,0.5,0.153725174569888,1.56376547800177e-05,0.162925265237076,0.153725174569888,4.33546905287615e-05,0.176202956417093,0.153725174569888,0.000664156711687844,0.770413575450479,0.153725174569888,0.000630294495482797,0.572670850609673,0.153725174569888,0.00115733386047331,0.379205981380623,0.153725174569888,0.00115573630841632,0.158403879923487,0.153725174569888,0.000478171923696781,0.18583559657789,0.5,0.153725174569888,0.0012092903900744,0.114744742167704,0,0.9100780744575,0.843239575734809 -5455,0.5,0.153725174569888,0.0442810394902375,0.47306867869443,0.153725174569888,0.00582626211953235,0.632664404320414,0.153725174569888,0.0327270432596233,0.227018890161088,0.153725174569888,0.0135683495611373,0.187341560711952,0.153725174569888,0.0134918387911625,0.637042484701564,0.153725174569888,0.0289361960423433,0.451392618027528,0.153725174569888,0.0118849551317151,0.473044275318584,0.153725174569888,0.0455135433142382,0.163151108035478,0.5,0.153725174569888,0.0514822789206723,0.0766803111643118,0.153725174569888,0.00886714188797301,0.134263322521518,0.5,0.153725174569888,0.00265671382294447,0.16973548247063,0.153725174569888,0.0140293236591292,0.180212444206528,0.153725174569888,0.00800829773933677,0.799246528950442,0.153725174569888,0.0266859373896468,0.676004257543244,0.153725174569888,0.016178798297849,0.414910617785893,0.153725174569888,0.0471765356739103,0.255296358099958,0.153725174569888,0.00979363177204146,0.230916451769867,0.5,0.153725174569888,0.0243599939431103,0.123792496425288,0,0.956077672458029,0.779617436762209 -5456,0.5,0.153725174569888,0.100916498833472,0.604588862503576,0.153725174569888,0.0636156091374056,0.827265909533927,0.153725174569888,0.104648156058791,0.3949155499275,0.153725174569888,0.0322361279189583,0.211476288878242,0.153725174569888,0.0633079039424132,0.740221964251993,0.153725174569888,0.0530452597258379,0.463718842360311,0.153725174569888,0.0333164989169503,0.563559436082637,0.153725174569888,0.12504674353141,0.346317716938346,0.5,0.153725174569888,0.160051393736229,0.210533360590684,0.153725174569888,0.0337119082448227,0.170617120153882,0.5,0.153725174569888,0.0323663035803616,0.241741585861531,0.153725174569888,0.0493421975269184,0.237989426630194,0.153725174569888,0.0394855125485709,0.822170153644912,0.153725174569888,0.0890749505819673,0.756464790856032,0.153725174569888,0.0434959523470578,0.506639659887537,0.153725174569888,0.11531957787945,0.364962896894701,0.153725174569888,0.0381315243775343,0.273645086825587,0.5,0.153725174569888,0.0504070341185936,0.164911070355978,0,0.981073471629682,0.804863682296979 -5457,0.5,0.153725174569888,0.139604821699877,0.67511675078029,0.153725174569888,0.220261436644812,0.9659519513853,0.153725174569888,0.153060361531791,0.524622163475037,0.153725174569888,0.0805075431769463,0.28489913899285,0.153725174569888,0.139490492268232,0.734821333895996,0.153725174569888,0.0970896822292677,0.408463789186476,0.153725174569888,0.0520576890794432,0.617399627738564,0.153725174569888,0.216298743584533,0.443120634152646,0.5,0.153725174569888,0.280206090475535,0.327398748009589,0.153725174569888,0.113180553535435,0.285107988020112,0.5,0.153725174569888,0.162824901387632,0.336310463137997,0.153725174569888,0.0789263779870762,0.249059145485556,0.153725174569888,0.0934813924885656,0.829485456042837,0.153725174569888,0.149291686581853,0.74806337234033,0.153725174569888,0.0845451020050457,0.631339396710149,0.153725174569888,0.139796669067701,0.411568730003274,0.153725174569888,0.113060764223539,0.332194885639818,0.5,0.153725174569888,0.109564203261919,0.273798342888014,0,0.985888579303774,0.928844889550821 -5458,0.5,0.153725174569888,0.172570714193136,0.72495398047808,0.153725174569888,0.276055222356457,0.984882824905831,0.153725174569888,0.15886252466276,0.546106019069571,0.153725174569888,0.135792809588315,0.386066684831153,0.153725174569888,0.0908622668629164,0.626145176536039,0.153725174569888,0.134546604551238,0.347444077282677,0.153725174569888,0.0704709630148246,0.666194626937755,0.153725174569888,0.197710654214833,0.407532781238006,0.5,0.153725174569888,0.408861931992441,0.364495725318753,0.153725174569888,0.199210987897639,0.568235724990121,0.5,0.153725174569888,0.393481407980582,0.445504098245658,0.153725174569888,0.0987120553863586,0.252116275243249,0.153725174569888,0.126847173219042,0.794747890431863,0.153725174569888,0.122647078842822,0.698124565102692,0.153725174569888,0.115841979114449,0.728392067488956,0.153725174569888,0.130952945210462,0.485568595842247,0.153725174569888,0.186591991813427,0.349938050909008,0.5,0.153725174569888,0.203229124909982,0.387292954896263,0,0.989753023424128,0.947701973348038 -5459,0.5,0.153725174569888,0.156330693354275,0.736495438465583,0.153725174569888,0.16421317068786,0.92119429133427,0.153725174569888,0.147020658165275,0.540459584628847,0.153725174569888,0.226148841887811,0.51887415931336,0.153725174569888,0.159263764860073,0.61771807117335,0.153725174569888,0.156887702025547,0.385397561047937,0.153725174569888,0.13248369866248,0.669540013578493,0.153725174569888,0.136224426747767,0.284370935373563,0.5,0.153725174569888,0.464345671829087,0.396491189672462,0.153725174569888,0.146538840462007,0.573255630318717,0.5,0.153725174569888,0.52011684444572,0.525493738596782,0.153725174569888,0.171456788288798,0.26492686627107,0.153725174569888,0.181063682478909,0.799333061166088,0.153725174569888,0.169609421435209,0.705619007567205,0.153725174569888,0.109964851569968,0.789338537912225,0.153725174569888,0.102764372055955,0.566755404382772,0.153725174569888,0.261582012866328,0.427062598316375,0.5,0.153725174569888,0.265340967879383,0.515855622308845,0,1.00236504129693,0.938946834874684 -5460,0.5,0.153725174569888,0.155711407654672,0.771465487783548,0.153725174569888,0.176787980742805,0.883414997127666,0.153725174569888,0.174034581147331,0.576945902753451,0.153725174569888,0.23938588521388,0.580411146277206,0.153725174569888,0.390397081588594,0.649235736143415,0.153725174569888,0.154187419307083,0.474555841615432,0.153725174569888,0.161183313523561,0.620249714144397,0.153725174569888,0.169608620393559,0.274884343406316,0.5,0.153725174569888,0.451581020556085,0.366961441476554,0.153725174569888,0.14846625899825,0.619792796296189,0.5,0.153725174569888,0.582675229944575,0.625979613891304,0.153725174569888,0.255936784508712,0.360962189499774,0.153725174569888,0.221708477266568,0.851574200821467,0.153725174569888,0.352482675046137,0.774678603188821,0.153725174569888,0.150329223740479,0.807489889078748,0.153725174569888,0.11964517781028,0.602592152348543,0.153725174569888,0.263419417773518,0.509345699583998,0.5,0.153725174569888,0.249815741767731,0.595968414837665,0,1.00859179545984,0.931126537096239 -5461,0.5,0.153725174569888,0.137002088592146,0.772897831053805,0.153725174569888,0.469069166042176,0.912470873697703,0.153725174569888,0.135581248927386,0.613802757132404,0.153725174569888,0.182941445084745,0.603391966311635,0.153725174569888,0.505716548284112,0.677019854420685,0.153725174569888,0.242749991230935,0.616840440649205,0.153725174569888,0.256768432028033,0.643557638401603,0.153725174569888,0.260225885102897,0.345509374884333,0.5,0.153725174569888,0.427019375909301,0.328029708128872,0.153725174569888,0.239779193969774,0.587776328557512,0.5,0.153725174569888,0.51413458093383,0.65251515855379,0.153725174569888,0.329972902296196,0.39798749816369,0.153725174569888,0.3601524769241,0.935643529938349,0.153725174569888,0.475576943795008,0.828741695569725,0.153725174569888,0.256362627380317,0.771801235946873,0.153725174569888,0.125284663295942,0.602718281224609,0.153725174569888,0.21172479446235,0.591567740744183,0.5,0.153725174569888,0.289897260768915,0.594815375213466,0,0.99684183257689,0.960240146499399 -5462,0.5,0.153725174569888,0.147143775565311,0.781249799770663,0.153725174569888,0.513779131037866,1.00930098119816,0.153725174569888,0.0909646835259276,0.620657302762629,0.153725174569888,0.163609097024402,0.619980845472846,0.153725174569888,0.418395542761873,0.692072075043555,0.153725174569888,0.215480978983096,0.507602995880651,0.153725174569888,0.382592492840475,0.766426748989397,0.153725174569888,0.385441575919741,0.448017100601662,0.5,0.153725174569888,0.469394881775426,0.373511156198285,0.153725174569888,0.270245685296692,0.405978525586622,0.5,0.153725174569888,0.428991155735318,0.690564320469558,0.153725174569888,0.368879732692275,0.352557001074789,0.153725174569888,0.398704822120017,0.979913700943576,0.153725174569888,0.375135313728003,0.827819159865477,0.153725174569888,0.318898805332626,0.751503063897129,0.153725174569888,0.166971917189065,0.503067097646869,0.153725174569888,0.17749566619699,0.613003078971499,0.5,0.153725174569888,0.278679225199948,0.620752734427627,0,0.985015204392504,0.986630990012042 -5463,0.5,0.153725174569888,0.129684859668104,0.731610958176387,0.153725174569888,0.376831382037074,1.02173913043478,0.153725174569888,0.0726091246413851,0.578881922114846,0.153725174569888,0.126974824655515,0.625458160343106,0.153725174569888,0.446959157495592,0.666022411494163,0.153725174569888,0.248299092636456,0.395467114770872,0.153725174569888,0.282872099474395,0.807274894523422,0.153725174569888,0.369857877773414,0.493051553284611,0.5,0.153725174569888,0.494176768883448,0.457490813962922,0.153725174569888,0.266810938866876,0.238965796677249,0.5,0.153725174569888,0.389560452391782,0.604021514834703,0.153725174569888,0.349404898780502,0.283175274891748,0.153725174569888,0.304906395437521,0.990282079735747,0.153725174569888,0.293596081456748,0.834081675760356,0.153725174569888,0.292091427481848,0.762070816081856,0.153725174569888,0.298666444380166,0.420389096522745,0.153725174569888,0.156479040177728,0.56100598854058,0.5,0.153725174569888,0.245952975986999,0.563562566960985,0,0.977452043594513,0.973419461411658 -5464,0.5,0.153725174569888,0.150399285714158,0.666530013905889,0.153725174569888,0.151467474360045,0.98933002773188,0.153725174569888,0.0865291711340405,0.533566565232941,0.153725174569888,0.0668753026817557,0.578165796063879,0.153725174569888,0.434553389236628,0.695244422031349,0.153725174569888,0.315544643814167,0.443777517509904,0.153725174569888,0.149427464233623,0.725300049699491,0.153725174569888,0.378945841509295,0.457236192839731,0.5,0.153725174569888,0.381754206921705,0.462576394127416,0.153725174569888,0.27205696157019,0.167041139725764,0.5,0.153725174569888,0.347498968008862,0.320628882801536,0.153725174569888,0.28316880962928,0.208179339623979,0.153725174569888,0.172637330189929,0.972616535053218,0.153725174569888,0.241789394071778,0.824209150407012,0.153725174569888,0.181618083463899,0.756314247973298,0.153725174569888,0.338927069730374,0.544015792796127,0.153725174569888,0.166197772769087,0.450877974363559,0.5,0.153725174569888,0.143891657254101,0.418295183862681,0,0.957516420768274,0.959165774141387 -5465,0.5,0.153725174569888,0.134704062628205,0.629820772449151,0.153725174569888,0.0451897225453704,0.76301613025333,0.153725174569888,0.0951409082387809,0.482511877431368,0.153725174569888,0.0520566608720826,0.525250557339114,0.153725174569888,0.246470106345442,0.737127696667998,0.153725174569888,0.216871702760303,0.48861441788215,0.153725174569888,0.242148473380288,0.624585205693009,0.153725174569888,0.293015350751621,0.371886279178451,0.5,0.153725174569888,0.279425180259608,0.400676940484654,0.153725174569888,0.194341374169873,0.111832713037346,0.5,0.153725174569888,0.273846760315511,0.236942808848895,0.153725174569888,0.194265564866619,0.127268695665531,0.153725174569888,0.0787112028715084,0.91784079178237,0.153725174569888,0.144800507650485,0.813612780301061,0.153725174569888,0.138261414520068,0.697680865529175,0.153725174569888,0.280658110954507,0.617998422059382,0.153725174569888,0.156071598686547,0.358663671189428,0.5,0.153725174569888,0.0859531417757806,0.30993237630538,0,0.941997088536425,0.960426597025521 -5466,0.5,0.153725174569888,0.0834307006722791,0.609268203188385,0.153725174569888,0.0408556322300279,0.663374043126298,0.153725174569888,0.0688703879419133,0.39681356897725,0.153725174569888,0.0347389058133551,0.458820439461563,0.153725174569888,0.100935293639914,0.696400812354588,0.153725174569888,0.0948793742210981,0.340538626360967,0.153725174569888,0.17233729771061,0.480749208978657,0.153725174569888,0.168538534754351,0.24390911231655,0.5,0.153725174569888,0.171983314753283,0.274343798162433,0.153725174569888,0.0884002587116378,0.0534413711001541,0.5,0.153725174569888,0.132623727011148,0.0608745136997906,0.153725174569888,0.0965063110873869,0.0507917374321811,0.153725174569888,0.0412930633197665,0.891306616216746,0.153725174569888,0.0679037451095057,0.787888007828634,0.153725174569888,0.119555808012669,0.564389970783906,0.153725174569888,0.165576551983518,0.48706095119956,0.153725174569888,0.0990355333836504,0.211557634800597,0.5,0.153725174569888,0.0432953815773473,0.204629451587031,0,0.994622021080213,0.965491122749906 -5467,0.5,0.153725174569888,0.0175982055458616,0.609796953193391,0.153725174569888,0.0329974389417987,0.696860091803789,0.153725174569888,0.0172434897001713,0.248255820799532,0.153725174569888,0.00559063315635928,0.319023020563461,0.153725174569888,0.0253994366734545,0.57647942355664,0.153725174569888,0.0414680195396365,0.163695506531624,0.153725174569888,0.0515917417337166,0.298490193385112,0.153725174569888,0.0558016316697754,0.110173652831724,0.5,0.153725174569888,0.054266886809116,0.131135719890739,0.153725174569888,0.0187118923607411,0.0129994279158872,0.5,0.153725174569888,0.0314438403829319,0.0065712426817594,0.153725174569888,0.0266273245015544,0.0161601446870716,0.153725174569888,0.0145116663756964,0.831647258166202,0.153725174569888,0.0219690210515689,0.70408414394741,0.153725174569888,0.0412560729088934,0.425342728662166,0.153725174569888,0.0457927493932744,0.248402238659086,0.153725174569888,0.0298197477680452,0.0485762162157241,0.5,0.153725174569888,0.00811064072160398,0.114525665844185,0,1.00736089085047,0.949080109483285 -5468,0.5,0.153725174569888,0.0,0.579272490567869,0.153725174569888,0.0,0.670580024780007,0.153725174569888,0.0,0.101503915101642,0.153725174569888,0.0,0.249993312445186,0.153725174569888,0.0,0.374353549701568,0.153725174569888,0.0,0.0850187611148576,0.153725174569888,0.0,0.161890682450543,0.153725174569888,0.0,0.0429577566802322,0.5,0.153725174569888,0.0,0.0561914420115654,0.153725174569888,0.0,0.00585094920639257,0.5,0.153725174569888,0.0,0.00864012625794982,0.153725174569888,0.0,0.0237228612653451,0.153725174569888,4.49243744654201e-05,0.750299231789243,0.153725174569888,2.71835479673353e-05,0.591406740086896,0.153725174569888,0.0,0.327475965167848,0.153725174569888,0.0,0.0756009191470743,0.153725174569888,0.0,0.0106939274340451,0.5,0.153725174569888,0.0,0.0418873598793968,0,0.986431171103115,0.954339901928519 -5469,0.5,0.153725174569888,0.0,0.529885323845014,0.153725174569888,0.0,0.519159945888675,0.153725174569888,0.0,0.0497369446736023,0.153725174569888,0.0,0.217859968688618,0.153725174569888,0.0,0.299435283403817,0.153725174569888,0.0,0.0889298364816713,0.153725174569888,0.0,0.130241529146024,0.153725174569888,0.0,0.0380456552216386,0.5,0.153725174569888,0.0,0.0298463080772039,0.153725174569888,0.0,0.00840371382573378,0.5,0.153725174569888,0.0,0.0113001391880005,0.153725174569888,0.0,0.0401249278760219,0.153725174569888,0.0,0.675487045011636,0.153725174569888,0.0,0.534573787772201,0.153725174569888,0.0,0.28097218359703,0.153725174569888,0.0,0.0394702205499884,0.153725174569888,0.0,0.0143748203702502,0.5,0.153725174569888,0.0,0.0201841926123193,0,0.978921626255324,0.982269426552769 -5470,0.5,0.153725174569888,0.0,0.497201556451588,0.153725174569888,0.0,0.557857379638995,0.153725174569888,0.0,0.063335812793483,0.153725174569888,0.0,0.184232704324798,0.153725174569888,0.0,0.316754375802903,0.153725174569888,0.0,0.111637630576137,0.153725174569888,0.0,0.146887419819975,0.153725174569888,0.0,0.0426114782523185,0.5,0.153725174569888,0.0,0.0221737732216221,0.153725174569888,0.0,0.0169867343086215,0.5,0.153725174569888,0.0,0.00944010382738357,0.153725174569888,0.0,0.0562211066531264,0.153725174569888,0.0,0.648034413487575,0.153725174569888,0.0,0.524246555991485,0.153725174569888,0.0,0.284435491859507,0.153725174569888,0.0,0.0378508320406335,0.153725174569888,0.0,0.0199701712199494,0.5,0.153725174569888,0.0,0.0206629066223233,0,0.992437709165121,0.994524992691868 -5471,0.5,0.153725174569888,0.0,0.496708257441155,0.153725174569888,0.0,0.658265025246268,0.153725174569888,0.0,0.0823658365321249,0.153725174569888,0.0,0.149326738726786,0.153725174569888,0.0,0.369908542763696,0.153725174569888,0.0,0.143103318773507,0.153725174569888,0.0,0.186677613699416,0.153725174569888,0.0,0.0518544846350645,0.5,0.153725174569888,0.0,0.00894497305923732,0.153725174569888,0.0,0.0278138858496234,0.5,0.153725174569888,0.0,0.00855088009633725,0.153725174569888,0.0,0.0680114598166911,0.153725174569888,0.0,0.649407691557337,0.153725174569888,0.0,0.555239363161938,0.153725174569888,0.0,0.297920213690478,0.153725174569888,0.0,0.0459332717160756,0.153725174569888,0.0,0.0232703981568692,0.5,0.153725174569888,0.0,0.0370207783222834,0,0.984368034225659,0.994693188141735 -5472,0.5,0.153725174569888,0.0,0.491346755155472,0.153725174569888,0.0,0.660016953054905,0.153725174569888,0.0,0.089297193411426,0.153725174569888,0.0,0.138652958448183,0.153725174569888,0.0,0.403036407416165,0.153725174569888,0.0,0.182226793103232,0.153725174569888,0.0,0.222948163685491,0.153725174569888,0.0,0.0653632340479904,0.5,0.153725174569888,0.0,0.00563918377184375,0.153725174569888,0.0,0.0417159444698214,0.5,0.153725174569888,0.0,0.00650530513221307,0.153725174569888,0.0,0.0738908979585648,0.153725174569888,0.0,0.707444289266501,0.153725174569888,0.0,0.622105459997724,0.153725174569888,0.0,0.315425089100844,0.153725174569888,0.0,0.0485766329287354,0.153725174569888,0.0,0.0267570918767487,0.5,0.153725174569888,0.0,0.0599703377528033,0,0.981700270804165,1.00016101095787 -5473,0.5,0.153725174569888,0.0,0.463647927678631,0.153725174569888,0.0,0.651533511775103,0.153725174569888,0.0,0.100513576357712,0.153725174569888,0.0,0.148861646712242,0.153725174569888,0.0,0.424212333156068,0.153725174569888,0.0,0.250603405368272,0.153725174569888,0.0,0.238925059104833,0.153725174569888,0.0,0.0811669671763699,0.5,0.153725174569888,0.0,0.00674020700515404,0.153725174569888,0.0,0.0550141507416081,0.5,0.153725174569888,0.0,0.00657888280459818,0.153725174569888,0.0,0.0786809430710441,0.153725174569888,0.0,0.715606705800371,0.153725174569888,0.0,0.650334874912873,0.153725174569888,0.0,0.349907212542618,0.153725174569888,0.0,0.051902650814513,0.153725174569888,0.0,0.0311099494409315,0.5,0.153725174569888,0.0,0.086841253145458,0,0.971610009215758,1.00022537865825 -5474,0.5,0.153725174569888,0.0,0.429377057913103,0.153725174569888,0.0,0.695280113075837,0.153725174569888,0.0,0.103495101111736,0.153725174569888,0.0,0.155464753619526,0.153725174569888,0.0,0.510678973046433,0.153725174569888,0.0,0.349685878924612,0.153725174569888,0.0,0.259672732166032,0.153725174569888,0.0,0.0947700413909979,0.5,0.153725174569888,0.0,0.00967365434033221,0.153725174569888,0.0,0.0623526373398876,0.5,0.153725174569888,0.0,0.00631357264133428,0.153725174569888,0.0,0.0787593720835695,0.153725174569888,0.0,0.748460525935873,0.153725174569888,0.0,0.625180876739489,0.153725174569888,0.0,0.392589668066696,0.153725174569888,0.0,0.0531150277047718,0.153725174569888,0.0,0.0322194329052484,0.5,0.153725174569888,0.0,0.115244028102151,0,0.970645318746623,1.00479844609602 -5475,0.5,0.153725174569888,0.0,0.415961815944216,0.153725174569888,0.0,0.740859046020512,0.153725174569888,0.0,0.0957613060556597,0.153725174569888,0.0,0.149948892138913,0.153725174569888,0.0,0.655557646292427,0.153725174569888,0.0,0.421889094403961,0.153725174569888,0.0,0.29645379969301,0.153725174569888,0.0,0.103043316428814,0.5,0.153725174569888,0.0,0.0140107967895692,0.153725174569888,0.0,0.0640853926247795,0.5,0.153725174569888,0.0,0.00597091193429653,0.153725174569888,0.0,0.0712909686555689,0.153725174569888,0.0,0.803820339442046,0.153725174569888,0.0,0.650643389353101,0.153725174569888,0.0,0.42467564082264,0.153725174569888,0.0,0.0580268541574771,0.153725174569888,0.0,0.0294779944583257,0.5,0.153725174569888,0.0,0.126359425954302,0,0.970853276247973,1.00706961675333 -5476,0.5,0.153725174569888,0.0,0.41490300723574,0.153725174569888,0.0,0.738568642709851,0.153725174569888,0.0,0.091342282508946,0.153725174569888,0.0,0.133463692586863,0.153725174569888,0.0,0.71979037079865,0.153725174569888,0.0,0.430491049048794,0.153725174569888,0.0,0.346990183983662,0.153725174569888,0.0,0.109117782638531,0.5,0.153725174569888,0.0,0.0200663556231367,0.153725174569888,0.0,0.0587228168071778,0.5,0.153725174569888,0.0,0.0132031074953819,0.153725174569888,0.0,0.0655083458949252,0.153725174569888,0.0,0.817016948962921,0.153725174569888,0.0,0.698360844554316,0.153725174569888,0.0,0.448530915048891,0.153725174569888,0.0,0.0656405669353799,0.153725174569888,0.0,0.0242848122005023,0.5,0.153725174569888,0.0,0.124473669408401,0,0.950704455297452,1.00743824425843 -5477,0.5,0.153725174569888,0.0,0.408520228235843,0.153725174569888,0.0,0.697438107672808,0.153725174569888,0.0,0.0983761581760912,0.153725174569888,0.0,0.115603963897993,0.153725174569888,0.0,0.686160330899064,0.153725174569888,0.0,0.450689968139886,0.153725174569888,0.0,0.400261063271632,0.153725174569888,0.0,0.124494578329585,0.5,0.153725174569888,0.0,0.0273783246530644,0.153725174569888,0.0,0.0515295240610657,0.5,0.153725174569888,0.0,0.0257958620412298,0.153725174569888,0.0,0.060796301814733,0.153725174569888,0.0,0.821783939083669,0.153725174569888,0.0,0.714709140546248,0.153725174569888,0.0,0.470873066578259,0.153725174569888,0.0,0.0785838137868892,0.153725174569888,0.0,0.0225849075861398,0.5,0.153725174569888,0.0,0.114928633027083,0,0.965466849713912,1.00750430902605 -5478,0.5,0.153725174569888,0.00592037234320531,0.42115648400335,0.153725174569888,0.00102187433065621,0.683718236240003,0.153725174569888,0.00372335102552938,0.112476656679343,0.153725174569888,0.00892549526143061,0.107959343671027,0.153725174569888,0.000103568293743462,0.672969390698756,0.153725174569888,0.0,0.499698051548808,0.153725174569888,0.000277904029518161,0.451742147556342,0.153725174569888,0.0,0.150309852524256,0.5,0.153725174569888,2.48351379153811e-06,0.0368962054610882,0.153725174569888,0.00102303517404989,0.0458576138046725,0.5,0.153725174569888,3.91642979600876e-05,0.0370093155509266,0.153725174569888,0.000116712707199921,0.0539305473341669,0.153725174569888,0.000677494994753939,0.844105010780228,0.153725174569888,0.000514174112423827,0.722454896829533,0.153725174569888,0.000969466715426149,0.511658526806275,0.153725174569888,0.00144226114287713,0.096117387853323,0.153725174569888,0.0010158475380044,0.0250029739218408,0.5,0.153725174569888,0.00115320459438618,0.109267200382862,0,0.964779457292146,1.00808553332887 -5479,0.5,0.153725174569888,0.053812346544242,0.482600645870101,0.153725174569888,0.0200806219593259,0.714928915810525,0.153725174569888,0.0702308953848269,0.148736139138654,0.153725174569888,0.0902867542010243,0.140612226744547,0.153725174569888,0.0125746391537053,0.732802573841637,0.153725174569888,0.0267445336056242,0.579286921158592,0.153725174569888,0.0405627288215884,0.522196852975057,0.153725174569888,0.0555212324544449,0.162046869302851,0.5,0.153725174569888,0.0525543648252264,0.0391871977167911,0.153725174569888,0.0664921035710568,0.0355320487492657,0.5,0.153725174569888,0.0168087508255144,0.0752230085668152,0.153725174569888,0.0455411941670901,0.0464513603293058,0.153725174569888,0.00940142785254371,0.876593757804992,0.153725174569888,0.0117268222741979,0.771731465989056,0.153725174569888,0.0253635899064229,0.588195281120086,0.153725174569888,0.0684882567944632,0.119298180208609,0.153725174569888,0.0285656518085838,0.0345867970704692,0.5,0.153725174569888,0.0289425835502594,0.11202998550185,0,0.951275004955609,0.999986420451604 -5480,0.5,0.153725174569888,0.10726594526323,0.544873345405989,0.153725174569888,0.0725041620102133,0.781707156681653,0.153725174569888,0.176694605294487,0.262964069700536,0.153725174569888,0.207442984546259,0.233982874045173,0.153725174569888,0.0454730174030686,0.821185481532337,0.153725174569888,0.0741856021545421,0.657981689017868,0.153725174569888,0.116152730814081,0.646192013492235,0.153725174569888,0.161655778081687,0.277638952770813,0.5,0.153725174569888,0.157211230531539,0.169200510959031,0.153725174569888,0.179265613827919,0.0396143143134189,0.5,0.153725174569888,0.0682558573402253,0.252228164786764,0.153725174569888,0.127367826992739,0.0493301157237891,0.153725174569888,0.0247707751630898,0.910302463497775,0.153725174569888,0.025907855994281,0.833352169355966,0.153725174569888,0.073578204478465,0.66736388598002,0.153725174569888,0.185097899227763,0.208103400917506,0.153725174569888,0.082236623231427,0.0750224445982179,0.5,0.153725174569888,0.0997152444790986,0.115719880640454,0,0.934965052434222,0.965362314784252 -5481,0.5,0.153725174569888,0.168704707859801,0.626487083139742,0.153725174569888,0.0957491617970926,0.803745747607319,0.153725174569888,0.311410981591897,0.428459886897077,0.153725174569888,0.328102274440167,0.298064242797979,0.153725174569888,0.117590945477647,0.904676952628225,0.153725174569888,0.125319620049475,0.757245146629431,0.153725174569888,0.195658509827807,0.801441461388484,0.153725174569888,0.263629864720671,0.456906150511358,0.5,0.153725174569888,0.268634458897562,0.544979661921808,0.153725174569888,0.306807832868892,0.0409394017348223,0.5,0.153725174569888,0.113759173953412,0.489449257031908,0.153725174569888,0.233630336381634,0.07738394890242,0.153725174569888,0.0369410334780852,0.931011396774495,0.153725174569888,0.0593225850684423,0.849521941980795,0.153725174569888,0.137856588859729,0.745637110052077,0.153725174569888,0.319493564114465,0.450259988012821,0.153725174569888,0.163560967295842,0.273156967575077,0.5,0.153725174569888,0.201989676772593,0.127126366990249,0,0.927641754384715,0.968649320776215 -5482,0.5,0.153725174569888,0.24875647847458,0.726559343390956,0.153725174569888,0.0887013373003022,0.877378401309716,0.153725174569888,0.454754138464136,0.585078552813853,0.153725174569888,0.449357812160295,0.353686415135764,0.153725174569888,0.223899141500614,0.985822814863399,0.153725174569888,0.197056514603622,0.861935571278054,0.153725174569888,0.291761506048528,0.899843653307689,0.153725174569888,0.342922470244701,0.637262533038619,0.5,0.153725174569888,0.361021589707425,0.782593807064943,0.153725174569888,0.465520354583795,0.0544234072835565,0.5,0.153725174569888,0.165287446802167,0.640530923169866,0.153725174569888,0.3454347124133,0.162421864087547,0.153725174569888,0.0517775147456688,0.949194623726313,0.153725174569888,0.0962308271938841,0.918140518442958,0.153725174569888,0.254116095452337,0.839886684052593,0.153725174569888,0.45068176108586,0.695270841523779,0.153725174569888,0.258922634929512,0.541871210940604,0.5,0.153725174569888,0.348192914861995,0.139050578736325,0,0.964832661154582,0.993124490906653 -5483,0.5,0.153725174569888,0.312211974493221,0.805756756394687,0.153725174569888,0.126536757687617,0.909297548842351,0.153725174569888,0.566936367113502,0.703869460940996,0.153725174569888,0.553226069907826,0.40317454853461,0.153725174569888,0.215635196490047,1.02034980888543,0.153725174569888,0.175454447101129,0.915756719802868,0.153725174569888,0.382627941363441,0.959766253442373,0.153725174569888,0.367372163931116,0.761474033204358,0.5,0.153725174569888,0.41716568667087,0.844678182216736,0.153725174569888,0.57417404014928,0.0547165385529602,0.5,0.153725174569888,0.134917706358015,0.533839455975904,0.153725174569888,0.460930945903275,0.240953062377275,0.153725174569888,0.0581127029737248,0.939239583699423,0.153725174569888,0.0985115618786576,0.964041010933645,0.153725174569888,0.385098159211497,0.920773461938333,0.153725174569888,0.524289344543001,0.804566255032886,0.153725174569888,0.311363515742508,0.606114891669763,0.5,0.153725174569888,0.486221971798792,0.174201846567546,0,1.0021027594515,1.00710070738303 -5484,0.5,0.153725174569888,0.345814684148587,0.84993126469946,0.153725174569888,0.12719134451388,0.968011440272183,0.153725174569888,0.621295240104596,0.762579407616731,0.153725174569888,0.620238095976084,0.456737550630364,0.153725174569888,0.112571249991609,1.0183563633309,0.153725174569888,0.102153452405262,0.939848482743779,0.153725174569888,0.21160482243529,0.999647642741576,0.153725174569888,0.318287204008317,0.835306339908979,0.5,0.153725174569888,0.350180284475613,0.82769511370946,0.153725174569888,0.63389649751534,0.0418937773349069,0.5,0.153725174569888,0.246680062212913,0.468361508137179,0.153725174569888,0.514892305433419,0.232734725165857,0.153725174569888,0.0577065588462384,0.921971595569747,0.153725174569888,0.0727731225044037,0.981802675693613,0.153725174569888,0.384535581129972,0.976200059145584,0.153725174569888,0.473680894848818,0.854128851760107,0.153725174569888,0.354041090657491,0.627024723659436,0.5,0.153725174569888,0.542861343323469,0.15650491190638,0,1.0090178087249,1.00819105375061 -5485,0.5,0.153725174569888,0.320168220136963,0.850150791843079,0.153725174569888,0.11300494934953,1.01267220194323,0.153725174569888,0.636798542870728,0.819752106299485,0.153725174569888,0.632862003734519,0.500922387648852,0.153725174569888,0.0932936968254284,1.01975588863581,0.153725174569888,0.240104059252118,0.979593867641554,0.153725174569888,0.150539549060372,0.998649007294444,0.153725174569888,0.303487943747546,0.836495298104435,0.5,0.153725174569888,0.261409910395537,0.801476319183392,0.153725174569888,0.672784047439437,0.0512508534216515,0.5,0.153725174569888,0.350311179789948,0.591359799642189,0.153725174569888,0.509801074559544,0.246950395496043,0.153725174569888,0.0479358899550271,0.908767154653425,0.153725174569888,0.0532013560441532,0.980869717618263,0.153725174569888,0.268477149354244,1.00460341902272,0.153725174569888,0.433629837760723,0.897548449130774,0.153725174569888,0.33166839253953,0.620807318733425,0.5,0.153725174569888,0.612312010687328,0.135436989575155,0,0.996597701637402,1.01128475155207 -5486,0.5,0.153725174569888,0.353508899184353,0.850353544798428,0.153725174569888,0.0673075660893124,1.00667352337674,0.153725174569888,0.560882230683745,0.895615064965245,0.153725174569888,0.60745626725473,0.55151885030287,0.153725174569888,0.143020843749306,1.01891843626503,0.153725174569888,0.268903064457875,0.992675925837565,0.153725174569888,0.286203864629241,1.00566728187044,0.153725174569888,0.250254278056762,0.809243201511629,0.5,0.153725174569888,0.291607715953561,0.802643885387668,0.153725174569888,0.671926248820701,0.0964577149720383,0.5,0.153725174569888,0.195689764638752,0.794653788595191,0.153725174569888,0.49499796145142,0.308321568627964,0.153725174569888,0.0518939192454442,0.90977058514613,0.153725174569888,0.0490113458129811,0.970251720261997,0.153725174569888,0.17691881108692,1.01137960188826,0.153725174569888,0.340005632852012,0.894492611924023,0.153725174569888,0.345445497384562,0.643628195331905,0.5,0.153725174569888,0.607781307439635,0.134040635827945,0,0.933018478136281,1.01070073461743 -5487,0.5,0.153725174569888,0.296667546858077,0.858455559576719,0.153725174569888,0.0323146253663947,1.0209849083439,0.153725174569888,0.373200106402471,0.928164852183437,0.153725174569888,0.531128029916391,0.595988904706675,0.153725174569888,0.112017145348357,1.02173913043478,0.153725174569888,0.147850865385211,0.98273221920918,0.153725174569888,0.266989767933279,0.995447609282585,0.153725174569888,0.274001098344436,0.839680850448087,0.5,0.153725174569888,0.34846905698585,0.824692321575204,0.153725174569888,0.601129275097239,0.171866506704676,0.5,0.153725174569888,0.0929864730318974,0.698488933681472,0.153725174569888,0.426103917631107,0.360564459415079,0.153725174569888,0.0609598528576145,0.909204761485048,0.153725174569888,0.0494459338072623,0.929719530684841,0.153725174569888,0.155836683437875,0.983588556666173,0.153725174569888,0.242467780145516,0.850370617856102,0.153725174569888,0.257149318245741,0.636682890823425,0.5,0.153725174569888,0.55500633005996,0.125779104297192,0,0.93240063006933,1.00788400215263 -5488,0.5,0.153725174569888,0.187915116602419,0.846817771654044,0.153725174569888,0.0179616650585479,1.01928774032685,0.153725174569888,0.231093624338986,0.906215493462676,0.153725174569888,0.39528829557714,0.627733611950558,0.153725174569888,0.0534071352600154,1.01669093014464,0.153725174569888,0.138519694896582,0.996855070640074,0.153725174569888,0.164877295082597,0.980003715692568,0.153725174569888,0.218069366237747,0.83478606581062,0.5,0.153725174569888,0.298147506784411,0.809751482816687,0.153725174569888,0.463843732863581,0.208593161734638,0.5,0.153725174569888,0.160259261317041,0.566711061332925,0.153725174569888,0.368261789144139,0.371407976418372,0.153725174569888,0.041360335223898,0.913288644049399,0.153725174569888,0.0327934406877052,0.845878519221482,0.153725174569888,0.164223242078646,0.938715137688287,0.153725174569888,0.242582875803941,0.810146247330627,0.153725174569888,0.153763627886966,0.550926217453466,0.5,0.153725174569888,0.453835119837504,0.136886741562281,0,0.958286317045626,1.00529579277044 -5489,0.5,0.153725174569888,0.0998276843931659,0.804470183068771,0.153725174569888,0.0263967748024389,1.00891635857589,0.153725174569888,0.148461799661519,0.809488922926229,0.153725174569888,0.229210914510491,0.581410720152178,0.153725174569888,0.0241403720677591,0.98374779494237,0.153725174569888,0.069834534335804,0.985642531934638,0.153725174569888,0.110702743000442,0.973285030478317,0.153725174569888,0.172298048399272,0.813154922627851,0.5,0.153725174569888,0.198253905059713,0.750150820888492,0.153725174569888,0.304129815180294,0.147998932155148,0.5,0.153725174569888,0.176908152128336,0.743572995702973,0.153725174569888,0.300685898763437,0.374979203998176,0.153725174569888,0.0246931804227563,0.855021043825657,0.153725174569888,0.0286387978283306,0.769960591429162,0.153725174569888,0.0996057201636571,0.947774160745717,0.153725174569888,0.150812971307554,0.710786194930488,0.153725174569888,0.118020097922457,0.502701812079524,0.5,0.153725174569888,0.31263257301186,0.0973343329792086,0,0.950853013296398,1.0054926488579 -5490,0.5,0.153725174569888,0.0343372876351381,0.693151866969138,0.153725174569888,0.0082587034884372,0.981507623591871,0.153725174569888,0.103689204097175,0.713528717720608,0.153725174569888,0.101829573642409,0.528886284282187,0.153725174569888,0.0102876059860857,0.974840314675344,0.153725174569888,0.0503157674289458,0.940430910509152,0.153725174569888,0.0796532852364227,0.971255919010894,0.153725174569888,0.0979937598612581,0.728577556299207,0.5,0.153725174569888,0.113313679415341,0.654180087948316,0.153725174569888,0.168108018141003,0.078044387862649,0.5,0.153725174569888,0.124969295078787,0.664022561752986,0.153725174569888,0.18970229737951,0.291007434680768,0.153725174569888,0.0184565794443327,0.75896839373331,0.153725174569888,0.0223883747619614,0.704187940148659,0.153725174569888,0.0574602903138923,0.876479452001012,0.153725174569888,0.0801094285279668,0.664212226486131,0.153725174569888,0.0953653939409347,0.43818611164513,0.5,0.153725174569888,0.171284564205535,0.0370048152013757,0,0.981926377905815,1.00526009950798 -5491,0.5,0.153725174569888,0.00743380855551092,0.558643620184081,0.153725174569888,0.00136228848006371,0.951153587459109,0.153725174569888,0.0281042407212763,0.561053973638347,0.153725174569888,0.019211401697628,0.429763869633507,0.153725174569888,0.00344163798833819,0.928414260619543,0.153725174569888,0.0151717975876662,0.877771130181504,0.153725174569888,0.0191022968458923,0.838130537332307,0.153725174569888,0.0392939065910681,0.615303357749497,0.5,0.153725174569888,0.0442069716074653,0.461601203556036,0.153725174569888,0.0353443600983074,0.0603913200360405,0.5,0.153725174569888,0.0422904413878201,0.352143176215219,0.153725174569888,0.0411367154006058,0.154386742106818,0.153725174569888,0.00978843007014288,0.685976802883534,0.153725174569888,0.00865506159575965,0.682639115700975,0.153725174569888,0.0164196377965766,0.839818313087803,0.153725174569888,0.0329668281113727,0.549303648013766,0.153725174569888,0.027282744945075,0.281194934481753,0.5,0.153725174569888,0.0245513745481711,0.0303649985395415,0,0.959348406970306,1.00723309280702 -5492,0.5,0.153725174569888,0.0,0.458473531919429,0.153725174569888,0.0,0.750461306607916,0.153725174569888,0.0,0.413889820861461,0.153725174569888,0.0,0.287704764601708,0.153725174569888,5.17514019354872e-05,0.859005136416674,0.153725174569888,0.000127491191403626,0.921484365741601,0.153725174569888,6.49174174141139e-07,0.737314757704188,0.153725174569888,0.0,0.529485102814738,0.5,0.153725174569888,0.0,0.261962946529961,0.153725174569888,0.0,0.045533374360623,0.5,0.153725174569888,0.0,0.249736690271287,0.153725174569888,0.0,0.0516582933646443,0.153725174569888,1.04265484901853e-05,0.645784728845925,0.153725174569888,1.2063704157459e-05,0.682026517302027,0.153725174569888,3.11345151594563e-08,0.803278654868311,0.153725174569888,0.0,0.394916515882197,0.153725174569888,0.0,0.184967314460501,0.5,0.153725174569888,0.0,0.0336209972208743,0,0.897546637283858,1.00909371892335 -5493,0.5,0.153725174569888,0.0,0.44113012463966,0.153725174569888,0.0,0.62827135277806,0.153725174569888,0.0,0.374967997337261,0.153725174569888,0.0,0.241311713445549,0.153725174569888,0.0,0.862062578467524,0.153725174569888,0.0,0.876286989167868,0.153725174569888,0.0,0.800484378982455,0.153725174569888,0.0,0.496870127881898,0.5,0.153725174569888,0.0,0.204085861422576,0.153725174569888,0.0,0.0181757065170727,0.5,0.153725174569888,0.0,0.252592778031382,0.153725174569888,0.0,0.0402843511402706,0.153725174569888,0.0,0.684283810941337,0.153725174569888,0.0,0.684989462287124,0.153725174569888,0.0,0.724725493408841,0.153725174569888,0.0,0.348585409926068,0.153725174569888,0.0,0.176429831474476,0.5,0.153725174569888,0.0,0.0387642052500784,0,0.851210833324263,1.00815262709543 -5494,0.5,0.153725174569888,0.0,0.480650699669399,0.153725174569888,0.0,0.379139831562924,0.153725174569888,0.0,0.425692279242286,0.153725174569888,0.0,0.300761023401828,0.153725174569888,0.0,0.830949088715268,0.153725174569888,0.0,0.737639879572024,0.153725174569888,0.0,0.924460648501068,0.153725174569888,0.0,0.52953496402624,0.5,0.153725174569888,0.0,0.204864746905871,0.153725174569888,0.0,0.00568205039879496,0.5,0.153725174569888,0.0,0.249654018972087,0.153725174569888,0.0,0.0555140371329348,0.153725174569888,0.0,0.727646583478778,0.153725174569888,0.0,0.688961226911039,0.153725174569888,0.0,0.660597729921762,0.153725174569888,0.0,0.427129390274559,0.153725174569888,0.0,0.184241195267381,0.5,0.153725174569888,0.0,0.0305247350208399,0,0.83619107155455,1.00713284163291 -5495,0.5,0.153725174569888,0.0,0.510837442361879,0.153725174569888,0.0,0.476408248279373,0.153725174569888,0.0,0.517239506630103,0.153725174569888,0.0,0.406847018959628,0.153725174569888,0.0,0.767369292933196,0.153725174569888,0.0,0.74061500459205,0.153725174569888,0.0,0.881491103005892,0.153725174569888,0.0,0.517140606045987,0.5,0.153725174569888,0.0,0.22634946109647,0.153725174569888,0.0,0.00419611114280495,0.5,0.153725174569888,0.0,0.254493216782139,0.153725174569888,0.0,0.0856715421487174,0.153725174569888,0.0,0.742323035749231,0.153725174569888,0.0,0.663739246779411,0.153725174569888,0.0,0.722063867285227,0.153725174569888,0.0,0.545347890774601,0.153725174569888,0.0,0.180576857046287,0.5,0.153725174569888,0.0,0.0164472359807495,0,0.92550821399475,1.00728226156392 -5496,0.5,0.153725174569888,0.0,0.514267795395329,0.153725174569888,0.0,0.504591865219286,0.153725174569888,0.0,0.604504397365505,0.153725174569888,0.0,0.483378818525021,0.153725174569888,0.0,0.783263711014092,0.153725174569888,0.0,0.807346525349339,0.153725174569888,0.0,0.841597581640861,0.153725174569888,0.0,0.460384858236938,0.5,0.153725174569888,0.0,0.260153969547177,0.153725174569888,0.0,0.00606207697502768,0.5,0.153725174569888,0.0,0.27246456438212,0.153725174569888,0.0,0.107048345666912,0.153725174569888,0.0,0.805059258137991,0.153725174569888,0.0,0.665689268630463,0.153725174569888,0.0,0.770672374929097,0.153725174569888,0.0,0.631817178692547,0.153725174569888,0.0,0.187126668412406,0.5,0.153725174569888,0.0,0.0136380183964353,0,0.876829114572616,1.00816611962843 -5497,0.5,0.153725174569888,0.0,0.52290774921481,0.153725174569888,0.0,0.557239168457565,0.153725174569888,0.0,0.641309547312381,0.153725174569888,0.0,0.523058428576624,0.153725174569888,0.0,0.817864595327132,0.153725174569888,0.0,0.806799311834948,0.153725174569888,0.0,0.835555779540151,0.153725174569888,0.0,0.506081316321366,0.5,0.153725174569888,0.0,0.304494054091833,0.153725174569888,0.0,0.0115299001339134,0.5,0.153725174569888,0.0,0.29231231498825,0.153725174569888,0.0,0.112282627824583,0.153725174569888,0.0,0.871855364190958,0.153725174569888,0.0,0.732375889013798,0.153725174569888,0.0,0.737227264314548,0.153725174569888,0.0,0.648524121137185,0.153725174569888,0.0,0.201697581780612,0.5,0.153725174569888,0.0,0.0178474571618625,0,0.860758050329637,1.00918926350022 -5498,0.5,0.153725174569888,0.0,0.588045017075834,0.153725174569888,0.0,0.641214437813367,0.153725174569888,0.0,0.668230903488423,0.153725174569888,0.0,0.528636575627971,0.153725174569888,0.0,0.892821387328405,0.153725174569888,0.0,0.739588653416926,0.153725174569888,0.0,0.843077900186215,0.153725174569888,0.0,0.540484368104821,0.5,0.153725174569888,0.0,0.36054936345025,0.153725174569888,0.0,0.0182819532619098,0.5,0.153725174569888,0.0,0.316202410522261,0.153725174569888,0.0,0.117560539488478,0.153725174569888,0.0,0.894591263453835,0.153725174569888,0.0,0.811990283774549,0.153725174569888,0.0,0.712992307511241,0.153725174569888,0.0,0.626561270852165,0.153725174569888,0.0,0.228224074003808,0.5,0.153725174569888,0.0,0.0297509164980296,0,0.954906217538067,1.01014814160313 -5499,0.5,0.153725174569888,0.0,0.631889617749389,0.153725174569888,0.0,0.752043639842707,0.153725174569888,0.0,0.686270792772554,0.153725174569888,0.0,0.542466584839013,0.153725174569888,0.0,0.948741825670739,0.153725174569888,0.0,0.804886869372135,0.153725174569888,0.0,0.827016588203857,0.153725174569888,0.0,0.5647999186834,0.5,0.153725174569888,0.0,0.426290907504213,0.153725174569888,0.0,0.0217452678956381,0.5,0.153725174569888,0.0,0.354859513696224,0.153725174569888,0.0,0.117762912717217,0.153725174569888,0.0,0.92505967725902,0.153725174569888,0.0,0.889964176948483,0.153725174569888,0.0,0.757995957513227,0.153725174569888,0.0,0.611686183906744,0.153725174569888,0.0,0.260323975138338,0.5,0.153725174569888,0.0,0.0385550376860748,0,0.9489567051028,1.01074682820012 -5500,0.5,0.153725174569888,0.0,0.628095959338326,0.153725174569888,0.0,0.853602198084725,0.153725174569888,0.0,0.659895179027311,0.153725174569888,0.0,0.558594940393153,0.153725174569888,0.0,0.994220878198793,0.153725174569888,0.0,0.863750423068978,0.153725174569888,0.0,0.813193101284347,0.153725174569888,0.0,0.607098162831674,0.5,0.153725174569888,0.0,0.505877168726844,0.153725174569888,0.0,0.0247679126679515,0.5,0.153725174569888,0.0,0.342731710067561,0.153725174569888,0.0,0.109065286475753,0.153725174569888,0.0,0.95245829529784,0.153725174569888,0.0,0.946103932993653,0.153725174569888,0.0,0.846157493491311,0.153725174569888,0.0,0.571054474375786,0.153725174569888,0.0,0.270760142430977,0.5,0.153725174569888,0.0,0.03999626639029,0,0.975275236858656,1.01101480115054 -5501,0.5,0.153725174569888,0.0,0.597930482414659,0.153725174569888,0.0,0.938938049346791,0.153725174569888,0.0,0.642474556816395,0.153725174569888,0.0,0.556138216503774,0.153725174569888,0.0,1.01830120189098,0.153725174569888,0.0,0.893894542480737,0.153725174569888,0.0,0.843016864562495,0.153725174569888,0.0,0.602746295552607,0.5,0.153725174569888,0.0,0.517084118716644,0.153725174569888,0.0,0.0271209684192653,0.5,0.153725174569888,0.0,0.321654993622428,0.153725174569888,0.0,0.104722283382106,0.153725174569888,0.0,0.971202502117204,0.153725174569888,0.0,0.977734124417964,0.153725174569888,0.0,0.883955947007291,0.153725174569888,0.0,0.617636662121227,0.153725174569888,0.0,0.254921906003638,0.5,0.153725174569888,0.0,0.0388210863906052,0,0.984301324563157,1.01120035584466 -5502,0.5,0.153725174569888,0.00331962869408071,0.611918982540282,0.153725174569888,0.00219913972590619,0.99897765882927,0.153725174569888,0.00109044993073124,0.611753315291831,0.153725174569888,0.00367518434899541,0.562908854681342,0.153725174569888,0.000118584131948219,1.01943420227512,0.153725174569888,0.0,0.913741577531274,0.153725174569888,0.000219193879123915,0.882853548500381,0.153725174569888,0.0,0.664936233031245,0.5,0.153725174569888,0.0,0.501582198600362,0.153725174569888,0.000516941175840585,0.0298060489849855,0.5,0.153725174569888,2.87348926570447e-05,0.330926212456486,0.153725174569888,8.99642567756307e-05,0.104053739870229,0.153725174569888,0.00146589427999757,0.991100615952523,0.153725174569888,0.000534271799453753,0.99173207663276,0.153725174569888,0.00148338461459671,0.89530937098248,0.153725174569888,0.000185826909945984,0.702235076482796,0.153725174569888,0.00150643199081934,0.257991267845701,0.5,0.153725174569888,0.00118057842607701,0.0363304789418479,0,0.986864019041284,1.0113058855419 -5503,0.5,0.153725174569888,0.0321564156042389,0.760749715077655,0.153725174569888,0.0293834711738997,1.01976185582825,0.153725174569888,0.0204919414608327,0.608904672911943,0.153725174569888,0.0483458118714206,0.601522467727382,0.153725174569888,0.0243819096766351,1.02170557875256,0.153725174569888,0.0212858284319126,0.94683705459553,0.153725174569888,0.0289078183581339,0.944037671485513,0.153725174569888,0.00966884670486342,0.77445457562877,0.5,0.153725174569888,0.0102132282422716,0.536367146769107,0.153725174569888,0.0399119303403311,0.0265970988661606,0.5,0.153725174569888,0.0227665826168926,0.368648477813159,0.153725174569888,0.0442115196228155,0.0892025208047488,0.153725174569888,0.0359690986111107,1.00600541828639,0.153725174569888,0.0251845443699392,1.00553360249438,0.153725174569888,0.0461251344326678,0.965196951153185,0.153725174569888,0.0151939228838742,0.781752179141528,0.153725174569888,0.0457869875140124,0.291233595853913,0.5,0.153725174569888,0.0237118137786768,0.0326053037074501,0,0.992444639797413,1.01141695677477 -5504,0.5,0.153725174569888,0.0668568174844822,0.871859261466959,0.153725174569888,0.0701332597526604,1.02173913043478,0.153725174569888,0.0535681848035311,0.744136772164255,0.153725174569888,0.118462261546644,0.653492911850315,0.153725174569888,0.0653586566740811,1.02173913043478,0.153725174569888,0.0792693932364796,0.987090000912715,0.153725174569888,0.112285595866231,1.00069186494278,0.153725174569888,0.0630287544216191,0.846789817275732,0.5,0.153725174569888,0.0352715121586865,0.631093607639719,0.153725174569888,0.117318161799479,0.0390318516813882,0.5,0.153725174569888,0.0719627859114608,0.472045515744982,0.153725174569888,0.126894458114729,0.121569151954904,0.153725174569888,0.0895000280143164,1.01152198214726,0.153725174569888,0.0920404991732019,1.01211352292853,0.153725174569888,0.128701057678382,1.00956900198442,0.153725174569888,0.0497038527162853,0.864758276830547,0.153725174569888,0.112699776572726,0.390312587702022,0.5,0.153725174569888,0.0625560827440117,0.0572044053029703,0,1.00932391357631,1.01143916413886 -5505,0.5,0.153725174569888,0.130394735874739,0.909312965449658,0.153725174569888,0.166034151250321,1.02173913043478,0.153725174569888,0.090077136423634,0.843232488119866,0.153725174569888,0.194877835896493,0.758249184868951,0.153725174569888,0.127886060064167,1.02173913043478,0.153725174569888,0.154518344964938,1.00514415828097,0.153725174569888,0.231765679604597,1.01776263802048,0.153725174569888,0.186281133408167,0.889591355907568,0.5,0.153725174569888,0.064329225708318,0.671716738564222,0.153725174569888,0.229842870330571,0.0887614277573358,0.5,0.153725174569888,0.13736822349262,0.585058902660068,0.153725174569888,0.241695923808303,0.22658145702573,0.153725174569888,0.186984971017888,1.01212545791961,0.153725174569888,0.185399725750187,1.0140016942781,0.153725174569888,0.213322851022041,1.02013521193372,0.153725174569888,0.119713127995326,0.933757558955021,0.153725174569888,0.17948327169308,0.557359391673361,0.5,0.153725174569888,0.11421254905079,0.124699489661755,0,1.01027253654238,1.01143916413886 -5506,0.5,0.153725174569888,0.215646497284692,0.946160167298638,0.153725174569888,0.304597421869707,1.02173913043478,0.153725174569888,0.123522567212368,0.932057159883823,0.153725174569888,0.259335218656844,0.871058008687968,0.153725174569888,0.174708511520105,1.02173913043478,0.153725174569888,0.271802021331256,1.01414094795616,0.153725174569888,0.315878491213828,1.02019888960926,0.153725174569888,0.343284266885082,0.930823285301847,0.5,0.153725174569888,0.115253067468443,0.695553658607037,0.153725174569888,0.35837008097463,0.232893834176336,0.5,0.153725174569888,0.248824797418536,0.784358630375533,0.153725174569888,0.386633488885085,0.40604593146173,0.153725174569888,0.217047509694282,1.0118650769321,0.153725174569888,0.217172534546489,1.01417433628012,0.153725174569888,0.314534570269075,1.02139185243412,0.153725174569888,0.235783742864288,0.942672884764382,0.153725174569888,0.214247304286461,0.660613404201428,0.5,0.153725174569888,0.194293370697068,0.235705552798126,0,1.01028803498907,1.01143916413886 -5507,0.5,0.153725174569888,0.29538166463089,0.976644843093008,0.153725174569888,0.286998642790203,1.02173913043478,0.153725174569888,0.190984067616319,0.967568419351245,0.153725174569888,0.233456445973847,0.890368837975334,0.153725174569888,0.221732678486028,1.02173913043478,0.153725174569888,0.28205030442058,1.01894427772706,0.153725174569888,0.359869021668319,1.02137938287726,0.153725174569888,0.449312118408591,0.960222081537415,0.5,0.153725174569888,0.23480393915937,0.768696506308148,0.153725174569888,0.403263904104921,0.299119047361019,0.5,0.153725174569888,0.296217024892066,0.829972833865529,0.153725174569888,0.443651492772024,0.647476033882835,0.153725174569888,0.169234016870145,1.01047266412413,0.153725174569888,0.13753127386745,1.01267755983355,0.153725174569888,0.372244737076583,1.02154898444692,0.153725174569888,0.386166395703306,0.948531156683883,0.153725174569888,0.276264830061243,0.747742593554665,0.5,0.153725174569888,0.236093613704586,0.333428704410002,0,1.01028803498907,1.01135750012631 -5508,0.5,0.153725174569888,0.324568596580694,0.991691463342281,0.153725174569888,0.137493372087083,1.02173913043478,0.153725174569888,0.283066471021818,0.99244993100156,0.153725174569888,0.307659214233481,0.939538351674619,0.153725174569888,0.334991859242936,1.02173913043478,0.153725174569888,0.425252858936938,1.01874211483425,0.153725174569888,0.3756779166244,1.02133523321439,0.153725174569888,0.480555300137061,0.964920437029184,0.5,0.153725174569888,0.432629296685628,0.834502883898273,0.153725174569888,0.375009326148688,0.343108747455023,0.5,0.153725174569888,0.234075764605352,0.779733713755602,0.153725174569888,0.397431515317706,0.733350219860023,0.153725174569888,0.126702368565582,1.00858581776532,0.153725174569888,0.161949233702596,1.00593579588677,0.153725174569888,0.382951597001663,1.02173913043478,0.153725174569888,0.54523955457136,0.979516301540116,0.153725174569888,0.298509697202715,0.791071107506262,0.5,0.153725174569888,0.295503112075712,0.380534988957946,0,1.01028803498907,1.01103244792079 -5509,0.5,0.153725174569888,0.333861686199247,0.99742582447032,0.153725174569888,0.139366417645932,1.02173913043478,0.153725174569888,0.422573694905255,1.00655567402805,0.153725174569888,0.321257470245972,0.933594449871508,0.153725174569888,0.298884549611795,1.02173913043478,0.153725174569888,0.434439962532272,1.02009192422649,0.153725174569888,0.460666896482263,1.02120982864909,0.153725174569888,0.526564766333014,0.956283124843718,0.5,0.153725174569888,0.512234152225234,0.851726303058941,0.153725174569888,0.399384009173088,0.450843120389287,0.5,0.153725174569888,0.299683623213308,0.827196262370767,0.153725174569888,0.369076911098652,0.746042609357154,0.153725174569888,0.0801878894648633,0.993739489010126,0.153725174569888,0.179850032873818,0.998917076735949,0.153725174569888,0.431490983987358,1.02171314464563,0.153725174569888,0.556366575882208,0.980933025743918,0.153725174569888,0.297005001364331,0.85341766467634,0.5,0.153725174569888,0.281052301045733,0.387659550652183,0,1.01028803498907,1.01076355238746 -5510,0.5,0.153725174569888,0.333226274354993,0.989235225970429,0.153725174569888,0.255356604806866,1.02173913043478,0.153725174569888,0.466976361294408,0.995006744254934,0.153725174569888,0.269892582099726,0.926820166858112,0.153725174569888,0.260178377889047,1.011160472677,0.153725174569888,0.461476529291297,1.01854170219898,0.153725174569888,0.433035146660367,1.02088724683807,0.153725174569888,0.523129718540266,0.948366073014745,0.5,0.153725174569888,0.472538272619909,0.845663802496786,0.153725174569888,0.357211389732918,0.437103662462073,0.5,0.153725174569888,0.399043598056688,0.863185563574815,0.153725174569888,0.369617607362956,0.750043118792368,0.153725174569888,0.0913899854529852,0.970331041507625,0.153725174569888,0.134870148576843,1.0044864493266,0.153725174569888,0.37928339249517,1.02155321365247,0.153725174569888,0.551120971852682,0.976719677516236,0.153725174569888,0.280332902573367,0.842196308059482,0.5,0.153725174569888,0.236204043794972,0.387692094880623,0,1.01028803498907,1.01134805898751 -5511,0.5,0.153725174569888,0.339103809101126,1.00256668493478,0.153725174569888,0.201906690686487,1.02173913043478,0.153725174569888,0.453460590013687,0.978746392235161,0.153725174569888,0.348078400343795,0.948939526714582,0.153725174569888,0.143272019228024,0.961418022589506,0.153725174569888,0.358425586787103,1.00200283428011,0.153725174569888,0.388644216322142,1.0201205466337,0.153725174569888,0.446467687058253,0.926257498841808,0.5,0.153725174569888,0.426060335960626,0.84731021422662,0.153725174569888,0.246304929009119,0.348140642153509,0.5,0.153725174569888,0.419614025542167,0.898871122570261,0.153725174569888,0.332174068560925,0.692290484837487,0.153725174569888,0.122952900695712,0.971074418507134,0.153725174569888,0.155404400016068,1.00805139399282,0.153725174569888,0.297956560988933,1.0214291894881,0.153725174569888,0.488267006978955,0.967994679534905,0.153725174569888,0.284993291533191,0.826190462013339,0.5,0.153725174569888,0.161990588273394,0.291177386989981,0,1.01028803498907,1.0113453766181 -5512,0.5,0.153725174569888,0.249460215413312,0.996451553559553,0.153725174569888,0.334718095607448,1.02173913043478,0.153725174569888,0.389932044073246,0.971197965446146,0.153725174569888,0.342661738953038,0.922363275690972,0.153725174569888,0.165341063045898,0.944358305937761,0.153725174569888,0.322029791262041,0.925495512929087,0.153725174569888,0.312120534507527,1.01761330614254,0.153725174569888,0.367754693552292,0.900183773825845,0.5,0.153725174569888,0.436633994411484,0.808464138496965,0.153725174569888,0.205448091361182,0.211573288949294,0.5,0.153725174569888,0.231370321277756,0.826773822809525,0.153725174569888,0.283194444201003,0.656653877791471,0.153725174569888,0.0819219477136575,0.989318713136369,0.153725174569888,0.128538178630859,0.991889287762147,0.153725174569888,0.290554630848052,1.02099245683202,0.153725174569888,0.420597584070413,0.955098208921524,0.153725174569888,0.234594548760681,0.770729431790693,0.5,0.153725174569888,0.144902022399338,0.267031149250798,0,1.01028803498907,1.01082062608205 -5513,0.5,0.153725174569888,0.182550422327861,0.987079739710006,0.153725174569888,0.0814391279876361,1.02173913043478,0.153725174569888,0.282277091719464,0.937183307120047,0.153725174569888,0.244213874615863,0.853939216568737,0.153725174569888,0.118228405865661,0.935656162771613,0.153725174569888,0.180628361351793,0.784707611732257,0.153725174569888,0.17813260133414,0.940561840398697,0.153725174569888,0.278748702662056,0.834829236541668,0.5,0.153725174569888,0.363149609921029,0.718309973956126,0.153725174569888,0.134815326556151,0.130009254617537,0.5,0.153725174569888,0.149319768192168,0.701466784440809,0.153725174569888,0.196392000061135,0.571991990997723,0.153725174569888,0.0473310234400709,0.993655937519006,0.153725174569888,0.0728741745919919,0.96200476763865,0.153725174569888,0.184650916444067,1.01140429815366,0.153725174569888,0.278546337509525,0.900101476971398,0.153725174569888,0.183889912352778,0.696418805327924,0.5,0.153725174569888,0.0936815201058811,0.182108770847946,0,1.01028803498907,1.01054631707337 -5514,0.5,0.153725174569888,0.0944738745409505,0.966904286425834,0.153725174569888,0.0339147589614688,1.02173913043478,0.153725174569888,0.146513962422278,0.834078609995904,0.153725174569888,0.162115298639882,0.712478097712873,0.153725174569888,0.0200813378481983,0.89934796448905,0.153725174569888,0.0974886921188419,0.663245124029238,0.153725174569888,0.089387399271755,0.794379997350625,0.153725174569888,0.163975222042005,0.702166489639412,0.5,0.153725174569888,0.224285868969011,0.513066526405333,0.153725174569888,0.0613385963705266,0.0927373004910157,0.5,0.153725174569888,0.17903821727274,0.484196139135225,0.153725174569888,0.0783122392681506,0.404194929946047,0.153725174569888,0.0089659348578011,0.990947208307612,0.153725174569888,0.0412914007281723,0.916682547212067,0.153725174569888,0.101567411498629,0.962076241855474,0.153725174569888,0.165217071599354,0.754675123695422,0.153725174569888,0.101248702539324,0.54926398534336,0.5,0.153725174569888,0.0583008831110433,0.127532112675716,0,1.00983435335353,1.00947053348359 -5515,0.5,0.153725174569888,0.0198585816417699,0.936060178505337,0.153725174569888,0.00281496916105912,0.988745898127854,0.153725174569888,0.0323437841711972,0.658017183600506,0.153725174569888,0.0219950500646639,0.522087768779951,0.153725174569888,0.00236384832242291,0.69503174171076,0.153725174569888,0.036275272641258,0.386493471989408,0.153725174569888,0.0242456648081013,0.630690762265291,0.153725174569888,0.0485248996674556,0.493572877259222,0.5,0.153725174569888,0.0493305506415494,0.310091738421295,0.153725174569888,0.0122170631427753,0.0661122421433747,0.5,0.153725174569888,0.0407130127928128,0.16594298895363,0.153725174569888,0.0256482296004411,0.171508676342981,0.153725174569888,0.00154669406252858,0.974115465107892,0.153725174569888,0.0113980558152457,0.857499980146825,0.153725174569888,0.0275146323630828,0.861357889976775,0.153725174569888,0.0364193306649655,0.563406736040254,0.153725174569888,0.0278146091267649,0.307453906944059,0.5,0.153725174569888,0.00782277503559454,0.0931647480897177,0,1.00836195908368,1.00691776447651 -5516,0.5,0.153725174569888,0.0,0.876887197462601,0.153725174569888,0.0,0.951921603880858,0.153725174569888,0.0,0.46830415591682,0.153725174569888,0.0,0.446918857966548,0.153725174569888,2.30519254650686e-05,0.409481396817635,0.153725174569888,3.80854479430622e-07,0.140751531009012,0.153725174569888,9.51477043588854e-05,0.437361097629172,0.153725174569888,0.0,0.262092262809361,0.5,0.153725174569888,0.0,0.168209781335964,0.153725174569888,0.0,0.0297005822758682,0.5,0.153725174569888,0.0,0.119301651359012,0.153725174569888,0.0,0.0512692370144586,0.153725174569888,0.0,0.971926592909281,0.153725174569888,7.59433947479211e-05,0.779795216566918,0.153725174569888,2.17822308370046e-06,0.797735291276551,0.153725174569888,0.0,0.377619129775476,0.153725174569888,0.0,0.169407210923585,0.5,0.153725174569888,0.0,0.0509190660637892,0,1.00962663074422,1.00751484036268 -5517,0.5,0.153725174569888,0.0,0.820067946255776,0.153725174569888,0.0,0.91727106768086,0.153725174569888,0.0,0.313338954592247,0.153725174569888,0.0,0.430190582114106,0.153725174569888,0.0,0.275393239171706,0.153725174569888,0.0,0.0887742012349153,0.153725174569888,0.0,0.306461624091322,0.153725174569888,0.0,0.113911586540352,0.5,0.153725174569888,0.0,0.0977627162893188,0.153725174569888,0.0,0.00855644148698083,0.5,0.153725174569888,0.0,0.0966815686145009,0.153725174569888,0.0,0.0204251959622211,0.153725174569888,0.0,0.958073658162284,0.153725174569888,0.0,0.71143175339133,0.153725174569888,0.0,0.787845762427489,0.153725174569888,0.0,0.245662720668425,0.153725174569888,0.0,0.124046087834706,0.5,0.153725174569888,0.0,0.0323664117161236,0,1.00953954493188,1.0074885209423 -5518,0.5,0.153725174569888,0.0,0.797572901623919,0.153725174569888,0.0,0.852661561794513,0.153725174569888,0.0,0.27582623523616,0.153725174569888,0.0,0.394765351097885,0.153725174569888,0.0,0.255546149452472,0.153725174569888,0.0,0.0749733268455029,0.153725174569888,0.0,0.202145779775434,0.153725174569888,0.0,0.0604752669750654,0.5,0.153725174569888,0.0,0.0583272882565729,0.153725174569888,0.0,0.00218000114423309,0.5,0.153725174569888,0.0,0.102769695132203,0.153725174569888,0.0,0.0130585556736913,0.153725174569888,0.0,0.94516166905252,0.153725174569888,0.0,0.686667513908396,0.153725174569888,0.0,0.662984947553206,0.153725174569888,0.0,0.182397738144044,0.153725174569888,0.0,0.107660618379043,0.5,0.153725174569888,0.0,0.0229548416259464,0,1.00987373429729,1.00678455892996 -5519,0.5,0.153725174569888,0.0,0.816518462234425,0.153725174569888,0.0,0.870199575521848,0.153725174569888,0.0,0.255254125636643,0.153725174569888,0.0,0.342789786683981,0.153725174569888,0.0,0.310583375053067,0.153725174569888,0.0,0.0873061909735193,0.153725174569888,0.0,0.158176431654634,0.153725174569888,0.0,0.0363141615992091,0.5,0.153725174569888,0.0,0.0398629970149604,0.153725174569888,0.0,0.00222052018663391,0.5,0.153725174569888,0.0,0.106999993359404,0.153725174569888,0.0,0.0106889159716812,0.153725174569888,0.0,0.94411501994256,0.153725174569888,0.0,0.641713629921564,0.153725174569888,0.0,0.513881536018253,0.153725174569888,0.0,0.108238823681081,0.153725174569888,0.0,0.0978426789761729,0.5,0.153725174569888,0.0,0.0142897467818989,0,1.00981408904011,1.00599508948245 -5520,0.5,0.153725174569888,0.0,0.804067099915469,0.153725174569888,0.0,0.877070510383865,0.153725174569888,0.0,0.204795509814241,0.153725174569888,0.0,0.302655106706116,0.153725174569888,0.0,0.352723411404496,0.153725174569888,0.0,0.12282535825947,0.153725174569888,0.0,0.150608184234914,0.153725174569888,0.0,0.0357738228718872,0.5,0.153725174569888,0.0,0.0279857692977777,0.153725174569888,0.0,0.00418308368071611,0.5,0.153725174569888,0.0,0.0874456662112408,0.153725174569888,0.0,0.0115081227027366,0.153725174569888,0.0,0.901442746259095,0.153725174569888,0.0,0.60456836391223,0.153725174569888,0.0,0.43920487046947,0.153725174569888,0.0,0.0879286826895843,0.153725174569888,0.0,0.0792425835153569,0.5,0.153725174569888,0.0,0.0105193111024259,0,1.00885053858145,0.996187936035988 -5521,0.5,0.153725174569888,0.0,0.754348111747292,0.153725174569888,0.0,0.730110538740913,0.153725174569888,0.0,0.156177017528337,0.153725174569888,0.0,0.247501463080274,0.153725174569888,0.0,0.377495669618916,0.153725174569888,0.0,0.111412147537888,0.153725174569888,0.0,0.144887644034062,0.153725174569888,0.0,0.0213022026805533,0.5,0.153725174569888,0.0,0.0209644133176933,0.153725174569888,0.0,0.00224423864490823,0.5,0.153725174569888,0.0,0.0625256970152705,0.153725174569888,0.0,0.00928033278783749,0.153725174569888,0.0,0.879544764634323,0.153725174569888,0.0,0.662247911039894,0.153725174569888,0.0,0.360948691902806,0.153725174569888,0.0,0.085027068875522,0.153725174569888,0.0,0.0599595594679249,0.5,0.153725174569888,0.0,0.00727213406567051,0,1.00831908555473,1.00840379762576 -5522,0.5,0.153725174569888,0.0,0.669656753119264,0.153725174569888,0.0,0.804519926857579,0.153725174569888,0.0,0.119028732399862,0.153725174569888,0.0,0.177064505534367,0.153725174569888,0.0,0.408397054098931,0.153725174569888,0.0,0.068760697665659,0.153725174569888,0.0,0.146573956567179,0.153725174569888,0.0,0.0140281545387857,0.5,0.153725174569888,0.0,0.0153757405135032,0.153725174569888,0.0,0.00181897982421982,0.5,0.153725174569888,0.0,0.0517589485129938,0.153725174569888,0.0,0.00801076470715243,0.153725174569888,0.0,0.875598763355202,0.153725174569888,0.0,0.699126642736503,0.153725174569888,0.0,0.303601434194131,0.153725174569888,0.0,0.0655115134312506,0.153725174569888,0.0,0.0454776943992891,0.5,0.153725174569888,0.0,0.00490760116069783,0,1.00729918031372,1.00565392154633 -5523,0.5,0.153725174569888,0.0,0.582257450302193,0.153725174569888,0.0,0.875319319386861,0.153725174569888,0.0,0.100593777945111,0.153725174569888,0.0,0.125973466519411,0.153725174569888,0.0,0.286724281753466,0.153725174569888,0.0,0.0230268924614964,0.153725174569888,0.0,0.123785222800047,0.153725174569888,0.0,0.0150071396155723,0.5,0.153725174569888,0.0,0.0134945610368675,0.153725174569888,0.0,0.00217457416218612,0.5,0.153725174569888,0.0,0.0420448250053273,0.153725174569888,0.0,0.0062772093017574,0.153725174569888,0.0,0.871415649366819,0.153725174569888,0.0,0.710636372024312,0.153725174569888,0.0,0.323238024014999,0.153725174569888,0.0,0.0552903662179681,0.153725174569888,0.0,0.035484578510645,0.5,0.153725174569888,0.0,0.00500569556684233,0,1.00579854869473,1.00511127461109 -5524,0.5,0.153725174569888,0.0,0.513427811014439,0.153725174569888,0.0,0.881825122301294,0.153725174569888,0.0,0.0902801469730881,0.153725174569888,0.0,0.0941925116308249,0.153725174569888,0.0,0.15818286868875,0.153725174569888,0.0,0.0251320205320935,0.153725174569888,0.0,0.0897731123386696,0.153725174569888,0.0,0.0163159135616423,0.5,0.153725174569888,0.0,0.0126823459820532,0.153725174569888,0.0,0.00186320740647056,0.5,0.153725174569888,0.0,0.034419705677118,0.153725174569888,0.0,0.0042640420912397,0.153725174569888,0.0,0.873399355017678,0.153725174569888,0.0,0.678245217947083,0.153725174569888,0.0,0.373948430803231,0.153725174569888,0.0,0.0473422379084142,0.153725174569888,0.0,0.0245823548346629,0.5,0.153725174569888,0.0,0.00482459912887238,0,1.00664962349698,1.00529776315866 -5525,0.5,0.153725174569888,0.0,0.460535420979507,0.153725174569888,0.0,0.857215136438014,0.153725174569888,0.0,0.0855505566630261,0.153725174569888,0.0,0.0795385705631729,0.153725174569888,0.0,0.109911945889601,0.153725174569888,0.0,0.0285380815281278,0.153725174569888,0.0,0.0549271813545206,0.153725174569888,0.0,0.0220557550426745,0.5,0.153725174569888,0.0,0.0138365324380034,0.153725174569888,0.0,0.00127941205818309,0.5,0.153725174569888,0.0,0.023755694109283,0.153725174569888,0.0,0.00289716817884179,0.153725174569888,0.0,0.865941045791978,0.153725174569888,0.0,0.5711319856468,0.153725174569888,0.0,0.360699674126001,0.153725174569888,0.0,0.037335926009851,0.153725174569888,0.0,0.0166334724366814,0.5,0.153725174569888,0.0,0.00428099514932866,0,1.00598952329409,0.997863356489944 -5526,0.5,0.153725174569888,0.00821486820301561,0.459881250284339,0.153725174569888,0.00273469273421753,0.788406545588677,0.153725174569888,0.00229657344622978,0.088732242022838,0.153725174569888,0.00760073798742724,0.0735004095424896,0.153725174569888,0.000155282281445278,0.112954633126166,0.153725174569888,0.0,0.0368628146844904,0.153725174569888,4.82883522367825e-05,0.0358308654685555,0.153725174569888,0.0,0.0347546763520396,0.5,0.153725174569888,0.0,0.0172766507797968,0.153725174569888,0.000270756685713975,0.000604192872416064,0.5,0.153725174569888,2.78583269490982e-05,0.0131826544298057,0.153725174569888,3.59238681893007e-05,0.00213953659945012,0.153725174569888,0.00118257781910988,0.849060834348811,0.153725174569888,0.000679216298009198,0.460276912522356,0.153725174569888,0.000861383842455532,0.300087396145237,0.153725174569888,0.000125255765941184,0.0264027075115623,0.153725174569888,0.00192311197088121,0.00915546685873182,0.5,0.153725174569888,0.000923846450295137,0.00290044353278657,0,1.00620637093844,0.967036136239179 -5527,0.5,0.153725174569888,0.0776986178363376,0.561303430012841,0.153725174569888,0.0664508212323254,0.813191492958742,0.153725174569888,0.041943972412701,0.122068914653115,0.153725174569888,0.0819701833842857,0.0865341803456275,0.153725174569888,0.0338737951445934,0.110048048059202,0.153725174569888,0.0125696341460962,0.0634829423828537,0.153725174569888,0.0416299143520683,0.0446778812957989,0.153725174569888,0.011086873215014,0.0653381351148921,0.5,0.153725174569888,0.0211003926438363,0.023184632946117,0.153725174569888,0.0347786963108734,0.000345022879103298,0.5,0.153725174569888,0.055733271375943,0.00818105078792337,0.153725174569888,0.0442875975276015,0.00159540085061405,0.153725174569888,0.0217690241499343,0.879960276927804,0.153725174569888,0.0518935112935186,0.441501653682573,0.153725174569888,0.0471965791730141,0.29543019638948,0.153725174569888,0.0199547846229611,0.047812398582374,0.153725174569888,0.0722974823615135,0.00546666009741438,0.5,0.153725174569888,0.0309896653989889,0.00180968507136871,0,1.00739958971306,0.940774389181526 -5528,0.5,0.153725174569888,0.166460426537595,0.705172844218568,0.153725174569888,0.192732127634643,0.860251651684292,0.153725174569888,0.08935752516372,0.20068668975844,0.153725174569888,0.17768478234325,0.216366181163674,0.153725174569888,0.0649655348344252,0.148646448178789,0.153725174569888,0.0608221622451229,0.142363286942082,0.153725174569888,0.111196764855391,0.144520055628212,0.153725174569888,0.0539997316154278,0.16522007508226,0.5,0.153725174569888,0.0693918756839511,0.040360543774255,0.153725174569888,0.0780121612804476,0.00119688155585876,0.5,0.153725174569888,0.159497560650014,0.011816766069092,0.153725174569888,0.133523960446755,0.00184583814557525,0.153725174569888,0.0646317411662677,0.906941360041678,0.153725174569888,0.123369056880637,0.574849204875974,0.153725174569888,0.17109457464806,0.44584322970575,0.153725174569888,0.06501122841511,0.116490069040763,0.153725174569888,0.186516142790822,0.00891061434615324,0.5,0.153725174569888,0.09547878110883,0.0076494714997773,0,1.00715317621623,0.954101569500192 -5529,0.5,0.153725174569888,0.26249958290086,0.777038393569205,0.153725174569888,0.339260750532298,0.913441061167017,0.153725174569888,0.138645876522858,0.194314832963883,0.153725174569888,0.243912438906983,0.340846064982636,0.153725174569888,0.0912144564315065,0.299236643965918,0.153725174569888,0.123013707001345,0.506915806034802,0.153725174569888,0.211058278160588,0.329589951758606,0.153725174569888,0.110531844914698,0.385459763622875,0.5,0.153725174569888,0.14500691614627,0.0974001584990645,0.153725174569888,0.130543454509106,0.00194475767401037,0.5,0.153725174569888,0.278389181114798,0.0460660933390815,0.153725174569888,0.245439067862847,0.00783463012016244,0.153725174569888,0.0979354038046133,0.884712136204126,0.153725174569888,0.16736766264461,0.663200552381531,0.153725174569888,0.275762182083205,0.518602830016546,0.153725174569888,0.125954920296222,0.208977937503879,0.153725174569888,0.30739499382486,0.0251469562935976,0.5,0.153725174569888,0.179534826468321,0.0177357928533835,0,1.0073536533171,0.947251641148827 -5530,0.5,0.153725174569888,0.357951240457316,0.760651075754971,0.153725174569888,0.473448418112432,0.893806394502667,0.153725174569888,0.235260287808308,0.193634117922045,0.153725174569888,0.274156403778406,0.330987469824792,0.153725174569888,0.0953022888298586,0.448199943388786,0.153725174569888,0.106999670354041,0.677156601509722,0.153725174569888,0.214417851655567,0.481841991379606,0.153725174569888,0.190882154097048,0.533833213634826,0.5,0.153725174569888,0.208397698368628,0.212722947736639,0.153725174569888,0.18649899987101,0.00241786994360118,0.5,0.153725174569888,0.384705306946827,0.28167228388047,0.153725174569888,0.380256696530267,0.0424329650875869,0.153725174569888,0.190756677679574,0.925902463585126,0.153725174569888,0.218107872622529,0.66898218165087,0.153725174569888,0.343337278307839,0.524574621424211,0.153725174569888,0.218329046058586,0.369096393926144,0.153725174569888,0.401677180448179,0.102626916439633,0.5,0.153725174569888,0.250434217498733,0.0235289719225434,0,1.00559111389269,0.911165704451359 -5531,0.5,0.153725174569888,0.443865710028148,0.736952456221559,0.153725174569888,0.536069395448977,0.933858116398673,0.153725174569888,0.320888280336107,0.230192366312859,0.153725174569888,0.243029799687293,0.298896119215817,0.153725174569888,0.167287282827924,0.602265801338903,0.153725174569888,0.0723441859171688,0.548764326929229,0.153725174569888,0.281913240176864,0.713849756140462,0.153725174569888,0.312733993055776,0.603208527492847,0.5,0.153725174569888,0.300344029338178,0.311860994549042,0.153725174569888,0.23694988216527,0.0102765181617666,0.5,0.153725174569888,0.42095864916219,0.282864792137756,0.153725174569888,0.456211612574848,0.0618580027177045,0.153725174569888,0.361029569219131,0.943732402062857,0.153725174569888,0.256901564796484,0.621802232506566,0.153725174569888,0.359590586364019,0.50240925941515,0.153725174569888,0.303769395288151,0.559985147511306,0.153725174569888,0.418873042429258,0.221814719801755,0.5,0.153725174569888,0.269787618546155,0.0494481995468127,0,1.00593271632675,0.801346495648377 -5532,0.5,0.153725174569888,0.45374183387984,0.705679807925586,0.153725174569888,0.540474368406569,0.938682068276613,0.153725174569888,0.341058655958438,0.305072873502844,0.153725174569888,0.249402367174246,0.292141780335612,0.153725174569888,0.288642738878033,0.812567799259154,0.153725174569888,0.229159186514744,0.681153235475542,0.153725174569888,0.207106136256938,0.802902725849678,0.153725174569888,0.250359411512335,0.48532337464788,0.5,0.153725174569888,0.357217981819207,0.323176955214509,0.153725174569888,0.256770249126073,0.00573687182715995,0.5,0.153725174569888,0.417711287671314,0.21174951572316,0.153725174569888,0.52840493166181,0.0725107613764688,0.153725174569888,0.500174518137123,0.943984813880908,0.153725174569888,0.360487322702206,0.694752382616015,0.153725174569888,0.356481259037292,0.567072370074984,0.153725174569888,0.394954081605809,0.657554287425405,0.153725174569888,0.389524852267488,0.224184551330594,0.5,0.153725174569888,0.228126003502474,0.0522354225953683,0,0.992853629439934,0.840828217276244 -5533,0.5,0.153725174569888,0.497890651831651,0.658927459197708,0.153725174569888,0.423362418679395,0.923293615323676,0.153725174569888,0.375466811280553,0.502962586963366,0.153725174569888,0.321047863667528,0.273529436299149,0.153725174569888,0.134461751690189,0.851067600495542,0.153725174569888,0.415897080726654,0.751493879769768,0.153725174569888,0.151525072968066,0.76877639053265,0.153725174569888,0.159722321356555,0.42051135502992,0.5,0.153725174569888,0.321876871992992,0.312077742348204,0.153725174569888,0.317358993853533,0.0114212564063896,0.5,0.153725174569888,0.501601040463459,0.155732749369335,0.153725174569888,0.546128337675104,0.0785119752123415,0.153725174569888,0.549490175507161,0.9204830216643,0.153725174569888,0.293816636926188,0.750570849770053,0.153725174569888,0.316011078919519,0.761304664700684,0.153725174569888,0.205409278584816,0.589211909307702,0.153725174569888,0.382807689339228,0.215209973702905,0.5,0.153725174569888,0.173459992201187,0.0521073647826871,0,0.971467473571296,0.916153349247819 -5534,0.5,0.153725174569888,0.517477823324972,0.630047298868771,0.153725174569888,0.356317867394871,0.942956786872706,0.153725174569888,0.2781548715885,0.686457735320676,0.153725174569888,0.406583089931313,0.290039764168024,0.153725174569888,0.215292693829281,0.844896406484109,0.153725174569888,0.515650437261465,0.73961493666792,0.153725174569888,0.272204595074837,0.703647437483991,0.153725174569888,0.293694182325872,0.476370095353273,0.5,0.153725174569888,0.242930897638016,0.304363396660603,0.153725174569888,0.346385242276585,0.0183548987527798,0.5,0.153725174569888,0.5791602485666,0.163461532743318,0.153725174569888,0.497384333752545,0.0795629506656419,0.153725174569888,0.483503918363031,0.896317705773046,0.153725174569888,0.159257773119885,0.77346997821715,0.153725174569888,0.203318093724548,0.815104000205967,0.153725174569888,0.132343068800645,0.511625135841102,0.153725174569888,0.41499576291064,0.21888893071279,0.5,0.153725174569888,0.211675358205737,0.0708615539232158,0,0.905534399892157,0.933461192580722 -5535,0.5,0.153725174569888,0.439027253156817,0.696962328936223,0.153725174569888,0.294258165769467,0.810851011775574,0.153725174569888,0.214655382347015,0.727894802735269,0.153725174569888,0.440591482528287,0.376638862146505,0.153725174569888,0.278547875108082,0.857344000307275,0.153725174569888,0.436945695147537,0.728613528632247,0.153725174569888,0.307359206346096,0.732592836383082,0.153725174569888,0.341754227864961,0.486840561534711,0.5,0.153725174569888,0.207446061950333,0.320547808355746,0.153725174569888,0.326823565060173,0.0212265641230526,0.5,0.153725174569888,0.541669171920992,0.171086098486936,0.153725174569888,0.461777168581975,0.107821598150756,0.153725174569888,0.395561689634677,0.891785472551264,0.153725174569888,0.177403723242329,0.823855860336406,0.153725174569888,0.24096503861827,0.788122593259041,0.153725174569888,0.138255054647714,0.434344014082389,0.153725174569888,0.403609039175336,0.218917155459354,0.5,0.153725174569888,0.175884742278868,0.0827577086487785,0,0.840537161850322,0.959855696323091 -5536,0.5,0.153725174569888,0.281607758971653,0.748502799721176,0.153725174569888,0.103590863412139,0.678238944330438,0.153725174569888,0.143516529161784,0.730052687694936,0.153725174569888,0.3448127421408,0.446989218696027,0.153725174569888,0.223481684102808,0.808763217617492,0.153725174569888,0.201153119272773,0.656497474763165,0.153725174569888,0.211044157269091,0.695359998125394,0.153725174569888,0.27120071845198,0.412700166802181,0.5,0.153725174569888,0.203787323530498,0.333974970579254,0.153725174569888,0.281163657974004,0.0280214068054698,0.5,0.153725174569888,0.436998972542149,0.191537783935784,0.153725174569888,0.362115618663496,0.135984674580513,0.153725174569888,0.281603437551284,0.869127941032951,0.153725174569888,0.237005843662707,0.835409046435525,0.153725174569888,0.162060958903308,0.786813242078577,0.153725174569888,0.174909903405324,0.423781894308056,0.153725174569888,0.364337287108506,0.219227561980866,0.5,0.153725174569888,0.167718099119364,0.0972874260677595,0,0.914370766068003,0.987868939005681 -5537,0.5,0.153725174569888,0.181038718954546,0.729202019811994,0.153725174569888,0.0787739011070532,0.918304282599331,0.153725174569888,0.0881579383549702,0.61089699689952,0.153725174569888,0.220352229454337,0.50186449081907,0.153725174569888,0.21911245200433,0.755560074805197,0.153725174569888,0.137649495733864,0.609976591711391,0.153725174569888,0.122491859920323,0.628040969775025,0.153725174569888,0.200666680324523,0.331072727902103,0.5,0.153725174569888,0.200663923863864,0.278382661787797,0.153725174569888,0.187747790972214,0.0257241664040892,0.5,0.153725174569888,0.302155591219681,0.165367022331535,0.153725174569888,0.237713506724476,0.136686728215073,0.153725174569888,0.131277475290957,0.835228870787029,0.153725174569888,0.0790519664198702,0.779908438913938,0.153725174569888,0.11479612328534,0.791819444959615,0.153725174569888,0.14020885341284,0.357692863449993,0.153725174569888,0.275455388321785,0.222194197382623,0.5,0.153725174569888,0.144235262128192,0.0918613190522883,0,0.987419667547015,0.996153520795979 -5538,0.5,0.153725174569888,0.0680609810817305,0.639953928940577,0.153725174569888,0.00986653217001848,0.755286025620171,0.153725174569888,0.0819428950396991,0.458907532820397,0.153725174569888,0.0957673035036163,0.479728567714909,0.153725174569888,0.0737665378128042,0.652453712008959,0.153725174569888,0.0798201257350363,0.510719099347449,0.153725174569888,0.0693515616880524,0.513917054269381,0.153725174569888,0.126634562497874,0.265380100495348,0.5,0.153725174569888,0.141679705551931,0.183502751606333,0.153725174569888,0.0896793494267891,0.0130195769430779,0.5,0.153725174569888,0.193623357282212,0.13278905470614,0.153725174569888,0.131424699058729,0.08877057728706,0.153725174569888,0.0708296795088923,0.85361824339557,0.153725174569888,0.0529503102407167,0.771286942266105,0.153725174569888,0.0891292055061777,0.706923225498962,0.153725174569888,0.0668456579948007,0.243798833958421,0.153725174569888,0.163969223795806,0.149670105075396,0.5,0.153725174569888,0.0645639926700096,0.0537858283500195,0,0.952382268535117,0.976847201113877 -5539,0.5,0.153725174569888,0.012898282048463,0.533482030494995,0.153725174569888,0.0310120078716934,0.716641563314211,0.153725174569888,0.0224298122626569,0.288965191794033,0.153725174569888,0.00727547702953283,0.323241779871734,0.153725174569888,0.0257185057554811,0.506843617840683,0.153725174569888,0.0326502771643273,0.360455143641342,0.153725174569888,0.0308561101685055,0.371649333668204,0.153725174569888,0.0393551552040169,0.162446550138125,0.5,0.153725174569888,0.0327192166951967,0.0931700552186263,0.153725174569888,0.0167146815120628,0.00358675376304706,0.5,0.153725174569888,0.0386612012681148,0.0482294753755003,0.153725174569888,0.0290251091735454,0.0459033801503304,0.153725174569888,0.0146683928937133,0.884760225384951,0.153725174569888,0.0300726607054608,0.739846120457021,0.153725174569888,0.0261140945464543,0.513503520537091,0.153725174569888,0.0177317058898023,0.121572031651818,0.153725174569888,0.0299956140461967,0.0553687772211554,0.5,0.153725174569888,0.00412683081103885,0.026800450255709,0,0.890194766540886,0.95985481026662 -5540,0.5,0.153725174569888,0.0,0.460281308826974,0.153725174569888,0.0,0.699371469460289,0.153725174569888,0.0,0.160785579164254,0.153725174569888,0.0,0.206846614279526,0.153725174569888,5.9650366541079e-05,0.313511346874308,0.153725174569888,0.0,0.259758699769732,0.153725174569888,1.56594194468555e-06,0.209062816245464,0.153725174569888,0.0,0.0777983174528954,0.5,0.153725174569888,0.0,0.0419869513485378,0.153725174569888,0.0,0.0025864073066349,0.5,0.153725174569888,0.0,0.0384535561351455,0.153725174569888,0.0,0.0347456132660098,0.153725174569888,0.0,0.890475064636396,0.153725174569888,1.12493915514941e-08,0.651285311752999,0.153725174569888,0.0,0.307566446216616,0.153725174569888,0.0,0.0727275162169013,0.153725174569888,0.0,0.0244079016799065,0.5,0.153725174569888,0.0,0.0165936140420477,0,0.909724308826812,0.909103666592781 -5541,0.5,0.153725174569888,0.0,0.456180519120291,0.153725174569888,0.0,0.579380313841414,0.153725174569888,0.0,0.101135604812113,0.153725174569888,0.0,0.161969362440874,0.153725174569888,0.0,0.30463135138744,0.153725174569888,0.0,0.215507099413508,0.153725174569888,0.0,0.149818008787287,0.153725174569888,0.0,0.0431074203197866,0.5,0.153725174569888,0.0,0.0192114348515528,0.153725174569888,0.0,0.00149741617711702,0.5,0.153725174569888,0.0,0.0255349557760308,0.153725174569888,0.0,0.0353176628099046,0.153725174569888,0.0,0.888316924832848,0.153725174569888,0.0,0.586578567976204,0.153725174569888,0.0,0.204187513045526,0.153725174569888,0.0,0.0595782937420991,0.153725174569888,0.0,0.0109079946234459,0.5,0.153725174569888,0.0,0.0102256307387125,0,0.976880820765859,0.838481848479528 -5542,0.5,0.153725174569888,0.0,0.415339055585215,0.153725174569888,0.0,0.55896395874568,0.153725174569888,0.0,0.0672934014314532,0.153725174569888,0.0,0.134633222575486,0.153725174569888,0.0,0.303840981351059,0.153725174569888,0.0,0.0903717499910205,0.153725174569888,0.0,0.134894088396741,0.153725174569888,0.0,0.0254803226010422,0.5,0.153725174569888,0.0,0.0117417820502431,0.153725174569888,0.0,0.0030675509651875,0.5,0.153725174569888,0.0,0.0135211348493391,0.153725174569888,0.0,0.0290572131871162,0.153725174569888,0.0,0.865059415408649,0.153725174569888,0.0,0.585004705952312,0.153725174569888,0.0,0.166262978982378,0.153725174569888,0.0,0.0546938764995401,0.153725174569888,0.0,0.00781638479545157,0.5,0.153725174569888,0.0,0.00707218187961786,0,0.997788647211288,0.789614966627823 -5543,0.5,0.153725174569888,0.0,0.375809119047784,0.153725174569888,0.0,0.636669124371876,0.153725174569888,0.0,0.0717311135362115,0.153725174569888,0.0,0.105284448156813,0.153725174569888,0.0,0.223682077726995,0.153725174569888,0.0,0.0645737839220555,0.153725174569888,0.0,0.112639025998949,0.153725174569888,0.0,0.0185977016689763,0.5,0.153725174569888,0.0,0.00821124121333767,0.153725174569888,0.0,0.00614559825760058,0.5,0.153725174569888,0.0,0.00788625209275573,0.153725174569888,0.0,0.0129492013915286,0.153725174569888,0.0,0.842715621712282,0.153725174569888,0.0,0.565411534936271,0.153725174569888,0.0,0.165307270914802,0.153725174569888,0.0,0.0473549969222219,0.153725174569888,0.0,0.0093295032431492,0.5,0.153725174569888,0.0,0.00495405952722906,0,0.997571424415988,0.790163474347158 -5544,0.5,0.153725174569888,0.0,0.342523780695045,0.153725174569888,0.0,0.677451012425547,0.153725174569888,0.0,0.0777796127472681,0.153725174569888,0.0,0.0874446126895624,0.153725174569888,0.0,0.237428837696799,0.153725174569888,0.0,0.0959798937712503,0.153725174569888,0.0,0.103340044243605,0.153725174569888,0.0,0.0196074896487182,0.5,0.153725174569888,0.0,0.00466825564844611,0.153725174569888,0.0,0.0059875997904274,0.5,0.153725174569888,0.0,0.00667554507500619,0.153725174569888,0.0,0.00533768566764175,0.153725174569888,0.0,0.817412188064421,0.153725174569888,0.0,0.533466986092963,0.153725174569888,0.0,0.185468481044067,0.153725174569888,0.0,0.0464472372935331,0.153725174569888,0.0,0.00773622796507671,0.5,0.153725174569888,0.0,0.00873014650258356,0,0.998895540807267,0.793134443382799 -5545,0.5,0.153725174569888,0.0,0.350456167653776,0.153725174569888,0.0,0.641929543606588,0.153725174569888,0.0,0.06889851324786,0.153725174569888,0.0,0.0729203011619144,0.153725174569888,0.0,0.282887977655166,0.153725174569888,0.0,0.122795992300802,0.153725174569888,0.0,0.106602327400821,0.153725174569888,0.0,0.0218279337855665,0.5,0.153725174569888,0.0,0.00278199047517203,0.153725174569888,0.0,0.00791275994827021,0.5,0.153725174569888,0.0,0.00357245951497493,0.153725174569888,0.0,0.00361411291739368,0.153725174569888,0.0,0.792238733713466,0.153725174569888,0.0,0.537439977644306,0.153725174569888,0.0,0.221365225751512,0.153725174569888,0.0,0.042219857730387,0.153725174569888,0.0,0.00569112659079605,0.5,0.153725174569888,0.0,0.012268403992229,0,1.00066430925689,0.805110656951421 -5546,0.5,0.153725174569888,0.0,0.379253633511978,0.153725174569888,0.0,0.645201373055713,0.153725174569888,0.0,0.0736455318801198,0.153725174569888,0.0,0.0637525236667814,0.153725174569888,0.0,0.287414151931391,0.153725174569888,0.0,0.135755914758753,0.153725174569888,0.0,0.126501680000954,0.153725174569888,0.0,0.0222915586191312,0.5,0.153725174569888,0.0,0.00222770533971606,0.153725174569888,0.0,0.00591179608493582,0.5,0.153725174569888,0.0,0.00153855977804415,0.153725174569888,0.0,0.00214780391075243,0.153725174569888,0.0,0.735082381731833,0.153725174569888,0.0,0.543442726522472,0.153725174569888,0.0,0.261641549266724,0.153725174569888,0.0,0.0301915354436081,0.153725174569888,0.0,0.00454822945240437,0.5,0.153725174569888,0.0,0.0127042185393836,0,1.00187747710522,0.783140902875157 -5547,0.5,0.153725174569888,0.0,0.408542004348544,0.153725174569888,0.0,0.703260669484203,0.153725174569888,0.0,0.076713574707188,0.153725174569888,0.0,0.0633583266260036,0.153725174569888,0.0,0.26967442375508,0.153725174569888,0.0,0.137850363170397,0.153725174569888,0.0,0.148195300863416,0.153725174569888,0.0,0.0257303074800427,0.5,0.153725174569888,0.0,0.00230065861772314,0.153725174569888,0.0,0.00429544366078627,0.5,0.153725174569888,0.0,0.000836088883216847,0.153725174569888,0.0,0.00222161030164083,0.153725174569888,0.0,0.69060460400298,0.153725174569888,0.0,0.508617305983123,0.153725174569888,0.0,0.28788700793567,0.153725174569888,0.0,0.0231362100412283,0.153725174569888,0.0,0.00364578023789794,0.5,0.153725174569888,0.0,0.0104102830886637,0,1.00469374033695,0.785959859320407 -5548,0.5,0.153725174569888,0.0,0.426712810127955,0.153725174569888,0.0,0.699726799580187,0.153725174569888,0.0,0.0691158002154569,0.153725174569888,0.0,0.0661429165724102,0.153725174569888,0.0,0.264856141163715,0.153725174569888,0.0,0.142693167874963,0.153725174569888,0.0,0.152864791526291,0.153725174569888,0.0,0.0281521052915849,0.5,0.153725174569888,0.0,0.00164150433019756,0.153725174569888,0.0,0.00241648953135179,0.5,0.153725174569888,0.0,0.000527224612886665,0.153725174569888,0.0,0.00310181047380766,0.153725174569888,0.0,0.650124539154844,0.153725174569888,0.0,0.432615394591559,0.153725174569888,0.0,0.304006278887011,0.153725174569888,0.0,0.0230101536717557,0.153725174569888,0.0,0.00223677945520028,0.5,0.153725174569888,0.0,0.00815510297438419,0,1.00538967367278,0.842711272520097 -5549,0.5,0.153725174569888,0.0,0.444000922000186,0.153725174569888,0.0,0.617479212133068,0.153725174569888,0.0,0.0607717089480251,0.153725174569888,0.0,0.0676244227488651,0.153725174569888,0.0,0.269994817496186,0.153725174569888,0.0,0.148754982801215,0.153725174569888,0.0,0.156693537960724,0.153725174569888,0.0,0.0249804613085572,0.5,0.153725174569888,0.0,0.00133822079570449,0.153725174569888,0.0,0.00214492351816425,0.5,0.153725174569888,0.0,0.00026300124737035,0.153725174569888,0.0,0.00372909829790313,0.153725174569888,0.0,0.60125394227462,0.153725174569888,0.0,0.370337918829353,0.153725174569888,0.0,0.294455413968404,0.153725174569888,0.0,0.0250290719081971,0.153725174569888,0.0,0.00151017374686806,0.5,0.153725174569888,0.0,0.00560870732644358,0,1.00171690012585,0.868132516666803 -5550,0.5,0.153725174569888,0.00718658182727398,0.458933006728978,0.153725174569888,0.00173535158618146,0.557821485175915,0.153725174569888,0.00322739104159692,0.0580776388436659,0.153725174569888,0.00731185963985596,0.0627507840633261,0.153725174569888,1.34723738317288e-05,0.261352344894592,0.153725174569888,0.0,0.141609892684227,0.153725174569888,1.2404635028571e-06,0.165713691222237,0.153725174569888,0.0,0.0206724607614152,0.5,0.153725174569888,0.0,0.00120897269895086,0.153725174569888,0.000101768121374737,0.00226692422283324,0.5,0.153725174569888,0.0,5.01479492871948e-05,0.153725174569888,8.39518396144466e-06,0.00631636738810793,0.153725174569888,0.00115398321459163,0.593127513821996,0.153725174569888,0.000374884613895139,0.3376240726291,0.153725174569888,0.00178525345123946,0.280847738553826,0.153725174569888,0.000303610432500186,0.0273431187623115,0.153725174569888,0.00145336768457925,0.00111131969137697,0.5,0.153725174569888,0.00047224802530456,0.00406771030486501,0,0.974556133338371,0.817357392467294 -5551,0.5,0.153725174569888,0.0831631187414554,0.527109842064705,0.153725174569888,0.0331944063619165,0.573910672521191,0.153725174569888,0.0817827363162263,0.0534709616045555,0.153725174569888,0.095495446868777,0.0678761760750752,0.153725174569888,0.0607461243926684,0.207293426370418,0.153725174569888,0.051311057690028,0.109344285798501,0.153725174569888,0.061913507885687,0.144341532438844,0.153725174569888,0.0494864888408808,0.0166250088583069,0.5,0.153725174569888,0.0481643426657972,0.000800498282038719,0.153725174569888,0.0338851687323216,0.00142328664871752,0.5,0.153725174569888,0.0578505462488086,5.4811998614282e-05,0.153725174569888,0.0529575442725945,0.00414481058625736,0.153725174569888,0.0275516348690689,0.595073985378624,0.153725174569888,0.0370858380426078,0.339983143028654,0.153725174569888,0.0721988507989508,0.300218455137066,0.153725174569888,0.0676452724336648,0.020276485633441,0.153725174569888,0.07267749190373,0.000571551787327142,0.5,0.153725174569888,0.0142761500207087,0.00287527405179501,0,0.930114930080114,0.678402412080104 -5552,0.5,0.153725174569888,0.200231034643594,0.632039980228502,0.153725174569888,0.060156697276107,0.537557529886517,0.153725174569888,0.211575346569892,0.155321177597764,0.153725174569888,0.228799388549827,0.192238261499376,0.153725174569888,0.176613811313084,0.310187462389441,0.153725174569888,0.159496782001526,0.172761810090873,0.153725174569888,0.181711568160158,0.282831375281876,0.153725174569888,0.145020648456621,0.0235224374349276,0.5,0.153725174569888,0.142356308098735,0.000526101310291974,0.153725174569888,0.10422920401217,0.00332089056496259,0.5,0.153725174569888,0.170539619480123,0.000200890946938275,0.153725174569888,0.158231685184476,0.000784264460095167,0.153725174569888,0.0765315391667018,0.620661843135469,0.153725174569888,0.0875836868046395,0.364597988619203,0.153725174569888,0.194268862434218,0.462715473798512,0.153725174569888,0.190417039238109,0.0550790829464314,0.153725174569888,0.197648058654381,0.000438881733989352,0.5,0.153725174569888,0.0459952729689742,0.00411605090874259,0,0.948373643762864,0.708665493328985 -5553,0.5,0.153725174569888,0.323308287591228,0.669873326487967,0.153725174569888,0.0479954440458085,0.409378357344169,0.153725174569888,0.355670520248912,0.280690645048271,0.153725174569888,0.372390365890237,0.305814423048944,0.153725174569888,0.302653492992051,0.45705241175806,0.153725174569888,0.291983922062319,0.313642666539103,0.153725174569888,0.323865223781745,0.465482392451751,0.153725174569888,0.241461410067837,0.0570153507357778,0.5,0.153725174569888,0.238831333951399,0.000634424199627386,0.153725174569888,0.216962856163325,0.00492366094560239,0.5,0.153725174569888,0.294214495796193,0.00018382844137514,0.153725174569888,0.278122506103547,0.00128721043583022,0.153725174569888,0.129425659526891,0.665330388407541,0.153725174569888,0.142580021379255,0.381765576508509,0.153725174569888,0.333367806416304,0.588681512241627,0.153725174569888,0.33058821920986,0.128982781153816,0.153725174569888,0.341166429999012,0.00260213282792191,0.5,0.153725174569888,0.0898094559370051,0.0057575367434429,0,0.976838928979031,0.796662917370943 -5554,0.5,0.153725174569888,0.409545457615175,0.660708219959265,0.153725174569888,0.0654733165158145,0.371073555616548,0.153725174569888,0.502751062750405,0.329849440761677,0.153725174569888,0.516653422746513,0.318094385790945,0.153725174569888,0.368681842772916,0.58115212012829,0.153725174569888,0.42591639230161,0.468510523597426,0.153725174569888,0.462361193501539,0.615537007865767,0.153725174569888,0.34205141460024,0.142328399006884,0.5,0.153725174569888,0.329312874987917,0.00463000965097298,0.153725174569888,0.337783706155493,0.00607153301882182,0.5,0.153725174569888,0.389771396824282,6.69171087342375e-05,0.153725174569888,0.385222203350178,0.00263744651549848,0.153725174569888,0.242828379266558,0.694171015832762,0.153725174569888,0.202373539717665,0.488563155030755,0.153725174569888,0.473433885653465,0.639805586791046,0.153725174569888,0.465237871472094,0.206957259131741,0.153725174569888,0.489206522818393,0.011367158538114,0.5,0.153725174569888,0.143629556705107,0.00310088144060553,0,0.988383810011437,0.820672846533321 -5555,0.5,0.153725174569888,0.451196886003461,0.663206593844333,0.153725174569888,0.0781708953375856,0.40627006795819,0.153725174569888,0.616880461226612,0.317363109301794,0.153725174569888,0.628268050056738,0.315927173620871,0.153725174569888,0.265022766777335,0.581578339486876,0.153725174569888,0.457143374571625,0.456476678814471,0.153725174569888,0.552642529314709,0.689949484720647,0.153725174569888,0.414110136227279,0.174564487048394,0.5,0.153725174569888,0.384005940953829,0.0164363127149503,0.153725174569888,0.393676132522857,0.00541027729875495,0.5,0.153725174569888,0.40426873958256,0.000639181952327442,0.153725174569888,0.460669385024172,0.00644016903555559,0.153725174569888,0.309572232554372,0.767201934801325,0.153725174569888,0.292552500585,0.617241600992517,0.153725174569888,0.54482047732707,0.698219918714704,0.153725174569888,0.527263118215948,0.24350183016381,0.153725174569888,0.595602992695573,0.0237552499976276,0.5,0.153725174569888,0.207130674323545,0.001552733733292,0,0.993057043154463,0.796961740070844 -5556,0.5,0.153725174569888,0.524662454900545,0.708719711275275,0.153725174569888,0.165742225769557,0.566023075798487,0.153725174569888,0.674362754079684,0.323299416189492,0.153725174569888,0.688314381663745,0.304568411556186,0.153725174569888,0.333802383795433,0.557152344885041,0.153725174569888,0.432972702177716,0.355181608864226,0.153725174569888,0.546338048787202,0.639312829840595,0.153725174569888,0.525339656903074,0.169450390230718,0.5,0.153725174569888,0.469547923521611,0.0363795929054778,0.153725174569888,0.384131240753602,0.00666551996561831,0.5,0.153725174569888,0.347925607603699,0.00877390530962549,0.153725174569888,0.497329429061558,0.0146547182795927,0.153725174569888,0.321374108566359,0.796734773165332,0.153725174569888,0.250298667519207,0.69968988324279,0.153725174569888,0.558946536667368,0.706481383366738,0.153725174569888,0.54449746668323,0.266714492240805,0.153725174569888,0.628475270368876,0.0378548005657183,0.5,0.153725174569888,0.210902419654897,0.00154807755925863,0,1.00782111840869,0.759399411983091 -5557,0.5,0.153725174569888,0.481656421304387,0.668168849751338,0.153725174569888,0.490031273346304,0.865182795219623,0.153725174569888,0.678077450401455,0.34194225045019,0.153725174569888,0.700416068488659,0.291860545335623,0.153725174569888,0.171832284900138,0.460354772436167,0.153725174569888,0.335600405695947,0.242362511511374,0.153725174569888,0.440498986752783,0.554090074814372,0.153725174569888,0.520661731873674,0.158353205788758,0.5,0.153725174569888,0.504400069910241,0.0561399362830392,0.153725174569888,0.330460342442866,0.00921593069511977,0.5,0.153725174569888,0.446689197714133,0.0316677264006118,0.153725174569888,0.523408716371941,0.0252680217474625,0.153725174569888,0.241277193495127,0.775097032917903,0.153725174569888,0.223601660237103,0.690297500539751,0.153725174569888,0.483236565695727,0.690904957759337,0.153725174569888,0.581724862223808,0.284624797106931,0.153725174569888,0.581640666591662,0.054966058109117,0.5,0.153725174569888,0.192795959688072,0.00236209758130028,0,0.991444253117403,0.727723302540785 -5558,0.5,0.153725174569888,0.477134827979858,0.630319984346909,0.153725174569888,0.395251391607522,0.855944685269794,0.153725174569888,0.625611732902468,0.342653431558529,0.153725174569888,0.67014612364848,0.292284352288521,0.153725174569888,0.166621144671675,0.387120840933185,0.153725174569888,0.349431580316479,0.159150208561896,0.153725174569888,0.258256916256074,0.456455542927971,0.153725174569888,0.408785695130344,0.142241042026585,0.5,0.153725174569888,0.580487251543814,0.0841061146819201,0.153725174569888,0.299056211775021,0.00878095443690494,0.5,0.153725174569888,0.572052782330418,0.0547845179424366,0.153725174569888,0.469591237233264,0.039058543473268,0.153725174569888,0.11517337798726,0.737392887062435,0.153725174569888,0.215235698753025,0.652467912633766,0.153725174569888,0.358295639099461,0.658637887847136,0.153725174569888,0.532162909514482,0.294903727689017,0.153725174569888,0.495122473755947,0.0668782804001194,0.5,0.153725174569888,0.167342796598756,0.00521274975854377,0,0.97731676943211,0.660579446653092 -5559,0.5,0.153725174569888,0.406474235170449,0.597243474185015,0.153725174569888,0.0867967352163594,0.706253253754845,0.153725174569888,0.54867039024157,0.340249469442605,0.153725174569888,0.580233683819955,0.269605004464543,0.153725174569888,0.154486831365655,0.353745544108631,0.153725174569888,0.352864358691788,0.149506272581546,0.153725174569888,0.207846465172299,0.352343623165161,0.153725174569888,0.353311521988373,0.1324215901736,0.5,0.153725174569888,0.488222192206438,0.114921241639489,0.153725174569888,0.240476099715457,0.00804419795776003,0.5,0.153725174569888,0.56202471937363,0.0337142884222565,0.153725174569888,0.382944774276614,0.0536131925959459,0.153725174569888,0.0617006448369944,0.709927008675274,0.153725174569888,0.209331589203505,0.62201961732578,0.153725174569888,0.260078179259823,0.589299805489938,0.153725174569888,0.492945380862873,0.29350634452094,0.153725174569888,0.443051490705665,0.064115411539518,0.5,0.153725174569888,0.155802472626326,0.00817165144431157,0,0.961037499646501,0.712113267348177 -5560,0.5,0.153725174569888,0.295356004423855,0.59067707984027,0.153725174569888,0.162051735117096,0.730409629800838,0.153725174569888,0.425955255370172,0.31002401609918,0.153725174569888,0.438336071662655,0.214954021880365,0.153725174569888,0.18892283147998,0.357759407192723,0.153725174569888,0.268624089134343,0.158332251287563,0.153725174569888,0.26256620656294,0.277086601585952,0.153725174569888,0.271620891187546,0.130309503168956,0.5,0.153725174569888,0.415149617034524,0.133794051695824,0.153725174569888,0.206219480890179,0.00961644704145426,0.5,0.153725174569888,0.430175048819786,0.0135744484434837,0.153725174569888,0.312697631824206,0.0563953008185029,0.153725174569888,0.0580994805204293,0.683377592887717,0.153725174569888,0.102053686499684,0.564425403756735,0.153725174569888,0.29403780458541,0.5506350084955,0.153725174569888,0.411537967659487,0.261887973467747,0.153725174569888,0.344186781860605,0.0543045361294341,0.5,0.153725174569888,0.116328941089474,0.00933762358928944,0,0.949456720001333,0.759977084424238 -5561,0.5,0.153725174569888,0.190482595691654,0.550650721795661,0.153725174569888,0.196055207034564,0.725096758668661,0.153725174569888,0.296488839034653,0.250426353095151,0.153725174569888,0.294039576619715,0.150492969767289,0.153725174569888,0.0847193274858245,0.295645843563854,0.153725174569888,0.131947851995835,0.143023501292855,0.153725174569888,0.259820351506538,0.239557970731256,0.153725174569888,0.21098827302839,0.121488795866478,0.5,0.153725174569888,0.312788953136063,0.1240961392989,0.153725174569888,0.143876597154932,0.0146976450011507,0.5,0.153725174569888,0.287951136294013,0.01255507929361,0.153725174569888,0.224995928091375,0.0549589180979973,0.153725174569888,0.0489240395371047,0.614382871597509,0.153725174569888,0.0923590195363325,0.510049105222727,0.153725174569888,0.272025061766241,0.485457493167143,0.153725174569888,0.28522494767931,0.22404571923923,0.153725174569888,0.237779185787338,0.0495245546992372,0.5,0.153725174569888,0.0752686033512693,0.0133100064136495,0,0.941651593963157,0.907845897810848 -5562,0.5,0.153725174569888,0.113701032922595,0.455594575285202,0.153725174569888,0.0556708358253936,0.701080963161331,0.153725174569888,0.177953072171227,0.179614433451475,0.153725174569888,0.15296471368708,0.0597587433938723,0.153725174569888,0.0374821245024867,0.196505477483859,0.153725174569888,0.0670581396114077,0.118462925928285,0.153725174569888,0.150195702910366,0.188912995465338,0.153725174569888,0.184226060373656,0.098027718330865,0.5,0.153725174569888,0.199174131134333,0.097778636356333,0.153725174569888,0.0830495951522368,0.0158893598704667,0.5,0.153725174569888,0.154427618156347,0.0209196638559924,0.153725174569888,0.12581231416132,0.0549955936346325,0.153725174569888,0.0290884156780041,0.533185800839759,0.153725174569888,0.0568118283323569,0.450576291042023,0.153725174569888,0.162942786707435,0.39383890034473,0.153725174569888,0.163430232731313,0.157726281090171,0.153725174569888,0.127836733897421,0.0325547326143105,0.5,0.153725174569888,0.0460499552794707,0.0232500755953992,0,0.925375251868719,0.960500567880446 -5563,0.5,0.153725174569888,0.0206647621974421,0.264113438304361,0.153725174569888,0.0299651124414943,0.517814008822871,0.153725174569888,0.0293336505555606,0.0929574008423837,0.153725174569888,0.00960308498675362,0.0225198429980653,0.153725174569888,0.0228768956352866,0.121482473508951,0.153725174569888,0.0300499279215965,0.0843997385228729,0.153725174569888,0.0337324265542481,0.106561506016193,0.153725174569888,0.0464303451741903,0.0561942247702856,0.5,0.153725174569888,0.0453924302252059,0.0401028218440249,0.153725174569888,0.0223894612785106,0.00948347360248962,0.5,0.153725174569888,0.0361162917432115,0.00752797319719398,0.153725174569888,0.0287036077711927,0.0359711497715309,0.153725174569888,0.00778804484818306,0.486472428812252,0.153725174569888,0.0242384333792274,0.338091793680015,0.153725174569888,0.0299415112745918,0.272372767723479,0.153725174569888,0.0405859823266455,0.0687651089758756,0.153725174569888,0.0237127110957988,0.00962119035930221,0.5,0.153725174569888,0.00421521583743189,0.0247488510165829,0,0.932967858888033,0.929708199387715 -5564,0.5,0.153725174569888,0.0,0.14702248168879,0.153725174569888,0.0,0.247017792195444,0.153725174569888,0.0,0.0671259512760195,0.153725174569888,0.0,0.0245447676818439,0.153725174569888,0.0,0.078492863977799,0.153725174569888,3.7557270160567e-05,0.0329717046038046,0.153725174569888,0.0,0.0488502258862752,0.153725174569888,0.0,0.0242775548356062,0.5,0.153725174569888,0.0,0.0343417891154475,0.153725174569888,0.0,0.00403586721250393,0.5,0.153725174569888,0.0,0.00630446277476499,0.153725174569888,0.0,0.0220850522705271,0.153725174569888,0.0,0.42109795009218,0.153725174569888,0.0,0.272024403398809,0.153725174569888,0.0,0.164122783460911,0.153725174569888,0.0,0.0308233931767145,0.153725174569888,0.0,0.010453144647509,0.5,0.153725174569888,0.0,0.0193370190796471,0,0.892203133767506,0.864699697587442 -5565,0.5,0.153725174569888,0.0,0.102653782428993,0.153725174569888,0.0,0.14802261277723,0.153725174569888,0.0,0.0488144582556574,0.153725174569888,0.0,0.0252095286433433,0.153725174569888,0.0,0.0920333957178621,0.153725174569888,0.0,0.0293282415911787,0.153725174569888,0.0,0.0221505771038687,0.153725174569888,0.0,0.0147040299488049,0.5,0.153725174569888,0.0,0.0230187137663452,0.153725174569888,0.0,0.000818514550209844,0.5,0.153725174569888,0.0,0.00683987276668234,0.153725174569888,0.0,0.0106941692611644,0.153725174569888,0.0,0.30555178275982,0.153725174569888,0.0,0.27274044069703,0.153725174569888,0.0,0.112440203601409,0.153725174569888,0.0,0.0149109653614641,0.153725174569888,0.0,0.0115287352692097,0.5,0.153725174569888,0.0,0.011515190703235,0,0.888982378658914,0.865274159450665 -5566,0.5,0.153725174569888,0.0,0.0838539084952654,0.153725174569888,0.0,0.187407782897578,0.153725174569888,0.0,0.0353379517251722,0.153725174569888,0.0,0.0271581768359787,0.153725174569888,0.0,0.104666170229742,0.153725174569888,0.0,0.0345444511021951,0.153725174569888,0.0,0.0149920586055273,0.153725174569888,0.0,0.00805448765939765,0.5,0.153725174569888,0.0,0.012919084059528,0.153725174569888,0.0,0.000853466800431009,0.5,0.153725174569888,0.0,0.00814751131979572,0.153725174569888,0.0,0.00807269989028434,0.153725174569888,0.0,0.257357843824203,0.153725174569888,0.0,0.27875200234834,0.153725174569888,0.0,0.0918886858268018,0.153725174569888,0.0,0.00786493104363,0.153725174569888,0.0,0.0106661920199865,0.5,0.153725174569888,0.0,0.00653153239970871,0,0.867128448703335,0.78933135281913 -5567,0.5,0.153725174569888,0.0,0.0770632206502956,0.153725174569888,0.0,0.246845544281422,0.153725174569888,0.0,0.0196649161708993,0.153725174569888,0.0,0.0264003481930561,0.153725174569888,0.0,0.0941287147906738,0.153725174569888,0.0,0.0318565822260774,0.153725174569888,0.0,0.0172690608812612,0.153725174569888,0.0,0.00337855523664065,0.5,0.153725174569888,0.0,0.00682432866178545,0.153725174569888,0.0,0.00128984795842226,0.5,0.153725174569888,0.0,0.00684477680937387,0.153725174569888,0.0,0.00646414541456169,0.153725174569888,0.0,0.291529633654982,0.153725174569888,0.0,0.2864134626034,0.153725174569888,0.0,0.0809162124814751,0.153725174569888,0.0,0.00567506361680477,0.153725174569888,0.0,0.00875327557986181,0.5,0.153725174569888,0.0,0.00352535522550557,0,0.845607807222344,0.718689810578299 -5568,0.5,0.153725174569888,0.0,0.0831014911487121,0.153725174569888,0.0,0.289797564854875,0.153725174569888,0.0,0.00937323024526608,0.153725174569888,0.0,0.0245993229878317,0.153725174569888,0.0,0.0712238248480773,0.153725174569888,0.0,0.025284111943925,0.153725174569888,0.0,0.0182120130305811,0.153725174569888,0.0,0.00180213515024289,0.5,0.153725174569888,0.0,0.00469768612540371,0.153725174569888,0.0,0.00091194178317571,0.5,0.153725174569888,0.0,0.00715200167738026,0.153725174569888,0.0,0.00625719177650555,0.153725174569888,0.0,0.266536756376498,0.153725174569888,0.0,0.288214471161528,0.153725174569888,0.0,0.0912442557787329,0.153725174569888,0.0,0.00550124780049413,0.153725174569888,0.0,0.00640646579407653,0.5,0.153725174569888,0.0,0.00170009612028212,0,0.792167482711296,0.657517780334002 -5569,0.5,0.153725174569888,0.0,0.0975105403001817,0.153725174569888,0.0,0.286742208592608,0.153725174569888,0.0,0.00537985442202244,0.153725174569888,0.0,0.0210845709974904,0.153725174569888,0.0,0.0569900601612154,0.153725174569888,0.0,0.0172891162436275,0.153725174569888,0.0,0.018362584326985,0.153725174569888,0.0,0.000934166084900637,0.5,0.153725174569888,0.0,0.00318640911911127,0.153725174569888,0.0,0.000537916587346593,0.5,0.153725174569888,0.0,0.00832797138431145,0.153725174569888,0.0,0.00807235617699296,0.153725174569888,0.0,0.336449590354228,0.153725174569888,0.0,0.276269154441708,0.153725174569888,0.0,0.101479466345804,0.153725174569888,0.0,0.00471365322306553,0.153725174569888,0.0,0.00519402691422194,0.5,0.153725174569888,0.0,0.00113825614976368,0,0.755491408064952,0.64337899189034 -5570,0.5,0.153725174569888,0.0,0.114526088337392,0.153725174569888,0.0,0.256450483489769,0.153725174569888,0.0,0.00451102884877252,0.153725174569888,0.0,0.0180074985164509,0.153725174569888,0.0,0.0545379171705085,0.153725174569888,0.0,0.0127143338009161,0.153725174569888,0.0,0.0181278097848115,0.153725174569888,0.0,0.00104023035942215,0.5,0.153725174569888,0.0,0.00205928840674219,0.153725174569888,0.0,0.000448002123584161,0.5,0.153725174569888,0.0,0.00783354037254182,0.153725174569888,0.0,0.00892074969505443,0.153725174569888,0.0,0.357250919735329,0.153725174569888,0.0,0.25577018200964,0.153725174569888,0.0,0.105369671618508,0.153725174569888,0.0,0.00397476012889208,0.153725174569888,0.0,0.00499995491257119,0.5,0.153725174569888,0.0,0.000646254168694444,0,0.686764639293529,0.721319363652934 -5571,0.5,0.153725174569888,0.0,0.134215059193364,0.153725174569888,0.0,0.244461815989232,0.153725174569888,0.0,0.00620439636514369,0.153725174569888,0.0,0.0173337575424764,0.153725174569888,0.0,0.0541856628638693,0.153725174569888,0.0,0.00797168094396974,0.153725174569888,0.0,0.0171019200424443,0.153725174569888,0.0,0.00267550835208114,0.5,0.153725174569888,0.0,0.00199528495731626,0.153725174569888,0.0,0.000905862154511367,0.5,0.153725174569888,0.0,0.00564971209654301,0.153725174569888,0.0,0.00878614366297262,0.153725174569888,0.0,0.369734968439537,0.153725174569888,0.0,0.249787118008401,0.153725174569888,0.0,0.0983899488613292,0.153725174569888,0.0,0.00242269004275351,0.153725174569888,0.0,0.00580612653557189,0.5,0.153725174569888,0.0,0.000590650469804797,0,0.650562896949373,0.798194327477597 -5572,0.5,0.153725174569888,0.0,0.14678493306461,0.153725174569888,0.0,0.244498348157178,0.153725174569888,0.0,0.00708013417450207,0.153725174569888,0.0,0.0164665998310443,0.153725174569888,0.0,0.0561417541374377,0.153725174569888,0.0,0.00871979418219433,0.153725174569888,0.0,0.0148324231776917,0.153725174569888,0.0,0.00354643785553248,0.5,0.153725174569888,0.0,0.00194965957573678,0.153725174569888,0.0,0.00141752773291677,0.5,0.153725174569888,0.0,0.00127338976881111,0.153725174569888,0.0,0.00571348805241251,0.153725174569888,0.0,0.379733687164397,0.153725174569888,0.0,0.22565836471319,0.153725174569888,0.0,0.0886706760961429,0.153725174569888,0.0,0.00209838202357153,0.153725174569888,0.0,0.00863364622898246,0.5,0.153725174569888,0.0,0.000458107447138738,0,0.58652579110336,0.806660207607001 -5573,0.5,0.153725174569888,0.0,0.154964313610534,0.153725174569888,0.0,0.229318803689066,0.153725174569888,0.0,0.00696211320916906,0.153725174569888,0.0,0.0160785694813986,0.153725174569888,0.0,0.0552098614051885,0.153725174569888,0.0,0.0140870642373178,0.153725174569888,0.0,0.0129577845549224,0.153725174569888,0.0,0.00369933854059971,0.5,0.153725174569888,0.0,0.00148488643476401,0.153725174569888,0.0,0.00227143985226194,0.5,0.153725174569888,0.0,0.00350783430142451,0.153725174569888,0.0,0.00473859881097901,0.153725174569888,0.0,0.396289526523948,0.153725174569888,0.0,0.217515229265156,0.153725174569888,0.0,0.0829036428935752,0.153725174569888,0.0,0.00219414376642001,0.153725174569888,0.0,0.0099547091273884,0.5,0.153725174569888,0.0,0.00234333702047002,0,0.594325140206618,0.743770693953818 -5574,0.5,0.153725174569888,0.00572953228753932,0.159824151755357,0.153725174569888,0.00221569030148649,0.20633572748868,0.153725174569888,0.00228962107854109,0.00761943831434826,0.153725174569888,0.00576315243105992,0.0147007002495201,0.153725174569888,0.0,0.0515272673486543,0.153725174569888,0.0,0.0223080923513656,0.153725174569888,0.0,0.0127147489538273,0.153725174569888,0.0,0.00418236828918436,0.5,0.153725174569888,0.0,0.00202784344522925,0.153725174569888,1.82898195686939e-05,0.00171956463296096,0.5,0.153725174569888,0.0,0.00847719380825689,0.153725174569888,0.0,0.00559157394168273,0.153725174569888,0.000866221465627522,0.415729060537301,0.153725174569888,0.000287548665013644,0.232529437015315,0.153725174569888,0.000773730605406657,0.0831119743786587,0.153725174569888,4.81538338418515e-05,0.00225388092336676,0.153725174569888,0.000721107241744167,0.00950811394131626,0.5,0.153725174569888,0.000697978822470497,0.00556209470576823,0,0.610320771946258,0.695746095495368 -5575,0.5,0.153725174569888,0.0700890209693059,0.216621071897379,0.153725174569888,0.0645973863477336,0.223983744262861,0.153725174569888,0.0736541285590941,0.00951246746706199,0.153725174569888,0.0896394166345504,0.0146878623917188,0.153725174569888,0.00476942198957308,0.0504470497388535,0.153725174569888,0.0357847056273595,0.0309221826409795,0.153725174569888,0.0280889513406004,0.0136517356052225,0.153725174569888,0.0403321318005494,0.00329589733128118,0.5,0.153725174569888,0.0406226920695184,0.00206804539908049,0.153725174569888,0.0454524584677626,0.00118469592576247,0.5,0.153725174569888,0.0603494620623494,0.00514181766791042,0.153725174569888,0.0573682878314564,0.00606034912198334,0.153725174569888,0.0258529352686943,0.433581592639536,0.153725174569888,0.0203659224898295,0.2704950415938,0.153725174569888,0.0296006939888383,0.113038643895293,0.153725174569888,0.0640305422672582,0.00139809298779987,0.153725174569888,0.0676959216360355,0.00511089630608403,0.5,0.153725174569888,0.0299878358193706,0.00468136476166066,0,0.677806248106779,0.596831508388767 -5576,0.5,0.153725174569888,0.151792798058562,0.332251354278734,0.153725174569888,0.168506494943558,0.353963313013621,0.153725174569888,0.189713125515966,0.0283770581951599,0.153725174569888,0.218484874020475,0.040613858805869,0.153725174569888,0.0367662094890132,0.0870596159333434,0.153725174569888,0.121332859137671,0.0534969639388933,0.153725174569888,0.100854902187733,0.021871030370611,0.153725174569888,0.126585595513095,0.00249084686552761,0.5,0.153725174569888,0.125309332915685,0.00156310783954913,0.153725174569888,0.149939397509839,0.00678331548392963,0.5,0.153725174569888,0.183214696212536,0.0044905184185251,0.153725174569888,0.180175040413665,0.00743081931654354,0.153725174569888,0.0706813505889702,0.477713024918929,0.153725174569888,0.0888057184247001,0.360681784500443,0.153725174569888,0.0645082027123007,0.208344699278792,0.153725174569888,0.181216758636657,0.00229795886539348,0.153725174569888,0.194236375279868,0.00731640584616753,0.5,0.153725174569888,0.106478334301364,0.0164692912083705,0,0.795913174027415,0.642387379303204 -5577,0.5,0.153725174569888,0.228698889104115,0.505325903777583,0.153725174569888,0.263331039323333,0.662780594371652,0.153725174569888,0.312838140852017,0.0768689323833658,0.153725174569888,0.358153872470206,0.0784413340128592,0.153725174569888,0.0976201320287095,0.181282158394568,0.153725174569888,0.227971604845514,0.0925169166202887,0.153725174569888,0.250249955152334,0.0504209861220853,0.153725174569888,0.232517331173382,0.00414146439611994,0.5,0.153725174569888,0.221686767317963,0.00302491745039531,0.153725174569888,0.280777759690635,0.0160231378602656,0.5,0.153725174569888,0.328640845153424,0.012773692836756,0.153725174569888,0.328243966492531,0.0165766272214346,0.153725174569888,0.109537335824179,0.538859726788163,0.153725174569888,0.214366647402791,0.512489181542396,0.153725174569888,0.1109204845146,0.266372425165162,0.153725174569888,0.313289744111202,0.0143295807354356,0.153725174569888,0.345445519309811,0.0201760277022051,0.5,0.153725174569888,0.224232768837309,0.031302533923139,0,0.845744426408881,0.685101169382933 -5578,0.5,0.153725174569888,0.274759132706256,0.554409096595575,0.153725174569888,0.427180542280057,0.760482930822852,0.153725174569888,0.408355061634206,0.116247759302986,0.153725174569888,0.490043720631908,0.107880177616736,0.153725174569888,0.156194998156096,0.304479062599515,0.153725174569888,0.329106901722423,0.141998107794308,0.153725174569888,0.397798757502442,0.0737592355770055,0.153725174569888,0.351277526518217,0.0100170909468648,0.5,0.153725174569888,0.334354817048981,0.00912495506198632,0.153725174569888,0.441561600365623,0.0169440191472569,0.5,0.153725174569888,0.4807389501592,0.0175118950835238,0.153725174569888,0.481112484773412,0.0229812717706588,0.153725174569888,0.133838834360037,0.533753138057008,0.153725174569888,0.333863448547801,0.57010745394845,0.153725174569888,0.220327297876814,0.307385749883721,0.153725174569888,0.433005162159729,0.0231194533346004,0.153725174569888,0.495129758408148,0.0421780857314615,0.5,0.153725174569888,0.307851214678387,0.020730461270073,0,0.833412583308428,0.628029720969125 -5579,0.5,0.153725174569888,0.235491807171325,0.483793158060196,0.153725174569888,0.526937802999438,0.703819196070373,0.153725174569888,0.412423326772357,0.129467749622206,0.153725174569888,0.551709553421529,0.144863118301766,0.153725174569888,0.309793269960294,0.449894143082648,0.153725174569888,0.405162632011917,0.198496203656019,0.153725174569888,0.50503278464261,0.136914909368793,0.153725174569888,0.442709366222135,0.0302654012270861,0.5,0.153725174569888,0.449973718118786,0.024882442978923,0.153725174569888,0.559545804782481,0.0103284509470249,0.5,0.153725174569888,0.605014479488406,0.0185288910353463,0.153725174569888,0.59610233571392,0.0219156939805571,0.153725174569888,0.157061519785576,0.510705420954519,0.153725174569888,0.416333169897626,0.555593440458593,0.153725174569888,0.362335081360681,0.361977082277728,0.153725174569888,0.507779320697578,0.0387887292676174,0.153725174569888,0.606994771828891,0.0669553274302764,0.5,0.153725174569888,0.391804820709734,0.017222361714074,0,0.884240600833714,0.56373496728755 -5580,0.5,0.153725174569888,0.287368953342097,0.463993589524942,0.153725174569888,0.398916165658371,0.645997482901098,0.153725174569888,0.417154140956404,0.116817953067898,0.153725174569888,0.558990324544799,0.17018307098302,0.153725174569888,0.472137699864509,0.535835818692886,0.153725174569888,0.550045915571689,0.239652088013917,0.153725174569888,0.54475446553417,0.188279588815565,0.153725174569888,0.5673097985831,0.0680777673213119,0.5,0.153725174569888,0.503807227637113,0.0692294731889566,0.153725174569888,0.623801661636303,0.0065004203541231,0.5,0.153725174569888,0.675058342520439,0.0242200817355697,0.153725174569888,0.66615459037009,0.0226192372640649,0.153725174569888,0.167533475147171,0.617128280618775,0.153725174569888,0.486579139342254,0.53239878173818,0.153725174569888,0.448010621617338,0.368918805237741,0.153725174569888,0.548949742731035,0.0851889065892482,0.153725174569888,0.653817959731201,0.090530631888279,0.5,0.153725174569888,0.43957435185314,0.0195344553972549,0,0.897985883408216,0.49623752080194 -5581,0.5,0.153725174569888,0.304849398157865,0.464371843549174,0.153725174569888,0.422926446052669,0.573378909703832,0.153725174569888,0.45321512865069,0.109273115671473,0.153725174569888,0.515692474207214,0.176296458464195,0.153725174569888,0.543918654918859,0.542893135132176,0.153725174569888,0.635021066197032,0.303493387735271,0.153725174569888,0.601258389059567,0.217014997855001,0.153725174569888,0.610126727405727,0.102782254290336,0.5,0.153725174569888,0.495542507139707,0.12863530223338,0.153725174569888,0.597940521296771,0.00460297600656979,0.5,0.153725174569888,0.66665552093843,0.0358205076823051,0.153725174569888,0.687278853246046,0.0276418370068629,0.153725174569888,0.253715362334367,0.712518449641115,0.153725174569888,0.557591702347956,0.522393695390702,0.153725174569888,0.437624834998274,0.32651617082035,0.153725174569888,0.580256517247246,0.107570696145737,0.153725174569888,0.662669619268682,0.109934778937632,0.5,0.153725174569888,0.359102524650756,0.0178682762321003,0,0.881083438689833,0.499605702347803 -5582,0.5,0.153725174569888,0.323203746985928,0.462121187620464,0.153725174569888,0.461469261585413,0.498896486278353,0.153725174569888,0.475200676141236,0.123886512424206,0.153725174569888,0.509820646425953,0.177423373976234,0.153725174569888,0.565164091424236,0.553356478163104,0.153725174569888,0.489947922950675,0.351944213470424,0.153725174569888,0.622515013440384,0.252725347299357,0.153725174569888,0.595579755503769,0.121519551811939,0.5,0.153725174569888,0.504233489131458,0.179910733127743,0.153725174569888,0.527904578680324,0.00370107969651282,0.5,0.153725174569888,0.597960369500439,0.0621793119521542,0.153725174569888,0.649163154551971,0.0330983913918326,0.153725174569888,0.372653379254162,0.738707377810829,0.153725174569888,0.548329732928585,0.49870353814533,0.153725174569888,0.454861168455865,0.29625265659343,0.153725174569888,0.558298396955177,0.119293438938257,0.153725174569888,0.622552396119354,0.12631157369893,0.5,0.153725174569888,0.366421773149326,0.0188223283484365,0,0.802684469979227,0.536369836551671 -5583,0.5,0.153725174569888,0.294541924883766,0.428402429726125,0.153725174569888,0.341186178013146,0.404537131255381,0.153725174569888,0.4755219484736,0.11319059673643,0.153725174569888,0.480889927745649,0.169677118983364,0.153725174569888,0.438696590354768,0.584317576442123,0.153725174569888,0.392057405674716,0.340979014492862,0.153725174569888,0.585552277852462,0.325129359343944,0.153725174569888,0.525795797948622,0.143460929759716,0.5,0.153725174569888,0.507331330075258,0.203054894349433,0.153725174569888,0.453906997284909,0.00322165229850559,0.5,0.153725174569888,0.50863063542244,0.0577734758464496,0.153725174569888,0.57024615211906,0.0348540947917069,0.153725174569888,0.417319279808031,0.661924098986936,0.153725174569888,0.509009533601487,0.458800626191059,0.153725174569888,0.466741950163291,0.269786058246353,0.153725174569888,0.506671301845804,0.123766546800161,0.153725174569888,0.557127220614614,0.125929817540881,0.5,0.153725174569888,0.327315680100267,0.0196305280425625,0,0.714232984566866,0.597392458689663 -5584,0.5,0.153725174569888,0.256070733605713,0.377066258367416,0.153725174569888,0.319822523052922,0.309798665911498,0.153725174569888,0.416580419610384,0.0790853060977006,0.153725174569888,0.398642868943181,0.151128407763245,0.153725174569888,0.318934966087367,0.519940284479799,0.153725174569888,0.338470088859441,0.19762852586173,0.153725174569888,0.415333148353067,0.341489998750636,0.153725174569888,0.352536373391915,0.127177384984939,0.5,0.153725174569888,0.454817313093281,0.191390282687852,0.153725174569888,0.374363386514974,0.00308820916133368,0.5,0.153725174569888,0.471556087448583,0.0374662529536744,0.153725174569888,0.473767208795537,0.029562919996268,0.153725174569888,0.354195136159522,0.54079313917498,0.153725174569888,0.407223708499507,0.414025063359168,0.153725174569888,0.397512378124873,0.244056151328682,0.153725174569888,0.36636890343387,0.121605822238418,0.153725174569888,0.451363378529311,0.109966207270558,0.5,0.153725174569888,0.292473210529566,0.0186088828986179,0,0.643618429772456,0.568518750427986 -5585,0.5,0.153725174569888,0.208162366605613,0.296817095761113,0.153725174569888,0.273529487290813,0.21458156557344,0.153725174569888,0.306607872655633,0.0516500388502415,0.153725174569888,0.286860788825401,0.112807033359507,0.153725174569888,0.250156970275182,0.355095142474861,0.153725174569888,0.378819355638173,0.0972418853650595,0.153725174569888,0.323635225019022,0.268854079042385,0.153725174569888,0.265697237938471,0.101636846873733,0.5,0.153725174569888,0.32682586350069,0.145782252516886,0.153725174569888,0.263123998909719,0.00384853131998433,0.5,0.153725174569888,0.365373765331455,0.0286296760404585,0.153725174569888,0.344034521407328,0.0188587861279307,0.153725174569888,0.235569964459665,0.354161362288471,0.153725174569888,0.285059134314434,0.36582624821002,0.153725174569888,0.276771370665005,0.218202551353205,0.153725174569888,0.25567109294307,0.0919319336162504,0.153725174569888,0.326815276143015,0.0753196403253431,0.5,0.153725174569888,0.212428944521937,0.013859345587417,0,0.708242527640542,0.571599505045327 -5586,0.5,0.153725174569888,0.124755489022819,0.183992679551326,0.153725174569888,0.164798506506971,0.127062990284235,0.153725174569888,0.173066078124095,0.021591429729213,0.153725174569888,0.158203820001049,0.0572914576584876,0.153725174569888,0.2258602087483,0.194201729373552,0.153725174569888,0.250242827861098,0.0479683403496479,0.153725174569888,0.214053011660367,0.128737195843265,0.153725174569888,0.176049101853741,0.0520827043096146,0.5,0.153725174569888,0.20375644721249,0.0649783595774876,0.153725174569888,0.159215440564667,0.00378860618610243,0.5,0.153725174569888,0.221929909505494,0.0117354760164188,0.153725174569888,0.206840368407307,0.00952209633617517,0.153725174569888,0.139062091140617,0.181646160811262,0.153725174569888,0.170731990908515,0.289857299106945,0.153725174569888,0.131123766835679,0.157389902359475,0.153725174569888,0.14870748345018,0.0343160059841884,0.153725174569888,0.197008287380511,0.0266769920541728,0.5,0.153725174569888,0.122296979595855,0.00564235537910151,0,0.708026757282587,0.628039305095868 -5587,0.5,0.153725174569888,0.0195943961826132,0.0678058517400553,0.153725174569888,0.0401838996383436,0.0377252515746054,0.153725174569888,0.0285548902935722,0.00174389608113986,0.153725174569888,0.00662245261434219,0.0117559046966924,0.153725174569888,0.0524929997217061,0.0516671129742449,0.153725174569888,0.0514323905880335,0.00868820615929261,0.153725174569888,0.0402656090246312,0.0332098996459918,0.153725174569888,0.0439827017622621,0.011486149683323,0.5,0.153725174569888,0.0384848807045272,0.0143753384059195,0.153725174569888,0.0268973980091915,0.00489357037994306,0.5,0.153725174569888,0.0337129053532774,0.000787881356381733,0.153725174569888,0.0334873393487592,0.00513141145680489,0.153725174569888,0.0276804916131164,0.0688186457360874,0.153725174569888,0.0454414354585989,0.159861574133183,0.153725174569888,0.0363138044825794,0.0683792792708894,0.153725174569888,0.0285816771094374,0.00499976929025688,0.153725174569888,0.0228734609805076,0.00400896018530668,0.5,0.153725174569888,0.00108865774029226,0.00296384486164894,0,0.547513017292097,0.615189268211226 -5588,0.5,0.153725174569888,0.0,0.0549235562182644,0.153725174569888,0.0,0.0469749526928747,0.153725174569888,0.0,0.00106157878746274,0.153725174569888,0.0,0.0067857507196334,0.153725174569888,0.0,0.042131711682547,0.153725174569888,0.0,0.00416598413681453,0.153725174569888,0.0,0.0137701766754821,0.153725174569888,0.0,0.00459509317130176,0.5,0.153725174569888,0.0,0.00499356564159637,0.153725174569888,0.0,0.0122868843852471,0.5,0.153725174569888,0.0,0.00127782775999483,0.153725174569888,0.0,0.00512306419232953,0.153725174569888,0.0,0.038494150738438,0.153725174569888,0.0,0.0948407411865666,0.153725174569888,0.0,0.0385686147672978,0.153725174569888,0.0,0.00428190284346998,0.153725174569888,0.0,0.00221017108637669,0.5,0.153725174569888,0.0,0.00355401912398947,0,0.405473626350724,0.562546438345926 -5589,0.5,0.153725174569888,0.0,0.0585811461214732,0.153725174569888,0.0,0.0646242956547332,0.153725174569888,0.0,0.00579149240428238,0.153725174569888,0.0,0.00405259032665264,0.153725174569888,0.0,0.043235775798882,0.153725174569888,0.0,0.00288477817605972,0.153725174569888,0.0,0.00221476593218316,0.153725174569888,0.0,0.00180844217795351,0.5,0.153725174569888,0.0,0.00345848671542397,0.153725174569888,0.0,0.0169742734099463,0.5,0.153725174569888,0.0,0.0036296610387624,0.153725174569888,0.0,0.00595316609349333,0.153725174569888,0.0,0.0306273797792679,0.153725174569888,0.0,0.0866182937402426,0.153725174569888,0.0,0.0239966789457136,0.153725174569888,0.0,0.00582476151149394,0.153725174569888,0.0,0.00289010768973467,0.5,0.153725174569888,0.0,0.00448022894672423,0,0.27349130738895,0.5647810272068 -5590,0.5,0.153725174569888,0.0,0.0698692397791505,0.153725174569888,0.0,0.05942086546666,0.153725174569888,0.0,0.016592260695665,0.153725174569888,0.0,0.00550973290467081,0.153725174569888,0.0,0.046264747326442,0.153725174569888,0.0,0.00728894175337431,0.153725174569888,0.0,0.000864229943636626,0.153725174569888,0.0,0.0026035203190467,0.5,0.153725174569888,0.0,0.00312076148816532,0.153725174569888,0.0,0.0166487089478738,0.5,0.153725174569888,0.0,0.0080131888627554,0.153725174569888,0.0,0.0133870794426419,0.153725174569888,0.0,0.0361758545208191,0.153725174569888,0.0,0.1011306659897,0.153725174569888,0.0,0.0189683532690521,0.153725174569888,0.0,0.00874978503486712,0.153725174569888,0.0,0.00493239802974409,0.5,0.153725174569888,0.0,0.00689512947264864,0,0.165836321503078,0.732948705646383 -5591,0.5,0.153725174569888,0.0,0.0786785283965055,0.153725174569888,0.0,0.0520919454034645,0.153725174569888,0.0,0.0368833303518177,0.153725174569888,0.0,0.0122707438432757,0.153725174569888,0.0,0.0473463039567395,0.153725174569888,0.0,0.0228630300797179,0.153725174569888,0.0,0.00417877467366306,0.153725174569888,0.0,0.00719681843494862,0.5,0.153725174569888,0.0,0.00389764727731646,0.153725174569888,0.0,0.0154738717574103,0.5,0.153725174569888,0.0,0.0153132900367364,0.153725174569888,0.0,0.0132369651537459,0.153725174569888,0.0,0.0571509040859655,0.153725174569888,0.0,0.118735486743056,0.153725174569888,0.0,0.0205745587263291,0.153725174569888,0.0,0.01195517143292,0.153725174569888,0.0,0.00822700799397063,0.5,0.153725174569888,0.0,0.00909899196089372,0,0.0795363444932719,0.827563030614234 -5592,0.5,0.153725174569888,0.0,0.0855949500586826,0.153725174569888,0.0,0.0635722387138025,0.153725174569888,0.0,0.0582298270399372,0.153725174569888,0.0,0.024594859467869,0.153725174569888,0.0,0.0557395162334173,0.153725174569888,0.0,0.0511424788703527,0.153725174569888,0.0,0.0128608802503149,0.153725174569888,0.0,0.0180358695462034,0.5,0.153725174569888,0.0,0.00479731871760102,0.153725174569888,0.0,0.0151080376201341,0.5,0.153725174569888,0.0,0.0240249409830824,0.153725174569888,0.0,0.0230712571958011,0.153725174569888,0.0,0.0903882651335718,0.153725174569888,0.0,0.109825286104396,0.153725174569888,0.0,0.0210850838678255,0.153725174569888,0.0,0.0141512070660989,0.153725174569888,0.0,0.0121188360139989,0.5,0.153725174569888,0.0,0.00850770259871129,0,0.0720805906979986,0.911076891349093 -5593,0.5,0.153725174569888,0.0,0.0845340905142386,0.153725174569888,0.0,0.0668509547333989,0.153725174569888,0.0,0.0677939234816183,0.153725174569888,0.0,0.0385535420748045,0.153725174569888,0.0,0.0731608119853909,0.153725174569888,0.0,0.0717275687688947,0.153725174569888,0.0,0.0232562380104693,0.153725174569888,0.0,0.0377718559793633,0.5,0.153725174569888,0.0,0.00610085597221339,0.153725174569888,0.0,0.0113304317703016,0.5,0.153725174569888,0.0,0.0332932404639268,0.153725174569888,0.0,0.0376463862505943,0.153725174569888,0.0,0.144903485858102,0.153725174569888,0.0,0.110850888649893,0.153725174569888,0.0,0.0201049301776807,0.153725174569888,0.0,0.017701511401645,0.153725174569888,0.0,0.0165657461561762,0.5,0.153725174569888,0.0,0.00681379044611749,0,0.114553000382462,0.927980380554279 -5594,0.5,0.153725174569888,0.0,0.0825425421879983,0.153725174569888,0.0,0.0636943193083768,0.153725174569888,0.0,0.0636509015138139,0.153725174569888,0.0,0.0528457767812848,0.153725174569888,0.0,0.0903509412824873,0.153725174569888,0.0,0.0886604671371896,0.153725174569888,0.0,0.0304323525407322,0.153725174569888,0.0,0.0535100033925374,0.5,0.153725174569888,0.0,0.00686381595728032,0.153725174569888,0.0,0.0104209177569814,0.5,0.153725174569888,0.0,0.041598827914565,0.153725174569888,0.0,0.0389405957285215,0.153725174569888,0.0,0.190521654696888,0.153725174569888,0.0,0.141838351140139,0.153725174569888,0.0,0.0186176503472914,0.153725174569888,0.0,0.014634567321287,0.153725174569888,0.0,0.0226845622631591,0.5,0.153725174569888,0.0,0.00491115280778535,0,0.162556245574942,0.985070004211134 -5595,0.5,0.153725174569888,0.0,0.0825865539122762,0.153725174569888,0.0,0.0599181861699408,0.153725174569888,0.0,0.0560460985874819,0.153725174569888,0.0,0.0586677222304864,0.153725174569888,0.0,0.0968743968973168,0.153725174569888,0.0,0.10263296190567,0.153725174569888,0.0,0.0453765851797383,0.153725174569888,0.0,0.066892364889092,0.5,0.153725174569888,0.0,0.00950024844014999,0.153725174569888,0.0,0.0114230910277126,0.5,0.153725174569888,0.0,0.0439786017456741,0.153725174569888,0.0,0.0365721795645958,0.153725174569888,0.0,0.197907860908568,0.153725174569888,0.0,0.181946657153609,0.153725174569888,0.0,0.0178715683340764,0.153725174569888,0.0,0.0144980973345935,0.153725174569888,0.0,0.0253389679520283,0.5,0.153725174569888,0.0,0.00355204875819616,0,0.186985147622715,0.995262004794165 -5596,0.5,0.153725174569888,0.0,0.0831289469392158,0.153725174569888,0.0,0.0604837788588428,0.153725174569888,0.0,0.0539157618172089,0.153725174569888,0.0,0.0576451805042342,0.153725174569888,0.0,0.108263099113081,0.153725174569888,0.0,0.114020936182079,0.153725174569888,0.0,0.0673725403847262,0.153725174569888,0.0,0.0649440883612347,0.5,0.153725174569888,0.0,0.0124843296842978,0.153725174569888,0.0,0.0139767630392816,0.5,0.153725174569888,0.0,0.044925928663474,0.153725174569888,0.0,0.0374580780555436,0.153725174569888,0.0,0.214849019729027,0.153725174569888,0.0,0.215021454418941,0.153725174569888,0.0,0.0186618539716609,0.153725174569888,0.0,0.0144394857721588,0.153725174569888,0.0,0.0286402219755488,0.5,0.153725174569888,0.0,0.00310270423733711,0,0.237645916836237,0.997298558381823 -5597,0.5,0.153725174569888,0.0,0.0868634971053906,0.153725174569888,0.0,0.0594161100798525,0.153725174569888,0.0,0.0468922552455484,0.153725174569888,0.0,0.0598044438550325,0.153725174569888,0.0,0.119327186932145,0.153725174569888,0.0,0.123016469579492,0.153725174569888,0.0,0.076288097303715,0.153725174569888,0.0,0.0604740758651097,0.5,0.153725174569888,0.0,0.0162942998101345,0.153725174569888,0.0,0.0131824074250092,0.5,0.153725174569888,0.0,0.0453598014962161,0.153725174569888,0.0,0.0400621812478504,0.153725174569888,0.0,0.241477529372655,0.153725174569888,0.0,0.233014979500811,0.153725174569888,0.0,0.0223962439682322,0.153725174569888,0.0,0.0165603389620245,0.153725174569888,0.0,0.0336590339714126,0.5,0.153725174569888,0.0,0.00331252844276531,0,0.326500196585717,0.998165775534015 -5598,0.5,0.153725174569888,0.0030524591679839,0.0818710121706777,0.153725174569888,0.00189346818073906,0.0594704694908763,0.153725174569888,0.00062523358258193,0.0370974459162822,0.153725174569888,0.00483389397531466,0.0562003255496206,0.153725174569888,0.0,0.150597239706121,0.153725174569888,0.0,0.122895229995956,0.153725174569888,0.0,0.0969528570466688,0.153725174569888,0.0,0.0640730551896684,0.5,0.153725174569888,0.0,0.0209854165972883,0.153725174569888,0.0,0.0137387249203263,0.5,0.153725174569888,0.0,0.0559248396968943,0.153725174569888,0.0,0.0383431873702537,0.153725174569888,0.00149898199645511,0.243620545542977,0.153725174569888,0.000220461649072185,0.243354002245902,0.153725174569888,0.000619560917325469,0.029649258104333,0.153725174569888,7.76476678572756e-08,0.0184939046859952,0.153725174569888,0.000680724579538099,0.0381366843930501,0.5,0.153725174569888,0.00181797463793179,0.00341772811076485,0,0.304736437781783,0.997127396516959 -5599,0.5,0.153725174569888,0.0504057064514407,0.0900453026896782,0.153725174569888,0.070033256981185,0.0623651084316604,0.153725174569888,0.0251936786320172,0.0352807972618319,0.153725174569888,0.0760532805309212,0.0427962364504685,0.153725174569888,0.0572062473641914,0.136622465039009,0.153725174569888,0.0443272287669874,0.0968173842321748,0.153725174569888,0.0555657370217903,0.0731840928173368,0.153725174569888,0.0381846570492247,0.0640379533047444,0.5,0.153725174569888,0.0490334443956163,0.0181985026741777,0.153725174569888,0.0645886267646841,0.00940480310378061,0.5,0.153725174569888,0.0551787494678469,0.0429024881161783,0.153725174569888,0.0575528307312431,0.0251286532563597,0.153725174569888,0.0591940141189883,0.245416793959956,0.153725174569888,0.0588949889593752,0.255865399441117,0.153725174569888,0.0650134856748264,0.0316602609032114,0.153725174569888,0.0606574362137246,0.0146515692163017,0.153725174569888,0.0664483164339545,0.0366533730724532,0.5,0.153725174569888,0.0768755283388576,0.00257152546770162,0,0.268165240122783,0.990371388870394 -5600,0.5,0.153725174569888,0.120668347212035,0.126981521490073,0.153725174569888,0.183379592024831,0.115692424410773,0.153725174569888,0.0973428245582468,0.0432399380890334,0.153725174569888,0.160175396290945,0.0425408469381298,0.153725174569888,0.172990953858469,0.223760951753118,0.153725174569888,0.150216654462405,0.126551373793016,0.153725174569888,0.161392748729753,0.0832306370531057,0.153725174569888,0.126962905054888,0.0908947351278413,0.5,0.153725174569888,0.164514214261625,0.025814679529115,0.153725174569888,0.189714921612339,0.00662580221615971,0.5,0.153725174569888,0.168994054612279,0.0582689886128823,0.153725174569888,0.180154184064828,0.0184213338602754,0.153725174569888,0.158894468266083,0.302228659217723,0.153725174569888,0.172465650768461,0.348068417836122,0.153725174569888,0.185600546556772,0.0495415767698149,0.153725174569888,0.183289898589084,0.0200980033008147,0.153725174569888,0.189344851418092,0.056067303062215,0.5,0.153725174569888,0.203259358154002,0.00329286875261036,0,0.242295862230173,1.00015017192294 -5601,0.5,0.153725174569888,0.210936092941607,0.171233291023619,0.153725174569888,0.314916944105322,0.211661323004255,0.153725174569888,0.233506467956163,0.10965153442931,0.153725174569888,0.235646870476753,0.0558422446670338,0.153725174569888,0.309565975493824,0.404927780253439,0.153725174569888,0.284660517794744,0.262859679028048,0.153725174569888,0.27775967810631,0.193033840560554,0.153725174569888,0.24515538864762,0.184352130377154,0.5,0.153725174569888,0.303935415182064,0.100519311315889,0.153725174569888,0.333386952117544,0.0150685375769393,0.5,0.153725174569888,0.309297384326205,0.141188787742248,0.153725174569888,0.32613898624968,0.0321418488080725,0.153725174569888,0.27891937863196,0.432591386545558,0.153725174569888,0.308983589438819,0.530031623829319,0.153725174569888,0.319428463434698,0.124717831559225,0.153725174569888,0.322338696957063,0.0780209028404525,0.153725174569888,0.329530291195958,0.125853369754797,0.5,0.153725174569888,0.347685909265428,0.00877674746607533,0,0.20852730260285,1.00287837217587 -5602,0.5,0.153725174569888,0.348965510431719,0.226960946482164,0.153725174569888,0.45304401674409,0.353685398834367,0.153725174569888,0.4283814819518,0.220338182106268,0.153725174569888,0.303196150199718,0.0789251995841181,0.153725174569888,0.44108631702808,0.595728247719084,0.153725174569888,0.419919628328667,0.49253402690338,0.153725174569888,0.39884420459063,0.400535539445141,0.153725174569888,0.392623721451706,0.379809669963656,0.5,0.153725174569888,0.448899166842443,0.283416060232904,0.153725174569888,0.481507733856019,0.0344545080501277,0.5,0.153725174569888,0.466419678594592,0.22103035387265,0.153725174569888,0.47830313700284,0.0713879989021871,0.153725174569888,0.418473689859875,0.522400112069447,0.153725174569888,0.446336419684578,0.62242072978137,0.153725174569888,0.452205359953449,0.268707004313264,0.153725174569888,0.461202228865373,0.219841765142789,0.153725174569888,0.472484500263806,0.206530131332021,0.5,0.153725174569888,0.49238487439322,0.0167722061495633,0,0.167314899103233,1.00612620103228 -5603,0.5,0.153725174569888,0.520126760726073,0.277397712946573,0.153725174569888,0.57532984889917,0.566705875972783,0.153725174569888,0.576312801645383,0.294949393503899,0.153725174569888,0.383076529376658,0.121637602431829,0.153725174569888,0.559788240137229,0.774190450013809,0.153725174569888,0.536643093650437,0.770232440805352,0.153725174569888,0.503268356371609,0.609886871109518,0.153725174569888,0.502454184723341,0.603614636337038,0.5,0.153725174569888,0.533854686747506,0.490230375748873,0.153725174569888,0.596593209272921,0.0646378063167937,0.5,0.153725174569888,0.58629087228465,0.328873745129051,0.153725174569888,0.597093137917974,0.155629846344416,0.153725174569888,0.559647790085637,0.623739970319585,0.153725174569888,0.567834493451246,0.717583460389259,0.153725174569888,0.546953001085637,0.423337554272583,0.153725174569888,0.533804579947442,0.388727669560402,0.153725174569888,0.583415661779806,0.282706673164304,0.5,0.153725174569888,0.603972537677614,0.0243223405971103,0,0.147180293991683,1.00912398550614 -5604,0.5,0.153725174569888,0.588501452463968,0.374509251834151,0.153725174569888,0.62050615241709,0.69827987907129,0.153725174569888,0.556456978071084,0.367511074594789,0.153725174569888,0.390371794457968,0.171726165546534,0.153725174569888,0.625360984222723,0.909091323412135,0.153725174569888,0.547117346529149,0.915117456979573,0.153725174569888,0.48587614911737,0.706037252521969,0.153725174569888,0.505722925295222,0.75523676708409,0.5,0.153725174569888,0.568862461850568,0.608723255397944,0.153725174569888,0.641314408860331,0.0957047707405033,0.5,0.153725174569888,0.633739427854062,0.448549209384979,0.153725174569888,0.643433036736418,0.247781326759179,0.153725174569888,0.652757803168582,0.677573737868695,0.153725174569888,0.637278839091201,0.801607609797958,0.153725174569888,0.503717295039523,0.537072026588182,0.153725174569888,0.496757646331967,0.507985766890755,0.153725174569888,0.618124687194811,0.356263700706149,0.5,0.153725174569888,0.665625443757165,0.0349702133850004,0,0.13110860584866,1.01089378969651 -5605,0.5,0.153725174569888,0.551339801567461,0.450072415782381,0.153725174569888,0.678899798404837,0.726575315467161,0.153725174569888,0.615682265214377,0.454726485645854,0.153725174569888,0.478217842734982,0.235102695677482,0.153725174569888,0.563272917384345,0.969794710987412,0.153725174569888,0.547176736534022,0.97560387158755,0.153725174569888,0.580617315632269,0.841305793079418,0.153725174569888,0.433959727906984,0.808550873134878,0.5,0.153725174569888,0.616432025126014,0.709914061652704,0.153725174569888,0.654500809540803,0.120769633335345,0.5,0.153725174569888,0.655972005278009,0.505889418643438,0.153725174569888,0.665440153618814,0.330441213632351,0.153725174569888,0.684793774215395,0.691255236685835,0.153725174569888,0.634560334374866,0.869622368261025,0.153725174569888,0.408855902995779,0.593428810017077,0.153725174569888,0.508807295588499,0.576853056129271,0.153725174569888,0.633876916121905,0.416292323418089,0.5,0.153725174569888,0.663811381357794,0.0482570897802766,0,0.107312832329542,0.99379810750222 -5606,0.5,0.153725174569888,0.462262931213902,0.440247759938326,0.153725174569888,0.617660830249147,0.710501546051971,0.153725174569888,0.610546626414085,0.554422355166709,0.153725174569888,0.453362065970377,0.278622546613242,0.153725174569888,0.437675443603911,0.99788030627,0.153725174569888,0.476058785289054,0.989860829023328,0.153725174569888,0.46778248900546,0.889082636081168,0.153725174569888,0.494215546340718,0.828721426542388,0.5,0.153725174569888,0.493175469279004,0.731098513432799,0.153725174569888,0.626850313161093,0.152925917229123,0.5,0.153725174569888,0.650302570377208,0.502774108707949,0.153725174569888,0.645201126035787,0.390341331483825,0.153725174569888,0.667687944893964,0.736312462141722,0.153725174569888,0.549340737479942,0.915921041983349,0.153725174569888,0.379270427551479,0.618431231134842,0.153725174569888,0.486405559617479,0.625517275699706,0.153725174569888,0.632819899062936,0.458743406560039,0.5,0.153725174569888,0.617459159559183,0.0635433672393155,0,0.0652422612525696,0.906181094056723 -5607,0.5,0.153725174569888,0.347992987406497,0.422904287997667,0.153725174569888,0.53376849154867,0.803617526804587,0.153725174569888,0.525615775510594,0.605547881716532,0.153725174569888,0.338471352480299,0.305292779800062,0.153725174569888,0.318672211526011,1.00080692363718,0.153725174569888,0.368708636598722,0.991993112574215,0.153725174569888,0.365351146368711,0.869404662700429,0.153725174569888,0.396360284198889,0.826075611037013,0.5,0.153725174569888,0.476395854413914,0.758428038481638,0.153725174569888,0.523464806622743,0.168111329687248,0.5,0.153725174569888,0.580113083048674,0.517285723692398,0.153725174569888,0.582315994376153,0.398594930199717,0.153725174569888,0.56803690363632,0.770354205640445,0.153725174569888,0.354833428145707,0.94088010119756,0.153725174569888,0.361173669911815,0.631787566292653,0.153725174569888,0.397317507995069,0.637024709214345,0.153725174569888,0.563312885119047,0.473114300003946,0.5,0.153725174569888,0.55237743082427,0.0914258364916834,0,0.0459551184023018,0.881609519725861 -5608,0.5,0.153725174569888,0.240734761459567,0.362961748387101,0.153725174569888,0.381304893183258,0.83815089957546,0.153725174569888,0.382936977395128,0.566597168251697,0.153725174569888,0.238727463858283,0.250955788917998,0.153725174569888,0.224987681484553,1.01074866018347,0.153725174569888,0.230885149451752,1.00373549695284,0.153725174569888,0.330921551681615,0.85815668636674,0.153725174569888,0.327581674951943,0.81341432941726,0.5,0.153725174569888,0.436511886064048,0.709620113539591,0.153725174569888,0.395049460787424,0.142710853940563,0.5,0.153725174569888,0.475596215216318,0.518239631660701,0.153725174569888,0.481198560990815,0.38274843012982,0.153725174569888,0.357663507048326,0.817667725972617,0.153725174569888,0.203436845416353,0.961053458582488,0.153725174569888,0.31394050429211,0.720335225805033,0.153725174569888,0.350038489403301,0.644560428445789,0.153725174569888,0.464317701727562,0.47994942119077,0.5,0.153725174569888,0.420416016066732,0.126281589191156,0,0.0477714988006948,0.890024173351038 -5609,0.5,0.153725174569888,0.15591283155228,0.250784127210299,0.153725174569888,0.258145475848963,0.854011769392537,0.153725174569888,0.270923906645859,0.498996269178623,0.153725174569888,0.182863601131532,0.179990991374303,0.153725174569888,0.0965283606686069,1.00520228548566,0.153725174569888,0.0889755752640134,0.992891072952118,0.153725174569888,0.213248879418307,0.845272566753552,0.153725174569888,0.241542315958636,0.782040337161605,0.5,0.153725174569888,0.339524980407311,0.596778164292403,0.153725174569888,0.265581418754761,0.0996662824106984,0.5,0.153725174569888,0.338548985351659,0.454189879091707,0.153725174569888,0.346705929288096,0.308514702917732,0.153725174569888,0.179252268518307,0.885132282147083,0.153725174569888,0.11543424827801,0.941825356694982,0.153725174569888,0.227482707404631,0.719211151806243,0.153725174569888,0.276697280261381,0.583221080612908,0.153725174569888,0.329562915652344,0.400525570528172,0.5,0.153725174569888,0.268644769764696,0.114611728836311,0,0.0765696427104799,0.949189313727573 -5610,0.5,0.153725174569888,0.102803545835654,0.159841465644269,0.153725174569888,0.090403467467798,0.959260228221641,0.153725174569888,0.158835511025658,0.346005652662797,0.153725174569888,0.110741194495708,0.095455273198386,0.153725174569888,0.0318051284851357,0.830440278328019,0.153725174569888,0.0275239118324094,0.792066490593137,0.153725174569888,0.0781253702596747,0.879831289026716,0.153725174569888,0.132708588995959,0.672854498549264,0.5,0.153725174569888,0.221849549578762,0.369119111127975,0.153725174569888,0.142556640090595,0.0401095482144382,0.5,0.153725174569888,0.202329700115783,0.212871017356266,0.153725174569888,0.208772306389378,0.131932891207534,0.153725174569888,0.0707084831816327,0.841295369080182,0.153725174569888,0.042290607809573,0.778467308467395,0.153725174569888,0.129831246934227,0.667700901531086,0.153725174569888,0.148221171856854,0.411036677732688,0.153725174569888,0.188762032674844,0.19488225124888,0.5,0.153725174569888,0.107158003230605,0.0410252744649833,0,0.0955125988170393,0.968152392945635 -5611,0.5,0.153725174569888,0.0147940949473471,0.0958719209209185,0.153725174569888,0.0179084967648318,0.829573966676526,0.153725174569888,0.0259274399577329,0.142307587541484,0.153725174569888,0.000838765757139184,0.0631040012765021,0.153725174569888,0.00883226151590483,0.669518655796208,0.153725174569888,0.00645998875726019,0.443830108976277,0.153725174569888,0.0123271813475809,0.940380265695048,0.153725174569888,0.0233173373805478,0.542064882621775,0.5,0.153725174569888,0.038668599366934,0.28774733138021,0.153725174569888,0.0211925141455934,0.0387078865455923,0.5,0.153725174569888,0.0311766807708473,0.0689779009293627,0.153725174569888,0.0308535468728237,0.0572299738269827,0.153725174569888,0.0135317655976437,0.748218789370782,0.153725174569888,0.00985229738293171,0.632402080964651,0.153725174569888,0.0222152211817433,0.600893496104685,0.153725174569888,0.0317757427877915,0.327207667968872,0.153725174569888,0.0192086028219055,0.0783629338741218,0.5,0.153725174569888,0.0,0.0346113518036236,0,0.157585024241964,0.967178068567162 -5612,0.5,0.153725174569888,0.0,0.103341255548517,0.153725174569888,0.0,0.392878726655038,0.153725174569888,0.0,0.0958747800589627,0.153725174569888,0.0,0.0606686097023136,0.153725174569888,0.0,0.544542784290196,0.153725174569888,0.0,0.286290347440775,0.153725174569888,0.0,0.707130263465061,0.153725174569888,1.40122604246097e-06,0.375875720043065,0.5,0.153725174569888,0.0,0.286757155803764,0.153725174569888,0.0,0.0365572734470499,0.5,0.153725174569888,0.0,0.0375465238780904,0.153725174569888,0.0,0.040068152015506,0.153725174569888,0.0,0.624298742294294,0.153725174569888,0.0,0.557936237785368,0.153725174569888,0.0,0.61161527288157,0.153725174569888,0.0,0.398690288512575,0.153725174569888,0.0,0.0423778861162496,0.5,0.153725174569888,0.0,0.0389493858813179,0,0.358519453140204,0.949397083593918 -5613,0.5,0.153725174569888,0.0,0.105245755140827,0.153725174569888,0.0,0.435698709248873,0.153725174569888,0.0,0.098039249961789,0.153725174569888,0.0,0.0633225012263503,0.153725174569888,0.0,0.424411710055969,0.153725174569888,0.0,0.230622014488081,0.153725174569888,0.0,0.450246548641587,0.153725174569888,0.0,0.283659477314279,0.5,0.153725174569888,0.0,0.20290269432025,0.153725174569888,0.0,0.0334522852616085,0.5,0.153725174569888,0.0,0.0343451721957029,0.153725174569888,0.0,0.0364772762518568,0.153725174569888,0.0,0.523896252209402,0.153725174569888,0.0,0.5539496557049,0.153725174569888,0.0,0.494241529814447,0.153725174569888,0.0,0.264237977883842,0.153725174569888,0.0,0.0278949830373535,0.5,0.153725174569888,0.0,0.0420941252735763,0,0.568319423568683,0.911355948730643 -5614,0.5,0.153725174569888,0.0,0.110836432869641,0.153725174569888,0.0,0.453634426349178,0.153725174569888,0.0,0.116728159486954,0.153725174569888,0.0,0.0687953481547076,0.153725174569888,0.0,0.455333748667091,0.153725174569888,0.0,0.283970341444109,0.153725174569888,0.0,0.332679244025957,0.153725174569888,0.0,0.23085296688568,0.5,0.153725174569888,0.0,0.147775528608268,0.153725174569888,0.0,0.0364942462753424,0.5,0.153725174569888,0.0,0.049549510809494,0.153725174569888,0.0,0.0439160677356201,0.153725174569888,0.0,0.521002419545653,0.153725174569888,0.0,0.620918609773308,0.153725174569888,0.0,0.347744151855239,0.153725174569888,0.0,0.181822099775833,0.153725174569888,0.0,0.0306537837198401,0.5,0.153725174569888,0.0,0.0404151380517513,0,0.462389344810875,0.909701884450629 -5615,0.5,0.153725174569888,0.0,0.120701372564756,0.153725174569888,0.0,0.552733232914008,0.153725174569888,0.0,0.121367180201275,0.153725174569888,0.0,0.0774186142461796,0.153725174569888,0.0,0.566705748614547,0.153725174569888,0.0,0.378706696493268,0.153725174569888,0.0,0.331919375017725,0.153725174569888,0.0,0.205532032799609,0.5,0.153725174569888,0.0,0.119660225077358,0.153725174569888,0.0,0.039898791605638,0.5,0.153725174569888,0.0,0.0684725210885581,0.153725174569888,0.0,0.0546843857522523,0.153725174569888,0.0,0.571477794123092,0.153725174569888,0.0,0.642789559008484,0.153725174569888,0.0,0.340624820007426,0.153725174569888,0.0,0.152088789948239,0.153725174569888,0.0,0.0426147917409481,0.5,0.153725174569888,0.0,0.0397945771747177,0,0.33425866586191,0.751104624581528 -5616,0.5,0.153725174569888,0.0,0.132801423389665,0.153725174569888,0.0,0.561888050577456,0.153725174569888,0.0,0.120059596677914,0.153725174569888,0.0,0.0984605473083616,0.153725174569888,0.0,0.694107043070136,0.153725174569888,0.0,0.436403636509528,0.153725174569888,0.0,0.423295182611794,0.153725174569888,0.0,0.208841620791258,0.5,0.153725174569888,0.0,0.116910362531852,0.153725174569888,0.0,0.0412313693608414,0.5,0.153725174569888,0.0,0.0924819760641077,0.153725174569888,0.0,0.0649699435268258,0.153725174569888,0.0,0.604298355179094,0.153725174569888,0.0,0.713614463063734,0.153725174569888,0.0,0.396235896730888,0.153725174569888,0.0,0.15882441757103,0.153725174569888,0.0,0.0568961190033931,0.5,0.153725174569888,0.0,0.0409396356813675,0,0.35037248432497,0.700912798491712 -5617,0.5,0.153725174569888,0.0,0.163569210043927,0.153725174569888,0.0,0.527421109006023,0.153725174569888,0.0,0.126333404394291,0.153725174569888,0.0,0.113388750134037,0.153725174569888,0.0,0.781886426386504,0.153725174569888,0.0,0.460203650394495,0.153725174569888,0.0,0.514589235330002,0.153725174569888,0.0,0.216849678367503,0.5,0.153725174569888,0.0,0.107913017122135,0.153725174569888,0.0,0.0433550239156645,0.5,0.153725174569888,0.0,0.119855139506471,0.153725174569888,0.0,0.0723806050056316,0.153725174569888,0.0,0.682243301710193,0.153725174569888,0.0,0.803266665098162,0.153725174569888,0.0,0.421244457008373,0.153725174569888,0.0,0.191718893568696,0.153725174569888,0.0,0.072279325914702,0.5,0.153725174569888,0.0,0.0451894044155192,0,0.553651242975815,0.909202287271186 -5618,0.5,0.153725174569888,0.0,0.194998608662441,0.153725174569888,0.0,0.633833437561808,0.153725174569888,0.0,0.149597456767515,0.153725174569888,0.0,0.129227224057944,0.153725174569888,0.0,0.810141343255053,0.153725174569888,0.0,0.393837370954216,0.153725174569888,0.0,0.554341652952938,0.153725174569888,0.0,0.201871255131368,0.5,0.153725174569888,0.0,0.0812409319010733,0.153725174569888,0.0,0.0472130192102196,0.5,0.153725174569888,0.0,0.126040062302913,0.153725174569888,0.0,0.075679568929338,0.153725174569888,0.0,0.748634936587675,0.153725174569888,0.0,0.86931788858683,0.153725174569888,0.0,0.509723484003793,0.153725174569888,0.0,0.239308288087507,0.153725174569888,0.0,0.0838796658670393,0.5,0.153725174569888,0.0,0.0480070136420858,0,0.658571695131905,0.996624821042387 -5619,0.5,0.153725174569888,0.0,0.232372016413328,0.153725174569888,0.0,0.829184413453587,0.153725174569888,0.0,0.181143304464559,0.153725174569888,0.0,0.145027429238705,0.153725174569888,0.0,0.823122680200375,0.153725174569888,0.0,0.341613105384444,0.153725174569888,0.0,0.554115443404051,0.153725174569888,0.0,0.160101803103189,0.5,0.153725174569888,0.0,0.0608004059183041,0.153725174569888,0.0,0.045534450276496,0.5,0.153725174569888,0.0,0.128886952910254,0.153725174569888,0.0,0.0750844479873691,0.153725174569888,0.0,0.797730102848181,0.153725174569888,0.0,0.872101703107484,0.153725174569888,0.0,0.630995661856066,0.153725174569888,0.0,0.22072695145439,0.153725174569888,0.0,0.0886582049181145,0.5,0.153725174569888,0.0,0.0442596885915959,0,0.782161953696412,1.01007802056347 -5620,0.5,0.153725174569888,0.0,0.276910904608833,0.153725174569888,0.0,0.918896138447937,0.153725174569888,0.0,0.210503789450552,0.153725174569888,0.0,0.156272799410333,0.153725174569888,0.0,0.856645924544932,0.153725174569888,0.0,0.324773504706573,0.153725174569888,0.0,0.465359396266652,0.153725174569888,0.0,0.102299626656355,0.5,0.153725174569888,0.0,0.0494270598153725,0.153725174569888,0.0,0.0432559437095666,0.5,0.153725174569888,0.0,0.134326299319981,0.153725174569888,0.0,0.0695223577459532,0.153725174569888,0.0,0.836098753829551,0.153725174569888,0.0,0.879577797469992,0.153725174569888,0.0,0.686062978909855,0.153725174569888,0.0,0.187801618725797,0.153725174569888,0.0,0.086453890537178,0.5,0.153725174569888,0.0,0.039897518434408,0,0.77224376040369,1.00843397102791 -5621,0.5,0.153725174569888,0.0,0.349892759631186,0.153725174569888,0.0,0.951938194047055,0.153725174569888,0.0,0.219609593491486,0.153725174569888,0.0,0.156696571060487,0.153725174569888,0.0,0.841935956224358,0.153725174569888,0.0,0.29454945162778,0.153725174569888,0.0,0.404027703650526,0.153725174569888,0.0,0.0632273259438966,0.5,0.153725174569888,0.0,0.03524626358049,0.153725174569888,0.0,0.0403328012585336,0.5,0.153725174569888,0.0,0.112926833946114,0.153725174569888,0.0,0.0622329100426776,0.153725174569888,0.0,0.836674666282765,0.153725174569888,0.0,0.869019836566686,0.153725174569888,0.0,0.721211616302714,0.153725174569888,0.0,0.155321564412934,0.153725174569888,0.0,0.0774936523820952,0.5,0.153725174569888,0.0,0.0378977321399166,0,0.734572431443283,1.00547646077239 -5622,0.5,0.153725174569888,0.00121491051434047,0.453756319567889,0.153725174569888,7.30627944663746e-05,0.971658936851379,0.153725174569888,0.00116206398281182,0.221553588051582,0.153725174569888,0.0024452859436321,0.15648467048622,0.153725174569888,0.0,0.727288329155935,0.153725174569888,0.0,0.247544456663279,0.153725174569888,0.0,0.368191687234682,0.153725174569888,0.0,0.0419909367487018,0.5,0.153725174569888,0.0,0.0261747013569056,0.153725174569888,0.0,0.0369030056493887,0.5,0.153725174569888,0.0,0.107315590245246,0.153725174569888,0.0,0.0542891208121505,0.153725174569888,0.00012811138052732,0.791277641979839,0.153725174569888,1.12110154067213e-05,0.823073308247847,0.153725174569888,0.000234679654079335,0.727877212514514,0.153725174569888,0.0,0.133063450179994,0.153725174569888,0.000396006569717071,0.0674521855391877,0.5,0.153725174569888,0.000810173945390622,0.0348846995699009,0,0.968263359561537,0.99763052989565 -5623,0.5,0.153725174569888,0.0273276716267557,0.59223976336343,0.153725174569888,0.00299429782433228,0.979618481649287,0.153725174569888,0.0557826487306606,0.27699535281649,0.153725174569888,0.0494283518694338,0.192111119008688,0.153725174569888,0.00280747079166099,0.578579895243996,0.153725174569888,0.0284833614829403,0.22488641390175,0.153725174569888,0.040603786734374,0.390065772404582,0.153725174569888,0.0457860472270337,0.0312816273546404,0.5,0.153725174569888,0.0250780187612745,0.0197868079766744,0.153725174569888,0.0622340668987391,0.0271574934343964,0.5,0.153725174569888,0.00501173114615479,0.115164407639394,0.153725174569888,0.0309181339916091,0.0442204897835204,0.153725174569888,0.00241591617114937,0.820848009324439,0.153725174569888,0.001810488700943,0.728552934230171,0.153725174569888,0.0345666490657053,0.787858445237868,0.153725174569888,0.0573579047911918,0.151652167398699,0.153725174569888,0.03389585246215,0.0660873431324332,0.5,0.153725174569888,0.0464907475718473,0.0270655228877923,0,0.99822741590154,1.00206825425355 -5624,0.5,0.153725174569888,0.0853671622781146,0.780527833221974,0.153725174569888,0.00994676615229298,0.939783623962069,0.153725174569888,0.156712963087529,0.530721080757546,0.153725174569888,0.147287337982684,0.365977348563635,0.153725174569888,0.0233450199252494,0.502992419474055,0.153725174569888,0.0909848386172383,0.241680195222537,0.153725174569888,0.110186096298192,0.467952553565467,0.153725174569888,0.143910404780296,0.056587883123434,0.5,0.153725174569888,0.087809496608645,0.0706278079097178,0.153725174569888,0.172014335762028,0.0297091918359447,0.5,0.153725174569888,0.019116386276025,0.124358558743915,0.153725174569888,0.0874328437558789,0.0493554923780698,0.153725174569888,0.00691294729222025,0.837712648192018,0.153725174569888,0.0147281652868508,0.661900787573359,0.153725174569888,0.0840230862741159,0.825138167247434,0.153725174569888,0.169579613102436,0.235591971920843,0.153725174569888,0.0842882920978702,0.0989828357053093,0.5,0.153725174569888,0.127114807217017,0.0442734853598948,0,0.998210962417891,1.00253604900414 -5625,0.5,0.153725174569888,0.164242682916032,0.869579489052698,0.153725174569888,0.0191377601579946,0.835963430006782,0.153725174569888,0.285147752504338,0.614800729944785,0.153725174569888,0.263887700489289,0.592010600582559,0.153725174569888,0.0784963041072054,0.506319365176425,0.153725174569888,0.167177327527043,0.25761066215004,0.153725174569888,0.181822356970389,0.562659491279119,0.153725174569888,0.242098651878869,0.0886015139376048,0.5,0.153725174569888,0.146219375626998,0.153570636090797,0.153725174569888,0.278447614605949,0.0525814519055994,0.5,0.153725174569888,0.0287994891738508,0.117434438979507,0.153725174569888,0.14552040765441,0.0691065438741434,0.153725174569888,0.0204853903814931,0.803609590586076,0.153725174569888,0.0519664067268762,0.656956024119504,0.153725174569888,0.127839461305566,0.820101033847342,0.153725174569888,0.301487875847838,0.291059777876551,0.153725174569888,0.129557897421729,0.14408326264579,0.5,0.153725174569888,0.253990619879694,0.0902957897946866,0,1.00785248843565,1.0031148643133 -5626,0.5,0.153725174569888,0.267762109996385,0.899876715178979,0.153725174569888,0.0531178578997538,0.805738534850427,0.153725174569888,0.408949742208043,0.602273920190533,0.153725174569888,0.396523661651441,0.62364298792652,0.153725174569888,0.197653104019655,0.570605883223148,0.153725174569888,0.186457739849803,0.283384808243452,0.153725174569888,0.218507845221528,0.543184477874255,0.153725174569888,0.316487252243605,0.103541067001617,0.5,0.153725174569888,0.192209035428041,0.197686940880344,0.153725174569888,0.359564981287673,0.105004995689757,0.5,0.153725174569888,0.0499022714189324,0.104001568360688,0.153725174569888,0.196453911689171,0.0985080962769525,0.153725174569888,0.0459274232276001,0.758774930479994,0.153725174569888,0.155846265019591,0.729905682094715,0.153725174569888,0.193345490979304,0.743395074763838,0.153725174569888,0.402236327956776,0.321329677615956,0.153725174569888,0.166201687270356,0.166104111659352,0.5,0.153725174569888,0.390406726142455,0.131888086049237,0,1.00907922168615,1.00255019703768 -5627,0.5,0.153725174569888,0.352802965042768,0.898918209787856,0.153725174569888,0.0728724509291031,0.8725889365183,0.153725174569888,0.478530980049015,0.539548796775777,0.153725174569888,0.481008573026424,0.614992525676162,0.153725174569888,0.295971120739757,0.642524591058305,0.153725174569888,0.285074277690146,0.324741270658288,0.153725174569888,0.278278712188391,0.506611130656052,0.153725174569888,0.347203216158865,0.117073669758199,0.5,0.153725174569888,0.231490426983592,0.189821649365679,0.153725174569888,0.394220818893269,0.153823847835863,0.5,0.153725174569888,0.0536906980102998,0.102082690522247,0.153725174569888,0.226380284946698,0.131211143865578,0.153725174569888,0.0713363228669286,0.839201460846106,0.153725174569888,0.28841712647243,0.755782303811088,0.153725174569888,0.298410641743681,0.724806480252454,0.153725174569888,0.460286609693052,0.309990468971327,0.153725174569888,0.177918744466914,0.182256164266926,0.5,0.153725174569888,0.502188977626974,0.207977494051495,0,1.00886216320592,1.0012453081852 -5628,0.5,0.153725174569888,0.408022347184224,0.869631749204584,0.153725174569888,0.0781943534456847,0.836173832299929,0.153725174569888,0.459120776816424,0.485777107248089,0.153725174569888,0.509520984883404,0.529243391360507,0.153725174569888,0.257181177298692,0.70195350258998,0.153725174569888,0.307548653379879,0.35549341739451,0.153725174569888,0.19576555118707,0.381367178535809,0.153725174569888,0.322946834179308,0.151688813048013,0.5,0.153725174569888,0.238513511398355,0.178584724403002,0.153725174569888,0.407419262124715,0.189374489188421,0.5,0.153725174569888,0.0558860549183477,0.110125605919556,0.153725174569888,0.223887084080059,0.15439086927908,0.153725174569888,0.174593303126329,0.9164639154247,0.153725174569888,0.285010970311142,0.764764277919638,0.153725174569888,0.334900552239878,0.708757329975213,0.153725174569888,0.342849725940224,0.246418596868384,0.153725174569888,0.176110593144063,0.182865225296724,0.5,0.153725174569888,0.524705928497504,0.248942793786114,0,1.00553326726223,0.989513241334225 -5629,0.5,0.153725174569888,0.455314683125894,0.821368552920687,0.153725174569888,0.122139171375246,0.784785382224308,0.153725174569888,0.395520048562595,0.450904644745917,0.153725174569888,0.505929167441768,0.454164240735071,0.153725174569888,0.272308010289613,0.759633254089157,0.153725174569888,0.141924049849856,0.324265604000812,0.153725174569888,0.168793163292205,0.31639218651482,0.153725174569888,0.212936162871043,0.142056792273314,0.5,0.153725174569888,0.271954421577452,0.164861564414491,0.153725174569888,0.383153083154959,0.26448316953128,0.5,0.153725174569888,0.0920781643522757,0.0953733633074302,0.153725174569888,0.297055976990013,0.21944515559696,0.153725174569888,0.250114005387789,0.929516036368422,0.153725174569888,0.175919338906456,0.708785749899316,0.153725174569888,0.247400100812638,0.63157111955635,0.153725174569888,0.203481562523473,0.207487860455079,0.153725174569888,0.169840089628877,0.201151930689537,0.5,0.153725174569888,0.507982376933847,0.237227507783236,0,0.989923705188654,0.986697604610033 -5630,0.5,0.153725174569888,0.387560852221667,0.753772902265777,0.153725174569888,0.185076924143707,0.773236631932075,0.153725174569888,0.310126496007018,0.43758097736579,0.153725174569888,0.446753171552475,0.404632324431398,0.153725174569888,0.367337671168889,0.793360978091211,0.153725174569888,0.105042551323256,0.321493507177816,0.153725174569888,0.147804335102791,0.295148948362955,0.153725174569888,0.138354547844836,0.139552974036223,0.5,0.153725174569888,0.267556788356472,0.152315366496446,0.153725174569888,0.404910335834598,0.332733972580296,0.5,0.153725174569888,0.0780081322977957,0.0610289721756717,0.153725174569888,0.308906540941748,0.18831113315191,0.153725174569888,0.280263994206806,0.918784081486157,0.153725174569888,0.286961544470993,0.734401976153158,0.153725174569888,0.219540613132704,0.610559073864765,0.153725174569888,0.148619521282581,0.158406539248667,0.153725174569888,0.162027044247083,0.176247823947953,0.5,0.153725174569888,0.41067167090384,0.186240453107141,0,0.979147243485906,0.997820537914502 -5631,0.5,0.153725174569888,0.269870275308787,0.679546180333276,0.153725174569888,0.100232735582824,0.6021886008233,0.153725174569888,0.24310710038659,0.394343645839085,0.153725174569888,0.390288861136192,0.385368919187856,0.153725174569888,0.223785087625936,0.711486686448994,0.153725174569888,0.156929357954851,0.375602764904068,0.153725174569888,0.162751859605578,0.28937433894339,0.153725174569888,0.102525607276726,0.138258178373602,0.5,0.153725174569888,0.223497637831861,0.147976867620527,0.153725174569888,0.288245108069264,0.310733191870735,0.5,0.153725174569888,0.115117241254838,0.0677579161430613,0.153725174569888,0.279988534258721,0.173330297039229,0.153725174569888,0.117542393726787,0.89532889170769,0.153725174569888,0.340607054228985,0.767760631107325,0.153725174569888,0.18763087352483,0.599322400941617,0.153725174569888,0.164232867514977,0.133518610342943,0.153725174569888,0.183855401410351,0.127220502621344,0.5,0.153725174569888,0.385604484884106,0.194365140931642,0,0.97737401188641,0.999744156632937 -5632,0.5,0.153725174569888,0.190922882873691,0.564385158054197,0.153725174569888,0.181671021036073,0.709519202069326,0.153725174569888,0.217601639845584,0.311777421564352,0.153725174569888,0.272412092320923,0.331982622361197,0.153725174569888,0.103986535505198,0.537572113428725,0.153725174569888,0.240953967142891,0.445001172905953,0.153725174569888,0.252308816232968,0.353049341389935,0.153725174569888,0.0902074328872979,0.157427120370411,0.5,0.153725174569888,0.172190962661578,0.158859858629932,0.153725174569888,0.301811884842499,0.240321689430319,0.5,0.153725174569888,0.102707931612636,0.104020568108337,0.153725174569888,0.186948367852747,0.153991186610937,0.153725174569888,0.137034896890873,0.859163433076691,0.153725174569888,0.229715896464245,0.783238327381058,0.153725174569888,0.138615931716463,0.536841179247586,0.153725174569888,0.16714391055052,0.14642558641116,0.153725174569888,0.208737760717813,0.119700098777493,0.5,0.153725174569888,0.279572057707769,0.114939967542739,0,0.971584636103881,0.950293170679827 -5633,0.5,0.153725174569888,0.17463337860696,0.441440550646474,0.153725174569888,0.280571022047006,0.81311198932659,0.153725174569888,0.140976902743618,0.245936699659047,0.153725174569888,0.154903819306801,0.235554577416328,0.153725174569888,0.187236477040541,0.499343232668327,0.153725174569888,0.134949205418321,0.41709137686524,0.153725174569888,0.227618338190574,0.360597917312702,0.153725174569888,0.0664454070443986,0.184878181790366,0.5,0.153725174569888,0.0843204462843327,0.148404193441078,0.153725174569888,0.178061015501648,0.127040564698691,0.5,0.153725174569888,0.0995151892315995,0.130962565618977,0.153725174569888,0.0923540690176379,0.0886644032908401,0.153725174569888,0.103202025514885,0.785261249392507,0.153725174569888,0.131933996244933,0.740590834329061,0.153725174569888,0.169972272543915,0.442144754803542,0.153725174569888,0.0821127036313148,0.135956304128762,0.153725174569888,0.153091722511356,0.133133939540601,0.5,0.153725174569888,0.189953061209228,0.0912595087600455,0,0.978830758817173,0.908058342175625 -5634,0.5,0.153725174569888,0.120640640376584,0.306959657780513,0.153725174569888,0.140129026962058,0.736824183845579,0.153725174569888,0.0612491471645195,0.182402777582995,0.153725174569888,0.0711282967600215,0.153281408026404,0.153725174569888,0.181766435603698,0.447710092403984,0.153725174569888,0.0361487704443502,0.395444844639054,0.153725174569888,0.0983558516820536,0.33871294701435,0.153725174569888,0.0317703862855696,0.224037731169122,0.5,0.153725174569888,0.0318412043113166,0.135603538733733,0.153725174569888,0.0969005940781257,0.0528994307826888,0.5,0.153725174569888,0.0657334353308266,0.122097045111482,0.153725174569888,0.0412832256795576,0.0737356734465817,0.153725174569888,0.0937860315332418,0.813057494729867,0.153725174569888,0.12462941056713,0.682097511554332,0.153725174569888,0.118212365844273,0.358099755219845,0.153725174569888,0.0323537299066793,0.0983480037450893,0.153725174569888,0.0505139298245465,0.114269769404071,0.5,0.153725174569888,0.0803322717301391,0.0518780204668401,0,0.92494582287892,0.952765608393282 -5635,0.5,0.153725174569888,0.00982920276860344,0.15517974325568,0.153725174569888,0.0335980665213954,0.360319768193698,0.153725174569888,0.00824491914296334,0.137981575960965,0.153725174569888,0.0,0.0962848725762868,0.153725174569888,0.0361720230830642,0.325958458025571,0.153725174569888,0.00852598502840392,0.348348965203138,0.153725174569888,0.0117164804202917,0.315306790837089,0.153725174569888,0.00751537694649184,0.258308569371514,0.5,0.153725174569888,0.00995830978139206,0.166331227500513,0.153725174569888,0.002306819045006,0.0234165603044436,0.5,0.153725174569888,0.00883235693403085,0.0894216320030113,0.153725174569888,0.00487350020260154,0.0668402115335524,0.153725174569888,0.0315664798176326,0.703640813720974,0.153725174569888,0.0383907580187994,0.549682150150084,0.153725174569888,0.0292817132489218,0.212948049329705,0.153725174569888,0.00820058422620148,0.0629183141332449,0.153725174569888,0.00418185036522382,0.0783356173984726,0.5,0.153725174569888,0.0,0.0203779975798471,0,0.840504785796306,0.975854120612856 -5636,0.5,0.153725174569888,0.0,0.100912789787914,0.153725174569888,0.0,0.20778255807779,0.153725174569888,0.0,0.117228189186206,0.153725174569888,0.0,0.0771933891684063,0.153725174569888,0.0,0.278118606207153,0.153725174569888,0.0,0.252347610006731,0.153725174569888,0.0,0.295833027695367,0.153725174569888,0.0,0.286778185047399,0.5,0.153725174569888,0.0,0.248397380109226,0.153725174569888,0.0,0.0274537734947682,0.5,0.153725174569888,0.0,0.0682708989988106,0.153725174569888,0.0,0.0720375224951115,0.153725174569888,0.0,0.579578129275584,0.153725174569888,0.0,0.411425307838501,0.153725174569888,0.0,0.123068402402712,0.153725174569888,0.0,0.0461191735459825,0.153725174569888,0.0,0.0586729784455773,0.5,0.153725174569888,0.0,0.0243020182779968,0,0.806771795654627,0.969229385446485 -5637,0.5,0.153725174569888,0.0,0.0824876320111819,0.153725174569888,0.0,0.201151747793961,0.153725174569888,0.0,0.104175257413556,0.153725174569888,0.0,0.0861054757356707,0.153725174569888,0.0,0.246514840544347,0.153725174569888,0.0,0.191360856896567,0.153725174569888,0.0,0.334810236885715,0.153725174569888,0.0,0.276131190962856,0.5,0.153725174569888,0.0,0.299305742106465,0.153725174569888,0.0,0.04848674383978,0.5,0.153725174569888,0.0,0.0784006374428174,0.153725174569888,0.0,0.109513565644565,0.153725174569888,0.0,0.476353461829089,0.153725174569888,0.0,0.362522894032847,0.153725174569888,0.0,0.126690567816483,0.153725174569888,0.0,0.0647241398728172,0.153725174569888,0.0,0.0683852397975053,0.5,0.153725174569888,0.0,0.0325659936527914,0,0.750683274044181,0.962448992756205 -5638,0.5,0.153725174569888,0.0,0.0926184958764924,0.153725174569888,0.0,0.260271176556896,0.153725174569888,0.0,0.0741310065998621,0.153725174569888,0.0,0.105366699123879,0.153725174569888,0.0,0.220842998027764,0.153725174569888,0.0,0.150268686215132,0.153725174569888,0.0,0.368498028832233,0.153725174569888,0.0,0.21507799683327,0.5,0.153725174569888,0.0,0.301802740693553,0.153725174569888,0.0,0.11150874491292,0.5,0.153725174569888,0.0,0.09443698165675,0.153725174569888,0.0,0.157197107752311,0.153725174569888,0.0,0.415992224934884,0.153725174569888,0.0,0.374231245711601,0.153725174569888,0.0,0.17963005715326,0.153725174569888,0.0,0.132504646597717,0.153725174569888,0.0,0.0956846712980756,0.5,0.153725174569888,0.0,0.0473974011563613,0,0.745422700585411,0.955561037416361 -5639,0.5,0.153725174569888,0.0,0.11680730674053,0.153725174569888,0.0,0.33936732538263,0.153725174569888,0.0,0.0610389125272482,0.153725174569888,0.0,0.112674121273885,0.153725174569888,0.0,0.184725585536705,0.153725174569888,0.0,0.140373343808073,0.153725174569888,0.0,0.32274601390734,0.153725174569888,0.0,0.153593007895461,0.5,0.153725174569888,0.0,0.279990117132445,0.153725174569888,0.0,0.233049546175518,0.5,0.153725174569888,0.0,0.119290861463515,0.153725174569888,0.0,0.211754850991899,0.153725174569888,0.0,0.448523939493923,0.153725174569888,0.0,0.410615186766505,0.153725174569888,0.0,0.241596147116456,0.153725174569888,0.0,0.262420204515281,0.153725174569888,0.0,0.129579888852255,0.5,0.153725174569888,0.0,0.0887789169580584,0,0.854438950537222,0.967191922244917 -5640,0.5,0.153725174569888,0.0,0.135368617796689,0.153725174569888,0.0,0.391973266744795,0.153725174569888,0.0,0.0679063920123456,0.153725174569888,0.0,0.0960065399702392,0.153725174569888,0.0,0.186035084914346,0.153725174569888,0.0,0.135350147202332,0.153725174569888,0.0,0.286702694476746,0.153725174569888,0.0,0.102915453737271,0.5,0.153725174569888,0.0,0.213073397738152,0.153725174569888,0.0,0.243723890900381,0.5,0.153725174569888,0.0,0.170334971629947,0.153725174569888,0.0,0.259614643492346,0.153725174569888,0.0,0.506719472210703,0.153725174569888,0.0,0.446654495123632,0.153725174569888,0.0,0.286526983345625,0.153725174569888,0.0,0.342995526294619,0.153725174569888,0.0,0.154284876590573,0.5,0.153725174569888,0.0,0.202301510336863,0,0.894887625997403,0.987993754940777 -5641,0.5,0.153725174569888,0.0,0.154002139129213,0.153725174569888,0.0,0.452761049599394,0.153725174569888,0.0,0.100850408244544,0.153725174569888,0.0,0.0779263171220047,0.153725174569888,0.0,0.195216519222372,0.153725174569888,0.0,0.131944869099812,0.153725174569888,0.0,0.288743391782983,0.153725174569888,0.0,0.0941712694722906,0.5,0.153725174569888,0.0,0.138538136291264,0.153725174569888,0.0,0.210964616435303,0.5,0.153725174569888,0.0,0.352483422947205,0.153725174569888,0.0,0.316799438070237,0.153725174569888,0.0,0.557146519160358,0.153725174569888,0.0,0.487939026556918,0.153725174569888,0.0,0.313227841867059,0.153725174569888,0.0,0.279470099900121,0.153725174569888,0.0,0.220224445622718,0.5,0.153725174569888,0.0,0.30070919103637,0,0.862952114253666,1.00004963298982 -5642,0.5,0.153725174569888,0.0,0.177303692898926,0.153725174569888,0.0,0.525407231812889,0.153725174569888,0.0,0.141389362934401,0.153725174569888,0.0,0.0719122724089354,0.153725174569888,0.0,0.204665377739626,0.153725174569888,0.0,0.109313698068619,0.153725174569888,0.0,0.291756787148676,0.153725174569888,0.0,0.101943846315913,0.5,0.153725174569888,0.0,0.0830057276923527,0.153725174569888,0.0,0.236702307784348,0.5,0.153725174569888,0.0,0.575302518992599,0.153725174569888,0.0,0.432977634284522,0.153725174569888,0.0,0.62790908449768,0.153725174569888,0.0,0.527269464815393,0.153725174569888,0.0,0.322722418182596,0.153725174569888,0.0,0.16946004332471,0.153725174569888,0.0,0.34993760225183,0.5,0.153725174569888,0.0,0.261064262689252,0,0.765352366457304,1.00277250071931 -5643,0.5,0.153725174569888,0.0,0.215036240167851,0.153725174569888,0.0,0.577195400901196,0.153725174569888,0.0,0.162849176325664,0.153725174569888,0.0,0.0783716474193561,0.153725174569888,0.0,0.18964111744223,0.153725174569888,0.0,0.0917747425566048,0.153725174569888,0.0,0.278470714583778,0.153725174569888,0.0,0.10233208023503,0.5,0.153725174569888,0.0,0.0681770568105456,0.153725174569888,0.0,0.450012598876225,0.5,0.153725174569888,0.0,0.527027187960305,0.153725174569888,0.0,0.400357508512741,0.153725174569888,0.0,0.730166927857259,0.153725174569888,0.0,0.554999647610315,0.153725174569888,0.0,0.292332177390708,0.153725174569888,0.0,0.115604799475959,0.153725174569888,0.0,0.412862661830991,0.5,0.153725174569888,0.0,0.314323357216426,0,0.78776752860613,1.00388303726374 -5644,0.5,0.153725174569888,0.0,0.237728425547454,0.153725174569888,0.0,0.605121233787087,0.153725174569888,0.0,0.15569460747994,0.153725174569888,0.0,0.0880252536519836,0.153725174569888,0.0,0.16864030363569,0.153725174569888,0.0,0.0813128758930919,0.153725174569888,0.0,0.290223085266102,0.153725174569888,0.0,0.0903634425421894,0.5,0.153725174569888,0.0,0.0594156780223384,0.153725174569888,0.0,0.532188178820138,0.5,0.153725174569888,0.0,0.334617436902212,0.153725174569888,0.0,0.315212118209802,0.153725174569888,0.0,0.789976576674721,0.153725174569888,0.0,0.540366276643573,0.153725174569888,0.0,0.257806725214338,0.153725174569888,0.0,0.102902207135847,0.153725174569888,0.0,0.390898680988112,0.5,0.153725174569888,0.0,0.430537519842919,0,0.782758496369337,1.00423405266319 -5645,0.5,0.153725174569888,0.0,0.243345045107485,0.153725174569888,0.0,0.554352392763968,0.153725174569888,0.0,0.151232693864409,0.153725174569888,0.0,0.10399251571295,0.153725174569888,0.0,0.153932772947703,0.153725174569888,0.0,0.0775107119687956,0.153725174569888,0.0,0.283693026233938,0.153725174569888,0.0,0.0705344077908282,0.5,0.153725174569888,0.0,0.0546740622821482,0.153725174569888,0.0,0.409725958939314,0.5,0.153725174569888,0.0,0.235981081415976,0.153725174569888,0.0,0.18038221183249,0.153725174569888,0.0,0.846148567379945,0.153725174569888,0.0,0.522052021604236,0.153725174569888,0.0,0.243301826800951,0.153725174569888,0.0,0.132910106073458,0.153725174569888,0.0,0.378655794316664,0.5,0.153725174569888,0.0,0.516065427651439,0,0.837417824695196,0.981693509847125 -5646,0.5,0.153725174569888,0.00149702047700943,0.273423374659379,0.153725174569888,0.000486669525092965,0.484516175921863,0.153725174569888,0.000674179982587945,0.170297058114259,0.153725174569888,0.000721895584095483,0.131382549508061,0.153725174569888,0.0,0.160319819538153,0.153725174569888,0.0,0.084539673554964,0.153725174569888,0.0,0.225297293718116,0.153725174569888,0.0,0.0850547302000644,0.5,0.153725174569888,0.0,0.05992558850274,0.153725174569888,0.0,0.299789433441743,0.5,0.153725174569888,0.0,0.166889563096531,0.153725174569888,0.0,0.0858281208148461,0.153725174569888,0.000218529275563876,0.871047136736293,0.153725174569888,6.07792075412368e-05,0.519008441754481,0.153725174569888,0.000149354084006979,0.250987033907509,0.153725174569888,0.0,0.157359425992454,0.153725174569888,6.49765873905269e-06,0.383123392182152,0.5,0.153725174569888,0.00011856214233443,0.55861433312827,0,0.904995432300368,0.983350061522124 -5647,0.5,0.153725174569888,0.0285510248195296,0.376169130326578,0.153725174569888,0.0347647512590523,0.588493670455616,0.153725174569888,0.0437773507694361,0.295455188012815,0.153725174569888,0.0234186656473234,0.247889720531624,0.153725174569888,0.0202846143214976,0.229766314596269,0.153725174569888,0.00960878484299199,0.0998125699167823,0.153725174569888,0.0263296884644356,0.240150466875455,0.153725174569888,0.0182734443122799,0.122896797611389,0.5,0.153725174569888,0.0189475813453561,0.0888538472854323,0.153725174569888,0.0496313248465387,0.193825420255546,0.5,0.153725174569888,0.0328482684971532,0.236122044914631,0.153725174569888,0.054300025879174,0.0566942338344939,0.153725174569888,0.0328258095809427,0.878038843919203,0.153725174569888,0.0251500858719497,0.585418341642988,0.153725174569888,0.0433788217392772,0.420369915109834,0.153725174569888,0.025052760866545,0.15410516420721,0.153725174569888,0.0161405334323587,0.410873803989029,0.5,0.153725174569888,0.0146573042943097,0.60517061642872,0,0.966287466394709,0.977553069386536 -5648,0.5,0.153725174569888,0.0907270787313029,0.524813628292965,0.153725174569888,0.0701352363921521,0.726149375302698,0.153725174569888,0.0848965142207269,0.351273390858635,0.153725174569888,0.0656629635744816,0.391082589468663,0.153725174569888,0.0462375879336949,0.367756857291193,0.153725174569888,0.0392975979323273,0.119971823277882,0.153725174569888,0.0881326089525405,0.33964591049445,0.153725174569888,0.0582682231005914,0.176495382584317,0.5,0.153725174569888,0.0602486486287473,0.137183794415822,0.153725174569888,0.184277962538331,0.205718047589856,0.5,0.153725174569888,0.0964276999598234,0.311316818338374,0.153725174569888,0.176957580342302,0.0757520385183303,0.153725174569888,0.111761317666563,0.911107841601075,0.153725174569888,0.109777781140038,0.752286775702485,0.153725174569888,0.120692336185877,0.653296524362501,0.153725174569888,0.131819747210079,0.287084558740141,0.153725174569888,0.0603722765123562,0.428307977877291,0.5,0.153725174569888,0.0640365339554424,0.603273289091353,0,0.986997899975145,0.981236212468476 -5649,0.5,0.153725174569888,0.185852475093617,0.676224267458465,0.153725174569888,0.279943340397087,0.960172616084023,0.153725174569888,0.137093070895488,0.392424742420267,0.153725174569888,0.122610348205812,0.44425693751811,0.153725174569888,0.1279606260986,0.578566410436095,0.153725174569888,0.135959163352793,0.244535432495432,0.153725174569888,0.144390830087816,0.448241299884525,0.153725174569888,0.144819127270038,0.253385650247266,0.5,0.153725174569888,0.116195637915163,0.186479744776071,0.153725174569888,0.333262248918059,0.237615441699035,0.5,0.153725174569888,0.126218574591105,0.282645889415687,0.153725174569888,0.307523144219039,0.121325922456724,0.153725174569888,0.192648681598103,0.965411597459167,0.153725174569888,0.276033274045233,0.910317717849135,0.153725174569888,0.189052703896812,0.791332699873369,0.153725174569888,0.212745018273161,0.362661085605999,0.153725174569888,0.139508021151179,0.409883786995583,0.5,0.153725174569888,0.134974913040612,0.578960356689994,0,0.996625845981281,0.973505859935924 -5650,0.5,0.153725174569888,0.286924301678332,0.745320506816883,0.153725174569888,0.472549030807078,1.01601836589685,0.153725174569888,0.222663876785071,0.562229811629285,0.153725174569888,0.191265202373012,0.445442515619287,0.153725174569888,0.313314733584482,0.785217004381668,0.153725174569888,0.215164596585471,0.461706601449164,0.153725174569888,0.206995707596653,0.495151028728716,0.153725174569888,0.270019701562891,0.329810215533223,0.5,0.153725174569888,0.246729160219649,0.22244392835088,0.153725174569888,0.463951483129807,0.221787185047512,0.5,0.153725174569888,0.175844340245826,0.313967995083774,0.153725174569888,0.416724915356749,0.14808780560063,0.153725174569888,0.195771409668856,0.958331564089669,0.153725174569888,0.372922428589099,0.939245336138658,0.153725174569888,0.148178563132497,0.768079694282562,0.153725174569888,0.196573858689911,0.36862112297747,0.153725174569888,0.196058465391957,0.408146786090426,0.5,0.153725174569888,0.225988674874101,0.477586427272675,0,1.00501289687523,0.940596348038536 -5651,0.5,0.153725174569888,0.414839778490297,0.804229401269843,0.153725174569888,0.467724433716183,1.02173913043478,0.153725174569888,0.21411646386443,0.647199286877173,0.153725174569888,0.284489995882375,0.51399461061682,0.153725174569888,0.512004757585186,0.842604802400575,0.153725174569888,0.329366410467738,0.602793495184908,0.153725174569888,0.326703573611344,0.622268827987334,0.153725174569888,0.325436268633398,0.320426255617113,0.5,0.153725174569888,0.421377312953103,0.260009695223078,0.153725174569888,0.514389289664044,0.18614792666444,0.5,0.153725174569888,0.287754697142753,0.464042430616113,0.153725174569888,0.482356725618715,0.152448555213517,0.153725174569888,0.209596517761514,0.949910822393414,0.153725174569888,0.35883485354393,0.901407874486443,0.153725174569888,0.275003337171768,0.78534344313687,0.153725174569888,0.274161043543181,0.484807438094018,0.153725174569888,0.312338049202331,0.496772092720141,0.5,0.153725174569888,0.26762108266156,0.36011529380185,0,1.00472872213622,0.87229261903222 -5652,0.5,0.153725174569888,0.443136851837706,0.839305171475517,0.153725174569888,0.353616283880502,1.02173913043478,0.153725174569888,0.222074873604184,0.634211429014007,0.153725174569888,0.38365461891314,0.61630629580856,0.153725174569888,0.566165641233249,0.860931366384248,0.153725174569888,0.438796564802926,0.678014252794431,0.153725174569888,0.275238465322852,0.670435925268175,0.153725174569888,0.350353423626469,0.321564800963146,0.5,0.153725174569888,0.495676691592827,0.255306726780009,0.153725174569888,0.55716126928181,0.144548924055658,0.5,0.153725174569888,0.460803179719958,0.496071280685556,0.153725174569888,0.563361464732194,0.190110058595833,0.153725174569888,0.146482171927221,0.921555598971152,0.153725174569888,0.288203437401254,0.834816326304062,0.153725174569888,0.388325540571205,0.818474930111798,0.153725174569888,0.234639643949432,0.483675054981091,0.153725174569888,0.397887739673229,0.511898717206472,0.5,0.153725174569888,0.298703057236469,0.301684919872376,0,1.00924203274032,0.800231577498089 -5653,0.5,0.153725174569888,0.483845349364843,0.872505535116264,0.153725174569888,0.250590644370779,1.02173913043478,0.153725174569888,0.353799207216724,0.549958322873148,0.153725174569888,0.315362713778285,0.678306545013325,0.153725174569888,0.416292142931233,0.853596418510943,0.153725174569888,0.242852059702749,0.564562472544446,0.153725174569888,0.228265915649473,0.69120548500776,0.153725174569888,0.34247795461401,0.283596532020806,0.5,0.153725174569888,0.344248230733895,0.20716699707264,0.153725174569888,0.648303109710924,0.168476832436041,0.5,0.153725174569888,0.615384231291167,0.531742839831926,0.153725174569888,0.60505133944872,0.214164327413787,0.153725174569888,0.110594398034831,0.869931678998795,0.153725174569888,0.272218737491147,0.788895937176712,0.153725174569888,0.392072368680765,0.844692919250944,0.153725174569888,0.171713821944563,0.479375239929387,0.153725174569888,0.374235794332211,0.459506162656454,0.5,0.153725174569888,0.39028577946869,0.237760725785753,0,1.0102259249248,0.753193591015472 -5654,0.5,0.153725174569888,0.462026806603267,0.894401160607922,0.153725174569888,0.14047704552885,0.940185680969331,0.153725174569888,0.47462294866311,0.703649360518346,0.153725174569888,0.217929944691323,0.650705489689207,0.153725174569888,0.369479663548947,0.788285110636839,0.153725174569888,0.180079173774782,0.378087035905403,0.153725174569888,0.12096402026571,0.651767516427413,0.153725174569888,0.324093936637449,0.184302231396776,0.5,0.153725174569888,0.363766500656228,0.133198649456149,0.153725174569888,0.640193786432986,0.189563671404859,0.5,0.153725174569888,0.606056523068083,0.556183222626681,0.153725174569888,0.64646383079772,0.253305867958152,0.153725174569888,0.0963860689787819,0.843998964421886,0.153725174569888,0.254524900207372,0.727482145627961,0.153725174569888,0.342369329801106,0.858154288851618,0.153725174569888,0.196133885778329,0.484471857109514,0.153725174569888,0.337445740732408,0.420203545817386,0.5,0.153725174569888,0.476326282883357,0.195214384114397,0,1.00995634583298,0.754902407310657 -5655,0.5,0.153725174569888,0.391357131106785,0.8891451171215,0.153725174569888,0.267012340806009,0.948889280189941,0.153725174569888,0.359666518688228,0.763911518137946,0.153725174569888,0.286255362771271,0.624982911253849,0.153725174569888,0.400644330617473,0.670365205519088,0.153725174569888,0.213218621830253,0.347608264855755,0.153725174569888,0.120758390784696,0.538240168221202,0.153725174569888,0.347050304463447,0.168190775009169,0.5,0.153725174569888,0.43270102462592,0.107340140759958,0.153725174569888,0.563858954316826,0.211033369699304,0.5,0.153725174569888,0.493856875908187,0.429208260347714,0.153725174569888,0.598827566029778,0.240229564071464,0.153725174569888,0.0968131727223186,0.810749056818551,0.153725174569888,0.19895748692088,0.644421072476331,0.153725174569888,0.298248483462546,0.865723867768329,0.153725174569888,0.174046029229026,0.379140499631681,0.153725174569888,0.320300678161151,0.373720556360385,0.5,0.153725174569888,0.471653591436177,0.191969594175239,0,1.00906984926141,0.781877469470685 -5656,0.5,0.153725174569888,0.311355026771782,0.861615257559143,0.153725174569888,0.242693502031405,0.88369247984432,0.153725174569888,0.266138008199393,0.726532356156151,0.153725174569888,0.240228680282571,0.566074132715068,0.153725174569888,0.359189232458465,0.526909295761764,0.153725174569888,0.1556516670652,0.307484962035715,0.153725174569888,0.175460610747096,0.497128551379346,0.153725174569888,0.25903039942799,0.128681300376028,0.5,0.153725174569888,0.443356072155543,0.102586066885408,0.153725174569888,0.455235464882319,0.153013228567572,0.5,0.153725174569888,0.403954780154369,0.227234571488622,0.153725174569888,0.497602828927642,0.184842189025528,0.153725174569888,0.0773772427047634,0.760648841716959,0.153725174569888,0.132895340667777,0.545021703360456,0.153725174569888,0.241530008633708,0.817920308349627,0.153725174569888,0.152063613285006,0.276998285082075,0.153725174569888,0.339565999575871,0.301511568402404,0.5,0.153725174569888,0.334761942883464,0.141879370611059,0,1.0088018229904,0.755568786535821 -5657,0.5,0.153725174569888,0.197468363676777,0.784666391400529,0.153725174569888,0.14201868555905,0.741150971729024,0.153725174569888,0.225406740444218,0.626745075695964,0.153725174569888,0.15244230141012,0.427723051102216,0.153725174569888,0.237672669256361,0.335587267058332,0.153725174569888,0.0906670167340398,0.191447943715786,0.153725174569888,0.135482309602879,0.419216964545341,0.153725174569888,0.151714145546159,0.0717503369078796,0.5,0.153725174569888,0.332220137050362,0.0682623344044994,0.153725174569888,0.330158306232821,0.0784633168076992,0.5,0.153725174569888,0.351260450129247,0.130179885524316,0.153725174569888,0.351515270486014,0.13427820600254,0.153725174569888,0.0555458537106062,0.69659508645873,0.153725174569888,0.0882299007012156,0.412104470710765,0.153725174569888,0.208674672120059,0.733880184519726,0.153725174569888,0.135596311643323,0.207045413947925,0.153725174569888,0.281198093831724,0.202158143085817,0.5,0.153725174569888,0.19589225473336,0.0704816580647939,0,1.00670660261555,0.608339526956369 -5658,0.5,0.153725174569888,0.0914804969416549,0.678741456437817,0.153725174569888,0.0300015195930885,0.513677086068674,0.153725174569888,0.144956992146242,0.467020913698357,0.153725174569888,0.0876011871749355,0.248965309536024,0.153725174569888,0.119731970342921,0.218612152326205,0.153725174569888,0.121176593330909,0.0923975721119657,0.153725174569888,0.0691005511951062,0.322272833462549,0.153725174569888,0.0850674747997264,0.0260639291839705,0.5,0.153725174569888,0.193293002698232,0.0280436567893554,0.153725174569888,0.17563035784228,0.0184485624367554,0.5,0.153725174569888,0.223125407164931,0.0367294345597259,0.153725174569888,0.202124091780175,0.0561350697212645,0.153725174569888,0.0218537007119486,0.601744300809702,0.153725174569888,0.0676344264097627,0.295094816355475,0.153725174569888,0.127441642526994,0.561281584451076,0.153725174569888,0.0802053937192023,0.120892281267166,0.153725174569888,0.16813757440194,0.0938514909831322,0.5,0.153725174569888,0.10707159699638,0.0239130537035583,0,1.00312004903908,0.411120115360428 -5659,0.5,0.153725174569888,0.0038257314482847,0.561902384436982,0.153725174569888,0.00454278822051989,0.305703678528671,0.153725174569888,0.0107952640399023,0.216106693301152,0.153725174569888,0.0,0.105628754139188,0.153725174569888,0.0204285128589733,0.0779865541598242,0.153725174569888,0.0393128082653096,0.022914519727025,0.153725174569888,0.0177356191089593,0.151520657432252,0.153725174569888,0.0292016075114909,0.00533522674488033,0.5,0.153725174569888,0.039553903747959,0.00327698322666858,0.153725174569888,0.0,0.00701550736346364,0.5,0.153725174569888,0.034064518306833,0.00367021854639673,0.153725174569888,0.0253576264637437,0.0141016445107181,0.153725174569888,0.00278598077773433,0.510363994217972,0.153725174569888,0.0135008589274781,0.180246176836309,0.153725174569888,0.0231707861175153,0.328149933326298,0.153725174569888,0.0171592723545263,0.0641239846677108,0.153725174569888,0.00746036342962341,0.0152258287017833,0.5,0.153725174569888,0.0,0.00692256754940974,0,1.0014530260081,0.282817733147112 -5660,0.5,0.153725174569888,0.0,0.44520504904027,0.153725174569888,0.0,0.227662696769545,0.153725174569888,0.0,0.158691499596686,0.153725174569888,0.0,0.0920399947341852,0.153725174569888,0.0,0.0162450507706927,0.153725174569888,0.0,0.0150933657608103,0.153725174569888,0.0,0.0469537773123044,0.153725174569888,0.0,0.00667614284091551,0.5,0.153725174569888,0.0,0.00500388373022525,0.153725174569888,0.0,0.00537267769024298,0.5,0.153725174569888,0.0,0.00117787298283534,0.153725174569888,0.0,0.00803763925798689,0.153725174569888,0.0,0.432630785162611,0.153725174569888,0.0,0.100346696508152,0.153725174569888,0.0,0.202621491201693,0.153725174569888,0.0,0.0141671562775664,0.153725174569888,0.0,0.00825549462743541,0.5,0.153725174569888,0.0,0.00811876040231499,0,0.996151000013307,0.272183082262748 -5661,0.5,0.153725174569888,0.0,0.371176867604869,0.153725174569888,0.0,0.191584665184014,0.153725174569888,0.0,0.131026499836075,0.153725174569888,0.0,0.124050215648876,0.153725174569888,0.0,0.00562466292998836,0.153725174569888,0.0,0.0185606858517725,0.153725174569888,0.0,0.0331110040716907,0.153725174569888,0.0,0.00603166984933366,0.5,0.153725174569888,0.0,0.00538197082525168,0.153725174569888,0.0,0.00388091420202452,0.5,0.153725174569888,0.0,0.00142478227799409,0.153725174569888,0.0,0.00868867374589223,0.153725174569888,0.0,0.3825717661767,0.153725174569888,0.0,0.0711761913467159,0.153725174569888,0.0,0.126545147655495,0.153725174569888,0.0,0.00532886091997532,0.153725174569888,0.0,0.00567014690073395,0.5,0.153725174569888,0.0,0.00941326912465927,0,0.982947350447652,0.279497304843356 -5662,0.5,0.153725174569888,0.0,0.295912289760641,0.153725174569888,0.0,0.145204064427903,0.153725174569888,0.0,0.103117935130829,0.153725174569888,0.0,0.146585623209254,0.153725174569888,0.0,0.00470771342522878,0.153725174569888,0.0,0.0263163541851026,0.153725174569888,0.0,0.0375716557598579,0.153725174569888,0.0,0.0119637282834158,0.5,0.153725174569888,0.0,0.00468592743971899,0.153725174569888,0.0,0.00401414732992248,0.5,0.153725174569888,0.0,0.0045773560724753,0.153725174569888,0.0,0.017412895971274,0.153725174569888,0.0,0.34473486172141,0.153725174569888,0.0,0.0588975121565466,0.153725174569888,0.0,0.0717744614050537,0.153725174569888,0.0,0.00681736174497355,0.153725174569888,0.0,0.00540595887049294,0.5,0.153725174569888,0.0,0.00889734381231593,0,0.974232824250292,0.250292900553615 -5663,0.5,0.153725174569888,0.0,0.232016355843662,0.153725174569888,0.0,0.108338136176752,0.153725174569888,0.0,0.0817225785206946,0.153725174569888,0.0,0.137477035087102,0.153725174569888,0.0,0.00516951160613979,0.153725174569888,0.0,0.0302691831300593,0.153725174569888,0.0,0.0380113484622486,0.153725174569888,0.0,0.0194826792553996,0.5,0.153725174569888,0.0,0.00397936595870017,0.153725174569888,0.0,0.00575199209580004,0.5,0.153725174569888,0.0,0.00841841620330107,0.153725174569888,0.0,0.0188271647005702,0.153725174569888,0.0,0.313120917509734,0.153725174569888,0.0,0.0569685553642763,0.153725174569888,0.0,0.046994811848444,0.153725174569888,0.0,0.00734569885814116,0.153725174569888,0.0,0.00465152430901384,0.5,0.153725174569888,0.0,0.00751870208129657,0,0.964264023639049,0.246509273387576 -5664,0.5,0.153725174569888,0.0,0.196758645688163,0.153725174569888,0.0,0.0568989175488169,0.153725174569888,0.0,0.058076314307004,0.153725174569888,0.0,0.112856673115744,0.153725174569888,0.0,0.00741589281114311,0.153725174569888,0.0,0.0351434429605902,0.153725174569888,0.0,0.041838616105446,0.153725174569888,0.0,0.0248062401948038,0.5,0.153725174569888,0.0,0.00761242487589388,0.153725174569888,0.0,0.00982712201796411,0.5,0.153725174569888,0.0,0.0118533373372791,0.153725174569888,0.0,0.0198663060490385,0.153725174569888,0.0,0.281552208274835,0.153725174569888,0.0,0.0502179651667885,0.153725174569888,0.0,0.0350286363565831,0.153725174569888,0.0,0.00782408545095061,0.153725174569888,0.0,0.00589040100184681,0.5,0.153725174569888,0.0,0.00566289467579787,0,0.956909792766602,0.241184771872021 -5665,0.5,0.153725174569888,0.0,0.163725288067295,0.153725174569888,0.0,0.032375587977798,0.153725174569888,0.0,0.0382352404556082,0.153725174569888,0.0,0.0884604005462131,0.153725174569888,0.0,0.0113471456368629,0.153725174569888,0.0,0.034503242793493,0.153725174569888,0.0,0.0408052437700359,0.153725174569888,0.0,0.0251879858949698,0.5,0.153725174569888,0.0,0.00622581874256849,0.153725174569888,0.0,0.00894128935277341,0.5,0.153725174569888,0.0,0.0202507875987177,0.153725174569888,0.0,0.0296550203539362,0.153725174569888,0.0,0.243770038720382,0.153725174569888,0.0,0.0514897808792348,0.153725174569888,0.0,0.0271380969984373,0.153725174569888,0.0,0.00915213766682321,0.153725174569888,0.0,0.00855620957753531,0.5,0.153725174569888,0.0,0.00373348354668455,0,0.94379065450799,0.246051934193427 -5666,0.5,0.153725174569888,0.0,0.135262367876412,0.153725174569888,0.0,0.0358147554454438,0.153725174569888,0.0,0.0391608248681534,0.153725174569888,0.0,0.0661067838513178,0.153725174569888,0.0,0.0107874990820329,0.153725174569888,0.0,0.034135244560931,0.153725174569888,0.0,0.0349802694712553,0.153725174569888,0.0,0.024429546276906,0.5,0.153725174569888,0.0,0.0103939001814355,0.153725174569888,0.0,0.0238728297489228,0.5,0.153725174569888,0.0,0.0225090338917075,0.153725174569888,0.0,0.029332508961439,0.153725174569888,0.0,0.221322818885248,0.153725174569888,0.0,0.0603430662810067,0.153725174569888,0.0,0.0279847512317905,0.153725174569888,0.0,0.00918585218725248,0.153725174569888,0.0,0.010802981797273,0.5,0.153725174569888,0.0,0.00367599047090132,0,0.919694385733482,0.216101827536199 -5667,0.5,0.153725174569888,0.0,0.121102900874663,0.153725174569888,0.0,0.0451740869502418,0.153725174569888,0.0,0.0387072111339345,0.153725174569888,0.0,0.0583984887762046,0.153725174569888,0.0,0.00838241047816447,0.153725174569888,0.0,0.0286698916228817,0.153725174569888,0.0,0.0390492916406137,0.153725174569888,0.0,0.025665219998782,0.5,0.153725174569888,0.0,0.0126776841700761,0.153725174569888,0.0,0.0295036003140388,0.5,0.153725174569888,0.0,0.0246496264695028,0.153725174569888,0.0,0.0254325057945337,0.153725174569888,0.0,0.19489582703142,0.153725174569888,0.0,0.0608822023675038,0.153725174569888,0.0,0.029122821137167,0.153725174569888,0.0,0.00895230783851376,0.153725174569888,0.0,0.0126244142809272,0.5,0.153725174569888,0.0,0.00376044068680399,0,0.896758212727681,0.200182262652619 -5668,0.5,0.153725174569888,0.0,0.11582535138857,0.153725174569888,0.0,0.0451919074629424,0.153725174569888,0.0,0.0350990315332251,0.153725174569888,0.0,0.0563568189148203,0.153725174569888,0.0,0.00746687169804421,0.153725174569888,0.0,0.0202236905152977,0.153725174569888,0.0,0.0331072073818522,0.153725174569888,0.0,0.02624603425328,0.5,0.153725174569888,0.0,0.0116508332537554,0.153725174569888,0.0,0.0268033681491349,0.5,0.153725174569888,0.0,0.0268513051336301,0.153725174569888,0.0,0.0212895810313329,0.153725174569888,0.0,0.182460128201696,0.153725174569888,0.0,0.0520026405721917,0.153725174569888,0.0,0.0260626540291673,0.153725174569888,0.0,0.0111463336349638,0.153725174569888,0.0,0.0135081829130761,0.5,0.153725174569888,0.0,0.00274294114504457,0,0.88046084204483,0.155459184651429 -5669,0.5,0.153725174569888,0.0,0.112655583512496,0.153725174569888,0.0,0.0494917782799342,0.153725174569888,0.0,0.0304860211724849,0.153725174569888,0.0,0.0537995847120854,0.153725174569888,0.0,0.00518441251527625,0.153725174569888,0.0,0.0168632625417824,0.153725174569888,0.0,0.0281195825930946,0.153725174569888,0.0,0.0197288287900927,0.5,0.153725174569888,0.0,0.0116839703435252,0.153725174569888,0.0,0.0260240854268197,0.5,0.153725174569888,0.0,0.0265403941076847,0.153725174569888,0.0,0.0231621090389224,0.153725174569888,0.0,0.179782403536527,0.153725174569888,0.0,0.0368500170834429,0.153725174569888,0.0,0.0225541331829144,0.153725174569888,0.0,0.0132939508717767,0.153725174569888,0.0,0.0178561581594831,0.5,0.153725174569888,0.0,0.00284331690285124,0,0.844976205562832,0.102324559067202 -5670,0.5,0.153725174569888,0.00241351893904929,0.102841489481159,0.153725174569888,0.000172668301052181,0.0513341063309419,0.153725174569888,0.000589110004960029,0.0231618457329205,0.153725174569888,0.00203803137395448,0.0495849150905721,0.153725174569888,0.0,0.00581422782899749,0.153725174569888,0.0,0.0168409546699007,0.153725174569888,0.0,0.0266594537485937,0.153725174569888,0.0,0.0135270071442943,0.5,0.153725174569888,0.0,0.00979203361656825,0.153725174569888,0.0,0.0276855951635941,0.5,0.153725174569888,0.0,0.0233088184879694,0.153725174569888,0.0,0.022669880019607,0.153725174569888,5.09293020485499e-05,0.172147391649355,0.153725174569888,2.37515437802545e-05,0.0292195465061886,0.153725174569888,5.73550262989572e-05,0.0194754902096047,0.153725174569888,0.0,0.0144167073777156,0.153725174569888,0.00011183171513392,0.0194813123817198,0.5,0.153725174569888,0.000570504074115941,0.00551194394998748,0,0.802402407419749,0.0635194622002027 -5671,0.5,0.153725174569888,0.0470429218959322,0.110437724775599,0.153725174569888,0.0656743255843456,0.0515241923279864,0.153725174569888,0.0675358735707685,0.0173821865880842,0.153725174569888,0.0473497703401751,0.0457634045120864,0.153725174569888,0.0512744442938461,0.00675379765264416,0.153725174569888,0.0194621309968533,0.0188264986919223,0.153725174569888,0.0324813834063418,0.0222999249867457,0.153725174569888,0.0224795089242963,0.0121628704817103,0.5,0.153725174569888,0.0116435521579247,0.0114367908348349,0.153725174569888,0.0414632677346674,0.0203905676692613,0.5,0.153725174569888,0.0178958576969467,0.0132253430507265,0.153725174569888,0.0219405135556452,0.0195988334726399,0.153725174569888,0.0147846098510432,0.164744017383985,0.153725174569888,0.0561188418587124,0.0260181555977917,0.153725174569888,0.0630908392142725,0.0180054292240715,0.153725174569888,0.0496225302808271,0.0137938478266408,0.153725174569888,0.0574895794716893,0.0158247148006746,0.5,0.153725174569888,0.0655181811729307,0.00633355537012189,0,0.7843744036555,0.0508549584046069 -5672,0.5,0.153725174569888,0.115264939450223,0.154919447794879,0.153725174569888,0.192261031332432,0.101997675064164,0.153725174569888,0.189292770793392,0.027470760357007,0.153725174569888,0.144396978175097,0.0577790103087881,0.153725174569888,0.160088369782959,0.0101115429461389,0.153725174569888,0.0737866918191599,0.0218599536645945,0.153725174569888,0.0940206091016233,0.0207491569551861,0.153725174569888,0.0886079991969716,0.0193351636671124,0.5,0.153725174569888,0.0370938324899993,0.0232158054650241,0.153725174569888,0.116401508486719,0.0107640697467205,0.5,0.153725174569888,0.052711599652,0.00863672972367264,0.153725174569888,0.0705789448358824,0.020999806406317,0.153725174569888,0.0500004461030061,0.164910911492893,0.153725174569888,0.174009734983522,0.0320368962129042,0.153725174569888,0.187738728871998,0.0303346536404318,0.153725174569888,0.136669304925003,0.0198523460471158,0.153725174569888,0.149682427030528,0.0204667207786407,0.5,0.153725174569888,0.166581866844439,0.0136233487827647,0,0.737449586147022,0.0399842904375554 -5673,0.5,0.153725174569888,0.187316254204391,0.202817382918754,0.153725174569888,0.335621071094678,0.154529620910924,0.153725174569888,0.319017698933246,0.0448470275004487,0.153725174569888,0.277018891376827,0.0631264420124498,0.153725174569888,0.273074575504653,0.0233225688314188,0.153725174569888,0.134836304195803,0.0309959474225219,0.153725174569888,0.172450793813901,0.0283939941806263,0.153725174569888,0.131349961082925,0.0374773819015901,0.5,0.153725174569888,0.0471352675135102,0.0344333101278169,0.153725174569888,0.178633693057609,0.00758528466187869,0.5,0.153725174569888,0.0946265816279569,0.00906943244556712,0.153725174569888,0.128535631281045,0.0205433705944074,0.153725174569888,0.0991892331007527,0.191334309955387,0.153725174569888,0.309920349623551,0.0398020431237289,0.153725174569888,0.320520025209735,0.0430955079900198,0.153725174569888,0.223516817213639,0.0452101017865247,0.153725174569888,0.234892820659808,0.045827768403404,0.5,0.153725174569888,0.268432984991495,0.0323834054714266,0,0.604825157589914,0.0266076186525076 -5674,0.5,0.153725174569888,0.272918610625018,0.263016490903977,0.153725174569888,0.476074173900799,0.189301070290657,0.153725174569888,0.443596505436705,0.0624168071516758,0.153725174569888,0.42157500344571,0.0798516671341573,0.153725174569888,0.353193334253157,0.032574063123326,0.153725174569888,0.206227966299638,0.0372567356441951,0.153725174569888,0.25259011220995,0.0343772978722234,0.153725174569888,0.145942679897189,0.0640914438484442,0.5,0.153725174569888,0.0599548424900121,0.0643184952485905,0.153725174569888,0.254563380445442,0.00787243535455863,0.5,0.153725174569888,0.104843624917943,0.0155524090860978,0.153725174569888,0.183427478021104,0.0229924981851146,0.153725174569888,0.142559765763236,0.217864618195225,0.153725174569888,0.444649070142509,0.0367689050744223,0.153725174569888,0.431909385412179,0.0507648884114906,0.153725174569888,0.29626259038235,0.0792236230732599,0.153725174569888,0.306441187300481,0.0746339026522924,0.5,0.153725174569888,0.363417496289022,0.0399645318864361,0,0.410854247766655,0.0131651782031009 -5675,0.5,0.153725174569888,0.389857229011099,0.291733001746885,0.153725174569888,0.581052155748474,0.198295374540114,0.153725174569888,0.508710760234588,0.0763594688106438,0.153725174569888,0.571162416670658,0.109507590751816,0.153725174569888,0.404250975567002,0.0349733544093051,0.153725174569888,0.276115936928354,0.0362731075806454,0.153725174569888,0.303271431266211,0.0332532249961379,0.153725174569888,0.118341989719942,0.0775928597729753,0.5,0.153725174569888,0.0742493189955002,0.142720491398822,0.153725174569888,0.308835973158826,0.0065477947993241,0.5,0.153725174569888,0.107604140891355,0.0374990249726802,0.153725174569888,0.185373287895602,0.0474410162405245,0.153725174569888,0.1761447782425,0.212632607357717,0.153725174569888,0.567155538316023,0.0297723786769602,0.153725174569888,0.519621054303479,0.0665573655574454,0.153725174569888,0.316866066199098,0.10913214244811,0.153725174569888,0.315990681409847,0.0987844005699786,0.5,0.153725174569888,0.429864620808644,0.0409845399199594,0,0.338574583611679,0.00371604993634516 -5676,0.5,0.153725174569888,0.41188341027856,0.279994044025466,0.153725174569888,0.524557746444536,0.180305221727784,0.153725174569888,0.510061991503328,0.0938323050115915,0.153725174569888,0.596214036542933,0.130020806834001,0.153725174569888,0.410606192785507,0.0321886212557916,0.153725174569888,0.365322101604657,0.0474048394351423,0.153725174569888,0.368130010101846,0.035785158339791,0.153725174569888,0.0674449768418927,0.0911904688541786,0.5,0.153725174569888,0.086929945239741,0.21982106569522,0.153725174569888,0.275250178728741,0.0193605949401345,0.5,0.153725174569888,0.119294543417166,0.0783766961617167,0.153725174569888,0.198661196791514,0.0932676107221594,0.153725174569888,0.16662175894045,0.181869577659872,0.153725174569888,0.618630289995275,0.0270962438669453,0.153725174569888,0.521941210253131,0.0738682773006722,0.153725174569888,0.325131870217134,0.152632801552461,0.153725174569888,0.287842374798718,0.134615207065221,0.5,0.153725174569888,0.454406432360537,0.0435949825524042,0,0.372631768727872,0.000112105059688393 -5677,0.5,0.153725174569888,0.422619803606172,0.289685182708135,0.153725174569888,0.501418750789181,0.15953935308581,0.153725174569888,0.414643139960352,0.120991849907607,0.153725174569888,0.582072778000284,0.141520674524521,0.153725174569888,0.400124437453611,0.0275742245033219,0.153725174569888,0.320619237166798,0.0675710143397401,0.153725174569888,0.384644665744755,0.0599101063148114,0.153725174569888,0.0264404557549738,0.100422192103066,0.5,0.153725174569888,0.0888788070542118,0.283933387787874,0.153725174569888,0.282000495000911,0.0357942718952096,0.5,0.153725174569888,0.131484196229568,0.0993179281891192,0.153725174569888,0.198718799541014,0.120799890540613,0.153725174569888,0.242661766088255,0.152720833768847,0.153725174569888,0.616667893505514,0.0227588537978219,0.153725174569888,0.489049954482902,0.0783922736055699,0.153725174569888,0.326683473289975,0.233657735445264,0.153725174569888,0.219010684450343,0.215982291636545,0.5,0.153725174569888,0.430847137109741,0.086844492457074,0,0.431556472878335,9.31762762032392e-06 -5678,0.5,0.153725174569888,0.396379718558132,0.276404638695626,0.153725174569888,0.335315555127901,0.118099169765701,0.153725174569888,0.344796796494067,0.132979057349227,0.153725174569888,0.517296999036856,0.130705905194488,0.153725174569888,0.340128242070524,0.0272599238161105,0.153725174569888,0.214856556230739,0.076641958353943,0.153725174569888,0.263571816038343,0.0740354329478665,0.153725174569888,0.0286240080316878,0.101851078522872,0.5,0.153725174569888,0.0754246243222706,0.301556706037847,0.153725174569888,0.240700366062391,0.0369871499203486,0.5,0.153725174569888,0.129254969872346,0.171902955431801,0.153725174569888,0.168331953091358,0.113025108119672,0.153725174569888,0.393539761097993,0.147388788489803,0.153725174569888,0.501716002693906,0.0137096525845838,0.153725174569888,0.409300306449198,0.0702538242525781,0.153725174569888,0.169003851293885,0.243310261424713,0.153725174569888,0.133090690253408,0.231930081913831,0.5,0.153725174569888,0.369085724458456,0.115727788742644,0,0.535708726466502,2.04730526087914e-07 -5679,0.5,0.153725174569888,0.293780940796617,0.214465679661324,0.153725174569888,0.218522171630738,0.0537882415396353,0.153725174569888,0.252194010484032,0.145913126175974,0.153725174569888,0.428498632569408,0.126547272284667,0.153725174569888,0.3080298485924,0.0241156793617736,0.153725174569888,0.117174539874765,0.0701749157487981,0.153725174569888,0.149990190464324,0.0935459018226269,0.153725174569888,0.0290161558778305,0.0853140288165825,0.5,0.153725174569888,0.0482126569894826,0.283252122504773,0.153725174569888,0.171444295369586,0.0570030861790721,0.5,0.153725174569888,0.0846487835945252,0.173573111975611,0.153725174569888,0.123087407886142,0.102244622161819,0.153725174569888,0.401125717734323,0.131136707845624,0.153725174569888,0.535989418208681,0.00812186447132161,0.153725174569888,0.349910283332552,0.0536809260647029,0.153725174569888,0.073561511160406,0.269207190036392,0.153725174569888,0.0978082649772702,0.226797552584333,0.5,0.153725174569888,0.263701910779054,0.0957123150823381,0,0.62709727627947,0.0 -5680,0.5,0.153725174569888,0.260366354408203,0.148654771483621,0.153725174569888,0.260100551994767,0.0132181703100003,0.153725174569888,0.172396199176123,0.168947458737467,0.153725174569888,0.259780944830172,0.118275554523682,0.153725174569888,0.20178083283503,0.0113126203495039,0.153725174569888,0.0454869769999779,0.0563794180161666,0.153725174569888,0.0690995917056138,0.0764936031518861,0.153725174569888,0.0264073672152691,0.0737078883035068,0.5,0.153725174569888,0.0290886169824211,0.216359942819842,0.153725174569888,0.113285181985753,0.0247883481889266,0.5,0.153725174569888,0.0389162037592156,0.106965483812069,0.153725174569888,0.0741761060355086,0.10077302031759,0.153725174569888,0.365477832891775,0.0858892950778278,0.153725174569888,0.360112212985046,0.00687384975167118,0.153725174569888,0.220383838632221,0.0407471824881805,0.153725174569888,0.0425091164928892,0.233397641336629,0.153725174569888,0.0645964706030273,0.168608471095428,0.5,0.153725174569888,0.16090148801428,0.0526789490545472,0,0.599589020776627,0.0 -5681,0.5,0.153725174569888,0.175062693344245,0.0945412064577398,0.153725174569888,0.294693274420065,0.0059653651657603,0.153725174569888,0.0825565277287187,0.155553350566908,0.153725174569888,0.143768985869912,0.0968359798832363,0.153725174569888,0.0909302781541828,0.00379578656895983,0.153725174569888,0.0210337122041897,0.0425792862701067,0.153725174569888,0.0367276406052582,0.055792467591685,0.153725174569888,0.0136866638045758,0.0530082618338113,0.5,0.153725174569888,0.0129437222305519,0.150753700447674,0.153725174569888,0.04547097565757,0.0121588065968158,0.5,0.153725174569888,0.0130613877988735,0.0868608361776092,0.153725174569888,0.0373244117165505,0.107795078621974,0.153725174569888,0.315141450193062,0.0535613353391643,0.153725174569888,0.24395455733853,0.00848562442527103,0.153725174569888,0.120432367685717,0.0232378565052669,0.153725174569888,0.0192835158601178,0.189107858589087,0.153725174569888,0.0394001640079554,0.121852746808701,0.5,0.153725174569888,0.0867592160283125,0.0350156815409385,0,0.417252238887917,6.62866897448468e-06 -5682,0.5,0.153725174569888,0.0829148695953962,0.0509309832612638,0.153725174569888,0.199348452402119,0.00985497737688564,0.153725174569888,0.0314426628371545,0.122175020262535,0.153725174569888,0.0588794304695932,0.0556451415608104,0.153725174569888,0.0360123989478926,0.00125053159645535,0.153725174569888,0.00686432454374094,0.0419676063388025,0.153725174569888,0.00945665693377597,0.0397489581542907,0.153725174569888,0.00851974562671488,0.0487055966929327,0.5,0.153725174569888,0.004836858677701,0.11830079545749,0.153725174569888,0.0140141548418103,0.0167816843047515,0.5,0.153725174569888,0.00303417320040253,0.106312971438364,0.153725174569888,0.0145670455796239,0.124429654707084,0.153725174569888,0.19753085751844,0.030074378359879,0.153725174569888,0.126430469355142,0.0248965899754574,0.153725174569888,0.0479948323950656,0.0106177045245018,0.153725174569888,0.00548006965941046,0.154242278753348,0.153725174569888,0.01117119904506,0.0966033546048947,0.5,0.153725174569888,0.0332797498579778,0.02668846981512,0,0.284416847204029,0.00111632684477461 -5683,0.5,0.153725174569888,0.00175325791537295,0.0313671145340828,0.153725174569888,0.0272773457567897,0.0328333525526713,0.153725174569888,0.000369525754377662,0.0978762789488374,0.153725174569888,1.64332727627452e-05,0.0362230952183058,0.153725174569888,0.00979094427454505,0.000608674204021675,0.153725174569888,0.00279538094347407,0.0534218339060049,0.153725174569888,0.00102061726411584,0.0316297884975714,0.153725174569888,0.00245848604521401,0.0455957856937156,0.5,0.153725174569888,0.00108426236184714,0.0793537892603567,0.153725174569888,0.0,0.0213572299173448,0.5,0.153725174569888,0.000462851326367985,0.154981920920932,0.153725174569888,0.000893054172813932,0.15119423155703,0.153725174569888,0.0353908680911461,0.00999946694647151,0.153725174569888,0.0271791119919401,0.0592654926196071,0.153725174569888,0.00798433544464866,0.00661845509258574,0.153725174569888,0.000720497443281272,0.108620070404871,0.153725174569888,0.000565942493999305,0.107761607676875,0.5,0.153725174569888,5.47550498649741e-05,0.0306565588286072,0,0.202144048527512,0.0129692826195737 -5684,0.5,0.153725174569888,0.0,0.0287575049056359,0.153725174569888,0.0,0.0592516183962622,0.153725174569888,0.0,0.0789359157705241,0.153725174569888,0.0,0.0366136035491048,0.153725174569888,0.0,0.00574343266230188,0.153725174569888,0.0,0.0705299862254955,0.153725174569888,0.0,0.0432307819152943,0.153725174569888,0.0,0.0455920735176342,0.5,0.153725174569888,0.0,0.0569373993232132,0.153725174569888,0.0,0.032938341906329,0.5,0.153725174569888,0.0,0.15936818363481,0.153725174569888,0.0,0.15212332655986,0.153725174569888,0.0,0.00676236110656899,0.153725174569888,0.0,0.10628060749444,0.153725174569888,0.0,0.0110632098667113,0.153725174569888,0.0,0.0845381054011841,0.153725174569888,0.0,0.142184224696768,0.5,0.153725174569888,0.0,0.0573092041817124,0,0.120047108753525,0.0263476094559688 -5685,0.5,0.153725174569888,0.0,0.0247758216821507,0.153725174569888,0.0,0.0565295836444682,0.153725174569888,0.0,0.0561431430886016,0.153725174569888,0.0,0.0304862835048836,0.153725174569888,0.0,0.0188897390111184,0.153725174569888,0.0,0.0813171851417678,0.153725174569888,0.0,0.0531119988231167,0.153725174569888,0.0,0.0437185289262661,0.5,0.153725174569888,0.0,0.0459364420915069,0.153725174569888,0.0,0.0623235942126558,0.5,0.153725174569888,0.0,0.129827373266504,0.153725174569888,0.0,0.15879058032978,0.153725174569888,0.0,0.00497925845202415,0.153725174569888,0.0,0.144295839386106,0.153725174569888,0.0,0.0272230317484515,0.153725174569888,0.0,0.0608144969669616,0.153725174569888,0.0,0.158408372780539,0.5,0.153725174569888,0.0,0.0759676409955898,0,0.0766765662679181,0.0538079405229664 -5686,0.5,0.153725174569888,0.0,0.0196696667337237,0.153725174569888,0.0,0.0522671898992195,0.153725174569888,0.0,0.0446125293002206,0.153725174569888,0.0,0.0361134452986502,0.153725174569888,0.0,0.0281035447657495,0.153725174569888,0.0,0.0687657838287223,0.153725174569888,0.0,0.0480182071774154,0.153725174569888,0.0,0.0518651882706698,0.5,0.153725174569888,0.0,0.0392309139869397,0.153725174569888,0.0,0.0651658094690015,0.5,0.153725174569888,0.0,0.116056766105195,0.153725174569888,0.0,0.178382432052102,0.153725174569888,0.0,0.00528562543344514,0.153725174569888,0.0,0.143742166644346,0.153725174569888,0.0,0.0426491404186608,0.153725174569888,0.0,0.0402772456560028,0.153725174569888,0.0,0.150840467616759,0.5,0.153725174569888,0.0,0.0904196075135482,0,0.0505488707821565,0.0770313953224281 -5687,0.5,0.153725174569888,0.0,0.0191437333832891,0.153725174569888,0.0,0.0445170618989332,0.153725174569888,0.0,0.0262437997191891,0.153725174569888,0.0,0.0358024439574886,0.153725174569888,0.0,0.0375514834493843,0.153725174569888,0.0,0.0566264709787909,0.153725174569888,0.0,0.0345927980064742,0.153725174569888,0.0,0.0752539749475312,0.5,0.153725174569888,0.0,0.0628294631708067,0.153725174569888,0.0,0.0556290616068622,0.5,0.153725174569888,0.0,0.0934308552123909,0.153725174569888,0.0,0.21717955435423,0.153725174569888,0.0,0.00521056726176803,0.153725174569888,0.0,0.124765735999619,0.153725174569888,0.0,0.0461414867150818,0.153725174569888,0.0,0.0227272347443358,0.153725174569888,0.0,0.140885452981306,0.5,0.153725174569888,0.0,0.104900816941909,0,0.0351588451359394,0.0680218489312441 -5688,0.5,0.153725174569888,0.0,0.0189715097944473,0.153725174569888,0.0,0.0402249767532603,0.153725174569888,0.0,0.00927725597460884,0.153725174569888,0.0,0.0278553869539257,0.153725174569888,0.0,0.0675579951286479,0.153725174569888,0.0,0.0733057012002503,0.153725174569888,0.0,0.0314793907600127,0.153725174569888,0.0,0.0839295106969398,0.5,0.153725174569888,0.0,0.127537268657563,0.153725174569888,0.0,0.0590214079384901,0.5,0.153725174569888,0.0,0.0886187727256022,0.153725174569888,0.0,0.229040133758722,0.153725174569888,0.0,0.00463552713898089,0.153725174569888,0.0,0.12330848407798,0.153725174569888,0.0,0.0405267655738431,0.153725174569888,0.0,0.0170227317881141,0.153725174569888,0.0,0.136221937639647,0.5,0.153725174569888,0.0,0.13100805574554,0,0.0193659658241219,0.0528982846941766 -5689,0.5,0.153725174569888,0.0,0.0196937287534061,0.153725174569888,0.0,0.0421360244399517,0.153725174569888,0.0,0.0033826987058732,0.153725174569888,0.0,0.0150178370007303,0.153725174569888,0.0,0.0847442285096328,0.153725174569888,0.0,0.0695263230285651,0.153725174569888,0.0,0.0509095730919672,0.153725174569888,0.0,0.080105534109644,0.5,0.153725174569888,0.0,0.171701681905916,0.153725174569888,0.0,0.069765568003734,0.5,0.153725174569888,0.0,0.122640887414732,0.153725174569888,0.0,0.296469817706538,0.153725174569888,0.0,0.00492010271016695,0.153725174569888,0.0,0.137817492087465,0.153725174569888,0.0,0.0447947681366149,0.153725174569888,0.0,0.0260028703444611,0.153725174569888,0.0,0.135211065081406,0.5,0.153725174569888,0.0,0.128179742157668,0,0.0122965279461127,0.0589331700048199 -5690,0.5,0.153725174569888,0.0,0.0219981341632143,0.153725174569888,0.0,0.0429276068021992,0.153725174569888,0.0,0.00425689662490183,0.153725174569888,0.0,0.0086002201774722,0.153725174569888,0.0,0.0775837954162477,0.153725174569888,0.0,0.0667904010078244,0.153725174569888,0.0,0.0448535874101331,0.153725174569888,0.0,0.0784919031495542,0.5,0.153725174569888,0.0,0.136020517560225,0.153725174569888,0.0,0.0763985425004611,0.5,0.153725174569888,0.0,0.220788084203954,0.153725174569888,0.0,0.389926266854263,0.153725174569888,0.0,0.00514444739461868,0.153725174569888,0.0,0.135949918345266,0.153725174569888,0.0,0.0530610163510381,0.153725174569888,0.0,0.0346568139651211,0.153725174569888,0.0,0.134542940155722,0.5,0.153725174569888,0.0,0.143469697340887,0,0.0129377018540525,0.0801995563981424 -5691,0.5,0.153725174569888,0.0,0.0216378320782478,0.153725174569888,0.0,0.0413432596364491,0.153725174569888,0.0,0.00853185428608363,0.153725174569888,0.0,0.0084796211956051,0.153725174569888,0.0,0.0610720783295503,0.153725174569888,0.0,0.101569285810085,0.153725174569888,0.0,0.0339041498125753,0.153725174569888,0.0,0.0605250360135733,0.5,0.153725174569888,0.0,0.157279840112148,0.153725174569888,0.0,0.140735543520197,0.5,0.153725174569888,0.0,0.355493367021477,0.153725174569888,0.0,0.429490353111667,0.153725174569888,0.0,0.00539718532773571,0.153725174569888,0.0,0.119847600591595,0.153725174569888,0.0,0.0465307167033855,0.153725174569888,0.0,0.0272844897476308,0.153725174569888,0.0,0.141333632377962,0.5,0.153725174569888,0.0,0.167238966702111,0,0.00941578889216639,0.0864537707213465 -5692,0.5,0.153725174569888,0.0,0.021816328094937,0.153725174569888,0.0,0.0437829849571958,0.153725174569888,0.0,0.0105598560959768,0.153725174569888,0.0,0.00682482524677435,0.153725174569888,0.0,0.0406417620278272,0.153725174569888,0.0,0.138773042678546,0.153725174569888,0.0,0.04675257636017,0.153725174569888,0.0,0.0459441312220674,0.5,0.153725174569888,0.0,0.207232531874606,0.153725174569888,0.0,0.431317860996093,0.5,0.153725174569888,0.0,0.525562762600341,0.153725174569888,0.0,0.583297640024546,0.153725174569888,0.0,0.00587383339628758,0.153725174569888,0.0,0.104650917983087,0.153725174569888,0.0,0.0405600136484898,0.153725174569888,0.0,0.0205464881055281,0.153725174569888,0.0,0.142274791162433,0.5,0.153725174569888,0.0,0.166926432283774,0,0.00385552925411754,0.070842910421373 -5693,0.5,0.153725174569888,0.0,0.0240379391512147,0.153725174569888,0.0,0.0475895932960982,0.153725174569888,0.0,0.00841312855502591,0.153725174569888,0.0,0.00438298347723517,0.153725174569888,0.0,0.0466119147190732,0.153725174569888,0.0,0.163850412582088,0.153725174569888,0.0,0.077520748691621,0.153725174569888,0.0,0.0540520025909737,0.5,0.153725174569888,0.0,0.23672099489163,0.153725174569888,0.0,0.595230594851557,0.5,0.153725174569888,0.0,0.402243929188602,0.153725174569888,0.0,0.664718158266457,0.153725174569888,0.0,0.00676913513789963,0.153725174569888,0.0,0.0943496834058647,0.153725174569888,0.0,0.0330553679550676,0.153725174569888,0.0,0.0243428462193866,0.153725174569888,0.0,0.137441326959018,0.5,0.153725174569888,0.0,0.185629349943752,0,0.0010159788590193,0.0527672699156253 -5694,0.5,0.153725174569888,0.00259864103110317,0.0249838010977337,0.153725174569888,1.78778929116512e-07,0.0326587529345312,0.153725174569888,2.90539096318988e-05,0.00517327937230202,0.153725174569888,0.0012178238906482,0.00329429195431221,0.153725174569888,0.0,0.0623457961304112,0.153725174569888,0.0,0.169034945457772,0.153725174569888,0.0,0.0971023222397062,0.153725174569888,0.0,0.0631220204127115,0.5,0.153725174569888,0.0,0.289180100296308,0.153725174569888,0.0,0.717997407817527,0.5,0.153725174569888,0.0,0.544511855020602,0.153725174569888,0.0,0.638251902442577,0.153725174569888,0.000138273545203673,0.00508957380511062,0.153725174569888,2.20033233839613e-06,0.091868226055798,0.153725174569888,1.49203169425746e-05,0.0358903790422497,0.153725174569888,0.0,0.0335681302454419,0.153725174569888,0.0,0.204169635760875,0.5,0.153725174569888,2.64993840420736e-06,0.24927965168751,0,0.00139234361528281,0.0341891061379003 -5695,0.5,0.153725174569888,0.0624882385240765,0.0223031166366675,0.153725174569888,0.0664579412394104,0.0288827294147898,0.153725174569888,0.00540771757478966,0.0121941770808202,0.153725174569888,0.0281049305479491,0.00205621531627608,0.153725174569888,0.0289163582108298,0.0910160450717891,0.153725174569888,0.00376201948965601,0.185967619123736,0.153725174569888,0.00482667646513398,0.106599741258472,0.153725174569888,0.00338071414684128,0.0536920178645914,0.5,0.153725174569888,0.000714928051271774,0.420888888945952,0.153725174569888,0.00140040866490213,0.575472572959798,0.5,0.153725174569888,0.000713589326857617,0.47730272819808,0.153725174569888,0.000822559381879859,0.573956460940654,0.153725174569888,0.0648759066858503,0.0027315897595948,0.153725174569888,0.0491595370008137,0.0949650061471107,0.153725174569888,0.024820683757429,0.0602229383172771,0.153725174569888,0.00135039883457895,0.0383138359798314,0.153725174569888,0.00150233800515564,0.2293829355127,0.5,0.153725174569888,0.00329930236431003,0.519894673102481,0,0.00286895116275504,0.020382916991406 -5696,0.5,0.153725174569888,0.160882893242392,0.0406692858627196,0.153725174569888,0.194040536138074,0.0368672263015097,0.153725174569888,0.021873713511779,0.0311222799749924,0.153725174569888,0.0721098710273259,0.00380923405190382,0.153725174569888,0.11823749797124,0.169889592274406,0.153725174569888,0.0248801892026317,0.207957509491777,0.153725174569888,0.0237008917553569,0.121796616213597,0.153725174569888,0.0172657591922712,0.0635341449928052,0.5,0.153725174569888,0.00590349180912023,0.650222859601234,0.153725174569888,0.00297881098477927,0.367330760573014,0.5,0.153725174569888,0.0033384895367557,0.618213335134256,0.153725174569888,0.00265580212541411,0.47063866431314,0.153725174569888,0.190184258189504,0.00284012889472476,0.153725174569888,0.165606992382062,0.123630477570605,0.153725174569888,0.0935032392794821,0.124746137296591,0.153725174569888,0.00582062893016358,0.0459785991779799,0.153725174569888,0.00856944195864775,0.254277835345772,0.5,0.153725174569888,0.00792998092061621,0.676946314976807,0,0.0077224227495318,0.0124459096327671 -5697,0.5,0.153725174569888,0.287042605615926,0.0553479899292033,0.153725174569888,0.337205322316372,0.0647441301948038,0.153725174569888,0.0383899030562948,0.0509041770105192,0.153725174569888,0.103449648300138,0.00731991434704204,0.153725174569888,0.258446732727905,0.273623499232306,0.153725174569888,0.073051278159612,0.263117943198258,0.153725174569888,0.0574493535435808,0.15781411992226,0.153725174569888,0.0194819702621176,0.17303658590738,0.5,0.153725174569888,0.0173076196491198,0.698489291652074,0.153725174569888,0.0174222890395747,0.511655621639226,0.5,0.153725174569888,0.0363192845357153,0.731671026689308,0.153725174569888,0.00952350554336326,0.508769816743438,0.153725174569888,0.331605692378736,0.00641170815373122,0.153725174569888,0.31432037236886,0.167154522213647,0.153725174569888,0.197701247799158,0.173775003034792,0.153725174569888,0.0164524039429983,0.0721049962145394,0.153725174569888,0.0141972977702559,0.346177798511211,0.5,0.153725174569888,0.0185925492917935,0.637391639026957,0,0.0187739732493471,0.00968484675328982 -5698,0.5,0.153725174569888,0.42787955341705,0.059876015321855,0.153725174569888,0.481523979967741,0.0831106914020447,0.153725174569888,0.0650692440292085,0.0555475558772048,0.153725174569888,0.137979635135509,0.0129731492639719,0.153725174569888,0.418524475781563,0.317066517378123,0.153725174569888,0.139717489555162,0.262231197497953,0.153725174569888,0.088820259537206,0.166534049358579,0.153725174569888,0.0240410254603988,0.218048428471276,0.5,0.153725174569888,0.0420848715944013,0.637824935539964,0.153725174569888,0.0204077515634342,0.606213640586089,0.5,0.153725174569888,0.162948005512521,0.862931286632684,0.153725174569888,0.0548472176381791,0.578169193236735,0.153725174569888,0.473063343784926,0.00970387110982729,0.153725174569888,0.461599187034354,0.174720260410876,0.153725174569888,0.322140551780779,0.188863287450312,0.153725174569888,0.0211069499356971,0.106966437090679,0.153725174569888,0.0283485770880359,0.51379464359818,0.5,0.153725174569888,0.0359736544973522,0.525823345857472,0,0.0324374452294049,0.00705284631974176 -5699,0.5,0.153725174569888,0.554814953026607,0.0504735772543984,0.153725174569888,0.604217484702966,0.0737506480335899,0.153725174569888,0.0817268942911528,0.0540210591034086,0.153725174569888,0.187571161241429,0.0153764952453975,0.153725174569888,0.559516896049621,0.332417971579397,0.153725174569888,0.194832859452872,0.252504695618015,0.153725174569888,0.182232294892585,0.174684124930546,0.153725174569888,0.0476067497790973,0.185395739591854,0.5,0.153725174569888,0.05379007907771,0.612781572436754,0.153725174569888,0.0303137508649123,0.652025953334017,0.5,0.153725174569888,0.15099820980221,0.851232792835727,0.153725174569888,0.201501583095096,0.748638239165283,0.153725174569888,0.597229186116765,0.0157209262259584,0.153725174569888,0.591108002527975,0.157769786552206,0.153725174569888,0.43989273899307,0.170269434806527,0.153725174569888,0.0285807744397126,0.135961497154013,0.153725174569888,0.0558007939690093,0.691516442601474,0.5,0.153725174569888,0.0482136257274082,0.636030133657807,0,0.0532543299453969,0.00469842260852418 -5700,0.5,0.153725174569888,0.631356702896941,0.0428944384691943,0.153725174569888,0.674262498420313,0.0569587634075114,0.153725174569888,0.109558058168951,0.047495326375775,0.153725174569888,0.217851005859488,0.0137694626652219,0.153725174569888,0.644185924879091,0.320776518914549,0.153725174569888,0.2486663559344,0.212622464012485,0.153725174569888,0.264305867226912,0.157951461148779,0.153725174569888,0.0635884079817461,0.153981169105591,0.5,0.153725174569888,0.0885228473791422,0.663444412560057,0.153725174569888,0.193335464346802,0.760710751062515,0.5,0.153725174569888,0.0944401435275302,0.784644215705401,0.153725174569888,0.33556644570407,0.889789348098171,0.153725174569888,0.66165315604647,0.0281444222462755,0.153725174569888,0.668987532227584,0.12807771255953,0.153725174569888,0.508956801265854,0.125290895631585,0.153725174569888,0.0541173053719666,0.105112706106582,0.153725174569888,0.0611114280044088,0.761971226051125,0.5,0.153725174569888,0.0579502384403084,0.804413486485297,0,0.0817321419494365,0.00328860377675882 -5701,0.5,0.153725174569888,0.659829977994751,0.0437894055678547,0.153725174569888,0.700437467285993,0.0617144209052529,0.153725174569888,0.131954975058223,0.0365844520689678,0.153725174569888,0.240843367586821,0.00698629341774386,0.153725174569888,0.68084042299576,0.257014545880168,0.153725174569888,0.279887705081775,0.174647975653638,0.153725174569888,0.304004279108539,0.123454556334696,0.153725174569888,0.0418165159645432,0.13401290457678,0.5,0.153725174569888,0.143749584111779,0.706794442255601,0.153725174569888,0.555399905807931,0.910546645281259,0.5,0.153725174569888,0.0365287353731209,0.752882458240355,0.153725174569888,0.234976416616854,0.82867534738585,0.153725174569888,0.683758914631495,0.0439326209071423,0.153725174569888,0.700883869905173,0.114885211570971,0.153725174569888,0.54625116596206,0.0904819607064876,0.153725174569888,0.0744533546347991,0.0677500553191036,0.153725174569888,0.0882883056200329,0.79626785405013,0.5,0.153725174569888,0.217582194483123,0.843623437025179,0,0.109599583985808,0.00225408814143957 -5702,0.5,0.153725174569888,0.633765997654542,0.0553018181757111,0.153725174569888,0.685974174872821,0.0755579242695558,0.153725174569888,0.14601453328611,0.0186663406849785,0.153725174569888,0.232145456791264,0.00496087156284233,0.153725174569888,0.66541588260552,0.199119230434427,0.153725174569888,0.3392880144677,0.154376005761022,0.153725174569888,0.28210740103208,0.0833336371843258,0.153725174569888,0.0177893549485032,0.107096327339103,0.5,0.153725174569888,0.151972486364991,0.697169776539032,0.153725174569888,0.440668049630989,0.926391711794564,0.5,0.153725174569888,0.15186602679171,0.812440643758078,0.153725174569888,0.114188511241334,0.68986316477064,0.153725174569888,0.657875711829123,0.0601195802111906,0.153725174569888,0.691192944140069,0.119196489935423,0.153725174569888,0.52800205898636,0.0689874915421885,0.153725174569888,0.0688200403898226,0.0390588846510855,0.153725174569888,0.0685456211731232,0.721492453280309,0.5,0.153725174569888,0.473575061753207,0.890308191880594,0,0.121736134950724,0.00191017642595067 -5703,0.5,0.153725174569888,0.558683715832669,0.0676470602521683,0.153725174569888,0.62064627761461,0.0985383064662057,0.153725174569888,0.120602085717539,0.00648312392905059,0.153725174569888,0.179131889753802,0.00380101931155285,0.153725174569888,0.577198554949035,0.155814394134223,0.153725174569888,0.354801276792677,0.107971301979086,0.153725174569888,0.251573592873788,0.0726861587617289,0.153725174569888,0.0164913470314674,0.0904340593560895,0.5,0.153725174569888,0.111687501924132,0.642128394267018,0.153725174569888,0.160117619241691,0.847402145679677,0.5,0.153725174569888,0.351196709260703,0.904160642561121,0.153725174569888,0.100247331514168,0.55910731721768,0.153725174569888,0.563220291099009,0.0767049515281337,0.153725174569888,0.633147335160247,0.132641791500416,0.153725174569888,0.459752615377743,0.0601916709826004,0.153725174569888,0.0627070537029736,0.0358239447602921,0.153725174569888,0.0502752251462684,0.61346727231326,0.5,0.153725174569888,0.385343501619083,0.77400113930811,0,0.136857138778925,0.00352979211548527 -5704,0.5,0.153725174569888,0.444673533633241,0.0750842554301244,0.153725174569888,0.501203582555765,0.0967766909312046,0.153725174569888,0.099521242184018,0.00165018295601585,0.153725174569888,0.137166751851259,0.00400791736064066,0.153725174569888,0.411008038167424,0.123437343529514,0.153725174569888,0.264716193557809,0.0771121828517539,0.153725174569888,0.189757577409944,0.044635663810274,0.153725174569888,0.0142214463482562,0.0676018432254663,0.5,0.153725174569888,0.0813431174880122,0.528031412655156,0.153725174569888,0.0814181224740465,0.648249928332081,0.5,0.153725174569888,0.120249557402486,0.780961635145191,0.153725174569888,0.0921013374374665,0.478817925403993,0.153725174569888,0.454819839723388,0.0961293792014549,0.153725174569888,0.518948853188445,0.138552186327711,0.153725174569888,0.326216831138719,0.0602600369757482,0.153725174569888,0.0501642691963641,0.0400799899202503,0.153725174569888,0.0899683749152517,0.587744208510152,0.5,0.153725174569888,0.152476884127433,0.71619938488762,0,0.115789971225073,0.00681854701686782 -5705,0.5,0.153725174569888,0.312083612547487,0.0745191343470546,0.153725174569888,0.365649287043699,0.0600806142850538,0.153725174569888,0.0717527154173915,0.00158120616987132,0.153725174569888,0.101445898411831,0.00400151365898559,0.153725174569888,0.31051361729504,0.125064749605321,0.153725174569888,0.143026290871824,0.0461413183824418,0.153725174569888,0.0838830532910675,0.02451574930238,0.153725174569888,0.0147410780944677,0.0359270150033293,0.5,0.153725174569888,0.0650442422247555,0.377937589146011,0.153725174569888,0.088931722901956,0.446144900592125,0.5,0.153725174569888,0.0677956611528393,0.673852504300132,0.153725174569888,0.0536686181482185,0.384593144070541,0.153725174569888,0.32127455101555,0.123905195130491,0.153725174569888,0.382457155211932,0.13463109291924,0.153725174569888,0.21872453027492,0.0620122117926336,0.153725174569888,0.023407532168924,0.0424350372894131,0.153725174569888,0.0540976526796212,0.596536190682949,0.5,0.153725174569888,0.103480540007414,0.550706988311665,0,0.100578329646978,0.0135877154053271 -5706,0.5,0.153725174569888,0.127777558305793,0.0548121277039408,0.153725174569888,0.213544418013976,0.0224876149163314,0.153725174569888,0.0395920060259899,0.00289510306198484,0.153725174569888,0.0566292622981273,0.00802784791862602,0.153725174569888,0.189442745135598,0.118018521570015,0.153725174569888,0.0576634153837605,0.0116954849547775,0.153725174569888,0.0409376319700645,0.00551879647890668,0.153725174569888,0.0112480529415843,0.0139084032788705,0.5,0.153725174569888,0.0445944406285027,0.277006873665606,0.153725174569888,0.0459075477348436,0.34477767478326,0.5,0.153725174569888,0.0521397563808402,0.628662637205992,0.153725174569888,0.0420094590447523,0.336692069187126,0.153725174569888,0.16232844190853,0.103135273285107,0.153725174569888,0.233334036629882,0.13220819831294,0.153725174569888,0.105498814796825,0.0530371987843006,0.153725174569888,0.0174641515315272,0.0287136303481119,0.153725174569888,0.0145650673002663,0.573281438105994,0.5,0.153725174569888,0.0525302167984892,0.402247133979252,0,0.0987946140346293,0.0260216113586697 -5707,0.5,0.153725174569888,0.000398296804653054,0.0344557802378955,0.153725174569888,0.0256074664017162,0.0201652091538715,0.153725174569888,0.000124678163202745,0.00280268962719975,0.153725174569888,5.9733990090175e-05,0.00850552407566006,0.153725174569888,0.0337142797094935,0.0847317026971106,0.153725174569888,0.0153012889273004,0.00564957825419526,0.153725174569888,0.00920827610510013,0.000970956701722448,0.153725174569888,0.00368503297497685,0.00349469710360408,0.5,0.153725174569888,0.0120784608983416,0.165794712084865,0.153725174569888,0.0,0.23626192485378,0.5,0.153725174569888,0.00725498148514264,0.645725138073627,0.153725174569888,0.00664603113865255,0.246224643213064,0.153725174569888,0.0302162372671482,0.0480923787959083,0.153725174569888,0.033458853874616,0.0790056375276428,0.153725174569888,0.0138716350892444,0.0356433418151295,0.153725174569888,0.00468545957436652,0.0190925091017761,0.153725174569888,0.000366583765736207,0.56497634677855,0.5,0.153725174569888,0.0,0.306837380585278,0,0.0738381317747173,0.0478950863113999 -5708,0.5,0.153725174569888,0.0,0.0378813037924854,0.153725174569888,0.0,0.0558712156714769,0.153725174569888,0.0,0.00428281626359981,0.153725174569888,0.0,0.0117306542845206,0.153725174569888,0.0,0.114882320931571,0.153725174569888,0.0,0.00464350004685854,0.153725174569888,0.0,0.000766992006162734,0.153725174569888,0.0,0.000891988373330398,0.5,0.153725174569888,0.0,0.0884533710178545,0.153725174569888,0.0,0.163066091538892,0.5,0.153725174569888,0.0,0.589219025630628,0.153725174569888,0.0,0.195892804883963,0.153725174569888,0.0,0.0295683824771277,0.153725174569888,0.0,0.0601815589368085,0.153725174569888,0.0,0.0365405012409735,0.153725174569888,0.0,0.0156886669810833,0.153725174569888,0.0,0.544712768601435,0.5,0.153725174569888,0.0,0.267838269734989,0,0.0915879040861896,0.0773190743475369 -5709,0.5,0.153725174569888,0.0,0.0388687331465767,0.153725174569888,0.0,0.0559770509419217,0.153725174569888,0.0,0.00569273102095384,0.153725174569888,0.0,0.0123009964186854,0.153725174569888,0.0,0.120069160670538,0.153725174569888,0.0,0.00870049396108068,0.153725174569888,0.0,0.00123769585672765,0.153725174569888,0.0,0.00130186684579795,0.5,0.153725174569888,0.0,0.0438839674930551,0.153725174569888,0.0,0.166847319722016,0.5,0.153725174569888,0.0,0.464965793935889,0.153725174569888,0.0,0.179942922608476,0.153725174569888,0.0,0.0263149697452507,0.153725174569888,0.0,0.0392525266536148,0.153725174569888,0.0,0.0357430227023962,0.153725174569888,0.0,0.0114061064474361,0.153725174569888,0.0,0.49396436440377,0.5,0.153725174569888,0.0,0.240586366721159,0,0.131620299047133,0.123113812423599 -5710,0.5,0.153725174569888,0.0,0.0403152378205828,0.153725174569888,0.0,0.0348314211800992,0.153725174569888,0.0,0.00750940193653607,0.153725174569888,0.0,0.0125276291209204,0.153725174569888,0.0,0.0858573694146572,0.153725174569888,0.0,0.0171989235338831,0.153725174569888,0.0,0.00231155095581846,0.153725174569888,0.0,0.00365162500285465,0.5,0.153725174569888,0.0,0.0389643314795468,0.153725174569888,0.0,0.172650388155676,0.5,0.153725174569888,0.0,0.350927283083001,0.153725174569888,0.0,0.166518528990986,0.153725174569888,0.0,0.0285525552243861,0.153725174569888,0.0,0.0295724365521178,0.153725174569888,0.0,0.0343161791566066,0.153725174569888,0.0,0.00821849851991517,0.153725174569888,0.0,0.373636450997806,0.5,0.153725174569888,0.0,0.221646215235228,0,0.188136308420507,0.164598694586826 -5711,0.5,0.153725174569888,0.0,0.0404601128793706,0.153725174569888,0.0,0.0281835059431438,0.153725174569888,0.0,0.0112291345721939,0.153725174569888,0.0,0.0121362398906267,0.153725174569888,0.0,0.0523048469428135,0.153725174569888,0.0,0.0268388745439855,0.153725174569888,0.0,0.00700721705286724,0.153725174569888,0.0,0.00536394323670677,0.5,0.153725174569888,0.0,0.0511988125724718,0.153725174569888,0.0,0.148328165830726,0.5,0.153725174569888,0.0,0.253325860255943,0.153725174569888,0.0,0.149811469123648,0.153725174569888,0.0,0.031759756996545,0.153725174569888,0.0,0.0236131727948893,0.153725174569888,0.0,0.023311638714446,0.153725174569888,0.0,0.00640943108948431,0.153725174569888,0.0,0.250070524295654,0.5,0.153725174569888,0.0,0.201055619063147,0,0.20075396909521,0.184858336474391 -5712,0.5,0.153725174569888,0.0,0.0404255814365705,0.153725174569888,0.0,0.0256464941015808,0.153725174569888,0.0,0.0117159523259472,0.153725174569888,0.0,0.0104185631042434,0.153725174569888,0.0,0.0374424474338214,0.153725174569888,0.0,0.0351216472199223,0.153725174569888,0.0,0.011993227171452,0.153725174569888,0.0,0.0060079078116427,0.5,0.153725174569888,0.0,0.0528745649234265,0.153725174569888,0.0,0.145904203392824,0.5,0.153725174569888,0.0,0.23405292389575,0.153725174569888,0.0,0.142128624809787,0.153725174569888,0.0,0.0367715920780024,0.153725174569888,0.0,0.0200632399973013,0.153725174569888,0.0,0.0150509606072402,0.153725174569888,0.0,0.00562784856687736,0.153725174569888,0.0,0.175391247141168,0.5,0.153725174569888,0.0,0.178899139313563,0,0.161194151427158,0.173976229348933 -5713,0.5,0.153725174569888,0.0,0.0417884648261176,0.153725174569888,0.0,0.0208566858826135,0.153725174569888,0.0,0.0109806158771814,0.153725174569888,0.0,0.00940214034606909,0.153725174569888,0.0,0.0279397055148823,0.153725174569888,0.0,0.0385412016726825,0.153725174569888,0.0,0.0168259797464915,0.153725174569888,0.0,0.00577083466500863,0.5,0.153725174569888,0.0,0.0389178234864261,0.153725174569888,0.0,0.145822279145856,0.5,0.153725174569888,0.0,0.250727003149259,0.153725174569888,0.0,0.129164909520338,0.153725174569888,0.0,0.0429400155999672,0.153725174569888,0.0,0.0157192499038483,0.153725174569888,0.0,0.0106325672700969,0.153725174569888,0.0,0.00509188265402867,0.153725174569888,0.0,0.138436038510132,0.5,0.153725174569888,0.0,0.166545704208213,0,0.168749552489853,0.205633727888565 -5714,0.5,0.153725174569888,0.0,0.0414849848071284,0.153725174569888,0.0,0.0201818127003538,0.153725174569888,0.0,0.0105956857818396,0.153725174569888,0.0,0.00930795660726215,0.153725174569888,0.0,0.0173766875547574,0.153725174569888,0.0,0.0359828415462318,0.153725174569888,0.0,0.0153795148738923,0.153725174569888,0.0,0.0049035540906294,0.5,0.153725174569888,0.0,0.0280975470992475,0.153725174569888,0.0,0.146526308822575,0.5,0.153725174569888,0.0,0.191061206262511,0.153725174569888,0.0,0.121313597645552,0.153725174569888,0.0,0.0438529065633935,0.153725174569888,0.0,0.0137640375208749,0.153725174569888,0.0,0.00864574737523612,0.153725174569888,0.0,0.00653783406324791,0.153725174569888,0.0,0.0998494693074797,0.5,0.153725174569888,0.0,0.16132990676957,0,0.213765701009882,0.194830101263481 -5715,0.5,0.153725174569888,0.0,0.0430489050080159,0.153725174569888,0.0,0.0187796745993362,0.153725174569888,0.0,0.0114475012849626,0.153725174569888,0.0,0.0108276277573994,0.153725174569888,0.0,0.00991069973289727,0.153725174569888,0.0,0.0294742311871328,0.153725174569888,0.0,0.0108432316287111,0.153725174569888,0.0,0.00522470673269329,0.5,0.153725174569888,0.0,0.0198768470947143,0.153725174569888,0.0,0.139151775155315,0.5,0.153725174569888,0.0,0.134061003056126,0.153725174569888,0.0,0.149138886076055,0.153725174569888,0.0,0.0449365952915647,0.153725174569888,0.0,0.0120571847931924,0.153725174569888,0.0,0.00725392737748209,0.153725174569888,0.0,0.00983875501408482,0.153725174569888,0.0,0.0687870747979068,0.5,0.153725174569888,0.0,0.15097368490059,0,0.271850118993765,0.139706354655346 -5716,0.5,0.153725174569888,0.0,0.0486806821318235,0.153725174569888,0.0,0.017661153594896,0.153725174569888,0.0,0.0129739713081572,0.153725174569888,0.0,0.0134658960713097,0.153725174569888,0.0,0.00679547772789151,0.153725174569888,0.0,0.0279983593199119,0.153725174569888,0.0,0.00727026974753705,0.153725174569888,0.0,0.00737515366383532,0.5,0.153725174569888,0.0,0.0173727506870973,0.153725174569888,0.0,0.131817504131202,0.5,0.153725174569888,0.0,0.088965251804735,0.153725174569888,0.0,0.187732324967011,0.153725174569888,0.0,0.0435551355015708,0.153725174569888,0.0,0.0114008795780819,0.153725174569888,0.0,0.00709947144400552,0.153725174569888,0.0,0.0158827156587006,0.153725174569888,0.0,0.0513559657769734,0.5,0.153725174569888,0.0,0.148522910259709,0,0.269341919648886,0.107599503305442 -5717,0.5,0.153725174569888,0.0,0.056606910637702,0.153725174569888,0.0,0.0166942672326454,0.153725174569888,0.0,0.0147452138366218,0.153725174569888,0.0,0.0158766369909435,0.153725174569888,0.0,0.00734769392693022,0.153725174569888,0.0,0.0242224854713353,0.153725174569888,0.0,0.00475628179320748,0.153725174569888,0.0,0.00925022007191858,0.5,0.153725174569888,0.0,0.0176714824830382,0.153725174569888,0.0,0.152064347619435,0.5,0.153725174569888,0.0,0.0647939229712805,0.153725174569888,0.0,0.229124116583091,0.153725174569888,0.0,0.0401116436718937,0.153725174569888,0.0,0.011414274572966,0.153725174569888,0.0,0.00822926112942458,0.153725174569888,0.0,0.020373721836526,0.153725174569888,0.0,0.0553178355251541,0.5,0.153725174569888,0.0,0.184800980673531,0,0.245978252346923,0.0926308109122098 -5718,0.5,0.153725174569888,0.00127254657933445,0.0627606494698212,0.153725174569888,0.0,0.0156730028929849,0.153725174569888,4.82639779666181e-05,0.0158382716567602,0.153725174569888,0.00256353685279015,0.0170310116494184,0.153725174569888,0.0,0.00795196526958253,0.153725174569888,0.0,0.0198086357889584,0.153725174569888,0.0,0.00316983720617949,0.153725174569888,0.0,0.00985550746202846,0.5,0.153725174569888,0.0,0.0178316693619425,0.153725174569888,0.0,0.21984348662504,0.5,0.153725174569888,0.0,0.0522522349582362,0.153725174569888,0.0,0.250432619180508,0.153725174569888,2.14278699502594e-06,0.028865552418295,0.153725174569888,0.0,0.0119813751899553,0.153725174569888,0.0,0.00986684853515447,0.153725174569888,0.0,0.0228404080546376,0.153725174569888,0.0,0.0685960453637945,0.5,0.153725174569888,0.0,0.281109981174908,0,0.207039636922871,0.0886143956048286 -5719,0.5,0.153725174569888,0.0371248393670321,0.0749113432491686,0.153725174569888,0.0160379182279625,0.00942272181124675,0.153725174569888,0.067925634745236,0.015977823130998,0.153725174569888,0.0822521836721401,0.0178512315519488,0.153725174569888,0.0468882191016945,0.00664439504134417,0.153725174569888,0.0397261517126602,0.01484315975735,0.153725174569888,0.0481080330142988,0.0026259284982883,0.153725174569888,0.0300069938321489,0.00726298554350141,0.5,0.153725174569888,0.00387921538582019,0.0189356232828014,0.153725174569888,0.0214465302140287,0.291259987406439,0.5,0.153725174569888,0.000225009059725852,0.0647691206253762,0.153725174569888,0.0141132072553582,0.275670620570567,0.153725174569888,0.0356186281150209,0.023840964123194,0.153725174569888,0.0466647022696213,0.0100525383084993,0.153725174569888,0.0561987160485813,0.0107670804413219,0.153725174569888,0.0517379671854851,0.0195273998265535,0.153725174569888,0.0148996268171793,0.079985651655188,0.5,0.153725174569888,0.00820018414216663,0.402948219977394,0,0.201245415266317,0.0866819262272183 -5720,0.5,0.153725174569888,0.0983430627862393,0.134299919189601,0.153725174569888,0.0363763729986116,0.010012448864468,0.153725174569888,0.198597516342013,0.0273540057448975,0.153725174569888,0.217333589898388,0.0450392293577773,0.153725174569888,0.164443482038448,0.00624772135657937,0.153725174569888,0.155573497615516,0.014402192921224,0.153725174569888,0.168971594289328,0.00300017404296116,0.153725174569888,0.136802417321689,0.00507614137364009,0.5,0.153725174569888,0.0264483784405858,0.0227884306617662,0.153725174569888,0.0825658245265253,0.398787304853402,0.5,0.153725174569888,0.00273598821764136,0.0823453261560914,0.153725174569888,0.0444184477299822,0.380380621937165,0.153725174569888,0.117292462515998,0.0269426289895707,0.153725174569888,0.152655589761815,0.00983875567645084,0.153725174569888,0.167654497271918,0.0164833778658971,0.153725174569888,0.175648072014286,0.0178707484106814,0.153725174569888,0.0723902155263818,0.0892339650423328,0.5,0.153725174569888,0.0360050694416068,0.520525942929652,0,0.209498359898695,0.0763094591788889 -5721,0.5,0.153725174569888,0.162835373056256,0.225859376079457,0.153725174569888,0.0740887560365658,0.022503571303548,0.153725174569888,0.343323886252419,0.065799292277242,0.153725174569888,0.358623081376222,0.0955834224696837,0.153725174569888,0.306701445063181,0.0161070893895077,0.153725174569888,0.300341991020288,0.0305954977706511,0.153725174569888,0.313653053935248,0.0100386818140089,0.153725174569888,0.288196852764518,0.00775785319040584,0.5,0.153725174569888,0.0738788731610165,0.0216566825063633,0.153725174569888,0.115034391790001,0.487698189531201,0.5,0.153725174569888,0.0271601700088002,0.0836994792854287,0.153725174569888,0.0668656148024409,0.402376977031114,0.153725174569888,0.218767328175501,0.0420235856272503,0.153725174569888,0.283990632962912,0.0183505090778038,0.153725174569888,0.293899939302365,0.0339041758951864,0.153725174569888,0.321908744142693,0.0276552376707368,0.153725174569888,0.177838954883489,0.0943636315284848,0.5,0.153725174569888,0.0699930422039576,0.511589271263367,0,0.178751101151412,0.0592156587974796 -5722,0.5,0.153725174569888,0.222082108848496,0.29669955276156,0.153725174569888,0.103688415059361,0.0537860890608485,0.153725174569888,0.488151490003536,0.106310649633919,0.153725174569888,0.492605083899286,0.186625473421071,0.153725174569888,0.449891261396356,0.0239326700507869,0.153725174569888,0.446749917991972,0.0300058546770303,0.153725174569888,0.460781437860841,0.0166951041022144,0.153725174569888,0.447140833505009,0.0107447217724177,0.5,0.153725174569888,0.14042346242704,0.0168629002377536,0.153725174569888,0.0674283057978758,0.493495100389644,0.5,0.153725174569888,0.100543872417617,0.0596671554618044,0.153725174569888,0.0567252486345812,0.321697621721123,0.153725174569888,0.313815818201955,0.0448762469733945,0.153725174569888,0.423003131898385,0.0226027336482241,0.153725174569888,0.417437323767162,0.0663566723914969,0.153725174569888,0.473438589657547,0.043051772221706,0.153725174569888,0.339796599630296,0.0975408788113785,0.5,0.153725174569888,0.0672683227306828,0.453587340261518,0,0.158876620697914,0.0416451593649907 -5723,0.5,0.153725174569888,0.261557101522134,0.319216575260155,0.153725174569888,0.106058309746622,0.084928582832938,0.153725174569888,0.584623245195688,0.146473188161821,0.153725174569888,0.533585083318831,0.226824672767575,0.153725174569888,0.572544837092588,0.0203947032422885,0.153725174569888,0.576733622429432,0.0271750919745587,0.153725174569888,0.587669676395771,0.0177113980178092,0.153725174569888,0.576703203210212,0.0179667667068329,0.5,0.153725174569888,0.229721971192133,0.0186420681787495,0.153725174569888,0.0749680397762395,0.541389693389434,0.5,0.153725174569888,0.187902199388505,0.0493371684076342,0.153725174569888,0.0712750884980634,0.231441965657821,0.153725174569888,0.403287088091106,0.0449207566034817,0.153725174569888,0.521363845746787,0.0277880044494342,0.153725174569888,0.48420244188459,0.0749932445458716,0.153725174569888,0.599523304462611,0.0448235806006853,0.153725174569888,0.47635387978391,0.0957178948837967,0.5,0.153725174569888,0.0560602001375927,0.352949465651378,0,0.129626844852762,0.024070594562536 -5724,0.5,0.153725174569888,0.310479860147303,0.304655584408875,0.153725174569888,0.115740761352674,0.074287425684597,0.153725174569888,0.601994114173348,0.169109951547931,0.153725174569888,0.501771689743454,0.272677394734932,0.153725174569888,0.628535992293921,0.0167440851182391,0.153725174569888,0.657679550141881,0.0205441051124991,0.153725174569888,0.662727715635221,0.0167276544697035,0.153725174569888,0.634941557593295,0.0190895752366155,0.5,0.153725174569888,0.312296450447411,0.0146146407356938,0.153725174569888,0.0315205552732069,0.451504349203302,0.5,0.153725174569888,0.262922350097206,0.0359019968310719,0.153725174569888,0.12855486974978,0.144868750392836,0.153725174569888,0.387588047983427,0.0534819281018664,0.153725174569888,0.551965522116957,0.0298815177553364,0.153725174569888,0.447697430319027,0.0635254085812309,0.153725174569888,0.661740530259148,0.037494312279077,0.153725174569888,0.573623161670507,0.0822993586722515,0.5,0.153725174569888,0.0534988516155607,0.277915177119902,0,0.0908321968730085,0.0145496753916259 -5725,0.5,0.153725174569888,0.319319571633741,0.290012155162677,0.153725174569888,0.141736899993646,0.0591443650705167,0.153725174569888,0.582099880310207,0.203441667378353,0.153725174569888,0.470890500100096,0.2942720792662,0.153725174569888,0.644116450835183,0.0221607390896557,0.153725174569888,0.689291500973003,0.0130112077688037,0.153725174569888,0.688117839959799,0.0144207683499075,0.153725174569888,0.674247568998954,0.013277603878345,0.5,0.153725174569888,0.372992445538177,0.00670494214832358,0.153725174569888,0.0280400880265999,0.328234213236562,0.5,0.153725174569888,0.297133560821764,0.0146229946424291,0.153725174569888,0.152546442870646,0.0903818531992689,0.153725174569888,0.385431710983628,0.0545470693574094,0.153725174569888,0.491882705309219,0.0321540842715893,0.153725174569888,0.369185341941437,0.0644778608994082,0.153725174569888,0.691705826118964,0.0252056093296923,0.153725174569888,0.603055964573546,0.0633890579743684,0.5,0.153725174569888,0.11864844352281,0.232106330406078,0,0.0672122616665342,0.00781166973008919 -5726,0.5,0.153725174569888,0.31310671966247,0.28370146877551,0.153725174569888,0.105729878450355,0.0363802691715166,0.153725174569888,0.549133344541375,0.240514232801917,0.153725174569888,0.390068566632088,0.314333461188896,0.153725174569888,0.592178727548218,0.0269446203681908,0.153725174569888,0.683466062810438,0.00843919408373746,0.153725174569888,0.673366146802613,0.015934983474956,0.153725174569888,0.677006025509742,0.00611423549832196,0.5,0.153725174569888,0.396647323819581,0.00456379064602512,0.153725174569888,0.0310464002551844,0.186642472605773,0.5,0.153725174569888,0.303434778597265,0.00344952935659991,0.153725174569888,0.138826840202239,0.0588661606762883,0.153725174569888,0.406334172733201,0.0541765388990891,0.153725174569888,0.475181944897271,0.0389242567750786,0.153725174569888,0.310176803550658,0.0632266212135422,0.153725174569888,0.675460546563059,0.0226343022527416,0.153725174569888,0.525171602726512,0.0462023935698116,0.5,0.153725174569888,0.153266135456007,0.159506278239386,0,0.076974176547575,0.00651296696570673 -5727,0.5,0.153725174569888,0.285277407490257,0.26057033736073,0.153725174569888,0.119593633707748,0.0117962392088885,0.153725174569888,0.485005429192773,0.2508705865812,0.153725174569888,0.302910996168121,0.31539589316514,0.153725174569888,0.542467254846561,0.0270779541433019,0.153725174569888,0.631103844865226,0.00733826775416258,0.153725174569888,0.609722191885087,0.0164673945636586,0.153725174569888,0.626817098267598,0.00333598429306667,0.5,0.153725174569888,0.368410911632095,0.0100851644585922,0.153725174569888,0.0776250074918058,0.117530973722933,0.5,0.153725174569888,0.258948204501439,0.00342450910358495,0.153725174569888,0.110010761971993,0.0424161795346012,0.153725174569888,0.403995694116767,0.0540627232653645,0.153725174569888,0.396650648144691,0.0405011059770741,0.153725174569888,0.260401781187637,0.0615221750050667,0.153725174569888,0.609634275175025,0.020998564160066,0.153725174569888,0.463519869782848,0.0369822072720667,0.5,0.153725174569888,0.157573902379802,0.108353844114718,0,0.106961856938741,0.00730866413419238 -5728,0.5,0.153725174569888,0.247398877801342,0.226406908135949,0.153725174569888,0.273501201024217,0.010727268372091,0.153725174569888,0.401190458833243,0.217713041081766,0.153725174569888,0.157792551028704,0.256661206948499,0.153725174569888,0.451044690604202,0.0352775682215229,0.153725174569888,0.521333711904874,0.00695441037505079,0.153725174569888,0.494589530258856,0.0183114636516626,0.153725174569888,0.515418363733476,0.00424642221897175,0.5,0.153725174569888,0.296796873247619,0.0170382237177592,0.153725174569888,0.074927584516552,0.0765039244660299,0.5,0.153725174569888,0.232319532278612,0.00439895633628028,0.153725174569888,0.0757230578018957,0.0326243109979752,0.153725174569888,0.332916988674298,0.0558392134986155,0.153725174569888,0.324509207619485,0.0355946563232978,0.153725174569888,0.242072748650088,0.0513252570765891,0.153725174569888,0.484738167895099,0.0201831228015903,0.153725174569888,0.358966891614006,0.0278203259041492,0.5,0.153725174569888,0.0941606422876458,0.0790895606111075,0,0.158171296227574,0.00721342674490548 -5729,0.5,0.153725174569888,0.177428714332177,0.186183806836654,0.153725174569888,0.324965780798581,0.0276556288187102,0.153725174569888,0.292050722866496,0.171968420690499,0.153725174569888,0.14217006889827,0.187116434861375,0.153725174569888,0.307492659336687,0.0542364045225667,0.153725174569888,0.383146548142711,0.0111072661404191,0.153725174569888,0.358216650267599,0.0194013059552707,0.153725174569888,0.3737945465195,0.00881589295604805,0.5,0.153725174569888,0.229341387652982,0.0218687332004169,0.153725174569888,0.0425180724928059,0.0460095201280317,0.5,0.153725174569888,0.205332935025939,0.00398081704631046,0.153725174569888,0.063180972915103,0.0154096144222182,0.153725174569888,0.226276149347999,0.0572982738270511,0.153725174569888,0.233352060595339,0.0389812038834389,0.153725174569888,0.199928664174707,0.0408229769363554,0.153725174569888,0.353512298620345,0.0181703844888496,0.153725174569888,0.255593575570825,0.0110856970735607,0.5,0.153725174569888,0.0561609486440141,0.0495884699102424,0,0.201971044551426,0.00826856765293997 -5730,0.5,0.153725174569888,0.0798109901023048,0.118508040097544,0.153725174569888,0.188947083112558,0.0298176760324509,0.153725174569888,0.140725397271521,0.133630873746617,0.153725174569888,0.0817555913155857,0.0979933333848275,0.153725174569888,0.192539560862508,0.0563495978758735,0.153725174569888,0.238306817396163,0.0148366846708859,0.153725174569888,0.22023230331228,0.0136108780258553,0.153725174569888,0.229718992416994,0.0104772854947416,0.5,0.153725174569888,0.140115472642818,0.0205347826258677,0.153725174569888,0.0125049395015459,0.0130301287579803,0.5,0.153725174569888,0.137998129028333,0.00236103962664845,0.153725174569888,0.0442098619815109,0.0042657880313587,0.153725174569888,0.112009429853705,0.0538404456153083,0.153725174569888,0.151678569277992,0.0456196825790005,0.153725174569888,0.147926274290056,0.042211459878948,0.153725174569888,0.208446688480673,0.0131315095906075,0.153725174569888,0.130693362733776,0.00256303609097032,0.5,0.153725174569888,0.0241317358171682,0.0242427849866292,0,0.215533907674687,0.0149250646325904 -5731,0.5,0.153725174569888,0.0,0.0606695072909722,0.153725174569888,0.0214262175328944,0.00980556921748253,0.153725174569888,0.0,0.0699113976712088,0.153725174569888,0.0,0.0434645983126607,0.153725174569888,0.0301545275138911,0.0293776967800861,0.153725174569888,0.0338619441082341,0.0106237644502559,0.153725174569888,0.027896131411544,0.0131692381656715,0.153725174569888,0.0315359170855776,0.0136221585468454,0.5,0.153725174569888,0.023325284810602,0.017224081137478,0.153725174569888,0.000171258918123121,0.00419553959798589,0.5,0.153725174569888,0.00865526205702904,0.00401327844702282,0.153725174569888,0.00200963454856185,0.0010474720217436,0.153725174569888,0.0164736745182042,0.0367640925023304,0.153725174569888,0.0301272938240349,0.0256355848904525,0.153725174569888,0.0155886037779066,0.0163807550881393,0.153725174569888,0.0182306870007482,0.0106385378782058,0.153725174569888,0.0,0.00172719013799071,0.5,0.153725174569888,6.47662967908343e-05,0.00988910672155018,0,0.212318489138575,0.0208173630439475 -5732,0.5,0.153725174569888,0.0,0.0568195374033462,0.153725174569888,0.0,0.00749543659252412,0.153725174569888,0.0,0.0286480842911398,0.153725174569888,0.0,0.0380714912400346,0.153725174569888,0.0,0.0513185867868384,0.153725174569888,0.0,0.0173821595178221,0.153725174569888,0.0,0.0266481166426842,0.153725174569888,0.0,0.0168114727228108,0.5,0.153725174569888,0.0,0.0172961147743759,0.153725174569888,0.0,0.00197710136635194,0.5,0.153725174569888,0.0,0.00861465840606473,0.153725174569888,0.0,0.00099174670327371,0.153725174569888,0.0,0.0297981341640599,0.153725174569888,0.0,0.0236020994142227,0.153725174569888,0.0,0.00847623225016123,0.153725174569888,0.0,0.0117269805658298,0.153725174569888,0.0,0.00131600424071763,0.5,0.153725174569888,0.0,0.00525334703704082,0,0.20284931328198,0.0257478785561812 -5733,0.5,0.153725174569888,0.0,0.0499960966724222,0.153725174569888,0.0,0.00688258690044708,0.153725174569888,0.0,0.00986287536289074,0.153725174569888,0.0,0.0353210496447146,0.153725174569888,0.0,0.0653179197618714,0.153725174569888,0.0,0.0218793336821363,0.153725174569888,0.0,0.030639141381417,0.153725174569888,0.0,0.0215271558064655,0.5,0.153725174569888,0.0,0.0095397186017416,0.153725174569888,0.0,0.00132561953388233,0.5,0.153725174569888,0.0,0.00905318880898898,0.153725174569888,0.0,0.000929413380580999,0.153725174569888,0.0,0.0186942903946923,0.153725174569888,0.0,0.0246368591921208,0.153725174569888,0.0,0.00560817077740317,0.153725174569888,0.0,0.00698067465092313,0.153725174569888,0.0,0.00305258714053142,0.5,0.153725174569888,0.0,0.00314124763548258,0,0.171824664139302,0.0417776372908967 -5734,0.5,0.153725174569888,0.0,0.0392170242161279,0.153725174569888,0.0,0.00753940514632248,0.153725174569888,0.0,0.00360336126261214,0.153725174569888,0.0,0.0286200176403032,0.153725174569888,0.0,0.0715089911122494,0.153725174569888,0.0,0.0339048818078364,0.153725174569888,0.0,0.0376206784377324,0.153725174569888,0.0,0.0274149371234691,0.5,0.153725174569888,0.0,0.0053042735612493,0.153725174569888,0.0,0.000515532930825939,0.5,0.153725174569888,0.0,0.00838886743173105,0.153725174569888,0.0,0.00105385720065911,0.153725174569888,0.0,0.0080874324869788,0.153725174569888,0.0,0.0240250269660809,0.153725174569888,0.0,0.00552467571251351,0.153725174569888,0.0,0.00523179201596914,0.153725174569888,0.0,0.00700881549991963,0.5,0.153725174569888,0.0,0.00351364103027513,0,0.153482254497702,0.0584720671394217 -5735,0.5,0.153725174569888,0.0,0.030828521327448,0.153725174569888,0.0,0.00730870081894822,0.153725174569888,0.0,0.00188322128150181,0.153725174569888,0.0,0.0223856158557684,0.153725174569888,0.0,0.0804396273683896,0.153725174569888,0.0,0.0479859938146462,0.153725174569888,0.0,0.0470181497753128,0.153725174569888,0.0,0.0261291482825673,0.5,0.153725174569888,0.0,0.00364752836922183,0.153725174569888,0.0,0.000137689765183578,0.5,0.153725174569888,0.0,0.006726109697215,0.153725174569888,0.0,0.00115220792396324,0.153725174569888,0.0,0.00231352844816351,0.153725174569888,0.0,0.0243274365946529,0.153725174569888,0.0,0.00660025161127246,0.153725174569888,0.0,0.00748977085466616,0.153725174569888,0.0,0.00681368446335026,0.5,0.153725174569888,0.0,0.00316804250663324,0,0.1417551762331,0.08120848144241 -5736,0.5,0.153725174569888,0.0,0.0271574627435572,0.153725174569888,0.0,0.00752848847957868,0.153725174569888,0.0,0.00178347808546655,0.153725174569888,0.0,0.020439934824569,0.153725174569888,0.0,0.082412124047704,0.153725174569888,0.0,0.0533272683319102,0.153725174569888,0.0,0.0465589383378584,0.153725174569888,0.0,0.0236236951756325,0.5,0.153725174569888,0.0,0.00472258754500674,0.153725174569888,0.0,8.24647690825893e-05,0.5,0.153725174569888,0.0,0.00496902554334692,0.153725174569888,0.0,0.0019761203867482,0.153725174569888,0.0,0.00165906798729227,0.153725174569888,0.0,0.0274372443236594,0.153725174569888,0.0,0.00875461801945286,0.153725174569888,0.0,0.00765742411525134,0.153725174569888,0.0,0.00513443016291764,0.5,0.153725174569888,0.0,0.00127271616004967,0,0.115298112793943,0.102146759892217 -5737,0.5,0.153725174569888,0.0,0.025161638891384,0.153725174569888,0.0,0.00563724635967145,0.153725174569888,0.0,0.00189876592096503,0.153725174569888,0.0,0.0196780082568945,0.153725174569888,0.0,0.0755469416052336,0.153725174569888,0.0,0.0551488879975129,0.153725174569888,0.0,0.0436273481716177,0.153725174569888,0.0,0.0241473187748421,0.5,0.153725174569888,0.0,0.00644309108569128,0.153725174569888,0.0,0.000409010461801542,0.5,0.153725174569888,0.0,0.00377816990114239,0.153725174569888,0.0,0.00603113198925401,0.153725174569888,0.0,0.00189746637401825,0.153725174569888,0.0,0.0291462863083991,0.153725174569888,0.0,0.0109337022028523,0.153725174569888,0.0,0.0068979241881703,0.153725174569888,0.0,0.00358361203654458,0.5,0.153725174569888,0.0,0.000847323229340575,0,0.0942628098544672,0.138969994339309 -5738,0.5,0.153725174569888,0.0,0.0241957533700924,0.153725174569888,0.0,0.00285208121826949,0.153725174569888,0.0,0.00216947231621503,0.153725174569888,0.0,0.0179574114131579,0.153725174569888,0.0,0.0763874141875781,0.153725174569888,0.0,0.056124528573486,0.153725174569888,0.0,0.0515695057187005,0.153725174569888,0.0,0.0258617449786401,0.5,0.153725174569888,0.0,0.00656637304076226,0.153725174569888,0.0,0.000576688632640519,0.5,0.153725174569888,0.0,0.00448034835530477,0.153725174569888,0.0,0.00802554586288997,0.153725174569888,0.0,0.00210994229126398,0.153725174569888,0.0,0.0340054959424461,0.153725174569888,0.0,0.0128102731121297,0.153725174569888,0.0,0.00666795683809101,0.153725174569888,0.0,0.00322536441442901,0.5,0.153725174569888,0.0,0.0016334736060278,0,0.0818631797485939,0.17399780231865 -5739,0.5,0.153725174569888,0.0,0.0231385011362979,0.153725174569888,0.0,0.00121568969403758,0.153725174569888,0.0,0.00295644995572119,0.153725174569888,0.0,0.0174528385645072,0.153725174569888,0.0,0.0804294460779683,0.153725174569888,0.0,0.0535521866028063,0.153725174569888,0.0,0.0558044503339378,0.153725174569888,0.0,0.0296194731612007,0.5,0.153725174569888,0.0,0.00706563250417167,0.153725174569888,0.0,0.000548622623625779,0.5,0.153725174569888,0.0,0.00637941704607581,0.153725174569888,0.0,0.00782699047617235,0.153725174569888,0.0,0.00356068488734116,0.153725174569888,0.0,0.0389913952701839,0.153725174569888,0.0,0.0146858166676571,0.153725174569888,0.0,0.00897277699899495,0.153725174569888,0.0,0.00416717268211133,0.5,0.153725174569888,0.0,0.00217045214955584,0,0.0597170820380984,0.21437489220938 -5740,0.5,0.153725174569888,0.0,0.0199544627121946,0.153725174569888,0.0,0.00107810094963724,0.153725174569888,0.0,0.00388495359422543,0.153725174569888,0.0,0.0174095103145383,0.153725174569888,0.0,0.0754631535712443,0.153725174569888,0.0,0.0590440128619104,0.153725174569888,0.0,0.0555888179854576,0.153725174569888,0.0,0.0356535321537969,0.5,0.153725174569888,0.0,0.00830365462732442,0.153725174569888,0.0,0.000439126047044315,0.5,0.153725174569888,0.0,0.00747712583694973,0.153725174569888,0.0,0.00960281889867902,0.153725174569888,0.0,0.0055195970225077,0.153725174569888,0.0,0.0418790554994178,0.153725174569888,0.0,0.0157992941412441,0.153725174569888,0.0,0.012328528014932,0.153725174569888,0.0,0.00501774119786584,0.5,0.153725174569888,0.0,0.00277871742090479,0,0.0380318089625984,0.261250717695277 -5741,0.5,0.153725174569888,0.0,0.017039134509358,0.153725174569888,0.0,0.0035507011053081,0.153725174569888,0.0,0.00433817934956288,0.153725174569888,0.0,0.0167988066967762,0.153725174569888,0.0,0.0721747810794864,0.153725174569888,0.0,0.0668688213321709,0.153725174569888,0.0,0.0633689535975328,0.153725174569888,0.0,0.0439205843238271,0.5,0.153725174569888,0.0,0.0133646193753592,0.153725174569888,0.0,0.000774543062724038,0.5,0.153725174569888,0.0,0.00677077341658811,0.153725174569888,0.0,0.00908731418227986,0.153725174569888,0.0,0.00733265282121851,0.153725174569888,0.0,0.054097856112671,0.153725174569888,0.0,0.016033765323942,0.153725174569888,0.0,0.0171306789867047,0.153725174569888,0.0,0.00596501306095244,0.5,0.153725174569888,0.0,0.00137611552361512,0,0.0225077375373017,0.294054081703763 -5742,0.5,0.153725174569888,0.00200003931472302,0.0128713711111156,0.153725174569888,0.0,0.0047671173201034,0.153725174569888,0.0,0.00444293682210259,0.153725174569888,0.00163962098874186,0.0143189519875724,0.153725174569888,0.0,0.0708646598610397,0.153725174569888,0.0,0.0664251987709496,0.153725174569888,0.0,0.0626587091378891,0.153725174569888,0.0,0.050505705468053,0.5,0.153725174569888,0.0,0.0173176660334656,0.153725174569888,0.0,0.0016592109001353,0.5,0.153725174569888,0.0,0.00722538000827915,0.153725174569888,0.0,0.0098528583240356,0.153725174569888,1.87309772046697e-06,0.00920686878766894,0.153725174569888,0.0,0.0645587505346213,0.153725174569888,0.0,0.0183988215642294,0.153725174569888,0.0,0.0221973009557328,0.153725174569888,0.0,0.00603341775679296,0.5,0.153725174569888,4.87529869728397e-05,0.00113123341571921,0,0.0164710868627961,0.309036193057777 -5743,0.5,0.153725174569888,0.0748863550562681,0.00769985384150712,0.153725174569888,0.0589644461597158,0.00338500633764645,0.153725174569888,0.0655976747947325,0.00365854976022387,0.153725174569888,0.0698302606744013,0.010391881236548,0.153725174569888,0.0451277961347538,0.0543747478093362,0.153725174569888,0.0327326656078536,0.058912387956647,0.153725174569888,0.0450912362524058,0.048097231542159,0.153725174569888,0.0257901149665359,0.0528356372447373,0.5,0.153725174569888,0.02389162275981,0.0225784210729411,0.153725174569888,0.0465804745777872,0.00113860594896934,0.5,0.153725174569888,0.0349960927250469,0.00676331777436122,0.153725174569888,0.03949570817309,0.009845366284876,0.153725174569888,0.0537457732384635,0.00986696981785659,0.153725174569888,0.0495671806881682,0.0667721149617929,0.153725174569888,0.056985401423795,0.0182732449861466,0.153725174569888,0.0501566904581466,0.0185288641839645,0.153725174569888,0.0589181554589194,0.00584508536990356,0.5,0.153725174569888,0.0510315185030641,0.00252501043695756,0,0.0144199676961903,0.354849587079185 -5744,0.5,0.153725174569888,0.201542252129577,0.00935767191219838,0.153725174569888,0.18230159383446,0.00520148054398366,0.153725174569888,0.195258804647628,0.00327642131181015,0.153725174569888,0.189762003810779,0.0101140333592475,0.153725174569888,0.161475563984406,0.0551394285502788,0.153725174569888,0.13234368134029,0.0692075596024393,0.153725174569888,0.158302928848429,0.0386026550614673,0.153725174569888,0.111764922373238,0.0840389328440638,0.5,0.153725174569888,0.0945843829611733,0.0492516687459135,0.153725174569888,0.169378255924518,0.000939114587362032,0.5,0.153725174569888,0.115965489373809,0.00587426914406326,0.153725174569888,0.149535351271671,0.00881344002737438,0.153725174569888,0.176352577667736,0.0132689773787214,0.153725174569888,0.169499477080325,0.0881328774659292,0.153725174569888,0.181742381267607,0.0206883949182783,0.153725174569888,0.166672914386229,0.0170053016350491,0.153725174569888,0.182615081371761,0.00484494477520491,0.5,0.153725174569888,0.152555985131272,0.00448847868169549,0,0.0158544072845752,0.433066534531379 -5745,0.5,0.153725174569888,0.341543486512074,0.0140349675147911,0.153725174569888,0.324482423881036,0.0196611325597949,0.153725174569888,0.339325534351292,0.00717864450387082,0.153725174569888,0.334398650145025,0.00917420558574477,0.153725174569888,0.300710740195239,0.0936922016566906,0.153725174569888,0.257697050655009,0.140489460195962,0.153725174569888,0.294509284376651,0.0496521020959269,0.153725174569888,0.196912301774354,0.161452638878263,0.5,0.153725174569888,0.158294753649019,0.116484244976243,0.153725174569888,0.313718805143775,0.00255998538341715,0.5,0.153725174569888,0.245108264603411,0.00712292158669464,0.153725174569888,0.288924611580936,0.0220649599440914,0.153725174569888,0.319123481753514,0.0289893723262038,0.153725174569888,0.312105381264653,0.154047692370709,0.153725174569888,0.324200529991109,0.0389259366633984,0.153725174569888,0.30548121318003,0.0375835716104935,0.153725174569888,0.322466203953159,0.0101649031382297,0.5,0.153725174569888,0.292828327585478,0.00864526274764862,0,0.0219990985501365,0.519791737226542 -5746,0.5,0.153725174569888,0.488031867601616,0.0196117587247019,0.153725174569888,0.466030766250051,0.0648289203242134,0.153725174569888,0.485997269588539,0.0123630958604523,0.153725174569888,0.487256382270662,0.00952089822457101,0.153725174569888,0.435927019198892,0.103978157039679,0.153725174569888,0.346789544042837,0.22553528311877,0.153725174569888,0.43683374288125,0.0975358327638582,0.153725174569888,0.22345392460763,0.230697453528215,0.5,0.153725174569888,0.192484711232484,0.153430617357247,0.153725174569888,0.441449922501336,0.00328985637789346,0.5,0.153725174569888,0.377277538499983,0.00855246102872108,0.153725174569888,0.428004994457678,0.0393899441250203,0.153725174569888,0.461468526845808,0.0550459725230584,0.153725174569888,0.453647675264857,0.208555340927236,0.153725174569888,0.46825752079922,0.0596690071895789,0.153725174569888,0.443141418548426,0.0701554857062025,0.153725174569888,0.468724273374778,0.0190286992515919,0.5,0.153725174569888,0.445245155897046,0.0124945792283539,0,0.0437325899390186,0.598929825454641 -5747,0.5,0.153725174569888,0.596812430250544,0.0281380923210569,0.153725174569888,0.587542154166199,0.107734556485692,0.153725174569888,0.602740169224287,0.0195522557888988,0.153725174569888,0.591320151250252,0.0109951159191055,0.153725174569888,0.550249616686439,0.134173795877969,0.153725174569888,0.314803401223911,0.319002368988993,0.153725174569888,0.532271997343756,0.217475716110732,0.153725174569888,0.150855450839398,0.207948400953048,0.5,0.153725174569888,0.193335491642744,0.149332029977747,0.153725174569888,0.529320282996972,0.00262709648553759,0.5,0.153725174569888,0.469308230920713,0.0140863066717633,0.153725174569888,0.488990905698243,0.0508134407894255,0.153725174569888,0.577592433642978,0.0811480901369326,0.153725174569888,0.577745303917869,0.225606267130499,0.153725174569888,0.588862655690479,0.0705569473324012,0.153725174569888,0.547354765465789,0.13022372931764,0.153725174569888,0.580818386866646,0.0261165090240091,0.5,0.153725174569888,0.566746700603586,0.00595515266669256,0,0.0456702596288512,0.610349691038018 -5748,0.5,0.153725174569888,0.65954724866822,0.0250256567591917,0.153725174569888,0.657263989355116,0.106483376673845,0.153725174569888,0.658063892850954,0.0268837190998575,0.153725174569888,0.653211004742643,0.013523441862733,0.153725174569888,0.612767418102846,0.177173605282518,0.153725174569888,0.188881140453233,0.372031187284237,0.153725174569888,0.524051278874107,0.246066534853977,0.153725174569888,0.0811821267808038,0.184646651262005,0.5,0.153725174569888,0.139285533078345,0.140520055775337,0.153725174569888,0.583046813465923,0.00449408026206422,0.5,0.153725174569888,0.450892315017956,0.031827947412789,0.153725174569888,0.485065712826775,0.0523721106040505,0.153725174569888,0.658854092013057,0.082569981113797,0.153725174569888,0.64982769913943,0.213725266924885,0.153725174569888,0.656926589267594,0.0680395203248789,0.153725174569888,0.548382974515247,0.170792862286974,0.153725174569888,0.609137916342801,0.0342312905213094,0.5,0.153725174569888,0.610697595786008,0.00304932190349848,0,0.0274146778910087,0.582616137540776 -5749,0.5,0.153725174569888,0.678827681317604,0.0205517275078742,0.153725174569888,0.682449565672464,0.099040654365036,0.153725174569888,0.671364099149202,0.0301837088752397,0.153725174569888,0.668018643986204,0.0194107428093347,0.153725174569888,0.614360823368144,0.252756339806622,0.153725174569888,0.0494922294226775,0.402132163051864,0.153725174569888,0.384857464113998,0.297650266083399,0.153725174569888,0.02475140753487,0.149707960724063,0.5,0.153725174569888,0.102161499215905,0.137733991377964,0.153725174569888,0.607701116804603,0.0129995121698688,0.5,0.153725174569888,0.370358022951946,0.0461748526495035,0.153725174569888,0.413559162554656,0.048248811531639,0.153725174569888,0.686180383106701,0.081298437189799,0.153725174569888,0.672291345630684,0.198615666850626,0.153725174569888,0.666461820699234,0.0636943019795562,0.153725174569888,0.55269952786225,0.18908704816428,0.153725174569888,0.607231407782256,0.0375271182843839,0.5,0.153725174569888,0.638344671590692,0.00349202990264908,0,0.0185672787246097,0.550281659739953 -5750,0.5,0.153725174569888,0.654182840251933,0.0167395429012278,0.153725174569888,0.667793895579189,0.0830672926141607,0.153725174569888,0.647727951722844,0.0351027032294927,0.153725174569888,0.641437360352828,0.0220786365265842,0.153725174569888,0.480114890078391,0.390037186673398,0.153725174569888,0.00541698351907815,0.354061706380998,0.153725174569888,0.219671193003305,0.397643381362397,0.153725174569888,0.0162295128750025,0.122899907268397,0.5,0.153725174569888,0.0668231265590605,0.142924826200877,0.153725174569888,0.575099448764373,0.0340548387007815,0.5,0.153725174569888,0.233991431058853,0.0755681053640034,0.153725174569888,0.293527267027023,0.0468993664049916,0.153725174569888,0.673358137145599,0.0785544501646543,0.153725174569888,0.645766019565637,0.186596076340609,0.153725174569888,0.645666671899737,0.0590875901096886,0.153725174569888,0.446286308143272,0.209396466378186,0.153725174569888,0.570062313344693,0.0470565155169417,0.5,0.153725174569888,0.595278036770523,0.00540253904939462,0,0.0197325005216903,0.486003810007387 -5751,0.5,0.153725174569888,0.57571726543972,0.0127334483322904,0.153725174569888,0.602522557699846,0.065386548277426,0.153725174569888,0.57183787863843,0.0420823377366198,0.153725174569888,0.568012355679089,0.0184067980974946,0.153725174569888,0.227255231457637,0.528293898470466,0.153725174569888,0.00254807848257358,0.266051337818809,0.153725174569888,0.079365112265541,0.410106226238643,0.153725174569888,0.0129757987864381,0.113322181197071,0.5,0.153725174569888,0.0423035408238955,0.122895794103393,0.153725174569888,0.477877622459625,0.0728888667316577,0.5,0.153725174569888,0.136629739320136,0.144679161467192,0.153725174569888,0.180625886101865,0.0506179847523801,0.153725174569888,0.608513408203996,0.0750453731291359,0.153725174569888,0.570847680969333,0.188397926937971,0.153725174569888,0.577279430438666,0.0565297048143638,0.153725174569888,0.30264068179604,0.234963455078966,0.153725174569888,0.502413536203377,0.0624513655571045,0.5,0.153725174569888,0.56392444235569,0.01083741618235,0,0.017245514727697,0.363542064862539 -5752,0.5,0.153725174569888,0.452577633572668,0.00815093827696908,0.153725174569888,0.484670036228716,0.0551995513406021,0.153725174569888,0.461547373167755,0.0419168161468912,0.153725174569888,0.449406860675373,0.0117422379096035,0.153725174569888,0.0580139962571461,0.434925490571281,0.153725174569888,0.00352758508894835,0.194138797838523,0.153725174569888,0.0102862842943875,0.387052271768525,0.153725174569888,0.0107631728141843,0.108937912875369,0.5,0.153725174569888,0.0285691351227693,0.0916219793103097,0.153725174569888,0.279796983859914,0.0581959328689032,0.5,0.153725174569888,0.0486657775877834,0.178576883352545,0.153725174569888,0.0658489388162446,0.0546442251130024,0.153725174569888,0.49105471744173,0.0784224892535517,0.153725174569888,0.36799643878137,0.239260957142464,0.153725174569888,0.435993067282786,0.0560395362562168,0.153725174569888,0.146768217076617,0.218173404504422,0.153725174569888,0.376048783515485,0.0801210735011056,0.5,0.153725174569888,0.423226286962878,0.0146598587518955,0,0.00971927254042863,0.206353212784732 -5753,0.5,0.153725174569888,0.321834910343305,0.00516491418743425,0.153725174569888,0.351237735174351,0.0422631864190029,0.153725174569888,0.317913462836106,0.0340691332376681,0.153725174569888,0.311180496690037,0.00450948358061557,0.153725174569888,0.004226978376794,0.343304590537381,0.153725174569888,0.00591494378549469,0.129428309977905,0.153725174569888,0.00321463011570276,0.320489884315374,0.153725174569888,0.00723060173707394,0.0695378703816292,0.5,0.153725174569888,0.0172112317461289,0.0649189163393497,0.153725174569888,0.103063650775836,0.0305953664264756,0.5,0.153725174569888,0.0219722056242149,0.139958079402071,0.153725174569888,0.0235934879422744,0.0448694404227443,0.153725174569888,0.358746936961329,0.0770737803982295,0.153725174569888,0.140705158654772,0.31544079120722,0.153725174569888,0.248737161548169,0.0757688945220993,0.153725174569888,0.021883138307466,0.187575481549681,0.153725174569888,0.21042799468841,0.0702507093892266,0.5,0.153725174569888,0.276841023490223,0.00499335593712813,0,0.00460708858685718,0.182216078900953 -5754,0.5,0.153725174569888,0.112421195900753,0.00314148062045111,0.153725174569888,0.197259953371864,0.02223395582534,0.153725174569888,0.102804208073549,0.014247281916439,0.153725174569888,0.0904058860255647,0.000533812634215215,0.153725174569888,0.00139645850012841,0.185672223818405,0.153725174569888,0.00542609573975494,0.0910731729285402,0.153725174569888,0.00110439990851805,0.231675242258527,0.153725174569888,0.00416940639650793,0.0509824844548968,0.5,0.153725174569888,0.00770799592586624,0.0376635512575839,0.153725174569888,0.0116720568230894,0.0311711821116993,0.5,0.153725174569888,0.0078479711590302,0.0682663018893194,0.153725174569888,0.0111651895771149,0.0199951761993248,0.153725174569888,0.206393246262467,0.0520640615177583,0.153725174569888,0.0484909864324862,0.254877218982489,0.153725174569888,0.0896749788625595,0.153998124459949,0.153725174569888,0.0019032343008757,0.132389742869883,0.153725174569888,0.0579520757530254,0.0652095613680022,0.5,0.153725174569888,0.0932714881154198,0.000526154588531089,0,0.000793264800232331,0.282609966280042 -5755,0.5,0.153725174569888,0.0,0.00592238783699796,0.153725174569888,0.0143421989860012,0.0407265785187844,0.153725174569888,1.05488206240268e-05,0.0240147426289944,0.153725174569888,0.0,0.0031988197896668,0.153725174569888,0.000298122346213414,0.150763503200187,0.153725174569888,0.00285075771517125,0.0882088724935885,0.153725174569888,0.000183340671004433,0.187554470280295,0.153725174569888,0.00119615546830183,0.0469024000460234,0.5,0.153725174569888,0.00119142224289999,0.0149231730018132,0.153725174569888,0.000190206090751293,0.0320383083313408,0.5,0.153725174569888,0.000989163187395552,0.0306941707128338,0.153725174569888,0.00153364022031712,0.00921397446968792,0.153725174569888,0.0275031722100884,0.0868743228596394,0.153725174569888,0.00381075783539744,0.139638972348152,0.153725174569888,0.000454429583559218,0.15881816903605,0.153725174569888,0.00020802114911172,0.0893047727952083,0.153725174569888,4.26293513577002e-05,0.0424961756234423,0.5,0.153725174569888,1.68086254836167e-05,0.00136868743936801,0,0.00044948564109779,0.341615748310919 -5756,0.5,0.153725174569888,0.0,0.0161118619297961,0.153725174569888,0.0,0.0428704174453733,0.153725174569888,0.0,0.0368968163036842,0.153725174569888,0.0,0.0131936591724386,0.153725174569888,0.0,0.152850303608171,0.153725174569888,0.0,0.0765530213564937,0.153725174569888,0.0,0.152580782017916,0.153725174569888,0.0,0.0308354055038499,0.5,0.153725174569888,0.0,0.00522701141390496,0.153725174569888,0.0,0.0220133398036227,0.5,0.153725174569888,0.0,0.0235113151496133,0.153725174569888,0.0,0.0072766286467258,0.153725174569888,0.0,0.117642317220643,0.153725174569888,0.0,0.0920386018296469,0.153725174569888,0.0,0.10389354770429,0.153725174569888,0.0,0.0811460759675254,0.153725174569888,0.0,0.025455926015588,0.5,0.153725174569888,0.0,0.00371664994375534,0,0.000738082007137459,0.356600097333405 -5757,0.5,0.153725174569888,0.0,0.0229493729262731,0.153725174569888,0.0,0.0181218890160645,0.153725174569888,0.0,0.0366681295190866,0.153725174569888,0.0,0.0246705329749343,0.153725174569888,0.0,0.170695747255052,0.153725174569888,0.0,0.0619194645405304,0.153725174569888,0.0,0.126933202533072,0.153725174569888,0.0,0.0192471077642337,0.5,0.153725174569888,0.0,0.00183567469807944,0.153725174569888,0.0,0.00855789586695284,0.5,0.153725174569888,0.0,0.0181897806155321,0.153725174569888,0.0,0.00732110090070389,0.153725174569888,0.0,0.0919714454911951,0.153725174569888,0.0,0.104045079409353,0.153725174569888,0.0,0.0944039818555482,0.153725174569888,0.0,0.0654953327024921,0.153725174569888,0.0,0.016040373646803,0.5,0.153725174569888,0.0,0.00927289437675375,0,0.00133387650090773,0.47420620329489 -5758,0.5,0.153725174569888,0.0,0.025453989175544,0.153725174569888,0.0,0.018044439895473,0.153725174569888,0.0,0.037761058708325,0.153725174569888,0.0,0.0315607162255102,0.153725174569888,0.0,0.182554872602435,0.153725174569888,0.0,0.057101042842917,0.153725174569888,0.0,0.113653139104411,0.153725174569888,0.0,0.0163016475509699,0.5,0.153725174569888,0.0,0.00224340125393328,0.153725174569888,0.0,0.0047137024754518,0.5,0.153725174569888,0.0,0.013571245746669,0.153725174569888,0.0,0.00896860965381841,0.153725174569888,0.0,0.0740792718442294,0.153725174569888,0.0,0.151562775791178,0.153725174569888,0.0,0.0592166663197948,0.153725174569888,0.0,0.060381653846941,0.153725174569888,0.0,0.0108779050881888,0.5,0.153725174569888,0.0,0.0181746347307288,0,0.00164974986886133,0.630604797431327 -5759,0.5,0.153725174569888,0.0,0.0274400365240714,0.153725174569888,0.0,0.01011440223954,0.153725174569888,0.0,0.0407908802143637,0.153725174569888,0.0,0.0349308163510172,0.153725174569888,0.0,0.16759577187225,0.153725174569888,0.0,0.0504588084504934,0.153725174569888,0.0,0.114426010340568,0.153725174569888,0.0,0.0168606844447121,0.5,0.153725174569888,0.0,0.00284803937595661,0.153725174569888,0.0,0.00604635659269413,0.5,0.153725174569888,0.0,0.0113879237126381,0.153725174569888,0.0,0.00999925611012985,0.153725174569888,0.0,0.064566830242543,0.153725174569888,0.0,0.177316614093985,0.153725174569888,0.0,0.0511855966502257,0.153725174569888,0.0,0.05136527349896,0.153725174569888,0.0,0.0080822530103388,0.5,0.153725174569888,0.0,0.0121463875461506,0,0.00213475174358283,0.613165003545979 -5760,0.5,0.153725174569888,0.0,0.0278731224845431,0.153725174569888,0.0,0.0117337667125538,0.153725174569888,0.0,0.0351726825176367,0.153725174569888,0.0,0.0356352767096925,0.153725174569888,0.0,0.142304912029682,0.153725174569888,0.0,0.0403707307935252,0.153725174569888,0.0,0.125405919987691,0.153725174569888,0.0,0.0192921324976572,0.5,0.153725174569888,0.0,0.00251038102541176,0.153725174569888,0.0,0.00654906732483595,0.5,0.153725174569888,0.0,0.00778911151097901,0.153725174569888,0.0,0.0110061599890052,0.153725174569888,0.0,0.0581883162943264,0.153725174569888,0.0,0.159068069363797,0.153725174569888,0.0,0.0623477367890923,0.153725174569888,0.0,0.0387644297003016,0.153725174569888,0.0,0.00754142518422356,0.5,0.153725174569888,0.0,0.008606701120517,0,0.00582407542549571,0.491061061135663 -5761,0.5,0.153725174569888,0.0,0.0295877560217087,0.153725174569888,0.0,0.021207661517875,0.153725174569888,0.0,0.0344479678792697,0.153725174569888,0.0,0.0347178906104738,0.153725174569888,0.0,0.10941019529721,0.153725174569888,0.0,0.0389645376972803,0.153725174569888,0.0,0.11582046972157,0.153725174569888,0.0,0.0221460636999424,0.5,0.153725174569888,0.0,0.00203778645924758,0.153725174569888,0.0,0.00593209107484509,0.5,0.153725174569888,0.0,0.00515541058488887,0.153725174569888,0.0,0.0117757366541351,0.153725174569888,0.0,0.0527770594821548,0.153725174569888,0.0,0.137470374422306,0.153725174569888,0.0,0.0867691899552079,0.153725174569888,0.0,0.0392245844291437,0.153725174569888,0.0,0.00598564832422521,0.5,0.153725174569888,0.0,0.00743874427463163,0,0.0150897341687315,0.343934064978345 -5762,0.5,0.153725174569888,0.0,0.0296577251800825,0.153725174569888,0.0,0.0422375232423284,0.153725174569888,0.0,0.0352128398560813,0.153725174569888,0.0,0.0349182447949615,0.153725174569888,0.0,0.0920471277194492,0.153725174569888,0.0,0.0391064523086638,0.153725174569888,0.0,0.0957153407282954,0.153725174569888,0.0,0.023734269222745,0.5,0.153725174569888,0.0,0.00208706033988958,0.153725174569888,0.0,0.00569614252660042,0.5,0.153725174569888,0.0,0.00304629754609392,0.153725174569888,0.0,0.0132777177224111,0.153725174569888,0.0,0.0628276112103398,0.153725174569888,0.0,0.116236688593803,0.153725174569888,0.0,0.106262793800544,0.153725174569888,0.0,0.0494985520279231,0.153725174569888,0.0,0.0051948631109184,0.5,0.153725174569888,0.0,0.0065330610646854,0,0.0245078528849573,0.279281301116877 -5763,0.5,0.153725174569888,0.0,0.0276224529908453,0.153725174569888,0.0,0.0586217943521377,0.153725174569888,0.0,0.0370456133023681,0.153725174569888,0.0,0.0313033824181088,0.153725174569888,0.0,0.0886756537404365,0.153725174569888,0.0,0.0375706327493017,0.153725174569888,0.0,0.0547411284917684,0.153725174569888,0.0,0.0238383014292214,0.5,0.153725174569888,0.0,0.00198788584333422,0.153725174569888,0.0,0.0072321567787846,0.5,0.153725174569888,0.0,0.00255962099398113,0.153725174569888,0.0,0.0146811851790015,0.153725174569888,0.0,0.0769338848943368,0.153725174569888,0.0,0.114117230585295,0.153725174569888,0.0,0.113983053706704,0.153725174569888,0.0,0.0436604551148661,0.153725174569888,0.0,0.00560581219138873,0.5,0.153725174569888,0.0,0.00562083022169225,0,0.0334871102202941,0.268923052011343 -5764,0.5,0.153725174569888,0.0,0.025085336052492,0.153725174569888,0.0,0.0869910248223074,0.153725174569888,0.0,0.0401364470691602,0.153725174569888,0.0,0.0251383839915863,0.153725174569888,0.0,0.0754622590228242,0.153725174569888,0.0,0.0373695907070956,0.153725174569888,0.0,0.0365715263561498,0.153725174569888,0.0,0.0242194470171449,0.5,0.153725174569888,0.0,0.00174993016861324,0.153725174569888,0.0,0.0112193547960607,0.5,0.153725174569888,0.0,0.00204157854965953,0.153725174569888,0.0,0.0154725133166626,0.153725174569888,0.0,0.0996587779097555,0.153725174569888,0.0,0.119191037459055,0.153725174569888,0.0,0.126164002118581,0.153725174569888,0.0,0.020171085178336,0.153725174569888,0.0,0.0057197607899951,0.5,0.153725174569888,0.0,0.00331097744254477,0,0.0414302843300953,0.299136922739839 -5765,0.5,0.153725174569888,0.0,0.0236286689621925,0.153725174569888,0.0,0.110004878737281,0.153725174569888,0.0,0.0406943490065003,0.153725174569888,0.0,0.0201287487915682,0.153725174569888,0.0,0.0528397437754789,0.153725174569888,0.0,0.0422362285590437,0.153725174569888,0.0,0.0281950635452737,0.153725174569888,0.0,0.0240313670924368,0.5,0.153725174569888,0.0,0.00250873203118179,0.153725174569888,0.0,0.0158348806225603,0.5,0.153725174569888,0.0,0.00107200928446744,0.153725174569888,0.0,0.0185835998701802,0.153725174569888,0.0,0.125579592682043,0.153725174569888,0.0,0.117921831574407,0.153725174569888,0.0,0.14259661428813,0.153725174569888,0.0,0.0071544626104317,0.153725174569888,0.0,0.00365429608681998,0.5,0.153725174569888,0.0,0.00264764213241847,0,0.0464971069491976,0.277683266270396 -5766,0.5,0.153725174569888,0.000393409846535553,0.0222727853833226,0.153725174569888,0.0,0.141849574085673,0.153725174569888,0.0,0.0368876471744952,0.153725174569888,8.59563270578594e-05,0.0195957527171297,0.153725174569888,0.0,0.0434397145801661,0.153725174569888,0.0,0.046105557465303,0.153725174569888,0.0,0.0292963018844322,0.153725174569888,0.0,0.0216350787907316,0.5,0.153725174569888,0.0,0.00343797896839707,0.153725174569888,0.0,0.0154106272474768,0.5,0.153725174569888,0.0,0.000781102321816361,0.153725174569888,0.0,0.0223276050017343,0.153725174569888,0.0,0.133408412428727,0.153725174569888,0.0,0.10066944125927,0.153725174569888,0.0,0.147070322011453,0.153725174569888,0.0,0.00298742702488527,0.153725174569888,0.0,0.00291150025114846,0.5,0.153725174569888,0.0,0.00367547993769887,0,0.047044426343556,0.177962719959813 -5767,0.5,0.153725174569888,0.00789019845056039,0.0258914569746809,0.153725174569888,0.00388870973001682,0.184403622821705,0.153725174569888,0.00995726184275482,0.0353449016625758,0.153725174569888,0.00191860941372946,0.0198337568302313,0.153725174569888,0.0197605968123371,0.0485225945719744,0.153725174569888,0.0153063719223873,0.0500932911929679,0.153725174569888,0.0201437655459539,0.0341215059177648,0.153725174569888,0.0128754071303696,0.0207403226665141,0.5,0.153725174569888,0.0056742272631109,0.00321503019879869,0.153725174569888,0.0195645539244248,0.0108073781277021,0.5,0.153725174569888,0.000449107521256274,0.00108195204562691,0.153725174569888,0.0104802229772594,0.0202074433715232,0.153725174569888,0.00270952929271516,0.134913379587843,0.153725174569888,0.0195280729291687,0.0902354580844042,0.153725174569888,0.028468556344878,0.163621200716513,0.153725174569888,0.0300421241422176,0.00296535337521456,0.153725174569888,0.00667456525802976,0.00364496227514211,0.5,0.153725174569888,0.00663569424523345,0.00473968088148929,0,0.0426917146431237,0.134647250619755 -5768,0.5,0.153725174569888,0.01600222944601,0.0387507223538633,0.153725174569888,0.0138627546634228,0.242711291959069,0.153725174569888,0.0740600242187084,0.0774108580529112,0.153725174569888,0.00841093438166634,0.0168713565517467,0.153725174569888,0.0512052193874113,0.070089193639402,0.153725174569888,0.076184879918107,0.0810743409201934,0.153725174569888,0.0795520912856714,0.076196133139487,0.153725174569888,0.066346285602027,0.0271580977007397,0.5,0.153725174569888,0.0505153709655164,0.00359490152088733,0.153725174569888,0.0845641803166641,0.00926252384049206,0.5,0.153725174569888,0.00269535198993146,0.00489422931431088,0.153725174569888,0.0605376364844427,0.0177014972524355,0.153725174569888,0.0226851284943515,0.151507940945427,0.153725174569888,0.0557231608105424,0.113333298068339,0.153725174569888,0.110018705313949,0.18360743736413,0.153725174569888,0.0941331439980845,0.0145914109955635,0.153725174569888,0.0201419821511115,0.00617978087191295,0.5,0.153725174569888,0.0492497520415368,0.0073780253666412,0,0.0451431392463827,0.142449431158537 -5769,0.5,0.153725174569888,0.0329558488456322,0.0754663080508585,0.153725174569888,0.0303584094437726,0.209393370709185,0.153725174569888,0.185536112877953,0.141807723155439,0.153725174569888,0.0376094734462792,0.018014494847857,0.153725174569888,0.0692387936640082,0.0972986746801247,0.153725174569888,0.145357905557188,0.178477239775818,0.153725174569888,0.197151981942962,0.123540517927196,0.153725174569888,0.15753357817477,0.0614629719886627,0.5,0.153725174569888,0.144915606387667,0.0134523599301352,0.153725174569888,0.202491814369551,0.0193398257435444,0.5,0.153725174569888,0.00848558517090718,0.0174748654311085,0.153725174569888,0.134167330625228,0.111495617409679,0.153725174569888,0.11709787278079,0.280880440034058,0.153725174569888,0.0767760718243845,0.160487112400951,0.153725174569888,0.202974900747836,0.226613474692273,0.153725174569888,0.150786089606644,0.051108695422277,0.153725174569888,0.029543193561357,0.0146032884970626,0.5,0.153725174569888,0.135827503185818,0.0219157409395109,0,0.0570473090546128,0.152551882001073 -5770,0.5,0.153725174569888,0.0591097038491119,0.115086906737183,0.153725174569888,0.166631524059357,0.269631096602539,0.153725174569888,0.265812234642551,0.169133855072846,0.153725174569888,0.11319554082456,0.044407049546081,0.153725174569888,0.142641254504183,0.163953364336682,0.153725174569888,0.141159258267185,0.294559305235986,0.153725174569888,0.34520537936029,0.212935656550474,0.153725174569888,0.257531709334503,0.125055353996426,0.5,0.153725174569888,0.271332848326454,0.0586832109739228,0.153725174569888,0.308702527928905,0.0713932599350754,0.5,0.153725174569888,0.0220239445941371,0.0478228871575003,0.153725174569888,0.221663325561588,0.179920083512175,0.153725174569888,0.259819122847857,0.360340425816856,0.153725174569888,0.0858017450252214,0.206020532046126,0.153725174569888,0.247168348230052,0.257791400939246,0.153725174569888,0.197947572236606,0.0460161243461186,0.153725174569888,0.0419938187029404,0.0326589475094418,0.5,0.153725174569888,0.258141116826993,0.0434801876483258,0,0.0730118403349605,0.147443122872647 -5771,0.5,0.153725174569888,0.0864311837984542,0.14520589018605,0.153725174569888,0.398895609283021,0.484562740626851,0.153725174569888,0.284759234644643,0.185676287683393,0.153725174569888,0.173341254521003,0.0843707205407756,0.153725174569888,0.1801849979513,0.253741486765541,0.153725174569888,0.0851839706409554,0.262076111472947,0.153725174569888,0.37875054873922,0.348556681592673,0.153725174569888,0.240143215961937,0.154333978105586,0.5,0.153725174569888,0.404505317285973,0.107596873038343,0.153725174569888,0.319021109805257,0.107691175808121,0.5,0.153725174569888,0.0379257728081735,0.0932772373470169,0.153725174569888,0.247471307834658,0.22808018613624,0.153725174569888,0.327686018212498,0.393452537512268,0.153725174569888,0.159282922359318,0.26947412463029,0.153725174569888,0.348006123568268,0.297945510814509,0.153725174569888,0.30467230964991,0.0515977837844584,0.153725174569888,0.0746551355262427,0.0588012488853557,0.5,0.153725174569888,0.319416744009879,0.0971228768847246,0,0.0592855025372709,0.164081086685005 -5772,0.5,0.153725174569888,0.127839924912215,0.137168095973773,0.153725174569888,0.264228964038234,0.655610350478051,0.153725174569888,0.264179330213355,0.14184425549384,0.153725174569888,0.177652234503433,0.117964201213717,0.153725174569888,0.202156956962177,0.340385964503522,0.153725174569888,0.203314241191689,0.340122254353226,0.153725174569888,0.314778190203394,0.434419066573835,0.153725174569888,0.216094180993908,0.211984078284577,0.5,0.153725174569888,0.452824162391979,0.131740484354868,0.153725174569888,0.467555241852498,0.230874487666925,0.5,0.153725174569888,0.131285423192878,0.0472083818396251,0.153725174569888,0.235045858259045,0.206465014618354,0.153725174569888,0.324756425436075,0.401719337634796,0.153725174569888,0.219427823756475,0.310743331375637,0.153725174569888,0.422689114793262,0.35049223303339,0.153725174569888,0.484685555768699,0.0935824734591958,0.153725174569888,0.132498850904085,0.078761621547236,0.5,0.153725174569888,0.370709038384588,0.158551355665055,0,0.0479500092344705,0.233585882635172 -5773,0.5,0.153725174569888,0.194288783180762,0.146921600152267,0.153725174569888,0.147165444237666,0.654163301085797,0.153725174569888,0.314481234211445,0.115968260443388,0.153725174569888,0.170201873282646,0.104808106118823,0.153725174569888,0.310907574375313,0.418182928195511,0.153725174569888,0.442266235417515,0.495998864775165,0.153725174569888,0.239457418383029,0.453688688610091,0.153725174569888,0.247942383125821,0.285558793804831,0.5,0.153725174569888,0.39843028313772,0.159579841992114,0.153725174569888,0.461203710395724,0.322883394834285,0.5,0.153725174569888,0.361924682273737,0.022638271299665,0.153725174569888,0.241075494936728,0.11258321529148,0.153725174569888,0.331614123598107,0.357891327253811,0.153725174569888,0.158475534392142,0.258468873016449,0.153725174569888,0.283024327819498,0.363305579799339,0.153725174569888,0.509319949050381,0.153456204787462,0.153725174569888,0.178997823939962,0.0868817906237661,0.5,0.153725174569888,0.437879566842228,0.21942644109214,0,0.0689970128785354,0.340069684028386 -5774,0.5,0.153725174569888,0.184140145345371,0.155045420699595,0.153725174569888,0.100317934854905,0.365403007371614,0.153725174569888,0.324033001076276,0.11705753929469,0.153725174569888,0.174537114899203,0.0775412956102461,0.153725174569888,0.327990072121877,0.423457428560828,0.153725174569888,0.394706067502382,0.498992808637819,0.153725174569888,0.284362954161238,0.46896711498176,0.153725174569888,0.252250321207793,0.308068531027698,0.5,0.153725174569888,0.307627172218802,0.153555775929921,0.153725174569888,0.401575490415102,0.329924286794179,0.5,0.153725174569888,0.482709967632192,0.0264983603392532,0.153725174569888,0.281839430710016,0.0974140666572606,0.153725174569888,0.337373216879828,0.278174021317294,0.153725174569888,0.239868645659375,0.262366680708582,0.153725174569888,0.18678844308304,0.291004275441141,0.153725174569888,0.374076597460825,0.194967232092468,0.153725174569888,0.190825527760739,0.0746236041328041,0.5,0.153725174569888,0.447254192966743,0.26889968388092,0,0.125574544951777,0.499129887942345 -5775,0.5,0.153725174569888,0.124251786865605,0.143239180322228,0.153725174569888,0.227806414313341,0.285150508829605,0.153725174569888,0.222616378618287,0.0940616551596494,0.153725174569888,0.149076530308616,0.0654301254034688,0.153725174569888,0.239473546595261,0.310955050793325,0.153725174569888,0.239446546186118,0.374716831965552,0.153725174569888,0.24555589506124,0.492085867066954,0.153725174569888,0.206829857324467,0.270443751106219,0.5,0.153725174569888,0.272012419816579,0.138405940506844,0.153725174569888,0.300680758230615,0.249540101779428,0.5,0.153725174569888,0.315649563572585,0.0660256788463644,0.153725174569888,0.192952937018632,0.0900811992891764,0.153725174569888,0.358594743907871,0.203650623095439,0.153725174569888,0.178606195130956,0.214487543941973,0.153725174569888,0.294918207684401,0.252905484901982,0.153725174569888,0.229643345123721,0.208125076862655,0.153725174569888,0.24267276771633,0.0687803205486881,0.5,0.153725174569888,0.347450658668743,0.237088111984826,0,0.174874886402813,0.495131395128859 -5776,0.5,0.153725174569888,0.0666042991351912,0.12186033358898,0.153725174569888,0.0908112213544904,0.28569310534889,0.153725174569888,0.12737871395719,0.0883397218547015,0.153725174569888,0.106151377922415,0.0498122024770366,0.153725174569888,0.201966939376765,0.217099736170279,0.153725174569888,0.263808199292111,0.330021441706472,0.153725174569888,0.115791297541128,0.340319244957711,0.153725174569888,0.200849242570379,0.226373254495252,0.5,0.153725174569888,0.257888884683495,0.102711861750481,0.153725174569888,0.217797529923925,0.18123218420167,0.5,0.153725174569888,0.147615052625471,0.0612987508793417,0.153725174569888,0.130599403244272,0.0785785529751173,0.153725174569888,0.31530732589822,0.16227335603957,0.153725174569888,0.145484598692735,0.133317619283791,0.153725174569888,0.238347483901437,0.267072849255841,0.153725174569888,0.127117245067282,0.152855227747632,0.153725174569888,0.17463001439722,0.0694911324963262,0.5,0.153725174569888,0.222010145984808,0.207726314762787,0,0.151912230689666,0.600174935507281 -5777,0.5,0.153725174569888,0.0403749546259243,0.0765087791967132,0.153725174569888,0.0294336252688416,0.213256351468805,0.153725174569888,0.0678080373394877,0.0568110860104279,0.153725174569888,0.0584470209055797,0.0344881853542143,0.153725174569888,0.166497468425012,0.168209595593735,0.153725174569888,0.241356131190706,0.296972870805721,0.153725174569888,0.0439669551169351,0.21140111351773,0.153725174569888,0.16291449035207,0.175603785649947,0.5,0.153725174569888,0.203978774822025,0.0821019736591325,0.153725174569888,0.0911319776991002,0.0936672155898194,0.5,0.153725174569888,0.088129739315646,0.0371698169180119,0.153725174569888,0.0983629312745119,0.0489931394969446,0.153725174569888,0.220320203439321,0.113673482647633,0.153725174569888,0.123753717045645,0.0796836610763016,0.153725174569888,0.118163667411674,0.200288727537625,0.153725174569888,0.111672227849639,0.10279857185554,0.153725174569888,0.125116894604651,0.0542269085464185,0.5,0.153725174569888,0.135198455515673,0.159097700350315,0,0.0659170043210567,0.572877101802493 -5778,0.5,0.153725174569888,0.0293607132549506,0.0428329814854433,0.153725174569888,0.0131000685047736,0.11000714187378,0.153725174569888,0.0286705051923777,0.0254980424357682,0.153725174569888,0.0308000948008127,0.0189059903820027,0.153725174569888,0.106389676443116,0.0950976328857085,0.153725174569888,0.162692324655647,0.201254536749903,0.153725174569888,0.0167826208161959,0.147648646154736,0.153725174569888,0.10798584133394,0.0923520941906885,0.5,0.153725174569888,0.123450669933652,0.0532692720026104,0.153725174569888,0.0283967854333354,0.042945850939859,0.5,0.153725174569888,0.0338068748062708,0.0154795822902535,0.153725174569888,0.0804829539858085,0.013625528720035,0.153725174569888,0.132301804883973,0.0604986014326174,0.153725174569888,0.061829461621333,0.0356036774213427,0.153725174569888,0.0427779140160815,0.123068845666177,0.153725174569888,0.0673830045309408,0.0736569848403407,0.153725174569888,0.0611882411873579,0.0295542473731652,0.5,0.153725174569888,0.0478052415013398,0.0946098582452138,0,0.0248215694016485,0.56755565015477 -5779,0.5,0.153725174569888,3.36359259945735e-05,0.0256614536856325,0.153725174569888,0.0,0.0215560369321412,0.153725174569888,0.000265775600896362,0.00814744931702652,0.153725174569888,0.000186381770168143,0.00750189652246047,0.153725174569888,0.0249187126340233,0.0562984411403332,0.153725174569888,0.0332196017290187,0.132936508339447,0.153725174569888,0.0106133413270594,0.114824568020342,0.153725174569888,0.0190969998354454,0.0458811589976813,0.5,0.153725174569888,0.0129224759324653,0.0250832803266422,0.153725174569888,0.000105357703481797,0.0168831344966567,0.5,0.153725174569888,0.0,0.0101311353772319,0.153725174569888,1.65656724817089e-05,0.00489322086086507,0.153725174569888,0.016010631127035,0.0251827335839113,0.153725174569888,0.0145726037528844,0.0192985502963346,0.153725174569888,0.00120864746827715,0.0654782020759941,0.153725174569888,7.04767076841276e-05,0.0421541974087206,0.153725174569888,0.0,0.0194010644422243,0.5,0.153725174569888,1.47611066897555e-05,0.0547389204062888,0,0.0194487399018354,0.452160417163403 -5780,0.5,0.153725174569888,0.0,0.0226119797703765,0.153725174569888,0.0,0.00472585283073436,0.153725174569888,0.0,0.00653218874924696,0.153725174569888,0.0,0.00369338970070115,0.153725174569888,0.0,0.0820777197799973,0.153725174569888,0.0,0.173483367025477,0.153725174569888,0.0,0.093150283992637,0.153725174569888,0.0,0.0534118861599221,0.5,0.153725174569888,0.0,0.00963512850715756,0.153725174569888,0.0,0.00700726438901064,0.5,0.153725174569888,0.0,0.0143349351767897,0.153725174569888,0.0,0.00603882032631016,0.153725174569888,0.0,0.034604488952862,0.153725174569888,0.0,0.0264553242164318,0.153725174569888,0.0,0.0408152444665078,0.153725174569888,0.0,0.0231868882887063,0.153725174569888,0.0,0.0134479318506748,0.5,0.153725174569888,0.0,0.0370263176976126,0,0.0328259166182817,0.349025230155501 -5781,0.5,0.153725174569888,0.0,0.0182692678545127,0.153725174569888,0.0,0.0160461661892998,0.153725174569888,0.0,0.00668814809609856,0.153725174569888,0.0,0.00270937092458145,0.153725174569888,0.0,0.122530541601263,0.153725174569888,0.0,0.209979796727121,0.153725174569888,0.0,0.0797976225795853,0.153725174569888,0.0,0.0650479049381837,0.5,0.153725174569888,0.0,0.00439854386574905,0.153725174569888,0.0,0.00323129069209838,0.5,0.153725174569888,0.0,0.019289472753683,0.153725174569888,0.0,0.00806414736343025,0.153725174569888,0.0,0.0468201708438984,0.153725174569888,0.0,0.0367450856073488,0.153725174569888,0.0,0.0312331194108341,0.153725174569888,0.0,0.00868336535888828,0.153725174569888,0.0,0.00874563062613236,0.5,0.153725174569888,0.0,0.027782727196946,0,0.040395710111067,0.266996800573301 -5782,0.5,0.153725174569888,0.0,0.0149926655804717,0.153725174569888,0.0,0.0282299136828005,0.153725174569888,0.0,0.00527154018692254,0.153725174569888,0.0,0.00409316084130329,0.153725174569888,0.0,0.180374726935119,0.153725174569888,0.0,0.206162491223947,0.153725174569888,0.0,0.0826611690082278,0.153725174569888,0.0,0.0724676406065668,0.5,0.153725174569888,0.0,0.00352806703379626,0.153725174569888,0.0,0.000976171518119685,0.5,0.153725174569888,0.0,0.0177427662695361,0.153725174569888,0.0,0.00864849514715839,0.153725174569888,0.0,0.0612509137374408,0.153725174569888,0.0,0.0583776205453787,0.153725174569888,0.0,0.0269161653157051,0.153725174569888,0.0,0.00864073080662721,0.153725174569888,0.0,0.00628166961184246,0.5,0.153725174569888,0.0,0.0166023359445984,0,0.0642145075051454,0.256646241065392 -5783,0.5,0.153725174569888,0.0,0.0110156597854712,0.153725174569888,0.0,0.0426106657909253,0.153725174569888,0.0,0.00596025332724111,0.153725174569888,0.0,0.0059844028963431,0.153725174569888,0.0,0.212473535967523,0.153725174569888,0.0,0.188202770295694,0.153725174569888,0.0,0.091079427680124,0.153725174569888,0.0,0.0735543765347086,0.5,0.153725174569888,0.0,0.00626262738247604,0.153725174569888,0.0,0.000432770900108639,0.5,0.153725174569888,0.0,0.0193628036393192,0.153725174569888,0.0,0.0093740041064736,0.153725174569888,0.0,0.0672787368438962,0.153725174569888,0.0,0.103125436631417,0.153725174569888,0.0,0.0361217021491179,0.153725174569888,0.0,0.0128489029255223,0.153725174569888,0.0,0.00659712306340559,0.5,0.153725174569888,0.0,0.00955232674571329,0,0.0731699444138098,0.36438548335194 -5784,0.5,0.153725174569888,0.0,0.00749105109629292,0.153725174569888,0.0,0.0529962269648984,0.153725174569888,0.0,0.00761960313334647,0.153725174569888,0.0,0.00836067746288556,0.153725174569888,0.0,0.208922259055164,0.153725174569888,0.0,0.169180692941205,0.153725174569888,0.0,0.098645465832061,0.153725174569888,0.0,0.0712662683519309,0.5,0.153725174569888,0.0,0.00812152367053198,0.153725174569888,0.0,0.000291952846355204,0.5,0.153725174569888,0.0,0.0252264185140916,0.153725174569888,0.0,0.00907065386029511,0.153725174569888,0.0,0.084749981522973,0.153725174569888,0.0,0.129894675539675,0.153725174569888,0.0,0.047883965790113,0.153725174569888,0.0,0.01927682120884,0.153725174569888,0.0,0.00985164524960014,0.5,0.153725174569888,0.0,0.00496472659301537,0,0.0569647683507528,0.532114706920193 -5785,0.5,0.153725174569888,0.0,0.00737274117286868,0.153725174569888,0.0,0.0673257863575387,0.153725174569888,0.0,0.00905956997323596,0.153725174569888,0.0,0.00903576924161299,0.153725174569888,0.0,0.20211730380852,0.153725174569888,0.0,0.158395023248714,0.153725174569888,0.0,0.106884749193943,0.153725174569888,0.0,0.0713560503779991,0.5,0.153725174569888,0.0,0.0100767859633321,0.153725174569888,0.0,0.000247014098337408,0.5,0.153725174569888,0.0,0.029108215773268,0.153725174569888,0.0,0.0103968241451763,0.153725174569888,0.0,0.110762797827316,0.153725174569888,0.0,0.16031692115733,0.153725174569888,0.0,0.0548915097855359,0.153725174569888,0.0,0.0219520564333025,0.153725174569888,0.0,0.0133655901060748,0.5,0.153725174569888,0.0,0.00261850158818006,0,0.0427283425937341,0.693905740462585 -5786,0.5,0.153725174569888,0.0,0.0101020462656831,0.153725174569888,0.0,0.097153704571187,0.153725174569888,0.0,0.0106650169190127,0.153725174569888,0.0,0.0108489009794907,0.153725174569888,0.0,0.204394163665739,0.153725174569888,0.0,0.16044793158916,0.153725174569888,0.0,0.115809011440077,0.153725174569888,0.0,0.0708554008111939,0.5,0.153725174569888,0.0,0.0114810058472881,0.153725174569888,0.0,0.000242037296252488,0.5,0.153725174569888,0.0,0.0276193759339908,0.153725174569888,0.0,0.0115238886505423,0.153725174569888,0.0,0.133370629023443,0.153725174569888,0.0,0.199086286858884,0.153725174569888,0.0,0.0646382102574402,0.153725174569888,0.0,0.0237026152446528,0.153725174569888,0.0,0.0139635503295957,0.5,0.153725174569888,0.0,0.0011449096448361,0,0.0387570519672034,0.813123107711422 -5787,0.5,0.153725174569888,0.0,0.0137348498619417,0.153725174569888,0.0,0.120629790262499,0.153725174569888,0.0,0.0127062971327233,0.153725174569888,0.0,0.0136306208849987,0.153725174569888,0.0,0.22932279967482,0.153725174569888,0.0,0.171987673120842,0.153725174569888,0.0,0.121535347265171,0.153725174569888,0.0,0.07414649219836,0.5,0.153725174569888,0.0,0.0136440069231575,0.153725174569888,0.0,0.000522429123679433,0.5,0.153725174569888,0.0,0.0278752326592466,0.153725174569888,0.0,0.0144188188517419,0.153725174569888,0.0,0.157473824469217,0.153725174569888,0.0,0.233524038942307,0.153725174569888,0.0,0.0745693748070767,0.153725174569888,0.0,0.025886764451778,0.153725174569888,0.0,0.0133177229289762,0.5,0.153725174569888,0.0,0.000813770882556717,0,0.0393937734064465,0.871220648031838 -5788,0.5,0.153725174569888,0.0,0.0162405215865613,0.153725174569888,0.0,0.134839553616233,0.153725174569888,0.0,0.0179093053437847,0.153725174569888,0.0,0.0167807889424249,0.153725174569888,0.0,0.282253747420399,0.153725174569888,0.0,0.191183096043693,0.153725174569888,0.0,0.124696952217556,0.153725174569888,0.0,0.07412349489348,0.5,0.153725174569888,0.0,0.0156972779177468,0.153725174569888,0.0,0.00112829154201729,0.5,0.153725174569888,0.0,0.0251968728618029,0.153725174569888,0.0,0.0189740075189138,0.153725174569888,0.0,0.181790311065314,0.153725174569888,0.0,0.282219709047738,0.153725174569888,0.0,0.0813707728032337,0.153725174569888,0.0,0.0302166722068124,0.153725174569888,0.0,0.0126647501542269,0.5,0.153725174569888,0.0,0.000955987557773603,0,0.0513572459139968,0.98777587578396 -5789,0.5,0.153725174569888,0.0,0.0191721291612363,0.153725174569888,0.0,0.1415232604955,0.153725174569888,0.0,0.0240354933559888,0.153725174569888,0.0,0.0216481624206404,0.153725174569888,0.0,0.325403738575045,0.153725174569888,0.0,0.204052750920497,0.153725174569888,0.0,0.123901415523176,0.153725174569888,0.0,0.0723053337515862,0.5,0.153725174569888,0.0,0.0176961260830275,0.153725174569888,0.0,0.00143625542268682,0.5,0.153725174569888,0.0,0.0211155259746315,0.153725174569888,0.0,0.0233563719926862,0.153725174569888,0.0,0.197435869754832,0.153725174569888,0.0,0.335000691741526,0.153725174569888,0.0,0.0836749402497809,0.153725174569888,0.0,0.0328650699791683,0.153725174569888,0.0,0.0125819085537449,0.5,0.153725174569888,0.0,0.00136832808986287,0,0.0692440391882161,1.00076135110368 -5790,0.5,0.153725174569888,0.00057626115170901,0.0226151957841255,0.153725174569888,0.0,0.146341039261706,0.153725174569888,0.0,0.0284439234847715,0.153725174569888,0.000415134607088899,0.0233831722529891,0.153725174569888,0.0,0.377406736099651,0.153725174569888,0.0,0.212813149349236,0.153725174569888,0.0,0.124390640547528,0.153725174569888,0.0,0.0793345445970008,0.5,0.153725174569888,0.0,0.0204834031097052,0.153725174569888,0.0,0.00113951022682372,0.5,0.153725174569888,0.0,0.0161969415317133,0.153725174569888,0.0,0.0201779288910064,0.153725174569888,0.0,0.224820502295358,0.153725174569888,0.0,0.403252994590431,0.153725174569888,0.0,0.0838586385340512,0.153725174569888,0.0,0.0329678096265782,0.153725174569888,0.0,0.0131210737402974,0.5,0.153725174569888,0.0,0.00120280822363149,0,0.085452757576636,0.956867965431951 -5791,0.5,0.153725174569888,0.0523567955681084,0.024408232008623,0.153725174569888,0.0234323692763467,0.171362389367171,0.153725174569888,0.0329141556609622,0.0282781526968396,0.153725174569888,0.0167411475289702,0.0228670024917595,0.153725174569888,0.0109817659786777,0.419341831827414,0.153725174569888,0.00265237843296414,0.232286388301029,0.153725174569888,0.0150128371062497,0.126731983470137,0.153725174569888,0.00910503580638576,0.0838251434691517,0.5,0.153725174569888,0.0254480992012298,0.0220303401796481,0.153725174569888,0.0497870038117463,0.00043381242038464,0.5,0.153725174569888,0.022526750172884,0.016489671655386,0.153725174569888,0.0407508409109914,0.0121511814144876,0.153725174569888,0.00709668818177035,0.287857414562864,0.153725174569888,0.0135567312742418,0.487505871510377,0.153725174569888,0.0376801614115612,0.0872277670675528,0.153725174569888,0.0381896952025902,0.0293281810688876,0.153725174569888,0.0369658495183654,0.0121246766856468,0.5,0.153725174569888,0.0540458066445011,0.000740386116688077,0,0.0948325040680398,0.946612114597588 -5792,0.5,0.153725174569888,0.141378642640464,0.0454202453298584,0.153725174569888,0.0638702767787096,0.257079896785009,0.153725174569888,0.132353894416257,0.0798898821673449,0.153725174569888,0.0416090088904891,0.027772953278417,0.153725174569888,0.0311611650374652,0.464792486706279,0.153725174569888,0.00626973442914127,0.26995047516398,0.153725174569888,0.0372404291553314,0.171177446842488,0.153725174569888,0.0294369545948341,0.0849018799256975,0.5,0.153725174569888,0.0941048052678337,0.0254107030346412,0.153725174569888,0.173573402074603,0.00010028842776432,0.5,0.153725174569888,0.13337652610863,0.0156552924687767,0.153725174569888,0.157523732891825,0.00466107897979887,0.153725174569888,0.0264584598563604,0.389619970337786,0.153725174569888,0.0385674109410286,0.548764243971825,0.153725174569888,0.100182916398068,0.142553157301514,0.153725174569888,0.101460678980485,0.0428250304418531,0.153725174569888,0.116648432318074,0.0149977714394198,0.5,0.153725174569888,0.174125213850564,0.000475987692053634,0,0.107038221160326,0.916883411911196 -5793,0.5,0.153725174569888,0.232946626014517,0.100705231713573,0.153725174569888,0.114687127453663,0.343618868983904,0.153725174569888,0.24577498142731,0.205010676734327,0.153725174569888,0.0966312231270515,0.0514541404050676,0.153725174569888,0.0257353080131492,0.547455947028434,0.153725174569888,0.0111145493928646,0.324578992881344,0.153725174569888,0.0367238318973611,0.228761029853118,0.153725174569888,0.0491526393259846,0.0870182821709817,0.5,0.153725174569888,0.147830279918313,0.0372046497528331,0.153725174569888,0.320664884490592,0.000125189107571807,0.5,0.153725174569888,0.284821789537222,0.0359635733502318,0.153725174569888,0.302838149162772,0.00289163297852626,0.153725174569888,0.0542790927872546,0.532355511710013,0.153725174569888,0.0475827544026035,0.590961336232789,0.153725174569888,0.140852064380702,0.248314993077121,0.153725174569888,0.142187869342008,0.0939131352462549,0.153725174569888,0.216638362069541,0.0300504845893731,0.5,0.153725174569888,0.310647772557895,0.000586865934313782,0,0.10175407454998,0.839158870513236 -5794,0.5,0.153725174569888,0.310798655421798,0.148454487433439,0.153725174569888,0.15218218956718,0.442356758840086,0.153725174569888,0.339640513428631,0.298049434570613,0.153725174569888,0.191175132755255,0.0977443667870496,0.153725174569888,0.0200270144562153,0.586693906376326,0.153725174569888,0.056203709289134,0.392545058585187,0.153725174569888,0.0307087749003523,0.268065683705724,0.153725174569888,0.0845339779158025,0.118784799387943,0.5,0.153725174569888,0.189205313091211,0.0685583116178251,0.153725174569888,0.468117737676824,0.00103897235790396,0.5,0.153725174569888,0.419644643031228,0.0750841334247841,0.153725174569888,0.452333800312564,0.00419272258796094,0.153725174569888,0.0713004686712209,0.609366447426039,0.153725174569888,0.0406856285647071,0.601445942318282,0.153725174569888,0.162725718404929,0.392833895023049,0.153725174569888,0.182081046486767,0.135833533122147,0.153725174569888,0.331382329456543,0.0577976095406719,0.5,0.153725174569888,0.430688124327099,0.000637431543368458,0,0.085184536781663,0.838073531029317 -5795,0.5,0.153725174569888,0.379839974114886,0.176959323092192,0.153725174569888,0.162100073048429,0.585475546980365,0.153725174569888,0.391034684878568,0.357084481586365,0.153725174569888,0.282796150871945,0.164449337483538,0.153725174569888,0.0596078082121819,0.630504479672791,0.153725174569888,0.125469329606295,0.437450461681918,0.153725174569888,0.0523954356567716,0.338821650949829,0.153725174569888,0.138507441203052,0.195078741445527,0.5,0.153725174569888,0.236232058394123,0.109053092531359,0.153725174569888,0.566898544553404,0.0040219059277692,0.5,0.153725174569888,0.4952076420149,0.128810669565195,0.153725174569888,0.565039153806821,0.00963944198898214,0.153725174569888,0.0589474878731944,0.622542920666366,0.153725174569888,0.04705687103065,0.596046569584096,0.153725174569888,0.137669643845065,0.486532325463678,0.153725174569888,0.180957748644425,0.152761721103297,0.153725174569888,0.436205934182096,0.103773192431085,0.5,0.153725174569888,0.515289728481569,0.000826665762352582,0,0.0623924595986315,0.791357547760737 -5796,0.5,0.153725174569888,0.422525408176172,0.207578819970601,0.153725174569888,0.133169453585177,0.586649206941446,0.153725174569888,0.380320082031835,0.394375502282628,0.153725174569888,0.341823799856517,0.202656891489098,0.153725174569888,0.0956514323512909,0.649627327825077,0.153725174569888,0.104496909696517,0.39281089383005,0.153725174569888,0.119723840854302,0.371228367827188,0.153725174569888,0.199858374441666,0.25082845414701,0.5,0.153725174569888,0.304098604058218,0.172419539823183,0.153725174569888,0.619834105084276,0.00962584180444072,0.5,0.153725174569888,0.424545282589157,0.154870802513409,0.153725174569888,0.588279769786898,0.0187068540827888,0.153725174569888,0.0469422485675725,0.655614875731353,0.153725174569888,0.0482943383182911,0.558132142224257,0.153725174569888,0.120005904221918,0.521382274818291,0.153725174569888,0.142047180272733,0.162901918973266,0.153725174569888,0.471718530755876,0.12777269204462,0.5,0.153725174569888,0.543839195005408,0.00112319522698638,0,0.0548245180606635,0.705091191561744 -5797,0.5,0.153725174569888,0.378216686828985,0.254005136671067,0.153725174569888,0.0693176269654721,0.510935580907995,0.153725174569888,0.285614838849346,0.366690712894722,0.153725174569888,0.363234198752442,0.211762190796176,0.153725174569888,0.103760347847096,0.678737105693123,0.153725174569888,0.177088128231454,0.542481869860985,0.153725174569888,0.120593819975675,0.372356816981448,0.153725174569888,0.23994938173485,0.283572748159902,0.5,0.153725174569888,0.393027958592158,0.250477422815318,0.153725174569888,0.645066170133303,0.00597307748269052,0.5,0.153725174569888,0.352772128840591,0.110161248709284,0.153725174569888,0.598879605777219,0.0229333659344935,0.153725174569888,0.0326125346458751,0.618465741681029,0.153725174569888,0.0700304387391924,0.507105261097574,0.153725174569888,0.109182918981544,0.465132396928806,0.153725174569888,0.16424304204707,0.21168195117043,0.153725174569888,0.447788045594663,0.116994377773313,0.5,0.153725174569888,0.567530757488531,0.00100715105705599,0,0.0577604242886095,0.611501232059294 -5798,0.5,0.153725174569888,0.261319624693279,0.275219223274954,0.153725174569888,0.0166065140021191,0.424702714269422,0.153725174569888,0.197211722901723,0.294811012365232,0.153725174569888,0.217322045169617,0.187116385604611,0.153725174569888,0.0969090415529331,0.616971632801611,0.153725174569888,0.136285698831158,0.510000226021715,0.153725174569888,0.128130346256082,0.378123929916459,0.153725174569888,0.229623416125252,0.291809862015112,0.5,0.153725174569888,0.427594584309479,0.273683549092726,0.153725174569888,0.628328670705231,0.00138775978378773,0.5,0.153725174569888,0.39557448505713,0.0748509121210672,0.153725174569888,0.559831395338404,0.0236918804504941,0.153725174569888,0.0348296307973673,0.544946671481233,0.153725174569888,0.0710103524489632,0.42908247155148,0.153725174569888,0.113070168942149,0.427400647365586,0.153725174569888,0.223809606087657,0.216593605484561,0.153725174569888,0.400201402576673,0.0969121117588889,0.5,0.153725174569888,0.560708065373477,0.000831476046090777,0,0.0593518852764181,0.442464527864687 -5799,0.5,0.153725174569888,0.179193994087655,0.27244923382834,0.153725174569888,0.0170542025493543,0.331233830700106,0.153725174569888,0.148639460440033,0.22473139762904,0.153725174569888,0.141881530710956,0.159501115185456,0.153725174569888,0.0797253329548086,0.470082327873696,0.153725174569888,0.101564653916681,0.481098657617095,0.153725174569888,0.155639140249185,0.419223100792737,0.153725174569888,0.157077763446844,0.290446086626391,0.5,0.153725174569888,0.411719134874972,0.249721714585363,0.153725174569888,0.507783764166681,0.000689475530487952,0.5,0.153725174569888,0.31858752376371,0.0487326500215086,0.153725174569888,0.455554332912267,0.0230758071256158,0.153725174569888,0.0518658394088098,0.4656139126424,0.153725174569888,0.0522171725270718,0.358427117912771,0.153725174569888,0.136106643772448,0.430250615068148,0.153725174569888,0.231194835250229,0.211008966693845,0.153725174569888,0.314056579380673,0.0765530174945452,0.5,0.153725174569888,0.511384181073862,0.00247359151597441,0,0.121452313733185,0.291350400867895 -5800,0.5,0.153725174569888,0.0976219517267945,0.203440527280726,0.153725174569888,0.0264509383460971,0.228269866916061,0.153725174569888,0.0947746095248114,0.131293867650777,0.153725174569888,0.112670864226785,0.121469626191425,0.153725174569888,0.089821681316394,0.361655208096849,0.153725174569888,0.081834101220395,0.391373796925839,0.153725174569888,0.0924107968470279,0.37441090861485,0.153725174569888,0.169114254443428,0.250306908360409,0.5,0.153725174569888,0.336297266214244,0.202079117154149,0.153725174569888,0.375622854867053,0.0008916212381987,0.5,0.153725174569888,0.299271158041375,0.0175871080064422,0.153725174569888,0.37009720929438,0.0188649399650073,0.153725174569888,0.089686468476143,0.37981940836989,0.153725174569888,0.0333006454063974,0.28374319747996,0.153725174569888,0.118460922809991,0.38277293127498,0.153725174569888,0.23240651308221,0.240907988754071,0.153725174569888,0.225789749200555,0.0519417285078774,0.5,0.153725174569888,0.391331929864728,0.00331631614424921,0,0.305207020587371,0.18499266140659 -5801,0.5,0.153725174569888,0.0552011340602735,0.138864073661113,0.153725174569888,0.00298543511642982,0.147141109358221,0.153725174569888,0.126863308547106,0.128860078005069,0.153725174569888,0.0898643358383601,0.0688567745595137,0.153725174569888,0.0806097176712745,0.265187477768132,0.153725174569888,0.0481187014786947,0.278806577509937,0.153725174569888,0.0446812110828009,0.293367966815904,0.153725174569888,0.0861916700334387,0.178572610714384,0.5,0.153725174569888,0.253513233236494,0.114835643198689,0.153725174569888,0.25807976700131,0.000969732099553052,0.5,0.153725174569888,0.25686806826212,0.0159017249249188,0.153725174569888,0.274004111759681,0.0103464449606187,0.153725174569888,0.0899589607024551,0.288980480086964,0.153725174569888,0.0524653387157851,0.195096875283824,0.153725174569888,0.0707650174225754,0.29913780324466,0.153725174569888,0.16011238639732,0.216516410367238,0.153725174569888,0.174420636712423,0.0316436102190526,0.5,0.153725174569888,0.260975766568951,0.00263369076376979,0,0.140221416423962,0.157790232652902 -5802,0.5,0.153725174569888,0.0283668556030581,0.076553681513966,0.153725174569888,0.000970916754749128,0.101756544274243,0.153725174569888,0.085093657262989,0.0789642990507471,0.153725174569888,0.0487238832525833,0.0369644398002545,0.153725174569888,0.0308373278194952,0.196232388577037,0.153725174569888,0.00716969349834076,0.198066736025153,0.153725174569888,0.00733635169546222,0.149892760613423,0.153725174569888,0.0207220986170627,0.16826206699858,0.5,0.153725174569888,0.109450074639226,0.0493083961213884,0.153725174569888,0.110046622188177,0.000365783209311595,0.5,0.153725174569888,0.155270923367976,0.00578479858658013,0.153725174569888,0.16005106225015,0.00420171731958838,0.153725174569888,0.0267902439358546,0.182335350125421,0.153725174569888,0.0354741340646138,0.128347340865074,0.153725174569888,0.0218056637674702,0.198524202340222,0.153725174569888,0.0572585957066582,0.118229138974779,0.153725174569888,0.0938014712874693,0.0123968048391854,0.5,0.153725174569888,0.081996101667451,0.00105759859416874,0,0.0749330732840241,0.177362380609798 -5803,0.5,0.153725174569888,7.20730000489776e-05,0.0345213660004988,0.153725174569888,0.0,0.0544734369246838,0.153725174569888,0.0,0.0409617185833295,0.153725174569888,0.0,0.0249250924321451,0.153725174569888,0.00469636028246483,0.138885763260792,0.153725174569888,0.00405571192107823,0.118835641443058,0.153725174569888,0.000211421954944844,0.101330369845447,0.153725174569888,0.00143875939306405,0.187486225966296,0.5,0.153725174569888,0.00417617453766567,0.0413201262257506,0.153725174569888,0.0,0.00106279702177186,0.5,0.153725174569888,0.0,0.00582493700094963,0.153725174569888,0.0,0.00342849360619623,0.153725174569888,0.000247965544183522,0.114033160991133,0.153725174569888,0.00214929968859151,0.108027902359647,0.153725174569888,0.000272646696067435,0.143547829801437,0.153725174569888,0.0,0.0776883841329516,0.153725174569888,0.0,0.0090281881932819,0.5,0.153725174569888,0.0,0.0020090304532027,0,0.0652001431005073,0.1905083221646 -5804,0.5,0.153725174569888,0.0,0.0246606039472652,0.153725174569888,0.0,0.0381996144560836,0.153725174569888,0.0,0.0339089077677546,0.153725174569888,0.0,0.0243901229257295,0.153725174569888,0.0,0.105074368183891,0.153725174569888,0.0,0.0929696945100537,0.153725174569888,0.0,0.0805849396372503,0.153725174569888,0.0,0.143978145660707,0.5,0.153725174569888,0.0,0.043668957421668,0.153725174569888,0.0,0.00115902528849316,0.5,0.153725174569888,0.0,0.00835919390620534,0.153725174569888,0.0,0.00209952312666816,0.153725174569888,0.0,0.0908501296857169,0.153725174569888,0.0,0.102469130713284,0.153725174569888,0.0,0.0983415205019872,0.153725174569888,0.0,0.0623211121014323,0.153725174569888,0.0,0.0089465314155443,0.5,0.153725174569888,0.0,0.00199706102965748,0,0.0745046135208112,0.162708634951188 -5805,0.5,0.153725174569888,0.0,0.0256100582015779,0.153725174569888,0.0,0.0271731312587523,0.153725174569888,0.0,0.0322503075175318,0.153725174569888,0.0,0.026990539090472,0.153725174569888,0.0,0.0998163410622506,0.153725174569888,0.0,0.113332570762998,0.153725174569888,0.0,0.0798764108963422,0.153725174569888,0.0,0.128032763380596,0.5,0.153725174569888,0.0,0.0392598855014647,0.153725174569888,0.0,0.00358483271478558,0.5,0.153725174569888,0.0,0.012310298111938,0.153725174569888,0.0,0.00339087507519128,0.153725174569888,0.0,0.084647999120999,0.153725174569888,0.0,0.0912552495122723,0.153725174569888,0.0,0.0819433615450735,0.153725174569888,0.0,0.0536722203965956,0.153725174569888,0.0,0.00942823421933801,0.5,0.153725174569888,0.0,0.00114532175992302,0,0.0708245866041409,0.126109899857455 -5806,0.5,0.153725174569888,0.0,0.0298514576604885,0.153725174569888,0.0,0.0199345927707032,0.153725174569888,0.0,0.03421099370789,0.153725174569888,0.0,0.0272810959817701,0.153725174569888,0.0,0.109991959098217,0.153725174569888,0.0,0.126831052534503,0.153725174569888,0.0,0.0948939495937175,0.153725174569888,0.0,0.141048702571702,0.5,0.153725174569888,0.0,0.0295044736733697,0.153725174569888,0.0,0.00668547944922958,0.5,0.153725174569888,0.0,0.0188620087883272,0.153725174569888,0.0,0.00618260136687424,0.153725174569888,0.0,0.0635395655434566,0.153725174569888,0.0,0.0861117959167336,0.153725174569888,0.0,0.0807735568227834,0.153725174569888,0.0,0.0537947470567135,0.153725174569888,0.0,0.0114583993343841,0.5,0.153725174569888,0.0,0.00167331019404089,0,0.0536080321757354,0.145701127588212 -5807,0.5,0.153725174569888,0.0,0.0331693506906017,0.153725174569888,0.0,0.0237581336664294,0.153725174569888,0.0,0.0363403847249851,0.153725174569888,0.0,0.0311815705241022,0.153725174569888,0.0,0.120124587493865,0.153725174569888,0.0,0.129716106928735,0.153725174569888,0.0,0.12755602796568,0.153725174569888,0.0,0.121347355763644,0.5,0.153725174569888,0.0,0.033660945209618,0.153725174569888,0.0,0.00613991600412586,0.5,0.153725174569888,0.0,0.0200761385110397,0.153725174569888,0.0,0.0104781203275496,0.153725174569888,0.0,0.052729103991954,0.153725174569888,0.0,0.0941458041813626,0.153725174569888,0.0,0.0744235330922848,0.153725174569888,0.0,0.0607474888014532,0.153725174569888,0.0,0.0120700440800968,0.5,0.153725174569888,0.0,0.00337845324681082,0,0.0391542704014524,0.186983565207247 -5808,0.5,0.153725174569888,0.0,0.0353700949794834,0.153725174569888,0.0,0.0289745553476627,0.153725174569888,0.0,0.0403836778782005,0.153725174569888,0.0,0.0355429211483915,0.153725174569888,0.0,0.116089826672936,0.153725174569888,0.0,0.1434682734682,0.153725174569888,0.0,0.148436317543768,0.153725174569888,0.0,0.092841534875032,0.5,0.153725174569888,0.0,0.0525810935774013,0.153725174569888,0.0,0.00701223974591114,0.5,0.153725174569888,0.0,0.0196441276385725,0.153725174569888,0.0,0.015199734183995,0.153725174569888,0.0,0.0485629366494681,0.153725174569888,0.0,0.0968047021187691,0.153725174569888,0.0,0.0628688060084109,0.153725174569888,0.0,0.0703902223185143,0.153725174569888,0.0,0.013105240956549,0.5,0.153725174569888,0.0,0.0041604798478587,0,0.0274780570318576,0.212676547113037 -5809,0.5,0.153725174569888,0.0,0.0362539018580181,0.153725174569888,0.0,0.0374413880575848,0.153725174569888,0.0,0.045045279136708,0.153725174569888,0.0,0.0417934453563384,0.153725174569888,0.0,0.119938821679783,0.153725174569888,0.0,0.176642757515243,0.153725174569888,0.0,0.178817335407194,0.153725174569888,0.0,0.107529552789594,0.5,0.153725174569888,0.0,0.0568419874982219,0.153725174569888,0.0,0.0106160435909971,0.5,0.153725174569888,0.0,0.0212412717200239,0.153725174569888,0.0,0.0171647384199476,0.153725174569888,0.0,0.0515408465246968,0.153725174569888,0.0,0.0812915256410514,0.153725174569888,0.0,0.0565705039999676,0.153725174569888,0.0,0.0837755649674033,0.153725174569888,0.0,0.0145493634670215,0.5,0.153725174569888,0.0,0.0057188492694297,0,0.0200585078179834,0.245534261346742 -5810,0.5,0.153725174569888,0.0,0.0304733456223328,0.153725174569888,0.0,0.0423311544114114,0.153725174569888,0.0,0.051200039291035,0.153725174569888,0.0,0.0451671410392473,0.153725174569888,0.0,0.126643820215609,0.153725174569888,0.0,0.193297740767465,0.153725174569888,0.0,0.166221524794458,0.153725174569888,0.0,0.10374480924946,0.5,0.153725174569888,0.0,0.0617827656579906,0.153725174569888,0.0,0.0157655855582276,0.5,0.153725174569888,0.0,0.0191120614600594,0.153725174569888,0.0,0.0173085159536738,0.153725174569888,0.0,0.0479317708722747,0.153725174569888,0.0,0.0574253418009053,0.153725174569888,0.0,0.0570779758326726,0.153725174569888,0.0,0.110026998408584,0.153725174569888,0.0,0.0164681696470433,0.5,0.153725174569888,0.0,0.00717053198777407,0,0.0126296903744568,0.283412088762395 -5811,0.5,0.153725174569888,0.0,0.0228601299061595,0.153725174569888,0.0,0.0414249787935713,0.153725174569888,0.0,0.0665132706883966,0.153725174569888,0.0,0.0431689190726611,0.153725174569888,0.0,0.142598867267275,0.153725174569888,0.0,0.19614449692952,0.153725174569888,0.0,0.154392694128522,0.153725174569888,0.0,0.0859885490030495,0.5,0.153725174569888,0.0,0.0666511632720499,0.153725174569888,0.0,0.0205204347127221,0.5,0.153725174569888,0.0,0.0235835299266168,0.153725174569888,0.0,0.0170587600331766,0.153725174569888,0.0,0.0415436120962119,0.153725174569888,0.0,0.047952273190299,0.153725174569888,0.0,0.0699299979816863,0.153725174569888,0.0,0.157437515195579,0.153725174569888,0.0,0.0196011698430664,0.5,0.153725174569888,0.0,0.00804009563970513,0,0.00546395381120496,0.279462111364506 -5812,0.5,0.153725174569888,0.0,0.0189969116067467,0.153725174569888,0.0,0.0350043492692616,0.153725174569888,0.0,0.0880882986372675,0.153725174569888,0.0,0.0417239755236818,0.153725174569888,0.0,0.156209541637679,0.153725174569888,0.0,0.162129434595019,0.153725174569888,0.0,0.149957897698147,0.153725174569888,0.0,0.0776777730552211,0.5,0.153725174569888,0.0,0.0595733976175808,0.153725174569888,0.0,0.0222112153138826,0.5,0.153725174569888,0.0,0.0259687087283628,0.153725174569888,0.0,0.0145183815291703,0.153725174569888,0.0,0.0352572613111665,0.153725174569888,0.0,0.0511834965434248,0.153725174569888,0.0,0.0858301226582119,0.153725174569888,0.0,0.162036898422918,0.153725174569888,0.0,0.0242094423256244,0.5,0.153725174569888,0.0,0.00839723146371212,0,0.00145294797283398,0.27038202860529 -5813,0.5,0.153725174569888,0.0,0.017172881450087,0.153725174569888,0.0,0.0261069537966755,0.153725174569888,0.0,0.0989613196671073,0.153725174569888,0.0,0.0459638911707212,0.153725174569888,0.0,0.133827929415322,0.153725174569888,0.0,0.129472084979137,0.153725174569888,0.0,0.162844108340752,0.153725174569888,0.0,0.0636518061127076,0.5,0.153725174569888,0.0,0.0401297943181545,0.153725174569888,0.0,0.0221412520800159,0.5,0.153725174569888,0.0,0.0245611857452881,0.153725174569888,0.0,0.0126763016190549,0.153725174569888,0.0,0.0240597491761178,0.153725174569888,0.0,0.0460639365544704,0.153725174569888,0.0,0.0923508754325518,0.153725174569888,0.0,0.12972918738722,0.153725174569888,0.0,0.0247263591205703,0.5,0.153725174569888,0.0,0.00896326823000713,0,0.0,0.234456952778478 -5814,0.5,0.153725174569888,6.65959151729564e-05,0.0213975596879067,0.153725174569888,0.0,0.0211314975562595,0.153725174569888,0.0,0.102421210213559,0.153725174569888,0.00027315620509494,0.0543279351835002,0.153725174569888,0.0,0.124505372984758,0.153725174569888,0.0,0.122719217552523,0.153725174569888,0.0,0.182538034185955,0.153725174569888,0.0,0.0584626325799125,0.5,0.153725174569888,0.0,0.0233288025102002,0.153725174569888,0.0,0.0249507461089154,0.5,0.153725174569888,0.0,0.0349985830670486,0.153725174569888,0.0,0.0119795593592063,0.153725174569888,0.0,0.0130013635741414,0.153725174569888,0.0,0.0413406484939683,0.153725174569888,0.0,0.0952458688520021,0.153725174569888,0.0,0.0649715238352917,0.153725174569888,0.0,0.0385443881373456,0.5,0.153725174569888,0.0,0.011555941249327,0,0.0,0.161753426534163 -5815,0.5,0.153725174569888,0.00364087394640635,0.0275078659812075,0.153725174569888,0.00364233035096074,0.0094427900579066,0.153725174569888,0.00355086929141178,0.118260620689059,0.153725174569888,0.0198952790837396,0.0521241568950624,0.153725174569888,0.0138598255347567,0.167048920185859,0.153725174569888,0.00234238360736307,0.150324068848472,0.153725174569888,0.00446068302310255,0.217520696263682,0.153725174569888,0.00229711570382614,0.0600879566333205,0.5,0.153725174569888,0.0248056784616336,0.0181322675363745,0.153725174569888,0.0401621548515029,0.0223201188994706,0.5,0.153725174569888,0.0110216519089919,0.0965379472766044,0.153725174569888,0.0162303029757932,0.0128710362271528,0.153725174569888,0.00601349922778709,0.00560644108078145,0.153725174569888,0.00759987704583268,0.0481872078899651,0.153725174569888,0.00392575284114939,0.123339300400995,0.153725174569888,0.0283984330096554,0.0624241788745669,0.153725174569888,0.0143426326909614,0.0532186928411249,0.5,0.153725174569888,0.051077488643068,0.0113675266607951,0,0.0,0.0671239300046286 -5816,0.5,0.153725174569888,0.0207272714480169,0.0323251432701129,0.153725174569888,0.0120319045868271,0.00773013710815218,0.153725174569888,0.0204555492252763,0.121703009468584,0.153725174569888,0.0428129073584382,0.0561422658171569,0.153725174569888,0.0769614832386141,0.31863053837993,0.153725174569888,0.0120428983194239,0.166734802026832,0.153725174569888,0.0209114408427199,0.276763794629907,0.153725174569888,0.00484664763945545,0.0762363103767891,0.5,0.153725174569888,0.106556013814814,0.0272652499281023,0.153725174569888,0.11539858012885,0.0194482349772872,0.5,0.153725174569888,0.0692139675564467,0.149012584235393,0.153725174569888,0.0613259013889469,0.0337559615616624,0.153725174569888,0.0343046126285648,0.00269180655566749,0.153725174569888,0.0362583177627981,0.0789031832575871,0.153725174569888,0.0223589269041258,0.190705581152852,0.153725174569888,0.0890819676488204,0.134263355720977,0.153725174569888,0.046610455739589,0.0823185814540128,0.5,0.153725174569888,0.15001195611819,0.0141146222989153,0,0.0,0.0227947059154487 -5817,0.5,0.153725174569888,0.04880265285441,0.0393490974459313,0.153725174569888,0.0166240615025581,0.00396503705194861,0.153725174569888,0.0710158470628585,0.134021598581809,0.153725174569888,0.057487985727949,0.0664081714727618,0.153725174569888,0.112815934005885,0.424938490452021,0.153725174569888,0.0571561322839762,0.231717857868306,0.153725174569888,0.0363681335560924,0.376473873051866,0.153725174569888,0.0135617058268499,0.091551056842448,0.5,0.153725174569888,0.180193766001423,0.0592735881703784,0.153725174569888,0.166468356680051,0.0459534364401121,0.5,0.153725174569888,0.202699560728561,0.203768299935686,0.153725174569888,0.111540724508498,0.105899494887485,0.153725174569888,0.10131240418213,0.00220969810651956,0.153725174569888,0.0843927224088712,0.126415101791891,0.153725174569888,0.0435487625895803,0.256637398122688,0.153725174569888,0.110316702493612,0.187879527488297,0.153725174569888,0.0877861372873895,0.113431377950855,0.5,0.153725174569888,0.253919567900779,0.048919178564917,0,0.000157467544611379,0.0195455469396802 -5818,0.5,0.153725174569888,0.0775136778874115,0.0449738139434898,0.153725174569888,0.0173459022580219,0.0084696781384794,0.153725174569888,0.152880882826663,0.163620659469107,0.153725174569888,0.0658661978134613,0.0715442329352387,0.153725174569888,0.100725204262408,0.507254143334451,0.153725174569888,0.112021245213555,0.435097523430308,0.153725174569888,0.0543802708838294,0.368289394014173,0.153725174569888,0.0407542196987119,0.151152440318728,0.5,0.153725174569888,0.20269604093741,0.0987491906228139,0.153725174569888,0.200577918601678,0.108578814858154,0.5,0.153725174569888,0.37676707959158,0.24762527194973,0.153725174569888,0.200176314516892,0.168525765038726,0.153725174569888,0.181075458018584,0.0024165668009647,0.153725174569888,0.161204452315557,0.101731939862957,0.153725174569888,0.0747140071065542,0.327109674282621,0.153725174569888,0.0927976033207886,0.274956565326971,0.153725174569888,0.136094310508672,0.154103468688557,0.5,0.153725174569888,0.322333456487966,0.142455807110845,0,0.009272281412524,0.0351015433825545 -5819,0.5,0.153725174569888,0.0678094432666227,0.0489739796163911,0.153725174569888,0.0185379827283428,0.0111700694642482,0.153725174569888,0.207582191118991,0.182540394953159,0.153725174569888,0.111943220723156,0.0858582960863452,0.153725174569888,0.107659704141486,0.383038591709598,0.153725174569888,0.111284300356849,0.515933799603688,0.153725174569888,0.125766462958429,0.398872982225908,0.153725174569888,0.12486765677651,0.351358346983159,0.5,0.153725174569888,0.166230646741244,0.138479687259989,0.153725174569888,0.216679656592279,0.130263334619123,0.5,0.153725174569888,0.514400332761131,0.20305617753507,0.153725174569888,0.267000911441366,0.25670859730388,0.153725174569888,0.210219849438545,0.00176183178075445,0.153725174569888,0.221147505036042,0.077631205958393,0.153725174569888,0.0871595084604397,0.261123032021873,0.153725174569888,0.145976111911812,0.376246766215218,0.153725174569888,0.200167980925054,0.195791363319838,0.5,0.153725174569888,0.356081310168502,0.181293373417108,0,0.0257264917208686,0.0667073726150651 -5820,0.5,0.153725174569888,0.103756285781141,0.0447757142956381,0.153725174569888,0.0485649777051267,0.0227796323693512,0.153725174569888,0.270295826662456,0.184736110413367,0.153725174569888,0.123248876603078,0.0774051998509414,0.153725174569888,0.209991272564458,0.372778981414764,0.153725174569888,0.0901180118010654,0.369420531382188,0.153725174569888,0.173206812004327,0.520276394364442,0.153725174569888,0.182867831189677,0.389527764660604,0.5,0.153725174569888,0.176056243207938,0.19197449682228,0.153725174569888,0.300352717038924,0.207827809329865,0.5,0.153725174569888,0.595586801576314,0.201308576911421,0.153725174569888,0.30100628560085,0.282629728709511,0.153725174569888,0.209098167847885,0.000642335741951003,0.153725174569888,0.210999087405681,0.0507718540005981,0.153725174569888,0.108090985646411,0.220969142007578,0.153725174569888,0.232897833395887,0.438380563851665,0.153725174569888,0.248043228602847,0.21746428651158,0.5,0.153725174569888,0.29531965483422,0.162863486350764,0,0.0293354555421588,0.061834599304143 -5821,0.5,0.153725174569888,0.130064688357313,0.0344542018530335,0.153725174569888,0.0381833204707984,0.019724320181514,0.153725174569888,0.287919325567145,0.197766052286016,0.153725174569888,0.0942061444499528,0.0470013745635645,0.153725174569888,0.252019927733489,0.367649438057826,0.153725174569888,0.206789252950329,0.368368809573219,0.153725174569888,0.177129787079851,0.54291678222603,0.153725174569888,0.161431360480236,0.402010105119432,0.5,0.153725174569888,0.248942716020299,0.281719591978712,0.153725174569888,0.279100611479513,0.25551111769998,0.5,0.153725174569888,0.541460866287444,0.304687490105285,0.153725174569888,0.333192761324402,0.285800851104564,0.153725174569888,0.168419019363433,0.000736146517997385,0.153725174569888,0.279316157455111,0.0445021280741427,0.153725174569888,0.225695120979868,0.18062614245771,0.153725174569888,0.262163768974645,0.425080799576194,0.153725174569888,0.34140269318415,0.2512773133934,0.5,0.153725174569888,0.192733394031189,0.133056392030987,0,0.0186391250890198,0.0332651417313106 -5822,0.5,0.153725174569888,0.179213099189065,0.0299438456301365,0.153725174569888,0.0720388524482272,0.0164265896825435,0.153725174569888,0.229184981600846,0.199950033334251,0.153725174569888,0.151172258618546,0.03631831137618,0.153725174569888,0.294738628961685,0.276973081476279,0.153725174569888,0.141179704590711,0.34225873664513,0.153725174569888,0.116667281974789,0.502889706257601,0.153725174569888,0.105466962915576,0.344989215028659,0.5,0.153725174569888,0.260486769883172,0.363970299661613,0.153725174569888,0.239089152837639,0.262760014769858,0.5,0.153725174569888,0.461186434979727,0.369111510715771,0.153725174569888,0.348123053885364,0.364791892687024,0.153725174569888,0.122094215032472,0.00233046083318318,0.153725174569888,0.253637455980537,0.041920051808212,0.153725174569888,0.318910906619933,0.114430846255754,0.153725174569888,0.203842753103729,0.380145628084463,0.153725174569888,0.392425545597797,0.256338974842425,0.5,0.153725174569888,0.203715140410617,0.163813414839729,0,0.00703883140906185,0.0161674805166811 -5823,0.5,0.153725174569888,0.150792920479317,0.0274526176659955,0.153725174569888,0.123474755317694,0.0198453284942465,0.153725174569888,0.200696740284268,0.158591585766049,0.153725174569888,0.148171623737572,0.0252968410485976,0.153725174569888,0.138750391472647,0.16864456722209,0.153725174569888,0.126401597222491,0.324840695241056,0.153725174569888,0.171350316338949,0.353117829505968,0.153725174569888,0.150012286296875,0.391599275508237,0.5,0.153725174569888,0.219621084525852,0.44383900331004,0.153725174569888,0.191180503819834,0.156535963061683,0.5,0.153725174569888,0.350459861688535,0.267433804760241,0.153725174569888,0.305785710818966,0.474145980097919,0.153725174569888,0.143105759911491,0.00380604635077577,0.153725174569888,0.216267857914711,0.0356541978189246,0.153725174569888,0.32938468682895,0.0749689807071332,0.153725174569888,0.166597588593153,0.402492134766905,0.153725174569888,0.288894141120947,0.226280998888792,0.5,0.153725174569888,0.159719619809377,0.128111239440071,0,0.00306061765589964,0.010691766701338 -5824,0.5,0.153725174569888,0.144344769927075,0.0256205804745263,0.153725174569888,0.13195195543449,0.0191191349653328,0.153725174569888,0.147872282614424,0.0920928758606009,0.153725174569888,0.0847381258078697,0.0188742044010323,0.153725174569888,0.0836244400591419,0.10443485161727,0.153725174569888,0.218091143338086,0.335979042804156,0.153725174569888,0.118254024194612,0.268177466369707,0.153725174569888,0.117942920795076,0.310445250024249,0.5,0.153725174569888,0.18085804440864,0.417755108207636,0.153725174569888,0.197613715856577,0.174054468765456,0.5,0.153725174569888,0.183381845609272,0.179348418224572,0.153725174569888,0.190391727188098,0.418347118235293,0.153725174569888,0.127387198721651,0.00465956276149447,0.153725174569888,0.171807444864366,0.0284004858004989,0.153725174569888,0.278962750934709,0.0521878931221903,0.153725174569888,0.0827372019520808,0.332128832660333,0.153725174569888,0.198654397589596,0.192410851960948,0.5,0.153725174569888,0.124516171428317,0.0906184302086154,0,0.00435961039799608,0.00886316678855379 -5825,0.5,0.153725174569888,0.105952990381011,0.0241845358379618,0.153725174569888,0.120475544268259,0.0136573821380181,0.153725174569888,0.112360120045539,0.0528926047773236,0.153725174569888,0.0651340995706965,0.0114527335521529,0.153725174569888,0.0569770358379754,0.0549365505171047,0.153725174569888,0.21808720832382,0.272985084614448,0.153725174569888,0.0615152644656494,0.177747875458676,0.153725174569888,0.113082815081247,0.314166934350798,0.5,0.153725174569888,0.106609331775597,0.299440612510933,0.153725174569888,0.080998201583,0.117689927691334,0.5,0.153725174569888,0.0720553025245411,0.111283921286903,0.153725174569888,0.134135034913738,0.298899680388208,0.153725174569888,0.104040927628043,0.00701749551299903,0.153725174569888,0.160250109975923,0.0235206704461582,0.153725174569888,0.186462017567275,0.0416643865977589,0.153725174569888,0.106758544912199,0.253921249536729,0.153725174569888,0.0931698931332678,0.122258595225235,0.5,0.153725174569888,0.0985870415693841,0.0814751074518086,0,0.00958191733908993,0.00715221895267972 -5826,0.5,0.153725174569888,0.0515922663407829,0.0172627744936088,0.153725174569888,0.084815138284388,0.0068721217644839,0.153725174569888,0.0432235014203538,0.0381237076170395,0.153725174569888,0.0365802619135336,0.00485810117670935,0.153725174569888,0.0425548574549373,0.0252827597980826,0.153725174569888,0.139170938935179,0.215510727223631,0.153725174569888,0.0401514530176818,0.112008110960308,0.153725174569888,0.0735848448451224,0.27937445439147,0.5,0.153725174569888,0.0632432690791857,0.222971731567928,0.153725174569888,0.017254322199683,0.0906603409128399,0.5,0.153725174569888,0.0278996565992502,0.112366238090394,0.153725174569888,0.0921774421370566,0.220840332529192,0.153725174569888,0.0879874302911308,0.00790352169364029,0.153725174569888,0.112135964998802,0.020616894882039,0.153725174569888,0.0927514013027215,0.0290116322299484,0.153725174569888,0.0712387185846901,0.154896180366268,0.153725174569888,0.0230543178008117,0.074814267422745,0.5,0.153725174569888,0.0366676967130894,0.0659717144614987,0,0.0117797751543741,0.00450066763974109 -5827,0.5,0.153725174569888,1.08260124695085e-05,0.00950998266257125,0.153725174569888,0.0,0.00529085088782586,0.153725174569888,2.91817014972748e-05,0.0262546079432626,0.153725174569888,1.93644008014614e-05,0.0046072248279468,0.153725174569888,0.00908056926907685,0.0119469322210889,0.153725174569888,0.013392884084492,0.177637422893828,0.153725174569888,0.000833419199994936,0.0734322386576031,0.153725174569888,0.00994089441661999,0.231810914324863,0.5,0.153725174569888,0.00340134667642308,0.146083547730244,0.153725174569888,0.0,0.0521884998433098,0.5,0.153725174569888,7.54128770586048e-05,0.0938819503883198,0.153725174569888,3.94003674434849e-05,0.179077555131045,0.153725174569888,0.0,0.00499524651855068,0.153725174569888,0.00966140339268966,0.0117943262976646,0.153725174569888,0.0,0.0149188297435831,0.153725174569888,0.0,0.0922186079758384,0.153725174569888,0.000330206528859361,0.0500920239075857,0.5,0.153725174569888,3.05492901243609e-06,0.0692050991646773,0,0.0125363052274091,0.00403980226321968 -5828,0.5,0.153725174569888,0.0,0.00697113289117754,0.153725174569888,0.0,0.012475692542303,0.153725174569888,0.0,0.0222132074115711,0.153725174569888,0.0,0.00649264307154937,0.153725174569888,0.0,0.0134289294634242,0.153725174569888,0.0,0.138458683022131,0.153725174569888,0.0,0.0551010510827092,0.153725174569888,0.0,0.157747401279643,0.5,0.153725174569888,0.0,0.10804795385428,0.153725174569888,0.0,0.0320029732071001,0.5,0.153725174569888,0.0,0.0593030791869206,0.153725174569888,0.0,0.114715627891337,0.153725174569888,0.0,0.00498380087639438,0.153725174569888,0.0,0.0123103598338757,0.153725174569888,0.0,0.011609113779058,0.153725174569888,0.0,0.0565385901690819,0.153725174569888,0.0,0.0339345431410068,0.5,0.153725174569888,0.0,0.0573755105206795,0,0.0151857976168834,0.00597384518875506 -5829,0.5,0.153725174569888,0.0,0.00502322191213541,0.153725174569888,0.0,0.0165558909743207,0.153725174569888,0.0,0.0173992866740976,0.153725174569888,0.0,0.00977661289205491,0.153725174569888,0.0,0.0148787630494871,0.153725174569888,0.0,0.106584371272481,0.153725174569888,0.0,0.0514206365794644,0.153725174569888,0.0,0.108966048748374,0.5,0.153725174569888,0.0,0.0949007747917655,0.153725174569888,0.0,0.0311649345000864,0.5,0.153725174569888,0.0,0.0493222958596946,0.153725174569888,0.0,0.0885495997730508,0.153725174569888,0.0,0.0036955414153915,0.153725174569888,0.0,0.0112770598309712,0.153725174569888,0.0,0.00935907753832927,0.153725174569888,0.0,0.0356775702430333,0.153725174569888,0.0,0.034275384394698,0.5,0.153725174569888,0.0,0.0374637699121023,0,0.0104513798589512,0.00741763676552793 -5830,0.5,0.153725174569888,0.0,0.00367321677043105,0.153725174569888,0.0,0.0127660275086893,0.153725174569888,0.0,0.0107605918698859,0.153725174569888,0.0,0.0118837034321012,0.153725174569888,0.0,0.0165946015454418,0.153725174569888,0.0,0.0923438917088644,0.153725174569888,0.0,0.0533721851904103,0.153725174569888,0.0,0.104521634241197,0.5,0.153725174569888,0.0,0.0940091672649307,0.153725174569888,0.0,0.0301803941034316,0.5,0.153725174569888,0.0,0.0455066395259123,0.153725174569888,0.0,0.0926459706196483,0.153725174569888,0.0,0.00326256903768891,0.153725174569888,0.0,0.00727902530238165,0.153725174569888,0.0,0.00902308242691729,0.153725174569888,0.0,0.0368156470832316,0.153725174569888,0.0,0.0415577636549856,0.5,0.153725174569888,0.0,0.044552167008908,0,0.0151750481178248,0.00328851708532907 -5831,0.5,0.153725174569888,0.0,0.00263656524990629,0.153725174569888,0.0,0.010267269307194,0.153725174569888,0.0,0.00815631495603439,0.153725174569888,0.0,0.0156343870074689,0.153725174569888,0.0,0.0179648761161581,0.153725174569888,0.0,0.0742837293132469,0.153725174569888,0.0,0.0559030807476411,0.153725174569888,0.0,0.0852724204047883,0.5,0.153725174569888,0.0,0.0927495818845002,0.153725174569888,0.0,0.0466217195184874,0.5,0.153725174569888,0.0,0.0781642257595687,0.153725174569888,0.0,0.100167392900501,0.153725174569888,0.0,0.00253401474875159,0.153725174569888,0.0,0.00368300956686694,0.153725174569888,0.0,0.0100437150918199,0.153725174569888,0.0,0.0385886550441699,0.153725174569888,0.0,0.0541506812252024,0.5,0.153725174569888,0.0,0.0497563175500583,0,0.0269314999531924,0.00123957217305616 -5832,0.5,0.153725174569888,0.0,0.00224271179535998,0.153725174569888,0.0,0.00752287108372913,0.153725174569888,0.0,0.00897287968388997,0.153725174569888,0.0,0.0190199038718577,0.153725174569888,0.0,0.0207748021024112,0.153725174569888,0.0,0.0621347306632368,0.153725174569888,0.0,0.0607916210788423,0.153725174569888,0.0,0.0739021908756427,0.5,0.153725174569888,0.0,0.0731050212309193,0.153725174569888,0.0,0.0624745956588163,0.5,0.153725174569888,0.0,0.137038659337483,0.153725174569888,0.0,0.0984496665866076,0.153725174569888,0.0,0.00123014011386385,0.153725174569888,0.0,0.00255684969232353,0.153725174569888,0.0,0.0103250509934176,0.153725174569888,0.0,0.0391682496552725,0.153725174569888,0.0,0.0627820138031324,0.5,0.153725174569888,0.0,0.044986659021774,0,0.0414292093401779,7.77697315635841e-05 -5833,0.5,0.153725174569888,0.0,0.0035176705152258,0.153725174569888,0.0,0.00899960411138995,0.153725174569888,0.0,0.0117060643423082,0.153725174569888,0.0,0.0220425112326601,0.153725174569888,0.0,0.0191225761712986,0.153725174569888,0.0,0.0510987752797483,0.153725174569888,0.0,0.051156840799723,0.153725174569888,0.0,0.0768335927298891,0.5,0.153725174569888,0.0,0.0682240863817268,0.153725174569888,0.0,0.100083867607378,0.5,0.153725174569888,0.0,0.124307487523959,0.153725174569888,0.0,0.102148332347663,0.153725174569888,0.0,0.0016392967269141,0.153725174569888,0.0,0.00252704245942377,0.153725174569888,0.0,0.0120224887472714,0.153725174569888,0.0,0.0404498135037718,0.153725174569888,0.0,0.0570216709636309,0.5,0.153725174569888,0.0,0.0714590760814692,0,0.0706335058615471,3.32175261890154e-06 -5834,0.5,0.153725174569888,0.0,0.0065092460513003,0.153725174569888,0.0,0.00651854596870127,0.153725174569888,0.0,0.0133428181923284,0.153725174569888,0.0,0.0239179602550518,0.153725174569888,0.0,0.0189896253192185,0.153725174569888,0.0,0.0401594423606616,0.153725174569888,0.0,0.0410945433289535,0.153725174569888,0.0,0.0654306373063272,0.5,0.153725174569888,0.0,0.0544379940812262,0.153725174569888,0.0,0.139675528536496,0.5,0.153725174569888,0.0,0.0722656351885037,0.153725174569888,0.0,0.10437970571579,0.153725174569888,0.0,0.0017187615314706,0.153725174569888,0.0,0.00275124979402578,0.153725174569888,0.0,0.0130372384632924,0.153725174569888,0.0,0.0325973630911841,0.153725174569888,0.0,0.0590318440726804,0.5,0.153725174569888,0.0,0.111952987447894,0,0.0432461592370944,5.57562215981679e-06 -5835,0.5,0.153725174569888,0.0,0.0081588931162102,0.153725174569888,0.0,0.00227946807138182,0.153725174569888,0.0,0.0150342168594027,0.153725174569888,0.0,0.0263426170336884,0.153725174569888,0.0,0.017531181904381,0.153725174569888,0.0,0.0344005708980828,0.153725174569888,0.0,0.0358521779221505,0.153725174569888,0.0,0.0509575895655889,0.5,0.153725174569888,0.0,0.0332972907325055,0.153725174569888,0.0,0.130433283011356,0.5,0.153725174569888,0.0,0.0534846820609217,0.153725174569888,0.0,0.0940537098039619,0.153725174569888,0.0,0.00104844002538168,0.153725174569888,0.0,0.00327141096538783,0.153725174569888,0.0,0.0110619081647986,0.153725174569888,0.0,0.0244615084014158,0.153725174569888,0.0,0.0523559844136792,0.5,0.153725174569888,0.0,0.148159106185052,0,0.0239493509670574,3.27488415697844e-05 -5836,0.5,0.153725174569888,0.0,0.00947353344759578,0.153725174569888,0.0,0.00102445885486939,0.153725174569888,0.0,0.0104725256245203,0.153725174569888,0.0,0.0300817267806811,0.153725174569888,0.0,0.0152523834132713,0.153725174569888,0.0,0.0236136137020419,0.153725174569888,0.0,0.0323359541378045,0.153725174569888,0.0,0.0391411092612285,0.5,0.153725174569888,0.0,0.0219376319541441,0.153725174569888,0.0,0.0811090380178283,0.5,0.153725174569888,0.0,0.0584614459739944,0.153725174569888,0.0,0.0796370187297032,0.153725174569888,0.0,0.00125312102485225,0.153725174569888,0.0,0.00413983947172963,0.153725174569888,0.0,0.00835221264694912,0.153725174569888,0.0,0.0176821069402361,0.153725174569888,0.0,0.0483949769346042,0.5,0.153725174569888,0.0,0.136734429562406,0,0.026139621682495,2.68555229754092e-05 -5837,0.5,0.153725174569888,0.0,0.0102523449913382,0.153725174569888,0.0,0.00205489190949971,0.153725174569888,0.0,0.00914809074406008,0.153725174569888,0.0,0.0363271762850392,0.153725174569888,0.0,0.011315807407742,0.153725174569888,0.0,0.0118780312767577,0.153725174569888,0.0,0.0292362875445575,0.153725174569888,0.0,0.0272145590814078,0.5,0.153725174569888,0.0,0.0196896367966974,0.153725174569888,0.0,0.0439077122765564,0.5,0.153725174569888,0.0,0.0554176004120554,0.153725174569888,0.0,0.0689611934385989,0.153725174569888,0.0,0.00204288298129978,0.153725174569888,0.0,0.00353864391410731,0.153725174569888,0.0,0.00703965241667608,0.153725174569888,0.0,0.0174462256766714,0.153725174569888,0.0,0.0409164986385602,0.5,0.153725174569888,0.0,0.110278346202272,0,0.0196288216816311,6.60434308427296e-07 -5838,0.5,0.153725174569888,6.49119881287156e-05,0.00950221657548589,0.153725174569888,0.0,0.0011829419748013,0.153725174569888,0.0,0.0118121053137481,0.153725174569888,2.67183043365721e-05,0.0397087676149655,0.153725174569888,0.0,0.00866852033472447,0.153725174569888,0.0,0.00866641080927245,0.153725174569888,0.0,0.0257038195550714,0.153725174569888,0.0,0.0202911825549307,0.5,0.153725174569888,0.0,0.0199269637759642,0.153725174569888,0.0,0.0438202922695299,0.5,0.153725174569888,0.0,0.0567023493122024,0.153725174569888,0.0,0.0511200145346727,0.153725174569888,0.0,0.00162212834686404,0.153725174569888,0.0,0.00246001648952823,0.153725174569888,0.0,0.0057221796983091,0.153725174569888,0.0,0.0145167392092876,0.153725174569888,0.0,0.0400926955265841,0.5,0.153725174569888,0.0,0.0942435081803783,0,0.00380844011364567,6.67674647079699e-07 -5839,0.5,0.153725174569888,0.0312303392828604,0.00757039454354212,0.153725174569888,0.0357869498646427,0.000426431380568847,0.153725174569888,0.0179374685119817,0.0148825015837136,0.153725174569888,0.0231884149251308,0.0383255360144525,0.153725174569888,0.0256139212018584,0.00974038055278888,0.153725174569888,0.0244660221937858,0.0103150513196023,0.153725174569888,0.00847867266702096,0.0241345760658218,0.153725174569888,0.0064989962014349,0.0151725769700294,0.5,0.153725174569888,0.00282152341373582,0.0169581764037599,0.153725174569888,0.00197131928171879,0.0716804454974764,0.5,0.153725174569888,0.00118659954532066,0.0721271913348485,0.153725174569888,0.00389763487298689,0.0458161921356887,0.153725174569888,0.0422826427734509,0.00132404317863857,0.153725174569888,0.0342666535787247,0.00318533572694544,0.153725174569888,0.0118586835706936,0.00612182709027637,0.153725174569888,0.00584933232085322,0.0103168312545028,0.153725174569888,0.0135494453180934,0.0499525337862085,0.5,0.153725174569888,0.0237981118611303,0.12254591231581,0,0.0,8.52626827208034e-05 -5840,0.5,0.153725174569888,0.0760545719330644,0.0128125217178979,0.153725174569888,0.0836262473879057,0.00115556649989724,0.153725174569888,0.0887512156017074,0.0338023698112117,0.153725174569888,0.0761162289250915,0.0521537440341274,0.153725174569888,0.131086292193183,0.0207702972647266,0.153725174569888,0.123494334686471,0.0185883557276194,0.153725174569888,0.086123030773671,0.0442610806140393,0.153725174569888,0.0495895634799389,0.0191325734874611,0.5,0.153725174569888,0.0191604771012299,0.0181958467040781,0.153725174569888,0.0143502483274864,0.103389788572451,0.5,0.153725174569888,0.011793213774604,0.0822166494889402,0.153725174569888,0.0265615862959172,0.0672292909344806,0.153725174569888,0.143913565315599,0.00297156786209962,0.153725174569888,0.139579617882961,0.00650811509014034,0.153725174569888,0.0565329587973975,0.0135282892245655,0.153725174569888,0.0228220525489125,0.0110154016268979,0.153725174569888,0.0415859223181862,0.0693506723088405,0.5,0.153725174569888,0.0742460549608055,0.176982708729604,0,0.0,0.000162784591762881 -5841,0.5,0.153725174569888,0.136274757631966,0.0234478557654226,0.153725174569888,0.140874022067363,0.0016974473469428,0.153725174569888,0.182939118019337,0.0555614494674527,0.153725174569888,0.142797440028772,0.075634304534318,0.153725174569888,0.251708222769895,0.0432946347865202,0.153725174569888,0.252207512401895,0.0375128491392539,0.153725174569888,0.194293660124833,0.0667468904156892,0.153725174569888,0.111495234667204,0.0273096321119473,0.5,0.153725174569888,0.0452932160570671,0.0275852131465107,0.153725174569888,0.057305814092299,0.100645616359407,0.5,0.153725174569888,0.0428374070271291,0.0755334435442348,0.153725174569888,0.0861196415849131,0.0929441774779064,0.153725174569888,0.262886101140734,0.00480626131415301,0.153725174569888,0.266869658293266,0.0140706697823979,0.153725174569888,0.168743876441333,0.0298820661799576,0.153725174569888,0.0830062503052264,0.0279156660083136,0.153725174569888,0.0840866727968927,0.0832326025003059,0.5,0.153725174569888,0.115034599449348,0.195053036373639,0,0.0,0.00024299184347879 -5842,0.5,0.153725174569888,0.199719636275367,0.036866096721884,0.153725174569888,0.248894020286584,0.00262710294990879,0.153725174569888,0.261810291030305,0.0631348155742258,0.153725174569888,0.211406486736282,0.103520582353834,0.153725174569888,0.355638000871924,0.0596873031854514,0.153725174569888,0.385779733911143,0.0491098981401975,0.153725174569888,0.297532536358492,0.106377197950811,0.153725174569888,0.185441854940178,0.0324412250800284,0.5,0.153725174569888,0.084753884162426,0.0370385292014853,0.153725174569888,0.131294667506428,0.0771909864419016,0.5,0.153725174569888,0.0744229747011267,0.063145487326483,0.153725174569888,0.175188455813562,0.121449062020809,0.153725174569888,0.409421427957267,0.00524249797071985,0.153725174569888,0.388301711412758,0.0204387833411796,0.153725174569888,0.303228076067422,0.0422849113384872,0.153725174569888,0.210161956820775,0.0580459871058887,0.153725174569888,0.154804453820101,0.0811667459308866,0.5,0.153725174569888,0.144397319462083,0.160119850001309,0,2.8115735253182e-05,0.000203399120846504 -5843,0.5,0.153725174569888,0.269565725054152,0.047648400422439,0.153725174569888,0.490571715042708,0.00257569949905432,0.153725174569888,0.34823643387761,0.0711921530513465,0.153725174569888,0.267183017361971,0.121239679991984,0.153725174569888,0.466425111691611,0.0568699634094153,0.153725174569888,0.513390021276741,0.0510499299515639,0.153725174569888,0.364628645699518,0.106333066430871,0.153725174569888,0.313897553966292,0.0306196705451825,0.5,0.153725174569888,0.12915050092715,0.0461955326929179,0.153725174569888,0.160638313395123,0.0545107068536672,0.5,0.153725174569888,0.113882737521663,0.0611937204898771,0.153725174569888,0.232317642904236,0.141752333432075,0.153725174569888,0.548377857486528,0.00617113549655637,0.153725174569888,0.510909623354809,0.0189667680817169,0.153725174569888,0.339552494107282,0.0530305071188378,0.153725174569888,0.244362976942041,0.0742260391002752,0.153725174569888,0.214926363141491,0.0770320680904245,0.5,0.153725174569888,0.149592531839738,0.0989402374303456,0,0.000343345156997635,0.000187489122830808 -5844,0.5,0.153725174569888,0.310889462906525,0.0533450461593114,0.153725174569888,0.614085993929559,0.00629378851628412,0.153725174569888,0.376631503367261,0.0917935967548229,0.153725174569888,0.317747542620245,0.121108526794369,0.153725174569888,0.489576503696199,0.0500205357270823,0.153725174569888,0.579636251170236,0.0417564461187476,0.153725174569888,0.338254922937487,0.0878997283888485,0.153725174569888,0.395507479831861,0.02265766498147,0.5,0.153725174569888,0.162816935460446,0.0460261092206008,0.153725174569888,0.178345722840425,0.0527519423350743,0.5,0.153725174569888,0.141557484711349,0.0721482160474124,0.153725174569888,0.244093829118601,0.160476838271154,0.153725174569888,0.604218885619694,0.0100869497000379,0.153725174569888,0.575728002659684,0.0175990550925275,0.153725174569888,0.38341202132149,0.0514670173165584,0.153725174569888,0.261348592461942,0.0879341795318166,0.153725174569888,0.275340641834678,0.098952559846568,0.5,0.153725174569888,0.173109006206077,0.0866579076944822,0,0.000443734393689118,0.000239031386870335 -5845,0.5,0.153725174569888,0.302175038210306,0.047097344811238,0.153725174569888,0.638326626134729,0.0117768886480209,0.153725174569888,0.336996693206077,0.12678329590791,0.153725174569888,0.370611399309,0.125450985223236,0.153725174569888,0.510997958308977,0.0394568690347408,0.153725174569888,0.588275581943303,0.0282411299807972,0.153725174569888,0.327348463119906,0.0639002204932471,0.153725174569888,0.426543449312305,0.0140516621097669,0.5,0.153725174569888,0.204115708356688,0.0393654693680565,0.153725174569888,0.300256300332794,0.0622861278760504,0.5,0.153725174569888,0.220379779932972,0.099827948706134,0.153725174569888,0.261428659933292,0.178960586444044,0.153725174569888,0.600951269657086,0.0179666135389397,0.153725174569888,0.599935646168221,0.0198623123264009,0.153725174569888,0.330122496444208,0.0457817085625725,0.153725174569888,0.237570592557014,0.0929643772238985,0.153725174569888,0.295032761391999,0.140978389273297,0.5,0.153725174569888,0.215674887669675,0.114335069022808,0,0.00304397232643641,0.00305195654062474 -5846,0.5,0.153725174569888,0.239866434844181,0.0396162017253452,0.153725174569888,0.61689588621889,0.00832935175405913,0.153725174569888,0.273322532810007,0.153824795393537,0.153725174569888,0.338509779589426,0.145420211693497,0.153725174569888,0.562824636310627,0.0312689618921385,0.153725174569888,0.581646228949688,0.0229906804973028,0.153725174569888,0.350282833515177,0.0354737426254338,0.153725174569888,0.404807383342028,0.011751225859965,0.5,0.153725174569888,0.286712695660235,0.0354401356054473,0.153725174569888,0.194929811556495,0.0651063655592879,0.5,0.153725174569888,0.232408331328019,0.109540160033409,0.153725174569888,0.25083162000145,0.181436483416767,0.153725174569888,0.546596547705329,0.0254115720112683,0.153725174569888,0.603095999180851,0.0181388030027629,0.153725174569888,0.264885279040524,0.0372486442280371,0.153725174569888,0.236386082159741,0.0972514699732087,0.153725174569888,0.243806212260111,0.148327823122186,0.5,0.153725174569888,0.186647143117594,0.136516269628148,0,0.00800783217260766,0.00604880425581351 -5847,0.5,0.153725174569888,0.199971441772817,0.0422806240329458,0.153725174569888,0.509699314336485,0.00788305087237284,0.153725174569888,0.196484773594477,0.183591788271135,0.153725174569888,0.239116115963021,0.177917280215994,0.153725174569888,0.426469381690021,0.0292762870952864,0.153725174569888,0.545721947487977,0.0224291229096937,0.153725174569888,0.350849077140331,0.0207606637432011,0.153725174569888,0.405547845684111,0.0109725091265661,0.5,0.153725174569888,0.345734898122271,0.0274316533433857,0.153725174569888,0.131655678618672,0.0640654767631707,0.5,0.153725174569888,0.230320668621317,0.104502649442991,0.153725174569888,0.23510425352511,0.1747846740354,0.153725174569888,0.448717733933209,0.0295970040166652,0.153725174569888,0.494177328334651,0.0138966503491178,0.153725174569888,0.246802016554616,0.0369849292577083,0.153725174569888,0.245122523133448,0.096426841435184,0.153725174569888,0.165058038927971,0.13692126375717,0.5,0.153725174569888,0.107854164949553,0.127713431018167,0,0.019726687403378,0.00846774121171929 -5848,0.5,0.153725174569888,0.158342221875108,0.0485885121761255,0.153725174569888,0.3262549159097,0.0123404258217201,0.153725174569888,0.126658281162833,0.184245821736861,0.153725174569888,0.138454433473879,0.16958711211511,0.153725174569888,0.298962560078389,0.0253611922533072,0.153725174569888,0.435852210724918,0.0188190915054596,0.153725174569888,0.326717558105669,0.0191420624875958,0.153725174569888,0.379953078767869,0.00998973800191985,0.5,0.153725174569888,0.322625637113891,0.0210487896436318,0.153725174569888,0.113913694654564,0.0686346043489783,0.5,0.153725174569888,0.262771483669588,0.071682339597112,0.153725174569888,0.170843785222718,0.15375419071219,0.153725174569888,0.328517428441689,0.0336656460467559,0.153725174569888,0.364130909003099,0.0116613100888059,0.153725174569888,0.169517159066211,0.0373558422855419,0.153725174569888,0.207924265308111,0.0695280476980521,0.153725174569888,0.103590286612285,0.105010745575265,0.5,0.153725174569888,0.0595327787458895,0.0936968238391451,0,0.0344797260391564,0.0105425237810304 -5849,0.5,0.153725174569888,0.0951468164292693,0.0502767232576057,0.153725174569888,0.220913985030011,0.0165918913958349,0.153725174569888,0.084482580264802,0.161110974859454,0.153725174569888,0.0682701442283108,0.136108007201364,0.153725174569888,0.201837479521311,0.0166327769214331,0.153725174569888,0.320677663130649,0.00994858197217414,0.153725174569888,0.233568860402164,0.0155321003333306,0.153725174569888,0.298418205324157,0.0069365449792251,0.5,0.153725174569888,0.221617246000878,0.0148507360117172,0.153725174569888,0.0629086199436278,0.0754191437338004,0.5,0.153725174569888,0.162951254606875,0.0345984376552729,0.153725174569888,0.0992696364795661,0.133485983099974,0.153725174569888,0.220747676812257,0.0421137072224253,0.153725174569888,0.230421416484234,0.00948021391535874,0.153725174569888,0.0948736023598855,0.0336836294127109,0.153725174569888,0.143908530260904,0.0369466463451448,0.153725174569888,0.0520470060685667,0.0650247892301542,0.5,0.153725174569888,0.0333113422352288,0.0547273831443346,0,0.0384707319872709,0.0105249756382718 -5850,0.5,0.153725174569888,0.0361964063425845,0.0377229544789048,0.153725174569888,0.0791388236835801,0.0212776674980062,0.153725174569888,0.0473971747213553,0.106767242455522,0.153725174569888,0.0207651176112551,0.0999941509135975,0.153725174569888,0.136203735624657,0.00676143972142618,0.153725174569888,0.186911818374976,0.00332634783704153,0.153725174569888,0.122511656235412,0.00715379832381142,0.153725174569888,0.178291777869634,0.00119201295369551,0.5,0.153725174569888,0.122726567413507,0.005667315923208,0.153725174569888,0.0258487216619282,0.0674783784653513,0.5,0.153725174569888,0.0747994214806579,0.0275221845086849,0.153725174569888,0.0396014541226649,0.094870058874438,0.153725174569888,0.117685791884224,0.0405152883793117,0.153725174569888,0.105753704129699,0.00843533260959369,0.153725174569888,0.0428278930071026,0.0254633194244091,0.153725174569888,0.0626318965247001,0.0123858522443156,0.153725174569888,0.0147222516241539,0.0518293603430797,0.5,0.153725174569888,0.011693100693752,0.0252385406624628,0,0.0398565362262003,0.0091054106793998 -5851,0.5,0.153725174569888,0.000198679418771603,0.0317308986019611,0.153725174569888,0.0,0.0250930204116376,0.153725174569888,0.0,0.0646417308802427,0.153725174569888,1.08416199020057e-05,0.0742302311456225,0.153725174569888,0.00714263122745742,0.00420244823756175,0.153725174569888,0.020356025892512,0.00254197136969554,0.153725174569888,0.0,0.00424423926337355,0.153725174569888,0.00723510765621283,0.00078211997383002,0.5,0.153725174569888,0.00148452554266492,0.00124732534112256,0.153725174569888,0.000198527558732265,0.0509457731982578,0.5,0.153725174569888,0.0,0.0207126649891857,0.153725174569888,0.0,0.053655385365449,0.153725174569888,0.000124005543608974,0.0216865037413143,0.153725174569888,0.00390216706014324,0.00844260133266095,0.153725174569888,0.0,0.0234840521860344,0.153725174569888,0.0,0.00534743492442426,0.153725174569888,0.000137342376025222,0.0496066381503295,0.5,0.153725174569888,0.000235338783091685,0.0123925892271199,0,0.0434209848135715,0.00649908506547867 -5852,0.5,0.153725174569888,0.0,0.0328671492799117,0.153725174569888,0.0,0.0413515302424667,0.153725174569888,0.0,0.0368127754629899,0.153725174569888,0.0,0.0560586496571932,0.153725174569888,0.0,0.00718608356622034,0.153725174569888,0.0,0.00689220073312408,0.153725174569888,0.0,0.00774591301867662,0.153725174569888,0.0,0.00335092459853058,0.5,0.153725174569888,0.0,0.00172010487449959,0.153725174569888,0.0,0.0278044651281934,0.5,0.153725174569888,0.0,0.0121433793354513,0.153725174569888,0.0,0.0312078849523643,0.153725174569888,0.0,0.019348777339487,0.153725174569888,0.0,0.00973834283450903,0.153725174569888,0.0,0.0349016214659244,0.153725174569888,0.0,0.00702369572362056,0.153725174569888,0.0,0.0495571172992174,0.5,0.153725174569888,0.0,0.0182577708661612,0,0.0460949698204585,0.00316506522886627 -5853,0.5,0.153725174569888,0.0,0.033494450005706,0.153725174569888,0.0,0.0412718321719673,0.153725174569888,0.0,0.0240939281794392,0.153725174569888,0.0,0.0457227165113096,0.153725174569888,0.0,0.00758534864299131,0.153725174569888,0.0,0.0103060335465167,0.153725174569888,0.0,0.00792516622204024,0.153725174569888,0.0,0.00470257191355099,0.5,0.153725174569888,0.0,0.00118777520112486,0.153725174569888,0.0,0.0114602760667123,0.5,0.153725174569888,0.0,0.00518938231346105,0.153725174569888,0.0,0.0193418547068061,0.153725174569888,0.0,0.014847996641963,0.153725174569888,0.0,0.00936998275795835,0.153725174569888,0.0,0.0400264600214625,0.153725174569888,0.0,0.00862556186270005,0.153725174569888,0.0,0.0519763660477384,0.5,0.153725174569888,0.0,0.0370494580374019,0,0.0480137102855707,0.000207552295437221 -5854,0.5,0.153725174569888,0.0,0.0335799744398045,0.153725174569888,0.0,0.0329496110577025,0.153725174569888,0.0,0.0225667812581211,0.153725174569888,0.0,0.0391785564458266,0.153725174569888,0.0,0.00625295023484339,0.153725174569888,0.0,0.0116490479080268,0.153725174569888,0.0,0.00857349535066256,0.153725174569888,0.0,0.00582577440821371,0.5,0.153725174569888,0.0,0.000624433425940952,0.153725174569888,0.0,0.00912327201123257,0.5,0.153725174569888,0.0,0.00313458270262567,0.153725174569888,0.0,0.0141655708192745,0.153725174569888,0.0,0.0107008364456114,0.153725174569888,0.0,0.00769558488014939,0.153725174569888,0.0,0.0390597218467958,0.153725174569888,0.0,0.00787253166319894,0.153725174569888,0.0,0.0539137036185422,0.5,0.153725174569888,0.0,0.0543375426107155,0,0.0472604622643976,9.86021875664469e-05 -5855,0.5,0.153725174569888,0.0,0.0329675942766374,0.153725174569888,0.0,0.0326278821291993,0.153725174569888,0.0,0.0266714059733354,0.153725174569888,0.0,0.0322846203367353,0.153725174569888,0.0,0.00433828014333487,0.153725174569888,0.0,0.0113077251230738,0.153725174569888,0.0,0.0101632981486789,0.153725174569888,0.0,0.00612117279755444,0.5,0.153725174569888,0.0,0.000678409207714987,0.153725174569888,0.0,0.0085707726281674,0.5,0.153725174569888,0.0,0.00213388779696432,0.153725174569888,0.0,0.0122460041022941,0.153725174569888,0.0,0.00778400340997808,0.153725174569888,0.0,0.00600410643456842,0.153725174569888,0.0,0.0314653949777667,0.153725174569888,0.0,0.0064326829374881,0.153725174569888,0.0,0.0494924184506896,0.5,0.153725174569888,0.0,0.0471956180742869,0,0.0443487608626047,5.63158277043079e-05 -5856,0.5,0.153725174569888,0.0,0.0302117096280666,0.153725174569888,0.0,0.0263807733150965,0.153725174569888,0.0,0.0270272554600686,0.153725174569888,0.0,0.0307010370483614,0.153725174569888,0.0,0.00271719879326333,0.153725174569888,0.0,0.0106827271627137,0.153725174569888,0.0,0.0101209004582832,0.153725174569888,0.0,0.00669298926478244,0.5,0.153725174569888,0.0,0.00151706307383774,0.153725174569888,0.0,0.0075065541535,0.5,0.153725174569888,0.0,0.00405762738762412,0.153725174569888,0.0,0.0123833565455622,0.153725174569888,0.0,0.00601195199575656,0.153725174569888,0.0,0.00399414221083104,0.153725174569888,0.0,0.0219901403286547,0.153725174569888,0.0,0.00528618628000612,0.153725174569888,0.0,0.0457403160336859,0.5,0.153725174569888,0.0,0.0363413303312152,0,0.0284115639884789,2.03085476438121e-05 -5857,0.5,0.153725174569888,0.0,0.0283747275218221,0.153725174569888,0.0,0.0162362853054946,0.153725174569888,0.0,0.0272586648423659,0.153725174569888,0.0,0.029996459380584,0.153725174569888,0.0,0.00200771893519314,0.153725174569888,0.0,0.00949253123614616,0.153725174569888,0.0,0.00656992855803471,0.153725174569888,0.0,0.00673687073031324,0.5,0.153725174569888,0.0,0.0022143494269847,0.153725174569888,0.0,0.00733965801479622,0.5,0.153725174569888,0.0,0.00826451576242844,0.153725174569888,0.0,0.0130723508469552,0.153725174569888,0.0,0.00513292502380757,0.153725174569888,0.0,0.0028130335500989,0.153725174569888,0.0,0.0158182006361258,0.153725174569888,0.0,0.00590857460154593,0.153725174569888,0.0,0.0544012940717939,0.5,0.153725174569888,0.0,0.0306926801298496,0,0.0183952277497287,5.42477629242156e-07 -5858,0.5,0.153725174569888,0.0,0.0255123746962208,0.153725174569888,0.0,0.0131422724974922,0.153725174569888,0.0,0.0282140444060529,0.153725174569888,0.0,0.0286155330343958,0.153725174569888,0.0,0.00167454846012043,0.153725174569888,0.0,0.00824813609258141,0.153725174569888,0.0,0.0037641572908801,0.153725174569888,0.0,0.00643601965639872,0.5,0.153725174569888,0.0,0.00281835888587223,0.153725174569888,0.0,0.00844130628037234,0.5,0.153725174569888,0.0,0.0107099438967755,0.153725174569888,0.0,0.0148834884858894,0.153725174569888,0.0,0.0037296354237511,0.153725174569888,0.0,0.00333452956568563,0.153725174569888,0.0,0.0130333393956326,0.153725174569888,0.0,0.00757548985071563,0.153725174569888,0.0,0.0707970344387309,0.5,0.153725174569888,0.0,0.020823210537199,0,0.0173914585767132,0.0 -5859,0.5,0.153725174569888,0.0,0.0203623093990521,0.153725174569888,0.0,0.0134352703563006,0.153725174569888,0.0,0.0300269117462401,0.153725174569888,0.0,0.028447147513722,0.153725174569888,0.0,0.00202386518796721,0.153725174569888,0.0,0.00619243683732238,0.153725174569888,0.0,0.00220595610483136,0.153725174569888,0.0,0.00538552113115069,0.5,0.153725174569888,0.0,0.00354651589550996,0.153725174569888,0.0,0.0134779541854324,0.5,0.153725174569888,0.0,0.0124358578384787,0.153725174569888,0.0,0.0246873416718443,0.153725174569888,0.0,0.00201108920932944,0.153725174569888,0.0,0.00458549774643952,0.153725174569888,0.0,0.0129130529990937,0.153725174569888,0.0,0.0104252645154889,0.153725174569888,0.0,0.0819237052779553,0.5,0.153725174569888,0.0,0.0187319803413834,0,0.0203392622838957,8.28422067092389e-07 -5860,0.5,0.153725174569888,0.0,0.0157958738249117,0.153725174569888,0.0,0.0145300184186718,0.153725174569888,0.0,0.0303646846893024,0.153725174569888,0.0,0.0262254498328314,0.153725174569888,0.0,0.00339789080404487,0.153725174569888,0.0,0.00344453152508765,0.153725174569888,0.0,0.000935043774313407,0.153725174569888,0.0,0.00321995981088002,0.5,0.153725174569888,0.0,0.00455086576515894,0.153725174569888,0.0,0.0183490939937379,0.5,0.153725174569888,0.0,0.015405155664022,0.153725174569888,0.0,0.0442858204755501,0.153725174569888,0.0,0.00218628208650103,0.153725174569888,0.0,0.00361694883445951,0.153725174569888,0.0,0.0135397776941407,0.153725174569888,0.0,0.0141139041608241,0.153725174569888,0.0,0.0897776563908228,0.5,0.153725174569888,0.0,0.0190137968656843,0,0.0279582981628907,4.51175357617487e-06 -5861,0.5,0.153725174569888,0.0,0.0144354602220039,0.153725174569888,0.0,0.0149409865274315,0.153725174569888,0.0,0.029369975267405,0.153725174569888,0.0,0.0252640102368104,0.153725174569888,0.0,0.00341870156729247,0.153725174569888,0.0,0.00183427161772007,0.153725174569888,0.0,0.00199551653285712,0.153725174569888,0.0,0.00214874357000938,0.5,0.153725174569888,0.0,0.00577515461551781,0.153725174569888,0.0,0.030028135689082,0.5,0.153725174569888,0.0,0.0201314200810348,0.153725174569888,0.0,0.0666648644047733,0.153725174569888,0.0,0.00393081730011105,0.153725174569888,0.0,0.00303439711947775,0.153725174569888,0.0,0.0142117249845171,0.153725174569888,0.0,0.017195934877847,0.153725174569888,0.0,0.100489160541454,0.5,0.153725174569888,0.0,0.0213397134630587,0,0.0404791539778104,8.15997186045639e-06 -5862,0.5,0.153725174569888,8.35302872811552e-05,0.0163939050994374,0.153725174569888,0.0,0.0148192775245487,0.153725174569888,0.0,0.027406237489211,0.153725174569888,9.82816630321736e-05,0.0249212297172338,0.153725174569888,0.0,0.00232173094656139,0.153725174569888,0.0,0.00137296640293234,0.153725174569888,0.0,0.00299312817558404,0.153725174569888,0.0,0.00378088976062527,0.5,0.153725174569888,0.0,0.00997776610319698,0.153725174569888,0.0,0.0390493218589937,0.5,0.153725174569888,0.0,0.0276192238320234,0.153725174569888,0.0,0.0833638888713171,0.153725174569888,0.0,0.0077490859434292,0.153725174569888,0.0,0.00332405059877258,0.153725174569888,0.0,0.0165620709783454,0.153725174569888,0.0,0.0188747818996558,0.153725174569888,0.0,0.116147163939918,0.5,0.153725174569888,0.0,0.019071759408509,0,0.0509034121332305,2.94840331635451e-05 -5863,0.5,0.153725174569888,0.0339185800102869,0.0200822786541345,0.153725174569888,0.00562000794712385,0.016702188247997,0.153725174569888,0.00369047377525381,0.0278830175553361,0.153725174569888,0.0270008745640526,0.0261309488482756,0.153725174569888,0.00159280781846695,0.00142565731144239,0.153725174569888,0.0209249288960171,0.00148539069421235,0.153725174569888,0.020665939752928,0.00332484944778476,0.153725174569888,0.0271358643504942,0.00398809933576161,0.5,0.153725174569888,0.0188297191317441,0.0176422373937256,0.153725174569888,0.000329590178651222,0.034031504920015,0.5,0.153725174569888,0.0017853506294685,0.0425105560599434,0.153725174569888,0.00185705697865776,0.0908646989551566,0.153725174569888,0.0101424204566682,0.0129862087952482,0.153725174569888,0.00490427584614426,0.00368838133186005,0.153725174569888,0.0269655602356959,0.0184678330570969,0.153725174569888,0.0184080661846845,0.0217006971533611,0.153725174569888,0.00223539729730778,0.128708004634826,0.5,0.153725174569888,0.00410832070422361,0.0168696798958706,0,0.0620865081126548,5.04975077969845e-05 -5864,0.5,0.153725174569888,0.115219007595099,0.0343624703927313,0.153725174569888,0.0413461613901098,0.0238238347189599,0.153725174569888,0.0185003488690035,0.03188786712871,0.153725174569888,0.0905424591422169,0.03353657723467,0.153725174569888,0.00892414393273897,0.00122237950612041,0.153725174569888,0.111198232583619,0.00101607934623029,0.153725174569888,0.094536660802351,0.00229482047434432,0.153725174569888,0.140408973734263,0.00220561616270403,0.5,0.153725174569888,0.095987816393951,0.0146690655267969,0.153725174569888,0.0019341132459292,0.0297146671083031,0.5,0.153725174569888,0.014890894094882,0.0941587277079035,0.153725174569888,0.00771904422585419,0.113139290991576,0.153725174569888,0.0435267007839088,0.0172166681762996,0.153725174569888,0.0275240860411781,0.00488021361610114,0.153725174569888,0.114488307364057,0.0289646218262129,0.153725174569888,0.079339628871103,0.0321413960774165,0.153725174569888,0.0114237173218946,0.147679452244584,0.5,0.153725174569888,0.0211241606170898,0.0221879937691132,0,0.0828001736906163,0.00011663499097248 -5865,0.5,0.153725174569888,0.22310216776588,0.0700807361280042,0.153725174569888,0.0970033832179996,0.0438016313900635,0.153725174569888,0.0462123372594376,0.0374886844200288,0.153725174569888,0.179699843212621,0.0496255720084575,0.153725174569888,0.0354976406274581,0.00292727589173159,0.153725174569888,0.209978514471474,0.00145555925853755,0.153725174569888,0.19874863895286,0.0114677862310039,0.153725174569888,0.282088287150157,0.00403440690957615,0.5,0.153725174569888,0.19047522229534,0.0193180986968277,0.153725174569888,0.00701183849292105,0.0253416102975454,0.5,0.153725174569888,0.0396550101818396,0.20507480783151,0.153725174569888,0.0160067288706309,0.134006304531366,0.153725174569888,0.0949271312067767,0.0214334187838726,0.153725174569888,0.0732101903845938,0.0078007416363124,0.153725174569888,0.228266437291645,0.0648123996979835,0.153725174569888,0.149860843787234,0.0701977937433641,0.153725174569888,0.0267878334802442,0.164293633243159,0.5,0.153725174569888,0.0529379481483959,0.0355343910641383,0,0.118322490140714,7.38032426736539e-05 -5866,0.5,0.153725174569888,0.340823776578825,0.0930669273909341,0.153725174569888,0.169008255463072,0.0637854035493023,0.153725174569888,0.0597267516940581,0.0388321444504809,0.153725174569888,0.274964319759483,0.0675122691132127,0.153725174569888,0.144353526611438,0.00494522107435592,0.153725174569888,0.301423871425129,0.00763608500611788,0.153725174569888,0.312473430266113,0.0512762445860311,0.153725174569888,0.42736169379242,0.0156410065310884,0.5,0.153725174569888,0.297457448793447,0.0577826926548327,0.153725174569888,0.0198306179752175,0.0232388159167916,0.5,0.153725174569888,0.0735350696412329,0.318987762201473,0.153725174569888,0.0289302831152743,0.148493734847691,0.153725174569888,0.188968811552772,0.0322469442185324,0.153725174569888,0.171803067635909,0.0137959330747753,0.153725174569888,0.330904976604402,0.104953157675209,0.153725174569888,0.225954623112387,0.146852544269378,0.153725174569888,0.0511542952561229,0.172508385093092,0.5,0.153725174569888,0.105544695419227,0.0472603883018327,0,0.136054941142344,8.23621792053995e-05 -5867,0.5,0.153725174569888,0.448023457068179,0.123837322399894,0.153725174569888,0.20661381458317,0.0726679355426254,0.153725174569888,0.0897879122251795,0.0482153235363327,0.153725174569888,0.388778920860858,0.094390486196536,0.153725174569888,0.288950242923751,0.0044366370790221,0.153725174569888,0.406831615908078,0.0225158702462149,0.153725174569888,0.42458752693456,0.0678632153099247,0.153725174569888,0.554399994692333,0.0445287133782874,0.5,0.153725174569888,0.40804706005142,0.139732777025793,0.153725174569888,0.0315955397667741,0.0237297897633998,0.5,0.153725174569888,0.129153582025596,0.321667001573134,0.153725174569888,0.0515213537249383,0.18378453943665,0.153725174569888,0.305601169419958,0.0293457772574128,0.153725174569888,0.322510193548513,0.022150767477785,0.153725174569888,0.408231661672028,0.109320058503971,0.153725174569888,0.294879306404476,0.1895082693148,0.153725174569888,0.0952922816729042,0.204398918008538,0.5,0.153725174569888,0.174211738030941,0.0695912329193618,0,0.116372746221894,7.94212281715849e-05 -5868,0.5,0.153725174569888,0.534577162249263,0.140434197696615,0.153725174569888,0.282308560468875,0.0630329795694868,0.153725174569888,0.119413213497564,0.0617707040220478,0.153725174569888,0.498700442460427,0.127093131373769,0.153725174569888,0.487876223029793,0.00764266536641613,0.153725174569888,0.534319783393433,0.0406537561362598,0.153725174569888,0.594398455713504,0.0719095336172206,0.153725174569888,0.621699859442559,0.073746614627099,0.5,0.153725174569888,0.473966938371963,0.249531964769796,0.153725174569888,0.0462289241277682,0.0248734398509855,0.5,0.153725174569888,0.156080886243033,0.350930019197331,0.153725174569888,0.0682317128022547,0.215979735673088,0.153725174569888,0.326385077069972,0.02520222588006,0.153725174569888,0.382359624243782,0.0343544051617237,0.153725174569888,0.413708418165969,0.0874165027944621,0.153725174569888,0.315519394431157,0.181663355028123,0.153725174569888,0.144329429066002,0.239264366575588,0.5,0.153725174569888,0.255012712378544,0.107298839482279,0,0.0958449283940038,6.74676883250329e-05 -5869,0.5,0.153725174569888,0.59081957113327,0.138505062991779,0.153725174569888,0.284865519716464,0.0635299784491845,0.153725174569888,0.184061073308717,0.0765709928721387,0.153725174569888,0.56814709298873,0.148121969396022,0.153725174569888,0.532467477471379,0.0199142998274634,0.153725174569888,0.576274882163942,0.0420761215943343,0.153725174569888,0.648975570956331,0.0636623756817002,0.153725174569888,0.621420968028714,0.0964736093304331,0.5,0.153725174569888,0.458051023077117,0.372004447799492,0.153725174569888,0.0825230902925479,0.0269766625367161,0.5,0.153725174569888,0.126420631111657,0.334644242364233,0.153725174569888,0.0646352978302172,0.242049821510052,0.153725174569888,0.298927466280845,0.0256949749505666,0.153725174569888,0.342375986547362,0.0449135575143231,0.153725174569888,0.389146702264667,0.0641207642716322,0.153725174569888,0.281053566918558,0.158589219771295,0.153725174569888,0.211385805189875,0.282131997247649,0.5,0.153725174569888,0.305652190916116,0.135252810880882,0,0.0830062885851984,0.000245073138190091 -5870,0.5,0.153725174569888,0.599025467365757,0.130585126155626,0.153725174569888,0.324725017532667,0.0575627176762933,0.153725174569888,0.294874131764471,0.0822197227567338,0.153725174569888,0.584481863169728,0.155867926222654,0.153725174569888,0.523095739028755,0.0285706318384075,0.153725174569888,0.628507985192593,0.0540305421566795,0.153725174569888,0.595931044469009,0.0497411803097063,0.153725174569888,0.568271076153423,0.112589238415082,0.5,0.153725174569888,0.342478809883478,0.407831761670074,0.153725174569888,0.15270154387313,0.0351019877097767,0.5,0.153725174569888,0.100468547226378,0.258639128277168,0.153725174569888,0.0655550785029892,0.222090450153058,0.153725174569888,0.291883138292646,0.0288820795918769,0.153725174569888,0.29645105860553,0.0565506682196011,0.153725174569888,0.294193258835688,0.0505998939112931,0.153725174569888,0.171393790464744,0.130359281747918,0.153725174569888,0.276506309771373,0.306427317815906,0.5,0.153725174569888,0.31414834467178,0.142970181758902,0,0.0824840433946389,0.00148878458819701 -5871,0.5,0.153725174569888,0.540300023253031,0.133697532318733,0.153725174569888,0.278805315129439,0.0511334013316696,0.153725174569888,0.370827140419998,0.080412804229898,0.153725174569888,0.505793694755598,0.15253293618693,0.153725174569888,0.492755323832194,0.0332473607338845,0.153725174569888,0.578756478379321,0.0676390497420835,0.153725174569888,0.442978573709175,0.0302801836369433,0.153725174569888,0.405459831573234,0.108814800870154,0.5,0.153725174569888,0.192848307597703,0.330282191402152,0.153725174569888,0.140658854133265,0.0296255433004836,0.5,0.153725174569888,0.123206118128177,0.23520155717246,0.153725174569888,0.0822283015730788,0.163690676752425,0.153725174569888,0.260640203535097,0.0352741900780708,0.153725174569888,0.250631243433079,0.0689649143642114,0.153725174569888,0.257399987897524,0.0438015070154317,0.153725174569888,0.154283053976859,0.107938292032628,0.153725174569888,0.27832893741026,0.292876333488099,0.5,0.153725174569888,0.276409612853763,0.105821499475574,0,0.0924092176765042,0.00486866167559887 -5872,0.5,0.153725174569888,0.425110143355061,0.155439555949854,0.153725174569888,0.22198278655618,0.0610696329631241,0.153725174569888,0.331584812441178,0.0837218507497421,0.153725174569888,0.399379234767021,0.145356840035746,0.153725174569888,0.388406443189913,0.0401095794944467,0.153725174569888,0.463994904156817,0.0679008408597528,0.153725174569888,0.289955063941352,0.0204236341761862,0.153725174569888,0.236726029700972,0.0790367227747346,0.5,0.153725174569888,0.129307010634905,0.213291721833357,0.153725174569888,0.1320892090748,0.0235903449777631,0.5,0.153725174569888,0.166015564150159,0.329065303068182,0.153725174569888,0.0812058126851135,0.134208898295409,0.153725174569888,0.237063969084048,0.0517487473379103,0.153725174569888,0.224472536545119,0.0951251018459239,0.153725174569888,0.201207515106272,0.0452487154019153,0.153725174569888,0.164496964563002,0.0970468905371864,0.153725174569888,0.241116427504938,0.260675455402266,0.5,0.153725174569888,0.252485394121968,0.0682042487464413,0,0.10972444578861,0.00899713081732706 -5873,0.5,0.153725174569888,0.296722489659379,0.171762056037739,0.153725174569888,0.175932040194888,0.0635337502904383,0.153725174569888,0.253479468951595,0.0811931166005397,0.153725174569888,0.276107396380728,0.084890900992297,0.153725174569888,0.287333128690071,0.0447459438387278,0.153725174569888,0.344289277474037,0.0520753359822427,0.153725174569888,0.179947013174459,0.019717719763114,0.153725174569888,0.140791557768596,0.0549551510440811,0.5,0.153725174569888,0.0691432294229675,0.129758118155748,0.153725174569888,0.11918624282318,0.0177345861575164,0.5,0.153725174569888,0.136817284277462,0.294309479043675,0.153725174569888,0.0756302668660124,0.103355261603497,0.153725174569888,0.161549685297824,0.0661883275709264,0.153725174569888,0.201080539848745,0.127083036642168,0.153725174569888,0.146056042863334,0.049688865095909,0.153725174569888,0.135073512999194,0.0725857213096776,0.153725174569888,0.178473168952656,0.20786329637309,0.5,0.153725174569888,0.186705388432797,0.0259946793919251,0,0.127685543056698,0.0129112019397785 -5874,0.5,0.153725174569888,0.0875841729516926,0.14192242183445,0.153725174569888,0.0994163880683792,0.0511297553164349,0.153725174569888,0.0800309029840265,0.0401433236598662,0.153725174569888,0.0716624823042004,0.0384090933097976,0.153725174569888,0.170347367382674,0.0348338405170099,0.153725174569888,0.208473982894728,0.0267447688776462,0.153725174569888,0.0969310228928565,0.0137379263999371,0.153725174569888,0.078220771793464,0.032796234668815,0.5,0.153725174569888,0.034018851757189,0.0757449079830265,0.153725174569888,0.0711503082522034,0.00993919433929647,0.5,0.153725174569888,0.0766408953162287,0.19679628770193,0.153725174569888,0.0491355065319226,0.0856642046073828,0.153725174569888,0.0778898932041504,0.0542697006869004,0.153725174569888,0.124341879906753,0.129649721295377,0.153725174569888,0.0735110633728561,0.0403291546982215,0.153725174569888,0.0741803766804619,0.0374096168255666,0.153725174569888,0.0829127185336685,0.14394016183825,0.5,0.153725174569888,0.0708608069937798,0.0142023780994224,0,0.130615616599391,0.0134562896771879 -5875,0.5,0.153725174569888,0.0,0.135940569776145,0.153725174569888,0.0,0.0776988060149052,0.153725174569888,0.0,0.0467168146200704,0.153725174569888,0.0,0.0394453570717977,0.153725174569888,0.0,0.0395727749571188,0.153725174569888,0.00588290945412885,0.0169237082711843,0.153725174569888,0.0,0.0164720592313135,0.153725174569888,0.00179984285574116,0.0247791655114212,0.5,0.153725174569888,0.0,0.0520717789722778,0.153725174569888,0.0,0.00724584170218619,0.5,0.153725174569888,0.0,0.134406557318362,0.153725174569888,3.24311810837824e-05,0.0775486942574802,0.153725174569888,0.0,0.047458634111011,0.153725174569888,0.0,0.0733483144779609,0.153725174569888,0.0,0.0293829388411532,0.153725174569888,0.0,0.03251704014767,0.153725174569888,0.0,0.116821837017296,0.5,0.153725174569888,0.0,0.0304182869973914,0,0.114093809962438,0.011685376842173 -5876,0.5,0.153725174569888,0.0,0.137653201500788,0.153725174569888,0.0,0.112375997251318,0.153725174569888,0.0,0.0465360496472868,0.153725174569888,0.0,0.0371838247977912,0.153725174569888,0.0,0.0677224974456517,0.153725174569888,0.0,0.0216074518910014,0.153725174569888,0.0,0.0195948514400779,0.153725174569888,0.0,0.0276901052764947,0.5,0.153725174569888,0.0,0.0459296852442491,0.153725174569888,0.0,0.0110853109093338,0.5,0.153725174569888,0.0,0.115553366388486,0.153725174569888,0.0,0.0636577815247369,0.153725174569888,0.0,0.0542925447397689,0.153725174569888,0.0,0.0665220106877097,0.153725174569888,0.0,0.0329475473834433,0.153725174569888,0.0,0.0316018565715763,0.153725174569888,0.0,0.100044521236233,0.5,0.153725174569888,0.0,0.0535210633697661,0,0.0948563459993346,0.0115141230191366 -5877,0.5,0.153725174569888,0.0,0.11819194228516,0.153725174569888,0.0,0.113974935660069,0.153725174569888,0.0,0.0397179531831257,0.153725174569888,0.0,0.0357561870547553,0.153725174569888,0.0,0.0912851167308732,0.153725174569888,0.0,0.0278031499379648,0.153725174569888,0.0,0.0202546361531613,0.153725174569888,0.0,0.0258716283792358,0.5,0.153725174569888,0.0,0.0470781553919327,0.153725174569888,0.0,0.0151731771443052,0.5,0.153725174569888,0.0,0.102467079510205,0.153725174569888,0.0,0.0556340051971219,0.153725174569888,0.0,0.0522567080633873,0.153725174569888,0.0,0.0644743692395485,0.153725174569888,0.0,0.0410400717467752,0.153725174569888,0.0,0.0272201911579195,0.153725174569888,0.0,0.0931935155767419,0.5,0.153725174569888,0.0,0.0745136601518338,0,0.0759080563498668,0.0111072878778151 -5878,0.5,0.153725174569888,0.0,0.0961221644153763,0.153725174569888,0.0,0.103902581252774,0.153725174569888,0.0,0.0314447864549027,0.153725174569888,0.0,0.0333152119890572,0.153725174569888,0.0,0.0902046234182334,0.153725174569888,0.0,0.0398538454991687,0.153725174569888,0.0,0.0241492815025304,0.153725174569888,0.0,0.0272123533456484,0.5,0.153725174569888,0.0,0.0528282841393282,0.153725174569888,0.0,0.0228007186785283,0.5,0.153725174569888,0.0,0.105216768316503,0.153725174569888,0.0,0.0626961803087498,0.153725174569888,0.0,0.0489657131837182,0.153725174569888,0.0,0.0632388869139214,0.153725174569888,0.0,0.0486152870378086,0.153725174569888,0.0,0.0267670058921665,0.153725174569888,0.0,0.0873554599341329,0.5,0.153725174569888,0.0,0.0937946013041003,0,0.0681998800857924,0.0122650543282245 -5879,0.5,0.153725174569888,0.0,0.0856638065308564,0.153725174569888,0.0,0.0957639726174659,0.153725174569888,0.0,0.0269470646009822,0.153725174569888,0.0,0.031486532794552,0.153725174569888,0.0,0.0723094422189913,0.153725174569888,0.0,0.0465095452611645,0.153725174569888,0.0,0.0251742062213797,0.153725174569888,0.0,0.0263558339380136,0.5,0.153725174569888,0.0,0.0586699136088248,0.153725174569888,0.0,0.0317135623980616,0.5,0.153725174569888,0.0,0.114006151788873,0.153725174569888,0.0,0.0723876666323351,0.153725174569888,0.0,0.0462501746639467,0.153725174569888,0.0,0.0609542775551315,0.153725174569888,0.0,0.0496067554158948,0.153725174569888,0.0,0.0297596599072203,0.153725174569888,0.0,0.0817666468653972,0.5,0.153725174569888,0.0,0.110751685162653,0,0.0709372183018938,0.0175277829312711 -5880,0.5,0.153725174569888,0.0,0.0793799575150762,0.153725174569888,0.0,0.0799228178160197,0.153725174569888,0.0,0.0231991640711921,0.153725174569888,0.0,0.0305732692503718,0.153725174569888,0.0,0.0533735369241435,0.153725174569888,0.0,0.053009841689977,0.153725174569888,0.0,0.021760954440142,0.153725174569888,0.0,0.022238569289045,0.5,0.153725174569888,0.0,0.058059840354268,0.153725174569888,0.0,0.0356702332314249,0.5,0.153725174569888,0.0,0.105987662643369,0.153725174569888,0.0,0.0717767874413357,0.153725174569888,0.0,0.0451522380251335,0.153725174569888,0.0,0.0597850695057304,0.153725174569888,0.0,0.046114540416834,0.153725174569888,0.0,0.0317822395984981,0.153725174569888,0.0,0.0719163604840565,0.5,0.153725174569888,0.0,0.10520539979776,0,0.0799817888203735,0.0323334187592204 -5881,0.5,0.153725174569888,0.0,0.0717924563977322,0.153725174569888,0.0,0.0688051788768184,0.153725174569888,0.0,0.0174362240912053,0.153725174569888,0.0,0.031343858781209,0.153725174569888,0.0,0.0409266837229471,0.153725174569888,0.0,0.0538752244271267,0.153725174569888,0.0,0.0143942585655751,0.153725174569888,0.0,0.0208398737182245,0.5,0.153725174569888,0.0,0.0548647169536592,0.153725174569888,0.0,0.0423773059997786,0.5,0.153725174569888,0.0,0.0873155531836301,0.153725174569888,0.0,0.0752297218113354,0.153725174569888,0.0,0.0453708006815103,0.153725174569888,0.0,0.0597998483950357,0.153725174569888,0.0,0.0402965460102216,0.153725174569888,0.0,0.0316721214578085,0.153725174569888,0.0,0.0629640375506012,0.5,0.153725174569888,0.0,0.0850356126571077,0,0.0839408170071797,0.0555211029204795 -5882,0.5,0.153725174569888,0.0,0.0635502552925737,0.153725174569888,0.0,0.0622062150608758,0.153725174569888,0.0,0.0122618422600579,0.153725174569888,0.0,0.0294716264399596,0.153725174569888,0.0,0.0332572752211574,0.153725174569888,0.0,0.0519434609435878,0.153725174569888,0.0,0.00875715371783406,0.153725174569888,0.0,0.0180520820784738,0.5,0.153725174569888,0.0,0.0560786006786127,0.153725174569888,0.0,0.0405285100666764,0.5,0.153725174569888,0.0,0.0680044014619195,0.153725174569888,0.0,0.0805938378138085,0.153725174569888,0.0,0.045821224115946,0.153725174569888,0.0,0.05844726490969,0.153725174569888,0.0,0.0362159839868035,0.153725174569888,0.0,0.0295442631527346,0.153725174569888,0.0,0.0555143031645283,0.5,0.153725174569888,0.0,0.0650286745417191,0,0.0827536195172607,0.0776772088929669 -5883,0.5,0.153725174569888,0.0,0.0580415093355254,0.153725174569888,0.0,0.0575773900668093,0.153725174569888,0.0,0.0107599094489322,0.153725174569888,0.0,0.029397084438183,0.153725174569888,0.0,0.0294765088401963,0.153725174569888,0.0,0.0450215651793812,0.153725174569888,0.0,0.00615568770993499,0.153725174569888,0.0,0.0131571395672327,0.5,0.153725174569888,0.0,0.0607697435470385,0.153725174569888,0.0,0.033559981617461,0.5,0.153725174569888,0.0,0.060989702423849,0.153725174569888,0.0,0.0776131084325434,0.153725174569888,0.0,0.0488078606148979,0.153725174569888,0.0,0.0558570103497258,0.153725174569888,0.0,0.0335390545304891,0.153725174569888,0.0,0.0285055238218182,0.153725174569888,0.0,0.050433924040851,0.5,0.153725174569888,0.0,0.0527715089202116,0,0.0824549810480833,0.0853110733191931 -5884,0.5,0.153725174569888,0.0,0.0562944224531288,0.153725174569888,0.0,0.0578489324971836,0.153725174569888,0.0,0.011194120741845,0.153725174569888,0.0,0.029103891741475,0.153725174569888,0.0,0.0272527012801152,0.153725174569888,0.0,0.0358442612302662,0.153725174569888,0.0,0.00625656163466469,0.153725174569888,0.0,0.00993659307527774,0.5,0.153725174569888,0.0,0.0682951870290244,0.153725174569888,0.0,0.0345664610646014,0.5,0.153725174569888,0.0,0.0539853961272586,0.153725174569888,0.0,0.0699762959356684,0.153725174569888,0.0,0.053978446088247,0.153725174569888,0.0,0.0555888962391134,0.153725174569888,0.0,0.0335885578792774,0.153725174569888,0.0,0.0269773262319988,0.153725174569888,0.0,0.0510692163737408,0.5,0.153725174569888,0.0,0.0487804538348392,0,0.0823484340627157,0.0728072024994174 -5885,0.5,0.153725174569888,0.0,0.0565596308611598,0.153725174569888,0.0,0.0618581964658983,0.153725174569888,0.0,0.0127047451627323,0.153725174569888,0.0,0.0330854569983821,0.153725174569888,0.0,0.0267371033362555,0.153725174569888,0.0,0.026867673126571,0.153725174569888,0.0,0.00691415639967724,0.153725174569888,0.0,0.00895771801969602,0.5,0.153725174569888,0.0,0.0681782470588239,0.153725174569888,0.0,0.0400772238330015,0.5,0.153725174569888,0.0,0.0445011620640561,0.153725174569888,0.0,0.0559324263443562,0.153725174569888,0.0,0.0601419374139298,0.153725174569888,0.0,0.0564288886200251,0.153725174569888,0.0,0.0356763735848944,0.153725174569888,0.0,0.0288732961783944,0.153725174569888,0.0,0.0511227945642327,0.5,0.153725174569888,0.0,0.0470190638673995,0,0.0828429548350249,0.0497339715559869 -5886,0.5,0.153725174569888,2.15667691903682e-05,0.0593656043132937,0.153725174569888,0.0,0.0671476098897333,0.153725174569888,0.0,0.0168141632950762,0.153725174569888,4.50616658193345e-05,0.0383119162352834,0.153725174569888,0.0,0.0293193786444457,0.153725174569888,0.0,0.0237049024562812,0.153725174569888,0.0,0.00826983450406421,0.153725174569888,0.0,0.00895781715491893,0.5,0.153725174569888,0.0,0.0639928879543957,0.153725174569888,0.0,0.0513557184491572,0.5,0.153725174569888,0.0,0.0438394190130973,0.153725174569888,0.0,0.0448257263894601,0.153725174569888,0.0,0.0665183567993342,0.153725174569888,0.0,0.0583215081231711,0.153725174569888,0.0,0.0369349346579136,0.153725174569888,0.0,0.0344905700193946,0.153725174569888,0.0,0.0512005463219432,0.5,0.153725174569888,0.0,0.0454893801561846,0,0.0868309177889508,0.0296655850761302 -5887,0.5,0.153725174569888,0.0665007856668294,0.0551551964277802,0.153725174569888,0.0480208387208233,0.0577400390480015,0.153725174569888,0.0527123287052655,0.0169482619352431,0.153725174569888,0.06538520387072,0.037637117036739,0.153725174569888,0.0297285365934782,0.0326656618176491,0.153725174569888,0.0205886450051177,0.0255360442614021,0.153725174569888,0.0318553796248258,0.00914413906282034,0.153725174569888,0.0246881275676446,0.00949881480660269,0.5,0.153725174569888,0.0265531909345753,0.0576747019839599,0.153725174569888,0.0187532058441309,0.0667667648969045,0.5,0.153725174569888,0.0332000797427957,0.0342760864420836,0.153725174569888,0.0220235520302068,0.0425990531636611,0.153725174569888,0.0437845121101279,0.064397232548551,0.153725174569888,0.0328044279936847,0.0596174738586161,0.153725174569888,0.0437936178983962,0.0352903719422594,0.153725174569888,0.0388607675649515,0.0342351205433159,0.153725174569888,0.0370574382083111,0.0475330017465596,0.5,0.153725174569888,0.0319273629223351,0.0481111441837046,0,0.0907517009267158,0.0219327319269069 -5888,0.5,0.153725174569888,0.201518432211803,0.0875328048089854,0.153725174569888,0.174598820291433,0.0713434801956948,0.153725174569888,0.181072661712689,0.0281229232847891,0.153725174569888,0.196007102064173,0.0765534064713199,0.153725174569888,0.143946626527091,0.0450152872255814,0.153725174569888,0.125747523107579,0.031754488433152,0.153725174569888,0.149628410757493,0.0109987252040336,0.153725174569888,0.139315801529541,0.00968208785948984,0.5,0.153725174569888,0.143254491254661,0.0557927486300263,0.153725174569888,0.0923667509906573,0.112165029150951,0.5,0.153725174569888,0.138421061910505,0.0520443502784183,0.153725174569888,0.107877864363181,0.0604064657542522,0.153725174569888,0.1659446443664,0.0721528821308899,0.153725174569888,0.145440787161359,0.0784514466355028,0.153725174569888,0.168951678426896,0.0464504215766142,0.153725174569888,0.162345142554599,0.0350504898989295,0.153725174569888,0.135865128969541,0.0625500742081347,0.5,0.153725174569888,0.103454625711593,0.0862529593036694,0,0.0995431330296442,0.0230867290018652 -5889,0.5,0.153725174569888,0.344641990414816,0.189694424647029,0.153725174569888,0.318082085883692,0.139310364388619,0.153725174569888,0.323568422829845,0.115742843922961,0.153725174569888,0.337145845409423,0.18296714351247,0.153725174569888,0.289323365622236,0.123874590655716,0.153725174569888,0.267134089901681,0.0740705793935546,0.153725174569888,0.294186756552353,0.0416298898114909,0.153725174569888,0.284484829831369,0.0258863636550719,0.5,0.153725174569888,0.290850161281022,0.135251285473432,0.153725174569888,0.191768721710627,0.164099110847734,0.5,0.153725174569888,0.246983581410576,0.196120522060802,0.153725174569888,0.219930234756013,0.14160787608669,0.153725174569888,0.308620831550794,0.134894743736255,0.153725174569888,0.28920752342905,0.143453018242786,0.153725174569888,0.314173386115093,0.0982778484916574,0.153725174569888,0.308725398333176,0.0930341187782394,0.153725174569888,0.25496915028594,0.169437410262717,0.5,0.153725174569888,0.210574949529155,0.136470238872505,0,0.150067070134875,0.0323390176824526 -5890,0.5,0.153725174569888,0.488184352972338,0.265224654932801,0.153725174569888,0.460188929105462,0.221143664003846,0.153725174569888,0.467860063591348,0.219921245596276,0.153725174569888,0.48051889168022,0.229308436412185,0.153725174569888,0.435080444767548,0.179531484155273,0.153725174569888,0.417114266352669,0.111620229943405,0.153725174569888,0.440407080296317,0.0894727478186821,0.153725174569888,0.432213152142245,0.0723927563349371,0.5,0.153725174569888,0.43883389649526,0.321544469802189,0.153725174569888,0.312091820638877,0.193748508010694,0.5,0.153725174569888,0.367159152478408,0.317107684867825,0.153725174569888,0.332192584185144,0.238289735869865,0.153725174569888,0.450410323873183,0.199305474066149,0.153725174569888,0.437273222464384,0.202027158765686,0.153725174569888,0.460241480038428,0.167574733563216,0.153725174569888,0.457937851048617,0.22140272460312,0.153725174569888,0.377631419778998,0.316333942642318,0.5,0.153725174569888,0.30799069922719,0.18707542477022,0,0.198756350275301,0.0496858109218318 -5891,0.5,0.153725174569888,0.601710570289488,0.367687570137973,0.153725174569888,0.58193357618579,0.272777416287666,0.153725174569888,0.586335854551861,0.362941798084739,0.153725174569888,0.594043819083958,0.325644435811385,0.153725174569888,0.564073067171532,0.265450179173841,0.153725174569888,0.550652929164134,0.20070873312467,0.153725174569888,0.568628455680111,0.206937348725063,0.153725174569888,0.561685754042339,0.17144819197187,0.5,0.153725174569888,0.560733958377042,0.513264598742729,0.153725174569888,0.436421837982413,0.237217517542503,0.5,0.153725174569888,0.476881549419277,0.466539390374818,0.153725174569888,0.43105056740561,0.327214607470105,0.153725174569888,0.576586985902648,0.242414431024633,0.153725174569888,0.567859859353187,0.249579220435177,0.153725174569888,0.583733745218209,0.22957762731729,0.153725174569888,0.58188666061762,0.363916683331438,0.153725174569888,0.491250363631518,0.485545063404059,0.5,0.153725174569888,0.414078008060851,0.223952398966106,0,0.220811901685304,0.0838701073525452 -5892,0.5,0.153725174569888,0.660470641309951,0.422412792236543,0.153725174569888,0.652276892240925,0.328492165796852,0.153725174569888,0.653726580804596,0.494701561804018,0.153725174569888,0.654087971847879,0.385022656124291,0.153725174569888,0.643420453201576,0.317206132580531,0.153725174569888,0.632634175324736,0.280647443613367,0.153725174569888,0.647093438163288,0.306229047561502,0.153725174569888,0.641400862610966,0.293367167885948,0.5,0.153725174569888,0.634787511396992,0.650747810252972,0.153725174569888,0.529740168690346,0.270102498179254,0.5,0.153725174569888,0.541840450403553,0.586202366403274,0.153725174569888,0.521209219468429,0.423888542001393,0.153725174569888,0.65022558511399,0.282256281997403,0.153725174569888,0.644674258734134,0.284128656584013,0.153725174569888,0.655137294324029,0.317372668801981,0.153725174569888,0.655560785390377,0.515405437536944,0.153725174569888,0.567790500390862,0.576801760035337,0.5,0.153725174569888,0.486195071019356,0.251548213888852,0,0.238619222863688,0.128744827430013 -5893,0.5,0.153725174569888,0.676618065278025,0.443805900974672,0.153725174569888,0.678282118086913,0.35394103899182,0.153725174569888,0.676310753165136,0.492374678777155,0.153725174569888,0.669319764847868,0.402276244141709,0.153725174569888,0.67485337355964,0.366484177436677,0.153725174569888,0.666794027661769,0.371721826992243,0.153725174569888,0.677978067220285,0.404415245434822,0.153725174569888,0.663407503274686,0.38300671515533,0.5,0.153725174569888,0.663765620834072,0.669148477377149,0.153725174569888,0.556184684070048,0.289898349663284,0.5,0.153725174569888,0.589198978779864,0.635868509240817,0.153725174569888,0.575435905509328,0.481552920339993,0.153725174569888,0.677381937142304,0.315215218260316,0.153725174569888,0.674011148550989,0.327776350269489,0.153725174569888,0.681011813170628,0.375476763927937,0.153725174569888,0.682688274469466,0.559485126696868,0.153725174569888,0.592328500589231,0.584189575942157,0.5,0.153725174569888,0.521552153431214,0.247780174677287,0,0.261720992702059,0.16545529213151 -5894,0.5,0.153725174569888,0.652389118811353,0.461846173955081,0.153725174569888,0.665967613076653,0.372983118639301,0.153725174569888,0.658325146864719,0.463427043282825,0.153725174569888,0.643129682738933,0.411839739902761,0.153725174569888,0.667275148142155,0.393839753760145,0.153725174569888,0.662928953351164,0.422768113177737,0.153725174569888,0.6702625849489,0.433812057958453,0.153725174569888,0.662942497014493,0.389063524373898,0.5,0.153725174569888,0.656761450952671,0.634664033492583,0.153725174569888,0.534558117187338,0.283156081316767,0.5,0.153725174569888,0.596789671267187,0.670893844036944,0.153725174569888,0.576654711500672,0.522071276353159,0.153725174569888,0.666046512468857,0.344792257243039,0.153725174569888,0.664951977226073,0.342469053678892,0.153725174569888,0.667686921576435,0.380750536738127,0.153725174569888,0.670060814856533,0.547412270716652,0.153725174569888,0.586841929556216,0.582187345535897,0.5,0.153725174569888,0.513394943172316,0.227882484754539,0,0.296152063623625,0.177274513278316 -5895,0.5,0.153725174569888,0.571888462218379,0.491939380149985,0.153725174569888,0.599107912700293,0.397870988898244,0.153725174569888,0.585850429161685,0.459462189693966,0.153725174569888,0.562020732832515,0.435696442676361,0.153725174569888,0.609133302467442,0.397126902391471,0.153725174569888,0.611794728464319,0.431140913112898,0.153725174569888,0.611219999019685,0.446050657405648,0.153725174569888,0.612227026248886,0.368075768014838,0.5,0.153725174569888,0.599186807816341,0.583218733470194,0.153725174569888,0.488326910458338,0.257675890426105,0.5,0.153725174569888,0.538628797869659,0.69432319714444,0.153725174569888,0.508030656326593,0.553656617580916,0.153725174569888,0.600677069906624,0.374610815413163,0.153725174569888,0.604715219524627,0.347984039400947,0.153725174569888,0.601034329099997,0.381677191448288,0.153725174569888,0.60488893880497,0.515623452807102,0.153725174569888,0.536429323455488,0.576531860987874,0.5,0.153725174569888,0.454702175611703,0.217440494180076,0,0.339746250054373,0.182277252233278 -5896,0.5,0.153725174569888,0.444577198073635,0.517947656483732,0.153725174569888,0.47855010997372,0.396874770979657,0.153725174569888,0.461530681990137,0.47545204338174,0.153725174569888,0.433962709637507,0.437701252808336,0.153725174569888,0.495412366993022,0.391084465873416,0.153725174569888,0.50302838766046,0.423847582589193,0.153725174569888,0.496364856626239,0.449885566931423,0.153725174569888,0.501991260621992,0.333524729602273,0.5,0.153725174569888,0.48450435945151,0.52559081442983,0.153725174569888,0.397782634087038,0.214874665055457,0.5,0.153725174569888,0.426835817671211,0.683266420307368,0.153725174569888,0.394620854237823,0.475483380903071,0.153725174569888,0.481796319271071,0.407091836957382,0.153725174569888,0.489717785492843,0.348324551559987,0.153725174569888,0.480540276440962,0.379248932579755,0.153725174569888,0.485300737651635,0.478626053533252,0.153725174569888,0.431717239655834,0.550010594549933,0.5,0.153725174569888,0.363222785414816,0.211956334280423,0,0.388493294778426,0.193979962525864 -5897,0.5,0.153725174569888,0.309778384071547,0.468237859133795,0.153725174569888,0.345081974652251,0.310286682121583,0.153725174569888,0.321505943502597,0.420861015731818,0.153725174569888,0.295666299067706,0.285795739724708,0.153725174569888,0.361006104354287,0.322108532621644,0.153725174569888,0.366868746824756,0.347929502637114,0.153725174569888,0.358468617137899,0.352696202719022,0.153725174569888,0.362741049619991,0.232287883747772,0.5,0.153725174569888,0.337015453983176,0.378336533629209,0.153725174569888,0.265873157559274,0.130004711577246,0.5,0.153725174569888,0.307090616665824,0.529360423907498,0.153725174569888,0.272129385395925,0.308640183699064,0.153725174569888,0.351177282806128,0.405512050967503,0.153725174569888,0.357543462641477,0.314570920437733,0.153725174569888,0.343797588602428,0.304429558670873,0.153725174569888,0.34371155402347,0.347151286921961,0.153725174569888,0.301905563219204,0.381363661455792,0.5,0.153725174569888,0.25613601117024,0.114105741363186,0,0.424342078730001,0.216720027322419 -5898,0.5,0.153725174569888,0.0818542992046688,0.349117523227336,0.153725174569888,0.107787749364549,0.170122859830664,0.153725174569888,0.0801040225083347,0.23233969802206,0.153725174569888,0.0670900442227453,0.153674367354721,0.153725174569888,0.174369853663993,0.150144586451407,0.153725174569888,0.219431297519995,0.170164520954882,0.153725174569888,0.159061571750415,0.179347899390124,0.153725174569888,0.20247751237148,0.116178638660126,0.5,0.153725174569888,0.17258806387967,0.22348369925585,0.153725174569888,0.0952712147092974,0.0596694879381207,0.5,0.153725174569888,0.105387543621171,0.406426859674724,0.153725174569888,0.103713563564109,0.16082280534308,0.153725174569888,0.128057196445442,0.314548236139413,0.153725174569888,0.146167084472004,0.188259471810909,0.153725174569888,0.100340144635999,0.149599373701614,0.153725174569888,0.0996314053233143,0.201532275339553,0.153725174569888,0.0918539879181208,0.273664319625967,0.5,0.153725174569888,0.0749058211725633,0.0492533025849737,0,0.414648599841847,0.238188048679766 -5899,0.5,0.153725174569888,0.0,0.272073342251605,0.153725174569888,0.0,0.176297393035705,0.153725174569888,0.0,0.163425705130392,0.153725174569888,0.0,0.13556666922687,0.153725174569888,0.0,0.152165430889005,0.153725174569888,0.0,0.155281957813628,0.153725174569888,0.0,0.164317579479215,0.153725174569888,0.0,0.104750173046572,0.5,0.153725174569888,0.0,0.199247113288695,0.153725174569888,0.0,0.0435184549623923,0.5,0.153725174569888,0.0,0.351204034685777,0.153725174569888,0.0,0.108051111783364,0.153725174569888,0.0,0.261208493003096,0.153725174569888,0.0,0.188102655274266,0.153725174569888,0.0,0.125079918368622,0.153725174569888,0.0,0.194696705792583,0.153725174569888,0.0,0.246494780477074,0.5,0.153725174569888,0.0,0.0436691891493072,0,0.398611332042126,0.249933094695043 -5900,0.5,0.153725174569888,0.0,0.230107558270927,0.153725174569888,0.0,0.207852653149514,0.153725174569888,0.0,0.135698830837927,0.153725174569888,0.0,0.129814680516681,0.153725174569888,0.0,0.164376628684806,0.153725174569888,0.0,0.163455951480952,0.153725174569888,0.0,0.155476966822937,0.153725174569888,0.0,0.104666411450496,0.5,0.153725174569888,0.0,0.196199187475391,0.153725174569888,0.0,0.0312171624550483,0.5,0.153725174569888,0.0,0.337892823619682,0.153725174569888,0.0,0.0842097799441629,0.153725174569888,0.0,0.248985351449331,0.153725174569888,0.0,0.23208496838512,0.153725174569888,0.0,0.133937459952023,0.153725174569888,0.0,0.19763602720127,0.153725174569888,0.0,0.227711049172353,0.5,0.153725174569888,0.0,0.042616491906458,0,0.403742263794469,0.256871559831292 -5901,0.5,0.153725174569888,0.0,0.189360651232031,0.153725174569888,0.0,0.210993195442592,0.153725174569888,0.0,0.111868123699202,0.153725174569888,0.0,0.118571701714976,0.153725174569888,0.0,0.155170386024823,0.153725174569888,0.0,0.148842405367102,0.153725174569888,0.0,0.135761910769164,0.153725174569888,0.0,0.0929258911239407,0.5,0.153725174569888,0.0,0.190187009554652,0.153725174569888,0.0,0.0245001216731962,0.5,0.153725174569888,0.0,0.325674968933034,0.153725174569888,0.0,0.0655324492582193,0.153725174569888,0.0,0.227952346142456,0.153725174569888,0.0,0.257519652127205,0.153725174569888,0.0,0.136578055171757,0.153725174569888,0.0,0.174974967091238,0.153725174569888,0.0,0.194205189823762,0.5,0.153725174569888,0.0,0.0446324103070337,0,0.419831699434843,0.289087198356136 -5902,0.5,0.153725174569888,0.0,0.162630866067731,0.153725174569888,0.0,0.181036071971372,0.153725174569888,0.0,0.0941659626470711,0.153725174569888,0.0,0.101390407451828,0.153725174569888,0.0,0.144836721232203,0.153725174569888,0.0,0.127631865070993,0.153725174569888,0.0,0.109815825874693,0.153725174569888,0.0,0.0753725446218421,0.5,0.153725174569888,0.0,0.179323977623961,0.153725174569888,0.0,0.0207124306375284,0.5,0.153725174569888,0.0,0.275271113044696,0.153725174569888,0.0,0.0478054199722639,0.153725174569888,0.0,0.202965817701256,0.153725174569888,0.0,0.245358231751602,0.153725174569888,0.0,0.131253123422676,0.153725174569888,0.0,0.142362374865156,0.153725174569888,0.0,0.145423444466714,0.5,0.153725174569888,0.0,0.0432840736003346,0,0.425388516646022,0.407433096182979 -5903,0.5,0.153725174569888,0.0,0.151884109284909,0.153725174569888,0.0,0.137429343811705,0.153725174569888,0.0,0.0804954906104578,0.153725174569888,0.0,0.0867451639425438,0.153725174569888,0.0,0.139298638980143,0.153725174569888,0.0,0.107685410372885,0.153725174569888,0.0,0.0857610446800519,0.153725174569888,0.0,0.0595971483292881,0.5,0.153725174569888,0.0,0.16044430400367,0.153725174569888,0.0,0.0187480077211281,0.5,0.153725174569888,0.0,0.189497588658265,0.153725174569888,0.0,0.0419897570703026,0.153725174569888,0.0,0.177036148632793,0.153725174569888,0.0,0.214114100621737,0.153725174569888,0.0,0.111584395340633,0.153725174569888,0.0,0.107962399101571,0.153725174569888,0.0,0.100339682952316,0.5,0.153725174569888,0.0,0.037993709816122,0,0.426724420427301,0.518349329449746 -5904,0.5,0.153725174569888,0.0,0.145868782261529,0.153725174569888,0.0,0.112745489339867,0.153725174569888,0.0,0.0662555058568022,0.153725174569888,0.0,0.0780050598414798,0.153725174569888,0.0,0.138428149895919,0.153725174569888,0.0,0.0939608238839266,0.153725174569888,0.0,0.0672370963830656,0.153725174569888,0.0,0.0461461679055062,0.5,0.153725174569888,0.0,0.130648067743122,0.153725174569888,0.0,0.0153169997313346,0.5,0.153725174569888,0.0,0.123320910028445,0.153725174569888,0.0,0.0302029806174288,0.153725174569888,0.0,0.157035200123366,0.153725174569888,0.0,0.176030197139481,0.153725174569888,0.0,0.0906002305763216,0.153725174569888,0.0,0.0827324320214938,0.153725174569888,0.0,0.0735048610397228,0.5,0.153725174569888,0.0,0.033489845121263,0,0.425891087834659,0.488523599246363 -5905,0.5,0.153725174569888,0.0,0.137020261875087,0.153725174569888,0.0,0.107444595682979,0.153725174569888,0.0,0.0527660524352631,0.153725174569888,0.0,0.074835847587351,0.153725174569888,0.0,0.131971405112391,0.153725174569888,0.0,0.0943073921411065,0.153725174569888,0.0,0.0591948643801288,0.153725174569888,0.0,0.0344472323856501,0.5,0.153725174569888,0.0,0.0982142339704138,0.153725174569888,0.0,0.0111351651060739,0.5,0.153725174569888,0.0,0.0589402014137754,0.153725174569888,0.0,0.01901968660374,0.153725174569888,0.0,0.151280961085676,0.153725174569888,0.0,0.146585461396873,0.153725174569888,0.0,0.0820901629463992,0.153725174569888,0.0,0.0704544097255187,0.153725174569888,0.0,0.0636529528795756,0.5,0.153725174569888,0.0,0.0287416261600284,0,0.414051606877352,0.444480466541954 -5906,0.5,0.153725174569888,0.0,0.129048045982293,0.153725174569888,0.0,0.106443060942847,0.153725174569888,0.0,0.0435238706486924,0.153725174569888,0.0,0.0723261124944998,0.153725174569888,0.0,0.125556550246584,0.153725174569888,0.0,0.0983608926500189,0.153725174569888,0.0,0.0566532846482543,0.153725174569888,0.0,0.0250636703292108,0.5,0.153725174569888,0.0,0.0715332985450551,0.153725174569888,0.0,0.00905833489489373,0.5,0.153725174569888,0.0,0.0390081912607408,0.153725174569888,0.0,0.014409502130702,0.153725174569888,0.0,0.152134801074556,0.153725174569888,0.0,0.129733535252164,0.153725174569888,0.0,0.0750328413463094,0.153725174569888,0.0,0.0589205390883993,0.153725174569888,0.0,0.0567380832564648,0.5,0.153725174569888,0.0,0.022362597024959,0,0.388825682267856,0.40024203898016 -5907,0.5,0.153725174569888,0.0,0.125888068061474,0.153725174569888,0.0,0.10132452273749,0.153725174569888,0.0,0.0384181781090299,0.153725174569888,0.0,0.0714476884907715,0.153725174569888,0.0,0.123736983415097,0.153725174569888,0.0,0.101112706635899,0.153725174569888,0.0,0.0537450018533361,0.153725174569888,0.0,0.0199659055488431,0.5,0.153725174569888,0.0,0.0588883169437718,0.153725174569888,0.0,0.00676370693720409,0.5,0.153725174569888,0.0,0.0305876337378369,0.153725174569888,0.0,0.011555739265135,0.153725174569888,0.0,0.154650038718905,0.153725174569888,0.0,0.128036465413199,0.153725174569888,0.0,0.0696998062121705,0.153725174569888,0.0,0.0525249702117127,0.153725174569888,0.0,0.0480199568399014,0.5,0.153725174569888,0.0,0.0169975028597642,0,0.365152060675916,0.35861171389315 -5908,0.5,0.153725174569888,0.0,0.12258966071745,0.153725174569888,0.0,0.0952158655897429,0.153725174569888,0.0,0.0344907391409431,0.153725174569888,0.0,0.0668680773204817,0.153725174569888,0.0,0.119870628113024,0.153725174569888,0.0,0.0980308631971537,0.153725174569888,0.0,0.0493912486936645,0.153725174569888,0.0,0.0168727146801124,0.5,0.153725174569888,0.0,0.0558870665629344,0.153725174569888,0.0,0.00570056624997635,0.5,0.153725174569888,0.0,0.0202650806611396,0.153725174569888,0.0,0.00990680214111274,0.153725174569888,0.0,0.156390939447874,0.153725174569888,0.0,0.12993505878732,0.153725174569888,0.0,0.068111360195377,0.153725174569888,0.0,0.0448188562719077,0.153725174569888,0.0,0.0391107894720395,0.5,0.153725174569888,0.0,0.0123777623505276,0,0.339002152991538,0.340640709012513 -5909,0.5,0.153725174569888,0.0,0.118234930116667,0.153725174569888,0.0,0.0906517649376786,0.153725174569888,0.0,0.0284062946694936,0.153725174569888,0.0,0.063184904384451,0.153725174569888,0.0,0.122234052631185,0.153725174569888,0.0,0.0944523742913333,0.153725174569888,0.0,0.0441975842620421,0.153725174569888,0.0,0.0148399649388392,0.5,0.153725174569888,0.0,0.0539760289983528,0.153725174569888,0.0,0.00640722910379171,0.5,0.153725174569888,0.0,0.0181654139059846,0.153725174569888,0.0,0.00877747488537245,0.153725174569888,0.0,0.15547832440775,0.153725174569888,0.0,0.134284585290362,0.153725174569888,0.0,0.0675897824385215,0.153725174569888,0.0,0.0404821774892999,0.153725174569888,0.0,0.032553838714995,0.5,0.153725174569888,0.0,0.0110620756494914,0,0.301607099770275,0.342815601180278 -5910,0.5,0.153725174569888,0.0,0.112378746813952,0.153725174569888,0.0,0.0884847803287109,0.153725174569888,0.0,0.0232736677244585,0.153725174569888,0.0,0.0576657558833245,0.153725174569888,0.0,0.124250583617551,0.153725174569888,0.0,0.0915066973178843,0.153725174569888,0.0,0.0417238774566059,0.153725174569888,0.0,0.0135191062665774,0.5,0.153725174569888,0.0,0.0503839678529003,0.153725174569888,0.0,0.00518721516717671,0.5,0.153725174569888,0.0,0.0212965181193076,0.153725174569888,0.0,0.00870702586140225,0.153725174569888,0.0,0.152864725159094,0.153725174569888,0.0,0.137709377272299,0.153725174569888,0.0,0.0674609125192966,0.153725174569888,0.0,0.0369354321984157,0.153725174569888,0.0,0.0280099580038673,0.5,0.153725174569888,0.0,0.0102889519400265,0,0.269057348877694,0.349098006210604 -5911,0.5,0.153725174569888,0.0620150325637424,0.0939794260252253,0.153725174569888,0.0445902581505704,0.0813900327420289,0.153725174569888,0.0499916673697826,0.0206107626575187,0.153725174569888,0.0643258378831895,0.0530201146976371,0.153725174569888,0.0291165031931122,0.118067827009916,0.153725174569888,0.021698944072591,0.0869249867513083,0.153725174569888,0.0300159464081923,0.0389446432108657,0.153725174569888,0.0230000351337793,0.0122151840888154,0.5,0.153725174569888,0.0242740893128238,0.0386743381114704,0.153725174569888,0.0416432943373815,0.00327057268883893,0.5,0.153725174569888,0.0326658587925386,0.0213274537547041,0.153725174569888,0.033115424129636,0.00759060028694119,0.153725174569888,0.0426811714166249,0.138882255545467,0.153725174569888,0.0332989824683587,0.130951596329642,0.153725174569888,0.0410039742339047,0.06221998298515,0.153725174569888,0.0364044353320837,0.0326829163686739,0.153725174569888,0.0455504749378092,0.0197925418288267,0.5,0.153725174569888,0.0529500134915344,0.00793854589443095,0,0.239425243471232,0.354093577626051 -5912,0.5,0.153725174569888,0.193980384110511,0.119323475748978,0.153725174569888,0.169086199865124,0.101245226889856,0.153725174569888,0.178149435171681,0.0288290042862974,0.153725174569888,0.197315772627391,0.0722261022856896,0.153725174569888,0.145550410158638,0.146854684652425,0.153725174569888,0.135125104859009,0.095652555211473,0.153725174569888,0.147931123076055,0.0382356944173485,0.153725174569888,0.137946654196443,0.0103588586468136,0.5,0.153725174569888,0.139837516027435,0.0304389336536301,0.153725174569888,0.167700160247611,0.00192018506938886,0.5,0.153725174569888,0.152586844583192,0.0200440028564247,0.153725174569888,0.154552809112764,0.00496361908972138,0.153725174569888,0.165270744089568,0.153783539012362,0.153725174569888,0.15144656230439,0.157928367847378,0.153725174569888,0.16446945493349,0.0785907797659855,0.153725174569888,0.158398665544418,0.0273473905591867,0.153725174569888,0.172548091350544,0.0148384920114627,0.5,0.153725174569888,0.180789880259019,0.00735285621035821,0,0.234085987044693,0.361681982528331 -5913,0.5,0.153725174569888,0.334464018210717,0.184374587598491,0.153725174569888,0.311019922748794,0.205557647043232,0.153725174569888,0.321492675199588,0.0614139220747366,0.153725174569888,0.339421420926645,0.132162489958244,0.153725174569888,0.28911401181625,0.275858391327252,0.153725174569888,0.279274866883141,0.158175819315563,0.153725174569888,0.292010014456092,0.0615067720857895,0.153725174569888,0.282522007203891,0.0167250075061565,0.5,0.153725174569888,0.284685436129321,0.0565111051476004,0.153725174569888,0.316619644351609,0.00585417346370801,0.5,0.153725174569888,0.29851218223308,0.0462558003864729,0.153725174569888,0.30210066858643,0.0120340108879059,0.153725174569888,0.306924629142506,0.243888456240369,0.153725174569888,0.29441577854112,0.260438879017899,0.153725174569888,0.307931662818021,0.162911299178984,0.153725174569888,0.303143278381867,0.0431382921174061,0.153725174569888,0.318463823906169,0.0244096718659119,0.5,0.153725174569888,0.326272219638807,0.0239062739386077,0,0.278352287429688,0.377507157430481 -5914,0.5,0.153725174569888,0.4750093341287,0.206038766591118,0.153725174569888,0.451088961043052,0.222723330337041,0.153725174569888,0.465918715040728,0.0955304884290278,0.153725174569888,0.48124844640506,0.176743785425305,0.153725174569888,0.431064947839238,0.327381688609337,0.153725174569888,0.422605066716474,0.239618478291018,0.153725174569888,0.436121437119703,0.113773493985829,0.153725174569888,0.428536584625077,0.0366683542728006,0.5,0.153725174569888,0.433828253150059,0.111150213497824,0.153725174569888,0.468725682712066,0.0137037287847136,0.5,0.153725174569888,0.448901506355906,0.096960766101152,0.153725174569888,0.453992912843722,0.020948968755866,0.153725174569888,0.445086384725374,0.304013033829478,0.153725174569888,0.434767518474075,0.291068990518345,0.153725174569888,0.451355780405225,0.207447279021461,0.153725174569888,0.449915112359409,0.0796606748760672,0.153725174569888,0.46615574279897,0.0532971326077732,0.5,0.153725174569888,0.473981321805591,0.0589096209317691,0,0.286112506700751,0.398827430251916 -5915,0.5,0.153725174569888,0.585958343639313,0.252688776598842,0.153725174569888,0.570497282468089,0.272645899461362,0.153725174569888,0.581031286222217,0.152091388678345,0.153725174569888,0.589309533547592,0.259942158658406,0.153725174569888,0.556809310651722,0.369351408179482,0.153725174569888,0.549818350518376,0.270084056011726,0.153725174569888,0.560893395685685,0.188231337982074,0.153725174569888,0.555579227100461,0.0730951452700369,0.5,0.153725174569888,0.560914575905657,0.18019240007503,0.153725174569888,0.588655449512775,0.020608090605569,0.5,0.153725174569888,0.572062995273044,0.111773035088511,0.153725174569888,0.57679067694216,0.0401595217884386,0.153725174569888,0.566595046084328,0.367271576078587,0.153725174569888,0.559126879294394,0.319414191028947,0.153725174569888,0.571537683667133,0.266037622728067,0.153725174569888,0.571953049487884,0.134288264148677,0.153725174569888,0.582531762116336,0.0935064507173941,0.5,0.153725174569888,0.588139514781524,0.0907708239271284,0,0.281640862375084,0.396518146436635 -5916,0.5,0.153725174569888,0.643331123512877,0.319715087156248,0.153725174569888,0.637593372027053,0.329815263858503,0.153725174569888,0.643387234907744,0.231250745402274,0.153725174569888,0.644620417816127,0.365218861326412,0.153725174569888,0.632573129786273,0.430909403513645,0.153725174569888,0.627973743823465,0.291816909249486,0.153725174569888,0.635250325396893,0.267843746096243,0.153725174569888,0.633533805086054,0.108043108226972,0.5,0.153725174569888,0.638276749024267,0.198007916915893,0.153725174569888,0.656391363524082,0.0273354254180737,0.5,0.153725174569888,0.643836019505979,0.121686869518423,0.153725174569888,0.648459886879795,0.0516981138317345,0.153725174569888,0.63682930228118,0.406850504158278,0.153725174569888,0.633152389683351,0.370644597851709,0.153725174569888,0.639159780484964,0.348010772235281,0.153725174569888,0.642208366267067,0.186053710413225,0.153725174569888,0.646324984811769,0.125639716056148,0.5,0.153725174569888,0.649015974940729,0.130557563008645,0,0.294064112129929,0.356442237551912 -5917,0.5,0.153725174569888,0.658469204603724,0.400946215057384,0.153725174569888,0.659435484576389,0.394303487342212,0.153725174569888,0.661769721021656,0.300154790067253,0.153725174569888,0.658412112202393,0.454786837489717,0.153725174569888,0.660475484243885,0.443524961720959,0.153725174569888,0.658103467318442,0.305031758129751,0.153725174569888,0.662469093280963,0.288970974087256,0.153725174569888,0.664049573768986,0.136918201584817,0.5,0.153725174569888,0.668178387595919,0.190660027733749,0.153725174569888,0.678679882659834,0.0358930819637774,0.5,0.153725174569888,0.669044033206877,0.117689327553029,0.153725174569888,0.674095636445138,0.0566808647585247,0.153725174569888,0.661652140284828,0.446532411048139,0.153725174569888,0.659962868472713,0.42253271186416,0.153725174569888,0.660912714871484,0.418975675536668,0.153725174569888,0.666640755450505,0.205778759993461,0.153725174569888,0.666148575999984,0.151238611368603,0.5,0.153725174569888,0.666699551425289,0.169463269111425,0,0.322669916010986,0.32810073721751 -5918,0.5,0.153725174569888,0.634572110142038,0.439946412823441,0.153725174569888,0.643246740541584,0.454667883286232,0.153725174569888,0.641080159027606,0.352130052352091,0.153725174569888,0.6325064658453,0.520752457149557,0.153725174569888,0.650309921314109,0.468968543448495,0.153725174569888,0.650373528320393,0.340905328854656,0.153725174569888,0.651431953094483,0.353998673531123,0.153725174569888,0.65595913151113,0.164936780802951,0.5,0.153725174569888,0.658549452179279,0.189855529408902,0.153725174569888,0.659843471139502,0.0414842912795568,0.5,0.153725174569888,0.654116852467209,0.136413443083742,0.153725174569888,0.659618668722126,0.07821289548413,0.153725174569888,0.648592712866377,0.480578800626645,0.153725174569888,0.648786733894096,0.440908810849709,0.153725174569888,0.644505750619254,0.452726245875161,0.153725174569888,0.652345546186877,0.221210427911111,0.153725174569888,0.646300851216465,0.176086706824202,0.5,0.153725174569888,0.642704256762639,0.232610175320378,0,0.365714575944164,0.353064037292284 -5919,0.5,0.153725174569888,0.555813562664462,0.469762215833645,0.153725174569888,0.574654554229276,0.456984687592583,0.153725174569888,0.567592271766754,0.394429409463334,0.153725174569888,0.552121123682607,0.567448739817557,0.153725174569888,0.590386566371771,0.477978129969726,0.153725174569888,0.595202294932655,0.363503103199765,0.153725174569888,0.5909734220903,0.385522193328742,0.153725174569888,0.599691594032617,0.166595115181304,0.5,0.153725174569888,0.600084700230945,0.159828963718766,0.153725174569888,0.58858566197806,0.049315224514848,0.5,0.153725174569888,0.589047997374917,0.156155044316752,0.153725174569888,0.594929587045801,0.0893331176716638,0.153725174569888,0.582651531224399,0.497486988876743,0.153725174569888,0.586811652039135,0.455571786850614,0.153725174569888,0.576602015508442,0.489589697081132,0.153725174569888,0.587172517763371,0.23449689591553,0.153725174569888,0.574553115119235,0.218645688833504,0.5,0.153725174569888,0.563937209676692,0.27483244595357,0,0.414683951536023,0.395920204566272 -5920,0.5,0.153725174569888,0.431729943338349,0.436186640785077,0.153725174569888,0.455895704994195,0.430300038223238,0.153725174569888,0.444963628195694,0.439002298129827,0.153725174569888,0.425988447141062,0.519701636061562,0.153725174569888,0.477232967138394,0.473640149875744,0.153725174569888,0.485886597432671,0.359886955090317,0.153725174569888,0.477427604541449,0.373067457437021,0.153725174569888,0.488844183779074,0.160307768732185,0.5,0.153725174569888,0.48740542292834,0.134726054419814,0.153725174569888,0.464805376509092,0.0555171228840963,0.5,0.153725174569888,0.471100978038353,0.180164667526191,0.153725174569888,0.476664141834634,0.103413520049954,0.153725174569888,0.465257048718769,0.511122810068213,0.153725174569888,0.472017719022893,0.453299521120015,0.153725174569888,0.458262203087076,0.469558343649826,0.153725174569888,0.469458282212137,0.220489049074387,0.153725174569888,0.452094155129862,0.20379407354928,0.5,0.153725174569888,0.43584192934177,0.269677583995712,0,0.458975934363404,0.423402620880392 -5921,0.5,0.153725174569888,0.30016249165327,0.291290754764935,0.153725174569888,0.326618070872304,0.236612351726422,0.153725174569888,0.308761680959145,0.364048173844217,0.153725174569888,0.290113568961653,0.328369638129773,0.153725174569888,0.345293691936427,0.327908264814077,0.153725174569888,0.351685157378292,0.250539503898788,0.153725174569888,0.342972836935583,0.211669920373034,0.153725174569888,0.350742878858495,0.0968079094345812,0.5,0.153725174569888,0.345690224040954,0.0891129248760277,0.153725174569888,0.316226611886199,0.0345608660434665,0.5,0.153725174569888,0.327856012203164,0.090239533065764,0.153725174569888,0.328849988788249,0.0581498991400638,0.153725174569888,0.337208576683328,0.455112606825391,0.153725174569888,0.341639720279534,0.365124326183167,0.153725174569888,0.325862901099555,0.314921545172196,0.153725174569888,0.331853658811079,0.114288692683313,0.153725174569888,0.310478912927079,0.102870485658475,0.5,0.153725174569888,0.288693880712292,0.111481163680327,0,0.468795837353621,0.438367393256997 -5922,0.5,0.153725174569888,0.0762267276957571,0.194329587736286,0.153725174569888,0.100162236526571,0.187036032125139,0.153725174569888,0.0746122481606059,0.250110179466895,0.153725174569888,0.0626819208083462,0.237685462133211,0.153725174569888,0.154638097063085,0.187013212729663,0.153725174569888,0.20685400608352,0.114683859493135,0.153725174569888,0.111208095813716,0.118398291472459,0.153725174569888,0.184552933156382,0.0367104906689526,0.5,0.153725174569888,0.157773575009183,0.0204657412286633,0.153725174569888,0.087339705114333,0.0117748714651019,0.5,0.153725174569888,0.0971520791618223,0.0424343413112265,0.153725174569888,0.102154103675413,0.0142530586909331,0.153725174569888,0.120611453553922,0.355966315142303,0.153725174569888,0.128796371635767,0.230034294430771,0.153725174569888,0.0935067732845609,0.198321879264709,0.153725174569888,0.093061671990925,0.0726426997452196,0.153725174569888,0.0800876406490126,0.0828557863004951,0.5,0.153725174569888,0.067485899420866,0.0677658754576887,0,0.424381612347702,0.440053908202918 -5923,0.5,0.153725174569888,0.0,0.178759700353388,0.153725174569888,0.0,0.22869745143081,0.153725174569888,0.0,0.208079170667928,0.153725174569888,0.0,0.222608800929365,0.153725174569888,0.0,0.185420714859728,0.153725174569888,0.0,0.116488784066026,0.153725174569888,0.0,0.108635372437812,0.153725174569888,0.0,0.0323939341043291,0.5,0.153725174569888,0.0,0.0137397961302799,0.153725174569888,0.0,0.00822277275211577,0.5,0.153725174569888,0.0,0.0287703583613446,0.153725174569888,0.0,0.0079854823279614,0.153725174569888,0.0,0.311316014082577,0.153725174569888,0.0,0.231463132803566,0.153725174569888,0.0,0.20328850845019,0.153725174569888,0.0,0.0667608369685403,0.153725174569888,0.0,0.0807240224293096,0.5,0.153725174569888,0.0,0.052631834974189,0,0.364727363334018,0.44349866055128 -5924,0.5,0.153725174569888,0.0,0.173486272910684,0.153725174569888,0.0,0.244074200600813,0.153725174569888,0.0,0.176090913000384,0.153725174569888,0.0,0.206041252057719,0.153725174569888,0.0,0.177734329244645,0.153725174569888,0.0,0.113711956598955,0.153725174569888,0.0,0.091656418348637,0.153725174569888,0.0,0.0268590600840041,0.5,0.153725174569888,0.0,0.00971342280175761,0.153725174569888,0.0,0.0036374743169617,0.5,0.153725174569888,0.0,0.0299478018724086,0.153725174569888,0.0,0.00490156012392789,0.153725174569888,0.0,0.273703187147593,0.153725174569888,0.0,0.232411715765536,0.153725174569888,0.0,0.208400229550209,0.153725174569888,0.0,0.0552114721144048,0.153725174569888,0.0,0.0739635385912993,0.5,0.153725174569888,0.0,0.0364938539635379,0,0.318248914441562,0.446927128393582 -5925,0.5,0.153725174569888,0.0,0.164532437930904,0.153725174569888,0.0,0.212250055366949,0.153725174569888,0.0,0.130113725000831,0.153725174569888,0.0,0.173717494553673,0.153725174569888,0.0,0.161044628917797,0.153725174569888,0.0,0.0935058666220251,0.153725174569888,0.0,0.0816588593664256,0.153725174569888,0.0,0.021404701957113,0.5,0.153725174569888,0.0,0.00701662670271144,0.153725174569888,0.0,0.00250644518358113,0.5,0.153725174569888,0.0,0.0280894711758269,0.153725174569888,0.0,0.00458971051814585,0.153725174569888,0.0,0.231611907856443,0.153725174569888,0.0,0.212544843830146,0.153725174569888,0.0,0.189340931116526,0.153725174569888,0.0,0.044152073046924,0.153725174569888,0.0,0.0716551741797003,0.5,0.153725174569888,0.0,0.0286270407722126,0,0.261392390254875,0.455507699492509 -5926,0.5,0.153725174569888,0.0,0.149877652657574,0.153725174569888,0.0,0.169058652362461,0.153725174569888,0.0,0.0830054650141119,0.153725174569888,0.0,0.135030925757762,0.153725174569888,0.0,0.14390605696888,0.153725174569888,0.0,0.065095631654583,0.153725174569888,0.0,0.071572625461356,0.153725174569888,0.0,0.0162075222772573,0.5,0.153725174569888,0.0,0.00504283297769935,0.153725174569888,0.0,0.00306769886589624,0.5,0.153725174569888,0.0,0.0163167120208681,0.153725174569888,0.0,0.00460907956741179,0.153725174569888,0.0,0.187245982743995,0.153725174569888,0.0,0.184886619895289,0.153725174569888,0.0,0.158446979177669,0.153725174569888,0.0,0.0365764169539336,0.153725174569888,0.0,0.0669868115466631,0.5,0.153725174569888,0.0,0.0221343027059929,0,0.181317409467107,0.424949212611838 -5927,0.5,0.153725174569888,0.0,0.131796886110798,0.153725174569888,0.0,0.14977620798913,0.153725174569888,0.0,0.0493657111993085,0.153725174569888,0.0,0.105553590777076,0.153725174569888,0.0,0.111579111776147,0.153725174569888,0.0,0.0466187360152269,0.153725174569888,0.0,0.0575592404707036,0.153725174569888,0.0,0.011521654193961,0.5,0.153725174569888,0.0,0.00404737716344387,0.153725174569888,0.0,0.00367418697736838,0.5,0.153725174569888,0.0,0.0104482392234234,0.153725174569888,0.0,0.004256787575227,0.153725174569888,0.0,0.155151482133083,0.153725174569888,0.0,0.15388934643394,0.153725174569888,0.0,0.131056302692336,0.153725174569888,0.0,0.0273917780818978,0.153725174569888,0.0,0.0599961089783069,0.5,0.153725174569888,0.0,0.0170440417511154,0,0.115952858136878,0.35351250548356 -5928,0.5,0.153725174569888,0.0,0.111288037286474,0.153725174569888,0.0,0.138220357628909,0.153725174569888,0.0,0.0313568961677655,0.153725174569888,0.0,0.0842887686293942,0.153725174569888,0.0,0.0793501499625657,0.153725174569888,0.0,0.0302807307871268,0.153725174569888,0.0,0.0461181354834129,0.153725174569888,0.0,0.00835711969428888,0.5,0.153725174569888,0.0,0.00352663112410128,0.153725174569888,0.0,0.00527140736731188,0.5,0.153725174569888,0.0,0.0103301449120009,0.153725174569888,0.0,0.00418179440700702,0.153725174569888,0.0,0.138544066177909,0.153725174569888,0.0,0.119651696327645,0.153725174569888,0.0,0.109813160735176,0.153725174569888,0.0,0.021545932462978,0.153725174569888,0.0,0.0509617698337026,0.5,0.153725174569888,0.0,0.0134216192028032,0,0.0845076094481324,0.29736333406901 -5929,0.5,0.153725174569888,0.0,0.0963483594203019,0.153725174569888,0.0,0.124660983060998,0.153725174569888,0.0,0.0228564919393496,0.153725174569888,0.0,0.0664118872614576,0.153725174569888,0.0,0.0597237115999618,0.153725174569888,0.0,0.019717827260522,0.153725174569888,0.0,0.0327320469264424,0.153725174569888,0.0,0.00688772076617413,0.5,0.153725174569888,0.0,0.00307911032157351,0.153725174569888,0.0,0.00778692905514655,0.5,0.153725174569888,0.0,0.0105860333670993,0.153725174569888,0.0,0.00396499850311148,0.153725174569888,0.0,0.123066914702813,0.153725174569888,0.0,0.1015134493486,0.153725174569888,0.0,0.0943446322390463,0.153725174569888,0.0,0.0182044052901098,0.153725174569888,0.0,0.0384130226822925,0.5,0.153725174569888,0.0,0.00996872282251758,0,0.0758596881121493,0.225376787159138 -5930,0.5,0.153725174569888,0.0,0.0886632052080581,0.153725174569888,0.0,0.102452513022054,0.153725174569888,0.0,0.0186583623528426,0.153725174569888,0.0,0.0542186882028318,0.153725174569888,0.0,0.0498595664775987,0.153725174569888,0.0,0.0136232924403094,0.153725174569888,0.0,0.0252923334278255,0.153725174569888,0.0,0.00528206139670143,0.5,0.153725174569888,0.0,0.00312967445976498,0.153725174569888,0.0,0.0107249103838696,0.5,0.153725174569888,0.0,0.00877402157762673,0.153725174569888,0.0,0.00347358406991093,0.153725174569888,0.0,0.112978714170258,0.153725174569888,0.0,0.0937145187787852,0.153725174569888,0.0,0.0783780497937153,0.153725174569888,0.0,0.0148467232728074,0.153725174569888,0.0,0.0304494136949241,0.5,0.153725174569888,0.0,0.00761258165866553,0,0.0711309824081505,0.155339433722367 -5931,0.5,0.153725174569888,0.0,0.0854029627362578,0.153725174569888,0.0,0.0851641642197175,0.153725174569888,0.0,0.0153510048456823,0.153725174569888,0.0,0.047235827978714,0.153725174569888,0.0,0.0413709735379767,0.153725174569888,0.0,0.0090430533901396,0.153725174569888,0.0,0.020422832616686,0.153725174569888,0.0,0.00397749895352194,0.5,0.153725174569888,0.0,0.00311405494113081,0.153725174569888,0.0,0.0128723907774907,0.5,0.153725174569888,0.0,0.00660242835291508,0.153725174569888,0.0,0.00303418535108368,0.153725174569888,0.0,0.102081672101758,0.153725174569888,0.0,0.0874337368565055,0.153725174569888,0.0,0.0652852282404502,0.153725174569888,0.0,0.0139689435612871,0.153725174569888,0.0,0.0211837373596273,0.5,0.153725174569888,0.0,0.00542676549588564,0,0.0762009441806069,0.114182508560563 -5932,0.5,0.153725174569888,0.0,0.0811842630001025,0.153725174569888,0.0,0.0913735725694847,0.153725174569888,0.0,0.01334103254052,0.153725174569888,0.0,0.0443905407267628,0.153725174569888,0.0,0.0343500760821621,0.153725174569888,0.0,0.00671261269121518,0.153725174569888,0.0,0.0169052074417085,0.153725174569888,0.0,0.00341041175104192,0.5,0.153725174569888,0.0,0.00314814939117061,0.153725174569888,0.0,0.012128921986517,0.5,0.153725174569888,0.0,0.00345146762460607,0.153725174569888,0.0,0.00227980054913489,0.153725174569888,0.0,0.0997478675979289,0.153725174569888,0.0,0.082718296285737,0.153725174569888,0.0,0.0614776487244567,0.153725174569888,0.0,0.0126296672481157,0.153725174569888,0.0,0.0164427929377727,0.5,0.153725174569888,0.0,0.00535979459204203,0,0.0846405115196364,0.098909997904419 -5933,0.5,0.153725174569888,0.0,0.0858823246391576,0.153725174569888,0.0,0.0875667451980525,0.153725174569888,0.0,0.0115892074746817,0.153725174569888,0.0,0.0466838062668732,0.153725174569888,0.0,0.0322743472128423,0.153725174569888,0.0,0.00675499284559508,0.153725174569888,0.0,0.011428059192958,0.153725174569888,0.0,0.00272005269301425,0.5,0.153725174569888,0.0,0.00269800244388637,0.153725174569888,0.0,0.00934658923255189,0.5,0.153725174569888,0.0,0.00123274124867125,0.153725174569888,0.0,0.00214885373276255,0.153725174569888,0.0,0.102312322385457,0.153725174569888,0.0,0.0810549263591006,0.153725174569888,0.0,0.0565762849879229,0.153725174569888,0.0,0.0115240534549769,0.153725174569888,0.0,0.0138670811063179,0.5,0.153725174569888,0.0,0.00446227694442909,0,0.0961733909264645,0.0962906234812197 -5934,0.5,0.153725174569888,0.0,0.0866059078000175,0.153725174569888,0.0,0.0878825107913697,0.153725174569888,0.0,0.0113219513779845,0.153725174569888,0.0,0.0508004521702985,0.153725174569888,0.0,0.0323238152356242,0.153725174569888,0.0,0.00784421849871718,0.153725174569888,0.0,0.00843482109430592,0.153725174569888,0.0,0.0024100345245523,0.5,0.153725174569888,0.0,0.00190316464578418,0.153725174569888,0.0,0.0111732404767036,0.5,0.153725174569888,0.0,0.00106159649180354,0.153725174569888,0.0,0.00296610557556491,0.153725174569888,0.0,0.110684092244444,0.153725174569888,0.0,0.0814300517694561,0.153725174569888,0.0,0.0549116298745884,0.153725174569888,0.0,0.00948192307627045,0.153725174569888,0.0,0.00964694968065574,0.5,0.153725174569888,0.0,0.00371036627340498,0,0.110024960148561,0.0917853825303355 -5935,0.5,0.153725174569888,0.0602964733326416,0.0739052929733209,0.153725174569888,0.042237091255067,0.0768818206153923,0.153725174569888,0.0348367229505464,0.0113963524319667,0.153725174569888,0.0592473860873174,0.0474795954782246,0.153725174569888,0.0258419754269663,0.0277453905556369,0.153725174569888,0.0183135161816418,0.00660757443595762,0.153725174569888,0.0264745408927909,0.00698686178730087,0.153725174569888,0.0196938279801374,0.0019271639415042,0.5,0.153725174569888,0.021555172492244,0.00115399758317184,0.153725174569888,0.0388112807756369,0.0091673150483187,0.5,0.153725174569888,0.0297026391615872,0.000774818256396191,0.153725174569888,0.0303549252572107,0.00281209172947476,0.153725174569888,0.0399532965551962,0.103770437944568,0.153725174569888,0.0300943745820303,0.0794878437006948,0.153725174569888,0.0377214711212123,0.0517526429708901,0.153725174569888,0.0320409442834147,0.0064399944860767,0.153725174569888,0.0391369761742294,0.00594970635489916,0.5,0.153725174569888,0.0494379050097689,0.00231995840555227,0,0.116203507293361,0.0829922672852646 -5936,0.5,0.153725174569888,0.193022014514651,0.0884596293534385,0.153725174569888,0.166618191696841,0.088428975887011,0.153725174569888,0.131747723518233,0.0135247980141796,0.153725174569888,0.189359329939377,0.0598656727009672,0.153725174569888,0.13973322328668,0.0269146159494754,0.153725174569888,0.127870910742604,0.00510276257871969,0.153725174569888,0.140801673092874,0.00666650735869319,0.153725174569888,0.131293710223068,0.00118535270418343,0.5,0.153725174569888,0.135505013274327,0.000628829800456523,0.153725174569888,0.162362802472629,0.00500428076528761,0.5,0.153725174569888,0.146961319786256,0.000463311248273963,0.153725174569888,0.149318502696479,0.00162558794553025,0.153725174569888,0.162658966739256,0.109519172900865,0.153725174569888,0.146316711877949,0.0890386850169267,0.153725174569888,0.157113344983501,0.0651468915143137,0.153725174569888,0.141935945732696,0.00469364879880658,0.153725174569888,0.158507796385073,0.00300868607810848,0.5,0.153725174569888,0.175853014535537,0.0013031060317372,0,0.126857552260946,0.0777961490840098 -5937,0.5,0.153725174569888,0.334371657462798,0.152397635126912,0.153725174569888,0.308842381075078,0.176202001891056,0.153725174569888,0.250836812389569,0.0318927248053103,0.153725174569888,0.332603829009961,0.0955938032297841,0.153725174569888,0.280957084309538,0.0492632652904772,0.153725174569888,0.26847604864084,0.00847779838065804,0.153725174569888,0.281255848072917,0.0102034657418404,0.153725174569888,0.272824505782047,0.000718221848557231,0.5,0.153725174569888,0.278694722903304,0.00043647016604758,0.153725174569888,0.308394065929652,0.00202365443056771,0.5,0.153725174569888,0.29041674459939,0.000593319948507453,0.153725174569888,0.293199984005756,0.000945839451761948,0.153725174569888,0.304926916098414,0.15753734208825,0.153725174569888,0.28784371282926,0.147795469077448,0.153725174569888,0.29073945475395,0.13247751596774,0.153725174569888,0.252210846211743,0.00594400914134007,0.153725174569888,0.300377856249734,0.00462771376383805,0.5,0.153725174569888,0.322302917058554,0.00284254822016832,0,0.140245667351008,0.0812606991719748 -5938,0.5,0.153725174569888,0.475840704502226,0.168523282449288,0.153725174569888,0.448732613027339,0.270690659539621,0.153725174569888,0.385464992243289,0.0457579494608568,0.153725174569888,0.475315553452856,0.106904829424111,0.153725174569888,0.420265595318561,0.082045573071569,0.153725174569888,0.408679444818784,0.0111642714557893,0.153725174569888,0.420460247580542,0.0148583143586086,0.153725174569888,0.415491236755088,0.000979602046515535,0.5,0.153725174569888,0.425907817579161,0.000298346588095758,0.153725174569888,0.458369711462531,0.00258824012211925,0.5,0.153725174569888,0.438540190458587,0.000709237230532376,0.153725174569888,0.441192242966873,0.000952040290718219,0.153725174569888,0.44330998806806,0.228833786319175,0.153725174569888,0.426652445704092,0.228780439787712,0.153725174569888,0.424647183721451,0.182402034102673,0.153725174569888,0.367348448108855,0.0104558932259559,0.153725174569888,0.446015618205036,0.0102296737692938,0.5,0.153725174569888,0.470540536559761,0.00337237063226071,0,0.142361761883126,0.0911190653353965 -5939,0.5,0.153725174569888,0.587540286629401,0.187895130233421,0.153725174569888,0.567594246116127,0.294978465096463,0.153725174569888,0.491113902734129,0.0646984511570298,0.153725174569888,0.583704505221602,0.130275998946039,0.153725174569888,0.543485778489523,0.105751380778746,0.153725174569888,0.533868989527362,0.0126580383280513,0.153725174569888,0.537328848616867,0.0347013868028837,0.153725174569888,0.540571104389857,0.00191493856064636,0.5,0.153725174569888,0.551395591715212,0.000254623067796901,0.153725174569888,0.577140953764047,0.0048393013967037,0.5,0.153725174569888,0.560488864443498,0.00051660057337709,0.153725174569888,0.562662599950215,0.00131930217680763,0.153725174569888,0.564740302828427,0.265111564502352,0.153725174569888,0.549473110215458,0.23966182458369,0.153725174569888,0.548728645761129,0.216496390573662,0.153725174569888,0.498400700246376,0.0329717210351455,0.153725174569888,0.564276951147329,0.0140479411008575,0.5,0.153725174569888,0.57925150372924,0.00245531364175017,0,0.115901379834353,0.0957650291314558 -5940,0.5,0.153725174569888,0.64528432578299,0.224947848777597,0.153725174569888,0.634130793726934,0.330572210988323,0.153725174569888,0.550459049095974,0.0866647782108488,0.153725174569888,0.63786281623955,0.157343760721886,0.153725174569888,0.617323913210787,0.0978549413914009,0.153725174569888,0.611588450558144,0.00718873955331721,0.153725174569888,0.606973964581116,0.0640325887129873,0.153725174569888,0.618568459167646,0.00278348098585253,0.5,0.153725174569888,0.627792303167065,0.000514460960515655,0.153725174569888,0.643501409770661,0.00633903877591595,0.5,0.153725174569888,0.631437790454308,0.000386939002988357,0.153725174569888,0.631245362325722,0.00302179082667805,0.153725174569888,0.634344273110681,0.280668005321564,0.153725174569888,0.622089301798133,0.23509457494981,0.153725174569888,0.618793049051753,0.250669566963908,0.153725174569888,0.588436117873372,0.062497796928296,0.153725174569888,0.630654707423797,0.016160669385996,0.5,0.153725174569888,0.629122751354956,0.00245709174640779,0,0.104172361228688,0.0824282756901902 -5941,0.5,0.153725174569888,0.660442817723845,0.275649574574658,0.153725174569888,0.655775276415358,0.349756916441648,0.153725174569888,0.569472513385263,0.10202301014211,0.153725174569888,0.648602790305267,0.178786025898035,0.153725174569888,0.644169784627137,0.0700712082318426,0.153725174569888,0.641927960452415,0.00187960589971743,0.153725174569888,0.633931132637814,0.0814248393763911,0.153725174569888,0.649437814916641,0.00278344878494838,0.5,0.153725174569888,0.657578630171598,0.00196066935160035,0.153725174569888,0.661120676540289,0.00760812381902555,0.5,0.153725174569888,0.640069561562332,0.000301349501436684,0.153725174569888,0.655454336444285,0.00620907437616817,0.153725174569888,0.658119331337064,0.268197087109242,0.153725174569888,0.647868659469876,0.197159104245144,0.153725174569888,0.636658462075143,0.255072461148203,0.153725174569888,0.623182948759677,0.0730537746500133,0.153725174569888,0.650039734984805,0.0193573993870503,0.5,0.153725174569888,0.629350377132752,0.00618666108092882,0,0.112091856593003,0.0595310395855116 -5942,0.5,0.153725174569888,0.63626910707296,0.300763084266707,0.153725174569888,0.639978704659873,0.319419902058257,0.153725174569888,0.557788644587438,0.11096554636892,0.153725174569888,0.618316558605066,0.182221049621686,0.153725174569888,0.633745792358533,0.050894014621781,0.153725174569888,0.634413326540744,0.000337819733498307,0.153725174569888,0.620076238630461,0.0645355122312152,0.153725174569888,0.640002774175445,0.00206410858937001,0.5,0.153725174569888,0.646014091907506,0.00477627248517169,0.153725174569888,0.639910235644595,0.0044171620421675,0.5,0.153725174569888,0.617042351479296,0.000175922755376165,0.153725174569888,0.637981780940797,0.0128746329926971,0.153725174569888,0.644286121405925,0.270517277317453,0.153725174569888,0.636369847374312,0.178531865566917,0.153725174569888,0.616843394851757,0.236285580655744,0.153725174569888,0.621132746739216,0.0631365321317007,0.153725174569888,0.631705870858723,0.0213253057497175,0.5,0.153725174569888,0.574973506542567,0.0132568921576456,0,0.140677427120713,0.0416017775508152 -5943,0.5,0.153725174569888,0.556691019296454,0.298956457942162,0.153725174569888,0.571774961132616,0.2628038568009,0.153725174569888,0.500534804114269,0.115468366335782,0.153725174569888,0.534157682882276,0.185064176665195,0.153725174569888,0.57318093286466,0.035401954271706,0.153725174569888,0.578028956567477,0.000394016071113582,0.153725174569888,0.545129520877761,0.0486170452594844,0.153725174569888,0.54440162233183,0.00110234111838399,0.5,0.153725174569888,0.585973769046219,0.00975704121863503,0.153725174569888,0.563058359644725,0.00091376771438653,0.5,0.153725174569888,0.553722676623557,0.000260542651126568,0.153725174569888,0.574533987498241,0.0197053628037581,0.153725174569888,0.577523482258895,0.2568227459133,0.153725174569888,0.574764327626516,0.144798548499397,0.153725174569888,0.545839006108971,0.207422560759174,0.153725174569888,0.560938625587463,0.0548885931482302,0.153725174569888,0.558527507869252,0.0276720052463116,0.5,0.153725174569888,0.475771496814841,0.0254485602778107,0,0.187507684703276,0.0263364100278794 -5944,0.5,0.153725174569888,0.431276911504687,0.269205448240174,0.153725174569888,0.453717162984774,0.194877390825407,0.153725174569888,0.387216928400567,0.116262046460111,0.153725174569888,0.408044726053488,0.175246055683378,0.153725174569888,0.454499225951991,0.0254457473016836,0.153725174569888,0.437631258209789,0.000131437999162347,0.153725174569888,0.413068332831531,0.0277753993905865,0.153725174569888,0.425440997661468,0.0010725515821748,0.5,0.153725174569888,0.472538291381259,0.0148296543286898,0.153725174569888,0.43985190534778,0.000729677079020543,0.5,0.153725174569888,0.445918863810397,0.000277159369597703,0.153725174569888,0.457948856378362,0.0221322505708583,0.153725174569888,0.460055836350139,0.229501293696714,0.153725174569888,0.461451053196692,0.116528510056468,0.153725174569888,0.417976911944412,0.167992013524445,0.153725174569888,0.446866066196392,0.0365645100618062,0.153725174569888,0.438624936534469,0.0226777690807328,0.5,0.153725174569888,0.355515041676845,0.0271868620097551,0,0.245585479767197,0.0231980897402735 -5945,0.5,0.153725174569888,0.298328904773833,0.158222398079518,0.153725174569888,0.325334793919668,0.0661403402749008,0.153725174569888,0.255150654184306,0.0899340088215423,0.153725174569888,0.275271887747577,0.0918436674573437,0.153725174569888,0.309881970049006,0.0166491447648678,0.153725174569888,0.290782344669579,0.000226886956862868,0.153725174569888,0.264478450065721,0.00778676775775187,0.153725174569888,0.313910152022863,0.00409606093166737,0.5,0.153725174569888,0.332467872202249,0.0124075325363839,0.153725174569888,0.28953548347913,0.000655301347684067,0.5,0.153725174569888,0.313268645900653,0.000128252487767501,0.153725174569888,0.310640420981514,0.0151179986886604,0.153725174569888,0.332845876677648,0.158326459706644,0.153725174569888,0.333083955034869,0.0789989498066904,0.153725174569888,0.267160347476703,0.0954789501573981,0.153725174569888,0.314321814250933,0.0146736004298793,0.153725174569888,0.287910464961072,0.00697453231631268,0.5,0.153725174569888,0.254390408043654,0.013958586449643,0,0.290105495299329,0.0228901262154567 -5946,0.5,0.153725174569888,0.0728263342781695,0.0986407168312559,0.153725174569888,0.0958224333642279,0.0573749603979033,0.153725174569888,0.0719058919663128,0.0509662116065461,0.153725174569888,0.0592583185198809,0.0615091416344588,0.153725174569888,0.114575008765884,0.0108711047998311,0.153725174569888,0.164619737960722,0.000339953865491088,0.153725174569888,0.0956318194663935,0.00302923794466656,0.153725174569888,0.136251295557094,0.00393880612834283,0.5,0.153725174569888,0.138450931881645,0.00258707380452484,0.153725174569888,0.0688290924920331,0.000293961505557522,0.5,0.153725174569888,0.0919646273700335,2.92564501041652e-05,0.153725174569888,0.0941430302368102,0.00568588362323542,0.153725174569888,0.114661477867912,0.144005937136894,0.153725174569888,0.113478210570657,0.0456456736593544,0.153725174569888,0.0836299535008224,0.0544980855423115,0.153725174569888,0.0869055053908394,0.00359931165634206,0.153725174569888,0.071477427873335,0.00325018062584647,0.5,0.153725174569888,0.0616709270015241,0.00436006347154261,0,0.287510418241276,0.0235320504641982 -5947,0.5,0.153725174569888,0.0,0.0967488301427738,0.153725174569888,0.0,0.0769888951611669,0.153725174569888,0.0,0.0514444102170477,0.153725174569888,0.0,0.0617523436086074,0.153725174569888,0.0,0.0214772975763528,0.153725174569888,0.0,0.000504469386048679,0.153725174569888,0.0,0.00370863322491375,0.153725174569888,0.0,0.00362906861818086,0.5,0.153725174569888,0.0,0.00197585092894332,0.153725174569888,0.0,0.000324026842252561,0.5,0.153725174569888,0.0,4.69008989983785e-05,0.153725174569888,0.0,0.00642479876704503,0.153725174569888,0.0,0.160315676723329,0.153725174569888,0.0,0.0604285594302614,0.153725174569888,0.0,0.0633808354755891,0.153725174569888,0.0,0.00274827498127044,0.153725174569888,0.0,0.00304082832736221,0.5,0.153725174569888,0.0,0.00413043788111978,0,0.253665984605974,0.023813626892276 -5948,0.5,0.153725174569888,0.0,0.091337455684273,0.153725174569888,0.0,0.0933991322744122,0.153725174569888,0.0,0.0355735283656463,0.153725174569888,0.0,0.0539124540940134,0.153725174569888,0.0,0.0309995326720426,0.153725174569888,0.0,0.00078792772811106,0.153725174569888,0.0,0.00468074644474543,0.153725174569888,0.0,0.000958237815074981,0.5,0.153725174569888,0.0,0.00167223056336858,0.153725174569888,0.0,0.000486192940599898,0.5,0.153725174569888,0.0,0.000145386437163456,0.153725174569888,0.0,0.00526371623966898,0.153725174569888,0.0,0.158445217285365,0.153725174569888,0.0,0.0678693043983421,0.153725174569888,0.0,0.0634028742814463,0.153725174569888,0.0,0.00232413910533604,0.153725174569888,0.0,0.00321789503075989,0.5,0.153725174569888,0.0,0.00376491839979648,0,0.228691524458923,0.0236982448855321 -5949,0.5,0.153725174569888,0.0,0.0846447236061911,0.153725174569888,0.0,0.0905893992788306,0.153725174569888,0.0,0.0221595273350014,0.153725174569888,0.0,0.0452524767080342,0.153725174569888,0.0,0.0382721358385353,0.153725174569888,0.0,0.000775386906056888,0.153725174569888,0.0,0.0068016569026331,0.153725174569888,0.0,0.00048522453031804,0.5,0.153725174569888,0.0,0.00168109534063962,0.153725174569888,0.0,0.00062603477553834,0.5,0.153725174569888,0.0,0.000285482576395712,0.153725174569888,0.0,0.00454220219092092,0.153725174569888,0.0,0.150650060459966,0.153725174569888,0.0,0.0703679995545053,0.153725174569888,0.0,0.0578057978689984,0.153725174569888,0.0,0.00214764205683981,0.153725174569888,0.0,0.00406073010034356,0.5,0.153725174569888,0.0,0.00340290793051616,0,0.198317095467492,0.0256536859604507 -5950,0.5,0.153725174569888,0.0,0.0770968114165887,0.153725174569888,0.0,0.0742671740618858,0.153725174569888,0.0,0.0125205655782648,0.153725174569888,0.0,0.0379123089473297,0.153725174569888,0.0,0.0394506873878281,0.153725174569888,0.0,0.00138867800781137,0.153725174569888,0.0,0.00676944994245648,0.153725174569888,0.0,0.00128604492502724,0.5,0.153725174569888,0.0,0.00232791002872739,0.153725174569888,0.0,0.000970822511696596,0.5,0.153725174569888,0.0,0.000546179914776355,0.153725174569888,0.0,0.00443632166182178,0.153725174569888,0.0,0.13968288784407,0.153725174569888,0.0,0.0692262710184916,0.153725174569888,0.0,0.0502747272536621,0.153725174569888,0.0,0.00129183509202602,0.153725174569888,0.0,0.00538148184622485,0.5,0.153725174569888,0.0,0.003998779113472,0,0.153179676781914,0.0286412141048027 -5951,0.5,0.153725174569888,0.0,0.0728375256248723,0.153725174569888,0.0,0.0632246776847506,0.153725174569888,0.0,0.00858251987305781,0.153725174569888,0.0,0.0333414089009655,0.153725174569888,0.0,0.0345673258736054,0.153725174569888,0.0,0.00264044993449831,0.153725174569888,0.0,0.00697217096866671,0.153725174569888,0.0,0.00356637412635084,0.5,0.153725174569888,0.0,0.00375476341637324,0.153725174569888,0.0,0.0010602640325513,0.5,0.153725174569888,0.0,0.000828794632170546,0.153725174569888,0.0,0.00361915908813943,0.153725174569888,0.0,0.121959062916501,0.153725174569888,0.0,0.0668430430631785,0.153725174569888,0.0,0.0460069214934184,0.153725174569888,0.0,0.000957766612385997,0.153725174569888,0.0,0.0066230050909466,0.5,0.153725174569888,0.0,0.00403591257083416,0,0.112160609745495,0.023664499363533 -5952,0.5,0.153725174569888,0.0,0.0673395779397893,0.153725174569888,0.0,0.0593274572439775,0.153725174569888,0.0,0.00605699065990959,0.153725174569888,0.0,0.027532926590847,0.153725174569888,0.0,0.0262764791481915,0.153725174569888,0.0,0.0033023578715615,0.153725174569888,0.0,0.00698327697180463,0.153725174569888,0.0,0.00553156347451957,0.5,0.153725174569888,0.0,0.00471472529900142,0.153725174569888,0.0,0.00144918722196371,0.5,0.153725174569888,0.0,0.000946333122303773,0.153725174569888,0.0,0.00306109970413619,0.153725174569888,0.0,0.0993283460246171,0.153725174569888,0.0,0.0597353816996942,0.153725174569888,0.0,0.0427972120463648,0.153725174569888,0.0,0.000913821428343897,0.153725174569888,0.0,0.0062030830278455,0.5,0.153725174569888,0.0,0.00357453900847331,0,0.0847619207081409,0.0167697646148218 -5953,0.5,0.153725174569888,0.0,0.0606813484093559,0.153725174569888,0.0,0.0531681345002257,0.153725174569888,0.0,0.00408252397285033,0.153725174569888,0.0,0.0217255530384441,0.153725174569888,0.0,0.0173496351935734,0.153725174569888,0.0,0.0033421312216212,0.153725174569888,0.0,0.00730646071487157,0.153725174569888,0.0,0.00632974049631682,0.5,0.153725174569888,0.0,0.00390156186820293,0.153725174569888,0.0,0.00170600249525928,0.5,0.153725174569888,0.0,0.00105476337288122,0.153725174569888,0.0,0.0030262000960241,0.153725174569888,0.0,0.0919905440123718,0.153725174569888,0.0,0.0536371631133992,0.153725174569888,0.0,0.0395087672406331,0.153725174569888,0.0,0.000901661502763756,0.153725174569888,0.0,0.0048462837873379,0.5,0.153725174569888,0.0,0.00286194360269352,0,0.0728656520714439,0.00980934176676111 -5954,0.5,0.153725174569888,0.0,0.0553442785565783,0.153725174569888,0.0,0.0549775389546614,0.153725174569888,0.0,0.00265655641358302,0.153725174569888,0.0,0.0168827268813093,0.153725174569888,0.0,0.0117382847145512,0.153725174569888,0.0,0.00501528316021914,0.153725174569888,0.0,0.00991409030300936,0.153725174569888,0.0,0.00772536133434538,0.5,0.153725174569888,0.0,0.00342572763169987,0.153725174569888,0.0,0.00187794131121628,0.5,0.153725174569888,0.0,0.00106434416128678,0.153725174569888,0.0,0.00273515921810717,0.153725174569888,0.0,0.079537153710472,0.153725174569888,0.0,0.0490627300988242,0.153725174569888,0.0,0.0368348760595398,0.153725174569888,0.0,0.00118433141005911,0.153725174569888,0.0,0.00392539136560299,0.5,0.153725174569888,0.0,0.0025252163844931,0,0.0647940008479395,0.00541266184402122 -5955,0.5,0.153725174569888,0.0,0.0510543112197193,0.153725174569888,0.0,0.0632187037476216,0.153725174569888,0.0,0.00215225658310475,0.153725174569888,0.0,0.0136777609562756,0.153725174569888,0.0,0.00843950566364389,0.153725174569888,0.0,0.00802966814729641,0.153725174569888,0.0,0.0114549259209537,0.153725174569888,0.0,0.00915292007255396,0.5,0.153725174569888,0.0,0.00337334481366372,0.153725174569888,0.0,0.00204649491902038,0.5,0.153725174569888,0.0,0.000969108762128861,0.153725174569888,0.0,0.00176803939413004,0.153725174569888,0.0,0.0763976777813711,0.153725174569888,0.0,0.0440560691871524,0.153725174569888,0.0,0.0334647468083247,0.153725174569888,0.0,0.00186988171165743,0.153725174569888,0.0,0.00292627503986052,0.5,0.153725174569888,0.0,0.00253025195526749,0,0.0670188409545408,0.00215358853270737 -5956,0.5,0.153725174569888,0.0,0.0505678828073699,0.153725174569888,0.0,0.0563862856403111,0.153725174569888,0.0,0.00177593141874656,0.153725174569888,0.0,0.0125312725026156,0.153725174569888,0.0,0.00731482970035748,0.153725174569888,0.0,0.0106861520858978,0.153725174569888,0.0,0.0124204921288484,0.153725174569888,0.0,0.010346511830429,0.5,0.153725174569888,0.0,0.00291530124295855,0.153725174569888,0.0,0.0019634553468135,0.5,0.153725174569888,0.0,0.000794166345036524,0.153725174569888,0.0,0.00128260692604878,0.153725174569888,0.0,0.0754008982302066,0.153725174569888,0.0,0.0411534633841816,0.153725174569888,0.0,0.0309831175514199,0.153725174569888,0.0,0.00217304953594343,0.153725174569888,0.0,0.00216272057690964,0.5,0.153725174569888,0.0,0.00231936622137362,0,0.0734879198400083,0.000762082660129347 -5957,0.5,0.153725174569888,0.0,0.0513568499715236,0.153725174569888,0.0,0.0544347985949161,0.153725174569888,0.0,0.0017281412549692,0.153725174569888,0.0,0.011653228634366,0.153725174569888,0.0,0.00592285500764493,0.153725174569888,0.0,0.0117010252202108,0.153725174569888,0.0,0.011931203097153,0.153725174569888,0.0,0.0108329526611073,0.5,0.153725174569888,0.0,0.00279246636754818,0.153725174569888,0.0,0.00167837902855234,0.5,0.153725174569888,0.0,0.000686044061436246,0.153725174569888,0.0,0.00113902375838678,0.153725174569888,0.0,0.0720844729509515,0.153725174569888,0.0,0.0400738059127763,0.153725174569888,0.0,0.0276188219043056,0.153725174569888,0.0,0.00236208524336843,0.153725174569888,0.0,0.00158427307965586,0.5,0.153725174569888,0.0,0.00204537956639155,0,0.0811847409649916,0.00092354976391225 -5958,0.5,0.153725174569888,0.0,0.0520337337231581,0.153725174569888,0.0,0.0440737948703255,0.153725174569888,0.0,0.00179809098421568,0.153725174569888,0.0,0.0111677105889555,0.153725174569888,0.0,0.00502800788304341,0.153725174569888,0.0,0.0124598471169757,0.153725174569888,0.0,0.0123440721154165,0.153725174569888,0.0,0.0109286124851627,0.5,0.153725174569888,0.0,0.00271720725548615,0.153725174569888,0.0,0.00140618964743476,0.5,0.153725174569888,0.0,0.000747544161036811,0.153725174569888,0.0,0.00122186146687315,0.153725174569888,0.0,0.0725697188016604,0.153725174569888,0.0,0.0410506054415371,0.153725174569888,0.0,0.0227137558793298,0.153725174569888,0.0,0.00343085329198378,0.153725174569888,0.0,0.00110655427705426,0.5,0.153725174569888,0.0,0.0018659598190442,0,0.086122971039277,0.00115111120064491 -5959,0.5,0.153725174569888,0.057453713320593,0.0412318899346342,0.153725174569888,0.039414231617748,0.0423792478004333,0.153725174569888,0.0430875289812137,0.00186125983087303,0.153725174569888,0.0582426164782927,0.00933700682641958,0.153725174569888,0.0225022804060884,0.0044714088838113,0.153725174569888,0.0152287179251006,0.0140996831014357,0.153725174569888,0.0219937353825039,0.011962481466148,0.153725174569888,0.0179671778393807,0.00933767663550578,0.5,0.153725174569888,0.0197799121998877,0.0028925296961984,0.153725174569888,0.0359960896868171,0.00115154999021526,0.5,0.153725174569888,0.027802213469407,0.000893721821270809,0.153725174569888,0.0285087315299997,0.00156136833988727,0.153725174569888,0.0374132558071207,0.0652071362670657,0.153725174569888,0.0241892078272211,0.0408702478518697,0.153725174569888,0.0343000481116372,0.0203385277502793,0.153725174569888,0.0303059543545538,0.00404812839232188,0.153725174569888,0.0377500015974841,0.000948006035242737,0.5,0.153725174569888,0.0386488970449857,0.00124751808294937,0,0.0855683153172752,0.00110611803240281 -5960,0.5,0.153725174569888,0.188841334038213,0.0449508098262749,0.153725174569888,0.162097329414384,0.0437725473559115,0.153725174569888,0.166039744984594,0.00127366157809575,0.153725174569888,0.188378448239399,0.00934517536114016,0.153725174569888,0.132349428067062,0.00519123825352652,0.153725174569888,0.120559961329136,0.0193708578084846,0.153725174569888,0.124594985202989,0.0105446744877933,0.153725174569888,0.130950941989924,0.00726169008732415,0.5,0.153725174569888,0.134468642804063,0.00229709701096006,0.153725174569888,0.156971810138259,0.000798583512679912,0.5,0.153725174569888,0.145300848526033,0.000893999977070521,0.153725174569888,0.14811800795266,0.00199432737824462,0.153725174569888,0.159201958537841,0.0672157206423021,0.153725174569888,0.124794457654233,0.0382707939503974,0.153725174569888,0.150730103414323,0.0204937223431775,0.153725174569888,0.147485389519064,0.00150711691475046,0.153725174569888,0.156231504490586,0.000711594241916192,0.5,0.153725174569888,0.133911677916195,0.000774505819303403,0,0.0856563452492183,0.000974414484134749 -5961,0.5,0.153725174569888,0.329001708194568,0.0845104966492248,0.153725174569888,0.29851311574955,0.0712668203144835,0.153725174569888,0.305744772832481,0.00107642221735338,0.153725174569888,0.328468264186932,0.0176944092681019,0.153725174569888,0.268217035468282,0.0138977535979444,0.153725174569888,0.258490546649495,0.0518583061799784,0.153725174569888,0.250688518328304,0.0256800611435299,0.153725174569888,0.273871655597247,0.0127053990626752,0.5,0.153725174569888,0.278020801524333,0.00198002292376996,0.153725174569888,0.298328466387458,0.000851777934305025,0.5,0.153725174569888,0.288814688088,0.00107746733923795,0.153725174569888,0.294028906985726,0.000712202723749463,0.153725174569888,0.300439371124523,0.0939423022641549,0.153725174569888,0.243436805006415,0.0485009291729513,0.153725174569888,0.287190504609125,0.0347098359821227,0.153725174569888,0.287217895176753,0.000853222912933078,0.153725174569888,0.297675005763676,0.00053869398747167,0.5,0.153725174569888,0.222385548717977,0.000910947187950986,0,0.0983668220576809,0.00173293485283866 -5962,0.5,0.153725174569888,0.468783070223794,0.108883259248705,0.153725174569888,0.42496544686901,0.112640224107577,0.153725174569888,0.447414982857379,0.00100129304214117,0.153725174569888,0.468314642053373,0.0197679171935306,0.153725174569888,0.401850229981632,0.0243131799511058,0.153725174569888,0.400003576343551,0.0819745665889903,0.153725174569888,0.382006247054532,0.0441549544397617,0.153725174569888,0.41801658660713,0.0185142005019535,0.5,0.153725174569888,0.424851123060091,0.00451139281453178,0.153725174569888,0.437065227520742,0.00228713048073931,0.5,0.153725174569888,0.436690681846498,0.00272946239960664,0.153725174569888,0.443680123977517,0.0029907781581772,0.153725174569888,0.435107032731339,0.127130376269242,0.153725174569888,0.357547763275657,0.0532196165267532,0.153725174569888,0.424066653286262,0.0386050303337373,0.153725174569888,0.428683089308613,0.00226090014820868,0.153725174569888,0.439330766245949,0.00106232496662987,0.5,0.153725174569888,0.296146671826787,0.000582366540851083,0,0.10331646017994,0.00220862263053282 -5963,0.5,0.153725174569888,0.579054270821691,0.123991480906544,0.153725174569888,0.522434574401049,0.116219744934064,0.153725174569888,0.560300537793899,0.00110024786360524,0.153725174569888,0.574980674399399,0.0248449105030176,0.153725174569888,0.514121413295948,0.0345026780845689,0.153725174569888,0.526880576022978,0.0926094137252242,0.153725174569888,0.501868617093404,0.060450993535719,0.153725174569888,0.542796325286465,0.0211390876441536,0.5,0.153725174569888,0.549609888133567,0.0133686876787239,0.153725174569888,0.517688909128138,0.00402933901676752,0.5,0.153725174569888,0.557114801215937,0.00885605130408703,0.153725174569888,0.55827053869765,0.0103123899317425,0.153725174569888,0.547146501669883,0.148088497256009,0.153725174569888,0.463270812935219,0.0504034607326276,0.153725174569888,0.540464688804011,0.0335791323776243,0.153725174569888,0.545742441420379,0.00474721833755206,0.153725174569888,0.544776528488396,0.00264770558566037,0.5,0.153725174569888,0.367209541415751,0.000241339286594282,0,0.0948377007603734,0.000824700210340852 -5964,0.5,0.153725174569888,0.635842484247435,0.146562399435232,0.153725174569888,0.566660100947416,0.103931916644831,0.153725174569888,0.602140354740949,0.001871549888113,0.153725174569888,0.6295428127248,0.0289933185829848,0.153725174569888,0.568996672993857,0.0382116403312545,0.153725174569888,0.607764725245528,0.0942074331212053,0.153725174569888,0.559264806947307,0.0725121950773319,0.153725174569888,0.592928241610979,0.0214449047871245,0.5,0.153725174569888,0.62122654274681,0.0247207716894353,0.153725174569888,0.405652297817327,0.00750172520631504,0.5,0.153725174569888,0.592437972914833,0.0109327851784175,0.153725174569888,0.582687991664546,0.0222722973462562,0.153725174569888,0.602394262204285,0.1606026511514,0.153725174569888,0.529933796865531,0.0413279494422003,0.153725174569888,0.607933569776638,0.0264151137596943,0.153725174569888,0.547791103210288,0.00623264858782052,0.153725174569888,0.514463353879162,0.00330557642928531,0.5,0.153725174569888,0.415260211173504,0.000617776071277162,0,0.103358342891022,0.000461194542881768 -5965,0.5,0.153725174569888,0.650179301874826,0.168992857441187,0.153725174569888,0.568589351721096,0.0874372996818613,0.153725174569888,0.61988427047766,0.00342659927478913,0.153725174569888,0.642991924101208,0.0307436088766868,0.153725174569888,0.575877273175223,0.0486003581884102,0.153725174569888,0.625151781835374,0.100368957822735,0.153725174569888,0.470188584709168,0.0631665506040102,0.153725174569888,0.538884416046926,0.0249483820617812,0.5,0.153725174569888,0.63994928245107,0.0376257607909152,0.153725174569888,0.40493550226513,0.00930726155163979,0.5,0.153725174569888,0.604294606934875,0.00818553465833979,0.153725174569888,0.569100986945668,0.0317648493282688,0.153725174569888,0.605002044841744,0.17312409377123,0.153725174569888,0.562369148051215,0.0339279854586433,0.153725174569888,0.621577339181117,0.0202308798003447,0.153725174569888,0.547397747235747,0.00994252439442575,0.153725174569888,0.475407614658098,0.0024568667057542,0.5,0.153725174569888,0.443372863785803,0.000902013325804502,0,0.132762475740207,3.54262082116618e-05 -5966,0.5,0.153725174569888,0.625298374079808,0.177097555732743,0.153725174569888,0.531022846375004,0.076378420129198,0.153725174569888,0.561330351441362,0.00477917611321081,0.153725174569888,0.616604544797199,0.0355609967483877,0.153725174569888,0.461462157237494,0.0610400600815776,0.153725174569888,0.6013437371039,0.0953333262238199,0.153725174569888,0.432568746923615,0.0480580859219242,0.153725174569888,0.531762228965957,0.0274606841374406,0.5,0.153725174569888,0.620301429235817,0.0477859098992047,0.153725174569888,0.387683572606291,0.00768580623831503,0.5,0.153725174569888,0.570499171115138,0.00574740589221058,0.153725174569888,0.54467866121776,0.0381971445193718,0.153725174569888,0.554802771562137,0.18546373488878,0.153725174569888,0.556397261909896,0.0319414457234228,0.153725174569888,0.559181239936395,0.0208566102703438,0.153725174569888,0.494786874988151,0.0115702778796407,0.153725174569888,0.466818404716194,0.00291208641219648,0.5,0.153725174569888,0.385229215684331,0.00108027749343582,0,0.176639839328731,3.09356539613207e-06 -5967,0.5,0.153725174569888,0.545401283742144,0.176827252047372,0.153725174569888,0.448116182242921,0.0804636568543016,0.153725174569888,0.527650699430039,0.00359615165140003,0.153725174569888,0.53472757752437,0.0455764950761888,0.153725174569888,0.411594102931569,0.0602464160984958,0.153725174569888,0.528317987308312,0.0888890162240338,0.153725174569888,0.448202557973147,0.0361961464303269,0.153725174569888,0.44523312349248,0.0312532463501429,0.5,0.153725174569888,0.556810062481782,0.0474315998730028,0.153725174569888,0.33484106332029,0.00710442677653054,0.5,0.153725174569888,0.535537209834111,0.00827035836806578,0.153725174569888,0.48342105988681,0.0346751235289514,0.153725174569888,0.435124375285625,0.18832953263788,0.153725174569888,0.47904214884858,0.0360614021055908,0.153725174569888,0.489922892033392,0.0275275278218118,0.153725174569888,0.450100593530725,0.0105951434015085,0.153725174569888,0.402630537693661,0.00214026612821357,0.5,0.153725174569888,0.283527777995947,0.000884676953916945,0,0.243280583829892,5.07075377162639e-05 -5968,0.5,0.153725174569888,0.421151785311353,0.167855594539094,0.153725174569888,0.345117296451905,0.079086293279725,0.153725174569888,0.382482054877145,0.00471256193490328,0.153725174569888,0.406613679332587,0.0571176267978621,0.153725174569888,0.262741374264594,0.0538328885732744,0.153725174569888,0.398780391234408,0.0764488052035988,0.153725174569888,0.31620396445157,0.0253083383047393,0.153725174569888,0.305929391954555,0.0340565571715288,0.5,0.153725174569888,0.448508884148128,0.0391169365181819,0.153725174569888,0.218656114491046,0.00234409641489242,0.5,0.153725174569888,0.442774956356235,0.00857277094024173,0.153725174569888,0.392699571590366,0.0287860425897576,0.153725174569888,0.301281699905417,0.168806772672686,0.153725174569888,0.352360480753213,0.0311748769352802,0.153725174569888,0.334783081425424,0.031821349536918,0.153725174569888,0.328500317871493,0.00960802423036889,0.153725174569888,0.315955294427582,0.00254548439738083,0.5,0.153725174569888,0.283112354790011,0.000803397259599136,0,0.320905765886989,7.6020182712945e-05 -5969,0.5,0.153725174569888,0.289975276648747,0.112337324490559,0.153725174569888,0.232091272226477,0.028757006124425,0.153725174569888,0.251580104151321,0.00385496069004159,0.153725174569888,0.274994238167814,0.0374119264261183,0.153725174569888,0.240185870597117,0.0377941306845557,0.153725174569888,0.275104040397703,0.0565244065835686,0.153725174569888,0.228273537392492,0.0167931287789187,0.153725174569888,0.165830371307447,0.0345998112602561,0.5,0.153725174569888,0.316143959632393,0.0290974869995721,0.153725174569888,0.156918560883926,0.000449619087792011,0.5,0.153725174569888,0.30815451340023,0.00503234439533308,0.153725174569888,0.281204292977386,0.0146525794576127,0.153725174569888,0.168127637945532,0.127759314068636,0.153725174569888,0.265643877996968,0.0221602643163107,0.153725174569888,0.262487803336436,0.0212682229326242,0.153725174569888,0.228470251243594,0.00791962307065254,0.153725174569888,0.212939972108257,0.00105019826402123,0.5,0.153725174569888,0.124251901375591,0.000280847555026627,0,0.369609875955972,0.00220255842484746 -5970,0.5,0.153725174569888,0.0671240826496282,0.0818772672092216,0.153725174569888,0.0921618431121891,0.0113537744855654,0.153725174569888,0.0607541951718733,0.00158591121935643,0.153725174569888,0.0531065997752225,0.0291511886554627,0.153725174569888,0.106801477664056,0.0160233610078962,0.153725174569888,0.109339601407466,0.0376289988310218,0.153725174569888,0.0714821114931528,0.00500314607079274,0.153725174569888,0.0591488695603803,0.0308833129934699,0.5,0.153725174569888,0.107628192004223,0.0105796687247068,0.153725174569888,0.0671741891708385,0.000243919089224341,0.5,0.153725174569888,0.0886287478814988,0.000500555768898584,0.153725174569888,0.085895470123882,0.00253574000713116,0.153725174569888,0.0483623503193162,0.117757201715646,0.153725174569888,0.108918764747417,0.0175798384937553,0.153725174569888,0.0820076862079701,0.00881470822394915,0.153725174569888,0.0809005490152158,0.00214117864297375,0.153725174569888,0.0628074422387071,0.000111234740024151,0.5,0.153725174569888,0.0487273115590151,0.000243542417868601,0,0.372724340465807,0.019257202539352 -5971,0.5,0.153725174569888,0.0,0.0919939996016972,0.153725174569888,0.0,0.0200010362357396,0.153725174569888,0.0,0.00201336472635911,0.153725174569888,0.0,0.0366899639915148,0.153725174569888,0.0,0.0208305416619769,0.153725174569888,0.0,0.0355629191720886,0.153725174569888,0.0,0.00425287306423349,0.153725174569888,0.0,0.0283127573878161,0.5,0.153725174569888,0.0,0.0108305629369641,0.153725174569888,0.0,0.000252156652922757,0.5,0.153725174569888,0.0,0.000335033238336065,0.153725174569888,0.0,0.00212501538177895,0.153725174569888,0.0,0.12511518628503,0.153725174569888,0.0,0.0205866725536458,0.153725174569888,0.0,0.00723244848561376,0.153725174569888,0.0,0.00152165188967704,0.153725174569888,0.0,0.000332360765133595,0.5,0.153725174569888,0.0,0.000603217129479232,0,0.348833551549522,0.0917958954531641 -5972,0.5,0.153725174569888,0.0,0.0942117581212683,0.153725174569888,0.0,0.0317747584850695,0.153725174569888,0.0,0.00221988937050602,0.153725174569888,0.0,0.0376708194409304,0.153725174569888,0.0,0.0403581672070221,0.153725174569888,0.0,0.0490421801578662,0.153725174569888,0.0,0.00652803865744665,0.153725174569888,0.0,0.0234975258474358,0.5,0.153725174569888,0.0,0.0117732044979874,0.153725174569888,0.0,0.000368199304298243,0.5,0.153725174569888,0.0,0.000357784353175002,0.153725174569888,0.0,0.00196679056969546,0.153725174569888,0.0,0.12493834959617,0.153725174569888,0.0,0.0335017725104051,0.153725174569888,0.0,0.00928057788382974,0.153725174569888,0.0,0.00178609794694319,0.153725174569888,0.0,0.000492847878034939,0.5,0.153725174569888,0.0,0.00135110075584877,0,0.358998127116521,0.177227351049092 -5973,0.5,0.153725174569888,0.0,0.089099483507751,0.153725174569888,0.0,0.0259998649397764,0.153725174569888,0.0,0.00238535764824249,0.153725174569888,0.0,0.036111862094424,0.153725174569888,0.0,0.0734214502186481,0.153725174569888,0.0,0.074183215650872,0.153725174569888,0.0,0.0146429871951139,0.153725174569888,0.0,0.0219122094329452,0.5,0.153725174569888,0.0,0.0116145477355839,0.153725174569888,0.0,0.000690425342879906,0.5,0.153725174569888,0.0,0.000752483720783267,0.153725174569888,0.0,0.0019030521723431,0.153725174569888,0.0,0.114631784849128,0.153725174569888,0.0,0.0507690031147032,0.153725174569888,0.0,0.0105121638043855,0.153725174569888,0.0,0.00204178063255532,0.153725174569888,0.0,0.000363024125408221,0.5,0.153725174569888,0.0,0.00176109836529947,0,0.340918995720625,0.175252859556579 -5974,0.5,0.153725174569888,0.0,0.0820944735656198,0.153725174569888,0.0,0.016517324746574,0.153725174569888,0.0,0.00254531478509873,0.153725174569888,0.0,0.0323824855860671,0.153725174569888,0.0,0.120151428205034,0.153725174569888,0.0,0.120985646407288,0.153725174569888,0.0,0.0339752721888178,0.153725174569888,0.0,0.0220014172668698,0.5,0.153725174569888,0.0,0.0106857725643581,0.153725174569888,0.0,0.00203921906412832,0.5,0.153725174569888,0.0,0.00135061194065236,0.153725174569888,0.0,0.00234664145113013,0.153725174569888,0.0,0.0915970248763409,0.153725174569888,0.0,0.0591760714220162,0.153725174569888,0.0,0.0107626256448935,0.153725174569888,0.0,0.00287470281777433,0.153725174569888,0.0,0.000425023310519872,0.5,0.153725174569888,0.0,0.00295004541296727,0,0.283815783827599,0.208216078165802 -5975,0.5,0.153725174569888,0.0,0.0738061103510744,0.153725174569888,0.0,0.0133513493145073,0.153725174569888,0.0,0.00255709169124793,0.153725174569888,0.0,0.0269351465107265,0.153725174569888,0.0,0.10577721327443,0.153725174569888,0.0,0.0982478970972795,0.153725174569888,0.0,0.0554160354101964,0.153725174569888,0.0,0.0227026585279086,0.5,0.153725174569888,0.0,0.0097787421373779,0.153725174569888,0.0,0.00307198209458847,0.5,0.153725174569888,0.0,0.00213014972763907,0.153725174569888,0.0,0.00551091580565641,0.153725174569888,0.0,0.0590765959424584,0.153725174569888,0.0,0.0483973515184018,0.153725174569888,0.0,0.0102405140849561,0.153725174569888,0.0,0.00460039949530636,0.153725174569888,0.0,0.000664396050451608,0.5,0.153725174569888,0.0,0.00413825928480783,0,0.218655915847909,0.420049412352747 -5976,0.5,0.153725174569888,0.0,0.0629333740287159,0.153725174569888,0.0,0.00924595151374949,0.153725174569888,0.0,0.00360647801430328,0.153725174569888,0.0,0.0198081435898357,0.153725174569888,0.0,0.0709557335700203,0.153725174569888,0.0,0.0522050457516213,0.153725174569888,0.0,0.0785798023868712,0.153725174569888,0.0,0.0222047316291901,0.5,0.153725174569888,0.0,0.00851314131236103,0.153725174569888,0.0,0.00419779812622095,0.5,0.153725174569888,0.0,0.00452792341832131,0.153725174569888,0.0,0.00397112789814834,0.153725174569888,0.0,0.0370222939572708,0.153725174569888,0.0,0.0493611863190191,0.153725174569888,0.0,0.0116948361352441,0.153725174569888,0.0,0.00793646743962443,0.153725174569888,0.0,0.000968287576545284,0.5,0.153725174569888,0.0,0.00454201004235699,0,0.172751636477382,0.676818095030819 -5977,0.5,0.153725174569888,0.0,0.0545331716409418,0.153725174569888,0.0,0.00619202214712821,0.153725174569888,0.0,0.00541353009438947,0.153725174569888,0.0,0.0134747882248053,0.153725174569888,0.0,0.0604217551137005,0.153725174569888,0.0,0.0342423640633176,0.153725174569888,0.0,0.0840704990097418,0.153725174569888,0.0,0.0199900592935474,0.5,0.153725174569888,0.0,0.00788326306188458,0.153725174569888,0.0,0.00543766680391926,0.5,0.153725174569888,0.0,0.00564415256215224,0.153725174569888,0.0,0.00461829482390931,0.153725174569888,0.0,0.0269316225809168,0.153725174569888,0.0,0.0725979710910727,0.153725174569888,0.0,0.014705579921077,0.153725174569888,0.0,0.0139701201604696,0.153725174569888,0.0,0.00154646198284007,0.5,0.153725174569888,0.0,0.00463237546847164,0,0.141162324326486,0.750261833841881 -5978,0.5,0.153725174569888,0.0,0.0468315387737885,0.153725174569888,0.0,0.00797300602353952,0.153725174569888,0.0,0.00846651815550963,0.153725174569888,0.0,0.0103499868629996,0.153725174569888,0.0,0.0752001092629124,0.153725174569888,0.0,0.0526421098885416,0.153725174569888,0.0,0.0673681080146952,0.153725174569888,0.0,0.0171435218692125,0.5,0.153725174569888,0.0,0.00732589129351839,0.153725174569888,0.0,0.00567706054407248,0.5,0.153725174569888,0.0,0.00628619839430028,0.153725174569888,0.0,0.00708818359729699,0.153725174569888,0.0,0.0239950797165914,0.153725174569888,0.0,0.112874080762037,0.153725174569888,0.0,0.0179928507495357,0.153725174569888,0.0,0.0246578868892245,0.153725174569888,0.0,0.00236400425714729,0.5,0.153725174569888,0.0,0.00542511841001079,0,0.132321859659028,0.758300842875522 -5979,0.5,0.153725174569888,0.0,0.0449618749227184,0.153725174569888,0.0,0.0159389796828188,0.153725174569888,0.0,0.0115433041937249,0.153725174569888,0.0,0.00846532371306107,0.153725174569888,0.0,0.105237149566784,0.153725174569888,0.0,0.090834574167208,0.153725174569888,0.0,0.0484053736060603,0.153725174569888,0.0,0.0209762691297194,0.5,0.153725174569888,0.0,0.00638537031064886,0.153725174569888,0.0,0.00489367847328035,0.5,0.153725174569888,0.0,0.00645577691762637,0.153725174569888,0.0,0.00416390955190244,0.153725174569888,0.0,0.0355735121062463,0.153725174569888,0.0,0.143513440005859,0.153725174569888,0.0,0.0241954386727532,0.153725174569888,0.0,0.0288981189853374,0.153725174569888,0.0,0.0023837989242157,0.5,0.153725174569888,0.0,0.00620267367388439,0,0.132915456708108,0.747892758593834 -5980,0.5,0.153725174569888,0.0,0.0449841037216548,0.153725174569888,0.0,0.0343075137082902,0.153725174569888,0.0,0.0114254334504664,0.153725174569888,0.0,0.00803744519618799,0.153725174569888,0.0,0.134971961128103,0.153725174569888,0.0,0.108511067828353,0.153725174569888,0.0,0.0494481231159265,0.153725174569888,0.0,0.0291050326487703,0.5,0.153725174569888,0.0,0.00519543940357216,0.153725174569888,0.0,0.00372848327785184,0.5,0.153725174569888,0.0,0.00500482645702016,0.153725174569888,0.0,0.00283441445292757,0.153725174569888,0.0,0.0539175534910047,0.153725174569888,0.0,0.16648388372522,0.153725174569888,0.0,0.0433615699760684,0.153725174569888,0.0,0.0269077423987552,0.153725174569888,0.0,0.00188805269182137,0.5,0.153725174569888,0.0,0.00638844117304057,0,0.140959407494369,0.735502812896631 -5981,0.5,0.153725174569888,0.0,0.0431454127951684,0.153725174569888,0.0,0.0554078629231603,0.153725174569888,0.0,0.0116019924441813,0.153725174569888,0.0,0.00769751837996182,0.153725174569888,0.0,0.124826383702576,0.153725174569888,0.0,0.110225658402447,0.153725174569888,0.0,0.0421421237274574,0.153725174569888,0.0,0.0305745752481273,0.5,0.153725174569888,0.0,0.00585642315868256,0.153725174569888,0.0,0.00374214115005501,0.5,0.153725174569888,0.0,0.00375015367223661,0.153725174569888,0.0,0.00301686028938971,0.153725174569888,0.0,0.0617561008996943,0.153725174569888,0.0,0.170741729970503,0.153725174569888,0.0,0.0688353073474972,0.153725174569888,0.0,0.0233353684561719,0.153725174569888,0.0,0.00180650576992952,0.5,0.153725174569888,0.0,0.00737268754224471,0,0.143945211463348,0.668258315735833 -5982,0.5,0.153725174569888,0.0,0.0389939744722481,0.153725174569888,0.0,0.066977150276145,0.153725174569888,0.0,0.0171506388674591,0.153725174569888,0.0,0.00703472054855589,0.153725174569888,0.0,0.115713997782228,0.153725174569888,0.0,0.110134862665196,0.153725174569888,0.0,0.0229387550955355,0.153725174569888,0.0,0.0299620285842686,0.5,0.153725174569888,0.0,0.00620775391304194,0.153725174569888,0.0,0.00403684314782333,0.5,0.153725174569888,0.0,0.00524412900192336,0.153725174569888,0.0,0.00158785713598986,0.153725174569888,0.0,0.0765257682316653,0.153725174569888,0.0,0.18056569719154,0.153725174569888,0.0,0.0890024632363678,0.153725174569888,0.0,0.0222364769297579,0.153725174569888,0.0,0.00241274372935351,0.5,0.153725174569888,0.0,0.0102185160999429,0,0.138011795959896,0.558701833996185 -5983,0.5,0.153725174569888,0.0450381442926188,0.028247158788016,0.153725174569888,0.017826715790952,0.106649990804583,0.153725174569888,0.0122196569099687,0.0230961669565657,0.153725174569888,0.0421970181063896,0.0054563915602388,0.153725174569888,0.00346040061113199,0.117060458978019,0.153725174569888,0.00651312027076163,0.116901513996056,0.153725174569888,0.0172626188225221,0.0192203485105398,0.153725174569888,0.000864112053734646,0.030891140829748,0.5,0.153725174569888,0.00208578066090892,0.00576609415694008,0.153725174569888,0.0261800733916951,0.00348536136963183,0.5,0.153725174569888,0.0141335328774151,0.00764000190693817,0.153725174569888,0.0155793898814514,0.00139120462902655,0.153725174569888,0.026550302940297,0.0937894225809115,0.153725174569888,0.0081216993374501,0.17064674298432,0.153725174569888,0.0128798060550898,0.119803004085245,0.153725174569888,0.0136469539442093,0.0152324235776882,0.153725174569888,0.0111954657242745,0.00308455865467038,0.5,0.153725174569888,0.028375792956104,0.0121814185725006,0,0.11182119439199,0.435492337772759 -5984,0.5,0.153725174569888,0.144994040082055,0.0258717555197049,0.153725174569888,0.0906063000621987,0.226457535685004,0.153725174569888,0.0483827490014299,0.0395882286039388,0.153725174569888,0.136154915615638,0.00595208811932692,0.153725174569888,0.0490998861239252,0.150566949790261,0.153725174569888,0.0661793694422974,0.137723162936672,0.153725174569888,0.112096554401636,0.049077647689055,0.153725174569888,0.0125920955976735,0.0345621587372804,0.5,0.153725174569888,0.0118467582229265,0.00524700775240294,0.153725174569888,0.120000577320555,0.00236497255343865,0.5,0.153725174569888,0.0587932304603122,0.00867539259298695,0.153725174569888,0.0779605019399913,0.00134977531218516,0.153725174569888,0.125873890674844,0.162571096111376,0.153725174569888,0.0446099762394148,0.204240334030823,0.153725174569888,0.0735275623049173,0.16686536535642,0.153725174569888,0.0728396192019576,0.0214010839267068,0.153725174569888,0.0463822892001255,0.00302546906310392,0.5,0.153725174569888,0.107013026172179,0.0138692369632169,0,0.0831200412825036,0.327857581975446 -5985,0.5,0.153725174569888,0.234309114821672,0.0369518277940949,0.153725174569888,0.198797514092767,0.306479701218696,0.153725174569888,0.0897996700704364,0.0655022958139987,0.153725174569888,0.238395523245399,0.0153534633966392,0.153725174569888,0.149749659443842,0.178980760528819,0.153725174569888,0.148989426482379,0.134751797141554,0.153725174569888,0.225086608998421,0.0840962501973479,0.153725174569888,0.0356238097239526,0.0410515182041912,0.5,0.153725174569888,0.0286433086216791,0.00709537061502981,0.153725174569888,0.232638312353367,0.00221420911076565,0.5,0.153725174569888,0.0954267704467968,0.0117364440135293,0.153725174569888,0.145196806935285,0.00348470087693105,0.153725174569888,0.227650410290813,0.319870445077187,0.153725174569888,0.0861147716329949,0.225610493074567,0.153725174569888,0.187740415160584,0.194952150357857,0.153725174569888,0.153659113601528,0.04875164021501,0.153725174569888,0.0675972649797353,0.00403573037434384,0.5,0.153725174569888,0.175327691136153,0.0195162509657862,0,0.0524311672745225,0.280622362453143 -5986,0.5,0.153725174569888,0.314726920309703,0.0306086707151587,0.153725174569888,0.272172623468251,0.325422077488609,0.153725174569888,0.124847697944362,0.0714090405644123,0.153725174569888,0.3180922723251,0.0244664893368,0.153725174569888,0.26225711419342,0.192122696999112,0.153725174569888,0.235615404795204,0.122318408361616,0.153725174569888,0.336145510727542,0.116421619111429,0.153725174569888,0.0670581310670652,0.0434284318052068,0.5,0.153725174569888,0.047560727273428,0.0107738547345397,0.153725174569888,0.342122338389896,0.00178994235554592,0.5,0.153725174569888,0.144790264467723,0.0209045137385282,0.153725174569888,0.209183594257353,0.0121784794753782,0.153725174569888,0.254513459962329,0.336544570916857,0.153725174569888,0.129788726949487,0.241614452004908,0.153725174569888,0.352565848455879,0.203961974605672,0.153725174569888,0.234461409247777,0.0550449473567235,0.153725174569888,0.0990032739222159,0.010779991658894,0.5,0.153725174569888,0.251496815485816,0.0293261697096829,0,0.0351831045127735,0.242673419007843 -5987,0.5,0.153725174569888,0.375518529391182,0.021315012055619,0.153725174569888,0.247256533702137,0.311904668990068,0.153725174569888,0.137918263050528,0.0722456154515184,0.153725174569888,0.353682788189711,0.0447890173776679,0.153725174569888,0.336907815059305,0.202457544998073,0.153725174569888,0.298957858359098,0.106412734174899,0.153725174569888,0.397276575152162,0.131039790564404,0.153725174569888,0.0869980134053401,0.0418451226741755,0.5,0.153725174569888,0.0627748244269112,0.0169220832281025,0.153725174569888,0.334040404157241,0.00299180839514883,0.5,0.153725174569888,0.179693024899372,0.0325116904109261,0.153725174569888,0.244194823053448,0.0361303755293014,0.153725174569888,0.236917182315059,0.366754740365079,0.153725174569888,0.1838428794134,0.257107575771763,0.153725174569888,0.47278287475041,0.197662970635109,0.153725174569888,0.284907731017562,0.0509015270546902,0.153725174569888,0.120505254462414,0.0247712788266295,0.5,0.153725174569888,0.299935839852948,0.0493974765737756,0,0.00663489008973827,0.220193609017477 -5988,0.5,0.153725174569888,0.395904570782897,0.0255348351785181,0.153725174569888,0.26269928315232,0.321011933005862,0.153725174569888,0.153636868236236,0.0629662815702563,0.153725174569888,0.353367780102774,0.0631607096519863,0.153725174569888,0.418180870304096,0.196857137391582,0.153725174569888,0.389176009172017,0.0924165400340596,0.153725174569888,0.385525412384053,0.142016785134794,0.153725174569888,0.0888300091297973,0.041126082116474,0.5,0.153725174569888,0.0725405997235051,0.0250841476663246,0.153725174569888,0.406798048579489,0.0107707289339517,0.5,0.153725174569888,0.186761192631403,0.0612858104727952,0.153725174569888,0.253061858947645,0.0576182542583137,0.153725174569888,0.248399100917268,0.392134685717236,0.153725174569888,0.25746139767989,0.262205963697378,0.153725174569888,0.522937542057876,0.19442166760265,0.153725174569888,0.249895504187285,0.0537289710807932,0.153725174569888,0.118982357042104,0.0404082131912414,0.5,0.153725174569888,0.325826235102898,0.0692744911832227,0,0.000827539559582917,0.177339519438961 -5989,0.5,0.153725174569888,0.368646813106032,0.0258587881996775,0.153725174569888,0.308107035583617,0.373317102190553,0.153725174569888,0.160439060608365,0.0512344289493869,0.153725174569888,0.340367296547415,0.0704501338474432,0.153725174569888,0.540270083235568,0.170261855322938,0.153725174569888,0.430651960720877,0.0771260512068896,0.153725174569888,0.348397341223138,0.141172234756221,0.153725174569888,0.091014101805391,0.0408346883704312,0.5,0.153725174569888,0.0813275952767105,0.0357821990379284,0.153725174569888,0.503879678301571,0.0201618512326786,0.5,0.153725174569888,0.176702184286707,0.0957531191784712,0.153725174569888,0.379528862158333,0.0722692295600056,0.153725174569888,0.261508241694723,0.39156966436166,0.153725174569888,0.395949766852666,0.255815030287239,0.153725174569888,0.505610970094335,0.215372493440186,0.153725174569888,0.189254485179956,0.0604308587983709,0.153725174569888,0.133994375757714,0.051937611122508,0.5,0.153725174569888,0.359980168845713,0.0848579136513405,0,0.00186207176599843,0.111441268070165 -5990,0.5,0.153725174569888,0.334796353173204,0.028407061814507,0.153725174569888,0.291025634628506,0.407539927625439,0.153725174569888,0.150767776842982,0.0412681121859782,0.153725174569888,0.329798751632245,0.0698861350322232,0.153725174569888,0.58392535963315,0.143463855920749,0.153725174569888,0.449615580458632,0.055989882045159,0.153725174569888,0.316832982352087,0.121045385608044,0.153725174569888,0.100831675453784,0.0400805472663218,0.5,0.153725174569888,0.0945438463082541,0.0469562899233308,0.153725174569888,0.520529879985326,0.0226346080177678,0.5,0.153725174569888,0.179247800914726,0.115223244566725,0.153725174569888,0.401304193435611,0.0775765127422919,0.153725174569888,0.304634965534688,0.37455283896458,0.153725174569888,0.462287865906825,0.247050334943594,0.153725174569888,0.450951626960991,0.240092975212965,0.153725174569888,0.135412091159319,0.0742244689120794,0.153725174569888,0.17160398661058,0.068052435946445,0.5,0.153725174569888,0.337360825335153,0.0695461307407296,0,6.20534347155986e-05,0.0615414083425597 -5991,0.5,0.153725174569888,0.270031860448709,0.0316225304358309,0.153725174569888,0.253879561995685,0.364419519502629,0.153725174569888,0.135819392433988,0.0329316080777347,0.153725174569888,0.286847403899753,0.0633585728853532,0.153725174569888,0.539678770673657,0.118795231738081,0.153725174569888,0.433796363162531,0.0392087385359214,0.153725174569888,0.288816262899893,0.0835800179199452,0.153725174569888,0.115851814755684,0.0396449744492563,0.5,0.153725174569888,0.110559196061791,0.0637003415636544,0.153725174569888,0.422020485273675,0.0187279619574612,0.5,0.153725174569888,0.269112484279596,0.125839362927277,0.153725174569888,0.371494154596683,0.0852969846719192,0.153725174569888,0.368528500137312,0.357435989154237,0.153725174569888,0.501428266394563,0.234249120709366,0.153725174569888,0.386271222648726,0.235704182093164,0.153725174569888,0.0921798520553006,0.0778024310089951,0.153725174569888,0.180346028745176,0.0786901260095787,0.5,0.153725174569888,0.305648360600504,0.0588542719339986,0,0.0,0.0525582941054203 -5992,0.5,0.153725174569888,0.183389852736281,0.0344673362789686,0.153725174569888,0.243864908339014,0.300775166958772,0.153725174569888,0.107726126757756,0.024167388543354,0.153725174569888,0.215099805242178,0.0562721483079723,0.153725174569888,0.445380280778691,0.104141378623223,0.153725174569888,0.38076380525029,0.0297223915245701,0.153725174569888,0.243187611969966,0.0566415215893406,0.153725174569888,0.119301557737045,0.0397400273522988,0.5,0.153725174569888,0.134927314169296,0.0781528717560184,0.153725174569888,0.286984744880342,0.0210859292141654,0.5,0.153725174569888,0.290059396208831,0.0983163136861175,0.153725174569888,0.303953307190533,0.0958292880432361,0.153725174569888,0.37348845850698,0.331610302372325,0.153725174569888,0.447691400572888,0.213293743919594,0.153725174569888,0.316475928447309,0.203013791459626,0.153725174569888,0.0519590031116614,0.0701842552687863,0.153725174569888,0.163436707174844,0.072462024019455,0.5,0.153725174569888,0.193889774698173,0.0375951935543596,0,3.4666173233489e-05,0.0648621467780843 -5993,0.5,0.153725174569888,0.0972005268893974,0.0337709250617948,0.153725174569888,0.239408113430981,0.259886958725642,0.153725174569888,0.0718246221447735,0.0157164708866654,0.153725174569888,0.134330243032877,0.0532613067151723,0.153725174569888,0.325480741369126,0.0914472740393794,0.153725174569888,0.265712991825443,0.0286408333058753,0.153725174569888,0.180991367105689,0.045411368994738,0.153725174569888,0.091334287339893,0.0330476760393523,0.5,0.153725174569888,0.125188653174941,0.0826770825566011,0.153725174569888,0.163752141852799,0.0132328577143896,0.5,0.153725174569888,0.23444830712438,0.0578558673333363,0.153725174569888,0.216999142962351,0.0781735327948062,0.153725174569888,0.300279185851985,0.274118521368628,0.153725174569888,0.34011952794113,0.170421203933041,0.153725174569888,0.222788076735629,0.167904515119699,0.153725174569888,0.0323947789222523,0.0557650466205364,0.153725174569888,0.112440280815331,0.0505102350445855,0.5,0.153725174569888,0.165338620819721,0.0177893901913324,0,0.000500666922600154,0.0734970386051763 -5994,0.5,0.153725174569888,0.0253642814385824,0.0348733274188896,0.153725174569888,0.0916302611830235,0.19355862664092,0.153725174569888,0.0282615681023227,0.0086248675609521,0.153725174569888,0.030403344373454,0.0493705281933726,0.153725174569888,0.111655330323482,0.0715819892537974,0.153725174569888,0.117206592168479,0.0299892239851153,0.153725174569888,0.0867636043416333,0.0405154177451514,0.153725174569888,0.0501144252196162,0.0211507673105899,0.5,0.153725174569888,0.0727924736259448,0.0648055255973587,0.153725174569888,0.0442140677646633,0.00799575632241324,0.5,0.153725174569888,0.0867095709836843,0.0121227130841213,0.153725174569888,0.0806602743344615,0.0391342884815029,0.153725174569888,0.105675569708954,0.202183678197718,0.153725174569888,0.110006549830911,0.117848832669287,0.153725174569888,0.0774654524623555,0.1461622786552,0.153725174569888,0.0181581234351264,0.0438945282086723,0.153725174569888,0.0406668684617689,0.0252264304017214,0.5,0.153725174569888,0.0415675582653902,0.00813708668818946,0,0.00192790193181729,0.0518656042329353 -5995,0.5,0.153725174569888,1.25325122455879e-05,0.0430730455794518,0.153725174569888,0.0,0.0701067281328064,0.153725174569888,2.67536276247392e-05,0.00503897111362827,0.153725174569888,3.63020800983016e-07,0.0437717149288928,0.153725174569888,0.0,0.0372306112088712,0.153725174569888,0.0,0.0181882634378571,0.153725174569888,0.0,0.0233017146638655,0.153725174569888,0.000379215752706112,0.00894800580510585,0.5,0.153725174569888,0.000163791568260157,0.0307868227840354,0.153725174569888,0.0,0.010275491825931,0.5,0.153725174569888,0.0,0.00569896069733912,0.153725174569888,0.0,0.022439970303428,0.153725174569888,0.0,0.111921633625231,0.153725174569888,0.0,0.0565484444741491,0.153725174569888,0.000142532635131143,0.102047667781334,0.153725174569888,0.000328382359965835,0.0310440863403555,0.153725174569888,5.64991544590253e-05,0.0140849294728614,0.5,0.153725174569888,0.0,0.010573741936567,0,0.0103272876018808,0.0572894640182367 -5996,0.5,0.153725174569888,0.0,0.0616274948150078,0.153725174569888,0.0,0.0593953993754953,0.153725174569888,0.0,0.00646150617797582,0.153725174569888,0.0,0.0376603642589264,0.153725174569888,0.0,0.0482562695337894,0.153725174569888,0.0,0.0233976821365986,0.153725174569888,0.0,0.0230586111473251,0.153725174569888,0.0,0.00662384028469175,0.5,0.153725174569888,0.0,0.0217302255580192,0.153725174569888,0.0,0.00887454416556662,0.5,0.153725174569888,0.0,0.00351621131735449,0.153725174569888,0.0,0.0172158523416868,0.153725174569888,0.0,0.0858154361388211,0.153725174569888,0.0,0.0390582487655735,0.153725174569888,0.0,0.10322085802418,0.153725174569888,0.0,0.0275910865572211,0.153725174569888,0.0,0.0102121318229708,0.5,0.153725174569888,0.0,0.00771057335758181,0,0.0315650963269713,0.0980874807623865 -5997,0.5,0.153725174569888,0.0,0.0820365141447538,0.153725174569888,0.0,0.0621397581272716,0.153725174569888,0.0,0.0145747346107026,0.153725174569888,0.0,0.034221955047616,0.153725174569888,0.0,0.0530576795162406,0.153725174569888,0.0,0.0339014388078201,0.153725174569888,0.0,0.0312283080552135,0.153725174569888,0.0,0.00777728402424658,0.5,0.153725174569888,0.0,0.0166922317006908,0.153725174569888,0.0,0.00853514785612631,0.5,0.153725174569888,0.0,0.0031299052231744,0.153725174569888,0.0,0.0130129767004384,0.153725174569888,0.0,0.0637639553606624,0.153725174569888,0.0,0.0239909749970919,0.153725174569888,0.0,0.108658830251613,0.153725174569888,0.0,0.0303000083928888,0.153725174569888,0.0,0.0075624936290433,0.5,0.153725174569888,0.0,0.00691489560586312,0,0.054356604933107,0.156992146577806 -5998,0.5,0.153725174569888,0.0,0.114364685769773,0.153725174569888,0.0,0.0494720667585109,0.153725174569888,0.0,0.0373371147155711,0.153725174569888,0.0,0.0361721498775712,0.153725174569888,0.0,0.044008177917385,0.153725174569888,0.0,0.0412498742160253,0.153725174569888,0.0,0.0424556165464399,0.153725174569888,0.0,0.0111268724876591,0.5,0.153725174569888,0.0,0.0140040599438795,0.153725174569888,0.0,0.00977046089125131,0.5,0.153725174569888,0.0,0.00334505869749518,0.153725174569888,0.0,0.00914863313023634,0.153725174569888,0.0,0.0529332520825382,0.153725174569888,0.0,0.014594211049013,0.153725174569888,0.0,0.100191709302092,0.153725174569888,0.0,0.0369599841319342,0.153725174569888,0.0,0.00594174945645968,0.5,0.153725174569888,0.0,0.0070308012672515,0,0.101622159232112,0.188279121516191 -5999,0.5,0.153725174569888,0.0,0.145472681883239,0.153725174569888,0.0,0.0338364374367334,0.153725174569888,0.0,0.0760897046731417,0.153725174569888,0.0,0.0408257823157471,0.153725174569888,0.0,0.0282480133531341,0.153725174569888,0.0,0.0378513406220415,0.153725174569888,0.0,0.0426845346360498,0.153725174569888,0.0,0.0159842561490546,0.5,0.153725174569888,0.0,0.0127587896133067,0.153725174569888,0.0,0.00940462089862669,0.5,0.153725174569888,0.0,0.00320315551671947,0.153725174569888,0.0,0.0065297562708707,0.153725174569888,0.0,0.0473702909273437,0.153725174569888,0.0,0.00880039119535036,0.153725174569888,0.0,0.0861295668270181,0.153725174569888,0.0,0.0398807751034705,0.153725174569888,0.0,0.00528149075480769,0.5,0.153725174569888,0.0,0.00756963050147941,0,0.192569539570795,0.229012131069208 -6000,0.5,0.153725174569888,0.0,0.157934130303995,0.153725174569888,0.0,0.0303023414538765,0.153725174569888,0.0,0.106046089839002,0.153725174569888,0.0,0.0556178495505186,0.153725174569888,0.0,0.0141746121405084,0.153725174569888,0.0,0.0289856832007629,0.153725174569888,0.0,0.0344302541342694,0.153725174569888,0.0,0.013381137347033,0.5,0.153725174569888,0.0,0.0131240357917158,0.153725174569888,0.0,0.00778350794940261,0.5,0.153725174569888,0.0,0.00323625391541387,0.153725174569888,0.0,0.0047085112075745,0.153725174569888,0.0,0.0373398667453524,0.153725174569888,0.0,0.00729464531522,0.153725174569888,0.0,0.0654192650948498,0.153725174569888,0.0,0.0384085296547736,0.153725174569888,0.0,0.00495106542740614,0.5,0.153725174569888,0.0,0.00715633488821317,0,0.297817204260252,0.295072651222188 -6001,0.5,0.153725174569888,0.0,0.146691152381419,0.153725174569888,0.0,0.0236983946971241,0.153725174569888,0.0,0.125338180676635,0.153725174569888,0.0,0.0767526419644659,0.153725174569888,0.0,0.00561696586101905,0.153725174569888,0.0,0.0207680947545957,0.153725174569888,0.0,0.0201922230378801,0.153725174569888,0.0,0.00843627522818128,0.5,0.153725174569888,0.0,0.014353269009201,0.153725174569888,0.0,0.00537777576951348,0.5,0.153725174569888,0.0,0.00316972604964005,0.153725174569888,0.0,0.00401304327150625,0.153725174569888,0.0,0.0298072448446035,0.153725174569888,0.0,0.0103141557223291,0.153725174569888,0.0,0.0444273729128817,0.153725174569888,0.0,0.0320969043057721,0.153725174569888,0.0,0.00496334156477454,0.5,0.153725174569888,0.0,0.00523395276314424,0,0.371398427874959,0.431725400392976 -6002,0.5,0.153725174569888,0.0,0.134954084899618,0.153725174569888,0.0,0.0148044669958537,0.153725174569888,0.0,0.0996511946131696,0.153725174569888,0.0,0.0913047302454758,0.153725174569888,0.0,0.00165073375328766,0.153725174569888,0.0,0.0172081371227789,0.153725174569888,0.0,0.00981014231510869,0.153725174569888,0.0,0.00705559211506067,0.5,0.153725174569888,0.0,0.0149425607776724,0.153725174569888,0.0,0.00405270146631529,0.5,0.153725174569888,0.0,0.00183370373008116,0.153725174569888,0.0,0.00400396638038412,0.153725174569888,0.0,0.0224308676053485,0.153725174569888,0.0,0.0199552816375628,0.153725174569888,0.0,0.0322769631094752,0.153725174569888,0.0,0.0237822013467322,0.153725174569888,0.0,0.00504169861733769,0.5,0.153725174569888,0.0,0.00360615403325895,0,0.409532625919735,0.567427090388336 -6003,0.5,0.153725174569888,0.0,0.127198664912988,0.153725174569888,0.0,0.0096000784987929,0.153725174569888,0.0,0.0714648311113912,0.153725174569888,0.0,0.0870114868840503,0.153725174569888,0.0,0.000557070375547408,0.153725174569888,0.0,0.0150463340746347,0.153725174569888,0.0,0.00427473013034676,0.153725174569888,0.0,0.00878848642834564,0.5,0.153725174569888,0.0,0.0159531133255679,0.153725174569888,0.0,0.00286141007926558,0.5,0.153725174569888,0.0,0.000992546535009059,0.153725174569888,0.0,0.00425809820719809,0.153725174569888,0.0,0.0262000982614199,0.153725174569888,0.0,0.0356686512174375,0.153725174569888,0.0,0.0246203530402539,0.153725174569888,0.0,0.0170098801275879,0.153725174569888,0.0,0.00553735209735873,0.5,0.153725174569888,0.0,0.00254934224903114,0,0.326395339807046,0.734023523294223 -6004,0.5,0.153725174569888,0.0,0.126671070229431,0.153725174569888,0.0,0.00816314971393445,0.153725174569888,0.0,0.0602722302115947,0.153725174569888,0.0,0.0800200581776641,0.153725174569888,0.0,0.00251400207545414,0.153725174569888,0.0,0.0115698340187818,0.153725174569888,0.0,0.00118165453465405,0.153725174569888,0.0,0.0114022816273296,0.5,0.153725174569888,0.0,0.01793957680874,0.153725174569888,0.0,0.00273989999932089,0.5,0.153725174569888,0.0,0.000839905142407832,0.153725174569888,0.0,0.00399226513934091,0.153725174569888,0.0,0.0450224049978507,0.153725174569888,0.0,0.053578862348042,0.153725174569888,0.0,0.0163209285706071,0.153725174569888,0.0,0.0152451557782603,0.153725174569888,0.0,0.00681276533594323,0.5,0.153725174569888,0.0,0.00210599452247673,0,0.243386098710259,0.855509576773905 -6005,0.5,0.153725174569888,0.0,0.113658849098449,0.153725174569888,0.0,0.0104530997386911,0.153725174569888,0.0,0.0632591226061468,0.153725174569888,0.0,0.0833518878341156,0.153725174569888,0.0,0.00648191585189019,0.153725174569888,0.0,0.00638135312356208,0.153725174569888,0.0,0.000504204722949274,0.153725174569888,0.0,0.0104926193385021,0.5,0.153725174569888,0.0,0.02054426593246,0.153725174569888,0.0,0.00343478964330181,0.5,0.153725174569888,0.0,0.000735039857047317,0.153725174569888,0.0,0.00397461974728865,0.153725174569888,0.0,0.0711539929286237,0.153725174569888,0.0,0.0718672106504635,0.153725174569888,0.0,0.00865332462963745,0.153725174569888,0.0,0.0162280707614968,0.153725174569888,0.0,0.00784832418494858,0.5,0.153725174569888,0.0,0.00160406418821039,0,0.190117274635851,0.930315059812866 -6006,0.5,0.153725174569888,0.0,0.0898950912868356,0.153725174569888,0.0,0.0109121438385379,0.153725174569888,0.0,0.0669202575626821,0.153725174569888,0.0,0.0963953547650869,0.153725174569888,0.0,0.0104063885818311,0.153725174569888,0.0,0.00467823333716284,0.153725174569888,0.0,0.000435136605799753,0.153725174569888,0.0,0.00934408615888242,0.5,0.153725174569888,0.0,0.0233151005217971,0.153725174569888,0.0,0.00378793975201305,0.5,0.153725174569888,0.0,0.000596817203923685,0.153725174569888,0.0,0.00361251062294075,0.153725174569888,0.0,0.110447540214158,0.153725174569888,0.0,0.0947526177046524,0.153725174569888,0.0,0.00456626934490162,0.153725174569888,0.0,0.0181423558603718,0.153725174569888,0.0,0.00581883155099826,0.5,0.153725174569888,0.0,0.00114538583336068,0,0.163970009895405,0.93003650447504 -6007,0.5,0.153725174569888,0.0343326957598428,0.0891536121703963,0.153725174569888,0.0388191994973573,0.0154336560713643,0.153725174569888,0.00388260511924887,0.0632933051884441,0.153725174569888,0.00960571209535994,0.120590235780678,0.153725174569888,0.0216803619648501,0.015117122212796,0.153725174569888,0.013434961059134,0.00534729619523981,0.153725174569888,0.0220222523148511,0.000971047712075905,0.153725174569888,0.0130980891554488,0.00767323181180836,0.5,0.153725174569888,0.0146472064679119,0.0221308512985364,0.153725174569888,0.0322512832243409,0.00266699929787817,0.5,0.153725174569888,0.0190550875250213,0.000632806442797785,0.153725174569888,0.0184739229282945,0.00265406615341443,0.153725174569888,0.0337582892684514,0.156957504898049,0.153725174569888,0.02552023438304,0.119882528129672,0.153725174569888,0.0306884853001137,0.00304899810583084,0.153725174569888,0.0134155251056597,0.0190447686581183,0.153725174569888,0.00747634033148881,0.00550682945349,0.5,0.153725174569888,0.008719513907086,0.00100920923602112,0,0.161980839642073,0.912569454654635 -6008,0.5,0.153725174569888,0.132606440447884,0.111859717191585,0.153725174569888,0.169406610583822,0.0242104078102147,0.153725174569888,0.0218515115980096,0.0516424011427071,0.153725174569888,0.0373566071079407,0.139832361317264,0.153725174569888,0.144399693022173,0.0192842914565466,0.153725174569888,0.133381601121659,0.00587630966895926,0.153725174569888,0.14391668332451,0.00174658115095394,0.153725174569888,0.1275958284073,0.00760794478568463,0.5,0.153725174569888,0.125978397356875,0.0222548943530581,0.153725174569888,0.151651814798728,0.000807013864662632,0.5,0.153725174569888,0.125007202271734,0.00085402396035032,0.153725174569888,0.110800555965523,0.00120071852742498,0.153725174569888,0.148069444813931,0.215082241109273,0.153725174569888,0.143789614880227,0.158963220767543,0.153725174569888,0.154858412588584,0.0045354343320917,0.153725174569888,0.0969190727042789,0.0255416682332834,0.153725174569888,0.0449644075836031,0.00782184200098537,0.5,0.153725174569888,0.0539006362741149,0.00151889349792932,0,0.145469273787186,0.872193455937622 -6009,0.5,0.153725174569888,0.263083487072864,0.12137677183456,0.153725174569888,0.317147538222389,0.078958563695323,0.153725174569888,0.0528575080543385,0.0297932464756431,0.153725174569888,0.0678872359883354,0.118469606531565,0.153725174569888,0.293979474811959,0.0571321321575242,0.153725174569888,0.284946294166158,0.0133141253670927,0.153725174569888,0.293476990499625,0.00544668006980355,0.153725174569888,0.277181544498351,0.0185637251464309,0.5,0.153725174569888,0.267193836077803,0.049982771537106,0.153725174569888,0.290362212875236,0.0039053227064848,0.5,0.153725174569888,0.255576529218416,0.00195218672117307,0.153725174569888,0.218363364909563,0.00386632613338777,0.153725174569888,0.260675036756218,0.384867784186123,0.153725174569888,0.280423248048654,0.259928906365375,0.153725174569888,0.307719112670268,0.0173924239086528,0.153725174569888,0.214541800503979,0.0355737796855511,0.153725174569888,0.105222230356781,0.0141517881602511,0.5,0.153725174569888,0.124836729179712,0.0059392900509106,0,0.108070668924827,0.836626679290437 -6010,0.5,0.153725174569888,0.412491242491507,0.116627355812202,0.153725174569888,0.460232634554899,0.181769355016422,0.153725174569888,0.110099157103711,0.015346055531302,0.153725174569888,0.101019252942085,0.100983786308728,0.153725174569888,0.440097462633987,0.126022541597618,0.153725174569888,0.43491309865995,0.0331052062520355,0.153725174569888,0.442798671208739,0.0200791947156496,0.153725174569888,0.429459230369688,0.0363081574405558,0.5,0.153725174569888,0.415770047531308,0.09073802314872,0.153725174569888,0.411313365066343,0.0190310621003438,0.5,0.153725174569888,0.389194904538821,0.00354196678026482,0.153725174569888,0.32011645639274,0.0128626725833256,0.153725174569888,0.30774389541442,0.507286186865572,0.153725174569888,0.398832880309486,0.328443503649161,0.153725174569888,0.45742867001379,0.044472511889574,0.153725174569888,0.356919783055462,0.0383416849199071,0.153725174569888,0.166395506847955,0.0212789768198872,0.5,0.153725174569888,0.188852182011768,0.0124246629711699,0,0.0906596793313483,0.763901949375255 -6011,0.5,0.153725174569888,0.546611290208744,0.118172189015838,0.153725174569888,0.578224842332619,0.324565145846836,0.153725174569888,0.212556465743226,0.00765017103627434,0.153725174569888,0.150200772281679,0.0859567525031376,0.153725174569888,0.568908351952943,0.228236932413213,0.153725174569888,0.568704583358214,0.066220164013471,0.153725174569888,0.567223349951281,0.0577584155683227,0.153725174569888,0.56252093251497,0.0493897487098885,0.5,0.153725174569888,0.545523404614852,0.106264145900587,0.153725174569888,0.479686863958657,0.0305734438925963,0.5,0.153725174569888,0.505043461997964,0.00353305836474385,0.153725174569888,0.395926123952223,0.0211700337933852,0.153725174569888,0.266887013687287,0.586127563793388,0.153725174569888,0.484177027644123,0.438886122593867,0.153725174569888,0.583303758706943,0.110004447074118,0.153725174569888,0.515435442927491,0.0293803370715789,0.153725174569888,0.212101436319863,0.024043950309899,0.5,0.153725174569888,0.281510190104478,0.0171671019347029,0,0.0932483644591015,0.67851631825989 -6012,0.5,0.153725174569888,0.623125200117388,0.129894295649989,0.153725174569888,0.601721932243904,0.428494798304468,0.153725174569888,0.309840147861308,0.00562700766255515,0.153725174569888,0.200060824989897,0.0756200426563653,0.153725174569888,0.645965939747823,0.283079395309516,0.153725174569888,0.651220121732284,0.0859611518995543,0.153725174569888,0.64250142980696,0.0996402921148677,0.153725174569888,0.644780770251253,0.0642611976566969,0.5,0.153725174569888,0.602697094107652,0.0813936733689632,0.153725174569888,0.548083889431118,0.0370970777406292,0.5,0.153725174569888,0.551672451298658,0.00277571872975472,0.153725174569888,0.476568362339406,0.0200838265801763,0.153725174569888,0.270503442385305,0.635000815304651,0.153725174569888,0.51437285440458,0.543413866890004,0.153725174569888,0.653072802956019,0.183835655815771,0.153725174569888,0.598133114645771,0.0290712018358998,0.153725174569888,0.280771071601456,0.0249536150189319,0.5,0.153725174569888,0.333606727801439,0.0188430802038567,0,0.135984099778861,0.644998121226883 -6013,0.5,0.153725174569888,0.652747372632867,0.151062217610773,0.153725174569888,0.569792647374959,0.55771533603662,0.153725174569888,0.363612737342773,0.00574110932620161,0.153725174569888,0.231418634360017,0.0686654581075205,0.153725174569888,0.660363596048368,0.296836378282951,0.153725174569888,0.68322994907172,0.0864210169384121,0.153725174569888,0.667481037520919,0.10191190682699,0.153725174569888,0.677592938055935,0.0768590694967433,0.5,0.153725174569888,0.629654796252619,0.0568267677375459,0.153725174569888,0.449712946583128,0.0390020519329334,0.5,0.153725174569888,0.619316140650286,0.00196285458793159,0.153725174569888,0.431814267107137,0.0196763718745953,0.153725174569888,0.259059120873494,0.691008589821505,0.153725174569888,0.449968461748064,0.536719589465164,0.153725174569888,0.67560643080358,0.214122371160507,0.153725174569888,0.617387655884934,0.0343403692328411,0.153725174569888,0.294604424846057,0.0219322354592822,0.5,0.153725174569888,0.403202426083712,0.0165708825320846,0,0.153285137798929,0.577135332838988 -6014,0.5,0.153725174569888,0.636368543655641,0.169578084178562,0.153725174569888,0.479748697252159,0.592580029264055,0.153725174569888,0.466111180505628,0.00846433270525444,0.153725174569888,0.255920064332092,0.0680456269834478,0.153725174569888,0.597748476598521,0.287175281967373,0.153725174569888,0.675593046891595,0.0731687393942794,0.153725174569888,0.672900138998321,0.0914234104582188,0.153725174569888,0.671882993454981,0.077433548029485,0.5,0.153725174569888,0.612494186878392,0.0432403284303059,0.153725174569888,0.425565213695002,0.0453688212973203,0.5,0.153725174569888,0.483441773554566,0.00110400537279941,0.153725174569888,0.364060397361098,0.0274683300278974,0.153725174569888,0.355909725575463,0.72846058038109,0.153725174569888,0.438251960530696,0.525368214780098,0.153725174569888,0.653857316476629,0.217296136337353,0.153725174569888,0.598287952695193,0.034774835410003,0.153725174569888,0.243419254350505,0.0185943080827002,0.5,0.153725174569888,0.37307427063532,0.0155326466300759,0,0.149834450839273,0.494331889719352 -6015,0.5,0.153725174569888,0.553703165319449,0.189171824277672,0.153725174569888,0.326066422499714,0.696127777602181,0.153725174569888,0.435676866648599,0.012517460215824,0.153725174569888,0.272688464426017,0.0689755876156292,0.153725174569888,0.545420424569207,0.301354781660635,0.153725174569888,0.616290264652547,0.0687636596119689,0.153725174569888,0.610975025676725,0.0780655961162598,0.153725174569888,0.612588855847297,0.0729427100318127,0.5,0.153725174569888,0.525915137230854,0.0364718466953358,0.153725174569888,0.3818231347966,0.0633012985869308,0.5,0.153725174569888,0.359325136221481,0.000959592798396373,0.153725174569888,0.345811174917857,0.0315570514233501,0.153725174569888,0.367043761752029,0.682017543767019,0.153725174569888,0.401848884023431,0.470738256063135,0.153725174569888,0.575449990407058,0.209897590855936,0.153725174569888,0.532368277633744,0.0343707284487921,0.153725174569888,0.196993038371592,0.0145072756689848,0.5,0.153725174569888,0.30164310992857,0.0144622436239661,0,0.194360388808901,0.378538183771778 -6016,0.5,0.153725174569888,0.421067259988988,0.182905822161098,0.153725174569888,0.277357473963296,0.697855804261232,0.153725174569888,0.352172886366087,0.0142569900516763,0.153725174569888,0.223150725430545,0.0640812325887619,0.153725174569888,0.370153865871078,0.291861704614542,0.153725174569888,0.497998234011266,0.0720371238218223,0.153725174569888,0.491955705344825,0.0772472800710879,0.153725174569888,0.501712507375571,0.0819842352836511,0.5,0.153725174569888,0.419045794441455,0.0424594375791548,0.153725174569888,0.327176728923008,0.0859327103252832,0.5,0.153725174569888,0.26777042506314,0.00169909766112822,0.153725174569888,0.319720842841246,0.0312132353179884,0.153725174569888,0.324383048874163,0.629611018249961,0.153725174569888,0.370685279942249,0.412233746525045,0.153725174569888,0.45158340977609,0.20057380228581,0.153725174569888,0.403519018469956,0.0374254611921839,0.153725174569888,0.163620361473095,0.0126394355265937,0.5,0.153725174569888,0.228500787763205,0.0159368213423554,0,0.23471440497411,0.334903258565138 -6017,0.5,0.153725174569888,0.286646647351899,0.148863776872703,0.153725174569888,0.243106389918092,0.585020419363255,0.153725174569888,0.242288240522377,0.0153888750342262,0.153725174569888,0.148241620673964,0.0477688320305568,0.153725174569888,0.225542305248561,0.26554370186792,0.153725174569888,0.353214613014636,0.0631453665885766,0.153725174569888,0.352315578086199,0.064324827133532,0.153725174569888,0.360364477868519,0.0820951151960598,0.5,0.153725174569888,0.289305548488745,0.0620799581734524,0.153725174569888,0.249917046327335,0.0669527082792165,0.5,0.153725174569888,0.175694569710689,0.00412892768597282,0.153725174569888,0.216911569319153,0.0304867738836022,0.153725174569888,0.257978300257283,0.556801052734655,0.153725174569888,0.284627466796283,0.346569680665067,0.153725174569888,0.306809733982096,0.173504851530151,0.153725174569888,0.252228527318129,0.0426911161890472,0.153725174569888,0.126023010272758,0.00937437571765644,0.5,0.153725174569888,0.169237850986409,0.0137101594280507,0,0.348122079867652,0.345444857180258 -6018,0.5,0.153725174569888,0.0609556770398297,0.0824594882342264,0.153725174569888,0.0871981284968667,0.367295401214099,0.153725174569888,0.0577922425344829,0.0127842564864896,0.153725174569888,0.0409699321638407,0.0190162248826208,0.153725174569888,0.094152052056621,0.231609721414402,0.153725174569888,0.109183718612727,0.038602816678573,0.153725174569888,0.0923887071273425,0.0178251080134409,0.153725174569888,0.107223642422773,0.0316197105828145,0.5,0.153725174569888,0.100727240015216,0.0697475046681787,0.153725174569888,0.0706145752634337,0.0372597898807469,0.5,0.153725174569888,0.0590292586601117,0.00719274038172429,0.153725174569888,0.0722757861735553,0.0200957271041527,0.153725174569888,0.091676724530844,0.423325752073043,0.153725174569888,0.104444412609837,0.257336616874815,0.153725174569888,0.0788622859436387,0.105395379791024,0.153725174569888,0.0700745163049569,0.0270285564768253,0.153725174569888,0.0398298625782592,0.00374501405958508,0.5,0.153725174569888,0.0457857067080418,0.00606708618359309,0,0.638236603984182,0.367262428341653 -6019,0.5,0.153725174569888,0.0,0.0681514694266573,0.153725174569888,0.0,0.112226005719819,0.153725174569888,0.0,0.0116729433432661,0.153725174569888,0.0,0.0162241324119622,0.153725174569888,0.0,0.180984499910053,0.153725174569888,0.0,0.0625810681602194,0.153725174569888,0.0,0.0169985979224204,0.153725174569888,0.0,0.0240970978012668,0.5,0.153725174569888,0.0,0.0739243334385499,0.153725174569888,0.0,0.0342618424885066,0.5,0.153725174569888,0.0,0.0100860613672577,0.153725174569888,0.0,0.0196408567160165,0.153725174569888,0.0,0.2671972918489,0.153725174569888,0.0,0.139290130929058,0.153725174569888,0.0,0.0781111863326128,0.153725174569888,0.0,0.0212839959179121,0.153725174569888,0.0,0.00345451380845223,0.5,0.153725174569888,0.0,0.00655172983652897,0,0.693919825381966,0.290421791561982 -6020,0.5,0.153725174569888,0.0,0.0561138609533153,0.153725174569888,0.0,0.0510222892145254,0.153725174569888,0.0,0.0131048113798541,0.153725174569888,0.0,0.0136740886325234,0.153725174569888,0.0,0.130782866977533,0.153725174569888,0.0,0.109043469926884,0.153725174569888,0.0,0.0146562059190747,0.153725174569888,0.0,0.0193794933795618,0.5,0.153725174569888,0.0,0.0916027252711968,0.153725174569888,0.0,0.0207050456685722,0.5,0.153725174569888,0.0,0.00948125131459601,0.153725174569888,0.0,0.0176894093026744,0.153725174569888,0.0,0.215787759893123,0.153725174569888,0.0,0.0997027120247309,0.153725174569888,0.0,0.0840410046619547,0.153725174569888,0.0,0.0264291387266034,0.153725174569888,0.0,0.00358352764032363,0.5,0.153725174569888,0.0,0.00658092340267862,0,0.600272499573545,0.28472212253639 -6021,0.5,0.153725174569888,0.0,0.0563271504027561,0.153725174569888,0.0,0.0371191481120368,0.153725174569888,0.0,0.00913971371426677,0.153725174569888,0.0,0.00994364429022406,0.153725174569888,0.0,0.0699377760007603,0.153725174569888,0.0,0.111725040354355,0.153725174569888,0.0,0.0217194450695395,0.153725174569888,0.0,0.0175338280645659,0.5,0.153725174569888,0.0,0.0864427783650312,0.153725174569888,0.0,0.0120382104266208,0.5,0.153725174569888,0.0,0.00625326586195823,0.153725174569888,0.0,0.0141560828701333,0.153725174569888,0.0,0.20641069804952,0.153725174569888,0.0,0.0706795584630716,0.153725174569888,0.0,0.0594032391717184,0.153725174569888,0.0,0.0283819418588833,0.153725174569888,0.0,0.00300761917074607,0.5,0.153725174569888,0.0,0.00590211103754785,0,0.58789122493379,0.474065067378031 -6022,0.5,0.153725174569888,0.0,0.0560847855002416,0.153725174569888,0.0,0.0334875544291372,0.153725174569888,0.0,0.00695565051153815,0.153725174569888,0.0,0.00871845978824951,0.153725174569888,0.0,0.0310798803279955,0.153725174569888,0.0,0.0816405276489866,0.153725174569888,0.0,0.0274135366170568,0.153725174569888,0.0,0.0210938917505929,0.5,0.153725174569888,0.0,0.0727914190464177,0.153725174569888,0.0,0.00662276548446271,0.5,0.153725174569888,0.0,0.00344835042604626,0.153725174569888,0.0,0.0108973608854943,0.153725174569888,0.0,0.204175061426248,0.153725174569888,0.0,0.0603463517065474,0.153725174569888,0.0,0.0355244999539919,0.153725174569888,0.0,0.0259256173811823,0.153725174569888,0.0,0.00178526230198462,0.5,0.153725174569888,0.0,0.00420821493190279,0,0.610402886800393,0.563791994391567 -6023,0.5,0.153725174569888,0.0,0.049729487492624,0.153725174569888,0.0,0.0353406233245358,0.153725174569888,0.0,0.00615540023274889,0.153725174569888,0.0,0.00764173034375435,0.153725174569888,0.0,0.0134914689620708,0.153725174569888,0.0,0.0422855219672814,0.153725174569888,0.0,0.0214616866864587,0.153725174569888,0.0,0.0249440304009727,0.5,0.153725174569888,0.0,0.0592879569247578,0.153725174569888,0.0,0.00513754106459584,0.5,0.153725174569888,0.0,0.00254701976147748,0.153725174569888,0.0,0.00854268562138346,0.153725174569888,0.0,0.206363213635372,0.153725174569888,0.0,0.0753995269321764,0.153725174569888,0.0,0.0205662240068959,0.153725174569888,0.0,0.0215277828814489,0.153725174569888,0.0,0.00171462205574144,0.5,0.153725174569888,0.0,0.00244979796492006,0,0.544443972098618,0.795818664198354 -6024,0.5,0.153725174569888,0.0,0.043547432428675,0.153725174569888,0.0,0.042199042292376,0.153725174569888,0.0,0.00657401408779948,0.153725174569888,0.0,0.00853570503599292,0.153725174569888,0.0,0.0125683086200499,0.153725174569888,0.0,0.0158994974049341,0.153725174569888,0.0,0.0108941708346979,0.153725174569888,0.0,0.019201002548935,0.5,0.153725174569888,0.0,0.0542016740767678,0.153725174569888,0.0,0.0037104979576466,0.5,0.153725174569888,0.0,0.00227634252841939,0.153725174569888,0.0,0.00775156246005324,0.153725174569888,0.0,0.309252061062852,0.153725174569888,0.0,0.0901365789575059,0.153725174569888,0.0,0.0112380100078211,0.153725174569888,0.0,0.0198968400189434,0.153725174569888,0.0,0.00158216906550987,0.5,0.153725174569888,0.0,0.00202747264448245,0,0.480935719803771,0.939132705937759 -6025,0.5,0.153725174569888,0.0,0.040860378605837,0.153725174569888,0.0,0.0713303213291437,0.153725174569888,0.0,0.00718123149510695,0.153725174569888,0.0,0.00896030747495913,0.153725174569888,0.0,0.0159751636442863,0.153725174569888,0.0,0.00766668597485339,0.153725174569888,0.0,0.00364301978028203,0.153725174569888,0.0,0.0116477162518793,0.5,0.153725174569888,0.0,0.0536829618714854,0.153725174569888,0.0,0.00274844382929597,0.5,0.153725174569888,0.0,0.00201925185692086,0.153725174569888,0.0,0.00727837258954323,0.153725174569888,0.0,0.370234661629481,0.153725174569888,0.0,0.109386525896883,0.153725174569888,0.0,0.0112080201484972,0.153725174569888,0.0,0.0169790832016786,0.153725174569888,0.0,0.00108523256638205,0.5,0.153725174569888,0.0,0.00190799820612455,0,0.489113249481551,0.953724429865369 -6026,0.5,0.153725174569888,0.0,0.0457317492221571,0.153725174569888,0.0,0.10194389792632,0.153725174569888,0.0,0.00803474843423395,0.153725174569888,0.0,0.00811572588034479,0.153725174569888,0.0,0.0252380603421577,0.153725174569888,0.0,0.00569264149167238,0.153725174569888,0.0,0.00410537548263516,0.153725174569888,0.0,0.00928507450976551,0.5,0.153725174569888,0.0,0.0520696988198408,0.153725174569888,0.0,0.00309489240008752,0.5,0.153725174569888,0.0,0.00172454478522887,0.153725174569888,0.0,0.00630692668390661,0.153725174569888,0.0,0.357715333456107,0.153725174569888,0.0,0.125384336673053,0.153725174569888,0.0,0.0169057815115565,0.153725174569888,0.0,0.0139032908500665,0.153725174569888,0.0,0.000952181653812431,0.5,0.153725174569888,0.0,0.00110932509845884,0,0.498266579597629,0.933859248590899 -6027,0.5,0.153725174569888,0.0,0.0554431872984619,0.153725174569888,0.0,0.114418180844497,0.153725174569888,0.0,0.00832272784522334,0.153725174569888,0.0,0.0088888187765281,0.153725174569888,0.0,0.0354951985793863,0.153725174569888,0.0,0.00535925360899188,0.153725174569888,0.0,0.00713905458944464,0.153725174569888,0.0,0.0100924944096223,0.5,0.153725174569888,0.0,0.0505059100976375,0.153725174569888,0.0,0.00290534873774605,0.5,0.153725174569888,0.0,0.00161868824995155,0.153725174569888,0.0,0.00539394229938574,0.153725174569888,0.0,0.309533875093224,0.153725174569888,0.0,0.185935421672744,0.153725174569888,0.0,0.0267921107929602,0.153725174569888,0.0,0.0149714003272325,0.153725174569888,0.0,0.00165810737726975,0.5,0.153725174569888,0.0,0.000811609412567176,0,0.564119075507148,0.908661248711189 -6028,0.5,0.153725174569888,0.0,0.0616209064498273,0.153725174569888,0.0,0.130944150228662,0.153725174569888,0.0,0.00939072351783205,0.153725174569888,0.0,0.00702566568205988,0.153725174569888,0.0,0.0424713505935398,0.153725174569888,0.0,0.00683336657142615,0.153725174569888,0.0,0.00785339190616534,0.153725174569888,0.0,0.0102017856019136,0.5,0.153725174569888,0.0,0.0503596003968282,0.153725174569888,0.0,0.00263157555720435,0.5,0.153725174569888,0.0,0.00134117819800922,0.153725174569888,0.0,0.00593590243460765,0.153725174569888,0.0,0.306859542040189,0.153725174569888,0.0,0.220767404250935,0.153725174569888,0.0,0.0378763614242164,0.153725174569888,0.0,0.0181994128949857,0.153725174569888,0.0,0.00187367443412548,0.5,0.153725174569888,0.0,0.00173968870559667,0,0.690226046306579,0.868888942780267 -6029,0.5,0.153725174569888,0.0,0.072372003668724,0.153725174569888,0.0,0.177111368504229,0.153725174569888,0.0,0.0109773921175051,0.153725174569888,0.0,0.00614291370256809,0.153725174569888,0.0,0.0456401590731947,0.153725174569888,0.0,0.00942198062439784,0.153725174569888,0.0,0.00824455878710442,0.153725174569888,0.0,0.0094855358887462,0.5,0.153725174569888,0.0,0.0493506155822989,0.153725174569888,0.0,0.00271355161484904,0.5,0.153725174569888,0.0,0.000993109348830819,0.153725174569888,0.0,0.00581999253530949,0.153725174569888,0.0,0.345063455252736,0.153725174569888,0.0,0.209695047073392,0.153725174569888,0.0,0.0443268196234167,0.153725174569888,0.0,0.0186591952373778,0.153725174569888,0.0,0.00180063237923907,0.5,0.153725174569888,0.0,0.00199169538227868,0,0.743454424888874,0.807874006558435 -6030,0.5,0.153725174569888,0.0,0.0894514591813686,0.153725174569888,0.0,0.252382190688322,0.153725174569888,0.0,0.0107225264366458,0.153725174569888,0.0,0.00643466911204423,0.153725174569888,0.0,0.048842136158453,0.153725174569888,0.0,0.013937260487556,0.153725174569888,0.0,0.00899497406926009,0.153725174569888,0.0,0.0102448096518798,0.5,0.153725174569888,0.0,0.0472059029794757,0.153725174569888,0.0,0.0028965088823146,0.5,0.153725174569888,0.0,0.00101339959766457,0.153725174569888,0.0,0.00527842548464795,0.153725174569888,0.0,0.32602689787673,0.153725174569888,0.0,0.210220764217637,0.153725174569888,0.0,0.0496785096953477,0.153725174569888,0.0,0.0189818905683877,0.153725174569888,0.0,0.00261440683881604,0.5,0.153725174569888,0.0,0.00127440783179553,0,0.790867850695438,0.793240304722534 -6031,0.5,0.153725174569888,0.0428976839443542,0.103287256989251,0.153725174569888,0.0193965681877589,0.225799830360499,0.153725174569888,0.0351453366419767,0.0104106044815074,0.153725174569888,0.0403934808872546,0.00556712387065878,0.153725174569888,0.0121703851142669,0.053923308820122,0.153725174569888,0.00831128911333855,0.0157929882973365,0.153725174569888,0.0192315498926178,0.0100317864261871,0.153725174569888,0.0123417231057137,0.0121936978032602,0.5,0.153725174569888,0.0112018245228613,0.0456244137570797,0.153725174569888,0.0141708826392132,0.00343722568882527,0.5,0.153725174569888,0.0114028405049003,0.00120789833044473,0.153725174569888,0.0170863160161488,0.00400792826067895,0.153725174569888,0.0146307855675538,0.32933559861506,0.153725174569888,0.0152158306269271,0.219519312310526,0.153725174569888,0.0254837021065474,0.0636238454659536,0.153725174569888,0.0265596478519686,0.0181786554588266,0.153725174569888,0.00457925774739078,0.00323432886596189,0.5,0.153725174569888,0.0155920500825269,0.00180881406072527,0,0.800444620718539,0.770638387967963 -6032,0.5,0.153725174569888,0.150191135047246,0.150559466801305,0.153725174569888,0.10679045056364,0.226694469109438,0.153725174569888,0.153889574960571,0.0153703611225852,0.153725174569888,0.146905755627764,0.00968756950208554,0.153725174569888,0.115104639953806,0.0796822201938966,0.153725174569888,0.0994816208516416,0.019377335430354,0.153725174569888,0.134660466260208,0.0128825453083772,0.153725174569888,0.13154940415168,0.0104741757848379,0.5,0.153725174569888,0.115200166126218,0.0598661810861939,0.153725174569888,0.0826160590914892,0.0046777665493311,0.5,0.153725174569888,0.0843251676548144,0.00152171916008333,0.153725174569888,0.112492615300761,0.00336416202916797,0.153725174569888,0.0597932696396856,0.329615417229056,0.153725174569888,0.0934615903214322,0.200444807876486,0.153725174569888,0.134220052445517,0.101589200616247,0.153725174569888,0.148719297886476,0.0195729360266962,0.153725174569888,0.0283565910892485,0.00383690532353213,0.5,0.153725174569888,0.0619869185939789,0.00352480653330234,0,0.713275616513839,0.741187421260424 -6033,0.5,0.153725174569888,0.270509739224807,0.240597589831683,0.153725174569888,0.118099549994134,0.242117899469187,0.153725174569888,0.295265468571316,0.0474176952370656,0.153725174569888,0.2850607199025,0.0381243714815097,0.153725174569888,0.236389550575179,0.179370997734336,0.153725174569888,0.184992625512465,0.0445959692741888,0.153725174569888,0.257488811204452,0.0478712371897557,0.153725174569888,0.283461786515946,0.0281518591735262,0.5,0.153725174569888,0.24977600979878,0.107433155327745,0.153725174569888,0.166453410813145,0.0287516653337274,0.5,0.153725174569888,0.179496177098634,0.00441194736244741,0.153725174569888,0.218740321205787,0.0159218870978234,0.153725174569888,0.153105086147585,0.358709942861146,0.153725174569888,0.155479568152327,0.22884882013245,0.153725174569888,0.278369878979981,0.191497756345762,0.153725174569888,0.300644163859188,0.0524486260444168,0.153725174569888,0.073917450955737,0.00574902325057544,0.5,0.153725174569888,0.104116239735532,0.00812000034171728,0,0.60117549260345,0.690048433017369 -6034,0.5,0.153725174569888,0.401182751255864,0.32664377047479,0.153725174569888,0.0596945258705402,0.159844399437229,0.153725174569888,0.447940266086886,0.0674946366315449,0.153725174569888,0.431167963687136,0.0614434091958031,0.153725174569888,0.348924076198569,0.36648232662631,0.153725174569888,0.280717863937979,0.119584242365772,0.153725174569888,0.352780067735182,0.0981277461431989,0.153725174569888,0.430204029723679,0.0756037318747906,0.5,0.153725174569888,0.399638231157806,0.202358156580178,0.153725174569888,0.240601989873886,0.0875745632808559,0.5,0.153725174569888,0.27289049462614,0.00894742807524095,0.153725174569888,0.325342342045467,0.0544036475341327,0.153725174569888,0.255668419518564,0.573588889462158,0.153725174569888,0.179561842222256,0.283876232583587,0.153725174569888,0.415056335976795,0.275669294246181,0.153725174569888,0.453506858269961,0.130661704861138,0.153725174569888,0.136137029599348,0.0114620902597767,0.5,0.153725174569888,0.11311111715084,0.0216431625756415,0,0.596895292230639,0.658093471605967 -6035,0.5,0.153725174569888,0.500195326054632,0.43112826504759,0.153725174569888,0.239738034617706,0.257082472479999,0.153725174569888,0.574169559477509,0.071656753620569,0.153725174569888,0.551441652825646,0.0728770175879722,0.153725174569888,0.397151682484055,0.428529663106467,0.153725174569888,0.405740760323433,0.194737259808909,0.153725174569888,0.435720012741093,0.163574863036946,0.153725174569888,0.543387546325851,0.103725758086175,0.5,0.153725174569888,0.541542068669056,0.275091237617595,0.153725174569888,0.288418799202512,0.109175807453981,0.5,0.153725174569888,0.347849320184628,0.0150213048833597,0.153725174569888,0.403990519742007,0.0756869668979041,0.153725174569888,0.238742503808872,0.691934846214064,0.153725174569888,0.125581266566357,0.348256163565661,0.153725174569888,0.504805457513883,0.396728161866431,0.153725174569888,0.579314294012209,0.145152043141983,0.153725174569888,0.21358461718404,0.0201037392251631,0.5,0.153725174569888,0.104846663989093,0.0348455389306163,0,0.638795070430742,0.626411211250246 -6036,0.5,0.153725174569888,0.543867075173209,0.513844922888862,0.153725174569888,0.535686282742881,0.706172531278998,0.153725174569888,0.6464373150111,0.0659212555476768,0.153725174569888,0.622883400449434,0.080469506624389,0.153725174569888,0.326878102015314,0.418730339219342,0.153725174569888,0.37620738042344,0.252058331500227,0.153725174569888,0.43352422850604,0.244787399938597,0.153725174569888,0.608187339430214,0.148514872006114,0.5,0.153725174569888,0.627174873766902,0.249606315368195,0.153725174569888,0.300891800590998,0.125827331970611,0.5,0.153725174569888,0.431204126402096,0.0166074668079442,0.153725174569888,0.397415228848019,0.0806838103100713,0.153725174569888,0.213066646236262,0.752037523353373,0.153725174569888,0.115518663429592,0.447623675444303,0.153725174569888,0.504801050789738,0.448238970561408,0.153725174569888,0.647269991700756,0.164760641208038,0.153725174569888,0.350952664055261,0.0248993506918546,0.5,0.153725174569888,0.101891426076941,0.0511490957102696,0,0.681407173044114,0.588685827365199 -6037,0.5,0.153725174569888,0.511365351221244,0.533505555763821,0.153725174569888,0.18469536737767,0.792479617679626,0.153725174569888,0.655219401757205,0.0833238020075296,0.153725174569888,0.647915379294948,0.101929407128499,0.153725174569888,0.196645423341467,0.392486926962649,0.153725174569888,0.221143953323139,0.277754023492317,0.153725174569888,0.355962967355711,0.316411544466802,0.153725174569888,0.607174862260074,0.180090881762121,0.5,0.153725174569888,0.662564175674666,0.221208941167673,0.153725174569888,0.327778109806257,0.119096910767277,0.5,0.153725174569888,0.393062756230163,0.015006760940747,0.153725174569888,0.384848162588053,0.0904940524297636,0.153725174569888,0.16194064155014,0.786354707021772,0.153725174569888,0.126876423089904,0.506784065443587,0.153725174569888,0.438922608738894,0.514545736222595,0.153725174569888,0.644110763986922,0.190857090083217,0.153725174569888,0.475581055796517,0.023745717753563,0.5,0.153725174569888,0.104717232628902,0.0587389045143429,0,0.470407178033213,0.61101905194263 -6038,0.5,0.153725174569888,0.421663004425889,0.511396048830874,0.153725174569888,0.191074141540601,0.861222757596016,0.153725174569888,0.544082524428585,0.107565194362457,0.153725174569888,0.612921788719275,0.12966988289457,0.153725174569888,0.14728191659407,0.378312894104896,0.153725174569888,0.116469291050816,0.268199857964012,0.153725174569888,0.18531771643612,0.34005404817704,0.153725174569888,0.514222934821154,0.206398713957456,0.5,0.153725174569888,0.661961611511058,0.20064678977857,0.153725174569888,0.306966668821293,0.112115771532125,0.5,0.153725174569888,0.322073014870347,0.0110071248419109,0.153725174569888,0.301042164276008,0.0975888908854262,0.153725174569888,0.11282659905111,0.77794755103411,0.153725174569888,0.105212631436387,0.519688939851041,0.153725174569888,0.352474622768126,0.582582719922971,0.153725174569888,0.587165483262823,0.210212247225853,0.153725174569888,0.443526378338436,0.020113538281699,0.5,0.153725174569888,0.137716392455558,0.0566767204570901,0,0.561992352918163,0.633145998238789 -6039,0.5,0.153725174569888,0.363171951052435,0.49048608996433,0.153725174569888,0.14494348165106,0.84534372393419,0.153725174569888,0.438634731476585,0.128376474917316,0.153725174569888,0.512702170296866,0.129989830293405,0.153725174569888,0.117941243721514,0.352827342795347,0.153725174569888,0.0780742973452472,0.232254303006497,0.153725174569888,0.102799464212381,0.343059046547296,0.153725174569888,0.393007433099138,0.246826209337336,0.5,0.153725174569888,0.598031409373941,0.20077895219257,0.153725174569888,0.219974505739593,0.0989463762381074,0.5,0.153725174569888,0.404771672678669,0.00786089682000632,0.153725174569888,0.215721157931525,0.0854147961562254,0.153725174569888,0.0846075545304436,0.7549664394157,0.153725174569888,0.114825214146224,0.509569562812562,0.153725174569888,0.2477396784942,0.618256605930459,0.153725174569888,0.449654913435845,0.232162835623805,0.153725174569888,0.381001921292846,0.0169719753105573,0.5,0.153725174569888,0.154546213359455,0.0486064737249874,0,0.867768715328803,0.57503509917111 -6040,0.5,0.153725174569888,0.243226806437361,0.48815400645415,0.153725174569888,0.134109920772083,0.804641789134836,0.153725174569888,0.347484683542722,0.154337432109246,0.153725174569888,0.381510767372037,0.125756992135231,0.153725174569888,0.0954819826767125,0.321095441675331,0.153725174569888,0.0477172690957027,0.185328541901424,0.153725174569888,0.0593368329572228,0.310163361684375,0.153725174569888,0.249604308547401,0.283966548695989,0.5,0.153725174569888,0.481200753733847,0.211446957331886,0.153725174569888,0.113394040113806,0.108038895051569,0.5,0.153725174569888,0.360678162063663,0.00604926796384739,0.153725174569888,0.157631566237394,0.0759406595914189,0.153725174569888,0.0785206595518364,0.716215144924591,0.153725174569888,0.0942593779835516,0.497072627486902,0.153725174569888,0.155214715293651,0.620704808410659,0.153725174569888,0.331602960783994,0.279349186247297,0.153725174569888,0.315652775065145,0.0162500396009061,0.5,0.153725174569888,0.123274183139458,0.0357081102686115,0,0.94795958174771,0.582184701598335 -6041,0.5,0.153725174569888,0.143380095156358,0.506167522200458,0.153725174569888,0.11712841294343,0.710039773845483,0.153725174569888,0.206111366519646,0.193046201750974,0.153725174569888,0.245462101680342,0.092663398679104,0.153725174569888,0.0374081730427452,0.274481829249508,0.153725174569888,0.0256484324067282,0.157017483096756,0.153725174569888,0.0427597763084722,0.272302462438525,0.153725174569888,0.139438855705972,0.330081539785016,0.5,0.153725174569888,0.333675842210763,0.213247878012874,0.153725174569888,0.0753508819953691,0.0925506343012789,0.5,0.153725174569888,0.253051953534971,0.00706740834229943,0.153725174569888,0.119000625381106,0.0652970583572231,0.153725174569888,0.0466195366752897,0.661487002695117,0.153725174569888,0.0355436825801396,0.42519343132444,0.153725174569888,0.0680381315801377,0.559744868629885,0.153725174569888,0.222505565778301,0.30879806291832,0.153725174569888,0.201694374232896,0.0139080323100503,0.5,0.153725174569888,0.0666409911977017,0.0206818144962539,0,0.965204154436761,0.674436640876369 -6042,0.5,0.153725174569888,0.0362470127508068,0.506182308449924,0.153725174569888,0.00784393334479719,0.475537641357785,0.153725174569888,0.0553949285482687,0.226712604212736,0.153725174569888,0.0431180417394273,0.0455582742964141,0.153725174569888,0.00612920476361209,0.205356376075984,0.153725174569888,0.00770253936824512,0.125277494932191,0.153725174569888,0.0255664683921466,0.231790854437037,0.153725174569888,0.0609822847350428,0.340870826836514,0.5,0.153725174569888,0.101829088743157,0.187190930961937,0.153725174569888,0.030042125162018,0.0613530507492678,0.5,0.153725174569888,0.0778278534284336,0.00233695616475108,0.153725174569888,0.051176775487394,0.0432538478791426,0.153725174569888,0.0148454737249156,0.605663335738459,0.153725174569888,0.00956440568210678,0.331138500066762,0.153725174569888,0.019168430492396,0.463588465759235,0.153725174569888,0.0757246175766722,0.340848297020951,0.153725174569888,0.0536642988630288,0.0060394295488843,0.5,0.153725174569888,0.0175888034960494,0.00759503798576803,0,0.937125913709282,0.732818728428296 -6043,0.5,0.153725174569888,0.0,0.468740715128349,0.153725174569888,0.0,0.300501053032811,0.153725174569888,0.0,0.232945741493984,0.153725174569888,0.0,0.0325287381603067,0.153725174569888,0.0,0.141744264893627,0.153725174569888,0.0,0.0994253990893469,0.153725174569888,0.0,0.178128074897478,0.153725174569888,0.0,0.244416630367547,0.5,0.153725174569888,0.0,0.194344508251643,0.153725174569888,0.0,0.0337311492352853,0.5,0.153725174569888,0.0,0.00151612256827451,0.153725174569888,4.77234738670621e-05,0.0252465374508953,0.153725174569888,0.0,0.533047740594428,0.153725174569888,0.000100004264397061,0.235702508596857,0.153725174569888,8.07113530890455e-06,0.368714570246187,0.153725174569888,0.0,0.294680512517477,0.153725174569888,0.0,0.00529238423720498,0.5,0.153725174569888,0.0,0.00521260298027969,0,0.913683862324666,0.787454395850427 -6044,0.5,0.153725174569888,0.0,0.432359215560685,0.153725174569888,0.0,0.239234505144884,0.153725174569888,0.0,0.289046827689056,0.153725174569888,0.0,0.0418458008560423,0.153725174569888,0.0,0.0822912788983533,0.153725174569888,0.0,0.0868816811052799,0.153725174569888,0.0,0.148314621445734,0.153725174569888,0.0,0.168856877199345,0.5,0.153725174569888,0.0,0.254834079086344,0.153725174569888,0.0,0.0213444746237597,0.5,0.153725174569888,0.0,0.000910541179207822,0.153725174569888,0.0,0.0168365980558761,0.153725174569888,0.0,0.487868339169417,0.153725174569888,0.0,0.184120037309319,0.153725174569888,0.0,0.319495967900956,0.153725174569888,0.0,0.274091199475012,0.153725174569888,0.0,0.0062370588011344,0.5,0.153725174569888,0.0,0.00585932146682027,0,0.893137493133252,0.796664816681484 -6045,0.5,0.153725174569888,0.0,0.404004755356842,0.153725174569888,0.0,0.174340973205298,0.153725174569888,0.0,0.250455816078198,0.153725174569888,0.0,0.088362695193421,0.153725174569888,0.0,0.0649420784531768,0.153725174569888,0.0,0.0786364466017242,0.153725174569888,0.0,0.129312238010015,0.153725174569888,0.0,0.117811136766315,0.5,0.153725174569888,0.0,0.301330112539645,0.153725174569888,0.0,0.0137161299796739,0.5,0.153725174569888,0.0,0.000947738578470474,0.153725174569888,0.0,0.0116301903037731,0.153725174569888,0.0,0.452748661587169,0.153725174569888,0.0,0.164250249556795,0.153725174569888,0.0,0.285703339315045,0.153725174569888,0.0,0.230117974472616,0.153725174569888,0.0,0.0175341498297889,0.5,0.153725174569888,0.0,0.00747524557521156,0,0.868019201122939,0.778519611291936 -6046,0.5,0.153725174569888,0.0,0.368653577054769,0.153725174569888,0.0,0.155494738227986,0.153725174569888,0.0,0.131772719443294,0.153725174569888,0.0,0.126835034859262,0.153725174569888,0.0,0.052699567810272,0.153725174569888,0.0,0.0805027140269901,0.153725174569888,0.0,0.118009103841149,0.153725174569888,0.0,0.0795540595452087,0.5,0.153725174569888,0.0,0.281970543482169,0.153725174569888,0.0,0.00774925427245512,0.5,0.153725174569888,0.0,0.00434102234635662,0.153725174569888,0.0,0.00952774714345536,0.153725174569888,0.0,0.447754033219841,0.153725174569888,0.0,0.166811892108692,0.153725174569888,0.0,0.260126832451076,0.153725174569888,0.0,0.16041942573372,0.153725174569888,0.0,0.0591422238803878,0.5,0.153725174569888,0.0,0.00730565720504375,0,0.807737524163181,0.768617328198847 -6047,0.5,0.153725174569888,0.0,0.331655864168761,0.153725174569888,0.0,0.124891349138914,0.153725174569888,0.0,0.0687453272619577,0.153725174569888,0.0,0.12372471246649,0.153725174569888,0.0,0.0440430676146827,0.153725174569888,0.0,0.0544873752465204,0.153725174569888,0.0,0.104244805113065,0.153725174569888,0.0,0.0585684490576791,0.5,0.153725174569888,0.0,0.235765279206375,0.153725174569888,0.0,0.00662178117320356,0.5,0.153725174569888,0.0,0.0427820128175858,0.153725174569888,0.0,0.00889970481643584,0.153725174569888,0.0,0.41893137129529,0.153725174569888,0.0,0.16532549391048,0.153725174569888,0.0,0.227818012235518,0.153725174569888,0.0,0.115035072077453,0.153725174569888,0.0,0.100803552181922,0.5,0.153725174569888,0.0,0.00660329266668157,0,0.722599240308133,0.748379119096844 -6048,0.5,0.153725174569888,0.0,0.299446817287336,0.153725174569888,0.0,0.10864543923448,0.153725174569888,0.0,0.0472502636367199,0.153725174569888,0.0,0.106285884456966,0.153725174569888,0.0,0.0472120324780061,0.153725174569888,0.0,0.0338220332098223,0.153725174569888,0.0,0.0805381311712842,0.153725174569888,0.0,0.0547536863072589,0.5,0.153725174569888,0.0,0.188326544587039,0.153725174569888,0.0,0.0063907545939793,0.5,0.153725174569888,0.0,0.106989651892592,0.153725174569888,0.0,0.0094364215226335,0.153725174569888,0.0,0.369523065523207,0.153725174569888,0.0,0.159161980081722,0.153725174569888,0.0,0.190008206404178,0.153725174569888,0.0,0.0906820897384602,0.153725174569888,0.0,0.0977017395251871,0.5,0.153725174569888,0.0,0.00573759793535815,0,0.619849638502548,0.711193228952631 -6049,0.5,0.153725174569888,0.0,0.274506310512774,0.153725174569888,0.0,0.106158480725787,0.153725174569888,0.0,0.0426123049819422,0.153725174569888,0.0,0.089600185956153,0.153725174569888,0.0,0.0545656589362009,0.153725174569888,0.0,0.0225664009458742,0.153725174569888,0.0,0.0521276579290082,0.153725174569888,0.0,0.0489887686965525,0.5,0.153725174569888,0.0,0.16056985131603,0.153725174569888,0.0,0.00628229554375219,0.5,0.153725174569888,0.0,0.130273087132302,0.153725174569888,0.0,0.0124377784145436,0.153725174569888,0.0,0.317293070314709,0.153725174569888,0.0,0.147574451182437,0.153725174569888,0.0,0.156618850121387,0.153725174569888,0.0,0.0726328040449114,0.153725174569888,0.0,0.0862035228724469,0.5,0.153725174569888,0.0,0.00476817621306658,0,0.496147360464882,0.615125277859202 -6050,0.5,0.153725174569888,0.0,0.263395058923903,0.153725174569888,0.0,0.118797356528888,0.153725174569888,0.0,0.0422873716282067,0.153725174569888,0.0,0.0917669291930683,0.153725174569888,0.0,0.0644434725236536,0.153725174569888,0.0,0.0184781378968746,0.153725174569888,0.0,0.0392045581036548,0.153725174569888,0.0,0.0410328840446563,0.5,0.153725174569888,0.0,0.146349775580327,0.153725174569888,0.0,0.00658714211325645,0.5,0.153725174569888,0.0,0.122810870162606,0.153725174569888,0.0,0.0189388634878449,0.153725174569888,0.0,0.277408038786301,0.153725174569888,0.0,0.137506889860626,0.153725174569888,0.0,0.125404388439323,0.153725174569888,0.0,0.055493620876693,0.153725174569888,0.0,0.0712477100622347,0.5,0.153725174569888,0.0,0.00464958168169749,0,0.533318054844333,0.561011421288967 -6051,0.5,0.153725174569888,0.0,0.231888658546018,0.153725174569888,0.0,0.0989509976662698,0.153725174569888,0.0,0.040679628722439,0.153725174569888,0.0,0.0994271170631676,0.153725174569888,0.0,0.0656762433656023,0.153725174569888,0.0,0.0167793753727028,0.153725174569888,0.0,0.0301062713549185,0.153725174569888,0.0,0.0302580661869486,0.5,0.153725174569888,0.0,0.135291024269113,0.153725174569888,0.0,0.00848964788016643,0.5,0.153725174569888,0.0,0.114236826647792,0.153725174569888,0.0,0.0207135098192066,0.153725174569888,0.0,0.24715124781069,0.153725174569888,0.0,0.133587985966789,0.153725174569888,0.0,0.108746457950153,0.153725174569888,0.0,0.0389674850432362,0.153725174569888,0.0,0.0631425899130856,0.5,0.153725174569888,0.0,0.00587493420702857,0,0.435329263008163,0.551262004735273 -6052,0.5,0.153725174569888,0.0,0.228814358590612,0.153725174569888,0.0,0.102491527486345,0.153725174569888,0.0,0.0319675619775014,0.153725174569888,0.0,0.0929164126145642,0.153725174569888,0.0,0.0618783672114863,0.153725174569888,0.0,0.0175009914670855,0.153725174569888,0.0,0.0264731205440871,0.153725174569888,0.0,0.0138324170754401,0.5,0.153725174569888,0.0,0.117966795055819,0.153725174569888,0.0,0.0119499883757323,0.5,0.153725174569888,0.0,0.112482728713845,0.153725174569888,0.0,0.0240597316123006,0.153725174569888,0.0,0.238399902990832,0.153725174569888,0.0,0.134304812757705,0.153725174569888,0.0,0.0993914604347832,0.153725174569888,0.0,0.0258346709234454,0.153725174569888,0.0,0.0566457629868607,0.5,0.153725174569888,0.0,0.00845252684931196,0,0.356103066825409,0.60925173545984 -6053,0.5,0.153725174569888,0.0,0.233801245878562,0.153725174569888,0.0,0.0976907106398511,0.153725174569888,0.0,0.0271736946178951,0.153725174569888,0.0,0.084787778449924,0.153725174569888,0.0,0.0510995930357752,0.153725174569888,0.0,0.0185263031399268,0.153725174569888,0.0,0.0243938793588105,0.153725174569888,0.0,0.0108814002152098,0.5,0.153725174569888,0.0,0.0992343424821775,0.153725174569888,0.0,0.0132586151806234,0.5,0.153725174569888,0.0,0.094570727403311,0.153725174569888,0.0,0.0249558023602406,0.153725174569888,0.0,0.202655599975801,0.153725174569888,0.0,0.139348451659074,0.153725174569888,0.0,0.0958634904986643,0.153725174569888,0.0,0.0236962574993584,0.153725174569888,0.0,0.0427027738782267,0.5,0.153725174569888,0.0,0.010462722080617,0,0.280045810864965,0.67091132296613 -6054,0.5,0.153725174569888,0.0,0.236819554543275,0.153725174569888,0.0,0.0782919267560057,0.153725174569888,0.0,0.0242709186895911,0.153725174569888,0.0,0.0833152695668079,0.153725174569888,0.0,0.0392693905620896,0.153725174569888,0.0,0.0183156884952353,0.153725174569888,0.0,0.0268295520762469,0.153725174569888,0.0,0.00867942028307965,0.5,0.153725174569888,0.0,0.102643540539237,0.153725174569888,0.0,0.0131692570469137,0.5,0.153725174569888,0.0,0.0742778600481332,0.153725174569888,0.0,0.018590438480673,0.153725174569888,0.0,0.1701966054806,0.153725174569888,0.0,0.156127366231058,0.153725174569888,0.0,0.0956815373125203,0.153725174569888,0.0,0.0239838891836004,0.153725174569888,0.0,0.0395137013508237,0.5,0.153725174569888,0.0,0.00916733357324785,0,0.212001529955405,0.70443812223217 -6055,0.5,0.153725174569888,0.0042268075701216,0.2423717388309,0.153725174569888,0.000745404989826616,0.0786204213138965,0.153725174569888,0.0162958915237891,0.0311538266087361,0.153725174569888,0.0196566668321441,0.115203179816367,0.153725174569888,0.00581055309907039,0.039796203240371,0.153725174569888,0.0020900624964283,0.0195226805461377,0.153725174569888,0.00145943072839332,0.029634640992936,0.153725174569888,0.00825094934670599,0.00782947515189823,0.5,0.153725174569888,0.0111757509932054,0.10286283274061,0.153725174569888,0.0227042335810331,0.0109705866631475,0.5,0.153725174569888,0.0159837351953835,0.105123605311592,0.153725174569888,0.0193849257749865,0.0155525911571188,0.153725174569888,0.00325919222934154,0.131881623245862,0.153725174569888,0.00406655602133353,0.142356296073901,0.153725174569888,0.0017589442173904,0.0919966640705432,0.153725174569888,0.0160031600399541,0.0243887233423246,0.153725174569888,0.0262593718071049,0.0521903979678477,0.5,0.153725174569888,0.014277464867594,0.00711829180792544,0,0.181186072161561,0.614664715949157 -6056,0.5,0.153725174569888,0.0292473007242519,0.257952913839717,0.153725174569888,0.0055502153392215,0.069645760018828,0.153725174569888,0.0603154018933786,0.0536663440842117,0.153725174569888,0.0568538728398837,0.140658132856867,0.153725174569888,0.0583635471971919,0.0452106939344811,0.153725174569888,0.0363775398868152,0.0320578245697741,0.153725174569888,0.0165969271029702,0.0431167743966517,0.153725174569888,0.0861709534541928,0.0119369297026819,0.5,0.153725174569888,0.122318108179995,0.15163092407893,0.153725174569888,0.122582695065517,0.0142939196590603,0.5,0.153725174569888,0.111829888808382,0.201432307121472,0.153725174569888,0.133493079386316,0.0256726489155176,0.153725174569888,0.0407471607388755,0.105449184150499,0.153725174569888,0.023294609010369,0.120520761637377,0.153725174569888,0.0105361692465789,0.0992122549537588,0.153725174569888,0.0912796384385137,0.0380567657365222,0.153725174569888,0.119234005467731,0.112891911518239,0.5,0.153725174569888,0.075334063845192,0.012195954914695,0,0.189998322310197,0.599664836169566 -6057,0.5,0.153725174569888,0.0629390729408854,0.270991181878902,0.153725174569888,0.0211862831052178,0.0675758003964094,0.153725174569888,0.0782167554914574,0.0747169732611982,0.153725174569888,0.0862759736544603,0.126629593960414,0.153725174569888,0.105647499629034,0.0507414181699029,0.153725174569888,0.108270660712597,0.0583401151067176,0.153725174569888,0.0589598225370287,0.0701659751455526,0.153725174569888,0.154366079549812,0.0438524559876775,0.5,0.153725174569888,0.269019519774404,0.318543457820096,0.153725174569888,0.24282016215071,0.0478888644896465,0.5,0.153725174569888,0.229010703946866,0.275260931221632,0.153725174569888,0.274686589335519,0.0639908783079922,0.153725174569888,0.128002539379541,0.125721876577615,0.153725174569888,0.0344130957697224,0.109614925003128,0.153725174569888,0.0253841958504202,0.127218313449939,0.153725174569888,0.169053773482682,0.0926735135018525,0.153725174569888,0.208653405475866,0.16648072721026,0.5,0.153725174569888,0.140891954359402,0.0445896312788928,0,0.180165594536734,0.667333655706634 -6058,0.5,0.153725174569888,0.111060438449209,0.28045281304943,0.153725174569888,0.0438947872556653,0.0704109304367847,0.153725174569888,0.101321848752747,0.0792500898849391,0.153725174569888,0.121803432429122,0.115396018187236,0.153725174569888,0.115744787995513,0.0748544632979667,0.153725174569888,0.171988922461637,0.0674441862534359,0.153725174569888,0.108359340328901,0.0848732030204278,0.153725174569888,0.208905829386855,0.112441020023763,0.5,0.153725174569888,0.401316658033173,0.466969031769781,0.153725174569888,0.347653546523982,0.132461509881882,0.5,0.153725174569888,0.338674240445717,0.291593105540506,0.153725174569888,0.42062706584309,0.126078916144864,0.153725174569888,0.260926652664987,0.209665176253492,0.153725174569888,0.0587970759384523,0.156169615911113,0.153725174569888,0.0433363974363676,0.146622701904963,0.153725174569888,0.220678400624597,0.188029283904278,0.153725174569888,0.290823470162996,0.177478550679458,0.5,0.153725174569888,0.15959392313986,0.0709180822295401,0,0.162067178484577,0.699228418226796 -6059,0.5,0.153725174569888,0.145656775876061,0.280956873025452,0.153725174569888,0.0586041519531512,0.0656172906179839,0.153725174569888,0.143100790463945,0.079572825294395,0.153725174569888,0.127507141912712,0.119947662117377,0.153725174569888,0.108679148565834,0.15280402841561,0.153725174569888,0.217469308236818,0.0823875378276986,0.153725174569888,0.202426868214596,0.103456558065487,0.153725174569888,0.234678907516572,0.131917250930086,0.5,0.153725174569888,0.509029433615217,0.485197552767207,0.153725174569888,0.436926423843103,0.188781867854318,0.5,0.153725174569888,0.425668250415623,0.301288442163823,0.153725174569888,0.531381614704283,0.221336681950094,0.153725174569888,0.326987576385076,0.306239716472672,0.153725174569888,0.088772889267425,0.195942442825423,0.153725174569888,0.0640552381879098,0.157837952069396,0.153725174569888,0.210853655046613,0.19040988007788,0.153725174569888,0.357507522381676,0.17614650003889,0.5,0.153725174569888,0.17892618946693,0.0860342634282878,0,0.137137716484879,0.626660723924262 -6060,0.5,0.153725174569888,0.148751565014363,0.286416235529204,0.153725174569888,0.0952602551868459,0.0431213221124488,0.153725174569888,0.152753749648619,0.0820955479650053,0.153725174569888,0.116084668136664,0.114525277163553,0.153725174569888,0.0654423677129179,0.13254955937793,0.153725174569888,0.212946611313118,0.0963457782354736,0.153725174569888,0.144355282868026,0.149870459788076,0.153725174569888,0.359246669862012,0.137739760626688,0.5,0.153725174569888,0.571591994459173,0.428173754103808,0.153725174569888,0.496243957203916,0.19355199080483,0.5,0.153725174569888,0.487090017693551,0.298558422419123,0.153725174569888,0.582604073603624,0.28459405363055,0.153725174569888,0.363791837014583,0.351612474371085,0.153725174569888,0.147789824526514,0.257641761188112,0.153725174569888,0.0858853176655249,0.190751065950393,0.153725174569888,0.209464316585356,0.175361519977032,0.153725174569888,0.3783307047703,0.170447366887433,0.5,0.153725174569888,0.206319569669132,0.0932252536296368,0,0.23079547578377,0.522275198468241 -6061,0.5,0.153725174569888,0.147838736336151,0.301654387625084,0.153725174569888,0.224056453534084,0.0839806386248311,0.153725174569888,0.127057623704139,0.0865387019597339,0.153725174569888,0.10993432994034,0.106150311630074,0.153725174569888,0.0726940057387913,0.0995497020388626,0.153725174569888,0.178307951930152,0.102539068620885,0.153725174569888,0.0757067438189539,0.155064227480978,0.153725174569888,0.405432746652265,0.168791088766914,0.5,0.153725174569888,0.602356049389042,0.392288084457269,0.153725174569888,0.498069811835404,0.167439613808489,0.5,0.153725174569888,0.477952412489952,0.266182061795304,0.153725174569888,0.59056705709383,0.305992164999393,0.153725174569888,0.41748121875952,0.401027700874075,0.153725174569888,0.196483940159814,0.309229442670563,0.153725174569888,0.0834364022804633,0.180570649656202,0.153725174569888,0.205522133667937,0.186071888716066,0.153725174569888,0.450260108113519,0.154387030575358,0.5,0.153725174569888,0.240216188341925,0.0872640116515457,0,0.347560861073337,0.451415924573916 -6062,0.5,0.153725174569888,0.127128150935977,0.294324327769296,0.153725174569888,0.422877627316164,0.221167299949806,0.153725174569888,0.0938770083719135,0.0949389815903061,0.153725174569888,0.121533689246113,0.100878063927789,0.153725174569888,0.109118114300136,0.0936278130671704,0.153725174569888,0.120850089688063,0.0991229933083126,0.153725174569888,0.06361279222363,0.126760250931247,0.153725174569888,0.226631444463006,0.185501125729574,0.5,0.153725174569888,0.581100604834771,0.401465858184438,0.153725174569888,0.404671107979706,0.12789638210118,0.5,0.153725174569888,0.552536249648349,0.228782308575064,0.153725174569888,0.543543833195984,0.279492048237769,0.153725174569888,0.326443774201222,0.387568978856261,0.153725174569888,0.340719486262088,0.393152755864046,0.153725174569888,0.108051217267746,0.165930074633073,0.153725174569888,0.118465736164019,0.193936299089141,0.153725174569888,0.442933613497904,0.141840701222708,0.5,0.153725174569888,0.256428445432942,0.0701668116853388,0,0.339537989353182,0.386481361958643 -6063,0.5,0.153725174569888,0.118567184292009,0.273667317715036,0.153725174569888,0.264509541829102,0.310074178805631,0.153725174569888,0.0665309540391093,0.0763406133395525,0.153725174569888,0.112259804917761,0.10345816748592,0.153725174569888,0.181706889754687,0.112620613007836,0.153725174569888,0.0827442136880713,0.0650592412941873,0.153725174569888,0.0629526280205412,0.0925923991265674,0.153725174569888,0.125374829748614,0.192418828748124,0.5,0.153725174569888,0.456650317559996,0.430734679451103,0.153725174569888,0.293780722909777,0.0848542701761929,0.5,0.153725174569888,0.548871196301742,0.230186948798376,0.153725174569888,0.435508052072402,0.233768825356005,0.153725174569888,0.256860481000642,0.367447684406769,0.153725174569888,0.302769892734551,0.402296275120933,0.153725174569888,0.140767178157628,0.18307948934419,0.153725174569888,0.0667594582722074,0.169106762721664,0.153725174569888,0.351997036730851,0.168926341149845,0.5,0.153725174569888,0.294423784886657,0.0467213677373311,0,0.153279636986948,0.359189120600205 -6064,0.5,0.153725174569888,0.0804275323297813,0.228436317892461,0.153725174569888,0.0843028657681972,0.278859692221907,0.153725174569888,0.0767308526134315,0.061888929327597,0.153725174569888,0.0875151557997351,0.107535096036182,0.153725174569888,0.193573926742966,0.117415552042545,0.153725174569888,0.0720567623439894,0.0349997841870636,0.153725174569888,0.0839981154771316,0.0733713644716058,0.153725174569888,0.080413332685193,0.201996569838352,0.5,0.153725174569888,0.311146958905256,0.467631704075892,0.153725174569888,0.195170438500165,0.0647990160161563,0.5,0.153725174569888,0.404243977089628,0.304389005303352,0.153725174569888,0.291394453677773,0.226414264627777,0.153725174569888,0.113215677529041,0.37002973278023,0.153725174569888,0.293415704960559,0.395790491511446,0.153725174569888,0.137526653455401,0.185753550308763,0.153725174569888,0.0436192042885855,0.144817251542773,0.153725174569888,0.215295467458465,0.226974915572786,0.5,0.153725174569888,0.2605329299993,0.029811378984826,0,0.123949256170528,0.360970757051743 -6065,0.5,0.153725174569888,0.0477751072229464,0.184793862680561,0.153725174569888,0.0525654084805841,0.277527305132199,0.153725174569888,0.0559641901302899,0.0506103119090241,0.153725174569888,0.0632247431652398,0.0996454970016187,0.153725174569888,0.111507361050225,0.113900812850418,0.153725174569888,0.0777645187612864,0.0142792016954047,0.153725174569888,0.104472198874431,0.0624001390587369,0.153725174569888,0.0495840855283788,0.149169119519759,0.5,0.153725174569888,0.164434367970074,0.475668261079724,0.153725174569888,0.113738149962793,0.0511410062934497,0.5,0.153725174569888,0.217741052648678,0.395295099051573,0.153725174569888,0.159720911848807,0.244984689591195,0.153725174569888,0.0551090476245062,0.354461185694568,0.153725174569888,0.205777261713529,0.372301014785853,0.153725174569888,0.100641554556313,0.15767579503637,0.153725174569888,0.0287082776659118,0.0961693188600162,0.153725174569888,0.108348781063006,0.27032160041858,0.5,0.153725174569888,0.163402971544743,0.0234552217496087,0,0.256415836534409,0.364053448131654 -6066,0.5,0.153725174569888,0.0118731019441242,0.126821731085212,0.153725174569888,0.0210200232264449,0.2578092616967,0.153725174569888,0.0230535438636945,0.0407698155625386,0.153725174569888,0.0209060403214689,0.0609204043760748,0.153725174569888,0.0491753284767753,0.0703436242826543,0.153725174569888,0.054885878548378,0.00865189833816326,0.153725174569888,0.0547886559276189,0.0599857602569391,0.153725174569888,0.0310509130056328,0.0724111414899478,0.5,0.153725174569888,0.0643941137800979,0.416490104351621,0.153725174569888,0.0275060831442879,0.0276659907119123,0.5,0.153725174569888,0.075168997202212,0.506515727740557,0.153725174569888,0.0518083513716629,0.241382411132015,0.153725174569888,0.00980501215372179,0.316948270965284,0.153725174569888,0.0790038067872612,0.271259750583938,0.153725174569888,0.0284415781857519,0.0928891027858112,0.153725174569888,0.0203149807753157,0.0475757457870662,0.153725174569888,0.0335960267260261,0.252276466704759,0.5,0.153725174569888,0.0402772095176009,0.0172368431505467,0,0.498181593338591,0.384254163227954 -6067,0.5,0.153725174569888,3.74850901792498e-07,0.0752657503533983,0.153725174569888,0.0,0.327347838583364,0.153725174569888,0.0,0.024304204235256,0.153725174569888,0.0,0.025263143462616,0.153725174569888,2.18031317957714e-05,0.0668673501954703,0.153725174569888,0.0,0.00440529245360796,0.153725174569888,0.000687806837930347,0.0483060724388761,0.153725174569888,4.66424900296268e-05,0.0176391503426983,0.5,0.153725174569888,0.0,0.270853803196247,0.153725174569888,7.2269341441658e-06,0.0247327154786909,0.5,0.153725174569888,0.0,0.448725548429157,0.153725174569888,3.03933574259704e-06,0.265435688570663,0.153725174569888,0.0,0.255580744360584,0.153725174569888,0.0,0.196941297669952,0.153725174569888,1.76233700142362e-05,0.0772176859850795,0.153725174569888,7.21158968232452e-05,0.016775090671484,0.153725174569888,0.0,0.174305674770981,0.5,0.153725174569888,0.0,0.0276592602258251,0,0.358820818891822,0.452529608516307 -6068,0.5,0.153725174569888,0.0,0.0526676732652527,0.153725174569888,0.0,0.20529675601805,0.153725174569888,0.0,0.0250339785893166,0.153725174569888,0.0,0.0190323072441088,0.153725174569888,0.0,0.0728952446065673,0.153725174569888,0.0,0.00822258274503893,0.153725174569888,0.0,0.0497399553610316,0.153725174569888,0.0,0.0078322195795898,0.5,0.153725174569888,0.0,0.171430874023097,0.153725174569888,0.0,0.0437291268556198,0.5,0.153725174569888,0.0,0.243368463528928,0.153725174569888,0.0,0.337105595066597,0.153725174569888,0.0,0.173556490760401,0.153725174569888,0.0,0.195514025596547,0.153725174569888,0.0,0.0916154732339284,0.153725174569888,0.0,0.0139030847417217,0.153725174569888,0.0,0.1324658274824,0.5,0.153725174569888,0.0,0.0745099548710539,0,0.305889758892592,0.51939684312814 -6069,0.5,0.153725174569888,0.0,0.0440132423109188,0.153725174569888,0.0,0.0697459189712862,0.153725174569888,0.0,0.0284062138713253,0.153725174569888,0.0,0.0193283350030343,0.153725174569888,0.0,0.074081506433261,0.153725174569888,0.0,0.0150094127365004,0.153725174569888,0.0,0.0432842771635656,0.153725174569888,0.0,0.00473743920199324,0.5,0.153725174569888,0.0,0.103749026072476,0.153725174569888,0.0,0.0545689667575624,0.5,0.153725174569888,0.0,0.138064531083961,0.153725174569888,0.0,0.343688677205008,0.153725174569888,0.0,0.118901510194098,0.153725174569888,0.0,0.189082221187687,0.153725174569888,0.0,0.0857490696689391,0.153725174569888,0.0,0.0120007132566709,0.153725174569888,0.0,0.0959151611409668,0.5,0.153725174569888,0.0,0.132696485079716,0,0.327304695598251,0.566924181373367 -6070,0.5,0.153725174569888,0.0,0.0353541867137104,0.153725174569888,0.0,0.0574318532225894,0.153725174569888,0.0,0.0312539942464917,0.153725174569888,0.0,0.0176605461758759,0.153725174569888,0.0,0.0741785964790391,0.153725174569888,0.0,0.024399755855198,0.153725174569888,0.0,0.034500626829276,0.153725174569888,0.0,0.00383152081135387,0.5,0.153725174569888,0.0,0.0476060625157688,0.153725174569888,0.0,0.0562824565949132,0.5,0.153725174569888,0.0,0.0881387925520362,0.153725174569888,0.0,0.264505888925058,0.153725174569888,0.0,0.104700941348754,0.153725174569888,0.0,0.176471407046807,0.153725174569888,0.0,0.0710124878213067,0.153725174569888,0.0,0.0108543777167895,0.153725174569888,0.0,0.0628256520597973,0.5,0.153725174569888,0.0,0.120781377848162,0,0.333655283449913,0.556150695051792 -6071,0.5,0.153725174569888,0.0,0.0316839100026107,0.153725174569888,0.0,0.0965739481795174,0.153725174569888,0.0,0.0342334098679311,0.153725174569888,0.0,0.0143524371898269,0.153725174569888,0.0,0.077707875162429,0.153725174569888,0.0,0.0340453443524436,0.153725174569888,0.0,0.0305509731048092,0.153725174569888,0.0,0.00560959929856479,0.5,0.153725174569888,0.0,0.0330702779873272,0.153725174569888,0.0,0.0535777154028159,0.5,0.153725174569888,0.0,0.069660333755322,0.153725174569888,0.0,0.172619794591819,0.153725174569888,0.0,0.116813792223415,0.153725174569888,0.0,0.140823126057719,0.153725174569888,0.0,0.0607890218585406,0.153725174569888,0.0,0.0102118838374723,0.153725174569888,0.0,0.0487400569985952,0.5,0.153725174569888,0.0,0.109904364969845,0,0.262742758048357,0.48285984719945 -6072,0.5,0.153725174569888,0.0,0.0270586538557921,0.153725174569888,0.0,0.122551994115563,0.153725174569888,0.0,0.0367779650035257,0.153725174569888,0.0,0.0105588022820466,0.153725174569888,0.0,0.0676338932915599,0.153725174569888,0.0,0.0424907600479857,0.153725174569888,0.0,0.0264894877171331,0.153725174569888,0.0,0.00562843251161233,0.5,0.153725174569888,0.0,0.0365943483118806,0.153725174569888,0.0,0.0602889907894884,0.5,0.153725174569888,0.0,0.0476162451564382,0.153725174569888,0.0,0.130347510293192,0.153725174569888,0.0,0.129884595768164,0.153725174569888,0.0,0.0936676339099533,0.153725174569888,0.0,0.049645855270315,0.153725174569888,0.0,0.0116301966146421,0.153725174569888,0.0,0.0397954904540587,0.5,0.153725174569888,0.0,0.0926815650554645,0,0.197524655963477,0.406247355529878 -6073,0.5,0.153725174569888,0.0,0.0246772413602619,0.153725174569888,0.0,0.128877665666633,0.153725174569888,0.0,0.0312606367366284,0.153725174569888,0.0,0.00727308922377565,0.153725174569888,0.0,0.050127523952005,0.153725174569888,0.0,0.0481002587483694,0.153725174569888,0.0,0.0285523224306108,0.153725174569888,0.0,0.00704516424798092,0.5,0.153725174569888,0.0,0.0315579540293377,0.153725174569888,0.0,0.0744611731855523,0.5,0.153725174569888,0.0,0.0286950242426479,0.153725174569888,0.0,0.109007238168495,0.153725174569888,0.0,0.14784079891111,0.153725174569888,0.0,0.0700062050636565,0.153725174569888,0.0,0.0544805465621633,0.153725174569888,0.0,0.0125383095809265,0.153725174569888,0.0,0.03281394758876,0.5,0.153725174569888,0.0,0.0699632196312851,0,0.171762614140251,0.367459609036559 -6074,0.5,0.153725174569888,0.0,0.0242013010979767,0.153725174569888,0.0,0.124535748666034,0.153725174569888,0.0,0.0209026914555368,0.153725174569888,0.0,0.00449902358621949,0.153725174569888,0.0,0.0292771661156627,0.153725174569888,0.0,0.0546890897350556,0.153725174569888,0.0,0.0437535821661643,0.153725174569888,0.0,0.0098524784508138,0.5,0.153725174569888,0.0,0.0275812640990443,0.153725174569888,0.0,0.0881236262700269,0.5,0.153725174569888,0.0,0.0198388284833173,0.153725174569888,0.0,0.082705153333404,0.153725174569888,0.0,0.152315520376314,0.153725174569888,0.0,0.0636937708718022,0.153725174569888,0.0,0.066859223958308,0.153725174569888,0.0,0.0175662124602013,0.153725174569888,0.0,0.0281704559052084,0.5,0.153725174569888,0.0,0.0505058373239362,0,0.156416464385643,0.316085558827482 -6075,0.5,0.153725174569888,0.0,0.0227012532530895,0.153725174569888,0.0,0.102816978101109,0.153725174569888,0.0,0.0139348593735134,0.153725174569888,0.0,0.00299873276070597,0.153725174569888,0.0,0.0153009668495047,0.153725174569888,0.0,0.0569367223040799,0.153725174569888,0.0,0.0468191325458508,0.153725174569888,0.0,0.0127500776880567,0.5,0.153725174569888,0.0,0.0233007783754577,0.153725174569888,0.0,0.0786614535767333,0.5,0.153725174569888,0.0,0.0157293338632126,0.153725174569888,0.0,0.0661613628422714,0.153725174569888,0.0,0.139777817466594,0.153725174569888,0.0,0.0586375491945521,0.153725174569888,0.0,0.0701079838976839,0.153725174569888,0.0,0.0249758529917214,0.153725174569888,0.0,0.0261717115285835,0.5,0.153725174569888,0.0,0.0481280826385734,0,0.136730050929673,0.242625160152148 -6076,0.5,0.153725174569888,0.0,0.0239577180379969,0.153725174569888,0.0,0.0783923201945052,0.153725174569888,0.0,0.0114673770074153,0.153725174569888,0.0,0.0021456513970374,0.153725174569888,0.0,0.0165736593019306,0.153725174569888,0.0,0.0552090557920004,0.153725174569888,0.0,0.0388396462138979,0.153725174569888,0.0,0.0160768038929682,0.5,0.153725174569888,0.0,0.021841538158332,0.153725174569888,0.0,0.0542277489721296,0.5,0.153725174569888,0.0,0.0118760988570533,0.153725174569888,0.0,0.0611359579851456,0.153725174569888,0.0,0.121630611722704,0.153725174569888,0.0,0.0559900783980063,0.153725174569888,0.0,0.0653675881993267,0.153725174569888,0.0,0.0248515573601444,0.153725174569888,0.0,0.0253886346585221,0.5,0.153725174569888,0.0,0.0599338597301634,0,0.188436372132755,0.182705309725482 -6077,0.5,0.153725174569888,0.0,0.0285018665803004,0.153725174569888,0.0,0.0681439568508074,0.153725174569888,0.0,0.011117652788778,0.153725174569888,0.0,0.00225822154522717,0.153725174569888,0.0,0.0248552338714245,0.153725174569888,0.0,0.0510506052299293,0.153725174569888,0.0,0.0345440793393477,0.153725174569888,0.0,0.0253018239811256,0.5,0.153725174569888,0.0,0.0228989522941749,0.153725174569888,0.0,0.0429976525960836,0.5,0.153725174569888,0.0,0.00832168814715435,0.153725174569888,0.0,0.0562152271378522,0.153725174569888,0.0,0.107539648315713,0.153725174569888,0.0,0.0594958965143372,0.153725174569888,0.0,0.0623326824921068,0.153725174569888,0.0,0.0289713212529045,0.153725174569888,0.0,0.0228315976595833,0.5,0.153725174569888,0.0,0.0640781688568578,0,0.277744235126013,0.164477116196088 -6078,0.5,0.153725174569888,0.0,0.0329529640361444,0.153725174569888,0.0,0.0561800030888599,0.153725174569888,0.0,0.00921217421071388,0.153725174569888,0.0,0.00310542543014147,0.153725174569888,0.0,0.0344749287256159,0.153725174569888,0.0,0.0411844795621513,0.153725174569888,0.0,0.031130049671837,0.153725174569888,0.0,0.0391411419686677,0.5,0.153725174569888,0.0,0.030597914585903,0.153725174569888,0.0,0.0434269026346989,0.5,0.153725174569888,0.0,0.00691813901552583,0.153725174569888,0.0,0.0502131470399471,0.153725174569888,0.0,0.0960264661611227,0.153725174569888,0.0,0.0769068512546609,0.153725174569888,0.0,0.0611696180109419,0.153725174569888,0.0,0.0393809351251078,0.153725174569888,0.0,0.0207532656927791,0.5,0.153725174569888,0.0,0.0521326327663875,0,0.318830522790994,0.180762024043348 -6079,0.5,0.153725174569888,0.0237168339671358,0.0408444726076532,0.153725174569888,0.000965239865017845,0.0460911712280029,0.153725174569888,0.0129290847501427,0.0081229876884203,0.153725174569888,0.0211214004969379,0.00515033609582106,0.153725174569888,0.00378013768408679,0.0438332396567725,0.153725174569888,0.00104031479676399,0.0355470640076111,0.153725174569888,0.00166059283981035,0.0354652737522629,0.153725174569888,0.000309801400534001,0.0542171339454089,0.5,0.153725174569888,0.00412865805126644,0.036888164041618,0.153725174569888,0.00236950191273272,0.0549367844364777,0.5,0.153725174569888,0.0164662351795688,0.00725785726595431,0.153725174569888,0.00522334123427078,0.0477242466134515,0.153725174569888,0.011900307832348,0.0947938189379416,0.153725174569888,0.00371276493278543,0.10353492162009,0.153725174569888,0.00230552226993081,0.0687917455196861,0.153725174569888,0.00379168192264943,0.0516417622909175,0.153725174569888,0.0157832980432471,0.0222914448410037,0.5,0.153725174569888,0.00460855906096677,0.0508280812463852,0,0.326543104844544,0.242237840602178 -6080,0.5,0.153725174569888,0.0979245661123049,0.0779172339889103,0.153725174569888,0.00934772763719186,0.0396478584282873,0.153725174569888,0.069545125293714,0.0221826980982482,0.153725174569888,0.0856346151966407,0.0145604999311157,0.153725174569888,0.0408799716232644,0.0672473073802472,0.153725174569888,0.0329043479415909,0.0462327820190449,0.153725174569888,0.0320495796752387,0.0653785705113155,0.153725174569888,0.00435392993876415,0.090715863813119,0.5,0.153725174569888,0.043306935776983,0.0561917444710938,0.153725174569888,0.0200822918522473,0.0674760677232012,0.5,0.153725174569888,0.122844926303459,0.0118985135922999,0.153725174569888,0.0617939401967972,0.0664874984047422,0.153725174569888,0.0961713694186883,0.152590470049605,0.153725174569888,0.0427652293489216,0.13635677006628,0.153725174569888,0.0219454794042128,0.0878328965754705,0.153725174569888,0.0392002487504954,0.0981897226164264,0.153725174569888,0.074030403181952,0.0397579951377276,0.5,0.153725174569888,0.0304475108932175,0.0657599821473043,0,0.277400850830795,0.332048307553706 -6081,0.5,0.153725174569888,0.191367609921252,0.123122022127328,0.153725174569888,0.0668300748743801,0.0412800015144137,0.153725174569888,0.153700851614869,0.0421410101860814,0.153725174569888,0.168506102971691,0.0316072328125674,0.153725174569888,0.0694294961185291,0.105719244412934,0.153725174569888,0.123080150504306,0.0705568154025887,0.153725174569888,0.0953672834824499,0.146195175958294,0.153725174569888,0.0308162453012625,0.113030082090396,0.5,0.153725174569888,0.0719816551517072,0.11399337244179,0.153725174569888,0.0508668330744308,0.0815691204273693,0.5,0.153725174569888,0.225601729450167,0.0570846083573024,0.153725174569888,0.15231585156651,0.0992127572102951,0.153725174569888,0.211298784447375,0.246796051906134,0.153725174569888,0.108384521378936,0.225773202607549,0.153725174569888,0.0623706088015159,0.115631428544129,0.153725174569888,0.0977890207117426,0.235395790712722,0.153725174569888,0.134164985321429,0.0710658228860526,0.5,0.153725174569888,0.0747753895297006,0.0806953462181705,0,0.219075422548924,0.422770704165578 -6082,0.5,0.153725174569888,0.291259128682987,0.142749590858891,0.153725174569888,0.225808132377276,0.061716209359342,0.153725174569888,0.237296716044576,0.0597736574941932,0.153725174569888,0.251740607543604,0.0538272805108922,0.153725174569888,0.126905812118385,0.149418259326998,0.153725174569888,0.249820076164239,0.12730939586539,0.153725174569888,0.133021746693845,0.224302877371518,0.153725174569888,0.0966131366691287,0.103297531833847,0.5,0.153725174569888,0.0936107260868302,0.184709551001884,0.153725174569888,0.0983189685645901,0.0907782227381959,0.5,0.153725174569888,0.278895528236269,0.129819518112853,0.153725174569888,0.25779094666053,0.15139791723621,0.153725174569888,0.355271551417239,0.288282143628117,0.153725174569888,0.216047362517362,0.309128611035042,0.153725174569888,0.109199089879501,0.1242042886477,0.153725174569888,0.1888720028391,0.413899241640933,0.153725174569888,0.199955318855752,0.0974700375085298,0.5,0.153725174569888,0.139315947211782,0.0841641164087647,0,0.143329309298353,0.459712775829291 -6083,0.5,0.153725174569888,0.394420571314931,0.149687068220637,0.153725174569888,0.415948844644585,0.12054819585771,0.153725174569888,0.370363786511871,0.0938492746101818,0.153725174569888,0.261984564678975,0.0736371389869374,0.153725174569888,0.24952805949313,0.262578175602414,0.153725174569888,0.29262036084549,0.198056446844363,0.153725174569888,0.108115976656875,0.303551652690453,0.153725174569888,0.323929189617449,0.14590426847269,0.5,0.153725174569888,0.177552035089759,0.238704853965945,0.153725174569888,0.145407397992731,0.0996892303364331,0.5,0.153725174569888,0.228979114725069,0.115591096403926,0.153725174569888,0.310850696361783,0.179487613204555,0.153725174569888,0.456301635815432,0.319498882030059,0.153725174569888,0.279933243370078,0.33157474328406,0.153725174569888,0.263093673668237,0.14262589776356,0.153725174569888,0.299677630717854,0.488766078787679,0.153725174569888,0.245658951942551,0.103563842230229,0.5,0.153725174569888,0.183923232065314,0.0928023371556731,0,0.108121282155908,0.413890877589823 -6084,0.5,0.153725174569888,0.461981696823157,0.176529290718094,0.153725174569888,0.360022107281161,0.163553226525125,0.153725174569888,0.392113989541537,0.145968788665234,0.153725174569888,0.245608838848694,0.100692068684987,0.153725174569888,0.319979125762467,0.379494718866163,0.153725174569888,0.273036637928222,0.254287107792596,0.153725174569888,0.170951855897954,0.309514800537093,0.153725174569888,0.48965692246679,0.242938166553432,0.5,0.153725174569888,0.254748310814567,0.240525507768124,0.153725174569888,0.15473549392441,0.115358407284481,0.5,0.153725174569888,0.172471056221362,0.106437511879806,0.153725174569888,0.266953255255907,0.183291070413214,0.153725174569888,0.488151655416631,0.324611166986787,0.153725174569888,0.261060034599862,0.239034528436547,0.153725174569888,0.359275472197098,0.169615576681764,0.153725174569888,0.392574092316775,0.466546696049697,0.153725174569888,0.265014024299006,0.116026989066281,0.5,0.153725174569888,0.204812842361449,0.100393676363168,0,0.11508450272118,0.357549735415769 -6085,0.5,0.153725174569888,0.414253725979528,0.182610141330508,0.153725174569888,0.283901664671948,0.173618510311544,0.153725174569888,0.357792309887686,0.209893942279685,0.153725174569888,0.225551305634303,0.125804863666894,0.153725174569888,0.0927311025881942,0.319132553670382,0.153725174569888,0.468561628086871,0.346118075072764,0.153725174569888,0.456364869941369,0.313782446061744,0.153725174569888,0.478278388370129,0.338366041845119,0.5,0.153725174569888,0.393326324388604,0.245337311560433,0.153725174569888,0.183852467753434,0.1129998164454,0.5,0.153725174569888,0.328559881765092,0.135904733702377,0.153725174569888,0.299739394837237,0.185679315987464,0.153725174569888,0.490880859579061,0.323021056797706,0.153725174569888,0.430913287522935,0.198716715664133,0.153725174569888,0.217683552856935,0.152308525192697,0.153725174569888,0.376713554660773,0.435383755133436,0.153725174569888,0.332521009798526,0.153451252895718,0.5,0.153725174569888,0.183113306394085,0.107684588330869,0,0.139390905023775,0.285916130784323 -6086,0.5,0.153725174569888,0.352883470613818,0.180758877660967,0.153725174569888,0.419631610368067,0.237341374283043,0.153725174569888,0.280024914475409,0.240639157342521,0.153725174569888,0.194432485543131,0.124128356993923,0.153725174569888,0.259056337132187,0.21212736801585,0.153725174569888,0.464841602634926,0.451812253044578,0.153725174569888,0.409360126915205,0.358872685975344,0.153725174569888,0.462357950665268,0.362198361296489,0.5,0.153725174569888,0.430561035703896,0.30428082133348,0.153725174569888,0.294235720106547,0.0703587456508478,0.5,0.153725174569888,0.451972879184491,0.175877579480484,0.153725174569888,0.315685509786593,0.180168129796059,0.153725174569888,0.526789102990227,0.347610388830099,0.153725174569888,0.536285719878068,0.24205025648162,0.153725174569888,0.174500705797682,0.122124283909207,0.153725174569888,0.287240914604354,0.386691625193857,0.153725174569888,0.26113125573651,0.160594646382939,0.5,0.153725174569888,0.225832881379653,0.110429248670664,0,0.138540475755446,0.227677747816007 -6087,0.5,0.153725174569888,0.330672160740261,0.182730976653293,0.153725174569888,0.47476141081356,0.332750691844053,0.153725174569888,0.21088905623751,0.231920466346904,0.153725174569888,0.165289743443312,0.119230266766583,0.153725174569888,0.398985850482769,0.180333308161494,0.153725174569888,0.336638720856824,0.505043200282615,0.153725174569888,0.20956840832486,0.31971966502717,0.153725174569888,0.472635310094563,0.350886158489121,0.5,0.153725174569888,0.359683407389228,0.361737534783924,0.153725174569888,0.389751121546823,0.0381567784781196,0.5,0.153725174569888,0.372669336960334,0.197765841645054,0.153725174569888,0.326943109588739,0.192163508995252,0.153725174569888,0.444085811006336,0.365367606949301,0.153725174569888,0.386055473977267,0.248960121863653,0.153725174569888,0.217176201731315,0.121256112066933,0.153725174569888,0.181620039697175,0.347303038152466,0.153725174569888,0.205417727198492,0.160807351229511,0.5,0.153725174569888,0.156825914921903,0.0999491289286389,0,0.121365087137226,0.206443088875087 -6088,0.5,0.153725174569888,0.292180001759646,0.175385215214922,0.153725174569888,0.299656229987221,0.39044490330065,0.153725174569888,0.114205139358376,0.190430693728772,0.153725174569888,0.115879329105791,0.111909048239835,0.153725174569888,0.357679993670732,0.120455215952802,0.153725174569888,0.299030015580218,0.500935396338922,0.153725174569888,0.106264298911826,0.21687515732507,0.153725174569888,0.347923894256287,0.34392390126955,0.5,0.153725174569888,0.257031428739095,0.350793902778248,0.153725174569888,0.23826664074375,0.0296195330437225,0.5,0.153725174569888,0.219333045479551,0.186893531826787,0.153725174569888,0.278204986059963,0.216813439624717,0.153725174569888,0.376239479038681,0.376250436010319,0.153725174569888,0.311418042704886,0.259888487816714,0.153725174569888,0.230497932227532,0.150906376829303,0.153725174569888,0.107484503284453,0.292762544519295,0.153725174569888,0.117277914469471,0.157043297485402,0.5,0.153725174569888,0.113905969254436,0.0846137300070441,0,0.112256107374606,0.203376859685436 -6089,0.5,0.153725174569888,0.207361412376319,0.15518721863402,0.153725174569888,0.0923230596209932,0.417660766094392,0.153725174569888,0.0549830084493634,0.132756776707565,0.153725174569888,0.0755349658862101,0.0802120904259566,0.153725174569888,0.275140901084055,0.0732980653298207,0.153725174569888,0.261650502193835,0.397506655523583,0.153725174569888,0.16558489177401,0.133115577438783,0.153725174569888,0.245102957048625,0.318402141599717,0.5,0.153725174569888,0.159130527776366,0.270223304364976,0.153725174569888,0.136688661675865,0.0258559219974015,0.5,0.153725174569888,0.114368032132376,0.176500556596687,0.153725174569888,0.159036394714524,0.221491485735916,0.153725174569888,0.275729559192864,0.335383065819089,0.153725174569888,0.238554192170326,0.260474179546014,0.153725174569888,0.203859202467887,0.186320305286033,0.153725174569888,0.089188508338597,0.22472659758874,0.153725174569888,0.0599802208142519,0.141584034246326,0.5,0.153725174569888,0.0753604552999261,0.0611738355840443,0,0.0984604150195609,0.222732027720167 -6090,0.5,0.153725174569888,0.0468192707231448,0.0849240753665048,0.153725174569888,0.0120884191951204,0.321792257367881,0.153725174569888,0.0116663162683859,0.0605783361642419,0.153725174569888,0.0256275376990289,0.0354742125862591,0.153725174569888,0.0897731261702625,0.010890911803501,0.153725174569888,0.0950765039984151,0.199233378206272,0.153725174569888,0.0746689427543201,0.0482098558937528,0.153725174569888,0.0775783000816523,0.268870727834359,0.5,0.153725174569888,0.0696864077889248,0.157983087176387,0.153725174569888,0.0318509602411018,0.0176684735545433,0.5,0.153725174569888,0.0378768585144203,0.106540483099739,0.153725174569888,0.0497305356736826,0.182462201283377,0.153725174569888,0.0785545605418377,0.194569156011132,0.153725174569888,0.0843378248712835,0.18770594473745,0.153725174569888,0.06111466471482,0.139481396577432,0.153725174569888,0.0386349850785496,0.126135756078828,0.153725174569888,0.0191194531339431,0.130601334527245,0.5,0.153725174569888,0.0136636428541758,0.0468629114626491,0,0.0733409260450724,0.260536563628018 -6091,0.5,0.153725174569888,0.0,0.0982745039670414,0.153725174569888,0.0,0.15878575767985,0.153725174569888,0.0,0.0271185358140698,0.153725174569888,0.0,0.0346932896632796,0.153725174569888,0.0,0.0111633741254064,0.153725174569888,0.0,0.0514171447753858,0.153725174569888,1.63860407092436e-05,0.0211716806700015,0.153725174569888,1.63842333740838e-05,0.166070398060627,0.5,0.153725174569888,0.0,0.143977455396072,0.153725174569888,0.0,0.0132793070451169,0.5,0.153725174569888,0.0,0.0608850538260113,0.153725174569888,1.91975775072179e-05,0.114888608549246,0.153725174569888,0.0,0.100447525794331,0.153725174569888,0.0,0.156419977979984,0.153725174569888,0.0,0.0910535915535813,0.153725174569888,0.0,0.074083294890449,0.153725174569888,5.20715172711998e-06,0.144881427323863,0.5,0.153725174569888,0.0,0.0409833134286844,0,0.0734632031893224,0.319545156010887 -6092,0.5,0.153725174569888,0.0,0.110593687899651,0.153725174569888,0.0,0.0514378926080365,0.153725174569888,0.0,0.0282167899971277,0.153725174569888,0.0,0.0429896574204813,0.153725174569888,0.0,0.0192341628338789,0.153725174569888,0.0,0.0278964756269727,0.153725174569888,0.0,0.0114587619755248,0.153725174569888,0.0,0.0830415180894278,0.5,0.153725174569888,0.0,0.140898878383837,0.153725174569888,0.0,0.0124415333490834,0.5,0.153725174569888,0.0,0.0892291691386325,0.153725174569888,0.0,0.0768370471790107,0.153725174569888,0.0,0.0641658435285021,0.153725174569888,0.0,0.152218841864642,0.153725174569888,0.0,0.0777065109192474,0.153725174569888,0.0,0.0527218920371043,0.153725174569888,0.0,0.167310037001469,0.5,0.153725174569888,0.0,0.0391994109916068,0,0.0970391907930209,0.377898102331561 -6093,0.5,0.153725174569888,0.0,0.118408692874714,0.153725174569888,0.0,0.0379330487916498,0.153725174569888,0.0,0.045596008206497,0.153725174569888,0.0,0.0654832162398489,0.153725174569888,0.0,0.0345818174030907,0.153725174569888,0.0,0.0217100026837116,0.153725174569888,0.0,0.0115711555456239,0.153725174569888,0.0,0.03680972982594,0.5,0.153725174569888,0.0,0.0879003145831495,0.153725174569888,0.0,0.013684187572987,0.5,0.153725174569888,0.0,0.157926202268729,0.153725174569888,0.0,0.0666180480436042,0.153725174569888,0.0,0.048675186615969,0.153725174569888,0.0,0.131774942621692,0.153725174569888,0.0,0.0681241237343656,0.153725174569888,0.0,0.0475049684069079,0.153725174569888,0.0,0.145589016141361,0.5,0.153725174569888,0.0,0.0439604387022932,0,0.131106294686899,0.414887813514967 -6094,0.5,0.153725174569888,0.0,0.131651237490541,0.153725174569888,0.0,0.040167148778615,0.153725174569888,0.0,0.0655679693827537,0.153725174569888,0.0,0.0849763041713044,0.153725174569888,0.0,0.0428759636691668,0.153725174569888,0.0,0.0213440850773968,0.153725174569888,0.0,0.0155619190351651,0.153725174569888,0.0,0.0272828637046617,0.5,0.153725174569888,0.0,0.0460598050817146,0.153725174569888,0.0,0.0123937783538844,0.5,0.153725174569888,0.0,0.151922805752197,0.153725174569888,0.0,0.0592534200673999,0.153725174569888,0.0,0.046502332869976,0.153725174569888,0.0,0.0948208431296981,0.153725174569888,0.0,0.0591843891405458,0.153725174569888,0.0,0.0456723080753057,0.153725174569888,0.0,0.108997133026489,0.5,0.153725174569888,0.0,0.0501795886996303,0,0.166547988176367,0.385273072740481 -6095,0.5,0.153725174569888,0.0,0.145283063183057,0.153725174569888,0.0,0.0414039837957875,0.153725174569888,0.0,0.0943528920277827,0.153725174569888,0.0,0.0908638871585823,0.153725174569888,0.0,0.045659748177301,0.153725174569888,0.0,0.0221932254306782,0.153725174569888,0.0,0.0195758284550139,0.153725174569888,0.0,0.0244163638936701,0.5,0.153725174569888,0.0,0.035409393737891,0.153725174569888,0.0,0.00940750215916959,0.5,0.153725174569888,0.0,0.127331407569511,0.153725174569888,0.0,0.0509873800409186,0.153725174569888,0.0,0.0523201042880639,0.153725174569888,0.0,0.0621137937537324,0.153725174569888,0.0,0.0534583511173642,0.153725174569888,0.0,0.0477391259049969,0.153725174569888,0.0,0.0920839108135101,0.5,0.153725174569888,0.0,0.057225014792805,0,0.21133621923928,0.306481567925879 -6096,0.5,0.153725174569888,0.0,0.165102200957842,0.153725174569888,0.0,0.0427579283396924,0.153725174569888,0.0,0.135269373168364,0.153725174569888,0.0,0.0817218740809601,0.153725174569888,0.0,0.0441370099565608,0.153725174569888,0.0,0.0197986698644174,0.153725174569888,0.0,0.0149011801125023,0.153725174569888,0.0,0.0186817771227493,0.5,0.153725174569888,0.0,0.0445403809208656,0.153725174569888,0.0,0.0109233003407732,0.5,0.153725174569888,0.0,0.137529453123844,0.153725174569888,0.0,0.0457492350945629,0.153725174569888,0.0,0.0623967243078089,0.153725174569888,0.0,0.0472146161206601,0.153725174569888,0.0,0.0492490928097616,0.153725174569888,0.0,0.0509836301305632,0.153725174569888,0.0,0.0719572275242828,0.5,0.153725174569888,0.0,0.0635591594806288,0,0.266353410722062,0.219419169113367 -6097,0.5,0.153725174569888,0.0,0.192682117044317,0.153725174569888,0.0,0.0532293595562254,0.153725174569888,0.0,0.15381727144062,0.153725174569888,0.0,0.0730634377294012,0.153725174569888,0.0,0.0423700879956142,0.153725174569888,0.0,0.0178952247996482,0.153725174569888,0.0,0.0121625780216843,0.153725174569888,0.0,0.0163711683946851,0.5,0.153725174569888,0.0,0.0515128346117445,0.153725174569888,0.0,0.0149374864412524,0.5,0.153725174569888,0.0,0.0976327203912872,0.153725174569888,0.0,0.051043307235804,0.153725174569888,0.0,0.0705846325496824,0.153725174569888,0.0,0.0452874882527762,0.153725174569888,0.0,0.0507941609671979,0.153725174569888,0.0,0.0593505729372199,0.153725174569888,0.0,0.0749566905250828,0.5,0.153725174569888,0.0,0.0715552508896917,0,0.321365567968626,0.163448221879246 -6098,0.5,0.153725174569888,0.0,0.223969881902813,0.153725174569888,0.0,0.0699714331062527,0.153725174569888,0.0,0.1953878144335,0.153725174569888,0.0,0.0774873145892996,0.153725174569888,0.0,0.0435571122885093,0.153725174569888,0.0,0.0166426868906719,0.153725174569888,0.0,0.0131158154497275,0.153725174569888,0.0,0.0176323578702987,0.5,0.153725174569888,0.0,0.0510313944931322,0.153725174569888,0.0,0.0202849557059344,0.5,0.153725174569888,0.0,0.0505377969235866,0.153725174569888,0.0,0.0676424408612634,0.153725174569888,0.0,0.0727744638039277,0.153725174569888,0.0,0.0450845307972357,0.153725174569888,0.0,0.0599134396789974,0.153725174569888,0.0,0.0715274351611682,0.153725174569888,0.0,0.0897073221309476,0.5,0.153725174569888,0.0,0.0727317910477063,0,0.426905489853399,0.132320807407942 -6099,0.5,0.153725174569888,0.0,0.257245084787483,0.153725174569888,0.0,0.0722214631010676,0.153725174569888,0.0,0.243060003218206,0.153725174569888,0.0,0.0879693891343861,0.153725174569888,0.0,0.0395801405526371,0.153725174569888,0.0,0.0156900664821417,0.153725174569888,0.0,0.0130994537512377,0.153725174569888,0.0,0.02183257768143,0.5,0.153725174569888,0.0,0.0473609567376919,0.153725174569888,0.0,0.0266669550989215,0.5,0.153725174569888,0.0,0.0321133705735912,0.153725174569888,0.0,0.0775364819523593,0.153725174569888,0.0,0.076724556522826,0.153725174569888,0.0,0.0448553632953901,0.153725174569888,0.0,0.0663026241319615,0.153725174569888,0.0,0.0811108804834434,0.153725174569888,0.0,0.098006523974788,0.5,0.153725174569888,0.0,0.0809917675821804,0,0.526597403296319,0.106176209595529 -6100,0.5,0.153725174569888,0.0,0.31249962089491,0.153725174569888,0.0,0.0710273396895383,0.153725174569888,0.0,0.244212595783917,0.153725174569888,0.0,0.0926709452223385,0.153725174569888,0.0,0.0414342138660396,0.153725174569888,0.0,0.0196219585570708,0.153725174569888,0.0,0.0194364312899848,0.153725174569888,0.0,0.026303235888727,0.5,0.153725174569888,0.0,0.0536043461281304,0.153725174569888,0.0,0.0397231725595873,0.5,0.153725174569888,0.0,0.0363226727081323,0.153725174569888,0.0,0.086032833895232,0.153725174569888,0.0,0.0836566927524316,0.153725174569888,0.0,0.0458130091515049,0.153725174569888,0.0,0.0841653112229509,0.153725174569888,0.0,0.08743968680661,0.153725174569888,0.0,0.127334284989431,0.5,0.153725174569888,0.0,0.0968772684903053,0,0.59491269387487,0.0904626034993324 -6101,0.5,0.153725174569888,0.0,0.366608236169158,0.153725174569888,0.0,0.0954206500182266,0.153725174569888,0.0,0.266857832087299,0.153725174569888,0.0,0.0976535274730322,0.153725174569888,0.0,0.0455262573225632,0.153725174569888,0.0,0.0280956486106902,0.153725174569888,0.0,0.020828329494582,0.153725174569888,0.0,0.0246802750620483,0.5,0.153725174569888,0.0,0.0696324027179117,0.153725174569888,0.0,0.0455751338205995,0.5,0.153725174569888,0.0,0.0599918373917338,0.153725174569888,0.0,0.111817931500775,0.153725174569888,0.0,0.103913095480779,0.153725174569888,0.0,0.054925301125261,0.153725174569888,0.0,0.0996552021014232,0.153725174569888,0.0,0.0933591723422121,0.153725174569888,0.0,0.184022618925706,0.5,0.153725174569888,0.0,0.10072955372231,0,0.630008321064189,0.0968851931805255 -6102,0.5,0.153725174569888,0.0,0.397562915205802,0.153725174569888,0.0,0.120846008810542,0.153725174569888,0.0,0.309677771069958,0.153725174569888,0.0,0.111756803315043,0.153725174569888,0.0,0.0486507109287076,0.153725174569888,0.0,0.0291351286409676,0.153725174569888,0.0,0.0238455519033544,0.153725174569888,0.0,0.0220940742923272,0.5,0.153725174569888,0.0,0.0738773543199006,0.153725174569888,0.0,0.0509971682792911,0.5,0.153725174569888,0.0,0.104633810082345,0.153725174569888,0.0,0.107992439551419,0.153725174569888,0.0,0.126533543178087,0.153725174569888,0.0,0.0720926726872786,0.153725174569888,0.0,0.111499790453585,0.153725174569888,0.0,0.125446869662853,0.153725174569888,0.0,0.233035214560875,0.5,0.153725174569888,0.0,0.114092803063543,0,0.639532078508064,0.125523267032579 -6103,0.5,0.153725174569888,0.0187961756212993,0.443596942926503,0.153725174569888,0.0219759450028594,0.0982483957780543,0.153725174569888,0.0013948628789933,0.391610080760058,0.153725174569888,0.0184477327577042,0.117914115966059,0.153725174569888,0.0102352102740037,0.0499319793084875,0.153725174569888,0.00641536535959327,0.0259219976762963,0.153725174569888,0.00850219055092912,0.0312671057033331,0.153725174569888,0.00572794537914986,0.022764575413245,0.5,0.153725174569888,0.0047709712284161,0.0697037674190404,0.153725174569888,0.000965274273406996,0.0612935890027082,0.5,0.153725174569888,0.00183768214423685,0.185709175227458,0.153725174569888,0.00169974597336991,0.135217719870456,0.153725174569888,0.0224275333568402,0.143507213367882,0.153725174569888,0.0133447407218886,0.0881147718761542,0.153725174569888,0.00843048619339151,0.144890544929466,0.153725174569888,0.00259301565296062,0.198845940821551,0.153725174569888,0.000566237614153332,0.279276270403045,0.5,0.153725174569888,0.00300415305860554,0.119465088307692,0,0.651680084860326,0.162566325502999 -6104,0.5,0.153725174569888,0.0991145655599254,0.536906780560279,0.153725174569888,0.103894850938654,0.166838584497724,0.153725174569888,0.00941671532311464,0.433977048638964,0.153725174569888,0.0773978401960006,0.145550410852682,0.153725174569888,0.121973580868104,0.064122876334362,0.153725174569888,0.120077968698809,0.030660460447135,0.153725174569888,0.0870134844310255,0.0564373792527571,0.153725174569888,0.0947038334696068,0.03228693870293,0.5,0.153725174569888,0.0806476404638908,0.0779422207488194,0.153725174569888,0.00462818510069031,0.0676231415235567,0.5,0.153725174569888,0.0140768390977225,0.294678419879641,0.153725174569888,0.0200516183096099,0.196706399023417,0.153725174569888,0.140516432908104,0.162181880477522,0.153725174569888,0.126926487605772,0.10924579869253,0.153725174569888,0.0575175627619009,0.234638558916543,0.153725174569888,0.0138439865830321,0.327679666730458,0.153725174569888,0.00306795734118602,0.301160783162758,0.5,0.153725174569888,0.0128678323573356,0.10045670042396,0,0.690986902023286,0.191230937466815 -6105,0.5,0.153725174569888,0.221898872284089,0.639938199369099,0.153725174569888,0.132559790608152,0.332354175363899,0.153725174569888,0.0407492425463397,0.392233502180698,0.153725174569888,0.142762809738158,0.164639581883142,0.153725174569888,0.231494356609367,0.149622341353082,0.153725174569888,0.259095323358258,0.0669150793496372,0.153725174569888,0.130439452282933,0.128084164249392,0.153725174569888,0.177968482807954,0.0870356115412221,0.5,0.153725174569888,0.153506084628319,0.159227923789125,0.153725174569888,0.00647951579212606,0.0740102781516257,0.5,0.153725174569888,0.0207852838765986,0.3428217539317,0.153725174569888,0.0384080315462469,0.269186433502965,0.153725174569888,0.268385923673186,0.259791027891801,0.153725174569888,0.252249965291593,0.238978614279468,0.153725174569888,0.122711163764671,0.368306579591309,0.153725174569888,0.0206885726682808,0.439517113084369,0.153725174569888,0.00831387193789394,0.30821190834972,0.5,0.153725174569888,0.0241835248185145,0.0702993699146562,0,0.721668282253489,0.222706369848594 -6106,0.5,0.153725174569888,0.359871392356404,0.742663938767495,0.153725174569888,0.118830465160695,0.452280352202023,0.153725174569888,0.0721436348425791,0.437548888225806,0.153725174569888,0.206641233234426,0.24109243919862,0.153725174569888,0.294238636479073,0.268467863142394,0.153725174569888,0.360128311771194,0.143618263193379,0.153725174569888,0.159407167476562,0.201490250697913,0.153725174569888,0.216689803713293,0.156489448509529,0.5,0.153725174569888,0.193643868718031,0.371552302791269,0.153725174569888,0.0124080803052287,0.0689895769532774,0.5,0.153725174569888,0.0156128598202758,0.330877756439432,0.153725174569888,0.0519168496507712,0.290273520930877,0.153725174569888,0.385176086066197,0.404448457389748,0.153725174569888,0.357029747705342,0.385255574077476,0.153725174569888,0.20290197729707,0.527470981691136,0.153725174569888,0.0379993232179208,0.503404807188498,0.153725174569888,0.0192648912379208,0.305394996960569,0.5,0.153725174569888,0.0421989492036558,0.0808853553363997,0,0.691688641372145,0.244364607572377 -6107,0.5,0.153725174569888,0.475768139574545,0.811673177677218,0.153725174569888,0.204636278142308,0.655455411026362,0.153725174569888,0.133671917502383,0.541122614325693,0.153725174569888,0.307543313309265,0.340706184916104,0.153725174569888,0.333642898872141,0.391513653659363,0.153725174569888,0.400310722121265,0.221637254446633,0.153725174569888,0.219623584373943,0.268520577655144,0.153725174569888,0.228130502826314,0.223692767028916,0.5,0.153725174569888,0.200593792171088,0.51063486873117,0.153725174569888,0.0308413062897728,0.0756425529310598,0.5,0.153725174569888,0.0132543286948901,0.26699334237905,0.153725174569888,0.0538493307560506,0.275412581832815,0.153725174569888,0.493203917012983,0.530711419443829,0.153725174569888,0.444131259208212,0.503627244840175,0.153725174569888,0.341283957026581,0.688144850475237,0.153725174569888,0.0810699708689767,0.589647936708578,0.153725174569888,0.0215907602969368,0.300731645980027,0.5,0.153725174569888,0.0609287589615376,0.121833116352527,0,0.6438895822145,0.242545100723552 -6108,0.5,0.153725174569888,0.553254073465926,0.87228901226937,0.153725174569888,0.316028418754221,0.778617698476672,0.153725174569888,0.188635780519845,0.61754479379819,0.153725174569888,0.401723742952636,0.45063115352723,0.153725174569888,0.385025904220242,0.533372922397167,0.153725174569888,0.413937503005782,0.301539192889791,0.153725174569888,0.38678875691183,0.44041298579091,0.153725174569888,0.246077734293502,0.283132328922244,0.5,0.153725174569888,0.224588824501987,0.568339024374732,0.153725174569888,0.0608354979205702,0.0925413339532311,0.5,0.153725174569888,0.021068022921963,0.247426064686664,0.153725174569888,0.0411167418810714,0.256481893382063,0.153725174569888,0.559109153585427,0.605022386459148,0.153725174569888,0.497865412064771,0.602672910352986,0.153725174569888,0.445108015074516,0.808070383178764,0.153725174569888,0.138744650480514,0.699718362551107,0.153725174569888,0.0246126813176313,0.294353964141979,0.5,0.153725174569888,0.059579524485369,0.150634279173297,0,0.602690978571738,0.231335225741014 -6109,0.5,0.153725174569888,0.582509858220863,0.907003424318524,0.153725174569888,0.369763524800791,0.805602712416941,0.153725174569888,0.276699518997138,0.69077249314165,0.153725174569888,0.482260117881582,0.569962633131795,0.153725174569888,0.445796221622912,0.657329884232539,0.153725174569888,0.414019222549592,0.36095197612726,0.153725174569888,0.484279549807521,0.645947631978914,0.153725174569888,0.259365713556827,0.350438075056529,0.5,0.153725174569888,0.245271832073695,0.607056065556276,0.153725174569888,0.0674688228793057,0.110298875269354,0.5,0.153725174569888,0.0447437872770814,0.213429280670422,0.153725174569888,0.0485959199983161,0.229386920254327,0.153725174569888,0.58157962558765,0.610804227213851,0.153725174569888,0.521729639538998,0.673625694125786,0.153725174569888,0.503593822372124,0.873860242071839,0.153725174569888,0.21341424617984,0.771549886123534,0.153725174569888,0.0433574087015277,0.309484003439928,0.5,0.153725174569888,0.054954750474152,0.16512945049336,0,0.532280092741171,0.214315121922516 -6110,0.5,0.153725174569888,0.566218947380358,0.919161373595535,0.153725174569888,0.360054718581437,0.836053567592721,0.153725174569888,0.369837847508039,0.788699252404834,0.153725174569888,0.452940277345027,0.62715967175283,0.153725174569888,0.431738866848486,0.735431670544887,0.153725174569888,0.377043187115671,0.434542712234666,0.153725174569888,0.515963177777253,0.805027304690579,0.153725174569888,0.249166368815312,0.432804179585822,0.5,0.153725174569888,0.238270648273498,0.629825394457822,0.153725174569888,0.0591016856835833,0.13659642101583,0.5,0.153725174569888,0.0433830188734041,0.198683578201634,0.153725174569888,0.0539660682393368,0.190202301726452,0.153725174569888,0.566723711930057,0.575820128221083,0.153725174569888,0.510701395978631,0.706188511666589,0.153725174569888,0.517496970459004,0.91347783932265,0.153725174569888,0.216019528482097,0.756443128350117,0.153725174569888,0.0604119890744805,0.335949196717659,0.5,0.153725174569888,0.0461313667669801,0.178445707697852,0,0.448787636249703,0.19558334609734 -6111,0.5,0.153725174569888,0.495880745140104,0.92117957868253,0.153725174569888,0.357119610772096,0.862227903550211,0.153725174569888,0.36239412792274,0.78996281536173,0.153725174569888,0.3549231473843,0.613404331005765,0.153725174569888,0.4049163745455,0.799771416220997,0.153725174569888,0.342931823435948,0.536400580599056,0.153725174569888,0.483610979820574,0.882684508946589,0.153725174569888,0.202817581592627,0.491338310670308,0.5,0.153725174569888,0.20410097766012,0.584743239719086,0.153725174569888,0.0392687576061151,0.17137402726333,0.5,0.153725174569888,0.0209012925654145,0.191404756384304,0.153725174569888,0.0433250127982155,0.173187581197593,0.153725174569888,0.50527616927395,0.532367836136353,0.153725174569888,0.46787962381035,0.719405622842466,0.153725174569888,0.486408164801009,0.93066451173539,0.153725174569888,0.276489951903814,0.767049349517435,0.153725174569888,0.0657720303870048,0.287848831570737,0.5,0.153725174569888,0.035682188910451,0.15357185995291,0,0.378368515797246,0.194989300122698 -6112,0.5,0.153725174569888,0.378148200969451,0.903365598584388,0.153725174569888,0.323463973554921,0.861026017793406,0.153725174569888,0.269833518263231,0.723401758276563,0.153725174569888,0.259956556258322,0.510366965122785,0.153725174569888,0.359630998419434,0.839767542328562,0.153725174569888,0.29215162256561,0.623103339186102,0.153725174569888,0.387284751027752,0.902958391125796,0.153725174569888,0.177201074075117,0.547988832586228,0.5,0.153725174569888,0.107173137083164,0.517948098471873,0.153725174569888,0.0159359836755402,0.174184410763316,0.5,0.153725174569888,0.0192911509473004,0.167788742160103,0.153725174569888,0.0220071585708266,0.146062355871232,0.153725174569888,0.403030265155622,0.494560643985113,0.153725174569888,0.388463233228258,0.723522999030278,0.153725174569888,0.400577170183224,0.927041889551008,0.153725174569888,0.293180653295494,0.801020651763118,0.153725174569888,0.0663377676808378,0.215040691020202,0.5,0.153725174569888,0.0209471578485733,0.10970613404111,0,0.335063913241644,0.225005264723703 -6113,0.5,0.153725174569888,0.242978778658579,0.850455003255772,0.153725174569888,0.248527105197541,0.812896969157464,0.153725174569888,0.159761898593972,0.649792705384528,0.153725174569888,0.159337636765934,0.399924199959969,0.153725174569888,0.275668205959072,0.820440584364011,0.153725174569888,0.228807311308675,0.603474830403587,0.153725174569888,0.270282063504554,0.832669285105225,0.153725174569888,0.138754754561482,0.503131756707359,0.5,0.153725174569888,0.0846598711816278,0.52576926567389,0.153725174569888,0.00456350857625248,0.129587818841355,0.5,0.153725174569888,0.0213464130061733,0.0827904360702902,0.153725174569888,0.00550465503476639,0.0936957277111977,0.153725174569888,0.289625275303448,0.437406053737071,0.153725174569888,0.286434172319309,0.694418908359856,0.153725174569888,0.284275862437107,0.880526828414554,0.153725174569888,0.232506788481225,0.753811685590826,0.153725174569888,0.0498910760609783,0.124290810573238,0.5,0.153725174569888,0.00866989053962837,0.108114432835094,0,0.313601258963819,0.283709124452002 -6114,0.5,0.153725174569888,0.0423072267601121,0.754266627732806,0.153725174569888,0.066111136401035,0.681103835557085,0.153725174569888,0.0457324834913842,0.629577013155361,0.153725174569888,0.0315768332728885,0.355684468551386,0.153725174569888,0.0845027143636094,0.706295967538699,0.153725174569888,0.0938332502102776,0.487234223014287,0.153725174569888,0.0768806391313401,0.667245188626902,0.153725174569888,0.0604934033734865,0.380621487193993,0.5,0.153725174569888,0.0607294306169372,0.498493799084916,0.153725174569888,0.00117617530375624,0.110872844312645,0.5,0.153725174569888,0.0107269671234585,0.0608565559810457,0.153725174569888,0.000877192877351242,0.0612473854759836,0.153725174569888,0.0776303025041566,0.305176282571635,0.153725174569888,0.0832079436941811,0.582465223091438,0.153725174569888,0.062366691557897,0.762523782820284,0.153725174569888,0.0675490205281862,0.672640613149125,0.153725174569888,0.0169164930682368,0.0968928136523605,0.5,0.153725174569888,0.00205220527253684,0.114029684959386,0,0.297375529288893,0.354264140862881 -6115,0.5,0.153725174569888,0.0,0.653753227526196,0.153725174569888,0.0,0.514570030860352,0.153725174569888,0.0,0.684788916442373,0.153725174569888,0.0,0.369215996895518,0.153725174569888,0.0,0.579140854830041,0.153725174569888,0.0,0.425770866605257,0.153725174569888,0.0,0.533042413165761,0.153725174569888,0.0,0.287900693054018,0.5,0.153725174569888,0.0,0.446164579027363,0.153725174569888,0.0,0.105010823976023,0.5,0.153725174569888,2.431141296162e-05,0.0712187037200562,0.153725174569888,3.08259152647346e-06,0.0482171789600756,0.153725174569888,0.0,0.26536465476968,0.153725174569888,0.0,0.476421699667768,0.153725174569888,0.0,0.638420174441384,0.153725174569888,0.0,0.642119415980195,0.153725174569888,0.0,0.109116461783852,0.5,0.153725174569888,0.0,0.131787225896869,0,0.31213753458414,0.414045870872517 -6116,0.5,0.153725174569888,0.0,0.594845060328474,0.153725174569888,0.0,0.41327536139576,0.153725174569888,0.0,0.757726899662971,0.153725174569888,0.0,0.39170957451722,0.153725174569888,0.0,0.508500070447741,0.153725174569888,0.0,0.432437593227935,0.153725174569888,0.0,0.483507279627468,0.153725174569888,0.0,0.273525050436296,0.5,0.153725174569888,0.0,0.408492171274262,0.153725174569888,0.0,0.117858945042284,0.5,0.153725174569888,0.0,0.0839477953624908,0.153725174569888,0.0,0.0436812484510929,0.153725174569888,0.0,0.256434964679331,0.153725174569888,0.0,0.420803403887534,0.153725174569888,0.0,0.556237061861747,0.153725174569888,0.0,0.647674692347579,0.153725174569888,0.0,0.136859801133947,0.5,0.153725174569888,0.0,0.170418079258813,0,0.347001962305889,0.458859567409237 -6117,0.5,0.153725174569888,0.0,0.532503496565385,0.153725174569888,0.0,0.331218839550748,0.153725174569888,0.0,0.771980082489031,0.153725174569888,0.0,0.358801719611484,0.153725174569888,0.0,0.42849545253034,0.153725174569888,0.0,0.437599975524245,0.153725174569888,0.0,0.440863555764244,0.153725174569888,0.0,0.283247095614356,0.5,0.153725174569888,0.0,0.396952647789492,0.153725174569888,0.0,0.16659948941871,0.5,0.153725174569888,0.0,0.117363873386951,0.153725174569888,0.0,0.0458631845543716,0.153725174569888,0.0,0.232439541774093,0.153725174569888,0.0,0.374849585604779,0.153725174569888,0.0,0.454205778195142,0.153725174569888,0.0,0.637189811786131,0.153725174569888,0.0,0.175116351420019,0.5,0.153725174569888,0.0,0.16100418181002,0,0.38367432233,0.455006355344176 -6118,0.5,0.153725174569888,0.0,0.463972374263296,0.153725174569888,0.0,0.240754978356843,0.153725174569888,0.0,0.735123534001634,0.153725174569888,0.0,0.359797895066286,0.153725174569888,0.0,0.342188182821893,0.153725174569888,0.0,0.377545476535413,0.153725174569888,0.0,0.368819130552459,0.153725174569888,0.0,0.25530115354453,0.5,0.153725174569888,0.0,0.409479506409673,0.153725174569888,0.0,0.190348376748813,0.5,0.153725174569888,0.0,0.137899168747992,0.153725174569888,0.0,0.0485659660117889,0.153725174569888,0.0,0.197679555058335,0.153725174569888,0.0,0.320320258650269,0.153725174569888,0.0,0.36931387285945,0.153725174569888,0.0,0.594448027695789,0.153725174569888,0.0,0.177131507965055,0.5,0.153725174569888,0.0,0.130012941242724,0,0.43166977033099,0.424700131302119 -6119,0.5,0.153725174569888,0.0,0.38504585678558,0.153725174569888,0.0,0.176132515440542,0.153725174569888,0.0,0.699024987142355,0.153725174569888,0.0,0.309353425045917,0.153725174569888,0.0,0.279707774138972,0.153725174569888,0.0,0.288872457483214,0.153725174569888,0.0,0.288068618752975,0.153725174569888,0.0,0.20853542728063,0.5,0.153725174569888,0.0,0.409362475942011,0.153725174569888,0.0,0.172783529725314,0.5,0.153725174569888,0.0,0.153355640886482,0.153725174569888,0.0,0.0472337651370746,0.153725174569888,0.0,0.163398378536609,0.153725174569888,0.0,0.253940870220399,0.153725174569888,0.0,0.306107547662295,0.153725174569888,0.0,0.550473156089184,0.153725174569888,0.0,0.178743371888441,0.5,0.153725174569888,0.0,0.127738926295986,0,0.482139819697701,0.39153122123114 -6120,0.5,0.153725174569888,0.0,0.334380618692396,0.153725174569888,0.0,0.149493875878253,0.153725174569888,0.0,0.584193045401606,0.153725174569888,0.0,0.246165634846987,0.153725174569888,0.0,0.227734887107503,0.153725174569888,0.0,0.219444241591173,0.153725174569888,0.0,0.212296225810499,0.153725174569888,0.0,0.171401734618381,0.5,0.153725174569888,0.0,0.353326078248051,0.153725174569888,0.0,0.201141747198952,0.5,0.153725174569888,0.0,0.179444936199463,0.153725174569888,0.0,0.0392801195577092,0.153725174569888,0.0,0.146517683339323,0.153725174569888,0.0,0.207518182335871,0.153725174569888,0.0,0.253460335039227,0.153725174569888,0.0,0.490789548569069,0.153725174569888,0.0,0.180342576888927,0.5,0.153725174569888,0.0,0.104476462678885,0,0.466500148397538,0.348180101043535 -6121,0.5,0.153725174569888,0.0,0.295550148303455,0.153725174569888,0.0,0.1444420318149,0.153725174569888,0.0,0.41509685051875,0.153725174569888,0.0,0.18622227490496,0.153725174569888,0.0,0.181729220485944,0.153725174569888,0.0,0.173836028140289,0.153725174569888,0.0,0.145467939705001,0.153725174569888,0.0,0.138074411578016,0.5,0.153725174569888,0.0,0.266743550615234,0.153725174569888,0.0,0.219697415701744,0.5,0.153725174569888,0.0,0.15201107807579,0.153725174569888,0.0,0.0378096956379745,0.153725174569888,0.0,0.138152926296146,0.153725174569888,0.0,0.181359869433842,0.153725174569888,0.0,0.221059877207646,0.153725174569888,0.0,0.386964482261172,0.153725174569888,0.0,0.159852567400496,0.5,0.153725174569888,0.0,0.0723602771015675,0,0.451210405224096,0.292843156192608 -6122,0.5,0.153725174569888,0.0,0.28012184799966,0.153725174569888,0.0,0.152322146903108,0.153725174569888,0.0,0.301393920723961,0.153725174569888,0.0,0.130786655029688,0.153725174569888,0.0,0.169259561028509,0.153725174569888,0.0,0.145733940172559,0.153725174569888,0.0,0.105163597473783,0.153725174569888,0.0,0.100717135965603,0.5,0.153725174569888,0.0,0.184296231592479,0.153725174569888,0.0,0.197195138991546,0.5,0.153725174569888,0.0,0.129001532309158,0.153725174569888,0.0,0.0373551542826753,0.153725174569888,0.0,0.132892141394865,0.153725174569888,0.0,0.167464319359052,0.153725174569888,0.0,0.189175380416004,0.153725174569888,0.0,0.268662365853982,0.153725174569888,0.0,0.123094566390876,0.5,0.153725174569888,0.0,0.0526752179157441,0,0.464608649993958,0.242145256820462 -6123,0.5,0.153725174569888,0.0,0.278341115187516,0.153725174569888,0.0,0.169172463195917,0.153725174569888,0.0,0.243656697540276,0.153725174569888,0.0,0.105375099380074,0.153725174569888,0.0,0.166870467594515,0.153725174569888,0.0,0.136422730010338,0.153725174569888,0.0,0.0841686318731962,0.153725174569888,0.0,0.0747459307205795,0.5,0.153725174569888,0.0,0.141211654080508,0.153725174569888,0.0,0.164095212568827,0.5,0.153725174569888,0.0,0.115624549585318,0.153725174569888,0.0,0.0372928606944261,0.153725174569888,0.0,0.1338373622134,0.153725174569888,0.0,0.162362075942062,0.153725174569888,0.0,0.169612993205057,0.153725174569888,0.0,0.191011207905181,0.153725174569888,0.0,0.0883900066007366,0.5,0.153725174569888,0.0,0.0491528857871514,0,0.533586805343596,0.205768635544706 -6124,0.5,0.153725174569888,0.0,0.281695950139748,0.153725174569888,0.0,0.17759870865099,0.153725174569888,0.0,0.215419732948357,0.153725174569888,0.0,0.0824002263991049,0.153725174569888,0.0,0.167961054102834,0.153725174569888,0.0,0.140253812232937,0.153725174569888,0.0,0.0827963671082988,0.153725174569888,0.0,0.0646563239356485,0.5,0.153725174569888,0.0,0.123750205974073,0.153725174569888,0.0,0.150093225188236,0.5,0.153725174569888,0.0,0.107854417885386,0.153725174569888,0.0,0.0335467022342868,0.153725174569888,0.0,0.141804364133754,0.153725174569888,0.0,0.166795261746479,0.153725174569888,0.0,0.155147495714299,0.153725174569888,0.0,0.171681662522341,0.153725174569888,0.0,0.0663939342079593,0.5,0.153725174569888,0.0,0.0366097729647294,0,0.5901582878637,0.184547117681885 -6125,0.5,0.153725174569888,0.0,0.292803183227219,0.153725174569888,0.0,0.172561221533662,0.153725174569888,0.0,0.184680756025994,0.153725174569888,0.0,0.0661260018952369,0.153725174569888,0.0,0.161501873542918,0.153725174569888,0.0,0.135133001199393,0.153725174569888,0.0,0.0802229566922569,0.153725174569888,0.0,0.0628397404182351,0.5,0.153725174569888,0.0,0.110696023975473,0.153725174569888,0.0,0.153191485548618,0.5,0.153725174569888,0.0,0.0918019111350778,0.153725174569888,0.0,0.034510733083043,0.153725174569888,0.0,0.144196079466553,0.153725174569888,0.0,0.173165950474159,0.153725174569888,0.0,0.144386646311267,0.153725174569888,0.0,0.159151236022909,0.153725174569888,0.0,0.0560662761411607,0.5,0.153725174569888,0.0,0.0209859297081496,0,0.60904114791512,0.177296532304689 -6126,0.5,0.153725174569888,0.0,0.275174453846642,0.153725174569888,0.0,0.159283770271953,0.153725174569888,0.0,0.164006323241603,0.153725174569888,0.0,0.0603382635433492,0.153725174569888,0.0,0.15264489537652,0.153725174569888,0.0,0.122657039273983,0.153725174569888,0.0,0.0774480662227719,0.153725174569888,0.0,0.0598382439745533,0.5,0.153725174569888,0.0,0.112307194493676,0.153725174569888,0.0,0.123870875310157,0.5,0.153725174569888,0.0,0.071272167875139,0.153725174569888,0.0,0.0280052097042525,0.153725174569888,0.0,0.148816184546279,0.153725174569888,0.0,0.17285726599578,0.153725174569888,0.0,0.128611687018151,0.153725174569888,0.0,0.15245316929617,0.153725174569888,0.0,0.047508964785912,0.5,0.153725174569888,0.0,0.0134359727248702,0,0.60716692067264,0.18217792080918 -6127,0.5,0.153725174569888,0.0222844079258601,0.256255638303456,0.153725174569888,0.0226352659116218,0.121918732817457,0.153725174569888,0.00877281212113493,0.200159274976273,0.153725174569888,0.00340279366979226,0.0628762022916055,0.153725174569888,0.00860950204112402,0.123517777732704,0.153725174569888,0.00552368672548676,0.106822399693111,0.153725174569888,0.00905357590702117,0.0664869449981888,0.153725174569888,0.0061562508945903,0.0508699474841384,0.5,0.153725174569888,0.00638199683721824,0.114628926035716,0.153725174569888,0.000609142494353998,0.0938964242779152,0.5,0.153725174569888,0.00112086681795852,0.0676764183828254,0.153725174569888,0.000527481439743181,0.021998454218887,0.153725174569888,0.0203364638899327,0.137031793304924,0.153725174569888,0.011496485498525,0.156503109407635,0.153725174569888,0.0132816824653045,0.13472268290366,0.153725174569888,0.0121386874745231,0.146033308262072,0.153725174569888,0.0013872238650743,0.0450074174085516,0.5,0.153725174569888,0.00302861364913236,0.00566173202169214,0,0.600069666770427,0.198382309996389 -6128,0.5,0.153725174569888,0.0937548675347762,0.315562152111725,0.153725174569888,0.14570759079932,0.125144590858005,0.153725174569888,0.0361205548290718,0.261238863841838,0.153725174569888,0.00832965479160548,0.0548326684716158,0.153725174569888,0.12677310430205,0.120012252354138,0.153725174569888,0.115692323190231,0.113936218981038,0.153725174569888,0.121027369555177,0.093449903052247,0.153725174569888,0.117971854825455,0.0544623784201195,0.5,0.153725174569888,0.110870383779194,0.144202596754823,0.153725174569888,0.00592837722047343,0.075259576734083,0.5,0.153725174569888,0.00993955192872748,0.0628436966405635,0.153725174569888,0.0053171856026627,0.0206095819125718,0.153725174569888,0.145084441537201,0.145904000103245,0.153725174569888,0.130330728299948,0.146396692896677,0.153725174569888,0.0894356196753439,0.182361798610963,0.153725174569888,0.09441676046198,0.226297019132485,0.153725174569888,0.0100394031888459,0.0437017318338931,0.5,0.153725174569888,0.0214503820515161,0.00368097900875128,0,0.614591772896688,0.226987921449266 -6129,0.5,0.153725174569888,0.200232128346974,0.374112542224034,0.153725174569888,0.292694384454415,0.222898356732492,0.153725174569888,0.0769299403282331,0.278524108157101,0.153725174569888,0.0202756291298803,0.0767883951137572,0.153725174569888,0.274672385044223,0.23319653990214,0.153725174569888,0.263770922537004,0.229352938939133,0.153725174569888,0.255470329971502,0.211878373094945,0.153725174569888,0.264455110005496,0.109556054377388,0.5,0.153725174569888,0.236265396946784,0.296812910246441,0.153725174569888,0.0129382087082614,0.0515514528082239,0.5,0.153725174569888,0.0146898342209983,0.0643959141146966,0.153725174569888,0.0111271850544324,0.0199305438430762,0.153725174569888,0.291631366823517,0.23902645649467,0.153725174569888,0.278710385365158,0.277212651780894,0.153725174569888,0.188046178696086,0.247910471824361,0.153725174569888,0.188206441472811,0.389068157878886,0.153725174569888,0.0171063462591751,0.0415196757644005,0.5,0.153725174569888,0.0572052994416368,0.00861491293137363,0,0.614062029164638,0.280304138199494 -6130,0.5,0.153725174569888,0.310388302181588,0.453155119080868,0.153725174569888,0.433511518904805,0.339977182140745,0.153725174569888,0.115672145246979,0.281128302088834,0.153725174569888,0.0695160496206686,0.0991301148833458,0.153725174569888,0.418769049624101,0.365589119641835,0.153725174569888,0.409759669734726,0.314899669990649,0.153725174569888,0.398794608193122,0.33593183348988,0.153725174569888,0.409582315570802,0.183696673050111,0.5,0.153725174569888,0.360618824102769,0.404373903106505,0.153725174569888,0.0261896774360583,0.0735770144752522,0.5,0.153725174569888,0.0162166392044002,0.0711181402034358,0.153725174569888,0.0128771112098873,0.0193782079008246,0.153725174569888,0.43232422153411,0.348345433660348,0.153725174569888,0.421278093464986,0.383571692597908,0.153725174569888,0.331584214386444,0.319328078609365,0.153725174569888,0.315092706729306,0.474381774660484,0.153725174569888,0.0395933288104109,0.0560224800296885,0.5,0.153725174569888,0.0887508760830593,0.00768495616784446,0,0.598887773463046,0.333003773883181 -6131,0.5,0.153725174569888,0.392501895945689,0.534699304787989,0.153725174569888,0.554504841948,0.46661499370443,0.153725174569888,0.181358816265467,0.285048131232098,0.153725174569888,0.163648968970786,0.122075800990711,0.153725174569888,0.547237162028092,0.45771274143599,0.153725174569888,0.540839802745758,0.419815701725157,0.153725174569888,0.550376343126609,0.418451449882295,0.153725174569888,0.538850722256819,0.261892707715381,0.5,0.153725174569888,0.477847369381547,0.459968619293435,0.153725174569888,0.0440250442909362,0.0812916430229801,0.5,0.153725174569888,0.0277731903674771,0.0818515925531752,0.153725174569888,0.023229963345731,0.0241204072907791,0.153725174569888,0.55656956618983,0.419972713771707,0.153725174569888,0.548191870728097,0.441405596311611,0.153725174569888,0.495394394550792,0.397152235959991,0.153725174569888,0.479257282983131,0.509889102029013,0.153725174569888,0.0838804342211738,0.0850506982328887,0.5,0.153725174569888,0.104911200550796,0.004354906973326,0,0.600501104924105,0.342370651814127 -6132,0.5,0.153725174569888,0.453189857659482,0.640827586708711,0.153725174569888,0.623538467116586,0.5575706616292,0.153725174569888,0.225118897153743,0.297451304007305,0.153725174569888,0.206316931613622,0.139730034647148,0.153725174569888,0.625039995964892,0.548438972699337,0.153725174569888,0.622572512099145,0.474817596453921,0.153725174569888,0.626662071746185,0.499921479256162,0.153725174569888,0.621663194379048,0.356071350194571,0.5,0.153725174569888,0.572538658673485,0.491071273457382,0.153725174569888,0.0439617702308256,0.061166627733768,0.5,0.153725174569888,0.0446265868436695,0.100318763243797,0.153725174569888,0.038672186563652,0.0229089498356373,0.153725174569888,0.628672356546009,0.477012218442015,0.153725174569888,0.624318830883093,0.474152241716612,0.153725174569888,0.624386588531611,0.509779319168818,0.153725174569888,0.598764882367143,0.567062101695919,0.153725174569888,0.0873049577765302,0.0927062044161947,0.5,0.153725174569888,0.117492163017441,0.00520651462833583,0,0.638423980230129,0.323020791533504 -6133,0.5,0.153725174569888,0.453439551015332,0.725265345134899,0.153725174569888,0.646737946815256,0.645482939980719,0.153725174569888,0.202733181210561,0.296335275718878,0.153725174569888,0.222937875874513,0.167565916730279,0.153725174569888,0.650535341262353,0.5914802870938,0.153725174569888,0.65470559281103,0.555739302858439,0.153725174569888,0.654474081541079,0.562783435692727,0.153725174569888,0.655360041834611,0.443000030587307,0.5,0.153725174569888,0.62354484412339,0.51684979237839,0.153725174569888,0.0440533517500009,0.0472464876023595,0.5,0.153725174569888,0.077840782886567,0.0784551656347815,0.153725174569888,0.0345317070736108,0.0149147246786193,0.153725174569888,0.653337491813743,0.524984919330542,0.153725174569888,0.650658916429086,0.498492398105844,0.153725174569888,0.647870900199603,0.599451816182028,0.153725174569888,0.622548399085277,0.62043351090689,0.153725174569888,0.0823315649241123,0.0854069192227521,0.5,0.153725174569888,0.139698194026434,0.0117929118330497,0,0.683078349099198,0.290069304442183 -6134,0.5,0.153725174569888,0.43387483731957,0.754600897220297,0.153725174569888,0.630682927738466,0.741391233785687,0.153725174569888,0.13848376209717,0.254316068585039,0.153725174569888,0.231259823659389,0.195516702266816,0.153725174569888,0.643834133529294,0.611645254775946,0.153725174569888,0.647335251929298,0.577786859335311,0.153725174569888,0.642894462906265,0.595890038559152,0.153725174569888,0.64783452196414,0.497787350100086,0.5,0.153725174569888,0.623407157024682,0.516101027543286,0.153725174569888,0.0489397690959604,0.042827857195632,0.5,0.153725174569888,0.0886113131027143,0.0561382959907933,0.153725174569888,0.032972350988069,0.0108525299343702,0.153725174569888,0.638229172551009,0.586860333314789,0.153725174569888,0.64120296778428,0.543994549138131,0.153725174569888,0.630905208639251,0.66728825256467,0.153725174569888,0.594998552932196,0.646427432039095,0.153725174569888,0.084504330194021,0.0759234623929595,0.5,0.153725174569888,0.132964934736563,0.0196842418017906,0,0.714953450380563,0.248441955641521 -6135,0.5,0.153725174569888,0.363304424398822,0.763832069288327,0.153725174569888,0.558903516013328,0.808247394069721,0.153725174569888,0.110570119913183,0.201098977511049,0.153725174569888,0.193669054116207,0.196206297567794,0.153725174569888,0.579875062472563,0.61875801678387,0.153725174569888,0.587699369869925,0.562364666036097,0.153725174569888,0.57781910856816,0.601872148472134,0.153725174569888,0.586873057710848,0.520324403455909,0.5,0.153725174569888,0.558160988235424,0.519284833456308,0.153725174569888,0.0468963168136388,0.038517884828659,0.5,0.153725174569888,0.0779787999800933,0.0273335577560554,0.153725174569888,0.0247091723742376,0.0110015447382754,0.153725174569888,0.566592356291156,0.627732013972973,0.153725174569888,0.575618940536046,0.590491078843149,0.153725174569888,0.558451787557078,0.699616719680294,0.153725174569888,0.49780075455317,0.648952679175921,0.153725174569888,0.0723426330778114,0.0716220288371664,0.5,0.153725174569888,0.0983961565787387,0.0247887160872775,0,0.732908058453025,0.22643935630888 -6136,0.5,0.153725174569888,0.261670567721413,0.734017991962223,0.153725174569888,0.437624038191089,0.834494911038225,0.153725174569888,0.0557254796282832,0.133081902349712,0.153725174569888,0.158333726221042,0.176511181155818,0.153725174569888,0.462130353434409,0.607669763812399,0.153725174569888,0.472787332579042,0.533597249462854,0.153725174569888,0.459267079949108,0.581160731996109,0.153725174569888,0.470893537684056,0.519368201988365,0.5,0.153725174569888,0.42669751822501,0.505553401558951,0.153725174569888,0.0340322315586509,0.0315555020671514,0.5,0.153725174569888,0.0329266907952617,0.00990481135610454,0.153725174569888,0.0229927704536325,0.0113957910445304,0.153725174569888,0.445007806335064,0.636626643715552,0.153725174569888,0.457121412905473,0.618370512028711,0.153725174569888,0.433910754721025,0.690829494077747,0.153725174569888,0.378817766035821,0.618740277402842,0.153725174569888,0.0501969733677593,0.0839977182996502,0.5,0.153725174569888,0.0700848653918756,0.0212041444175811,0,0.771176275657993,0.245273185847414 -6137,0.5,0.153725174569888,0.157980570571579,0.676931731953248,0.153725174569888,0.306099628317769,0.798369166394134,0.153725174569888,0.020034273496606,0.0769666221532837,0.153725174569888,0.0754587994048007,0.122814387597394,0.153725174569888,0.329075857199147,0.545465083760845,0.153725174569888,0.337389390294209,0.434267168373332,0.153725174569888,0.323814781246605,0.428036849536049,0.153725174569888,0.332688207456997,0.403504669156554,0.5,0.153725174569888,0.269480624382338,0.408913357582964,0.153725174569888,0.0190597291001693,0.0181354242529594,0.5,0.153725174569888,0.00818396873953006,0.00812195583639393,0.153725174569888,0.0141332335530413,0.0100326932535018,0.153725174569888,0.314524313562984,0.58438802398783,0.153725174569888,0.325576403895185,0.579488413394296,0.153725174569888,0.293402569484043,0.6025304538879,0.153725174569888,0.236792506220716,0.43860360936251,0.153725174569888,0.0296874347393317,0.0883660326509811,0.5,0.153725174569888,0.0324576607935017,0.0163008620241351,0,0.803839647082562,0.291038193214992 -6138,0.5,0.153725174569888,0.0275624093695725,0.581801626547695,0.153725174569888,0.0596929513214988,0.596953719145894,0.153725174569888,0.00465855046746364,0.0479364563300959,0.153725174569888,0.011200527853942,0.0670887699299263,0.153725174569888,0.076274569918085,0.342039230588031,0.153725174569888,0.0844939332989551,0.220395635038993,0.153725174569888,0.0690516789232301,0.194096711989855,0.153725174569888,0.0817005863518154,0.18954978456606,0.5,0.153725174569888,0.0668554412667881,0.234125588750569,0.153725174569888,0.00639057687181313,0.0139368430295176,0.5,0.153725174569888,0.0013088848547147,0.00914270427372512,0.153725174569888,0.00411509071640317,0.00803221796091767,0.153725174569888,0.071949214147057,0.403643659318551,0.153725174569888,0.0770017603462167,0.398776664554955,0.153725174569888,0.0574685091338137,0.402948651081444,0.153725174569888,0.0464020201265856,0.20192038374567,0.153725174569888,0.00901775236022414,0.0727730962658979,0.5,0.153725174569888,0.00625827806638129,0.0180028203444515,0,0.826174480839515,0.335316827110472 -6139,0.5,0.153725174569888,0.0,0.504543663746302,0.153725174569888,0.0,0.394846489044481,0.153725174569888,0.0,0.052232949501993,0.153725174569888,0.0,0.057977452235472,0.153725174569888,0.0,0.262297120952438,0.153725174569888,0.0,0.189748031036979,0.153725174569888,0.0,0.139092606743124,0.153725174569888,0.0,0.1122153158556,0.5,0.153725174569888,0.0,0.153596199395243,0.153725174569888,0.0,0.013687087926847,0.5,0.153725174569888,0.0,0.006630943348288,0.153725174569888,2.64212554767546e-07,0.00717868561792307,0.153725174569888,0.0,0.308761709375547,0.153725174569888,0.0,0.302548745198258,0.153725174569888,0.0,0.292366468501817,0.153725174569888,0.0,0.13016001951782,0.153725174569888,0.0,0.0604255253607087,0.5,0.153725174569888,0.0,0.0251830192050743,0,0.858530642764987,0.387300866618971 -6140,0.5,0.153725174569888,0.0,0.503365658348598,0.153725174569888,0.0,0.345401878580302,0.153725174569888,0.0,0.06347875386124,0.153725174569888,0.0,0.061735172859304,0.153725174569888,0.0,0.234851436313425,0.153725174569888,0.0,0.192807912915244,0.153725174569888,0.0,0.126975367710173,0.153725174569888,0.0,0.0817494184022142,0.5,0.153725174569888,0.0,0.115708614851697,0.153725174569888,0.0,0.0163116452472082,0.5,0.153725174569888,0.0,0.00577020022065469,0.153725174569888,0.0,0.00504039442285654,0.153725174569888,0.0,0.304256168994145,0.153725174569888,0.0,0.293768200449405,0.153725174569888,0.0,0.265922638473539,0.153725174569888,0.0,0.124672374842756,0.153725174569888,0.0,0.0702591752420487,0.5,0.153725174569888,0.0,0.0406589002484715,0,0.882597686832588,0.448498632696924 -6141,0.5,0.153725174569888,0.0,0.499606614800483,0.153725174569888,0.0,0.324915030973071,0.153725174569888,0.0,0.0897452720765645,0.153725174569888,0.0,0.0485710202027819,0.153725174569888,0.0,0.21344901156114,0.153725174569888,0.0,0.179423707585827,0.153725174569888,0.0,0.122686504756814,0.153725174569888,0.0,0.0684495934044362,0.5,0.153725174569888,0.0,0.0920016208190041,0.153725174569888,0.0,0.0170591295997588,0.5,0.153725174569888,0.0,0.00599517554286802,0.153725174569888,0.0,0.00489490470621161,0.153725174569888,0.0,0.301626529061792,0.153725174569888,0.0,0.318116792025428,0.153725174569888,0.0,0.256837601977483,0.153725174569888,0.0,0.146499717736894,0.153725174569888,0.0,0.0719328320072703,0.5,0.153725174569888,0.0,0.062354850345215,0,0.890188142292372,0.484626211712089 -6142,0.5,0.153725174569888,0.0,0.490948253647692,0.153725174569888,0.0,0.315091976995029,0.153725174569888,0.0,0.122340619351827,0.153725174569888,0.0,0.0436568215322512,0.153725174569888,0.0,0.202099686752824,0.153725174569888,0.0,0.146377271755874,0.153725174569888,0.0,0.107096780191731,0.153725174569888,0.0,0.0589686460851601,0.5,0.153725174569888,0.0,0.0731192496257163,0.153725174569888,0.0,0.0213950892077331,0.5,0.153725174569888,0.0,0.00708290553841461,0.153725174569888,0.0,0.00702252253337106,0.153725174569888,0.0,0.279992744906495,0.153725174569888,0.0,0.337681373970944,0.153725174569888,0.0,0.256303440685541,0.153725174569888,0.0,0.159087251245019,0.153725174569888,0.0,0.0739755450690341,0.5,0.153725174569888,0.0,0.103707770736226,0,0.898915005236737,0.496845547601432 -6143,0.5,0.153725174569888,0.0,0.4861857337426,0.153725174569888,0.0,0.326185871255614,0.153725174569888,0.0,0.165545391220175,0.153725174569888,0.0,0.0402627256990893,0.153725174569888,0.0,0.195674580396787,0.153725174569888,0.0,0.119926073267009,0.153725174569888,0.0,0.0794416091295409,0.153725174569888,0.0,0.0489120494360372,0.5,0.153725174569888,0.0,0.0619894770058507,0.153725174569888,0.0,0.0329126637744037,0.5,0.153725174569888,0.0,0.0116683838902093,0.153725174569888,0.0,0.010524446387531,0.153725174569888,0.0,0.273653782679728,0.153725174569888,0.0,0.336064819195025,0.153725174569888,0.0,0.249826407097554,0.153725174569888,0.0,0.142203640502901,0.153725174569888,0.0,0.0831690412497737,0.5,0.153725174569888,0.0,0.149932788031888,0,0.902340941190445,0.62325502520192 -6144,0.5,0.153725174569888,0.0,0.464786007587209,0.153725174569888,0.0,0.341808417804913,0.153725174569888,0.0,0.179342130943963,0.153725174569888,0.0,0.039887561759299,0.153725174569888,0.0,0.185953050145747,0.153725174569888,0.0,0.101688901515358,0.153725174569888,0.0,0.0577235976601835,0.153725174569888,0.0,0.0376854600658744,0.5,0.153725174569888,0.0,0.0532729963945239,0.153725174569888,0.0,0.0521361741931969,0.5,0.153725174569888,0.0,0.0170525062279517,0.153725174569888,0.0,0.0202305779132843,0.153725174569888,0.0,0.291130460266128,0.153725174569888,0.0,0.318104736323111,0.153725174569888,0.0,0.233780875544802,0.153725174569888,0.0,0.121744058695481,0.153725174569888,0.0,0.0813058944948216,0.5,0.153725174569888,0.0,0.152458238644767,0,0.900558604161115,0.672558770861652 -6145,0.5,0.153725174569888,0.0,0.433966619931663,0.153725174569888,0.0,0.340818993605489,0.153725174569888,0.0,0.17632658912848,0.153725174569888,0.0,0.0395398891155192,0.153725174569888,0.0,0.16350584469749,0.153725174569888,0.0,0.0883791682900885,0.153725174569888,0.0,0.0487082486161573,0.153725174569888,0.0,0.0274330338971914,0.5,0.153725174569888,0.0,0.0488730111095534,0.153725174569888,0.0,0.0684416871972405,0.5,0.153725174569888,0.0,0.0173089919225439,0.153725174569888,0.0,0.0341788326582444,0.153725174569888,0.0,0.315371911253709,0.153725174569888,0.0,0.298696754495816,0.153725174569888,0.0,0.226258380423768,0.153725174569888,0.0,0.115871955930348,0.153725174569888,0.0,0.0685922404792324,0.5,0.153725174569888,0.0,0.131532821312084,0,0.910949419117457,0.56520924497959 -6146,0.5,0.153725174569888,0.0,0.410643511515542,0.153725174569888,0.0,0.344750756652166,0.153725174569888,0.0,0.166303563991715,0.153725174569888,0.0,0.0405131812447652,0.153725174569888,0.0,0.146421539203213,0.153725174569888,0.0,0.0807451791728054,0.153725174569888,0.0,0.0425909405506342,0.153725174569888,0.0,0.0218893653694334,0.5,0.153725174569888,0.0,0.0435275103140024,0.153725174569888,0.0,0.0691940792830611,0.5,0.153725174569888,0.0,0.019727981274456,0.153725174569888,0.0,0.045599135739852,0.153725174569888,0.0,0.319055665680084,0.153725174569888,0.0,0.283993140893781,0.153725174569888,0.0,0.220413753113818,0.153725174569888,0.0,0.107893304938433,0.153725174569888,0.0,0.0588684101259941,0.5,0.153725174569888,0.0,0.1046088533061,0,0.905085014697012,0.510470499062365 -6147,0.5,0.153725174569888,0.0,0.384445356951633,0.153725174569888,0.0,0.329974793789624,0.153725174569888,0.0,0.143426052710741,0.153725174569888,0.0,0.0470379171936154,0.153725174569888,0.0,0.142492414475608,0.153725174569888,0.0,0.0738916524379626,0.153725174569888,0.0,0.0434009136824998,0.153725174569888,0.0,0.0188515736633256,0.5,0.153725174569888,0.0,0.0403295950213844,0.153725174569888,0.0,0.0593890971781943,0.5,0.153725174569888,0.0,0.0208163679014562,0.153725174569888,0.0,0.0418757171874644,0.153725174569888,0.0,0.30854066177014,0.153725174569888,0.0,0.272325208486512,0.153725174569888,0.0,0.209150993765023,0.153725174569888,0.0,0.0971288215578773,0.153725174569888,0.0,0.0547844029300216,0.5,0.153725174569888,0.0,0.0752350975012074,0,0.893599839346608,0.514647903562096 -6148,0.5,0.153725174569888,0.0,0.352112281404122,0.153725174569888,0.0,0.297030123482938,0.153725174569888,0.0,0.120672559960391,0.153725174569888,0.0,0.0447393323018192,0.153725174569888,0.0,0.146703694794269,0.153725174569888,0.0,0.0682049192991096,0.153725174569888,0.0,0.0538106311589685,0.153725174569888,0.0,0.016618307550665,0.5,0.153725174569888,0.0,0.0396149305356617,0.153725174569888,0.0,0.0492216928830523,0.5,0.153725174569888,0.0,0.0218642275921199,0.153725174569888,0.0,0.0304944593730404,0.153725174569888,0.0,0.308742697695523,0.153725174569888,0.0,0.265809018661343,0.153725174569888,0.0,0.194927232451636,0.153725174569888,0.0,0.0956088206446931,0.153725174569888,0.0,0.0421581628722942,0.5,0.153725174569888,0.0,0.0470240699554457,0,0.896616328966923,0.545575871625353 -6149,0.5,0.153725174569888,0.0,0.327200254913057,0.153725174569888,0.0,0.270796494092478,0.153725174569888,0.0,0.087398662204329,0.153725174569888,0.0,0.0371731526937516,0.153725174569888,0.0,0.149553784632827,0.153725174569888,0.0,0.0715256667533764,0.153725174569888,0.0,0.049349789713224,0.153725174569888,0.0,0.0161159439039563,0.5,0.153725174569888,0.0,0.0427659195301734,0.153725174569888,0.0,0.0372002373936669,0.5,0.153725174569888,0.0,0.0219270335512952,0.153725174569888,0.0,0.0252483543397469,0.153725174569888,0.0,0.318545590007382,0.153725174569888,0.0,0.269156298680239,0.153725174569888,0.0,0.17863161614772,0.153725174569888,0.0,0.0796241480715393,0.153725174569888,0.0,0.0341195738016989,0.5,0.153725174569888,0.0,0.0307890071560494,0,0.897973722475779,0.590915651105405 -6150,0.5,0.153725174569888,0.0,0.304969833302438,0.153725174569888,0.0,0.25754440518535,0.153725174569888,0.0,0.060117657728815,0.153725174569888,0.0,0.042285686151835,0.153725174569888,0.0,0.143035091936536,0.153725174569888,0.0,0.0670695698345992,0.153725174569888,0.0,0.0486729995001832,0.153725174569888,0.0,0.016069235181827,0.5,0.153725174569888,0.0,0.0436574208271105,0.153725174569888,0.0,0.0244021260540426,0.5,0.153725174569888,0.0,0.0236996283785545,0.153725174569888,0.0,0.0205690311218478,0.153725174569888,0.0,0.328718068798794,0.153725174569888,0.0,0.279691320304069,0.153725174569888,0.0,0.163480037076263,0.153725174569888,0.0,0.0637310463907449,0.153725174569888,0.0,0.0294458068308481,0.5,0.153725174569888,0.0,0.0200238318181081,0,0.895462020804201,0.645160624540301 -6151,0.5,0.153725174569888,0.00858127523259892,0.290019104783723,0.153725174569888,0.0111363934911461,0.273236762069418,0.153725174569888,0.00119667041825538,0.053789879448303,0.153725174569888,0.0055044499018419,0.0580599891220893,0.153725174569888,0.00491220596310257,0.138637019926469,0.153725174569888,0.00387269542055328,0.060227603744797,0.153725174569888,0.00182272272060905,0.0571450913955324,0.153725174569888,0.00437088918489329,0.0139481351043152,0.5,0.153725174569888,0.00333474735073488,0.0404703442653397,0.153725174569888,0.000285168046372777,0.0162196889379252,0.5,0.153725174569888,0.00259333202721243,0.0216925805750883,0.153725174569888,0.00155514110127354,0.013454741375028,0.153725174569888,0.0145943136489004,0.343599486626233,0.153725174569888,0.00744402992498984,0.288428311452469,0.153725174569888,0.00346196015282973,0.155406970626571,0.153725174569888,0.00249200957467151,0.058873548425771,0.153725174569888,0.00386357402602392,0.0216840014783733,0.5,0.153725174569888,0.00287364477107276,0.0107691067917492,0,0.916881707517996,0.693299330769744 -6152,0.5,0.153725174569888,0.0441623927991666,0.306870809796494,0.153725174569888,0.0786932597183294,0.322595178631159,0.153725174569888,0.00970176702054953,0.0577577146303206,0.153725174569888,0.0330917249071001,0.0610004520046731,0.153725174569888,0.0779592045608762,0.174172225610948,0.153725174569888,0.0741933010352446,0.0893870747297584,0.153725174569888,0.0213270469500125,0.0606014717571431,0.153725174569888,0.0837087496766844,0.0145238004588686,0.5,0.153725174569888,0.0688240392717244,0.0427217446827581,0.153725174569888,0.00501222769656273,0.0078104031185619,0.5,0.153725174569888,0.0314195952698275,0.0170046989354729,0.153725174569888,0.0238125648711569,0.00845920672687496,0.153725174569888,0.11679708570541,0.446286048971357,0.153725174569888,0.0992074369469788,0.333040003685444,0.153725174569888,0.0331318630038002,0.160703665615058,0.153725174569888,0.0243684724949821,0.0678315170839298,0.153725174569888,0.0389391134617298,0.0191620475269214,0.5,0.153725174569888,0.0261520690670632,0.00684618997371271,0,0.935574264264146,0.728244078150711 -6153,0.5,0.153725174569888,0.0924422337647427,0.334320902831058,0.153725174569888,0.171937606822048,0.454168082917163,0.153725174569888,0.0394536919458151,0.0731099164457411,0.153725174569888,0.0685068059718137,0.0599120766650289,0.153725174569888,0.177416380461402,0.250920441074922,0.153725174569888,0.144491209500509,0.138808775012073,0.153725174569888,0.0473611708307732,0.0528954516866422,0.153725174569888,0.150934928532986,0.0310282711138934,0.5,0.153725174569888,0.156840254025744,0.0601109975734609,0.153725174569888,0.0191323833491302,0.00492897501175084,0.5,0.153725174569888,0.0603499181301958,0.0211450153966306,0.153725174569888,0.0539174794778563,0.00793913786550159,0.153725174569888,0.221677308965012,0.616104287578601,0.153725174569888,0.18484613712584,0.46146622849335,0.153725174569888,0.0753942508468587,0.167557592568052,0.153725174569888,0.0465462712580863,0.069552259271706,0.153725174569888,0.0883080185810553,0.0271069980819369,0.5,0.153725174569888,0.0838250736666064,0.00341227246979935,0,0.92109752654965,0.785214875937386 -6154,0.5,0.153725174569888,0.131973675145085,0.343813809847416,0.153725174569888,0.210998141458126,0.473677238204745,0.153725174569888,0.124510570140887,0.0866959357340095,0.153725174569888,0.0817568876481133,0.0529937716437627,0.153725174569888,0.248450315455841,0.364865599160556,0.153725174569888,0.222818357524637,0.174910221444354,0.153725174569888,0.073603531397621,0.05233439700788,0.153725174569888,0.213746512209997,0.0405171281726477,0.5,0.153725174569888,0.236790945050892,0.0743830800023195,0.153725174569888,0.0434582200380445,0.00487645071430303,0.5,0.153725174569888,0.0894292575082286,0.0299861900655013,0.153725174569888,0.0811752349375445,0.0146670584076218,0.153725174569888,0.318339876847227,0.709142516612712,0.153725174569888,0.254915671562058,0.528223914617512,0.153725174569888,0.143269182227008,0.165304622439964,0.153725174569888,0.0651728491603759,0.072464679632386,0.153725174569888,0.139017533673121,0.0466477595235909,0.5,0.153725174569888,0.161701552979325,0.00619197090411686,0,0.883144907830691,0.824492010450214 -6155,0.5,0.153725174569888,0.13632047837458,0.343642254510827,0.153725174569888,0.327575061334277,0.421600009754037,0.153725174569888,0.217913691719283,0.119570843057721,0.153725174569888,0.171887897656645,0.0651362237996597,0.153725174569888,0.256751147416184,0.33979271731138,0.153725174569888,0.314110196048376,0.16887814569703,0.153725174569888,0.0993000270750304,0.0606433832998025,0.153725174569888,0.278156838632356,0.054811535939193,0.5,0.153725174569888,0.2902299268101,0.0946895118614105,0.153725174569888,0.102744902508683,0.00283910686448492,0.5,0.153725174569888,0.114821056085848,0.0259817651472932,0.153725174569888,0.109189924963058,0.0264614101227393,0.153725174569888,0.378232137812989,0.744636257421271,0.153725174569888,0.347015724833856,0.541931194110031,0.153725174569888,0.235156265233685,0.178424162957043,0.153725174569888,0.102571363218927,0.0775096973756449,0.153725174569888,0.167400299777899,0.0450219094778654,0.5,0.153725174569888,0.188214040611241,0.00532823115501109,0,0.857069261109318,0.844474542122666 -6156,0.5,0.153725174569888,0.117575120070756,0.336220112256663,0.153725174569888,0.404487224033115,0.51482926982954,0.153725174569888,0.259011018241123,0.126363295212649,0.153725174569888,0.234093404560906,0.0875348535680627,0.153725174569888,0.231919979093447,0.298337408719164,0.153725174569888,0.365400648983122,0.188278867869789,0.153725174569888,0.190330066065462,0.0792420309980549,0.153725174569888,0.31958540971803,0.0726205844629131,0.5,0.153725174569888,0.33286925700336,0.121688819371744,0.153725174569888,0.10679446620514,0.00284583767952154,0.5,0.153725174569888,0.156333650142046,0.0258826344307345,0.153725174569888,0.119541132048782,0.0368199729277009,0.153725174569888,0.36256915774006,0.746035072407395,0.153725174569888,0.349140383137226,0.537797017932992,0.153725174569888,0.298339061489379,0.220447462596036,0.153725174569888,0.140379288686104,0.0953312357183539,0.153725174569888,0.1933050731273,0.052506430959727,0.5,0.153725174569888,0.15093645677436,0.00223602001906733,0,0.853627101332222,0.825658519750748 -6157,0.5,0.153725174569888,0.155148199691123,0.374022719421527,0.153725174569888,0.402912308748214,0.682030580750506,0.153725174569888,0.254798826345039,0.107303758759005,0.153725174569888,0.270149061278629,0.0950379193431741,0.153725174569888,0.182795729998488,0.269158920858909,0.153725174569888,0.368851493189024,0.219508142590748,0.153725174569888,0.277335803393483,0.0941670046803316,0.153725174569888,0.306099770018682,0.0971545483077204,0.5,0.153725174569888,0.349592813216959,0.143649491658546,0.153725174569888,0.11220985261689,0.00316600871279811,0.5,0.153725174569888,0.213581375061092,0.0405925859518524,0.153725174569888,0.123918146690638,0.0400439116689046,0.153725174569888,0.33610139541891,0.760768796686573,0.153725174569888,0.352805988117227,0.541549679077455,0.153725174569888,0.294154495547899,0.301987402025761,0.153725174569888,0.133081472413892,0.096183732658319,0.153725174569888,0.216334706338166,0.0507325176242032,0.5,0.153725174569888,0.156538451874959,0.000743473028485589,0,0.884812472921057,0.80855898003123 -6158,0.5,0.153725174569888,0.159101642696679,0.40664972906162,0.153725174569888,0.22749300322143,0.755480327138912,0.153725174569888,0.285228966930108,0.0949122233438068,0.153725174569888,0.256589038563846,0.0963684320369326,0.153725174569888,0.204909162786258,0.265561970292297,0.153725174569888,0.33089781819358,0.241566454808382,0.153725174569888,0.316020127702168,0.106147247913729,0.153725174569888,0.28786940354575,0.112972971566671,0.5,0.153725174569888,0.34161720339395,0.152478101225174,0.153725174569888,0.134136581137064,0.00171514700275741,0.5,0.153725174569888,0.210566042952133,0.0505707261929545,0.153725174569888,0.127658961705638,0.0396074709204527,0.153725174569888,0.284674491061869,0.793541168639604,0.153725174569888,0.31136629169916,0.556329202045338,0.153725174569888,0.324729610208385,0.371919376372842,0.153725174569888,0.104958891403974,0.0837936347397273,0.153725174569888,0.256116262457415,0.0469854757674424,0.5,0.153725174569888,0.170159390696128,0.000634726697922087,0,0.930668962016719,0.831629898493216 -6159,0.5,0.153725174569888,0.133705322619714,0.394573760014671,0.153725174569888,0.112353816138897,0.708186027649539,0.153725174569888,0.245498439539941,0.0968594009848883,0.153725174569888,0.230641673930389,0.0889746305407705,0.153725174569888,0.244235659495595,0.249252845685853,0.153725174569888,0.290650155017517,0.240623160299203,0.153725174569888,0.268180426106666,0.106454690024594,0.153725174569888,0.254353107053093,0.11716555406431,0.5,0.153725174569888,0.272786167985887,0.149848018066039,0.153725174569888,0.155005366158194,0.00284066518028808,0.5,0.153725174569888,0.200338278293768,0.0399894295086387,0.153725174569888,0.134446314322151,0.0314474046473845,0.153725174569888,0.196420454717079,0.79454245288172,0.153725174569888,0.313275529887138,0.591929623116935,0.153725174569888,0.323892751214087,0.394724835332014,0.153725174569888,0.0881864033621653,0.0691678585313342,0.153725174569888,0.27515037753001,0.0474371825367952,0.5,0.153725174569888,0.15804818279439,0.001356023896277,0,0.959229918866926,0.856781791114822 -6160,0.5,0.153725174569888,0.0869065142706491,0.342131730227555,0.153725174569888,0.0916423366458408,0.692083460038986,0.153725174569888,0.169383768250185,0.101688857607935,0.153725174569888,0.153846017647347,0.0705934727947849,0.153725174569888,0.221106242524536,0.222648258155797,0.153725174569888,0.2048839540521,0.208605740915904,0.153725174569888,0.227754189206201,0.105617906216851,0.153725174569888,0.189963762811697,0.103143365957245,0.5,0.153725174569888,0.162986384680662,0.127971614078135,0.153725174569888,0.15641007015286,0.00578250037246326,0.5,0.153725174569888,0.170789319708262,0.0210241806777898,0.153725174569888,0.123342249575685,0.0237800839945292,0.153725174569888,0.130247727607753,0.79728514104642,0.153725174569888,0.282949883992246,0.63127259344037,0.153725174569888,0.251879898089526,0.389171494371153,0.153725174569888,0.105134834161056,0.0739109611532557,0.153725174569888,0.244464693529565,0.0460038485862259,0.5,0.153725174569888,0.141281915535307,0.00157841930969762,0,0.977488500583191,0.863147326598523 -6161,0.5,0.153725174569888,0.0441003916056241,0.292462468900529,0.153725174569888,0.0674328974905295,0.663306181593956,0.153725174569888,0.0996133309426973,0.0945784819019623,0.153725174569888,0.0813750582233024,0.0368264889740844,0.153725174569888,0.184960030752553,0.173683631338955,0.153725174569888,0.112928120696042,0.157677282208244,0.153725174569888,0.145275135565519,0.069865646288345,0.153725174569888,0.0789362498801984,0.0701659238142819,0.5,0.153725174569888,0.0928595115802707,0.0892894789508295,0.153725174569888,0.104275934228837,0.00741793940763617,0.5,0.153725174569888,0.117472329720386,0.00766148100206795,0.153725174569888,0.104226805293207,0.0220109379426561,0.153725174569888,0.0646541000119779,0.789224881853167,0.153725174569888,0.210394713417976,0.642764790317518,0.153725174569888,0.137653162899099,0.343532167495015,0.153725174569888,0.113756828827368,0.0803227119459671,0.153725174569888,0.159166593818361,0.0368467263977401,0.5,0.153725174569888,0.0865923203377713,0.00146533354636447,0,0.981669396178846,0.85315497882177 -6162,0.5,0.153725174569888,0.00758653615769345,0.274276864250573,0.153725174569888,0.0145444364386114,0.556627209100779,0.153725174569888,0.0150242010917939,0.0696433434598789,0.153725174569888,0.0149606726568235,0.0191951381285326,0.153725174569888,0.0739286832031943,0.111709971575211,0.153725174569888,0.0415365235540838,0.0628767367036037,0.153725174569888,0.0496865821548701,0.0180629689549757,0.153725174569888,0.0184497477817892,0.0369317182804391,0.5,0.153725174569888,0.0412661217578258,0.051012650265359,0.153725174569888,0.0227614139834189,0.00676766395372978,0.5,0.153725174569888,0.0324083823846421,0.00321811369352878,0.153725174569888,0.0338762154968962,0.0124057220694583,0.153725174569888,0.0144120726321956,0.746091656645219,0.153725174569888,0.0651072701938574,0.57942446573488,0.153725174569888,0.0405864640214546,0.284904250246342,0.153725174569888,0.0487647257748912,0.0447777263120901,0.153725174569888,0.034296762861887,0.0178142602754373,0.5,0.153725174569888,0.017146976100444,0.000803562129035327,0,0.981081892718037,0.834137352337692 -6163,0.5,0.153725174569888,0.0,0.248246758184809,0.153725174569888,0.0,0.439167100092552,0.153725174569888,0.0,0.0636168698353667,0.153725174569888,0.0,0.022102471079176,0.153725174569888,0.0,0.125031150766028,0.153725174569888,0.000173653973853208,0.0248616662076126,0.153725174569888,2.5440336901121e-05,0.011893491014625,0.153725174569888,0.00027421989794454,0.0169136540761206,0.5,0.153725174569888,4.42387707536607e-06,0.0292389887962655,0.153725174569888,0.0,0.00766446913205069,0.5,0.153725174569888,0.0,0.0012860137867128,0.153725174569888,0.0,0.00833628358544802,0.153725174569888,0.0,0.702496389919222,0.153725174569888,0.0,0.505819877434085,0.153725174569888,0.0,0.227427287323289,0.153725174569888,0.0,0.029020005200292,0.153725174569888,0.0,0.0129600568723385,0.5,0.153725174569888,0.0,0.000641317195021565,0,0.981986172809698,0.860847618666247 -6164,0.5,0.153725174569888,0.0,0.255827408901364,0.153725174569888,0.0,0.346729835363105,0.153725174569888,0.0,0.0577065158245799,0.153725174569888,0.0,0.0359310694554819,0.153725174569888,0.0,0.148437888446784,0.153725174569888,0.0,0.0180497329878684,0.153725174569888,0.0,0.0148594572295571,0.153725174569888,0.0,0.0127588621042262,0.5,0.153725174569888,0.0,0.0285943830619875,0.153725174569888,0.0,0.00432485342661238,0.5,0.153725174569888,0.0,0.00113959646327627,0.153725174569888,0.0,0.00792473775803667,0.153725174569888,0.0,0.684567857087305,0.153725174569888,0.0,0.474882103968296,0.153725174569888,0.0,0.197533607847305,0.153725174569888,0.0,0.022664866856789,0.153725174569888,0.0,0.00856741497377082,0.5,0.153725174569888,0.0,0.000708322064227326,0,0.981296654509964,0.863673982502207 -6165,0.5,0.153725174569888,0.0,0.274679565021429,0.153725174569888,0.0,0.378455472248129,0.153725174569888,0.0,0.0506828099090867,0.153725174569888,0.0,0.0463443248770431,0.153725174569888,0.0,0.146036379850196,0.153725174569888,0.0,0.0209522586260283,0.153725174569888,0.0,0.0213781069134858,0.153725174569888,0.0,0.00886214341434849,0.5,0.153725174569888,0.0,0.0216363127459329,0.153725174569888,0.0,0.00240464403691791,0.5,0.153725174569888,0.0,0.000803542700542441,0.153725174569888,0.0,0.00804082602132618,0.153725174569888,0.0,0.710594475323771,0.153725174569888,0.0,0.449570977385677,0.153725174569888,0.0,0.140169839935325,0.153725174569888,0.0,0.018691123347765,0.153725174569888,0.0,0.00596566183328894,0.5,0.153725174569888,0.0,0.00107522179392857,0,0.982857746236706,0.855249808654463 -6166,0.5,0.153725174569888,0.0,0.286013327506706,0.153725174569888,0.0,0.354949353486783,0.153725174569888,0.0,0.0358831536459741,0.153725174569888,0.0,0.0418797815443416,0.153725174569888,0.0,0.118915618267824,0.153725174569888,0.0,0.0278100836566931,0.153725174569888,0.0,0.0239823370256752,0.153725174569888,0.0,0.00544376272849407,0.5,0.153725174569888,0.0,0.0126167332069254,0.153725174569888,0.0,0.00121004814824158,0.5,0.153725174569888,0.0,0.000791387666028708,0.153725174569888,0.0,0.00717402970176493,0.153725174569888,0.0,0.706165825771986,0.153725174569888,0.0,0.430615978958293,0.153725174569888,0.0,0.117864737120379,0.153725174569888,0.0,0.0141806495925157,0.153725174569888,0.0,0.00419472650292138,0.5,0.153725174569888,0.0,0.00304052309435217,0,0.985126138961006,0.85077077405878 -6167,0.5,0.153725174569888,0.0,0.28907121870684,0.153725174569888,0.0,0.358731246439758,0.153725174569888,0.0,0.0236461830433127,0.153725174569888,0.0,0.0365109518129256,0.153725174569888,0.0,0.0926139181161351,0.153725174569888,0.0,0.0300738712851225,0.153725174569888,0.0,0.0228236862628692,0.153725174569888,0.0,0.00338042158058127,0.5,0.153725174569888,0.0,0.00692311122833688,0.153725174569888,0.0,0.00128071744906109,0.5,0.153725174569888,0.0,0.00072243576541359,0.153725174569888,0.0,0.00664870228901636,0.153725174569888,0.0,0.669211327981115,0.153725174569888,0.0,0.414973692167818,0.153725174569888,0.0,0.11876635703042,0.153725174569888,0.0,0.0109831595508889,0.153725174569888,0.0,0.00437976583485301,0.5,0.153725174569888,0.0,0.00812447756855992,0,0.985602703289242,0.861515212454502 -6168,0.5,0.153725174569888,0.0,0.276318608862857,0.153725174569888,0.0,0.286900090348354,0.153725174569888,0.0,0.0182354483892287,0.153725174569888,0.0,0.0377823140734349,0.153725174569888,0.0,0.0810531296234814,0.153725174569888,0.0,0.0298245409992899,0.153725174569888,0.0,0.0212389910084829,0.153725174569888,0.0,0.00223235180036338,0.5,0.153725174569888,0.0,0.00486225720444465,0.153725174569888,0.0,0.00186996344602321,0.5,0.153725174569888,0.0,0.000672063525093465,0.153725174569888,0.0,0.00619684780478486,0.153725174569888,0.0,0.659551830579917,0.153725174569888,0.0,0.414517432452668,0.153725174569888,0.0,0.123537836732274,0.153725174569888,0.0,0.00642612248263553,0.153725174569888,0.0,0.0050290714836795,0.5,0.153725174569888,0.0,0.00880411186671248,0,0.976645967586253,0.913441375287681 -6169,0.5,0.153725174569888,0.0,0.255836112581854,0.153725174569888,0.0,0.338228809521098,0.153725174569888,0.0,0.0162786926530892,0.153725174569888,0.0,0.0434649402468176,0.153725174569888,0.0,0.0837880738261357,0.153725174569888,0.0,0.0318836513519279,0.153725174569888,0.0,0.018950798219407,0.153725174569888,0.0,0.00186482468073509,0.5,0.153725174569888,0.0,0.0023547255762015,0.153725174569888,0.0,0.00220517615590605,0.5,0.153725174569888,0.0,0.000302983898717039,0.153725174569888,0.0,0.00555494135637654,0.153725174569888,0.0,0.629241658698197,0.153725174569888,0.0,0.412813951415255,0.153725174569888,0.0,0.119530034746038,0.153725174569888,0.0,0.00434021855203806,0.153725174569888,0.0,0.0050799962184707,0.5,0.153725174569888,0.0,0.0061565422252137,0,0.967528519337094,0.946770228663729 -6170,0.5,0.153725174569888,0.0,0.237762429917503,0.153725174569888,0.0,0.357487073078983,0.153725174569888,0.0,0.0129944216166288,0.153725174569888,0.0,0.0459301909776019,0.153725174569888,0.0,0.0922325632925506,0.153725174569888,0.0,0.0320438865870457,0.153725174569888,0.0,0.0171443193732954,0.153725174569888,0.0,0.00198681004393939,0.5,0.153725174569888,0.0,0.000730235707282597,0.153725174569888,0.0,0.00132390138561354,0.5,0.153725174569888,0.0,0.000117602624405347,0.153725174569888,0.0,0.00545721591911418,0.153725174569888,0.0,0.570895981437591,0.153725174569888,0.0,0.409535458607717,0.153725174569888,0.0,0.113551903917976,0.153725174569888,0.0,0.00486061214346123,0.153725174569888,0.0,0.00480958778003757,0.5,0.153725174569888,0.0,0.00371475400133788,0,0.951512462126303,0.956284354145009 -6171,0.5,0.153725174569888,0.0,0.2253192985274,0.153725174569888,0.0,0.342098593762279,0.153725174569888,0.0,0.00688074834527611,0.153725174569888,0.0,0.0364578305636749,0.153725174569888,0.0,0.0957628486662893,0.153725174569888,0.0,0.028592943162529,0.153725174569888,0.0,0.0151056159666088,0.153725174569888,0.0,0.00192150746274664,0.5,0.153725174569888,0.0,0.000650554508490611,0.153725174569888,0.0,0.00154859152588886,0.5,0.153725174569888,0.0,0.00014841808855494,0.153725174569888,0.0,0.00528537220241456,0.153725174569888,0.0,0.549043743063342,0.153725174569888,0.0,0.381952781027207,0.153725174569888,0.0,0.0915196236975084,0.153725174569888,0.0,0.00525600442660589,0.153725174569888,0.0,0.00416198103647207,0.5,0.153725174569888,0.0,0.00319234687324209,0,0.930380470849847,0.949655957120896 -6172,0.5,0.153725174569888,0.0,0.21166875045897,0.153725174569888,0.0,0.267351692616836,0.153725174569888,0.0,0.00320080313927883,0.153725174569888,0.0,0.026665999254929,0.153725174569888,0.0,0.0760616371140671,0.153725174569888,0.0,0.0266803911055747,0.153725174569888,0.0,0.0128575251419356,0.153725174569888,0.0,0.00160145836961467,0.5,0.153725174569888,0.0,0.000989907994698307,0.153725174569888,0.0,0.00130632866747109,0.5,0.153725174569888,0.0,0.000142336666969447,0.153725174569888,0.0,0.00516948796054446,0.153725174569888,0.0,0.539019031622292,0.153725174569888,0.0,0.349809920994039,0.153725174569888,0.0,0.0720326637626849,0.153725174569888,0.0,0.00424511525665709,0.153725174569888,0.0,0.00323728316465654,0.5,0.153725174569888,0.0,0.0043106709195381,0,0.908961840060072,0.883049251396698 -6173,0.5,0.153725174569888,0.0,0.197708334512396,0.153725174569888,0.0,0.20369278475274,0.153725174569888,0.0,0.00221555025458647,0.153725174569888,0.0,0.0216051745801646,0.153725174569888,0.0,0.0536695715425133,0.153725174569888,0.0,0.0232354032660797,0.153725174569888,0.0,0.00944594666411617,0.153725174569888,0.0,0.00138603856379333,0.5,0.153725174569888,0.0,0.0014335652434621,0.153725174569888,0.0,0.00218391557242096,0.5,0.153725174569888,0.0,6.96288941068109e-05,0.153725174569888,0.0,0.00615436377197707,0.153725174569888,0.0,0.521531143481442,0.153725174569888,0.0,0.321692111535011,0.153725174569888,0.0,0.0530958763748746,0.153725174569888,0.0,0.00242988749978893,0.153725174569888,0.0,0.00214862618647388,0.5,0.153725174569888,0.0,0.00554573658391282,0,0.893192639618732,0.816657580890508 -6174,0.5,0.153725174569888,0.0,0.190141963011082,0.153725174569888,0.0,0.181313629494884,0.153725174569888,0.0,0.00123415856336267,0.153725174569888,0.0,0.0213038180349155,0.153725174569888,0.0,0.0391939182151145,0.153725174569888,0.0,0.0199751321153489,0.153725174569888,0.0,0.00686144642802673,0.153725174569888,0.0,0.00120798905787888,0.5,0.153725174569888,0.0,0.00275405749749627,0.153725174569888,0.0,0.00453687193197507,0.5,0.153725174569888,0.0,2.97453180378713e-05,0.153725174569888,0.0,0.0078702211519861,0.153725174569888,0.0,0.48918568710365,0.153725174569888,0.0,0.287763287853338,0.153725174569888,0.0,0.0379619317275249,0.153725174569888,0.0,0.00177626894720891,0.153725174569888,0.0,0.00096596678129866,0.5,0.153725174569888,0.0,0.00673971938839589,0,0.881218990237154,0.781286022573711 -6175,0.5,0.153725174569888,0.0302464623163481,0.174312509143504,0.153725174569888,0.00659037046270771,0.172669195179011,0.153725174569888,0.0161425369722293,0.000776964076359968,0.153725174569888,0.0138243034234825,0.0239052893433546,0.153725174569888,0.00291779469278292,0.0356519526511875,0.153725174569888,0.00251933109695641,0.0184758043644194,0.153725174569888,0.0032932896676926,0.00631029434190461,0.153725174569888,0.00344898264178223,0.00149294994702023,0.5,0.153725174569888,0.00279524204389578,0.00350147719944302,0.153725174569888,0.0192206240096512,0.00537240546575805,0.5,0.153725174569888,0.00304697607086848,6.99325981206376e-05,0.153725174569888,0.00904074541040142,0.00856476809519177,0.153725174569888,0.00450248284303668,0.47021340406729,0.153725174569888,0.00140568373355403,0.253833284047005,0.153725174569888,0.00416532327174647,0.0273504398245065,0.153725174569888,0.00266639591499586,0.00135031673773525,0.153725174569888,0.00567383760628797,0.000561454701070883,0.5,0.153725174569888,0.0129442487827613,0.00322089061909602,0,0.87588462826981,0.761812157808744 -6176,0.5,0.153725174569888,0.141301638802274,0.204527867820248,0.153725174569888,0.0849151101139844,0.180960920745177,0.153725174569888,0.10262195316387,0.000569459815529274,0.153725174569888,0.0746971306067626,0.0358296732328314,0.153725174569888,0.0454952581382816,0.0337672496172601,0.153725174569888,0.0691803289541489,0.0168753460960881,0.153725174569888,0.0563181396303684,0.00425128294891395,0.153725174569888,0.0820279641040193,0.00170147582019108,0.5,0.153725174569888,0.0651779264785216,0.00228356366616087,0.153725174569888,0.144549380847702,0.00297516850685123,0.5,0.153725174569888,0.0508844323488902,7.71855605383164e-05,0.153725174569888,0.113376871759551,0.0063942841788121,0.153725174569888,0.0455741249471639,0.454503561140969,0.153725174569888,0.0145062740762202,0.242273897919394,0.153725174569888,0.0431621168066978,0.0290045455604787,0.153725174569888,0.039078549822983,0.000889245245414613,0.153725174569888,0.0363216590621477,0.000495213348539515,0.5,0.153725174569888,0.07418203874488,0.000440160680890651,0,0.8775470061622,0.757916034438832 -6177,0.5,0.153725174569888,0.267148864372962,0.303075256610189,0.153725174569888,0.189524758294486,0.283414646452477,0.153725174569888,0.219193840550646,0.00114005139544271,0.153725174569888,0.170063275415129,0.0569133188739079,0.153725174569888,0.0806405023795187,0.0458275648012436,0.153725174569888,0.173385052120361,0.0266581604377771,0.153725174569888,0.107505499084443,0.00379901754149633,0.153725174569888,0.171647168994963,0.00236831782334586,0.5,0.153725174569888,0.144493421683372,0.00403595119732582,0.153725174569888,0.295946791773827,0.000690822998904373,0.5,0.153725174569888,0.116192905388788,9.37690765550703e-05,0.153725174569888,0.250284863118389,0.00650022355362692,0.153725174569888,0.130353470255383,0.4536433512875,0.153725174569888,0.0333902591809101,0.218428262878629,0.153725174569888,0.0982771249053815,0.0371917397804413,0.153725174569888,0.0970162394655813,0.000798758990581345,0.153725174569888,0.0828003056372284,0.00111615947030781,0.5,0.153725174569888,0.155074580234358,0.000141249785322465,0,0.858733188058861,0.809451180347711 -6178,0.5,0.153725174569888,0.398261317504329,0.361092128855936,0.153725174569888,0.294927914264859,0.216581435869427,0.153725174569888,0.357336968933266,0.00187450875100826,0.153725174569888,0.286949347659005,0.0725720788003626,0.153725174569888,0.0984398595016393,0.0585677377152588,0.153725174569888,0.291945110643266,0.0243627572338814,0.153725174569888,0.153812564233602,0.00697631696829934,0.153725174569888,0.223998872744623,0.00284901827560818,0.5,0.153725174569888,0.216801276785951,0.0201087749351256,0.153725174569888,0.448722923464574,0.000148658959387354,0.5,0.153725174569888,0.208273265778695,0.000460279284364316,0.153725174569888,0.39766502546086,0.00706400995696093,0.153725174569888,0.260289794697661,0.542502205155494,0.153725174569888,0.0582322174225677,0.168363060230472,0.153725174569888,0.151802679314097,0.0452727489749491,0.153725174569888,0.192379325741854,0.00148710375205645,0.153725174569888,0.154563698407119,0.00366045927066059,0.5,0.153725174569888,0.255470220926236,0.000156793488622767,0,0.821746120038662,0.852328638574405 -6179,0.5,0.153725174569888,0.504084278260801,0.400950603881045,0.153725174569888,0.356674453983843,0.204314937507351,0.153725174569888,0.472950139208296,0.00366500555173874,0.153725174569888,0.409909552395564,0.0800816636482555,0.153725174569888,0.13635975714035,0.0697949958089186,0.153725174569888,0.395923876171823,0.0299861561274532,0.153725174569888,0.174606901837854,0.0105078478835855,0.153725174569888,0.262632547743786,0.00369537680215323,0.5,0.153725174569888,0.26281636589299,0.047197530462838,0.153725174569888,0.571199924334531,0.00138840572124901,0.5,0.153725174569888,0.317984676051478,0.00446916877561574,0.153725174569888,0.512213486377968,0.00813291480691354,0.153725174569888,0.365515818174977,0.557887611826268,0.153725174569888,0.106932501181618,0.149242863590889,0.153725174569888,0.245796573761329,0.0552633476961232,0.153725174569888,0.306852787514358,0.00269383976658771,0.153725174569888,0.237981743961795,0.00754774826531475,0.5,0.153725174569888,0.359452850184583,0.00289253569772789,0,0.818691176753059,0.821494080749133 -6180,0.5,0.153725174569888,0.558078100506226,0.458484093372179,0.153725174569888,0.411271169503694,0.242686759424884,0.153725174569888,0.531840885946641,0.00888055498981534,0.153725174569888,0.503839806467619,0.0867661602329771,0.153725174569888,0.139388635263685,0.059837744921403,0.153725174569888,0.438863355306906,0.0418412991988009,0.153725174569888,0.216128191173824,0.0123403065291057,0.153725174569888,0.263805889750598,0.00950901705416882,0.5,0.153725174569888,0.289662177241465,0.0500258738967974,0.153725174569888,0.637812114682257,0.009455263043723,0.5,0.153725174569888,0.425919567874647,0.0121993254704085,0.153725174569888,0.576617430349964,0.0174565634993738,0.153725174569888,0.445384253406993,0.599460435846688,0.153725174569888,0.189726959508535,0.149512060470633,0.153725174569888,0.35182525429219,0.0777353035440462,0.153725174569888,0.400623923604126,0.00331786225121011,0.153725174569888,0.298055199239126,0.0122020558760746,0.5,0.153725174569888,0.429152377868989,0.0163109145218763,0,0.819322580682119,0.779178637312435 -6181,0.5,0.153725174569888,0.57223700567311,0.521519976190161,0.153725174569888,0.433050981365773,0.338206496662551,0.153725174569888,0.539979856958279,0.0214772901893555,0.153725174569888,0.5269842436626,0.100274503173132,0.153725174569888,0.199994332027855,0.0571490185189619,0.153725174569888,0.430024180960033,0.0471051506445686,0.153725174569888,0.251179961222169,0.0172306553734299,0.153725174569888,0.246958231199513,0.0249491704047369,0.5,0.153725174569888,0.357240678855592,0.0545580606269538,0.153725174569888,0.659452510418456,0.0248417696306381,0.5,0.153725174569888,0.506343073121157,0.0281450582957177,0.153725174569888,0.623633993643652,0.0273554657132344,0.153725174569888,0.474568452549976,0.668287083530962,0.153725174569888,0.2893186639728,0.176447672296991,0.153725174569888,0.464433722098318,0.122071513912063,0.153725174569888,0.437783804026598,0.00465247694569826,0.153725174569888,0.345758028406527,0.017135941190604,0.5,0.153725174569888,0.461985888197567,0.0294302509807676,0,0.834042057496529,0.744613018435163 -6182,0.5,0.153725174569888,0.539033239965243,0.56173336699571,0.153725174569888,0.432273683588777,0.471583609461305,0.153725174569888,0.513055282648727,0.0420463821077431,0.153725174569888,0.506844623066871,0.12081318212608,0.153725174569888,0.235811827749205,0.0500741224584487,0.153725174569888,0.345296522855148,0.0578458456862301,0.153725174569888,0.273224975339612,0.02016252718124,0.153725174569888,0.241957359358223,0.0435819613844488,0.5,0.153725174569888,0.406601467285374,0.0620075947103244,0.153725174569888,0.635410025156447,0.0372971736270905,0.5,0.153725174569888,0.507197824193583,0.0418312785540534,0.153725174569888,0.614669269124426,0.0391139627519897,0.153725174569888,0.474780397932294,0.74936319961075,0.153725174569888,0.351951631333707,0.195645097940077,0.153725174569888,0.503203633637247,0.173689613712007,0.153725174569888,0.445856160144606,0.00729793757058773,0.153725174569888,0.35498946265961,0.0203680174258539,0.5,0.153725174569888,0.452905373420452,0.028076589750376,0,0.858923117118623,0.682189931425851 -6183,0.5,0.153725174569888,0.449877105241698,0.542736344520922,0.153725174569888,0.404693762542608,0.547735921139364,0.153725174569888,0.433357230175002,0.0721619193342942,0.153725174569888,0.434930736513017,0.134278442351158,0.153725174569888,0.257767941978793,0.0443515286568808,0.153725174569888,0.311255867019651,0.0714921347523334,0.153725174569888,0.306413002837989,0.0218721630959942,0.153725174569888,0.247363623120701,0.0589869569834742,0.5,0.153725174569888,0.410422713909811,0.064329040344167,0.153725174569888,0.552981795067944,0.0419565608362196,0.5,0.153725174569888,0.458296374683485,0.0488229550723648,0.153725174569888,0.542544753229164,0.0459716118567249,0.153725174569888,0.440328008584591,0.803555637007708,0.153725174569888,0.339087215751497,0.200118174904482,0.153725174569888,0.462286788740777,0.202135215927824,0.153725174569888,0.401979830185993,0.0124395152824332,0.153725174569888,0.339339702599082,0.0227477343164859,0.5,0.153725174569888,0.407792541733312,0.0267410174541591,0,0.879815041676035,0.465865514826739 -6184,0.5,0.153725174569888,0.327980446881565,0.446573401396771,0.153725174569888,0.331047242027993,0.498399662011594,0.153725174569888,0.317985810520723,0.0985759397546445,0.153725174569888,0.327937084115447,0.118290882289011,0.153725174569888,0.239099954658319,0.0409076180598234,0.153725174569888,0.217814544874606,0.0833036123436622,0.153725174569888,0.285760591420053,0.0234401730841757,0.153725174569888,0.22302133330137,0.0668780640538703,0.5,0.153725174569888,0.348785731735186,0.0625662649641491,0.153725174569888,0.429975686351221,0.0438185041240604,0.5,0.153725174569888,0.361824009232888,0.0517900124102354,0.153725174569888,0.416377788645827,0.0469206266931663,0.153725174569888,0.365944584993321,0.807659803874759,0.153725174569888,0.282680412107383,0.171958027854252,0.153725174569888,0.353816041507594,0.191558510162891,0.153725174569888,0.330688598062914,0.0166831242432837,0.153725174569888,0.281964523743405,0.0254953416005238,0.5,0.153725174569888,0.311805680244296,0.0335169815622937,0,0.898139141228687,0.257652111805245 -6185,0.5,0.153725174569888,0.203676434650052,0.328735659599181,0.153725174569888,0.223212410977327,0.315416886961318,0.153725174569888,0.205464920032172,0.0963586556234082,0.153725174569888,0.211118677867655,0.0657861135100256,0.153725174569888,0.181638710229374,0.0316546605051601,0.153725174569888,0.148773466485197,0.074924066110513,0.153725174569888,0.213735287353005,0.0208070929774702,0.153725174569888,0.182806201201879,0.0568425701926763,0.5,0.153725174569888,0.241060552029416,0.0534117065523244,0.153725174569888,0.285090206460278,0.0314403774554281,0.5,0.153725174569888,0.242334911930747,0.0397125236867812,0.153725174569888,0.274002947663172,0.0237623710461516,0.153725174569888,0.259775689924453,0.75422732579539,0.153725174569888,0.205441566634881,0.0956785531497661,0.153725174569888,0.230329015998319,0.118319067246595,0.153725174569888,0.226645133605526,0.0124563658340184,0.153725174569888,0.185549825464647,0.0238823316164453,0.5,0.153725174569888,0.183822372156413,0.021538390235903,0,0.920490470788188,0.202858984998227 -6186,0.5,0.153725174569888,0.0296578303701606,0.265344989297886,0.153725174569888,0.0535875331090675,0.211154269303139,0.153725174569888,0.0354280227956309,0.0455148269993457,0.153725174569888,0.0201219676113103,0.0514343188768249,0.153725174569888,0.0646114900152745,0.00971503127016443,0.153725174569888,0.0554069055005634,0.0423325378860819,0.153725174569888,0.0573229068324034,0.00624370612635856,0.153725174569888,0.0754945306574596,0.0239963394736988,0.5,0.153725174569888,0.0751045180455732,0.0191345325532373,0.153725174569888,0.0461134132131006,0.0186318185139751,0.5,0.153725174569888,0.0593896824679951,0.0181329723099994,0.153725174569888,0.0625262369951834,0.0155508584206875,0.153725174569888,0.06363770515424,0.684560911769716,0.153725174569888,0.0660965945496651,0.052234686070054,0.153725174569888,0.0509409699923509,0.06140272216008,0.153725174569888,0.0464780211602183,0.00199100954653136,0.153725174569888,0.0350660144707494,0.0173364747964723,0.5,0.153725174569888,0.0287701608335849,0.0284452211633618,0,0.944673840623508,0.215775876957739 -6187,0.5,0.153725174569888,0.0,0.26108696807525,0.153725174569888,0.0,0.188575277989668,0.153725174569888,0.0,0.0388103735397667,0.153725174569888,0.0,0.0597292820014728,0.153725174569888,0.0,0.00498372209901963,0.153725174569888,0.0,0.0164333716485077,0.153725174569888,0.0,0.00705504206935316,0.153725174569888,0.0,0.00969680630297273,0.5,0.153725174569888,0.0,0.0131357917330421,0.153725174569888,0.0,0.0183774887549268,0.5,0.153725174569888,0.0,0.0211564571879698,0.153725174569888,0.0,0.015831917664278,0.153725174569888,0.0,0.630506171940686,0.153725174569888,0.0,0.0565319499771987,0.153725174569888,0.0,0.0563205206366069,0.153725174569888,0.0,0.00113174912604119,0.153725174569888,0.0,0.0232909094347766,0.5,0.153725174569888,0.0,0.0258083825369259,0,0.956404062782744,0.276614273268073 -6188,0.5,0.153725174569888,0.0,0.260682185826037,0.153725174569888,0.0,0.187510015120826,0.153725174569888,0.0,0.0232418990144979,0.153725174569888,0.0,0.0656050429104087,0.153725174569888,0.0,0.00333086975930445,0.153725174569888,0.0,0.0162537589083565,0.153725174569888,0.0,0.00737346310424631,0.153725174569888,0.0,0.00898890594506944,0.5,0.153725174569888,0.0,0.0107945293958681,0.153725174569888,0.0,0.0137634170050695,0.5,0.153725174569888,0.0,0.020575354148929,0.153725174569888,0.0,0.0139572140223304,0.153725174569888,0.0,0.619224503120419,0.153725174569888,0.0,0.0650812734941121,0.153725174569888,0.0,0.0515698774309173,0.153725174569888,0.0,0.0015755054764901,0.153725174569888,0.0,0.0185735719488554,0.5,0.153725174569888,0.0,0.0188189019444992,0,0.956791043766613,0.403883318735561 -6189,0.5,0.153725174569888,0.0,0.252992345776574,0.153725174569888,0.0,0.192829880248775,0.153725174569888,0.0,0.011410476097413,0.153725174569888,0.0,0.0664852890702081,0.153725174569888,0.0,0.00275676954814034,0.153725174569888,0.0,0.0139871284722976,0.153725174569888,0.0,0.00687708420781372,0.153725174569888,0.0,0.00812826043477635,0.5,0.153725174569888,0.0,0.00842932624921889,0.153725174569888,0.0,0.0110490819128714,0.5,0.153725174569888,0.0,0.0186133849603027,0.153725174569888,0.0,0.0169491219513513,0.153725174569888,0.0,0.60981749817903,0.153725174569888,0.0,0.076224822985997,0.153725174569888,0.0,0.0474830967544814,0.153725174569888,0.0,0.00277443404692719,0.153725174569888,0.0,0.0135030379200335,0.5,0.153725174569888,0.0,0.017595057860772,0,0.936608129406483,0.544892670981289 -6190,0.5,0.153725174569888,0.0,0.232557166921121,0.153725174569888,0.0,0.19062110699514,0.153725174569888,0.0,0.00609912484289571,0.153725174569888,0.0,0.0572515111668314,0.153725174569888,0.0,0.00334695041883707,0.153725174569888,0.0,0.00788086603166253,0.153725174569888,0.0,0.00614607750432077,0.153725174569888,0.0,0.00620990443480841,0.5,0.153725174569888,0.0,0.00712891888310301,0.153725174569888,0.0,0.00812756661309069,0.5,0.153725174569888,0.0,0.0138832672732371,0.153725174569888,0.0,0.0135893840526673,0.153725174569888,0.0,0.590237597115628,0.153725174569888,0.0,0.0911070515722954,0.153725174569888,0.0,0.0415911727873601,0.153725174569888,0.0,0.00361024652180854,0.153725174569888,0.0,0.00992165614239234,0.5,0.153725174569888,0.0,0.015087024258476,0,0.890905776455787,0.594750732305163 -6191,0.5,0.153725174569888,0.0,0.197688383436678,0.153725174569888,0.0,0.171348962361189,0.153725174569888,0.0,0.00604829170900265,0.153725174569888,0.0,0.0428987429801807,0.153725174569888,0.0,0.00451992985417122,0.153725174569888,0.0,0.00414025270904553,0.153725174569888,0.0,0.00577420651207741,0.153725174569888,0.0,0.00501696867944729,0.5,0.153725174569888,0.0,0.00733801671025111,0.153725174569888,0.0,0.00621392804341515,0.5,0.153725174569888,0.0,0.00905248592081975,0.153725174569888,0.0,0.0157498702197664,0.153725174569888,0.0,0.543064233106054,0.153725174569888,0.0,0.097291941911167,0.153725174569888,0.0,0.0354313216391623,0.153725174569888,0.0,0.00405938223066655,0.153725174569888,0.0,0.00810582283448497,0.5,0.153725174569888,0.0,0.00875062340761357,0,0.824039169335303,0.589332664732978 -6192,0.5,0.153725174569888,0.0,0.155977182186246,0.153725174569888,0.0,0.138934748908752,0.153725174569888,0.0,0.00625833605853044,0.153725174569888,0.0,0.0302955967610478,0.153725174569888,0.0,0.00478280550280689,0.153725174569888,0.0,0.00221503750584397,0.153725174569888,0.0,0.0050982760239525,0.153725174569888,0.0,0.00447254629302398,0.5,0.153725174569888,0.0,0.00763787436933246,0.153725174569888,0.0,0.00503252107592722,0.5,0.153725174569888,0.0,0.00822210001184211,0.153725174569888,0.0,0.0152105210047533,0.153725174569888,0.0,0.476269764047347,0.153725174569888,0.0,0.0904839326324373,0.153725174569888,0.0,0.0345974131914316,0.153725174569888,0.0,0.00352677909692663,0.153725174569888,0.0,0.00621134084385172,0.5,0.153725174569888,0.0,0.00609304924916479,0,0.729088904601145,0.579978769326686 -6193,0.5,0.153725174569888,0.0,0.121387191094601,0.153725174569888,0.0,0.13004725455147,0.153725174569888,0.0,0.00508481981903343,0.153725174569888,0.0,0.0200149305496735,0.153725174569888,0.0,0.00368358352323739,0.153725174569888,0.0,0.0016520036801467,0.153725174569888,0.0,0.00441415518561066,0.153725174569888,0.0,0.00408265574177284,0.5,0.153725174569888,0.0,0.00647119262247716,0.153725174569888,0.0,0.00574072928311187,0.5,0.153725174569888,0.0,0.00873746013741452,0.153725174569888,0.0,0.0140962095094357,0.153725174569888,0.0,0.412237784274344,0.153725174569888,0.0,0.0788906295367525,0.153725174569888,0.0,0.0365746801734754,0.153725174569888,0.0,0.00366295349911938,0.153725174569888,0.0,0.00532299071477571,0.5,0.153725174569888,0.0,0.00531204825178064,0,0.6251612699023,0.50737607632832 -6194,0.5,0.153725174569888,0.0,0.105709606876339,0.153725174569888,0.0,0.117509320287485,0.153725174569888,0.0,0.00345142456324724,0.153725174569888,0.0,0.0136048875965766,0.153725174569888,0.0,0.00263788608349485,0.153725174569888,0.0,0.00151689330771145,0.153725174569888,0.0,0.00478587175534517,0.153725174569888,0.0,0.00402456082614298,0.5,0.153725174569888,0.0,0.00463834416408715,0.153725174569888,0.0,0.00712211301945057,0.5,0.153725174569888,0.0,0.00943042080375452,0.153725174569888,0.0,0.0133708723372764,0.153725174569888,0.0,0.340290033884527,0.153725174569888,0.0,0.068515030644014,0.153725174569888,0.0,0.0356856517336292,0.153725174569888,0.0,0.00425687205299281,0.153725174569888,0.0,0.0056809516429252,0.5,0.153725174569888,0.0,0.00535103619821015,0,0.487420198914515,0.388203937627316 -6195,0.5,0.153725174569888,0.0,0.09014482983441,0.153725174569888,0.0,0.0944761900897331,0.153725174569888,0.0,0.00265904494856538,0.153725174569888,0.0,0.00939986303253462,0.153725174569888,0.0,0.00274381963677844,0.153725174569888,0.0,0.00159290091929653,0.153725174569888,0.0,0.00513294839264619,0.153725174569888,0.0,0.00357004337622652,0.5,0.153725174569888,0.0,0.00406014599084273,0.153725174569888,0.0,0.00676532041860652,0.5,0.153725174569888,0.0,0.00854109952171665,0.153725174569888,0.0,0.0131941356850065,0.153725174569888,0.0,0.272749706779606,0.153725174569888,0.0,0.0595892944570053,0.153725174569888,0.0,0.0322931321402962,0.153725174569888,0.0,0.00425028649772003,0.153725174569888,0.0,0.00630088340261201,0.5,0.153725174569888,0.0,0.00509074270642609,0,0.390111122771493,0.275279760930859 -6196,0.5,0.153725174569888,0.0,0.0773257928894104,0.153725174569888,0.0,0.0850528827786035,0.153725174569888,0.0,0.00248536422343859,0.153725174569888,0.0,0.00663503798899929,0.153725174569888,0.0,0.00291703593859835,0.153725174569888,0.0,0.00179342650557179,0.153725174569888,0.0,0.00323087298151636,0.153725174569888,0.0,0.00328103587482978,0.5,0.153725174569888,0.0,0.00352448025670639,0.153725174569888,0.0,0.00754525016442824,0.5,0.153725174569888,0.0,0.00728600501997779,0.153725174569888,0.0,0.013547996925504,0.153725174569888,0.0,0.224943517554831,0.153725174569888,0.0,0.0545866125364356,0.153725174569888,0.0,0.0291235708814589,0.153725174569888,0.0,0.00388820794192368,0.153725174569888,0.0,0.00698694210701866,0.5,0.153725174569888,0.0,0.0047252603381117,0,0.34636762152623,0.20603096844883 -6197,0.5,0.153725174569888,0.0,0.0681679964385798,0.153725174569888,0.0,0.0796268352935658,0.153725174569888,0.0,0.00211157678366584,0.153725174569888,0.0,0.0052790758127899,0.153725174569888,0.0,0.00264835335705753,0.153725174569888,0.0,0.00217675901172065,0.153725174569888,0.0,0.0014491171909849,0.153725174569888,0.0,0.00365915132003553,0.5,0.153725174569888,0.0,0.0031272245224748,0.153725174569888,0.0,0.00939666670843252,0.5,0.153725174569888,0.0,0.00646677776446441,0.153725174569888,0.0,0.013183532769415,0.153725174569888,0.0,0.193715889690853,0.153725174569888,0.0,0.0492522886619365,0.153725174569888,0.0,0.027877565244946,0.153725174569888,0.0,0.00397646997546609,0.153725174569888,0.0,0.00721904690306006,0.5,0.153725174569888,0.0,0.00408523290037923,0,0.32850650914209,0.15328218714263 -6198,0.5,0.153725174569888,0.0,0.0613985187369999,0.153725174569888,0.0,0.077697393644265,0.153725174569888,0.0,0.00178969739762307,0.153725174569888,0.0,0.00451927309587476,0.153725174569888,0.0,0.00205962306086371,0.153725174569888,0.0,0.00225009508453305,0.153725174569888,0.0,0.00225236024279801,0.153725174569888,0.0,0.00436787858298601,0.5,0.153725174569888,0.0,0.00358477784620419,0.153725174569888,0.0,0.0108726896949749,0.5,0.153725174569888,0.0,0.00741110517861539,0.153725174569888,0.0,0.0141791473949687,0.153725174569888,0.0,0.178733752960133,0.153725174569888,0.0,0.0439704430132751,0.153725174569888,0.0,0.0283426204134973,0.153725174569888,0.0,0.00474677767732571,0.153725174569888,0.0,0.00778974959716236,0.5,0.153725174569888,0.0,0.00337325648390154,0,0.344151228969393,0.110182466810769 -6199,0.5,0.153725174569888,0.0239935190389556,0.0552651726171925,0.153725174569888,0.0136642929185252,0.0723948889220185,0.153725174569888,0.0137290933305505,0.00179676607456604,0.153725174569888,0.00703217517969702,0.00380567036172188,0.153725174569888,0.00121825496332437,0.00214339828889458,0.153725174569888,0.0019925232325758,0.00190866941282549,0.153725174569888,0.00235435433491926,0.00347841056533583,0.153725174569888,0.00350021785746079,0.00521156187308136,0.5,0.153725174569888,0.0047712735792552,0.0039522104835338,0.153725174569888,0.0183179113543578,0.0121682097300865,0.5,0.153725174569888,0.00842528807497199,0.00763898826376821,0.153725174569888,0.00977860828611504,0.0140743998572217,0.153725174569888,0.00675900586945839,0.172213784630597,0.153725174569888,0.00259325953812771,0.0431896918050558,0.153725174569888,0.00709569143831334,0.0282288699891021,0.153725174569888,0.0070057374967636,0.00461422768332947,0.153725174569888,0.0197227255396293,0.00686294022404845,0.5,0.153725174569888,0.0297554628134035,0.00232931062494979,0,0.388412360969695,0.0678217748679154 -6200,0.5,0.153725174569888,0.116756461293767,0.0567046631172304,0.153725174569888,0.137949213827869,0.0711105716953801,0.153725174569888,0.09067149865633,0.00160742678063773,0.153725174569888,0.0411610451856648,0.00313176518049082,0.153725174569888,0.0221332433650862,0.00232889036545751,0.153725174569888,0.0614403787008592,0.00184765302692428,0.153725174569888,0.0408048287825873,0.00323158232525811,0.153725174569888,0.0976979561387033,0.00437234453136375,0.5,0.153725174569888,0.114340825154571,0.00231241795321974,0.153725174569888,0.144714391592804,0.00771660309410069,0.5,0.153725174569888,0.128644737803279,0.00640163066466094,0.153725174569888,0.130416698639547,0.00932682233456614,0.153725174569888,0.0951719902199375,0.181603508680036,0.153725174569888,0.0418009248172189,0.0511774828908232,0.153725174569888,0.0750004011381453,0.0291164393706744,0.153725174569888,0.107920769426598,0.00336600652030721,0.153725174569888,0.143540975444268,0.00569564060533493,0.5,0.153725174569888,0.156425034418222,0.00212058948175273,0,0.459020385401795,0.050000089806757 -6201,0.5,0.153725174569888,0.204750292619743,0.0810460182108291,0.153725174569888,0.283351121019563,0.105783221378164,0.153725174569888,0.177693328154454,0.00290899388400197,0.153725174569888,0.114057878834416,0.0036804835884324,0.153725174569888,0.0517534713895451,0.00359601680835668,0.153725174569888,0.149057307941045,0.00281861911328849,0.153725174569888,0.0894736378405819,0.00338675473769924,0.153725174569888,0.235812032841581,0.00560567730431558,0.5,0.153725174569888,0.261539550859022,0.00310816818990537,0.153725174569888,0.296573554385608,0.00484419370469975,0.5,0.153725174569888,0.27756340027663,0.0233071414977611,0.153725174569888,0.279470303312852,0.00955751104152794,0.153725174569888,0.234378706560283,0.244400290833778,0.153725174569888,0.115411309595901,0.0738746725886769,0.153725174569888,0.14797450114363,0.0396266708776782,0.153725174569888,0.247799526099914,0.00938719125629308,0.153725174569888,0.289448053570917,0.0197204879894071,0.5,0.153725174569888,0.296420165163382,0.0119961231814345,0,0.512093265513996,0.0583513709183697 -6202,0.5,0.153725174569888,0.265184742989037,0.107518453341955,0.153725174569888,0.423444478409526,0.179789220316095,0.153725174569888,0.290095778204611,0.00458473749587901,0.153725174569888,0.223935629728909,0.00964884206696952,0.153725174569888,0.103342419456695,0.00654814378967429,0.153725174569888,0.217156764210851,0.00521308341076411,0.153725174569888,0.189535396464857,0.00917001326362446,0.153725174569888,0.376154501706752,0.0202913366212001,0.5,0.153725174569888,0.410083032776821,0.0100628302217465,0.153725174569888,0.450803329055084,0.00398699926102094,0.5,0.153725174569888,0.428878945367212,0.0486102134746721,0.153725174569888,0.430540883486152,0.0131751269024749,0.153725174569888,0.386525197091588,0.353802646889713,0.153725174569888,0.200657188834995,0.12034735566247,0.153725174569888,0.229947347388043,0.0597760267783351,0.153725174569888,0.400668608366545,0.0388686407621677,0.153725174569888,0.437786686912109,0.0456257951983689,0.5,0.153725174569888,0.434673985058496,0.0175085655698741,0,0.541380082802473,0.0857734009551572 -6203,0.5,0.153725174569888,0.328129296899663,0.120341880317427,0.153725174569888,0.54324017665597,0.182800753600483,0.153725174569888,0.423976282728526,0.0104029274926061,0.153725174569888,0.32180907700563,0.0154230245341302,0.153725174569888,0.221072754482597,0.0132053913221642,0.153725174569888,0.26994848795204,0.00608577643975476,0.153725174569888,0.29678726100913,0.0158000171492312,0.153725174569888,0.503482348281945,0.0442829614464564,0.5,0.153725174569888,0.536619598946427,0.0274652102993633,0.153725174569888,0.572843401419545,0.00393652390976779,0.5,0.153725174569888,0.55347183922774,0.044239892616824,0.153725174569888,0.552603115408881,0.0114679118343614,0.153725174569888,0.526183546248847,0.401301929039457,0.153725174569888,0.300746240590018,0.141542254147073,0.153725174569888,0.345281778952511,0.0677815952561577,0.153725174569888,0.517102665548859,0.0657292326724526,0.153725174569888,0.557351730696435,0.0629776790810266,0.5,0.153725174569888,0.539067345450487,0.0210645297028771,0,0.49087750970167,0.11127278652061 -6204,0.5,0.153725174569888,0.389886939303949,0.128823276610754,0.153725174569888,0.610606095220685,0.19232107598749,0.153725174569888,0.489861605334048,0.0204935749910433,0.153725174569888,0.394845459607083,0.023743896145331,0.153725174569888,0.344392927180302,0.0218046266605855,0.153725174569888,0.337877015364465,0.0119120034684377,0.153725174569888,0.346915967378481,0.0295949076062153,0.153725174569888,0.571060373032205,0.0672052339649125,0.5,0.153725174569888,0.61201407896943,0.0401494756059205,0.153725174569888,0.641323176632303,0.00406014097672168,0.5,0.153725174569888,0.625640314988267,0.0395703030299227,0.153725174569888,0.623823933258092,0.00801467813302319,0.153725174569888,0.605849253279168,0.443391938679273,0.153725174569888,0.420731526080068,0.166962566597666,0.153725174569888,0.452074846621144,0.0797725597482036,0.153725174569888,0.564556187592624,0.0743482935655125,0.153725174569888,0.619222784437886,0.0885961423115679,0.5,0.153725174569888,0.565839175650913,0.0341724249571599,0,0.426767002127533,0.120283919870571 -6205,0.5,0.153725174569888,0.37997509754046,0.145776718009933,0.153725174569888,0.631502530081125,0.195596152210727,0.153725174569888,0.556252669593491,0.0445597652408202,0.153725174569888,0.393874970924985,0.0361211483471884,0.153725174569888,0.41011170353501,0.0231362996394068,0.153725174569888,0.45817979264746,0.0227478046818659,0.153725174569888,0.456614542888334,0.0548870111432111,0.153725174569888,0.606309362744819,0.0711980776263692,0.5,0.153725174569888,0.639896707277592,0.0417916531415949,0.153725174569888,0.662510322279801,0.00492647295341944,0.5,0.153725174569888,0.649660824686268,0.0421790272062652,0.153725174569888,0.648000401016254,0.0063691889729617,0.153725174569888,0.631586995021694,0.445943586081526,0.153725174569888,0.469171510588609,0.173956759603812,0.153725174569888,0.516453504449385,0.0986448208045718,0.153725174569888,0.585448213035132,0.0792879493877527,0.153725174569888,0.618825380980921,0.0885278298122572,0.5,0.153725174569888,0.567929318385389,0.0386434791796748,0,0.378105722380087,0.122471708977087 -6206,0.5,0.153725174569888,0.367214584704843,0.164420534249264,0.153725174569888,0.612577367764597,0.197120820147472,0.153725174569888,0.523503036102203,0.0974168276219574,0.153725174569888,0.40462253793632,0.0550049004043633,0.153725174569888,0.480977104962002,0.0316535541808856,0.153725174569888,0.496128606454117,0.031103804201376,0.153725174569888,0.366296176057085,0.0716492632963467,0.153725174569888,0.599091600909574,0.0655666042556062,0.5,0.153725174569888,0.6298783529733,0.0418629162865675,0.153725174569888,0.63975547735133,0.00458134191198937,0.5,0.153725174569888,0.632438010266637,0.0488709496347954,0.153725174569888,0.609253227276887,0.00563957313877321,0.153725174569888,0.616991436134999,0.448019362832148,0.153725174569888,0.471228696437944,0.162279380922026,0.153725174569888,0.493469809585021,0.124399030614047,0.153725174569888,0.569705437587357,0.0843653605725042,0.153725174569888,0.575805811816045,0.086316118788042,0.5,0.153725174569888,0.51544860872335,0.0328931770836952,0,0.349618494095646,0.12333088369676 -6207,0.5,0.153725174569888,0.345987140453612,0.17056936352867,0.153725174569888,0.537800038154166,0.199707491065704,0.153725174569888,0.417582236433965,0.0800159034990097,0.153725174569888,0.339948556198404,0.0761264622552879,0.153725174569888,0.428654370480149,0.0518309781855847,0.153725174569888,0.443966820013377,0.0492129316495638,0.153725174569888,0.246400826062774,0.0804009251462998,0.153725174569888,0.535377024848647,0.0651968544971259,0.5,0.153725174569888,0.565456826877453,0.0423935810545049,0.153725174569888,0.530954658582547,0.00493597608601818,0.5,0.153725174569888,0.560686613672867,0.0560125139746452,0.153725174569888,0.545656424682966,0.00587892425309341,0.153725174569888,0.545249596957538,0.421245897755671,0.153725174569888,0.431296794373604,0.14883046798441,0.153725174569888,0.426774414141672,0.162794114940599,0.153725174569888,0.479799052723388,0.0945607402368902,0.153725174569888,0.50260658701704,0.0888877034860565,0.5,0.153725174569888,0.429812864758384,0.035512786106329,0,0.36083757524031,0.11946845075137 -6208,0.5,0.153725174569888,0.291008506421882,0.147034586811125,0.153725174569888,0.415783112267104,0.191391763400257,0.153725174569888,0.341069010150519,0.0518947397448343,0.153725174569888,0.264499903241513,0.0689856974143387,0.153725174569888,0.274241188781255,0.0618081868488453,0.153725174569888,0.347941447215793,0.0632265891538509,0.153725174569888,0.155213344564126,0.0730938661729665,0.153725174569888,0.431396671117754,0.0642672866492054,0.5,0.153725174569888,0.450182075776414,0.0460641214036933,0.153725174569888,0.407482769504686,0.00579566274051638,0.5,0.153725174569888,0.435998626951259,0.0657574928610525,0.153725174569888,0.419770497856768,0.00887614158349258,0.153725174569888,0.424923545560618,0.364672757988961,0.153725174569888,0.345038118152675,0.138861664641631,0.153725174569888,0.316362391412883,0.198671849618087,0.153725174569888,0.380465847419402,0.114174438179129,0.153725174569888,0.378187981490093,0.0835776411636403,0.5,0.153725174569888,0.301010519899962,0.036500937644855,0,0.398427895026822,0.110032853100885 -6209,0.5,0.153725174569888,0.191778650206986,0.102057116474811,0.153725174569888,0.276084888246971,0.0743432062656089,0.153725174569888,0.2353595199359,0.0451543192682045,0.153725174569888,0.165231814842959,0.0447761567107626,0.153725174569888,0.199467987922106,0.0579077465104104,0.153725174569888,0.232821769105829,0.0717657860079341,0.153725174569888,0.115531515435174,0.0482685439586061,0.153725174569888,0.306337254089568,0.0535916242382683,0.5,0.153725174569888,0.310808037797292,0.0404193461469558,0.153725174569888,0.276856186661785,0.00461137592156703,0.5,0.153725174569888,0.293850650025806,0.0547624491554772,0.153725174569888,0.292835966399098,0.0115143846758628,0.153725174569888,0.295499774606519,0.24584315061325,0.153725174569888,0.238805056358928,0.099838200457347,0.153725174569888,0.205612255194185,0.124353912892605,0.153725174569888,0.253615964317854,0.0844171978384114,0.153725174569888,0.22286970328841,0.0485934874091269,0.5,0.153725174569888,0.182079465374354,0.0231522653611737,0,0.43554278810015,0.107576774866345 -6210,0.5,0.153725174569888,0.023963858573321,0.0956698598179734,0.153725174569888,0.0487001580842785,0.062649054520901,0.153725174569888,0.0300454542210536,0.0215408828817999,0.153725174569888,0.0123443172565657,0.0297338929094125,0.153725174569888,0.0382745606082325,0.0180741797393834,0.153725174569888,0.0631900659911288,0.046088656880244,0.153725174569888,0.0457153334391044,0.0127314215228933,0.153725174569888,0.0670336887593046,0.0264258301995403,0.5,0.153725174569888,0.0650791948996947,0.0136512487352445,0.153725174569888,0.0412670581346656,0.00765986374175879,0.5,0.153725174569888,0.0493243773382442,0.0349424044926307,0.153725174569888,0.0479448316731685,0.0172585001675324,0.153725174569888,0.0542947789561795,0.166274776805858,0.153725174569888,0.0628130093499223,0.0614822042987628,0.153725174569888,0.0414265625438779,0.0447792519836208,0.153725174569888,0.0468147156191958,0.0272719907142779,0.153725174569888,0.0334731917700091,0.0362016618973437,0.5,0.153725174569888,0.0230170209300051,0.031992456191048,0,0.494856692311888,0.123377972950269 -6211,0.5,0.153725174569888,0.0,0.112603259914408,0.153725174569888,0.0,0.0764491684490864,0.153725174569888,0.0,0.0240823465403028,0.153725174569888,0.0,0.0308633629865019,0.153725174569888,0.0,0.00986632996016241,0.153725174569888,0.0,0.0356395099179944,0.153725174569888,0.0,0.008966425960654,0.153725174569888,0.0,0.0360343893853364,0.5,0.153725174569888,0.0,0.0158264604313215,0.153725174569888,0.0,0.010132430120776,0.5,0.153725174569888,0.0,0.0326920243386052,0.153725174569888,0.0,0.0212602318769936,0.153725174569888,0.0,0.156713294725364,0.153725174569888,0.0,0.0660434789211334,0.153725174569888,0.0,0.0510876991954735,0.153725174569888,0.0,0.0245377085832324,0.153725174569888,0.0,0.0462513276981829,0.5,0.153725174569888,0.0,0.0428474738108685,0,0.539311792956041,0.159148600801364 -6212,0.5,0.153725174569888,0.0,0.117139576210298,0.153725174569888,0.0,0.101761277932252,0.153725174569888,0.0,0.0191511989114323,0.153725174569888,0.0,0.0270167840359035,0.153725174569888,0.0,0.00444428313841747,0.153725174569888,0.0,0.0311192994376254,0.153725174569888,0.0,0.0103770356200985,0.153725174569888,0.0,0.0332426237056834,0.5,0.153725174569888,0.0,0.0149211385655902,0.153725174569888,0.0,0.00772442648263056,0.5,0.153725174569888,0.0,0.0274297311280028,0.153725174569888,0.0,0.0197337935679209,0.153725174569888,0.0,0.153692597511788,0.153725174569888,0.0,0.063158789681905,0.153725174569888,0.0,0.0563451388873995,0.153725174569888,0.0,0.0218977825894725,0.153725174569888,0.0,0.0428687147803848,0.5,0.153725174569888,0.0,0.045539878678339,0,0.568308623337766,0.218633738717326 -6213,0.5,0.153725174569888,0.0,0.120102161812257,0.153725174569888,0.0,0.106382208525067,0.153725174569888,0.0,0.0178683186626841,0.153725174569888,0.0,0.0244078685890709,0.153725174569888,0.0,0.0060795430887304,0.153725174569888,0.0,0.0248355467440129,0.153725174569888,0.0,0.0148645653447507,0.153725174569888,0.0,0.0314944113236847,0.5,0.153725174569888,0.0,0.0130449659089056,0.153725174569888,0.0,0.00960846448445755,0.5,0.153725174569888,0.0,0.0253934987003026,0.153725174569888,0.0,0.0171866595423181,0.153725174569888,0.0,0.157952238398776,0.153725174569888,0.0,0.0664897082047822,0.153725174569888,0.0,0.0530253468393773,0.153725174569888,0.0,0.0206647894731753,0.153725174569888,0.0,0.0364951655586273,0.5,0.153725174569888,0.0,0.0433917471603848,0,0.543716850000675,0.267761756743957 -6214,0.5,0.153725174569888,0.0,0.115049908356084,0.153725174569888,0.0,0.0770553944465182,0.153725174569888,0.0,0.0159131110000695,0.153725174569888,0.0,0.025319548620983,0.153725174569888,0.0,0.0102229391829597,0.153725174569888,0.0,0.0225960358440288,0.153725174569888,0.0,0.020609922918799,0.153725174569888,0.0,0.0304925239839274,0.5,0.153725174569888,0.0,0.012477080509998,0.153725174569888,0.0,0.0137002128177955,0.5,0.153725174569888,0.0,0.0258829406883475,0.153725174569888,0.0,0.0233113379379535,0.153725174569888,0.0,0.154246016789816,0.153725174569888,0.0,0.0737696392370465,0.153725174569888,0.0,0.0456357222261979,0.153725174569888,0.0,0.0189722950233096,0.153725174569888,0.0,0.0287396173685338,0.5,0.153725174569888,0.0,0.0302769305816084,0,0.460924549681634,0.276941242230913 -6215,0.5,0.153725174569888,0.0,0.10655763759092,0.153725174569888,0.0,0.065543883490225,0.153725174569888,0.0,0.0133591985175489,0.153725174569888,0.0,0.0312344723922561,0.153725174569888,0.0,0.016315644654613,0.153725174569888,0.0,0.0248688439344977,0.153725174569888,0.0,0.0261844671539455,0.153725174569888,0.0,0.0286758691286387,0.5,0.153725174569888,0.0,0.0100174181144473,0.153725174569888,0.0,0.0142611682398334,0.5,0.153725174569888,0.0,0.026893195571027,0.153725174569888,0.0,0.0255604348917369,0.153725174569888,0.0,0.142157249363059,0.153725174569888,0.0,0.0751349413287129,0.153725174569888,0.0,0.0409169543353781,0.153725174569888,0.0,0.0156770720532739,0.153725174569888,0.0,0.024636292338193,0.5,0.153725174569888,0.0,0.0185878639224685,0,0.346965116768899,0.272089603878751 -6216,0.5,0.153725174569888,0.0,0.0949391198049757,0.153725174569888,0.0,0.064195654181997,0.153725174569888,0.0,0.0147498135857343,0.153725174569888,0.0,0.0397600840440305,0.153725174569888,0.0,0.0244544761506516,0.153725174569888,0.0,0.0300150197745366,0.153725174569888,0.0,0.0305945655924497,0.153725174569888,0.0,0.0254581282271183,0.5,0.153725174569888,0.0,0.00773016747240108,0.153725174569888,0.0,0.0137852094927802,0.5,0.153725174569888,0.0,0.0282846863975401,0.153725174569888,0.0,0.020583597521517,0.153725174569888,0.0,0.132543540808232,0.153725174569888,0.0,0.0676120876382326,0.153725174569888,0.0,0.036972936538345,0.153725174569888,0.0,0.0147594352859576,0.153725174569888,0.0,0.0223807319375821,0.5,0.153725174569888,0.0,0.0136060876191248,0,0.25423146523251,0.24070266531127 -6217,0.5,0.153725174569888,0.0,0.0863404596070961,0.153725174569888,0.0,0.0679507925919626,0.153725174569888,0.0,0.0225138291333173,0.153725174569888,0.0,0.041281294185887,0.153725174569888,0.0,0.0288301522208667,0.153725174569888,0.0,0.0335405910319534,0.153725174569888,0.0,0.0319531485464627,0.153725174569888,0.0,0.0219060345919379,0.5,0.153725174569888,0.0,0.00751215951679681,0.153725174569888,0.0,0.00949092179361308,0.5,0.153725174569888,0.0,0.0271165179933386,0.153725174569888,0.0,0.0196950953979494,0.153725174569888,0.0,0.132780187128604,0.153725174569888,0.0,0.0575783587438839,0.153725174569888,0.0,0.0302717676137797,0.153725174569888,0.0,0.0131796604110058,0.153725174569888,0.0,0.0206743295960142,0.5,0.153725174569888,0.0,0.0103661949663638,0,0.195998217035022,0.171654373387869 -6218,0.5,0.153725174569888,0.0,0.0795639100880891,0.153725174569888,0.0,0.0615446942822813,0.153725174569888,0.0,0.0267011300460351,0.153725174569888,0.0,0.0378253723061895,0.153725174569888,0.0,0.0294026221951205,0.153725174569888,0.0,0.0309974059753546,0.153725174569888,0.0,0.0297979933148813,0.153725174569888,0.0,0.0194093690526477,0.5,0.153725174569888,0.0,0.0073684102164158,0.153725174569888,0.0,0.0105600639878251,0.5,0.153725174569888,0.0,0.0215427304904706,0.153725174569888,0.0,0.0198227867156916,0.153725174569888,0.0,0.127071694168135,0.153725174569888,0.0,0.0488060614516323,0.153725174569888,0.0,0.0249286492290164,0.153725174569888,0.0,0.00995175013756352,0.153725174569888,0.0,0.0183488944187757,0.5,0.153725174569888,0.0,0.00981247786745455,0,0.155296502323544,0.101585149889988 -6219,0.5,0.153725174569888,0.0,0.0688401809080282,0.153725174569888,0.0,0.0568032144454774,0.153725174569888,0.0,0.0268425063957453,0.153725174569888,0.0,0.0325284659266364,0.153725174569888,0.0,0.0291539482261548,0.153725174569888,0.0,0.0302133600991892,0.153725174569888,0.0,0.0275200316630287,0.153725174569888,0.0,0.0194867533191134,0.5,0.153725174569888,0.0,0.00686826109913832,0.153725174569888,0.0,0.00858552406747381,0.5,0.153725174569888,0.0,0.0187207792062096,0.153725174569888,0.0,0.0186616795428578,0.153725174569888,0.0,0.12026731413189,0.153725174569888,0.0,0.0419602722449601,0.153725174569888,0.0,0.024081649998123,0.153725174569888,0.0,0.00801152099647731,0.153725174569888,0.0,0.0160469113326918,0.5,0.153725174569888,0.0,0.00938022715606645,0,0.143172099994894,0.0574626919509772 -6220,0.5,0.153725174569888,0.0,0.0639338760206132,0.153725174569888,0.0,0.0533911583734292,0.153725174569888,0.0,0.0224291686496572,0.153725174569888,0.0,0.0289817419541754,0.153725174569888,0.0,0.0268767673735077,0.153725174569888,0.0,0.0302475157091248,0.153725174569888,0.0,0.0254500290215524,0.153725174569888,0.0,0.0205068794966214,0.5,0.153725174569888,0.0,0.00739746242220141,0.153725174569888,0.0,0.00951742082165615,0.5,0.153725174569888,0.0,0.0140452685528808,0.153725174569888,0.0,0.0182561724149756,0.153725174569888,0.0,0.110362382051781,0.153725174569888,0.0,0.0400076418196572,0.153725174569888,0.0,0.0264113440767606,0.153725174569888,0.0,0.00851815658670858,0.153725174569888,0.0,0.0144450998471606,0.5,0.153725174569888,0.0,0.00934431562754618,0,0.145405947025074,0.040822326526225 -6221,0.5,0.153725174569888,0.0,0.0571660769366739,0.153725174569888,0.0,0.0486564338258545,0.153725174569888,0.0,0.0191351097026847,0.153725174569888,0.0,0.028979679713207,0.153725174569888,0.0,0.0247786474585414,0.153725174569888,0.0,0.0302260201646621,0.153725174569888,0.0,0.0275064309053169,0.153725174569888,0.0,0.0225060145750034,0.5,0.153725174569888,0.0,0.00813479214102028,0.153725174569888,0.0,0.00846919542155437,0.5,0.153725174569888,0.0,0.0125717492753946,0.153725174569888,0.0,0.0186059874988241,0.153725174569888,0.0,0.112799371046707,0.153725174569888,0.0,0.0443829978970583,0.153725174569888,0.0,0.0312277892472262,0.153725174569888,0.0,0.00926432288291417,0.153725174569888,0.0,0.0128381374224606,0.5,0.153725174569888,0.0,0.0100120145401716,0,0.160196988670213,0.0456582283169811 -6222,0.5,0.153725174569888,0.0,0.0516022367007829,0.153725174569888,0.0,0.0485089495724157,0.153725174569888,0.0,0.0187825555161766,0.153725174569888,0.0,0.0350080518392262,0.153725174569888,0.0,0.0245753245188917,0.153725174569888,0.0,0.0307242972540372,0.153725174569888,0.0,0.0268954472950514,0.153725174569888,0.0,0.0242094707524725,0.5,0.153725174569888,0.0,0.00855902892447386,0.153725174569888,0.0,0.0106924037818813,0.5,0.153725174569888,0.0,0.0135624147300453,0.153725174569888,0.0,0.0203675012374566,0.153725174569888,0.0,0.108670017477322,0.153725174569888,0.0,0.0508494597903113,0.153725174569888,0.0,0.0345725153411158,0.153725174569888,0.0,0.00916969148755024,0.153725174569888,0.0,0.0122651142116733,0.5,0.153725174569888,0.0,0.00950159206087181,0,0.17391626924732,0.0576682007218339 -6223,0.5,0.153725174569888,0.0285370807339346,0.0445264261756204,0.153725174569888,0.0065945083820097,0.053394229199557,0.153725174569888,0.0203416203267138,0.0200822148434363,0.153725174569888,0.0349335985451728,0.0358226576214911,0.153725174569888,0.00453755638170114,0.0248756200474199,0.153725174569888,0.00291244469148542,0.0295302640847657,0.153725174569888,0.00505949751615052,0.0259656057305399,0.153725174569888,0.00349164508733508,0.0244441793550059,0.5,0.153725174569888,0.00411779418680131,0.00767849598831201,0.153725174569888,0.0152072227020905,0.00924591598868226,0.5,0.153725174569888,0.0069629550148599,0.0153948986500995,0.153725174569888,0.00800767221932304,0.020819618277015,0.153725174569888,0.00669701676842228,0.103998620051156,0.153725174569888,0.00517432126150284,0.0544020425748812,0.153725174569888,0.00984003997875306,0.0325234259226143,0.153725174569888,0.00767740736432959,0.00853335030660168,0.153725174569888,0.0179935657037749,0.0113745997151333,0.5,0.153725174569888,0.0254975630298661,0.00809491057975514,0,0.187230678656539,0.0638484182136156 -6224,0.5,0.153725174569888,0.151249720709893,0.0499961022665408,0.153725174569888,0.109772444866543,0.0621700718683578,0.153725174569888,0.147578929938401,0.0341367393551926,0.153725174569888,0.165997216516713,0.0491341769671285,0.153725174569888,0.111514870141139,0.0229697201157893,0.153725174569888,0.103646056153323,0.0279110034768614,0.153725174569888,0.115879580471618,0.0211281365221739,0.153725174569888,0.108049115022966,0.0215815500450582,0.5,0.153725174569888,0.111582958898185,0.00556247934959236,0.153725174569888,0.137749533478689,0.00773397415210483,0.5,0.153725174569888,0.125072740436591,0.0178944573362032,0.153725174569888,0.127853828331297,0.0161959843647325,0.153725174569888,0.101540910733879,0.113749902064836,0.153725174569888,0.11067488065829,0.0525500342193225,0.153725174569888,0.130036204703503,0.0366529199062846,0.153725174569888,0.128227607730257,0.00666970087443858,0.153725174569888,0.142800659000535,0.0122872217528644,0.5,0.153725174569888,0.14203998428859,0.0178230190181043,0,0.215913526720594,0.0754526514963498 -6225,0.5,0.153725174569888,0.287331643509987,0.0923365560923612,0.153725174569888,0.270436989570478,0.129846753103588,0.153725174569888,0.294518675660376,0.0791802340256031,0.153725174569888,0.310414516063671,0.11347706809542,0.153725174569888,0.256206390012849,0.0385035123622169,0.153725174569888,0.249724353431581,0.0417938338412681,0.153725174569888,0.262169019397277,0.0247408239764996,0.153725174569888,0.255350822432048,0.0295864337340953,0.5,0.153725174569888,0.258766236024445,0.00808010297667404,0.153725174569888,0.285144410181054,0.00560464016928707,0.5,0.153725174569888,0.272884339851199,0.0559446775863677,0.153725174569888,0.277655949196617,0.0192416262413063,0.153725174569888,0.228895575277823,0.168355612991042,0.153725174569888,0.255835631451757,0.079913154942123,0.153725174569888,0.275136520280285,0.0991573147229655,0.153725174569888,0.275861491069469,0.0136293714277057,0.153725174569888,0.28821130746203,0.0383871735037016,0.5,0.153725174569888,0.290703689730292,0.0255189072451457,0,0.228134365601919,0.084147922702916 -6226,0.5,0.153725174569888,0.423178830098132,0.14214650687218,0.153725174569888,0.414034688097923,0.200380414655773,0.153725174569888,0.441005788724695,0.112102476784603,0.153725174569888,0.453264145869881,0.186025226423989,0.153725174569888,0.397151208259488,0.0675312416301782,0.153725174569888,0.392753417447375,0.0724543131792905,0.153725174569888,0.405613317845221,0.0452044057297033,0.153725174569888,0.401456622024936,0.0682847778779855,0.5,0.153725174569888,0.406928575178998,0.0174802524821792,0.153725174569888,0.446733185056507,0.00442714497760873,0.5,0.153725174569888,0.422905109918055,0.0592177004773075,0.153725174569888,0.430954239127637,0.0271404612768462,0.153725174569888,0.372846581532694,0.248485292482179,0.153725174569888,0.397164313292784,0.120809191965441,0.153725174569888,0.417805775323954,0.163243163568808,0.153725174569888,0.422977289649755,0.0391832932428083,0.153725174569888,0.43621478209527,0.0616655316990966,0.5,0.153725174569888,0.445563895781324,0.0310165969495539,0,0.227141248040828,0.0822344280615389 -6227,0.5,0.153725174569888,0.53350744833253,0.192012569210161,0.153725174569888,0.533570395149551,0.307595068123421,0.153725174569888,0.559004933517721,0.123402807559558,0.153725174569888,0.563314125003146,0.279610045401193,0.153725174569888,0.522555777962683,0.067808235621238,0.153725174569888,0.52071231033245,0.0766019728344867,0.153725174569888,0.530846506493364,0.0559458845716998,0.153725174569888,0.529443435718721,0.0939361603670081,0.5,0.153725174569888,0.533625435788948,0.0351543726697385,0.153725174569888,0.56794179415067,0.00431145855534496,0.5,0.153725174569888,0.546300078161271,0.0489399706434132,0.153725174569888,0.554753021583799,0.023787223107514,0.153725174569888,0.495810469819676,0.287790007781172,0.153725174569888,0.522482508502698,0.144072625236712,0.153725174569888,0.539059194388176,0.221379135284835,0.153725174569888,0.546595963781984,0.0504606938576268,0.153725174569888,0.562306060700685,0.0680431888452704,0.5,0.153725174569888,0.578408080412018,0.0382664108590254,0,0.211348420238955,0.0829908621883239 -6228,0.5,0.153725174569888,0.594075554286473,0.240726477242335,0.153725174569888,0.602402315671005,0.441279329879752,0.153725174569888,0.622636543776268,0.129535601641794,0.153725174569888,0.619450356687878,0.359766735453917,0.153725174569888,0.598412538098922,0.0683617921034335,0.153725174569888,0.599851850236163,0.0766530632442863,0.153725174569888,0.605573145445848,0.0515962596103665,0.153725174569888,0.607359128976379,0.087589459010677,0.5,0.153725174569888,0.609873741845308,0.0410067847207154,0.153725174569888,0.635695860076762,0.0041411462824984,0.5,0.153725174569888,0.617713993589266,0.0389348714076296,0.153725174569888,0.626146589554724,0.0167938997260443,0.153725174569888,0.585857071422131,0.328280013189832,0.153725174569888,0.597277779072553,0.16946229330603,0.153725174569888,0.600110103602401,0.236650572650667,0.153725174569888,0.613708515936988,0.0506872167170217,0.153725174569888,0.628847359280065,0.0646184055425899,0.5,0.153725174569888,0.641805137583777,0.042390145305093,0,0.21074036172683,0.0927372497724759 -6229,0.5,0.153725174569888,0.611479183771682,0.284026536759948,0.153725174569888,0.624617261780882,0.478542778850618,0.153725174569888,0.641084750969138,0.131297699162828,0.153725174569888,0.631648511654441,0.398086406781064,0.153725174569888,0.618196974855723,0.0596002530358435,0.153725174569888,0.629675047982618,0.0611328134046826,0.153725174569888,0.626247314134805,0.0368763481224248,0.153725174569888,0.635786799062648,0.0612353282423031,0.5,0.153725174569888,0.637441470464589,0.0331260448395711,0.153725174569888,0.656400864532099,0.00646767103466083,0.5,0.153725174569888,0.641448911647267,0.0317074606454464,0.153725174569888,0.649772373597214,0.00949437567364489,0.153725174569888,0.617480333567919,0.376445629004426,0.153725174569888,0.622746483354179,0.190280955881137,0.153725174569888,0.611966319583964,0.226919776706884,0.153725174569888,0.635128065064925,0.037734659315592,0.153725174569888,0.644719461305389,0.0595267818647469,0.5,0.153725174569888,0.657409352663009,0.0524105514857764,0,0.199974935268261,0.107898463972678 -6230,0.5,0.153725174569888,0.585455175415235,0.315715363506992,0.153725174569888,0.605885445712242,0.467101628673418,0.153725174569888,0.614973619736832,0.129048133571714,0.153725174569888,0.593055341281399,0.401608462437413,0.153725174569888,0.597731806754032,0.0584407730515413,0.153725174569888,0.62013144178242,0.0518197215294707,0.153725174569888,0.610297507606141,0.0306357151775706,0.153725174569888,0.624552878299747,0.0355459247263506,0.5,0.153725174569888,0.625148201927263,0.024617037809741,0.153725174569888,0.634050566898966,0.00885209894445837,0.5,0.153725174569888,0.624172151185499,0.0267829069100933,0.153725174569888,0.631944456445797,0.00674737715757121,0.153725174569888,0.604214656310063,0.421405347223813,0.153725174569888,0.600471711408029,0.207115723799089,0.153725174569888,0.579946877275545,0.217740299436352,0.153725174569888,0.620773102232186,0.0278068299634374,0.153725174569888,0.623826274871206,0.0584827457677309,0.5,0.153725174569888,0.628686078705105,0.0651313676632263,0,0.197277778586592,0.128559229571384 -6231,0.5,0.153725174569888,0.503657785262333,0.331548788644805,0.153725174569888,0.531398886428871,0.455583056853836,0.153725174569888,0.532252422450707,0.124866851104677,0.153725174569888,0.511047831434724,0.373773225693178,0.153725174569888,0.53781094748461,0.0659221436524725,0.153725174569888,0.558986655988891,0.048380644037713,0.153725174569888,0.548135861356594,0.0310116736950018,0.153725174569888,0.561869674433052,0.0235481490481503,0.5,0.153725174569888,0.56122798352196,0.0229028317956972,0.153725174569888,0.55626821663064,0.0180843032514044,0.5,0.153725174569888,0.553497989900775,0.0432787865194029,0.153725174569888,0.559902270270548,0.00910936394195223,0.153725174569888,0.531792453931697,0.444413864005606,0.153725174569888,0.529131847216217,0.216596955915638,0.153725174569888,0.492951587532231,0.209806084298308,0.153725174569888,0.549933552906645,0.0229608598631,0.153725174569888,0.544724238973195,0.0622352399549618,0.5,0.153725174569888,0.542472639597515,0.0758373460214389,0,0.21664935744263,0.14323405328299 -6232,0.5,0.153725174569888,0.381264139713094,0.299268791054812,0.153725174569888,0.410457570324378,0.380545600520264,0.153725174569888,0.405059748308313,0.114970713067622,0.153725174569888,0.38217310500455,0.285312894800742,0.153725174569888,0.408938961432103,0.078332605510129,0.153725174569888,0.444898978718775,0.0572310773935872,0.153725174569888,0.429962082805287,0.0378817099942212,0.153725174569888,0.446004456250791,0.0300665991290203,0.5,0.153725174569888,0.444261114705088,0.0286187657078586,0.153725174569888,0.426433673775951,0.0259988767596226,0.5,0.153725174569888,0.430864400541303,0.0497050452594582,0.153725174569888,0.425902022413635,0.0174426722169155,0.153725174569888,0.413179896560535,0.417433801209167,0.153725174569888,0.410192696309541,0.215640674751062,0.153725174569888,0.38383351326783,0.19060001873278,0.153725174569888,0.428513606658635,0.0250711257648239,0.153725174569888,0.416870056780084,0.0691397015716703,0.5,0.153725174569888,0.408084161421766,0.0713189257132042,0,0.255594811217809,0.156917366333758 -6233,0.5,0.153725174569888,0.250986698523205,0.163880992214547,0.153725174569888,0.276380040861619,0.19094810101479,0.153725174569888,0.267484113131269,0.0815196405110208,0.153725174569888,0.245914599769129,0.120623036850384,0.153725174569888,0.287269434369811,0.0823127453267718,0.153725174569888,0.312918140501896,0.0635006971086519,0.153725174569888,0.298522626529652,0.0424101520634808,0.153725174569888,0.308217150851206,0.0373393251523375,0.5,0.153725174569888,0.305861862462289,0.0302382012973296,0.153725174569888,0.278218681312883,0.0128156740215949,0.5,0.153725174569888,0.289757159396091,0.0524658114683486,0.153725174569888,0.286111264920437,0.0172819484891327,0.153725174569888,0.286451907049072,0.31185564433481,0.153725174569888,0.285570149255417,0.174809516100537,0.153725174569888,0.263620775600564,0.128621516595163,0.153725174569888,0.289320935551352,0.0285050901158024,0.153725174569888,0.274963197273027,0.0427363975624159,0.5,0.153725174569888,0.25982910945663,0.0245960159476359,0,0.306720952508866,0.173594070262184 -6234,0.5,0.153725174569888,0.0152839569381837,0.110822896796228,0.153725174569888,0.0400041815808439,0.0633078912114593,0.153725174569888,0.0304087365430194,0.0296909296233125,0.153725174569888,0.00908685769196785,0.0768056911837213,0.153725174569888,0.0559284906704008,0.0386917757293159,0.153725174569888,0.0638275728503333,0.0308213029111578,0.153725174569888,0.051470768508393,0.02797247221194,0.153725174569888,0.0619471186694853,0.0261278729683119,0.5,0.153725174569888,0.0605023997529614,0.016015777326813,0.153725174569888,0.0382053492270046,0.00971296211311487,0.5,0.153725174569888,0.0451503260375988,0.0378536626382008,0.153725174569888,0.0492812840601298,0.018699314204576,0.153725174569888,0.0485385492384544,0.228013588511231,0.153725174569888,0.0548361100978549,0.0789428714773023,0.153725174569888,0.0410225369767539,0.0400609439890739,0.153725174569888,0.0431806961646154,0.0163967461271078,0.153725174569888,0.0341245204762844,0.0282495698108449,0.5,0.153725174569888,0.0233590491893673,0.0271125916441751,0,0.345839296628906,0.188816814825283 -6235,0.5,0.153725174569888,0.0,0.1128278554243,0.153725174569888,0.0,0.0560837183678915,0.153725174569888,0.0,0.0252041540560959,0.153725174569888,0.0,0.0765847197160635,0.153725174569888,0.0,0.0579931281226637,0.153725174569888,0.0,0.0436765092661085,0.153725174569888,0.0,0.0422970463607544,0.153725174569888,0.0,0.0370198892362595,0.5,0.153725174569888,0.0,0.0174816823028505,0.153725174569888,0.0,0.00670173245257956,0.5,0.153725174569888,0.0,0.0359377721225713,0.153725174569888,0.0,0.0211914889818368,0.153725174569888,0.0,0.229772381329341,0.153725174569888,0.0,0.0711914284684349,0.153725174569888,0.0,0.0344774215351292,0.153725174569888,0.0,0.0188546637652192,0.153725174569888,0.0,0.0240005754479789,0.5,0.153725174569888,0.0,0.0198796829872632,0,0.366255473559809,0.204128822016921 -6236,0.5,0.153725174569888,0.0,0.1146548093531,0.153725174569888,0.0,0.0596619560786477,0.153725174569888,0.0,0.0219090300671707,0.153725174569888,0.0,0.0773947916254686,0.153725174569888,0.0,0.0597937596224164,0.153725174569888,0.0,0.0445586731681743,0.153725174569888,0.0,0.0418350004492835,0.153725174569888,0.0,0.0363443401531525,0.5,0.153725174569888,0.0,0.0133172097711713,0.153725174569888,0.0,0.00527032113445397,0.5,0.153725174569888,0.0,0.0299867957575973,0.153725174569888,0.0,0.0196735982528985,0.153725174569888,0.0,0.229203065333257,0.153725174569888,0.0,0.0626719490815988,0.153725174569888,0.0,0.0300902723570266,0.153725174569888,0.0,0.0150019958270629,0.153725174569888,0.0,0.0180702420991079,0.5,0.153725174569888,0.0,0.00916235907201746,0,0.340129942633903,0.239902577857598 -6237,0.5,0.153725174569888,0.0,0.120277192948668,0.153725174569888,0.0,0.0664760288255348,0.153725174569888,0.0,0.0228625405838514,0.153725174569888,0.0,0.0794793134472604,0.153725174569888,0.0,0.0543466852388231,0.153725174569888,0.0,0.0429264840691819,0.153725174569888,0.0,0.0392278888839692,0.153725174569888,0.0,0.0363411882873114,0.5,0.153725174569888,0.0,0.0111735367093855,0.153725174569888,0.0,0.00519760049608349,0.5,0.153725174569888,0.0,0.0260339780666646,0.153725174569888,0.0,0.0200173173152551,0.153725174569888,0.0,0.225712932441402,0.153725174569888,0.0,0.0564247879503419,0.153725174569888,0.0,0.0288334973061573,0.153725174569888,0.0,0.012967553604964,0.153725174569888,0.0,0.0144755605860923,0.5,0.153725174569888,0.0,0.0064984190981772,0,0.29122644836456,0.310536657358469 -6238,0.5,0.153725174569888,0.0,0.123348396459506,0.153725174569888,0.0,0.0701872929897378,0.153725174569888,0.0,0.0237911760052412,0.153725174569888,0.0,0.0790699897280238,0.153725174569888,0.0,0.0444573460427425,0.153725174569888,0.0,0.0403683906399389,0.153725174569888,0.0,0.0357807812165998,0.153725174569888,0.0,0.0348398471490686,0.5,0.153725174569888,0.0,0.00850397085166343,0.153725174569888,0.0,0.00557595138710784,0.5,0.153725174569888,0.0,0.0192484815567277,0.153725174569888,0.0,0.0216665956010772,0.153725174569888,0.0,0.206229743743192,0.153725174569888,0.0,0.0537601254650025,0.153725174569888,0.0,0.0285255184175398,0.153725174569888,0.0,0.011062812108635,0.153725174569888,0.0,0.0119453573500765,0.5,0.153725174569888,0.0,0.00595491107351343,0,0.232287031608524,0.373586923707779 -6239,0.5,0.153725174569888,0.0,0.120113273270278,0.153725174569888,0.0,0.0693841857732322,0.153725174569888,0.0,0.0228700775132679,0.153725174569888,0.0,0.0735380096671221,0.153725174569888,0.0,0.0338618714024589,0.153725174569888,0.0,0.0387593545621143,0.153725174569888,0.0,0.03291827985715,0.153725174569888,0.0,0.0331265766134547,0.5,0.153725174569888,0.0,0.00725412841395871,0.153725174569888,0.0,0.0120680235175481,0.5,0.153725174569888,0.0,0.01325503221408,0.153725174569888,0.0,0.0220285036900308,0.153725174569888,0.0,0.178209899246829,0.153725174569888,0.0,0.0500372801515951,0.153725174569888,0.0,0.0274730714585824,0.153725174569888,0.0,0.00945813879868646,0.153725174569888,0.0,0.0102265419226104,0.5,0.153725174569888,0.0,0.00660636139245976,0,0.178942185174042,0.361498069076165 -6240,0.5,0.153725174569888,0.0,0.109633390899357,0.153725174569888,0.0,0.0619521903115328,0.153725174569888,0.0,0.0200505277749508,0.153725174569888,0.0,0.0674794430694722,0.153725174569888,0.0,0.0267181417512463,0.153725174569888,0.0,0.0315016412769074,0.153725174569888,0.0,0.0288857572606073,0.153725174569888,0.0,0.0295828027345228,0.5,0.153725174569888,0.0,0.00670269346131144,0.153725174569888,0.0,0.0165016149087778,0.5,0.153725174569888,0.0,0.00939188981318753,0.153725174569888,0.0,0.023988912659045,0.153725174569888,0.0,0.153442428991822,0.153725174569888,0.0,0.0432815748914265,0.153725174569888,0.0,0.0263144267453124,0.153725174569888,0.0,0.00798742150729825,0.153725174569888,0.0,0.00860792666561603,0.5,0.153725174569888,0.0,0.00770456955956351,0,0.148853278051296,0.273440113053229 -6241,0.5,0.153725174569888,0.0,0.0959613535898107,0.153725174569888,0.0,0.053880972170604,0.153725174569888,0.0,0.0160778834369264,0.153725174569888,0.0,0.0617067849520888,0.153725174569888,0.0,0.0244131535250025,0.153725174569888,0.0,0.0263004042291616,0.153725174569888,0.0,0.0274277262363062,0.153725174569888,0.0,0.0290663374683286,0.5,0.153725174569888,0.0,0.00397848388323745,0.153725174569888,0.0,0.0238216537345111,0.5,0.153725174569888,0.0,0.00743687943107004,0.153725174569888,0.0,0.0246027594931514,0.153725174569888,0.0,0.135117732579723,0.153725174569888,0.0,0.0357232351968394,0.153725174569888,0.0,0.0246725152690388,0.153725174569888,0.0,0.0070460389450849,0.153725174569888,0.0,0.00804552492342906,0.5,0.153725174569888,0.0,0.00887744686080764,0,0.132779960463627,0.173971562891654 -6242,0.5,0.153725174569888,0.0,0.0814032876985315,0.153725174569888,0.0,0.0447802725548527,0.153725174569888,0.0,0.0117939517679606,0.153725174569888,0.0,0.0599372255961063,0.153725174569888,0.0,0.0233482813586262,0.153725174569888,0.0,0.0230660895782376,0.153725174569888,0.0,0.0283217733674516,0.153725174569888,0.0,0.0285984962977585,0.5,0.153725174569888,0.0,0.00326568492407772,0.153725174569888,0.0,0.027810074684067,0.5,0.153725174569888,0.0,0.00662597617337136,0.153725174569888,0.0,0.0267298480813871,0.153725174569888,0.0,0.115168900554026,0.153725174569888,0.0,0.0305747947518618,0.153725174569888,0.0,0.0218441686854365,0.153725174569888,0.0,0.00662444281972841,0.153725174569888,0.0,0.0089129734840898,0.5,0.153725174569888,0.0,0.00916702374722766,0,0.121186737855652,0.114210097754157 -6243,0.5,0.153725174569888,0.0,0.0684443776506302,0.153725174569888,0.0,0.0363140653527747,0.153725174569888,0.0,0.0087313728314433,0.153725174569888,0.0,0.057860422795346,0.153725174569888,0.0,0.0227695844732054,0.153725174569888,0.0,0.0209670687379763,0.153725174569888,0.0,0.0272842248128996,0.153725174569888,0.0,0.0263720878662457,0.5,0.153725174569888,0.0,0.00329687793129324,0.153725174569888,0.0,0.0264435135704372,0.5,0.153725174569888,0.0,0.00686448662674835,0.153725174569888,0.0,0.0274660996165469,0.153725174569888,0.0,0.0993242271137535,0.153725174569888,0.0,0.0279554623463282,0.153725174569888,0.0,0.0207610645451733,0.153725174569888,0.0,0.00682617659022621,0.153725174569888,0.0,0.0102951119523352,0.5,0.153725174569888,0.0,0.00800382753691012,0,0.117704886169463,0.0867550336833854 -6244,0.5,0.153725174569888,0.0,0.0622771190178353,0.153725174569888,0.0,0.0405241878857633,0.153725174569888,0.0,0.00786190017287813,0.153725174569888,0.0,0.06151624440328,0.153725174569888,0.0,0.0220308167812971,0.153725174569888,0.0,0.0204115460319499,0.153725174569888,0.0,0.0271596672797334,0.153725174569888,0.0,0.0227920081469977,0.5,0.153725174569888,0.0,0.00236129093560882,0.153725174569888,0.0,0.0290932290572814,0.5,0.153725174569888,0.0,0.00837503604024584,0.153725174569888,0.0,0.0293983589743174,0.153725174569888,0.0,0.0895917987775277,0.153725174569888,0.0,0.0267021653628915,0.153725174569888,0.0,0.0197776809489313,0.153725174569888,0.0,0.00784926295869463,0.153725174569888,0.0,0.012779308383514,0.5,0.153725174569888,0.0,0.00695619294955468,0,0.129163665928869,0.0819074974439708 -6245,0.5,0.153725174569888,0.0,0.0610293429310838,0.153725174569888,0.0,0.0473365666459257,0.153725174569888,0.0,0.00742484255782195,0.153725174569888,0.0,0.0640610895367896,0.153725174569888,0.0,0.0218352234661839,0.153725174569888,0.0,0.0207311761635825,0.153725174569888,0.0,0.0283383104712012,0.153725174569888,0.0,0.0236243136841943,0.5,0.153725174569888,0.0,0.00186329885001058,0.153725174569888,0.0,0.0297520450808819,0.5,0.153725174569888,0.0,0.00847394594094338,0.153725174569888,0.0,0.0320724145107456,0.153725174569888,0.0,0.082790254027375,0.153725174569888,0.0,0.0258369965261087,0.153725174569888,0.0,0.0197710813846056,0.153725174569888,0.0,0.00906443699700887,0.153725174569888,0.0,0.0149405765213279,0.5,0.153725174569888,0.0,0.00774609994512986,0,0.144928313109788,0.0848163977323007 -6246,0.5,0.153725174569888,0.0,0.0591941885632694,0.153725174569888,0.0,0.0445499463931424,0.153725174569888,0.0,0.00684159633500768,0.153725174569888,0.0,0.0684559171424571,0.153725174569888,0.0,0.020634497398978,0.153725174569888,0.0,0.0230469740250116,0.153725174569888,0.0,0.0282782674666565,0.153725174569888,0.0,0.0260268609322498,0.5,0.153725174569888,0.0,0.00214052192866117,0.153725174569888,0.0,0.0292613915535586,0.5,0.153725174569888,0.0,0.00679842960944969,0.153725174569888,0.0,0.0327401137013735,0.153725174569888,0.0,0.0799494894981086,0.153725174569888,0.0,0.0243531223637755,0.153725174569888,0.0,0.0199162656025972,0.153725174569888,0.0,0.00964463905965573,0.153725174569888,0.0,0.0159231357033592,0.5,0.153725174569888,0.0,0.0096752372711277,0,0.154842713773362,0.0823989807308478 -6247,0.5,0.153725174569888,0.0277788912139391,0.0522968428790006,0.153725174569888,0.00893632302733313,0.0375090789493303,0.153725174569888,0.0177882687627106,0.00587430216178113,0.153725174569888,0.0327269288944538,0.0591895649491686,0.153725174569888,0.00398510731903099,0.0186903127298348,0.153725174569888,0.00228085082875404,0.0235027511730548,0.153725174569888,0.00441624183559379,0.0267413139493925,0.153725174569888,0.00196673861809722,0.0193538317340667,0.5,0.153725174569888,0.00123523839480734,0.00372572997778022,0.153725174569888,0.0120540056823249,0.0293875875554123,0.5,0.153725174569888,0.00335042673584107,0.00413939055863199,0.153725174569888,0.00438656546371157,0.0270843849641556,0.153725174569888,0.00763595207681163,0.0737630750576166,0.153725174569888,0.00507700592711465,0.0215541920697892,0.153725174569888,0.00839767296697866,0.0183262413797546,0.153725174569888,0.00645711976632069,0.00774534368729539,0.153725174569888,0.0155232801167515,0.0151215830126261,0.5,0.153725174569888,0.0260140715055806,0.010809453139377,0,0.168820459938092,0.0677442417101423 -6248,0.5,0.153725174569888,0.157881654990298,0.0548301363201639,0.153725174569888,0.131417444530332,0.0357836398878999,0.153725174569888,0.145326495491539,0.00462810613084077,0.153725174569888,0.16450790777641,0.0748115691391839,0.153725174569888,0.11051084965552,0.0150727053527338,0.153725174569888,0.0996202168369527,0.022257256405545,0.153725174569888,0.113347168638573,0.0220382182247666,0.153725174569888,0.0593699295372856,0.0194963481817208,0.5,0.153725174569888,0.0301686533582171,0.00299255664201883,0.153725174569888,0.128668907253673,0.0161276300263962,0.5,0.153725174569888,0.0565310248531065,0.00457886911770153,0.153725174569888,0.0707082326547137,0.021956560108105,0.153725174569888,0.126173831143488,0.0693808553111329,0.153725174569888,0.11564459094601,0.0210528774128983,0.153725174569888,0.129156046355985,0.0185054831494976,0.153725174569888,0.120539465407432,0.00792758527088629,0.153725174569888,0.138733328190777,0.0137203606748611,0.5,0.153725174569888,0.156526567506826,0.00938180325450176,0,0.186674543656645,0.0509871920072937 -6249,0.5,0.153725174569888,0.300811608468002,0.108227951816302,0.153725174569888,0.275792364786142,0.0805693714581772,0.153725174569888,0.291819182309148,0.00827022029490017,0.153725174569888,0.309967714970381,0.152154182432514,0.153725174569888,0.256660160296198,0.0215785656700623,0.153725174569888,0.243360924895273,0.0320169234314782,0.153725174569888,0.259318746571027,0.0224425605321291,0.153725174569888,0.0988552070358338,0.0227555900342955,0.5,0.153725174569888,0.0634053261689294,0.0046190402202164,0.153725174569888,0.265762622969226,0.00896154260874825,0.5,0.153725174569888,0.105567401400087,0.00620047125594974,0.153725174569888,0.155487101622417,0.0190965423614819,0.153725174569888,0.270976947215083,0.101658020371316,0.153725174569888,0.261610864508533,0.0340145032766715,0.153725174569888,0.27497073737118,0.0328387694371233,0.153725174569888,0.252866030795488,0.0145204866136355,0.153725174569888,0.279267866203031,0.0301749077643594,0.5,0.153725174569888,0.307089790753567,0.0191639764793948,0,0.209110753192881,0.0425090124810719 -6250,0.5,0.153725174569888,0.440888437342768,0.175502426392979,0.153725174569888,0.414626202964732,0.110752643226767,0.153725174569888,0.436613101111689,0.0171857107710543,0.153725174569888,0.453002559539418,0.215228284515921,0.153725174569888,0.3980716643731,0.0309639312755083,0.153725174569888,0.37734404421537,0.0525630496673814,0.153725174569888,0.400020695721453,0.0403080849314682,0.153725174569888,0.0740511632147159,0.0355860716392918,0.5,0.153725174569888,0.0667388260756133,0.0110871622734007,0.153725174569888,0.399138334208712,0.00839293764874235,0.5,0.153725174569888,0.120517702199935,0.0102710185415442,0.153725174569888,0.258018128298529,0.0223794206305778,0.153725174569888,0.409078037778599,0.153704693027179,0.153725174569888,0.401895565585189,0.0507729061361826,0.153725174569888,0.417188276142883,0.0453345808054618,0.153725174569888,0.359071657273436,0.0402933700293997,0.153725174569888,0.408907004412892,0.060871170226238,0.5,0.153725174569888,0.456551296813507,0.0260548357612997,0,0.20279549577005,0.0355807514355918 -6251,0.5,0.153725174569888,0.552229390366658,0.221535925765623,0.153725174569888,0.533528642485703,0.13760720573059,0.153725174569888,0.55075876827584,0.0315837946995074,0.153725174569888,0.562296005130554,0.236037564224478,0.153725174569888,0.523673753737106,0.0390207686885789,0.153725174569888,0.490526097360453,0.06503591595074,0.153725174569888,0.515965415177877,0.0520225279216691,0.153725174569888,0.0994490755936992,0.0550567748567253,0.5,0.153725174569888,0.0934217919489599,0.0219516782302174,0.153725174569888,0.505101902010001,0.00995092400422943,0.5,0.153725174569888,0.158787989451361,0.00538365588608902,0.153725174569888,0.359673992017697,0.0235845124950025,0.153725174569888,0.530445595960301,0.176232739401005,0.153725174569888,0.526297353955482,0.0489401612144578,0.153725174569888,0.537550153921175,0.0457355205570313,0.153725174569888,0.413605876125304,0.0701891327420568,0.153725174569888,0.490130512478735,0.0746187631600701,0.5,0.153725174569888,0.569975598209738,0.0278352143497614,0,0.192822511950712,0.0289802195682067 -6252,0.5,0.153725174569888,0.610135535175932,0.264685879367946,0.153725174569888,0.600577526633142,0.131585307871683,0.153725174569888,0.609340096650715,0.035554776561128,0.153725174569888,0.617752348287359,0.24506746015204,0.153725174569888,0.59925380426831,0.0358498489723759,0.153725174569888,0.554941785923729,0.0738230463168905,0.153725174569888,0.577101584914267,0.0472488934627279,0.153725174569888,0.101295491946494,0.0645283004193693,0.5,0.153725174569888,0.0902846194373118,0.0295573633554024,0.153725174569888,0.56749207819059,0.00761262278773264,0.5,0.153725174569888,0.152555419270308,0.000545547599989685,0.153725174569888,0.456795347833861,0.0177261704637546,0.153725174569888,0.600595160046227,0.204338249341131,0.153725174569888,0.600221255351928,0.0471355620620588,0.153725174569888,0.605847687960376,0.0445512005474507,0.153725174569888,0.413850184755857,0.0889633939553558,0.153725174569888,0.48541854973927,0.0613754250959916,0.5,0.153725174569888,0.63080631207298,0.0274892864057796,0,0.181643704626684,0.0245437621258704 -6253,0.5,0.153725174569888,0.624104476031744,0.315725021936496,0.153725174569888,0.62153839638149,0.124297887017038,0.153725174569888,0.619178476853281,0.0324022350917043,0.153725174569888,0.629555078943311,0.236712273206036,0.153725174569888,0.626050356083888,0.0290732175290429,0.153725174569888,0.561436357732279,0.0824752565266542,0.153725174569888,0.578166951241409,0.0439956072638848,0.153725174569888,0.0897025336468622,0.0585041037313522,0.5,0.153725174569888,0.0927306972079902,0.0260290783662531,0.153725174569888,0.583219901764812,0.0054056073919697,0.5,0.153725174569888,0.185900423430207,0.000363428433469704,0.153725174569888,0.5034933277748,0.00824849007811616,0.153725174569888,0.623664564617293,0.217684399455175,0.153725174569888,0.625853261831689,0.0438826767373953,0.153725174569888,0.627210086591883,0.0387715091276945,0.153725174569888,0.385069526768828,0.091662560643595,0.153725174569888,0.423838229019847,0.0492168519079715,0.5,0.153725174569888,0.646480330782936,0.0288335648649548,0,0.189535543270028,0.0219886134497342 -6254,0.5,0.153725174569888,0.595173091063666,0.349526997437969,0.153725174569888,0.602521375103349,0.109977143333137,0.153725174569888,0.578937575558017,0.0309162150023524,0.153725174569888,0.597637161908412,0.216349415239133,0.153725174569888,0.613354870446529,0.0204776621202395,0.153725174569888,0.529965305693971,0.0910867566528364,0.153725174569888,0.532367801409765,0.0528295825307023,0.153725174569888,0.0910233024828397,0.0600978023061494,0.5,0.153725174569888,0.110801852259762,0.0231083432163311,0.153725174569888,0.554719991107944,0.00269616955686175,0.5,0.153725174569888,0.247861029620513,0.000641424104893058,0.153725174569888,0.5068025749995,0.00203632809692494,0.153725174569888,0.606426190574529,0.222085277830512,0.153725174569888,0.611708450348636,0.0399374952802456,0.153725174569888,0.608049441654076,0.032390367523226,0.153725174569888,0.308512179769125,0.0996701337065357,0.153725174569888,0.354163050682824,0.0391332745958657,0.5,0.153725174569888,0.614536775484863,0.0285111910546648,0,0.216095000477255,0.021389375850366 -6255,0.5,0.153725174569888,0.50914899024412,0.343126370702188,0.153725174569888,0.528167435372241,0.0946820593547503,0.153725174569888,0.475421560223438,0.0333482829324009,0.153725174569888,0.507965426624491,0.194580560584908,0.153725174569888,0.547177828895502,0.0154672241925391,0.153725174569888,0.451240407228889,0.0991961806019357,0.153725174569888,0.446373431586952,0.0726125242138294,0.153725174569888,0.102708710118394,0.0518606750396136,0.5,0.153725174569888,0.140758327127576,0.0160377567823395,0.153725174569888,0.489907309461929,0.00285182281297633,0.5,0.153725174569888,0.312365116616252,0.000671028799380495,0.153725174569888,0.485741221078232,0.000370367517795307,0.153725174569888,0.53320696592422,0.216946528934099,0.153725174569888,0.54334259245001,0.0398831460524817,0.153725174569888,0.5330958662451,0.0297475453960079,0.153725174569888,0.201459587464156,0.102064980512872,0.153725174569888,0.262755138223272,0.028293065382125,0.5,0.153725174569888,0.528706785551415,0.0257159302437189,0,0.260150322819669,0.0221465751409686 -6256,0.5,0.153725174569888,0.383359003241282,0.265392560974326,0.153725174569888,0.407902161462058,0.0734624951279164,0.153725174569888,0.319504203928119,0.0371993514901616,0.153725174569888,0.375258698429886,0.162159807541379,0.153725174569888,0.429770256088751,0.0115404818756013,0.153725174569888,0.337925227886792,0.0827451538570986,0.153725174569888,0.308737827147718,0.0718196726964591,0.153725174569888,0.1317704236124,0.0528926861102582,0.5,0.153725174569888,0.174988904125494,0.0127492929206342,0.153725174569888,0.388770400663362,0.00657735213140392,0.5,0.153725174569888,0.270997196695475,0.000709777575332246,0.153725174569888,0.38221427757217,0.000332383638681082,0.153725174569888,0.413589588268428,0.191282468428103,0.153725174569888,0.425128505573739,0.0414233546192625,0.153725174569888,0.408315924570785,0.0301905826244632,0.153725174569888,0.103198648580614,0.0857847113548581,0.153725174569888,0.185007368464593,0.0160515969610297,0.5,0.153725174569888,0.39041918732607,0.0220681866363842,0,0.316271418759914,0.0235736587301282 -6257,0.5,0.153725174569888,0.246485746465484,0.114019216702158,0.153725174569888,0.278794575078168,0.0378268854014412,0.153725174569888,0.164011885991779,0.0304196090876723,0.153725174569888,0.216555396319568,0.0763463110429087,0.153725174569888,0.299262584411406,0.0123270989427335,0.153725174569888,0.242174988453728,0.0614359588320307,0.153725174569888,0.203039905609765,0.0646827273610708,0.153725174569888,0.127070048099844,0.0436420967670994,0.5,0.153725174569888,0.167821197136395,0.0173482827166955,0.153725174569888,0.257847641695147,0.00230739328915025,0.5,0.153725174569888,0.217333476646291,0.000726325650418181,0.153725174569888,0.243847153473815,0.000861924179006639,0.153725174569888,0.285707648802557,0.130757921732707,0.153725174569888,0.295950568048322,0.0403431511092527,0.153725174569888,0.269344847724631,0.0242925587644473,0.153725174569888,0.0548851759385595,0.0664727617405942,0.153725174569888,0.108704527924029,0.0051956723268452,0.5,0.153725174569888,0.241078453605495,0.0100652596396765,0,0.322507231002326,0.024269707041691 -6258,0.5,0.153725174569888,0.0100956151983485,0.0602526171839256,0.153725174569888,0.0361075680187287,0.0132257609525786,0.153725174569888,0.0236643705206644,0.0165382401293391,0.153725174569888,0.00436302988772438,0.0547201371959709,0.153725174569888,0.0506127948392081,0.0053113215585047,0.153725174569888,0.0568406235980226,0.0430052966143697,0.153725174569888,0.039105341067873,0.0424715001107642,0.153725174569888,0.0556345949105289,0.0212189171452545,0.5,0.153725174569888,0.0475089056230691,0.0082376338901244,0.153725174569888,0.0382148034134934,0.00234110063943803,0.5,0.153725174569888,0.0419104685300915,0.000486015463890735,0.153725174569888,0.0480976447085247,0.00194498390862363,0.153725174569888,0.0435075918111498,0.0890936431936448,0.153725174569888,0.049845359644264,0.0237255980402944,0.153725174569888,0.0360051890649209,0.00998537883892657,0.153725174569888,0.0142219133912258,0.0386367508556997,0.153725174569888,0.0207681319420534,0.00539667063889921,0.5,0.153725174569888,0.0136470852180302,0.013000660421149,0,0.276520377921905,0.0217623180533618 -6259,0.5,0.153725174569888,0.0,0.0528110773807101,0.153725174569888,0.0,0.0131666626742131,0.153725174569888,0.0,0.0257675528521689,0.153725174569888,0.0,0.0623676423023633,0.153725174569888,0.0,0.0103045315911088,0.153725174569888,0.0,0.0340271343387348,0.153725174569888,0.0,0.0429552458524258,0.153725174569888,0.0,0.0202914993834691,0.5,0.153725174569888,0.0,0.0074605423116635,0.153725174569888,0.0,0.00265476612010097,0.5,0.153725174569888,0.0,0.000845367461837486,0.153725174569888,0.0,0.00518817232566727,0.153725174569888,0.0,0.0883757251275161,0.153725174569888,0.0,0.0270432804426686,0.153725174569888,0.0,0.0146697872983987,0.153725174569888,0.0,0.0249425527468818,0.153725174569888,0.0,0.0073643122184883,0.5,0.153725174569888,0.0,0.011831256255995,0,0.226865623741761,0.0171531306949995 -6260,0.5,0.153725174569888,0.0,0.046707427228029,0.153725174569888,0.0,0.00983711172982488,0.153725174569888,0.0,0.0390118032896355,0.153725174569888,0.0,0.0614670256750726,0.153725174569888,0.0,0.0117793569458986,0.153725174569888,0.0,0.0320572778345432,0.153725174569888,0.0,0.0427563766762758,0.153725174569888,0.0,0.0218947982923746,0.5,0.153725174569888,0.0,0.00583432334892525,0.153725174569888,0.0,0.0035419784629792,0.5,0.153725174569888,0.0,0.00161831863640543,0.153725174569888,0.0,0.0114717076194716,0.153725174569888,0.0,0.0796880084437177,0.153725174569888,0.0,0.0247279970188555,0.153725174569888,0.0,0.0172570152289023,0.153725174569888,0.0,0.0182666465033035,0.153725174569888,0.0,0.00901815945031346,0.5,0.153725174569888,0.0,0.0114867109713077,0,0.194238467492541,0.0138551253369103 -6261,0.5,0.153725174569888,0.0,0.0403803356636867,0.153725174569888,0.0,0.00845494867474788,0.153725174569888,0.0,0.0578201801246887,0.153725174569888,0.0,0.0562821560926381,0.153725174569888,0.0,0.0126306905242934,0.153725174569888,0.0,0.0310595950489287,0.153725174569888,0.0,0.0292282950110028,0.153725174569888,0.0,0.0182285072094513,0.5,0.153725174569888,0.0,0.0032099626715536,0.153725174569888,0.0,0.0040713838027117,0.5,0.153725174569888,0.0,0.00553998377947545,0.153725174569888,0.0,0.0211215768786763,0.153725174569888,0.0,0.069588839708007,0.153725174569888,0.0,0.0212752547369878,0.153725174569888,0.0,0.018346291246625,0.153725174569888,0.0,0.011626530625987,0.153725174569888,0.0,0.0109230388229396,0.5,0.153725174569888,0.0,0.0107634568153999,0,0.152499373948581,0.0137132506430037 -6262,0.5,0.153725174569888,0.0,0.0353911511045986,0.153725174569888,0.0,0.0074151761112055,0.153725174569888,0.0,0.092459237253094,0.153725174569888,0.0,0.0492792442384685,0.153725174569888,0.0,0.0110496379188845,0.153725174569888,0.0,0.0273069169439383,0.153725174569888,0.0,0.0255356236011599,0.153725174569888,0.0,0.0126494258985915,0.5,0.153725174569888,0.0,0.00323249472446326,0.153725174569888,0.0,0.00557125283081599,0.5,0.153725174569888,0.0,0.00842119316910962,0.153725174569888,0.0,0.0231689354172771,0.153725174569888,0.0,0.0575841987445452,0.153725174569888,0.0,0.0159262907729125,0.153725174569888,0.0,0.0175367258363952,0.153725174569888,0.0,0.0100190339476474,0.153725174569888,0.0,0.0134259301197544,0.5,0.153725174569888,0.0,0.0078323754155988,0,0.105747559053565,0.0148110904729033 -6263,0.5,0.153725174569888,0.0,0.0292763843498727,0.153725174569888,0.0,0.00650737293741815,0.153725174569888,0.0,0.102310696188578,0.153725174569888,0.0,0.0578252174962752,0.153725174569888,0.0,0.00992128670736187,0.153725174569888,0.0,0.0179101576635887,0.153725174569888,0.0,0.0193183962566405,0.153725174569888,0.0,0.0187839128897301,0.5,0.153725174569888,0.0,0.00515912709977187,0.153725174569888,0.0,0.00922008351722511,0.5,0.153725174569888,0.0,0.0130374766412376,0.153725174569888,0.0,0.0276988640559255,0.153725174569888,0.0,0.043260635991177,0.153725174569888,0.0,0.0105128757138953,0.153725174569888,0.0,0.0198792570866128,0.153725174569888,0.0,0.00932495889862361,0.153725174569888,0.0,0.0140098526536527,0.5,0.153725174569888,0.0,0.00558699856229699,0,0.0684352720792514,0.0132965192138693 -6264,0.5,0.153725174569888,0.0,0.0280540459476299,0.153725174569888,0.0,0.00516904839840897,0.153725174569888,0.0,0.0421444427549646,0.153725174569888,0.0,0.0581642664837385,0.153725174569888,0.0,0.00607955035975448,0.153725174569888,0.0,0.016519205656523,0.153725174569888,0.0,0.0171593554749309,0.153725174569888,0.0,0.020875130048347,0.5,0.153725174569888,0.0,0.00420674756010422,0.153725174569888,0.0,0.0152194617789914,0.5,0.153725174569888,0.0,0.0151107474641024,0.153725174569888,0.0,0.031510303897629,0.153725174569888,0.0,0.0329072992498285,0.153725174569888,0.0,0.0071309103060284,0.153725174569888,0.0,0.0188691336427796,0.153725174569888,0.0,0.00999029594083679,0.153725174569888,0.0,0.0145765113610276,0.5,0.153725174569888,0.0,0.00545709248676971,0,0.0416755863410188,0.012214959052711 -6265,0.5,0.153725174569888,0.0,0.0255722182162482,0.153725174569888,0.0,0.00481895212364901,0.153725174569888,0.0,0.0090574137230872,0.153725174569888,0.0,0.0363913789696058,0.153725174569888,0.0,0.00260044804140639,0.153725174569888,0.0,0.0198278582742898,0.153725174569888,0.0,0.0184998373503595,0.153725174569888,0.0,0.0138085539133922,0.5,0.153725174569888,0.0,0.0103204477261817,0.153725174569888,0.0,0.0216332907875295,0.5,0.153725174569888,0.0,0.0147973920041196,0.153725174569888,0.0,0.0309423896440199,0.153725174569888,0.0,0.0252347361818928,0.153725174569888,0.0,0.00466017315989669,0.153725174569888,0.0,0.0131027255229202,0.153725174569888,0.0,0.0116668894321671,0.153725174569888,0.0,0.0137957391883159,0.5,0.153725174569888,0.0,0.00592887581691896,0,0.0233032300761276,0.0109070785953723 -6266,0.5,0.153725174569888,0.0,0.0219967335034445,0.153725174569888,0.0,0.00452187049420074,0.153725174569888,0.0,0.004910415635036,0.153725174569888,0.0,0.0208496030072512,0.153725174569888,0.0,0.00506037268390288,0.153725174569888,0.0,0.0181714750071011,0.153725174569888,0.0,0.0201647427396033,0.153725174569888,0.0,0.0146542991599608,0.5,0.153725174569888,0.0,0.0113381369189408,0.153725174569888,0.0,0.0252885425977005,0.5,0.153725174569888,0.0,0.0180663113306309,0.153725174569888,0.0,0.0298067083328904,0.153725174569888,0.0,0.0199645140838148,0.153725174569888,0.0,0.00318630152785837,0.153725174569888,0.0,0.00906614819149904,0.153725174569888,0.0,0.0131546802105902,0.153725174569888,0.0,0.0134257204588554,0.5,0.153725174569888,0.0,0.00831933579020677,0,0.014637039829202,0.00803338376436501 -6267,0.5,0.153725174569888,0.0,0.0197774821803382,0.153725174569888,0.0,0.00394192680390175,0.153725174569888,0.0,0.00685142126177376,0.153725174569888,0.0,0.0129341534150055,0.153725174569888,0.0,0.00616495357183309,0.153725174569888,0.0,0.0135107606169364,0.153725174569888,0.0,0.0171575670933208,0.153725174569888,0.0,0.0242045089417869,0.5,0.153725174569888,0.0,0.006811748019527,0.153725174569888,0.0,0.0226937714940803,0.5,0.153725174569888,0.0,0.0155085039336448,0.153725174569888,0.0,0.0306155646642731,0.153725174569888,0.0,0.0156800274863313,0.153725174569888,0.0,0.00251846031996317,0.153725174569888,0.0,0.00732900951322731,0.153725174569888,0.0,0.0160416505596939,0.153725174569888,0.0,0.0146860043712334,0.5,0.153725174569888,0.0,0.00896455238171963,0,0.00829558490295449,0.00626724961917683 -6268,0.5,0.153725174569888,0.0,0.0180372638098243,0.153725174569888,0.0,0.00291303782030586,0.153725174569888,0.0,0.00909174037847698,0.153725174569888,0.0,0.00819913400410964,0.153725174569888,0.0,0.00193154847673028,0.153725174569888,0.0,0.0148092289972685,0.153725174569888,0.0,0.0170633250817313,0.153725174569888,0.0,0.0221433722147631,0.5,0.153725174569888,0.0,0.0138107002751071,0.153725174569888,0.0,0.0259292875433205,0.5,0.153725174569888,0.0,0.0104042057344592,0.153725174569888,0.0,0.0310242269516355,0.153725174569888,0.0,0.0124521033118857,0.153725174569888,0.0,0.00178806911971695,0.153725174569888,0.0,0.00794412707601289,0.153725174569888,0.0,0.00898824322577708,0.153725174569888,0.0,0.0140824153862064,0.5,0.153725174569888,0.0,0.00906123531395655,0,0.005581274619116,0.00554333823599424 -6269,0.5,0.153725174569888,0.0,0.0148729235645719,0.153725174569888,0.0,0.0021685457315094,0.153725174569888,0.0,0.0076360314510788,0.153725174569888,0.0,0.00956650687108342,0.153725174569888,0.0,0.00162759186702899,0.153725174569888,0.0,0.015026574738452,0.153725174569888,0.0,0.0146566977623528,0.153725174569888,0.0,0.020399369220079,0.5,0.153725174569888,0.0,0.0241267060483579,0.153725174569888,0.0,0.0348663690001028,0.5,0.153725174569888,0.0,0.0185249978432998,0.153725174569888,0.0,0.0332059560456486,0.153725174569888,0.0,0.0103467692948595,0.153725174569888,0.0,0.00169417967578511,0.153725174569888,0.0,0.00606780952648229,0.153725174569888,0.0,0.0125428168487131,0.153725174569888,0.0,0.0147325011907727,0.5,0.153725174569888,0.0,0.0130366314531543,0,0.0056514064486801,0.00647824050977315 -6270,0.5,0.153725174569888,0.0,0.0111870349668044,0.153725174569888,0.0,0.00174312245950566,0.153725174569888,0.0,0.00500725475392052,0.153725174569888,0.0,0.0124371747017283,0.153725174569888,0.0,0.00361556711592247,0.153725174569888,0.0,0.00973207686772571,0.153725174569888,0.0,0.00858912588686737,0.153725174569888,0.0,0.023310039504841,0.5,0.153725174569888,0.0,0.0200230413614373,0.153725174569888,0.0,0.0355709201751543,0.5,0.153725174569888,0.0,0.0167522117665829,0.153725174569888,0.0,0.0318397104601889,0.153725174569888,0.0,0.00916153640865799,0.153725174569888,0.0,0.0020840147537052,0.153725174569888,0.0,0.00276729653472361,0.153725174569888,0.0,0.0174303844173411,0.153725174569888,0.0,0.0145085952752924,0.5,0.153725174569888,0.0,0.0198068691000512,0,0.00648905532537892,0.00682938240390916 -6271,0.5,0.153725174569888,0.0212053847312714,0.00731246780161628,0.153725174569888,0.0073804371634943,0.00115841322344105,0.153725174569888,0.0048855957497156,0.00882701037915589,0.153725174569888,0.00679962068996666,0.0142702717244953,0.153725174569888,0.00286691258328249,0.00139829978013917,0.153725174569888,0.000400668626538991,0.00971604765033279,0.153725174569888,0.000627729294326469,0.00946629505310623,0.153725174569888,0.00080488687565423,0.0229274015570887,0.5,0.153725174569888,0.00199790169101994,0.0189264809993246,0.153725174569888,0.00381642137660526,0.0479524969865188,0.5,0.153725174569888,0.00146602578484791,0.0104388593515151,0.153725174569888,0.0023284388779874,0.0351975328385842,0.153725174569888,0.00669210093528119,0.00801073995994191,0.153725174569888,0.00419438065418358,0.00164384434133027,0.153725174569888,0.00338316347712023,0.00220931424936478,0.153725174569888,0.000707542524261238,0.0188024171816696,0.153725174569888,0.00648040645152374,0.0155841332470333,0.5,0.153725174569888,0.0205359392831236,0.0185589285514738,0,0.00629354611847731,0.00700631953898346 -6272,0.5,0.153725174569888,0.137273980454887,0.00513302844030711,0.153725174569888,0.128126484414721,0.000649189176486903,0.153725174569888,0.0401696279778803,0.0118219418746267,0.153725174569888,0.0603952566452288,0.0169058504400784,0.153725174569888,0.0960061555889075,0.000686614291814334,0.153725174569888,0.0191646463593829,0.0103822675298558,0.153725174569888,0.0165613276331942,0.0137182933853465,0.153725174569888,0.0327740856869549,0.0192976416725909,0.5,0.153725174569888,0.0861442448409252,0.0185796937544211,0.153725174569888,0.0541243138512328,0.034582874350905,0.5,0.153725174569888,0.0556184582759781,0.0154320598719612,0.153725174569888,0.0628553467044538,0.0333072120964213,0.153725174569888,0.124516595729804,0.00804907640449693,0.153725174569888,0.110689315585153,0.000706005437203345,0.153725174569888,0.0613476162317299,0.00292216608422632,0.153725174569888,0.0176938501620134,0.0189950810594088,0.153725174569888,0.0512431294736951,0.0165658622151585,0.5,0.153725174569888,0.130848975355708,0.0177409754632677,0,0.00374658471070322,0.00692336722093921 -6273,0.5,0.153725174569888,0.268491562211984,0.0117767782012427,0.153725174569888,0.272294367186362,0.000387495057522281,0.153725174569888,0.0357006193227267,0.0118787280588497,0.153725174569888,0.145511795349234,0.0350386809305088,0.153725174569888,0.240008137278886,0.00111767878413641,0.153725174569888,0.0336309640148378,0.0120482536303571,0.153725174569888,0.0252733151804828,0.0166825280149844,0.153725174569888,0.101156702364662,0.0228103322594898,0.5,0.153725174569888,0.21830762457841,0.0285393736647552,0.153725174569888,0.142990571433521,0.0297435078140937,0.5,0.153725174569888,0.162945983829184,0.0187784492887536,0.153725174569888,0.179891653290519,0.0445829774723864,0.153725174569888,0.270282809713844,0.0103348591230001,0.153725174569888,0.25528695208844,0.000325419538158024,0.153725174569888,0.140601707617287,0.00626181621966887,0.153725174569888,0.0827466862104371,0.031063807080881,0.153725174569888,0.108656754134825,0.0190397581500933,0.5,0.153725174569888,0.260882316316283,0.0237825977179501,0,0.000149839656070824,0.00619360620131165 -6274,0.5,0.153725174569888,0.385517069067897,0.0205865452793293,0.153725174569888,0.410210526116788,0.000541345462746087,0.153725174569888,0.0518451752222859,0.0207121533323376,0.153725174569888,0.202357960076569,0.0430327797869164,0.153725174569888,0.373356645203102,0.00350887017579919,0.153725174569888,0.0493486805406008,0.016597326386244,0.153725174569888,0.0311721320227114,0.0169232082358821,0.153725174569888,0.147469199510662,0.0302968565109054,0.5,0.153725174569888,0.339095762484871,0.0651592054955276,0.153725174569888,0.26869751437326,0.0247284179162745,0.5,0.153725174569888,0.294923847210587,0.0459687214343017,0.153725174569888,0.315635815686757,0.0815739315765438,0.153725174569888,0.408862407415421,0.0142255699425633,0.153725174569888,0.394663501244547,0.000387397961686759,0.153725174569888,0.233324597677804,0.0178199509545115,0.153725174569888,0.196510523837995,0.0671878955127029,0.153725174569888,0.180943320607788,0.027619437592876,0.5,0.153725174569888,0.392588916185698,0.0368728035306252,0,5.8989522369194e-07,0.00477194968114966 -6275,0.5,0.153725174569888,0.47348501917091,0.0301918410057566,0.153725174569888,0.527813596607143,0.000559874781267067,0.153725174569888,0.1341433238037,0.0441538350875344,0.153725174569888,0.25131435635311,0.0499807240039396,0.153725174569888,0.486631825651903,0.00374297374094952,0.153725174569888,0.0780742431216593,0.0270021265348376,0.153725174569888,0.0547227342026766,0.0314482460136823,0.153725174569888,0.286132366465478,0.0745626580900799,0.5,0.153725174569888,0.419656642431732,0.112369941599106,0.153725174569888,0.402909306119707,0.0318842362906273,0.5,0.153725174569888,0.412055046478753,0.103824685493617,0.153725174569888,0.434229854512807,0.131928364544835,0.153725174569888,0.530489062723416,0.0119760921796638,0.153725174569888,0.518025967151524,0.000482979082287669,0.153725174569888,0.288560788583366,0.0207660006277901,0.153725174569888,0.295551549411023,0.103646905665551,0.153725174569888,0.275510291225472,0.0464629723421944,0.5,0.153725174569888,0.505028329227613,0.0451008991931548,0,8.59709125889146e-05,0.00321837006405201 -6276,0.5,0.153725174569888,0.513848276913507,0.0312402950941453,0.153725174569888,0.593680632830693,0.000328956378979801,0.153725174569888,0.18326297563441,0.0484950944007902,0.153725174569888,0.219096760898603,0.0518714432059439,0.153725174569888,0.540369496645115,0.00375962713884813,0.153725174569888,0.104051799723904,0.0438117653406817,0.153725174569888,0.0768011507073835,0.0439454034780466,0.153725174569888,0.428044138460777,0.0986445878257536,0.5,0.153725174569888,0.419527584266423,0.128111309713043,0.153725174569888,0.43290326700212,0.0345234833679129,0.5,0.153725174569888,0.509020356205336,0.145857507607245,0.153725174569888,0.474679210085288,0.147803142553416,0.153725174569888,0.600501670342201,0.00776376055106506,0.153725174569888,0.591489198567994,0.000844489266064292,0.153725174569888,0.339767799168376,0.0232466059636548,0.153725174569888,0.369018797482746,0.129976762615899,0.153725174569888,0.434361441856183,0.0755329315059791,0.5,0.153725174569888,0.554562926601704,0.0378217567507267,0,0.000835777243666756,0.00224357220187407 -6277,0.5,0.153725174569888,0.509066538706623,0.0314282650310526,0.153725174569888,0.614098100266069,0.00015084583344287,0.153725174569888,0.283719096957329,0.0521007768443046,0.153725174569888,0.222533447175952,0.0520591882191822,0.153725174569888,0.345717279172017,0.00929101606944788,0.153725174569888,0.130002254744593,0.0482186719307952,0.153725174569888,0.107724109064698,0.0534768368042677,0.153725174569888,0.343327557993322,0.101844053658126,0.5,0.153725174569888,0.316124811148043,0.143198918729192,0.153725174569888,0.403160858281744,0.0256647105707564,0.5,0.153725174569888,0.401165665560104,0.162336420623356,0.153725174569888,0.339679272263614,0.104442438270834,0.153725174569888,0.623021801214754,0.00616878631089886,0.153725174569888,0.617072288239768,0.00220726117146996,0.153725174569888,0.321626963719063,0.0212596637436782,0.153725174569888,0.410636547416387,0.144949372867016,0.153725174569888,0.52365783536127,0.107788462140775,0.5,0.153725174569888,0.542508778803242,0.0339745696627313,0,0.00264834220182371,0.00246328819042948 -6278,0.5,0.153725174569888,0.410522774452951,0.0320131304079946,0.153725174569888,0.594714324081985,0.000408755945690982,0.153725174569888,0.283719224396232,0.0455897960583057,0.153725174569888,0.163404288575439,0.0385863956446125,0.153725174569888,0.274499246009779,0.00973661702370018,0.153725174569888,0.222607896274049,0.0491828119986619,0.153725174569888,0.0936976780432785,0.0522407080114567,0.153725174569888,0.347634617903133,0.0914954857309126,0.5,0.153725174569888,0.238830023786559,0.166002652654577,0.153725174569888,0.315346075995068,0.0166574118003759,0.5,0.153725174569888,0.369043671042387,0.182286747500236,0.153725174569888,0.323377057985518,0.0949565312011639,0.153725174569888,0.604957089522471,0.00718708135667471,0.153725174569888,0.5983473055815,0.00412484712180833,0.153725174569888,0.285569946161275,0.0170687493617014,0.153725174569888,0.203190662613162,0.104672183067244,0.153725174569888,0.42186396001434,0.128320766724203,0.5,0.153725174569888,0.473264920729999,0.0363390324501811,0,0.00444368490980073,0.00295189115651957 -6279,0.5,0.153725174569888,0.346341708824444,0.0288811563566703,0.153725174569888,0.519748014995981,0.00154859009088175,0.153725174569888,0.260546758619149,0.0422503045764291,0.153725174569888,0.157724301716138,0.0223919554364678,0.153725174569888,0.2744284539989,0.00921643479128831,0.153725174569888,0.247659460641759,0.0325046730289117,0.153725174569888,0.0729816530190312,0.0339412915784224,0.153725174569888,0.289354324140164,0.0523539344870355,0.5,0.153725174569888,0.279024290608008,0.151780413323815,0.153725174569888,0.267480929058387,0.0116015920789192,0.5,0.153725174569888,0.240225657256242,0.171705429260656,0.153725174569888,0.248279676082724,0.0573673901099578,0.153725174569888,0.530838725903408,0.00897614328200253,0.153725174569888,0.502312939904595,0.00368696135777299,0.153725174569888,0.248276459058398,0.0185661701505983,0.153725174569888,0.239865061199156,0.105332414949482,0.153725174569888,0.349854378714889,0.143460473562023,0.5,0.153725174569888,0.380794205684033,0.0328031699421381,0,0.00740386272183117,0.00140208807124148 -6280,0.5,0.153725174569888,0.247285283729259,0.0232705800410752,0.153725174569888,0.380847290149639,0.00408900998429323,0.153725174569888,0.193715353685891,0.0398041152263733,0.153725174569888,0.115812089384311,0.0185022655361513,0.153725174569888,0.145850963388364,0.00649019236842321,0.153725174569888,0.156661425831396,0.0151127030017885,0.153725174569888,0.0985724648088467,0.0473372361810281,0.153725174569888,0.186521958850191,0.0236988278790621,0.5,0.153725174569888,0.203076011829692,0.113378939947442,0.153725174569888,0.231460835611073,0.00637271576946842,0.5,0.153725174569888,0.226255051161314,0.118808053405567,0.153725174569888,0.21224359304506,0.0544765708067144,0.153725174569888,0.409459025269411,0.0103912947039356,0.153725174569888,0.355058806410289,0.00396786734879702,0.153725174569888,0.152459494415475,0.0187547209725796,0.153725174569888,0.184735940653097,0.0672912314193129,0.153725174569888,0.229423934775703,0.0896566722609887,0.5,0.153725174569888,0.288671981038264,0.0237494326678693,0,0.0139443714057717,7.67944012957116e-05 -6281,0.5,0.153725174569888,0.158139040194707,0.0180548918491078,0.153725174569888,0.260721091095707,0.00242321247170237,0.153725174569888,0.109550351206892,0.0237292727367821,0.153725174569888,0.0673898652534763,0.012702116870372,0.153725174569888,0.112102282336487,0.00399781283914587,0.153725174569888,0.0821150228845973,0.00728825576437516,0.153725174569888,0.0854663616501915,0.034929959981548,0.153725174569888,0.130483721555414,0.00752511188139126,0.5,0.153725174569888,0.118540153326958,0.0867482173339838,0.153725174569888,0.128668925695921,0.0024263379731368,0.5,0.153725174569888,0.139715003590006,0.0931391623202711,0.153725174569888,0.107217954918004,0.0289299894086046,0.153725174569888,0.279175006021427,0.00819707752166586,0.153725174569888,0.243078032464937,0.00656142768411038,0.153725174569888,0.114803275260329,0.0113161985784351,0.153725174569888,0.115925743446765,0.0387442757492548,0.153725174569888,0.137269333957726,0.0431183570895366,0.5,0.153725174569888,0.177291099679416,0.00729440354941064,0,0.0203264332618928,6.23889370070079e-05 -6282,0.5,0.153725174569888,0.00360942413589809,0.00975147627024711,0.153725174569888,0.0313919241878631,0.00080476911170716,0.153725174569888,0.0174777283079153,0.0173452738215799,0.153725174569888,0.0,0.00895847736388476,0.153725174569888,0.0327422954366,0.00152181236672423,0.153725174569888,0.0281670981011481,0.00510615229127051,0.153725174569888,0.0293380438389697,0.0177749677633624,0.153725174569888,0.0392211873207271,0.00438090863032165,0.5,0.153725174569888,0.0341692408671673,0.0496035813964648,0.153725174569888,0.0275975525492707,0.00601450559080061,0.5,0.153725174569888,0.0412479818342746,0.0502338202441704,0.153725174569888,0.0342791453291537,0.0182354968286198,0.153725174569888,0.0385417136601278,0.00495322698207029,0.153725174569888,0.0390164943475053,0.00763103048287018,0.153725174569888,0.0161840491568513,0.0065446488601175,0.153725174569888,0.0334768166273183,0.0256731010172319,0.153725174569888,0.0249554283084214,0.0263793735315517,0.5,0.153725174569888,0.00556329660313011,0.010046871800181,0,0.0277690372019206,7.81025408080026e-05 -6283,0.5,0.153725174569888,0.0,0.00794090539898329,0.153725174569888,0.0,0.000609886266954616,0.153725174569888,0.0,0.027589379926836,0.153725174569888,0.0,0.0141648396636276,0.153725174569888,0.0,0.000879260705017877,0.153725174569888,0.0,0.00589787275780021,0.153725174569888,0.0,0.0150139062916213,0.153725174569888,0.0,0.00844829280678329,0.5,0.153725174569888,0.0,0.0309287316122229,0.153725174569888,0.0,0.0156384981429844,0.5,0.153725174569888,0.0,0.0582153053615415,0.153725174569888,0.0,0.0217215052771708,0.153725174569888,0.0,0.00834269798641929,0.153725174569888,0.0,0.0101364357386022,0.153725174569888,0.0,0.0046359175036086,0.153725174569888,0.0,0.0359704003297425,0.153725174569888,0.0,0.0341411270099297,0.5,0.153725174569888,0.0,0.0161084497721074,0,0.0299744297016188,0.000162739897481438 -6284,0.5,0.153725174569888,0.0,0.00536681827813943,0.153725174569888,0.0,7.61918826964929e-05,0.153725174569888,0.0,0.0357247658031316,0.153725174569888,0.0,0.0220052357755701,0.153725174569888,0.0,0.00212478339747754,0.153725174569888,0.0,0.00786798822335481,0.153725174569888,0.0,0.0126051625408736,0.153725174569888,0.0,0.00993773016706333,0.5,0.153725174569888,0.0,0.0207179469761185,0.153725174569888,0.0,0.0281377584061848,0.5,0.153725174569888,0.0,0.048602803382145,0.153725174569888,0.0,0.0250313821524032,0.153725174569888,0.0,0.0100616584182891,0.153725174569888,0.0,0.0115039000935726,0.153725174569888,0.0,0.00428993065845781,0.153725174569888,0.0,0.0343736799098099,0.153725174569888,0.0,0.0395717003458873,0.5,0.153725174569888,0.0,0.025737667060572,0,0.024312593478552,0.00020861835893763 -6285,0.5,0.153725174569888,0.0,0.00409809525247571,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.0407893865147904,0.153725174569888,0.0,0.0293061664367919,0.153725174569888,0.0,0.00441917207389669,0.153725174569888,0.0,0.00871083223711419,0.153725174569888,0.0,0.0157001556880393,0.153725174569888,0.0,0.011441374807175,0.5,0.153725174569888,0.0,0.0177586212296949,0.153725174569888,0.0,0.0274494998767837,0.5,0.153725174569888,0.0,0.0301975426681599,0.153725174569888,0.0,0.0278636169385712,0.153725174569888,0.0,0.010428033463841,0.153725174569888,0.0,0.00999896250280601,0.153725174569888,0.0,0.00459280014918711,0.153725174569888,0.0,0.025217869288839,0.153725174569888,0.0,0.0339124203019861,0.5,0.153725174569888,0.0,0.028679327450971,0,0.0215699381678677,0.00013922773228193 -6286,0.5,0.153725174569888,0.0,0.0035751509795171,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.0402939266375064,0.153725174569888,0.0,0.0332578077148902,0.153725174569888,0.0,0.00659407766146193,0.153725174569888,0.0,0.00888696597079126,0.153725174569888,0.0,0.01852197565617,0.153725174569888,0.0,0.0122843495971946,0.5,0.153725174569888,0.0,0.0153379254628395,0.153725174569888,0.0,0.0250232458246297,0.5,0.153725174569888,0.0,0.0276085077992395,0.153725174569888,0.0,0.0341517410531137,0.153725174569888,0.0,0.00768121236703573,0.153725174569888,0.0,0.00457241723188327,0.153725174569888,0.0,0.00500608302571976,0.153725174569888,0.0,0.0206887890696486,0.153725174569888,0.0,0.035646130207308,0.5,0.153725174569888,0.0,0.0318367238631758,0,0.0181530718578609,3.65657982001611e-05 -6287,0.5,0.153725174569888,0.0,0.00261058522698675,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.0406479786009724,0.153725174569888,0.0,0.0358471322989256,0.153725174569888,0.0,0.00709367994135494,0.153725174569888,0.0,0.00668331215645147,0.153725174569888,0.0,0.0175488127429424,0.153725174569888,0.0,0.0127326389043902,0.5,0.153725174569888,0.0,0.0154538785283681,0.153725174569888,0.0,0.0297147135449704,0.5,0.153725174569888,0.0,0.0275031698720858,0.153725174569888,0.0,0.0345696464699327,0.153725174569888,0.0,0.00427745712935164,0.153725174569888,0.0,0.00149997726646666,0.153725174569888,0.0,0.00588376215438714,0.153725174569888,0.0,0.0182616250046077,0.153725174569888,0.0,0.0316748937306291,0.5,0.153725174569888,0.0,0.0287086069642231,0,0.0137256544558021,6.90319674929424e-07 -6288,0.5,0.153725174569888,0.0,0.00116360370403093,0.153725174569888,0.0,0.000227580939199746,0.153725174569888,0.0,0.0415080555427587,0.153725174569888,0.0,0.0368862111222664,0.153725174569888,0.0,0.00521032067210301,0.153725174569888,0.0,0.00489859485116965,0.153725174569888,0.0,0.0140020423526308,0.153725174569888,0.0,0.0145962972770477,0.5,0.153725174569888,0.0,0.0149976888458389,0.153725174569888,0.0,0.0399145554767177,0.5,0.153725174569888,0.0,0.0410251918679372,0.153725174569888,0.0,0.0333280895065625,0.153725174569888,0.0,0.00138997904071612,0.153725174569888,0.0,0.000947027307491962,0.153725174569888,0.0,0.0077531094943737,0.153725174569888,0.0,0.0150650392494785,0.153725174569888,0.0,0.0267668844598423,0.5,0.153725174569888,0.0,0.0185850327619847,0,0.00718224448144573,4.07130138877508e-07 -6289,0.5,0.153725174569888,0.0,0.000551450917754284,0.153725174569888,0.0,0.000837900280881278,0.153725174569888,0.0,0.041888247826706,0.153725174569888,0.0,0.039122985739061,0.153725174569888,0.0,0.00320958988774577,0.153725174569888,0.0,0.00593617782443291,0.153725174569888,0.0,0.0118772640780579,0.153725174569888,0.0,0.0145403477073984,0.5,0.153725174569888,0.0,0.0103618356777546,0.153725174569888,0.0,0.049352176334272,0.5,0.153725174569888,0.0,0.0599124501285778,0.153725174569888,0.0,0.0306365348840656,0.153725174569888,0.0,0.000353190651652844,0.153725174569888,0.0,0.000832541541290019,0.153725174569888,0.0,0.0110447501193132,0.153725174569888,0.0,0.0136398083998668,0.153725174569888,0.0,0.0292027844327843,0.5,0.153725174569888,0.0,0.019772311069994,0,0.00300974624065597,1.43814068109695e-07 -6290,0.5,0.153725174569888,0.0,0.000546089470909868,0.153725174569888,0.0,0.00238697515105672,0.153725174569888,0.0,0.0437081175321284,0.153725174569888,0.0,0.0406726745240972,0.153725174569888,0.0,0.00256434911557359,0.153725174569888,0.0,0.00909759514226344,0.153725174569888,0.0,0.0123476620587097,0.153725174569888,0.0,0.0114556636419426,0.5,0.153725174569888,0.0,0.00850680951859199,0.153725174569888,0.0,0.0670030749568726,0.5,0.153725174569888,0.0,0.0704942655344111,0.153725174569888,0.0,0.0232685148281232,0.153725174569888,0.0,6.22677445564656e-05,0.153725174569888,0.0,0.000764772904131315,0.153725174569888,0.0,0.0111357285294976,0.153725174569888,0.0,0.013005773347477,0.153725174569888,0.0,0.0367479975523655,0.5,0.153725174569888,0.0,0.0231348991667381,0,0.000151535451377223,0.0 -6291,0.5,0.153725174569888,0.0,0.000797717260045797,0.153725174569888,0.0,0.00216168027840702,0.153725174569888,0.0,0.0493209945069993,0.153725174569888,0.0,0.0411895518631776,0.153725174569888,0.0,0.00335883361000758,0.153725174569888,0.0,0.0125797195857971,0.153725174569888,0.0,0.0147917484139361,0.153725174569888,0.0,0.0113780562343299,0.5,0.153725174569888,0.0,0.00876412274844443,0.153725174569888,0.0,0.0632912808370245,0.5,0.153725174569888,0.0,0.0528829493542095,0.153725174569888,0.0,0.0238272949132816,0.153725174569888,0.0,4.15767257552839e-05,0.153725174569888,0.0,0.000561864898032232,0.153725174569888,0.0,0.0113370489569363,0.153725174569888,0.0,0.0117144724907547,0.153725174569888,0.0,0.0388555223977459,0.5,0.153725174569888,0.0,0.0282671339145047,0,0.0,0.0 -6292,0.5,0.153725174569888,0.0,0.00115828626806,0.153725174569888,0.0,0.001429163667241,0.153725174569888,0.0,0.0622643801557993,0.153725174569888,0.0,0.0394631227506657,0.153725174569888,0.0,0.0067119014617919,0.153725174569888,0.0,0.013360071324548,0.153725174569888,0.0,0.0168226166678244,0.153725174569888,0.0,0.0125633189919498,0.5,0.153725174569888,0.0,0.00750203973279338,0.153725174569888,0.0,0.0496898567734958,0.5,0.153725174569888,0.0,0.0373358823986998,0.153725174569888,0.0,0.0215452475359242,0.153725174569888,0.0,3.11558074472785e-05,0.153725174569888,0.0,0.000439592156578316,0.153725174569888,0.0,0.0110809685209994,0.153725174569888,0.0,0.0092038163557177,0.153725174569888,0.0,0.0354021844343401,0.5,0.153725174569888,0.0,0.0310853027919236,0,0.0,9.69665138451093e-09 -6293,0.5,0.153725174569888,0.0,0.00165113995576423,0.153725174569888,0.0,0.00135933137982413,0.153725174569888,0.0,0.074509701305966,0.153725174569888,0.0,0.0373450937857696,0.153725174569888,0.0,0.0103945789564175,0.153725174569888,0.0,0.0134917750233001,0.153725174569888,0.0,0.0162348701872028,0.153725174569888,0.0,0.0137510477065122,0.5,0.153725174569888,0.0,0.00734477498345449,0.153725174569888,0.0,0.0384090546711539,0.5,0.153725174569888,0.0,0.044621090942985,0.153725174569888,0.0,0.0180191179771901,0.153725174569888,0.0,1.67903654243767e-05,0.153725174569888,0.0,0.000703158089640925,0.153725174569888,0.0,0.011018457970899,0.153725174569888,0.0,0.00788313987449483,0.153725174569888,0.0,0.0496104888456543,0.5,0.153725174569888,0.0,0.0393583659359289,0,0.0,5.05988885151593e-06 -6294,0.5,0.153725174569888,0.0,0.0022605167975936,0.153725174569888,0.0,0.00122818906415807,0.153725174569888,0.0,0.0850619650809225,0.153725174569888,0.0,0.0315589017589051,0.153725174569888,0.0,0.0137239938420238,0.153725174569888,0.0,0.0136267292657177,0.153725174569888,0.0,0.0144547871349313,0.153725174569888,0.0,0.0155121403856932,0.5,0.153725174569888,0.0,0.00509428109310041,0.153725174569888,0.0,0.0304250474510402,0.5,0.153725174569888,0.0,0.048179187264818,0.153725174569888,0.0,0.0193208679750127,0.153725174569888,0.0,1.08205970971595e-05,0.153725174569888,0.0,0.00163939468644998,0.153725174569888,0.0,0.0115892684010537,0.153725174569888,0.0,0.00645417047524887,0.153725174569888,0.0,0.059839525713635,0.5,0.153725174569888,0.0,0.0787182969000212,0,0.0,6.24482399840752e-05 -6295,0.5,0.153725174569888,0.0166215699170633,0.0032088286836349,0.153725174569888,0.00646647986799008,0.00227860211905324,0.153725174569888,0.00159794629533974,0.0894460859259111,0.153725174569888,0.00101868599109001,0.0332794169735933,0.153725174569888,0.0020687043486646,0.01558338862144,0.153725174569888,0.000915927006285969,0.0145666656259676,0.153725174569888,0.00184400377318892,0.0164713354454534,0.153725174569888,0.00100305208988373,0.0143298678772288,0.5,0.153725174569888,0.00111345757585972,0.00419189340278896,0.153725174569888,0.00380376533404788,0.0430484484874825,0.5,0.153725174569888,0.0033125118306651,0.0304548318616158,0.153725174569888,0.00363632753051176,0.0234963694845495,0.153725174569888,0.00575466359523877,2.22747303818822e-05,0.153725174569888,0.00307552142900124,0.00264984465154344,0.153725174569888,0.003662415671179,0.011903842903869,0.153725174569888,0.0018486654260254,0.00868218155085869,0.153725174569888,0.00476483809100963,0.0415558346623997,0.5,0.153725174569888,0.0113264324914925,0.0730454491869103,0,0.0,7.7448728842217e-05 -6296,0.5,0.153725174569888,0.125856730748722,0.00471319200690812,0.153725174569888,0.125481846873428,0.00422345623585326,0.153725174569888,0.0377228801531458,0.0956131042182004,0.153725174569888,0.00693564323081956,0.0373654997596256,0.153725174569888,0.0857498909609168,0.0180975358166295,0.153725174569888,0.0823562631621185,0.018683034623186,0.153725174569888,0.0671698335867242,0.0251039523155998,0.153725174569888,0.042627060809702,0.0119010843117677,0.5,0.153725174569888,0.0498100153463156,0.00696113487018341,0.153725174569888,0.0857926027242683,0.0500647458922592,0.5,0.153725174569888,0.090620444627996,0.0240008553689281,0.153725174569888,0.0770777011262477,0.0274406901380198,0.153725174569888,0.121483287697628,0.000106125363927624,0.153725174569888,0.0904828959339439,0.003636636897989,0.153725174569888,0.07553791906637,0.0156824795887873,0.153725174569888,0.041445415674622,0.0190692436938314,0.153725174569888,0.0762867729090463,0.0334456255452511,0.5,0.153725174569888,0.0813961496322239,0.0568128383171685,0,0.0,9.69921059207455e-05 -6297,0.5,0.153725174569888,0.250366981545052,0.00874655148584814,0.153725174569888,0.270019834970862,0.00867962031170921,0.153725174569888,0.113832946173606,0.108630758983816,0.153725174569888,0.0252473642899062,0.0527825094177578,0.153725174569888,0.22188041386924,0.0552857739428615,0.153725174569888,0.191967229464713,0.0337287201121582,0.153725174569888,0.174236447180706,0.0677170340146652,0.153725174569888,0.0840187637163172,0.015085545612739,0.5,0.153725174569888,0.123898062373434,0.0174866899489718,0.153725174569888,0.209510699427008,0.047817022347557,0.5,0.153725174569888,0.191911649738734,0.0814384118734739,0.153725174569888,0.175628476003411,0.0416812717460165,0.153725174569888,0.26746115506689,0.000531928462104863,0.153725174569888,0.220862529670473,0.00990892450713578,0.153725174569888,0.178170701596875,0.0326401288119693,0.153725174569888,0.0953668260506936,0.0259819761034362,0.153725174569888,0.19093105773462,0.0574936848904911,0.5,0.153725174569888,0.158598510185354,0.0904411045206023,0,0.0,0.000248614917398406 -6298,0.5,0.153725174569888,0.370527091276902,0.0094482186822569,0.153725174569888,0.407579938419692,0.0214842210392762,0.153725174569888,0.188665301620657,0.0946798623864805,0.153725174569888,0.0489712028881377,0.0664403345181709,0.153725174569888,0.367340684723134,0.102660378913292,0.153725174569888,0.27647017545732,0.0737364959804284,0.153725174569888,0.301550313338294,0.0862595092762971,0.153725174569888,0.102563164645298,0.0472195260500792,0.5,0.153725174569888,0.222624975732387,0.0582076031712073,0.153725174569888,0.335450244714493,0.0623835759866189,0.5,0.153725174569888,0.268679981072122,0.135192372385205,0.153725174569888,0.272117369421465,0.102680661279561,0.153725174569888,0.404428229970412,0.00256149487247831,0.153725174569888,0.35779164325823,0.0247956742813749,0.153725174569888,0.262990958092074,0.0510528001791086,0.153725174569888,0.184542473964693,0.0285210054126912,0.153725174569888,0.304818744634106,0.10352718283709,0.5,0.153725174569888,0.232863673660066,0.108874349211252,0,0.0,0.000616036284067757 -6299,0.5,0.153725174569888,0.463461690760662,0.00915902570250109,0.153725174569888,0.521699288905126,0.0242003293462781,0.153725174569888,0.198853682132304,0.079830548047282,0.153725174569888,0.0740050948780171,0.0683927838439158,0.153725174569888,0.444903086833018,0.122351588241548,0.153725174569888,0.307219905886208,0.149972523235935,0.153725174569888,0.43233001123232,0.102787260357016,0.153725174569888,0.0899100610129672,0.0886683764816497,0.5,0.153725174569888,0.334757433471024,0.11683493402333,0.153725174569888,0.435321338204296,0.104244317175362,0.5,0.153725174569888,0.311043162974639,0.179276033710413,0.153725174569888,0.314537575243894,0.132860290138446,0.153725174569888,0.523940170923767,0.00563559099437898,0.153725174569888,0.48138675121114,0.0370630564908686,0.153725174569888,0.260497399312955,0.0596587960303833,0.153725174569888,0.299260915072772,0.028213766881064,0.153725174569888,0.332169949307991,0.106855259534893,0.5,0.153725174569888,0.369828225955395,0.125221625551137,0,0.0,0.00322320791785249 -6300,0.5,0.153725174569888,0.463240148340327,0.00887708959282899,0.153725174569888,0.579570912888049,0.033494676807239,0.153725174569888,0.176507269119024,0.0767408046728235,0.153725174569888,0.11735623026586,0.0706617512699835,0.153725174569888,0.553018536736199,0.164222044113088,0.153725174569888,0.252941509084302,0.273728589486154,0.153725174569888,0.363318187178731,0.120938899669585,0.153725174569888,0.0929609601216018,0.128927949285691,0.5,0.153725174569888,0.282833967927801,0.135485879775264,0.153725174569888,0.503013908125564,0.144030275635072,0.5,0.153725174569888,0.190250937795529,0.140882206457585,0.153725174569888,0.278067679059369,0.123220926184925,0.153725174569888,0.593286364238805,0.0134285161623368,0.153725174569888,0.525944428716451,0.0525617742497778,0.153725174569888,0.24233395852814,0.0669777857764813,0.153725174569888,0.388733644208267,0.0359255866285406,0.153725174569888,0.269918043153295,0.0723745413264057,0.5,0.153725174569888,0.420630293893788,0.107764983600801,0,0.000210321457158418,0.0076034380459795 -6301,0.5,0.153725174569888,0.429549173359182,0.011398919779138,0.153725174569888,0.589589193912119,0.036088681119607,0.153725174569888,0.216014204764274,0.0722536786721072,0.153725174569888,0.104089913649278,0.0683992910169498,0.153725174569888,0.57462218430165,0.229366735123823,0.153725174569888,0.170992513907157,0.336299145731669,0.153725174569888,0.176484190837932,0.159018297262842,0.153725174569888,0.0629233985702948,0.145493177818796,0.5,0.153725174569888,0.258928276779632,0.162717596263989,0.153725174569888,0.432988446354822,0.126111348773855,0.5,0.153725174569888,0.194037449720773,0.191501527034262,0.153725174569888,0.268978747436346,0.119897036591514,0.153725174569888,0.612357636477374,0.0242349110860418,0.153725174569888,0.39560157327678,0.0573882320505966,0.153725174569888,0.298270054549227,0.0771867500483471,0.153725174569888,0.324563775351759,0.0498666066111549,0.153725174569888,0.241052999353366,0.0831854108368797,0.5,0.153725174569888,0.388024671058971,0.0972835884448101,0,0.000517344198642466,0.0188713218360535 -6302,0.5,0.153725174569888,0.389088887528811,0.0167073408531014,0.153725174569888,0.551405240296862,0.0544934901976597,0.153725174569888,0.173877076135907,0.0582563749851516,0.153725174569888,0.140911148613549,0.0623920799468135,0.153725174569888,0.461079727534285,0.346268386009761,0.153725174569888,0.122761246632216,0.307375991321475,0.153725174569888,0.209985480713839,0.262833538362602,0.153725174569888,0.0793834639545969,0.138200154776308,0.5,0.153725174569888,0.266694893943293,0.200243933780433,0.153725174569888,0.28472661693478,0.103966249936176,0.5,0.153725174569888,0.238625997284226,0.142690296782186,0.153725174569888,0.215101158561644,0.114931460655163,0.153725174569888,0.583327499384253,0.0378549615152738,0.153725174569888,0.369721139598402,0.0743518138667079,0.153725174569888,0.241763146713772,0.0874329570364502,0.153725174569888,0.222802039918184,0.0653628569982351,0.153725174569888,0.180909192120449,0.0761318008293324,0.5,0.153725174569888,0.360781016361396,0.0761573850624422,0,0.000748663905790022,0.040852848175064 -6303,0.5,0.153725174569888,0.326184334716842,0.0230023528002967,0.153725174569888,0.397755983506523,0.0727087355294507,0.153725174569888,0.134125689754912,0.0553814151681265,0.153725174569888,0.137619163737136,0.0544878233903108,0.153725174569888,0.288420549513538,0.439851645734731,0.153725174569888,0.106625663160714,0.158861071575935,0.153725174569888,0.169867177536573,0.384938702499324,0.153725174569888,0.0714226554108913,0.11461695106472,0.5,0.153725174569888,0.216227283704209,0.206636076241951,0.153725174569888,0.185662653799201,0.0696283682196521,0.5,0.153725174569888,0.213745635846837,0.199317986113241,0.153725174569888,0.144726027808721,0.0933471147700164,0.153725174569888,0.482296702426085,0.0551565618538981,0.153725174569888,0.190045168868019,0.094518415467226,0.153725174569888,0.199274939137113,0.103231364026704,0.153725174569888,0.102956167676482,0.0639300110509017,0.153725174569888,0.141864586179593,0.0823740092065484,0.5,0.153725174569888,0.285679247113533,0.0613053656013102,0,0.000805901874189804,0.0755683064174329 -6304,0.5,0.153725174569888,0.214041847167416,0.0257862836519796,0.153725174569888,0.185578658496209,0.133256922447711,0.153725174569888,0.0957570075550344,0.0543642966606379,0.153725174569888,0.0781805789863004,0.0396017570664771,0.153725174569888,0.141000503417319,0.378482855301841,0.153725174569888,0.104084562916336,0.0776614295041725,0.153725174569888,0.0991834884961652,0.405778565674518,0.153725174569888,0.0507291283509386,0.0857300703817162,0.5,0.153725174569888,0.115050007403538,0.118425921197737,0.153725174569888,0.0950953571680226,0.107225251990006,0.5,0.153725174569888,0.164284461166664,0.0981226098759498,0.153725174569888,0.132458084121615,0.0600125379706105,0.153725174569888,0.325853714644818,0.0825292674652994,0.153725174569888,0.0991322294072556,0.110711542400615,0.153725174569888,0.127843142584683,0.0973982914273928,0.153725174569888,0.12767741508534,0.0891946560283959,0.153725174569888,0.0680867195610418,0.0634705970690539,0.5,0.153725174569888,0.17341509643555,0.0569045272344183,0,0.000734589433610777,0.121540400433994 -6305,0.5,0.153725174569888,0.0960361293664214,0.0239418807684616,0.153725174569888,0.116536962642257,0.0674545573722803,0.153725174569888,0.04465556942373,0.0362746328442897,0.153725174569888,0.0440593987078456,0.0242344446230637,0.153725174569888,0.0653866489068131,0.311563078598197,0.153725174569888,0.102012799977116,0.0835818908071438,0.153725174569888,0.0405509667864924,0.336111113936058,0.153725174569888,0.0325748662219723,0.052992290701032,0.5,0.153725174569888,0.0904262262191237,0.064823813725771,0.153725174569888,0.0476349905209444,0.0950773445011032,0.5,0.153725174569888,0.196568250764499,0.133218095481671,0.153725174569888,0.0591892682548589,0.0343369812329256,0.153725174569888,0.171322552559165,0.102614470898284,0.153725174569888,0.0479871255398107,0.133184191390354,0.153725174569888,0.0670254731699358,0.0869333376368082,0.153725174569888,0.0454272182902561,0.114063149957764,0.153725174569888,0.0604779159882691,0.0658324668046173,0.5,0.153725174569888,0.118156533707502,0.0460528279533284,0,0.000603132552225772,0.16994951871005 -6306,0.5,0.153725174569888,0.000802241100221465,0.0149400854540375,0.153725174569888,0.0346250611933565,0.0176449080373641,0.153725174569888,0.00749866956333523,0.0138925922392165,0.153725174569888,4.93157362522508e-05,0.0147127022825418,0.153725174569888,0.0238648704294395,0.201934780273904,0.153725174569888,0.0397509625609353,0.0654967973192836,0.153725174569888,0.011961809664592,0.25334782961975,0.153725174569888,0.0128984721087961,0.0287977168197775,0.5,0.153725174569888,0.0326050582747969,0.0367611302639386,0.153725174569888,0.0130319492295636,0.101950161384276,0.5,0.153725174569888,0.0253481343889507,0.0712988121986242,0.153725174569888,0.0232235871496728,0.0239634431345041,0.153725174569888,0.0313938376648189,0.0921188795722581,0.153725174569888,0.00778407633367602,0.141098487176247,0.153725174569888,0.0162639144839135,0.125226488250909,0.153725174569888,0.0102648812285815,0.150860473506864,0.153725174569888,0.0142878969312424,0.0520569483849546,0.5,0.153725174569888,0.00086005984636442,0.0507486418029229,0,0.000262646501260724,0.21142972808273 -6307,0.5,0.153725174569888,0.0,0.0130543438634092,0.153725174569888,0.0,0.0148422296964879,0.153725174569888,0.0,0.00761983014263668,0.153725174569888,0.0,0.00991345627888414,0.153725174569888,0.0,0.0927756712005634,0.153725174569888,0.0,0.0436475587942975,0.153725174569888,0.0,0.121975159908537,0.153725174569888,0.0,0.0203526755130663,0.5,0.153725174569888,0.0,0.0141447317020737,0.153725174569888,0.0,0.119438854868552,0.5,0.153725174569888,0.0,0.0562845302787215,0.153725174569888,0.0,0.0307119753487699,0.153725174569888,0.0,0.0686799594417152,0.153725174569888,0.0,0.131303949662969,0.153725174569888,0.0,0.15058067764227,0.153725174569888,0.0,0.160255577213689,0.153725174569888,0.0,0.052534944281608,0.5,0.153725174569888,0.0,0.0738836163674447,0,0.000141151724555944,0.275452177320942 -6308,0.5,0.153725174569888,0.0,0.0154332509049315,0.153725174569888,0.0,0.0309290338880688,0.153725174569888,0.0,0.00715628587043071,0.153725174569888,0.0,0.00810050050188665,0.153725174569888,0.0,0.0710223494651499,0.153725174569888,0.0,0.0406909122645355,0.153725174569888,0.0,0.06805842261521,0.153725174569888,0.0,0.0200670931187699,0.5,0.153725174569888,0.0,0.00308930340115193,0.153725174569888,0.0,0.0884294387690925,0.5,0.153725174569888,0.0,0.0569532739178611,0.153725174569888,0.0,0.0375981868767317,0.153725174569888,0.0,0.0666429838112489,0.153725174569888,0.0,0.125106926257504,0.153725174569888,0.0,0.1502324597062,0.153725174569888,0.0,0.12017079667755,0.153725174569888,0.0,0.0553470525523294,0.5,0.153725174569888,0.0,0.110659129487002,0,2.21303090980784e-05,0.388839291926518 -6309,0.5,0.153725174569888,0.0,0.0203701256260711,0.153725174569888,0.0,0.0591380088713774,0.153725174569888,0.0,0.00956726948359868,0.153725174569888,0.0,0.0113551683388769,0.153725174569888,0.0,0.0813763296119959,0.153725174569888,0.0,0.0248441032363883,0.153725174569888,0.0,0.0482100093930155,0.153725174569888,0.0,0.0159702866687667,0.5,0.153725174569888,0.0,0.00278238370714397,0.153725174569888,0.0,0.0634297702867466,0.5,0.153725174569888,0.0,0.0585589321112999,0.153725174569888,0.0,0.0432017200064963,0.153725174569888,0.0,0.0739181336939153,0.153725174569888,0.0,0.121635645251941,0.153725174569888,0.0,0.151813817404861,0.153725174569888,0.0,0.0638045013689118,0.153725174569888,0.0,0.0638924453479546,0.5,0.153725174569888,0.0,0.122638963281888,0,0.0,0.530758283601786 -6310,0.5,0.153725174569888,0.0,0.0255537355049855,0.153725174569888,0.0,0.0987968541544974,0.153725174569888,0.0,0.0208035479052676,0.153725174569888,0.0,0.0178511069972793,0.153725174569888,0.0,0.104386623127758,0.153725174569888,0.0,0.0158213560926805,0.153725174569888,0.0,0.0555142698572718,0.153725174569888,0.0,0.0113142510939811,0.5,0.153725174569888,0.0,0.00484693075790849,0.153725174569888,0.0,0.0661231292333687,0.5,0.153725174569888,0.0,0.0485487011290507,0.153725174569888,0.0,0.0430766521083602,0.153725174569888,0.0,0.0874282293532368,0.153725174569888,0.0,0.123945438277799,0.153725174569888,0.0,0.136439671526431,0.153725174569888,0.0,0.0265846677001545,0.153725174569888,0.0,0.0674409924880745,0.5,0.153725174569888,0.0,0.108775040793556,0,0.0,0.702383202875156 -6311,0.5,0.153725174569888,0.0,0.0310001414851932,0.153725174569888,0.0,0.111000748575542,0.153725174569888,0.0,0.0449105397829185,0.153725174569888,0.0,0.0203411040873242,0.153725174569888,0.0,0.136139402630723,0.153725174569888,0.0,0.0371698087624017,0.153725174569888,0.0,0.0629627087757789,0.153725174569888,0.0,0.010572334008174,0.5,0.153725174569888,0.0,0.00714852071317387,0.153725174569888,0.0,0.0550288470785593,0.5,0.153725174569888,0.0,0.0413285394167594,0.153725174569888,0.0,0.0357482008331591,0.153725174569888,0.0,0.111060585969796,0.153725174569888,0.0,0.156123748449653,0.153725174569888,0.0,0.113124576842938,0.153725174569888,0.0,0.0122896081058813,0.153725174569888,0.0,0.074577610408786,0.5,0.153725174569888,0.0,0.0910247862010552,0,8.34339062259743e-05,0.799920512705651 -6312,0.5,0.153725174569888,0.0,0.0376954453515341,0.153725174569888,0.0,0.138495168305339,0.153725174569888,0.0,0.0783826426738409,0.153725174569888,0.0,0.0189975517734055,0.153725174569888,0.0,0.157023010099751,0.153725174569888,0.0,0.0887460087598404,0.153725174569888,0.0,0.0759137595873821,0.153725174569888,0.0,0.0144467997504792,0.5,0.153725174569888,0.0,0.00995708745147192,0.153725174569888,0.0,0.0462089898665418,0.5,0.153725174569888,0.0,0.0291309306885082,0.153725174569888,0.0,0.0265368239832294,0.153725174569888,0.0,0.134494370334402,0.153725174569888,0.0,0.214526940789306,0.153725174569888,0.0,0.124853644783982,0.153725174569888,0.0,0.0129977912648602,0.153725174569888,0.0,0.0975093082814515,0.5,0.153725174569888,0.0,0.0808496654017956,0,0.00258170558118209,0.869204206268666 -6313,0.5,0.153725174569888,0.0,0.0479227765021526,0.153725174569888,0.0,0.242505526352371,0.153725174569888,0.0,0.0990310913217008,0.153725174569888,0.0,0.0242719346315826,0.153725174569888,0.0,0.176869829125627,0.153725174569888,0.0,0.120214396262917,0.153725174569888,0.0,0.0791225305580182,0.153725174569888,0.0,0.0285717373180468,0.5,0.153725174569888,0.0,0.010599042394931,0.153725174569888,0.0,0.0463690575967079,0.5,0.153725174569888,0.0,0.019842618624624,0.153725174569888,0.0,0.0258533711748128,0.153725174569888,0.0,0.156919433064883,0.153725174569888,0.0,0.261870024080783,0.153725174569888,0.0,0.17111709005983,0.153725174569888,0.0,0.0202074297138498,0.153725174569888,0.0,0.10333661899947,0.5,0.153725174569888,0.0,0.0790090072435598,0,0.00847293310784103,0.941780707644746 -6314,0.5,0.153725174569888,0.0,0.0656766862481918,0.153725174569888,0.0,0.37613894619805,0.153725174569888,0.0,0.133254677829903,0.153725174569888,0.0,0.0318320865996867,0.153725174569888,0.0,0.165018844501478,0.153725174569888,0.0,0.114524478463744,0.153725174569888,0.0,0.0911863108352406,0.153725174569888,0.0,0.0585776517489106,0.5,0.153725174569888,0.0,0.0121335300724439,0.153725174569888,0.0,0.052261023394679,0.5,0.153725174569888,0.0,0.0116609911575267,0.153725174569888,0.0,0.0266870717921794,0.153725174569888,0.0,0.168498613275215,0.153725174569888,0.0,0.300929229252826,0.153725174569888,0.0,0.232990321449084,0.153725174569888,0.0,0.0229887925442968,0.153725174569888,0.0,0.102192604715402,0.5,0.153725174569888,0.0,0.0681429826274892,0,0.0236790016546046,0.986883236587087 -6315,0.5,0.153725174569888,0.0,0.0840433854112975,0.153725174569888,0.0,0.380488116918327,0.153725174569888,0.0,0.143715262425695,0.153725174569888,0.0,0.0440765779961367,0.153725174569888,0.0,0.170826766460178,0.153725174569888,0.0,0.118274423057023,0.153725174569888,0.0,0.111043326797797,0.153725174569888,0.0,0.0762261969492251,0.5,0.153725174569888,0.0,0.0160873194090193,0.153725174569888,0.0,0.0560270893777764,0.5,0.153725174569888,0.0,0.00845714757412097,0.153725174569888,0.0,0.0273321417547621,0.153725174569888,0.0,0.234281236061241,0.153725174569888,0.0,0.357686402849752,0.153725174569888,0.0,0.271235803237712,0.153725174569888,0.0,0.0210626321911143,0.153725174569888,0.0,0.0933484717579975,0.5,0.153725174569888,0.0,0.0627707469089075,0,0.049759303841752,0.993676322921031 -6316,0.5,0.153725174569888,0.0,0.111748301079737,0.153725174569888,0.0,0.322635772317399,0.153725174569888,0.0,0.106606424155955,0.153725174569888,0.0,0.073244535963115,0.153725174569888,0.0,0.22950452368974,0.153725174569888,0.0,0.158791725139166,0.153725174569888,0.0,0.163010325395489,0.153725174569888,0.0,0.0858899983992755,0.5,0.153725174569888,0.0,0.0217745870784937,0.153725174569888,0.0,0.0543123835767284,0.5,0.153725174569888,0.0,0.022451914920435,0.153725174569888,0.0,0.0307984403380331,0.153725174569888,0.0,0.34306310590964,0.153725174569888,0.0,0.417102321670803,0.153725174569888,0.0,0.316704413226258,0.153725174569888,0.0,0.033704596378748,0.153725174569888,0.0,0.0592939214968102,0.5,0.153725174569888,0.0,0.0553493527241359,0,0.0832924644497436,0.974727992179412 -6317,0.5,0.153725174569888,0.0,0.153673918043188,0.153725174569888,0.0,0.228159394404895,0.153725174569888,0.0,0.0839202041869632,0.153725174569888,0.0,0.0962826686830861,0.153725174569888,0.0,0.329946538235574,0.153725174569888,0.0,0.197143313841651,0.153725174569888,0.0,0.149510776299061,0.153725174569888,0.0,0.125642565070944,0.5,0.153725174569888,0.0,0.0364576903401288,0.153725174569888,0.0,0.0523753559253041,0.5,0.153725174569888,0.0,0.031009877823443,0.153725174569888,0.0,0.0480902341531752,0.153725174569888,0.0,0.548967116951351,0.153725174569888,0.0,0.531574638112914,0.153725174569888,0.0,0.344043977240809,0.153725174569888,0.0,0.0826757786572714,0.153725174569888,0.0,0.023063882076762,0.5,0.153725174569888,0.0,0.0403950836357964,0,0.146014779239438,0.969386109089531 -6318,0.5,0.153725174569888,0.0,0.205273120249897,0.153725174569888,0.0,0.167675649287373,0.153725174569888,0.0,0.0931377974537297,0.153725174569888,0.0,0.102414428255665,0.153725174569888,0.0,0.511664310241183,0.153725174569888,0.0,0.226350728966175,0.153725174569888,0.0,0.145408052461632,0.153725174569888,0.0,0.180003793713181,0.5,0.153725174569888,0.0,0.08475724260141,0.153725174569888,0.0,0.0736960947987459,0.5,0.153725174569888,0.0,0.0477010265059829,0.153725174569888,0.0,0.0609955813538689,0.153725174569888,0.0,0.677662141741622,0.153725174569888,0.0,0.683175810103591,0.153725174569888,0.0,0.331431675822197,0.153725174569888,0.0,0.128609433301733,0.153725174569888,0.0,0.0160208482202831,0.5,0.153725174569888,0.0,0.0339133033604969,0,0.264111880682298,0.964106183209686 -6319,0.5,0.153725174569888,0.0011029365610139,0.271125806472251,0.153725174569888,0.000567239594362202,0.407401163551114,0.153725174569888,0.00474142758723365,0.124456510338473,0.153725174569888,0.00332899400640595,0.126005051423919,0.153725174569888,0.000143433792392265,0.652043213415736,0.153725174569888,1.43266015201001e-05,0.285469519035249,0.153725174569888,0.000361903435059161,0.19313115031214,0.153725174569888,0.000211591962430241,0.211137121758098,0.5,0.153725174569888,0.000293696328555128,0.138584823050559,0.153725174569888,0.00123561359499235,0.101913919571285,0.5,0.153725174569888,0.00205201073013803,0.0372892176970956,0.153725174569888,0.00223175177159316,0.0592657653635269,0.153725174569888,0.00159001918764046,0.741584204894455,0.153725174569888,0.000145333916850288,0.748395702273938,0.153725174569888,0.00103480790299069,0.331983529590129,0.153725174569888,0.000742253664716199,0.156743044759002,0.153725174569888,0.0061861043079457,0.0135683526205415,0.5,0.153725174569888,0.00695465867089978,0.0338282844216697,0,0.350511215204878,0.962448264307542 -6320,0.5,0.153725174569888,0.0105685385967411,0.3382029397304,0.153725174569888,0.00678566354948968,0.777204740915531,0.153725174569888,0.0408106547523197,0.267297522055691,0.153725174569888,0.0457164287107697,0.198779367094306,0.153725174569888,0.00634123892475221,0.765345819697377,0.153725174569888,0.00278224423110206,0.380914942560209,0.153725174569888,0.00535830571967727,0.311530539484518,0.153725174569888,0.00639500900221238,0.236599986715268,0.5,0.153725174569888,0.00378683592711961,0.190100473140027,0.153725174569888,0.0176712739559127,0.116259846339645,0.5,0.153725174569888,0.0189716465012142,0.0596086186404075,0.153725174569888,0.0530312739103044,0.0596340853261409,0.153725174569888,0.0614862742120661,0.796998401982601,0.153725174569888,0.00822773267318848,0.774146293183128,0.153725174569888,0.0173543868653681,0.434422485546055,0.153725174569888,0.0173743087766218,0.202903963336344,0.153725174569888,0.0674164164309532,0.0185908467813688,0.5,0.153725174569888,0.0630401295087063,0.050991385704538,0,0.470125455060841,0.961359285231804 -6321,0.5,0.153725174569888,0.0271435183025312,0.399277688859916,0.153725174569888,0.0761605162826822,0.870675992200381,0.153725174569888,0.0624064102901065,0.408826672040361,0.153725174569888,0.106153624588982,0.318582832420392,0.153725174569888,0.036272671848956,0.770483703087769,0.153725174569888,0.0116075190378583,0.458825743446052,0.153725174569888,0.0109123002290079,0.445050554561624,0.153725174569888,0.0101935321601643,0.262600602620951,0.5,0.153725174569888,0.00901853281116822,0.230977689114238,0.153725174569888,0.0487255461531493,0.171300236850251,0.5,0.153725174569888,0.0234774004842616,0.147492568492915,0.153725174569888,0.129388390676825,0.113447529049491,0.153725174569888,0.164788971612756,0.861270628279782,0.153725174569888,0.0570244142644585,0.792866355919477,0.153725174569888,0.0343951188021667,0.595912558514985,0.153725174569888,0.0426687579680609,0.289182811042782,0.153725174569888,0.0935331267530858,0.0819862464127365,0.5,0.153725174569888,0.107633739592495,0.0848912786632074,0,0.613991591922684,0.963976255010893 -6322,0.5,0.153725174569888,0.0572091537865113,0.472581371267118,0.153725174569888,0.307370757457447,0.927144739885927,0.153725174569888,0.0838495753263704,0.36389871492405,0.153725174569888,0.127363142184038,0.431778785561069,0.153725174569888,0.107880130604601,0.757135466693762,0.153725174569888,0.0273173952596885,0.506289164245054,0.153725174569888,0.025723814791602,0.613349593259504,0.153725174569888,0.01988330775933,0.311429055075612,0.5,0.153725174569888,0.0112554432541275,0.240992006027138,0.153725174569888,0.118435303786672,0.259316697202259,0.5,0.153725174569888,0.048794867924838,0.18856935731396,0.153725174569888,0.188305616712793,0.241273611258824,0.153725174569888,0.234283716295152,0.883058989789661,0.153725174569888,0.073620780022347,0.803602300153605,0.153725174569888,0.0585711697157984,0.792180298768975,0.153725174569888,0.0725752302927574,0.359038730636692,0.153725174569888,0.0754497873040007,0.151789412539509,0.5,0.153725174569888,0.124914574366146,0.0994578338674927,0,0.721496235746555,0.939534683517607 -6323,0.5,0.153725174569888,0.132191206164199,0.561879767965802,0.153725174569888,0.266252964759979,0.930621484573608,0.153725174569888,0.15448047270715,0.3902327141922,0.153725174569888,0.152137908952878,0.473963496822455,0.153725174569888,0.120699571383907,0.728347083083345,0.153725174569888,0.0464960972940133,0.513032288632924,0.153725174569888,0.0895927396518965,0.668633737300489,0.153725174569888,0.0443509932467664,0.370497813706333,0.5,0.153725174569888,0.0177192846277525,0.263215599536707,0.153725174569888,0.218451013060271,0.326767159912846,0.5,0.153725174569888,0.0627051488560298,0.249989871404898,0.153725174569888,0.159365243616406,0.230003332925656,0.153725174569888,0.213454696084716,0.852466944222947,0.153725174569888,0.0793874149373003,0.789303314306174,0.153725174569888,0.0985752576977852,0.858926503413553,0.153725174569888,0.0907850712996867,0.434598491603737,0.153725174569888,0.0793228904385654,0.22039098973812,0.5,0.153725174569888,0.105703166095909,0.157608573757379,0,0.840840075606483,0.94579152604505 -6324,0.5,0.153725174569888,0.205066330153322,0.697099248341524,0.153725174569888,0.159233806469009,0.8930235059338,0.153725174569888,0.179073968471599,0.556070175205385,0.153725174569888,0.13684576400647,0.487442875743551,0.153725174569888,0.052635737150114,0.696309255049435,0.153725174569888,0.0638306962177353,0.504024983219717,0.153725174569888,0.129412891121549,0.740061576914224,0.153725174569888,0.072040565905923,0.427094088483348,0.5,0.153725174569888,0.0313137808360354,0.310915663311988,0.153725174569888,0.215192857704967,0.337131413923809,0.5,0.153725174569888,0.00651481749118244,0.332477882802693,0.153725174569888,0.11130394201061,0.204970916874716,0.153725174569888,0.223850971062715,0.827169734553958,0.153725174569888,0.0728031792062619,0.73826223133058,0.153725174569888,0.175103455298535,0.87665877835065,0.153725174569888,0.073946773731007,0.495628086474998,0.153725174569888,0.0612571792002462,0.265327273623468,0.5,0.153725174569888,0.136098174460946,0.301204633389346,0,0.884871589670859,0.983203750479543 -6325,0.5,0.153725174569888,0.266277848225662,0.756766575036752,0.153725174569888,0.117574148530496,0.822366699599966,0.153725174569888,0.155818338140545,0.741045516763269,0.153725174569888,0.164282229735675,0.498912088486216,0.153725174569888,0.0592103772184469,0.692219716054883,0.153725174569888,0.0611428491945637,0.514684276130851,0.153725174569888,0.0856589873746773,0.739121187085484,0.153725174569888,0.0849558358639717,0.46714118204661,0.5,0.153725174569888,0.0609031851164153,0.420769061502744,0.153725174569888,0.196016237841515,0.411037336470524,0.5,0.153725174569888,0.00590940237540386,0.322291280707104,0.153725174569888,0.0787971457302204,0.250846533307908,0.153725174569888,0.283467862199629,0.84650586695342,0.153725174569888,0.0670645844858751,0.724155563246176,0.153725174569888,0.213499194646862,0.892203280942116,0.153725174569888,0.0811467783688089,0.57520490248413,0.153725174569888,0.0914998899254969,0.279389416308394,0.5,0.153725174569888,0.231663126268409,0.34742877849782,0,0.900922688285467,1.00701684329831 -6326,0.5,0.153725174569888,0.342770757017021,0.794775538761249,0.153725174569888,0.057444555840694,0.797745025569441,0.153725174569888,0.131080647345812,0.747032720836614,0.153725174569888,0.156069036694787,0.516163975635036,0.153725174569888,0.0636424719632944,0.665147494685566,0.153725174569888,0.0539440768042029,0.528497747178021,0.153725174569888,0.0570166913151779,0.684240361115508,0.153725174569888,0.090710029789299,0.467450436111619,0.5,0.153725174569888,0.103210653568587,0.547749487461301,0.153725174569888,0.191363713465974,0.45852408573289,0.5,0.153725174569888,0.014849330313787,0.201896572804013,0.153725174569888,0.0753531012042119,0.257229754620007,0.153725174569888,0.346454190986221,0.915253688663099,0.153725174569888,0.0748220035684113,0.761733233442747,0.153725174569888,0.161802382263743,0.870328649538854,0.153725174569888,0.0808775182273422,0.669128291436916,0.153725174569888,0.0757930559816157,0.255390544862102,0.5,0.153725174569888,0.190850934326481,0.335498394375903,0,0.90480055819226,1.00818555715013 -6327,0.5,0.153725174569888,0.376846273926549,0.825850837401407,0.153725174569888,0.0528709679837405,0.864732660970507,0.153725174569888,0.155304613868639,0.756312015553323,0.153725174569888,0.107013752613671,0.507845990848371,0.153725174569888,0.116247672109586,0.690290749625248,0.153725174569888,0.0432460285388647,0.446372741811004,0.153725174569888,0.0422107352203043,0.64393585668441,0.153725174569888,0.0807805680437595,0.453076121099333,0.5,0.153725174569888,0.0984203129006708,0.60629196207788,0.153725174569888,0.0540994907864008,0.372334584095559,0.5,0.153725174569888,0.0282305586707461,0.185225238904078,0.153725174569888,0.0173582412758583,0.250518933979243,0.153725174569888,0.377450974009439,0.957338230827488,0.153725174569888,0.178337988858598,0.879147355651378,0.153725174569888,0.0833959347606136,0.832650507703332,0.153725174569888,0.0606159253062179,0.681144052360571,0.153725174569888,0.0611756089861172,0.296349537752675,0.5,0.153725174569888,0.121994542170295,0.234911232033252,0,0.866135260796215,1.00514173587682 -6328,0.5,0.153725174569888,0.298118254835754,0.834387136858211,0.153725174569888,0.0996901260325908,0.931679997220436,0.153725174569888,0.125335146305675,0.806426385398907,0.153725174569888,0.0632150702664027,0.502236406526147,0.153725174569888,0.196063000008926,0.820684690810556,0.153725174569888,0.0339337416472793,0.349185669393486,0.153725174569888,0.0240162112272708,0.509234057074009,0.153725174569888,0.0463390274953337,0.421394731279519,0.5,0.153725174569888,0.0694861717405326,0.639329369736616,0.153725174569888,0.00442184436468208,0.364958114305027,0.5,0.153725174569888,0.0291261624925821,0.204224274375517,0.153725174569888,0.00342019125606309,0.196726786255931,0.153725174569888,0.311722514336084,0.96509790774417,0.153725174569888,0.147740252115277,0.932662574907269,0.153725174569888,0.0549023031848908,0.785817397116965,0.153725174569888,0.0330912319563086,0.665897586101478,0.153725174569888,0.0338659494770539,0.318481214315579,0.5,0.153725174569888,0.0397900878675024,0.220237542361016,0,0.786309302875506,1.01069106340164 -6329,0.5,0.153725174569888,0.125710401578046,0.795586320555277,0.153725174569888,0.169946717344723,0.996362442939629,0.153725174569888,0.0439968724055119,0.865871728770792,0.153725174569888,0.0288496874730066,0.546205838212754,0.153725174569888,0.117805509986115,0.896729843789299,0.153725174569888,0.0497425593042268,0.322482806027488,0.153725174569888,0.0252596446041754,0.379040347710438,0.153725174569888,0.0110260916917561,0.348672828158615,0.5,0.153725174569888,0.049502057456713,0.64911998411389,0.153725174569888,0.000597134357664513,0.324116147813074,0.5,0.153725174569888,0.0141356348644761,0.29814528643411,0.153725174569888,0.00208987121302949,0.180460790847565,0.153725174569888,0.155825575199066,0.956138246830297,0.153725174569888,0.0554510410430753,0.920331362070912,0.153725174569888,0.0579959653045714,0.743041467409091,0.153725174569888,0.0129936639299875,0.59177688704708,0.153725174569888,0.0116407099658738,0.360860716866218,0.5,0.153725174569888,0.00593097118578658,0.305870922117264,0,0.705891769369212,1.0099072101018 -6330,0.5,0.153725174569888,0.0,0.680405583899573,0.153725174569888,0.00511376769381742,0.952526861227477,0.153725174569888,0.000497918738669553,0.814385864233852,0.153725174569888,0.000294064132730082,0.626016367283831,0.153725174569888,0.0213892583559165,0.867414209563816,0.153725174569888,0.0205166504076218,0.447358221469863,0.153725174569888,0.00785459439635228,0.349686359321273,0.153725174569888,0.00181190818770262,0.248288726706466,0.5,0.153725174569888,0.0195716521830716,0.61694304751931,0.153725174569888,0.000184497554672876,0.190330174039848,0.5,0.153725174569888,0.00200022148257321,0.404626668073724,0.153725174569888,0.000682001166130902,0.214783446458027,0.153725174569888,0.0246984077945414,0.886044441442392,0.153725174569888,0.00374980657259911,0.903838138796455,0.153725174569888,0.0134013359434086,0.755466457134848,0.153725174569888,0.00249348844369808,0.492812379321572,0.153725174569888,0.00115812728169721,0.428710810996827,0.5,0.153725174569888,9.37624820638119e-05,0.319078092085712,0,0.637302126851753,1.01004506346198 -6331,0.5,0.153725174569888,0.0,0.609346621025405,0.153725174569888,0.0,0.892707567342795,0.153725174569888,0.0,0.581579964622549,0.153725174569888,0.0,0.723641119966464,0.153725174569888,0.0,0.75542907399505,0.153725174569888,0.0,0.499685772664594,0.153725174569888,0.0,0.417130295007547,0.153725174569888,0.0,0.164757667532859,0.5,0.153725174569888,0.0,0.521219293535819,0.153725174569888,0.0,0.182201449152269,0.5,0.153725174569888,0.0,0.431307202178472,0.153725174569888,0.0,0.328824036962729,0.153725174569888,0.0,0.800028931752998,0.153725174569888,0.0,0.886346266753734,0.153725174569888,0.0,0.813418013237027,0.153725174569888,0.0,0.363315016877579,0.153725174569888,0.0,0.502965909607824,0.5,0.153725174569888,0.0,0.303140837864257,0,0.698818880030407,1.01002422450034 -6332,0.5,0.153725174569888,0.0,0.609992875347548,0.153725174569888,0.0,0.946219472774373,0.153725174569888,0.0,0.35070310173754,0.153725174569888,0.0,0.676654980240857,0.153725174569888,0.0,0.786858154567526,0.153725174569888,0.0,0.468267345004911,0.153725174569888,0.0,0.479491682080541,0.153725174569888,0.0,0.116360594771991,0.5,0.153725174569888,0.0,0.443649227756599,0.153725174569888,0.0,0.244687656304585,0.5,0.153725174569888,0.0,0.407485904093756,0.153725174569888,0.0,0.515054037896699,0.153725174569888,0.0,0.782025669388418,0.153725174569888,0.0,0.906277197581688,0.153725174569888,0.0,0.85850275583072,0.153725174569888,0.0,0.317617898854838,0.153725174569888,0.0,0.542893361949075,0.5,0.153725174569888,0.0,0.32140617694799,0,0.916818458265142,1.01020166900832 -6333,0.5,0.153725174569888,0.0,0.655128966478207,0.153725174569888,0.0,0.859309603674132,0.153725174569888,0.0,0.326541904815666,0.153725174569888,0.0,0.588708838694322,0.153725174569888,0.0,0.802409406546729,0.153725174569888,0.0,0.507973310772799,0.153725174569888,0.0,0.586190917974638,0.153725174569888,0.0,0.142342554987919,0.5,0.153725174569888,0.0,0.242057665856974,0.153725174569888,0.0,0.262555784177985,0.5,0.153725174569888,0.0,0.317171167556921,0.153725174569888,0.0,0.606679640876488,0.153725174569888,0.0,0.772383773772603,0.153725174569888,0.0,0.912898272202993,0.153725174569888,0.0,0.877916968170245,0.153725174569888,0.0,0.365887021326917,0.153725174569888,0.0,0.41144342591976,0.5,0.153725174569888,0.0,0.428627771501344,0,0.919152024426519,1.00928441832299 -6334,0.5,0.153725174569888,0.0,0.681712216512613,0.153725174569888,0.0,0.846313065725423,0.153725174569888,0.0,0.508883601846437,0.153725174569888,0.0,0.540198345063292,0.153725174569888,0.0,0.756109866315375,0.153725174569888,0.0,0.468972773839639,0.153725174569888,0.0,0.604256123065342,0.153725174569888,0.0,0.196304309789485,0.5,0.153725174569888,0.0,0.0855275060847743,0.153725174569888,0.0,0.314299518282387,0.5,0.153725174569888,0.0,0.163340152772783,0.153725174569888,0.0,0.521251870798645,0.153725174569888,0.0,0.690339501778357,0.153725174569888,0.0,0.887211285522356,0.153725174569888,0.0,0.847003479548964,0.153725174569888,0.0,0.478193453031011,0.153725174569888,0.0,0.265668295096527,0.5,0.153725174569888,0.0,0.510113548627471,0,0.950970811228168,1.01011697740006 -6335,0.5,0.153725174569888,0.0,0.648369153451031,0.153725174569888,0.0,0.813565001357561,0.153725174569888,0.0,0.642513206160313,0.153725174569888,0.0,0.607100460947749,0.153725174569888,0.0,0.737624410041368,0.153725174569888,0.0,0.431768656090112,0.153725174569888,0.0,0.527189412800322,0.153725174569888,0.0,0.243629061150758,0.5,0.153725174569888,0.0,0.106070933905997,0.153725174569888,0.0,0.376708784004332,0.5,0.153725174569888,0.0,0.0535541221744361,0.153725174569888,0.0,0.364083302786026,0.153725174569888,0.0,0.624570102093138,0.153725174569888,0.0,0.892075958198159,0.153725174569888,0.0,0.82459666018508,0.153725174569888,0.0,0.455362688609011,0.153725174569888,0.0,0.196522370958014,0.5,0.153725174569888,0.0,0.540396867193296,0,0.899457782169848,1.01055202125704 -6336,0.5,0.153725174569888,0.0,0.598654011159832,0.153725174569888,0.0,0.743543425186177,0.153725174569888,0.0,0.629717281246031,0.153725174569888,0.0,0.701755287489993,0.153725174569888,0.0,0.820993848707663,0.153725174569888,0.0,0.442821599324841,0.153725174569888,0.0,0.524676046815786,0.153725174569888,0.0,0.231769966111067,0.5,0.153725174569888,0.0,0.186886408349972,0.153725174569888,0.0,0.285756347398772,0.5,0.153725174569888,0.0,0.0728332717497812,0.153725174569888,0.0,0.182498488380085,0.153725174569888,0.0,0.584356851850219,0.153725174569888,0.0,0.875143737166692,0.153725174569888,0.0,0.821132175883718,0.153725174569888,0.0,0.375223295310515,0.153725174569888,0.0,0.289411836364682,0.5,0.153725174569888,0.0,0.434716028398187,0,0.729479268820552,1.0098570017177 -6337,0.5,0.153725174569888,0.0,0.544644821023595,0.153725174569888,0.0,0.702911106083671,0.153725174569888,0.0,0.652504047599807,0.153725174569888,0.0,0.6384517881376,0.153725174569888,0.0,0.779948466698264,0.153725174569888,0.0,0.454346152690089,0.153725174569888,0.0,0.576165075917898,0.153725174569888,0.0,0.215376730285258,0.5,0.153725174569888,0.0,0.199389610106952,0.153725174569888,0.0,0.146064109981985,0.5,0.153725174569888,0.0,0.188225726229836,0.153725174569888,0.0,0.0863563529726919,0.153725174569888,0.0,0.560960229247629,0.153725174569888,0.0,0.799278470815822,0.153725174569888,0.0,0.819527796920299,0.153725174569888,0.0,0.38169388424856,0.153725174569888,0.0,0.328222067237845,0.5,0.153725174569888,0.0,0.285496808721766,0,0.582249848376413,1.00817360307607 -6338,0.5,0.153725174569888,0.0,0.549495138332343,0.153725174569888,0.0,0.631641880174355,0.153725174569888,0.0,0.721865034979684,0.153725174569888,0.0,0.579563531625413,0.153725174569888,0.0,0.587670352833271,0.153725174569888,0.0,0.448400051169141,0.153725174569888,0.0,0.64307896306959,0.153725174569888,0.0,0.223187394073399,0.5,0.153725174569888,0.0,0.201017862266944,0.153725174569888,0.0,0.0956029533090808,0.5,0.153725174569888,0.0,0.196759581017129,0.153725174569888,0.0,0.0701779932910726,0.153725174569888,0.0,0.546951607240809,0.153725174569888,0.0,0.771595720215374,0.153725174569888,0.0,0.797969168358432,0.153725174569888,0.0,0.447363175833443,0.153725174569888,0.0,0.284491614270085,0.5,0.153725174569888,0.0,0.196538400659109,0,0.801878383510423,1.00829063661956 -6339,0.5,0.153725174569888,0.0,0.590974286671663,0.153725174569888,0.0,0.663883360709567,0.153725174569888,0.0,0.79624792660159,0.153725174569888,0.0,0.603421263553508,0.153725174569888,0.0,0.514377462631874,0.153725174569888,0.0,0.390659133616266,0.153725174569888,0.0,0.686970190252166,0.153725174569888,0.0,0.253925248303334,0.5,0.153725174569888,0.0,0.221361414706914,0.153725174569888,0.0,0.0807151508144521,0.5,0.153725174569888,0.0,0.189726474273147,0.153725174569888,0.0,0.0644231157609197,0.153725174569888,0.0,0.520116223449542,0.153725174569888,0.0,0.830230862782145,0.153725174569888,0.0,0.794580158345009,0.153725174569888,0.0,0.522530602322574,0.153725174569888,0.0,0.27203216830179,0.5,0.153725174569888,0.0,0.16078403926529,0,0.884702284099235,1.00948090486167 -6340,0.5,0.153725174569888,0.0,0.597448273402746,0.153725174569888,0.0,0.688313229036729,0.153725174569888,0.0,0.849756949975482,0.153725174569888,0.0,0.705595989443299,0.153725174569888,0.0,0.615227463321209,0.153725174569888,0.0,0.430131217324132,0.153725174569888,0.0,0.678053379708496,0.153725174569888,0.0,0.255539513233796,0.5,0.153725174569888,0.0,0.216596245444104,0.153725174569888,0.0,0.0513871900428449,0.5,0.153725174569888,0.0,0.18083306399625,0.153725174569888,0.0,0.101074989411284,0.153725174569888,0.0,0.535100888014676,0.153725174569888,0.0,0.892131691203078,0.153725174569888,0.0,0.819479357226706,0.153725174569888,0.0,0.572116545456616,0.153725174569888,0.0,0.313149704885529,0.5,0.153725174569888,0.0,0.144886880471827,0,0.877614050130415,1.00999181916004 -6341,0.5,0.153725174569888,0.0,0.584272301573895,0.153725174569888,0.0,0.741390343985657,0.153725174569888,0.0,0.836829212750682,0.153725174569888,0.0,0.775445980010417,0.153725174569888,0.0,0.735851803941588,0.153725174569888,0.0,0.420849474819134,0.153725174569888,0.0,0.71801580742248,0.153725174569888,0.0,0.270502992914933,0.5,0.153725174569888,0.0,0.219666512895214,0.153725174569888,0.0,0.0377669404936131,0.5,0.153725174569888,0.0,0.209117334636525,0.153725174569888,0.0,0.170159184154087,0.153725174569888,0.0,0.515141338822641,0.153725174569888,0.0,0.899458250016826,0.153725174569888,0.0,0.85208901092478,0.153725174569888,0.0,0.597726277627846,0.153725174569888,0.0,0.342879348560715,0.5,0.153725174569888,0.0,0.170792118362156,0,0.860604649994587,1.01048574037302 -6342,0.5,0.153725174569888,0.0,0.578760346637754,0.153725174569888,0.0,0.542441075187923,0.153725174569888,0.0,0.794060740710022,0.153725174569888,0.0,0.811960043219093,0.153725174569888,0.0,0.841499565622422,0.153725174569888,0.0,0.504759059167492,0.153725174569888,0.0,0.798619620736067,0.153725174569888,0.0,0.264910721938924,0.5,0.153725174569888,0.0,0.209253628497106,0.153725174569888,0.0,0.0537097713163641,0.5,0.153725174569888,0.0,0.249116563383971,0.153725174569888,0.0,0.202026911032432,0.153725174569888,0.0,0.425957748503992,0.153725174569888,0.0,0.871483815783606,0.153725174569888,0.0,0.92069711031219,0.153725174569888,0.0,0.672449009625716,0.153725174569888,0.0,0.392029408706187,0.5,0.153725174569888,0.0,0.191288541170841,0,0.832783344728145,1.01103520936025 -6343,0.5,0.153725174569888,0.00328603145035356,0.574065299940493,0.153725174569888,0.00133098481805717,0.728289729630706,0.153725174569888,0.000990190462485294,0.750697752070377,0.153725174569888,0.00145275380672895,0.839202008702651,0.153725174569888,0.000638276745196462,0.920898499954549,0.153725174569888,6.73430492121811e-06,0.526506708499352,0.153725174569888,0.000690905204953754,0.756411144059071,0.153725174569888,0.000235763375121596,0.299286410363869,0.5,0.153725174569888,0.000245811862179522,0.232751637781373,0.153725174569888,0.00264939203355238,0.0972654443240841,0.5,0.153725174569888,0.00085601204085837,0.240870540030218,0.153725174569888,0.00184120590857991,0.229064192396116,0.153725174569888,0.00414445436117683,0.295932491732556,0.153725174569888,0.00127698346958825,0.741180918973781,0.153725174569888,0.000935369242272175,0.93971457492763,0.153725174569888,0.000747630917981558,0.691276777929634,0.153725174569888,0.00108051562403143,0.443605634397872,0.5,0.153725174569888,0.00250211160271619,0.289552708529468,0,0.888734280195538,1.00881166466157 -6344,0.5,0.153725174569888,0.0456336476036217,0.620385694634878,0.153725174569888,0.115801944000747,0.593181197367025,0.153725174569888,0.017898795618206,0.7830067521423,0.153725174569888,0.0151799905985596,0.83287426272636,0.153725174569888,0.0482500286893283,0.98074795982933,0.153725174569888,0.0209836252256728,0.621521921724366,0.153725174569888,0.0530959101132031,0.80001190433682,0.153725174569888,0.0220258495232815,0.361812724148542,0.5,0.153725174569888,0.0190767985047008,0.304103306876973,0.153725174569888,0.0424844742792278,0.169692367802743,0.5,0.153725174569888,0.0387607082689604,0.430072197923854,0.153725174569888,0.0618117499656948,0.219574372409257,0.153725174569888,0.120268107141049,0.297119102776787,0.153725174569888,0.0472395244795141,0.638073010429206,0.153725174569888,0.0228315286946004,0.927281830401113,0.153725174569888,0.0333758975803451,0.6968965493581,0.153725174569888,0.0177905753064037,0.52104534334932,0.5,0.153725174569888,0.0191934322652887,0.40121885706512,0,0.944615423240052,1.00576237231253 -6345,0.5,0.153725174569888,0.122422323295567,0.688005231008816,0.153725174569888,0.288207778615907,0.599385341107648,0.153725174569888,0.0762312753929883,0.93175690915087,0.153725174569888,0.0557605128035161,0.794848728641161,0.153725174569888,0.086309327302191,0.95248150986741,0.153725174569888,0.0676465314766757,0.76009824625351,0.153725174569888,0.0887766310028787,0.873098302916802,0.153725174569888,0.0681263020633463,0.485214396530469,0.5,0.153725174569888,0.0472034442872285,0.350400286299952,0.153725174569888,0.134563101089246,0.215671623969239,0.5,0.153725174569888,0.0711126430520413,0.4107634761492,0.153725174569888,0.162382368517524,0.314439734691904,0.153725174569888,0.250116772456947,0.512536308055226,0.153725174569888,0.0795996888340159,0.634664438366003,0.153725174569888,0.146315426956018,0.903848667006499,0.153725174569888,0.1193053039505,0.810230003399006,0.153725174569888,0.0387341009862157,0.527146881873055,0.5,0.153725174569888,0.052170838626796,0.548591958132855,0,0.957206288111894,0.999581639605636 -6346,0.5,0.153725174569888,0.226307073490672,0.801843427121885,0.153725174569888,0.437169381733575,0.548944195327453,0.153725174569888,0.140786113465862,1.00110777862339,0.153725174569888,0.185226093188755,0.79979663447444,0.153725174569888,0.0868889439613572,0.904065686450575,0.153725174569888,0.0767696343086291,0.804908188312524,0.153725174569888,0.119130751901534,0.933127126401107,0.153725174569888,0.151478733290032,0.639089541837649,0.5,0.153725174569888,0.07191979929429,0.369865149217681,0.153725174569888,0.22450747283012,0.293094778189156,0.5,0.153725174569888,0.049971700475554,0.33236433050097,0.153725174569888,0.200097117811813,0.35093859890701,0.153725174569888,0.41882412820921,0.731903038492391,0.153725174569888,0.0979185033993593,0.645996998912241,0.153725174569888,0.263944014051866,0.854736459314523,0.153725174569888,0.258850866597303,0.933728463447227,0.153725174569888,0.0787917043431489,0.551880735905848,0.5,0.153725174569888,0.0901967998653081,0.571014784990104,0,0.927037362766363,1.00613594032392 -6347,0.5,0.153725174569888,0.283599030553825,0.847486939372149,0.153725174569888,0.558833249456038,0.734685913028653,0.153725174569888,0.166991602773054,0.981018878086202,0.153725174569888,0.294597993621855,0.782427773947953,0.153725174569888,0.136262562403794,0.920134361112586,0.153725174569888,0.122876058452249,0.831491797924531,0.153725174569888,0.122801960360018,0.937656481377208,0.153725174569888,0.265765793948672,0.784348812003994,0.5,0.153725174569888,0.125613321830305,0.359705555315899,0.153725174569888,0.153070608492806,0.317114268977168,0.5,0.153725174569888,0.0876828593331476,0.404278835411218,0.153725174569888,0.169582531898763,0.352301462201582,0.153725174569888,0.546390065662541,0.851674963345205,0.153725174569888,0.138970667237158,0.702354663151798,0.153725174569888,0.266092498317839,0.804977764914108,0.153725174569888,0.287627937046231,0.981531482630289,0.153725174569888,0.198717349201856,0.68963789398385,0.5,0.153725174569888,0.11173205899459,0.613745809738222,0,0.871873597033751,1.00464635910913 -6348,0.5,0.153725174569888,0.36960745827479,0.884976426359064,0.153725174569888,0.613525985768098,0.935353716301169,0.153725174569888,0.247351170195016,0.942081810724869,0.153725174569888,0.297703509068359,0.80179367549406,0.153725174569888,0.124641559493704,0.932578430588467,0.153725174569888,0.104189197325825,0.807885619849953,0.153725174569888,0.15879254197466,0.954560823484656,0.153725174569888,0.369630346710624,0.862120857823341,0.5,0.153725174569888,0.25107024013072,0.517021529001807,0.153725174569888,0.113089518785804,0.284815730985059,0.5,0.153725174569888,0.268414337960336,0.708570879232668,0.153725174569888,0.134012686083826,0.334882957125244,0.153725174569888,0.576280073854184,0.77308107117844,0.153725174569888,0.231685463103788,0.824129266533859,0.153725174569888,0.288739568888349,0.83848840030762,0.153725174569888,0.172393739248348,0.954759376377032,0.153725174569888,0.301339595524502,0.762674713344505,0.5,0.153725174569888,0.121601857946492,0.580607147512973,0,0.800338448673917,0.994323387858117 -6349,0.5,0.153725174569888,0.408874148432451,0.889655342337329,0.153725174569888,0.614461904120967,0.856129506947713,0.153725174569888,0.335061494166524,0.865715329813001,0.153725174569888,0.217244625419228,0.807882600659318,0.153725174569888,0.203852591313338,0.96996572284589,0.153725174569888,0.167260463632898,0.79341220178949,0.153725174569888,0.244253105980721,0.964146048247748,0.153725174569888,0.230118608673604,0.814011043059611,0.5,0.153725174569888,0.330966284798115,0.635656402553989,0.153725174569888,0.153074159395132,0.282870849939747,0.5,0.153725174569888,0.442693644961088,0.767312727452694,0.153725174569888,0.182081222829446,0.343122124533571,0.153725174569888,0.600340773921931,0.785792507780145,0.153725174569888,0.218294554038879,0.880322257791466,0.153725174569888,0.30122849798788,0.904560385744126,0.153725174569888,0.152853454520358,0.944269081891329,0.153725174569888,0.218472704963037,0.714172297414127,0.5,0.153725174569888,0.121934852187116,0.593815305522439,0,0.921287069520011,0.958262456999922 -6350,0.5,0.153725174569888,0.382354541749517,0.870182935573857,0.153725174569888,0.591690920733702,0.876552381472525,0.153725174569888,0.318883041131055,0.840901387354547,0.153725174569888,0.237403878570195,0.766033668744408,0.153725174569888,0.232618112476456,0.970902010370904,0.153725174569888,0.264574718507301,0.79703559861645,0.153725174569888,0.295853144754275,0.956730092714061,0.153725174569888,0.164931891262096,0.730769260393447,0.5,0.153725174569888,0.235870015426904,0.660029415626268,0.153725174569888,0.144552767173494,0.275187413459255,0.5,0.153725174569888,0.307541091504528,0.586168247115438,0.153725174569888,0.230187035245492,0.395986060983968,0.153725174569888,0.487970907582869,0.842215160365878,0.153725174569888,0.219010167380678,0.895547711233296,0.153725174569888,0.296690912933663,0.946511401822254,0.153725174569888,0.189671262174623,0.943809256817114,0.153725174569888,0.0885947371817837,0.686110774217452,0.5,0.153725174569888,0.133268353078054,0.675723448266794,0,0.914281297516016,0.913834258633567 -6351,0.5,0.153725174569888,0.32705698528159,0.852663696249705,0.153725174569888,0.430283741520413,0.857141183819054,0.153725174569888,0.291485023533489,0.843605751818293,0.153725174569888,0.220570034851084,0.673336157933365,0.153725174569888,0.178240972573944,0.887381123709693,0.153725174569888,0.28906511650652,0.727256802543347,0.153725174569888,0.228628805261573,0.927525756825161,0.153725174569888,0.213451131220726,0.6542651185454,0.5,0.153725174569888,0.182768081081631,0.615888219906788,0.153725174569888,0.209014363409959,0.330538203915732,0.5,0.153725174569888,0.167564783175572,0.434272011094643,0.153725174569888,0.184133705107489,0.380215860618389,0.153725174569888,0.303715792854103,0.878667263225784,0.153725174569888,0.252157454560175,0.888549399661324,0.153725174569888,0.20731255820427,0.943386316382404,0.153725174569888,0.183544125584243,0.935449318168896,0.153725174569888,0.0577877035527274,0.665590867644324,0.5,0.153725174569888,0.11688435000359,0.674783665804308,0,0.91137202562283,0.852160774301376 -6352,0.5,0.153725174569888,0.220876837694368,0.859277476755512,0.153725174569888,0.20312532263631,0.802189728268345,0.153725174569888,0.230390094494181,0.8675082471216,0.153725174569888,0.157282361086583,0.625144905733907,0.153725174569888,0.1493267072299,0.757532319793926,0.153725174569888,0.226528954773784,0.593619426364991,0.153725174569888,0.132996463366412,0.839124443381932,0.153725174569888,0.120343309774097,0.514767486083141,0.5,0.153725174569888,0.119070323173455,0.547833272128289,0.153725174569888,0.213930660734465,0.345406858693209,0.5,0.153725174569888,0.0730631756615579,0.575951919787662,0.153725174569888,0.129724070481772,0.293236440658537,0.153725174569888,0.298644173917898,0.88508301760111,0.153725174569888,0.274784475880712,0.845031309424643,0.153725174569888,0.104811530067985,0.877569584858974,0.153725174569888,0.185292105612613,0.863174632961517,0.153725174569888,0.0588517563898633,0.640985405959935,0.5,0.153725174569888,0.0885336386238259,0.663624961421232,0,0.952356295929114,0.795320789862208 -6353,0.5,0.153725174569888,0.0904168693616571,0.820680285535596,0.153725174569888,0.139315127933884,0.741158931947674,0.153725174569888,0.129668131089138,0.826254406410618,0.153725174569888,0.0878041162852271,0.550913836699261,0.153725174569888,0.235674753613857,0.64558729791468,0.153725174569888,0.133466417233738,0.388517784829892,0.153725174569888,0.0559836494936903,0.637135895707258,0.153725174569888,0.0699638070851723,0.364962070389722,0.5,0.153725174569888,0.0518746245322924,0.446111018348238,0.153725174569888,0.113512448341165,0.298972917423825,0.5,0.153725174569888,0.0340700331335874,0.421206927520472,0.153725174569888,0.0952343535499899,0.196750527249185,0.153725174569888,0.255572144531678,0.854886626419391,0.153725174569888,0.227388806862483,0.754817351829151,0.153725174569888,0.0603878026588602,0.757672967420196,0.153725174569888,0.130075222883013,0.75278847546009,0.153725174569888,0.0334315655970969,0.554362554602569,0.5,0.153725174569888,0.0512741113783411,0.603687105497768,0,0.975348892759689,0.753826510465641 -6354,0.5,0.153725174569888,0.00011068940705863,0.767605579034397,0.153725174569888,0.0134469160727787,0.54276904838937,0.153725174569888,0.0,0.810917108481114,0.153725174569888,0.0,0.365129741321528,0.153725174569888,0.0408651146928765,0.325408423077966,0.153725174569888,0.0370022721573494,0.201878409654579,0.153725174569888,0.0271454161377794,0.293805965680933,0.153725174569888,0.0154310141482484,0.21699148807055,0.5,0.153725174569888,0.0162408703446155,0.323702718705663,0.153725174569888,0.00744596889369996,0.2051156234975,0.5,0.153725174569888,0.0100349122225793,0.254312828042555,0.153725174569888,0.023005954041078,0.111427023482301,0.153725174569888,0.0263607047546617,0.673606942274414,0.153725174569888,0.0362442234643441,0.544666140629029,0.153725174569888,0.0111144100090203,0.492944023199586,0.153725174569888,0.0187108648818616,0.503416786491636,0.153725174569888,0.00271103047977849,0.432023668460756,0.5,0.153725174569888,0.000233868255688317,0.49103357602987,0,0.971537421799826,0.697449317553816 -6355,0.5,0.153725174569888,0.0,0.749954960308251,0.153725174569888,0.0,0.375719690611608,0.153725174569888,0.0,0.769974561904911,0.153725174569888,0.0,0.330441248152222,0.153725174569888,0.0,0.180342508482096,0.153725174569888,0.0,0.14988273003442,0.153725174569888,0.0,0.175132987239092,0.153725174569888,0.0,0.12864741777483,0.5,0.153725174569888,0.0,0.200971914009989,0.153725174569888,0.0,0.108386402740266,0.5,0.153725174569888,0.0,0.182466686242866,0.153725174569888,0.0,0.0865895252428261,0.153725174569888,0.0,0.498469023562217,0.153725174569888,0.0,0.409162398285763,0.153725174569888,0.0,0.322027578045363,0.153725174569888,0.0,0.236664719708693,0.153725174569888,0.0,0.331671095524525,0.5,0.153725174569888,0.0,0.427995862851879,0,0.966222803941014,0.583682394402942 -6356,0.5,0.153725174569888,0.0,0.774228494966198,0.153725174569888,0.0,0.234139321694244,0.153725174569888,0.0,0.532653497473168,0.153725174569888,0.0,0.353801910858809,0.153725174569888,0.0,0.131673517241777,0.153725174569888,0.0,0.137541534638422,0.153725174569888,0.0,0.192561194217804,0.153725174569888,0.0,0.106633305062286,0.5,0.153725174569888,0.0,0.112646182496894,0.153725174569888,0.0,0.0687620899371611,0.5,0.153725174569888,0.0,0.151520822955464,0.153725174569888,0.0,0.069215452180311,0.153725174569888,0.0,0.426653869024883,0.153725174569888,0.0,0.334590925479961,0.153725174569888,0.0,0.292617775319239,0.153725174569888,0.0,0.186989784611296,0.153725174569888,0.0,0.255235574035996,0.5,0.153725174569888,0.0,0.373767094462735,0,0.955475082959444,0.531372715911235 -6357,0.5,0.153725174569888,0.0,0.753148405270232,0.153725174569888,0.0,0.217622417368567,0.153725174569888,0.0,0.427192945843808,0.153725174569888,0.0,0.36484390297553,0.153725174569888,0.0,0.098722637899854,0.153725174569888,0.0,0.142113715169084,0.153725174569888,0.0,0.170426196282635,0.153725174569888,0.0,0.127930936667157,0.5,0.153725174569888,0.0,0.0592312046304022,0.153725174569888,0.0,0.0456818738467171,0.5,0.153725174569888,0.0,0.141870091513964,0.153725174569888,0.0,0.0495045543852781,0.153725174569888,0.0,0.338477171051715,0.153725174569888,0.0,0.275249543755054,0.153725174569888,0.0,0.262761692330577,0.153725174569888,0.0,0.163898282477231,0.153725174569888,0.0,0.172471110646304,0.5,0.153725174569888,0.0,0.312541524234995,0,0.911452675529035,0.450852209623105 -6358,0.5,0.153725174569888,0.0,0.681634679549535,0.153725174569888,0.0,0.188339644235037,0.153725174569888,0.0,0.412338613534832,0.153725174569888,0.0,0.406509622246253,0.153725174569888,0.0,0.0801660020640886,0.153725174569888,0.0,0.121797781017648,0.153725174569888,0.0,0.127736236297267,0.153725174569888,0.0,0.135465790705808,0.5,0.153725174569888,0.0,0.0413362337809611,0.153725174569888,0.0,0.0377099103564232,0.5,0.153725174569888,0.0,0.154781196649901,0.153725174569888,0.0,0.0359334950642445,0.153725174569888,0.0,0.239678824617937,0.153725174569888,0.0,0.218284059628415,0.153725174569888,0.0,0.237619622504804,0.153725174569888,0.0,0.167817579394763,0.153725174569888,0.0,0.151181120422643,0.5,0.153725174569888,0.0,0.252671134133328,0,0.857781605372521,0.337657198981667 -6359,0.5,0.153725174569888,0.0,0.601011674391677,0.153725174569888,0.0,0.124590760301247,0.153725174569888,0.0,0.466750081049827,0.153725174569888,0.0,0.456076849698973,0.153725174569888,0.0,0.0737780653580528,0.153725174569888,0.0,0.105473137324239,0.153725174569888,0.0,0.0776131609179958,0.153725174569888,0.0,0.126334327384936,0.5,0.153725174569888,0.0,0.034301626858235,0.153725174569888,0.0,0.0277007876424571,0.5,0.153725174569888,0.0,0.192911460442203,0.153725174569888,0.0,0.0412441349376878,0.153725174569888,0.0,0.153388378517322,0.153725174569888,0.0,0.153009207650738,0.153725174569888,0.0,0.170914063010409,0.153725174569888,0.0,0.143883922523981,0.153725174569888,0.0,0.182245405444115,0.5,0.153725174569888,0.0,0.216843872102265,0,0.864299458382301,0.241295133754472 -6360,0.5,0.153725174569888,0.0,0.525597151736649,0.153725174569888,0.0,0.0719725525367335,0.153725174569888,0.0,0.458168729616454,0.153725174569888,0.0,0.54971042091837,0.153725174569888,0.0,0.062596902546581,0.153725174569888,0.0,0.0718089159369011,0.153725174569888,0.0,0.0629593325964459,0.153725174569888,0.0,0.110230398139038,0.5,0.153725174569888,0.0,0.0311369277203897,0.153725174569888,0.0,0.0377217451251385,0.5,0.153725174569888,0.0,0.164700866382471,0.153725174569888,0.0,0.0513534034704694,0.153725174569888,0.0,0.0963811029774023,0.153725174569888,0.0,0.0944910798404754,0.153725174569888,0.0,0.111131239171925,0.153725174569888,0.0,0.0992208918793132,0.153725174569888,0.0,0.215112304732581,0.5,0.153725174569888,0.0,0.213174071877736,0,0.775152710778085,0.142182386669688 -6361,0.5,0.153725174569888,0.0,0.393307987934373,0.153725174569888,0.0,0.0709866638261793,0.153725174569888,0.0,0.320506816659648,0.153725174569888,0.0,0.581324447195616,0.153725174569888,0.0,0.0461972527215896,0.153725174569888,0.0,0.0443304741917359,0.153725174569888,0.0,0.0561293672402057,0.153725174569888,0.0,0.0695861860490183,0.5,0.153725174569888,0.0,0.0272981326140543,0.153725174569888,0.0,0.0586898080894344,0.5,0.153725174569888,0.0,0.0873360794680048,0.153725174569888,0.0,0.0479450737122108,0.153725174569888,0.0,0.0762108929493869,0.153725174569888,0.0,0.0506084314241126,0.153725174569888,0.0,0.0894119484691368,0.153725174569888,0.0,0.0801265753978516,0.153725174569888,0.0,0.213810882514887,0.5,0.153725174569888,0.0,0.257896034973928,0,0.679884780979235,0.0868490283630353 -6362,0.5,0.153725174569888,0.0,0.288482473848684,0.153725174569888,0.0,0.0603645514876458,0.153725174569888,0.0,0.241982892280839,0.153725174569888,0.0,0.490510653438278,0.153725174569888,0.0,0.0286151517783519,0.153725174569888,0.0,0.0254861553504435,0.153725174569888,0.0,0.0387509021480771,0.153725174569888,0.0,0.0344320826252859,0.5,0.153725174569888,0.0,0.0222732343004617,0.153725174569888,0.0,0.0458158913111644,0.5,0.153725174569888,0.0,0.0685707642119655,0.153725174569888,0.0,0.044766346640629,0.153725174569888,0.0,0.0573021606043198,0.153725174569888,0.0,0.0236657438717532,0.153725174569888,0.0,0.0759033929291971,0.153725174569888,0.0,0.0587511964105669,0.153725174569888,0.0,0.187566374838817,0.5,0.153725174569888,0.0,0.289184419535625,0,0.619893545604491,0.0651453007820126 -6363,0.5,0.153725174569888,0.0,0.215831838628944,0.153725174569888,0.0,0.0500018843928857,0.153725174569888,0.0,0.218477810943805,0.153725174569888,0.0,0.418639728309209,0.153725174569888,0.0,0.0196560294091229,0.153725174569888,0.0,0.0221566253343812,0.153725174569888,0.0,0.0224594847575199,0.153725174569888,0.0,0.0223365562250197,0.5,0.153725174569888,0.0,0.0145833958632225,0.153725174569888,0.0,0.0347330078514252,0.5,0.153725174569888,0.0,0.0740825939364608,0.153725174569888,0.0,0.0391277965133299,0.153725174569888,0.0,0.0366470568250837,0.153725174569888,0.0,0.0109522628132687,0.153725174569888,0.0,0.0532089549893514,0.153725174569888,0.0,0.031682991116604,0.153725174569888,0.0,0.159980492803644,0.5,0.153725174569888,0.0,0.246701356140687,0,0.492704462027912,0.111865378588163 -6364,0.5,0.153725174569888,0.0,0.198337187971893,0.153725174569888,0.0,0.0389303839129171,0.153725174569888,0.0,0.15760832552937,0.153725174569888,0.0,0.385548958296075,0.153725174569888,0.0,0.021284014494022,0.153725174569888,0.0,0.0217633633877873,0.153725174569888,0.0,0.0208544504962619,0.153725174569888,0.0,0.0184671574874931,0.5,0.153725174569888,0.0,0.00958228212194737,0.153725174569888,0.0,0.0246164436775179,0.5,0.153725174569888,0.0,0.0640742642429531,0.153725174569888,0.0,0.0293923054408656,0.153725174569888,0.0,0.0296752759424381,0.153725174569888,0.0,0.00923985937508089,0.153725174569888,0.0,0.0406350029801733,0.153725174569888,0.0,0.018350792941259,0.153725174569888,0.0,0.127738649102343,0.5,0.153725174569888,0.0,0.214110146929328,0,0.40955533664428,0.149277831886353 -6365,0.5,0.153725174569888,0.0,0.178431373760028,0.153725174569888,0.0,0.0339655433854014,0.153725174569888,0.0,0.0906050579165954,0.153725174569888,0.0,0.335013172661422,0.153725174569888,0.0,0.0206024238807101,0.153725174569888,0.0,0.0226044977508524,0.153725174569888,0.0,0.0246379704551949,0.153725174569888,0.0,0.0172109467449423,0.5,0.153725174569888,0.0,0.00778200791447637,0.153725174569888,0.0,0.01222349416433,0.5,0.153725174569888,0.0,0.0489402979632539,0.153725174569888,0.0,0.015374392410608,0.153725174569888,0.0,0.0196696195313575,0.153725174569888,0.0,0.00802522264423875,0.153725174569888,0.0,0.0393817606052057,0.153725174569888,0.0,0.0162510209726838,0.153725174569888,0.0,0.0780981777202879,0.5,0.153725174569888,0.0,0.172709454249839,0,0.372593810282968,0.226641277980652 -6366,0.5,0.153725174569888,0.0,0.158628756130342,0.153725174569888,0.0,0.0238082971729919,0.153725174569888,0.0,0.0848732309725991,0.153725174569888,0.0,0.25424287295249,0.153725174569888,0.0,0.0198874904354719,0.153725174569888,0.0,0.0166333096199688,0.153725174569888,0.0,0.0192014725864564,0.153725174569888,0.0,0.0141838851607255,0.5,0.153725174569888,0.0,0.00847289985546902,0.153725174569888,0.0,0.00644136442527277,0.5,0.153725174569888,0.0,0.0188110738219806,0.153725174569888,0.0,0.0132994420503261,0.153725174569888,0.0,0.0108136602663403,0.153725174569888,0.0,0.00892510019742524,0.153725174569888,0.0,0.0285143734717945,0.153725174569888,0.0,0.0157497912723752,0.153725174569888,0.0,0.0424398835378298,0.5,0.153725174569888,0.0,0.112883182005371,0,0.334421762142268,0.270613867572861 -6367,0.5,0.153725174569888,0.0125067970500713,0.128768155960774,0.153725174569888,0.00516798772932367,0.0116190044361786,0.153725174569888,0.00832802127696497,0.0608118280983046,0.153725174569888,0.00886408431969674,0.229962217521957,0.153725174569888,0.000876605411544362,0.0198991491390453,0.153725174569888,6.5528461087215e-06,0.0144475375073927,0.153725174569888,0.00144024708927225,0.0162718449234368,0.153725174569888,0.000361119256444433,0.00863996131639277,0.5,0.153725174569888,0.000957868686165225,0.00966766385678827,0.153725174569888,0.00640294939193572,0.00690983356291447,0.5,0.153725174569888,0.00355511600155179,0.00934031642667529,0.153725174569888,0.0039418514911311,0.012040451523985,0.153725174569888,0.00403098924399971,0.00648212285972475,0.153725174569888,0.00176244233171564,0.0162737003463686,0.153725174569888,0.00467596974987154,0.0242084323915837,0.153725174569888,0.00387736462872908,0.00912104981376726,0.153725174569888,0.00713895852795344,0.0276220194204903,0.5,0.153725174569888,0.00985822575735209,0.0807750540052872,0,0.283213143263584,0.240930276118588 -6368,0.5,0.153725174569888,0.144752877400171,0.171224011598264,0.153725174569888,0.13105259878834,0.00206244051656811,0.153725174569888,0.14732879503184,0.0787350580225677,0.153725174569888,0.106428249395065,0.298009994701902,0.153725174569888,0.107367350451096,0.015450331840878,0.153725174569888,0.0876368966004283,0.00837206198598901,0.153725174569888,0.112681013195999,0.00985631511252012,0.153725174569888,0.0982366492947064,0.00440255799726475,0.5,0.153725174569888,0.108357450372973,0.00668569483129617,0.153725174569888,0.138625877079166,0.01417628783883,0.5,0.153725174569888,0.122230129433297,0.00427953289388965,0.153725174569888,0.126702013196003,0.00851029724978227,0.153725174569888,0.123112005320151,0.00667951432100196,0.153725174569888,0.107749167426291,0.0237346424063471,0.153725174569888,0.130018071496163,0.0174151550998784,0.153725174569888,0.127054954379714,0.0058240470152236,0.153725174569888,0.131546300778408,0.0269330184869942,0.5,0.153725174569888,0.12567420796466,0.0741931700935928,0,0.228877780428062,0.148452596752758 -6369,0.5,0.153725174569888,0.300757219362457,0.252755302131243,0.153725174569888,0.288535954244841,0.000972705258891043,0.153725174569888,0.30736658669136,0.146953587661269,0.153725174569888,0.243423246351071,0.388586227630164,0.153725174569888,0.260992383570015,0.0220340392118626,0.153725174569888,0.216969534202586,0.0127603910980338,0.153725174569888,0.272050171921115,0.0134239797537209,0.153725174569888,0.248885224919197,0.00616609463263957,0.5,0.153725174569888,0.268398492611864,0.0104498881611852,0.153725174569888,0.303055195182544,0.0476477172988546,0.5,0.153725174569888,0.281735586790674,0.0109249949554037,0.153725174569888,0.289647769413369,0.0342496317041028,0.153725174569888,0.2737742838836,0.0156585342968743,0.153725174569888,0.249561914437501,0.0388208481565932,0.153725174569888,0.290478530222453,0.02701707206038,0.153725174569888,0.288617403626327,0.009050393014103,0.153725174569888,0.283226969339636,0.0523018610244487,0.5,0.153725174569888,0.262845577924489,0.103580076631771,0,0.163616840440945,0.0837474379340532 -6370,0.5,0.153725174569888,0.453390612830911,0.242928953333621,0.153725174569888,0.43950764068499,0.00175794210419947,0.153725174569888,0.463701578296986,0.16256060329463,0.153725174569888,0.373288126727693,0.416813821325138,0.153725174569888,0.398452216234092,0.0507392261087024,0.153725174569888,0.334242112447178,0.0271237311694412,0.153725174569888,0.425545979094227,0.0243703301986765,0.153725174569888,0.399583730840306,0.0217913174115106,0.5,0.153725174569888,0.427975689945193,0.0544606481767451,0.153725174569888,0.467595934326499,0.0905138241385241,0.5,0.153725174569888,0.442944211332071,0.0183400845790435,0.153725174569888,0.454549716449647,0.103752448139734,0.153725174569888,0.394081033186935,0.0411490789440239,0.153725174569888,0.376341365081394,0.0737046739039772,0.153725174569888,0.444662226400534,0.0319668591545443,0.153725174569888,0.44664050331345,0.0231163412742435,0.153725174569888,0.429554479978009,0.0716411189509099,0.5,0.153725174569888,0.38342810931327,0.122376930308455,0,0.0997990132987678,0.0540223638968853 -6371,0.5,0.153725174569888,0.576003641967377,0.212904951658826,0.153725174569888,0.567245958023221,0.00371901517871368,0.153725174569888,0.587757393176364,0.136120657476729,0.153725174569888,0.507342961047266,0.386154404897287,0.153725174569888,0.521943120340435,0.0672854703742588,0.153725174569888,0.442633478348099,0.0236648382719563,0.153725174569888,0.558697035998932,0.046362414365472,0.153725174569888,0.539941408095306,0.036351783591985,0.5,0.153725174569888,0.56514637048223,0.117405197038487,0.153725174569888,0.58574395054727,0.14471885017251,0.5,0.153725174569888,0.572753773932565,0.0305516044888056,0.153725174569888,0.584815576760408,0.158237546812555,0.153725174569888,0.441356411819851,0.073793022614855,0.153725174569888,0.487987271192858,0.095009173898361,0.153725174569888,0.574922527332368,0.0356872294843197,0.153725174569888,0.579527615988463,0.0472339922529921,0.153725174569888,0.532270636162721,0.0665518911609774,0.5,0.153725174569888,0.471454757170994,0.101468549001541,0,0.0563856912891787,0.0408717741754175 -6372,0.5,0.153725174569888,0.646804463632858,0.187124875631645,0.153725174569888,0.637388904684768,0.00313064538864785,0.153725174569888,0.656698899341041,0.116922662264292,0.153725174569888,0.594132192006185,0.326928832837984,0.153725174569888,0.605398796693312,0.0483444099794285,0.153725174569888,0.502762354944593,0.0114951207726845,0.153725174569888,0.632516102153278,0.0443341068556,0.153725174569888,0.61910165517056,0.0290999209316123,0.5,0.153725174569888,0.64629992549386,0.115846730804224,0.153725174569888,0.664914431645387,0.205660058466758,0.5,0.153725174569888,0.648274326735826,0.0296468862250721,0.153725174569888,0.664040222178209,0.200798975480119,0.153725174569888,0.416371935508131,0.0935451830537468,0.153725174569888,0.555178624712181,0.093117543654404,0.153725174569888,0.648749218309836,0.0294926570115488,0.153725174569888,0.656445310821327,0.0536169541412691,0.153725174569888,0.596395218964459,0.0444592968823157,0.5,0.153725174569888,0.511607528780975,0.0661256536925227,0,0.0210607304498364,0.0685636513233005 -6373,0.5,0.153725174569888,0.660253270430535,0.147463713949889,0.153725174569888,0.655855046942246,0.00722882900917942,0.153725174569888,0.677296920750158,0.0863545860057393,0.153725174569888,0.63733218696586,0.284295435557158,0.153725174569888,0.613427596583614,0.0505476974344551,0.153725174569888,0.531218148375589,0.0130698609511562,0.153725174569888,0.6534221848415,0.0388030086614541,0.153725174569888,0.65264396915375,0.0177543505179164,0.5,0.153725174569888,0.678861196966287,0.109354473907238,0.153725174569888,0.69260687004995,0.249568321661489,0.5,0.153725174569888,0.68276486377283,0.0350781476382746,0.153725174569888,0.693233816802996,0.229409071177121,0.153725174569888,0.380490288222783,0.100945212510327,0.153725174569888,0.568162905536583,0.0971365281078045,0.153725174569888,0.670802399551148,0.0216108198047895,0.153725174569888,0.681323505143878,0.0334360954386328,0.153725174569888,0.620573684437932,0.027701755801661,0.5,0.153725174569888,0.532779281983337,0.0351659101714958,0,0.00664472864639555,0.0897159633033596 -6374,0.5,0.153725174569888,0.630447655206075,0.103047063473258,0.153725174569888,0.607257709880306,0.0222445041776151,0.153725174569888,0.65280265507818,0.052003356540185,0.153725174569888,0.620220647351906,0.207894149423593,0.153725174569888,0.593722625503688,0.0572764021759551,0.153725174569888,0.56809395384189,0.0181471965273358,0.153725174569888,0.597396122776746,0.0367134678680834,0.153725174569888,0.644900368985949,0.0192345524412535,0.5,0.153725174569888,0.664290542409082,0.102069251022298,0.153725174569888,0.669450555041151,0.243923554937102,0.5,0.153725174569888,0.66348932282726,0.0330926503519238,0.153725174569888,0.673242980911721,0.227999648950831,0.153725174569888,0.302957697892017,0.0820655896625368,0.153725174569888,0.514899930122278,0.0927071567681663,0.153725174569888,0.645800750210576,0.0273374803892402,0.153725174569888,0.660881995052968,0.0289073911527858,0.153725174569888,0.619138736879095,0.0150723914000745,0.5,0.153725174569888,0.533228924927395,0.0170953096798437,0,0.000367204496838878,0.112163524249865 -6375,0.5,0.153725174569888,0.538841778823033,0.0675491690037146,0.153725174569888,0.424751349396305,0.0228879014980509,0.153725174569888,0.563992138192422,0.0471771196294994,0.153725174569888,0.531611127053306,0.146868027849111,0.153725174569888,0.518851262837838,0.0581821645087912,0.153725174569888,0.545383546832911,0.0253474332177706,0.153725174569888,0.533644280552004,0.0288553478670605,0.153725174569888,0.587258234780938,0.0172263031470886,0.5,0.153725174569888,0.592261976649371,0.0995886394965649,0.153725174569888,0.585068970518791,0.220352790193632,0.5,0.153725174569888,0.584202153159545,0.0337367440093089,0.153725174569888,0.592731872273577,0.211461586624271,0.153725174569888,0.258112576704039,0.0890305536254343,0.153725174569888,0.423729962399199,0.0843489574421377,0.153725174569888,0.558625815750075,0.0225568156180609,0.153725174569888,0.580720155960522,0.0283872723782131,0.153725174569888,0.558578766679217,0.0100438079920655,0.5,0.153725174569888,0.48486873749318,0.0104605751545845,0,0.0,0.131369712667245 -6376,0.5,0.153725174569888,0.404076613449522,0.0390786805101839,0.153725174569888,0.229447183553498,0.0186775552856738,0.153725174569888,0.426396331028623,0.040808323440382,0.153725174569888,0.396914423601363,0.102350451192675,0.153725174569888,0.398692796476554,0.0593889707468653,0.153725174569888,0.441306999723529,0.0208868037181292,0.153725174569888,0.419815875102824,0.0207131109652545,0.153725174569888,0.464548215207894,0.0139237029794729,0.5,0.153725174569888,0.464163403650766,0.0861035527007405,0.153725174569888,0.443723689799775,0.193230199452603,0.5,0.153725174569888,0.449251885952764,0.0390160344509813,0.153725174569888,0.455511664911922,0.182025755648969,0.153725174569888,0.187213648926099,0.100349830208965,0.153725174569888,0.330948309895242,0.0728780774502744,0.153725174569888,0.408775818914511,0.0108187626455079,0.153725174569888,0.447458824238499,0.0250427596317998,0.153725174569888,0.430563236116908,0.0106903163125657,0.5,0.153725174569888,0.383423141902056,0.0115413008789046,0,0.0,0.146908779501217 -6377,0.5,0.153725174569888,0.162989704661578,0.0163236265913809,0.153725174569888,0.10859972659446,0.0162139822197548,0.153725174569888,0.236137773164682,0.0192711676738726,0.153725174569888,0.141719018700321,0.0372611835310852,0.153725174569888,0.272062587301378,0.0499952686219362,0.153725174569888,0.31484872787949,0.0121566214853713,0.153725174569888,0.2913524138,0.0118418036044951,0.153725174569888,0.320958606915558,0.00801442387695501,0.5,0.153725174569888,0.316907750487878,0.0523060604928703,0.153725174569888,0.28663736486873,0.113963409341005,0.5,0.153725174569888,0.299307659722122,0.0362996672241453,0.153725174569888,0.300798546421753,0.0978150760190833,0.153725174569888,0.140466377740717,0.0880712475246779,0.153725174569888,0.209284490649976,0.0534453504255256,0.153725174569888,0.258821829728507,0.00492509089250499,0.153725174569888,0.301245979756423,0.0130298979339814,0.153725174569888,0.2758898899988,0.00776418744429905,0.5,0.153725174569888,0.222949937731316,0.00980261315242763,0,0.000831622037214509,0.141651969834919 -6378,0.5,0.153725174569888,0.0,0.00580163177472486,0.153725174569888,0.0,0.00911129748161927,0.153725174569888,0.0,0.00325005263105987,0.153725174569888,0.0,0.00851993811429652,0.153725174569888,0.0343841995579695,0.0202753302289037,0.153725174569888,0.0424691700107925,0.00655085401454541,0.153725174569888,0.0336874889445606,0.00270556840766506,0.153725174569888,0.0418961342865031,0.00256145178859172,0.5,0.153725174569888,0.0405437502160768,0.0139487874783081,0.153725174569888,0.0,0.0813624662902365,0.5,0.153725174569888,0.027575121759173,0.0162679631365475,0.153725174569888,0.021488774480045,0.0531154930472346,0.153725174569888,0.00856616709288731,0.0426610991952705,0.153725174569888,0.0300032644550251,0.0138969573684863,0.153725174569888,0.010441977455453,0.00256041921481056,0.153725174569888,0.023154813066753,0.00383231305454409,0.153725174569888,0.00173439104094084,0.00494186292405236,0.5,0.153725174569888,0.0,0.0147123486448032,0,0.00968901070576869,0.112227487012722 -6379,0.5,0.153725174569888,0.0,0.00714611252693851,0.153725174569888,0.0,0.0131889351045861,0.153725174569888,0.0,0.0014947407759327,0.153725174569888,0.0,0.00197972355799831,0.153725174569888,0.0,0.0331932116365351,0.153725174569888,0.0,0.0142362270545004,0.153725174569888,0.0,0.00334534544395795,0.153725174569888,0.0,0.00197656496168038,0.5,0.153725174569888,0.0,0.0124647710911879,0.153725174569888,0.0,0.0698576841243293,0.5,0.153725174569888,0.0,0.0107769324674643,0.153725174569888,0.0,0.0469830662356162,0.153725174569888,0.0,0.024474861820586,0.153725174569888,0.0,0.0112998846727161,0.153725174569888,0.0,0.0051409064468298,0.153725174569888,0.0,0.00221876311152011,0.153725174569888,0.0,0.00393419945050974,0.5,0.153725174569888,0.0,0.0204746815945517,0,0.0323981734561259,0.0899552017899009 -6380,0.5,0.153725174569888,0.0,0.0111929012777609,0.153725174569888,0.0,0.0260618952108385,0.153725174569888,0.0,0.000706401941025932,0.153725174569888,0.0,0.00103263060595031,0.153725174569888,0.0,0.0460847852780142,0.153725174569888,0.0,0.0202743837333071,0.153725174569888,0.0,0.00309433939241426,0.153725174569888,0.0,0.00186421728723767,0.5,0.153725174569888,0.0,0.0128165309712857,0.153725174569888,0.0,0.0463757186670765,0.5,0.153725174569888,0.0,0.00845605871457025,0.153725174569888,0.0,0.0387713924795178,0.153725174569888,0.0,0.025764312733084,0.153725174569888,0.0,0.0238210456728217,0.153725174569888,0.0,0.0154611626816549,0.153725174569888,0.0,0.00197155444681661,0.153725174569888,0.0,0.00312206166682769,0.5,0.153725174569888,0.0,0.0231730611083473,0,0.076709894775403,0.107692599803789 -6381,0.5,0.153725174569888,0.0,0.0253914730189352,0.153725174569888,0.0,0.0447140972459015,0.153725174569888,0.0,0.000443029068769773,0.153725174569888,0.0,0.00155227101506393,0.153725174569888,0.0,0.0621432824135074,0.153725174569888,0.0,0.0277482486374115,0.153725174569888,0.0,0.00462737279763337,0.153725174569888,0.0,0.00324795989185166,0.5,0.153725174569888,0.0,0.0137735263592121,0.153725174569888,0.0,0.0349112658078835,0.5,0.153725174569888,0.0,0.00790694380947408,0.153725174569888,0.0,0.0330349407447106,0.153725174569888,0.0,0.0465772376363118,0.153725174569888,0.0,0.0426020150866213,0.153725174569888,0.0,0.0322784259572583,0.153725174569888,0.0,0.00244777775764672,0.153725174569888,0.0,0.00415081905272603,0.5,0.153725174569888,0.0,0.0286556348782869,0,0.162681982612714,0.13085532618402 -6382,0.5,0.153725174569888,0.0,0.0447953339719872,0.153725174569888,0.0,0.0774285899411512,0.153725174569888,0.0,0.00245359627616646,0.153725174569888,0.0,0.00281599456598261,0.153725174569888,0.0,0.0816980319291217,0.153725174569888,0.0,0.0348429539385908,0.153725174569888,0.0,0.00856434572191305,0.153725174569888,0.0,0.0040093595571766,0.5,0.153725174569888,0.0,0.0128157030549811,0.153725174569888,0.0,0.0256006491586589,0.5,0.153725174569888,0.0,0.00865821173914951,0.153725174569888,0.0,0.0295173988564,0.153725174569888,0.0,0.0666519328503387,0.153725174569888,0.0,0.0689309857469608,0.153725174569888,0.0,0.0460758078602326,0.153725174569888,0.0,0.00401825367488313,0.153725174569888,0.0,0.00611129549030249,0.5,0.153725174569888,0.0,0.0319902600977782,0,0.275927295030652,0.172525092133162 -6383,0.5,0.153725174569888,0.0,0.0631166009081846,0.153725174569888,0.0,0.112081367261306,0.153725174569888,0.0,0.00680696177201662,0.153725174569888,0.0,0.00718588930613748,0.153725174569888,0.0,0.0931825121443267,0.153725174569888,0.0,0.0412745717774831,0.153725174569888,0.0,0.0127042681030121,0.153725174569888,0.0,0.00420238121547081,0.5,0.153725174569888,0.0,0.0117742011369124,0.153725174569888,0.0,0.0216591861143944,0.5,0.153725174569888,0.0,0.0109770536701591,0.153725174569888,0.0,0.0297553025222676,0.153725174569888,0.0,0.0926269326783497,0.153725174569888,0.0,0.108580665518919,0.153725174569888,0.0,0.0546168429900972,0.153725174569888,0.0,0.00576251796169546,0.153725174569888,0.0,0.0089683470044819,0.5,0.153725174569888,0.0,0.0325039208766032,0,0.367793277631067,0.154539346801886 -6384,0.5,0.153725174569888,0.0,0.0840296559169715,0.153725174569888,0.0,0.128412765416044,0.153725174569888,0.0,0.00888941804660861,0.153725174569888,0.0,0.0114160025068131,0.153725174569888,0.0,0.106788920060866,0.153725174569888,0.0,0.0452352525813954,0.153725174569888,0.0,0.0169626114576506,0.153725174569888,0.0,0.00622346895155049,0.5,0.153725174569888,0.0,0.0101264567162719,0.153725174569888,0.0,0.0201016412477586,0.5,0.153725174569888,0.0,0.0125495803351909,0.153725174569888,0.0,0.028332854079344,0.153725174569888,0.0,0.122502783411524,0.153725174569888,0.0,0.163600472687097,0.153725174569888,0.0,0.0622495728898139,0.153725174569888,0.0,0.00628721359726733,0.153725174569888,0.0,0.0116886101843024,0.5,0.153725174569888,0.0,0.0322161831658698,0,0.423974419511388,0.18427305104484 -6385,0.5,0.153725174569888,0.0,0.101342678524611,0.153725174569888,0.0,0.138683075065849,0.153725174569888,0.0,0.0104634292908654,0.153725174569888,0.0,0.0150801707414727,0.153725174569888,0.0,0.116072089659525,0.153725174569888,0.0,0.0508500654295781,0.153725174569888,0.0,0.0307137359885322,0.153725174569888,0.0,0.00930633996380269,0.5,0.153725174569888,0.0,0.00700766037139468,0.153725174569888,0.0,0.0165760249149578,0.5,0.153725174569888,0.0,0.00857460811561303,0.153725174569888,0.0,0.0246527587560773,0.153725174569888,0.0,0.175592381474913,0.153725174569888,0.0,0.17031431233338,0.153725174569888,0.0,0.0683320422747777,0.153725174569888,0.0,0.0063968205369953,0.153725174569888,0.0,0.0113105345462243,0.5,0.153725174569888,0.0,0.0333462890114261,0,0.447728523443401,0.30002510937966 -6386,0.5,0.153725174569888,0.0,0.119158142980445,0.153725174569888,0.0,0.14106768656043,0.153725174569888,0.0,0.0114212325144367,0.153725174569888,0.0,0.017948324092671,0.153725174569888,0.0,0.129797729551168,0.153725174569888,0.0,0.049328688677225,0.153725174569888,0.0,0.043030900988026,0.153725174569888,0.0,0.0138968274286176,0.5,0.153725174569888,0.0,0.00531488107794385,0.153725174569888,0.0,0.0112003771122433,0.5,0.153725174569888,0.0,0.00684645336914682,0.153725174569888,0.0,0.0178533913323265,0.153725174569888,0.0,0.238886085642164,0.153725174569888,0.0,0.182893392852572,0.153725174569888,0.0,0.0728357535215813,0.153725174569888,0.0,0.00948184851379882,0.153725174569888,0.0,0.00950768489030767,0.5,0.153725174569888,0.0,0.0321388673363351,0,0.488658263810439,0.430177000868521 -6387,0.5,0.153725174569888,0.0,0.131550974473073,0.153725174569888,0.0,0.14268809223881,0.153725174569888,0.0,0.0150826521673008,0.153725174569888,0.0,0.0208805055361409,0.153725174569888,0.0,0.127522368996011,0.153725174569888,0.0,0.0469137768699723,0.153725174569888,0.0,0.0429277085832584,0.153725174569888,0.0,0.0133269494460871,0.5,0.153725174569888,0.0,0.00607070725756158,0.153725174569888,0.0,0.00737881806618885,0.5,0.153725174569888,0.0,0.00562251271007461,0.153725174569888,0.0,0.0128541041875259,0.153725174569888,0.0,0.275324816957866,0.153725174569888,0.0,0.220154581756118,0.153725174569888,0.0,0.0717886272113517,0.153725174569888,0.0,0.013649428699414,0.153725174569888,0.0,0.00816590510571352,0.5,0.153725174569888,0.0,0.0256689744862915,0,0.548441642549407,0.513794599819473 -6388,0.5,0.153725174569888,0.0,0.131654148594109,0.153725174569888,0.0,0.164739404904386,0.153725174569888,0.0,0.0188665126216893,0.153725174569888,0.0,0.0272792589256923,0.153725174569888,0.0,0.12371401163203,0.153725174569888,0.0,0.0420223835475259,0.153725174569888,0.0,0.040188469774425,0.153725174569888,0.0,0.0110569792695453,0.5,0.153725174569888,0.0,0.00509977441816111,0.153725174569888,0.0,0.00534428624962399,0.5,0.153725174569888,0.0,0.00744067501381012,0.153725174569888,0.0,0.0111479579990855,0.153725174569888,0.0,0.29819958094508,0.153725174569888,0.0,0.26479980414443,0.153725174569888,0.0,0.0663596786075446,0.153725174569888,0.0,0.0135295109363174,0.153725174569888,0.0,0.0098187834309628,0.5,0.153725174569888,0.0,0.0235712101728351,0,0.595009990826643,0.534829984452097 -6389,0.5,0.153725174569888,0.0,0.129581656286909,0.153725174569888,0.0,0.188099110228985,0.153725174569888,0.0,0.0177787119871444,0.153725174569888,0.0,0.0321850063113918,0.153725174569888,0.0,0.12062612502451,0.153725174569888,0.0,0.047556705832308,0.153725174569888,0.0,0.0367952231601922,0.153725174569888,0.0,0.0134906940216768,0.5,0.153725174569888,0.0,0.00297782064405875,0.153725174569888,0.0,0.00444829444411226,0.5,0.153725174569888,0.0,0.0118584411285771,0.153725174569888,0.0,0.0154042781776999,0.153725174569888,0.0,0.354443032923614,0.153725174569888,0.0,0.29688342628952,0.153725174569888,0.0,0.0610248365634722,0.153725174569888,0.0,0.0114549352693649,0.153725174569888,0.0,0.0129742638802857,0.5,0.153725174569888,0.0,0.0243423081862712,0,0.623035036601045,0.483197563627162 -6390,0.5,0.153725174569888,0.0,0.13266929492614,0.153725174569888,0.0,0.19773582382334,0.153725174569888,0.0,0.0163519805203696,0.153725174569888,0.0,0.0336759519564677,0.153725174569888,0.0,0.127947472510819,0.153725174569888,0.0,0.0605777498555201,0.153725174569888,0.0,0.0488488374670492,0.153725174569888,0.0,0.0165145536374943,0.5,0.153725174569888,0.0,0.00292016094779378,0.153725174569888,0.0,0.00646991564744097,0.5,0.153725174569888,0.0,0.0116196495033701,0.153725174569888,0.0,0.0190756077718172,0.153725174569888,0.0,0.384187398238693,0.153725174569888,0.0,0.307173058288126,0.153725174569888,0.0,0.0634449355773366,0.153725174569888,0.0,0.0128988795560627,0.153725174569888,0.0,0.0154809170704508,0.5,0.153725174569888,0.0,0.0206455131909935,0,0.656463117790938,0.357261666335863 -6391,0.5,0.153725174569888,0.00955506974215702,0.142765783419046,0.153725174569888,0.002776214292261,0.197333882115575,0.153725174569888,0.00671861794283378,0.0180363937998256,0.153725174569888,0.0192370418399623,0.0322190516008849,0.153725174569888,0.000367108649155773,0.147335998809429,0.153725174569888,0.0,0.0721673610267652,0.153725174569888,0.000540162903182381,0.0588803680736137,0.153725174569888,0.000113094098435571,0.0181488062908513,0.5,0.153725174569888,0.000581479318850368,0.00242702087316505,0.153725174569888,0.00576504115666378,0.00777078033867111,0.5,0.153725174569888,0.00299416629199262,0.00707628557372008,0.153725174569888,0.00327760986496793,0.0193894612287754,0.153725174569888,0.00128981853381214,0.436044328730053,0.153725174569888,0.000767836681431899,0.334408686148143,0.153725174569888,0.00304537177028776,0.0722055927584301,0.153725174569888,0.00274904518750231,0.0164325628292761,0.153725174569888,0.0070167930519695,0.0129785973362776,0.5,0.153725174569888,0.0142822073034353,0.0152971518482566,0,0.668839397499412,0.23369645990885 -6392,0.5,0.153725174569888,0.0990377584996394,0.184073114312905,0.153725174569888,0.0812034852456019,0.256568940380999,0.153725174569888,0.12245737078514,0.0211798301954714,0.153725174569888,0.150239681447482,0.0358293582527488,0.153725174569888,0.087766712818689,0.190211654795605,0.153725174569888,0.08251545849209,0.078843576554444,0.153725174569888,0.0784404326591133,0.0573622380653055,0.153725174569888,0.0737302347318358,0.0150604193689425,0.5,0.153725174569888,0.101502080772226,0.000842674584612459,0.153725174569888,0.122243266793045,0.00725073768541613,0.5,0.153725174569888,0.117964811526732,0.00325106825959095,0.153725174569888,0.114783711827148,0.0149055421304567,0.153725174569888,0.0428834020155859,0.524039499000567,0.153725174569888,0.0735199068909492,0.416677386974487,0.153725174569888,0.0895535779378319,0.0929254535989013,0.153725174569888,0.0927238362264219,0.0173887328164061,0.153725174569888,0.138180163501493,0.00791446602196488,0.5,0.153725174569888,0.150683636202137,0.0142777301370508,0,0.660407413563712,0.144064873143619 -6393,0.5,0.153725174569888,0.211611812075953,0.258872470199559,0.153725174569888,0.194361355828535,0.369473134110026,0.153725174569888,0.257016494066057,0.0339310357200682,0.153725174569888,0.291949353393216,0.0730477520693088,0.153725174569888,0.223122532163559,0.344600096876884,0.153725174569888,0.23732202938125,0.138515154254567,0.153725174569888,0.212593216755733,0.0855239627666587,0.153725174569888,0.21703587638623,0.0143517867223861,0.5,0.153725174569888,0.260998206069455,0.000294020124678119,0.153725174569888,0.271196375207445,0.0101169445518359,0.5,0.153725174569888,0.27687743096292,0.00724904263262457,0.153725174569888,0.270845528750283,0.0169987835013057,0.153725174569888,0.0947825179465865,0.663767263836003,0.153725174569888,0.170807586604392,0.517216256899166,0.153725174569888,0.214280561064951,0.160083840082838,0.153725174569888,0.227049214315367,0.028077836823745,0.153725174569888,0.295705734903811,0.0146165275068601,0.5,0.153725174569888,0.296521297817395,0.0331001365695879,0,0.692562728917503,0.106182426203798 -6394,0.5,0.153725174569888,0.320602652277748,0.311775502703754,0.153725174569888,0.317903628013474,0.526502401334593,0.153725174569888,0.381402104184577,0.0629619965513658,0.153725174569888,0.429989666817825,0.106567450316994,0.153725174569888,0.346211789260666,0.443814935348745,0.153725174569888,0.384192017153993,0.240105676241202,0.153725174569888,0.363196212966958,0.171799016347705,0.153725174569888,0.366235389466473,0.0269438225021506,0.5,0.153725174569888,0.417985898217638,0.00138025937402039,0.153725174569888,0.429400492742689,0.0099852064100917,0.5,0.153725174569888,0.437888196924243,0.0238110674946149,0.153725174569888,0.433330766075006,0.0250492977899336,0.153725174569888,0.150718977319256,0.742505273452093,0.153725174569888,0.251365245986317,0.596377297346578,0.153725174569888,0.346393296602804,0.226904159148992,0.153725174569888,0.363665359330519,0.0734572024707231,0.153725174569888,0.449127376530129,0.0331808068369542,0.5,0.153725174569888,0.441030255414473,0.0423019560954463,0,0.661184668468519,0.125595575853422 -6395,0.5,0.153725174569888,0.413397666122885,0.369068179928502,0.153725174569888,0.429714206240977,0.542563091560306,0.153725174569888,0.482424568348252,0.0749436478551883,0.153725174569888,0.523090470303821,0.139259223582896,0.153725174569888,0.385656346279797,0.51322558196677,0.153725174569888,0.43194948015467,0.310432793231656,0.153725174569888,0.516739150887503,0.235718437018034,0.153725174569888,0.500752865996492,0.0536080371268328,0.5,0.153725174569888,0.542909570439246,0.00791031387501292,0.153725174569888,0.560591355435093,0.015927184192014,0.5,0.153725174569888,0.570879037842273,0.00810004378208194,0.153725174569888,0.564078355657936,0.0392362482157933,0.153725174569888,0.210043763703569,0.769322881304954,0.153725174569888,0.304975474744591,0.650943881557621,0.153725174569888,0.474001423712965,0.26326787309188,0.153725174569888,0.485186025221292,0.101292574922953,0.153725174569888,0.569175133676555,0.0428773829075042,0.5,0.153725174569888,0.558978138248217,0.040609093833088,0,0.65984687981598,0.174508210946687 -6396,0.5,0.153725174569888,0.473105944440246,0.417091527171482,0.153725174569888,0.493365502330833,0.545874015004637,0.153725174569888,0.544072305225774,0.0895721522136932,0.153725174569888,0.557734871980143,0.163888543871849,0.153725174569888,0.356357657014681,0.569664984260658,0.153725174569888,0.347895055241726,0.372666780046488,0.153725174569888,0.612352569543105,0.286814922967046,0.153725174569888,0.599336531673147,0.0947130904167831,0.5,0.153725174569888,0.611603029278964,0.0300529348823532,0.153725174569888,0.626156566862694,0.0313916440060212,0.5,0.153725174569888,0.6463345766065,0.00291470795858668,0.153725174569888,0.6356513895356,0.0672545017664276,0.153725174569888,0.240088668284034,0.737037342677976,0.153725174569888,0.289105602674415,0.661842870748878,0.153725174569888,0.561285432036646,0.281645523703619,0.153725174569888,0.560002350970291,0.139639451406859,0.153725174569888,0.635950031363466,0.0428387368810307,0.5,0.153725174569888,0.633156992449528,0.0326984821282278,0,0.608605270047661,0.197660666557212 -6397,0.5,0.153725174569888,0.505511744790326,0.443522772477994,0.153725174569888,0.505394329480327,0.558528016609388,0.153725174569888,0.554028168472074,0.0919386575961722,0.153725174569888,0.548314982637713,0.171977985819018,0.153725174569888,0.212964098703838,0.55431693096271,0.153725174569888,0.27264419050275,0.428809783508272,0.153725174569888,0.55512207311668,0.334779319744693,0.153725174569888,0.627570779589518,0.15933744768808,0.5,0.153725174569888,0.634625905530002,0.062455113018177,0.153725174569888,0.639894078788974,0.0580738500692714,0.5,0.153725174569888,0.665916819064862,0.00602549117656338,0.153725174569888,0.659722961582008,0.110212912021498,0.153725174569888,0.220867527787962,0.690391075748174,0.153725174569888,0.221319743920144,0.614469705753594,0.153725174569888,0.599136289538111,0.289123308052905,0.153725174569888,0.59179266280759,0.151215828619338,0.153725174569888,0.647777340288951,0.0404915161236905,0.5,0.153725174569888,0.656205742552196,0.023900467128809,0,0.602399766960227,0.147311549570684 -6398,0.5,0.153725174569888,0.481710780798009,0.454834771790869,0.153725174569888,0.377855981577463,0.574557400903118,0.153725174569888,0.518414141584599,0.0974858785940181,0.153725174569888,0.502673651505676,0.161576795553654,0.153725174569888,0.142198649200624,0.511450312835581,0.153725174569888,0.114202434998925,0.404150817280353,0.153725174569888,0.471710974740835,0.398567294223053,0.153725174569888,0.553181376057396,0.265179224073686,0.5,0.153725174569888,0.61973605773147,0.0984297549000628,0.153725174569888,0.607798934902987,0.0796422451908801,0.5,0.153725174569888,0.636802264849472,0.0230934315333056,0.153725174569888,0.627851578974997,0.143820662009966,0.153725174569888,0.155687466246007,0.652523320938585,0.153725174569888,0.170962345252429,0.566331390347109,0.153725174569888,0.55180466203627,0.316927263983505,0.153725174569888,0.607057854171122,0.15658707567963,0.153725174569888,0.617297622887295,0.0365070311699401,0.5,0.153725174569888,0.624674105326512,0.0183059208618249,0,0.544975015150523,0.0929580918470661 -6399,0.5,0.153725174569888,0.412798120726045,0.454344372225363,0.153725174569888,0.225511170536497,0.638802581902958,0.153725174569888,0.439601539720901,0.11050189818704,0.153725174569888,0.413342321688199,0.158478780747557,0.153725174569888,0.0940180160912794,0.479521703668615,0.153725174569888,0.0257770004192638,0.314284711465974,0.153725174569888,0.28796619778304,0.449225926430475,0.153725174569888,0.390036801600333,0.261161315536795,0.5,0.153725174569888,0.55350056225024,0.154415702579077,0.153725174569888,0.516620700996872,0.106464948421156,0.5,0.153725174569888,0.54610283895495,0.0669220572995946,0.153725174569888,0.528222568689437,0.180900685357027,0.153725174569888,0.106835858591062,0.598280790801275,0.153725174569888,0.117316928774746,0.490010752070598,0.153725174569888,0.438946722214947,0.361937857001706,0.153725174569888,0.548300769722611,0.170328420686147,0.153725174569888,0.524692219890959,0.0360257535172551,0.5,0.153725174569888,0.533513680673273,0.0216597319913877,0,0.503715762721051,0.0480707995125136 -6400,0.5,0.153725174569888,0.301492742878355,0.38924336681925,0.153725174569888,0.137906000604474,0.679485549699828,0.153725174569888,0.334740765426406,0.107399759620044,0.153725174569888,0.293755038170778,0.132511531744869,0.153725174569888,0.0720506251890043,0.432449088502929,0.153725174569888,0.0546111322502975,0.331157912100447,0.153725174569888,0.0871938175018212,0.483252554240025,0.153725174569888,0.185326367655059,0.248878992939423,0.5,0.153725174569888,0.410732225107572,0.199323154284024,0.153725174569888,0.388645351954774,0.0877430450344044,0.5,0.153725174569888,0.388433634580371,0.118353681884319,0.153725174569888,0.37648921462208,0.202784203826228,0.153725174569888,0.0556539828992368,0.516110307319851,0.153725174569888,0.078606034931239,0.402753953752502,0.153725174569888,0.262798890469095,0.36272722669086,0.153725174569888,0.42826272288635,0.192720439478749,0.153725174569888,0.386943713662667,0.0517112451525529,0.5,0.153725174569888,0.39487330965413,0.0234513627402462,0,0.446928322092297,0.0247382225383672 -6401,0.5,0.153725174569888,0.140850695375431,0.198615880700489,0.153725174569888,0.0256628286612415,0.553233779772039,0.153725174569888,0.199414634815265,0.0452538991505741,0.153725174569888,0.143328982733748,0.0521045926640553,0.153725174569888,0.0540636468808953,0.326356574721313,0.153725174569888,0.047454133326553,0.286283520699429,0.153725174569888,0.0149462571727376,0.388044546211985,0.153725174569888,0.069613842072711,0.217144634896215,0.5,0.153725174569888,0.269496490090163,0.137798331984144,0.153725174569888,0.229285503523486,0.0465600714584931,0.5,0.153725174569888,0.232037506139009,0.124811951379431,0.153725174569888,0.208641398412598,0.143628234525879,0.153725174569888,0.0267101147697092,0.384679016769492,0.153725174569888,0.0263902743690827,0.290020061930046,0.153725174569888,0.116336198082547,0.300210565669046,0.153725174569888,0.259461218535219,0.151314070387038,0.153725174569888,0.220004781962276,0.0427588761442947,0.5,0.153725174569888,0.179816872652721,0.00708340861436775,0,0.382691994744554,0.014566761343123 -6402,0.5,0.153725174569888,0.0,0.1222271494133,0.153725174569888,0.00126990973911532,0.329590887073077,0.153725174569888,0.0,0.0356918551478202,0.153725174569888,0.0,0.045457308861676,0.153725174569888,0.00649089733969059,0.24132290696653,0.153725174569888,0.00729357895315884,0.225264421094682,0.153725174569888,0.00704024854530648,0.241680493122833,0.153725174569888,0.00774103348324029,0.175764030174114,0.5,0.153725174569888,0.0354071172338978,0.125831744325778,0.153725174569888,0.0,0.0705642216027281,0.5,0.153725174569888,0.0225022176696697,0.0605010733838858,0.153725174569888,0.0206901986094622,0.068141274291228,0.153725174569888,0.000298931319083933,0.278174875952203,0.153725174569888,0.00613247217264833,0.1775918309114,0.153725174569888,8.82326962331482e-05,0.238512642667173,0.153725174569888,0.00780431023979371,0.113673637203225,0.153725174569888,0.0,0.0334507722385018,0.5,0.153725174569888,0.0,0.0104487280752493,0,0.267628224582973,0.0488297197109672 -6403,0.5,0.153725174569888,0.0,0.111987569633378,0.153725174569888,0.0,0.238848970461402,0.153725174569888,0.0,0.0389661156323312,0.153725174569888,0.0,0.0513002134127778,0.153725174569888,0.0,0.21414998836051,0.153725174569888,0.0,0.243842742237188,0.153725174569888,0.0,0.255091468296999,0.153725174569888,0.0,0.15794076648027,0.5,0.153725174569888,0.0,0.102306687443462,0.153725174569888,0.0,0.0889233676868986,0.5,0.153725174569888,0.0,0.0531732590375803,0.153725174569888,0.0,0.0492705602647495,0.153725174569888,0.0,0.180643357594211,0.153725174569888,0.0,0.121006959687082,0.153725174569888,0.0,0.173344203146255,0.153725174569888,0.0,0.0775199315694422,0.153725174569888,0.0,0.0351233142101579,0.5,0.153725174569888,0.0,0.0214297176139335,0,0.2142896945796,0.22490292297713 -6404,0.5,0.153725174569888,0.0,0.0958380751144286,0.153725174569888,0.0,0.177007732715387,0.153725174569888,0.0,0.0463126400869192,0.153725174569888,0.0,0.0541960480023932,0.153725174569888,0.0,0.206004379737221,0.153725174569888,0.0,0.296275408705034,0.153725174569888,0.0,0.405753880295035,0.153725174569888,0.0,0.218180536655078,0.5,0.153725174569888,0.0,0.117451190140437,0.153725174569888,0.0,0.0762012141547349,0.5,0.153725174569888,0.0,0.04708496960611,0.153725174569888,0.0,0.035583225735243,0.153725174569888,0.0,0.122094848127378,0.153725174569888,0.0,0.0961051737691561,0.153725174569888,0.0,0.138554510210098,0.153725174569888,0.0,0.102182892380384,0.153725174569888,0.0,0.0342864946257321,0.5,0.153725174569888,0.0,0.0419434721055901,0,0.229420192736259,0.57982036238095 -6405,0.5,0.153725174569888,0.0,0.0843398807556303,0.153725174569888,0.0,0.15229330450423,0.153725174569888,0.0,0.0510965601720189,0.153725174569888,0.0,0.0570133550982748,0.153725174569888,0.0,0.205788935357588,0.153725174569888,0.0,0.283922541842394,0.153725174569888,0.0,0.367487220700764,0.153725174569888,0.0,0.302838957175604,0.5,0.153725174569888,0.0,0.158935652787154,0.153725174569888,0.0,0.0557662535747273,0.5,0.153725174569888,0.0,0.0588640165386514,0.153725174569888,0.0,0.0333283396598275,0.153725174569888,0.0,0.0904142928236039,0.153725174569888,0.0,0.0891605882850561,0.153725174569888,0.0,0.123878812029804,0.153725174569888,0.0,0.139054722862651,0.153725174569888,0.0,0.0363752733421939,0.5,0.153725174569888,0.0,0.055967349444112,0,0.336316674837032,0.772258909781917 -6406,0.5,0.153725174569888,0.0,0.0768394892035043,0.153725174569888,0.0,0.134384742849772,0.153725174569888,0.0,0.0501794976645602,0.153725174569888,0.0,0.0610514175581951,0.153725174569888,0.0,0.22279288079174,0.153725174569888,0.0,0.363891420119843,0.153725174569888,0.0,0.298337848480891,0.153725174569888,0.0,0.387386620376167,0.5,0.153725174569888,0.0,0.203925975085682,0.153725174569888,0.0,0.0416670528522528,0.5,0.153725174569888,0.0,0.076224229360471,0.153725174569888,0.0,0.0352763555069172,0.153725174569888,0.0,0.0693351069475195,0.153725174569888,0.0,0.120388987271568,0.153725174569888,0.0,0.126412500965614,0.153725174569888,0.0,0.1694556046817,0.153725174569888,0.0,0.0395267633922104,0.5,0.153725174569888,0.0,0.060931330424529,0,0.40319819483453,0.848662305221666 -6407,0.5,0.153725174569888,0.0,0.0734684047314004,0.153725174569888,0.0,0.106466910726093,0.153725174569888,0.0,0.0540596175324574,0.153725174569888,0.0,0.0664592956642387,0.153725174569888,0.0,0.274973076059968,0.153725174569888,0.0,0.516399536182721,0.153725174569888,0.0,0.356591063237625,0.153725174569888,0.0,0.353309360153505,0.5,0.153725174569888,0.0,0.242023924513027,0.153725174569888,0.0,0.0435630649190477,0.5,0.153725174569888,0.0,0.0841009866026881,0.153725174569888,0.0,0.0378817574466729,0.153725174569888,0.0,0.0566064451166961,0.153725174569888,0.0,0.182138839317442,0.153725174569888,0.0,0.139892976465663,0.153725174569888,0.0,0.186022754962341,0.153725174569888,0.0,0.0394800184560218,0.5,0.153725174569888,0.0,0.054799098558029,0,0.419394576570918,0.860020936401015 -6408,0.5,0.153725174569888,0.0,0.0705513883085533,0.153725174569888,0.0,0.0991690041586288,0.153725174569888,0.0,0.072916476872268,0.153725174569888,0.0,0.071387489855971,0.153725174569888,0.0,0.385423485336336,0.153725174569888,0.0,0.589726386042823,0.153725174569888,0.0,0.489631947210517,0.153725174569888,0.0,0.32601686097886,0.5,0.153725174569888,0.0,0.259019648659476,0.153725174569888,0.0,0.0525111222474521,0.5,0.153725174569888,0.0,0.100393140012215,0.153725174569888,0.0,0.0425244656687045,0.153725174569888,0.0,0.0663012976082795,0.153725174569888,0.0,0.226657365057771,0.153725174569888,0.0,0.175708618119527,0.153725174569888,0.0,0.256026989442921,0.153725174569888,0.0,0.0483180494382946,0.5,0.153725174569888,0.0,0.0558973878387438,0,0.289989630842913,0.915557258099615 -6409,0.5,0.153725174569888,0.0,0.0792024538600121,0.153725174569888,0.0,0.105371176298005,0.153725174569888,0.0,0.108050833826907,0.153725174569888,0.0,0.0783940603840253,0.153725174569888,0.0,0.465749486356552,0.153725174569888,0.0,0.535764867306727,0.153725174569888,0.0,0.656020220377587,0.153725174569888,0.0,0.380572535630727,0.5,0.153725174569888,0.0,0.252576939386885,0.153725174569888,0.0,0.0596158377085207,0.5,0.153725174569888,0.0,0.13713423385497,0.153725174569888,0.0,0.0473814434071724,0.153725174569888,0.0,0.116513855028553,0.153725174569888,0.0,0.243249398490095,0.153725174569888,0.0,0.224507766808193,0.153725174569888,0.0,0.322766002666965,0.153725174569888,0.0,0.0617007757113236,0.5,0.153725174569888,0.0,0.063344830597172,0,0.405680840769784,0.901445945826548 -6410,0.5,0.153725174569888,0.0,0.0884272298322391,0.153725174569888,0.0,0.105033126297518,0.153725174569888,0.0,0.153704875152952,0.153725174569888,0.0,0.0858974648215201,0.153725174569888,0.0,0.471350442869294,0.153725174569888,0.0,0.43853966821004,0.153725174569888,0.0,0.672388251200249,0.153725174569888,0.0,0.337280054232905,0.5,0.153725174569888,0.0,0.211895847671667,0.153725174569888,0.0,0.0644505915093058,0.5,0.153725174569888,0.0,0.195846690729229,0.153725174569888,0.0,0.0485375479661268,0.153725174569888,0.0,0.149611781561618,0.153725174569888,0.0,0.276907778875204,0.153725174569888,0.0,0.254458661366144,0.153725174569888,0.0,0.343311613895385,0.153725174569888,0.0,0.086669247702347,0.5,0.153725174569888,0.0,0.0706780587301439,0,0.40374917122958,0.850703723010221 -6411,0.5,0.153725174569888,0.0,0.0987485402436805,0.153725174569888,0.0,0.0877840664172699,0.153725174569888,0.0,0.182357972819849,0.153725174569888,0.0,0.0972330587566501,0.153725174569888,0.0,0.418941796361139,0.153725174569888,0.0,0.323977062765045,0.153725174569888,0.0,0.610084431409496,0.153725174569888,0.0,0.259568097940187,0.5,0.153725174569888,0.0,0.166732758838522,0.153725174569888,0.0,0.0703862183835861,0.5,0.153725174569888,0.0,0.196977387449599,0.153725174569888,0.0,0.0431887010173875,0.153725174569888,0.0,0.203099502749299,0.153725174569888,0.0,0.307782750099156,0.153725174569888,0.0,0.247440128358995,0.153725174569888,0.0,0.372419625124864,0.153725174569888,0.0,0.112040083377478,0.5,0.153725174569888,0.0,0.0743562946495767,0,0.362359541678945,0.87241465828109 -6412,0.5,0.153725174569888,0.0,0.116308254350248,0.153725174569888,0.0,0.0796834883584912,0.153725174569888,0.0,0.199022178954865,0.153725174569888,0.0,0.112685217175983,0.153725174569888,0.0,0.379927419972712,0.153725174569888,0.0,0.233896261685141,0.153725174569888,0.0,0.57651663671787,0.153725174569888,0.0,0.197166576597531,0.5,0.153725174569888,0.0,0.12078178693006,0.153725174569888,0.0,0.0726406982484309,0.5,0.153725174569888,0.0,0.139434945479302,0.153725174569888,0.0,0.0490586997714235,0.153725174569888,0.0,0.276872650708643,0.153725174569888,0.0,0.346774265708161,0.153725174569888,0.0,0.256265173000342,0.153725174569888,0.0,0.372111391830887,0.153725174569888,0.0,0.116625979838836,0.5,0.153725174569888,0.0,0.0756169918898162,0,0.315609739787921,0.905627943264271 -6413,0.5,0.153725174569888,0.0,0.126226809314834,0.153725174569888,0.0,0.100392760065833,0.153725174569888,0.0,0.207741061091272,0.153725174569888,0.0,0.138025373934187,0.153725174569888,0.0,0.344219642736647,0.153725174569888,0.0,0.191518270464714,0.153725174569888,0.0,0.57552320779705,0.153725174569888,0.0,0.160959098065975,0.5,0.153725174569888,0.0,0.0852205665301487,0.153725174569888,0.0,0.0687653060658871,0.5,0.153725174569888,0.0,0.109706568858412,0.153725174569888,0.0,0.0508158631553536,0.153725174569888,0.0,0.347541978957977,0.153725174569888,0.0,0.35899939808237,0.153725174569888,0.0,0.301330515008128,0.153725174569888,0.0,0.420464578310081,0.153725174569888,0.0,0.131763260328255,0.5,0.153725174569888,0.0,0.092061798413274,0,0.253992190203674,0.878454586871396 -6414,0.5,0.153725174569888,0.0,0.135361502134984,0.153725174569888,0.0,0.14512957527927,0.153725174569888,0.0,0.21513239533136,0.153725174569888,0.0,0.162718909682108,0.153725174569888,0.0,0.277907228294002,0.153725174569888,0.0,0.179341340605836,0.153725174569888,0.0,0.540556031504117,0.153725174569888,0.0,0.128240724071142,0.5,0.153725174569888,0.0,0.0849105260015035,0.153725174569888,0.0,0.0606240941978462,0.5,0.153725174569888,0.0,0.105233257373907,0.153725174569888,0.0,0.0448990915679935,0.153725174569888,0.0,0.441135109173515,0.153725174569888,0.0,0.37533609834008,0.153725174569888,0.0,0.365111650154002,0.153725174569888,0.0,0.447270528259653,0.153725174569888,0.0,0.152080950440006,0.5,0.153725174569888,0.0,0.121974115983203,0,0.260033107729089,0.821713203700354 -6415,0.5,0.153725174569888,0.00285947891346273,0.157487178044473,0.153725174569888,0.00100241422622993,0.175676674126029,0.153725174569888,0.0019717692013296,0.220694033338247,0.153725174569888,0.00216909181110628,0.18737962795931,0.153725174569888,0.0,0.218913880874777,0.153725174569888,0.0,0.170793294894572,0.153725174569888,4.1595662225636e-05,0.494786829252236,0.153725174569888,1.36729264813442e-05,0.112528156564757,0.5,0.153725174569888,2.4295884211548e-05,0.0894897687196738,0.153725174569888,0.000980334047961815,0.0488270183621582,0.5,0.153725174569888,0.00123283690678349,0.110346517752091,0.153725174569888,0.000935472747106702,0.0421703936661597,0.153725174569888,0.000468063058844528,0.54299283303592,0.153725174569888,0.000148746642552335,0.412583782416666,0.153725174569888,0.00020595797935534,0.392513098594252,0.153725174569888,0.000763022094394328,0.419291539995468,0.153725174569888,0.00160600013941676,0.169002457190225,0.5,0.153725174569888,0.00556815866000034,0.123097974295157,0,0.541777973217835,0.700805958639091 -6416,0.5,0.153725174569888,0.049359021212476,0.236156079337813,0.153725174569888,0.0794423271718669,0.450786308059566,0.153725174569888,0.0198279035082001,0.315504729432627,0.153725174569888,0.0220269575367643,0.215798414424174,0.153725174569888,0.0447396100511622,0.208865583004767,0.153725174569888,0.0237717622218742,0.165013930319055,0.153725174569888,0.0157797677596406,0.468663344303262,0.153725174569888,0.0670148079623801,0.114618501035296,0.5,0.153725174569888,0.0210241047955291,0.105905415650897,0.153725174569888,0.0302040728700604,0.0496587406718917,0.5,0.153725174569888,0.0596912360792245,0.145842570524781,0.153725174569888,0.0454438556114906,0.0498530829283161,0.153725174569888,0.0161529115427756,0.62563299179216,0.153725174569888,0.0320858202935256,0.472599463409746,0.153725174569888,0.0108939710346247,0.398436634418889,0.153725174569888,0.058303023325266,0.448988408100709,0.153725174569888,0.0396153861791226,0.242521286857086,0.5,0.153725174569888,0.0423449842681392,0.153197784387473,0,0.836794820023512,0.714460285647581 -6417,0.5,0.153725174569888,0.0987148095643364,0.454997553926549,0.153725174569888,0.104145723787444,0.839730337964801,0.153725174569888,0.0418254928499806,0.488885223276356,0.153725174569888,0.0383368558240714,0.238929610942514,0.153725174569888,0.193884863747247,0.349062761520443,0.153725174569888,0.130901755756975,0.21379648440956,0.153725174569888,0.0569567072291679,0.434351877506332,0.153725174569888,0.184447963642298,0.179513405205093,0.5,0.153725174569888,0.081450290000005,0.143357160888042,0.153725174569888,0.11888101802314,0.0793680629184047,0.5,0.153725174569888,0.128033849130183,0.247581781884511,0.153725174569888,0.126224352578803,0.122028340404909,0.153725174569888,0.0586255257748176,0.652389747313444,0.153725174569888,0.0722684682851297,0.535894608827751,0.153725174569888,0.0618319040415335,0.540770122365464,0.153725174569888,0.182954961958486,0.473389546964761,0.153725174569888,0.0857269637572989,0.343200245483287,0.5,0.153725174569888,0.0554590836996061,0.26794861774725,0,0.980808191860223,0.68660687989268 -6418,0.5,0.153725174569888,0.135913517043447,0.642216250872127,0.153725174569888,0.0615924418474595,0.757095799598963,0.153725174569888,0.0664514555982176,0.592652372590291,0.153725174569888,0.056804347602584,0.314829828425093,0.153725174569888,0.283802569018,0.628808833310068,0.153725174569888,0.306176898029642,0.35918989620062,0.153725174569888,0.248427892276264,0.448536757624644,0.153725174569888,0.294091429398781,0.27850637992496,0.5,0.153725174569888,0.18817892275609,0.150271249819379,0.153725174569888,0.214717239143467,0.105302954626219,0.5,0.153725174569888,0.141060832996917,0.297643838160207,0.153725174569888,0.201682303103407,0.197632040723459,0.153725174569888,0.08534734439691,0.639732696234592,0.153725174569888,0.109821880893713,0.529876933041831,0.153725174569888,0.163479810099633,0.682904639106678,0.153725174569888,0.323002794192744,0.502758132764221,0.153725174569888,0.127546903995884,0.447727060111241,0.5,0.153725174569888,0.100429735678932,0.325386509023911,0,0.994369341706438,0.949957249730857 -6419,0.5,0.153725174569888,0.115644899813107,0.73555365889127,0.153725174569888,0.117888899481842,0.637086261642662,0.153725174569888,0.0970940030704378,0.582671983395817,0.153725174569888,0.0900023041115147,0.468655209977063,0.153725174569888,0.308540445941027,0.754490251484741,0.153725174569888,0.488236318810551,0.634979124165141,0.153725174569888,0.458428466851368,0.595150490986284,0.153725174569888,0.362138886420962,0.367748318288289,0.5,0.153725174569888,0.26572223637854,0.118571663716415,0.153725174569888,0.184974775279934,0.0942858094319904,0.5,0.153725174569888,0.124881654280937,0.299150439110779,0.153725174569888,0.208291383599685,0.17156042283845,0.153725174569888,0.121927647503681,0.622941828113671,0.153725174569888,0.195004636152628,0.6023362913351,0.153725174569888,0.216711453724564,0.779413156076892,0.153725174569888,0.476328737950475,0.553567310607283,0.153725174569888,0.204422976823801,0.519329380703364,0.5,0.153725174569888,0.115569688075503,0.267620983984562,0,0.987953058535953,0.992244763528834 -6420,0.5,0.153725174569888,0.153093738050668,0.837269204426384,0.153725174569888,0.170038202138036,0.748049306920707,0.153725174569888,0.172159795565188,0.520991388066884,0.153725174569888,0.128547792119146,0.607471437925257,0.153725174569888,0.296600182750541,0.814067036278338,0.153725174569888,0.581304970391236,0.727224378727127,0.153725174569888,0.542302504577196,0.801239855807955,0.153725174569888,0.485318584611842,0.377052767246279,0.5,0.153725174569888,0.354075963470075,0.0934533994174668,0.153725174569888,0.141189969403214,0.0715054189424965,0.5,0.153725174569888,0.132207352498413,0.257672383519746,0.153725174569888,0.185789112036588,0.145584875507337,0.153725174569888,0.14929463815441,0.561702572863495,0.153725174569888,0.249113490346586,0.688922623703889,0.153725174569888,0.266309794078574,0.82346272918254,0.153725174569888,0.510155925127415,0.62135788610455,0.153725174569888,0.296517107478832,0.502925524856519,0.5,0.153725174569888,0.108750267599547,0.23552212517138,0,0.910648989594985,1.00413365600152 -6421,0.5,0.153725174569888,0.121621666717583,0.853033355025202,0.153725174569888,0.0934784002436026,0.409599114371585,0.153725174569888,0.304324162154734,0.628333881579023,0.153725174569888,0.200017159223807,0.727194216900059,0.153725174569888,0.256773319931538,0.825339249212751,0.153725174569888,0.591698064333521,0.718636421037413,0.153725174569888,0.49449974336586,0.838751170744845,0.153725174569888,0.59358226422257,0.371778437651256,0.5,0.153725174569888,0.466107688040096,0.0864235215070491,0.153725174569888,0.127985800386658,0.0586807025820939,0.5,0.153725174569888,0.191922533770619,0.260804018353356,0.153725174569888,0.173361426645287,0.117447786898395,0.153725174569888,0.155442684037371,0.605255847871922,0.153725174569888,0.22282345113234,0.792278322742539,0.153725174569888,0.239151098861488,0.779355760858282,0.153725174569888,0.507946266446244,0.623737061203161,0.153725174569888,0.355596156107167,0.446875970506771,0.5,0.153725174569888,0.119715744167893,0.226107378181223,0,0.891090446809181,1.00748765813126 -6422,0.5,0.153725174569888,0.12225156871061,0.795142475188187,0.153725174569888,0.266259638090691,0.705713634223715,0.153725174569888,0.224246527171764,0.713643945689026,0.153725174569888,0.257627430653666,0.774507646314579,0.153725174569888,0.164749637499734,0.799847236956987,0.153725174569888,0.560217922861921,0.704159888865223,0.153725174569888,0.364112015983205,0.789331685682427,0.153725174569888,0.583120263987385,0.364118517752187,0.5,0.153725174569888,0.487604652464763,0.0846328804877157,0.153725174569888,0.10776836495395,0.049089121469083,0.5,0.153725174569888,0.123209643287712,0.252039702700788,0.153725174569888,0.170067977827335,0.108053680113138,0.153725174569888,0.0514786051193959,0.584756477533149,0.153725174569888,0.0729853546063619,0.814991025210631,0.153725174569888,0.216207545959867,0.753450077507587,0.153725174569888,0.420006716351156,0.569643497981954,0.153725174569888,0.317875399335431,0.384428940944541,0.5,0.153725174569888,0.126245754828831,0.215311871207099,0,0.995722081726164,1.00395175166866 -6423,0.5,0.153725174569888,0.0979575155805304,0.698851707846977,0.153725174569888,0.0323638703321954,0.585649334004887,0.153725174569888,0.147763542258524,0.660069743626274,0.153725174569888,0.196067876372784,0.768439199519659,0.153725174569888,0.161685485522635,0.78005661356747,0.153725174569888,0.483878378095089,0.682042024674953,0.153725174569888,0.338883378502042,0.747128479375521,0.153725174569888,0.504948890188378,0.339870669204294,0.5,0.153725174569888,0.482655550499266,0.0898827619621014,0.153725174569888,0.0844876381401827,0.0423886553051011,0.5,0.153725174569888,0.163690628470627,0.248568258761604,0.153725174569888,0.111421901179012,0.0928485835051187,0.153725174569888,0.0211315033237662,0.642575145524426,0.153725174569888,0.0872793774639123,0.813785241103374,0.153725174569888,0.144495195045588,0.707850145985598,0.153725174569888,0.319443856187841,0.486085396221268,0.153725174569888,0.216943684145306,0.324040472446487,0.5,0.153725174569888,0.0969306802919422,0.202885011307996,0,0.991560825366452,1.00014932522505 -6424,0.5,0.153725174569888,0.0800143582843195,0.552089472213993,0.153725174569888,0.00697077571902006,0.632680046144057,0.153725174569888,0.104702342703287,0.553371174458389,0.153725174569888,0.0791512937884565,0.637443325751541,0.153725174569888,0.140906110759901,0.753980728951404,0.153725174569888,0.35625309841819,0.6187465489315,0.153725174569888,0.303239208130463,0.675844451507542,0.153725174569888,0.39796812258643,0.282352267547661,0.5,0.153725174569888,0.395516664617116,0.0921120623091811,0.153725174569888,0.0618919359223519,0.0360814027896689,0.5,0.153725174569888,0.275002608781386,0.270146633130468,0.153725174569888,0.0950284645649807,0.0693339501688423,0.153725174569888,0.0059895049447318,0.674279471725028,0.153725174569888,0.0730376525588882,0.793087642139647,0.153725174569888,0.0636386973987165,0.587383443622919,0.153725174569888,0.217894602001665,0.396831707354724,0.153725174569888,0.140170167989746,0.260758929777969,0.5,0.153725174569888,0.056438934175987,0.158044711743284,0,0.763627727981935,0.95384649201592 -6425,0.5,0.153725174569888,0.0171465237234865,0.294560514333043,0.153725174569888,0.00629686187486887,0.701966725327283,0.153725174569888,0.0419561091553576,0.360186334735527,0.153725174569888,0.0465066853196855,0.399844235746495,0.153725174569888,0.0573862888466503,0.701260576291503,0.153725174569888,0.193084608416054,0.483238785529953,0.153725174569888,0.194091047988967,0.509377470816581,0.153725174569888,0.273900369333206,0.151188741974748,0.5,0.153725174569888,0.260974327697684,0.0698158877332349,0.153725174569888,0.03841313835828,0.0226289427524246,0.5,0.153725174569888,0.225869064225796,0.198058020645934,0.153725174569888,0.100023032517004,0.0342456976285781,0.153725174569888,0.00321351754773119,0.748809818624311,0.153725174569888,0.0191853928763948,0.755244265885149,0.153725174569888,0.0426641292905416,0.463628570675193,0.153725174569888,0.137450501853397,0.259244977735851,0.153725174569888,0.0757123242021748,0.168090813783556,0.5,0.153725174569888,0.0263712687594738,0.114892008978788,0,0.500940815030781,0.849409024256782 -6426,0.5,0.153725174569888,0.000135886752172383,0.187851196442648,0.153725174569888,0.0,0.794846871352842,0.153725174569888,0.0,0.181333832935227,0.153725174569888,0.000143211291569409,0.167187230911993,0.153725174569888,0.00140295814097596,0.65696764012523,0.153725174569888,0.024824785954367,0.3352682168478,0.153725174569888,0.0184270113531155,0.323846173147284,0.153725174569888,0.035149154152303,0.0645729803327455,0.5,0.153725174569888,0.0332911342113153,0.0185360965373398,0.153725174569888,0.0,0.00573318513027265,0.5,0.153725174569888,0.00974551040705028,0.0815674491994531,0.153725174569888,0.00805945304374298,0.00527662169413561,0.153725174569888,3.86935526172971e-05,0.784331342648053,0.153725174569888,0.000568989104382903,0.711132242907494,0.153725174569888,0.000110008647739455,0.408217226684717,0.153725174569888,0.00249068993578062,0.109287272139631,0.153725174569888,0.0,0.0859953798436173,0.5,0.153725174569888,0.000117305160184129,0.0767101839414631,0,0.681202530559533,0.703526382381433 -6427,0.5,0.153725174569888,0.0,0.224717733522164,0.153725174569888,0.0,0.83677193495894,0.153725174569888,0.0,0.139016448789779,0.153725174569888,0.0,0.0759089011766379,0.153725174569888,0.0,0.590375682607209,0.153725174569888,0.0,0.267461533865742,0.153725174569888,0.0,0.269471454924935,0.153725174569888,0.0,0.0588406581268918,0.5,0.153725174569888,0.0,0.0180583396476081,0.153725174569888,0.0,0.00171764559490504,0.5,0.153725174569888,0.0,0.0784908441495718,0.153725174569888,0.0,0.00363405016395561,0.153725174569888,0.0,0.693751572717152,0.153725174569888,0.0,0.59456440966151,0.153725174569888,0.0,0.445080726854699,0.153725174569888,0.0,0.0874398047093196,0.153725174569888,0.0,0.0673826638867564,0.5,0.153725174569888,0.0,0.0461431787269843,0,0.867777730292212,0.632536481044393 -6428,0.5,0.153725174569888,0.0,0.324380610760887,0.153725174569888,0.0,0.77221818944174,0.153725174569888,0.0,0.164078929036739,0.153725174569888,0.0,0.0974661738882381,0.153725174569888,0.0,0.534630370076279,0.153725174569888,0.0,0.286825491095154,0.153725174569888,0.0,0.288773655818769,0.153725174569888,0.0,0.0585782491160274,0.5,0.153725174569888,0.0,0.0179547146154376,0.153725174569888,0.0,0.000790712307593477,0.5,0.153725174569888,0.0,0.0752686443362518,0.153725174569888,0.0,0.00377839206641595,0.153725174569888,0.0,0.450396793581403,0.153725174569888,0.0,0.519298716051313,0.153725174569888,0.0,0.508324579470738,0.153725174569888,0.0,0.0948386556448389,0.153725174569888,0.0,0.066341880293292,0.5,0.153725174569888,0.0,0.025937580810982,0,0.883011157298349,0.607807732638384 -6429,0.5,0.153725174569888,0.0,0.433809930719658,0.153725174569888,0.0,0.677724073319192,0.153725174569888,0.0,0.222732213477599,0.153725174569888,0.0,0.169405611075745,0.153725174569888,0.0,0.481396929901999,0.153725174569888,0.0,0.277159768563705,0.153725174569888,0.0,0.338074809525739,0.153725174569888,0.0,0.0635361033033005,0.5,0.153725174569888,0.0,0.0171896266071944,0.153725174569888,0.0,0.000674218415517104,0.5,0.153725174569888,0.0,0.0670610066729743,0.153725174569888,0.0,0.00438255075412688,0.153725174569888,0.0,0.302661747752905,0.153725174569888,0.0,0.481757333261287,0.153725174569888,0.0,0.551089900228979,0.153725174569888,0.0,0.113544443749986,0.153725174569888,0.0,0.066131275509276,0.5,0.153725174569888,0.0,0.0180493422353889,0,0.772951064872064,0.588985501000495 -6430,0.5,0.153725174569888,0.0,0.523594108646316,0.153725174569888,0.0,0.590030951025029,0.153725174569888,0.0,0.315513910826793,0.153725174569888,0.0,0.287119939895654,0.153725174569888,0.0,0.421128565617057,0.153725174569888,0.0,0.23571797340073,0.153725174569888,0.0,0.380485309854001,0.153725174569888,0.0,0.0751181403720704,0.5,0.153725174569888,0.0,0.0172742659213947,0.153725174569888,0.0,0.00140486381236162,0.5,0.153725174569888,0.0,0.0643830146685191,0.153725174569888,0.0,0.00536628216168331,0.153725174569888,0.0,0.258572525194462,0.153725174569888,0.0,0.406009285749559,0.153725174569888,0.0,0.539743800411655,0.153725174569888,0.0,0.134604067686398,0.153725174569888,0.0,0.0637277874930936,0.5,0.153725174569888,0.0,0.0180430475095289,0,0.687384135522562,0.499565291632216 -6431,0.5,0.153725174569888,0.0,0.576654664060139,0.153725174569888,0.0,0.466174885643067,0.153725174569888,0.0,0.417377110934236,0.153725174569888,0.0,0.425151716371216,0.153725174569888,0.0,0.367855950053113,0.153725174569888,0.0,0.228389587482861,0.153725174569888,0.0,0.38468422243053,0.153725174569888,0.0,0.0789306096784896,0.5,0.153725174569888,0.0,0.0189947829382106,0.153725174569888,0.0,0.00352798730621006,0.5,0.153725174569888,0.0,0.0573341930051062,0.153725174569888,0.0,0.0071424603772795,0.153725174569888,0.0,0.210117238401939,0.153725174569888,0.0,0.345027534716453,0.153725174569888,0.0,0.484876495710472,0.153725174569888,0.0,0.141343746234192,0.153725174569888,0.0,0.0640059922558045,0.5,0.153725174569888,0.0,0.0210950660612814,0,0.559937749151054,0.502734934785565 -6432,0.5,0.153725174569888,0.0,0.571856386533395,0.153725174569888,0.0,0.3302129744666,0.153725174569888,0.0,0.476550789367271,0.153725174569888,0.0,0.573490325344586,0.153725174569888,0.0,0.322917580445992,0.153725174569888,0.0,0.227591762564666,0.153725174569888,0.0,0.343906159506026,0.153725174569888,0.0,0.0810671199754582,0.5,0.153725174569888,0.0,0.0208258324104541,0.153725174569888,0.0,0.00519682908327643,0.5,0.153725174569888,0.0,0.0550819843513442,0.153725174569888,0.0,0.00815005943450919,0.153725174569888,0.0,0.171421075980352,0.153725174569888,0.0,0.281330951208236,0.153725174569888,0.0,0.405073800880396,0.153725174569888,0.0,0.137907458764279,0.153725174569888,0.0,0.0559185570412484,0.5,0.153725174569888,0.0,0.0244984136388754,0,0.500979169251167,0.485443066944474 -6433,0.5,0.153725174569888,0.0,0.511017643015166,0.153725174569888,0.0,0.269005380435531,0.153725174569888,0.0,0.507685998930274,0.153725174569888,0.0,0.669767979404069,0.153725174569888,0.0,0.290967532639985,0.153725174569888,0.0,0.210632083578041,0.153725174569888,0.0,0.310898284376995,0.153725174569888,0.0,0.0820188796854849,0.5,0.153725174569888,0.0,0.021048778421455,0.153725174569888,0.0,0.00605202984350473,0.5,0.153725174569888,0.0,0.0588292568585393,0.153725174569888,0.0,0.00891399103515628,0.153725174569888,0.0,0.172311430823457,0.153725174569888,0.0,0.261860729699002,0.153725174569888,0.0,0.339761097075998,0.153725174569888,0.0,0.13166812460401,0.153725174569888,0.0,0.0490961709821323,0.5,0.153725174569888,0.0,0.0277787093942047,0,0.445236732335257,0.301339398135383 -6434,0.5,0.153725174569888,0.0,0.395553710517322,0.153725174569888,0.0,0.245870918702176,0.153725174569888,0.0,0.513981193265053,0.153725174569888,0.0,0.668382290181236,0.153725174569888,0.0,0.265902669048781,0.153725174569888,0.0,0.190047115245525,0.153725174569888,0.0,0.306612097169167,0.153725174569888,0.0,0.0824261340872971,0.5,0.153725174569888,0.0,0.0220906577546092,0.153725174569888,0.0,0.00766820927759758,0.5,0.153725174569888,0.0,0.0511448248403776,0.153725174569888,0.0,0.0116352637357836,0.153725174569888,0.0,0.179449387801553,0.153725174569888,0.0,0.255064169295505,0.153725174569888,0.0,0.310205566188538,0.153725174569888,0.0,0.12896886842739,0.153725174569888,0.0,0.0407050644954221,0.5,0.153725174569888,0.0,0.0322634530743987,0,0.393426027323665,0.203405635616387 -6435,0.5,0.153725174569888,0.0,0.271887043717237,0.153725174569888,0.0,0.235503745187869,0.153725174569888,0.0,0.439520732403325,0.153725174569888,0.0,0.574649485738456,0.153725174569888,0.0,0.240545121551182,0.153725174569888,0.0,0.182180218436507,0.153725174569888,0.0,0.307559118166872,0.153725174569888,0.0,0.0854441005188329,0.5,0.153725174569888,0.0,0.0229004874998039,0.153725174569888,0.0,0.00856062234733099,0.5,0.153725174569888,0.0,0.0414171846582304,0.153725174569888,0.0,0.0134976329996496,0.153725174569888,0.0,0.165223623168504,0.153725174569888,0.0,0.226013485428875,0.153725174569888,0.0,0.283635964713012,0.153725174569888,0.0,0.118018351764801,0.153725174569888,0.0,0.0380586415245893,0.5,0.153725174569888,0.0,0.0320288405884091,0,0.232095328439551,0.173010012385411 -6436,0.5,0.153725174569888,0.0,0.180530801874323,0.153725174569888,0.0,0.227971036043067,0.153725174569888,0.0,0.324487362774126,0.153725174569888,0.0,0.443203845998751,0.153725174569888,0.0,0.200114266809418,0.153725174569888,0.0,0.170058301447989,0.153725174569888,0.0,0.295034863989557,0.153725174569888,0.0,0.0914871237013086,0.5,0.153725174569888,0.0,0.0219625708599467,0.153725174569888,0.0,0.00791247285368122,0.5,0.153725174569888,0.0,0.0362992097985633,0.153725174569888,0.0,0.0123587494871775,0.153725174569888,0.0,0.153942201850494,0.153725174569888,0.0,0.188643163387729,0.153725174569888,0.0,0.261444171661154,0.153725174569888,0.0,0.109351004909925,0.153725174569888,0.0,0.040822448743067,0.5,0.153725174569888,0.0,0.0250478663723881,0,0.144997389220145,0.169538413499363 -6437,0.5,0.153725174569888,0.0,0.125903147839071,0.153725174569888,0.0,0.214005337868149,0.153725174569888,0.0,0.235777058387186,0.153725174569888,0.0,0.323764064551998,0.153725174569888,0.0,0.155336376050529,0.153725174569888,0.0,0.143657486339866,0.153725174569888,0.0,0.272620846168382,0.153725174569888,0.0,0.0933541331073739,0.5,0.153725174569888,0.0,0.0229491136156387,0.153725174569888,0.0,0.00678300019340716,0.5,0.153725174569888,0.0,0.034824006906735,0.153725174569888,0.0,0.011196315694145,0.153725174569888,0.0,0.177454687588011,0.153725174569888,0.0,0.158630119938979,0.153725174569888,0.0,0.254677549268878,0.153725174569888,0.0,0.104284175476204,0.153725174569888,0.0,0.0472064816453976,0.5,0.153725174569888,0.0,0.0211276043556929,0,0.105912542963173,0.27553624092924 -6438,0.5,0.153725174569888,0.0,0.0992311676654026,0.153725174569888,0.0,0.176333591064505,0.153725174569888,0.0,0.191509011916961,0.153725174569888,0.0,0.230354268670215,0.153725174569888,0.0,0.12367610124072,0.153725174569888,0.0,0.116617334436202,0.153725174569888,0.0,0.252649049170362,0.153725174569888,0.0,0.0939154719525539,0.5,0.153725174569888,0.0,0.024747055851897,0.153725174569888,0.0,0.00766032420072137,0.5,0.153725174569888,0.0,0.0434822313077732,0.153725174569888,0.0,0.0102615164544799,0.153725174569888,0.0,0.207296239595514,0.153725174569888,0.0,0.140695186561093,0.153725174569888,0.0,0.243716525778215,0.153725174569888,0.0,0.10656414787504,0.153725174569888,0.0,0.0478005667182285,0.5,0.153725174569888,0.0,0.0246054573380366,0,0.0924224739814387,0.423427253570874 -6439,0.5,0.153725174569888,0.00108608410161051,0.0931155108051636,0.153725174569888,0.000244929838408788,0.166472702399212,0.153725174569888,0.000581966804918055,0.183515119648816,0.153725174569888,0.00191626346321444,0.177545940126847,0.153725174569888,0.0,0.122705629080226,0.153725174569888,0.0,0.0993488559901402,0.153725174569888,0.0,0.214712974638305,0.153725174569888,0.0,0.0896792371096591,0.5,0.153725174569888,1.50299630240848e-05,0.0267323672973095,0.153725174569888,0.00310620186953961,0.0116045053082574,0.5,0.153725174569888,0.000302629099060017,0.0509168911933348,0.153725174569888,0.00152003063151896,0.00897627748466907,0.153725174569888,0.000197812311399901,0.214418958005409,0.153725174569888,3.21424169235258e-05,0.14337685800191,0.153725174569888,0.000106433926384673,0.220444334443462,0.153725174569888,9.96713863850387e-05,0.110735514348011,0.153725174569888,0.000390580743637811,0.0486876997407756,0.5,0.153725174569888,0.0034197487577771,0.0307395934420782,0,0.0736351004786303,0.415742900715751 -6440,0.5,0.153725174569888,0.0127740257630058,0.108914164808373,0.153725174569888,0.00673818205156529,0.195501424545037,0.153725174569888,0.00805296989459556,0.219864715492402,0.153725174569888,0.0188141416121669,0.171413517135627,0.153725174569888,0.0288887493429372,0.13692946870212,0.153725174569888,0.0189802652312743,0.104098603248844,0.153725174569888,0.0124030931686143,0.187226039010506,0.153725174569888,0.00336928250751819,0.077559668359253,0.5,0.153725174569888,0.0314917652463549,0.0279600628469969,0.153725174569888,0.0804938884359375,0.0109667032528303,0.5,0.153725174569888,0.0240063142276772,0.0628905321267153,0.153725174569888,0.0858630018121857,0.00634430517289717,0.153725174569888,0.0134102000890819,0.21386359053347,0.153725174569888,0.0295410797551886,0.146464731940832,0.153725174569888,0.0123463934958037,0.221686292717368,0.153725174569888,0.00320070027236876,0.107187446867219,0.153725174569888,0.00760952794578395,0.0526378823533047,0.5,0.153725174569888,0.0393232438011331,0.036965987952682,0,0.0893313192046547,0.481401703039747 -6441,0.5,0.153725174569888,0.0270682457613467,0.142477432036603,0.153725174569888,0.0394802010307474,0.311945266774947,0.153725174569888,0.0146444686314901,0.263005815347048,0.153725174569888,0.0297528049495677,0.179996546860847,0.153725174569888,0.105996494218761,0.204533911490058,0.153725174569888,0.0609330704656405,0.140200358966383,0.153725174569888,0.0384908710434161,0.181858228971845,0.153725174569888,0.00805692182516916,0.0746526620293311,0.5,0.153725174569888,0.0991882683369481,0.0358867034220078,0.153725174569888,0.154301324148584,0.00881655936593099,0.5,0.153725174569888,0.091074160610041,0.0834444750608317,0.153725174569888,0.187258531271639,0.00642784126400228,0.153725174569888,0.0538692901207651,0.279452735949697,0.153725174569888,0.110584636206731,0.206963946395676,0.153725174569888,0.0431230420579509,0.252368703454563,0.153725174569888,0.0148493686330982,0.100800364933477,0.153725174569888,0.0277578650057109,0.0585289071611941,0.5,0.153725174569888,0.0651040940975684,0.0502170484332203,0,0.207765797559436,0.569210092406205 -6442,0.5,0.153725174569888,0.0504506868157819,0.206704809227928,0.153725174569888,0.10092246177078,0.544816910756344,0.153725174569888,0.0365948147522387,0.302483992340235,0.153725174569888,0.0210197019845882,0.191124278110534,0.153725174569888,0.230875610144315,0.198899729249135,0.153725174569888,0.0952022279629703,0.17004598697225,0.153725174569888,0.0833380674359523,0.186391301118084,0.153725174569888,0.0180897569235868,0.0826537701254861,0.5,0.153725174569888,0.168837149753515,0.0448223277323098,0.153725174569888,0.208179940306194,0.0135362975754115,0.5,0.153725174569888,0.255227404615056,0.181635000044272,0.153725174569888,0.280083591751746,0.0138582389595824,0.153725174569888,0.0761250403441206,0.303814131691584,0.153725174569888,0.165973306940843,0.230649840324439,0.153725174569888,0.0904469601345652,0.360756959610704,0.153725174569888,0.0335719190635699,0.101924768395529,0.153725174569888,0.0825133142895283,0.0789895266990919,0.5,0.153725174569888,0.0864029533248178,0.0799317954699596,0,0.4757349879887,0.424813849108423 -6443,0.5,0.153725174569888,0.0636504094684622,0.306015120827579,0.153725174569888,0.099372010192759,0.491084174438845,0.153725174569888,0.0940978323969488,0.386362471425755,0.153725174569888,0.0199693266907461,0.204094905329701,0.153725174569888,0.367358804039448,0.205255053172195,0.153725174569888,0.125687317980512,0.234620872190602,0.153725174569888,0.154887048674482,0.259993457946438,0.153725174569888,0.0383659866955191,0.0919509975268099,0.5,0.153725174569888,0.181545828221269,0.0543356813385596,0.153725174569888,0.290311571423505,0.0229795572563639,0.5,0.153725174569888,0.40681100477362,0.228360991891083,0.153725174569888,0.408949362411334,0.0314912717336372,0.153725174569888,0.106229688848006,0.310579574271018,0.153725174569888,0.252783551477861,0.236738517506339,0.153725174569888,0.146240318308652,0.388073723624053,0.153725174569888,0.0563046205103785,0.109939407919961,0.153725174569888,0.174710846470799,0.130650713800447,0.5,0.153725174569888,0.108992663655662,0.0915298124694486,0,0.656374272891416,0.644378536217412 -6444,0.5,0.153725174569888,0.0640349194771744,0.366685991786331,0.153725174569888,0.117276327425579,0.154458805757215,0.153725174569888,0.149539917830039,0.486675880358164,0.153725174569888,0.0349410178521164,0.222892693211564,0.153725174569888,0.494355724693206,0.330334913113546,0.153725174569888,0.179232043800517,0.339725992067487,0.153725174569888,0.22071281848443,0.323873342184501,0.153725174569888,0.0567700085276735,0.0925215996867255,0.5,0.153725174569888,0.180864940971962,0.0588849895120333,0.153725174569888,0.337754143657232,0.0371636923719878,0.5,0.153725174569888,0.440957326080993,0.240961362598979,0.153725174569888,0.554007183866956,0.05462501193392,0.153725174569888,0.250628314067753,0.466072900708763,0.153725174569888,0.400871721183787,0.318257694018044,0.153725174569888,0.223645278970723,0.288497364683087,0.153725174569888,0.148251249391835,0.155518136815272,0.153725174569888,0.221438089780231,0.147136896840056,0.5,0.153725174569888,0.129465864364547,0.128952161543045,0,0.59033507206022,0.849689460647927 -6445,0.5,0.153725174569888,0.0589925746226863,0.297531500984881,0.153725174569888,0.447748384075898,0.263414616010037,0.153725174569888,0.147762433742423,0.444632850626845,0.153725174569888,0.0541916252519426,0.242027555895702,0.153725174569888,0.525527601114778,0.654793314503597,0.153725174569888,0.216615346126343,0.44368153954269,0.153725174569888,0.225747488413296,0.401885795441104,0.153725174569888,0.0584109025228646,0.0873254612128353,0.5,0.153725174569888,0.162732820815142,0.0631976847875047,0.153725174569888,0.446053688104351,0.038155291699707,0.5,0.153725174569888,0.34296722774868,0.166653719632141,0.153725174569888,0.616346402765783,0.0580325490816582,0.153725174569888,0.408943432461129,0.635860846063391,0.153725174569888,0.463463501456434,0.478585826220559,0.153725174569888,0.287019663077777,0.250041371218273,0.153725174569888,0.239668693515754,0.194496083779986,0.153725174569888,0.162963878897296,0.134401984880701,0.5,0.153725174569888,0.196819833945491,0.149285103121617,0,0.200315433116162,0.857930251212797 -6446,0.5,0.153725174569888,0.081189235174672,0.222470554070774,0.153725174569888,0.560725140964401,0.497061874106801,0.153725174569888,0.191837668511126,0.356740113890135,0.153725174569888,0.0517786213053031,0.18669771252084,0.153725174569888,0.323012977695309,0.77422686944809,0.153725174569888,0.231305257424735,0.442013041723714,0.153725174569888,0.237425282467285,0.50473778656779,0.153725174569888,0.0684030207863525,0.0890893877767867,0.5,0.153725174569888,0.105952254442538,0.0620850155268038,0.153725174569888,0.502058067229715,0.0325539935908595,0.5,0.153725174569888,0.297256927743828,0.15250670150072,0.153725174569888,0.606209273409247,0.0540708865482353,0.153725174569888,0.362435108599564,0.729405558214065,0.153725174569888,0.340320652189484,0.607304961808786,0.153725174569888,0.367402188418972,0.29283291294853,0.153725174569888,0.230947044264704,0.235632034871974,0.153725174569888,0.109392378356418,0.11219520958616,0.5,0.153725174569888,0.219664216525513,0.151128623004982,0,0.115569600696785,0.764034907428845 -6447,0.5,0.153725174569888,0.100603839601843,0.18368721684423,0.153725174569888,0.342183564884301,0.469719130114809,0.153725174569888,0.18170813231788,0.294083038871613,0.153725174569888,0.044776644583168,0.150355396044298,0.153725174569888,0.0838270889782461,0.706249541033681,0.153725174569888,0.196372599597854,0.370636001401153,0.153725174569888,0.135764910511043,0.541422299737245,0.153725174569888,0.0937512308017292,0.0756847597938161,0.5,0.153725174569888,0.0594725848757076,0.0609299251277241,0.153725174569888,0.467010222039716,0.0254670992472701,0.5,0.153725174569888,0.262078371711067,0.181745814604503,0.153725174569888,0.518269027247882,0.0499131193080617,0.153725174569888,0.123804478713421,0.77909649134867,0.153725174569888,0.0821282639533327,0.583811362462739,0.153725174569888,0.370063945313602,0.355797149238445,0.153725174569888,0.165525960530077,0.252107076467015,0.153725174569888,0.0960948346736827,0.100359475780739,0.5,0.153725174569888,0.161385770568015,0.121593383540275,0,0.220196521760623,0.783156539259295 -6448,0.5,0.153725174569888,0.099571624707584,0.146527961510943,0.153725174569888,0.0333827459209722,0.311235265377602,0.153725174569888,0.115842295122698,0.181394400926547,0.153725174569888,0.0227838281754084,0.131952682480657,0.153725174569888,0.0487477690435534,0.594914305851706,0.153725174569888,0.193135991864779,0.343071257794015,0.153725174569888,0.0710563008861378,0.472988530565443,0.153725174569888,0.0997582214382133,0.0590378111074556,0.5,0.153725174569888,0.0290441521972952,0.0398871065630843,0.153725174569888,0.361959413942273,0.0196054129230355,0.5,0.153725174569888,0.145508723081122,0.14761039239971,0.153725174569888,0.378527539286792,0.0567908793930491,0.153725174569888,0.0306818955567056,0.742173163896428,0.153725174569888,0.0291271345306735,0.591490504396218,0.153725174569888,0.205662364972292,0.341692936494432,0.153725174569888,0.0902315162541819,0.239710131407131,0.153725174569888,0.0823517009461354,0.101671979228749,0.5,0.153725174569888,0.097365279571587,0.0759969933109104,0,0.283504085300197,0.896529624434951 -6449,0.5,0.153725174569888,0.0649601534217882,0.123728889692252,0.153725174569888,0.00361021297359697,0.458120678174197,0.153725174569888,0.0561325476862678,0.082360976985733,0.153725174569888,0.00636065045400665,0.0916929417819432,0.153725174569888,0.0280160722502636,0.407500857750632,0.153725174569888,0.122556122191739,0.267393882529508,0.153725174569888,0.0839908173469598,0.318231519824024,0.153725174569888,0.0612121466597519,0.0518736731980209,0.5,0.153725174569888,0.0171285105174926,0.0225147839093096,0.153725174569888,0.209223565028163,0.00720566731799373,0.5,0.153725174569888,0.0426644616135485,0.0782855714707315,0.153725174569888,0.218730697576993,0.0292194771693416,0.153725174569888,0.0308051799886082,0.618212913654309,0.153725174569888,0.0175545843168951,0.535288115382635,0.153725174569888,0.0472248196765383,0.27849537749561,0.153725174569888,0.043254777006242,0.176097032840483,0.153725174569888,0.037653425126479,0.0672127731391584,0.5,0.153725174569888,0.0395345463592079,0.0452484014198376,0,0.298503024814525,0.907652637396651 -6450,0.5,0.153725174569888,0.0,0.139761966458359,0.153725174569888,0.0,0.493438203164464,0.153725174569888,0.0,0.0528078983570653,0.153725174569888,4.07517249771437e-05,0.0503601744304509,0.153725174569888,0.00239766036026288,0.326829600806094,0.153725174569888,0.0155014476631532,0.165895889109398,0.153725174569888,0.0111041226624643,0.215945287656752,0.153725174569888,0.0118533756202961,0.0472615005751385,0.5,0.153725174569888,0.00500450600233182,0.00884516703761371,0.153725174569888,0.0,0.00588117182926213,0.5,0.153725174569888,0.000388498305901199,0.0399083404045708,0.153725174569888,0.0038871172917187,0.0158142995655231,0.153725174569888,6.32582942628143e-05,0.54846109069223,0.153725174569888,0.000206128805789493,0.472039423067565,0.153725174569888,0.000337251835642509,0.226128889913654,0.153725174569888,0.000152714204502055,0.098002839461795,0.153725174569888,0.000225895207652147,0.0309410122081922,0.5,0.153725174569888,0.000218687695432686,0.0443334582792377,0,0.585954004149737,0.892641487910761 -6451,0.5,0.153725174569888,0.0,0.17788439400948,0.153725174569888,0.0,0.392807884376434,0.153725174569888,0.0,0.0736304700080419,0.153725174569888,0.0,0.0324131682222978,0.153725174569888,0.0,0.354061163489993,0.153725174569888,0.0,0.113234980823198,0.153725174569888,0.0,0.181124136055376,0.153725174569888,0.0,0.0575896096412834,0.5,0.153725174569888,0.0,0.00487849373426659,0.153725174569888,0.0,0.00384430583918551,0.5,0.153725174569888,0.0,0.0269583782810609,0.153725174569888,0.0,0.0107779781304857,0.153725174569888,0.0,0.553848170324997,0.153725174569888,0.0,0.46215015998786,0.153725174569888,0.0,0.210122725911972,0.153725174569888,0.0,0.0618645163722457,0.153725174569888,0.0,0.0207668462631089,0.5,0.153725174569888,0.0,0.0313484281666542,0,0.806085247291217,0.900150037796999 -6452,0.5,0.153725174569888,0.0,0.201274106477994,0.153725174569888,0.0,0.410519246501559,0.153725174569888,0.0,0.0904631173340308,0.153725174569888,0.0,0.0425931950322882,0.153725174569888,0.0,0.406456577241863,0.153725174569888,0.0,0.114214716851657,0.153725174569888,0.0,0.157999573263407,0.153725174569888,0.0,0.0497585832353663,0.5,0.153725174569888,0.0,0.00530460345327374,0.153725174569888,0.0,0.00453179764964198,0.5,0.153725174569888,0.0,0.0168903848577364,0.153725174569888,0.0,0.00809442913576733,0.153725174569888,0.0,0.556696052462222,0.153725174569888,0.0,0.42470530803172,0.153725174569888,0.0,0.220238615578358,0.153725174569888,0.0,0.0568829767116404,0.153725174569888,0.0,0.0139257643733456,0.5,0.153725174569888,0.0,0.0215850908040442,0,0.858395861311865,0.875331436167179 -6453,0.5,0.153725174569888,0.0,0.215750479267935,0.153725174569888,0.0,0.371251198511148,0.153725174569888,0.0,0.108238265332881,0.153725174569888,0.0,0.0615344341886214,0.153725174569888,0.0,0.257722751457633,0.153725174569888,0.0,0.0976155477339118,0.153725174569888,0.0,0.143583230986486,0.153725174569888,0.0,0.0441358144906188,0.5,0.153725174569888,0.0,0.00548532045419942,0.153725174569888,0.0,0.00795050953858923,0.5,0.153725174569888,0.0,0.00526414089767148,0.153725174569888,0.0,0.00589525725291698,0.153725174569888,0.0,0.560394173951797,0.153725174569888,0.0,0.386983780701236,0.153725174569888,0.0,0.2360532520399,0.153725174569888,0.0,0.0618741069518802,0.153725174569888,0.0,0.00954059453716486,0.5,0.153725174569888,0.0,0.0166096279601831,0,0.819915275301553,0.674968844342661 -6454,0.5,0.153725174569888,0.0,0.205636662647258,0.153725174569888,0.0,0.291217572774951,0.153725174569888,0.0,0.12583735652976,0.153725174569888,0.0,0.0831064816343457,0.153725174569888,0.0,0.160761715436936,0.153725174569888,0.0,0.0647720829816592,0.153725174569888,0.0,0.119913695047672,0.153725174569888,0.0,0.0366715377819276,0.5,0.153725174569888,0.0,0.00443919930351418,0.153725174569888,0.0,0.00650520229645488,0.5,0.153725174569888,0.0,0.00112052938392938,0.153725174569888,0.0,0.0036598452095508,0.153725174569888,0.0,0.573904976715559,0.153725174569888,0.0,0.379327930014471,0.153725174569888,0.0,0.21580472341637,0.153725174569888,0.0,0.0589080384324007,0.153725174569888,0.0,0.00764935149120638,0.5,0.153725174569888,0.0,0.0113915059359589,0,0.765621975506606,0.457899254102724 -6455,0.5,0.153725174569888,0.0,0.191780667682272,0.153725174569888,0.0,0.284862797439214,0.153725174569888,0.0,0.141013916732038,0.153725174569888,0.0,0.0926424019618186,0.153725174569888,0.0,0.111414624450686,0.153725174569888,0.0,0.0342607880925136,0.153725174569888,0.0,0.0901370620944807,0.153725174569888,0.0,0.0302342496578153,0.5,0.153725174569888,0.0,0.00406567048862944,0.153725174569888,0.0,0.0047391427705522,0.5,0.153725174569888,0.0,0.00129212337595503,0.153725174569888,0.0,0.00610693632058621,0.153725174569888,0.0,0.515682947703869,0.153725174569888,0.0,0.373408705174471,0.153725174569888,0.0,0.154138015400167,0.153725174569888,0.0,0.0464450883885112,0.153725174569888,0.0,0.00831207244074141,0.5,0.153725174569888,0.0,0.00453792515315132,0,0.777531367199987,0.32762220457477 -6456,0.5,0.153725174569888,0.0,0.187604010803152,0.153725174569888,0.0,0.315793735079298,0.153725174569888,0.0,0.156432734621976,0.153725174569888,0.0,0.0937299219335302,0.153725174569888,0.0,0.10693882462892,0.153725174569888,0.0,0.0237160037841907,0.153725174569888,0.0,0.0636440661894214,0.153725174569888,0.0,0.0249819516720132,0.5,0.153725174569888,0.0,0.00424620539904206,0.153725174569888,0.0,0.00380918788924732,0.5,0.153725174569888,0.0,0.00211452720598126,0.153725174569888,0.0,0.0060209434361511,0.153725174569888,0.0,0.439731467829446,0.153725174569888,0.0,0.305263963230655,0.153725174569888,0.0,0.140046349130341,0.153725174569888,0.0,0.038282113477076,0.153725174569888,0.0,0.0101305907452531,0.5,0.153725174569888,0.0,0.00226545550483958,0,0.796424171828237,0.233271261306142 -6457,0.5,0.153725174569888,0.0,0.160828907984319,0.153725174569888,0.0,0.3376406800104,0.153725174569888,0.0,0.140582474999253,0.153725174569888,0.0,0.0933767208924875,0.153725174569888,0.0,0.111785264418087,0.153725174569888,0.0,0.0196092813638433,0.153725174569888,0.0,0.0389573496153374,0.153725174569888,0.0,0.0204912825634891,0.5,0.153725174569888,0.0,0.00488819116558313,0.153725174569888,0.0,0.00313557172703178,0.5,0.153725174569888,0.0,0.00420685323313464,0.153725174569888,0.0,0.00337694532864255,0.153725174569888,0.0,0.306813169734476,0.153725174569888,0.0,0.21649733778668,0.153725174569888,0.0,0.146224238233598,0.153725174569888,0.0,0.0296631244893989,0.153725174569888,0.0,0.012367946693213,0.5,0.153725174569888,0.0,0.00204658549819785,0,0.631580584173852,0.134888713205464 -6458,0.5,0.153725174569888,0.0,0.13968593325474,0.153725174569888,0.0,0.273054449513923,0.153725174569888,0.0,0.101066305102887,0.153725174569888,0.0,0.0846478728170986,0.153725174569888,0.0,0.0777959337781319,0.153725174569888,0.0,0.0197378385534966,0.153725174569888,0.0,0.0316216213712857,0.153725174569888,0.0,0.0172407256290333,0.5,0.153725174569888,0.0,0.00523865210018323,0.153725174569888,0.0,0.00129703188887034,0.5,0.153725174569888,0.0,0.00649805715867622,0.153725174569888,0.0,0.00358086193311117,0.153725174569888,0.0,0.140157136734871,0.153725174569888,0.0,0.126761220885905,0.153725174569888,0.0,0.155796968579018,0.153725174569888,0.0,0.0248391316659339,0.153725174569888,0.0,0.013937816608333,0.5,0.153725174569888,0.0,0.00321115412596514,0,0.664148304147757,0.0845985106256814 -6459,0.5,0.153725174569888,0.0,0.12274439400706,0.153725174569888,0.0,0.157194565337021,0.153725174569888,0.0,0.0619664992575007,0.153725174569888,0.0,0.0643903724850479,0.153725174569888,0.0,0.0460039276222904,0.153725174569888,0.0,0.0313458793530802,0.153725174569888,0.0,0.0239144177908778,0.153725174569888,0.0,0.0176537187713554,0.5,0.153725174569888,0.0,0.00386211252193987,0.153725174569888,0.0,0.000550061852620082,0.5,0.153725174569888,0.0,0.00642240525958967,0.153725174569888,0.0,0.0054990222429245,0.153725174569888,0.0,0.0747736389469097,0.153725174569888,0.0,0.0587892297593243,0.153725174569888,0.0,0.135924472899222,0.153725174569888,0.0,0.0211645351155059,0.153725174569888,0.0,0.0133184906665698,0.5,0.153725174569888,0.0,0.00572752184334711,0,0.498250414417244,0.0801588263751119 -6460,0.5,0.153725174569888,0.0,0.100275410014918,0.153725174569888,0.0,0.0605720785741069,0.153725174569888,0.0,0.0444062367180444,0.153725174569888,0.0,0.0399600053456419,0.153725174569888,0.0,0.0291194516281528,0.153725174569888,0.0,0.0369203857610433,0.153725174569888,0.0,0.0207724838806858,0.153725174569888,0.0,0.0188059816519139,0.5,0.153725174569888,0.0,0.00286398678221008,0.153725174569888,0.0,0.00087771777361588,0.5,0.153725174569888,0.0,0.00515364842943152,0.153725174569888,0.0,0.00666769455065716,0.153725174569888,0.0,0.0764058222624851,0.153725174569888,0.0,0.0349678318340442,0.153725174569888,0.0,0.0860908458054396,0.153725174569888,0.0,0.0163124525345542,0.153725174569888,0.0,0.0114280530241493,0.5,0.153725174569888,0.0,0.0087558868481571,0,0.393210216010099,0.0979355705267397 -6461,0.5,0.153725174569888,0.0,0.0882281709532159,0.153725174569888,0.0,0.0184134831204109,0.153725174569888,0.0,0.0366008473709533,0.153725174569888,0.0,0.0276439224540847,0.153725174569888,0.0,0.0213012925661627,0.153725174569888,0.0,0.036685359687553,0.153725174569888,0.0,0.02056310509715,0.153725174569888,0.0,0.0173068187902623,0.5,0.153725174569888,0.0,0.00275900897857337,0.153725174569888,0.0,0.00376831028769662,0.5,0.153725174569888,0.0,0.00608018340297431,0.153725174569888,0.0,0.00632872586579405,0.153725174569888,0.0,0.0834203944258412,0.153725174569888,0.0,0.0232362221131665,0.153725174569888,0.0,0.0393094602744458,0.153725174569888,0.0,0.0137445125546193,0.153725174569888,0.0,0.0101863431144976,0.5,0.153725174569888,0.0,0.00854201526026777,0,0.322038229725373,0.130200710389695 -6462,0.5,0.153725174569888,0.0,0.0687570482032754,0.153725174569888,0.0,0.0095915676456016,0.153725174569888,0.0,0.021641729844229,0.153725174569888,0.0,0.0184521336725776,0.153725174569888,0.0,0.0168270827257819,0.153725174569888,0.0,0.0352693686392379,0.153725174569888,0.0,0.0132361940264539,0.153725174569888,0.0,0.0140673348723808,0.5,0.153725174569888,0.0,0.00328269664116183,0.153725174569888,0.0,0.00577337607809712,0.5,0.153725174569888,0.0,0.00613234482578083,0.153725174569888,0.0,0.007788644397698,0.153725174569888,0.0,0.0907173750526868,0.153725174569888,0.0,0.0176909353499283,0.153725174569888,0.0,0.0211258608121908,0.153725174569888,0.0,0.0125727331148266,0.153725174569888,0.0,0.0105062105826787,0.5,0.153725174569888,0.0,0.00590118699144798,0,0.282270730367084,0.149747106156764 -6463,0.5,0.153725174569888,0.00329667290775981,0.0481136796152555,0.153725174569888,0.00163972029222361,0.0051560950063222,0.153725174569888,0.000206287500949534,0.0103879551713888,0.153725174569888,0.0011495993887604,0.012839028175427,0.153725174569888,0.0,0.0125965475067483,0.153725174569888,0.0,0.040099977578137,0.153725174569888,0.0,0.0118507451876259,0.153725174569888,0.0,0.0119123508825861,0.5,0.153725174569888,2.13964136121644e-06,0.00417728532119144,0.153725174569888,0.00348555159275931,0.00497488021208487,0.5,0.153725174569888,0.000568985809195028,0.0080332745260804,0.153725174569888,0.0012986307728603,0.00729029407912457,0.153725174569888,0.000720284968864002,0.0954253947853165,0.153725174569888,0.000161539187519385,0.0148177201941336,0.153725174569888,0.00064181205591464,0.015425195406272,0.153725174569888,1.41760711649034e-05,0.00757721048578487,0.153725174569888,0.00079824484513733,0.0102217902154621,0.5,0.153725174569888,0.00234138642191904,0.0030214232678611,0,0.280092580633973,0.16661178198914 -6464,0.5,0.153725174569888,0.0723412599733331,0.0470913462925884,0.153725174569888,0.113489919840564,0.00395036206731988,0.153725174569888,0.00485775685441252,0.0153945197603305,0.153725174569888,0.010265728842149,0.0189153976186254,0.153725174569888,0.0613737195078447,0.00963743379804645,0.153725174569888,0.00355144548432061,0.0528243135766441,0.153725174569888,0.00570049092549947,0.0173092175437331,0.153725174569888,0.00889731634304715,0.00880380197190448,0.5,0.153725174569888,0.0663079376453069,0.00202137096980139,0.153725174569888,0.118019880252683,0.00342784127809437,0.5,0.153725174569888,0.0904030265678692,0.00920583701905059,0.153725174569888,0.106076517620379,0.00440441591090895,0.153725174569888,0.107248155726976,0.0943603626112168,0.153725174569888,0.0973737718769579,0.0126771114063843,0.153725174569888,0.0558722415813593,0.0187642257995716,0.153725174569888,0.00642332798557129,0.00480045059421979,0.153725174569888,0.0355535317266938,0.00714884791496247,0.5,0.153725174569888,0.0531309094243586,0.00117103732868262,0,0.315620116727762,0.188571833417077 -6465,0.5,0.153725174569888,0.180720067051999,0.087694953673316,0.153725174569888,0.268760975003953,0.0129556607865478,0.153725174569888,0.0210705206222758,0.030627533229563,0.153725174569888,0.0280260121680747,0.0457785135939685,0.153725174569888,0.190969313856305,0.00682428812783199,0.153725174569888,0.0108044829208943,0.0517256198697191,0.153725174569888,0.0284964045998025,0.0302367767749914,0.153725174569888,0.017738545303637,0.00574419473586339,0.5,0.153725174569888,0.180064317158044,0.000625771582695912,0.153725174569888,0.272034454211777,0.00337947234896678,0.5,0.153725174569888,0.241288907419141,0.00522748801745609,0.153725174569888,0.261442411020204,0.00257522450929643,0.153725174569888,0.261645585919375,0.0966819247785944,0.153725174569888,0.253969180332796,0.0155160831394693,0.153725174569888,0.153029691394287,0.0253445558281969,0.153725174569888,0.0107212966815953,0.00567717893685168,0.153725174569888,0.137953929585853,0.00655504129224576,0.5,0.153725174569888,0.142315357497601,0.00151349913129341,0,0.365647598957649,0.19939026639992 -6466,0.5,0.153725174569888,0.316823788819939,0.134225238949633,0.153725174569888,0.415364931972862,0.0405555929851168,0.153725174569888,0.0442426310853815,0.0310403360576245,0.153725174569888,0.0606383427024771,0.0681932805773758,0.153725174569888,0.352493184314946,0.00297747278449785,0.153725174569888,0.0225911934759891,0.0412160867744134,0.153725174569888,0.0565216716551962,0.0420680690278552,0.153725174569888,0.0293249011828466,0.00363629663001987,0.5,0.153725174569888,0.270324953596998,0.000640964530619175,0.153725174569888,0.432756159768609,0.0165317392393002,0.5,0.153725174569888,0.388523152913019,0.00589021899951765,0.153725174569888,0.421614296770793,0.00894850319329779,0.153725174569888,0.404699306853503,0.188537566975142,0.153725174569888,0.402536671004556,0.0274227729075768,0.153725174569888,0.251499174585882,0.0254007650276794,0.153725174569888,0.0254801861106389,0.00797078083154142,0.153725174569888,0.220918925643205,0.00886314330511123,0.5,0.153725174569888,0.271655170085512,0.00284206311390144,0,0.421453494384892,0.195083029777564 -6467,0.5,0.153725174569888,0.497755671912481,0.159633700944563,0.153725174569888,0.54116856289465,0.0747925134373924,0.153725174569888,0.0721221238584091,0.0268385852400572,0.153725174569888,0.0947479244172564,0.0727043044365259,0.153725174569888,0.518527266225562,0.000516949880174782,0.153725174569888,0.0756367045397394,0.0288980940090966,0.153725174569888,0.0470841803163743,0.0312407971793544,0.153725174569888,0.0472983991075606,0.00512480899804694,0.5,0.153725174569888,0.35142851384762,0.00249269370891361,0.153725174569888,0.559069424148545,0.0468164264407312,0.5,0.153725174569888,0.491879196868097,0.00782953046216823,0.153725174569888,0.551345548045242,0.0200890563422565,0.153725174569888,0.511332809674632,0.289402214367131,0.153725174569888,0.534664157899705,0.0373886408343163,0.153725174569888,0.4055547698978,0.0257121121376179,0.153725174569888,0.0663239203806299,0.0126260851057622,0.153725174569888,0.246246867870848,0.010964192623379,0.5,0.153725174569888,0.415145197722907,0.00264712231734693,0,0.479680329780825,0.194303557183346 -6468,0.5,0.153725174569888,0.573471664584469,0.176945689842194,0.153725174569888,0.613069788708123,0.0910947997195239,0.153725174569888,0.190376007939145,0.0215405812334121,0.153725174569888,0.124379127050663,0.0670751305667384,0.153725174569888,0.613209384545359,0.00062231501856147,0.153725174569888,0.147338071407525,0.0192956879982382,0.153725174569888,0.0513924246011701,0.0184492495189108,0.153725174569888,0.0736444478660189,0.00846156554546381,0.5,0.153725174569888,0.424748659739887,0.00492073574420218,0.153725174569888,0.631431534418428,0.0659633418217569,0.5,0.153725174569888,0.534438617749115,0.00720007224033552,0.153725174569888,0.626470050428761,0.038308737060382,0.153725174569888,0.559622936695799,0.333215774724392,0.153725174569888,0.614516470116855,0.0397320761769133,0.153725174569888,0.50407337618198,0.0280562297838445,0.153725174569888,0.0648443571114521,0.0122986959652111,0.153725174569888,0.224843056023608,0.0117675547636015,0.5,0.153725174569888,0.516541876924015,0.00447686896443775,0,0.521893295892402,0.199080633596759 -6469,0.5,0.153725174569888,0.597620934336914,0.184001069366968,0.153725174569888,0.634729256338134,0.0984489372981612,0.153725174569888,0.32390594337904,0.0213528287021941,0.153725174569888,0.248823595566769,0.0729915491580919,0.153725174569888,0.645863397386914,0.0031054247305313,0.153725174569888,0.232314422972817,0.0115939671364152,0.153725174569888,0.0898211289711011,0.00828423053078183,0.153725174569888,0.0823107852575432,0.0106346700151259,0.5,0.153725174569888,0.500632158699675,0.00923165035130305,0.153725174569888,0.652531354405395,0.0910601393391708,0.5,0.153725174569888,0.564649592664722,0.00617176891556783,0.153725174569888,0.650947991073664,0.0877537141851664,0.153725174569888,0.56786207282474,0.352309186467169,0.153725174569888,0.642553979119597,0.0393718451162301,0.153725174569888,0.549423423569026,0.034162209051081,0.153725174569888,0.0811151818414312,0.00906160411289613,0.153725174569888,0.211945576092428,0.0118196343067698,0.5,0.153725174569888,0.47449465628144,0.0101143995600842,0,0.563193543218936,0.21741837339057 -6470,0.5,0.153725174569888,0.58881752690415,0.180884637019593,0.153725174569888,0.610433932020406,0.108024733688915,0.153725174569888,0.33037426186905,0.0494653973751714,0.153725174569888,0.412904989807113,0.0789596279025214,0.153725174569888,0.630540998523263,0.00916583016132757,0.153725174569888,0.302988071830504,0.00755889241086079,0.153725174569888,0.221439606489084,0.0028205796881504,0.153725174569888,0.150985648525315,0.0186159288577917,0.5,0.153725174569888,0.53927739363664,0.0152892784017627,0.153725174569888,0.621764897139081,0.135602977602736,0.5,0.153725174569888,0.586572855479986,0.00967783437253961,0.153725174569888,0.624502067016693,0.14561029339627,0.153725174569888,0.533384949127301,0.375426840005691,0.153725174569888,0.625278432596835,0.0429277245347581,0.153725174569888,0.551661606791928,0.0371802586935147,0.153725174569888,0.119728188547559,0.0049366126355314,0.153725174569888,0.260252624497712,0.0106902817122385,0.5,0.153725174569888,0.340949335351678,0.0254739124619005,0,0.533883701672214,0.235033507154401 -6471,0.5,0.153725174569888,0.505996563438626,0.157046920746395,0.153725174569888,0.523828314073594,0.0916702439613003,0.153725174569888,0.2228319376105,0.0809392510686294,0.153725174569888,0.402517434148139,0.088003752267037,0.153725174569888,0.555666074295546,0.0167700747276806,0.153725174569888,0.348870340561095,0.00679856079013169,0.153725174569888,0.304147882340059,0.00103501231199315,0.153725174569888,0.194802705551433,0.0265053644469589,0.5,0.153725174569888,0.494234603822096,0.0235342081939339,0.153725174569888,0.515818429680284,0.191463299073392,0.5,0.153725174569888,0.532771023598549,0.0226913569907483,0.153725174569888,0.534711690666197,0.174828511686236,0.153725174569888,0.47118320883609,0.357673009793832,0.153725174569888,0.548774787590031,0.0400115185103581,0.153725174569888,0.495260380387654,0.0355769681904541,0.153725174569888,0.173629867699298,0.00344770002966273,0.153725174569888,0.297356069809085,0.0123340984150172,0.5,0.153725174569888,0.282897327830899,0.0375671722619166,0,0.413925194138735,0.225868219361559 -6472,0.5,0.153725174569888,0.372432950416217,0.105538975284296,0.153725174569888,0.399857003096374,0.0705384894325919,0.153725174569888,0.132148995509307,0.0591852192130345,0.153725174569888,0.284907800667055,0.0780367259132196,0.153725174569888,0.428525998731956,0.0154963151144947,0.153725174569888,0.321794571429994,0.00775400604776946,0.153725174569888,0.328049229604877,0.00146985205386864,0.153725174569888,0.134947028208643,0.0272026893846612,0.5,0.153725174569888,0.370891786691614,0.0355819724509645,0.153725174569888,0.382398729202962,0.187891771359588,0.5,0.153725174569888,0.396438060946033,0.0434585640910954,0.153725174569888,0.406624257694897,0.164022373834627,0.153725174569888,0.376051949858541,0.291058074064547,0.153725174569888,0.422847016104431,0.030933798294318,0.153725174569888,0.396755706233424,0.024770331056446,0.153725174569888,0.195058048839656,0.00539491341798742,0.153725174569888,0.236199116091178,0.0159362519846076,0.5,0.153725174569888,0.245273124423505,0.0369188832542609,0,0.318960387065419,0.193589372577329 -6473,0.5,0.153725174569888,0.128806899738786,0.0273604818136113,0.153725174569888,0.163308856593519,0.0322008533328196,0.153725174569888,0.0677605291582155,0.0213768763662778,0.153725174569888,0.0912092975037614,0.0233460820344667,0.153725174569888,0.290853661409485,0.00865936148825285,0.153725174569888,0.190900102779298,0.00618454249854822,0.153725174569888,0.247755297884407,0.00115356186368542,0.153725174569888,0.0932450126551537,0.0228128783850057,0.5,0.153725174569888,0.242462113718648,0.0384862884368664,0.153725174569888,0.194281662031616,0.0985374288748561,0.5,0.153725174569888,0.246599215012694,0.0452391949296754,0.153725174569888,0.262138168256475,0.0719076207260297,0.153725174569888,0.180633523857546,0.157241573954091,0.153725174569888,0.250312925886081,0.0165504564320876,0.153725174569888,0.168306448890578,0.00826342947189707,0.153725174569888,0.119080299973402,0.00726519223726887,0.153725174569888,0.132252967052181,0.0132576651166854,0.5,0.153725174569888,0.131911551132056,0.0146991184860995,0,0.264081142224737,0.160966484326747 -6474,0.5,0.153725174569888,0.0,0.015400712993336,0.153725174569888,0.0,0.00817575348081871,0.153725174569888,2.74998402619115e-05,0.0039599831881287,0.153725174569888,0.0,0.00647411595958149,0.153725174569888,0.00126253266959788,0.000764765013620536,0.153725174569888,0.0228989908076056,0.000987775369716504,0.153725174569888,0.0,0.000411915223410829,0.153725174569888,0.0139820080534989,0.00748699560991907,0.5,0.153725174569888,0.0128126802943496,0.0319137153109273,0.153725174569888,0.0,0.0753260972447137,0.5,0.153725174569888,0.0,0.0321460314838575,0.153725174569888,0.000918909523023704,0.0539955567386382,0.153725174569888,0.0,0.0745878156403659,0.153725174569888,0.0,0.00316116352940743,0.153725174569888,0.0,0.0014155678889862,0.153725174569888,0.000111114083289698,0.00697534480485025,0.153725174569888,0.000135906900047919,0.0111591530105359,0.5,0.153725174569888,5.69832594238818e-05,0.0181098393178401,0,0.243632387552238,0.14244027091725 -6475,0.5,0.153725174569888,0.0,0.0162960467400771,0.153725174569888,0.0,0.00357881241482358,0.153725174569888,0.0,0.0026961269647732,0.153725174569888,0.0,0.00164630725425221,0.153725174569888,0.0,0.000171183782767509,0.153725174569888,0.0,0.000457089744250774,0.153725174569888,0.0,0.000238616739427072,0.153725174569888,0.0,0.00404042765415637,0.5,0.153725174569888,0.0,0.0279809011915672,0.153725174569888,0.0,0.0567733068501988,0.5,0.153725174569888,0.0,0.0258246994704446,0.153725174569888,0.0,0.0451964334144935,0.153725174569888,0.0,0.054888417517654,0.153725174569888,0.0,0.000726945247733107,0.153725174569888,0.0,0.000509551665395163,0.153725174569888,0.0,0.00620763644024538,0.153725174569888,0.0,0.0120775789513677,0.5,0.153725174569888,0.0,0.0148945778756096,0,0.23731749402818,0.146149551461759 -6476,0.5,0.153725174569888,0.0,0.0209425947635999,0.153725174569888,0.0,0.000695712195120429,0.153725174569888,0.0,0.00157953464942279,0.153725174569888,0.0,0.000641676050931323,0.153725174569888,0.0,2.52677408430259e-05,0.153725174569888,0.0,0.000365210803251941,0.153725174569888,0.0,0.000211572392759584,0.153725174569888,0.0,0.00252885740710813,0.5,0.153725174569888,0.0,0.0226939203654217,0.153725174569888,0.0,0.0364768264931307,0.5,0.153725174569888,0.0,0.0116671944904576,0.153725174569888,0.0,0.0350483368792714,0.153725174569888,0.0,0.0395790367033339,0.153725174569888,0.0,0.000725134839840186,0.153725174569888,0.0,0.00022660045715388,0.153725174569888,0.0,0.00476927450393284,0.153725174569888,0.0,0.0124385443824753,0.5,0.153725174569888,0.0,0.00928982247818988,0,0.228180471455478,0.182704537800632 -6477,0.5,0.153725174569888,0.0,0.0263653188856743,0.153725174569888,0.0,0.000274505064454827,0.153725174569888,0.0,0.00118714090854589,0.153725174569888,0.0,0.00050654603900315,0.153725174569888,0.0,4.0672353620041e-05,0.153725174569888,0.0,0.000168984956677106,0.153725174569888,0.0,0.000228324312630296,0.153725174569888,0.0,0.00150396226487881,0.5,0.153725174569888,0.0,0.0185254655270765,0.153725174569888,0.0,0.0208858437277936,0.5,0.153725174569888,0.0,0.00838644233281179,0.153725174569888,0.0,0.0268029964977969,0.153725174569888,0.0,0.0379266015585392,0.153725174569888,0.0,0.00263747163730179,0.153725174569888,0.0,0.00037869917433384,0.153725174569888,0.0,0.00366240852933538,0.153725174569888,0.0,0.0109747505658035,0.5,0.153725174569888,0.0,0.00799032791130288,0,0.238859207587916,0.246491383044927 -6478,0.5,0.153725174569888,0.0,0.0275061912429328,0.153725174569888,0.0,0.000883057364258491,0.153725174569888,0.0,0.000728218555689029,0.153725174569888,0.0,0.000551778589694414,0.153725174569888,0.0,0.000302508763146431,0.153725174569888,0.0,5.78146147494784e-05,0.153725174569888,0.0,0.000234759263935109,0.153725174569888,0.0,0.000998122991821532,0.5,0.153725174569888,0.0,0.015830180837622,0.153725174569888,0.0,0.0116090871319156,0.5,0.153725174569888,0.0,0.0080835859338266,0.153725174569888,0.0,0.0214571347693863,0.153725174569888,0.0,0.0462738238278751,0.153725174569888,0.0,0.00826206806394454,0.153725174569888,0.0,0.0012493095258315,0.153725174569888,0.0,0.00248207516153918,0.153725174569888,0.0,0.00629840836228019,0.5,0.153725174569888,0.0,0.00762748543092381,0,0.257943024026992,0.287902696050679 -6479,0.5,0.153725174569888,0.0,0.0293142307932248,0.153725174569888,0.0,0.00499432776745653,0.153725174569888,0.0,0.000758266672018596,0.153725174569888,0.0,0.00187416535740572,0.153725174569888,0.0,0.00138626887872504,0.153725174569888,0.0,4.57505080907396e-05,0.153725174569888,0.0,0.000484963225526513,0.153725174569888,0.0,0.000954232246409304,0.5,0.153725174569888,0.0,0.0139272528471245,0.153725174569888,0.0,0.00786886450282307,0.5,0.153725174569888,0.0,0.00809379304597284,0.153725174569888,0.0,0.0177642499265111,0.153725174569888,0.0,0.0663455833485805,0.153725174569888,0.0,0.0172294601324967,0.153725174569888,0.0,0.00258838703999238,0.153725174569888,0.0,0.0021302768673893,0.153725174569888,0.0,0.00394381197203673,0.5,0.153725174569888,0.0,0.00651163866161734,0,0.265993182750838,0.322075427948432 -6480,0.5,0.153725174569888,0.0,0.027778842661783,0.153725174569888,0.0,0.00753024760184426,0.153725174569888,0.0,0.00132886118203859,0.153725174569888,0.0,0.00432930877688314,0.153725174569888,0.0,0.0022004699089861,0.153725174569888,0.0,0.000234542009772751,0.153725174569888,0.0,0.000818676749860674,0.153725174569888,0.0,0.00150569182771866,0.5,0.153725174569888,0.0,0.0140380599338143,0.153725174569888,0.0,0.00608099014089187,0.5,0.153725174569888,0.0,0.00822858805043217,0.153725174569888,0.0,0.0177928780588025,0.153725174569888,0.0,0.0828878713573609,0.153725174569888,0.0,0.0320912549011028,0.153725174569888,0.0,0.00493683902163978,0.153725174569888,0.0,0.0028146089822153,0.153725174569888,0.0,0.0034730254936117,0.5,0.153725174569888,0.0,0.0053102594990912,0,0.240430240953993,0.38103821855538 -6481,0.5,0.153725174569888,0.0,0.0274118784351473,0.153725174569888,0.0,0.0133408294234799,0.153725174569888,0.0,0.00146374993350509,0.153725174569888,0.0,0.00436303986963034,0.153725174569888,0.0,0.00226558122192489,0.153725174569888,0.0,0.00210839499126812,0.153725174569888,0.0,0.000735939581960109,0.153725174569888,0.0,0.00428669185572842,0.5,0.153725174569888,0.0,0.0171225804357102,0.153725174569888,0.0,0.00534425006158638,0.5,0.153725174569888,0.0,0.00709072943540424,0.153725174569888,0.0,0.0176322618381191,0.153725174569888,0.0,0.0986834583553482,0.153725174569888,0.0,0.0430187320007454,0.153725174569888,0.0,0.00734421120369561,0.153725174569888,0.0,0.00181264779430921,0.153725174569888,0.0,0.00349407435901763,0.5,0.153725174569888,0.0,0.00480247563949067,0,0.20708017199374,0.375785931533283 -6482,0.5,0.153725174569888,0.0,0.0259306973472789,0.153725174569888,0.0,0.0194781892957845,0.153725174569888,0.0,0.000875214797158068,0.153725174569888,0.0,0.00455713888514623,0.153725174569888,0.0,0.00240386692040452,0.153725174569888,0.0,0.00592820105024611,0.153725174569888,0.0,0.00171101036330197,0.153725174569888,0.0,0.00700506168283047,0.5,0.153725174569888,0.0,0.0204317328625273,0.153725174569888,0.0,0.00665475319894487,0.5,0.153725174569888,0.0,0.00654989827784439,0.153725174569888,0.0,0.0195836586223127,0.153725174569888,0.0,0.115610077493698,0.153725174569888,0.0,0.0477790707661822,0.153725174569888,0.0,0.00644838033012174,0.153725174569888,0.0,0.00176652402820325,0.153725174569888,0.0,0.00318446760094896,0.5,0.153725174569888,0.0,0.00467765106085832,0,0.209783695442419,0.355008751542442 -6483,0.5,0.153725174569888,0.0,0.0260209036607574,0.153725174569888,0.0,0.0210961704061805,0.153725174569888,0.0,0.000775073844555825,0.153725174569888,0.0,0.00516236813306881,0.153725174569888,0.0,0.00243066117743513,0.153725174569888,0.0,0.00396764285784828,0.153725174569888,0.0,0.00451243986177632,0.153725174569888,0.0,0.00701008590275094,0.5,0.153725174569888,0.0,0.0177193723712809,0.153725174569888,0.0,0.00856814847585947,0.5,0.153725174569888,0.0,0.00865765445538998,0.153725174569888,0.0,0.0201157171611034,0.153725174569888,0.0,0.125353374668802,0.153725174569888,0.0,0.049768744481439,0.153725174569888,0.0,0.00729165733548849,0.153725174569888,0.0,0.0025853003690163,0.153725174569888,0.0,0.00390247553324324,0.5,0.153725174569888,0.0,0.00528858375160739,0,0.193786693733765,0.332787313835568 -6484,0.5,0.153725174569888,0.0,0.0269749670973193,0.153725174569888,0.0,0.0245219787824344,0.153725174569888,0.0,0.00120633388812408,0.153725174569888,0.0,0.00604957692849928,0.153725174569888,0.0,0.00159547043368773,0.153725174569888,0.0,0.000875814288204676,0.153725174569888,0.0,0.00179194200995173,0.153725174569888,0.0,0.00557971876870866,0.5,0.153725174569888,0.0,0.0097662585573085,0.153725174569888,0.0,0.0089506212587096,0.5,0.153725174569888,0.0,0.0108510623795066,0.153725174569888,0.0,0.0215203057228603,0.153725174569888,0.0,0.140540385722521,0.153725174569888,0.0,0.0493009764864096,0.153725174569888,0.0,0.00745949289289051,0.153725174569888,0.0,0.00473754006396888,0.153725174569888,0.0,0.00658003384324693,0.5,0.153725174569888,0.0,0.00680651960555391,0,0.181118003483352,0.324100601219431 -6485,0.5,0.153725174569888,0.0,0.0290136387416195,0.153725174569888,0.0,0.027027086049516,0.153725174569888,0.0,0.00276594985091744,0.153725174569888,0.0,0.00696755011236299,0.153725174569888,0.0,0.00182420642962751,0.153725174569888,0.0,0.000849727372793017,0.153725174569888,0.0,0.000615654325658528,0.153725174569888,0.0,0.00461268700948001,0.5,0.153725174569888,0.0,0.00787843892839795,0.153725174569888,0.0,0.00803099349773505,0.5,0.153725174569888,0.0,0.00922996353731481,0.153725174569888,0.0,0.0188880223830369,0.153725174569888,0.0,0.150366758185896,0.153725174569888,0.0,0.0483269826611328,0.153725174569888,0.0,0.00585306846344487,0.153725174569888,0.0,0.00427998950608423,0.153725174569888,0.0,0.00826161664522846,0.5,0.153725174569888,0.0,0.00986575269849824,0,0.17619761706619,0.298750060584792 -6486,0.5,0.153725174569888,0.0,0.0304932341401427,0.153725174569888,0.0,0.0299420901189206,0.153725174569888,0.0,0.00273579622033456,0.153725174569888,0.0,0.00970025341453094,0.153725174569888,0.0,0.00243193467356162,0.153725174569888,0.0,0.00266086512458739,0.153725174569888,0.0,0.000466285101588067,0.153725174569888,0.0,0.0045988011573815,0.5,0.153725174569888,0.0,0.0117504831718875,0.153725174569888,0.0,0.00532061995292334,0.5,0.153725174569888,0.0,0.00577277007352692,0.153725174569888,0.0,0.0160652373154631,0.153725174569888,0.0,0.153188141037733,0.153725174569888,0.0,0.0504235833863677,0.153725174569888,0.0,0.00577273653971649,0.153725174569888,0.0,0.00210109314932644,0.153725174569888,0.0,0.00785162224722146,0.5,0.153725174569888,0.0,0.0134323410581264,0,0.192459570603818,0.322459183966532 -6487,0.5,0.153725174569888,0.00651769744982483,0.0315013914142847,0.153725174569888,0.000843058059389829,0.033509843573207,0.153725174569888,0.00250593941055103,0.00226690032900254,0.153725174569888,0.00911309867313733,0.0115004557369106,0.153725174569888,0.0,0.0017487352941843,0.153725174569888,0.0,0.00467830346310138,0.153725174569888,0.0,0.00115688403915115,0.153725174569888,0.0,0.0045583585173491,0.5,0.153725174569888,0.0,0.0146913807320667,0.153725174569888,0.00325644749390182,0.00459877128028948,0.5,0.153725174569888,0.00038228505870029,0.00392892276324613,0.153725174569888,0.000944391805871407,0.016819955252066,0.153725174569888,0.000359837341153432,0.13137556081861,0.153725174569888,0.000100439775021372,0.0483833120011538,0.153725174569888,0.00081311440557508,0.0079564868387685,0.153725174569888,0.000280115943112693,0.00169013174045004,0.153725174569888,0.00343534387550851,0.00572896851052091,0.5,0.153725174569888,0.00644921870135239,0.00961056883142177,0,0.227102815434175,0.475825659856438 -6488,0.5,0.153725174569888,0.140149876724207,0.0320204104135078,0.153725174569888,0.11336315690069,0.0311640508268905,0.153725174569888,0.0845752839595472,0.00277507556921505,0.153725174569888,0.139159005821084,0.00742910673585393,0.153725174569888,0.0891539942584905,0.00181677043348195,0.153725174569888,0.0639144460263949,0.00576822390081269,0.153725174569888,0.0582301597422931,0.00253770277347686,0.153725174569888,0.0702157371084733,0.00746189416211121,0.5,0.153725174569888,0.074466313492039,0.0154957603012805,0.153725174569888,0.123181686226541,0.00389940396038372,0.5,0.153725174569888,0.104334466341897,0.00330737500038254,0.153725174569888,0.10881621246189,0.0133625501528102,0.153725174569888,0.104414230612649,0.106168808088757,0.153725174569888,0.0933825737491883,0.0453052993192989,0.153725174569888,0.101942727575334,0.00676867873621053,0.153725174569888,0.0860539765893099,0.00186572642608839,0.153725174569888,0.121104160116377,0.00277824536009307,0.5,0.153725174569888,0.134978913598178,0.00486350084569376,0,0.279195081646595,0.417760974516831 -6489,0.5,0.153725174569888,0.295438354572359,0.0472101281542795,0.153725174569888,0.270386028397923,0.0385675027332964,0.153725174569888,0.193213916716832,0.00175738071727762,0.153725174569888,0.281461675000781,0.00541260590299867,0.153725174569888,0.24660422040879,0.00317471150103394,0.153725174569888,0.187183297643523,0.0098433249710272,0.153725174569888,0.180701461834702,0.00234391192029662,0.153725174569888,0.209137509306075,0.0254891818813559,0.5,0.153725174569888,0.205193083387315,0.0208199636433374,0.153725174569888,0.282284371059048,0.00215004551023229,0.5,0.153725174569888,0.260431865209588,0.00820899528033213,0.153725174569888,0.267302352556957,0.0127423472452953,0.153725174569888,0.258133459849166,0.10452025053304,0.153725174569888,0.249246915046158,0.0521055299037781,0.153725174569888,0.249854334181104,0.00570091295979894,0.153725174569888,0.215619318698221,0.00184763063688013,0.153725174569888,0.274525110125918,0.0035194739602109,0.5,0.153725174569888,0.29003103154759,0.00468715377563733,0,0.340402079051726,0.273114799049098 -6490,0.5,0.153725174569888,0.444036607139119,0.0718035143664626,0.153725174569888,0.416764669272318,0.0671739359615159,0.153725174569888,0.313813725763878,0.00171220119743148,0.153725174569888,0.411489533966723,0.0086103449206784,0.153725174569888,0.397267654801054,0.00740053770872126,0.153725174569888,0.334413209653715,0.0375608860289239,0.153725174569888,0.324268378216317,0.0069852810071357,0.153725174569888,0.376476281631182,0.0716245410549445,0.5,0.153725174569888,0.390722474413878,0.0372219512126759,0.153725174569888,0.441745287763996,0.00634467215827407,0.5,0.153725174569888,0.416486600467573,0.0408403475688521,0.153725174569888,0.426539755544902,0.0268060135872253,0.153725174569888,0.371344406507751,0.176853158360625,0.153725174569888,0.39680764790176,0.0743786052445307,0.153725174569888,0.402110238938025,0.0128132739967836,0.153725174569888,0.338430677824225,0.00440162432986003,0.153725174569888,0.42742000630793,0.0153819377642517,0.5,0.153725174569888,0.444968600269026,0.0165334532448261,0,0.387385201516179,0.164705831783064 -6491,0.5,0.153725174569888,0.562238717342805,0.104978910844889,0.153725174569888,0.539402940627111,0.0734802185823726,0.153725174569888,0.432762090068012,0.00603507629782968,0.153725174569888,0.509700910828614,0.0148909154943389,0.153725174569888,0.530433295504637,0.0113210813225206,0.153725174569888,0.504418153306398,0.0887970806200214,0.153725174569888,0.482547314799179,0.0166128801620622,0.153725174569888,0.520713198875249,0.137942826246055,0.5,0.153725174569888,0.531195515487618,0.0932016170196336,0.153725174569888,0.568204822700046,0.00868167418188918,0.5,0.153725174569888,0.544988379839317,0.0802453906834448,0.153725174569888,0.555778657732373,0.0309175660499993,0.153725174569888,0.472729418708573,0.271592216418172,0.153725174569888,0.52719565141553,0.0803322796518208,0.153725174569888,0.533832171048409,0.0218158733048547,0.153725174569888,0.438962220514239,0.0131440025305463,0.153725174569888,0.553442784909467,0.0345288784170373,0.5,0.153725174569888,0.568193249439709,0.0345824324928999,0,0.392636337528748,0.0831951664829268 -6492,0.5,0.153725174569888,0.624076180898753,0.103795597540167,0.153725174569888,0.609165354696551,0.10061668697872,0.153725174569888,0.500416261718423,0.00633289250729837,0.153725174569888,0.556895551173578,0.0158712405376732,0.153725174569888,0.610811932193518,0.0104609204845968,0.153725174569888,0.599572385785522,0.0916574266630414,0.153725174569888,0.602577654476099,0.0244995717926499,0.153725174569888,0.603926516531021,0.182602574423061,0.5,0.153725174569888,0.611918623764073,0.159951997635968,0.153725174569888,0.63891946254958,0.00884050139793402,0.5,0.153725174569888,0.618807107541091,0.0900090400719683,0.153725174569888,0.62974359906203,0.0296018905068732,0.153725174569888,0.550176845297844,0.327941515115902,0.153725174569888,0.605421780852734,0.0632264982536528,0.153725174569888,0.611261186725452,0.0203798675822148,0.153725174569888,0.507898233532449,0.0199628453332242,0.153725174569888,0.616948360772566,0.0501619981183019,0.5,0.153725174569888,0.637162667261583,0.0570224144581054,0,0.348335058402516,0.037470968854278 -6493,0.5,0.153725174569888,0.637196683001269,0.105319055683213,0.153725174569888,0.630437815107115,0.089636525524263,0.153725174569888,0.5220032289491,0.00481220538004146,0.153725174569888,0.559170617735504,0.0190263089932616,0.153725174569888,0.6392967012959,0.00617894902323162,0.153725174569888,0.630359877801342,0.0651035043328193,0.153725174569888,0.63836831089102,0.0284991971035516,0.153725174569888,0.634198041195349,0.210333800521259,0.5,0.153725174569888,0.641348546592665,0.175359890495277,0.153725174569888,0.658725904064613,0.00784726872170879,0.5,0.153725174569888,0.641882742332567,0.0876131347757716,0.153725174569888,0.652417850630052,0.0269616986307283,0.153725174569888,0.576375957754599,0.313124683757231,0.153725174569888,0.632541403084148,0.0430997088392282,0.153725174569888,0.637655334951366,0.0102150729120256,0.153725174569888,0.581043823976188,0.0298917741848878,0.153725174569888,0.634689203665997,0.0565726202902839,0.5,0.153725174569888,0.649051939565306,0.0756618817571364,0,0.29494189142035,0.0258499470425388 -6494,0.5,0.153725174569888,0.60123432482827,0.0903549834084225,0.153725174569888,0.605673355752576,0.0665603294425245,0.153725174569888,0.530327611488145,0.0063319026710574,0.153725174569888,0.54041426406749,0.0201844368890059,0.153725174569888,0.62221558356999,0.00509610447212095,0.153725174569888,0.616037702946421,0.0626189702220427,0.153725174569888,0.6207751381656,0.0196608286142021,0.153725174569888,0.620227477937249,0.218096796415891,0.5,0.153725174569888,0.625572567951366,0.169355675891353,0.153725174569888,0.630121079011763,0.00994108110499861,0.5,0.153725174569888,0.619981493876268,0.087467428245046,0.153725174569888,0.628750156102556,0.0273515290244461,0.153725174569888,0.570298325921087,0.267911051158331,0.153725174569888,0.614362708678511,0.0324262573691501,0.153725174569888,0.618024987408119,0.00419140655732026,0.153725174569888,0.589016959156386,0.0413523239570317,0.153725174569888,0.606130603987402,0.0603798308353392,0.5,0.153725174569888,0.613928225460166,0.0792004652905264,0,0.235177989595281,0.0261135438555547 -6495,0.5,0.153725174569888,0.505695878501003,0.0697232937529581,0.153725174569888,0.521564327578047,0.0635177315672028,0.153725174569888,0.479314193920382,0.0119720526981811,0.153725174569888,0.470998247148632,0.0199006794154068,0.153725174569888,0.546709661836458,0.00729874480374646,0.153725174569888,0.545794343436927,0.073930572184509,0.153725174569888,0.542874966608297,0.0156511145464656,0.153725174569888,0.54934613359431,0.212471479889103,0.5,0.153725174569888,0.552950714778642,0.158251300036962,0.153725174569888,0.542138249132707,0.0134224850510632,0.5,0.153725174569888,0.540017153104335,0.0868881726249286,0.153725174569888,0.547612960488435,0.0273954791554543,0.153725174569888,0.513492277590622,0.226572880852677,0.153725174569888,0.537351083702268,0.0253012890255088,0.153725174569888,0.535758635926701,0.00386713200573504,0.153725174569888,0.525929476339974,0.0405061699417852,0.153725174569888,0.520540480837752,0.0605942217450134,0.5,0.153725174569888,0.521329209230478,0.0750361509887966,0,0.175925567424251,0.0309839018197095 -6496,0.5,0.153725174569888,0.373879296210535,0.0437747536987059,0.153725174569888,0.395561515327768,0.0520567363523775,0.153725174569888,0.371649647270764,0.0115926411117782,0.153725174569888,0.348483231937048,0.0164753191849239,0.153725174569888,0.421181978163071,0.0180214011728662,0.153725174569888,0.423548433419338,0.105152598908985,0.153725174569888,0.416363845942216,0.0245465024540761,0.153725174569888,0.426179453946354,0.174980128412021,0.5,0.153725174569888,0.426909001317507,0.13427323791878,0.153725174569888,0.403064699659934,0.0148620772958811,0.5,0.153725174569888,0.407673633697797,0.0768653394625762,0.153725174569888,0.414034568258504,0.0232329285382328,0.153725174569888,0.395124166686357,0.170131252815764,0.153725174569888,0.412256057697621,0.0158852500006472,0.153725174569888,0.405535713441182,0.00398636343919223,0.153725174569888,0.397870196157876,0.0310160349097426,0.153725174569888,0.387817659812824,0.0547810523340005,0.5,0.153725174569888,0.382365152921463,0.0589023848845711,0,0.145929835112972,0.0303370020757125 -6497,0.5,0.153725174569888,0.121201731196921,0.0128447672672292,0.153725174569888,0.156626520524244,0.00963192359462731,0.153725174569888,0.137501576307581,0.00161435488877607,0.153725174569888,0.108757194210194,0.00410083512883392,0.153725174569888,0.250229507747782,0.0289530771048063,0.153725174569888,0.287376367255132,0.0883857784102877,0.153725174569888,0.245181272372897,0.0275717201648653,0.153725174569888,0.287312628667612,0.0645625880783522,0.5,0.153725174569888,0.284522999052856,0.0626210632050542,0.153725174569888,0.164357213902772,0.00421938927284577,0.5,0.153725174569888,0.246763064759024,0.0274104802443409,0.153725174569888,0.247871860839238,0.00805211031294485,0.153725174569888,0.172821449361666,0.0742613876177907,0.153725174569888,0.198786869881248,0.00432484529929028,0.153725174569888,0.15684885503762,0.00121847683874504,0.153725174569888,0.192201248379848,0.00896834445318438,0.153725174569888,0.151870719823417,0.0186700487552597,0.5,0.153725174569888,0.132799632392867,0.0170858396033917,0,0.110589759426905,0.0159116454028281 -6498,0.5,0.153725174569888,0.0,0.0133335148222455,0.153725174569888,0.0,0.00347009392761352,0.153725174569888,0.0,0.00146069500648071,0.153725174569888,0.0,0.00390659532456145,0.153725174569888,0.0,0.0416562173374052,0.153725174569888,0.00903292547020671,0.096283520034728,0.153725174569888,0.0,0.0497544379894171,0.153725174569888,0.0100052522602901,0.0562357889345125,0.5,0.153725174569888,0.00877306195897598,0.0398606516034067,0.153725174569888,0.0,0.00422221036479999,0.5,0.153725174569888,0.0,0.029445256350952,0.153725174569888,0.0,0.0140009846785787,0.153725174569888,0.0,0.0339738315225016,0.153725174569888,0.0,0.00141352324553719,0.153725174569888,0.0,0.00296012068576448,0.153725174569888,0.0,0.00997581718874397,0.153725174569888,0.0,0.0184884987992162,0.5,0.153725174569888,0.0,0.0153742862754934,0,0.0910381530733165,0.00469429764596491 -6499,0.5,0.153725174569888,0.0,0.0125401954881954,0.153725174569888,0.0,0.000200582697172389,0.153725174569888,0.0,0.00536581066726859,0.153725174569888,0.0,0.00304360924485192,0.153725174569888,0.0,0.0542322086837314,0.153725174569888,0.0,0.128510263443193,0.153725174569888,0.0,0.0653301064770917,0.153725174569888,0.0,0.0590585302798354,0.5,0.153725174569888,0.0,0.0348654498602205,0.153725174569888,0.0,0.00464961930937676,0.5,0.153725174569888,0.0,0.0265323936003019,0.153725174569888,0.0,0.0175007382198511,0.153725174569888,0.0,0.0179727009212236,0.153725174569888,0.0,0.00493088705181932,0.153725174569888,0.0,0.00670013435906751,0.153725174569888,0.0,0.0134666414653334,0.153725174569888,0.0,0.0157298004310582,0.5,0.153725174569888,0.0,0.00897561750124538,0,0.0974738003010509,0.000193393781129477 -6500,0.5,0.153725174569888,0.0,0.0115542751102268,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.00827439157270738,0.153725174569888,0.0,0.00301841941889313,0.153725174569888,0.0,0.0727925320721718,0.153725174569888,0.0,0.129036517348871,0.153725174569888,0.0,0.0699827018887348,0.153725174569888,0.0,0.0564350962109402,0.5,0.153725174569888,0.0,0.0244597068907405,0.153725174569888,0.0,0.0061112682988052,0.5,0.153725174569888,0.0,0.0251685364230029,0.153725174569888,0.0,0.0210501705856561,0.153725174569888,0.0,0.0105368117055609,0.153725174569888,0.0,0.0092900209739122,0.153725174569888,0.0,0.00881468078656803,0.153725174569888,0.0,0.0149122379416929,0.153725174569888,0.0,0.012289052430821,0.5,0.153725174569888,0.0,0.00704439001507198,0,0.0976197719966293,0.000258796569935878 -6501,0.5,0.153725174569888,0.0,0.00939118948439565,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.00977892716321489,0.153725174569888,0.0,0.00457651708167408,0.153725174569888,0.0,0.0881438088610358,0.153725174569888,0.0,0.11396545168492,0.153725174569888,0.0,0.070912973661539,0.153725174569888,0.0,0.0520971496377703,0.5,0.153725174569888,0.0,0.0164425876765279,0.153725174569888,0.0,0.00729729257818425,0.5,0.153725174569888,0.0,0.0217460476954137,0.153725174569888,0.0,0.0248764314800522,0.153725174569888,0.0,0.00746830031313881,0.153725174569888,0.0,0.0162672394951281,0.153725174569888,0.0,0.0108076129590957,0.153725174569888,0.0,0.0180562172219133,0.153725174569888,0.0,0.0116194690547535,0.5,0.153725174569888,0.0,0.00573952551776414,0,0.0877568541826143,0.000509939585898688 -6502,0.5,0.153725174569888,0.0,0.00818215876718715,0.153725174569888,0.0,0.000296761233206666,0.153725174569888,0.0,0.0109158675552494,0.153725174569888,0.0,0.00870532905125349,0.153725174569888,0.0,0.088097399876086,0.153725174569888,0.0,0.0975633549440904,0.153725174569888,0.0,0.0682322966358902,0.153725174569888,0.0,0.0502971886975975,0.5,0.153725174569888,0.0,0.0108555737236741,0.153725174569888,0.0,0.0103374195506453,0.5,0.153725174569888,0.0,0.017853186910127,0.153725174569888,0.0,0.0291848983442259,0.153725174569888,0.0,0.0063996349909403,0.153725174569888,0.0,0.0235299954666495,0.153725174569888,0.0,0.0140923453738265,0.153725174569888,0.0,0.0193121509049402,0.153725174569888,0.0,0.0119599916889997,0.5,0.153725174569888,0.0,0.00448480148696588,0,0.0735907161523979,0.00184648973117313 -6503,0.5,0.153725174569888,0.0,0.00833201640818282,0.153725174569888,0.0,0.000851388530465955,0.153725174569888,0.0,0.0114095483874343,0.153725174569888,0.0,0.0127440312467837,0.153725174569888,0.0,0.0842024228109225,0.153725174569888,0.0,0.0868446254781867,0.153725174569888,0.0,0.0645075854920433,0.153725174569888,0.0,0.0511070757277016,0.5,0.153725174569888,0.0,0.0108526783833205,0.153725174569888,0.0,0.00971264887101586,0.5,0.153725174569888,0.0,0.018684255230673,0.153725174569888,0.0,0.0319876334127384,0.153725174569888,0.0,0.00571925145966832,0.153725174569888,0.0,0.0279356737553079,0.153725174569888,0.0,0.0168995668073742,0.153725174569888,0.0,0.0193851558402994,0.153725174569888,0.0,0.0124202427357223,0.5,0.153725174569888,0.0,0.00371894398132023,0,0.0617033534200842,0.00854017303825398 -6504,0.5,0.153725174569888,0.0,0.00820836824115479,0.153725174569888,0.0,0.00419828612298261,0.153725174569888,0.0,0.00934128820636003,0.153725174569888,0.0,0.0134323922449872,0.153725174569888,0.0,0.0854213086630124,0.153725174569888,0.0,0.0821183961919859,0.153725174569888,0.0,0.0610278178993107,0.153725174569888,0.0,0.0543019714995631,0.5,0.153725174569888,0.0,0.0106047654921,0.153725174569888,0.0,0.00958631814570811,0.5,0.153725174569888,0.0,0.017873137956925,0.153725174569888,0.0,0.0316620654258324,0.153725174569888,0.0,0.00606264963787102,0.153725174569888,0.0,0.0325508249832367,0.153725174569888,0.0,0.0187259252762758,0.153725174569888,0.0,0.0199388600195255,0.153725174569888,0.0,0.0131500704061364,0.5,0.153725174569888,0.0,0.00340080505841846,0,0.0539920638216215,0.0222636721404738 -6505,0.5,0.153725174569888,0.0,0.00730286553910496,0.153725174569888,0.0,0.0082459351305194,0.153725174569888,0.0,0.00831323621725368,0.153725174569888,0.0,0.0123603910842903,0.153725174569888,0.0,0.0869004128929679,0.153725174569888,0.0,0.0730218578905179,0.153725174569888,0.0,0.0611139799888825,0.153725174569888,0.0,0.0478162479173688,0.5,0.153725174569888,0.0,0.01124364669428,0.153725174569888,0.0,0.0101364900974235,0.5,0.153725174569888,0.0,0.0151898969151931,0.153725174569888,0.0,0.0338171686942197,0.153725174569888,0.0,0.00682018224731531,0.153725174569888,0.0,0.0421851036890371,0.153725174569888,0.0,0.0204828317558761,0.153725174569888,0.0,0.0188235876811887,0.153725174569888,0.0,0.0135754783553174,0.5,0.153725174569888,0.0,0.00380311597356001,0,0.0471794264935069,0.0439808433075261 -6506,0.5,0.153725174569888,0.0,0.00723179950316507,0.153725174569888,0.0,0.00857723507805003,0.153725174569888,0.0,0.00725635883257352,0.153725174569888,0.0,0.0115226772583181,0.153725174569888,0.0,0.0850470183342152,0.153725174569888,0.0,0.0636364695942807,0.153725174569888,0.0,0.062180090502298,0.153725174569888,0.0,0.0498479110358736,0.5,0.153725174569888,0.0,0.0107540968811967,0.153725174569888,0.0,0.00969372389954352,0.5,0.153725174569888,0.0,0.0121269562044718,0.153725174569888,0.0,0.0360981971273401,0.153725174569888,0.0,0.00912116657373419,0.153725174569888,0.0,0.0529348789446589,0.153725174569888,0.0,0.0225266693911213,0.153725174569888,0.0,0.0175317345197009,0.153725174569888,0.0,0.014202911702721,0.5,0.153725174569888,0.0,0.00460031037459826,0,0.0424176500969056,0.0710188162388017 -6507,0.5,0.153725174569888,0.0,0.00790390913857406,0.153725174569888,0.0,0.0134604860090392,0.153725174569888,0.0,0.00683640644674081,0.153725174569888,0.0,0.0124102636249446,0.153725174569888,0.0,0.0832292575808766,0.153725174569888,0.0,0.0550943365585819,0.153725174569888,0.0,0.0670717620139212,0.153725174569888,0.0,0.0554744444087568,0.5,0.153725174569888,0.0,0.0105581438413354,0.153725174569888,0.0,0.0116320013401401,0.5,0.153725174569888,0.0,0.00930173453992071,0.153725174569888,0.0,0.0348886208266559,0.153725174569888,0.0,0.00948318099899667,0.153725174569888,0.0,0.064792165163599,0.153725174569888,0.0,0.0244361865705352,0.153725174569888,0.0,0.0186160722609238,0.153725174569888,0.0,0.0146037797762779,0.5,0.153725174569888,0.0,0.00551544972143558,0,0.0396553135044906,0.101904114517327 -6508,0.5,0.153725174569888,0.0,0.00710616337676814,0.153725174569888,0.0,0.013813376607292,0.153725174569888,0.0,0.00601095144373757,0.153725174569888,0.0,0.0123255999892799,0.153725174569888,0.0,0.0799349658075613,0.153725174569888,0.0,0.0499232719957111,0.153725174569888,0.0,0.070719752639425,0.153725174569888,0.0,0.056115571168309,0.5,0.153725174569888,0.0,0.011991166556163,0.153725174569888,0.0,0.0112826200149547,0.5,0.153725174569888,0.0,0.00858932808617328,0.153725174569888,0.0,0.0386211968957833,0.153725174569888,0.0,0.0106314330347177,0.153725174569888,0.0,0.0761546069519787,0.153725174569888,0.0,0.029621311811584,0.153725174569888,0.0,0.023400696195312,0.153725174569888,0.0,0.0140999805930767,0.5,0.153725174569888,0.0,0.00585830399028059,0,0.0302079169563614,0.130831606596136 -6509,0.5,0.153725174569888,0.0,0.00711695955735597,0.153725174569888,0.0,0.0218106031971045,0.153725174569888,0.0,0.00635493867988143,0.153725174569888,0.0,0.0124859633195632,0.153725174569888,0.0,0.0750640147671323,0.153725174569888,0.0,0.0470518107079324,0.153725174569888,0.0,0.0725385019588599,0.153725174569888,0.0,0.0539414426798508,0.5,0.153725174569888,0.0,0.0120199704609912,0.153725174569888,0.0,0.0121494592289992,0.5,0.153725174569888,0.0,0.00904895782273964,0.153725174569888,0.0,0.0395603471058999,0.153725174569888,0.0,0.0131513434157432,0.153725174569888,0.0,0.0898839046296709,0.153725174569888,0.0,0.0371336308840368,0.153725174569888,0.0,0.0240277893281665,0.153725174569888,0.0,0.0152453742417954,0.5,0.153725174569888,0.0,0.0048404582131994,0,0.0257659799037401,0.157982722618425 -6510,0.5,0.153725174569888,0.0,0.0073576371659202,0.153725174569888,0.0,0.0339378235309986,0.153725174569888,0.0,0.00787262264283742,0.153725174569888,0.0,0.0130876723502245,0.153725174569888,0.0,0.0708525546212573,0.153725174569888,0.0,0.0475158472164719,0.153725174569888,0.0,0.0718264220099161,0.153725174569888,0.0,0.0463246142999646,0.5,0.153725174569888,0.0,0.0109257110947705,0.153725174569888,0.0,0.0153396561743957,0.5,0.153725174569888,0.0,0.00809702175932126,0.153725174569888,0.0,0.038456350233944,0.153725174569888,0.0,0.017473270087149,0.153725174569888,0.0,0.0998078261853653,0.153725174569888,0.0,0.0419618478800099,0.153725174569888,0.0,0.025493189810673,0.153725174569888,0.0,0.0161957758953899,0.5,0.153725174569888,0.0,0.00528181088486856,0,0.0267860903900981,0.176263463726425 -6511,0.5,0.153725174569888,0.00544510304095386,0.007906816320624,0.153725174569888,0.0001420065675858,0.0455442962613365,0.153725174569888,0.0030523758782879,0.00884885582913151,0.153725174569888,0.00766331336606484,0.0128286719053517,0.153725174569888,0.0,0.0642751937259816,0.153725174569888,0.0,0.0444565505556803,0.153725174569888,0.0,0.0682953982049149,0.153725174569888,0.0,0.0456621742516613,0.5,0.153725174569888,0.0,0.0110195771435086,0.153725174569888,0.0026413877158714,0.0129735982917007,0.5,0.153725174569888,9.88288464953412e-05,0.00773840643952721,0.153725174569888,0.00050050280654844,0.0380567104682506,0.153725174569888,0.000148105700988525,0.0220175033489797,0.153725174569888,3.84602905134969e-05,0.101291884843476,0.153725174569888,0.000374005527126002,0.0447342576075279,0.153725174569888,7.28691370663e-05,0.025743401624396,0.153725174569888,0.00282441921788681,0.0156319769518267,0.5,0.153725174569888,0.00601155635501842,0.00674582957498243,0,0.0211281857138838,0.198360308184667 -6512,0.5,0.153725174569888,0.134595833215779,0.00794786214795328,0.153725174569888,0.106664417392018,0.030757707363821,0.153725174569888,0.121621047193819,0.00813106823778255,0.153725174569888,0.143226178112473,0.0103862355339309,0.153725174569888,0.083695218111616,0.0486384064537459,0.153725174569888,0.073459027773992,0.0356345048962228,0.153725174569888,0.0877192229771218,0.047091052529238,0.153725174569888,0.0786103920183083,0.0357436158666425,0.5,0.153725174569888,0.085098162572337,0.00906296016617069,0.153725174569888,0.120105341993932,0.00929900872005093,0.5,0.153725174569888,0.0965231495362922,0.00808654147167994,0.153725174569888,0.0889530551006345,0.029882680509493,0.153725174569888,0.0995369674350814,0.02416683881828,0.153725174569888,0.0879275403467495,0.0882923692983195,0.153725174569888,0.103384652741413,0.0411449582889869,0.153725174569888,0.101015464821823,0.0225420486996643,0.153725174569888,0.116974660650167,0.0129375929179641,0.5,0.153725174569888,0.136476882415516,0.00496990633072607,0,0.0162942865635929,0.214514187055677 -6513,0.5,0.153725174569888,0.288385980367674,0.00960614349010633,0.153725174569888,0.262604614266508,0.0396449102889803,0.153725174569888,0.276468743265969,0.0109382030252177,0.153725174569888,0.296900204409197,0.0103211971163081,0.153725174569888,0.237404605294878,0.042268932963188,0.153725174569888,0.219566010077077,0.0338760523854838,0.153725174569888,0.241507070999276,0.0421911164509842,0.153725174569888,0.223874375641571,0.0327464330734985,0.5,0.153725174569888,0.236888604020113,0.0106958722773726,0.153725174569888,0.279418866018093,0.00589526557363693,0.5,0.153725174569888,0.244175719425617,0.00784461425935531,0.153725174569888,0.22153861703312,0.025445340691259,0.153725174569888,0.255196234739493,0.0327437797555374,0.153725174569888,0.242260087796606,0.0957699219075927,0.153725174569888,0.258158275090012,0.047244900638341,0.153725174569888,0.256730780295431,0.0253905664479975,0.153725174569888,0.270138540827772,0.0160231278263076,0.5,0.153725174569888,0.294664866190393,0.00406147572118323,0,0.0103251116481085,0.221819193511057 -6514,0.5,0.153725174569888,0.43512233318499,0.0207876098727871,0.153725174569888,0.408441732444911,0.0928001752956571,0.153725174569888,0.427271004979013,0.0274625704395322,0.153725174569888,0.44540382730325,0.0178527069082082,0.153725174569888,0.383968343899907,0.0729574278849796,0.153725174569888,0.352584849493793,0.068193458579162,0.153725174569888,0.387123575995446,0.0678207296899046,0.153725174569888,0.360155573410869,0.049309823566003,0.5,0.153725174569888,0.383607421728755,0.0351323958610682,0.153725174569888,0.437693943086186,0.0069464585470537,0.5,0.153725174569888,0.377739731726164,0.0157802623582133,0.153725174569888,0.349254125026233,0.0290889329984038,0.153725174569888,0.401264349995363,0.0508105635620052,0.153725174569888,0.388374098833421,0.137082236524288,0.153725174569888,0.406086851560898,0.0855010546052135,0.153725174569888,0.407381405052864,0.0616788481437857,0.153725174569888,0.423641771001991,0.0347075756716778,0.5,0.153725174569888,0.451117058526482,0.00580243609103657,0,0.00644451322065585,0.229851960285102 -6515,0.5,0.153725174569888,0.551905950976797,0.030234987598551,0.153725174569888,0.531699483630391,0.116792210045559,0.153725174569888,0.548824812261604,0.0441182777371414,0.153725174569888,0.558419976289269,0.0271082433723748,0.153725174569888,0.510325405389787,0.0674323809820764,0.153725174569888,0.466534707290522,0.072171751226988,0.153725174569888,0.511671103331094,0.0995414744883698,0.153725174569888,0.480304964528623,0.0716438136751968,0.5,0.153725174569888,0.504249087274095,0.0820351539365307,0.153725174569888,0.562164975200797,0.0146647365139141,0.5,0.153725174569888,0.465266645362421,0.0216596964824867,0.153725174569888,0.456150374878193,0.0368218785381837,0.153725174569888,0.528692210730578,0.0803264077612984,0.153725174569888,0.515910542134635,0.136869162239809,0.153725174569888,0.530629541746874,0.0970869043192888,0.153725174569888,0.533056549124015,0.124599819930795,0.153725174569888,0.545946556569785,0.0539663162901164,0.5,0.153725174569888,0.57069572993331,0.00936568465331624,0,0.00485525753485988,0.233789130320999 -6516,0.5,0.153725174569888,0.612877932590701,0.0377248185604559,0.153725174569888,0.600287697823244,0.14897292022812,0.153725174569888,0.615334058502699,0.0606888195944158,0.153725174569888,0.616368207949604,0.0314359803708431,0.153725174569888,0.583494709684687,0.059829181614314,0.153725174569888,0.537550124510152,0.0602537014600737,0.153725174569888,0.586411463042722,0.114758659732886,0.153725174569888,0.550016107381903,0.0877298804079503,0.5,0.153725174569888,0.577144042652794,0.126515130556593,0.153725174569888,0.63054775479037,0.0244032440630465,0.5,0.153725174569888,0.507191778826633,0.028846960458546,0.153725174569888,0.532011038835316,0.041516231429481,0.153725174569888,0.602470227848859,0.106174250519572,0.153725174569888,0.588013159005004,0.135846195240932,0.153725174569888,0.600828654356948,0.114108242525807,0.153725174569888,0.606182190252236,0.191169947140647,0.153725174569888,0.606857954687547,0.0628615739608177,0.5,0.153725174569888,0.633612381639714,0.00921740905496601,0,0.00356578409832612,0.228233764762052 -6517,0.5,0.153725174569888,0.625643460991245,0.0471943544954405,0.153725174569888,0.618139420966165,0.189274768170833,0.153725174569888,0.631947784009679,0.0639772111457046,0.153725174569888,0.627416030933691,0.0334036279044013,0.153725174569888,0.606177452883883,0.0442057524464809,0.153725174569888,0.563025852056478,0.0492850056962351,0.153725174569888,0.608690485769419,0.102656924792298,0.153725174569888,0.580698422856359,0.0855242004475394,0.5,0.153725174569888,0.604178992184238,0.146473189438514,0.153725174569888,0.650159103968381,0.0222373134616902,0.5,0.153725174569888,0.512212516042135,0.0409043942561991,0.153725174569888,0.574286236113484,0.0639164522187793,0.153725174569888,0.62307869624459,0.12586832608164,0.153725174569888,0.608452144614645,0.136311996153546,0.153725174569888,0.621582668575169,0.118951347377921,0.153725174569888,0.629459229331442,0.220729396956961,0.153725174569888,0.61577959622506,0.0696666119991126,0.5,0.153725174569888,0.64737342999128,0.0101812353174726,0,0.000509953979149076,0.228933600217951 -6518,0.5,0.153725174569888,0.589493763794979,0.0566282466925902,0.153725174569888,0.589815663489858,0.219348688624377,0.153725174569888,0.600961612860467,0.069626047122033,0.153725174569888,0.589211457775113,0.036752560365476,0.153725174569888,0.583310063890537,0.0357591114214034,0.153725174569888,0.539784404129164,0.0434244401414201,0.153725174569888,0.587860903810969,0.0959370608957627,0.153725174569888,0.572101756847857,0.082198680658326,0.5,0.153725174569888,0.577260458264282,0.160126699465094,0.153725174569888,0.624461018464345,0.0155404144575827,0.5,0.153725174569888,0.460081322346135,0.0471888206839539,0.153725174569888,0.553575339112467,0.0803700772474505,0.153725174569888,0.595103790585512,0.14063266528424,0.153725174569888,0.582591876456925,0.135240809822758,0.153725174569888,0.596383261117474,0.126386461685677,0.153725174569888,0.606784865430306,0.214430668821453,0.153725174569888,0.573701430862444,0.0685983443541688,0.5,0.153725174569888,0.612082986490686,0.00972443404110995,0,0.000850483744072946,0.242043143279025 -6519,0.5,0.153725174569888,0.493627097081443,0.0681415620532343,0.153725174569888,0.503469873189759,0.23052566275027,0.153725174569888,0.510956772187062,0.0741704488358208,0.153725174569888,0.491944976323495,0.0403653102913444,0.153725174569888,0.495207199864749,0.0352731278667635,0.153725174569888,0.452749052094943,0.0393559370235649,0.153725174569888,0.512389985430599,0.0879388833164758,0.153725174569888,0.484897773692614,0.0699881541879757,0.5,0.153725174569888,0.485320069914683,0.184869516899004,0.153725174569888,0.537109886509909,0.0129720481592339,0.5,0.153725174569888,0.378946716231874,0.0669919339563955,0.153725174569888,0.472999970734894,0.074652026758822,0.153725174569888,0.51079404454883,0.148081899964667,0.153725174569888,0.496873775022444,0.125091470608646,0.153725174569888,0.512304215618126,0.126317034159347,0.153725174569888,0.526379941685828,0.205830355708141,0.153725174569888,0.481988761661962,0.0676361189840516,0.5,0.153725174569888,0.518239913649315,0.00966487587257535,0,0.0014449634056113,0.25510036684201 -6520,0.5,0.153725174569888,0.364015586894375,0.0690882216863335,0.153725174569888,0.374629227095961,0.203243275017921,0.153725174569888,0.377762374884344,0.0599489137953562,0.153725174569888,0.358146276002064,0.0363716226645538,0.153725174569888,0.350310632724212,0.0312114737246334,0.153725174569888,0.303334667867537,0.0280217946848942,0.153725174569888,0.384023713256468,0.0615727671648409,0.153725174569888,0.333165154615574,0.0511019507994535,0.5,0.153725174569888,0.353628332602287,0.168661573776594,0.153725174569888,0.393450620064148,0.00554979075015258,0.5,0.153725174569888,0.275561313405571,0.0632172551793024,0.153725174569888,0.332587145701959,0.0368608402351009,0.153725174569888,0.381934566195375,0.138569605967584,0.153725174569888,0.357787136809378,0.107098478842206,0.153725174569888,0.383420082085288,0.105524967455932,0.153725174569888,0.396834755814079,0.148952489357189,0.153725174569888,0.350800832422831,0.0508190515549566,0.5,0.153725174569888,0.377920194530125,0.00715193866142405,0,0.00185434707405691,0.249834305456862 -6521,0.5,0.153725174569888,0.113668824567178,0.0338570234880111,0.153725174569888,0.152107148441115,0.0815070006030832,0.153725174569888,0.12717184590357,0.0214037756275133,0.153725174569888,0.0987969095570798,0.0221716116047974,0.153725174569888,0.17533041128893,0.0107435656089747,0.153725174569888,0.148808685678698,0.0087726929854317,0.153725174569888,0.194197163845593,0.0127996727508311,0.153725174569888,0.175530387975286,0.0213470064845935,0.5,0.153725174569888,0.20672539408915,0.0581835857666348,0.153725174569888,0.159288489960635,0.00239068375088164,0.5,0.153725174569888,0.160027552531824,0.0197078019021141,0.153725174569888,0.149401776618196,0.012071300157667,0.153725174569888,0.171590619785128,0.0788553336874896,0.153725174569888,0.180693691824239,0.044679408298341,0.153725174569888,0.150584949186419,0.0362458174221669,0.153725174569888,0.160693061336337,0.0520512421612717,0.153725174569888,0.139579103353015,0.018767716540627,0.5,0.153725174569888,0.124669618228111,0.0032595899771716,0,0.000994759802965561,0.228729944019219 -6522,0.5,0.153725174569888,0.0,0.0477560269619801,0.153725174569888,0.0,0.0861090193707125,0.153725174569888,0.0,0.0294261976611333,0.153725174569888,0.0,0.0357727105028688,0.153725174569888,0.0,0.00459575179153147,0.153725174569888,0.0,0.00480933276044095,0.153725174569888,0.0,0.0157119419866595,0.153725174569888,0.00209110478988141,0.0224764995340048,0.5,0.153725174569888,0.0,0.0376128779132733,0.153725174569888,0.0,0.00304248088088314,0.5,0.153725174569888,0.0,0.0202345842351104,0.153725174569888,0.0,0.00984844596936058,0.153725174569888,0.0,0.0886853710619038,0.153725174569888,0.0,0.0370652328430455,0.153725174569888,0.0,0.0437557009541851,0.153725174569888,0.0,0.0463884961123991,0.153725174569888,0.0,0.0196825574484551,0.5,0.153725174569888,0.0,0.00472542387798384,0,0.00890208739751722,0.19314259924304 -6523,0.5,0.153725174569888,0.0,0.0536917035194796,0.153725174569888,0.0,0.09722130096157,0.153725174569888,0.0,0.0287805040196032,0.153725174569888,0.0,0.046452698198292,0.153725174569888,0.0,0.00626693278072797,0.153725174569888,0.0,0.00863038159968098,0.153725174569888,0.0,0.0195774728223315,0.153725174569888,0.0,0.0276074990064315,0.5,0.153725174569888,0.0,0.039939556955448,0.153725174569888,0.0,0.00380852436715668,0.5,0.153725174569888,0.0,0.0202021890042852,0.153725174569888,0.0,0.00914060854137686,0.153725174569888,0.0,0.100174421475441,0.153725174569888,0.0,0.038034204861601,0.153725174569888,0.0,0.0512007833586658,0.153725174569888,0.0,0.0368387934607556,0.153725174569888,0.0,0.0188315897834883,0.5,0.153725174569888,0.0,0.00469153406158907,0,0.0231865886767601,0.157993188824446 -6524,0.5,0.153725174569888,0.0,0.0533097645330399,0.153725174569888,0.0,0.0896867292963119,0.153725174569888,0.0,0.0253333270496061,0.153725174569888,0.0,0.0493011779866902,0.153725174569888,0.0,0.00689204849102454,0.153725174569888,0.0,0.0134915958756884,0.153725174569888,0.0,0.0195869712944331,0.153725174569888,0.0,0.0337332467043949,0.5,0.153725174569888,0.0,0.0465149766102148,0.153725174569888,0.0,0.00614120301783791,0.5,0.153725174569888,0.0,0.0202034847247784,0.153725174569888,0.0,0.00936702981584326,0.153725174569888,0.0,0.0969816995343488,0.153725174569888,0.0,0.0340712722968488,0.153725174569888,0.0,0.0474965109789551,0.153725174569888,0.0,0.0278312587338754,0.153725174569888,0.0,0.0172249915006674,0.5,0.153725174569888,0.0,0.0043889463622959,0,0.0395421751003225,0.122511475566484 -6525,0.5,0.153725174569888,0.0,0.0484607449003707,0.153725174569888,0.0,0.0803753304569174,0.153725174569888,0.0,0.0258457646715987,0.153725174569888,0.0,0.0528077427925652,0.153725174569888,0.0,0.00685934637335727,0.153725174569888,0.0,0.0215237781231745,0.153725174569888,0.0,0.0225701573917699,0.153725174569888,0.0,0.0451321559377098,0.5,0.153725174569888,0.0,0.0533441573248053,0.153725174569888,0.0,0.00629910976153151,0.5,0.153725174569888,0.0,0.0230953134772608,0.153725174569888,0.0,0.00930808871423298,0.153725174569888,0.0,0.0967032366869839,0.153725174569888,0.0,0.0311844892596119,0.153725174569888,0.0,0.0418069991019477,0.153725174569888,0.0,0.0238990859261793,0.153725174569888,0.0,0.0168798266343676,0.5,0.153725174569888,0.0,0.00369547021094248,0,0.0515412124959244,0.0842079863644048 -6526,0.5,0.153725174569888,0.0,0.0395038366971748,0.153725174569888,0.0,0.0672536076352283,0.153725174569888,0.0,0.0264952566667096,0.153725174569888,0.0,0.048114319455007,0.153725174569888,0.0,0.0082940330296624,0.153725174569888,0.0,0.0319413988043989,0.153725174569888,0.0,0.0300914971806879,0.153725174569888,0.0,0.0585301162856457,0.5,0.153725174569888,0.0,0.0525702608144812,0.153725174569888,0.0,0.00552409729568272,0.5,0.153725174569888,0.0,0.0260714870146288,0.153725174569888,0.0,0.00944975866249684,0.153725174569888,0.0,0.0962725727900548,0.153725174569888,0.0,0.0258974961221851,0.153725174569888,0.0,0.0327681404221838,0.153725174569888,0.0,0.0243542343416777,0.153725174569888,0.0,0.0173384194158124,0.5,0.153725174569888,0.0,0.00393081104455932,0,0.0510294958661317,0.047401823891132 -6527,0.5,0.153725174569888,0.0,0.0382102984704912,0.153725174569888,0.0,0.0551772799771348,0.153725174569888,0.0,0.0282356019892791,0.153725174569888,0.0,0.0446676169480336,0.153725174569888,0.0,0.013767569569615,0.153725174569888,0.0,0.041869444403575,0.153725174569888,0.0,0.0377622376183936,0.153725174569888,0.0,0.0643412879799021,0.5,0.153725174569888,0.0,0.0459450685883135,0.153725174569888,0.0,0.00447465423371505,0.5,0.153725174569888,0.0,0.0241071889914943,0.153725174569888,0.0,0.0128542141509703,0.153725174569888,0.0,0.0905053160412205,0.153725174569888,0.0,0.0207778449335337,0.153725174569888,0.0,0.0266416190958421,0.153725174569888,0.0,0.0266786799908342,0.153725174569888,0.0,0.0165469907029386,0.5,0.153725174569888,0.0,0.00431672961748489,0,0.0513322216920029,0.0213689118410935 -6528,0.5,0.153725174569888,0.0,0.0380619870121156,0.153725174569888,0.0,0.0407678052471742,0.153725174569888,0.0,0.0287488276608118,0.153725174569888,0.0,0.0426126301864769,0.153725174569888,0.0,0.0164515619764763,0.153725174569888,0.0,0.0508717513998518,0.153725174569888,0.0,0.0415150320903924,0.153725174569888,0.0,0.0680906029176407,0.5,0.153725174569888,0.0,0.0422662048628871,0.153725174569888,0.0,0.00368812359148375,0.5,0.153725174569888,0.0,0.0224798002336975,0.153725174569888,0.0,0.0172373006209028,0.153725174569888,0.0,0.0810234102053935,0.153725174569888,0.0,0.017289272730638,0.153725174569888,0.0,0.022279194532534,0.153725174569888,0.0,0.0270178003262871,0.153725174569888,0.0,0.0160994766288229,0.5,0.153725174569888,0.0,0.00479732146727419,0,0.0509920818947374,0.00899560883224807 -6529,0.5,0.153725174569888,0.0,0.036467024324814,0.153725174569888,0.0,0.0286024168312311,0.153725174569888,0.0,0.028548910977809,0.153725174569888,0.0,0.0402966855746279,0.153725174569888,0.0,0.0188891300770988,0.153725174569888,0.0,0.0636747916875817,0.153725174569888,0.0,0.0511559437206327,0.153725174569888,0.0,0.0699484977971034,0.5,0.153725174569888,0.0,0.0370351390471333,0.153725174569888,0.0,0.00355115280791781,0.5,0.153725174569888,0.0,0.0192075923098937,0.153725174569888,0.0,0.0153849607337496,0.153725174569888,0.0,0.0720859202970169,0.153725174569888,0.0,0.0126187420745231,0.153725174569888,0.0,0.0177963573892924,0.153725174569888,0.0,0.0276375939221752,0.153725174569888,0.0,0.0155432584270456,0.5,0.153725174569888,0.0,0.00532279221514791,0,0.0522383116749346,0.00340635014504863 -6530,0.5,0.153725174569888,0.0,0.0356983293572462,0.153725174569888,0.0,0.0186066901791739,0.153725174569888,0.0,0.0303518733438586,0.153725174569888,0.0,0.0374074617002279,0.153725174569888,0.0,0.0263295560192344,0.153725174569888,0.0,0.072545958561739,0.153725174569888,0.0,0.0597673596542221,0.153725174569888,0.0,0.0595525553910628,0.5,0.153725174569888,0.0,0.0306366496122615,0.153725174569888,0.0,0.00413382329246161,0.5,0.153725174569888,0.0,0.018105138827093,0.153725174569888,0.0,0.016689993215839,0.153725174569888,0.0,0.0664830138384616,0.153725174569888,0.0,0.00799084884908914,0.153725174569888,0.0,0.0152687221825357,0.153725174569888,0.0,0.0284734974848906,0.153725174569888,0.0,0.0148069393561951,0.5,0.153725174569888,0.0,0.00622602191703499,0,0.0576079832656515,0.0023653890550559 -6531,0.5,0.153725174569888,0.0,0.0351502586961683,0.153725174569888,0.0,0.0127233241294875,0.153725174569888,0.0,0.0308006119041748,0.153725174569888,0.0,0.0367817623868833,0.153725174569888,0.0,0.0330372936396343,0.153725174569888,0.0,0.070487754265726,0.153725174569888,0.0,0.0634272067523905,0.153725174569888,0.0,0.0496401642649377,0.5,0.153725174569888,0.0,0.0300254330924537,0.153725174569888,0.0,0.00460896256780702,0.5,0.153725174569888,0.0,0.0191204061605523,0.153725174569888,0.0,0.0173213068283705,0.153725174569888,0.0,0.0606590227147615,0.153725174569888,0.0,0.00582163197067492,0.153725174569888,0.0,0.0142020132210453,0.153725174569888,0.0,0.0284780461807137,0.153725174569888,0.0,0.0139788672704757,0.5,0.153725174569888,0.0,0.0079097220199062,0,0.0657596413814768,0.00804190858058462 -6532,0.5,0.153725174569888,0.0,0.0343801112530269,0.153725174569888,0.0,0.0104116988211198,0.153725174569888,0.0,0.0287369870872891,0.153725174569888,0.0,0.0346342506124781,0.153725174569888,0.0,0.0371350356049546,0.153725174569888,0.0,0.0615828483883897,0.153725174569888,0.0,0.0635960396628898,0.153725174569888,0.0,0.0399246574918529,0.5,0.153725174569888,0.0,0.0251110458631241,0.153725174569888,0.0,0.00482312938148967,0.5,0.153725174569888,0.0,0.0213874708594138,0.153725174569888,0.0,0.0159732555749976,0.153725174569888,0.0,0.0549622754673725,0.153725174569888,0.0,0.00616915498404959,0.153725174569888,0.0,0.012483738421401,0.153725174569888,0.0,0.0294366625530275,0.153725174569888,0.0,0.0151325517890463,0.5,0.153725174569888,0.0,0.00842098558142285,0,0.0734406019737345,0.0334044024744901 -6533,0.5,0.153725174569888,0.0,0.0331551064548912,0.153725174569888,0.0,0.00938021298982627,0.153725174569888,0.0,0.0301645502983856,0.153725174569888,0.0,0.0304657178329036,0.153725174569888,0.0,0.0351449409474369,0.153725174569888,0.0,0.0534141491468233,0.153725174569888,0.0,0.0640953218430292,0.153725174569888,0.0,0.0327354192605642,0.5,0.153725174569888,0.0,0.0201769812303488,0.153725174569888,0.0,0.00400675709877532,0.5,0.153725174569888,0.0,0.0185490091160664,0.153725174569888,0.0,0.0154596352634742,0.153725174569888,0.0,0.0496869110291738,0.153725174569888,0.0,0.00938567036529751,0.153725174569888,0.0,0.0123287285615735,0.153725174569888,0.0,0.0288695593038688,0.153725174569888,0.0,0.0146781584007448,0.5,0.153725174569888,0.0,0.00763055526007399,0,0.0735513068319084,0.0214187309222651 -6534,0.5,0.153725174569888,0.0,0.0306694358072661,0.153725174569888,0.0,0.0105832096187371,0.153725174569888,0.0,0.0349596579661972,0.153725174569888,0.0,0.0315274880287092,0.153725174569888,0.0,0.0293812643867625,0.153725174569888,0.0,0.0564398174294685,0.153725174569888,0.0,0.0688018402189599,0.153725174569888,0.0,0.0280864739841857,0.5,0.153725174569888,0.0,0.0179698275744877,0.153725174569888,0.0,0.00328342254865972,0.5,0.153725174569888,0.0,0.0178124040608416,0.153725174569888,0.0,0.0163671199135137,0.153725174569888,0.0,0.0435749454280444,0.153725174569888,0.0,0.0102133516139352,0.153725174569888,0.0,0.0158840772764235,0.153725174569888,0.0,0.0273469158383151,0.153725174569888,0.0,0.0138256198995396,0.5,0.153725174569888,0.0,0.00658104698852632,0,0.0675217885227184,0.0249242617719894 -6535,0.5,0.153725174569888,0.00250262088975761,0.0273243551540822,0.153725174569888,0.0,0.00710450141618632,0.153725174569888,0.00150180063460535,0.0372596773961529,0.153725174569888,0.004161587354421,0.0303864007620129,0.153725174569888,0.0,0.0289973563213033,0.153725174569888,0.0,0.0648268057277989,0.153725174569888,0.0,0.066403936444153,0.153725174569888,0.0,0.0223571759534775,0.5,0.153725174569888,0.0,0.0136568323435667,0.153725174569888,0.00101336444092014,0.00252636837714005,0.5,0.153725174569888,0.0,0.0205729746904732,0.153725174569888,5.45848313043125e-05,0.0177765046432976,0.153725174569888,1.42277003526347e-05,0.031583541228755,0.153725174569888,1.37315221644761e-06,0.00720100902949172,0.153725174569888,5.730759203845e-05,0.022843917217529,0.153725174569888,0.0,0.024499636284827,0.153725174569888,0.000925772804829358,0.0135727883398193,0.5,0.153725174569888,0.00306150031089279,0.00537325541202694,0,0.0652460876963145,0.0334758283029569 -6536,0.5,0.153725174569888,0.0678881525240174,0.0253291056901931,0.153725174569888,0.0319168503425182,0.00670355137263616,0.153725174569888,0.0772113809136823,0.0346697921479191,0.153725174569888,0.0885597793285853,0.0266564127401766,0.153725174569888,0.0398921243348638,0.0360287324524442,0.153725174569888,0.0664319284144787,0.0531667166960244,0.153725174569888,0.0214864499832615,0.0592077663270707,0.153725174569888,0.0426033648749414,0.015800488670707,0.5,0.153725174569888,0.0459201391322174,0.00792530386082165,0.153725174569888,0.0538794211386701,0.00147086023499894,0.5,0.153725174569888,0.046205414995208,0.0154652526085779,0.153725174569888,0.0379211922669894,0.0151940908188893,0.153725174569888,0.021718123895193,0.0181126034177782,0.153725174569888,0.0119802620968126,0.00681298661619467,0.153725174569888,0.0511639413013308,0.0258104223590655,0.153725174569888,0.0332280477927755,0.0214723294910108,0.153725174569888,0.0499581303233933,0.0119192521454763,0.5,0.153725174569888,0.071111406558517,0.00337833776190972,0,0.0775018533492104,0.0388705150961579 -6537,0.5,0.153725174569888,0.162027579014306,0.0343996468246369,0.153725174569888,0.0467118463417589,0.00638285204154336,0.153725174569888,0.191727523494872,0.0437034563869738,0.153725174569888,0.206618620150287,0.0294791749175488,0.153725174569888,0.159723926225761,0.0748377930974513,0.153725174569888,0.220337797126021,0.0835687164253996,0.153725174569888,0.137477444460074,0.0773895142939157,0.153725174569888,0.181553768930632,0.0127874819481202,0.5,0.153725174569888,0.134268356667447,0.00672572888367935,0.153725174569888,0.128735760811183,0.0011714048910848,0.5,0.153725174569888,0.135239340446407,0.00859770988041328,0.153725174569888,0.110890185723219,0.0128391989962093,0.153725174569888,0.0496069829313405,0.0141574533485497,0.153725174569888,0.0890758743792084,0.00753755617307947,0.153725174569888,0.112129488606891,0.0331857368040104,0.153725174569888,0.100158938543051,0.0229323676978454,0.153725174569888,0.134175885176712,0.0104251959016679,0.5,0.153725174569888,0.145366737860948,0.00192550410312851,0,0.0963656312646466,0.0453640240993938 -6538,0.5,0.153725174569888,0.238993888966296,0.0393215016873691,0.153725174569888,0.0411846141328031,0.00781653626398468,0.153725174569888,0.284583716936722,0.0943365762203641,0.153725174569888,0.338670066851465,0.0505681903275353,0.153725174569888,0.35415656231587,0.182085317099007,0.153725174569888,0.36884097913838,0.161444610126637,0.153725174569888,0.325303983290631,0.168981987026401,0.153725174569888,0.347548975334015,0.0247515322147581,0.5,0.153725174569888,0.214377928906096,0.0149840621931147,0.153725174569888,0.222218667793541,0.0022215599825284,0.5,0.153725174569888,0.220366809529385,0.0128418665166991,0.153725174569888,0.183169449002868,0.0135929304235965,0.153725174569888,0.0495226873598624,0.0164222587531232,0.153725174569888,0.209329466974521,0.0153842849085079,0.153725174569888,0.15460595870982,0.0605545864027831,0.153725174569888,0.141604454744688,0.0328925469083602,0.153725174569888,0.232692780798599,0.0145108704146078,0.5,0.153725174569888,0.230716750776066,0.00293304090825328,0,0.0950545377090489,0.0500471588266372 -6539,0.5,0.153725174569888,0.288699699887828,0.0350453628476781,0.153725174569888,0.0299546805474838,0.000377635940563536,0.153725174569888,0.360549359578973,0.174245202431879,0.153725174569888,0.436042323054486,0.0765076956844994,0.153725174569888,0.504495574572048,0.260986158572737,0.153725174569888,0.501802081425584,0.213837869661553,0.153725174569888,0.500844044108992,0.274664312724595,0.153725174569888,0.485754634173609,0.045467135994344,0.5,0.153725174569888,0.280982968694957,0.0334910889489633,0.153725174569888,0.291585953618659,0.00410216356267546,0.5,0.153725174569888,0.266787850821124,0.0541907248611712,0.153725174569888,0.245347744475232,0.0165844201656275,0.153725174569888,0.0484366260802557,0.0256634434296095,0.153725174569888,0.353775927410307,0.0356417847122858,0.153725174569888,0.270662279783219,0.115985589516727,0.153725174569888,0.243142508113277,0.0587513289641404,0.153725174569888,0.329777665394719,0.0347650491379242,0.5,0.153725174569888,0.321969697085899,0.0057989149951984,0,0.101276037037594,0.0489342324847574 -6540,0.5,0.153725174569888,0.295574680686451,0.0327859835498865,0.153725174569888,0.0241245297633257,0.0,0.153725174569888,0.358173977321637,0.200980842022914,0.153725174569888,0.461857583593817,0.0804325124771709,0.153725174569888,0.585731133909962,0.301216348446143,0.153725174569888,0.584926571238141,0.228315372196006,0.153725174569888,0.588060954171166,0.335721594391468,0.153725174569888,0.562664609743866,0.056274659430364,0.5,0.153725174569888,0.3514242233461,0.0456325879560971,0.153725174569888,0.360764795067626,0.00616297454171859,0.5,0.153725174569888,0.232959782764393,0.104325779382796,0.153725174569888,0.261750716997456,0.0185039327354076,0.153725174569888,0.0449061013520426,0.0316918753407158,0.153725174569888,0.480040666587224,0.0550862264346616,0.153725174569888,0.386940787915197,0.12842898540822,0.153725174569888,0.422055692250809,0.0926078086047724,0.153725174569888,0.381719953992636,0.0665791706343025,0.5,0.153725174569888,0.371172196378818,0.0107214252137565,0,0.100540042349396,0.0359555502904845 -6541,0.5,0.153725174569888,0.268384183434046,0.0295979314129902,0.153725174569888,0.185457077737839,0.000134857355274572,0.153725174569888,0.33866329975049,0.16951506821446,0.153725174569888,0.453342512530065,0.0795845253245231,0.153725174569888,0.608850167032664,0.305776001722302,0.153725174569888,0.615554291062224,0.252525365648948,0.153725174569888,0.615934592694508,0.32915991847215,0.153725174569888,0.564428673413406,0.0731431286753765,0.5,0.153725174569888,0.425200325816467,0.0495152406740168,0.153725174569888,0.380833542980768,0.00498436581565704,0.5,0.153725174569888,0.239016004201396,0.0875762587678879,0.153725174569888,0.2835141388236,0.0203191913047459,0.153725174569888,0.0991076157290933,0.0291074945140426,0.153725174569888,0.546067506805805,0.062104411841423,0.153725174569888,0.48489290021007,0.134754392143462,0.153725174569888,0.529958680304244,0.118856531787661,0.153725174569888,0.383039128184892,0.088820299882389,0.5,0.153725174569888,0.359458356541487,0.0151229193421517,0,0.0861808790153563,0.0213122348300568 -6542,0.5,0.153725174569888,0.228501733304883,0.0298920127854742,0.153725174569888,0.37431275112581,0.00543257900608123,0.153725174569888,0.290221936026048,0.145418964540538,0.153725174569888,0.419956836092961,0.0708691394419762,0.153725174569888,0.589793292871584,0.325678213303012,0.153725174569888,0.596510717947422,0.302879197605399,0.153725174569888,0.59493599360512,0.32455372675442,0.153725174569888,0.519524126605497,0.0837673439403581,0.5,0.153725174569888,0.456047727821593,0.0527522097398307,0.153725174569888,0.388605231366432,0.00367444066366284,0.5,0.153725174569888,0.302047821281658,0.0744008900754228,0.153725174569888,0.293812042080883,0.0211525758191945,0.153725174569888,0.161576476253139,0.02616753435223,0.153725174569888,0.54340061013972,0.0624511633796447,0.153725174569888,0.527414297811615,0.145140582483356,0.153725174569888,0.530176747529728,0.122006381807365,0.153725174569888,0.354120273603542,0.0847507032768831,0.5,0.153725174569888,0.354308840127581,0.0142049463508336,0,0.0814051459838466,0.00977205683348725 -6543,0.5,0.153725174569888,0.166385104626525,0.0278624968066162,0.153725174569888,0.388501084661712,0.0116193510616449,0.153725174569888,0.225631564337392,0.106647587286601,0.153725174569888,0.321384952811717,0.0520143209796312,0.153725174569888,0.50331666234256,0.337424699310619,0.153725174569888,0.507214185258298,0.291416773136562,0.153725174569888,0.512358711977152,0.338570470247231,0.153725174569888,0.439946055193606,0.0742851239540892,0.5,0.153725174569888,0.407604178794662,0.047402022988861,0.153725174569888,0.344582907403464,0.0028076120077181,0.5,0.153725174569888,0.361628872844695,0.0731473854967132,0.153725174569888,0.262552088753434,0.0158768160328747,0.153725174569888,0.156714185182031,0.025779142952581,0.153725174569888,0.429426743796674,0.0676483863456533,0.153725174569888,0.480015366963671,0.141449794475337,0.153725174569888,0.421614350506165,0.105960828394385,0.153725174569888,0.302910028362231,0.0646437762524144,0.5,0.153725174569888,0.321763233530917,0.0118150797710815,0,0.0658123587853027,0.00459004846934139 -6544,0.5,0.153725174569888,0.102924100002505,0.0205301082743343,0.153725174569888,0.310355800583227,0.0147877017507999,0.153725174569888,0.220483349089579,0.067878865410258,0.153725174569888,0.203791130449822,0.0330099355723348,0.153725174569888,0.381183927375565,0.301435544164751,0.153725174569888,0.379123097762062,0.214527054926504,0.153725174569888,0.382768290737319,0.24622469393503,0.153725174569888,0.32346495638363,0.0441436935575997,0.5,0.153725174569888,0.298037460007588,0.0384613113904515,0.153725174569888,0.246741531334882,0.00144587782824699,0.5,0.153725174569888,0.322226749406303,0.0613543071304283,0.153725174569888,0.195569042085664,0.00724787581819442,0.153725174569888,0.116218471286388,0.0238575713435845,0.153725174569888,0.292690035149285,0.0767270454204218,0.153725174569888,0.345912014689127,0.114228791969028,0.153725174569888,0.299180099767799,0.0749447647204439,0.153725174569888,0.22908874495201,0.0362342510007346,0.5,0.153725174569888,0.225240169762785,0.0074652160324206,0,0.0849598011957948,0.00377749847718561 -6545,0.5,0.153725174569888,0.0488997417602691,0.0129433667264855,0.153725174569888,0.147940397500238,0.0154716727086476,0.153725174569888,0.112819374875949,0.0138309351869899,0.153725174569888,0.0843132674058123,0.0103326602780739,0.153725174569888,0.164897577216741,0.194806968139025,0.153725174569888,0.258616696383404,0.107029007957167,0.153725174569888,0.162210356602527,0.0776719988052834,0.153725174569888,0.216326672821101,0.0158706209355062,0.5,0.153725174569888,0.188642565679414,0.0118415111009257,0.153725174569888,0.120234815191983,0.00013588219767433,0.5,0.153725174569888,0.162823598303669,0.0161668833176307,0.153725174569888,0.117936167129118,0.00161429063701378,0.153725174569888,0.0571916417801993,0.0173572712107004,0.153725174569888,0.124189685510385,0.0671044375582571,0.153725174569888,0.136815879398796,0.0357668750660313,0.153725174569888,0.136758413323283,0.0151321492710353,0.153725174569888,0.115422909523268,0.00962992111901774,0.5,0.153725174569888,0.101953867369966,0.00253700729810523,0,0.1556174950774,0.0045718693972123 -6546,0.5,0.153725174569888,9.64966948474867e-06,0.0118342499992697,0.153725174569888,0.0,0.0230028480811836,0.153725174569888,0.0,0.00419819501501417,0.153725174569888,0.0,0.00508584243812309,0.153725174569888,0.0,0.0867196198940311,0.153725174569888,0.0,0.0368842993556528,0.153725174569888,0.0,0.033239995031103,0.153725174569888,0.0,0.00360538900876008,0.5,0.153725174569888,0.0,0.00288421151676293,0.153725174569888,0.0,0.000310520599371376,0.5,0.153725174569888,0.0,0.011453890663189,0.153725174569888,7.16388503296404e-05,0.00232473423527312,0.153725174569888,0.000109093642841598,0.0165042128007216,0.153725174569888,3.47114936502219e-05,0.0432761720362048,0.153725174569888,0.0,0.0191319541037248,0.153725174569888,0.0,0.00631829953418598,0.153725174569888,0.0,0.00704410344124326,0.5,0.153725174569888,0.0,0.00233840466702333,0,0.222527649687443,0.0051195285758455 -6547,0.5,0.153725174569888,0.0,0.0132049477520636,0.153725174569888,0.0,0.0310612829249308,0.153725174569888,0.0,0.00315994684200925,0.153725174569888,0.0,0.00514550961477181,0.153725174569888,0.0,0.0645262591935185,0.153725174569888,0.0,0.0340540615556547,0.153725174569888,0.0,0.0226432970170974,0.153725174569888,0.0,0.00354218319562839,0.5,0.153725174569888,0.0,0.00158614800089001,0.153725174569888,0.0,0.000758634898778894,0.5,0.153725174569888,0.0,0.00581393374341754,0.153725174569888,0.0,0.0023439882753496,0.153725174569888,0.0,0.0217108987093076,0.153725174569888,0.0,0.0330277394486681,0.153725174569888,0.0,0.0156361842981598,0.153725174569888,0.0,0.0041554589901843,0.153725174569888,0.0,0.0037213719600977,0.5,0.153725174569888,0.0,0.00277397862786604,0,0.210745827768312,0.00441312972500581 -6548,0.5,0.153725174569888,0.0,0.0132740130701228,0.153725174569888,0.0,0.0352065415855962,0.153725174569888,0.0,0.00423945751412787,0.153725174569888,0.0,0.00635887188334744,0.153725174569888,0.0,0.0514348480282897,0.153725174569888,0.0,0.0243059179160821,0.153725174569888,0.0,0.0180567888986392,0.153725174569888,0.0,0.00301656626045711,0.5,0.153725174569888,0.0,0.00155018864861711,0.153725174569888,0.0,0.00152924745226488,0.5,0.153725174569888,0.0,0.00185744825451649,0.153725174569888,0.0,0.00204392810020854,0.153725174569888,0.0,0.0296801974656825,0.153725174569888,0.0,0.0325776861382857,0.153725174569888,0.0,0.0175597175164372,0.153725174569888,0.0,0.00388638770725921,0.153725174569888,0.0,0.00150444077902722,0.5,0.153725174569888,0.0,0.00365420253950763,0,0.141423285833316,0.00318919875836017 -6549,0.5,0.153725174569888,0.0,0.0110959842128661,0.153725174569888,0.0,0.0343131451895545,0.153725174569888,0.0,0.00590583766983275,0.153725174569888,0.0,0.00588384968278486,0.153725174569888,0.0,0.0411568924973561,0.153725174569888,0.0,0.0117366232516837,0.153725174569888,0.0,0.0130403558521698,0.153725174569888,0.0,0.00302521828194111,0.5,0.153725174569888,0.0,0.00225559463106784,0.153725174569888,0.0,0.00275420728751278,0.5,0.153725174569888,0.0,0.00120912836851261,0.153725174569888,0.0,0.00220595327271005,0.153725174569888,0.0,0.0324052760248212,0.153725174569888,0.0,0.0370498898509758,0.153725174569888,0.0,0.0196826178732849,0.153725174569888,0.0,0.00357612174739798,0.153725174569888,0.0,0.000878398318223042,0.5,0.153725174569888,0.0,0.00397716890164439,0,0.082085091943055,0.00334492063926718 -6550,0.5,0.153725174569888,0.0,0.00850928910220219,0.153725174569888,0.0,0.0272152227691719,0.153725174569888,0.0,0.00752160266523396,0.153725174569888,0.0,0.00539766361204424,0.153725174569888,0.0,0.031655387268617,0.153725174569888,0.0,0.00458374193121214,0.153725174569888,0.0,0.00942305374377318,0.153725174569888,0.0,0.00390656108111777,0.5,0.153725174569888,0.0,0.0028695111115171,0.153725174569888,0.0,0.00320803448487406,0.5,0.153725174569888,0.0,0.000927859869893673,0.153725174569888,0.0,0.00215142804054717,0.153725174569888,0.0,0.0275052521267312,0.153725174569888,0.0,0.0458507880386876,0.153725174569888,0.0,0.0188884310174998,0.153725174569888,0.0,0.00285668307863019,0.153725174569888,0.0,0.00061347204643597,0.5,0.153725174569888,0.0,0.00382447253976854,0,0.0453848746767826,0.00440361936210707 -6551,0.5,0.153725174569888,0.0,0.00605735684248128,0.153725174569888,0.0,0.0212397349930308,0.153725174569888,0.0,0.00895329537754378,0.153725174569888,0.0,0.00558604302986254,0.153725174569888,0.0,0.0255489718762554,0.153725174569888,0.0,0.00215664163203427,0.153725174569888,0.0,0.00661731467401656,0.153725174569888,0.0,0.00167696130214374,0.5,0.153725174569888,0.0,0.00219363883228417,0.153725174569888,0.0,0.00292636378718947,0.5,0.153725174569888,0.0,0.00109883300724775,0.153725174569888,0.0,0.00193285499746233,0.153725174569888,0.0,0.0211018475548661,0.153725174569888,0.0,0.0573235088950104,0.153725174569888,0.0,0.0171742550341564,0.153725174569888,0.0,0.00200580691537842,0.153725174569888,0.0,0.000565891679872792,0.5,0.153725174569888,0.0,0.00236401524062125,0,0.0212884637855748,0.0080139769022181 -6552,0.5,0.153725174569888,0.0,0.00476576095224439,0.153725174569888,0.0,0.0205000378042275,0.153725174569888,0.0,0.00925236279352842,0.153725174569888,0.0,0.00636683928756677,0.153725174569888,0.0,0.0217065882824987,0.153725174569888,0.0,0.00075339810693524,0.153725174569888,0.0,0.00476149610350474,0.153725174569888,0.0,0.0011252366107074,0.5,0.153725174569888,0.0,0.00141723868072325,0.153725174569888,0.0,0.00221393008947524,0.5,0.153725174569888,0.0,0.00130865506821461,0.153725174569888,0.0,0.00178255680993445,0.153725174569888,0.0,0.0158487734715712,0.153725174569888,0.0,0.0669876678240254,0.153725174569888,0.0,0.0167734173158921,0.153725174569888,0.0,0.00166377339548533,0.153725174569888,0.0,0.00036922165314935,0.5,0.153725174569888,0.0,0.00142562672866071,0,0.0129484531656059,0.0180250320092253 -6553,0.5,0.153725174569888,0.0,0.00475546821270627,0.153725174569888,0.0,0.0301164735631611,0.153725174569888,0.0,0.00799355528963782,0.153725174569888,0.0,0.00654339989390609,0.153725174569888,0.0,0.0185191172731547,0.153725174569888,0.0,0.000473766542005203,0.153725174569888,0.0,0.00355381081991906,0.153725174569888,0.0,0.00144320115442922,0.5,0.153725174569888,0.0,0.00109087057466391,0.153725174569888,0.0,0.00146957010862944,0.5,0.153725174569888,0.0,0.000857412024364234,0.153725174569888,0.0,0.00206717539477715,0.153725174569888,0.0,0.0112827501682398,0.153725174569888,0.0,0.0720113855051478,0.153725174569888,0.0,0.0159626322658834,0.153725174569888,0.0,0.00178372072504616,0.153725174569888,0.0,0.000334426488309469,0.5,0.153725174569888,0.0,0.00100188345086121,0,0.00992654261725956,0.0272417647583998 -6554,0.5,0.153725174569888,0.0,0.00537471870164545,0.153725174569888,0.0,0.0456229930284701,0.153725174569888,0.0,0.00648913788431702,0.153725174569888,0.0,0.00570384996083057,0.153725174569888,0.0,0.0176504773697089,0.153725174569888,0.0,0.000824753063641795,0.153725174569888,0.0,0.00277554601519157,0.153725174569888,0.0,0.0018594987007704,0.5,0.153725174569888,0.0,0.0016337980167718,0.153725174569888,0.0,0.00123764495751317,0.5,0.153725174569888,0.0,0.000553445156139664,0.153725174569888,0.0,0.00289069480492894,0.153725174569888,0.0,0.00909602332919592,0.153725174569888,0.0,0.0725079442383647,0.153725174569888,0.0,0.0149616739371982,0.153725174569888,0.0,0.00161046632645182,0.153725174569888,0.0,0.000318489872782735,0.5,0.153725174569888,0.0,0.000733819703776577,0,0.0102566628077796,0.0421954626124162 -6555,0.5,0.153725174569888,0.0,0.00719433488580676,0.153725174569888,0.0,0.0459191981404027,0.153725174569888,0.0,0.00403288074448427,0.153725174569888,0.0,0.00450561984517044,0.153725174569888,0.0,0.0144622401317876,0.153725174569888,0.0,0.00114004489136077,0.153725174569888,0.0,0.00249061873914794,0.153725174569888,0.0,0.00202798899991145,0.5,0.153725174569888,0.0,0.0024447093784898,0.153725174569888,0.0,0.00103317863284042,0.5,0.153725174569888,0.0,0.000251374536954163,0.153725174569888,0.0,0.0025317884459912,0.153725174569888,0.0,0.00934448487659006,0.153725174569888,0.0,0.0687026970542625,0.153725174569888,0.0,0.0141008651728702,0.153725174569888,0.0,0.00140498176963333,0.153725174569888,0.0,0.000289120474896371,0.5,0.153725174569888,0.0,0.000569578046498542,0,0.0155609311694476,0.0536421544144133 -6556,0.5,0.153725174569888,0.0,0.0103392000528016,0.153725174569888,0.0,0.0418038314052448,0.153725174569888,0.0,0.00220322927077533,0.153725174569888,0.0,0.00320458467020707,0.153725174569888,0.0,0.0115275359762945,0.153725174569888,0.0,0.0013967281678062,0.153725174569888,0.0,0.0037016462019375,0.153725174569888,0.0,0.00222841406776037,0.5,0.153725174569888,0.0,0.00297442350745515,0.153725174569888,0.0,0.00209032194929676,0.5,0.153725174569888,0.0,0.000316928890057786,0.153725174569888,0.0,0.00136498605429006,0.153725174569888,0.0,0.0102767578572964,0.153725174569888,0.0,0.0681491504805816,0.153725174569888,0.0,0.0130085217904041,0.153725174569888,0.0,0.0012195508654994,0.153725174569888,0.0,0.000197657097181249,0.5,0.153725174569888,0.0,0.000557278263987927,0,0.025041477144752,0.0621379014862408 -6557,0.5,0.153725174569888,0.0,0.0131579769584126,0.153725174569888,0.0,0.0419552048611392,0.153725174569888,0.0,0.00126116901487422,0.153725174569888,0.0,0.00240392264061277,0.153725174569888,0.0,0.0105269671212114,0.153725174569888,0.0,0.00155448679956788,0.153725174569888,0.0,0.00452459494033564,0.153725174569888,0.0,0.00139360052227865,0.5,0.153725174569888,0.0,0.00186849754997085,0.153725174569888,0.0,0.00481442400967264,0.5,0.153725174569888,0.0,0.000612572939929736,0.153725174569888,0.0,0.00127996619487327,0.153725174569888,0.0,0.0114814495279764,0.153725174569888,0.0,0.0718073919097322,0.153725174569888,0.0,0.0111375334860604,0.153725174569888,0.0,0.000837174205701414,0.153725174569888,0.0,0.000355316801091553,0.5,0.153725174569888,0.0,0.00111725003487761,0,0.0368323288960402,0.0603938372142437 -6558,0.5,0.153725174569888,0.0,0.0137789412887486,0.153725174569888,0.0,0.0439528370405485,0.153725174569888,0.0,0.000580161519538773,0.153725174569888,0.0,0.00194734860496419,0.153725174569888,0.0,0.0114275329797464,0.153725174569888,0.0,0.00156144570888925,0.153725174569888,0.0,0.00524258393890379,0.153725174569888,0.0,0.00103338957515557,0.5,0.153725174569888,0.0,0.00142231815661913,0.153725174569888,0.0,0.00539349437954994,0.5,0.153725174569888,0.0,0.000609045822518666,0.153725174569888,0.0,0.00131171579287655,0.153725174569888,0.0,0.0140278452251449,0.153725174569888,0.0,0.0804031118075968,0.153725174569888,0.0,0.00935135007392291,0.153725174569888,0.0,0.000784370566349572,0.153725174569888,0.0,0.001454391883392,0.5,0.153725174569888,0.0,0.00166816515605749,0,0.0457176837720722,0.075515527140537 -6559,0.5,0.153725174569888,0.00158509122045416,0.0129799180805872,0.153725174569888,0.0,0.0442688102467302,0.153725174569888,0.000283286295027486,0.000701572383996832,0.153725174569888,0.00351889978483046,0.00122744759320531,0.153725174569888,0.0,0.0117802560076173,0.153725174569888,0.0,0.00156600431125978,0.153725174569888,0.0,0.00581075654786983,0.153725174569888,0.0,0.00127850305448517,0.5,0.153725174569888,0.0,0.0021739596984762,0.153725174569888,0.000486533586569109,0.00440996108461499,0.5,0.153725174569888,0.0,0.000457975309054748,0.153725174569888,6.54168800293921e-06,0.00104471069125523,0.153725174569888,0.0,0.0192729406532061,0.153725174569888,0.0,0.091610616457783,0.153725174569888,5.84062877072203e-06,0.00833278928042386,0.153725174569888,0.0,0.00114332547796427,0.153725174569888,0.000781797143744588,0.00164523058367622,0.5,0.153725174569888,0.00167348269982061,0.00141382967397634,0,0.0530977156907601,0.108602589275307 -6560,0.5,0.153725174569888,0.0434112707748484,0.0117282876431351,0.153725174569888,0.0169543763471664,0.0506553372803411,0.153725174569888,0.0167119874933798,0.00112900792684601,0.153725174569888,0.0783952995552911,0.000602044133723297,0.153725174569888,0.0695046840673031,0.0131906837150076,0.153725174569888,0.0622172695751846,0.00131722634615709,0.153725174569888,0.0799188124178388,0.00443551917249181,0.153725174569888,0.0191481956139621,0.00125482329927396,0.5,0.153725174569888,0.0657811044345126,0.00273396849209951,0.153725174569888,0.0541678869931922,0.00118446022046736,0.5,0.153725174569888,0.081055096287651,0.000234283886820813,0.153725174569888,0.0736850034404734,0.000890552217707649,0.153725174569888,0.0260124927834449,0.0297820611310302,0.153725174569888,0.0222552290948507,0.108085012549416,0.153725174569888,0.0698593646631872,0.00844007066565428,0.153725174569888,0.0290611637470123,0.00131093382479342,0.153725174569888,0.0604584015479533,0.000882346211254564,0.5,0.153725174569888,0.0472929650308511,0.000753236856012093,0,0.0523223392631814,0.164477907259339 -6561,0.5,0.153725174569888,0.091093779240635,0.013937805464771,0.153725174569888,0.035552800481066,0.0704032846248473,0.153725174569888,0.057054468663576,0.00127173549849137,0.153725174569888,0.174023098556181,0.000477964828392854,0.153725174569888,0.222832061183786,0.019084303970662,0.153725174569888,0.205016661306465,0.000920011461098125,0.153725174569888,0.233252031476469,0.00325880873405457,0.153725174569888,0.0874369836757659,0.00101611314976139,0.5,0.153725174569888,0.201346564515706,0.00162589213992565,0.153725174569888,0.139383403027379,0.000245113777214603,0.5,0.153725174569888,0.222559040107188,3.23845392738489e-05,0.153725174569888,0.201520035966255,0.000483013509131588,0.153725174569888,0.0780077732272417,0.0515832783913829,0.153725174569888,0.0918502485806367,0.120085910846348,0.153725174569888,0.196933132571525,0.0142417075396469,0.153725174569888,0.0975639516583662,0.00170295883050604,0.153725174569888,0.148122379817183,0.00028514568637579,0.5,0.153725174569888,0.112462341105711,0.000227942346339069,0,0.044897245412624,0.205812904413937 -6562,0.5,0.153725174569888,0.128558054942605,0.017182653434962,0.153725174569888,0.0460466971641906,0.0758859564463782,0.153725174569888,0.116749908495439,0.00201624377606427,0.153725174569888,0.28478886248758,0.000422052458777755,0.153725174569888,0.373552355550379,0.0255022173399375,0.153725174569888,0.352983157163902,0.00246045042743023,0.153725174569888,0.382814478450506,0.0166833510919465,0.153725174569888,0.200445072500428,0.00259209028450162,0.5,0.153725174569888,0.338582660262189,0.00432857004035987,0.153725174569888,0.22784675350608,9.21072216428273e-05,0.5,0.153725174569888,0.375873489444326,0.000109086118562757,0.153725174569888,0.335400237731356,0.000363520306196606,0.153725174569888,0.102275031332334,0.077422584725126,0.153725174569888,0.19357907665695,0.104046641309348,0.153725174569888,0.327761266070486,0.0246411414643107,0.153725174569888,0.172421148613507,0.0114177256057052,0.153725174569888,0.263428064948533,0.000293083937274448,0.5,0.153725174569888,0.179630063434034,4.31048638676406e-05,0,0.0395467395809651,0.238883943359567 -6563,0.5,0.153725174569888,0.140034184499373,0.018194915523417,0.153725174569888,0.0537271116430165,0.0595064513646044,0.153725174569888,0.150360759193347,0.00421095137885885,0.153725174569888,0.384740136073024,0.000439964992863071,0.153725174569888,0.50131533711628,0.0308513176683032,0.153725174569888,0.485548102775805,0.00902026755786586,0.153725174569888,0.511977976286295,0.0597382910564059,0.153725174569888,0.348321159410096,0.00868207152240255,0.5,0.153725174569888,0.451633128510816,0.00728213754821608,0.153725174569888,0.342581760876744,0.000339999807748786,0.5,0.153725174569888,0.505648051677973,0.000587231893149394,0.153725174569888,0.458236257497188,0.000927528858219688,0.153725174569888,0.153899607590851,0.0980852507893831,0.153725174569888,0.312363661085888,0.0758324255086065,0.153725174569888,0.449350217111732,0.0302343405858546,0.153725174569888,0.224590925799948,0.0344416639386514,0.153725174569888,0.392322058438255,0.000558000132044701,0.5,0.153725174569888,0.241781315011948,2.80115000176457e-06,0,0.0345387910025045,0.270411846072098 -6564,0.5,0.153725174569888,0.156939603156347,0.017350523065883,0.153725174569888,0.0534714043716677,0.041796752579026,0.153725174569888,0.1140388350569,0.00835063807485486,0.153725174569888,0.384029835873254,0.000737548358087987,0.153725174569888,0.573508681831872,0.0346224562897358,0.153725174569888,0.563068666790676,0.0262940483595558,0.153725174569888,0.578586546801507,0.0899609155808844,0.153725174569888,0.50670212727339,0.0184496468215044,0.5,0.153725174569888,0.511296313211052,0.00673308252684327,0.153725174569888,0.438413744267956,0.00147642691759029,0.5,0.153725174569888,0.577195146675369,0.00150128140140487,0.153725174569888,0.533746384754309,0.00549694576748097,0.153725174569888,0.17790280861794,0.109374988380822,0.153725174569888,0.407767290721701,0.0500584365318878,0.153725174569888,0.515844474953634,0.0362686008259684,0.153725174569888,0.238128422242358,0.0414431603159729,0.153725174569888,0.445224029760636,0.00170563858459837,0.5,0.153725174569888,0.275072930002456,9.37230919760257e-05,0,0.0239642815487444,0.274130623224635 -6565,0.5,0.153725174569888,0.147856321845716,0.019294530578101,0.153725174569888,0.0532250886796914,0.0288433635266686,0.153725174569888,0.0867365155398707,0.0122636555188578,0.153725174569888,0.287862433745325,0.00361888492819508,0.153725174569888,0.598213117044139,0.0356763821429368,0.153725174569888,0.595071191036765,0.0391431261446146,0.153725174569888,0.58747415868321,0.0928160924850921,0.153725174569888,0.56818072613623,0.0261293283717981,0.5,0.153725174569888,0.514969369595912,0.00733722611998457,0.153725174569888,0.477180308053976,0.00617383583328972,0.5,0.153725174569888,0.592387250028917,0.00742745672496728,0.153725174569888,0.532472624596808,0.0165022688435094,0.153725174569888,0.218949297091115,0.111061986177937,0.153725174569888,0.45097450994931,0.0318172992150053,0.153725174569888,0.508537471316455,0.0400665863917239,0.153725174569888,0.216069432902583,0.0336543923234586,0.153725174569888,0.428364434621342,0.00595915636847984,0.5,0.153725174569888,0.290315421880287,0.000834611893075766,0,0.0172529112202317,0.249307342587227 -6566,0.5,0.153725174569888,0.152837189615494,0.0228193053321663,0.153725174569888,0.0402552178574328,0.0100918534410701,0.153725174569888,0.1111824711224,0.0140241999828199,0.153725174569888,0.22060962965461,0.0103755137042471,0.153725174569888,0.577228098059167,0.0345320324308039,0.153725174569888,0.58597786417812,0.044083808065297,0.153725174569888,0.557378337921563,0.0816940479387893,0.153725174569888,0.573822793723803,0.0287365550712625,0.5,0.153725174569888,0.478491880768253,0.0102879643209501,0.153725174569888,0.454156726406524,0.0126066662542235,0.5,0.153725174569888,0.504123703301872,0.0156414368878101,0.153725174569888,0.455637304151593,0.026302746289669,0.153725174569888,0.19495736868526,0.0929137384657688,0.153725174569888,0.429033246586701,0.0214850647683229,0.153725174569888,0.456130865607846,0.0377813586940733,0.153725174569888,0.190533500586253,0.0267953255224896,0.153725174569888,0.398676177054439,0.00957919771061864,0.5,0.153725174569888,0.256554370247668,0.00234328410428466,0,0.00691020878807784,0.203316220477669 -6567,0.5,0.153725174569888,0.151261441564649,0.0246335000720366,0.153725174569888,0.0468127037005124,0.00141545837034996,0.153725174569888,0.105985736058803,0.0119471110787068,0.153725174569888,0.136493927793465,0.0167015370118732,0.153725174569888,0.4996999872803,0.0312860437478537,0.153725174569888,0.523878825745377,0.0386810532571299,0.153725174569888,0.483664273389734,0.0634855240794697,0.153725174569888,0.505819339815827,0.0278064599498066,0.5,0.153725174569888,0.382523232400522,0.0133654545906109,0.153725174569888,0.372538531913706,0.00947016417418084,0.5,0.153725174569888,0.415981510068492,0.0129857562616867,0.153725174569888,0.39551503510049,0.034466963705858,0.153725174569888,0.159733555079421,0.076707464146317,0.153725174569888,0.344628893874284,0.0158628077300334,0.153725174569888,0.373608006943775,0.0303173862495445,0.153725174569888,0.166054805789487,0.0206418257728473,0.153725174569888,0.335567896847598,0.0132875430436207,0.5,0.153725174569888,0.236978984313005,0.00423179628167966,0,0.00233156598668798,0.152451971310881 -6568,0.5,0.153725174569888,0.0888617638598723,0.0207376304758398,0.153725174569888,0.0677792897236847,0.000540077114076164,0.153725174569888,0.0687893795635811,0.00829579991177347,0.153725174569888,0.080296764021364,0.0180914978083496,0.153725174569888,0.370311335526122,0.0223812694647723,0.153725174569888,0.406829081168679,0.0274570007804688,0.153725174569888,0.361629693728397,0.0396677014229266,0.153725174569888,0.384135866084451,0.0219037209519469,0.5,0.153725174569888,0.260379623611849,0.012952131703467,0.153725174569888,0.301081217933792,0.0088374032734113,0.5,0.153725174569888,0.29839420878292,0.0104271880248422,0.153725174569888,0.312931712825673,0.0370867015650281,0.153725174569888,0.13135947412761,0.0610104904018744,0.153725174569888,0.235891466294638,0.0095958478653736,0.153725174569888,0.258354470858042,0.020835602056669,0.153725174569888,0.126481995538362,0.015260241558594,0.153725174569888,0.256357537106035,0.0166392669439596,0.5,0.153725174569888,0.162623319994029,0.00527951633224494,0,0.00136279893041656,0.114843704786749 -6569,0.5,0.153725174569888,0.0300881744016037,0.011537240616912,0.153725174569888,0.0492687153341971,0.000295607747825744,0.153725174569888,0.0184941406214176,0.00280131693080831,0.153725174569888,0.026161470201024,0.0103740714710304,0.153725174569888,0.164186501700355,0.00687757192612223,0.153725174569888,0.212612948769089,0.00932087513789826,0.153725174569888,0.162054728056438,0.0128378712697615,0.153725174569888,0.226427700963912,0.0105983818394503,0.5,0.153725174569888,0.160146216502716,0.00906805468708418,0.153725174569888,0.132856738768912,0.00466060841814097,0.5,0.153725174569888,0.139584431314666,0.0102787445080991,0.153725174569888,0.159735071687044,0.0176876741355871,0.153725174569888,0.0692804309105433,0.0346532099775464,0.153725174569888,0.10457021927711,0.00374330495842976,0.153725174569888,0.113922825696837,0.010883289666975,0.153725174569888,0.079810028302747,0.00748627784039895,0.153725174569888,0.102986311308807,0.0157563681331831,0.5,0.153725174569888,0.0694105708991845,0.00213117659446439,0,0.0006043487210735,0.0733326502419781 -6570,0.5,0.153725174569888,2.33847331130402e-05,0.00676869647449871,0.153725174569888,0.0,0.000225647460887913,0.153725174569888,5.12785342783982e-05,0.0011231194436776,0.153725174569888,1.37898661358189e-05,0.00623533050741501,0.153725174569888,0.0,0.000606029664222825,0.153725174569888,0.0,0.00191115966781482,0.153725174569888,0.0,0.00302710807228622,0.153725174569888,0.0,0.00500336893317692,0.5,0.153725174569888,0.0,0.0059539236149181,0.153725174569888,0.0,0.00401188068806022,0.5,0.153725174569888,0.0,0.00968593147247176,0.153725174569888,0.0,0.012492437549287,0.153725174569888,5.70186294197582e-05,0.0123711557266455,0.153725174569888,0.0,0.000216614308994901,0.153725174569888,0.0,0.00462375588062286,0.153725174569888,0.0,0.00148727191089679,0.153725174569888,0.0,0.0152163095017947,0.5,0.153725174569888,0.000123242602241513,0.00184711983959524,0,0.000128973606933984,0.049377375325827 -6571,0.5,0.153725174569888,0.0,0.00531644519982879,0.153725174569888,0.0,6.39612021707733e-05,0.153725174569888,0.0,0.000849254215574921,0.153725174569888,0.0,0.00602859466459208,0.153725174569888,0.0,0.000250311342526991,0.153725174569888,0.0,0.000867605747035741,0.153725174569888,0.0,0.000913088465415748,0.153725174569888,0.0,0.00283514480474603,0.5,0.153725174569888,0.0,0.00854792245089914,0.153725174569888,0.0,0.00219309894615272,0.5,0.153725174569888,0.0,0.0137020641725275,0.153725174569888,0.0,0.0110445188406387,0.153725174569888,0.0,0.00662450787981841,0.153725174569888,0.0,0.000292588012608977,0.153725174569888,0.0,0.00331148851404425,0.153725174569888,0.0,0.000941525878978368,0.153725174569888,0.0,0.0161099720322625,0.5,0.153725174569888,0.0,0.00201635650654409,0,5.06885310671041e-05,0.0439609554044449 -6572,0.5,0.153725174569888,0.0,0.00459364833285469,0.153725174569888,0.0,0.00031788474387063,0.153725174569888,0.0,0.00052295600883274,0.153725174569888,0.0,0.00606184890326407,0.153725174569888,0.0,0.000571418767381552,0.153725174569888,0.0,0.000597692422727738,0.153725174569888,0.0,0.000454149806042557,0.153725174569888,0.0,0.00127687176097553,0.5,0.153725174569888,0.0,0.00948505265242684,0.153725174569888,0.0,0.00116053471957329,0.5,0.153725174569888,0.0,0.0182309409935579,0.153725174569888,0.0,0.00875465745257441,0.153725174569888,0.0,0.00697465944809908,0.153725174569888,0.0,0.00277640815573137,0.153725174569888,0.0,0.00239367924758532,0.153725174569888,0.0,0.000846593920596053,0.153725174569888,0.0,0.0150630169500736,0.5,0.153725174569888,0.0,0.00136372953334224,0,9.57820124771699e-05,0.0623634274054867 -6573,0.5,0.153725174569888,0.0,0.00471464461683575,0.153725174569888,0.0,0.000846335285637136,0.153725174569888,0.0,0.000452361552501668,0.153725174569888,0.0,0.00495086410630747,0.153725174569888,0.0,0.00151171658130551,0.153725174569888,0.0,0.000638017468782897,0.153725174569888,0.0,0.000443645297466732,0.153725174569888,0.0,0.00062804737497273,0.5,0.153725174569888,0.0,0.00891650971653475,0.153725174569888,0.0,0.000879557716084386,0.5,0.153725174569888,0.0,0.0176307050386753,0.153725174569888,0.0,0.00808743745209956,0.153725174569888,0.0,0.00973207527825975,0.153725174569888,0.0,0.00647918622265028,0.153725174569888,0.0,0.00270941217932822,0.153725174569888,0.0,0.000777571518594513,0.153725174569888,0.0,0.013548681616453,0.5,0.153725174569888,0.0,0.000939163138613167,0,0.000270607301722863,0.111850580778773 -6574,0.5,0.153725174569888,0.0,0.00563575819527186,0.153725174569888,0.0,0.00334073307000391,0.153725174569888,0.0,0.00037272527027306,0.153725174569888,0.0,0.00397473899859214,0.153725174569888,0.0,0.00176779668965629,0.153725174569888,0.0,0.00057475475243132,0.153725174569888,0.0,0.000666078432227781,0.153725174569888,0.0,0.000364856493432287,0.5,0.153725174569888,0.0,0.00693143902265013,0.153725174569888,0.0,0.00116572640643558,0.5,0.153725174569888,0.0,0.0132924741255194,0.153725174569888,0.0,0.00747583341469763,0.153725174569888,0.0,0.0119025712993719,0.153725174569888,0.0,0.00775056554293922,0.153725174569888,0.0,0.00298056061574448,0.153725174569888,0.0,0.000733241360698377,0.153725174569888,0.0,0.0108449748503598,0.5,0.153725174569888,0.0,0.00108535720947827,0,0.00179733806974288,0.130915151914061 -6575,0.5,0.153725174569888,0.0,0.00638408981567421,0.153725174569888,0.0,0.00572010133970254,0.153725174569888,0.0,0.000284426976009669,0.153725174569888,0.0,0.00351536041834901,0.153725174569888,0.0,0.001325019934852,0.153725174569888,0.0,0.000511294211265353,0.153725174569888,0.0,0.000498817841415966,0.153725174569888,0.0,0.000232006240241288,0.5,0.153725174569888,0.0,0.00519499495078424,0.153725174569888,0.0,0.000989343026500659,0.5,0.153725174569888,0.0,0.00871290284790202,0.153725174569888,0.0,0.00680391067333568,0.153725174569888,0.0,0.014663065213649,0.153725174569888,0.0,0.00779657923988642,0.153725174569888,0.0,0.00257635881623447,0.153725174569888,0.0,0.000588567293056509,0.153725174569888,0.0,0.00829468405401398,0.5,0.153725174569888,0.0,0.00191778754011363,0,0.00508383692801943,0.111735759110738 -6576,0.5,0.153725174569888,0.0,0.00676669857888757,0.153725174569888,0.0,0.00614558503456795,0.153725174569888,0.0,0.000263149036883085,0.153725174569888,0.0,0.00318090325018319,0.153725174569888,0.0,0.000665395800197134,0.153725174569888,0.0,0.000442414250135963,0.153725174569888,0.0,0.000307833968677853,0.153725174569888,0.0,0.000200353325413539,0.5,0.153725174569888,0.0,0.00402084131105872,0.153725174569888,0.0,0.000995903115308277,0.5,0.153725174569888,0.0,0.00632228058895142,0.153725174569888,0.0,0.00676445663682891,0.153725174569888,0.0,0.0175626363191202,0.153725174569888,0.0,0.00773805531687292,0.153725174569888,0.0,0.00205469569539732,0.153725174569888,0.0,0.000408597485529963,0.153725174569888,0.0,0.00704702355886778,0.5,0.153725174569888,0.0,0.00303905264782488,0,0.00846222054118124,0.101976495505508 -6577,0.5,0.153725174569888,0.0,0.00732631467798629,0.153725174569888,0.0,0.00802272703333029,0.153725174569888,0.0,0.000413606798245794,0.153725174569888,0.0,0.0029692486999894,0.153725174569888,0.0,0.000392309691215965,0.153725174569888,0.0,0.00035629310460424,0.153725174569888,0.0,9.65474486500924e-05,0.153725174569888,0.0,0.000189045499893792,0.5,0.153725174569888,0.0,0.00358038084097309,0.153725174569888,0.0,0.0013284311626144,0.5,0.153725174569888,0.0,0.00514329371591686,0.153725174569888,0.0,0.00652599687799434,0.153725174569888,0.0,0.019570241367862,0.153725174569888,0.0,0.00864326267562572,0.153725174569888,0.0,0.00212910082629727,0.153725174569888,0.0,0.000329590998371068,0.153725174569888,0.0,0.0068399295727762,0.5,0.153725174569888,0.0,0.00397701246409359,0,0.014094283893678,0.082090009147025 -6578,0.5,0.153725174569888,0.0,0.00664412059494392,0.153725174569888,0.0,0.00869130675009031,0.153725174569888,0.0,0.000998007875768028,0.153725174569888,0.0,0.00354735690798334,0.153725174569888,0.0,0.000526764923817266,0.153725174569888,0.0,0.00032621786174896,0.153725174569888,0.0,7.27422551665448e-05,0.153725174569888,0.0,0.000226217997777847,0.5,0.153725174569888,0.0,0.00386252916436458,0.153725174569888,0.0,0.0016572734447361,0.5,0.153725174569888,0.0,0.00516440653879367,0.153725174569888,0.0,0.00703359054397592,0.153725174569888,0.0,0.0198835813461748,0.153725174569888,0.0,0.00989434032671957,0.153725174569888,0.0,0.00283337631648188,0.153725174569888,0.0,0.000246652101082417,0.153725174569888,0.0,0.00724685411821381,0.5,0.153725174569888,0.0,0.00482416428620351,0,0.0162818385348833,0.0513345864050809 -6579,0.5,0.153725174569888,0.0,0.00557492497224915,0.153725174569888,0.0,0.00819191681433548,0.153725174569888,0.0,0.00138022980994395,0.153725174569888,0.0,0.00339796610724168,0.153725174569888,0.0,0.00071235352001043,0.153725174569888,0.0,0.000383321137578566,0.153725174569888,0.0,0.000127070324624763,0.153725174569888,0.0,0.000284754514569357,0.5,0.153725174569888,0.0,0.00441733564955974,0.153725174569888,0.0,0.00198097638199374,0.5,0.153725174569888,0.0,0.00579026696555682,0.153725174569888,0.0,0.00808886493827195,0.153725174569888,0.0,0.0200757819835553,0.153725174569888,0.0,0.0107992588876368,0.153725174569888,0.0,0.0029275291103312,0.153725174569888,0.0,0.000287937134768349,0.153725174569888,0.0,0.00825055456753637,0.5,0.153725174569888,0.0,0.00540096060511285,0,0.0152881777551358,0.0302287675872491 -6580,0.5,0.153725174569888,0.0,0.00440116327367621,0.153725174569888,0.0,0.00881534369119674,0.153725174569888,0.0,0.000913482650777686,0.153725174569888,0.0,0.00281508370890751,0.153725174569888,0.0,0.000660293147618837,0.153725174569888,0.0,0.00036851419822285,0.153725174569888,0.0,0.000179481300707642,0.153725174569888,0.0,0.000377961224383023,0.5,0.153725174569888,0.0,0.00563564962444491,0.153725174569888,0.0,0.002883996189668,0.5,0.153725174569888,0.0,0.00607730433718022,0.153725174569888,0.0,0.00911818595242899,0.153725174569888,0.0,0.0176941966602518,0.153725174569888,0.0,0.010861633631977,0.153725174569888,0.0,0.00236111399948166,0.153725174569888,0.0,0.000801280200209732,0.153725174569888,0.0,0.00935845261697288,0.5,0.153725174569888,0.0,0.00630987375690694,0,0.0130710558121087,0.0148880569601155 -6581,0.5,0.153725174569888,0.0,0.003775486302538,0.153725174569888,0.0,0.00926997643464244,0.153725174569888,0.0,0.000726545411975895,0.153725174569888,0.0,0.00257803808154778,0.153725174569888,0.0,0.000739490110924484,0.153725174569888,0.0,0.000310442982904212,0.153725174569888,0.0,0.000149038275632704,0.153725174569888,0.0,0.000468707170024077,0.5,0.153725174569888,0.0,0.00650312723573762,0.153725174569888,0.0,0.00375839297344522,0.5,0.153725174569888,0.0,0.00675982242168937,0.153725174569888,0.0,0.00974563082936605,0.153725174569888,0.0,0.0137771164267751,0.153725174569888,0.0,0.00896357250119644,0.153725174569888,0.0,0.00156989822239058,0.153725174569888,0.0,0.00108720495782063,0.153725174569888,0.0,0.00923645819932914,0.5,0.153725174569888,0.0,0.00737564172935129,0,0.0110271279666888,0.00574872578167851 -6582,0.5,0.153725174569888,0.0,0.00357263509826559,0.153725174569888,0.0,0.00933943579267841,0.153725174569888,0.0,0.000796952874804034,0.153725174569888,0.0,0.00262319851860468,0.153725174569888,0.0,0.00170504398576472,0.153725174569888,0.0,0.000598743475380318,0.153725174569888,0.0,8.07296722334974e-05,0.153725174569888,0.0,0.000636762725272353,0.5,0.153725174569888,0.0,0.00686381624145398,0.153725174569888,0.0,0.00453728722359569,0.5,0.153725174569888,0.0,0.0068137977664447,0.153725174569888,0.0,0.0103079909407622,0.153725174569888,0.0,0.0124807223148874,0.153725174569888,0.0,0.00725182634230078,0.153725174569888,0.0,0.000828278706738344,0.153725174569888,0.0,0.00124880433113645,0.153725174569888,0.0,0.00835405715264783,0.5,0.153725174569888,0.0,0.00885595571657523,0,0.00808146172242354,0.00189855459624263 -6583,0.5,0.153725174569888,0.00106958613169051,0.00377385071877857,0.153725174569888,0.0,0.00902623936746195,0.153725174569888,0.000520231503778788,0.00066749195713305,0.153725174569888,0.00126382901887312,0.00220938574014094,0.153725174569888,0.0,0.00301488349016754,0.153725174569888,0.0,0.00259203611055637,0.153725174569888,0.0,0.000119957902463415,0.153725174569888,0.0,0.00100653193831799,0.5,0.153725174569888,0.0,0.00632509531762686,0.153725174569888,0.000153128387861311,0.00526092413008651,0.5,0.153725174569888,0.0,0.00704852699560069,0.153725174569888,0.0,0.0108314376450257,0.153725174569888,0.0,0.0110987824203857,0.153725174569888,0.0,0.00743101841466896,0.153725174569888,0.0,0.000593138723782824,0.153725174569888,0.0,0.00124562800260614,0.153725174569888,0.000108013039675566,0.00704846528935718,0.5,0.153725174569888,0.00178518132805375,0.0107673710396876,0,0.00610142105722215,0.00080362271862636 -6584,0.5,0.153725174569888,0.0424050568075508,0.00359629946815483,0.153725174569888,0.061026669943864,0.00719921336344717,0.153725174569888,0.0784488597742269,0.00105229141049695,0.153725174569888,0.038874061727794,0.0022276954182819,0.153725174569888,0.0263194292136169,0.00376752322854408,0.153725174569888,0.036642009194671,0.00576140670201124,0.153725174569888,0.0631954839750359,0.000678368231201261,0.153725174569888,0.0654115734998594,0.00147145098717884,0.5,0.153725174569888,0.0767586054022463,0.00460008362581334,0.153725174569888,0.0286205496323609,0.00600894954556698,0.5,0.153725174569888,0.0780895550669921,0.00595526954262744,0.153725174569888,0.0435657520819402,0.00920931651189884,0.153725174569888,0.0172369719255635,0.0114974831634373,0.153725174569888,0.0159252187696337,0.0075315791915288,0.153725174569888,0.0629655138910436,0.000629346495147755,0.153725174569888,0.0809600891188744,0.00128608677803857,0.153725174569888,0.0390510625161893,0.00550414295766127,0.5,0.153725174569888,0.0561022283459582,0.0100083587662468,0,0.00622222689933919,0.00629409670077671 -6585,0.5,0.153725174569888,0.111557199280334,0.00592325265833955,0.153725174569888,0.136972231420459,0.00650577561062865,0.153725174569888,0.201051370471749,0.00324446455634079,0.153725174569888,0.101693107324545,0.0047824437661925,0.153725174569888,0.0804580498476894,0.00524011967407953,0.153725174569888,0.131146052746138,0.00786397968022859,0.153725174569888,0.195008374120765,0.00153385005890605,0.153725174569888,0.209068529769134,0.00143838833315452,0.5,0.153725174569888,0.231872785903958,0.00415442128528805,0.153725174569888,0.056756358950377,0.0131802258704132,0.5,0.153725174569888,0.214145963689752,0.00906532373430575,0.153725174569888,0.128247384316645,0.0191152824115801,0.153725174569888,0.0441525208535329,0.0169690607625592,0.153725174569888,0.0575351128179996,0.00860849385433023,0.153725174569888,0.182900326848137,0.000633870190993211,0.153725174569888,0.223811929507061,0.000888444293255648,0.153725174569888,0.124743817345198,0.00617162982946229,0.5,0.153725174569888,0.139204132301872,0.0119403541474168,0,0.00693727105860349,0.0334165693589592 -6586,0.5,0.153725174569888,0.19782487268162,0.00669013494787411,0.153725174569888,0.149468052846692,0.00876735504415842,0.153725174569888,0.32209468430854,0.00680882436916464,0.153725174569888,0.154437164875488,0.0107081295314217,0.153725174569888,0.12744545144952,0.00885506112493502,0.153725174569888,0.226449781459945,0.0151538325075534,0.153725174569888,0.330665944260923,0.00292165582659127,0.153725174569888,0.352583683193261,0.000483525978741169,0.5,0.153725174569888,0.385379929595421,0.0119904947829085,0.153725174569888,0.0807816438085269,0.0560345685956824,0.5,0.153725174569888,0.364614886613933,0.0567189850087557,0.153725174569888,0.244183543408478,0.0597915087713557,0.153725174569888,0.0785343540467822,0.0228392813840649,0.153725174569888,0.111969693371519,0.0106160084704477,0.153725174569888,0.311513537651637,0.00127154391429059,0.153725174569888,0.36812362381002,0.000968177851291417,0.153725174569888,0.232856780917726,0.0169543525415325,0.5,0.153725174569888,0.217283907070557,0.0205499991045322,0,0.00683738970199349,0.0998074673518206 -6587,0.5,0.153725174569888,0.275669685564524,0.00534839507818511,0.153725174569888,0.144027458665746,0.0122774367328577,0.153725174569888,0.416150432819091,0.0105544381879562,0.153725174569888,0.185007425338182,0.0173769298460356,0.153725174569888,0.160871071889617,0.013610722789,0.153725174569888,0.338741628067784,0.024590875429579,0.153725174569888,0.450085273463091,0.00930822913310035,0.153725174569888,0.479471186044961,0.0022558688465492,0.5,0.153725174569888,0.517289491638295,0.0415517646674145,0.153725174569888,0.109880899333206,0.087529156494025,0.5,0.153725174569888,0.50431207656731,0.102759902130799,0.153725174569888,0.370305353694574,0.0930727110197888,0.153725174569888,0.124413045797276,0.026762190018919,0.153725174569888,0.17740772993404,0.0118900754017431,0.153725174569888,0.427070625703126,0.00230192304389898,0.153725174569888,0.493972086974624,0.00308495286445854,0.153725174569888,0.315323008330828,0.0347648905965071,0.5,0.153725174569888,0.234422804413695,0.0290036831194659,0,0.00487694468102752,0.178711890002067 -6588,0.5,0.153725174569888,0.312797870592792,0.00307434634253019,0.153725174569888,0.15616684715199,0.0097193123642998,0.153725174569888,0.466881288691823,0.0123114836841069,0.153725174569888,0.228731249887601,0.021313546264552,0.153725174569888,0.198058510553658,0.0160650369528845,0.153725174569888,0.423988879515726,0.0280434954097304,0.153725174569888,0.542485604949705,0.0183813075889763,0.153725174569888,0.562053843897254,0.0107855180824601,0.5,0.153725174569888,0.597714203976996,0.0858987958812071,0.153725174569888,0.211054842950654,0.129658700507567,0.5,0.153725174569888,0.577204924646556,0.118747467370365,0.153725174569888,0.41076683879366,0.0969801486534257,0.153725174569888,0.177972885361072,0.0220148895402093,0.153725174569888,0.215920005413931,0.0140483596129921,0.153725174569888,0.50111219500316,0.00374920212149852,0.153725174569888,0.574886691854844,0.00886508736563267,0.153725174569888,0.374306524154125,0.0582976422365912,0.5,0.153725174569888,0.288738169895308,0.0423383417161403,0,0.00169071925757732,0.232639460310546 -6589,0.5,0.153725174569888,0.314729429119629,0.00197015021536507,0.153725174569888,0.203858976489707,0.00613359401715666,0.153725174569888,0.495185040373871,0.0129178954804531,0.153725174569888,0.24006802693847,0.0240983088701658,0.153725174569888,0.175090839342588,0.0170010926793188,0.153725174569888,0.473767328616227,0.0263155628600356,0.153725174569888,0.581308900690299,0.0282623472851548,0.153725174569888,0.597035126700402,0.0221777798433573,0.5,0.153725174569888,0.626074195180695,0.10476628495399,0.153725174569888,0.343368368079987,0.165754049856517,0.5,0.153725174569888,0.56433563877962,0.132442682887015,0.153725174569888,0.39648830395779,0.0930893320322576,0.153725174569888,0.189932041470451,0.0146817782222213,0.153725174569888,0.239583193547465,0.0162861674374669,0.153725174569888,0.522082087877546,0.00520705322838983,0.153725174569888,0.605296789647585,0.0141252749347329,0.153725174569888,0.391626099293087,0.0750329207589404,0.5,0.153725174569888,0.344429489794421,0.0605197289944902,0,2.37992231433655e-05,0.260540820226743 -6590,0.5,0.153725174569888,0.303629256262727,0.00173371717714761,0.153725174569888,0.221932366026,0.00289430243669197,0.153725174569888,0.468555322137982,0.0159405981754505,0.153725174569888,0.236064168819638,0.0273123888227889,0.153725174569888,0.197874561982895,0.020397175771946,0.153725174569888,0.492715470987416,0.0264707862270742,0.153725174569888,0.56818500546888,0.0343595616481089,0.153725174569888,0.586781663285893,0.0305240183399445,0.5,0.153725174569888,0.608727465089005,0.114008645439833,0.153725174569888,0.424664690392525,0.188462243274022,0.5,0.153725174569888,0.545712745479451,0.160847748063394,0.153725174569888,0.395079210174195,0.094968026122755,0.153725174569888,0.165639474277424,0.0102094764052655,0.153725174569888,0.247937912473156,0.0203488415199987,0.153725174569888,0.492552523773939,0.00883518612460475,0.153725174569888,0.589603008726311,0.0180037861441125,0.153725174569888,0.377902052886895,0.0920727251438544,0.5,0.153725174569888,0.369046118336231,0.0591005265277042,0,0.0,0.261068845941993 -6591,0.5,0.153725174569888,0.252879214156194,0.00191154515594372,0.153725174569888,0.159645163659272,0.00132794039146573,0.153725174569888,0.392319349068074,0.0212822540761227,0.153725174569888,0.177306791982893,0.0293593360747009,0.153725174569888,0.238598552063092,0.0257963525066795,0.153725174569888,0.457648058374198,0.0281302767677734,0.153725174569888,0.495549064440716,0.0378692648515112,0.153725174569888,0.518301329101943,0.035073042933744,0.5,0.153725174569888,0.531473207678116,0.114687639790694,0.153725174569888,0.413299462701563,0.211136138368933,0.5,0.153725174569888,0.45712900936256,0.17029241793387,0.153725174569888,0.385163161497468,0.0968051144493803,0.153725174569888,0.176615284262082,0.00820931254657211,0.153725174569888,0.222342135560475,0.0245324453186238,0.153725174569888,0.405489488216227,0.0146734837066031,0.153725174569888,0.51039232694115,0.0225775438404749,0.153725174569888,0.342912816853041,0.09111680907548,0.5,0.153725174569888,0.17656097026218,0.0458345364852146,0,0.0,0.247406298634709 -6592,0.5,0.153725174569888,0.177404748051785,0.00252502987295681,0.153725174569888,0.0925100427356565,0.00195546717637193,0.153725174569888,0.270626186341564,0.0284053955231344,0.153725174569888,0.119631355356147,0.0286680302129204,0.153725174569888,0.221258432341761,0.0333406964803535,0.153725174569888,0.360386565427943,0.0340104147550509,0.153725174569888,0.379079158298274,0.0410454175997679,0.153725174569888,0.397227518425044,0.0375394606210787,0.5,0.153725174569888,0.405926425872261,0.114489795002951,0.153725174569888,0.258888882221349,0.20452274975527,0.5,0.153725174569888,0.335200015420754,0.17060260120192,0.153725174569888,0.326818341732124,0.104419083528642,0.153725174569888,0.131811388391893,0.00785562508896021,0.153725174569888,0.149358971898137,0.0320515900974646,0.153725174569888,0.290072596318396,0.0223606033374825,0.153725174569888,0.380676728213225,0.0274745730644317,0.153725174569888,0.279901355244538,0.0759681465434944,0.5,0.153725174569888,0.0711936243241062,0.0308159939510333,0,0.0,0.241630115394841 -6593,0.5,0.153725174569888,0.074933555838869,0.00268674502314283,0.153725174569888,0.0338015798625896,0.00294702059604962,0.153725174569888,0.112374609012226,0.0286269668880052,0.153725174569888,0.0528634498855727,0.0185726175594676,0.153725174569888,0.136997774156018,0.0339065534379559,0.153725174569888,0.177897924688927,0.0279669222631073,0.153725174569888,0.1532616172694,0.0229450787103202,0.153725174569888,0.188727766440082,0.0181024079347187,0.5,0.153725174569888,0.205221275433575,0.0654733732594652,0.153725174569888,0.0936326433695408,0.140848534971666,0.5,0.153725174569888,0.146958230254804,0.114245770721235,0.153725174569888,0.156680767756285,0.0757990175241999,0.153725174569888,0.0850254635702512,0.00693476331889943,0.153725174569888,0.0782062267183615,0.0384070187129866,0.153725174569888,0.121130329229906,0.0195604152145103,0.153725174569888,0.139596384573727,0.0115215475256187,0.153725174569888,0.117097143601332,0.0339502140694271,0.5,0.153725174569888,0.0183848021234434,0.0137861721440885,0,0.0,0.234229888331329 -6594,0.5,0.153725174569888,7.19052193838464e-07,0.002004098386876,0.153725174569888,0.000119711758228171,0.00297065826512286,0.153725174569888,0.0,0.0200325285841846,0.153725174569888,0.0,0.00955058951381004,0.153725174569888,0.0,0.026286290264752,0.153725174569888,0.0,0.0229599200132026,0.153725174569888,0.0,0.0277845267189168,0.153725174569888,0.0,0.0125428648750239,0.5,0.153725174569888,0.0,0.0342770516617975,0.153725174569888,0.0,0.0908877814236957,0.5,0.153725174569888,0.0,0.0662855074004825,0.153725174569888,0.0,0.0513794191988116,0.153725174569888,0.000107678777070791,0.00326760714295647,0.153725174569888,0.0,0.0300967600407258,0.153725174569888,0.0,0.0155240639489777,0.153725174569888,0.0,0.0132187911401409,0.153725174569888,0.0,0.020444112423176,0.5,0.153725174569888,4.70221692880878e-06,0.013274958022795,0,0.0,0.211407105721964 -6595,0.5,0.153725174569888,0.0,0.00252360662492604,0.153725174569888,0.0,0.00442194737648688,0.153725174569888,0.0,0.0219124389848928,0.153725174569888,0.0,0.00824127570436955,0.153725174569888,0.0,0.0334209559401475,0.153725174569888,0.0,0.0315866139033006,0.153725174569888,0.0,0.0307276530159183,0.153725174569888,0.0,0.00970241469957804,0.5,0.153725174569888,0.0,0.0254007934579848,0.153725174569888,0.0,0.0616415718772398,0.5,0.153725174569888,0.0,0.0505603452642315,0.153725174569888,0.0,0.0458692706403341,0.153725174569888,0.0,0.00299167086197043,0.153725174569888,0.0,0.0326058857175322,0.153725174569888,0.0,0.0167576601644509,0.153725174569888,0.0,0.0130403831211374,0.153725174569888,0.0,0.0131733472818111,0.5,0.153725174569888,0.0,0.0148913622223074,0,0.0,0.179639904157603 -6596,0.5,0.153725174569888,0.0,0.0033177363982786,0.153725174569888,0.0,0.00480132899106184,0.153725174569888,0.0,0.0192813867675856,0.153725174569888,0.0,0.00754731176626267,0.153725174569888,0.0,0.0352629182663919,0.153725174569888,0.0,0.0336700136249183,0.153725174569888,0.0,0.0318408817308245,0.153725174569888,0.0,0.00932445107636736,0.5,0.153725174569888,0.0,0.0183922592406374,0.153725174569888,0.0,0.0427077696766376,0.5,0.153725174569888,0.0,0.0294121893784731,0.153725174569888,0.0,0.0345058248387423,0.153725174569888,0.0,0.0029817513372858,0.153725174569888,0.0,0.0349319810795891,0.153725174569888,0.0,0.0180536914497186,0.153725174569888,0.0,0.0121615014744171,0.153725174569888,0.0,0.00903001534730169,0.5,0.153725174569888,0.0,0.0154075197129904,0,4.28392173556862e-05,0.152093236111116 -6597,0.5,0.153725174569888,0.0,0.00454666986159801,0.153725174569888,0.0,0.00635919852880489,0.153725174569888,0.0,0.0152162712259623,0.153725174569888,0.0,0.00703719678829474,0.153725174569888,0.0,0.0367822804458989,0.153725174569888,0.0,0.034469657388853,0.153725174569888,0.0,0.0306527235558314,0.153725174569888,0.0,0.0107177716185854,0.5,0.153725174569888,0.0,0.0171641777748749,0.153725174569888,0.0,0.0327967001935733,0.5,0.153725174569888,0.0,0.0159863264709306,0.153725174569888,0.0,0.0303746838092411,0.153725174569888,0.0,0.00287654239835731,0.153725174569888,0.0,0.0327507704068934,0.153725174569888,0.0,0.0198080615737201,0.153725174569888,0.0,0.0115625133509024,0.153725174569888,0.0,0.00835988715428609,0.5,0.153725174569888,0.0,0.0186014584767885,0,0.000218549315502419,0.140279949737871 -6598,0.5,0.153725174569888,0.0,0.0057689793507431,0.153725174569888,0.0,0.0071932127604832,0.153725174569888,0.0,0.0107001374247655,0.153725174569888,0.0,0.00679700157727491,0.153725174569888,0.0,0.034859691157345,0.153725174569888,0.0,0.0325478561168459,0.153725174569888,0.0,0.0309490819801544,0.153725174569888,0.0,0.0121576278762636,0.5,0.153725174569888,0.0,0.015826970327066,0.153725174569888,0.0,0.0215533606446074,0.5,0.153725174569888,0.0,0.00986951145667732,0.153725174569888,0.0,0.025963220091541,0.153725174569888,0.0,0.00284611730550325,0.153725174569888,0.0,0.0283694800256882,0.153725174569888,0.0,0.0207731037648719,0.153725174569888,0.0,0.0114329482351788,0.153725174569888,0.0,0.00879477362281229,0.5,0.153725174569888,0.0,0.0242296337803663,0,0.00332293668675108,0.14784305205532 -6599,0.5,0.153725174569888,0.0,0.0067483645006773,0.153725174569888,0.0,0.00581212145864897,0.153725174569888,0.0,0.00685546324431555,0.153725174569888,0.0,0.00700348459135441,0.153725174569888,0.0,0.0336336693110975,0.153725174569888,0.0,0.0286881088376604,0.153725174569888,0.0,0.0299625874897205,0.153725174569888,0.0,0.0122542609767506,0.5,0.153725174569888,0.0,0.0148317510347072,0.153725174569888,0.0,0.0169129006125864,0.5,0.153725174569888,0.0,0.00875426169988362,0.153725174569888,0.0,0.0231675155968905,0.153725174569888,0.0,0.00382199500816536,0.153725174569888,0.0,0.0272056329947387,0.153725174569888,0.0,0.0196219941646625,0.153725174569888,0.0,0.0118792619006912,0.153725174569888,0.0,0.0102833138340002,0.5,0.153725174569888,0.0,0.0324055192123547,0,0.00588578483234851,0.155687410842685 -6600,0.5,0.153725174569888,0.0,0.00642273098256368,0.153725174569888,0.0,0.00465389741117043,0.153725174569888,0.0,0.00453107942983832,0.153725174569888,0.0,0.00658763122362651,0.153725174569888,0.0,0.0365741275119714,0.153725174569888,0.0,0.0269161470643964,0.153725174569888,0.0,0.02852143596193,0.153725174569888,0.0,0.012291078861471,0.5,0.153725174569888,0.0,0.0140829738193363,0.153725174569888,0.0,0.0153828496347435,0.5,0.153725174569888,0.0,0.00811283646348564,0.153725174569888,0.0,0.0211434020342907,0.153725174569888,0.0,0.0055889705660363,0.153725174569888,0.0,0.0284730934097599,0.153725174569888,0.0,0.0172609219461782,0.153725174569888,0.0,0.0113325308806865,0.153725174569888,0.0,0.0108718174929732,0.5,0.153725174569888,0.0,0.0363396367228633,0,0.00536673148441361,0.167284852148502 -6601,0.5,0.153725174569888,0.0,0.00567797373543293,0.153725174569888,0.0,0.00639296068604501,0.153725174569888,0.0,0.00339023292893677,0.153725174569888,0.0,0.00492537969769861,0.153725174569888,0.0,0.042913044835779,0.153725174569888,0.0,0.0267200384064141,0.153725174569888,0.0,0.030411439838735,0.153725174569888,0.0,0.0126884079761777,0.5,0.153725174569888,0.0,0.0129414953106446,0.153725174569888,0.0,0.015003064404725,0.5,0.153725174569888,0.0,0.00755734095986904,0.153725174569888,0.0,0.0212531539162887,0.153725174569888,0.0,0.00656196351697985,0.153725174569888,0.0,0.0302860466653612,0.153725174569888,0.0,0.0182513016066955,0.153725174569888,0.0,0.010146939003721,0.153725174569888,0.0,0.0115180840073871,0.5,0.153725174569888,0.0,0.0358986114193648,0,0.00568143606537415,0.172010652499796 -6602,0.5,0.153725174569888,0.0,0.00589918633834397,0.153725174569888,0.0,0.0073007575462468,0.153725174569888,0.0,0.00345513279531533,0.153725174569888,0.0,0.00333730043122999,0.153725174569888,0.0,0.0426591359116919,0.153725174569888,0.0,0.0251968839922843,0.153725174569888,0.0,0.0327185262829179,0.153725174569888,0.0,0.0151773517628908,0.5,0.153725174569888,0.0,0.0123895346885665,0.153725174569888,0.0,0.0144691588847642,0.5,0.153725174569888,0.0,0.00863440633269741,0.153725174569888,0.0,0.0219417842902638,0.153725174569888,0.0,0.00815581838316577,0.153725174569888,0.0,0.0326097216281424,0.153725174569888,0.0,0.0214772769506024,0.153725174569888,0.0,0.00984342001403269,0.153725174569888,0.0,0.0120431695377829,0.5,0.153725174569888,0.0,0.0348089385067649,0,0.00651120317728353,0.168505330884985 -6603,0.5,0.153725174569888,0.0,0.00537653472609146,0.153725174569888,0.0,0.00627405447987992,0.153725174569888,0.0,0.00358670169714629,0.153725174569888,0.0,0.00275886667540644,0.153725174569888,0.0,0.0402782577737829,0.153725174569888,0.0,0.0237150827744746,0.153725174569888,0.0,0.0302313026034458,0.153725174569888,0.0,0.0143784930317823,0.5,0.153725174569888,0.0,0.0113862845896602,0.153725174569888,0.0,0.0130178811312513,0.5,0.153725174569888,0.0,0.0105453806206232,0.153725174569888,0.0,0.0197721843093519,0.153725174569888,0.0,0.0107639517142318,0.153725174569888,0.0,0.035457729682768,0.153725174569888,0.0,0.0214699194828603,0.153725174569888,0.0,0.00900438620032046,0.153725174569888,0.0,0.0119004684202475,0.5,0.153725174569888,0.0,0.0342101549169542,0,0.00606701670301725,0.160899205741573 -6604,0.5,0.153725174569888,0.0,0.00394630134728426,0.153725174569888,0.0,0.00624601059282097,0.153725174569888,0.0,0.00322211202519732,0.153725174569888,0.0,0.0028662556005816,0.153725174569888,0.0,0.0406551524219329,0.153725174569888,0.0,0.0234425322126604,0.153725174569888,0.0,0.028116689306112,0.153725174569888,0.0,0.0138808389285823,0.5,0.153725174569888,0.0,0.0128269477192305,0.153725174569888,0.0,0.0123842574087714,0.5,0.153725174569888,0.0,0.0111787733355633,0.153725174569888,0.0,0.0165091902792411,0.153725174569888,0.0,0.0129862275337535,0.153725174569888,0.0,0.0386246889336932,0.153725174569888,0.0,0.0199746586005077,0.153725174569888,0.0,0.00851081922361256,0.153725174569888,0.0,0.0128237653789195,0.5,0.153725174569888,0.0,0.0342458871853646,0,0.0051631235503136,0.184959201532951 -6605,0.5,0.153725174569888,0.0,0.00290747044421455,0.153725174569888,0.0,0.0079868341968033,0.153725174569888,0.0,0.00279627636021422,0.153725174569888,0.0,0.00332390229889922,0.153725174569888,0.0,0.0358696717432407,0.153725174569888,0.0,0.0237466443699442,0.153725174569888,0.0,0.028333771185107,0.153725174569888,0.0,0.0161153921342541,0.5,0.153725174569888,0.0,0.0140197849479265,0.153725174569888,0.0,0.0110286050506164,0.5,0.153725174569888,0.0,0.0143172827901844,0.153725174569888,0.0,0.014823942155822,0.153725174569888,0.0,0.0151632922022736,0.153725174569888,0.0,0.040870134275137,0.153725174569888,0.0,0.0170538353378233,0.153725174569888,0.0,0.00793533971832689,0.153725174569888,0.0,0.01332211969413,0.5,0.153725174569888,0.0,0.0340288565416406,0,0.00399176301663352,0.23164235803167 -6606,0.5,0.153725174569888,0.0,0.00315527614160059,0.153725174569888,0.0,0.0104783787499421,0.153725174569888,0.0,0.00271542463700446,0.153725174569888,0.0,0.00439133927105963,0.153725174569888,0.0,0.033793205013337,0.153725174569888,0.0,0.0230548520604868,0.153725174569888,0.0,0.0267265795751846,0.153725174569888,0.0,0.019068045784065,0.5,0.153725174569888,0.0,0.0145173657826129,0.153725174569888,0.0,0.0104731206574191,0.5,0.153725174569888,0.0,0.0168434719196824,0.153725174569888,0.0,0.012518224367632,0.153725174569888,0.0,0.0215013007468476,0.153725174569888,0.0,0.0519587330059359,0.153725174569888,0.0,0.0154733397974915,0.153725174569888,0.0,0.00795230534766928,0.153725174569888,0.0,0.0129815699354358,0.5,0.153725174569888,0.0,0.0313440967330411,0,0.00382635699735821,0.244368553514584 -6607,0.5,0.153725174569888,0.00162890004509655,0.00462318992081082,0.153725174569888,0.0,0.0161951774381636,0.153725174569888,0.000307385461080532,0.00317209103405897,0.153725174569888,0.00307832198490315,0.0058240144637418,0.153725174569888,0.0,0.0385492270989267,0.153725174569888,0.0,0.0250663469291378,0.153725174569888,0.0,0.0253518915189641,0.153725174569888,0.0,0.0209664796871605,0.5,0.153725174569888,0.0,0.0143870117914463,0.153725174569888,7.21384749883545e-05,0.0093495975916438,0.5,0.153725174569888,0.0,0.0206615074778255,0.153725174569888,0.0,0.013565583556945,0.153725174569888,0.0,0.0319010657507139,0.153725174569888,0.0,0.0620355638305077,0.153725174569888,0.0,0.0168153944448075,0.153725174569888,0.0,0.0074191559214283,0.153725174569888,0.000503690368214202,0.0128134278361757,0.5,0.153725174569888,0.00161247624150921,0.0233728408890269,0,0.00625197006185397,0.245781838064377 -6608,0.5,0.153725174569888,0.0907537746483641,0.00670752977371789,0.153725174569888,0.0888445023375572,0.0212996722571602,0.153725174569888,0.0954334569691469,0.00337360874226881,0.153725174569888,0.0971183649777086,0.00680874199057121,0.153725174569888,0.0688154817668036,0.0344725593558323,0.153725174569888,0.0615874053471586,0.0231927705679525,0.153725174569888,0.074319348481955,0.0221835625143847,0.153725174569888,0.0680705304275377,0.0172093934743329,0.5,0.153725174569888,0.0682694581374401,0.0115792998818988,0.153725174569888,0.075065618625393,0.00915911628780069,0.5,0.153725174569888,0.0407756565736079,0.0247291001015101,0.153725174569888,0.064104682839872,0.0152089116210853,0.153725174569888,0.0785905515021224,0.0309215211699387,0.153725174569888,0.071508996152645,0.0561257989828765,0.153725174569888,0.0877593274940687,0.0185051226069116,0.153725174569888,0.087294485081553,0.00626889127532236,0.153725174569888,0.0675456672112634,0.0116130722195689,0.5,0.153725174569888,0.0671550481422091,0.0199204269462432,0,0.0118077644881936,0.245333267144797 -6609,0.5,0.153725174569888,0.223898847148273,0.0155405752569467,0.153725174569888,0.242753119346833,0.0314329396740156,0.153725174569888,0.241240160799979,0.00820001883013843,0.153725174569888,0.220481058189615,0.0169200041266356,0.153725174569888,0.222525838102846,0.030156405871223,0.153725174569888,0.215211332694228,0.0204574929213972,0.153725174569888,0.229228486741809,0.0206123837086033,0.153725174569888,0.223577102718579,0.014913141740171,0.5,0.153725174569888,0.208777952212659,0.0131276354373696,0.153725174569888,0.20317102704983,0.0221227283685326,0.5,0.153725174569888,0.143914883299482,0.0756640919701247,0.153725174569888,0.178995716061101,0.0425617172644709,0.153725174569888,0.232053001257115,0.0346647542140766,0.153725174569888,0.224193937874325,0.0586436474047258,0.153725174569888,0.242150486293876,0.0295771566389793,0.153725174569888,0.242111227314168,0.00877057084670442,0.153725174569888,0.174155231583632,0.0222403228028469,0.5,0.153725174569888,0.147122888180081,0.0508846661249735,0,0.0160919189113881,0.259598062177243 -6610,0.5,0.153725174569888,0.367373856070711,0.0385958750556741,0.153725174569888,0.387726839450856,0.0659174552113384,0.153725174569888,0.388029429507553,0.0307586950567052,0.153725174569888,0.35110500123628,0.0415897739844879,0.153725174569888,0.370598055567202,0.0582559124814465,0.153725174569888,0.365183762168877,0.0325057812373549,0.153725174569888,0.378764727715464,0.0316238088621675,0.153725174569888,0.376037146566331,0.0253573227514221,0.5,0.153725174569888,0.348505741903821,0.0300104955419885,0.153725174569888,0.348473862965224,0.051771278078404,0.5,0.153725174569888,0.271320331971649,0.149816243124411,0.153725174569888,0.305009744954102,0.0888529946317498,0.153725174569888,0.377707975058316,0.0680620349176003,0.153725174569888,0.369198192352292,0.104441031853775,0.153725174569888,0.390296952893736,0.0620795680915832,0.153725174569888,0.390147849206902,0.0198453224203702,0.153725174569888,0.297709822302165,0.0797124511826911,0.5,0.153725174569888,0.199804386071065,0.105687203967093,0,0.0177094218295665,0.3104334208619 -6611,0.5,0.153725174569888,0.488413821590536,0.0565073500566284,0.153725174569888,0.511650199894132,0.113945839872669,0.153725174569888,0.506017635267973,0.0554992154661,0.153725174569888,0.462006957162033,0.0631420445525565,0.153725174569888,0.501693016808976,0.0732808499435604,0.153725174569888,0.498798942866999,0.0533614071211491,0.153725174569888,0.508775226787417,0.039230803422052,0.153725174569888,0.509771364050119,0.066736661603811,0.5,0.153725174569888,0.475911138534103,0.0896583742265828,0.153725174569888,0.469987592418326,0.101877073940313,0.5,0.153725174569888,0.39487463259597,0.24752375088231,0.153725174569888,0.417369839916828,0.146163614660561,0.153725174569888,0.505038398443512,0.12167634553686,0.153725174569888,0.497859316503107,0.137797014368464,0.153725174569888,0.516487338123442,0.0906794431681876,0.153725174569888,0.514559376958049,0.0412975080784531,0.153725174569888,0.374115777313995,0.163425228087197,0.5,0.153725174569888,0.23495047120571,0.207557115925764,0,0.0121249252169909,0.345721281221538 -6612,0.5,0.153725174569888,0.571649593878662,0.067422652833516,0.153725174569888,0.58287484228279,0.170798084098174,0.153725174569888,0.57802651491299,0.0850504045437931,0.153725174569888,0.524764098356995,0.0838265455745026,0.153725174569888,0.581628322431753,0.0892316416045828,0.153725174569888,0.582100528916569,0.0750672739715051,0.153725174569888,0.586867241492053,0.0604458396664378,0.153725174569888,0.591899895404208,0.117559514940502,0.5,0.153725174569888,0.562369429409877,0.197058309023759,0.153725174569888,0.518654773180577,0.143625870999716,0.5,0.153725174569888,0.436644319346217,0.268987383742935,0.153725174569888,0.483063564479333,0.182621771717174,0.153725174569888,0.579875456249461,0.177772856976932,0.153725174569888,0.577371932140621,0.182379907780958,0.153725174569888,0.589371743232773,0.123954776985511,0.153725174569888,0.592780875728186,0.0725326573412282,0.153725174569888,0.380492857383429,0.201428180301756,0.5,0.153725174569888,0.293946757140612,0.219616898801936,0,0.00709117393118129,0.310078677727255 -6613,0.5,0.153725174569888,0.598189105298371,0.0771822612347904,0.153725174569888,0.604507598463399,0.205594490955262,0.153725174569888,0.599449384790736,0.0948364010436327,0.153725174569888,0.530515780509094,0.102921802380546,0.153725174569888,0.609487027614002,0.101621819042929,0.153725174569888,0.613076963680338,0.102918252183886,0.153725174569888,0.611293128554125,0.0672976462250273,0.153725174569888,0.61620627958617,0.168683250634175,0.5,0.153725174569888,0.603128051042559,0.285792212476483,0.153725174569888,0.349018315793573,0.140031139906904,0.5,0.153725174569888,0.427387842218394,0.261497430172875,0.153725174569888,0.435998050494618,0.171477981319385,0.153725174569888,0.603327654308448,0.216841633852713,0.153725174569888,0.604836468162677,0.20513192734064,0.153725174569888,0.609979500524833,0.149361064326334,0.153725174569888,0.616510872837165,0.0860697236726675,0.153725174569888,0.384480445005558,0.193697486312592,0.5,0.153725174569888,0.331304376916427,0.176892413716898,0,0.00599946996299741,0.2450123357227 -6614,0.5,0.153725174569888,0.567759756963641,0.0863960567538024,0.153725174569888,0.5786819493777,0.219846353430708,0.153725174569888,0.540527521311506,0.0876934033551022,0.153725174569888,0.496737792388034,0.12124576815245,0.153725174569888,0.590409237130485,0.114382359116446,0.153725174569888,0.597794024746881,0.119042903878326,0.153725174569888,0.586184023378313,0.068786091167756,0.153725174569888,0.601246926685854,0.168181457981605,0.5,0.153725174569888,0.558240547143838,0.246141501874289,0.153725174569888,0.30556055127409,0.140183157154902,0.5,0.153725174569888,0.246318923131768,0.238763721839319,0.153725174569888,0.385112736329508,0.176220111677188,0.153725174569888,0.578427275209512,0.22690847487719,0.153725174569888,0.584198461113858,0.213856924155215,0.153725174569888,0.581550883379575,0.159727482957099,0.153725174569888,0.562782330262139,0.0915084723889977,0.153725174569888,0.243084648035419,0.173344061179056,0.5,0.153725174569888,0.332192245874691,0.143104575267898,0,0.00669723006634548,0.179484688005609 -6615,0.5,0.153725174569888,0.473735390042538,0.0978816481038339,0.153725174569888,0.493983707495238,0.237258764578518,0.153725174569888,0.434104716997458,0.0928025099174767,0.153725174569888,0.417680332581394,0.139128105888446,0.153725174569888,0.513500810386483,0.119292394934554,0.153725174569888,0.525442798540014,0.128640519946623,0.153725174569888,0.506564519585792,0.0789341294663942,0.153725174569888,0.521046579336707,0.168086069370423,0.5,0.153725174569888,0.460243958206061,0.218914040925157,0.153725174569888,0.214587967715329,0.129435251992074,0.5,0.153725174569888,0.180214196509519,0.232586110164126,0.153725174569888,0.296544702287364,0.178452815620108,0.153725174569888,0.494284256815612,0.215488449221383,0.153725174569888,0.50535448428823,0.205253853506643,0.153725174569888,0.487991237650795,0.162506495471589,0.153725174569888,0.413413864632094,0.0996444511307646,0.153725174569888,0.160527843537562,0.164318827147753,0.5,0.153725174569888,0.264177989479141,0.12804272494012,0,0.00973353679999801,0.118173380932742 -6616,0.5,0.153725174569888,0.344538430794614,0.095472165399787,0.153725174569888,0.36939335886438,0.208642430388448,0.153725174569888,0.30303210542999,0.0953456106250187,0.153725174569888,0.30598452862291,0.130931462471936,0.153725174569888,0.389389849899439,0.102677196051272,0.153725174569888,0.402333945918844,0.108704266973975,0.153725174569888,0.386193715312723,0.0892032558508788,0.153725174569888,0.392106127679391,0.154511186354249,0.5,0.153725174569888,0.32753839147914,0.200559760021339,0.153725174569888,0.149429461571487,0.111933226921465,0.5,0.153725174569888,0.12763996401979,0.262535472538312,0.153725174569888,0.208781698599338,0.168279978060064,0.153725174569888,0.370739172789624,0.160356633221088,0.153725174569888,0.381794756742461,0.175411118141259,0.153725174569888,0.359517058223773,0.156660343340609,0.153725174569888,0.263964456260209,0.103509000945129,0.153725174569888,0.123900101265598,0.144878646292056,0.5,0.153725174569888,0.174831878972826,0.111771707721873,0,0.0183196906635549,0.0701865830554842 -6617,0.5,0.153725174569888,0.0843105668905988,0.0489361873635899,0.153725174569888,0.11954438880233,0.0829437249970722,0.153725174569888,0.0913403122287711,0.0444114430027998,0.153725174569888,0.0775853198520936,0.0674976625552536,0.153725174569888,0.14507504227871,0.0355471260435883,0.153725174569888,0.163708799424925,0.0382638417972353,0.153725174569888,0.146380466368293,0.0436429052268079,0.153725174569888,0.167271309159429,0.0661559834109822,0.5,0.153725174569888,0.14371606178751,0.131039022162848,0.153725174569888,0.07574467561164,0.0661614414429051,0.5,0.153725174569888,0.061884104624485,0.243897280095368,0.153725174569888,0.0962768745637025,0.118095565556811,0.153725174569888,0.131928624303524,0.071564303963168,0.153725174569888,0.142853446751136,0.0775323391203389,0.153725174569888,0.123625249925302,0.0708967043714726,0.153725174569888,0.109327706076751,0.0699633711062868,0.153725174569888,0.0652302384028641,0.106409706168571,0.5,0.153725174569888,0.0788297285981127,0.0637691914569497,0,0.0310149713168505,0.0454850166365918 -6618,0.5,0.153725174569888,0.0,0.0644991174327443,0.153725174569888,0.0,0.0799827931769093,0.153725174569888,0.0,0.0455871876530203,0.153725174569888,0.0,0.0838551722150318,0.153725174569888,0.0,0.0473302459975791,0.153725174569888,0.0,0.0334999510003323,0.153725174569888,0.0,0.0534156040461793,0.153725174569888,0.0,0.0495693709060098,0.5,0.153725174569888,0.0,0.069683608171811,0.153725174569888,0.0,0.0481189390915256,0.5,0.153725174569888,0.0,0.13403333888326,0.153725174569888,0.0,0.0634309756980788,0.153725174569888,0.0,0.0837116803694836,0.153725174569888,0.0,0.0792447523979899,0.153725174569888,0.0,0.0710227492809771,0.153725174569888,0.0,0.0535678199924628,0.153725174569888,0.0,0.0580364261787165,0.5,0.153725174569888,0.0,0.0540257093062394,0,0.0569983646266706,0.045140000933124 -6619,0.5,0.153725174569888,0.0,0.0718367008280115,0.153725174569888,0.0,0.0838498103305921,0.153725174569888,0.0,0.0495347192709294,0.153725174569888,0.0,0.0921407513034407,0.153725174569888,0.0,0.0621240515870395,0.153725174569888,0.0,0.0386395745691478,0.153725174569888,0.0,0.0583879553960055,0.153725174569888,0.0,0.0475246996103822,0.5,0.153725174569888,0.0,0.0610201904959867,0.153725174569888,0.0,0.0405918331850159,0.5,0.153725174569888,0.0,0.0794391194838178,0.153725174569888,0.0,0.0519031621650938,0.153725174569888,0.0,0.101874142493078,0.153725174569888,0.0,0.098825541427598,0.153725174569888,0.0,0.0739085798723747,0.153725174569888,0.0,0.0492261343140694,0.153725174569888,0.0,0.0372081452463791,0.5,0.153725174569888,0.0,0.0585731940023873,0,0.0853805542857049,0.0549772343128967 -6620,0.5,0.153725174569888,0.0,0.0753442545488653,0.153725174569888,0.0,0.0832480510711173,0.153725174569888,0.0,0.0564145786055793,0.153725174569888,0.0,0.0899965083552422,0.153725174569888,0.0,0.0764952332836838,0.153725174569888,0.0,0.0461331016070101,0.153725174569888,0.0,0.0571128073429363,0.153725174569888,0.0,0.0428286938492091,0.5,0.153725174569888,0.0,0.0462326771598218,0.153725174569888,0.0,0.0271074978844625,0.5,0.153725174569888,0.0,0.0493142211324496,0.153725174569888,0.0,0.0451352398700188,0.153725174569888,0.0,0.120316349284687,0.153725174569888,0.0,0.12099073812777,0.153725174569888,0.0,0.0735351304016764,0.153725174569888,0.0,0.0363215940000259,0.153725174569888,0.0,0.029547385376576,0.5,0.153725174569888,0.0,0.0514804867821961,0,0.106519669294956,0.0903255894827225 -6621,0.5,0.153725174569888,0.0,0.0760496496103461,0.153725174569888,0.0,0.0814027122083895,0.153725174569888,0.0,0.054833596640254,0.153725174569888,0.0,0.0804515806727654,0.153725174569888,0.0,0.091143239082449,0.153725174569888,0.0,0.0576680426350521,0.153725174569888,0.0,0.0566860608507145,0.153725174569888,0.0,0.0429865453585418,0.5,0.153725174569888,0.0,0.0348506050065064,0.153725174569888,0.0,0.0189627690682522,0.5,0.153725174569888,0.0,0.0285677958168633,0.153725174569888,0.0,0.0385974741518427,0.153725174569888,0.0,0.133350956911836,0.153725174569888,0.0,0.139355062682857,0.153725174569888,0.0,0.0741348596982844,0.153725174569888,0.0,0.0234871771433085,0.153725174569888,0.0,0.025897108042934,0.5,0.153725174569888,0.0,0.042272481917873,0,0.117270210399724,0.16838668995949 -6622,0.5,0.153725174569888,0.0,0.0749016903723704,0.153725174569888,0.0,0.0835124041401473,0.153725174569888,0.0,0.0407485984644877,0.153725174569888,0.0,0.0708178047587068,0.153725174569888,0.0,0.100289528498135,0.153725174569888,0.0,0.0669374390417031,0.153725174569888,0.0,0.0591674259490664,0.153725174569888,0.0,0.0441936641558757,0.5,0.153725174569888,0.0,0.0277261521181538,0.153725174569888,0.0,0.0128317002339868,0.5,0.153725174569888,0.0,0.0200845652170411,0.153725174569888,0.0,0.0293881825510747,0.153725174569888,0.0,0.141221814110044,0.153725174569888,0.0,0.151190115558488,0.153725174569888,0.0,0.0748792179596256,0.153725174569888,0.0,0.0137272890438523,0.153725174569888,0.0,0.0230355161004393,0.5,0.153725174569888,0.0,0.0346152114252915,0,0.108372136375261,0.303508256194598 -6623,0.5,0.153725174569888,0.0,0.0725284242166818,0.153725174569888,0.0,0.0934317835102259,0.153725174569888,0.0,0.0285276647662919,0.153725174569888,0.0,0.0627440561410299,0.153725174569888,0.0,0.0972799089043105,0.153725174569888,0.0,0.0683208517786534,0.153725174569888,0.0,0.0600260964023846,0.153725174569888,0.0,0.0440647601659464,0.5,0.153725174569888,0.0,0.0221825358041921,0.153725174569888,0.0,0.0100181556098358,0.5,0.153725174569888,0.0,0.0134471701770102,0.153725174569888,0.0,0.0200259483825554,0.153725174569888,0.0,0.143427233207249,0.153725174569888,0.0,0.15554641481829,0.153725174569888,0.0,0.0759049764440192,0.153725174569888,0.0,0.0104245723217181,0.153725174569888,0.0,0.0235238333692864,0.5,0.153725174569888,0.0,0.0311039262639081,0,0.0973121340201546,0.426054424438603 -6624,0.5,0.153725174569888,0.0,0.0685274516545498,0.153725174569888,0.0,0.103490364665186,0.153725174569888,0.0,0.0209315441639766,0.153725174569888,0.0,0.0549994917081204,0.153725174569888,0.0,0.093794723803636,0.153725174569888,0.0,0.0799067880622613,0.153725174569888,0.0,0.054034041235835,0.153725174569888,0.0,0.0426753232863745,0.5,0.153725174569888,0.0,0.0183778442698306,0.153725174569888,0.0,0.00806352614839891,0.5,0.153725174569888,0.0,0.0109425071739027,0.153725174569888,0.0,0.0144474740204396,0.153725174569888,0.0,0.146002859003166,0.153725174569888,0.0,0.157095216360717,0.153725174569888,0.0,0.0748385684270223,0.153725174569888,0.0,0.0104770130900693,0.153725174569888,0.0,0.0229330166551274,0.5,0.153725174569888,0.0,0.0310705714223693,0,0.101011799988417,0.532094558855825 -6625,0.5,0.153725174569888,0.0,0.0644803034501553,0.153725174569888,0.0,0.106562498723928,0.153725174569888,0.0,0.016218910249525,0.153725174569888,0.0,0.0472198870231835,0.153725174569888,0.0,0.0940534881880515,0.153725174569888,0.0,0.0770177027757047,0.153725174569888,0.0,0.0439164816149233,0.153725174569888,0.0,0.0392673325518685,0.5,0.153725174569888,0.0,0.0163939925120174,0.153725174569888,0.0,0.00582614301265639,0.5,0.153725174569888,0.0,0.0116641140488314,0.153725174569888,0.0,0.0120820647438258,0.153725174569888,0.0,0.15678558397839,0.153725174569888,0.0,0.15959909235938,0.153725174569888,0.0,0.0716835673964784,0.153725174569888,0.0,0.0105626532403215,0.153725174569888,0.0,0.0221001845084159,0.5,0.153725174569888,0.0,0.0289395047128342,0,0.112959396237865,0.610429031856076 -6626,0.5,0.153725174569888,0.0,0.0622157986528292,0.153725174569888,0.0,0.109316895922971,0.153725174569888,0.0,0.0140410456486739,0.153725174569888,0.0,0.0436495319726669,0.153725174569888,0.0,0.104756543581526,0.153725174569888,0.0,0.0813488389415284,0.153725174569888,0.0,0.0379868974681938,0.153725174569888,0.0,0.0391517813739608,0.5,0.153725174569888,0.0,0.0156551911004965,0.153725174569888,0.0,0.00511268843163316,0.5,0.153725174569888,0.0,0.0129535024895297,0.153725174569888,0.0,0.0109312805613275,0.153725174569888,0.0,0.171224811958403,0.153725174569888,0.0,0.161404861552663,0.153725174569888,0.0,0.068561179606421,0.153725174569888,0.0,0.0115615736770709,0.153725174569888,0.0,0.023822866206791,0.5,0.153725174569888,0.0,0.0210987064176425,0,0.124495953285004,0.655913246726092 -6627,0.5,0.153725174569888,0.0,0.0629803634591582,0.153725174569888,0.0,0.11922335719853,0.153725174569888,0.0,0.0128394209131103,0.153725174569888,0.0,0.0428865983434833,0.153725174569888,0.0,0.0902311033647844,0.153725174569888,0.0,0.0738950260944139,0.153725174569888,0.0,0.0400072910756777,0.153725174569888,0.0,0.0396475129522304,0.5,0.153725174569888,0.0,0.014489176555215,0.153725174569888,0.0,0.00516057917707826,0.5,0.153725174569888,0.0,0.0114284845872219,0.153725174569888,0.0,0.0101578498949249,0.153725174569888,0.0,0.17637593472366,0.153725174569888,0.0,0.160783666346514,0.153725174569888,0.0,0.0695465806733995,0.153725174569888,0.0,0.0130880337705819,0.153725174569888,0.0,0.0268230803426895,0.5,0.153725174569888,0.0,0.0154860210516347,0,0.123930542507233,0.665355478758158 -6628,0.5,0.153725174569888,0.0,0.0670614131435981,0.153725174569888,0.0,0.118404805009919,0.153725174569888,0.0,0.0128162789548704,0.153725174569888,0.0,0.0458584713097405,0.153725174569888,0.0,0.0845816380165254,0.153725174569888,0.0,0.0734912055109887,0.153725174569888,0.0,0.0451148881247985,0.153725174569888,0.0,0.041167138742588,0.5,0.153725174569888,0.0,0.0132222388267556,0.153725174569888,0.0,0.00494689486632673,0.5,0.153725174569888,0.0,0.0124143657280265,0.153725174569888,0.0,0.00927631783711657,0.153725174569888,0.0,0.172576077975054,0.153725174569888,0.0,0.16232883623622,0.153725174569888,0.0,0.0711388197803238,0.153725174569888,0.0,0.0147947578273818,0.153725174569888,0.0,0.0279764910376275,0.5,0.153725174569888,0.0,0.010075603315272,0,0.119310260293906,0.676823518349743 -6629,0.5,0.153725174569888,0.0,0.0720097768545261,0.153725174569888,0.0,0.120735888554588,0.153725174569888,0.0,0.0133633156871473,0.153725174569888,0.0,0.0503647150679168,0.153725174569888,0.0,0.0773487928761649,0.153725174569888,0.0,0.0740488979755882,0.153725174569888,0.0,0.0528490403757466,0.153725174569888,0.0,0.0424923369609278,0.5,0.153725174569888,0.0,0.0126323400004389,0.153725174569888,0.0,0.00504696182461276,0.5,0.153725174569888,0.0,0.0211619047825982,0.153725174569888,0.0,0.0104926776095806,0.153725174569888,0.0,0.177146536681046,0.153725174569888,0.0,0.162373279823796,0.153725174569888,0.0,0.0767143351059048,0.153725174569888,0.0,0.0171471892335556,0.153725174569888,0.0,0.0289286068071216,0.5,0.153725174569888,0.0,0.00797678276572947,0,0.12204414021092,0.717688776997545 -6630,0.5,0.153725174569888,0.0,0.0779772445730412,0.153725174569888,0.0,0.137828501673074,0.153725174569888,0.0,0.0144518574546763,0.153725174569888,0.0,0.0531887598537595,0.153725174569888,0.0,0.0844320292005418,0.153725174569888,0.0,0.0746602757935792,0.153725174569888,0.0,0.053048356287937,0.153725174569888,0.0,0.041759426075236,0.5,0.153725174569888,0.0,0.0107859953910181,0.153725174569888,0.0,0.00634545229035159,0.5,0.153725174569888,0.0,0.0268209484210702,0.153725174569888,0.0,0.0113625671178716,0.153725174569888,0.0,0.187292438270447,0.153725174569888,0.0,0.158505340510148,0.153725174569888,0.0,0.082331164731013,0.153725174569888,0.0,0.0184524776073837,0.153725174569888,0.0,0.0289384279801913,0.5,0.153725174569888,0.0,0.00728296380591281,0,0.134566662034333,0.756834946374426 -6631,0.5,0.153725174569888,0.00157365948493306,0.0816855257415117,0.153725174569888,0.0,0.154916725424051,0.153725174569888,0.0001246761101312,0.0161984965241425,0.153725174569888,0.00353236518038544,0.0574550282004425,0.153725174569888,0.0,0.0824591345958869,0.153725174569888,0.0,0.0733213196888866,0.153725174569888,0.0,0.0567327155925995,0.153725174569888,0.0,0.0433111349165743,0.5,0.153725174569888,0.0,0.00976581696956869,0.153725174569888,6.77619106930439e-06,0.00826590574065012,0.5,0.153725174569888,0.0,0.0320507946391319,0.153725174569888,0.0,0.0125411009813568,0.153725174569888,0.0,0.200507924322747,0.153725174569888,0.0,0.161603304953225,0.153725174569888,0.0,0.0947882010238657,0.153725174569888,0.0,0.018773904336043,0.153725174569888,0.000349760739532466,0.0275890577779707,0.5,0.153725174569888,0.00188813453173078,0.00715250841900141,0,0.153515221528427,0.790632694905283 -6632,0.5,0.153725174569888,0.122366215141925,0.0778227367033817,0.153725174569888,0.0913917695131121,0.14374235968147,0.153725174569888,0.108601057775619,0.0179613849114139,0.153725174569888,0.132494139695209,0.0563159484716684,0.153725174569888,0.0679485049204887,0.0692296120512799,0.153725174569888,0.0601658495302753,0.0627227507455786,0.153725174569888,0.0734715378629026,0.0450219067498389,0.153725174569888,0.0667191647567017,0.0384202311687912,0.5,0.153725174569888,0.0674354746513246,0.00712875241672409,0.153725174569888,0.105481949119177,0.00606913739353894,0.5,0.153725174569888,0.0767237111532306,0.0453774456179674,0.153725174569888,0.0917155526951234,0.00827703568586246,0.153725174569888,0.083642600442336,0.196114639111992,0.153725174569888,0.0718461370646986,0.160764301564206,0.153725174569888,0.0898114539779664,0.0979940987293732,0.153725174569888,0.0867063084189489,0.0139351716508408,0.153725174569888,0.0983535428645303,0.0227665521198356,0.5,0.153725174569888,0.0929116656969259,0.00791351418478404,0,0.179871859214209,0.805957476854063 -6633,0.5,0.153725174569888,0.283016545873854,0.138848024155695,0.153725174569888,0.252702910404383,0.236621898572671,0.153725174569888,0.268748905992937,0.0353629917136419,0.153725174569888,0.292355018802497,0.0865739760005022,0.153725174569888,0.225281601330034,0.0845798826548426,0.153725174569888,0.216510164310859,0.0674212402809139,0.153725174569888,0.231669413366315,0.0420926262522255,0.153725174569888,0.224834043591034,0.0386526308365668,0.5,0.153725174569888,0.214638531660643,0.00748924124639239,0.153725174569888,0.265642570751973,0.0029601420513114,0.5,0.153725174569888,0.232654742971852,0.0808467953864896,0.153725174569888,0.251365519028165,0.00871635914432171,0.153725174569888,0.244138345504196,0.27618877044069,0.153725174569888,0.229682466010145,0.230262492482008,0.153725174569888,0.249981736141042,0.154887971167942,0.153725174569888,0.242674584742064,0.0134093492829899,0.153725174569888,0.253825506313064,0.0434332831202124,0.5,0.153725174569888,0.233901419981187,0.0259248552710489,0,0.229463292297897,0.824566837766419 -6634,0.5,0.153725174569888,0.435362950305102,0.271648769768494,0.153725174569888,0.40406853679982,0.436161655808244,0.153725174569888,0.423788831444231,0.0624864716058809,0.153725174569888,0.446015814547102,0.157038818061068,0.153725174569888,0.376266517093977,0.215954104014136,0.153725174569888,0.368732853342046,0.152315400411587,0.153725174569888,0.383740903641772,0.0888189749579992,0.153725174569888,0.379243657425086,0.0935215454681926,0.5,0.153725174569888,0.370585275819029,0.0231075976702613,0.153725174569888,0.425274594275221,0.00598017482398308,0.5,0.153725174569888,0.395975810737175,0.111442549143284,0.153725174569888,0.410897407233585,0.0209367094491753,0.153725174569888,0.394570826372123,0.422689314171136,0.153725174569888,0.380265340604703,0.379306808595493,0.153725174569888,0.40257989790752,0.273317229519844,0.153725174569888,0.394319757398424,0.0343399362670742,0.153725174569888,0.413304028241309,0.110093549791328,0.5,0.153725174569888,0.397647900955525,0.0577136903238129,0,0.270948586202794,0.855090716300267 -6635,0.5,0.153725174569888,0.556852647298943,0.333512115212367,0.153725174569888,0.533695554291514,0.607608644571865,0.153725174569888,0.548990228325024,0.111144263430892,0.153725174569888,0.563660811568134,0.177023285442138,0.153725174569888,0.509578984489353,0.264871366170822,0.153725174569888,0.504332387927825,0.201304741049768,0.153725174569888,0.516045760401157,0.192592095962996,0.153725174569888,0.5150779592332,0.192363776997581,0.5,0.153725174569888,0.513331870667569,0.0758046427579125,0.153725174569888,0.55220263089989,0.00696885667444407,0.5,0.153725174569888,0.529337175884909,0.106266749571211,0.153725174569888,0.541277102114673,0.0281442141489412,0.153725174569888,0.526323537812948,0.519259339966764,0.153725174569888,0.51343792299019,0.440374029650397,0.153725174569888,0.532050780243395,0.340510450418762,0.153725174569888,0.526818087204911,0.117539555717271,0.153725174569888,0.544527121988601,0.171312259475234,0.5,0.153725174569888,0.52948854826419,0.0651336831126079,0,0.33668571160248,0.853452914544947 -6636,0.5,0.153725174569888,0.620772089711016,0.386719827123746,0.153725174569888,0.608209978463242,0.671190551378251,0.153725174569888,0.617614637411301,0.162320336140184,0.153725174569888,0.623692441894245,0.203324997263662,0.153725174569888,0.590536975702791,0.342989617443384,0.153725174569888,0.588724185268479,0.305307433515844,0.153725174569888,0.595678940563983,0.320016640176507,0.153725174569888,0.598785740891864,0.239329536557343,0.5,0.153725174569888,0.601405451694132,0.117302661883703,0.153725174569888,0.623073864806041,0.00611106535116724,0.5,0.153725174569888,0.606539025837398,0.0987450469216894,0.153725174569888,0.616715984531111,0.0332758545698624,0.153725174569888,0.603914937740092,0.585929485819995,0.153725174569888,0.593833900203475,0.501489217155605,0.153725174569888,0.606566344380081,0.387459432173074,0.153725174569888,0.607137762234496,0.208468013462488,0.153725174569888,0.61731711137502,0.176224934754573,0.5,0.153725174569888,0.612487761099188,0.0638511804461689,0,0.390413309013643,0.839994588067293 -6637,0.5,0.153725174569888,0.633720863279525,0.409023661302945,0.153725174569888,0.630520556143674,0.628741351429669,0.153725174569888,0.63463511442416,0.223488519916655,0.153725174569888,0.633653148089805,0.22593103567993,0.153725174569888,0.618393686627342,0.423921154681987,0.153725174569888,0.618023089634844,0.37449554131821,0.153725174569888,0.620433061872208,0.356378182697695,0.153725174569888,0.628468816205347,0.257584440684668,0.5,0.153725174569888,0.630210587308013,0.110079594019178,0.153725174569888,0.641969054565365,0.00611553094571797,0.5,0.153725174569888,0.630039918852652,0.0843376786116333,0.153725174569888,0.637901172420812,0.0328105419727899,0.153725174569888,0.628406216667573,0.644899609670877,0.153725174569888,0.620679136361018,0.552285284997256,0.153725174569888,0.628909651610105,0.428715143478039,0.153725174569888,0.631813236305129,0.232258341401235,0.153725174569888,0.635811075075664,0.167962416503225,0.5,0.153725174569888,0.637548250595321,0.0633027169705305,0,0.377744990501122,0.81279992970625 -6638,0.5,0.153725174569888,0.594560653658075,0.419734128629603,0.153725174569888,0.603313814287367,0.687255555257577,0.153725174569888,0.601023735292561,0.26360802123085,0.153725174569888,0.591416748844396,0.279998067227517,0.153725174569888,0.598696297191681,0.483021719424701,0.153725174569888,0.600319815370169,0.457063689706245,0.153725174569888,0.599664838277119,0.350276390468795,0.153725174569888,0.60602806334085,0.259449537050959,0.5,0.153725174569888,0.604462969936753,0.0924991028620357,0.153725174569888,0.609979083443771,0.0054431943416636,0.5,0.153725174569888,0.595929136533403,0.0623506432012034,0.153725174569888,0.609004096471747,0.0277996787223328,0.153725174569888,0.602909428176944,0.666055899344751,0.153725174569888,0.59891814133718,0.564530282189906,0.153725174569888,0.602070838172528,0.456428493118923,0.153725174569888,0.606947340835925,0.225123373417071,0.153725174569888,0.603304608150971,0.147434754200613,0.5,0.153725174569888,0.602070701605512,0.0692839295728367,0,0.427935860069521,0.781947305457504 -6639,0.5,0.153725174569888,0.494186728516179,0.426137461404452,0.153725174569888,0.514844112081534,0.620097771816145,0.153725174569888,0.506867809287625,0.313514352096403,0.153725174569888,0.488691134101502,0.319850148755967,0.153725174569888,0.520413287784282,0.507329381637381,0.153725174569888,0.530324987937101,0.444718222879626,0.153725174569888,0.523947029135174,0.334629655764447,0.153725174569888,0.53531094127623,0.234564569266132,0.5,0.153725174569888,0.527681856447107,0.0821506203946726,0.153725174569888,0.514447455049666,0.00609220489725628,0.5,0.153725174569888,0.514633012682892,0.0446257760881374,0.153725174569888,0.525093409298144,0.0205278268865507,0.153725174569888,0.516105449353785,0.640925641665065,0.153725174569888,0.517791853586494,0.573674035809304,0.153725174569888,0.51512540623575,0.476019783656079,0.153725174569888,0.521401797737444,0.209583956686878,0.153725174569888,0.507354092818374,0.131694475631445,0.5,0.153725174569888,0.504789369101468,0.0723269438158064,0,0.525560159935412,0.743081222201605 -6640,0.5,0.153725174569888,0.361558104245233,0.380033030331914,0.153725174569888,0.385748983317254,0.503429778749118,0.153725174569888,0.371326508405972,0.299741401915189,0.153725174569888,0.351582032846148,0.287223579686203,0.153725174569888,0.394745940667921,0.414176879025868,0.153725174569888,0.405567131582624,0.305751690888543,0.153725174569888,0.396448104451751,0.26150720527276,0.153725174569888,0.408060921975799,0.163398159461107,0.5,0.153725174569888,0.404237369148445,0.0657417364564132,0.153725174569888,0.375368219240812,0.00475687753282224,0.5,0.153725174569888,0.381920629623089,0.0280507247266347,0.153725174569888,0.387906276837417,0.0134306206156358,0.153725174569888,0.388924696498351,0.53280024596615,0.153725174569888,0.391855932729447,0.506120322724482,0.153725174569888,0.38480111728777,0.421681389789558,0.153725174569888,0.390233616552942,0.166215487625234,0.153725174569888,0.366496030781678,0.0969601658227571,0.5,0.153725174569888,0.363043039606766,0.0594509241314516,0,0.629286257163618,0.707548542029972 -6641,0.5,0.153725174569888,0.0791851520777041,0.236131652436692,0.153725174569888,0.115369175454247,0.291896209567912,0.153725174569888,0.100976822772993,0.161511363515124,0.153725174569888,0.0700778975590652,0.180856633334063,0.153725174569888,0.139549459946166,0.188403056665603,0.153725174569888,0.158315876932772,0.096977372734258,0.153725174569888,0.14120871948215,0.0972012008558588,0.153725174569888,0.159259952905699,0.0430841067261421,0.5,0.153725174569888,0.15475010533344,0.023813100471939,0.153725174569888,0.126175963669031,0.000856523926279844,0.5,0.153725174569888,0.128620763424106,0.00570053353670563,0.153725174569888,0.139639305573564,0.00176124187349496,0.153725174569888,0.127409516516379,0.38784461297565,0.153725174569888,0.137722787162605,0.332541354666849,0.153725174569888,0.119193698464451,0.25197793302131,0.153725174569888,0.128311160019309,0.0622032120616698,0.153725174569888,0.109504464836758,0.0381795933880587,0.5,0.153725174569888,0.0970906227880596,0.021374335714514,0,0.663733873771959,0.66798093964599 -6642,0.5,0.153725174569888,0.0,0.229322362953681,0.153725174569888,0.0,0.273970020191966,0.153725174569888,0.0,0.144150685154981,0.153725174569888,0.0,0.180697299386414,0.153725174569888,0.0,0.167900641196718,0.153725174569888,0.0,0.0687600709470745,0.153725174569888,0.0,0.0856612556707988,0.153725174569888,0.0,0.0338090646119656,0.5,0.153725174569888,0.0,0.0106666770507922,0.153725174569888,0.0,0.000654323135198591,0.5,0.153725174569888,0.0,0.00365722472934659,0.153725174569888,0.0,0.00114773311701462,0.153725174569888,0.0,0.378789078449264,0.153725174569888,0.0,0.320919585450741,0.153725174569888,0.0,0.235881703174,0.153725174569888,0.0,0.0549218307763696,0.153725174569888,0.0,0.0348674708831325,0.5,0.153725174569888,0.0,0.0209809771659451,0,0.655536906378153,0.676162834233245 -6643,0.5,0.153725174569888,0.0,0.234160998425628,0.153725174569888,0.0,0.308639856952888,0.153725174569888,0.0,0.126582763953604,0.153725174569888,0.0,0.159434401488491,0.153725174569888,0.0,0.180757417298398,0.153725174569888,0.0,0.0692519066380493,0.153725174569888,0.0,0.0811420514085415,0.153725174569888,0.0,0.0344765373729388,0.5,0.153725174569888,0.0,0.00730304245294956,0.153725174569888,0.0,0.00235385506318247,0.5,0.153725174569888,0.0,0.00335018625903462,0.153725174569888,0.0,0.00267947179013499,0.153725174569888,0.0,0.401281974513086,0.153725174569888,0.0,0.350139024286799,0.153725174569888,0.0,0.241118614617253,0.153725174569888,0.0,0.0404012912151228,0.153725174569888,0.0,0.0272310425925356,0.5,0.153725174569888,0.0,0.011522328472552,0,0.583156343396589,0.735439901098099 -6644,0.5,0.153725174569888,0.0,0.229773003409936,0.153725174569888,0.0,0.310035637350008,0.153725174569888,0.0,0.09319749712912,0.153725174569888,0.0,0.120999256912058,0.153725174569888,0.0,0.171842224593895,0.153725174569888,0.0,0.0657101922606601,0.153725174569888,0.0,0.0719535530888898,0.153725174569888,0.0,0.0341865639445147,0.5,0.153725174569888,0.0,0.00563750696015699,0.153725174569888,0.0,0.00919234076763468,0.5,0.153725174569888,0.0,0.00227035203388221,0.153725174569888,0.0,0.00632491977628655,0.153725174569888,0.0,0.423685502436675,0.153725174569888,0.0,0.351801296531619,0.153725174569888,0.0,0.221019736990083,0.153725174569888,0.0,0.0257422942285116,0.153725174569888,0.0,0.0216326118124689,0.5,0.153725174569888,0.0,0.00832782101497111,0,0.50303965532554,0.851498510296916 -6645,0.5,0.153725174569888,0.0,0.207375292610474,0.153725174569888,0.0,0.279149491124541,0.153725174569888,0.0,0.0569050408229688,0.153725174569888,0.0,0.0966413942942097,0.153725174569888,0.0,0.145057737210528,0.153725174569888,0.0,0.0655501093138387,0.153725174569888,0.0,0.0591731868964587,0.153725174569888,0.0,0.0333884121105986,0.5,0.153725174569888,0.0,0.0042317206378622,0.153725174569888,0.0,0.0125394432245569,0.5,0.153725174569888,0.0,0.00146024731998404,0.153725174569888,0.0,0.011497112152896,0.153725174569888,0.0,0.431612247601407,0.153725174569888,0.0,0.330943096248894,0.153725174569888,0.0,0.182445548428923,0.153725174569888,0.0,0.0166536872358791,0.153725174569888,0.0,0.0184653556237486,0.5,0.153725174569888,0.0,0.00701448878048609,0,0.484341060779721,0.922954338781366 -6646,0.5,0.153725174569888,0.0,0.177046254307671,0.153725174569888,0.0,0.237988168454962,0.153725174569888,0.0,0.0377919041778316,0.153725174569888,0.0,0.0908549529423304,0.153725174569888,0.0,0.139318783547431,0.153725174569888,0.0,0.0674938574483537,0.153725174569888,0.0,0.0569064888809281,0.153725174569888,0.0,0.0342089419947825,0.5,0.153725174569888,0.0,0.00376357159691651,0.153725174569888,0.0,0.0185912662510558,0.5,0.153725174569888,0.0,0.00147612218512539,0.153725174569888,0.0,0.0218492672268438,0.153725174569888,0.0,0.387470096904564,0.153725174569888,0.0,0.304154207078671,0.153725174569888,0.0,0.139972093487088,0.153725174569888,0.0,0.0113633198591722,0.153725174569888,0.0,0.0167993077964302,0.5,0.153725174569888,0.0,0.00445124575769485,0,0.485224671067851,0.935248499558271 -6647,0.5,0.153725174569888,0.0,0.150050377903117,0.153725174569888,0.0,0.180395591055721,0.153725174569888,0.0,0.0294805755958108,0.153725174569888,0.0,0.0864872527901759,0.153725174569888,0.0,0.117189056000224,0.153725174569888,0.0,0.0622006225577433,0.153725174569888,0.0,0.0585523658673941,0.153725174569888,0.0,0.0372118605405549,0.5,0.153725174569888,0.0,0.00367334790155285,0.153725174569888,0.0,0.0248149478488962,0.5,0.153725174569888,0.0,0.00194540322220584,0.153725174569888,0.0,0.0246020216203489,0.153725174569888,0.0,0.31487100119457,0.153725174569888,0.0,0.260359759339242,0.153725174569888,0.0,0.10653627734913,0.153725174569888,0.0,0.0105602985716789,0.153725174569888,0.0,0.0153037349219305,0.5,0.153725174569888,0.0,0.00339584273067978,0,0.462305963878628,0.915498858084197 -6648,0.5,0.153725174569888,0.0,0.136500173509594,0.153725174569888,0.0,0.122223349934668,0.153725174569888,0.0,0.0228320145704816,0.153725174569888,0.0,0.0781773275106734,0.153725174569888,0.0,0.0887089839257201,0.153725174569888,0.0,0.0490491415999089,0.153725174569888,0.0,0.0540247870739639,0.153725174569888,0.0,0.0325225007333251,0.5,0.153725174569888,0.0,0.00375618549269032,0.153725174569888,0.0,0.0310004910866974,0.5,0.153725174569888,0.0,0.00235855131842492,0.153725174569888,0.0,0.0267952108096561,0.153725174569888,0.0,0.261821653927364,0.153725174569888,0.0,0.21729500112225,0.153725174569888,0.0,0.0851009425121434,0.153725174569888,0.0,0.00887665013780702,0.153725174569888,0.0,0.0115975189186433,0.5,0.153725174569888,0.0,0.00332637536041539,0,0.417619714964177,0.866796096514849 -6649,0.5,0.153725174569888,0.0,0.126466354836138,0.153725174569888,0.0,0.115495359566695,0.153725174569888,0.0,0.0170608538692125,0.153725174569888,0.0,0.0741990802349857,0.153725174569888,0.0,0.0672941000442615,0.153725174569888,0.0,0.0409752288552754,0.153725174569888,0.0,0.0481076346255448,0.153725174569888,0.0,0.0275316069639743,0.5,0.153725174569888,0.0,0.00353525981947469,0.153725174569888,0.0,0.0386201673729319,0.5,0.153725174569888,0.0,0.00194173605868461,0.153725174569888,0.0,0.0245714667065223,0.153725174569888,0.0,0.245112278036558,0.153725174569888,0.0,0.179079552687792,0.153725174569888,0.0,0.0733004064862461,0.153725174569888,0.0,0.00728307296785988,0.153725174569888,0.0,0.00956230917633724,0.5,0.153725174569888,0.0,0.00397628853134982,0,0.369398146626596,0.768359407853714 -6650,0.5,0.153725174569888,0.0,0.116010500843988,0.153725174569888,0.0,0.133227875463731,0.153725174569888,0.0,0.0123151397900325,0.153725174569888,0.0,0.0682798257493899,0.153725174569888,0.0,0.0448852864002453,0.153725174569888,0.0,0.0325349045964598,0.153725174569888,0.0,0.0420117543265302,0.153725174569888,0.0,0.0248226442140673,0.5,0.153725174569888,0.0,0.00298683378592346,0.153725174569888,0.0,0.0357511652634649,0.5,0.153725174569888,0.0,0.00173964877299081,0.153725174569888,0.0,0.0251299828331319,0.153725174569888,0.0,0.236792557119422,0.153725174569888,0.0,0.145424068766632,0.153725174569888,0.0,0.0645677361828709,0.153725174569888,0.0,0.00555876565133599,0.153725174569888,0.0,0.00869153455519238,0.5,0.153725174569888,0.0,0.00542299536733846,0,0.344242099501187,0.628730990069365 -6651,0.5,0.153725174569888,0.0,0.106333930078935,0.153725174569888,0.0,0.124835933913194,0.153725174569888,0.0,0.0102110807747849,0.153725174569888,0.0,0.0687663716948118,0.153725174569888,0.0,0.0308308126839631,0.153725174569888,0.0,0.0259517840707673,0.153725174569888,0.0,0.0357234370786916,0.153725174569888,0.0,0.019064973167536,0.5,0.153725174569888,0.0,0.00267269584968288,0.153725174569888,0.0,0.0338146775722571,0.5,0.153725174569888,0.0,0.00178947271895291,0.153725174569888,0.0,0.0295153897346589,0.153725174569888,0.0,0.212450679102868,0.153725174569888,0.0,0.114308495836823,0.153725174569888,0.0,0.0561914077742983,0.153725174569888,0.0,0.0053394244701325,0.153725174569888,0.0,0.00823632456744595,0.5,0.153725174569888,0.0,0.00654840375764454,0,0.337849621380823,0.459318779658328 -6652,0.5,0.153725174569888,0.0,0.103228601924615,0.153725174569888,0.0,0.0902323928510318,0.153725174569888,0.0,0.00920342215366284,0.153725174569888,0.0,0.0724421392601833,0.153725174569888,0.0,0.0242473065065584,0.153725174569888,0.0,0.0201381459294815,0.153725174569888,0.0,0.0277214102016344,0.153725174569888,0.0,0.0150858373279951,0.5,0.153725174569888,0.0,0.00205867596051572,0.153725174569888,0.0,0.0309892832971399,0.5,0.153725174569888,0.0,0.00148049283947875,0.153725174569888,0.0,0.0274705982165782,0.153725174569888,0.0,0.207482862122397,0.153725174569888,0.0,0.0946709072729361,0.153725174569888,0.0,0.0475608697804217,0.153725174569888,0.0,0.00564735883064856,0.153725174569888,0.0,0.00728444787492165,0.5,0.153725174569888,0.0,0.00684065939185267,0,0.334317873209842,0.31014375870213 -6653,0.5,0.153725174569888,0.0,0.107850423960048,0.153725174569888,0.0,0.0818485685710153,0.153725174569888,0.0,0.0092976391697463,0.153725174569888,0.0,0.0743642490843684,0.153725174569888,0.0,0.020269901905468,0.153725174569888,0.0,0.0159500249138139,0.153725174569888,0.0,0.024743117389354,0.153725174569888,0.0,0.0129214108390361,0.5,0.153725174569888,0.0,0.00166041067837645,0.153725174569888,0.0,0.0296856746846237,0.5,0.153725174569888,0.0,0.00138181921027688,0.153725174569888,0.0,0.0207172812571171,0.153725174569888,0.0,0.205399000501567,0.153725174569888,0.0,0.0851274814804792,0.153725174569888,0.0,0.040524299479765,0.153725174569888,0.0,0.00611057396072713,0.153725174569888,0.0,0.00758306880927251,0.5,0.153725174569888,0.0,0.00666082737639907,0,0.352788836653066,0.205722694702125 -6654,0.5,0.153725174569888,0.0,0.109352896719405,0.153725174569888,0.0,0.0845370247519327,0.153725174569888,0.0,0.00786370152762425,0.153725174569888,0.0,0.0776642679319056,0.153725174569888,0.0,0.0187385775896663,0.153725174569888,0.0,0.0122788617764153,0.153725174569888,0.0,0.0232738617342897,0.153725174569888,0.0,0.0128826923548648,0.5,0.153725174569888,0.0,0.00163200609839578,0.153725174569888,0.0,0.0233202039516155,0.5,0.153725174569888,0.0,0.00126454274348002,0.153725174569888,0.0,0.0173629663565289,0.153725174569888,0.0,0.202244682451988,0.153725174569888,0.0,0.0785085227008582,0.153725174569888,0.0,0.0387160111958858,0.153725174569888,0.0,0.00638530198211431,0.153725174569888,0.0,0.00876561919729438,0.5,0.153725174569888,0.0,0.00712341746729917,0,0.420357503349219,0.145521011238469 -6655,0.5,0.153725174569888,0.000978786009942442,0.106554793851195,0.153725174569888,0.0,0.0940961257707917,0.153725174569888,3.49331116077191e-06,0.0052806696105743,0.153725174569888,0.00258917302111127,0.0761270139428169,0.153725174569888,0.0,0.0157572315668373,0.153725174569888,0.0,0.00875693592729968,0.153725174569888,0.0,0.0206153680394666,0.153725174569888,0.0,0.0132563059955137,0.5,0.153725174569888,0.0,0.0013769963170302,0.153725174569888,0.0,0.0240597718500981,0.5,0.153725174569888,0.0,0.00123346370002015,0.153725174569888,0.0,0.0173527008313804,0.153725174569888,0.0,0.185226141791145,0.153725174569888,0.0,0.0708898760131404,0.153725174569888,0.0,0.0381004100888351,0.153725174569888,0.0,0.00636445099018436,0.153725174569888,0.000155924417623058,0.00922784786199314,0.5,0.153725174569888,0.00180396683477944,0.0069933028358985,0,0.435694483813022,0.0932123801309794 -6656,0.5,0.153725174569888,0.116382949620049,0.103755732534669,0.153725174569888,0.0868712051159447,0.0771448367466643,0.153725174569888,0.104491066866506,0.00440324505448327,0.153725174569888,0.12684848966395,0.060831286541983,0.153725174569888,0.0517779488706709,0.01010942745486,0.153725174569888,0.0337042278976219,0.00614535995803668,0.153725174569888,0.059174397001117,0.013210026646301,0.153725174569888,0.0387806800930097,0.0125823461165302,0.5,0.153725174569888,0.0565721329013474,0.00119626271104192,0.153725174569888,0.101491175076466,0.0164673641194926,0.5,0.153725174569888,0.0819058617814932,0.00104763098636235,0.153725174569888,0.0862660460493198,0.0119812557871853,0.153725174569888,0.0797455377954127,0.1645351134951,0.153725174569888,0.060026987890334,0.0595440928387883,0.153725174569888,0.0846040619128826,0.0323225509382009,0.153725174569888,0.081937662298404,0.00476538294964286,0.153725174569888,0.0986058231730922,0.00753358392462565,0.5,0.153725174569888,0.115273036115683,0.00581266052822946,0,0.429192749488661,0.0372650394094206 -6657,0.5,0.153725174569888,0.275212709700068,0.146408935958106,0.153725174569888,0.246868545610001,0.0802239955348091,0.153725174569888,0.264190014630904,0.00653642406617151,0.153725174569888,0.285151022320064,0.0812659150913511,0.153725174569888,0.178469454630306,0.00744352221237663,0.153725174569888,0.127216905807497,0.00878895671577625,0.153725174569888,0.190446939967692,0.00650045105506387,0.153725174569888,0.129901460628846,0.0196370597127188,0.5,0.153725174569888,0.179400031983357,0.00109128633609213,0.153725174569888,0.260679944494334,0.00714727932405543,0.5,0.153725174569888,0.236710044733258,0.000793855308742375,0.153725174569888,0.242793174074008,0.00650065613218611,0.153725174569888,0.239903051496751,0.176024002745934,0.153725174569888,0.194358011051301,0.0537094978207651,0.153725174569888,0.243169118697639,0.0311097314261743,0.153725174569888,0.239466412106945,0.00279688063272509,0.153725174569888,0.253437117074031,0.0073933813003216,0.5,0.153725174569888,0.270154061587228,0.00669018057433088,0,0.476502223279872,0.0120783842390175 -6658,0.5,0.153725174569888,0.425305235108137,0.199817696733496,0.153725174569888,0.396083708386231,0.136752735767596,0.153725174569888,0.418321969700173,0.0116565053023105,0.153725174569888,0.436959548663026,0.139006854340096,0.153725174569888,0.305325850287434,0.00885935104063861,0.153725174569888,0.221793729997981,0.0278547166097403,0.153725174569888,0.32632024617701,0.00743288592341882,0.153725174569888,0.231761606862742,0.0424324794427933,0.5,0.153725174569888,0.292293726581848,0.0032189874811825,0.153725174569888,0.419072221427643,0.00490648656635379,0.5,0.153725174569888,0.390172151164322,0.000934272285977702,0.153725174569888,0.399631016354925,0.0064556884142037,0.153725174569888,0.388353065263072,0.220293407782969,0.153725174569888,0.333630831233256,0.0653621330826246,0.153725174569888,0.394081341219409,0.0515566075938941,0.153725174569888,0.391762247513382,0.00381755539202048,0.153725174569888,0.407993332084185,0.0158282809954235,0.5,0.153725174569888,0.425768006320506,0.0126490576122696,0,0.488957494177732,0.00730511182287102 -6659,0.5,0.153725174569888,0.544671335120651,0.213273877748964,0.153725174569888,0.523314721230649,0.143826698607443,0.153725174569888,0.542587735070993,0.0120989342316267,0.153725174569888,0.553440294699958,0.181687404460178,0.153725174569888,0.423271938085281,0.00588011651908144,0.153725174569888,0.318915444280429,0.0573434489860965,0.153725174569888,0.439749391631119,0.00675204350568991,0.153725174569888,0.327769148258136,0.0620909539577638,0.5,0.153725174569888,0.386304065270424,0.00777043162784243,0.153725174569888,0.544740139412637,0.00683948914345249,0.5,0.153725174569888,0.516370375513081,0.000837678525287693,0.153725174569888,0.527142623554394,0.00497846872735028,0.153725174569888,0.517719414282218,0.252785820946578,0.153725174569888,0.468281206137148,0.0624518851934504,0.153725174569888,0.521605122016083,0.0508076289732738,0.153725174569888,0.518215027899573,0.00373531884033235,0.153725174569888,0.533844152889809,0.020093592989677,0.5,0.153725174569888,0.546695274148833,0.0110135276234702,0,0.399442243658303,0.00933244467362855 -6660,0.5,0.153725174569888,0.606988544339652,0.216673803112534,0.153725174569888,0.595842400071047,0.174323220179183,0.153725174569888,0.61025193865438,0.0109925361944919,0.153725174569888,0.613120614598219,0.205335923495244,0.153725174569888,0.500151838195927,0.00288480111936228,0.153725174569888,0.392001669930426,0.0984731156278366,0.153725174569888,0.497989416945371,0.00542164604966215,0.153725174569888,0.375925347795543,0.0904376821038941,0.5,0.153725174569888,0.455808650418773,0.0102121529576395,0.153725174569888,0.614822930138872,0.0182363735747146,0.5,0.153725174569888,0.586874882318916,0.000720960864381697,0.153725174569888,0.600072145746685,0.00609204292505915,0.153725174569888,0.593141770301401,0.253100860860122,0.153725174569888,0.552877093974631,0.0507001855121745,0.153725174569888,0.594578782555041,0.0553302112214999,0.153725174569888,0.5892557685305,0.0042642000706715,0.153725174569888,0.605470802413693,0.0165238375298452,0.5,0.153725174569888,0.615167591549775,0.00791799080996202,0,0.302896246599578,0.0402348460584216 -6661,0.5,0.153725174569888,0.618801484069417,0.200027280561,0.153725174569888,0.614701241374459,0.191472788720899,0.153725174569888,0.626412176932397,0.0132733100495993,0.153725174569888,0.622848770554594,0.21568480828734,0.153725174569888,0.531589956058029,0.00250821233891661,0.153725174569888,0.391980018938196,0.160288816527394,0.153725174569888,0.524635264648415,0.00628901674081245,0.153725174569888,0.370479707723371,0.133489670367371,0.5,0.153725174569888,0.458444665413153,0.0164256635423777,0.153725174569888,0.632277605792708,0.0286290612860098,0.5,0.153725174569888,0.604602982121313,0.000662555135624589,0.153725174569888,0.619233689557675,0.00790041840295893,0.153725174569888,0.614810393417736,0.21849438605293,0.153725174569888,0.578925989924187,0.0383452944953282,0.153725174569888,0.614827915244605,0.0576922307881366,0.153725174569888,0.60576757719312,0.00253875484418585,0.153725174569888,0.624455170416953,0.0103031423309488,0.5,0.153725174569888,0.6316576669725,0.00528733740837072,0,0.270025005308957,0.103067078853494 -6662,0.5,0.153725174569888,0.578942394921404,0.235611190640445,0.153725174569888,0.583715703177971,0.159122428625776,0.153725174569888,0.589529976694612,0.0159065798262088,0.153725174569888,0.580528870086564,0.209609418606679,0.153725174569888,0.51999449451763,0.00426284700428706,0.153725174569888,0.323013506371524,0.217882207371836,0.153725174569888,0.512702825464178,0.00987319353330572,0.153725174569888,0.302449072564216,0.175290722788249,0.5,0.153725174569888,0.426748231181383,0.0297777916572414,0.153725174569888,0.589925306150928,0.0273076067914425,0.5,0.153725174569888,0.573383527341614,0.000457514455030466,0.153725174569888,0.584389594113675,0.0105334247553656,0.153725174569888,0.586147779936977,0.190410897244905,0.153725174569888,0.555897416370395,0.0284983953235289,0.153725174569888,0.585201237801676,0.0522458839416515,0.153725174569888,0.572525605308626,0.00114950005522399,0.153725174569888,0.589637193431297,0.00577995244341733,0.5,0.153725174569888,0.590409745380153,0.00390416022728356,0,0.469394721891899,0.157190185562153 -6663,0.5,0.153725174569888,0.479208272662845,0.29483136222977,0.153725174569888,0.49777423131704,0.1412840923695,0.153725174569888,0.492794497023793,0.0197070038308006,0.153725174569888,0.478300682877372,0.184826834242662,0.153725174569888,0.448442132011366,0.00629478399825504,0.153725174569888,0.23173450998241,0.246492580187029,0.153725174569888,0.448005375546502,0.0119628239723969,0.153725174569888,0.204196657674145,0.192252035927325,0.5,0.153725174569888,0.36578471838215,0.0466294699387529,0.153725174569888,0.498100086324586,0.0180061641663403,0.5,0.153725174569888,0.486490135115382,0.000150277700202253,0.153725174569888,0.48432875088848,0.0130578663461758,0.153725174569888,0.497121001730113,0.184388944552445,0.153725174569888,0.47444073081139,0.0240317370696207,0.153725174569888,0.49594277253447,0.0498270823943939,0.153725174569888,0.483686037630143,0.00114671763828007,0.153725174569888,0.487206796541738,0.00382646935068394,0.5,0.153725174569888,0.491153259053055,0.00290838740444307,0,0.721808802003777,0.131594024697054 -6664,0.5,0.153725174569888,0.348425428389459,0.298918222959134,0.153725174569888,0.370595589153239,0.119023157023728,0.153725174569888,0.35583508887658,0.0194389991150126,0.153725174569888,0.342797012832615,0.0997985371628315,0.153725174569888,0.32634796999513,0.00631300762625134,0.153725174569888,0.139959027821156,0.221330957655059,0.153725174569888,0.32137093758751,0.0122111388487436,0.153725174569888,0.134687754028543,0.174166425068659,0.5,0.153725174569888,0.259213273917667,0.061072277793219,0.153725174569888,0.3561834725144,0.00286648107339112,0.5,0.153725174569888,0.354716544369603,0.000122608598104832,0.153725174569888,0.353424618234493,0.0119588932829279,0.153725174569888,0.367125447834945,0.189898246779109,0.153725174569888,0.345327497371026,0.0245579916762969,0.153725174569888,0.364974940264912,0.0501121211632423,0.153725174569888,0.350713521117212,0.00169018331136318,0.153725174569888,0.350102028767122,0.00234042189246612,0.5,0.153725174569888,0.349654470013761,0.00247856994966043,0,0.769937384284535,0.0686082076677609 -6665,0.5,0.153725174569888,0.0710531595920166,0.226053129220363,0.153725174569888,0.108230615849221,0.0620494631762196,0.153725174569888,0.0946423782120379,0.00902713244077198,0.153725174569888,0.0635069323070879,0.0655262583252268,0.153725174569888,0.143432203861428,0.00557352859182157,0.153725174569888,0.0694372471464276,0.170433892227378,0.153725174569888,0.146763676732781,0.00774863538605613,0.153725174569888,0.0569323420055751,0.132388453095464,0.5,0.153725174569888,0.127955475206957,0.0626929374819227,0.153725174569888,0.119510995726349,0.000275962679289273,0.5,0.153725174569888,0.129636340694127,0.00012519728961467,0.153725174569888,0.138515969237801,0.00576932139080902,0.153725174569888,0.121774008336533,0.187159117710917,0.153725174569888,0.139943601267979,0.0168280936900822,0.153725174569888,0.115104082956834,0.0247556334324767,0.153725174569888,0.129945617005824,0.000787897898783916,0.153725174569888,0.104869144676577,0.000927365702372079,0.5,0.153725174569888,0.0904112608423512,0.00175482196639808,0,0.690423846667886,0.0183941581581797 -6666,0.5,0.153725174569888,0.0,0.2144811894688,0.153725174569888,0.0,0.0841713230637632,0.153725174569888,0.0,0.012028033274575,0.153725174569888,0.0,0.0856694864513353,0.153725174569888,0.0,0.00474534292845069,0.153725174569888,0.0,0.12216911904815,0.153725174569888,0.0,0.00410643650959636,0.153725174569888,8.09066675240167e-05,0.0847829926549572,0.5,0.153725174569888,0.0,0.0478548729226528,0.153725174569888,0.0,0.00116131325223828,0.5,0.153725174569888,0.0,0.00062825403577015,0.153725174569888,0.0,0.00671155137895718,0.153725174569888,0.0,0.250608353161764,0.153725174569888,0.0,0.0306569700873835,0.153725174569888,0.0,0.0392192513570674,0.153725174569888,0.0,0.00113154719585675,0.153725174569888,0.0,0.00181447249745906,0.5,0.153725174569888,0.0,0.00365114862167662,0,0.599620189935746,0.00249096749604585 -6667,0.5,0.153725174569888,0.0,0.190046651344307,0.153725174569888,0.0,0.0942532598937221,0.153725174569888,0.0,0.0105730994752192,0.153725174569888,0.0,0.094233985894741,0.153725174569888,0.0,0.00874568511423736,0.153725174569888,0.0,0.0897644169722115,0.153725174569888,0.0,0.00216912679921435,0.153725174569888,0.0,0.0530091108310045,0.5,0.153725174569888,0.0,0.0393755646329475,0.153725174569888,0.0,0.00368862758675732,0.5,0.153725174569888,0.0,0.000979321025745699,0.153725174569888,0.0,0.00425877120354404,0.153725174569888,0.0,0.276601463249782,0.153725174569888,0.0,0.0489618767239211,0.153725174569888,0.0,0.0471297842846823,0.153725174569888,0.0,0.00107179660885098,0.153725174569888,0.0,0.00301200219801594,0.5,0.153725174569888,0.0,0.00497164061227027,0,0.543914365959364,0.00155154327061442 -6668,0.5,0.153725174569888,0.0,0.171915637914614,0.153725174569888,0.0,0.114072995907368,0.153725174569888,0.0,0.00981348588069522,0.153725174569888,0.0,0.0889006302304831,0.153725174569888,0.0,0.0114102189929688,0.153725174569888,0.0,0.0615075976824928,0.153725174569888,0.0,0.00169826001497858,0.153725174569888,0.0,0.0324100096564845,0.5,0.153725174569888,0.0,0.0268609697813309,0.153725174569888,0.0,0.00714097699141243,0.5,0.153725174569888,0.0,0.00169739955483735,0.153725174569888,0.0,0.00287572766590991,0.153725174569888,0.0,0.268737365420963,0.153725174569888,0.0,0.0658505504743614,0.153725174569888,0.0,0.0546180014185446,0.153725174569888,0.0,0.000853060574435551,0.153725174569888,0.0,0.00429336157653402,0.5,0.153725174569888,0.0,0.00590485669005149,0,0.528689340410105,0.00693370762957168 -6669,0.5,0.153725174569888,0.0,0.158929399941734,0.153725174569888,0.0,0.123053760757218,0.153725174569888,0.0,0.00982688990584943,0.153725174569888,0.0,0.0838400476192704,0.153725174569888,0.0,0.0123293164330921,0.153725174569888,0.0,0.0346510975067503,0.153725174569888,0.0,0.00256933052097066,0.153725174569888,0.0,0.0199493274957624,0.5,0.153725174569888,0.0,0.0170539940074326,0.153725174569888,0.0,0.0133453195303499,0.5,0.153725174569888,0.0,0.00315787832562088,0.153725174569888,0.0,0.00276733182019847,0.153725174569888,0.0,0.261482736985864,0.153725174569888,0.0,0.0790168746593841,0.153725174569888,0.0,0.0600603469540965,0.153725174569888,0.0,0.00120795496161244,0.153725174569888,0.0,0.00588815400040047,0.5,0.153725174569888,0.0,0.00533765719832916,0,0.528239953887391,0.0216612226346758 -6670,0.5,0.153725174569888,0.0,0.147251044888187,0.153725174569888,0.0,0.125149952527345,0.153725174569888,0.0,0.00868949647435456,0.153725174569888,0.0,0.079285686646078,0.153725174569888,0.0,0.0117841513835475,0.153725174569888,0.0,0.0185245075671199,0.153725174569888,0.0,0.00363315155829439,0.153725174569888,0.0,0.0122139452947508,0.5,0.153725174569888,0.0,0.010297193006903,0.153725174569888,0.0,0.014092184783099,0.5,0.153725174569888,0.0,0.00451352844885888,0.153725174569888,0.0,0.00336118050454584,0.153725174569888,0.0,0.256472318361217,0.153725174569888,0.0,0.0858161423521214,0.153725174569888,0.0,0.0610299579957108,0.153725174569888,0.0,0.00205810870366794,0.153725174569888,0.0,0.00751492930765004,0.5,0.153725174569888,0.0,0.0042589354373338,0,0.533068569635574,0.0336739264449941 -6671,0.5,0.153725174569888,0.0,0.144849627569345,0.153725174569888,0.0,0.120327427062401,0.153725174569888,0.0,0.0079914671246077,0.153725174569888,0.0,0.079239191771217,0.153725174569888,0.0,0.0090111768648876,0.153725174569888,0.0,0.011704891961593,0.153725174569888,0.0,0.00456237952319647,0.153725174569888,0.0,0.00951251412371472,0.5,0.153725174569888,0.0,0.00630474518070331,0.153725174569888,0.0,0.0125334314422132,0.5,0.153725174569888,0.0,0.00492471751246845,0.153725174569888,0.0,0.00429299159953801,0.153725174569888,0.0,0.247842072223663,0.153725174569888,0.0,0.0769346245677346,0.153725174569888,0.0,0.0548410367178031,0.153725174569888,0.0,0.00296718547921854,0.153725174569888,0.0,0.00778659627643655,0.5,0.153725174569888,0.0,0.00286273524552511,0,0.514794571239227,0.0367580121977649 -6672,0.5,0.153725174569888,0.0,0.140187403324685,0.153725174569888,0.0,0.0962908828244444,0.153725174569888,0.0,0.00693348666256374,0.153725174569888,0.0,0.0769597133394269,0.153725174569888,0.0,0.00639096487682039,0.153725174569888,0.0,0.00842997174595629,0.153725174569888,0.0,0.00398660050851903,0.153725174569888,0.0,0.0067260706899344,0.5,0.153725174569888,0.0,0.00436115601417795,0.153725174569888,0.0,0.0104798510761796,0.5,0.153725174569888,0.0,0.00434404259186277,0.153725174569888,0.0,0.00549872266551348,0.153725174569888,0.0,0.23407090517507,0.153725174569888,0.0,0.0664166861840097,0.153725174569888,0.0,0.0454338580360084,0.153725174569888,0.0,0.00350168466363516,0.153725174569888,0.0,0.00825156647255465,0.5,0.153725174569888,0.0,0.00299475969675316,0,0.483006430871577,0.0330067197766306 -6673,0.5,0.153725174569888,0.0,0.133637691102434,0.153725174569888,0.0,0.0797488652216098,0.153725174569888,0.0,0.00528126263910648,0.153725174569888,0.0,0.0710049637366098,0.153725174569888,0.0,0.00438305674966211,0.153725174569888,0.0,0.00543861921504908,0.153725174569888,0.0,0.00270300879305974,0.153725174569888,0.0,0.00406289425005967,0.5,0.153725174569888,0.0,0.00294518386714306,0.153725174569888,0.0,0.00950323159549981,0.5,0.153725174569888,0.0,0.00318300342087757,0.153725174569888,0.0,0.00558877430463001,0.153725174569888,0.0,0.22633072144842,0.153725174569888,0.0,0.0652857111761851,0.153725174569888,0.0,0.039339046338132,0.153725174569888,0.0,0.00391453874963633,0.153725174569888,0.0,0.00731734415301121,0.5,0.153725174569888,0.0,0.00394497603614404,0,0.44620663838167,0.031144652779832 -6674,0.5,0.153725174569888,0.0,0.124622699827401,0.153725174569888,0.0,0.0885832249299714,0.153725174569888,0.0,0.0039260284185506,0.153725174569888,0.0,0.0694817470959011,0.153725174569888,0.0,0.0043967071132835,0.153725174569888,0.0,0.0034623050370874,0.153725174569888,0.0,0.00318228681387221,0.153725174569888,0.0,0.00217089876564972,0.5,0.153725174569888,0.0,0.00191835942906058,0.153725174569888,0.0,0.0104023299974364,0.5,0.153725174569888,0.0,0.0014052862829047,0.153725174569888,0.0,0.00472053265066255,0.153725174569888,0.0,0.235014909628208,0.153725174569888,0.0,0.0753732185605301,0.153725174569888,0.0,0.0377729290150369,0.153725174569888,0.0,0.00474048011455624,0.153725174569888,0.0,0.00631215299574774,0.5,0.153725174569888,0.0,0.00568501798821024,0,0.407347968999013,0.042640474681611 -6675,0.5,0.153725174569888,0.0,0.113077375492216,0.153725174569888,0.0,0.102347484827548,0.153725174569888,0.0,0.00318250517027564,0.153725174569888,0.0,0.0701626635883251,0.153725174569888,0.0,0.00723965579219052,0.153725174569888,0.0,0.000490546263057547,0.153725174569888,0.0,0.00321230965479616,0.153725174569888,0.0,0.000374646561538079,0.5,0.153725174569888,0.0,0.00104402125031069,0.153725174569888,0.0,0.00930029662555866,0.5,0.153725174569888,0.0,0.000994498272377674,0.153725174569888,0.0,0.00319456069339313,0.153725174569888,0.0,0.250357282780121,0.153725174569888,0.0,0.0947439863645378,0.153725174569888,0.0,0.0372398830157817,0.153725174569888,0.0,0.00446555833654345,0.153725174569888,0.0,0.00525331346081082,0.5,0.153725174569888,0.0,0.00665558246709707,0,0.393548587386207,0.096167053094302 -6676,0.5,0.153725174569888,0.0,0.108183188109871,0.153725174569888,0.0,0.109905933798668,0.153725174569888,0.0,0.00282918143938377,0.153725174569888,0.0,0.0708558580626447,0.153725174569888,0.0,0.0146219146881886,0.153725174569888,0.0,0.000274108249604214,0.153725174569888,0.0,0.0044485043251486,0.153725174569888,0.0,0.000250050813270606,0.5,0.153725174569888,0.0,0.000860381584579264,0.153725174569888,0.0,0.00740490282509605,0.5,0.153725174569888,0.0,0.000956400422051505,0.153725174569888,0.0,0.00213661740780086,0.153725174569888,0.0,0.269580297500778,0.153725174569888,0.0,0.121969868058014,0.153725174569888,0.0,0.0445204769037473,0.153725174569888,0.0,0.00526465409609639,0.153725174569888,0.0,0.0051385398546691,0.5,0.153725174569888,0.0,0.0057540365318482,0,0.419887246858258,0.234884916609368 -6677,0.5,0.153725174569888,0.0,0.109588252206065,0.153725174569888,0.0,0.120748158081649,0.153725174569888,0.0,0.00311940120928753,0.153725174569888,0.0,0.0679562804833292,0.153725174569888,0.0,0.020939946887516,0.153725174569888,0.0,0.000578377692197488,0.153725174569888,0.0,0.0128267935629628,0.153725174569888,0.0,0.00171205117343456,0.5,0.153725174569888,0.0,0.000969749084526292,0.153725174569888,0.0,0.00752164745392964,0.5,0.153725174569888,0.0,0.00128481757844381,0.153725174569888,0.0,0.00250926974009747,0.153725174569888,0.0,0.305449510072486,0.153725174569888,0.0,0.13586431782429,0.153725174569888,0.0,0.0498822598839501,0.153725174569888,0.0,0.0110271328997231,0.153725174569888,0.0,0.0061419766939478,0.5,0.153725174569888,0.0,0.00457534289139962,0,0.473675266311457,0.46251755711338 -6678,0.5,0.153725174569888,0.0,0.113054337703753,0.153725174569888,0.0,0.124901453808779,0.153725174569888,0.0,0.0040928664548515,0.153725174569888,0.0,0.0711046443860178,0.153725174569888,0.0,0.0253283634899609,0.153725174569888,0.0,0.00284899118284257,0.153725174569888,0.0,0.0161411604441625,0.153725174569888,0.0,0.00199358474065065,0.5,0.153725174569888,0.0,0.00099351562011278,0.153725174569888,0.0,0.00687548913417324,0.5,0.153725174569888,0.0,0.00347882550647923,0.153725174569888,0.0,0.00360460910369173,0.153725174569888,0.0,0.318826700636419,0.153725174569888,0.0,0.131461430571077,0.153725174569888,0.0,0.0591537837693834,0.153725174569888,0.0,0.00984742080925569,0.153725174569888,0.0,0.00737357782434574,0.5,0.153725174569888,0.0,0.00474657846473149,0,0.543992303040243,0.67055468227589 -6679,0.5,0.153725174569888,0.000578684093259546,0.123071842164554,0.153725174569888,0.0,0.123152284100313,0.153725174569888,0.0,0.00520244297487881,0.153725174569888,0.00184855666191945,0.0726768696090421,0.153725174569888,0.0,0.0335151090001959,0.153725174569888,0.0,0.00639765030747668,0.153725174569888,0.0,0.0219240044408974,0.153725174569888,0.0,0.00368667627878207,0.5,0.153725174569888,0.0,0.00126901325127972,0.153725174569888,0.0,0.00676320910879986,0.5,0.153725174569888,0.0,0.00568621041539943,0.153725174569888,0.0,0.00563129212553635,0.153725174569888,0.0,0.308931946454923,0.153725174569888,0.0,0.134683602911014,0.153725174569888,0.0,0.0574562348921417,0.153725174569888,0.0,0.0113480087924065,0.153725174569888,3.0358515072418e-05,0.00905316061185756,0.5,0.153725174569888,0.00124051797578322,0.00538609010494702,0,0.613418940202191,0.767540739377302 -6680,0.5,0.153725174569888,0.106068511192418,0.131055875997813,0.153725174569888,0.0800935494092779,0.103169379981523,0.153725174569888,0.098823614727593,0.00421526409289301,0.153725174569888,0.121593490302916,0.063345613930471,0.153725174569888,0.0446815652793137,0.0380834778037257,0.153725174569888,0.0249569943536165,0.00973227646972967,0.153725174569888,0.0511869169762079,0.0220810069504205,0.153725174569888,0.0365097317183103,0.00667553987293489,0.5,0.153725174569888,0.0250352277874104,0.00143617817241614,0.153725174569888,0.0935884772590854,0.0045354428467017,0.5,0.153725174569888,0.0490674307544664,0.00746943756252052,0.153725174569888,0.0580795069985119,0.0121033130606239,0.153725174569888,0.0737235176601488,0.308529009690465,0.153725174569888,0.0632642616380296,0.141021033379447,0.153725174569888,0.0796271271834582,0.0512376134316335,0.153725174569888,0.0681992547405643,0.0112714005150062,0.153725174569888,0.0966859959895357,0.00947739190243002,0.5,0.153725174569888,0.11531296632363,0.00525127969708896,0,0.694743056575007,0.794382814595057 -6681,0.5,0.153725174569888,0.26061727792574,0.215754514432424,0.153725174569888,0.243480086077959,0.154699754563529,0.153725174569888,0.257964364598091,0.00414179667371856,0.153725174569888,0.279600666653761,0.114190935080227,0.153725174569888,0.152708224036936,0.0520964735533858,0.153725174569888,0.118216332269753,0.0261569497837123,0.153725174569888,0.152285836150507,0.0217840961911468,0.153725174569888,0.156398736297542,0.0157179866938156,0.5,0.153725174569888,0.0836788776000715,0.00409487506020786,0.153725174569888,0.244281852203721,0.00159797822792089,0.5,0.153725174569888,0.130625102695363,0.00893908605816968,0.153725174569888,0.164199089850812,0.00910798700254563,0.153725174569888,0.235460784970416,0.367765566038416,0.153725174569888,0.218025941699043,0.175491750984154,0.153725174569888,0.238706108957773,0.0644496136883619,0.153725174569888,0.196846930503723,0.0116631995305494,0.153725174569888,0.249993245772418,0.011867454566735,0.5,0.153725174569888,0.271717476583968,0.0078308193413435,0,0.765241002344514,0.80885914197195 -6682,0.5,0.153725174569888,0.412126742014732,0.271398751988821,0.153725174569888,0.394699231674262,0.233025441139325,0.153725174569888,0.411057715583028,0.00871572876815842,0.153725174569888,0.431659212561709,0.192339912858925,0.153725174569888,0.253309338338325,0.0956150997635192,0.153725174569888,0.240794340672265,0.0531672909701699,0.153725174569888,0.215615772764992,0.0405030012453376,0.153725174569888,0.284529022304375,0.0365540171695278,0.5,0.153725174569888,0.153386343642632,0.018541638339619,0.153725174569888,0.396262023152953,0.00328930112276233,0.5,0.153725174569888,0.21360888649368,0.028680695068889,0.153725174569888,0.27711293377137,0.0210590927918642,0.153725174569888,0.387164981421261,0.498297631043768,0.153725174569888,0.358562640743554,0.259359923095602,0.153725174569888,0.389885018392985,0.104323297586566,0.153725174569888,0.317977788537507,0.0262069918593317,0.153725174569888,0.398321930822469,0.0351581264770524,0.5,0.153725174569888,0.424808500631588,0.0210125693708647,0,0.752951603290409,0.831857140822494 -6683,0.5,0.153725174569888,0.536122088562743,0.322770045506428,0.153725174569888,0.522922013992468,0.312984144166381,0.153725174569888,0.534718613988284,0.0144763495156346,0.153725174569888,0.548581010654267,0.228167541596934,0.153725174569888,0.321385065281442,0.126888811407261,0.153725174569888,0.364795405994649,0.0677849163087513,0.153725174569888,0.243018912391815,0.0661500523012736,0.153725174569888,0.391520751708234,0.0667796824770752,0.5,0.153725174569888,0.267068459914635,0.0576786082366942,0.153725174569888,0.525801120451793,0.00582490758307773,0.5,0.153725174569888,0.286364501844232,0.042998332669032,0.153725174569888,0.387478327057148,0.0401736501101935,0.153725174569888,0.518638347116019,0.559512474411861,0.153725174569888,0.478523520777777,0.289210539594668,0.153725174569888,0.517052733679393,0.14592983254133,0.153725174569888,0.410215599590763,0.0540170095098964,0.153725174569888,0.513216445612804,0.0680606569271067,0.5,0.153725174569888,0.545012137852868,0.0325457643091508,0,0.685808511744593,0.818925072514625 -6684,0.5,0.153725174569888,0.601632017526122,0.370010933955664,0.153725174569888,0.595742728170225,0.359118189629917,0.153725174569888,0.602624498269116,0.027565545149139,0.153725174569888,0.608705595748205,0.247467803646837,0.153725174569888,0.371923924448251,0.150651157965708,0.153725174569888,0.478202547735761,0.068544847328331,0.153725174569888,0.309942491725798,0.101986420329064,0.153725174569888,0.432043217639964,0.135377528071831,0.5,0.153725174569888,0.341118964222238,0.119744465679572,0.153725174569888,0.606260012027726,0.00606201032750667,0.5,0.153725174569888,0.394519437084194,0.0547741416597668,0.153725174569888,0.50713178505953,0.0466135964634977,0.153725174569888,0.595064331811646,0.580798883687043,0.153725174569888,0.554200848675623,0.311025511229621,0.153725174569888,0.586369911885554,0.175925610560339,0.153725174569888,0.4655451101574,0.101713555395562,0.153725174569888,0.575983679115708,0.0772754835446498,0.5,0.153725174569888,0.612736840040723,0.0407993458415728,0,0.621948168815656,0.752578598561295 -6685,0.5,0.153725174569888,0.614112263407817,0.417996787854562,0.153725174569888,0.615774263375115,0.427875217200556,0.153725174569888,0.619272887804901,0.052511857823804,0.153725174569888,0.618373790513341,0.275521386793719,0.153725174569888,0.385562955367208,0.165058785481631,0.153725174569888,0.524791021846747,0.100283739477636,0.153725174569888,0.37382208963895,0.151711487398458,0.153725174569888,0.409010563176133,0.227545655754752,0.5,0.153725174569888,0.415078422783727,0.177721541483872,0.153725174569888,0.629922261917135,0.00615853240211576,0.5,0.153725174569888,0.441486792142478,0.0640339061584318,0.153725174569888,0.56329592026025,0.0422254881607396,0.153725174569888,0.618012519283751,0.610761439475259,0.153725174569888,0.567736706664552,0.344260224940736,0.153725174569888,0.595661081658228,0.218840431267373,0.153725174569888,0.4937874988822,0.1344158105435,0.153725174569888,0.593601124034519,0.0772675995521822,0.5,0.153725174569888,0.629320263644104,0.0432646643278408,0,0.686623429088713,0.704420843045384 -6686,0.5,0.153725174569888,0.573588412224606,0.486088888356932,0.153725174569888,0.585565411613779,0.468130823317187,0.153725174569888,0.584857963695189,0.0824382175992826,0.153725174569888,0.575354969958388,0.302831997398454,0.153725174569888,0.402989773107461,0.201121618257227,0.153725174569888,0.498748248478126,0.181561773767474,0.153725174569888,0.429520351301061,0.201664837056956,0.153725174569888,0.338078752761674,0.305407196970028,0.5,0.153725174569888,0.422489035301637,0.169292495124656,0.153725174569888,0.59959461606777,0.0112522022957827,0.5,0.153725174569888,0.478732217125167,0.0829045545980678,0.153725174569888,0.568518779838477,0.0455515604159254,0.153725174569888,0.589232295614183,0.631277432879728,0.153725174569888,0.523489394316968,0.382283968135591,0.153725174569888,0.555543438281009,0.25850793572536,0.153725174569888,0.505417870051571,0.148916105280186,0.153725174569888,0.56626187936749,0.0820212334121475,0.5,0.153725174569888,0.591402924464442,0.0497967024598882,0,0.776286625764931,0.718281688800268 -6687,0.5,0.153725174569888,0.473120918559161,0.547143288309407,0.153725174569888,0.495676931097065,0.526462193812188,0.153725174569888,0.49055713753213,0.10863912102847,0.153725174569888,0.472551085457299,0.31264206650723,0.153725174569888,0.389940301904764,0.261201741952866,0.153725174569888,0.360501841086638,0.262293183979518,0.153725174569888,0.362415740330186,0.24673972686603,0.153725174569888,0.293637498510858,0.33688238863567,0.5,0.153725174569888,0.409783639146762,0.199508256782247,0.153725174569888,0.508867602512857,0.0279649031747861,0.5,0.153725174569888,0.43859397824322,0.101814432967264,0.153725174569888,0.501789552745799,0.0606455199428036,0.153725174569888,0.499058061589909,0.682470811340441,0.153725174569888,0.444115148629781,0.432758728235717,0.153725174569888,0.477999115548844,0.304635951488465,0.153725174569888,0.43688107973458,0.149799524612923,0.153725174569888,0.485461221331646,0.0923037083508214,0.5,0.153725174569888,0.493304082119487,0.0629131538122203,0,0.857613250270045,0.714266091471774 -6688,0.5,0.153725174569888,0.34242387408052,0.505287717529468,0.153725174569888,0.367618560752804,0.483411336320025,0.153725174569888,0.355898060122064,0.118016814761782,0.153725174569888,0.337084285619508,0.233713959877197,0.153725174569888,0.312968564437749,0.309134532149846,0.153725174569888,0.196420977506765,0.283774894604326,0.153725174569888,0.256481087072277,0.273982691374686,0.153725174569888,0.200141615737742,0.288613502961459,0.5,0.153725174569888,0.329960335759031,0.282274945206298,0.153725174569888,0.370271520313329,0.0388309899371212,0.5,0.153725174569888,0.335807185678696,0.110815575360845,0.153725174569888,0.379277039308658,0.0690691045522972,0.153725174569888,0.371810505992813,0.664408204648085,0.153725174569888,0.341902500877252,0.469301750417374,0.153725174569888,0.356503829728269,0.309168222278793,0.153725174569888,0.322593235424176,0.146636143752842,0.153725174569888,0.35565989524673,0.0918406569943572,0.5,0.153725174569888,0.351877277420746,0.0731324130434574,0,0.924149049703833,0.745631152717614 -6689,0.5,0.153725174569888,0.0645411842370436,0.388180103729456,0.153725174569888,0.0998536518149346,0.318401735230551,0.153725174569888,0.0886077010646952,0.0584446730861444,0.153725174569888,0.0580107285404962,0.131473651250731,0.153725174569888,0.129268973146069,0.205489384256615,0.153725174569888,0.0639355068063393,0.196321959200678,0.153725174569888,0.102280594390464,0.177053919345687,0.153725174569888,0.110168581313533,0.223506481059307,0.5,0.153725174569888,0.110632507503756,0.214471090166252,0.153725174569888,0.114513119979447,0.019069726768017,0.5,0.153725174569888,0.117460203792569,0.0648113550912288,0.153725174569888,0.126611901494795,0.0374422905325207,0.153725174569888,0.111428064177526,0.5785158866464,0.153725174569888,0.12383916456112,0.38886265875866,0.153725174569888,0.105606920180435,0.207737336285355,0.153725174569888,0.117473464418015,0.0675948208291033,0.153725174569888,0.0978349201113833,0.0482853822814019,0.5,0.153725174569888,0.0852899812749426,0.0390367032999607,0,0.955352286197527,0.804468193527453 -6690,0.5,0.153725174569888,0.0,0.375820174395194,0.153725174569888,0.0,0.328127075348049,0.153725174569888,0.0,0.0758254634742955,0.153725174569888,0.0,0.144395741600212,0.153725174569888,0.0,0.196136334730861,0.153725174569888,0.0,0.154952131161134,0.153725174569888,0.0,0.156415046271155,0.153725174569888,0.0,0.140918826866296,0.5,0.153725174569888,5.9604577863797e-05,0.137174809834644,0.153725174569888,0.0,0.0266951509937676,0.5,0.153725174569888,0.0,0.106356533375573,0.153725174569888,0.0,0.0584592003339143,0.153725174569888,0.0,0.573286676424658,0.153725174569888,0.0,0.419734582811811,0.153725174569888,0.0,0.242922457216386,0.153725174569888,0.0,0.0712398849859277,0.153725174569888,0.0,0.0698443135545154,0.5,0.153725174569888,0.0,0.04684731437331,0,0.957132366745876,0.884215718104696 -6691,0.5,0.153725174569888,0.0,0.397695509709539,0.153725174569888,0.0,0.369435350656755,0.153725174569888,0.0,0.0838433971826611,0.153725174569888,0.0,0.146502284225231,0.153725174569888,0.0,0.24555036992301,0.153725174569888,0.0,0.14615541328774,0.153725174569888,0.0,0.173836798007747,0.153725174569888,0.0,0.113470687623692,0.5,0.153725174569888,0.0,0.0943562576924428,0.153725174569888,0.0,0.0272459198054494,0.5,0.153725174569888,0.0,0.109536003686117,0.153725174569888,0.0,0.0671468958762904,0.153725174569888,0.0,0.598788710865875,0.153725174569888,0.0,0.495021555231091,0.153725174569888,0.0,0.266872411766653,0.153725174569888,0.0,0.0833487937237483,0.153725174569888,0.0,0.0739935205265059,0.5,0.153725174569888,0.0,0.0374695267215182,0,0.954510761793155,0.976107754305377 -6692,0.5,0.153725174569888,0.0,0.42544506299993,0.153725174569888,0.0,0.346782214693846,0.153725174569888,0.0,0.0789308916508277,0.153725174569888,0.0,0.14885454797623,0.153725174569888,0.0,0.297433953328214,0.153725174569888,0.0,0.137128879100253,0.153725174569888,0.0,0.18148363199991,0.153725174569888,0.0,0.121000605137768,0.5,0.153725174569888,0.0,0.0839385153080357,0.153725174569888,0.0,0.0226627435845564,0.5,0.153725174569888,0.0,0.112267084079299,0.153725174569888,0.0,0.0726384786435507,0.153725174569888,0.0,0.600136243220825,0.153725174569888,0.0,0.57808278319847,0.153725174569888,0.0,0.244196698969225,0.153725174569888,0.0,0.0937431001964662,0.153725174569888,0.0,0.0698270994091324,0.5,0.153725174569888,0.0,0.0309409715438686,0,0.956001719979098,1.00022729270745 -6693,0.5,0.153725174569888,0.0,0.425150831013715,0.153725174569888,0.0,0.292091814404782,0.153725174569888,0.0,0.0627918090891851,0.153725174569888,0.0,0.157203939280226,0.153725174569888,0.0,0.32436136082733,0.153725174569888,0.0,0.205261631806804,0.153725174569888,0.0,0.188292088377819,0.153725174569888,0.0,0.145650450914826,0.5,0.153725174569888,0.0,0.0984801575291195,0.153725174569888,0.0,0.0201295995942333,0.5,0.153725174569888,0.0,0.119204181419048,0.153725174569888,0.0,0.084741743748236,0.153725174569888,0.0,0.599972913686078,0.153725174569888,0.0,0.620637991688693,0.153725174569888,0.0,0.218772329236768,0.153725174569888,0.0,0.098498405992925,0.153725174569888,0.0,0.0650574488014285,0.5,0.153725174569888,0.0,0.0263308672895032,0,0.946340889387195,1.00807056218978 -6694,0.5,0.153725174569888,0.0,0.382344819063934,0.153725174569888,0.0,0.284066835014426,0.153725174569888,0.0,0.0556623691852318,0.153725174569888,0.0,0.155133417815331,0.153725174569888,0.0,0.321807596040265,0.153725174569888,0.0,0.265041903809725,0.153725174569888,0.0,0.241409558662402,0.153725174569888,0.0,0.155245057202978,0.5,0.153725174569888,0.0,0.12127931328499,0.153725174569888,0.0,0.0258821969366213,0.5,0.153725174569888,0.0,0.134255373282244,0.153725174569888,0.0,0.100489930596558,0.153725174569888,0.0,0.61326360890332,0.153725174569888,0.0,0.603864605278829,0.153725174569888,0.0,0.21667127021722,0.153725174569888,0.0,0.114939207937711,0.153725174569888,0.0,0.0656590931494235,0.5,0.153725174569888,0.0,0.0183379111158335,0,0.907557726620111,1.00686260149208 -6695,0.5,0.153725174569888,0.0,0.339126232076791,0.153725174569888,0.0,0.324828439992438,0.153725174569888,0.0,0.0568850187007813,0.153725174569888,0.0,0.14692112973136,0.153725174569888,0.0,0.36092508260148,0.153725174569888,0.0,0.27841161536288,0.153725174569888,0.0,0.318152083316326,0.153725174569888,0.0,0.165039844344504,0.5,0.153725174569888,0.0,0.120249184988578,0.153725174569888,0.0,0.033260043109077,0.5,0.153725174569888,0.0,0.130779339234499,0.153725174569888,0.0,0.111095495975548,0.153725174569888,0.0,0.636668034701577,0.153725174569888,0.0,0.570613419179431,0.153725174569888,0.0,0.211578528637482,0.153725174569888,0.0,0.151083724512573,0.153725174569888,0.0,0.0697718757306305,0.5,0.153725174569888,0.0,0.0162366192964435,0,0.867466702066847,1.00261385054124 -6696,0.5,0.153725174569888,0.0,0.30001733305285,0.153725174569888,0.0,0.391195119836578,0.153725174569888,0.0,0.0497283717128034,0.153725174569888,0.0,0.139284255419356,0.153725174569888,0.0,0.395594032157051,0.153725174569888,0.0,0.293302842382713,0.153725174569888,0.0,0.37994249942065,0.153725174569888,0.0,0.161248854017463,0.5,0.153725174569888,0.0,0.107888155373307,0.153725174569888,0.0,0.0388621187448336,0.5,0.153725174569888,0.0,0.108486179945972,0.153725174569888,0.0,0.114070047064072,0.153725174569888,0.0,0.66005143973,0.153725174569888,0.0,0.562357621473834,0.153725174569888,0.0,0.210534901356203,0.153725174569888,0.0,0.182778532296057,0.153725174569888,0.0,0.0731923422060113,0.5,0.153725174569888,0.0,0.0192789272200669,0,0.857208255548383,1.00531387040428 -6697,0.5,0.153725174569888,0.0,0.267707717987292,0.153725174569888,0.0,0.393970381002349,0.153725174569888,0.0,0.0457514952722677,0.153725174569888,0.0,0.137248592857254,0.153725174569888,0.0,0.437450553246172,0.153725174569888,0.0,0.333185746812179,0.153725174569888,0.0,0.437287862578104,0.153725174569888,0.0,0.160844470778313,0.5,0.153725174569888,0.0,0.117392901248169,0.153725174569888,0.0,0.0499548379507888,0.5,0.153725174569888,0.0,0.111457175363785,0.153725174569888,0.0,0.110608194721944,0.153725174569888,0.0,0.664362717884551,0.153725174569888,0.0,0.56467364378219,0.153725174569888,0.0,0.21715225013148,0.153725174569888,0.0,0.194266504665668,0.153725174569888,0.0,0.0707095169543652,0.5,0.153725174569888,0.0,0.0178448781199464,0,0.851028143303499,1.00541969851089 -6698,0.5,0.153725174569888,0.0,0.249697028298196,0.153725174569888,0.0,0.370742533193289,0.153725174569888,0.0,0.0492447872284349,0.153725174569888,0.0,0.138499660408734,0.153725174569888,0.0,0.485690613451347,0.153725174569888,0.0,0.31786986529872,0.153725174569888,0.0,0.426995328478609,0.153725174569888,0.0,0.206502862951731,0.5,0.153725174569888,0.0,0.154301880469917,0.153725174569888,0.0,0.0531468253934752,0.5,0.153725174569888,0.0,0.117704149760729,0.153725174569888,0.0,0.107975455266773,0.153725174569888,0.0,0.628760934537642,0.153725174569888,0.0,0.57889841714363,0.153725174569888,0.0,0.225952316980774,0.153725174569888,0.0,0.194090293733519,0.153725174569888,0.0,0.0739227312909531,0.5,0.153725174569888,0.0,0.0173065273955741,0,0.84099136714739,1.00681168359233 -6699,0.5,0.153725174569888,0.0,0.241524772066333,0.153725174569888,0.0,0.435563285795366,0.153725174569888,0.0,0.0566023379394484,0.153725174569888,0.0,0.139033275991239,0.153725174569888,0.0,0.452280519266941,0.153725174569888,0.0,0.399325951015588,0.153725174569888,0.0,0.33206201362133,0.153725174569888,0.0,0.347266099006712,0.5,0.153725174569888,0.0,0.261236449224184,0.153725174569888,0.0,0.0467334242263454,0.5,0.153725174569888,0.0,0.0963460593242542,0.153725174569888,0.0,0.0963173587056815,0.153725174569888,0.0,0.60301519137024,0.153725174569888,0.0,0.56523311517919,0.153725174569888,0.0,0.249036001228085,0.153725174569888,0.0,0.164431605538364,0.153725174569888,0.0,0.0768392344771054,0.5,0.153725174569888,0.0,0.0193606003587941,0,0.804363763807202,1.00577189709694 -6700,0.5,0.153725174569888,0.0,0.24624676843459,0.153725174569888,0.0,0.433529328367297,0.153725174569888,0.0,0.0664930068617237,0.153725174569888,0.0,0.149380575103326,0.153725174569888,0.0,0.43323161413542,0.153725174569888,0.0,0.573039375240075,0.153725174569888,0.0,0.297642639699477,0.153725174569888,0.0,0.444229381011194,0.5,0.153725174569888,0.0,0.389820700658434,0.153725174569888,0.0,0.0541712420133954,0.5,0.153725174569888,0.0,0.113666854803711,0.153725174569888,0.0,0.0888786641844741,0.153725174569888,0.0,0.628256457202744,0.153725174569888,0.0,0.523812762947857,0.153725174569888,0.0,0.266752842093521,0.153725174569888,0.0,0.143966220981684,0.153725174569888,0.0,0.0786038434615528,0.5,0.153725174569888,0.0,0.021687661323258,0,0.796158564803231,1.00468235827758 -6701,0.5,0.153725174569888,0.0,0.263202695508301,0.153725174569888,0.0,0.442788293551851,0.153725174569888,0.0,0.0836122692582544,0.153725174569888,0.0,0.158985364967082,0.153725174569888,0.0,0.49652682691721,0.153725174569888,0.0,0.617239936381802,0.153725174569888,0.0,0.386873774753453,0.153725174569888,0.0,0.494215820034254,0.5,0.153725174569888,0.0,0.504508284223068,0.153725174569888,0.0,0.0625939251889266,0.5,0.153725174569888,0.0,0.0829099280605056,0.153725174569888,0.0,0.0857132819304701,0.153725174569888,0.0,0.68265179886922,0.153725174569888,0.0,0.488887389784124,0.153725174569888,0.0,0.263568148241335,0.153725174569888,0.0,0.190432210054665,0.153725174569888,0.0,0.0806242009359356,0.5,0.153725174569888,0.0,0.0239971793859469,0,0.810925913125868,1.00133738429177 -6702,0.5,0.153725174569888,0.0,0.286872983315365,0.153725174569888,0.0,0.430350276840842,0.153725174569888,0.0,0.103705425282664,0.153725174569888,0.0,0.169080135618405,0.153725174569888,0.0,0.568583630410849,0.153725174569888,0.0,0.5882768589185,0.153725174569888,0.0,0.548551574979325,0.153725174569888,0.0,0.506946589271851,0.5,0.153725174569888,0.0,0.616162679585048,0.153725174569888,0.0,0.0601409966663843,0.5,0.153725174569888,0.0,0.0518657572101354,0.153725174569888,0.0,0.103236134394604,0.153725174569888,0.0,0.717839064321726,0.153725174569888,0.0,0.404230070028952,0.153725174569888,0.0,0.233437633187126,0.153725174569888,0.0,0.332649910698916,0.153725174569888,0.0,0.0717140121466602,0.5,0.153725174569888,0.0,0.0245553649464851,0,0.83676864916628,0.980475861606764 -6703,0.5,0.153725174569888,0.000238485225454859,0.314943608552734,0.153725174569888,0.0,0.384701982477577,0.153725174569888,0.0,0.123778830578045,0.153725174569888,0.00114304197228301,0.177518813493791,0.153725174569888,0.0,0.642289771981019,0.153725174569888,0.0,0.49001251598522,0.153725174569888,0.0,0.664321263453924,0.153725174569888,0.0,0.448155020498471,0.5,0.153725174569888,0.0,0.606790159827159,0.153725174569888,0.0,0.0857891158773995,0.5,0.153725174569888,0.0,0.0571862711778665,0.153725174569888,0.0,0.142041485097166,0.153725174569888,0.0,0.702979816849082,0.153725174569888,0.0,0.405219601529535,0.153725174569888,0.0,0.247117003819319,0.153725174569888,0.0,0.480362146062507,0.153725174569888,0.0,0.0597609868267369,0.5,0.153725174569888,0.000689206202064635,0.02593436160079,0,0.856378895533952,0.957194641755439 -6704,0.5,0.153725174569888,0.0671072612825253,0.372280629278334,0.153725174569888,0.0305346223038349,0.35709024506642,0.153725174569888,0.0460467464771892,0.142321026030655,0.153725174569888,0.0914075850665976,0.200703549842051,0.153725174569888,0.000647134008057886,0.541945567183201,0.153725174569888,0.00286150559222223,0.374214865638354,0.153725174569888,0.00100110148461219,0.720206059825485,0.153725174569888,0.00400657695916072,0.377373406167906,0.5,0.153725174569888,0.00204881061113492,0.495284464326283,0.153725174569888,0.0825443415700834,0.047976219107704,0.5,0.153725174569888,0.015056659539383,0.0867314849965859,0.153725174569888,0.041538796519493,0.161176010468256,0.153725174569888,0.0154393309507988,0.660995445333302,0.153725174569888,0.00499408688516248,0.511318944192755,0.153725174569888,0.0181767731965712,0.339231531682329,0.153725174569888,0.0108300810237399,0.691784913061488,0.153725174569888,0.0579304122788455,0.0654893415908172,0.5,0.153725174569888,0.102165176065694,0.0287243725487048,0,0.863680230874644,0.930712576092576 -6705,0.5,0.153725174569888,0.172252032514816,0.511279967434283,0.153725174569888,0.0804116625232766,0.505584460075553,0.153725174569888,0.112379091985498,0.214145279749969,0.153725174569888,0.213386988189334,0.265832860436638,0.153725174569888,0.0105365060605843,0.509924062923203,0.153725174569888,0.0185779328177166,0.365903568359846,0.153725174569888,0.0113086045107266,0.635039670330943,0.153725174569888,0.0422658344046398,0.453960007294747,0.5,0.153725174569888,0.0112517796840151,0.384883291797435,0.153725174569888,0.210612726721428,0.0230960542732807,0.5,0.153725174569888,0.0408993859465345,0.107229886142429,0.153725174569888,0.106974443710458,0.194763642878921,0.153725174569888,0.0534101704176979,0.687742560129351,0.153725174569888,0.0109844215976364,0.473417809797558,0.153725174569888,0.0355234124542667,0.455966837021318,0.153725174569888,0.0248480844703386,0.801606235059534,0.153725174569888,0.150927379945313,0.0945138994953457,0.5,0.153725174569888,0.249844676463986,0.041314434063195,0,0.868781721849003,0.965335559641499 -6706,0.5,0.153725174569888,0.253352874479361,0.582859704737259,0.153725174569888,0.0770417186618557,0.475213354552703,0.153725174569888,0.13778607429531,0.261333425321317,0.153725174569888,0.326756288511692,0.309187097552641,0.153725174569888,0.0217889614886851,0.51334823012889,0.153725174569888,0.014526600664074,0.448731331303929,0.153725174569888,0.066427220870956,0.624846176874902,0.153725174569888,0.0748605467053505,0.548111556939423,0.5,0.153725174569888,0.0258691339934101,0.418924809790671,0.153725174569888,0.323914184721358,0.0182325018279802,0.5,0.153725174569888,0.0422503135041607,0.156598852671649,0.153725174569888,0.134080314160824,0.21623759015164,0.153725174569888,0.0751020443632894,0.655614405111124,0.153725174569888,0.0241091659153142,0.488279453944425,0.153725174569888,0.0318570402788148,0.573559514417525,0.153725174569888,0.024770840697816,0.755392870520006,0.153725174569888,0.226925290515074,0.170044127324819,0.5,0.153725174569888,0.388484268001032,0.0716031862562285,0,0.850733154868165,0.978826047304782 -6707,0.5,0.153725174569888,0.293097828021304,0.5867306823701,0.153725174569888,0.0353401795276947,0.467732574324822,0.153725174569888,0.156703942209248,0.365318196583987,0.153725174569888,0.395353225650076,0.289819245303715,0.153725174569888,0.0312597796626886,0.392916677075562,0.153725174569888,0.013575991860783,0.365631826815005,0.153725174569888,0.0932363497730234,0.648168280465051,0.153725174569888,0.0914293774307938,0.594517562783403,0.5,0.153725174569888,0.0441280490089943,0.488037760937481,0.153725174569888,0.346641363477152,0.0159636394245692,0.5,0.153725174569888,0.0417748331192654,0.186760287377603,0.153725174569888,0.13143196812862,0.221019607416339,0.153725174569888,0.0528754961578882,0.513154773551092,0.153725174569888,0.0240891895396372,0.471389290962213,0.153725174569888,0.051782767799415,0.713459121126614,0.153725174569888,0.0302247933510599,0.646057253317118,0.153725174569888,0.285336481909038,0.220433484257668,0.5,0.153725174569888,0.501067143165259,0.0459643987879607,0,0.789680920766457,0.986569903568153 -6708,0.5,0.153725174569888,0.311659981763396,0.635938575224269,0.153725174569888,0.0174506536658209,0.472901362040359,0.153725174569888,0.183076805432973,0.548172707814642,0.153725174569888,0.387192636827262,0.312675551635274,0.153725174569888,0.0692567012507236,0.392443815102947,0.153725174569888,0.0650296509434016,0.525571680080379,0.153725174569888,0.0727909745437661,0.542909206221627,0.153725174569888,0.104895964933866,0.692905828784679,0.5,0.153725174569888,0.083994781848287,0.609399774464581,0.153725174569888,0.309793113042287,0.00855923845375799,0.5,0.153725174569888,0.035079166181558,0.254014869539844,0.153725174569888,0.13253093612586,0.20928021558971,0.153725174569888,0.0304678973911935,0.498300820090404,0.153725174569888,0.0693887292301073,0.396666118393293,0.153725174569888,0.0954946264540378,0.680727628453824,0.153725174569888,0.0680054198423801,0.640709338291147,0.153725174569888,0.308088459618517,0.314789743574946,0.5,0.153725174569888,0.547901724144458,0.0300165820454726,0,0.749938780646312,0.915541671894163 -6709,0.5,0.153725174569888,0.253711085923112,0.63831018438917,0.153725174569888,0.0523895674910509,0.590669735861545,0.153725174569888,0.172497352698416,0.590103971231928,0.153725174569888,0.359261544461015,0.387353349553007,0.153725174569888,0.199456271969835,0.580763066360056,0.153725174569888,0.0817729935281628,0.717455897559725,0.153725174569888,0.0211068368188036,0.412090313884081,0.153725174569888,0.125994308073961,0.738276983259881,0.5,0.153725174569888,0.11162983678449,0.736718225340451,0.153725174569888,0.324778440787514,0.00923134681727931,0.5,0.153725174569888,0.0285393313852572,0.271183548775841,0.153725174569888,0.112643887263986,0.187828976344631,0.153725174569888,0.0283031898689506,0.411273146619198,0.153725174569888,0.14213673555167,0.393413770705586,0.153725174569888,0.121089628221267,0.595045610112163,0.153725174569888,0.0772732656538508,0.653580770395565,0.153725174569888,0.239298590985985,0.323883239782431,0.5,0.153725174569888,0.54214844881226,0.0194954424948968,0,0.763744629565272,0.787119452061282 -6710,0.5,0.153725174569888,0.151979574702078,0.587322137221885,0.153725174569888,0.0941417236374736,0.396986543795374,0.153725174569888,0.114205143180299,0.510850234478144,0.153725174569888,0.330337263144616,0.418050062235886,0.153725174569888,0.0698428131244262,0.682801341747435,0.153725174569888,0.0506332226239801,0.854111175268356,0.153725174569888,0.0648666204098687,0.617700638605706,0.153725174569888,0.13020732577799,0.782493599711532,0.5,0.153725174569888,0.112873214293025,0.778688602778631,0.153725174569888,0.311510949423685,0.0066436272187976,0.5,0.153725174569888,0.0545692860160132,0.44651047302877,0.153725174569888,0.0878522651312759,0.19623643569203,0.153725174569888,0.0302751796840944,0.353785393002692,0.153725174569888,0.206822143601878,0.367194753104127,0.153725174569888,0.0780052342322018,0.478005656220994,0.153725174569888,0.0740733232463497,0.716823750939378,0.153725174569888,0.172402525491591,0.321697866699355,0.5,0.153725174569888,0.484051263285539,0.0181756579257015,0,0.75751708893895,0.612460965222695 -6711,0.5,0.153725174569888,0.0751799989389655,0.483683235261554,0.153725174569888,0.0184825407981615,0.173430873944437,0.153725174569888,0.0724234368818778,0.581982828773478,0.153725174569888,0.251250720271643,0.379240029035062,0.153725174569888,0.105476907170874,0.826981922037589,0.153725174569888,0.0375122365318955,0.915886684615169,0.153725174569888,0.0791061887295169,0.792133964246064,0.153725174569888,0.0807251740971042,0.726888377539081,0.5,0.153725174569888,0.114834835262403,0.733054988316435,0.153725174569888,0.225099794802636,0.0133853080970492,0.5,0.153725174569888,0.0759257074462789,0.559410776115183,0.153725174569888,0.0765297942164437,0.216993983801086,0.153725174569888,0.0645245850035574,0.253837513098017,0.153725174569888,0.0924893412332621,0.484910287525809,0.153725174569888,0.0810362954699913,0.527136607114081,0.153725174569888,0.0689610770004801,0.753394148797833,0.153725174569888,0.105039343553718,0.331808128926705,0.5,0.153725174569888,0.393581224764709,0.0127612434611992,0,0.810174974201775,0.448106503551765 -6712,0.5,0.153725174569888,0.0598378297499637,0.40414653316534,0.153725174569888,0.00289217757970104,0.202250391157712,0.153725174569888,0.0547637686733431,0.612836924521905,0.153725174569888,0.15348652637343,0.33017866269809,0.153725174569888,0.0187310087556332,0.874384564702299,0.153725174569888,0.0346389204264128,0.869847741791548,0.153725174569888,0.0295884749713287,0.817646684944844,0.153725174569888,0.0695652637455605,0.649958721911789,0.5,0.153725174569888,0.104620891705377,0.668308665152302,0.153725174569888,0.14342018726145,0.0344559412779859,0.5,0.153725174569888,0.048162459307055,0.473360545993746,0.153725174569888,0.0556368242578899,0.171463309960735,0.153725174569888,0.113234400077224,0.234598921223925,0.153725174569888,0.0273737895842825,0.495651227532504,0.153725174569888,0.081218694630524,0.625780231642934,0.153725174569888,0.0425439379591551,0.760706264000007,0.153725174569888,0.060725966654029,0.349663784263798,0.5,0.153725174569888,0.249928441370445,0.00296807534772313,0,0.827445352503614,0.395349670089859 -6713,0.5,0.153725174569888,0.015917807246742,0.35682902734634,0.153725174569888,0.00120769773857676,0.259188634046178,0.153725174569888,0.0233441550107634,0.519005106117843,0.153725174569888,0.0309346304361412,0.296420689826836,0.153725174569888,0.00263448208071174,0.887897140325403,0.153725174569888,0.0245277071173576,0.768025291402976,0.153725174569888,0.013340165238172,0.706718548194225,0.153725174569888,0.0174401254481948,0.530764673304962,0.5,0.153725174569888,0.0613761685814329,0.56779314605603,0.153725174569888,0.0690423105677253,0.0107389272439291,0.5,0.153725174569888,0.0266637523910656,0.262727718161937,0.153725174569888,0.0217396996728778,0.143804005397486,0.153725174569888,0.0113933545707317,0.230827380999558,0.153725174569888,0.0220239109862352,0.648209613161947,0.153725174569888,0.0147133638429146,0.675974214607398,0.153725174569888,0.0125544871397573,0.624927893893908,0.153725174569888,0.0192721407855982,0.196957861669058,0.5,0.153725174569888,0.0867274893135058,0.00246730373100878,0,0.58971273138801,0.659601948441982 -6714,0.5,0.153725174569888,0.0,0.347837708093957,0.153725174569888,0.0,0.387378292636741,0.153725174569888,6.18208467518835e-06,0.389236533204938,0.153725174569888,0.0,0.239231302072524,0.153725174569888,0.0,0.857709816106966,0.153725174569888,2.58973843368847e-05,0.561744410374369,0.153725174569888,3.81659533866925e-05,0.597980081766316,0.153725174569888,0.000176593567307035,0.356115773801077,0.5,0.153725174569888,0.000167997422935895,0.441279858779974,0.153725174569888,0.0,0.00386507097220866,0.5,0.153725174569888,0.0,0.217176797613688,0.153725174569888,0.000104227040569381,0.121411504442422,0.153725174569888,0.0,0.350828207826477,0.153725174569888,0.000104113054605061,0.742933326122016,0.153725174569888,1.21002244068822e-08,0.653609508543321,0.153725174569888,0.0,0.407078944993488,0.153725174569888,1.44907730111177e-05,0.115227122627806,0.5,0.153725174569888,0.0,0.00180253568660966,0,0.572404042301443,0.57736775054933 -6715,0.5,0.153725174569888,0.0,0.373172036901428,0.153725174569888,0.0,0.473385532642835,0.153725174569888,0.0,0.336539262899545,0.153725174569888,0.0,0.213747714347082,0.153725174569888,0.0,0.803337087859506,0.153725174569888,0.0,0.486711838650007,0.153725174569888,0.0,0.500091923001602,0.153725174569888,0.0,0.322184833581294,0.5,0.153725174569888,0.0,0.437205898095108,0.153725174569888,0.0,0.00468910642448847,0.5,0.153725174569888,0.0,0.207029886488379,0.153725174569888,0.0,0.0858311093291925,0.153725174569888,0.0,0.505267796731919,0.153725174569888,0.0,0.772120003985357,0.153725174569888,0.0,0.613675499379486,0.153725174569888,0.0,0.328007032712673,0.153725174569888,0.0,0.119081630735371,0.5,0.153725174569888,0.0,0.00128887873970245,0,0.661165355354635,0.503625029452457 -6716,0.5,0.153725174569888,0.0,0.376951575801318,0.153725174569888,0.0,0.477952808676464,0.153725174569888,0.0,0.291662858965454,0.153725174569888,0.0,0.19645728626964,0.153725174569888,0.0,0.778467740628709,0.153725174569888,0.0,0.462555372196141,0.153725174569888,0.0,0.506402629334555,0.153725174569888,0.0,0.258606932448357,0.5,0.153725174569888,0.0,0.311481392262708,0.153725174569888,0.0,0.00271589322568528,0.5,0.153725174569888,0.0,0.187944904010675,0.153725174569888,0.0,0.052686550034839,0.153725174569888,0.0,0.590625112803058,0.153725174569888,0.0,0.787733001648021,0.153725174569888,0.0,0.553442108413209,0.153725174569888,0.0,0.317406614563724,0.153725174569888,0.0,0.143914406523936,0.5,0.153725174569888,0.0,0.00282634436093592,0,0.750625286918566,0.626545529986579 -6717,0.5,0.153725174569888,0.0,0.348508769681413,0.153725174569888,0.0,0.511719107050796,0.153725174569888,0.0,0.198671211473916,0.153725174569888,0.0,0.176517849034508,0.153725174569888,0.0,0.615615007827802,0.153725174569888,0.0,0.426904549117432,0.153725174569888,0.0,0.602558398100114,0.153725174569888,0.0,0.210102554650579,0.5,0.153725174569888,0.0,0.16764028548342,0.153725174569888,0.0,0.00200095070477633,0.5,0.153725174569888,0.0,0.146481763562436,0.153725174569888,0.0,0.0330922285025073,0.153725174569888,0.0,0.721503236609493,0.153725174569888,0.0,0.7656713102848,0.153725174569888,0.0,0.499056395815103,0.153725174569888,0.0,0.337262885063821,0.153725174569888,0.0,0.14741480632255,0.5,0.153725174569888,0.0,0.00302639358506261,0,0.71573074863604,0.590634065530964 -6718,0.5,0.153725174569888,0.0,0.284425524319039,0.153725174569888,0.0,0.45217101590005,0.153725174569888,0.0,0.1757724522913,0.153725174569888,0.0,0.17564554609996,0.153725174569888,0.0,0.561962565289621,0.153725174569888,0.0,0.394992383783184,0.153725174569888,0.0,0.658579408463377,0.153725174569888,0.0,0.110961917467686,0.5,0.153725174569888,0.0,0.112514916709915,0.153725174569888,0.0,0.00428967400048591,0.5,0.153725174569888,0.0,0.150995911235108,0.153725174569888,0.0,0.0304671873649908,0.153725174569888,0.0,0.780898490462525,0.153725174569888,0.0,0.665947278677207,0.153725174569888,0.0,0.437228038861633,0.153725174569888,0.0,0.338857284873931,0.153725174569888,0.0,0.135088539779925,0.5,0.153725174569888,0.0,0.000852841631308133,0,0.648863669597964,0.615162449446078 -6719,0.5,0.153725174569888,0.0,0.235900451941078,0.153725174569888,0.0,0.385690094451536,0.153725174569888,0.0,0.191481975353227,0.153725174569888,0.0,0.169319198892389,0.153725174569888,0.0,0.644991732751523,0.153725174569888,0.0,0.277962989017499,0.153725174569888,0.0,0.501751001322513,0.153725174569888,0.0,0.109597301982675,0.5,0.153725174569888,0.0,0.117588345617119,0.153725174569888,0.0,0.00111369385318311,0.5,0.153725174569888,0.0,0.185037631397146,0.153725174569888,0.0,0.0235374183787064,0.153725174569888,0.0,0.792678748327234,0.153725174569888,0.0,0.571114328510222,0.153725174569888,0.0,0.410882037534386,0.153725174569888,0.0,0.263724650828367,0.153725174569888,0.0,0.14021435763728,0.5,0.153725174569888,0.0,0.00179751421861059,0,0.536921972520289,0.848038672392925 -6720,0.5,0.153725174569888,0.0,0.217977584881756,0.153725174569888,0.0,0.333126863350505,0.153725174569888,0.0,0.236936689026642,0.153725174569888,0.0,0.146471761979097,0.153725174569888,0.0,0.573205752624059,0.153725174569888,0.0,0.241558255892459,0.153725174569888,0.0,0.245429078792811,0.153725174569888,0.0,0.150134179176174,0.5,0.153725174569888,0.0,0.104257709986909,0.153725174569888,0.0,0.00478149887489911,0.5,0.153725174569888,0.0,0.140747560173533,0.153725174569888,0.0,0.022082814941074,0.153725174569888,0.0,0.733716885787846,0.153725174569888,0.0,0.515327113031856,0.153725174569888,0.0,0.434977469716613,0.153725174569888,0.0,0.196365770236058,0.153725174569888,0.0,0.140741919012303,0.5,0.153725174569888,0.0,0.00321101747280015,0,0.613233271994739,0.813121528127915 -6721,0.5,0.153725174569888,0.0,0.226062040731811,0.153725174569888,0.0,0.350322998571112,0.153725174569888,0.0,0.284362690026619,0.153725174569888,0.0,0.174431393516712,0.153725174569888,0.0,0.398214743448513,0.153725174569888,0.0,0.29476619518871,0.153725174569888,0.0,0.22520064384017,0.153725174569888,0.0,0.167382956376293,0.5,0.153725174569888,0.0,0.09007778679203,0.153725174569888,0.0,0.00280039815672689,0.5,0.153725174569888,0.0,0.0737010275513569,0.153725174569888,0.0,0.031303404218017,0.153725174569888,0.0,0.663251952537823,0.153725174569888,0.0,0.519937076399159,0.153725174569888,0.0,0.379478681647867,0.153725174569888,0.0,0.191452634146107,0.153725174569888,0.0,0.0825780731901553,0.5,0.153725174569888,0.0,0.00782906432778926,0,0.788713009245891,0.870677698778835 -6722,0.5,0.153725174569888,0.0,0.224988410458706,0.153725174569888,0.0,0.356140922783022,0.153725174569888,0.0,0.234826236984551,0.153725174569888,0.0,0.194413894631861,0.153725174569888,0.0,0.421724026526054,0.153725174569888,0.0,0.331830307689672,0.153725174569888,0.0,0.255486503370445,0.153725174569888,0.0,0.200969739367181,0.5,0.153725174569888,0.0,0.115764723452165,0.153725174569888,0.0,0.00200064318682359,0.5,0.153725174569888,0.0,0.107743859970444,0.153725174569888,0.0,0.0360906828392135,0.153725174569888,0.0,0.516096534707852,0.153725174569888,0.0,0.511956154081787,0.153725174569888,0.0,0.284526975623796,0.153725174569888,0.0,0.138136842643846,0.153725174569888,0.0,0.0584765224572151,0.5,0.153725174569888,0.0,0.0124088722640467,0,0.752963621194882,0.851092874271666 -6723,0.5,0.153725174569888,0.0,0.194855230804518,0.153725174569888,0.0,0.364864319670262,0.153725174569888,0.0,0.13993397156479,0.153725174569888,0.0,0.150074068690878,0.153725174569888,0.0,0.416101470274385,0.153725174569888,0.0,0.367661854961476,0.153725174569888,0.0,0.290624606100772,0.153725174569888,0.0,0.22022333756678,0.5,0.153725174569888,0.0,0.146191927755372,0.153725174569888,0.0,0.00252001149691217,0.5,0.153725174569888,0.0,0.0888942543455715,0.153725174569888,0.0,0.0467231186542401,0.153725174569888,0.0,0.475769288149971,0.153725174569888,0.0,0.52663409369488,0.153725174569888,0.0,0.222515127351776,0.153725174569888,0.0,0.142079026689111,0.153725174569888,0.0,0.0657073350867898,0.5,0.153725174569888,0.0,0.00683660049253578,0,0.661141691099407,0.863411896438112 -6724,0.5,0.153725174569888,0.0,0.142096345564007,0.153725174569888,0.0,0.307983129333711,0.153725174569888,0.0,0.0808554239641745,0.153725174569888,0.0,0.098175629391968,0.153725174569888,0.0,0.404541891790305,0.153725174569888,0.0,0.392261100284615,0.153725174569888,0.0,0.319527148612143,0.153725174569888,0.0,0.210168488215361,0.5,0.153725174569888,0.0,0.15184219212952,0.153725174569888,0.0,0.000782395959341225,0.5,0.153725174569888,0.0,0.0612285979894408,0.153725174569888,0.0,0.058622848186093,0.153725174569888,0.0,0.494790374111643,0.153725174569888,0.0,0.498510447165675,0.153725174569888,0.0,0.208611139365522,0.153725174569888,0.0,0.169066713505454,0.153725174569888,0.0,0.0602754368389475,0.5,0.153725174569888,0.0,0.00340537041977015,0,0.557677837496094,0.836151646400406 -6725,0.5,0.153725174569888,0.0,0.118798676940431,0.153725174569888,0.0,0.26757255282587,0.153725174569888,0.0,0.0858353670814673,0.153725174569888,0.0,0.0637323355919354,0.153725174569888,0.0,0.42408792080499,0.153725174569888,0.0,0.343229359263958,0.153725174569888,0.0,0.32660639474902,0.153725174569888,0.0,0.195901028215309,0.5,0.153725174569888,0.0,0.148992497832371,0.153725174569888,0.0,0.00268190380041637,0.5,0.153725174569888,0.0,0.0493340449459456,0.153725174569888,0.0,0.0678500129813959,0.153725174569888,0.0,0.544831624410244,0.153725174569888,0.0,0.469221133845402,0.153725174569888,0.0,0.196449039600929,0.153725174569888,0.0,0.181567512710401,0.153725174569888,0.0,0.0505148031427971,0.5,0.153725174569888,0.0,0.00434655964724562,0,0.545421025159611,0.862518972584704 -6726,0.5,0.153725174569888,0.0,0.11261010414815,0.153725174569888,0.0,0.233434503673712,0.153725174569888,0.0,0.088663793629071,0.153725174569888,0.0,0.0427282786721609,0.153725174569888,0.0,0.382664209976402,0.153725174569888,0.0,0.254316186674371,0.153725174569888,0.0,0.310472488309273,0.153725174569888,0.0,0.194840579662086,0.5,0.153725174569888,0.0,0.125821833018212,0.153725174569888,0.0,0.00814980427630287,0.5,0.153725174569888,0.0,0.0472713768006396,0.153725174569888,0.0,0.0775589343580893,0.153725174569888,0.0,0.551164300314124,0.153725174569888,0.0,0.456385301105065,0.153725174569888,0.0,0.183522061410795,0.153725174569888,0.0,0.175430054639825,0.153725174569888,0.0,0.0413113590487451,0.5,0.153725174569888,0.0,0.0127028103311096,0,0.542885010513523,0.930195216860138 -6727,0.5,0.153725174569888,9.10229675991926e-05,0.117317825738436,0.153725174569888,0.0,0.207320028993624,0.153725174569888,0.0,0.0828746596722805,0.153725174569888,0.000533107446476593,0.0468052767212704,0.153725174569888,0.0,0.289202295018498,0.153725174569888,0.0,0.206981401333076,0.153725174569888,0.0,0.281186841414055,0.153725174569888,0.0,0.216884672628241,0.5,0.153725174569888,0.0,0.110781549958901,0.153725174569888,0.0,0.0129227560638093,0.5,0.153725174569888,0.0,0.043381450521523,0.153725174569888,0.0,0.0910674513443876,0.153725174569888,0.0,0.513564158372449,0.153725174569888,0.0,0.423113118457998,0.153725174569888,0.0,0.184706772208833,0.153725174569888,0.0,0.152845122617686,0.153725174569888,0.0,0.0341912520537202,0.5,0.153725174569888,0.000201224390357751,0.020849778954814,0,0.52144125525888,0.950104151362247 -6728,0.5,0.153725174569888,0.0987022548218286,0.101030671601558,0.153725174569888,0.068717715597842,0.189099937894107,0.153725174569888,0.0703798927947388,0.056377199368251,0.153725174569888,0.0769323911229277,0.0472637879238941,0.153725174569888,0.0461529206669347,0.211345855726137,0.153725174569888,0.035679715672486,0.173025264586453,0.153725174569888,0.0320586463949367,0.255799096634304,0.153725174569888,0.0246847040069394,0.221763920680526,0.5,0.153725174569888,0.0355617828132474,0.101659243890168,0.153725174569888,0.0339726203106874,0.0119332686438978,0.5,0.153725174569888,0.0388312847600469,0.0543068322822949,0.153725174569888,0.0128973228106856,0.100049416734766,0.153725174569888,0.0532433674851279,0.476247864170171,0.153725174569888,0.0466824679404844,0.3724920488687,0.153725174569888,0.058520680293136,0.16951987981607,0.153725174569888,0.025519498352714,0.134056338033345,0.153725174569888,0.0302124557782353,0.035334550907668,0.5,0.153725174569888,0.061917942870846,0.0242326937425094,0,0.521101080889449,0.940893765803332 -6729,0.5,0.153725174569888,0.250024211266642,0.167168906251653,0.153725174569888,0.20849018286752,0.275936743489349,0.153725174569888,0.190397120285262,0.105549007263526,0.153725174569888,0.155526115671893,0.0808958103407087,0.153725174569888,0.189559045972266,0.220444016120094,0.153725174569888,0.15349849512754,0.201355217373419,0.153725174569888,0.126313951322742,0.301694495524562,0.153725174569888,0.118023634396653,0.248900504145804,0.5,0.153725174569888,0.141918570937635,0.123429384399926,0.153725174569888,0.10703620489414,0.0111396624388882,0.5,0.153725174569888,0.140051293833853,0.158859430035918,0.153725174569888,0.054646421377766,0.109048467456635,0.153725174569888,0.187255973692105,0.489273914204415,0.153725174569888,0.18815966742517,0.406911539826396,0.153725174569888,0.164443192725582,0.216680514389283,0.153725174569888,0.0912254418853223,0.155818310431058,0.153725174569888,0.0890484610279446,0.0623366232665882,0.5,0.153725174569888,0.171686672725088,0.0423248138891279,0,0.451948535295849,0.928567522880145 -6730,0.5,0.153725174569888,0.390152701187661,0.300446868241752,0.153725174569888,0.362125676153621,0.375802147124541,0.153725174569888,0.297749277763172,0.204832744812901,0.153725174569888,0.220924156901654,0.125844336117291,0.153725174569888,0.30973334597822,0.317207786353233,0.153725174569888,0.27395110325462,0.354746007449632,0.153725174569888,0.269415265447454,0.474327879033279,0.153725174569888,0.188599312459173,0.320339987543122,0.5,0.153725174569888,0.228717414904981,0.220514982850091,0.153725174569888,0.211851238658561,0.00924828495306531,0.5,0.153725174569888,0.227152476706133,0.407889327556918,0.153725174569888,0.115048989068047,0.111959384307223,0.153725174569888,0.350819431139674,0.584766886306628,0.153725174569888,0.323190140304299,0.462199042507395,0.153725174569888,0.247122063851245,0.313903203672706,0.153725174569888,0.205559769536078,0.233266298749859,0.153725174569888,0.164580676571229,0.145630245057925,0.5,0.153725174569888,0.306487027602205,0.071130038102412,0,0.419435382431987,0.875352516376406 -6731,0.5,0.153725174569888,0.499423822329532,0.40425491538585,0.153725174569888,0.494076221473817,0.44431282439188,0.153725174569888,0.366879933804119,0.29459433851454,0.153725174569888,0.251224908759274,0.146795866596576,0.153725174569888,0.433843391858305,0.554303919433905,0.153725174569888,0.312313383544628,0.512909611529177,0.153725174569888,0.390894090113407,0.664015378491628,0.153725174569888,0.283610302186103,0.445543538696115,0.5,0.153725174569888,0.230085832874021,0.444824614857485,0.153725174569888,0.333316363368586,0.0109544021166473,0.5,0.153725174569888,0.244374270828909,0.515002788781039,0.153725174569888,0.189000818850618,0.0927720893813834,0.153725174569888,0.486795561582247,0.641396891160031,0.153725174569888,0.412378248788281,0.466911704826654,0.153725174569888,0.346337068815988,0.54053884110492,0.153725174569888,0.372322601799026,0.434981713461536,0.153725174569888,0.232040759278829,0.274818460159361,0.5,0.153725174569888,0.440997329346647,0.0712406905911288,0,0.407730734483331,0.780262537747119 -6732,0.5,0.153725174569888,0.528947281834685,0.472294743845626,0.153725174569888,0.542784908752968,0.573664759074678,0.153725174569888,0.406070566106783,0.463194834970091,0.153725174569888,0.254742824603702,0.177226099863831,0.153725174569888,0.494940617705298,0.715009534776702,0.153725174569888,0.330419887101328,0.548355657395444,0.153725174569888,0.42812865476258,0.716211959557032,0.153725174569888,0.378372328700689,0.710976475654157,0.5,0.153725174569888,0.193136280153719,0.515302918825304,0.153725174569888,0.467891922759416,0.0142020501641259,0.5,0.153725174569888,0.203713123154075,0.457099729855573,0.153725174569888,0.249972026532658,0.0626024841677475,0.153725174569888,0.543132363167634,0.607670753210468,0.153725174569888,0.510576596390955,0.584903879841203,0.153725174569888,0.439149722494836,0.63127700756843,0.153725174569888,0.413542653731376,0.655750929228877,0.153725174569888,0.252429051827098,0.324719580596837,0.5,0.153725174569888,0.534679997722381,0.0783202527440675,0,0.356034046943748,0.846310031946214 -6733,0.5,0.153725174569888,0.493840538774772,0.510930711269234,0.153725174569888,0.488929226539242,0.603952716580871,0.153725174569888,0.408377342874992,0.549261907053964,0.153725174569888,0.255801595831029,0.236813443175415,0.153725174569888,0.363023439689373,0.6987121296107,0.153725174569888,0.403249421220421,0.627265962589561,0.153725174569888,0.452109555038978,0.749432956869841,0.153725174569888,0.400915866552637,0.838030077942506,0.5,0.153725174569888,0.161933775682121,0.54540519386502,0.153725174569888,0.530078563411151,0.0195708352994412,0.5,0.153725174569888,0.117519660476285,0.429536432718097,0.153725174569888,0.279697876454492,0.0363866517714901,0.153725174569888,0.511690710330167,0.55629764032561,0.153725174569888,0.50311339347599,0.64839250871618,0.153725174569888,0.459999189800749,0.600714907791204,0.153725174569888,0.399646955257519,0.792898962170737,0.153725174569888,0.249653422544462,0.311656424236014,0.5,0.153725174569888,0.568185401532603,0.091328264546211,0,0.324644746552889,0.872496292925566 -6734,0.5,0.153725174569888,0.41381243741235,0.496067481344299,0.153725174569888,0.487217781731205,0.555102983681016,0.153725174569888,0.370283900618716,0.601508830263141,0.153725174569888,0.247464777428262,0.283194222338551,0.153725174569888,0.289856364390799,0.615870271926349,0.153725174569888,0.449959770382998,0.770226279989538,0.153725174569888,0.416108943277956,0.75895023720118,0.153725174569888,0.290234126253698,0.851088112308141,0.5,0.153725174569888,0.080224135729592,0.552649358127067,0.153725174569888,0.496107950320954,0.019485950341498,0.5,0.153725174569888,0.0523841427799077,0.367090626692733,0.153725174569888,0.285989401192337,0.0286666516865822,0.153725174569888,0.403556493205983,0.468617378674571,0.153725174569888,0.324407368006904,0.681321656653014,0.153725174569888,0.386391229661624,0.54744617161246,0.153725174569888,0.293596194206069,0.822980086806771,0.153725174569888,0.212167765751687,0.306248191739914,0.5,0.153725174569888,0.530580075657514,0.0989219850959938,0,0.290066394698677,0.868984966974984 -6735,0.5,0.153725174569888,0.285997986200552,0.379453276663902,0.153725174569888,0.270788193600527,0.454464410551705,0.153725174569888,0.248717241627015,0.567883985194191,0.153725174569888,0.214227720238226,0.292291888538826,0.153725174569888,0.293995405596004,0.543656986753949,0.153725174569888,0.410572187063294,0.824079680608759,0.153725174569888,0.321589073103514,0.762955987568823,0.153725174569888,0.195082645536927,0.789632959496273,0.5,0.153725174569888,0.0331735360068776,0.405480059734352,0.153725174569888,0.408323401403054,0.0130639880274707,0.5,0.153725174569888,0.0361893015814603,0.13456620125336,0.153725174569888,0.259160558971338,0.0368495026510601,0.153725174569888,0.35589620502348,0.410819238442018,0.153725174569888,0.141568784505784,0.545407518496226,0.153725174569888,0.254999345696374,0.406743321920893,0.153725174569888,0.163071383944546,0.795996006135424,0.153725174569888,0.13982000171623,0.232229843795778,0.5,0.153725174569888,0.427893860802223,0.0944798613318682,0,0.228849659116454,0.900928576544979 -6736,0.5,0.153725174569888,0.179011836399352,0.217003119066645,0.153725174569888,0.0848130376373265,0.21976799169225,0.153725174569888,0.117210964057544,0.464538003718606,0.153725174569888,0.124923858737878,0.248643162289077,0.153725174569888,0.27043834395589,0.49321062181712,0.153725174569888,0.362352806364332,0.779401948431405,0.153725174569888,0.203503825972314,0.751316417555597,0.153725174569888,0.153538481868204,0.730890252758684,0.5,0.153725174569888,0.0584796224051422,0.299546027080126,0.153725174569888,0.29224345751575,0.00870069504854093,0.5,0.153725174569888,0.056228970372466,0.0898371054022568,0.153725174569888,0.199719287531293,0.0387050396041133,0.153725174569888,0.163402953265984,0.298486417394616,0.153725174569888,0.124901409121397,0.392198093657744,0.153725174569888,0.151179593915455,0.287832141042824,0.153725174569888,0.0565199247188306,0.63546787395345,0.153725174569888,0.0719441891794401,0.0915896787015306,0.5,0.153725174569888,0.287425289674905,0.0746692127453252,0,0.124781573044203,1.00224621471608 -6737,0.5,0.153725174569888,0.0455299130832956,0.122114303003663,0.153725174569888,0.0549049237568554,0.0999972987517799,0.153725174569888,0.0264066795827444,0.312473532690335,0.153725174569888,0.0364263958989601,0.185423592625676,0.153725174569888,0.113893206385969,0.408648637697194,0.153725174569888,0.132124073614766,0.644311700689222,0.153725174569888,0.110914728920123,0.690826719375377,0.153725174569888,0.0505467096413425,0.59816040758124,0.5,0.153725174569888,0.0400384988240309,0.197398242129955,0.153725174569888,0.105425006785331,0.00505614928649258,0.5,0.153725174569888,0.0430173579489348,0.0973246000692875,0.153725174569888,0.0914808217300633,0.0480761110821079,0.153725174569888,0.0288050933372569,0.191115162427186,0.153725174569888,0.0731154411436679,0.31648023754934,0.153725174569888,0.0767404175324072,0.228176722811227,0.153725174569888,0.0231418861558948,0.453956035960609,0.153725174569888,0.0319358652860573,0.0620901329241799,0.5,0.153725174569888,0.0781419960771969,0.0355897191591288,0,0.0785568373184502,1.00506045898363 -6738,0.5,0.153725174569888,0.0,0.14680922698534,0.153725174569888,0.0,0.139222140850407,0.153725174569888,0.0,0.200063042094114,0.153725174569888,0.0,0.180068626525571,0.153725174569888,0.0,0.493490249846388,0.153725174569888,0.0,0.524528528511759,0.153725174569888,0.0,0.512260441486189,0.153725174569888,0.0,0.534943451881142,0.5,0.153725174569888,0.0,0.172007827950454,0.153725174569888,0.0,0.00902387191404799,0.5,0.153725174569888,0.0,0.0840794105143985,0.153725174569888,0.0,0.0726373362880304,0.153725174569888,1.3938686675105e-08,0.167082192433057,0.153725174569888,0.0,0.342827014218065,0.153725174569888,0.0,0.239647763360807,0.153725174569888,2.34129058486087e-05,0.322733918532832,0.153725174569888,0.0,0.0585964231428592,0.5,0.153725174569888,0.0,0.0415745325776628,0,0.0546943844242715,1.00539753419988 -6739,0.5,0.153725174569888,0.0,0.188231570025383,0.153725174569888,0.0,0.195808213912207,0.153725174569888,0.0,0.169123960335997,0.153725174569888,0.0,0.203627258280452,0.153725174569888,0.0,0.495507191879424,0.153725174569888,0.0,0.515088141140223,0.153725174569888,0.0,0.466460227323544,0.153725174569888,0.0,0.539737884036464,0.5,0.153725174569888,0.0,0.163655768005735,0.153725174569888,0.0,0.0163469263859099,0.5,0.153725174569888,0.0,0.104102300865569,0.153725174569888,0.0,0.100001363526266,0.153725174569888,0.0,0.241265833206157,0.153725174569888,0.0,0.427061150075943,0.153725174569888,0.0,0.239641509547448,0.153725174569888,0.0,0.305531647087032,0.153725174569888,0.0,0.0717807731544992,0.5,0.153725174569888,0.0,0.0315376424855931,0,0.0884337671666124,1.006503145728 -6740,0.5,0.153725174569888,0.0,0.236298428169102,0.153725174569888,0.0,0.276233126465558,0.153725174569888,0.0,0.169304854957621,0.153725174569888,0.0,0.228087270306414,0.153725174569888,0.0,0.430429738962142,0.153725174569888,0.0,0.552074393403767,0.153725174569888,0.0,0.597192760203758,0.153725174569888,0.0,0.503910698730884,0.5,0.153725174569888,0.0,0.146750493988438,0.153725174569888,0.0,0.022834475142722,0.5,0.153725174569888,0.0,0.112430893910618,0.153725174569888,0.0,0.132215458292732,0.153725174569888,0.0,0.333572504678125,0.153725174569888,0.0,0.479389632657194,0.153725174569888,0.0,0.252151848877158,0.153725174569888,0.0,0.354790971866366,0.153725174569888,0.0,0.0955323321052924,0.5,0.153725174569888,0.0,0.033453199458345,0,0.174595771124983,1.00664602701407 -6741,0.5,0.153725174569888,0.0,0.269030156921929,0.153725174569888,0.0,0.290623322383897,0.153725174569888,0.0,0.175987041090321,0.153725174569888,0.0,0.261092393901592,0.153725174569888,0.0,0.436713771156996,0.153725174569888,0.0,0.624048634314069,0.153725174569888,0.0,0.680745318106816,0.153725174569888,0.0,0.371088829582421,0.5,0.153725174569888,0.0,0.175603838236646,0.153725174569888,0.0,0.0265969465934423,0.5,0.153725174569888,0.0,0.122515587850296,0.153725174569888,0.0,0.138423709939462,0.153725174569888,0.0,0.437874980124165,0.153725174569888,0.0,0.457865795412703,0.153725174569888,0.0,0.296693236269457,0.153725174569888,0.0,0.381348647387533,0.153725174569888,0.0,0.114063345134579,0.5,0.153725174569888,0.0,0.0330185760794736,0,0.295500069805992,1.00593085681878 -6742,0.5,0.153725174569888,0.0,0.269102160294807,0.153725174569888,0.0,0.267068635559407,0.153725174569888,0.0,0.180451037496251,0.153725174569888,0.0,0.280016795967009,0.153725174569888,0.0,0.515353334270491,0.153725174569888,0.0,0.664792127661266,0.153725174569888,0.0,0.690899004277363,0.153725174569888,0.0,0.356451117516677,0.5,0.153725174569888,0.0,0.236484195511216,0.153725174569888,0.0,0.0384870958471072,0.5,0.153725174569888,0.0,0.159583417645567,0.153725174569888,0.0,0.116380353313303,0.153725174569888,0.0,0.455765489212253,0.153725174569888,0.0,0.444467258497557,0.153725174569888,0.0,0.357546985748461,0.153725174569888,0.0,0.338947289846182,0.153725174569888,0.0,0.13503779708629,0.5,0.153725174569888,0.0,0.0363196880009633,0,0.467897187041234,1.00495489161291 -6743,0.5,0.153725174569888,0.0,0.253732158136138,0.153725174569888,0.0,0.281983403636668,0.153725174569888,0.0,0.174032456177594,0.153725174569888,0.0,0.299314412620902,0.153725174569888,0.0,0.670792795907212,0.153725174569888,0.0,0.618845492808511,0.153725174569888,0.0,0.643559198339062,0.153725174569888,0.0,0.419245159398495,0.5,0.153725174569888,0.0,0.41719398859834,0.153725174569888,0.0,0.0361990422219857,0.5,0.153725174569888,0.0,0.149125880523041,0.153725174569888,0.0,0.104277176555231,0.153725174569888,0.0,0.440700401133267,0.153725174569888,0.0,0.477959900117638,0.153725174569888,0.0,0.381048344665064,0.153725174569888,0.0,0.330812517737372,0.153725174569888,0.0,0.14350843488541,0.5,0.153725174569888,0.0,0.042372209755366,0,0.503354967184923,1.00590312086243 -6744,0.5,0.153725174569888,0.0,0.246268691263929,0.153725174569888,0.0,0.367588637037569,0.153725174569888,0.0,0.194978854610693,0.153725174569888,0.0,0.289025997109625,0.153725174569888,0.0,0.627496532261189,0.153725174569888,0.0,0.598744546026527,0.153725174569888,0.0,0.658348440598192,0.153725174569888,0.0,0.464063741979483,0.5,0.153725174569888,0.0,0.571788539818287,0.153725174569888,0.0,0.0361528950563697,0.5,0.153725174569888,0.0,0.120231561614997,0.153725174569888,0.0,0.106691083167145,0.153725174569888,0.0,0.448385218666838,0.153725174569888,0.0,0.547873011650812,0.153725174569888,0.0,0.393222223956032,0.153725174569888,0.0,0.514446788996519,0.153725174569888,0.0,0.133968880353773,0.5,0.153725174569888,0.0,0.0407060553788391,0,0.478355142456616,1.00672374758932 -6745,0.5,0.153725174569888,0.0,0.267105479056568,0.153725174569888,0.0,0.430573088419421,0.153725174569888,0.0,0.299597002404501,0.153725174569888,0.0,0.269292772227004,0.153725174569888,0.0,0.555669254422349,0.153725174569888,0.0,0.620620934337918,0.153725174569888,0.0,0.711353990236953,0.153725174569888,0.0,0.55519755634834,0.5,0.153725174569888,0.0,0.577083966649276,0.153725174569888,0.0,0.0409162319680186,0.5,0.153725174569888,0.0,0.0735026561380494,0.153725174569888,0.0,0.0923689241425807,0.153725174569888,0.0,0.502869955342965,0.153725174569888,0.0,0.507926134721512,0.153725174569888,0.0,0.479061930407912,0.153725174569888,0.0,0.686113949003347,0.153725174569888,0.0,0.113342686206872,0.5,0.153725174569888,0.0,0.0301192853226442,0,0.453259670915748,1.00443781286549 -6746,0.5,0.153725174569888,0.0,0.306148643179105,0.153725174569888,0.0,0.337196143898023,0.153725174569888,0.0,0.384145903583956,0.153725174569888,0.0,0.246243534241471,0.153725174569888,0.0,0.557124111719623,0.153725174569888,0.0,0.621711449191028,0.153725174569888,0.0,0.735036430826797,0.153725174569888,0.0,0.548947476542671,0.5,0.153725174569888,0.0,0.619192682064015,0.153725174569888,0.0,0.0478899283631401,0.5,0.153725174569888,0.0,0.0639173574185118,0.153725174569888,0.0,0.0803849014424084,0.153725174569888,0.0,0.54516594265483,0.153725174569888,0.0,0.401353465781502,0.153725174569888,0.0,0.602253880619853,0.153725174569888,0.0,0.730291436888951,0.153725174569888,0.0,0.0914638664632357,0.5,0.153725174569888,0.0,0.0218133969855444,0,0.480320258475377,1.00386631367273 -6747,0.5,0.153725174569888,0.0,0.322224210487161,0.153725174569888,0.0,0.377272081318439,0.153725174569888,0.0,0.399997247733831,0.153725174569888,0.0,0.210200873711501,0.153725174569888,0.0,0.585040879429025,0.153725174569888,0.0,0.593919783589487,0.153725174569888,0.0,0.743219730124871,0.153725174569888,0.0,0.533773993322951,0.5,0.153725174569888,0.0,0.645099174076103,0.153725174569888,0.0,0.0466493283669296,0.5,0.153725174569888,0.0,0.0775941370705519,0.153725174569888,0.0,0.0811741816294548,0.153725174569888,0.0,0.458163954340091,0.153725174569888,0.0,0.375527762480996,0.153725174569888,0.0,0.591440557343937,0.153725174569888,0.0,0.699845495727397,0.153725174569888,0.0,0.0856708582587591,0.5,0.153725174569888,0.0,0.0166288693356873,0,0.516636475947087,1.00164753045711 -6748,0.5,0.153725174569888,0.0,0.355951187514114,0.153725174569888,0.0,0.373150970413263,0.153725174569888,0.0,0.448287477744958,0.153725174569888,0.0,0.179496428630457,0.153725174569888,0.0,0.662312823149814,0.153725174569888,0.0,0.481251857517855,0.153725174569888,0.0,0.684863995480248,0.153725174569888,0.0,0.495222551234041,0.5,0.153725174569888,0.0,0.569206669964077,0.153725174569888,0.0,0.0504992155783665,0.5,0.153725174569888,0.0,0.0780176919314631,0.153725174569888,0.0,0.0745519387990748,0.153725174569888,0.0,0.374769157847643,0.153725174569888,0.0,0.45721800976856,0.153725174569888,0.0,0.590381756641632,0.153725174569888,0.0,0.684262109849677,0.153725174569888,0.0,0.0818752643126114,0.5,0.153725174569888,0.0,0.0161113665126586,0,0.557693229178538,0.99796596715086 -6749,0.5,0.153725174569888,0.0,0.387357776347917,0.153725174569888,0.0,0.420183562777241,0.153725174569888,0.0,0.415240716509939,0.153725174569888,0.0,0.178257644044331,0.153725174569888,0.0,0.599699513931743,0.153725174569888,0.0,0.382114910372422,0.153725174569888,0.0,0.512353892512078,0.153725174569888,0.0,0.424416630000074,0.5,0.153725174569888,0.0,0.519419479866089,0.153725174569888,0.0,0.0407865346708655,0.5,0.153725174569888,0.0,0.0617467581583216,0.153725174569888,0.0,0.0765349349034311,0.153725174569888,0.0,0.380841966797892,0.153725174569888,0.0,0.555775671900199,0.153725174569888,0.0,0.587675675026534,0.153725174569888,0.0,0.720759470262333,0.153725174569888,0.0,0.0730974739767077,0.5,0.153725174569888,0.0,0.0143625262501761,0,0.532086903309502,0.997369793169916 -6750,0.5,0.153725174569888,0.0,0.405063950383277,0.153725174569888,0.0,0.395978473217647,0.153725174569888,0.0,0.408114660414011,0.153725174569888,0.0,0.173103136225866,0.153725174569888,0.0,0.54250680737471,0.153725174569888,0.0,0.317758214197388,0.153725174569888,0.0,0.409567533287126,0.153725174569888,0.0,0.383570362656536,0.5,0.153725174569888,0.0,0.545475693845456,0.153725174569888,0.0,0.040731672855274,0.5,0.153725174569888,0.0,0.0387254763511881,0.153725174569888,0.0,0.0838966185947135,0.153725174569888,0.0,0.493493644061616,0.153725174569888,0.0,0.544690979124208,0.153725174569888,0.0,0.561104581185563,0.153725174569888,0.0,0.706547614438387,0.153725174569888,0.0,0.0558362147727835,0.5,0.153725174569888,0.0,0.0138432907869638,0,0.617617721659575,0.996732584129934 -6751,0.5,0.153725174569888,0.0,0.424607418459737,0.153725174569888,0.0,0.411580314113,0.153725174569888,0.0,0.416011110550674,0.153725174569888,9.54527821508852e-05,0.1764840460453,0.153725174569888,0.0,0.431269126161443,0.153725174569888,0.0,0.27508249601434,0.153725174569888,0.0,0.380964451380915,0.153725174569888,0.0,0.428224494641804,0.5,0.153725174569888,0.0,0.559313637058013,0.153725174569888,0.0,0.0401660313450974,0.5,0.153725174569888,0.0,0.0535122980138481,0.153725174569888,0.0,0.0864445736942372,0.153725174569888,0.0,0.524412182459238,0.153725174569888,0.0,0.504605371651318,0.153725174569888,0.0,0.537077915224212,0.153725174569888,0.0,0.627989475576987,0.153725174569888,0.0,0.0489617782295923,0.5,0.153725174569888,0.000103873837736813,0.0137394218614231,0,0.61371970839623,0.985642559322178 -6752,0.5,0.153725174569888,0.0172633577829711,0.443443717311602,0.153725174569888,0.0235868321628035,0.391554697489986,0.153725174569888,0.0134783898215188,0.381638293110421,0.153725174569888,0.0221382706876052,0.186536231979134,0.153725174569888,0.00666536383939049,0.39225580272738,0.153725174569888,0.00287466454142611,0.2688392737084,0.153725174569888,0.000674113373613633,0.439337886056691,0.153725174569888,0.00075969353271037,0.427568087105917,0.5,0.153725174569888,0.00415385051127818,0.526221263378226,0.153725174569888,0.0862926222132033,0.0342687459751585,0.5,0.153725174569888,0.0392084154464731,0.0668349560862364,0.153725174569888,0.0655597095952231,0.0814460297056818,0.153725174569888,0.00905396557771031,0.512966407179284,0.153725174569888,0.00666216055537808,0.42322717987794,0.153725174569888,0.00756776471656426,0.504825390161076,0.153725174569888,0.00283096383887896,0.663827127318092,0.153725174569888,0.0532042893000963,0.0544235026966451,0.5,0.153725174569888,0.103732625930474,0.0132637916420585,0,0.617870074316806,0.981443198101543 -6753,0.5,0.153725174569888,0.0488076464103623,0.457071201431754,0.153725174569888,0.0580895726013569,0.364154358169808,0.153725174569888,0.0457830206862312,0.357543879092773,0.153725174569888,0.0838235974673689,0.195635834733717,0.153725174569888,0.0490434623289721,0.484344374720085,0.153725174569888,0.0378511450976408,0.276390723102842,0.153725174569888,0.0008611167143218,0.490516906423547,0.153725174569888,0.00727453932154914,0.366417363760172,0.5,0.153725174569888,0.0276118357492871,0.47310862819525,0.153725174569888,0.245551733971698,0.0211353498956723,0.5,0.153725174569888,0.148412836373135,0.0902325600429542,0.153725174569888,0.220831703637944,0.0711011206568695,0.153725174569888,0.0390313782493962,0.445302419984513,0.153725174569888,0.0686329145493931,0.482597486623241,0.153725174569888,0.0380797760750997,0.573201360688153,0.153725174569888,0.0124959619781243,0.709603719563762,0.153725174569888,0.183958725908538,0.0796276309900695,0.5,0.153725174569888,0.26200379848373,0.0158269819032887,0,0.599722376152653,0.998362398940972 -6754,0.5,0.153725174569888,0.0959395111196862,0.4991623775673,0.153725174569888,0.208642418355014,0.56922021183308,0.153725174569888,0.086017484430634,0.301031702015608,0.153725174569888,0.156215113701481,0.203664062420401,0.153725174569888,0.0921682173285417,0.632943883781431,0.153725174569888,0.0933620401136242,0.362719015249462,0.153725174569888,0.00425757199391776,0.508879423225765,0.153725174569888,0.0149494202556795,0.333302410495663,0.5,0.153725174569888,0.0674258667291435,0.451515313158275,0.153725174569888,0.402704755581127,0.0125211332472171,0.5,0.153725174569888,0.284911090305812,0.142991674865772,0.153725174569888,0.378183876677115,0.0893337156535124,0.153725174569888,0.0917692818247471,0.470843953017198,0.153725174569888,0.111533718179354,0.630470714211556,0.153725174569888,0.0406454106381403,0.648795901004288,0.153725174569888,0.0430502872605233,0.707828132825729,0.153725174569888,0.328393476691693,0.143515210627472,0.5,0.153725174569888,0.418069084952294,0.0321919645571612,0,0.515273925230608,0.996276781315247 -6755,0.5,0.153725174569888,0.167443085622429,0.569304917295998,0.153725174569888,0.132194491311712,0.70643565705416,0.153725174569888,0.153646032000899,0.254565748711965,0.153725174569888,0.211699811667104,0.203920509734386,0.153725174569888,0.113540624117059,0.649491681575148,0.153725174569888,0.108452594566361,0.444950363719687,0.153725174569888,0.0137814726775483,0.445095566525248,0.153725174569888,0.0254353855237231,0.330438583573541,0.5,0.153725174569888,0.116824239747887,0.489773103439699,0.153725174569888,0.527327181085636,0.0110040812793762,0.5,0.153725174569888,0.399597923582556,0.188154712238892,0.153725174569888,0.49994639028985,0.110254375852334,0.153725174569888,0.169720219540125,0.551533931867327,0.153725174569888,0.155771576432158,0.702340465234838,0.153725174569888,0.0272487605475033,0.66139239659859,0.153725174569888,0.0812952750181797,0.647245937858825,0.153725174569888,0.455682217359124,0.180109645329485,0.5,0.153725174569888,0.537850038392983,0.031848767263916,0,0.404621957725134,1.00017897710312 -6756,0.5,0.153725174569888,0.179893528703336,0.595417770349396,0.153725174569888,0.0613467691956436,0.795944572219565,0.153725174569888,0.235864148427729,0.29866820161752,0.153725174569888,0.271183717339315,0.170809319036694,0.153725174569888,0.117845614599977,0.679505631734315,0.153725174569888,0.118008836062334,0.530967770240156,0.153725174569888,0.0290794025778641,0.414333400947677,0.153725174569888,0.0343727327421428,0.325334224809381,0.5,0.153725174569888,0.11746319061482,0.610326933563415,0.153725174569888,0.596704539505617,0.00707417558052965,0.5,0.153725174569888,0.445422949921904,0.224574746351818,0.153725174569888,0.560476114862,0.137567151681467,0.153725174569888,0.145982278155964,0.59805451752816,0.153725174569888,0.171802934257923,0.713852323342072,0.153725174569888,0.0349438401849822,0.613015105633682,0.153725174569888,0.101011418677492,0.599182378708584,0.153725174569888,0.537052831527898,0.211793052122295,0.5,0.153725174569888,0.601388841946832,0.0241845089024306,0,0.356893589257261,1.0072855717984 -6757,0.5,0.153725174569888,0.112246387192719,0.555415273886564,0.153725174569888,0.0104420256725036,0.548555216257208,0.153725174569888,0.284641744097495,0.372989315498644,0.153725174569888,0.353304091306419,0.148206169547964,0.153725174569888,0.102428335763467,0.706353104228211,0.153725174569888,0.0938929284605406,0.54496948599029,0.153725174569888,0.034910341696614,0.409838076642504,0.153725174569888,0.0393328630452902,0.312931123521716,0.5,0.153725174569888,0.106998989854393,0.518140645737074,0.153725174569888,0.614391208968395,0.00638682038197412,0.5,0.153725174569888,0.420753125859401,0.25142806056569,0.153725174569888,0.562603568459969,0.188002527339257,0.153725174569888,0.116325255064644,0.576230638593413,0.153725174569888,0.175315275938952,0.69952416253018,0.153725174569888,0.0416146991336461,0.575982102527709,0.153725174569888,0.103882771761614,0.692709685510202,0.153725174569888,0.555048015695544,0.242705004853865,0.5,0.153725174569888,0.613862231212258,0.0163116718453362,0,0.207269402515184,1.00833201922985 -6758,0.5,0.153725174569888,0.0783123885880617,0.47504910289113,0.153725174569888,0.0222807634500145,0.473675089506621,0.153725174569888,0.303349429650161,0.472359945507834,0.153725174569888,0.405919133021314,0.168198795262937,0.153725174569888,0.0698445969501541,0.696305480246321,0.153725174569888,0.0883146289191535,0.529343307944432,0.153725174569888,0.02614504622737,0.360977400606175,0.153725174569888,0.0411599095855825,0.313611888216795,0.5,0.153725174569888,0.074338539489491,0.47522449865964,0.153725174569888,0.58141551601072,0.00860517752315961,0.5,0.153725174569888,0.332169674650078,0.232760473517288,0.153725174569888,0.50427855127164,0.206380915293259,0.153725174569888,0.138337192428362,0.580801686971383,0.153725174569888,0.122628722435977,0.708120509967675,0.153725174569888,0.0389086629572525,0.522569994989611,0.153725174569888,0.0969205553804962,0.673526262894373,0.153725174569888,0.515645570736856,0.243790272258081,0.5,0.153725174569888,0.574425562707858,0.0103644071006302,0,0.168723159038164,1.00342579285113 -6759,0.5,0.153725174569888,0.0712259461220549,0.383831784802253,0.153725174569888,0.0308977291721339,0.448560209380837,0.153725174569888,0.255263282097879,0.554427359480983,0.153725174569888,0.357289683066708,0.215152651936944,0.153725174569888,0.0602914591992572,0.641224873618043,0.153725174569888,0.148303506026344,0.590655892604108,0.153725174569888,0.0233424294055832,0.348947807840707,0.153725174569888,0.0503987486783268,0.320460182750027,0.5,0.153725174569888,0.0468022255694679,0.477319971454798,0.153725174569888,0.489695254313067,0.00862207892731555,0.5,0.153725174569888,0.216807801555565,0.274257049073361,0.153725174569888,0.386922124880244,0.173363081179272,0.153725174569888,0.0959152906223439,0.530714818458227,0.153725174569888,0.0701870279721775,0.696676059587305,0.153725174569888,0.0316580686471538,0.444978059318847,0.153725174569888,0.0628811310265025,0.590059013862037,0.153725174569888,0.413762086497579,0.239274499718664,0.5,0.153725174569888,0.475903211008283,0.0095154950266508,0,0.23781611334096,1.00216065813346 -6760,0.5,0.153725174569888,0.071250044786561,0.295309749222771,0.153725174569888,0.018682694852914,0.377876550501784,0.153725174569888,0.159607476774496,0.472579570972358,0.153725174569888,0.263927419278362,0.19622758502861,0.153725174569888,0.0603485094004252,0.652098523828855,0.153725174569888,0.239162471039558,0.6277941703139,0.153725174569888,0.0274357326149078,0.358570685418234,0.153725174569888,0.0635700691442151,0.339857167082657,0.5,0.153725174569888,0.0252765602643941,0.415788922860474,0.153725174569888,0.352144880850438,0.00410937090655362,0.5,0.153725174569888,0.118451320686215,0.205577555241699,0.153725174569888,0.246447694535561,0.118159769062319,0.153725174569888,0.0390221725871672,0.435348786343241,0.153725174569888,0.0523029107856683,0.639879328329014,0.153725174569888,0.0158103714850621,0.387594237574081,0.153725174569888,0.0289331531855512,0.47920612158079,0.153725174569888,0.271940580265709,0.156939319181413,0.5,0.153725174569888,0.336157094586665,0.00742841454638088,0,0.344116754797712,1.00747194440377 -6761,0.5,0.153725174569888,0.0200054322224082,0.242614960864041,0.153725174569888,0.00333040462199144,0.279456687405239,0.153725174569888,0.0547763056493212,0.338427981548051,0.153725174569888,0.0431337003173355,0.197465674943931,0.153725174569888,0.0468560929453052,0.601695270635444,0.153725174569888,0.127074080578793,0.504970277250059,0.153725174569888,0.0275862845204361,0.346880239876314,0.153725174569888,0.049040813948401,0.276495344793392,0.5,0.153725174569888,0.00959147169221939,0.327428332461057,0.153725174569888,0.0945407268035202,0.00251236148459899,0.5,0.153725174569888,0.0491147886294499,0.13443192077487,0.153725174569888,0.0924738963765096,0.133745694251812,0.153725174569888,0.0108310033528361,0.365604868289471,0.153725174569888,0.0207315584060931,0.556513743141274,0.153725174569888,0.00376061867021814,0.323338599492882,0.153725174569888,0.00939299724859765,0.383486167050548,0.153725174569888,0.0685490718072058,0.105069403537779,0.5,0.153725174569888,0.066892956836773,0.00683032339895585,0,0.279653147615057,1.00758402912092 -6762,0.5,0.153725174569888,0.0,0.25015561192805,0.153725174569888,0.0,0.219995240441255,0.153725174569888,0.0,0.267863514785964,0.153725174569888,0.0,0.242980164780548,0.153725174569888,0.0,0.469147519403614,0.153725174569888,0.0,0.403748019371638,0.153725174569888,9.08173346242795e-06,0.302315950789728,0.153725174569888,2.69654413279354e-06,0.227578755427627,0.5,0.153725174569888,0.000114646708861986,0.219684402885161,0.153725174569888,0.0,0.00465875951556926,0.5,0.153725174569888,1.40994031575545e-05,0.115389950379474,0.153725174569888,1.5764619962695e-05,0.130642063581622,0.153725174569888,0.0,0.351303444573339,0.153725174569888,0.0,0.480736887346425,0.153725174569888,0.0,0.266908600067776,0.153725174569888,3.74416392584625e-05,0.315448254392856,0.153725174569888,0.0,0.101002135058546,0.5,0.153725174569888,0.0,0.0111662088311573,0,0.225557642501303,1.00746862897858 -6763,0.5,0.153725174569888,0.0,0.255051054677636,0.153725174569888,0.0,0.177256658135648,0.153725174569888,0.0,0.2157118201753,0.153725174569888,0.0,0.246950721989928,0.153725174569888,0.0,0.446779177022757,0.153725174569888,0.0,0.428634725252119,0.153725174569888,0.0,0.284746864188416,0.153725174569888,0.0,0.201384477020641,0.5,0.153725174569888,0.0,0.156188490684726,0.153725174569888,0.0,0.0137361180418424,0.5,0.153725174569888,0.0,0.106831659164258,0.153725174569888,0.0,0.086685697767386,0.153725174569888,0.0,0.334476420579784,0.153725174569888,0.0,0.460750337164635,0.153725174569888,0.0,0.23371891648888,0.153725174569888,0.0,0.258664362385472,0.153725174569888,0.0,0.095813927950183,0.5,0.153725174569888,0.0,0.0163539033744195,0,0.235155928071384,1.00798948110424 -6764,0.5,0.153725174569888,0.0,0.225089664184146,0.153725174569888,0.0,0.140172355794248,0.153725174569888,0.0,0.164329325717246,0.153725174569888,0.0,0.220014088153198,0.153725174569888,0.0,0.512714367654638,0.153725174569888,0.0,0.470635222674387,0.153725174569888,0.0,0.263985989895909,0.153725174569888,0.0,0.1811754749434,0.5,0.153725174569888,0.0,0.123344373592543,0.153725174569888,0.0,0.0267567397638013,0.5,0.153725174569888,0.0,0.109478372571884,0.153725174569888,0.0,0.0400783738365401,0.153725174569888,0.0,0.283073030409238,0.153725174569888,0.0,0.43612286011384,0.153725174569888,0.0,0.223019544971698,0.153725174569888,0.0,0.237077529697919,0.153725174569888,0.0,0.0979277479203563,0.5,0.153725174569888,0.0,0.0258153490177786,0,0.188942747457815,1.00821954436327 -6765,0.5,0.153725174569888,0.0,0.174331844354172,0.153725174569888,0.0,0.150394262660457,0.153725174569888,0.0,0.136739490870461,0.153725174569888,0.0,0.174343696085701,0.153725174569888,0.0,0.494872569209192,0.153725174569888,0.0,0.513595118814739,0.153725174569888,0.0,0.237486065801239,0.153725174569888,0.0,0.162844997169573,0.5,0.153725174569888,0.0,0.120312705249884,0.153725174569888,0.0,0.0407395919830167,0.5,0.153725174569888,0.0,0.163335158395257,0.153725174569888,0.0,0.0192674896027488,0.153725174569888,0.0,0.269045989166974,0.153725174569888,0.0,0.461663361475332,0.153725174569888,0.0,0.210832063112361,0.153725174569888,0.0,0.172934330047424,0.153725174569888,0.0,0.0911455743513425,0.5,0.153725174569888,0.0,0.0306328317701806,0,0.135256656029491,1.0077677578645 -6766,0.5,0.153725174569888,0.0,0.126189951108314,0.153725174569888,0.0,0.174788687260029,0.153725174569888,0.0,0.136815191862373,0.153725174569888,0.0,0.132279641327474,0.153725174569888,0.0,0.445208599172028,0.153725174569888,0.0,0.582909631322868,0.153725174569888,0.0,0.269076025877355,0.153725174569888,0.0,0.151449517478854,0.5,0.153725174569888,0.0,0.135601679375572,0.153725174569888,0.0,0.0470343516560016,0.5,0.153725174569888,0.0,0.215777736532839,0.153725174569888,0.0,0.013845495204981,0.153725174569888,0.0,0.316912549890563,0.153725174569888,0.0,0.453495988192211,0.153725174569888,0.0,0.196146484357096,0.153725174569888,0.0,0.138722577053107,0.153725174569888,0.0,0.108011502093473,0.5,0.153725174569888,0.0,0.0299429130789604,0,0.137371928087139,1.00653102727272 -6767,0.5,0.153725174569888,0.0,0.103006731762776,0.153725174569888,0.0,0.247180086475554,0.153725174569888,0.0,0.142538355838668,0.153725174569888,0.0,0.109098633367186,0.153725174569888,0.0,0.523120195024508,0.153725174569888,0.0,0.603859742608624,0.153725174569888,0.0,0.331791143166838,0.153725174569888,0.0,0.156919928112719,0.5,0.153725174569888,0.0,0.157466591970275,0.153725174569888,0.0,0.0494009091104436,0.5,0.153725174569888,0.0,0.260724410547465,0.153725174569888,0.0,0.0129032982901416,0.153725174569888,0.0,0.38098950327871,0.153725174569888,0.0,0.468693965211003,0.153725174569888,0.0,0.192840317157094,0.153725174569888,0.0,0.163611998620223,0.153725174569888,0.0,0.119185061758939,0.5,0.153725174569888,0.0,0.0319459363958681,0,0.163658127655562,1.0074463497013 -6768,0.5,0.153725174569888,0.0,0.0881192680722629,0.153725174569888,0.0,0.305910059869372,0.153725174569888,0.0,0.139245941758905,0.153725174569888,0.0,0.0994734426044052,0.153725174569888,0.0,0.617203782211703,0.153725174569888,0.0,0.579452419002811,0.153725174569888,0.0,0.343771359399794,0.153725174569888,0.0,0.145468640265619,0.5,0.153725174569888,0.0,0.142551686543935,0.153725174569888,0.0,0.0416973779512959,0.5,0.153725174569888,0.0,0.254652935394907,0.153725174569888,0.0,0.0150686824188002,0.153725174569888,0.0,0.446923590259885,0.153725174569888,0.0,0.507323663414367,0.153725174569888,0.0,0.208655728549192,0.153725174569888,0.0,0.184235314469922,0.153725174569888,0.0,0.133550502382895,0.5,0.153725174569888,0.0,0.0230142768408372,0,0.180111719349722,1.00834202869729 -6769,0.5,0.153725174569888,0.0,0.0894587456218368,0.153725174569888,0.0,0.309663112768221,0.153725174569888,0.0,0.202305838954924,0.153725174569888,0.0,0.0880210854003034,0.153725174569888,0.0,0.64600685804788,0.153725174569888,0.0,0.535737494991483,0.153725174569888,0.0,0.30470835418906,0.153725174569888,0.0,0.142768361977141,0.5,0.153725174569888,0.0,0.12578999337894,0.153725174569888,0.0,0.0427746791006036,0.5,0.153725174569888,0.0,0.215251512850792,0.153725174569888,0.0,0.0178119006152592,0.153725174569888,0.0,0.510818258753699,0.153725174569888,0.0,0.547275479061208,0.153725174569888,0.0,0.248357597977381,0.153725174569888,0.0,0.138685027852498,0.153725174569888,0.0,0.116288076926235,0.5,0.153725174569888,0.0,0.0225310446676357,0,0.181525930174871,1.00856520097237 -6770,0.5,0.153725174569888,0.0,0.119665856830771,0.153725174569888,0.0,0.300655251056398,0.153725174569888,0.0,0.234845542801177,0.153725174569888,0.0,0.0897840134466483,0.153725174569888,0.0,0.650312434706835,0.153725174569888,0.0,0.515659518028872,0.153725174569888,0.0,0.28080819020015,0.153725174569888,0.0,0.141761748256209,0.5,0.153725174569888,0.0,0.124200246963806,0.153725174569888,0.0,0.0336682883110191,0.5,0.153725174569888,0.0,0.0985077676833017,0.153725174569888,0.0,0.0136850745181904,0.153725174569888,0.0,0.56342980416427,0.153725174569888,0.0,0.581167517718125,0.153725174569888,0.0,0.257132203141061,0.153725174569888,0.0,0.121182456986087,0.153725174569888,0.0,0.0739644915737926,0.5,0.153725174569888,0.0,0.019636178695793,0,0.213236470379646,1.00864939814414 -6771,0.5,0.153725174569888,0.0,0.142080578729178,0.153725174569888,0.0,0.305512408877666,0.153725174569888,0.0,0.19617192057268,0.153725174569888,0.0,0.110255981410341,0.153725174569888,0.0,0.637962083750013,0.153725174569888,0.0,0.495768016664451,0.153725174569888,0.0,0.26499345346321,0.153725174569888,0.0,0.13182897933805,0.5,0.153725174569888,0.0,0.0833612591354568,0.153725174569888,0.0,0.0348379770213197,0.5,0.153725174569888,0.0,0.0512670111382976,0.153725174569888,0.0,0.00775844937321885,0.153725174569888,0.0,0.612094232245343,0.153725174569888,0.0,0.61009558515645,0.153725174569888,0.0,0.250053732604118,0.153725174569888,0.0,0.113344651521025,0.153725174569888,0.0,0.0430820984090219,0.5,0.153725174569888,0.0,0.0140193426187282,0,0.256822933432916,1.00840536726983 -6772,0.5,0.153725174569888,0.0,0.15882119956784,0.153725174569888,0.0,0.325663200790824,0.153725174569888,0.0,0.136191694833652,0.153725174569888,0.0,0.119580559423509,0.153725174569888,0.0,0.614109343467562,0.153725174569888,0.0,0.441834464098858,0.153725174569888,0.0,0.276321302384394,0.153725174569888,0.0,0.0885102800456311,0.5,0.153725174569888,0.0,0.0472481330165615,0.153725174569888,0.0,0.0259446641953383,0.5,0.153725174569888,0.0,0.0191537059373566,0.153725174569888,0.0,0.00431213308096359,0.153725174569888,0.0,0.656361631585235,0.153725174569888,0.0,0.596478776270859,0.153725174569888,0.0,0.235759662535434,0.153725174569888,0.0,0.113648064866443,0.153725174569888,0.0,0.0216379918193984,0.5,0.153725174569888,0.0,0.0106928229762158,0,0.404692442142968,1.00497680031022 -6773,0.5,0.153725174569888,0.0,0.14901533001613,0.153725174569888,0.0,0.361043767991321,0.153725174569888,0.0,0.0967286488792939,0.153725174569888,0.0,0.0908057342879119,0.153725174569888,0.0,0.556533851491489,0.153725174569888,0.0,0.358817037231908,0.153725174569888,0.0,0.260485531468968,0.153725174569888,0.0,0.0637444102772142,0.5,0.153725174569888,0.0,0.0338528768870245,0.153725174569888,0.0,0.0232933448075555,0.5,0.153725174569888,0.0,0.00829843299305545,0.153725174569888,0.0,0.00218650917689708,0.153725174569888,0.0,0.668570895741866,0.153725174569888,0.0,0.573874382642659,0.153725174569888,0.0,0.242855277496887,0.153725174569888,0.0,0.0945075318986717,0.153725174569888,0.0,0.00911755900693483,0.5,0.153725174569888,0.0,0.0106574459032363,0,0.511868944808671,0.99806947578894 -6774,0.5,0.153725174569888,0.0,0.134825964900885,0.153725174569888,0.0,0.363613333423244,0.153725174569888,0.0,0.0880198249411951,0.153725174569888,0.0,0.0579792922779851,0.153725174569888,0.0,0.46338991981894,0.153725174569888,0.0,0.292563800990025,0.153725174569888,0.0,0.211170396423029,0.153725174569888,0.0,0.0623845938042454,0.5,0.153725174569888,0.0,0.0361774345456739,0.153725174569888,0.0,0.0206549029597999,0.5,0.153725174569888,0.0,0.00399166229415322,0.153725174569888,0.0,0.0018796355660776,0.153725174569888,0.0,0.646278180947186,0.153725174569888,0.0,0.541389301720682,0.153725174569888,0.0,0.243239063123791,0.153725174569888,0.0,0.0753615158900471,0.153725174569888,0.0,0.00388180450611171,0.5,0.153725174569888,0.0,0.0107234211373013,0,0.475100707753082,0.99876867327932 -6775,0.5,0.153725174569888,0.0,0.143056273435814,0.153725174569888,0.0,0.327388919404807,0.153725174569888,0.0,0.0855668152436774,0.153725174569888,9.28400790835038e-06,0.0391334090395109,0.153725174569888,0.0,0.371634157469371,0.153725174569888,0.0,0.252794058091613,0.153725174569888,0.0,0.168209744459467,0.153725174569888,0.0,0.0651447679190909,0.5,0.153725174569888,0.0,0.030702517073468,0.153725174569888,0.0,0.0185005790464353,0.5,0.153725174569888,0.0,0.000886810726667048,0.153725174569888,0.0,0.00215472016108441,0.153725174569888,0.0,0.606987911142108,0.153725174569888,0.0,0.495315844987178,0.153725174569888,0.0,0.224781366656756,0.153725174569888,0.0,0.0572605341958956,0.153725174569888,0.0,0.00151783506601674,0.5,0.153725174569888,1.5223120893303e-05,0.0109067865703955,0,0.500819734611365,0.999585489248812 -6776,0.5,0.153725174569888,0.0805266838922109,0.158323080831238,0.153725174569888,0.050805998747595,0.302567599297068,0.153725174569888,0.0371083808301255,0.0877820382097327,0.153725174569888,0.0336456822310515,0.0300355011801924,0.153725174569888,0.0265935900603405,0.358686261147025,0.153725174569888,0.0322206511220711,0.205697638088669,0.153725174569888,0.0412978884809596,0.12820304500589,0.153725174569888,0.0172052355217197,0.050344868308087,0.5,0.153725174569888,0.0234247876768461,0.0332250246289114,0.153725174569888,0.0515655719024628,0.0177038083490397,0.5,0.153725174569888,0.020104223974672,6.78056574323213e-05,0.153725174569888,0.0125511208223211,0.00275310016098789,0.153725174569888,0.0233789257026645,0.627895919982816,0.153725174569888,0.0309047934723564,0.451182218331331,0.153725174569888,0.0615765326814122,0.184189798019479,0.153725174569888,0.0346993734744351,0.0480346033362235,0.153725174569888,0.0205778672237398,0.000426124542327329,0.5,0.153725174569888,0.0845937873705509,0.00743199915185856,0,0.645989962892816,0.993514493402322 -6777,0.5,0.153725174569888,0.238252173568968,0.273334070335963,0.153725174569888,0.149079014415933,0.39277525751742,0.153725174569888,0.116711436331948,0.125188064169034,0.153725174569888,0.107732159860818,0.0721073513031217,0.153725174569888,0.10565401869991,0.365594232025919,0.153725174569888,0.167246213757035,0.195614126461754,0.153725174569888,0.186042282162569,0.0926441896246842,0.153725174569888,0.0943706188689298,0.0489350225278633,0.5,0.153725174569888,0.107243537451917,0.0352500249654118,0.153725174569888,0.148852594969772,0.00964199968341183,0.5,0.153725174569888,0.0692247397277612,0.000497830045057816,0.153725174569888,0.0482922780348928,0.00430140130740416,0.153725174569888,0.108071127004297,0.697500742734655,0.153725174569888,0.117838118835824,0.485220359870659,0.153725174569888,0.217456038169308,0.201474727521297,0.153725174569888,0.149784816186709,0.0597263333012592,0.153725174569888,0.0695478136195152,0.000667773761674344,0.5,0.153725174569888,0.224389340081785,0.0037282202628333,0,0.729337802790245,0.981985719656347 -6778,0.5,0.153725174569888,0.387454603105194,0.404584641854879,0.153725174569888,0.213809983846115,0.397106235730627,0.153725174569888,0.215540183692654,0.13902197398265,0.153725174569888,0.203047055042251,0.119268622666654,0.153725174569888,0.205623739823408,0.465981281770532,0.153725174569888,0.286401393322428,0.267144464326357,0.153725174569888,0.326783883199278,0.160410128770551,0.153725174569888,0.196814862641237,0.0741098419708395,0.5,0.153725174569888,0.186505671335698,0.0442758150521217,0.153725174569888,0.248806010673116,0.00396334512477104,0.5,0.153725174569888,0.0924351168361384,0.00942309865875939,0.153725174569888,0.10213232552947,0.00755509619428043,0.153725174569888,0.265960105028521,0.725962551927653,0.153725174569888,0.157885362707445,0.440834348817296,0.153725174569888,0.363425940255153,0.289887681814386,0.153725174569888,0.277035465381518,0.0886845230921301,0.153725174569888,0.112785070686465,0.00218985125697938,0.5,0.153725174569888,0.377805492625172,0.00174692836241093,0,0.675803306771682,0.958581756817491 -6779,0.5,0.153725174569888,0.50064209388199,0.403378619921799,0.153725174569888,0.166747922334124,0.401666966849906,0.153725174569888,0.331442454363253,0.109215019205248,0.153725174569888,0.29019578046368,0.102206389303345,0.153725174569888,0.385206873655553,0.520032855542093,0.153725174569888,0.40924043064608,0.303934534897977,0.153725174569888,0.439874832416562,0.285847188033657,0.153725174569888,0.314207347543108,0.120586171256392,0.5,0.153725174569888,0.246148458369179,0.0673705561424331,0.153725174569888,0.382754401056254,0.00625064968887253,0.5,0.153725174569888,0.0939027474575668,0.0433486050132985,0.153725174569888,0.164122057460087,0.0153725398780064,0.153725174569888,0.401556532849832,0.721065634334103,0.153725174569888,0.270592369173651,0.442475489490128,0.153725174569888,0.471128316054342,0.36384743505161,0.153725174569888,0.332955290106558,0.104828396987462,0.153725174569888,0.128087452206395,0.015174750929665,0.5,0.153725174569888,0.500327478707218,0.00227359067464386,0,0.524037794931929,0.9196270523 -6780,0.5,0.153725174569888,0.557769025492535,0.367628753170478,0.153725174569888,0.109194786187649,0.309726097353757,0.153725174569888,0.410217503588207,0.0893700747895352,0.153725174569888,0.350831191669469,0.091842976062231,0.153725174569888,0.483135198278942,0.395068490697947,0.153725174569888,0.488675425350581,0.255847920380613,0.153725174569888,0.478099837027667,0.308679668323049,0.153725174569888,0.366705271899753,0.118372084323827,0.5,0.153725174569888,0.253743945727049,0.0683251456170706,0.153725174569888,0.502533742068424,0.0296459504679529,0.5,0.153725174569888,0.085193577429217,0.0687086280305993,0.153725174569888,0.220577403741224,0.030338904673364,0.153725174569888,0.409317049306872,0.731298636613735,0.153725174569888,0.386559268233667,0.391722990004245,0.153725174569888,0.508396753168179,0.376684508682574,0.153725174569888,0.310067201995188,0.149080978603081,0.153725174569888,0.130658089556211,0.0304007254005676,0.5,0.153725174569888,0.576864829641065,0.0122716817438581,0,0.41532590289294,0.766891045210316 -6781,0.5,0.153725174569888,0.561416766308132,0.318182441235406,0.153725174569888,0.107073707976233,0.230286526557917,0.153725174569888,0.366916126616102,0.0868064709893995,0.153725174569888,0.376241381859,0.0774918189657818,0.153725174569888,0.537225670810648,0.318813144887749,0.153725174569888,0.517124417724561,0.22165718820227,0.153725174569888,0.490375244357265,0.236821261966861,0.153725174569888,0.392006091705799,0.124099063262412,0.5,0.153725174569888,0.207943027305397,0.0743295730904226,0.153725174569888,0.559392693720191,0.0700012030265492,0.5,0.153725174569888,0.0608924610810896,0.0806747149883673,0.153725174569888,0.250869688592075,0.044993403670797,0.153725174569888,0.362350653546961,0.71042164204639,0.153725174569888,0.454762430879535,0.373761888195843,0.153725174569888,0.497499090867122,0.287987818440039,0.153725174569888,0.308406527538854,0.13754132641984,0.153725174569888,0.158541184904496,0.0416609351961297,0.5,0.153725174569888,0.596182598239641,0.0414575006981577,0,0.347598909603223,0.507087818286748 -6782,0.5,0.153725174569888,0.492604938637807,0.262939536134618,0.153725174569888,0.243153795680382,0.281694345831817,0.153725174569888,0.263597014729934,0.07232353510487,0.153725174569888,0.368546883822392,0.0730013908125217,0.153725174569888,0.528929388068717,0.291047911531327,0.153725174569888,0.487621992275781,0.19524096860499,0.153725174569888,0.459166322757971,0.196427109430859,0.153725174569888,0.353910256338241,0.132670304927308,0.5,0.153725174569888,0.127573525369026,0.0635154777064647,0.153725174569888,0.537126738889188,0.103090487140914,0.5,0.153725174569888,0.0334015460194244,0.0797191905616543,0.153725174569888,0.241557814319562,0.0473277711027937,0.153725174569888,0.250567204177154,0.579156176997037,0.153725174569888,0.474389828764237,0.331490583942023,0.153725174569888,0.450400396649097,0.236575097107393,0.153725174569888,0.282898578189533,0.120082412366271,0.153725174569888,0.194982317837296,0.0502037967114493,0.5,0.153725174569888,0.559526532874397,0.0814888185663587,0,0.294932114916418,0.498972871926775 -6783,0.5,0.153725174569888,0.298076111723328,0.189141052012995,0.153725174569888,0.289755619184426,0.260728333338347,0.153725174569888,0.189449635296581,0.047186074148325,0.153725174569888,0.275274196241863,0.0568351957653225,0.153725174569888,0.432029706345804,0.261706893229963,0.153725174569888,0.412243387491794,0.167555257267852,0.153725174569888,0.3720792158585,0.146961352104799,0.153725174569888,0.234467296372014,0.121545534496361,0.5,0.153725174569888,0.0809992317024121,0.0510128203009046,0.153725174569888,0.432861046480807,0.113750048075002,0.5,0.153725174569888,0.0166953474900326,0.055792640732216,0.153725174569888,0.191722553471388,0.0367988428786306,0.153725174569888,0.179037051617193,0.322827096267061,0.153725174569888,0.342638284491944,0.256413194269543,0.153725174569888,0.348053193351536,0.161091423796267,0.153725174569888,0.196361000869307,0.0991741462402536,0.153725174569888,0.179307015782802,0.0532134132818647,0.5,0.153725174569888,0.461321445744536,0.118784184506442,0,0.234992479003743,0.805855541009306 -6784,0.5,0.153725174569888,0.155789238888338,0.112210631976466,0.153725174569888,0.0185352049460241,0.0568505804160556,0.153725174569888,0.0982787257735122,0.0239373820121003,0.153725174569888,0.165856047434587,0.0236913212479268,0.153725174569888,0.294141985660682,0.186868430457124,0.153725174569888,0.29682760857146,0.117220463133503,0.153725174569888,0.253283099682132,0.0767997196692599,0.153725174569888,0.128917501943048,0.0956587912210274,0.5,0.153725174569888,0.0419798708429874,0.0360891837421116,0.153725174569888,0.291285826377221,0.0828113996678378,0.5,0.153725174569888,0.0149477950936165,0.0306120696702133,0.153725174569888,0.128166600722528,0.0224655166553494,0.153725174569888,0.165642280062549,0.1482174194469,0.153725174569888,0.261848688269282,0.203947555252823,0.153725174569888,0.232433997120633,0.0797348831928874,0.153725174569888,0.110473767850636,0.0725359526303966,0.153725174569888,0.107291036595258,0.0356412213717802,0.5,0.153725174569888,0.318796709255173,0.105222855266423,0,0.187008549727691,0.905069436920086 -6785,0.5,0.153725174569888,0.0311929434089867,0.033593165898454,0.153725174569888,0.00819585719910136,0.00716707812093547,0.153725174569888,0.0202393953622036,0.00657702265386292,0.153725174569888,0.0294862462908619,0.00390385811902329,0.153725174569888,0.114247013629123,0.0473928801615547,0.153725174569888,0.135689397448758,0.0243369892930058,0.153725174569888,0.111503553277853,0.0176800359093182,0.153725174569888,0.0761391510581106,0.0475332029855097,0.5,0.153725174569888,0.0105316688086873,0.0186343554467578,0.153725174569888,0.0927777946647526,0.0300347934769526,0.5,0.153725174569888,0.00726596186432822,0.0324467543694527,0.153725174569888,0.0520547960235924,0.0161695518764255,0.153725174569888,0.0576804898873343,0.0511789343687882,0.153725174569888,0.101947771881582,0.0882606680029717,0.153725174569888,0.0822919632444576,0.0107627343738824,0.153725174569888,0.0324778325626094,0.0318398869015898,0.153725174569888,0.0284211537860412,0.0137851186133693,0.5,0.153725174569888,0.0635904225419761,0.0412969695622663,0,0.221756466963378,0.834066167933547 -6786,0.5,0.153725174569888,0.0,0.0106196909985116,0.153725174569888,0.0,0.00753445228089638,0.153725174569888,0.0,0.00278886873596574,0.153725174569888,0.0,0.00358168196520091,0.153725174569888,0.0,0.0290933332004929,0.153725174569888,0.0,0.00886735140700511,0.153725174569888,0.0,0.0152100681250072,0.153725174569888,0.0,0.0260811148995766,0.5,0.153725174569888,0.000113021068816629,0.0117125432266841,0.153725174569888,0.0,0.0196194479845124,0.5,0.153725174569888,0.0,0.0530570030953655,0.153725174569888,0.0,0.0253381194627183,0.153725174569888,0.0,0.0538547863626086,0.153725174569888,0.0,0.0669553502535456,0.153725174569888,0.0,0.00719260564175832,0.153725174569888,1.49281923225544e-06,0.0189154979008804,0.153725174569888,0.0,0.0161947356847801,0.5,0.153725174569888,0.0,0.0345496253767525,0,0.140289820853065,0.777303594378357 -6787,0.5,0.153725174569888,0.0,0.00371098670607727,0.153725174569888,0.0,0.012918799298538,0.153725174569888,0.0,0.00398962807261235,0.153725174569888,0.0,0.00582268798924393,0.153725174569888,0.0,0.0175205766647561,0.153725174569888,0.0,0.0065420312590058,0.153725174569888,0.0,0.0292392576233171,0.153725174569888,0.0,0.015020570815291,0.5,0.153725174569888,0.0,0.0137957525210412,0.153725174569888,0.0,0.0110831335878722,0.5,0.153725174569888,0.0,0.0869680688330992,0.153725174569888,0.0,0.0342520452276388,0.153725174569888,0.0,0.0730663074744345,0.153725174569888,0.0,0.0578713530669112,0.153725174569888,0.0,0.00901947977860421,0.153725174569888,0.0,0.0132687657048045,0.153725174569888,0.0,0.0228422174519349,0.5,0.153725174569888,0.0,0.0177747958030728,0,0.0649282246019476,0.673857784046449 -6788,0.5,0.153725174569888,0.0,0.00304231300379511,0.153725174569888,0.0,0.0209704513919156,0.153725174569888,0.0,0.00492373170143779,0.153725174569888,0.0,0.00912064410682954,0.153725174569888,0.0,0.0116377843176411,0.153725174569888,0.0,0.00839600140085013,0.153725174569888,0.0,0.0359116203637907,0.153725174569888,0.0,0.0137120519049519,0.5,0.153725174569888,0.0,0.0218443850529098,0.153725174569888,0.0,0.0091406354580866,0.5,0.153725174569888,0.0,0.0989784193354457,0.153725174569888,0.0,0.0441690778147492,0.153725174569888,0.0,0.0876289581039862,0.153725174569888,0.0,0.0494646548530757,0.153725174569888,0.0,0.0110492048815357,0.153725174569888,0.0,0.00712774092368086,0.153725174569888,0.0,0.0376171447493313,0.5,0.153725174569888,0.0,0.00919834671483943,0,0.0183950088050137,0.489233890310813 -6789,0.5,0.153725174569888,0.0,0.00447878689322366,0.153725174569888,0.0,0.0245748823732127,0.153725174569888,0.0,0.00771618189609668,0.153725174569888,0.0,0.0101999411670765,0.153725174569888,0.0,0.0098248771531654,0.153725174569888,0.0,0.0135879547712254,0.153725174569888,0.0,0.037356219575809,0.153725174569888,0.0,0.0137510687113704,0.5,0.153725174569888,0.0,0.0352650700093404,0.153725174569888,0.0,0.0119302148714491,0.5,0.153725174569888,0.0,0.0600767483640071,0.153725174569888,0.0,0.0448921716986388,0.153725174569888,0.0,0.0907478275880192,0.153725174569888,0.0,0.0337448697831005,0.153725174569888,0.0,0.0121492967116752,0.153725174569888,0.0,0.0109693158624138,0.153725174569888,0.0,0.0401518893401537,0.5,0.153725174569888,0.0,0.00927697878787137,0,0.0110954204193678,0.211889626606181 -6790,0.5,0.153725174569888,0.0,0.00669382686798865,0.153725174569888,0.0,0.0229312920240888,0.153725174569888,0.0,0.0232349032606677,0.153725174569888,0.0,0.012834081777355,0.153725174569888,0.0,0.0133438833643155,0.153725174569888,0.0,0.0188706377001374,0.153725174569888,0.0,0.0343117540037399,0.153725174569888,0.0,0.0116380003215172,0.5,0.153725174569888,0.0,0.0429118740789223,0.153725174569888,0.0,0.0179868876360909,0.5,0.153725174569888,0.0,0.0323376138434176,0.153725174569888,0.0,0.0393120194757897,0.153725174569888,0.0,0.077557074648371,0.153725174569888,0.0,0.023593317158888,0.153725174569888,0.0,0.0152191979778816,0.153725174569888,0.0,0.0219613864224782,0.153725174569888,0.0,0.0326278151740077,0.5,0.153725174569888,0.0,0.0133425371242366,0,0.00120793138272877,0.0489548863586443 -6791,0.5,0.153725174569888,0.0,0.0106812477056923,0.153725174569888,0.0,0.0226746824299097,0.153725174569888,0.0,0.0465504688285375,0.153725174569888,0.0,0.0234853908755818,0.153725174569888,0.0,0.0224022021616734,0.153725174569888,0.0,0.0201288569427272,0.153725174569888,0.0,0.0217094928328617,0.153725174569888,0.0,0.0091189954708095,0.5,0.153725174569888,0.0,0.0447853721713031,0.153725174569888,0.0,0.0284528441405417,0.5,0.153725174569888,0.0,0.00972067973214254,0.153725174569888,0.0,0.0312970967788834,0.153725174569888,0.0,0.0537003983801189,0.153725174569888,0.0,0.0211860615228797,0.153725174569888,0.0,0.0188932738073954,0.153725174569888,0.0,0.0313077041232175,0.153725174569888,0.0,0.0278917483857638,0.5,0.153725174569888,0.0,0.0166131099088283,0,0.00139293277624243,0.0146230268409506 -6792,0.5,0.153725174569888,0.0,0.0162020913315739,0.153725174569888,0.0,0.0166185852508299,0.153725174569888,0.0,0.0499378915909548,0.153725174569888,0.0,0.0416273008805755,0.153725174569888,0.0,0.0220115784197819,0.153725174569888,0.0,0.0149143758567756,0.153725174569888,0.0,0.0107347988369837,0.153725174569888,0.0,0.00664177525757972,0.5,0.153725174569888,0.0,0.0401301783015608,0.153725174569888,0.0,0.0384649057611383,0.5,0.153725174569888,0.0,0.000867828881502818,0.153725174569888,0.0,0.0221124144994506,0.153725174569888,0.0,0.0406206050408943,0.153725174569888,0.0,0.0207958866573749,0.153725174569888,0.0,0.0206615138574984,0.153725174569888,0.0,0.0375449444872389,0.153725174569888,0.0,0.024599329356535,0.5,0.153725174569888,0.0,0.0149917748086039,0,0.0106789435817105,0.0343260415629931 -6793,0.5,0.153725174569888,0.0,0.0215248256338407,0.153725174569888,0.0,0.0195806279437497,0.153725174569888,0.0,0.0539983957750631,0.153725174569888,0.0,0.0648541934148953,0.153725174569888,0.0,0.0136447721048877,0.153725174569888,0.0,0.00771338080853702,0.153725174569888,0.0,0.00597902312864858,0.153725174569888,0.0,0.0061818071996507,0.5,0.153725174569888,0.0,0.030375674204933,0.153725174569888,0.0,0.0364658792691854,0.5,0.153725174569888,0.0,0.000335809130604149,0.153725174569888,0.0,0.0102825995199486,0.153725174569888,0.0,0.0314408091763456,0.153725174569888,0.0,0.0197930273684477,0.153725174569888,0.0,0.0217745321397278,0.153725174569888,0.0,0.0439629231962721,0.153725174569888,0.0,0.0199754361753131,0.5,0.153725174569888,0.0,0.0123985560273107,0,0.0274608395826357,0.107654793153098 -6794,0.5,0.153725174569888,0.0,0.0234343016001439,0.153725174569888,0.0,0.0292690227794888,0.153725174569888,0.0,0.0583083914367155,0.153725174569888,0.0,0.0817951842236534,0.153725174569888,0.0,0.00851862830004322,0.153725174569888,0.0,0.00535813581941247,0.153725174569888,0.0,0.00479976115154869,0.153725174569888,0.0,0.00704232174372167,0.5,0.153725174569888,0.0,0.0231719398450445,0.153725174569888,0.0,0.0271903503941623,0.5,0.153725174569888,0.0,0.000169943556950089,0.153725174569888,0.0,0.00532107599638277,0.153725174569888,0.0,0.0225342873332147,0.153725174569888,0.0,0.0181915087747123,0.153725174569888,0.0,0.0199500916326376,0.153725174569888,0.0,0.0397671286246954,0.153725174569888,0.0,0.0133274705389175,0.5,0.153725174569888,0.0,0.010490173605089,0,0.05242683812921,0.238416871282977 -6795,0.5,0.153725174569888,0.0,0.0295763931825409,0.153725174569888,0.0,0.0415089164903284,0.153725174569888,0.0,0.0666471781738312,0.153725174569888,0.0,0.0807090481917069,0.153725174569888,0.0,0.00900183079128098,0.153725174569888,0.0,0.00639979236505525,0.153725174569888,0.0,0.00320306562499835,0.153725174569888,0.0,0.00822821589808667,0.5,0.153725174569888,0.0,0.0174034692546824,0.153725174569888,0.0,0.0211948383958764,0.5,0.153725174569888,0.0,0.000974652064929177,0.153725174569888,0.0,0.00501943626103721,0.153725174569888,0.0,0.0253987146140004,0.153725174569888,0.0,0.0188510233748694,0.153725174569888,0.0,0.0176480282361351,0.153725174569888,0.0,0.0252391620621291,0.153725174569888,0.0,0.00802159064653388,0.5,0.153725174569888,0.0,0.0078953022231065,0,0.0753356666334561,0.38091302259091 -6796,0.5,0.153725174569888,0.0,0.0389648918376984,0.153725174569888,0.0,0.0344570805770561,0.153725174569888,0.0,0.0803978083901265,0.153725174569888,0.0,0.0717962546962061,0.153725174569888,0.0,0.0115106277937596,0.153725174569888,0.0,0.00782756289246859,0.153725174569888,0.0,0.00230363439829546,0.153725174569888,0.0,0.0110159229083198,0.5,0.153725174569888,0.0,0.013540191843292,0.153725174569888,0.0,0.0182662901982091,0.5,0.153725174569888,0.0,0.00463978441350614,0.153725174569888,0.0,0.00538104443228058,0.153725174569888,0.0,0.0342973376563732,0.153725174569888,0.0,0.0205025390660886,0.153725174569888,0.0,0.0165103420572939,0.153725174569888,0.0,0.0202226579187142,0.153725174569888,0.0,0.00639568339718747,0.5,0.153725174569888,0.0,0.00664141896926938,0,0.0996531904344398,0.49156845749666 -6797,0.5,0.153725174569888,0.0,0.0565089602513842,0.153725174569888,0.0,0.0262154106966602,0.153725174569888,0.0,0.0533588462528199,0.153725174569888,0.0,0.0777580420211789,0.153725174569888,0.0,0.010063956695147,0.153725174569888,0.0,0.0077789174826308,0.153725174569888,0.0,0.00108125529337605,0.153725174569888,0.0,0.0131879290732188,0.5,0.153725174569888,0.0,0.00937123572096089,0.153725174569888,0.0,0.0190808626733059,0.5,0.153725174569888,0.0,0.00981512020835122,0.153725174569888,0.0,0.00523321302867279,0.153725174569888,0.0,0.042474784717405,0.153725174569888,0.0,0.0255451613912852,0.153725174569888,0.0,0.0153922791549563,0.153725174569888,0.0,0.0158358064039452,0.153725174569888,0.0,0.00698073695446675,0.5,0.153725174569888,0.0,0.006662670233717,0,0.151564538200322,0.508592464432113 -6798,0.5,0.153725174569888,0.0,0.0712460093397883,0.153725174569888,0.0,0.0215338593417847,0.153725174569888,0.0,0.0227347362030628,0.153725174569888,0.0,0.0828402065099674,0.153725174569888,0.0,0.0081005113610498,0.153725174569888,0.0,0.00759348880293987,0.153725174569888,0.0,0.000931576735264888,0.153725174569888,0.0,0.0129941367786256,0.5,0.153725174569888,0.0,0.00798419637914662,0.153725174569888,0.0,0.0219685026456971,0.5,0.153725174569888,0.0,0.023960303325301,0.153725174569888,0.0,0.00562918692175014,0.153725174569888,0.0,0.0473318651918627,0.153725174569888,0.0,0.0349512375940271,0.153725174569888,0.0,0.0138586135936392,0.153725174569888,0.0,0.0113326557773155,0.153725174569888,0.0,0.0107691121036665,0.5,0.153725174569888,0.0,0.00677194255942488,0,0.176196819406413,0.519657588294345 -6799,0.5,0.153725174569888,0.0,0.0829167954506455,0.153725174569888,0.0,0.017311301426337,0.153725174569888,0.0,0.0128655716936319,0.153725174569888,7.12655504507001e-06,0.0755108348578372,0.153725174569888,0.0,0.00966532084691383,0.153725174569888,0.0,0.00915754757840964,0.153725174569888,0.0,0.00165303767025617,0.153725174569888,0.0,0.0127408834225326,0.5,0.153725174569888,0.0,0.00791270931558708,0.153725174569888,0.0,0.0203885365276702,0.5,0.153725174569888,0.0,0.0382504715367141,0.153725174569888,0.0,0.00491478243805601,0.153725174569888,0.0,0.0520666058092408,0.153725174569888,0.0,0.0411171100746972,0.153725174569888,0.0,0.0130703548791825,0.153725174569888,0.0,0.0111565438380912,0.153725174569888,0.0,0.0173582338825119,0.5,0.153725174569888,0.0,0.0084952041464682,0,0.118208924949919,0.5213045962896 -6800,0.5,0.153725174569888,0.00557057758011896,0.102543480636259,0.153725174569888,0.0131062580983737,0.0102918024855997,0.153725174569888,0.00284397110856336,0.0134436058981018,0.153725174569888,0.0281934608332949,0.0850781285901868,0.153725174569888,0.0199051756074601,0.0121293339087843,0.153725174569888,0.0313930157219278,0.0110829885675958,0.153725174569888,0.00701752973230809,0.00241934574289107,0.153725174569888,0.029176797289777,0.0123470781893922,0.5,0.153725174569888,0.0142846490867487,0.00846740663722851,0.153725174569888,0.0262259289147843,0.0118254580379054,0.5,0.153725174569888,0.00409060528579788,0.0644513146067862,0.153725174569888,0.0104593761198237,0.00857259869621844,0.153725174569888,0.0402271375585087,0.0481596384193131,0.153725174569888,0.0301812992969274,0.0390140525441576,0.153725174569888,0.00411399029505437,0.0102337735476494,0.153725174569888,0.00393665468468212,0.0122218145276547,0.153725174569888,0.0174396327833029,0.0242849155032872,0.5,0.153725174569888,0.0718422845450794,0.00760742544541724,0,0.057930067079554,0.442078598579948 -6801,0.5,0.153725174569888,0.0148292824778772,0.118296632874859,0.153725174569888,0.0904351100857624,0.00718756454920864,0.153725174569888,0.0147581382094741,0.031443826981853,0.153725174569888,0.0581663951555099,0.0988642609267162,0.153725174569888,0.116956502753846,0.0123672391819872,0.153725174569888,0.186152642494279,0.0189184929993741,0.153725174569888,0.0380584603946317,0.00281213175226544,0.153725174569888,0.163660463862579,0.0126188727016622,0.5,0.153725174569888,0.0994769423953668,0.0115907918915506,0.153725174569888,0.104522446500299,0.00603564773093062,0.5,0.153725174569888,0.0220812878711097,0.108948410648399,0.153725174569888,0.0384081791628426,0.0174395769245626,0.153725174569888,0.173844575252629,0.0471237888008198,0.153725174569888,0.149341838684063,0.0375592260407685,0.153725174569888,0.0226118702300921,0.00907421725253915,0.153725174569888,0.026037230167792,0.0161018042217928,0.153725174569888,0.0676891273944657,0.0451647080578032,0.5,0.153725174569888,0.187586229711419,0.00559365136604784,0,0.0224442524108954,0.318065314205693 -6802,0.5,0.153725174569888,0.022732418884304,0.118720645424046,0.153725174569888,0.197657906677839,0.0169673690818378,0.153725174569888,0.0367420069522088,0.0622341271138206,0.153725174569888,0.0703806553643688,0.100168458783028,0.153725174569888,0.241588956178928,0.0317679851514951,0.153725174569888,0.343317943181095,0.0580360680655575,0.153725174569888,0.11586063228705,0.010787432081983,0.153725174569888,0.320498646007437,0.0201086112578392,0.5,0.153725174569888,0.231557839974396,0.0153388264052649,0.153725174569888,0.18183710983868,0.00503913005714692,0.5,0.153725174569888,0.0427001013812874,0.118415071736136,0.153725174569888,0.0585616177839932,0.0316383216548326,0.153725174569888,0.302275634525724,0.0642047324244659,0.153725174569888,0.278302726177461,0.0516867550030963,0.153725174569888,0.0424704606131093,0.0107081908549454,0.153725174569888,0.0717466942518468,0.022934584363455,0.153725174569888,0.11670302174082,0.0813142205972681,0.5,0.153725174569888,0.296215639457685,0.0101016393961584,0,0.0159979827721001,0.214209914435253 -6803,0.5,0.153725174569888,0.0260083380266352,0.102361722396117,0.153725174569888,0.316709259346698,0.0219394217279924,0.153725174569888,0.0528358910124221,0.0970184026884248,0.153725174569888,0.0923423526181385,0.102502595949638,0.153725174569888,0.418721105004477,0.0859653945221089,0.153725174569888,0.481543287581246,0.109840562041236,0.153725174569888,0.290245289954361,0.0343353375567758,0.153725174569888,0.466804063255845,0.0394174426897567,0.5,0.153725174569888,0.382458130109333,0.021883367029901,0.153725174569888,0.24426275036643,0.0140313008801285,0.5,0.153725174569888,0.0739810118742104,0.103603186918584,0.153725174569888,0.0557563595736846,0.0436787424046849,0.153725174569888,0.420508745678488,0.0961080525458093,0.153725174569888,0.429000552292071,0.0773576128115519,0.153725174569888,0.0947171922031575,0.0148489034858096,0.153725174569888,0.163639572532919,0.0227970556034837,0.153725174569888,0.134431654358805,0.09588539293666,0.5,0.153725174569888,0.37434380802125,0.0188051392410514,0,0.0272447724969492,0.165482564563596 -6804,0.5,0.153725174569888,0.0365523169230227,0.0949763117114118,0.153725174569888,0.454815703226349,0.0189265351873556,0.153725174569888,0.0683126267587855,0.126159490638657,0.153725174569888,0.112577183611328,0.101708014660736,0.153725174569888,0.536638898692381,0.122911072759069,0.153725174569888,0.567854946104319,0.126637243984389,0.153725174569888,0.421566614060546,0.0653022470941242,0.153725174569888,0.559267233646741,0.0529264136331249,0.5,0.153725174569888,0.495717044387633,0.0305559512610999,0.153725174569888,0.253383500733444,0.0220719808658986,0.5,0.153725174569888,0.10280020179377,0.0660832148146255,0.153725174569888,0.0586495889277438,0.0434690199145397,0.153725174569888,0.507647860826985,0.106640653298694,0.153725174569888,0.532834616920992,0.0857606023979776,0.153725174569888,0.165350374702143,0.0192590498252108,0.153725174569888,0.312798238350321,0.0253212268099988,0.153725174569888,0.133825816670562,0.091067009906549,0.5,0.153725174569888,0.407543755588014,0.0375451954569456,0,0.0476237170681026,0.118309696979194 -6805,0.5,0.153725174569888,0.0564907338779898,0.0922442259827245,0.153725174569888,0.506295099377672,0.00917060350503328,0.153725174569888,0.10358058404541,0.127209499454525,0.153725174569888,0.125328246092546,0.108910041052263,0.153725174569888,0.544764080245153,0.148253270594646,0.153725174569888,0.595523750865949,0.121388021877697,0.153725174569888,0.493389257233037,0.0880309806814071,0.153725174569888,0.567292140154834,0.0509535836823587,0.5,0.153725174569888,0.535656324928166,0.044539329684343,0.153725174569888,0.207528888110123,0.0325305082218221,0.5,0.153725174569888,0.130178111443684,0.0455334352633409,0.153725174569888,0.0483658713747398,0.0386392323207177,0.153725174569888,0.510040389431695,0.0885618398871454,0.153725174569888,0.546754312319585,0.087578087985281,0.153725174569888,0.266181834805717,0.0231541543198108,0.153725174569888,0.388158507158561,0.0349360647947896,0.153725174569888,0.11362169170921,0.0807231871470663,0.5,0.153725174569888,0.398070414280244,0.0419011998663731,0,0.0619785294360119,0.059605295300594 -6806,0.5,0.153725174569888,0.0725077781689745,0.0795928544902165,0.153725174569888,0.499005530765473,0.00454924601817833,0.153725174569888,0.150655656430269,0.12896759015749,0.153725174569888,0.126740113151917,0.114153598909361,0.153725174569888,0.460866864410672,0.169077456706848,0.153725174569888,0.526629900081094,0.117245103035298,0.153725174569888,0.487413090091184,0.109725215390409,0.153725174569888,0.513564944017374,0.0451530213195594,0.5,0.153725174569888,0.495527640459144,0.0485519412478559,0.153725174569888,0.107207191136436,0.0377142713910895,0.5,0.153725174569888,0.132623750779309,0.0294081478233266,0.153725174569888,0.0317731770329985,0.0313669734361875,0.153725174569888,0.452206699467666,0.0695373047411071,0.153725174569888,0.512623211175654,0.0889503222518002,0.153725174569888,0.303657745672204,0.0379240188364201,0.153725174569888,0.298186635284927,0.0463569328539642,0.153725174569888,0.0952592868117919,0.0617738553988638,0.5,0.153725174569888,0.333201349171707,0.0626708915477725,0,0.0753375295372797,0.0328322143453494 -6807,0.5,0.153725174569888,0.0725922994710403,0.0673377085885164,0.153725174569888,0.421552304965706,0.00593035700760589,0.153725174569888,0.134834813727843,0.126420202712963,0.153725174569888,0.104271220440664,0.125232029088697,0.153725174569888,0.383328489655218,0.175802506666383,0.153725174569888,0.352203304004136,0.0992649177984077,0.153725174569888,0.378045069878891,0.104828135243036,0.153725174569888,0.433881163552362,0.0366161666456133,0.5,0.153725174569888,0.405228797198566,0.0452355379643737,0.153725174569888,0.0813450510476306,0.0324375940340203,0.5,0.153725174569888,0.0915135910013889,0.034434433785087,0.153725174569888,0.0270419241755855,0.029575299705341,0.153725174569888,0.379257896558343,0.0511740434445327,0.153725174569888,0.413181809617623,0.0922206977159029,0.153725174569888,0.288472031812229,0.0455595974993141,0.153725174569888,0.122987150109425,0.0379830331975193,0.153725174569888,0.0805772902170782,0.0545442600395244,0.5,0.153725174569888,0.221704440609537,0.0659187416988875,0,0.0739889108305149,0.0200641346525492 -6808,0.5,0.153725174569888,0.0502018335168683,0.0603724602824313,0.153725174569888,0.300000450349378,0.0112863114489345,0.153725174569888,0.0914786543668292,0.106786870978092,0.153725174569888,0.0491617617989553,0.130955594592544,0.153725174569888,0.313175013054688,0.166693479498807,0.153725174569888,0.284983365338349,0.0839198381249048,0.153725174569888,0.290984953586292,0.081435847101193,0.153725174569888,0.309833819191311,0.027620700672281,0.5,0.153725174569888,0.299071832430161,0.0352495556368245,0.153725174569888,0.050914654663515,0.0342679992383888,0.5,0.153725174569888,0.0340156997009902,0.0213205406067092,0.153725174569888,0.0229391714011926,0.0262697444297158,0.153725174569888,0.255389600231996,0.0304655621127142,0.153725174569888,0.293268441640516,0.0825982272515309,0.153725174569888,0.186156530667805,0.0374668930281919,0.153725174569888,0.0634468264339363,0.02446765960973,0.153725174569888,0.0459273080092949,0.0481665643634222,0.5,0.153725174569888,0.108753785928887,0.0637540260439249,0,0.0637255449405166,0.0168655385070847 -6809,0.5,0.153725174569888,0.013766377718714,0.0510339495099878,0.153725174569888,0.0572357489918551,0.000811689464334665,0.153725174569888,0.034095248409105,0.0761833401349614,0.153725174569888,0.00667990018589705,0.117374346808756,0.153725174569888,0.0907525448056438,0.100730765532961,0.153725174569888,0.114191024691358,0.0579441047975963,0.153725174569888,0.0968367432235169,0.0236782802054324,0.153725174569888,0.113762881790299,0.0169772011352394,0.5,0.153725174569888,0.104412600477706,0.0113359938882391,0.153725174569888,0.0202455172538717,0.0317101348149858,0.5,0.153725174569888,0.0323888839032734,0.00433332599280732,0.153725174569888,0.0135025088624829,0.0153209221456229,0.153725174569888,0.0569433136736136,0.0116494893395938,0.153725174569888,0.0782457076670876,0.0424377396824998,0.153725174569888,0.0425173790679781,0.00980314397462452,0.153725174569888,0.0318931147798333,0.00624067185287092,0.153725174569888,0.0120045632468758,0.0266516303693985,0.5,0.153725174569888,0.0210530983312632,0.0455524189452683,0,0.0413649698549852,0.0218003188733366 -6810,0.5,0.153725174569888,0.0,0.0417807037413223,0.153725174569888,0.0,0.00055471861964603,0.153725174569888,0.0,0.0363159780603975,0.153725174569888,0.0,0.0930663798463976,0.153725174569888,0.0,0.103268775933186,0.153725174569888,0.0,0.0449789164566789,0.153725174569888,0.0,0.0195372464541073,0.153725174569888,0.0,0.0159401897726768,0.5,0.153725174569888,0.0,0.0111215212285639,0.153725174569888,0.0,0.0232906466226518,0.5,0.153725174569888,0.0,0.00905079754319868,0.153725174569888,1.10310218073389e-05,0.0117025089724527,0.153725174569888,0.0,0.0102113889373351,0.153725174569888,0.0,0.0545140263957657,0.153725174569888,0.0,0.00868714060663964,0.153725174569888,0.0,0.0022362380257241,0.153725174569888,0.0,0.0118313355469587,0.5,0.153725174569888,0.0,0.0257446102546292,0,0.0250966486284624,0.0531910268199599 -6811,0.5,0.153725174569888,0.0,0.0512748327349767,0.153725174569888,0.0,0.00649302326295539,0.153725174569888,0.0,0.0220825734171621,0.153725174569888,0.0,0.0895097264949048,0.153725174569888,0.0,0.0928838804250328,0.153725174569888,0.0,0.0258139622470278,0.153725174569888,0.0,0.021232660408988,0.153725174569888,0.0,0.00952576153704205,0.5,0.153725174569888,0.0,0.00777609849176,0.153725174569888,0.0,0.0247702633675182,0.5,0.153725174569888,0.0,0.0044935114000775,0.153725174569888,0.0,0.00723711057033582,0.153725174569888,0.0,0.0142307395202787,0.153725174569888,0.0,0.0782687991412227,0.153725174569888,0.0,0.0125865474125725,0.153725174569888,0.0,0.00215156430631505,0.153725174569888,0.0,0.00852801434412283,0.5,0.153725174569888,0.0,0.0150105315431867,0,0.0202365897206729,0.0904049541568384 -6812,0.5,0.153725174569888,0.0,0.0682665084618399,0.153725174569888,0.0,0.0150127502931637,0.153725174569888,0.0,0.0132560117439938,0.153725174569888,0.0,0.0841372438088333,0.153725174569888,0.0,0.0652064485401778,0.153725174569888,0.0,0.015760269436083,0.153725174569888,0.0,0.0175630829603497,0.153725174569888,0.0,0.00650023231540777,0.5,0.153725174569888,0.0,0.00581650843226737,0.153725174569888,0.0,0.0272736206412861,0.5,0.153725174569888,0.0,0.00155312813116107,0.153725174569888,0.0,0.00514306473912098,0.153725174569888,0.0,0.0248603165923294,0.153725174569888,0.0,0.0889569392664023,0.153725174569888,0.0,0.0186292477294715,0.153725174569888,0.0,0.00297929403791255,0.153725174569888,0.0,0.0104420722591683,0.5,0.153725174569888,0.0,0.0171773803961649,0,0.0121016261700454,0.126471252473861 -6813,0.5,0.153725174569888,0.0,0.0800737536183561,0.153725174569888,0.0,0.0228228883742393,0.153725174569888,0.0,0.00805701838823182,0.153725174569888,0.0,0.0754577302888472,0.153725174569888,0.0,0.0420107623136542,0.153725174569888,0.0,0.0123335763228125,0.153725174569888,0.0,0.0142229737733762,0.153725174569888,0.0,0.00597836228258441,0.5,0.153725174569888,0.0,0.00355294380694599,0.153725174569888,0.0,0.0335650467018537,0.5,0.153725174569888,0.0,0.00106489634180658,0.153725174569888,0.0,0.00498157817644211,0.153725174569888,0.0,0.037541646293902,0.153725174569888,0.0,0.0789808450087421,0.153725174569888,0.0,0.0195570987575055,0.153725174569888,0.0,0.00323188542643408,0.153725174569888,0.0,0.0103333788793509,0.5,0.153725174569888,0.0,0.027010007074161,0,0.00769150665352188,0.174412344347181 -6814,0.5,0.153725174569888,0.0,0.0771827596338304,0.153725174569888,0.0,0.0242290038771312,0.153725174569888,0.0,0.00479626655437941,0.153725174569888,0.0,0.063565844133024,0.153725174569888,0.0,0.0279170261388805,0.153725174569888,0.0,0.00539615988430875,0.153725174569888,0.0,0.0108212623697004,0.153725174569888,0.0,0.00757120832797353,0.5,0.153725174569888,0.0,0.00259713729994489,0.153725174569888,0.0,0.0373460920034765,0.5,0.153725174569888,0.0,0.00052236085911136,0.153725174569888,0.0,0.00371952784578842,0.153725174569888,0.0,0.046689762123073,0.153725174569888,0.0,0.068454463309951,0.153725174569888,0.0,0.0225034974697645,0.153725174569888,0.0,0.00324334693006764,0.153725174569888,0.0,0.0072202009265448,0.5,0.153725174569888,0.0,0.034802514056339,0,0.011625101133157,0.197348533709473 -6815,0.5,0.153725174569888,0.0,0.0695318982825972,0.153725174569888,0.0,0.0305868223291124,0.153725174569888,0.0,0.00419327434560595,0.153725174569888,0.0,0.0515807005397129,0.153725174569888,0.0,0.0248906378971057,0.153725174569888,0.0,0.00551323786534681,0.153725174569888,0.0,0.00593054120279908,0.153725174569888,0.0,0.013665622163188,0.5,0.153725174569888,0.0,0.00215278513462993,0.153725174569888,0.0,0.0380910834655402,0.5,0.153725174569888,0.0,0.000157930715117254,0.153725174569888,0.0,0.00331895228217296,0.153725174569888,0.0,0.0611409393575246,0.153725174569888,0.0,0.0580543111734082,0.153725174569888,0.0,0.0256449196861221,0.153725174569888,0.0,0.00333053022273132,0.153725174569888,0.0,0.00526908553001012,0.5,0.153725174569888,0.0,0.0325600404201959,0,0.0230226307194923,0.293490957680854 -6816,0.5,0.153725174569888,0.0,0.0684318390434427,0.153725174569888,0.0,0.0426780385021849,0.153725174569888,0.0,0.00474942207208586,0.153725174569888,0.0,0.0391322183164254,0.153725174569888,0.0,0.0226231997369657,0.153725174569888,0.0,0.00764032145837622,0.153725174569888,0.0,0.00444329749409757,0.153725174569888,0.0,0.0170896418870375,0.5,0.153725174569888,0.0,0.00208620399094648,0.153725174569888,0.0,0.03490835170449,0.5,0.153725174569888,0.0,0.000111482654163424,0.153725174569888,0.0,0.00352386934306291,0.153725174569888,0.0,0.0762708703494322,0.153725174569888,0.0,0.0562528524472236,0.153725174569888,0.0,0.0270530152043387,0.153725174569888,0.0,0.0031756335570258,0.153725174569888,0.0,0.00391418049584057,0.5,0.153725174569888,0.0,0.0254747638261985,0,0.0345342090997282,0.38988607018266 -6817,0.5,0.153725174569888,0.0,0.0617448312564019,0.153725174569888,0.0,0.0296305244015178,0.153725174569888,0.0,0.00483176822337444,0.153725174569888,0.0,0.0239611125745974,0.153725174569888,0.0,0.0221755578605934,0.153725174569888,0.0,0.0116977551177045,0.153725174569888,0.0,0.00382325743066811,0.153725174569888,0.0,0.0165661038205218,0.5,0.153725174569888,0.0,0.0024229930850433,0.153725174569888,0.0,0.0354644825531083,0.5,0.153725174569888,0.0,0.000265222582129674,0.153725174569888,0.0,0.00488740456176744,0.153725174569888,0.0,0.0898776966404777,0.153725174569888,0.0,0.0554230062293678,0.153725174569888,0.0,0.0266364756571006,0.153725174569888,0.0,0.00192746938425706,0.153725174569888,0.0,0.0025104704582786,0.5,0.153725174569888,0.0,0.0188033461620774,0,0.0168028998132476,0.357024189502401 -6818,0.5,0.153725174569888,0.0,0.044165296309792,0.153725174569888,0.0,0.0177885079860157,0.153725174569888,0.0,0.00702624898023133,0.153725174569888,0.0,0.0109297769364373,0.153725174569888,0.0,0.024125169195936,0.153725174569888,0.0,0.0241495954200238,0.153725174569888,0.0,0.00454790765936567,0.153725174569888,0.0,0.0173076313132321,0.5,0.153725174569888,0.0,0.00211177656875619,0.153725174569888,0.0,0.0416024038839965,0.5,0.153725174569888,0.0,0.000342454225567785,0.153725174569888,0.0,0.00612023686821487,0.153725174569888,0.0,0.100303600764967,0.153725174569888,0.0,0.0557789447457669,0.153725174569888,0.0,0.0220508152617862,0.153725174569888,0.0,0.0011675170958197,0.153725174569888,0.0,0.00218546331575688,0.5,0.153725174569888,0.0,0.0176507431193307,0,0.005417961982327,0.311276373501603 -6819,0.5,0.153725174569888,0.0,0.029100511712977,0.153725174569888,0.0,0.0260981805859281,0.153725174569888,0.0,0.00772745738366147,0.153725174569888,0.0,0.00773855791744272,0.153725174569888,0.0,0.0284511476798103,0.153725174569888,0.0,0.0312876242094895,0.153725174569888,0.0,0.00560660805420398,0.153725174569888,0.0,0.0150451956563783,0.5,0.153725174569888,0.0,0.00152565038607947,0.153725174569888,0.0,0.0447022967944988,0.5,0.153725174569888,0.0,0.000367100990528531,0.153725174569888,0.0,0.00792429126615929,0.153725174569888,0.0,0.0960037816159217,0.153725174569888,0.0,0.0567089354179111,0.153725174569888,0.0,0.0168681089581692,0.153725174569888,0.0,0.000784552088698033,0.153725174569888,0.0,0.00302550141883365,0.5,0.153725174569888,0.0,0.016437677351039,0,0.0153246572250627,0.300347902538504 -6820,0.5,0.153725174569888,0.0,0.0252742343896728,0.153725174569888,0.0,0.0389681474384895,0.153725174569888,0.0,0.00615568948760876,0.153725174569888,0.0,0.00560492804929575,0.153725174569888,0.0,0.0358689211565467,0.153725174569888,0.0,0.0318900979042319,0.153725174569888,0.0,0.00712786522571052,0.153725174569888,0.0,0.013170821669029,0.5,0.153725174569888,0.0,0.00140113132881927,0.153725174569888,0.0,0.0496702764430269,0.5,0.153725174569888,0.0,0.000110703832307592,0.153725174569888,0.0,0.0085591463753504,0.153725174569888,0.0,0.0846140969456296,0.153725174569888,0.0,0.0625673911401945,0.153725174569888,0.0,0.0160879698278794,0.153725174569888,0.0,0.00100494077228963,0.153725174569888,0.0,0.00406878494992543,0.5,0.153725174569888,0.0,0.0124958888940491,0,0.0343965776437073,0.290335928156075 -6821,0.5,0.153725174569888,0.0,0.0233788168625685,0.153725174569888,0.0,0.0529956895646326,0.153725174569888,0.0,0.00483660676662186,0.153725174569888,0.0,0.00464395289763984,0.153725174569888,0.0,0.0399241307234947,0.153725174569888,0.0,0.0265321483926369,0.153725174569888,0.0,0.0102282369332658,0.153725174569888,0.0,0.0140375777748432,0.5,0.153725174569888,0.0,0.00132195144441032,0.153725174569888,0.0,0.0497442390966508,0.5,0.153725174569888,0.0,0.000664524388889334,0.153725174569888,0.0,0.0184832911849598,0.153725174569888,0.0,0.0908410596620095,0.153725174569888,0.0,0.0723318471946061,0.153725174569888,0.0,0.0154216154999825,0.153725174569888,0.0,0.00193713536775406,0.153725174569888,0.0,0.00390358099158164,0.5,0.153725174569888,0.0,0.0106464832906628,0,0.0654754639569016,0.305140512526615 -6822,0.5,0.153725174569888,0.0,0.0235967456207844,0.153725174569888,0.0,0.0482604948713758,0.153725174569888,0.0,0.00345233774349564,0.153725174569888,0.0,0.00514420474930165,0.153725174569888,0.0,0.0356608336255432,0.153725174569888,0.0,0.0252914709959262,0.153725174569888,0.0,0.0150666992309875,0.153725174569888,0.0,0.0122365647401938,0.5,0.153725174569888,0.0,0.00258739743233238,0.153725174569888,0.0,0.0433774001129644,0.5,0.153725174569888,0.0,0.00238400911095502,0.153725174569888,0.0,0.0138940830596054,0.153725174569888,0.0,0.0899460600612943,0.153725174569888,0.0,0.0817169971776187,0.153725174569888,0.0,0.0142990722658428,0.153725174569888,0.0,0.00273083246717958,0.153725174569888,0.0,0.00393395927245077,0.5,0.153725174569888,0.0,0.0111398448194072,0,0.104461045310184,0.337325043552539 -6823,0.5,0.153725174569888,0.0,0.0246626562329864,0.153725174569888,0.0,0.0333358673030518,0.153725174569888,0.0,0.00116016590993182,0.153725174569888,0.0,0.00620999439379123,0.153725174569888,0.0,0.0407173430143899,0.153725174569888,0.0,0.0219223212547985,0.153725174569888,0.0,0.0179559594745359,0.153725174569888,0.0,0.0115858896774421,0.5,0.153725174569888,0.0,0.00628058193005492,0.153725174569888,0.0,0.0385632986754297,0.5,0.153725174569888,0.0,0.00225317367209299,0.153725174569888,0.0,0.0166057200783154,0.153725174569888,0.0,0.0993505895791739,0.153725174569888,0.0,0.0816830749934783,0.153725174569888,0.0,0.0131504278665002,0.153725174569888,0.0,0.00286094020714342,0.153725174569888,0.0,0.00646125228054957,0.5,0.153725174569888,0.0,0.0134057973625403,0,0.121405276362811,0.33360055632577 -6824,0.5,0.153725174569888,0.0501719798508156,0.023089092857104,0.153725174569888,0.0546558241752644,0.0327475786340432,0.153725174569888,0.0701691868185845,0.00117703944926722,0.153725174569888,0.0949560942904431,0.00373598436914791,0.153725174569888,0.0254797949867066,0.0370952989800801,0.153725174569888,0.0243328049886233,0.0165018759639502,0.153725174569888,0.0416100328182942,0.0124549734684132,0.153725174569888,0.0352430416603683,0.00994621507738403,0.5,0.153725174569888,0.0443648242136281,0.00763288838966698,0.153725174569888,0.00195664790158605,0.0345192208770151,0.5,0.153725174569888,0.0594520797613455,0.00269534139071858,0.153725174569888,0.0169698147830343,0.0158521930209445,0.153725174569888,0.0410807195247942,0.102609522219918,0.153725174569888,0.0283517081261904,0.0870051017479144,0.153725174569888,0.0547296453433894,0.0128595955079036,0.153725174569888,0.055977835487731,0.00271868334324393,0.153725174569888,0.0531699850454105,0.00632563321281836,0.5,0.153725174569888,0.0300541200896773,0.0189768817298356,0,0.119711389609294,0.376874858452699 -6825,0.5,0.153725174569888,0.179541891136138,0.0252366963429305,0.153725174569888,0.211589334051185,0.0329579219698177,0.153725174569888,0.224918307016876,0.00135492962349476,0.153725174569888,0.248969247915202,0.00290086164365153,0.153725174569888,0.150545230688789,0.0329631154966883,0.153725174569888,0.150389076315729,0.0121350113886711,0.153725174569888,0.195076162283637,0.00836060998225407,0.153725174569888,0.173524107667095,0.00696892899235458,0.5,0.153725174569888,0.193923342407713,0.00468605318457998,0.153725174569888,0.0189225538379801,0.0339387324411093,0.5,0.153725174569888,0.20947059150789,0.00505480962594915,0.153725174569888,0.0563719669193096,0.0168357611189132,0.153725174569888,0.193303655935747,0.140463073813806,0.153725174569888,0.129817891128935,0.0852829966539821,0.153725174569888,0.211217353530548,0.010272912799792,0.153725174569888,0.214008510570532,0.00334325594656096,0.153725174569888,0.168628810975665,0.00828783433616356,0.5,0.153725174569888,0.107622763468856,0.039705030788209,0,0.148503135244709,0.38967788729071 -6826,0.5,0.153725174569888,0.335418743152031,0.0475589074546549,0.153725174569888,0.362031848698702,0.0614478634107715,0.153725174569888,0.382162754644422,0.00369622528490956,0.153725174569888,0.397500845667749,0.00351709165695832,0.153725174569888,0.312793316352443,0.0385277244733614,0.153725174569888,0.25011478248654,0.0122750450997675,0.153725174569888,0.325268438937149,0.00923549682671314,0.153725174569888,0.284283238638404,0.00792668816497581,0.5,0.153725174569888,0.319962855819624,0.0107217127868679,0.153725174569888,0.051661065786564,0.0290723247006943,0.5,0.153725174569888,0.333517519518121,0.0215114160071418,0.153725174569888,0.0798086202597911,0.023961389571346,0.153725174569888,0.324032663580691,0.23554091267601,0.153725174569888,0.256402134084131,0.105660754345797,0.153725174569888,0.361609783238059,0.0162006790441952,0.153725174569888,0.366644855595665,0.00658565054243296,0.153725174569888,0.260458652688588,0.0272308915247103,0.5,0.153725174569888,0.209939749394818,0.0755140137776596,0,0.209249409985886,0.337260811497145 -6827,0.5,0.153725174569888,0.480294447540887,0.0700309517329629,0.153725174569888,0.486723559152064,0.0701011540737308,0.153725174569888,0.508573169621197,0.00961076567960593,0.153725174569888,0.513736123629161,0.00194209930157764,0.153725174569888,0.425969507366739,0.0328486511444716,0.153725174569888,0.332497240117067,0.0119712365251063,0.153725174569888,0.396098275290316,0.0150493008712734,0.153725174569888,0.362504718865873,0.0164713359852608,0.5,0.153725174569888,0.423493718687366,0.0399207103048949,0.153725174569888,0.079126483670043,0.0447042794418291,0.5,0.153725174569888,0.36353183143284,0.09333536743781,0.153725174569888,0.125590387882711,0.0498629994008724,0.153725174569888,0.451424370191084,0.27393510414026,0.153725174569888,0.428117080211337,0.0954121647236446,0.153725174569888,0.482975106369876,0.0221386058336371,0.153725174569888,0.482973306366426,0.0140173380465467,0.153725174569888,0.323504976360498,0.0595610006871551,0.5,0.153725174569888,0.289567663088539,0.0783391733391634,0,0.184982415632618,0.283317403248687 -6828,0.5,0.153725174569888,0.552635518853488,0.0784601056183695,0.153725174569888,0.555789835193572,0.0648553522398868,0.153725174569888,0.575492052994127,0.0287424784480155,0.153725174569888,0.576541944088694,0.00387207539766047,0.153725174569888,0.469280446887182,0.0281596134721313,0.153725174569888,0.412195982484214,0.0109791104948165,0.153725174569888,0.455565290628008,0.0190194189771649,0.153725174569888,0.445773092732706,0.0458655772442276,0.5,0.153725174569888,0.499239015469784,0.0920870164818381,0.153725174569888,0.165049921386349,0.0739779410310947,0.5,0.153725174569888,0.327052227341555,0.187441785402292,0.153725174569888,0.184681883418235,0.0790060371387908,0.153725174569888,0.5243903839789,0.264490865431587,0.153725174569888,0.516830609409561,0.0691081987018159,0.153725174569888,0.519952919288173,0.021972109842965,0.153725174569888,0.532506935792788,0.0319083499221747,0.153725174569888,0.35290514379092,0.10535535035772,0.5,0.153725174569888,0.298077017177573,0.0881565754661197,0,0.172377452974763,0.158179038255716 -6829,0.5,0.153725174569888,0.567863988298451,0.0605247739923524,0.153725174569888,0.554746318602996,0.0806195607739188,0.153725174569888,0.583752556112971,0.0478779894415795,0.153725174569888,0.586955783504383,0.0134906221928575,0.153725174569888,0.465846332578381,0.0108224476745186,0.153725174569888,0.46166805971202,0.018317839277866,0.153725174569888,0.484675175588285,0.0323197633829739,0.153725174569888,0.485270954022939,0.0948567921908217,0.5,0.153725174569888,0.508664564366329,0.164011863982931,0.153725174569888,0.282118038922426,0.107808432060267,0.5,0.153725174569888,0.299523769271554,0.224191500991278,0.153725174569888,0.24203829392158,0.11634659704482,0.153725174569888,0.524504036970781,0.230820165830776,0.153725174569888,0.534201222429402,0.0570754784316502,0.153725174569888,0.523954896723335,0.0219706015589408,0.153725174569888,0.535352344806052,0.0601830969704855,0.153725174569888,0.327845455084652,0.15177411467134,0.5,0.153725174569888,0.23356669176112,0.130753200505892,0,0.12039176530624,0.0443902762384892 -6830,0.5,0.153725174569888,0.52569545143848,0.0454193685259914,0.153725174569888,0.515249892291597,0.0551765948460611,0.153725174569888,0.537988315086082,0.0719185276950147,0.153725174569888,0.538983726174921,0.0287519775543902,0.153725174569888,0.423764692895966,0.00225061222780968,0.153725174569888,0.450060948335522,0.0339468567567802,0.153725174569888,0.469869406930102,0.0509489788485872,0.153725174569888,0.456781497801614,0.133034410958433,0.5,0.153725174569888,0.455676677687583,0.21830395600846,0.153725174569888,0.303266649871165,0.122113666307152,0.5,0.153725174569888,0.299927481965613,0.205598217372972,0.153725174569888,0.275084110129771,0.106399050133569,0.153725174569888,0.462656719072931,0.159432291485762,0.153725174569888,0.466325050285428,0.034438851684663,0.153725174569888,0.48148073540009,0.0150601612411652,0.153725174569888,0.505954549550747,0.0785358655890616,0.153725174569888,0.28611510921275,0.169291917783946,0.5,0.153725174569888,0.253127150269886,0.172508921435783,0,0.0796884749136625,0.0173742407692357 -6831,0.5,0.153725174569888,0.412616249328512,0.0244062732154346,0.153725174569888,0.411856290793237,0.0222284651382341,0.153725174569888,0.432271038143033,0.0972197620072244,0.153725174569888,0.431824104391258,0.0481657800745371,0.153725174569888,0.35423790301598,0.00525965964594541,0.153725174569888,0.381482196872712,0.0595548661257225,0.153725174569888,0.387046929755001,0.0756883631785175,0.153725174569888,0.363370836855145,0.156517476135114,0.5,0.153725174569888,0.36736073739879,0.239087097906953,0.153725174569888,0.324069048669366,0.100741337797039,0.5,0.153725174569888,0.267887740353972,0.177390625668447,0.153725174569888,0.23548443676038,0.080443208802508,0.153725174569888,0.34652558761806,0.0887048351185146,0.153725174569888,0.35568971629808,0.0158267344418805,0.153725174569888,0.400622423000651,0.0156031225385145,0.153725174569888,0.408221156699344,0.0876861305875211,0.153725174569888,0.22371256561939,0.153652358377622,0.5,0.153725174569888,0.245340287712286,0.192086754878981,0,0.0633841880468764,0.0139691606534607 -6832,0.5,0.153725174569888,0.266999735556759,0.00854402393134542,0.153725174569888,0.271943707611581,0.00546182752830947,0.153725174569888,0.285338160841748,0.107116074359565,0.153725174569888,0.296371154363293,0.052744832447351,0.153725174569888,0.237864117683852,0.0252836765530545,0.153725174569888,0.270581048460956,0.0870791117728957,0.153725174569888,0.254298281062871,0.0818058786553812,0.153725174569888,0.241975695758944,0.150448175476186,0.5,0.153725174569888,0.244670984491978,0.208422626577092,0.153725174569888,0.277058982857065,0.0812509978479214,0.5,0.153725174569888,0.192049130959944,0.146508347719683,0.153725174569888,0.178061060992474,0.0533414960734969,0.153725174569888,0.258979721489434,0.0385367730316325,0.153725174569888,0.234464479633642,0.00747252261344261,0.153725174569888,0.266992343518186,0.0243696193481938,0.153725174569888,0.259905878199238,0.0695405344780413,0.153725174569888,0.161068612429534,0.118607123253539,0.5,0.153725174569888,0.183267025484035,0.148900518145796,0,0.0362491371391682,0.00715915522079626 -6833,0.5,0.153725174569888,0.0198880048507042,0.0033798466942255,0.153725174569888,0.0634842296032107,0.000624277102352242,0.153725174569888,0.0567588416334139,0.0557446713039707,0.153725174569888,0.0196711751319204,0.0310102152697113,0.153725174569888,0.0924956332875746,0.0290883690765937,0.153725174569888,0.116976657465777,0.0637016701092668,0.153725174569888,0.101612846990465,0.0376006141570869,0.153725174569888,0.107929569669587,0.0793422637577209,0.5,0.153725174569888,0.0890495853055389,0.130796027897306,0.153725174569888,0.0780786185227843,0.0214778344462821,0.5,0.153725174569888,0.0731708364688655,0.0551486101306317,0.153725174569888,0.079613836683786,0.0208165108520812,0.153725174569888,0.054151172153938,0.00697056802865063,0.153725174569888,0.0781453319639852,0.00336048867863006,0.153725174569888,0.076119752522065,0.0164990085972264,0.153725174569888,0.0901987506251778,0.0289012301534324,0.153725174569888,0.0539565083839526,0.0642672266294824,0.5,0.153725174569888,0.0527900932400257,0.0608381004050215,0,0.0183579168877084,0.000886577111998112 -6834,0.5,0.153725174569888,0.0,0.00649612667171598,0.153725174569888,0.0,0.00131367478369975,0.153725174569888,0.0,0.0730936080434353,0.153725174569888,0.0,0.0473199252519958,0.153725174569888,0.0,0.0603873063475937,0.153725174569888,0.0,0.0647567881929512,0.153725174569888,0.0,0.056573353936873,0.153725174569888,0.0,0.0779637037783001,0.5,0.153725174569888,0.0,0.106685615987878,0.153725174569888,0.0,0.0129329413098647,0.5,0.153725174569888,0.0,0.0519879044073837,0.153725174569888,0.0,0.0287513589706732,0.153725174569888,0.0,0.000833936968634875,0.153725174569888,0.0,0.00611817185020751,0.153725174569888,0.0,0.032261271106242,0.153725174569888,0.0,0.0387570216977465,0.153725174569888,0.0,0.0558804281473303,0.5,0.153725174569888,0.0,0.0462714721255295,0,0.0138751226306081,0.000348033331987817 -6835,0.5,0.153725174569888,0.0,0.0112234278290487,0.153725174569888,0.0,0.00746008391924175,0.153725174569888,0.0,0.0728838674541021,0.153725174569888,0.0,0.0565040271610867,0.153725174569888,0.0,0.0753633189986371,0.153725174569888,0.0,0.0835861749258524,0.153725174569888,0.0,0.0590671708725997,0.153725174569888,0.0,0.0714238359086103,0.5,0.153725174569888,0.0,0.101954976631419,0.153725174569888,0.0,0.00578754555886723,0.5,0.153725174569888,0.0,0.0533009411445203,0.153725174569888,0.0,0.0314616146430657,0.153725174569888,0.0,0.00102391438033194,0.153725174569888,0.0,0.0218520560346776,0.153725174569888,0.0,0.046863267922918,0.153725174569888,0.0,0.0439644963160086,0.153725174569888,0.0,0.0536868981839257,0.5,0.153725174569888,0.0,0.029233256793212,0,0.00868449193812914,0.000193507829149583 -6836,0.5,0.153725174569888,0.0,0.0178334198564362,0.153725174569888,0.0,0.0170458540108596,0.153725174569888,0.0,0.0756954226688681,0.153725174569888,0.0,0.0660792272113271,0.153725174569888,0.0,0.0944957282026419,0.153725174569888,0.0,0.0950896314080591,0.153725174569888,0.0,0.0689794390135361,0.153725174569888,0.0,0.0775492324971662,0.5,0.153725174569888,0.0,0.0852182054726052,0.153725174569888,0.0,0.00463541243243568,0.5,0.153725174569888,0.0,0.0659096504252899,0.153725174569888,0.0,0.0390550906691453,0.153725174569888,0.0,0.00749466614118958,0.153725174569888,0.0,0.0377104968682593,0.153725174569888,0.0,0.0672082536671591,0.153725174569888,0.0,0.048599777807773,0.153725174569888,0.0,0.0593067172117436,0.5,0.153725174569888,0.0,0.0180324128398311,0,0.00700993356629597,0.000362060957626894 -6837,0.5,0.153725174569888,0.0,0.0243246539659988,0.153725174569888,0.0,0.0350916707379453,0.153725174569888,0.0,0.0863142130031361,0.153725174569888,0.0,0.0717429937507009,0.153725174569888,0.0,0.12189119586521,0.153725174569888,0.0,0.111673185875263,0.153725174569888,0.0,0.0883821339979393,0.153725174569888,0.0,0.0692744989391433,0.5,0.153725174569888,0.0,0.0630053302801747,0.153725174569888,0.0,0.0114736232696341,0.5,0.153725174569888,0.0,0.0611653002107015,0.153725174569888,0.0,0.0465175876245083,0.153725174569888,0.0,0.018246237326272,0.153725174569888,0.0,0.0458783995344869,0.153725174569888,0.0,0.0720714862206505,0.153725174569888,0.0,0.0559510806922782,0.153725174569888,0.0,0.0646756550674762,0.5,0.153725174569888,0.0,0.0154377217138955,0,0.00375000064938629,0.00307076978343765 -6838,0.5,0.153725174569888,0.0,0.0319178012566126,0.153725174569888,0.0,0.0365996876522216,0.153725174569888,0.0,0.116557858386439,0.153725174569888,0.0,0.0747971998644678,0.153725174569888,0.0,0.160658821434667,0.153725174569888,0.0,0.09892582253423,0.153725174569888,0.0,0.111483967104602,0.153725174569888,0.0,0.0689928865964147,0.5,0.153725174569888,0.0,0.0429953457502182,0.153725174569888,0.0,0.0310376821327141,0.5,0.153725174569888,0.0,0.0580364789667307,0.153725174569888,0.0,0.056409767119281,0.153725174569888,0.0,0.0208859886478534,0.153725174569888,0.0,0.0675247411344609,0.153725174569888,0.0,0.0772346499494793,0.153725174569888,0.0,0.0603839067405185,0.153725174569888,0.0,0.0600964994619138,0.5,0.153725174569888,0.0,0.0185092068715376,0,0.00651119554557922,0.0211757176383002 -6839,0.5,0.153725174569888,0.0,0.0393190776524848,0.153725174569888,0.0,0.0573133553418573,0.153725174569888,0.0,0.113873834703606,0.153725174569888,0.0,0.0877787380305648,0.153725174569888,0.0,0.166231385834778,0.153725174569888,0.0,0.0931221889863896,0.153725174569888,0.0,0.097904538973322,0.153725174569888,0.0,0.0745133266730547,0.5,0.153725174569888,0.0,0.0443785527059025,0.153725174569888,0.0,0.0529508281453195,0.5,0.153725174569888,0.0,0.0377254017229261,0.153725174569888,0.0,0.0646557031476015,0.153725174569888,0.0,0.0288849694287143,0.153725174569888,0.0,0.100419949903162,0.153725174569888,0.0,0.0957884401418853,0.153725174569888,0.0,0.0614645983559074,0.153725174569888,0.0,0.0462816079808667,0.5,0.153725174569888,0.0,0.0212012252851031,0,0.0076900127128911,0.0642486090802769 -6840,0.5,0.153725174569888,0.0,0.0468274393540181,0.153725174569888,0.0,0.0720123684903895,0.153725174569888,0.0,0.0853435616327474,0.153725174569888,0.0,0.108264592691534,0.153725174569888,0.0,0.162872652962559,0.153725174569888,0.0,0.142198353687179,0.153725174569888,0.0,0.0993231799061653,0.153725174569888,0.0,0.0754639813650228,0.5,0.153725174569888,0.0,0.0416722453363332,0.153725174569888,0.0,0.0529547748659345,0.5,0.153725174569888,0.0,0.0339334031349374,0.153725174569888,0.0,0.0648440179643979,0.153725174569888,0.0,0.050200298118214,0.153725174569888,0.0,0.120853965571625,0.153725174569888,0.0,0.121017904818953,0.153725174569888,0.0,0.0597343024696769,0.153725174569888,0.0,0.0373119839934135,0.5,0.153725174569888,0.0,0.0243882464943141,0,0.0125216591381079,0.114498649378086 -6841,0.5,0.153725174569888,0.0,0.0574068651695802,0.153725174569888,0.0,0.0853757453199294,0.153725174569888,0.0,0.0662452685371357,0.153725174569888,0.0,0.126605647748356,0.153725174569888,0.0,0.207962513189878,0.153725174569888,0.0,0.181682853422083,0.153725174569888,0.0,0.139341689147315,0.153725174569888,0.0,0.0624959549133154,0.5,0.153725174569888,0.0,0.0509245792941438,0.153725174569888,0.0,0.0400213541595041,0.5,0.153725174569888,0.0,0.0453031679114793,0.153725174569888,0.0,0.0758557999495588,0.153725174569888,0.0,0.0623090843612554,0.153725174569888,0.0,0.155397040923766,0.153725174569888,0.0,0.138715459566213,0.153725174569888,0.0,0.0525722099696419,0.153725174569888,0.0,0.0387391540382751,0.5,0.153725174569888,0.0,0.0231500461721041,0,0.0175330461812074,0.157724993304902 -6842,0.5,0.153725174569888,0.0,0.0705826933828748,0.153725174569888,0.0,0.0992835612087606,0.153725174569888,0.0,0.059873299640174,0.153725174569888,0.0,0.133242167693066,0.153725174569888,0.0,0.262534002490249,0.153725174569888,0.0,0.200961018983268,0.153725174569888,0.0,0.144839116250823,0.153725174569888,0.0,0.0541347087465484,0.5,0.153725174569888,0.0,0.0517710338014162,0.153725174569888,0.0,0.0472657914603928,0.5,0.153725174569888,0.0,0.0630754693683289,0.153725174569888,0.0,0.0884193032140263,0.153725174569888,0.0,0.0755582351406912,0.153725174569888,0.0,0.196867388960407,0.153725174569888,0.0,0.158063555057618,0.153725174569888,0.0,0.0510314954067408,0.153725174569888,0.0,0.0472882562620766,0.5,0.153725174569888,0.0,0.01640090515299,0,0.0218572962423694,0.187595543759088 -6843,0.5,0.153725174569888,0.0,0.0902676576189931,0.153725174569888,0.0,0.117930871484613,0.153725174569888,0.0,0.0530009437429605,0.153725174569888,0.0,0.138508971743613,0.153725174569888,0.0,0.329259599757538,0.153725174569888,0.0,0.161666183462256,0.153725174569888,0.0,0.106653757467221,0.153725174569888,0.0,0.0621961284391014,0.5,0.153725174569888,0.0,0.060543520255575,0.153725174569888,0.0,0.0451104031715467,0.5,0.153725174569888,0.0,0.0602126593093744,0.153725174569888,0.0,0.0836965383746573,0.153725174569888,0.0,0.0891728281501705,0.153725174569888,0.0,0.247286835790067,0.153725174569888,0.0,0.191403699218914,0.153725174569888,0.0,0.0354645170848227,0.153725174569888,0.0,0.0571128151686279,0.5,0.153725174569888,0.0,0.0165991373674431,0,0.0356167766582608,0.247221350140189 -6844,0.5,0.153725174569888,0.0,0.122255579567212,0.153725174569888,0.0,0.186393550968057,0.153725174569888,0.0,0.0539786186943472,0.153725174569888,0.0,0.13700526630173,0.153725174569888,0.0,0.312132220912502,0.153725174569888,0.0,0.152206033446433,0.153725174569888,0.0,0.0998106464474055,0.153725174569888,0.0,0.0769536739147725,0.5,0.153725174569888,0.0,0.134065725010636,0.153725174569888,0.0,0.0404728269898654,0.5,0.153725174569888,0.0,0.0321185798523757,0.153725174569888,0.0,0.0569675343533902,0.153725174569888,0.0,0.112823300396915,0.153725174569888,0.0,0.304077194589103,0.153725174569888,0.0,0.254882219161053,0.153725174569888,0.0,0.0228383687410202,0.153725174569888,0.0,0.0548274204032511,0.5,0.153725174569888,0.0,0.0229234273955936,0,0.0608898226119977,0.387899877192457 -6845,0.5,0.153725174569888,0.0,0.175555369356638,0.153725174569888,0.0,0.260367939869085,0.153725174569888,0.0,0.0590808092243829,0.153725174569888,0.0,0.137336607872818,0.153725174569888,0.0,0.349035900562908,0.153725174569888,0.0,0.144330419205883,0.153725174569888,0.0,0.1428174611856,0.153725174569888,0.0,0.132601203685957,0.5,0.153725174569888,0.0,0.420470881028226,0.153725174569888,0.0,0.0455969850141339,0.5,0.153725174569888,0.0,0.012232973334566,0.153725174569888,0.0,0.032223394691027,0.153725174569888,0.0,0.153562403632773,0.153725174569888,0.0,0.358250581320675,0.153725174569888,0.0,0.253059810342948,0.153725174569888,0.0,0.0456495650084009,0.153725174569888,0.0,0.0532365605761907,0.5,0.153725174569888,0.0,0.0276017183412914,0,0.0911110281076417,0.599474317423047 -6846,0.5,0.153725174569888,0.0,0.236073804253804,0.153725174569888,0.0,0.39975942273286,0.153725174569888,0.0,0.044760574312763,0.153725174569888,0.0,0.151750754737475,0.153725174569888,0.0,0.391278778361704,0.153725174569888,0.0,0.11506230633943,0.153725174569888,0.0,0.188102627998051,0.153725174569888,0.0,0.271224509784756,0.5,0.153725174569888,0.0,0.489599626584748,0.153725174569888,0.0,0.0597737936917809,0.5,0.153725174569888,0.0,0.0162850740974145,0.153725174569888,0.0,0.0109332060916391,0.153725174569888,0.0,0.18539644356726,0.153725174569888,0.0,0.469614818146934,0.153725174569888,0.0,0.261907415547911,0.153725174569888,0.0,0.0842218702646645,0.153725174569888,0.0,0.0480215097020598,0.5,0.153725174569888,0.0,0.040616960123498,0,0.134445193362545,0.736012148575069 -6847,0.5,0.153725174569888,0.0,0.264104357786341,0.153725174569888,0.0,0.505186127242108,0.153725174569888,0.0,0.0317476557423987,0.153725174569888,0.0,0.141495886012611,0.153725174569888,0.0,0.392987300077754,0.153725174569888,0.0,0.101856293948258,0.153725174569888,0.0,0.296614114176563,0.153725174569888,0.0,0.314689032243258,0.5,0.153725174569888,0.0,0.46428867214521,0.153725174569888,0.0,0.0121687688652879,0.5,0.153725174569888,0.0,0.00708820142678757,0.153725174569888,0.0,0.0105879352642308,0.153725174569888,0.0,0.224747507625194,0.153725174569888,0.0,0.605585112601844,0.153725174569888,0.0,0.281748194101748,0.153725174569888,0.0,0.151170300477514,0.153725174569888,0.0,0.0352328708088073,0.5,0.153725174569888,0.0,0.0494715187928791,0,0.188912510879231,0.839890679841879 -6848,0.5,0.153725174569888,0.0218304167830312,0.30286250378377,0.153725174569888,0.000499526646583026,0.683330326839545,0.153725174569888,0.030089195465561,0.0292774810535051,0.153725174569888,0.0729484342655049,0.156497603036207,0.153725174569888,0.000244043517807537,0.352716465087683,0.153725174569888,0.000349931739876787,0.0815645434860256,0.153725174569888,0.000924325634392228,0.490986513230723,0.153725174569888,0.00174695664993885,0.275099551674677,0.5,0.153725174569888,0.0069042815495754,0.521011899661416,0.153725174569888,0.0371683093237356,0.0387629469451891,0.5,0.153725174569888,0.00234593761354789,0.0110646023698696,0.153725174569888,0.0163183631742713,0.00739829711878903,0.153725174569888,0.00280224103665257,0.335686377991487,0.153725174569888,0.000253804534491161,0.720306439594859,0.153725174569888,0.00520173945909599,0.28114627765206,0.153725174569888,0.00830063877470127,0.258487711539112,0.153725174569888,0.0374753475874642,0.0199293932746178,0.5,0.153725174569888,0.0858366993029991,0.0304918216355497,0,0.265788930798649,0.916073336838387 -6849,0.5,0.153725174569888,0.071054271683484,0.36845254953622,0.153725174569888,0.00357592595936718,0.671704501258948,0.153725174569888,0.0921673907230253,0.045210108091327,0.153725174569888,0.204502911061397,0.19263823625006,0.153725174569888,0.00108404129517868,0.242871544289417,0.153725174569888,0.00365892926329325,0.097347721859037,0.153725174569888,0.019896085229303,0.651343067553981,0.153725174569888,0.0174228421203208,0.236463543966127,0.5,0.153725174569888,0.0358259708132738,0.56179358609432,0.153725174569888,0.125058103026922,0.021543867370849,0.5,0.153725174569888,0.0219935430889429,0.00569108868693244,0.153725174569888,0.0500370387600497,0.00807658780520253,0.153725174569888,0.0133192853280133,0.582732717791191,0.153725174569888,0.00207254189565972,0.721201093403214,0.153725174569888,0.031534914197478,0.282849100570518,0.153725174569888,0.0477424113910145,0.369972484200198,0.153725174569888,0.120092272397247,0.014380249641508,0.5,0.153725174569888,0.222110183920149,0.00972559407783205,0,0.349371270349075,0.938071441865638 -6850,0.5,0.153725174569888,0.129328345962815,0.450588707755569,0.153725174569888,0.0156230018650632,0.547293886419985,0.153725174569888,0.122091320848812,0.0676349071252128,0.153725174569888,0.317966241434573,0.225854536623853,0.153725174569888,0.00783897807684639,0.186661315393306,0.153725174569888,0.0199952158572162,0.126891329876734,0.153725174569888,0.061774746658911,0.654210290219337,0.153725174569888,0.0404253797570646,0.265029041541604,0.5,0.153725174569888,0.0678666739003792,0.470801003947168,0.153725174569888,0.186592435463076,0.00717367242875347,0.5,0.153725174569888,0.0457305533654762,0.00724796434689314,0.153725174569888,0.0730092384525114,0.0132679917221503,0.153725174569888,0.0170535032673861,0.717543402641499,0.153725174569888,0.00335506555543221,0.646027234868111,0.153725174569888,0.0789733381652252,0.30580441814539,0.153725174569888,0.103125862276945,0.617749964796692,0.153725174569888,0.215918227838851,0.0192591716484093,0.5,0.153725174569888,0.34501320293871,0.00622660732786285,0,0.530627445647023,0.957608941163076 -6851,0.5,0.153725174569888,0.161555141256631,0.44820957569705,0.153725174569888,0.011330313080361,0.457632158576925,0.153725174569888,0.139027771332851,0.100570601200084,0.153725174569888,0.389935865483245,0.201231885397001,0.153725174569888,0.0340027374755328,0.234391796009311,0.153725174569888,0.0637284488596086,0.162064372990869,0.153725174569888,0.0698878823192399,0.651890337900869,0.153725174569888,0.0559450812486759,0.244053707042943,0.5,0.153725174569888,0.103112684401482,0.409698151809054,0.153725174569888,0.190142907330187,0.00800448301427817,0.5,0.153725174569888,0.0760909240968337,0.00839446038121848,0.153725174569888,0.167822182882661,0.0176329903404341,0.153725174569888,0.0148613555521117,0.810833537910409,0.153725174569888,0.00878711468328213,0.524708265223696,0.153725174569888,0.161587245371806,0.393876996865288,0.153725174569888,0.169529271297072,0.642324443485341,0.153725174569888,0.261392448058587,0.0254180465072594,0.5,0.153725174569888,0.410697114791624,0.00791611086015258,0,0.757414691084667,0.982803119464241 -6852,0.5,0.153725174569888,0.17985423747944,0.421284954232806,0.153725174569888,0.00625565440367742,0.441343125019513,0.153725174569888,0.182304209565289,0.12551722576464,0.153725174569888,0.401262583356836,0.158293699036506,0.153725174569888,0.0609767912151478,0.419231102973764,0.153725174569888,0.0867187073149148,0.210718389833935,0.153725174569888,0.0608176148037905,0.47748562812071,0.153725174569888,0.0625775970630102,0.226988296032667,0.5,0.153725174569888,0.142175613661348,0.509387033209148,0.153725174569888,0.237132423976426,0.00294154604116245,0.5,0.153725174569888,0.139373827133087,0.0184903616280711,0.153725174569888,0.229945494543146,0.0243523524238926,0.153725174569888,0.00780016257679029,0.855779719868097,0.153725174569888,0.0354251912035034,0.362893285832982,0.153725174569888,0.231847414081294,0.514828205737163,0.153725174569888,0.204907082932333,0.535773214582074,0.153725174569888,0.271262954885029,0.0232465319428671,0.5,0.153725174569888,0.442291828635897,0.00720532537847874,0,0.882913113046459,0.991839445116939 -6853,0.5,0.153725174569888,0.183086801765676,0.414739218006215,0.153725174569888,0.0552917821657529,0.356286596117157,0.153725174569888,0.2188366516222,0.0622506956149537,0.153725174569888,0.388695716912936,0.12698897585462,0.153725174569888,0.0761254242952417,0.449810757942983,0.153725174569888,0.0833477063423579,0.19114454899008,0.153725174569888,0.0778323463585174,0.276112796214353,0.153725174569888,0.0962948612583715,0.46867255609361,0.5,0.153725174569888,0.143338793074514,0.601934657670103,0.153725174569888,0.265919250846531,0.00207330138744218,0.5,0.153725174569888,0.156023153508103,0.0444239567977831,0.153725174569888,0.216921555263604,0.0260706163440352,0.153725174569888,0.00746916374989222,0.78447515869683,0.153725174569888,0.0638200037730093,0.234397428316104,0.153725174569888,0.207822390408708,0.576933722790879,0.153725174569888,0.204243038392639,0.52396147619883,0.153725174569888,0.25971423673627,0.0212469125998132,0.5,0.153725174569888,0.38946191893271,0.0130159229922594,0,0.946162253301813,0.990958224568442 -6854,0.5,0.153725174569888,0.164380029466685,0.371564048330923,0.153725174569888,0.0980096504504112,0.207405980523576,0.153725174569888,0.148878834897863,0.0522421741202583,0.153725174569888,0.3465028403469,0.0870945606133003,0.153725174569888,0.08387037791711,0.224682542951878,0.153725174569888,0.041189901469771,0.255520919684059,0.153725174569888,0.106767765595947,0.279676724127142,0.153725174569888,0.0459547654837248,0.505104638593809,0.5,0.153725174569888,0.109202207035557,0.566115597943589,0.153725174569888,0.230738161015232,0.00912580688570468,0.5,0.153725174569888,0.10921574705997,0.0569225897573613,0.153725174569888,0.201023722399422,0.0466201993667232,0.153725174569888,0.0133359244246421,0.555894044359067,0.153725174569888,0.0887067185477959,0.200606586428029,0.153725174569888,0.191532584725356,0.387266117189288,0.153725174569888,0.190572246134995,0.52377764333868,0.153725174569888,0.258981686938473,0.0282101912156942,0.5,0.153725174569888,0.290691300591607,0.0169850945953611,0,0.949483795036876,0.994296470821993 -6855,0.5,0.153725174569888,0.103870004078556,0.27820924087101,0.153725174569888,0.0364408194869409,0.0974913894696817,0.153725174569888,0.135973942439877,0.078293699545117,0.153725174569888,0.273742500671125,0.074086060228937,0.153725174569888,0.199757885140608,0.135034068231468,0.153725174569888,0.0257293488125878,0.270783253596946,0.153725174569888,0.0699771670079615,0.295467430289315,0.153725174569888,0.0594375264525802,0.49402324179171,0.5,0.153725174569888,0.0726621796790537,0.521851621566427,0.153725174569888,0.144531499303357,0.00843335058550771,0.5,0.153725174569888,0.0585189342689875,0.0717263732623476,0.153725174569888,0.145637577582124,0.0552733962089116,0.153725174569888,0.0119602076100351,0.309367415390054,0.153725174569888,0.0783134129816383,0.13856757235325,0.153725174569888,0.182149626075469,0.275452076370909,0.153725174569888,0.157125840478345,0.498869880971588,0.153725174569888,0.224188745375995,0.0376535423756566,0.5,0.153725174569888,0.17213416089767,0.0251837433682388,0,0.91137466189131,0.984490072620892 -6856,0.5,0.153725174569888,0.0706669034254954,0.199423639522577,0.153725174569888,0.0187956814226915,0.0577807964332745,0.153725174569888,0.086970858936352,0.0578029831610305,0.153725174569888,0.154789541258354,0.0376958462464016,0.153725174569888,0.0372287168052284,0.0570966582230562,0.153725174569888,0.0623128104966955,0.334950572391471,0.153725174569888,0.00342679836727817,0.369740703791843,0.153725174569888,0.105813460577081,0.562416359318763,0.5,0.153725174569888,0.0504145542974244,0.466783731354839,0.153725174569888,0.0797217142053436,0.0112903089987472,0.5,0.153725174569888,0.0244615900152406,0.0348060077574272,0.153725174569888,0.0972094630379708,0.0453425289067879,0.153725174569888,0.0107243786192407,0.14673439857045,0.153725174569888,0.0780848754197897,0.0646247340301413,0.153725174569888,0.0862749275841475,0.172658040283886,0.153725174569888,0.0691620459017705,0.408391973576761,0.153725174569888,0.132882321964985,0.0359789774505429,0.5,0.153725174569888,0.0878221509937399,0.0178991559790653,0,0.83326309912891,0.97305915307699 -6857,0.5,0.153725174569888,0.00285362218447865,0.145252798286419,0.153725174569888,0.0191328175330754,0.036256839324528,0.153725174569888,0.0311349698303803,0.0402901233963622,0.153725174569888,0.0134357217127835,0.019840216666242,0.153725174569888,0.00290476189023973,0.120006868322142,0.153725174569888,0.0314712783289394,0.23882373180097,0.153725174569888,0.00724023948317118,0.301897846835464,0.153725174569888,0.0478267774912463,0.482440973881558,0.5,0.153725174569888,0.0273477635396388,0.337351644710849,0.153725174569888,0.0298368627399058,0.0143059791940266,0.5,0.153725174569888,0.00541330513759529,0.0106359732833674,0.153725174569888,0.0473434947308428,0.0242216794059811,0.153725174569888,0.00560361956854274,0.0978515884603342,0.153725174569888,0.0447837722869511,0.0159499734936101,0.153725174569888,0.0113354463833304,0.143016646011089,0.153725174569888,0.0114494024579236,0.387899132320607,0.153725174569888,0.0391433638497642,0.0239777931613418,0.5,0.153725174569888,0.0183859561925861,0.00374560134614805,0,0.639803544989175,0.964928830108646 -6858,0.5,0.153725174569888,0.0,0.12682743566509,0.153725174569888,0.0,0.0347662670291945,0.153725174569888,0.0,0.0364463872018195,0.153725174569888,0.0,0.0178307671912911,0.153725174569888,0.0,0.21899187869052,0.153725174569888,5.84696562411e-06,0.155104328706324,0.153725174569888,0.0,0.280201969135529,0.153725174569888,2.60139530630189e-05,0.404042781568622,0.5,0.153725174569888,5.41687960592e-06,0.239540802568763,0.153725174569888,0.0,0.0106310394521851,0.5,0.153725174569888,0.0,0.00525756796882463,0.153725174569888,0.0,0.0188891535506801,0.153725174569888,0.0,0.0666195246768957,0.153725174569888,0.0,0.0127611791991804,0.153725174569888,0.0,0.133747732231369,0.153725174569888,0.0,0.297094511772373,0.153725174569888,0.0,0.0148410894592216,0.5,0.153725174569888,0.0,0.00504064431478594,0,0.396669974519674,0.952353072564078 -6859,0.5,0.153725174569888,0.0,0.101300779363608,0.153725174569888,0.0,0.0180487811272655,0.153725174569888,0.0,0.0355242670136949,0.153725174569888,0.0,0.0187241560234796,0.153725174569888,0.0,0.202618887259434,0.153725174569888,0.0,0.124394880726458,0.153725174569888,0.0,0.181882997539705,0.153725174569888,0.0,0.366679492466527,0.5,0.153725174569888,0.0,0.222730049487941,0.153725174569888,0.0,0.019331239626206,0.5,0.153725174569888,0.0,0.0248212847896735,0.153725174569888,0.0,0.0199709527851973,0.153725174569888,0.0,0.0511833329539944,0.153725174569888,0.0,0.0291184011106598,0.153725174569888,0.0,0.169820926259526,0.153725174569888,0.0,0.191356424973508,0.153725174569888,0.0,0.00972372060471629,0.5,0.153725174569888,0.0,0.00600952081605683,0,0.293570666205358,0.9340769381909 -6860,0.5,0.153725174569888,0.0,0.07406561400814,0.153725174569888,0.0,0.0190077351148322,0.153725174569888,0.0,0.0365523554085332,0.153725174569888,0.0,0.0216974907097814,0.153725174569888,0.0,0.165608633795699,0.153725174569888,0.0,0.171368872003489,0.153725174569888,0.0,0.15094444518457,0.153725174569888,0.0,0.391857388371075,0.5,0.153725174569888,0.0,0.208365844552915,0.153725174569888,0.0,0.0123953513483852,0.5,0.153725174569888,0.0,0.0307807817026382,0.153725174569888,0.0,0.0147786702004719,0.153725174569888,0.0,0.0260368877140852,0.153725174569888,0.0,0.039203294472733,0.153725174569888,0.0,0.17794478426669,0.153725174569888,0.0,0.11459909675873,0.153725174569888,0.0,0.0177414521652046,0.5,0.153725174569888,0.0,0.0179670075343578,0,0.28599586583003,0.92989185996267 -6861,0.5,0.153725174569888,0.0,0.0579521991400393,0.153725174569888,0.0,0.0682286929253867,0.153725174569888,0.0,0.0354689719198659,0.153725174569888,0.0,0.0219735097249801,0.153725174569888,0.0,0.135553669547142,0.153725174569888,0.0,0.19882503875244,0.153725174569888,0.0,0.14190321815469,0.153725174569888,0.0,0.247858158400065,0.5,0.153725174569888,0.0,0.185901046957766,0.153725174569888,0.0,0.0101607991595448,0.5,0.153725174569888,0.0,0.0488996518693936,0.153725174569888,0.0,0.0197628868490863,0.153725174569888,0.0,0.0148390356861216,0.153725174569888,0.0,0.0385759271288873,0.153725174569888,0.0,0.157093099426952,0.153725174569888,0.0,0.100118535349665,0.153725174569888,0.0,0.0148260989189859,0.5,0.153725174569888,0.0,0.0117613060732965,0,0.183755177989502,0.940402908896228 -6862,0.5,0.153725174569888,0.0,0.049740583802453,0.153725174569888,0.0,0.19568915826889,0.153725174569888,0.0,0.0430442274093694,0.153725174569888,0.0,0.0229898163294927,0.153725174569888,0.0,0.100278211510265,0.153725174569888,0.0,0.23999790896473,0.153725174569888,0.0,0.160903457666852,0.153725174569888,0.0,0.19340122281623,0.5,0.153725174569888,0.0,0.173072948696667,0.153725174569888,0.0,0.00833158992543441,0.5,0.153725174569888,0.0,0.059265449706289,0.153725174569888,0.0,0.0298489782010171,0.153725174569888,0.0,0.0164261416718649,0.153725174569888,0.0,0.0442637205010617,0.153725174569888,0.0,0.110647536862236,0.153725174569888,0.0,0.0958835865136251,0.153725174569888,0.0,0.0177754464888066,0.5,0.153725174569888,0.0,0.0134925411232091,0,0.107163470922418,0.942242142603115 -6863,0.5,0.153725174569888,0.0,0.0491578519642856,0.153725174569888,0.0,0.232680216450582,0.153725174569888,0.0,0.0327776952179662,0.153725174569888,0.0,0.0215796789025523,0.153725174569888,0.0,0.0946997516380308,0.153725174569888,0.0,0.294102666565273,0.153725174569888,0.0,0.233917210993886,0.153725174569888,0.0,0.191819848448322,0.5,0.153725174569888,0.0,0.18036181852833,0.153725174569888,0.0,0.00466240156490934,0.5,0.153725174569888,0.0,0.04903987997371,0.153725174569888,0.0,0.0429918978992127,0.153725174569888,0.0,0.0284519471387213,0.153725174569888,0.0,0.0424789175567665,0.153725174569888,0.0,0.0794745677119122,0.153725174569888,0.0,0.0797181346579143,0.153725174569888,0.0,0.0223963471867878,0.5,0.153725174569888,0.0,0.00829120722836871,0,0.0636028006913593,0.918014208020772 -6864,0.5,0.153725174569888,0.0,0.0467834720628422,0.153725174569888,0.0,0.155267362247812,0.153725174569888,0.0,0.0342197259765305,0.153725174569888,0.0,0.0203304459245867,0.153725174569888,0.0,0.123268893137821,0.153725174569888,0.0,0.33973637110093,0.153725174569888,0.0,0.232595223568131,0.153725174569888,0.0,0.204036407469893,0.5,0.153725174569888,0.0,0.196223689379571,0.153725174569888,0.0,0.00126428210177519,0.5,0.153725174569888,0.0,0.0447965311677721,0.153725174569888,0.0,0.0542721833575571,0.153725174569888,0.0,0.040713055036258,0.153725174569888,0.0,0.0395430398025955,0.153725174569888,0.0,0.0670181258923554,0.153725174569888,0.0,0.0632882699525444,0.153725174569888,0.0,0.0247870652471497,0.5,0.153725174569888,0.0,0.004259104910839,0,0.0408072955753142,0.883376725028594 -6865,0.5,0.153725174569888,0.0,0.0389529873340393,0.153725174569888,0.0,0.108703981422087,0.153725174569888,0.0,0.0355150305517901,0.153725174569888,0.0,0.0290759617903412,0.153725174569888,0.0,0.157181510688316,0.153725174569888,0.0,0.364746516326222,0.153725174569888,0.0,0.218905644910262,0.153725174569888,0.0,0.206969625918467,0.5,0.153725174569888,0.0,0.216666654875755,0.153725174569888,0.0,0.00524761592070018,0.5,0.153725174569888,0.0,0.0445657760819938,0.153725174569888,0.0,0.0640459762757765,0.153725174569888,0.0,0.0414197226093058,0.153725174569888,0.0,0.0408085843626569,0.153725174569888,0.0,0.0658491531059738,0.153725174569888,0.0,0.0655208899587915,0.153725174569888,0.0,0.0241225839828506,0.5,0.153725174569888,0.0,0.00223772813771256,0,0.028616173116249,0.864870078348975 -6866,0.5,0.153725174569888,0.0,0.0337046963629393,0.153725174569888,0.0,0.0822963147120842,0.153725174569888,0.0,0.0412398145034923,0.153725174569888,0.0,0.03692943220557,0.153725174569888,0.0,0.224213008628118,0.153725174569888,0.0,0.350593149221196,0.153725174569888,0.0,0.23821594024444,0.153725174569888,0.0,0.221703198396606,0.5,0.153725174569888,0.0,0.225629556375872,0.153725174569888,0.0,0.0246496640961655,0.5,0.153725174569888,0.0,0.0523822057854884,0.153725174569888,0.0,0.074210529351875,0.153725174569888,0.0,0.0340425658856202,0.153725174569888,0.0,0.0395279481090369,0.153725174569888,0.0,0.081202515633408,0.153725174569888,0.0,0.075459244016162,0.153725174569888,0.0,0.0348805876475399,0.5,0.153725174569888,0.0,0.00317424229845853,0,0.0334061912816834,0.842605424770502 -6867,0.5,0.153725174569888,0.0,0.031006173364543,0.153725174569888,0.0,0.0715933248352343,0.153725174569888,0.0,0.0628096414381755,0.153725174569888,0.0,0.0368249277531867,0.153725174569888,0.0,0.338136682679236,0.153725174569888,0.0,0.341535286920023,0.153725174569888,0.0,0.226811331576105,0.153725174569888,0.0,0.250534430686794,0.5,0.153725174569888,0.0,0.222176977101684,0.153725174569888,0.0,0.0487918722945064,0.5,0.153725174569888,0.0,0.068018015836251,0.153725174569888,0.0,0.0723534131916972,0.153725174569888,0.0,0.0299188808459628,0.153725174569888,0.0,0.0422658537221042,0.153725174569888,0.0,0.11596757629605,0.153725174569888,0.0,0.0831724270451865,0.153725174569888,0.0,0.0512000682154187,0.5,0.153725174569888,0.0,0.0044245105897883,0,0.0461241068917471,0.829615031511982 -6868,0.5,0.153725174569888,0.0,0.0340194383792336,0.153725174569888,0.0,0.068980024366269,0.153725174569888,0.0,0.0943039822166344,0.153725174569888,0.0,0.0421532503882311,0.153725174569888,0.0,0.415012332068127,0.153725174569888,0.0,0.356291056165499,0.153725174569888,0.0,0.23639130040572,0.153725174569888,0.0,0.289391022022174,0.5,0.153725174569888,0.0,0.235500302761271,0.153725174569888,0.0,0.0529490831027914,0.5,0.153725174569888,0.0,0.0667395697630827,0.153725174569888,0.0,0.0476395856778786,0.153725174569888,0.0,0.0325433452531276,0.153725174569888,0.0,0.0659832147560481,0.153725174569888,0.0,0.164776545524665,0.153725174569888,0.0,0.0900687760146811,0.153725174569888,0.0,0.0634537371302628,0.5,0.153725174569888,0.0,0.0246775459877445,0,0.0740064191120992,0.828705497635047 -6869,0.5,0.153725174569888,0.0,0.0409068042067963,0.153725174569888,0.0,0.071504536088631,0.153725174569888,0.0,0.144935272819336,0.153725174569888,0.0,0.0592721854489261,0.153725174569888,0.0,0.406227159951153,0.153725174569888,0.0,0.379053652257956,0.153725174569888,0.0,0.241415504682098,0.153725174569888,0.0,0.336972557969702,0.5,0.153725174569888,0.0,0.264066125070509,0.153725174569888,0.0,0.0425981116712656,0.5,0.153725174569888,0.0,0.0696152028443756,0.153725174569888,0.0,0.0355658243963602,0.153725174569888,0.0,0.0346866107210813,0.153725174569888,0.0,0.111623490746779,0.153725174569888,0.0,0.220060643022004,0.153725174569888,0.0,0.0899306894660876,0.153725174569888,0.0,0.0737997424608966,0.5,0.153725174569888,0.0,0.0780705234290738,0,0.115890686213159,0.839050706564847 -6870,0.5,0.153725174569888,0.0,0.0486128137709311,0.153725174569888,0.0,0.0764409011013598,0.153725174569888,0.0,0.18521038708717,0.153725174569888,0.0,0.0769034033805009,0.153725174569888,0.0,0.3813639078791,0.153725174569888,0.0,0.375222896869956,0.153725174569888,0.0,0.278247875992159,0.153725174569888,0.0,0.392826273353308,0.5,0.153725174569888,0.0,0.24086220013798,0.153725174569888,0.0,0.0460624960906816,0.5,0.153725174569888,0.0,0.058887782795261,0.153725174569888,0.0,0.0299749813794608,0.153725174569888,0.0,0.0352709583295856,0.153725174569888,0.0,0.159063402540721,0.153725174569888,0.0,0.259865143636348,0.153725174569888,0.0,0.105774972371098,0.153725174569888,0.0,0.0973813879775513,0.5,0.153725174569888,0.0,0.117245646101449,0,0.171133067932607,0.85050619183425 -6871,0.5,0.153725174569888,0.0,0.0555261483358419,0.153725174569888,0.0,0.142354043566186,0.153725174569888,0.0,0.1737265543726,0.153725174569888,0.0,0.0894366931412849,0.153725174569888,0.0,0.377288489393326,0.153725174569888,0.0,0.361082691536792,0.153725174569888,0.0,0.298632095424478,0.153725174569888,0.0,0.42259478577,0.5,0.153725174569888,0.0,0.216933612419416,0.153725174569888,0.0,0.0413414399713173,0.5,0.153725174569888,0.0,0.0410708751621567,0.153725174569888,0.0,0.0224760077758774,0.153725174569888,0.0,0.0371523090673711,0.153725174569888,0.0,0.207541756822013,0.153725174569888,0.0,0.293151828734709,0.153725174569888,0.0,0.125503433073385,0.153725174569888,0.0,0.110899059863168,0.5,0.153725174569888,0.0,0.128169161369982,0,0.182323298697192,0.854471007394012 -6872,0.5,0.153725174569888,0.0283165601832434,0.0660872552203439,0.153725174569888,0.000497065119183265,0.379167073466649,0.153725174569888,0.0161664651329752,0.196395399772744,0.153725174569888,0.0212414463150228,0.153093734257609,0.153725174569888,0.00129742566549636,0.403731153559242,0.153725174569888,0.000552303358868734,0.34948796535914,0.153725174569888,0.00174336408340975,0.320478754146212,0.153725174569888,0.0055696055546281,0.463312619982466,0.5,0.153725174569888,0.00318659327259972,0.214719786939257,0.153725174569888,0.00118853432005221,0.0288630267914624,0.5,0.153725174569888,0.00341345079263275,0.0532497346646343,0.153725174569888,0.0193783518481667,0.0151355835239952,0.153725174569888,0.0018272245597223,0.0541105207505641,0.153725174569888,0.00366598672681557,0.266443484287743,0.153725174569888,0.00664772760705262,0.328090612498321,0.153725174569888,0.00278181599613264,0.160457522984481,0.153725174569888,0.00783908906933079,0.134907101120982,0.5,0.153725174569888,0.00469661167598929,0.158322127457894,0,0.177720771686209,0.85514365522182 -6873,0.5,0.153725174569888,0.102569560061178,0.128054671387401,0.153725174569888,0.00269372439934213,0.417267385209962,0.153725174569888,0.045418314777502,0.273145148557015,0.153725174569888,0.0756523551613983,0.260485012321814,0.153725174569888,0.0133987351135539,0.481350940868993,0.153725174569888,0.00351502457231163,0.372178821301038,0.153725174569888,0.0264076652486946,0.40292877944805,0.153725174569888,0.0639758117710786,0.558959729152361,0.5,0.153725174569888,0.0316940708995737,0.310415874115551,0.153725174569888,0.0112181753829011,0.0136143513101178,0.5,0.153725174569888,0.0154518188894364,0.090607647622493,0.153725174569888,0.100088768414253,0.0266605099425927,0.153725174569888,0.00895021162139615,0.100969018297569,0.153725174569888,0.0303189853446691,0.320542889067801,0.153725174569888,0.0341148779860995,0.400821587566022,0.153725174569888,0.0201066220118171,0.229939923014797,0.153725174569888,0.038867667331579,0.164813825429915,0.5,0.153725174569888,0.0248649797370516,0.1657108174634,0,0.209665542432081,0.847196935956827 -6874,0.5,0.153725174569888,0.177352457818078,0.238301950037198,0.153725174569888,0.0451330699264541,0.409343958425513,0.153725174569888,0.0517217214811125,0.366077910549441,0.153725174569888,0.149867379235445,0.322444284435344,0.153725174569888,0.0574455558163177,0.579833256249793,0.153725174569888,0.00715586302017411,0.404197160295601,0.153725174569888,0.0687821067706712,0.538123879113908,0.153725174569888,0.146244604514568,0.66645363289232,0.5,0.153725174569888,0.0935537074824521,0.413001963661176,0.153725174569888,0.0637050934727947,0.010464500901414,0.5,0.153725174569888,0.0294772622517975,0.180294241915216,0.153725174569888,0.191242914764215,0.0439473655039762,0.153725174569888,0.0119983133244367,0.151755574802847,0.153725174569888,0.0706211804435528,0.354216439763511,0.153725174569888,0.0796255485984359,0.4563829308208,0.153725174569888,0.0395848553577897,0.307663741545182,0.153725174569888,0.0843673050339402,0.224668349295037,0.5,0.153725174569888,0.0538404060075614,0.121285968033098,0,0.251570200677621,0.832755897123054 -6875,0.5,0.153725174569888,0.211587193380558,0.384182013025241,0.153725174569888,0.191728176470286,0.50847333173421,0.153725174569888,0.0444039057800253,0.415543997840902,0.153725174569888,0.219762585373931,0.342244616415858,0.153725174569888,0.0809503330402534,0.603187678094973,0.153725174569888,0.00838874967918996,0.385626232364706,0.153725174569888,0.0956933029146336,0.615372131705378,0.153725174569888,0.245469541371068,0.658489232176862,0.5,0.153725174569888,0.263030778843257,0.498524316832533,0.153725174569888,0.141457820289921,0.00984811248445353,0.5,0.153725174569888,0.0658822392258324,0.197702356852927,0.153725174569888,0.24025058256027,0.0461151505283354,0.153725174569888,0.0121779128194697,0.189122493111907,0.153725174569888,0.125567501898435,0.367530713729787,0.153725174569888,0.107770627120522,0.498504453452585,0.153725174569888,0.0805090084809208,0.372819102614343,0.153725174569888,0.111343806681873,0.264912060129105,0.5,0.153725174569888,0.0986369847824404,0.0813832337265462,0,0.348252412907856,0.826179607800701 -6876,0.5,0.153725174569888,0.20140813103474,0.447358193054644,0.153725174569888,0.258738913489946,0.579069595811875,0.153725174569888,0.0612712358856932,0.445030476747076,0.153725174569888,0.193718314637138,0.363709486558434,0.153725174569888,0.0702174633248464,0.540988101060019,0.153725174569888,0.0114851306204299,0.328009471362669,0.153725174569888,0.0620802462985876,0.579104960674304,0.153725174569888,0.329963437215441,0.625663707449292,0.5,0.153725174569888,0.260736631797831,0.509909580306416,0.153725174569888,0.192920828683435,0.00722330619014294,0.5,0.153725174569888,0.138468650505047,0.139470885243289,0.153725174569888,0.246905649265428,0.0270083311130855,0.153725174569888,0.0212025867611357,0.190526978989656,0.153725174569888,0.1268223582586,0.363471285310008,0.153725174569888,0.0920526559317053,0.499227333409344,0.153725174569888,0.129725069822294,0.450145697487419,0.153725174569888,0.122829741518807,0.252093782531213,0.5,0.153725174569888,0.139003135008878,0.0547594126489698,0,0.358738481648047,0.809677788088241 -6877,0.5,0.153725174569888,0.146011384802736,0.480344649250134,0.153725174569888,0.201146197356339,0.592653154625524,0.153725174569888,0.0945690496349093,0.488322758769814,0.153725174569888,0.103371125705834,0.376401948510394,0.153725174569888,0.0599920833414149,0.46248765033985,0.153725174569888,0.015031043254632,0.273312407677026,0.153725174569888,0.0341786917189723,0.49964186729997,0.153725174569888,0.363272247263444,0.625859502766461,0.5,0.153725174569888,0.294263858567191,0.488734248384673,0.153725174569888,0.215206479996268,0.00391404702459614,0.5,0.153725174569888,0.295240572086594,0.12364742811798,0.153725174569888,0.259158715481383,0.0181714647588334,0.153725174569888,0.0283133247025742,0.173793588263971,0.153725174569888,0.0804937685824948,0.325847014397078,0.153725174569888,0.0691286590779349,0.458415721762605,0.153725174569888,0.155062189548991,0.468855098081551,0.153725174569888,0.121493310861498,0.188864285121006,0.5,0.153725174569888,0.146891157451161,0.0336440952229468,0,0.456012510940029,0.81063883417943 -6878,0.5,0.153725174569888,0.0800958945958679,0.460769188315943,0.153725174569888,0.129010542081432,0.547451108216647,0.153725174569888,0.139980114663602,0.50423793028194,0.153725174569888,0.0727659753022381,0.371804902247793,0.153725174569888,0.0560607622764015,0.388681757831459,0.153725174569888,0.0168002289857248,0.233006066387747,0.153725174569888,0.0207287552342025,0.389646908383896,0.153725174569888,0.307574308003681,0.593728412932288,0.5,0.153725174569888,0.271484701606309,0.452869385822581,0.153725174569888,0.181027883914238,0.00318969707147659,0.5,0.153725174569888,0.229626066404493,0.209425271138989,0.153725174569888,0.221263804610656,0.0186723790181202,0.153725174569888,0.0233703500644308,0.161100195950309,0.153725174569888,0.0552502957963192,0.277152086210783,0.153725174569888,0.0758057902117264,0.428010757640023,0.153725174569888,0.143959523305519,0.439223275133809,0.153725174569888,0.192246395438008,0.17135241650296,0.5,0.153725174569888,0.130210047212704,0.0130461708387448,0,0.55395603447804,0.825413220325262 -6879,0.5,0.153725174569888,0.05071480564018,0.41849613340846,0.153725174569888,0.107646668747579,0.518366618697372,0.153725174569888,0.147695539691058,0.500485911103559,0.153725174569888,0.0523654147324838,0.322219812899795,0.153725174569888,0.04557717975842,0.327071864001101,0.153725174569888,0.0153299602789173,0.195631997672273,0.153725174569888,0.0110519492846458,0.283391899788033,0.153725174569888,0.226044630988039,0.51157914962688,0.5,0.153725174569888,0.210471505611255,0.379765102463968,0.153725174569888,0.136335788924526,0.00480181959582648,0.5,0.153725174569888,0.0962578799664939,0.225955115636051,0.153725174569888,0.192688438985425,0.0140159988735843,0.153725174569888,0.0169571214311447,0.146251410178894,0.153725174569888,0.0414332210578211,0.244601439073143,0.153725174569888,0.0619857294816258,0.417689795967762,0.153725174569888,0.121984600189412,0.392108706433505,0.153725174569888,0.158066566202522,0.192556191461902,0.5,0.153725174569888,0.097358989680403,0.00601127432164954,0,0.57914447654397,0.824154881882591 -6880,0.5,0.153725174569888,0.0217790325989368,0.352967124132441,0.153725174569888,0.0672425432612599,0.467174376959443,0.153725174569888,0.0994558081939621,0.466438888346474,0.153725174569888,0.0461244574470757,0.275253541304703,0.153725174569888,0.0266870542294107,0.258502065881459,0.153725174569888,0.00999676915357213,0.151853268357882,0.153725174569888,0.00424470059581458,0.193816415164933,0.153725174569888,0.137676242474392,0.402219308996767,0.5,0.153725174569888,0.160020753525818,0.253319570726495,0.153725174569888,0.065063265239628,0.00726934658654547,0.5,0.153725174569888,0.067433136853672,0.198324549489463,0.153725174569888,0.156558136166646,0.0101555350286884,0.153725174569888,0.00906722973703258,0.133100990780228,0.153725174569888,0.0217498059308461,0.216451393472702,0.153725174569888,0.0253452039538733,0.388008928953245,0.153725174569888,0.0856830001769636,0.34888693262075,0.153725174569888,0.0868163252727129,0.173450984789454,0.5,0.153725174569888,0.0532576039661397,0.00525703718572484,0,0.47698406143589,0.798476231995943 -6881,0.5,0.153725174569888,0.0012886079612818,0.271927194085618,0.153725174569888,0.0160740311039162,0.33849623265916,0.153725174569888,0.0252202711959431,0.370491190334891,0.153725174569888,0.00303936385444921,0.226200515490015,0.153725174569888,0.00851366907612491,0.180263362230103,0.153725174569888,0.00331619601354686,0.126786801800425,0.153725174569888,0.00109953844942114,0.130445004324514,0.153725174569888,0.0451943529160691,0.313258517920015,0.5,0.153725174569888,0.0689008047667765,0.106734006694055,0.153725174569888,0.0144789137389259,0.00991883109033289,0.5,0.153725174569888,0.0373758000993455,0.0997712260349625,0.153725174569888,0.0574636825686016,0.00250605964869746,0.153725174569888,0.00160001838735275,0.118001047950745,0.153725174569888,0.00430998290481237,0.173377678596106,0.153725174569888,0.0044119012747481,0.342236159381969,0.153725174569888,0.0279111567520789,0.236429532466728,0.153725174569888,0.0185974516165988,0.111716044590789,0.5,0.153725174569888,0.0112437242275356,0.0023519249806365,0,0.43483258229503,0.746863280595007 -6882,0.5,0.153725174569888,0.0,0.220010932657368,0.153725174569888,0.0,0.230300761875069,0.153725174569888,0.0,0.258351745433907,0.153725174569888,0.0,0.186374975558442,0.153725174569888,0.0,0.139751892415383,0.153725174569888,6.42869591605889e-09,0.109480909442152,0.153725174569888,0.0,0.100561326777801,0.153725174569888,1.16519214552513e-05,0.226837028991522,0.5,0.153725174569888,0.0,0.0443298159148763,0.153725174569888,0.0,0.0105102694064806,0.5,0.153725174569888,0.0,0.0147431387589161,0.153725174569888,0.0,0.00286138813023478,0.153725174569888,0.0,0.104648661978891,0.153725174569888,0.0,0.14173149097854,0.153725174569888,0.0,0.299343937455724,0.153725174569888,0.0,0.167308125767025,0.153725174569888,0.0,0.0501143189522476,0.5,0.153725174569888,0.0,0.00145838403872742,0,0.445604699722616,0.685640519438953 -6883,0.5,0.153725174569888,0.0,0.1911550628614,0.153725174569888,0.0,0.246183141022394,0.153725174569888,0.0,0.190948717775016,0.153725174569888,0.0,0.166182344180817,0.153725174569888,0.0,0.151027815986106,0.153725174569888,0.0,0.104905693953763,0.153725174569888,0.0,0.0910573063081026,0.153725174569888,0.0,0.186205060300194,0.5,0.153725174569888,0.0,0.022146694811722,0.153725174569888,0.0,0.0104045875065218,0.5,0.153725174569888,0.0,0.0026834613954233,0.153725174569888,0.0,0.0042387523595294,0.153725174569888,0.0,0.10310308651024,0.153725174569888,0.0,0.127034171747995,0.153725174569888,0.0,0.261152760187718,0.153725174569888,0.0,0.15323833722806,0.153725174569888,0.0,0.0225822040324323,0.5,0.153725174569888,0.0,0.00287130800965108,0,0.473101777875131,0.611985931750539 -6884,0.5,0.153725174569888,0.0,0.170904638431886,0.153725174569888,0.0,0.271676776960596,0.153725174569888,0.0,0.172274820652584,0.153725174569888,0.0,0.131830956266654,0.153725174569888,0.0,0.166925884762075,0.153725174569888,0.0,0.113550964177126,0.153725174569888,0.0,0.105914136442473,0.153725174569888,0.0,0.153524591528374,0.5,0.153725174569888,0.0,0.0140840596962401,0.153725174569888,0.0,0.0157423281766388,0.5,0.153725174569888,0.0,0.000754095652962924,0.153725174569888,0.0,0.00311048669554865,0.153725174569888,0.0,0.111999867083972,0.153725174569888,0.0,0.118028440682547,0.153725174569888,0.0,0.230691212592896,0.153725174569888,0.0,0.141127038568619,0.153725174569888,0.0,0.0125468229553187,0.5,0.153725174569888,0.0,0.0037596552422584,0,0.491231117410758,0.504842858175942 -6885,0.5,0.153725174569888,0.0,0.170386620807717,0.153725174569888,0.0,0.22787454506432,0.153725174569888,0.0,0.172023865370596,0.153725174569888,0.0,0.100821695436311,0.153725174569888,0.0,0.184849292262746,0.153725174569888,0.0,0.118428033610932,0.153725174569888,0.0,0.115113097786097,0.153725174569888,0.0,0.117959846190399,0.5,0.153725174569888,0.0,0.0125711616593722,0.153725174569888,0.0,0.0120527339278769,0.5,0.153725174569888,0.0,0.000522324985253437,0.153725174569888,0.0,0.00187897626043714,0.153725174569888,0.0,0.11710875796209,0.153725174569888,0.0,0.11233370307947,0.153725174569888,0.0,0.236474240940928,0.153725174569888,0.0,0.11288184868674,0.153725174569888,0.0,0.00831809633881045,0.5,0.153725174569888,0.0,0.00687170587475329,0,0.512129641128566,0.476935700028769 -6886,0.5,0.153725174569888,0.0,0.174704188774799,0.153725174569888,0.0,0.208957660616935,0.153725174569888,0.0,0.184005038727051,0.153725174569888,0.0,0.0921173769254381,0.153725174569888,0.0,0.177420279818106,0.153725174569888,0.0,0.126581917121572,0.153725174569888,0.0,0.137551523679409,0.153725174569888,0.0,0.1008612259762,0.5,0.153725174569888,0.0,0.0116125771687588,0.153725174569888,0.0,0.00381027919003841,0.5,0.153725174569888,0.0,0.000966571465818284,0.153725174569888,0.0,0.00136880254786574,0.153725174569888,0.0,0.122397433549659,0.153725174569888,0.0,0.10881522702213,0.153725174569888,0.0,0.285547449979374,0.153725174569888,0.0,0.086735669946642,0.153725174569888,0.0,0.00637272206431283,0.5,0.153725174569888,0.0,0.00636033047375444,0,0.568140962476893,0.455244548303647 -6887,0.5,0.153725174569888,0.0,0.169837770891524,0.153725174569888,0.0,0.263867954377925,0.153725174569888,0.0,0.189747664972484,0.153725174569888,0.0,0.102183476215152,0.153725174569888,0.0,0.162648923985084,0.153725174569888,0.0,0.128634772306085,0.153725174569888,0.0,0.143587819733406,0.153725174569888,0.0,0.102409339467272,0.5,0.153725174569888,0.0,0.0135886656614038,0.153725174569888,0.0,0.0016604902345817,0.5,0.153725174569888,0.0,0.000962857536890374,0.153725174569888,0.0,0.0015398807077683,0.153725174569888,0.0,0.128705687434111,0.153725174569888,0.0,0.107781790173967,0.153725174569888,0.0,0.308726757500155,0.153725174569888,0.0,0.0578537246152393,0.153725174569888,0.0,0.00461483098355901,0.5,0.153725174569888,0.0,0.00441369385298346,0,0.562354636575728,0.352298906254019 -6888,0.5,0.153725174569888,0.0,0.162932764822597,0.153725174569888,0.0,0.26555972800038,0.153725174569888,0.0,0.180686861177887,0.153725174569888,0.0,0.125751514450317,0.153725174569888,0.0,0.14213457757358,0.153725174569888,0.0,0.121477406093115,0.153725174569888,0.0,0.153985974872899,0.153725174569888,0.0,0.0943301021030235,0.5,0.153725174569888,0.0,0.0136066580048851,0.153725174569888,0.0,0.000195003111960548,0.5,0.153725174569888,0.0,0.000648564920302409,0.153725174569888,0.0,0.00111325002240176,0.153725174569888,0.0,0.129297698493316,0.153725174569888,0.0,0.101085066904376,0.153725174569888,0.0,0.286589948928443,0.153725174569888,0.0,0.0491640320551405,0.153725174569888,0.0,0.00537510598334682,0.5,0.153725174569888,0.0,0.00355664671060232,0,0.477749548811806,0.25857326459945 -6889,0.5,0.153725174569888,0.0,0.151573957945821,0.153725174569888,0.0,0.189179575713966,0.153725174569888,0.0,0.141513273424923,0.153725174569888,0.0,0.149115410005724,0.153725174569888,0.0,0.128242659842316,0.153725174569888,0.0,0.0995207461480623,0.153725174569888,0.0,0.142303803578179,0.153725174569888,0.0,0.0940138427324045,0.5,0.153725174569888,0.0,0.015277833745827,0.153725174569888,0.0,0.000274634118585079,0.5,0.153725174569888,0.0,0.000254335244209578,0.153725174569888,0.0,0.00134584057807959,0.153725174569888,0.0,0.112620175277733,0.153725174569888,0.0,0.0868245012376083,0.153725174569888,0.0,0.246579080163125,0.153725174569888,0.0,0.0457685581273632,0.153725174569888,0.0,0.0051001754334718,0.5,0.153725174569888,0.0,0.00449032960943399,0,0.394142995636745,0.214135000068802 -6890,0.5,0.153725174569888,0.0,0.136863330019854,0.153725174569888,0.0,0.122754430542774,0.153725174569888,0.0,0.116469328555798,0.153725174569888,0.0,0.149510474757242,0.153725174569888,0.0,0.0990610357242546,0.153725174569888,0.0,0.0846054508139781,0.153725174569888,0.0,0.117208858442418,0.153725174569888,0.0,0.0899413879286903,0.5,0.153725174569888,0.0,0.0162317359551289,0.153725174569888,0.0,0.000283563593068961,0.5,0.153725174569888,0.0,8.40153787687684e-05,0.153725174569888,0.0,0.00236501164572635,0.153725174569888,0.0,0.094448835827791,0.153725174569888,0.0,0.0744452078586111,0.153725174569888,0.0,0.237094861884084,0.153725174569888,0.0,0.041168324192858,0.153725174569888,0.0,0.00490125845110182,0.5,0.153725174569888,0.0,0.00694581974778966,0,0.352609434961524,0.217135247549302 -6891,0.5,0.153725174569888,0.0,0.128003832239196,0.153725174569888,0.0,0.0771632605358292,0.153725174569888,0.0,0.0902717987721007,0.153725174569888,0.0,0.137010487858757,0.153725174569888,0.0,0.0746331602381963,0.153725174569888,0.0,0.0792829204753438,0.153725174569888,0.0,0.1158135138574,0.153725174569888,0.0,0.0886194174637098,0.5,0.153725174569888,0.0,0.0174340255055867,0.153725174569888,0.0,0.000412484943187136,0.5,0.153725174569888,0.0,0.000172193465661314,0.153725174569888,0.0,0.00445531264046079,0.153725174569888,0.0,0.0775225883229806,0.153725174569888,0.0,0.057346062257612,0.153725174569888,0.0,0.206139143598226,0.153725174569888,0.0,0.043018957659318,0.153725174569888,0.0,0.00579095606967551,0.5,0.153725174569888,0.0,0.00500449406629326,0,0.314238996404364,0.268980169415466 -6892,0.5,0.153725174569888,0.0,0.124392940547676,0.153725174569888,0.0,0.0528188625823307,0.153725174569888,0.0,0.0655560877155855,0.153725174569888,0.0,0.115094807295069,0.153725174569888,0.0,0.0605157834047302,0.153725174569888,0.0,0.0688646829813581,0.153725174569888,0.0,0.111766989257261,0.153725174569888,0.0,0.0853883602938394,0.5,0.153725174569888,0.0,0.0173431670792242,0.153725174569888,0.0,0.000685337804789874,0.5,0.153725174569888,0.0,0.000442122024666174,0.153725174569888,0.0,0.00654122880771734,0.153725174569888,0.0,0.0541877045558955,0.153725174569888,0.0,0.0472606925522581,0.153725174569888,0.0,0.175079249868556,0.153725174569888,0.0,0.0433684607820426,0.153725174569888,0.0,0.00702501908300497,0.5,0.153725174569888,0.0,0.00282761688511641,0,0.23722963720045,0.28346339745027 -6893,0.5,0.153725174569888,0.0,0.122165297327536,0.153725174569888,0.0,0.0343061566280632,0.153725174569888,0.0,0.0566367385213243,0.153725174569888,0.0,0.091206972320908,0.153725174569888,0.0,0.0470650091676164,0.153725174569888,0.0,0.0639730298188662,0.153725174569888,0.0,0.103809517406352,0.153725174569888,0.0,0.0867695029354385,0.5,0.153725174569888,0.0,0.0169329343347824,0.153725174569888,0.0,0.00115799044864288,0.5,0.153725174569888,0.0,0.000606148490035097,0.153725174569888,0.0,0.009024557466653,0.153725174569888,0.0,0.0435931049735972,0.153725174569888,0.0,0.0460473168902955,0.153725174569888,0.0,0.157174193918324,0.153725174569888,0.0,0.0429079616590488,0.153725174569888,0.0,0.00810067993984734,0.5,0.153725174569888,0.0,0.00125978105206428,0,0.160092218314916,0.288752871255136 -6894,0.5,0.153725174569888,0.0,0.118252111225282,0.153725174569888,0.0,0.0279926057904189,0.153725174569888,0.0,0.0542280840111822,0.153725174569888,0.0,0.0837983742643572,0.153725174569888,0.0,0.0361795134862976,0.153725174569888,0.0,0.0618217965319615,0.153725174569888,0.0,0.099944544750883,0.153725174569888,0.0,0.0861512026031065,0.5,0.153725174569888,0.0,0.0137198622369057,0.153725174569888,0.0,0.00247308313605845,0.5,0.153725174569888,0.0,0.000734278935548801,0.153725174569888,0.0,0.00432523463065964,0.153725174569888,0.0,0.0377721384654194,0.153725174569888,0.0,0.0465611212951689,0.153725174569888,0.0,0.14084877800574,0.153725174569888,0.0,0.0417079361008196,0.153725174569888,0.0,0.00734544153220513,0.5,0.153725174569888,0.0,0.00195786013880594,0,0.141497042071238,0.241366934148527 -6895,0.5,0.153725174569888,0.0,0.117950177434542,0.153725174569888,0.0,0.027076612504759,0.153725174569888,0.0,0.0530092703299143,0.153725174569888,0.0,0.0838000539304367,0.153725174569888,0.0,0.0309650850707047,0.153725174569888,0.0,0.0575038722499416,0.153725174569888,0.0,0.0989217857730669,0.153725174569888,0.0,0.070961472958526,0.5,0.153725174569888,0.0,0.0119236475297611,0.153725174569888,0.0,0.00400712750658525,0.5,0.153725174569888,0.0,0.00101786264949665,0.153725174569888,0.0,0.00560329786268574,0.153725174569888,0.0,0.0360279407028848,0.153725174569888,0.0,0.0452535872997752,0.153725174569888,0.0,0.13018119332373,0.153725174569888,0.0,0.0423439636792842,0.153725174569888,0.0,0.00643324273791563,0.5,0.153725174569888,0.0,0.00349329559958903,0,0.144806900927964,0.187527614989974 -6896,0.5,0.153725174569888,0.0111816750707123,0.14067776216103,0.153725174569888,0.000689839443537429,0.0294134320818315,0.153725174569888,0.0278024451340096,0.062686288629824,0.153725174569888,0.0359389560084186,0.0891449521577142,0.153725174569888,0.000326307863483356,0.0283322885281595,0.153725174569888,0.000767597295618454,0.0511567856866485,0.153725174569888,0.00889985539383237,0.0904724618037947,0.153725174569888,0.0198400672810816,0.0674161137119904,0.5,0.153725174569888,0.0321099489272812,0.0118869483179562,0.153725174569888,0.00669528831469277,0.00362403851643499,0.5,0.153725174569888,0.0342198214766728,0.0010904841682141,0.153725174569888,0.0247745780629453,0.00629579392669856,0.153725174569888,0.0062164215591712,0.0407429564340174,0.153725174569888,0.00216862067648242,0.0393383109238766,0.153725174569888,0.00812428166571856,0.133808347150153,0.153725174569888,0.0393117612377439,0.0341020305739026,0.153725174569888,0.0182936327761966,0.00554903587716695,0.5,0.153725174569888,0.00644204383142783,0.00337326800656399,0,0.135370408428306,0.157473780658974 -6897,0.5,0.153725174569888,0.0519450307383713,0.190156900857569,0.153725174569888,0.00975619150540749,0.0322314912974068,0.153725174569888,0.114571354999462,0.0949794621862169,0.153725174569888,0.095891528744273,0.113454039023403,0.153725174569888,0.00238860300193936,0.0276796205700542,0.153725174569888,0.00720269486119825,0.0573094961212497,0.153725174569888,0.0576123354532148,0.100244394233559,0.153725174569888,0.122941025940573,0.0731417883586325,0.5,0.153725174569888,0.185232445624626,0.00883966940972019,0.153725174569888,0.0704396065498815,0.00169522539354531,0.5,0.153725174569888,0.172308518253329,0.00112610510876848,0.153725174569888,0.13875120979439,0.00217664348946261,0.153725174569888,0.0686726405249217,0.0581339936840244,0.153725174569888,0.0367806648639527,0.036830003171597,0.153725174569888,0.0409741154290696,0.137480855246053,0.153725174569888,0.182237046315283,0.0390304270951822,0.153725174569888,0.092429577823906,0.00887419641358637,0.5,0.153725174569888,0.0373422261576168,0.00351335322060163,0,0.135288380815274,0.144771837607199 -6898,0.5,0.153725174569888,0.095652845370771,0.215255600030303,0.153725174569888,0.0543875107728293,0.0382374642758393,0.153725174569888,0.235226641086084,0.15876531023464,0.153725174569888,0.152143035053419,0.147590463257628,0.153725174569888,0.00825450263669894,0.0271722514324528,0.153725174569888,0.0146363095165806,0.0672178126893054,0.153725174569888,0.106051942698691,0.168956617658467,0.153725174569888,0.193124190636625,0.0773495056887067,0.5,0.153725174569888,0.330826850680308,0.0177122618343293,0.153725174569888,0.173324214264623,0.00239938390119602,0.5,0.153725174569888,0.327926076917103,0.0115011397062819,0.153725174569888,0.294697253699058,0.00437369625100093,0.153725174569888,0.146879518594918,0.0736739842999771,0.153725174569888,0.107944677264192,0.0537738473824052,0.153725174569888,0.0880414204915029,0.139406990112853,0.153725174569888,0.344367336809262,0.0916108443075643,0.153725174569888,0.192150025040644,0.0343298394916966,0.5,0.153725174569888,0.0909632728607495,0.00913875545892635,0,0.126900541995682,0.0926567024489251 -6899,0.5,0.153725174569888,0.138034124270141,0.205772839710751,0.153725174569888,0.12662305030803,0.054975279677839,0.153725174569888,0.340922425274883,0.218103311893442,0.153725174569888,0.204210556632136,0.178350342221058,0.153725174569888,0.0261240174689955,0.0263183658171314,0.153725174569888,0.0109228332814314,0.0500509507195151,0.153725174569888,0.120585586825541,0.202576228068024,0.153725174569888,0.250778903701068,0.0597106230994653,0.5,0.153725174569888,0.456736637891675,0.0344845890651436,0.153725174569888,0.241959096726407,0.00428104071045026,0.5,0.153725174569888,0.450196681127236,0.0335263795455271,0.153725174569888,0.431171203977834,0.00963997142708893,0.153725174569888,0.159155865067771,0.0944599309129628,0.153725174569888,0.183725240181284,0.0637390820448164,0.153725174569888,0.137489821469519,0.152292053614421,0.153725174569888,0.485462241743442,0.157623774911714,0.153725174569888,0.269090600951353,0.0604662315705317,0.5,0.153725174569888,0.126700070694786,0.0105994116319104,0,0.11971803154419,0.0540243774711062 -6900,0.5,0.153725174569888,0.172462079814741,0.184826593797657,0.153725174569888,0.179535607701292,0.0879101746957062,0.153725174569888,0.462432962042408,0.236141944259912,0.153725174569888,0.251779142490905,0.181580902531816,0.153725174569888,0.0354578603540511,0.0201622915984979,0.153725174569888,0.0208891129555989,0.0277021744117571,0.153725174569888,0.0990854261903934,0.23416345148631,0.153725174569888,0.30243092693341,0.0871618237264697,0.5,0.153725174569888,0.541599888441031,0.0818819602672989,0.153725174569888,0.319696307566162,0.00949186344241508,0.5,0.153725174569888,0.524800945003883,0.0470336763334845,0.153725174569888,0.518951656059524,0.0219133188197926,0.153725174569888,0.131830976030766,0.110701471286938,0.153725174569888,0.168524089702327,0.0652349963202894,0.153725174569888,0.160600600479676,0.137629431285283,0.153725174569888,0.562620436796772,0.192279114461001,0.153725174569888,0.341972233295249,0.0745690001773254,0.5,0.153725174569888,0.154772998596744,0.0106344930508767,0,0.115969064835643,0.0459158543269541 -6901,0.5,0.153725174569888,0.19499824135095,0.163974702807678,0.153725174569888,0.128932074120409,0.112423659794334,0.153725174569888,0.535460524469807,0.230728124419873,0.153725174569888,0.289412604067976,0.175549606584907,0.153725174569888,0.064818156227099,0.0158236762541111,0.153725174569888,0.0734569460445629,0.0178477421656193,0.153725174569888,0.0453220225018523,0.198926046619475,0.153725174569888,0.311819499546823,0.0555139005672488,0.5,0.153725174569888,0.541302937648792,0.0576615775540861,0.153725174569888,0.386433090364148,0.0108449141643766,0.5,0.153725174569888,0.543101880809984,0.0893154472431623,0.153725174569888,0.533349297927692,0.040197599282243,0.153725174569888,0.0995744440960629,0.117097289464835,0.153725174569888,0.107263991415007,0.0622507454901949,0.153725174569888,0.160351300591214,0.124540926424646,0.153725174569888,0.557359065528952,0.22386158588871,0.153725174569888,0.370154095982779,0.101416749476349,0.5,0.153725174569888,0.169088129226805,0.0101286185791629,0,0.121240945743764,0.0474817032287912 -6902,0.5,0.153725174569888,0.180115983983165,0.141888230062826,0.153725174569888,0.0892549383867388,0.116631995048434,0.153725174569888,0.520124980129793,0.20140126680669,0.153725174569888,0.289425309168013,0.150309408594299,0.153725174569888,0.0553716072583997,0.0108188037693518,0.153725174569888,0.092560083208431,0.0115985718542126,0.153725174569888,0.0397584489684185,0.11028071539505,0.153725174569888,0.278266086777935,0.0422399716663227,0.5,0.153725174569888,0.474919755903862,0.068602183726797,0.153725174569888,0.398162791135515,0.0183992142565575,0.5,0.153725174569888,0.492583224941441,0.0723009249789123,0.153725174569888,0.474989285735188,0.031037461949829,0.153725174569888,0.0779177231471498,0.115788555221358,0.153725174569888,0.0644041540638204,0.051827074644623,0.153725174569888,0.108729340493585,0.108397411687059,0.153725174569888,0.440949476540951,0.165547147053359,0.153725174569888,0.356673528271657,0.106388079279442,0.5,0.153725174569888,0.160101187165826,0.0121251406094153,0,0.139151011125087,0.0506132690887386 -6903,0.5,0.153725174569888,0.131662712479769,0.104136327592594,0.153725174569888,0.0380259913464285,0.0922310764284664,0.153725174569888,0.435817198299023,0.169765701833629,0.153725174569888,0.253795556988701,0.115681947328447,0.153725174569888,0.0551756936669564,0.0182475166289471,0.153725174569888,0.0702689090265899,0.0201486867418412,0.153725174569888,0.055195150028197,0.0590790731340768,0.153725174569888,0.207887000675464,0.0253804678676576,0.5,0.153725174569888,0.374360637783261,0.049455559617307,0.153725174569888,0.331822683453131,0.00669366769626891,0.5,0.153725174569888,0.3703577389604,0.0588003981937995,0.153725174569888,0.36677003081385,0.0266017357157508,0.153725174569888,0.0485644617289156,0.0946355951960549,0.153725174569888,0.0422255691030674,0.0379168816358064,0.153725174569888,0.039348508265511,0.0749305676125006,0.153725174569888,0.270055219905736,0.0863950939552455,0.153725174569888,0.280745580208935,0.0797308135879547,0.5,0.153725174569888,0.1550249800857,0.00956340335832484,0,0.144868036242952,0.0315850992635315 -6904,0.5,0.153725174569888,0.0741145831146546,0.0755547330644729,0.153725174569888,0.0121899818522501,0.0710357830652747,0.153725174569888,0.295236687323718,0.0837711430273912,0.153725174569888,0.176243162218274,0.057488608977202,0.153725174569888,0.0970609986543675,0.0179006385602803,0.153725174569888,0.0340712503002417,0.0158229293337782,0.153725174569888,0.0304534100121024,0.0790090161873863,0.153725174569888,0.16185907100718,0.00712655775621226,0.5,0.153725174569888,0.256797186437022,0.0272856287863923,0.153725174569888,0.219699829401321,0.00774043315797233,0.5,0.153725174569888,0.258047568518126,0.0649878141121265,0.153725174569888,0.245993511494195,0.0206637751678562,0.153725174569888,0.0227859468368387,0.072854272779374,0.153725174569888,0.0228071473402407,0.0291634900665228,0.153725174569888,0.0149299261123567,0.0344312512379581,0.153725174569888,0.14505414611412,0.0666175954680383,0.153725174569888,0.152601603807208,0.0646112048194941,0.5,0.153725174569888,0.127824591501137,0.0062616633923614,0,0.128312957669937,0.0192433481045952 -6905,0.5,0.153725174569888,0.00160836326233302,0.0481088267894382,0.153725174569888,0.00245508070893159,0.0385704073838732,0.153725174569888,0.0398791704628367,0.0278571672770064,0.153725174569888,0.000356853586340644,0.0167614697947645,0.153725174569888,0.0173882494703484,0.00965953135916232,0.153725174569888,0.014645538174867,0.00443619059453602,0.153725174569888,0.00465364257906437,0.0449550028164209,0.153725174569888,0.0761561325514667,0.000597697153787893,0.5,0.153725174569888,0.0803611737763145,0.0103283265398988,0.153725174569888,0.0668548535217864,0.000894120150205807,0.5,0.153725174569888,0.0752380157620501,0.00367865837668742,0.153725174569888,0.0801742433305644,0.00180516282816721,0.153725174569888,0.00448089616563745,0.0561482383403295,0.153725174569888,0.00919812767437834,0.0132036769776928,0.153725174569888,0.00448117307292793,0.0208142531354188,0.153725174569888,0.0364691836083864,0.0199636867998741,0.153725174569888,0.0452284904725788,0.018561017566898,0.5,0.153725174569888,0.0366198249066941,0.0035293542473283,0,0.135934214017783,0.0183952141074926 -6906,0.5,0.153725174569888,0.0,0.0297252563006937,0.153725174569888,0.0,0.0147378042973952,0.153725174569888,0.0,0.0204465672220561,0.153725174569888,0.0,0.0169809216481136,0.153725174569888,0.0,0.00547851501083785,0.153725174569888,0.0,0.00378500163051641,0.153725174569888,0.0,0.0181719655764019,0.153725174569888,0.0,0.00136594942613065,0.5,0.153725174569888,0.0,0.00734900432952371,0.153725174569888,0.0,0.00130742676525004,0.5,0.153725174569888,0.0,0.0038085398549643,0.153725174569888,0.0,0.00239911589572291,0.153725174569888,0.0,0.0444869354528749,0.153725174569888,0.0,0.00690192113839843,0.153725174569888,0.0,0.0187571158768073,0.153725174569888,0.0,0.00997786747772107,0.153725174569888,0.0,0.0068461738675715,0.5,0.153725174569888,0.0,0.00186567544127298,0,0.159858823111279,0.0073557131937709 -6907,0.5,0.153725174569888,0.0,0.0268903918931035,0.153725174569888,0.0,0.0126899040355867,0.153725174569888,0.0,0.0096656264049363,0.153725174569888,0.0,0.0146107289314899,0.153725174569888,0.0,0.00299812354019704,0.153725174569888,0.0,0.00888996552604769,0.153725174569888,0.0,0.0109622161942681,0.153725174569888,0.0,0.00494485437784629,0.5,0.153725174569888,0.0,0.00549787115831682,0.153725174569888,0.0,0.00299490208275879,0.5,0.153725174569888,0.0,0.000744745982896813,0.153725174569888,0.0,0.00678869406781624,0.153725174569888,0.0,0.0449170630963153,0.153725174569888,0.0,0.00742001754251188,0.153725174569888,0.0,0.0146375536073711,0.153725174569888,0.0,0.0118015395357975,0.153725174569888,0.0,0.00305044372243933,0.5,0.153725174569888,0.0,0.00151142705897236,0,0.138838780246159,0.000974311644353539 -6908,0.5,0.153725174569888,0.0,0.0311833129623052,0.153725174569888,0.0,0.0226768874933877,0.153725174569888,0.0,0.0154064238546652,0.153725174569888,0.0,0.0101055667931229,0.153725174569888,0.0,0.00142693120560047,0.153725174569888,0.0,0.0124720847077154,0.153725174569888,0.0,0.00869779783096862,0.153725174569888,0.0,0.00906102129890589,0.5,0.153725174569888,0.0,0.00428293490385077,0.153725174569888,0.0,0.00568021601825964,0.5,0.153725174569888,0.0,0.000395020158913835,0.153725174569888,0.0,0.00954942473368977,0.153725174569888,0.0,0.0466098608258691,0.153725174569888,0.0,0.00621139477073202,0.153725174569888,0.0,0.0122642035876435,0.153725174569888,0.0,0.00797601971213072,0.153725174569888,0.0,0.00272016600021024,0.5,0.153725174569888,0.0,0.00272327123402144,0,0.153597928998447,4.53961673410325e-05 -6909,0.5,0.153725174569888,0.0,0.0285550552278229,0.153725174569888,0.0,0.0195234591483188,0.153725174569888,0.0,0.0252911446390578,0.153725174569888,0.0,0.0122182191242831,0.153725174569888,0.0,0.00144541955515067,0.153725174569888,0.0,0.0176311466775391,0.153725174569888,0.0,0.00618261047493044,0.153725174569888,0.0,0.00993147419546372,0.5,0.153725174569888,0.0,0.00427550219678232,0.153725174569888,0.0,0.00824843179934294,0.5,0.153725174569888,0.0,0.0001956388107191,0.153725174569888,0.0,0.00976515669218094,0.153725174569888,0.0,0.0424644513786543,0.153725174569888,0.0,0.00760909534964382,0.153725174569888,0.0,0.010208543929893,0.153725174569888,0.0,0.00621194422996466,0.153725174569888,0.0,0.00150581158013777,0.5,0.153725174569888,0.0,0.00399991364459716,0,0.174268057440916,8.43664203688256e-06 -6910,0.5,0.153725174569888,0.0,0.0235893974953261,0.153725174569888,0.0,0.00935324358052682,0.153725174569888,0.0,0.0194577878150393,0.153725174569888,0.0,0.0171369732566451,0.153725174569888,0.0,0.00325105938760349,0.153725174569888,0.0,0.0210828788025104,0.153725174569888,0.0,0.00703188760663033,0.153725174569888,0.0,0.00918711172512271,0.5,0.153725174569888,0.0,0.00496040422393331,0.153725174569888,0.0,0.0117110545231234,0.5,0.153725174569888,0.0,0.00065634538209283,0.153725174569888,0.0,0.0155792215999407,0.153725174569888,0.0,0.0469741294636063,0.153725174569888,0.0,0.00838011860144785,0.153725174569888,0.0,0.00650996666285385,0.153725174569888,0.0,0.0071686179170631,0.153725174569888,0.0,0.00114003205634025,0.5,0.153725174569888,0.0,0.00430810848072706,0,0.167153017188055,0.000801899615265158 -6911,0.5,0.153725174569888,0.0,0.0167324498777857,0.153725174569888,0.0,0.0115654455144012,0.153725174569888,0.0,0.0124338902834299,0.153725174569888,0.0,0.0158978678638535,0.153725174569888,0.0,0.00524796448303032,0.153725174569888,0.0,0.0216909869491875,0.153725174569888,0.0,0.00844191934501822,0.153725174569888,0.0,0.00775467364209722,0.5,0.153725174569888,0.0,0.00644653152393319,0.153725174569888,0.0,0.0139681238226502,0.5,0.153725174569888,0.0,0.00328577691867095,0.153725174569888,0.0,0.0227702266947788,0.153725174569888,0.0,0.0542220259267893,0.153725174569888,0.0,0.00679790206676964,0.153725174569888,0.0,0.00211952594009735,0.153725174569888,0.0,0.00753199661903648,0.153725174569888,0.0,0.00200708604284725,0.5,0.153725174569888,0.0,0.00600427379232477,0,0.16896437634656,0.000132601112363076 -6912,0.5,0.153725174569888,0.0,0.00986003116925551,0.153725174569888,0.0,0.0140894301883135,0.153725174569888,0.0,0.00777219706798904,0.153725174569888,0.0,0.0122468281861261,0.153725174569888,0.0,0.00941682510511738,0.153725174569888,0.0,0.0207807140557601,0.153725174569888,0.0,0.0108077349744736,0.153725174569888,0.0,0.00900312793674762,0.5,0.153725174569888,0.0,0.0106472516791141,0.153725174569888,0.0,0.0177335095693851,0.5,0.153725174569888,0.0,0.00583887742218147,0.153725174569888,0.0,0.0351026359369455,0.153725174569888,0.0,0.0460328304009188,0.153725174569888,0.0,0.0112088693538203,0.153725174569888,0.0,0.00108632851960092,0.153725174569888,0.0,0.00984629493474523,0.153725174569888,0.0,0.00308833706419431,0.5,0.153725174569888,0.0,0.0117753529867401,0,0.170476580896826,0.000449205989944845 -6913,0.5,0.153725174569888,0.0,0.00683602958094561,0.153725174569888,0.0,0.0214442654293657,0.153725174569888,0.0,0.00849623270101428,0.153725174569888,0.0,0.0104724084098881,0.153725174569888,0.0,0.0171568724131731,0.153725174569888,0.0,0.0199974941372897,0.153725174569888,0.0,0.0125444894215017,0.153725174569888,0.0,0.0150409695185582,0.5,0.153725174569888,0.0,0.0171939262867917,0.153725174569888,0.0,0.0215401631916109,0.5,0.153725174569888,0.0,0.00572433185245005,0.153725174569888,0.0,0.0441542955635431,0.153725174569888,0.0,0.041836180197417,0.153725174569888,0.0,0.0125426265872294,0.153725174569888,0.0,0.00121114382250462,0.153725174569888,0.0,0.0110006768889263,0.153725174569888,0.0,0.00442002154417483,0.5,0.153725174569888,0.0,0.0168375401295429,0,0.145505142539875,0.000580486148609882 -6914,0.5,0.153725174569888,0.0,0.00889956078100351,0.153725174569888,0.0,0.0119508885345046,0.153725174569888,0.0,0.0112352844561879,0.153725174569888,0.0,0.012435074414225,0.153725174569888,0.0,0.0226497163315979,0.153725174569888,0.0,0.0201698974915971,0.153725174569888,0.0,0.0136684960852489,0.153725174569888,0.0,0.0241516417891911,0.5,0.153725174569888,0.0,0.027714805295444,0.153725174569888,0.0,0.0188036507264154,0.5,0.153725174569888,0.0,0.0080948988819623,0.153725174569888,0.0,0.0631420067798726,0.153725174569888,0.0,0.0478567963789753,0.153725174569888,0.0,0.008718269638235,0.153725174569888,0.0,0.00187820807534762,0.153725174569888,0.0,0.012464099351155,0.153725174569888,0.0,0.00592072088971642,0.5,0.153725174569888,0.0,0.0242022617921347,0,0.135987792906455,0.000189565121374073 -6915,0.5,0.153725174569888,0.0,0.0119266004546468,0.153725174569888,0.0,0.00805222298153043,0.153725174569888,0.0,0.0140153995725992,0.153725174569888,0.0,0.0158506691327294,0.153725174569888,0.0,0.0323874235995239,0.153725174569888,0.0,0.022006045260195,0.153725174569888,0.0,0.0149749879772177,0.153725174569888,0.0,0.0333025959851369,0.5,0.153725174569888,0.0,0.0436931929703278,0.153725174569888,0.0,0.0154893050847716,0.5,0.153725174569888,0.0,0.0122213380000613,0.153725174569888,0.0,0.107214441245209,0.153725174569888,0.0,0.0393129713586652,0.153725174569888,0.0,0.0125610007218843,0.153725174569888,0.0,0.00367778564670035,0.153725174569888,0.0,0.0150816638197202,0.153725174569888,0.0,0.00922547227462547,0.5,0.153725174569888,0.0,0.0288382943226658,0,0.150613664014776,0.00175674661404385 -6916,0.5,0.153725174569888,0.0,0.0128304605004599,0.153725174569888,0.0,0.00891573190619925,0.153725174569888,0.0,0.0157150360293841,0.153725174569888,0.0,0.0182517292442125,0.153725174569888,0.0,0.0319849365530073,0.153725174569888,0.0,0.0267455804898238,0.153725174569888,0.0,0.0153539563677365,0.153725174569888,0.0,0.0443176963576903,0.5,0.153725174569888,0.0,0.0649830131899364,0.153725174569888,0.0,0.0177697827098679,0.5,0.153725174569888,0.0,0.0212355051503526,0.153725174569888,0.0,0.168410747129411,0.153725174569888,0.0,0.030648809398193,0.153725174569888,0.0,0.01479169731947,0.153725174569888,0.0,0.00660992454980861,0.153725174569888,0.0,0.0179934323011012,0.153725174569888,0.0,0.0143389610068508,0.5,0.153725174569888,0.0,0.0279544817055847,0,0.157246550290346,0.00902605408176976 -6917,0.5,0.153725174569888,0.0,0.0117636997831662,0.153725174569888,0.0,0.00978198964927042,0.153725174569888,0.0,0.014845794972727,0.153725174569888,0.0,0.0174204895832151,0.153725174569888,0.0,0.0198446474155356,0.153725174569888,0.0,0.035420574688207,0.153725174569888,0.0,0.0191065674080475,0.153725174569888,0.0,0.0465624807235155,0.5,0.153725174569888,0.0,0.150058676689071,0.153725174569888,0.0,0.0269057120895077,0.5,0.153725174569888,0.0,0.0235628103662825,0.153725174569888,0.0,0.233129767360789,0.153725174569888,0.0,0.037673027175015,0.153725174569888,0.0,0.010023699350493,0.153725174569888,0.0,0.0101820416174372,0.153725174569888,0.0,0.0226131667635866,0.153725174569888,0.0,0.0194952852725461,0.5,0.153725174569888,0.0,0.0248282865703439,0,0.146142201666169,0.00892479686697229 -6918,0.5,0.153725174569888,0.0,0.0114524516418999,0.153725174569888,0.0,0.00673108837056334,0.153725174569888,0.0,0.0130906534304049,0.153725174569888,0.0,0.0144011100770704,0.153725174569888,0.0,0.0103565456513419,0.153725174569888,0.0,0.0341089120963202,0.153725174569888,0.0,0.024630179745673,0.153725174569888,0.0,0.0495679021353483,0.5,0.153725174569888,0.0,0.251956470472561,0.153725174569888,0.0,0.050611098505646,0.5,0.153725174569888,0.0,0.0461706102074025,0.153725174569888,0.0,0.26695112158048,0.153725174569888,0.0,0.0430382450440213,0.153725174569888,0.0,0.00488786684724321,0.153725174569888,0.0,0.00973567350883264,0.153725174569888,0.0,0.0280172847838169,0.153725174569888,0.0,0.0268738905140675,0.5,0.153725174569888,0.0,0.0341282876866906,0,0.145774115924908,0.00526185296046654 -6919,0.5,0.153725174569888,0.0,0.0115417726821935,0.153725174569888,0.0,0.00141611216553836,0.153725174569888,0.0,0.00929627625699696,0.153725174569888,0.0,0.0104952709264767,0.153725174569888,0.0,0.00804498773669943,0.153725174569888,0.0,0.0288079184630972,0.153725174569888,0.0,0.0257619581092818,0.153725174569888,0.0,0.0886991261531831,0.5,0.153725174569888,0.0,0.282433957765554,0.153725174569888,0.0,0.112308420870121,0.5,0.153725174569888,0.0,0.166687942430654,0.153725174569888,0.0,0.277524675311042,0.153725174569888,0.0,0.0324671182013289,0.153725174569888,0.0,0.00332710624374713,0.153725174569888,0.0,0.00693585919150179,0.153725174569888,0.0,0.0343679626088984,0.153725174569888,0.0,0.0636575033033038,0.5,0.153725174569888,0.0,0.0857482997629065,0,0.168794574528029,0.00366535263420305 -6920,0.5,0.153725174569888,0.00838145634980243,0.0114386016620801,0.153725174569888,0.0115077674260934,0.00118851076351818,0.153725174569888,0.00584842133951237,0.00642385840238652,0.153725174569888,0.0176786087833173,0.00637619475723566,0.153725174569888,0.00279440439800562,0.00684604062675685,0.153725174569888,0.000368611239265529,0.0256726310711068,0.153725174569888,0.00050940825436803,0.0241390230212127,0.153725174569888,0.00031626753890856,0.177937272469346,0.5,0.153725174569888,0.00317618916302593,0.269863143375249,0.153725174569888,0.0018061212221536,0.167826005328888,0.5,0.153725174569888,0.00259526822793092,0.42244713588192,0.153725174569888,0.000705783096424611,0.226796007468649,0.153725174569888,0.00719178283281323,0.0200536530589898,0.153725174569888,0.00360575618605102,0.00465980006441968,0.153725174569888,0.00321001174974969,0.00458782832560327,0.153725174569888,0.000396882560909749,0.0513419745533312,0.153725174569888,0.000950080164588765,0.140919661993288,0.5,0.153725174569888,0.00383452436501609,0.195046039591571,0,0.204897348376781,0.00311082812174677 -6921,0.5,0.153725174569888,0.0364530077470006,0.0114747605302828,0.153725174569888,0.0750949303372725,0.00164559256161918,0.153725174569888,0.0247378917479275,0.00763942067239785,0.153725174569888,0.0617508150327932,0.00530950584065737,0.153725174569888,0.0294779872714005,0.00914895402076785,0.153725174569888,0.0025403227698415,0.0323121618389126,0.153725174569888,0.002511642711143,0.022479077300518,0.153725174569888,0.00990896114619049,0.270962659286409,0.5,0.153725174569888,0.0366693575609469,0.295434649122136,0.153725174569888,0.00424907748630227,0.177482452832137,0.5,0.153725174569888,0.0328633999067374,0.426986540830294,0.153725174569888,0.00519607880280165,0.173850901655577,0.153725174569888,0.0663129393734878,0.0180559851103078,0.153725174569888,0.040565141058983,0.0074322008426646,0.153725174569888,0.0202733171035579,0.00372978109932004,0.153725174569888,0.00220246556632948,0.101797082767412,0.153725174569888,0.0032768760726238,0.221383044061726,0.5,0.153725174569888,0.0151253905538477,0.240564765689476,0,0.204005353072708,0.00448100128957274 -6922,0.5,0.153725174569888,0.0795660156433353,0.01246451661011,0.153725174569888,0.151102541442343,0.00661125381591719,0.153725174569888,0.028236963584756,0.0120253169991644,0.153725174569888,0.090611930290614,0.0101416528959617,0.153725174569888,0.0547471607973162,0.0127718703849317,0.153725174569888,0.00402163236451416,0.0530829672093215,0.153725174569888,0.00780254680164874,0.0232321977546169,0.153725174569888,0.0655828175690549,0.370020685103782,0.5,0.153725174569888,0.0591473057613637,0.305664522543537,0.153725174569888,0.00701759823654505,0.132595457949212,0.5,0.153725174569888,0.0703219752867864,0.571491620681884,0.153725174569888,0.0225283533521348,0.141561041974994,0.153725174569888,0.14580489501694,0.0238215300234683,0.153725174569888,0.09244013229474,0.0123095790897328,0.153725174569888,0.0323118876906288,0.00430205526493279,0.153725174569888,0.0136451673830472,0.18288062221994,0.153725174569888,0.0259654895427192,0.326804240085792,0.5,0.153725174569888,0.029849862953983,0.270930928615044,0,0.145588724538958,0.00727501751549096 -6923,0.5,0.153725174569888,0.121946787680267,0.0147456670665956,0.153725174569888,0.242143383431566,0.00802222173451957,0.153725174569888,0.0169142819758608,0.0167300869356256,0.153725174569888,0.0648619096899585,0.00990377719885516,0.153725174569888,0.0791564543382037,0.0142308129319174,0.153725174569888,0.00554892211433061,0.0785378847618163,0.153725174569888,0.0100715538641358,0.0364527511453497,0.153725174569888,0.12504396426734,0.422950427026934,0.5,0.153725174569888,0.070756297566901,0.295369076454986,0.153725174569888,0.0245123704659226,0.106628344446991,0.5,0.153725174569888,0.0645706747805923,0.518951414008891,0.153725174569888,0.067783894300763,0.155264428551401,0.153725174569888,0.215534281492974,0.0287554633129086,0.153725174569888,0.144780629128353,0.0138847644658934,0.153725174569888,0.0457110372483962,0.00522151724129748,0.153725174569888,0.0449288169509074,0.24069269129114,0.153725174569888,0.063477699968467,0.454836698354315,0.5,0.153725174569888,0.0329393184313962,0.244410714961434,0,0.106471571636167,0.00748152539622727 -6924,0.5,0.153725174569888,0.148645747950456,0.0170620162662832,0.153725174569888,0.26785588025691,0.00342635681188116,0.153725174569888,0.0173167284440435,0.0333354093371979,0.153725174569888,0.0541488184999321,0.0096360866094598,0.153725174569888,0.0910973587934377,0.015471847637649,0.153725174569888,0.0152762069968884,0.0904082954407905,0.153725174569888,0.0116601369675764,0.0570478643420119,0.153725174569888,0.161255339885442,0.381286065832506,0.5,0.153725174569888,0.11697973741177,0.349458431717301,0.153725174569888,0.0761421957567276,0.111644116446688,0.5,0.153725174569888,0.0303964549119342,0.379670036159292,0.153725174569888,0.094662853089894,0.262129366229649,0.153725174569888,0.249222968162342,0.0276904859804517,0.153725174569888,0.195413596212904,0.00885458025994779,0.153725174569888,0.0597893320091677,0.005814554439456,0.153725174569888,0.0586529701920796,0.232077237569753,0.153725174569888,0.0734824060537692,0.422746173629624,0.5,0.153725174569888,0.0298611203980493,0.168194176655328,0,0.109512020815787,0.00533049041852652 -6925,0.5,0.153725174569888,0.148270399628877,0.0145780804829636,0.153725174569888,0.251234067252861,0.000680692547848661,0.153725174569888,0.0191187461134206,0.0418445438802779,0.153725174569888,0.0562856509393621,0.0124462381060837,0.153725174569888,0.0915326243445733,0.0151509679464189,0.153725174569888,0.0385856576783348,0.114563655160361,0.153725174569888,0.00850398111686321,0.0861334108625475,0.153725174569888,0.217345869824895,0.393344160928487,0.5,0.153725174569888,0.215331066632128,0.386940287354205,0.153725174569888,0.129050759348626,0.323021669837501,0.5,0.153725174569888,0.0351648530711156,0.366086256434372,0.153725174569888,0.115860280524354,0.295838086272418,0.153725174569888,0.258447256885168,0.0148239699598211,0.153725174569888,0.208774649200679,0.00503958782036449,0.153725174569888,0.0852663642459154,0.00582268477730943,0.153725174569888,0.0632986901635359,0.235037378946579,0.153725174569888,0.0625669135846509,0.357904780823773,0.5,0.153725174569888,0.0437012694713636,0.142209925708581,0,0.0887484505394896,0.00323418126843924 -6926,0.5,0.153725174569888,0.12650497485833,0.00918462605954168,0.153725174569888,0.234839045771911,0.0,0.153725174569888,0.0191150566293396,0.0529857239748185,0.153725174569888,0.0600547239946398,0.0186158201984671,0.153725174569888,0.0556358665876741,0.0128846020857451,0.153725174569888,0.0605956437371223,0.0933648292676931,0.153725174569888,0.0137175494224169,0.118888495067952,0.153725174569888,0.252197114074505,0.240618151955376,0.5,0.153725174569888,0.26764152297704,0.301154090435418,0.153725174569888,0.139966147498682,0.246283681930306,0.5,0.153725174569888,0.0522766918169753,0.234652810076931,0.153725174569888,0.0661078010924761,0.269909482234062,0.153725174569888,0.24600139757133,0.00539138060102417,0.153725174569888,0.205253587442375,0.00335785876405081,0.153725174569888,0.0913673786283207,0.00462439315048661,0.153725174569888,0.0608641896905398,0.207089373599252,0.153725174569888,0.0523982645338466,0.265059437182314,0.5,0.153725174569888,0.0504133717938271,0.0742598653244705,0,0.0660480947668357,0.00247598260045798 -6927,0.5,0.153725174569888,0.094357847912186,0.00573358468388206,0.153725174569888,0.197920515342641,0.0,0.153725174569888,0.012671356535092,0.0554134748421796,0.153725174569888,0.0449084304260416,0.02943752582603,0.153725174569888,0.0158396027596211,0.0100866605904651,0.153725174569888,0.0730771467128008,0.0383726742664571,0.153725174569888,0.0169793497675229,0.0951246209801687,0.153725174569888,0.348998282349447,0.140747311895667,0.5,0.153725174569888,0.234895723155417,0.276148479996528,0.153725174569888,0.0772960390418285,0.135297357364674,0.5,0.153725174569888,0.0578783226378699,0.220917557130009,0.153725174569888,0.0500218481996478,0.220541465827228,0.153725174569888,0.210420456475847,0.00262510739014023,0.153725174569888,0.136577826739801,0.00502030311310876,0.153725174569888,0.0682120946687854,0.00474555879033159,0.153725174569888,0.0556120213520756,0.129482935226817,0.153725174569888,0.0475881419807095,0.165358607567474,0.5,0.153725174569888,0.0433486146321951,0.0394931431734411,0,0.0412456078686457,0.00372155509213615 -6928,0.5,0.153725174569888,0.0546040810881043,0.00346898248826777,0.153725174569888,0.102299992186509,0.0,0.153725174569888,0.00695502920541596,0.0513624262291017,0.153725174569888,0.0147226070943469,0.0293315703920649,0.153725174569888,0.00468395322537343,0.00751131039993107,0.153725174569888,0.135774988240052,0.0200600284863033,0.153725174569888,0.0417365385003628,0.0876745403886771,0.153725174569888,0.277958573529527,0.0451997141083815,0.5,0.153725174569888,0.144452079147015,0.159402014854871,0.153725174569888,0.0192131242539347,0.20911590826126,0.5,0.153725174569888,0.0460560134572744,0.209968907713601,0.153725174569888,0.0474761378938456,0.177356245658176,0.153725174569888,0.137264649913704,0.00123516469206591,0.153725174569888,0.0528630445917176,0.00662654259336568,0.153725174569888,0.0258673452955243,0.0040841419231518,0.153725174569888,0.0613988406208799,0.111819381360917,0.153725174569888,0.0361655413655218,0.133846579607853,0.5,0.153725174569888,0.0295727245203785,0.0339560425328674,0,0.0192461777102893,0.0114165763237224 -6929,0.5,0.153725174569888,0.000221219981492464,0.0011480929236397,0.153725174569888,0.0308681672175755,0.0,0.153725174569888,0.00131768678587931,0.0532340506172801,0.153725174569888,0.000264347937661734,0.0321022267414535,0.153725174569888,0.00155398840840542,0.00731351301869957,0.153725174569888,0.0759141192287497,0.0184658136357331,0.153725174569888,0.0239486632824207,0.0798808339109233,0.153725174569888,0.0816025685832479,0.0143368619148894,0.5,0.153725174569888,0.0570251475884174,0.0737996850852512,0.153725174569888,0.0037398423474302,0.238496240840983,0.5,0.153725174569888,0.0263879491511522,0.0781732701512571,0.153725174569888,0.020278348051329,0.109457554849584,0.153725174569888,0.0313995734461311,0.000556021375623759,0.153725174569888,0.0111049058896056,0.00785957630136187,0.153725174569888,0.00580776719223103,0.00440451617401885,0.153725174569888,0.0169111250583446,0.0885877640453458,0.153725174569888,0.00503496384406934,0.0737682632741487,0.5,0.153725174569888,0.00476185588206363,0.0812171319751916,0,0.00859737341821331,0.0245644446222003 -6930,0.5,0.153725174569888,0.0,0.000743373178945917,0.153725174569888,0.0,0.0001518999966271,0.153725174569888,0.0,0.0670333230682498,0.153725174569888,0.0,0.0374253657989798,0.153725174569888,0.0,0.0102225655717558,0.153725174569888,0.0,0.0316059147843001,0.153725174569888,0.0,0.0657954392289942,0.153725174569888,0.0,0.0309945996932692,0.5,0.153725174569888,0.0,0.0569724743816356,0.153725174569888,0.0,0.1178000552948,0.5,0.153725174569888,0.0,0.0667026150559453,0.153725174569888,0.0,0.0597868527100351,0.153725174569888,0.0,0.000928484430355161,0.153725174569888,0.0,0.0147466104359178,0.153725174569888,0.0,0.00932424453848831,0.153725174569888,0.0,0.0679078626333671,0.153725174569888,0.0,0.055271469405503,0.5,0.153725174569888,0.0,0.115250992257252,0,0.00593914259484767,0.0487501516878867 -6931,0.5,0.153725174569888,0.0,0.000691718468020186,0.153725174569888,0.0,0.000664333469723078,0.153725174569888,0.0,0.0890254040467733,0.153725174569888,0.0,0.0426233799517078,0.153725174569888,0.0,0.0136952151785223,0.153725174569888,0.0,0.0423610108325855,0.153725174569888,0.0,0.0641202038193462,0.153725174569888,0.0,0.0473152114161356,0.5,0.153725174569888,0.0,0.0469192098354409,0.153725174569888,0.0,0.0536053544223615,0.5,0.153725174569888,0.0,0.0736384974872442,0.153725174569888,0.0,0.0303768533226651,0.153725174569888,0.0,0.0032844713970863,0.153725174569888,0.0,0.0141798137747027,0.153725174569888,0.0,0.015399911383005,0.153725174569888,0.0,0.0505627046926372,0.153725174569888,0.0,0.0568266817667087,0.5,0.153725174569888,0.0,0.107238149423391,0,0.00341455228267298,0.0911176862077654 -6932,0.5,0.153725174569888,0.0,0.00088827432651865,0.153725174569888,0.0,0.000309966412367277,0.153725174569888,0.0,0.118927287046907,0.153725174569888,0.0,0.0553557768088594,0.153725174569888,0.0,0.0304804881028111,0.153725174569888,0.0,0.0492381568869582,0.153725174569888,0.0,0.0416016484127256,0.153725174569888,0.0,0.0719739693346093,0.5,0.153725174569888,0.0,0.0382553006040211,0.153725174569888,0.0,0.0342185459229458,0.5,0.153725174569888,0.0,0.0439831063152288,0.153725174569888,0.0,0.0186742736221156,0.153725174569888,0.0,0.0031572589178146,0.153725174569888,0.0,0.0123271669147016,0.153725174569888,0.0,0.0278484200418165,0.153725174569888,0.0,0.0191754966218003,0.153725174569888,0.0,0.0533009316291131,0.5,0.153725174569888,0.0,0.0743503785829477,0,0.00345635570918996,0.0517933481202536 -6933,0.5,0.153725174569888,0.0,0.000476031252256145,0.153725174569888,0.0,0.00179953318217992,0.153725174569888,0.0,0.0915154664161572,0.153725174569888,0.0,0.0571024551451295,0.153725174569888,0.0,0.0194898762460149,0.153725174569888,0.0,0.065828223517622,0.153725174569888,0.0,0.0537079552375767,0.153725174569888,0.0,0.0836569103723404,0.5,0.153725174569888,0.0,0.0213522939010611,0.153725174569888,0.0,0.0214551526726699,0.5,0.153725174569888,0.0,0.00935940061811196,0.153725174569888,0.0,0.0161223299431381,0.153725174569888,0.0,0.0037016042955914,0.153725174569888,0.0,0.0321280027795507,0.153725174569888,0.0,0.0351163647731305,0.153725174569888,0.0,0.0281022457076495,0.153725174569888,0.0,0.0296350824409848,0.5,0.153725174569888,0.0,0.0395655912574359,0,0.000833535858840475,0.0894180731619783 -6934,0.5,0.153725174569888,0.0,0.000889064579988246,0.153725174569888,0.0,0.00312655415946676,0.153725174569888,0.0,0.0693119723403967,0.153725174569888,0.0,0.0456440530456814,0.153725174569888,0.0,0.0172056815585646,0.153725174569888,0.0,0.0701109238382024,0.153725174569888,0.0,0.0732691942897849,0.153725174569888,0.0,0.0588780502249938,0.5,0.153725174569888,0.0,0.0182034596811423,0.153725174569888,0.0,0.0111704852043166,0.5,0.153725174569888,0.0,0.00918383270232755,0.153725174569888,0.0,0.0135009685086879,0.153725174569888,0.0,0.00958711009404862,0.153725174569888,0.0,0.019328173641216,0.153725174569888,0.0,0.0195913035607732,0.153725174569888,0.0,0.0338545747478167,0.153725174569888,0.0,0.0136571435397848,0.5,0.153725174569888,0.0,0.0203051671027099,0,0.0,0.135528424318282 -6935,0.5,0.153725174569888,0.0,0.0015594005109596,0.153725174569888,0.0,0.00234944599462545,0.153725174569888,0.0,0.0457578639155189,0.153725174569888,0.0,0.0387699817907952,0.153725174569888,0.0,0.0334647978458899,0.153725174569888,0.0,0.0617238194366716,0.153725174569888,0.0,0.0659376186729167,0.153725174569888,0.0,0.0612925176639271,0.5,0.153725174569888,0.0,0.0192141840282792,0.153725174569888,0.0,0.00405936713174838,0.5,0.153725174569888,0.0,0.00756643479407323,0.153725174569888,0.0,0.016334147306406,0.153725174569888,0.0,0.0118426106784899,0.153725174569888,0.0,0.0101506515596001,0.153725174569888,0.0,0.0100820880422333,0.153725174569888,0.0,0.0245809259964937,0.153725174569888,0.0,0.0092543250067453,0.5,0.153725174569888,0.0,0.0087814004127433,0,7.5068393129976e-05,0.105493527702607 -6936,0.5,0.153725174569888,0.0,0.00144722342039619,0.153725174569888,0.0,0.00138641885382659,0.153725174569888,0.0,0.0326447692579127,0.153725174569888,0.0,0.0385155908696447,0.153725174569888,0.0,0.0449302124747695,0.153725174569888,0.0,0.0619589235180783,0.153725174569888,0.0,0.0519711989118377,0.153725174569888,0.0,0.0719456347603178,0.5,0.153725174569888,0.0,0.0129416138633165,0.153725174569888,0.0,0.00214172813375841,0.5,0.153725174569888,0.0,0.00464699498425288,0.153725174569888,0.0,0.0109127148912617,0.153725174569888,0.0,0.0135611365258776,0.153725174569888,0.0,0.0153185238887044,0.153725174569888,0.0,0.0101448547886953,0.153725174569888,0.0,0.0188156888725012,0.153725174569888,0.0,0.00529323908117387,0.5,0.153725174569888,0.0,0.00359576436890596,0,0.00355439161986635,0.112776101386184 -6937,0.5,0.153725174569888,0.0,0.00175505688225473,0.153725174569888,0.0,0.00447505294112734,0.153725174569888,0.0,0.0159245581014879,0.153725174569888,0.0,0.0319059268531295,0.153725174569888,0.0,0.0442328534923793,0.153725174569888,0.0,0.0613593844263078,0.153725174569888,0.0,0.0517613007502851,0.153725174569888,0.0,0.05592254448047,0.5,0.153725174569888,0.0,0.0202417296202067,0.153725174569888,0.0,0.00104106373573751,0.5,0.153725174569888,0.0,0.00266966900630756,0.153725174569888,0.0,0.00521648817846326,0.153725174569888,0.0,0.01313691972655,0.153725174569888,0.0,0.0328674145311267,0.153725174569888,0.0,0.0145310372431854,0.153725174569888,0.0,0.023574517829773,0.153725174569888,0.0,0.00342934095103296,0.5,0.153725174569888,0.0,0.000727307414479004,0,0.00389109616247381,0.139132511148692 -6938,0.5,0.153725174569888,0.0,0.00178467700471006,0.153725174569888,0.0,0.0127762119262875,0.153725174569888,0.0,0.0177954587558242,0.153725174569888,0.0,0.0233577953875572,0.153725174569888,0.0,0.0459351237400564,0.153725174569888,0.0,0.0649941284521087,0.153725174569888,0.0,0.050180888546923,0.153725174569888,0.0,0.0562236713318665,0.5,0.153725174569888,0.0,0.0177536513006959,0.153725174569888,0.0,0.00344991832402221,0.5,0.153725174569888,0.0,0.00490057187790156,0.153725174569888,0.0,0.00493865472177367,0.153725174569888,0.0,0.0124529575762038,0.153725174569888,0.0,0.0477243460822706,0.153725174569888,0.0,0.0198444649000864,0.153725174569888,0.0,0.0195765177324209,0.153725174569888,0.0,0.00555336662733934,0.5,0.153725174569888,0.0,7.8988949939471e-05,0,0.0022510271337682,0.243056688149665 -6939,0.5,0.153725174569888,0.0,0.00346112020788822,0.153725174569888,0.0,0.0225222485072912,0.153725174569888,0.0,0.026415543880398,0.153725174569888,0.0,0.0244990386763632,0.153725174569888,0.0,0.0563476732504886,0.153725174569888,0.0,0.0770095016339764,0.153725174569888,0.0,0.0633004509433203,0.153725174569888,0.0,0.0533589376987539,0.5,0.153725174569888,0.0,0.0122489688579159,0.153725174569888,0.0,0.00321805847274417,0.5,0.153725174569888,0.0,0.00844834594235844,0.153725174569888,0.0,0.00263169020790521,0.153725174569888,0.0,0.0205131963003899,0.153725174569888,0.0,0.0373519430061329,0.153725174569888,0.0,0.0207402465053591,0.153725174569888,0.0,0.0204732077036983,0.153725174569888,0.0,0.00549778855975951,0.5,0.153725174569888,0.0,0.000847723128482571,0,0.0,0.233213048009172 -6940,0.5,0.153725174569888,0.0,0.00485390309239536,0.153725174569888,0.0,0.00529079865923178,0.153725174569888,0.0,0.0190193525476059,0.153725174569888,0.0,0.0269220016341425,0.153725174569888,0.0,0.068236225528786,0.153725174569888,0.0,0.0883710485492917,0.153725174569888,0.0,0.0688533572989972,0.153725174569888,0.0,0.0429634674898114,0.5,0.153725174569888,0.0,0.00676281723513943,0.153725174569888,0.0,0.00653694161149956,0.5,0.153725174569888,0.0,0.00634058984386906,0.153725174569888,0.0,0.00392367953961739,0.153725174569888,0.0,0.0246576773465536,0.153725174569888,0.0,0.0345634279411426,0.153725174569888,0.0,0.0187225827115418,0.153725174569888,0.0,0.0208883543741911,0.153725174569888,0.0,0.00447684967780323,0.5,0.153725174569888,0.0,0.00143113209507794,0,0.000322202191383658,0.188527556760331 -6941,0.5,0.153725174569888,0.0,0.00287072451464308,0.153725174569888,0.0,0.00180439388071537,0.153725174569888,0.0,0.0194413821741437,0.153725174569888,0.0,0.0188263852459199,0.153725174569888,0.0,0.0680186129441843,0.153725174569888,0.0,0.0955106361546736,0.153725174569888,0.0,0.0694865137432784,0.153725174569888,0.0,0.0370247486383981,0.5,0.153725174569888,0.0,0.00706614573570694,0.153725174569888,0.0,0.00791913650953847,0.5,0.153725174569888,0.0,0.00465724655283201,0.153725174569888,0.0,0.00485844692280209,0.153725174569888,0.0,0.0191343641785706,0.153725174569888,0.0,0.0400529164461412,0.153725174569888,0.0,0.0224499438165743,0.153725174569888,0.0,0.0200922667123758,0.153725174569888,0.0,0.00387470107407209,0.5,0.153725174569888,0.0,0.0026391393222701,0,0.00202055532189991,0.186847747636636 -6942,0.5,0.153725174569888,0.0,0.00177924793954379,0.153725174569888,0.0,0.00848755332708065,0.153725174569888,0.0,0.0127608065719291,0.153725174569888,0.0,0.014004426073465,0.153725174569888,0.0,0.0689963760579233,0.153725174569888,0.0,0.0824252223435133,0.153725174569888,0.0,0.0750070926558977,0.153725174569888,0.0,0.0369937412853316,0.5,0.153725174569888,0.0,0.010137757864163,0.153725174569888,0.0,0.0128357143200962,0.5,0.153725174569888,0.0,0.00327872700888145,0.153725174569888,0.0,0.00610391237430401,0.153725174569888,0.0,0.0190908274549222,0.153725174569888,0.0,0.0436096030812409,0.153725174569888,0.0,0.0166290957384423,0.153725174569888,0.0,0.0235341408134441,0.153725174569888,0.0,0.00383997132492466,0.5,0.153725174569888,0.0,0.00251814005567241,0,0.00413610208159244,0.176677761763225 -6943,0.5,0.153725174569888,0.0,0.00105734365070353,0.153725174569888,0.0,0.0137587377798838,0.153725174569888,0.0,0.00910201072168343,0.153725174569888,0.0,0.00977321811969405,0.153725174569888,0.0,0.0615036055940167,0.153725174569888,0.0,0.0655456699271119,0.153725174569888,0.0,0.0616800555657947,0.153725174569888,0.0,0.0429572547477246,0.5,0.153725174569888,0.0,0.0123398222281663,0.153725174569888,0.0,0.00692244815529887,0.5,0.153725174569888,0.0,0.00999320484347643,0.153725174569888,0.0,0.00454439440137035,0.153725174569888,0.0,0.0245005444660782,0.153725174569888,0.0,0.0442778922227606,0.153725174569888,0.0,0.0153502194187953,0.153725174569888,0.0,0.0186716481796202,0.153725174569888,0.0,0.00525251505267084,0.5,0.153725174569888,0.0,0.00138305060313105,0,1.68351817764412e-05,0.22062464694542 -6944,0.5,0.153725174569888,0.0218923050998834,0.0019355859047252,0.153725174569888,0.00445799617703687,0.0150872824888174,0.153725174569888,0.0365940734272143,0.00642119866404304,0.153725174569888,0.0358295872251964,0.00670637566701759,0.153725174569888,0.0039857088217174,0.0563284946547478,0.153725174569888,0.00194128238806858,0.0499240629777437,0.153725174569888,0.0071912026682287,0.0430784372385873,0.153725174569888,0.00415241801065897,0.0419325462713903,0.5,0.153725174569888,0.00396358607391978,0.011007930664471,0.153725174569888,0.00103618265460518,0.00110571208831458,0.5,0.153725174569888,0.00648056935602929,0.0104115953760448,0.153725174569888,0.00102623919351242,0.01217936514797,0.153725174569888,0.00532937668174223,0.0314633179408221,0.153725174569888,0.00394847504819577,0.0543097673890338,0.153725174569888,0.0147152422754051,0.0168051635379631,0.153725174569888,0.0169205934571051,0.0198437917118385,0.153725174569888,0.0144282633009482,0.0043064568714269,0.5,0.153725174569888,0.00697110353125412,0.00129212723074987,0,0.000204927886537422,0.285546089021861 -6945,0.5,0.153725174569888,0.0930838354913156,0.00387135674177959,0.153725174569888,0.0193225030172712,0.0146218430430946,0.153725174569888,0.133961421021137,0.00821035587976872,0.153725174569888,0.127131682218755,0.0119149214305665,0.153725174569888,0.0147379124849368,0.0681681583651982,0.153725174569888,0.0179497709809513,0.0508243407315132,0.153725174569888,0.0440184690510887,0.0307874376930263,0.153725174569888,0.0514641102716742,0.0340809980921638,0.5,0.153725174569888,0.0509150832101946,0.0161059280107548,0.153725174569888,0.00353601378398442,0.000845937046385962,0.5,0.153725174569888,0.0595007765691916,0.0222595636286912,0.153725174569888,0.0137742056611386,0.0133993223461189,0.153725174569888,0.0452635018592309,0.0388236807614386,0.153725174569888,0.0321853064116778,0.0665055245217284,0.153725174569888,0.0783724210161356,0.0238556995830715,0.153725174569888,0.0571082745123749,0.0189975240085987,0.153725174569888,0.0580509131075348,0.00598283328830286,0.5,0.153725174569888,0.0253375537388398,0.00356281595470239,0,0.000388467007811113,0.356904841530085 -6946,0.5,0.153725174569888,0.162594028507516,0.00933873784035171,0.153725174569888,0.0248956862406533,0.0310732449423036,0.153725174569888,0.207029805432461,0.0252236339554797,0.153725174569888,0.249152350039709,0.0279328245196912,0.153725174569888,0.0414650543171304,0.101281573015175,0.153725174569888,0.0244192062442428,0.0854960835051755,0.153725174569888,0.0447920678924095,0.021994625043797,0.153725174569888,0.141784634999253,0.0366411192792324,0.5,0.153725174569888,0.143759470890746,0.0493976728665803,0.153725174569888,0.00677986526423501,0.00153541095617227,0.5,0.153725174569888,0.11707083527831,0.035492435888069,0.153725174569888,0.0375095749972065,0.00744283764584429,0.153725174569888,0.08194463646649,0.0557637130930094,0.153725174569888,0.0271820067554682,0.0730198552600365,0.153725174569888,0.0977928322067362,0.0305679469232936,0.153725174569888,0.0740506966492123,0.016405250494913,0.153725174569888,0.0886928094261055,0.0194043498460856,0.5,0.153725174569888,0.0345952657047663,0.00333445689069474,0,0.00214935611889693,0.247786667124033 -6947,0.5,0.153725174569888,0.245782460260207,0.0140691266072321,0.153725174569888,0.0358213359486745,0.0485311066666638,0.153725174569888,0.25676607988749,0.0542395615695713,0.153725174569888,0.354084725652466,0.050617488984608,0.153725174569888,0.0701418741754987,0.177975844341993,0.153725174569888,0.024625929548331,0.112718682622156,0.153725174569888,0.0579962952069843,0.0272964900588098,0.153725174569888,0.228917672278218,0.0487504433624996,0.5,0.153725174569888,0.242968456145488,0.0692904516607097,0.153725174569888,0.02409749269335,0.00582272582228166,0.5,0.153725174569888,0.233009025261531,0.024149507025637,0.153725174569888,0.0458413357510035,0.00715784324455523,0.153725174569888,0.117077005844798,0.0957612052677773,0.153725174569888,0.0814185510924903,0.116145247549642,0.153725174569888,0.109146708735265,0.0420625686503022,0.153725174569888,0.0898040480743992,0.0187937657274888,0.153725174569888,0.129630036778303,0.0246207325331221,0.5,0.153725174569888,0.0335170792365572,0.00451369273248402,0,0.00351836012641603,0.202214902312271 -6948,0.5,0.153725174569888,0.304313123987228,0.0190128326772242,0.153725174569888,0.0145881095870303,0.0379877981762178,0.153725174569888,0.301256449389442,0.0937822414250487,0.153725174569888,0.410209883769252,0.0658169089899396,0.153725174569888,0.0436177411709568,0.238732830291444,0.153725174569888,0.0273065898831416,0.121923298139086,0.153725174569888,0.0678211740089565,0.0440118999481542,0.153725174569888,0.233637501516555,0.0493073231767715,0.5,0.153725174569888,0.248346876750569,0.0627714845587904,0.153725174569888,0.0326111256634766,0.00904083172883669,0.5,0.153725174569888,0.363807889330732,0.0254623670631408,0.153725174569888,0.0604076311767319,0.0174550236727656,0.153725174569888,0.0750931756174772,0.0897042007647762,0.153725174569888,0.1297062945977,0.209245147361206,0.153725174569888,0.0994445127742563,0.0704880255812506,0.153725174569888,0.120706049891572,0.0298189064785116,0.153725174569888,0.257813476562765,0.0308813872006793,0.5,0.153725174569888,0.0369392585472595,0.00403288436012037,0,0.00274939557201828,0.178044330746756 -6949,0.5,0.153725174569888,0.28595463935597,0.0196851360413242,0.153725174569888,0.0501637673535552,0.0477636088638497,0.153725174569888,0.301762983589837,0.140090896578683,0.153725174569888,0.421813336334751,0.0703685674324479,0.153725174569888,0.0285959645337498,0.255869092330972,0.153725174569888,0.0325442402529223,0.130778419180448,0.153725174569888,0.0511275559164981,0.0542813882151556,0.153725174569888,0.147671012616108,0.0395632273389521,0.5,0.153725174569888,0.142786950165658,0.0465466688728689,0.153725174569888,0.0469023404705139,0.0154721744311647,0.5,0.153725174569888,0.291932177800239,0.0156441998356997,0.153725174569888,0.0964687736322367,0.0359333262618084,0.153725174569888,0.0457409116288394,0.0707690286871407,0.153725174569888,0.15966940350096,0.304473786450042,0.153725174569888,0.117283055427002,0.090034351883126,0.153725174569888,0.179280292172924,0.0420041129012935,0.153725174569888,0.300322402463251,0.0440005649507105,0.5,0.153725174569888,0.0353408826459839,0.00572809819501146,0,0.000538489690497855,0.177307207964077 -6950,0.5,0.153725174569888,0.200608112801778,0.0150367924940577,0.153725174569888,0.0331631682101517,0.0286832366715471,0.153725174569888,0.232945608989097,0.142389689179111,0.153725174569888,0.389177547159012,0.0726521762995221,0.153725174569888,0.0609057440493752,0.238917771385415,0.153725174569888,0.086563462721626,0.159557485854127,0.153725174569888,0.0409965859792254,0.0606267579406327,0.153725174569888,0.0912112654344163,0.0324808837838984,0.5,0.153725174569888,0.0899223237854046,0.0308077393184732,0.153725174569888,0.101973320316965,0.025237527045334,0.5,0.153725174569888,0.125337031011544,0.00923697001178725,0.153725174569888,0.0629729720038382,0.0564758779467734,0.153725174569888,0.0288999262308024,0.057013598012202,0.153725174569888,0.0988122856059343,0.272072361246593,0.153725174569888,0.10264918062385,0.0978896952664685,0.153725174569888,0.185780419694297,0.0542167780084752,0.153725174569888,0.184303781505578,0.0427448538194755,0.5,0.153725174569888,0.0401683428489566,0.0064585648081684,0,0.000930912109070842,0.114857073472385 -6951,0.5,0.153725174569888,0.114327529327,0.0110836789467561,0.153725174569888,0.0365188283274501,0.0289279121459251,0.153725174569888,0.1395677771796,0.0869863471220958,0.153725174569888,0.245947782505915,0.0690633272490592,0.153725174569888,0.0793301222345997,0.277446813997722,0.153725174569888,0.108280590412743,0.149403434183394,0.153725174569888,0.0441175505301729,0.0619908396302023,0.153725174569888,0.070568277157629,0.0227149423600329,0.5,0.153725174569888,0.0682251019416316,0.0241104081968903,0.153725174569888,0.032177231129476,0.0289501257659909,0.5,0.153725174569888,0.0862053587334316,0.00585219822704637,0.153725174569888,0.0289541724412222,0.0544155957381215,0.153725174569888,0.0209543986567574,0.0634634438585771,0.153725174569888,0.0673769681296723,0.185621785989495,0.153725174569888,0.0667273637610525,0.0878599387696568,0.153725174569888,0.151404138489285,0.0535043283854663,0.153725174569888,0.118212865286243,0.0248924740460644,0.5,0.153725174569888,0.0597975178809422,0.00313931867445689,0,0.00492695381477639,0.124107481689606 -6952,0.5,0.153725174569888,0.0487321222125314,0.00756737103314842,0.153725174569888,0.10611447583774,0.0340873683914991,0.153725174569888,0.0938311757102985,0.0241240163335068,0.153725174569888,0.0881874772968869,0.0305220717634303,0.153725174569888,0.0463006316774364,0.17731082746059,0.153725174569888,0.0999491145387172,0.0916047254958977,0.153725174569888,0.0466854507698613,0.0462656501405488,0.153725174569888,0.0361170104903294,0.0162627357129998,0.5,0.153725174569888,0.0462405164257024,0.0254757804884805,0.153725174569888,0.00651215971700598,0.0677065860552566,0.5,0.153725174569888,0.0424087385708043,0.00502995624440683,0.153725174569888,0.0208935213040724,0.0660326481823202,0.153725174569888,0.039640056367362,0.0653647326068958,0.153725174569888,0.052155371422054,0.139883278240264,0.153725174569888,0.0371144261869711,0.0647593973824773,0.153725174569888,0.103864821089242,0.0330219916497253,0.153725174569888,0.0702291256646479,0.0128900718668545,0.5,0.153725174569888,0.0383591703535116,0.00121878576343983,0,0.013576456011215,0.161033631042 -6953,0.5,0.153725174569888,3.15418788732745e-05,0.00596336403311139,0.153725174569888,0.0127603920177881,0.0448731271596514,0.153725174569888,0.00841589405701924,0.00438585797647849,0.153725174569888,0.0,0.00769655434284586,0.153725174569888,0.0191474563211696,0.0834952911704755,0.153725174569888,0.0419427919355103,0.0556370098544507,0.153725174569888,0.0263223804560155,0.0393908348673484,0.153725174569888,0.00691784099427171,0.0141721057198197,0.5,0.153725174569888,0.0101401870547294,0.019403287932374,0.153725174569888,0.000598711636710834,0.108865552290437,0.5,0.153725174569888,0.00772331063904138,0.00149230228962182,0.153725174569888,0.00749128666596396,0.0555162579859739,0.153725174569888,0.0105085820435398,0.0619558394306669,0.153725174569888,0.00732647227195772,0.101904935152346,0.153725174569888,0.00336858318293458,0.0484724392301909,0.153725174569888,0.0275483601077421,0.021967843932542,0.153725174569888,0.0174669130837827,0.00694154155337552,0.5,0.153725174569888,0.00475256251652593,0.00167842602383252,0,0.0327763694353733,0.203628811770031 -6954,0.5,0.153725174569888,0.0,0.00615299811609036,0.153725174569888,0.0,0.053860654242666,0.153725174569888,0.0,0.00587696453324039,0.153725174569888,0.0,0.00344842301368641,0.153725174569888,0.0,0.0626702799235303,0.153725174569888,0.0,0.0500798042717593,0.153725174569888,0.0,0.0418877843246074,0.153725174569888,0.0,0.0125079877279731,0.5,0.153725174569888,0.0,0.0164446384306431,0.153725174569888,0.0,0.127703890812109,0.5,0.153725174569888,0.0,0.00116297852087335,0.153725174569888,0.0,0.0323390806536558,0.153725174569888,0.0,0.0659674012901785,0.153725174569888,0.0,0.0694780062386737,0.153725174569888,0.0,0.0383863232072572,0.153725174569888,0.0,0.0286096879918057,0.153725174569888,0.0,0.00668551280434235,0.5,0.153725174569888,0.0,0.00404898263558999,0,0.0519707741541059,0.212471442211562 -6955,0.5,0.153725174569888,0.0,0.00677776075024928,0.153725174569888,0.0,0.0298717145253164,0.153725174569888,0.0,0.00786198786517559,0.153725174569888,0.0,0.00348364927121526,0.153725174569888,0.0,0.057999745251656,0.153725174569888,0.0,0.0338196546769918,0.153725174569888,0.0,0.0276495327780141,0.153725174569888,0.0,0.0120641754404659,0.5,0.153725174569888,0.0,0.0123691770086273,0.153725174569888,0.0,0.105991813179087,0.5,0.153725174569888,0.0,0.00112833338950983,0.153725174569888,0.0,0.0210521101986023,0.153725174569888,0.0,0.0545131722414861,0.153725174569888,0.0,0.053646205396478,0.153725174569888,0.0,0.0309410245004623,0.153725174569888,0.0,0.0226822116629651,0.153725174569888,0.0,0.00688792106437206,0.5,0.153725174569888,0.0,0.00606253192851308,0,0.0709389357160653,0.151045838729332 -6956,0.5,0.153725174569888,0.0,0.0072155064625205,0.153725174569888,0.0,0.0219512458458621,0.153725174569888,0.0,0.011083998493636,0.153725174569888,0.0,0.00302390936591311,0.153725174569888,0.0,0.0518113716159142,0.153725174569888,0.0,0.0290138953062294,0.153725174569888,0.0,0.0249880036040291,0.153725174569888,0.0,0.0146039084129635,0.5,0.153725174569888,0.0,0.011886731744609,0.153725174569888,0.0,0.0708580791066636,0.5,0.153725174569888,0.0,0.00218935173376507,0.153725174569888,0.0,0.0176845611448389,0.153725174569888,0.0,0.0485681991211579,0.153725174569888,0.0,0.0537398563158462,0.153725174569888,0.0,0.0301384670487016,0.153725174569888,0.0,0.0176444243754766,0.153725174569888,0.0,0.00541538891488847,0.5,0.153725174569888,0.0,0.00801897427307329,0,0.0904919012262478,0.0945890697362722 -6957,0.5,0.153725174569888,0.0,0.00823177897299603,0.153725174569888,0.0,0.0247620842546076,0.153725174569888,0.0,0.0134182724232386,0.153725174569888,0.0,0.00327332878205379,0.153725174569888,0.0,0.0467107021032677,0.153725174569888,0.0,0.02675229364857,0.153725174569888,0.0,0.0232338306730988,0.153725174569888,0.0,0.0201188615089375,0.5,0.153725174569888,0.0,0.0146934657707651,0.153725174569888,0.0,0.0522750190066708,0.5,0.153725174569888,0.0,0.00313973129347875,0.153725174569888,0.0,0.0193276345704584,0.153725174569888,0.0,0.0473780104288922,0.153725174569888,0.0,0.0498645597639189,0.153725174569888,0.0,0.0266161070588254,0.153725174569888,0.0,0.0151654808462491,0.153725174569888,0.0,0.00560258461487241,0.5,0.153725174569888,0.0,0.00774083347249028,0,0.110259920165141,0.060778115323277 -6958,0.5,0.153725174569888,0.0,0.00986771601044046,0.153725174569888,0.0,0.0227814649344661,0.153725174569888,0.0,0.0181340901140904,0.153725174569888,0.0,0.00456362010979875,0.153725174569888,0.0,0.0364237586336232,0.153725174569888,0.0,0.0287107974224523,0.153725174569888,0.0,0.0223219975834266,0.153725174569888,0.0,0.0293158544483464,0.5,0.153725174569888,0.0,0.0276562207075001,0.153725174569888,0.0,0.0377614899256836,0.5,0.153725174569888,0.0,0.00207717945715672,0.153725174569888,0.0,0.0207037482338974,0.153725174569888,0.0,0.0471747294645046,0.153725174569888,0.0,0.0398119368198116,0.153725174569888,0.0,0.0206128298468689,0.153725174569888,0.0,0.0152735230007962,0.153725174569888,0.0,0.0054491766117736,0.5,0.153725174569888,0.0,0.00710316794155072,0,0.123877316055549,0.0524480012123763 -6959,0.5,0.153725174569888,0.0,0.0107296656126296,0.153725174569888,0.0,0.020397887093855,0.153725174569888,0.0,0.020482794500924,0.153725174569888,0.0,0.00614232697627027,0.153725174569888,0.0,0.0252675481855264,0.153725174569888,0.0,0.0372980840894178,0.153725174569888,0.0,0.0262619890817124,0.153725174569888,0.0,0.0503750750446855,0.5,0.153725174569888,0.0,0.0406040137311542,0.153725174569888,0.0,0.0255748913880101,0.5,0.153725174569888,0.0,0.00169476298505354,0.153725174569888,0.0,0.0171133204211278,0.153725174569888,0.0,0.0468671220068473,0.153725174569888,0.0,0.0367428853894221,0.153725174569888,0.0,0.0126556863883196,0.153725174569888,0.0,0.0213407090887423,0.153725174569888,0.0,0.004768166551975,0.5,0.153725174569888,0.0,0.00633284088054433,0,0.114802094163627,0.0279099421400419 -6960,0.5,0.153725174569888,0.0,0.0134168444007154,0.153725174569888,0.0,0.0259017640858579,0.153725174569888,0.0,0.0166605525776522,0.153725174569888,0.0,0.00665505184127821,0.153725174569888,0.0,0.0264224493872318,0.153725174569888,0.0,0.0470238476003178,0.153725174569888,0.0,0.0295506342383775,0.153725174569888,0.0,0.0645744454509929,0.5,0.153725174569888,0.0,0.0420764738117364,0.153725174569888,0.0,0.0186745192516297,0.5,0.153725174569888,0.0,0.00231330072164494,0.153725174569888,0.0,0.0171088686143843,0.153725174569888,0.0,0.0455508669634053,0.153725174569888,0.0,0.0354126269401044,0.153725174569888,0.0,0.0101780829688378,0.153725174569888,0.0,0.0208428415977866,0.153725174569888,0.0,0.0057895296302914,0.5,0.153725174569888,0.0,0.00494417439622766,0,0.121565236828391,0.016592301284141 -6961,0.5,0.153725174569888,0.0,0.0189291047890051,0.153725174569888,0.0,0.0227399091012837,0.153725174569888,0.0,0.0155268915596356,0.153725174569888,0.0,0.00852162517364631,0.153725174569888,0.0,0.0304393060577668,0.153725174569888,0.0,0.0518030338067593,0.153725174569888,0.0,0.0373370214525306,0.153725174569888,0.0,0.0585725403047395,0.5,0.153725174569888,0.0,0.0210586824151575,0.153725174569888,0.0,0.0104061072134026,0.5,0.153725174569888,0.0,0.00286310137441132,0.153725174569888,0.0,0.0138598420344501,0.153725174569888,0.0,0.0409896264658421,0.153725174569888,0.0,0.0380806760282513,0.153725174569888,0.0,0.0116524444486014,0.153725174569888,0.0,0.0193574860460637,0.153725174569888,0.0,0.00599863051247524,0.5,0.153725174569888,0.0,0.00499296057281345,0,0.135205205429631,0.0535885586523065 -6962,0.5,0.153725174569888,0.0,0.0202070177818209,0.153725174569888,0.0,0.0160578583375375,0.153725174569888,0.0,0.0127094980974018,0.153725174569888,0.0,0.0098594788179188,0.153725174569888,0.0,0.0380540328832241,0.153725174569888,0.0,0.0497369779230682,0.153725174569888,0.0,0.0427317977236271,0.153725174569888,0.0,0.0401896746645885,0.5,0.153725174569888,0.0,0.0164814645688219,0.153725174569888,0.0,0.00719382860383614,0.5,0.153725174569888,0.0,0.00369126544442338,0.153725174569888,0.0,0.0117286022361162,0.153725174569888,0.0,0.0421541595453426,0.153725174569888,0.0,0.0455158986785561,0.153725174569888,0.0,0.0159544775666609,0.153725174569888,0.0,0.0177716179464258,0.153725174569888,0.0,0.00554814983990677,0.5,0.153725174569888,0.0,0.00269554082515308,0,0.158155356031846,0.158229816480696 -6963,0.5,0.153725174569888,0.0,0.0231499346631634,0.153725174569888,0.0,0.012842965662278,0.153725174569888,0.0,0.0114725757670951,0.153725174569888,0.0,0.0101068556382494,0.153725174569888,0.0,0.0528539079349619,0.153725174569888,0.0,0.0518763502438017,0.153725174569888,0.0,0.0505285787911305,0.153725174569888,0.0,0.0437510117730827,0.5,0.153725174569888,0.0,0.0225981599104231,0.153725174569888,0.0,0.00495573199053184,0.5,0.153725174569888,0.0,0.00134418153562353,0.153725174569888,0.0,0.011729058439032,0.153725174569888,0.0,0.0436935483679886,0.153725174569888,0.0,0.0544809597069662,0.153725174569888,0.0,0.0215334398276836,0.153725174569888,0.0,0.0238510437572435,0.153725174569888,0.0,0.00450976416955379,0.5,0.153725174569888,0.0,0.00231217254113754,0,0.224610399842229,0.304579830869584 -6964,0.5,0.153725174569888,0.0,0.0299603491653417,0.153725174569888,0.0,0.0229729089902904,0.153725174569888,0.0,0.0073119849015526,0.153725174569888,0.0,0.00945345227912836,0.153725174569888,0.0,0.0640544915356411,0.153725174569888,0.0,0.0762144411777632,0.153725174569888,0.0,0.0585770889990138,0.153725174569888,0.0,0.0571928711266028,0.5,0.153725174569888,0.0,0.0203793222819154,0.153725174569888,0.0,0.00873606884520266,0.5,0.153725174569888,0.0,0.00129186061840438,0.153725174569888,0.0,0.0107901897913255,0.153725174569888,0.0,0.041797707412423,0.153725174569888,0.0,0.0700128229964528,0.153725174569888,0.0,0.0267843496203622,0.153725174569888,0.0,0.0238360726307283,0.153725174569888,0.0,0.00456842016717662,0.5,0.153725174569888,0.0,0.00232161533595041,0,0.257455731502629,0.377122608185039 -6965,0.5,0.153725174569888,0.0,0.0356646197172572,0.153725174569888,0.0,0.0389748294899563,0.153725174569888,0.0,0.00796240613872431,0.153725174569888,0.0,0.0067141007022622,0.153725174569888,0.0,0.0724283679233452,0.153725174569888,0.0,0.0985114069911743,0.153725174569888,0.0,0.0861768425919338,0.153725174569888,0.0,0.0718596261679383,0.5,0.153725174569888,0.0,0.0209173193804921,0.153725174569888,0.0,0.0166155928348088,0.5,0.153725174569888,0.0,0.000889251716820786,0.153725174569888,0.0,0.0104760278526452,0.153725174569888,0.0,0.0527935390787268,0.153725174569888,0.0,0.0793976746800189,0.153725174569888,0.0,0.0352243830119081,0.153725174569888,0.0,0.031522819792794,0.153725174569888,0.0,0.00497329720650975,0.5,0.153725174569888,0.0,0.00614970557565343,0,0.291091091100531,0.530321705174818 -6966,0.5,0.153725174569888,0.0,0.0482510198748809,0.153725174569888,0.0,0.0344817153985529,0.153725174569888,0.0,0.0110781406788471,0.153725174569888,0.0,0.00726729125576346,0.153725174569888,0.0,0.102845047286565,0.153725174569888,0.0,0.137859113069092,0.153725174569888,0.0,0.10517245993473,0.153725174569888,0.0,0.0825833022283695,0.5,0.153725174569888,0.0,0.0230625384450116,0.153725174569888,0.0,0.0167356231783474,0.5,0.153725174569888,0.0,0.00324214528112167,0.153725174569888,0.0,0.00864809822812065,0.153725174569888,0.0,0.0770873942803295,0.153725174569888,0.0,0.103472598188161,0.153725174569888,0.0,0.0400088919389239,0.153725174569888,0.0,0.0372252489862688,0.153725174569888,0.0,0.00503616898335782,0.5,0.153725174569888,0.0,0.00600568518067618,0,0.335141014080023,0.746704985888616 -6967,0.5,0.153725174569888,0.0,0.0543844985645203,0.153725174569888,0.0,0.0549175109636746,0.153725174569888,0.0,0.0142746918265754,0.153725174569888,0.0,0.00966866574472878,0.153725174569888,0.0,0.128694655597958,0.153725174569888,0.0,0.163549133990342,0.153725174569888,0.0,0.140269982226273,0.153725174569888,0.0,0.0932181681835432,0.5,0.153725174569888,0.0,0.0277884023583911,0.153725174569888,0.0,0.0121968961932469,0.5,0.153725174569888,0.0,0.00345095379765455,0.153725174569888,0.0,0.0134042581882446,0.153725174569888,0.0,0.105847434729908,0.153725174569888,0.0,0.135027604196735,0.153725174569888,0.0,0.0575534379132925,0.153725174569888,0.0,0.0461243090051668,0.153725174569888,0.0,0.00587301689248162,0.5,0.153725174569888,0.0,0.00364962069030921,0,0.337986086305424,0.871692976202128 -6968,0.5,0.153725174569888,0.00965433140524847,0.0552181051919991,0.153725174569888,0.00128961887857041,0.0783795136603097,0.153725174569888,0.0189098024109205,0.0157167170946904,0.153725174569888,0.0249667122097871,0.0087885454635255,0.153725174569888,0.00467692367461385,0.164681595036769,0.153725174569888,0.000777700832383209,0.188599667611501,0.153725174569888,0.00669136742165682,0.153586499315787,0.153725174569888,0.00127924518793672,0.107423889132358,0.5,0.153725174569888,0.00418268981993511,0.0299928069889409,0.153725174569888,0.0376608805141878,0.00939227316682755,0.5,0.153725174569888,0.0258202339072011,0.00764590232499038,0.153725174569888,0.0362246329931025,0.0155317009503124,0.153725174569888,0.00143296311217728,0.138715639395183,0.153725174569888,0.00484379873085909,0.184685330479894,0.153725174569888,0.00715403479153412,0.0699628213944191,0.153725174569888,0.0104751271702833,0.0631494789456984,0.153725174569888,0.0177481489968667,0.00623636859876229,0.5,0.153725174569888,0.0160586231951155,0.00267050893542325,0,0.316996500460694,0.934228323220294 -6969,0.5,0.153725174569888,0.0412348504810598,0.0742182414349566,0.153725174569888,0.0378725610830395,0.144953399153124,0.153725174569888,0.0807633000769282,0.0229900640400295,0.153725174569888,0.101572436305543,0.0136105217543201,0.153725174569888,0.0494884273847411,0.206176230785613,0.153725174569888,0.0066801991878523,0.208883392915313,0.153725174569888,0.0522594773230095,0.201201849214761,0.153725174569888,0.0156331836484461,0.131921819145577,0.5,0.153725174569888,0.0493558233343159,0.0365833999449953,0.153725174569888,0.162131039060386,0.00579545889645401,0.5,0.153725174569888,0.139770926689452,0.0161467980859762,0.153725174569888,0.171468687550565,0.019683302414035,0.153725174569888,0.0379417048828343,0.210059395341413,0.153725174569888,0.0639353231994617,0.246504542992933,0.153725174569888,0.0808453017666718,0.0923113536132432,0.153725174569888,0.0902167029548032,0.102084392863429,0.153725174569888,0.0883127739519238,0.0130964326990785,0.5,0.153725174569888,0.0671781278200143,0.00344554278544212,0,0.29794323383449,0.953460382385078 -6970,0.5,0.153725174569888,0.0982272633812576,0.109710905998789,0.153725174569888,0.175640946737034,0.25644456961515,0.153725174569888,0.195464703931132,0.0508094858321923,0.153725174569888,0.235612848674777,0.0280143886421219,0.153725174569888,0.0657395325656971,0.249357298775036,0.153725174569888,0.00774760613101355,0.245318005971586,0.153725174569888,0.0804240211170898,0.29941450418918,0.153725174569888,0.0304936593029313,0.16754559660502,0.5,0.153725174569888,0.135214610320911,0.0586115841738529,0.153725174569888,0.318634631645913,0.0134184372340986,0.5,0.153725174569888,0.252270194501483,0.0851819581895018,0.153725174569888,0.313606270149977,0.0560875686760814,0.153725174569888,0.12344591986458,0.297441465950311,0.153725174569888,0.10673983267916,0.320715436601307,0.153725174569888,0.191604890056736,0.168699372786472,0.153725174569888,0.190169146566196,0.24744233613883,0.153725174569888,0.223846176641501,0.0500799144690284,0.5,0.153725174569888,0.143346882856367,0.00830046074637913,0,0.291542908684282,0.975179157252846 -6971,0.5,0.153725174569888,0.177522300192355,0.142489379800124,0.153725174569888,0.260699463230583,0.345734966620629,0.153725174569888,0.359277586167033,0.10943353805779,0.153725174569888,0.3926014922447,0.0457212663485889,0.153725174569888,0.0395265122441657,0.319000673140154,0.153725174569888,0.0221239182445476,0.270944718597334,0.153725174569888,0.0747500639255022,0.347399887883476,0.153725174569888,0.0548666635197737,0.183123580339911,0.5,0.153725174569888,0.253376210990498,0.100490061687145,0.153725174569888,0.472056036923057,0.0281374064704497,0.5,0.153725174569888,0.354901931782746,0.213310617108039,0.153725174569888,0.444255807997079,0.0993044597079987,0.153725174569888,0.211019482163039,0.371921730323432,0.153725174569888,0.109761266727813,0.398321080279228,0.153725174569888,0.274474658626788,0.262723041134434,0.153725174569888,0.265491461397523,0.2892669168922,0.153725174569888,0.394688069034617,0.117143634409761,0.5,0.153725174569888,0.295589451741214,0.0261341017038665,0,0.26737678099029,0.980074219613836 -6972,0.5,0.153725174569888,0.28688979076637,0.193014075307541,0.153725174569888,0.324854594497528,0.421725821385011,0.153725174569888,0.473597347819661,0.174262819792404,0.153725174569888,0.494864250383819,0.0659661600056544,0.153725174569888,0.0393774202159196,0.325881761366224,0.153725174569888,0.124808426230052,0.302079595720913,0.153725174569888,0.0579149873138386,0.349668424147191,0.153725174569888,0.0883903055783046,0.185596688314011,0.5,0.153725174569888,0.388377760658086,0.127532793474385,0.153725174569888,0.546872954653625,0.045495463597166,0.5,0.153725174569888,0.460554098388866,0.269879300861665,0.153725174569888,0.535067533854113,0.120870997588241,0.153725174569888,0.22714214826089,0.433845206802898,0.153725174569888,0.0840374165968281,0.439199778060235,0.153725174569888,0.268333932580853,0.330924386191737,0.153725174569888,0.289500039341287,0.343140959969015,0.153725174569888,0.486924095148487,0.165450450150713,0.5,0.153725174569888,0.472055814873881,0.0511443050876771,0,0.218323877181289,0.956041364705343 -6973,0.5,0.153725174569888,0.355017981072202,0.243693235655855,0.153725174569888,0.34165919152154,0.532984378227432,0.153725174569888,0.488101373601567,0.231397743487568,0.153725174569888,0.523856692616278,0.086224917914471,0.153725174569888,0.0563936011074514,0.329741544196314,0.153725174569888,0.209572070582249,0.344746998103691,0.153725174569888,0.103642660571531,0.361205019937573,0.153725174569888,0.144894795774081,0.212406600163058,0.5,0.153725174569888,0.464436403034738,0.133685936094743,0.153725174569888,0.571656091757482,0.0534072893935765,0.5,0.153725174569888,0.515012223174866,0.239987989148717,0.153725174569888,0.571483980174052,0.116213811068392,0.153725174569888,0.143536028450391,0.43158343701903,0.153725174569888,0.0749976743499659,0.462681538815686,0.153725174569888,0.215060789158579,0.384627740638528,0.153725174569888,0.294547002612736,0.344967499565251,0.153725174569888,0.518916295921903,0.166845397637403,0.5,0.153725174569888,0.550250198789035,0.0619932581760809,0,0.184121526586211,0.921313506974205 -6974,0.5,0.153725174569888,0.314593119093924,0.263745234355463,0.153725174569888,0.16237766884643,0.536977230985122,0.153725174569888,0.445104562338191,0.23526070240379,0.153725174569888,0.466930141011505,0.0974909732748664,0.153725174569888,0.163757794965031,0.364966316400476,0.153725174569888,0.236350271109066,0.369606485612781,0.153725174569888,0.181488910141869,0.374655399973899,0.153725174569888,0.225497462369958,0.265585845501871,0.5,0.153725174569888,0.482654135492017,0.152126687910787,0.153725174569888,0.541533199902758,0.0564395537377195,0.5,0.153725174569888,0.511382280543962,0.184885991492268,0.153725174569888,0.545103459226006,0.0969397788064136,0.153725174569888,0.0645768210348586,0.458045188856477,0.153725174569888,0.0732408198770319,0.482942731814461,0.153725174569888,0.145433260302785,0.358808899347316,0.153725174569888,0.26704412108867,0.315350265256102,0.153725174569888,0.499206598789977,0.1523164485997,0.5,0.153725174569888,0.514106828626664,0.0729059064683477,0,0.167746061432371,0.903918796776806 -6975,0.5,0.153725174569888,0.240105383727506,0.265693368170874,0.153725174569888,0.0578969365643377,0.462073196074366,0.153725174569888,0.354759101248063,0.198872832618418,0.153725174569888,0.375637227836842,0.0888039099372913,0.153725174569888,0.186821022163222,0.370064690060539,0.153725174569888,0.264894770890163,0.38207819869772,0.153725174569888,0.171097051215526,0.349038941469228,0.153725174569888,0.274732117037055,0.253707483919123,0.5,0.153725174569888,0.431027465244391,0.143907101222683,0.153725174569888,0.446161513344934,0.0460438750448019,0.5,0.153725174569888,0.438715706525001,0.136754447698587,0.153725174569888,0.455937410409841,0.0634038302056856,0.153725174569888,0.0262079659982736,0.464690152167377,0.153725174569888,0.0879654064193958,0.458051864334779,0.153725174569888,0.0975708110633959,0.294569048943338,0.153725174569888,0.210609773673306,0.252116506464728,0.153725174569888,0.416566200741995,0.128130225510467,0.5,0.153725174569888,0.418694133821739,0.0827482940050783,0,0.178268006303836,0.912098411224185 -6976,0.5,0.153725174569888,0.140307741095818,0.200719160216908,0.153725174569888,0.0347910636328546,0.341505901606259,0.153725174569888,0.21570602295162,0.113566955579838,0.153725174569888,0.191107630808989,0.0393530449495476,0.153725174569888,0.120796255901749,0.348642734216626,0.153725174569888,0.225492558203663,0.310285470260111,0.153725174569888,0.130405471431128,0.286109033667035,0.153725174569888,0.2327684114579,0.177342841175978,0.5,0.153725174569888,0.322380030753984,0.0807848767303899,0.153725174569888,0.308470119613442,0.0168440368197444,0.5,0.153725174569888,0.3119509236257,0.088998200201906,0.153725174569888,0.321456039422046,0.0236411630858506,0.153725174569888,0.00879355449481224,0.47344536185257,0.153725174569888,0.0530545576185329,0.426736323762026,0.153725174569888,0.0760483869498678,0.225716953507704,0.153725174569888,0.140157163798251,0.158348038178744,0.153725174569888,0.290651823346273,0.0712934974128872,0.5,0.153725174569888,0.288615439643653,0.0436641870171409,0,0.219714602577314,0.903228189970762 -6977,0.5,0.153725174569888,3.52339394351573e-05,0.176740719499463,0.153725174569888,4.84130769498517e-05,0.284007004903621,0.153725174569888,0.00522421792401655,0.0603973384459523,0.153725174569888,0.0,0.0446514544008694,0.153725174569888,0.0392534302442933,0.35866240377664,0.153725174569888,0.0652700744669538,0.309705528147999,0.153725174569888,0.0455327195624047,0.258015949650402,0.153725174569888,0.0642570380622411,0.130294774395887,0.5,0.153725174569888,0.0627611901868463,0.0413401602194327,0.153725174569888,0.0451175942339059,0.0138417405549218,0.5,0.153725174569888,0.0463581412827732,0.0487838407024915,0.153725174569888,0.053596526800525,0.0211831732501996,0.153725174569888,0.000679478896944224,0.478248930099345,0.153725174569888,0.0153154753662583,0.418531824421044,0.153725174569888,0.0138506703847583,0.190368223900611,0.153725174569888,0.0300062206879518,0.114302082110068,0.153725174569888,0.0241318344426583,0.0448819922554397,0.5,0.153725174569888,0.00879255483915587,0.0339352228824172,0,0.275649188851294,0.877408065878814 -6978,0.5,0.153725174569888,0.0,0.197752854209727,0.153725174569888,0.0,0.315524614389182,0.153725174569888,0.0,0.0661829072700646,0.153725174569888,0.0,0.0605710155815796,0.153725174569888,0.0,0.387779518790058,0.153725174569888,0.0,0.337807427359015,0.153725174569888,0.0,0.259377608694231,0.153725174569888,0.0,0.131696922253218,0.5,0.153725174569888,0.0,0.0329330677233755,0.153725174569888,0.0,0.0124371250784681,0.5,0.153725174569888,0.0,0.0521422462976869,0.153725174569888,0.0,0.0223797410141263,0.153725174569888,0.0,0.477742010461685,0.153725174569888,0.0,0.419494721532045,0.153725174569888,0.0,0.192271119671132,0.153725174569888,0.0,0.108646492492359,0.153725174569888,0.0,0.048464250257282,0.5,0.153725174569888,0.0,0.0352655775294413,0,0.351556816283151,0.874695441906108 -6979,0.5,0.153725174569888,0.0,0.226891947094012,0.153725174569888,0.0,0.358488295984117,0.153725174569888,0.0,0.0740190864751344,0.153725174569888,0.0,0.0732222038936458,0.153725174569888,0.0,0.374302943412554,0.153725174569888,0.0,0.323157961924627,0.153725174569888,0.0,0.260143080310728,0.153725174569888,0.0,0.119779903537585,0.5,0.153725174569888,0.0,0.0261393614806343,0.153725174569888,0.0,0.00861110780309495,0.5,0.153725174569888,0.0,0.0462141157612395,0.153725174569888,0.0,0.0235903552849874,0.153725174569888,0.0,0.491200031767784,0.153725174569888,0.0,0.415187159110558,0.153725174569888,0.0,0.209889960204815,0.153725174569888,0.0,0.102187223717755,0.153725174569888,0.0,0.0419508698290153,0.5,0.153725174569888,0.0,0.0304644489824421,0,0.438741931566254,0.873743650232946 -6980,0.5,0.153725174569888,0.0,0.259979740342983,0.153725174569888,0.0,0.389271648900939,0.153725174569888,0.0,0.0777314422743189,0.153725174569888,0.0,0.0859424844850868,0.153725174569888,0.0,0.339073568941042,0.153725174569888,0.0,0.300591703335069,0.153725174569888,0.0,0.243441903935665,0.153725174569888,0.0,0.107144636316122,0.5,0.153725174569888,0.0,0.0273786478789557,0.153725174569888,0.0,0.00632162468311372,0.5,0.153725174569888,0.0,0.0455551613899341,0.153725174569888,0.0,0.0275270681929257,0.153725174569888,0.0,0.508944583469468,0.153725174569888,0.0,0.408166066959318,0.153725174569888,0.0,0.22843722316604,0.153725174569888,0.0,0.0943864858763588,0.153725174569888,0.0,0.0391623348525971,0.5,0.153725174569888,0.0,0.0233514300554967,0,0.524353888311684,0.935953513367117 -6981,0.5,0.153725174569888,0.0,0.292707447029816,0.153725174569888,0.0,0.377962986795358,0.153725174569888,0.0,0.0761039879878251,0.153725174569888,0.0,0.0939234756167707,0.153725174569888,0.0,0.31354699368447,0.153725174569888,0.0,0.284297353079184,0.153725174569888,0.0,0.244422182778806,0.153725174569888,0.0,0.113946351871127,0.5,0.153725174569888,0.0,0.0294991636307,0.153725174569888,0.0,0.00603804029845239,0.5,0.153725174569888,0.0,0.0452143600641273,0.153725174569888,0.0,0.032732458052104,0.153725174569888,0.0,0.526745693185595,0.153725174569888,0.0,0.406123760302881,0.153725174569888,0.0,0.237282671713432,0.153725174569888,0.0,0.0892338694771918,0.153725174569888,0.0,0.0409219127103409,0.5,0.153725174569888,0.0,0.0189276082332228,0,0.627520042741421,0.973884796249259 -6982,0.5,0.153725174569888,0.0,0.316393755732388,0.153725174569888,0.0,0.357632398530948,0.153725174569888,0.0,0.083802689874382,0.153725174569888,0.0,0.0961502301055931,0.153725174569888,0.0,0.31332825756882,0.153725174569888,0.0,0.288102182182109,0.153725174569888,0.0,0.258547923710248,0.153725174569888,0.0,0.128296832909913,0.5,0.153725174569888,0.0,0.0303620997608393,0.153725174569888,0.0,0.00733898382311533,0.5,0.153725174569888,0.0,0.0444153266697088,0.153725174569888,0.0,0.0398687809817729,0.153725174569888,0.0,0.542375014822306,0.153725174569888,0.0,0.40227333471738,0.153725174569888,0.0,0.227068603488595,0.153725174569888,0.0,0.098927455675223,0.153725174569888,0.0,0.040544398079776,0.5,0.153725174569888,0.0,0.0166897725277879,0,0.649585798712384,0.963057983343035 -6983,0.5,0.153725174569888,0.0,0.327279399400169,0.153725174569888,0.0,0.351342120947325,0.153725174569888,0.0,0.0913325939203754,0.153725174569888,0.0,0.100650145314341,0.153725174569888,0.0,0.317551740548444,0.153725174569888,0.0,0.299036929624476,0.153725174569888,0.0,0.264669165553992,0.153725174569888,0.0,0.139420108862389,0.5,0.153725174569888,0.0,0.0296791895570367,0.153725174569888,0.0,0.014233614958876,0.5,0.153725174569888,0.0,0.0410233355314827,0.153725174569888,0.0,0.0394066496156684,0.153725174569888,0.0,0.526757251065964,0.153725174569888,0.0,0.37871520528402,0.153725174569888,0.0,0.219433890202307,0.153725174569888,0.0,0.0991913532664362,0.153725174569888,0.0,0.0392558154951153,0.5,0.153725174569888,0.0,0.0145857168978038,0,0.636185384679215,0.926218421252409 -6984,0.5,0.153725174569888,0.0,0.32273978936434,0.153725174569888,0.0,0.333093421340038,0.153725174569888,0.0,0.0921196784524008,0.153725174569888,0.0,0.104838199337196,0.153725174569888,0.0,0.326150050532088,0.153725174569888,0.0,0.284896019931698,0.153725174569888,0.0,0.279046852758762,0.153725174569888,0.0,0.142028088902179,0.5,0.153725174569888,0.0,0.0295587763078994,0.153725174569888,0.0,0.0241546306777443,0.5,0.153725174569888,0.0,0.0409395665581304,0.153725174569888,0.0,0.0472831376427891,0.153725174569888,0.0,0.487372736984523,0.153725174569888,0.0,0.351197051887873,0.153725174569888,0.0,0.217410516987687,0.153725174569888,0.0,0.106366793402091,0.153725174569888,0.0,0.0384948143878669,0.5,0.153725174569888,0.0,0.010743309269581,0,0.642144026471147,0.882720686896627 -6985,0.5,0.153725174569888,0.0,0.302712149633647,0.153725174569888,0.0,0.298727056665686,0.153725174569888,0.0,0.0949078491101513,0.153725174569888,0.0,0.110149325876155,0.153725174569888,0.0,0.309348055802683,0.153725174569888,0.0,0.252726098305625,0.153725174569888,0.0,0.276623283975206,0.153725174569888,0.0,0.148318872298442,0.5,0.153725174569888,0.0,0.0314549570883424,0.153725174569888,0.0,0.0298924063181532,0.5,0.153725174569888,0.0,0.0362144252994035,0.153725174569888,0.0,0.052464682072422,0.153725174569888,0.0,0.44627843805478,0.153725174569888,0.0,0.331822732403624,0.153725174569888,0.0,0.207051813815913,0.153725174569888,0.0,0.107369280222897,0.153725174569888,0.0,0.0370612012053055,0.5,0.153725174569888,0.0,0.00850015618023556,0,0.641020490386285,0.801290821395922 -6986,0.5,0.153725174569888,0.0,0.27118858958183,0.153725174569888,0.0,0.261696806724002,0.153725174569888,0.0,0.096921163235544,0.153725174569888,0.0,0.121810011611723,0.153725174569888,0.0,0.279466562989408,0.153725174569888,0.0,0.213664136610059,0.153725174569888,0.0,0.26757487928286,0.153725174569888,0.0,0.152948502490812,0.5,0.153725174569888,0.0,0.0356730365701006,0.153725174569888,0.0,0.0344889331020567,0.5,0.153725174569888,0.0,0.0302421966384345,0.153725174569888,0.0,0.0587143868625739,0.153725174569888,0.0,0.41496486187475,0.153725174569888,0.0,0.317756907354436,0.153725174569888,0.0,0.207750911302334,0.153725174569888,0.0,0.102783760010413,0.153725174569888,0.0,0.0364849176555267,0.5,0.153725174569888,0.0,0.00778117398055485,0,0.61336213438952,0.785093063111598 -6987,0.5,0.153725174569888,0.0,0.242577763869836,0.153725174569888,0.0,0.238263974642053,0.153725174569888,0.0,0.104144883211089,0.153725174569888,0.0,0.131277748923146,0.153725174569888,0.0,0.266991296281164,0.153725174569888,0.0,0.186313025518074,0.153725174569888,0.0,0.251634314372364,0.153725174569888,0.0,0.13939489071511,0.5,0.153725174569888,0.0,0.0403324889137639,0.153725174569888,0.0,0.0480428748155008,0.5,0.153725174569888,0.0,0.0260265156098238,0.153725174569888,0.0,0.0554640847030984,0.153725174569888,0.0,0.396980671855845,0.153725174569888,0.0,0.327351625546964,0.153725174569888,0.0,0.202321541619124,0.153725174569888,0.0,0.102024797444748,0.153725174569888,0.0,0.0319887106762291,0.5,0.153725174569888,0.0,0.00738579830411235,0,0.569634785167511,0.809197547394339 -6988,0.5,0.153725174569888,0.0,0.225913698313924,0.153725174569888,0.0,0.243276659604936,0.153725174569888,0.0,0.103784896789703,0.153725174569888,0.0,0.136656287969865,0.153725174569888,0.0,0.265183347419273,0.153725174569888,0.0,0.183069227584397,0.153725174569888,0.0,0.229569985307372,0.153725174569888,0.0,0.119489645054643,0.5,0.153725174569888,0.0,0.0467237350708997,0.153725174569888,0.0,0.047949761433038,0.5,0.153725174569888,0.0,0.0236914877408401,0.153725174569888,0.0,0.0484019299369246,0.153725174569888,0.0,0.381709412233984,0.153725174569888,0.0,0.325330527426144,0.153725174569888,0.0,0.193869969265564,0.153725174569888,0.0,0.0983815208525271,0.153725174569888,0.0,0.0287765671104843,0.5,0.153725174569888,0.0,0.0084015439491061,0,0.498736799246205,0.777564884883698 -6989,0.5,0.153725174569888,0.0,0.21306744349511,0.153725174569888,0.0,0.25058307218054,0.153725174569888,0.0,0.106955673118328,0.153725174569888,0.0,0.13140477328716,0.153725174569888,0.0,0.282192302359823,0.153725174569888,0.0,0.204091531122752,0.153725174569888,0.0,0.210977612063508,0.153725174569888,0.0,0.125657836064044,0.5,0.153725174569888,0.0,0.0544952626147005,0.153725174569888,0.0,0.0445965146999707,0.5,0.153725174569888,0.0,0.026883329975628,0.153725174569888,0.0,0.0504929219012101,0.153725174569888,0.0,0.372248364587886,0.153725174569888,0.0,0.324716333082703,0.153725174569888,0.0,0.187683784181953,0.153725174569888,0.0,0.0909954341811475,0.153725174569888,0.0,0.0309235098472957,0.5,0.153725174569888,0.0,0.0104983443263137,0,0.417102747596225,0.754199715437261 -6990,0.5,0.153725174569888,0.0,0.197812046905857,0.153725174569888,0.0,0.249383004949687,0.153725174569888,0.0,0.109181697174393,0.153725174569888,0.0,0.127210280487885,0.153725174569888,0.0,0.312022286835011,0.153725174569888,0.0,0.241996033295139,0.153725174569888,0.0,0.228085680902951,0.153725174569888,0.0,0.137360834158602,0.5,0.153725174569888,0.0,0.0628883129434511,0.153725174569888,0.0,0.0501985915163336,0.5,0.153725174569888,0.0,0.031014029941269,0.153725174569888,0.0,0.056578773241802,0.153725174569888,0.0,0.348823013207503,0.153725174569888,0.0,0.336128827627442,0.153725174569888,0.0,0.185900774885477,0.153725174569888,0.0,0.0818112894327552,0.153725174569888,0.0,0.0332713104296244,0.5,0.153725174569888,0.0,0.0153361983036312,0,0.364579750777698,0.755414902797358 -6991,0.5,0.153725174569888,0.0,0.186716665627104,0.153725174569888,0.0,0.24469612102184,0.153725174569888,0.0,0.11074354577635,0.153725174569888,0.0,0.130771709656126,0.153725174569888,0.0,0.337582026305432,0.153725174569888,0.0,0.257257161173612,0.153725174569888,0.0,0.255603525747065,0.153725174569888,0.0,0.150790914625647,0.5,0.153725174569888,0.0,0.0699811282522636,0.153725174569888,0.0,0.0537299768950141,0.5,0.153725174569888,0.0,0.0367044429576865,0.153725174569888,0.0,0.0691516328332723,0.153725174569888,0.0,0.358318317955562,0.153725174569888,0.0,0.359750155604623,0.153725174569888,0.0,0.193154580395148,0.153725174569888,0.0,0.0846044869046011,0.153725174569888,0.0,0.0344750433496364,0.5,0.153725174569888,0.0,0.0227932189105978,0,0.331204810244015,0.840531276310737 -6992,0.5,0.153725174569888,0.0370006111998789,0.186816972568425,0.153725174569888,0.0141410715446664,0.264013573458373,0.153725174569888,0.0435998473575153,0.106460965503716,0.153725174569888,0.0615046873406094,0.121384170937063,0.153725174569888,0.00549384620324357,0.342378854662159,0.153725174569888,0.00460823895660342,0.239633332751881,0.153725174569888,0.009933068895175,0.257908000868108,0.153725174569888,0.00920465290778783,0.147069243375447,0.5,0.153725174569888,0.0161366553604034,0.0661308756560743,0.153725174569888,0.0520464492799127,0.0462757838286872,0.5,0.153725174569888,0.0326078389768387,0.042548720001276,0.153725174569888,0.0389635032809618,0.0718095099923086,0.153725174569888,0.00407989787060261,0.406869674711379,0.153725174569888,0.00573496472837755,0.398714376760539,0.153725174569888,0.021308870316876,0.190455717678081,0.153725174569888,0.022345909110498,0.0874977720331525,0.153725174569888,0.0485112998968008,0.0337816948975854,0.5,0.153725174569888,0.0673543519217941,0.0268684847537896,0,0.336133275905607,0.949675780893111 -6993,0.5,0.153725174569888,0.172011493169363,0.242705133943114,0.153725174569888,0.126565475479189,0.345865909016975,0.153725174569888,0.195536096814114,0.140784587808234,0.153725174569888,0.210676070680536,0.164701808665939,0.153725174569888,0.0854110927821412,0.374401919376648,0.153725174569888,0.0839471924554822,0.246533213038409,0.153725174569888,0.125057308639058,0.256985331423094,0.153725174569888,0.144379386345814,0.155116890691432,0.5,0.153725174569888,0.154527142201544,0.0732977243735477,0.153725174569888,0.207133521083706,0.0382615291956099,0.5,0.153725174569888,0.183291767682499,0.045588420540627,0.153725174569888,0.193318131920514,0.0607880236143698,0.153725174569888,0.0390624761617518,0.510375193064815,0.153725174569888,0.0836300623275942,0.454177241266937,0.153725174569888,0.156973817544802,0.218656195750276,0.153725174569888,0.146140508422096,0.112573257683336,0.153725174569888,0.201585918253647,0.0371106419574606,0.5,0.153725174569888,0.222556407889801,0.0281419521710632,0,0.447825417271265,0.96744553192766 -6994,0.5,0.153725174569888,0.313373373562492,0.348877933068691,0.153725174569888,0.197934519215766,0.469470182483475,0.153725174569888,0.344519782252116,0.27330640322084,0.153725174569888,0.357217186411827,0.276011069760357,0.153725174569888,0.1457780143412,0.509030867812425,0.153725174569888,0.196357807709898,0.374378029804247,0.153725174569888,0.195790685445738,0.399522072550388,0.153725174569888,0.285280422965595,0.213569630503695,0.5,0.153725174569888,0.30465932282372,0.157497619874815,0.153725174569888,0.363587151763819,0.0345702439755116,0.5,0.153725174569888,0.336012500463911,0.106961566363892,0.153725174569888,0.350223919488869,0.0734331895098623,0.153725174569888,0.0652677094666906,0.565877855264368,0.153725174569888,0.129466264134889,0.507583151858635,0.153725174569888,0.263050571918343,0.382165766275003,0.153725174569888,0.274716737893719,0.241142404976506,0.153725174569888,0.354269637515301,0.067586354294398,0.5,0.153725174569888,0.376953387056484,0.0391704549391497,0,0.482063542126021,0.99539336374949 -6995,0.5,0.153725174569888,0.410256620561986,0.433264001423771,0.153725174569888,0.275696972872451,0.662362026318574,0.153725174569888,0.465663795788338,0.532847857810823,0.153725174569888,0.4724361883775,0.396429178518936,0.153725174569888,0.217628403947933,0.693469288876833,0.153725174569888,0.333290357665394,0.54499088917974,0.153725174569888,0.307372377346352,0.579805849710163,0.153725174569888,0.405859765763068,0.375451345412789,0.5,0.153725174569888,0.445429459494808,0.297356504636394,0.153725174569888,0.490330133902051,0.0491827342943875,0.5,0.153725174569888,0.464191872276271,0.305317781333328,0.153725174569888,0.480972154647083,0.120548712501745,0.153725174569888,0.0760701288253455,0.65302739641571,0.153725174569888,0.150386150804283,0.605395955060044,0.153725174569888,0.318440854325676,0.535795077651891,0.153725174569888,0.396550979222889,0.391091710053621,0.153725174569888,0.477776831843581,0.173170602288187,0.5,0.153725174569888,0.497761007107988,0.062581445521203,0,0.602078961163462,1.00564065562376 -6996,0.5,0.153725174569888,0.436869015730661,0.507044142950217,0.153725174569888,0.230944881234242,0.743674322001399,0.153725174569888,0.532134460466151,0.623468638414504,0.153725174569888,0.532649940068653,0.457867822411993,0.153725174569888,0.222289870173828,0.713058941285503,0.153725174569888,0.357678154956489,0.702313281846916,0.153725174569888,0.429772040497534,0.718460291017066,0.153725174569888,0.471592208510061,0.496611446653319,0.5,0.153725174569888,0.525157989671586,0.39720495746687,0.153725174569888,0.562746746791989,0.0800809385504355,0.5,0.153725174569888,0.540415511681767,0.49215238597446,0.153725174569888,0.558404705025428,0.2053849825594,0.153725174569888,0.0493371766094336,0.624863143556597,0.153725174569888,0.118060448554871,0.658538855853148,0.153725174569888,0.339884396487556,0.610494576599767,0.153725174569888,0.49111073235663,0.463359622437933,0.153725174569888,0.547062784287834,0.338118803616584,0.5,0.153725174569888,0.563420902904338,0.0837763393990765,0,0.630096983367381,1.00679106004832 -6997,0.5,0.153725174569888,0.381392664515917,0.541074579004069,0.153725174569888,0.185896672366805,0.756094144334486,0.153725174569888,0.54209343700397,0.695550734454993,0.153725174569888,0.54033181245426,0.519565324163899,0.153725174569888,0.169002722394563,0.839658525903224,0.153725174569888,0.258345024546302,0.792205203530124,0.153725174569888,0.469793939832172,0.815574747878084,0.153725174569888,0.49406423045927,0.558555797986974,0.5,0.153725174569888,0.550247897988789,0.483701668815436,0.153725174569888,0.581049953007828,0.110988185858721,0.5,0.153725174569888,0.563386798052463,0.508362248676269,0.153725174569888,0.581504455868189,0.242028697010355,0.153725174569888,0.038766894251845,0.67324512600633,0.153725174569888,0.0992209812583611,0.743573127690109,0.153725174569888,0.340537021326058,0.653747039541478,0.153725174569888,0.495755756297446,0.508871165782803,0.153725174569888,0.562951702746459,0.39125218264071,0.5,0.153725174569888,0.575413255576514,0.111962437526828,0,0.691072934611108,1.00962367651959 -6998,0.5,0.153725174569888,0.256734798695148,0.512573549951819,0.153725174569888,0.0544070600219928,0.752296887846988,0.153725174569888,0.493053955841756,0.676246726611672,0.153725174569888,0.49228035600749,0.503812121287533,0.153725174569888,0.0783972279424413,0.907531901733073,0.153725174569888,0.0952268971761423,0.789656905789109,0.153725174569888,0.369869423495169,0.859400615587754,0.153725174569888,0.455264821873587,0.564985803420892,0.5,0.153725174569888,0.518730200196268,0.507987783163441,0.153725174569888,0.544871241297358,0.130544820725112,0.5,0.153725174569888,0.533377373762227,0.528549541727629,0.153725174569888,0.550678626021657,0.238360424892739,0.153725174569888,0.0390096381953328,0.76191465280407,0.153725174569888,0.0637560991129992,0.850271430644667,0.153725174569888,0.333695890138402,0.737564413826724,0.153725174569888,0.465485604161708,0.53430825408477,0.153725174569888,0.525373861618912,0.380103015362941,0.5,0.153725174569888,0.532215034315096,0.135706926352347,0,0.635474147280265,1.01028426755713 -6999,0.5,0.153725174569888,0.144526988763559,0.475630951103501,0.153725174569888,0.0154377858645116,0.841159148088917,0.153725174569888,0.38545706917801,0.648450440257244,0.153725174569888,0.385108786186331,0.463015508745534,0.153725174569888,0.021919362386736,0.895702360336637,0.153725174569888,0.0236470636071665,0.618651586246001,0.153725174569888,0.163946008335549,0.81140633703417,0.153725174569888,0.341969741579413,0.526663235260952,0.5,0.153725174569888,0.427904912845608,0.529552570646594,0.153725174569888,0.449066572852471,0.118829934433789,0.5,0.153725174569888,0.444491729432886,0.462820709389897,0.153725174569888,0.459415652704197,0.171140852169696,0.153725174569888,0.0226043214102518,0.825282495455218,0.153725174569888,0.0316484761613341,0.872020202076172,0.153725174569888,0.214831329780696,0.796498356933301,0.153725174569888,0.394728594771041,0.525834270711928,0.153725174569888,0.428878488519859,0.344181130407349,0.5,0.153725174569888,0.429665706891196,0.108445299158928,0,0.5304292073287,1.01054421047012 -7000,0.5,0.153725174569888,0.0736741600364756,0.49790930755925,0.153725174569888,0.00369211257378083,0.817031137317975,0.153725174569888,0.227700825818162,0.548968378248803,0.153725174569888,0.175480278357632,0.355310048471393,0.153725174569888,0.011527379672216,0.871851048596808,0.153725174569888,0.0505766575230901,0.629196176826509,0.153725174569888,0.036469623783969,0.611541394450523,0.153725174569888,0.237995884766697,0.489777937769382,0.5,0.153725174569888,0.298080739893443,0.431818825252112,0.153725174569888,0.311610117715897,0.0784083305115722,0.5,0.153725174569888,0.312598141121407,0.327432791719577,0.153725174569888,0.323884810066134,0.0890651196570284,0.153725174569888,0.00607443114825849,0.867878870066073,0.153725174569888,0.0097443793211232,0.872618531762552,0.153725174569888,0.0925744411937625,0.813974920815719,0.153725174569888,0.26649677339821,0.444164307721112,0.153725174569888,0.293559692954522,0.223398609510231,0.5,0.153725174569888,0.274806691207818,0.0763124134614111,0,0.567301250140216,1.01035903880308 -7001,0.5,0.153725174569888,4.83392649894283e-06,0.478207234398162,0.153725174569888,1.91071876446074e-05,0.855213739864234,0.153725174569888,0.000577244716793781,0.474207699708312,0.153725174569888,0.0,0.333463576803144,0.153725174569888,0.00378349712559792,0.909311432491523,0.153725174569888,0.013103854419049,0.734554265027198,0.153725174569888,0.0154597531507951,0.520849612311992,0.153725174569888,0.0553121434037345,0.480211198049481,0.5,0.153725174569888,0.0571904489948272,0.350349655948445,0.153725174569888,0.0407763844649462,0.0952850519632302,0.5,0.153725174569888,0.0413316233809469,0.233339575336351,0.153725174569888,0.048614545719657,0.0803967931322407,0.153725174569888,9.96199917758323e-05,0.88285336737608,0.153725174569888,0.00129807542844073,0.892272472105491,0.153725174569888,0.00374914798996461,0.684583397433778,0.153725174569888,0.0349269685278727,0.401428953282751,0.153725174569888,0.0162595163225207,0.163744365212149,0.5,0.153725174569888,0.00350182734770116,0.0862031734179817,0,0.620824054799217,1.01065741187266 -7002,0.5,0.153725174569888,0.0,0.452897679058329,0.153725174569888,0.0,0.925155904101345,0.153725174569888,0.0,0.464406459187659,0.153725174569888,0.0,0.391026712752915,0.153725174569888,0.0,0.928262371008577,0.153725174569888,0.0,0.805117829220463,0.153725174569888,0.0,0.537409914875452,0.153725174569888,0.0,0.408969568567744,0.5,0.153725174569888,0.0,0.328263768349675,0.153725174569888,0.0,0.115239139571731,0.5,0.153725174569888,0.0,0.258360792296398,0.153725174569888,0.0,0.092835408906015,0.153725174569888,0.0,0.892641524603367,0.153725174569888,0.0,0.917186286938923,0.153725174569888,0.0,0.664676335306132,0.153725174569888,0.0,0.435284342671496,0.153725174569888,0.0,0.175146443055663,0.5,0.153725174569888,0.0,0.100826475019319,0,0.673366969600441,1.01108066856762 -7003,0.5,0.153725174569888,0.0,0.495721848974941,0.153725174569888,0.0,0.96668201469479,0.153725174569888,0.0,0.532526399432596,0.153725174569888,0.0,0.464818137741366,0.153725174569888,0.0,0.965248824373909,0.153725174569888,0.0,0.794300083095856,0.153725174569888,0.0,0.568703324980928,0.153725174569888,0.0,0.399741537070445,0.5,0.153725174569888,0.0,0.305518826584043,0.153725174569888,0.0,0.121492630039767,0.5,0.153725174569888,0.0,0.291253908519811,0.153725174569888,0.0,0.101950480733172,0.153725174569888,0.0,0.940148394426761,0.153725174569888,0.0,0.949935938759427,0.153725174569888,0.0,0.697087318981018,0.153725174569888,0.0,0.468434049143741,0.153725174569888,0.0,0.196477213439568,0.5,0.153725174569888,0.0,0.108571006416289,0,0.985548586022136,1.01116291426211 -7004,0.5,0.153725174569888,0.0,0.594380271300659,0.153725174569888,0.0,0.992833795036154,0.153725174569888,0.0,0.648465203546597,0.153725174569888,0.0,0.525588783090091,0.153725174569888,0.0,0.9433524962381,0.153725174569888,0.0,0.714057014432495,0.153725174569888,0.0,0.801901161270573,0.153725174569888,0.0,0.458915737241493,0.5,0.153725174569888,0.0,0.266265703084051,0.153725174569888,0.0,0.125906290367948,0.5,0.153725174569888,0.0,0.291459686214367,0.153725174569888,0.0,0.117752208957212,0.153725174569888,0.0,0.971975425202325,0.153725174569888,0.0,0.964140609641474,0.153725174569888,0.0,0.8214624176821,0.153725174569888,0.0,0.468397476103322,0.153725174569888,0.0,0.203572061818979,0.5,0.153725174569888,0.0,0.113930095886859,0,0.980151892023409,1.01078249556622 -7005,0.5,0.153725174569888,0.0,0.717315147243734,0.153725174569888,0.0,0.993044762570878,0.153725174569888,0.0,0.713125261581079,0.153725174569888,0.0,0.560924999447396,0.153725174569888,0.0,0.938938231045026,0.153725174569888,0.0,0.719480742732382,0.153725174569888,0.0,0.903647504527398,0.153725174569888,0.0,0.399111304064742,0.5,0.153725174569888,0.0,0.216774293851738,0.153725174569888,0.0,0.13416402380379,0.5,0.153725174569888,0.0,0.261016125176357,0.153725174569888,0.0,0.136851900631069,0.153725174569888,0.0,0.983249878825532,0.153725174569888,0.0,0.958261236759108,0.153725174569888,0.0,0.954316406293405,0.153725174569888,0.0,0.55671071555508,0.153725174569888,0.0,0.202680555495639,0.5,0.153725174569888,0.0,0.110847028892882,0,0.953819116443252,1.01117973870215 -7006,0.5,0.153725174569888,0.0,0.820123734363348,0.153725174569888,0.0,0.994064377838552,0.153725174569888,0.0,0.700913645716751,0.153725174569888,0.0,0.61886319488569,0.153725174569888,0.0,0.969085985879636,0.153725174569888,0.0,0.71267905872487,0.153725174569888,0.0,0.872459283714629,0.153725174569888,0.0,0.31898183785896,0.5,0.153725174569888,0.0,0.171909424349502,0.153725174569888,0.0,0.142215467566941,0.5,0.153725174569888,0.0,0.249598106080203,0.153725174569888,0.0,0.138532322508122,0.153725174569888,0.0,0.98904620989369,0.153725174569888,0.0,0.979374902331904,0.153725174569888,0.0,0.944059193618066,0.153725174569888,0.0,0.593291067388313,0.153725174569888,0.0,0.217436851033979,0.5,0.153725174569888,0.0,0.113338337142499,0,0.985214027036371,1.0110777541839 -7007,0.5,0.153725174569888,0.0,0.879672812512464,0.153725174569888,0.0,1.0180032399264,0.153725174569888,0.0,0.719176769937643,0.153725174569888,0.0,0.663536726614344,0.153725174569888,0.0,0.938487025479881,0.153725174569888,0.0,0.647043111804341,0.153725174569888,0.0,0.814117761813281,0.153725174569888,0.0,0.290948677385581,0.5,0.153725174569888,0.0,0.159863081090007,0.153725174569888,0.0,0.1471671769233,0.5,0.153725174569888,0.0,0.261402330485366,0.153725174569888,0.0,0.125178533893691,0.153725174569888,0.0,1.00039060218521,0.153725174569888,0.0,0.975924363902881,0.153725174569888,0.0,0.963256862780868,0.153725174569888,0.0,0.558188638200778,0.153725174569888,0.0,0.244094818953061,0.5,0.153725174569888,0.0,0.118943793141223,0,0.990932282577105,1.01074057716173 -7008,0.5,0.153725174569888,0.0,0.893274985189982,0.153725174569888,0.0,1.01251547201625,0.153725174569888,0.0,0.70584445111875,0.153725174569888,0.0,0.706827733795699,0.153725174569888,0.0,0.900375845061101,0.153725174569888,0.0,0.630694780255925,0.153725174569888,0.0,0.755442850071757,0.153725174569888,0.0,0.291452897287068,0.5,0.153725174569888,0.0,0.151156884008807,0.153725174569888,0.0,0.130450508663395,0.5,0.153725174569888,0.0,0.300905623453119,0.153725174569888,0.0,0.109531909091058,0.153725174569888,0.0,0.992350852649141,0.153725174569888,0.0,0.951221160365439,0.153725174569888,0.0,0.964469499411809,0.153725174569888,0.0,0.464117161116787,0.153725174569888,0.0,0.288532351374506,0.5,0.153725174569888,0.0,0.119381363870743,0,1.01016351924543,1.01116442153622 -7009,0.5,0.153725174569888,0.0,0.92833673901298,0.153725174569888,0.0,1.01540117730766,0.153725174569888,0.0,0.67152725005095,0.153725174569888,0.0,0.690662989778655,0.153725174569888,0.0,0.884860665505041,0.153725174569888,0.0,0.649233560080913,0.153725174569888,0.0,0.718799592299163,0.153725174569888,0.0,0.300428025902694,0.5,0.153725174569888,0.0,0.148856013766037,0.153725174569888,0.0,0.132817665803849,0.5,0.153725174569888,0.0,0.339610904639695,0.153725174569888,0.0,0.105934300410326,0.153725174569888,0.0,0.991158320790891,0.153725174569888,0.0,0.916361904774525,0.153725174569888,0.0,0.951466530680151,0.153725174569888,0.0,0.385554627610418,0.153725174569888,0.0,0.304048481651376,0.5,0.153725174569888,0.0,0.111757386792881,0,1.00980956863866,1.00980379486858 -7010,0.5,0.153725174569888,0.0,0.916819286707807,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.656137782145481,0.153725174569888,0.0,0.705595602258739,0.153725174569888,0.0,0.950228065431529,0.153725174569888,0.0,0.637987524551376,0.153725174569888,0.0,0.756212094022732,0.153725174569888,0.0,0.299266416872665,0.5,0.153725174569888,0.0,0.140278866396567,0.153725174569888,0.0,0.115545076581622,0.5,0.153725174569888,0.0,0.342829022302743,0.153725174569888,0.0,0.10250568474754,0.153725174569888,0.0,0.999183531801417,0.153725174569888,0.0,0.922907540593517,0.153725174569888,0.0,0.935947784895759,0.153725174569888,0.0,0.357265829562328,0.153725174569888,0.0,0.299664740308008,0.5,0.153725174569888,0.0,0.105012954540882,0,1.01026002426019,1.00896029069191 -7011,0.5,0.153725174569888,0.0,0.922816978939855,0.153725174569888,0.0,0.998016579816925,0.153725174569888,0.0,0.587552760784375,0.153725174569888,0.0,0.7150472936978,0.153725174569888,0.0,0.920905103466108,0.153725174569888,0.0,0.605233851979159,0.153725174569888,0.0,0.780254876410718,0.153725174569888,0.0,0.286900499353753,0.5,0.153725174569888,0.0,0.129987522409962,0.153725174569888,0.0,0.0993678195301526,0.5,0.153725174569888,0.0,0.317508781445653,0.153725174569888,0.0,0.0890870263891905,0.153725174569888,0.0,0.964042685737286,0.153725174569888,0.0,0.908986262816384,0.153725174569888,0.0,0.966425581703185,0.153725174569888,0.0,0.362612239912948,0.153725174569888,0.0,0.271883415347342,0.5,0.153725174569888,0.0,0.0974377600502706,0,1.00974460158203,1.0088921969972 -7012,0.5,0.153725174569888,0.0,0.932654927939576,0.153725174569888,0.0,0.970470024743169,0.153725174569888,0.0,0.620695393218783,0.153725174569888,0.0,0.722358254915889,0.153725174569888,0.0,0.90635073007768,0.153725174569888,0.0,0.603046413617882,0.153725174569888,0.0,0.777101983530474,0.153725174569888,0.0,0.264475259092004,0.5,0.153725174569888,0.0,0.11516787527786,0.153725174569888,0.0,0.0861067614465349,0.5,0.153725174569888,0.0,0.2662975664687,0.153725174569888,0.0,0.0708062076375743,0.153725174569888,0.0,0.937074932214615,0.153725174569888,0.0,0.932302383583255,0.153725174569888,0.0,0.991384736208048,0.153725174569888,0.0,0.390812917641567,0.153725174569888,0.0,0.24342475076904,0.5,0.153725174569888,0.0,0.0927997389459873,0,1.00116369397136,1.00847386624518 -7013,0.5,0.153725174569888,0.0,0.933912190553222,0.153725174569888,0.0,1.01607116969854,0.153725174569888,0.0,0.669376418185883,0.153725174569888,0.0,0.727323606974387,0.153725174569888,0.0,0.903293269421209,0.153725174569888,0.0,0.62571762113412,0.153725174569888,0.0,0.802336024218426,0.153725174569888,0.0,0.252783360909508,0.5,0.153725174569888,0.0,0.107157372086283,0.153725174569888,0.0,0.0751941545567374,0.5,0.153725174569888,0.0,0.205368445361643,0.153725174569888,0.0,0.064815135299621,0.153725174569888,0.0,0.929993724361998,0.153725174569888,0.0,0.890452065028761,0.153725174569888,0.0,0.970511964121734,0.153725174569888,0.0,0.413996868444656,0.153725174569888,0.0,0.219874213545713,0.5,0.153725174569888,0.0,0.0858725965885997,0,1.00673022391443,1.00755114294058 -7014,0.5,0.153725174569888,0.0,0.905569761922355,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.719478314449867,0.153725174569888,0.0,0.749154716515388,0.153725174569888,0.0,0.860541785017592,0.153725174569888,0.0,0.613582914384542,0.153725174569888,0.0,0.868420007395195,0.153725174569888,0.0,0.228744513010682,0.5,0.153725174569888,0.0,0.0990143804980316,0.153725174569888,0.0,0.0616417872350057,0.5,0.153725174569888,0.0,0.183829302000774,0.153725174569888,0.0,0.0655012387406443,0.153725174569888,0.0,0.882597303149941,0.153725174569888,0.0,0.796253210037707,0.153725174569888,0.0,0.953175636627039,0.153725174569888,0.0,0.411872736635503,0.153725174569888,0.0,0.208503920700338,0.5,0.153725174569888,0.0,0.0795614013543409,0,1.00814501716032,1.00691623198981 -7015,0.5,0.153725174569888,0.0,0.923702218481517,0.153725174569888,0.0,0.863657365770333,0.153725174569888,0.0,0.742273249123275,0.153725174569888,0.0,0.768022354760636,0.153725174569888,0.0,0.756394708957145,0.153725174569888,0.0,0.561606182320036,0.153725174569888,0.0,0.873342643255968,0.153725174569888,0.0,0.194374870007404,0.5,0.153725174569888,0.0,0.0930897936398873,0.153725174569888,0.0,0.0602900484710435,0.5,0.153725174569888,0.0,0.185832459976591,0.153725174569888,0.0,0.07078751225299,0.153725174569888,0.0,0.863131362071989,0.153725174569888,0.0,0.758706546164495,0.153725174569888,0.0,0.921910915503978,0.153725174569888,0.0,0.438783637094128,0.153725174569888,0.0,0.205116478269529,0.5,0.153725174569888,0.0,0.0855985044522326,0,0.99103930959739,1.00540832172489 -7016,0.5,0.153725174569888,0.00641538998890433,0.954540853504949,0.153725174569888,0.00052761653468357,0.875920576235164,0.153725174569888,0.00944352119577315,0.818715784048928,0.153725174569888,0.0141339842210012,0.838692933816155,0.153725174569888,0.000412151002387036,0.680937816306786,0.153725174569888,0.000515492411015975,0.491203566924913,0.153725174569888,0.000581599805720902,0.805874471122351,0.153725174569888,0.00484924247605402,0.184600207350815,0.5,0.153725174569888,0.00260858079614244,0.0846705047234701,0.153725174569888,0.00480038803358864,0.0643771338673954,0.5,0.153725174569888,0.00129498649943618,0.183208299346207,0.153725174569888,0.00262272005857109,0.0798588248400716,0.153725174569888,0.000554820342294832,0.871642168688422,0.153725174569888,0.000285758005167472,0.690933940660107,0.153725174569888,0.000915545142803869,0.867998897550153,0.153725174569888,0.00596890392725236,0.45329873667301,0.153725174569888,0.00186670569276534,0.212735476454506,0.5,0.153725174569888,0.00751663498636284,0.101441298862199,0,0.993834972607501,0.999655791640221 -7017,0.5,0.153725174569888,0.0365471983879939,0.934874318779441,0.153725174569888,0.00381152219252265,0.764713788707592,0.153725174569888,0.0410486931027697,0.837882399585209,0.153725174569888,0.0594925599229824,0.914165766438736,0.153725174569888,0.00996209098125987,0.697373926143986,0.153725174569888,0.00738613198352267,0.455553951293762,0.153725174569888,0.00555939262037322,0.727916595446424,0.153725174569888,0.0558187309328581,0.263020033262059,0.5,0.153725174569888,0.0418248534853608,0.117064439082525,0.153725174569888,0.0195227185275041,0.0738963948115467,0.5,0.153725174569888,0.00842949090146131,0.183967240195707,0.153725174569888,0.0176651056595565,0.0936156245100165,0.153725174569888,0.00785715826010752,0.837185084804169,0.153725174569888,0.00332391914678173,0.661928805595089,0.153725174569888,0.0045129928263129,0.801525527714226,0.153725174569888,0.0455854985150448,0.469765690105326,0.153725174569888,0.0119132145959494,0.237226524949062,0.5,0.153725174569888,0.0295213418569115,0.123365386562597,0,0.998060579050563,0.986803726436707 -7018,0.5,0.153725174569888,0.0410576005057279,0.877284834682393,0.153725174569888,0.020983974300959,0.691557435048963,0.153725174569888,0.0594880473871151,0.801202665746111,0.153725174569888,0.0900911683498217,0.948854420961302,0.153725174569888,0.0392311356453377,0.72330527781388,0.153725174569888,0.0230670867453681,0.433811259407941,0.153725174569888,0.0152013776572221,0.703810808158359,0.153725174569888,0.0697013413768435,0.350452125601449,0.5,0.153725174569888,0.0954021063080654,0.208670918286074,0.153725174569888,0.0449046852979314,0.0980769616725376,0.5,0.153725174569888,0.00908126168001545,0.168044415056652,0.153725174569888,0.0495216725602142,0.119098407328814,0.153725174569888,0.0386223286471452,0.850747846944443,0.153725174569888,0.00857082050534033,0.683105028376625,0.153725174569888,0.0214630446500396,0.751690462150188,0.153725174569888,0.0735737257581074,0.528277546898162,0.153725174569888,0.0264636842997915,0.277669086929703,0.5,0.153725174569888,0.0425979936225358,0.145276365382473,0,1.00501030210485,0.969779443929873 -7019,0.5,0.153725174569888,0.0418160742894375,0.840869698052361,0.153725174569888,0.0278382182984719,0.666069075345074,0.153725174569888,0.0559836676494989,0.699055125617502,0.153725174569888,0.0971506427924693,0.923903653112117,0.153725174569888,0.058001906698664,0.723151364995799,0.153725174569888,0.0354972004318457,0.46517195040396,0.153725174569888,0.0254204104345948,0.688654047543449,0.153725174569888,0.0672350946740261,0.394728257941985,0.5,0.153725174569888,0.133159984636112,0.264622732383651,0.153725174569888,0.106505773471036,0.125960721395351,0.5,0.153725174569888,0.0102802981189703,0.147504411831372,0.153725174569888,0.104838443034933,0.159867263589722,0.153725174569888,0.0471502437718678,0.879207753561759,0.153725174569888,0.020763209601275,0.707693272234196,0.153725174569888,0.0599940393696816,0.77675347463923,0.153725174569888,0.074150256046137,0.527930510402719,0.153725174569888,0.0378035412961333,0.280370775686506,0.5,0.153725174569888,0.076466249243547,0.156690442546926,0,1.00790886257824,0.941610430603692 -7020,0.5,0.153725174569888,0.0453214204314567,0.816954405800657,0.153725174569888,0.0277090020707753,0.775948410904611,0.153725174569888,0.0653028003895196,0.678024738097299,0.153725174569888,0.0837722424021526,0.855910023195283,0.153725174569888,0.0507394029539424,0.703032114931703,0.153725174569888,0.0713799944122726,0.496537746379032,0.153725174569888,0.0310004785561896,0.69256793635421,0.153725174569888,0.0701837120716278,0.353114467301584,0.5,0.153725174569888,0.121164020380418,0.25587703908095,0.153725174569888,0.205082581252198,0.222977634898807,0.5,0.153725174569888,0.0118659680050314,0.137830438954455,0.153725174569888,0.160547883270437,0.190653558577025,0.153725174569888,0.0486512461695347,0.853071172675428,0.153725174569888,0.0588841399434864,0.749503210438055,0.153725174569888,0.0672138046639515,0.775003601113994,0.153725174569888,0.067266037189072,0.513634480341587,0.153725174569888,0.0519122514651087,0.28942535397337,0.5,0.153725174569888,0.0924844190439752,0.147495159135248,0,1.00932801439925,0.895486670571573 -7021,0.5,0.153725174569888,0.0607221660552044,0.804386522952174,0.153725174569888,0.0520511199734087,0.74701411573156,0.153725174569888,0.0537284834160051,0.72775263511243,0.153725174569888,0.0438899908439967,0.816709700534626,0.153725174569888,0.0385151413445705,0.577198939132548,0.153725174569888,0.142590100868473,0.4459808010374,0.153725174569888,0.0380111970276305,0.734981169391784,0.153725174569888,0.0843676599693535,0.302428958054522,0.5,0.153725174569888,0.10552625576374,0.244470559880897,0.153725174569888,0.252617001930736,0.253991717054932,0.5,0.153725174569888,0.0115077431535186,0.128750851139024,0.153725174569888,0.186415316106521,0.184658201292886,0.153725174569888,0.0700556808623568,0.825817154699045,0.153725174569888,0.0991365061908306,0.790513191992255,0.153725174569888,0.0411116577874664,0.704390012921852,0.153725174569888,0.0639712428082398,0.511985416352275,0.153725174569888,0.0590270681774408,0.299883547384003,0.5,0.153725174569888,0.123024574261954,0.153676917079282,0,1.00847995823815,0.882786994285618 -7022,0.5,0.153725174569888,0.0279802666270273,0.772838427090175,0.153725174569888,0.096404518320029,0.774872862010714,0.153725174569888,0.0323218571956703,0.72585710055586,0.153725174569888,0.0424486536953083,0.827224927015007,0.153725174569888,0.0727810350784131,0.516881224355569,0.153725174569888,0.20036324056579,0.495954999203065,0.153725174569888,0.0537289115384381,0.710787354528878,0.153725174569888,0.0908753505721483,0.284072021075395,0.5,0.153725174569888,0.0830103965175459,0.22980327697123,0.153725174569888,0.280318220709346,0.251409988373243,0.5,0.153725174569888,0.0148483346356607,0.167291759143654,0.153725174569888,0.165822119091719,0.145760038023338,0.153725174569888,0.0826523206773213,0.815689454487254,0.153725174569888,0.0588253263680682,0.738194698395301,0.153725174569888,0.0361495292420652,0.688240809376384,0.153725174569888,0.0474536466033836,0.542538080004126,0.153725174569888,0.052258191921431,0.272237665680801,0.5,0.153725174569888,0.125537867604027,0.157287397741365,0,1.00393738167722,0.843921008863033 -7023,0.5,0.153725174569888,0.0248476570460926,0.746628728019058,0.153725174569888,0.0292401375414645,0.794266124378105,0.153725174569888,0.0196154233482331,0.639761191597131,0.153725174569888,0.0401940300800966,0.845189546101054,0.153725174569888,0.0552155993865769,0.513102215856788,0.153725174569888,0.0759874588926766,0.453844348820839,0.153725174569888,0.101663321144316,0.671691182810072,0.153725174569888,0.0565180084249008,0.251015584032505,0.5,0.153725174569888,0.0635340040859742,0.208594099968845,0.153725174569888,0.173888721476734,0.194886036548108,0.5,0.153725174569888,0.0138903429409332,0.220875904837203,0.153725174569888,0.129167308893367,0.0977065911482256,0.153725174569888,0.101041228945577,0.80429571291412,0.153725174569888,0.0657676768059291,0.654265573255751,0.153725174569888,0.0262216322196191,0.689053169275454,0.153725174569888,0.0411277217182888,0.525941946023374,0.153725174569888,0.0386473135820463,0.253536971767464,0.5,0.153725174569888,0.0894757056365042,0.109627957618852,0,0.999259496368809,0.835873371550309 -7024,0.5,0.153725174569888,0.0139508012987432,0.714907122150487,0.153725174569888,0.0123219189347135,0.640806099417678,0.153725174569888,0.0203218266795819,0.600671476518427,0.153725174569888,0.0160976562129956,0.788448322503527,0.153725174569888,0.0227224125261607,0.482888355702307,0.153725174569888,0.0122801897727678,0.382363845895152,0.153725174569888,0.037822782767607,0.597179827958846,0.153725174569888,0.0194127349634756,0.219521768115541,0.5,0.153725174569888,0.0424717808243673,0.15361522021031,0.153725174569888,0.0885226436525512,0.0958919108187913,0.5,0.153725174569888,0.0081496612626773,0.179644190486367,0.153725174569888,0.0970840735346638,0.0622085246798996,0.153725174569888,0.0467302285784858,0.718319615092301,0.153725174569888,0.0258390276131263,0.59095095272474,0.153725174569888,0.0222753842222273,0.630297335030134,0.153725174569888,0.0241897220562371,0.447145781007584,0.153725174569888,0.0178088094191441,0.194256211446021,0.5,0.153725174569888,0.0516590962474139,0.0537087163746842,0,0.99818886328918,0.878289536140861 -7025,0.5,0.153725174569888,1.13558173726138e-05,0.664498168097023,0.153725174569888,0.0,0.475235899925655,0.153725174569888,0.0,0.598928703191829,0.153725174569888,4.20856119220012e-05,0.707637563456336,0.153725174569888,0.0014431091225821,0.461943569833937,0.153725174569888,0.00148851286834184,0.443223818670245,0.153725174569888,0.00231557809152767,0.45248405239104,0.153725174569888,0.00290687589250951,0.16012342424492,0.5,0.153725174569888,0.0149988171354842,0.105956685460191,0.153725174569888,0.0230971256836072,0.0421660796704016,0.5,0.153725174569888,0.00247684478516832,0.104475377971964,0.153725174569888,0.0220794410215429,0.0362721852474112,0.153725174569888,0.0,0.59888029772051,0.153725174569888,0.00601649837782941,0.542656773288694,0.153725174569888,0.000611601880535253,0.497647964042233,0.153725174569888,0.0031628318606384,0.385094542319753,0.153725174569888,0.00147319157814185,0.120941460574343,0.5,0.153725174569888,0.00116270680932438,0.0253995150214226,0,0.980774230657823,0.934850635026461 -7026,0.5,0.153725174569888,0.0,0.563651445268861,0.153725174569888,0.0,0.27682347264161,0.153725174569888,0.0,0.562176847531654,0.153725174569888,0.0,0.618389088454878,0.153725174569888,0.0,0.368381773233939,0.153725174569888,0.0,0.290488168463158,0.153725174569888,0.0,0.372841404861398,0.153725174569888,0.0,0.0627478315984867,0.5,0.153725174569888,0.0,0.056221410084934,0.153725174569888,0.0,0.0238648942877406,0.5,0.153725174569888,0.0,0.0561403724416134,0.153725174569888,0.0,0.0254952499518398,0.153725174569888,0.0,0.515945965155787,0.153725174569888,0.0,0.534016616227081,0.153725174569888,0.0,0.388670033679941,0.153725174569888,0.0,0.246210367072293,0.153725174569888,0.0,0.0848444929283623,0.5,0.153725174569888,0.0,0.0148833007541769,0,0.965840404641261,0.938941046697383 -7027,0.5,0.153725174569888,0.0,0.440712090193864,0.153725174569888,0.0,0.267032866712518,0.153725174569888,0.0,0.512693283582592,0.153725174569888,0.0,0.584018199796702,0.153725174569888,0.0,0.297934598734335,0.153725174569888,0.0,0.147036071157541,0.153725174569888,0.0,0.448746605970975,0.153725174569888,0.0,0.0447624469670502,0.5,0.153725174569888,0.0,0.0401168092001404,0.153725174569888,0.0,0.0214676196122621,0.5,0.153725174569888,0.0,0.0364106867184815,0.153725174569888,0.0,0.0283018409055066,0.153725174569888,0.0,0.477626897603086,0.153725174569888,0.0,0.513640220870951,0.153725174569888,0.0,0.380023635135963,0.153725174569888,0.0,0.139647017571548,0.153725174569888,0.0,0.0751515712607772,0.5,0.153725174569888,0.0,0.00866025016241281,0,0.948164533939409,0.908724193523588 -7028,0.5,0.153725174569888,0.0,0.340082321750201,0.153725174569888,0.0,0.266343142568046,0.153725174569888,0.0,0.391567635944933,0.153725174569888,0.0,0.484997658611186,0.153725174569888,0.0,0.260117833606145,0.153725174569888,0.0,0.122543352647795,0.153725174569888,0.0,0.382334705942754,0.153725174569888,0.0,0.0494925155238962,0.5,0.153725174569888,0.0,0.0348504864413822,0.153725174569888,0.0,0.0287376385772769,0.5,0.153725174569888,0.0,0.0221245355871236,0.153725174569888,0.0,0.0337179631714271,0.153725174569888,0.0,0.487985045556457,0.153725174569888,0.0,0.489239015318137,0.153725174569888,0.0,0.369449510348528,0.153725174569888,0.0,0.149005397472856,0.153725174569888,0.0,0.0749125347336506,0.5,0.153725174569888,0.0,0.0093211655006229,0,0.912598650984873,0.862642901755214 -7029,0.5,0.153725174569888,0.0,0.293725807470982,0.153725174569888,0.0,0.310904287055871,0.153725174569888,0.0,0.24431779363446,0.153725174569888,0.0,0.336788345580704,0.153725174569888,0.0,0.255782496071614,0.153725174569888,0.0,0.150359933594622,0.153725174569888,0.0,0.258973455876755,0.153725174569888,0.0,0.0555317520414617,0.5,0.153725174569888,0.0,0.0296035284455108,0.153725174569888,0.0,0.0323382392491873,0.5,0.153725174569888,0.0,0.0165065078786476,0.153725174569888,0.0,0.0302142795746406,0.153725174569888,0.0,0.500640207385787,0.153725174569888,0.0,0.49786856370989,0.153725174569888,0.0,0.374882163346531,0.153725174569888,0.0,0.129912166648739,0.153725174569888,0.0,0.0626193507802564,0.5,0.153725174569888,0.0,0.0125590055949087,0,0.870422012302754,0.81032467517962 -7030,0.5,0.153725174569888,0.0,0.290030977529836,0.153725174569888,0.0,0.361831353758743,0.153725174569888,0.0,0.203859448612282,0.153725174569888,0.0,0.236542013963622,0.153725174569888,0.0,0.250785769223115,0.153725174569888,0.0,0.178836584403768,0.153725174569888,0.0,0.234411756903822,0.153725174569888,0.0,0.0712492356980381,0.5,0.153725174569888,0.0,0.0359586855309008,0.153725174569888,0.0,0.0288763498304663,0.5,0.153725174569888,0.0,0.0205187022535247,0.153725174569888,0.0,0.0189038905145398,0.153725174569888,0.0,0.490829661756657,0.153725174569888,0.0,0.499042387446017,0.153725174569888,0.0,0.358935121013613,0.153725174569888,0.0,0.114275780992638,0.153725174569888,0.0,0.0219189434022887,0.5,0.153725174569888,0.0,0.0198724285098522,0,0.865208419531504,0.699226999763675 -7031,0.5,0.153725174569888,0.0,0.313665276637892,0.153725174569888,0.0,0.487498186654185,0.153725174569888,0.0,0.214875648563678,0.153725174569888,0.0,0.176463832886464,0.153725174569888,0.0,0.251851356350675,0.153725174569888,0.0,0.190356604561167,0.153725174569888,0.0,0.246866399441746,0.153725174569888,0.0,0.0792136418953615,0.5,0.153725174569888,0.0,0.0448635925618208,0.153725174569888,0.0,0.0167789903322943,0.5,0.153725174569888,0.0,0.0335310800508678,0.153725174569888,0.0,0.0115614390364652,0.153725174569888,0.0,0.431689631682182,0.153725174569888,0.0,0.481213350452832,0.153725174569888,0.0,0.327092406812685,0.153725174569888,0.0,0.101320406304299,0.153725174569888,0.0,0.0177921094796067,0.5,0.153725174569888,0.0,0.0231080758959199,0,0.855916842464099,0.65789060218242 -7032,0.5,0.153725174569888,0.0,0.326773223252204,0.153725174569888,0.0,0.610069224379311,0.153725174569888,0.0,0.218291654795518,0.153725174569888,0.0,0.164122167520068,0.153725174569888,0.0,0.239013773012022,0.153725174569888,0.0,0.191974948226652,0.153725174569888,0.0,0.262260436691878,0.153725174569888,0.0,0.0850353536359899,0.5,0.153725174569888,0.0,0.0603865599947689,0.153725174569888,0.0,0.0184598283936944,0.5,0.153725174569888,0.0,0.0488193603877167,0.153725174569888,0.0,0.0133577899276495,0.153725174569888,0.0,0.392247810239704,0.153725174569888,0.0,0.44866156013219,0.153725174569888,0.0,0.309862639815469,0.153725174569888,0.0,0.0943347521799319,0.153725174569888,0.0,0.0288414272249367,0.5,0.153725174569888,0.0,0.0133131187818851,0,0.812496573238716,0.707785164885394 -7033,0.5,0.153725174569888,0.0,0.327804280228353,0.153725174569888,0.0,0.619549302225068,0.153725174569888,0.0,0.21247560696065,0.153725174569888,0.0,0.185503253501864,0.153725174569888,0.0,0.217279241825046,0.153725174569888,0.0,0.193227662534274,0.153725174569888,0.0,0.281591519447088,0.153725174569888,0.0,0.100358736490359,0.5,0.153725174569888,0.0,0.0835793770900211,0.153725174569888,0.0,0.0283802685702598,0.5,0.153725174569888,0.0,0.0601563571713123,0.153725174569888,0.0,0.0155730603829483,0.153725174569888,0.0,0.395577065770289,0.153725174569888,0.0,0.402838391134986,0.153725174569888,0.0,0.308224242462365,0.153725174569888,0.0,0.101574780594373,0.153725174569888,0.0,0.0317817761782813,0.5,0.153725174569888,0.0,0.00686570996060769,0,0.76713026530348,0.829667673905963 -7034,0.5,0.153725174569888,0.0,0.331403046835141,0.153725174569888,0.0,0.486451340311764,0.153725174569888,0.0,0.196701807577389,0.153725174569888,0.0,0.200648830930608,0.153725174569888,0.0,0.202823704366287,0.153725174569888,0.0,0.204526950644239,0.153725174569888,0.0,0.280462660004689,0.153725174569888,0.0,0.140047952714975,0.5,0.153725174569888,0.0,0.11018849065043,0.153725174569888,0.0,0.0482985724017998,0.5,0.153725174569888,0.0,0.0785065471633596,0.153725174569888,0.0,0.0139969248780033,0.153725174569888,0.0,0.347644693686545,0.153725174569888,0.0,0.355711975004538,0.153725174569888,0.0,0.268506523496081,0.153725174569888,0.0,0.115580713373282,0.153725174569888,0.0,0.0353555435480936,0.5,0.153725174569888,0.0,0.00319351499359785,0,0.791124016933716,0.925692275883153 -7035,0.5,0.153725174569888,0.0,0.292538909574776,0.153725174569888,0.0,0.371873062471975,0.153725174569888,0.0,0.165597378554583,0.153725174569888,0.0,0.187661282215978,0.153725174569888,0.0,0.212632467518825,0.153725174569888,0.0,0.228222938806329,0.153725174569888,0.0,0.302975054317672,0.153725174569888,0.0,0.177211584604082,0.5,0.153725174569888,0.0,0.15428757904533,0.153725174569888,0.0,0.12448920937408,0.5,0.153725174569888,0.0,0.0900562042773668,0.153725174569888,0.0,0.0105115566574048,0.153725174569888,0.0,0.303326771510002,0.153725174569888,0.0,0.296807310206352,0.153725174569888,0.0,0.205514571409782,0.153725174569888,0.0,0.116358519753778,0.153725174569888,0.0,0.0457523497956465,0.5,0.153725174569888,0.0,0.00282581207817385,0,0.724605276720515,0.964904037645013 -7036,0.5,0.153725174569888,0.0,0.247906323993032,0.153725174569888,0.0,0.199353432391088,0.153725174569888,0.0,0.152217577811251,0.153725174569888,0.0,0.161262625613874,0.153725174569888,0.0,0.236161175380618,0.153725174569888,0.0,0.261538161416228,0.153725174569888,0.0,0.323660559070929,0.153725174569888,0.0,0.212063821588016,0.5,0.153725174569888,0.0,0.2070091499575,0.153725174569888,0.0,0.129463753587729,0.5,0.153725174569888,0.0,0.113680054661987,0.153725174569888,0.0,0.00868588172328385,0.153725174569888,0.0,0.311583718839479,0.153725174569888,0.0,0.267512391247567,0.153725174569888,0.0,0.17260322549528,0.153725174569888,0.0,0.14984003298117,0.153725174569888,0.0,0.0592125363185958,0.5,0.153725174569888,0.0,0.00238099600137197,0,0.650803366078796,0.980961139901831 -7037,0.5,0.153725174569888,0.0,0.213873886950541,0.153725174569888,0.0,0.135305508361187,0.153725174569888,0.0,0.160431250172411,0.153725174569888,0.0,0.156986208164827,0.153725174569888,0.0,0.260923698018092,0.153725174569888,0.0,0.307445340566763,0.153725174569888,0.0,0.326602648282628,0.153725174569888,0.0,0.259778304006571,0.5,0.153725174569888,0.0,0.24481107260421,0.153725174569888,0.0,0.0531803138547241,0.5,0.153725174569888,0.0,0.155665990286486,0.153725174569888,0.0,0.00781851364059825,0.153725174569888,0.0,0.320452605544293,0.153725174569888,0.0,0.277779198862767,0.153725174569888,0.0,0.168874844841194,0.153725174569888,0.0,0.203607766485112,0.153725174569888,0.0,0.0869545399272423,0.5,0.153725174569888,0.0,0.00350905866337729,0,0.610090514677718,0.99219681029258 -7038,0.5,0.153725174569888,0.0,0.191018187890385,0.153725174569888,0.0,0.143879486284547,0.153725174569888,0.0,0.174801455399298,0.153725174569888,0.0,0.168348241877076,0.153725174569888,0.0,0.325522961222835,0.153725174569888,0.0,0.3724407827378,0.153725174569888,0.0,0.321550883967342,0.153725174569888,0.0,0.311349833196988,0.5,0.153725174569888,0.0,0.287934508122327,0.153725174569888,0.0,0.0176638169032196,0.5,0.153725174569888,0.0,0.229597014208806,0.153725174569888,0.0,0.0142498124417946,0.153725174569888,0.0,0.356380263399513,0.153725174569888,0.0,0.314145930165853,0.153725174569888,0.0,0.17818582292152,0.153725174569888,0.0,0.256234397718809,0.153725174569888,0.0,0.131791218602211,0.5,0.153725174569888,0.0,0.00204503132522929,0,0.478913044205518,0.998696070461594 -7039,0.5,0.153725174569888,0.0,0.172377804358922,0.153725174569888,0.0,0.169951127805421,0.153725174569888,0.0,0.179373135422114,0.153725174569888,0.0,0.162823245980476,0.153725174569888,0.0,0.459092682768853,0.153725174569888,0.0,0.449634991992231,0.153725174569888,0.0,0.322426913666248,0.153725174569888,0.0,0.384932354694079,0.5,0.153725174569888,0.0,0.368784000896072,0.153725174569888,0.0,0.0302162853121457,0.5,0.153725174569888,0.0,0.244555704820058,0.153725174569888,0.0,0.0571218551985432,0.153725174569888,0.0,0.400099220780713,0.153725174569888,0.0,0.370878337338922,0.153725174569888,0.0,0.210594776071722,0.153725174569888,0.0,0.282958142425589,0.153725174569888,0.0,0.182678067469602,0.5,0.153725174569888,0.0,0.000695970524260753,0,0.529199838910342,0.998477187407211 -7040,0.5,0.153725174569888,0.00757708955008493,0.166316681214212,0.153725174569888,0.00608326575794563,0.185778772515188,0.153725174569888,0.00244527375294094,0.216811708673066,0.153725174569888,0.0110021958587267,0.159005084423273,0.153725174569888,0.00170419011638347,0.627763315254064,0.153725174569888,0.00102642538046186,0.619273365282629,0.153725174569888,0.00144182006460481,0.40452256316388,0.153725174569888,0.000939691875560377,0.498812731582802,0.5,0.153725174569888,0.00288503897151892,0.476500216171735,0.153725174569888,0.0179269816211841,0.0606494589919023,0.5,0.153725174569888,0.00553282407286975,0.276675735163937,0.153725174569888,0.00179338705661622,0.111097348096669,0.153725174569888,0.00364094895643161,0.450024047049576,0.153725174569888,0.00300830691805925,0.464746752084254,0.153725174569888,0.00280617817162223,0.271045016652742,0.153725174569888,0.00133058762978076,0.343908170986087,0.153725174569888,0.0072308580227411,0.241721193723178,0.5,0.153725174569888,0.0206647593369421,0.0068160341640257,0,0.500454535137576,1.00534109024172 -7041,0.5,0.153725174569888,0.070246533947093,0.199419894662966,0.153725174569888,0.0838850833692827,0.294620109348944,0.153725174569888,0.0186737057426701,0.296707725058975,0.153725174569888,0.0498656297676361,0.181006498781228,0.153725174569888,0.0303975796959113,0.792334823949125,0.153725174569888,0.0174182974683087,0.824850718458833,0.153725174569888,0.0175472699932307,0.587265415293591,0.153725174569888,0.0118137095711669,0.604048912714755,0.5,0.153725174569888,0.0282744023367649,0.623447073841105,0.153725174569888,0.0317945175593766,0.0857007081808824,0.5,0.153725174569888,0.0709476009356996,0.413439871108774,0.153725174569888,0.0125429301337168,0.196190327888553,0.153725174569888,0.054440037750099,0.536384751621095,0.153725174569888,0.0412158704096804,0.636803187201549,0.153725174569888,0.0326068274826868,0.400442412355203,0.153725174569888,0.013179290721973,0.501982539329447,0.153725174569888,0.0407505273375948,0.360086873735918,0.5,0.153725174569888,0.0773804220369654,0.0532287441209665,0,0.409448166372389,1.00853816574522 -7042,0.5,0.153725174569888,0.136546534494711,0.256795995711435,0.153725174569888,0.114165859672561,0.591193099573203,0.153725174569888,0.0417195702338686,0.475391968254282,0.153725174569888,0.0577658804298264,0.215783682922239,0.153725174569888,0.0510637440507685,0.923226747359771,0.153725174569888,0.0167098634324239,0.894164686374663,0.153725174569888,0.0419487661161753,0.760696631029876,0.153725174569888,0.0144832954866305,0.702002637665301,0.5,0.153725174569888,0.0477639852771713,0.790696201117664,0.153725174569888,0.0412455111895396,0.148754164534527,0.5,0.153725174569888,0.10821922735015,0.760413701150756,0.153725174569888,0.0344922694019644,0.355318715988048,0.153725174569888,0.110328738001236,0.642686021797567,0.153725174569888,0.0772479350732337,0.786247072991974,0.153725174569888,0.0584073231212123,0.538945067633343,0.153725174569888,0.018562859499791,0.639518746099168,0.153725174569888,0.0685782832692834,0.472488860532082,0.5,0.153725174569888,0.0826032666317791,0.0731964679378221,0,0.336888475978372,1.01007321931177 -7043,0.5,0.153725174569888,0.175070213184914,0.344625197454923,0.153725174569888,0.152394467451516,0.703004056491625,0.153725174569888,0.0486588191103871,0.59784106583914,0.153725174569888,0.0426051655225356,0.286331664095845,0.153725174569888,0.0417161690544653,0.974621825641319,0.153725174569888,0.0233996429284981,0.955115173029657,0.153725174569888,0.0436626223235932,0.809799132454044,0.153725174569888,0.0251382188679857,0.854887437582334,0.5,0.153725174569888,0.0498837648167541,0.89248422247543,0.153725174569888,0.0892976623153027,0.314876020570731,0.5,0.153725174569888,0.0884120810808765,0.961115716121659,0.153725174569888,0.0489269441849738,0.554014413265605,0.153725174569888,0.15333348424652,0.734831549556616,0.153725174569888,0.0843890869573262,0.873831408810093,0.153725174569888,0.069874524489179,0.636090827050792,0.153725174569888,0.0412144186346269,0.774106699036179,0.153725174569888,0.0842807472108589,0.606753042051133,0.5,0.153725174569888,0.0627875216007834,0.0801855085160807,0,0.326031260873149,1.01086818975772 -7044,0.5,0.153725174569888,0.162581725336942,0.418162792513544,0.153725174569888,0.179709468568069,0.788322975034297,0.153725174569888,0.0499599511768905,0.713230027999888,0.153725174569888,0.0367568820447599,0.385756832360942,0.153725174569888,0.0368388210261024,0.992315258641361,0.153725174569888,0.0127320224581735,1.00678201468869,0.153725174569888,0.0346183222049763,0.895175604270112,0.153725174569888,0.0270703968840079,0.977028934848224,0.5,0.153725174569888,0.0447500131994765,0.986277692850747,0.153725174569888,0.104922803954949,0.561342404771299,0.5,0.153725174569888,0.0748352629724723,0.954501503771264,0.153725174569888,0.050724942641242,0.755943605474505,0.153725174569888,0.154108966567055,0.794105602958022,0.153725174569888,0.0640008453899927,0.91396872876087,0.153725174569888,0.074357904279272,0.741618358772311,0.153725174569888,0.05450057624592,0.890925102711611,0.153725174569888,0.0844071292613453,0.630303468010626,0.5,0.153725174569888,0.0725750411935931,0.199225379875287,0,0.315551850878612,1.01132158667578 -7045,0.5,0.153725174569888,0.149541183049715,0.495503901809548,0.153725174569888,0.115016924894141,0.83133846376164,0.153725174569888,0.07792494771485,0.814184829904497,0.153725174569888,0.0325128126810726,0.522507612406043,0.153725174569888,0.0186260322863454,1.01209542606054,0.153725174569888,0.00994863905807525,1.01772322164846,0.153725174569888,0.0188670992690412,0.980462452165885,0.153725174569888,0.0182970071755456,1.00770965811369,0.5,0.153725174569888,0.0235040984886196,1.01237926502904,0.153725174569888,0.047721611121547,0.787585601499054,0.5,0.153725174569888,0.0670548845809653,0.97638808240529,0.153725174569888,0.0647820494664031,0.873721914515715,0.153725174569888,0.109577073311129,0.805672667035896,0.153725174569888,0.0416194161168451,0.938669769379693,0.153725174569888,0.0607149694801074,0.78875423890135,0.153725174569888,0.0446332918710215,0.972586255069099,0.153725174569888,0.107499702460487,0.771526439949512,0.5,0.153725174569888,0.0638965760719709,0.249309983670608,0,0.322962172604516,1.01133322748372 -7046,0.5,0.153725174569888,0.13590889186565,0.579290071455693,0.153725174569888,0.0418273236257227,0.799252318878064,0.153725174569888,0.0792899945527877,0.807426719988153,0.153725174569888,0.0588780421173067,0.612093195410595,0.153725174569888,0.00692965550374246,1.0193371679156,0.153725174569888,0.00582133026697586,1.02059179751819,0.153725174569888,0.0145625582443784,1.007444058485,0.153725174569888,0.0119082433862778,1.01415559835844,0.5,0.153725174569888,0.0108564003564341,1.02030067614359,0.153725174569888,0.039037144978572,0.830751421135044,0.5,0.153725174569888,0.0441762133653959,1.00214532979235,0.153725174569888,0.0509863889464997,0.895031901974027,0.153725174569888,0.0580506167888956,0.827374248277878,0.153725174569888,0.0157933945834338,0.954496759093232,0.153725174569888,0.0300229790758068,0.862728524763664,0.153725174569888,0.0232357053209334,1.00736196054902,0.153725174569888,0.0809811454757898,0.886235579958076,0.5,0.153725174569888,0.0453686700978194,0.445375954678614,0,0.307584197646199,1.01134216428863 -7047,0.5,0.153725174569888,0.0771971330329859,0.629048826553174,0.153725174569888,0.0251394767682378,0.83668192234763,0.153725174569888,0.0479810319003574,0.806440929841726,0.153725174569888,0.0619397038045448,0.575102221192542,0.153725174569888,0.00416048368167634,1.02173913043478,0.153725174569888,0.00143777857388635,1.02173913043478,0.153725174569888,0.00783481207582605,1.01050104804514,0.153725174569888,0.0122385577937364,1.01730324580496,0.5,0.153725174569888,0.00532556616729794,1.0216110910107,0.153725174569888,0.0454944199462801,0.872067493137137,0.5,0.153725174569888,0.0142913041592528,1.02063097960871,0.153725174569888,0.0282932197432497,0.985678037255544,0.153725174569888,0.0351473425156652,0.824628942338539,0.153725174569888,0.00548650078024027,0.960798623630648,0.153725174569888,0.0120360284007693,0.915170318932912,0.153725174569888,0.00539955820161936,1.01588178610295,0.153725174569888,0.0338586270022053,0.887042906625151,0.5,0.153725174569888,0.0318366818801513,0.526761519858951,0,0.311363980683611,1.01137505488419 -7048,0.5,0.153725174569888,0.034687419341592,0.597062567627017,0.153725174569888,0.00372875030575632,0.890449239080548,0.153725174569888,0.0108784688248832,0.822137157626277,0.153725174569888,0.0315726581998,0.476673248978001,0.153725174569888,0.00302406903891415,1.02173913043478,0.153725174569888,0.0202581494978838,1.02173913043478,0.153725174569888,0.00251385024415164,1.01870866732261,0.153725174569888,0.0103122028058417,1.02157917929163,0.5,0.153725174569888,0.00401739231240717,1.02145766492473,0.153725174569888,0.0122458668825458,0.945178763994275,0.5,0.153725174569888,0.00236183632259322,1.02173913043478,0.153725174569888,0.00488552105654033,1.00355076115131,0.153725174569888,0.00719950272037811,0.836694941655762,0.153725174569888,0.00247855058421908,0.969106962816903,0.153725174569888,0.00339302844776323,0.914751744838119,0.153725174569888,0.00417586155066713,1.00770070263994,0.153725174569888,0.00858261450755176,0.919446962456105,0.5,0.153725174569888,0.0112403752116877,0.703999605183605,0,0.343575087953283,1.01143916413886 -7049,0.5,0.153725174569888,0.000160119462604348,0.495118330107145,0.153725174569888,0.0,0.834579339998135,0.153725174569888,3.54315295051029e-05,0.838148068706271,0.153725174569888,0.0,0.430406272675277,0.153725174569888,0.00195114184990655,1.02173913043478,0.153725174569888,0.00356996800998305,1.02153870982396,0.153725174569888,0.00186448075500464,1.0217089892793,0.153725174569888,0.00415197750288717,1.02124789148421,0.5,0.153725174569888,0.00245684974835627,1.02173913043478,0.153725174569888,0.00157523720481129,0.935975474354769,0.5,0.153725174569888,0.00100086593728331,1.02173913043478,0.153725174569888,0.00128672504040887,1.01860644630057,0.153725174569888,0.000146196409309017,0.835779178560325,0.153725174569888,0.000709578632140774,0.990496090317303,0.153725174569888,0.000208241223134508,0.930509873035011,0.153725174569888,0.000937665751048435,1.02152530305313,0.153725174569888,0.000248705272434541,0.932941523221977,0.5,0.153725174569888,0.000462145200575475,0.798553704158973,0,0.367856113839464,1.01143916413886 -7050,0.5,0.153725174569888,0.0,0.473022787528915,0.153725174569888,0.0,0.962547666091868,0.153725174569888,0.0,0.834065863084414,0.153725174569888,0.0,0.447369699271747,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02171376011502,0.153725174569888,0.0,1.02150387186247,0.153725174569888,0.0,1.01383944404573,0.5,0.153725174569888,0.0,1.02117862094954,0.153725174569888,0.0,0.978218243428294,0.5,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.938818796129283,0.153725174569888,0.0,0.880514910017435,0.153725174569888,0.0,0.99528494813249,0.153725174569888,0.0,0.987909119566028,0.153725174569888,0.0,1.02156578263603,0.153725174569888,0.0,0.985699969152583,0.5,0.153725174569888,0.0,0.860646947477921,0,0.329799841594303,1.01142624161589 -7051,0.5,0.153725174569888,0.0,0.553757656892477,0.153725174569888,0.0,1.00271426671826,0.153725174569888,0.0,0.950697457092857,0.153725174569888,0.0,0.528425684340422,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00640256747661,0.5,0.153725174569888,0.0,1.00769584766973,0.153725174569888,0.0,1.00381170337417,0.5,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0208931099861,0.153725174569888,0.0,0.824218617500571,0.153725174569888,0.0,1.00492928930242,0.153725174569888,0.0,1.02128736484107,0.153725174569888,0.0,1.00311007463217,0.153725174569888,0.0,0.991185199899301,0.5,0.153725174569888,0.0,0.879389983618218,0,0.303305200904001,1.01143916413886 -7052,0.5,0.153725174569888,0.0,0.654141573138709,0.153725174569888,0.0,0.940390759015616,0.153725174569888,0.0,1.02162715505727,0.153725174569888,0.0,0.644094890110186,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173861580001,0.153725174569888,0.0,0.992718330146067,0.5,0.153725174569888,0.0,0.9874222325229,0.153725174569888,0.0,1.02173913043478,0.5,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02064893167447,0.153725174569888,0.0,0.751391722651214,0.153725174569888,0.0,1.00296517829405,0.153725174569888,0.0,1.00879126653284,0.153725174569888,0.0,0.983205945236109,0.153725174569888,0.0,1.02109890597071,0.5,0.153725174569888,0.0,0.88436937805953,0,0.364394985189083,1.01143916413886 -7053,0.5,0.153725174569888,0.0,0.735102197081966,0.153725174569888,0.0,0.990213278005627,0.153725174569888,0.0,1.0209785058244,0.153725174569888,0.0,0.818488100796222,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173717411295,0.153725174569888,0.0,0.994186085759455,0.5,0.153725174569888,0.0,0.991987507886901,0.153725174569888,0.0,1.02173913043478,0.5,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01614493176463,0.153725174569888,0.0,0.720227702293353,0.153725174569888,0.0,0.889997822630903,0.153725174569888,0.0,1.01396795497404,0.153725174569888,0.0,0.982070197525078,0.153725174569888,0.0,1.01866345438563,0.5,0.153725174569888,0.0,1.0003265259762,0,0.470449222761846,0.00979865713374569 -7054,0.5,0.153725174569888,0.0,0.786373150141677,0.153725174569888,0.0,1.00374842541434,0.153725174569888,0.0,1.02057502957908,0.153725174569888,0.0,0.961076094238727,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01227486280078,0.5,0.153725174569888,0.0,1.00129387692312,0.153725174569888,0.0,1.02173913043478,0.5,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00830691521584,0.153725174569888,0.0,0.758183641773121,0.153725174569888,0.0,0.911895989501499,0.153725174569888,0.0,1.01935314832888,0.153725174569888,0.0,0.99839681476218,0.153725174569888,0.0,1.0158834770959,0.5,0.153725174569888,0.0,1.02173913043478,0,0.226405584883664,0.00979865713374569 -7055,0.5,0.153725174569888,0.0,0.80568802646363,0.153725174569888,0.0,1.0013490976793,0.153725174569888,0.0,1.01690597466852,0.153725174569888,0.0,1.00574452506606,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02103024548629,0.5,0.153725174569888,0.0,1.00696252198022,0.153725174569888,0.0,1.0207345339752,0.5,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.991546819472631,0.153725174569888,0.0,0.733078933439492,0.153725174569888,0.0,0.89574195966397,0.153725174569888,0.0,1.01135443756081,0.153725174569888,0.0,1.0186733729875,0.153725174569888,0.0,1.01107637723969,0.5,0.153725174569888,0.0,1.02172380810673,0,0.908327635770769,0.00979865713374569 -7056,0.5,0.153725174569888,0.0,0.797126066635286,0.153725174569888,0.0,0.933833627182189,0.153725174569888,0.0,1.01914436383355,0.153725174569888,0.0,0.979422098983028,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02142758119554,0.5,0.153725174569888,0.0,1.0086189455044,0.153725174569888,0.0,1.01806048850356,0.5,0.153725174569888,0.0,1.02169367981663,0.153725174569888,0.0,0.987475446760311,0.153725174569888,0.0,0.619286058417763,0.153725174569888,0.0,0.836197134556621,0.153725174569888,0.0,1.0099363711436,0.153725174569888,0.0,1.0198194211135,0.153725174569888,0.0,1.01774950958839,0.5,0.153725174569888,0.0,1.02171179828227,0,0.747964865392152,0.00979865713374569 -7057,0.5,0.153725174569888,0.0,0.754633392115173,0.153725174569888,0.0,0.787353007286367,0.153725174569888,0.0,1.02140383456851,0.153725174569888,0.0,0.980622814046836,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0140567014129,0.5,0.153725174569888,0.0,0.995191286355901,0.153725174569888,0.0,1.01513924056604,0.5,0.153725174569888,0.0,1.02127184863351,0.153725174569888,0.0,0.982286313953659,0.153725174569888,0.0,0.404025375872893,0.153725174569888,0.0,0.728888995587501,0.153725174569888,0.0,1.01048427469045,0.153725174569888,0.0,1.02089332162346,0.153725174569888,0.0,1.01846484980932,0.5,0.153725174569888,0.0,1.02118225644973,0,0.419754436776321,0.00979865713374569 -7058,0.5,0.153725174569888,0.0,0.697949808290406,0.153725174569888,0.0,0.214155768281561,0.153725174569888,0.0,1.02173503093979,0.153725174569888,0.0,0.988555401342346,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01165938396478,0.5,0.153725174569888,0.0,0.974155838773311,0.153725174569888,0.0,1.01684234674445,0.5,0.153725174569888,0.0,1.02078934065008,0.153725174569888,0.0,0.978074918751848,0.153725174569888,0.0,0.185914782900531,0.153725174569888,0.0,0.650316421640946,0.153725174569888,0.0,1.00570293033825,0.153725174569888,0.0,1.02057266965249,0.153725174569888,0.0,1.02067340425355,0.5,0.153725174569888,0.0,1.0215023980631,0,0.260604758045107,0.00979865713374569 -7059,0.5,0.153725174569888,0.0,0.667028575240909,0.153725174569888,0.0,0.0152337225100368,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.99888145904734,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01104658825191,0.5,0.153725174569888,0.0,0.956946771900679,0.153725174569888,0.0,1.0135476055846,0.5,0.153725174569888,0.0,1.01996348674636,0.153725174569888,0.0,0.954034841095887,0.153725174569888,0.0,0.170559324593458,0.153725174569888,0.0,0.630242657628287,0.153725174569888,0.0,0.982882427074634,0.153725174569888,0.0,1.0178983533377,0.153725174569888,0.0,1.02094503705363,0.5,0.153725174569888,0.0,1.02062270302125,0,0.131158017482345,0.00979865713374569 -7060,0.5,0.153725174569888,0.0,0.545374054707572,0.153725174569888,0.0,0.0593032724742355,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.983346396130828,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02061698221681,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01698594466618,0.5,0.153725174569888,0.0,0.96868099336909,0.153725174569888,0.0,1.00930485323655,0.5,0.153725174569888,0.0,1.02037984736114,0.153725174569888,0.0,0.944499448703986,0.153725174569888,0.0,0.234812841731702,0.153725174569888,0.0,0.729282622061733,0.153725174569888,0.0,0.896435607013367,0.153725174569888,0.0,1.01415422639755,0.153725174569888,0.0,1.02121105018141,0.5,0.153725174569888,0.0,1.01894428085587,0,0.0835036691732289,0.00979865713374569 -7061,0.5,0.153725174569888,0.0,0.384590389428252,0.153725174569888,0.0,0.49317542768264,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.967805332334898,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01834331711842,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01541358606743,0.5,0.153725174569888,0.0,0.971892710308351,0.153725174569888,0.0,0.99629407532335,0.5,0.153725174569888,0.0,1.02105053311801,0.153725174569888,0.0,0.968398170031579,0.153725174569888,0.0,0.237053511563498,0.153725174569888,0.0,0.8296430072328,0.153725174569888,0.0,0.831460097320734,0.153725174569888,0.0,1.01962660725521,0.153725174569888,0.0,1.02156031503276,0.5,0.153725174569888,0.0,1.01343826329732,0,0.0562200556961904,0.00979865713374569 -7062,0.5,0.153725174569888,0.0,0.29751047658196,0.153725174569888,0.0,0.673642110810619,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.939935294344702,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01457203631545,0.153725174569888,0.0,0.727949061802022,0.153725174569888,0.0,1.00722058916445,0.5,0.153725174569888,0.0,0.962392475060676,0.153725174569888,0.0,0.976518578285361,0.5,0.153725174569888,0.0,1.02015854075288,0.153725174569888,0.0,0.999423236522439,0.153725174569888,0.0,0.194874062889342,0.153725174569888,0.0,0.859369752143325,0.153725174569888,0.0,0.898176397282727,0.153725174569888,0.0,1.02070742776123,0.153725174569888,0.0,1.02169774984399,0.5,0.153725174569888,0.0,0.999140413733428,0,0.00405691459574947,0.00979865713374569 -7063,0.5,0.153725174569888,0.0,0.240719885046353,0.153725174569888,0.0,0.597152110476126,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.885331565479778,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01442050472001,0.153725174569888,0.0,0.727949061802022,0.153725174569888,0.0,1.00087510925636,0.5,0.153725174569888,0.0,0.965206748467068,0.153725174569888,0.0,0.983371530489825,0.5,0.153725174569888,0.0,1.0189826221377,0.153725174569888,0.0,0.991031777306083,0.153725174569888,0.0,0.173031252147903,0.153725174569888,0.0,0.79660935945553,0.153725174569888,0.0,0.947554998892945,0.153725174569888,0.0,1.02100289985704,0.153725174569888,0.0,1.02161717334906,0.5,0.153725174569888,0.0,0.970757336942707,0,0.00086551904195057,0.0803921935695231 -7064,0.5,0.153725174569888,0.00387114332489598,0.156148330541956,0.153725174569888,0.00200760913057554,0.391859598994118,0.153725174569888,0.00228746699389766,1.01964144391476,0.153725174569888,0.0073348357434562,0.820151435894584,0.153725174569888,0.000124871903080993,1.02173913043478,0.153725174569888,0.00050241726507005,1.01740360578746,0.153725174569888,0.000530925297866568,1.02173913043478,0.153725174569888,0.00107143612322967,1.00579024015897,0.5,0.153725174569888,0.00377618668527966,0.97427379671865,0.153725174569888,0.00317086252463218,1.01775936709677,0.5,0.153725174569888,0.00483577204189419,1.01827468571257,0.153725174569888,0.00326174395979544,0.960047312934932,0.153725174569888,0.00183417636831317,0.158610396614942,0.153725174569888,0.000688666156322488,0.757994852118654,0.153725174569888,0.000753142132613557,0.881732666989446,0.153725174569888,0.00177068685803757,1.02091682681243,0.153725174569888,0.00392014237104841,1.02160918344138,0.5,0.153725174569888,0.00220948451647221,0.98387609914512,0,0.000594285577979332,1.01143916413886 -7065,0.5,0.153725174569888,0.0379239861308263,0.144248354001446,0.153725174569888,0.0345347714653893,0.379493885779949,0.153725174569888,0.0168136264869649,0.997835256461605,0.153725174569888,0.0335725828155383,0.709541426973186,0.153725174569888,0.0018196776985659,1.02173913043478,0.153725174569888,0.00938100218469366,1.02165514237307,0.153725174569888,0.00542467280107871,1.02173913043478,0.153725174569888,0.0167807214200164,1.01621692407497,0.5,0.153725174569888,0.0686484334441881,0.993066452289824,0.153725174569888,0.0284916913816585,1.00582728522274,0.5,0.153725174569888,0.0549286800622438,1.0202790826162,0.153725174569888,0.0450696954514552,0.964176635526833,0.153725174569888,0.0300109796320684,0.123039389607688,0.153725174569888,0.0121844537846115,0.763084611253716,0.153725174569888,0.00944648195600374,0.774299544612765,0.153725174569888,0.021000066549319,1.0216880853726,0.153725174569888,0.0291098602131747,1.02162112370982,0.5,0.153725174569888,0.0146418906399139,1.00657363746106,0,0.000666048759499331,1.01143916413886 -7066,0.5,0.153725174569888,0.0819893775409595,0.199954790540623,0.153725174569888,0.0692688572183142,0.306974376477242,0.153725174569888,0.0311186841909859,0.989092773576266,0.153725174569888,0.0480570530602143,0.501254715058035,0.153725174569888,0.00787767737828507,1.02173913043478,0.153725174569888,0.0221485567309764,1.02173913043478,0.153725174569888,0.0100342520240226,1.02173913043478,0.153725174569888,0.0394590200500121,1.02028110007733,0.5,0.153725174569888,0.145682678604271,1.00126042698714,0.153725174569888,0.0828986738018218,1.00570901267681,0.5,0.153725174569888,0.103544186354045,1.02084832727035,0.153725174569888,0.0828662460750663,0.939594302035062,0.153725174569888,0.0692880190326306,0.119123898177794,0.153725174569888,0.0199659870006613,0.817858637116946,0.153725174569888,0.0196837333896643,0.670423701414779,0.153725174569888,0.0455651989006816,1.02173913043478,0.153725174569888,0.0500212112235294,1.02169665365796,0.5,0.153725174569888,0.0411007487450714,1.01768014736678,0,0.00682969751766763,1.01143916413886 -7067,0.5,0.153725174569888,0.098443305082116,0.222304186595127,0.153725174569888,0.0388628109626057,0.124464495332766,0.153725174569888,0.041222694123902,0.982883435906375,0.153725174569888,0.0405375865113823,0.376682535638005,0.153725174569888,0.0189527132278925,1.02173913043478,0.153725174569888,0.0369462200038873,1.02173913043478,0.153725174569888,0.0193930950468997,1.02173913043478,0.153725174569888,0.0677109268985238,1.02173913043478,0.5,0.153725174569888,0.156818862213244,1.00413933363443,0.153725174569888,0.10928349730435,1.00908657233936,0.5,0.153725174569888,0.150806060303569,1.02079744052525,0.153725174569888,0.112003471635118,0.93245994203676,0.153725174569888,0.0850971940414043,0.18646872487732,0.153725174569888,0.0121483865300999,0.841639271851034,0.153725174569888,0.018667038505286,0.558077579109723,0.153725174569888,0.0644063199556226,1.02173913043478,0.153725174569888,0.0662967032238579,1.02161973008154,0.5,0.153725174569888,0.0794251838025137,1.02141388553158,0,0.0170677889081242,1.01143916413886 -7068,0.5,0.153725174569888,0.12987750815242,0.160719305787525,0.153725174569888,0.0157601632257745,0.0266414012147944,0.153725174569888,0.0585598088733284,0.945396955884248,0.153725174569888,0.0414083226207644,0.354220895418275,0.153725174569888,0.0161747111626828,1.02173913043478,0.153725174569888,0.0523199277997843,1.02081760334791,0.153725174569888,0.0245573168559822,1.02173913043478,0.153725174569888,0.0838609038978534,1.02173913043478,0.5,0.153725174569888,0.141700507802124,0.994799816917599,0.153725174569888,0.146120075766924,1.02173913043478,0.5,0.153725174569888,0.146788659102651,1.02145805149967,0.153725174569888,0.140310559855715,0.946732244411788,0.153725174569888,0.102075320626545,0.312968311860735,0.153725174569888,0.0106683469118556,0.879411002350453,0.153725174569888,0.0233996207891071,0.486737053662165,0.153725174569888,0.0661196039875211,1.02173913043478,0.153725174569888,0.102618588868051,1.01949872731829,0.5,0.153725174569888,0.115407777948276,1.02131299074841,0,0.00485353320319501,1.01143916413886 -7069,0.5,0.153725174569888,0.141066475428175,0.114846202746626,0.153725174569888,0.0111963333284401,0.0137358307173175,0.153725174569888,0.0521760782314924,0.882406451450077,0.153725174569888,0.068168189458334,0.336960203989265,0.153725174569888,0.0121430920469625,1.02173913043478,0.153725174569888,0.0521730978296388,1.01703586619979,0.153725174569888,0.0170561534307338,1.02173737147907,0.153725174569888,0.0771168933227095,1.02173913043478,0.5,0.153725174569888,0.122064667218264,0.990306808014037,0.153725174569888,0.161795020229063,1.02173913043478,0.5,0.153725174569888,0.0960177652797127,1.01992563824379,0.153725174569888,0.116250577576315,0.947121377925032,0.153725174569888,0.0736203760654502,0.386485535648602,0.153725174569888,0.0091597476773177,0.925471054225216,0.153725174569888,0.0248889880105777,0.449748382172817,0.153725174569888,0.0587232443022875,1.02173913043478,0.153725174569888,0.101179624380584,1.015745681138,0.5,0.153725174569888,0.126908164695616,1.02132402318857,0,0.0,1.01142333765974 -7070,0.5,0.153725174569888,0.141082215009789,0.0918409341128655,0.153725174569888,0.0080829550488393,0.0182999672334754,0.153725174569888,0.0483525123850836,0.796614134502718,0.153725174569888,0.0720526076570878,0.32918148133048,0.153725174569888,0.0137715728594596,1.01284825059758,0.153725174569888,0.0478131659586238,0.986917568763438,0.153725174569888,0.0157411607707277,1.02170848709163,0.153725174569888,0.0620206718578555,1.01569259842114,0.5,0.153725174569888,0.0900165867232012,0.973695383598485,0.153725174569888,0.150450748226031,1.02173913043478,0.5,0.153725174569888,0.0721182232924596,1.01881662933023,0.153725174569888,0.0931880350468846,0.943173518150649,0.153725174569888,0.0382233268562015,0.313051490217865,0.153725174569888,0.00693316807093824,0.92022673379721,0.153725174569888,0.0202002481225264,0.443933226969943,0.153725174569888,0.0461838820207024,1.02173913043478,0.153725174569888,0.0808883784981922,1.0079248017203,0.5,0.153725174569888,0.111347582970547,1.01940342456155,0,0.00614389198428815,1.01132602122263 -7071,0.5,0.153725174569888,0.120775861891106,0.0693208554748181,0.153725174569888,0.0104217036569088,0.0234815039232609,0.153725174569888,0.0354132980494022,0.668248633017893,0.153725174569888,0.0414701288276238,0.285501015815416,0.153725174569888,0.0159790079541505,0.997001554916284,0.153725174569888,0.0401405784858185,0.939116047518516,0.153725174569888,0.0183223463471071,1.02130985340374,0.153725174569888,0.0429603439168094,0.991341758434387,0.5,0.153725174569888,0.0675167132077029,0.953157963714033,0.153725174569888,0.0943829197484176,1.02173913043478,0.5,0.153725174569888,0.0500386127673144,1.01695344250546,0.153725174569888,0.074184107779626,0.936152983051275,0.153725174569888,0.028671688700104,0.326988567348437,0.153725174569888,0.00648121776393231,0.912733884794625,0.153725174569888,0.0105702852668704,0.462149432081247,0.153725174569888,0.0290969578740584,1.02104198731054,0.153725174569888,0.0560279714478287,0.994268884553334,0.5,0.153725174569888,0.0743309799515595,1.01808499414177,0,0.0299424480905531,1.01112881573925 -7072,0.5,0.153725174569888,0.0818782277264449,0.0402244994003174,0.153725174569888,0.0287438556373104,0.0481631813950395,0.153725174569888,0.0147445607479311,0.467762933784127,0.153725174569888,0.0172945271232751,0.243779640641774,0.153725174569888,0.00968933148016409,0.976005048961184,0.153725174569888,0.0222327668249849,0.877575651597352,0.153725174569888,0.0119991470455844,1.01961396097063,0.153725174569888,0.0216366522083127,0.946871223033734,0.5,0.153725174569888,0.0309867650390742,0.913338126309829,0.153725174569888,0.0444483494119701,1.02173913043478,0.5,0.153725174569888,0.0227426678373435,1.01688157069421,0.153725174569888,0.0382672734734461,0.935639002559061,0.153725174569888,0.0281949608997146,0.374943014283208,0.153725174569888,0.00411438599146958,0.901296420960327,0.153725174569888,0.00254013025836065,0.490886963598061,0.153725174569888,0.0123512544082739,1.02053516465059,0.153725174569888,0.0260962944679964,0.993436647963693,0.5,0.153725174569888,0.0343888347656,1.01681437348855,0,0.0339615035156266,1.01089356603771 -7073,0.5,0.153725174569888,5.11549599956029e-05,0.0133199240257153,0.153725174569888,0.0,0.101796025986044,0.153725174569888,0.0,0.299771292158055,0.153725174569888,6.81868507181767e-05,0.200609958771081,0.153725174569888,0.00149157975422207,0.944476164283176,0.153725174569888,0.00486888957459533,0.809686943029477,0.153725174569888,0.00160848478985483,1.01461020123616,0.153725174569888,0.00587018595736957,0.906358217121693,0.5,0.153725174569888,0.00773782363323126,0.876951949256991,0.153725174569888,0.00108550798717683,1.02173913043478,0.5,0.153725174569888,0.00303617439736514,1.01656783877342,0.153725174569888,0.0066663065876929,0.942888275269178,0.153725174569888,0.000275703332312214,0.416023472477479,0.153725174569888,0.000500213879566101,0.892031745694734,0.153725174569888,7.36133844298766e-05,0.506316377468821,0.153725174569888,0.000979705939246186,1.02018303387542,0.153725174569888,0.000212338201302482,0.981563116658455,0.5,0.153725174569888,0.0,1.01577845398837,0,0.017605758526385,1.00591554752044 -7074,0.5,0.153725174569888,0.0,0.0102552379123789,0.153725174569888,0.0,0.210751193806976,0.153725174569888,0.0,0.186887589102087,0.153725174569888,0.0,0.170148420653763,0.153725174569888,0.0,0.866612396452937,0.153725174569888,0.0,0.6550287081146,0.153725174569888,0.0,0.993333761546485,0.153725174569888,0.0,0.830394902495788,0.5,0.153725174569888,0.0,0.844330472379891,0.153725174569888,0.0,1.02173913043478,0.5,0.153725174569888,0.0,1.01494021766563,0.153725174569888,0.0,0.936254936895748,0.153725174569888,0.0,0.454371104068785,0.153725174569888,0.0,0.861225370491094,0.153725174569888,0.0,0.560806070454506,0.153725174569888,0.0,1.01925454876127,0.153725174569888,0.0,0.936678729414649,0.5,0.153725174569888,0.0,1.01275609883247,0,0.00103846582768035,0.989366330959101 -7075,0.5,0.153725174569888,0.0,0.0152997388312916,0.153725174569888,0.0,0.338892827915782,0.153725174569888,0.0,0.159879052497274,0.153725174569888,0.0,0.14807651812851,0.153725174569888,0.0,0.72693021127144,0.153725174569888,0.0,0.464148221805261,0.153725174569888,0.0,0.939525918525463,0.153725174569888,0.0,0.699199405555205,0.5,0.153725174569888,0.0,0.7999039182419,0.153725174569888,0.0,1.01777620166625,0.5,0.153725174569888,0.0,1.00782151101122,0.153725174569888,0.0,0.930868293764578,0.153725174569888,0.0,0.46836474318775,0.153725174569888,0.0,0.795521166196425,0.153725174569888,0.0,0.64359598811443,0.153725174569888,0.0,1.01721424097025,0.153725174569888,0.0,0.888336963146959,0.5,0.153725174569888,0.0,1.00889797248987,0,0.0,0.9187467509395 -7076,0.5,0.153725174569888,0.0,0.0292132718144241,0.153725174569888,0.0,0.409413208738622,0.153725174569888,0.0,0.168533985439363,0.153725174569888,0.0,0.107634829088024,0.153725174569888,0.0,0.590892145072841,0.153725174569888,0.0,0.274354963164069,0.153725174569888,0.0,0.859949692029674,0.153725174569888,0.0,0.535540587283682,0.5,0.153725174569888,0.0,0.759950894052249,0.153725174569888,0.0,1.00994722571339,0.5,0.153725174569888,0.0,0.997847536710687,0.153725174569888,0.0,0.911801240181804,0.153725174569888,0.0,0.4457761746526,0.153725174569888,0.0,0.715591155386846,0.153725174569888,0.0,0.716750544587779,0.153725174569888,0.0,1.00869267621183,0.153725174569888,0.0,0.83403056802798,0.5,0.153725174569888,0.0,1.00553419917969,0,0.0,0.845493558891684 -7077,0.5,0.153725174569888,0.0,0.0394235108905283,0.153725174569888,0.0,0.417377873276279,0.153725174569888,0.0,0.194194599295644,0.153725174569888,0.0,0.0855426863682651,0.153725174569888,0.0,0.479018006852838,0.153725174569888,0.0,0.118619340320177,0.153725174569888,0.0,0.743110914394436,0.153725174569888,0.0,0.411587250548285,0.5,0.153725174569888,0.0,0.644801396250832,0.153725174569888,0.0,0.999301647046352,0.5,0.153725174569888,0.0,0.977591828560765,0.153725174569888,0.0,0.873255710667719,0.153725174569888,0.0,0.438334037303763,0.153725174569888,0.0,0.624893801761464,0.153725174569888,0.0,0.731493178880701,0.153725174569888,0.0,0.986416538537652,0.153725174569888,0.0,0.782816995982738,0.5,0.153725174569888,0.0,0.991434261965677,0,0.0,0.759950959255221 -7078,0.5,0.153725174569888,0.0,0.0440118383386456,0.153725174569888,0.0,0.431283414603711,0.153725174569888,0.0,0.220957251877628,0.153725174569888,0.0,0.0874749106915945,0.153725174569888,0.0,0.410003372114837,0.153725174569888,0.0,0.0850197724830923,0.153725174569888,0.0,0.620326399147306,0.153725174569888,0.0,0.341127719972228,0.5,0.153725174569888,0.0,0.485374549630413,0.153725174569888,0.0,0.976793554783288,0.5,0.153725174569888,0.0,0.95419375193345,0.153725174569888,0.0,0.822001370209777,0.153725174569888,0.0,0.432977213257755,0.153725174569888,0.0,0.552635902324817,0.153725174569888,0.0,0.72047032123509,0.153725174569888,0.0,0.94015830371222,0.153725174569888,0.0,0.746492223055007,0.5,0.153725174569888,0.0,0.96439437417306,0,0.0124110768711839,0.55833999273103 -7079,0.5,0.153725174569888,0.0,0.0499941422714129,0.153725174569888,0.0,0.44591895243454,0.153725174569888,0.0,0.258568693329672,0.153725174569888,0.0,0.106708213634176,0.153725174569888,0.0,0.317856762579378,0.153725174569888,0.0,0.0604011546936622,0.153725174569888,0.0,0.540987942354552,0.153725174569888,0.0,0.242969868633235,0.5,0.153725174569888,0.0,0.345039700592535,0.153725174569888,0.0,0.950397511017956,0.5,0.153725174569888,0.0,0.926563033655216,0.153725174569888,0.0,0.772637647918255,0.153725174569888,0.0,0.411358527482197,0.153725174569888,0.0,0.463274093711685,0.153725174569888,0.0,0.702058071973046,0.153725174569888,0.0,0.874501934805176,0.153725174569888,0.0,0.730595298325992,0.5,0.153725174569888,0.0,0.92938887847257,0,0.0634055325282798,0.326927774930493 -7080,0.5,0.153725174569888,0.0,0.0614959877834321,0.153725174569888,0.0,0.451579197994666,0.153725174569888,0.0,0.306328958131648,0.153725174569888,0.0,0.129781246128316,0.153725174569888,0.0,0.187729230277703,0.153725174569888,0.0,0.0514816271294802,0.153725174569888,0.0,0.450180761827146,0.153725174569888,0.0,0.16648829119014,0.5,0.153725174569888,0.0,0.225416015760445,0.153725174569888,0.0,0.927554906285493,0.5,0.153725174569888,0.0,0.896601177945204,0.153725174569888,0.0,0.735643404153347,0.153725174569888,0.0,0.370740379714333,0.153725174569888,0.0,0.368506727254966,0.153725174569888,0.0,0.672842356348274,0.153725174569888,0.0,0.806611413315749,0.153725174569888,0.0,0.721367736661704,0.5,0.153725174569888,0.0,0.875365268186442,0,0.1149991836706,0.0950728197844548 -7081,0.5,0.153725174569888,0.0,0.0695376903103799,0.153725174569888,0.0,0.436365834301498,0.153725174569888,0.0,0.369221508100688,0.153725174569888,0.0,0.15458400621656,0.153725174569888,0.0,0.118221342733968,0.153725174569888,0.0,0.0595576299145794,0.153725174569888,0.0,0.347019509930011,0.153725174569888,0.0,0.123593867106167,0.5,0.153725174569888,0.0,0.150182276857084,0.153725174569888,0.0,0.897897004622782,0.5,0.153725174569888,0.0,0.87085107317979,0.153725174569888,0.0,0.717445191697903,0.153725174569888,0.0,0.322987145812385,0.153725174569888,0.0,0.242123706567659,0.153725174569888,0.0,0.612738421654244,0.153725174569888,0.0,0.718939137157234,0.153725174569888,0.0,0.737191284133767,0.5,0.153725174569888,0.0,0.851443578231458,0,0.145121987056438,0.0303588047487134 -7082,0.5,0.153725174569888,0.0,0.0694425910591324,0.153725174569888,0.0,0.419685579477487,0.153725174569888,0.0,0.460504247178476,0.153725174569888,0.0,0.180513665526027,0.153725174569888,0.0,0.10230078383404,0.153725174569888,0.0,0.0551120236114794,0.153725174569888,0.0,0.269594468180988,0.153725174569888,0.0,0.0888492058231612,0.5,0.153725174569888,0.0,0.111715215260246,0.153725174569888,0.0,0.882345081351882,0.5,0.153725174569888,0.0,0.834552128219744,0.153725174569888,0.0,0.696160096745349,0.153725174569888,0.0,0.237446571496558,0.153725174569888,0.0,0.145203361734997,0.153725174569888,0.0,0.53447427386798,0.153725174569888,0.0,0.575712740389961,0.153725174569888,0.0,0.777561776571583,0.5,0.153725174569888,0.0,0.864327260048973,0,0.12067326815599,0.04127367591157 -7083,0.5,0.153725174569888,0.0,0.0687112224962898,0.153725174569888,0.0,0.355893844949636,0.153725174569888,0.0,0.578194064683702,0.153725174569888,0.0,0.207808759024563,0.153725174569888,0.0,0.100696817576939,0.153725174569888,0.0,0.0534157682311866,0.153725174569888,0.0,0.212909798686286,0.153725174569888,0.0,0.063848298882362,0.5,0.153725174569888,0.0,0.0857190374267308,0.153725174569888,0.0,0.875557641823668,0.5,0.153725174569888,0.0,0.795852542091058,0.153725174569888,0.0,0.659475960415262,0.153725174569888,0.0,0.139402194499566,0.153725174569888,0.0,0.0862337051702353,0.153725174569888,0.0,0.455322251459027,0.153725174569888,0.0,0.419984864299451,0.153725174569888,0.0,0.818536179787065,0.5,0.153725174569888,0.0,0.886240059975599,0,0.0958896195298009,0.0801464768195973 -7084,0.5,0.153725174569888,0.0,0.0682867139446083,0.153725174569888,0.0,0.222412282439111,0.153725174569888,0.0,0.644999632228384,0.153725174569888,0.0,0.242788260962151,0.153725174569888,0.0,0.0892955951683303,0.153725174569888,0.0,0.0464205236037304,0.153725174569888,0.0,0.140880717367,0.153725174569888,0.0,0.0436440440674555,0.5,0.153725174569888,0.0,0.0601607965734557,0.153725174569888,0.0,0.866247985575353,0.5,0.153725174569888,0.0,0.782949801128161,0.153725174569888,0.0,0.631770422137927,0.153725174569888,0.0,0.0856566863473067,0.153725174569888,0.0,0.0755640513400077,0.153725174569888,0.0,0.396841844074253,0.153725174569888,0.0,0.307292525615061,0.153725174569888,0.0,0.811122871696384,0.5,0.153725174569888,0.0,0.90599574366608,0,0.0794170425888609,0.115523757002833 -7085,0.5,0.153725174569888,0.0,0.0645323944557253,0.153725174569888,0.0,0.15729789513286,0.153725174569888,0.0,0.620102877123062,0.153725174569888,0.0,0.288901189853009,0.153725174569888,0.0,0.0685755848862818,0.153725174569888,0.0,0.0388303821698338,0.153725174569888,0.0,0.091149064763604,0.153725174569888,0.0,0.0325849371819181,0.5,0.153725174569888,0.0,0.0401227805442855,0.153725174569888,0.0,0.843960285371178,0.5,0.153725174569888,0.0,0.720059917272439,0.153725174569888,0.0,0.57058955541951,0.153725174569888,0.0,0.0505632332862437,0.153725174569888,0.0,0.0864453091700513,0.153725174569888,0.0,0.34998813011697,0.153725174569888,0.0,0.200063217577997,0.153725174569888,0.0,0.772633235772425,0.5,0.153725174569888,0.0,0.926504397581423,0,0.0614075391278939,0.152530176312604 -7086,0.5,0.153725174569888,0.0,0.0575018858283077,0.153725174569888,0.0,0.131065399660171,0.153725174569888,0.0,0.556430953655526,0.153725174569888,0.0,0.310748936576246,0.153725174569888,0.0,0.0566248242468325,0.153725174569888,0.0,0.0360651560783718,0.153725174569888,0.0,0.0553182832233028,0.153725174569888,0.0,0.0245282179496426,0.5,0.153725174569888,0.0,0.0267735762246766,0.153725174569888,0.0,0.806582118521063,0.5,0.153725174569888,0.0,0.579791760474321,0.153725174569888,0.0,0.515124589088215,0.153725174569888,0.0,0.0311500139339506,0.153725174569888,0.0,0.0996994918642757,0.153725174569888,0.0,0.307325671552811,0.153725174569888,0.0,0.110107965027709,0.153725174569888,0.0,0.718334544544086,0.5,0.153725174569888,0.0,0.943649775414974,0,0.0510411129046452,0.173031904346854 -7087,0.5,0.153725174569888,0.0,0.0532604072528645,0.153725174569888,0.0,0.117319669383376,0.153725174569888,0.0,0.497946683194778,0.153725174569888,0.0,0.305828473263651,0.153725174569888,0.0,0.0542046908285868,0.153725174569888,0.0,0.0370874465943252,0.153725174569888,0.0,0.0348870568853387,0.153725174569888,0.0,0.0200118862065343,0.5,0.153725174569888,0.0,0.0197429260736851,0.153725174569888,0.0,0.76280170160175,0.5,0.153725174569888,0.0,0.446810907983222,0.153725174569888,0.0,0.418744686748007,0.153725174569888,0.0,0.0245030518626746,0.153725174569888,0.0,0.0997232496321201,0.153725174569888,0.0,0.234105513312164,0.153725174569888,0.0,0.0537480769746622,0.153725174569888,0.0,0.658879619815029,0.5,0.153725174569888,0.0,0.955218003689118,0,0.0468674115770245,0.187443150627309 -7088,0.5,0.153725174569888,0.0143643179735266,0.0545610278427215,0.153725174569888,0.000576014914073845,0.112514224485141,0.153725174569888,0.000834130585416559,0.465983934242981,0.153725174569888,0.00163922475834445,0.28733836286418,0.153725174569888,0.00292839650322153,0.0514527507933679,0.153725174569888,8.33482087614481e-05,0.0421663071325509,0.153725174569888,0.00546367662673884,0.0271086898484437,0.153725174569888,0.00118805682777924,0.0174237939240611,0.5,0.153725174569888,0.00373330275864212,0.0145896737432618,0.153725174569888,0.00163578356087161,0.715666811976088,0.5,0.153725174569888,0.00339993930188282,0.348577577834503,0.153725174569888,0.00148668473686106,0.36694726888053,0.153725174569888,0.0019872559600711,0.0239528917983225,0.153725174569888,0.00346664050910481,0.0942125517694239,0.153725174569888,0.00344949444602357,0.150520880556662,0.153725174569888,0.00587006893830066,0.0262796397067142,0.153725174569888,0.00106599314859349,0.589439913746997,0.5,0.153725174569888,0.00143290752461455,0.944804476299532,0,0.0366136691378913,0.240267155580124 -7089,0.5,0.153725174569888,0.0956778599775922,0.0563299053440986,0.153725174569888,0.0126616954674657,0.107747034146907,0.153725174569888,0.00976458701007574,0.435322326226384,0.153725174569888,0.0160165490849307,0.271770459583255,0.153725174569888,0.069537710531894,0.0505128209007234,0.153725174569888,0.00312371174926249,0.0482095443155256,0.153725174569888,0.115709856071587,0.023184393409398,0.153725174569888,0.0174397625519431,0.0171803334482408,0.5,0.153725174569888,0.0536723523875771,0.0111582795777394,0.153725174569888,0.011840358759189,0.648815056665156,0.5,0.153725174569888,0.0523983665251114,0.315281931188789,0.153725174569888,0.0151421067989373,0.337148583510892,0.153725174569888,0.0637167166108461,0.0297687060668271,0.153725174569888,0.0923445087452553,0.0945472583743263,0.153725174569888,0.0746398480258952,0.0984564216492599,0.153725174569888,0.105316788130635,0.0161283946012306,0.153725174569888,0.014036847663528,0.533260353950935,0.5,0.153725174569888,0.00769446639745459,0.912595774378668,0,0.0258207633305912,0.358142686254288 -7090,0.5,0.153725174569888,0.190321795549901,0.0614396103750821,0.153725174569888,0.0725315388707312,0.0754743984256851,0.153725174569888,0.0369641692746472,0.373473584781421,0.153725174569888,0.0413084707012164,0.254690346011771,0.153725174569888,0.135436972468279,0.0582289377342684,0.153725174569888,0.0190047905037892,0.05625923894581,0.153725174569888,0.19769028140833,0.0248322245510623,0.153725174569888,0.0352725894895493,0.0190725772378713,0.5,0.153725174569888,0.099095359363687,0.0132905853270513,0.153725174569888,0.0243520253034063,0.549513854178937,0.5,0.153725174569888,0.119341596424298,0.303982285562751,0.153725174569888,0.0459535722232108,0.337145386853304,0.153725174569888,0.185183252508614,0.0483252097501149,0.153725174569888,0.178639207371791,0.102073787553132,0.153725174569888,0.161030650902491,0.0749873757369487,0.153725174569888,0.221027281076272,0.0155868141676944,0.153725174569888,0.039625365200436,0.485420900822228,0.5,0.153725174569888,0.0145269428710329,0.87492532294569,0,0.0185653246299229,0.525810830905383 -7091,0.5,0.153725174569888,0.269985121537922,0.0573673667349081,0.153725174569888,0.214806180257513,0.0554589672671766,0.153725174569888,0.0838737732500397,0.313554175707033,0.153725174569888,0.0710346124553744,0.224324426990626,0.153725174569888,0.192672087094966,0.0787594205268276,0.153725174569888,0.0473689769945638,0.0758523755935452,0.153725174569888,0.255080343428938,0.03522925503203,0.153725174569888,0.0601372162668897,0.0251144279146479,0.5,0.153725174569888,0.137365665316818,0.0239181538556378,0.153725174569888,0.0315020739519903,0.418421869196747,0.5,0.153725174569888,0.162389727576988,0.303535576513631,0.153725174569888,0.086766440624861,0.323390473262471,0.153725174569888,0.321903020361938,0.0839477317263724,0.153725174569888,0.251151533030194,0.12285863207268,0.153725174569888,0.24192734286933,0.0673279182563542,0.153725174569888,0.326854642374146,0.019369206025151,0.153725174569888,0.070245158813335,0.440302207781005,0.5,0.153725174569888,0.0210075056425571,0.838537469220516,0,0.0123864480805242,0.649874238286105 -7092,0.5,0.153725174569888,0.333817725408358,0.0477590191189515,0.153725174569888,0.390481401068912,0.0509751496426125,0.153725174569888,0.126627741912911,0.277345381163147,0.153725174569888,0.104778306141148,0.190933334501038,0.153725174569888,0.225523783284873,0.110332345894681,0.153725174569888,0.0863403539796774,0.107759803770008,0.153725174569888,0.281695070222241,0.0494629816292184,0.153725174569888,0.085557570608431,0.0314031507742978,0.5,0.153725174569888,0.157092256534243,0.0361022570033296,0.153725174569888,0.0356291558433064,0.316851823457482,0.5,0.153725174569888,0.164000449358245,0.263508905672794,0.153725174569888,0.106520051762996,0.294111083743582,0.153725174569888,0.430599668115752,0.119886837996382,0.153725174569888,0.278055452899025,0.149437838643422,0.153725174569888,0.318213765108747,0.0617159242923742,0.153725174569888,0.399764857950008,0.0206735368540592,0.153725174569888,0.0938288606584595,0.387054512824814,0.5,0.153725174569888,0.0238987949138452,0.80760506005071,0,0.00772910233498748,0.684780793111349 -7093,0.5,0.153725174569888,0.370733378342419,0.03895225826367,0.153725174569888,0.503450212386549,0.0706439959670709,0.153725174569888,0.141900074579376,0.220133534092727,0.153725174569888,0.141062469498313,0.172447971117076,0.153725174569888,0.240821402107428,0.138022690099119,0.153725174569888,0.102478243101187,0.135470155419516,0.153725174569888,0.286012057921869,0.0731531389121335,0.153725174569888,0.117727898388408,0.0382934944587769,0.5,0.153725174569888,0.156169737373331,0.0365987243450246,0.153725174569888,0.0390933583920711,0.263454521044355,0.5,0.153725174569888,0.151312660440261,0.210035751231795,0.153725174569888,0.0938278954132289,0.24317722442993,0.153725174569888,0.467908744180086,0.137988548222149,0.153725174569888,0.263330814590826,0.166635013911797,0.153725174569888,0.383920201656737,0.0585802268702522,0.153725174569888,0.448013584313524,0.0177885958026342,0.153725174569888,0.101429704047218,0.35086238095842,0.5,0.153725174569888,0.0218035003456193,0.773061733572884,0,0.00612007412714085,0.700492357986958 -7094,0.5,0.153725174569888,0.348372121366088,0.0328942056399436,0.153725174569888,0.501947605004323,0.0833697421106191,0.153725174569888,0.135922442526216,0.168599299424862,0.153725174569888,0.172899174545641,0.166742453648017,0.153725174569888,0.222122602586822,0.165864116711575,0.153725174569888,0.125080027206232,0.150378416180294,0.153725174569888,0.265757018125887,0.0889183776512148,0.153725174569888,0.141947345503309,0.0410415067399321,0.5,0.153725174569888,0.14799353299643,0.0343188780542605,0.153725174569888,0.0353058517440119,0.262434200020493,0.5,0.153725174569888,0.121156490766875,0.160595996514885,0.153725174569888,0.0711441291322167,0.207258996961008,0.153725174569888,0.418884942957708,0.152458399027564,0.153725174569888,0.225967641289199,0.182018338403068,0.153725174569888,0.417388275844582,0.0561415843776967,0.153725174569888,0.476858443410519,0.0176403552775752,0.153725174569888,0.0948745276136137,0.306442366646293,0.5,0.153725174569888,0.0158057215543205,0.715924417334836,0,0.0102219795724206,0.688911878489704 -7095,0.5,0.153725174569888,0.274933968736558,0.0274548084866636,0.153725174569888,0.404297195069329,0.080532727889334,0.153725174569888,0.119110360662256,0.111704600902808,0.153725174569888,0.162096043248904,0.145948681324962,0.153725174569888,0.161887769999494,0.161206419611247,0.153725174569888,0.143352182832735,0.158476109716712,0.153725174569888,0.203297549021277,0.0851700124528542,0.153725174569888,0.170400217864412,0.0453668136748223,0.5,0.153725174569888,0.120144590073298,0.0338950363199709,0.153725174569888,0.0250286707019725,0.228327992849233,0.5,0.153725174569888,0.0885553099302716,0.12306415703879,0.153725174569888,0.0506827077180579,0.157383294951075,0.153725174569888,0.30858773520391,0.155974991131461,0.153725174569888,0.171711116165015,0.18158325420528,0.153725174569888,0.371103016002223,0.046063765419075,0.153725174569888,0.418643084069911,0.0185097874570464,0.153725174569888,0.0778855649443948,0.25518437773086,0.5,0.153725174569888,0.00891503075991755,0.600757958692531,0,0.0218122356182016,0.658616500196264 -7096,0.5,0.153725174569888,0.114438014723288,0.0165764569777048,0.153725174569888,0.20115867295912,0.0339299979059884,0.153725174569888,0.0735371573293902,0.0590886558898953,0.153725174569888,0.074868232901712,0.0828349881706359,0.153725174569888,0.0906739508468026,0.137676310207329,0.153725174569888,0.167958559365143,0.102365409109217,0.153725174569888,0.129310982474684,0.0525459689104632,0.153725174569888,0.168704173954454,0.0249570110258884,0.5,0.153725174569888,0.0785678331710265,0.0280141241975329,0.153725174569888,0.0104964055117597,0.1755081801819,0.5,0.153725174569888,0.0510334337468387,0.080718678072182,0.153725174569888,0.0372958706987627,0.130758757300611,0.153725174569888,0.174764255073852,0.118754968520957,0.153725174569888,0.0982450277223563,0.163458891203916,0.153725174569888,0.21344943809691,0.0180657117909509,0.153725174569888,0.257531015877659,0.00897315294317644,0.153725174569888,0.0469668864000457,0.195688521321937,0.5,0.153725174569888,0.00334622052898704,0.462855275827917,0,0.038940230852819,0.65285899362437 -7097,0.5,0.153725174569888,0.0,0.0133716377548981,0.153725174569888,0.0,0.0315007704198091,0.153725174569888,0.0,0.0255616579383371,0.153725174569888,0.0,0.0536095647308569,0.153725174569888,0.00197036218611343,0.108399622670557,0.153725174569888,0.0420415664348563,0.0656699475215078,0.153725174569888,0.00552424744992424,0.0368823459604596,0.153725174569888,0.0397578571772042,0.0176714822988704,0.5,0.153725174569888,0.0240903604881645,0.0137355027769571,0.153725174569888,7.77229754095042e-05,0.123486022477928,0.5,0.153725174569888,0.00404810654171956,0.0398233632764065,0.153725174569888,0.00707795211246281,0.0900777909171738,0.153725174569888,0.0,0.122643824927568,0.153725174569888,0.000918786048679136,0.145330252915573,0.153725174569888,0.0,0.0139047928203199,0.153725174569888,0.000435151924909915,0.00624146319275452,0.153725174569888,0.000319620604557518,0.136012864002551,0.5,0.153725174569888,0.000160296357162095,0.345842514755493,0,0.0388274199672505,0.613187451222703 -7098,0.5,0.153725174569888,0.0,0.0118629904375755,0.153725174569888,0.0,0.0436898881600252,0.153725174569888,0.0,0.0124440338251624,0.153725174569888,0.0,0.0344529706872006,0.153725174569888,0.0,0.112871792619149,0.153725174569888,0.0,0.0768013229977345,0.153725174569888,0.0,0.0440867840459147,0.153725174569888,0.0,0.0266408493418458,0.5,0.153725174569888,0.0,0.012620088749413,0.153725174569888,0.0,0.0923553194336154,0.5,0.153725174569888,0.0,0.025473806023297,0.153725174569888,0.0,0.06801738539854,0.153725174569888,0.0,0.143797644527084,0.153725174569888,0.0,0.14750194758828,0.153725174569888,0.0,0.0190423672432197,0.153725174569888,0.0,0.0084850730248311,0.153725174569888,0.0,0.102843260052904,0.5,0.153725174569888,0.0,0.265036155971876,0,0.030809074606886,0.55004219663248 -7099,0.5,0.153725174569888,0.0,0.0116552165461099,0.153725174569888,0.0,0.0547292594863483,0.153725174569888,0.0,0.00809158670901624,0.153725174569888,0.0,0.0267920678777359,0.153725174569888,0.0,0.113718546218643,0.153725174569888,0.0,0.0742459953482409,0.153725174569888,0.0,0.0491455260624706,0.153725174569888,0.0,0.0334449166875495,0.5,0.153725174569888,0.0,0.0103783129454305,0.153725174569888,0.0,0.0746607366402546,0.5,0.153725174569888,0.0,0.0162522072624423,0.153725174569888,0.0,0.0531598141423596,0.153725174569888,0.0,0.169530549623643,0.153725174569888,0.0,0.156209209898415,0.153725174569888,0.0,0.0281788788087598,0.153725174569888,0.0,0.0090131391924755,0.153725174569888,0.0,0.080836466415102,0.5,0.153725174569888,0.0,0.222595731846856,0,0.0298632521383552,0.363485241243224 -7100,0.5,0.153725174569888,0.0,0.0118370321340547,0.153725174569888,0.0,0.0685968963310093,0.153725174569888,0.0,0.00528816002578652,0.153725174569888,0.0,0.0242655323316874,0.153725174569888,0.0,0.113202269167204,0.153725174569888,0.0,0.0730654091466915,0.153725174569888,0.0,0.052834868447159,0.153725174569888,0.0,0.0374436700808227,0.5,0.153725174569888,0.0,0.00945481821388211,0.153725174569888,0.0,0.0576167479841716,0.5,0.153725174569888,0.0,0.0159207232817933,0.153725174569888,0.0,0.0412854731756058,0.153725174569888,0.0,0.205980802370512,0.153725174569888,0.0,0.176690359409076,0.153725174569888,0.0,0.0384423056040631,0.153725174569888,0.0,0.0108254707426243,0.153725174569888,0.0,0.0694125947277998,0.5,0.153725174569888,0.0,0.196933998206621,0,0.029184345153392,0.425856342109467 -7101,0.5,0.153725174569888,0.0,0.0129209658594156,0.153725174569888,0.0,0.0780737347247831,0.153725174569888,0.0,0.00260865005319983,0.153725174569888,0.0,0.0253129763412923,0.153725174569888,0.0,0.107977031822161,0.153725174569888,0.0,0.0732489526302823,0.153725174569888,0.0,0.0519532742234097,0.153725174569888,0.0,0.0390434684295784,0.5,0.153725174569888,0.0,0.00968459295277764,0.153725174569888,0.0,0.0439257785353669,0.5,0.153725174569888,0.0,0.0126313854555257,0.153725174569888,0.0,0.0319074874644211,0.153725174569888,0.0,0.236516250775396,0.153725174569888,0.0,0.202227601459432,0.153725174569888,0.0,0.043094816088821,0.153725174569888,0.0,0.0138975765156543,0.153725174569888,0.0,0.0632591945208685,0.5,0.153725174569888,0.0,0.179613239679337,0,0.031247066497031,0.610249153893901 -7102,0.5,0.153725174569888,0.0,0.0163805317534219,0.153725174569888,0.0,0.0856557668876296,0.153725174569888,0.0,0.00170877362658883,0.153725174569888,0.0,0.0257890330102214,0.153725174569888,0.0,0.107436239982937,0.153725174569888,0.0,0.084574322130734,0.153725174569888,0.0,0.0558087205819561,0.153725174569888,0.0,0.042657896364214,0.5,0.153725174569888,0.0,0.0100671593641213,0.153725174569888,0.0,0.0337906481238757,0.5,0.153725174569888,0.0,0.00663487564588427,0.153725174569888,0.0,0.0328733183265065,0.153725174569888,0.0,0.248670686118009,0.153725174569888,0.0,0.213193811757409,0.153725174569888,0.0,0.046923283468811,0.153725174569888,0.0,0.0172256895978985,0.153725174569888,0.0,0.0567001583787425,0.5,0.153725174569888,0.0,0.154247488354941,0,0.0405310731472707,0.685520677990147 -7103,0.5,0.153725174569888,0.0,0.021277869079649,0.153725174569888,0.0,0.0973794101877818,0.153725174569888,0.0,0.00184940205653686,0.153725174569888,0.0,0.0232019967613145,0.153725174569888,0.0,0.111750886120694,0.153725174569888,0.0,0.0963819802581484,0.153725174569888,0.0,0.0651775862432576,0.153725174569888,0.0,0.0461868451906132,0.5,0.153725174569888,0.0,0.00991979670070311,0.153725174569888,0.0,0.0249427617771051,0.5,0.153725174569888,0.0,0.00302506280852226,0.153725174569888,0.0,0.0258971954132048,0.153725174569888,0.0,0.264461612390757,0.153725174569888,0.0,0.212993841733691,0.153725174569888,0.0,0.0521045643302225,0.153725174569888,0.0,0.020664366967734,0.153725174569888,0.0,0.0479242857882788,0.5,0.153725174569888,0.0,0.128505410173731,0,0.0571020107972253,0.904021991490545 -7104,0.5,0.153725174569888,0.0,0.0262117225984052,0.153725174569888,0.0,0.105184587640773,0.153725174569888,0.0,0.0032663960638403,0.153725174569888,0.0,0.017172022291652,0.153725174569888,0.0,0.118866760822703,0.153725174569888,0.0,0.109844108863492,0.153725174569888,0.0,0.0753211663629521,0.153725174569888,0.0,0.0508800978182797,0.5,0.153725174569888,0.0,0.00926197952651416,0.153725174569888,0.0,0.0151274082999449,0.5,0.153725174569888,0.0,0.00154688561026442,0.153725174569888,0.0,0.0117322765407848,0.153725174569888,0.0,0.26899614215434,0.153725174569888,0.0,0.208202267996848,0.153725174569888,0.0,0.0592541054247854,0.153725174569888,0.0,0.0246864701917655,0.153725174569888,0.0,0.0348061920651617,0.5,0.153725174569888,0.0,0.107680968823359,0,0.0696819925012715,0.957755044605881 -7105,0.5,0.153725174569888,0.0,0.0326243925094984,0.153725174569888,0.0,0.108556991810581,0.153725174569888,0.0,0.00459381262560954,0.153725174569888,0.0,0.0111084499512011,0.153725174569888,0.0,0.133647772078489,0.153725174569888,0.0,0.12518887528215,0.153725174569888,0.0,0.0831938046142447,0.153725174569888,0.0,0.0560967734971674,0.5,0.153725174569888,0.0,0.00874797031609998,0.153725174569888,0.0,0.00807275467646814,0.5,0.153725174569888,0.0,0.00110806401000597,0.153725174569888,0.0,0.0055524599308152,0.153725174569888,0.0,0.263300475082137,0.153725174569888,0.0,0.212587162015574,0.153725174569888,0.0,0.0672018174927343,0.153725174569888,0.0,0.0302675383843219,0.153725174569888,0.0,0.0213717016249733,0.5,0.153725174569888,0.0,0.0871925939154765,0,0.0798123445039738,0.974794658087918 -7106,0.5,0.153725174569888,0.0,0.0397991705378326,0.153725174569888,0.0,0.115815823633925,0.153725174569888,0.0,0.00619129823920702,0.153725174569888,0.0,0.00726320245665489,0.153725174569888,0.0,0.144217357636783,0.153725174569888,0.0,0.131156767566882,0.153725174569888,0.0,0.0887586253071197,0.153725174569888,0.0,0.0575107938232237,0.5,0.153725174569888,0.0,0.00940700644113716,0.153725174569888,0.0,0.00384293222573419,0.5,0.153725174569888,0.0,0.000635455168995805,0.153725174569888,0.0,0.00541495178944678,0.153725174569888,0.0,0.253353778248844,0.153725174569888,0.0,0.22714124399011,0.153725174569888,0.0,0.071721518018639,0.153725174569888,0.0,0.0349530004182186,0.153725174569888,0.0,0.0120796453665593,0.5,0.153725174569888,0.0,0.0658602584027577,0,0.105009928256889,0.978695982816024 -7107,0.5,0.153725174569888,0.0,0.0431964357016819,0.153725174569888,0.0,0.12259085777997,0.153725174569888,0.0,0.00810370009595875,0.153725174569888,0.0,0.00446271630994754,0.153725174569888,0.0,0.152517746316747,0.153725174569888,0.0,0.136019127750112,0.153725174569888,0.0,0.0908159630579335,0.153725174569888,0.0,0.0571197469060074,0.5,0.153725174569888,0.0,0.00994086289300893,0.153725174569888,0.0,0.00200732380550111,0.5,0.153725174569888,0.0,0.000542934138947809,0.153725174569888,0.0,0.00672846731279372,0.153725174569888,0.0,0.250564525282317,0.153725174569888,0.0,0.247826722286525,0.153725174569888,0.0,0.071952559035856,0.153725174569888,0.0,0.0349378507736789,0.153725174569888,0.0,0.00696353434838684,0.5,0.153725174569888,0.0,0.0430480191937079,0,0.144839730277808,0.939730986712595 -7108,0.5,0.153725174569888,0.0,0.0454510896843845,0.153725174569888,0.0,0.122261331922199,0.153725174569888,0.0,0.00995344977004696,0.153725174569888,0.0,0.00310771407977808,0.153725174569888,0.0,0.165676703182061,0.153725174569888,0.0,0.143844145101025,0.153725174569888,0.0,0.0911042562672543,0.153725174569888,0.0,0.0577657707600914,0.5,0.153725174569888,0.0,0.00985275137483963,0.153725174569888,0.0,0.00152697100159835,0.5,0.153725174569888,0.0,0.00101594792718961,0.153725174569888,0.0,0.00483063102050561,0.153725174569888,0.0,0.258185792312429,0.153725174569888,0.0,0.257914017724474,0.153725174569888,0.0,0.0713365741995415,0.153725174569888,0.0,0.0317656724176436,0.153725174569888,0.0,0.00507964555667189,0.5,0.153725174569888,0.0,0.0245960346612647,0,0.182044987001104,0.892782344734707 -7109,0.5,0.153725174569888,0.0,0.0498589806498777,0.153725174569888,0.0,0.119948685613599,0.153725174569888,0.0,0.00922432730434798,0.153725174569888,0.0,0.00222127348728479,0.153725174569888,0.0,0.180241424184992,0.153725174569888,0.0,0.151083215167077,0.153725174569888,0.0,0.0949011928764953,0.153725174569888,0.0,0.0640550332876143,0.5,0.153725174569888,0.0,0.0102233336850342,0.153725174569888,0.0,0.00171780526336145,0.5,0.153725174569888,0.0,0.000919900527217598,0.153725174569888,0.0,0.00333900620481509,0.153725174569888,0.0,0.272462055755669,0.153725174569888,0.0,0.259926047543485,0.153725174569888,0.0,0.0722756927618086,0.153725174569888,0.0,0.0313182311585364,0.153725174569888,0.0,0.003959138244198,0.5,0.153725174569888,0.0,0.0145652971760449,0,0.210737298485863,0.875521147725885 -7110,0.5,0.153725174569888,0.0,0.0522515264816705,0.153725174569888,0.0,0.115979050122019,0.153725174569888,0.0,0.00772296212370283,0.153725174569888,0.0,0.00184218763520249,0.153725174569888,0.0,0.185308129528656,0.153725174569888,0.0,0.158314396721293,0.153725174569888,0.0,0.0956984491265253,0.153725174569888,0.0,0.0677047291234509,0.5,0.153725174569888,0.0,0.0111160631864356,0.153725174569888,0.0,0.00209483169854642,0.5,0.153725174569888,0.0,0.000848331487389436,0.153725174569888,0.0,0.00369322754038959,0.153725174569888,0.0,0.283427502403314,0.153725174569888,0.0,0.250429319250932,0.153725174569888,0.0,0.0739822642678052,0.153725174569888,0.0,0.0349576157732874,0.153725174569888,0.0,0.00285367222040387,0.5,0.153725174569888,0.0,0.0101646010427669,0,0.239261650087286,0.871582149270049 -7111,0.5,0.153725174569888,0.0,0.0565791444101794,0.153725174569888,0.0,0.111033087117483,0.153725174569888,0.0,0.00701458442888193,0.153725174569888,0.0,0.00294619797809744,0.153725174569888,0.0,0.192408657264703,0.153725174569888,0.0,0.165360597902682,0.153725174569888,0.0,0.10532557502512,0.153725174569888,0.0,0.0702350585431759,0.5,0.153725174569888,0.0,0.0125685049347774,0.153725174569888,0.0,0.00143164694570725,0.5,0.153725174569888,0.0,0.000799709823235258,0.153725174569888,0.0,0.00398730809127161,0.153725174569888,0.0,0.300439522151933,0.153725174569888,0.0,0.243158474264067,0.153725174569888,0.0,0.0765756246097504,0.153725174569888,0.0,0.0404644619652505,0.153725174569888,0.0,0.00226890158542989,0.5,0.153725174569888,0.0,0.00777484554363906,0,0.269562134302922,0.885678012504878 -7112,0.5,0.153725174569888,0.0132039300774303,0.0623372876686577,0.153725174569888,0.00611985377867039,0.108630475040677,0.153725174569888,0.0191200599567277,0.00787919194538694,0.153725174569888,0.020618785505363,0.00409968923957507,0.153725174569888,0.00142279186791366,0.193255186958896,0.153725174569888,0.000781908233835695,0.169805245536831,0.153725174569888,0.00334991947344652,0.104873936166804,0.153725174569888,0.00250885367263129,0.0718083515869379,0.5,0.153725174569888,0.00569906440712949,0.0133567178304176,0.153725174569888,0.00148430780577968,0.0010425257495393,0.5,0.153725174569888,0.0145535287987223,0.000381175108299042,0.153725174569888,0.0085747467960465,0.00287625449568781,0.153725174569888,0.00241105033481058,0.328317553810121,0.153725174569888,0.00136852554552796,0.249260606332742,0.153725174569888,0.00655176316063284,0.0756699700565883,0.153725174569888,0.00677085902960444,0.0437314074548466,0.153725174569888,0.0156323254991861,0.00179554718862559,0.5,0.153725174569888,0.00464905804805036,0.00569889528738318,0,0.297913091096511,0.902750424485286 -7113,0.5,0.153725174569888,0.0900433722144471,0.083353560424675,0.153725174569888,0.132151819918001,0.126374532811561,0.153725174569888,0.148732798804972,0.0100252271056381,0.153725174569888,0.110109200463115,0.00622351473062214,0.153725174569888,0.0428582648076374,0.212762462843988,0.153725174569888,0.0366121044690695,0.185123570108609,0.153725174569888,0.0695108800310898,0.118949111846686,0.153725174569888,0.0585287697657826,0.0735828519798882,0.5,0.153725174569888,0.117050638790755,0.0161756310339958,0.153725174569888,0.0146956187566423,0.00174697338021952,0.5,0.153725174569888,0.168224992842375,9.45537796639944e-05,0.153725174569888,0.0958897602232968,0.00163027265510372,0.153725174569888,0.0449942276517913,0.382085040319142,0.153725174569888,0.0310066604846704,0.272002566696486,0.153725174569888,0.124422760900063,0.0785003903655622,0.153725174569888,0.107715106722327,0.0577296687551998,0.153725174569888,0.111930153673315,0.00195201195394928,0.5,0.153725174569888,0.0281226226045811,0.00443214525511263,0,0.314100784317223,0.887878113701938 -7114,0.5,0.153725174569888,0.185736588280057,0.14133229059881,0.153725174569888,0.246657371173301,0.183331255825397,0.153725174569888,0.289565066482588,0.0262746264967901,0.153725174569888,0.206965741199424,0.0104574603961795,0.153725174569888,0.0941487374817414,0.274943240610731,0.153725174569888,0.0703543994142552,0.226311398277017,0.153725174569888,0.12762199176305,0.156856525458547,0.153725174569888,0.109701554443756,0.0917083715102042,0.5,0.153725174569888,0.2468590844802,0.0317801097294375,0.153725174569888,0.0391158752719568,0.00523969188909461,0.5,0.153725174569888,0.322697198405582,4.49241988334638e-05,0.153725174569888,0.195969013502434,0.00290338948931232,0.153725174569888,0.0745730071500117,0.409392991205265,0.153725174569888,0.0769644003755738,0.314835590600669,0.153725174569888,0.237500797494041,0.113315567050147,0.153725174569888,0.212438592820843,0.105607708156068,0.153725174569888,0.208371344557826,0.00321337722289793,0.5,0.153725174569888,0.0504263547553616,0.00642477292394263,0,0.327396325582133,0.866985102803896 -7115,0.5,0.153725174569888,0.280454255034791,0.195617894305568,0.153725174569888,0.289510942461803,0.232277500974826,0.153725174569888,0.416950386311058,0.0482186601915579,0.153725174569888,0.277728829648593,0.0146831382904311,0.153725174569888,0.109129095531924,0.334497133587376,0.153725174569888,0.0552764060886396,0.278020680525497,0.153725174569888,0.151370712078202,0.200601307553394,0.153725174569888,0.140331700034457,0.106236636263834,0.5,0.153725174569888,0.368799619933481,0.042803081782162,0.153725174569888,0.071397612548641,0.0118259360702716,0.5,0.153725174569888,0.452332447009555,3.05799585947429e-05,0.153725174569888,0.292543875583787,0.00699139582074962,0.153725174569888,0.0934821932406208,0.467743396166867,0.153725174569888,0.127444657618857,0.372721752480433,0.153725174569888,0.312185890608952,0.15309465397721,0.153725174569888,0.314406274446404,0.141218420177495,0.153725174569888,0.301472014170967,0.00352597625835415,0.5,0.153725174569888,0.0626492050017714,0.00566097165329678,0,0.353792179960844,0.847830849206267 -7116,0.5,0.153725174569888,0.345877773817222,0.23333760934931,0.153725174569888,0.283966039314586,0.292232648903758,0.153725174569888,0.50362250591127,0.058901309869875,0.153725174569888,0.320067611180996,0.0188539031718569,0.153725174569888,0.090957146081264,0.369266806364085,0.153725174569888,0.0413075460294258,0.256706180378186,0.153725174569888,0.147673850318292,0.208322950040612,0.153725174569888,0.162640997594104,0.134495657446623,0.5,0.153725174569888,0.451198596959706,0.0575118601124998,0.153725174569888,0.0929538621969339,0.0179862242622653,0.5,0.153725174569888,0.534599146416764,1.85662002256855e-05,0.153725174569888,0.332536517367299,0.015235732598565,0.153725174569888,0.111075732163763,0.443860690738681,0.153725174569888,0.147540244838799,0.399809197091233,0.153725174569888,0.340304895720475,0.168922869393803,0.153725174569888,0.400015157414986,0.151146541003081,0.153725174569888,0.363165402091293,0.00282126132479437,0.5,0.153725174569888,0.0698542777417397,0.00457779171805022,0,0.371289513044992,0.810749250398289 -7117,0.5,0.153725174569888,0.365566257888952,0.242173192465026,0.153725174569888,0.237429667747078,0.263197338175413,0.153725174569888,0.52119100334149,0.0543441745382701,0.153725174569888,0.329425893976909,0.0251554019205278,0.153725174569888,0.0784682594199517,0.399320201175334,0.153725174569888,0.0456415483183916,0.246185090175124,0.153725174569888,0.146322361031719,0.231587695658744,0.153725174569888,0.208880421949933,0.157314898219583,0.5,0.153725174569888,0.482522058473394,0.0685713844693582,0.153725174569888,0.0876519378561517,0.0217375903246742,0.5,0.153725174569888,0.565900816836099,3.34034055770461e-05,0.153725174569888,0.304826918281745,0.0238021588936025,0.153725174569888,0.134144209228016,0.462393117342836,0.153725174569888,0.136496252445712,0.421712752795335,0.153725174569888,0.33465894758319,0.152007006336555,0.153725174569888,0.446494196007675,0.137786604097964,0.153725174569888,0.36904357122224,0.00257566883044272,0.5,0.153725174569888,0.0659021241748305,0.00556502273064995,0,0.363427397884202,0.776528794466664 -7118,0.5,0.153725174569888,0.339135841149346,0.247868469952038,0.153725174569888,0.183302298657693,0.283484296507999,0.153725174569888,0.483291118677398,0.0438648323691669,0.153725174569888,0.293614498334181,0.0338565935138197,0.153725174569888,0.0683205181620874,0.374729736571365,0.153725174569888,0.0461988910093117,0.231510058970895,0.153725174569888,0.162506446624917,0.218990732530738,0.153725174569888,0.215316349839242,0.156855048259276,0.5,0.153725174569888,0.471250607769046,0.0743671851519676,0.153725174569888,0.070648275824169,0.0249818678666682,0.5,0.153725174569888,0.537409274283635,0.000283592710079338,0.153725174569888,0.249192692874969,0.0238818166248387,0.153725174569888,0.136934315555516,0.504791831529181,0.153725174569888,0.111914063323547,0.422806637939169,0.153725174569888,0.296725285826718,0.154862319635537,0.153725174569888,0.448546382078603,0.125217051493204,0.153725174569888,0.340707433531258,0.002304197252683,0.5,0.153725174569888,0.0521145052130597,0.005004267199615,0,0.348785895452503,0.783734583970773 -7119,0.5,0.153725174569888,0.274567808061568,0.241213961582896,0.153725174569888,0.141673250258123,0.287797985939731,0.153725174569888,0.382790112344648,0.0385159175809093,0.153725174569888,0.231811692496025,0.0418541859932516,0.153725174569888,0.0501083281401046,0.311248217042356,0.153725174569888,0.0331056926671304,0.204203122678504,0.153725174569888,0.152659538252896,0.188546715817498,0.153725174569888,0.158287946713756,0.119303445505612,0.5,0.153725174569888,0.397752190326382,0.0660802878546134,0.153725174569888,0.0506974889935951,0.0233040200810406,0.5,0.153725174569888,0.442353673805162,0.00122252348080634,0.153725174569888,0.171953480600136,0.0165954596931575,0.153725174569888,0.112937942858007,0.463019353654706,0.153725174569888,0.07339431023108,0.384839747287737,0.153725174569888,0.244010049253619,0.145035996535374,0.153725174569888,0.364380195481966,0.10761219283476,0.153725174569888,0.267716028863117,0.00271525235718834,0.5,0.153725174569888,0.0318556396988304,0.00310450926194196,0,0.35202620286232,0.809592499161964 -7120,0.5,0.153725174569888,0.150472501180089,0.164655497485835,0.153725174569888,0.0986237768590424,0.235244295091735,0.153725174569888,0.198665956925496,0.0254282876926486,0.153725174569888,0.128577454466724,0.0314178923885353,0.153725174569888,0.0156672492164599,0.243474778891623,0.153725174569888,0.0252415359805039,0.192078206141291,0.153725174569888,0.0795816250465258,0.145750703046036,0.153725174569888,0.0839217261837227,0.0830675975807496,0.5,0.153725174569888,0.277500894857969,0.0439191608877399,0.153725174569888,0.0315400833800428,0.0163041702346156,0.5,0.153725174569888,0.295570269378739,0.00225211878370711,0.153725174569888,0.111296648265361,0.00921654293911542,0.153725174569888,0.0557732936805194,0.403951224759885,0.153725174569888,0.027580969070746,0.338076140958496,0.153725174569888,0.158683369077563,0.101447182699129,0.153725174569888,0.228167897239329,0.066416748717079,0.153725174569888,0.150961481302901,0.00281050862363107,0.5,0.153725174569888,0.0137479905874711,0.00274666503161639,0,0.349360629968802,0.831557893269745 -7121,0.5,0.153725174569888,0.0,0.129377579522133,0.153725174569888,0.0,0.184982288164991,0.153725174569888,0.0,0.024659676976925,0.153725174569888,0.0,0.0231772925541949,0.153725174569888,0.000652160635995545,0.21024923066902,0.153725174569888,0.00431842822462477,0.190168128684054,0.153725174569888,0.000608482470751232,0.122868422711405,0.153725174569888,0.0101073271252552,0.0717983322474291,0.5,0.153725174569888,0.0334190849943738,0.020589878656483,0.153725174569888,0.00156919749437239,0.00947241187114723,0.5,0.153725174569888,0.00761573400532754,0.000969739065682951,0.153725174569888,0.0118212401989633,0.0045492210798921,0.153725174569888,0.000220566093754667,0.397736508561474,0.153725174569888,0.000380408575475793,0.304366139655972,0.153725174569888,0.0,0.0876434442116494,0.153725174569888,0.0,0.0386847673196632,0.153725174569888,0.0,0.00270356968028082,0.5,0.153725174569888,0.000938107110456695,0.00234827732844939,0,0.346566946923831,0.866750688126856 -7122,0.5,0.153725174569888,0.0,0.138087161131142,0.153725174569888,0.0,0.194209456357666,0.153725174569888,0.0,0.0317377175541373,0.153725174569888,0.0,0.0289720234017915,0.153725174569888,0.0,0.199992757517979,0.153725174569888,0.0,0.205028323813084,0.153725174569888,0.0,0.124298374880976,0.153725174569888,0.0,0.0852662523058676,0.5,0.153725174569888,0.0,0.0220790252022135,0.153725174569888,0.0,0.00677016363810011,0.5,0.153725174569888,0.0,0.000750418346072214,0.153725174569888,0.0,0.00362790021873829,0.153725174569888,0.0,0.421848452784039,0.153725174569888,0.0,0.279753567643179,0.153725174569888,0.0,0.0918107308841916,0.153725174569888,0.0,0.0417417984712042,0.153725174569888,0.0,0.00220213202862054,0.5,0.153725174569888,0.0,0.00114555953998241,0,0.34045180199874,0.930222516089615 -7123,0.5,0.153725174569888,0.0,0.142910807669336,0.153725174569888,0.0,0.211747079842991,0.153725174569888,0.0,0.0292972593163049,0.153725174569888,0.0,0.0330017581142155,0.153725174569888,0.0,0.210341485165909,0.153725174569888,0.0,0.215131349552798,0.153725174569888,0.0,0.130834733161023,0.153725174569888,0.0,0.0976487484149849,0.5,0.153725174569888,0.0,0.0219100884269346,0.153725174569888,0.0,0.00390341959169658,0.5,0.153725174569888,0.0,0.000264823893962574,0.153725174569888,0.0,0.00213924695531229,0.153725174569888,0.0,0.427044627259506,0.153725174569888,0.0,0.267510088208179,0.153725174569888,0.0,0.0983857194443417,0.153725174569888,0.0,0.046750553627103,0.153725174569888,0.0,0.00194202051831396,0.5,0.153725174569888,0.0,0.000846719137601889,0,0.350380478558426,0.964909937878938 -7124,0.5,0.153725174569888,0.0,0.150339679224538,0.153725174569888,0.0,0.206661479965009,0.153725174569888,0.0,0.023293688267165,0.153725174569888,0.0,0.0346603105114075,0.153725174569888,0.0,0.236204793816654,0.153725174569888,0.0,0.229990108630328,0.153725174569888,0.0,0.143070226298421,0.153725174569888,0.0,0.103221786731223,0.5,0.153725174569888,0.0,0.0233746437649281,0.153725174569888,0.0,0.00147129762923999,0.5,0.153725174569888,0.0,1.84954017966218e-05,0.153725174569888,0.0,0.00121314671959889,0.153725174569888,0.0,0.412827140195741,0.153725174569888,0.0,0.261527231922158,0.153725174569888,0.0,0.109900427344438,0.153725174569888,0.0,0.0557265988140716,0.153725174569888,0.0,0.00219684340152715,0.5,0.153725174569888,0.0,0.000762854629498393,0,0.419379578425017,0.967031000087084 -7125,0.5,0.153725174569888,0.0,0.156175007121381,0.153725174569888,0.0,0.19695599965513,0.153725174569888,0.0,0.0193205700894459,0.153725174569888,0.0,0.0311719407453377,0.153725174569888,0.0,0.250825485898411,0.153725174569888,0.0,0.240808421416104,0.153725174569888,0.0,0.172831226737197,0.153725174569888,0.0,0.10486048283165,0.5,0.153725174569888,0.0,0.0256507922777142,0.153725174569888,0.0,0.000729180765780402,0.5,0.153725174569888,0.0,6.43220082773541e-05,0.153725174569888,0.0,0.00110374371374991,0.153725174569888,0.0,0.384401514103748,0.153725174569888,0.0,0.256120208291868,0.153725174569888,0.0,0.117408163105415,0.153725174569888,0.0,0.0636036398780347,0.153725174569888,0.0,0.00232634518767548,0.5,0.153725174569888,0.0,0.000487038352686243,0,0.488517189053894,0.926745966545782 -7126,0.5,0.153725174569888,0.0,0.167319366988094,0.153725174569888,0.0,0.190481554085828,0.153725174569888,0.0,0.020409605875348,0.153725174569888,0.0,0.026114226641637,0.153725174569888,0.0,0.240912545733326,0.153725174569888,0.0,0.216132365579519,0.153725174569888,0.0,0.211005779977346,0.153725174569888,0.0,0.102281163108145,0.5,0.153725174569888,0.0,0.030004878334613,0.153725174569888,0.0,0.000613375827071732,0.5,0.153725174569888,0.0,0.000951104809567356,0.153725174569888,0.0,0.00351457169443827,0.153725174569888,0.0,0.353984089190841,0.153725174569888,0.0,0.256464878064991,0.153725174569888,0.0,0.122213852888907,0.153725174569888,0.0,0.0668571087314528,0.153725174569888,0.0,0.00205041520631439,0.5,0.153725174569888,0.0,0.000332183314924984,0,0.505050418012898,0.875683178755502 -7127,0.5,0.153725174569888,0.0,0.185548577545407,0.153725174569888,0.0,0.179820459043055,0.153725174569888,0.0,0.025345499168381,0.153725174569888,0.0,0.0252418090174129,0.153725174569888,0.0,0.240939663823837,0.153725174569888,0.0,0.212705762177359,0.153725174569888,0.0,0.212762416526678,0.153725174569888,0.0,0.0973689063667044,0.5,0.153725174569888,0.0,0.0303181098245511,0.153725174569888,0.0,0.000554257772865914,0.5,0.153725174569888,0.0,0.00295517125744069,0.153725174569888,0.0,0.00908747195068727,0.153725174569888,0.0,0.344544238176675,0.153725174569888,0.0,0.262608957261946,0.153725174569888,0.0,0.123244309144556,0.153725174569888,0.0,0.0682582381537046,0.153725174569888,0.0,0.00250216736405237,0.5,0.153725174569888,0.0,0.00019560467426007,0,0.532525954084839,0.799230553957191 -7128,0.5,0.153725174569888,0.0,0.190887511623211,0.153725174569888,0.0,0.159336076357194,0.153725174569888,0.0,0.0293869157828329,0.153725174569888,0.0,0.0287145733941213,0.153725174569888,0.0,0.274985629008266,0.153725174569888,0.0,0.250034901656773,0.153725174569888,0.0,0.19958891668878,0.153725174569888,0.0,0.1023135734621,0.5,0.153725174569888,0.0,0.0302991116496852,0.153725174569888,0.0,0.000710704129965693,0.5,0.153725174569888,0.0,0.00774334678909109,0.153725174569888,0.0,0.00642083439955893,0.153725174569888,0.0,0.335971356253999,0.153725174569888,0.0,0.263073716155516,0.153725174569888,0.0,0.121100603035572,0.153725174569888,0.0,0.0655191873708846,0.153725174569888,0.0,0.00403216312507783,0.5,0.153725174569888,0.0,9.82857989443524e-05,0,0.533105262935117,0.740680870857896 -7129,0.5,0.153725174569888,0.0,0.174774887404631,0.153725174569888,0.0,0.154826955828788,0.153725174569888,0.0,0.0288603442480694,0.153725174569888,0.0,0.0327265691089533,0.153725174569888,0.0,0.371130720323527,0.153725174569888,0.0,0.292215749425354,0.153725174569888,0.0,0.205248342733358,0.153725174569888,0.0,0.118495311710213,0.5,0.153725174569888,0.0,0.0342890185857699,0.153725174569888,0.0,0.0024843250580562,0.5,0.153725174569888,0.0,0.00883507397111467,0.153725174569888,0.0,0.00608081293169114,0.153725174569888,0.0,0.32349720665268,0.153725174569888,0.0,0.293395106158207,0.153725174569888,0.0,0.12045695769692,0.153725174569888,0.0,0.057741084257555,0.153725174569888,0.0,0.00598429624770245,0.5,0.153725174569888,0.0,0.000255912930694965,0,0.530611230039188,0.456625363302972 -7130,0.5,0.153725174569888,0.0,0.159187888640757,0.153725174569888,0.0,0.160009574891099,0.153725174569888,0.0,0.0283846018151132,0.153725174569888,0.0,0.0324386226530314,0.153725174569888,0.0,0.478916482028528,0.153725174569888,0.0,0.295780142669101,0.153725174569888,0.0,0.219652569526332,0.153725174569888,0.0,0.122142517336684,0.5,0.153725174569888,0.0,0.0371966342218583,0.153725174569888,0.0,0.00492575742838373,0.5,0.153725174569888,0.0,0.00758335533692995,0.153725174569888,0.0,0.00537494865827497,0.153725174569888,0.0,0.318485107069435,0.153725174569888,0.0,0.386606670245155,0.153725174569888,0.0,0.126140597076652,0.153725174569888,0.0,0.0553264248072541,0.153725174569888,0.0,0.00716909720433506,0.5,0.153725174569888,0.0,0.000730707554963464,0,0.538769257399411,0.212105829286068 -7131,0.5,0.153725174569888,0.0,0.146710250679816,0.153725174569888,0.0,0.172985102638187,0.153725174569888,0.0,0.0298291469674286,0.153725174569888,0.0,0.0279628685052921,0.153725174569888,0.0,0.522383129150384,0.153725174569888,0.0,0.293737681495912,0.153725174569888,0.0,0.22241846371009,0.153725174569888,0.0,0.122997309825205,0.5,0.153725174569888,0.0,0.037929543320554,0.153725174569888,0.0,0.00449649694526922,0.5,0.153725174569888,0.0,0.00818134182689734,0.153725174569888,0.0,0.00430686764818219,0.153725174569888,0.0,0.315300806474655,0.153725174569888,0.0,0.489530606192262,0.153725174569888,0.0,0.136454959951245,0.153725174569888,0.0,0.0578242928390243,0.153725174569888,0.0,0.00691842727956741,0.5,0.153725174569888,0.0,0.001269287282604,0,0.531861532996416,0.482239253248948 -7132,0.5,0.153725174569888,0.0,0.139971656126366,0.153725174569888,0.0,0.193816850226248,0.153725174569888,0.0,0.0322585932078031,0.153725174569888,0.0,0.026563119988197,0.153725174569888,0.0,0.509801764761714,0.153725174569888,0.0,0.296130995889527,0.153725174569888,0.0,0.222318439330413,0.153725174569888,0.0,0.123971474884084,0.5,0.153725174569888,0.0,0.0394264750827382,0.153725174569888,0.0,0.00379715049513685,0.5,0.153725174569888,0.0,0.00787572262513479,0.153725174569888,0.0,0.00637150979874539,0.153725174569888,0.0,0.334307547831423,0.153725174569888,0.0,0.538367979862996,0.153725174569888,0.0,0.151176400831867,0.153725174569888,0.0,0.0610732252787332,0.153725174569888,0.0,0.00593691127110168,0.5,0.153725174569888,0.0,0.00179179732556834,0,0.517791906423296,0.37826214820369 -7133,0.5,0.153725174569888,0.0,0.137820522399675,0.153725174569888,0.0,0.253773021488617,0.153725174569888,0.0,0.0388005866268455,0.153725174569888,0.0,0.0292372678255899,0.153725174569888,0.0,0.464748820735036,0.153725174569888,0.0,0.305850432509321,0.153725174569888,0.0,0.230004812429372,0.153725174569888,0.0,0.130960489914251,0.5,0.153725174569888,0.0,0.0435844223971351,0.153725174569888,0.0,0.00416744922427118,0.5,0.153725174569888,0.0,0.00648175947638586,0.153725174569888,0.0,0.00587544997241253,0.153725174569888,0.0,0.386677113136562,0.153725174569888,0.0,0.506241935311901,0.153725174569888,0.0,0.167719452423633,0.153725174569888,0.0,0.063914163388325,0.153725174569888,0.0,0.00566340939497159,0.5,0.153725174569888,0.0,0.00154558240207194,0,0.517261124652366,0.313612986852208 -7134,0.5,0.153725174569888,0.0,0.142892542299517,0.153725174569888,0.0,0.303955462868989,0.153725174569888,0.0,0.048824102951817,0.153725174569888,0.0,0.0335232886797586,0.153725174569888,0.0,0.427512945444467,0.153725174569888,0.0,0.336910879676736,0.153725174569888,0.0,0.238949088467845,0.153725174569888,0.0,0.142801172530862,0.5,0.153725174569888,0.0,0.0508353554216308,0.153725174569888,0.0,0.00631901274401486,0.5,0.153725174569888,0.0,0.00581969946154057,0.153725174569888,0.0,0.00503169208970598,0.153725174569888,0.0,0.457533965986836,0.153725174569888,0.0,0.429319281992613,0.153725174569888,0.0,0.181603717303819,0.153725174569888,0.0,0.0666371249273089,0.153725174569888,0.0,0.00605690021244187,0.5,0.153725174569888,0.0,0.00118728792858111,0,0.525899452234802,0.223893267930195 -7135,0.5,0.153725174569888,0.0,0.146851931700563,0.153725174569888,0.0,0.359461163163148,0.153725174569888,0.0,0.0559236656222015,0.153725174569888,0.0,0.037982877715831,0.153725174569888,0.0,0.391275466310685,0.153725174569888,0.0,0.342697708799171,0.153725174569888,0.0,0.24610050882362,0.153725174569888,0.0,0.159827375327501,0.5,0.153725174569888,0.0,0.0559240455942746,0.153725174569888,0.0,0.0054442456538009,0.5,0.153725174569888,0.0,0.00635632348171773,0.153725174569888,0.0,0.00509635856934632,0.153725174569888,0.0,0.449442024997947,0.153725174569888,0.0,0.305371143691986,0.153725174569888,0.0,0.193329485630037,0.153725174569888,0.0,0.069505644572151,0.153725174569888,0.0,0.00648158306571624,0.5,0.153725174569888,0.0,0.00142863566956567,0,0.526137440047591,0.141442621891423 -7136,0.5,0.153725174569888,0.0151716167014765,0.148347712205141,0.153725174569888,2.88951005632758e-05,0.369165791226462,0.153725174569888,0.0173231677349474,0.0561740180581926,0.153725174569888,0.0307912593946958,0.0377063275443167,0.153725174569888,0.000119852735778431,0.339292055857579,0.153725174569888,2.04224085564094e-05,0.298859147710014,0.153725174569888,0.000285090405796907,0.258919871785552,0.153725174569888,0.000261117319223805,0.165120159519849,0.5,0.153725174569888,0.00255022490773099,0.0614880681423001,0.153725174569888,0.0254569621409881,0.00334469504718258,0.5,0.153725174569888,0.0100174642876005,0.00877091166505332,0.153725174569888,0.0167029643300474,0.00628412195831294,0.153725174569888,7.1337421532886e-05,0.347906979715439,0.153725174569888,3.60909642953094e-05,0.221259613895897,0.153725174569888,0.000604827049294801,0.20308868882111,0.153725174569888,0.00242843719144244,0.0767634005410871,0.153725174569888,0.0174472489020964,0.00733224808247048,0.5,0.153725174569888,0.0158402166609389,0.00225748645968128,0,0.523384893974298,0.111172158763945 -7137,0.5,0.153725174569888,0.109565204383472,0.165970495941941,0.153725174569888,0.000533895196087976,0.36256125038027,0.153725174569888,0.144016538783551,0.0548622527760679,0.153725174569888,0.16731622218586,0.0383271870608774,0.153725174569888,0.00135693130293921,0.29252743316846,0.153725174569888,0.000719467504160354,0.246846800551738,0.153725174569888,0.00604710181490466,0.278150349061593,0.153725174569888,0.00439531496752955,0.172917452718573,0.5,0.153725174569888,0.0485176485686885,0.06684201591501,0.153725174569888,0.14800095850488,0.000707803127267803,0.5,0.153725174569888,0.1385370282014,0.0118817651731201,0.153725174569888,0.161559887513097,0.00539189459442969,0.153725174569888,0.0111391915337455,0.252878221327583,0.153725174569888,0.00220531617895823,0.186863779465817,0.153725174569888,0.00749989573658248,0.212958141782799,0.153725174569888,0.0397217131179455,0.0942525244318199,0.153725174569888,0.132657140438829,0.00816968254837294,0.5,0.153725174569888,0.0749123863471266,0.00256169713744148,0,0.520727888131683,0.117832926127573 -7138,0.5,0.153725174569888,0.186408688103482,0.183436539344052,0.153725174569888,0.000949050062990707,0.340855471049415,0.153725174569888,0.252657533907497,0.0886458050482403,0.153725174569888,0.318297187770281,0.0671419652090441,0.153725174569888,0.000979446640127226,0.238966922265788,0.153725174569888,0.00196341277630583,0.204454251424135,0.153725174569888,0.0121736293372978,0.307461903486507,0.153725174569888,0.0105575341838203,0.184582921746285,0.5,0.153725174569888,0.0955602016468105,0.0790750087195141,0.153725174569888,0.270003074412687,0.00183687921562459,0.5,0.153725174569888,0.272997190567093,0.0155107867588416,0.153725174569888,0.318658146965031,0.00380567522715633,0.153725174569888,0.0321585165874241,0.239856748115786,0.153725174569888,0.00648315618315225,0.164604284513651,0.153725174569888,0.018068525037886,0.209577812023789,0.153725174569888,0.0910475205584819,0.12015445007996,0.153725174569888,0.25640983872589,0.0157962611856642,0.5,0.153725174569888,0.147964876827437,0.00663934177371814,0,0.502821448394156,0.108571516952924 -7139,0.5,0.153725174569888,0.224147199091678,0.184697309966881,0.153725174569888,0.00292006018328842,0.303933370285532,0.153725174569888,0.338052624578396,0.120366643746953,0.153725174569888,0.437157600600646,0.110532586000401,0.153725174569888,0.00167943659026807,0.185486105571831,0.153725174569888,0.00632034162569517,0.169988919121249,0.153725174569888,0.0132963006311559,0.325620659476728,0.153725174569888,0.0153022566558775,0.205448271727665,0.5,0.153725174569888,0.121026960067369,0.0940952415183724,0.153725174569888,0.383410839224289,0.0167173673045868,0.5,0.153725174569888,0.377878051033054,0.0378943731777274,0.153725174569888,0.440039848183423,0.0153957791451552,0.153725174569888,0.0601928111500739,0.227461355183885,0.153725174569888,0.013681184532442,0.129181249869658,0.153725174569888,0.0235201059635872,0.204038138877847,0.153725174569888,0.147348093754024,0.154715304627926,0.153725174569888,0.367917070916018,0.0579260368092022,0.5,0.153725174569888,0.231703378348043,0.0256440206890802,0,0.468415226126327,0.0880050317279311 -7140,0.5,0.153725174569888,0.213862928468317,0.174524150092733,0.153725174569888,0.00679788851883557,0.246528811663838,0.153725174569888,0.371729623075209,0.174637435387395,0.153725174569888,0.500779185198495,0.130169505405359,0.153725174569888,0.00403943714839822,0.140822623132681,0.153725174569888,0.0127379065751629,0.142449572390403,0.153725174569888,0.0162724691837295,0.312716515824675,0.153725174569888,0.0186562636613882,0.205577424488153,0.5,0.153725174569888,0.110982290057616,0.1024378839313,0.153725174569888,0.470137801214759,0.0216797383191878,0.5,0.153725174569888,0.428482230874228,0.0617981331385912,0.153725174569888,0.502466068368372,0.0420516317900049,0.153725174569888,0.0835518402834573,0.177261663576065,0.153725174569888,0.0233565272520338,0.0906362403501813,0.153725174569888,0.026614548461501,0.197483037161804,0.153725174569888,0.167580279299338,0.189073546702252,0.153725174569888,0.411690251516466,0.0875782551606816,0.5,0.153725174569888,0.356506708646929,0.029665866642144,0,0.45605685295008,0.0951171783359552 -7141,0.5,0.153725174569888,0.169959598029319,0.151939350528017,0.153725174569888,0.00577951294974557,0.188805215128222,0.153725174569888,0.339491601313693,0.198353253914217,0.153725174569888,0.495914390641307,0.121589379555378,0.153725174569888,0.00501497602766065,0.109678864327182,0.153725174569888,0.0122164043712606,0.101093834044372,0.153725174569888,0.019856131163603,0.298251663689339,0.153725174569888,0.0262158401172767,0.185311362057415,0.5,0.153725174569888,0.0910090377266448,0.092615714120752,0.153725174569888,0.501637615249964,0.0150996013727131,0.5,0.153725174569888,0.42623284050556,0.0794181383723786,0.153725174569888,0.501187083702598,0.033453378065091,0.153725174569888,0.0958332213136428,0.127680979114393,0.153725174569888,0.024212307514715,0.0646524774733506,0.153725174569888,0.0336392949727313,0.182706585938485,0.153725174569888,0.148334410662746,0.228578214149154,0.153725174569888,0.397451575541956,0.0868329626263155,0.5,0.153725174569888,0.469603720813428,0.0215957677736283,0,0.460840840671885,0.152391265786195 -7142,0.5,0.153725174569888,0.112975156849057,0.135554193889791,0.153725174569888,0.00228335125044088,0.13592166296906,0.153725174569888,0.271068696561253,0.186196950240017,0.153725174569888,0.417278642909009,0.104198273606126,0.153725174569888,0.00413474475321895,0.08873727034247,0.153725174569888,0.00840723976811025,0.0571461739777039,0.153725174569888,0.0141950826522488,0.246659480976864,0.153725174569888,0.0346039359256271,0.168780038501918,0.5,0.153725174569888,0.0705093207884667,0.0937380921077977,0.153725174569888,0.459466067312289,0.00655183692393753,0.5,0.153725174569888,0.379211271718261,0.0670714997953075,0.153725174569888,0.447172324414067,0.020452556071858,0.153725174569888,0.0925428140698622,0.085845742980581,0.153725174569888,0.0242588854298394,0.0483458361352908,0.153725174569888,0.039427857504207,0.158498647828763,0.153725174569888,0.131084416369482,0.238039041025641,0.153725174569888,0.343464687540731,0.0749755590267585,0.5,0.153725174569888,0.441973707436746,0.0126410066848694,0,0.403947655333795,0.221797459982776 -7143,0.5,0.153725174569888,0.0599035294375471,0.114764631152169,0.153725174569888,0.00115358658338498,0.106944095817912,0.153725174569888,0.180535526177345,0.160031058098381,0.153725174569888,0.289865547006959,0.0753549535931878,0.153725174569888,0.00284409421637818,0.0643383329522119,0.153725174569888,0.0040472477797168,0.0344289855637147,0.153725174569888,0.0065178970212848,0.20470218195538,0.153725174569888,0.0240518511092109,0.131059702120089,0.5,0.153725174569888,0.0467552080091529,0.0589147786022644,0.153725174569888,0.371434519581035,0.00253184343536368,0.5,0.153725174569888,0.287401408136586,0.0418019567345418,0.153725174569888,0.331224324556614,0.0103304589059799,0.153725174569888,0.0906510296108329,0.0569859518214637,0.153725174569888,0.0272142844712927,0.0376143430206712,0.153725174569888,0.0305066618558073,0.144845941029689,0.153725174569888,0.0809554181094051,0.218221310668254,0.153725174569888,0.264686437269185,0.0509062621036381,0.5,0.153725174569888,0.337450514223626,0.00528679587178331,0,0.322537233084884,0.300348049447392 -7144,0.5,0.153725174569888,0.0213806082936987,0.0937376758444031,0.153725174569888,0.000740312055481238,0.0711532262499151,0.153725174569888,0.08956122532678,0.10849170877614,0.153725174569888,0.134653643730612,0.0316963270064704,0.153725174569888,0.00441792205512772,0.0404799700117935,0.153725174569888,0.00257772903473584,0.0175129191618439,0.153725174569888,0.00191336652849304,0.129521431558969,0.153725174569888,0.0130445664126009,0.0788154207295182,0.5,0.153725174569888,0.0213379173629458,0.0283843958641595,0.153725174569888,0.241298522316108,0.00110729697019557,0.5,0.153725174569888,0.156411407267316,0.00822748066964296,0.153725174569888,0.192175651449442,0.00168717787236022,0.153725174569888,0.0943063176929247,0.0339375761988549,0.153725174569888,0.0289099624710947,0.0308498230739027,0.153725174569888,0.0100991189623818,0.11579683753044,0.153725174569888,0.0282472325601954,0.173951711805815,0.153725174569888,0.164358212681974,0.0150113389085635,0.5,0.153725174569888,0.1905593771995,0.00100817615348961,0,0.225121728177193,0.407141069773859 -7145,0.5,0.153725174569888,3.73908691108412e-05,0.0831210698624314,0.153725174569888,4.50025171481287e-05,0.0415127548064711,0.153725174569888,0.0,0.0777851398616865,0.153725174569888,0.0,0.0356817913725309,0.153725174569888,3.08659595201753e-05,0.0254510170769908,0.153725174569888,0.00113004090313055,0.0170504757315492,0.153725174569888,0.000468444972618081,0.0713739570695242,0.153725174569888,0.00363344709392403,0.0448655706310329,0.5,0.153725174569888,0.00276134336219113,0.0137457666773668,0.153725174569888,0.0,0.000331784500421494,0.5,0.153725174569888,0.00031982027301941,0.00617757138427749,0.153725174569888,0.00651808938358347,0.00110952122914091,0.153725174569888,0.000239671855181032,0.0324770889862284,0.153725174569888,9.06897303801213e-05,0.0276752072176503,0.153725174569888,0.000191534578498557,0.0937835419722794,0.153725174569888,1.34168959921689e-05,0.124334059230039,0.153725174569888,0.0,0.0104383606471415,0.5,0.153725174569888,0.0,0.000542001931888352,0,0.132486416458383,0.496839529893371 -7146,0.5,0.153725174569888,0.0,0.0765451041887694,0.153725174569888,0.0,0.021523735694546,0.153725174569888,0.0,0.07244935345911,0.153725174569888,0.0,0.0410384879406041,0.153725174569888,0.0,0.0211171325237229,0.153725174569888,0.0,0.0233541938880206,0.153725174569888,0.0,0.0432828255840942,0.153725174569888,0.0,0.0273926326753964,0.5,0.153725174569888,0.0,0.0105909894449199,0.153725174569888,0.0,0.000239260066224876,0.5,0.153725174569888,0.0,0.00683634489593184,0.153725174569888,0.0,0.00261609677336901,0.153725174569888,0.0,0.029154487513199,0.153725174569888,0.0,0.024457932017473,0.153725174569888,0.0,0.0655892501825828,0.153725174569888,0.0,0.0921402863418348,0.153725174569888,0.0,0.0103796535130604,0.5,0.153725174569888,0.0,0.000397548185090334,0,0.09588736365802,0.534288092501244 -7147,0.5,0.153725174569888,0.0,0.0678744444187099,0.153725174569888,0.0,0.0124327331718188,0.153725174569888,0.0,0.0705612550695992,0.153725174569888,0.0,0.0438635180222844,0.153725174569888,0.0,0.0213404276678363,0.153725174569888,0.0,0.0219595446230724,0.153725174569888,0.0,0.0377224211297973,0.153725174569888,0.0,0.0198243416422756,0.5,0.153725174569888,0.0,0.00888333851823671,0.153725174569888,0.0,0.000130004029166897,0.5,0.153725174569888,0.0,0.00610421416809105,0.153725174569888,0.0,0.0025179910577344,0.153725174569888,0.0,0.0288878044394993,0.153725174569888,0.0,0.0265012392395616,0.153725174569888,0.0,0.0444798218499327,0.153725174569888,0.0,0.0726200191049778,0.153725174569888,0.0,0.00919621069883493,0.5,0.153725174569888,0.0,0.000146165381619701,0,0.070471531284307,0.614095311742606 -7148,0.5,0.153725174569888,0.0,0.058335339417652,0.153725174569888,0.0,0.00965186328311725,0.153725174569888,0.0,0.0752979720612262,0.153725174569888,0.0,0.0483684147038427,0.153725174569888,0.0,0.0259057889411766,0.153725174569888,0.0,0.0215177868712089,0.153725174569888,0.0,0.034040073654461,0.153725174569888,0.0,0.0110295201779975,0.5,0.153725174569888,0.0,0.00773089213891925,0.153725174569888,0.0,6.39700255904505e-05,0.5,0.153725174569888,0.0,0.00506994222401036,0.153725174569888,0.0,0.00182604570276707,0.153725174569888,0.0,0.0362591945569662,0.153725174569888,0.0,0.0344774263684273,0.153725174569888,0.0,0.0330051486805102,0.153725174569888,0.0,0.0500927273552074,0.153725174569888,0.0,0.00885410510040806,0.5,0.153725174569888,0.0,7.39219628255673e-05,0,0.0464362686058388,0.693194921845443 -7149,0.5,0.153725174569888,0.0,0.0492430099434216,0.153725174569888,0.0,0.00877634872497528,0.153725174569888,0.0,0.0818758312141835,0.153725174569888,0.0,0.0537185328038515,0.153725174569888,0.0,0.0273081687149116,0.153725174569888,0.0,0.0202831422321369,0.153725174569888,0.0,0.0271193942523293,0.153725174569888,0.0,0.00713738477003094,0.5,0.153725174569888,0.0,0.00624821522866893,0.153725174569888,0.0,9.29699891984523e-05,0.5,0.153725174569888,0.0,0.00545189711389199,0.153725174569888,0.0,0.00110764328680198,0.153725174569888,0.0,0.0482664187800165,0.153725174569888,0.0,0.045219334195392,0.153725174569888,0.0,0.0291222418768452,0.153725174569888,0.0,0.0307007267007895,0.153725174569888,0.0,0.00920629759280372,0.5,0.153725174569888,0.0,0.000120105256552657,0,0.0416850526704218,0.772991865153413 -7150,0.5,0.153725174569888,0.0,0.0394934182518647,0.153725174569888,0.0,0.0107171892486713,0.153725174569888,0.0,0.080169644781873,0.153725174569888,0.0,0.0587714520028832,0.153725174569888,0.0,0.025273968488521,0.153725174569888,0.0,0.0139188578635366,0.153725174569888,0.0,0.02218580018857,0.153725174569888,0.0,0.00487540992789889,0.5,0.153725174569888,0.0,0.00410815480897514,0.153725174569888,0.0,9.74614322942231e-05,0.5,0.153725174569888,0.0,0.00713197462442317,0.153725174569888,0.0,0.002241386031255,0.153725174569888,0.0,0.0625336414396793,0.153725174569888,0.0,0.0554312680969865,0.153725174569888,0.0,0.0287378726395979,0.153725174569888,0.0,0.0186000839361782,0.153725174569888,0.0,0.0104348817207596,0.5,0.153725174569888,0.0,0.000167658315019732,0,0.0439640562893873,0.822967183841579 -7151,0.5,0.153725174569888,0.0,0.0292700236468662,0.153725174569888,0.0,0.00859158277542646,0.153725174569888,0.0,0.0648464584011062,0.153725174569888,0.0,0.058589871146117,0.153725174569888,0.0,0.0212169495499569,0.153725174569888,0.0,0.00769998539841518,0.153725174569888,0.0,0.0160254200926743,0.153725174569888,0.0,0.0034681605915979,0.5,0.153725174569888,0.0,0.00225710887477836,0.153725174569888,0.0,4.78525576473608e-05,0.5,0.153725174569888,0.0,0.00468219110750342,0.153725174569888,0.0,0.00294824138652171,0.153725174569888,0.0,0.086016660191329,0.153725174569888,0.0,0.0663400840935345,0.153725174569888,0.0,0.0249221765126861,0.153725174569888,0.0,0.0103146908711729,0.153725174569888,0.0,0.0100109642705692,0.5,0.153725174569888,0.0,0.000105584620514948,0,0.0351008347485019,0.867139083682792 -7152,0.5,0.153725174569888,0.0,0.0203088549633141,0.153725174569888,0.0,0.00830153728653229,0.153725174569888,0.0,0.0448585757304199,0.153725174569888,0.0,0.0532596796111252,0.153725174569888,0.0,0.0206941850997179,0.153725174569888,0.0,0.00609530883266453,0.153725174569888,0.0,0.00925899091893174,0.153725174569888,0.0,0.00197526176884039,0.5,0.153725174569888,0.0,0.00219563590095083,0.153725174569888,0.0,0.000300655449295544,0.5,0.153725174569888,0.0,0.0020958175802236,0.153725174569888,0.0,0.00117996199221083,0.153725174569888,0.0,0.122854846522244,0.153725174569888,0.0,0.0792432315831933,0.153725174569888,0.0,0.0207968697302899,0.153725174569888,0.0,0.00687464017155521,0.153725174569888,0.0,0.00728068596892183,0.5,0.153725174569888,0.0,0.000165943665714737,0,0.0189155304298377,0.89439610078342 -7153,0.5,0.153725174569888,0.0,0.0162620001596099,0.153725174569888,0.0,0.0108922516720497,0.153725174569888,0.0,0.0350890512583637,0.153725174569888,0.0,0.0486208296445457,0.153725174569888,0.0,0.0217377907923108,0.153725174569888,0.0,0.00634168574727385,0.153725174569888,0.0,0.00362448080055251,0.153725174569888,0.0,0.00122280173347768,0.5,0.153725174569888,0.0,0.00253427918352064,0.153725174569888,0.0,0.000581132066315651,0.5,0.153725174569888,0.0,0.000838136912297181,0.153725174569888,0.0,0.00055212914554177,0.153725174569888,0.0,0.155695431563952,0.153725174569888,0.0,0.0881277185037945,0.153725174569888,0.0,0.0178694908291381,0.153725174569888,0.0,0.00476060491228605,0.153725174569888,0.0,0.0048230172601997,0.5,0.153725174569888,0.0,0.00080334459566484,0,0.0148901217526697,0.911491275423429 -7154,0.5,0.153725174569888,0.0,0.0131690961692892,0.153725174569888,0.0,0.015726967840028,0.153725174569888,0.0,0.0316515702028881,0.153725174569888,0.0,0.0482047756277835,0.153725174569888,0.0,0.0247425989970043,0.153725174569888,0.0,0.00862823629176398,0.153725174569888,0.0,0.00186092165131556,0.153725174569888,0.0,0.00166807077370202,0.5,0.153725174569888,0.0,0.00290247028139935,0.153725174569888,0.0,0.000340404129776744,0.5,0.153725174569888,0.0,0.000819696755724687,0.153725174569888,0.0,0.000558310352771029,0.153725174569888,0.0,0.184341120938025,0.153725174569888,0.0,0.0947251783939004,0.153725174569888,0.0,0.0161843745794144,0.153725174569888,0.0,0.00358998545162866,0.153725174569888,0.0,0.00453635827931922,0.5,0.153725174569888,0.0,0.000689016681938342,0,0.0204634431222831,0.928919951998377 -7155,0.5,0.153725174569888,0.0,0.0111724853770348,0.153725174569888,0.0,0.0197450747959697,0.153725174569888,0.0,0.0267378288180399,0.153725174569888,0.0,0.0469751072914609,0.153725174569888,0.0,0.0329234020324033,0.153725174569888,0.0,0.0138674976351272,0.153725174569888,0.0,0.00322072660790651,0.153725174569888,0.0,0.00345591087181473,0.5,0.153725174569888,0.0,0.00350231448466843,0.153725174569888,0.0,1.38853290795326e-05,0.5,0.153725174569888,0.0,0.000865004975415771,0.153725174569888,0.0,0.00110204771908342,0.153725174569888,0.0,0.204610516406038,0.153725174569888,0.0,0.103100119622217,0.153725174569888,0.0,0.0143815669210022,0.153725174569888,0.0,0.00342111821439142,0.153725174569888,0.0,0.00515164359888523,0.5,0.153725174569888,0.0,0.000263443403035009,0,0.0304561157636781,0.935644399371647 -7156,0.5,0.153725174569888,0.0,0.00907158680629074,0.153725174569888,0.0,0.0246717077700279,0.153725174569888,0.0,0.0191323323676646,0.153725174569888,0.0,0.0403427490886586,0.153725174569888,0.0,0.0452481453085154,0.153725174569888,0.0,0.0179195671907655,0.153725174569888,0.0,0.00366601528470952,0.153725174569888,0.0,0.00473995187198485,0.5,0.153725174569888,0.0,0.00324882734143302,0.153725174569888,0.0,0.000178529153407156,0.5,0.153725174569888,0.0,0.000683651206937347,0.153725174569888,0.0,0.00184445779531463,0.153725174569888,0.0,0.216344336611963,0.153725174569888,0.0,0.113129498612626,0.153725174569888,0.0,0.0121114435337762,0.153725174569888,0.0,0.00322482205831358,0.153725174569888,0.0,0.00476217711499721,0.5,0.153725174569888,0.0,0.000182987086176071,0,0.0360419392199966,0.941983096486358 -7157,0.5,0.153725174569888,0.0,0.0076107592367923,0.153725174569888,0.0,0.0302110417318173,0.153725174569888,0.0,0.013066857740259,0.153725174569888,0.0,0.0324979253821135,0.153725174569888,0.0,0.0598040045296841,0.153725174569888,0.0,0.0215310680666667,0.153725174569888,0.0,0.00372699229159344,0.153725174569888,0.0,0.00568726686299327,0.5,0.153725174569888,0.0,0.0027698372922141,0.153725174569888,0.0,0.000462001620153523,0.5,0.153725174569888,0.0,0.000537015103377078,0.153725174569888,0.0,0.00188217448156416,0.153725174569888,0.0,0.229573308268132,0.153725174569888,0.0,0.12691321106533,0.153725174569888,0.0,0.010615930168207,0.153725174569888,0.0,0.00308023227385634,0.153725174569888,0.0,0.00371560497352192,0.5,0.153725174569888,0.0,0.000632886250356259,0,0.0426751959270834,0.940695269342004 -7158,0.5,0.153725174569888,0.0,0.00835121071134423,0.153725174569888,0.0,0.0388331422157211,0.153725174569888,0.0,0.00876884566427789,0.153725174569888,0.0,0.0278958395690208,0.153725174569888,0.0,0.0683316236988771,0.153725174569888,0.0,0.0260405608981511,0.153725174569888,0.0,0.00432186090475529,0.153725174569888,0.0,0.00782797739348883,0.5,0.153725174569888,0.0,0.00371801153743581,0.153725174569888,0.0,0.000800032704868276,0.5,0.153725174569888,0.0,0.000404882887331653,0.153725174569888,0.0,0.00268810410305011,0.153725174569888,0.0,0.234798045622007,0.153725174569888,0.0,0.138262169593183,0.153725174569888,0.0,0.011894093181072,0.153725174569888,0.0,0.00316788112951383,0.153725174569888,0.0,0.00306999181064609,0.5,0.153725174569888,0.0,0.00135908205848242,0,0.0525780271443382,0.931373567618424 -7159,0.5,0.153725174569888,0.0,0.0104148937094685,0.153725174569888,0.0,0.0428614932684103,0.153725174569888,0.0,0.00636859087830546,0.153725174569888,0.0,0.0253561356357686,0.153725174569888,0.0,0.070980700657136,0.153725174569888,0.0,0.0337192749794,0.153725174569888,0.0,0.00567744829562866,0.153725174569888,0.0,0.015277730033063,0.5,0.153725174569888,0.0,0.00413222062257806,0.153725174569888,0.0,0.00139245586576342,0.5,0.153725174569888,0.0,0.000276714812435607,0.153725174569888,0.0,0.00177724150589586,0.153725174569888,0.0,0.240959076479796,0.153725174569888,0.0,0.151828655127262,0.153725174569888,0.0,0.0121496681286235,0.153725174569888,0.0,0.00359457860380895,0.153725174569888,0.0,0.0027285268514586,0.5,0.153725174569888,0.0,0.00248208605498925,0,0.0704608349422942,0.939630854391295 -7160,0.5,0.153725174569888,0.00438339979275724,0.0114508836787009,0.153725174569888,0.00526861258605625,0.046854925538825,0.153725174569888,0.00152812417663235,0.00531445896327498,0.153725174569888,0.010381890751468,0.0228369469547623,0.153725174569888,0.00169734355271097,0.0767474951180069,0.153725174569888,0.000445243148830368,0.0386845723678749,0.153725174569888,0.00134857742947268,0.00840794667006731,0.153725174569888,0.000920317594518576,0.0231295485372793,0.5,0.153725174569888,0.00249455542376938,0.00505464366674642,0.153725174569888,0.0159227124816514,0.00180414057611332,0.5,0.153725174569888,0.00162943990216943,0.000101482146486806,0.153725174569888,0.00386770873464582,0.00152390921724796,0.153725174569888,0.00291876352525491,0.24234343688209,0.153725174569888,0.00195029571280332,0.154461945042962,0.153725174569888,0.00315432062673202,0.0113435991071043,0.153725174569888,0.000751699003845855,0.0041942835775689,0.153725174569888,0.00502194736064916,0.00222218314289878,0.5,0.153725174569888,0.0439297789361297,0.00391897650732052,0,0.0847302549752146,0.95671434948783 -7161,0.5,0.153725174569888,0.0656692047318771,0.0133303619277849,0.153725174569888,0.151389177105319,0.0435096483746772,0.153725174569888,0.0226478529049694,0.00507251986920099,0.153725174569888,0.0574442812879264,0.0211599338571436,0.153725174569888,0.130120854556459,0.0669259660561227,0.153725174569888,0.107110446699119,0.0375677077431702,0.153725174569888,0.0481747353577415,0.0102966954221484,0.153725174569888,0.0711831795405508,0.0191256779316182,0.5,0.153725174569888,0.0625205958707468,0.00479543698933607,0.153725174569888,0.113654274932352,0.0023159999748142,0.5,0.153725174569888,0.0272696899251909,0.000132359748281356,0.153725174569888,0.0565668129385521,0.00144448072793675,0.153725174569888,0.136082511802233,0.245049881219083,0.153725174569888,0.131438875417826,0.162555586612009,0.153725174569888,0.0801732160062988,0.0124644224940582,0.153725174569888,0.0130766206415273,0.00561524326827286,0.153725174569888,0.0391027879093122,0.001892550566811,0.5,0.153725174569888,0.20108800303272,0.003167009299006,0,0.0977001553251631,0.969537413025572 -7162,0.5,0.153725174569888,0.137095341240853,0.0245089049737172,0.153725174569888,0.30694469414692,0.0548868676511357,0.153725174569888,0.0563863753111282,0.00989002986858033,0.153725174569888,0.107931320256022,0.0252664290919548,0.153725174569888,0.286880836157248,0.0759980945685101,0.153725174569888,0.258328661152918,0.0483143528247352,0.153725174569888,0.116524836569661,0.0209044080261773,0.153725174569888,0.199634430814018,0.0251107846021356,0.5,0.153725174569888,0.138554969740196,0.00947097554301483,0.153725174569888,0.2305132450841,0.00359782685435238,0.5,0.153725174569888,0.0761950737100864,0.000661177457291132,0.153725174569888,0.138746380649764,0.00231614096456181,0.153725174569888,0.291208481065555,0.290391537711222,0.153725174569888,0.2865959662385,0.194188521498547,0.153725174569888,0.164686399730646,0.0195717379589138,0.153725174569888,0.0397644154875565,0.0107870123843126,0.153725174569888,0.083363629011576,0.00257741705074767,0.5,0.153725174569888,0.359384804621396,0.00390052636303836,0,0.125502194644269,0.984326297396629 -7163,0.5,0.153725174569888,0.211179704728207,0.0501369018365295,0.153725174569888,0.43688678880536,0.106710789636985,0.153725174569888,0.112361156465959,0.0199343356784575,0.153725174569888,0.159663139728558,0.0298021523856268,0.153725174569888,0.42683550499339,0.121922822854464,0.153725174569888,0.402728403188221,0.0938399188907803,0.153725174569888,0.266526617668308,0.0628396061483354,0.153725174569888,0.349063110308953,0.0624548343652664,0.5,0.153725174569888,0.211527815743533,0.0236861373511374,0.153725174569888,0.3449900207861,0.0110465616696083,0.5,0.153725174569888,0.138136260602156,0.00190441613443749,0.153725174569888,0.254197749693367,0.00729653228597416,0.153725174569888,0.420801946209951,0.375619218461378,0.153725174569888,0.417989342220212,0.255641513063447,0.153725174569888,0.21847755065749,0.0420254396276644,0.153725174569888,0.0870683535553772,0.0269033481487446,0.153725174569888,0.133277085676967,0.00416164322345492,0.5,0.153725174569888,0.486021667124123,0.0088199288986504,0,0.164345304355375,0.991094611423906 -7164,0.5,0.153725174569888,0.262366525180958,0.0787364526597145,0.153725174569888,0.506153047988558,0.143951682320471,0.153725174569888,0.161366192046154,0.0384043522353812,0.153725174569888,0.220766925782156,0.0338762550640013,0.153725174569888,0.506289875812098,0.176434619504748,0.153725174569888,0.4899757755435,0.162292172788178,0.153725174569888,0.36712804276758,0.138905664338504,0.153725174569888,0.43872479492386,0.11344605493113,0.5,0.153725174569888,0.315504048226804,0.0377459072582256,0.153725174569888,0.445152721519805,0.0217276054156945,0.5,0.153725174569888,0.216435964194272,0.00986598352590327,0.153725174569888,0.371877546378106,0.0154588705251819,0.153725174569888,0.487267467757429,0.469510224695265,0.153725174569888,0.494018771725903,0.324534949681989,0.153725174569888,0.24659061498257,0.0677580905596095,0.153725174569888,0.184011512469079,0.0644638648801165,0.153725174569888,0.191908460841234,0.00771822974230529,0.5,0.153725174569888,0.558993594075956,0.0180384752883236,0,0.198929124272123,0.995526794203478 -7165,0.5,0.153725174569888,0.276142258176907,0.103317603995061,0.153725174569888,0.534625914372436,0.20590475090674,0.153725174569888,0.133361778690234,0.0579113326943107,0.153725174569888,0.282173987260616,0.0350393985199646,0.153725174569888,0.520917397735239,0.329147470238888,0.153725174569888,0.524708661917218,0.19436867919924,0.153725174569888,0.390085251267245,0.190454871048816,0.153725174569888,0.487110692807948,0.129721633113941,0.5,0.153725174569888,0.398991626470768,0.0390279013763827,0.153725174569888,0.515574994865686,0.0310428988931945,0.5,0.153725174569888,0.309996720136987,0.0200535000522322,0.153725174569888,0.454233882316139,0.021552941981538,0.153725174569888,0.489485075389404,0.510104936177045,0.153725174569888,0.516470639193369,0.405070395877087,0.153725174569888,0.274965857577814,0.105912406290493,0.153725174569888,0.285564414610288,0.121768159248621,0.153725174569888,0.254023036179528,0.0118215336451238,0.5,0.153725174569888,0.574282349692041,0.0234827217992474,0,0.231415039091936,0.999939368183097 -7166,0.5,0.153725174569888,0.265844444283466,0.117325130348164,0.153725174569888,0.496284672233949,0.292714441731624,0.153725174569888,0.0952368875720469,0.0718052184496873,0.153725174569888,0.277739072655708,0.0311388961095962,0.153725174569888,0.487615185168425,0.357445510633962,0.153725174569888,0.510749477344549,0.196244835568547,0.153725174569888,0.358462963432415,0.198271350856913,0.153725174569888,0.440131830914684,0.100172484818236,0.5,0.153725174569888,0.469478303519284,0.0323562109651009,0.153725174569888,0.51937308206817,0.0392352608437182,0.5,0.153725174569888,0.343693687824406,0.0276289911852214,0.153725174569888,0.481075703144154,0.0246807185888185,0.153725174569888,0.41358466979341,0.569264442694392,0.153725174569888,0.472957786062765,0.47053377373959,0.153725174569888,0.228133215742901,0.135511479969165,0.153725174569888,0.334071176723753,0.136974286765114,0.153725174569888,0.312726858513671,0.0172181929820408,0.5,0.153725174569888,0.525554114317628,0.0244980059769946,0,0.270811137571665,1.00308039952898 -7167,0.5,0.153725174569888,0.225629330049315,0.113949351585906,0.153725174569888,0.387297447998712,0.2093433432987,0.153725174569888,0.0874014316550792,0.0724953717825069,0.153725174569888,0.214279543012576,0.0248745517675326,0.153725174569888,0.413998941363365,0.286075602754136,0.153725174569888,0.417866386962419,0.119240294242631,0.153725174569888,0.252169271966781,0.145120796253064,0.153725174569888,0.375419635740824,0.0812216560308307,0.5,0.153725174569888,0.423516472460457,0.0247965272535847,0.153725174569888,0.436917380673893,0.0397103415412835,0.5,0.153725174569888,0.354034043172538,0.0364953162140759,0.153725174569888,0.432135098428614,0.0250804709192405,0.153725174569888,0.286729279141303,0.512796538431793,0.153725174569888,0.381629844059696,0.422723242388431,0.153725174569888,0.194982282608128,0.129878831879099,0.153725174569888,0.232619080405568,0.10586881775667,0.153725174569888,0.311288208429964,0.0207197757363703,0.5,0.153725174569888,0.416402019277909,0.0214630304190356,0,0.296670171903699,1.00349879993967 -7168,0.5,0.153725174569888,0.0996660937683717,0.076134353589487,0.153725174569888,0.17400897734714,0.143229728388271,0.153725174569888,0.0633442955661401,0.0629750107336566,0.153725174569888,0.093512942261422,0.0121361124641774,0.153725174569888,0.225317378646695,0.190248329523484,0.153725174569888,0.264792309164456,0.0532848323810428,0.153725174569888,0.154741633172321,0.0832341214039686,0.153725174569888,0.261178597725776,0.0422634199717046,0.5,0.153725174569888,0.282556839310126,0.00860712440416444,0.153725174569888,0.240783795691039,0.0163229765843445,0.5,0.153725174569888,0.26307931202203,0.0171279507614547,0.153725174569888,0.290541380703442,0.0111166800287896,0.153725174569888,0.143083722827065,0.487242153353937,0.153725174569888,0.205591351883632,0.340851295824699,0.153725174569888,0.122801045322751,0.100350932403536,0.153725174569888,0.119729759097194,0.0524390910481074,0.153725174569888,0.20081232172405,0.0077337858093473,0.5,0.153725174569888,0.193922046269574,0.00879576952131259,0,0.286476363127621,1.00330570946455 -7169,0.5,0.153725174569888,2.35246731045341e-05,0.067795214239636,0.153725174569888,0.0,0.145009948528272,0.153725174569888,0.000209852445571474,0.0373255190166198,0.153725174569888,5.47134397787302e-05,0.0109899297106901,0.153725174569888,0.0,0.17724700113626,0.153725174569888,0.00227131100072143,0.056666119520277,0.153725174569888,0.0,0.0631799586976541,0.153725174569888,0.00950552017681112,0.0458756841372746,0.5,0.153725174569888,0.0162512154073825,0.00645436799524244,0.153725174569888,0.0,0.0166640789833785,0.5,0.153725174569888,0.0,0.00954774382013562,0.153725174569888,0.00445391096276913,0.0106765473060132,0.153725174569888,0.0,0.456942151069424,0.153725174569888,0.0,0.328594065151996,0.153725174569888,0.0,0.0949669752635531,0.153725174569888,0.0,0.0295964052938159,0.153725174569888,0.0,0.00615813609407478,0.5,0.153725174569888,0.0,0.0144181397898061,0,0.299873792951253,1.00331708628968 -7170,0.5,0.153725174569888,0.0,0.0744128405610269,0.153725174569888,0.0,0.158669810931114,0.153725174569888,0.0,0.0144920161056088,0.153725174569888,0.0,0.0108400788579499,0.153725174569888,0.0,0.172964678389606,0.153725174569888,0.0,0.0721745621870071,0.153725174569888,0.0,0.0825693093119816,0.153725174569888,0.0,0.0462823202242211,0.5,0.153725174569888,0.0,0.0059377748711774,0.153725174569888,0.0,0.0125332764127869,0.5,0.153725174569888,0.0,0.00722977762490908,0.153725174569888,0.0,0.00927254514795592,0.153725174569888,0.0,0.453757260844542,0.153725174569888,0.0,0.329427138946014,0.153725174569888,0.0,0.10354227405826,0.153725174569888,0.0,0.0222769934078821,0.153725174569888,0.0,0.00597488823860239,0.5,0.153725174569888,0.0,0.0151036349242396,0,0.310379950843556,1.00393538004136 -7171,0.5,0.153725174569888,0.0,0.0856197006209706,0.153725174569888,0.0,0.152252511400706,0.153725174569888,0.0,0.0108555168430275,0.153725174569888,0.0,0.0133982299003567,0.153725174569888,0.0,0.154245900632702,0.153725174569888,0.0,0.0837584887323421,0.153725174569888,0.0,0.102206456557744,0.153725174569888,0.0,0.0330192855192622,0.5,0.153725174569888,0.0,0.0059593321877647,0.153725174569888,0.0,0.00916965918590948,0.5,0.153725174569888,0.0,0.0078059337823585,0.153725174569888,0.0,0.00879048749456144,0.153725174569888,0.0,0.480873282101076,0.153725174569888,0.0,0.321110260655123,0.153725174569888,0.0,0.0999596591631344,0.153725174569888,0.0,0.0244477353125361,0.153725174569888,0.0,0.00598724769228967,0.5,0.153725174569888,0.0,0.0123084536466854,0,0.322490833991611,1.00395909327355 -7172,0.5,0.153725174569888,0.0,0.0937268949545077,0.153725174569888,0.0,0.176709080929027,0.153725174569888,0.0,0.0183706782396355,0.153725174569888,0.0,0.0158443951195936,0.153725174569888,0.0,0.15422912515129,0.153725174569888,0.0,0.0924057066955604,0.153725174569888,0.0,0.101496898175982,0.153725174569888,0.0,0.0218915490510117,0.5,0.153725174569888,0.0,0.00610484259697145,0.153725174569888,0.0,0.00691248222415173,0.5,0.153725174569888,0.0,0.0101104521997778,0.153725174569888,0.0,0.010971137247107,0.153725174569888,0.0,0.505213141299152,0.153725174569888,0.0,0.331560400778419,0.153725174569888,0.0,0.0915717000641962,0.153725174569888,0.0,0.0295184148924783,0.153725174569888,0.0,0.00771624846275203,0.5,0.153725174569888,0.0,0.00838827855269102,0,0.393698215617867,1.00403127226783 -7173,0.5,0.153725174569888,0.0,0.103875297815712,0.153725174569888,0.0,0.197499649598109,0.153725174569888,0.0,0.0253670877021219,0.153725174569888,0.0,0.0195200191074763,0.153725174569888,0.0,0.168537412602928,0.153725174569888,0.0,0.100541133695444,0.153725174569888,0.0,0.102394980432764,0.153725174569888,0.0,0.0208443786322859,0.5,0.153725174569888,0.0,0.00476182055293079,0.153725174569888,0.0,0.00535637053069403,0.5,0.153725174569888,0.0,0.0147878912915285,0.153725174569888,0.0,0.0144221806113587,0.153725174569888,0.0,0.514280826149867,0.153725174569888,0.0,0.338153642165707,0.153725174569888,0.0,0.0990013307945339,0.153725174569888,0.0,0.0250273563130608,0.153725174569888,0.0,0.00807032683188726,0.5,0.153725174569888,0.0,0.00616262192889034,0,0.492878898733989,1.00412174956374 -7174,0.5,0.153725174569888,0.0,0.127456708301669,0.153725174569888,0.0,0.198276732122,0.153725174569888,0.0,0.0224551472080647,0.153725174569888,0.0,0.0275387921432154,0.153725174569888,0.0,0.188142355996964,0.153725174569888,0.0,0.106730488040185,0.153725174569888,0.0,0.104418252568878,0.153725174569888,0.0,0.0282114084100341,0.5,0.153725174569888,0.0,0.00376792837202,0.153725174569888,0.0,0.00400800153030082,0.5,0.153725174569888,0.0,0.0199180931223769,0.153725174569888,0.0,0.017368438233583,0.153725174569888,0.0,0.50640479109413,0.153725174569888,0.0,0.336348482216671,0.153725174569888,0.0,0.118220368759142,0.153725174569888,0.0,0.0227426179060187,0.153725174569888,0.0,0.00911378379095937,0.5,0.153725174569888,0.0,0.00637430356265714,0,0.552038989713109,1.00371598292533 -7175,0.5,0.153725174569888,0.0,0.147039337419464,0.153725174569888,0.0,0.205572959368454,0.153725174569888,0.0,0.0221124505939678,0.153725174569888,0.0,0.0305874806609414,0.153725174569888,0.0,0.196661120497309,0.153725174569888,0.0,0.114345490776531,0.153725174569888,0.0,0.0984041231508566,0.153725174569888,0.0,0.0334863590731552,0.5,0.153725174569888,0.0,0.00288299112145241,0.153725174569888,0.0,0.00272177480209447,0.5,0.153725174569888,0.0,0.010973790158086,0.153725174569888,0.0,0.0181272505388336,0.153725174569888,0.0,0.485916458820649,0.153725174569888,0.0,0.33146676884566,0.153725174569888,0.0,0.123081819873812,0.153725174569888,0.0,0.0229313866086281,0.153725174569888,0.0,0.00941145272736141,0.5,0.153725174569888,0.0,0.00445147573036129,0,0.563874918390369,1.00141639789785 -7176,0.5,0.153725174569888,0.0,0.14089911670935,0.153725174569888,0.0,0.207367037376921,0.153725174569888,0.0,0.0271442951285174,0.153725174569888,0.0,0.0345924733262434,0.153725174569888,0.0,0.184102443360756,0.153725174569888,0.0,0.120946872351226,0.153725174569888,0.0,0.0979874549951496,0.153725174569888,0.0,0.0379705773438291,0.5,0.153725174569888,0.0,0.00245835003249414,0.153725174569888,0.0,0.00161025861256179,0.5,0.153725174569888,0.0,0.00416143542360979,0.153725174569888,0.0,0.0154450637752882,0.153725174569888,0.0,0.461551191194201,0.153725174569888,0.0,0.325534348458322,0.153725174569888,0.0,0.123091628984764,0.153725174569888,0.0,0.0231137862443826,0.153725174569888,0.0,0.0074510696158316,0.5,0.153725174569888,0.0,0.00298087361863224,0,0.574167055903018,1.00079196390247 -7177,0.5,0.153725174569888,0.0,0.132449717024051,0.153725174569888,0.0,0.21319165687328,0.153725174569888,0.0,0.0311381636354735,0.153725174569888,0.0,0.0398607275146006,0.153725174569888,0.0,0.18142036881293,0.153725174569888,0.0,0.115190229622968,0.153725174569888,0.0,0.102137932743466,0.153725174569888,0.0,0.0419299105257125,0.5,0.153725174569888,0.0,0.00247729346946789,0.153725174569888,0.0,0.00156924537231861,0.5,0.153725174569888,0.0,0.00143743028401366,0.153725174569888,0.0,0.00966402547340049,0.153725174569888,0.0,0.455041146667744,0.153725174569888,0.0,0.320614578053825,0.153725174569888,0.0,0.114554812620302,0.153725174569888,0.0,0.0241470265779145,0.153725174569888,0.0,0.00478867792331944,0.5,0.153725174569888,0.0,0.00363837067455251,0,0.578684023629592,0.995735590855131 -7178,0.5,0.153725174569888,0.0,0.125442116814743,0.153725174569888,0.0,0.197523655985698,0.153725174569888,0.0,0.0289131159683478,0.153725174569888,0.0,0.0434432258659544,0.153725174569888,0.0,0.182625015197949,0.153725174569888,0.0,0.10699795117786,0.153725174569888,0.0,0.0959967336324298,0.153725174569888,0.0,0.0405749860663634,0.5,0.153725174569888,0.0,0.00308157275255676,0.153725174569888,0.0,0.00127344418297482,0.5,0.153725174569888,0.0,0.0023173872244783,0.153725174569888,0.0,0.00711333315772398,0.153725174569888,0.0,0.456762921631176,0.153725174569888,0.0,0.308728622500251,0.153725174569888,0.0,0.103634258883753,0.153725174569888,0.0,0.0238328802997178,0.153725174569888,0.0,0.00322992533089133,0.5,0.153725174569888,0.0,0.00533447976774975,0,0.587667351316541,0.997623334138657 -7179,0.5,0.153725174569888,0.0,0.122465067955845,0.153725174569888,0.0,0.176788582825214,0.153725174569888,0.0,0.0250014025892293,0.153725174569888,0.0,0.0458133449185627,0.153725174569888,0.0,0.16391879505161,0.153725174569888,0.0,0.0933783025762064,0.153725174569888,0.0,0.0889390684221564,0.153725174569888,0.0,0.0328681300446683,0.5,0.153725174569888,0.0,0.00333501212695305,0.153725174569888,0.0,0.00100743217489373,0.5,0.153725174569888,0.0,0.00648484421359263,0.153725174569888,0.0,0.0069911768512374,0.153725174569888,0.0,0.460860420390334,0.153725174569888,0.0,0.295336129216028,0.153725174569888,0.0,0.0960364733508052,0.153725174569888,0.0,0.0223434924547839,0.153725174569888,0.0,0.0044213895250259,0.5,0.153725174569888,0.0,0.00577657335893273,0,0.615102065324022,1.00081758540074 -7180,0.5,0.153725174569888,0.0,0.113257422179119,0.153725174569888,0.0,0.161404992564153,0.153725174569888,0.0,0.0247204086061361,0.153725174569888,0.0,0.0475576939348068,0.153725174569888,0.0,0.141932188507893,0.153725174569888,0.0,0.0811624524083069,0.153725174569888,0.0,0.0744697433328892,0.153725174569888,0.0,0.0231210163291965,0.5,0.153725174569888,0.0,0.00267025170986163,0.153725174569888,0.0,0.000985947484019979,0.5,0.153725174569888,0.0,0.00730810185775915,0.153725174569888,0.0,0.00790345604896486,0.153725174569888,0.0,0.472752669593913,0.153725174569888,0.0,0.280308819042717,0.153725174569888,0.0,0.0890807569419252,0.153725174569888,0.0,0.0214222111844334,0.153725174569888,0.0,0.00476944093824753,0.5,0.153725174569888,0.0,0.00553495022052682,0,0.628672001145487,0.999346755329793 -7181,0.5,0.153725174569888,0.0,0.10279497565379,0.153725174569888,0.0,0.153689071701198,0.153725174569888,0.0,0.0242215498850894,0.153725174569888,0.0,0.0476480120835404,0.153725174569888,0.0,0.123729519487655,0.153725174569888,0.0,0.0769525276524205,0.153725174569888,0.0,0.0603645033228089,0.153725174569888,0.0,0.0192878486950023,0.5,0.153725174569888,0.0,0.00170870035275109,0.153725174569888,0.0,0.000919512007969906,0.5,0.153725174569888,0.0,0.00733630837964972,0.153725174569888,0.0,0.00997630453752829,0.153725174569888,0.0,0.45756630061949,0.153725174569888,0.0,0.265257417602156,0.153725174569888,0.0,0.0830611886229581,0.153725174569888,0.0,0.0191550651406291,0.153725174569888,0.0,0.00544042227516824,0.5,0.153725174569888,0.0,0.00466853123124898,0,0.636050300426371,0.998310600202146 -7182,0.5,0.153725174569888,0.0,0.0991237755142089,0.153725174569888,0.0,0.153861229715915,0.153725174569888,0.0,0.0215516816607886,0.153725174569888,0.0,0.0443909605119559,0.153725174569888,0.0,0.104287578618192,0.153725174569888,0.0,0.0644712705113187,0.153725174569888,0.0,0.0524027416271534,0.153725174569888,0.0,0.0223307115864181,0.5,0.153725174569888,0.0,0.00115289842848204,0.153725174569888,0.0,0.00111406085237202,0.5,0.153725174569888,0.0,0.00948423367049565,0.153725174569888,0.0,0.0127051619693732,0.153725174569888,0.0,0.461512718135267,0.153725174569888,0.0,0.266021272780369,0.153725174569888,0.0,0.0768296108499831,0.153725174569888,0.0,0.0146604095251614,0.153725174569888,0.0,0.00737656571388445,0.5,0.153725174569888,0.0,0.00300991061334194,0,0.633518825813787,0.993511601250158 -7183,0.5,0.153725174569888,0.0,0.0979178812434869,0.153725174569888,0.0,0.136947619043651,0.153725174569888,0.0,0.0190030788844372,0.153725174569888,0.0,0.0423246230867792,0.153725174569888,0.0,0.0970676246020471,0.153725174569888,0.0,0.0395654951208659,0.153725174569888,0.0,0.0449502418446551,0.153725174569888,0.0,0.0228676349503351,0.5,0.153725174569888,0.0,0.00154838561886761,0.153725174569888,0.0,0.00166316156447302,0.5,0.153725174569888,0.0,0.00922823017048225,0.153725174569888,0.0,0.0183303207582672,0.153725174569888,0.0,0.466733024532755,0.153725174569888,0.0,0.264235944325005,0.153725174569888,0.0,0.074315818920377,0.153725174569888,0.0,0.013047645971531,0.153725174569888,0.0,0.00811253558051445,0.5,0.153725174569888,0.0,0.00215702331487874,0,0.615389167588988,0.988546986534065 -7184,0.5,0.153725174569888,0.0139719560506992,0.0884567068278847,0.153725174569888,0.00378619046402806,0.138339262963776,0.153725174569888,0.012939118012036,0.0159320848581414,0.153725174569888,0.0282243897201118,0.0358447098240781,0.153725174569888,0.000922010191638946,0.0993167458182501,0.153725174569888,0.000195896530917419,0.035277640336521,0.153725174569888,0.00259153708546257,0.0347355016251108,0.153725174569888,0.00203116978747628,0.0175488726150958,0.5,0.153725174569888,0.004294003975175,0.00253410132763542,0.153725174569888,0.0261680106110392,0.00194848626218417,0.5,0.153725174569888,0.00849791340768348,0.00678120631844285,0.153725174569888,0.0128118287106139,0.0159441532941597,0.153725174569888,0.00127274648837932,0.466303087957706,0.153725174569888,0.00101838580535352,0.254602197652508,0.153725174569888,0.00511110014768296,0.0621024315825471,0.153725174569888,0.00624549297213367,0.0109649873496946,0.153725174569888,0.0200464936159835,0.00576565213020009,0.5,0.153725174569888,0.0427585684200879,0.00230115265097346,0,0.582757998563931,0.97819289319714 -7185,0.5,0.153725174569888,0.166754161567052,0.0906584849585283,0.153725174569888,0.129574837844429,0.148016775959384,0.153725174569888,0.170104418944854,0.0108098979035519,0.153725174569888,0.179724248779836,0.0292521469551323,0.153725174569888,0.120433487320247,0.0925655073056507,0.153725174569888,0.120117995469485,0.0457668671815836,0.153725174569888,0.133398311953129,0.0250444398446694,0.153725174569888,0.132265312221129,0.0130622905042995,0.5,0.153725174569888,0.143686115299442,0.00238373643496667,0.153725174569888,0.191074696600744,0.00147781450953036,0.5,0.153725174569888,0.163563960449892,0.00533192251810487,0.153725174569888,0.174629203121409,0.00841169455761455,0.153725174569888,0.0515591798947771,0.477804775794514,0.153725174569888,0.0812995089451868,0.255314798974456,0.153725174569888,0.144091436937717,0.053363166509226,0.153725174569888,0.151676826761018,0.00801389162770769,0.153725174569888,0.18067096280506,0.00335083535756492,0.5,0.153725174569888,0.205252954475942,0.00211978902094502,0,0.595819926075324,0.970895781468755 -7186,0.5,0.153725174569888,0.318166145849044,0.129012648288855,0.153725174569888,0.282365215255197,0.175645166874187,0.153725174569888,0.326879247414486,0.00758869434317955,0.153725174569888,0.336218863674833,0.0307018092507221,0.153725174569888,0.276470187022849,0.0934869889839678,0.153725174569888,0.278573819988692,0.0471651842968322,0.153725174569888,0.292056400253575,0.0272667680331939,0.153725174569888,0.292916969630318,0.0128973025310503,0.5,0.153725174569888,0.305850971322648,0.00133182258614331,0.153725174569888,0.358025809393059,0.00221345669729447,0.5,0.153725174569888,0.325901453348951,0.00352339055240882,0.153725174569888,0.34031653699724,0.00521579186448323,0.153725174569888,0.0654007792195177,0.467767139844337,0.153725174569888,0.157268233502933,0.272011566022987,0.153725174569888,0.300006082424646,0.0580852495314212,0.153725174569888,0.311134475485389,0.00686128958410636,0.153725174569888,0.341503903164614,0.00208584593646004,0.5,0.153725174569888,0.36909414953511,0.00486520817195991,0,0.636954754232896,0.961904216452959 -7187,0.5,0.153725174569888,0.441304707840473,0.167740065491762,0.153725174569888,0.368777305834495,0.191177402094792,0.153725174569888,0.456482056585715,0.00893278584083943,0.153725174569888,0.461049261308818,0.0313522559106674,0.153725174569888,0.413478658552076,0.129546310957028,0.153725174569888,0.421924150892081,0.0559691129141528,0.153725174569888,0.431870803827696,0.0297491578821288,0.153725174569888,0.432646729641046,0.0169525969434178,0.5,0.153725174569888,0.447305773617199,0.00302865939041172,0.153725174569888,0.494434672068232,0.00386365348198011,0.5,0.153725174569888,0.463215345336072,0.00499812512515501,0.153725174569888,0.478808069707124,0.00708587138257916,0.153725174569888,0.0616235679840119,0.450868301577617,0.153725174569888,0.200588525556296,0.269028475644663,0.153725174569888,0.43339143505235,0.0714256282373122,0.153725174569888,0.448182763227532,0.0102307905603783,0.153725174569888,0.473536903432878,0.00313083442605048,0.5,0.153725174569888,0.498936709306914,0.0125040832788206,0,0.610508618711769,0.952699220136796 -7188,0.5,0.153725174569888,0.509422591167455,0.16720245483197,0.153725174569888,0.152201737866862,0.185203913743852,0.153725174569888,0.530701585891353,0.00641833902025933,0.153725174569888,0.528713352218384,0.0254894648980206,0.153725174569888,0.495843646835016,0.160688054787788,0.153725174569888,0.515156153629255,0.0577942020642903,0.153725174569888,0.520144112935532,0.0282070945315206,0.153725174569888,0.521666829982846,0.0248443441849819,0.5,0.153725174569888,0.534130986778445,0.00770404125176303,0.153725174569888,0.5725869738969,0.0101895789730526,0.5,0.153725174569888,0.545770568385394,0.0108933737607843,0.153725174569888,0.561549192258599,0.00928309961515974,0.153725174569888,0.0809997784628847,0.455629429765319,0.153725174569888,0.267123991600495,0.268295941067263,0.153725174569888,0.511906739185876,0.0804908363588298,0.153725174569888,0.528934273112997,0.0138081930065239,0.153725174569888,0.549592413548798,0.00580567306184816,0.5,0.153725174569888,0.569887529317161,0.0251425313731933,0,0.579895546374233,0.951773989317772 -7189,0.5,0.153725174569888,0.497501158976275,0.145283561677658,0.153725174569888,0.0761922754012569,0.126009262511236,0.153725174569888,0.547516353244762,0.0034173140124267,0.153725174569888,0.538139446874669,0.022277801589631,0.153725174569888,0.50277346536914,0.143735160992304,0.153725174569888,0.549620424328911,0.0511567383157734,0.153725174569888,0.549311286098621,0.0214044517903044,0.153725174569888,0.554733897738432,0.0302849536062225,0.5,0.153725174569888,0.561941256461163,0.0130024322934401,0.153725174569888,0.591509829409551,0.018003298851752,0.5,0.153725174569888,0.570309255126651,0.030461020320393,0.153725174569888,0.586247016939048,0.0160466936555787,0.153725174569888,0.110686096834655,0.414573509160351,0.153725174569888,0.311713982725064,0.266968677611625,0.153725174569888,0.534311279881417,0.0707640401908241,0.153725174569888,0.55208761211946,0.0176515681621107,0.153725174569888,0.567847273335546,0.0103366877314814,0.5,0.153725174569888,0.582890468706952,0.035269478149398,0,0.587398243977732,0.949887368702676 -7190,0.5,0.153725174569888,0.408518658813722,0.1150149478663,0.153725174569888,0.247327707298158,0.134051950238713,0.153725174569888,0.504582120821447,0.0024628185744227,0.153725174569888,0.486909831003597,0.0201739643338884,0.153725174569888,0.49294170105348,0.121689741438781,0.153725174569888,0.526910011151416,0.0527195167454158,0.153725174569888,0.520637071721559,0.0192865679490879,0.153725174569888,0.532004397488213,0.0377028334897187,0.5,0.153725174569888,0.533439179693724,0.0212420162274683,0.153725174569888,0.550336335667916,0.0264862087859474,0.5,0.153725174569888,0.535352516707026,0.0498306432076556,0.153725174569888,0.551894183922475,0.0256168524011834,0.153725174569888,0.101651047990887,0.366281427919331,0.153725174569888,0.322204237124598,0.23733476475382,0.153725174569888,0.500270683650117,0.0555794794976681,0.153725174569888,0.519831735645034,0.0181470348853943,0.153725174569888,0.525603869765545,0.0172848128497912,0.5,0.153725174569888,0.535748371051643,0.0386538146746102,0,0.523300204330147,0.941765862058332 -7191,0.5,0.153725174569888,0.31161549713506,0.0774816133648119,0.153725174569888,0.283043917693158,0.0890424899024474,0.153725174569888,0.400922103704322,0.00346522397941268,0.153725174569888,0.37623679428036,0.0200868724547505,0.153725174569888,0.421884060082855,0.068135709227137,0.153725174569888,0.442127394546266,0.0360282403624581,0.153725174569888,0.430660651382529,0.0190011280054688,0.153725174569888,0.446355232151308,0.0357171821225134,0.5,0.153725174569888,0.446137254456578,0.022648973196721,0.153725174569888,0.444965391199004,0.0322431802993882,0.5,0.153725174569888,0.438014743480772,0.0555990381771663,0.153725174569888,0.451439054134006,0.037010849362043,0.153725174569888,0.105762751581537,0.317430170039294,0.153725174569888,0.30850020357904,0.167243243278832,0.153725174569888,0.403616232110342,0.0313589794656823,0.153725174569888,0.425208466133623,0.0162309991922465,0.153725174569888,0.420614732131967,0.0203046908296541,0.5,0.153725174569888,0.426215259007286,0.0280745057448827,0,0.459952171600197,0.920543632785394 -7192,0.5,0.153725174569888,0.11991666594156,0.0439032801859938,0.153725174569888,0.169054610102601,0.0387690537913701,0.153725174569888,0.188539938039219,0.00310598598796202,0.153725174569888,0.129876122963436,0.0106474497947168,0.153725174569888,0.217506255851633,0.0256437493996606,0.153725174569888,0.246333224069952,0.0189870586075077,0.153725174569888,0.231200987093185,0.0150606940240254,0.153725174569888,0.26795433528724,0.0163909080028436,0.5,0.153725174569888,0.289794425344485,0.00863179572227239,0.153725174569888,0.238408297181422,0.0191315246208025,0.5,0.153725174569888,0.236306280112761,0.026674844996296,0.153725174569888,0.274771198148696,0.0182654244154869,0.153725174569888,0.069648196282366,0.260824072306392,0.153725174569888,0.181528992434664,0.108475956303111,0.153725174569888,0.192764747569617,0.0172356669997817,0.153725174569888,0.219040787955638,0.00751756239512981,0.153725174569888,0.199332843325948,0.0080741506757251,0.5,0.153725174569888,0.189498203176816,0.0111339860746122,0,0.395207949438226,0.909607631157644 -7193,0.5,0.153725174569888,0.0,0.0502897565222499,0.153725174569888,0.0,0.0356570778796851,0.153725174569888,0.0,0.00544491465670026,0.153725174569888,0.0,0.0163605025219432,0.153725174569888,0.0,0.0305334598148219,0.153725174569888,0.0,0.0336092585021205,0.153725174569888,0.0,0.0304460835951797,0.153725174569888,0.00237720010611505,0.0284118463720439,0.5,0.153725174569888,0.0103505975000503,0.00936366156447445,0.153725174569888,0.0,0.0189629133433132,0.5,0.153725174569888,0.0,0.0294642010751109,0.153725174569888,0.0027942336571427,0.0152684106671592,0.153725174569888,0.0,0.221125402208498,0.153725174569888,0.0,0.112608543432637,0.153725174569888,0.0,0.0232346521775609,0.153725174569888,0.0,0.0119540196730144,0.153725174569888,0.0,0.00883194203401026,0.5,0.153725174569888,0.0,0.0167017017057268,0,0.295580561512387,0.893556510662129 -7194,0.5,0.153725174569888,0.0,0.0480590796144725,0.153725174569888,0.0,0.0293291990469263,0.153725174569888,0.0,0.00541099459553772,0.153725174569888,0.0,0.0192281963516554,0.153725174569888,0.0,0.0369028427187936,0.153725174569888,0.0,0.0476670420602172,0.153725174569888,0.0,0.0388537624537305,0.153725174569888,0.0,0.0370957981825175,0.5,0.153725174569888,0.0,0.0090883990458005,0.153725174569888,0.0,0.0133361187359887,0.5,0.153725174569888,0.0,0.019450443538322,0.153725174569888,0.0,0.0120565380804557,0.153725174569888,0.0,0.198947261239384,0.153725174569888,0.0,0.115278602413807,0.153725174569888,0.0,0.023108696984545,0.153725174569888,0.0,0.0133418597342828,0.153725174569888,0.0,0.00785327049237851,0.5,0.153725174569888,0.0,0.0171598676559948,0,0.216138539929264,0.882391450722509 -7195,0.5,0.153725174569888,0.0,0.0405371254964167,0.153725174569888,0.0,0.0298198724997026,0.153725174569888,0.0,0.00433996218924721,0.153725174569888,0.0,0.0242958437601429,0.153725174569888,0.0,0.0509148549670698,0.153725174569888,0.0,0.0602485598922492,0.153725174569888,0.0,0.0452581479320678,0.153725174569888,0.0,0.0433994286841232,0.5,0.153725174569888,0.0,0.0087037349935531,0.153725174569888,0.0,0.00843392819798142,0.5,0.153725174569888,0.0,0.0102456256352177,0.153725174569888,0.0,0.0108221485977289,0.153725174569888,0.0,0.193507470332552,0.153725174569888,0.0,0.120997822897094,0.153725174569888,0.0,0.0246831647901012,0.153725174569888,0.0,0.0135982463181599,0.153725174569888,0.0,0.00777858990832696,0.5,0.153725174569888,0.0,0.0144305052548879,0,0.200963848081371,0.890174020288179 -7196,0.5,0.153725174569888,0.0,0.0371897848361813,0.153725174569888,0.0,0.0412780327715202,0.153725174569888,0.0,0.00406617555384708,0.153725174569888,0.0,0.0318965967209792,0.153725174569888,0.0,0.0739855493691794,0.153725174569888,0.0,0.0784910918206885,0.153725174569888,0.0,0.0522645547197137,0.153725174569888,0.0,0.0479968881154991,0.5,0.153725174569888,0.0,0.00869940581327115,0.153725174569888,0.0,0.00518885852162355,0.5,0.153725174569888,0.0,0.00719408125101098,0.153725174569888,0.0,0.0110496897411198,0.153725174569888,0.0,0.19305111654747,0.153725174569888,0.0,0.131644439929332,0.153725174569888,0.0,0.0307185672489549,0.153725174569888,0.0,0.0144287139454464,0.153725174569888,0.0,0.00875264177992818,0.5,0.153725174569888,0.0,0.0121069281816291,0,0.207338219009382,0.897399631099032 -7197,0.5,0.153725174569888,0.0,0.0400580040690605,0.153725174569888,0.0,0.0498277497943039,0.153725174569888,0.0,0.00533078578119971,0.153725174569888,0.0,0.0405908066470364,0.153725174569888,0.0,0.0830159031569351,0.153725174569888,0.0,0.0810267024441102,0.153725174569888,0.0,0.0628506861045558,0.153725174569888,0.0,0.050442366571061,0.5,0.153725174569888,0.0,0.00881759302425303,0.153725174569888,0.0,0.00300280610744097,0.5,0.153725174569888,0.0,0.00647159488098979,0.153725174569888,0.0,0.0123205404997022,0.153725174569888,0.0,0.198021428486088,0.153725174569888,0.0,0.137917767064804,0.153725174569888,0.0,0.036329518579634,0.153725174569888,0.0,0.0152360557347401,0.153725174569888,0.0,0.0102827398270151,0.5,0.153725174569888,0.0,0.0105349999218562,0,0.223548312450243,0.896062234028531 -7198,0.5,0.153725174569888,0.0,0.042995234302765,0.153725174569888,0.0,0.0605076096675808,0.153725174569888,0.0,0.00739757618859568,0.153725174569888,0.0,0.0503050391665952,0.153725174569888,0.0,0.0895352757914293,0.153725174569888,0.0,0.102450879758885,0.153725174569888,0.0,0.071128664498769,0.153725174569888,0.0,0.0521386721858816,0.5,0.153725174569888,0.0,0.00746914291562944,0.153725174569888,0.0,0.00193530594261025,0.5,0.153725174569888,0.0,0.00668637024375553,0.153725174569888,0.0,0.0135979057009183,0.153725174569888,0.0,0.209735928300101,0.153725174569888,0.0,0.13765815314593,0.153725174569888,0.0,0.0397915017460489,0.153725174569888,0.0,0.0146626728111702,0.153725174569888,0.0,0.0100656598942393,0.5,0.153725174569888,0.0,0.00870502980742542,0,0.239141220304541,0.899644241851822 -7199,0.5,0.153725174569888,0.0,0.0463945749763548,0.153725174569888,0.0,0.0750352568313431,0.153725174569888,0.0,0.00823395618624672,0.153725174569888,0.0,0.0522084439458962,0.153725174569888,0.0,0.0877106582632679,0.153725174569888,0.0,0.0912394112939062,0.153725174569888,0.0,0.0770170315762368,0.153725174569888,0.0,0.0572246083728932,0.5,0.153725174569888,0.0,0.00738505470933149,0.153725174569888,0.0,0.00115663388471727,0.5,0.153725174569888,0.0,0.00752015760180423,0.153725174569888,0.0,0.0137039045228511,0.153725174569888,0.0,0.211819157489776,0.153725174569888,0.0,0.137447313428088,0.153725174569888,0.0,0.0452278197542872,0.153725174569888,0.0,0.0143719649036668,0.153725174569888,0.0,0.00906187793089499,0.5,0.153725174569888,0.0,0.0079879616111416,0,0.238680063203805,0.909994776858646 -7200,0.5,0.153725174569888,0.0,0.0547533992791818,0.153725174569888,0.0,0.0817512325327671,0.153725174569888,0.0,0.00878838715419275,0.153725174569888,0.0,0.0520120167779192,0.153725174569888,0.0,0.0868855103816677,0.153725174569888,0.0,0.0824489919527623,0.153725174569888,0.0,0.070709752968259,0.153725174569888,0.0,0.0583833917166998,0.5,0.153725174569888,0.0,0.00723146872045539,0.153725174569888,0.0,0.000915347357513631,0.5,0.153725174569888,0.0,0.00739016382266979,0.153725174569888,0.0,0.0115847496708327,0.153725174569888,0.0,0.206691110302622,0.153725174569888,0.0,0.145058253545723,0.153725174569888,0.0,0.0498008483477202,0.153725174569888,0.0,0.0175081059665849,0.153725174569888,0.0,0.00884396223945624,0.5,0.153725174569888,0.0,0.00801918339912586,0,0.217212757248314,0.915121395824453 -7201,0.5,0.153725174569888,0.0,0.0595989756147546,0.153725174569888,0.0,0.076831098619231,0.153725174569888,0.0,0.00984548250735655,0.153725174569888,0.0,0.0534954394356809,0.153725174569888,0.0,0.0862463725092021,0.153725174569888,0.0,0.0757562397767581,0.153725174569888,0.0,0.0659768863424778,0.153725174569888,0.0,0.0499316558411941,0.5,0.153725174569888,0.0,0.00680065081428644,0.153725174569888,0.0,0.000866106070503157,0.5,0.153725174569888,0.0,0.00721606033373137,0.153725174569888,0.0,0.0104174342194657,0.153725174569888,0.0,0.208553236718891,0.153725174569888,0.0,0.149696893614773,0.153725174569888,0.0,0.049381647767089,0.153725174569888,0.0,0.0180942374951176,0.153725174569888,0.0,0.00903993693246567,0.5,0.153725174569888,0.0,0.00860350261203667,0,0.19529301407815,0.903543892041579 -7202,0.5,0.153725174569888,0.0,0.0606181993753018,0.153725174569888,0.0,0.0781658743169145,0.153725174569888,0.0,0.0109455114020485,0.153725174569888,0.0,0.0570631976143885,0.153725174569888,0.0,0.098359399790956,0.153725174569888,0.0,0.091466527072313,0.153725174569888,0.0,0.065172350772758,0.153725174569888,0.0,0.048663346046936,0.5,0.153725174569888,0.0,0.00548143818149253,0.153725174569888,0.0,0.000681215006078319,0.5,0.153725174569888,0.0,0.00751646752555188,0.153725174569888,0.0,0.0121681406119825,0.153725174569888,0.0,0.212976828403984,0.153725174569888,0.0,0.157459618251794,0.153725174569888,0.0,0.0499738586745122,0.153725174569888,0.0,0.0161643877732273,0.153725174569888,0.0,0.00946801063183161,0.5,0.153725174569888,0.0,0.00876321085923469,0,0.194987274994795,0.886616157073431 -7203,0.5,0.153725174569888,0.0,0.0635607758822239,0.153725174569888,0.0,0.0844655939457411,0.153725174569888,0.0,0.0101854571187159,0.153725174569888,0.0,0.0581555756691498,0.153725174569888,0.0,0.101046420539459,0.153725174569888,0.0,0.0990447905916867,0.153725174569888,0.0,0.0692478012950567,0.153725174569888,0.0,0.0540332810363497,0.5,0.153725174569888,0.0,0.00415489825574445,0.153725174569888,0.0,0.000772679269381202,0.5,0.153725174569888,0.0,0.0069148059703435,0.153725174569888,0.0,0.0124484235410792,0.153725174569888,0.0,0.205665072772259,0.153725174569888,0.0,0.144871512958964,0.153725174569888,0.0,0.0492517503301937,0.153725174569888,0.0,0.0160530075403222,0.153725174569888,0.0,0.00918102055646928,0.5,0.153725174569888,0.0,0.00832209482430658,0,0.221924731131726,0.881936419579542 -7204,0.5,0.153725174569888,0.0,0.0693002795412788,0.153725174569888,0.0,0.0784410797589268,0.153725174569888,0.0,0.00935458555508751,0.153725174569888,0.0,0.0585900174467664,0.153725174569888,0.0,0.102612493803067,0.153725174569888,0.0,0.0927844238083185,0.153725174569888,0.0,0.0754934723411822,0.153725174569888,0.0,0.052066406477382,0.5,0.153725174569888,0.0,0.0037405148502203,0.153725174569888,0.0,0.00130851710900269,0.5,0.153725174569888,0.0,0.00659226972601136,0.153725174569888,0.0,0.0139873867617552,0.153725174569888,0.0,0.196571519083845,0.153725174569888,0.0,0.137893737464884,0.153725174569888,0.0,0.0504635322042121,0.153725174569888,0.0,0.0176967959222606,0.153725174569888,0.0,0.00868830170115479,0.5,0.153725174569888,0.0,0.00820319398466144,0,0.235636110307394,0.903808387159563 -7205,0.5,0.153725174569888,0.0,0.075650220716327,0.153725174569888,0.0,0.0800735330408354,0.153725174569888,0.0,0.0112106260339534,0.153725174569888,0.0,0.0624602696746603,0.153725174569888,0.0,0.103828842889795,0.153725174569888,0.0,0.087916681612903,0.153725174569888,0.0,0.0751588531730571,0.153725174569888,0.0,0.0588326447255531,0.5,0.153725174569888,0.0,0.00364555408710073,0.153725174569888,0.0,0.00177143183281087,0.5,0.153725174569888,0.0,0.00695284391712138,0.153725174569888,0.0,0.0150079104788686,0.153725174569888,0.0,0.192662303354437,0.153725174569888,0.0,0.141337759107384,0.153725174569888,0.0,0.048891156387219,0.153725174569888,0.0,0.0183399518709972,0.153725174569888,0.0,0.00932222790253722,0.5,0.153725174569888,0.0,0.00673822449672617,0,0.238535845275083,0.926758943385408 -7206,0.5,0.153725174569888,0.0,0.0843047485121774,0.153725174569888,0.0,0.0822314768823401,0.153725174569888,0.0,0.0148670272315813,0.153725174569888,0.0,0.0663018327772181,0.153725174569888,0.0,0.105569905921909,0.153725174569888,0.0,0.089962882978945,0.153725174569888,0.0,0.0768738846584465,0.153725174569888,0.0,0.0554022114546232,0.5,0.153725174569888,0.0,0.00408760771764499,0.153725174569888,0.0,0.00597701711495403,0.5,0.153725174569888,0.0,0.00766254812620321,0.153725174569888,0.0,0.0152694599925689,0.153725174569888,0.0,0.208583159173753,0.153725174569888,0.0,0.156372232066767,0.153725174569888,0.0,0.0487134877057331,0.153725174569888,0.0,0.0214596771409447,0.153725174569888,0.0,0.00931924303411451,0.5,0.153725174569888,0.0,0.00486760066346335,0,0.241618349540975,0.935634339729789 -7207,0.5,0.153725174569888,0.0,0.0902313301932958,0.153725174569888,0.0,0.0836717049868251,0.153725174569888,0.0,0.0163028777758594,0.153725174569888,0.0,0.0697567494132893,0.153725174569888,0.0,0.103205366065315,0.153725174569888,0.0,0.0877439956285694,0.153725174569888,0.0,0.0763080510284951,0.153725174569888,0.0,0.0595732247054222,0.5,0.153725174569888,0.0,0.00535826709007555,0.153725174569888,0.0,0.0111687374247828,0.5,0.153725174569888,0.0,0.0087724458096826,0.153725174569888,0.0,0.0158509714094236,0.153725174569888,0.0,0.220688090089308,0.153725174569888,0.0,0.171317336394631,0.153725174569888,0.0,0.0493100607741231,0.153725174569888,0.0,0.0261051856047887,0.153725174569888,0.0,0.0108613080433263,0.5,0.153725174569888,0.0,0.00398626389631317,0,0.258603805741471,0.93373601338484 -7208,0.5,0.153725174569888,0.0133485181658372,0.0951853325331564,0.153725174569888,0.00308916903416164,0.0798548232301649,0.153725174569888,0.0112545391584122,0.0157801641958557,0.153725174569888,0.0294811743611217,0.0667664414932942,0.153725174569888,0.00040977204597314,0.108294165261788,0.153725174569888,2.47921391015943e-05,0.0938416351671076,0.153725174569888,0.00165088407157589,0.068015600152688,0.153725174569888,0.0013265090665397,0.0555948135551785,0.5,0.153725174569888,0.00353179711670019,0.00651721604594048,0.153725174569888,0.0204157473125411,0.0161925335362842,0.5,0.153725174569888,0.00759084983308177,0.00874051790201099,0.153725174569888,0.0104352095898909,0.0197295732298075,0.153725174569888,0.00100773078915453,0.228609515023676,0.153725174569888,0.000555099796474781,0.174176506671306,0.153725174569888,0.004342047554761,0.049549794073436,0.153725174569888,0.00556155645153316,0.0294726224790883,0.153725174569888,0.0173676254799836,0.0114009687404472,0.5,0.153725174569888,0.0400914922713238,0.00324541042067377,0,0.292289661555484,0.9263984768743 -7209,0.5,0.153725174569888,0.175013665645198,0.103864397390287,0.153725174569888,0.142967314042994,0.0705504624924207,0.153725174569888,0.173906522943215,0.0170810073738514,0.153725174569888,0.196094983140217,0.0651031300591003,0.153725174569888,0.126267387678366,0.0902671297981514,0.153725174569888,0.121736195624665,0.0813975211817202,0.153725174569888,0.137529932160529,0.0559225122428389,0.153725174569888,0.134928239657742,0.0497337632707884,0.5,0.153725174569888,0.146440365667039,0.00614984254546427,0.153725174569888,0.180157954074562,0.0178744085980093,0.5,0.153725174569888,0.162746480029676,0.00819405718724334,0.153725174569888,0.170851136938757,0.0155272990838746,0.153725174569888,0.129797018876003,0.223064145779838,0.153725174569888,0.12574030327462,0.166254005844585,0.153725174569888,0.1493158857404,0.04408499049767,0.153725174569888,0.156553083519945,0.0268682029576749,0.153725174569888,0.181527824018769,0.0106759288551994,0.5,0.153725174569888,0.206889604087842,0.0031256190807059,0,0.335480971470927,0.927564933754709 -7210,0.5,0.153725174569888,0.332171008375221,0.151037681532676,0.153725174569888,0.302682029467712,0.0710400428669463,0.153725174569888,0.334554888689239,0.0209536467899973,0.153725174569888,0.355615820406573,0.08446556510457,0.153725174569888,0.28902094065955,0.0952564248345251,0.153725174569888,0.285941174440022,0.0835522410973873,0.153725174569888,0.30181456148781,0.0524879474563164,0.153725174569888,0.301284719817789,0.0439296452729946,0.5,0.153725174569888,0.312518371036238,0.00708874981002384,0.153725174569888,0.35501789599859,0.0082199384116544,0.5,0.153725174569888,0.32732784590561,0.00719347888827317,0.153725174569888,0.338018818481828,0.0132961915366913,0.153725174569888,0.288187004515076,0.237600207258704,0.153725174569888,0.286689691105388,0.16977616404928,0.153725174569888,0.311271295832906,0.0416043344036937,0.153725174569888,0.320708253279336,0.0282304388790942,0.153725174569888,0.345933325662895,0.0136497402408842,0.5,0.153725174569888,0.372077580948339,0.00530372938242489,0,0.348580288695804,0.945608286014084 -7211,0.5,0.153725174569888,0.459605345814152,0.201352933313708,0.153725174569888,0.438249251968756,0.0933937370432888,0.153725174569888,0.467197556858568,0.0305282875138612,0.153725174569888,0.481660720863775,0.126424717673453,0.153725174569888,0.431508391423365,0.118512830278588,0.153725174569888,0.431512347532034,0.0948129439891545,0.153725174569888,0.444414555796608,0.0563524665632404,0.153725174569888,0.447292566440628,0.0475481446246489,0.5,0.153725174569888,0.456448816988639,0.0137299451914679,0.153725174569888,0.492097767358938,0.00610490087108602,0.5,0.153725174569888,0.466983539519685,0.014748322566804,0.153725174569888,0.478939427341147,0.0177797278577364,0.153725174569888,0.424596195010786,0.289836967328639,0.153725174569888,0.426715304359032,0.22006573963076,0.153725174569888,0.448826069932659,0.0460857731973694,0.153725174569888,0.460560960474349,0.0455661109703882,0.153725174569888,0.481786644350904,0.0282829680636729,0.5,0.153725174569888,0.502229228608066,0.0126850827315468,0,0.349202410707672,0.96041591597303 -7212,0.5,0.153725174569888,0.529339677900696,0.228033476380389,0.153725174569888,0.517991090174104,0.142020612343882,0.153725174569888,0.543430469529232,0.0358542382400479,0.153725174569888,0.548819190851548,0.148912617219261,0.153725174569888,0.5223638466497,0.14773695945565,0.153725174569888,0.526288957444632,0.105923410627388,0.153725174569888,0.533831141196499,0.0798108205740658,0.153725174569888,0.539515610964051,0.0631326896819382,0.5,0.153725174569888,0.545426005392693,0.0250040286492779,0.153725174569888,0.569849988060405,0.00566393292759686,0.5,0.153725174569888,0.551337309188703,0.018196907514677,0.153725174569888,0.562455012529437,0.0184197338312748,0.153725174569888,0.508736876198283,0.313647105172747,0.153725174569888,0.514792244321588,0.264183194115342,0.153725174569888,0.531389600456952,0.057614442096404,0.153725174569888,0.544810801664344,0.0735444842398298,0.153725174569888,0.560191544736927,0.0438210079822997,0.5,0.153725174569888,0.573628367118616,0.0152084106107086,0,0.294900703318274,0.96559648817319 -7213,0.5,0.153725174569888,0.54104317622287,0.205807682886374,0.153725174569888,0.538447243283335,0.124744878777864,0.153725174569888,0.560826205819662,0.0345623321106118,0.153725174569888,0.557400388770704,0.148677133298233,0.153725174569888,0.550995284302155,0.165653166767003,0.153725174569888,0.560686083843889,0.121859969369037,0.153725174569888,0.56301609554473,0.113324087293537,0.153725174569888,0.571202181695482,0.0631336388210784,0.5,0.153725174569888,0.575873327806309,0.0304431322346657,0.153725174569888,0.588372601754146,0.00635997806524413,0.5,0.153725174569888,0.576760981830718,0.0192298627336127,0.153725174569888,0.5867531683863,0.0154120628096442,0.153725174569888,0.534046445108768,0.300523875276973,0.153725174569888,0.542961714739373,0.244644555144718,0.153725174569888,0.553842045160711,0.0724961273038982,0.153725174569888,0.569078195801654,0.083096931841525,0.153725174569888,0.57928764794594,0.052821691515528,0.5,0.153725174569888,0.585858309334827,0.0171294301055623,0,0.243675663400029,0.960484540647893 -7214,0.5,0.153725174569888,0.49282082609096,0.196488310542598,0.153725174569888,0.502227187019109,0.111814891008203,0.153725174569888,0.518382332975802,0.0320824705631152,0.153725174569888,0.505833676439309,0.137142287045226,0.153725174569888,0.522426973451628,0.135815512001631,0.153725174569888,0.536598846493108,0.100842954661146,0.153725174569888,0.532403465607287,0.102972566747902,0.153725174569888,0.545693956629707,0.0694157608045987,0.5,0.153725174569888,0.548425696968575,0.0350758393783814,0.153725174569888,0.547065178760558,0.00663936568088414,0.5,0.153725174569888,0.543304586155362,0.0129497428014609,0.153725174569888,0.552046651235392,0.0155283539096604,0.153725174569888,0.500031326362339,0.293921938555221,0.153725174569888,0.511935614112372,0.255284258996872,0.153725174569888,0.517033109107847,0.073817762008669,0.153725174569888,0.534407894014741,0.0887231307767698,0.153725174569888,0.537708908355978,0.0497340053558008,0.5,0.153725174569888,0.53687804649613,0.0155375450910209,0,0.228497389633307,0.949596927246244 -7215,0.5,0.153725174569888,0.38641996347066,0.147543831763917,0.153725174569888,0.407882647660316,0.0746573590494701,0.153725174569888,0.414287097661214,0.0248612149116668,0.153725174569888,0.395033867105257,0.0928106933664012,0.153725174569888,0.433734005639815,0.0960083175393797,0.153725174569888,0.450402036106636,0.0704074186191462,0.153725174569888,0.440389314155421,0.0726249527802359,0.153725174569888,0.457546300996774,0.0526248570088871,0.5,0.153725174569888,0.458501439738009,0.0279385970023016,0.153725174569888,0.442887635824176,0.00436197375278297,0.5,0.153725174569888,0.446912825404456,0.00752522129316637,0.153725174569888,0.454187485394584,0.0104578806821651,0.153725174569888,0.405006637865638,0.23792727676739,0.153725174569888,0.421763783964811,0.203875891671265,0.153725174569888,0.419976721550744,0.0432956944178885,0.153725174569888,0.437139800691338,0.0660581772169978,0.153725174569888,0.433035219556386,0.0391399647534292,0.5,0.153725174569888,0.425560866194452,0.0114605275635325,0,0.199231394751522,0.949437837961103 -7216,0.5,0.153725174569888,0.119489740930443,0.111557788040266,0.153725174569888,0.154021357427422,0.0632310702925003,0.153725174569888,0.179294475698088,0.0147009112115804,0.153725174569888,0.121988519729444,0.0626070335890155,0.153725174569888,0.213797570188589,0.0826662200364371,0.153725174569888,0.242934317636571,0.0565411192968862,0.153725174569888,0.226612701065177,0.0448260167180464,0.153725174569888,0.237266077315997,0.0268322304644437,0.5,0.153725174569888,0.276213332285179,0.010858334570413,0.153725174569888,0.230778169355098,0.00119386476587612,0.5,0.153725174569888,0.210384114455048,0.00106243182417914,0.153725174569888,0.258718404170044,0.00187957299796582,0.153725174569888,0.181099836802385,0.230934573250065,0.153725174569888,0.19456200771942,0.184212707314617,0.153725174569888,0.18322947511741,0.0374804038110008,0.153725174569888,0.209211276221807,0.0318594862861311,0.153725174569888,0.191307262461452,0.0108875567059232,0.5,0.153725174569888,0.183386639646827,0.00369965402208922,0,0.195665581847455,0.952909519911403 -7217,0.5,0.153725174569888,0.0,0.123673926320359,0.153725174569888,0.0,0.084820618211523,0.153725174569888,0.0,0.023423395479754,0.153725174569888,0.0,0.0837718572563902,0.153725174569888,0.0,0.107785811585711,0.153725174569888,0.0,0.0871382316315125,0.153725174569888,0.0,0.0582198677197168,0.153725174569888,0.0,0.0419051117989814,0.5,0.153725174569888,0.000419396259083183,0.0130974698684663,0.153725174569888,0.0,0.00216852015444575,0.5,0.153725174569888,0.0,0.00115014304658225,0.153725174569888,0.000399747540334616,0.00301819796406163,0.153725174569888,0.0,0.276427303714813,0.153725174569888,0.0,0.213574258278855,0.153725174569888,0.0,0.0525939165094515,0.153725174569888,0.0,0.039440304351226,0.153725174569888,0.0,0.01293156740116,0.5,0.153725174569888,0.0,0.00480337704017929,0,0.20858320989716,0.951406365305358 -7218,0.5,0.153725174569888,0.0,0.11940093328612,0.153725174569888,0.0,0.1121014167141,0.153725174569888,0.0,0.0262171315893412,0.153725174569888,0.0,0.0876072310591982,0.153725174569888,0.0,0.131345687462035,0.153725174569888,0.0,0.110548370819738,0.153725174569888,0.0,0.0773299800975131,0.153725174569888,0.0,0.0500632572041272,0.5,0.153725174569888,0.0,0.013534218618079,0.153725174569888,0.0,0.00481711246680437,0.5,0.153725174569888,0.0,0.00358842954215305,0.153725174569888,0.0,0.00818092213758008,0.153725174569888,0.0,0.286749604964831,0.153725174569888,0.0,0.224093342432038,0.153725174569888,0.0,0.0687586346198382,0.153725174569888,0.0,0.0391594484119539,0.153725174569888,0.0,0.0126788386657901,0.5,0.153725174569888,0.0,0.00550736806549164,0,0.241489775584053,0.954003436722115 -7219,0.5,0.153725174569888,0.0,0.123403222419312,0.153725174569888,0.0,0.122635299307204,0.153725174569888,0.0,0.0313529269786402,0.153725174569888,0.0,0.0884398883283471,0.153725174569888,0.0,0.13385681295532,0.153725174569888,0.0,0.112738905750645,0.153725174569888,0.0,0.0944504933525858,0.153725174569888,0.0,0.0584686192299582,0.5,0.153725174569888,0.0,0.0148075419855756,0.153725174569888,0.0,0.0103949547189891,0.5,0.153725174569888,0.0,0.00614718411718045,0.153725174569888,0.0,0.0159102025998478,0.153725174569888,0.0,0.277009208798604,0.153725174569888,0.0,0.215083469870592,0.153725174569888,0.0,0.0823714487402085,0.153725174569888,0.0,0.0401553797175596,0.153725174569888,0.0,0.0126453221344219,0.5,0.153725174569888,0.0,0.00560912402545206,0,0.301354169976895,0.958001647934244 -7220,0.5,0.153725174569888,0.0,0.128495619024679,0.153725174569888,0.0,0.117559734539822,0.153725174569888,0.0,0.0368432741391892,0.153725174569888,0.0,0.0912140502927731,0.153725174569888,0.0,0.140883818907191,0.153725174569888,0.0,0.121987126937953,0.153725174569888,0.0,0.104505798644392,0.153725174569888,0.0,0.0605986618632416,0.5,0.153725174569888,0.0,0.0161233690753687,0.153725174569888,0.0,0.0167714649189471,0.5,0.153725174569888,0.0,0.00805689159812416,0.153725174569888,0.0,0.0185812211017793,0.153725174569888,0.0,0.285003161884267,0.153725174569888,0.0,0.213834358480642,0.153725174569888,0.0,0.0912011408387293,0.153725174569888,0.0,0.0427207585095369,0.153725174569888,0.0,0.0144620286625463,0.5,0.153725174569888,0.0,0.00638795086558438,0,0.355641870201371,0.962104793601798 -7221,0.5,0.153725174569888,0.0,0.124570693728609,0.153725174569888,0.0,0.1100654497496,0.153725174569888,0.0,0.0429817349960631,0.153725174569888,0.0,0.0930245200400683,0.153725174569888,0.0,0.142241348506211,0.153725174569888,0.0,0.123421341929224,0.153725174569888,0.0,0.109069664892836,0.153725174569888,0.0,0.0715768505792566,0.5,0.153725174569888,0.0,0.0176453531990776,0.153725174569888,0.0,0.023977706627974,0.5,0.153725174569888,0.0,0.00900574919977099,0.153725174569888,0.0,0.0223748659014207,0.153725174569888,0.0,0.295649717118471,0.153725174569888,0.0,0.220795020345368,0.153725174569888,0.0,0.0916724932432415,0.153725174569888,0.0,0.0429171275779206,0.153725174569888,0.0,0.0177541282498261,0.5,0.153725174569888,0.0,0.00855435415048742,0,0.358188680833021,0.962408172001547 -7222,0.5,0.153725174569888,0.0,0.116754439308751,0.153725174569888,0.0,0.132593453539827,0.153725174569888,0.0,0.043021650510024,0.153725174569888,0.0,0.090604314434882,0.153725174569888,0.0,0.148740864848468,0.153725174569888,0.0,0.127448458855302,0.153725174569888,0.0,0.1098993323648,0.153725174569888,0.0,0.0722240600706617,0.5,0.153725174569888,0.0,0.0183644811872524,0.153725174569888,0.0,0.0297159460303788,0.5,0.153725174569888,0.0,0.0117789539246396,0.153725174569888,0.0,0.0247655098464112,0.153725174569888,0.0,0.313441517099005,0.153725174569888,0.0,0.231082806108441,0.153725174569888,0.0,0.0842029834968779,0.153725174569888,0.0,0.0440271449281379,0.153725174569888,0.0,0.0174153213938353,0.5,0.153725174569888,0.0,0.0107669876171536,0,0.349397961090421,0.95423846496764 -7223,0.5,0.153725174569888,0.0,0.114772699413504,0.153725174569888,0.0,0.112098509716122,0.153725174569888,0.0,0.0468135384784356,0.153725174569888,0.0,0.0860146840010332,0.153725174569888,0.0,0.162232550707705,0.153725174569888,0.0,0.127393916571863,0.153725174569888,0.0,0.101950606554836,0.153725174569888,0.0,0.0656442566137588,0.5,0.153725174569888,0.0,0.0175234115480384,0.153725174569888,0.0,0.0335873419844066,0.5,0.153725174569888,0.0,0.0130204353387335,0.153725174569888,0.0,0.0239334423304666,0.153725174569888,0.0,0.326241658201621,0.153725174569888,0.0,0.243660527450542,0.153725174569888,0.0,0.0862739096468831,0.153725174569888,0.0,0.0419105027221439,0.153725174569888,0.0,0.0174511449104392,0.5,0.153725174569888,0.0,0.0133001616814861,0,0.34277282599513,0.936045665669891 -7224,0.5,0.153725174569888,0.0,0.111948229397662,0.153725174569888,0.0,0.119218607884503,0.153725174569888,0.0,0.0457822524769822,0.153725174569888,0.0,0.0801657368214415,0.153725174569888,0.0,0.177015657140357,0.153725174569888,0.0,0.127589063018409,0.153725174569888,0.0,0.0960605852394036,0.153725174569888,0.0,0.0636999803749175,0.5,0.153725174569888,0.0,0.0158989919757456,0.153725174569888,0.0,0.0321897912553378,0.5,0.153725174569888,0.0,0.0118725165851244,0.153725174569888,0.0,0.0228452755687414,0.153725174569888,0.0,0.333572099436159,0.153725174569888,0.0,0.250899757590142,0.153725174569888,0.0,0.0861591686365827,0.153725174569888,0.0,0.0369466843899368,0.153725174569888,0.0,0.0152649798248499,0.5,0.153725174569888,0.0,0.013266497075247,0,0.335783929448259,0.904577825422475 -7225,0.5,0.153725174569888,0.0,0.102090045233587,0.153725174569888,0.0,0.121630433092512,0.153725174569888,0.0,0.0480352919862877,0.153725174569888,0.0,0.0744122572002839,0.153725174569888,0.0,0.174248275681114,0.153725174569888,0.0,0.135511764843396,0.153725174569888,0.0,0.100880324559594,0.153725174569888,0.0,0.0561663871903712,0.5,0.153725174569888,0.0,0.0141807251551592,0.153725174569888,0.0,0.0275959291389763,0.5,0.153725174569888,0.0,0.00993039635362277,0.153725174569888,0.0,0.0221040111558359,0.153725174569888,0.0,0.332134925350837,0.153725174569888,0.0,0.251350695141407,0.153725174569888,0.0,0.0862592472498759,0.153725174569888,0.0,0.0333707035421288,0.153725174569888,0.0,0.0140482955341473,0.5,0.153725174569888,0.0,0.0116835604831952,0,0.33681475055695,0.817394206929875 -7226,0.5,0.153725174569888,0.0,0.093426796438581,0.153725174569888,0.0,0.127770667142923,0.153725174569888,0.0,0.0495577730290803,0.153725174569888,0.0,0.0731966094636301,0.153725174569888,0.0,0.201972979923665,0.153725174569888,0.0,0.144066832184098,0.153725174569888,0.0,0.119201593181676,0.153725174569888,0.0,0.0560718214780555,0.5,0.153725174569888,0.0,0.0134333680768625,0.153725174569888,0.0,0.0271111912200763,0.5,0.153725174569888,0.0,0.0090800282377352,0.153725174569888,0.0,0.019780411673915,0.153725174569888,0.0,0.324537764690243,0.153725174569888,0.0,0.249910021669959,0.153725174569888,0.0,0.0897557492969484,0.153725174569888,0.0,0.0316037625059935,0.153725174569888,0.0,0.0134179426201034,0.5,0.153725174569888,0.0,0.0104839188538237,0,0.346278045656848,0.345445440377592 -7227,0.5,0.153725174569888,0.0,0.0905786543984472,0.153725174569888,0.0,0.14665793354457,0.153725174569888,0.0,0.0485103740351495,0.153725174569888,0.0,0.0745500396171743,0.153725174569888,0.0,0.183410522277228,0.153725174569888,0.0,0.135121239386937,0.153725174569888,0.0,0.107421582233744,0.153725174569888,0.0,0.0567829429617358,0.5,0.153725174569888,0.0,0.0142571421370138,0.153725174569888,0.0,0.0304394657663019,0.5,0.153725174569888,0.0,0.00950957685272437,0.153725174569888,0.0,0.0172684018173721,0.153725174569888,0.0,0.324824437520141,0.153725174569888,0.0,0.246411939582026,0.153725174569888,0.0,0.0893380047855476,0.153725174569888,0.0,0.0293391485927816,0.153725174569888,0.0,0.0114274153636445,0.5,0.153725174569888,0.0,0.00988182420148242,0,0.365588360282361,0.444437723440278 -7228,0.5,0.153725174569888,0.0,0.0880904624021161,0.153725174569888,0.0,0.139256653293727,0.153725174569888,0.0,0.0504744487421693,0.153725174569888,0.0,0.0723283360289452,0.153725174569888,0.0,0.177815553239483,0.153725174569888,0.0,0.126049018208616,0.153725174569888,0.0,0.103597692078038,0.153725174569888,0.0,0.0675981484294298,0.5,0.153725174569888,0.0,0.0145885139873156,0.153725174569888,0.0,0.0291670657080034,0.5,0.153725174569888,0.0,0.0103359375170278,0.153725174569888,0.0,0.016479650419209,0.153725174569888,0.0,0.311683179274829,0.153725174569888,0.0,0.240417397158059,0.153725174569888,0.0,0.0869414564088058,0.153725174569888,0.0,0.0297824359532282,0.153725174569888,0.0,0.0107620085166699,0.5,0.153725174569888,0.0,0.00884636572193709,0,0.372675096836608,0.628334592511968 -7229,0.5,0.153725174569888,0.0,0.0846108684646065,0.153725174569888,0.0,0.124949221917271,0.153725174569888,0.0,0.0517898132570298,0.153725174569888,0.0,0.0716300116261544,0.153725174569888,0.0,0.181207981549008,0.153725174569888,0.0,0.122943724926357,0.153725174569888,0.0,0.115904336026898,0.153725174569888,0.0,0.0728992053998259,0.5,0.153725174569888,0.0,0.0154118454971198,0.153725174569888,0.0,0.02966989728951,0.5,0.153725174569888,0.0,0.0142913595728291,0.153725174569888,0.0,0.0169901510189406,0.153725174569888,0.0,0.252592280958007,0.153725174569888,0.0,0.237438521046183,0.153725174569888,0.0,0.0838840145520042,0.153725174569888,0.0,0.0297995990717313,0.153725174569888,0.0,0.0112720026924938,0.5,0.153725174569888,0.0,0.0106190311581527,0,0.375314909363916,0.60527484300097 -7230,0.5,0.153725174569888,0.0,0.080210214973969,0.153725174569888,0.0,0.119280669745268,0.153725174569888,0.0,0.051963187311635,0.153725174569888,0.0,0.0674015450376998,0.153725174569888,0.0,0.165764210551257,0.153725174569888,0.0,0.109206505615118,0.153725174569888,0.0,0.08867375277162,0.153725174569888,0.0,0.0595901149003141,0.5,0.153725174569888,0.0,0.0153620051279451,0.153725174569888,0.0,0.0355731793788375,0.5,0.153725174569888,0.0,0.0190886634905116,0.153725174569888,0.0,0.0174839453657786,0.153725174569888,0.0,0.211170120243438,0.153725174569888,0.0,0.229794923969825,0.153725174569888,0.0,0.0832033072028359,0.153725174569888,0.0,0.0282995235239778,0.153725174569888,0.0,0.0124769121631,0.5,0.153725174569888,0.0,0.0132201839786156,0,0.365723367924058,0.603723401744785 -7231,0.5,0.153725174569888,0.0,0.0765176335117634,0.153725174569888,0.0,0.123354364483561,0.153725174569888,0.0,0.051075448550695,0.153725174569888,0.0,0.0639242515088923,0.153725174569888,0.0,0.158499037822629,0.153725174569888,0.0,0.106469871519182,0.153725174569888,0.0,0.0758899758642748,0.153725174569888,0.0,0.049113084199527,0.5,0.153725174569888,0.0,0.0145402081672359,0.153725174569888,0.0,0.0343249921215309,0.5,0.153725174569888,0.0,0.0213400478401632,0.153725174569888,0.0,0.0182376635245699,0.153725174569888,0.0,0.211266378928783,0.153725174569888,0.0,0.189020654666654,0.153725174569888,0.0,0.0805940284855802,0.153725174569888,0.0,0.0281244984722924,0.153725174569888,0.0,0.0125648141866878,0.5,0.153725174569888,0.0,0.0148558724594648,0,0.357348615295604,0.601188080873695 -7232,0.5,0.153725174569888,0.011134916199703,0.0683990108167556,0.153725174569888,0.00178005781981741,0.115024942736699,0.153725174569888,0.00963909327490099,0.0472679508779765,0.153725174569888,0.0244337349706861,0.0558676359622645,0.153725174569888,2.72323318071547e-05,0.155957591629239,0.153725174569888,0.0,0.107220038273978,0.153725174569888,0.000731754526744418,0.0868211221268923,0.153725174569888,0.000666511718758541,0.0454464950771951,0.5,0.153725174569888,0.00179808746439727,0.0138503159429303,0.153725174569888,0.0169237419750887,0.0288738908157017,0.5,0.153725174569888,0.00644730885048551,0.0220501466314593,0.153725174569888,0.00860585912350271,0.0196729605804651,0.153725174569888,0.000362113845919609,0.178274333601899,0.153725174569888,0.000220818768184994,0.133067409225359,0.153725174569888,0.00319552675282134,0.0833458873394119,0.153725174569888,0.00384392321003195,0.0272758025207872,0.153725174569888,0.0138120857662327,0.01182765265598,0.5,0.153725174569888,0.0345002481415238,0.0140914334661403,0,0.350661377266929,0.547373185645325 -7233,0.5,0.153725174569888,0.171056839698138,0.0622278757387468,0.153725174569888,0.111713490238013,0.0918301562809156,0.153725174569888,0.172314358529156,0.0389258274201527,0.153725174569888,0.190619213837691,0.0472580268268937,0.153725174569888,0.0879632765933416,0.137427723431594,0.153725174569888,0.105684373140261,0.0899054781229604,0.153725174569888,0.124339118193091,0.062832413017665,0.153725174569888,0.124008492219179,0.0320005585838275,0.5,0.153725174569888,0.085080882521806,0.0143943179597924,0.153725174569888,0.180472342557007,0.0223640517985824,0.5,0.153725174569888,0.156697636558194,0.0153980564019133,0.153725174569888,0.165974382206304,0.0154666001239263,0.153725174569888,0.0195270355590702,0.114648780689711,0.153725174569888,0.0446612111135508,0.0933968387815617,0.153725174569888,0.137967244166751,0.074086268518629,0.153725174569888,0.11924470041225,0.0249341019855805,0.153725174569888,0.16664921123548,0.0100322026362265,0.5,0.153725174569888,0.198312726825914,0.00941787681975146,0,0.336970319543541,0.523601926222044 -7234,0.5,0.153725174569888,0.325258012833745,0.0623412502114923,0.153725174569888,0.154348994927235,0.0995219466032817,0.153725174569888,0.333719787445907,0.0370532648911602,0.153725174569888,0.348878632293972,0.0485171474059498,0.153725174569888,0.16113087542535,0.141865731511021,0.153725174569888,0.238968210058972,0.09631026903317,0.153725174569888,0.280090118960324,0.0619643636522556,0.153725174569888,0.284114301696106,0.0250212844825894,0.5,0.153725174569888,0.198784349686418,0.0171104686163059,0.153725174569888,0.344822955922304,0.0141969751149731,0.5,0.153725174569888,0.319484945029127,0.0109013632098692,0.153725174569888,0.331701264971985,0.0115242158616446,0.153725174569888,0.0244758073064376,0.092469039441463,0.153725174569888,0.0526151500550888,0.0990590669036474,0.153725174569888,0.283888047600176,0.0747293376262654,0.153725174569888,0.23090273560653,0.0330320820827808,0.153725174569888,0.308046224777128,0.0101797700944107,0.5,0.153725174569888,0.361107666333368,0.00826132118564972,0,0.312588720087819,0.525964358815509 -7235,0.5,0.153725174569888,0.439711600443989,0.0696138276730292,0.153725174569888,0.0418055666336889,0.0998272588184051,0.153725174569888,0.464561753641634,0.0504189910627398,0.153725174569888,0.473698236042851,0.0705498726367824,0.153725174569888,0.154817060657695,0.139030087072188,0.153725174569888,0.328500098642629,0.117997355886812,0.153725174569888,0.402192198943248,0.0816990963677289,0.153725174569888,0.423096080526928,0.02486445824163,0.5,0.153725174569888,0.340418103085447,0.0200375090817769,0.153725174569888,0.479355876906734,0.0172393774828543,0.5,0.153725174569888,0.458686375428689,0.0310553733646064,0.153725174569888,0.470866212202303,0.0122997679704181,0.153725174569888,0.039564784515472,0.110150309751388,0.153725174569888,0.0361092895025765,0.123605130646799,0.153725174569888,0.37528325009322,0.0900720413552993,0.153725174569888,0.326142758724748,0.0326730175540285,0.153725174569888,0.413056145004876,0.0196951675294736,0.5,0.153725174569888,0.489127743039262,0.0126640372409277,0,0.236677281990628,0.51159633599181 -7236,0.5,0.153725174569888,0.476223726087008,0.0642275794917149,0.153725174569888,0.0151908746360364,0.0744245230181827,0.153725174569888,0.536960977920105,0.0573364087439853,0.153725174569888,0.540232209908192,0.0659225478077279,0.153725174569888,0.122862319485679,0.111708624728924,0.153725174569888,0.371765919547802,0.129889355257712,0.153725174569888,0.43409907396835,0.104249564251402,0.153725174569888,0.507349199080163,0.0368814880095096,0.5,0.153725174569888,0.47864140984629,0.0245451285658369,0.153725174569888,0.557371386974957,0.0363854389117136,0.5,0.153725174569888,0.543983652538512,0.0517767132659497,0.153725174569888,0.55470815051382,0.0151871092843608,0.153725174569888,0.0436303774592947,0.138447994241897,0.153725174569888,0.0295239560156923,0.143922376465232,0.153725174569888,0.371393418917005,0.10934505598907,0.153725174569888,0.403949499435254,0.0385123508919999,0.153725174569888,0.463515578821786,0.0337120889888226,0.5,0.153725174569888,0.559297610672947,0.0171665154281106,0,0.108378006674776,0.424928500984272 -7237,0.5,0.153725174569888,0.44691516078776,0.0612122123953318,0.153725174569888,0.00283313254600024,0.0354114356365206,0.153725174569888,0.556725607053622,0.0506426100089416,0.153725174569888,0.548381338791996,0.0555501018737583,0.153725174569888,0.113699973686279,0.0750739423550504,0.153725174569888,0.359672699209019,0.106917471820932,0.153725174569888,0.403152067704315,0.120129750164724,0.153725174569888,0.523641909025594,0.0430810921213552,0.5,0.153725174569888,0.54823652531287,0.0297353259193203,0.153725174569888,0.576737521541375,0.0459311943702348,0.5,0.153725174569888,0.56861865860122,0.060379172884931,0.153725174569888,0.579778199047298,0.018725795068423,0.153725174569888,0.0367519555870982,0.11999074815088,0.153725174569888,0.00786415522676771,0.138471890362799,0.153725174569888,0.310685443272768,0.09841012151739,0.153725174569888,0.463068873257545,0.0459494566405602,0.153725174569888,0.488745066344173,0.0417628079806306,0.5,0.153725174569888,0.570922676406738,0.0163811424874479,0,0.0287158639978572,0.393314977185757 -7238,0.5,0.153725174569888,0.371947707903861,0.046453042621113,0.153725174569888,0.00188586796926694,0.0117505599055677,0.153725174569888,0.510646746184224,0.0437277998709661,0.153725174569888,0.495965317736434,0.0425277436073322,0.153725174569888,0.060520052773872,0.0469659101234669,0.153725174569888,0.295062164743781,0.0837336040084664,0.153725174569888,0.339404602610754,0.103292609286264,0.153725174569888,0.475625091259851,0.0431985536471901,0.5,0.153725174569888,0.531596191742715,0.0321066501542289,0.153725174569888,0.534944877167996,0.0439423780368375,0.5,0.153725174569888,0.534036989532657,0.0485394878140093,0.153725174569888,0.545684376402532,0.0149346059685258,0.153725174569888,0.03873385245937,0.0916720678033465,0.153725174569888,0.00611157703429496,0.129677942031442,0.153725174569888,0.206030231613011,0.0729082213339402,0.153725174569888,0.460859321918167,0.0488083304598848,0.153725174569888,0.477234562494474,0.0335932326571463,0.5,0.153725174569888,0.521369827263438,0.0123961217132549,0,0.0176453848274661,0.376396786715109 -7239,0.5,0.153725174569888,0.247284074432757,0.0332442469626115,0.153725174569888,0.00131094255279627,0.00325075511624074,0.153725174569888,0.401203715968392,0.0343054447003012,0.153725174569888,0.384825781803748,0.0250902485538326,0.153725174569888,0.0434651364848742,0.028175110398396,0.153725174569888,0.192825247054333,0.0379865107270484,0.153725174569888,0.250578774335445,0.0624380426927551,0.153725174569888,0.36573920033808,0.0354608009109592,0.5,0.153725174569888,0.439069770214034,0.0291041982114351,0.153725174569888,0.430065890934303,0.0293485558601577,0.5,0.153725174569888,0.437020902818636,0.0314060694587056,0.153725174569888,0.448103079537816,0.0111437162280045,0.153725174569888,0.0232615151212081,0.0701753083963937,0.153725174569888,0.00377687752586619,0.12157980935498,0.153725174569888,0.101932335799574,0.0421302950808807,0.153725174569888,0.373603447233407,0.0434997715450868,0.153725174569888,0.399879189609435,0.022176479064371,0.5,0.153725174569888,0.410638449916876,0.0069247638827695,0,0.0343282529404691,0.341504136151423 -7240,0.5,0.153725174569888,0.0714417508010013,0.0185851660377435,0.153725174569888,0.00048497561044356,0.00138790444296597,0.153725174569888,0.167503071921438,0.0149935042326307,0.153725174569888,0.114255027646062,0.0119771405433991,0.153725174569888,0.0166764334132671,0.0145936030534443,0.153725174569888,0.0903306540045247,0.0170179159140103,0.153725174569888,0.139049236129084,0.0287740772272015,0.153725174569888,0.209996595453254,0.0151399348042098,0.5,0.153725174569888,0.245092392144918,0.0120713108429286,0.153725174569888,0.223073026210509,0.006354942872911,0.5,0.153725174569888,0.203042978994593,0.00697455369061195,0.153725174569888,0.237263161178401,0.00214787174801956,0.153725174569888,0.0267492833843473,0.0644354084696234,0.153725174569888,0.00148034755378814,0.114600852145373,0.153725174569888,0.0304509762122636,0.0247429050743199,0.153725174569888,0.18238660018106,0.022863046254252,0.153725174569888,0.181901877982124,0.00481448442896965,0.5,0.153725174569888,0.174849884359728,0.00109705537424563,0,0.0797417977417459,0.273229379265741 -7241,0.5,0.153725174569888,0.0,0.0174142250425089,0.153725174569888,0.0,0.00425375560562487,0.153725174569888,0.0,0.0208293510401927,0.153725174569888,0.0,0.0171907768716153,0.153725174569888,0.000124243844689106,0.00850407581147946,0.153725174569888,0.000159128999654618,0.0140068303955418,0.153725174569888,0.0,0.0303091956115515,0.153725174569888,0.0,0.0179455641091285,0.5,0.153725174569888,0.0,0.0115241496034692,0.153725174569888,0.0,0.00456295224051116,0.5,0.153725174569888,0.0,0.00661626521294524,0.153725174569888,0.0,0.00226337756194287,0.153725174569888,9.97580702150399e-05,0.063007785426822,0.153725174569888,0.000123362457640992,0.0856527774243183,0.153725174569888,8.66318748388134e-05,0.021219913197056,0.153725174569888,0.0,0.0193307691002652,0.153725174569888,0.0,0.00398557338193058,0.5,0.153725174569888,0.0,0.000992920891286612,0,0.12019038841272,0.20243029357364 -7242,0.5,0.153725174569888,0.0,0.0134002797198654,0.153725174569888,0.0,0.00356661495536272,0.153725174569888,0.0,0.0210420720757827,0.153725174569888,0.0,0.0201367953395158,0.153725174569888,0.0,0.00527811532000063,0.153725174569888,0.0,0.0102482232646043,0.153725174569888,0.0,0.0234764334156061,0.153725174569888,0.0,0.0221792841888605,0.5,0.153725174569888,0.0,0.0116573094669449,0.153725174569888,0.0,0.00410462361139469,0.5,0.153725174569888,0.0,0.00741886905085997,0.153725174569888,0.0,0.00351106816327448,0.153725174569888,0.0,0.0602963683680958,0.153725174569888,0.0,0.0630323098541306,0.153725174569888,0.0,0.0152065459418544,0.153725174569888,0.0,0.0172453891836971,0.153725174569888,0.0,0.00376108342218667,0.5,0.153725174569888,0.0,0.00142585268699183,0,0.132585150771623,0.160921726180718 -7243,0.5,0.153725174569888,0.0,0.0111834760565449,0.153725174569888,0.0,0.00558018306146052,0.153725174569888,0.0,0.0186816442279662,0.153725174569888,0.0,0.0216531962548836,0.153725174569888,0.0,0.00368943947812063,0.153725174569888,0.0,0.00701587137118845,0.153725174569888,0.0,0.0164693263526126,0.153725174569888,0.0,0.0219887249941012,0.5,0.153725174569888,0.0,0.0113054187788351,0.153725174569888,0.0,0.0062796796927853,0.5,0.153725174569888,0.0,0.00691635742290936,0.153725174569888,0.0,0.00598137039165875,0.153725174569888,0.0,0.0584464792017112,0.153725174569888,0.0,0.0564359532081832,0.153725174569888,0.0,0.0099699086657786,0.153725174569888,0.0,0.0136610277769385,0.153725174569888,0.0,0.00390372883210695,0.5,0.153725174569888,0.0,0.00391519565229162,0,0.161819880420642,0.125415324083832 -7244,0.5,0.153725174569888,0.0,0.0113178187426109,0.153725174569888,0.0,0.0133499702938019,0.153725174569888,0.0,0.0166479364814697,0.153725174569888,0.0,0.0234408466263603,0.153725174569888,0.0,0.00519871488723797,0.153725174569888,0.0,0.00809917642971391,0.153725174569888,0.0,0.0153787890779325,0.153725174569888,0.0,0.0201065707473695,0.5,0.153725174569888,0.0,0.0110767554941362,0.153725174569888,0.0,0.00952139171115537,0.5,0.153725174569888,0.0,0.00666129685145277,0.153725174569888,0.0,0.00840106100552482,0.153725174569888,0.0,0.0604688563092879,0.153725174569888,0.0,0.0515317424658474,0.153725174569888,0.0,0.00924170597600534,0.153725174569888,0.0,0.0107379965804151,0.153725174569888,0.0,0.00384558630546258,0.5,0.153725174569888,0.0,0.00682482073105947,0,0.197496496422672,0.102216661390996 -7245,0.5,0.153725174569888,0.0,0.0136332668528024,0.153725174569888,0.0,0.0176251285558145,0.153725174569888,0.0,0.0145218858797167,0.153725174569888,0.0,0.0216958727063495,0.153725174569888,0.0,0.00865332771210185,0.153725174569888,0.0,0.00910307249120058,0.153725174569888,0.0,0.0166244013886153,0.153725174569888,0.0,0.0222099383254078,0.5,0.153725174569888,0.0,0.00980216937724768,0.153725174569888,0.0,0.0127073475460415,0.5,0.153725174569888,0.0,0.00620225162170457,0.153725174569888,0.0,0.0100715803204137,0.153725174569888,0.0,0.0725131000895532,0.153725174569888,0.0,0.0583301722593842,0.153725174569888,0.0,0.0110305964767703,0.153725174569888,0.0,0.010631628490634,0.153725174569888,0.0,0.00345177012281103,0.5,0.153725174569888,0.0,0.00914534377294335,0,0.230847006772978,0.108593555337027 -7246,0.5,0.153725174569888,0.0,0.0210309863261902,0.153725174569888,0.0,0.0282854333379799,0.153725174569888,0.0,0.013871732410381,0.153725174569888,0.0,0.0235573052547905,0.153725174569888,0.0,0.0114557294569658,0.153725174569888,0.0,0.00723854926361699,0.153725174569888,0.0,0.0106311220289629,0.153725174569888,0.0,0.0243782177262001,0.5,0.153725174569888,0.0,0.00930977978492606,0.153725174569888,0.0,0.0160310016966365,0.5,0.153725174569888,0.0,0.00689521947756459,0.153725174569888,0.0,0.0125804841917129,0.153725174569888,0.0,0.06911363535851,0.153725174569888,0.0,0.0755606981429492,0.153725174569888,0.0,0.0115009421700198,0.153725174569888,0.0,0.01143967120174,0.153725174569888,0.0,0.00300794199903697,0.5,0.153725174569888,0.0,0.00879834824225006,0,0.260688703021601,0.11991515499227 -7247,0.5,0.153725174569888,0.0,0.0217582797897162,0.153725174569888,0.0,0.0227800667959236,0.153725174569888,0.0,0.0134382176904704,0.153725174569888,0.0,0.0262921941336681,0.153725174569888,0.0,0.0135514157496143,0.153725174569888,0.0,0.00288925170457792,0.153725174569888,0.0,0.00528080900530967,0.153725174569888,0.0,0.0199450877891681,0.5,0.153725174569888,0.0,0.0111816889401488,0.153725174569888,0.0,0.017032392776886,0.5,0.153725174569888,0.0,0.0074629691071147,0.153725174569888,0.0,0.0162857191135127,0.153725174569888,0.0,0.0610722274920817,0.153725174569888,0.0,0.0702591383489626,0.153725174569888,0.0,0.0104444462635264,0.153725174569888,0.0,0.00913374384299864,0.153725174569888,0.0,0.00330442966787002,0.5,0.153725174569888,0.0,0.00853302565701626,0,0.201086080340305,0.14916822999373 -7248,0.5,0.153725174569888,0.0,0.0196862151849219,0.153725174569888,0.0,0.0302090873737694,0.153725174569888,0.0,0.0130894909698327,0.153725174569888,0.0,0.0280806351285106,0.153725174569888,0.0,0.0128437387996384,0.153725174569888,0.0,0.0015658432646576,0.153725174569888,0.0,0.00387223060226525,0.153725174569888,0.0,0.0137077088019005,0.5,0.153725174569888,0.0,0.0111240159170465,0.153725174569888,0.0,0.0202699480792333,0.5,0.153725174569888,0.0,0.00729290219605572,0.153725174569888,0.0,0.0167364085571454,0.153725174569888,0.0,0.0489349155480161,0.153725174569888,0.0,0.0656301135252238,0.153725174569888,0.0,0.00466928283585014,0.153725174569888,0.0,0.00667244059942542,0.153725174569888,0.0,0.00407083720611991,0.5,0.153725174569888,0.0,0.0092408816787624,0,0.16008719905973,0.133306930059639 -7249,0.5,0.153725174569888,0.0,0.020159283245676,0.153725174569888,0.0,0.0241858230199625,0.153725174569888,0.0,0.0153903241027493,0.153725174569888,0.0,0.0307906539288701,0.153725174569888,0.0,0.014914177619484,0.153725174569888,0.0,0.00545882255191469,0.153725174569888,0.0,0.00687682901839903,0.153725174569888,0.0,0.0126304587288527,0.5,0.153725174569888,0.0,0.00771208646636532,0.153725174569888,0.0,0.026573827292925,0.5,0.153725174569888,0.0,0.00745384590499395,0.153725174569888,0.0,0.0147690922356815,0.153725174569888,0.0,0.0330317394624845,0.153725174569888,0.0,0.0528380953582911,0.153725174569888,0.0,0.00652501428874384,0.153725174569888,0.0,0.00656660436130581,0.153725174569888,0.0,0.00410955954356815,0.5,0.153725174569888,0.0,0.0100134105902733,0,0.118649797987058,0.0998932903331146 -7250,0.5,0.153725174569888,0.0,0.0183311489000219,0.153725174569888,0.0,0.0213808177787117,0.153725174569888,0.0,0.0221814850370675,0.153725174569888,0.0,0.0330611771447185,0.153725174569888,0.0,0.0185492873927236,0.153725174569888,0.0,0.00910366426423186,0.153725174569888,0.0,0.0152727695175682,0.153725174569888,0.0,0.0184223791817979,0.5,0.153725174569888,0.0,0.00797648561152049,0.153725174569888,0.0,0.0265315900150131,0.5,0.153725174569888,0.0,0.00629197941605108,0.153725174569888,0.0,0.0139518895172892,0.153725174569888,0.0,0.027107485377417,0.153725174569888,0.0,0.0472157577013338,0.153725174569888,0.0,0.00695758000631899,0.153725174569888,0.0,0.0116607945930508,0.153725174569888,0.0,0.00389455924178112,0.5,0.153725174569888,0.0,0.0106651773967319,0,0.106794490871871,0.0769564187230281 -7251,0.5,0.153725174569888,0.0,0.0204602872381784,0.153725174569888,0.0,0.0236394765219897,0.153725174569888,0.0,0.0258993772991474,0.153725174569888,0.0,0.0424469394827915,0.153725174569888,0.0,0.0170387626260698,0.153725174569888,0.0,0.00846923250503724,0.153725174569888,0.0,0.0123684218998784,0.153725174569888,0.0,0.0204640554241804,0.5,0.153725174569888,0.0,0.0131169290195902,0.153725174569888,0.0,0.0214001940953215,0.5,0.153725174569888,0.0,0.00773126887091335,0.153725174569888,0.0,0.0112968466055813,0.153725174569888,0.0,0.0202796152517583,0.153725174569888,0.0,0.0485988479790456,0.153725174569888,0.0,0.00623072172043898,0.153725174569888,0.0,0.0132564834311228,0.153725174569888,0.0,0.00459066071821287,0.5,0.153725174569888,0.0,0.00929622710211798,0,0.0864971071387544,0.0758911848562923 -7252,0.5,0.153725174569888,0.0,0.0196844950507266,0.153725174569888,0.0,0.0192177615336682,0.153725174569888,0.0,0.0202573030707324,0.153725174569888,0.0,0.0399123937677705,0.153725174569888,0.0,0.019697375086499,0.153725174569888,0.0,0.0112809505286617,0.153725174569888,0.0,0.0154197703764654,0.153725174569888,0.0,0.0164768845009865,0.5,0.153725174569888,0.0,0.0125982838506664,0.153725174569888,0.0,0.0170418904989903,0.5,0.153725174569888,0.0,0.0119397995841788,0.153725174569888,0.0,0.00954828736601996,0.153725174569888,0.0,0.0160125794155239,0.153725174569888,0.0,0.051373800776997,0.153725174569888,0.0,0.00653907448719314,0.153725174569888,0.0,0.012666283313562,0.153725174569888,0.0,0.00546925660421219,0.5,0.153725174569888,0.0,0.0072491351161135,0,0.0644586916418681,0.0987916059812614 -7253,0.5,0.153725174569888,0.0,0.0197990811892754,0.153725174569888,0.0,0.0198699837716257,0.153725174569888,0.0,0.0172746322403243,0.153725174569888,0.0,0.0343732085208483,0.153725174569888,0.0,0.0203771143495812,0.153725174569888,0.0,0.017044077610935,0.153725174569888,0.0,0.0125811036296383,0.153725174569888,0.0,0.0232668896580694,0.5,0.153725174569888,0.0,0.00589002568129398,0.153725174569888,0.0,0.013587962135712,0.5,0.153725174569888,0.0,0.007732386478627,0.153725174569888,0.0,0.0116490275291202,0.153725174569888,0.0,0.0154719233411193,0.153725174569888,0.0,0.0523430952871829,0.153725174569888,0.0,0.00626728173214327,0.153725174569888,0.0,0.0134329286408082,0.153725174569888,0.0,0.00348554556935166,0.5,0.153725174569888,0.0,0.00647902457613015,0,0.0464737612234855,0.150930705876656 -7254,0.5,0.153725174569888,0.0,0.0223920186842117,0.153725174569888,0.0,0.0185138485142953,0.153725174569888,0.0,0.0159212902167218,0.153725174569888,0.0,0.0306758564128533,0.153725174569888,0.0,0.0215366756223305,0.153725174569888,0.0,0.0140755933573001,0.153725174569888,0.0,0.0121265520038555,0.153725174569888,0.0,0.0273172387118424,0.5,0.153725174569888,0.0,0.00600633338659003,0.153725174569888,0.0,0.0161279494951023,0.5,0.153725174569888,0.0,0.00340717325221184,0.153725174569888,0.0,0.00930925719940449,0.153725174569888,0.0,0.0160179666937207,0.153725174569888,0.0,0.0530607502174714,0.153725174569888,0.0,0.00646606191410793,0.153725174569888,0.0,0.0132820931944951,0.153725174569888,0.0,0.00280636545104827,0.5,0.153725174569888,0.0,0.00732535422746885,0,0.039116655993596,0.201829849586222 -7255,0.5,0.153725174569888,0.0,0.0238550908927701,0.153725174569888,0.0,0.0219087837307119,0.153725174569888,0.0,0.0146395056181991,0.153725174569888,0.0,0.027617899214859,0.153725174569888,0.0,0.0206052842555828,0.153725174569888,0.0,0.019374881083705,0.153725174569888,0.0,0.0134971342910757,0.153725174569888,0.0,0.0245258609749438,0.5,0.153725174569888,0.0,0.0104058248561047,0.153725174569888,0.0,0.0131537633733089,0.5,0.153725174569888,0.0,0.00685359027877397,0.153725174569888,0.0,0.00492239267921685,0.153725174569888,0.0,0.0126170522192991,0.153725174569888,0.0,0.051754672233642,0.153725174569888,0.0,0.00666214913385237,0.153725174569888,0.0,0.0128288678310355,0.153725174569888,0.0,0.00384156226281951,0.5,0.153725174569888,0.0,0.00584204541264269,0,0.0402296336610062,0.245078208403336 -7256,0.5,0.153725174569888,0.00301896033296985,0.0219721803114705,0.153725174569888,0.000758160573712009,0.0156563422907363,0.153725174569888,0.0012439055262115,0.0127326248426122,0.153725174569888,0.00136913479384109,0.0262401693023854,0.153725174569888,0.0,0.0192495268498816,0.153725174569888,0.0,0.0220136769350614,0.153725174569888,2.63778204059102e-05,0.0106814259927684,0.153725174569888,0.000147305922814185,0.0275828248361364,0.5,0.153725174569888,0.00115311516939465,0.0094593691045691,0.153725174569888,0.0100860506301144,0.00829624538818945,0.5,0.153725174569888,0.00348857658086915,0.00604637059575917,0.153725174569888,0.00619490723862857,0.00962050376562309,0.153725174569888,0.000194456428453797,0.00894908136543536,0.153725174569888,7.90539757499208e-05,0.0605457826776267,0.153725174569888,0.000300753479902576,0.00630022635974031,0.153725174569888,0.00158017043390417,0.0140432687066293,0.153725174569888,0.00447570159858646,0.00377860117499739,0.5,0.153725174569888,0.0206095037175928,0.00403784711593481,0,0.0301237367911822,0.315845386612131 -7257,0.5,0.153725174569888,0.0771429065500247,0.0184826968439986,0.153725174569888,0.116360152322516,0.00992014948930412,0.153725174569888,0.0237182467108521,0.00855970885490195,0.153725174569888,0.0162084218715932,0.0212841079456714,0.153725174569888,0.00313395570566781,0.022684212836437,0.153725174569888,0.0382431782790223,0.0224102566456807,0.153725174569888,0.0310376291387081,0.00912547418380956,0.153725174569888,0.0609066737817737,0.025061679005654,0.5,0.153725174569888,0.0813436118114,0.00810955377037592,0.153725174569888,0.131764217855393,0.0141807774292363,0.5,0.153725174569888,0.0952573543699003,0.00207717490100627,0.153725174569888,0.137441665965279,0.00930055440893965,0.153725174569888,0.078234528712816,0.0081450412400686,0.153725174569888,0.030605953095516,0.0743824245563373,0.153725174569888,0.0143208103435066,0.00716357067979013,0.153725174569888,0.0582658742142899,0.012393471036584,0.153725174569888,0.0730713713818016,0.00413130335660703,0.5,0.153725174569888,0.13759067906963,0.00556938662014722,0,0.0290699625566303,0.347936802903108 -7258,0.5,0.153725174569888,0.168171312319672,0.0222170563325553,0.153725174569888,0.237964760127881,0.00892842722604193,0.153725174569888,0.0530034125837259,0.00738225222508126,0.153725174569888,0.0389876749523868,0.0187133194231803,0.153725174569888,0.025231764586489,0.0268340925497441,0.153725174569888,0.0910978709634991,0.0258749304866358,0.153725174569888,0.091442607265406,0.0103956818139533,0.153725174569888,0.154260714630641,0.020356037927957,0.5,0.153725174569888,0.161107179904289,0.00907259332459255,0.153725174569888,0.265041508806382,0.0104162579867472,0.5,0.153725174569888,0.164430686510681,0.00779077911488591,0.153725174569888,0.282100191090143,0.00371852141876441,0.153725174569888,0.18384198744681,0.0102044225231428,0.153725174569888,0.0692470007559201,0.0847623265958755,0.153725174569888,0.0465477442646816,0.0103955170680964,0.153725174569888,0.127133771936742,0.0102951304278654,0.153725174569888,0.131914857234618,0.00620634329161762,0.5,0.153725174569888,0.246060828730416,0.00430180400649146,0,0.0310473957815615,0.296599848917584 -7259,0.5,0.153725174569888,0.25599123724953,0.0278517907234845,0.153725174569888,0.298421131906571,0.0218062660377502,0.153725174569888,0.07441509562628,0.00695692319023066,0.153725174569888,0.0611143444452706,0.0192006793970041,0.153725174569888,0.0846014429241765,0.0358445978475243,0.153725174569888,0.118830316853849,0.031064389472459,0.153725174569888,0.181897059565751,0.0121985338381796,0.153725174569888,0.226023120872268,0.019366164419167,0.5,0.153725174569888,0.253490632399574,0.0119158497548649,0.153725174569888,0.381085140081551,0.00130336168399333,0.5,0.153725174569888,0.176823131608185,0.00675352919690523,0.153725174569888,0.384779573059356,0.00278885764865372,0.153725174569888,0.276289638296783,0.0121748971247914,0.153725174569888,0.111901071102097,0.0797015660934681,0.153725174569888,0.0814122429586537,0.0157384599579612,0.153725174569888,0.17772162309996,0.0146460405322872,0.153725174569888,0.220206888074075,0.00687718978773384,0.5,0.153725174569888,0.315735747141736,0.00404670577485636,0,0.0273354210659857,0.315738346960156 -7260,0.5,0.153725174569888,0.312454076382629,0.0299487894763609,0.153725174569888,0.346943299683438,0.0351429995012059,0.153725174569888,0.093097734523173,0.00621771631203017,0.153725174569888,0.0767357645661876,0.0161951817286575,0.153725174569888,0.112353366093041,0.0330821598717211,0.153725174569888,0.1338984111276,0.0265409804472229,0.153725174569888,0.249482530922521,0.0119877628346973,0.153725174569888,0.30171302255493,0.0190148529193407,0.5,0.153725174569888,0.326484986069672,0.0191339262732317,0.153725174569888,0.417395160920976,0.0011766168153982,0.5,0.153725174569888,0.293896688298066,0.00263469147508758,0.153725174569888,0.451749375325517,0.00404668847667639,0.153725174569888,0.346400245152831,0.0123673058277511,0.153725174569888,0.165948236961598,0.0856353758818481,0.153725174569888,0.108694593373817,0.0203364221622025,0.153725174569888,0.194830470309352,0.0197646891024993,0.153725174569888,0.274651199503858,0.00658001270695773,0.5,0.153725174569888,0.334942056786356,0.00491332663163017,0,0.0204363806081592,0.361287700246771 -7261,0.5,0.153725174569888,0.33615502489321,0.0273935589202686,0.153725174569888,0.366198389746849,0.0351334850474725,0.153725174569888,0.121423228316137,0.00427399470687503,0.153725174569888,0.0752206976753297,0.0122479779314069,0.153725174569888,0.113866660346628,0.0336894395198654,0.153725174569888,0.0823522125620854,0.0181845217883205,0.153725174569888,0.270623712383408,0.0117139829608595,0.153725174569888,0.319204966353434,0.0180363469013452,0.5,0.153725174569888,0.342335683641696,0.0232665487972312,0.153725174569888,0.422572102081594,0.000812490077683336,0.5,0.153725174569888,0.367677789717244,0.0030216847847773,0.153725174569888,0.482560495201462,0.00134438007125254,0.153725174569888,0.375103607535164,0.0157189786990109,0.153725174569888,0.172496360129063,0.100545895079282,0.153725174569888,0.130086191251558,0.0176080860580068,0.153725174569888,0.22387014190663,0.0220360918450087,0.153725174569888,0.279382278019618,0.0058427754149719,0.5,0.153725174569888,0.320464610078722,0.00134917987375334,0,0.0132889067222346,0.441315875373743 -7262,0.5,0.153725174569888,0.302376361365959,0.0188477783540112,0.153725174569888,0.333071501137841,0.0413030724477614,0.153725174569888,0.128976203923106,0.0034801168924224,0.153725174569888,0.0759619354712707,0.00966096908830938,0.153725174569888,0.0889095807894645,0.0369582222812,0.153725174569888,0.0394345965927711,0.0293579647124315,0.153725174569888,0.199638438173831,0.0105159195269189,0.153725174569888,0.265472975811314,0.0224235832540304,0.5,0.153725174569888,0.311106493013196,0.0199885941572133,0.153725174569888,0.383375189947237,0.000206925507950871,0.5,0.153725174569888,0.375108201259947,0.00519044551190483,0.153725174569888,0.460413771716384,0.000845644225689822,0.153725174569888,0.334524917716324,0.0191112982700569,0.153725174569888,0.141214800790717,0.101277310605399,0.153725174569888,0.115161280595867,0.0156402876207117,0.153725174569888,0.239904449614985,0.0195585670059837,0.153725174569888,0.279096324539242,0.00481089955732694,0.5,0.153725174569888,0.283746065382551,0.000598578372663491,0,0.00721765967363463,0.51947479368035 -7263,0.5,0.153725174569888,0.212903307375548,0.0106058698280873,0.153725174569888,0.229694309730829,0.0321334555673601,0.153725174569888,0.0934652820395695,0.00146288951318505,0.153725174569888,0.0523435209009495,0.00617601343744458,0.153725174569888,0.0785212161700128,0.0274775861328917,0.153725174569888,0.0358407810551048,0.0326678149673923,0.153725174569888,0.109918988232135,0.0104375811670674,0.153725174569888,0.184363533894763,0.0252780491221886,0.5,0.153725174569888,0.260763272516814,0.0160820329924788,0.153725174569888,0.317259997279924,7.552262897691e-06,0.5,0.153725174569888,0.247136040356935,0.00110746557496668,0.153725174569888,0.381766804829906,0.000266269067639749,0.153725174569888,0.248504660671216,0.0190970600305558,0.153725174569888,0.101769923928028,0.0900334524991286,0.153725174569888,0.0849148014051638,0.0177639160930174,0.153725174569888,0.202449433552578,0.0167977665143998,0.153725174569888,0.219535695172311,0.00289903746409024,0.5,0.153725174569888,0.222879127589738,0.00049839107537997,0,0.00292477125839463,0.560065517380985 -7264,0.5,0.153725174569888,0.0922774555603319,0.00316749132458597,0.153725174569888,0.1313555002867,0.0167754159605812,0.153725174569888,0.0308240469939229,0.000522865054921629,0.153725174569888,0.0274227814199225,0.00298283421481378,0.153725174569888,0.0299209794041011,0.0231279805876908,0.153725174569888,0.0245031937491191,0.0224610432182258,0.153725174569888,0.0487305625850078,0.00819366869353106,0.153725174569888,0.0963516062192865,0.0172496671369331,0.5,0.153725174569888,0.16023215822947,0.00869599809862317,0.153725174569888,0.208639469128145,0.000633887871556195,0.5,0.153725174569888,0.1300700235965,1.95865135780187e-06,0.153725174569888,0.218645521294778,0.000237776295964756,0.153725174569888,0.136159849992741,0.0312318124366558,0.153725174569888,0.0396101821571958,0.0772695566190423,0.153725174569888,0.0510461678239135,0.0112187848794473,0.153725174569888,0.115458230900918,0.0117678387067567,0.153725174569888,0.120246727260747,0.00111486965407278,0.5,0.153725174569888,0.103928294926863,0.000630064741286618,0,0.00125202230204619,0.596324263943268 -7265,0.5,0.153725174569888,0.0,0.00375336095793148,0.153725174569888,0.0,0.0283171837334963,0.153725174569888,0.000332126993546297,0.00101612083680764,0.153725174569888,1.90712746060975e-05,0.00157847832800229,0.153725174569888,0.000169241351047718,0.025756581346572,0.153725174569888,0.000125628988284992,0.0164254763098851,0.153725174569888,3.57417840300055e-05,0.00768985805323132,0.153725174569888,0.0,0.0151466666910578,0.5,0.153725174569888,0.0,0.00889790565615703,0.153725174569888,0.0,0.00193485454009812,0.5,0.153725174569888,0.0,9.80722170520937e-05,0.153725174569888,0.0,0.000929497828370188,0.153725174569888,0.0,0.0381682367426704,0.153725174569888,0.000109474724581727,0.0784504257235453,0.153725174569888,1.62583159900736e-05,0.0103648311762972,0.153725174569888,0.0,0.0118941258794075,0.153725174569888,3.7007979711094e-05,0.00121605010309732,0.5,0.153725174569888,0.000293464270212037,0.00101778370795607,0,0.0,0.63622102321004 -7266,0.5,0.153725174569888,0.0,0.00464181606815342,0.153725174569888,0.0,0.0238976927272038,0.153725174569888,0.0,0.00163055874622059,0.153725174569888,0.0,0.000942898141655565,0.153725174569888,0.0,0.0284041028665159,0.153725174569888,0.0,0.0214270419404393,0.153725174569888,0.0,0.00884465570926771,0.153725174569888,0.0,0.0147137756305784,0.5,0.153725174569888,0.0,0.00560335810442598,0.153725174569888,0.0,0.00226305698585901,0.5,0.153725174569888,0.0,0.0012988669623039,0.153725174569888,0.0,0.00266851158893092,0.153725174569888,0.0,0.0354826724959165,0.153725174569888,0.0,0.0788908813515016,0.153725174569888,0.0,0.012615524326406,0.153725174569888,0.0,0.010217225994135,0.153725174569888,0.0,0.00173149677933656,0.5,0.153725174569888,0.0,0.000919776763319909,0,0.0,0.607970641779159 -7267,0.5,0.153725174569888,0.0,0.00431366578501269,0.153725174569888,0.0,0.0236496979119736,0.153725174569888,0.0,0.00185295671158286,0.153725174569888,0.0,0.000782905040366832,0.153725174569888,0.0,0.0387810832263092,0.153725174569888,0.0,0.0304648861731786,0.153725174569888,0.0,0.00997700227332163,0.153725174569888,0.0,0.0178520627391976,0.5,0.153725174569888,0.0,0.00301280662154984,0.153725174569888,0.0,0.0021921243713846,0.5,0.153725174569888,0.0,0.00434523787567397,0.153725174569888,0.0,0.00870831131254162,0.153725174569888,0.0,0.0369328190121715,0.153725174569888,0.0,0.0806693481116387,0.153725174569888,0.0,0.0168590748345078,0.153725174569888,0.0,0.00939517803610558,0.153725174569888,0.0,0.00241331669744712,0.5,0.153725174569888,0.0,0.000829942157565333,0,0.0,0.565360800814175 -7268,0.5,0.153725174569888,0.0,0.00456681941531172,0.153725174569888,0.0,0.025320608180811,0.153725174569888,0.0,0.00159451447180316,0.153725174569888,0.0,0.00122001469232703,0.153725174569888,0.0,0.0357557505596144,0.153725174569888,0.0,0.0316412463265345,0.153725174569888,0.0,0.0230845385528616,0.153725174569888,0.0,0.0187171405660698,0.5,0.153725174569888,0.0,0.00403514779644462,0.153725174569888,0.0,0.00353435558172423,0.5,0.153725174569888,0.0,0.00123077155177347,0.153725174569888,0.0,0.01798254566376,0.153725174569888,0.0,0.0416814563354094,0.153725174569888,0.0,0.0906517621813078,0.153725174569888,0.0,0.0200786978747751,0.153725174569888,0.0,0.00967151704349303,0.153725174569888,0.0,0.00317817793535605,0.5,0.153725174569888,0.0,0.00109739967554378,0,0.0,0.49571302971998 -7269,0.5,0.153725174569888,0.0,0.0043603379937306,0.153725174569888,0.0,0.0413029500255409,0.153725174569888,0.0,0.00177367720058588,0.153725174569888,0.0,0.00100787468875509,0.153725174569888,0.0,0.0426722546802754,0.153725174569888,0.0,0.0322653191969227,0.153725174569888,0.0,0.0202402378664039,0.153725174569888,0.0,0.023200368519225,0.5,0.153725174569888,0.0,0.00445342014553343,0.153725174569888,0.0,0.00574860298955375,0.5,0.153725174569888,0.0,0.00108739319987486,0.153725174569888,0.0,0.0132536948286746,0.153725174569888,0.0,0.0597576463509059,0.153725174569888,0.0,0.0918255112589681,0.153725174569888,0.0,0.0220959532375229,0.153725174569888,0.0,0.0115073482532327,0.153725174569888,0.0,0.00191473618963682,0.5,0.153725174569888,0.0,0.0019966975105674,0,1.87600125600119e-05,0.543348828404443 -7270,0.5,0.153725174569888,0.0,0.00346410961861399,0.153725174569888,0.0,0.0467517828600416,0.153725174569888,0.0,0.00202805461934548,0.153725174569888,0.0,0.00132232338947366,0.153725174569888,0.0,0.0448403382278399,0.153725174569888,0.0,0.0419875096762722,0.153725174569888,0.0,0.0283653694546763,0.153725174569888,0.0,0.0234303171667993,0.5,0.153725174569888,0.0,0.00552475053911176,0.153725174569888,0.0,0.00929490718376828,0.5,0.153725174569888,0.0,0.00411476675107531,0.153725174569888,0.0,0.0106206480546327,0.153725174569888,0.0,0.0700135075029192,0.153725174569888,0.0,0.102235519476341,0.153725174569888,0.0,0.0270621355958366,0.153725174569888,0.0,0.0148290984121844,0.153725174569888,0.0,0.00155669174273566,0.5,0.153725174569888,0.0,0.00216641757164754,0,0.0,0.619935451885301 -7271,0.5,0.153725174569888,0.0,0.00506626481925234,0.153725174569888,0.0,0.0537305908753023,0.153725174569888,0.0,0.00177393723263107,0.153725174569888,0.0,0.00167722833087425,0.153725174569888,0.0,0.0500938580871289,0.153725174569888,0.0,0.0566764872893981,0.153725174569888,0.0,0.0332560871388228,0.153725174569888,0.0,0.032488429972955,0.5,0.153725174569888,0.0,0.00333708915169306,0.153725174569888,0.0,0.00512335602226804,0.5,0.153725174569888,0.0,0.00678912177891709,0.153725174569888,0.0,0.0128857298086549,0.153725174569888,0.0,0.0740989525169483,0.153725174569888,0.0,0.10507376504405,0.153725174569888,0.0,0.0300902116717203,0.153725174569888,0.0,0.0161493095408002,0.153725174569888,0.0,0.00270137365861568,0.5,0.153725174569888,0.0,0.000909128554869738,0,0.000228136170577918,0.653870413022045 -7272,0.5,0.153725174569888,0.0,0.00836331350620235,0.153725174569888,0.0,0.0627814640058794,0.153725174569888,0.0,0.00324189030831349,0.153725174569888,0.0,0.00165162891385119,0.153725174569888,0.0,0.056585438831309,0.153725174569888,0.0,0.0589368299769982,0.153725174569888,0.0,0.0352093025592,0.153725174569888,0.0,0.0437095279388299,0.5,0.153725174569888,0.0,0.00392642870326304,0.153725174569888,0.0,0.00426272448802587,0.5,0.153725174569888,0.0,0.00214417981716767,0.153725174569888,0.0,0.0159041949197147,0.153725174569888,0.0,0.0780502003382062,0.153725174569888,0.0,0.0995753185677244,0.153725174569888,0.0,0.0314168999159549,0.153725174569888,0.0,0.0158617435167893,0.153725174569888,0.0,0.00329787178204306,0.5,0.153725174569888,0.0,0.00090017213964819,0,0.000428577708287216,0.656862961766314 -7273,0.5,0.153725174569888,0.0,0.00908664202969771,0.153725174569888,0.0,0.0577079052996474,0.153725174569888,0.0,0.00499815303927005,0.153725174569888,0.0,0.00350925387342473,0.153725174569888,0.0,0.0531363060250759,0.153725174569888,0.0,0.0593986005552185,0.153725174569888,0.0,0.0504932470533643,0.153725174569888,0.0,0.0452007913482692,0.5,0.153725174569888,0.0,0.00605361623061932,0.153725174569888,0.0,0.00316739460778998,0.5,0.153725174569888,0.0,0.00470851480639561,0.153725174569888,0.0,0.0154078406918946,0.153725174569888,0.0,0.0785004248010804,0.153725174569888,0.0,0.0993245666384915,0.153725174569888,0.0,0.0310512104821556,0.153725174569888,0.0,0.0216688060702321,0.153725174569888,0.0,0.00475043850232029,0.5,0.153725174569888,0.0,0.00128354746395382,0,0.000519517108711692,0.681733874197912 -7274,0.5,0.153725174569888,0.0,0.0112402507508795,0.153725174569888,0.0,0.048951991633444,0.153725174569888,0.0,0.00377781573137324,0.153725174569888,0.0,0.00567786597645781,0.153725174569888,0.0,0.0563268639466388,0.153725174569888,0.0,0.0620383877088505,0.153725174569888,0.0,0.0410522408450039,0.153725174569888,0.0,0.046160023443153,0.5,0.153725174569888,0.0,0.00560579176127193,0.153725174569888,0.0,0.00555973105576091,0.5,0.153725174569888,0.0,0.00372213277693463,0.153725174569888,0.0,0.0167054635363595,0.153725174569888,0.0,0.0888252226819749,0.153725174569888,0.0,0.0956269083710526,0.153725174569888,0.0,0.0322944390422676,0.153725174569888,0.0,0.0179652187970163,0.153725174569888,0.0,0.00275823547260616,0.5,0.153725174569888,0.0,0.00302570327974205,0,0.0025705464452685,0.688141922623986 -7275,0.5,0.153725174569888,0.0,0.0132768279895164,0.153725174569888,0.0,0.0509507125502067,0.153725174569888,0.0,0.00815923323680496,0.153725174569888,0.0,0.00558986307337186,0.153725174569888,0.0,0.0614916768837802,0.153725174569888,0.0,0.0588006801954075,0.153725174569888,0.0,0.0455569578913454,0.153725174569888,0.0,0.0431444485945357,0.5,0.153725174569888,0.0,0.00882235439788389,0.153725174569888,0.0,0.0112636137078656,0.5,0.153725174569888,0.0,0.00442479809177961,0.153725174569888,0.0,0.0128310854959255,0.153725174569888,0.0,0.108193902440307,0.153725174569888,0.0,0.0924163684820617,0.153725174569888,0.0,0.0313893034164958,0.153725174569888,0.0,0.024510256778626,0.153725174569888,0.0,0.00291276190735129,0.5,0.153725174569888,0.0,0.00171326981844322,0,0.00570067272423875,0.630451134711054 -7276,0.5,0.153725174569888,0.0,0.0154212075894315,0.153725174569888,0.0,0.0596728089795663,0.153725174569888,0.0,0.00831290811874326,0.153725174569888,0.0,0.00712307152300885,0.153725174569888,0.0,0.0559556249832125,0.153725174569888,0.0,0.0533733659091766,0.153725174569888,0.0,0.0443530296261595,0.153725174569888,0.0,0.0341122272100378,0.5,0.153725174569888,0.0,0.00915016255837804,0.153725174569888,0.0,0.00639188877369418,0.5,0.153725174569888,0.0,0.00276090042471377,0.153725174569888,0.0,0.0127416338627536,0.153725174569888,0.0,0.125540250430675,0.153725174569888,0.0,0.0890409189455998,0.153725174569888,0.0,0.0309204632614513,0.153725174569888,0.0,0.0223184354647537,0.153725174569888,0.0,0.0040761757269596,0.5,0.153725174569888,0.0,0.00104307300164769,0,0.0122464863914641,0.595039415653102 -7277,0.5,0.153725174569888,0.0,0.0211079780455514,0.153725174569888,0.0,0.068341830050245,0.153725174569888,0.0,0.00710034886374016,0.153725174569888,0.0,0.00671083846468612,0.153725174569888,0.0,0.0504918712297495,0.153725174569888,0.0,0.0471260485154968,0.153725174569888,0.0,0.0372060695359269,0.153725174569888,0.0,0.0324526793035458,0.5,0.153725174569888,0.0,0.00754099677985454,0.153725174569888,0.0,0.00408920273138581,0.5,0.153725174569888,0.0,0.00575611115800716,0.153725174569888,0.0,0.0119322519103702,0.153725174569888,0.0,0.136423922527909,0.153725174569888,0.0,0.0912115698969909,0.153725174569888,0.0,0.0331260399804056,0.153725174569888,0.0,0.0193345977589791,0.153725174569888,0.0,0.0060987794007584,0.5,0.153725174569888,0.0,0.00172151332452358,0,0.0162734709600771,0.574417412182197 -7278,0.5,0.153725174569888,0.0,0.0237407373356308,0.153725174569888,0.0,0.0699927664559136,0.153725174569888,0.0,0.00666639389690266,0.153725174569888,0.0,0.00933550521330698,0.153725174569888,0.0,0.0504015354612031,0.153725174569888,0.0,0.0542938642985127,0.153725174569888,0.0,0.0261328440433492,0.153725174569888,0.0,0.0319766909000414,0.5,0.153725174569888,0.0,0.0071264653516473,0.153725174569888,0.0,0.00169788708372979,0.5,0.153725174569888,0.0,0.0062794532180142,0.153725174569888,0.0,0.0159822109151662,0.153725174569888,0.0,0.144647905525552,0.153725174569888,0.0,0.0891904821945552,0.153725174569888,0.0,0.0359322571509551,0.153725174569888,0.0,0.0201214190475545,0.153725174569888,0.0,0.00491272969654484,0.5,0.153725174569888,0.0,0.00161928649478345,0,0.0261542187762859,0.484451014722713 -7279,0.5,0.153725174569888,0.0,0.024572098086675,0.153725174569888,0.0,0.0687260251510117,0.153725174569888,0.0,0.00636442272228509,0.153725174569888,0.0,0.0123224958334955,0.153725174569888,0.0,0.0545784090903939,0.153725174569888,0.0,0.0634186581864434,0.153725174569888,0.0,0.0268030270439094,0.153725174569888,0.0,0.0353010587961633,0.5,0.153725174569888,0.0,0.00648829007723284,0.153725174569888,0.0,0.00401036642019911,0.5,0.153725174569888,0.0,0.00213920690748668,0.153725174569888,0.0,0.0151793405751173,0.153725174569888,0.0,0.148499090346086,0.153725174569888,0.0,0.0902643151550495,0.153725174569888,0.0,0.0364225240506103,0.153725174569888,0.0,0.0182278807613584,0.153725174569888,0.0,0.00357702871812254,0.5,0.153725174569888,0.0,0.00249093266313747,0,0.0376426555017185,0.424946650465438 -7280,0.5,0.153725174569888,0.00460262332086902,0.0244751061054387,0.153725174569888,0.0,0.070268654324249,0.153725174569888,0.00229317521940218,0.00535124193424598,0.153725174569888,0.00874258736966023,0.0109183931719625,0.153725174569888,0.0,0.0625549915997357,0.153725174569888,0.0,0.0667287766288411,0.153725174569888,0.0,0.0355708638929317,0.153725174569888,1.63543357485128e-05,0.03699736733472,0.5,0.153725174569888,0.000501462708700736,0.00594827535343724,0.153725174569888,0.00960472195581685,0.00594974199776125,0.5,0.153725174569888,0.00329663825152355,0.00175774975423692,0.153725174569888,0.00560828863258935,0.0183733633680709,0.153725174569888,1.75837167576515e-06,0.151537461379874,0.153725174569888,2.99523797046228e-06,0.0942205688616803,0.153725174569888,0.000205826409696033,0.0356535514015045,0.153725174569888,0.00117573711224556,0.0147352208140861,0.153725174569888,0.00493656668786787,0.00342121015391313,0.5,0.153725174569888,0.015848466713289,0.00101148689160341,0,0.0430642168316385,0.38852192867114 -7281,0.5,0.153725174569888,0.0811098153266302,0.0249025053162118,0.153725174569888,0.00131409578742487,0.0694234276732308,0.153725174569888,0.0452232938467205,0.00438238439703503,0.153725174569888,0.131282050543127,0.00858163969005963,0.153725174569888,0.0180236018540423,0.0656514249600135,0.153725174569888,0.00574727440145032,0.0681030222405792,0.153725174569888,0.00509912082184859,0.0456837205936083,0.153725174569888,0.0239909742394476,0.036803973616061,0.5,0.153725174569888,0.0601180373521825,0.0051435347559154,0.153725174569888,0.164373274231726,0.00234461135114779,0.5,0.153725174569888,0.106864779797726,0.00613606008521213,0.153725174569888,0.142738481569682,0.0107247311478568,0.153725174569888,0.00376951830247085,0.151668530880813,0.153725174569888,0.00511119751594752,0.0974949346403533,0.153725174569888,0.0160928501763538,0.0351312303921546,0.153725174569888,0.0576920108376735,0.0133641423653843,0.153725174569888,0.0828002708384811,0.00294109735800171,0.5,0.153725174569888,0.14758579384024,0.00115093432332268,0,0.0459088592299571,0.415445411542781 -7282,0.5,0.153725174569888,0.162896398546359,0.0303150659345145,0.153725174569888,0.00528877854352009,0.0694368974607049,0.153725174569888,0.0904350749514961,0.0062229375758091,0.153725174569888,0.257317338478105,0.0130516737866023,0.153725174569888,0.0567566886385353,0.071669568362782,0.153725174569888,0.0441952106782841,0.0689430782459388,0.153725174569888,0.0247600887281857,0.0547603402642547,0.153725174569888,0.0961336951408944,0.0369726045504705,0.5,0.153725174569888,0.156512962106121,0.00431076321765652,0.153725174569888,0.324745024565515,0.00100091539925849,0.5,0.153725174569888,0.226505591654,0.0035920359089548,0.153725174569888,0.292946535517128,0.00616466433418263,0.153725174569888,0.0260532562747764,0.148524943454282,0.153725174569888,0.0279496806622849,0.10198639356583,0.153725174569888,0.0433479670124422,0.0367524860758208,0.153725174569888,0.120268014234793,0.0148587284473363,0.153725174569888,0.191966396033111,0.00206803983679308,0.5,0.153725174569888,0.307337230331548,0.000711002608497615,0,0.0555288852162887,0.379305561466284 -7283,0.5,0.153725174569888,0.229729362846127,0.042565299006557,0.153725174569888,0.0346668928147893,0.0642697829311873,0.153725174569888,0.153327882183365,0.00849815676450012,0.153725174569888,0.364446677650406,0.0181883322971176,0.153725174569888,0.0812342586649529,0.0866194341256999,0.153725174569888,0.108266048056827,0.0780247233496624,0.153725174569888,0.0653250655847531,0.0536846105370729,0.153725174569888,0.201578587981988,0.0451762653498707,0.5,0.153725174569888,0.264863722318703,0.0058573501747208,0.153725174569888,0.453192528177808,0.000329396368108123,0.5,0.153725174569888,0.329788413463296,0.00191852152424141,0.153725174569888,0.41623797772772,0.00334009737553596,0.153725174569888,0.0694423190836822,0.146452266533333,0.153725174569888,0.0676409678831672,0.108787950301513,0.153725174569888,0.0645010664568333,0.0381191683396587,0.153725174569888,0.158685418196284,0.0205461953733287,0.153725174569888,0.314378155536368,0.00289719399634675,0.5,0.153725174569888,0.435190847881145,0.000441362648991113,0,0.0675027429005299,0.387746175114068 -7284,0.5,0.153725174569888,0.240190712621428,0.0553479335736021,0.153725174569888,0.0741287361417556,0.0568299744265536,0.153725174569888,0.198361244255542,0.00776340751056863,0.153725174569888,0.441563423436044,0.0203114687389362,0.153725174569888,0.113736322209512,0.0954897015830873,0.153725174569888,0.150585287905717,0.0837236184781151,0.153725174569888,0.153167083643699,0.0548237071282134,0.153725174569888,0.300476135697388,0.0578496552908677,0.5,0.153725174569888,0.384376364577044,0.0101511424141465,0.153725174569888,0.526008620656605,0.00149917481462403,0.5,0.153725174569888,0.403465596509476,0.00501610273866164,0.153725174569888,0.492567203919209,0.0032691034030924,0.153725174569888,0.089829736414079,0.146341990998496,0.153725174569888,0.110741557535578,0.121077240005221,0.153725174569888,0.0990485236836082,0.0369995683641518,0.153725174569888,0.161635666213847,0.0282820676727556,0.153725174569888,0.387270858891102,0.00404222060055506,0.5,0.153725174569888,0.510151623857358,0.00271865791318785,0,0.0701431195263257,0.358026372069607 -7285,0.5,0.153725174569888,0.216525560199241,0.0640905799313011,0.153725174569888,0.0894097519990727,0.0607114924401212,0.153725174569888,0.202064481073957,0.00848378692928109,0.153725174569888,0.44121175719632,0.0221659028986736,0.153725174569888,0.0647311699041715,0.0856150200992751,0.153725174569888,0.13244945694794,0.0711584083019281,0.153725174569888,0.200552215379741,0.0622497752821098,0.153725174569888,0.322054846333986,0.0623878498961939,0.5,0.153725174569888,0.454024786430842,0.0181818039696307,0.153725174569888,0.544452458318121,0.00880651602322165,0.5,0.153725174569888,0.449451496315672,0.00870718179952368,0.153725174569888,0.516796264857296,0.00299777791190225,0.153725174569888,0.0601100839581887,0.120218225596035,0.153725174569888,0.168070080989586,0.135977823648987,0.153725174569888,0.157454949843449,0.038648725611101,0.153725174569888,0.193261502439932,0.0350151737051576,0.153725174569888,0.429026001228386,0.00642529866880247,0.5,0.153725174569888,0.505613293246033,0.00954480346140184,0,0.071347186692866,0.31008511487123 -7286,0.5,0.153725174569888,0.181042471158393,0.0719472050959184,0.153725174569888,0.0617061605919872,0.0506116512978385,0.153725174569888,0.202618999766873,0.0201394612424454,0.153725174569888,0.383822957506476,0.0263769076466256,0.153725174569888,0.0609723951533163,0.0742401790945947,0.153725174569888,0.122588299481294,0.0639041610881085,0.153725174569888,0.149092316857241,0.0532439680637522,0.153725174569888,0.280173543009484,0.0609799999934112,0.5,0.153725174569888,0.463901962488496,0.021380146712579,0.153725174569888,0.504526939148842,0.0205972139198961,0.5,0.153725174569888,0.449602358571884,0.0199192679816192,0.153725174569888,0.503336446475399,0.00514842819681114,0.153725174569888,0.0450201656811148,0.110315202839092,0.153725174569888,0.118605949233413,0.121933784185704,0.153725174569888,0.170246573994701,0.0386442494077663,0.153725174569888,0.259293773224169,0.0340364816557138,0.153725174569888,0.415347340014192,0.00846408701594168,0.5,0.153725174569888,0.449584871958559,0.0109205321184373,0,0.0926533104786702,0.277362099348294 -7287,0.5,0.153725174569888,0.118956877768651,0.0743333169002745,0.153725174569888,0.0274643010397563,0.0440759633384949,0.153725174569888,0.176592489650845,0.0287776049929641,0.153725174569888,0.286158930947952,0.0327336359155005,0.153725174569888,0.0724023977595914,0.0666227815263893,0.153725174569888,0.122782309591595,0.0618935709014419,0.153725174569888,0.0723006481323521,0.0509878670458376,0.153725174569888,0.197777310493408,0.0585491914792457,0.5,0.153725174569888,0.391169697101921,0.0190611893386543,0.153725174569888,0.399909027217145,0.0200967008983194,0.5,0.153725174569888,0.391673128572272,0.0190981423343352,0.153725174569888,0.418726816423375,0.00842638724170817,0.153725174569888,0.0290713941023997,0.112679967842166,0.153725174569888,0.0845014129140777,0.109051837363721,0.153725174569888,0.109324022450586,0.0293509214001089,0.153725174569888,0.248872931196947,0.0240119666583251,0.153725174569888,0.330754471986991,0.00856836466385727,0.5,0.153725174569888,0.339103816508142,0.00814016924833815,0,0.127433315195666,0.233244095632698 -7288,0.5,0.153725174569888,0.0513286694714754,0.0576870955571724,0.153725174569888,0.0172544417991174,0.0531591869685806,0.153725174569888,0.122687748783485,0.0114463573021499,0.153725174569888,0.104629892238714,0.0211121624666814,0.153725174569888,0.0550641625432141,0.0577953760871028,0.153725174569888,0.0914452941577806,0.0622910760244354,0.153725174569888,0.0341010919341848,0.0521652169412919,0.153725174569888,0.0965895816515699,0.0475653153377158,0.5,0.153725174569888,0.201681475383388,0.00966410878409912,0.153725174569888,0.213532372736394,0.0112832648787603,0.5,0.153725174569888,0.18956743636651,0.00786660140998149,0.153725174569888,0.214062566317912,0.00852926877814186,0.153725174569888,0.0220154415731834,0.118815333363531,0.153725174569888,0.0590533296400547,0.0926204865193506,0.153725174569888,0.0413017231048497,0.0308732649602216,0.153725174569888,0.138593505836045,0.0190438755894706,0.153725174569888,0.174640173130399,0.00417411767246008,0.5,0.153725174569888,0.163636243692571,0.00484481501058229,0,0.130006887067984,0.202716282837116 -7289,0.5,0.153725174569888,0.0,0.0562941023038545,0.153725174569888,0.0,0.0638045666294985,0.153725174569888,0.0,0.0106981991104502,0.153725174569888,0.0,0.0279091645564461,0.153725174569888,0.000312783943302104,0.0676390093739623,0.153725174569888,0.0,0.0833836576407233,0.153725174569888,0.000369186150790504,0.0571310286631537,0.153725174569888,0.0,0.051132904881107,0.5,0.153725174569888,0.0,0.0135574606772719,0.153725174569888,0.0,0.0135531850407225,0.5,0.153725174569888,0.0,0.00704486514959897,0.153725174569888,0.0,0.0118582160960826,0.153725174569888,4.44622944002916e-05,0.128455077395134,0.153725174569888,7.78558105539702e-05,0.0887865384189211,0.153725174569888,0.000181914662526885,0.040172525449071,0.153725174569888,0.0,0.0256385860772341,0.153725174569888,0.0,0.00556034514667997,0.5,0.153725174569888,0.0,0.00646988179174442,0,0.138374067735665,0.175817554343604 -7290,0.5,0.153725174569888,0.0,0.0574418700951861,0.153725174569888,0.0,0.0720134773850713,0.153725174569888,0.0,0.0115089762421876,0.153725174569888,0.0,0.0259274208836008,0.153725174569888,0.0,0.060976692982915,0.153725174569888,0.0,0.0972443085302014,0.153725174569888,0.0,0.0654026412513063,0.153725174569888,0.0,0.0571405292522587,0.5,0.153725174569888,0.0,0.013752086845537,0.153725174569888,0.0,0.0102105643596267,0.5,0.153725174569888,0.0,0.00484550630419935,0.153725174569888,0.0,0.0131667201511533,0.153725174569888,0.0,0.129627337471711,0.153725174569888,0.0,0.0828561152176178,0.153725174569888,0.0,0.0467059650830796,0.153725174569888,0.0,0.0315212738725571,0.153725174569888,0.0,0.00608299206465849,0.5,0.153725174569888,0.0,0.00480879004953214,0,0.163130816263715,0.124295018367598 -7291,0.5,0.153725174569888,0.0,0.0652925165388188,0.153725174569888,0.0,0.0735622285926976,0.153725174569888,0.0,0.0128559911578042,0.153725174569888,0.0,0.0260239844913059,0.153725174569888,0.0,0.0549775068203568,0.153725174569888,0.0,0.0870107488868547,0.153725174569888,0.0,0.0735622674369554,0.153725174569888,0.0,0.0593465083787227,0.5,0.153725174569888,0.0,0.0153639304236642,0.153725174569888,0.0,0.00820575514073939,0.5,0.153725174569888,0.0,0.00523119942705304,0.153725174569888,0.0,0.0180774853064828,0.153725174569888,0.0,0.124058228123246,0.153725174569888,0.0,0.0762414347004479,0.153725174569888,0.0,0.0503276897837119,0.153725174569888,0.0,0.038521295058399,0.153725174569888,0.0,0.006131654067656,0.5,0.153725174569888,0.0,0.00442554244808679,0,0.193119439507833,0.0827029517579482 -7292,0.5,0.153725174569888,0.0,0.073935705311922,0.153725174569888,0.0,0.0796634242352218,0.153725174569888,0.0,0.013965071623076,0.153725174569888,0.0,0.0276858870969093,0.153725174569888,0.0,0.052888300519001,0.153725174569888,0.0,0.0867613044953794,0.153725174569888,0.0,0.0740806652340536,0.153725174569888,0.0,0.0630343452843044,0.5,0.153725174569888,0.0,0.0157268681569259,0.153725174569888,0.0,0.00814075967832322,0.5,0.153725174569888,0.0,0.00682928932657419,0.153725174569888,0.0,0.0210298206411704,0.153725174569888,0.0,0.123493378191756,0.153725174569888,0.0,0.0726927448023415,0.153725174569888,0.0,0.0501704759622208,0.153725174569888,0.0,0.041490194163394,0.153725174569888,0.0,0.0066812831476486,0.5,0.153725174569888,0.0,0.00483594527441532,0,0.208299917366641,0.0760341460817958 -7293,0.5,0.153725174569888,0.0,0.0788528448057329,0.153725174569888,0.0,0.0892500797035125,0.153725174569888,0.0,0.0139691874455922,0.153725174569888,0.0,0.0269038496382113,0.153725174569888,0.0,0.0643052860575588,0.153725174569888,0.0,0.0973596408395302,0.153725174569888,0.0,0.0647962507131803,0.153725174569888,0.0,0.0698072572286982,0.5,0.153725174569888,0.0,0.0162006889172349,0.153725174569888,0.0,0.00785753129753411,0.5,0.153725174569888,0.0,0.00966946424053336,0.153725174569888,0.0,0.0198134410874742,0.153725174569888,0.0,0.124410780145887,0.153725174569888,0.0,0.073746493224004,0.153725174569888,0.0,0.0467331311428164,0.153725174569888,0.0,0.0413713344127505,0.153725174569888,0.0,0.00689984283611698,0.5,0.153725174569888,0.0,0.00507716478697587,0,0.22849114045346,0.087575081059113 -7294,0.5,0.153725174569888,0.0,0.0823661776247199,0.153725174569888,0.0,0.0913730447163608,0.153725174569888,0.0,0.0173046010981642,0.153725174569888,0.0,0.0253231143064556,0.153725174569888,0.0,0.0751032282522419,0.153725174569888,0.0,0.100693612613467,0.153725174569888,0.0,0.069394633212694,0.153725174569888,0.0,0.0798432429352009,0.5,0.153725174569888,0.0,0.0167373199041929,0.153725174569888,0.0,0.00733819047602684,0.5,0.153725174569888,0.0,0.0130139692696512,0.153725174569888,0.0,0.0222789675841637,0.153725174569888,0.0,0.129331101586594,0.153725174569888,0.0,0.0805991825926085,0.153725174569888,0.0,0.0489516165979336,0.153725174569888,0.0,0.0390534791686017,0.153725174569888,0.0,0.00766235592386297,0.5,0.153725174569888,0.0,0.00452369482434907,0,0.222974650862115,0.107131459715352 -7295,0.5,0.153725174569888,0.0,0.0861236722094023,0.153725174569888,0.0,0.0958483102698811,0.153725174569888,0.0,0.0235049608702187,0.153725174569888,0.0,0.0268993389625665,0.153725174569888,0.0,0.0988981597600603,0.153725174569888,0.0,0.106866825891243,0.153725174569888,0.0,0.0805563133283709,0.153725174569888,0.0,0.085331680938541,0.5,0.153725174569888,0.0,0.0157128660099917,0.153725174569888,0.0,0.00671086023366206,0.5,0.153725174569888,0.0,0.0154123198704784,0.153725174569888,0.0,0.0242753132636834,0.153725174569888,0.0,0.12640187671292,0.153725174569888,0.0,0.0887505731962847,0.153725174569888,0.0,0.0555163332476053,0.153725174569888,0.0,0.0381660264745033,0.153725174569888,0.0,0.00911493317514778,0.5,0.153725174569888,0.0,0.00441583383426855,0,0.234650456849286,0.155466771469101 -7296,0.5,0.153725174569888,0.0,0.0865134429927133,0.153725174569888,0.0,0.100026265135,0.153725174569888,0.0,0.0301916886420488,0.153725174569888,0.0,0.0317001006441144,0.153725174569888,0.0,0.10228306863812,0.153725174569888,0.0,0.114316402998467,0.153725174569888,0.0,0.0942894862868293,0.153725174569888,0.0,0.0899189021723215,0.5,0.153725174569888,0.0,0.0136757430392797,0.153725174569888,0.0,0.00781728247389381,0.5,0.153725174569888,0.0,0.0181055240256311,0.153725174569888,0.0,0.0268301390442346,0.153725174569888,0.0,0.124647719791743,0.153725174569888,0.0,0.0949885906400178,0.153725174569888,0.0,0.0619859243406832,0.153725174569888,0.0,0.0370129156695612,0.153725174569888,0.0,0.010803932937725,0.5,0.153725174569888,0.0,0.0053785103499565,0,0.269027362412172,0.189349570846257 -7297,0.5,0.153725174569888,0.0,0.0886168946958273,0.153725174569888,0.0,0.0977722814631923,0.153725174569888,0.0,0.0293377858485352,0.153725174569888,0.0,0.0362923284781275,0.153725174569888,0.0,0.107687778865847,0.153725174569888,0.0,0.119341451030065,0.153725174569888,0.0,0.0983920760780749,0.153725174569888,0.0,0.0868218080988906,0.5,0.153725174569888,0.0,0.0151231846790064,0.153725174569888,0.0,0.0106445434119878,0.5,0.153725174569888,0.0,0.0163015341242264,0.153725174569888,0.0,0.0281732063960679,0.153725174569888,0.0,0.119439069154254,0.153725174569888,0.0,0.095382793418756,0.153725174569888,0.0,0.0636085351912392,0.153725174569888,0.0,0.0366158000371848,0.153725174569888,0.0,0.0126010365358771,0.5,0.153725174569888,0.0,0.00618945989905181,0,0.253676713680783,0.223642025385937 -7298,0.5,0.153725174569888,0.0,0.0948391228941001,0.153725174569888,0.0,0.0939055865783438,0.153725174569888,0.0,0.0256572480125893,0.153725174569888,0.0,0.0379018343689773,0.153725174569888,0.0,0.117042141205221,0.153725174569888,0.0,0.117270252798299,0.153725174569888,0.0,0.10723127185424,0.153725174569888,0.0,0.097583435799014,0.5,0.153725174569888,0.0,0.0173722475471827,0.153725174569888,0.0,0.014585866704495,0.5,0.153725174569888,0.0,0.0139522880714521,0.153725174569888,0.0,0.0272134111879237,0.153725174569888,0.0,0.109503663819034,0.153725174569888,0.0,0.102467971801707,0.153725174569888,0.0,0.0644040831865831,0.153725174569888,0.0,0.0390436287991973,0.153725174569888,0.0,0.0150308086909029,0.5,0.153725174569888,0.0,0.00609127215664837,0,0.251860791437299,0.308684542929982 -7299,0.5,0.153725174569888,0.0,0.105577685824647,0.153725174569888,0.0,0.0872752436107062,0.153725174569888,0.0,0.0223217489756865,0.153725174569888,0.0,0.0349760371087435,0.153725174569888,0.0,0.124440401159153,0.153725174569888,0.0,0.140824563775109,0.153725174569888,0.0,0.109565821363564,0.153725174569888,0.0,0.109907451839695,0.5,0.153725174569888,0.0,0.0184384262301457,0.153725174569888,0.0,0.011909906864078,0.5,0.153725174569888,0.0,0.0134936819278214,0.153725174569888,0.0,0.0258199938644828,0.153725174569888,0.0,0.101276006355321,0.153725174569888,0.0,0.108387943253526,0.153725174569888,0.0,0.0673155018771468,0.153725174569888,0.0,0.0435024891724497,0.153725174569888,0.0,0.0149687813885001,0.5,0.153725174569888,0.0,0.00596216414432224,0,0.27414300286716,0.368848816060512 -7300,0.5,0.153725174569888,0.0,0.111691996011043,0.153725174569888,0.0,0.0811583778738868,0.153725174569888,0.0,0.0222270657178651,0.153725174569888,0.0,0.0320724855638739,0.153725174569888,0.0,0.12512264408534,0.153725174569888,0.0,0.138753158699727,0.153725174569888,0.0,0.112960533333573,0.153725174569888,0.0,0.103400202020401,0.5,0.153725174569888,0.0,0.0183616964017417,0.153725174569888,0.0,0.0128405793183827,0.5,0.153725174569888,0.0,0.0175454412250648,0.153725174569888,0.0,0.0233714646800024,0.153725174569888,0.0,0.102622414885094,0.153725174569888,0.0,0.114963789129469,0.153725174569888,0.0,0.067736802005039,0.153725174569888,0.0,0.0499626889434571,0.153725174569888,0.0,0.0147304908629999,0.5,0.153725174569888,0.0,0.00579717700054202,0,0.263396957734104,0.499807013271123 -7301,0.5,0.153725174569888,0.0,0.113703198879365,0.153725174569888,0.0,0.0828974907467231,0.153725174569888,0.0,0.0252103032605327,0.153725174569888,0.0,0.0332731325190439,0.153725174569888,0.0,0.124503589721414,0.153725174569888,0.0,0.137550083424264,0.153725174569888,0.0,0.133739057606967,0.153725174569888,0.0,0.0959885176116914,0.5,0.153725174569888,0.0,0.0170252955124097,0.153725174569888,0.0,0.00677620595325709,0.5,0.153725174569888,0.0,0.0216940694450165,0.153725174569888,0.0,0.0231144169993509,0.153725174569888,0.0,0.103315595593082,0.153725174569888,0.0,0.13145651435182,0.153725174569888,0.0,0.0695714920270206,0.153725174569888,0.0,0.0526672824175762,0.153725174569888,0.0,0.0153812364559734,0.5,0.153725174569888,0.0,0.00541236043525968,0,0.243967368641673,0.657047530901736 -7302,0.5,0.153725174569888,0.0,0.116130113008308,0.153725174569888,0.0,0.092184327094002,0.153725174569888,0.0,0.0286490131864895,0.153725174569888,0.0,0.0387675585831966,0.153725174569888,0.0,0.122683662373396,0.153725174569888,0.0,0.155291303665716,0.153725174569888,0.0,0.144697441131172,0.153725174569888,0.0,0.0984428931453187,0.5,0.153725174569888,0.0,0.015349459323246,0.153725174569888,0.0,0.00549186634486677,0.5,0.153725174569888,0.0,0.0219480617685979,0.153725174569888,0.0,0.0239093342973508,0.153725174569888,0.0,0.113410073893702,0.153725174569888,0.0,0.139606975392051,0.153725174569888,0.0,0.0769502364102377,0.153725174569888,0.0,0.0574368741646062,0.153725174569888,0.0,0.0148563933642003,0.5,0.153725174569888,0.0,0.00551708386585279,0,0.23698943412772,0.741634430593881 -7303,0.5,0.153725174569888,0.0,0.123279418998278,0.153725174569888,0.0,0.111032981182429,0.153725174569888,0.0,0.0310027119187891,0.153725174569888,0.0,0.0439738791441927,0.153725174569888,0.0,0.133639151960764,0.153725174569888,0.0,0.186231541609941,0.153725174569888,0.0,0.134974253013058,0.153725174569888,0.0,0.0979023724836045,0.5,0.153725174569888,0.0,0.0170851415232442,0.153725174569888,0.0,0.00569771017212079,0.5,0.153725174569888,0.0,0.0183214020216836,0.153725174569888,0.0,0.0299827574487664,0.153725174569888,0.0,0.13068724093238,0.153725174569888,0.0,0.147030904022676,0.153725174569888,0.0,0.0838764261177428,0.153725174569888,0.0,0.0555052378281728,0.153725174569888,0.0,0.0146513663844467,0.5,0.153725174569888,0.0,0.00626587320564255,0,0.219968266655526,0.805152674434485 -7304,0.5,0.153725174569888,0.00239683196038829,0.131496532314362,0.153725174569888,0.0,0.11691749632343,0.153725174569888,0.00421701953783481,0.0321735539568638,0.153725174569888,0.0103819920510359,0.041042011073014,0.153725174569888,0.0,0.147340642049041,0.153725174569888,0.0,0.196758839398511,0.153725174569888,0.0,0.134825593701964,0.153725174569888,0.0,0.120599147644751,0.5,0.153725174569888,0.0005235128672741,0.0214867593826883,0.153725174569888,0.00834297287588713,0.00423964810470478,0.5,0.153725174569888,0.00347420273037573,0.0113979330876032,0.153725174569888,0.00501095348381964,0.0281567082381939,0.153725174569888,0.0,0.145029008268357,0.153725174569888,1.95424953966298e-06,0.161543623769074,0.153725174569888,0.000322640905102356,0.0866163992588068,0.153725174569888,0.0012052305056227,0.0581175211425837,0.153725174569888,0.00702936252810387,0.0135305401941282,0.5,0.153725174569888,0.0193455079133468,0.0059599006787879,0,0.211726176576643,0.864407553014968 -7305,0.5,0.153725174569888,0.055765811962698,0.141129579117853,0.153725174569888,0.10117188262069,0.0869652181969541,0.153725174569888,0.112839549811098,0.0341844679774616,0.153725174569888,0.156531344917486,0.0367327514375127,0.153725174569888,0.0959548781325637,0.136356424638507,0.153725174569888,0.0936690737746612,0.163167716300787,0.153725174569888,0.102461244583732,0.127830554977919,0.153725174569888,0.103838618829657,0.0944448050900375,0.5,0.153725174569888,0.119199795456015,0.0165542588364929,0.153725174569888,0.16195801817689,0.00344581611154176,0.5,0.153725174569888,0.137508080399113,0.00922472274308245,0.153725174569888,0.146931871392021,0.0222230304262743,0.153725174569888,0.0837881665320371,0.145158228532197,0.153725174569888,0.0914597612586556,0.16454526753742,0.153725174569888,0.0845222848519495,0.0777356376531726,0.153725174569888,0.104700144501051,0.0543275832685496,0.153725174569888,0.153061896354754,0.0112254232391232,0.5,0.153725174569888,0.17675960455235,0.00421289296861885,0,0.208662994689835,0.905872536135149 -7306,0.5,0.153725174569888,0.144608085983089,0.159052630434929,0.153725174569888,0.239882632788993,0.0926600634516736,0.153725174569888,0.249050092072477,0.0350614101849751,0.153725174569888,0.308503535635428,0.0386957368722935,0.153725174569888,0.252061247305408,0.151812500225751,0.153725174569888,0.251536158801358,0.191343951261532,0.153725174569888,0.255497159562702,0.122857260634604,0.153725174569888,0.262680432432823,0.0957895702089259,0.5,0.153725174569888,0.280301370217982,0.0175766233252453,0.153725174569888,0.324061685758982,0.00121206231566777,0.5,0.153725174569888,0.297644695086514,0.00780864450441167,0.153725174569888,0.309524616438922,0.0168063854004133,0.153725174569888,0.229001000389473,0.163130016427041,0.153725174569888,0.245011655722599,0.194272792197554,0.153725174569888,0.208898240392191,0.0874067199419044,0.153725174569888,0.241490444740124,0.061413246631108,0.153725174569888,0.312246740035477,0.00993929987472715,0.5,0.153725174569888,0.337483328098638,0.00278745107188157,0,0.210187482193182,0.933562355582616 -7307,0.5,0.153725174569888,0.242249583192963,0.181295843703596,0.153725174569888,0.352767378787393,0.163520527605434,0.153725174569888,0.368999518356527,0.044353306284665,0.153725174569888,0.431157252193518,0.0459425724575939,0.153725174569888,0.390160326797064,0.196326604702319,0.153725174569888,0.392444399528645,0.247410863984734,0.153725174569888,0.393254233904154,0.160594028290528,0.153725174569888,0.403971733018863,0.129608364720433,0.5,0.153725174569888,0.420724181694984,0.0266957690394762,0.153725174569888,0.457715532231486,0.00166504319354016,0.5,0.153725174569888,0.434046878422549,0.0066542134463024,0.153725174569888,0.446903903833517,0.0165724022657591,0.153725174569888,0.36237787421877,0.209105709467478,0.153725174569888,0.382860880638299,0.24708492365194,0.153725174569888,0.329886243822197,0.130196119666813,0.153725174569888,0.371349432777852,0.0988073769413863,0.153725174569888,0.444260756736918,0.0132581596068727,0.5,0.153725174569888,0.465586541967885,0.00530956530306288,0,0.215171219289298,0.947771615361915 -7308,0.5,0.153725174569888,0.278319470756019,0.182601635759542,0.153725174569888,0.428813337843262,0.219200307892532,0.153725174569888,0.445428793536326,0.0529712062987471,0.153725174569888,0.496686761890119,0.0486894904482551,0.153725174569888,0.47891899870713,0.25402966339062,0.153725174569888,0.484886571015449,0.283726611965828,0.153725174569888,0.481832956140861,0.243369129704304,0.153725174569888,0.494358780249517,0.207698281150804,0.5,0.153725174569888,0.509406928030651,0.0612364556286049,0.153725174569888,0.535831287020296,0.00233631616645034,0.5,0.153725174569888,0.51671119240446,0.0102005729470666,0.153725174569888,0.53015469771371,0.0148274102384765,0.153725174569888,0.445772529498979,0.26342332724534,0.153725174569888,0.467771707426956,0.307579553513282,0.153725174569888,0.420361546286372,0.171450091486398,0.153725174569888,0.468537966236135,0.16736690476688,0.153725174569888,0.520898390237815,0.0201058411300337,0.5,0.153725174569888,0.536614164681504,0.010227640671472,0,0.20573748262412,0.957956480972858 -7309,0.5,0.153725174569888,0.263008886729734,0.19481153236207,0.153725174569888,0.465899587001419,0.198780338422682,0.153725174569888,0.473636703007013,0.0507680490911613,0.153725174569888,0.502042158766418,0.0467343998120467,0.153725174569888,0.510526776880002,0.278404152234458,0.153725174569888,0.519142745258689,0.304939137901505,0.153725174569888,0.515221658085477,0.311922381645058,0.153725174569888,0.527571386816728,0.283629155315553,0.5,0.153725174569888,0.540748982537986,0.103837840156929,0.153725174569888,0.555284196591761,0.00258020596002818,0.5,0.153725174569888,0.541303948462701,0.0171884575727388,0.153725174569888,0.554919230695027,0.0128698256481919,0.153725174569888,0.473927869735932,0.285904542144399,0.153725174569888,0.498097329085391,0.364190436387566,0.153725174569888,0.470136029437809,0.185880706185472,0.153725174569888,0.515202925768095,0.195058065211713,0.153725174569888,0.539140360297034,0.0259683914611312,0.5,0.153725174569888,0.549303030737843,0.0182342779928687,0,0.216014996096649,0.976082715637474 -7310,0.5,0.153725174569888,0.218631791210827,0.193373196622022,0.153725174569888,0.44867305819305,0.204246456988968,0.153725174569888,0.453201240759409,0.0664699124465028,0.153725174569888,0.448594093295432,0.0455286107312105,0.153725174569888,0.483562817465295,0.26880287924141,0.153725174569888,0.495933618323385,0.296268851966283,0.153725174569888,0.488727007233576,0.336392899589967,0.153725174569888,0.504430956913788,0.294782580203096,0.5,0.153725174569888,0.514378700343289,0.106618192440684,0.153725174569888,0.515013811058029,0.00263037847344241,0.5,0.153725174569888,0.507902952172826,0.0322280595056328,0.153725174569888,0.521201869308054,0.0135151869396778,0.153725174569888,0.446791209304025,0.271753211533864,0.153725174569888,0.470908317016599,0.355800820942065,0.153725174569888,0.458993616100283,0.175366314285731,0.153725174569888,0.492177653678772,0.209198376993845,0.153725174569888,0.498036064425019,0.0268568770065853,0.5,0.153725174569888,0.50165087359028,0.0134976615023217,0,0.199379135979255,0.963058106189704 -7311,0.5,0.153725174569888,0.186654900141607,0.169466810291733,0.153725174569888,0.361443695126077,0.16985132075015,0.153725174569888,0.369729437369967,0.0553676187649082,0.153725174569888,0.343174722197726,0.0365297107507136,0.153725174569888,0.395963187845165,0.231415135095881,0.153725174569888,0.412094593124065,0.23056752569192,0.153725174569888,0.400431216900148,0.277701065886071,0.153725174569888,0.419535261451116,0.240183381600767,0.5,0.153725174569888,0.426809351449653,0.0988934786739575,0.153725174569888,0.412986669920196,0.00154185515911134,0.5,0.153725174569888,0.413635410658044,0.01984212794026,0.153725174569888,0.425497138265951,0.0114548833094881,0.153725174569888,0.363190948520972,0.261403878183772,0.153725174569888,0.383450157626275,0.31841913811957,0.153725174569888,0.372810471673244,0.135762281895528,0.153725174569888,0.400097732593368,0.152100799963157,0.153725174569888,0.396257732937122,0.0188489172546813,0.5,0.153725174569888,0.393216582435596,0.00782727542634205,0,0.17811706973288,0.936917649968337 -7312,0.5,0.153725174569888,0.0824451960490829,0.127403097464642,0.153725174569888,0.115282828468998,0.144946328177529,0.153725174569888,0.144268788496724,0.0432745004673778,0.153725174569888,0.0910909815220505,0.0478467894150465,0.153725174569888,0.184427156384486,0.234486786310126,0.153725174569888,0.21510823333574,0.202681490221065,0.153725174569888,0.193956930326958,0.230568995027177,0.153725174569888,0.201146639344318,0.128570899314514,0.5,0.153725174569888,0.205298615197992,0.047513897382964,0.153725174569888,0.205153030642183,0.000514045832142188,0.5,0.153725174569888,0.18192894308174,0.00963390527080593,0.153725174569888,0.205577966576073,0.00993847736904819,0.153725174569888,0.146893388736419,0.27488603753322,0.153725174569888,0.160584425838369,0.291159127058121,0.153725174569888,0.14696426477213,0.129639662440801,0.153725174569888,0.175163160144345,0.0975269127429402,0.153725174569888,0.159191204288416,0.0120479661791402,0.5,0.153725174569888,0.153464216448331,0.00279027862706095,0,0.183335585773166,0.901638390044026 -7313,0.5,0.153725174569888,0.0,0.135713951293107,0.153725174569888,0.0,0.172331190709855,0.153725174569888,0.0,0.0457453906497467,0.153725174569888,0.0,0.0629478488132462,0.153725174569888,0.0,0.266341750415956,0.153725174569888,0.0,0.244210299823577,0.153725174569888,0.0,0.209019808633214,0.153725174569888,0.0,0.101292983037359,0.5,0.153725174569888,0.0,0.0512195612503177,0.153725174569888,0.0,0.00163264718186073,0.5,0.153725174569888,0.0,0.0131652950618887,0.153725174569888,0.0,0.0155259642177105,0.153725174569888,0.0,0.303340061857904,0.153725174569888,0.0,0.292445042323782,0.153725174569888,0.0,0.145441883541655,0.153725174569888,0.0,0.088247434749165,0.153725174569888,0.0,0.0175086147521349,0.5,0.153725174569888,0.0,0.00419178775847472,0,0.206098902667745,0.873331724474486 -7314,0.5,0.153725174569888,0.0,0.147773981090848,0.153725174569888,0.0,0.17531552974195,0.153725174569888,0.0,0.0443324443325716,0.153725174569888,0.0,0.0618479633331149,0.153725174569888,0.0,0.269820280467055,0.153725174569888,0.0,0.265258312976988,0.153725174569888,0.0,0.193691285496393,0.153725174569888,0.0,0.0969270324480582,0.5,0.153725174569888,0.0,0.0484990772144726,0.153725174569888,0.0,0.0030341949785298,0.5,0.153725174569888,0.0,0.0138112680711222,0.153725174569888,0.0,0.0186350278550638,0.153725174569888,0.0,0.330216804415072,0.153725174569888,0.0,0.284850855161084,0.153725174569888,0.0,0.146072981088379,0.153725174569888,0.0,0.0857908351405369,0.153725174569888,0.0,0.0163920714785926,0.5,0.153725174569888,0.0,0.00506740854399535,0,0.247519396945023,0.863380924118709 -7315,0.5,0.153725174569888,0.0,0.159778199379086,0.153725174569888,0.0,0.179236276796292,0.153725174569888,0.0,0.046929363171239,0.153725174569888,0.0,0.0628881454106637,0.153725174569888,0.0,0.260057320965505,0.153725174569888,0.0,0.28342717060401,0.153725174569888,0.0,0.199945088022952,0.153725174569888,0.0,0.107033336176775,0.5,0.153725174569888,0.0,0.0420672479861174,0.153725174569888,0.0,0.00290955508230108,0.5,0.153725174569888,0.0,0.0161013173795531,0.153725174569888,0.0,0.0253340701922294,0.153725174569888,0.0,0.343313220144605,0.153725174569888,0.0,0.269711202131911,0.153725174569888,0.0,0.139757804727124,0.153725174569888,0.0,0.0775319372329385,0.153725174569888,0.0,0.0175463993027729,0.5,0.153725174569888,0.0,0.0056441560378026,0,0.265256529523181,0.7854455491975 -7316,0.5,0.153725174569888,0.0,0.15978142124058,0.153725174569888,0.0,0.198235912030571,0.153725174569888,0.0,0.0489775751138767,0.153725174569888,0.0,0.0649379093955737,0.153725174569888,0.0,0.212612138648134,0.153725174569888,0.0,0.257038204711377,0.153725174569888,0.0,0.221764324899692,0.153725174569888,0.0,0.113603496733243,0.5,0.153725174569888,0.0,0.0399755537158959,0.153725174569888,0.0,0.00310933590630236,0.5,0.153725174569888,0.0,0.0212036755016851,0.153725174569888,0.0,0.0291884969001099,0.153725174569888,0.0,0.331209705161582,0.153725174569888,0.0,0.23254184084431,0.153725174569888,0.0,0.147581310055366,0.153725174569888,0.0,0.0702860531530674,0.153725174569888,0.0,0.0211470007164526,0.5,0.153725174569888,0.0,0.00464163441228945,0,0.254234215932638,0.625878447644496 -7317,0.5,0.153725174569888,0.0,0.161191575144632,0.153725174569888,0.0,0.18333118108568,0.153725174569888,0.0,0.0473828051264238,0.153725174569888,0.0,0.0682780333499539,0.153725174569888,0.0,0.195055972891379,0.153725174569888,0.0,0.19757606998242,0.153725174569888,0.0,0.241440878030214,0.153725174569888,0.0,0.10520883791047,0.5,0.153725174569888,0.0,0.0433981234269325,0.153725174569888,0.0,0.00487157923385144,0.5,0.153725174569888,0.0,0.0216797591950122,0.153725174569888,0.0,0.0383288837162698,0.153725174569888,0.0,0.28592022410067,0.153725174569888,0.0,0.204733130175178,0.153725174569888,0.0,0.158697744497055,0.153725174569888,0.0,0.0789152984284808,0.153725174569888,0.0,0.0226310406420834,0.5,0.153725174569888,0.0,0.00375822098907672,0,0.290674523667686,0.59823823596205 -7318,0.5,0.153725174569888,0.0,0.164608350716962,0.153725174569888,0.0,0.137450350992444,0.153725174569888,0.0,0.0510112362088459,0.153725174569888,0.0,0.0725094297738897,0.153725174569888,0.0,0.19663743950637,0.153725174569888,0.0,0.182209870968279,0.153725174569888,0.0,0.219575339799929,0.153725174569888,0.0,0.0994752028624188,0.5,0.153725174569888,0.0,0.0470673807316872,0.153725174569888,0.0,0.00908057861510337,0.5,0.153725174569888,0.0,0.0213492178570299,0.153725174569888,0.0,0.0405959757593499,0.153725174569888,0.0,0.273568396452755,0.153725174569888,0.0,0.197863514339687,0.153725174569888,0.0,0.164350429159609,0.153725174569888,0.0,0.0874348916367018,0.153725174569888,0.0,0.0235513602163382,0.5,0.153725174569888,0.0,0.00415743782037206,0,0.328118159216804,0.556665278942413 -7319,0.5,0.153725174569888,0.0,0.16806606425547,0.153725174569888,0.0,0.133256269016952,0.153725174569888,0.0,0.0552035224322723,0.153725174569888,0.0,0.0777613258890986,0.153725174569888,0.0,0.19449001717959,0.153725174569888,0.0,0.199268735706062,0.153725174569888,0.0,0.211943497599593,0.153725174569888,0.0,0.109068199013703,0.5,0.153725174569888,0.0,0.0436000673200089,0.153725174569888,0.0,0.0153999283124067,0.5,0.153725174569888,0.0,0.0261784645220873,0.153725174569888,0.0,0.0452514444848577,0.153725174569888,0.0,0.256504897206049,0.153725174569888,0.0,0.205790654470318,0.153725174569888,0.0,0.155826633090433,0.153725174569888,0.0,0.0988562651176223,0.153725174569888,0.0,0.0248632215578563,0.5,0.153725174569888,0.0,0.00470748794936315,0,0.344560754712414,0.474390688139182 -7320,0.5,0.153725174569888,0.0,0.171520580736244,0.153725174569888,0.0,0.129074423439479,0.153725174569888,0.0,0.0630838758530165,0.153725174569888,0.0,0.0852774459823908,0.153725174569888,0.0,0.210049959541212,0.153725174569888,0.0,0.203088595108613,0.153725174569888,0.0,0.198217664699033,0.153725174569888,0.0,0.122868562451294,0.5,0.153725174569888,0.0,0.0444749553726501,0.153725174569888,0.0,0.0197540701433629,0.5,0.153725174569888,0.0,0.0285413759989683,0.153725174569888,0.0,0.055097673944009,0.153725174569888,0.0,0.250644239846841,0.153725174569888,0.0,0.208543161395977,0.153725174569888,0.0,0.141042392940566,0.153725174569888,0.0,0.106856918895281,0.153725174569888,0.0,0.0257289327403437,0.5,0.153725174569888,0.0,0.00559758179260557,0,0.331565003691166,0.395561858330902 -7321,0.5,0.153725174569888,0.0,0.165426595448942,0.153725174569888,0.0,0.148997536013977,0.153725174569888,0.0,0.0685996531796813,0.153725174569888,0.0,0.0896802380460532,0.153725174569888,0.0,0.21651338496639,0.153725174569888,0.0,0.196326137630593,0.153725174569888,0.0,0.206008972777261,0.153725174569888,0.0,0.127721514609535,0.5,0.153725174569888,0.0,0.045692451517504,0.153725174569888,0.0,0.0268930887063365,0.5,0.153725174569888,0.0,0.0287639315689519,0.153725174569888,0.0,0.0509448078520794,0.153725174569888,0.0,0.245410350699802,0.153725174569888,0.0,0.210281665713813,0.153725174569888,0.0,0.127605608158466,0.153725174569888,0.0,0.100301153284994,0.153725174569888,0.0,0.0284709555808984,0.5,0.153725174569888,0.0,0.005867193698821,0,0.31572035722192,0.274357294181171 -7322,0.5,0.153725174569888,0.0,0.150681600451027,0.153725174569888,0.0,0.144545228723727,0.153725174569888,0.0,0.0702903042937438,0.153725174569888,0.0,0.0956868487952595,0.153725174569888,0.0,0.205057281385691,0.153725174569888,0.0,0.19033795415892,0.153725174569888,0.0,0.217448581229571,0.153725174569888,0.0,0.126465476840466,0.5,0.153725174569888,0.0,0.0478940999346344,0.153725174569888,0.0,0.0296996198646399,0.5,0.153725174569888,0.0,0.0260797584660618,0.153725174569888,0.0,0.0517809551074616,0.153725174569888,0.0,0.246599000442665,0.153725174569888,0.0,0.209401729132485,0.153725174569888,0.0,0.128936019069005,0.153725174569888,0.0,0.0888009664955789,0.153725174569888,0.0,0.0309211350161386,0.5,0.153725174569888,0.0,0.00568630224826135,0,0.314895255433671,0.338772058279612 -7323,0.5,0.153725174569888,0.0,0.137848491442535,0.153725174569888,0.0,0.132733189368651,0.153725174569888,0.0,0.0704657858691674,0.153725174569888,0.0,0.10262114909311,0.153725174569888,0.0,0.203215284027228,0.153725174569888,0.0,0.186446810765331,0.153725174569888,0.0,0.224874639848582,0.153725174569888,0.0,0.129305224415053,0.5,0.153725174569888,0.0,0.0498589767987832,0.153725174569888,0.0,0.0347760813119622,0.5,0.153725174569888,0.0,0.0196957673418577,0.153725174569888,0.0,0.0526307725570263,0.153725174569888,0.0,0.230309370897119,0.153725174569888,0.0,0.205494336067644,0.153725174569888,0.0,0.137163882885942,0.153725174569888,0.0,0.0959284259270173,0.153725174569888,0.0,0.0325499718275667,0.5,0.153725174569888,0.0,0.00593795815751054,0,0.313961918115163,0.480967228141267 -7324,0.5,0.153725174569888,0.0,0.130240640633342,0.153725174569888,0.0,0.134890530457531,0.153725174569888,0.0,0.070721539528367,0.153725174569888,0.0,0.106288963384912,0.153725174569888,0.0,0.198170557981238,0.153725174569888,0.0,0.187598145436236,0.153725174569888,0.0,0.21345755888527,0.153725174569888,0.0,0.126811212742054,0.5,0.153725174569888,0.0,0.0523025627585135,0.153725174569888,0.0,0.0434266537087514,0.5,0.153725174569888,0.0,0.0149636776255384,0.153725174569888,0.0,0.0447964519223579,0.153725174569888,0.0,0.219283916746128,0.153725174569888,0.0,0.21432475940365,0.153725174569888,0.0,0.137427597868499,0.153725174569888,0.0,0.093737327793643,0.153725174569888,0.0,0.0347089791455557,0.5,0.153725174569888,0.0,0.00717788430533641,0,0.313522339493454,0.648543628688916 -7325,0.5,0.153725174569888,0.0,0.126244710007669,0.153725174569888,0.0,0.127815361473445,0.153725174569888,0.0,0.0692561959618909,0.153725174569888,0.0,0.107160740040301,0.153725174569888,0.0,0.196075109261212,0.153725174569888,0.0,0.181345816247495,0.153725174569888,0.0,0.209359540933816,0.153725174569888,0.0,0.121566882053245,0.5,0.153725174569888,0.0,0.0571712199381228,0.153725174569888,0.0,0.0484177867781375,0.5,0.153725174569888,0.0,0.0138190917617434,0.153725174569888,0.0,0.0394383977422455,0.153725174569888,0.0,0.21682765731957,0.153725174569888,0.0,0.218914458592022,0.153725174569888,0.0,0.139330001005724,0.153725174569888,0.0,0.0986490872670368,0.153725174569888,0.0,0.0318127436243426,0.5,0.153725174569888,0.0,0.00843820226029869,0,0.293343304593621,0.714733306455296 -7326,0.5,0.153725174569888,0.0,0.13072253110024,0.153725174569888,0.0,0.122776435770805,0.153725174569888,0.0,0.0761544163761309,0.153725174569888,0.0,0.103682624726509,0.153725174569888,0.0,0.195446394250854,0.153725174569888,0.0,0.207443332798771,0.153725174569888,0.0,0.21237076073377,0.153725174569888,0.0,0.143003569897012,0.5,0.153725174569888,0.0,0.0620335744444217,0.153725174569888,0.0,0.0445823821172525,0.5,0.153725174569888,0.0,0.0172932419803982,0.153725174569888,0.0,0.0450311083199866,0.153725174569888,0.0,0.232676552746482,0.153725174569888,0.0,0.217723446089272,0.153725174569888,0.0,0.14006131627188,0.153725174569888,0.0,0.104200520427016,0.153725174569888,0.0,0.0354947177391432,0.5,0.153725174569888,0.0,0.0084871324812426,0,0.276940541930174,0.704606871194935 -7327,0.5,0.153725174569888,0.0,0.14166004221003,0.153725174569888,0.0,0.143647968279102,0.153725174569888,0.0,0.0919493932575384,0.153725174569888,0.0,0.106026092109268,0.153725174569888,0.0,0.245492943131712,0.153725174569888,0.0,0.23546470983237,0.153725174569888,0.0,0.214104607428964,0.153725174569888,0.0,0.128734497627695,0.5,0.153725174569888,0.0,0.0650652635770652,0.153725174569888,0.0,0.0505824329350394,0.5,0.153725174569888,0.0,0.0250334107323052,0.153725174569888,0.0,0.0520653284908671,0.153725174569888,0.0,0.244252257475453,0.153725174569888,0.0,0.233496266744677,0.153725174569888,0.0,0.141238959910252,0.153725174569888,0.0,0.109669573693891,0.153725174569888,0.0,0.0375575817306129,0.5,0.153725174569888,0.0,0.00867453284254886,0,0.279008322534973,0.806859025955258 -7328,0.5,0.153725174569888,0.00380579045808783,0.1430112854946,0.153725174569888,0.0,0.128885438267841,0.153725174569888,0.00425685423995504,0.0924200740337971,0.153725174569888,0.00964175868988937,0.10715288397811,0.153725174569888,0.0,0.271721904875922,0.153725174569888,0.0,0.229009734416232,0.153725174569888,0.0,0.264954292626188,0.153725174569888,0.0,0.111052508972082,0.5,0.153725174569888,0.000159825056047782,0.0692962126120348,0.153725174569888,0.00755719751928616,0.0481859490556661,0.5,0.153725174569888,0.00262495378621072,0.027623054558211,0.153725174569888,0.00426649236990814,0.0528831832924747,0.153725174569888,0.0,0.237895781391663,0.153725174569888,0.0,0.293435104071743,0.153725174569888,0.000195549040635468,0.149677436800879,0.153725174569888,0.000602846870894713,0.110399137295421,0.153725174569888,0.00632476668994414,0.0358212248143879,0.5,0.153725174569888,0.016822055910812,0.00933458950233841,0,0.305078880997867,0.894188427483636 -7329,0.5,0.153725174569888,0.122302948650406,0.146279288483914,0.153725174569888,0.107547446756955,0.127143278077736,0.153725174569888,0.143249402745838,0.0838775848736089,0.153725174569888,0.164169296222107,0.103015091030222,0.153725174569888,0.0244880346420143,0.27309524492527,0.153725174569888,0.0415282964451504,0.230387126159269,0.153725174569888,0.0425600115838481,0.257451777818827,0.153725174569888,0.0628938428504062,0.144296107601362,0.5,0.153725174569888,0.058599507366356,0.0835671396499011,0.153725174569888,0.161377678281945,0.0368366923005335,0.5,0.153725174569888,0.127504134310106,0.0239836561157487,0.153725174569888,0.144426916215732,0.0460700423242858,0.153725174569888,0.0448960828639701,0.295852331644941,0.153725174569888,0.0264995004495732,0.296124934535976,0.153725174569888,0.0963901900969134,0.146050321897171,0.153725174569888,0.110477637201739,0.125440601559474,0.153725174569888,0.155139826238596,0.033981184041637,0.5,0.153725174569888,0.178639544498477,0.00964142262005457,0,0.335970620363526,0.911158414412145 -7330,0.5,0.153725174569888,0.267376873293153,0.187098176392916,0.153725174569888,0.256785675122131,0.190199305172703,0.153725174569888,0.302775193022943,0.0951038332258501,0.153725174569888,0.319753671046181,0.127603190670655,0.153725174569888,0.0897639188072887,0.308618245028504,0.153725174569888,0.234676679595571,0.293957584309919,0.153725174569888,0.0891346696597957,0.302985007546222,0.153725174569888,0.167973608793153,0.178900326092199,0.5,0.153725174569888,0.101603970522836,0.117127738784478,0.153725174569888,0.324664464587497,0.0215371488461767,0.5,0.153725174569888,0.260068687987884,0.01832510277322,0.153725174569888,0.30547249313425,0.035508605229277,0.153725174569888,0.119395339005343,0.383808789615663,0.153725174569888,0.0534505606899943,0.320516779319241,0.153725174569888,0.221092462007114,0.215741250823461,0.153725174569888,0.240689218294397,0.197643090664894,0.153725174569888,0.315742725622494,0.0368928886828236,0.5,0.153725174569888,0.340953644310344,0.0093800735570649,0,0.348974928532158,0.957984636246745 -7331,0.5,0.153725174569888,0.390477811070972,0.255406349947256,0.153725174569888,0.329332444179627,0.228180381611992,0.153725174569888,0.434484644660784,0.138829533116829,0.153725174569888,0.443520750200421,0.168156796077312,0.153725174569888,0.262312396684842,0.438050862774595,0.153725174569888,0.385409275798224,0.421446353579414,0.153725174569888,0.218564401769658,0.451950053263129,0.153725174569888,0.253547057089577,0.282978322301393,0.5,0.153725174569888,0.105907053032944,0.153129178876547,0.153725174569888,0.458417634356169,0.0122573594885624,0.5,0.153725174569888,0.333315211509571,0.0148875665875775,0.153725174569888,0.436061279276189,0.0336058060198742,0.153725174569888,0.132645901573202,0.373256282475857,0.153725174569888,0.179636822053498,0.3919993468323,0.153725174569888,0.290803668403138,0.298015948507242,0.153725174569888,0.317386871666677,0.310935020714652,0.153725174569888,0.443857280809618,0.0388541151859144,0.5,0.153725174569888,0.469890147336355,0.0122565660438778,0,0.346820579428112,0.996535698306322 -7332,0.5,0.153725174569888,0.461309860858862,0.282744210047766,0.153725174569888,0.327733444022806,0.26194941503449,0.153725174569888,0.50799534715301,0.226254376034175,0.153725174569888,0.510361054344162,0.186623640369398,0.153725174569888,0.462861669798918,0.600314013123534,0.153725174569888,0.48564886530787,0.550557105410375,0.153725174569888,0.346845756372685,0.520007456743763,0.153725174569888,0.340317929243575,0.391942382164356,0.5,0.153725174569888,0.0977202944976931,0.212474091048001,0.153725174569888,0.536084528402209,0.00779179854986936,0.5,0.153725174569888,0.318746732065634,0.0165250499433889,0.153725174569888,0.511968912623211,0.0320089113362746,0.153725174569888,0.0976396710913717,0.340106412320904,0.153725174569888,0.365578636884979,0.503247677240649,0.153725174569888,0.302067065508567,0.341086643675766,0.153725174569888,0.325999440068306,0.370979757803339,0.153725174569888,0.505691466696518,0.0458622183757069,0.5,0.153725174569888,0.541096806977566,0.0159199319359116,0,0.314094582684858,1.00605023081584 -7333,0.5,0.153725174569888,0.474231650188291,0.289451160776445,0.153725174569888,0.129264738876259,0.256465948684475,0.153725174569888,0.520655432552207,0.246035711302434,0.153725174569888,0.518821572433415,0.186566774557795,0.153725174569888,0.505278202034614,0.609912441442412,0.153725174569888,0.520559138437997,0.57551005366853,0.153725174569888,0.452254064547592,0.631983173841193,0.153725174569888,0.4136642146635,0.457537344884093,0.5,0.153725174569888,0.10078973546525,0.239700643856089,0.153725174569888,0.554926682231571,0.00763432766068507,0.5,0.153725174569888,0.251533735728107,0.0207736217187773,0.153725174569888,0.534296215332041,0.0306460244554146,0.153725174569888,0.121966486173306,0.409139142169587,0.153725174569888,0.478312995052669,0.594263316228212,0.153725174569888,0.372492617819732,0.342292345779668,0.153725174569888,0.255302727739746,0.397945025130892,0.153725174569888,0.487584873464747,0.0549347428786003,0.5,0.153725174569888,0.553042093345322,0.01464610669889,0,0.332257828707915,1.0085334111394 -7334,0.5,0.153725174569888,0.41999265781609,0.279218561890771,0.153725174569888,0.347780379302923,0.338154940463771,0.153725174569888,0.466968296459447,0.296891344972306,0.153725174569888,0.466603153925678,0.183284973140872,0.153725174569888,0.483879472024489,0.630569398425513,0.153725174569888,0.49525170311138,0.62313413419796,0.153725174569888,0.469682865317958,0.632747831160735,0.153725174569888,0.42497732874961,0.493192165704929,0.5,0.153725174569888,0.0962106546857422,0.243384575299996,0.153725174569888,0.513983550836785,0.00387683486753497,0.5,0.153725174569888,0.198478411431001,0.017819735391957,0.153725174569888,0.500816061807944,0.0264898314300661,0.153725174569888,0.364748815541549,0.468269144807197,0.153725174569888,0.451472539961541,0.616786722413055,0.153725174569888,0.361878422498271,0.365058807423402,0.153725174569888,0.181687604936203,0.406756214088442,0.153725174569888,0.412175498196285,0.0490061429312543,0.5,0.153725174569888,0.504219630808725,0.0126314011160059,0,0.28985652912665,1.00832240826476 -7335,0.5,0.153725174569888,0.310229840776519,0.226092415137311,0.153725174569888,0.358725623208973,0.234063045421125,0.153725174569888,0.345329096666995,0.218259739982165,0.153725174569888,0.356883729179041,0.138514616375624,0.153725174569888,0.39391458992095,0.516617074662036,0.153725174569888,0.409151393309971,0.539610820198729,0.153725174569888,0.394402377371297,0.576375657270464,0.153725174569888,0.360520288107975,0.518013038836025,0.5,0.153725174569888,0.0679410292695964,0.241024552449555,0.153725174569888,0.411274000747285,0.000971906879178122,0.5,0.153725174569888,0.170020726972794,0.0154177478074204,0.153725174569888,0.40499362900174,0.019783025413713,0.153725174569888,0.33539082220855,0.447299414088141,0.153725174569888,0.359847178497379,0.569401994864532,0.153725174569888,0.29915747296871,0.33393021785088,0.153725174569888,0.136375254744188,0.398537052414112,0.153725174569888,0.309385775337564,0.0351104878457851,0.5,0.153725174569888,0.394528764655844,0.00782711961742103,0,0.256316679857528,1.00775654826382 -7336,0.5,0.153725174569888,0.0818540465510917,0.19702726105789,0.153725174569888,0.109025912293117,0.203448671304684,0.153725174569888,0.12164476874371,0.163461700555555,0.153725174569888,0.0857549449205685,0.136271579019216,0.153725174569888,0.17989203191731,0.447325105781754,0.153725174569888,0.209399676598689,0.521831316089477,0.153725174569888,0.186875371539269,0.498172874996007,0.153725174569888,0.162539258508482,0.47152064363364,0.5,0.153725174569888,0.0289407188468569,0.188678577361373,0.153725174569888,0.200043817213132,0.00112413524662406,0.5,0.153725174569888,0.119389093975884,0.0177478352493093,0.153725174569888,0.200135082237761,0.0209116803673938,0.153725174569888,0.130946062305171,0.45645435877696,0.153725174569888,0.147732091445003,0.51081005006516,0.153725174569888,0.134933499699395,0.308233326997793,0.153725174569888,0.0924146296754078,0.337060902339914,0.153725174569888,0.123467581092319,0.0290112796947645,0.5,0.153725174569888,0.147944840829567,0.00941342340868952,0,0.274114442389472,1.00720904134522 -7337,0.5,0.153725174569888,0.0,0.219292186627153,0.153725174569888,0.0,0.220276889521712,0.153725174569888,0.0,0.166844801765069,0.153725174569888,0.0,0.168090620716287,0.153725174569888,0.0,0.486900014296519,0.153725174569888,0.0,0.548785424024327,0.153725174569888,0.0,0.510971121259025,0.153725174569888,0.0,0.34755756293939,0.5,0.153725174569888,0.000433882078896763,0.17429536044592,0.153725174569888,0.0,0.00115011708486846,0.5,0.153725174569888,0.0,0.0342545156017564,0.153725174569888,0.0,0.0348869255243181,0.153725174569888,0.0,0.484482679797448,0.153725174569888,0.0,0.515855249629595,0.153725174569888,0.0,0.323046233266264,0.153725174569888,6.03627232649297e-05,0.298270579588633,0.153725174569888,0.0,0.0410448319655167,0.5,0.153725174569888,0.0,0.0127235425821454,0,0.29790236401326,1.00724037238748 -7338,0.5,0.153725174569888,0.0,0.215171008500936,0.153725174569888,0.0,0.2453736855028,0.153725174569888,0.0,0.171966869044751,0.153725174569888,0.0,0.175235571192946,0.153725174569888,0.0,0.564981346721391,0.153725174569888,0.0,0.580493358199209,0.153725174569888,0.0,0.557794973942672,0.153725174569888,0.0,0.31585159407216,0.5,0.153725174569888,0.0,0.176836129499969,0.153725174569888,0.0,0.00129115348216279,0.5,0.153725174569888,0.0,0.0435042985420703,0.153725174569888,0.0,0.0505294049378562,0.153725174569888,0.0,0.507847031999917,0.153725174569888,0.0,0.544260418014389,0.153725174569888,0.0,0.340603971737193,0.153725174569888,0.0,0.266611196032808,0.153725174569888,0.0,0.0437729492598793,0.5,0.153725174569888,0.0,0.0102406464518184,0,0.338389340468146,1.0076528894599 -7339,0.5,0.153725174569888,0.0,0.226039526310721,0.153725174569888,0.0,0.275048366714524,0.153725174569888,0.0,0.17295292197304,0.153725174569888,0.0,0.173042066132158,0.153725174569888,0.0,0.674913572077194,0.153725174569888,0.0,0.61396779766991,0.153725174569888,0.0,0.565694662011497,0.153725174569888,0.0,0.385284493375954,0.5,0.153725174569888,0.0,0.190151591735042,0.153725174569888,0.0,0.00222920761352649,0.5,0.153725174569888,0.0,0.0518603120274484,0.153725174569888,0.0,0.0668814528156083,0.153725174569888,0.0,0.524724437171082,0.153725174569888,0.0,0.581995411196524,0.153725174569888,0.0,0.342706342925617,0.153725174569888,0.0,0.239025396953771,0.153725174569888,0.0,0.0506294024789611,0.5,0.153725174569888,0.0,0.0135169543623218,0,0.379956229215159,1.00804453178544 -7340,0.5,0.153725174569888,0.0,0.24023253207963,0.153725174569888,0.0,0.295845766278985,0.153725174569888,0.0,0.168491841434408,0.153725174569888,0.0,0.166132267869809,0.153725174569888,0.0,0.701292092728411,0.153725174569888,0.0,0.656806787857648,0.153725174569888,0.0,0.536572782536299,0.153725174569888,0.0,0.417473283750829,0.5,0.153725174569888,0.0,0.20483748032109,0.153725174569888,0.0,0.00515440134662639,0.5,0.153725174569888,0.0,0.0641496412733452,0.153725174569888,0.0,0.0841242228672513,0.153725174569888,0.0,0.538839080273961,0.153725174569888,0.0,0.613347286694385,0.153725174569888,0.0,0.345971340416376,0.153725174569888,0.0,0.232797766142246,0.153725174569888,0.0,0.0593229382818348,0.5,0.153725174569888,0.0,0.017344680956336,0,0.40939380861969,0.834176177622933 -7341,0.5,0.153725174569888,0.0,0.247479161850312,0.153725174569888,0.0,0.29806901742541,0.153725174569888,0.0,0.160451949459806,0.153725174569888,0.0,0.158876105714553,0.153725174569888,0.0,0.622862699939378,0.153725174569888,0.0,0.661656453369322,0.153725174569888,0.0,0.551816963579671,0.153725174569888,0.0,0.390603901214017,0.5,0.153725174569888,0.0,0.237834369463708,0.153725174569888,0.0,0.0168396726884339,0.5,0.153725174569888,0.0,0.0755031384808184,0.153725174569888,0.0,0.0994626940431812,0.153725174569888,0.0,0.526310941252775,0.153725174569888,0.0,0.594604385197873,0.153725174569888,0.0,0.33838396620164,0.153725174569888,0.0,0.26264342813232,0.153725174569888,0.0,0.065924806572112,0.5,0.153725174569888,0.0,0.0223224096400734,0,0.432708868707665,0.554712149373446 -7342,0.5,0.153725174569888,0.0,0.243723838175448,0.153725174569888,0.0,0.304083439014031,0.153725174569888,0.0,0.163776027778069,0.153725174569888,0.0,0.157038138980613,0.153725174569888,0.0,0.579809988249919,0.153725174569888,0.0,0.586338635001351,0.153725174569888,0.0,0.585759996314967,0.153725174569888,0.0,0.387148151219147,0.5,0.153725174569888,0.0,0.297877523703182,0.153725174569888,0.0,0.0251748934732437,0.5,0.153725174569888,0.0,0.0883534589464342,0.153725174569888,0.0,0.114147403152557,0.153725174569888,0.0,0.537668216331612,0.153725174569888,0.0,0.535769906534075,0.153725174569888,0.0,0.338574299879932,0.153725174569888,0.0,0.311248531606275,0.153725174569888,0.0,0.0756612302291571,0.5,0.153725174569888,0.0,0.0210761819858473,0,0.438381131721309,0.42801080359425 -7343,0.5,0.153725174569888,0.0,0.237836262602449,0.153725174569888,0.0,0.310644791785384,0.153725174569888,0.0,0.186055888855392,0.153725174569888,0.0,0.162100430905944,0.153725174569888,0.0,0.505845573842173,0.153725174569888,0.0,0.518201345648676,0.153725174569888,0.0,0.58345409149485,0.153725174569888,0.0,0.434410293776115,0.5,0.153725174569888,0.0,0.405234061863052,0.153725174569888,0.0,0.0332144140088024,0.5,0.153725174569888,0.0,0.112598553652653,0.153725174569888,0.0,0.132530776525998,0.153725174569888,0.0,0.544473024897461,0.153725174569888,0.0,0.502484764605419,0.153725174569888,0.0,0.375643325154113,0.153725174569888,0.0,0.366770024217788,0.153725174569888,0.0,0.0829621403736931,0.5,0.153725174569888,0.0,0.0225326785980607,0,0.449768599484158,0.288638968826864 -7344,0.5,0.153725174569888,0.0,0.242736728656581,0.153725174569888,0.0,0.306867997890649,0.153725174569888,0.0,0.204848476519304,0.153725174569888,0.0,0.166685932492768,0.153725174569888,0.0,0.471278763758547,0.153725174569888,0.0,0.528527408975894,0.153725174569888,0.0,0.549500416927703,0.153725174569888,0.0,0.521368653292282,0.5,0.153725174569888,0.0,0.532126803017052,0.153725174569888,0.0,0.0451329243959703,0.5,0.153725174569888,0.0,0.18014741087741,0.153725174569888,0.0,0.134184857938841,0.153725174569888,0.0,0.515660147984309,0.153725174569888,0.0,0.447334818669293,0.153725174569888,0.0,0.377612408583054,0.153725174569888,0.0,0.46254232077885,0.153725174569888,0.0,0.100732608212573,0.5,0.153725174569888,0.0,0.0222577212356782,0,0.467792110239782,0.156064307658254 -7345,0.5,0.153725174569888,0.0,0.242081123784819,0.153725174569888,0.0,0.269695199490065,0.153725174569888,0.0,0.247920003257803,0.153725174569888,0.0,0.174235201438769,0.153725174569888,0.0,0.499415459943127,0.153725174569888,0.0,0.567552923754003,0.153725174569888,0.0,0.581554908872196,0.153725174569888,0.0,0.583904294334496,0.5,0.153725174569888,0.0,0.629438192680893,0.153725174569888,0.0,0.0440790612648051,0.5,0.153725174569888,0.0,0.259868690433107,0.153725174569888,0.0,0.136578483307252,0.153725174569888,0.0,0.469650497189984,0.153725174569888,0.0,0.366188954354202,0.153725174569888,0.0,0.371421353288265,0.153725174569888,0.0,0.550775606454822,0.153725174569888,0.0,0.12936639767334,0.5,0.153725174569888,0.0,0.0219108484638344,0,0.516610158600079,0.0962714606794019 -7346,0.5,0.153725174569888,0.0,0.246276996054408,0.153725174569888,0.0,0.247637547861773,0.153725174569888,0.0,0.284106145689165,0.153725174569888,0.0,0.19664604233866,0.153725174569888,0.0,0.498798389964713,0.153725174569888,0.0,0.566251396428024,0.153725174569888,0.0,0.660297089880917,0.153725174569888,0.0,0.582819218927705,0.5,0.153725174569888,0.0,0.707185818229171,0.153725174569888,0.0,0.0560746955785662,0.5,0.153725174569888,0.0,0.295504400284907,0.153725174569888,0.0,0.184056187308495,0.153725174569888,0.0,0.400511355164296,0.153725174569888,0.0,0.338461700771156,0.153725174569888,0.0,0.391738544735563,0.153725174569888,0.0,0.681712759317914,0.153725174569888,0.0,0.16031667441595,0.5,0.153725174569888,0.0,0.0218273901523591,0,0.511281252133507,0.155455061452818 -7347,0.5,0.153725174569888,0.0,0.274721970110188,0.153725174569888,0.0,0.22445448400355,0.153725174569888,0.0,0.344374534718997,0.153725174569888,0.0,0.219298398629808,0.153725174569888,0.0,0.522590249217295,0.153725174569888,0.0,0.516422435039859,0.153725174569888,0.0,0.734326670896851,0.153725174569888,0.0,0.483798504894989,0.5,0.153725174569888,0.0,0.742293519406385,0.153725174569888,0.0,0.050817952611465,0.5,0.153725174569888,0.0,0.327260070581131,0.153725174569888,0.0,0.240814081240645,0.153725174569888,0.0,0.337727569911624,0.153725174569888,0.0,0.289053674496797,0.153725174569888,0.0,0.462751539228839,0.153725174569888,0.0,0.772829756579389,0.153725174569888,0.0,0.180983775070487,0.5,0.153725174569888,0.0,0.0240692612035903,0,0.523309914838958,0.270212446756946 -7348,0.5,0.153725174569888,0.0,0.306227886710284,0.153725174569888,0.0,0.273714726159999,0.153725174569888,0.0,0.422118756173264,0.153725174569888,0.0,0.262990323198158,0.153725174569888,0.0,0.556353866824593,0.153725174569888,0.0,0.395248080726608,0.153725174569888,0.0,0.767924180720656,0.153725174569888,0.0,0.384961483065275,0.5,0.153725174569888,0.0,0.747842322738634,0.153725174569888,0.0,0.0666389948938775,0.5,0.153725174569888,0.0,0.392000757667112,0.153725174569888,0.0,0.247927361901717,0.153725174569888,0.0,0.279359153825023,0.153725174569888,0.0,0.289767548736249,0.153725174569888,0.0,0.524711825968077,0.153725174569888,0.0,0.80706282276243,0.153725174569888,0.0,0.20188426143801,0.5,0.153725174569888,0.0,0.0283514934430663,0,0.480936541886119,0.291641684590159 -7349,0.5,0.153725174569888,0.0,0.352922523643866,0.153725174569888,0.0,0.284915834460068,0.153725174569888,0.0,0.516237117054831,0.153725174569888,0.0,0.300862986230765,0.153725174569888,0.0,0.475972819673672,0.153725174569888,0.0,0.320014123351013,0.153725174569888,0.0,0.654749469302941,0.153725174569888,0.0,0.39834674693432,0.5,0.153725174569888,0.0,0.697733045691656,0.153725174569888,0.0,0.0748378685359777,0.5,0.153725174569888,0.0,0.594452185203707,0.153725174569888,0.0,0.239167633267958,0.153725174569888,0.0,0.256121784118434,0.153725174569888,0.0,0.307511284148869,0.153725174569888,0.0,0.59978247801654,0.153725174569888,0.0,0.82712438020847,0.153725174569888,0.0,0.259664716821552,0.5,0.153725174569888,0.0,0.0326360020137291,0,0.384610890659487,0.388290316626703 -7350,0.5,0.153725174569888,0.0,0.423892096719851,0.153725174569888,0.0,0.457355355001777,0.153725174569888,0.0,0.605796259309112,0.153725174569888,0.0,0.336893058338087,0.153725174569888,0.0,0.418213618891686,0.153725174569888,0.0,0.488209131134951,0.153725174569888,0.0,0.433346696712865,0.153725174569888,0.0,0.405323175759753,0.5,0.153725174569888,0.0,0.562687831990441,0.153725174569888,0.0,0.0841669780071106,0.5,0.153725174569888,0.0,0.622666604049479,0.153725174569888,0.0,0.236306759601113,0.153725174569888,0.0,0.333705489306634,0.153725174569888,0.0,0.308095815267382,0.153725174569888,0.0,0.659811575814465,0.153725174569888,0.0,0.775276589911472,0.153725174569888,0.0,0.3040342392017,0.5,0.153725174569888,0.0,0.0391077087815752,0,0.335050488997173,0.508449266791635 -7351,0.5,0.153725174569888,0.0,0.488574512782468,0.153725174569888,0.0,0.604023736984871,0.153725174569888,0.0,0.695367962658895,0.153725174569888,0.0,0.364245023970183,0.153725174569888,0.0,0.572146892775042,0.153725174569888,0.0,0.587626173766917,0.153725174569888,0.0,0.393324341318281,0.153725174569888,0.0,0.243095726303698,0.5,0.153725174569888,0.0,0.389211473180536,0.153725174569888,0.0,0.0537753652582281,0.5,0.153725174569888,0.0,0.581275503669672,0.153725174569888,0.0,0.236253115433906,0.153725174569888,0.0,0.347412451611728,0.153725174569888,0.0,0.299133630842289,0.153725174569888,0.0,0.619193307385989,0.153725174569888,0.0,0.745028031935303,0.153725174569888,0.0,0.299555685242415,0.5,0.153725174569888,0.0,0.0398321388162196,0,0.341371178543528,0.493036377838748 -7352,0.5,0.153725174569888,0.00106296571532371,0.54469141240991,0.153725174569888,0.0,0.440647765982843,0.153725174569888,0.000853724639320146,0.731388437892135,0.153725174569888,0.00389103345049453,0.398852568870186,0.153725174569888,0.0,0.687268201970125,0.153725174569888,0.0,0.428223472826891,0.153725174569888,0.0,0.454890053026376,0.153725174569888,0.0,0.168901010031878,0.5,0.153725174569888,9.42055110518527e-07,0.301398619976952,0.153725174569888,0.00311302501002761,0.0404271679838738,0.5,0.153725174569888,0.000414232719056434,0.4901051233583,0.153725174569888,0.000762480622791618,0.244663809998929,0.153725174569888,0.0,0.349633695083684,0.153725174569888,0.0,0.525753826452106,0.153725174569888,9.25088573594346e-07,0.476783627719766,0.153725174569888,9.31401470503692e-06,0.684706545554598,0.153725174569888,0.000741547340821144,0.296036699579474,0.5,0.153725174569888,0.0127444354657016,0.0306283473816397,0,0.494461408894894,0.668552549451215 -7353,0.5,0.153725174569888,0.0350031122318451,0.554057120837374,0.153725174569888,0.00942321990726814,0.44044125848133,0.153725174569888,0.034776961432486,0.720621347773121,0.153725174569888,0.0580908535542133,0.468054130054546,0.153725174569888,0.00742112981596017,0.668229934725789,0.153725174569888,0.0332736932016731,0.285427583943962,0.153725174569888,0.00639773643873059,0.340275175689337,0.153725174569888,0.005291306736483,0.217716100483505,0.5,0.153725174569888,0.0049798039632448,0.306865351071504,0.153725174569888,0.0588994977643296,0.0288207750316284,0.5,0.153725174569888,0.0171516546727119,0.429771269142308,0.153725174569888,0.0214212665143449,0.248176889152513,0.153725174569888,0.00753699600076752,0.377393693087815,0.153725174569888,0.00766652463513779,0.676197752842632,0.153725174569888,0.00780637019338976,0.418963259218123,0.153725174569888,0.00313830468099557,0.509204262814733,0.153725174569888,0.0139734639895558,0.277267021861315,0.5,0.153725174569888,0.153277251187598,0.0185270325536294,0,0.725497516945992,0.946932041156352 -7354,0.5,0.153725174569888,0.068465001465513,0.527070070591584,0.153725174569888,0.0559242338524479,0.528152320993236,0.153725174569888,0.0749888872322016,0.69839176305076,0.153725174569888,0.107563668848239,0.538286180558892,0.153725174569888,0.0432082649659097,0.549897050478952,0.153725174569888,0.130116559516795,0.452145400364485,0.153725174569888,0.106086323532362,0.308688352939763,0.153725174569888,0.030828962205674,0.352712390509036,0.5,0.153725174569888,0.020571781746583,0.303221971230166,0.153725174569888,0.121439332828292,0.0116372746635301,0.5,0.153725174569888,0.0237708177743666,0.408755961733458,0.153725174569888,0.0552403532314313,0.220438286574273,0.153725174569888,0.0321894091013635,0.489700462603249,0.153725174569888,0.054309554531468,0.645727779660488,0.153725174569888,0.0215405241783823,0.43127909312368,0.153725174569888,0.0143599472186632,0.369504010087676,0.153725174569888,0.0336547861595636,0.266319361179135,0.5,0.153725174569888,0.26355384415267,0.0132620241254131,0,0.866169357893006,0.944270317951341 -7355,0.5,0.153725174569888,0.0708503899710874,0.501331927747125,0.153725174569888,0.0927229158369665,0.816376693498248,0.153725174569888,0.0930464928020303,0.647807141836484,0.153725174569888,0.144354240812191,0.577589207885952,0.153725174569888,0.28466299878953,0.726299137951773,0.153725174569888,0.101287769741652,0.672670289046812,0.153725174569888,0.174350413029554,0.384815496947419,0.153725174569888,0.0757436614450299,0.439154821144164,0.5,0.153725174569888,0.0582492646669133,0.34253279910475,0.153725174569888,0.198977729348403,0.00704332572992729,0.5,0.153725174569888,0.0213694727658012,0.388678338802115,0.153725174569888,0.105036613563481,0.186357269074583,0.153725174569888,0.0367791837580212,0.759400723560711,0.153725174569888,0.100348026169464,0.653427367392149,0.153725174569888,0.075461294946477,0.399701336727856,0.153725174569888,0.0341308516859506,0.317535477811885,0.153725174569888,0.0380503275886033,0.245964391150992,0.5,0.153725174569888,0.339155110224299,0.0120807737027165,0,0.911854973379579,0.797508419498629 -7356,0.5,0.153725174569888,0.0806429995515576,0.500389605809722,0.153725174569888,0.0662067763015146,0.665495390319844,0.153725174569888,0.0978561213325299,0.565856281077234,0.153725174569888,0.183098029686446,0.577150060444757,0.153725174569888,0.353715925314232,0.85638798698738,0.153725174569888,0.156345244664465,0.695390236510444,0.153725174569888,0.0952796731488174,0.577414715744403,0.153725174569888,0.204772534347154,0.588226400145981,0.5,0.153725174569888,0.0769706829792605,0.395841129887653,0.153725174569888,0.308438948011686,0.0107537639711403,0.5,0.153725174569888,0.0365994792247902,0.351199975377234,0.153725174569888,0.139623244351419,0.176183825835899,0.153725174569888,0.0361320978483032,0.762624206073266,0.153725174569888,0.21974780847634,0.678618431545572,0.153725174569888,0.164333023079299,0.36166377576795,0.153725174569888,0.0546976635573363,0.360250040319554,0.153725174569888,0.0392666200165356,0.225982578556581,0.5,0.153725174569888,0.38871517304735,0.0154625540636387,0,0.751154284736598,0.87760778013704 -7357,0.5,0.153725174569888,0.082239012028074,0.470632625538768,0.153725174569888,0.0355880344683137,0.303101335980731,0.153725174569888,0.0908310601495305,0.448469002240209,0.153725174569888,0.208565354199212,0.540647208129585,0.153725174569888,0.1295167305969,0.703417969652246,0.153725174569888,0.318279000001124,0.698273617792925,0.153725174569888,0.0953064625636278,0.461180970866772,0.153725174569888,0.252972592665919,0.710963089616015,0.5,0.153725174569888,0.056162901078421,0.4370898879926,0.153725174569888,0.385969451933404,0.00816180987920942,0.5,0.153725174569888,0.0601851806109518,0.292857798737376,0.153725174569888,0.136833107049953,0.164458859126173,0.153725174569888,0.0927420437433635,0.627911752367094,0.153725174569888,0.226928977425284,0.723153225948699,0.153725174569888,0.134675596744797,0.434590268955111,0.153725174569888,0.0448869990360345,0.373311616594121,0.153725174569888,0.0430108078289094,0.208989876330643,0.5,0.153725174569888,0.413469476541484,0.0164571347052956,0,0.719914310264243,0.993095724927637 -7358,0.5,0.153725174569888,0.0578424200572905,0.397305474560727,0.153725174569888,0.166069398147527,0.470090934699768,0.153725174569888,0.0667478588743234,0.355602131745932,0.153725174569888,0.195817642941903,0.444565928578771,0.153725174569888,0.197715173251767,0.561188685083224,0.153725174569888,0.294691625281436,0.69268980572691,0.153725174569888,0.276047305067308,0.534312091466986,0.153725174569888,0.185460790017629,0.791003731608464,0.5,0.153725174569888,0.0403804231970083,0.470647686468781,0.153725174569888,0.356296521078603,0.00454769393731876,0.5,0.153725174569888,0.0632545230210599,0.250503520994992,0.153725174569888,0.111020634544951,0.168481686514814,0.153725174569888,0.133518676608214,0.513818063704152,0.153725174569888,0.203300042943898,0.706484216810216,0.153725174569888,0.0375789372200774,0.361531220765506,0.153725174569888,0.0444086350220519,0.434491364795294,0.153725174569888,0.0625188408974314,0.191627568466183,0.5,0.153725174569888,0.419846395067201,0.014062963637108,0,0.732333050149705,1.00695466359305 -7359,0.5,0.153725174569888,0.0301653445477678,0.304162380842297,0.153725174569888,0.215469519785781,0.512942178177261,0.153725174569888,0.0438138690635817,0.337039508368007,0.153725174569888,0.139664300960427,0.355474743572843,0.153725174569888,0.229609873535741,0.493069160202601,0.153725174569888,0.213694039401701,0.624869565949235,0.153725174569888,0.236213192374813,0.630833478779266,0.153725174569888,0.113611595256736,0.787216148224175,0.5,0.153725174569888,0.0495633779943763,0.548523873829553,0.153725174569888,0.232469654507986,0.00440315508445328,0.5,0.153725174569888,0.0475731204202432,0.25836417487157,0.153725174569888,0.0813778984964093,0.166307444957537,0.153725174569888,0.175215111379839,0.521943417385881,0.153725174569888,0.162372252592022,0.600311585312327,0.153725174569888,0.0555116696984824,0.239397212989792,0.153725174569888,0.0505971488356605,0.546835682497686,0.153725174569888,0.0777817816033963,0.175914577268869,0.5,0.153725174569888,0.357785128229802,0.00611671451717562,0,0.644969958470926,1.0063494932798 -7360,0.5,0.153725174569888,0.0100644196418136,0.209830759712263,0.153725174569888,0.0119438159017678,0.351298202047318,0.153725174569888,0.0152893964913892,0.310212658176057,0.153725174569888,0.0392748262599565,0.281482803398739,0.153725174569888,0.129303119414432,0.366957331672466,0.153725174569888,0.0861373580169146,0.59258375879818,0.153725174569888,0.117257097035004,0.594527738676311,0.153725174569888,0.0573504784755045,0.820110267830944,0.5,0.153725174569888,0.0228027634111295,0.55059826751346,0.153725174569888,0.105899112398157,0.00290274365664938,0.5,0.153725174569888,0.0310868679886918,0.257296350097798,0.153725174569888,0.0457240149541927,0.160477495366334,0.153725174569888,0.0837557404464754,0.479195005628681,0.153725174569888,0.111493432105941,0.519972850070601,0.153725174569888,0.0733029025615472,0.208958742886433,0.153725174569888,0.0222350941392341,0.6131643243488,0.153725174569888,0.0431694824003085,0.154666031774949,0.5,0.153725174569888,0.144059166273084,0.00411374513979446,0,0.575435905402698,1.00721801933376 -7361,0.5,0.153725174569888,0.0,0.145261556134794,0.153725174569888,0.0,0.206668959915047,0.153725174569888,7.99176491061117e-05,0.288721595593021,0.153725174569888,0.0,0.254481993707891,0.153725174569888,0.0,0.350841788006531,0.153725174569888,0.0,0.655798080262899,0.153725174569888,0.0,0.534427019529721,0.153725174569888,0.000194791392829972,0.764358944251655,0.5,0.153725174569888,0.00046224173503891,0.56589849995571,0.153725174569888,0.000432341988386349,0.00304560592276458,0.5,0.153725174569888,0.0,0.226295003958086,0.153725174569888,5.67817018191221e-05,0.166470692649522,0.153725174569888,0.0,0.399665023709897,0.153725174569888,0.0,0.458336669666503,0.153725174569888,3.28521110379376e-07,0.225802717246594,0.153725174569888,0.000201733104941273,0.615291719051709,0.153725174569888,9.09817108519674e-05,0.14707507267772,0.5,0.153725174569888,0.0,0.0050329431363153,0,0.362494347836214,1.00641668602403 -7362,0.5,0.153725174569888,0.0,0.130514547910692,0.153725174569888,0.0,0.208595195833887,0.153725174569888,0.0,0.280828874435355,0.153725174569888,0.0,0.251801431101409,0.153725174569888,0.0,0.464938558860168,0.153725174569888,0.0,0.707515793143771,0.153725174569888,0.0,0.565446861580729,0.153725174569888,0.0,0.730640186755974,0.5,0.153725174569888,0.0,0.532286805661574,0.153725174569888,0.0,0.00664050754534208,0.5,0.153725174569888,0.0,0.20971333669809,0.153725174569888,0.0,0.173080222425865,0.153725174569888,0.0,0.385397854478333,0.153725174569888,0.0,0.45384653966046,0.153725174569888,0.0,0.232349193378422,0.153725174569888,0.0,0.625284223607456,0.153725174569888,0.0,0.146514713551996,0.5,0.153725174569888,0.0,0.00703423768847079,0,0.285264279853897,1.00607000919561 -7363,0.5,0.153725174569888,0.0,0.140277953872066,0.153725174569888,0.0,0.269921810721203,0.153725174569888,0.0,0.262258461132776,0.153725174569888,0.0,0.244977223699741,0.153725174569888,0.0,0.598734431281139,0.153725174569888,0.0,0.771919951121059,0.153725174569888,0.0,0.674881889184362,0.153725174569888,0.0,0.725937413900008,0.5,0.153725174569888,0.0,0.542930430496382,0.153725174569888,0.0,0.0101080032398857,0.5,0.153725174569888,0.0,0.243367491731093,0.153725174569888,0.0,0.160724028869498,0.153725174569888,0.0,0.392750225267047,0.153725174569888,0.0,0.494500163607796,0.153725174569888,0.0,0.272795781636897,0.153725174569888,0.0,0.606019686113569,0.153725174569888,0.0,0.15780797861586,0.5,0.153725174569888,0.0,0.00951688610720505,0,0.236221039491385,1.00636633237119 -7364,0.5,0.153725174569888,0.0,0.162704136981811,0.153725174569888,0.0,0.292412142666474,0.153725174569888,0.0,0.253310474521945,0.153725174569888,0.0,0.215507566166795,0.153725174569888,0.0,0.693296633746412,0.153725174569888,0.0,0.817392692887657,0.153725174569888,0.0,0.690949967537837,0.153725174569888,0.0,0.700881091734366,0.5,0.153725174569888,0.0,0.509912127094559,0.153725174569888,0.0,0.0248918947874739,0.5,0.153725174569888,0.0,0.308700733114394,0.153725174569888,0.0,0.122928656777047,0.153725174569888,0.0,0.42218579503968,0.153725174569888,0.0,0.542284294753282,0.153725174569888,0.0,0.309759019007063,0.153725174569888,0.0,0.589919255546519,0.153725174569888,0.0,0.184879196086546,0.5,0.153725174569888,0.0,0.017294894922597,0,0.248744156742574,1.00704410349232 -7365,0.5,0.153725174569888,0.0,0.190551915456422,0.153725174569888,0.0,0.29239165574838,0.153725174569888,0.0,0.286965408379173,0.153725174569888,0.0,0.195364191069408,0.153725174569888,0.0,0.71826630076429,0.153725174569888,0.0,0.860850633007635,0.153725174569888,0.0,0.677861175103186,0.153725174569888,0.0,0.713304405118846,0.5,0.153725174569888,0.0,0.520779718919016,0.153725174569888,0.0,0.0362186137654056,0.5,0.153725174569888,0.0,0.354872076369775,0.153725174569888,0.0,0.0911597217880859,0.153725174569888,0.0,0.465074535388957,0.153725174569888,0.0,0.587948376839317,0.153725174569888,0.0,0.326595663203773,0.153725174569888,0.0,0.607083599131531,0.153725174569888,0.0,0.207078116885452,0.5,0.153725174569888,0.0,0.0272407104873729,0,0.25503005871545,1.00795938639859 -7366,0.5,0.153725174569888,0.0,0.214750785858701,0.153725174569888,0.0,0.297917444979002,0.153725174569888,0.0,0.354890395065473,0.153725174569888,0.0,0.206809265203959,0.153725174569888,0.0,0.715994979181829,0.153725174569888,0.0,0.882965001421694,0.153725174569888,0.0,0.687958728425552,0.153725174569888,0.0,0.683855281572251,0.5,0.153725174569888,0.0,0.586621012607375,0.153725174569888,0.0,0.0358234629628805,0.5,0.153725174569888,0.0,0.292751432655295,0.153725174569888,0.0,0.0804051241046262,0.153725174569888,0.0,0.517085494272163,0.153725174569888,0.0,0.632222016819547,0.153725174569888,0.0,0.359428447597225,0.153725174569888,0.0,0.659250457272059,0.153725174569888,0.0,0.217227862901592,0.5,0.153725174569888,0.0,0.0443113031819793,0,0.268136490409724,1.0084938895647 -7367,0.5,0.153725174569888,0.0,0.235674500999321,0.153725174569888,0.0,0.353238306344603,0.153725174569888,0.0,0.408867368800621,0.153725174569888,0.0,0.233510668552034,0.153725174569888,0.0,0.767296110395626,0.153725174569888,0.0,0.868382341222813,0.153725174569888,0.0,0.759205456377335,0.153725174569888,0.0,0.67521161659912,0.5,0.153725174569888,0.0,0.642389234090272,0.153725174569888,0.0,0.0340297933899418,0.5,0.153725174569888,0.0,0.202171990729334,0.153725174569888,0.0,0.100721443433915,0.153725174569888,0.0,0.552262400821713,0.153725174569888,0.0,0.630518550893395,0.153725174569888,0.0,0.379355885659858,0.153725174569888,0.0,0.728463229083352,0.153725174569888,0.0,0.183584642532666,0.5,0.153725174569888,0.0,0.0454612938019288,0,0.294445487426749,1.00863270281413 -7368,0.5,0.153725174569888,0.0,0.253935625473763,0.153725174569888,0.0,0.415938959350268,0.153725174569888,0.0,0.43944741805827,0.153725174569888,0.0,0.24780344008049,0.153725174569888,0.0,0.786099505589815,0.153725174569888,0.0,0.824569346140013,0.153725174569888,0.0,0.766479847875561,0.153725174569888,0.0,0.650012187048852,0.5,0.153725174569888,0.0,0.700008444161939,0.153725174569888,0.0,0.0453588757292444,0.5,0.153725174569888,0.0,0.18750255951602,0.153725174569888,0.0,0.129472040280881,0.153725174569888,0.0,0.562614392935279,0.153725174569888,0.0,0.662202192032356,0.153725174569888,0.0,0.457165540766377,0.153725174569888,0.0,0.803389507462573,0.153725174569888,0.0,0.167407282274443,0.5,0.153725174569888,0.0,0.0420802171888634,0,0.314519849633221,1.00928742583171 -7369,0.5,0.153725174569888,0.0,0.278112747200843,0.153725174569888,0.0,0.476872980927842,0.153725174569888,0.0,0.444209290781448,0.153725174569888,0.0,0.26300558915049,0.153725174569888,0.0,0.754909019074419,0.153725174569888,0.0,0.77956486124861,0.153725174569888,0.0,0.730079387921099,0.153725174569888,0.0,0.584149580074605,0.5,0.153725174569888,0.0,0.676542324164967,0.153725174569888,0.0,0.0803420893595794,0.5,0.153725174569888,0.0,0.15217996924762,0.153725174569888,0.0,0.163935515533639,0.153725174569888,0.0,0.605182417776763,0.153725174569888,0.0,0.708533625115638,0.153725174569888,0.0,0.501350611174954,0.153725174569888,0.0,0.846681456755839,0.153725174569888,0.0,0.161741457009817,0.5,0.153725174569888,0.0,0.0585293210524701,0,0.350373705509097,1.00188812941056 -7370,0.5,0.153725174569888,0.0,0.302388725919084,0.153725174569888,0.0,0.560086973355516,0.153725174569888,0.0,0.413210476997993,0.153725174569888,0.0,0.30212943646505,0.153725174569888,0.0,0.751751096119625,0.153725174569888,0.0,0.739652515382129,0.153725174569888,0.0,0.694164055838157,0.153725174569888,0.0,0.561966056036253,0.5,0.153725174569888,0.0,0.548522994774364,0.153725174569888,0.0,0.125061636784492,0.5,0.153725174569888,0.0,0.293308776566583,0.153725174569888,0.0,0.190918627396525,0.153725174569888,0.0,0.684905822242009,0.153725174569888,0.0,0.716946827947163,0.153725174569888,0.0,0.50222669785349,0.153725174569888,0.0,0.834739960266997,0.153725174569888,0.0,0.175003930761242,0.5,0.153725174569888,0.0,0.0850351613138079,0,0.380530922467067,0.922677854043503 -7371,0.5,0.153725174569888,0.0,0.282188446093048,0.153725174569888,0.0,0.586382291448335,0.153725174569888,0.0,0.352909673626529,0.153725174569888,0.0,0.294873415518906,0.153725174569888,0.0,0.772749832835337,0.153725174569888,0.0,0.698920517920453,0.153725174569888,0.0,0.628120294894571,0.153725174569888,0.0,0.571194735638531,0.5,0.153725174569888,0.0,0.368454264194713,0.153725174569888,0.0,0.123716527505939,0.5,0.153725174569888,0.0,0.379459751637768,0.153725174569888,0.0,0.19218182587882,0.153725174569888,0.0,0.734710331905959,0.153725174569888,0.0,0.73659971526798,0.153725174569888,0.0,0.503593703603601,0.153725174569888,0.0,0.724659660360847,0.153725174569888,0.0,0.229008019471488,0.5,0.153725174569888,0.0,0.0994433200788898,0,0.465656314345211,0.669089900130733 -7372,0.5,0.153725174569888,0.0,0.303867552864837,0.153725174569888,0.0,0.624028217576507,0.153725174569888,0.0,0.271265136957388,0.153725174569888,0.0,0.243835326882483,0.153725174569888,0.0,0.746182175026493,0.153725174569888,0.0,0.679781182562337,0.153725174569888,0.0,0.673536217718482,0.153725174569888,0.0,0.51319482053666,0.5,0.153725174569888,0.0,0.237730774535787,0.153725174569888,0.0,0.10236697629766,0.5,0.153725174569888,0.0,0.280041079326631,0.153725174569888,0.0,0.208731122376696,0.153725174569888,0.0,0.747258765030405,0.153725174569888,0.0,0.746966234337997,0.153725174569888,0.0,0.483685799371406,0.153725174569888,0.0,0.589522392264122,0.153725174569888,0.0,0.263254210107028,0.5,0.153725174569888,0.0,0.114353144665858,0,0.425859823260666,0.371563883415974 -7373,0.5,0.153725174569888,0.0,0.344546856941642,0.153725174569888,0.0,0.635374719991225,0.153725174569888,0.0,0.183570672560295,0.153725174569888,0.0,0.21234361034236,0.153725174569888,0.0,0.708388082682604,0.153725174569888,0.0,0.678936380549139,0.153725174569888,0.0,0.769667138660149,0.153725174569888,0.0,0.386780587374799,0.5,0.153725174569888,0.0,0.257926982931648,0.153725174569888,0.0,0.102540869463353,0.5,0.153725174569888,0.0,0.202528938166731,0.153725174569888,0.0,0.199883368085186,0.153725174569888,0.0,0.761629836277699,0.153725174569888,0.0,0.725629584267783,0.153725174569888,0.0,0.481042707606308,0.153725174569888,0.0,0.582988942747257,0.153725174569888,0.0,0.279676945177617,0.5,0.153725174569888,0.0,0.101203573221277,0,0.444129676921419,0.204617912569659 -7374,0.5,0.153725174569888,0.0,0.353311001315745,0.153725174569888,0.0,0.539239837792327,0.153725174569888,0.0,0.168050803032429,0.153725174569888,0.0,0.224969849352854,0.153725174569888,0.0,0.71228091049008,0.153725174569888,0.0,0.581842455674022,0.153725174569888,0.0,0.731622699751101,0.153725174569888,0.0,0.363076245060898,0.5,0.153725174569888,0.0,0.363168067005152,0.153725174569888,0.0,0.0846455518793234,0.5,0.153725174569888,0.0,0.176536276998022,0.153725174569888,0.0,0.183555202753917,0.153725174569888,0.0,0.779319857523985,0.153725174569888,0.0,0.69831543736605,0.153725174569888,0.0,0.462126249517182,0.153725174569888,0.0,0.551938238371498,0.153725174569888,0.0,0.252796342112088,0.5,0.153725174569888,0.0,0.0802038957775652,0,0.446568411011731,0.118250284578572 -7375,0.5,0.153725174569888,0.0,0.324253384663345,0.153725174569888,0.0,0.525001576293992,0.153725174569888,0.0,0.229357932519764,0.153725174569888,0.0,0.226702729183504,0.153725174569888,0.0,0.619864195795246,0.153725174569888,0.0,0.487900810335466,0.153725174569888,0.0,0.657233342427914,0.153725174569888,0.0,0.326680601952113,0.5,0.153725174569888,0.0,0.48904047147445,0.153725174569888,0.0,0.0668395878890847,0.5,0.153725174569888,0.0,0.167031154891373,0.153725174569888,0.0,0.170233997025424,0.153725174569888,0.0,0.739275731354748,0.153725174569888,0.0,0.658429177819442,0.153725174569888,0.0,0.386459462576979,0.153725174569888,0.0,0.586296523178099,0.153725174569888,0.0,0.187502855861859,0.5,0.153725174569888,0.0,0.0744390158045045,0,0.537936522218842,0.062818129065992 -7376,0.5,0.153725174569888,0.000641987058774632,0.306410411317443,0.153725174569888,0.0,0.43285622450137,0.153725174569888,0.00105735143243485,0.283856779332747,0.153725174569888,0.00324913972033323,0.19681475521594,0.153725174569888,0.0,0.516858195269099,0.153725174569888,0.0,0.441693098215711,0.153725174569888,0.0,0.565652042776946,0.153725174569888,0.0,0.369100948888258,0.5,0.153725174569888,0.0,0.547470904671793,0.153725174569888,0.00401250739450455,0.0800765988101386,0.5,0.153725174569888,0.000342241526983328,0.123477299444145,0.153725174569888,0.00146400457495812,0.15289481162964,0.153725174569888,0.0,0.681834152196259,0.153725174569888,0.0,0.58420347504428,0.153725174569888,0.0,0.373782718709143,0.153725174569888,9.58577081280619e-07,0.584351195918411,0.153725174569888,0.00238226738374222,0.137379009264543,0.5,0.153725174569888,0.00964000022458351,0.0726851475374531,0,0.614545347023278,0.034387604194841 -7377,0.5,0.153725174569888,0.0249062354860638,0.341219255504364,0.153725174569888,0.0165775395395411,0.254456297575767,0.153725174569888,0.0517833303352307,0.339195680848102,0.153725174569888,0.066311545804427,0.218897129658442,0.153725174569888,0.0197644536842818,0.450970083493949,0.153725174569888,0.0103291893579575,0.353035174811893,0.153725174569888,0.0262447333805999,0.45727781435669,0.153725174569888,0.00430033949309472,0.467979615016074,0.5,0.153725174569888,0.00788579143274338,0.519778317610396,0.153725174569888,0.0997869559665036,0.0576257432405589,0.5,0.153725174569888,0.0379726593948418,0.0530745813163187,0.153725174569888,0.057957224142261,0.0897293501517644,0.153725174569888,0.00682034755418391,0.618243476072766,0.153725174569888,0.00737452461374525,0.470536007891832,0.153725174569888,0.0367602530078187,0.416607678221891,0.153725174569888,0.0176840772042622,0.565286624258998,0.153725174569888,0.0792685869282992,0.122503494976745,0.5,0.153725174569888,0.154558439728257,0.0748577348935823,0,0.598770062674829,0.0253278238584578 -7378,0.5,0.153725174569888,0.0756350950926018,0.407472600958462,0.153725174569888,0.093351200312382,0.32500411763334,0.153725174569888,0.132325483600438,0.333069396301825,0.153725174569888,0.143276223534558,0.239195308949252,0.153725174569888,0.0822331868981068,0.365153492623583,0.153725174569888,0.0352869092317046,0.32848852494903,0.153725174569888,0.0537043265288688,0.55889254965292,0.153725174569888,0.0231510124758576,0.495525025071138,0.5,0.153725174569888,0.0259149976269136,0.471152758191901,0.153725174569888,0.230669463936874,0.0601736737812513,0.5,0.153725174569888,0.0860939644603747,0.0275301370140138,0.153725174569888,0.134086880643639,0.0609034891366265,0.153725174569888,0.0249735833670659,0.498073089614977,0.153725174569888,0.0476881813295344,0.402779996277469,0.153725174569888,0.0963861861736469,0.444549859334338,0.153725174569888,0.0666242734095841,0.561609095561458,0.153725174569888,0.203614237314829,0.141449275767168,0.5,0.153725174569888,0.310015388864009,0.0862222994789868,0,0.60759949946631,0.0245763203515171 -7379,0.5,0.153725174569888,0.127604880281954,0.486145556281685,0.153725174569888,0.207231443527233,0.512539036999321,0.153725174569888,0.242590409768492,0.359983380006765,0.153725174569888,0.225090454422448,0.237032585043482,0.153725174569888,0.0854143911718135,0.334543128866099,0.153725174569888,0.0435447537361727,0.374414432388158,0.153725174569888,0.0734348795045068,0.793311488722675,0.153725174569888,0.0605853862070835,0.436799291107925,0.5,0.153725174569888,0.0467665992942611,0.451472697122409,0.153725174569888,0.327491346262843,0.0473495290289593,0.5,0.153725174569888,0.132872736998193,0.0247884640619757,0.153725174569888,0.173689195960305,0.0351698050909493,0.153725174569888,0.0644187847476184,0.434549757613428,0.153725174569888,0.0847314610570844,0.356065143804003,0.153725174569888,0.1366926958306,0.480119664601777,0.153725174569888,0.113132788689293,0.564223449902763,0.153725174569888,0.323045478492188,0.172747048645012,0.5,0.153725174569888,0.428611482599149,0.109978520817333,0,0.455079401373476,0.0286298015612778 -7380,0.5,0.153725174569888,0.150449474549718,0.505784258989884,0.153725174569888,0.171869498265842,0.46317386759678,0.153725174569888,0.32246492325401,0.48500584515123,0.153725174569888,0.316121466300865,0.247637135796813,0.153725174569888,0.0933971145179257,0.469973158984554,0.153725174569888,0.0380687989547924,0.373909988913641,0.153725174569888,0.0825496941245613,0.721974015505848,0.153725174569888,0.0747965646717367,0.398956340802149,0.5,0.153725174569888,0.0867174575311264,0.410500877690241,0.153725174569888,0.329908165132982,0.0309270845380372,0.5,0.153725174569888,0.201196511805801,0.0606554829616545,0.153725174569888,0.189626531592335,0.0170383714607392,0.153725174569888,0.112068368817696,0.394502175449907,0.153725174569888,0.0903126849953076,0.318803404509211,0.153725174569888,0.148263059902475,0.532101936403291,0.153725174569888,0.144504553423211,0.554909684947153,0.153725174569888,0.383122728217452,0.180633366156998,0.5,0.153725174569888,0.485757382308079,0.137998860138472,0,0.439128439729624,0.0437814295914063 -7381,0.5,0.153725174569888,0.161601535088415,0.461951273049624,0.153725174569888,0.0917943938314674,0.448732774315363,0.153725174569888,0.33882582673275,0.56367713641445,0.153725174569888,0.388277432836704,0.269189010338637,0.153725174569888,0.0401736572933073,0.362279516966979,0.153725174569888,0.0403794760860077,0.337845527422423,0.153725174569888,0.0806638753188987,0.558724541053395,0.153725174569888,0.0618663647423142,0.297393369416546,0.5,0.153725174569888,0.106890227498368,0.326138359572012,0.153725174569888,0.271211638780695,0.0195789158383556,0.5,0.153725174569888,0.217997660830772,0.0844745136812612,0.153725174569888,0.215582229151074,0.010729958005497,0.153725174569888,0.0966615143246596,0.321184518438125,0.153725174569888,0.0586632405744982,0.245130259324709,0.153725174569888,0.126016385899205,0.629569628216573,0.153725174569888,0.174112336599378,0.468501600714119,0.153725174569888,0.399495806107418,0.211099989953233,0.5,0.153725174569888,0.481318569367524,0.147117053317228,0,0.566206442072438,0.051253882592482 -7382,0.5,0.153725174569888,0.150584606968116,0.393106859842619,0.153725174569888,0.0431940334125675,0.390265573312139,0.153725174569888,0.269627825658326,0.443918605401491,0.153725174569888,0.39030003076594,0.268208494998685,0.153725174569888,0.0173392558930032,0.259709403082305,0.153725174569888,0.0347737883314581,0.244707987555317,0.153725174569888,0.0707595286758246,0.356986101854641,0.153725174569888,0.0690600543042957,0.255948459909799,0.5,0.153725174569888,0.103518285353422,0.281210948116923,0.153725174569888,0.262694651817729,0.0149352446241578,0.5,0.153725174569888,0.18189742720151,0.0567299664653613,0.153725174569888,0.177597601971902,0.00972556036534745,0.153725174569888,0.0481803550261114,0.252827985778586,0.153725174569888,0.0268243669102627,0.152500106161495,0.153725174569888,0.0854885884928806,0.486201290244341,0.153725174569888,0.165463984789694,0.387292281369594,0.153725174569888,0.368059419788805,0.156292634133591,0.5,0.153725174569888,0.43728385192929,0.140930618243614,0,0.583495975209356,0.0638718422748044 -7383,0.5,0.153725174569888,0.121495650615934,0.33490689011729,0.153725174569888,0.00625709495828346,0.235258926579734,0.153725174569888,0.178009915529056,0.316164394973619,0.153725174569888,0.302179991307543,0.195442983072437,0.153725174569888,0.0127044610449143,0.118532739879738,0.153725174569888,0.0266407662077835,0.150300226389235,0.153725174569888,0.0422650039371673,0.238043787479404,0.153725174569888,0.0600226834210868,0.168293743729299,0.5,0.153725174569888,0.0721329533202512,0.230806737102846,0.153725174569888,0.163852430182657,0.00943789138203872,0.5,0.153725174569888,0.114253259684201,0.0293158797639817,0.153725174569888,0.111570393214536,0.011430944731151,0.153725174569888,0.0165750628129078,0.201897652003527,0.153725174569888,0.00939155666063593,0.0913962241448497,0.153725174569888,0.0472568905062884,0.270641820511716,0.153725174569888,0.0972575946372565,0.324136928825848,0.153725174569888,0.262648197355134,0.0912278296413046,0.5,0.153725174569888,0.33666088788015,0.101921717699784,0,0.45224324731211,0.0803435861446514 -7384,0.5,0.153725174569888,0.0506182492382165,0.267302383926907,0.153725174569888,0.00119070154377954,0.143979799522702,0.153725174569888,0.0823551190619681,0.198248981048585,0.153725174569888,0.0746500340510853,0.125905094686552,0.153725174569888,0.00703936907985103,0.0572263585135013,0.153725174569888,0.0112145086850876,0.0841812323056018,0.153725174569888,0.0243999230594762,0.187866150061147,0.153725174569888,0.0199154072007944,0.109149083552054,0.5,0.153725174569888,0.0270188209885283,0.159302592457664,0.153725174569888,0.056555940638985,0.0174693929130374,0.5,0.153725174569888,0.0544157322257653,0.0282643779077086,0.153725174569888,0.0570859186852655,0.0226445447018808,0.153725174569888,0.00349146286664448,0.156947131913913,0.153725174569888,0.00303579188997351,0.047918796719154,0.153725174569888,0.0193010222955914,0.125164212671739,0.153725174569888,0.0402689710703134,0.256202953154288,0.153725174569888,0.116699637448096,0.0645218293425794,0.5,0.153725174569888,0.12721844441767,0.103204803962355,0,0.305630807394729,0.110569149426439 -7385,0.5,0.153725174569888,0.0,0.199358110055621,0.153725174569888,0.0,0.0608258907183563,0.153725174569888,0.0,0.128753704803543,0.153725174569888,0.0,0.118617357028392,0.153725174569888,6.43586725017342e-05,0.0348704249882332,0.153725174569888,8.72032753600365e-05,0.0896535609513097,0.153725174569888,0.000229513866208265,0.128964578287984,0.153725174569888,0.000822687399743309,0.108219975154233,0.5,0.153725174569888,0.000425388142683481,0.160578311177803,0.153725174569888,7.15895383148737e-05,0.0427022958282906,0.5,0.153725174569888,0.0,0.0445545716748867,0.153725174569888,0.0,0.0267955204831872,0.153725174569888,0.0,0.0943148721526119,0.153725174569888,6.44975196370981e-05,0.0253275777199501,0.153725174569888,5.61645444637189e-05,0.0725164336493149,0.153725174569888,7.36580281353374e-05,0.13463004312722,0.153725174569888,0.0,0.0755038915285662,0.5,0.153725174569888,0.0,0.15156164398305,0,0.24352147259629,0.136795837717845 -7386,0.5,0.153725174569888,0.0,0.14047996374661,0.153725174569888,0.0,0.0319804931408871,0.153725174569888,0.0,0.0863098269696599,0.153725174569888,0.0,0.122363293549613,0.153725174569888,0.0,0.0415466262480126,0.153725174569888,0.0,0.103155849455645,0.153725174569888,0.0,0.0976965304263889,0.153725174569888,0.0,0.118734579095351,0.5,0.153725174569888,0.0,0.13109932351632,0.153725174569888,0.0,0.0653847103976039,0.5,0.153725174569888,0.0,0.0184523213738124,0.153725174569888,0.0,0.021967233820858,0.153725174569888,0.0,0.0499283416452623,0.153725174569888,0.0,0.0251782894658648,0.153725174569888,0.0,0.0558243668688857,0.153725174569888,0.0,0.0623451882199102,0.153725174569888,0.0,0.0738487238780696,0.5,0.153725174569888,0.0,0.212939283834381,0,0.210030716854908,0.181172207251131 -7387,0.5,0.153725174569888,0.0,0.114060405074696,0.153725174569888,0.0,0.0531887010836524,0.153725174569888,0.0,0.0549946924489213,0.153725174569888,0.0,0.129102618758721,0.153725174569888,0.0,0.0690743665435322,0.153725174569888,0.0,0.119132178575453,0.153725174569888,0.0,0.089399867079037,0.153725174569888,0.0,0.103887792020094,0.5,0.153725174569888,0.0,0.0851593102842423,0.153725174569888,0.0,0.07816230026305,0.5,0.153725174569888,0.0,0.00340121105984577,0.153725174569888,0.0,0.011912475270485,0.153725174569888,0.0,0.0346397114436378,0.153725174569888,0.0,0.0295324344775992,0.153725174569888,0.0,0.0496087422560884,0.153725174569888,0.0,0.0539189785867403,0.153725174569888,0.0,0.0670254256584747,0.5,0.153725174569888,0.0,0.19983658855807,0,0.149362685073817,0.301902050511327 -7388,0.5,0.153725174569888,0.0,0.0971033567562785,0.153725174569888,0.0,0.0565281155465122,0.153725174569888,0.0,0.0307457823788206,0.153725174569888,0.0,0.126878030724335,0.153725174569888,0.0,0.0928947306453743,0.153725174569888,0.0,0.134626170649191,0.153725174569888,0.0,0.0776558108610703,0.153725174569888,0.0,0.109041126924984,0.5,0.153725174569888,0.0,0.0516157496716952,0.153725174569888,0.0,0.0484331097692167,0.5,0.153725174569888,0.0,0.0074537268336724,0.153725174569888,0.0,0.00988200915609883,0.153725174569888,0.0,0.0285965805129594,0.153725174569888,0.0,0.0362099797306716,0.153725174569888,0.0,0.0533648312527557,0.153725174569888,0.0,0.057081499570661,0.153725174569888,0.0,0.0608130323006789,0.5,0.153725174569888,0.0,0.222441612036197,0,0.107496817539661,0.309753411262268 -7389,0.5,0.153725174569888,0.0,0.0863874858131794,0.153725174569888,0.0,0.042355279710724,0.153725174569888,0.0,0.0136930410917045,0.153725174569888,0.0,0.1086032514322,0.153725174569888,0.0,0.104674086686822,0.153725174569888,0.0,0.187898090352972,0.153725174569888,0.0,0.0651299861228251,0.153725174569888,0.0,0.136958840143724,0.5,0.153725174569888,0.0,0.0515302484470992,0.153725174569888,0.0,0.0234284270700556,0.5,0.153725174569888,0.0,0.00679042937095762,0.153725174569888,0.0,0.0046301297685085,0.153725174569888,0.0,0.0219693708782476,0.153725174569888,0.0,0.0424841818038592,0.153725174569888,0.0,0.0572987464709035,0.153725174569888,0.0,0.0442296361511897,0.153725174569888,0.0,0.0653497680700154,0.5,0.153725174569888,0.0,0.200543805575615,0,0.0847735752252189,0.267823079434127 -7390,0.5,0.153725174569888,0.0,0.0743961144993092,0.153725174569888,0.0,0.0469444101990915,0.153725174569888,0.0,0.0039862595437618,0.153725174569888,0.0,0.0784319273309214,0.153725174569888,0.0,0.124417594314932,0.153725174569888,0.0,0.180727750092451,0.153725174569888,0.0,0.0746118741544276,0.153725174569888,0.0,0.141285532184525,0.5,0.153725174569888,0.0,0.0716033662719488,0.153725174569888,0.0,0.0190797896467015,0.5,0.153725174569888,0.0,0.00377605396591341,0.153725174569888,0.0,0.00307278506265323,0.153725174569888,0.0,0.0160089975919654,0.153725174569888,0.0,0.0673015943622434,0.153725174569888,0.0,0.0533148856172624,0.153725174569888,0.0,0.0253665662535444,0.153725174569888,0.0,0.0508065061897943,0.5,0.153725174569888,0.0,0.133718706050717,0,0.0856309824941944,0.174955227650272 -7391,0.5,0.153725174569888,0.0,0.0574791351842413,0.153725174569888,0.0,0.0585108771763619,0.153725174569888,0.0,0.00537821035400721,0.153725174569888,0.0,0.0621142533854883,0.153725174569888,0.0,0.127534680966813,0.153725174569888,0.0,0.136609128539123,0.153725174569888,0.0,0.13092665484143,0.153725174569888,0.0,0.12507036211622,0.5,0.153725174569888,0.0,0.0687338142407246,0.153725174569888,0.0,0.0139949151913684,0.5,0.153725174569888,0.0,0.00196633185591789,0.153725174569888,0.0,0.00189805374562814,0.153725174569888,0.0,0.0179128373452155,0.153725174569888,0.0,0.103508887131854,0.153725174569888,0.0,0.0362045894143745,0.153725174569888,0.0,0.0234059849800117,0.153725174569888,0.0,0.0397717362488368,0.5,0.153725174569888,0.0,0.0980650294643615,0,0.0862131364878449,0.129781935339012 -7392,0.5,0.153725174569888,0.0,0.0364738148642805,0.153725174569888,0.0,0.0447518625719935,0.153725174569888,0.0,0.00491895194594036,0.153725174569888,0.0,0.0707984695950715,0.153725174569888,0.0,0.11395804712738,0.153725174569888,0.0,0.106301772500304,0.153725174569888,0.0,0.110405571965078,0.153725174569888,0.0,0.137885774713028,0.5,0.153725174569888,0.0,0.0660835238803187,0.153725174569888,0.0,0.00841364169210035,0.5,0.153725174569888,0.0,0.000841502193715296,0.153725174569888,0.0,0.00472903426525084,0.153725174569888,0.0,0.0377583294058807,0.153725174569888,0.0,0.142429920897564,0.153725174569888,0.0,0.0269300244413951,0.153725174569888,0.0,0.0137803786339287,0.153725174569888,0.0,0.0262602602472627,0.5,0.153725174569888,0.0,0.078007695775128,0,0.0547817444538077,0.101443360102347 -7393,0.5,0.153725174569888,0.0,0.0296367058793391,0.153725174569888,0.0,0.0260027909990114,0.153725174569888,0.0,0.00553912001526255,0.153725174569888,0.0,0.0729874663569118,0.153725174569888,0.0,0.108670879502937,0.153725174569888,0.0,0.102774103402893,0.153725174569888,0.0,0.0877839147832658,0.153725174569888,0.0,0.138072815407788,0.5,0.153725174569888,0.0,0.0772133698212157,0.153725174569888,0.0,0.00363916808705817,0.5,0.153725174569888,0.0,0.000487394403515506,0.153725174569888,0.0,0.00574410352225964,0.153725174569888,0.0,0.0792858451440704,0.153725174569888,0.0,0.156358323606089,0.153725174569888,0.0,0.0200750477386666,0.153725174569888,0.0,0.00717171496171045,0.153725174569888,0.0,0.0186712523438575,0.5,0.153725174569888,0.0,0.064298797377772,0,0.0315718279482586,0.0863618726269746 -7394,0.5,0.153725174569888,0.0,0.028243535219544,0.153725174569888,0.0,0.0135230129661017,0.153725174569888,0.0,0.00484926201616869,0.153725174569888,0.0,0.0822824712000831,0.153725174569888,0.0,0.116089449598588,0.153725174569888,0.0,0.135405992788544,0.153725174569888,0.0,0.0830819582570883,0.153725174569888,0.0,0.127053359560201,0.5,0.153725174569888,0.0,0.0826319993008797,0.153725174569888,0.0,0.00197366098412962,0.5,0.153725174569888,0.0,0.000829619580740586,0.153725174569888,0.0,0.00799269762420984,0.153725174569888,0.0,0.116072306086705,0.153725174569888,0.0,0.167544801945345,0.153725174569888,0.0,0.0155657830553303,0.153725174569888,0.0,0.00599847058629341,0.153725174569888,0.0,0.0106084656013919,0.5,0.153725174569888,0.0,0.0658872047665745,0,0.0109868821507159,0.0655027885151711 -7395,0.5,0.153725174569888,0.0,0.0207299452148772,0.153725174569888,0.0,0.00908520159304036,0.153725174569888,0.0,0.00321806295675171,0.153725174569888,0.0,0.0753533982971813,0.153725174569888,0.0,0.124890762930113,0.153725174569888,0.0,0.138974814884396,0.153725174569888,0.0,0.0879480268383093,0.153725174569888,0.0,0.133741762166701,0.5,0.153725174569888,0.0,0.110087165161633,0.153725174569888,0.0,0.00100453826822323,0.5,0.153725174569888,0.0,0.00199529457700596,0.153725174569888,0.0,0.0150308916635921,0.153725174569888,0.0,0.143534647298344,0.153725174569888,0.0,0.175723692914474,0.153725174569888,0.0,0.0138887279320608,0.153725174569888,0.0,0.00680252174927346,0.153725174569888,0.0,0.00498816198861157,0.5,0.153725174569888,0.0,0.0680410936288204,0,0.000649481715028399,0.0487638070236933 -7396,0.5,0.153725174569888,0.0,0.0167332964046977,0.153725174569888,0.0,0.00676150504522441,0.153725174569888,0.0,0.00230169908012046,0.153725174569888,0.0,0.0779861046144333,0.153725174569888,0.0,0.118561565080738,0.153725174569888,0.0,0.138693991716532,0.153725174569888,0.0,0.105121749210275,0.153725174569888,0.0,0.144490125683962,0.5,0.153725174569888,0.0,0.114150524729887,0.153725174569888,0.0,0.0133510065730173,0.5,0.153725174569888,0.0,0.00601228418146112,0.153725174569888,0.0,0.0147706487169551,0.153725174569888,0.0,0.155734914105873,0.153725174569888,0.0,0.165974344272019,0.153725174569888,0.0,0.0128634109920928,0.153725174569888,0.0,0.00792992205014804,0.153725174569888,0.0,0.00371062868327116,0.5,0.153725174569888,0.0,0.0704579466616838,0,0.00379373852634131,0.030245619402816 -7397,0.5,0.153725174569888,0.0,0.0130451961569173,0.153725174569888,0.0,0.00374600686125646,0.153725174569888,0.0,0.000362555235637677,0.153725174569888,0.0,0.078883547742054,0.153725174569888,0.0,0.124738835044247,0.153725174569888,0.0,0.146505569793254,0.153725174569888,0.0,0.123735340097299,0.153725174569888,0.0,0.133354054712796,0.5,0.153725174569888,0.0,0.120532580676345,0.153725174569888,0.0,0.016479822769189,0.5,0.153725174569888,0.0,0.011002180517309,0.153725174569888,0.0,0.0147272986459663,0.153725174569888,0.0,0.156039681826172,0.153725174569888,0.0,0.158747226801061,0.153725174569888,0.0,0.0123080884449731,0.153725174569888,0.0,0.0159831429556757,0.153725174569888,0.0,0.00402301635614126,0.5,0.153725174569888,0.0,0.0933116226643736,0,0.0155103527223293,0.0186295450569781 -7398,0.5,0.153725174569888,0.0,0.00889514700337955,0.153725174569888,0.0,0.0021194136983221,0.153725174569888,0.0,0.000673011574024857,0.153725174569888,0.0,0.0795838143717723,0.153725174569888,0.0,0.12638118906146,0.153725174569888,0.0,0.127162968364249,0.153725174569888,0.0,0.144114131887276,0.153725174569888,0.0,0.124937493642754,0.5,0.153725174569888,0.0,0.122504226578314,0.153725174569888,0.0,0.00422174452723329,0.5,0.153725174569888,0.0,0.00734835839304008,0.153725174569888,0.0,0.0196036096391613,0.153725174569888,0.0,0.190034826978394,0.153725174569888,0.0,0.149227013858265,0.153725174569888,0.0,0.0151872658366865,0.153725174569888,0.0,0.0246836622477565,0.153725174569888,0.0,0.00306228118278207,0.5,0.153725174569888,0.0,0.0755442883147696,0,0.0201659617081486,0.011363623610352 -7399,0.5,0.153725174569888,0.0,0.00618216721060854,0.153725174569888,0.0,0.0187753422617194,0.153725174569888,0.0,0.000522111949902098,0.153725174569888,0.0,0.0868628893994271,0.153725174569888,0.0,0.141915694937568,0.153725174569888,0.0,0.137522866801938,0.153725174569888,0.0,0.138963105284314,0.153725174569888,0.0,0.123238860281092,0.5,0.153725174569888,0.0,0.126682662513845,0.153725174569888,0.0,0.000845899783502924,0.5,0.153725174569888,0.0,0.00618253190592592,0.153725174569888,0.0,0.0242291081825757,0.153725174569888,0.0,0.220107072787881,0.153725174569888,0.0,0.148717970050634,0.153725174569888,0.0,0.0227686122007421,0.153725174569888,0.0,0.0372117955477687,0.153725174569888,0.0,0.00158351639560607,0.5,0.153725174569888,0.0,0.038550076433405,0,0.0191858850300376,0.00625732686612605 -7400,0.5,0.153725174569888,0.000407738476325345,0.00506713550192284,0.153725174569888,0.0,0.0419022236647752,0.153725174569888,0.000240775372513757,0.000193244259882895,0.153725174569888,0.00204034885480782,0.0803352188854231,0.153725174569888,0.0,0.143301496678768,0.153725174569888,0.0,0.118416510670469,0.153725174569888,0.0,0.14770177037408,0.153725174569888,0.0,0.134123731794692,0.5,0.153725174569888,0.0,0.115329762347903,0.153725174569888,0.00180302203879599,0.00032865142615692,0.5,0.153725174569888,6.60550345484266e-07,0.00881496005828305,0.153725174569888,0.000165707324233239,0.0230502975523386,0.153725174569888,0.0,0.271358352783478,0.153725174569888,0.0,0.150851552731933,0.153725174569888,0.0,0.029349331586958,0.153725174569888,0.0,0.0560816612499718,0.153725174569888,0.00132390295406298,0.00232782640118686,0.5,0.153725174569888,0.00418459869847167,0.0207242359080937,0,0.0154342086836798,0.00512552041158255 -7401,0.5,0.153725174569888,0.0151188346605718,0.00472940244580422,0.153725174569888,0.00272959949781416,0.0812579352296196,0.153725174569888,0.0115923255633349,0.000383700612656317,0.153725174569888,0.0429313353145505,0.0799552119189199,0.153725174569888,0.00155278327469473,0.141633625766363,0.153725174569888,0.0056506024395358,0.126089810547181,0.153725174569888,0.000825076659670659,0.150628867989662,0.153725174569888,0.0175387114860548,0.143555884755663,0.5,0.153725174569888,0.0127528634767053,0.129752237601426,0.153725174569888,0.0314065589156741,0.000268033080161641,0.5,0.153725174569888,0.00331428035809483,0.00914383598990956,0.153725174569888,0.00555005537693448,0.022134354461283,0.153725174569888,0.00259354236776456,0.295868399126635,0.153725174569888,0.00344407104825667,0.153362482772291,0.153725174569888,0.00270114373217166,0.0461204323898031,0.153725174569888,0.00189598409606748,0.0780473719398795,0.153725174569888,0.0349914265104056,0.00216324805656261,0.5,0.153725174569888,0.07960333442835,0.0102161814245898,0,0.0130986156764661,0.0134087180317913 -7402,0.5,0.153725174569888,0.0332767888274345,0.00373556939436905,0.153725174569888,0.007698081905759,0.106409025502027,0.153725174569888,0.0362403536544167,0.000900682105205996,0.153725174569888,0.115920896646117,0.0927286841368021,0.153725174569888,0.0115775150368783,0.144720802654787,0.153725174569888,0.0230204130325219,0.118870635294333,0.153725174569888,0.00287869529767895,0.156968289179438,0.153725174569888,0.0612298980561631,0.155828450516982,0.5,0.153725174569888,0.0428461887401013,0.121108988383172,0.153725174569888,0.0643213950823753,0.00149047505471637,0.5,0.153725174569888,0.0125570675694485,0.0231271063641089,0.153725174569888,0.0163650170994552,0.0373933771252683,0.153725174569888,0.0091485235729746,0.323255208046041,0.153725174569888,0.016152723565925,0.150945134486852,0.153725174569888,0.0105153005687942,0.0703187616831105,0.153725174569888,0.00859360907510267,0.09082446894535,0.153725174569888,0.0817492995970122,0.00570775476402149,0.5,0.153725174569888,0.156365802009444,0.00587967203389153,0,0.0121123581889785,0.0218825630669909 -7403,0.5,0.153725174569888,0.0474052046429414,0.00388803028072108,0.153725174569888,0.0117953475997262,0.173030447419017,0.153725174569888,0.0683786463552084,0.00542483880207083,0.153725174569888,0.220619269086431,0.136426637047309,0.153725174569888,0.0478999101430117,0.153259444651123,0.153725174569888,0.04182997568777,0.115323487665122,0.153725174569888,0.00552537827240269,0.150377671749217,0.153725174569888,0.106346793197735,0.152664783473964,0.5,0.153725174569888,0.0780590351491729,0.126607200223617,0.153725174569888,0.085974136752247,0.00671021494753912,0.5,0.153725174569888,0.0262078050445984,0.0431220914089433,0.153725174569888,0.0269486602163709,0.0520464954164611,0.153725174569888,0.0178785377662011,0.342996645129574,0.153725174569888,0.0518754989480173,0.193225177794677,0.153725174569888,0.0227357669500524,0.114435570937526,0.153725174569888,0.0178189353658028,0.0894358010235802,0.153725174569888,0.115436234758991,0.019980579881132,0.5,0.153725174569888,0.210092056798861,0.00681610630687081,0,0.00852130492088079,0.023409306141329 -7404,0.5,0.153725174569888,0.0826473026896035,0.00589407812107455,0.153725174569888,0.0208794689767886,0.26331680323808,0.153725174569888,0.0829885674106298,0.0138712709507052,0.153725174569888,0.323115070086675,0.157701068700304,0.153725174569888,0.105608011431735,0.162531746504493,0.153725174569888,0.0648428867145593,0.101932838132796,0.153725174569888,0.00821682923821623,0.149496407025211,0.153725174569888,0.11387505811037,0.160040841807194,0.5,0.153725174569888,0.107099563244939,0.133974858946527,0.153725174569888,0.0784338137263547,0.0130274795389228,0.5,0.153725174569888,0.0374876331093854,0.0608992947420417,0.153725174569888,0.0349290143282557,0.0568387690177736,0.153725174569888,0.0308079216651334,0.341007528889942,0.153725174569888,0.0889297054529544,0.2335073151099,0.153725174569888,0.0310363345514485,0.140504905807146,0.153725174569888,0.0269743729343597,0.0995542210979261,0.153725174569888,0.125208120152088,0.0345902175029816,0.5,0.153725174569888,0.238289522665595,0.0211486391185783,0,0.00355016933710286,0.0146693406095565 -7405,0.5,0.153725174569888,0.102848894437289,0.00692566351297203,0.153725174569888,0.0259634178029399,0.308465436073451,0.153725174569888,0.0832250272404522,0.0251795857808552,0.153725174569888,0.340612791807261,0.134485818414575,0.153725174569888,0.124240681114532,0.183737641801895,0.153725174569888,0.0872703791815072,0.106460831036879,0.153725174569888,0.0269588866490234,0.158822269102153,0.153725174569888,0.0923270744584399,0.172088374632612,0.5,0.153725174569888,0.119747710776191,0.140551837336095,0.153725174569888,0.0593292182511545,0.0211264835040562,0.5,0.153725174569888,0.0414049892797068,0.0767774606412041,0.153725174569888,0.0375048575144438,0.0567105780987974,0.153725174569888,0.0435798346443588,0.312843879029416,0.153725174569888,0.10553629792426,0.232050295348739,0.153725174569888,0.0326983362459225,0.157077973066349,0.153725174569888,0.0267148601747853,0.10280657959623,0.153725174569888,0.10768500654033,0.0482585927082492,0.5,0.153725174569888,0.226988065223235,0.0319197247422656,0,0.00461100351654468,0.00930690662604015 -7406,0.5,0.153725174569888,0.0956595771908864,0.00869619867427437,0.153725174569888,0.0231674863829601,0.245432030843064,0.153725174569888,0.0555612950303023,0.0309480836014522,0.153725174569888,0.275279007144237,0.0981596456293518,0.153725174569888,0.147546336396669,0.202642157935245,0.153725174569888,0.107221969211575,0.106151842845769,0.153725174569888,0.0396281319715492,0.166333862059033,0.153725174569888,0.0665993513248463,0.163779118302475,0.5,0.153725174569888,0.104422431543818,0.146293513129952,0.153725174569888,0.0368641143831446,0.0360109857536836,0.5,0.153725174569888,0.0347087724174554,0.0890125579661664,0.153725174569888,0.0326934982837522,0.0638027116527627,0.153725174569888,0.0575106685301158,0.267552693872809,0.153725174569888,0.103532832167437,0.194264697119419,0.153725174569888,0.0288101115606791,0.162714310198339,0.153725174569888,0.0227200827585519,0.116431143282889,0.153725174569888,0.0713077509175362,0.0517006530196,0.5,0.153725174569888,0.1643438590726,0.0376943248890733,0,0.00370197724526399,0.00652725884691352 -7407,0.5,0.153725174569888,0.0632036215517221,0.0073873622791596,0.153725174569888,0.0118900962133905,0.199834944148785,0.153725174569888,0.0172725963783311,0.0229258466850852,0.153725174569888,0.150249287470046,0.0555705948584205,0.153725174569888,0.117997116108234,0.152934807478226,0.153725174569888,0.122501643412038,0.0918966998882716,0.153725174569888,0.0328563706516303,0.151921296164052,0.153725174569888,0.0411669862888117,0.141128544452287,0.5,0.153725174569888,0.0634304846732108,0.130496637328809,0.153725174569888,0.0179795201029912,0.0519501823037634,0.5,0.153725174569888,0.0196506513846261,0.0880724954444358,0.153725174569888,0.0236310806648612,0.0725612807044903,0.153725174569888,0.0577916827170641,0.234890774837015,0.153725174569888,0.0967739012677615,0.146011356885162,0.153725174569888,0.0219906291288053,0.177601895247151,0.153725174569888,0.0135344020057524,0.115075325721386,0.153725174569888,0.0362477371835805,0.0445049052660487,0.5,0.153725174569888,0.0980916652508563,0.046033948598239,0,0.00446413619797655,0.00513255829377408 -7408,0.5,0.153725174569888,0.0168216395011529,0.00704461383480091,0.153725174569888,0.00271867405751405,0.184040850365857,0.153725174569888,0.0030853162491353,0.0142678129461442,0.153725174569888,0.036470780923073,0.0288358570062909,0.153725174569888,0.0652776905229718,0.075888215882934,0.153725174569888,0.104921550337595,0.0543016701534044,0.153725174569888,0.018938282721916,0.114398327385728,0.153725174569888,0.016409089761334,0.109559954791777,0.5,0.153725174569888,0.0322487589494822,0.10689850473385,0.153725174569888,0.00472732873345531,0.0918460624897126,0.5,0.153725174569888,0.00549501605688858,0.114935099216153,0.153725174569888,0.00985146180084041,0.0910045770806185,0.153725174569888,0.0361876781958758,0.196892110735715,0.153725174569888,0.0603039895875406,0.10217449902633,0.153725174569888,0.00729306521370779,0.162851978841338,0.153725174569888,0.00513287870359486,0.121369840430436,0.153725174569888,0.0115573422197088,0.0555769632588998,0.5,0.153725174569888,0.0403884499620093,0.047952556168927,0,0.00533941899848237,0.00605843536344066 -7409,0.5,0.153725174569888,0.0,0.00842988779202534,0.153725174569888,0.0,0.162222826096597,0.153725174569888,3.90642275815689e-06,0.0173140218108664,0.153725174569888,0.0,0.0208509653644902,0.153725174569888,0.0,0.038066430623299,0.153725174569888,9.72601869768009e-05,0.0475050588216033,0.153725174569888,0.000219309103236764,0.103359414246559,0.153725174569888,0.000111832438843207,0.0880942632501131,0.5,0.153725174569888,0.000550168997010948,0.0680175390503287,0.153725174569888,0.0002259233855615,0.114670813288247,0.5,0.153725174569888,0.000500588857568757,0.109653922035865,0.153725174569888,0.000582658824660263,0.0930630043218563,0.153725174569888,0.0,0.163503257648483,0.153725174569888,0.0,0.0647607394032143,0.153725174569888,4.29457813326701e-05,0.161327669041127,0.153725174569888,0.000264284340098729,0.138192492457349,0.153725174569888,0.000215121874561495,0.0608801390755396,0.5,0.153725174569888,1.97628053839846e-05,0.0728562601674327,0,0.011425374229435,0.00500318749948224 -7410,0.5,0.153725174569888,0.0,0.0161283166731357,0.153725174569888,0.0,0.194561105867765,0.153725174569888,0.0,0.0211999452496207,0.153725174569888,0.0,0.0139173871344913,0.153725174569888,0.0,0.0247590036724854,0.153725174569888,0.0,0.0437076039551249,0.153725174569888,0.0,0.0982092394477625,0.153725174569888,0.0,0.0650618713618328,0.5,0.153725174569888,0.0,0.0528463520905081,0.153725174569888,0.0,0.0966019939627104,0.5,0.153725174569888,0.0,0.117172780932195,0.153725174569888,0.0,0.0840763044807863,0.153725174569888,0.0,0.170005906018346,0.153725174569888,0.0,0.0602269568985554,0.153725174569888,0.0,0.179062814537206,0.153725174569888,0.0,0.15215441212611,0.153725174569888,0.0,0.0672961030406504,0.5,0.153725174569888,0.0,0.133398119864563,0,0.0157032563125649,0.006369085525946 -7411,0.5,0.153725174569888,0.0,0.0214322275180335,0.153725174569888,0.0,0.200562970669038,0.153725174569888,0.0,0.0306344850461366,0.153725174569888,0.0,0.0125868666627061,0.153725174569888,0.0,0.0234673155235143,0.153725174569888,0.0,0.0347946691105063,0.153725174569888,0.0,0.0780350332134244,0.153725174569888,0.0,0.0531842239241001,0.5,0.153725174569888,0.0,0.0440631405356321,0.153725174569888,0.0,0.0944003161956423,0.5,0.153725174569888,0.0,0.152376762377273,0.153725174569888,0.0,0.0743584447568136,0.153725174569888,0.0,0.183717135800004,0.153725174569888,0.0,0.0524247341042168,0.153725174569888,0.0,0.168714735525763,0.153725174569888,0.0,0.161019833593137,0.153725174569888,0.0,0.0800511631545533,0.5,0.153725174569888,0.0,0.166832251881106,0,0.00922952842051932,0.0131720313834111 -7412,0.5,0.153725174569888,0.0,0.031532391284176,0.153725174569888,0.0,0.171960117736579,0.153725174569888,0.0,0.064451243058024,0.153725174569888,0.0,0.0119528417317922,0.153725174569888,0.0,0.0140492885815242,0.153725174569888,0.0,0.025699851621969,0.153725174569888,0.0,0.0454865395182968,0.153725174569888,0.0,0.0391547428775489,0.5,0.153725174569888,0.0,0.0344083720386817,0.153725174569888,0.0,0.0911791600034578,0.5,0.153725174569888,0.0,0.180207618472394,0.153725174569888,0.0,0.0649297984614654,0.153725174569888,0.0,0.174144647562412,0.153725174569888,0.0,0.0450857377964791,0.153725174569888,0.0,0.141390084529542,0.153725174569888,0.0,0.152829096495707,0.153725174569888,0.0,0.0872358974619844,0.5,0.153725174569888,0.0,0.169678324135845,0,0.00911676456567278,0.0224126122840533 -7413,0.5,0.153725174569888,0.0,0.0458216304275106,0.153725174569888,0.0,0.0997861239864876,0.153725174569888,0.0,0.12653890362052,0.153725174569888,0.0,0.0127359521118257,0.153725174569888,0.0,0.00591983133083808,0.153725174569888,0.0,0.0164197571943432,0.153725174569888,0.0,0.0321810285979092,0.153725174569888,0.0,0.0316276939056439,0.5,0.153725174569888,0.0,0.0296960641740564,0.153725174569888,0.0,0.0783666775693495,0.5,0.153725174569888,0.0,0.192082613143083,0.153725174569888,0.0,0.0571965501261704,0.153725174569888,0.0,0.137930150475525,0.153725174569888,0.0,0.0248579747855023,0.153725174569888,0.0,0.126035095512999,0.153725174569888,0.0,0.142934207852354,0.153725174569888,0.0,0.0954648948154583,0.5,0.153725174569888,0.0,0.171481454771302,0,0.00768792469488786,0.0321847709434563 -7414,0.5,0.153725174569888,0.0,0.059651300490562,0.153725174569888,0.0,0.0854358251674538,0.153725174569888,0.0,0.159600952363212,0.153725174569888,0.0,0.0173359278336496,0.153725174569888,0.0,0.00412169430889391,0.153725174569888,0.0,0.0120573191570387,0.153725174569888,0.0,0.0276739924916966,0.153725174569888,0.0,0.0262740787966092,0.5,0.153725174569888,0.0,0.0242844647262645,0.153725174569888,0.0,0.0595457854693152,0.5,0.153725174569888,0.0,0.170281490110735,0.153725174569888,0.0,0.0446815524209523,0.153725174569888,0.0,0.103505052371898,0.153725174569888,0.0,0.0182543675652213,0.153725174569888,0.0,0.127035204747578,0.153725174569888,0.0,0.116137245974364,0.153725174569888,0.0,0.103873508870346,0.5,0.153725174569888,0.0,0.182676907736896,0,0.00656649254574738,0.0349694988397203 -7415,0.5,0.153725174569888,0.0,0.067386307253336,0.153725174569888,0.0,0.0874486025237164,0.153725174569888,0.0,0.187996192287935,0.153725174569888,0.0,0.025341757483944,0.153725174569888,0.0,0.00586731000885339,0.153725174569888,0.0,0.0151215537462366,0.153725174569888,0.0,0.0228591007045459,0.153725174569888,0.0,0.0170497014264803,0.5,0.153725174569888,0.0,0.020840397599269,0.153725174569888,0.0,0.0522493827423695,0.5,0.153725174569888,0.0,0.163614359357892,0.153725174569888,0.0,0.0432018260212027,0.153725174569888,0.0,0.112140001681674,0.153725174569888,0.0,0.0161759602902142,0.153725174569888,0.0,0.111511073910786,0.153725174569888,0.0,0.0933969432324462,0.153725174569888,0.0,0.108171550628976,0.5,0.153725174569888,0.0,0.162630741382881,0,0.00277536150453546,0.032521569148278 -7416,0.5,0.153725174569888,0.0,0.0764591604552761,0.153725174569888,0.0,0.0780636591897716,0.153725174569888,0.0,0.193236085052304,0.153725174569888,0.0,0.0405463604014723,0.153725174569888,0.0,0.0105825861074517,0.153725174569888,0.0,0.0182408210585284,0.153725174569888,0.0,0.0213846095093088,0.153725174569888,0.0,0.00939247565145192,0.5,0.153725174569888,0.0,0.0112289227822975,0.153725174569888,0.0,0.0496286682664855,0.5,0.153725174569888,0.0,0.145140039274083,0.153725174569888,0.0,0.0409997682096183,0.153725174569888,0.0,0.117402832355597,0.153725174569888,0.0,0.018317531102951,0.153725174569888,0.0,0.0993048421290964,0.153725174569888,0.0,0.0677219308804991,0.153725174569888,0.0,0.115869474172171,0.5,0.153725174569888,0.0,0.129673915336724,0,0.00730634799827752,0.0221388272451655 -7417,0.5,0.153725174569888,0.0,0.0839117902120264,0.153725174569888,0.0,0.0781554255957054,0.153725174569888,0.0,0.180322399013661,0.153725174569888,0.0,0.051067858151316,0.153725174569888,0.0,0.0142378777083618,0.153725174569888,0.0,0.0189892823015057,0.153725174569888,0.0,0.0182877672735052,0.153725174569888,0.0,0.00638531969377671,0.5,0.153725174569888,0.0,0.00531590711757955,0.153725174569888,0.0,0.0343594905694671,0.5,0.153725174569888,0.0,0.128220201739574,0.153725174569888,0.0,0.0441519285463388,0.153725174569888,0.0,0.123053811352707,0.153725174569888,0.0,0.0222032478869915,0.153725174569888,0.0,0.088893874905079,0.153725174569888,0.0,0.039114015137846,0.153725174569888,0.0,0.112442096582197,0.5,0.153725174569888,0.0,0.0941819070727953,0,0.022211236513902,0.0142145356336994 -7418,0.5,0.153725174569888,0.0,0.102013514919665,0.153725174569888,0.0,0.062886248093845,0.153725174569888,0.0,0.164186902550058,0.153725174569888,0.0,0.0580110762978751,0.153725174569888,0.0,0.0172912377447038,0.153725174569888,0.0,0.0182918051850403,0.153725174569888,0.0,0.0222023969408001,0.153725174569888,0.0,0.00825731220457386,0.5,0.153725174569888,0.0,0.00309582042552005,0.153725174569888,0.0,0.0197696365250605,0.5,0.153725174569888,0.0,0.0896132738418708,0.153725174569888,0.0,0.0303483759621898,0.153725174569888,0.0,0.117372479535844,0.153725174569888,0.0,0.0244612847555956,0.153725174569888,0.0,0.0678031892785051,0.153725174569888,0.0,0.0230733123717179,0.153725174569888,0.0,0.0894038599205525,0.5,0.153725174569888,0.0,0.0780140619449808,0,0.059360605039241,0.00739762586356949 -7419,0.5,0.153725174569888,0.0,0.118758528867868,0.153725174569888,0.0,0.0447808034070235,0.153725174569888,0.0,0.135088505574319,0.153725174569888,0.0,0.0629363668365857,0.153725174569888,0.0,0.0169492846943313,0.153725174569888,0.0,0.0168301709407476,0.153725174569888,0.0,0.0214355020719882,0.153725174569888,0.0,0.00988640777905852,0.5,0.153725174569888,0.0,0.00201318064739225,0.153725174569888,0.0,0.0136674323871443,0.5,0.153725174569888,0.0,0.0443585227557264,0.153725174569888,0.0,0.0217572997505543,0.153725174569888,0.0,0.113164288852273,0.153725174569888,0.0,0.0228844452275708,0.153725174569888,0.0,0.0585179757278658,0.153725174569888,0.0,0.0153785392817193,0.153725174569888,0.0,0.0612984829404378,0.5,0.153725174569888,0.0,0.060949137711464,0,0.151689984346885,0.00486645217925289 -7420,0.5,0.153725174569888,0.0,0.128866453831866,0.153725174569888,0.0,0.0481236181830978,0.153725174569888,0.0,0.123910485453437,0.153725174569888,0.0,0.0670425005462235,0.153725174569888,0.0,0.0160802529685721,0.153725174569888,0.0,0.0137483863907956,0.153725174569888,0.0,0.0162202079528431,0.153725174569888,0.0,0.00942748155203926,0.5,0.153725174569888,0.0,0.00107783655531755,0.153725174569888,0.0,0.00935491561655802,0.5,0.153725174569888,0.0,0.0227034619615912,0.153725174569888,0.0,0.0140036459634044,0.153725174569888,0.0,0.102899480092905,0.153725174569888,0.0,0.0219612243687156,0.153725174569888,0.0,0.0461881824338223,0.153725174569888,0.0,0.00740687712335518,0.153725174569888,0.0,0.0476378843830825,0.5,0.153725174569888,0.0,0.0494888295369795,0,0.291294339709271,0.00316436521716489 -7421,0.5,0.153725174569888,0.0,0.149443886823578,0.153725174569888,0.0,0.0367992060641629,0.153725174569888,0.0,0.115182953996996,0.153725174569888,0.0,0.0720357113294847,0.153725174569888,0.0,0.0199884831703016,0.153725174569888,0.0,0.0150423037585497,0.153725174569888,0.0,0.0128808757766812,0.153725174569888,0.0,0.0101006914140601,0.5,0.153725174569888,0.0,0.00055751591741875,0.153725174569888,0.0,0.00626897107499778,0.5,0.153725174569888,0.0,0.0143294480103302,0.153725174569888,0.0,0.00884711911706158,0.153725174569888,0.0,0.103606713891849,0.153725174569888,0.0,0.0232774219520882,0.153725174569888,0.0,0.0315031718888415,0.153725174569888,0.0,0.0025829664034203,0.153725174569888,0.0,0.0359475723681365,0.5,0.153725174569888,0.0,0.0350333258510254,0,0.463784083488702,0.00255297883202099 -7422,0.5,0.153725174569888,0.0,0.169846107921711,0.153725174569888,0.0,0.0227244154048806,0.153725174569888,0.0,0.0813396328276486,0.153725174569888,0.0,0.0817888744467467,0.153725174569888,0.0,0.0273923488422997,0.153725174569888,0.0,0.0194512269399918,0.153725174569888,0.0,0.0129698505803759,0.153725174569888,0.0,0.0107524793371841,0.5,0.153725174569888,0.0,0.00059326381250464,0.153725174569888,0.0,0.00496545000454835,0.5,0.153725174569888,0.0,0.005086404028602,0.153725174569888,0.0,0.00502585838761249,0.153725174569888,0.0,0.0998720627579396,0.153725174569888,0.0,0.0278187387049835,0.153725174569888,0.0,0.0246671669296192,0.153725174569888,0.0,0.0015549691882194,0.153725174569888,0.0,0.0232368804232741,0.5,0.153725174569888,0.0,0.0223191286665227,0,0.566022235736859,0.00240688643033223 -7423,0.5,0.153725174569888,0.0,0.187010198983482,0.153725174569888,0.0,0.0154011829582542,0.153725174569888,0.0,0.0377548739882445,0.153725174569888,0.0,0.0890988760711808,0.153725174569888,0.0,0.0319965405232507,0.153725174569888,0.0,0.0224976108155078,0.153725174569888,0.0,0.0153048027765697,0.153725174569888,0.0,0.0104969789415908,0.5,0.153725174569888,0.0,0.00062588877053631,0.153725174569888,0.0,0.00453857858211404,0.5,0.153725174569888,0.0,0.00110413906247003,0.153725174569888,0.0,0.00315794313054905,0.153725174569888,0.0,0.0879966987853601,0.153725174569888,0.0,0.0327799066618487,0.153725174569888,0.0,0.0244593138904835,0.153725174569888,0.0,0.00171236931776028,0.153725174569888,0.0,0.0149434436472213,0.5,0.153725174569888,0.0,0.0114404090728208,0,0.596420588269921,0.0025227410683632 -7424,0.5,0.153725174569888,0.000204441157177358,0.191924823051906,0.153725174569888,0.0,0.0116195313935965,0.153725174569888,5.67179362648011e-05,0.0175449002492476,0.153725174569888,0.000241765870170047,0.0789315034392525,0.153725174569888,0.0,0.0356784327346045,0.153725174569888,0.0,0.0267687278580055,0.153725174569888,0.0,0.0140805657206175,0.153725174569888,0.0,0.0110449144706704,0.5,0.153725174569888,0.0,0.000384422054050623,0.153725174569888,0.00142173629012176,0.00428868251818674,0.5,0.153725174569888,0.0,0.000878589856694782,0.153725174569888,0.000414957712784729,0.00236577284517019,0.153725174569888,0.0,0.0784882120613701,0.153725174569888,0.0,0.0362008608403372,0.153725174569888,0.0,0.0273485480624649,0.153725174569888,0.0,0.00131157996834941,0.153725174569888,0.000167264562120344,0.00860163649700228,0.5,0.153725174569888,0.00154747759413048,0.00841727210847398,0,0.535133322343046,0.00729334855620079 -7425,0.5,0.153725174569888,0.0448235866180204,0.224302429726836,0.153725174569888,0.038170194986734,0.00756229504534221,0.153725174569888,0.0491990148577726,0.0216211720825296,0.153725174569888,0.00959854481004875,0.0709591722804501,0.153725174569888,0.07721996764064,0.0366750463245708,0.153725174569888,0.0755702815285304,0.0262652820312461,0.153725174569888,0.0887121945410454,0.0108548189231117,0.153725174569888,0.0761854674947419,0.0101038670980558,0.5,0.153725174569888,0.0219935535703145,0.000256885886009441,0.153725174569888,0.0362434129420955,0.0119122952936779,0.5,0.153725174569888,0.034190893639237,0.000778965267985825,0.153725174569888,0.0494617677153726,0.00314949704015721,0.153725174569888,0.0256099618836139,0.0669157552076723,0.153725174569888,0.061067638321975,0.0417081862000622,0.153725174569888,0.0763105952491813,0.0248085270603411,0.153725174569888,0.0625990024810832,0.000776890448115602,0.153725174569888,0.00862644058641309,0.00694758633797703,0.5,0.153725174569888,0.0256639540599243,0.0104855073555489,0,0.503610036101058,0.0231002502122305 -7426,0.5,0.153725174569888,0.136117156078108,0.242039044027187,0.153725174569888,0.069035613449228,0.00838500765508057,0.153725174569888,0.117261144670506,0.0368166446599534,0.153725174569888,0.045083621698663,0.0741273389541968,0.153725174569888,0.241694670882926,0.037456291389491,0.153725174569888,0.24192709946133,0.0251842122016359,0.153725174569888,0.254163280144938,0.00916591288569681,0.153725174569888,0.215522789679432,0.0088383800426873,0.5,0.153725174569888,0.0757949524808842,0.000324841418857103,0.153725174569888,0.0766044499790594,0.0124333359025728,0.5,0.153725174569888,0.110168356014121,0.000807967871650295,0.153725174569888,0.134382108167559,0.00262925011374783,0.153725174569888,0.100685471539205,0.0572346429649221,0.153725174569888,0.196470351444669,0.0527288541435114,0.153725174569888,0.213815630411756,0.0324419024376147,0.153725174569888,0.173587267643927,0.000360952149101298,0.153725174569888,0.0304856226698975,0.00626997878801254,0.5,0.153725174569888,0.0518534398010605,0.00666822900155983,0,0.480674895087231,0.0551915358828124 -7427,0.5,0.153725174569888,0.246746082830374,0.251344439014858,0.153725174569888,0.0730405789610656,0.0214413254767215,0.153725174569888,0.170527872586753,0.028007238603623,0.153725174569888,0.0988080416826528,0.0680965931720113,0.153725174569888,0.386944650579786,0.0567639498348774,0.153725174569888,0.390221611262079,0.0284130300394307,0.153725174569888,0.399576783746384,0.00730405040330165,0.153725174569888,0.333006096436431,0.00764771050759213,0.5,0.153725174569888,0.158075303495015,0.00126640895403536,0.153725174569888,0.104062193234069,0.015494630263779,0.5,0.153725174569888,0.197493361136575,0.000412946203177003,0.153725174569888,0.196948277271798,0.00221549202221383,0.153725174569888,0.176482293016145,0.0536442625065521,0.153725174569888,0.313903623205602,0.0719216171091698,0.153725174569888,0.347725977382327,0.0388001893613598,0.153725174569888,0.277671390755309,0.000122984747235988,0.153725174569888,0.0589680901387648,0.00386927927784788,0.5,0.153725174569888,0.0718199116481485,0.00589013980818577,0,0.493057794786863,0.0850847602707663 -7428,0.5,0.153725174569888,0.335896454809627,0.230018011208058,0.153725174569888,0.0773262363353965,0.0592831465134069,0.153725174569888,0.232019411790991,0.0117364029187167,0.153725174569888,0.148581306931136,0.053610885110095,0.153725174569888,0.481773176110668,0.0701920523221158,0.153725174569888,0.488635931395673,0.0390688852010982,0.153725174569888,0.492645926232465,0.00921281588364709,0.153725174569888,0.404997065100475,0.0102885492595021,0.5,0.153725174569888,0.245853008943376,0.00787644349840008,0.153725174569888,0.115708804742096,0.0233381713332293,0.5,0.153725174569888,0.29845486840984,0.000140133224907394,0.153725174569888,0.216820481541376,0.00300361601895919,0.153725174569888,0.22428070395387,0.0531558928452617,0.153725174569888,0.389099657248755,0.0828439994180193,0.153725174569888,0.426526263759503,0.0374659052642052,0.153725174569888,0.32942260559414,0.000409699694687408,0.153725174569888,0.0965983731950055,0.00144389791266348,0.5,0.153725174569888,0.0830841864535113,0.00493338629769358,0,0.520584384015222,0.0888944761277912 -7429,0.5,0.153725174569888,0.385476545760338,0.200601987214683,0.153725174569888,0.0634865752261851,0.0343458472757175,0.153725174569888,0.287666065821752,0.00301728540475121,0.153725174569888,0.163322823171073,0.0362681950355281,0.153725174569888,0.515343471393261,0.0593877075688722,0.153725174569888,0.525578130106208,0.0404950953669988,0.153725174569888,0.524086888578969,0.0080071940680796,0.153725174569888,0.413987052481524,0.0190824078870207,0.5,0.153725174569888,0.301144851784795,0.0157677780999548,0.153725174569888,0.120770353318141,0.0306737308274729,0.5,0.153725174569888,0.344541416830953,1.30668771040101e-06,0.153725174569888,0.177250836825088,0.00583918238750265,0.153725174569888,0.239162703274613,0.0437204390022983,0.153725174569888,0.417703385605231,0.0851632921897611,0.153725174569888,0.449974714843726,0.0325502601640463,0.153725174569888,0.331678644383631,0.000753532867146957,0.153725174569888,0.113106184569566,0.00116892818914544,0.5,0.153725174569888,0.0796897073366097,0.00380254050845435,0,0.549169264849524,0.124914132044034 -7430,0.5,0.153725174569888,0.354495597570021,0.18216563332283,0.153725174569888,0.0505686635519718,0.0119208435705702,0.153725174569888,0.272136886957983,0.000886507670008246,0.153725174569888,0.153518458916379,0.0220408508701705,0.153725174569888,0.487044550910585,0.0707376918902928,0.153725174569888,0.501166267146586,0.047071717508324,0.153725174569888,0.493134037706796,0.00836000689620684,0.153725174569888,0.358892335411727,0.0314148061903969,0.5,0.153725174569888,0.303810741956289,0.0180377350289525,0.153725174569888,0.107246364889949,0.0264989714046114,0.5,0.153725174569888,0.220042829409338,4.04844509437694e-05,0.153725174569888,0.122226708633246,0.00650477435078884,0.153725174569888,0.250160508710702,0.0341557218807342,0.153725174569888,0.405531509536981,0.0952665141892351,0.153725174569888,0.393798605383173,0.0230013874190176,0.153725174569888,0.312296017001353,0.000905841180190327,0.153725174569888,0.0861319483721841,0.000987161920403185,0.5,0.153725174569888,0.0711748801942434,0.00151010227817767,0,0.603412583567726,0.197362357596254 -7431,0.5,0.153725174569888,0.254401717165919,0.131263290280808,0.153725174569888,0.0507922796739588,0.0147678918462256,0.153725174569888,0.205256662831836,0.000414842917556864,0.153725174569888,0.124099786539742,0.0135738251889632,0.153725174569888,0.395867369686812,0.0554418789595911,0.153725174569888,0.413375544798154,0.0431517227187595,0.153725174569888,0.398578995905402,0.00519273462179841,0.153725174569888,0.267909398323783,0.0299734036588431,0.5,0.153725174569888,0.269392881862051,0.0200739268007392,0.153725174569888,0.0810949165272982,0.0223152075745132,0.5,0.153725174569888,0.117073268560953,0.000280217287743734,0.153725174569888,0.0665124451983706,0.00303697142526103,0.153725174569888,0.207560450312367,0.0357711098714308,0.153725174569888,0.334725149363234,0.0925748342099614,0.153725174569888,0.298824352575419,0.0130118133148918,0.153725174569888,0.221603489837274,0.00229340825167876,0.153725174569888,0.0494384870969392,0.000375082110485296,0.5,0.153725174569888,0.046413045864432,0.00172500423197145,0,0.524176087252452,0.308700592369734 -7432,0.5,0.153725174569888,0.0506607419813982,0.0561536389677415,0.153725174569888,0.0565754165180105,0.0111555912086551,0.153725174569888,0.0773227180353933,0.000167337868788152,0.153725174569888,0.0398039880858287,0.00471261765258317,0.153725174569888,0.159731933046239,0.0382044173692287,0.153725174569888,0.192700758507301,0.0316754828814812,0.153725174569888,0.166348097167601,0.008600371825671,0.153725174569888,0.14506203799881,0.0232915766870371,0.5,0.153725174569888,0.129206385341317,0.0154113510857289,0.153725174569888,0.0355019420889924,0.016721567785494,0.5,0.153725174569888,0.0397592867636921,0.000648038717291739,0.153725174569888,0.0234910087067626,0.00113081441668338,0.153725174569888,0.0798586024731122,0.0357822964789083,0.153725174569888,0.125510108068355,0.0721899901339738,0.153725174569888,0.101732359096369,0.00466946927557844,0.153725174569888,0.0840155721904758,0.00405251586848107,0.153725174569888,0.015264883089197,0.000539520409594413,0.5,0.153725174569888,0.0192904236425572,0.00156669908404301,0,0.374807828300712,0.493890010635933 -7433,0.5,0.153725174569888,0.0,0.0295352336058977,0.153725174569888,0.0,0.0271944652422366,0.153725174569888,0.0,9.93373583133718e-05,0.153725174569888,0.0,0.00375218613300958,0.153725174569888,0.0,0.0524644320245405,0.153725174569888,0.0,0.0444107720654949,0.153725174569888,0.0,0.0284289171890936,0.153725174569888,0.0,0.0360809102774174,0.5,0.153725174569888,4.05869387866571e-05,0.0205166493794061,0.153725174569888,0.0,0.00738877584418947,0.5,0.153725174569888,0.000116545147642482,0.000922469045207439,0.153725174569888,5.15956495779028e-05,0.000952842769671954,0.153725174569888,0.0,0.0499028433178574,0.153725174569888,0.0,0.0834248093949275,0.153725174569888,0.0,0.00873737194531169,0.153725174569888,0.000118362838477336,0.00570059715346155,0.153725174569888,3.68476509143306e-05,0.000628188532159434,0.5,0.153725174569888,3.46565512623763e-06,0.000724982730803842,0,0.216148632393106,0.642214129178912 -7434,0.5,0.153725174569888,0.0,0.0189542557672755,0.153725174569888,0.0,0.0387444971459961,0.153725174569888,0.0,0.000388042289515067,0.153725174569888,0.0,0.00185519771555152,0.153725174569888,0.0,0.0570537332832466,0.153725174569888,0.0,0.0593513782054796,0.153725174569888,0.0,0.0370592931263705,0.153725174569888,0.0,0.0432611554163405,0.5,0.153725174569888,0.0,0.0232689713129155,0.153725174569888,0.0,0.0059619506313167,0.5,0.153725174569888,0.0,0.00151652469346058,0.153725174569888,0.0,0.00120037684062567,0.153725174569888,0.0,0.0627008195363885,0.153725174569888,0.0,0.080776536864682,0.153725174569888,0.0,0.0138758913643108,0.153725174569888,0.0,0.00796023243452568,0.153725174569888,0.0,0.000707962131675724,0.5,0.153725174569888,0.0,0.00108569965285555,0,0.151879282306211,0.687591925060632 -7435,0.5,0.153725174569888,0.0,0.0130984433568494,0.153725174569888,0.0,0.0335313627783092,0.153725174569888,0.0,0.00123107401380913,0.153725174569888,0.0,0.00133675730401839,0.153725174569888,0.0,0.0658976498291742,0.153725174569888,0.0,0.0805545848155335,0.153725174569888,0.0,0.0368106304130658,0.153725174569888,0.0,0.0500459456495768,0.5,0.153725174569888,0.0,0.0233551508107849,0.153725174569888,0.0,0.00361220698076808,0.5,0.153725174569888,0.0,0.0030592054391429,0.153725174569888,0.0,0.00131828573818001,0.153725174569888,0.0,0.0754088625316975,0.153725174569888,0.0,0.0829678010885789,0.153725174569888,0.0,0.0167630314929654,0.153725174569888,0.0,0.0087456366886978,0.153725174569888,0.0,0.00101403475294966,0.5,0.153725174569888,0.0,0.00212408673450339,0,0.104351650734847,0.695761071239542 -7436,0.5,0.153725174569888,0.0,0.00846622593721878,0.153725174569888,0.0,0.0279485998742887,0.153725174569888,0.0,0.00335147639163726,0.153725174569888,0.0,0.00231021218034034,0.153725174569888,0.0,0.0842955318067493,0.153725174569888,0.0,0.102744689693882,0.153725174569888,0.0,0.0435688964987648,0.153725174569888,0.0,0.0651927392485267,0.5,0.153725174569888,0.0,0.0224381830189585,0.153725174569888,0.0,0.00173499140049439,0.5,0.153725174569888,0.0,0.00628588390667778,0.153725174569888,0.0,0.00299632833862783,0.153725174569888,0.0,0.0854188886645003,0.153725174569888,0.0,0.0929446073319025,0.153725174569888,0.0,0.0186943565377943,0.153725174569888,0.0,0.0092288418039492,0.153725174569888,0.0,0.00232750720667486,0.5,0.153725174569888,0.0,0.00365438866371427,0,0.06396746919879,0.745669363505326 -7437,0.5,0.153725174569888,0.0,0.00592456308722229,0.153725174569888,0.0,0.0249462793071033,0.153725174569888,0.0,0.00669372899874317,0.153725174569888,0.0,0.00318199263907557,0.153725174569888,0.0,0.0981703422091057,0.153725174569888,0.0,0.113084326967779,0.153725174569888,0.0,0.0551317453489148,0.153725174569888,0.0,0.0773885764878155,0.5,0.153725174569888,0.0,0.01997514146464,0.153725174569888,0.0,0.00149708718927756,0.5,0.153725174569888,0.0,0.00791019923086635,0.153725174569888,0.0,0.00318463317932716,0.153725174569888,0.0,0.0907628522614101,0.153725174569888,0.0,0.109575590354632,0.153725174569888,0.0,0.022067483478011,0.153725174569888,0.0,0.00962598117926762,0.153725174569888,0.0,0.00300919151015195,0.5,0.153725174569888,0.0,0.00536212394860977,0,0.0440719840146056,0.829642322623963 -7438,0.5,0.153725174569888,0.0,0.00457126394269176,0.153725174569888,0.0,0.0300020618377087,0.153725174569888,0.0,0.00609240508936022,0.153725174569888,0.0,0.00281868159125706,0.153725174569888,0.0,0.106061044520226,0.153725174569888,0.0,0.12376658530597,0.153725174569888,0.0,0.0695265644001926,0.153725174569888,0.0,0.0839102952415291,0.5,0.153725174569888,0.0,0.0187040516525478,0.153725174569888,0.0,0.00209776148951838,0.5,0.153725174569888,0.0,0.00718002550084127,0.153725174569888,0.0,0.00359640438604042,0.153725174569888,0.0,0.096187757844183,0.153725174569888,0.0,0.12464436010106,0.153725174569888,0.0,0.0279101531733295,0.153725174569888,0.0,0.0105433913062998,0.153725174569888,0.0,0.00303652067053448,0.5,0.153725174569888,0.0,0.0102417095670073,0,0.0257272343269569,0.894451013439063 -7439,0.5,0.153725174569888,0.0,0.00429728520448769,0.153725174569888,0.0,0.0403441737751369,0.153725174569888,0.0,0.00405569432634859,0.153725174569888,0.0,0.00421601551801756,0.153725174569888,0.0,0.117220181348476,0.153725174569888,0.0,0.135415521660611,0.153725174569888,0.0,0.0820714759328424,0.153725174569888,0.0,0.0846782991783703,0.5,0.153725174569888,0.0,0.0188194983244829,0.153725174569888,0.0,0.00132663177085564,0.5,0.153725174569888,0.0,0.00591940932634338,0.153725174569888,0.0,0.00325260088880451,0.153725174569888,0.0,0.100383976470962,0.153725174569888,0.0,0.139673055847143,0.153725174569888,0.0,0.0346667245990255,0.153725174569888,0.0,0.0117985958093757,0.153725174569888,0.0,0.00368375193162424,0.5,0.153725174569888,0.0,0.00343673259859443,0,0.0113378922007676,0.922896651587032 -7440,0.5,0.153725174569888,0.0,0.00433644193349368,0.153725174569888,0.0,0.0516111728107094,0.153725174569888,0.0,0.00246131138183181,0.153725174569888,0.0,0.00562058059230201,0.153725174569888,0.0,0.123055591566842,0.153725174569888,0.0,0.141380499988158,0.153725174569888,0.0,0.0916957835341635,0.153725174569888,0.0,0.0868428083353878,0.5,0.153725174569888,0.0,0.0200761816121273,0.153725174569888,0.0,0.00124825812867773,0.5,0.153725174569888,0.0,0.00658669648191291,0.153725174569888,0.0,0.00433204748572903,0.153725174569888,0.0,0.103416195840269,0.153725174569888,0.0,0.150552939596586,0.153725174569888,0.0,0.0407742068957024,0.153725174569888,0.0,0.0149096744482109,0.153725174569888,0.0,0.002056303121771,0.5,0.153725174569888,0.0,0.00370898182638848,0,0.00425930344895256,0.945287916321715 -7441,0.5,0.153725174569888,0.0,0.00512475986136708,0.153725174569888,0.0,0.060529676935362,0.153725174569888,0.0,0.00243588265011524,0.153725174569888,0.0,0.00420196778773801,0.153725174569888,0.0,0.136359868348187,0.153725174569888,0.0,0.141387427867388,0.153725174569888,0.0,0.0978825551235805,0.153725174569888,0.0,0.0916092061827926,0.5,0.153725174569888,0.0,0.0247694444631396,0.153725174569888,0.0,0.000773818303854053,0.5,0.153725174569888,0.0,0.008396030263087,0.153725174569888,0.0,0.0052922688517328,0.153725174569888,0.0,0.10468148192381,0.153725174569888,0.0,0.161861833191317,0.153725174569888,0.0,0.043932971152994,0.153725174569888,0.0,0.018734599840595,0.153725174569888,0.0,0.00283933194886288,0.5,0.153725174569888,0.0,0.00245012682528123,0,0.00105988117193204,0.960667338320874 -7442,0.5,0.153725174569888,0.0,0.00715762873744148,0.153725174569888,0.0,0.0673464185675828,0.153725174569888,0.0,0.00453618958978672,0.153725174569888,0.0,0.00388042649686961,0.153725174569888,0.0,0.14286562580224,0.153725174569888,0.0,0.146913701227253,0.153725174569888,0.0,0.111534129633168,0.153725174569888,0.0,0.10689842968079,0.5,0.153725174569888,0.0,0.0308491980840485,0.153725174569888,0.0,0.000510134823282667,0.5,0.153725174569888,0.0,0.00988450831644544,0.153725174569888,0.0,0.00846116499443379,0.153725174569888,0.0,0.113590072359866,0.153725174569888,0.0,0.176612788456133,0.153725174569888,0.0,0.0460728523221925,0.153725174569888,0.0,0.0295248674990675,0.153725174569888,0.0,0.00292579073546233,0.5,0.153725174569888,0.0,0.00305178699917319,0,0.000990443867244181,0.967851271356799 -7443,0.5,0.153725174569888,0.0,0.0102702273018492,0.153725174569888,0.0,0.082599283089336,0.153725174569888,0.0,0.0048141915629834,0.153725174569888,0.0,0.00383383808527883,0.153725174569888,0.0,0.166666767858599,0.153725174569888,0.0,0.171262459859625,0.153725174569888,0.0,0.137338581643081,0.153725174569888,0.0,0.130488054767641,0.5,0.153725174569888,0.0,0.0374407824152557,0.153725174569888,0.0,0.000763265138671748,0.5,0.153725174569888,0.0,0.00663238298060059,0.153725174569888,0.0,0.00518479213221351,0.153725174569888,0.0,0.138586699394956,0.153725174569888,0.0,0.188690672387087,0.153725174569888,0.0,0.0458986118035207,0.153725174569888,0.0,0.0476715192858919,0.153725174569888,0.0,0.00320572387369627,0.5,0.153725174569888,0.0,0.00368975182847934,0,0.00268156726786187,0.974488759306192 -7444,0.5,0.153725174569888,0.0,0.0113885717358814,0.153725174569888,0.0,0.077543850209122,0.153725174569888,0.0,0.00297817848146448,0.153725174569888,0.0,0.00625581780291023,0.153725174569888,0.0,0.183798686859213,0.153725174569888,0.0,0.199236273885541,0.153725174569888,0.0,0.162801278181231,0.153725174569888,0.0,0.152911152545548,0.5,0.153725174569888,0.0,0.0398238835749127,0.153725174569888,0.0,0.00137542413948581,0.5,0.153725174569888,0.0,0.00561236282690071,0.153725174569888,0.0,0.0110335356313604,0.153725174569888,0.0,0.153517049199179,0.153725174569888,0.0,0.204865950310178,0.153725174569888,0.0,0.0466790879389778,0.153725174569888,0.0,0.0611751659319117,0.153725174569888,0.0,0.00146637774490789,0.5,0.153725174569888,0.0,0.00137476671913236,0,0.00837445126421672,0.986082053344798 -7445,0.5,0.153725174569888,0.0,0.00918997884560625,0.153725174569888,0.0,0.0717412381696661,0.153725174569888,0.0,0.00260009520334735,0.153725174569888,0.0,0.00521182111407683,0.153725174569888,0.0,0.193706589967269,0.153725174569888,0.0,0.219858946924804,0.153725174569888,0.0,0.175304493242844,0.153725174569888,0.0,0.164368343688459,0.5,0.153725174569888,0.0,0.043452264357356,0.153725174569888,0.0,0.000812908207168079,0.5,0.153725174569888,0.0,0.0172304288350021,0.153725174569888,0.0,0.0174022572065832,0.153725174569888,0.0,0.158950234370572,0.153725174569888,0.0,0.216008526664049,0.153725174569888,0.0,0.0439116495377881,0.153725174569888,0.0,0.0686747156506641,0.153725174569888,0.0,0.00418905039318924,0.5,0.153725174569888,0.0,0.00306889790477037,0,0.0180316487085944,0.995119552782493 -7446,0.5,0.153725174569888,0.0,0.00893409507368324,0.153725174569888,0.0,0.0614864927993403,0.153725174569888,0.0,0.00550538867676257,0.153725174569888,0.0,0.00296024219684039,0.153725174569888,0.0,0.192610358890651,0.153725174569888,0.0,0.237075537250711,0.153725174569888,0.0,0.194578089830359,0.153725174569888,0.0,0.184011794570349,0.5,0.153725174569888,0.0,0.0594216022432616,0.153725174569888,0.0,0.00183240496966632,0.5,0.153725174569888,0.0,0.0143213637244616,0.153725174569888,0.0,0.0179240849149723,0.153725174569888,0.0,0.151896036481381,0.153725174569888,0.0,0.218057933843963,0.153725174569888,0.0,0.0514155439669409,0.153725174569888,0.0,0.0882787010209225,0.153725174569888,0.0,0.00470366422807894,0.5,0.153725174569888,0.0,0.000831444323855267,0,0.014307724848794,1.00125041037542 -7447,0.5,0.153725174569888,0.0,0.0130960793131751,0.153725174569888,0.0,0.0698254939366571,0.153725174569888,0.0,0.00495189571434902,0.153725174569888,0.0,0.00600713564901068,0.153725174569888,0.0,0.204616701354508,0.153725174569888,0.0,0.26609629482319,0.153725174569888,0.0,0.2197075194748,0.153725174569888,0.0,0.20977699145686,0.5,0.153725174569888,0.0,0.0777664917575157,0.153725174569888,0.0,0.00198245693670059,0.5,0.153725174569888,0.0,0.013727092167082,0.153725174569888,0.0,0.0264478463754075,0.153725174569888,0.0,0.15172216703974,0.153725174569888,0.0,0.236978449856486,0.153725174569888,0.0,0.0722745048582649,0.153725174569888,0.0,0.102579448451477,0.153725174569888,0.0,0.003545124084851,0.5,0.153725174569888,0.0,0.000331344259624133,0,0.0179621236403767,1.00217458604927 -7448,0.5,0.153725174569888,0.000167943074575573,0.0149309461560461,0.153725174569888,0.0,0.0966331676668902,0.153725174569888,2.09837833107034e-05,0.00703082764495861,0.153725174569888,0.000247771261977402,0.00711117411094869,0.153725174569888,0.0,0.216936323234323,0.153725174569888,0.0,0.2908631830201,0.153725174569888,0.0,0.242465908621969,0.153725174569888,0.0,0.245925968031419,0.5,0.153725174569888,0.0,0.0921021292676293,0.153725174569888,0.00166962182546836,0.00557156901105945,0.5,0.153725174569888,0.0,0.0273744789538524,0.153725174569888,0.000596731202430721,0.0309411208152476,0.153725174569888,0.0,0.178982605346783,0.153725174569888,0.0,0.257339612087414,0.153725174569888,0.0,0.0870512864671438,0.153725174569888,0.0,0.101352749352671,0.153725174569888,0.000466431689451394,0.00908077921679169,0.5,0.153725174569888,0.00112010511620408,0.000475028471406149,0,0.0366732345209411,1.00242066244028 -7449,0.5,0.153725174569888,0.0496094057674776,0.0158112255106943,0.153725174569888,0.0234040438127813,0.121891660711826,0.153725174569888,0.0169723470086468,0.0182357036187267,0.153725174569888,0.0063630895378188,0.00837999239222127,0.153725174569888,0.0673709278792729,0.202887433398982,0.153725174569888,0.0375544663556783,0.301217751113999,0.153725174569888,0.0804037012642546,0.22554541345838,0.153725174569888,0.055265486045615,0.26734408953396,0.5,0.153725174569888,0.0793760204731566,0.080711698469856,0.153725174569888,0.0734330601737146,0.00839154970910652,0.5,0.153725174569888,0.11416340869015,0.0257909113913409,0.153725174569888,0.123174857207496,0.0315926089756722,0.153725174569888,0.0382758088595327,0.192291122668472,0.153725174569888,0.0634965146572291,0.247117765338226,0.153725174569888,0.0471718498774254,0.0776626205925742,0.153725174569888,0.0525968751624973,0.0991145260092702,0.153725174569888,0.0640998299076376,0.0114884485166599,0.5,0.153725174569888,0.0287931694402779,0.00083711902546907,0,0.0493975190701173,1.00248493698077 -7450,0.5,0.153725174569888,0.104156716312098,0.0198369145491496,0.153725174569888,0.0927599096482133,0.165557451447197,0.153725174569888,0.0447440955052208,0.040634261174537,0.153725174569888,0.0166622500896599,0.0113842050190554,0.153725174569888,0.196175968776748,0.220050651404292,0.153725174569888,0.13221662476822,0.359406968570477,0.153725174569888,0.222975966585505,0.223209216847239,0.153725174569888,0.16827032914701,0.320970791859732,0.5,0.153725174569888,0.219572482361538,0.115745214665048,0.153725174569888,0.17273466835709,0.00842221509021877,0.5,0.153725174569888,0.277832741977099,0.0519528310119693,0.153725174569888,0.288887007578386,0.0438041994220126,0.153725174569888,0.142655327866733,0.240546887698311,0.153725174569888,0.214207740908438,0.288573227587473,0.153725174569888,0.141920132582031,0.0918581321936695,0.153725174569888,0.200189684302414,0.175892751001269,0.153725174569888,0.170721275462329,0.028572488023854,0.5,0.153725174569888,0.0967596787900234,0.0037215589883492,0,0.0464847015951338,1.00350802937872 -7451,0.5,0.153725174569888,0.138985995489915,0.0293592826827197,0.153725174569888,0.17827406695438,0.257335032279875,0.153725174569888,0.0617792999809074,0.0717404971238733,0.153725174569888,0.0368418379254012,0.0141876439046187,0.153725174569888,0.311460664359864,0.31495856901491,0.153725174569888,0.217299834785644,0.44614169415749,0.153725174569888,0.321319055291506,0.368827197692329,0.153725174569888,0.253197060918465,0.444771957353989,0.5,0.153725174569888,0.329363761430996,0.271163102636212,0.153725174569888,0.287473946609814,0.00879024568938326,0.5,0.153725174569888,0.419183246794854,0.121196853817226,0.153725174569888,0.427035949525656,0.088050718254705,0.153725174569888,0.227204462946737,0.327142271841489,0.153725174569888,0.336448611107365,0.370408434148865,0.153725174569888,0.231732342872903,0.163183646850795,0.153725174569888,0.301921341427867,0.401685111391038,0.153725174569888,0.270748700957522,0.0759204301175569,0.5,0.153725174569888,0.148520882267866,0.00906242918258071,0,0.0526139805930839,1.00478388344914 -7452,0.5,0.153725174569888,0.128723920393043,0.0373711458682132,0.153725174569888,0.181377524493161,0.299822298531022,0.153725174569888,0.0797375400748277,0.0997068499806323,0.153725174569888,0.0687799324443655,0.0166692037875566,0.153725174569888,0.362741208524643,0.44103416681433,0.153725174569888,0.238497675017603,0.526992433020574,0.153725174569888,0.371311709709492,0.542239249742543,0.153725174569888,0.265643916545368,0.586427074619599,0.5,0.153725174569888,0.353260882593638,0.40849598439868,0.153725174569888,0.402582272311423,0.0117306137526483,0.5,0.153725174569888,0.505828092857923,0.17946441389647,0.153725174569888,0.511693072313317,0.115154997680864,0.153725174569888,0.302628052610712,0.392771187873001,0.153725174569888,0.394188167358682,0.465440150189411,0.153725174569888,0.281955175356754,0.266630618470896,0.153725174569888,0.336167453847546,0.644453760245554,0.153725174569888,0.356247574844338,0.124155011773713,0.5,0.153725174569888,0.15897933054907,0.0145916943142858,0,0.0685371886001502,1.00609295972852 -7453,0.5,0.153725174569888,0.124812254415984,0.0438808829997356,0.153725174569888,0.0809392518305771,0.298696705056413,0.153725174569888,0.123849418653242,0.115436745483713,0.153725174569888,0.105387426197488,0.0268450047814781,0.153725174569888,0.350756423937325,0.588260440420101,0.153725174569888,0.217007126415557,0.663610795875557,0.153725174569888,0.350092872471644,0.605696249970256,0.153725174569888,0.215336076142021,0.6950177931735,0.5,0.153725174569888,0.321693750287347,0.518786443293888,0.153725174569888,0.469098053206416,0.00729237511674554,0.5,0.153725174569888,0.52415561288105,0.262245184439136,0.153725174569888,0.534304380738194,0.120941347123916,0.153725174569888,0.304182746353194,0.474693681413976,0.153725174569888,0.384880469300714,0.576707751500602,0.153725174569888,0.259132112072626,0.347290758595772,0.153725174569888,0.305531138031092,0.654110046765249,0.153725174569888,0.3829034242023,0.172268440751044,0.5,0.153725174569888,0.150936693851018,0.0118722983004499,0,0.0694685735021955,1.00772256052673 -7454,0.5,0.153725174569888,0.106822294501821,0.0465215717970359,0.153725174569888,0.0528553112939112,0.26289452662409,0.153725174569888,0.218195670028663,0.147150598640052,0.153725174569888,0.0950921001462549,0.0418290494623084,0.153725174569888,0.321054499365605,0.638601869514213,0.153725174569888,0.109783126109717,0.723952518420154,0.153725174569888,0.331427618878311,0.575421113738385,0.153725174569888,0.15879963578562,0.670194603458414,0.5,0.153725174569888,0.233625343343862,0.612307776291111,0.153725174569888,0.479852162240263,0.00611980632765118,0.5,0.153725174569888,0.461959285016913,0.223577337281026,0.153725174569888,0.481165204032107,0.0864753320102847,0.153725174569888,0.217974372722167,0.497552097611203,0.153725174569888,0.328788093847741,0.638558717618128,0.153725174569888,0.195542532517576,0.389919509895797,0.153725174569888,0.274529105231611,0.580750062456449,0.153725174569888,0.356317390277278,0.168215707218022,0.5,0.153725174569888,0.133798215557794,0.00802791721963153,0,0.0683748661852418,1.00844517362458 -7455,0.5,0.153725174569888,0.0731923234974657,0.0498079619706933,0.153725174569888,0.040739371178974,0.281441445082292,0.153725174569888,0.225036462863595,0.133659886986492,0.153725174569888,0.0919016783986912,0.047291896560314,0.153725174569888,0.242596386176725,0.65434215425649,0.153725174569888,0.0469702071598449,0.761427325760814,0.153725174569888,0.220670431591185,0.569429035036221,0.153725174569888,0.0766295506173268,0.652026534207423,0.5,0.153725174569888,0.124319904160264,0.689707267104809,0.153725174569888,0.391658234353147,0.00460018392257056,0.5,0.153725174569888,0.3245205888715,0.136381460026335,0.153725174569888,0.368877122037016,0.135942557174015,0.153725174569888,0.138882864050001,0.478643445553435,0.153725174569888,0.276403628501112,0.643602631891637,0.153725174569888,0.120160502155602,0.406999640217135,0.153725174569888,0.222676282870077,0.474080415865624,0.153725174569888,0.285317003421657,0.109212428382324,0.5,0.153725174569888,0.110364233886314,0.0178021275193488,0,0.0711900563318481,1.00855428251792 -7456,0.5,0.153725174569888,0.0184689576706356,0.0472683580002322,0.153725174569888,0.0329180218579038,0.300494354751447,0.153725174569888,0.0827622421141598,0.0759262052488392,0.153725174569888,0.0381221999382442,0.0375928502915575,0.153725174569888,0.100881711482319,0.696946812663783,0.153725174569888,0.0113494015168227,0.766278114179855,0.153725174569888,0.0926136402488751,0.528674442148839,0.153725174569888,0.018771226931182,0.628330888481566,0.5,0.153725174569888,0.0311775689119269,0.678507049432568,0.153725174569888,0.174918281712505,0.00209689542920837,0.5,0.153725174569888,0.14338945806197,0.095764527621084,0.153725174569888,0.156175650658193,0.158386316113506,0.153725174569888,0.0691910875638503,0.439124559374018,0.153725174569888,0.114432432206222,0.629443333609802,0.153725174569888,0.044689162805015,0.354609888805262,0.153725174569888,0.12555365278117,0.378734898818614,0.153725174569888,0.105763509911017,0.0709323765604032,0.5,0.153725174569888,0.0557261425141433,0.00956009636212383,0,0.0783053450534742,1.00791322583471 -7457,0.5,0.153725174569888,0.0,0.0620101449488262,0.153725174569888,0.0,0.292240675277389,0.153725174569888,0.0,0.0656581660187233,0.153725174569888,0.0,0.0423666221454155,0.153725174569888,4.0642104563336e-05,0.689803306559313,0.153725174569888,0.000398529091454076,0.656949357033753,0.153725174569888,7.44276416981966e-06,0.566262859969524,0.153725174569888,0.000246183932763456,0.467798245257236,0.5,0.153725174569888,0.000252684063939287,0.506752018805505,0.153725174569888,0.0,0.00463614807714675,0.5,0.153725174569888,0.0,0.131781702024859,0.153725174569888,4.00382840082233e-05,0.188269782983046,0.153725174569888,0.0,0.475827560328819,0.153725174569888,0.0,0.615184392152553,0.153725174569888,0.0,0.260842645754097,0.153725174569888,0.0,0.385675769670357,0.153725174569888,0.0,0.0832865193427878,0.5,0.153725174569888,0.0,0.00590268366583229,0,0.117855681110878,1.00758389661335 -7458,0.5,0.153725174569888,0.0,0.0748694234644762,0.153725174569888,0.0,0.29086919308225,0.153725174569888,0.0,0.0833469060566166,0.153725174569888,0.0,0.0375732724819205,0.153725174569888,0.0,0.672229947463855,0.153725174569888,0.0,0.597899095409719,0.153725174569888,0.0,0.642311166394555,0.153725174569888,0.0,0.410616959308686,0.5,0.153725174569888,0.0,0.42226922393738,0.153725174569888,0.0,0.0261001388234822,0.5,0.153725174569888,0.0,0.189895960533119,0.153725174569888,0.0,0.212175330649477,0.153725174569888,0.0,0.533888965055339,0.153725174569888,0.0,0.61051807906445,0.153725174569888,0.0,0.241258586242687,0.153725174569888,0.0,0.482569638863286,0.153725174569888,0.0,0.108047601421948,0.5,0.153725174569888,0.0,0.00431517175664895,0,0.184459507492207,1.0090400273614 -7459,0.5,0.153725174569888,0.0,0.098826864032149,0.153725174569888,0.0,0.275664556264501,0.153725174569888,0.0,0.124349020906566,0.153725174569888,0.0,0.0408872348754539,0.153725174569888,0.0,0.636268144406509,0.153725174569888,0.0,0.592772310551463,0.153725174569888,0.0,0.565623239899403,0.153725174569888,0.0,0.434763467334155,0.5,0.153725174569888,0.0,0.464281782542909,0.153725174569888,0.0,0.0856065021251742,0.5,0.153725174569888,0.0,0.36598177573607,0.153725174569888,0.0,0.207995103657585,0.153725174569888,0.0,0.5799029456589,0.153725174569888,0.0,0.582081654867002,0.153725174569888,0.0,0.252057917892868,0.153725174569888,0.0,0.579409110284589,0.153725174569888,0.0,0.141576602631063,0.5,0.153725174569888,0.0,0.00986333842740375,0,0.258802134381086,1.00749454808195 -7460,0.5,0.153725174569888,0.0,0.123895536849937,0.153725174569888,0.0,0.233671127272019,0.153725174569888,0.0,0.165024728812678,0.153725174569888,0.0,0.050621460121637,0.153725174569888,0.0,0.655203697396667,0.153725174569888,0.0,0.630108449175601,0.153725174569888,0.0,0.600687009072057,0.153725174569888,0.0,0.511881621744928,0.5,0.153725174569888,0.0,0.564389461434366,0.153725174569888,0.0,0.164785449645609,0.5,0.153725174569888,0.0,0.6647174979598,0.153725174569888,0.0,0.191641948518034,0.153725174569888,0.0,0.545419718152959,0.153725174569888,0.0,0.556515249412884,0.153725174569888,0.0,0.288645114708233,0.153725174569888,0.0,0.568408694738936,0.153725174569888,0.0,0.214938932211609,0.5,0.153725174569888,0.0,0.0239541113360132,0,0.391870629644586,1.00687557673238 -7461,0.5,0.153725174569888,0.0,0.135879195726421,0.153725174569888,0.0,0.300559369272679,0.153725174569888,0.0,0.213651416849111,0.153725174569888,0.0,0.0637009629113991,0.153725174569888,0.0,0.648655483179165,0.153725174569888,0.0,0.686786991757832,0.153725174569888,0.0,0.628154320988554,0.153725174569888,0.0,0.530207077314664,0.5,0.153725174569888,0.0,0.525237326430537,0.153725174569888,0.0,0.226437447211122,0.5,0.153725174569888,0.0,0.725317741870289,0.153725174569888,0.0,0.23099718181021,0.153725174569888,0.0,0.492940304896745,0.153725174569888,0.0,0.608222582111018,0.153725174569888,0.0,0.381237434959916,0.153725174569888,0.0,0.553809099167267,0.153725174569888,0.0,0.269068588686636,0.5,0.153725174569888,0.0,0.0469547397732849,0,0.457311709089038,1.00524564378252 -7462,0.5,0.153725174569888,0.0,0.144789955306313,0.153725174569888,0.0,0.358717329181775,0.153725174569888,0.0,0.268032705460481,0.153725174569888,0.0,0.084665828726555,0.153725174569888,0.0,0.695782855306762,0.153725174569888,0.0,0.661136721934229,0.153725174569888,0.0,0.671784266421467,0.153725174569888,0.0,0.479175657658706,0.5,0.153725174569888,0.0,0.405167638204353,0.153725174569888,0.0,0.212865440697243,0.5,0.153725174569888,0.0,0.564292393898655,0.153725174569888,0.0,0.206334192687448,0.153725174569888,0.0,0.512356590609771,0.153725174569888,0.0,0.611316797743484,0.153725174569888,0.0,0.472322492520002,0.153725174569888,0.0,0.582179016291055,0.153725174569888,0.0,0.317076085570029,0.5,0.153725174569888,0.0,0.0828956805603766,0,0.464791738338119,0.993237248655217 -7463,0.5,0.153725174569888,0.0,0.152562744797327,0.153725174569888,0.0,0.428966875898614,0.153725174569888,0.0,0.353834858156981,0.153725174569888,0.0,0.102200390377357,0.153725174569888,0.0,0.694285405475261,0.153725174569888,0.0,0.671630493736952,0.153725174569888,0.0,0.632203774569344,0.153725174569888,0.0,0.481384334063827,0.5,0.153725174569888,0.0,0.349766130339122,0.153725174569888,0.0,0.125110489712263,0.5,0.153725174569888,0.0,0.572453049637294,0.153725174569888,0.0,0.199601770129809,0.153725174569888,0.0,0.562049526679666,0.153725174569888,0.0,0.627398394266597,0.153725174569888,0.0,0.507918531486684,0.153725174569888,0.0,0.583928057795733,0.153725174569888,0.0,0.347401463968891,0.5,0.153725174569888,0.0,0.0993418412888441,0,0.446969064710815,0.980940960917537 -7464,0.5,0.153725174569888,0.0,0.172643990962891,0.153725174569888,0.0,0.417790465410027,0.153725174569888,0.0,0.441532791976099,0.153725174569888,0.0,0.12672920316497,0.153725174569888,0.0,0.748559509854289,0.153725174569888,0.0,0.719150181455625,0.153725174569888,0.0,0.618155796471903,0.153725174569888,0.0,0.494054660861055,0.5,0.153725174569888,0.0,0.350179724344604,0.153725174569888,0.0,0.0607134514313347,0.5,0.153725174569888,0.0,0.55556134654452,0.153725174569888,0.0,0.168010641980989,0.153725174569888,0.0,0.532453554729815,0.153725174569888,0.0,0.616712485623306,0.153725174569888,0.0,0.486593964148765,0.153725174569888,0.0,0.499475373502284,0.153725174569888,0.0,0.358892033527078,0.5,0.153725174569888,0.0,0.0815747839114641,0,0.378030132159508,0.981493583994364 -7465,0.5,0.153725174569888,0.0,0.188602213374477,0.153725174569888,0.0,0.382893157927928,0.153725174569888,0.0,0.413781468306647,0.153725174569888,0.0,0.143830249527559,0.153725174569888,0.0,0.79413052354479,0.153725174569888,0.0,0.741753867216351,0.153725174569888,0.0,0.667928698062975,0.153725174569888,0.0,0.496874242280858,0.5,0.153725174569888,0.0,0.338966865140336,0.153725174569888,0.0,0.0321747153673304,0.5,0.153725174569888,0.0,0.397601594633039,0.153725174569888,0.0,0.126299279303401,0.153725174569888,0.0,0.528158840471677,0.153725174569888,0.0,0.642562543020956,0.153725174569888,0.0,0.429081324236461,0.153725174569888,0.0,0.45278071582368,0.153725174569888,0.0,0.295026039983109,0.5,0.153725174569888,0.0,0.0571935777889882,0,0.405459918814002,0.987191314857705 -7466,0.5,0.153725174569888,0.0,0.183976003858745,0.153725174569888,0.0,0.434275059439919,0.153725174569888,0.0,0.382869276374292,0.153725174569888,0.0,0.126281211571285,0.153725174569888,0.0,0.808007610381287,0.153725174569888,0.0,0.7422061594297,0.153725174569888,0.0,0.629792258326199,0.153725174569888,0.0,0.47540191881065,0.5,0.153725174569888,0.0,0.335726228885783,0.153725174569888,0.0,0.018863616209903,0.5,0.153725174569888,0.0,0.172174209264413,0.153725174569888,0.0,0.0825370231044341,0.153725174569888,0.0,0.560502998398287,0.153725174569888,0.0,0.694210528038406,0.153725174569888,0.0,0.433396673970684,0.153725174569888,0.0,0.401962362409189,0.153725174569888,0.0,0.201722225734494,0.5,0.153725174569888,0.0,0.0294489237034772,0,0.430399015398521,0.99907257938009 -7467,0.5,0.153725174569888,0.0,0.169878934815566,0.153725174569888,0.0,0.466998074650437,0.153725174569888,0.0,0.347986246793882,0.153725174569888,0.0,0.132022218663395,0.153725174569888,0.0,0.821891452910934,0.153725174569888,0.0,0.742542006179462,0.153725174569888,0.0,0.636723331161097,0.153725174569888,0.0,0.443090941918025,0.5,0.153725174569888,0.0,0.333731901799513,0.153725174569888,0.0,0.00885484197405911,0.5,0.153725174569888,0.0,0.0977997071103437,0.153725174569888,0.0,0.0451893966970779,0.153725174569888,0.0,0.597024108485835,0.153725174569888,0.0,0.742913768259156,0.153725174569888,0.0,0.445230911780546,0.153725174569888,0.0,0.406273234631558,0.153725174569888,0.0,0.155191763995495,0.5,0.153725174569888,0.0,0.013526457454625,0,0.375877281577543,0.996414592912899 -7468,0.5,0.153725174569888,0.0,0.164283258205188,0.153725174569888,0.0,0.501899761333662,0.153725174569888,0.0,0.227598904318215,0.153725174569888,0.0,0.160320585006161,0.153725174569888,0.0,0.829032719909694,0.153725174569888,0.0,0.746030987220419,0.153725174569888,0.0,0.616561496561662,0.153725174569888,0.0,0.4048283617973,0.5,0.153725174569888,0.0,0.319371518979914,0.153725174569888,0.0,0.00499739918735986,0.5,0.153725174569888,0.0,0.082288617023627,0.153725174569888,0.0,0.0253623018107756,0.153725174569888,0.0,0.618456760111381,0.153725174569888,0.0,0.744463220813345,0.153725174569888,0.0,0.423980678183301,0.153725174569888,0.0,0.422947534485539,0.153725174569888,0.0,0.109486317604877,0.5,0.153725174569888,0.0,0.0122616153203004,0,0.475738689150746,0.998407759267732 -7469,0.5,0.153725174569888,0.0,0.173791458349624,0.153725174569888,0.0,0.527210083399818,0.153725174569888,0.0,0.168583201938778,0.153725174569888,0.0,0.162031249052811,0.153725174569888,0.0,0.821236726579282,0.153725174569888,0.0,0.765639262484138,0.153725174569888,0.0,0.566540192873,0.153725174569888,0.0,0.43081915630998,0.5,0.153725174569888,0.0,0.293675781852095,0.153725174569888,0.0,0.00341016223127768,0.5,0.153725174569888,0.0,0.0746209575173667,0.153725174569888,0.0,0.0218928666601445,0.153725174569888,0.0,0.644637825341232,0.153725174569888,0.0,0.73510636196105,0.153725174569888,0.0,0.406105725219617,0.153725174569888,0.0,0.406765631825975,0.153725174569888,0.0,0.0807756712827176,0.5,0.153725174569888,0.0,0.0191733627825927,0,0.511076096049915,1.00144741027001 -7470,0.5,0.153725174569888,0.0,0.203112436244208,0.153725174569888,0.0,0.554960969556162,0.153725174569888,0.0,0.227446611214845,0.153725174569888,0.0,0.142863609925875,0.153725174569888,0.0,0.813175306240684,0.153725174569888,0.0,0.762991828095738,0.153725174569888,0.0,0.523450155975747,0.153725174569888,0.0,0.428485534628712,0.5,0.153725174569888,0.0,0.251262952959963,0.153725174569888,0.0,0.00133617422435982,0.5,0.153725174569888,0.0,0.0599602279046389,0.153725174569888,0.0,0.0213003016477078,0.153725174569888,0.0,0.6820464727986,0.153725174569888,0.0,0.714940579344776,0.153725174569888,0.0,0.380092960414008,0.153725174569888,0.0,0.410606612636452,0.153725174569888,0.0,0.0631411137639314,0.5,0.153725174569888,0.0,0.0186079334880447,0,0.385319887658692,0.997508606385677 -7471,0.5,0.153725174569888,0.0,0.222044351533289,0.153725174569888,0.0,0.530733209594097,0.153725174569888,0.0,0.268659570264627,0.153725174569888,0.0,0.130604966559396,0.153725174569888,0.0,0.783367045481675,0.153725174569888,0.0,0.655512394520528,0.153725174569888,0.0,0.496795897883892,0.153725174569888,0.0,0.315597398655652,0.5,0.153725174569888,0.0,0.21238901374713,0.153725174569888,0.0,0.00030048335660814,0.5,0.153725174569888,0.0,0.0435761083181378,0.153725174569888,0.0,0.0198844152513972,0.153725174569888,0.0,0.67937524172586,0.153725174569888,0.0,0.689592197754569,0.153725174569888,0.0,0.374100082767184,0.153725174569888,0.0,0.372478527267025,0.153725174569888,0.0,0.0426876728468903,0.5,0.153725174569888,0.0,0.00824048845895902,0,0.409523620325665,0.998493505069503 -7472,0.5,0.153725174569888,0.000165237583730959,0.232780096761053,0.153725174569888,0.0,0.574972163183363,0.153725174569888,0.00010662693401752,0.243481438624828,0.153725174569888,0.00117350577243919,0.107321782592849,0.153725174569888,0.0,0.730498657484306,0.153725174569888,0.0,0.502657081622004,0.153725174569888,0.0,0.471085675093083,0.153725174569888,0.0,0.219351190659701,0.5,0.153725174569888,0.0,0.174826155099013,0.153725174569888,0.000732784891317161,0.000195557492743319,0.5,0.153725174569888,0.0,0.0335497859065598,0.153725174569888,0.000137789512319864,0.0154623961239111,0.153725174569888,0.0,0.664249756294072,0.153725174569888,0.0,0.660283100562797,0.153725174569888,0.0,0.389245421902377,0.153725174569888,0.0,0.305025876232034,0.153725174569888,0.000661062743851207,0.0285248514556931,0.5,0.153725174569888,0.000750144934205776,0.00454782785081086,0,0.486170745689076,1.00693027961576 -7473,0.5,0.153725174569888,0.0482347236093662,0.254172524477803,0.153725174569888,0.00418941198667361,0.548338361794287,0.153725174569888,0.0842166098066011,0.202359303641596,0.153725174569888,0.0953028736281057,0.0800529290228408,0.153725174569888,0.00408613792770664,0.64054571306917,0.153725174569888,0.0189037759934129,0.37881982791826,0.153725174569888,0.00600909685979576,0.396302850146754,0.153725174569888,0.0274746351368088,0.179335682503126,0.5,0.153725174569888,0.031617218124288,0.181560095623783,0.153725174569888,0.0615572507624069,0.00160786208807908,0.5,0.153725174569888,0.0192640497613532,0.0284333314274062,0.153725174569888,0.0604309684971334,0.00939230403793489,0.153725174569888,0.00185869696077882,0.673370551416577,0.153725174569888,0.00513051895774603,0.659942973849715,0.153725174569888,0.0114798680163816,0.414341096654183,0.153725174569888,0.0231287750260772,0.246670998216109,0.153725174569888,0.0603531323431461,0.0216593995538472,0.5,0.153725174569888,0.0164167864460231,0.00606970639900419,0,0.563341127528047,1.00854602779624 -7474,0.5,0.153725174569888,0.139724894330925,0.295614212740158,0.153725174569888,0.0114071610546873,0.677442357779956,0.153725174569888,0.207192513871251,0.216380186855329,0.153725174569888,0.26462084720979,0.106453075783861,0.153725174569888,0.0194568046614202,0.485329520865861,0.153725174569888,0.127485586528398,0.347737601908587,0.153725174569888,0.0648713049052005,0.334266461780691,0.153725174569888,0.0941882705233114,0.195650970898912,0.5,0.153725174569888,0.102105142750228,0.200554545765493,0.153725174569888,0.18326065466761,0.0112024982393915,0.5,0.153725174569888,0.0735704446237156,0.0239395934592503,0.153725174569888,0.178420411936141,0.00564475000279445,0.153725174569888,0.00764666095295439,0.704508723589375,0.153725174569888,0.0360519913678361,0.684141653718137,0.153725174569888,0.0230011787975048,0.454561057728188,0.153725174569888,0.0743166690873469,0.252486938229217,0.153725174569888,0.163440862034317,0.0286290177945052,0.5,0.153725174569888,0.0513410401931104,0.00667299451300009,0,0.586598746610357,1.00678077880989 -7475,0.5,0.153725174569888,0.222857939838072,0.327577146692897,0.153725174569888,0.0194175581128913,0.643503059051793,0.153725174569888,0.324770011939959,0.229381802660779,0.153725174569888,0.409932458458033,0.133429391861571,0.153725174569888,0.0319013820302001,0.38765432680126,0.153725174569888,0.280339662732064,0.365774535710876,0.153725174569888,0.208301228325542,0.385544564317313,0.153725174569888,0.160365678306437,0.23420259430496,0.5,0.153725174569888,0.18454123581398,0.189656444129678,0.153725174569888,0.298328325716356,0.0389318361890548,0.5,0.153725174569888,0.196933864466618,0.0280250224179076,0.153725174569888,0.339338111697301,0.00774307633207432,0.153725174569888,0.0142847922894136,0.715597742811738,0.153725174569888,0.0877427473906068,0.645375352050278,0.153725174569888,0.0366134498685582,0.418351619418093,0.153725174569888,0.105450759034155,0.279022249038257,0.153725174569888,0.256912448472538,0.0457316755005846,0.5,0.153725174569888,0.0992814643732915,0.00513492941303606,0,0.600123644554956,1.00395654734251 -7476,0.5,0.153725174569888,0.256877529916628,0.316977373452516,0.153725174569888,0.0333117161712664,0.535569613016087,0.153725174569888,0.396471621790583,0.19325992707814,0.153725174569888,0.482491937820232,0.123302436656956,0.153725174569888,0.0593455867390341,0.339930179588416,0.153725174569888,0.395527925738376,0.380376180198909,0.153725174569888,0.373140923629783,0.458348189774204,0.153725174569888,0.204589819151987,0.284747230007501,0.5,0.153725174569888,0.263047629227841,0.184823401383764,0.153725174569888,0.342897092120764,0.0760190014828743,0.5,0.153725174569888,0.40218047427936,0.0210137316945753,0.153725174569888,0.439530279372347,0.017162648592382,0.153725174569888,0.035984911033705,0.676232943140323,0.153725174569888,0.0966070624650251,0.543667591337701,0.153725174569888,0.0620512974789211,0.311639268607187,0.153725174569888,0.116769132805179,0.294683662376042,0.153725174569888,0.324239772108079,0.0453144395295592,0.5,0.153725174569888,0.153863051368771,0.00601135067644798,0,0.530194572681802,0.996517943235394 -7477,0.5,0.153725174569888,0.208101321808651,0.285785972418279,0.153725174569888,0.0490659955668453,0.324950735057678,0.153725174569888,0.383204463545817,0.187760342398142,0.153725174569888,0.492551288695796,0.103054891878262,0.153725174569888,0.0810104067987604,0.279103627748973,0.153725174569888,0.468572363683849,0.389621232383926,0.153725174569888,0.413028448641365,0.467108350052743,0.153725174569888,0.228705976986734,0.287336495289834,0.5,0.153725174569888,0.366098443396896,0.177095052383397,0.153725174569888,0.318287225380074,0.115717768847774,0.5,0.153725174569888,0.443220521957654,0.0121539841685386,0.153725174569888,0.4191782736731,0.0316202724216533,0.153725174569888,0.0856862018396784,0.582475138244517,0.153725174569888,0.0755917871910105,0.467343142128647,0.153725174569888,0.115557881621708,0.24742856484118,0.153725174569888,0.1538686828237,0.29247358497633,0.153725174569888,0.388801538571094,0.0299373789645714,0.5,0.153725174569888,0.204372996333278,0.011995320073993,0,0.48811396728326,0.970553558546953 -7478,0.5,0.153725174569888,0.147351049061508,0.234568491959888,0.153725174569888,0.0517055887020923,0.228732957693971,0.153725174569888,0.258144512072791,0.157278765589023,0.153725174569888,0.435802528998935,0.0787380551459938,0.153725174569888,0.151612590845638,0.262370982476439,0.153725174569888,0.45288080030442,0.327795643298736,0.153725174569888,0.342417169789159,0.400251772150368,0.153725174569888,0.259307607635599,0.284739232557335,0.5,0.153725174569888,0.404843671771449,0.166520482172305,0.153725174569888,0.292180877266127,0.143696804245693,0.5,0.153725174569888,0.434756327093778,0.0108016526045046,0.153725174569888,0.340716250478908,0.0445950905529651,0.153725174569888,0.0918288525094102,0.483445847668055,0.153725174569888,0.0555166418354502,0.37742656448334,0.153725174569888,0.14152523866281,0.180609951553575,0.153725174569888,0.254487223179627,0.265668505522403,0.153725174569888,0.36762398841468,0.0145626988251561,0.5,0.153725174569888,0.2028019465402,0.0214987765015414,0,0.44158892421294,0.849629663905734 -7479,0.5,0.153725174569888,0.0650678925185977,0.181214295967645,0.153725174569888,0.0245606521176423,0.133487123910032,0.153725174569888,0.155067482975512,0.0697284674399527,0.153725174569888,0.293159628705919,0.0381416746770886,0.153725174569888,0.227131151309716,0.235354463306683,0.153725174569888,0.349005460906178,0.224753295750407,0.153725174569888,0.224749484405941,0.290615411808231,0.153725174569888,0.243403225987352,0.246958638473634,0.5,0.153725174569888,0.355919554914428,0.11671520291267,0.153725174569888,0.214788705704251,0.158131765419788,0.5,0.153725174569888,0.36953478014931,0.0240342643502613,0.153725174569888,0.249318670583813,0.0575401385511933,0.153725174569888,0.0312159387154319,0.389137412856864,0.153725174569888,0.0600739424749274,0.274584794816968,0.153725174569888,0.158339334792134,0.0845708560286179,0.153725174569888,0.304042630743029,0.168402106725668,0.153725174569888,0.300430092681074,0.00858485197160022,0.5,0.153725174569888,0.147961357181595,0.0329466355151634,0,0.417002687513762,0.696290106075042 -7480,0.5,0.153725174569888,0.00553472597685409,0.118752721306715,0.153725174569888,0.00513514851006884,0.0629329821264323,0.153725174569888,0.057924733263625,0.0127727305612678,0.153725174569888,0.0463516132746797,0.0107567294326535,0.153725174569888,0.145005635852924,0.159573313860218,0.153725174569888,0.158794045627271,0.155096880972942,0.153725174569888,0.0781592346726294,0.199078474119787,0.153725174569888,0.12927945748243,0.122970992159003,0.5,0.153725174569888,0.165335491117145,0.0616078937141128,0.153725174569888,0.110978078084039,0.157276434843085,0.5,0.153725174569888,0.14448334719996,0.0257257018333102,0.153725174569888,0.138098245162199,0.0492711167427886,0.153725174569888,0.00484300635178074,0.319648087101724,0.153725174569888,0.0524049004839631,0.198082640993771,0.153725174569888,0.0849830151203551,0.0399012240280063,0.153725174569888,0.11513183856795,0.110829610024328,0.153725174569888,0.115882526307781,0.0128208281744768,0.5,0.153725174569888,0.0574151300446291,0.0272985844921072,0,0.453858200489257,0.73670278479074 -7481,0.5,0.153725174569888,0.0,0.0770389183113779,0.153725174569888,0.0,0.0311405571704761,0.153725174569888,0.0,0.0061554951090727,0.153725174569888,0.0,0.00226323128348195,0.153725174569888,0.0,0.158475915715094,0.153725174569888,0.0,0.155816156094779,0.153725174569888,0.0,0.129875889355419,0.153725174569888,0.0,0.127335701226075,0.5,0.153725174569888,0.0,0.0611383436971826,0.153725174569888,0.000116868098108623,0.159557171486987,0.5,0.153725174569888,0.0,0.0472382452646158,0.153725174569888,0.0,0.0680197729900547,0.153725174569888,0.0,0.230725173275983,0.153725174569888,0.0,0.165025190345821,0.153725174569888,0.0,0.0475987456287021,0.153725174569888,0.0,0.080968974512844,0.153725174569888,0.0,0.0288662608874674,0.5,0.153725174569888,1.28211112501138e-05,0.0368462908824158,0,0.406565070147558,0.818129282752084 -7482,0.5,0.153725174569888,0.0,0.0570145691823992,0.153725174569888,0.0,0.0390111603062833,0.153725174569888,0.0,0.00683455864179388,0.153725174569888,0.0,0.00135394445249781,0.153725174569888,0.0,0.148803237561567,0.153725174569888,0.0,0.195142160752914,0.153725174569888,0.0,0.0685908020631409,0.153725174569888,0.0,0.165418716030839,0.5,0.153725174569888,0.0,0.0450780553739341,0.153725174569888,0.0,0.177275144294395,0.5,0.153725174569888,0.0,0.0481072484383289,0.153725174569888,0.0,0.0860285863740878,0.153725174569888,0.0,0.19069024531044,0.153725174569888,0.0,0.157688930579556,0.153725174569888,0.0,0.0564649745133377,0.153725174569888,0.0,0.0383988335284625,0.153725174569888,0.0,0.0287356541208717,0.5,0.153725174569888,0.0,0.0453915975311182,0,0.293240206247085,0.927800997718875 -7483,0.5,0.153725174569888,0.0,0.0398375340947379,0.153725174569888,0.0,0.0660020556388444,0.153725174569888,0.0,0.00775647082267349,0.153725174569888,0.0,0.00307484743221536,0.153725174569888,0.0,0.149645924805765,0.153725174569888,0.0,0.230088989754405,0.153725174569888,0.0,0.101029440360714,0.153725174569888,0.0,0.142325908035097,0.5,0.153725174569888,0.0,0.0268406455201058,0.153725174569888,0.0,0.171550072079208,0.5,0.153725174569888,0.0,0.0444119561244094,0.153725174569888,0.0,0.0881865659853601,0.153725174569888,0.0,0.186146210518098,0.153725174569888,0.0,0.142668922721113,0.153725174569888,0.0,0.0503471823663016,0.153725174569888,0.0,0.0400073722305125,0.153725174569888,0.0,0.0285126068478967,0.5,0.153725174569888,0.0,0.0526886313026396,0,0.234087592049183,0.88635275534593 -7484,0.5,0.153725174569888,0.0,0.0318663981233654,0.153725174569888,0.0,0.0775526571163314,0.153725174569888,0.0,0.00751878735417475,0.153725174569888,0.0,0.00559182938539887,0.153725174569888,0.0,0.183257088049351,0.153725174569888,0.0,0.217206942535555,0.153725174569888,0.0,0.133818381773237,0.153725174569888,0.0,0.102760085862415,0.5,0.153725174569888,0.0,0.0255245816323577,0.153725174569888,0.0,0.139314319407908,0.5,0.153725174569888,0.0,0.0424182316016779,0.153725174569888,0.0,0.0755937655111431,0.153725174569888,0.0,0.200059191592168,0.153725174569888,0.0,0.150177216150202,0.153725174569888,0.0,0.0464846212475785,0.153725174569888,0.0,0.0470487006866484,0.153725174569888,0.0,0.029094345599816,0.5,0.153725174569888,0.0,0.0627829820066751,0,0.194654622817226,0.775503661354287 -7485,0.5,0.153725174569888,0.0,0.0281604470078486,0.153725174569888,0.0,0.0689545263857815,0.153725174569888,0.0,0.00747793738721607,0.153725174569888,0.0,0.0087168368252723,0.153725174569888,0.0,0.174096529084761,0.153725174569888,0.0,0.172997799516711,0.153725174569888,0.0,0.0968776483720778,0.153725174569888,0.0,0.077445228439384,0.5,0.153725174569888,0.0,0.0258513762713613,0.153725174569888,0.0,0.0903468745598632,0.5,0.153725174569888,0.0,0.0397525855808681,0.153725174569888,0.0,0.0626182795247558,0.153725174569888,0.0,0.209335573264884,0.153725174569888,0.0,0.184457650464862,0.153725174569888,0.0,0.0682637794075411,0.153725174569888,0.0,0.0358072496771231,0.153725174569888,0.0,0.0309790863974563,0.5,0.153725174569888,0.0,0.0642461249940353,0,0.147720940893319,0.804878195118954 -7486,0.5,0.153725174569888,0.0,0.0281672927713436,0.153725174569888,0.0,0.101593951176602,0.153725174569888,0.0,0.0157547499429288,0.153725174569888,0.0,0.0118394805696949,0.153725174569888,0.0,0.156168475580025,0.153725174569888,0.0,0.13579015946765,0.153725174569888,0.0,0.0722029200121546,0.153725174569888,0.0,0.0938952665691002,0.5,0.153725174569888,0.0,0.0241640702217661,0.153725174569888,0.0,0.0461383414520322,0.5,0.153725174569888,0.0,0.0379170084289397,0.153725174569888,0.0,0.0454981266341715,0.153725174569888,0.0,0.173247904381398,0.153725174569888,0.0,0.194328233050509,0.153725174569888,0.0,0.0668235748513153,0.153725174569888,0.0,0.026632021876688,0.153725174569888,0.0,0.0313649969197609,0.5,0.153725174569888,0.0,0.0659055033155392,0,0.116063546973513,0.921186334035591 -7487,0.5,0.153725174569888,0.0,0.0367889508821209,0.153725174569888,0.0,0.0912421047667209,0.153725174569888,0.0,0.031935044565314,0.153725174569888,0.0,0.0169132200440488,0.153725174569888,0.0,0.127077748212776,0.153725174569888,0.0,0.161383928699356,0.153725174569888,0.0,0.0850371691475798,0.153725174569888,0.0,0.105554074027487,0.5,0.153725174569888,0.0,0.0224976290968921,0.153725174569888,0.0,0.0222254002377569,0.5,0.153725174569888,0.0,0.0343858424422852,0.153725174569888,0.0,0.035844294294494,0.153725174569888,0.0,0.178235288935607,0.153725174569888,0.0,0.172116778109354,0.153725174569888,0.0,0.045337445190172,0.153725174569888,0.0,0.024599312007057,0.153725174569888,0.0,0.0315299435353002,0.5,0.153725174569888,0.0,0.0721936584171454,0,0.0454595105708368,0.899209657513226 -7488,0.5,0.153725174569888,0.0,0.0495104476109422,0.153725174569888,0.0,0.0435976721395912,0.153725174569888,0.0,0.0443442270866273,0.153725174569888,0.0,0.0293284529126691,0.153725174569888,0.0,0.118578886583931,0.153725174569888,0.0,0.169357206708993,0.153725174569888,0.0,0.0855804336335595,0.153725174569888,0.0,0.102327730212541,0.5,0.153725174569888,0.0,0.0232051362774155,0.153725174569888,0.0,0.0129192611276927,0.5,0.153725174569888,0.0,0.0321769169754621,0.153725174569888,0.0,0.0268834366137641,0.153725174569888,0.0,0.166480166535963,0.153725174569888,0.0,0.146499423222895,0.153725174569888,0.0,0.0438854519108496,0.153725174569888,0.0,0.0227908345319626,0.153725174569888,0.0,0.0313946856635521,0.5,0.153725174569888,0.0,0.0678412213047425,0,0.0408218979702694,0.903090959254137 -7489,0.5,0.153725174569888,0.0,0.054053608003391,0.153725174569888,0.0,0.0402111304527038,0.153725174569888,0.0,0.0499929356144266,0.153725174569888,0.0,0.0415975663737854,0.153725174569888,0.0,0.116833237543273,0.153725174569888,0.0,0.165076172713277,0.153725174569888,0.0,0.083236708650909,0.153725174569888,0.0,0.100052749210246,0.5,0.153725174569888,0.0,0.0260078253301279,0.153725174569888,0.0,0.00950067476894191,0.5,0.153725174569888,0.0,0.026353811214555,0.153725174569888,0.0,0.0213211635565971,0.153725174569888,0.0,0.116895194729649,0.153725174569888,0.0,0.140497103599085,0.153725174569888,0.0,0.054519220494876,0.153725174569888,0.0,0.0204691314517099,0.153725174569888,0.0,0.0300430689834602,0.5,0.153725174569888,0.0,0.0403913443239823,0,0.087299656635845,0.895681756798958 -7490,0.5,0.153725174569888,0.0,0.0541517418582743,0.153725174569888,0.0,0.0664643573445699,0.153725174569888,0.0,0.0522511507976163,0.153725174569888,0.0,0.0482006076715605,0.153725174569888,0.0,0.122965695859203,0.153725174569888,0.0,0.140492038647433,0.153725174569888,0.0,0.0809139542361011,0.153725174569888,0.0,0.0917329034218329,0.5,0.153725174569888,0.0,0.0245883649799922,0.153725174569888,0.0,0.00557262812477239,0.5,0.153725174569888,0.0,0.0195430174939842,0.153725174569888,0.0,0.0172716791495378,0.153725174569888,0.0,0.107412679076573,0.153725174569888,0.0,0.159315501558159,0.153725174569888,0.0,0.0637314947307351,0.153725174569888,0.0,0.0205371588072124,0.153725174569888,0.0,0.0270584023286699,0.5,0.153725174569888,0.0,0.0270258076873196,0,0.0849177061999638,0.89298061417307 -7491,0.5,0.153725174569888,0.0,0.0521957752346282,0.153725174569888,0.0,0.0975550339508926,0.153725174569888,0.0,0.0540146149934917,0.153725174569888,0.0,0.0518561235435427,0.153725174569888,0.0,0.124424827984117,0.153725174569888,0.0,0.12351596316679,0.153725174569888,0.0,0.0840305443539887,0.153725174569888,0.0,0.0802232393148292,0.5,0.153725174569888,0.0,0.0200547370807112,0.153725174569888,0.0,0.00286372623711265,0.5,0.153725174569888,0.0,0.0168443438948434,0.153725174569888,0.0,0.0170663332940624,0.153725174569888,0.0,0.148801611862189,0.153725174569888,0.0,0.18430041163787,0.153725174569888,0.0,0.073179456881073,0.153725174569888,0.0,0.0223147000794233,0.153725174569888,0.0,0.0233975362399907,0.5,0.153725174569888,0.0,0.0138921942259081,0,0.117291997112295,0.927974122547838 -7492,0.5,0.153725174569888,0.0,0.0470432155266193,0.153725174569888,0.0,0.113921966570986,0.153725174569888,0.0,0.0510447393635967,0.153725174569888,0.0,0.054694826480915,0.153725174569888,0.0,0.125895580828143,0.153725174569888,0.0,0.117500262864742,0.153725174569888,0.0,0.0871112893753874,0.153725174569888,0.0,0.0734035358725053,0.5,0.153725174569888,0.0,0.0147369881897104,0.153725174569888,0.0,0.00227569058571284,0.5,0.153725174569888,0.0,0.0168997588624414,0.153725174569888,0.0,0.0159277754019073,0.153725174569888,0.0,0.197534716908713,0.153725174569888,0.0,0.189672906606293,0.153725174569888,0.0,0.0871949910839094,0.153725174569888,0.0,0.0256146782921174,0.153725174569888,0.0,0.0208299794430232,0.5,0.153725174569888,0.0,0.00575226395218128,0,0.119611200835317,0.957059157793875 -7493,0.5,0.153725174569888,0.0,0.045550546249326,0.153725174569888,0.0,0.12087293567328,0.153725174569888,0.0,0.0453110772608324,0.153725174569888,0.0,0.056156525388237,0.153725174569888,0.0,0.138523122237391,0.153725174569888,0.0,0.120505243107544,0.153725174569888,0.0,0.0833272454033614,0.153725174569888,0.0,0.0767492592676565,0.5,0.153725174569888,0.0,0.0110915684761075,0.153725174569888,0.0,0.0033988108132618,0.5,0.153725174569888,0.0,0.0180065114032788,0.153725174569888,0.0,0.0212353164827364,0.153725174569888,0.0,0.221857739426576,0.153725174569888,0.0,0.193064397738512,0.153725174569888,0.0,0.101001614450391,0.153725174569888,0.0,0.0258860446879525,0.153725174569888,0.0,0.0184143405897489,0.5,0.153725174569888,0.0,0.00168565282504855,0,0.0740940974345366,0.966159789063354 -7494,0.5,0.153725174569888,0.0,0.0483120784937082,0.153725174569888,0.0,0.123667367854142,0.153725174569888,0.0,0.0377272499768646,0.153725174569888,0.0,0.0565047695217821,0.153725174569888,0.0,0.14714683191323,0.153725174569888,0.0,0.114265131034839,0.153725174569888,0.0,0.0782649521083283,0.153725174569888,0.0,0.0794456467836149,0.5,0.153725174569888,0.0,0.0101010738446447,0.153725174569888,0.0,0.00266976142279181,0.5,0.153725174569888,0.0,0.0170681795154709,0.153725174569888,0.0,0.0222738458410076,0.153725174569888,0.0,0.208344093481405,0.153725174569888,0.0,0.206258958886111,0.153725174569888,0.0,0.104792039644041,0.153725174569888,0.0,0.0217705966753385,0.153725174569888,0.0,0.0148114432274937,0.5,0.153725174569888,0.0,0.00089009108646858,0,0.0501386833496024,0.977525551739479 -7495,0.5,0.153725174569888,0.0,0.0538280999741021,0.153725174569888,0.0,0.117765948469273,0.153725174569888,0.0,0.032970216098327,0.153725174569888,0.0,0.0582807767991999,0.153725174569888,0.0,0.141788410066319,0.153725174569888,0.0,0.111605954016653,0.153725174569888,0.0,0.0755624446431304,0.153725174569888,0.0,0.0760690845943074,0.5,0.153725174569888,0.0,0.00869226879576449,0.153725174569888,0.0,0.00302684485605073,0.5,0.153725174569888,0.0,0.0118279249033638,0.153725174569888,0.0,0.0217840018795482,0.153725174569888,0.0,0.209083954680147,0.153725174569888,0.0,0.230985236531097,0.153725174569888,0.0,0.104854190928231,0.153725174569888,0.0,0.0149981814229564,0.153725174569888,0.0,0.0109291502988526,0.5,0.153725174569888,0.0,0.000723438134348077,0,0.0747942960766888,0.986259254277577 -7496,0.5,0.153725174569888,7.87001414600831e-05,0.0607854299718886,0.153725174569888,0.0,0.115644650584941,0.153725174569888,6.24797062439058e-07,0.0291298451730885,0.153725174569888,0.000206878619716839,0.0632725123545593,0.153725174569888,0.0,0.127970237304823,0.153725174569888,0.0,0.108369523451069,0.153725174569888,0.0,0.0660827740330281,0.153725174569888,0.0,0.0708635629025813,0.5,0.153725174569888,0.0,0.00820722920969321,0.153725174569888,0.000380886139563383,0.0028882891136017,0.5,0.153725174569888,0.0,0.00809011844047926,0.153725174569888,2.56166323255697e-05,0.0185898865877112,0.153725174569888,0.0,0.221646753246703,0.153725174569888,0.0,0.242506363653575,0.153725174569888,0.0,0.0979921987435644,0.153725174569888,0.0,0.0111674384517104,0.153725174569888,0.000182117683156822,0.00790627493262391,0.5,0.153725174569888,0.00173025876268259,0.000250021853858531,0,0.109789435943065,0.990799708794361 -7497,0.5,0.153725174569888,0.0622693109330998,0.0690024088483253,0.153725174569888,0.0499686229026496,0.112821042433048,0.153725174569888,0.0135854854250664,0.023132049132465,0.153725174569888,0.00951106878817338,0.0748502826376316,0.153725174569888,0.0366132824900354,0.103131267501478,0.153725174569888,0.0413381160149361,0.0913329359646109,0.153725174569888,0.0461370498820755,0.0481856947098301,0.153725174569888,0.0445339876252515,0.0590275476665599,0.5,0.153725174569888,0.048256080800007,0.00799777468333859,0.153725174569888,0.0382189712269484,0.00315761509959214,0.5,0.153725174569888,0.0704198058271033,0.0104206594965875,0.153725174569888,0.0843594095556992,0.0149393050184147,0.153725174569888,0.0351773929876978,0.236667403550372,0.153725174569888,0.0355383195332296,0.23211920641201,0.153725174569888,0.0496792331762757,0.090052206774211,0.153725174569888,0.0211044554318532,0.00789717525593085,0.153725174569888,0.0290123747373976,0.00580359098255251,0.5,0.153725174569888,0.0519915587843838,0.000318876727562249,0,0.145045456822634,0.989992835135945 -7498,0.5,0.153725174569888,0.147231636315522,0.0985172540592216,0.153725174569888,0.173476951541178,0.165766547089265,0.153725174569888,0.0313076949056301,0.017315656605136,0.153725174569888,0.0209435779447376,0.0712162307448719,0.153725174569888,0.165913966524175,0.0979809638794598,0.153725174569888,0.18980963723588,0.0917506458833061,0.153725174569888,0.170805217635057,0.04409362444038,0.153725174569888,0.179821240944246,0.0713196424614162,0.5,0.153725174569888,0.167139735060532,0.0188133490295883,0.153725174569888,0.0875974227147995,0.00147993748748301,0.5,0.153725174569888,0.209219826711378,0.0426301117163428,0.153725174569888,0.226709069268768,0.0095804973343117,0.153725174569888,0.150475601559864,0.264215010390637,0.153725174569888,0.16095310160227,0.261758497213234,0.153725174569888,0.146601098329719,0.103915737283346,0.153725174569888,0.0535544478825381,0.0101147551036258,0.153725174569888,0.0992393189335802,0.0119993954272104,0.5,0.153725174569888,0.138876967002926,0.000912273685185699,0,0.202299974079534,0.984376704060951 -7499,0.5,0.153725174569888,0.180843686029342,0.144245209089179,0.153725174569888,0.281741568766606,0.211034988533455,0.153725174569888,0.0509047857337061,0.00869141476002244,0.153725174569888,0.0364947592248168,0.0651682885055307,0.153725174569888,0.313393320891507,0.100681691294507,0.153725174569888,0.352966492742996,0.109812034853544,0.153725174569888,0.312753705566957,0.0686142176452246,0.153725174569888,0.321702804349864,0.118291902254288,0.5,0.153725174569888,0.286822858721889,0.0268395607807049,0.153725174569888,0.150279439772271,0.000503118544183743,0.5,0.153725174569888,0.367335867399897,0.0106896405014513,0.153725174569888,0.35517624782714,0.00839726911012724,0.153725174569888,0.267015543784904,0.267200091384687,0.153725174569888,0.292769652656886,0.298242477609493,0.153725174569888,0.196326894858659,0.139634101172983,0.153725174569888,0.0953653782208696,0.0292185085484434,0.153725174569888,0.176255603340784,0.0172653607478611,0.5,0.153725174569888,0.228446478730447,0.00232862711959277,0,0.224012451160472,0.972769564577052 -7500,0.5,0.153725174569888,0.168146148549354,0.162072826821757,0.153725174569888,0.350121944999807,0.210944010557166,0.153725174569888,0.0748416525881844,0.00600710960986824,0.153725174569888,0.0529147061667139,0.0470678982789006,0.153725174569888,0.436639093697952,0.10652229167604,0.153725174569888,0.460804452442213,0.12684103986963,0.153725174569888,0.397479931786684,0.110453589462337,0.153725174569888,0.395629920751295,0.0965072205783603,0.5,0.153725174569888,0.377747133033503,0.0285823705804505,0.153725174569888,0.214018093318707,0.000230492685183072,0.5,0.153725174569888,0.456675828751323,0.00709816677429841,0.153725174569888,0.418804017281255,0.0057656856174766,0.153725174569888,0.345097027024792,0.287673467981253,0.153725174569888,0.395870247313037,0.30131010298083,0.153725174569888,0.195798310027724,0.134143877190082,0.153725174569888,0.150312224355089,0.0938347679990716,0.153725174569888,0.251409821708224,0.0200428578617842,0.5,0.153725174569888,0.293075111974612,0.000488757444551761,0,0.239098123240395,0.961912879237455 -7501,0.5,0.153725174569888,0.1158840608622,0.173877340264416,0.153725174569888,0.351694699303066,0.238247088347188,0.153725174569888,0.109082323402701,0.00708284448915911,0.153725174569888,0.0687562148616059,0.0335342580586352,0.153725174569888,0.45647806110783,0.112001322258805,0.153725174569888,0.487627103277012,0.114143686707456,0.153725174569888,0.432182994600703,0.124842834153076,0.153725174569888,0.438593592757739,0.0786453997772063,0.5,0.153725174569888,0.446707555956412,0.0318205079961525,0.153725174569888,0.216286199699073,3.84400631187117e-05,0.5,0.153725174569888,0.487693743464647,0.00561583349394426,0.153725174569888,0.416682601354079,0.00371818449326556,0.153725174569888,0.367127985219571,0.306981427131208,0.153725174569888,0.454005050537184,0.277725635520737,0.153725174569888,0.159730813502842,0.11996171556059,0.153725174569888,0.220810629398107,0.106690106374462,0.153725174569888,0.322015687762656,0.0157780407207571,0.5,0.153725174569888,0.379321091000278,0.000324571810085095,0,0.293003663878783,0.918634628000135 -7502,0.5,0.153725174569888,0.0650434523042762,0.157383324174355,0.153725174569888,0.342185927205486,0.18254988284645,0.153725174569888,0.138506601446482,0.0088280660573062,0.153725174569888,0.0764484874663363,0.0262981862684055,0.153725174569888,0.355247332668417,0.0906863490686061,0.153725174569888,0.441486799770622,0.0910803704713374,0.153725174569888,0.406255339201755,0.112391284114705,0.153725174569888,0.437589819677695,0.0774810503242456,0.5,0.153725174569888,0.435893526895676,0.0304897127579765,0.153725174569888,0.228728829128341,0.000157055545157537,0.5,0.153725174569888,0.446713924329984,0.00291796024394631,0.153725174569888,0.360875369195713,0.00235449989247704,0.153725174569888,0.356334481935798,0.286430997576566,0.153725174569888,0.413387574429555,0.224166869397758,0.153725174569888,0.124394953268446,0.0814762955976919,0.153725174569888,0.254393370272565,0.109053214023638,0.153725174569888,0.315377644840781,0.0108092343001762,0.5,0.153725174569888,0.371621973141744,0.000477857852375297,0,0.367461996726324,0.879818055778351 -7503,0.5,0.153725174569888,0.0163354701071019,0.144769133787883,0.153725174569888,0.109422368711895,0.148490947097855,0.153725174569888,0.109544148579267,0.00804605155852504,0.153725174569888,0.0625903786715708,0.0219573670807558,0.153725174569888,0.227634227360342,0.0699869367654555,0.153725174569888,0.355798424252007,0.0646479932420453,0.153725174569888,0.327975885308404,0.055987046090635,0.153725174569888,0.342480163568935,0.0517200173485985,0.5,0.153725174569888,0.346120900158073,0.0252021689578948,0.153725174569888,0.157799556086463,0.000252389346027241,0.5,0.153725174569888,0.326086312088224,0.000753678548161228,0.153725174569888,0.245129720028463,0.00104045302144435,0.153725174569888,0.294825717303551,0.223108462740036,0.153725174569888,0.264706966704996,0.144796192003519,0.153725174569888,0.101444618385209,0.0520228119087181,0.153725174569888,0.186360439004817,0.0777932781886432,0.153725174569888,0.22622354190225,0.00443742639964842,0.5,0.153725174569888,0.2731875266137,0.000801945081816613,0,0.408270188936706,0.857989608402039 -7504,0.5,0.153725174569888,0.00547299310920188,0.118645376110025,0.153725174569888,0.00652793159340471,0.0858316548970145,0.153725174569888,0.0684599411647509,0.00433990165628394,0.153725174569888,0.0198149160224368,0.0168292108986647,0.153725174569888,0.143545587568352,0.0560051962592064,0.153725174569888,0.182193257700421,0.0473479505055596,0.153725174569888,0.152464353283995,0.0383642354603011,0.153725174569888,0.161240751915174,0.0336029896612241,0.5,0.153725174569888,0.173741109791074,0.0109001951906191,0.153725174569888,0.0611396336403956,0.000617667207575888,0.5,0.153725174569888,0.152711721574841,5.01297403486195e-05,0.153725174569888,0.128240332750747,0.000984740420310876,0.153725174569888,0.0846677901637397,0.188418387988092,0.153725174569888,0.0892402390049664,0.122206658698318,0.153725174569888,0.0557965257173766,0.0342838695470109,0.153725174569888,0.0809899544718705,0.0330049032738063,0.153725174569888,0.0818071120705277,0.00149769693916339,0.5,0.153725174569888,0.0949170233478107,0.000469453744336418,0,0.393931456878601,0.822072128080361 -7505,0.5,0.153725174569888,0.0,0.0981336213972931,0.153725174569888,0.0,0.0636665964035117,0.153725174569888,0.0,0.00452647754226734,0.153725174569888,0.0,0.0136497226374721,0.153725174569888,0.0,0.0709125780066941,0.153725174569888,0.0,0.0572630856767272,0.153725174569888,0.0,0.0483399391365318,0.153725174569888,0.0,0.0470457475088413,0.5,0.153725174569888,0.0,0.0125732506700243,0.153725174569888,1.89196905624358e-05,0.00114209040256102,0.5,0.153725174569888,0.0,0.000377779060200633,0.153725174569888,5.99213741570774e-06,0.00187107233361185,0.153725174569888,0.0,0.173426300696399,0.153725174569888,0.0,0.123160125162617,0.153725174569888,0.0,0.0315911088268384,0.153725174569888,0.0,0.0284950897730905,0.153725174569888,1.80253355731909e-06,0.00204580975128515,0.5,0.153725174569888,0.0,0.000685773568168162,0,0.385306503884907,0.844975621602563 -7506,0.5,0.153725174569888,0.0,0.0841526521008143,0.153725174569888,0.0,0.0557313961854858,0.153725174569888,0.0,0.00400243596259319,0.153725174569888,0.0,0.0113840179622006,0.153725174569888,0.0,0.0571784689210632,0.153725174569888,0.0,0.0615900921981478,0.153725174569888,0.0,0.0557104073537776,0.153725174569888,0.0,0.0525376409400418,0.5,0.153725174569888,0.0,0.0124360430209943,0.153725174569888,0.0,0.0023895791434472,0.5,0.153725174569888,0.0,0.000736370308994535,0.153725174569888,0.0,0.00347112246169443,0.153725174569888,0.0,0.15320659581888,0.153725174569888,0.0,0.123396834843113,0.153725174569888,0.0,0.0288862451433089,0.153725174569888,0.0,0.0268878492219634,0.153725174569888,0.0,0.00236398563153388,0.5,0.153725174569888,0.0,0.000885603391142117,0,0.397157413625089,0.817815029724563 -7507,0.5,0.153725174569888,0.0,0.0719181149406175,0.153725174569888,0.0,0.0474953020971678,0.153725174569888,0.0,0.00390905446799704,0.153725174569888,0.0,0.00845690413885432,0.153725174569888,0.0,0.0582979720325058,0.153725174569888,0.0,0.0655141881062497,0.153725174569888,0.0,0.0576553839149815,0.153725174569888,0.0,0.0558841111431171,0.5,0.153725174569888,0.0,0.0116205321800298,0.153725174569888,0.0,0.00228986000536453,0.5,0.153725174569888,0.0,0.000822546361228648,0.153725174569888,0.0,0.00545830701212317,0.153725174569888,0.0,0.134610762854891,0.153725174569888,0.0,0.10694233591966,0.153725174569888,0.0,0.0291426315028763,0.153725174569888,0.0,0.0269641322328176,0.153725174569888,0.0,0.00241394006858735,0.5,0.153725174569888,0.0,0.000893480143448943,0,0.510904601778045,0.81408307891658 -7508,0.5,0.153725174569888,0.0,0.0546126532541236,0.153725174569888,0.0,0.0365552863399895,0.153725174569888,0.0,0.00461682808276123,0.153725174569888,0.0,0.00717901981811548,0.153725174569888,0.0,0.0629871969867951,0.153725174569888,0.0,0.0727548699194808,0.153725174569888,0.0,0.0610135642368307,0.153725174569888,0.0,0.0573721590413555,0.5,0.153725174569888,0.0,0.0125565114395955,0.153725174569888,0.0,0.000987466813854866,0.5,0.153725174569888,0.0,0.00105132815196595,0.153725174569888,0.0,0.00788003432256399,0.153725174569888,0.0,0.110860688550399,0.153725174569888,0.0,0.0907252459459384,0.153725174569888,0.0,0.0306088542084877,0.153725174569888,0.0,0.0295292733952393,0.153725174569888,0.0,0.00278165057933772,0.5,0.153725174569888,0.0,0.000845030111793338,0,0.437335112351871,0.768598584659337 -7509,0.5,0.153725174569888,0.0,0.0401180053548549,0.153725174569888,0.0,0.0320267811085279,0.153725174569888,0.0,0.00589304035515797,0.153725174569888,0.0,0.00723806007489053,0.153725174569888,0.0,0.0653054838589391,0.153725174569888,0.0,0.082297871613424,0.153725174569888,0.0,0.0673187016160283,0.153725174569888,0.0,0.0610981765672519,0.5,0.153725174569888,0.0,0.0132972353168156,0.153725174569888,0.0,0.000827316738552365,0.5,0.153725174569888,0.0,0.00457277251028948,0.153725174569888,0.0,0.0108735709979741,0.153725174569888,0.0,0.0837497616029993,0.153725174569888,0.0,0.0847776193074848,0.153725174569888,0.0,0.0344464053536088,0.153725174569888,0.0,0.0278309096260854,0.153725174569888,0.0,0.00350166866059521,0.5,0.153725174569888,0.0,0.000665048550257797,0,0.296136235455802,0.650887562270511 -7510,0.5,0.153725174569888,0.0,0.031288580420388,0.153725174569888,0.0,0.0373293223898033,0.153725174569888,0.0,0.00736329882597917,0.153725174569888,0.0,0.00896700168466585,0.153725174569888,0.0,0.0629213960661485,0.153725174569888,0.0,0.0910711337873803,0.153725174569888,0.0,0.0723105368249787,0.153725174569888,0.0,0.0723293837662433,0.5,0.153725174569888,0.0,0.0166845714787111,0.153725174569888,0.0,0.00206769164638358,0.5,0.153725174569888,0.0,0.0079338621459376,0.153725174569888,0.0,0.0107927649240311,0.153725174569888,0.0,0.0623968022884548,0.153725174569888,0.0,0.0858819594109058,0.153725174569888,0.0,0.0336051996933325,0.153725174569888,0.0,0.0286753284059446,0.153725174569888,0.0,0.00546661624940703,0.5,0.153725174569888,0.0,0.00111266631130625,0,0.169845216456842,0.620265904212444 -7511,0.5,0.153725174569888,0.0,0.0247368735192713,0.153725174569888,0.0,0.030338827579969,0.153725174569888,0.0,0.00896578121724837,0.153725174569888,0.0,0.0106856208492136,0.153725174569888,0.0,0.0601587355530151,0.153725174569888,0.0,0.103551044334236,0.153725174569888,0.0,0.077768661409333,0.153725174569888,0.0,0.0764236353421538,0.5,0.153725174569888,0.0,0.0213725856092315,0.153725174569888,0.0,0.00454161794206978,0.5,0.153725174569888,0.0,0.00690664161305688,0.153725174569888,0.0,0.00905812467216489,0.153725174569888,0.0,0.0508500168006761,0.153725174569888,0.0,0.0766597779794543,0.153725174569888,0.0,0.0335392994073404,0.153725174569888,0.0,0.0288087137454079,0.153725174569888,0.0,0.00663472349747684,0.5,0.153725174569888,0.0,0.0011180111588656,0,0.106059147963793,0.621816228931928 -7512,0.5,0.153725174569888,0.0,0.0190787220825287,0.153725174569888,0.0,0.0255089717431731,0.153725174569888,0.0,0.0103173210655312,0.153725174569888,0.0,0.0118433915444897,0.153725174569888,0.0,0.0714849875571981,0.153725174569888,0.0,0.114822989887113,0.153725174569888,0.0,0.0925157150441993,0.153725174569888,0.0,0.0812801373830041,0.5,0.153725174569888,0.0,0.016941950394837,0.153725174569888,0.0,0.00725797895587842,0.5,0.153725174569888,0.0,0.00460127256691794,0.153725174569888,0.0,0.0104279995709765,0.153725174569888,0.0,0.0503337704794963,0.153725174569888,0.0,0.0663797511433865,0.153725174569888,0.0,0.0311680509413535,0.153725174569888,0.0,0.0295923036928581,0.153725174569888,0.0,0.00563544811034537,0.5,0.153725174569888,0.0,0.00192463247193593,0,0.0771970882161888,0.557561033281045 -7513,0.5,0.153725174569888,0.0,0.0167699885374458,0.153725174569888,0.0,0.0240030555445393,0.153725174569888,0.0,0.0105469001611345,0.153725174569888,0.0,0.0123851309689185,0.153725174569888,0.0,0.0964826634292377,0.153725174569888,0.0,0.127797930566011,0.153725174569888,0.0,0.0984594849372411,0.153725174569888,0.0,0.0643246672793593,0.5,0.153725174569888,0.0,0.0151684351289544,0.153725174569888,0.0,0.0142954896523578,0.5,0.153725174569888,0.0,0.00210233306481287,0.153725174569888,0.0,0.0138361373209911,0.153725174569888,0.0,0.0446299572447895,0.153725174569888,0.0,0.0755000462362338,0.153725174569888,0.0,0.0347615309827859,0.153725174569888,0.0,0.0319687424785755,0.153725174569888,0.0,0.00480102006035223,0.5,0.153725174569888,0.0,0.00267194796009435,0,0.0677553634206581,0.599311094335397 -7514,0.5,0.153725174569888,0.0,0.0158247954110071,0.153725174569888,0.0,0.0309501337008288,0.153725174569888,0.0,0.0125577920406389,0.153725174569888,0.0,0.0126604621120573,0.153725174569888,0.0,0.109939813656696,0.153725174569888,0.0,0.127142221495015,0.153725174569888,0.0,0.107090600769885,0.153725174569888,0.0,0.0597604072549831,0.5,0.153725174569888,0.0,0.0183538488200883,0.153725174569888,0.0,0.0229423476373966,0.5,0.153725174569888,0.0,0.00411813745331591,0.153725174569888,0.0,0.0162638969406184,0.153725174569888,0.0,0.0515700736212133,0.153725174569888,0.0,0.0958121054453106,0.153725174569888,0.0,0.0431183088185249,0.153725174569888,0.0,0.0322549897602134,0.153725174569888,0.0,0.0042020794147888,0.5,0.153725174569888,0.0,0.00253484933712859,0,0.0574788423433104,0.672702220366654 -7515,0.5,0.153725174569888,0.0,0.0176270574967449,0.153725174569888,0.0,0.0425103356930619,0.153725174569888,0.0,0.0154009271772602,0.153725174569888,0.0,0.0117565202642471,0.153725174569888,0.0,0.123445761460751,0.153725174569888,0.0,0.129644300483401,0.153725174569888,0.0,0.109741387374946,0.153725174569888,0.0,0.066758194504777,0.5,0.153725174569888,0.0,0.0243865564323534,0.153725174569888,0.0,0.0272426353430286,0.5,0.153725174569888,0.0,0.00288688623431467,0.153725174569888,0.0,0.0194042569213478,0.153725174569888,0.0,0.0668471664769684,0.153725174569888,0.0,0.112410182178153,0.153725174569888,0.0,0.050831299697302,0.153725174569888,0.0,0.0291951967799732,0.153725174569888,0.0,0.0035191917619174,0.5,0.153725174569888,0.0,0.00276479901437215,0,0.0531629470212578,0.747025906824746 -7516,0.5,0.153725174569888,0.0,0.0225714790115972,0.153725174569888,0.0,0.0613975139076788,0.153725174569888,0.0,0.0207600894898361,0.153725174569888,0.0,0.0113879507092779,0.153725174569888,0.0,0.121808822668081,0.153725174569888,0.0,0.146453237897592,0.153725174569888,0.0,0.0809427370664703,0.153725174569888,0.0,0.0862609254355492,0.5,0.153725174569888,0.0,0.0267565653893045,0.153725174569888,0.0,0.0359666573940939,0.5,0.153725174569888,0.0,0.00473187058427597,0.153725174569888,0.0,0.0242273103700848,0.153725174569888,0.0,0.0911627830130718,0.153725174569888,0.0,0.132440815460007,0.153725174569888,0.0,0.0564751546192236,0.153725174569888,0.0,0.0238430820101809,0.153725174569888,0.0,0.00380434570731519,0.5,0.153725174569888,0.0,0.00488466314480949,0,0.0493821074738632,0.82740105013836 -7517,0.5,0.153725174569888,0.0,0.0290756902324979,0.153725174569888,0.0,0.0525033083049911,0.153725174569888,0.0,0.0239523254728397,0.153725174569888,0.0,0.0139257759550112,0.153725174569888,0.0,0.158679461868315,0.153725174569888,0.0,0.171828636363203,0.153725174569888,0.0,0.0978134726021809,0.153725174569888,0.0,0.0964177624247833,0.5,0.153725174569888,0.0,0.0318677680915099,0.153725174569888,0.0,0.0381128762381838,0.5,0.153725174569888,0.0,0.00511125454092803,0.153725174569888,0.0,0.0268261692866,0.153725174569888,0.0,0.114933621154216,0.153725174569888,0.0,0.135441095682286,0.153725174569888,0.0,0.0490233794698127,0.153725174569888,0.0,0.0274720463029945,0.153725174569888,0.0,0.00425998848208805,0.5,0.153725174569888,0.0,0.0109453746588634,0,0.0755665136248684,0.793903174145601 -7518,0.5,0.153725174569888,0.0,0.0326420474462522,0.153725174569888,0.0,0.0595022004861504,0.153725174569888,0.0,0.0313892668468182,0.153725174569888,0.0,0.018768088233986,0.153725174569888,0.0,0.181645514378961,0.153725174569888,0.0,0.185308114826035,0.153725174569888,0.0,0.10693219129027,0.153725174569888,0.0,0.109232628013165,0.5,0.153725174569888,0.0,0.0389155797813754,0.153725174569888,0.0,0.0324050613368275,0.5,0.153725174569888,0.0,0.00760085480189634,0.153725174569888,0.0,0.0306530492340761,0.153725174569888,0.0,0.108089052906259,0.153725174569888,0.0,0.172086435702494,0.153725174569888,0.0,0.0615156706371057,0.153725174569888,0.0,0.0362145065193715,0.153725174569888,0.0,0.00507766652672877,0.5,0.153725174569888,0.0,0.0122823762964429,0,0.122883668593583,0.688594842712372 -7519,0.5,0.153725174569888,0.0,0.0355107196783442,0.153725174569888,0.0,0.0675739695027103,0.153725174569888,0.0,0.0319423402057658,0.153725174569888,0.0,0.0228276843891744,0.153725174569888,0.0,0.194010051378579,0.153725174569888,0.0,0.186723067429676,0.153725174569888,0.0,0.123474193442403,0.153725174569888,0.0,0.116671985776671,0.5,0.153725174569888,0.0,0.0494620275634362,0.153725174569888,0.0,0.0268919513313328,0.5,0.153725174569888,0.0,0.0134570578934543,0.153725174569888,0.0,0.0282106413049595,0.153725174569888,0.0,0.14102114360769,0.153725174569888,0.0,0.187549470625109,0.153725174569888,0.0,0.0714023549719986,0.153725174569888,0.0,0.0429159978413162,0.153725174569888,0.0,0.00738891140873607,0.5,0.153725174569888,0.0,0.0142555880522398,0,0.132204546600763,0.511894976038339 -7520,0.5,0.153725174569888,3.69302704825047e-05,0.0403796014593703,0.153725174569888,0.0,0.0753649684071991,0.153725174569888,1.18048133476465e-06,0.0358829950971455,0.153725174569888,0.00080762682710941,0.0268170496889579,0.153725174569888,0.0,0.182936599402574,0.153725174569888,0.0,0.182601742363492,0.153725174569888,0.0,0.143819987884258,0.153725174569888,0.0,0.140979867912137,0.5,0.153725174569888,0.0,0.0597078906309575,0.153725174569888,0.00051390297643426,0.0205149576907477,0.5,0.153725174569888,0.0,0.0190046315990827,0.153725174569888,7.69822556326125e-06,0.0250201865626021,0.153725174569888,0.0,0.166314272432644,0.153725174569888,0.0,0.216257502440195,0.153725174569888,0.0,0.0813777049146545,0.153725174569888,0.0,0.0455989473198932,0.153725174569888,0.000301300153844733,0.0094737964652344,0.5,0.153725174569888,0.00300733786878952,0.0145171493618782,0,0.0972161620263259,0.400300780282412 -7521,0.5,0.153725174569888,0.0860633455249474,0.0458450588086782,0.153725174569888,0.0376987300032617,0.0795279492632569,0.153725174569888,0.0854630370859389,0.0280460973509686,0.153725174569888,0.102496402007831,0.0290359771811223,0.153725174569888,0.0101279191460578,0.181389113686482,0.153725174569888,0.00460749102385219,0.198557953008699,0.153725174569888,0.0189160707990785,0.165119689846414,0.153725174569888,0.00622937128186491,0.140705876824372,0.5,0.153725174569888,0.0160123297216168,0.0630372683743126,0.153725174569888,0.112832858512391,0.0115941187055857,0.5,0.153725174569888,0.0445716580699607,0.0207629655579562,0.153725174569888,0.0648634866273371,0.0213650226787169,0.153725174569888,0.0159837001255209,0.211615695246136,0.153725174569888,0.0114592479206639,0.206935203297642,0.153725174569888,0.0421489165589024,0.0707284062947559,0.153725174569888,0.0228275124262177,0.0509621317492363,0.153725174569888,0.0764400621972183,0.00947907360890208,0.5,0.153725174569888,0.0979226699326194,0.0100253309710454,0,0.143237920595823,0.440550539573437 -7522,0.5,0.153725174569888,0.234684633560382,0.051552389037348,0.153725174569888,0.117813749049776,0.0727921574883159,0.153725174569888,0.200464741775107,0.0240206200835244,0.153725174569888,0.237055544357137,0.029716727991979,0.153725174569888,0.0598271029317736,0.215975071422505,0.153725174569888,0.0176402188502457,0.227469022700504,0.153725174569888,0.0924256765097449,0.195638913126429,0.153725174569888,0.0318044279068781,0.132686936389455,0.5,0.153725174569888,0.0588063525468925,0.0817994836403424,0.153725174569888,0.272737549019374,0.00535702020125214,0.5,0.153725174569888,0.161578013842383,0.0202248496477625,0.153725174569888,0.189107958072643,0.0212157765086413,0.153725174569888,0.0588884684191797,0.242936698469556,0.153725174569888,0.0681452455085531,0.214495283890136,0.153725174569888,0.117358084226728,0.0760662673656003,0.153725174569888,0.0869532247803194,0.0601713216739399,0.153725174569888,0.206734864405586,0.0110205829974733,0.5,0.153725174569888,0.230757038506636,0.00540337538389311,0,0.171803259885237,0.479605470784891 -7523,0.5,0.153725174569888,0.355883879282552,0.0659300005739433,0.153725174569888,0.157618666991388,0.0966223194074701,0.153725174569888,0.279153248240966,0.022388996056319,0.153725174569888,0.349265801882811,0.0333793367799784,0.153725174569888,0.118981860670163,0.233926944844839,0.153725174569888,0.0330256154680084,0.219711643263415,0.153725174569888,0.17001137574504,0.257444283230719,0.153725174569888,0.074061524960831,0.150519022944348,0.5,0.153725174569888,0.100590578880308,0.125114185037464,0.153725174569888,0.401551943148919,0.0018319553178672,0.5,0.153725174569888,0.273544441507938,0.0250422958764044,0.153725174569888,0.307413883543286,0.0175837071312519,0.153725174569888,0.0969024465846355,0.258698111103939,0.153725174569888,0.150439749389108,0.25437034904817,0.153725174569888,0.176757120466401,0.104116392037534,0.153725174569888,0.22538974362322,0.104920259214058,0.153725174569888,0.347361829452392,0.0159195150441607,0.5,0.153725174569888,0.362752964860623,0.00617522526955971,0,0.212924469906554,0.707246229719241 -7524,0.5,0.153725174569888,0.40423399532994,0.0712145073446822,0.153725174569888,0.180284580487221,0.116429706129586,0.153725174569888,0.378334626122115,0.0316460715857594,0.153725174569888,0.425970535165614,0.0323188566391352,0.153725174569888,0.184578419302867,0.334257301358336,0.153725174569888,0.0704492217321655,0.305263631548172,0.153725174569888,0.222109464205652,0.341356557773992,0.153725174569888,0.0902346870098073,0.180214066486991,0.5,0.153725174569888,0.143357540235095,0.164983222857591,0.153725174569888,0.476258235403297,0.000858699037022303,0.5,0.153725174569888,0.314808243694916,0.0301511979659722,0.153725174569888,0.390321753675427,0.0165227676144597,0.153725174569888,0.148547607755305,0.26744997159272,0.153725174569888,0.19628488111674,0.319395817373818,0.153725174569888,0.246538749208961,0.144624407345475,0.153725174569888,0.301934654100166,0.192007107856932,0.153725174569888,0.41599821860872,0.026250505715527,0.5,0.153725174569888,0.44974468802511,0.00550430250406165,0,0.186265285334362,0.843575357844603 -7525,0.5,0.153725174569888,0.381679244222867,0.0673620962714323,0.153725174569888,0.206893835341791,0.164997154205001,0.153725174569888,0.361378580082371,0.0459977213160788,0.153725174569888,0.448817765400308,0.0326816764546944,0.153725174569888,0.168433490055535,0.511105972124965,0.153725174569888,0.079076124246508,0.464417408001622,0.153725174569888,0.209590615427323,0.36177509395668,0.153725174569888,0.0833605868350514,0.198828880943711,0.5,0.153725174569888,0.204042737493689,0.197614109898594,0.153725174569888,0.479006719873307,0.00420026420524695,0.5,0.153725174569888,0.367755951447316,0.036688502817349,0.153725174569888,0.417341760632257,0.0164083702937067,0.153725174569888,0.199424173744131,0.287234089956242,0.153725174569888,0.177149470383906,0.379088874775535,0.153725174569888,0.318419664045576,0.177866564315199,0.153725174569888,0.337047110023572,0.235730638873544,0.153725174569888,0.427220294442793,0.03231421170483,0.5,0.153725174569888,0.472606913879705,0.00312600628879129,0,0.143749620352494,0.899707827583417 -7526,0.5,0.153725174569888,0.30493226434353,0.0804702087944146,0.153725174569888,0.225459320118461,0.159673517493851,0.153725174569888,0.275937512468449,0.0496781156682565,0.153725174569888,0.402681598410156,0.0279593790793751,0.153725174569888,0.0949718232617979,0.536290466337939,0.153725174569888,0.0662077768836318,0.340885309581848,0.153725174569888,0.166213880661353,0.417750976972879,0.153725174569888,0.114986947210867,0.243701549645966,0.5,0.153725174569888,0.213512957790614,0.194343974900918,0.153725174569888,0.415979742108236,0.0245818000752364,0.5,0.153725174569888,0.357934177393269,0.0346875057501862,0.153725174569888,0.384343048092348,0.0126972650981616,0.153725174569888,0.204527276877948,0.296329552940905,0.153725174569888,0.111355744031279,0.371615240221503,0.153725174569888,0.289763603427425,0.188506045784996,0.153725174569888,0.339088875431136,0.196910097896452,0.153725174569888,0.395671945766394,0.0289682777229619,0.5,0.153725174569888,0.415163987457252,0.00352886043107686,0,0.14590466823788,0.88149300389075 -7527,0.5,0.153725174569888,0.170161414596353,0.0620428205211144,0.153725174569888,0.149551151036722,0.152297409351628,0.153725174569888,0.215198183118605,0.0302139064955858,0.153725174569888,0.25063378562024,0.0120000543382471,0.153725174569888,0.0318095988582999,0.372115545843611,0.153725174569888,0.0562239363564198,0.22629836610781,0.153725174569888,0.129189902817342,0.227580350609897,0.153725174569888,0.113561359009912,0.206386858621602,0.5,0.153725174569888,0.146281287222614,0.120599745901719,0.153725174569888,0.32431512167794,0.030809314047723,0.5,0.153725174569888,0.307212778368147,0.0168516721248029,0.153725174569888,0.289164286519877,0.00468905845942901,0.153725174569888,0.0845533238218584,0.283747646357531,0.153725174569888,0.0489518326137537,0.361613959683193,0.153725174569888,0.209030504867855,0.138576386381213,0.153725174569888,0.269613579905168,0.164907283339023,0.153725174569888,0.291127520604985,0.0157095880037574,0.5,0.153725174569888,0.321261709070096,0.0112553649478583,0,0.165636464214207,0.86650725383327 -7528,0.5,0.153725174569888,0.0211312914922995,0.053997769711871,0.153725174569888,0.0550981964240729,0.114997910429933,0.153725174569888,0.0909652875051335,0.0295417427175394,0.153725174569888,0.0391033012356217,0.0107844104114435,0.153725174569888,0.0121193069960191,0.265882323668881,0.153725174569888,0.0531761109894701,0.143787902099144,0.153725174569888,0.106840814553111,0.110583014413535,0.153725174569888,0.0713488268726493,0.115270988669083,0.5,0.153725174569888,0.0557275924669473,0.0669585482727311,0.153725174569888,0.162701583685006,0.0166745009344623,0.5,0.153725174569888,0.119096208633871,0.00931568024233415,0.153725174569888,0.133848944139221,0.0041692828586394,0.153725174569888,0.0172863376335222,0.267137153600918,0.153725174569888,0.0215491253274099,0.32870663274254,0.153725174569888,0.0764133956710571,0.12058739958762,0.153725174569888,0.0924408191294235,0.108188951213252,0.153725174569888,0.107579725399727,0.00996676280056963,0.5,0.153725174569888,0.102015942680815,0.0212068691470235,0,0.166697945632246,0.845894763528311 -7529,0.5,0.153725174569888,0.0,0.0555813053907086,0.153725174569888,0.0,0.0943741305348144,0.153725174569888,0.0,0.031374546350467,0.153725174569888,0.0,0.0145792516788692,0.153725174569888,0.0,0.148069071113093,0.153725174569888,0.0,0.0937363865049239,0.153725174569888,0.0,0.0729939095728438,0.153725174569888,0.0,0.0555569173579417,0.5,0.153725174569888,0.000142900441720251,0.0277338305348198,0.153725174569888,0.0,0.0133141681270736,0.5,0.153725174569888,0.0,0.0075128482534555,0.153725174569888,0.0,0.00818362944791698,0.153725174569888,0.0,0.263552344936195,0.153725174569888,0.0,0.289995169183132,0.153725174569888,0.0,0.10625731792968,0.153725174569888,0.0,0.0602758180035441,0.153725174569888,0.0,0.00722055615430467,0.5,0.153725174569888,0.0,0.0191399242054158,0,0.154451255852123,0.843243562209964 -7530,0.5,0.153725174569888,0.0,0.0546613981338683,0.153725174569888,0.0,0.0883805896371645,0.153725174569888,0.0,0.0250148354914855,0.153725174569888,0.0,0.0168139169979217,0.153725174569888,0.0,0.0789153229756274,0.153725174569888,0.0,0.0932651106020583,0.153725174569888,0.0,0.0581588588009625,0.153725174569888,0.0,0.0448062056274728,0.5,0.153725174569888,0.0,0.0157570175221871,0.153725174569888,0.0,0.0102266706077939,0.5,0.153725174569888,0.0,0.00834924264120372,0.153725174569888,0.0,0.00994438905422396,0.153725174569888,0.0,0.253467093982663,0.153725174569888,0.0,0.271301775947889,0.153725174569888,0.0,0.0756296677738148,0.153725174569888,0.0,0.0416030837790463,0.153725174569888,0.0,0.00776982882450586,0.5,0.153725174569888,0.0,0.0121677943030018,0,0.156906465450936,0.928242117553333 -7531,0.5,0.153725174569888,0.0,0.0547387175440326,0.153725174569888,0.0,0.0697280370807019,0.153725174569888,0.0,0.0160110895273134,0.153725174569888,0.0,0.0178202345643485,0.153725174569888,0.0,0.0752936834910404,0.153725174569888,0.0,0.0992542060634083,0.153725174569888,0.0,0.0587611727776833,0.153725174569888,0.0,0.0476770874911984,0.5,0.153725174569888,0.0,0.0112824970516549,0.153725174569888,0.0,0.00970871376106752,0.5,0.153725174569888,0.0,0.00943422670624442,0.153725174569888,0.0,0.0121258551544147,0.153725174569888,0.0,0.267731268090289,0.153725174569888,0.0,0.219568102906474,0.153725174569888,0.0,0.056525865370885,0.153725174569888,0.0,0.0324923618159731,0.153725174569888,0.0,0.00871777768288797,0.5,0.153725174569888,0.0,0.0130711624993457,0,0.172321511353608,0.956871813615085 -7532,0.5,0.153725174569888,0.0,0.0529437865774907,0.153725174569888,0.0,0.0508771211270857,0.153725174569888,0.0,0.0100059337646333,0.153725174569888,0.0,0.0168229481748297,0.153725174569888,0.0,0.0863810871573212,0.153725174569888,0.0,0.0874431559321718,0.153725174569888,0.0,0.0569849687201332,0.153725174569888,0.0,0.0467629394849224,0.5,0.153725174569888,0.0,0.00849197245091556,0.153725174569888,0.0,0.0098481108591403,0.5,0.153725174569888,0.0,0.0118536134618656,0.153725174569888,0.0,0.015091568136148,0.153725174569888,0.0,0.312636125509087,0.153725174569888,0.0,0.145494177502528,0.153725174569888,0.0,0.0476328590429336,0.153725174569888,0.0,0.0254972864250211,0.153725174569888,0.0,0.0102430462537784,0.5,0.153725174569888,0.0,0.0147958658004732,0,0.169617442216937,0.962846583093556 -7533,0.5,0.153725174569888,0.0,0.0484752787643453,0.153725174569888,0.0,0.0428207060137357,0.153725174569888,0.0,0.00771649931474425,0.153725174569888,0.0,0.0166327266369104,0.153725174569888,0.0,0.0855236512370061,0.153725174569888,0.0,0.0649788628375129,0.153725174569888,0.0,0.0417883218312971,0.153725174569888,0.0,0.038778922366573,0.5,0.153725174569888,0.0,0.00858377613477502,0.153725174569888,0.0,0.00914577246326891,0.5,0.153725174569888,0.0,0.0170507928865973,0.153725174569888,0.0,0.0152197286210149,0.153725174569888,0.0,0.267523396357111,0.153725174569888,0.0,0.122395576983366,0.153725174569888,0.0,0.0337036102561894,0.153725174569888,0.0,0.0197430803366718,0.153725174569888,0.0,0.0152888853292639,0.5,0.153725174569888,0.0,0.0238609198904446,0,0.167882079050374,0.966678140993662 -7534,0.5,0.153725174569888,0.0,0.0418088651740026,0.153725174569888,0.0,0.0418086209785706,0.153725174569888,0.0,0.00861810865358824,0.153725174569888,0.0,0.0183891986874712,0.153725174569888,0.0,0.0674951513677954,0.153725174569888,0.0,0.0548627512677136,0.153725174569888,0.0,0.0354396533741797,0.153725174569888,0.0,0.0407666993938347,0.5,0.153725174569888,0.0,0.00706888533698037,0.153725174569888,0.0,0.00930103089874343,0.5,0.153725174569888,0.0,0.0162015854722081,0.153725174569888,0.0,0.0135370817029719,0.153725174569888,0.0,0.203316741456587,0.153725174569888,0.0,0.112987427755747,0.153725174569888,0.0,0.0231192399186832,0.153725174569888,0.0,0.0145558751968389,0.153725174569888,0.0,0.0194391753705512,0.5,0.153725174569888,0.0,0.0276732766780986,0,0.15476359048412,0.912780708726768 -7535,0.5,0.153725174569888,0.0,0.0342311153501723,0.153725174569888,0.0,0.0373508903337954,0.153725174569888,0.0,0.00963475657709573,0.153725174569888,0.0,0.0193748301353912,0.153725174569888,0.0,0.059687250059781,0.153725174569888,0.0,0.0533614868419559,0.153725174569888,0.0,0.0296218997311703,0.153725174569888,0.0,0.0457907422793014,0.5,0.153725174569888,0.0,0.007000250157877,0.153725174569888,0.0,0.0139132301265077,0.5,0.153725174569888,0.0,0.018592232481184,0.153725174569888,0.0,0.0147026068796037,0.153725174569888,0.0,0.123221167016165,0.153725174569888,0.0,0.0981618533315921,0.153725174569888,0.0,0.0169463999762582,0.153725174569888,0.0,0.0116026468540758,0.153725174569888,0.0,0.0206809327313645,0.5,0.153725174569888,0.0,0.0279432767773575,0,0.145358142419147,0.83628733088351 -7536,0.5,0.153725174569888,0.0,0.0267766703950385,0.153725174569888,0.0,0.0359350257710758,0.153725174569888,0.0,0.00715618441819834,0.153725174569888,0.0,0.0198753378408391,0.153725174569888,0.0,0.0544330301133206,0.153725174569888,0.0,0.0544260187990485,0.153725174569888,0.0,0.0281861540319465,0.153725174569888,0.0,0.0484208589454914,0.5,0.153725174569888,0.0,0.00837227610740429,0.153725174569888,0.0,0.00952073823339076,0.5,0.153725174569888,0.0,0.0225658968569239,0.153725174569888,0.0,0.0148668799274639,0.153725174569888,0.0,0.0998258589089034,0.153725174569888,0.0,0.0892939671269729,0.153725174569888,0.0,0.0145078116412642,0.153725174569888,0.0,0.0107171825297495,0.153725174569888,0.0,0.0212455979874144,0.5,0.153725174569888,0.0,0.0325489196407115,0,0.111516574649992,0.719689063168004 -7537,0.5,0.153725174569888,0.0,0.018790439056627,0.153725174569888,0.0,0.031045932414403,0.153725174569888,0.0,0.00441015865932476,0.153725174569888,0.0,0.0188035241514286,0.153725174569888,0.0,0.0481810409889635,0.153725174569888,0.0,0.0511070027792379,0.153725174569888,0.0,0.0323204069410739,0.153725174569888,0.0,0.0427160944806185,0.5,0.153725174569888,0.0,0.00921080373605059,0.153725174569888,0.0,0.0108886443153047,0.5,0.153725174569888,0.0,0.0218372389055934,0.153725174569888,0.0,0.0169813037877646,0.153725174569888,0.0,0.091675168606693,0.153725174569888,0.0,0.0817544758345464,0.153725174569888,0.0,0.0158726325653678,0.153725174569888,0.0,0.00941714308020256,0.153725174569888,0.0,0.0167616429552165,0.5,0.153725174569888,0.0,0.0295052300128241,0,0.085174628925869,0.620975569372458 -7538,0.5,0.153725174569888,0.0,0.0126851359597661,0.153725174569888,0.0,0.0244289907097502,0.153725174569888,0.0,0.00313548512375222,0.153725174569888,0.0,0.0163782163632298,0.153725174569888,0.0,0.049977052557349,0.153725174569888,0.0,0.0541508288580164,0.153725174569888,0.0,0.0404180940942922,0.153725174569888,0.0,0.0486287686680475,0.5,0.153725174569888,0.0,0.00964288695908938,0.153725174569888,0.0,0.0141438252826479,0.5,0.153725174569888,0.0,0.0152058045857476,0.153725174569888,0.0,0.0162697677197128,0.153725174569888,0.0,0.0751434980850862,0.153725174569888,0.0,0.0668542486559291,0.153725174569888,0.0,0.0202738678061323,0.153725174569888,0.0,0.0124480521992154,0.153725174569888,0.0,0.0174330158295674,0.5,0.153725174569888,0.0,0.0217893504117623,0,0.0864076398006031,0.530303470781189 -7539,0.5,0.153725174569888,0.0,0.00769680890947265,0.153725174569888,0.0,0.0328982199077646,0.153725174569888,0.0,0.00261223746539236,0.153725174569888,0.0,0.0154310235186498,0.153725174569888,0.0,0.0574566348850707,0.153725174569888,0.0,0.0639311784980193,0.153725174569888,0.0,0.0473445307372757,0.153725174569888,0.0,0.0514023586585969,0.5,0.153725174569888,0.0,0.0113921413199548,0.153725174569888,0.0,0.0124771406562214,0.5,0.153725174569888,0.0,0.0179260647114299,0.153725174569888,0.0,0.0156561125572291,0.153725174569888,0.0,0.0608486063256718,0.153725174569888,0.0,0.0648956934873698,0.153725174569888,0.0,0.0225349758192896,0.153725174569888,0.0,0.0171712534175733,0.153725174569888,0.0,0.0194259646676354,0.5,0.153725174569888,0.0,0.0187280640317703,0,0.0849626403531128,0.604428461449228 -7540,0.5,0.153725174569888,0.0,0.00599323778063659,0.153725174569888,0.0,0.043958871816957,0.153725174569888,0.0,0.00335859217661791,0.153725174569888,0.0,0.0163683094639089,0.153725174569888,0.0,0.0618679613471528,0.153725174569888,0.0,0.072781000389068,0.153725174569888,0.0,0.0480159204059217,0.153725174569888,0.0,0.062557955616562,0.5,0.153725174569888,0.0,0.013956171304153,0.153725174569888,0.0,0.0123466350852957,0.5,0.153725174569888,0.0,0.0151139532996556,0.153725174569888,0.0,0.015935696710374,0.153725174569888,0.0,0.0535231012722835,0.153725174569888,0.0,0.063745506763731,0.153725174569888,0.0,0.023144006980346,0.153725174569888,0.0,0.0156546515167159,0.153725174569888,0.0,0.0169817678237766,0.5,0.153725174569888,0.0,0.0150226978968434,0,0.0674734571054744,0.643769938494097 -7541,0.5,0.153725174569888,0.0,0.0083079252252947,0.153725174569888,0.0,0.0365492748239341,0.153725174569888,0.0,0.00718997172811179,0.153725174569888,0.0,0.019898755726475,0.153725174569888,0.0,0.0668147165513748,0.153725174569888,0.0,0.0777640166369435,0.153725174569888,0.0,0.0489468029337324,0.153725174569888,0.0,0.0648698755548396,0.5,0.153725174569888,0.0,0.0155687981202604,0.153725174569888,0.0,0.0121872084540619,0.5,0.153725174569888,0.0,0.0106543886174519,0.153725174569888,0.0,0.0148947829443135,0.153725174569888,0.0,0.0489783410192013,0.153725174569888,0.0,0.0637384480161128,0.153725174569888,0.0,0.0259282399249725,0.153725174569888,0.0,0.0164532826970583,0.153725174569888,0.0,0.0172159375636602,0.5,0.153725174569888,0.0,0.0133767838515001,0,0.0255733165908333,0.541750924479873 -7542,0.5,0.153725174569888,0.0,0.0146837824676108,0.153725174569888,0.0,0.0334184508971972,0.153725174569888,0.0,0.0109511655459106,0.153725174569888,0.0,0.025746272300689,0.153725174569888,0.0,0.0643497749720949,0.153725174569888,0.0,0.0795028039385315,0.153725174569888,0.0,0.0532293049883821,0.153725174569888,0.0,0.0731328785036981,0.5,0.153725174569888,0.0,0.0195038466442977,0.153725174569888,0.0,0.0135908860417103,0.5,0.153725174569888,0.0,0.00761963851127658,0.153725174569888,0.0,0.0114154015255739,0.153725174569888,0.0,0.0422740683001715,0.153725174569888,0.0,0.0755563683690471,0.153725174569888,0.0,0.0303607120779732,0.153725174569888,0.0,0.0174765388711456,0.153725174569888,0.0,0.0171544052515186,0.5,0.153725174569888,0.0,0.0126737448885784,0,0.00728360205271633,0.429579767482939 -7543,0.5,0.153725174569888,0.0,0.0223326058664111,0.153725174569888,0.0,0.029275530110141,0.153725174569888,0.0,0.0114257959463228,0.153725174569888,0.0,0.0326434975333904,0.153725174569888,0.0,0.0665902095142588,0.153725174569888,0.0,0.0956197751357476,0.153725174569888,0.0,0.0636656523540062,0.153725174569888,0.0,0.0671486719291259,0.5,0.153725174569888,0.0,0.0276609679834958,0.153725174569888,0.0,0.0154163737208961,0.5,0.153725174569888,0.0,0.00722901010338245,0.153725174569888,0.0,0.0130641554767539,0.153725174569888,0.0,0.0463353353858223,0.153725174569888,0.0,0.0847396203666746,0.153725174569888,0.0,0.0381177379321972,0.153725174569888,0.0,0.0170481338656205,0.153725174569888,0.0,0.0178767448382508,0.5,0.153725174569888,0.0,0.0145337933132156,0,0.0108259252256384,0.488982159703777 -7544,0.5,0.153725174569888,4.85096827330208e-07,0.0284823436840216,0.153725174569888,0.0,0.0381394567425084,0.153725174569888,0.0,0.0103158711196209,0.153725174569888,0.000437745629455068,0.0477675506320966,0.153725174569888,0.0,0.0777359874164055,0.153725174569888,0.0,0.0943841926205302,0.153725174569888,0.0,0.073069208120818,0.153725174569888,0.0,0.0728944561241623,0.5,0.153725174569888,0.0,0.0317007706545216,0.153725174569888,5.07122555632473e-05,0.0172280531562322,0.5,0.153725174569888,0.0,0.0085307410579133,0.153725174569888,0.0,0.0140388991911653,0.153725174569888,0.0,0.0552293853323505,0.153725174569888,0.0,0.0926135933852545,0.153725174569888,0.0,0.0478441358354321,0.153725174569888,0.0,0.016495491083615,0.153725174569888,0.000131095866271365,0.0207542507665115,0.5,0.153725174569888,0.00235458626022005,0.0206659705997369,0,0.0232137796110453,0.652545935969697 -7545,0.5,0.153725174569888,0.0709435977240992,0.0333306200620297,0.153725174569888,0.0529445786782026,0.0499913125833964,0.153725174569888,0.0750342617027848,0.0101519119589119,0.153725174569888,0.0962844620085719,0.0556475265299796,0.153725174569888,0.0240208812788901,0.0824319403035326,0.153725174569888,0.0199498966071133,0.0858005222461102,0.153725174569888,0.0248272061239882,0.0681514959151839,0.153725174569888,0.0153532681917494,0.0715917511566162,0.5,0.153725174569888,0.0288253496467879,0.0243253572684685,0.153725174569888,0.0641516243971237,0.013506909980762,0.5,0.153725174569888,0.0509077169974659,0.00911356234106582,0.153725174569888,0.0610224954971549,0.0119383907289609,0.153725174569888,0.0456525482832264,0.0675570718553634,0.153725174569888,0.0361529392321057,0.103676966178848,0.153725174569888,0.0415025299006749,0.0517545985431732,0.153725174569888,0.0291293924179962,0.0166975667977849,0.153725174569888,0.0828313929733256,0.0216475574593582,0.5,0.153725174569888,0.096747395937467,0.0276303069413287,0,0.0379775928852937,0.622499327668144 -7546,0.5,0.153725174569888,0.19617740981416,0.03871893671735,0.153725174569888,0.13059954002777,0.0630573854391724,0.153725174569888,0.192098678489953,0.00974769249322037,0.153725174569888,0.224098486217311,0.0682892189329225,0.153725174569888,0.121186859047749,0.0927821732371407,0.153725174569888,0.0909279488770108,0.0791042202537053,0.153725174569888,0.0922246869211217,0.0702297442132667,0.153725174569888,0.0685666816068629,0.0643399772626141,0.5,0.153725174569888,0.108831862766203,0.0220513393553064,0.153725174569888,0.150345544839764,0.0116708865554027,0.5,0.153725174569888,0.171330890697788,0.0130481879024839,0.153725174569888,0.164638493887703,0.0149294552316374,0.153725174569888,0.203994886695439,0.0843429967726792,0.153725174569888,0.150500307232466,0.124345994382784,0.153725174569888,0.151529452920538,0.0575651434017726,0.153725174569888,0.091819689063791,0.0193446966519013,0.153725174569888,0.217974497144552,0.0245626398546943,0.5,0.153725174569888,0.209230113463136,0.0336301603839883,0,0.0573883778151829,0.514437965250152 -7547,0.5,0.153725174569888,0.290281455961261,0.0656032705842795,0.153725174569888,0.109241003298471,0.0910952510269209,0.153725174569888,0.276501404759941,0.0096933511300874,0.153725174569888,0.334182393047034,0.0966967298129297,0.153725174569888,0.21967220638643,0.0976090699961694,0.153725174569888,0.141427450134395,0.0756025670425051,0.153725174569888,0.122357174886625,0.0713814098747803,0.153725174569888,0.130093956069342,0.0689043570488927,0.5,0.153725174569888,0.178050653690841,0.0279681574858525,0.153725174569888,0.236009225471574,0.0141845878272197,0.5,0.153725174569888,0.279505340922565,0.0372737211563279,0.153725174569888,0.24524712547991,0.0180171308786934,0.153725174569888,0.318006382831183,0.0988909180623872,0.153725174569888,0.236106517184729,0.144451281510608,0.153725174569888,0.222677621463807,0.0775118762147191,0.153725174569888,0.151963902264525,0.0182343941078938,0.153725174569888,0.329517026056599,0.0415291454862802,0.5,0.153725174569888,0.323210309384045,0.0547329189135548,0,0.064550400578691,0.521027662431049 -7548,0.5,0.153725174569888,0.318140598619094,0.0838878650756202,0.153725174569888,0.217192193173859,0.137547710540001,0.153725174569888,0.337104528343279,0.0132134773443301,0.153725174569888,0.393439528431788,0.107847873121187,0.153725174569888,0.284111251251716,0.120401520017165,0.153725174569888,0.133462248287128,0.0914992987515706,0.153725174569888,0.0798376412891953,0.0653022798013954,0.153725174569888,0.165322668841129,0.0876306944970679,0.5,0.153725174569888,0.197603047337544,0.0324564934118997,0.153725174569888,0.274385278543519,0.0199224434423066,0.5,0.153725174569888,0.282509632275291,0.066590955532875,0.153725174569888,0.280373068755596,0.0254022150108449,0.153725174569888,0.345207035458786,0.1261217388704,0.153725174569888,0.297879203454831,0.181108895851616,0.153725174569888,0.202930636943024,0.092865063965267,0.153725174569888,0.204268862593533,0.0159666496873049,0.153725174569888,0.388327118619326,0.0624009834729055,0.5,0.153725174569888,0.392897220079687,0.0681488143704504,0,0.0768835739719646,0.620714579159813 -7549,0.5,0.153725174569888,0.285543783426533,0.0881538189499997,0.153725174569888,0.327337545892289,0.167449227282074,0.153725174569888,0.362027327499199,0.0170362414268167,0.153725174569888,0.387272994221565,0.100147125261922,0.153725174569888,0.211735669117613,0.141557543539078,0.153725174569888,0.104750390492563,0.107009501586075,0.153725174569888,0.0530555949367939,0.0603412994791293,0.153725174569888,0.132193869938227,0.0802590919612152,0.5,0.153725174569888,0.260438742539661,0.0322176045993343,0.153725174569888,0.261377724360354,0.0223380460601625,0.5,0.153725174569888,0.33184366795666,0.0670835897518132,0.153725174569888,0.305782169586654,0.0310944595987373,0.153725174569888,0.325465809328629,0.145069633919522,0.153725174569888,0.295947778019469,0.207956860857263,0.153725174569888,0.128937320258543,0.0861187857169851,0.153725174569888,0.260604530883082,0.0278284435979316,0.153725174569888,0.380003760406409,0.0816289828357389,0.5,0.153725174569888,0.358491773226246,0.0877582548609595,0,0.093940196771912,0.679127003580091 -7550,0.5,0.153725174569888,0.24202303497476,0.110046030498216,0.153725174569888,0.251065226032975,0.131528671137295,0.153725174569888,0.32642851005311,0.0196550767101409,0.153725174569888,0.333916634257173,0.105770690464126,0.153725174569888,0.0897569926003233,0.112431844993031,0.153725174569888,0.0507763322021218,0.0963124066097783,0.153725174569888,0.0614419602610362,0.0515854113820127,0.153725174569888,0.103988175752974,0.0737487705551568,0.5,0.153725174569888,0.300310308353382,0.039959216341811,0.153725174569888,0.261978573520641,0.0257641327978973,0.5,0.153725174569888,0.29923660838118,0.0771996370890566,0.153725174569888,0.308010296595101,0.0382780768855996,0.153725174569888,0.257967301650983,0.145320421832544,0.153725174569888,0.156460040940456,0.213003848999518,0.153725174569888,0.0838237005939191,0.0628775797319569,0.153725174569888,0.287913535394342,0.0277250349952223,0.153725174569888,0.327137366664873,0.0910442088958523,0.5,0.153725174569888,0.227104364813626,0.0950107435009759,0,0.115727041447478,0.730428411383267 -7551,0.5,0.153725174569888,0.156760984240877,0.0950357896384489,0.153725174569888,0.0602378183399899,0.117943220292625,0.153725174569888,0.226510206571345,0.0196664943554811,0.153725174569888,0.219917035142375,0.0942841550097352,0.153725174569888,0.0405708556606093,0.110240110326264,0.153725174569888,0.0277281083342647,0.103212709837647,0.153725174569888,0.0469693186130187,0.0478879545504764,0.153725174569888,0.12043114235241,0.0755066200383809,0.5,0.153725174569888,0.233279554989202,0.039171387266029,0.153725174569888,0.234200361343858,0.0331440538089818,0.5,0.153725174569888,0.265398564521635,0.097761138118974,0.153725174569888,0.264297668388466,0.0392367462279021,0.153725174569888,0.154703793713087,0.162328295220329,0.153725174569888,0.0694810617360301,0.199312679158226,0.153725174569888,0.0868427850427086,0.0554788699780052,0.153725174569888,0.199187505834946,0.0161918292602869,0.153725174569888,0.236623133842985,0.0824743459509531,0.5,0.153725174569888,0.162063109712349,0.0994895441046689,0,0.15413651008724,0.802829701986852 -7552,0.5,0.153725174569888,0.0118131168820949,0.0954403100623091,0.153725174569888,0.00831682993769089,0.0960493953587897,0.153725174569888,0.0804276642876944,0.028692396475133,0.153725174569888,0.0291432580485485,0.0945054625643701,0.153725174569888,0.0114711541498363,0.12973333745117,0.153725174569888,0.00904624480866525,0.137154869544137,0.153725174569888,0.0150291804869105,0.0449570690021294,0.153725174569888,0.0739952475415191,0.079191713221313,0.5,0.153725174569888,0.107448364990009,0.0248988892622973,0.153725174569888,0.119262023794518,0.0488684385523158,0.5,0.153725174569888,0.123715009313897,0.0658415442598013,0.153725174569888,0.136717186520162,0.0430068769902767,0.153725174569888,0.0404465039972325,0.183808085806134,0.153725174569888,0.014473641043616,0.213959362734136,0.153725174569888,0.0453403841644586,0.0498505260514466,0.153725174569888,0.0742648811704645,0.0160192617747569,0.153725174569888,0.0970950291806735,0.0736251448565882,0.5,0.153725174569888,0.0675099163135265,0.0917647187233107,0,0.211613862305192,0.814541614739608 -7553,0.5,0.153725174569888,0.0,0.110154017175484,0.153725174569888,0.0,0.0794093322136851,0.153725174569888,0.0,0.0383759512963531,0.153725174569888,0.0,0.105041328526411,0.153725174569888,0.0,0.130896916085157,0.153725174569888,0.000198423672099143,0.143664225926569,0.153725174569888,2.95214616157874e-05,0.0423276487289225,0.153725174569888,0.0,0.0892546326492322,0.5,0.153725174569888,0.0,0.020864093823892,0.153725174569888,0.0,0.0640359991251215,0.5,0.153725174569888,0.0,0.0403600411616369,0.153725174569888,0.0,0.0552466458262676,0.153725174569888,0.0,0.186148932181262,0.153725174569888,0.0,0.225040157032245,0.153725174569888,0.0,0.0570354849414412,0.153725174569888,0.0,0.0224233889077595,0.153725174569888,0.0,0.0723667663612633,0.5,0.153725174569888,0.0,0.114135837404213,0,0.241166943843276,0.826292257578718 -7554,0.5,0.153725174569888,0.0,0.126794439275753,0.153725174569888,0.0,0.0717654964073602,0.153725174569888,0.0,0.0360396157228603,0.153725174569888,0.0,0.106069390388178,0.153725174569888,0.0,0.114375206749002,0.153725174569888,0.0,0.124391020240198,0.153725174569888,0.0,0.0434750674175888,0.153725174569888,0.0,0.100112111215171,0.5,0.153725174569888,0.0,0.0151621523050434,0.153725174569888,0.0,0.0476783298213456,0.5,0.153725174569888,0.0,0.018171767260099,0.153725174569888,0.0,0.0818081741121273,0.153725174569888,0.0,0.184841457384721,0.153725174569888,0.0,0.230079231612851,0.153725174569888,0.0,0.0722942192706793,0.153725174569888,0.0,0.0231330452830087,0.153725174569888,0.0,0.0729372191891841,0.5,0.153725174569888,0.0,0.116058163281407,0,0.246221979832081,0.894609934276297 -7555,0.5,0.153725174569888,0.0,0.152915101875068,0.153725174569888,0.0,0.102059335037666,0.153725174569888,0.0,0.0328393865785021,0.153725174569888,0.0,0.111730451721433,0.153725174569888,0.0,0.112059468317886,0.153725174569888,0.0,0.111561042393125,0.153725174569888,0.0,0.0495814504688864,0.153725174569888,0.0,0.100763216158204,0.5,0.153725174569888,0.0,0.00690153952433171,0.153725174569888,0.0,0.0384187354434304,0.5,0.153725174569888,0.0,0.0121055402491867,0.153725174569888,0.0,0.0650070378156912,0.153725174569888,0.0,0.201354423395952,0.153725174569888,0.0,0.244431650595506,0.153725174569888,0.0,0.0916753095113515,0.153725174569888,0.0,0.0246538526085719,0.153725174569888,0.0,0.0709257696560009,0.5,0.153725174569888,0.0,0.0901449616980914,0,0.304518817198166,0.921875071335661 -7556,0.5,0.153725174569888,0.0,0.170341892433356,0.153725174569888,0.0,0.121584928835247,0.153725174569888,0.0,0.0324548136863269,0.153725174569888,0.0,0.109376140680901,0.153725174569888,0.0,0.127929580788091,0.153725174569888,0.0,0.111055013383732,0.153725174569888,0.0,0.0464784509787633,0.153725174569888,0.0,0.104453381724827,0.5,0.153725174569888,0.0,0.00637160096887515,0.153725174569888,0.0,0.0345803981460663,0.5,0.153725174569888,0.0,0.00805407741523962,0.153725174569888,0.0,0.0518426780346959,0.153725174569888,0.0,0.232773099810746,0.153725174569888,0.0,0.273240482478546,0.153725174569888,0.0,0.108373390788563,0.153725174569888,0.0,0.024494684516195,0.153725174569888,0.0,0.0631786495409163,0.5,0.153725174569888,0.0,0.0817154010745963,0,0.39144216088427,0.92922462418601 -7557,0.5,0.153725174569888,0.0,0.172034119522548,0.153725174569888,0.0,0.134848286959098,0.153725174569888,0.0,0.0295217230446514,0.153725174569888,0.0,0.0966713650599361,0.153725174569888,0.0,0.122675050019226,0.153725174569888,0.0,0.127428032643892,0.153725174569888,0.0,0.0362562355364793,0.153725174569888,0.0,0.095151948750161,0.5,0.153725174569888,0.0,0.0107564125024476,0.153725174569888,0.0,0.0405040630048743,0.5,0.153725174569888,0.0,0.00734873628319677,0.153725174569888,0.0,0.0366179802519001,0.153725174569888,0.0,0.274562467144,0.153725174569888,0.0,0.277298620931429,0.153725174569888,0.0,0.114950401624139,0.153725174569888,0.0,0.020384140344743,0.153725174569888,0.0,0.0550215585189266,0.5,0.153725174569888,0.0,0.0578075235862736,0,0.430558026484912,0.932189677596666 -7558,0.5,0.153725174569888,0.0,0.172897107996097,0.153725174569888,0.0,0.170360582496714,0.153725174569888,0.0,0.0253273398011167,0.153725174569888,0.0,0.0899806283580119,0.153725174569888,0.0,0.0960212485865567,0.153725174569888,0.0,0.135137536255922,0.153725174569888,0.0,0.0336696884063253,0.153725174569888,0.0,0.0807649470039369,0.5,0.153725174569888,0.0,0.0092136002771638,0.153725174569888,0.0,0.0566010040677215,0.5,0.153725174569888,0.0,0.00458648602885121,0.153725174569888,0.0,0.0192982933397563,0.153725174569888,0.0,0.298511558725917,0.153725174569888,0.0,0.242334348562212,0.153725174569888,0.0,0.114517588182458,0.153725174569888,0.0,0.0142895043705437,0.153725174569888,0.0,0.0535803147189981,0.5,0.153725174569888,0.0,0.0457628917560725,0,0.475534096628376,0.936572325304867 -7559,0.5,0.153725174569888,0.0,0.188320447567804,0.153725174569888,0.0,0.199872568838086,0.153725174569888,0.0,0.0236022748157974,0.153725174569888,0.0,0.08855869986377,0.153725174569888,0.0,0.0869861022785593,0.153725174569888,0.0,0.129623967951159,0.153725174569888,0.0,0.0391004612414816,0.153725174569888,0.0,0.0688052500397998,0.5,0.153725174569888,0.0,0.00522749175040472,0.153725174569888,0.0,0.0615105676045814,0.5,0.153725174569888,0.0,0.000861969132793059,0.153725174569888,0.0,0.00731307133366481,0.153725174569888,0.0,0.319192739446167,0.153725174569888,0.0,0.199030695493176,0.153725174569888,0.0,0.106131772567398,0.153725174569888,0.0,0.00998061694409539,0.153725174569888,0.0,0.0431096877718052,0.5,0.153725174569888,0.0,0.0439666783872269,0,0.515342868855498,0.951366336430212 -7560,0.5,0.153725174569888,0.0,0.205988214390122,0.153725174569888,0.0,0.221200300193587,0.153725174569888,0.0,0.0221651336777118,0.153725174569888,0.0,0.085727942981729,0.153725174569888,0.0,0.103146646220149,0.153725174569888,0.0,0.109131892962241,0.153725174569888,0.0,0.046132796977668,0.153725174569888,0.0,0.0674703074847062,0.5,0.153725174569888,0.0,0.0144224520788388,0.153725174569888,0.0,0.0607844524762301,0.5,0.153725174569888,0.0,0.000162952729931877,0.153725174569888,0.0,0.0140482611467653,0.153725174569888,0.0,0.343302175007228,0.153725174569888,0.0,0.178321285821826,0.153725174569888,0.0,0.100167201202286,0.153725174569888,0.0,0.00708407070635733,0.153725174569888,0.0,0.0360487702739119,0.5,0.153725174569888,0.0,0.0430180314968267,0,0.518252650188986,0.939662059770865 -7561,0.5,0.153725174569888,0.0,0.221869022330896,0.153725174569888,0.0,0.253388961619878,0.153725174569888,0.0,0.0179316767236836,0.153725174569888,0.0,0.0822114074797639,0.153725174569888,0.0,0.0946490996482787,0.153725174569888,0.0,0.0948174129709251,0.153725174569888,0.0,0.0453469726888146,0.153725174569888,0.0,0.06541749429315,0.5,0.153725174569888,0.0,0.0321334990220701,0.153725174569888,0.0,0.0362373757076443,0.5,0.153725174569888,0.0,0.000859768351650896,0.153725174569888,0.0,0.00718078652034449,0.153725174569888,0.0,0.36584908623877,0.153725174569888,0.0,0.199284375070429,0.153725174569888,0.0,0.0922403003108281,0.153725174569888,0.0,0.00825780542474005,0.153725174569888,0.0,0.0273673237013826,0.5,0.153725174569888,0.0,0.0336116038194135,0,0.544231522024084,0.940993760623177 -7562,0.5,0.153725174569888,0.0,0.224111652052564,0.153725174569888,0.0,0.257402538310893,0.153725174569888,0.0,0.0123170220367889,0.153725174569888,0.0,0.0789802230482009,0.153725174569888,0.0,0.0706271279269753,0.153725174569888,0.0,0.091293934307048,0.153725174569888,0.0,0.0471615819031499,0.153725174569888,0.0,0.0765250173588496,0.5,0.153725174569888,0.0,0.0275539071351605,0.153725174569888,0.0,0.0260437975170684,0.5,0.153725174569888,0.0,0.000198502706011402,0.153725174569888,0.0,0.00310507101384177,0.153725174569888,0.0,0.394976281394788,0.153725174569888,0.0,0.220737080106281,0.153725174569888,0.0,0.0860254799559339,0.153725174569888,0.0,0.0118216758398092,0.153725174569888,0.0,0.0153334353933325,0.5,0.153725174569888,0.0,0.0230066370879055,0,0.581871146664147,0.952833146197187 -7563,0.5,0.153725174569888,0.0,0.244812583300436,0.153725174569888,0.0,0.245827864161749,0.153725174569888,0.0,0.00953709216364866,0.153725174569888,0.0,0.0811184248701414,0.153725174569888,0.0,0.056380267008611,0.153725174569888,0.0,0.12109793227063,0.153725174569888,0.0,0.0529250213849568,0.153725174569888,0.0,0.0736645636448084,0.5,0.153725174569888,0.0,0.0221277849125072,0.153725174569888,0.0,0.0141809818714856,0.5,0.153725174569888,0.0,0.00103417011126826,0.153725174569888,0.0,0.00602300004531624,0.153725174569888,0.0,0.448784395198252,0.153725174569888,0.0,0.217853962855171,0.153725174569888,0.0,0.075802418544515,0.153725174569888,0.0,0.0128404784544356,0.153725174569888,0.0,0.00801646033848505,0.5,0.153725174569888,0.0,0.0144663098474007,0,0.645915172585006,0.987821661156379 -7564,0.5,0.153725174569888,0.0,0.285101385180852,0.153725174569888,0.0,0.227575940279235,0.153725174569888,0.0,0.00852134372818719,0.153725174569888,0.0,0.0830949709656084,0.153725174569888,0.0,0.050219747379441,0.153725174569888,0.0,0.086512826350164,0.153725174569888,0.0,0.0448870881676978,0.153725174569888,0.0,0.0674774721590025,0.5,0.153725174569888,0.0,0.0222494897194591,0.153725174569888,0.0,0.00468575742426507,0.5,0.153725174569888,0.0,0.003247051898025,0.153725174569888,0.0,0.00698970979073176,0.153725174569888,0.0,0.467507389560695,0.153725174569888,0.0,0.19714411006828,0.153725174569888,0.0,0.0633291675122277,0.153725174569888,0.0,0.00994791143259105,0.153725174569888,0.0,0.00715682745561256,0.5,0.153725174569888,0.0,0.0100099084704151,0,0.706556328348071,0.988931568275776 -7565,0.5,0.153725174569888,0.0,0.295266014617188,0.153725174569888,0.0,0.268497835011563,0.153725174569888,0.0,0.00711580869312416,0.153725174569888,0.0,0.076318122794902,0.153725174569888,0.0,0.0414310031987727,0.153725174569888,0.0,0.090087999522025,0.153725174569888,0.0,0.0397189099926349,0.153725174569888,0.0,0.0626605424121481,0.5,0.153725174569888,0.0,0.0198901956617743,0.153725174569888,0.0,0.00269186140406428,0.5,0.153725174569888,0.0,0.00207000739456223,0.153725174569888,0.0,0.00827198680140295,0.153725174569888,0.0,0.476583988391842,0.153725174569888,0.0,0.177006619454235,0.153725174569888,0.0,0.059876508584718,0.153725174569888,0.0,0.00907489521934819,0.153725174569888,0.0,0.00934027091656999,0.5,0.153725174569888,0.0,0.007534409551498,0,0.713681736867571,0.972792576818924 -7566,0.5,0.153725174569888,0.0,0.273048106575227,0.153725174569888,0.0,0.30406149620091,0.153725174569888,0.0,0.00553405720736309,0.153725174569888,0.0,0.0714615233430564,0.153725174569888,0.0,0.036439417336669,0.153725174569888,0.0,0.0919317500871225,0.153725174569888,0.0,0.0332567184489107,0.153725174569888,0.0,0.0576292808291579,0.5,0.153725174569888,0.0,0.0176855042662032,0.153725174569888,0.0,0.00097395907803945,0.5,0.153725174569888,0.0,0.00245786868273561,0.153725174569888,0.0,0.00894485987110148,0.153725174569888,0.0,0.58158730622148,0.153725174569888,0.0,0.156437199089172,0.153725174569888,0.0,0.0649418561326392,0.153725174569888,0.0,0.00584616623830344,0.153725174569888,0.0,0.00960672690331417,0.5,0.153725174569888,0.0,0.00617018340024461,0,0.778185734672287,0.919939006968745 -7567,0.5,0.153725174569888,0.0,0.231973509756506,0.153725174569888,0.0,0.389147707100603,0.153725174569888,0.0,0.00377819624530342,0.153725174569888,0.0,0.0595239713183881,0.153725174569888,0.0,0.0342106054059212,0.153725174569888,0.0,0.0869578635844507,0.153725174569888,0.0,0.0250329987979328,0.153725174569888,0.0,0.0489677061064856,0.5,0.153725174569888,0.0,0.0154800011921371,0.153725174569888,0.0,0.000570871514123311,0.5,0.153725174569888,0.0,0.00212471669287009,0.153725174569888,0.0,0.0066532505874127,0.153725174569888,0.0,0.650066031093462,0.153725174569888,0.0,0.154726254987838,0.153725174569888,0.0,0.0721992105550859,0.153725174569888,0.0,0.00457797360174139,0.153725174569888,0.0,0.00825993111033708,0.5,0.153725174569888,0.0,0.00473303983403508,0,0.794743903327243,0.861966596264902 -7568,0.5,0.153725174569888,0.0,0.191333233539735,0.153725174569888,0.0,0.384082691386946,0.153725174569888,0.0,0.00314315172289762,0.153725174569888,2.55598120045454e-05,0.0539683223258378,0.153725174569888,0.0,0.0260420136883948,0.153725174569888,0.0,0.0714074529661306,0.153725174569888,0.0,0.020565888229961,0.153725174569888,0.0,0.0410220475360971,0.5,0.153725174569888,0.0,0.0120521611203868,0.153725174569888,0.0,0.00130949037314741,0.5,0.153725174569888,0.0,0.00225676814569414,0.153725174569888,0.0,0.00607803608324922,0.153725174569888,0.0,0.626446777042179,0.153725174569888,0.0,0.163332114917789,0.153725174569888,0.0,0.0737998595817319,0.153725174569888,0.0,0.00333858635249164,0.153725174569888,3.02225068800154e-05,0.00752490366814454,0.5,0.153725174569888,0.00149191794954778,0.00403480655334925,0,0.751596849136007,0.822151888884945 -7569,0.5,0.153725174569888,0.0047197995643322,0.156432031528944,0.153725174569888,0.00307654457104657,0.323507988722871,0.153725174569888,0.0711371977316924,0.00213366866488138,0.153725174569888,0.0464048058775875,0.0559181393259379,0.153725174569888,0.0092936751239578,0.0190531887638817,0.153725174569888,0.00733656611017862,0.0473587724318382,0.153725174569888,0.0145957846460065,0.0113396795444916,0.153725174569888,0.0137175483743619,0.0257660746506811,0.5,0.153725174569888,0.0230823466196037,0.0053303552402035,0.153725174569888,0.0964722575780915,0.00294440399318787,0.5,0.153725174569888,0.0482590353543378,0.002105583992049,0.153725174569888,0.0640988539210233,0.00249399593582757,0.153725174569888,0.00263140640296822,0.574978977149525,0.153725174569888,0.00961637059404318,0.166258105934008,0.153725174569888,0.0360319605617968,0.0648222627687166,0.153725174569888,0.0518774199911244,0.00176211980719903,0.153725174569888,0.0761217801509206,0.00624049914102762,0.5,0.153725174569888,0.0857969735399634,0.0048366275312948,0,0.752119097691385,0.778527236298477 -7570,0.5,0.153725174569888,0.0184206769807096,0.143305076807528,0.153725174569888,0.0168496890782773,0.258130266240772,0.153725174569888,0.192979816643499,0.00130295162813369,0.153725174569888,0.125505325317644,0.0681159113596157,0.153725174569888,0.0574013794445684,0.0128027847060275,0.153725174569888,0.0594148877469147,0.0340181469597532,0.153725174569888,0.0626615918336578,0.00591148533483136,0.153725174569888,0.0663231380955143,0.0193896879237239,0.5,0.153725174569888,0.0760668447539025,0.00472384342619712,0.153725174569888,0.243789786065312,0.00185154025398681,0.5,0.153725174569888,0.13596081228798,0.00118716776736556,0.153725174569888,0.181888443220714,0.00116663449107521,0.153725174569888,0.0191869305895238,0.515680200904214,0.153725174569888,0.0394920438511916,0.157053521776425,0.153725174569888,0.136977631543985,0.0563456603506671,0.153725174569888,0.176102813515892,0.000709884515998177,0.153725174569888,0.185007664618489,0.00559766135657718,0.5,0.153725174569888,0.204873694641755,0.00662033120098368,0,0.657039743458318,0.744728353822745 -7571,0.5,0.153725174569888,0.0362094534256054,0.148497770136913,0.153725174569888,0.0328419144791326,0.199462301723588,0.153725174569888,0.294464681851932,0.00109557668896327,0.153725174569888,0.203907792153739,0.0958071309900579,0.153725174569888,0.131234361323454,0.00980835710317248,0.153725174569888,0.124011569225224,0.0283723962013979,0.153725174569888,0.146174501226605,0.00256612881483047,0.153725174569888,0.079767466166529,0.0170855000832868,0.5,0.153725174569888,0.101472182583551,0.00586835802226136,0.153725174569888,0.370623108431227,0.00108211387530095,0.5,0.153725174569888,0.235290508973253,0.001852917342028,0.153725174569888,0.292048687530216,0.00196396408911974,0.153725174569888,0.0373835482888788,0.436258030839497,0.153725174569888,0.0977153777583965,0.136260105579732,0.153725174569888,0.22951971634266,0.050981818217219,0.153725174569888,0.279310579864873,9.07122454716496e-05,0.153725174569888,0.276642074045987,0.0059947945585205,0.5,0.153725174569888,0.324142012292078,0.012010553886114,0,0.574200473604995,0.655386174786879 -7572,0.5,0.153725174569888,0.0516116743485309,0.158463012553519,0.153725174569888,0.0483570456164824,0.157188213680191,0.153725174569888,0.35861822920048,0.000926312967587846,0.153725174569888,0.268195192105221,0.116455008446006,0.153725174569888,0.208020529936771,0.00893950231193099,0.153725174569888,0.132235286193377,0.0338717089382782,0.153725174569888,0.205495342767892,0.00132413774225516,0.153725174569888,0.0694902939148774,0.0180079319580799,0.5,0.153725174569888,0.109551311703283,0.00648298501316454,0.153725174569888,0.433360199647869,0.000560875124359032,0.5,0.153725174569888,0.294379038054865,0.00219067798304976,0.153725174569888,0.357552071084766,0.00426318973793706,0.153725174569888,0.0504780655549677,0.354709429048346,0.153725174569888,0.1494562708261,0.109165829933766,0.153725174569888,0.269351143862696,0.0436781133356707,0.153725174569888,0.325302878745796,0.0001551743158686,0.153725174569888,0.341598971833154,0.00581476967265837,0.5,0.153725174569888,0.397866745779755,0.0200762382125022,0,0.510197965574761,0.531410842197673 -7573,0.5,0.153725174569888,0.0539650675638718,0.135403361931338,0.153725174569888,0.059532178474236,0.120629980218059,0.153725174569888,0.363392329633823,0.000809700544032186,0.153725174569888,0.284566626948534,0.11413720900274,0.153725174569888,0.262827019684912,0.0101695280109058,0.153725174569888,0.112362332562392,0.0440943748449851,0.153725174569888,0.217761597548701,0.00161541725155121,0.153725174569888,0.0659264585727162,0.0146395034406552,0.5,0.153725174569888,0.0989660115484915,0.00652299112767953,0.153725174569888,0.424823868386767,0.0045154777218936,0.5,0.153725174569888,0.296922643929548,0.00709069595397187,0.153725174569888,0.389528882081205,0.00885771324250686,0.153725174569888,0.0571623443682951,0.277663617718819,0.153725174569888,0.174320983388012,0.0819042056218253,0.153725174569888,0.276390591226472,0.0328892588691378,0.153725174569888,0.318628588740004,0.00126940223925533,0.153725174569888,0.333198217449207,0.00294351096810162,0.5,0.153725174569888,0.403176861930179,0.0170596406480203,0,0.519417635347747,0.440516926373743 -7574,0.5,0.153725174569888,0.0468894175473942,0.112565691870812,0.153725174569888,0.051066971673892,0.0776584360421602,0.153725174569888,0.293890786494741,0.000601661219798379,0.153725174569888,0.240061788880544,0.092817367705389,0.153725174569888,0.263347247974577,0.00861677023466626,0.153725174569888,0.106317811059329,0.0517201086774916,0.153725174569888,0.175013910976333,0.00185233927463154,0.153725174569888,0.0557579287158176,0.00991264281973563,0.5,0.153725174569888,0.078482021925718,0.00685146090964447,0.153725174569888,0.38484932800212,0.00981524248091258,0.5,0.153725174569888,0.295025010060714,0.0154094497532268,0.153725174569888,0.354362058162531,0.0179689397912794,0.153725174569888,0.0507109550809248,0.205239632006557,0.153725174569888,0.197441010128767,0.0618411454630145,0.153725174569888,0.236332879022958,0.0227582534665642,0.153725174569888,0.26854511042316,0.00142053073935096,0.153725174569888,0.266825257508462,0.00303626505786985,0.5,0.153725174569888,0.35990330321938,0.0128403483811733,0,0.455681036582531,0.398517570787888 -7575,0.5,0.153725174569888,0.0354791697310293,0.0872759601702066,0.153725174569888,0.0290835391437211,0.0466730780683737,0.153725174569888,0.174605650201445,0.00040444355204047,0.153725174569888,0.144052657805173,0.048075985940354,0.153725174569888,0.192252863005434,0.00682140472163124,0.153725174569888,0.069527742207639,0.0414543161957875,0.153725174569888,0.127011166234887,0.00173010502256465,0.153725174569888,0.0428946693991941,0.00975843873250425,0.5,0.153725174569888,0.0560793754176395,0.0076091939127037,0.153725174569888,0.26503200046373,0.0100695021920295,0.5,0.153725174569888,0.255367949053124,0.015929970471453,0.153725174569888,0.259033100125913,0.0252822441848081,0.153725174569888,0.0272562178089305,0.143000636693029,0.153725174569888,0.175409607581913,0.0464414163629202,0.153725174569888,0.152316128510033,0.0120954015983301,0.153725174569888,0.190483406938129,0.000957251783597956,0.153725174569888,0.19045444359299,0.00313336074031259,0.5,0.153725174569888,0.26770888339035,0.00804787309407813,0,0.389835644754084,0.387022455069444 -7576,0.5,0.153725174569888,0.00558212291693214,0.0647005902214924,0.153725174569888,0.00637901808946261,0.0198270947148896,0.153725174569888,0.0644582783017225,0.00090146621567094,0.153725174569888,0.0220800480469419,0.022559273225178,0.153725174569888,0.0934068383139313,0.00646436352840139,0.153725174569888,0.0272086206799259,0.0301412458796328,0.153725174569888,0.0809965385786208,0.00244218844071267,0.153725174569888,0.0203339491203503,0.0105582993369751,0.5,0.153725174569888,0.0315975510644659,0.00944292210306307,0.153725174569888,0.113591809547572,0.00394654223001636,0.5,0.153725174569888,0.118092095865146,0.00821018888504036,0.153725174569888,0.124213047427801,0.0153806892237048,0.153725174569888,0.0049152807284906,0.0880517605487662,0.153725174569888,0.0780704395467245,0.0361714196714206,0.153725174569888,0.0563268541441187,0.00522165846418654,0.153725174569888,0.0937477105637928,0.00240416420962541,0.153725174569888,0.078022964081721,0.00243044206234164,0.5,0.153725174569888,0.0883508785312765,0.00601271120604228,0,0.339741421284342,0.397757562187847 -7577,0.5,0.153725174569888,0.0,0.0491974849437514,0.153725174569888,0.0,0.00549871039275611,0.153725174569888,0.0,0.00189282646740471,0.153725174569888,0.0,0.0226974312288501,0.153725174569888,0.0,0.00854907517324909,0.153725174569888,0.0,0.0246337617514685,0.153725174569888,0.0,0.00298156426590919,0.153725174569888,1.12038331430417e-05,0.0103904902393834,0.5,0.153725174569888,7.53400103987461e-06,0.00974875238263934,0.153725174569888,0.0,0.00385181281705309,0.5,0.153725174569888,0.0,0.00348606744455758,0.153725174569888,0.0,0.0136932879903339,0.153725174569888,0.0,0.0449865619007401,0.153725174569888,0.0,0.0316430426661225,0.153725174569888,0.0,0.00313441573639862,0.153725174569888,0.0,0.00433931301338087,0.153725174569888,0.0,0.00188443744821638,0.5,0.153725174569888,0.0,0.00517491072699073,0,0.306173463829705,0.358214023755161 -7578,0.5,0.153725174569888,0.0,0.0395398065381487,0.153725174569888,0.0,0.00154587264088262,0.153725174569888,0.0,0.00159060894885176,0.153725174569888,0.0,0.0228880107662792,0.153725174569888,0.0,0.00696045223275591,0.153725174569888,0.0,0.0222076339742471,0.153725174569888,0.0,0.00385542300239565,0.153725174569888,0.0,0.0103584067554302,0.5,0.153725174569888,0.0,0.0095840425343414,0.153725174569888,0.0,0.00636817539315522,0.5,0.153725174569888,0.0,0.00211960583968375,0.153725174569888,0.0,0.0174891297441551,0.153725174569888,0.0,0.0206076246023566,0.153725174569888,0.0,0.0275677707160478,0.153725174569888,0.0,0.0021320633762234,0.153725174569888,0.0,0.0069556142912386,0.153725174569888,0.0,0.00138635155232651,0.5,0.153725174569888,0.0,0.0034081533849282,0,0.251209283028188,0.29168593278384 -7579,0.5,0.153725174569888,0.0,0.0296184588963303,0.153725174569888,0.0,0.00103846437964612,0.153725174569888,0.0,0.00139718124923018,0.153725174569888,0.0,0.0231628458066585,0.153725174569888,0.0,0.00810438674642406,0.153725174569888,0.0,0.0210786128204061,0.153725174569888,0.0,0.00514128081940228,0.153725174569888,0.0,0.0103771316077742,0.5,0.153725174569888,0.0,0.0105745312507611,0.153725174569888,0.0,0.0106292314916019,0.5,0.153725174569888,0.0,0.00948747789815394,0.153725174569888,0.0,0.026045062607255,0.153725174569888,0.0,0.0138252232511931,0.153725174569888,0.0,0.0204642434540649,0.153725174569888,0.0,0.00105209512365055,0.153725174569888,0.0,0.00874502663871427,0.153725174569888,0.0,0.00326190585151342,0.5,0.153725174569888,0.0,0.00513007217489739,0,0.183217918697026,0.217880348524075 -7580,0.5,0.153725174569888,0.0,0.0204451492173473,0.153725174569888,0.0,0.000693210962001419,0.153725174569888,0.0,0.00233661173012079,0.153725174569888,0.0,0.0228832733778355,0.153725174569888,0.0,0.00938560174872034,0.153725174569888,0.0,0.0202487360855074,0.153725174569888,0.0,0.00448759149524934,0.153725174569888,0.0,0.0112217922760598,0.5,0.153725174569888,0.0,0.0158421907699947,0.153725174569888,0.0,0.0136153844072097,0.5,0.153725174569888,0.0,0.0148608288828957,0.153725174569888,0.0,0.0313306944581163,0.153725174569888,0.0,0.00890590063872888,0.153725174569888,0.0,0.0141159640059341,0.153725174569888,0.0,0.000566661435317924,0.153725174569888,0.0,0.00608112719222283,0.153725174569888,0.0,0.00713560077062519,0.5,0.153725174569888,0.0,0.010785452082232,0,0.124111998294109,0.151548437578251 -7581,0.5,0.153725174569888,0.0,0.0158110761667933,0.153725174569888,0.0,0.000180656069116596,0.153725174569888,0.0,0.00496042368582687,0.153725174569888,0.0,0.021676163705517,0.153725174569888,0.0,0.0123356109752683,0.153725174569888,0.0,0.0200551724999663,0.153725174569888,0.0,0.00700460482444209,0.153725174569888,0.0,0.0141489585041414,0.5,0.153725174569888,0.0,0.0240813659279984,0.153725174569888,0.0,0.0138453420065452,0.5,0.153725174569888,0.0,0.0143648327861592,0.153725174569888,0.0,0.0357154436151484,0.153725174569888,0.0,0.00564733553502516,0.153725174569888,0.0,0.0098071136678264,0.153725174569888,0.0,0.000432086081332383,0.153725174569888,0.0,0.00482889116650732,0.153725174569888,0.0,0.00872012383929754,0.5,0.153725174569888,0.0,0.0179908360692674,0,0.0994504832291159,0.092867252517813 -7582,0.5,0.153725174569888,0.0,0.0128188048198473,0.153725174569888,0.0,4.05769159265994e-05,0.153725174569888,0.0,0.00842916071580407,0.153725174569888,0.0,0.0204409397040066,0.153725174569888,0.0,0.01423021819032,0.153725174569888,0.0,0.0209752001087976,0.153725174569888,0.0,0.0114098841285061,0.153725174569888,0.0,0.017668668744302,0.5,0.153725174569888,0.0,0.0247002509732483,0.153725174569888,0.0,0.0174899153289212,0.5,0.153725174569888,0.0,0.0171301152052863,0.153725174569888,0.0,0.038959718726964,0.153725174569888,0.0,0.00433181672051246,0.153725174569888,0.0,0.00717099570375343,0.153725174569888,0.0,0.000634632957442967,0.153725174569888,0.0,0.00558006523600717,0.153725174569888,0.0,0.00853218047887281,0.5,0.153725174569888,0.0,0.024453692805549,0,0.0713378414113457,0.0614590917262173 -7583,0.5,0.153725174569888,0.0,0.0105170142581578,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.00883951015006364,0.153725174569888,0.0,0.0192767499278495,0.153725174569888,0.0,0.0142497670394647,0.153725174569888,0.0,0.0200350702710497,0.153725174569888,0.0,0.0128517052879892,0.153725174569888,0.0,0.0205779676768443,0.5,0.153725174569888,0.0,0.0256136642965041,0.153725174569888,0.0,0.0344998982667794,0.5,0.153725174569888,0.0,0.0218998686353803,0.153725174569888,0.0,0.0489437601781424,0.153725174569888,0.0,0.00233114865038621,0.153725174569888,0.0,0.00575113533798484,0.153725174569888,0.0,0.0011900986703621,0.153725174569888,0.0,0.00591500949446995,0.153725174569888,0.0,0.00939473287517705,0.5,0.153725174569888,0.0,0.0276522850177648,0,0.0361382811697983,0.0520047548256615 -7584,0.5,0.153725174569888,0.0,0.00925691641703666,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.0082669535484159,0.153725174569888,0.0,0.0174242831333277,0.153725174569888,0.0,0.0103336952801422,0.153725174569888,0.0,0.0186300492862338,0.153725174569888,0.0,0.0114568142640445,0.153725174569888,0.0,0.0253607335483427,0.5,0.153725174569888,0.0,0.0297356532701032,0.153725174569888,0.0,0.0610682404933449,0.5,0.153725174569888,0.0,0.0255934289288058,0.153725174569888,0.0,0.0710441249680107,0.153725174569888,0.0,0.0011501875933041,0.153725174569888,0.0,0.00588488244368499,0.153725174569888,0.0,0.00177539066741785,0.153725174569888,0.0,0.0065250852063082,0.153725174569888,0.0,0.0118548191420344,0.5,0.153725174569888,0.0,0.0273129217090422,0,0.0134851756213461,0.0645921958011582 -7585,0.5,0.153725174569888,0.0,0.00918936241010467,0.153725174569888,0.0,0.000454864698737058,0.153725174569888,0.0,0.0105361672431464,0.153725174569888,0.0,0.0149450532095732,0.153725174569888,0.0,0.00842980317498757,0.153725174569888,0.0,0.0215628763902425,0.153725174569888,0.0,0.0118131944736971,0.153725174569888,0.0,0.0278018477437532,0.5,0.153725174569888,0.0,0.0236494806213571,0.153725174569888,0.0,0.0484987623134007,0.5,0.153725174569888,0.0,0.0326470243903107,0.153725174569888,0.0,0.103429613763756,0.153725174569888,0.0,0.000929439038321316,0.153725174569888,0.0,0.00555513102395827,0.153725174569888,0.0,0.0018575393718026,0.153725174569888,0.0,0.00600733097574279,0.153725174569888,0.0,0.0143763768493781,0.5,0.153725174569888,0.0,0.0209177829229937,0,0.00672061500564557,0.0857745623245731 -7586,0.5,0.153725174569888,0.0,0.00926408630638662,0.153725174569888,0.0,0.00048397381330245,0.153725174569888,0.0,0.0127739907878673,0.153725174569888,0.0,0.012309243022775,0.153725174569888,0.0,0.0088755028218968,0.153725174569888,0.0,0.0226881462985209,0.153725174569888,0.0,0.0102828313263977,0.153725174569888,0.0,0.0242219781639386,0.5,0.153725174569888,0.0,0.0129105111737539,0.153725174569888,0.0,0.0293032170322223,0.5,0.153725174569888,0.0,0.0476074384954077,0.153725174569888,0.0,0.157391383257795,0.153725174569888,0.0,0.000703576654538696,0.153725174569888,0.0,0.00520814671487722,0.153725174569888,0.0,0.00213275329301254,0.153725174569888,0.0,0.00444560826236046,0.153725174569888,0.0,0.0157285155065932,0.5,0.153725174569888,0.0,0.0203533669030726,0,0.00483268425460248,0.0919426234691129 -7587,0.5,0.153725174569888,0.0,0.00869466201822224,0.153725174569888,0.0,8.28512097272166e-06,0.153725174569888,0.0,0.0150830173062134,0.153725174569888,0.0,0.0112590358150101,0.153725174569888,0.0,0.010715025877239,0.153725174569888,0.0,0.0244396117148748,0.153725174569888,0.0,0.00937983235222909,0.153725174569888,0.0,0.0191210956680126,0.5,0.153725174569888,0.0,0.00664058572252945,0.153725174569888,0.0,0.0263298793689864,0.5,0.153725174569888,0.0,0.0812115257858814,0.153725174569888,0.0,0.199754882980935,0.153725174569888,0.0,0.00049622961744968,0.153725174569888,0.0,0.00777072237828956,0.153725174569888,0.0,0.00223487612788796,0.153725174569888,0.0,0.00434732840408552,0.153725174569888,0.0,0.0170059084960247,0.5,0.153725174569888,0.0,0.0277664052260743,0,0.00190627769026829,0.0942344606750491 -7588,0.5,0.153725174569888,0.0,0.00849235717203412,0.153725174569888,0.0,9.93539254500333e-05,0.153725174569888,0.0,0.0170401556064358,0.153725174569888,0.0,0.0122407312455344,0.153725174569888,0.0,0.015768503770658,0.153725174569888,0.0,0.0226164508638516,0.153725174569888,0.0,0.0108786933817033,0.153725174569888,0.0,0.0140631721141246,0.5,0.153725174569888,0.0,0.00450858144237975,0.153725174569888,0.0,0.0438961128721757,0.5,0.153725174569888,0.0,0.0993800135988982,0.153725174569888,0.0,0.184203772180552,0.153725174569888,0.0,0.000776733312876516,0.153725174569888,0.0,0.0121286446054917,0.153725174569888,0.0,0.00210079527444537,0.153725174569888,0.0,0.00445707735297179,0.153725174569888,0.0,0.0180573060501219,0.5,0.153725174569888,0.0,0.0360959209490393,0,0.0,0.11165018280612 -7589,0.5,0.153725174569888,0.0,0.00767414366070601,0.153725174569888,0.0,0.000301896966406843,0.153725174569888,0.0,0.0149474266957845,0.153725174569888,0.0,0.0127740362650621,0.153725174569888,0.0,0.0186433109860905,0.153725174569888,0.0,0.0185813468786084,0.153725174569888,0.0,0.0127721753164666,0.153725174569888,0.0,0.00789019333606048,0.5,0.153725174569888,0.0,0.00406880061639953,0.153725174569888,0.0,0.0812864026905215,0.5,0.153725174569888,0.0,0.0830202946898232,0.153725174569888,0.0,0.143016101551518,0.153725174569888,0.0,0.00147377374911107,0.153725174569888,0.0,0.0155839432628146,0.153725174569888,0.0,0.00351128926951119,0.153725174569888,0.0,0.00339675071295458,0.153725174569888,0.0,0.01934576008195,0.5,0.153725174569888,0.0,0.0376048752074409,0,0.0,0.115944153087873 -7590,0.5,0.153725174569888,0.0,0.00603934947702805,0.153725174569888,0.0,0.00102139973294677,0.153725174569888,0.0,0.00986211208115821,0.153725174569888,0.0,0.0134289076672488,0.153725174569888,0.0,0.0167415390712141,0.153725174569888,0.0,0.0133028987657615,0.153725174569888,0.0,0.0126113660402415,0.153725174569888,0.0,0.00659629496924364,0.5,0.153725174569888,0.0,0.00355284934505881,0.153725174569888,0.0,0.105691814347172,0.5,0.153725174569888,0.0,0.0611143105389557,0.153725174569888,0.0,0.113435432296199,0.153725174569888,0.0,0.00162301373651287,0.153725174569888,0.0,0.0164348987147661,0.153725174569888,0.0,0.00569478613634278,0.153725174569888,0.0,0.00271717483293761,0.153725174569888,0.0,0.0199296411402887,0.5,0.153725174569888,0.0,0.0334478803160359,0,0.0,0.102477077896834 -7591,0.5,0.153725174569888,0.0,0.00528787343516203,0.153725174569888,0.0,0.00267797803630119,0.153725174569888,0.0,0.0056832041253031,0.153725174569888,0.0,0.0142584236969886,0.153725174569888,0.0,0.0111744911937076,0.153725174569888,0.0,0.00991831400733863,0.153725174569888,0.0,0.00886557404847149,0.153725174569888,0.0,0.00925713195150828,0.5,0.153725174569888,0.0,0.00348055808789092,0.153725174569888,0.0,0.0822787338648198,0.5,0.153725174569888,0.0,0.0495796313884828,0.153725174569888,0.0,0.0901251182793009,0.153725174569888,0.0,0.00134682235880148,0.153725174569888,0.0,0.0131417969815385,0.153725174569888,0.0,0.00685302228784928,0.153725174569888,0.0,0.00178894525703501,0.153725174569888,0.0,0.0186804739071862,0.5,0.153725174569888,0.0,0.0258862890987182,0,0.0,0.102585219309197 -7592,0.5,0.153725174569888,0.0,0.00589197573656247,0.153725174569888,0.0,0.000959409675222829,0.153725174569888,0.0,0.00455665193640648,0.153725174569888,6.51306545353691e-09,0.0133594432619109,0.153725174569888,0.0,0.00874808907549292,0.153725174569888,0.0,0.00852500075607185,0.153725174569888,0.0,0.00513087510517487,0.153725174569888,0.0,0.012322161602656,0.5,0.153725174569888,0.0,0.00369217122152244,0.153725174569888,0.0,0.0466564903635146,0.5,0.153725174569888,0.0,0.0347322762602687,0.153725174569888,0.0,0.0625673454898677,0.153725174569888,0.0,0.000368502030135028,0.153725174569888,0.0,0.00908882670931527,0.153725174569888,0.0,0.00531838412732318,0.153725174569888,0.0,0.00102940756937066,0.153725174569888,0.0,0.0143104583193513,0.5,0.153725174569888,0.000125239405993343,0.0184848820614668,0,0.0,0.0886982846246589 -7593,0.5,0.153725174569888,0.00870093027471765,0.00709510416889393,0.153725174569888,0.00370941086609162,0.000197924315574749,0.153725174569888,0.0380437025190798,0.00377643022670357,0.153725174569888,0.0105101863673154,0.0138279567839868,0.153725174569888,0.0113933811493949,0.0075993794690651,0.153725174569888,0.0204410625618246,0.00748134988232154,0.153725174569888,0.0168201233845565,0.00359001370215311,0.153725174569888,0.0246406867283566,0.0114748884332882,0.5,0.153725174569888,0.0149203067647151,0.00348013395735414,0.153725174569888,0.00110612650867341,0.0257532249894644,0.5,0.153725174569888,0.00702190515183541,0.0167136541757882,0.153725174569888,0.00680490891550497,0.0360086505539537,0.153725174569888,0.00293878524481542,0.00058829024170176,0.153725174569888,0.00963028872101379,0.00696475497134356,0.153725174569888,0.0107565398947795,0.00248380014779686,0.153725174569888,0.0073155652670801,0.000589330946422648,0.153725174569888,0.0308372512561912,0.00932334779075003,0.5,0.153725174569888,0.0109930885346781,0.0115166214819417,0,0.0,0.069829973170882 -7594,0.5,0.153725174569888,0.0324403642356832,0.00905194744490284,0.153725174569888,0.0160838974221927,0.0,0.153725174569888,0.0729204888326423,0.0028635021382282,0.153725174569888,0.0286451571062373,0.0185512404554976,0.153725174569888,0.0889155867146495,0.00639658058216386,0.153725174569888,0.131076728615888,0.00698774361706603,0.153725174569888,0.0984856773894894,0.00255001995119833,0.153725174569888,0.125730316382847,0.00845823874273889,0.5,0.153725174569888,0.0744840577729388,0.00317252287279369,0.153725174569888,0.00366074491980593,0.0113559528007788,0.5,0.153725174569888,0.0299639493854233,0.00660282381465817,0.153725174569888,0.0272394790498783,0.0170043272800407,0.153725174569888,0.0241514004368953,0.00297810500048494,0.153725174569888,0.0828651719843065,0.00541478909550878,0.153725174569888,0.0554803622114115,0.000882474686724209,0.153725174569888,0.0404803277203648,0.000369901446022205,0.153725174569888,0.0771741897935369,0.00686493652911536,0.5,0.153725174569888,0.0348849862966106,0.0100385275285823,0,0.0,0.0461096850130395 -7595,0.5,0.153725174569888,0.0543417080238258,0.0118583309348364,0.153725174569888,0.0344074160860281,0.0,0.153725174569888,0.0788411605447165,0.00295132693266878,0.153725174569888,0.043491454685119,0.0236533904043115,0.153725174569888,0.201289739565536,0.00704455114669946,0.153725174569888,0.249214318378649,0.00713180589404884,0.153725174569888,0.197666872312786,0.00180987689444702,0.153725174569888,0.237450030008403,0.00866109831589285,0.5,0.153725174569888,0.165511452205353,0.00270654800811574,0.153725174569888,0.00737052831666538,0.00360399166289395,0.5,0.153725174569888,0.0653486286178004,0.00291455675515803,0.153725174569888,0.0404233442288554,0.00659422875281889,0.153725174569888,0.0457946979206618,0.00514446508237996,0.153725174569888,0.17334027691585,0.00379628882252178,0.153725174569888,0.104744721376064,0.00148285127058245,0.153725174569888,0.0897034812135768,0.000456681546871271,0.153725174569888,0.120534655423335,0.00616566202634614,0.5,0.153725174569888,0.0567404287837779,0.00690993911037798,0,0.0,0.0317573467409086 -7596,0.5,0.153725174569888,0.0723942046465536,0.0126080807211623,0.153725174569888,0.0707656216081596,0.0,0.153725174569888,0.087633128143579,0.00322311209633277,0.153725174569888,0.04965787134834,0.0256870395148653,0.153725174569888,0.276775425616092,0.00946481186464532,0.153725174569888,0.34315363805619,0.00997122014778327,0.153725174569888,0.263846788276241,0.00158806832824526,0.153725174569888,0.327323574625682,0.0112590103092191,0.5,0.153725174569888,0.239021456688855,0.00269996313076671,0.153725174569888,0.0127259532765925,0.000860526166843212,0.5,0.153725174569888,0.0754970196134241,0.00150706918531521,0.153725174569888,0.0432197064253721,0.00336543333392481,0.153725174569888,0.074420708701484,0.00548953832712197,0.153725174569888,0.2478616762193,0.00568579217692579,0.153725174569888,0.148222819524281,0.00363645288384239,0.153725174569888,0.125821125723593,0.000489999268262925,0.153725174569888,0.14044492001065,0.00703359883045181,0.5,0.153725174569888,0.0670978797958535,0.002322137400134,0,0.0,0.022782546225683 -7597,0.5,0.153725174569888,0.0849047904797339,0.0104381265993764,0.153725174569888,0.0620894585138057,0.0,0.153725174569888,0.0853452039526113,0.00289201030460701,0.153725174569888,0.0479431967747914,0.0237464274992361,0.153725174569888,0.305757199473062,0.00706788743551724,0.153725174569888,0.392646565396498,0.0104466341358062,0.153725174569888,0.272827198124327,0.000942152634078252,0.153725174569888,0.360490419809711,0.010349048240273,0.5,0.153725174569888,0.245510026749051,0.00199891831419121,0.153725174569888,0.0169428807201426,0.000459440925674697,0.5,0.153725174569888,0.0613009624769721,0.00146305575126198,0.153725174569888,0.0443457586777298,0.00300233056064113,0.153725174569888,0.104169251692873,0.0053946516377275,0.153725174569888,0.283925988768666,0.00648772775345457,0.153725174569888,0.190966917489236,0.00427187329366823,0.153725174569888,0.123735899005633,0.000303754029597795,0.153725174569888,0.132170366782747,0.00519719667407068,0.5,0.153725174569888,0.0645797081833773,0.00120739034958405,0,0.00072259864201193,0.0206207727777738 -7598,0.5,0.153725174569888,0.0783556443419533,0.00887243875689854,0.153725174569888,0.0594586978244024,2.20612055068889e-05,0.153725174569888,0.0681537994838947,0.00359023153164437,0.153725174569888,0.0382435147272844,0.0180395895196638,0.153725174569888,0.275912344835422,0.00529123994121129,0.153725174569888,0.37535017807991,0.00958244878251357,0.153725174569888,0.229646605092428,0.000370393272152843,0.153725174569888,0.329834228766465,0.0098241404329608,0.5,0.153725174569888,0.218142522627513,0.00403577397065939,0.153725174569888,0.0149395481568644,0.000810269506742283,0.5,0.153725174569888,0.0356359857421127,0.0010395254614731,0.153725174569888,0.0475945607552852,0.00168331618830739,0.153725174569888,0.114032792831613,0.00471626573203807,0.153725174569888,0.261919884916522,0.00530368400533802,0.153725174569888,0.162811475489799,0.00393460778592881,0.153725174569888,0.067465222327615,0.000119323663168819,0.153725174569888,0.0962930827713895,0.00318870503988612,0.5,0.153725174569888,0.0551193643827489,0.00191260960718568,0,0.00375500075203822,0.0310628399450901 -7599,0.5,0.153725174569888,0.0493422652918672,0.00803628382684703,0.153725174569888,0.0486804285152954,0.0,0.153725174569888,0.0359783767759796,0.00319775138251463,0.153725174569888,0.0209110978167849,0.0118975601012839,0.153725174569888,0.194224197544351,0.00279032194137562,0.153725174569888,0.304442239671932,0.0113009753485533,0.153725174569888,0.15381307896055,0.000123945213423301,0.153725174569888,0.260620768636483,0.0099304195770902,0.5,0.153725174569888,0.184405426698882,0.00547938724639951,0.153725174569888,0.00948346771190629,0.0009869319106225,0.5,0.153725174569888,0.0203296271111235,0.000805920534382501,0.153725174569888,0.0381445180401841,0.00115565375932934,0.153725174569888,0.0826621169836475,0.00423693383480589,0.153725174569888,0.188542856252184,0.00373555939580214,0.153725174569888,0.110113237878987,0.00152530549790476,0.153725174569888,0.0284677437349994,9.98751249496336e-05,0.153725174569888,0.0501885919102568,0.00197852598082213,0.5,0.153725174569888,0.0364270830523505,0.00302396264786586,0,0.00525101495161177,0.0399190044415223 -7600,0.5,0.153725174569888,0.00292922448836795,0.00688156862468492,0.153725174569888,0.0286054914180997,0.0,0.153725174569888,0.00705421687685632,0.00115363265653701,0.153725174569888,0.00244674261520672,0.00576787677214449,0.153725174569888,0.107978605180537,0.00453683821099645,0.153725174569888,0.149418049857344,0.00972423271477226,0.153725174569888,0.0949207301858321,0.001387437766498,0.153725174569888,0.112797255948893,0.00509822046711108,0.5,0.153725174569888,0.0992036754220593,0.0019931635010526,0.153725174569888,0.00433334321077518,0.000474554627180171,0.5,0.153725174569888,0.00832457829009194,0.000809884057316628,0.153725174569888,0.0166969526636155,0.00107591404143907,0.153725174569888,0.0288632090839177,0.0040414012927206,0.153725174569888,0.083662743478394,0.00275815932711911,0.153725174569888,0.0462518489329978,0.000422649452508027,0.153725174569888,0.0075716640291332,0.000452570554206564,0.153725174569888,0.0119963912424163,0.000767279775898354,0.5,0.153725174569888,0.00911475342252469,0.000922677359313126,0,0.0065743459910378,0.046699452655232 -7601,0.5,0.153725174569888,0.0,0.00663771325938643,0.153725174569888,0.0,0.0,0.153725174569888,0.0,0.000384334083101277,0.153725174569888,0.0,0.00337300263518251,0.153725174569888,0.0,0.00728251672501038,0.153725174569888,0.0,0.0126492457826943,0.153725174569888,0.0,0.00405558663378338,0.153725174569888,0.0,0.00946349390422689,0.5,0.153725174569888,0.0,0.00165160149870734,0.153725174569888,3.43947452109345e-05,0.000301522939739062,0.5,0.153725174569888,0.0,0.000688228391163515,0.153725174569888,2.11144412424101e-05,0.000686473047211008,0.153725174569888,0.0,0.00370928711884063,0.153725174569888,0.0,0.00639523348032107,0.153725174569888,0.0,0.000292392027661984,0.153725174569888,0.0,0.00148565980306053,0.153725174569888,0.0,0.000506493797877334,0.5,0.153725174569888,0.0,0.000334661047069145,0,0.00994704642136877,0.0721115733013572 -7602,0.5,0.153725174569888,0.0,0.00699919319763115,0.153725174569888,0.0,0.000311247833609077,0.153725174569888,0.0,0.000163214870486441,0.153725174569888,0.0,0.00251000691576749,0.153725174569888,0.0,0.00752238053796502,0.153725174569888,0.0,0.0186821673335926,0.153725174569888,0.0,0.00323499408400469,0.153725174569888,0.0,0.0153159402888362,0.5,0.153725174569888,0.0,0.00364165373482207,0.153725174569888,0.0,0.00133331595988109,0.5,0.153725174569888,0.0,0.000319026296269157,0.153725174569888,0.0,0.000802043729002301,0.153725174569888,0.0,0.00596220281056711,0.153725174569888,0.0,0.00933947184989367,0.153725174569888,0.0,0.000400034836660024,0.153725174569888,0.0,0.00208411643048105,0.153725174569888,0.0,0.00055505500402066,0.5,0.153725174569888,0.0,0.000241842253703131,0,0.0187898030053879,0.121418064309138 -7603,0.5,0.153725174569888,0.0,0.00859203526969394,0.153725174569888,0.0,0.00408949966202421,0.153725174569888,0.0,0.000276009234626189,0.153725174569888,0.0,0.00255104806400992,0.153725174569888,0.0,0.00787209407166615,0.153725174569888,0.0,0.029375665422121,0.153725174569888,0.0,0.00285140707695862,0.153725174569888,0.0,0.0212865210709517,0.5,0.153725174569888,0.0,0.00693723676286983,0.153725174569888,0.0,0.00255020783090362,0.5,0.153725174569888,0.0,0.000681242372697999,0.153725174569888,0.0,0.00178120304278289,0.153725174569888,0.0,0.00728069512072545,0.153725174569888,0.0,0.0106317823791966,0.153725174569888,0.0,0.00116153494019013,0.153725174569888,0.0,0.00107911084511856,0.153725174569888,0.0,0.000991313021873574,0.5,0.153725174569888,0.0,0.000290278590139969,0,0.0405843376084989,0.14888458532833 -7604,0.5,0.153725174569888,0.0,0.00896730335673121,0.153725174569888,0.0,0.00123885831616905,0.153725174569888,0.0,0.0014490255938876,0.153725174569888,0.0,0.0027593477544462,0.153725174569888,0.0,0.0148145750739719,0.153725174569888,0.0,0.0328739774978115,0.153725174569888,0.0,0.00773993477662988,0.153725174569888,0.0,0.0228485414989182,0.5,0.153725174569888,0.0,0.00793341435662759,0.153725174569888,0.0,0.00252156989125602,0.5,0.153725174569888,0.0,0.00104337891923445,0.153725174569888,0.0,0.00395126459371385,0.153725174569888,0.0,0.00483561723482672,0.153725174569888,0.0,0.00738952830940565,0.153725174569888,0.0,0.00107951458430053,0.153725174569888,0.0,0.000669238270323855,0.153725174569888,0.0,0.00165884187552966,0.5,0.153725174569888,0.0,0.000606253102059667,0,0.0579766922149098,0.16122243066511 -7605,0.5,0.153725174569888,0.0,0.00891074275214346,0.153725174569888,0.0,0.000403375113820113,0.153725174569888,0.0,0.00249948295949744,0.153725174569888,0.0,0.00199852340666921,0.153725174569888,0.0,0.0202222475849442,0.153725174569888,0.0,0.0260543076580927,0.153725174569888,0.0,0.0149772360618382,0.153725174569888,0.0,0.0240585925085004,0.5,0.153725174569888,0.0,0.0066144249681941,0.153725174569888,0.0,0.00304964866553471,0.5,0.153725174569888,0.0,0.00151153776664951,0.153725174569888,0.0,0.00532923133945147,0.153725174569888,0.0,0.00338087388841464,0.153725174569888,0.0,0.0076660751133351,0.153725174569888,0.0,0.000431714241681228,0.153725174569888,0.0,0.00137874630326495,0.153725174569888,0.0,0.00186543552113348,0.5,0.153725174569888,0.0,0.000997314746361918,0,0.0831045999156088,0.169920971682856 -7606,0.5,0.153725174569888,0.0,0.00894635946466864,0.153725174569888,0.0,0.000179958013214847,0.153725174569888,0.0,0.00158382370407455,0.153725174569888,0.0,0.000916614136219608,0.153725174569888,0.0,0.0219028474834325,0.153725174569888,0.0,0.0250530049029905,0.153725174569888,0.0,0.0175282534831714,0.153725174569888,0.0,0.0303306048371064,0.5,0.153725174569888,0.0,0.00695135340801095,0.153725174569888,0.0,0.00510978581318291,0.5,0.153725174569888,0.0,0.00585543082152714,0.153725174569888,0.0,0.00807090506176911,0.153725174569888,0.0,0.00411448210138596,0.153725174569888,0.0,0.0112591840880815,0.153725174569888,0.0,0.00128682088727685,0.153725174569888,0.0,0.00406149930531276,0.153725174569888,0.0,0.00203391450753261,0.5,0.153725174569888,0.0,0.00130458442771018,0,0.0974060380948324,0.188251735111224 -7607,0.5,0.153725174569888,0.0,0.00908453924443302,0.153725174569888,0.0,0.000918202779307797,0.153725174569888,0.0,0.000770469487171207,0.153725174569888,0.0,0.000702941028570559,0.153725174569888,0.0,0.0253096439554671,0.153725174569888,0.0,0.0313256372204458,0.153725174569888,0.0,0.0177474080672768,0.153725174569888,0.0,0.0389214506994821,0.5,0.153725174569888,0.0,0.00764877389660306,0.153725174569888,0.0,0.00890630163267433,0.5,0.153725174569888,0.0,0.00965049136941756,0.153725174569888,0.0,0.0106980745461515,0.153725174569888,0.0,0.0114444610974689,0.153725174569888,0.0,0.0173912451172431,0.153725174569888,0.0,0.00467005020463026,0.153725174569888,0.0,0.0059377253002793,0.153725174569888,0.0,0.00425216032973128,0.5,0.153725174569888,0.0,0.00201104293260696,0,0.0941982560411208,0.202657297530226 -7608,0.5,0.153725174569888,0.0,0.0075492207602539,0.153725174569888,0.0,0.0052909342326896,0.153725174569888,0.0,0.000918394865699411,0.153725174569888,0.0,0.00052143989706499,0.153725174569888,0.0,0.028295280049607,0.153725174569888,0.0,0.0411414232424398,0.153725174569888,0.0,0.0190209257060807,0.153725174569888,0.0,0.0453659570980402,0.5,0.153725174569888,0.0,0.0086454088230707,0.153725174569888,0.0,0.009996685463666,0.5,0.153725174569888,0.0,0.0132501873183658,0.153725174569888,0.0,0.0168997386362643,0.153725174569888,0.0,0.0158869794401599,0.153725174569888,0.0,0.022477155584695,0.153725174569888,0.0,0.00766357718557229,0.153725174569888,0.0,0.00600023011256311,0.153725174569888,0.0,0.0057744070009656,0.5,0.153725174569888,0.0,0.00334391249245402,0,0.0726213849465761,0.22249653922052 -7609,0.5,0.153725174569888,0.0,0.00592327663143433,0.153725174569888,0.0,0.00561260612995434,0.153725174569888,0.0,0.00143924080852304,0.153725174569888,0.0,0.000335249925646766,0.153725174569888,0.0,0.0303665683583425,0.153725174569888,0.0,0.0488888551544444,0.153725174569888,0.0,0.0196577868860947,0.153725174569888,0.0,0.0435750295086997,0.5,0.153725174569888,0.0,0.0103609802427571,0.153725174569888,0.0,0.00799200477645981,0.5,0.153725174569888,0.0,0.0203363864731527,0.153725174569888,0.0,0.023453667441444,0.153725174569888,0.0,0.013122889248678,0.153725174569888,0.0,0.0259191850534034,0.153725174569888,0.0,0.00855503650194728,0.153725174569888,0.0,0.00705940789473736,0.153725174569888,0.0,0.00773575443055459,0.5,0.153725174569888,0.0,0.00407078470799324,0,0.0550111581533168,0.260876549270378 -7610,0.5,0.153725174569888,0.0,0.00506275462259278,0.153725174569888,0.0,0.00481701855694126,0.153725174569888,0.0,0.00219872122081557,0.153725174569888,0.0,0.000421469086568156,0.153725174569888,0.0,0.0334592193729043,0.153725174569888,0.0,0.053473479808404,0.153725174569888,0.0,0.019429170173931,0.153725174569888,0.0,0.047307749930392,0.5,0.153725174569888,0.0,0.0143370328295543,0.153725174569888,0.0,0.00699431880744947,0.5,0.153725174569888,0.0,0.0234385190960399,0.153725174569888,0.0,0.0314903435920242,0.153725174569888,0.0,0.00835833646349681,0.153725174569888,0.0,0.0294348830630145,0.153725174569888,0.0,0.00980335882376319,0.153725174569888,0.0,0.00711714409241103,0.153725174569888,0.0,0.0106277785303992,0.5,0.153725174569888,0.0,0.00500621685093125,0,0.0486526537163429,0.293572822789402 -7611,0.5,0.153725174569888,0.0,0.00518242245806521,0.153725174569888,0.0,0.00524538781349247,0.153725174569888,0.0,0.00467425192531828,0.153725174569888,0.0,0.00107955478808209,0.153725174569888,0.0,0.0383496634713774,0.153725174569888,0.0,0.0587246387735572,0.153725174569888,0.0,0.022102934544612,0.153725174569888,0.0,0.0542562263004557,0.5,0.153725174569888,0.0,0.0163623886415221,0.153725174569888,0.0,0.00625356831064432,0.5,0.153725174569888,0.0,0.0261616995140851,0.153725174569888,0.0,0.0316346868375094,0.153725174569888,0.0,0.00602743995233025,0.153725174569888,0.0,0.0338488974859884,0.153725174569888,0.0,0.0106114037705679,0.153725174569888,0.0,0.00650273434416585,0.153725174569888,0.0,0.0124257812345606,0.5,0.153725174569888,0.0,0.00615637120273854,0,0.0488748829036096,0.318283923760566 -7612,0.5,0.153725174569888,0.0,0.00641865830701868,0.153725174569888,0.0,0.00531296291202452,0.153725174569888,0.0,0.00732561575715731,0.153725174569888,0.0,0.00258347850396067,0.153725174569888,0.0,0.0452537800498793,0.153725174569888,0.0,0.0672561608919003,0.153725174569888,0.0,0.0289816246206168,0.153725174569888,0.0,0.0562089462996924,0.5,0.153725174569888,0.0,0.0162003085192825,0.153725174569888,0.0,0.00775970374220815,0.5,0.153725174569888,0.0,0.0299654807736291,0.153725174569888,0.0,0.0337519764583189,0.153725174569888,0.0,0.00647589207137273,0.153725174569888,0.0,0.0408780017746554,0.153725174569888,0.0,0.0103727036405936,0.153725174569888,0.0,0.00735145717335795,0.153725174569888,0.0,0.0144532453847439,0.5,0.153725174569888,0.0,0.00708983548349358,0,0.0565102179066008,0.345339805376812 -7613,0.5,0.153725174569888,0.0,0.00834041017025756,0.153725174569888,0.0,0.00565807587001616,0.153725174569888,0.0,0.00777211713127425,0.153725174569888,0.0,0.00473352495654268,0.153725174569888,0.0,0.0566050322969862,0.153725174569888,0.0,0.0769843080692859,0.153725174569888,0.0,0.0421448405534402,0.153725174569888,0.0,0.0663827779336742,0.5,0.153725174569888,0.0,0.0190670905216214,0.153725174569888,0.0,0.0110337957295136,0.5,0.153725174569888,0.0,0.0329006559075126,0.153725174569888,0.0,0.0430559186785867,0.153725174569888,0.0,0.00934046005693334,0.153725174569888,0.0,0.0506100116204531,0.153725174569888,0.0,0.0112509399181428,0.153725174569888,0.0,0.0112249245425547,0.153725174569888,0.0,0.016677029343332,0.5,0.153725174569888,0.0,0.00818670544616429,0,0.0713374948086846,0.401546142596921 -7614,0.5,0.153725174569888,0.0,0.0103707604728782,0.153725174569888,0.0,0.00860256828681541,0.153725174569888,0.0,0.00698112727323774,0.153725174569888,0.0,0.0065326407254671,0.153725174569888,0.0,0.0704623144709864,0.153725174569888,0.0,0.087962586252074,0.153725174569888,0.0,0.0569598078054406,0.153725174569888,0.0,0.0861518433499282,0.5,0.153725174569888,0.0,0.0280174372126934,0.153725174569888,0.0,0.0141059817815408,0.5,0.153725174569888,0.0,0.0335969967739957,0.153725174569888,0.0,0.0518393791571929,0.153725174569888,0.0,0.0134851673080299,0.153725174569888,0.0,0.0641257856269785,0.153725174569888,0.0,0.0156598070983676,0.153725174569888,0.0,0.0167539966508108,0.153725174569888,0.0,0.0180120471195527,0.5,0.153725174569888,0.0,0.00993942121687283,0,0.0837488257899949,0.489353283653848 -7615,0.5,0.153725174569888,0.0,0.0117792252534418,0.153725174569888,0.0,0.0168086869515462,0.153725174569888,0.0,0.00656847059071943,0.153725174569888,0.0,0.00724081138324905,0.153725174569888,0.0,0.077355706520942,0.153725174569888,0.0,0.101517875322643,0.153725174569888,0.0,0.0741171625777163,0.153725174569888,0.0,0.103761477470134,0.5,0.153725174569888,0.0,0.0511058547718141,0.153725174569888,0.0,0.0154891502409543,0.5,0.153725174569888,0.0,0.033776310436096,0.153725174569888,0.0,0.0680289973909663,0.153725174569888,0.0,0.0217327775354356,0.153725174569888,0.0,0.0773764560963279,0.153725174569888,0.0,0.0238138713821802,0.153725174569888,0.0,0.0216395508230636,0.153725174569888,0.0,0.017389942453837,0.5,0.153725174569888,0.0,0.0113371524208881,0,0.0859125239556082,0.544584016242377 -7616,0.5,0.153725174569888,0.0,0.0128601980655267,0.153725174569888,0.0,0.0255997103456381,0.153725174569888,0.0,0.0083297493061584,0.153725174569888,6.26897834965254e-06,0.00781743655857518,0.153725174569888,0.0,0.0847280265946658,0.153725174569888,0.0,0.120342025462321,0.153725174569888,0.0,0.0909374630709343,0.153725174569888,0.0,0.146633026050376,0.5,0.153725174569888,0.0,0.10891568662393,0.153725174569888,0.0,0.0170145919869118,0.5,0.153725174569888,0.0,0.0425828344173776,0.153725174569888,0.0,0.0907863627157079,0.153725174569888,0.0,0.0288473556720623,0.153725174569888,0.0,0.0889400063603536,0.153725174569888,0.0,0.0322555162808082,0.153725174569888,0.0,0.0299187070587485,0.153725174569888,0.0,0.0189717784651342,0.5,0.153725174569888,0.000589014742835801,0.0151694348538327,0,0.0874719178219775,0.579879588246097 -7617,0.5,0.153725174569888,0.00269730503354003,0.0155495252735402,0.153725174569888,0.0339906775053212,0.0317439880520069,0.153725174569888,0.00534123436443399,0.0139289343318185,0.153725174569888,0.0110090661357984,0.00984838620841201,0.153725174569888,0.0229013196057126,0.0832154098612406,0.153725174569888,0.0176222931018777,0.121941265906498,0.153725174569888,0.0283862507849888,0.101619157727969,0.153725174569888,0.00980101701303465,0.220232200508083,0.5,0.153725174569888,0.0115104431708163,0.170401009722271,0.153725174569888,0.0483116752482561,0.0235804885477012,0.5,0.153725174569888,0.0466476947093286,0.0642905778321867,0.153725174569888,0.0494465727649327,0.120081370192931,0.153725174569888,0.0162406767538552,0.0325983754204772,0.153725174569888,0.0215286849667879,0.101179217239034,0.153725174569888,0.0247675928919361,0.0390316179702269,0.153725174569888,0.00565969585408835,0.0458895765471839,0.153725174569888,0.0390143655586871,0.02614012330691,0.5,0.153725174569888,0.0861580626954107,0.0284019385572854,0,0.0911847522173251,0.648935633562198 -7618,0.5,0.153725174569888,0.010687583558085,0.0195545588678813,0.153725174569888,0.157562318565117,0.0409960059166222,0.153725174569888,0.0250198486676093,0.0238390174739631,0.153725174569888,0.0346074351580789,0.014315662681957,0.153725174569888,0.154984042776197,0.0841388614927343,0.153725174569888,0.110232305842159,0.136579309931211,0.153725174569888,0.145265770780052,0.121934186408038,0.153725174569888,0.0488158991826236,0.354206636005108,0.5,0.153725174569888,0.0618162316232466,0.210944061856994,0.153725174569888,0.133316643150547,0.0343508056061545,0.5,0.153725174569888,0.201058809258011,0.132430217170083,0.153725174569888,0.155305499003028,0.148034444251314,0.153725174569888,0.129008945205778,0.0394408317464474,0.153725174569888,0.159143604665096,0.124062218873358,0.153725174569888,0.101398604047778,0.0474378183735205,0.153725174569888,0.0250314677385613,0.0812453377822587,0.153725174569888,0.145905624463755,0.0555732260908462,0.5,0.153725174569888,0.203470633577023,0.0413168410506586,0,0.0886886839712524,0.72566235576801 -7619,0.5,0.153725174569888,0.0225084244988246,0.0283313627866391,0.153725174569888,0.238695771275665,0.0605931283492416,0.153725174569888,0.0501120891513758,0.0443747409078972,0.153725174569888,0.060635925254885,0.0252658985551697,0.153725174569888,0.252120095769485,0.106222134719418,0.153725174569888,0.18875160504378,0.222439601768448,0.153725174569888,0.235434812531066,0.225590564487917,0.153725174569888,0.0828718496455829,0.515268705486646,0.5,0.153725174569888,0.14698595354328,0.226239049830472,0.153725174569888,0.233135650008216,0.030953463106121,0.5,0.153725174569888,0.32284460335908,0.255314576286221,0.153725174569888,0.289792695907602,0.126013510655338,0.153725174569888,0.224517074552209,0.0547939092408663,0.153725174569888,0.276222026987514,0.154322576132263,0.153725174569888,0.155729826427951,0.0699415079591341,0.153725174569888,0.0544789265469963,0.139545485306286,0.153725174569888,0.28361181402616,0.141260403872999,0.5,0.153725174569888,0.305980953243733,0.0598305104386503,0,0.0885454176996538,0.797700299481823 -7620,0.5,0.153725174569888,0.0332476469866847,0.0415966910610563,0.153725174569888,0.281476358561149,0.102305169950753,0.153725174569888,0.0803733738886442,0.0808354744219103,0.153725174569888,0.0799561798955479,0.0435183003030021,0.153725174569888,0.282089895679959,0.168306914789709,0.153725174569888,0.257126307430343,0.359003930826404,0.153725174569888,0.258242723707928,0.386216015970163,0.153725174569888,0.106912949786346,0.563810772970667,0.5,0.153725174569888,0.260008039378225,0.221726386174311,0.153725174569888,0.328403780157545,0.023027759096753,0.5,0.153725174569888,0.379893753236261,0.330135093916843,0.153725174569888,0.37868022647623,0.118007470436814,0.153725174569888,0.267871422731497,0.0921929686107375,0.153725174569888,0.340235821755382,0.196779481437342,0.153725174569888,0.180069283672679,0.111352491686546,0.153725174569888,0.10212152944496,0.188529257569744,0.153725174569888,0.355211722663615,0.231883342459302,0.5,0.153725174569888,0.389683522830786,0.0909313863347125,0,0.0988051889903204,0.857619711882405 -7621,0.5,0.153725174569888,0.0418835541918473,0.0595505286450455,0.153725174569888,0.301055632296428,0.153709848603231,0.153725174569888,0.0995946461534676,0.114458253156013,0.153725174569888,0.105296051718763,0.0713998768039492,0.153725174569888,0.253830394668143,0.234749500243442,0.153725174569888,0.245904091136364,0.462785582306652,0.153725174569888,0.221778574981503,0.488453290208275,0.153725174569888,0.157132241386669,0.585701372642034,0.5,0.153725174569888,0.337558547559964,0.203450677580846,0.153725174569888,0.391933799068354,0.0219423786656733,0.5,0.153725174569888,0.435395596812634,0.291740718918546,0.153725174569888,0.434507770539357,0.0937627583694912,0.153725174569888,0.259241780780931,0.123873315814447,0.153725174569888,0.340688264138682,0.23779602968166,0.153725174569888,0.153321450206379,0.162893659709602,0.153725174569888,0.174204173665181,0.226185197802907,0.153725174569888,0.358657698282126,0.249260643902726,0.5,0.153725174569888,0.427838215764332,0.104121535857075,0,0.110366886644885,0.873540315564324 -7622,0.5,0.153725174569888,0.0481908628187376,0.077496227588128,0.153725174569888,0.282895730600133,0.152261701224369,0.153725174569888,0.110252345776099,0.124053718271408,0.153725174569888,0.150047516970548,0.102393326008955,0.153725174569888,0.2035197910536,0.375889304582137,0.153725174569888,0.171373885767582,0.523887213955208,0.153725174569888,0.134842227286696,0.447773186430619,0.153725174569888,0.221589803967024,0.541293548283295,0.5,0.153725174569888,0.362458509438696,0.151783478530072,0.153725174569888,0.403629513516733,0.0163665440712679,0.5,0.153725174569888,0.44468697131862,0.193402070525101,0.153725174569888,0.44293565256209,0.0564523525296797,0.153725174569888,0.189972650274994,0.157776605508135,0.153725174569888,0.269895898028023,0.228753726161661,0.153725174569888,0.0999765828727171,0.179904370586131,0.153725174569888,0.19972321196068,0.226155292458084,0.153725174569888,0.315399241066715,0.19620245281799,0.5,0.153725174569888,0.402967310643594,0.0997900463960265,0,0.114139724857507,0.862827219840451 -7623,0.5,0.153725174569888,0.0358219435359447,0.0851660549611273,0.153725174569888,0.183930775493356,0.158953033113673,0.153725174569888,0.0950578785712471,0.09861762645485,0.153725174569888,0.165050430121694,0.107069423799387,0.153725174569888,0.0987778179579446,0.46066613904805,0.153725174569888,0.107992846571473,0.487782649591327,0.153725174569888,0.0815788776546599,0.412528812525596,0.153725174569888,0.235269762353807,0.395474711386161,0.5,0.153725174569888,0.255513768094172,0.0880742757641152,0.153725174569888,0.353541931529807,0.0106518786641962,0.5,0.153725174569888,0.327910378526266,0.150454724346948,0.153725174569888,0.33543651676785,0.0400438009145243,0.153725174569888,0.0969254474701257,0.163655487219412,0.153725174569888,0.144578856732858,0.23750736141744,0.153725174569888,0.0498508703929559,0.172236483514553,0.153725174569888,0.155621219394112,0.199662582324828,0.153725174569888,0.243084373489287,0.128940851447852,0.5,0.153725174569888,0.318854502840087,0.043792662474263,0,0.134519005457742,0.85767831184771 -7624,0.5,0.153725174569888,0.000587943622903697,0.0911567271835725,0.153725174569888,0.0290195981508199,0.146841295509203,0.153725174569888,0.0337572091760091,0.0714127612737283,0.153725174569888,0.010461741874507,0.111629701131353,0.153725174569888,0.0463154913629466,0.416762399497587,0.153725174569888,0.0495707779497732,0.357617602368838,0.153725174569888,0.0769900637482512,0.289559249500592,0.153725174569888,0.103317871709812,0.267347106544998,0.5,0.153725174569888,0.0873264650530523,0.0494026483988646,0.153725174569888,0.140410762687166,0.00965878413266094,0.5,0.153725174569888,0.116552368832771,0.0677339739070977,0.153725174569888,0.12416046936357,0.0279148474605925,0.153725174569888,0.00751513985336543,0.179771369461761,0.153725174569888,0.0349157584289282,0.277437439312375,0.153725174569888,0.00874857324398658,0.17167152822715,0.153725174569888,0.0810692046477045,0.138606913501197,0.153725174569888,0.0659626780194616,0.0958365684936708,0.5,0.153725174569888,0.0770628035243302,0.0247530579239096,0,0.153875970379605,0.871576484351241 -7625,0.5,0.153725174569888,0.0,0.114463009697759,0.153725174569888,0.0,0.198704307273269,0.153725174569888,0.0,0.0784870161684322,0.153725174569888,0.0,0.1272687271886,0.153725174569888,0.0,0.342470727741079,0.153725174569888,0.0,0.265612603095729,0.153725174569888,0.0,0.203565592429466,0.153725174569888,0.0,0.226465846904297,0.5,0.153725174569888,0.0,0.0365674023545874,0.153725174569888,0.0,0.011628020028035,0.5,0.153725174569888,0.0,0.0687861906690431,0.153725174569888,0.0,0.0313116784263562,0.153725174569888,0.0,0.212925401389641,0.153725174569888,0.0,0.327621028082453,0.153725174569888,0.0,0.19202357080282,0.153725174569888,0.0,0.0980695708981083,0.153725174569888,0.0,0.103953540530455,0.5,0.153725174569888,0.0,0.0379372147328405,0,0.198176686496451,0.904637162843658 -7626,0.5,0.153725174569888,0.0,0.156287731672735,0.153725174569888,0.0,0.247881954804437,0.153725174569888,0.0,0.100489428309068,0.153725174569888,0.0,0.11729896084553,0.153725174569888,0.0,0.295572945194603,0.153725174569888,0.0,0.239377590951554,0.153725174569888,0.0,0.19705388937584,0.153725174569888,0.0,0.15820995383349,0.5,0.153725174569888,0.0,0.0394937440102008,0.153725174569888,0.0,0.0177646165788028,0.5,0.153725174569888,0.0,0.0634629892888064,0.153725174569888,0.0,0.0366332221884584,0.153725174569888,0.0,0.272902832828018,0.153725174569888,0.0,0.354857431781243,0.153725174569888,0.0,0.21167737061333,0.153725174569888,0.0,0.0831493972238883,0.153725174569888,0.0,0.113862466792982,0.5,0.153725174569888,0.0,0.0467233665888202,0,0.221502352251385,0.953884716434598 -7627,0.5,0.153725174569888,0.0,0.210679089647567,0.153725174569888,0.0,0.234092936247688,0.153725174569888,0.0,0.106973448904897,0.153725174569888,0.0,0.116225355136189,0.153725174569888,0.0,0.310223145934408,0.153725174569888,0.0,0.208518735901766,0.153725174569888,0.0,0.211194490552012,0.153725174569888,0.0,0.0905287532640784,0.5,0.153725174569888,0.0,0.0884769074910199,0.153725174569888,0.0,0.0286073729442266,0.5,0.153725174569888,0.0,0.0763876536721379,0.153725174569888,0.0,0.037522532382556,0.153725174569888,0.0,0.339231456364378,0.153725174569888,0.0,0.392076407599979,0.153725174569888,0.0,0.216798450959557,0.153725174569888,0.0,0.0915123065151578,0.153725174569888,0.0,0.125605356993553,0.5,0.153725174569888,0.0,0.0493149950718559,0,0.255871052676412,0.993382274807784 -7628,0.5,0.153725174569888,0.0,0.255304450802804,0.153725174569888,0.0,0.236467886670931,0.153725174569888,0.0,0.0962226874659782,0.153725174569888,0.0,0.121635091160443,0.153725174569888,0.0,0.365675367731525,0.153725174569888,0.0,0.149058201197724,0.153725174569888,0.0,0.204522780240339,0.153725174569888,0.0,0.0778753006910991,0.5,0.153725174569888,0.0,0.092521934429352,0.153725174569888,0.0,0.0324079874134089,0.5,0.153725174569888,0.0,0.0521472136893725,0.153725174569888,0.0,0.0265550383294172,0.153725174569888,0.0,0.348344968012079,0.153725174569888,0.0,0.442360308014916,0.153725174569888,0.0,0.217904927098684,0.153725174569888,0.0,0.0780121992873275,0.153725174569888,0.0,0.119151413442303,0.5,0.153725174569888,0.0,0.046357763833801,0,0.334856313367267,1.00289817085791 -7629,0.5,0.153725174569888,0.0,0.282922801639366,0.153725174569888,0.0,0.222212308736723,0.153725174569888,0.0,0.0771143121230676,0.153725174569888,0.0,0.131212305265319,0.153725174569888,0.0,0.328420656273105,0.153725174569888,0.0,0.132545005927674,0.153725174569888,0.0,0.165368910915965,0.153725174569888,0.0,0.0840436796325058,0.5,0.153725174569888,0.0,0.0483859060771179,0.153725174569888,0.0,0.0299668284433938,0.5,0.153725174569888,0.0,0.0244378587527778,0.153725174569888,0.0,0.0148167755202869,0.153725174569888,0.0,0.336919553934868,0.153725174569888,0.0,0.475044790349405,0.153725174569888,0.0,0.229692896026514,0.153725174569888,0.0,0.0607830454280108,0.153725174569888,0.0,0.0983626824557201,0.5,0.153725174569888,0.0,0.0474199422046186,0,0.390261969468323,0.998852535845157 -7630,0.5,0.153725174569888,0.0,0.27998137016913,0.153725174569888,0.0,0.296197059178687,0.153725174569888,0.0,0.0569994961351496,0.153725174569888,0.0,0.150082286626602,0.153725174569888,0.0,0.26579992162715,0.153725174569888,0.0,0.139119564371884,0.153725174569888,0.0,0.140323176394505,0.153725174569888,0.0,0.0772599640495522,0.5,0.153725174569888,0.0,0.0262586323606199,0.153725174569888,0.0,0.0333928634512497,0.5,0.153725174569888,0.0,0.0202301349791048,0.153725174569888,0.0,0.0130506026715029,0.153725174569888,0.0,0.401802157796022,0.153725174569888,0.0,0.451611425601573,0.153725174569888,0.0,0.231072329799815,0.153725174569888,0.0,0.0554243586944218,0.153725174569888,0.0,0.0781158342809602,0.5,0.153725174569888,0.0,0.0427376731787814,0,0.424404578198923,0.993408202457114 -7631,0.5,0.153725174569888,0.0,0.286022463607063,0.153725174569888,0.0,0.341038784154388,0.153725174569888,0.0,0.0503504966750828,0.153725174569888,0.0,0.16060860418159,0.153725174569888,0.0,0.198759486351607,0.153725174569888,0.0,0.135478127047061,0.153725174569888,0.0,0.114950652434611,0.153725174569888,0.0,0.054976783307712,0.5,0.153725174569888,0.0,0.015794976849385,0.153725174569888,0.0,0.030286282433535,0.5,0.153725174569888,0.0,0.0258084483943977,0.153725174569888,0.0,0.0130125419105681,0.153725174569888,0.0,0.492890825321947,0.153725174569888,0.0,0.43885807781223,0.153725174569888,0.0,0.20516039318039,0.153725174569888,0.0,0.0492960952373297,0.153725174569888,0.0,0.0653709793668458,0.5,0.153725174569888,0.0,0.0399688157557325,0,0.50365666374735,0.989605967742547 -7632,0.5,0.153725174569888,0.0,0.303757503568404,0.153725174569888,0.0,0.347935567944719,0.153725174569888,0.0,0.0481589474741362,0.153725174569888,0.0,0.156335804722087,0.153725174569888,0.0,0.138010877899394,0.153725174569888,0.0,0.116014289939333,0.153725174569888,0.0,0.0772289223249021,0.153725174569888,0.0,0.0252307205882011,0.5,0.153725174569888,0.0,0.0095130508875902,0.153725174569888,0.0,0.0264252309620496,0.5,0.153725174569888,0.0,0.0242212440358918,0.153725174569888,0.0,0.0102028041672774,0.153725174569888,0.0,0.547864613794851,0.153725174569888,0.0,0.418546396190098,0.153725174569888,0.0,0.177953183853349,0.153725174569888,0.0,0.0319009652177294,0.153725174569888,0.0,0.0609998652375133,0.5,0.153725174569888,0.0,0.0403210976700556,0,0.640198345622703,0.991572556989791 -7633,0.5,0.153725174569888,0.0,0.338489225742769,0.153725174569888,0.0,0.306549643604936,0.153725174569888,0.0,0.0475986099741006,0.153725174569888,0.0,0.149135983843693,0.153725174569888,0.0,0.0965326956168904,0.153725174569888,0.0,0.0835510900997293,0.153725174569888,0.0,0.0451836891042333,0.153725174569888,0.0,0.0118422386612047,0.5,0.153725174569888,0.0,0.00248460761964508,0.153725174569888,0.0,0.0224436210801926,0.5,0.153725174569888,0.0,0.0175002064837482,0.153725174569888,0.0,0.0089128585443321,0.153725174569888,0.0,0.539260114777831,0.153725174569888,0.0,0.387657858955159,0.153725174569888,0.0,0.156415050548074,0.153725174569888,0.0,0.0163968548804259,0.153725174569888,0.0,0.0596569517201122,0.5,0.153725174569888,0.0,0.0401788197087239,0,0.712424683347237,0.981363500372759 -7634,0.5,0.153725174569888,0.0,0.363923273800965,0.153725174569888,0.0,0.305461890224747,0.153725174569888,0.0,0.0481503426666688,0.153725174569888,0.0,0.154395490885949,0.153725174569888,0.0,0.0755998184490142,0.153725174569888,0.0,0.0532686056931898,0.153725174569888,0.0,0.0256345803274958,0.153725174569888,0.0,0.00938485439306215,0.5,0.153725174569888,0.0,0.00717354541720275,0.153725174569888,0.0,0.0246949601703955,0.5,0.153725174569888,0.0,0.0115825001427583,0.153725174569888,0.0,0.00983109340501882,0.153725174569888,0.0,0.521807528178139,0.153725174569888,0.0,0.34652615358116,0.153725174569888,0.0,0.157781529814097,0.153725174569888,0.0,0.00548899466777986,0.153725174569888,0.0,0.0547142735463607,0.5,0.153725174569888,0.0,0.0345818215274562,0,0.756080886547446,0.930135177583926 -7635,0.5,0.153725174569888,0.0,0.379155784904121,0.153725174569888,0.0,0.314607043397584,0.153725174569888,0.0,0.0423217263645812,0.153725174569888,0.0,0.167701460411814,0.153725174569888,0.0,0.0581834928932096,0.153725174569888,0.0,0.0339296235936924,0.153725174569888,0.0,0.0149416559618626,0.153725174569888,0.0,0.0101861697742022,0.5,0.153725174569888,0.0,0.00129050346365194,0.153725174569888,0.0,0.0292725376581758,0.5,0.153725174569888,0.0,0.0211637446483605,0.153725174569888,0.0,0.00919052609763865,0.153725174569888,0.0,0.484783161858313,0.153725174569888,0.0,0.289082228378735,0.153725174569888,0.0,0.140645372731644,0.153725174569888,0.0,0.0116571392208941,0.153725174569888,0.0,0.0508125302012777,0.5,0.153725174569888,0.0,0.02501465413086,0,0.848698728926868,0.799437838961598 -7636,0.5,0.153725174569888,0.0,0.369473611757498,0.153725174569888,0.0,0.218794534799034,0.153725174569888,0.0,0.034420099231002,0.153725174569888,0.0,0.178629711593883,0.153725174569888,0.0,0.0478117871915666,0.153725174569888,0.0,0.0209050503431219,0.153725174569888,0.0,0.0170194776201743,0.153725174569888,0.0,0.00794920826199295,0.5,0.153725174569888,0.0,0.000733794806202634,0.153725174569888,0.0,0.0348207191241766,0.5,0.153725174569888,0.0,0.0110543573283058,0.153725174569888,0.0,0.00989887636812078,0.153725174569888,0.0,0.426924430784771,0.153725174569888,0.0,0.23310808673855,0.153725174569888,0.0,0.122547142236095,0.153725174569888,0.0,0.00765219958087024,0.153725174569888,0.0,0.0635109021592837,0.5,0.153725174569888,0.0,0.0194559298004426,0,0.864557298340089,0.691529570754955 -7637,0.5,0.153725174569888,0.0,0.362027116756241,0.153725174569888,0.0,0.230080610693461,0.153725174569888,0.0,0.0469137711026993,0.153725174569888,0.0,0.201749167374019,0.153725174569888,0.0,0.0440746467841646,0.153725174569888,0.0,0.0129964567742689,0.153725174569888,0.0,0.0146642084831912,0.153725174569888,0.0,0.00721983505199551,0.5,0.153725174569888,0.0,0.00189902087838028,0.153725174569888,0.0,0.0354534913736547,0.5,0.153725174569888,0.0,0.00475285741464922,0.153725174569888,0.0,0.00984289719523322,0.153725174569888,0.0,0.467098493172667,0.153725174569888,0.0,0.223282939186796,0.153725174569888,0.0,0.152221533436456,0.153725174569888,0.0,0.00490605418042915,0.153725174569888,0.0,0.0805341324528216,0.5,0.153725174569888,0.0,0.0198749075568172,0,0.835301262123559,0.690094586169049 -7638,0.5,0.153725174569888,0.0,0.373603522767844,0.153725174569888,0.0,0.310549686260121,0.153725174569888,0.0,0.0620002888217436,0.153725174569888,0.0,0.213758742527808,0.153725174569888,0.0,0.0397439883653295,0.153725174569888,0.0,0.00849559086459116,0.153725174569888,0.0,0.0114374385983083,0.153725174569888,0.0,0.00836153430958395,0.5,0.153725174569888,0.0,0.00189500093371058,0.153725174569888,0.0,0.0513931981288263,0.5,0.153725174569888,0.0,0.00697295035972839,0.153725174569888,0.0,0.00830423079035458,0.153725174569888,0.0,0.541939786430707,0.153725174569888,0.0,0.221569987125217,0.153725174569888,0.0,0.190802013651624,0.153725174569888,0.0,0.00407984248109651,0.153725174569888,0.0,0.0769556003882696,0.5,0.153725174569888,0.0,0.0101893374685512,0,0.810252960728096,0.66152731847301 -7639,0.5,0.153725174569888,0.0,0.400521564439146,0.153725174569888,0.0,0.374089708914314,0.153725174569888,0.0,0.0829766727385779,0.153725174569888,0.0,0.214975972893861,0.153725174569888,0.0,0.0377426275562338,0.153725174569888,0.0,0.00689563665087565,0.153725174569888,0.0,0.0168021877495368,0.153725174569888,0.0,0.0097156515220341,0.5,0.153725174569888,0.0,0.00258534657648273,0.153725174569888,0.0,0.0252085353485617,0.5,0.153725174569888,0.0,0.0115013247773169,0.153725174569888,0.0,0.00762709544281341,0.153725174569888,0.0,0.589945517022366,0.153725174569888,0.0,0.217901571101803,0.153725174569888,0.0,0.208922980041762,0.153725174569888,0.0,0.011194105771914,0.153725174569888,0.0,0.0675084491070536,0.5,0.153725174569888,0.0,0.00735854053068224,0,0.853246386342675,0.660819983111286 -7640,0.5,0.153725174569888,0.0,0.43189722046277,0.153725174569888,0.0,0.447319498679714,0.153725174569888,0.0,0.086028360068961,0.153725174569888,0.0,0.203272140469521,0.153725174569888,0.0,0.0398871596161749,0.153725174569888,0.0,0.00923059154979818,0.153725174569888,0.0,0.0213958515563738,0.153725174569888,0.0,0.0115340975455073,0.5,0.153725174569888,0.0,0.00239801704179919,0.153725174569888,0.0,0.0121978043640653,0.5,0.153725174569888,0.0,0.00945249888243598,0.153725174569888,0.0,0.00353061112340968,0.153725174569888,0.0,0.618024214072154,0.153725174569888,0.0,0.217440680354123,0.153725174569888,0.0,0.212115668957561,0.153725174569888,0.0,0.0167145341946198,0.153725174569888,0.0,0.0627901493346219,0.5,0.153725174569888,0.00020407883044608,0.00848840081586932,0,0.893771543957269,0.607647602211174 -7641,0.5,0.153725174569888,0.00253142033190695,0.455058262944387,0.153725174569888,0.00141230073679827,0.450150763151324,0.153725174569888,0.0121249971999999,0.0599714903199093,0.153725174569888,0.00989946681868697,0.216861036332414,0.153725174569888,0.00329737269197527,0.045882325334988,0.153725174569888,0.000837874511457753,0.00912407825733328,0.153725174569888,0.00825626582931917,0.0153844245317287,0.153725174569888,0.00234401464170972,0.0106507426874476,0.5,0.153725174569888,0.00281927979720563,0.00376637159545434,0.153725174569888,0.0233334413712999,0.00724093778003349,0.5,0.153725174569888,0.00925187928213338,0.00381787010059622,0.153725174569888,0.0177219596234056,0.00287620901101532,0.153725174569888,0.000880617713309462,0.626075590274303,0.153725174569888,0.00191743647424876,0.242892347442686,0.153725174569888,0.00542894046015892,0.22261023992011,0.153725174569888,0.0119636036514559,0.015594639183562,0.153725174569888,0.0149095634090288,0.0679989051815037,0.5,0.153725174569888,0.0605253835014107,0.00914562299506992,0,0.91536272412948,0.538169592787122 -7642,0.5,0.153725174569888,0.0098495574713205,0.458245927254279,0.153725174569888,0.00719558537350154,0.41398736207504,0.153725174569888,0.043159836865328,0.0477588690847721,0.153725174569888,0.0412689827827187,0.234824975310049,0.153725174569888,0.030692217662121,0.0544456786481761,0.153725174569888,0.00878536845827532,0.00893253876410905,0.153725174569888,0.0514959404805113,0.0146506814369539,0.153725174569888,0.0165029137860776,0.00825488120964665,0.5,0.153725174569888,0.0149692103717611,0.00799611056326861,0.153725174569888,0.0734712989069584,0.00242959254809857,0.5,0.153725174569888,0.0438869436416675,0.000734756184053418,0.153725174569888,0.0696412840738133,0.00204819324919053,0.153725174569888,0.0046960040625399,0.61803201837346,0.153725174569888,0.0151394685071009,0.264849010155798,0.153725174569888,0.0301041376954071,0.232633137947125,0.153725174569888,0.0439510830080604,0.0270101145158728,0.153725174569888,0.0426135221967761,0.0647959773782958,0.5,0.153725174569888,0.145334681929989,0.00955960606088769,0,0.910377019327041,0.558367296112556 -7643,0.5,0.153725174569888,0.0175499870346589,0.450455869260993,0.153725174569888,0.0134957480623083,0.414150031357347,0.153725174569888,0.0861460196620856,0.0522616779355381,0.153725174569888,0.0614013788184456,0.259734082003013,0.153725174569888,0.0612089068231082,0.0769798692478966,0.153725174569888,0.0191975135578452,0.00871532677792037,0.153725174569888,0.0908745922943498,0.0354000772643245,0.153725174569888,0.039665734575533,0.0117222780739381,0.5,0.153725174569888,0.0288614871025317,0.0159148238243678,0.153725174569888,0.155802971696123,0.000724144182961544,0.5,0.153725174569888,0.0883652671859438,0.00052859858429828,0.153725174569888,0.157422850003522,0.00101111169689472,0.153725174569888,0.00930675058502627,0.620555906271227,0.153725174569888,0.0318495206288794,0.277788949518139,0.153725174569888,0.0596468504030907,0.232692029823742,0.153725174569888,0.0569613835955477,0.0312218394284287,0.153725174569888,0.0740445972080185,0.0599642351956223,0.5,0.153725174569888,0.215287465789093,0.0106909625297563,0,0.892085759496466,0.585681323032337 -7644,0.5,0.153725174569888,0.0222326066412654,0.450181736275858,0.153725174569888,0.0182299323515077,0.385165715499165,0.153725174569888,0.121013906228867,0.0663428783613242,0.153725174569888,0.065717787603613,0.28763219950918,0.153725174569888,0.0905420651500462,0.0871553821247961,0.153725174569888,0.0244162437449859,0.0108936836109295,0.153725174569888,0.100725863719973,0.0365813922606003,0.153725174569888,0.0441193101604911,0.013374399443147,0.5,0.153725174569888,0.0468522682909135,0.0124246101035138,0.153725174569888,0.295989198564311,0.00271202469247737,0.5,0.153725174569888,0.122181271586461,4.43116936231386e-05,0.153725174569888,0.231234580266182,0.00154473250539393,0.153725174569888,0.0142951744229611,0.608844356310935,0.153725174569888,0.040390452966935,0.267261331087767,0.153725174569888,0.0824434407750981,0.232158589003849,0.153725174569888,0.0613469860806945,0.0329657810844473,0.153725174569888,0.120608425260611,0.0502773203192716,0.5,0.153725174569888,0.26027265833403,0.0232966932996852,0,0.882256177293737,0.618832360047204 -7645,0.5,0.153725174569888,0.0219704636270318,0.454214103439814,0.153725174569888,0.0170805081930439,0.373594774694694,0.153725174569888,0.126393070261226,0.0780623427606568,0.153725174569888,0.0592493544581252,0.293868734135483,0.153725174569888,0.0941121229420581,0.077565372962374,0.153725174569888,0.0184589525123258,0.0119973064235428,0.153725174569888,0.089770758509716,0.0332101178632471,0.153725174569888,0.0454164463014409,0.00699561486543942,0.5,0.153725174569888,0.0701199001312116,0.0102385319717394,0.153725174569888,0.329097787162294,0.0125010208890245,0.5,0.153725174569888,0.110832530184108,1.71501606491854e-05,0.153725174569888,0.238756800363108,0.00314556263865433,0.153725174569888,0.0140799584510164,0.586169964178935,0.153725174569888,0.0434825940608143,0.268607770502781,0.153725174569888,0.0747729610691534,0.209975090415606,0.153725174569888,0.061184716213962,0.0286782736354254,0.153725174569888,0.163473379089712,0.036615529689626,0.5,0.153725174569888,0.284437107099815,0.0316498354979598,0,0.869834235398296,0.586557090379596 -7646,0.5,0.153725174569888,0.015540298611649,0.459528189751078,0.153725174569888,0.0152968303796926,0.405459575138044,0.153725174569888,0.112251704674581,0.0670734871046698,0.153725174569888,0.0630610289932045,0.301194806317493,0.153725174569888,0.0824648523376446,0.061738842861949,0.153725174569888,0.0165315110901236,0.00694887017512109,0.153725174569888,0.0509777241690307,0.0198604158600665,0.153725174569888,0.0587796079192402,0.0129229010914767,0.5,0.153725174569888,0.0631429361430128,0.0077908212058293,0.153725174569888,0.335616345051435,0.0137232425839857,0.5,0.153725174569888,0.0825854366529157,1.08779815013306e-05,0.153725174569888,0.184904906284069,0.00565320826523921,0.153725174569888,0.0102393350768049,0.599913726542881,0.153725174569888,0.0378909007876851,0.264576557600137,0.153725174569888,0.0515618312613955,0.176283623455233,0.153725174569888,0.0636913696460838,0.0206397175161654,0.153725174569888,0.167018599247974,0.0200045465448457,0.5,0.153725174569888,0.29359091984439,0.0321321834984666,0,0.888870155696449,0.508638828668095 -7647,0.5,0.153725174569888,0.0119654353711549,0.472540812141123,0.153725174569888,0.0125650423511241,0.361637228328097,0.153725174569888,0.0555098726542131,0.0392116984723221,0.153725174569888,0.0385729508129117,0.290248362706157,0.153725174569888,0.0291238119142766,0.0284220809541978,0.153725174569888,0.0327727357696277,0.00612162691551239,0.153725174569888,0.0527052571084771,0.0122586270553167,0.153725174569888,0.0391181371085931,0.0147625299706026,0.5,0.153725174569888,0.0381254020631038,0.00421677544146679,0.153725174569888,0.268449362609885,0.012847204395699,0.5,0.153725174569888,0.0407062814669963,1.59412788302584e-05,0.153725174569888,0.105660807875391,0.00844345749145969,0.153725174569888,0.00640224060140894,0.622065506602054,0.153725174569888,0.0202817775620291,0.22616742394963,0.153725174569888,0.022954997970976,0.118573493494229,0.153725174569888,0.049060252444275,0.0293771773983533,0.153725174569888,0.12921130425609,0.00791163529219655,0.5,0.153725174569888,0.260750329152575,0.0161711585011047,0,0.893598987755353,0.451425506452092 -7648,0.5,0.153725174569888,0.000939880760950713,0.490581961059871,0.153725174569888,0.000877977271040449,0.27046417029814,0.153725174569888,0.011759562623933,0.014647759723431,0.153725174569888,0.00536200156753694,0.262687180686187,0.153725174569888,0.0103001216453436,0.020557312640414,0.153725174569888,0.019891573767225,0.0091468301799171,0.153725174569888,0.0296356353566162,0.0123707470385865,0.153725174569888,0.0102856035932231,0.012267137332612,0.5,0.153725174569888,0.015701279132577,0.00202033630924285,0.153725174569888,0.120258198599663,0.0197915247369328,0.5,0.153725174569888,0.0117359284685397,6.30801634196165e-05,0.153725174569888,0.0404087113807252,0.0133735517859626,0.153725174569888,0.000535345245280326,0.599612766767188,0.153725174569888,0.0043973541268566,0.189042537024702,0.153725174569888,0.00557834272795345,0.087476847451991,0.153725174569888,0.0158260437221827,0.0204305922381759,0.153725174569888,0.0395316848493433,0.00164394409757711,0.5,0.153725174569888,0.0743251780093385,0.00959454549637473,0,0.909260789208418,0.477292700735612 -7649,0.5,0.153725174569888,0.0,0.491683097462228,0.153725174569888,0.0,0.227810581691479,0.153725174569888,0.0,0.013327299411971,0.153725174569888,0.0,0.229330393999352,0.153725174569888,0.0,0.0239583654604405,0.153725174569888,1.06391307875456e-05,0.00708630871577872,0.153725174569888,0.0,0.0113664376532199,0.153725174569888,5.45691991801229e-05,0.00495470462745205,0.5,0.153725174569888,7.74835836586047e-05,0.00110950913909564,0.153725174569888,0.0,0.0162958531903703,0.5,0.153725174569888,0.0,0.00118552791266796,0.153725174569888,3.09969375714406e-05,0.0199529843966403,0.153725174569888,0.0,0.54359462187693,0.153725174569888,0.0,0.185966488931789,0.153725174569888,0.0,0.0788056780691312,0.153725174569888,0.0,0.00609735968306851,0.153725174569888,0.0,0.002499716514835,0.5,0.153725174569888,0.0,0.0157029967071163,0,0.939763816573785,0.487372357455992 -7650,0.5,0.153725174569888,0.0,0.478413049449939,0.153725174569888,0.0,0.246673815459275,0.153725174569888,0.0,0.0151554682360557,0.153725174569888,0.0,0.194389604670583,0.153725174569888,0.0,0.0257171831280196,0.153725174569888,0.0,0.00210314952306384,0.153725174569888,0.0,0.00977465068169024,0.153725174569888,0.0,0.00301242672044943,0.5,0.153725174569888,0.0,0.000695764948546172,0.153725174569888,0.0,0.0144500293880216,0.5,0.153725174569888,0.0,0.00680777119563397,0.153725174569888,0.0,0.0186180799333861,0.153725174569888,0.0,0.532942507206242,0.153725174569888,0.0,0.188111088694214,0.153725174569888,0.0,0.0721626905075486,0.153725174569888,0.0,0.00630481898378853,0.153725174569888,0.0,0.00550732695656917,0.5,0.153725174569888,0.0,0.0164763332941184,0,0.957972074277867,0.515217837070804 -7651,0.5,0.153725174569888,0.0,0.463565209838632,0.153725174569888,0.0,0.260228043010465,0.153725174569888,0.0,0.0144416762579899,0.153725174569888,0.0,0.170520009270043,0.153725174569888,0.0,0.0254946474504362,0.153725174569888,0.0,0.0014280662709279,0.153725174569888,0.0,0.00961354057968911,0.153725174569888,0.0,0.00310039255152218,0.5,0.153725174569888,0.0,0.000422767687677608,0.153725174569888,0.0,0.0141796216528544,0.5,0.153725174569888,0.0,0.00991783684756484,0.153725174569888,0.0,0.0154146286996245,0.153725174569888,0.0,0.527981018112988,0.153725174569888,0.0,0.180830511677353,0.153725174569888,0.0,0.0640302562533906,0.153725174569888,0.0,0.00482290521586264,0.153725174569888,0.0,0.00718641410314593,0.5,0.153725174569888,0.0,0.0253992452122545,0,0.955880598696125,0.562785128234529 -7652,0.5,0.153725174569888,0.0,0.449254676268774,0.153725174569888,0.0,0.212398500848892,0.153725174569888,0.0,0.0138727482459602,0.153725174569888,0.0,0.168536708895501,0.153725174569888,0.0,0.0233491500411504,0.153725174569888,0.0,0.00265039898765904,0.153725174569888,0.0,0.00483685587868648,0.153725174569888,0.0,0.0040222477369283,0.5,0.153725174569888,0.0,0.00108798829990304,0.153725174569888,0.0,0.0105208930748072,0.5,0.153725174569888,0.0,0.013213819277367,0.153725174569888,0.0,0.0150686678535471,0.153725174569888,0.0,0.512751821976133,0.153725174569888,0.0,0.165188767114216,0.153725174569888,0.0,0.0574352431328633,0.153725174569888,0.0,0.000930978231881421,0.153725174569888,0.0,0.0120781103791544,0.5,0.153725174569888,0.0,0.0317090076693342,0,0.937964315979157,0.532569681506303 -7653,0.5,0.153725174569888,0.0,0.439674752973898,0.153725174569888,0.0,0.176463739535665,0.153725174569888,0.0,0.0192425820680522,0.153725174569888,0.0,0.164343137384993,0.153725174569888,0.0,0.0141885311507904,0.153725174569888,0.0,0.00280824952163396,0.153725174569888,0.0,0.00210424156726665,0.153725174569888,0.0,0.00467771605922748,0.5,0.153725174569888,0.0,0.00277356078626958,0.153725174569888,0.0,0.00633281463617767,0.5,0.153725174569888,0.0,0.0176970172945616,0.153725174569888,0.0,0.0147286168125057,0.153725174569888,0.0,0.46737251046344,0.153725174569888,0.0,0.129680253229199,0.153725174569888,0.0,0.048405723306967,0.153725174569888,0.0,0.00129681971718475,0.153725174569888,0.0,0.0152864667088898,0.5,0.153725174569888,0.0,0.0396069638778155,0,0.903121288279372,0.497597483149962 -7654,0.5,0.153725174569888,0.0,0.424984907335502,0.153725174569888,0.0,0.159017993703769,0.153725174569888,0.0,0.0192450076540324,0.153725174569888,0.0,0.171767034444689,0.153725174569888,0.0,0.00699922484094734,0.153725174569888,0.0,0.00269504185256193,0.153725174569888,0.0,0.000790593101012382,0.153725174569888,0.0,0.00649514328637577,0.5,0.153725174569888,0.0,0.00336877381079525,0.153725174569888,0.0,0.0289074351472956,0.5,0.153725174569888,0.0,0.0165580864266393,0.153725174569888,0.0,0.0158200623902882,0.153725174569888,0.0,0.424094056102209,0.153725174569888,0.0,0.0955163484838697,0.153725174569888,0.0,0.0423041857164663,0.153725174569888,0.0,0.00315751651198949,0.153725174569888,0.0,0.019272707065799,0.5,0.153725174569888,0.0,0.0371878517501827,0,0.889286641406661,0.421100044772274 -7655,0.5,0.153725174569888,0.0,0.420032405460088,0.153725174569888,0.0,0.138389665954279,0.153725174569888,0.0,0.0231044334825376,0.153725174569888,0.0,0.187649384650418,0.153725174569888,0.0,0.00734658557947388,0.153725174569888,0.0,0.00280591018515918,0.153725174569888,0.0,0.00089768638194079,0.153725174569888,0.0,0.00630129081338522,0.5,0.153725174569888,0.0,0.00245447523415255,0.153725174569888,0.0,0.0320107940811744,0.5,0.153725174569888,0.0,0.00364793780007038,0.153725174569888,0.0,0.0258518592782861,0.153725174569888,0.0,0.381601623172589,0.153725174569888,0.0,0.0813195353884046,0.153725174569888,0.0,0.0349973777668119,0.153725174569888,0.0,0.00556338658300814,0.153725174569888,0.0,0.022080452157963,0.5,0.153725174569888,0.0,0.0148614730654391,0,0.888225545081763,0.304864941487664 -7656,0.5,0.153725174569888,0.0,0.414876617559143,0.153725174569888,0.0,0.117362802538522,0.153725174569888,0.0,0.0391369582937009,0.153725174569888,0.0,0.19573321160486,0.153725174569888,0.0,0.0100147025745351,0.153725174569888,0.0,0.00320039862356398,0.153725174569888,0.0,0.00122164806983348,0.153725174569888,0.0,0.00439050306568143,0.5,0.153725174569888,0.0,0.00216190067220986,0.153725174569888,0.0,0.04569835193083,0.5,0.153725174569888,0.0,0.00196910263524802,0.153725174569888,0.0,0.0381121780726264,0.153725174569888,0.0,0.339094849723026,0.153725174569888,0.0,0.0854282815947499,0.153725174569888,0.0,0.0387247173053629,0.153725174569888,0.0,0.00692807901130456,0.153725174569888,0.0,0.0227377426707959,0.5,0.153725174569888,0.0,0.0204818825115757,0,0.895584195927537,0.235223455290416 -7657,0.5,0.153725174569888,0.0,0.422066363168387,0.153725174569888,0.0,0.128882002030409,0.153725174569888,0.0,0.0554347706725016,0.153725174569888,0.0,0.213812394932999,0.153725174569888,0.0,0.0135253731535806,0.153725174569888,0.0,0.00321480164177244,0.153725174569888,0.0,0.00227224928471437,0.153725174569888,0.0,0.00542272605011192,0.5,0.153725174569888,0.0,0.00394986431116782,0.153725174569888,0.0,0.15292725958297,0.5,0.153725174569888,0.0,0.00800947307240728,0.153725174569888,0.0,0.0488369158074089,0.153725174569888,0.0,0.318886753720552,0.153725174569888,0.0,0.0927643320157934,0.153725174569888,0.0,0.0503892241207654,0.153725174569888,0.0,0.00815728093713467,0.153725174569888,0.0,0.019671493467425,0.5,0.153725174569888,0.0,0.0333453091903018,0,0.904124246262667,0.22870076276242 -7658,0.5,0.153725174569888,0.0,0.45841933696838,0.153725174569888,0.0,0.143384913867566,0.153725174569888,0.0,0.0669640834856152,0.153725174569888,0.0,0.240665487986874,0.153725174569888,0.0,0.0172035745186445,0.153725174569888,0.0,0.00388285254738709,0.153725174569888,0.0,0.00426349968619642,0.153725174569888,0.0,0.00745854348254396,0.5,0.153725174569888,0.0,0.00594914629767549,0.153725174569888,0.0,0.306842895683629,0.5,0.153725174569888,0.0,0.00508064144714932,0.153725174569888,0.0,0.056344438698693,0.153725174569888,0.0,0.327848028172131,0.153725174569888,0.0,0.0931772867893967,0.153725174569888,0.0,0.0579941284275705,0.153725174569888,0.0,0.0109291705584625,0.153725174569888,0.0,0.0146652060260386,0.5,0.153725174569888,0.0,0.0227954305112525,0,0.908045743695314,0.255953648519368 -7659,0.5,0.153725174569888,0.0,0.487334996768669,0.153725174569888,0.0,0.153923320464444,0.153725174569888,0.0,0.0809270979533161,0.153725174569888,0.0,0.26189900781963,0.153725174569888,0.0,0.0212990179334018,0.153725174569888,0.0,0.00556634093991957,0.153725174569888,0.0,0.00639835443554632,0.153725174569888,0.0,0.0101224450211574,0.5,0.153725174569888,0.0,0.0101701884031064,0.153725174569888,0.0,0.314553487449862,0.5,0.153725174569888,0.0,0.00581890572864871,0.153725174569888,0.0,0.0594319541895689,0.153725174569888,0.0,0.35219915278391,0.153725174569888,0.0,0.09329241864593,0.153725174569888,0.0,0.0709550932626452,0.153725174569888,0.0,0.0143882534725871,0.153725174569888,0.0,0.00877898917069079,0.5,0.153725174569888,0.0,0.033826438645064,0,0.908550076714266,0.36165199951736 -7660,0.5,0.153725174569888,0.0,0.503162482005951,0.153725174569888,0.0,0.177002548009709,0.153725174569888,0.0,0.119615854954289,0.153725174569888,0.0,0.2688755425094,0.153725174569888,0.0,0.0231019226948598,0.153725174569888,0.0,0.00936707992694994,0.153725174569888,0.0,0.0101286571036609,0.153725174569888,0.0,0.0174485648027612,0.5,0.153725174569888,0.0,0.0142342853002596,0.153725174569888,0.0,0.32156161545276,0.5,0.153725174569888,0.0,0.0093383359777228,0.153725174569888,0.0,0.0678156157873647,0.153725174569888,0.0,0.388859141612746,0.153725174569888,0.0,0.09825746132415,0.153725174569888,0.0,0.100588480688135,0.153725174569888,0.0,0.0207323662478326,0.153725174569888,0.0,0.0076184391530914,0.5,0.153725174569888,0.0,0.0534972994065585,0,0.929831415986537,0.33253954970962 -7661,0.5,0.153725174569888,0.0,0.524332703609234,0.153725174569888,0.0,0.210281819555676,0.153725174569888,0.0,0.148973200708351,0.153725174569888,0.0,0.281515559047531,0.153725174569888,0.0,0.032551750143374,0.153725174569888,0.0,0.0155761035948597,0.153725174569888,0.0,0.0150807504399041,0.153725174569888,0.0,0.0215167963645599,0.5,0.153725174569888,0.0,0.0186241393670846,0.153725174569888,0.0,0.314220475014223,0.5,0.153725174569888,0.0,0.0143776908855689,0.153725174569888,0.0,0.107783026531119,0.153725174569888,0.0,0.445309590714408,0.153725174569888,0.0,0.110216515586739,0.153725174569888,0.0,0.139849026198837,0.153725174569888,0.0,0.0195217820002748,0.153725174569888,0.0,0.0152520291208959,0.5,0.153725174569888,0.0,0.0893136870914545,0,0.958279101607439,0.33165568451676 -7662,0.5,0.153725174569888,0.0,0.57063475657198,0.153725174569888,0.0,0.24354389880264,0.153725174569888,0.0,0.16681645930201,0.153725174569888,0.0,0.312710687067589,0.153725174569888,0.0,0.0431391298976634,0.153725174569888,0.0,0.0224169458741255,0.153725174569888,0.0,0.0197547805350338,0.153725174569888,0.0,0.0235949568603878,0.5,0.153725174569888,0.0,0.0237515219198103,0.153725174569888,0.0,0.287918575540473,0.5,0.153725174569888,0.0,0.0273302492388357,0.153725174569888,0.0,0.195212545928939,0.153725174569888,0.0,0.491108022003929,0.153725174569888,0.0,0.135344213504204,0.153725174569888,0.0,0.188390946690151,0.153725174569888,0.0,0.0193925671034115,0.153725174569888,0.0,0.0367053875833645,0.5,0.153725174569888,0.0,0.134742892229398,0,0.982709012019494,0.349598443283974 -7663,0.5,0.153725174569888,0.0,0.633323158784318,0.153725174569888,0.0,0.26273224871704,0.153725174569888,0.0,0.174341685993166,0.153725174569888,0.0,0.348344533535869,0.153725174569888,0.0,0.0480617748724206,0.153725174569888,0.0,0.0269407511975919,0.153725174569888,0.0,0.0180981330416613,0.153725174569888,0.0,0.0368542622445734,0.5,0.153725174569888,0.0,0.033905877847485,0.153725174569888,0.0,0.233056621893478,0.5,0.153725174569888,0.0,0.0611976801056755,0.153725174569888,0.0,0.248585317149867,0.153725174569888,0.0,0.536848600555114,0.153725174569888,0.0,0.162443479058708,0.153725174569888,0.0,0.226275784706958,0.153725174569888,0.0,0.0160168152225853,0.153725174569888,0.0,0.0777141289422813,0.5,0.153725174569888,0.0,0.158049549047978,0,0.997074463584917,0.419346251076572 -7664,0.5,0.153725174569888,0.0,0.686377594741114,0.153725174569888,0.0,0.272926188040588,0.153725174569888,0.0,0.166714398484014,0.153725174569888,0.0,0.364001523219369,0.153725174569888,0.0,0.0597393428229155,0.153725174569888,0.0,0.0414243810152492,0.153725174569888,0.0,0.0125921660678742,0.153725174569888,0.0,0.0642639878147989,0.5,0.153725174569888,0.0,0.0458766664218538,0.153725174569888,0.0,0.189973732466913,0.5,0.153725174569888,0.0,0.14293180667387,0.153725174569888,0.0,0.231694515120934,0.153725174569888,0.0,0.604738444862486,0.153725174569888,0.0,0.201474581743622,0.153725174569888,0.0,0.237368405339212,0.153725174569888,0.0,0.0142649068870578,0.153725174569888,0.0,0.124222948678306,0.5,0.153725174569888,1.30651312264504e-05,0.1423767989139,0,1.00107280097509,0.476593733654491 -7665,0.5,0.153725174569888,0.00208374980155869,0.727505403042026,0.153725174569888,0.00103808014488669,0.326992699427523,0.153725174569888,0.000741105836332853,0.128329231926028,0.153725174569888,0.00488123388227086,0.378358983748327,0.153725174569888,0.00042591899044055,0.072786935125606,0.153725174569888,0.000656937829926933,0.0676652170763656,0.153725174569888,0.000784852622679179,0.0122657268210009,0.153725174569888,0.00232438085314092,0.106300528036415,0.5,0.153725174569888,0.00516922015108682,0.0523902027731169,0.153725174569888,0.0170640707779249,0.215817735453438,0.5,0.153725174569888,0.00333785429150111,0.246749274791522,0.153725174569888,0.00496049841466774,0.25318825194834,0.153725174569888,0.000419114590939262,0.677198758680711,0.153725174569888,0.000503696382663897,0.244490890507526,0.153725174569888,0.000687617445592115,0.239757273476913,0.153725174569888,0.00111361241449854,0.0239977827250075,0.153725174569888,0.0033420662208541,0.163004199491345,0.5,0.153725174569888,0.00910833857864861,0.134027071557714,0,1.00371551712144,0.5957961363645 -7666,0.5,0.153725174569888,0.00660630394511405,0.726514694988146,0.153725174569888,0.00998944838385312,0.453274280275084,0.153725174569888,0.0076876655430354,0.111374388715239,0.153725174569888,0.0185902166124039,0.402828334089156,0.153725174569888,0.00253832470724378,0.0826028856135424,0.153725174569888,0.00444488438808145,0.0867532095749091,0.153725174569888,0.00518625112630131,0.0140265955220517,0.153725174569888,0.0216859966617201,0.152256916183926,0.5,0.153725174569888,0.0399513440818253,0.0731850155242163,0.153725174569888,0.0415522587487216,0.413610004286249,0.5,0.153725174569888,0.0234992062242839,0.309802538335563,0.153725174569888,0.0195037008627229,0.285091465203119,0.153725174569888,0.00256055378913661,0.772076812319079,0.153725174569888,0.003181501609057,0.303871931229254,0.153725174569888,0.00312709422333298,0.234100148357424,0.153725174569888,0.00567062620417542,0.0613396443826032,0.153725174569888,0.0126508131805594,0.199112546951542,0.5,0.153725174569888,0.0298437998036807,0.155181159829113,0,1.00589036919709,0.737145737940351 -7667,0.5,0.153725174569888,0.00898649087637363,0.70265143205455,0.153725174569888,0.0200542469020614,0.484379106309593,0.153725174569888,0.0312887000702195,0.1529292723274,0.153725174569888,0.0321420730161716,0.407409061046848,0.153725174569888,0.00746693586251213,0.0977320689083812,0.153725174569888,0.0118881815396548,0.105850751076211,0.153725174569888,0.0116054412638852,0.0185643989202943,0.153725174569888,0.0457929633592919,0.18675181035948,0.5,0.153725174569888,0.0817051185007028,0.124239118893974,0.153725174569888,0.0572495373519276,0.483956323866516,0.5,0.153725174569888,0.0418231699452823,0.355153318050142,0.153725174569888,0.0429511039395687,0.307627365325826,0.153725174569888,0.00515071937129212,0.838723051165352,0.153725174569888,0.00624687833284396,0.355824463051897,0.153725174569888,0.00457474459619563,0.223698376629851,0.153725174569888,0.0128271064421345,0.127033014180064,0.153725174569888,0.0206371911947334,0.238311828188269,0.5,0.153725174569888,0.0414367128651952,0.219079470556654,0,1.00753545661076,0.881337392898781 -7668,0.5,0.153725174569888,0.00844945670728948,0.663381461050562,0.153725174569888,0.0125854820629988,0.513798141290573,0.153725174569888,0.0518167014494545,0.247598998169002,0.153725174569888,0.0501240021160705,0.385098944363353,0.153725174569888,0.0122091787381892,0.114516612777068,0.153725174569888,0.0171672829424913,0.132911649065986,0.153725174569888,0.0134416603636571,0.0308790848167553,0.153725174569888,0.0659199615168128,0.192717834457413,0.5,0.153725174569888,0.100572898094225,0.160538574157808,0.153725174569888,0.0576576111512391,0.439484338235669,0.5,0.153725174569888,0.0396993869273024,0.348470161808595,0.153725174569888,0.0694106277553799,0.317367789861729,0.153725174569888,0.00519119503128095,0.85944144784739,0.153725174569888,0.00943535256255587,0.373522155341522,0.153725174569888,0.00505011755004204,0.216465481198245,0.153725174569888,0.0268411973670094,0.2084423121127,0.153725174569888,0.0233155603934195,0.259447918966772,0.5,0.153725174569888,0.0441309046524442,0.211456787834498,0,1.00793551395375,0.967135482585372 -7669,0.5,0.153725174569888,0.00581367503012487,0.633018788857338,0.153725174569888,0.00468661471789079,0.535872633021256,0.153725174569888,0.0700039935981067,0.346543498463096,0.153725174569888,0.0712557358448581,0.330078514257785,0.153725174569888,0.0144365106116,0.124507208600879,0.153725174569888,0.0189388914199151,0.163510527760891,0.153725174569888,0.008932624176752,0.0722666187959386,0.153725174569888,0.0786617549571248,0.171180434489277,0.5,0.153725174569888,0.0825999694083873,0.174913525539336,0.153725174569888,0.0598143424959751,0.362085300955366,0.5,0.153725174569888,0.0246431785035572,0.294701639511926,0.153725174569888,0.0751584284621001,0.318713981715639,0.153725174569888,0.00230729335622934,0.857771471887059,0.153725174569888,0.010247274861359,0.387005855014921,0.153725174569888,0.00623349657521689,0.199039642524064,0.153725174569888,0.0403752837766912,0.301090522016336,0.153725174569888,0.0253436684884358,0.233255116468468,0.5,0.153725174569888,0.0423608491795453,0.175415685597076,0,1.00712365364932,1.0006457989244 -7670,0.5,0.153725174569888,0.00409030638794853,0.612386747366114,0.153725174569888,0.00216612737453356,0.531481278902824,0.153725174569888,0.0638651486077617,0.402856685694878,0.153725174569888,0.0663539869407725,0.289719116416424,0.153725174569888,0.00819042201664086,0.108249307164443,0.153725174569888,0.0164540957995176,0.184738658502932,0.153725174569888,0.00734796240369526,0.147627693726018,0.153725174569888,0.107461684274551,0.137520147442869,0.5,0.153725174569888,0.0713759227052399,0.204825377331346,0.153725174569888,0.0669641870234342,0.262206160158384,0.5,0.153725174569888,0.0319011268905993,0.315867356162386,0.153725174569888,0.0663929042701057,0.293804232675405,0.153725174569888,0.00103963803568653,0.863309970492439,0.153725174569888,0.00832870239706836,0.391598231204648,0.153725174569888,0.00492327037271312,0.178726265319732,0.153725174569888,0.0393476058818552,0.335751409949662,0.153725174569888,0.0257072207733092,0.207221462680121,0.5,0.153725174569888,0.0357620348989114,0.196363357634035,0,1.00628865486048,1.00317603532608 -7671,0.5,0.153725174569888,0.00293666690589583,0.587083134599959,0.153725174569888,0.00093342735746839,0.496065361515713,0.153725174569888,0.0300171293397541,0.35560225080719,0.153725174569888,0.0317931811742529,0.236294744503601,0.153725174569888,0.00223891998272553,0.0737673037590906,0.153725174569888,0.0134125577135721,0.196195763249906,0.153725174569888,0.00618919478655961,0.263799821976678,0.153725174569888,0.0907004078943268,0.101984172457433,0.5,0.153725174569888,0.0342182376075141,0.201321026555018,0.153725174569888,0.0608812611538507,0.146713309260369,0.5,0.153725174569888,0.0301028892427353,0.371571781279844,0.153725174569888,0.043525384442938,0.195277108444137,0.153725174569888,0.000512054719835727,0.86299816320277,0.153725174569888,0.00395890047690339,0.374523639459436,0.153725174569888,0.00410893577792357,0.156811818722016,0.153725174569888,0.0304152095942407,0.31557864740399,0.153725174569888,0.0138986027671243,0.182807682440098,0.5,0.153725174569888,0.0196319444593302,0.186809097407569,0,1.00548387402221,1.00330762791908 -7672,0.5,0.153725174569888,4.85715741397366e-05,0.558710254570181,0.153725174569888,2.68021764657201e-05,0.474848918181055,0.153725174569888,0.00470475273357993,0.280191981244167,0.153725174569888,0.000516219695189354,0.168579524069205,0.153725174569888,0.000542937422148071,0.040531667081123,0.153725174569888,0.00763732333022949,0.210685319597196,0.153725174569888,0.00333446807068868,0.366227806127666,0.153725174569888,0.0400570983561334,0.0513118534643904,0.5,0.153725174569888,0.0120497100629052,0.189080302645916,0.153725174569888,0.028226301485399,0.0515442948832207,0.5,0.153725174569888,0.017112552924433,0.396302116387253,0.153725174569888,0.023205731421531,0.120343005889183,0.153725174569888,1.42481786522561e-05,0.861156785113371,0.153725174569888,0.000720045211821739,0.32942666950279,0.153725174569888,0.00138746642914603,0.140550462317725,0.153725174569888,0.0118273038470434,0.288458960795881,0.153725174569888,0.00268741859865686,0.172071468932113,0.5,0.153725174569888,0.00689304753099036,0.149837749686693,0,1.00433935786683,1.00308909057262 -7673,0.5,0.153725174569888,0.0,0.524804416279071,0.153725174569888,0.0,0.437847555008646,0.153725174569888,0.0,0.229662571524087,0.153725174569888,0.0,0.120981964547131,0.153725174569888,0.0,0.0268762008796687,0.153725174569888,0.0,0.245576098811702,0.153725174569888,0.0,0.443399316671835,0.153725174569888,0.0,0.04517951062946,0.5,0.153725174569888,0.000110387776924438,0.172423424268081,0.153725174569888,0.0,0.0179171178866344,0.5,0.153725174569888,0.0,0.345849117151643,0.153725174569888,0.0,0.0664175695593134,0.153725174569888,0.0,0.851629573965083,0.153725174569888,0.0,0.272038771715006,0.153725174569888,0.0,0.143529927421682,0.153725174569888,0.0,0.268411908267725,0.153725174569888,0.0,0.174393215752431,0.5,0.153725174569888,0.0,0.100436279393033,0,1.00386966090298,1.00149264795966 -7674,0.5,0.153725174569888,0.0,0.482864352575044,0.153725174569888,0.0,0.318866982087777,0.153725174569888,0.0,0.303738425283692,0.153725174569888,0.0,0.100824401303833,0.153725174569888,0.0,0.0589938305194668,0.153725174569888,0.0,0.303724681678521,0.153725174569888,0.0,0.499067238977998,0.153725174569888,0.0,0.0696174767165108,0.5,0.153725174569888,0.0,0.14562389120592,0.153725174569888,0.0,0.00853873118240483,0.5,0.153725174569888,0.0,0.200687175170104,0.153725174569888,0.0,0.030586857014904,0.153725174569888,0.0,0.833728011195688,0.153725174569888,0.0,0.22138506948301,0.153725174569888,0.0,0.17698625314255,0.153725174569888,0.0,0.295759959524148,0.153725174569888,0.0,0.176842780098893,0.5,0.153725174569888,0.0,0.06609826034601,0,1.00355709580981,0.99566021148579 -7675,0.5,0.153725174569888,0.0,0.433705016086904,0.153725174569888,0.0,0.259376120307298,0.153725174569888,0.0,0.262787375022707,0.153725174569888,0.0,0.0997590871845781,0.153725174569888,0.0,0.164775584562619,0.153725174569888,0.0,0.330004221130434,0.153725174569888,0.0,0.44716498598768,0.153725174569888,0.0,0.105824625483463,0.5,0.153725174569888,0.0,0.171218191710052,0.153725174569888,0.0,0.0105390995453548,0.5,0.153725174569888,0.0,0.0545687736006787,0.153725174569888,0.0,0.0386400963056131,0.153725174569888,0.0,0.816862452638672,0.153725174569888,0.0,0.192910533982111,0.153725174569888,0.0,0.2289456758671,0.153725174569888,0.0,0.311525285648386,0.153725174569888,0.0,0.124644999250853,0.5,0.153725174569888,0.0,0.0394761001598027,0,1.00214617921514,0.966755681825483 -7676,0.5,0.153725174569888,0.0,0.372438400647528,0.153725174569888,0.0,0.203453931298874,0.153725174569888,0.0,0.138079777251443,0.153725174569888,0.0,0.0878945698821121,0.153725174569888,0.0,0.304223772495181,0.153725174569888,0.0,0.279421101885981,0.153725174569888,0.0,0.262216169161491,0.153725174569888,0.0,0.10926276623661,0.5,0.153725174569888,0.0,0.229893673012851,0.153725174569888,0.0,0.0132300042615138,0.5,0.153725174569888,0.0,0.0490753373687299,0.153725174569888,0.0,0.0541530778137688,0.153725174569888,0.0,0.783244925625003,0.153725174569888,0.0,0.173436984712403,0.153725174569888,0.0,0.251037776964815,0.153725174569888,0.0,0.286135894380434,0.153725174569888,0.0,0.0713125119654783,0.5,0.153725174569888,0.0,0.0198265272961557,0,0.998767202688553,0.906231881314345 -7677,0.5,0.153725174569888,0.0,0.294354315227196,0.153725174569888,0.0,0.174575694016964,0.153725174569888,0.0,0.0779219108304824,0.153725174569888,0.0,0.0576863037724855,0.153725174569888,0.0,0.394325545576361,0.153725174569888,0.0,0.183645782006986,0.153725174569888,0.0,0.16067760356323,0.153725174569888,0.0,0.095927070869599,0.5,0.153725174569888,0.0,0.258680632192464,0.153725174569888,0.0,0.014868156850655,0.5,0.153725174569888,0.0,0.0673329069763709,0.153725174569888,0.0,0.0628053194587011,0.153725174569888,0.0,0.714073392988026,0.153725174569888,0.0,0.171356957722107,0.153725174569888,0.0,0.235959842965612,0.153725174569888,0.0,0.236673028970894,0.153725174569888,0.0,0.0519816796185915,0.5,0.153725174569888,0.0,0.0159313647141299,0,0.988326034154316,0.829813092829899 -7678,0.5,0.153725174569888,0.0,0.233811262215333,0.153725174569888,0.0,0.16100842581006,0.153725174569888,0.0,0.0604946022076357,0.153725174569888,0.0,0.0336077773696905,0.153725174569888,0.0,0.361992786714232,0.153725174569888,0.0,0.12028653931636,0.153725174569888,0.0,0.132618279981662,0.153725174569888,0.0,0.0947198492716482,0.5,0.153725174569888,0.0,0.279262759255806,0.153725174569888,0.0,0.0142385935824175,0.5,0.153725174569888,0.0,0.0717553239265087,0.153725174569888,0.0,0.0749893419572784,0.153725174569888,0.0,0.621553479018941,0.153725174569888,0.0,0.183438372530902,0.153725174569888,0.0,0.206278965629063,0.153725174569888,0.0,0.183995235292262,0.153725174569888,0.0,0.0475799542648734,0.5,0.153725174569888,0.0,0.0195824138668558,0,0.951345894806779,0.751674788563282 -7679,0.5,0.153725174569888,0.0,0.17325323718725,0.153725174569888,0.0,0.160628059672657,0.153725174569888,0.0,0.0532040649444655,0.153725174569888,0.0,0.0230878410220545,0.153725174569888,0.0,0.258381301090569,0.153725174569888,0.0,0.0981313339080842,0.153725174569888,0.0,0.121749974681635,0.153725174569888,0.0,0.147049455651993,0.5,0.153725174569888,0.0,0.316511644104309,0.153725174569888,0.0,0.011135357782124,0.5,0.153725174569888,0.0,0.0650380543416842,0.153725174569888,0.0,0.0812813954998366,0.153725174569888,0.0,0.503881356342554,0.153725174569888,0.0,0.208038318878673,0.153725174569888,0.0,0.163345058231758,0.153725174569888,0.0,0.198744596874939,0.153725174569888,0.0,0.0410991479691602,0.5,0.153725174569888,0.0,0.0188962470477672,0,0.856594422155057,0.686069557088176 -7680,0.5,0.153725174569888,0.0,0.12247095866048,0.153725174569888,0.0,0.162761274092679,0.153725174569888,0.0,0.0485678857120887,0.153725174569888,0.0,0.015553451759505,0.153725174569888,0.0,0.171174109186013,0.153725174569888,0.0,0.0876227715830775,0.153725174569888,0.0,0.135783290564311,0.153725174569888,0.0,0.202034825543051,0.5,0.153725174569888,0.0,0.359602835311159,0.153725174569888,0.0,0.00744879781116232,0.5,0.153725174569888,0.0,0.0658612774419656,0.153725174569888,0.0,0.0658121905289023,0.153725174569888,0.0,0.366824672198277,0.153725174569888,0.0,0.236032005002159,0.153725174569888,0.0,0.125383263238413,0.153725174569888,0.0,0.225925306212962,0.153725174569888,0.0,0.0366036482210265,0.5,0.153725174569888,0.0,0.0138513823079127,0,0.693640513348383,0.608350274639578 -7681,0.5,0.153725174569888,0.0,0.0867412371511062,0.153725174569888,0.0,0.128880851562674,0.153725174569888,0.0,0.0553478749088237,0.153725174569888,0.0,0.0109549680409024,0.153725174569888,0.0,0.131035783633075,0.153725174569888,0.0,0.0993166021274939,0.153725174569888,0.0,0.161009391233872,0.153725174569888,0.0,0.203010252913297,0.5,0.153725174569888,0.0,0.391201026432653,0.153725174569888,0.0,0.00487865151845584,0.5,0.153725174569888,0.0,0.0677657450509584,0.153725174569888,0.0,0.0565156922933501,0.153725174569888,0.0,0.260431809707617,0.153725174569888,0.0,0.238291654652004,0.153725174569888,0.0,0.10749220494117,0.153725174569888,0.0,0.201340317221685,0.153725174569888,0.0,0.0305869822170399,0.5,0.153725174569888,0.0,0.00793901082480372,0,0.523078785558935,0.516990947416027 -7682,0.5,0.153725174569888,0.0,0.0601320670332589,0.153725174569888,0.0,0.0740145600658628,0.153725174569888,0.0,0.0483410112038689,0.153725174569888,0.0,0.00904812209820448,0.153725174569888,0.0,0.115750073642431,0.153725174569888,0.0,0.136468019642953,0.153725174569888,0.0,0.185425313557827,0.153725174569888,0.0,0.252457756654384,0.5,0.153725174569888,0.0,0.372180180009346,0.153725174569888,0.0,0.00533031691914054,0.5,0.153725174569888,0.0,0.0645526837170614,0.153725174569888,0.0,0.0496528446618733,0.153725174569888,0.0,0.195295052981482,0.153725174569888,0.0,0.201038453848549,0.153725174569888,0.0,0.100300549680134,0.153725174569888,0.0,0.189642591615971,0.153725174569888,0.0,0.0290733488708853,0.5,0.153725174569888,0.0,0.0039143755248556,0,0.387014249867553,0.548705679761352 -7683,0.5,0.153725174569888,0.0,0.0419567405913194,0.153725174569888,0.0,0.0613493786004374,0.153725174569888,0.0,0.0292137972737955,0.153725174569888,0.0,0.00845972251640944,0.153725174569888,0.0,0.128035553904507,0.153725174569888,0.0,0.17165760563794,0.153725174569888,0.0,0.193168445461352,0.153725174569888,0.0,0.309971267385788,0.5,0.153725174569888,0.0,0.360393301534723,0.153725174569888,0.0,0.0065791535085427,0.5,0.153725174569888,0.0,0.0554512299527043,0.153725174569888,0.0,0.0436237419665577,0.153725174569888,0.0,0.14984442387594,0.153725174569888,0.0,0.150460565787293,0.153725174569888,0.0,0.0859535161002935,0.153725174569888,0.0,0.207570072636286,0.153725174569888,0.0,0.0311002349203572,0.5,0.153725174569888,0.0,0.0032929058259329,0,0.279592988347251,0.631304532103747 -7684,0.5,0.153725174569888,0.0,0.030558747382565,0.153725174569888,0.0,0.058601351086895,0.153725174569888,0.0,0.0218331459792421,0.153725174569888,0.0,0.00559313356823975,0.153725174569888,0.0,0.136314683277579,0.153725174569888,0.0,0.222801210919185,0.153725174569888,0.0,0.212519984451537,0.153725174569888,0.0,0.343802048784111,0.5,0.153725174569888,0.0,0.391738357540005,0.153725174569888,0.0,0.00742183623401106,0.5,0.153725174569888,0.0,0.0530755455418329,0.153725174569888,0.0,0.0423074113193149,0.153725174569888,0.0,0.114624631760368,0.153725174569888,0.0,0.124075330820332,0.153725174569888,0.0,0.0802375014400832,0.153725174569888,0.0,0.236877682854515,0.153725174569888,0.0,0.0322401589361701,0.5,0.153725174569888,0.0,0.00438955464466914,0,0.189203088961755,0.741955727903559 -7685,0.5,0.153725174569888,0.0,0.0227412380657897,0.153725174569888,0.0,0.0540657894516381,0.153725174569888,0.0,0.030455384488967,0.153725174569888,0.0,0.00427226077156753,0.153725174569888,0.0,0.161678801299021,0.153725174569888,0.0,0.290110817541805,0.153725174569888,0.0,0.206196742689762,0.153725174569888,0.0,0.3990101518075,0.5,0.153725174569888,0.0,0.352006803622248,0.153725174569888,0.0,0.00875550407365107,0.5,0.153725174569888,0.0,0.0565608908992968,0.153725174569888,0.0,0.0441316228863325,0.153725174569888,0.0,0.0899296995084687,0.153725174569888,0.0,0.115810005778648,0.153725174569888,0.0,0.0824357671923157,0.153725174569888,0.0,0.234787673064801,0.153725174569888,0.0,0.031536903036626,0.5,0.153725174569888,0.0,0.00558283978665723,0,0.129391691238174,0.736343179973647 -7686,0.5,0.153725174569888,0.0,0.0172852723682405,0.153725174569888,0.0,0.0504773868781006,0.153725174569888,0.0,0.0382160103623869,0.153725174569888,0.0,0.00412289392797519,0.153725174569888,0.0,0.189587543627077,0.153725174569888,0.0,0.33449681082924,0.153725174569888,0.0,0.222660787624344,0.153725174569888,0.0,0.424284458999143,0.5,0.153725174569888,0.0,0.253023750382197,0.153725174569888,0.0,0.00998036356802337,0.5,0.153725174569888,0.0,0.0613529764798976,0.153725174569888,0.0,0.041156629302599,0.153725174569888,0.0,0.0743615201110827,0.153725174569888,0.0,0.121749121350593,0.153725174569888,0.0,0.0920196184623713,0.153725174569888,0.0,0.189323077726188,0.153725174569888,0.0,0.0328003695979072,0.5,0.153725174569888,0.0,0.00573768497978815,0,0.0890952373526124,0.615240663460725 -7687,0.5,0.153725174569888,0.0,0.014332032482828,0.153725174569888,0.0,0.0507343058621354,0.153725174569888,0.0,0.0425101272953599,0.153725174569888,0.0,0.00373741288807333,0.153725174569888,0.0,0.197347653817513,0.153725174569888,0.0,0.372980151849495,0.153725174569888,0.0,0.236212426234769,0.153725174569888,0.0,0.417983716850551,0.5,0.153725174569888,0.0,0.2238836877873,0.153725174569888,0.0,0.0104749311718354,0.5,0.153725174569888,0.0,0.059556648611193,0.153725174569888,0.0,0.0381958168048772,0.153725174569888,0.0,0.0663160945891308,0.153725174569888,0.0,0.130147741616319,0.153725174569888,0.0,0.102198902133107,0.153725174569888,0.0,0.133903578058536,0.153725174569888,0.0,0.0312805882143475,0.5,0.153725174569888,0.0,0.00574442343011571,0,0.0562164658763249,0.609508242367508 -7688,0.5,0.153725174569888,0.0,0.0134369099890573,0.153725174569888,0.0,0.0620286240721574,0.153725174569888,0.0,0.0399341493770707,0.153725174569888,0.0,0.00282145077193576,0.153725174569888,0.0,0.214350684678857,0.153725174569888,0.0,0.43678791193775,0.153725174569888,0.0,0.230514644006413,0.153725174569888,0.0,0.405129043001959,0.5,0.153725174569888,0.0,0.219880953051414,0.153725174569888,0.0,0.00941011803492938,0.5,0.153725174569888,0.0,0.0500996836810067,0.153725174569888,0.0,0.0344869565487794,0.153725174569888,0.0,0.0636602879027257,0.153725174569888,0.0,0.146632705350512,0.153725174569888,0.0,0.106094478611143,0.153725174569888,0.0,0.11285084422783,0.153725174569888,0.0,0.0259829640261646,0.5,0.153725174569888,7.76333220085177e-06,0.00636676780324454,0,0.0379264521609298,0.67939414303633 -7689,0.5,0.153725174569888,0.0105138972487369,0.0118221834288999,0.153725174569888,0.00141545939745348,0.0762043393111858,0.153725174569888,0.045226658771283,0.0287873447021227,0.153725174569888,0.0397990715535325,0.00176789003784871,0.153725174569888,0.00503652380154999,0.237458993804156,0.153725174569888,0.00538041052496452,0.483112706612165,0.153725174569888,0.0208837365332094,0.218756951712918,0.153725174569888,0.00418596098215053,0.381889262174682,0.5,0.153725174569888,0.012393889839188,0.232109106790957,0.153725174569888,0.0440555301249408,0.00653148554242892,0.5,0.153725174569888,0.0448900420859869,0.0326582343736863,0.153725174569888,0.0469387230353008,0.0222736586211388,0.153725174569888,0.00172113484163522,0.062072564619482,0.153725174569888,0.000955175577443356,0.169812473246428,0.153725174569888,0.0122171601841033,0.0953833300546794,0.153725174569888,0.0416154130045861,0.0802457131492059,0.153725174569888,0.0378513106005603,0.0180410760194487,0.5,0.153725174569888,0.0582780580069797,0.00891218266916323,0,0.0274130914220403,0.735621807728801 -7690,0.5,0.153725174569888,0.0449834333063367,0.00944139281363783,0.153725174569888,0.0123849385378267,0.0888424223301176,0.153725174569888,0.179345361509785,0.0203663806952974,0.153725174569888,0.128285174720179,0.00148511491854505,0.153725174569888,0.0589130210182969,0.264947392690232,0.153725174569888,0.086240430028726,0.473833552855781,0.153725174569888,0.157130066816201,0.208779660211198,0.153725174569888,0.0348145567854393,0.387064549688235,0.5,0.153725174569888,0.0974951218626044,0.249797864601665,0.153725174569888,0.162744358290395,0.0103073414929268,0.5,0.153725174569888,0.177738562123066,0.0212150061732982,0.153725174569888,0.178405826523654,0.0168592037148436,0.153725174569888,0.0142035911457328,0.0667804022985705,0.153725174569888,0.0240299060144957,0.183789545767338,0.153725174569888,0.108750597903039,0.0795936903188698,0.153725174569888,0.173724876056484,0.0773720226348022,0.153725174569888,0.12581468964291,0.0133261517903113,0.5,0.153725174569888,0.178622820948732,0.0176553672970867,0,0.0193879308870415,0.761296479235565 -7691,0.5,0.153725174569888,0.0850202740675513,0.0108168397447803,0.153725174569888,0.0334272389916166,0.0955261311798742,0.153725174569888,0.313363107268071,0.0253356093603582,0.153725174569888,0.217019516795098,0.00410348857277933,0.153725174569888,0.145985978643301,0.289799191923006,0.153725174569888,0.205180946375233,0.444488849875763,0.153725174569888,0.250593833082931,0.249601907248287,0.153725174569888,0.0964436903180931,0.349173992993986,0.5,0.153725174569888,0.213471642334779,0.272625641769167,0.153725174569888,0.300417681541273,0.0278064340041086,0.5,0.153725174569888,0.319097214477176,0.0160222128201671,0.153725174569888,0.318748448914164,0.0305120417434914,0.153725174569888,0.0333544082757351,0.0802702354048002,0.153725174569888,0.0852710216394521,0.180259693968305,0.153725174569888,0.243797686119685,0.0780330212453553,0.153725174569888,0.271124574957147,0.120913984987008,0.153725174569888,0.227312141152213,0.0156660289156953,0.5,0.153725174569888,0.305872261417546,0.0453846859669948,0,0.0112786494453204,0.700586544927419 -7692,0.5,0.153725174569888,0.127663242887591,0.0136876447709292,0.153725174569888,0.0570058421327086,0.105619238872109,0.153725174569888,0.39022228516716,0.026241243861603,0.153725174569888,0.302525436700376,0.0174886410234575,0.153725174569888,0.298678786700504,0.276548427118434,0.153725174569888,0.20103238212461,0.306687745056058,0.153725174569888,0.281543544566288,0.267350698951134,0.153725174569888,0.219172837503503,0.339002130870101,0.5,0.153725174569888,0.28019640496847,0.283435743133695,0.153725174569888,0.402816560147572,0.0467312311087086,0.5,0.153725174569888,0.411074738577501,0.0246925449345682,0.153725174569888,0.418677713502349,0.0543526979502603,0.153725174569888,0.0542218710640175,0.0977907240123815,0.153725174569888,0.128388570008863,0.16521676339065,0.153725174569888,0.352368145656055,0.0928088662797822,0.153725174569888,0.339823581828272,0.135268124588099,0.153725174569888,0.327818071162895,0.0267237672411608,0.5,0.153725174569888,0.386579080305252,0.0676129025236875,0,0.00369361773162207,0.68578802606663 -7693,0.5,0.153725174569888,0.182822835906237,0.0171464936536007,0.153725174569888,0.103490063826938,0.148804135815895,0.153725174569888,0.413307344377667,0.0305952868358487,0.153725174569888,0.312130951552845,0.046303052289789,0.153725174569888,0.388155057842453,0.235410596140153,0.153725174569888,0.18936421731778,0.176312000627978,0.153725174569888,0.282740957674853,0.223822923784911,0.153725174569888,0.280470816752161,0.351403892307731,0.5,0.153725174569888,0.296633129518309,0.251119821983121,0.153725174569888,0.44313746910661,0.0681005898273134,0.5,0.153725174569888,0.419057206311726,0.0280141725314109,0.153725174569888,0.456048239915838,0.0779454322045929,0.153725174569888,0.0657290027281737,0.116756596578141,0.153725174569888,0.20675527703013,0.163691038644859,0.153725174569888,0.399222017114551,0.103406925645455,0.153725174569888,0.389344518938941,0.135440456283542,0.153725174569888,0.368825186214174,0.0386116656133398,0.5,0.153725174569888,0.408052658759703,0.0910682394009495,0,0.0,0.654808300176089 -7694,0.5,0.153725174569888,0.1791246508999,0.0243174051957696,0.153725174569888,0.0642144870432804,0.14796515427754,0.153725174569888,0.376619859718397,0.0441925368489804,0.153725174569888,0.243621924475444,0.0721633818547719,0.153725174569888,0.319887489986342,0.13734327611197,0.153725174569888,0.230617259032469,0.157795642582657,0.153725174569888,0.285826831250855,0.174962333628936,0.153725174569888,0.222094089952378,0.338893169852855,0.5,0.153725174569888,0.27076646832526,0.200423919986698,0.153725174569888,0.404661009777124,0.0703648687996453,0.5,0.153725174569888,0.365197919085735,0.0509126585908571,0.153725174569888,0.430973143930497,0.0867978162252109,0.153725174569888,0.0586376262643741,0.12969667092392,0.153725174569888,0.285136345976709,0.17204250180373,0.153725174569888,0.378335482761655,0.0925042181010909,0.153725174569888,0.385135869900624,0.0973747690200646,0.153725174569888,0.324459541977014,0.0494556707040178,0.5,0.153725174569888,0.368130652877031,0.100165542268515,0,0.0,0.585231687408215 -7695,0.5,0.153725174569888,0.109187662606397,0.024679112399787,0.153725174569888,0.0469984075879449,0.13728080225933,0.153725174569888,0.267031868350603,0.0314921733202977,0.153725174569888,0.131167362593667,0.066415238732221,0.153725174569888,0.184148574157722,0.0886173235022968,0.153725174569888,0.159213218734557,0.16361999390693,0.153725174569888,0.277716858780177,0.120027408255621,0.153725174569888,0.128540398691604,0.286641981531959,0.5,0.153725174569888,0.198821071399293,0.118677312533127,0.153725174569888,0.310830855892251,0.0463001443181395,0.5,0.153725174569888,0.28010912990946,0.0585371488486299,0.153725174569888,0.337871511575313,0.0544729867480371,0.153725174569888,0.0343407808200678,0.147227601004055,0.153725174569888,0.245700692247917,0.143132420222885,0.153725174569888,0.266703082498309,0.0717369668748191,0.153725174569888,0.286849938986629,0.0532811210573701,0.153725174569888,0.234618183911969,0.0368477976982986,0.5,0.153725174569888,0.276193086620064,0.0511962479180858,0,0.0,0.603136425563276 -7696,0.5,0.153725174569888,0.0,0.0243223807187632,0.153725174569888,0.0,0.11145723154642,0.153725174569888,0.0398259759509577,0.0255990771845021,0.153725174569888,0.00136405095893717,0.0476787301926538,0.153725174569888,0.0809929819375326,0.105968342808281,0.153725174569888,0.0799499391076726,0.16740536909592,0.153725174569888,0.0949454191239818,0.0998302726272802,0.153725174569888,0.0393246980105091,0.194676049449835,0.5,0.153725174569888,0.0709477521797259,0.0569057166302218,0.153725174569888,0.124580352357269,0.0214391283160574,0.5,0.153725174569888,0.098565665450269,0.0554746484443458,0.153725174569888,0.126014717274519,0.0346939164426105,0.153725174569888,0.0,0.14838329725038,0.153725174569888,0.0548210225818956,0.133892214931457,0.153725174569888,0.0460335225738696,0.0926365949405431,0.153725174569888,0.0686793943949812,0.0394297871954665,0.153725174569888,0.0639469877572756,0.0300678758800901,0.5,0.153725174569888,0.062908805036464,0.0300657040255572,0,0.0,0.647480527948064 -7697,0.5,0.153725174569888,0.0,0.0295592915044498,0.153725174569888,0.0,0.155188183241942,0.153725174569888,0.0,0.0343413478961301,0.153725174569888,0.0,0.0450682907606514,0.153725174569888,0.0,0.148123946640781,0.153725174569888,0.0,0.154218438190307,0.153725174569888,0.0,0.0908156234726164,0.153725174569888,0.0,0.106058296604904,0.5,0.153725174569888,2.47415136218722e-05,0.0324822111913955,0.153725174569888,0.0,0.0174508719055138,0.5,0.153725174569888,0.0,0.0634641503424312,0.153725174569888,0.0,0.0317504551374092,0.153725174569888,0.0,0.15056571941564,0.153725174569888,0.0,0.152977563531335,0.153725174569888,0.0,0.110384153135406,0.153725174569888,0.0,0.0352911074731918,0.153725174569888,0.0,0.0366715509718957,0.5,0.153725174569888,0.0,0.0321978927960197,0,8.02790279111771e-05,0.648633721366121 -7698,0.5,0.153725174569888,0.0,0.02964497971177,0.153725174569888,0.0,0.163572050674558,0.153725174569888,0.0,0.0394289434875034,0.153725174569888,0.0,0.0444332269249966,0.153725174569888,0.0,0.147014483888635,0.153725174569888,0.0,0.113452059102785,0.153725174569888,0.0,0.072495384324586,0.153725174569888,0.0,0.0842228249711724,0.5,0.153725174569888,0.0,0.0269967057251462,0.153725174569888,0.0,0.012337568481965,0.5,0.153725174569888,0.0,0.0519753540051895,0.153725174569888,0.0,0.025420763273221,0.153725174569888,0.0,0.156632867606452,0.153725174569888,0.0,0.160124026320724,0.153725174569888,0.0,0.100167492235362,0.153725174569888,0.0,0.0269399171615592,0.153725174569888,0.0,0.0310714258228354,0.5,0.153725174569888,0.0,0.0330523539429239,0,0.00634849779917754,0.614360812095111 -7699,0.5,0.153725174569888,0.0,0.0316793777847018,0.153725174569888,0.0,0.146269108945649,0.153725174569888,0.0,0.0468396590920561,0.153725174569888,0.0,0.0454855674371258,0.153725174569888,0.0,0.129015540635978,0.153725174569888,0.0,0.067954618243157,0.153725174569888,0.0,0.0665766742399864,0.153725174569888,0.0,0.0754913017478195,0.5,0.153725174569888,0.0,0.0287420191358806,0.153725174569888,0.0,0.00991252577272015,0.5,0.153725174569888,0.0,0.0418096974133145,0.153725174569888,0.0,0.0195743860384279,0.153725174569888,0.0,0.152709398197765,0.153725174569888,0.0,0.167622762059523,0.153725174569888,0.0,0.0883756909161155,0.153725174569888,0.0,0.0278953428439618,0.153725174569888,0.0,0.0309419488139913,0.5,0.153725174569888,0.0,0.0407733156256073,0,0.0102340506247947,0.604279054238227 -7700,0.5,0.153725174569888,0.0,0.0358484111890113,0.153725174569888,0.0,0.107166345650421,0.153725174569888,0.0,0.0523526834406542,0.153725174569888,0.0,0.047512970474909,0.153725174569888,0.0,0.106362896466573,0.153725174569888,0.0,0.048765174079822,0.153725174569888,0.0,0.0602834040680721,0.153725174569888,0.0,0.0526967001694625,0.5,0.153725174569888,0.0,0.0312048276912606,0.153725174569888,0.0,0.00646292696391598,0.5,0.153725174569888,0.0,0.0302247904605656,0.153725174569888,0.0,0.0127065518749374,0.153725174569888,0.0,0.131901915731639,0.153725174569888,0.0,0.163500390803868,0.153725174569888,0.0,0.0700378143796251,0.153725174569888,0.0,0.0287444634630026,0.153725174569888,0.0,0.0325204409993288,0.5,0.153725174569888,0.0,0.0404408591400375,0,0.012249016686568,0.615456181429716 -7701,0.5,0.153725174569888,0.0,0.0424815529723775,0.153725174569888,0.0,0.0736085760403184,0.153725174569888,0.0,0.05747612527488,0.153725174569888,0.0,0.0497843822861103,0.153725174569888,0.0,0.0831801188518147,0.153725174569888,0.0,0.0581497616270095,0.153725174569888,0.0,0.0531951171324196,0.153725174569888,0.0,0.0429170350878762,0.5,0.153725174569888,0.0,0.0294776541154277,0.153725174569888,0.0,0.00471769989474054,0.5,0.153725174569888,0.0,0.021242205166856,0.153725174569888,0.0,0.00817158549929574,0.153725174569888,0.0,0.1023309184659,0.153725174569888,0.0,0.148975549666209,0.153725174569888,0.0,0.0588457126660422,0.153725174569888,0.0,0.0295219674488557,0.153725174569888,0.0,0.0302279975858696,0.5,0.153725174569888,0.0,0.0285909307104429,0,0.022514794658267,0.643296299803352 -7702,0.5,0.153725174569888,0.0,0.0467696112239877,0.153725174569888,0.0,0.0618433211429546,0.153725174569888,0.0,0.062973840970926,0.153725174569888,0.0,0.050368908125944,0.153725174569888,0.0,0.0631362257585704,0.153725174569888,0.0,0.0628962624343493,0.153725174569888,0.0,0.0514796643647239,0.153725174569888,0.0,0.0378321851366206,0.5,0.153725174569888,0.0,0.0296214280374509,0.153725174569888,0.0,0.0054779790036475,0.5,0.153725174569888,0.0,0.0165956862969644,0.153725174569888,0.0,0.00808679577804619,0.153725174569888,0.0,0.0773094187875387,0.153725174569888,0.0,0.133706555018157,0.153725174569888,0.0,0.0552018355050433,0.153725174569888,0.0,0.0304451930369084,0.153725174569888,0.0,0.0251521691219481,0.5,0.153725174569888,0.0,0.01713713255185,0,0.068022032913069,0.657462615269757 -7703,0.5,0.153725174569888,0.0,0.0474850522307221,0.153725174569888,0.0,0.0591645359060107,0.153725174569888,0.0,0.0576538990833718,0.153725174569888,0.0,0.0471284095106139,0.153725174569888,0.0,0.0524080612903878,0.153725174569888,0.0,0.0652074883049956,0.153725174569888,0.0,0.0475192944848291,0.153725174569888,0.0,0.0355402377563621,0.5,0.153725174569888,0.0,0.0311735468911999,0.153725174569888,0.0,0.00691546501398661,0.5,0.153725174569888,0.0,0.0190176623244935,0.153725174569888,0.0,0.00643033017827316,0.153725174569888,0.0,0.0591700946976996,0.153725174569888,0.0,0.121258888758541,0.153725174569888,0.0,0.0568909152901032,0.153725174569888,0.0,0.0310079167091693,0.153725174569888,0.0,0.0219570767344611,0.5,0.153725174569888,0.0,0.0129344277387497,0,0.120257472665498,0.655077010608281 -7704,0.5,0.153725174569888,0.0,0.0498438837219964,0.153725174569888,0.0,0.0582932962213543,0.153725174569888,0.0,0.0485475972334367,0.153725174569888,0.0,0.0438231804776711,0.153725174569888,0.0,0.0666987806195038,0.153725174569888,0.0,0.0677985591029472,0.153725174569888,0.0,0.053891125370933,0.153725174569888,0.0,0.0379067748148569,0.5,0.153725174569888,0.0,0.0257349809839335,0.153725174569888,0.0,0.00506454289670949,0.5,0.153725174569888,0.0,0.0195165856712282,0.153725174569888,0.0,0.00372284522430672,0.153725174569888,0.0,0.0474970068974693,0.153725174569888,0.0,0.123223528431856,0.153725174569888,0.0,0.0572369022336936,0.153725174569888,0.0,0.0343706405905656,0.153725174569888,0.0,0.023233725767911,0.5,0.153725174569888,0.0,0.0115233111068775,0,0.134390166233189,0.654717337170692 -7705,0.5,0.153725174569888,0.0,0.057666260175511,0.153725174569888,0.0,0.0516464464846796,0.153725174569888,0.0,0.032299664805221,0.153725174569888,0.0,0.0393493580118087,0.153725174569888,0.0,0.092918103782257,0.153725174569888,0.0,0.0781778288717355,0.153725174569888,0.0,0.0665328016549938,0.153725174569888,0.0,0.0391056981758953,0.5,0.153725174569888,0.0,0.0186130328017404,0.153725174569888,0.0,0.00301276344152158,0.5,0.153725174569888,0.0,0.0184219179966318,0.153725174569888,0.0,0.00265794406142066,0.153725174569888,0.0,0.041762174426096,0.153725174569888,0.0,0.134405494945282,0.153725174569888,0.0,0.0570611834180552,0.153725174569888,0.0,0.0322557004157449,0.153725174569888,0.0,0.0226022730080042,0.5,0.153725174569888,0.0,0.00598378431122087,0,0.141601567736181,0.649406272588497 -7706,0.5,0.153725174569888,0.0,0.0696043964467855,0.153725174569888,0.0,0.046453173840054,0.153725174569888,0.0,0.0295770470937873,0.153725174569888,0.0,0.0336495610183307,0.153725174569888,0.0,0.115621169548483,0.153725174569888,0.0,0.101865049768217,0.153725174569888,0.0,0.0699057754595826,0.153725174569888,0.0,0.0368875761652908,0.5,0.153725174569888,0.0,0.0137273520060326,0.153725174569888,0.0,0.00160782102336841,0.5,0.153725174569888,0.0,0.0194119684815088,0.153725174569888,0.0,0.00179714859462612,0.153725174569888,0.0,0.0448415615232204,0.153725174569888,0.0,0.135737081911971,0.153725174569888,0.0,0.0574418776444431,0.153725174569888,0.0,0.0260323483489143,0.153725174569888,0.0,0.021929416547332,0.5,0.153725174569888,0.0,0.00440194798066298,0,0.178016582222311,0.673399585721516 -7707,0.5,0.153725174569888,0.0,0.0843243126098725,0.153725174569888,0.0,0.0421283225612219,0.153725174569888,0.0,0.0365364878294593,0.153725174569888,0.0,0.0341909440540309,0.153725174569888,0.0,0.132760345685653,0.153725174569888,0.0,0.108991311670325,0.153725174569888,0.0,0.0692610424015227,0.153725174569888,0.0,0.0306191341148563,0.5,0.153725174569888,0.0,0.0110148581253782,0.153725174569888,0.0,0.00134386110611463,0.5,0.153725174569888,0.0,0.0193407565386079,0.153725174569888,0.0,0.00264282821579109,0.153725174569888,0.0,0.0510831942384784,0.153725174569888,0.0,0.128965414623444,0.153725174569888,0.0,0.0554393706521673,0.153725174569888,0.0,0.0263231693797058,0.153725174569888,0.0,0.0213680322639111,0.5,0.153725174569888,0.0,0.00346581328978515,0,0.26365578867156,0.695714952566304 -7708,0.5,0.153725174569888,0.0,0.0956403504728542,0.153725174569888,0.0,0.0432723555496324,0.153725174569888,0.0,0.0487617453031708,0.153725174569888,0.0,0.0428695566038024,0.153725174569888,0.0,0.135966901464253,0.153725174569888,0.0,0.106575988922198,0.153725174569888,0.0,0.0643110555688273,0.153725174569888,0.0,0.0244609743265369,0.5,0.153725174569888,0.0,0.00825889962900322,0.153725174569888,0.0,0.00232277738822009,0.5,0.153725174569888,0.0,0.0131910183744075,0.153725174569888,0.0,0.00329761901717498,0.153725174569888,0.0,0.0565529468739355,0.153725174569888,0.0,0.117558529414176,0.153725174569888,0.0,0.0593118541316037,0.153725174569888,0.0,0.0226193156137778,0.153725174569888,0.0,0.0173454485900249,0.5,0.153725174569888,0.0,0.00210780740476583,0,0.323125603802018,0.657550062223231 -7709,0.5,0.153725174569888,0.0,0.111664399346677,0.153725174569888,0.0,0.0492113384633271,0.153725174569888,0.0,0.0593685462857627,0.153725174569888,0.0,0.0557705976304518,0.153725174569888,0.0,0.132033109544277,0.153725174569888,0.0,0.0977050440743024,0.153725174569888,0.0,0.0571350746281117,0.153725174569888,0.0,0.0199718037222213,0.5,0.153725174569888,0.0,0.00680872499613074,0.153725174569888,0.0,0.00481404567095483,0.5,0.153725174569888,0.0,0.00515305498006915,0.153725174569888,0.0,0.00184301083231677,0.153725174569888,0.0,0.0676477873634172,0.153725174569888,0.0,0.110807255150435,0.153725174569888,0.0,0.0638594975720844,0.153725174569888,0.0,0.0194053899083975,0.153725174569888,0.0,0.0133943322829921,0.5,0.153725174569888,0.0,0.00163900544484374,0,0.294661160016395,0.567213263449368 -7710,0.5,0.153725174569888,0.0,0.134896023363985,0.153725174569888,0.0,0.0538877988957076,0.153725174569888,0.0,0.0615207781756015,0.153725174569888,0.0,0.0633803958793777,0.153725174569888,0.0,0.124839660087839,0.153725174569888,0.0,0.0922470825660184,0.153725174569888,0.0,0.0522915527711753,0.153725174569888,0.0,0.0205311892550329,0.5,0.153725174569888,0.0,0.00634631432349869,0.153725174569888,0.0,0.00551204494524248,0.5,0.153725174569888,0.0,0.00105619305455288,0.153725174569888,0.0,0.00183230719156334,0.153725174569888,0.0,0.0876009200456695,0.153725174569888,0.0,0.105332386670539,0.153725174569888,0.0,0.0699426316097643,0.153725174569888,0.0,0.017167810527771,0.153725174569888,0.0,0.00960206710345905,0.5,0.153725174569888,0.0,0.00120292997758246,0,0.282967760362832,0.522104914920894 -7711,0.5,0.153725174569888,0.0,0.167960949360738,0.153725174569888,0.0,0.0538211035283765,0.153725174569888,0.0,0.0592941907855877,0.153725174569888,0.0,0.0715365352698163,0.153725174569888,0.0,0.11245185914555,0.153725174569888,0.0,0.0841693024305669,0.153725174569888,0.0,0.0423332849265044,0.153725174569888,0.0,0.0223428949531646,0.5,0.153725174569888,0.0,0.00542756382236576,0.153725174569888,0.0,0.00423635996172115,0.5,0.153725174569888,0.0,0.000726803782647357,0.153725174569888,0.0,0.00172202962497914,0.153725174569888,0.0,0.100378151100089,0.153725174569888,0.0,0.107067091887801,0.153725174569888,0.0,0.0655315405074035,0.153725174569888,0.0,0.0172833410772616,0.153725174569888,0.0,0.00667577027362236,0.5,0.153725174569888,0.0,0.00194691580899975,0,0.345286247722874,0.539019669661125 -7712,0.5,0.153725174569888,0.0,0.187015992125712,0.153725174569888,0.0,0.0563859649620926,0.153725174569888,0.0,0.0602690176981228,0.153725174569888,0.0,0.0767228287480096,0.153725174569888,0.0,0.0936726046400704,0.153725174569888,0.0,0.076140530013921,0.153725174569888,0.0,0.0347564243844448,0.153725174569888,0.0,0.0206908545922157,0.5,0.153725174569888,0.0,0.00416890238239859,0.153725174569888,0.0,0.00502870266609223,0.5,0.153725174569888,0.0,0.000339995699121646,0.153725174569888,0.0,0.00172357603984712,0.153725174569888,0.0,0.120092760903855,0.153725174569888,0.0,0.108306461491122,0.153725174569888,0.0,0.0588079526678798,0.153725174569888,0.0,0.0187274819366041,0.153725174569888,0.0,0.0051132373163023,0.5,0.153725174569888,0.0,0.00171613330640688,0,0.464449178656338,0.525586567058176 -7713,0.5,0.153725174569888,0.00484106224139867,0.208060544092951,0.153725174569888,0.00302336634038506,0.0650342863194818,0.153725174569888,0.00562279864977399,0.0638975933129626,0.153725174569888,0.00508449530906942,0.0989811921622368,0.153725174569888,0.00384589898351948,0.0828169644436368,0.153725174569888,0.00252990491390115,0.0698062035298577,0.153725174569888,0.00168127078540997,0.0316414109698379,0.153725174569888,0.0030291428954252,0.0173376037017929,0.5,0.153725174569888,0.00599644441055967,0.00305425736516123,0.153725174569888,0.0168243153585828,0.00597656397996993,0.5,0.153725174569888,0.00625940033029443,0.000217332788690726,0.153725174569888,0.0122107798184811,0.00167822347422341,0.153725174569888,0.00346317799307742,0.144209259454232,0.153725174569888,0.00475596575499313,0.0972086170559454,0.153725174569888,0.00144082421604185,0.0631448647177527,0.153725174569888,0.00196224858420095,0.0189163495260489,0.153725174569888,0.0130659493631418,0.00343454122386979,0.5,0.153725174569888,0.0255954391212657,0.00156255458479694,0,0.573686984187544,0.477574440154121 -7714,0.5,0.153725174569888,0.0230063349562821,0.226396554677815,0.153725174569888,0.0357795408145733,0.117133709767583,0.153725174569888,0.0283357673484735,0.0816779556710884,0.153725174569888,0.0213603055427455,0.126137847578583,0.153725174569888,0.0314862510379325,0.0896137860245859,0.153725174569888,0.0282432323661513,0.0735911988535139,0.153725174569888,0.0164072045481438,0.0323961597575616,0.153725174569888,0.0314071986417611,0.012744966367058,0.5,0.153725174569888,0.0303589548390452,0.0036016974401578,0.153725174569888,0.0469659277780459,0.00625666452003565,0.5,0.153725174569888,0.0254703318046767,0.000710373277738225,0.153725174569888,0.0383759143309334,0.0032739284565462,0.153725174569888,0.0451315642249089,0.174035686652543,0.153725174569888,0.048607170081161,0.0950748637671375,0.153725174569888,0.00909857182737204,0.0783468469566824,0.153725174569888,0.0142801936349135,0.0208406282601023,0.153725174569888,0.0390522663404698,0.00373395876545604,0.5,0.153725174569888,0.0599459837848343,0.00513642970409305,0,0.626386628919921,0.381504571799008 -7715,0.5,0.153725174569888,0.0440672015973879,0.252737120038662,0.153725174569888,0.0713316173312252,0.224680356865987,0.153725174569888,0.0441320517302634,0.0906566005066411,0.153725174569888,0.0362072389903409,0.140371882538831,0.153725174569888,0.0354781235820562,0.108975138503026,0.153725174569888,0.0678423333870406,0.096578493917377,0.153725174569888,0.044410301481224,0.0414422171147424,0.153725174569888,0.0601876751268289,0.0123242299516289,0.5,0.153725174569888,0.0434047877048758,0.00571359295903729,0.153725174569888,0.0575704329374968,0.013518291288372,0.5,0.153725174569888,0.0483589511983629,0.000887073897364196,0.153725174569888,0.0712771388934247,0.0051804017607564,0.153725174569888,0.0796540405210526,0.224208993239636,0.153725174569888,0.042431166541504,0.112741583064879,0.153725174569888,0.0210004851070328,0.101076898895501,0.153725174569888,0.0320175765683438,0.0220309038926831,0.153725174569888,0.0600914479932737,0.00429252380581889,0.5,0.153725174569888,0.0777335390887204,0.0170616594464968,0,0.686924258805263,0.415429843023013 -7716,0.5,0.153725174569888,0.0518164827653567,0.26939934372563,0.153725174569888,0.077138464331297,0.343311808216502,0.153725174569888,0.0473346973245877,0.0855149137634503,0.153725174569888,0.0577526333809245,0.151916870780279,0.153725174569888,0.0477416150417825,0.128183948399033,0.153725174569888,0.0940589878133986,0.107335691411401,0.153725174569888,0.0589942776341695,0.0551760014997156,0.153725174569888,0.0750703365412885,0.0145366353538318,0.5,0.153725174569888,0.0569650076663523,0.00490928512828483,0.153725174569888,0.0546145419364277,0.0233912057534874,0.5,0.153725174569888,0.0682521835404968,0.000848630690721203,0.153725174569888,0.0989270940884641,0.0074144208262428,0.153725174569888,0.0866559679163094,0.364589041828286,0.153725174569888,0.0390276691657975,0.15700800655211,0.153725174569888,0.0266106835767894,0.126659159304074,0.153725174569888,0.0489401200731476,0.0253535900464429,0.153725174569888,0.0686992713788389,0.00283630379916694,0.5,0.153725174569888,0.0821470403120873,0.0387772061049677,0,0.777727939016456,0.425870628358905 -7717,0.5,0.153725174569888,0.037192075468893,0.278298178682066,0.153725174569888,0.0408383880762245,0.336711458878498,0.153725174569888,0.0441409027570941,0.0823147335976585,0.153725174569888,0.0703182501175055,0.191629489918174,0.153725174569888,0.0595455252081481,0.128151295808861,0.153725174569888,0.0953736582215848,0.0962738071831484,0.153725174569888,0.0742104390361583,0.0702325906288227,0.153725174569888,0.0833943376685152,0.0156172337238949,0.5,0.153725174569888,0.0750117747538611,0.00351835070534671,0.153725174569888,0.0517589273075941,0.0511632940697178,0.5,0.153725174569888,0.0596287526471685,0.0011214442326622,0.153725174569888,0.102253000394862,0.0130070904286376,0.153725174569888,0.106619023981125,0.480306207511752,0.153725174569888,0.0560104170146626,0.219093856250659,0.153725174569888,0.0226334181068701,0.149530066472743,0.153725174569888,0.0680799770562718,0.029972747981494,0.153725174569888,0.0628240479535349,0.00277319073595608,0.5,0.153725174569888,0.075594439675837,0.0637190347672809,0,0.836159654302712,0.463738248229157 -7718,0.5,0.153725174569888,0.0231948327470276,0.284743383906769,0.153725174569888,0.00956254188333638,0.320391253020459,0.153725174569888,0.0441981271186595,0.087232866477353,0.153725174569888,0.0498282922740017,0.225422489578501,0.153725174569888,0.0532638444515478,0.132740448372567,0.153725174569888,0.0867107358666225,0.105073346918076,0.153725174569888,0.0884782552361188,0.0780984357451048,0.153725174569888,0.105002159647441,0.0164568742955409,0.5,0.153725174569888,0.0782725488318655,0.00453255995781201,0.153725174569888,0.0395098301297762,0.0909202136104788,0.5,0.153725174569888,0.0409885599150937,0.00267385058202641,0.153725174569888,0.0960498405185219,0.0159191727222182,0.153725174569888,0.0787259835391156,0.537969097472788,0.153725174569888,0.0884312079814089,0.28804098823656,0.153725174569888,0.0163952222587164,0.148640487668546,0.153725174569888,0.0473326596109684,0.0228503843635486,0.153725174569888,0.0562486678798682,0.00576020179477078,0.5,0.153725174569888,0.0536590074530294,0.0698986235899412,0,0.852191350285023,0.569041114900749 -7719,0.5,0.153725174569888,0.012697169358286,0.284782754460377,0.153725174569888,0.00120317438601951,0.278707860023452,0.153725174569888,0.0396768185911314,0.097812227110692,0.153725174569888,0.0224377772756599,0.235917793050449,0.153725174569888,0.0505585295404317,0.170551563131819,0.153725174569888,0.0941245121945402,0.110150222185411,0.153725174569888,0.0337364810708298,0.05284518098916,0.153725174569888,0.0716819058817325,0.0136082440435148,0.5,0.153725174569888,0.0653834820701484,0.00454917698162744,0.153725174569888,0.022868844472947,0.0560329169045949,0.5,0.153725174569888,0.0320197760406309,0.00494890278038152,0.153725174569888,0.0665225165078125,0.0169957939877808,0.153725174569888,0.0249797599881256,0.542710625670565,0.153725174569888,0.0632946422673517,0.333726862333827,0.153725174569888,0.0120471901291181,0.139151461653691,0.153725174569888,0.0216238416228685,0.00963799314521274,0.153725174569888,0.0373172525249232,0.0103039772875895,0.5,0.153725174569888,0.0277939955674479,0.0586526570140507,0,0.833683568725004,0.53278738827895 -7720,0.5,0.153725174569888,8.62745400979398e-05,0.269323459616021,0.153725174569888,0.00102239258222073,0.223310545565441,0.153725174569888,0.00444507438895212,0.0731595957935271,0.153725174569888,0.000245593590578112,0.235514942940241,0.153725174569888,0.0165531208000431,0.154296654640616,0.153725174569888,0.0387792558626415,0.0753257550790117,0.153725174569888,0.00618241630275845,0.0417723266508114,0.153725174569888,0.0228063809891181,0.0082547482314695,0.5,0.153725174569888,0.038998885847518,0.00191347222207029,0.153725174569888,0.00895288753641023,0.0266750647350308,0.5,0.153725174569888,0.0191269192418586,0.00488937792295542,0.153725174569888,0.0310586448976471,0.010169709417879,0.153725174569888,0.000169689934100796,0.501450535299134,0.153725174569888,0.0128391021910636,0.381848706475766,0.153725174569888,0.00242758647160275,0.12484550909075,0.153725174569888,0.00734934710274346,0.00655104920870932,0.153725174569888,0.0135523607366813,0.0114157447936322,0.5,0.153725174569888,0.00634311823921415,0.0468819764624779,0,0.797618601621676,0.611339337359095 -7721,0.5,0.153725174569888,0.0,0.256430039932642,0.153725174569888,0.0,0.205975015685932,0.153725174569888,0.0,0.0481963824518012,0.153725174569888,0.0,0.259925299472739,0.153725174569888,0.0,0.131588059423919,0.153725174569888,0.0,0.0600969346423241,0.153725174569888,0.0,0.0360985392553502,0.153725174569888,0.0,0.00813721577199594,0.5,0.153725174569888,1.85072586209926e-05,0.000856448512900149,0.153725174569888,0.0,0.0143592368845868,0.5,0.153725174569888,0.0,0.00451749932575511,0.153725174569888,6.96161074123483e-07,0.00395654890142974,0.153725174569888,0.0,0.449476614057769,0.153725174569888,0.0,0.384641647039417,0.153725174569888,0.0,0.119931726570933,0.153725174569888,0.0,0.00683720670099209,0.153725174569888,0.0,0.0175495444153794,0.5,0.153725174569888,0.0,0.0429848209525315,0,0.782290168666743,0.847944833386457 -7722,0.5,0.153725174569888,0.0,0.253394847971803,0.153725174569888,0.0,0.184764692710075,0.153725174569888,0.0,0.0548630610457851,0.153725174569888,0.0,0.293741449935785,0.153725174569888,0.0,0.10804693292257,0.153725174569888,0.0,0.0569298250506481,0.153725174569888,0.0,0.0346223204965766,0.153725174569888,0.0,0.00765767418722503,0.5,0.153725174569888,0.0,0.000723946310377998,0.153725174569888,0.0,0.0147621997081127,0.5,0.153725174569888,0.0,0.00589092025839204,0.153725174569888,0.0,0.00516597956850828,0.153725174569888,0.0,0.425449281316402,0.153725174569888,0.0,0.33473692868084,0.153725174569888,0.0,0.123092819989206,0.153725174569888,0.0,0.00827370576877365,0.153725174569888,0.0,0.023898656247356,0.5,0.153725174569888,0.0,0.0439361799414779,0,0.812637150708725,0.927737719922864 -7723,0.5,0.153725174569888,0.0,0.25003392449134,0.153725174569888,0.0,0.172440736563767,0.153725174569888,0.0,0.11182483031551,0.153725174569888,0.0,0.301034348809706,0.153725174569888,0.0,0.109787810779414,0.153725174569888,0.0,0.0529853103488535,0.153725174569888,0.0,0.0309535211884365,0.153725174569888,0.0,0.00540315922536801,0.5,0.153725174569888,0.0,0.000950744027881414,0.153725174569888,0.0,0.0192044854556786,0.5,0.153725174569888,0.0,0.00723452435367778,0.153725174569888,0.0,0.0068676218967514,0.153725174569888,0.0,0.418751068810076,0.153725174569888,0.0,0.280026582994558,0.153725174569888,0.0,0.12309265196335,0.153725174569888,0.0,0.00854621816210968,0.153725174569888,0.0,0.0311012298737339,0.5,0.153725174569888,0.0,0.0480607217405162,0,0.828753266280261,0.901513418329012 -7724,0.5,0.153725174569888,0.0,0.244547836410133,0.153725174569888,0.0,0.157139256256648,0.153725174569888,0.0,0.155186342939242,0.153725174569888,0.0,0.305156358913505,0.153725174569888,0.0,0.110634672451552,0.153725174569888,0.0,0.044028405900762,0.153725174569888,0.0,0.0225633952069324,0.153725174569888,0.0,0.00341562532988254,0.5,0.153725174569888,0.0,0.00125718491103634,0.153725174569888,0.0,0.0210833617125032,0.5,0.153725174569888,0.0,0.00948889886785272,0.153725174569888,0.0,0.00866641794678385,0.153725174569888,0.0,0.399772549263908,0.153725174569888,0.0,0.239314051204428,0.153725174569888,0.0,0.117441448037015,0.153725174569888,0.0,0.00802171163579888,0.153725174569888,0.0,0.0428753016110362,0.5,0.153725174569888,0.0,0.0584683096145334,0,0.809314648189069,0.8888911786629 -7725,0.5,0.153725174569888,0.0,0.234603683323512,0.153725174569888,0.0,0.145180557216493,0.153725174569888,0.0,0.190137755236705,0.153725174569888,0.0,0.294113887826266,0.153725174569888,0.0,0.104553832320395,0.153725174569888,0.0,0.0368445752590312,0.153725174569888,0.0,0.0170677289641552,0.153725174569888,0.0,0.00172759974597858,0.5,0.153725174569888,0.0,0.00171967814294083,0.153725174569888,0.0,0.0226735104105378,0.5,0.153725174569888,0.0,0.0113071017826178,0.153725174569888,0.0,0.0110072330361536,0.153725174569888,0.0,0.380722795546634,0.153725174569888,0.0,0.203932892610401,0.153725174569888,0.0,0.113845288906151,0.153725174569888,0.0,0.00776253241680102,0.153725174569888,0.0,0.0566169308856437,0.5,0.153725174569888,0.0,0.0713961390641078,0,0.777033277179529,0.87902235359251 -7726,0.5,0.153725174569888,0.0,0.21362313563259,0.153725174569888,0.0,0.131257433226864,0.153725174569888,0.0,0.185577823339716,0.153725174569888,0.0,0.277997203147992,0.153725174569888,0.0,0.10024683421923,0.153725174569888,0.0,0.0297659243197227,0.153725174569888,0.0,0.0121400443404418,0.153725174569888,0.0,0.000709648698599253,0.5,0.153725174569888,0.0,0.00168510563499858,0.153725174569888,0.0,0.0232216990963863,0.5,0.153725174569888,0.0,0.0146954333988895,0.153725174569888,0.0,0.0128714791961507,0.153725174569888,0.0,0.35478666176279,0.153725174569888,0.0,0.185902945163337,0.153725174569888,0.0,0.116893460810393,0.153725174569888,0.0,0.0075391301822685,0.153725174569888,0.0,0.0685971715239831,0.5,0.153725174569888,0.0,0.0882556553692606,0,0.736344284185732,0.891823737835863 -7727,0.5,0.153725174569888,0.0,0.179542899625311,0.153725174569888,0.0,0.114784703666558,0.153725174569888,0.0,0.169012605864509,0.153725174569888,0.0,0.255011840473802,0.153725174569888,0.0,0.0954370647521379,0.153725174569888,0.0,0.022951124654272,0.153725174569888,0.0,0.0115436062981525,0.153725174569888,0.0,0.000740033777451902,0.5,0.153725174569888,0.0,0.000883036397800763,0.153725174569888,0.0,0.0242809636638885,0.5,0.153725174569888,0.0,0.0171978374223201,0.153725174569888,0.0,0.0131513893411116,0.153725174569888,0.0,0.329472301893956,0.153725174569888,0.0,0.163651336750943,0.153725174569888,0.0,0.117872265907342,0.153725174569888,0.0,0.00849111448775962,0.153725174569888,0.0,0.0798620824085456,0.5,0.153725174569888,0.0,0.108884296163732,0,0.671248470357322,0.907121822354474 -7728,0.5,0.153725174569888,0.0,0.151364086327893,0.153725174569888,0.0,0.0960893724067354,0.153725174569888,0.0,0.163340291216883,0.153725174569888,0.0,0.225872429293798,0.153725174569888,0.0,0.0886766683456501,0.153725174569888,0.0,0.0194120548042553,0.153725174569888,0.0,0.0127178132030346,0.153725174569888,0.0,0.000789193996722135,0.5,0.153725174569888,0.0,0.000513627820464482,0.153725174569888,0.0,0.0290102133210601,0.5,0.153725174569888,0.0,0.0205666223385333,0.153725174569888,0.0,0.0132376461762832,0.153725174569888,0.0,0.306989863925231,0.153725174569888,0.0,0.148694083918438,0.153725174569888,0.0,0.109646485945735,0.153725174569888,0.0,0.010461401110011,0.153725174569888,0.0,0.0918581219644932,0.5,0.153725174569888,0.0,0.127916055988348,0,0.61487462849622,0.90246451323453 -7729,0.5,0.153725174569888,0.0,0.134193781559652,0.153725174569888,0.0,0.0809159605609855,0.153725174569888,0.0,0.157627738417664,0.153725174569888,0.0,0.197953297709185,0.153725174569888,0.0,0.0799303697822371,0.153725174569888,0.0,0.019367200266963,0.153725174569888,0.0,0.0162400681250631,0.153725174569888,0.0,0.000744408568228635,0.5,0.153725174569888,0.0,0.000397883881676112,0.153725174569888,0.0,0.0457142956209859,0.5,0.153725174569888,0.0,0.0277301620798226,0.153725174569888,0.0,0.0140507619749108,0.153725174569888,0.0,0.284698910280433,0.153725174569888,0.0,0.139004786905269,0.153725174569888,0.0,0.0935710520785882,0.153725174569888,0.0,0.0141986931958905,0.153725174569888,0.0,0.107133176792953,0.5,0.153725174569888,0.0,0.143360862807921,0,0.563234525221345,0.873180375583571 -7730,0.5,0.153725174569888,0.0,0.123955116387354,0.153725174569888,0.0,0.0817555587623915,0.153725174569888,0.0,0.151343174379366,0.153725174569888,0.0,0.180291523650525,0.153725174569888,0.0,0.074156701095969,0.153725174569888,0.0,0.0177606520027712,0.153725174569888,0.0,0.0216405116234306,0.153725174569888,0.0,0.000658150911817381,0.5,0.153725174569888,0.0,0.000424911798944423,0.153725174569888,0.0,0.0693145482727163,0.5,0.153725174569888,0.0,0.0344174841000452,0.153725174569888,0.0,0.0156729313937541,0.153725174569888,0.0,0.262172428866378,0.153725174569888,0.0,0.128538058629012,0.153725174569888,0.0,0.0763912600857148,0.153725174569888,0.0,0.0207697253169981,0.153725174569888,0.0,0.123926870167992,0.5,0.153725174569888,0.0,0.152887870509755,0,0.538886007057797,0.830597315744008 -7731,0.5,0.153725174569888,0.0,0.113404287109573,0.153725174569888,0.0,0.0873432525447955,0.153725174569888,0.0,0.146833441246334,0.153725174569888,0.0,0.167305429633955,0.153725174569888,0.0,0.0697332774366633,0.153725174569888,0.0,0.0154041513559845,0.153725174569888,0.0,0.0284972979464565,0.153725174569888,0.0,0.000577847961369524,0.5,0.153725174569888,0.0,0.000573395561624528,0.153725174569888,0.0,0.0771666843773852,0.5,0.153725174569888,0.0,0.0423172208669651,0.153725174569888,0.0,0.0169988062337252,0.153725174569888,0.0,0.245148243915312,0.153725174569888,0.0,0.116281177078031,0.153725174569888,0.0,0.0614506161773017,0.153725174569888,0.0,0.025867967984201,0.153725174569888,0.0,0.142243674380466,0.5,0.153725174569888,0.0,0.176139339388134,0,0.465697775204507,0.783582690681005 -7732,0.5,0.153725174569888,0.0,0.105509944449052,0.153725174569888,0.0,0.0831148552485325,0.153725174569888,0.0,0.147260432758055,0.153725174569888,0.0,0.166700158228057,0.153725174569888,0.0,0.0678899149579616,0.153725174569888,0.0,0.0102542832143582,0.153725174569888,0.0,0.0272794378031046,0.153725174569888,0.0,0.000602361707981854,0.5,0.153725174569888,0.0,0.000646496338367039,0.153725174569888,0.0,0.0711992574354396,0.5,0.153725174569888,0.0,0.0645470218076416,0.153725174569888,0.0,0.0197249801743937,0.153725174569888,0.0,0.226170528769236,0.153725174569888,0.0,0.109094042764179,0.153725174569888,0.0,0.0510068591691301,0.153725174569888,0.0,0.0264263898022134,0.153725174569888,0.0,0.162099855808152,0.5,0.153725174569888,0.0,0.196069703388786,0,0.402996871795166,0.734272994464474 -7733,0.5,0.153725174569888,0.0,0.0977388002824259,0.153725174569888,0.0,0.0746379164706678,0.153725174569888,0.0,0.138488587923678,0.153725174569888,0.0,0.178052034668842,0.153725174569888,0.0,0.0567517023041962,0.153725174569888,0.0,0.00422500608415835,0.153725174569888,0.0,0.0218973254709574,0.153725174569888,0.0,0.000656454128302205,0.5,0.153725174569888,0.0,0.000693564954743054,0.153725174569888,0.0,0.0672218259965084,0.5,0.153725174569888,0.0,0.0850756781749226,0.153725174569888,0.0,0.0199242075944051,0.153725174569888,0.0,0.213645437724867,0.153725174569888,0.0,0.103256667271562,0.153725174569888,0.0,0.0425062375577867,0.153725174569888,0.0,0.0235275987319097,0.153725174569888,0.0,0.183709942014002,0.5,0.153725174569888,0.0,0.222365531569372,0,0.345232701346093,0.728152681594513 -7734,0.5,0.153725174569888,0.0,0.0903235554706758,0.153725174569888,0.0,0.0720319025838801,0.153725174569888,0.0,0.130774673260043,0.153725174569888,0.0,0.192561129913752,0.153725174569888,0.0,0.0483170343390623,0.153725174569888,0.0,0.00509872427802958,0.153725174569888,0.0,0.017276552038091,0.153725174569888,0.0,0.00118888626238525,0.5,0.153725174569888,0.0,0.000732909302544945,0.153725174569888,0.0,0.0646094422051333,0.5,0.153725174569888,0.0,0.107142356524523,0.153725174569888,0.0,0.0210684947985573,0.153725174569888,0.0,0.202871748510365,0.153725174569888,0.0,0.0967870136366255,0.153725174569888,0.0,0.0343187658534196,0.153725174569888,0.0,0.0207255477957709,0.153725174569888,0.0,0.195557739501592,0.5,0.153725174569888,0.0,0.250621437302206,0,0.34148327075168,0.767867302493724 -7735,0.5,0.153725174569888,0.0,0.0862846731045927,0.153725174569888,0.0,0.0666298473436746,0.153725174569888,0.0,0.129123369334774,0.153725174569888,0.0,0.20365826972698,0.153725174569888,0.0,0.0543800912542937,0.153725174569888,0.0,0.00910262313097676,0.153725174569888,0.0,0.0166227782810465,0.153725174569888,0.0,0.00116394699497941,0.5,0.153725174569888,0.0,0.000707061094379203,0.153725174569888,0.0,0.0680009996801992,0.5,0.153725174569888,0.0,0.0948468674172773,0.153725174569888,0.0,0.0211568847522001,0.153725174569888,0.0,0.189823574377216,0.153725174569888,0.0,0.100295609081215,0.153725174569888,0.0,0.0282409505855491,0.153725174569888,0.0,0.0198961087766181,0.153725174569888,0.0,0.189115665907406,0.5,0.153725174569888,0.0,0.278818690592015,0,0.319491054805307,0.818036757653669 -7736,0.5,0.153725174569888,0.0,0.0844896549128822,0.153725174569888,0.0,0.0545945101890122,0.153725174569888,0.0,0.135352563882829,0.153725174569888,0.0,0.21140327550785,0.153725174569888,0.0,0.0582541880362058,0.153725174569888,0.0,0.00978229472105196,0.153725174569888,0.0,0.0186968359333554,0.153725174569888,0.0,0.00127350291235303,0.5,0.153725174569888,0.0,0.000954091273101614,0.153725174569888,0.0,0.0707421429131491,0.5,0.153725174569888,0.0,0.0757053669883718,0.153725174569888,0.0,0.0177486376267361,0.153725174569888,0.0,0.183059874182405,0.153725174569888,0.0,0.109762013384005,0.153725174569888,0.0,0.0239331360602557,0.153725174569888,0.0,0.0197405468003588,0.153725174569888,0.0,0.168665897479536,0.5,0.153725174569888,0.0,0.315269258912529,0,0.311000848731832,0.828506937262131 -7737,0.5,0.153725174569888,0.0182368446490885,0.0875475386132279,0.153725174569888,0.00262965875981818,0.0434561753441938,0.153725174569888,0.00247565452423376,0.147708195112817,0.153725174569888,0.00162591643743544,0.218011081239711,0.153725174569888,0.00353207177569577,0.0487401358033523,0.153725174569888,0.00065548610635977,0.00902430778557063,0.153725174569888,0.00151608909207609,0.0222445131945201,0.153725174569888,0.00213504093092186,0.00181936093056424,0.5,0.153725174569888,0.00593627703419548,0.00134729074127491,0.153725174569888,0.0116639209413944,0.0643559094397819,0.5,0.153725174569888,0.0104673161502363,0.0736094810774739,0.153725174569888,0.0109733723777677,0.0132805893270603,0.153725174569888,0.00155933752674261,0.172907690758161,0.153725174569888,0.00268802768111197,0.109469293709665,0.153725174569888,0.00659119173767355,0.0210749085914044,0.153725174569888,0.00316337855541456,0.0254055197631342,0.153725174569888,0.00227421301242021,0.141062886463135,0.5,0.153725174569888,0.00822659803782947,0.345134609272505,0,0.292922704276655,0.793500311515587 -7738,0.5,0.153725174569888,0.0900705435114374,0.0911485981948593,0.153725174569888,0.0268140553564143,0.0502658241884252,0.153725174569888,0.0237054480127847,0.174102824493679,0.153725174569888,0.00982666952012373,0.219596783832953,0.153725174569888,0.0620081700053529,0.0498687204735152,0.153725174569888,0.00743511311564334,0.0101579645982894,0.153725174569888,0.0326284277740307,0.0315384950248707,0.153725174569888,0.0146094039953093,0.00161902418649369,0.5,0.153725174569888,0.0437752141877415,0.00138508166052055,0.153725174569888,0.040334167193736,0.0749969984438323,0.5,0.153725174569888,0.0643088231624976,0.0731965387820947,0.153725174569888,0.0466359747659276,0.0180910852703451,0.153725174569888,0.0337876343764634,0.172192437705717,0.153725174569888,0.0396709090852271,0.105773329921239,0.153725174569888,0.0673589125742743,0.0194040580219569,0.153725174569888,0.0218851673865694,0.0382029259058233,0.153725174569888,0.0121688101660194,0.126527092215582,0.5,0.153725174569888,0.0238179692421261,0.355350680321113,0,0.248251808838581,0.728429780305851 -7739,0.5,0.153725174569888,0.168042080713297,0.107653505334738,0.153725174569888,0.0686087849349916,0.0964656725050842,0.153725174569888,0.0830765138472454,0.166320790657754,0.153725174569888,0.0267753885127407,0.215715237832319,0.153725174569888,0.153802980926611,0.0695172049220495,0.153725174569888,0.022372696351137,0.00919556158150891,0.153725174569888,0.101079783755672,0.0360296793106145,0.153725174569888,0.0300681308520276,0.00144734487881324,0.5,0.153725174569888,0.0694193129608192,0.00218311174328154,0.153725174569888,0.0778427789463282,0.0915236996933931,0.5,0.153725174569888,0.142132293020421,0.0657052079105199,0.153725174569888,0.0862241402213152,0.0265196263851418,0.153725174569888,0.103014516397943,0.174949838891372,0.153725174569888,0.0798226527382886,0.11348924140983,0.153725174569888,0.151578247202823,0.0247427366073726,0.153725174569888,0.0557967754941472,0.0381740679448226,0.153725174569888,0.0294367367593136,0.121859162575928,0.5,0.153725174569888,0.0388123463141637,0.342776590966192,0,0.214549874450606,0.641535307878932 -7740,0.5,0.153725174569888,0.244227485547553,0.123947398170257,0.153725174569888,0.151923616554524,0.111748414780311,0.153725174569888,0.194254311338882,0.150976769351326,0.153725174569888,0.0576115676406562,0.194018632452588,0.153725174569888,0.196044664158677,0.06362683291842,0.153725174569888,0.0318731134054304,0.00535027040860322,0.153725174569888,0.140179504855642,0.0380069536724675,0.153725174569888,0.0426843618120107,0.00419991348028388,0.5,0.153725174569888,0.078281624866366,0.00572355105613021,0.153725174569888,0.108289933034558,0.0775529922152194,0.5,0.153725174569888,0.177266663330223,0.07004101682852,0.153725174569888,0.114357826613742,0.0353656450193745,0.153725174569888,0.166442535519727,0.176930508589648,0.153725174569888,0.122080748126974,0.0993379767731551,0.153725174569888,0.233911119987582,0.0252571439770171,0.153725174569888,0.0678071385120414,0.0179174217728458,0.153725174569888,0.0391488569861724,0.109465939941793,0.5,0.153725174569888,0.0471157581873542,0.297296326194873,0,0.21901221900148,0.554888932087221 -7741,0.5,0.153725174569888,0.274850969561985,0.127790238569964,0.153725174569888,0.265615355516858,0.119287257005593,0.153725174569888,0.293088659575601,0.119056655453767,0.153725174569888,0.0822873894262341,0.177479217877522,0.153725174569888,0.193963101668134,0.0528695012533103,0.153725174569888,0.0336084447113026,0.00628175116812147,0.153725174569888,0.140718088383923,0.0248052896811537,0.153725174569888,0.0548071725270165,0.00693852405102817,0.5,0.153725174569888,0.0852030131609721,0.00802874816208996,0.153725174569888,0.133958514888178,0.0745249155374019,0.5,0.153725174569888,0.168269520724871,0.0492638099912872,0.153725174569888,0.103309023778466,0.0347936305040351,0.153725174569888,0.167555673801099,0.161644573183862,0.153725174569888,0.13105636754455,0.0718565723924718,0.153725174569888,0.258252999211037,0.0172122927444722,0.153725174569888,0.0669110074594203,0.00635304837149591,0.153725174569888,0.038630031394154,0.0786077958235062,0.5,0.153725174569888,0.0434073938883033,0.252099655008225,0,0.228506196551337,0.495433789196447 -7742,0.5,0.153725174569888,0.233070392336971,0.126834009940055,0.153725174569888,0.166148471660027,0.091629614143618,0.153725174569888,0.284850134738187,0.108098770096954,0.153725174569888,0.09825373535488,0.149785444877027,0.153725174569888,0.172596468513931,0.0385113711949576,0.153725174569888,0.0402787040891112,0.00568233715100936,0.153725174569888,0.100892082519095,0.0146705718810347,0.153725174569888,0.0918698301117496,0.0051207856770531,0.5,0.153725174569888,0.110477147629828,0.00437394396678874,0.153725174569888,0.10191068076684,0.0452577442236844,0.5,0.153725174569888,0.164105766978104,0.0363351147156741,0.153725174569888,0.109112201089466,0.0272165216722932,0.153725174569888,0.105635955569031,0.134855407667554,0.153725174569888,0.0934630355174719,0.0558736581967739,0.153725174569888,0.223094163154923,0.0132600995496621,0.153725174569888,0.0589511068714594,0.0025131182887254,0.153725174569888,0.0343833687976945,0.0581003032534991,0.5,0.153725174569888,0.0345778525781237,0.200092546209823,0,0.231496714112833,0.480069543560179 -7743,0.5,0.153725174569888,0.147931915710779,0.0890791492113383,0.153725174569888,0.0586288628429549,0.0838322087891834,0.153725174569888,0.198580074025495,0.0732561420242991,0.153725174569888,0.0730683128393102,0.130586905542793,0.153725174569888,0.105533540120989,0.0182968281713238,0.153725174569888,0.028854411807968,0.00250757390521518,0.153725174569888,0.0583141527238268,0.00624134632784572,0.153725174569888,0.0942877575780893,0.00325861012040524,0.5,0.153725174569888,0.11697884099114,0.00279349058826131,0.153725174569888,0.104605187306174,0.0195248688672451,0.5,0.153725174569888,0.169753999022156,0.0205803548605386,0.153725174569888,0.0880625908198351,0.0121837456333463,0.153725174569888,0.042196347706564,0.113160281131149,0.153725174569888,0.0636322048154594,0.0359803845870022,0.153725174569888,0.141302995512125,0.00977387068968824,0.153725174569888,0.0438182458974631,0.000589140810037169,0.153725174569888,0.0183530558974533,0.0526445338784532,0.5,0.153725174569888,0.0249714900820756,0.144255390243989,0,0.224285885462593,0.445842869205701 -7744,0.5,0.153725174569888,0.000148320430226315,0.071550375138259,0.153725174569888,0.0,0.0739997162600742,0.153725174569888,0.00919530312868984,0.0412527684723285,0.153725174569888,0.000273880278587059,0.107010450688785,0.153725174569888,0.0172752094204655,0.00860292279756019,0.153725174569888,0.0127534841057481,0.00257951735921373,0.153725174569888,0.0150196284274435,0.00280414836066546,0.153725174569888,0.0488891671672406,0.00232654903399353,0.5,0.153725174569888,0.0569509134636431,0.00124315924392789,0.153725174569888,0.0616325279545737,0.00386454304936067,0.5,0.153725174569888,0.0751647356633002,0.00829834489267528,0.153725174569888,0.0644681568557852,0.0031329517396561,0.153725174569888,0.0,0.0783697670733499,0.153725174569888,0.016539245532023,0.0248662377726263,0.153725174569888,0.0166693042204282,0.012608274827836,0.153725174569888,0.014348967446683,0.000667897196340943,0.153725174569888,0.00338989710226643,0.0322284590528731,0.5,0.153725174569888,0.00886105575241608,0.0837136466983323,0,0.217056849093011,0.44224925025632 -7745,0.5,0.153725174569888,0.0,0.0599940037576813,0.153725174569888,0.0,0.0408963820534743,0.153725174569888,0.0,0.0502671161270838,0.153725174569888,0.0,0.100771165927234,0.153725174569888,0.0,0.0185936174066867,0.153725174569888,0.0,0.00637924140532773,0.153725174569888,0.0,0.00535330304782811,0.153725174569888,0.0,0.00257022662019455,0.5,0.153725174569888,3.68047586476876e-06,0.00137294580359271,0.153725174569888,0.0,0.00179251836762748,0.5,0.153725174569888,0.0,0.00197443178918548,0.153725174569888,0.0,0.00214621566434571,0.153725174569888,0.0,0.063198990706733,0.153725174569888,0.0,0.033937787201089,0.153725174569888,0.0,0.016359744289901,0.153725174569888,0.0,0.00277628617244407,0.153725174569888,0.0,0.0219517979412234,0.5,0.153725174569888,0.0,0.0515316692133355,0,0.165582396817008,0.467781528765636 -7746,0.5,0.153725174569888,0.0,0.050914004597485,0.153725174569888,0.0,0.0296721080260737,0.153725174569888,0.0,0.0460135230017067,0.153725174569888,0.0,0.100265163824219,0.153725174569888,0.0,0.0295582746859265,0.153725174569888,0.0,0.00451608353192831,0.153725174569888,0.0,0.0103463018907792,0.153725174569888,0.0,0.000891098354182369,0.5,0.153725174569888,0.0,0.000866614313405827,0.153725174569888,0.0,0.000915322597645227,0.5,0.153725174569888,0.0,0.000581892482401514,0.153725174569888,0.0,0.00184288894617302,0.153725174569888,0.0,0.0385219238067375,0.153725174569888,0.0,0.0439376539886058,0.153725174569888,0.0,0.015208351607006,0.153725174569888,0.0,0.00509796322995359,0.153725174569888,0.0,0.0203764662097533,0.5,0.153725174569888,0.0,0.0349795787294027,0,0.150823081464855,0.495732464913764 -7747,0.5,0.153725174569888,0.0,0.0447568002640437,0.153725174569888,0.0,0.0180875389167002,0.153725174569888,0.0,0.0377206440096812,0.153725174569888,0.0,0.0957544073242375,0.153725174569888,0.0,0.0326596468825726,0.153725174569888,0.0,0.00260206166875307,0.153725174569888,0.0,0.00871792755679926,0.153725174569888,0.0,0.00271002563699081,0.5,0.153725174569888,0.0,0.00075219773629807,0.153725174569888,0.0,0.0023382446886849,0.5,0.153725174569888,0.0,0.000460475778947829,0.153725174569888,0.0,0.00200254125402137,0.153725174569888,0.0,0.0266266887352567,0.153725174569888,0.0,0.0457484531521377,0.153725174569888,0.0,0.011714980583047,0.153725174569888,0.0,0.00408031448873094,0.153725174569888,0.0,0.01685102972881,0.5,0.153725174569888,0.0,0.0224714010902678,0,0.157304891066063,0.473549844554923 -7748,0.5,0.153725174569888,0.0,0.039754407855994,0.153725174569888,0.0,0.0111237366409759,0.153725174569888,0.0,0.0250109070501307,0.153725174569888,0.0,0.0856202222085801,0.153725174569888,0.0,0.0261598811778384,0.153725174569888,0.0,0.00388076756857218,0.153725174569888,0.0,0.00610155961972924,0.153725174569888,0.0,0.00565479894979133,0.5,0.153725174569888,0.0,0.00307905888463397,0.153725174569888,0.0,0.00535484227299907,0.5,0.153725174569888,0.0,0.000372404657322657,0.153725174569888,0.0,0.00308254319805532,0.153725174569888,0.0,0.018852437092858,0.153725174569888,0.0,0.0393362572423957,0.153725174569888,0.0,0.00798020789139664,0.153725174569888,0.0,0.00186268255283543,0.153725174569888,0.0,0.0152250270189135,0.5,0.153725174569888,0.0,0.0137114891756424,0,0.164754753651945,0.391703488401864 -7749,0.5,0.153725174569888,0.0,0.0350472614735105,0.153725174569888,0.0,0.0100954252367312,0.153725174569888,0.0,0.0228258679043644,0.153725174569888,0.0,0.0721179856160293,0.153725174569888,0.0,0.0231845273523819,0.153725174569888,0.0,0.00803921541236494,0.153725174569888,0.0,0.0113866238582556,0.153725174569888,0.0,0.00472427754604197,0.5,0.153725174569888,0.0,0.00306750195325048,0.153725174569888,0.0,0.00335098169858314,0.5,0.153725174569888,0.0,0.00107889467210786,0.153725174569888,0.0,0.00524119428182418,0.153725174569888,0.0,0.0135485007866777,0.153725174569888,0.0,0.0302963719144168,0.153725174569888,0.0,0.00585761599080212,0.153725174569888,0.0,0.00357743399229973,0.153725174569888,0.0,0.0125265958793561,0.5,0.153725174569888,0.0,0.00835971644344018,0,0.189703825626139,0.309070615976557 -7750,0.5,0.153725174569888,0.0,0.0318109127094038,0.153725174569888,0.0,0.0127016906752789,0.153725174569888,0.0,0.0265535630379139,0.153725174569888,0.0,0.0627717564806618,0.153725174569888,0.0,0.0241993374869504,0.153725174569888,0.0,0.00889108475900988,0.153725174569888,0.0,0.0170036876375367,0.153725174569888,0.0,0.00278958071865537,0.5,0.153725174569888,0.0,0.00144365251882586,0.153725174569888,0.0,0.00482750349549636,0.5,0.153725174569888,0.0,0.00197749115416231,0.153725174569888,0.0,0.00625036267016559,0.153725174569888,0.0,0.0123639801931256,0.153725174569888,0.0,0.0253269220289909,0.153725174569888,0.0,0.00524299943854955,0.153725174569888,0.0,0.00570374267259203,0.153725174569888,0.0,0.0132258650810562,0.5,0.153725174569888,0.0,0.00474016898951018,0,0.203034780317856,0.239787082703625 -7751,0.5,0.153725174569888,0.0,0.0302565046614675,0.153725174569888,0.0,0.0157114478848733,0.153725174569888,0.0,0.0233677458737806,0.153725174569888,0.0,0.060937209080909,0.153725174569888,0.0,0.0197909359400828,0.153725174569888,0.0,0.00612140314239325,0.153725174569888,0.0,0.0140221876578681,0.153725174569888,0.0,0.00240763609845004,0.5,0.153725174569888,0.0,0.00101189657908543,0.153725174569888,0.0,0.00941396787055266,0.5,0.153725174569888,0.0,0.00274619560919719,0.153725174569888,0.0,0.00736646453047476,0.153725174569888,0.0,0.0142994154617021,0.153725174569888,0.0,0.0221652022864576,0.153725174569888,0.0,0.0048299184308136,0.153725174569888,0.0,0.00367748658445158,0.153725174569888,0.0,0.0129878460706464,0.5,0.153725174569888,0.0,0.00292862386800089,0,0.19607320339539,0.200593204238737 -7752,0.5,0.153725174569888,0.0,0.0300900188123874,0.153725174569888,0.0,0.0169663813668851,0.153725174569888,0.0,0.0178553329645494,0.153725174569888,0.0,0.0613684962790799,0.153725174569888,0.0,0.0137891877909327,0.153725174569888,0.0,0.00420790621911287,0.153725174569888,0.0,0.00983650547419662,0.153725174569888,0.0,0.00233910131463752,0.5,0.153725174569888,0.0,0.00240011408746602,0.153725174569888,0.0,0.00532630338548463,0.5,0.153725174569888,0.0,0.00139126915575418,0.153725174569888,0.0,0.00658680546592377,0.153725174569888,0.0,0.018126730688309,0.153725174569888,0.0,0.0147824397173047,0.153725174569888,0.0,0.00431264338725783,0.153725174569888,0.0,0.00144636222052224,0.153725174569888,0.0,0.00826462902813717,0.5,0.153725174569888,0.0,0.00205251476269328,0,0.167288311163264,0.167271982189589 -7753,0.5,0.153725174569888,0.0,0.0299049193285339,0.153725174569888,0.0,0.0155056686535351,0.153725174569888,0.0,0.0131654247352204,0.153725174569888,0.0,0.0618932887564271,0.153725174569888,0.0,0.0124111123586561,0.153725174569888,0.0,0.00283631061708915,0.153725174569888,0.0,0.00962306279104015,0.153725174569888,0.0,0.00284286678291304,0.5,0.153725174569888,0.0,0.00299240571492528,0.153725174569888,0.0,0.00908295384186452,0.5,0.153725174569888,0.0,0.00100581854007253,0.153725174569888,0.0,0.00599506403245037,0.153725174569888,0.0,0.0206153585867452,0.153725174569888,0.0,0.00692738904802774,0.153725174569888,0.0,0.00390342543900382,0.153725174569888,0.0,0.00128163624308806,0.153725174569888,0.0,0.00324552665351071,0.5,0.153725174569888,0.0,0.00123765802411673,0,0.142219807250905,0.143389505951163 -7754,0.5,0.153725174569888,0.0,0.0299705267945029,0.153725174569888,0.0,0.0123738962590228,0.153725174569888,0.0,0.0130036811566939,0.153725174569888,0.0,0.0642568855727193,0.153725174569888,0.0,0.0105967694354745,0.153725174569888,0.0,0.00184225192064335,0.153725174569888,0.0,0.00960667336466065,0.153725174569888,0.0,0.00289281730189898,0.5,0.153725174569888,0.0,0.0047453612048368,0.153725174569888,0.0,0.00323470735357205,0.5,0.153725174569888,0.0,0.000547801442339495,0.153725174569888,0.0,0.0060372188749535,0.153725174569888,0.0,0.0200368833109522,0.153725174569888,0.0,0.00518903970506143,0.153725174569888,0.0,0.00434123222650172,0.153725174569888,0.0,0.00126633276151971,0.153725174569888,0.0,0.00233647970264371,0.5,0.153725174569888,0.0,0.00101454686621031,0,0.135514395965821,0.121212713223855 -7755,0.5,0.153725174569888,0.0,0.0290186186150621,0.153725174569888,0.0,0.0143222277978829,0.153725174569888,0.0,0.0137330105319071,0.153725174569888,0.0,0.0650161195214117,0.153725174569888,0.0,0.00754437430599014,0.153725174569888,0.0,0.000952907992663472,0.153725174569888,0.0,0.00737280070553423,0.153725174569888,0.0,0.00213924178064408,0.5,0.153725174569888,0.0,0.00344970762218285,0.153725174569888,0.0,0.00242524184586893,0.5,0.153725174569888,0.0,0.000712436231201683,0.153725174569888,0.0,0.00737045066477097,0.153725174569888,0.0,0.017573374724291,0.153725174569888,0.0,0.00695429591696119,0.153725174569888,0.0,0.00576714725275506,0.153725174569888,0.0,0.00135215481150557,0.153725174569888,0.0,0.00150670139169042,0.5,0.153725174569888,0.0,0.00104428157270277,0,0.139582489453353,0.104486252781165 -7756,0.5,0.153725174569888,0.0,0.0294761026860227,0.153725174569888,0.0,0.0207919757392261,0.153725174569888,0.0,0.0136280681071078,0.153725174569888,0.0,0.0688879320270278,0.153725174569888,0.0,0.00888429039243223,0.153725174569888,0.0,0.00147074286283009,0.153725174569888,0.0,0.00681573916306792,0.153725174569888,0.0,0.00272654138818015,0.5,0.153725174569888,0.0,0.0041872805540545,0.153725174569888,0.0,0.00404105128299188,0.5,0.153725174569888,0.0,0.00104162050801185,0.153725174569888,0.0,0.00721051257609613,0.153725174569888,0.0,0.0148659603397865,0.153725174569888,0.0,0.0120177362701447,0.153725174569888,0.0,0.00737003539556911,0.153725174569888,0.0,0.0026965467535105,0.153725174569888,0.0,0.00277462342220233,0.5,0.153725174569888,0.0,0.00147570552742532,0,0.134408845463867,0.102915796577642 -7757,0.5,0.153725174569888,0.0,0.0298553471012304,0.153725174569888,0.0,0.0181069728989621,0.153725174569888,0.0,0.0104233320086587,0.153725174569888,0.0,0.0803174499961667,0.153725174569888,0.0,0.0136544801576284,0.153725174569888,0.0,0.00152918428007386,0.153725174569888,0.0,0.00717903680354823,0.153725174569888,0.0,0.00196727325915451,0.5,0.153725174569888,0.0,0.00658280713877805,0.153725174569888,0.0,0.00665075419575579,0.5,0.153725174569888,0.0,0.00154392193524278,0.153725174569888,0.0,0.010031629051941,0.153725174569888,0.0,0.0125141561411148,0.153725174569888,0.0,0.0164477364316655,0.153725174569888,0.0,0.00708430014281474,0.153725174569888,0.0,0.00265268455858338,0.153725174569888,0.0,0.0035209417368767,0.5,0.153725174569888,0.0,0.00352551070869109,0,0.123542572323752,0.0971399963201388 -7758,0.5,0.153725174569888,0.0,0.0266313413078958,0.153725174569888,0.0,0.0174325611725183,0.153725174569888,0.0,0.00685046816354436,0.153725174569888,0.0,0.0817473474331033,0.153725174569888,0.0,0.0150467073747576,0.153725174569888,0.0,0.00102513282879648,0.153725174569888,0.0,0.00526752052183687,0.153725174569888,0.0,0.00199289023998441,0.5,0.153725174569888,0.0,0.00699775366390743,0.153725174569888,0.0,0.00939481010220919,0.5,0.153725174569888,0.0,0.00772359784284531,0.153725174569888,0.0,0.0104160281726493,0.153725174569888,0.0,0.0109323478757904,0.153725174569888,0.0,0.0170590582020096,0.153725174569888,0.0,0.00623467732649666,0.153725174569888,0.0,0.00261892604007143,0.153725174569888,0.0,0.0039808583646534,0.5,0.153725174569888,0.0,0.00735152477269962,0,0.102421836658598,0.0917537120325183 -7759,0.5,0.153725174569888,0.0,0.0254009048731645,0.153725174569888,0.0,0.0168715560704549,0.153725174569888,0.0,0.00766855492852319,0.153725174569888,0.0,0.0688030388302233,0.153725174569888,0.0,0.022163435712041,0.153725174569888,0.0,0.00257478254857562,0.153725174569888,0.0,0.0059512090917979,0.153725174569888,0.0,0.00186795185122969,0.5,0.153725174569888,0.0,0.00585068986629342,0.153725174569888,0.0,0.0165570873925324,0.5,0.153725174569888,0.0,0.0170454155823837,0.153725174569888,0.0,0.0107858190062138,0.153725174569888,0.0,0.00893502324646507,0.153725174569888,0.0,0.0162756668214581,0.153725174569888,0.0,0.00652544777534479,0.153725174569888,0.0,0.00669192541586183,0.153725174569888,0.0,0.00901198988239193,0.5,0.153725174569888,0.0,0.0156603327531719,0,0.0904905632586476,0.0907595987461369 -7760,0.5,0.153725174569888,0.0,0.0266516039735272,0.153725174569888,0.0,0.0144443318814685,0.153725174569888,0.0,0.0105173800651043,0.153725174569888,0.0,0.0655410703960066,0.153725174569888,0.0,0.0283054214190302,0.153725174569888,0.0,0.0029896395470805,0.153725174569888,0.0,0.0074677049119442,0.153725174569888,0.0,0.00372157558463874,0.5,0.153725174569888,0.0,0.00881747149102543,0.153725174569888,0.0,0.0161134462658273,0.5,0.153725174569888,0.0,0.0257727187653191,0.153725174569888,0.0,0.0131529277066833,0.153725174569888,0.0,0.0071174648689388,0.153725174569888,0.0,0.0157970390932007,0.153725174569888,0.0,0.00683108821858581,0.153725174569888,0.0,0.00467730426772926,0.153725174569888,0.0,0.0129151235861382,0.5,0.153725174569888,0.0,0.0193220905226433,0,0.0880498164568978,0.0860221631228279 -7761,0.5,0.153725174569888,0.00222338044000233,0.0256505037096225,0.153725174569888,0.000906307134488492,0.0140567479298395,0.153725174569888,0.00414200792107597,0.0103446857544707,0.153725174569888,0.00586639422413767,0.0697329704807382,0.153725174569888,0.00678892489034026,0.0282886688929768,0.153725174569888,0.00163188383280664,0.00594513216551203,0.153725174569888,0.00441808741635778,0.00746623190876892,0.153725174569888,0.00323690563377679,0.00533917750319488,0.5,0.153725174569888,0.0143565394353141,0.0122572625684862,0.153725174569888,0.040202192130669,0.0149756335778703,0.5,0.153725174569888,0.0178840469890001,0.0418814791208111,0.153725174569888,0.0411965228711924,0.0144844917071111,0.153725174569888,0.00152839772905234,0.00660873297191511,0.153725174569888,0.00630311061601946,0.0102933003369515,0.153725174569888,0.00792177486837962,0.00617169669692695,0.153725174569888,0.0123603540911066,0.00468387068405988,0.153725174569888,0.00759724617552676,0.0175094568752549,0.5,0.153725174569888,0.0287775543452941,0.0285619317459671,0,0.105355480046275,0.083753520706338 -7762,0.5,0.153725174569888,0.0183768426052777,0.028031000204858,0.153725174569888,0.00901836782776286,0.0157023862758347,0.153725174569888,0.0300342275560168,0.0141014763168484,0.153725174569888,0.0230798534490271,0.0732922939653714,0.153725174569888,0.129349886773723,0.0285059029541424,0.153725174569888,0.0291486921034462,0.00943054407845804,0.153725174569888,0.0725239915089176,0.0095492513753614,0.153725174569888,0.034817856112934,0.00917644282362257,0.5,0.153725174569888,0.0933762847055642,0.0146903555360538,0.153725174569888,0.0957406812888396,0.0454276928085198,0.5,0.153725174569888,0.0707850712999348,0.0528866519092467,0.153725174569888,0.145066049994678,0.0267394140351098,0.153725174569888,0.0260152542500711,0.00677485221044964,0.153725174569888,0.120267652500686,0.00783469278952208,0.153725174569888,0.0823572571732483,0.00766764226126303,0.153725174569888,0.0866854812437425,0.00611154099501068,0.153725174569888,0.0415265175151678,0.0343009482516229,0.5,0.153725174569888,0.0973641492120021,0.0390151693695401,0,0.126468124554079,0.0833557185662458 -7763,0.5,0.153725174569888,0.0358598439091951,0.0343496873098288,0.153725174569888,0.0270464236112354,0.0200149069822297,0.153725174569888,0.057156579289202,0.020474942403242,0.153725174569888,0.0358307545550163,0.0864238372777065,0.153725174569888,0.273755944147516,0.0305688438047072,0.153725174569888,0.0552107312211275,0.0154581932344481,0.153725174569888,0.187395875549526,0.0165912349084204,0.153725174569888,0.0522215936747786,0.0214113159868785,0.5,0.153725174569888,0.171223669110601,0.0486855576227313,0.153725174569888,0.140469627553622,0.0759101463121281,0.5,0.153725174569888,0.133263995416048,0.0845733704265472,0.153725174569888,0.231973906075401,0.065491741185653,0.153725174569888,0.0569034663694763,0.00826359982726845,0.153725174569888,0.2326474571816,0.00587536675103811,0.153725174569888,0.14841404573413,0.0088167577669111,0.153725174569888,0.18861126456341,0.00882657473659582,0.153725174569888,0.0917789736934521,0.0396386259468491,0.5,0.153725174569888,0.18705148715194,0.0425368407975292,0,0.146010814075141,0.0753410676774661 -7764,0.5,0.153725174569888,0.0500120515626529,0.0416936221396969,0.153725174569888,0.038792973617725,0.0263026649501618,0.153725174569888,0.0800403814812412,0.0213577622036325,0.153725174569888,0.0352786918520919,0.0867216547508455,0.153725174569888,0.383454107035649,0.0291612466674766,0.153725174569888,0.0870810632485799,0.0122692548059584,0.153725174569888,0.312712606786468,0.0166522429466363,0.153725174569888,0.107315075867084,0.0441599530198101,0.5,0.153725174569888,0.219739394045282,0.117380714894716,0.153725174569888,0.152558502803256,0.0769969854565979,0.5,0.153725174569888,0.200073130319152,0.117571650769608,0.153725174569888,0.274867853154607,0.0821809400235225,0.153725174569888,0.0723608039301408,0.0116690951729935,0.153725174569888,0.32072127634253,0.00542289774199806,0.153725174569888,0.185140211405774,0.00996533905643667,0.153725174569888,0.265822340729374,0.0126883661079574,0.153725174569888,0.137463401159894,0.0442628982188555,0.5,0.153725174569888,0.24624472483679,0.0451904858260221,0,0.136274094189781,0.0689145608680194 -7765,0.5,0.153725174569888,0.0433477813531069,0.0421128604163432,0.153725174569888,0.0453276665670378,0.0289691826636552,0.153725174569888,0.0741657688642929,0.0187442353894236,0.153725174569888,0.0317409286700476,0.0818157842338108,0.153725174569888,0.424942539686344,0.0272257102140693,0.153725174569888,0.113020053267978,0.0212287294226709,0.153725174569888,0.333556079985029,0.0128199083777107,0.153725174569888,0.121903862027815,0.0572457341566544,0.5,0.153725174569888,0.226128215354373,0.156655462739694,0.153725174569888,0.150943401293743,0.0762833258759559,0.5,0.153725174569888,0.210947648088852,0.0919604744446919,0.153725174569888,0.27402035400713,0.0683431821454146,0.153725174569888,0.0757711759110219,0.0150606206417636,0.153725174569888,0.363399771723304,0.00444929373800987,0.153725174569888,0.189635138925454,0.0110666101492808,0.153725174569888,0.255113430798038,0.00922950475239542,0.153725174569888,0.121859734891832,0.0408772854961421,0.5,0.153725174569888,0.249550114433015,0.0349848636918823,0,0.136076333078707,0.0634222170427379 -7766,0.5,0.153725174569888,0.0283773901341231,0.0404656273995567,0.153725174569888,0.04447184967891,0.0272456771960631,0.153725174569888,0.0573796857945775,0.0207197356378147,0.153725174569888,0.0251603127030229,0.076685523281289,0.153725174569888,0.400925788210755,0.028377795921493,0.153725174569888,0.138939973169172,0.0221443603511449,0.153725174569888,0.300686063834393,0.0226477361637732,0.153725174569888,0.089978698492265,0.0641920144515393,0.5,0.153725174569888,0.21846509745108,0.159972894025717,0.153725174569888,0.141351739945172,0.0548746141086046,0.5,0.153725174569888,0.139178819826354,0.0589739618753372,0.153725174569888,0.241569440962962,0.057508656094067,0.153725174569888,0.0617383862338436,0.0162322175112889,0.153725174569888,0.34863897221612,0.00376233293358147,0.153725174569888,0.143805257007518,0.01236484985261,0.153725174569888,0.184996611566446,0.00623561730258167,0.153725174569888,0.103273211394137,0.0283955086214967,0.5,0.153725174569888,0.179415387081566,0.0275282067470032,0,0.131019780467717,0.0618700348417975 -7767,0.5,0.153725174569888,0.0118580551758765,0.0310878372634083,0.153725174569888,0.0253952626884762,0.016661481557486,0.153725174569888,0.0329878474085549,0.0166774246140626,0.153725174569888,0.0127777061528775,0.0743054823923292,0.153725174569888,0.310000079219405,0.0123340941923358,0.153725174569888,0.122967471008099,0.0162931050683353,0.153725174569888,0.229467160326952,0.0140324333982418,0.153725174569888,0.0648853423304309,0.0507705059089971,0.5,0.153725174569888,0.165750235591299,0.109075623973011,0.153725174569888,0.11085274136202,0.0486407638261851,0.5,0.153725174569888,0.0920475676400701,0.0682543377602458,0.153725174569888,0.180729379484053,0.055583387585522,0.153725174569888,0.0464230687235399,0.0110029621139021,0.153725174569888,0.259925343638756,0.00234569133915057,0.153725174569888,0.0926718808850025,0.00874491248047983,0.153725174569888,0.111449708018347,0.00754110297923055,0.153725174569888,0.0527626840929229,0.027233173441817,0.5,0.153725174569888,0.0927625212258508,0.018402218705973,0,0.127737151414075,0.0675388825688839 -7768,0.5,0.153725174569888,0.00045094824267482,0.0218251367397777,0.153725174569888,0.000956850601083246,0.0122881502609114,0.153725174569888,0.00271746122381475,0.00935361296696812,0.153725174569888,0.000647447326267149,0.0498059784124201,0.153725174569888,0.0742923227921692,0.0163083827388171,0.153725174569888,0.0605861802472886,0.016898360871683,0.153725174569888,0.081336980605568,0.0126533138455967,0.153725174569888,0.027940007230763,0.0366417034832299,0.5,0.153725174569888,0.0669484786906774,0.0659500373343929,0.153725174569888,0.0513864438882138,0.0417893874668933,0.5,0.153725174569888,0.0404510412107153,0.0582746233765875,0.153725174569888,0.0868829683964849,0.0373012066259374,0.153725174569888,4.09907091341531e-05,0.00885277008877364,0.153725174569888,0.0381437632528291,0.00334032702545246,0.153725174569888,0.0123662994825082,0.00502492826250705,0.153725174569888,0.0333770273631745,0.0037900776383702,0.153725174569888,0.010485640131663,0.0261921582285914,0.5,0.153725174569888,0.0218493826764539,0.0248526061472285,0,0.119591681902814,0.0744604045974062 -7769,0.5,0.153725174569888,0.0,0.020258113997569,0.153725174569888,0.0,0.0111337862241247,0.153725174569888,0.0,0.00643394940868013,0.153725174569888,0.0,0.0344728206055792,0.153725174569888,0.0,0.0200939755691634,0.153725174569888,0.0,0.0205270631003266,0.153725174569888,0.0,0.0178085560240262,0.153725174569888,0.0,0.0313519653884859,0.5,0.153725174569888,0.0,0.0616170986833079,0.153725174569888,0.0,0.0298735506282462,0.5,0.153725174569888,0.0,0.0372370996507532,0.153725174569888,0.0,0.0268173353198751,0.153725174569888,0.0,0.00930604617215391,0.153725174569888,0.0,0.00413149593923772,0.153725174569888,0.0,0.00468931156225654,0.153725174569888,0.0,0.0043805304331336,0.153725174569888,0.0,0.0149249103729631,0.5,0.153725174569888,0.0,0.022305505114185,0,0.118584555416268,0.0734896300656951 -7770,0.5,0.153725174569888,0.0,0.018607023504056,0.153725174569888,0.0,0.00982068579024529,0.153725174569888,0.0,0.0079867427907074,0.153725174569888,0.0,0.0306727942692196,0.153725174569888,0.0,0.0148381678015409,0.153725174569888,0.0,0.0201133526338702,0.153725174569888,0.0,0.015948272207926,0.153725174569888,0.0,0.0334264977718804,0.5,0.153725174569888,0.0,0.0717657970162053,0.153725174569888,0.0,0.0236392579760532,0.5,0.153725174569888,0.0,0.0366274640858981,0.153725174569888,0.0,0.026200748192489,0.153725174569888,0.0,0.00945754309318989,0.153725174569888,0.0,0.0033234704710691,0.153725174569888,0.0,0.00435021658164844,0.153725174569888,0.0,0.00507584622779458,0.153725174569888,0.0,0.0113586123272605,0.5,0.153725174569888,0.0,0.020812982761625,0,0.114234753499154,0.0763741580769739 -7771,0.5,0.153725174569888,0.0,0.0173297994486625,0.153725174569888,0.0,0.0118136452557958,0.153725174569888,0.0,0.008987540676755,0.153725174569888,0.0,0.0263435370080985,0.153725174569888,0.0,0.0146389972479648,0.153725174569888,0.0,0.0239858618005042,0.153725174569888,0.0,0.0138871361044499,0.153725174569888,0.0,0.0371219949404691,0.5,0.153725174569888,0.0,0.0640515091365039,0.153725174569888,0.0,0.0200022627861888,0.5,0.153725174569888,0.0,0.0398234194655037,0.153725174569888,0.0,0.028608343112252,0.153725174569888,0.0,0.0104078378048728,0.153725174569888,0.0,0.0035659132664682,0.153725174569888,0.0,0.00548366996287987,0.153725174569888,0.0,0.00378274630455775,0.153725174569888,0.0,0.0104513155906081,0.5,0.153725174569888,0.0,0.0179281721466545,0,0.105875938477169,0.087508721301475 -7772,0.5,0.153725174569888,0.0,0.0182316298170082,0.153725174569888,0.0,0.0167062033483259,0.153725174569888,0.0,0.0127770513265541,0.153725174569888,0.0,0.023250701694269,0.153725174569888,0.0,0.0168970760745813,0.153725174569888,0.0,0.0233580256015965,0.153725174569888,0.0,0.0181064530616402,0.153725174569888,0.0,0.0421973926560863,0.5,0.153725174569888,0.0,0.0584907071763671,0.153725174569888,0.0,0.0157652341027448,0.5,0.153725174569888,0.0,0.0399296609486947,0.153725174569888,0.0,0.0288218113435386,0.153725174569888,0.0,0.0102416916072488,0.153725174569888,0.0,0.00406935425491026,0.153725174569888,0.0,0.00744766822561497,0.153725174569888,0.0,0.00617740688426342,0.153725174569888,0.0,0.0102035614762392,0.5,0.153725174569888,0.0,0.0146348933060521,0,0.0913650152489091,0.104133999909438 -7773,0.5,0.153725174569888,0.0,0.0202483094492549,0.153725174569888,0.0,0.0161425300462095,0.153725174569888,0.0,0.0158699632986577,0.153725174569888,0.0,0.0248324767896397,0.153725174569888,0.0,0.016423477299193,0.153725174569888,0.0,0.0182379729126031,0.153725174569888,0.0,0.0200062116506551,0.153725174569888,0.0,0.0458109782549143,0.5,0.153725174569888,0.0,0.0653465498028317,0.153725174569888,0.0,0.0140283925042143,0.5,0.153725174569888,0.0,0.0412737836293724,0.153725174569888,0.0,0.0310659411193846,0.153725174569888,0.0,0.00855722853082145,0.153725174569888,0.0,0.00409224915964972,0.153725174569888,0.0,0.00804847013887603,0.153725174569888,0.0,0.00785229064918124,0.153725174569888,0.0,0.0105351828734414,0.5,0.153725174569888,0.0,0.00812211944277908,0,0.0743874929310954,0.121343577016365 -7774,0.5,0.153725174569888,0.0,0.0222894384913869,0.153725174569888,0.0,0.0138680082284526,0.153725174569888,0.0,0.0153902302140764,0.153725174569888,0.0,0.0249310201479857,0.153725174569888,0.0,0.0155990812033475,0.153725174569888,0.0,0.0144829193003829,0.153725174569888,0.0,0.0171643560948391,0.153725174569888,0.0,0.0437059955179619,0.5,0.153725174569888,0.0,0.0736801385121099,0.153725174569888,0.0,0.0139692181590891,0.5,0.153725174569888,0.0,0.0343353430758197,0.153725174569888,0.0,0.0304929736469739,0.153725174569888,0.0,0.00625210521938394,0.153725174569888,0.0,0.00481570408230406,0.153725174569888,0.0,0.00804991103286909,0.153725174569888,0.0,0.00712701376519152,0.153725174569888,0.0,0.0103693669809979,0.5,0.153725174569888,0.0,0.00593917393963688,0,0.0853642198031527,0.148681536981613 -7775,0.5,0.153725174569888,0.0,0.0236596258198478,0.153725174569888,0.0,0.0116127573486329,0.153725174569888,0.0,0.0164672787999043,0.153725174569888,0.0,0.0210026767850459,0.153725174569888,0.0,0.0164408332231777,0.153725174569888,0.0,0.0157490281523461,0.153725174569888,0.0,0.0160324249277607,0.153725174569888,0.0,0.0470651621267329,0.5,0.153725174569888,0.0,0.0795750629707635,0.153725174569888,0.0,0.0099252675141523,0.5,0.153725174569888,0.0,0.0283012653885872,0.153725174569888,0.0,0.0283675239423647,0.153725174569888,0.0,0.00314879692843283,0.153725174569888,0.0,0.00668719138846321,0.153725174569888,0.0,0.00852753456585321,0.153725174569888,0.0,0.00524606980764585,0.153725174569888,0.0,0.00930913583923586,0.5,0.153725174569888,0.0,0.00803586425821305,0,0.118257066634858,0.184541370017838 -7776,0.5,0.153725174569888,0.0,0.0245125693793485,0.153725174569888,0.0,0.0127934466514669,0.153725174569888,0.0,0.0172671892410418,0.153725174569888,0.0,0.0202490019451775,0.153725174569888,0.0,0.0180143735240273,0.153725174569888,0.0,0.0185702499514486,0.153725174569888,0.0,0.0161736244630859,0.153725174569888,0.0,0.0489113290260554,0.5,0.153725174569888,0.0,0.0811786169748148,0.153725174569888,0.0,0.0072878013742152,0.5,0.153725174569888,0.0,0.0272219648511683,0.153725174569888,0.0,0.0243243407298664,0.153725174569888,0.0,0.00200238300753337,0.153725174569888,0.0,0.00958114024024382,0.153725174569888,0.0,0.00869305805165759,0.153725174569888,0.0,0.00411872687252572,0.153725174569888,0.0,0.00808931439147881,0.5,0.153725174569888,0.0,0.00898393825432254,0,0.143112902295388,0.19664202194747 -7777,0.5,0.153725174569888,0.0,0.0234666937556013,0.153725174569888,0.0,0.0168683322747831,0.153725174569888,0.0,0.0176217697502791,0.153725174569888,0.0,0.0194043634274192,0.153725174569888,0.0,0.0190846202040986,0.153725174569888,0.0,0.0194268181802651,0.153725174569888,0.0,0.0185229163543452,0.153725174569888,0.0,0.0531624942863305,0.5,0.153725174569888,0.0,0.079029122612607,0.153725174569888,0.0,0.00750740844058253,0.5,0.153725174569888,0.0,0.028802885910826,0.153725174569888,0.0,0.0236098240914099,0.153725174569888,0.0,0.00202572703654688,0.153725174569888,0.0,0.0124229995371587,0.153725174569888,0.0,0.00993220149033134,0.153725174569888,0.0,0.0038697341822185,0.153725174569888,0.0,0.0080829437671273,0.5,0.153725174569888,0.0,0.00984642866831963,0,0.145812482072392,0.209482410819148 -7778,0.5,0.153725174569888,0.0,0.0216661597488475,0.153725174569888,0.0,0.0156225100270426,0.153725174569888,0.0,0.0182151381698099,0.153725174569888,0.0,0.018666304414086,0.153725174569888,0.0,0.0186615522713776,0.153725174569888,0.0,0.0154834961864818,0.153725174569888,0.0,0.0191096767223491,0.153725174569888,0.0,0.0457942131457881,0.5,0.153725174569888,0.0,0.0808431274850394,0.153725174569888,0.0,0.00847899685696243,0.5,0.153725174569888,0.0,0.0317295837973126,0.153725174569888,0.0,0.0228212602871178,0.153725174569888,0.0,0.00199229871881418,0.153725174569888,0.0,0.0142390026657387,0.153725174569888,0.0,0.00860732772339865,0.153725174569888,0.0,0.00562837252987101,0.153725174569888,0.0,0.0099295206653056,0.5,0.153725174569888,0.0,0.0109874162800904,0,0.137714391464882,0.224403910805957 -7779,0.5,0.153725174569888,0.0,0.0188787040559188,0.153725174569888,0.0,0.0145343567704139,0.153725174569888,0.0,0.013849621674347,0.153725174569888,0.0,0.0179365043622619,0.153725174569888,0.0,0.0213612295980039,0.153725174569888,0.0,0.0144329981853466,0.153725174569888,0.0,0.0165652350823219,0.153725174569888,0.0,0.0406912784846879,0.5,0.153725174569888,0.0,0.0758412152826405,0.153725174569888,0.0,0.0095489798101116,0.5,0.153725174569888,0.0,0.0383094174660405,0.153725174569888,0.0,0.0228255286151273,0.153725174569888,0.0,0.00191567659896245,0.153725174569888,0.0,0.0163975914354079,0.153725174569888,0.0,0.00650910854709727,0.153725174569888,0.0,0.0106308276146189,0.153725174569888,0.0,0.015484598779088,0.5,0.153725174569888,0.0,0.0145700771010523,0,0.113307381201009,0.239844225284489 -7780,0.5,0.153725174569888,0.0,0.0177388740237356,0.153725174569888,0.0,0.0164895036423812,0.153725174569888,0.0,0.0109447865061102,0.153725174569888,0.0,0.01552848461446,0.153725174569888,0.0,0.0210889922640384,0.153725174569888,0.0,0.0187472900306113,0.153725174569888,0.0,0.0148489602695676,0.153725174569888,0.0,0.0408335684567981,0.5,0.153725174569888,0.0,0.0609521759283947,0.153725174569888,0.0,0.0088349950153495,0.5,0.153725174569888,0.0,0.0390397351352447,0.153725174569888,0.0,0.0218178641208305,0.153725174569888,0.0,0.00277080767988991,0.153725174569888,0.0,0.0180754174979779,0.153725174569888,0.0,0.0056475286168828,0.153725174569888,0.0,0.0129418398917424,0.153725174569888,0.0,0.0202655460460866,0.5,0.153725174569888,0.0,0.0185268719218038,0,0.0847891438762918,0.244183925933986 -7781,0.5,0.153725174569888,0.0,0.0175184171349776,0.153725174569888,0.0,0.0169816645972037,0.153725174569888,0.0,0.00864624294215861,0.153725174569888,0.0,0.0141222149549355,0.153725174569888,0.0,0.0234402328864016,0.153725174569888,0.0,0.0217957860333767,0.153725174569888,0.0,0.0174766065532653,0.153725174569888,0.0,0.0444409753340759,0.5,0.153725174569888,0.0,0.0523056359673298,0.153725174569888,0.0,0.00805390040256472,0.5,0.153725174569888,0.0,0.041694662108607,0.153725174569888,0.0,0.0224693362698503,0.153725174569888,0.0,0.00639909629206003,0.153725174569888,0.0,0.0206711720555194,0.153725174569888,0.0,0.00432619617016795,0.153725174569888,0.0,0.0121859265944433,0.153725174569888,0.0,0.0251528150607878,0.5,0.153725174569888,0.0,0.0198088457316295,0,0.0678057723231996,0.246885441554266 -7782,0.5,0.153725174569888,0.0,0.0171634513919195,0.153725174569888,0.0,0.0157927763900158,0.153725174569888,0.0,0.00678479821250841,0.153725174569888,0.0,0.0117338388254654,0.153725174569888,0.0,0.0224672056902995,0.153725174569888,0.0,0.0281768277095525,0.153725174569888,0.0,0.0215867775798336,0.153725174569888,0.0,0.0521785511178849,0.5,0.153725174569888,0.0,0.0534365659405217,0.153725174569888,0.0,0.00788015590380435,0.5,0.153725174569888,0.0,0.042217849720567,0.153725174569888,0.0,0.022410308480332,0.153725174569888,0.0,0.00942242209812344,0.153725174569888,0.0,0.0211239285179176,0.153725174569888,0.0,0.00500777134635741,0.153725174569888,0.0,0.013150993834374,0.153725174569888,0.0,0.0267495324718827,0.5,0.153725174569888,0.0,0.0205476536822152,0,0.0578243396638795,0.239704748338897 -7783,0.5,0.153725174569888,0.0,0.0176361535313651,0.153725174569888,0.0,0.0111769345728498,0.153725174569888,0.0,0.007135020313326,0.153725174569888,0.0,0.0117178861990659,0.153725174569888,0.0,0.0219008982067777,0.153725174569888,0.0,0.0369002633894142,0.153725174569888,0.0,0.0275252169708461,0.153725174569888,0.0,0.0582410888586821,0.5,0.153725174569888,0.0,0.0582041806888934,0.153725174569888,0.0,0.0084570808678246,0.5,0.153725174569888,0.0,0.0496408830189575,0.153725174569888,0.0,0.0224936499725193,0.153725174569888,0.0,0.0119062286760771,0.153725174569888,0.0,0.0216775798553608,0.153725174569888,0.0,0.00383125457282309,0.153725174569888,0.0,0.0162567822940499,0.153725174569888,0.0,0.0298374274501969,0.5,0.153725174569888,0.0,0.0232228216553731,0,0.0466708881779636,0.23799450590308 -7784,0.5,0.153725174569888,0.0,0.0172290066736554,0.153725174569888,0.0,0.0114867658557173,0.153725174569888,0.0,0.0051597927624461,0.153725174569888,0.0,0.0111263418875018,0.153725174569888,0.0,0.0230065906077244,0.153725174569888,0.0,0.0510764368050078,0.153725174569888,0.0,0.0312531825297495,0.153725174569888,0.0,0.0687524156257787,0.5,0.153725174569888,0.0,0.0564813605751979,0.153725174569888,0.0,0.00819972187278599,0.5,0.153725174569888,0.0,0.0627474168434877,0.153725174569888,0.0,0.02479313601095,0.153725174569888,0.0,0.0161854789275175,0.153725174569888,0.0,0.02372258930202,0.153725174569888,0.0,0.00381674230489839,0.153725174569888,0.0,0.019391852465178,0.153725174569888,0.0,0.0336813049394948,0.5,0.153725174569888,0.0,0.0261865802565554,0,0.034685023772524,0.235442273781961 -7785,0.5,0.153725174569888,0.00622200910074586,0.0201695350301001,0.153725174569888,0.00929540691271884,0.0075338987548206,0.153725174569888,0.00910426846896348,0.00986777528180528,0.153725174569888,0.00511823374370333,0.0133562469395919,0.153725174569888,0.00820501114502864,0.0274159139487442,0.153725174569888,0.00714047818028231,0.0605677980752292,0.153725174569888,0.0121396848415431,0.0345738081797851,0.153725174569888,0.00924020211109859,0.0768846306506393,0.5,0.153725174569888,0.0133938883144717,0.0530988022694419,0.153725174569888,0.0436725128409482,0.0098485164617887,0.5,0.153725174569888,0.0264897349070677,0.0653578827543437,0.153725174569888,0.0302324788603844,0.0294815613032546,0.153725174569888,0.00428993136373236,0.0192242806635189,0.153725174569888,0.00674618372616763,0.0236205581745899,0.153725174569888,0.012672352334169,0.00325733805707568,0.153725174569888,0.0190809005865429,0.0251611256711429,0.153725174569888,0.0449286282951277,0.0303011356823092,0.5,0.153725174569888,0.0641711183753144,0.0226801366552137,0,0.0259244960572138,0.232852099255102 -7786,0.5,0.153725174569888,0.0367346011750656,0.0263648236076425,0.153725174569888,0.140674045481425,0.00283042533651132,0.153725174569888,0.058405931628517,0.0151322576985866,0.153725174569888,0.0274082604615018,0.0197216106238084,0.153725174569888,0.16174646017853,0.027982169584024,0.153725174569888,0.152214568133093,0.0650884477765199,0.153725174569888,0.175502312789385,0.0321305237267388,0.153725174569888,0.125688749227417,0.121021911177767,0.5,0.153725174569888,0.111342396953343,0.0859481826698818,0.153725174569888,0.153534413180168,0.0165910864401188,0.5,0.153725174569888,0.140085254235352,0.116713379702947,0.153725174569888,0.128985643787261,0.0490292511324261,0.153725174569888,0.100876333780633,0.018229488483945,0.153725174569888,0.146991362904666,0.0228693187256062,0.153725174569888,0.142515397881403,0.00283967773348621,0.153725174569888,0.153951976596643,0.0294254807667516,0.153725174569888,0.187505175160333,0.0412011815865701,0.5,0.153725174569888,0.208059212273542,0.0359634494736613,0,0.0184922096665153,0.238596463184989 -7787,0.5,0.153725174569888,0.0669229586227542,0.036247638857285,0.153725174569888,0.266794753211231,0.00104308164706362,0.153725174569888,0.121469836879287,0.0265640181284221,0.153725174569888,0.061895518627353,0.0242011282905802,0.153725174569888,0.311489180570715,0.0320980282516592,0.153725174569888,0.297720869821024,0.0920950091375332,0.153725174569888,0.324854199255665,0.0424962163679525,0.153725174569888,0.252233746938663,0.20436369144272,0.5,0.153725174569888,0.229375876467283,0.134138396946299,0.153725174569888,0.258582613709365,0.0230639021412484,0.5,0.153725174569888,0.284795836788219,0.167434396510792,0.153725174569888,0.235194487420436,0.0611058542608063,0.153725174569888,0.206380122160126,0.014342576812671,0.153725174569888,0.291753990791092,0.0238078585756283,0.153725174569888,0.266518064868644,0.00443359631550041,0.153725174569888,0.313668686447647,0.0409571234688234,0.153725174569888,0.336353890249816,0.0815040961913762,0.5,0.153725174569888,0.339482679514645,0.0879020907532447,0,0.0133393173501907,0.218496499828746 -7788,0.5,0.153725174569888,0.0903110734455557,0.0367525136948032,0.153725174569888,0.363575764033673,0.000223775419724058,0.153725174569888,0.173180204133696,0.0404377533851832,0.153725174569888,0.0793069607766001,0.0273293745386291,0.153725174569888,0.412577372699048,0.0442019808596918,0.153725174569888,0.395439199251674,0.121610842372277,0.153725174569888,0.424130343155446,0.0791620017095622,0.153725174569888,0.336144999042116,0.272528007058244,0.5,0.153725174569888,0.29274276319815,0.148903771801752,0.153725174569888,0.316042018014976,0.0351001181302998,0.5,0.153725174569888,0.390243330563343,0.22388333860063,0.153725174569888,0.297078247202895,0.0790511677868404,0.153725174569888,0.275592716976946,0.0106344049540434,0.153725174569888,0.393211009902878,0.0299492901452499,0.153725174569888,0.35023644165867,0.00937986482817964,0.153725174569888,0.408553459111744,0.0744043137647341,0.153725174569888,0.435861754436839,0.132353956029665,0.5,0.153725174569888,0.409276439013489,0.153246728657217,0,0.00856816297009965,0.182855816726028 -7789,0.5,0.153725174569888,0.102509200603152,0.0336274232300278,0.153725174569888,0.400611692590991,0.000113399525615308,0.153725174569888,0.188465737982793,0.0493465769554674,0.153725174569888,0.0824544713183639,0.0244250879257398,0.153725174569888,0.450040712536741,0.0591299697259796,0.153725174569888,0.436333521176926,0.162477050981567,0.153725174569888,0.459820214641914,0.113322030941828,0.153725174569888,0.35513835361546,0.300260393549636,0.5,0.153725174569888,0.27548853071282,0.15340917285848,0.153725174569888,0.322318372565337,0.0398282243890725,0.5,0.153725174569888,0.422615732078913,0.276787857783162,0.153725174569888,0.311428167179739,0.0925842038085236,0.153725174569888,0.305700983925584,0.0062354902949168,0.153725174569888,0.431973039084353,0.0375860361885215,0.153725174569888,0.37504289169804,0.0175730297969602,0.153725174569888,0.438489474463042,0.142053591512682,0.153725174569888,0.454865911809222,0.167582234624779,0.5,0.153725174569888,0.42720030630268,0.146334162230451,0,0.00647257324874792,0.173747304473967 -7790,0.5,0.153725174569888,0.0784787765368038,0.0253367330905163,0.153725174569888,0.376244210658688,3.3641855645595e-05,0.153725174569888,0.180361401653779,0.0486444884549349,0.153725174569888,0.0650537048522129,0.0190306734561475,0.153725174569888,0.419618021873901,0.0740390234382235,0.153725174569888,0.396190922066082,0.183513888185504,0.153725174569888,0.428748058909725,0.146750819092363,0.153725174569888,0.287612595568234,0.262883674947411,0.5,0.153725174569888,0.208932764974079,0.111035548388202,0.153725174569888,0.2782550686678,0.0395622163768239,0.5,0.153725174569888,0.383874033132302,0.227765061446383,0.153725174569888,0.260723405627142,0.0757709648440236,0.153725174569888,0.282087165540199,0.00397838995699929,0.153725174569888,0.406068129342318,0.0382617154816607,0.153725174569888,0.334990415523733,0.0208190274470383,0.153725174569888,0.382240014358889,0.177603397455039,0.153725174569888,0.408975104855622,0.155308290782358,0.5,0.153725174569888,0.376199660338149,0.128051963321328,0,0.00604195095905266,0.19716133783256 -7791,0.5,0.153725174569888,0.0405983011223152,0.0192208660152474,0.153725174569888,0.213520683055295,0.0,0.153725174569888,0.143379408319281,0.0400788882430692,0.153725174569888,0.0263093434989831,0.010791035414863,0.153725174569888,0.311060698965276,0.0947757083394479,0.153725174569888,0.255571230075938,0.182972140026595,0.153725174569888,0.327160346534421,0.145050842073703,0.153725174569888,0.178804562092978,0.220429046837889,0.5,0.153725174569888,0.112021767721754,0.0754918450594676,0.153725174569888,0.178620449578157,0.0295486643354229,0.5,0.153725174569888,0.264341312464986,0.163075842661351,0.153725174569888,0.176260103365101,0.048983628080281,0.153725174569888,0.202632005581988,0.00331137905192784,0.153725174569888,0.286218938023956,0.050456185429384,0.153725174569888,0.231285252607613,0.0148436121457087,0.153725174569888,0.268672556652777,0.136249597993146,0.153725174569888,0.299906609672087,0.103342947512623,0.5,0.153725174569888,0.255526441480052,0.0889981561323278,0,0.00526257207152451,0.220706454208736 -7792,0.5,0.153725174569888,3.36109497363721e-05,0.0123393395863018,0.153725174569888,0.0,0.0,0.153725174569888,0.0107730295714574,0.0248006389855798,0.153725174569888,0.000274577216047439,0.00529615701150005,0.153725174569888,0.0722376491543115,0.118921798971373,0.153725174569888,0.0973422235387319,0.16981086685051,0.153725174569888,0.0821176615096053,0.145038678749968,0.153725174569888,0.0461558717388541,0.180614703182115,0.5,0.153725174569888,0.0228667010858636,0.0481938815343842,0.153725174569888,0.0654793980250291,0.016001944013051,0.5,0.153725174569888,0.0620408230728227,0.142249915957605,0.153725174569888,0.0706529613322352,0.0327661268563611,0.153725174569888,0.0,0.00361127415160161,0.153725174569888,0.0293651853196112,0.0656906660276995,0.153725174569888,0.0178579636068102,0.0228690193035815,0.153725174569888,0.058910768085142,0.0992014936181676,0.153725174569888,0.0494282021979756,0.0772532545670926,0.5,0.153725174569888,0.0434368056405471,0.0553784472398038,0,0.00387593187148215,0.285370814450254 -7793,0.5,0.153725174569888,0.0,0.00866782065229874,0.153725174569888,0.0,0.000881905577712788,0.153725174569888,0.0,0.022832243247428,0.153725174569888,0.0,0.0030628252488278,0.153725174569888,0.0,0.172268441417973,0.153725174569888,0.0,0.18567876256413,0.153725174569888,0.0,0.143213227095554,0.153725174569888,0.0,0.164716315727487,0.5,0.153725174569888,0.0,0.0379859104782841,0.153725174569888,0.0,0.0160613121450194,0.5,0.153725174569888,0.0,0.143328067413986,0.153725174569888,1.76603445718679e-09,0.0350065459440658,0.153725174569888,0.0,0.00385178197976839,0.153725174569888,0.0,0.0725342967829348,0.153725174569888,0.0,0.0313400128899542,0.153725174569888,0.0,0.0919710693299271,0.153725174569888,0.0,0.0774383009512666,0.5,0.153725174569888,0.0,0.0516636888251341,0,0.00352763033731537,0.312896043779165 -7794,0.5,0.153725174569888,0.0,0.00631815172190541,0.153725174569888,0.0,0.000926919650016553,0.153725174569888,0.0,0.0234842463780251,0.153725174569888,0.0,0.00236784283351483,0.153725174569888,0.0,0.165757059320961,0.153725174569888,0.0,0.204875807290378,0.153725174569888,0.0,0.139236024451062,0.153725174569888,0.0,0.188000942214443,0.5,0.153725174569888,0.0,0.0371976223300258,0.153725174569888,0.0,0.0148629120854365,0.5,0.153725174569888,0.0,0.106200094029441,0.153725174569888,0.0,0.0323618944887737,0.153725174569888,0.0,0.00353165837780354,0.153725174569888,0.0,0.0768302397614012,0.153725174569888,0.0,0.0306683694497474,0.153725174569888,0.0,0.076971596985839,0.153725174569888,0.0,0.0638645514316223,0.5,0.153725174569888,0.0,0.0488381935667205,0,0.00400371807084605,0.359961876178309 -7795,0.5,0.153725174569888,0.0,0.00510010781835709,0.153725174569888,0.0,0.0010308677445975,0.153725174569888,0.0,0.0255823370871945,0.153725174569888,0.0,0.00242876045640919,0.153725174569888,0.0,0.173080361291653,0.153725174569888,0.0,0.219934771170189,0.153725174569888,0.0,0.159120641424542,0.153725174569888,0.0,0.217225343787188,0.5,0.153725174569888,0.0,0.0369549946060858,0.153725174569888,0.0,0.012206863842376,0.5,0.153725174569888,0.0,0.0865822924764272,0.153725174569888,0.0,0.030904185697451,0.153725174569888,0.0,0.00483615168553846,0.153725174569888,0.0,0.100978318564008,0.153725174569888,0.0,0.0351337658811732,0.153725174569888,0.0,0.0760672905382,0.153725174569888,0.0,0.0546033870488823,0.5,0.153725174569888,0.0,0.0419571014614893,0,0.00360921588863775,0.496037558051371 -7796,0.5,0.153725174569888,0.0,0.00402274689389142,0.153725174569888,0.0,0.00637709986090219,0.153725174569888,0.0,0.0283206409968488,0.153725174569888,0.0,0.00292090566610694,0.153725174569888,0.0,0.184858905451159,0.153725174569888,0.0,0.21164770112095,0.153725174569888,0.0,0.198740694852939,0.153725174569888,0.0,0.210000214583107,0.5,0.153725174569888,0.0,0.0332964345968427,0.153725174569888,0.0,0.00858097676527501,0.5,0.153725174569888,0.0,0.0956896674997237,0.153725174569888,0.0,0.0331668654128987,0.153725174569888,0.0,0.00669159778181719,0.153725174569888,0.0,0.123976286276855,0.153725174569888,0.0,0.0556509582012683,0.153725174569888,0.0,0.0916331220432929,0.153725174569888,0.0,0.052320848649813,0.5,0.153725174569888,0.0,0.0367889063628351,0,0.0035459436742594,0.677801436746788 -7797,0.5,0.153725174569888,0.0,0.00345825429161301,0.153725174569888,0.0,0.0171547969262801,0.153725174569888,0.0,0.0403389454603489,0.153725174569888,0.0,0.00301392369886021,0.153725174569888,0.0,0.212187002802723,0.153725174569888,0.0,0.238942765699179,0.153725174569888,0.0,0.232966599050922,0.153725174569888,0.0,0.18739823709815,0.5,0.153725174569888,0.0,0.0220983769916348,0.153725174569888,0.0,0.00780492836521895,0.5,0.153725174569888,0.0,0.10430583146879,0.153725174569888,0.0,0.033154328991798,0.153725174569888,0.0,0.0107298941396907,0.153725174569888,0.0,0.145686714607224,0.153725174569888,0.0,0.072517821695258,0.153725174569888,0.0,0.108186046373399,0.153725174569888,0.0,0.0540482313085707,0.5,0.153725174569888,0.0,0.0325356698348086,0,0.00190281929782644,0.805653434430279 -7798,0.5,0.153725174569888,0.0,0.00325733777432748,0.153725174569888,0.0,0.0245267450089807,0.153725174569888,0.0,0.0441655143854949,0.153725174569888,0.0,0.0047357540405105,0.153725174569888,0.0,0.270045374317919,0.153725174569888,0.0,0.261563740333329,0.153725174569888,0.0,0.27848169686741,0.153725174569888,0.0,0.161883307156648,0.5,0.153725174569888,0.0,0.0159750819388675,0.153725174569888,0.0,0.00688468624988574,0.5,0.153725174569888,0.0,0.106079426957614,0.153725174569888,0.0,0.0302718593134947,0.153725174569888,0.0,0.0168108860300953,0.153725174569888,0.0,0.178834830359642,0.153725174569888,0.0,0.0790863533607358,0.153725174569888,0.0,0.110669690780122,0.153725174569888,0.0,0.0602156252178375,0.5,0.153725174569888,0.0,0.0296305695001802,0,0.00020188755541978,0.88034453226627 -7799,0.5,0.153725174569888,0.0,0.00381112248544924,0.153725174569888,0.0,0.0271383937774591,0.153725174569888,0.0,0.0389416902548402,0.153725174569888,0.0,0.00666548609638075,0.153725174569888,0.0,0.323172809995277,0.153725174569888,0.0,0.27392289603993,0.153725174569888,0.0,0.308881188464217,0.153725174569888,0.0,0.135456781580866,0.5,0.153725174569888,0.0,0.0119872447775025,0.153725174569888,0.0,0.00605707043647734,0.5,0.153725174569888,0.0,0.0820443721466045,0.153725174569888,0.0,0.0286401334560424,0.153725174569888,0.0,0.0226917273966765,0.153725174569888,0.0,0.193849280774401,0.153725174569888,0.0,0.0852078183509726,0.153725174569888,0.0,0.124189881469771,0.153725174569888,0.0,0.0572258283114692,0.5,0.153725174569888,0.0,0.0290291180887943,0,8.14842800016236e-05,0.916739466863545 -7800,0.5,0.153725174569888,0.0,0.00468645862160207,0.153725174569888,0.0,0.0251178671153893,0.153725174569888,0.0,0.0416796793506775,0.153725174569888,0.0,0.00770615374805757,0.153725174569888,0.0,0.340220475968139,0.153725174569888,0.0,0.255271156959421,0.153725174569888,0.0,0.298706109742106,0.153725174569888,0.0,0.115008311498386,0.5,0.153725174569888,0.0,0.0115050213666208,0.153725174569888,0.0,0.00698351867806188,0.5,0.153725174569888,0.0,0.0654896733556041,0.153725174569888,0.0,0.0227400302473008,0.153725174569888,0.0,0.0248347936535763,0.153725174569888,0.0,0.219410005595543,0.153725174569888,0.0,0.0816549311804128,0.153725174569888,0.0,0.114608463532921,0.153725174569888,0.0,0.0502446210067691,0.5,0.153725174569888,0.0,0.0292293050446195,0,5.43118643464567e-05,0.956864522367792 -7801,0.5,0.153725174569888,0.0,0.00596043694433425,0.153725174569888,0.0,0.0281399664045182,0.153725174569888,0.0,0.0455630185574454,0.153725174569888,0.0,0.0107798688863213,0.153725174569888,0.0,0.332195342482192,0.153725174569888,0.0,0.243624138240229,0.153725174569888,0.0,0.309204779781639,0.153725174569888,0.0,0.099087814139506,0.5,0.153725174569888,0.0,0.0108646094086462,0.153725174569888,0.0,0.00593758259629678,0.5,0.153725174569888,0.0,0.0559021798807082,0.153725174569888,0.0,0.0190744003929098,0.153725174569888,0.0,0.0337199906609733,0.153725174569888,0.0,0.234208450033759,0.153725174569888,0.0,0.0815574161437695,0.153725174569888,0.0,0.0952296397952064,0.153725174569888,0.0,0.0440535167901008,0.5,0.153725174569888,0.0,0.0251868026520482,0,0.00153256949606311,0.982750142497856 -7802,0.5,0.153725174569888,0.0,0.00631538101698088,0.153725174569888,0.0,0.0330044815787545,0.153725174569888,0.0,0.0447193355401198,0.153725174569888,0.0,0.0148054716796334,0.153725174569888,0.0,0.356520331797285,0.153725174569888,0.0,0.216606997504233,0.153725174569888,0.0,0.318656790180204,0.153725174569888,0.0,0.086678647954422,0.5,0.153725174569888,0.0,0.0101062634472882,0.153725174569888,0.0,0.00467413166372942,0.5,0.153725174569888,0.0,0.0395771237333223,0.153725174569888,0.0,0.0190018759856835,0.153725174569888,0.0,0.037026678165612,0.153725174569888,0.0,0.244170663646025,0.153725174569888,0.0,0.0904446557116087,0.153725174569888,0.0,0.0978537590688848,0.153725174569888,0.0,0.0386562061468041,0.5,0.153725174569888,0.0,0.0221188235880611,0,0.00356981955844327,0.995614686528469 -7803,0.5,0.153725174569888,0.0,0.00707151285987872,0.153725174569888,0.0,0.0444595619723332,0.153725174569888,0.0,0.052901839008523,0.153725174569888,0.0,0.017664476935639,0.153725174569888,0.0,0.357808205196372,0.153725174569888,0.0,0.180998172656859,0.153725174569888,0.0,0.313059903423749,0.153725174569888,0.0,0.0711483644319945,0.5,0.153725174569888,0.0,0.0107170393992552,0.153725174569888,0.0,0.00315381873440158,0.5,0.153725174569888,0.0,0.0322393706419328,0.153725174569888,0.0,0.0174941420470236,0.153725174569888,0.0,0.0409525307439411,0.153725174569888,0.0,0.278308210949896,0.153725174569888,0.0,0.116104516191237,0.153725174569888,0.0,0.0986939869043213,0.153725174569888,0.0,0.0351374978802727,0.5,0.153725174569888,0.0,0.0221139407085286,0,0.00493109605725456,1.00094552795822 -7804,0.5,0.153725174569888,0.0,0.0101681958881564,0.153725174569888,0.0,0.0575650542735762,0.153725174569888,0.0,0.0629151198627885,0.153725174569888,0.0,0.0203784466669733,0.153725174569888,0.0,0.396759815289029,0.153725174569888,0.0,0.157098314000014,0.153725174569888,0.0,0.27509874907337,0.153725174569888,0.0,0.0581991479891868,0.5,0.153725174569888,0.0,0.00821226562599601,0.153725174569888,0.0,0.00234124105710611,0.5,0.153725174569888,0.0,0.0271150900231832,0.153725174569888,0.0,0.0195859435430865,0.153725174569888,0.0,0.0606290185116066,0.153725174569888,0.0,0.340010825791168,0.153725174569888,0.0,0.14778060498512,0.153725174569888,0.0,0.0936414581091419,0.153725174569888,0.0,0.0344546462875565,0.5,0.153725174569888,0.0,0.0195544340319558,0,0.00425668859509628,1.00195929110397 -7805,0.5,0.153725174569888,0.0,0.0161908912222944,0.153725174569888,0.0,0.092402218109844,0.153725174569888,0.0,0.094313478059436,0.153725174569888,0.0,0.0234033700094815,0.153725174569888,0.0,0.390471440796971,0.153725174569888,0.0,0.123679391715426,0.153725174569888,0.0,0.244630247445294,0.153725174569888,0.0,0.0547412190021658,0.5,0.153725174569888,0.0,0.00893405396624136,0.153725174569888,0.0,0.00433766164759011,0.5,0.153725174569888,0.0,0.0236571862515968,0.153725174569888,0.0,0.0185774963952024,0.153725174569888,0.0,0.0709461570607425,0.153725174569888,0.0,0.366859689884287,0.153725174569888,0.0,0.192948210976041,0.153725174569888,0.0,0.0772067064654311,0.153725174569888,0.0,0.0358734209454467,0.5,0.153725174569888,0.0,0.0162275264639742,0,0.00203345879454331,1.00505946376112 -7806,0.5,0.153725174569888,0.0,0.0248109571981148,0.153725174569888,0.0,0.10976193091485,0.153725174569888,0.0,0.104724621018838,0.153725174569888,0.0,0.0349476545259294,0.153725174569888,0.0,0.3572282584129,0.153725174569888,0.0,0.100789759806835,0.153725174569888,0.0,0.202368123864604,0.153725174569888,0.0,0.053635962364914,0.5,0.153725174569888,0.0,0.0112369334321859,0.153725174569888,0.0,0.00789891062757444,0.5,0.153725174569888,0.0,0.0169079645762347,0.153725174569888,0.0,0.0151092675163983,0.153725174569888,0.0,0.0897831196089194,0.153725174569888,0.0,0.389799635978344,0.153725174569888,0.0,0.209019765792206,0.153725174569888,0.0,0.0719120573718527,0.153725174569888,0.0,0.0364281133756629,0.5,0.153725174569888,0.0,0.016915671275849,0,0.000908999854622786,1.0056684884492 -7807,0.5,0.153725174569888,0.0,0.0232162161988583,0.153725174569888,0.0,0.125903815455793,0.153725174569888,0.0,0.0901559199022165,0.153725174569888,0.0,0.043606860828645,0.153725174569888,0.0,0.367292730119213,0.153725174569888,0.0,0.105814146492547,0.153725174569888,0.0,0.1683070724045,0.153725174569888,0.0,0.0575294511487356,0.5,0.153725174569888,0.0,0.010071222296872,0.153725174569888,0.0,0.00880918049051588,0.5,0.153725174569888,0.0,0.0104522063581863,0.153725174569888,0.0,0.012263882600753,0.153725174569888,0.0,0.106685405495041,0.153725174569888,0.0,0.438770731568243,0.153725174569888,0.0,0.206194967685438,0.153725174569888,0.0,0.062727649786401,0.153725174569888,0.0,0.0319051438676423,0.5,0.153725174569888,0.0,0.0196853935238639,0,0.000902219885385309,1.00613529506222 -7808,0.5,0.153725174569888,0.0,0.0222851243545419,0.153725174569888,0.0,0.165225119421378,0.153725174569888,0.0,0.0720522027748651,0.153725174569888,0.0,0.03882663725864,0.153725174569888,0.0,0.359438825560007,0.153725174569888,0.0,0.0992558772385004,0.153725174569888,0.0,0.164870370001683,0.153725174569888,0.0,0.0631023701540343,0.5,0.153725174569888,0.0,0.0107618458541044,0.153725174569888,0.0,0.00579927945448387,0.5,0.153725174569888,0.0,0.0132258671510121,0.153725174569888,0.0,0.0163716226299322,0.153725174569888,0.0,0.152587012033164,0.153725174569888,0.0,0.474295025692021,0.153725174569888,0.0,0.22678133907169,0.153725174569888,0.0,0.0600647065476396,0.153725174569888,0.0,0.029837777317661,0.5,0.153725174569888,0.0,0.0175375647131343,0,0.00120769408779901,1.00615601195571 -7809,0.5,0.153725174569888,0.00942582689881314,0.025784988492402,0.153725174569888,0.00645588292175607,0.166081226506015,0.153725174569888,0.00835409341111909,0.0747809828151801,0.153725174569888,0.0246987339797405,0.0393091605737935,0.153725174569888,0.00131101079796668,0.325135328139533,0.153725174569888,0.00247531794157445,0.0849652605795287,0.153725174569888,0.00252038180779793,0.150366977789487,0.153725174569888,0.00455965644848179,0.0618607954163748,0.5,0.153725174569888,0.00589134478766377,0.0140418335997866,0.153725174569888,0.00514684718094549,0.00314592003738441,0.5,0.153725174569888,0.00532440443833542,0.0134314151672698,0.153725174569888,0.0077048178603072,0.0166953153157612,0.153725174569888,0.00302591147567723,0.174107465558627,0.153725174569888,0.00278036065893516,0.480766133558869,0.153725174569888,0.00478178416036613,0.240739014296229,0.153725174569888,0.00257814030235544,0.0647333293288803,0.153725174569888,0.00558287168526649,0.0318508543321659,0.5,0.153725174569888,0.0111977958929463,0.0115257828004419,0,0.00133040928117782,1.00598419153445 -7810,0.5,0.153725174569888,0.0748761665941081,0.0463160611307062,0.153725174569888,0.11487448655954,0.16615142652975,0.153725174569888,0.0523667752035927,0.102498882714589,0.153725174569888,0.107362829930423,0.0603970472188152,0.153725174569888,0.0220732889731346,0.288112965932853,0.153725174569888,0.0421306364674811,0.0757477283210748,0.153725174569888,0.0491837026589267,0.127386548798459,0.153725174569888,0.0723996523959736,0.055149812732716,0.5,0.153725174569888,0.0725205516893073,0.015332075058854,0.153725174569888,0.0381362276250851,0.00257827119212264,0.5,0.153725174569888,0.0528697600240229,0.00811147136645902,0.153725174569888,0.0706751817629193,0.0120645139890537,0.153725174569888,0.075311108632646,0.206281880624701,0.153725174569888,0.051614678500189,0.498010981654097,0.153725174569888,0.0659048934036982,0.259653749914047,0.153725174569888,0.0392321333004869,0.0630395557754768,0.153725174569888,0.0316465643400742,0.0352575320990868,0.5,0.153725174569888,0.0386606543608617,0.0126593989392278,0,0.00224792920330748,1.00584496496351 -7811,0.5,0.153725174569888,0.175147818355426,0.0806623718648211,0.153725174569888,0.230999312046179,0.261611198755291,0.153725174569888,0.121545229949256,0.123022675118585,0.153725174569888,0.210290147042414,0.104405149386471,0.153725174569888,0.0479440542648921,0.241852390030291,0.153725174569888,0.067639490634182,0.0718692692332911,0.153725174569888,0.114031460679346,0.115803637041179,0.153725174569888,0.128651932727474,0.0472240921207195,0.5,0.153725174569888,0.166061565023441,0.0131645113655047,0.153725174569888,0.107008825944466,0.00540720643023866,0.5,0.153725174569888,0.120073745653033,0.0084238493831519,0.153725174569888,0.190563038651149,0.00796012643887921,0.153725174569888,0.166545142619998,0.299245498812819,0.153725174569888,0.0935499333022763,0.506487896374087,0.153725174569888,0.135596957125158,0.306431405001266,0.153725174569888,0.11528816494274,0.0673260566041096,0.153725174569888,0.0874107321516169,0.0428196226688128,0.5,0.153725174569888,0.0760755487148697,0.0237788768067729,0,0.00482635815805611,1.00532235848982 -7812,0.5,0.153725174569888,0.284315810486796,0.118389112480091,0.153725174569888,0.268363796790752,0.380641737956058,0.153725174569888,0.185884331277143,0.126728761442494,0.153725174569888,0.278650619926186,0.133135635987459,0.153725174569888,0.0602053891362326,0.189695736604624,0.153725174569888,0.0694009203172183,0.0747152017615057,0.153725174569888,0.157568080867599,0.113562979020962,0.153725174569888,0.153820596741911,0.0426742068270709,0.5,0.153725174569888,0.247749193878414,0.0145533636586407,0.153725174569888,0.205151930716295,0.00389380192254754,0.5,0.153725174569888,0.209700679130849,0.0108282086834546,0.153725174569888,0.292629232957711,0.00782756964712147,0.153725174569888,0.198562167394655,0.403484725177578,0.153725174569888,0.104638311143286,0.485463672951788,0.153725174569888,0.179583747385915,0.352865003853971,0.153725174569888,0.187841262236847,0.0909193239696945,0.153725174569888,0.170562245909177,0.0503589435100327,0.5,0.153725174569888,0.115251463424268,0.0397222069621363,0,0.0083050928557789,1.00476402214584 -7813,0.5,0.153725174569888,0.316089444665901,0.143520444932743,0.153725174569888,0.265685114397467,0.449896851205248,0.153725174569888,0.209535149077201,0.13488931442273,0.153725174569888,0.329906576563062,0.152926248226175,0.153725174569888,0.0562637500138487,0.143670693954266,0.153725174569888,0.0534290115571572,0.0850858472106918,0.153725174569888,0.155435747526524,0.0931963564043643,0.153725174569888,0.157905560568866,0.0524374424351423,0.5,0.153725174569888,0.265757503945767,0.0160601025713218,0.153725174569888,0.296998011149307,0.00307748312515075,0.5,0.153725174569888,0.30041120102965,0.0105680577069853,0.153725174569888,0.3541337906279,0.00729983152151867,0.153725174569888,0.177648751699849,0.475087369862695,0.153725174569888,0.0818058852415023,0.458321977803366,0.153725174569888,0.191210020041333,0.337069078688081,0.153725174569888,0.223426387916281,0.0812976000139106,0.153725174569888,0.226016835481182,0.0481036412468162,0.5,0.153725174569888,0.163119212303381,0.0450472025264696,0,0.0162927214807158,1.00411246668744 -7814,0.5,0.153725174569888,0.2841283915333,0.150535243894559,0.153725174569888,0.204716377232671,0.448109529951098,0.153725174569888,0.193101198103139,0.129236874694516,0.153725174569888,0.31529717066861,0.147688641004787,0.153725174569888,0.0386914490397647,0.109190990784038,0.153725174569888,0.0357217973933028,0.0863460893819682,0.153725174569888,0.119485405557688,0.0726237657087791,0.153725174569888,0.118100369524127,0.0558191081349444,0.5,0.153725174569888,0.237543588168278,0.0180784866604042,0.153725174569888,0.322121476446407,0.0040186229065738,0.5,0.153725174569888,0.301920392328319,0.00854779085912246,0.153725174569888,0.353028141549907,0.00558594814420876,0.153725174569888,0.103247275016506,0.493640077763185,0.153725174569888,0.0455398371769255,0.384951089822092,0.153725174569888,0.153900309546182,0.275366281547847,0.153725174569888,0.218758513906957,0.0656774631599277,0.153725174569888,0.221702618110869,0.0407903333297977,0.5,0.153725174569888,0.168353310867227,0.0306806392421875,0,0.0278597483439537,0.988697398998218 -7815,0.5,0.153725174569888,0.169328509865541,0.117851293031269,0.153725174569888,0.0772262340405902,0.368138487469931,0.153725174569888,0.124672654834531,0.0831748472721127,0.153725174569888,0.208330669662453,0.0983489557283898,0.153725174569888,0.0196823540185683,0.0845686305694366,0.153725174569888,0.0146610865283285,0.0612629075176532,0.153725174569888,0.0456985932759383,0.0678433261441165,0.153725174569888,0.0619987458856625,0.0501279594148863,0.5,0.153725174569888,0.179431176251689,0.0145126031974851,0.153725174569888,0.228781004235942,0.00371632515655053,0.5,0.153725174569888,0.210936398369795,0.00605499552948981,0.153725174569888,0.286958627280507,0.00363089432578879,0.153725174569888,0.0381441870290275,0.490952016049606,0.153725174569888,0.0197265540181992,0.329912928694763,0.153725174569888,0.0816459139139557,0.208380560187373,0.153725174569888,0.16218933492415,0.0399750466833471,0.153725174569888,0.155933290031941,0.0257842497780597,0.5,0.153725174569888,0.128006159260486,0.0205451186673895,0,0.0455636819042183,0.956660954991813 -7816,0.5,0.153725174569888,0.0,0.0961664113370989,0.153725174569888,0.0,0.340358980899632,0.153725174569888,0.00827107390871178,0.0395295894453228,0.153725174569888,0.0,0.077483090452569,0.153725174569888,0.00249407858357641,0.0668142548546226,0.153725174569888,0.00277378388568386,0.043280838710262,0.153725174569888,0.00756136643814258,0.0635987636026693,0.153725174569888,0.0171474846840315,0.0429186775036231,0.5,0.153725174569888,0.0814271902983726,0.0137888526315491,0.153725174569888,0.0949225567912083,0.00263308271216071,0.5,0.153725174569888,0.0731522514127849,0.00733043630367088,0.153725174569888,0.101998559156441,0.00557887664305502,0.153725174569888,0.000350172728080108,0.45121223607605,0.153725174569888,0.00106443574495496,0.293362319332138,0.153725174569888,0.00622615517674482,0.165698668339282,0.153725174569888,0.0452827552123629,0.0355605409705135,0.153725174569888,0.0376646946406039,0.0199214604624376,0.5,0.153725174569888,0.0378066461016179,0.0168792520644721,0,0.0905642332323926,0.915364564741107 -7817,0.5,0.153725174569888,0.0,0.108907001155107,0.153725174569888,0.0,0.33498790678581,0.153725174569888,0.0,0.0364675892755547,0.153725174569888,0.0,0.0805264635069758,0.153725174569888,0.0,0.0584330990057727,0.153725174569888,0.0,0.0387372842045539,0.153725174569888,0.0,0.0550190093793843,0.153725174569888,0.0,0.0364503599540927,0.5,0.153725174569888,0.0,0.0152822133478502,0.153725174569888,0.0,0.00120049940356329,0.5,0.153725174569888,0.0,0.00737830363842253,0.153725174569888,0.0,0.0116375360572972,0.153725174569888,0.0,0.404964181182386,0.153725174569888,0.0,0.259795929965116,0.153725174569888,0.0,0.150046231965717,0.153725174569888,0.0,0.0389042788469595,0.153725174569888,0.0,0.0188692381902862,0.5,0.153725174569888,0.0,0.0119184126759383,0,0.178686899093925,0.879155264796029 -7818,0.5,0.153725174569888,0.0,0.127772756639839,0.153725174569888,0.0,0.312456381887795,0.153725174569888,0.0,0.032682026682295,0.153725174569888,0.0,0.0811836782511171,0.153725174569888,0.0,0.0573939258376489,0.153725174569888,0.0,0.0402227961759889,0.153725174569888,0.0,0.0441940397017837,0.153725174569888,0.0,0.0339874834473461,0.5,0.153725174569888,0.0,0.0136376583000105,0.153725174569888,0.0,0.00231890510609822,0.5,0.153725174569888,0.0,0.00722165986406945,0.153725174569888,0.0,0.0191541399597225,0.153725174569888,0.0,0.394331925752952,0.153725174569888,0.0,0.225067321469082,0.153725174569888,0.0,0.140791914801015,0.153725174569888,0.0,0.0380060488926399,0.153725174569888,0.0,0.0194108982034497,0.5,0.153725174569888,0.0,0.00736209332048186,0,0.206021769614792,0.761149817733757 -7819,0.5,0.153725174569888,0.0,0.13632674362485,0.153725174569888,0.0,0.273973017306846,0.153725174569888,0.0,0.0319048715865767,0.153725174569888,0.0,0.0897871069465837,0.153725174569888,0.0,0.057085402177129,0.153725174569888,0.0,0.0477697475651291,0.153725174569888,0.0,0.0410097566459049,0.153725174569888,0.0,0.0361315514322606,0.5,0.153725174569888,0.0,0.012312929530624,0.153725174569888,0.0,0.0068375360852642,0.5,0.153725174569888,0.0,0.00860841853590458,0.153725174569888,0.0,0.0219181170437564,0.153725174569888,0.0,0.430648187552488,0.153725174569888,0.0,0.187003313682008,0.153725174569888,0.0,0.120050400628783,0.153725174569888,0.0,0.0323116960650045,0.153725174569888,0.0,0.0220950035117657,0.5,0.153725174569888,0.0,0.0086768259751283,0,0.221290873164838,0.687904620541905 -7820,0.5,0.153725174569888,0.0,0.144073038633255,0.153725174569888,0.0,0.243478252780239,0.153725174569888,0.0,0.0303847419914002,0.153725174569888,0.0,0.101227043603343,0.153725174569888,0.0,0.0575863349477883,0.153725174569888,0.0,0.0590130962335532,0.153725174569888,0.0,0.0432300032227895,0.153725174569888,0.0,0.0390382613558531,0.5,0.153725174569888,0.0,0.0120644944434317,0.153725174569888,0.0,0.00333494320092778,0.5,0.153725174569888,0.0,0.0099534843759864,0.153725174569888,0.0,0.0231742646017218,0.153725174569888,0.0,0.454963458449846,0.153725174569888,0.0,0.162335722703427,0.153725174569888,0.0,0.100455210797761,0.153725174569888,0.0,0.0295221708401627,0.153725174569888,0.0,0.0217681191252013,0.5,0.153725174569888,0.0,0.0149324200851077,0,0.277659287005183,0.581413614897983 -7821,0.5,0.153725174569888,0.0,0.14955283703321,0.153725174569888,0.0,0.231923216128697,0.153725174569888,0.0,0.0261731917075375,0.153725174569888,0.0,0.103937486128931,0.153725174569888,0.0,0.0576573464289575,0.153725174569888,0.0,0.0614986667279076,0.153725174569888,0.0,0.0545541361008972,0.153725174569888,0.0,0.0404189654189463,0.5,0.153725174569888,0.0,0.0132544465579162,0.153725174569888,0.0,0.000703647931013201,0.5,0.153725174569888,0.0,0.0160124634207633,0.153725174569888,0.0,0.0276121414479169,0.153725174569888,0.0,0.468105042911597,0.153725174569888,0.0,0.148601433206189,0.153725174569888,0.0,0.0895824584028252,0.153725174569888,0.0,0.0295381414056562,0.153725174569888,0.0,0.0204207430364056,0.5,0.153725174569888,0.0,0.0117604746391603,0,0.310142893788015,0.485762341587279 -7822,0.5,0.153725174569888,0.0,0.15477868849558,0.153725174569888,0.0,0.233861425113187,0.153725174569888,0.0,0.0220618296008198,0.153725174569888,0.0,0.0950622006723928,0.153725174569888,0.0,0.0555464670867573,0.153725174569888,0.0,0.0566695766896529,0.153725174569888,0.0,0.065194244207559,0.153725174569888,0.0,0.0401537680429086,0.5,0.153725174569888,0.0,0.0150065338958705,0.153725174569888,0.0,0.0011202651575959,0.5,0.153725174569888,0.0,0.0181211314359027,0.153725174569888,0.0,0.0334628321849348,0.153725174569888,0.0,0.417376756752605,0.153725174569888,0.0,0.136121486102204,0.153725174569888,0.0,0.0872016122819461,0.153725174569888,0.0,0.0312907645269691,0.153725174569888,0.0,0.0214993205531562,0.5,0.153725174569888,0.0,0.00642737882622444,0,0.400450490779242,0.46318853278828 -7823,0.5,0.153725174569888,0.0,0.171967756313037,0.153725174569888,0.0,0.200401974388407,0.153725174569888,0.0,0.0184796872328218,0.153725174569888,0.0,0.0804845780833471,0.153725174569888,0.0,0.0504935520826849,0.153725174569888,0.0,0.0477887809177054,0.153725174569888,0.0,0.0699429625349205,0.153725174569888,0.0,0.0389950752492898,0.5,0.153725174569888,0.0,0.01526946536369,0.153725174569888,0.0,0.00179600997364898,0.5,0.153725174569888,0.0,0.0180044979440792,0.153725174569888,0.0,0.0342630945390445,0.153725174569888,0.0,0.346223234479559,0.153725174569888,0.0,0.120487145091056,0.153725174569888,0.0,0.0848108987709258,0.153725174569888,0.0,0.0349152372465772,0.153725174569888,0.0,0.0230453828514552,0.5,0.153725174569888,0.0,0.00660972608007431,0,0.403292900909837,0.457073999383526 -7824,0.5,0.153725174569888,0.0,0.168247947603721,0.153725174569888,0.0,0.142144073671706,0.153725174569888,0.0,0.0180101702471698,0.153725174569888,0.0,0.0715637653970497,0.153725174569888,0.0,0.0451648696321238,0.153725174569888,0.0,0.0398895729039924,0.153725174569888,0.0,0.0669982453238895,0.153725174569888,0.0,0.036345147592665,0.5,0.153725174569888,0.0,0.0159943478320947,0.153725174569888,0.0,0.00396922963171435,0.5,0.153725174569888,0.0,0.0179162348887829,0.153725174569888,0.0,0.0357845249340063,0.153725174569888,0.0,0.287452732564708,0.153725174569888,0.0,0.105756522304448,0.153725174569888,0.0,0.0755103843615748,0.153725174569888,0.0,0.0378969184697284,0.153725174569888,0.0,0.0238941361405235,0.5,0.153725174569888,0.0,0.00730967562068473,0,0.355738861645026,0.482416319516829 -7825,0.5,0.153725174569888,0.0,0.151177472494172,0.153725174569888,0.0,0.110840855154285,0.153725174569888,0.0,0.0216389379387564,0.153725174569888,0.0,0.0709165782347931,0.153725174569888,0.0,0.042583293366272,0.153725174569888,0.0,0.0408423000310791,0.153725174569888,0.0,0.0600615645821196,0.153725174569888,0.0,0.0370147075381332,0.5,0.153725174569888,0.0,0.0160123134695797,0.153725174569888,0.0,0.00433843633372795,0.5,0.153725174569888,0.0,0.0168200581442096,0.153725174569888,0.0,0.0340070952135995,0.153725174569888,0.0,0.249889685542118,0.153725174569888,0.0,0.0976727375676875,0.153725174569888,0.0,0.0626045096305137,0.153725174569888,0.0,0.0398841262236815,0.153725174569888,0.0,0.0229753439145605,0.5,0.153725174569888,0.0,0.00736500293794746,0,0.43468813359989,0.461511026887032 -7826,0.5,0.153725174569888,0.0,0.145268551535261,0.153725174569888,0.0,0.0873631895146316,0.153725174569888,0.0,0.0241946390141359,0.153725174569888,0.0,0.0670113069929399,0.153725174569888,0.0,0.0409638488199216,0.153725174569888,0.0,0.0409984603805215,0.153725174569888,0.0,0.0555207330087133,0.153725174569888,0.0,0.037279994113805,0.5,0.153725174569888,0.0,0.0168842202690437,0.153725174569888,0.0,0.00338602528037317,0.5,0.153725174569888,0.0,0.0166925688760092,0.153725174569888,0.0,0.0330018753617091,0.153725174569888,0.0,0.207298800944823,0.153725174569888,0.0,0.0845473612037309,0.153725174569888,0.0,0.0540369800780393,0.153725174569888,0.0,0.0397811438606507,0.153725174569888,0.0,0.0224912181085385,0.5,0.153725174569888,0.0,0.00673744671017545,0,0.336699445713844,0.436968857235974 -7827,0.5,0.153725174569888,0.0,0.137385700845633,0.153725174569888,0.0,0.0687939150333409,0.153725174569888,0.0,0.0237555262993273,0.153725174569888,0.0,0.0583662364646734,0.153725174569888,0.0,0.0396196197361215,0.153725174569888,0.0,0.036236719922848,0.153725174569888,0.0,0.0514769387647494,0.153725174569888,0.0,0.0311066041585953,0.5,0.153725174569888,0.0,0.0195286457240077,0.153725174569888,0.0,0.00128850095096217,0.5,0.153725174569888,0.0,0.0179196225795068,0.153725174569888,0.0,0.0337632281777536,0.153725174569888,0.0,0.166428199794223,0.153725174569888,0.0,0.0678641113160547,0.153725174569888,0.0,0.0517638587641978,0.153725174569888,0.0,0.0411654267613286,0.153725174569888,0.0,0.0232228323692339,0.5,0.153725174569888,0.0,0.00486554431901007,0,0.330114192584205,0.398954626372439 -7828,0.5,0.153725174569888,0.0,0.127742817757974,0.153725174569888,0.0,0.057618199391154,0.153725174569888,0.0,0.0223432483133722,0.153725174569888,0.0,0.0554357018474513,0.153725174569888,0.0,0.0402085400602662,0.153725174569888,0.0,0.0396189063827515,0.153725174569888,0.0,0.042667536533661,0.153725174569888,0.0,0.0265257058853037,0.5,0.153725174569888,0.0,0.01643182521845,0.153725174569888,0.0,0.00119099635383354,0.5,0.153725174569888,0.0,0.0190217681752201,0.153725174569888,0.0,0.0434105802325592,0.153725174569888,0.0,0.143729417211145,0.153725174569888,0.0,0.0620993686915058,0.153725174569888,0.0,0.0472881632830862,0.153725174569888,0.0,0.0414550816098765,0.153725174569888,0.0,0.0252047859843145,0.5,0.153725174569888,0.0,0.00388401270470157,0,0.384957149031401,0.351283080192175 -7829,0.5,0.153725174569888,0.0,0.125954947102283,0.153725174569888,0.0,0.0539294680521209,0.153725174569888,0.0,0.0241261036980059,0.153725174569888,0.0,0.0602110232053887,0.153725174569888,0.0,0.0469636943159936,0.153725174569888,0.0,0.0649945286642122,0.153725174569888,0.0,0.0423392451405387,0.153725174569888,0.0,0.0341493408676002,0.5,0.153725174569888,0.0,0.0145227402957553,0.153725174569888,0.0,0.00119566937114472,0.5,0.153725174569888,0.0,0.021274363361767,0.153725174569888,0.0,0.0523578104121058,0.153725174569888,0.0,0.129546127245982,0.153725174569888,0.0,0.0600101411833294,0.153725174569888,0.0,0.0429023456641989,0.153725174569888,0.0,0.0354748174687523,0.153725174569888,0.0,0.0263935537415577,0.5,0.153725174569888,0.0,0.0052228338640778,0,0.42732422123267,0.328228298208308 -7830,0.5,0.153725174569888,0.0,0.128895816765709,0.153725174569888,0.0,0.0536533211881514,0.153725174569888,0.0,0.024258485420642,0.153725174569888,0.0,0.0612677837216135,0.153725174569888,0.0,0.0473693545704493,0.153725174569888,0.0,0.0658944598065842,0.153725174569888,0.0,0.06238079975098,0.153725174569888,0.0,0.0486573928677671,0.5,0.153725174569888,0.0,0.0139814688549354,0.153725174569888,0.0,0.000778063442632034,0.5,0.153725174569888,0.0,0.0201069437916054,0.153725174569888,0.0,0.0497152671777736,0.153725174569888,0.0,0.128830834198403,0.153725174569888,0.0,0.0519417196091833,0.153725174569888,0.0,0.0436617624872347,0.153725174569888,0.0,0.0326283505190818,0.153725174569888,0.0,0.0248262447433625,0.5,0.153725174569888,0.0,0.00676741895950707,0,0.445449775141864,0.304775153694635 -7831,0.5,0.153725174569888,0.0,0.132493849272,0.153725174569888,0.0,0.0684203074158402,0.153725174569888,0.0,0.021785952514065,0.153725174569888,0.0,0.0576002578114963,0.153725174569888,0.0,0.0418517350613199,0.153725174569888,0.0,0.0661392488577992,0.153725174569888,0.0,0.069778170400042,0.153725174569888,0.0,0.0606182965217789,0.5,0.153725174569888,0.0,0.0152914172379585,0.153725174569888,0.0,0.00101170564807627,0.5,0.153725174569888,0.0,0.0124863971054176,0.153725174569888,0.0,0.0419431356508263,0.153725174569888,0.0,0.124656468177187,0.153725174569888,0.0,0.0488873987851393,0.153725174569888,0.0,0.0491877699298855,0.153725174569888,0.0,0.0424709458165308,0.153725174569888,0.0,0.0212690910476529,0.5,0.153725174569888,0.0,0.00631641967100773,0,0.454673511524468,0.288411254472536 -7832,0.5,0.153725174569888,0.0,0.145025291929526,0.153725174569888,0.0,0.0722424646704348,0.153725174569888,0.0,0.026017478658767,0.153725174569888,0.0,0.0534215315719648,0.153725174569888,0.0,0.0452536170517974,0.153725174569888,0.0,0.0695506628093707,0.153725174569888,0.0,0.0689979026246221,0.153725174569888,0.0,0.0643454320869406,0.5,0.153725174569888,0.0,0.0211016658972239,0.153725174569888,0.0,0.00153476348664966,0.5,0.153725174569888,0.0,0.0098604000210266,0.153725174569888,0.0,0.0422922831511126,0.153725174569888,0.0,0.124747143367779,0.153725174569888,0.0,0.0576487964485995,0.153725174569888,0.0,0.0554102146751277,0.153725174569888,0.0,0.0513734483824627,0.153725174569888,0.0,0.0183077778432964,0.5,0.153725174569888,0.0,0.0057634717210702,0,0.548032307796619,0.26223979611234 -7833,0.5,0.153725174569888,0.00636165369311504,0.17652898689465,0.153725174569888,0.000968752144741385,0.0693465747430531,0.153725174569888,0.0044552613920108,0.0370770946974578,0.153725174569888,0.00949027534240605,0.0554140117540271,0.153725174569888,0.00163016355443197,0.0511820166596292,0.153725174569888,0.000910733146253735,0.0793023988133738,0.153725174569888,0.00214392765439244,0.0576393347394463,0.153725174569888,0.00144317930568276,0.074118087357221,0.5,0.153725174569888,0.00348423045950096,0.0287796555899887,0.153725174569888,0.0593081613827427,0.00103135218444491,0.5,0.153725174569888,0.0121723938373169,0.0113486123912441,0.153725174569888,0.0359009847147867,0.0352639183816727,0.153725174569888,0.00110746663857525,0.124656699523025,0.153725174569888,0.000602481997581265,0.0726581471180652,0.153725174569888,0.00274001642355638,0.0569426804032254,0.153725174569888,0.00362039086976651,0.0538635138420738,0.153725174569888,0.028600415422152,0.0186082036479822,0.5,0.153725174569888,0.0769919261300735,0.00348491598555723,0,0.633762648657399,0.342365922790282 -7834,0.5,0.153725174569888,0.046635864145911,0.218446634557462,0.153725174569888,0.0295856983530425,0.0723968722541567,0.153725174569888,0.0485662456524314,0.045552463485585,0.153725174569888,0.0401857369712965,0.0689701793612086,0.153725174569888,0.0406294830901287,0.0610014056939633,0.153725174569888,0.0181324601331835,0.0930042516162193,0.153725174569888,0.0342326438412186,0.061581986653447,0.153725174569888,0.0251618231482976,0.0960007244083632,0.5,0.153725174569888,0.0490900089176561,0.0379725357970889,0.153725174569888,0.203721644895263,0.000940489876453091,0.5,0.153725174569888,0.0934183206598324,0.014926992342854,0.153725174569888,0.147225354193278,0.030135015913208,0.153725174569888,0.0226581397291793,0.122960035022586,0.153725174569888,0.0151303846729009,0.0830549698694671,0.153725174569888,0.035406905843786,0.0579804409382377,0.153725174569888,0.0469101833511948,0.0508959123497418,0.153725174569888,0.123885490443275,0.0247202933577466,0.5,0.153725174569888,0.228744684305635,0.00206260415705275,0,0.607708812614569,0.362672165181466 -7835,0.5,0.153725174569888,0.106431458125494,0.248021326775089,0.153725174569888,0.069647999746826,0.0646211789292764,0.153725174569888,0.120101048901402,0.0460529364548372,0.153725174569888,0.0738949945918692,0.0826549851494079,0.153725174569888,0.0926048694545444,0.0776595110138535,0.153725174569888,0.0357189175877024,0.111055804141365,0.153725174569888,0.0618420237264697,0.0777970394224058,0.153725174569888,0.0863084403320382,0.113575168429845,0.5,0.153725174569888,0.110783171181736,0.0508619305846215,0.153725174569888,0.332420922906463,0.00192457579285533,0.5,0.153725174569888,0.189012478579047,0.0139983911144539,0.153725174569888,0.252026507455352,0.0272264885905759,0.153725174569888,0.0409445461324496,0.13162010541652,0.153725174569888,0.0714020049182962,0.100584563360237,0.153725174569888,0.0696307502642095,0.0573318483750996,0.153725174569888,0.0942034320547543,0.0524688855748885,0.153725174569888,0.227573505723089,0.0303824565025962,0.5,0.153725174569888,0.355562666002722,0.00263116394235631,0,0.546939249207522,0.36145487889241 -7836,0.5,0.153725174569888,0.159367797739287,0.246252601683769,0.153725174569888,0.0370248614610665,0.0733121590704505,0.153725174569888,0.163708088706811,0.0455405026677595,0.153725174569888,0.118296932362071,0.0991524058275487,0.153725174569888,0.116181834513905,0.0969732988446512,0.153725174569888,0.11889567432042,0.127346734669653,0.153725174569888,0.0766022786830708,0.097419040655413,0.153725174569888,0.215511542552605,0.140704716925714,0.5,0.153725174569888,0.218363080495825,0.074361768314936,0.153725174569888,0.41768197328241,0.00189852453637786,0.5,0.153725174569888,0.273449076991016,0.0139949624623688,0.153725174569888,0.337705922859455,0.0256620440178419,0.153725174569888,0.0198592462108189,0.160000044159545,0.153725174569888,0.140948628433978,0.116593926426313,0.153725174569888,0.105153319512461,0.065574639694736,0.153725174569888,0.152359255356701,0.0701445423779195,0.153725174569888,0.302909773287389,0.0354282914683278,0.5,0.153725174569888,0.432879545202596,0.0056984256094802,0,0.466356100029043,0.471194419229095 -7837,0.5,0.153725174569888,0.156421396292923,0.215736656703382,0.153725174569888,0.0313644468234008,0.0907902106228063,0.153725174569888,0.167888623898871,0.0459723378068505,0.153725174569888,0.141333747801461,0.095226971843048,0.153725174569888,0.0799350698513678,0.122571325508118,0.153725174569888,0.214794417334675,0.157317255925093,0.153725174569888,0.0998342814032753,0.120767524015591,0.153725174569888,0.316589858290076,0.153260441445897,0.5,0.153725174569888,0.289819743734288,0.0985890401428914,0.153725174569888,0.446870262999654,0.00201794203807974,0.5,0.153725174569888,0.33958350147032,0.0208654187803869,0.153725174569888,0.398306576737285,0.023145638294506,0.153725174569888,0.0247711684456173,0.176094563171909,0.153725174569888,0.0951727446413337,0.12602500488862,0.153725174569888,0.118712974804405,0.0777899074400586,0.153725174569888,0.196892699850434,0.0934193294699765,0.153725174569888,0.336993531436168,0.0365819177380546,0.5,0.153725174569888,0.451741751701823,0.00797077004572263,0,0.344776684158491,0.527796299949026 -7838,0.5,0.153725174569888,0.0891493237679306,0.19540659288482,0.153725174569888,0.0751678144165033,0.114704667081403,0.153725174569888,0.202366750985511,0.0439756760423031,0.153725174569888,0.119182889250734,0.0894153923031226,0.153725174569888,0.0655506824445448,0.137525406200429,0.153725174569888,0.303552961557559,0.152558776366613,0.153725174569888,0.147437718217418,0.14891500658896,0.153725174569888,0.352389840648009,0.191134247003116,0.5,0.153725174569888,0.287403093776388,0.117018282152568,0.153725174569888,0.415081760495749,0.000877493196317738,0.5,0.153725174569888,0.338007973537074,0.0291549907608545,0.153725174569888,0.388929922117021,0.0248386011901734,0.153725174569888,0.0625560214603404,0.202998489204556,0.153725174569888,0.0371006646397748,0.134617903162169,0.153725174569888,0.085902839386278,0.0811388929817188,0.153725174569888,0.234358699218499,0.101635058899867,0.153725174569888,0.317306450926332,0.0339244426965079,0.5,0.153725174569888,0.407100979387142,0.00702472433838064,0,0.347220217392091,0.502216706768195 -7839,0.5,0.153725174569888,0.0266820159895095,0.196349581456856,0.153725174569888,0.0362449714719825,0.142323154215855,0.153725174569888,0.183879480768602,0.0352663306861202,0.153725174569888,0.0779464761539564,0.0859920094109827,0.153725174569888,0.118172057800307,0.132378569464341,0.153725174569888,0.261436620175907,0.145144894020468,0.153725174569888,0.181068358796718,0.17165099643061,0.153725174569888,0.290184804085145,0.178294084833968,0.5,0.153725174569888,0.182309292678651,0.114843282607708,0.153725174569888,0.319594078297915,0.00160857553217815,0.5,0.153725174569888,0.233506903465983,0.0289784192040368,0.153725174569888,0.295521702327259,0.029823517611492,0.153725174569888,0.0538384368323155,0.208910829387217,0.153725174569888,0.0170464252233709,0.140046539430545,0.153725174569888,0.0462366190119486,0.0969633596800059,0.153725174569888,0.209903511424948,0.096530829352039,0.153725174569888,0.239476208722672,0.0348482666771554,0.5,0.153725174569888,0.281666886656765,0.0060562031784964,0,0.43879634310938,0.360011941296071 -7840,0.5,0.153725174569888,0.000478596191672471,0.232203908714309,0.153725174569888,0.0,0.135798207139122,0.153725174569888,0.0032647257371282,0.0391902118647789,0.153725174569888,4.82011066888612e-05,0.0806314138435907,0.153725174569888,0.0409169463575822,0.142274615969032,0.153725174569888,0.0913936656079241,0.161408528202506,0.153725174569888,0.0609855899614659,0.227598113294073,0.153725174569888,0.0724800285695832,0.180669070842738,0.5,0.153725174569888,0.0487149564399642,0.108203026236828,0.153725174569888,0.100518044355977,0.00448837643133288,0.5,0.153725174569888,0.0615849903219899,0.0212386162750388,0.153725174569888,0.0930193678922195,0.0320272146334962,0.153725174569888,0.0,0.212655614702308,0.153725174569888,0.00563591066065098,0.140950008165037,0.153725174569888,0.00197292280176529,0.11702403625281,0.153725174569888,0.0460861371527237,0.118083065893666,0.153725174569888,0.0375508124528557,0.0375975534760573,0.5,0.153725174569888,0.041686156824032,0.0102287853601774,0,0.526877780936086,0.117416072220383 -7841,0.5,0.153725174569888,0.0,0.292356989552217,0.153725174569888,0.0,0.147913682576033,0.153725174569888,0.0,0.0476010341584522,0.153725174569888,0.0,0.0898574468658497,0.153725174569888,0.0,0.183781823901355,0.153725174569888,0.0,0.212264169864242,0.153725174569888,0.0,0.295835332001183,0.153725174569888,0.0,0.194742863742823,0.5,0.153725174569888,0.0,0.101109648879524,0.153725174569888,0.0,0.00340318102972169,0.5,0.153725174569888,0.0,0.0272722762033466,0.153725174569888,0.0,0.0420927999955641,0.153725174569888,0.0,0.214826193999231,0.153725174569888,0.0,0.166447982469762,0.153725174569888,0.0,0.145017136933271,0.153725174569888,0.0,0.148301982431324,0.153725174569888,0.0,0.039824635099184,0.5,0.153725174569888,0.0,0.0209190070158978,0,0.580215961623733,0.0671097735696018 -7842,0.5,0.153725174569888,0.0,0.321218778271513,0.153725174569888,0.0,0.154612442060511,0.153725174569888,0.0,0.061083067288603,0.153725174569888,0.0,0.112466815145851,0.153725174569888,0.0,0.213146053936158,0.153725174569888,0.0,0.242244680219944,0.153725174569888,0.0,0.30396581460992,0.153725174569888,0.0,0.186282385505215,0.5,0.153725174569888,0.0,0.105793574418476,0.153725174569888,0.0,0.00671740534433849,0.5,0.153725174569888,0.0,0.0357636258192601,0.153725174569888,0.0,0.0524389656320561,0.153725174569888,0.0,0.243117834564818,0.153725174569888,0.0,0.205195920855651,0.153725174569888,0.0,0.174078421784476,0.153725174569888,0.0,0.141573026036859,0.153725174569888,0.0,0.0318114226905524,0.5,0.153725174569888,0.0,0.0128205078960462,0,0.542316678729022,0.09014161343116 -7843,0.5,0.153725174569888,0.0,0.334817111804939,0.153725174569888,0.0,0.199068045065206,0.153725174569888,0.0,0.0772280457830069,0.153725174569888,0.0,0.126593375767096,0.153725174569888,0.0,0.259847796914835,0.153725174569888,0.0,0.271145724652232,0.153725174569888,0.0,0.32383338483183,0.153725174569888,0.0,0.186426028244568,0.5,0.153725174569888,0.0,0.134612608389308,0.153725174569888,0.0,0.014671555626136,0.5,0.153725174569888,0.0,0.0422809682780968,0.153725174569888,0.0,0.0617777075167696,0.153725174569888,0.0,0.287743953221419,0.153725174569888,0.0,0.237629873299186,0.153725174569888,0.0,0.210133307851091,0.153725174569888,0.0,0.153973389257241,0.153725174569888,0.0,0.0422829333843119,0.5,0.153725174569888,0.0,0.00750438781276376,0,0.5738184961341,0.517480837712626 -7844,0.5,0.153725174569888,0.0,0.341292220007386,0.153725174569888,0.0,0.241143465583687,0.153725174569888,0.0,0.0878244196919485,0.153725174569888,0.0,0.141584578714508,0.153725174569888,0.0,0.310819569149859,0.153725174569888,0.0,0.278943066875492,0.153725174569888,0.0,0.334313228811907,0.153725174569888,0.0,0.212636353088709,0.5,0.153725174569888,0.0,0.172556721684094,0.153725174569888,0.0,0.0189346477342688,0.5,0.153725174569888,0.0,0.0464616096541879,0.153725174569888,0.0,0.0641804761335379,0.153725174569888,0.0,0.334198047058594,0.153725174569888,0.0,0.261825373553349,0.153725174569888,0.0,0.22991002406773,0.153725174569888,0.0,0.149867310534779,0.153725174569888,0.0,0.0532000078902326,0.5,0.153725174569888,0.0,0.0100611350379015,0,0.634721590184669,0.801109750266488 -7845,0.5,0.153725174569888,0.0,0.35044574939857,0.153725174569888,0.0,0.247731941357944,0.153725174569888,0.0,0.0901283652021728,0.153725174569888,0.0,0.153476868796945,0.153725174569888,0.0,0.350152702607269,0.153725174569888,0.0,0.288513930048259,0.153725174569888,0.0,0.377394671242713,0.153725174569888,0.0,0.264085755247932,0.5,0.153725174569888,0.0,0.197296787218083,0.153725174569888,0.0,0.0172251109528093,0.5,0.153725174569888,0.0,0.0422401501660576,0.153725174569888,0.0,0.066088005922338,0.153725174569888,0.0,0.36420395554137,0.153725174569888,0.0,0.288407721024584,0.153725174569888,0.0,0.238631791616405,0.153725174569888,0.0,0.181437503732433,0.153725174569888,0.0,0.0545852488523178,0.5,0.153725174569888,0.0,0.0119584657002925,0,0.692987163775441,0.889523628841456 -7846,0.5,0.153725174569888,0.0,0.353803242877606,0.153725174569888,0.0,0.277725510836654,0.153725174569888,0.0,0.10118090487659,0.153725174569888,0.0,0.158167286238352,0.153725174569888,0.0,0.401320897069599,0.153725174569888,0.0,0.342800421208153,0.153725174569888,0.0,0.467800824048054,0.153725174569888,0.0,0.319885065960668,0.5,0.153725174569888,0.0,0.180607688853906,0.153725174569888,0.0,0.0251769886463424,0.5,0.153725174569888,0.0,0.0513414219194116,0.153725174569888,0.0,0.0711004859444085,0.153725174569888,0.0,0.389886053446109,0.153725174569888,0.0,0.307131657441836,0.153725174569888,0.0,0.262159136594566,0.153725174569888,0.0,0.214048336619343,0.153725174569888,0.0,0.0553053907947582,0.5,0.153725174569888,0.0,0.013567763813672,0,0.745842782411563,0.982413861009293 -7847,0.5,0.153725174569888,0.0,0.359635774291481,0.153725174569888,0.0,0.310792056304209,0.153725174569888,0.0,0.118654262825641,0.153725174569888,0.0,0.161328678778078,0.153725174569888,0.0,0.451098097417844,0.153725174569888,0.0,0.390385613919884,0.153725174569888,0.0,0.563247902871555,0.153725174569888,0.0,0.352379230588827,0.5,0.153725174569888,0.0,0.159953374481446,0.153725174569888,0.0,0.0266192543956819,0.5,0.153725174569888,0.0,0.0688194512520767,0.153725174569888,0.0,0.0793650196812446,0.153725174569888,0.0,0.405326226421965,0.153725174569888,0.0,0.3130461453358,0.153725174569888,0.0,0.291220339236131,0.153725174569888,0.0,0.267454019897903,0.153725174569888,0.0,0.0672385785714224,0.5,0.153725174569888,0.0,0.0146168714021343,0,0.79088735998637,0.991856032407249 -7848,0.5,0.153725174569888,0.0,0.361730586957466,0.153725174569888,0.0,0.322640627779719,0.153725174569888,0.0,0.133324973811429,0.153725174569888,0.0,0.166437023367008,0.153725174569888,0.0,0.490045599794057,0.153725174569888,0.0,0.410710092704792,0.153725174569888,0.0,0.633816722169702,0.153725174569888,0.0,0.384155758406643,0.5,0.153725174569888,0.0,0.158657692493602,0.153725174569888,0.0,0.0332021286735498,0.5,0.153725174569888,0.0,0.0773781172245124,0.153725174569888,0.0,0.0821576903147422,0.153725174569888,0.0,0.444204494813818,0.153725174569888,0.0,0.304541443202478,0.153725174569888,0.0,0.359390232406581,0.153725174569888,0.0,0.322720427438821,0.153725174569888,0.0,0.0847318504384855,0.5,0.153725174569888,0.0,0.016170916318919,0,0.788412475494897,0.988884997424725 -7849,0.5,0.153725174569888,0.0,0.371825714473957,0.153725174569888,0.0,0.372434305389169,0.153725174569888,0.0,0.15788998652516,0.153725174569888,0.0,0.186746844810537,0.153725174569888,0.0,0.481274913061895,0.153725174569888,0.0,0.396033107540026,0.153725174569888,0.0,0.690956996915267,0.153725174569888,0.0,0.334920801993415,0.5,0.153725174569888,0.0,0.138096554422319,0.153725174569888,0.0,0.0344504125004635,0.5,0.153725174569888,0.0,0.0750468522190006,0.153725174569888,0.0,0.0732834128406907,0.153725174569888,0.0,0.425308299131718,0.153725174569888,0.0,0.465330084705767,0.153725174569888,0.0,0.464177536699466,0.153725174569888,0.0,0.359643736731557,0.153725174569888,0.0,0.0900644741371771,0.5,0.153725174569888,0.0,0.0173875460999975,0,0.796512577839152,0.963871653681287 -7850,0.5,0.153725174569888,0.0,0.38953917414784,0.153725174569888,0.0,0.512547148091401,0.153725174569888,0.0,0.199377346957538,0.153725174569888,0.0,0.208791036649935,0.153725174569888,0.0,0.440165531593557,0.153725174569888,0.0,0.251425572150139,0.153725174569888,0.0,0.680918318165375,0.153725174569888,0.0,0.173121148165612,0.5,0.153725174569888,0.0,0.1508561116004,0.153725174569888,0.0,0.02429169035636,0.5,0.153725174569888,0.0,0.0636358148965973,0.153725174569888,0.0,0.0676951369226764,0.153725174569888,0.0,0.516661199903999,0.153725174569888,0.0,0.578894974374762,0.153725174569888,0.0,0.53243857577729,0.153725174569888,0.0,0.372305866729612,0.153725174569888,0.0,0.0764113637246362,0.5,0.153725174569888,0.0,0.0160484383857749,0,0.808154548470028,0.887326944409106 -7851,0.5,0.153725174569888,0.0,0.409405748189868,0.153725174569888,0.0,0.630397488227302,0.153725174569888,0.0,0.238724509647802,0.153725174569888,0.0,0.224375001087631,0.153725174569888,0.0,0.718000223087959,0.153725174569888,0.0,0.504373825914904,0.153725174569888,0.0,0.569001849554249,0.153725174569888,0.0,0.158922714884765,0.5,0.153725174569888,0.0,0.281700347749651,0.153725174569888,0.0,0.0383806055304172,0.5,0.153725174569888,0.0,0.0546495365691324,0.153725174569888,0.0,0.0713956332811902,0.153725174569888,0.0,0.429544674692021,0.153725174569888,0.0,0.632058787234178,0.153725174569888,0.0,0.61796484295017,0.153725174569888,0.0,0.326987009818748,0.153725174569888,0.0,0.0793834450537421,0.5,0.153725174569888,0.0,0.0170492125224874,0,0.827974708144332,0.672099235551708 -7852,0.5,0.153725174569888,0.0,0.450549759501977,0.153725174569888,0.0,0.697266886325195,0.153725174569888,0.0,0.287510441786261,0.153725174569888,0.0,0.232611493296379,0.153725174569888,0.0,0.71381455288487,0.153725174569888,0.0,0.686318405515908,0.153725174569888,0.0,0.429219618477589,0.153725174569888,0.0,0.262945467041202,0.5,0.153725174569888,0.0,0.284138562828795,0.153725174569888,0.0,0.0350449403022075,0.5,0.153725174569888,0.0,0.0622484605491864,0.153725174569888,0.0,0.0725321022907118,0.153725174569888,0.0,0.699925943659954,0.153725174569888,0.0,0.690148587251853,0.153725174569888,0.0,0.640870568100355,0.153725174569888,0.0,0.278917246244802,0.153725174569888,0.0,0.0800782242456211,0.5,0.153725174569888,0.0,0.0226765692508867,0,0.853258409569088,0.735179069523102 -7853,0.5,0.153725174569888,0.0,0.502672587749307,0.153725174569888,0.0,0.665364577374451,0.153725174569888,0.0,0.299090330600176,0.153725174569888,0.0,0.24444346394151,0.153725174569888,0.0,0.64642209245569,0.153725174569888,0.0,0.443203505189772,0.153725174569888,0.0,0.462191823715975,0.153725174569888,0.0,0.28587005300496,0.5,0.153725174569888,0.0,0.206227080475329,0.153725174569888,0.0,0.0216757934163578,0.5,0.153725174569888,0.0,0.0683001215669316,0.153725174569888,0.0,0.0633372311970539,0.153725174569888,0.0,0.851584250323592,0.153725174569888,0.0,0.737739434802772,0.153725174569888,0.0,0.605192705548888,0.153725174569888,0.0,0.248188685320554,0.153725174569888,0.0,0.068047845873405,0.5,0.153725174569888,0.0,0.0194784515569224,0,0.88020810873861,0.818084802648448 -7854,0.5,0.153725174569888,0.0,0.551920914753393,0.153725174569888,0.0,0.894870928698982,0.153725174569888,0.0,0.287096256705305,0.153725174569888,0.0,0.2499199174074,0.153725174569888,0.0,0.482181984790034,0.153725174569888,0.0,0.299477177319829,0.153725174569888,0.0,0.416043290697366,0.153725174569888,0.0,0.220053853166947,0.5,0.153725174569888,0.0,0.133244908335025,0.153725174569888,0.0,0.034383801428131,0.5,0.153725174569888,0.0,0.0735859396359656,0.153725174569888,0.0,0.0565867880288358,0.153725174569888,0.0,0.727210836327456,0.153725174569888,0.0,0.576621381812759,0.153725174569888,0.0,0.573803069406541,0.153725174569888,0.0,0.301215154857372,0.153725174569888,0.0,0.0652404665186531,0.5,0.153725174569888,0.0,0.0158551356747117,0,0.893684581027032,0.790121834764838 -7855,0.5,0.153725174569888,0.0,0.574075798060867,0.153725174569888,0.0,0.701721825756252,0.153725174569888,0.0,0.272255921497798,0.153725174569888,0.0,0.279289502237293,0.153725174569888,0.0,0.306548417786252,0.153725174569888,0.0,0.263714219348295,0.153725174569888,0.0,0.422216341303746,0.153725174569888,0.0,0.186112025758263,0.5,0.153725174569888,0.0,0.0796111296999689,0.153725174569888,0.0,0.031215381602859,0.5,0.153725174569888,0.0,0.0671164056436419,0.153725174569888,0.0,0.0636584196710959,0.153725174569888,0.0,0.674763585017786,0.153725174569888,0.0,0.468385759773862,0.153725174569888,0.0,0.526707929627113,0.153725174569888,0.0,0.305279725912995,0.153725174569888,0.0,0.06483914598511,0.5,0.153725174569888,0.0,0.017693618754112,0,0.862592670622341,0.727086976859183 -7856,0.5,0.153725174569888,0.0,0.544484432925533,0.153725174569888,0.0,0.581698553163713,0.153725174569888,0.0,0.276974194303161,0.153725174569888,0.0,0.320139049185112,0.153725174569888,0.0,0.16851074899325,0.153725174569888,0.0,0.155005817498356,0.153725174569888,0.0,0.337775305777748,0.153725174569888,0.0,0.219400907152318,0.5,0.153725174569888,0.0,0.0703312580158868,0.153725174569888,0.0,0.0250361038174488,0.5,0.153725174569888,0.0,0.0761260965527746,0.153725174569888,0.0,0.0562514845253901,0.153725174569888,0.0,0.509436350848689,0.153725174569888,0.0,0.318689888843326,0.153725174569888,0.0,0.513212154096812,0.153725174569888,0.0,0.289491064605317,0.153725174569888,0.0,0.0615219348678588,0.5,0.153725174569888,0.0,0.0183129989541138,0,0.718413327875442,0.743849438353292 -7857,0.5,0.153725174569888,0.000383215126358177,0.505890496963556,0.153725174569888,0.000710205861200016,0.24723881115282,0.153725174569888,0.0030470474404848,0.220039087807541,0.153725174569888,0.00230454472579241,0.307428757830289,0.153725174569888,0.0016845172421869,0.0788473845025676,0.153725174569888,0.00124073529357715,0.0761686474159074,0.153725174569888,0.000365833414784997,0.291812051960177,0.153725174569888,9.55908563295886e-05,0.225160495306322,0.5,0.153725174569888,0.00140364596782529,0.0794237107416655,0.153725174569888,0.024440716618152,0.0162139285036666,0.5,0.153725174569888,0.00759890540940542,0.0627566240798408,0.153725174569888,0.0191326272007808,0.0446605554957346,0.153725174569888,0.000507396542925302,0.428939840386587,0.153725174569888,0.000648282872358457,0.233369715616547,0.153725174569888,0.000485107959128295,0.443745532882758,0.153725174569888,0.000398219150486276,0.244959575938498,0.153725174569888,0.0105306643031534,0.0651650683814898,0.5,0.153725174569888,0.0237729524847391,0.0143107272735792,0,0.974607563077799,0.797239535596677 -7858,0.5,0.153725174569888,0.00274237250013881,0.455283295654262,0.153725174569888,0.00785346800545039,0.166632140213044,0.153725174569888,0.0115452737003072,0.180384870659836,0.153725174569888,0.00923973654181586,0.270543230852402,0.153725174569888,0.069798215948295,0.0615839952958565,0.153725174569888,0.0543334010313569,0.0487463008061896,0.153725174569888,0.00721000598695129,0.257167508299478,0.153725174569888,0.0019983305377513,0.194241197765471,0.5,0.153725174569888,0.0103775611943909,0.0839643232336172,0.153725174569888,0.0982938048121309,0.0128330919041344,0.5,0.153725174569888,0.0448976605286513,0.0680308388922277,0.153725174569888,0.0971459870766604,0.0335225730026511,0.153725174569888,0.0108170808755199,0.362212448393776,0.153725174569888,0.0227557450175664,0.199306646124759,0.153725174569888,0.00765845462184034,0.372013195972005,0.153725174569888,0.00107417548761484,0.235762640319695,0.153725174569888,0.0497347461398038,0.0706673347583466,0.5,0.153725174569888,0.0786621003414709,0.00947228277181749,0,0.989363267780177,0.841173940287303 -7859,0.5,0.153725174569888,0.0137479417940885,0.545585024593886,0.153725174569888,0.015891522867526,0.141641163533907,0.153725174569888,0.00856862227314635,0.278512698532157,0.153725174569888,0.0133186786348913,0.238302603570726,0.153725174569888,0.224578811661856,0.0723565364673933,0.153725174569888,0.199452980353516,0.0345342026557847,0.153725174569888,0.0294009648536211,0.181868400115761,0.153725174569888,0.0110629444755716,0.160390328140648,0.5,0.153725174569888,0.0137590518843707,0.0980696969104895,0.153725174569888,0.166881965435416,0.0108777377650779,0.5,0.153725174569888,0.0769368011821411,0.0873544953177185,0.153725174569888,0.167695601566065,0.025315641974021,0.153725174569888,0.0393432065556595,0.333131911426978,0.153725174569888,0.0829674733461468,0.193233909490927,0.153725174569888,0.0328555260683819,0.293303664139633,0.153725174569888,0.00333912501482682,0.25435638459854,0.153725174569888,0.0746031267788669,0.0697065360799013,0.5,0.153725174569888,0.145080433754151,0.00820037181125933,0,0.9238429656793,0.823094013398235 -7860,0.5,0.153725174569888,0.0339336846582459,0.58391738080966,0.153725174569888,0.03277241088812,0.140611346340111,0.153725174569888,0.00697134866249362,0.374533858720092,0.153725174569888,0.0139387781536647,0.217099028519536,0.153725174569888,0.365722617878337,0.095674559930254,0.153725174569888,0.33161153449217,0.032294203692186,0.153725174569888,0.0816401603916756,0.119944795330008,0.153725174569888,0.0418413117918497,0.118663075188522,0.5,0.153725174569888,0.0121959576296265,0.104511880831628,0.153725174569888,0.209249987433261,0.00958358208729623,0.5,0.153725174569888,0.0989132720772963,0.134713110039341,0.153725174569888,0.202593075980658,0.0232031645678431,0.153725174569888,0.0848385525467059,0.318938987671251,0.153725174569888,0.169630533545396,0.209282145448271,0.153725174569888,0.0616146372112564,0.221511135336484,0.153725174569888,0.00703234153402478,0.25355072462572,0.153725174569888,0.0859404116537366,0.0671886240808616,0.5,0.153725174569888,0.180094954908019,0.00852243781025257,0,0.895330830188863,0.78540035831234 -7861,0.5,0.153725174569888,0.0455804423967826,0.572389654173507,0.153725174569888,0.0544053933871374,0.1541338383062,0.153725174569888,0.00770966627230505,0.423392752837803,0.153725174569888,0.0101140682319018,0.271318483053458,0.153725174569888,0.424668391680215,0.113292843450687,0.153725174569888,0.382846426768747,0.0296504282329646,0.153725174569888,0.139759494235074,0.0724275774534624,0.153725174569888,0.0520931208542272,0.0674462896016994,0.5,0.153725174569888,0.0103071357759763,0.0931844087401855,0.153725174569888,0.214143572364894,0.00926792846221289,0.5,0.153725174569888,0.100181926016198,0.135937217073704,0.153725174569888,0.211160696565417,0.0234161999945062,0.153725174569888,0.119180500957964,0.329762614742515,0.153725174569888,0.247232462013534,0.255309542017626,0.153725174569888,0.0934630372781401,0.166923336757759,0.153725174569888,0.0161944041281961,0.201965742098614,0.153725174569888,0.0721099678777452,0.0572446624987989,0.5,0.153725174569888,0.164519305940605,0.0105933831499541,0,0.884057966846214,0.7704451794354 -7862,0.5,0.153725174569888,0.0472634947033492,0.437184278897005,0.153725174569888,0.0622243402627974,0.168585261270379,0.153725174569888,0.0139639020162798,0.344166190846518,0.153725174569888,0.00356164426454534,0.275769273518648,0.153725174569888,0.392095845492637,0.119948524032937,0.153725174569888,0.366040686663423,0.0338619452644581,0.153725174569888,0.187592893723659,0.0515448001778575,0.153725174569888,0.0648573995093999,0.0354533711537665,0.5,0.153725174569888,0.00626837215242771,0.0712694765698298,0.153725174569888,0.132304993319759,0.0116482185044226,0.5,0.153725174569888,0.0786005405132535,0.0922528454263023,0.153725174569888,0.200870324713348,0.0203889956025434,0.153725174569888,0.165631186428508,0.348159905516787,0.153725174569888,0.277638971498375,0.311697395883431,0.153725174569888,0.114259046342245,0.128145111240354,0.153725174569888,0.0280258840786871,0.15124062204441,0.153725174569888,0.0532618545087827,0.0359023521315906,0.5,0.153725174569888,0.124537190949979,0.0118660472689143,0,0.77901197449855,0.741250981029085 -7863,0.5,0.153725174569888,0.0300843205269329,0.289544358322611,0.153725174569888,0.0309020157483334,0.152879603662024,0.153725174569888,0.0115178129700531,0.278488698081606,0.153725174569888,0.00281109375961045,0.281567408418454,0.153725174569888,0.297778670255669,0.0786545509024139,0.153725174569888,0.28400394294015,0.0156454457745987,0.153725174569888,0.164114621508396,0.0315282580456662,0.153725174569888,0.0556920265947722,0.0314248212053048,0.5,0.153725174569888,0.00323531672779233,0.0505998283173193,0.153725174569888,0.0781635185246567,0.0145698631186147,0.5,0.153725174569888,0.0378758022400607,0.0501560650011026,0.153725174569888,0.167926846131457,0.013376632630348,0.153725174569888,0.122104976155806,0.319730413642169,0.153725174569888,0.220735890459408,0.290356593751461,0.153725174569888,0.106099120248781,0.0815307803258829,0.153725174569888,0.0321529574512681,0.12305191926148,0.153725174569888,0.0245777033548657,0.0284471555846604,0.5,0.153725174569888,0.066320706802435,0.0126809435358454,0,0.715759153522218,0.649912151381125 -7864,0.5,0.153725174569888,0.0,0.18997581427169,0.153725174569888,0.0,0.165782157483563,0.153725174569888,8.76953949378065e-05,0.204648977098418,0.153725174569888,0.000109655557370789,0.230860125942095,0.153725174569888,0.0419717899647828,0.0464909131345046,0.153725174569888,0.0846480310654207,0.00683835684200836,0.153725174569888,0.0520467278652207,0.00776309378638829,0.153725174569888,0.0220420241364702,0.0475318801435848,0.5,0.153725174569888,0.00191979917295154,0.0510065347709366,0.153725174569888,0.0445907858693547,0.0179239135398511,0.5,0.153725174569888,0.00898078642218137,0.0200424309298464,0.153725174569888,0.0871616944879125,0.0113140094302057,0.153725174569888,0.0,0.320124776512287,0.153725174569888,0.0,0.231674240447277,0.153725174569888,0.00054312061983983,0.0580066779007573,0.153725174569888,0.0108539062770739,0.108124732359136,0.153725174569888,0.00416949771559599,0.0296158278312563,0.5,0.153725174569888,0.0173529407320412,0.0108153800957181,0,0.698254516438271,0.473442022695712 -7865,0.5,0.153725174569888,0.0,0.145544919237079,0.153725174569888,0.0,0.176722391977912,0.153725174569888,0.0,0.123286268130431,0.153725174569888,0.0,0.179082514488164,0.153725174569888,0.0,0.0359684401704203,0.153725174569888,0.0,0.00424901694457923,0.153725174569888,0.0,0.00191004310458505,0.153725174569888,0.0,0.0481766665486904,0.5,0.153725174569888,0.0,0.0804025083386522,0.153725174569888,0.0,0.0153532873325303,0.5,0.153725174569888,0.0,0.0251232304811702,0.153725174569888,0.0,0.00565766623714673,0.153725174569888,0.0,0.322023973966604,0.153725174569888,0.0,0.188777118513948,0.153725174569888,0.0,0.0552441527725027,0.153725174569888,0.0,0.0984158744027788,0.153725174569888,0.0,0.0686421167065795,0.5,0.153725174569888,0.0,0.00863492618659249,0,0.736371990153564,0.460045766666974 -7866,0.5,0.153725174569888,0.0,0.126305682414184,0.153725174569888,0.0,0.148118383820542,0.153725174569888,0.0,0.0529004084618546,0.153725174569888,0.0,0.115654777094151,0.153725174569888,0.0,0.0297921040984659,0.153725174569888,0.0,0.00339478516816048,0.153725174569888,0.0,0.0013990946383316,0.153725174569888,0.0,0.0377353287427809,0.5,0.153725174569888,0.0,0.131888442422105,0.153725174569888,0.0,0.0118553629904527,0.5,0.153725174569888,0.0,0.10618169222239,0.153725174569888,0.0,0.00411803387936218,0.153725174569888,0.0,0.306763550704135,0.153725174569888,0.0,0.167186593179486,0.153725174569888,0.0,0.0497817649749292,0.153725174569888,0.0,0.0853343223982379,0.153725174569888,0.0,0.160290409973349,0.5,0.153725174569888,0.0,0.00649051194351372,0,0.747652333220197,0.494069710790132 -7867,0.5,0.153725174569888,0.0,0.128073065729826,0.153725174569888,0.0,0.133310280095879,0.153725174569888,0.0,0.0201558036270419,0.153725174569888,0.0,0.064439791023835,0.153725174569888,0.0,0.0250949053830219,0.153725174569888,0.0,0.00398015963620317,0.153725174569888,0.0,0.00177681327338427,0.153725174569888,0.0,0.0233936971442515,0.5,0.153725174569888,0.0,0.169459990114386,0.153725174569888,0.0,0.0129607226347994,0.5,0.153725174569888,0.0,0.267380349299409,0.153725174569888,0.0,0.00551177758469499,0.153725174569888,0.0,0.313884532226228,0.153725174569888,0.0,0.15505259573235,0.153725174569888,0.0,0.0497935147193342,0.153725174569888,0.0,0.0486130687135336,0.153725174569888,0.0,0.200179173395995,0.5,0.153725174569888,0.0,0.00540841070107414,0,0.732994056619716,0.582718856202441 -7868,0.5,0.153725174569888,0.0,0.134945864532843,0.153725174569888,0.0,0.127921620548556,0.153725174569888,0.0,0.0116190631749135,0.153725174569888,0.0,0.0377177330292145,0.153725174569888,0.0,0.0219267847094258,0.153725174569888,0.0,0.00654782094693011,0.153725174569888,0.0,0.00222550182847936,0.153725174569888,0.0,0.0125631609149277,0.5,0.153725174569888,0.0,0.171014380792708,0.153725174569888,0.0,0.0155323017079344,0.5,0.153725174569888,0.0,0.288462535677851,0.153725174569888,0.0,0.0106924179407735,0.153725174569888,0.0,0.350274363768209,0.153725174569888,0.0,0.147409446090022,0.153725174569888,0.0,0.0484914490441562,0.153725174569888,0.0,0.0241363067965583,0.153725174569888,0.0,0.157184939429498,0.5,0.153725174569888,0.0,0.00488423548750677,0,0.716339169076928,0.596057181298911 -7869,0.5,0.153725174569888,0.0,0.135450704167734,0.153725174569888,0.0,0.133098761246694,0.153725174569888,0.0,0.010510917979767,0.153725174569888,0.0,0.0262649550788361,0.153725174569888,0.0,0.0173257267156825,0.153725174569888,0.0,0.0106284723022392,0.153725174569888,0.0,0.00318295505355437,0.153725174569888,0.0,0.00866195557946742,0.5,0.153725174569888,0.0,0.14690771429718,0.153725174569888,0.0,0.00793412021476664,0.5,0.153725174569888,0.0,0.196617413273153,0.153725174569888,0.0,0.0127624924986172,0.153725174569888,0.0,0.411833740928888,0.153725174569888,0.0,0.129830009459263,0.153725174569888,0.0,0.0466439345005829,0.153725174569888,0.0,0.0162632104842811,0.153725174569888,0.0,0.110961463722731,0.5,0.153725174569888,0.0,0.00585405047568412,0,0.709011177941641,0.454766640683225 -7870,0.5,0.153725174569888,0.0,0.132438495350611,0.153725174569888,0.0,0.128530345781397,0.153725174569888,0.0,0.00992465187829157,0.153725174569888,0.0,0.0200369545232487,0.153725174569888,0.0,0.00778794605115586,0.153725174569888,0.0,0.0112795696301596,0.153725174569888,0.0,0.00352184546679801,0.153725174569888,0.0,0.00968691265232477,0.5,0.153725174569888,0.0,0.119749957137076,0.153725174569888,0.0,0.00119197702149508,0.5,0.153725174569888,0.0,0.13467773497975,0.153725174569888,0.0,0.01009231758804,0.153725174569888,0.0,0.41352120518284,0.153725174569888,0.0,0.0918302161519025,0.153725174569888,0.0,0.0442416195628411,0.153725174569888,0.0,0.0140464789125561,0.153725174569888,0.0,0.0854967941108907,0.5,0.153725174569888,0.0,0.0064418574395533,0,0.713566794483086,0.308512716544524 -7871,0.5,0.153725174569888,0.0,0.123467785871777,0.153725174569888,0.0,0.0885176052069011,0.153725174569888,0.0,0.0106012207219826,0.153725174569888,0.0,0.0194387250065113,0.153725174569888,0.0,0.00345088463122457,0.153725174569888,0.0,0.013474109765295,0.153725174569888,0.0,0.0029620259114828,0.153725174569888,0.0,0.0144509012330346,0.5,0.153725174569888,0.0,0.101734599185216,0.153725174569888,0.0,0.00039023810708207,0.5,0.153725174569888,0.0,0.129622666284822,0.153725174569888,0.0,0.0105802056433913,0.153725174569888,0.0,0.335546758990635,0.153725174569888,0.0,0.0557351118930077,0.153725174569888,0.0,0.0352761612864142,0.153725174569888,0.0,0.0150942637880128,0.153725174569888,0.0,0.0796538240751413,0.5,0.153725174569888,0.0,0.00780061918941493,0,0.741012278197203,0.120933800663706 -7872,0.5,0.153725174569888,0.0,0.102029357306034,0.153725174569888,0.0,0.061984808721122,0.153725174569888,0.0,0.00976714200198508,0.153725174569888,0.0,0.020960893054016,0.153725174569888,0.0,0.00245588207479355,0.153725174569888,0.0,0.0156279428732444,0.153725174569888,0.0,0.00549807498920307,0.153725174569888,0.0,0.0201282241217063,0.5,0.153725174569888,0.0,0.0974981209746781,0.153725174569888,0.0,0.00110460708196428,0.5,0.153725174569888,0.0,0.13967427466934,0.153725174569888,0.0,0.0166509801597588,0.153725174569888,0.0,0.258678307284699,0.153725174569888,0.0,0.035497243774926,0.153725174569888,0.0,0.0258403543058549,0.153725174569888,0.0,0.0176493099237116,0.153725174569888,0.0,0.083303575357999,0.5,0.153725174569888,0.0,0.0129581259224383,0,0.798602613905724,0.0224287405517767 -7873,0.5,0.153725174569888,0.0,0.0778971421611959,0.153725174569888,0.0,0.0488945632954905,0.153725174569888,0.0,0.00656129345989205,0.153725174569888,0.0,0.0213257108664557,0.153725174569888,0.0,0.00175415313010668,0.153725174569888,0.0,0.019331326718824,0.153725174569888,0.0,0.00912789363883901,0.153725174569888,0.0,0.0233295267687955,0.5,0.153725174569888,0.0,0.0923713974542441,0.153725174569888,0.0,0.00294110573401437,0.5,0.153725174569888,0.0,0.171739601796938,0.153725174569888,0.0,0.01809661969165,0.153725174569888,0.0,0.153859840415738,0.153725174569888,0.0,0.031893480773288,0.153725174569888,0.0,0.0198921952447705,0.153725174569888,0.0,0.017959207838408,0.153725174569888,0.0,0.0981565851500229,0.5,0.153725174569888,0.0,0.0200551312202906,0,0.635369886426428,0.0179917104163322 -7874,0.5,0.153725174569888,0.0,0.0622886718219326,0.153725174569888,0.0,0.0470874072956248,0.153725174569888,0.0,0.00468627767612622,0.153725174569888,0.0,0.0196271009359789,0.153725174569888,0.0,0.0045902380204432,0.153725174569888,0.0,0.0250381804351393,0.153725174569888,0.0,0.0131012203034054,0.153725174569888,0.0,0.0259888688258635,0.5,0.153725174569888,0.0,0.0783671296268084,0.153725174569888,0.0,0.00481366784270734,0.5,0.153725174569888,0.0,0.226505177298228,0.153725174569888,0.0,0.0190850345710735,0.153725174569888,0.0,0.0787654802751386,0.153725174569888,0.0,0.0370412199117917,0.153725174569888,0.0,0.016744691845141,0.153725174569888,0.0,0.0190934653952865,0.153725174569888,0.0,0.112002322787665,0.5,0.153725174569888,0.0,0.0279391472849909,0,0.519729922048087,0.0890996287844144 -7875,0.5,0.153725174569888,0.0,0.0599019116650659,0.153725174569888,0.0,0.0591429451223192,0.153725174569888,0.0,0.00307893634971125,0.153725174569888,0.0,0.019294215061315,0.153725174569888,0.0,0.00792033493649531,0.153725174569888,0.0,0.0310532840453593,0.153725174569888,0.0,0.0178680345616261,0.153725174569888,0.0,0.0320872711081078,0.5,0.153725174569888,0.0,0.0672897053311637,0.153725174569888,0.0,0.00884879531208505,0.5,0.153725174569888,0.0,0.257118473488016,0.153725174569888,0.0,0.0242557812066299,0.153725174569888,0.0,0.052133775777826,0.153725174569888,0.0,0.0466324782323907,0.153725174569888,0.0,0.0140823742236791,0.153725174569888,0.0,0.0169930527602177,0.153725174569888,0.0,0.100874075017378,0.5,0.153725174569888,0.0,0.0398333784158014,0,0.609431671836117,0.204663840116885 -7876,0.5,0.153725174569888,0.0,0.0587032656854735,0.153725174569888,0.0,0.0652615553998127,0.153725174569888,0.0,0.0016817288234026,0.153725174569888,0.0,0.0195593902082364,0.153725174569888,0.0,0.0076006829040395,0.153725174569888,0.0,0.035123108413704,0.153725174569888,0.0,0.0247565135316458,0.153725174569888,0.0,0.0363034257356581,0.5,0.153725174569888,0.0,0.0683139661917781,0.153725174569888,0.0,0.0148263356176421,0.5,0.153725174569888,0.0,0.217852983314975,0.153725174569888,0.0,0.031403664451767,0.153725174569888,0.0,0.0649475744295628,0.153725174569888,0.0,0.0467735902993504,0.153725174569888,0.0,0.0114533116284249,0.153725174569888,0.0,0.016410437724565,0.153725174569888,0.0,0.080563224575899,0.5,0.153725174569888,0.0,0.0487279717014141,0,0.650280880094948,0.227792304479913 -7877,0.5,0.153725174569888,0.0,0.0555175910717417,0.153725174569888,0.0,0.0597862106317243,0.153725174569888,0.0,0.00173054267332413,0.153725174569888,0.0,0.0175572003552161,0.153725174569888,0.0,0.00645861930387095,0.153725174569888,0.0,0.0346322732786681,0.153725174569888,0.0,0.0289076527976946,0.153725174569888,0.0,0.0405110695222625,0.5,0.153725174569888,0.0,0.0781405058532072,0.153725174569888,0.0,0.020237512933041,0.5,0.153725174569888,0.0,0.187856194625789,0.153725174569888,0.0,0.03097158604719,0.153725174569888,0.0,0.0993232277910055,0.153725174569888,0.0,0.033335997745119,0.153725174569888,0.0,0.00897371843469885,0.153725174569888,0.0,0.0162755017156816,0.153725174569888,0.0,0.0685777559935925,0.5,0.153725174569888,0.0,0.0493359640431306,0,0.490531132912115,0.168747246788756 -7878,0.5,0.153725174569888,0.0,0.050579148067784,0.153725174569888,0.0,0.0468683062655557,0.153725174569888,0.0,0.00251611861953496,0.153725174569888,0.0,0.0145559223415727,0.153725174569888,0.0,0.00396869338500468,0.153725174569888,0.0,0.0401523675375345,0.153725174569888,0.0,0.031812372319391,0.153725174569888,0.0,0.0480880177300331,0.5,0.153725174569888,0.0,0.0834453760116208,0.153725174569888,0.0,0.0231027361697404,0.5,0.153725174569888,0.0,0.171920248093068,0.153725174569888,0.0,0.0308932734166752,0.153725174569888,0.0,0.11006410436076,0.153725174569888,0.0,0.0209743491026581,0.153725174569888,0.0,0.00681423024943458,0.153725174569888,0.0,0.0195586979354191,0.153725174569888,0.0,0.0791034262718785,0.5,0.153725174569888,0.0,0.0611992962811904,0,0.337782473891323,0.0867397401980432 -7879,0.5,0.153725174569888,0.0,0.047815944134021,0.153725174569888,0.0,0.0336399300114729,0.153725174569888,0.0,0.00528363084924541,0.153725174569888,0.0,0.0124969240384061,0.153725174569888,0.0,0.00325628155030134,0.153725174569888,0.0,0.051859741798546,0.153725174569888,0.0,0.0373821451863799,0.153725174569888,0.0,0.0569435465244227,0.5,0.153725174569888,0.0,0.0861452560017416,0.153725174569888,0.0,0.0263396851538704,0.5,0.153725174569888,0.0,0.167591177272854,0.153725174569888,0.0,0.0336408490167378,0.153725174569888,0.0,0.0765912631472367,0.153725174569888,0.0,0.0132624418192302,0.153725174569888,0.0,0.00689454598993886,0.153725174569888,0.0,0.026625522378913,0.153725174569888,0.0,0.0933892492912947,0.5,0.153725174569888,0.0,0.0903343163314896,0,0.287820712975674,0.0325775091331777 -7880,0.5,0.153725174569888,0.0,0.047159661704308,0.153725174569888,0.0,0.0230130777082136,0.153725174569888,0.0,0.00882955847808843,0.153725174569888,0.0,0.0111461146589892,0.153725174569888,0.0,0.00659356696935949,0.153725174569888,0.0,0.0618973672654132,0.153725174569888,0.0,0.0489094827252981,0.153725174569888,0.0,0.0639910453168465,0.5,0.153725174569888,0.0,0.0874223048279962,0.153725174569888,0.0,0.0354217516853991,0.5,0.153725174569888,0.0,0.20122723618039,0.153725174569888,0.0,0.0460443475560455,0.153725174569888,0.0,0.0361755559904807,0.153725174569888,0.0,0.0107291615422528,0.153725174569888,0.0,0.00607264759019957,0.153725174569888,0.0,0.032757675373701,0.153725174569888,0.0,0.106093467310453,0.5,0.153725174569888,0.0,0.133515063366683,0,0.296366593140922,0.00903988505071358 -7881,0.5,0.153725174569888,0.00334917104784209,0.0434700219831531,0.153725174569888,0.0048292076403332,0.0220909362150355,0.153725174569888,0.021499842180671,0.00919377683935434,0.153725174569888,0.00796426368026811,0.0112515694798254,0.153725174569888,0.00315220384059997,0.0171121277926428,0.153725174569888,0.00392245200558938,0.0754910473327025,0.153725174569888,0.00657073674875371,0.059891240675696,0.153725174569888,0.00677462753895465,0.064431345942992,0.5,0.153725174569888,0.00253696876011911,0.0991156774712018,0.153725174569888,0.00804986931731057,0.0467227336831591,0.5,0.153725174569888,0.00560225061689441,0.241976219585175,0.153725174569888,0.00616961401334148,0.0643813461175242,0.153725174569888,0.00211816780424841,0.0170356326667159,0.153725174569888,0.00239802186152045,0.012181149464166,0.153725174569888,0.00796605257741796,0.00407385181590938,0.153725174569888,0.0148839904204511,0.0338353152394469,0.153725174569888,0.0390637840093154,0.112646556828162,0.5,0.153725174569888,0.010861435726922,0.173561629605901,0,0.257958143071984,0.0025398435018119 -7882,0.5,0.153725174569888,0.0359862108994711,0.0358980472144105,0.153725174569888,0.120197255710041,0.0336114083365475,0.153725174569888,0.147937165499936,0.00669318699860314,0.153725174569888,0.0520728826665124,0.0112229695288263,0.153725174569888,0.112408560400497,0.0308437488625548,0.153725174569888,0.142978144134908,0.0853975003167104,0.153725174569888,0.15262864079324,0.0641245294509637,0.153725174569888,0.13861221566508,0.0633263553595243,0.5,0.153725174569888,0.0298486420453155,0.125768577565377,0.153725174569888,0.0366305745615062,0.0640045829538411,0.5,0.153725174569888,0.0378740252111826,0.294762381566873,0.153725174569888,0.0350189251720784,0.0961735460707419,0.153725174569888,0.0940264532126001,0.0164160707960542,0.153725174569888,0.0975038673771188,0.0136746809825062,0.153725174569888,0.134745362791854,0.00408261810811829,0.153725174569888,0.17782277412677,0.0333202613836228,0.153725174569888,0.187658763806887,0.122167620789941,0.5,0.153725174569888,0.0486911016244139,0.193609984568602,0,0.15446985629476,0.000738871487765961 -7883,0.5,0.153725174569888,0.0599606707924864,0.0326707784602026,0.153725174569888,0.22520311842984,0.0310942545856844,0.153725174569888,0.2541489182955,0.00493371837885858,0.153725174569888,0.10546129899482,0.0125964363498306,0.153725174569888,0.240197079911978,0.0493075828920759,0.153725174569888,0.295396972813145,0.102482167165872,0.153725174569888,0.300154841620718,0.0703177999853349,0.153725174569888,0.245741892041811,0.0686042076082658,0.5,0.153725174569888,0.0581227217013,0.136229094509374,0.153725174569888,0.0630724386560346,0.0867977634251409,0.5,0.153725174569888,0.0719665635135528,0.33529808822649,0.153725174569888,0.0658820898555982,0.109142999073984,0.153725174569888,0.215689676759543,0.0218783006350818,0.153725174569888,0.208330237466663,0.0153833903598826,0.153725174569888,0.240802034385911,0.00480317597193756,0.153725174569888,0.327182467452177,0.031767952704543,0.153725174569888,0.331992061860643,0.162055181783308,0.5,0.153725174569888,0.0899426550284856,0.214664186093635,0,0.0691358544921323,0.000209928096528288 -7884,0.5,0.153725174569888,0.0728886175081295,0.0375392185845536,0.153725174569888,0.308479945093937,0.0146587173575118,0.153725174569888,0.318141902127087,0.00527143382906789,0.153725174569888,0.138078277092987,0.0169871149124031,0.153725174569888,0.32859655015075,0.0793607025133213,0.153725174569888,0.398398598500022,0.141852777226812,0.153725174569888,0.401586202519916,0.0849304885632398,0.153725174569888,0.280765836596394,0.109230883663704,0.5,0.153725174569888,0.0781007268537505,0.158671954995933,0.153725174569888,0.0815222383056425,0.113230683348066,0.5,0.153725174569888,0.105103237584262,0.303600007951902,0.153725174569888,0.0926148074139013,0.0965709996185566,0.153725174569888,0.30556465634706,0.0212040718998832,0.153725174569888,0.28845274478767,0.0197532197978961,0.153725174569888,0.3048534737353,0.00534751133709698,0.153725174569888,0.420912819074713,0.0339740451642631,0.153725174569888,0.424320348242085,0.194282780106633,0.5,0.153725174569888,0.129447727695289,0.208273061007696,0,0.0450051731110594,0.000878505873951003 -7885,0.5,0.153725174569888,0.0757058000224405,0.0347306379717429,0.153725174569888,0.371772018280376,0.00627565348190021,0.153725174569888,0.348086821494778,0.0117554710454723,0.153725174569888,0.138122750314659,0.0221551429190328,0.153725174569888,0.370164065214016,0.113031555396049,0.153725174569888,0.432448918673164,0.188775994035561,0.153725174569888,0.43983989653569,0.121653742406524,0.153725174569888,0.243042903897741,0.159335761373123,0.5,0.153725174569888,0.0785235058898611,0.140862875047484,0.153725174569888,0.0872363062553541,0.126813767057448,0.5,0.153725174569888,0.124538613274886,0.332740563466562,0.153725174569888,0.101710145427363,0.0886617504775483,0.153725174569888,0.336084292826283,0.016171425139919,0.153725174569888,0.330786975407948,0.0252158055647372,0.153725174569888,0.341172422916525,0.00830901308211347,0.153725174569888,0.452739991412848,0.0528206145629297,0.153725174569888,0.452987596090459,0.213566005431011,0.5,0.153725174569888,0.144781322031161,0.199818293199008,0,0.0460005161733563,0.00310389229376315 -7886,0.5,0.153725174569888,0.0788412658146129,0.0202969148913002,0.153725174569888,0.328695703145484,0.00212704547739128,0.153725174569888,0.351332619468287,0.0262533445398867,0.153725174569888,0.110545123867351,0.0232905498048917,0.153725174569888,0.347499438642154,0.112639562338792,0.153725174569888,0.38925062140402,0.178382096005918,0.153725174569888,0.410325063862191,0.150332273100156,0.153725174569888,0.176045793140577,0.162893775285799,0.5,0.153725174569888,0.0646699580396579,0.107916291787538,0.153725174569888,0.049010941678726,0.126035800147811,0.5,0.153725174569888,0.122969111825898,0.335588127475979,0.153725174569888,0.091180655354833,0.0852010097722206,0.153725174569888,0.295433659118121,0.00936022340789262,0.153725174569888,0.304993185041709,0.026944861401283,0.153725174569888,0.328607393005565,0.0101665403415892,0.153725174569888,0.419254852747046,0.071481958674362,0.153725174569888,0.41031746342531,0.207065853027645,0.5,0.153725174569888,0.131452960944154,0.194982779240879,0,0.0422257968635126,0.00808988424127287 -7887,0.5,0.153725174569888,0.0711356873252555,0.00969159776813671,0.153725174569888,0.200982633360926,0.00100568615245892,0.153725174569888,0.258486730754994,0.017700190702869,0.153725174569888,0.072668254159018,0.0137180400523664,0.153725174569888,0.254115735703374,0.0949718371659015,0.153725174569888,0.276992573875254,0.179848797049948,0.153725174569888,0.313308680238663,0.153429733939328,0.153725174569888,0.0945798400964145,0.173565800366106,0.5,0.153725174569888,0.0424132342195218,0.0919403101181962,0.153725174569888,0.0275242980925028,0.106122618729032,0.5,0.153725174569888,0.101016404377495,0.275722514140267,0.153725174569888,0.0576197795248227,0.0776134823089659,0.153725174569888,0.19422338021464,0.0043531193224975,0.153725174569888,0.214598432727418,0.0265557923854104,0.153725174569888,0.241267892023699,0.0113215043618901,0.153725174569888,0.288830112576684,0.066606000408164,0.153725174569888,0.264382057460072,0.169278184884075,0.5,0.153725174569888,0.0842477423469788,0.1933351080759,0,0.0424140794962306,0.0156168771931234 -7888,0.5,0.153725174569888,0.000123067940324775,0.00625574140115805,0.153725174569888,0.0,0.000769310569699659,0.153725174569888,0.0,0.0218804123675973,0.153725174569888,8.99860857356906e-05,0.00606677784262336,0.153725174569888,0.0422564816789554,0.10296655696124,0.153725174569888,0.0817214384918966,0.211498797809849,0.153725174569888,0.0606543167988521,0.180532484890473,0.153725174569888,0.0222734768769469,0.170323384716095,0.5,0.153725174569888,0.0162122514899206,0.0806290539727127,0.153725174569888,0.00722305717021207,0.093429747607306,0.5,0.153725174569888,0.0271362240664843,0.219269400866829,0.153725174569888,0.0160527379848451,0.0769638761230528,0.153725174569888,0.0,0.00291012410545628,0.153725174569888,0.0,0.0287781187679692,0.153725174569888,0.0,0.0151926951221017,0.153725174569888,0.0372318506683021,0.0805332571958955,0.153725174569888,0.0269465554599661,0.153359140658269,0.5,0.153725174569888,0.00510548933028264,0.200458589323684,0,0.0341303043635727,0.0241144216824099 -7889,0.5,0.153725174569888,0.0,0.00417368273685554,0.153725174569888,0.0,0.000697317973614294,0.153725174569888,0.0,0.0278263729900753,0.153725174569888,0.0,0.00437367885783758,0.153725174569888,0.0,0.142670879208122,0.153725174569888,0.0,0.259799251598533,0.153725174569888,0.0,0.225136259122271,0.153725174569888,0.0,0.178851188015396,0.5,0.153725174569888,0.0,0.0717996698943951,0.153725174569888,0.0,0.092971014135501,0.5,0.153725174569888,0.0,0.21285187613266,0.153725174569888,0.0,0.0868570296452902,0.153725174569888,0.0,0.00453336740025337,0.153725174569888,0.0,0.0322026059488186,0.153725174569888,0.0,0.0208810160518538,0.153725174569888,0.0,0.103289924888762,0.153725174569888,0.0,0.173784964249904,0.5,0.153725174569888,0.0,0.213093462611629,0,0.0186682019085255,0.0374556595492717 -7890,0.5,0.153725174569888,0.0,0.00314569139340498,0.153725174569888,0.0,0.000841229809409032,0.153725174569888,0.0,0.0300405450942909,0.153725174569888,0.0,0.00516385017647405,0.153725174569888,0.0,0.164415439409722,0.153725174569888,0.0,0.262241343976624,0.153725174569888,0.0,0.246430923238743,0.153725174569888,0.0,0.197270585886425,0.5,0.153725174569888,0.0,0.0757999586948519,0.153725174569888,0.0,0.111446325569603,0.5,0.153725174569888,0.0,0.224635260494223,0.153725174569888,0.0,0.116939614399357,0.153725174569888,0.0,0.00507698805968949,0.153725174569888,0.0,0.0315441313971775,0.153725174569888,0.0,0.0243337880051916,0.153725174569888,0.0,0.112468861488388,0.153725174569888,0.0,0.195460758411044,0.5,0.153725174569888,0.0,0.260202716764456,0,0.00525609811968856,0.0584332749581059 -7891,0.5,0.153725174569888,0.0,0.00313851575977198,0.153725174569888,0.0,0.00118103738718771,0.153725174569888,0.0,0.034897752397565,0.153725174569888,0.0,0.00698078495251492,0.153725174569888,0.0,0.169712700321032,0.153725174569888,0.0,0.251962478092354,0.153725174569888,0.0,0.245941606925139,0.153725174569888,0.0,0.218741141062088,0.5,0.153725174569888,0.0,0.0882995170520632,0.153725174569888,0.0,0.127131432080776,0.5,0.153725174569888,0.0,0.224789362236162,0.153725174569888,0.0,0.141510146995461,0.153725174569888,0.0,0.00387370420403318,0.153725174569888,0.0,0.0353036002622814,0.153725174569888,0.0,0.0302967602896278,0.153725174569888,0.0,0.110855739354559,0.153725174569888,0.0,0.210771953962355,0.5,0.153725174569888,0.0,0.283442778985476,0,0.000941100726555285,0.0837220711714387 -7892,0.5,0.153725174569888,0.0,0.00351172066179977,0.153725174569888,0.0,0.00292486355371475,0.153725174569888,0.0,0.0404413398434825,0.153725174569888,0.0,0.0102550335372869,0.153725174569888,0.0,0.165026335460858,0.153725174569888,0.0,0.258688339697432,0.153725174569888,0.0,0.247637707434064,0.153725174569888,0.0,0.266037118147673,0.5,0.153725174569888,0.0,0.104302261100827,0.153725174569888,0.0,0.13948857578721,0.5,0.153725174569888,0.0,0.233348885894309,0.153725174569888,0.0,0.170812018750308,0.153725174569888,0.0,0.0036816094613812,0.153725174569888,0.0,0.0453656537133177,0.153725174569888,0.0,0.0369387219325928,0.153725174569888,0.0,0.107453432848339,0.153725174569888,0.0,0.212726917944419,0.5,0.153725174569888,0.0,0.276904615401356,0,0.00380230178309555,0.105972701756098 -7893,0.5,0.153725174569888,0.0,0.00424987457977392,0.153725174569888,0.0,0.00519085231023632,0.153725174569888,0.0,0.0435323485773077,0.153725174569888,0.0,0.0136384901215245,0.153725174569888,0.0,0.174620886307849,0.153725174569888,0.0,0.280456799117594,0.153725174569888,0.0,0.256182046983305,0.153725174569888,0.0,0.302656224436556,0.5,0.153725174569888,0.0,0.107713978998887,0.153725174569888,0.0,0.151830599806857,0.5,0.153725174569888,0.0,0.247751543558863,0.153725174569888,0.0,0.191250503068321,0.153725174569888,0.0,0.00435149920240632,0.153725174569888,0.0,0.0585701020759195,0.153725174569888,0.0,0.041824606602313,0.153725174569888,0.0,0.107146016211889,0.153725174569888,0.0,0.216600857459058,0.5,0.153725174569888,0.0,0.277117588692432,0,0.00869943362907942,0.136410437416393 -7894,0.5,0.153725174569888,0.0,0.00454804108939018,0.153725174569888,0.0,0.00793539388033835,0.153725174569888,0.0,0.041567696772851,0.153725174569888,0.0,0.0144310595577862,0.153725174569888,0.0,0.20697862866256,0.153725174569888,0.0,0.300006275206748,0.153725174569888,0.0,0.272982337461791,0.153725174569888,0.0,0.320654377991408,0.5,0.153725174569888,0.0,0.109502619107087,0.153725174569888,0.0,0.147137071627906,0.5,0.153725174569888,0.0,0.234201753728198,0.153725174569888,0.0,0.189669220008289,0.153725174569888,0.0,0.00646449454408093,0.153725174569888,0.0,0.0738150882256424,0.153725174569888,0.0,0.0465246914853511,0.153725174569888,0.0,0.10886698882819,0.153725174569888,0.0,0.22023697188723,0.5,0.153725174569888,0.0,0.270174710008779,0,0.0122095113084056,0.173912670859731 -7895,0.5,0.153725174569888,0.0,0.00468162243796853,0.153725174569888,0.0,0.0139914069060844,0.153725174569888,0.0,0.0403205064426042,0.153725174569888,0.0,0.0144983855519834,0.153725174569888,0.0,0.253421056350866,0.153725174569888,0.0,0.303000014024521,0.153725174569888,0.0,0.289171385315132,0.153725174569888,0.0,0.311582121310015,0.5,0.153725174569888,0.0,0.111552664042172,0.153725174569888,0.0,0.127350940499193,0.5,0.153725174569888,0.0,0.228896454703181,0.153725174569888,0.0,0.182236062840841,0.153725174569888,0.0,0.0108219083210948,0.153725174569888,0.0,0.0916419592769737,0.153725174569888,0.0,0.0511689889516938,0.153725174569888,0.0,0.106485445533346,0.153725174569888,0.0,0.220338206409529,0.5,0.153725174569888,0.0,0.254140923389252,0,0.0139882756387622,0.234745003460722 -7896,0.5,0.153725174569888,0.0,0.00484067803809194,0.153725174569888,0.0,0.0219838206617174,0.153725174569888,0.0,0.0399713305409475,0.153725174569888,0.0,0.0124108268918826,0.153725174569888,0.0,0.290265486749593,0.153725174569888,0.0,0.300050855482904,0.153725174569888,0.0,0.300741356512239,0.153725174569888,0.0,0.28947381314407,0.5,0.153725174569888,0.0,0.102461172775817,0.153725174569888,0.0,0.100727117780442,0.5,0.153725174569888,0.0,0.255897297678856,0.153725174569888,0.0,0.177298342459335,0.153725174569888,0.0,0.01750157295591,0.153725174569888,0.0,0.1112922523432,0.153725174569888,0.0,0.0581371511478613,0.153725174569888,0.0,0.104746308703572,0.153725174569888,0.0,0.229556712457761,0.5,0.153725174569888,0.0,0.225485533822911,0,0.0157630715400714,0.321949710540658 -7897,0.5,0.153725174569888,0.0,0.00514341533910817,0.153725174569888,0.0,0.0292571082539138,0.153725174569888,0.0,0.0407339192634653,0.153725174569888,0.0,0.010415656493297,0.153725174569888,0.0,0.314916900284271,0.153725174569888,0.0,0.306581225143055,0.153725174569888,0.0,0.303121420752873,0.153725174569888,0.0,0.272023468024871,0.5,0.153725174569888,0.0,0.0911505494064895,0.153725174569888,0.0,0.0903883820005702,0.5,0.153725174569888,0.0,0.278847942166824,0.153725174569888,0.0,0.165706478850991,0.153725174569888,0.0,0.0251926610308426,0.153725174569888,0.0,0.128553645993795,0.153725174569888,0.0,0.068646518019649,0.153725174569888,0.0,0.0948783794647449,0.153725174569888,0.0,0.232459745179746,0.5,0.153725174569888,0.0,0.199378972777508,0,0.017442513839521,0.44762983663443 -7898,0.5,0.153725174569888,0.0,0.00652745219417182,0.153725174569888,0.0,0.0343680685843405,0.153725174569888,0.0,0.0429679381640509,0.153725174569888,0.0,0.0127362349341671,0.153725174569888,0.0,0.332713477699612,0.153725174569888,0.0,0.314561076001399,0.153725174569888,0.0,0.295182160933685,0.153725174569888,0.0,0.252870288270475,0.5,0.153725174569888,0.0,0.0773623023986268,0.153725174569888,0.0,0.078329231063643,0.5,0.153725174569888,0.0,0.284873722665649,0.153725174569888,0.0,0.151552551018408,0.153725174569888,0.0,0.0328920536811779,0.153725174569888,0.0,0.148509287369324,0.153725174569888,0.0,0.0800300613192793,0.153725174569888,0.0,0.0839296805871435,0.153725174569888,0.0,0.204791268148961,0.5,0.153725174569888,0.0,0.154031670724189,0,0.0181382429506127,0.589316643744547 -7899,0.5,0.153725174569888,0.0,0.00903557588878437,0.153725174569888,0.0,0.039902282604245,0.153725174569888,0.0,0.0450677548520945,0.153725174569888,0.0,0.0202275430943802,0.153725174569888,0.0,0.346346377817956,0.153725174569888,0.0,0.318383878189752,0.153725174569888,0.0,0.256378470678392,0.153725174569888,0.0,0.236466419086698,0.5,0.153725174569888,0.0,0.0688032726302455,0.153725174569888,0.0,0.0600682182452192,0.5,0.153725174569888,0.0,0.281915414282677,0.153725174569888,0.0,0.133911117730208,0.153725174569888,0.0,0.038912527036277,0.153725174569888,0.0,0.171905488449559,0.153725174569888,0.0,0.0945268124278454,0.153725174569888,0.0,0.0752189075587326,0.153725174569888,0.0,0.183736011883309,0.5,0.153725174569888,0.0,0.111952942546421,0,0.0175165977695591,0.69491583650964 -7900,0.5,0.153725174569888,0.0,0.0115375352523251,0.153725174569888,0.0,0.0442707298812522,0.153725174569888,0.0,0.0521341128972404,0.153725174569888,0.0,0.0295912118883381,0.153725174569888,0.0,0.3610044562183,0.153725174569888,0.0,0.312681239502682,0.153725174569888,0.0,0.223084306803136,0.153725174569888,0.0,0.233100368355483,0.5,0.153725174569888,0.0,0.0665166280169536,0.153725174569888,0.0,0.0461238248108374,0.5,0.153725174569888,0.0,0.249347067151351,0.153725174569888,0.0,0.0984451408296196,0.153725174569888,0.0,0.0438161310939612,0.153725174569888,0.0,0.201782392258291,0.153725174569888,0.0,0.112833437447547,0.153725174569888,0.0,0.0681524250493982,0.153725174569888,0.0,0.179258240918178,0.5,0.153725174569888,0.0,0.111324647696917,0,0.015763086838618,0.759424864402502 -7901,0.5,0.153725174569888,0.0,0.0148075484721742,0.153725174569888,0.0,0.0462749945491808,0.153725174569888,0.0,0.0681679739629977,0.153725174569888,0.0,0.0376674827603975,0.153725174569888,0.0,0.35399958503665,0.153725174569888,0.0,0.307059212271519,0.153725174569888,0.0,0.204034602250003,0.153725174569888,0.0,0.247357957083964,0.5,0.153725174569888,0.0,0.0654913050309569,0.153725174569888,0.0,0.0321746104025397,0.5,0.153725174569888,0.0,0.184597617349812,0.153725174569888,0.0,0.0692352958780922,0.153725174569888,0.0,0.0481812924325336,0.153725174569888,0.0,0.229313429517764,0.153725174569888,0.0,0.132830719940634,0.153725174569888,0.0,0.0700600442187156,0.153725174569888,0.0,0.15783114473024,0.5,0.153725174569888,0.0,0.117153406461793,0,0.0136160657584801,0.807153455364173 -7902,0.5,0.153725174569888,0.0,0.0192180022673416,0.153725174569888,0.0,0.0479224059644655,0.153725174569888,0.0,0.0930158113958086,0.153725174569888,0.0,0.0454539666268007,0.153725174569888,0.0,0.337048769330948,0.153725174569888,0.0,0.321979781331401,0.153725174569888,0.0,0.195612128242424,0.153725174569888,0.0,0.247754114520459,0.5,0.153725174569888,0.0,0.0596263423804369,0.153725174569888,0.0,0.0280019583777034,0.5,0.153725174569888,0.0,0.154286246877222,0.153725174569888,0.0,0.0622428075982602,0.153725174569888,0.0,0.0528330191324361,0.153725174569888,0.0,0.257420475509993,0.153725174569888,0.0,0.162519456449344,0.153725174569888,0.0,0.0783892040941937,0.153725174569888,0.0,0.135864262046454,0.5,0.153725174569888,0.0,0.112587305485276,0,0.0121244945419846,0.874278216383876 -7903,0.5,0.153725174569888,0.0,0.0240370009424068,0.153725174569888,0.0,0.0604007766101271,0.153725174569888,0.0,0.110764784136544,0.153725174569888,0.0,0.0554701136911121,0.153725174569888,0.0,0.343656929013786,0.153725174569888,0.0,0.336234025279685,0.153725174569888,0.0,0.20908991303338,0.153725174569888,0.0,0.244713507620854,0.5,0.153725174569888,0.0,0.0537491921162632,0.153725174569888,0.0,0.0310179748975774,0.5,0.153725174569888,0.0,0.154792410123807,0.153725174569888,0.0,0.064993432983163,0.153725174569888,0.0,0.0581265435296188,0.153725174569888,0.0,0.285812772822007,0.153725174569888,0.0,0.191161829748163,0.153725174569888,0.0,0.0785825965260509,0.153725174569888,0.0,0.125809298629067,0.5,0.153725174569888,0.0,0.109836108493521,0,0.0109543205858328,0.92049947694061 -7904,0.5,0.153725174569888,0.0,0.0282916097183791,0.153725174569888,0.0,0.0937892391402201,0.153725174569888,0.0,0.111950192306588,0.153725174569888,0.0,0.0675899009328501,0.153725174569888,0.0,0.393464749249751,0.153725174569888,0.0,0.339196935532254,0.153725174569888,0.0,0.251390435247257,0.153725174569888,0.0,0.238046067930753,0.5,0.153725174569888,0.0,0.0551035686625265,0.153725174569888,0.0,0.0344428543824667,0.5,0.153725174569888,0.0,0.161018345675821,0.153725174569888,0.0,0.0692881499705402,0.153725174569888,0.0,0.065370998107865,0.153725174569888,0.0,0.321885984163703,0.153725174569888,0.0,0.205528919613743,0.153725174569888,0.0,0.0909437310551256,0.153725174569888,0.0,0.130672229967679,0.5,0.153725174569888,0.0,0.113448397502939,0,0.0110170987307298,0.95891366296129 -7905,0.5,0.153725174569888,0.0123354706940623,0.0282953847966372,0.153725174569888,0.00324614118423687,0.114439894866972,0.153725174569888,0.0197531942292184,0.103888369624074,0.153725174569888,0.0192979102742818,0.0739713059414796,0.153725174569888,0.00153227684262927,0.397172999285724,0.153725174569888,0.000281343132965207,0.350223230238763,0.153725174569888,0.00404374627224203,0.29554463728488,0.153725174569888,0.00243918868436074,0.224905973886776,0.5,0.153725174569888,0.00386525686067386,0.0560818685319222,0.153725174569888,0.00643839667132612,0.038439157425665,0.5,0.153725174569888,0.0135428332705076,0.144879888007496,0.153725174569888,0.0104889724490837,0.0752570538501659,0.153725174569888,0.00135279276647558,0.0769592386698073,0.153725174569888,0.00133380010537502,0.365617508436551,0.153725174569888,0.00506693080224308,0.21327057702195,0.153725174569888,0.00972698294616733,0.0968702648460878,0.153725174569888,0.0280000841176242,0.154901256164233,0.5,0.153725174569888,0.016037059638311,0.128528274474037,0,0.0119639483956663,0.985173523194979 -7906,0.5,0.153725174569888,0.136698819428262,0.0284933060014473,0.153725174569888,0.0902448712675757,0.103354271311498,0.153725174569888,0.155443613791963,0.117195527123635,0.153725174569888,0.103730770020963,0.098549597236255,0.153725174569888,0.0528661117921738,0.431221657018953,0.153725174569888,0.00707942602851507,0.375178824873059,0.153725174569888,0.102939049607295,0.299408376006203,0.153725174569888,0.0484103664907651,0.252302738223306,0.5,0.153725174569888,0.0549232499865229,0.0630711303902411,0.153725174569888,0.0349201746561884,0.0444412410427188,0.5,0.153725174569888,0.107083362370124,0.158875939038011,0.153725174569888,0.0702661088018105,0.0761302282358145,0.153725174569888,0.0783393760567857,0.0889334037732809,0.153725174569888,0.0622162269658544,0.414814205430792,0.153725174569888,0.098744751344597,0.241044279060306,0.153725174569888,0.145756351114799,0.0973487717767143,0.153725174569888,0.14119789905633,0.21023298260854,0.5,0.153725174569888,0.0642024674484279,0.18760973875084,0,0.0116557535352701,0.999789209390209 -7907,0.5,0.153725174569888,0.265298573323966,0.0413439933898517,0.153725174569888,0.217447178503191,0.135409454736267,0.153725174569888,0.291076884002697,0.19973667679044,0.153725174569888,0.195099630469355,0.158287737762386,0.153725174569888,0.123738653681061,0.464146745980577,0.153725174569888,0.0288149790949929,0.373974591532529,0.153725174569888,0.222800885344799,0.340723194026399,0.153725174569888,0.102689877592301,0.255588359886151,0.5,0.153725174569888,0.109988061864927,0.0674011688037879,0.153725174569888,0.0758025883806142,0.056668567402109,0.5,0.153725174569888,0.199629910291935,0.21844828755773,0.153725174569888,0.139080521569563,0.102360380101296,0.153725174569888,0.194442428237643,0.105910857823224,0.153725174569888,0.152238244764466,0.492027953581183,0.153725174569888,0.205298574843444,0.323994273952006,0.153725174569888,0.287961892165099,0.101886904569886,0.153725174569888,0.251553743439278,0.268193708762577,0.5,0.153725174569888,0.124284939042823,0.250583325015862,0,0.00937253433923362,1.00619713688124 -7908,0.5,0.153725174569888,0.344473038145085,0.066293400744632,0.153725174569888,0.302337900368092,0.19700151192911,0.153725174569888,0.383258412714174,0.332527668790379,0.153725174569888,0.262098172239211,0.257481759876726,0.153725174569888,0.200761188137687,0.525239783028492,0.153725174569888,0.0589361214431826,0.347936984174137,0.153725174569888,0.320517240342744,0.406799202110755,0.153725174569888,0.147588706953459,0.296719240725444,0.5,0.153725174569888,0.153000628914551,0.080388749228338,0.153725174569888,0.125260403161843,0.0585744072031311,0.5,0.153725174569888,0.259508095143505,0.228998013175958,0.153725174569888,0.19661357025208,0.105309793907238,0.153725174569888,0.285011453150731,0.144845708456201,0.153725174569888,0.221526817965869,0.538743761951766,0.153725174569888,0.290041434557512,0.381861642509882,0.153725174569888,0.390411684244422,0.126890192183417,0.153725174569888,0.325581887888269,0.324142080848778,0.5,0.153725174569888,0.178924074123094,0.213577692664,0,0.00710759336266142,1.00748041980031 -7909,0.5,0.153725174569888,0.330106063362165,0.0941923953725559,0.153725174569888,0.325821868390886,0.24377926883079,0.153725174569888,0.41187285841301,0.460390220693332,0.153725174569888,0.281466099837184,0.261078852946824,0.153725174569888,0.250414317596009,0.541132632893643,0.153725174569888,0.0998021863158027,0.329904796092424,0.153725174569888,0.365076080852025,0.450379601546426,0.153725174569888,0.164653293667429,0.27359580629833,0.5,0.153725174569888,0.161510416656808,0.0828317244021143,0.153725174569888,0.167686813963013,0.058268284855471,0.5,0.153725174569888,0.25708182204969,0.302791686730981,0.153725174569888,0.234495711411638,0.111817524675859,0.153725174569888,0.318661524499316,0.184072498968587,0.153725174569888,0.249976300429223,0.570570789674978,0.153725174569888,0.332258670161134,0.44576006084643,0.153725174569888,0.431955691940785,0.163233392852363,0.153725174569888,0.337473140621264,0.345772460401426,0.5,0.153725174569888,0.21889072135381,0.231681737308919,0,0.00546621616558244,1.00721123376625 -7910,0.5,0.153725174569888,0.265455810837224,0.093061793689448,0.153725174569888,0.295799102187102,0.245614884555366,0.153725174569888,0.371844208207188,0.423361465264346,0.153725174569888,0.232576225188239,0.209624850276632,0.153725174569888,0.264606104124472,0.55062245026654,0.153725174569888,0.119609374324285,0.335257612742993,0.153725174569888,0.346867114542838,0.438097371291341,0.153725174569888,0.151822867333571,0.240257682944696,0.5,0.153725174569888,0.145402518765671,0.0823133080002609,0.153725174569888,0.182660967016329,0.0589008005267813,0.5,0.153725174569888,0.194822555518195,0.347556861385409,0.153725174569888,0.239945109430994,0.111286989385495,0.153725174569888,0.292673720115894,0.217111369935642,0.153725174569888,0.226776379209472,0.598618799445189,0.153725174569888,0.321289629227663,0.43556879751341,0.153725174569888,0.401357224591639,0.169390112042931,0.153725174569888,0.2868487674713,0.332454127999271,0.5,0.153725174569888,0.205896063156219,0.221776005362395,0,0.00414586429456547,1.00634755321993 -7911,0.5,0.153725174569888,0.145775393098263,0.0752988955103824,0.153725174569888,0.200549715719433,0.217228249661466,0.153725174569888,0.257946340794124,0.290693578348544,0.153725174569888,0.135961192944346,0.147554750408107,0.153725174569888,0.234004251505131,0.528741201414497,0.153725174569888,0.0985664947253799,0.322308677180566,0.153725174569888,0.272116302451741,0.363732227907601,0.153725174569888,0.105614405107105,0.192311084773433,0.5,0.153725174569888,0.103488228805016,0.0723940624209528,0.153725174569888,0.136678610448951,0.0662017505027782,0.5,0.153725174569888,0.107445871252641,0.354189868580977,0.153725174569888,0.204127148189815,0.106602229756234,0.153725174569888,0.203084278789399,0.227291260851783,0.153725174569888,0.164430320792011,0.568922254546574,0.153725174569888,0.244270852111613,0.378719490415815,0.153725174569888,0.282937417148314,0.138877748272977,0.153725174569888,0.178550066778175,0.291529327627296,0.5,0.153725174569888,0.129838033213634,0.202491997490623,0,0.00434988163012551,1.00587370883156 -7912,0.5,0.153725174569888,1.72130721786298e-08,0.0691487646140282,0.153725174569888,0.0,0.213797363444048,0.153725174569888,0.0,0.209406181474535,0.153725174569888,8.21560131381503e-05,0.122117569102936,0.153725174569888,0.0222616735296335,0.515381434597561,0.153725174569888,0.0445720633971418,0.286018379574351,0.153725174569888,0.0431065759554703,0.287331689245383,0.153725174569888,0.042709095043446,0.145931579587839,0.5,0.153725174569888,0.0353253389271332,0.0570853740049004,0.153725174569888,0.0529204712676734,0.0568253977931392,0.5,0.153725174569888,0.0289566686541435,0.304887392819783,0.153725174569888,0.0722372097282027,0.0908216566277487,0.153725174569888,0.0,0.253337328665581,0.153725174569888,0.0,0.554413107238215,0.153725174569888,0.0,0.343148114307678,0.153725174569888,0.0294885423852602,0.111777217103614,0.153725174569888,0.0168018349617751,0.250414618638808,0.5,0.153725174569888,0.0189186389891315,0.178160731683189,0,0.00496871088947905,1.00699954175316 -7913,0.5,0.153725174569888,0.0,0.0708827134452743,0.153725174569888,0.0,0.231401518754302,0.153725174569888,0.0,0.202008661591065,0.153725174569888,0.0,0.123856917778498,0.153725174569888,0.0,0.50823016752865,0.153725174569888,0.0,0.254993072113588,0.153725174569888,0.0,0.275359890651736,0.153725174569888,0.0,0.120613814423539,0.5,0.153725174569888,0.0,0.0456103302185379,0.153725174569888,0.0,0.047246797023946,0.5,0.153725174569888,0.0,0.260204280377453,0.153725174569888,0.0,0.0835439640022979,0.153725174569888,0.0,0.283102416467128,0.153725174569888,0.0,0.56772236031323,0.153725174569888,0.0,0.341553957585198,0.153725174569888,0.0,0.11198268343891,0.153725174569888,0.0,0.244377282516727,0.5,0.153725174569888,0.0,0.154881165717244,0,0.0058998229841527,1.00730269289965 -7914,0.5,0.153725174569888,0.0,0.0724612531931844,0.153725174569888,0.0,0.251893239473917,0.153725174569888,0.0,0.202349453915895,0.153725174569888,0.0,0.126924007462407,0.153725174569888,0.0,0.495026895024181,0.153725174569888,0.0,0.246160121955476,0.153725174569888,0.0,0.27552225185998,0.153725174569888,0.0,0.1280436027028,0.5,0.153725174569888,0.0,0.0534929364848218,0.153725174569888,0.0,0.0534792884691478,0.5,0.153725174569888,0.0,0.222794386226031,0.153725174569888,0.0,0.0873320644228551,0.153725174569888,0.0,0.299137695991784,0.153725174569888,0.0,0.587690487520572,0.153725174569888,0.0,0.3463380367994,0.153725174569888,0.0,0.119668289137819,0.153725174569888,0.0,0.252912820454139,0.5,0.153725174569888,0.0,0.145230139784561,0,0.00826090598474128,1.00726277646558 -7915,0.5,0.153725174569888,0.0,0.07361857963866,0.153725174569888,0.0,0.269842922500388,0.153725174569888,0.0,0.199002958348638,0.153725174569888,0.0,0.132366618871088,0.153725174569888,0.0,0.491136748220222,0.153725174569888,0.0,0.246873895170793,0.153725174569888,0.0,0.306488764942924,0.153725174569888,0.0,0.146520262495611,0.5,0.153725174569888,0.0,0.0572464889695008,0.153725174569888,0.0,0.0572782473406908,0.5,0.153725174569888,0.0,0.195517396842099,0.153725174569888,0.0,0.0869537854867273,0.153725174569888,0.0,0.322571246236506,0.153725174569888,0.0,0.604050561511242,0.153725174569888,0.0,0.356378169916149,0.153725174569888,0.0,0.119787571558748,0.153725174569888,0.0,0.242830287380027,0.5,0.153725174569888,0.0,0.164430930645077,0,0.0158022225609191,1.00714951280538 -7916,0.5,0.153725174569888,0.0,0.0753245627904559,0.153725174569888,0.0,0.284127664767023,0.153725174569888,0.0,0.191844687970252,0.153725174569888,0.0,0.142487428162168,0.153725174569888,0.0,0.497662338418359,0.153725174569888,0.0,0.253452839749182,0.153725174569888,0.0,0.310964355883285,0.153725174569888,0.0,0.154071203992201,0.5,0.153725174569888,0.0,0.0538268839745438,0.153725174569888,0.0,0.0525475386292103,0.5,0.153725174569888,0.0,0.200467321900224,0.153725174569888,0.0,0.0853529445671454,0.153725174569888,0.0,0.340951246757972,0.153725174569888,0.0,0.597134935776597,0.153725174569888,0.0,0.362829499157502,0.153725174569888,0.0,0.119057119779662,0.153725174569888,0.0,0.232811033688313,0.5,0.153725174569888,0.0,0.159301908333891,0,0.0233390068383504,1.00712468051056 -7917,0.5,0.153725174569888,0.0,0.081175059223053,0.153725174569888,0.0,0.292068988531388,0.153725174569888,0.0,0.182126937812385,0.153725174569888,0.0,0.150906305612049,0.153725174569888,0.0,0.506510260359742,0.153725174569888,0.0,0.257949897080515,0.153725174569888,0.0,0.31463288149575,0.153725174569888,0.0,0.148491781634932,0.5,0.153725174569888,0.0,0.0421637837114366,0.153725174569888,0.0,0.0476352285746251,0.5,0.153725174569888,0.0,0.219870868531964,0.153725174569888,0.0,0.0870258345327001,0.153725174569888,0.0,0.343499249182537,0.153725174569888,0.0,0.586158942105079,0.153725174569888,0.0,0.35532753227616,0.153725174569888,0.0,0.116975487464525,0.153725174569888,0.0,0.231793614100449,0.5,0.153725174569888,0.0,0.127831028914261,0,0.0260291313803545,1.00738877436761 -7918,0.5,0.153725174569888,0.0,0.0883830386703111,0.153725174569888,0.0,0.281275090280103,0.153725174569888,0.0,0.175426569203748,0.153725174569888,0.0,0.145151042273761,0.153725174569888,0.0,0.509222680072075,0.153725174569888,0.0,0.263937432536098,0.153725174569888,0.0,0.29161871879626,0.153725174569888,0.0,0.13498516454491,0.5,0.153725174569888,0.0,0.0341882681430897,0.153725174569888,0.0,0.0390313565150016,0.5,0.153725174569888,0.0,0.218188394274004,0.153725174569888,0.0,0.0892975561451394,0.153725174569888,0.0,0.336610666287521,0.153725174569888,0.0,0.588733197089521,0.153725174569888,0.0,0.345366079450532,0.153725174569888,0.0,0.105572798449019,0.153725174569888,0.0,0.231060176345256,0.5,0.153725174569888,0.0,0.102209581007072,0,0.0264887920732837,1.00762323632471 -7919,0.5,0.153725174569888,0.0,0.0922069115062006,0.153725174569888,0.0,0.266808348010121,0.153725174569888,0.0,0.169882385220725,0.153725174569888,0.0,0.139290355437475,0.153725174569888,0.0,0.502238298889279,0.153725174569888,0.0,0.254048398354113,0.153725174569888,0.0,0.242085972244645,0.153725174569888,0.0,0.126503783654424,0.5,0.153725174569888,0.0,0.0292225983176125,0.153725174569888,0.0,0.031711231918915,0.5,0.153725174569888,0.0,0.173939307573368,0.153725174569888,0.0,0.0770054626633346,0.153725174569888,0.0,0.339115902682479,0.153725174569888,0.0,0.590784895806962,0.153725174569888,0.0,0.33117950630851,0.153725174569888,0.0,0.0823169899714732,0.153725174569888,0.0,0.212289849309985,0.5,0.153725174569888,0.0,0.0881544988899157,0,0.0284842155253733,1.00769256202016 -7920,0.5,0.153725174569888,0.0,0.0964592346989634,0.153725174569888,0.0,0.273618654247104,0.153725174569888,0.0,0.157782512238408,0.153725174569888,0.0,0.135675231315453,0.153725174569888,0.0,0.477319581019014,0.153725174569888,0.0,0.24529516419519,0.153725174569888,0.0,0.21474760158441,0.153725174569888,0.0,0.12200724687924,0.5,0.153725174569888,0.0,0.0244777889893247,0.153725174569888,0.0,0.0258648909580824,0.5,0.153725174569888,0.0,0.141823871883095,0.153725174569888,0.0,0.0630838159351067,0.153725174569888,0.0,0.346306668002747,0.153725174569888,0.0,0.591400291502012,0.153725174569888,0.0,0.327410101682106,0.153725174569888,0.0,0.0735447570169355,0.153725174569888,0.0,0.175602837381152,0.5,0.153725174569888,0.0,0.0776054888260114,0,0.032451940290881,1.0076668487837 -7921,0.5,0.153725174569888,0.0,0.102777529955808,0.153725174569888,0.0,0.28800516397329,0.153725174569888,0.0,0.147427283283343,0.153725174569888,0.0,0.142852404394021,0.153725174569888,0.0,0.444474864174518,0.153725174569888,0.0,0.231171278084794,0.153725174569888,0.0,0.196808651884177,0.153725174569888,0.0,0.108784080235064,0.5,0.153725174569888,0.0,0.0186781094804455,0.153725174569888,0.0,0.0207329262508656,0.5,0.153725174569888,0.0,0.129522401943142,0.153725174569888,0.0,0.0555007569280992,0.153725174569888,0.0,0.339309485037229,0.153725174569888,0.0,0.577553616067223,0.153725174569888,0.0,0.329146658339843,0.153725174569888,0.0,0.0748862216083248,0.153725174569888,0.0,0.1390974861995,0.5,0.153725174569888,0.0,0.0711489412563831,0,0.0437089620302234,1.00708725457746 -7922,0.5,0.153725174569888,0.0,0.110454309083749,0.153725174569888,0.0,0.290628210604353,0.153725174569888,0.0,0.13814639632776,0.153725174569888,0.0,0.156139621357737,0.153725174569888,0.0,0.407143151751748,0.153725174569888,0.0,0.207071328148904,0.153725174569888,0.0,0.183823478970127,0.153725174569888,0.0,0.0878719617057338,0.5,0.153725174569888,0.0,0.0122206186749101,0.153725174569888,0.0,0.0175689006812509,0.5,0.153725174569888,0.0,0.129287835882247,0.153725174569888,0.0,0.0538522664837771,0.153725174569888,0.0,0.340573594471592,0.153725174569888,0.0,0.555094916641925,0.153725174569888,0.0,0.329081553662022,0.153725174569888,0.0,0.0892564669144537,0.153725174569888,0.0,0.119540118903961,0.5,0.153725174569888,0.0,0.0660202529799666,0,0.0640322548838229,1.00651230716319 -7923,0.5,0.153725174569888,0.0,0.120744771588893,0.153725174569888,0.0,0.285918074983522,0.153725174569888,0.0,0.134100611493295,0.153725174569888,0.0,0.161622619213676,0.153725174569888,0.0,0.38024812240606,0.153725174569888,0.0,0.180024207673838,0.153725174569888,0.0,0.172119097092647,0.153725174569888,0.0,0.0716660729254972,0.5,0.153725174569888,0.0,0.00905136210730835,0.153725174569888,0.0,0.016350094549375,0.5,0.153725174569888,0.0,0.121882986462885,0.153725174569888,0.0,0.050009904456327,0.153725174569888,0.0,0.359414728080283,0.153725174569888,0.0,0.532227095906314,0.153725174569888,0.0,0.326685247485123,0.153725174569888,0.0,0.101906644011124,0.153725174569888,0.0,0.109117096353977,0.5,0.153725174569888,0.0,0.0595050674949232,0,0.0885134075988109,1.00629369914869 -7924,0.5,0.153725174569888,0.0,0.132902906434223,0.153725174569888,0.0,0.275280061906724,0.153725174569888,0.0,0.125067102486504,0.153725174569888,0.0,0.161513886183676,0.153725174569888,0.0,0.357305739854791,0.153725174569888,0.0,0.150378442228291,0.153725174569888,0.0,0.182353829059801,0.153725174569888,0.0,0.0576593766894391,0.5,0.153725174569888,0.0,0.0084831674670164,0.153725174569888,0.0,0.0154514127731981,0.5,0.153725174569888,0.0,0.101702912729134,0.153725174569888,0.0,0.0453737999673248,0.153725174569888,0.0,0.36949736564154,0.153725174569888,0.0,0.523831445732121,0.153725174569888,0.0,0.326759708266111,0.153725174569888,0.0,0.110205162934652,0.153725174569888,0.0,0.0910258521568301,0.5,0.153725174569888,0.0,0.0513107772603699,0,0.121794135385004,1.00636024753751 -7925,0.5,0.153725174569888,0.0,0.141325349835683,0.153725174569888,0.0,0.269912830542921,0.153725174569888,0.0,0.110254758294703,0.153725174569888,0.0,0.159890561672909,0.153725174569888,0.0,0.34722725005063,0.153725174569888,0.0,0.138241853638811,0.153725174569888,0.0,0.178877782729258,0.153725174569888,0.0,0.051451863903419,0.5,0.153725174569888,0.0,0.00911995245546473,0.153725174569888,0.0,0.0135909833804799,0.5,0.153725174569888,0.0,0.0856980125517542,0.153725174569888,0.0,0.0360148870155107,0.153725174569888,0.0,0.381244242692994,0.153725174569888,0.0,0.53657681815671,0.153725174569888,0.0,0.352679972341182,0.153725174569888,0.0,0.110448204509978,0.153725174569888,0.0,0.078601985200533,0.5,0.153725174569888,0.0,0.0409803542118643,0,0.157057346261317,1.00642972114179 -7926,0.5,0.153725174569888,0.0,0.14771126753414,0.153725174569888,0.0,0.268420004315005,0.153725174569888,0.0,0.100523720508613,0.153725174569888,0.0,0.154375442715662,0.153725174569888,0.0,0.352558119912524,0.153725174569888,0.0,0.127394919227387,0.153725174569888,0.0,0.175766937472707,0.153725174569888,0.0,0.0468700095035274,0.5,0.153725174569888,0.0,0.00948883805941319,0.153725174569888,0.0,0.0102563989177206,0.5,0.153725174569888,0.0,0.0793076478606804,0.153725174569888,0.0,0.0268627178414265,0.153725174569888,0.0,0.411536560019141,0.153725174569888,0.0,0.550246826261461,0.153725174569888,0.0,0.391763433947565,0.153725174569888,0.0,0.0891296582009603,0.153725174569888,0.0,0.0709266665568673,0.5,0.153725174569888,0.0,0.0318006657759944,0,0.20220461607858,1.00620973617532 -7927,0.5,0.153725174569888,0.0,0.152826577237311,0.153725174569888,0.0,0.289725090485047,0.153725174569888,0.0,0.0941291180853379,0.153725174569888,0.0,0.152440577895647,0.153725174569888,0.0,0.364240533843785,0.153725174569888,0.0,0.116116583274379,0.153725174569888,0.0,0.177079572683645,0.153725174569888,0.0,0.0416992953535666,0.5,0.153725174569888,0.0,0.00884886835822079,0.153725174569888,0.0,0.00772959726371896,0.5,0.153725174569888,0.0,0.0714409293244492,0.153725174569888,0.0,0.0227103797410992,0.153725174569888,0.0,0.436243845157452,0.153725174569888,0.0,0.567640174709096,0.153725174569888,0.0,0.426042370726252,0.153725174569888,0.0,0.0739915599212085,0.153725174569888,0.0,0.0630400871622346,0.5,0.153725174569888,0.0,0.0263445891123774,0,0.260083199030263,1.0058663578398 -7928,0.5,0.153725174569888,0.0,0.15759008250934,0.153725174569888,0.0,0.373890692964118,0.153725174569888,0.0,0.0822368695538164,0.153725174569888,0.0,0.154928510963966,0.153725174569888,0.0,0.374732629979103,0.153725174569888,0.0,0.0975711292609252,0.153725174569888,0.0,0.168314671086132,0.153725174569888,0.0,0.0354708397650126,0.5,0.153725174569888,0.0,0.00732164187823417,0.153725174569888,0.0,0.0053865197310223,0.5,0.153725174569888,0.0,0.0571478551660905,0.153725174569888,0.0,0.0185059517753429,0.153725174569888,0.0,0.474458308985882,0.153725174569888,0.0,0.5909267452739,0.153725174569888,0.0,0.442465521152696,0.153725174569888,0.0,0.0669529334942102,0.153725174569888,0.0,0.0533634684822317,0.5,0.153725174569888,0.0,0.0230557947582665,0,0.319863382366433,1.00591338044067 -7929,0.5,0.153725174569888,0.00649208047883313,0.18132066191289,0.153725174569888,0.00166045796043936,0.501327514068395,0.153725174569888,0.0121212929058124,0.0764331397692226,0.153725174569888,0.0263284499291954,0.169490671297225,0.153725174569888,0.000538763473639705,0.354651775998328,0.153725174569888,6.20800372779052e-05,0.0775528950717083,0.153725174569888,0.00129250141206494,0.146979420032684,0.153725174569888,0.000546241708648729,0.0310358395490262,0.5,0.153725174569888,0.00130057528998829,0.00545162522054964,0.153725174569888,0.0114145226160311,0.00505510643232155,0.5,0.153725174569888,0.0042252586513968,0.0606905342829756,0.153725174569888,0.00590301353016997,0.0174091406542695,0.153725174569888,0.000988784180726887,0.521079803655088,0.153725174569888,0.000526101996818095,0.631128369678051,0.153725174569888,0.00286385618330331,0.475584915907534,0.153725174569888,0.00388693627580767,0.0578399045958582,0.153725174569888,0.0140121008269995,0.0533911973429568,0.5,0.153725174569888,0.0371677550442059,0.0225871428951532,0,0.352900091225484,1.00598783353334 -7930,0.5,0.153725174569888,0.0790616536444911,0.225664294491557,0.153725174569888,0.0297161074976703,0.664221530164376,0.153725174569888,0.108382437100618,0.0858203565435788,0.153725174569888,0.133677566193478,0.194233431021592,0.153725174569888,0.0169694632811228,0.3391288941728,0.153725174569888,0.00153636639253969,0.0686925185849861,0.153725174569888,0.0284314912994758,0.113818476803991,0.153725174569888,0.00624053581678019,0.0295123427417336,0.5,0.153725174569888,0.0144444300889301,0.00462997468013884,0.153725174569888,0.0557180023153804,0.00557441714345492,0.5,0.153725174569888,0.0396383943828573,0.0700110204673188,0.153725174569888,0.0421227172646505,0.0174381992315717,0.153725174569888,0.102169613020164,0.582203782061862,0.153725174569888,0.0271748408821011,0.670874459516486,0.153725174569888,0.0548085469832624,0.4885284903151,0.153725174569888,0.0649802655432377,0.0442003940842058,0.153725174569888,0.0809666063994323,0.0621143430018756,0.5,0.153725174569888,0.129685210803275,0.0261085475103945,0,0.374010297320561,1.00645706852128 -7931,0.5,0.153725174569888,0.130065335167519,0.305979097242103,0.153725174569888,0.0532328829486748,0.673478171482191,0.153725174569888,0.2021237048723,0.12043399759125,0.153725174569888,0.219255487314367,0.264288293676472,0.153725174569888,0.0261750389332011,0.316976027292337,0.153725174569888,0.00352646506548315,0.0630564396564734,0.153725174569888,0.0515788937760858,0.0887813882678006,0.153725174569888,0.0117428797069534,0.0261874435616054,0.5,0.153725174569888,0.0298536392586347,0.00350057372805343,0.153725174569888,0.0977841623115399,0.00655590029409357,0.5,0.153725174569888,0.0682542756742662,0.0644063999169122,0.153725174569888,0.0800659577573526,0.0164511500086852,0.153725174569888,0.197359841299348,0.665599966672679,0.153725174569888,0.0517351470359652,0.684259535325913,0.153725174569888,0.129418693132801,0.493728521039919,0.153725174569888,0.139082371080483,0.0385292600847109,0.153725174569888,0.142099840097806,0.0789668019032595,0.5,0.153725174569888,0.20733887624282,0.0371457795051051,0,0.464850760161021,1.00423789763362 -7932,0.5,0.153725174569888,0.149279226314626,0.405916006220913,0.153725174569888,0.067271580300692,0.737050908270328,0.153725174569888,0.258067750242406,0.195858285872721,0.153725174569888,0.271457319713394,0.355770587616537,0.153725174569888,0.0171343994850583,0.288918883885664,0.153725174569888,0.00500919900509614,0.0566432856536404,0.153725174569888,0.0510192101782284,0.0758685546254975,0.153725174569888,0.0200821179899418,0.0233083762079673,0.5,0.153725174569888,0.0375436036790001,0.0037251271115778,0.153725174569888,0.110976618685857,0.00518026661178724,0.5,0.153725174569888,0.102002138816041,0.0579480332532681,0.153725174569888,0.112033309955431,0.0162809386229676,0.153725174569888,0.221589813719104,0.740364199889943,0.153725174569888,0.0517786437701538,0.654291257396423,0.153725174569888,0.178925899665631,0.494155406440599,0.153725174569888,0.1736023931474,0.0386188225306872,0.153725174569888,0.164125312250626,0.0805891521980299,0.5,0.153725174569888,0.230630282782114,0.0388989555382993,0,0.585407705390394,0.999738575233018 -7933,0.5,0.153725174569888,0.178868101978251,0.457504900536977,0.153725174569888,0.0687083848492642,0.727883725149115,0.153725174569888,0.265123671209717,0.207413180333006,0.153725174569888,0.267134376488401,0.404634990538536,0.153725174569888,0.0177168046056198,0.262201450180143,0.153725174569888,0.00734084252168727,0.04974696988324,0.153725174569888,0.0276281841495149,0.0652806699508042,0.153725174569888,0.0255451156733275,0.0226217480699761,0.5,0.153725174569888,0.0384644069117969,0.00484772807677239,0.153725174569888,0.12007213193625,0.00428210555406355,0.5,0.153725174569888,0.137234175428887,0.0575675976445465,0.153725174569888,0.124483282015985,0.016055168481803,0.153725174569888,0.222016203665586,0.762749167302026,0.153725174569888,0.0405009262702367,0.629758095992891,0.153725174569888,0.178984753034573,0.512813062701895,0.153725174569888,0.16364657037286,0.0386503767963446,0.153725174569888,0.14866123821943,0.0827601804535936,0.5,0.153725174569888,0.214684843168941,0.0343260578710096,0,0.65467452342621,0.995962703463072 -7934,0.5,0.153725174569888,0.194934748799164,0.465602862526475,0.153725174569888,0.0568063910678654,0.723027069671287,0.153725174569888,0.226800148103925,0.208717364913345,0.153725174569888,0.200248985385284,0.400903797272278,0.153725174569888,0.0168404198712574,0.240400438006813,0.153725174569888,0.00946204515640104,0.0454933189675929,0.153725174569888,0.0142765585432311,0.0581930908060073,0.153725174569888,0.0230007902539106,0.0228165449159785,0.5,0.153725174569888,0.0293025374772474,0.00644937403349283,0.153725174569888,0.101370861773764,0.00251698580249036,0.5,0.153725174569888,0.141471897050207,0.0483378366080013,0.153725174569888,0.122175412317571,0.0137348782396039,0.153725174569888,0.19973017718075,0.748684329304038,0.153725174569888,0.0273356247563418,0.634688117257921,0.153725174569888,0.141195548344839,0.520780191697875,0.153725174569888,0.103427171831577,0.0325026538836286,0.153725174569888,0.116355172126081,0.0765035482909021,0.5,0.153725174569888,0.129488158037388,0.0256072228606158,0,0.699874263963028,0.998353285030453 -7935,0.5,0.153725174569888,0.118647757088964,0.428835957092543,0.153725174569888,0.0278061122293744,0.781324245422344,0.153725174569888,0.139507105673146,0.183492974624418,0.153725174569888,0.0991752754874425,0.327443851659567,0.153725174569888,0.0110187036135269,0.237794731658949,0.153725174569888,0.00684064812098749,0.045222908509678,0.153725174569888,0.00665328834336636,0.0639959135120456,0.153725174569888,0.0132924228267551,0.0251704628265767,0.5,0.153725174569888,0.0245692296053502,0.00725989506957112,0.153725174569888,0.0776651739830682,0.00302009461112621,0.5,0.153725174569888,0.106559008934303,0.0345413415032057,0.153725174569888,0.0891437950400361,0.00957477623318643,0.153725174569888,0.149766579833299,0.743088515583707,0.153725174569888,0.0141424129337405,0.651233081306982,0.153725174569888,0.0796285918563245,0.494896744224057,0.153725174569888,0.0404627627879172,0.0295650115035516,0.153725174569888,0.0610143029248911,0.0553208078199399,0.5,0.153725174569888,0.0735340347200333,0.0180988360115793,0,0.70978801842519,1.00014486905785 -7936,0.5,0.153725174569888,0.0,0.392636279726376,0.153725174569888,0.0,0.79407173578802,0.153725174569888,0.0,0.161017367561465,0.153725174569888,0.0,0.256814653175522,0.153725174569888,9.78888396541504e-05,0.226749188773938,0.153725174569888,0.00194724515194773,0.043465690890433,0.153725174569888,0.00110028636091501,0.0729520957049408,0.153725174569888,0.00516951531132668,0.0240794569213611,0.5,0.153725174569888,0.00884869142387904,0.00638029215348925,0.153725174569888,0.0322383716343717,0.00445097917853687,0.5,0.153725174569888,0.0430258486996106,0.0186834097440251,0.153725174569888,0.0401180966791224,0.010272832411778,0.153725174569888,0.0,0.773734294963649,0.153725174569888,6.22523710917856e-05,0.641376407677921,0.153725174569888,0.0,0.470173793740793,0.153725174569888,0.00480733979132214,0.0290992054260166,0.153725174569888,0.00697888728843314,0.0379458470646217,0.5,0.153725174569888,0.00574816303257451,0.0186144906381151,0,0.744080324449989,0.994590889376451 -7937,0.5,0.153725174569888,0.0,0.390733732429855,0.153725174569888,0.0,0.852340600762675,0.153725174569888,0.0,0.152475069109567,0.153725174569888,0.0,0.240284829934289,0.153725174569888,0.0,0.228245900725015,0.153725174569888,0.0,0.0395433426287852,0.153725174569888,0.0,0.0749202330883472,0.153725174569888,0.0,0.0244163751577691,0.5,0.153725174569888,0.0,0.00618497761673937,0.153725174569888,0.0,0.00610720205786467,0.5,0.153725174569888,0.0,0.0158327838484892,0.153725174569888,0.0,0.0126306545564063,0.153725174569888,0.0,0.823484663824177,0.153725174569888,0.0,0.651273019624319,0.153725174569888,0.0,0.449638549467483,0.153725174569888,0.0,0.032999085600197,0.153725174569888,0.0,0.0321028110545152,0.5,0.153725174569888,0.0,0.0192074025074457,0,0.748262225345639,0.991527479200437 -7938,0.5,0.153725174569888,0.0,0.401033786016205,0.153725174569888,0.0,0.863663941971482,0.153725174569888,0.0,0.146742363163877,0.153725174569888,0.0,0.242905244768999,0.153725174569888,0.0,0.243314501138989,0.153725174569888,0.0,0.0360723712522453,0.153725174569888,0.0,0.078320380890754,0.153725174569888,0.0,0.0248908208535196,0.5,0.153725174569888,0.0,0.00686181261289259,0.153725174569888,0.0,0.00648177029524961,0.5,0.153725174569888,0.0,0.012343619755851,0.153725174569888,0.0,0.0131815669492139,0.153725174569888,0.0,0.866032409353721,0.153725174569888,0.0,0.671603028014714,0.153725174569888,0.0,0.437085029155112,0.153725174569888,0.0,0.0342769323298175,0.153725174569888,0.0,0.0313119446231533,0.5,0.153725174569888,0.0,0.0212851446631728,0,0.767688043108744,0.99151379906649 -7939,0.5,0.153725174569888,0.0,0.413975675443497,0.153725174569888,0.0,0.796910949088949,0.153725174569888,0.0,0.142105348696695,0.153725174569888,0.0,0.237953115637692,0.153725174569888,0.0,0.240221066885052,0.153725174569888,0.0,0.0372154257984952,0.153725174569888,0.0,0.0752523140187115,0.153725174569888,0.0,0.0256094599866608,0.5,0.153725174569888,0.0,0.00795223382111479,0.153725174569888,0.0,0.00635927296470346,0.5,0.153725174569888,0.0,0.011264746888609,0.153725174569888,0.0,0.0137007558871401,0.153725174569888,0.0,0.868201985389658,0.153725174569888,0.0,0.669202499733637,0.153725174569888,0.0,0.414661672197921,0.153725174569888,0.0,0.0346638619469717,0.153725174569888,0.0,0.0285219426978657,0.5,0.153725174569888,0.0,0.0231549262362179,0,0.73601972189255,0.995608908934966 -7940,0.5,0.153725174569888,0.0,0.428358941011974,0.153725174569888,0.0,0.80286419815972,0.153725174569888,0.0,0.123951062396715,0.153725174569888,0.0,0.234917825491736,0.153725174569888,0.0,0.242544962113347,0.153725174569888,0.0,0.0394498742096341,0.153725174569888,0.0,0.0716832903871648,0.153725174569888,0.0,0.0254280466099565,0.5,0.153725174569888,0.0,0.00859115312617592,0.153725174569888,0.0,0.00626831992952026,0.5,0.153725174569888,0.0,0.0147073549982285,0.153725174569888,0.0,0.016238381735364,0.153725174569888,0.0,0.850791149316167,0.153725174569888,0.0,0.644493035077062,0.153725174569888,0.0,0.40122742525657,0.153725174569888,0.0,0.033011585174824,0.153725174569888,0.0,0.0280243053522098,0.5,0.153725174569888,0.0,0.0249868708905826,0,0.69260838525499,1.00240847937818 -7941,0.5,0.153725174569888,0.0,0.462296887130882,0.153725174569888,0.0,0.805084092923724,0.153725174569888,0.0,0.114209928723627,0.153725174569888,0.0,0.234257968711458,0.153725174569888,0.0,0.242254623077735,0.153725174569888,0.0,0.0400800573240905,0.153725174569888,0.0,0.0675002237160983,0.153725174569888,0.0,0.0246706249782368,0.5,0.153725174569888,0.0,0.011368557192637,0.153725174569888,0.0,0.00668774145357757,0.5,0.153725174569888,0.0,0.0203910339708411,0.153725174569888,0.0,0.0195035936245743,0.153725174569888,0.0,0.837564540518177,0.153725174569888,0.0,0.627278775699434,0.153725174569888,0.0,0.40271159288801,0.153725174569888,0.0,0.0285052695854749,0.153725174569888,0.0,0.0283552333721407,0.5,0.153725174569888,0.0,0.0278772645370926,0,0.739737957007702,1.00423877115784 -7942,0.5,0.153725174569888,0.0,0.447020742230078,0.153725174569888,0.0,0.79300277697574,0.153725174569888,0.0,0.101003181148424,0.153725174569888,0.0,0.22739654708243,0.153725174569888,0.0,0.230445447241657,0.153725174569888,0.0,0.0396883265078794,0.153725174569888,0.0,0.0551510370505021,0.153725174569888,0.0,0.0288147466680926,0.5,0.153725174569888,0.0,0.0156143915074394,0.153725174569888,0.0,0.00805064988898146,0.5,0.153725174569888,0.0,0.0233053101780543,0.153725174569888,0.0,0.0252139085899211,0.153725174569888,0.0,0.834511776360939,0.153725174569888,0.0,0.612313079407225,0.153725174569888,0.0,0.409359154448314,0.153725174569888,0.0,0.0227993282618156,0.153725174569888,0.0,0.0293735855200975,0.5,0.153725174569888,0.0,0.0283585607803943,0,0.752648417018725,1.00406981105176 -7943,0.5,0.153725174569888,0.0,0.40989679922448,0.153725174569888,0.0,0.80892530783552,0.153725174569888,0.0,0.0796220461464672,0.153725174569888,0.0,0.215766984482105,0.153725174569888,0.0,0.213713264755965,0.153725174569888,0.0,0.0436255584177721,0.153725174569888,0.0,0.0507583301568812,0.153725174569888,0.0,0.0345076244075577,0.5,0.153725174569888,0.0,0.019505219783497,0.153725174569888,0.0,0.00991650387974463,0.5,0.153725174569888,0.0,0.0242585145221999,0.153725174569888,0.0,0.029179604228643,0.153725174569888,0.0,0.84347257555427,0.153725174569888,0.0,0.598342735513333,0.153725174569888,0.0,0.385963377934319,0.153725174569888,0.0,0.0193233115615983,0.153725174569888,0.0,0.029431215644985,0.5,0.153725174569888,0.0,0.0290631366585324,0,0.723223219233608,1.00032501725245 -7944,0.5,0.153725174569888,0.0,0.386836012005231,0.153725174569888,0.0,0.777375746169386,0.153725174569888,0.0,0.0662458953588504,0.153725174569888,0.0,0.209370590215165,0.153725174569888,0.0,0.202667340478368,0.153725174569888,0.0,0.0488804198007573,0.153725174569888,0.0,0.0532049974493015,0.153725174569888,0.0,0.040456918320768,0.5,0.153725174569888,0.0,0.0214179820378819,0.153725174569888,0.0,0.0125127488110419,0.5,0.153725174569888,0.0,0.0263648579151638,0.153725174569888,0.0,0.0329345513257197,0.153725174569888,0.0,0.840912408183008,0.153725174569888,0.0,0.589284877270414,0.153725174569888,0.0,0.347234552322479,0.153725174569888,0.0,0.0179828500684892,0.153725174569888,0.0,0.0288399444184254,0.5,0.153725174569888,0.0,0.033807005930398,0,0.705593975894429,0.995037809313035 -7945,0.5,0.153725174569888,0.0,0.375470881760369,0.153725174569888,0.0,0.717877335060855,0.153725174569888,0.0,0.0575718807284333,0.153725174569888,0.0,0.20615851788951,0.153725174569888,0.0,0.187917346815329,0.153725174569888,0.0,0.0534149355222414,0.153725174569888,0.0,0.0532019390350218,0.153725174569888,0.0,0.0451697046398449,0.5,0.153725174569888,0.0,0.0255317721130385,0.153725174569888,0.0,0.0135369184126666,0.5,0.153725174569888,0.0,0.0263659009803992,0.153725174569888,0.0,0.0351941688600858,0.153725174569888,0.0,0.82192682677693,0.153725174569888,0.0,0.575989566537164,0.153725174569888,0.0,0.351802919509047,0.153725174569888,0.0,0.0210717510471194,0.153725174569888,0.0,0.0283683170562849,0.5,0.153725174569888,0.0,0.0363973344905914,0,0.680943043481074,0.991192345669412 -7946,0.5,0.153725174569888,0.0,0.39594386924917,0.153725174569888,0.0,0.709246864823198,0.153725174569888,0.0,0.0555350234624135,0.153725174569888,0.0,0.207392174607885,0.153725174569888,0.0,0.176845303665472,0.153725174569888,0.0,0.0569611729153367,0.153725174569888,0.0,0.0541878500797792,0.153725174569888,0.0,0.0482856207235425,0.5,0.153725174569888,0.0,0.0299319021256124,0.153725174569888,0.0,0.0143447172390868,0.5,0.153725174569888,0.0,0.0280111898485905,0.153725174569888,0.0,0.0367259872556542,0.153725174569888,0.0,0.787283744395618,0.153725174569888,0.0,0.5672678696101,0.153725174569888,0.0,0.36591099806334,0.153725174569888,0.0,0.0244405781346664,0.153725174569888,0.0,0.0277586879464688,0.5,0.153725174569888,0.0,0.0359982755421814,0,0.684355636406563,0.988346200193805 -7947,0.5,0.153725174569888,0.0,0.415193092603657,0.153725174569888,0.0,0.721930323290121,0.153725174569888,0.0,0.0585406122390026,0.153725174569888,0.0,0.211552077980859,0.153725174569888,0.0,0.168368655625446,0.153725174569888,0.0,0.0561045178957031,0.153725174569888,0.0,0.0571402037059889,0.153725174569888,0.0,0.0503088005504007,0.5,0.153725174569888,0.0,0.0321457121978192,0.153725174569888,0.0,0.0183523380425932,0.5,0.153725174569888,0.0,0.0308926790006434,0.153725174569888,0.0,0.036315145624239,0.153725174569888,0.0,0.751081068974881,0.153725174569888,0.0,0.569032887491634,0.153725174569888,0.0,0.357634564789528,0.153725174569888,0.0,0.0271503683428286,0.153725174569888,0.0,0.0277858432576763,0.5,0.153725174569888,0.0,0.0390568451381253,0,0.714892300790327,0.989257637431191 -7948,0.5,0.153725174569888,0.0,0.433723473092489,0.153725174569888,0.0,0.721389530223455,0.153725174569888,0.0,0.060782762537411,0.153725174569888,0.0,0.228623407008969,0.153725174569888,0.0,0.159568657120809,0.153725174569888,0.0,0.0586892909074531,0.153725174569888,0.0,0.060970873328583,0.153725174569888,0.0,0.0520125478619517,0.5,0.153725174569888,0.0,0.0330420077053857,0.153725174569888,0.0,0.0176321533248207,0.5,0.153725174569888,0.0,0.0367208809222635,0.153725174569888,0.0,0.0372347125403666,0.153725174569888,0.0,0.76438687043174,0.153725174569888,0.0,0.571212059835788,0.153725174569888,0.0,0.356639065970704,0.153725174569888,0.0,0.0310493469595584,0.153725174569888,0.0,0.0294821169359703,0.5,0.153725174569888,0.0,0.0413019168892148,0,0.740650504446211,0.99226739653374 -7949,0.5,0.153725174569888,0.0,0.475775106337993,0.153725174569888,0.0,0.704965417701306,0.153725174569888,0.0,0.0628384844370577,0.153725174569888,0.0,0.24656718027148,0.153725174569888,0.0,0.169100852904388,0.153725174569888,0.0,0.0687654133086586,0.153725174569888,0.0,0.0641386666024738,0.153725174569888,0.0,0.058888191386891,0.5,0.153725174569888,0.0,0.0341773630253489,0.153725174569888,0.0,0.0160450188494533,0.5,0.153725174569888,0.0,0.0445375867666619,0.153725174569888,0.0,0.0391237715309627,0.153725174569888,0.0,0.792225598541412,0.153725174569888,0.0,0.583783909252027,0.153725174569888,0.0,0.382728424734985,0.153725174569888,0.0,0.031423234976004,0.153725174569888,0.0,0.030890195314946,0.5,0.153725174569888,0.0,0.0387516174798642,0,0.761951205891272,0.993739756355805 -7950,0.5,0.153725174569888,0.0,0.504872160587182,0.153725174569888,0.0,0.693244572570038,0.153725174569888,0.0,0.0642831502171351,0.153725174569888,0.0,0.2627721468691,0.153725174569888,0.0,0.180252519842394,0.153725174569888,0.0,0.0846610980011152,0.153725174569888,0.0,0.066515425354747,0.153725174569888,0.0,0.0615949152111063,0.5,0.153725174569888,0.0,0.0364576893955904,0.153725174569888,0.0,0.0166562908590085,0.5,0.153725174569888,0.0,0.0475632691230812,0.153725174569888,0.0,0.0397887129932608,0.153725174569888,0.0,0.796386235471662,0.153725174569888,0.0,0.599201327365721,0.153725174569888,0.0,0.386233485581912,0.153725174569888,0.0,0.0296253218134456,0.153725174569888,0.0,0.0313706831038807,0.5,0.153725174569888,0.0,0.0383268719195341,0,0.801246571686279,0.995072429612739 -7951,0.5,0.153725174569888,0.0,0.523736121304581,0.153725174569888,0.0,0.797291862334336,0.153725174569888,0.0,0.070164398707473,0.153725174569888,0.0,0.269012446848676,0.153725174569888,0.0,0.188451974918414,0.153725174569888,0.0,0.0955377361087063,0.153725174569888,0.0,0.0772898921341467,0.153725174569888,0.0,0.0655915303850847,0.5,0.153725174569888,0.0,0.042003897891572,0.153725174569888,0.0,0.0179903720432629,0.5,0.153725174569888,0.0,0.0523128674965071,0.153725174569888,0.0,0.0421126693741393,0.153725174569888,0.0,0.793102558564039,0.153725174569888,0.0,0.60467703368868,0.153725174569888,0.0,0.417504677941457,0.153725174569888,0.0,0.0294867612429239,0.153725174569888,0.0,0.0334086602903729,0.5,0.153725174569888,0.0,0.041164605443604,0,0.826010641991441,0.994524536015609 -7952,0.5,0.153725174569888,0.0,0.527294398826664,0.153725174569888,0.0,0.738438125606384,0.153725174569888,0.0,0.0842329637753772,0.153725174569888,0.0,0.268414591276956,0.153725174569888,0.0,0.208651376836507,0.153725174569888,0.0,0.0991194980027131,0.153725174569888,0.0,0.091787272354964,0.153725174569888,0.0,0.0712737353041332,0.5,0.153725174569888,0.0,0.0460844330488847,0.153725174569888,0.0,0.0179135204705238,0.5,0.153725174569888,0.0,0.0588813695890118,0.153725174569888,0.0,0.0460055110897356,0.153725174569888,0.0,0.822555609272325,0.153725174569888,0.0,0.606670551601619,0.153725174569888,0.0,0.450258879605306,0.153725174569888,0.0,0.0312883422281514,0.153725174569888,0.0,0.0377867597588149,0.5,0.153725174569888,0.0,0.0470541072351208,0,0.831548528207448,0.99462217014541 -7953,0.5,0.153725174569888,0.00383515971332977,0.532752698805479,0.153725174569888,0.000503032080733655,0.817088967277002,0.153725174569888,0.0101086422608631,0.10161388112774,0.153725174569888,0.0127632581360974,0.283979967588301,0.153725174569888,0.000843024081014042,0.234746956089912,0.153725174569888,0.000880631108759686,0.103033623484124,0.153725174569888,0.00296714812810636,0.0978515282929449,0.153725174569888,0.00258055462001736,0.0727756576764922,0.5,0.153725174569888,0.00533918592967635,0.0481855390555639,0.153725174569888,0.0365521973807147,0.0191473135421527,0.5,0.153725174569888,0.0120773155925536,0.0643878590860093,0.153725174569888,0.0232590182571813,0.050904163158966,0.153725174569888,0.000135332537980992,0.844073779778532,0.153725174569888,0.000233399078646955,0.625362514722462,0.153725174569888,0.00217233131096081,0.48338174541694,0.153725174569888,0.00646410595783611,0.0361980583875107,0.153725174569888,0.0217243740851716,0.0439923135403646,0.5,0.153725174569888,0.05091405469779,0.0529079091094832,0,0.819908465289215,0.9953024676589 -7954,0.5,0.153725174569888,0.0376486459760388,0.574936938642553,0.153725174569888,0.0101028069765946,0.846729522858541,0.153725174569888,0.0901727380157441,0.121664444919305,0.153725174569888,0.0761939358640151,0.33166013860558,0.153725174569888,0.0769264194064117,0.299070848392634,0.153725174569888,0.0699472596028897,0.106931565825498,0.153725174569888,0.105352468825744,0.0990446562074105,0.153725174569888,0.0808154220970099,0.07428145658714,0.5,0.153725174569888,0.107589778676668,0.0569076821912696,0.153725174569888,0.173927143717501,0.0237104163748035,0.5,0.153725174569888,0.138144597432204,0.0839057494473082,0.153725174569888,0.158572380362925,0.0533225220970704,0.153725174569888,0.0128263527750005,0.862364346611235,0.153725174569888,0.0321974361885008,0.689761740592362,0.153725174569888,0.0419564147850201,0.53370437848524,0.153725174569888,0.116438509636522,0.0372417457150326,0.153725174569888,0.139271782610809,0.0489561563983144,0.5,0.153725174569888,0.182074430768849,0.0656469586195834,0,0.839348067678412,0.995948637656627 -7955,0.5,0.153725174569888,0.066107404739092,0.616579601609466,0.153725174569888,0.0247330662733153,0.811315162107706,0.153725174569888,0.168459131224931,0.151555087869105,0.153725174569888,0.125883863065489,0.408163006791405,0.153725174569888,0.179767595994061,0.384703746578351,0.153725174569888,0.153569814204045,0.114115480205504,0.153725174569888,0.237950400615902,0.106561230248459,0.153725174569888,0.208668032525035,0.0881462390077152,0.5,0.153725174569888,0.232567859132244,0.0865297209862535,0.153725174569888,0.313159331307033,0.0340170601724888,0.5,0.153725174569888,0.278531764987215,0.186927864802081,0.153725174569888,0.298937577199607,0.0773771860306672,0.153725174569888,0.0295661835640941,0.867748510453376,0.153725174569888,0.0735694598176423,0.753165018701035,0.153725174569888,0.0824291652423084,0.568832195217985,0.153725174569888,0.22354565068025,0.0402851056486443,0.153725174569888,0.262008207192389,0.0861807780281947,0.5,0.153725174569888,0.300380755107212,0.12167643546187,0,0.860418104267417,0.994570667334303 -7956,0.5,0.153725174569888,0.0890146719706536,0.653472379000976,0.153725174569888,0.0442591971045277,0.818476130698321,0.153725174569888,0.226567111195228,0.19655749547252,0.153725174569888,0.15463669743089,0.475438333789911,0.153725174569888,0.258230658724472,0.491120308845286,0.153725174569888,0.217321120099098,0.131853470725504,0.153725174569888,0.325618590682053,0.138348085779363,0.153725174569888,0.321368250976881,0.154210233881868,0.5,0.153725174569888,0.344913103047113,0.135587135473715,0.153725174569888,0.403298970342141,0.037320210337958,0.5,0.153725174569888,0.385623873759143,0.21990304097648,0.153725174569888,0.384180029263304,0.0999293216113176,0.153725174569888,0.0396422774089179,0.857744311391057,0.153725174569888,0.0889407185265922,0.780344068294865,0.153725174569888,0.112681181896027,0.600859877309584,0.153725174569888,0.294610935167017,0.0514236319585631,0.153725174569888,0.354000349758795,0.137010359048523,0.5,0.153725174569888,0.375777700911199,0.163244766414899,0,0.862292276996284,0.993404158011437 -7957,0.5,0.153725174569888,0.0855411989664404,0.703431574354046,0.153725174569888,0.0596848028959287,0.859492115325431,0.153725174569888,0.253209116283064,0.243477222730213,0.153725174569888,0.160823774481459,0.539435558327177,0.153725174569888,0.282195775550381,0.539327187865558,0.153725174569888,0.266721048704748,0.15221847983094,0.153725174569888,0.358124775717778,0.158460682454523,0.153725174569888,0.379881005435723,0.200774516646966,0.5,0.153725174569888,0.399643507653984,0.176315087781002,0.153725174569888,0.429522341898222,0.0476587461003423,0.5,0.153725174569888,0.425694811625718,0.27789072433339,0.153725174569888,0.415691629846483,0.124154753817847,0.153725174569888,0.0426578977632346,0.848021528008874,0.153725174569888,0.078368737910192,0.785295708259661,0.153725174569888,0.123371269823892,0.604653636611462,0.153725174569888,0.319929261681903,0.0686829417883736,0.153725174569888,0.38264210895902,0.154629388233474,0.5,0.153725174569888,0.383014725066916,0.171730694129332,0,0.863233444183606,0.995159103292209 -7958,0.5,0.153725174569888,0.0908096138674041,0.693895417458565,0.153725174569888,0.056315077802269,0.853659621308416,0.153725174569888,0.234245640071412,0.298807312531922,0.153725174569888,0.135657014842791,0.560646356617125,0.153725174569888,0.230357247634111,0.549789384171843,0.153725174569888,0.291466356172716,0.16906332113427,0.153725174569888,0.317193833812055,0.179449895752969,0.153725174569888,0.368304133338621,0.205967796456148,0.5,0.153725174569888,0.375637041659887,0.191297785553352,0.153725174569888,0.403117503526852,0.0638383881665697,0.5,0.153725174569888,0.394958374663008,0.290682651243095,0.153725174569888,0.393185619948249,0.116570383773791,0.153725174569888,0.040550952995427,0.861938907633314,0.153725174569888,0.0618176781658729,0.764345020156248,0.153725174569888,0.1139188412602,0.607745496933134,0.153725174569888,0.289472546578474,0.087089345808567,0.153725174569888,0.32784555272088,0.169859231498532,0.5,0.153725174569888,0.345263687142117,0.191463233263028,0,0.863705839102082,0.99701239763779 -7959,0.5,0.153725174569888,0.0620727512297777,0.632913685970826,0.153725174569888,0.0333693293134693,0.811145433219249,0.153725174569888,0.150078994379827,0.308559803223815,0.153725174569888,0.0696794631287767,0.545823378406977,0.153725174569888,0.139323584829874,0.55650792385487,0.153725174569888,0.248788129177328,0.193219732747825,0.153725174569888,0.213361725344562,0.183524568265771,0.153725174569888,0.279250805044844,0.180198865323074,0.5,0.153725174569888,0.28802787129995,0.164328317501204,0.153725174569888,0.29132610811329,0.0648084940663512,0.5,0.153725174569888,0.300134249019941,0.307314858470429,0.153725174569888,0.297384523910998,0.102577171866153,0.153725174569888,0.022496741098537,0.849281019048256,0.153725174569888,0.0371986400540352,0.729220801485382,0.153725174569888,0.0699300559472446,0.576488264930974,0.153725174569888,0.188265837102072,0.100885746907727,0.153725174569888,0.230401709963725,0.175378412893956,0.5,0.153725174569888,0.25664236885649,0.171771339038755,0,0.852796528995497,0.997682148341415 -7960,0.5,0.153725174569888,0.0,0.577382816322309,0.153725174569888,0.0,0.732279845048574,0.153725174569888,0.0,0.30607742244036,0.153725174569888,0.0,0.508050721663612,0.153725174569888,0.00866449755474582,0.545461227742393,0.153725174569888,0.0696880626725108,0.215015662703002,0.153725174569888,0.0374869045666015,0.179390560587913,0.153725174569888,0.0608845045711371,0.142722123948803,0.5,0.153725174569888,0.0761660535948861,0.12574195803159,0.153725174569888,0.0819610615549599,0.0570361352831164,0.5,0.153725174569888,0.0589506018110394,0.277729919029331,0.153725174569888,0.086865141850195,0.0960426616660135,0.153725174569888,0.0,0.813574899956299,0.153725174569888,0.0,0.698711511813911,0.153725174569888,0.0,0.523969343480317,0.153725174569888,0.0191646513588417,0.109426973597978,0.153725174569888,0.0187686642050886,0.164879248378475,0.5,0.153725174569888,0.0203039785630127,0.15372515626735,0,0.814124003565527,1.00002165388958 -7961,0.5,0.153725174569888,0.0,0.575981929025016,0.153725174569888,0.0,0.71361177160181,0.153725174569888,0.0,0.339305233522917,0.153725174569888,0.0,0.516522634030568,0.153725174569888,0.0,0.541290465044669,0.153725174569888,0.0,0.228395281140293,0.153725174569888,0.0,0.192380515271025,0.153725174569888,0.0,0.129801750447104,0.5,0.153725174569888,0.0,0.124251074460116,0.153725174569888,0.0,0.0507112741124183,0.5,0.153725174569888,0.0,0.265734460645683,0.153725174569888,0.0,0.103396590552574,0.153725174569888,0.0,0.782747603166206,0.153725174569888,0.0,0.677612343691902,0.153725174569888,0.0,0.495262328086224,0.153725174569888,0.0,0.133404425428292,0.153725174569888,0.0,0.15979195457977,0.5,0.153725174569888,0.0,0.138325524138875,0,0.837035540666048,1.00495120458149 -7962,0.5,0.153725174569888,0.0,0.602654770628705,0.153725174569888,0.0,0.773400771763008,0.153725174569888,0.0,0.365626853836378,0.153725174569888,0.0,0.551283890797378,0.153725174569888,0.0,0.558518105080748,0.153725174569888,0.0,0.229102085875462,0.153725174569888,0.0,0.247556963411652,0.153725174569888,0.0,0.117944501811782,0.5,0.153725174569888,0.0,0.134793748321235,0.153725174569888,0.0,0.0476888038197023,0.5,0.153725174569888,0.0,0.279016086314749,0.153725174569888,0.0,0.10441231962508,0.153725174569888,0.0,0.778958719778312,0.153725174569888,0.0,0.669779909101871,0.153725174569888,0.0,0.519890543221385,0.153725174569888,0.0,0.179931980047891,0.153725174569888,0.0,0.146578048341053,0.5,0.153725174569888,0.0,0.119801576701843,0,0.855711664227515,1.00689996454595 -7963,0.5,0.153725174569888,0.0,0.632151924150279,0.153725174569888,0.0,0.794732292750379,0.153725174569888,0.0,0.358140111752704,0.153725174569888,0.0,0.574358889861554,0.153725174569888,0.0,0.546253416464592,0.153725174569888,0.0,0.229065938039111,0.153725174569888,0.0,0.314894715683458,0.153725174569888,0.0,0.119950768403443,0.5,0.153725174569888,0.0,0.168193871076996,0.153725174569888,0.0,0.0460901064153735,0.5,0.153725174569888,0.0,0.304146732584991,0.153725174569888,0.0,0.102072606348358,0.153725174569888,0.0,0.782226744934852,0.153725174569888,0.0,0.661422457950557,0.153725174569888,0.0,0.549258464270908,0.153725174569888,0.0,0.157535254434498,0.153725174569888,0.0,0.145648929008515,0.5,0.153725174569888,0.0,0.116691390073802,0,0.831379197834981,1.00724726281339 -7964,0.5,0.153725174569888,0.0,0.675353241404804,0.153725174569888,0.0,0.706134286432883,0.153725174569888,0.0,0.381892874370956,0.153725174569888,0.0,0.593015687890299,0.153725174569888,0.0,0.504251415287319,0.153725174569888,0.0,0.234324806936793,0.153725174569888,0.0,0.317815627585681,0.153725174569888,0.0,0.126246337735206,0.5,0.153725174569888,0.0,0.199145829640079,0.153725174569888,0.0,0.0434473072228928,0.5,0.153725174569888,0.0,0.309400805785129,0.153725174569888,0.0,0.0944667297430757,0.153725174569888,0.0,0.741759294237148,0.153725174569888,0.0,0.645088777012473,0.153725174569888,0.0,0.578484053228922,0.153725174569888,0.0,0.118631021335039,0.153725174569888,0.0,0.156077592075263,0.5,0.153725174569888,0.0,0.122796945622083,0,0.826324623932097,1.00628392527549 -7965,0.5,0.153725174569888,0.0,0.711132994356451,0.153725174569888,0.0,0.717378366621762,0.153725174569888,0.0,0.453612865194091,0.153725174569888,0.0,0.594720335567236,0.153725174569888,0.0,0.473755671862162,0.153725174569888,0.0,0.239287982434449,0.153725174569888,0.0,0.291223006772458,0.153725174569888,0.0,0.124041773009986,0.5,0.153725174569888,0.0,0.168875319810722,0.153725174569888,0.0,0.0449530583956862,0.5,0.153725174569888,0.0,0.271163796563738,0.153725174569888,0.0,0.0842012150471994,0.153725174569888,0.0,0.719662168094422,0.153725174569888,0.0,0.628501427313131,0.153725174569888,0.0,0.606967130386567,0.153725174569888,0.0,0.137729191693438,0.153725174569888,0.0,0.157708695519499,0.5,0.153725174569888,0.0,0.128697350753303,0,0.826827429604359,1.00601639769824 -7966,0.5,0.153725174569888,0.0,0.694280681956808,0.153725174569888,0.0,0.748326295234908,0.153725174569888,0.0,0.535170806566864,0.153725174569888,0.0,0.587229457954279,0.153725174569888,0.0,0.501505941305053,0.153725174569888,0.0,0.241749057498647,0.153725174569888,0.0,0.278071707864246,0.153725174569888,0.0,0.11101938132708,0.5,0.153725174569888,0.0,0.13676164245461,0.153725174569888,0.0,0.0413345568699779,0.5,0.153725174569888,0.0,0.23969881237668,0.153725174569888,0.0,0.0719934208015761,0.153725174569888,0.0,0.706506136273878,0.153725174569888,0.0,0.628607906087297,0.153725174569888,0.0,0.64950991440652,0.153725174569888,0.0,0.176426579128886,0.153725174569888,0.0,0.151505564751727,0.5,0.153725174569888,0.0,0.123349704002092,0,0.813187203079441,1.00460207942429 -7967,0.5,0.153725174569888,0.0,0.6893119062741,0.153725174569888,0.0,0.765346262181429,0.153725174569888,0.0,0.574298019392934,0.153725174569888,0.0,0.587560937772871,0.153725174569888,0.0,0.531255691621839,0.153725174569888,0.0,0.226545032205367,0.153725174569888,0.0,0.330222126100016,0.153725174569888,0.0,0.095887454996045,0.5,0.153725174569888,0.0,0.0949481242011137,0.153725174569888,0.0,0.0438057974232207,0.5,0.153725174569888,0.0,0.216931379631555,0.153725174569888,0.0,0.0677199278800162,0.153725174569888,0.0,0.684716495832951,0.153725174569888,0.0,0.645819004787929,0.153725174569888,0.0,0.700443398565336,0.153725174569888,0.0,0.173324405074975,0.153725174569888,0.0,0.14994920235171,0.5,0.153725174569888,0.0,0.12125713962826,0,0.818341214982844,0.997416991889094 -7968,0.5,0.153725174569888,0.0,0.6754289455275,0.153725174569888,0.0,0.807344770040278,0.153725174569888,0.0,0.554527451473694,0.153725174569888,0.0,0.582322088212578,0.153725174569888,0.0,0.572139246744914,0.153725174569888,0.0,0.222553217418673,0.153725174569888,0.0,0.367451849534307,0.153725174569888,0.0,0.0694585345152837,0.5,0.153725174569888,0.0,0.0733419531225182,0.153725174569888,0.0,0.0441892251583453,0.5,0.153725174569888,0.0,0.214819972407205,0.153725174569888,0.0,0.0660912235799506,0.153725174569888,0.0,0.679862139500974,0.153725174569888,0.0,0.689636688834391,0.153725174569888,0.0,0.706865772465191,0.153725174569888,0.0,0.168972028746277,0.153725174569888,0.0,0.159368273661174,0.5,0.153725174569888,0.0,0.124502661746116,0,0.818953459839776,0.990827502061837 -7969,0.5,0.153725174569888,0.0,0.661286720703599,0.153725174569888,0.0,0.841603730528736,0.153725174569888,0.0,0.502155552256543,0.153725174569888,0.0,0.58313371924235,0.153725174569888,0.0,0.64512146799804,0.153725174569888,0.0,0.230825412959712,0.153725174569888,0.0,0.375595305105536,0.153725174569888,0.0,0.0569263023582017,0.5,0.153725174569888,0.0,0.0667372134334138,0.153725174569888,0.0,0.0418803747594752,0.5,0.153725174569888,0.0,0.253992813381482,0.153725174569888,0.0,0.06199190193771,0.153725174569888,0.0,0.727206514567735,0.153725174569888,0.0,0.724943915721518,0.153725174569888,0.0,0.688985866591023,0.153725174569888,0.0,0.196957086450003,0.153725174569888,0.0,0.179569590726795,0.5,0.153725174569888,0.0,0.125631356227872,0,0.816170736053022,0.97898907890292 -7970,0.5,0.153725174569888,0.0,0.661743370599372,0.153725174569888,0.0,0.859891926194282,0.153725174569888,0.0,0.463349831409295,0.153725174569888,0.0,0.57084095665657,0.153725174569888,0.0,0.672685632607571,0.153725174569888,0.0,0.266105644715135,0.153725174569888,0.0,0.368763332034442,0.153725174569888,0.0,0.0588450627410048,0.5,0.153725174569888,0.0,0.0627921754147418,0.153725174569888,0.0,0.0340574878686247,0.5,0.153725174569888,0.0,0.279406648717143,0.153725174569888,0.0,0.0660105444509067,0.153725174569888,0.0,0.764300318507615,0.153725174569888,0.0,0.735492365138099,0.153725174569888,0.0,0.680105282226549,0.153725174569888,0.0,0.216310807945164,0.153725174569888,0.0,0.187547823401593,0.5,0.153725174569888,0.0,0.114740020508898,0,0.810729519700882,0.965320836487282 -7971,0.5,0.153725174569888,0.0,0.668089129757577,0.153725174569888,0.0,0.833953918099475,0.153725174569888,0.0,0.458751166156628,0.153725174569888,0.0,0.569094960568685,0.153725174569888,0.0,0.601213983740273,0.153725174569888,0.0,0.267295427860161,0.153725174569888,0.0,0.378340869603278,0.153725174569888,0.0,0.0739144642632093,0.5,0.153725174569888,0.0,0.0683500986227726,0.153725174569888,0.0,0.0280574129129545,0.5,0.153725174569888,0.0,0.351035993220836,0.153725174569888,0.0,0.0629646757300592,0.153725174569888,0.0,0.793849252467401,0.153725174569888,0.0,0.721787724565936,0.153725174569888,0.0,0.678915063498614,0.153725174569888,0.0,0.22912701112677,0.153725174569888,0.0,0.189604290228938,0.5,0.153725174569888,0.0,0.101369878395963,0,0.796830589001339,0.956707955955491 -7972,0.5,0.153725174569888,0.0,0.66129554519867,0.153725174569888,0.0,0.818583384576109,0.153725174569888,0.0,0.476206708377568,0.153725174569888,0.0,0.577813157636223,0.153725174569888,0.0,0.584548410801298,0.153725174569888,0.0,0.263983798527865,0.153725174569888,0.0,0.364107777074026,0.153725174569888,0.0,0.0791623205596411,0.5,0.153725174569888,0.0,0.0772555122964375,0.153725174569888,0.0,0.0262379151547407,0.5,0.153725174569888,0.0,0.396410027664507,0.153725174569888,0.0,0.0603772335260221,0.153725174569888,0.0,0.784332620863836,0.153725174569888,0.0,0.728800744549922,0.153725174569888,0.0,0.692088833147797,0.153725174569888,0.0,0.209404029652277,0.153725174569888,0.0,0.170887260341117,0.5,0.153725174569888,0.0,0.0917576883030997,0,0.809174208584744,0.967398754804831 -7973,0.5,0.153725174569888,0.0,0.651211825761996,0.153725174569888,0.0,0.813688085359905,0.153725174569888,0.0,0.500938335562705,0.153725174569888,0.0,0.581650768763246,0.153725174569888,0.0,0.598329762563246,0.153725174569888,0.0,0.258231502766625,0.153725174569888,0.0,0.350838001893796,0.153725174569888,0.0,0.0603476543302167,0.5,0.153725174569888,0.0,0.0801351169419648,0.153725174569888,0.0,0.0303976006046832,0.5,0.153725174569888,0.0,0.36723677142722,0.153725174569888,0.0,0.0588573730167892,0.153725174569888,0.0,0.772907455420826,0.153725174569888,0.0,0.744489906734457,0.153725174569888,0.0,0.701674297753859,0.153725174569888,0.0,0.185443567390142,0.153725174569888,0.0,0.190819429137414,0.5,0.153725174569888,0.0,0.0864554392503639,0,0.824359025745292,0.989070392839963 -7974,0.5,0.153725174569888,0.0,0.647292484945169,0.153725174569888,0.0,0.798125852531428,0.153725174569888,0.0,0.505958705131977,0.153725174569888,0.0,0.586941336664263,0.153725174569888,0.0,0.649496957978176,0.153725174569888,0.0,0.254882068789132,0.153725174569888,0.0,0.361965287800219,0.153725174569888,0.0,0.0454514028493673,0.5,0.153725174569888,0.0,0.0816357586039484,0.153725174569888,0.0,0.0345647807796335,0.5,0.153725174569888,0.0,0.378299182160351,0.153725174569888,0.0,0.0579944282385995,0.153725174569888,0.0,0.749929796221844,0.153725174569888,0.0,0.742687407779175,0.153725174569888,0.0,0.700622634091266,0.153725174569888,0.0,0.20032059949633,0.153725174569888,0.0,0.213609249781,0.5,0.153725174569888,0.0,0.095337467024495,0,0.816068788872196,0.997867150568688 -7975,0.5,0.153725174569888,0.0,0.631243538775156,0.153725174569888,0.0,0.769123454124832,0.153725174569888,0.0,0.495005158141024,0.153725174569888,0.0,0.569370747058762,0.153725174569888,0.0,0.695826436908024,0.153725174569888,0.0,0.245963395725738,0.153725174569888,0.0,0.417399475249826,0.153725174569888,0.0,0.0426417569521146,0.5,0.153725174569888,0.0,0.0845026629889188,0.153725174569888,0.0,0.0330847606564659,0.5,0.153725174569888,0.0,0.417420990891826,0.153725174569888,0.0,0.0669211182708898,0.153725174569888,0.0,0.717529297115289,0.153725174569888,0.0,0.745203947559132,0.153725174569888,0.0,0.678782142038612,0.153725174569888,0.0,0.230837942751543,0.153725174569888,0.0,0.230411130496296,0.5,0.153725174569888,0.0,0.101611367399888,0,0.792764472356789,1.0037456368749 -7976,0.5,0.153725174569888,0.0,0.614641875391793,0.153725174569888,0.0,0.738786582213957,0.153725174569888,0.0,0.484680219578458,0.153725174569888,0.0,0.537677199098931,0.153725174569888,0.0,0.705351317489224,0.153725174569888,0.0,0.272966551817434,0.153725174569888,0.0,0.438292944600528,0.153725174569888,0.0,0.0561781882851364,0.5,0.153725174569888,0.0,0.089600786202358,0.153725174569888,0.0,0.0359230875228797,0.5,0.153725174569888,0.0,0.459568202276536,0.153725174569888,0.0,0.0692660515579623,0.153725174569888,0.0,0.695027653710243,0.153725174569888,0.0,0.755508775247939,0.153725174569888,0.0,0.659954872470108,0.153725174569888,0.0,0.237759576012839,0.153725174569888,0.0,0.249400303296535,0.5,0.153725174569888,0.0,0.106128142496541,0,0.761806278774313,1.00502952947335 -7977,0.5,0.153725174569888,0.00259992502587966,0.617682436830945,0.153725174569888,0.000810771174352663,0.7284141208483,0.153725174569888,0.00219047998507851,0.463584822067127,0.153725174569888,0.00773576280142995,0.531062866523214,0.153725174569888,0.000138742292071361,0.69327862603091,0.153725174569888,0.000664308557988771,0.320766979097329,0.153725174569888,0.00146786067759867,0.430217320084968,0.153725174569888,0.00235065290672046,0.0699969428015892,0.5,0.153725174569888,0.00202493361972833,0.105179996888996,0.153725174569888,0.0228948548826642,0.0400542470894375,0.5,0.153725174569888,0.00449441428762048,0.515255097218516,0.153725174569888,0.0197644291697096,0.0727946659103569,0.153725174569888,0.000132636031062862,0.686999919945414,0.153725174569888,0.00013998863916116,0.748632882510964,0.153725174569888,0.0011659746439334,0.656696348723841,0.153725174569888,0.00178734069470442,0.208082909841743,0.153725174569888,0.00419803201057712,0.276271718757643,0.5,0.153725174569888,0.0213973100711461,0.131679649439755,0,0.754901980054725,1.00677150953442 -7978,0.5,0.153725174569888,0.0317006441977838,0.652687253462192,0.153725174569888,0.0322180765608897,0.750189856943176,0.153725174569888,0.0233390429170043,0.440959364303646,0.153725174569888,0.0600777944210536,0.551646881768524,0.153725174569888,0.018341265092439,0.723005990019746,0.153725174569888,0.0880369340819902,0.331427760455117,0.153725174569888,0.0528530517179696,0.490888417076005,0.153725174569888,0.0874348114092608,0.0761523820991715,0.5,0.153725174569888,0.0331814849604318,0.138669491081771,0.153725174569888,0.109131387427267,0.0511345646552012,0.5,0.153725174569888,0.0499694567472293,0.528793570224998,0.153725174569888,0.141384121977799,0.0920264337172338,0.153725174569888,0.0382120297025594,0.702516143421529,0.153725174569888,0.0245300955755595,0.750245164994686,0.153725174569888,0.0244484393200288,0.676357935811926,0.153725174569888,0.0235099577406203,0.219665700964251,0.153725174569888,0.0332773587069503,0.298831165172574,0.5,0.153725174569888,0.0830448624959103,0.165573366362427,0,0.788575737192573,1.0062010810267 -7979,0.5,0.153725174569888,0.0629759757756977,0.680335710891341,0.153725174569888,0.0711132296126817,0.774659429992105,0.153725174569888,0.0510326742122658,0.475371994326174,0.153725174569888,0.122489219860793,0.594721954854938,0.153725174569888,0.0488401356925776,0.722797914548197,0.153725174569888,0.212520831885554,0.312562228722314,0.153725174569888,0.132124425773372,0.548519413431651,0.153725174569888,0.172926697651649,0.0999814218662612,0.5,0.153725174569888,0.0688225728430457,0.18116031393867,0.153725174569888,0.185500615206841,0.0555174519796761,0.5,0.153725174569888,0.101566948476418,0.473737240279432,0.153725174569888,0.254986245235238,0.108846473583654,0.153725174569888,0.106570113436297,0.711176187070711,0.153725174569888,0.0646123653325891,0.761290841243964,0.153725174569888,0.0585529397683611,0.695581611599511,0.153725174569888,0.0524200449357185,0.261994060128065,0.153725174569888,0.0657192748000793,0.343765874799902,0.5,0.153725174569888,0.135912201189409,0.202161383066472,0,0.805481797205162,0.995686990789335 -7980,0.5,0.153725174569888,0.0857924397494987,0.694637995221574,0.153725174569888,0.0953306600278393,0.808494997501486,0.153725174569888,0.071755043327494,0.466326645303062,0.153725174569888,0.16073059214276,0.628163639395798,0.153725174569888,0.0761938537944569,0.691454151230265,0.153725174569888,0.314627759338733,0.301140931326135,0.153725174569888,0.222079273222007,0.550072504671765,0.153725174569888,0.231078414842313,0.122761628129935,0.5,0.153725174569888,0.0968924465671437,0.197114840499166,0.153725174569888,0.234054788119864,0.0583001114665597,0.5,0.153725174569888,0.143159777462093,0.421039574163261,0.153725174569888,0.331439020069089,0.104647557701384,0.153725174569888,0.128362083099474,0.721356721041302,0.153725174569888,0.0924140660571214,0.776906320326621,0.153725174569888,0.0857108385692012,0.722518971921878,0.153725174569888,0.0789454228119586,0.288084725402811,0.153725174569888,0.0900351889015279,0.354318022389261,0.5,0.153725174569888,0.176454654093315,0.19893672479348,0,0.799377973500094,0.982303942183271 -7981,0.5,0.153725174569888,0.0957406872630976,0.691276314795155,0.153725174569888,0.100084218474387,0.834510441726551,0.153725174569888,0.0763554459391955,0.519598116769827,0.153725174569888,0.163666803611356,0.663421042616871,0.153725174569888,0.0899823296835408,0.642168734805799,0.153725174569888,0.382872082271179,0.296567932952885,0.153725174569888,0.269463683154329,0.518443855274157,0.153725174569888,0.260820365980621,0.153139949703324,0.5,0.153725174569888,0.109863359192881,0.208403540020699,0.153725174569888,0.251485146947814,0.0641928758601385,0.5,0.153725174569888,0.150262009998602,0.431777113174962,0.153725174569888,0.357973962914079,0.10701558981533,0.153725174569888,0.125131969383072,0.706363934860161,0.153725174569888,0.0941520324700849,0.739772351664595,0.153725174569888,0.099037363731417,0.748467262284503,0.153725174569888,0.0918539852834375,0.268093750927563,0.153725174569888,0.094312580140755,0.347637902470549,0.5,0.153725174569888,0.180538441806217,0.233269062893683,0,0.798244838387871,0.98032336289549 -7982,0.5,0.153725174569888,0.0838262208809482,0.68576079867639,0.153725174569888,0.0897294171877151,0.80205177670677,0.153725174569888,0.0635670704529015,0.592760881293491,0.153725174569888,0.13364975438318,0.677270907236925,0.153725174569888,0.0778084777036657,0.652160767106781,0.153725174569888,0.365393451945106,0.316357408240952,0.153725174569888,0.23911683972064,0.481596382283671,0.153725174569888,0.242552560070296,0.141776089994688,0.5,0.153725174569888,0.0994200892825406,0.187616459167736,0.153725174569888,0.230081896077135,0.0666869836854966,0.5,0.153725174569888,0.134256788533188,0.414729608935692,0.153725174569888,0.332489118359755,0.091771013704858,0.153725174569888,0.109719736702219,0.648386051561482,0.153725174569888,0.0757985627929879,0.709837340130542,0.153725174569888,0.0954178925655574,0.712522451063946,0.153725174569888,0.0758767842543503,0.273670472563367,0.153725174569888,0.074885831270079,0.335709654604411,0.5,0.153725174569888,0.154340557204831,0.221259785101193,0,0.807226677736422,0.989368736733414 -7983,0.5,0.153725174569888,0.0488290092143898,0.670529177169797,0.153725174569888,0.0516937288358506,0.698423861405487,0.153725174569888,0.0362820148235669,0.589607701202731,0.153725174569888,0.0853834879606285,0.664625718019995,0.153725174569888,0.0474004804571654,0.672467713966915,0.153725174569888,0.280395726278752,0.301697261086354,0.153725174569888,0.168483938328662,0.48015378040628,0.153725174569888,0.166147487455292,0.109348644520914,0.5,0.153725174569888,0.0662193484927876,0.170312793127442,0.153725174569888,0.160000755159002,0.0727128688624008,0.5,0.153725174569888,0.0849722036722303,0.382930490564254,0.153725174569888,0.256533026876015,0.0949981026007305,0.153725174569888,0.0666435612808106,0.586823713353985,0.153725174569888,0.0435229613227349,0.704390271379144,0.153725174569888,0.0565748164317403,0.624267816511861,0.153725174569888,0.0415673259099268,0.251541106021113,0.153725174569888,0.0431482208779468,0.33326211459909,0.5,0.153725174569888,0.0933038301417806,0.201145650763072,0,0.832268108150358,0.99730875715888 -7984,0.5,0.153725174569888,0.0,0.610977825986097,0.153725174569888,0.0,0.603479917199073,0.153725174569888,0.0,0.500232427241389,0.153725174569888,0.0,0.624305027098252,0.153725174569888,0.000519379106007254,0.658058314980321,0.153725174569888,0.0600199971535308,0.270102919252218,0.153725174569888,0.0217685467437417,0.457607057394321,0.153725174569888,0.0381558714243616,0.093824697604151,0.5,0.153725174569888,0.0177949263806049,0.162151761241776,0.153725174569888,0.0568689574053224,0.0723970321637824,0.5,0.153725174569888,0.0232040867421954,0.345944374889882,0.153725174569888,0.0697617170348382,0.10774273005469,0.153725174569888,0.0,0.525576440911484,0.153725174569888,0.0,0.705418134723656,0.153725174569888,0.0,0.558631738305931,0.153725174569888,0.00376638072421474,0.227440506691531,0.153725174569888,0.00430255650289636,0.306035809361901,0.5,0.153725174569888,0.0139771439351436,0.183470277246786,0,0.821828677081366,1.00014244457649 -7985,0.5,0.153725174569888,0.0,0.533602584145607,0.153725174569888,0.0,0.627801430433603,0.153725174569888,0.0,0.429640679349982,0.153725174569888,0.0,0.567787009592087,0.153725174569888,0.0,0.625351025817174,0.153725174569888,0.0,0.27370809564779,0.153725174569888,0.0,0.40996411287528,0.153725174569888,0.0,0.0866548950593205,0.5,0.153725174569888,0.0,0.153134517618678,0.153725174569888,0.0,0.0691523208107336,0.5,0.153725174569888,0.0,0.333077691933873,0.153725174569888,0.0,0.110925508019707,0.153725174569888,0.0,0.519804102583624,0.153725174569888,0.0,0.698359704024999,0.153725174569888,0.0,0.575907366350169,0.153725174569888,0.0,0.208492170908458,0.153725174569888,0.0,0.287017968852919,0.5,0.153725174569888,0.0,0.147093448497798,0,0.795226009264666,0.996174522986272 -7986,0.5,0.153725174569888,0.0,0.492950459896166,0.153725174569888,0.0,0.609421933293279,0.153725174569888,0.0,0.448664716485482,0.153725174569888,0.0,0.519397024614916,0.153725174569888,0.0,0.602752159453179,0.153725174569888,0.0,0.248990172392361,0.153725174569888,0.0,0.379941836508625,0.153725174569888,0.0,0.0859889471605502,0.5,0.153725174569888,0.0,0.168020730872086,0.153725174569888,0.0,0.0582612287868305,0.5,0.153725174569888,0.0,0.335417432188763,0.153725174569888,0.0,0.105831394576436,0.153725174569888,0.0,0.535302565086786,0.153725174569888,0.0,0.674789553241007,0.153725174569888,0.0,0.601815786621388,0.153725174569888,0.0,0.192827089019968,0.153725174569888,0.0,0.264674170748025,0.5,0.153725174569888,0.0,0.127683219224218,0,0.792199463342176,0.995326407544205 -7987,0.5,0.153725174569888,0.0,0.48793960551111,0.153725174569888,0.0,0.571899087531554,0.153725174569888,0.0,0.449856305429631,0.153725174569888,0.0,0.496025552024433,0.153725174569888,0.0,0.537671451225606,0.153725174569888,0.0,0.245748779426154,0.153725174569888,0.0,0.330097044567563,0.153725174569888,0.0,0.103472718607136,0.5,0.153725174569888,0.0,0.157760536289284,0.153725174569888,0.0,0.038205397619061,0.5,0.153725174569888,0.0,0.306790055223556,0.153725174569888,0.0,0.0958487085994012,0.153725174569888,0.0,0.541051698532996,0.153725174569888,0.0,0.615352602047069,0.153725174569888,0.0,0.572593452342806,0.153725174569888,0.0,0.164520464484604,0.153725174569888,0.0,0.241332557534665,0.5,0.153725174569888,0.0,0.10761609557189,0,0.767804416004372,0.993137684764807 -7988,0.5,0.153725174569888,0.0,0.466935939406751,0.153725174569888,0.0,0.520185090974426,0.153725174569888,0.0,0.398361904512639,0.153725174569888,0.0,0.495437917680857,0.153725174569888,0.0,0.482347240318411,0.153725174569888,0.0,0.212991172024749,0.153725174569888,0.0,0.328456182051709,0.153725174569888,0.0,0.10367734144111,0.5,0.153725174569888,0.0,0.133584815302405,0.153725174569888,0.0,0.0301149820385236,0.5,0.153725174569888,0.0,0.304742244778863,0.153725174569888,0.0,0.0838932022750265,0.153725174569888,0.0,0.546956932408628,0.153725174569888,0.0,0.558280887866989,0.153725174569888,0.0,0.515429074304332,0.153725174569888,0.0,0.130469603419195,0.153725174569888,0.0,0.223394913842154,0.5,0.153725174569888,0.0,0.0869838117199372,0,0.728777861362748,0.981163835094867 -7989,0.5,0.153725174569888,0.0,0.430003332032166,0.153725174569888,0.0,0.506679088857757,0.153725174569888,0.0,0.322865253392159,0.153725174569888,0.0,0.473689649137182,0.153725174569888,0.0,0.437989160036089,0.153725174569888,0.0,0.164772447691215,0.153725174569888,0.0,0.315812800582328,0.153725174569888,0.0,0.0879913433407732,0.5,0.153725174569888,0.0,0.111103537651045,0.153725174569888,0.0,0.0256550628679071,0.5,0.153725174569888,0.0,0.318065415800795,0.153725174569888,0.0,0.0722813767548703,0.153725174569888,0.0,0.512675433195692,0.153725174569888,0.0,0.515158000092586,0.153725174569888,0.0,0.470638408897535,0.153725174569888,0.0,0.134369799527066,0.153725174569888,0.0,0.203997918285861,0.5,0.153725174569888,0.0,0.0782971386798065,0,0.722421324743933,0.958071326411648 -7990,0.5,0.153725174569888,0.0,0.416125401452177,0.153725174569888,0.0,0.466780267482447,0.153725174569888,0.0,0.268602902301016,0.153725174569888,0.0,0.425557388694071,0.153725174569888,0.0,0.395028063656249,0.153725174569888,0.0,0.126764384773953,0.153725174569888,0.0,0.25514813586773,0.153725174569888,0.0,0.0757127058768045,0.5,0.153725174569888,0.0,0.0891523166257131,0.153725174569888,0.0,0.0213491047231284,0.5,0.153725174569888,0.0,0.293156659355287,0.153725174569888,0.0,0.0582674114333291,0.153725174569888,0.0,0.482080654377743,0.153725174569888,0.0,0.490846867594885,0.153725174569888,0.0,0.461084805317088,0.153725174569888,0.0,0.145760126679736,0.153725174569888,0.0,0.18099232947653,0.5,0.153725174569888,0.0,0.0745532863215764,0,0.7543562347218,0.933625100929499 -7991,0.5,0.153725174569888,0.0,0.420636272049279,0.153725174569888,0.0,0.39873815907704,0.153725174569888,0.0,0.269139599794774,0.153725174569888,0.0,0.396079388854142,0.153725174569888,0.0,0.387036613518708,0.153725174569888,0.0,0.10475646759833,0.153725174569888,0.0,0.215985603150873,0.153725174569888,0.0,0.0732493279924305,0.5,0.153725174569888,0.0,0.0771357944936875,0.153725174569888,0.0,0.0196534669098844,0.5,0.153725174569888,0.0,0.226171665633897,0.153725174569888,0.0,0.0496929967249888,0.153725174569888,0.0,0.447719652751491,0.153725174569888,0.0,0.490207415138582,0.153725174569888,0.0,0.434770592804769,0.153725174569888,0.0,0.12129843955674,0.153725174569888,0.0,0.164796300060399,0.5,0.153725174569888,0.0,0.0635389463209039,0,0.743877366260216,0.925647341323266 -7992,0.5,0.153725174569888,0.0,0.423849027673892,0.153725174569888,0.0,0.422872382348465,0.153725174569888,0.0,0.27661124602134,0.153725174569888,0.0,0.383091443195708,0.153725174569888,0.0,0.395133882707375,0.153725174569888,0.0,0.104900895503038,0.153725174569888,0.0,0.18103238575407,0.153725174569888,0.0,0.0672259078954076,0.5,0.153725174569888,0.0,0.0833203293970299,0.153725174569888,0.0,0.0180757469004787,0.5,0.153725174569888,0.0,0.145604265957578,0.153725174569888,0.0,0.0442990735901742,0.153725174569888,0.0,0.424849999363364,0.153725174569888,0.0,0.487304557676383,0.153725174569888,0.0,0.378865873129832,0.153725174569888,0.0,0.114987982275721,0.153725174569888,0.0,0.14313540953256,0.5,0.153725174569888,0.0,0.0538496098702486,0,0.763661354242817,0.919323298171003 -7993,0.5,0.153725174569888,0.0,0.405818959058087,0.153725174569888,0.0,0.420597547958319,0.153725174569888,0.0,0.254671378553138,0.153725174569888,0.0,0.403818506163837,0.153725174569888,0.0,0.361831846175041,0.153725174569888,0.0,0.106244717511962,0.153725174569888,0.0,0.169462118639168,0.153725174569888,0.0,0.0584944352995549,0.5,0.153725174569888,0.0,0.0843303286541455,0.153725174569888,0.0,0.0154662216388793,0.5,0.153725174569888,0.0,0.128626476589655,0.153725174569888,0.0,0.0409794947806624,0.153725174569888,0.0,0.427163724760946,0.153725174569888,0.0,0.471295463528643,0.153725174569888,0.0,0.354697146118445,0.153725174569888,0.0,0.091023995506664,0.153725174569888,0.0,0.109706031922491,0.5,0.153725174569888,0.0,0.0451272634337638,0,0.797785124166234,0.912461046685318 -7994,0.5,0.153725174569888,0.0,0.392495008091625,0.153725174569888,0.0,0.401437228776543,0.153725174569888,0.0,0.219878309923565,0.153725174569888,0.0,0.394442202400558,0.153725174569888,0.0,0.331428646173726,0.153725174569888,0.0,0.096715882544221,0.153725174569888,0.0,0.186411881231453,0.153725174569888,0.0,0.0559357680790392,0.5,0.153725174569888,0.0,0.0680852280717974,0.153725174569888,0.0,0.0133143338678401,0.5,0.153725174569888,0.0,0.141285004657919,0.153725174569888,0.0,0.0359979485113536,0.153725174569888,0.0,0.422882754084157,0.153725174569888,0.0,0.451696233507387,0.153725174569888,0.0,0.354585620719468,0.153725174569888,0.0,0.0718846830184591,0.153725174569888,0.0,0.0905637857990743,0.5,0.153725174569888,0.0,0.0404418956887055,0,0.764373453030251,0.885895835924654 -7995,0.5,0.153725174569888,0.0,0.381658539065341,0.153725174569888,0.0,0.41192749684645,0.153725174569888,0.0,0.195876646615982,0.153725174569888,0.0,0.328534113457452,0.153725174569888,0.0,0.304654532639496,0.153725174569888,0.0,0.0798516936015806,0.153725174569888,0.0,0.179604090117423,0.153725174569888,0.0,0.0569112454644342,0.5,0.153725174569888,0.0,0.0611402386767407,0.153725174569888,0.0,0.0107670397560525,0.5,0.153725174569888,0.0,0.133598426216922,0.153725174569888,0.0,0.0322803603832851,0.153725174569888,0.0,0.395381351643587,0.153725174569888,0.0,0.434612233342232,0.153725174569888,0.0,0.338935514448267,0.153725174569888,0.0,0.069676332032253,0.153725174569888,0.0,0.0812270696812765,0.5,0.153725174569888,0.0,0.0365147422873811,0,0.747724729897309,0.847258414532995 -7996,0.5,0.153725174569888,0.0,0.362400780879204,0.153725174569888,0.0,0.393104324235595,0.153725174569888,0.0,0.180066151751936,0.153725174569888,0.0,0.299450614303143,0.153725174569888,0.0,0.279567574496384,0.153725174569888,0.0,0.100789037852705,0.153725174569888,0.0,0.134675096110672,0.153725174569888,0.0,0.0606089469554111,0.5,0.153725174569888,0.0,0.060461286852061,0.153725174569888,0.0,0.0101370862551265,0.5,0.153725174569888,0.0,0.102564492547806,0.153725174569888,0.0,0.0304723388901019,0.153725174569888,0.0,0.38258102043256,0.153725174569888,0.0,0.417534954582785,0.153725174569888,0.0,0.324291124575373,0.153725174569888,0.0,0.0703525886124937,0.153725174569888,0.0,0.0610739785227828,0.5,0.153725174569888,0.0,0.0328894061560639,0,0.773717327767345,0.832493093347873 -7997,0.5,0.153725174569888,0.0,0.344511572200036,0.153725174569888,0.0,0.372288545245653,0.153725174569888,0.0,0.163905750360285,0.153725174569888,0.0,0.282902582567314,0.153725174569888,0.0,0.261338724072915,0.153725174569888,0.0,0.0926363946059914,0.153725174569888,0.0,0.104412263135809,0.153725174569888,0.0,0.0594477412268317,0.5,0.153725174569888,0.0,0.0611639157616001,0.153725174569888,0.0,0.0104030757322107,0.5,0.153725174569888,0.0,0.0753350236186179,0.153725174569888,0.0,0.0324685810280146,0.153725174569888,0.0,0.388865578526497,0.153725174569888,0.0,0.398040565456021,0.153725174569888,0.0,0.314562864275166,0.153725174569888,0.0,0.0604158669037567,0.153725174569888,0.0,0.0434539470499972,0.5,0.153725174569888,0.0,0.0306946236279168,0,0.792451785719939,0.837941788858514 -7998,0.5,0.153725174569888,0.0,0.339343680007961,0.153725174569888,0.0,0.383330947816238,0.153725174569888,0.0,0.150751856363846,0.153725174569888,0.0,0.278594817761076,0.153725174569888,0.0,0.241262605101061,0.153725174569888,0.0,0.0644901261562047,0.153725174569888,0.0,0.118113638338378,0.153725174569888,0.0,0.0561710773756339,0.5,0.153725174569888,0.0,0.0561395230791483,0.153725174569888,0.0,0.0113399609132459,0.5,0.153725174569888,0.0,0.0800103533547172,0.153725174569888,0.0,0.0313606684817862,0.153725174569888,0.0,0.395794545689214,0.153725174569888,0.0,0.383368932498111,0.153725174569888,0.0,0.302780360643474,0.153725174569888,0.0,0.0492548803810869,0.153725174569888,0.0,0.0368604817930078,0.5,0.153725174569888,0.0,0.0313517393652318,0,0.792136555957809,0.809753208983355 -7999,0.5,0.153725174569888,0.0,0.342386963663109,0.153725174569888,0.0,0.361354527008166,0.153725174569888,0.0,0.12499238018318,0.153725174569888,0.0,0.282435199066059,0.153725174569888,0.0,0.225953193042842,0.153725174569888,0.0,0.0464217517050949,0.153725174569888,0.0,0.0980065980412843,0.153725174569888,0.0,0.0498539967940701,0.5,0.153725174569888,0.0,0.0461299531281028,0.153725174569888,0.0,0.0109619881221839,0.5,0.153725174569888,0.0,0.0752069223729689,0.153725174569888,0.0,0.0299391563278329,0.153725174569888,0.0,0.411712465909869,0.153725174569888,0.0,0.375389774193065,0.153725174569888,0.0,0.295249476533195,0.153725174569888,0.0,0.0477571308940459,0.153725174569888,0.0,0.0316329498037768,0.5,0.153725174569888,0.0,0.0319990743984812,0,0.797702112058291,0.799162757575189 -8000,0.5,0.153725174569888,0.0,0.354705739383174,0.153725174569888,0.0,0.361241162851989,0.153725174569888,0.0,0.117928153230711,0.153725174569888,0.0,0.279064803657174,0.153725174569888,0.0,0.221981855330025,0.153725174569888,0.0,0.0476659206936244,0.153725174569888,0.0,0.0827845545070922,0.153725174569888,0.0,0.044478434623359,0.5,0.153725174569888,0.0,0.041296038889281,0.153725174569888,0.0,0.0113526661697771,0.5,0.153725174569888,0.0,0.0596985606045274,0.153725174569888,0.0,0.0285206729357487,0.153725174569888,0.0,0.428545494994106,0.153725174569888,0.0,0.3826534987536,0.153725174569888,0.0,0.296552202263638,0.153725174569888,0.0,0.0468968426961339,0.153725174569888,0.0,0.0279763761786708,0.5,0.153725174569888,0.0,0.0335683695233462,0,0.816212472570549,0.809310905844414 -8001,0.5,0.153725174569888,0.00405226910065157,0.375079167875082,0.153725174569888,0.000272069366595742,0.381801122916264,0.153725174569888,0.00127927154611544,0.127304329515992,0.153725174569888,0.00274895684654119,0.284881633486741,0.153725174569888,5.3726163584645e-05,0.232747577516806,0.153725174569888,0.000126072427693299,0.0551669469026509,0.153725174569888,0.000954603407137244,0.0816723780803851,0.153725174569888,0.000754674523309861,0.0377584311780607,0.5,0.153725174569888,0.000938872830172559,0.0427269340392988,0.153725174569888,0.0173954189256062,0.0144407378733813,0.5,0.153725174569888,0.00223616350301905,0.0637474594492819,0.153725174569888,0.0132659689717071,0.0266907796581975,0.153725174569888,6.89779836657619e-05,0.422375348151883,0.153725174569888,4.29917479869385e-05,0.403279706640979,0.153725174569888,0.000855970135801595,0.308987137742498,0.153725174569888,0.00103977345561137,0.0420259354348855,0.153725174569888,0.00158425593361181,0.0284431828803979,0.5,0.153725174569888,0.0124499508907312,0.0414195697411827,0,0.818358729105364,0.764701723745682 -8002,0.5,0.153725174569888,0.08000976817097,0.402571855962987,0.153725174569888,0.014173868643472,0.378562285444774,0.153725174569888,0.0120486976693026,0.130678295555669,0.153725174569888,0.0231900819391941,0.300677108308623,0.153725174569888,0.0122325690216519,0.272927664025352,0.153725174569888,0.0295787831750968,0.0627646097182949,0.153725174569888,0.0409935658840416,0.101907992913955,0.153725174569888,0.0435844556752866,0.0330799156687758,0.5,0.153725174569888,0.0156192211142692,0.0425465927244301,0.153725174569888,0.0926104490338236,0.0174151579113365,0.5,0.153725174569888,0.0268017500322336,0.0727802611414537,0.153725174569888,0.110689857907786,0.0323916344581652,0.153725174569888,0.0190416724518263,0.43543194162554,0.153725174569888,0.011153768592359,0.42323764049163,0.153725174569888,0.0178335022112961,0.307546253450304,0.153725174569888,0.0138856976922101,0.0481612999105642,0.153725174569888,0.0136835524053063,0.0339352122351098,0.5,0.153725174569888,0.0554911819234934,0.0545564644916238,0,0.829199133532382,0.708572861795968 -8003,0.5,0.153725174569888,0.204820829700904,0.417153413222091,0.153725174569888,0.0368902236922855,0.356429943214445,0.153725174569888,0.0287526728067159,0.149786366866206,0.153725174569888,0.0637282635490827,0.305648415689912,0.153725174569888,0.0335574842760917,0.271403541557849,0.153725174569888,0.0720480975259309,0.0548333418969925,0.153725174569888,0.0881349284520467,0.131511675182193,0.153725174569888,0.109794292521806,0.027969896915096,0.5,0.153725174569888,0.04137144218624,0.0413653044712962,0.153725174569888,0.174131984078361,0.0164393764409582,0.5,0.153725174569888,0.0578321858115403,0.0862900096953251,0.153725174569888,0.21365343324735,0.0423511226216892,0.153725174569888,0.0562278691396019,0.450279944481913,0.153725174569888,0.0309391951311106,0.421713940494936,0.153725174569888,0.0405509913331445,0.300806634794924,0.153725174569888,0.035278556372185,0.0560146179824308,0.153725174569888,0.0324447593315555,0.0457901089899395,0.5,0.153725174569888,0.0984188702255605,0.066030863985519,0,0.856083286759978,0.704737358423062 -8004,0.5,0.153725174569888,0.300219655045415,0.408054047528683,0.153725174569888,0.0532124419869312,0.326780270095057,0.153725174569888,0.0409480287979856,0.173496475088917,0.153725174569888,0.0897235697697848,0.298827310814475,0.153725174569888,0.0481816765994854,0.258590172095044,0.153725174569888,0.0995981702283286,0.0488604949530422,0.153725174569888,0.12524856246266,0.148840830405193,0.153725174569888,0.16390738925041,0.0278792395022188,0.5,0.153725174569888,0.0667072200069443,0.0429349213824798,0.153725174569888,0.236408179485726,0.0234160079794489,0.5,0.153725174569888,0.0853625210400968,0.120087648248519,0.153725174569888,0.290780719814397,0.0509676978936403,0.153725174569888,0.0878872266767777,0.44129272442346,0.153725174569888,0.0419305679955358,0.414237626336823,0.153725174569888,0.0534401309433966,0.303587070713179,0.153725174569888,0.0498753178885457,0.0602480389059017,0.153725174569888,0.0459076335479276,0.0616943542144247,0.5,0.153725174569888,0.127200172536461,0.0858924563531623,0,0.871879625538511,0.724182062497501 -8005,0.5,0.153725174569888,0.327522240988722,0.408636262688621,0.153725174569888,0.0555041245252169,0.303742368199842,0.153725174569888,0.042880132130517,0.17212473973628,0.153725174569888,0.0993436149027745,0.291389463458442,0.153725174569888,0.0507058416239935,0.256526543469613,0.153725174569888,0.103167042805697,0.0472092063794386,0.153725174569888,0.128106177694368,0.129488121832826,0.153725174569888,0.184695087962471,0.0231460316989431,0.5,0.153725174569888,0.0769786045530605,0.0435101335680111,0.153725174569888,0.252727037373822,0.0314989189126185,0.5,0.153725174569888,0.0992780949976059,0.121777784082214,0.153725174569888,0.325794884039334,0.0532758449914513,0.153725174569888,0.109450205767656,0.406251397662645,0.153725174569888,0.042630727927185,0.389771509910216,0.153725174569888,0.0563762736934269,0.312836719681823,0.153725174569888,0.0527210737743144,0.0654581072426841,0.153725174569888,0.0493564471486024,0.0760628571711523,0.5,0.153725174569888,0.134078771673639,0.108714798064945,0,0.881143961540847,0.735770013171491 -8006,0.5,0.153725174569888,0.288383877601323,0.389648396113754,0.153725174569888,0.0363090370841855,0.261195698552282,0.153725174569888,0.0322424199872419,0.175949065391032,0.153725174569888,0.0863565126269689,0.28380456234864,0.153725174569888,0.0422018593732776,0.272634262042544,0.153725174569888,0.0781046287281209,0.0552386428862981,0.153725174569888,0.0969852242680685,0.110294873832924,0.153725174569888,0.163916093218357,0.0231225383103999,0.5,0.153725174569888,0.0700795197633193,0.0427521157551823,0.153725174569888,0.217915987513523,0.0427778672269053,0.5,0.153725174569888,0.096689821544745,0.106274768677726,0.153725174569888,0.315559919683504,0.0530037539607042,0.153725174569888,0.114702332263618,0.386373111035666,0.153725174569888,0.0321686528996804,0.388956227100976,0.153725174569888,0.0463003410136781,0.302596587437858,0.153725174569888,0.0444450306393834,0.055378047667515,0.153725174569888,0.040872034326823,0.0824845922124707,0.5,0.153725174569888,0.120481686351931,0.121272891858301,0,0.880800073611196,0.794600941468705 -8007,0.5,0.153725174569888,0.131563991688086,0.386851076074299,0.153725174569888,0.0123183349337614,0.256110110114485,0.153725174569888,0.0154787089585465,0.161926897344672,0.153725174569888,0.0393544164504151,0.287611814062077,0.153725174569888,0.0244151442595117,0.281400219446769,0.153725174569888,0.0430148388434952,0.074465223158288,0.153725174569888,0.0533096373956824,0.113330585263831,0.153725174569888,0.109561632025288,0.0252064592837063,0.5,0.153725174569888,0.0489654083507059,0.0467809770380515,0.153725174569888,0.151832272673547,0.0478273530435693,0.5,0.153725174569888,0.0571919314409774,0.0950640241959793,0.153725174569888,0.241091793827253,0.0521862737935341,0.153725174569888,0.0699225466038227,0.386698989464686,0.153725174569888,0.0178953110891302,0.413053248874274,0.153725174569888,0.0228020592469094,0.281776291887833,0.153725174569888,0.0233544836350069,0.0503174508953497,0.153725174569888,0.0225451385207317,0.088605273079395,0.5,0.153725174569888,0.0794057161390252,0.123179622704678,0,0.868533963408522,0.840378768434481 -8008,0.5,0.153725174569888,1.03323065947197e-05,0.401440107011656,0.153725174569888,0.0,0.291285509767256,0.153725174569888,0.0,0.145963389343374,0.153725174569888,0.000195422439201836,0.311136928897708,0.153725174569888,0.0,0.2976683306712,0.153725174569888,0.0108824806580591,0.078995983713115,0.153725174569888,0.00537005918402794,0.118005019745765,0.153725174569888,0.0242139873936977,0.0240148824465292,0.5,0.153725174569888,0.011960809466687,0.0523614166129494,0.153725174569888,0.0589001702983897,0.0464983987580327,0.5,0.153725174569888,0.016986285011102,0.101559150668528,0.153725174569888,0.0764311648432629,0.0526819290531376,0.153725174569888,0.0,0.416168896586539,0.153725174569888,0.000328977493129615,0.444117102875163,0.153725174569888,0.0,0.286261447589702,0.153725174569888,0.00104319564023958,0.0552766681768748,0.153725174569888,0.00219755913120866,0.0851370203808894,0.5,0.153725174569888,0.0107873787542572,0.105582640521599,0,0.856839892556322,0.871241633322356 -8009,0.5,0.153725174569888,0.0,0.440014741351659,0.153725174569888,0.0,0.341160984842586,0.153725174569888,0.0,0.154312643572553,0.153725174569888,0.0,0.352478010349181,0.153725174569888,0.0,0.299766915548056,0.153725174569888,0.0,0.0636365521783836,0.153725174569888,0.0,0.123358328779422,0.153725174569888,0.0,0.0197062295707097,0.5,0.153725174569888,0.0,0.0517776669281475,0.153725174569888,0.0,0.0399403590304271,0.5,0.153725174569888,0.0,0.107186486907499,0.153725174569888,0.0,0.0515948553133018,0.153725174569888,0.0,0.471441471889173,0.153725174569888,0.0,0.453951567181677,0.153725174569888,0.0,0.3047535579594,0.153725174569888,0.0,0.0623305721054281,0.153725174569888,0.0,0.0797323469907367,0.5,0.153725174569888,0.0,0.106295549290965,0,0.860529774885369,0.871388320369404 -8010,0.5,0.153725174569888,0.0,0.4968534797129,0.153725174569888,0.0,0.408570708282711,0.153725174569888,0.0,0.173952986444385,0.153725174569888,0.0,0.411367657790572,0.153725174569888,0.0,0.305563239760298,0.153725174569888,0.0,0.0588312439251191,0.153725174569888,0.0,0.105473800655806,0.153725174569888,0.0,0.0132176511669156,0.5,0.153725174569888,0.0,0.0533302708851145,0.153725174569888,0.0,0.0322313538980625,0.5,0.153725174569888,0.0,0.113128083329864,0.153725174569888,0.0,0.0615160844831881,0.153725174569888,0.0,0.530423586524908,0.153725174569888,0.0,0.459051135859498,0.153725174569888,0.0,0.33994324477828,0.153725174569888,0.0,0.0627570572349478,0.153725174569888,0.0,0.0874091951358219,0.5,0.153725174569888,0.0,0.0913076940827735,0,0.892180149898345,0.873394623496004 -8011,0.5,0.153725174569888,0.0,0.548568418697669,0.153725174569888,0.0,0.437398032676793,0.153725174569888,0.0,0.229859177032406,0.153725174569888,0.0,0.468180743889833,0.153725174569888,0.0,0.326043775689699,0.153725174569888,0.0,0.0786787079956136,0.153725174569888,0.0,0.100853075621552,0.153725174569888,0.0,0.0110104397802192,0.5,0.153725174569888,0.0,0.0481152902384184,0.153725174569888,0.0,0.0379897289370619,0.5,0.153725174569888,0.0,0.117634597803295,0.153725174569888,0.0,0.0708334047894872,0.153725174569888,0.0,0.57788464432662,0.153725174569888,0.0,0.467976196975148,0.153725174569888,0.0,0.365561802582971,0.153725174569888,0.0,0.0594780833753511,0.153725174569888,0.0,0.0979778310006922,0.5,0.153725174569888,0.0,0.107676083748733,0,0.9204275008568,0.905383416791205 -8012,0.5,0.153725174569888,0.0,0.576233354480927,0.153725174569888,0.0,0.477523257762538,0.153725174569888,0.0,0.275107608921066,0.153725174569888,0.0,0.499175281478678,0.153725174569888,0.0,0.344159189274012,0.153725174569888,0.0,0.10557332155878,0.153725174569888,0.0,0.10988807363158,0.153725174569888,0.0,0.0107219688558064,0.5,0.153725174569888,0.0,0.043680249231181,0.153725174569888,0.0,0.0369672063434487,0.5,0.153725174569888,0.0,0.117206483813754,0.153725174569888,0.0,0.0584914134196821,0.153725174569888,0.0,0.623943373893799,0.153725174569888,0.0,0.483449896872324,0.153725174569888,0.0,0.382973017869708,0.153725174569888,0.0,0.0614109900236489,0.153725174569888,0.0,0.117610426527835,0.5,0.153725174569888,0.0,0.128113885997649,0,0.924496617849661,0.932622962711201 -8013,0.5,0.153725174569888,0.0,0.579674571782156,0.153725174569888,0.0,0.585032955020866,0.153725174569888,0.0,0.317949799242552,0.153725174569888,0.0,0.519700437352768,0.153725174569888,0.0,0.368518044414922,0.153725174569888,0.0,0.133587958275309,0.153725174569888,0.0,0.131181231423375,0.153725174569888,0.0,0.0119278572456854,0.5,0.153725174569888,0.0,0.0586565700314968,0.153725174569888,0.0,0.0429313670087233,0.5,0.153725174569888,0.0,0.111368494354194,0.153725174569888,0.0,0.0637773145124973,0.153725174569888,0.0,0.669914576202147,0.153725174569888,0.0,0.509538921115109,0.153725174569888,0.0,0.389736514967421,0.153725174569888,0.0,0.0698239788098605,0.153725174569888,0.0,0.149956797369001,0.5,0.153725174569888,0.0,0.166526305173948,0,0.909858117492978,0.951048249744721 -8014,0.5,0.153725174569888,0.0,0.572496908317307,0.153725174569888,0.0,0.609663661705356,0.153725174569888,0.0,0.345310904475844,0.153725174569888,0.0,0.519199784478235,0.153725174569888,0.0,0.386231909583906,0.153725174569888,0.0,0.1546836246835,0.153725174569888,0.0,0.155568142294944,0.153725174569888,0.0,0.0160985045688869,0.5,0.153725174569888,0.0,0.0645836011255749,0.153725174569888,0.0,0.0527228255017601,0.5,0.153725174569888,0.0,0.130179475497763,0.153725174569888,0.0,0.0775219715912775,0.153725174569888,0.0,0.696253496377561,0.153725174569888,0.0,0.518382960371339,0.153725174569888,0.0,0.401847985708275,0.153725174569888,0.0,0.0862505964380171,0.153725174569888,0.0,0.16549446674199,0.5,0.153725174569888,0.0,0.143970466133534,0,0.894126952226072,0.96314656830901 -8015,0.5,0.153725174569888,0.0,0.556038406422026,0.153725174569888,0.0,0.64055910683523,0.153725174569888,0.0,0.372947383951311,0.153725174569888,0.0,0.51952596425222,0.153725174569888,0.0,0.374145240819126,0.153725174569888,0.0,0.161971212700259,0.153725174569888,0.0,0.17037461088814,0.153725174569888,0.0,0.0239804147415418,0.5,0.153725174569888,0.0,0.0865899511834028,0.153725174569888,0.0,0.0560343751363599,0.5,0.153725174569888,0.0,0.166961038633799,0.153725174569888,0.0,0.0866511029770346,0.153725174569888,0.0,0.718394737646692,0.153725174569888,0.0,0.517487753916624,0.153725174569888,0.0,0.420778787876218,0.153725174569888,0.0,0.110110720188371,0.153725174569888,0.0,0.189358272704527,0.5,0.153725174569888,0.0,0.158447388078235,0,0.889829597698163,0.954826913500797 -8016,0.5,0.153725174569888,0.0,0.535055214182127,0.153725174569888,0.0,0.662750513058096,0.153725174569888,0.0,0.38999683171803,0.153725174569888,0.0,0.534303728552782,0.153725174569888,0.0,0.380975485925238,0.153725174569888,0.0,0.184646743276998,0.153725174569888,0.0,0.17215903807869,0.153725174569888,0.0,0.0328006390094861,0.5,0.153725174569888,0.0,0.120032442574129,0.153725174569888,0.0,0.065958049156666,0.5,0.153725174569888,0.0,0.211580376282236,0.153725174569888,0.0,0.0986779932063157,0.153725174569888,0.0,0.737697967792536,0.153725174569888,0.0,0.531674465355972,0.153725174569888,0.0,0.447841216950311,0.153725174569888,0.0,0.124540836795548,0.153725174569888,0.0,0.232167486057969,0.5,0.153725174569888,0.0,0.200401505589008,0,0.881359684124295,0.955970786934777 -8017,0.5,0.153725174569888,0.0,0.523386191385449,0.153725174569888,0.0,0.682541065716431,0.153725174569888,0.0,0.413707567814926,0.153725174569888,0.0,0.551567312879585,0.153725174569888,0.0,0.414337529705275,0.153725174569888,0.0,0.209919999818001,0.153725174569888,0.0,0.203238781376289,0.153725174569888,0.0,0.0418646505223411,0.5,0.153725174569888,0.0,0.146170786529174,0.153725174569888,0.0,0.0772213636830832,0.5,0.153725174569888,0.0,0.273397836517107,0.153725174569888,0.0,0.11164807991346,0.153725174569888,0.0,0.734640864768896,0.153725174569888,0.0,0.554476962602104,0.153725174569888,0.0,0.488719532535874,0.153725174569888,0.0,0.148240418232409,0.153725174569888,0.0,0.295483137868775,0.5,0.153725174569888,0.0,0.258537959311614,0,0.858506333142529,0.966769361949936 -8018,0.5,0.153725174569888,0.0,0.505609302174926,0.153725174569888,0.0,0.669488372306821,0.153725174569888,0.0,0.448129414645671,0.153725174569888,0.0,0.562708564034174,0.153725174569888,0.0,0.442454618452129,0.153725174569888,0.0,0.234500699417031,0.153725174569888,0.0,0.242891704081078,0.153725174569888,0.0,0.0525297287634698,0.5,0.153725174569888,0.0,0.173876422173085,0.153725174569888,0.0,0.0810242264252554,0.5,0.153725174569888,0.0,0.294809007282737,0.153725174569888,0.0,0.122625936194094,0.153725174569888,0.0,0.718581304691589,0.153725174569888,0.0,0.576069186423902,0.153725174569888,0.0,0.52551799465805,0.153725174569888,0.0,0.173798054113139,0.153725174569888,0.0,0.326364986799572,0.5,0.153725174569888,0.0,0.255769606364048,0,0.824149493176421,0.981871135158098 -8019,0.5,0.153725174569888,0.0,0.480403266323354,0.153725174569888,0.0,0.587347043236173,0.153725174569888,0.0,0.473357261445924,0.153725174569888,0.0,0.543444216078437,0.153725174569888,0.0,0.456877512495471,0.153725174569888,0.0,0.250743240362064,0.153725174569888,0.0,0.261920540421665,0.153725174569888,0.0,0.0656324380394462,0.5,0.153725174569888,0.0,0.214727513730443,0.153725174569888,0.0,0.0777718956373385,0.5,0.153725174569888,0.0,0.320609816948601,0.153725174569888,0.0,0.121587961246995,0.153725174569888,0.0,0.708369128841305,0.153725174569888,0.0,0.592086433893903,0.153725174569888,0.0,0.544353669455478,0.153725174569888,0.0,0.208637571614963,0.153725174569888,0.0,0.335713197441326,0.5,0.153725174569888,0.0,0.239651581037418,0,0.793999954655909,0.976034110244124 -8020,0.5,0.153725174569888,0.0,0.469311217447281,0.153725174569888,0.0,0.557348613277135,0.153725174569888,0.0,0.503960997709504,0.153725174569888,0.0,0.553074849058446,0.153725174569888,0.0,0.461239384763514,0.153725174569888,0.0,0.268375880458919,0.153725174569888,0.0,0.279475510405368,0.153725174569888,0.0,0.077399569075055,0.5,0.153725174569888,0.0,0.250144010811223,0.153725174569888,0.0,0.072368952686855,0.5,0.153725174569888,0.0,0.371944071539662,0.153725174569888,0.0,0.121547387532683,0.153725174569888,0.0,0.719051263979568,0.153725174569888,0.0,0.605283717557406,0.153725174569888,0.0,0.524196711722105,0.153725174569888,0.0,0.252368857797995,0.153725174569888,0.0,0.371907433307377,0.5,0.153725174569888,0.0,0.218574526826507,0,0.799178411287135,0.928478505569374 -8021,0.5,0.153725174569888,0.0,0.465425856560757,0.153725174569888,0.0,0.568719284179631,0.153725174569888,0.0,0.499652999348785,0.153725174569888,0.0,0.550706057950844,0.153725174569888,0.0,0.459587547742033,0.153725174569888,0.0,0.290275555160961,0.153725174569888,0.0,0.305863186419905,0.153725174569888,0.0,0.0869570194436843,0.5,0.153725174569888,0.0,0.276095359373364,0.153725174569888,0.0,0.0772061104902777,0.5,0.153725174569888,0.0,0.411541248371109,0.153725174569888,0.0,0.126660863838044,0.153725174569888,0.0,0.72157791947696,0.153725174569888,0.0,0.602653791645754,0.153725174569888,0.0,0.519365524438439,0.153725174569888,0.0,0.292416945367734,0.153725174569888,0.0,0.410393286154937,0.5,0.153725174569888,0.0,0.229734087427885,0,0.814984080064,0.932699292965707 -8022,0.5,0.153725174569888,0.0,0.471490693599431,0.153725174569888,0.0,0.559807575294096,0.153725174569888,0.0,0.501913036419947,0.153725174569888,0.0,0.554613167512416,0.153725174569888,0.0,0.475777768685563,0.153725174569888,0.0,0.318597191550827,0.153725174569888,0.0,0.323640533009857,0.153725174569888,0.0,0.101328497137705,0.5,0.153725174569888,0.0,0.291743053599243,0.153725174569888,0.0,0.0945678237030196,0.5,0.153725174569888,0.0,0.456618663953248,0.153725174569888,0.0,0.136102009079557,0.153725174569888,0.0,0.688398308722326,0.153725174569888,0.0,0.583532283223498,0.153725174569888,0.0,0.529974847286168,0.153725174569888,0.0,0.321719395197049,0.153725174569888,0.0,0.459008170325933,0.5,0.153725174569888,0.0,0.249481643110293,0,0.823883104060184,0.986865483265202 -8023,0.5,0.153725174569888,0.0,0.488192535856759,0.153725174569888,0.0,0.513304630264724,0.153725174569888,0.0,0.526176459850505,0.153725174569888,0.0,0.570794217059204,0.153725174569888,0.0,0.507294247989138,0.153725174569888,0.0,0.377295868087052,0.153725174569888,0.0,0.339817518765321,0.153725174569888,0.0,0.120287825244502,0.5,0.153725174569888,0.0,0.314085644580484,0.153725174569888,0.0,0.111452620578508,0.5,0.153725174569888,0.0,0.509671358783123,0.153725174569888,0.0,0.151513630988285,0.153725174569888,0.0,0.646184946206599,0.153725174569888,0.0,0.57790406954291,0.153725174569888,0.0,0.534760459096899,0.153725174569888,0.0,0.361574240918684,0.153725174569888,0.0,0.497509196430995,0.5,0.153725174569888,0.0,0.259557528339885,0,0.844146986142714,1.00067180896082 -8024,0.5,0.153725174569888,0.0,0.496616552100362,0.153725174569888,0.0,0.470331019368557,0.153725174569888,0.0,0.562796172173835,0.153725174569888,0.0,0.615065424693018,0.153725174569888,0.0,0.567237269412045,0.153725174569888,0.0,0.42609201039788,0.153725174569888,0.0,0.374621551981317,0.153725174569888,0.0,0.150099009929707,0.5,0.153725174569888,0.0,0.338074581028669,0.153725174569888,0.0,0.103398736706644,0.5,0.153725174569888,0.0,0.562590799057238,0.153725174569888,0.0,0.150788011140067,0.153725174569888,0.0,0.662085168388862,0.153725174569888,0.0,0.616814082148963,0.153725174569888,0.0,0.536397567259715,0.153725174569888,0.0,0.40669813997983,0.153725174569888,0.0,0.524673918280454,0.5,0.153725174569888,0.0,0.225877979291769,0,0.862664646476322,1.00012602025682 -8025,0.5,0.153725174569888,0.00613611570728934,0.521814003821373,0.153725174569888,0.00072920533153524,0.500792716817108,0.153725174569888,0.00188488167553304,0.615649083095155,0.153725174569888,0.0074139686493289,0.675568115811136,0.153725174569888,2.28513374404322e-05,0.639868903405429,0.153725174569888,2.77906876582917e-05,0.460745561125636,0.153725174569888,0.000282166214143217,0.429108196770307,0.153725174569888,0.000311782373242073,0.172395768538311,0.5,0.153725174569888,0.00050312795472223,0.353241112406771,0.153725174569888,0.00277208687345313,0.0926643398543625,0.5,0.153725174569888,0.00132499106079877,0.479954555841825,0.153725174569888,0.00185846414393007,0.121856498505947,0.153725174569888,0.000113210116079441,0.732074216016804,0.153725174569888,0.000138606749135867,0.681736591496998,0.153725174569888,0.0014631825594918,0.554290731910312,0.153725174569888,0.000944618209420077,0.437665636217787,0.153725174569888,0.0025781294723275,0.510750622294863,0.5,0.153725174569888,0.00893486737135118,0.212139988899063,0,0.895129867767574,1.00339263389342 -8026,0.5,0.153725174569888,0.130022658111059,0.557853434463248,0.153725174569888,0.127821953371542,0.616597338148178,0.153725174569888,0.0228491508454737,0.70749885414181,0.153725174569888,0.0542152873470618,0.73581884723529,0.153725174569888,0.0261520227054282,0.678882888066319,0.153725174569888,0.0185610695703513,0.470673157200021,0.153725174569888,0.015877502724996,0.513395639877264,0.153725174569888,0.0110406298913025,0.187589742751906,0.5,0.153725174569888,0.00608030044687171,0.374446028680419,0.153725174569888,0.0209641846782419,0.082872661215491,0.5,0.153725174569888,0.0124385085565704,0.383015323181046,0.153725174569888,0.0153822509404107,0.0992195735409528,0.153725174569888,0.108600204019282,0.755791983585807,0.153725174569888,0.050137360966223,0.705105035318546,0.153725174569888,0.0582185610562497,0.598184012370527,0.153725174569888,0.0153176788068169,0.469044159527691,0.153725174569888,0.0232673739002241,0.490892859373841,0.5,0.153725174569888,0.0493553777658576,0.253465158988923,0,0.93368941731094,1.00512589672093 -8027,0.5,0.153725174569888,0.25184591285532,0.593485098972319,0.153725174569888,0.282240345630563,0.632513679183823,0.153725174569888,0.0519434978583922,0.743375335698806,0.153725174569888,0.101621999280597,0.762632237518798,0.153725174569888,0.0758511740123873,0.639084764076355,0.153725174569888,0.0808070768131084,0.523669422430191,0.153725174569888,0.0523269530515423,0.616757403291513,0.153725174569888,0.0368744838574346,0.211967893294265,0.5,0.153725174569888,0.0157483883779747,0.36613490258155,0.153725174569888,0.0448799391181334,0.0797688297580711,0.5,0.153725174569888,0.0303270154596719,0.34652492677667,0.153725174569888,0.0359958001992288,0.0957640747440142,0.153725174569888,0.261123003604359,0.753263876745187,0.153725174569888,0.174554769644702,0.685540119005481,0.153725174569888,0.141191422468052,0.619389359438472,0.153725174569888,0.0409145823080403,0.512433454092933,0.153725174569888,0.0495358886388788,0.491019084739918,0.5,0.153725174569888,0.082034854773039,0.253156707943286,0,0.950006725007352,1.00594877065545 -8028,0.5,0.153725174569888,0.339922159643281,0.5860052903072,0.153725174569888,0.38632747669072,0.574646828231134,0.153725174569888,0.0838784922016814,0.761700747026322,0.153725174569888,0.132189747372795,0.783818789511125,0.153725174569888,0.134580464516769,0.619680252098665,0.153725174569888,0.152477069062331,0.528761514411099,0.153725174569888,0.12423429655758,0.630892764128262,0.153725174569888,0.0640457377911043,0.228153098180696,0.5,0.153725174569888,0.0242228341946101,0.35745082350726,0.153725174569888,0.0648333968666491,0.0855673026503769,0.5,0.153725174569888,0.0484217351368311,0.405734960590161,0.153725174569888,0.0598187814752075,0.115598275516892,0.153725174569888,0.361528559765235,0.751445073625349,0.153725174569888,0.33864419524113,0.631770035058648,0.153725174569888,0.241698306214562,0.592514578283659,0.153725174569888,0.0657344716431651,0.557617561402393,0.153725174569888,0.0602742519423922,0.50550767973281,0.5,0.153725174569888,0.109624338697333,0.21931952524887,0,0.94363590317662,1.00621362625429 -8029,0.5,0.153725174569888,0.386157886511072,0.556808818834704,0.153725174569888,0.422531685272564,0.487958767327268,0.153725174569888,0.107969492152489,0.790700643154968,0.153725174569888,0.131524537429672,0.767214353147584,0.153725174569888,0.214284893774625,0.677012964802256,0.153725174569888,0.161032590463091,0.455747012685702,0.153725174569888,0.238411722620845,0.585309043806249,0.153725174569888,0.057048142433042,0.212449017166358,0.5,0.153725174569888,0.0328116019377559,0.359123788910006,0.153725174569888,0.0808828063655516,0.0952188560132964,0.5,0.153725174569888,0.0422572332313486,0.478792590262143,0.153725174569888,0.0774142639092579,0.157844905681277,0.153725174569888,0.395006401531902,0.74188275762287,0.153725174569888,0.406662071822083,0.591463876725213,0.153725174569888,0.327056891291593,0.555945965375224,0.153725174569888,0.090311924920697,0.57498227677777,0.153725174569888,0.0547620243725813,0.531381441272922,0.5,0.153725174569888,0.122977733516113,0.246643547616424,0,0.920418171255701,0.999012416583689 -8030,0.5,0.153725174569888,0.355454909724627,0.509765726262704,0.153725174569888,0.387440544627218,0.454073543680068,0.153725174569888,0.124098040986393,0.751488115929813,0.153725174569888,0.116517983919096,0.731187150172969,0.153725174569888,0.278709734939815,0.632014561566623,0.153725174569888,0.135962734299812,0.47010085930609,0.153725174569888,0.267460442475707,0.513037185054118,0.153725174569888,0.0391958126297484,0.208714930809597,0.5,0.153725174569888,0.0349932734789144,0.381009551347091,0.153725174569888,0.0743280359783141,0.107959427072858,0.5,0.153725174569888,0.0324701884771955,0.580351521486972,0.153725174569888,0.0677559435752011,0.210661661128331,0.153725174569888,0.366350107881639,0.712720618459023,0.153725174569888,0.386041939152335,0.5855298732292,0.153725174569888,0.355777262864083,0.505318091268004,0.153725174569888,0.0960600777301384,0.558780056281216,0.153725174569888,0.0444556500410545,0.583070379114527,0.5,0.153725174569888,0.122336973883728,0.307854732539239,0,0.878458073560623,0.958686879436394 -8031,0.5,0.153725174569888,0.166459549023908,0.443636431899923,0.153725174569888,0.170791161864402,0.424728342796271,0.153725174569888,0.102094872218732,0.709710706566553,0.153725174569888,0.0769663473865113,0.689370177522616,0.153725174569888,0.254548046795918,0.535849363888314,0.153725174569888,0.124856714669583,0.465817542983923,0.153725174569888,0.200104171952639,0.447277708782696,0.153725174569888,0.0194911348567379,0.201288766770962,0.5,0.153725174569888,0.0203842952312264,0.371686448248586,0.153725174569888,0.0442670052815919,0.103706029860953,0.5,0.153725174569888,0.0244717232850276,0.610341929979084,0.153725174569888,0.0360672095732012,0.177866375998552,0.153725174569888,0.229456509671661,0.662707891357971,0.153725174569888,0.24235712795525,0.593702626636594,0.153725174569888,0.23018357092078,0.472446710216383,0.153725174569888,0.0702632162432213,0.501335604240735,0.153725174569888,0.0297299918074468,0.617062348762539,0.5,0.153725174569888,0.0723176887874217,0.308826514827645,0,0.857207784969266,0.896859560724572 -8032,0.5,0.153725174569888,0.0,0.394107430227218,0.153725174569888,0.0,0.369668394185374,0.153725174569888,0.0,0.673265471762367,0.153725174569888,0.0,0.641436639361755,0.153725174569888,0.0,0.511611443239453,0.153725174569888,0.0349959562782016,0.41274257070352,0.153725174569888,0.00245091925752849,0.38424395906972,0.153725174569888,0.0040023116640282,0.167343862996643,0.5,0.153725174569888,0.00465473350174595,0.297645422404144,0.153725174569888,0.00776063292998869,0.0891823731115166,0.5,0.153725174569888,0.00982889719714406,0.535258883584741,0.153725174569888,0.00916377470535749,0.116683214258882,0.153725174569888,0.0,0.599233732182941,0.153725174569888,0.0,0.553175594272591,0.153725174569888,0.0,0.455667597708154,0.153725174569888,0.00171862814801841,0.466394296004024,0.153725174569888,0.00196404943027848,0.582253975551994,0.5,0.153725174569888,0.00599325811378645,0.275894751456684,0,0.847196647409769,0.901926560307317 -8033,0.5,0.153725174569888,0.0,0.376553740863736,0.153725174569888,0.0,0.374182787526704,0.153725174569888,0.0,0.631305257044607,0.153725174569888,0.0,0.632855717319659,0.153725174569888,0.0,0.499026802786507,0.153725174569888,0.0,0.366062160700981,0.153725174569888,0.0,0.361889753612665,0.153725174569888,0.0,0.13886744076354,0.5,0.153725174569888,0.0,0.201042057580578,0.153725174569888,0.0,0.0813565612330204,0.5,0.153725174569888,0.0,0.378365760418307,0.153725174569888,0.0,0.0795175107133247,0.153725174569888,0.0,0.557406758216744,0.153725174569888,0.0,0.479178487038549,0.153725174569888,0.0,0.448155877298104,0.153725174569888,0.0,0.442410709108872,0.153725174569888,0.0,0.48213137056229,0.5,0.153725174569888,0.0,0.187658149760331,0,0.843036171021394,0.960516760536667 -8034,0.5,0.153725174569888,0.0,0.373654225265386,0.153725174569888,0.0,0.362014701395331,0.153725174569888,0.0,0.59655231488911,0.153725174569888,0.0,0.622576856885628,0.153725174569888,0.0,0.463845376516857,0.153725174569888,0.0,0.33366349691033,0.153725174569888,0.0,0.343324414752222,0.153725174569888,0.0,0.126976756957776,0.5,0.153725174569888,0.0,0.157096643394118,0.153725174569888,0.0,0.0540792707012857,0.5,0.153725174569888,0.0,0.308940222498837,0.153725174569888,0.0,0.0733924806632828,0.153725174569888,0.0,0.534051708228887,0.153725174569888,0.0,0.457799523733073,0.153725174569888,0.0,0.433508073572466,0.153725174569888,0.0,0.394923652321051,0.153725174569888,0.0,0.404351806216903,0.5,0.153725174569888,0.0,0.147544447151333,0,0.82055393944716,0.992662135494295 -8035,0.5,0.153725174569888,0.0,0.362109788908831,0.153725174569888,0.0,0.341097429394562,0.153725174569888,0.0,0.527351197964747,0.153725174569888,0.0,0.619688307969722,0.153725174569888,0.0,0.460393179941185,0.153725174569888,0.0,0.316049978201896,0.153725174569888,0.0,0.294631490416572,0.153725174569888,0.0,0.105777685170392,0.5,0.153725174569888,0.0,0.148101304425235,0.153725174569888,0.0,0.0301918066144713,0.5,0.153725174569888,0.0,0.271256690833022,0.153725174569888,0.0,0.0471005689399193,0.153725174569888,0.0,0.542974631937536,0.153725174569888,0.0,0.487827539849861,0.153725174569888,0.0,0.39490009637592,0.153725174569888,0.0,0.32811675956825,0.153725174569888,0.0,0.339408345696622,0.5,0.153725174569888,0.0,0.15335198211363,0,0.812487529380309,0.99818715357033 -8036,0.5,0.153725174569888,0.0,0.349812293288182,0.153725174569888,0.0,0.328006862010061,0.153725174569888,0.0,0.442210324080164,0.153725174569888,0.0,0.613961834062245,0.153725174569888,0.0,0.491832725815597,0.153725174569888,0.0,0.322068004789071,0.153725174569888,0.0,0.248920156449064,0.153725174569888,0.0,0.0941352033519093,0.5,0.153725174569888,0.0,0.144406397492563,0.153725174569888,0.0,0.0305990218865231,0.5,0.153725174569888,0.0,0.249861489080753,0.153725174569888,0.0,0.0236541189021512,0.153725174569888,0.0,0.54707274427511,0.153725174569888,0.0,0.496422686291122,0.153725174569888,0.0,0.353454002457991,0.153725174569888,0.0,0.283784230014892,0.153725174569888,0.0,0.296954348718965,0.5,0.153725174569888,0.0,0.140119376687121,0,0.834360314299127,0.991640824799252 -8037,0.5,0.153725174569888,0.0,0.3605289538836,0.153725174569888,0.0,0.292957228310685,0.153725174569888,0.0,0.411289481872023,0.153725174569888,0.0,0.577588476367807,0.153725174569888,0.0,0.502535085340275,0.153725174569888,0.0,0.347149229161037,0.153725174569888,0.0,0.221545531325323,0.153725174569888,0.0,0.0703547147642124,0.5,0.153725174569888,0.0,0.120287421508209,0.153725174569888,0.0,0.0330642805352507,0.5,0.153725174569888,0.0,0.264463395497177,0.153725174569888,0.0,0.0213911403271625,0.153725174569888,0.0,0.526357224898881,0.153725174569888,0.0,0.458433097230303,0.153725174569888,0.0,0.30975368112896,0.153725174569888,0.0,0.27218127213383,0.153725174569888,0.0,0.298717694125106,0.5,0.153725174569888,0.0,0.108365740192317,0,0.846781946303119,0.970086459801581 -8038,0.5,0.153725174569888,0.0,0.360219785738636,0.153725174569888,0.0,0.250378495480626,0.153725174569888,0.0,0.381612107980815,0.153725174569888,0.0,0.541361584992283,0.153725174569888,0.0,0.418869879834861,0.153725174569888,0.0,0.3435279856119,0.153725174569888,0.0,0.230442142080071,0.153725174569888,0.0,0.0580561674440208,0.5,0.153725174569888,0.0,0.104400588867003,0.153725174569888,0.0,0.02510792306158,0.5,0.153725174569888,0.0,0.279167361191057,0.153725174569888,0.0,0.0255321444593682,0.153725174569888,0.0,0.47642622566921,0.153725174569888,0.0,0.390531770160014,0.153725174569888,0.0,0.266079629707025,0.153725174569888,0.0,0.274789308466103,0.153725174569888,0.0,0.312835629289551,0.5,0.153725174569888,0.0,0.0712590352404494,0,0.864091098116157,0.935297062123704 -8039,0.5,0.153725174569888,0.0,0.349378915527859,0.153725174569888,0.0,0.215991188561715,0.153725174569888,0.0,0.339326811268186,0.153725174569888,0.0,0.540602862904346,0.153725174569888,0.0,0.295634333896492,0.153725174569888,0.0,0.317580533075522,0.153725174569888,0.0,0.214702780044154,0.153725174569888,0.0,0.0569725403729165,0.5,0.153725174569888,0.0,0.0942377023539601,0.153725174569888,0.0,0.0165201613681084,0.5,0.153725174569888,0.0,0.233528987645442,0.153725174569888,0.0,0.0258358535325771,0.153725174569888,0.0,0.402330679488645,0.153725174569888,0.0,0.318880635547566,0.153725174569888,0.0,0.244159443214457,0.153725174569888,0.0,0.257577076325255,0.153725174569888,0.0,0.315147498265764,0.5,0.153725174569888,0.0,0.0493066031057774,0,0.863758089000429,0.897656946970359 -8040,0.5,0.153725174569888,0.0,0.323021750137717,0.153725174569888,0.0,0.178959217688758,0.153725174569888,0.0,0.358691271292822,0.153725174569888,0.0,0.53771385102557,0.153725174569888,0.0,0.242053724151833,0.153725174569888,0.0,0.265333015447101,0.153725174569888,0.0,0.175695587796055,0.153725174569888,0.0,0.0520513720426266,0.5,0.153725174569888,0.0,0.0898013385688716,0.153725174569888,0.0,0.0155859711418474,0.5,0.153725174569888,0.0,0.179688165678926,0.153725174569888,0.0,0.0229826450858603,0.153725174569888,0.0,0.335208644146205,0.153725174569888,0.0,0.261536595030065,0.153725174569888,0.0,0.219565495646906,0.153725174569888,0.0,0.210060919763742,0.153725174569888,0.0,0.281157066203937,0.5,0.153725174569888,0.0,0.0399213426103498,0,0.828901714718447,0.856041511867367 -8041,0.5,0.153725174569888,0.0,0.297920490641613,0.153725174569888,0.0,0.137838216976978,0.153725174569888,0.0,0.351714774752575,0.153725174569888,0.0,0.491426336066553,0.153725174569888,0.0,0.204165787960899,0.153725174569888,0.0,0.220994433951158,0.153725174569888,0.0,0.147504367168635,0.153725174569888,0.0,0.0409061302009226,0.5,0.153725174569888,0.0,0.0860978963326795,0.153725174569888,0.0,0.0176810060233624,0.5,0.153725174569888,0.0,0.134211755977692,0.153725174569888,0.0,0.0209652611600215,0.153725174569888,0.0,0.292714825302088,0.153725174569888,0.0,0.230580600775518,0.153725174569888,0.0,0.193237172369076,0.153725174569888,0.0,0.173361571169653,0.153725174569888,0.0,0.238283545452181,0.5,0.153725174569888,0.0,0.0336037570951436,0,0.76745721707135,0.808379293627521 -8042,0.5,0.153725174569888,0.0,0.275049784069928,0.153725174569888,0.0,0.118977211782801,0.153725174569888,0.0,0.327706272523487,0.153725174569888,0.0,0.450561132906666,0.153725174569888,0.0,0.207315654463339,0.153725174569888,0.0,0.196694105779943,0.153725174569888,0.0,0.129254454411198,0.153725174569888,0.0,0.0286852404465495,0.5,0.153725174569888,0.0,0.0705566876368302,0.153725174569888,0.0,0.0158544945342279,0.5,0.153725174569888,0.0,0.103087178075639,0.153725174569888,0.0,0.0157275879659712,0.153725174569888,0.0,0.271773481242569,0.153725174569888,0.0,0.216427588260314,0.153725174569888,0.0,0.17648316394017,0.153725174569888,0.0,0.147771540462911,0.153725174569888,0.0,0.200936477405562,0.5,0.153725174569888,0.0,0.0320551011886207,0,0.704583797025047,0.71173386997873 -8043,0.5,0.153725174569888,0.0,0.256674243048398,0.153725174569888,0.0,0.11036685068112,0.153725174569888,0.0,0.301032462288315,0.153725174569888,0.0,0.391001850552314,0.153725174569888,0.0,0.206709362891375,0.153725174569888,0.0,0.198782570282931,0.153725174569888,0.0,0.122870733072084,0.153725174569888,0.0,0.0206904192258663,0.5,0.153725174569888,0.0,0.0543253260858025,0.153725174569888,0.0,0.0118084287813748,0.5,0.153725174569888,0.0,0.0760529470664668,0.153725174569888,0.0,0.00726344411945449,0.153725174569888,0.0,0.260415043641227,0.153725174569888,0.0,0.210590302103601,0.153725174569888,0.0,0.163956551249777,0.153725174569888,0.0,0.130643427920056,0.153725174569888,0.0,0.175830511676529,0.5,0.153725174569888,0.0,0.0271183155284031,0,0.674356913267171,0.585193517360202 -8044,0.5,0.153725174569888,0.0,0.237740619352221,0.153725174569888,0.0,0.11256600317853,0.153725174569888,0.0,0.286678686293415,0.153725174569888,0.0,0.344008818348183,0.153725174569888,0.0,0.211528074792136,0.153725174569888,0.0,0.211686657362308,0.153725174569888,0.0,0.114854274528638,0.153725174569888,0.0,0.0211342874057636,0.5,0.153725174569888,0.0,0.0468154194065002,0.153725174569888,0.0,0.00628085243299824,0.5,0.153725174569888,0.0,0.0708563690726798,0.153725174569888,0.0,0.00338125218212775,0.153725174569888,0.0,0.253966937078502,0.153725174569888,0.0,0.208239577768299,0.153725174569888,0.0,0.164863638647405,0.153725174569888,0.0,0.130972582195786,0.153725174569888,0.0,0.157378408844709,0.5,0.153725174569888,0.0,0.0212648659178924,0,0.660503139111281,0.450304806047927 -8045,0.5,0.153725174569888,0.0,0.215948291622634,0.153725174569888,0.0,0.119318219113255,0.153725174569888,0.0,0.273420204835787,0.153725174569888,0.0,0.314118811554225,0.153725174569888,0.0,0.218263740308603,0.153725174569888,0.0,0.209655569290865,0.153725174569888,0.0,0.115477447902187,0.153725174569888,0.0,0.0226122563285766,0.5,0.153725174569888,0.0,0.0438992788415212,0.153725174569888,0.0,0.00249247333393361,0.5,0.153725174569888,0.0,0.0759821198011658,0.153725174569888,0.0,0.00214474841144565,0.153725174569888,0.0,0.251953080038268,0.153725174569888,0.0,0.206328769906843,0.153725174569888,0.0,0.172358453523351,0.153725174569888,0.0,0.128607142443984,0.153725174569888,0.0,0.13773291044236,0.5,0.153725174569888,0.0,0.0166024124765169,0,0.642378846457312,0.319509615962925 -8046,0.5,0.153725174569888,0.0,0.192283892898402,0.153725174569888,0.0,0.124561946360664,0.153725174569888,0.0,0.268829625259148,0.153725174569888,0.0,0.298099944945395,0.153725174569888,0.0,0.21905233743571,0.153725174569888,0.0,0.19514208750528,0.153725174569888,0.0,0.123707862180903,0.153725174569888,0.0,0.0203207673667424,0.5,0.153725174569888,0.0,0.0403287716850285,0.153725174569888,0.0,0.00107351272590709,0.5,0.153725174569888,0.0,0.0831118457255088,0.153725174569888,0.0,0.00234398064617737,0.153725174569888,0.0,0.243268046930691,0.153725174569888,0.0,0.192580907086059,0.153725174569888,0.0,0.177416699114652,0.153725174569888,0.0,0.127745976974594,0.153725174569888,0.0,0.121616980379841,0.5,0.153725174569888,0.0,0.0110295290602454,0,0.632712837816567,0.193343399281164 -8047,0.5,0.153725174569888,0.0,0.170337921780023,0.153725174569888,0.0,0.121527283568697,0.153725174569888,0.0,0.267368795970207,0.153725174569888,0.0,0.27909537324156,0.153725174569888,0.0,0.203514370320647,0.153725174569888,0.0,0.180376039528737,0.153725174569888,0.0,0.120841641514554,0.153725174569888,0.0,0.020308583235507,0.5,0.153725174569888,0.0,0.0355561597918625,0.153725174569888,0.0,0.000372838490413288,0.5,0.153725174569888,0.0,0.0819914213107941,0.153725174569888,0.0,0.00262643357728835,0.153725174569888,0.0,0.220376138923352,0.153725174569888,0.0,0.160315942859382,0.153725174569888,0.0,0.173770033231313,0.153725174569888,0.0,0.130434883915473,0.153725174569888,0.0,0.11143761116217,0.5,0.153725174569888,0.0,0.00673601540785126,0,0.656975839991226,0.106608276370732 -8048,0.5,0.153725174569888,0.0,0.161646122924702,0.153725174569888,0.0,0.112623763392125,0.153725174569888,0.0,0.257555447446118,0.153725174569888,0.0,0.270704617107929,0.153725174569888,0.0,0.168184274477424,0.153725174569888,0.0,0.178133892184186,0.153725174569888,0.0,0.110009688852323,0.153725174569888,0.0,0.0223814528999884,0.5,0.153725174569888,0.0,0.0320252493296391,0.153725174569888,0.0,0.000307915546162028,0.5,0.153725174569888,0.0,0.0673276098533405,0.153725174569888,0.0,0.00194329140488358,0.153725174569888,0.0,0.181317227960093,0.153725174569888,0.0,0.112550524932504,0.153725174569888,0.0,0.162257497034429,0.153725174569888,0.0,0.133024531768092,0.153725174569888,0.0,0.0989475632487849,0.5,0.153725174569888,0.0,0.00477169549234439,0,0.683237187006986,0.0665200316352062 -8049,0.5,0.153725174569888,0.0043671582761747,0.16175163065017,0.153725174569888,0.000169379106598657,0.103654190075391,0.153725174569888,0.00157376188299517,0.250190181579767,0.153725174569888,0.00526778460448431,0.258130522282966,0.153725174569888,0.0,0.131351781889032,0.153725174569888,1.51908671627014e-06,0.184195638538472,0.153725174569888,0.000275090636344067,0.103157722236765,0.153725174569888,7.46431764229706e-05,0.0257200863501629,0.5,0.153725174569888,0.000170252612592715,0.0298926937084253,0.153725174569888,0.000702787235085324,0.000626635934463125,0.5,0.153725174569888,0.000411546280984217,0.0502965545718929,0.153725174569888,0.000492918555270003,0.00150157593438296,0.153725174569888,2.61989050318651e-05,0.135764234864602,0.153725174569888,7.87027768711903e-05,0.0692717104620091,0.153725174569888,0.000926288798844121,0.149934334345176,0.153725174569888,0.000496297100873252,0.127153446759758,0.153725174569888,0.000498543629958111,0.084957411860683,0.5,0.153725174569888,0.00156312886553792,0.00455494013137319,0,0.678105788703323,0.0482376082966874 -8050,0.5,0.153725174569888,0.100610416064809,0.172915500987745,0.153725174569888,0.12799940823562,0.0750777458043074,0.153725174569888,0.0195174907224419,0.228477736924479,0.153725174569888,0.0480519887638953,0.24056480601972,0.153725174569888,0.0331015135889309,0.125843603644286,0.153725174569888,0.0113319207441595,0.200856346061084,0.153725174569888,0.0295327047251459,0.107630266302596,0.153725174569888,0.00311820739794207,0.0312824804061997,0.5,0.153725174569888,0.0020071719405148,0.0304600427876545,0.153725174569888,0.00437669601257062,0.000738620924035346,0.5,0.153725174569888,0.00291891927010816,0.0384060586269767,0.153725174569888,0.00320410899873896,0.00149602898096619,0.153725174569888,0.10739538889212,0.101385537664344,0.153725174569888,0.0809193527802075,0.0515305438598506,0.153725174569888,0.0447306576767579,0.138720194274378,0.153725174569888,0.00760102876813512,0.130302988024797,0.153725174569888,0.00312023312171722,0.0765442427846837,0.5,0.153725174569888,0.00746699688168459,0.00412646474687704,0,0.671036842257155,0.0459897058164213 -8051,0.5,0.153725174569888,0.22535630518936,0.186175957156125,0.153725174569888,0.284841906993269,0.0456276250826924,0.153725174569888,0.0386222838930932,0.201062131289744,0.153725174569888,0.0850225625839489,0.213147577228412,0.153725174569888,0.0838409631639022,0.142154883713657,0.153725174569888,0.0360242272993549,0.275963837234347,0.153725174569888,0.0805949952101962,0.119477165078712,0.153725174569888,0.0088063320347444,0.0418902404070007,0.5,0.153725174569888,0.00492448702751364,0.034219725284362,0.153725174569888,0.0109417919061062,0.000836990215795815,0.5,0.153725174569888,0.00704367095668213,0.0398622972179789,0.153725174569888,0.00794592639996464,0.00185953306761628,0.153725174569888,0.264984875624999,0.0786853641164881,0.153725174569888,0.192291876401609,0.052542432099442,0.153725174569888,0.12235692664541,0.126097196825128,0.153725174569888,0.0177152790581964,0.130936602328598,0.153725174569888,0.00731531400931686,0.0750923449595959,0.5,0.153725174569888,0.0150974498860688,0.00343429237300988,0,0.636763772404349,0.0632218715691549 -8052,0.5,0.153725174569888,0.325768281585888,0.184126216523735,0.153725174569888,0.389057826672637,0.0308906630451508,0.153725174569888,0.0564067085995634,0.186281521721796,0.153725174569888,0.117104262128545,0.194391254988424,0.153725174569888,0.10323981972692,0.159008352897703,0.153725174569888,0.0612848154945426,0.321792155489732,0.153725174569888,0.109888743332094,0.126062499312954,0.153725174569888,0.0119102152821321,0.0534773494889606,0.5,0.153725174569888,0.00783311952769265,0.044177748371973,0.153725174569888,0.0157323762858977,0.000800552068058856,0.5,0.153725174569888,0.0110623849205694,0.0512114701090806,0.153725174569888,0.0125238014674603,0.00235290490005226,0.153725174569888,0.371533367038561,0.07322250393163,0.153725174569888,0.267677147367939,0.0684189278518264,0.153725174569888,0.207418041257131,0.101359430967289,0.153725174569888,0.026387163984709,0.11901601020228,0.153725174569888,0.0102081427867247,0.0724545359449379,0.5,0.153725174569888,0.0222152970562811,0.00296642169615799,0,0.499982652737864,0.0906959785085721 -8053,0.5,0.153725174569888,0.37604208192933,0.156396065035441,0.153725174569888,0.424011786770146,0.0471888671452486,0.153725174569888,0.0746150308432901,0.161654443271652,0.153725174569888,0.137795063149753,0.179532431891758,0.153725174569888,0.0914023135609664,0.166267641258158,0.153725174569888,0.0667529111749671,0.346075086622056,0.153725174569888,0.0996921110797613,0.145117732215651,0.153725174569888,0.0108337537540007,0.0614564035836536,0.5,0.153725174569888,0.00858495143438993,0.0532808236791914,0.153725174569888,0.0171744120695811,0.00106233616184991,0.5,0.153725174569888,0.0111897329184085,0.0586902277390872,0.153725174569888,0.0145992383847548,0.00325382406630612,0.153725174569888,0.40947005482605,0.0765379511445873,0.153725174569888,0.293801489870724,0.0804133031006958,0.153725174569888,0.271492628604703,0.0811328121646113,0.153725174569888,0.0330725664209209,0.105021300029121,0.153725174569888,0.0106094813495098,0.0710457708336879,0.5,0.153725174569888,0.0254820360185722,0.00371878225102809,0,0.286607035878029,0.109424169016271 -8054,0.5,0.153725174569888,0.355691899356844,0.111271141798621,0.153725174569888,0.387177658137836,0.0517941045480044,0.153725174569888,0.0775068943929077,0.132181093609033,0.153725174569888,0.146906041432376,0.155521183508988,0.153725174569888,0.0745292064630302,0.170441809114408,0.153725174569888,0.0481441857367133,0.352826739432562,0.153725174569888,0.0749572316980707,0.149445600052558,0.153725174569888,0.00781658840605324,0.0820538615429615,0.5,0.153725174569888,0.0066101757304564,0.0567796750359922,0.153725174569888,0.0160884872955478,0.00156626058593484,0.5,0.153725174569888,0.00817819241988571,0.0640848391268018,0.153725174569888,0.0123744983070197,0.00457407655840512,0.153725174569888,0.375713962723294,0.0766741416358289,0.153725174569888,0.274955956562383,0.0802878213991155,0.153725174569888,0.266540024680382,0.0804230900362183,0.153725174569888,0.030208749392311,0.0929167868234301,0.153725174569888,0.00860711214086762,0.0682097873156026,0.5,0.153725174569888,0.018875537077303,0.0061166227072345,0,0.17201163153534,0.145957789754002 -8055,0.5,0.153725174569888,0.171697339783395,0.0727015647287068,0.153725174569888,0.169653967086701,0.0556443803350643,0.153725174569888,0.061204014456542,0.099166299325971,0.153725174569888,0.100603738998201,0.113388627415799,0.153725174569888,0.0448828348205229,0.167398127069362,0.153725174569888,0.0264367663784289,0.343317614857675,0.153725174569888,0.0429312506784778,0.156752657770231,0.153725174569888,0.00386912240451686,0.0948713943656061,0.5,0.153725174569888,0.00366641249590318,0.0535878744560325,0.153725174569888,0.00806627665246383,0.00228846976889895,0.5,0.153725174569888,0.00414143449055849,0.0603906164173992,0.153725174569888,0.00662789437310229,0.00601225789832899,0.153725174569888,0.227073097828812,0.0833569321313371,0.153725174569888,0.176439416294631,0.0841052154545181,0.153725174569888,0.176407290182227,0.0714885974085263,0.153725174569888,0.0191076326217287,0.0827801725750602,0.153725174569888,0.00481662646340448,0.0614059928410398,0.5,0.153725174569888,0.00851958283415165,0.00764703751713649,0,0.133079367240052,0.208378313360155 -8056,0.5,0.153725174569888,0.0,0.0608548086128363,0.153725174569888,0.0,0.0657906737285196,0.153725174569888,0.000345064082593417,0.0854431078548539,0.153725174569888,2.67371885252888e-05,0.0838922740039533,0.153725174569888,0.0,0.158395794624034,0.153725174569888,0.00430139668451967,0.336028576773835,0.153725174569888,0.000432827719247429,0.175261219115246,0.153725174569888,0.00102113266315348,0.117650343538652,0.5,0.153725174569888,0.00109754807134965,0.0550992989908149,0.153725174569888,0.00152126508477085,0.00264627729498078,0.5,0.153725174569888,0.00110593088935867,0.0562831221773947,0.153725174569888,0.00144364427021309,0.00619713892146308,0.153725174569888,0.0,0.0960797853532844,0.153725174569888,0.0,0.0944769619077481,0.153725174569888,0.0,0.0660154757231001,0.153725174569888,0.000563914001531675,0.0806360872048584,0.153725174569888,0.000675814323991034,0.0509483061258587,0.5,0.153725174569888,0.000813293136137433,0.00633667698421547,0,0.1131212924718,0.298046123485936 -8057,0.5,0.153725174569888,0.0,0.0574032611586207,0.153725174569888,0.0,0.0703103919239288,0.153725174569888,0.0,0.078413467542085,0.153725174569888,0.0,0.0728709618431467,0.153725174569888,0.0,0.14250752369012,0.153725174569888,0.0,0.305285223505478,0.153725174569888,0.0,0.208069067573501,0.153725174569888,0.0,0.134599077184935,0.5,0.153725174569888,0.0,0.0623857491561943,0.153725174569888,0.0,0.00225277707455982,0.5,0.153725174569888,0.0,0.0481016876985568,0.153725174569888,0.0,0.00545114833519463,0.153725174569888,0.0,0.102097744922473,0.153725174569888,0.0,0.0984353062673057,0.153725174569888,0.0,0.0622906789491122,0.153725174569888,0.0,0.0885301846802993,0.153725174569888,0.0,0.0394936336426214,0.5,0.153725174569888,0.0,0.00426172841526566,0,0.107195711098715,0.412603133204477 -8058,0.5,0.153725174569888,0.0,0.0543096192402189,0.153725174569888,0.0,0.0828148181379192,0.153725174569888,0.0,0.079508436108218,0.153725174569888,0.0,0.0678398335532684,0.153725174569888,0.0,0.12347083983763,0.153725174569888,0.0,0.268960548306965,0.153725174569888,0.0,0.219272529364419,0.153725174569888,0.0,0.139944740995426,0.5,0.153725174569888,0.0,0.0735686147178662,0.153725174569888,0.0,0.00170260727779371,0.5,0.153725174569888,0.0,0.035939126276126,0.153725174569888,0.0,0.00524534064460947,0.153725174569888,0.0,0.106138491153748,0.153725174569888,0.0,0.0985402893436001,0.153725174569888,0.0,0.0590723676577316,0.153725174569888,0.0,0.10643144197931,0.153725174569888,0.0,0.0328984307522885,0.5,0.153725174569888,0.0,0.00369648525407976,0,0.11529862626236,0.519402200180548 -8059,0.5,0.153725174569888,0.0,0.0530785181120896,0.153725174569888,0.0,0.0825437863118488,0.153725174569888,0.0,0.0829289993228857,0.153725174569888,0.0,0.0613091565134442,0.153725174569888,0.0,0.126673626976762,0.153725174569888,0.0,0.229390731440319,0.153725174569888,0.0,0.179539684287811,0.153725174569888,0.0,0.126139189594616,0.5,0.153725174569888,0.0,0.0852168168440165,0.153725174569888,0.0,0.00108771623868191,0.5,0.153725174569888,0.0,0.0285714525357419,0.153725174569888,0.0,0.00509974779398778,0.153725174569888,0.0,0.0986802874816447,0.153725174569888,0.0,0.0982018327756644,0.153725174569888,0.0,0.0553388311967154,0.153725174569888,0.0,0.112238168303782,0.153725174569888,0.0,0.0292550771898459,0.5,0.153725174569888,0.0,0.00362275383553419,0,0.137432861595546,0.572972634617518 -8060,0.5,0.153725174569888,0.0,0.0528145553856104,0.153725174569888,0.0,0.0839017137695223,0.153725174569888,0.0,0.0755334045704362,0.153725174569888,0.0,0.0506007257559446,0.153725174569888,0.0,0.120755572776915,0.153725174569888,0.0,0.210374698865886,0.153725174569888,0.0,0.119119029434782,0.153725174569888,0.0,0.106897493466789,0.5,0.153725174569888,0.0,0.0915012918170856,0.153725174569888,0.0,0.000828455694059107,0.5,0.153725174569888,0.0,0.0300354251578432,0.153725174569888,0.0,0.00569119566520567,0.153725174569888,0.0,0.0901094937217441,0.153725174569888,0.0,0.0943487529679752,0.153725174569888,0.0,0.0528068421934957,0.153725174569888,0.0,0.111712120240094,0.153725174569888,0.0,0.0287900368649559,0.5,0.153725174569888,0.0,0.00347682028275729,0,0.16570148274544,0.602924670897205 -8061,0.5,0.153725174569888,0.0,0.0560545262943954,0.153725174569888,0.0,0.0673982610960119,0.153725174569888,0.0,0.063029827489032,0.153725174569888,0.0,0.0422114844068452,0.153725174569888,0.0,0.111040415350101,0.153725174569888,0.0,0.211703513053565,0.153725174569888,0.0,0.0771527348262113,0.153725174569888,0.0,0.0946975837323748,0.5,0.153725174569888,0.0,0.0891115673847916,0.153725174569888,0.0,0.000770728415229535,0.5,0.153725174569888,0.0,0.035349016592593,0.153725174569888,0.0,0.00711405494864524,0.153725174569888,0.0,0.0806858535269736,0.153725174569888,0.0,0.0886425261415712,0.153725174569888,0.0,0.0481351708079657,0.153725174569888,0.0,0.105184954251525,0.153725174569888,0.0,0.0310196142230768,0.5,0.153725174569888,0.0,0.00344705827397757,0,0.181339414150371,0.651122772302035 -8062,0.5,0.153725174569888,0.0,0.0603258250176546,0.153725174569888,0.0,0.0482153813717551,0.153725174569888,0.0,0.0527416047423691,0.153725174569888,0.0,0.0386473895166769,0.153725174569888,0.0,0.107147707707997,0.153725174569888,0.0,0.220208706966776,0.153725174569888,0.0,0.0570896524244219,0.153725174569888,0.0,0.0913764418344845,0.5,0.153725174569888,0.0,0.0843010691181945,0.153725174569888,0.0,0.00146130370467474,0.5,0.153725174569888,0.0,0.0425443884651866,0.153725174569888,0.0,0.00798579318267588,0.153725174569888,0.0,0.0713381136813777,0.153725174569888,0.0,0.0863728739883389,0.153725174569888,0.0,0.0419800183087255,0.153725174569888,0.0,0.0910730959436617,0.153725174569888,0.0,0.0330882099667341,0.5,0.153725174569888,0.0,0.00434366950471583,0,0.178359514131182,0.695861958060984 -8063,0.5,0.153725174569888,0.0,0.0635677610255847,0.153725174569888,0.0,0.0303844891248725,0.153725174569888,0.0,0.0493559463198686,0.153725174569888,0.0,0.0388646525039929,0.153725174569888,0.0,0.110714134185423,0.153725174569888,0.0,0.240755971161199,0.153725174569888,0.0,0.0530929705215185,0.153725174569888,0.0,0.096476538571449,0.5,0.153725174569888,0.0,0.079923140835203,0.153725174569888,0.0,0.00274679769772282,0.5,0.153725174569888,0.0,0.0461260148605792,0.153725174569888,0.0,0.00842983370906631,0.153725174569888,0.0,0.0663143537087873,0.153725174569888,0.0,0.0913470795936301,0.153725174569888,0.0,0.0378979015491591,0.153725174569888,0.0,0.0742204815252416,0.153725174569888,0.0,0.0352929388899433,0.5,0.153725174569888,0.0,0.00596502751801011,0,0.175612084865027,0.756844216277808 -8064,0.5,0.153725174569888,0.0,0.0638466277128355,0.153725174569888,0.0,0.0188487334830975,0.153725174569888,0.0,0.0502467623151224,0.153725174569888,0.0,0.0397448768698963,0.153725174569888,0.0,0.125440369434431,0.153725174569888,0.0,0.259741138678019,0.153725174569888,0.0,0.0565720227974148,0.153725174569888,0.0,0.114020806001188,0.5,0.153725174569888,0.0,0.0705651676031127,0.153725174569888,0.0,0.00385407408553752,0.5,0.153725174569888,0.0,0.0483627488256627,0.153725174569888,0.0,0.00875681691677145,0.153725174569888,0.0,0.061594205163141,0.153725174569888,0.0,0.106627450059547,0.153725174569888,0.0,0.0356915861734818,0.153725174569888,0.0,0.0601653336273002,0.153725174569888,0.0,0.0358301015212934,0.5,0.153725174569888,0.0,0.00737680071849173,0,0.159383147716695,0.79303154023803 -8065,0.5,0.153725174569888,0.0,0.059014275170673,0.153725174569888,0.0,0.0194222653744661,0.153725174569888,0.0,0.0494967446238586,0.153725174569888,0.0,0.039079729740375,0.153725174569888,0.0,0.138460957590943,0.153725174569888,0.0,0.275787485566807,0.153725174569888,0.0,0.060720466760003,0.153725174569888,0.0,0.131616590191635,0.5,0.153725174569888,0.0,0.0600017167691535,0.153725174569888,0.0,0.00470086260649466,0.5,0.153725174569888,0.0,0.0500383592327303,0.153725174569888,0.0,0.00920801958349344,0.153725174569888,0.0,0.0543466958838654,0.153725174569888,0.0,0.121853389649981,0.153725174569888,0.0,0.0348046956802017,0.153725174569888,0.0,0.0498204042689977,0.153725174569888,0.0,0.0356993778245173,0.5,0.153725174569888,0.0,0.00885303763012654,0,0.120606193994745,0.818551420960775 -8066,0.5,0.153725174569888,0.0,0.048874299823291,0.153725174569888,0.0,0.0288464925628546,0.153725174569888,0.0,0.0475264877121223,0.153725174569888,0.0,0.0385964956328862,0.153725174569888,0.0,0.140733254445062,0.153725174569888,0.0,0.272748453873986,0.153725174569888,0.0,0.0747963440215221,0.153725174569888,0.0,0.135577108596705,0.5,0.153725174569888,0.0,0.0545079360618283,0.153725174569888,0.0,0.00510107913885947,0.5,0.153725174569888,0.0,0.0526662936314125,0.153725174569888,0.0,0.00995352773625567,0.153725174569888,0.0,0.0527235257964005,0.153725174569888,0.0,0.127353183119553,0.153725174569888,0.0,0.0360352936031809,0.153725174569888,0.0,0.0412332214903414,0.153725174569888,0.0,0.034762786970255,0.5,0.153725174569888,0.0,0.00842473554310952,0,0.0444775240393758,0.847192411514978 -8067,0.5,0.153725174569888,0.0,0.0375831332280279,0.153725174569888,0.0,0.0336381226391086,0.153725174569888,0.0,0.0426880385701971,0.153725174569888,0.0,0.037799233604246,0.153725174569888,0.0,0.129908257913288,0.153725174569888,0.0,0.24403960355155,0.153725174569888,0.0,0.0871933295558139,0.153725174569888,0.0,0.127012674922241,0.5,0.153725174569888,0.0,0.0574042854976244,0.153725174569888,0.0,0.00538311796674689,0.5,0.153725174569888,0.0,0.0525079989106552,0.153725174569888,0.0,0.0111126312744222,0.153725174569888,0.0,0.0529708200154122,0.153725174569888,0.0,0.123172551089514,0.153725174569888,0.0,0.0389358738180659,0.153725174569888,0.0,0.0390680041865199,0.153725174569888,0.0,0.0333287309100278,0.5,0.153725174569888,0.0,0.00701662350548148,0,0.00458160945387687,0.87154108779718 -8068,0.5,0.153725174569888,0.0,0.0291387755877073,0.153725174569888,0.0,0.0359945676274417,0.153725174569888,0.0,0.0356757761956666,0.153725174569888,0.0,0.0376902077276946,0.153725174569888,0.0,0.116991375825128,0.153725174569888,0.0,0.205679520461188,0.153725174569888,0.0,0.0971703641622529,0.153725174569888,0.0,0.108534522253858,0.5,0.153725174569888,0.0,0.0635323424433906,0.153725174569888,0.0,0.00560275999796478,0.5,0.153725174569888,0.0,0.0495141573850739,0.153725174569888,0.0,0.011506486336192,0.153725174569888,0.0,0.0578833756614207,0.153725174569888,0.0,0.120509718878312,0.153725174569888,0.0,0.042063689886597,0.153725174569888,0.0,0.04572770444695,0.153725174569888,0.0,0.0310828045091291,0.5,0.153725174569888,0.0,0.006308079289676,0,0.000908303333600702,0.88733451827609 -8069,0.5,0.153725174569888,0.0,0.0259924782046512,0.153725174569888,0.0,0.0378898371313532,0.153725174569888,0.0,0.0279158475508688,0.153725174569888,0.0,0.0370246315449898,0.153725174569888,0.0,0.107157578520019,0.153725174569888,0.0,0.183917405310389,0.153725174569888,0.0,0.103426280652784,0.153725174569888,0.0,0.0948624711688855,0.5,0.153725174569888,0.0,0.0681494125530872,0.153725174569888,0.0,0.00568063781897974,0.5,0.153725174569888,0.0,0.0455153757678374,0.153725174569888,0.0,0.0103162428544892,0.153725174569888,0.0,0.0626318645990081,0.153725174569888,0.0,0.121186571148314,0.153725174569888,0.0,0.0459248603907432,0.153725174569888,0.0,0.0581525015687574,0.153725174569888,0.0,0.028825408124323,0.5,0.153725174569888,0.0,0.00695466313879918,0,0.0127897346121189,0.878132831039583 -8070,0.5,0.153725174569888,0.0,0.02854302224962,0.153725174569888,0.0,0.0398891064726589,0.153725174569888,0.0,0.0285338830513381,0.153725174569888,0.0,0.0348347193106194,0.153725174569888,0.0,0.0976558317621386,0.153725174569888,0.0,0.173781225954714,0.153725174569888,0.0,0.102739346071076,0.153725174569888,0.0,0.0795221945005221,0.5,0.153725174569888,0.0,0.0709190618542721,0.153725174569888,0.0,0.00646510490453335,0.5,0.153725174569888,0.0,0.0398137404772683,0.153725174569888,0.0,0.00869908589582428,0.153725174569888,0.0,0.0623649089033395,0.153725174569888,0.0,0.124048185078366,0.153725174569888,0.0,0.0488495412273394,0.153725174569888,0.0,0.0756370154195454,0.153725174569888,0.0,0.0260061267187638,0.5,0.153725174569888,0.0,0.00758626500368828,0,0.0359429617901644,0.86342382327683 -8071,0.5,0.153725174569888,0.0,0.0323096287552823,0.153725174569888,0.0,0.0407049659128892,0.153725174569888,0.0,0.0406552963906032,0.153725174569888,0.0,0.0324614698820954,0.153725174569888,0.0,0.0916598672074306,0.153725174569888,0.0,0.164686581528111,0.153725174569888,0.0,0.0943119496913821,0.153725174569888,0.0,0.0717563298921548,0.5,0.153725174569888,0.0,0.0699787485773619,0.153725174569888,0.0,0.00816874231924991,0.5,0.153725174569888,0.0,0.0354029669992809,0.153725174569888,0.0,0.00792242307800857,0.153725174569888,0.0,0.0617503777888346,0.153725174569888,0.0,0.124050918709927,0.153725174569888,0.0,0.0500154164453862,0.153725174569888,0.0,0.0928739110713123,0.153725174569888,0.0,0.0239670818117016,0.5,0.153725174569888,0.0,0.00766578745193648,0,0.0764669324286779,0.825865796335552 -8072,0.5,0.153725174569888,0.0,0.0332683750488609,0.153725174569888,0.0,0.0364320763377787,0.153725174569888,0.0,0.0620798031693811,0.153725174569888,0.0,0.0334422672741239,0.153725174569888,0.0,0.0871503118455666,0.153725174569888,0.0,0.154734590463026,0.153725174569888,0.0,0.0834658347375807,0.153725174569888,0.0,0.0664388953446732,0.5,0.153725174569888,0.0,0.0727151753239251,0.153725174569888,0.0,0.010023315967409,0.5,0.153725174569888,0.0,0.0395200662631926,0.153725174569888,0.0,0.0079922946095389,0.153725174569888,0.0,0.0541514608857859,0.153725174569888,0.0,0.117764041974874,0.153725174569888,0.0,0.0480722861959926,0.153725174569888,0.0,0.103829797408379,0.153725174569888,0.0,0.0249597237630164,0.5,0.153725174569888,0.0,0.00800291209105311,0,0.107360840392861,0.780027085163262 -8073,0.5,0.153725174569888,0.00427403331299398,0.032004475227133,0.153725174569888,0.0,0.031635874960803,0.153725174569888,0.00117460314987651,0.0874668258650506,0.153725174569888,0.00227162545443869,0.0369655572003122,0.153725174569888,0.0,0.0824518561156669,0.153725174569888,0.0,0.149402287836413,0.153725174569888,9.60527682708507e-05,0.0738074255340542,0.153725174569888,9.15394552584661e-05,0.0601387391457713,0.5,0.153725174569888,0.000383235359870919,0.0779552306915886,0.153725174569888,0.00355487340756835,0.0114581388499165,0.5,0.153725174569888,0.000812078010858309,0.050941300821995,0.153725174569888,0.00228992520559088,0.00949397701951423,0.153725174569888,3.1610929098976e-06,0.046139016175067,0.153725174569888,3.47371755502534e-05,0.104202800101906,0.153725174569888,0.00112276138148432,0.0417710205321037,0.153725174569888,0.0005516684969235,0.10994583596883,0.153725174569888,0.00200010106118127,0.0299833250207312,0.5,0.153725174569888,0.0166871907452722,0.00870430128944819,0,0.111804151257457,0.714503443002767 -8074,0.5,0.153725174569888,0.0981426317985857,0.0320509783045048,0.153725174569888,0.120179465655121,0.028081904034994,0.153725174569888,0.0099671441931222,0.111057010601525,0.153725174569888,0.0192552083277638,0.0426993550787759,0.153725174569888,0.112143790318417,0.0825390297230458,0.153725174569888,0.0785354182995527,0.159401266755131,0.153725174569888,0.0463391798301627,0.071939486131907,0.153725174569888,0.00545189755617206,0.0554355205990163,0.5,0.153725174569888,0.0066335901607105,0.0898887188824385,0.153725174569888,0.0375549789601034,0.0160376766619486,0.5,0.153725174569888,0.00925534445075319,0.065732894430556,0.153725174569888,0.028076422087479,0.0156608945955622,0.153725174569888,0.0688039774593197,0.0406446402304033,0.153725174569888,0.104527844315535,0.0855994516214209,0.153725174569888,0.0954032609711684,0.0363782054672648,0.153725174569888,0.00833718033859141,0.11526360261386,0.153725174569888,0.0241526599493764,0.039411414462439,0.5,0.153725174569888,0.0925330014626995,0.0174961400651065,0,0.100914525300969,0.654247706540443 -8075,0.5,0.153725174569888,0.167912626179539,0.0382562218402474,0.153725174569888,0.274731602301974,0.0215845237597975,0.153725174569888,0.0185469117896336,0.117808149688486,0.153725174569888,0.0388959623799562,0.0489670247749018,0.153725174569888,0.271280729488021,0.0962294418612686,0.153725174569888,0.195468698424596,0.169884432664589,0.153725174569888,0.130540012878351,0.0764673686050817,0.153725174569888,0.0184976338903428,0.0580869006041031,0.5,0.153725174569888,0.0197715383873757,0.103989377375245,0.153725174569888,0.0750541278438549,0.0223558987222841,0.5,0.153725174569888,0.0265694902146185,0.108808738147569,0.153725174569888,0.0614492169001524,0.0214379853731415,0.153725174569888,0.153393271995805,0.0440631644155607,0.153725174569888,0.260185140640021,0.0744423559732377,0.153725174569888,0.223431385241248,0.0345399347397149,0.153725174569888,0.0225957432190161,0.11513341162829,0.153725174569888,0.059646625396475,0.0612058073170353,0.5,0.153725174569888,0.166370898047976,0.0351753015839988,0,0.0850861396240954,0.593835394517479 -8076,0.5,0.153725174569888,0.201125303915272,0.0407419836532297,0.153725174569888,0.378304073709681,0.0156183485958201,0.153725174569888,0.0256463870509117,0.110488760718422,0.153725174569888,0.0559844186094278,0.0570193991230776,0.153725174569888,0.383691688397208,0.122461226304049,0.153725174569888,0.280886874532463,0.165783360549497,0.153725174569888,0.210081968405539,0.0733037725061774,0.153725174569888,0.034098961726684,0.0632657131895285,0.5,0.153725174569888,0.0357673968905044,0.114728682835917,0.153725174569888,0.0929234208507125,0.0299108261871021,0.5,0.153725174569888,0.0423235427613504,0.120017096042343,0.153725174569888,0.0844717302817679,0.0287260164920732,0.153725174569888,0.207520369894561,0.0516241879054267,0.153725174569888,0.368825818712689,0.0737179917543185,0.153725174569888,0.319216220722427,0.039807599419015,0.153725174569888,0.0394322402033448,0.111998937954487,0.153725174569888,0.0796236016366753,0.0705906503865024,0.5,0.153725174569888,0.206125163878405,0.0496182240184662,0,0.0756848277147703,0.532497981944434 -8077,0.5,0.153725174569888,0.191881102944428,0.039179601974601,0.153725174569888,0.41375154086502,0.0142281666665086,0.153725174569888,0.0284037481782759,0.0921938100292497,0.153725174569888,0.0619287822643911,0.0611633920821594,0.153725174569888,0.429285601590725,0.131770685402852,0.153725174569888,0.318768679358759,0.207956453935709,0.153725174569888,0.253856430955687,0.0765448534334593,0.153725174569888,0.045893931486262,0.0657523720162336,0.5,0.153725174569888,0.0503403468536971,0.125305308778003,0.153725174569888,0.0939147330534311,0.0430266420083464,0.5,0.153725174569888,0.0542533309561378,0.132756105970146,0.153725174569888,0.0892665605189888,0.0392461570695266,0.153725174569888,0.224330049643604,0.0535819459615057,0.153725174569888,0.407450312356121,0.0797862118940295,0.153725174569888,0.355732927398201,0.0427626928520381,0.153725174569888,0.0506013565495729,0.125664714762413,0.153725174569888,0.0794582923627443,0.0881024548271317,0.5,0.153725174569888,0.192245127843048,0.0588273054252615,0,0.0764724762357815,0.48476086773076 -8078,0.5,0.153725174569888,0.142427091000022,0.0348165070190974,0.153725174569888,0.378357123830821,0.0140962752112588,0.153725174569888,0.0275629735240467,0.0746178571879412,0.153725174569888,0.0494574476812967,0.060453572087929,0.153725174569888,0.404688180272534,0.149596347454941,0.153725174569888,0.303916253412805,0.220808345059776,0.153725174569888,0.246168085034149,0.0817720997121819,0.153725174569888,0.0469425708124686,0.0685149904358029,0.5,0.153725174569888,0.0498119125641833,0.137522959942713,0.153725174569888,0.074518123802645,0.0595450594645585,0.5,0.153725174569888,0.0455729455266795,0.149266222856041,0.153725174569888,0.0730050673995943,0.052012796227479,0.153725174569888,0.188236134259944,0.0538315288561988,0.153725174569888,0.374609145323356,0.0838223087741041,0.153725174569888,0.326723067979573,0.0437569418151182,0.153725174569888,0.0496486853259481,0.123465215299535,0.153725174569888,0.0665309490517823,0.102308246764218,0.5,0.153725174569888,0.141139354204762,0.0694035406416512,0,0.0799918323418881,0.461235512100002 -8079,0.5,0.153725174569888,0.0626026211230173,0.0310842488267265,0.153725174569888,0.165275887475392,0.0172277826765892,0.153725174569888,0.0168770454691472,0.0588233931617438,0.153725174569888,0.0288908371252744,0.0567545874524257,0.153725174569888,0.288475110131987,0.143732307097815,0.153725174569888,0.233760651431467,0.212411056100636,0.153725174569888,0.182118228124495,0.0836556393492136,0.153725174569888,0.0312328836592823,0.0690563457882261,0.5,0.153725174569888,0.0327440838654442,0.13063508391312,0.153725174569888,0.0402299957594383,0.074557943568014,0.5,0.153725174569888,0.0302723672637386,0.152532098132631,0.153725174569888,0.0441935972685618,0.0621098103574313,0.153725174569888,0.0867382593221099,0.0528678264235032,0.153725174569888,0.223419694778771,0.0911954874328283,0.153725174569888,0.188261892759417,0.042952187847742,0.153725174569888,0.0348335729491738,0.11468034387714,0.153725174569888,0.0363295171948146,0.106057754055657,0.5,0.153725174569888,0.0593346863128336,0.0683907553425585,0,0.0818087048309335,0.460778436478917 -8080,0.5,0.153725174569888,0.0,0.0296476214471319,0.153725174569888,0.0,0.0250256091541606,0.153725174569888,0.000293497817863743,0.0519184082916581,0.153725174569888,0.000256165109190808,0.0516663732250181,0.153725174569888,0.0,0.128991170368521,0.153725174569888,0.036247477857064,0.182856158120339,0.153725174569888,0.00144737839816748,0.0846483166946178,0.153725174569888,0.00856081666379063,0.0587917972704796,0.5,0.153725174569888,0.00939277786504042,0.109087582520183,0.153725174569888,0.00828920658045696,0.070522885945274,0.5,0.153725174569888,0.00851115581932322,0.134703165755213,0.153725174569888,0.010908180630345,0.056934035761236,0.153725174569888,0.0,0.052508197569726,0.153725174569888,0.0,0.104115367071236,0.153725174569888,0.0,0.0451255407031533,0.153725174569888,0.00380664676763514,0.0934497773717093,0.153725174569888,0.00113311155748217,0.0931243637847032,0.5,0.153725174569888,0.00170735368202674,0.0593008324519423,0,0.084778593117906,0.447294790837421 -8081,0.5,0.153725174569888,0.0,0.0317655598197741,0.153725174569888,0.0,0.0360883670169561,0.153725174569888,0.0,0.0547244982372441,0.153725174569888,0.0,0.0514416835572693,0.153725174569888,0.0,0.125543016845666,0.153725174569888,0.0,0.165264911307356,0.153725174569888,0.0,0.0798321480466065,0.153725174569888,0.0,0.0477384253504579,0.5,0.153725174569888,0.0,0.0789587331639638,0.153725174569888,0.0,0.0745798489338883,0.5,0.153725174569888,0.0,0.106492698252225,0.153725174569888,0.0,0.0529482046025044,0.153725174569888,0.0,0.052821592664992,0.153725174569888,0.0,0.117792496910805,0.153725174569888,0.0,0.0495155165977976,0.153725174569888,0.0,0.0800075128348365,0.153725174569888,0.0,0.0848648105749263,0.5,0.153725174569888,0.0,0.0402805975376689,0,0.0863412071995499,0.414841820452575 -8082,0.5,0.153725174569888,0.0,0.0335257029814198,0.153725174569888,0.0,0.0473739221656199,0.153725174569888,0.0,0.0604851086034077,0.153725174569888,0.0,0.0528573097344296,0.153725174569888,0.0,0.12541789937959,0.153725174569888,0.0,0.155680644120451,0.153725174569888,0.0,0.0759245665350093,0.153725174569888,0.0,0.041849625369816,0.5,0.153725174569888,0.0,0.0693942577858924,0.153725174569888,0.0,0.0879539504455767,0.5,0.153725174569888,0.0,0.0962734549445832,0.153725174569888,0.0,0.0664636476590358,0.153725174569888,0.0,0.0516963689078468,0.153725174569888,0.0,0.122589366941652,0.153725174569888,0.0,0.053079975376003,0.153725174569888,0.0,0.0791734609810324,0.153725174569888,0.0,0.0864095147995633,0.5,0.153725174569888,0.0,0.0336239543447203,0,0.0813501578900984,0.364030720141081 -8083,0.5,0.153725174569888,0.0,0.0341874652810322,0.153725174569888,0.0,0.0547845621033115,0.153725174569888,0.0,0.0625170352118057,0.153725174569888,0.0,0.0531858172800018,0.153725174569888,0.0,0.124817156989117,0.153725174569888,0.0,0.15316071030615,0.153725174569888,0.0,0.0727890069126306,0.153725174569888,0.0,0.0350135183959076,0.5,0.153725174569888,0.0,0.0694344321741841,0.153725174569888,0.0,0.0879766935656517,0.5,0.153725174569888,0.0,0.0965474664084021,0.153725174569888,0.0,0.0808840663128191,0.153725174569888,0.0,0.0502151218947635,0.153725174569888,0.0,0.121185683377553,0.153725174569888,0.0,0.0569068373158787,0.153725174569888,0.0,0.0745621046496263,0.153725174569888,0.0,0.0831946234903108,0.5,0.153725174569888,0.0,0.0353493723856731,0,0.0721054787790375,0.30979680584152 -8084,0.5,0.153725174569888,0.0,0.0346793158336295,0.153725174569888,0.0,0.0537368967407528,0.153725174569888,0.0,0.0552762752870071,0.153725174569888,0.0,0.0532978217580628,0.153725174569888,0.0,0.121864178644461,0.153725174569888,0.0,0.141244129514399,0.153725174569888,0.0,0.0702514835811799,0.153725174569888,0.0,0.0253110788950648,0.5,0.153725174569888,0.0,0.070094855107446,0.153725174569888,0.0,0.0735146398815502,0.5,0.153725174569888,0.0,0.0978912755321174,0.153725174569888,0.0,0.0865631983090572,0.153725174569888,0.0,0.0479249744161618,0.153725174569888,0.0,0.113446490853776,0.153725174569888,0.0,0.0601920152170875,0.153725174569888,0.0,0.0650020849265745,0.153725174569888,0.0,0.0825963966830375,0.5,0.153725174569888,0.0,0.038655579532994,0,0.0608679771283346,0.252560055869149 -8085,0.5,0.153725174569888,0.0,0.0345193088450411,0.153725174569888,0.0,0.0457696888519685,0.153725174569888,0.0,0.0450394789506731,0.153725174569888,0.0,0.0539509382794081,0.153725174569888,0.0,0.12254045023667,0.153725174569888,0.0,0.130466920584811,0.153725174569888,0.0,0.069124184551119,0.153725174569888,0.0,0.0175621076220544,0.5,0.153725174569888,0.0,0.0651778453764882,0.153725174569888,0.0,0.0615043850308761,0.5,0.153725174569888,0.0,0.0980472156766174,0.153725174569888,0.0,0.0769130064400436,0.153725174569888,0.0,0.0466554106806256,0.153725174569888,0.0,0.105975031969807,0.153725174569888,0.0,0.0627031083826079,0.153725174569888,0.0,0.0538298032230637,0.153725174569888,0.0,0.0861681837637964,0.5,0.153725174569888,0.0,0.0442654830090547,0,0.0525252665453626,0.216405786524971 -8086,0.5,0.153725174569888,0.0,0.0348239384188131,0.153725174569888,0.0,0.0388604663244109,0.153725174569888,0.0,0.0370300752675652,0.153725174569888,0.0,0.0546956036734144,0.153725174569888,0.0,0.121587169524478,0.153725174569888,0.0,0.122290228025183,0.153725174569888,0.0,0.0661791934621679,0.153725174569888,0.0,0.0133674123540094,0.5,0.153725174569888,0.0,0.0598550768331464,0.153725174569888,0.0,0.0533083388763666,0.5,0.153725174569888,0.0,0.10080697533321,0.153725174569888,0.0,0.0582361446538724,0.153725174569888,0.0,0.0469196659602589,0.153725174569888,0.0,0.107524530722198,0.153725174569888,0.0,0.0619248953278453,0.153725174569888,0.0,0.0451294391956114,0.153725174569888,0.0,0.0942658854707838,0.5,0.153725174569888,0.0,0.0510617822128056,0,0.0511382578251854,0.200305402283271 -8087,0.5,0.153725174569888,0.0,0.0370272392921092,0.153725174569888,0.0,0.0387452703984026,0.153725174569888,0.0,0.0332396896438317,0.153725174569888,0.0,0.0550548012817071,0.153725174569888,0.0,0.126179123265891,0.153725174569888,0.0,0.116747959940999,0.153725174569888,0.0,0.0606918361744074,0.153725174569888,0.0,0.00997872565407632,0.5,0.153725174569888,0.0,0.0583884413482816,0.153725174569888,0.0,0.047574184330845,0.5,0.153725174569888,0.0,0.107268387613675,0.153725174569888,0.0,0.0510142049136024,0.153725174569888,0.0,0.0470078517740204,0.153725174569888,0.0,0.112423669997685,0.153725174569888,0.0,0.0604770271804928,0.153725174569888,0.0,0.0370432770469137,0.153725174569888,0.0,0.0922224729955794,0.5,0.153725174569888,0.0,0.0599137417727802,0,0.0539289343176262,0.200414634487405 -8088,0.5,0.153725174569888,0.0,0.0408186211432163,0.153725174569888,0.0,0.0431241111205243,0.153725174569888,0.0,0.0318325076545842,0.153725174569888,0.0,0.0557226027465156,0.153725174569888,0.0,0.139236979797947,0.153725174569888,0.0,0.120545420007595,0.153725174569888,0.0,0.0586261263438249,0.153725174569888,0.0,0.00861687925840354,0.5,0.153725174569888,0.0,0.0593364419704318,0.153725174569888,0.0,0.0439236414944092,0.5,0.153725174569888,0.0,0.112201238537669,0.153725174569888,0.0,0.0548409080044599,0.153725174569888,0.0,0.0487629293618886,0.153725174569888,0.0,0.118968732383745,0.153725174569888,0.0,0.0623905241246068,0.153725174569888,0.0,0.0324429493175725,0.153725174569888,0.0,0.0906045382301635,0.5,0.153725174569888,0.0,0.0679626572597459,0,0.0597016582791884,0.215815062633075 -8089,0.5,0.153725174569888,0.0,0.0456219832407049,0.153725174569888,0.0,0.0490519562291265,0.153725174569888,0.0,0.0333111094275439,0.153725174569888,0.0,0.0580451277654181,0.153725174569888,0.0,0.161431428027659,0.153725174569888,0.0,0.129224717174242,0.153725174569888,0.0,0.0610502204246804,0.153725174569888,0.0,0.00843501485089058,0.5,0.153725174569888,0.0,0.0632651794228705,0.153725174569888,0.0,0.0449274625876608,0.5,0.153725174569888,0.0,0.127148840891585,0.153725174569888,0.0,0.0603809208613305,0.153725174569888,0.0,0.0511553775485125,0.153725174569888,0.0,0.122997752698036,0.153725174569888,0.0,0.0646263534000407,0.153725174569888,0.0,0.0290773293164628,0.153725174569888,0.0,0.0924206952193678,0.5,0.153725174569888,0.0,0.0749697601495877,0,0.0652674779635869,0.233990083769148 -8090,0.5,0.153725174569888,0.0,0.0516442480826869,0.153725174569888,0.0,0.0542626381446286,0.153725174569888,0.0,0.0360518144761298,0.153725174569888,0.0,0.0621696195358842,0.153725174569888,0.0,0.166932861896883,0.153725174569888,0.0,0.129101000714609,0.153725174569888,0.0,0.0659846544188508,0.153725174569888,0.0,0.00976709038135004,0.5,0.153725174569888,0.0,0.0621620834293198,0.153725174569888,0.0,0.0511690757794808,0.5,0.153725174569888,0.0,0.140826590075926,0.153725174569888,0.0,0.0671113975149181,0.153725174569888,0.0,0.0536431769584322,0.153725174569888,0.0,0.128882131710263,0.153725174569888,0.0,0.0664823868847137,0.153725174569888,0.0,0.0273591580700393,0.153725174569888,0.0,0.0973244116979341,0.5,0.153725174569888,0.0,0.0750088261527347,0,0.0674682530673624,0.246257237697555 -8091,0.5,0.153725174569888,0.0,0.0583837909388459,0.153725174569888,0.0,0.0589658894612362,0.153725174569888,0.0,0.0406860169110662,0.153725174569888,0.0,0.0662755422142264,0.153725174569888,0.0,0.16728389001163,0.153725174569888,0.0,0.124800757930673,0.153725174569888,0.0,0.0697283624830487,0.153725174569888,0.0,0.011141443596024,0.5,0.153725174569888,0.0,0.0568536486175517,0.153725174569888,0.0,0.0528979676027635,0.5,0.153725174569888,0.0,0.130744077161576,0.153725174569888,0.0,0.0647878936988107,0.153725174569888,0.0,0.0542451883594722,0.153725174569888,0.0,0.137554618395582,0.153725174569888,0.0,0.0692188088983708,0.153725174569888,0.0,0.0269182994637573,0.153725174569888,0.0,0.0919515242801109,0.5,0.153725174569888,0.0,0.0710164588318439,0,0.0633066032914028,0.254520484966138 -8092,0.5,0.153725174569888,0.0,0.0662841099625393,0.153725174569888,0.0,0.0645457714212013,0.153725174569888,0.0,0.045069700540533,0.153725174569888,0.0,0.0727093085646938,0.153725174569888,0.0,0.171589461803226,0.153725174569888,0.0,0.120779026244579,0.153725174569888,0.0,0.0721820435684117,0.153725174569888,0.0,0.010966460294081,0.5,0.153725174569888,0.0,0.0548416912349011,0.153725174569888,0.0,0.0476334837832309,0.5,0.153725174569888,0.0,0.118557337627344,0.153725174569888,0.0,0.0592484287316817,0.153725174569888,0.0,0.0558885598476381,0.153725174569888,0.0,0.14737665270254,0.153725174569888,0.0,0.0740150853496267,0.153725174569888,0.0,0.0267040914768163,0.153725174569888,0.0,0.0802939788267979,0.5,0.153725174569888,0.0,0.0653449886483844,0,0.0511473887743964,0.267439247049247 -8093,0.5,0.153725174569888,0.0,0.0719351584716387,0.153725174569888,0.0,0.0699640881387279,0.153725174569888,0.0,0.0472448702015864,0.153725174569888,0.0,0.0794794890356396,0.153725174569888,0.0,0.178154035000088,0.153725174569888,0.0,0.11861248970944,0.153725174569888,0.0,0.0746113400389804,0.153725174569888,0.0,0.00979505993496747,0.5,0.153725174569888,0.0,0.0533557979035379,0.153725174569888,0.0,0.0379114302606713,0.5,0.153725174569888,0.0,0.109094802758335,0.153725174569888,0.0,0.0520497061343752,0.153725174569888,0.0,0.0655252944948308,0.153725174569888,0.0,0.16293647866586,0.153725174569888,0.0,0.0803783013587952,0.153725174569888,0.0,0.026376436497985,0.153725174569888,0.0,0.0684198971811371,0.5,0.153725174569888,0.0,0.0576481662002575,0,0.0435001781560163,0.297971921224443 -8094,0.5,0.153725174569888,0.0,0.0768694562710077,0.153725174569888,0.0,0.0755357394880386,0.153725174569888,0.0,0.04781701004549,0.153725174569888,0.0,0.086397609718056,0.153725174569888,0.0,0.187404222591306,0.153725174569888,0.0,0.112636108684334,0.153725174569888,0.0,0.0737438798540843,0.153725174569888,0.0,0.00976408511034242,0.5,0.153725174569888,0.0,0.0579218628462237,0.153725174569888,0.0,0.0304866090947024,0.5,0.153725174569888,0.0,0.100770191850771,0.153725174569888,0.0,0.0424065619380755,0.153725174569888,0.0,0.0790257184058686,0.153725174569888,0.0,0.169327516669003,0.153725174569888,0.0,0.0807795555128774,0.153725174569888,0.0,0.0282314206716302,0.153725174569888,0.0,0.0583151853470704,0.5,0.153725174569888,0.0,0.052432574516958,0,0.0514500616054169,0.3369667308528 -8095,0.5,0.153725174569888,0.0,0.0826510717192902,0.153725174569888,0.0,0.08182461817333,0.153725174569888,0.0,0.0483817730508198,0.153725174569888,0.0,0.0947338209354095,0.153725174569888,0.0,0.19246613895202,0.153725174569888,0.0,0.102480827848651,0.153725174569888,0.0,0.0699577302072586,0.153725174569888,0.0,0.0112013049005885,0.5,0.153725174569888,0.0,0.0679369148823974,0.153725174569888,0.0,0.0226235428654721,0.5,0.153725174569888,0.0,0.0935036769055906,0.153725174569888,0.0,0.0329252313227067,0.153725174569888,0.0,0.09378842124803,0.153725174569888,0.0,0.172379935349316,0.153725174569888,0.0,0.0747308841622348,0.153725174569888,0.0,0.0312456678737742,0.153725174569888,0.0,0.0545507574096686,0.5,0.153725174569888,0.0,0.0477171676562523,0,0.0705862046428676,0.38150415611489 -8096,0.5,0.153725174569888,0.0,0.0902968500953704,0.153725174569888,0.0,0.0822553605228764,0.153725174569888,0.0,0.0482318906721871,0.153725174569888,0.0,0.104527933925268,0.153725174569888,0.0,0.176630594971574,0.153725174569888,0.0,0.0930817454655005,0.153725174569888,0.0,0.0616800024987758,0.153725174569888,0.0,0.0125838382792786,0.5,0.153725174569888,0.0,0.069183062525218,0.153725174569888,0.0,0.01693771525825,0.5,0.153725174569888,0.0,0.0859174251794968,0.153725174569888,0.0,0.023218265338588,0.153725174569888,0.0,0.110337115150053,0.153725174569888,0.0,0.171477452926747,0.153725174569888,0.0,0.0672070132364393,0.153725174569888,0.0,0.0308279067980206,0.153725174569888,0.0,0.0527340684457325,0.5,0.153725174569888,0.0,0.0459704299957583,0,0.096545193498866,0.428756809079718 -8097,0.5,0.153725174569888,0.0009451934308263,0.0996412086714638,0.153725174569888,0.0,0.0794115838123573,0.153725174569888,0.000761383513785642,0.0461859866448783,0.153725174569888,0.00176360952331866,0.116969749490189,0.153725174569888,0.0,0.148274592590867,0.153725174569888,0.0,0.0863253287757788,0.153725174569888,2.40240682153284e-05,0.0549542258331477,0.153725174569888,0.000119510141354426,0.013486208315205,0.5,0.153725174569888,0.000437619089676842,0.0677686408998798,0.153725174569888,0.00329382500006712,0.0175265227192048,0.5,0.153725174569888,0.00117178819444665,0.0924606598639328,0.153725174569888,0.00289896853478442,0.0226046298758837,0.153725174569888,0.0,0.118051337609025,0.153725174569888,3.5852230194736e-07,0.166623865013763,0.153725174569888,0.000129472144156416,0.0615166781944472,0.153725174569888,0.000514693959300878,0.02834296329232,0.153725174569888,0.00227090860430063,0.0541342011197147,0.5,0.153725174569888,0.0104743348416836,0.0482477201250106,0,0.13921001137634,0.445813892114161 -8098,0.5,0.153725174569888,0.0182259183483193,0.112323419920176,0.153725174569888,0.0154481128619117,0.0825624930578999,0.153725174569888,0.00824457711111447,0.0439145822875524,0.153725174569888,0.0157403332335272,0.132946214167351,0.153725174569888,0.00840297014975648,0.128664973739426,0.153725174569888,0.0217708198729021,0.0803657453045445,0.153725174569888,0.0169943867048007,0.0478577898872514,0.153725174569888,0.0218351973536847,0.0224767382986954,0.5,0.153725174569888,0.0114673288420234,0.0696907064981832,0.153725174569888,0.0292129035043444,0.0174075410547801,0.5,0.153725174569888,0.0139520827084798,0.121772390528642,0.153725174569888,0.0370353363189188,0.0267396942334906,0.153725174569888,0.00637133298730127,0.121701689530969,0.153725174569888,0.00746770246487238,0.157247634098434,0.153725174569888,0.00865049280276753,0.0617771662256413,0.153725174569888,0.010222590179311,0.0287820519960612,0.153725174569888,0.0219444761968186,0.0681248997835702,0.5,0.153725174569888,0.056777325704238,0.0532171900302498,0,0.200620887207146,0.428641777948308 -8099,0.5,0.153725174569888,0.044658675191203,0.12667153946081,0.153725174569888,0.0327287921714787,0.0912626122211114,0.153725174569888,0.0233570881528867,0.0413775125448939,0.153725174569888,0.0359285339315825,0.158958944210399,0.153725174569888,0.030351660633567,0.119729283119664,0.153725174569888,0.0701710205406536,0.0742264901333544,0.153725174569888,0.0459152974489643,0.0457502741160681,0.153725174569888,0.063292553882623,0.0312532405435051,0.5,0.153725174569888,0.0320593589347036,0.0716673911671136,0.153725174569888,0.0595447834116072,0.0136322263948385,0.5,0.153725174569888,0.0342759670671794,0.125962831171241,0.153725174569888,0.0726727329404632,0.0271322172421448,0.153725174569888,0.0188800116939043,0.135268799165069,0.153725174569888,0.0314943302364806,0.154895718946723,0.153725174569888,0.0208005881673576,0.0636953773179459,0.153725174569888,0.0285612198810466,0.0306201084266575,0.153725174569888,0.0489849233010842,0.0773944940765028,0.5,0.153725174569888,0.102338917667875,0.0478498369813363,0,0.304924614856045,0.397617148973573 -8100,0.5,0.153725174569888,0.0628523449237932,0.150625964613488,0.153725174569888,0.0274633790143984,0.0990943301027244,0.153725174569888,0.0387576149377354,0.0467841273954355,0.153725174569888,0.0637856670302485,0.198518972888818,0.153725174569888,0.045435939626083,0.115190656929093,0.153725174569888,0.110567141340311,0.0730584645937423,0.153725174569888,0.0680658484748153,0.0446326706189741,0.153725174569888,0.0896598757255421,0.0410608734690035,0.5,0.153725174569888,0.0478311473909233,0.0626073730242491,0.153725174569888,0.0785468420142618,0.00831733947515349,0.5,0.153725174569888,0.0505974452002494,0.125222351907776,0.153725174569888,0.107440044921441,0.0235461998467185,0.153725174569888,0.029291019074788,0.157072428086037,0.153725174569888,0.0597414877243578,0.165194396614064,0.153725174569888,0.0276239360374996,0.0643229001015947,0.153725174569888,0.0439454349141709,0.0280085899797568,0.153725174569888,0.07288105406992,0.0763625558097051,0.5,0.153725174569888,0.155220120082279,0.0374576659925408,0,0.427982584038629,0.38567695498402 -8101,0.5,0.153725174569888,0.0510001946082929,0.171438554316041,0.153725174569888,0.0202346212242074,0.106711004214956,0.153725174569888,0.0480503019489853,0.0463160408493665,0.153725174569888,0.0828720440111538,0.255778352247049,0.153725174569888,0.0446775016990587,0.110323814729334,0.153725174569888,0.112680271410125,0.0729921618191666,0.153725174569888,0.0735217291112629,0.0461430470552433,0.153725174569888,0.0950910869859185,0.0449294712541277,0.5,0.153725174569888,0.0518822858748948,0.0493500079308679,0.153725174569888,0.0831220947738786,0.0041952992661431,0.5,0.153725174569888,0.0582547118920305,0.109277798942528,0.153725174569888,0.125142959102686,0.0177212285069333,0.153725174569888,0.0290833830431237,0.175564931213266,0.153725174569888,0.0565676723711768,0.175986942161711,0.153725174569888,0.0304922468765289,0.0636771968581559,0.153725174569888,0.0511818357355627,0.0221889200165345,0.153725174569888,0.0860850270096151,0.0667418393675105,0.5,0.153725174569888,0.190118143025717,0.0259084700485697,0,0.500243871831344,0.405588640315756 -8102,0.5,0.153725174569888,0.038261899803376,0.19662926550019,0.153725174569888,0.0111495734254514,0.11362466774492,0.153725174569888,0.0451560428709279,0.0417722402474052,0.153725174569888,0.0722503991091706,0.285997111620862,0.153725174569888,0.0319340164711171,0.102464874278091,0.153725174569888,0.089373674321,0.0577362620388146,0.153725174569888,0.0647764818957126,0.0385310798116394,0.153725174569888,0.0770444517580996,0.0344674798101711,0.5,0.153725174569888,0.0412010165077732,0.0286959173590859,0.153725174569888,0.0828753255195159,0.00253458824850533,0.5,0.153725174569888,0.0533343927883824,0.0653609710125026,0.153725174569888,0.122309517978043,0.0140213379128942,0.153725174569888,0.019084498515974,0.200981319574657,0.153725174569888,0.0470859706570663,0.174503272520764,0.153725174569888,0.0243052857788695,0.0584678895272579,0.153725174569888,0.0450283454409641,0.0169513029524639,0.153725174569888,0.0801939941225877,0.0454612623341047,0.5,0.153725174569888,0.184445088453155,0.0144078710040925,0,0.488567773928556,0.466391541166624 -8103,0.5,0.153725174569888,0.0185382878393274,0.218885600556222,0.153725174569888,0.00412699089753013,0.110104878261616,0.153725174569888,0.0238865282993959,0.0359794503754544,0.153725174569888,0.0344063305004782,0.289995507417242,0.153725174569888,0.0177068435929309,0.0830669845840013,0.153725174569888,0.0537946355717271,0.0402568616193379,0.153725174569888,0.0458641872209082,0.0283469473867065,0.153725174569888,0.0421697424318515,0.0188820960891687,0.5,0.153725174569888,0.0225728114449819,0.0154855152922957,0.153725174569888,0.0532447543131291,0.00336206129758225,0.5,0.153725174569888,0.0349171857583143,0.0321286907441322,0.153725174569888,0.0858086941407172,0.0112337375499489,0.153725174569888,0.00703314690360911,0.212139803493513,0.153725174569888,0.0164469717489084,0.156707197249442,0.153725174569888,0.011760369151127,0.048022661556971,0.153725174569888,0.0272617558426925,0.00907961092782658,0.153725174569888,0.0470593341503821,0.0314907689880437,0.5,0.153725174569888,0.121936928069786,0.00575474054194663,0,0.51396574963055,0.519631648953095 -8104,0.5,0.153725174569888,3.0478417314608e-05,0.230343281673666,0.153725174569888,0.0,0.0953811018766539,0.153725174569888,0.000252256855560941,0.0271264796476214,0.153725174569888,0.000173029205042754,0.265161665429578,0.153725174569888,0.0,0.0640379914206035,0.153725174569888,0.0113166923311926,0.0273362865014325,0.153725174569888,0.000936898870340596,0.0175963864380758,0.153725174569888,0.00916119101229568,0.00732703748340175,0.5,0.153725174569888,0.00549267561990101,0.00820348733385857,0.153725174569888,0.0178492344125156,0.00344049054248515,0.5,0.153725174569888,0.00914093347764879,0.0119691529904876,0.153725174569888,0.0217162052330619,0.00692835934531231,0.153725174569888,0.000377074307520955,0.218461022300571,0.153725174569888,0.0,0.131546144713597,0.153725174569888,0.000368461782268786,0.0390750664422758,0.153725174569888,0.000948139731100361,0.00362283038391446,0.153725174569888,0.000615297046999423,0.0196480430610478,0.5,0.153725174569888,0.00246239222387048,0.00309499253256764,0,0.538198420376139,0.492994983534352 -8105,0.5,0.153725174569888,0.0,0.236625909907852,0.153725174569888,0.0,0.0821722567302992,0.153725174569888,0.0,0.0200404105180953,0.153725174569888,0.0,0.249639111919843,0.153725174569888,0.0,0.0503090609604407,0.153725174569888,0.0,0.0204891940524865,0.153725174569888,0.0,0.0118836550044765,0.153725174569888,0.0,0.00401037746432546,0.5,0.153725174569888,0.0,0.0040909499645103,0.153725174569888,0.0,0.00282967643415154,0.5,0.153725174569888,0.0,0.00815526337778019,0.153725174569888,0.0,0.00366365073365178,0.153725174569888,0.0,0.21625742219479,0.153725174569888,0.0,0.11086371166225,0.153725174569888,0.0,0.0310477681279304,0.153725174569888,0.0,0.00168225296801117,0.153725174569888,0.0,0.0124240818833402,0.5,0.153725174569888,0.0,0.00198555832246097,0,0.570828635468047,0.421221847046379 -8106,0.5,0.153725174569888,0.0,0.233078989865165,0.153725174569888,0.0,0.0713603014700997,0.153725174569888,0.0,0.012639112750068,0.153725174569888,0.0,0.247843212069532,0.153725174569888,0.0,0.0363449747686173,0.153725174569888,0.0,0.0133583905232108,0.153725174569888,0.0,0.00729235897934411,0.153725174569888,0.0,0.00318408713787185,0.5,0.153725174569888,0.0,0.00288467600102022,0.153725174569888,0.0,0.00144280767041219,0.5,0.153725174569888,0.0,0.00557645404960261,0.153725174569888,0.0,0.00223496205155571,0.153725174569888,0.0,0.217042773544689,0.153725174569888,0.0,0.0907159898485526,0.153725174569888,0.0,0.0228409885322593,0.153725174569888,0.0,0.00105978653138536,0.153725174569888,0.0,0.00862085275998862,0.5,0.153725174569888,0.0,0.0016136368150212,0,0.618031809126706,0.36235246477351 -8107,0.5,0.153725174569888,0.0,0.23552610860805,0.153725174569888,0.0,0.0572887712356341,0.153725174569888,0.0,0.0105638849501278,0.153725174569888,0.0,0.247359405560588,0.153725174569888,0.0,0.023068111741924,0.153725174569888,0.0,0.00783154437167774,0.153725174569888,0.0,0.00380619259985196,0.153725174569888,0.0,0.00295619489191657,0.5,0.153725174569888,0.0,0.00158502329368925,0.153725174569888,0.0,0.000472326825488593,0.5,0.153725174569888,0.0,0.00239255049222018,0.153725174569888,0.0,0.00123412619538578,0.153725174569888,0.0,0.212552603760075,0.153725174569888,0.0,0.0744751411684595,0.153725174569888,0.0,0.0167759543964621,0.153725174569888,0.0,0.000706927563022667,0.153725174569888,0.0,0.00626302644189984,0.5,0.153725174569888,0.0,0.00202392970715578,0,0.662296233181675,0.286796708785772 -8108,0.5,0.153725174569888,0.0,0.239318036951363,0.153725174569888,0.0,0.0487895649005161,0.153725174569888,0.0,0.00799139533335088,0.153725174569888,0.0,0.231379234131617,0.153725174569888,0.0,0.0120141669391296,0.153725174569888,0.0,0.00473766945892749,0.153725174569888,0.0,0.00256126474373467,0.153725174569888,0.0,0.00324506593163782,0.5,0.153725174569888,0.0,0.00107993118010136,0.153725174569888,0.0,0.00015014572284048,0.5,0.153725174569888,0.0,0.000662002879766207,0.153725174569888,0.0,0.000774780115687035,0.153725174569888,0.0,0.192501181990362,0.153725174569888,0.0,0.0546560063763392,0.153725174569888,0.0,0.0132144750448887,0.153725174569888,0.0,0.000401916763085269,0.153725174569888,0.0,0.00399655116663536,0.5,0.153725174569888,0.0,0.00142697077288964,0,0.702534765500536,0.23438059586067 -8109,0.5,0.153725174569888,0.0,0.238143174662159,0.153725174569888,0.0,0.0382686639845445,0.153725174569888,0.0,0.00599451827201215,0.153725174569888,0.0,0.20011577278615,0.153725174569888,0.0,0.00446767270756134,0.153725174569888,0.0,0.00232895288569304,0.153725174569888,0.0,0.00143187454841626,0.153725174569888,0.0,0.00324469622351357,0.5,0.153725174569888,0.0,0.000743037139673323,0.153725174569888,0.0,0.000157291624326144,0.5,0.153725174569888,0.0,9.02875715668724e-05,0.153725174569888,0.0,0.00069021091100777,0.153725174569888,0.0,0.165131039185689,0.153725174569888,0.0,0.0311550788762996,0.153725174569888,0.0,0.00973479186534901,0.153725174569888,0.0,0.000190525000803035,0.153725174569888,0.0,0.00185734448745348,0.5,0.153725174569888,0.0,0.00126423176130826,0,0.697627799722215,0.140998628660389 -8110,0.5,0.153725174569888,0.0,0.214489938583825,0.153725174569888,0.0,0.0283029299261553,0.153725174569888,0.0,0.00495896073836645,0.153725174569888,0.0,0.168804820075583,0.153725174569888,0.0,0.000870873439937297,0.153725174569888,0.0,0.0011659596521184,0.153725174569888,0.0,0.00111554765126584,0.153725174569888,0.0,0.00247608959353325,0.5,0.153725174569888,0.0,0.00059236854318772,0.153725174569888,0.0,0.0003429506263685,0.5,0.153725174569888,0.0,4.40309866430549e-05,0.153725174569888,0.0,0.000627249373976628,0.153725174569888,0.0,0.138957748078925,0.153725174569888,0.0,0.0134970522453284,0.153725174569888,0.0,0.00597983578491793,0.153725174569888,0.0,0.000135804059664021,0.153725174569888,0.0,0.00113847884548808,0.5,0.153725174569888,0.0,0.00102092040105069,0,0.653457776949241,0.072700771104447 -8111,0.5,0.153725174569888,0.0,0.189999771817936,0.153725174569888,0.0,0.0182657048258663,0.153725174569888,0.0,0.00437414752881232,0.153725174569888,0.0,0.14431016893578,0.153725174569888,0.0,0.000414420411563379,0.153725174569888,0.0,0.000633666565305336,0.153725174569888,0.0,0.00113595536760891,0.153725174569888,0.0,0.00145754359097807,0.5,0.153725174569888,0.0,0.000470917477861898,0.153725174569888,0.0,0.000544573199060447,0.5,0.153725174569888,0.0,3.7322793818839e-05,0.153725174569888,0.0,0.000520044685340129,0.153725174569888,0.0,0.105485176036159,0.153725174569888,0.0,0.00486298864681442,0.153725174569888,0.0,0.00350218841279499,0.153725174569888,0.0,0.000245152787797665,0.153725174569888,0.0,0.000937833665008113,0.5,0.153725174569888,0.0,0.000535652241528874,0,0.597592874548271,0.0326142678690538 -8112,0.5,0.153725174569888,0.0,0.171163557509849,0.153725174569888,0.0,0.00734290152784197,0.153725174569888,0.0,0.00342618266985909,0.153725174569888,0.0,0.134744819300024,0.153725174569888,0.0,0.000704486093171207,0.153725174569888,0.0,0.000594826299756515,0.153725174569888,0.0,0.00130583261760858,0.153725174569888,0.0,0.000988592084705479,0.5,0.153725174569888,0.0,0.00028867782590008,0.153725174569888,0.0,0.000667896265517783,0.5,0.153725174569888,0.0,4.50055783790843e-05,0.153725174569888,0.0,0.000429609928584083,0.153725174569888,0.0,0.0686420174376527,0.153725174569888,0.0,0.00202039934883422,0.153725174569888,0.0,0.00247604485563448,0.153725174569888,0.0,0.00027133824857051,0.153725174569888,0.0,0.00130996095797848,0.5,0.153725174569888,0.0,0.000258761960332752,0,0.538061506596565,0.00985206523447651 -8113,0.5,0.153725174569888,0.0,0.150758792958927,0.153725174569888,0.0,0.00304974230867535,0.153725174569888,0.0,0.00296167376323266,0.153725174569888,0.0,0.105651216384792,0.153725174569888,0.0,0.0016131060666103,0.153725174569888,0.0,0.000583397914521611,0.153725174569888,0.0,0.00122969363556475,0.153725174569888,0.0,0.000805185905482514,0.5,0.153725174569888,0.0,0.000296023637212105,0.153725174569888,0.0,0.000680289317534516,0.5,0.153725174569888,0.0,0.000111606352452221,0.153725174569888,0.0,0.000486441363585642,0.153725174569888,0.0,0.0514717675611131,0.153725174569888,0.0,0.00216371756834733,0.153725174569888,0.0,0.00307483348987404,0.153725174569888,0.0,0.000313677185942224,0.153725174569888,0.0,0.00155510963515351,0.5,0.153725174569888,0.0,0.000186202996315083,0,0.502777959448305,7.66780637367203e-05 -8114,0.5,0.153725174569888,0.0,0.129467513530869,0.153725174569888,0.0,0.00127601048845799,0.153725174569888,0.0,0.00484734417612169,0.153725174569888,0.0,0.0848754772211073,0.153725174569888,0.0,0.00311264855281995,0.153725174569888,0.0,0.000522623112555402,0.153725174569888,0.0,0.00108385889011337,0.153725174569888,0.0,0.000778497007878829,0.5,0.153725174569888,0.0,0.000625337322201083,0.153725174569888,0.0,0.000782811940713742,0.5,0.153725174569888,0.0,0.000588321145162568,0.153725174569888,0.0,0.000638587502663719,0.153725174569888,0.0,0.0375672064438664,0.153725174569888,0.0,0.00488855320445067,0.153725174569888,0.0,0.00405426555866613,0.153725174569888,0.0,0.000550404593204662,0.153725174569888,0.0,0.00179047803766347,0.5,0.153725174569888,0.0,0.000235535702491057,0,0.453121018721673,2.79162223690561e-05 -8115,0.5,0.153725174569888,0.0,0.106597184719046,0.153725174569888,0.0,0.00109469365104646,0.153725174569888,0.0,0.006716972126435,0.153725174569888,0.0,0.0659706596080153,0.153725174569888,0.0,0.00519083998778824,0.153725174569888,0.0,0.000624157539359526,0.153725174569888,0.0,0.00113080818273221,0.153725174569888,0.0,0.00129547632640336,0.5,0.153725174569888,0.0,0.00156527478046296,0.153725174569888,0.0,0.000746051729740491,0.5,0.153725174569888,0.0,0.00134329443094147,0.153725174569888,0.0,0.000922034963986141,0.153725174569888,0.0,0.0282263753285813,0.153725174569888,0.0,0.0110796731528791,0.153725174569888,0.0,0.00479902076053512,0.153725174569888,0.0,0.00083036476181039,0.153725174569888,0.0,0.00200114920962914,0.5,0.153725174569888,0.0,0.000221750397793485,0,0.410183617981224,9.09269043374995e-05 -8116,0.5,0.153725174569888,0.0,0.0856362911706888,0.153725174569888,0.0,0.00212457153190331,0.153725174569888,0.0,0.0084646895264993,0.153725174569888,0.0,0.0511324120000624,0.153725174569888,0.0,0.00729562542359978,0.153725174569888,0.0,0.000943181013448102,0.153725174569888,0.0,0.00144509893627276,0.153725174569888,0.0,0.00244078733736626,0.5,0.153725174569888,0.0,0.00170013150308622,0.153725174569888,0.0,0.00078722157414808,0.5,0.153725174569888,0.0,0.00518126827731511,0.153725174569888,0.0,0.00211336181833966,0.153725174569888,0.0,0.0213760959405696,0.153725174569888,0.0,0.0179365937402144,0.153725174569888,0.0,0.00582235861664157,0.153725174569888,0.0,0.00136993427375629,0.153725174569888,0.0,0.0028716055587914,0.5,0.153725174569888,0.0,0.00017220970319693,0,0.357722405181784,0.0025036647410316 -8117,0.5,0.153725174569888,0.0,0.0698076498521359,0.153725174569888,0.0,0.00666800104860244,0.153725174569888,0.0,0.00999634454076785,0.153725174569888,0.0,0.0433860739339435,0.153725174569888,0.0,0.0103653823401241,0.153725174569888,0.0,0.00155560326292473,0.153725174569888,0.0,0.00219317950998752,0.153725174569888,0.0,0.00286008500721305,0.5,0.153725174569888,0.0,0.000886100328228849,0.153725174569888,0.0,0.000869444721666227,0.5,0.153725174569888,0.0,0.00751279970451538,0.153725174569888,0.0,0.00269560000060915,0.153725174569888,0.0,0.0193449633762602,0.153725174569888,0.0,0.0267516605186916,0.153725174569888,0.0,0.00815559362261098,0.153725174569888,0.0,0.00263921384773324,0.153725174569888,0.0,0.00413637095460055,0.5,0.153725174569888,0.0,0.000146112682759332,0,0.326231480214404,0.012447598149758 -8118,0.5,0.153725174569888,0.0,0.0591386018913092,0.153725174569888,0.0,0.0140084936779313,0.153725174569888,0.0,0.0112660545809972,0.153725174569888,0.0,0.0381415219683167,0.153725174569888,0.0,0.0136384014728652,0.153725174569888,0.0,0.00262286641609624,0.153725174569888,0.0,0.00429838541238986,0.153725174569888,0.0,0.00186299227508337,0.5,0.153725174569888,0.0,0.00116479043176662,0.153725174569888,0.0,0.00129687750633653,0.5,0.153725174569888,0.0,0.0082635639164795,0.153725174569888,0.0,0.0020347087317883,0.153725174569888,0.0,0.0225986673077197,0.153725174569888,0.0,0.0361007088779006,0.153725174569888,0.0,0.0129440078249222,0.153725174569888,0.0,0.0042963136264534,0.153725174569888,0.0,0.0055026535155164,0.5,0.153725174569888,0.0,0.000435443710469158,0,0.308070817753464,0.0287006527148777 -8119,0.5,0.153725174569888,0.0,0.0519388548154207,0.153725174569888,0.0,0.0260784285445788,0.153725174569888,0.0,0.0128271840445349,0.153725174569888,0.0,0.034057129823725,0.153725174569888,0.0,0.0183967877800986,0.153725174569888,0.0,0.00322508889768869,0.153725174569888,0.0,0.00600160325769337,0.153725174569888,0.0,0.00207745405908176,0.5,0.153725174569888,0.0,0.00141602433418615,0.153725174569888,0.0,0.00110018720926959,0.5,0.153725174569888,0.0,0.00758473836534946,0.153725174569888,0.0,0.0012793827734448,0.153725174569888,0.0,0.0338350106243256,0.153725174569888,0.0,0.0484182700817128,0.153725174569888,0.0,0.0195959528931172,0.153725174569888,0.0,0.00455400579609881,0.153725174569888,0.0,0.00538438551750622,0.5,0.153725174569888,0.0,0.00145979144474635,0,0.267106637516929,0.0552509170856839 -8120,0.5,0.153725174569888,0.0,0.045680979675479,0.153725174569888,0.0,0.0381542012554445,0.153725174569888,0.0,0.0137379202422916,0.153725174569888,0.0,0.0306970101922694,0.153725174569888,0.0,0.0212959260624242,0.153725174569888,0.0,0.00328786074702801,0.153725174569888,0.0,0.00609577252803903,0.153725174569888,0.0,0.00279564843953429,0.5,0.153725174569888,0.0,0.000846081802839889,0.153725174569888,0.0,0.000926239391623349,0.5,0.153725174569888,0.0,0.00563474739867519,0.153725174569888,0.0,0.000720026491913885,0.153725174569888,0.0,0.0471709085623805,0.153725174569888,0.0,0.0664124745048671,0.153725174569888,0.0,0.0250915681034329,0.153725174569888,0.0,0.00425680866473888,0.153725174569888,0.0,0.00430214833750126,0.5,0.153725174569888,0.0,0.00246183917870076,0,0.203725993320262,0.0862529550252921 -8121,0.5,0.153725174569888,0.000403250781493727,0.0413492752144407,0.153725174569888,0.0,0.0482592654796196,0.153725174569888,0.00129070779218194,0.0132324362208929,0.153725174569888,0.00164399139200032,0.0293672773851357,0.153725174569888,0.0,0.0208851275150729,0.153725174569888,0.0,0.00282172138046501,0.153725174569888,6.9388121581605e-07,0.00544455213881117,0.153725174569888,4.00521364443517e-05,0.00212452860757058,0.5,0.153725174569888,0.000560424902239365,0.000571575944406768,0.153725174569888,0.00883907065119076,0.000548130715418027,0.5,0.153725174569888,0.00153761967108419,0.00502947706898013,0.153725174569888,0.00358958383439881,0.00088651365120065,0.153725174569888,0.0,0.0611573979489975,0.153725174569888,0.0,0.0893368516054085,0.153725174569888,0.000109308194314366,0.0284581483077394,0.153725174569888,0.000423674456179154,0.00518559763946299,0.153725174569888,0.00194268717778934,0.00321916977927985,0.5,0.153725174569888,0.0113287970286573,0.00137419762573375,0,0.155110638023925,0.110409046838709 -8122,0.5,0.153725174569888,0.00564762661981602,0.0417575772278865,0.153725174569888,0.00646645165094078,0.0542693675368614,0.153725174569888,0.0171386976576156,0.0142527095992425,0.153725174569888,0.0166122082653475,0.0337673540103914,0.153725174569888,0.0122838030970529,0.0206282574406837,0.153725174569888,0.0213750227791648,0.00360832898758727,0.153725174569888,0.00541906329530954,0.00558956219767137,0.153725174569888,0.00866406895400074,0.00139758588713729,0.5,0.153725174569888,0.0174760652791612,0.000466550766625059,0.153725174569888,0.0692863675132864,0.000639729712384355,0.5,0.153725174569888,0.0208027731775338,0.0098371702266676,0.153725174569888,0.0385926836999527,0.00104223951904486,0.153725174569888,0.00316301697922723,0.0851338995171874,0.153725174569888,0.0096409180233299,0.105335067040538,0.153725174569888,0.00639156487716249,0.0282772295973528,0.153725174569888,0.00841482591559745,0.00480308587361275,0.153725174569888,0.0186126484627057,0.00506013889919726,0.5,0.153725174569888,0.0648809458679217,0.000833074392385199,0,0.122377840678454,0.125255591731885 -8123,0.5,0.153725174569888,0.0151762609340083,0.0448740636736142,0.153725174569888,0.0275866914234576,0.0610310942181586,0.153725174569888,0.0382602391984514,0.023541999667401,0.153725174569888,0.0352127212072513,0.0519923434248372,0.153725174569888,0.0581562431237254,0.0243269707361189,0.153725174569888,0.0717347898462656,0.00627228455579992,0.153725174569888,0.0206693790422617,0.00801755921072735,0.153725174569888,0.0268936800183361,0.00209553460667849,0.5,0.153725174569888,0.0403876668441994,0.00101186374406808,0.153725174569888,0.0983135501014092,0.00239940277164681,0.5,0.153725174569888,0.0425206567286021,0.0127490099580024,0.153725174569888,0.0600377909953265,0.00236980963174179,0.153725174569888,0.0181098177488461,0.118706315965554,0.153725174569888,0.0511728070051464,0.110451239413949,0.153725174569888,0.0197788275278585,0.0278952723819758,0.153725174569888,0.0209345445306092,0.00692785856674947,0.153725174569888,0.034782170942908,0.0096866966277257,0.5,0.153725174569888,0.102412834826183,0.00169908115492197,0,0.103098829033784,0.124655377034156 -8124,0.5,0.153725174569888,0.0255745314354861,0.05138708595723,0.153725174569888,0.0596850492054878,0.0657189517636573,0.153725174569888,0.0515359217388186,0.0377294518728835,0.153725174569888,0.0461803586185161,0.0696094700485421,0.153725174569888,0.116536009415016,0.0387924699533015,0.153725174569888,0.112650856348409,0.00954284128014568,0.153725174569888,0.0394072044245876,0.0142173997340303,0.153725174569888,0.0436274885862529,0.00446730611359522,0.5,0.153725174569888,0.0511227948027014,0.00188810531338967,0.153725174569888,0.09584508449556,0.00453937882939017,0.5,0.153725174569888,0.0524791222691844,0.0118349806152608,0.153725174569888,0.0649591926296823,0.00378944124943706,0.153725174569888,0.0447066031716031,0.147104438422983,0.153725174569888,0.129269882261452,0.112409186851834,0.153725174569888,0.0355393810726181,0.0313878731277707,0.153725174569888,0.0295361772528011,0.00949392543055468,0.153725174569888,0.0408505791794039,0.0131717307119344,0.5,0.153725174569888,0.113961639102055,0.00825093850160078,0,0.101594415969924,0.0997223481427226 -8125,0.5,0.153725174569888,0.0321886216413421,0.0591577398136493,0.153725174569888,0.116510977764374,0.0791261705674188,0.153725174569888,0.0531723862734305,0.0449659709096605,0.153725174569888,0.0476347931092212,0.0707154854033848,0.153725174569888,0.160022109737431,0.0483541819827201,0.153725174569888,0.124185299317047,0.0159145388835228,0.153725174569888,0.0656709265656015,0.0212247762779487,0.153725174569888,0.0487791292057899,0.00676428319254153,0.5,0.153725174569888,0.051358217493656,0.00237505457893342,0.153725174569888,0.0841727582506663,0.00584848333691953,0.5,0.153725174569888,0.0492078974301989,0.0147738499781176,0.153725174569888,0.0539846977334401,0.00502736880447306,0.153725174569888,0.070720372431734,0.162049588501529,0.153725174569888,0.196128448782306,0.119743705442037,0.153725174569888,0.0475875939209312,0.038704654190005,0.153725174569888,0.0326319729112428,0.0105993143330384,0.153725174569888,0.0362121841807132,0.0139765959269578,0.5,0.153725174569888,0.10808099912233,0.0179363816895548,0,0.122693000297143,0.0987282999761781 -8126,0.5,0.153725174569888,0.0296393176587268,0.0615317624156871,0.153725174569888,0.156595869238456,0.0975591936335754,0.153725174569888,0.0385185845384066,0.0464974337949588,0.153725174569888,0.0342253870606304,0.0621932511530994,0.153725174569888,0.182631603546237,0.0504426254888187,0.153725174569888,0.100087270111433,0.0245514094347787,0.153725174569888,0.0760489260235232,0.0261800909593435,0.153725174569888,0.0375179208925389,0.00734366581691509,0.5,0.153725174569888,0.0421339958229403,0.00149273065167075,0.153725174569888,0.0558873591947269,0.00730793495999925,0.5,0.153725174569888,0.0384290023844149,0.0131209214725297,0.153725174569888,0.044872680893417,0.00662117117790568,0.153725174569888,0.0684834367976219,0.17007259902419,0.153725174569888,0.190093660592547,0.132171434509575,0.153725174569888,0.046354366854211,0.0459926590531726,0.153725174569888,0.0283807712310574,0.0100481012002519,0.153725174569888,0.0260836326385129,0.0141869497117151,0.5,0.153725174569888,0.0733033285519504,0.0239141445620528,0,0.154675497938752,0.147104395051111 -8127,0.5,0.153725174569888,0.0161105963963652,0.0606384417830862,0.153725174569888,0.0934896413001571,0.101071964603641,0.153725174569888,0.0142215555457519,0.0404313194626641,0.153725174569888,0.014938145655834,0.0472393815347829,0.153725174569888,0.148225857105638,0.0582296426376661,0.153725174569888,0.0468125721094258,0.0258772760240918,0.153725174569888,0.0426805137969881,0.0246115541134845,0.153725174569888,0.0192200302110176,0.00637912342916221,0.5,0.153725174569888,0.0281331407819944,0.000756444474561476,0.153725174569888,0.033484210300222,0.00757590180972203,0.5,0.153725174569888,0.0232255213019364,0.00843089006818192,0.153725174569888,0.0216352594693534,0.00794872359796357,0.153725174569888,0.0348974529321101,0.163620617760393,0.153725174569888,0.127344786085589,0.146992391510285,0.153725174569888,0.0263693955071357,0.0446216150985065,0.153725174569888,0.0164607600061282,0.0083783186013459,0.153725174569888,0.0131513442910082,0.0140260189236413,0.5,0.153725174569888,0.0303908263597556,0.0119051059146299,0,0.211575594862708,0.255846188494814 -8128,0.5,0.153725174569888,0.000156209336256051,0.0628331865320421,0.153725174569888,0.0,0.0884992256328829,0.153725174569888,0.0,0.032646321182149,0.153725174569888,0.0,0.0283851987121208,0.153725174569888,0.0,0.0687501412364014,0.153725174569888,0.00616320846937681,0.0276606060870909,0.153725174569888,0.000246412255825918,0.0210192697677473,0.153725174569888,0.00322939541241647,0.00507354849409089,0.5,0.153725174569888,0.00680643473824433,0.0017055479596267,0.153725174569888,0.00808140206911047,0.00477143223205795,0.5,0.153725174569888,0.00638150430815874,0.00446861702087369,0.153725174569888,0.00481250144839688,0.00834948586109586,0.153725174569888,0.000153802244001167,0.159549801027915,0.153725174569888,0.0,0.15610201192629,0.153725174569888,0.0,0.0368742441939497,0.153725174569888,0.000400644842737517,0.00653043814653665,0.153725174569888,0.000140347351799243,0.00969044969682441,0.5,0.153725174569888,0.000836102792309515,0.00273794153611057,0,0.248149911546949,0.330520401236615 -8129,0.5,0.153725174569888,0.0,0.0703678817870187,0.153725174569888,0.0,0.0828102148918472,0.153725174569888,0.0,0.0195191633972634,0.153725174569888,0.0,0.0213481507835962,0.153725174569888,0.0,0.0781069228170588,0.153725174569888,0.0,0.0343546942246687,0.153725174569888,0.0,0.0217439722330818,0.153725174569888,0.0,0.0047992553150358,0.5,0.153725174569888,0.0,0.00256649127013243,0.153725174569888,0.0,0.0042199500870486,0.5,0.153725174569888,0.0,0.00146409857818578,0.153725174569888,0.0,0.00566524622582589,0.153725174569888,0.0,0.156783511769601,0.153725174569888,0.0,0.159032309945839,0.153725174569888,0.0,0.0352793324459339,0.153725174569888,0.0,0.00656162007130938,0.153725174569888,0.0,0.00437270903358841,0.5,0.153725174569888,0.0,0.0028466969325755,0,0.331075846289375,0.401837840542103 -8130,0.5,0.153725174569888,0.0,0.0726716345020291,0.153725174569888,0.0,0.0964831296987373,0.153725174569888,0.0,0.0111150062647819,0.153725174569888,0.0,0.0183048957007761,0.153725174569888,0.0,0.0787803473924644,0.153725174569888,0.0,0.0379815515061611,0.153725174569888,0.0,0.0247813322392476,0.153725174569888,0.0,0.00556916366428942,0.5,0.153725174569888,0.0,0.00265151349516539,0.153725174569888,0.0,0.00434078052546716,0.5,0.153725174569888,0.0,0.000776776221567587,0.153725174569888,0.0,0.00307567161446132,0.153725174569888,0.0,0.155109234211145,0.153725174569888,0.0,0.150231570120025,0.153725174569888,0.0,0.0356417519851438,0.153725174569888,0.0,0.00749795816719618,0.153725174569888,0.0,0.00181079824399817,0.5,0.153725174569888,0.0,0.00346155205582269,0,0.418327332581992,0.471290806525763 -8131,0.5,0.153725174569888,0.0,0.0704884969547753,0.153725174569888,0.0,0.097459673081547,0.153725174569888,0.0,0.00736720446247943,0.153725174569888,0.0,0.0148225909426493,0.153725174569888,0.0,0.0762092319346914,0.153725174569888,0.0,0.0394137043746111,0.153725174569888,0.0,0.0246030347647555,0.153725174569888,0.0,0.00725737548761271,0.5,0.153725174569888,0.0,0.00247466066685304,0.153725174569888,0.0,0.00372620029812087,0.5,0.153725174569888,0.0,0.000338125288443236,0.153725174569888,0.0,0.00218790921624912,0.153725174569888,0.0,0.15188122700359,0.153725174569888,0.0,0.13865021195321,0.153725174569888,0.0,0.0353987054900495,0.153725174569888,0.0,0.00607179104509483,0.153725174569888,0.0,0.00087229126011208,0.5,0.153725174569888,0.0,0.00289277404078092,0,0.438470408008574,0.583520241046996 -8132,0.5,0.153725174569888,0.0,0.0660471569322406,0.153725174569888,0.0,0.0879479675212903,0.153725174569888,0.0,0.00532305769354572,0.153725174569888,0.0,0.0104124226746935,0.153725174569888,0.0,0.0708486209953926,0.153725174569888,0.0,0.0383341012573428,0.153725174569888,0.0,0.0224232000767603,0.153725174569888,0.0,0.00932912909795844,0.5,0.153725174569888,0.0,0.00240196206544879,0.153725174569888,0.0,0.0030465953907406,0.5,0.153725174569888,0.0,3.55689663694098e-05,0.153725174569888,0.0,0.00196750250576657,0.153725174569888,0.0,0.155927593471166,0.153725174569888,0.0,0.135566400326366,0.153725174569888,0.0,0.0332354488644186,0.153725174569888,0.0,0.00432755837071027,0.153725174569888,0.0,0.000853212692309574,0.5,0.153725174569888,0.0,0.00198063390494358,0,0.383409524935266,0.682052406067463 -8133,0.5,0.153725174569888,0.0,0.0589868242073393,0.153725174569888,0.0,0.0901183127957904,0.153725174569888,0.0,0.00393469344750536,0.153725174569888,0.0,0.00792509683703408,0.153725174569888,0.0,0.0666505539073087,0.153725174569888,0.0,0.0364059918381588,0.153725174569888,0.0,0.0231368630017383,0.153725174569888,0.0,0.0147069156173937,0.5,0.153725174569888,0.0,0.00269937153404457,0.153725174569888,0.0,0.00272732713450497,0.5,0.153725174569888,0.0,0.000141639852472529,0.153725174569888,0.0,0.00212527979954083,0.153725174569888,0.0,0.148260161845781,0.153725174569888,0.0,0.135241051957541,0.153725174569888,0.0,0.0344095305077209,0.153725174569888,0.0,0.0033159101120163,0.153725174569888,0.0,0.00102244681593722,0.5,0.153725174569888,0.0,0.000927471279631105,0,0.345626291573835,0.789393068456501 -8134,0.5,0.153725174569888,0.0,0.0531589895753491,0.153725174569888,0.0,0.0958587969720574,0.153725174569888,0.0,0.00423128182889698,0.153725174569888,0.0,0.00645921235018558,0.153725174569888,0.0,0.0675586554260374,0.153725174569888,0.0,0.036270708226936,0.153725174569888,0.0,0.023288939534206,0.153725174569888,0.0,0.0255285790533205,0.5,0.153725174569888,0.0,0.00391939947168438,0.153725174569888,0.0,0.00255332321158198,0.5,0.153725174569888,0.0,0.000252489654258102,0.153725174569888,0.0,0.00211506498245335,0.153725174569888,0.0,0.124097487863365,0.153725174569888,0.0,0.132248980445099,0.153725174569888,0.0,0.0370908405211073,0.153725174569888,0.0,0.00283520224863879,0.153725174569888,0.0,0.00072493510476075,0.5,0.153725174569888,0.0,0.000989989430157573,0,0.29316067902019,0.940314918832863 -8135,0.5,0.153725174569888,0.0,0.0521521520941239,0.153725174569888,0.0,0.101617975823823,0.153725174569888,0.0,0.00669408987812074,0.153725174569888,0.0,0.00500313611884958,0.153725174569888,0.0,0.0667226101582898,0.153725174569888,0.0,0.0405393698855982,0.153725174569888,0.0,0.0219473594893996,0.153725174569888,0.0,0.0371071738528926,0.5,0.153725174569888,0.0,0.00995022645897109,0.153725174569888,0.0,0.0022296709314211,0.5,0.153725174569888,0.0,0.00030692755588935,0.153725174569888,0.0,0.00177060364869186,0.153725174569888,0.0,0.111613761386938,0.153725174569888,0.0,0.130871365037042,0.153725174569888,0.0,0.0397492985846859,0.153725174569888,0.0,0.00207798154063296,0.153725174569888,0.0,0.000592796315502795,0.5,0.153725174569888,0.0,0.00126703328047577,0,0.246616289902641,0.975896109168406 -8136,0.5,0.153725174569888,0.0,0.0498767800639433,0.153725174569888,0.0,0.103322486685211,0.153725174569888,0.0,0.00668231367434253,0.153725174569888,0.0,0.0048356379215744,0.153725174569888,0.0,0.0712775941136922,0.153725174569888,0.0,0.0481598423463016,0.153725174569888,0.0,0.0243376444147315,0.153725174569888,0.0,0.0457979262014582,0.5,0.153725174569888,0.0,0.0241035264449929,0.153725174569888,0.0,0.00199385679064286,0.5,0.153725174569888,0.0,0.000449188655537142,0.153725174569888,0.0,0.0019796968711021,0.153725174569888,0.0,0.105608207463277,0.153725174569888,0.0,0.169856724001409,0.153725174569888,0.0,0.0421133611765529,0.153725174569888,0.0,0.00168850525435137,0.153725174569888,0.0,0.000590000207515733,0.5,0.153725174569888,0.0,0.00122236074967587,0,0.216092169806382,0.927988242625791 -8137,0.5,0.153725174569888,0.0,0.0474052561193104,0.153725174569888,0.0,0.0999401547058526,0.153725174569888,0.0,0.00404701028349558,0.153725174569888,0.0,0.00435460741596423,0.153725174569888,0.0,0.0803877699685313,0.153725174569888,0.0,0.059171229307873,0.153725174569888,0.0,0.030238794876509,0.153725174569888,0.0,0.071706899673547,0.5,0.153725174569888,0.0,0.0363908125074544,0.153725174569888,0.0,0.00172665863274709,0.5,0.153725174569888,0.0,0.000461365446821026,0.153725174569888,0.0,0.00299876253253646,0.153725174569888,0.0,0.0987900519244385,0.153725174569888,0.0,0.252413649618635,0.153725174569888,0.0,0.044604034638361,0.153725174569888,0.0,0.00213759785858585,0.153725174569888,0.0,0.000697767560970757,0.5,0.153725174569888,0.0,0.00110979675450235,0,0.208715795491654,0.883308866718083 -8138,0.5,0.153725174569888,0.0,0.0466304553951879,0.153725174569888,0.0,0.0930547259094517,0.153725174569888,0.0,0.00280855377511587,0.153725174569888,0.0,0.00276805842575332,0.153725174569888,0.0,0.0857295159657155,0.153725174569888,0.0,0.0763782518044986,0.153725174569888,0.0,0.0432443219616814,0.153725174569888,0.0,0.124772305826739,0.5,0.153725174569888,0.0,0.0547987589030672,0.153725174569888,0.0,0.00176997565955612,0.5,0.153725174569888,0.0,0.000292604433529325,0.153725174569888,0.0,0.00402722639718255,0.153725174569888,0.0,0.0946487428068509,0.153725174569888,0.0,0.291875016280782,0.153725174569888,0.0,0.0481739549587255,0.153725174569888,0.0,0.00345213451865316,0.153725174569888,0.0,0.000729405239272833,0.5,0.153725174569888,0.0,0.0012656579436551,0,0.205199747627858,0.906410463645569 -8139,0.5,0.153725174569888,0.0,0.0471861974870828,0.153725174569888,0.0,0.0909757340689809,0.153725174569888,0.0,0.00337691331284798,0.153725174569888,0.0,0.00175280943553306,0.153725174569888,0.0,0.0878923298443827,0.153725174569888,0.0,0.110236360104405,0.153725174569888,0.0,0.0707259645947958,0.153725174569888,0.0,0.199342601808501,0.5,0.153725174569888,0.0,0.0791815341723617,0.153725174569888,0.0,0.00279147397774311,0.5,0.153725174569888,0.0,0.000240084688418349,0.153725174569888,0.0,0.0050901083724254,0.153725174569888,0.0,0.0832177611705349,0.153725174569888,0.0,0.288118036292591,0.153725174569888,0.0,0.052939270746454,0.153725174569888,0.0,0.00816048892925727,0.153725174569888,0.0,0.000773165926590143,0.5,0.153725174569888,0.0,0.00179375311062039,0,0.22608975347197,0.895291752312425 -8140,0.5,0.153725174569888,0.0,0.045578543109839,0.153725174569888,0.0,0.0884041098999687,0.153725174569888,0.0,0.00341243154270493,0.153725174569888,0.0,0.00132073087865734,0.153725174569888,0.0,0.0893499483910844,0.153725174569888,0.0,0.148102318144313,0.153725174569888,0.0,0.108493533938692,0.153725174569888,0.0,0.263505034976423,0.5,0.153725174569888,0.0,0.120222882606137,0.153725174569888,0.0,0.0058190677228554,0.5,0.153725174569888,0.0,0.000242438159572613,0.153725174569888,0.0,0.0072418312833975,0.153725174569888,0.0,0.0714217304195191,0.153725174569888,0.0,0.271050281219977,0.153725174569888,0.0,0.0573032796731883,0.153725174569888,0.0,0.0184099800925724,0.153725174569888,0.0,0.000648345341657161,0.5,0.153725174569888,0.0,0.00228658390024372,0,0.262413156368248,0.802249486526131 -8141,0.5,0.153725174569888,0.0,0.043579996359109,0.153725174569888,0.0,0.080824765618248,0.153725174569888,0.0,0.00369655462986732,0.153725174569888,0.0,0.00122403957433128,0.153725174569888,0.0,0.0983965165877606,0.153725174569888,0.0,0.162548289340022,0.153725174569888,0.0,0.117953004178563,0.153725174569888,0.0,0.263730969344184,0.5,0.153725174569888,0.0,0.172503186931454,0.153725174569888,0.0,0.0084983165026389,0.5,0.153725174569888,0.0,0.000551008513495058,0.153725174569888,0.0,0.0104508186512661,0.153725174569888,0.0,0.0748626803737857,0.153725174569888,0.0,0.276731191175109,0.153725174569888,0.0,0.0620691720647083,0.153725174569888,0.0,0.0342791734238326,0.153725174569888,0.0,0.000730528319607122,0.5,0.153725174569888,0.0,0.00280745748196307,0,0.227937748913942,0.709143008684918 -8142,0.5,0.153725174569888,0.0,0.0433325939761389,0.153725174569888,0.0,0.067522735191405,0.153725174569888,0.0,0.00445652304676346,0.153725174569888,0.0,0.00103556921825338,0.153725174569888,0.0,0.103115669381342,0.153725174569888,0.0,0.136066443602202,0.153725174569888,0.0,0.130674477139681,0.153725174569888,0.0,0.242380961444837,0.5,0.153725174569888,0.0,0.242745282629269,0.153725174569888,0.0,0.0107400852015239,0.5,0.153725174569888,0.0,0.00310749122040787,0.153725174569888,0.0,0.0143178374236833,0.153725174569888,0.0,0.0793759192479025,0.153725174569888,0.0,0.282134036273349,0.153725174569888,0.0,0.0664797559807208,0.153725174569888,0.0,0.0548126146573994,0.153725174569888,0.0,0.00149914232533716,0.5,0.153725174569888,0.0,0.00418702713103082,0,0.187999527618234,0.624546837852429 -8143,0.5,0.153725174569888,0.0,0.0427019701048583,0.153725174569888,0.0,0.0667266249186125,0.153725174569888,0.0,0.00599867730434767,0.153725174569888,0.0,0.00103760697331933,0.153725174569888,0.0,0.111039624955136,0.153725174569888,0.0,0.0989749840444123,0.153725174569888,0.0,0.148260030070645,0.153725174569888,0.0,0.20816830893186,0.5,0.153725174569888,0.0,0.279766070006542,0.153725174569888,0.0,0.0138734945847435,0.5,0.153725174569888,0.0,0.0105996928244081,0.153725174569888,0.0,0.0211183581777487,0.153725174569888,0.0,0.0844966813893554,0.153725174569888,0.0,0.280571507533363,0.153725174569888,0.0,0.0709794446651415,0.153725174569888,0.0,0.0704546861123396,0.153725174569888,0.0,0.00356351583027519,0.5,0.153725174569888,0.0,0.00551690998705147,0,0.160214732995812,0.55515777040862 -8144,0.5,0.153725174569888,0.0,0.0413514164300698,0.153725174569888,0.0,0.0650201511502484,0.153725174569888,0.0,0.00892922971032065,0.153725174569888,0.0,0.00136718381571366,0.153725174569888,0.0,0.0956101361853706,0.153725174569888,0.0,0.0602906345739538,0.153725174569888,0.0,0.152968349121137,0.153725174569888,0.0,0.164459568202784,0.5,0.153725174569888,0.0,0.280089290850102,0.153725174569888,0.0,0.0161348689099106,0.5,0.153725174569888,0.0,0.018339163082588,0.153725174569888,0.0,0.03585501684188,0.153725174569888,0.0,0.0970895246177225,0.153725174569888,0.0,0.27290771871787,0.153725174569888,0.0,0.0794520557746816,0.153725174569888,0.0,0.0787696338949828,0.153725174569888,0.0,0.00871547259098121,0.5,0.153725174569888,0.0,0.00672004263332286,0,0.14274111496295,0.442501738623368 -8145,0.5,0.153725174569888,0.000759857738779047,0.0395002516494841,0.153725174569888,0.0,0.0648321212109444,0.153725174569888,0.000790888580540365,0.010612479967868,0.153725174569888,0.00157972603944034,0.00220830599769239,0.153725174569888,0.0,0.0783152654420817,0.153725174569888,0.0,0.0499476666328782,0.153725174569888,0.0,0.12302508865444,0.153725174569888,3.13812953909857e-05,0.124965131512874,0.5,0.153725174569888,0.0005296187537579,0.250138551377601,0.153725174569888,0.0021064241962466,0.0231658378856456,0.5,0.153725174569888,0.000410102570573267,0.0429354609366879,0.153725174569888,0.00134668319682907,0.0567236771877121,0.153725174569888,0.0,0.0926378369367392,0.153725174569888,0.0,0.26083626282574,0.153725174569888,5.82447101619355e-05,0.0956997416513994,0.153725174569888,0.000463571339879971,0.0863123210691954,0.153725174569888,0.00160969038693421,0.016440030166976,0.5,0.153725174569888,0.00213097952653688,0.00855198800560927,0,0.145076214275143,0.337547612497458 -8146,0.5,0.153725174569888,0.0145351521191534,0.037795650076985,0.153725174569888,0.00962863618700372,0.0654072860220278,0.153725174569888,0.0112077077155314,0.0153855183264679,0.153725174569888,0.015383844217769,0.00370604905388125,0.153725174569888,0.0813431536182419,0.067679651480014,0.153725174569888,0.0904919758462174,0.0479684573293339,0.153725174569888,0.0121845058390231,0.103901909672247,0.153725174569888,0.0709338352804405,0.0999860153746615,0.5,0.153725174569888,0.0422303823629566,0.242524469215184,0.153725174569888,0.0216952342039582,0.025292678635473,0.5,0.153725174569888,0.00586529580936292,0.0884179473599169,0.153725174569888,0.0157860112058077,0.0836693762983906,0.153725174569888,0.00358456767557048,0.0964993737858796,0.153725174569888,0.0401433544744329,0.240009375080904,0.153725174569888,0.0178976293634208,0.123915739342905,0.153725174569888,0.0168092328090575,0.116147368872245,0.153725174569888,0.0191141953126261,0.033224896751485,0.5,0.153725174569888,0.0161708112497996,0.0181132625114028,0,0.130461498301848,0.252151411748446 -8147,0.5,0.153725174569888,0.0338565532227874,0.0386887849015973,0.153725174569888,0.0144481760482906,0.0543862601786687,0.153725174569888,0.0281790138014492,0.0311304281319898,0.153725174569888,0.0358414086838363,0.00762053335897192,0.153725174569888,0.23914411151661,0.0700374726222016,0.153725174569888,0.238710411069493,0.0454246654139376,0.153725174569888,0.0533551553855942,0.0960941553755704,0.153725174569888,0.190148401814721,0.113663065229083,0.5,0.153725174569888,0.120712202949337,0.25437153161295,0.153725174569888,0.0470095947547673,0.0309014319767152,0.5,0.153725174569888,0.0157880807910342,0.123216321198908,0.153725174569888,0.0326454001364253,0.109043624686839,0.153725174569888,0.0149528363489832,0.0942956887613076,0.153725174569888,0.0916096654385192,0.224443919234601,0.153725174569888,0.0696838931442547,0.150581456098963,0.153725174569888,0.0407845197844918,0.159539340666211,0.153725174569888,0.0435532540319383,0.0599016534930948,0.5,0.153725174569888,0.0333440700474064,0.0303971054035973,0,0.111746077464785,0.181145848493299 -8148,0.5,0.153725174569888,0.0492729681071098,0.0405544946057059,0.153725174569888,0.0305095450154178,0.0277993029808032,0.153725174569888,0.036816965851301,0.0574021470577804,0.153725174569888,0.0494539639201305,0.015081555665496,0.153725174569888,0.348705019532871,0.0776547793171653,0.153725174569888,0.323058348121444,0.0390566186244891,0.153725174569888,0.222124405204045,0.0947836567777302,0.153725174569888,0.268492153995125,0.11499294319431,0.5,0.153725174569888,0.195278590548056,0.274754134178014,0.153725174569888,0.0571827668039596,0.0336814645084648,0.5,0.153725174569888,0.0231913698577951,0.155364256332298,0.153725174569888,0.0378143208968309,0.124520604253139,0.153725174569888,0.027005425687477,0.0833195425527801,0.153725174569888,0.0903770776233034,0.223266105435542,0.153725174569888,0.145035923276553,0.171590272354326,0.153725174569888,0.0518839572960288,0.190095642726856,0.153725174569888,0.0536472999371957,0.0776947794109945,0.5,0.153725174569888,0.0454832374649845,0.0319357914270597,0,0.0874426984840499,0.141200761987809 -8149,0.5,0.153725174569888,0.0548480787590868,0.0372814400404637,0.153725174569888,0.0285711021102233,0.0100969939384097,0.153725174569888,0.0338637909835119,0.083162463199206,0.153725174569888,0.046635460154553,0.0190461660217025,0.153725174569888,0.393043617614396,0.0872867848304852,0.153725174569888,0.337036444716227,0.0410192665202616,0.153725174569888,0.331063344593409,0.104695600797652,0.153725174569888,0.304054667110369,0.100327151107577,0.5,0.153725174569888,0.239042906652578,0.282628482621227,0.153725174569888,0.0561730958189939,0.0331166669240223,0.5,0.153725174569888,0.0270384778451932,0.177142385446409,0.153725174569888,0.0338234812607877,0.121816772120904,0.153725174569888,0.0438109781152849,0.079746177256071,0.153725174569888,0.0763296826611658,0.212293485029161,0.153725174569888,0.206134210581382,0.169470005707963,0.153725174569888,0.0523822114661268,0.193489315651451,0.153725174569888,0.0535081522017174,0.0939141663806204,0.5,0.153725174569888,0.0471486859839029,0.0293985158844594,0,0.0693788933905066,0.109994518316007 -8150,0.5,0.153725174569888,0.0414798322696928,0.0323092544627996,0.153725174569888,0.0190656464634284,0.0101483989652655,0.153725174569888,0.0264457315141515,0.10945871922263,0.153725174569888,0.0299287084136234,0.0189072549289746,0.153725174569888,0.340762692889083,0.0863474463257381,0.153725174569888,0.295956146595643,0.0401296348494143,0.153725174569888,0.342375305740728,0.118745971682133,0.153725174569888,0.298568757164394,0.0852064755810275,0.5,0.153725174569888,0.227909259898801,0.252192738991735,0.153725174569888,0.0430464567963472,0.0319811182713534,0.5,0.153725174569888,0.0197015153279065,0.191712457497223,0.153725174569888,0.025556933103782,0.119645082280509,0.153725174569888,0.054100311626615,0.0727768630911713,0.153725174569888,0.0502451383455466,0.176715283677081,0.153725174569888,0.206669964863057,0.151382648942081,0.153725174569888,0.0566057204441367,0.162177674020638,0.153725174569888,0.0396827058422303,0.106344682307154,0.5,0.153725174569888,0.0379511500781853,0.0259387832181228,0,0.0645954482042091,0.0855343833131363 -8151,0.5,0.153725174569888,0.0173509821060486,0.0238270699500607,0.153725174569888,0.00544663246236736,0.021191166764612,0.153725174569888,0.0175163981965006,0.118893496022668,0.153725174569888,0.0112460453161687,0.0160378348898275,0.153725174569888,0.213798034329449,0.0785958415688495,0.153725174569888,0.183798094105459,0.0328160201908737,0.153725174569888,0.263170768959644,0.0837044139282697,0.153725174569888,0.225185792627262,0.0581033359356061,0.5,0.153725174569888,0.174249878719332,0.185044201396731,0.153725174569888,0.0233821208328178,0.0269317709341788,0.5,0.153725174569888,0.00731421147258136,0.189302362540495,0.153725174569888,0.0135845892224027,0.125895473507994,0.153725174569888,0.042915551110508,0.0575540294129169,0.153725174569888,0.047003128015521,0.131099160320697,0.153725174569888,0.123092539995384,0.12400131063125,0.153725174569888,0.0808621986015144,0.118324491124483,0.153725174569888,0.0184032728639551,0.106993572800761,0.5,0.153725174569888,0.0182689703946254,0.0234449045509763,0,0.0629475588957867,0.0636712660243777 -8152,0.5,0.153725174569888,0.000235828654379534,0.0172886402756569,0.153725174569888,0.0,0.0296964984510831,0.153725174569888,0.000306981195364297,0.0914957035715157,0.153725174569888,0.000445118180150318,0.0126262404380984,0.153725174569888,0.0,0.075777716321368,0.153725174569888,0.0308393099191092,0.0262779178722548,0.153725174569888,0.00199213411934362,0.0578811815986012,0.153725174569888,0.0439953816248339,0.0314868423110363,0.5,0.153725174569888,0.0421311639444931,0.119262169309349,0.153725174569888,0.00388953384269418,0.0221830851136052,0.5,0.153725174569888,0.00159745078613232,0.219037526101792,0.153725174569888,0.00331522580253326,0.145820816244084,0.153725174569888,2.63938372948065e-05,0.0461619739151432,0.153725174569888,0.000144613662954258,0.0922035185148845,0.153725174569888,0.0,0.0999671553686245,0.153725174569888,0.00109200276744062,0.0728686807738984,0.153725174569888,0.000255523975876916,0.119996833888393,0.5,0.153725174569888,0.000583471872087012,0.018161252608584,0,0.0668696156526247,0.0469241413217019 -8153,0.5,0.153725174569888,0.0,0.0145912954445423,0.153725174569888,0.0,0.0267105080858266,0.153725174569888,0.0,0.0730980895237936,0.153725174569888,0.0,0.0133778214137342,0.153725174569888,0.0,0.0564110244725233,0.153725174569888,0.0,0.0213605799312547,0.153725174569888,0.0,0.0497505230621863,0.153725174569888,0.0,0.0244364901046344,0.5,0.153725174569888,0.0,0.0753181180925753,0.153725174569888,0.0,0.0186325112048399,0.5,0.153725174569888,0.0,0.288415183583755,0.153725174569888,0.0,0.177214239220166,0.153725174569888,0.0,0.0366194151801413,0.153725174569888,0.0,0.0583714301849619,0.153725174569888,0.0,0.0756069013323232,0.153725174569888,0.0,0.0454745660531653,0.153725174569888,0.0,0.150372792726485,0.5,0.153725174569888,0.0,0.0146147691573109,0,0.0814159266240364,0.0467905931165704 -8154,0.5,0.153725174569888,0.0,0.0127809777207655,0.153725174569888,0.0,0.0132614569318627,0.153725174569888,0.0,0.0693293957230654,0.153725174569888,0.0,0.0167996242864893,0.153725174569888,0.0,0.0452195219958579,0.153725174569888,0.0,0.016441889429789,0.153725174569888,0.0,0.0327629868274511,0.153725174569888,0.0,0.0206733311038342,0.5,0.153725174569888,0.0,0.04522936717497,0.153725174569888,0.0,0.0251174598851385,0.5,0.153725174569888,0.0,0.346199302720175,0.153725174569888,0.0,0.228158966712256,0.153725174569888,0.0,0.0274584367252487,0.153725174569888,0.0,0.0356485244699844,0.153725174569888,0.0,0.0491016499845404,0.153725174569888,0.0,0.0278803380122901,0.153725174569888,0.0,0.183281628557742,0.5,0.153725174569888,0.0,0.020021963074048,0,0.0742296972906066,0.109412129299317 -8155,0.5,0.153725174569888,0.0,0.0112227278480669,0.153725174569888,0.0,0.00614043013962157,0.153725174569888,0.0,0.0645809930725893,0.153725174569888,0.0,0.0213461901575227,0.153725174569888,0.0,0.0383101781451048,0.153725174569888,0.0,0.0138546752510102,0.153725174569888,0.0,0.03071169288497,0.153725174569888,0.0,0.0169807725948734,0.5,0.153725174569888,0.0,0.0312692698308698,0.153725174569888,0.0,0.0402247657628559,0.5,0.153725174569888,0.0,0.342975504280896,0.153725174569888,0.0,0.267988443132733,0.153725174569888,0.0,0.0243463805646978,0.153725174569888,0.0,0.0233484771964735,0.153725174569888,0.0,0.0340242229742313,0.153725174569888,0.0,0.026422634684473,0.153725174569888,0.0,0.189548730106229,0.5,0.153725174569888,0.0,0.0275193306957239,0,0.0693622597124146,0.184559681038013 -8156,0.5,0.153725174569888,0.0,0.0100182800532764,0.153725174569888,0.0,0.00337942954965747,0.153725174569888,0.0,0.0448451989884178,0.153725174569888,0.0,0.0261684100011766,0.153725174569888,0.0,0.0291839207130695,0.153725174569888,0.0,0.00995068765940405,0.153725174569888,0.0,0.029857691994531,0.153725174569888,0.0,0.0133100801873641,0.5,0.153725174569888,0.0,0.0241917411457446,0.153725174569888,0.0,0.054629151940796,0.5,0.153725174569888,0.0,0.229885328376973,0.153725174569888,0.0,0.303565721375388,0.153725174569888,0.0,0.0272286679307949,0.153725174569888,0.0,0.0171359443418233,0.153725174569888,0.0,0.0252050990193753,0.153725174569888,0.0,0.0271228143959118,0.153725174569888,0.0,0.172163282108787,0.5,0.153725174569888,0.0,0.0339365953356339,0,0.0781678660850885,0.23013431891034 -8157,0.5,0.153725174569888,0.0,0.0102129939919001,0.153725174569888,0.0,0.00341831675557957,0.153725174569888,0.0,0.0314950399521733,0.153725174569888,0.0,0.0281172919963268,0.153725174569888,0.0,0.0205483735535864,0.153725174569888,0.0,0.00796042047406252,0.153725174569888,0.0,0.0291696613533734,0.153725174569888,0.0,0.0116775120456214,0.5,0.153725174569888,0.0,0.0205018126975497,0.153725174569888,0.0,0.0807614891971716,0.5,0.153725174569888,0.0,0.120660676205989,0.153725174569888,0.0,0.316646684336705,0.153725174569888,0.0,0.0403585096726261,0.153725174569888,0.0,0.030108896359259,0.153725174569888,0.0,0.0172917070420413,0.153725174569888,0.0,0.0259398317681656,0.153725174569888,0.0,0.160893407515927,0.5,0.153725174569888,0.0,0.0466985093758481,0,0.0907480745986062,0.364169995340192 -8158,0.5,0.153725174569888,0.0,0.0109911266779926,0.153725174569888,0.0,0.00512367874735113,0.153725174569888,0.0,0.0239964726013006,0.153725174569888,0.0,0.0294084871748181,0.153725174569888,0.0,0.0198706365509459,0.153725174569888,0.0,0.011163308631136,0.153725174569888,0.0,0.0254070206439426,0.153725174569888,0.0,0.010101806070341,0.5,0.153725174569888,0.0,0.017913076411783,0.153725174569888,0.0,0.117275356025877,0.5,0.153725174569888,0.0,0.0659607656236596,0.153725174569888,0.0,0.282341623712721,0.153725174569888,0.0,0.0668990987109838,0.153725174569888,0.0,0.0582146865557039,0.153725174569888,0.0,0.0100000821861416,0.153725174569888,0.0,0.0213484992544241,0.153725174569888,0.0,0.141732152327889,0.5,0.153725174569888,0.0,0.0644333461331095,0,0.0842732798838428,0.613340133038316 -8159,0.5,0.153725174569888,0.0,0.0112603687518418,0.153725174569888,0.0,0.00854075745484826,0.153725174569888,0.0,0.0212771105790645,0.153725174569888,0.0,0.0296816700402952,0.153725174569888,0.0,0.0252907009586142,0.153725174569888,0.0,0.0167349001858905,0.153725174569888,0.0,0.0196808670216158,0.153725174569888,0.0,0.0118753062975469,0.5,0.153725174569888,0.0,0.0177700339335902,0.153725174569888,0.0,0.142153567575017,0.5,0.153725174569888,0.0,0.0398702422952857,0.153725174569888,0.0,0.219214393134638,0.153725174569888,0.0,0.103793114992236,0.153725174569888,0.0,0.0971004222547432,0.153725174569888,0.0,0.00567983125745556,0.153725174569888,0.0,0.0156333459553639,0.153725174569888,0.0,0.123397392451711,0.5,0.153725174569888,0.0,0.093964129712217,0,0.066496406760596,0.766691739271399 -8160,0.5,0.153725174569888,0.0,0.0116205121632964,0.153725174569888,0.0,0.013064547337748,0.153725174569888,0.0,0.0199509633460714,0.153725174569888,0.0,0.0281682343175997,0.153725174569888,0.0,0.0347455791866305,0.153725174569888,0.0,0.0206403897389649,0.153725174569888,0.0,0.0164344665933317,0.153725174569888,0.0,0.0135367317374331,0.5,0.153725174569888,0.0,0.0164467352906427,0.153725174569888,0.0,0.128566942284537,0.5,0.153725174569888,0.0,0.0273510222157532,0.153725174569888,0.0,0.178676169971625,0.153725174569888,0.0,0.162068705965506,0.153725174569888,0.0,0.129090430746129,0.153725174569888,0.0,0.00424268389518501,0.153725174569888,0.0,0.010151043209261,0.153725174569888,0.0,0.103252519289021,0.5,0.153725174569888,0.0,0.122410727876303,0,0.0586147792107766,0.831041445334684 -8161,0.5,0.153725174569888,0.0,0.0122149127902903,0.153725174569888,0.0,0.0242721529844788,0.153725174569888,0.0,0.0181509431614263,0.153725174569888,0.0,0.0268649359357542,0.153725174569888,0.0,0.0443432537625599,0.153725174569888,0.0,0.0249771275899744,0.153725174569888,0.0,0.0142774311300097,0.153725174569888,0.0,0.0126020635331172,0.5,0.153725174569888,0.0,0.0158185725307406,0.153725174569888,0.0,0.0978259117347409,0.5,0.153725174569888,0.0,0.020373024050085,0.153725174569888,0.0,0.136545009607399,0.153725174569888,0.0,0.240887140439691,0.153725174569888,0.0,0.156406484390712,0.153725174569888,0.0,0.00575319103071606,0.153725174569888,0.0,0.00730320455782547,0.153725174569888,0.0,0.0841639483717052,0.5,0.153725174569888,0.0,0.129435440029553,0,0.0675098635197504,0.885377484364119 -8162,0.5,0.153725174569888,0.0,0.0129009642154279,0.153725174569888,0.0,0.0465572569537479,0.153725174569888,0.0,0.0150272842605499,0.153725174569888,0.0,0.0241104235706549,0.153725174569888,0.0,0.0599067367828794,0.153725174569888,0.0,0.0338839154727487,0.153725174569888,0.0,0.0141319687041701,0.153725174569888,0.0,0.0120096613455137,0.5,0.153725174569888,0.0,0.0131657068704259,0.153725174569888,0.0,0.0809809837709475,0.5,0.153725174569888,0.0,0.0151019651760046,0.153725174569888,0.0,0.104430519884572,0.153725174569888,0.0,0.301784899862763,0.153725174569888,0.0,0.184259165110849,0.153725174569888,0.0,0.0100364092684061,0.153725174569888,0.0,0.00621272565494146,0.153725174569888,0.0,0.0678819782685066,0.5,0.153725174569888,0.0,0.123705869669691,0,0.0871373524803864,0.940171834135839 -8163,0.5,0.153725174569888,0.0,0.0141436674959368,0.153725174569888,0.0,0.0709145802014079,0.153725174569888,0.0,0.0124668926692384,0.153725174569888,0.0,0.0181887554502645,0.153725174569888,0.0,0.0835368091890094,0.153725174569888,0.0,0.0484108261670761,0.153725174569888,0.0,0.018132149564501,0.153725174569888,0.0,0.0132441357983385,0.5,0.153725174569888,0.0,0.00886591552129213,0.153725174569888,0.0,0.0688366972266975,0.5,0.153725174569888,0.0,0.0113301755349054,0.153725174569888,0.0,0.0831892669700455,0.153725174569888,0.0,0.341228167730163,0.153725174569888,0.0,0.211056117043923,0.153725174569888,0.0,0.0172957401816441,0.153725174569888,0.0,0.00420634966060028,0.153725174569888,0.0,0.0573331347845955,0.5,0.153725174569888,0.0,0.111524742366047,0,0.125522698721383,0.979365404865488 -8164,0.5,0.153725174569888,0.0,0.0169631180484315,0.153725174569888,0.0,0.087224091288566,0.153725174569888,0.0,0.0116757919642673,0.153725174569888,0.0,0.0135054399559014,0.153725174569888,0.0,0.116373555695769,0.153725174569888,0.0,0.0714065473993938,0.153725174569888,0.0,0.0243256736449861,0.153725174569888,0.0,0.0162420642152486,0.5,0.153725174569888,0.0,0.00536709511914779,0.153725174569888,0.0,0.0634278235964092,0.5,0.153725174569888,0.0,0.00966367407458687,0.153725174569888,0.0,0.0612605003560103,0.153725174569888,0.0,0.376660094630146,0.153725174569888,0.0,0.249981043766047,0.153725174569888,0.0,0.0277899167810944,0.153725174569888,0.0,0.00213599107752271,0.153725174569888,0.0,0.0515217242388649,0.5,0.153725174569888,0.0,0.103270409246393,0,0.183846325900508,0.983217093362993 -8165,0.5,0.153725174569888,0.0,0.0219643693903831,0.153725174569888,0.0,0.109092308927973,0.153725174569888,0.0,0.0115977367985568,0.153725174569888,0.0,0.0101873198862568,0.153725174569888,0.0,0.148298409250901,0.153725174569888,0.0,0.0905164643641891,0.153725174569888,0.0,0.0346684285891404,0.153725174569888,0.0,0.0225532687665072,0.5,0.153725174569888,0.0,0.00423483082113441,0.153725174569888,0.0,0.0551502333659696,0.5,0.153725174569888,0.0,0.00817269354515308,0.153725174569888,0.0,0.0494546539605292,0.153725174569888,0.0,0.423000850306847,0.153725174569888,0.0,0.297519036163245,0.153725174569888,0.0,0.0409908185062016,0.153725174569888,0.0,0.00124060630655895,0.153725174569888,0.0,0.0459657882585342,0.5,0.153725174569888,0.0,0.0963936079987148,0,0.239438938171308,0.996686545414266 -8166,0.5,0.153725174569888,0.0,0.0311637901562615,0.153725174569888,0.0,0.138400159515553,0.153725174569888,0.0,0.0118919300796946,0.153725174569888,0.0,0.0094910491763735,0.153725174569888,0.0,0.199667842244144,0.153725174569888,0.0,0.119088508366766,0.153725174569888,0.0,0.0530680175529659,0.153725174569888,0.0,0.0316738199238801,0.5,0.153725174569888,0.0,0.00355968620864494,0.153725174569888,0.0,0.0510524003509079,0.5,0.153725174569888,0.0,0.00673634366154807,0.153725174569888,0.0,0.0434899701095905,0.153725174569888,0.0,0.470100253153434,0.153725174569888,0.0,0.360736994538601,0.153725174569888,0.0,0.059450628894262,0.153725174569888,0.0,0.00123782556209537,0.153725174569888,0.0,0.0423442563516076,0.5,0.153725174569888,0.0,0.0888054440571917,0,0.292780565536948,1.00480484846667 -8167,0.5,0.153725174569888,0.0,0.0435246125176788,0.153725174569888,0.0,0.186286402708858,0.153725174569888,0.0,0.0104919578867481,0.153725174569888,0.0,0.0100732845282733,0.153725174569888,0.0,0.268157545285285,0.153725174569888,0.0,0.152209351922581,0.153725174569888,0.0,0.0750775462265584,0.153725174569888,0.0,0.0396933574379779,0.5,0.153725174569888,0.0,0.00289006011151308,0.153725174569888,0.0,0.0515141079442818,0.5,0.153725174569888,0.0,0.00628542359781379,0.153725174569888,0.0,0.0367074430992116,0.153725174569888,0.0,0.524839695685013,0.153725174569888,0.0,0.439633597878325,0.153725174569888,0.0,0.081753576083153,0.153725174569888,0.0,0.00345377540529467,0.153725174569888,0.0,0.0398342284077617,0.5,0.153725174569888,0.0,0.0879232614444136,0,0.349649778799076,1.00572262965846 -8168,0.5,0.153725174569888,0.0,0.0572960504996492,0.153725174569888,0.0,0.238760144431799,0.153725174569888,0.0,0.0101141950400563,0.153725174569888,0.0,0.010880755927591,0.153725174569888,0.0,0.344762853076165,0.153725174569888,0.0,0.202319503769529,0.153725174569888,0.0,0.0988968550145492,0.153725174569888,0.0,0.0523831908594815,0.5,0.153725174569888,0.0,0.00288586525422608,0.153725174569888,0.0,0.0559410555806397,0.5,0.153725174569888,0.0,0.00489431053175293,0.153725174569888,0.0,0.0294634201195718,0.153725174569888,0.0,0.594452114082442,0.153725174569888,0.0,0.518068610761302,0.153725174569888,0.0,0.109213548038203,0.153725174569888,0.0,0.00882178028164521,0.153725174569888,0.0,0.038355902207443,0.5,0.153725174569888,0.0,0.0897422181751001,0,0.443961014347607,1.00702437444561 -8169,0.5,0.153725174569888,0.000567337832271523,0.0745872856637797,0.153725174569888,0.0,0.33345925764656,0.153725174569888,0.00242751505672717,0.0161480842579071,0.153725174569888,0.00144347305752817,0.0118437721533016,0.153725174569888,0.0,0.44096274636065,0.153725174569888,0.0,0.264160566816501,0.153725174569888,0.0,0.12811440130995,0.153725174569888,7.25996953663385e-05,0.0652559572453864,0.5,0.153725174569888,0.00153827160347188,0.00508780449909518,0.153725174569888,0.00297139995389422,0.0551776555457926,0.5,0.153725174569888,0.00287810101884694,0.00986239835069062,0.153725174569888,0.00365500540880573,0.0245392785965704,0.153725174569888,0.0,0.67804288834788,0.153725174569888,0.0,0.599170351389401,0.153725174569888,0.000329881039709891,0.141100629773062,0.153725174569888,0.000919782399386436,0.0182471683522739,0.153725174569888,0.002494419133587,0.040336185408226,0.5,0.153725174569888,0.00312680510777051,0.0967567921033011,0,0.551580721647553,1.00772627835701 -8170,0.5,0.153725174569888,0.0420568839516248,0.101026212012295,0.153725174569888,0.0875216552171844,0.427971481621658,0.153725174569888,0.069092503477807,0.0340691562081788,0.153725174569888,0.0201722517557393,0.0167238154420889,0.153725174569888,0.0481552376050928,0.582550674969933,0.153725174569888,0.0259817429192922,0.347599552984639,0.153725174569888,0.104161426632707,0.153076829135699,0.153725174569888,0.0864907564377294,0.0898600308363286,0.5,0.153725174569888,0.107478071531133,0.0103597558920624,0.153725174569888,0.0337393282373538,0.0502950631024374,0.5,0.153725174569888,0.0497049248639415,0.0145936655098318,0.153725174569888,0.0606044438054388,0.0198907468219069,0.153725174569888,0.0250553206907455,0.75959806908729,0.153725174569888,0.0338104961521805,0.66696499579323,0.153725174569888,0.109543936404243,0.169446482250395,0.153725174569888,0.0778085255570255,0.0349818275287807,0.153725174569888,0.0313934052659815,0.0458440795158808,0.5,0.153725174569888,0.02532490844952,0.105636033697792,0,0.643772690116429,1.00902843555431 -8171,0.5,0.153725174569888,0.122791036428555,0.160784332562883,0.153725174569888,0.228989719019193,0.512821006213059,0.153725174569888,0.169518957110063,0.0688593064799102,0.153725174569888,0.0535289161049269,0.0227222354628417,0.153725174569888,0.111646901892668,0.677086491537469,0.153725174569888,0.0417293208866383,0.451154154945331,0.153725174569888,0.255822706056312,0.211036466260573,0.153725174569888,0.190876783885248,0.12493323318878,0.5,0.153725174569888,0.247423667351143,0.0210830506887276,0.153725174569888,0.0669147528056893,0.0417278528811629,0.5,0.153725174569888,0.0983351255962672,0.0191671150044598,0.153725174569888,0.130300704665979,0.0160157212887451,0.153725174569888,0.0611799797622331,0.828953842249447,0.153725174569888,0.0780387830529375,0.746002939703662,0.153725174569888,0.25874376775112,0.222578418234265,0.153725174569888,0.201448266458685,0.0695338172223833,0.153725174569888,0.0632476042676592,0.0493350749962607,0.5,0.153725174569888,0.0492016713180332,0.113696745605118,0,0.728420690201378,1.00933228808111 -8172,0.5,0.153725174569888,0.206903544587084,0.228537040410532,0.153725174569888,0.310181944927425,0.520735258805156,0.153725174569888,0.273734712131146,0.105785981501759,0.153725174569888,0.0854192181300539,0.0285487789006246,0.153725174569888,0.128972742356025,0.750256306950048,0.153725174569888,0.035975299010217,0.544818204743063,0.153725174569888,0.32732425282022,0.315369655187154,0.153725174569888,0.248665210440501,0.165070529351134,0.5,0.153725174569888,0.336966192769978,0.0515007514145634,0.153725174569888,0.0885237919937842,0.0341193325015123,0.5,0.153725174569888,0.127818735513615,0.0283922368098178,0.153725174569888,0.194938273464567,0.0152032850176504,0.153725174569888,0.0679241358444621,0.851506818844348,0.153725174569888,0.0837296570744477,0.761946896954641,0.153725174569888,0.360011120422769,0.279179046979229,0.153725174569888,0.288255898120423,0.145288996821264,0.153725174569888,0.0841958906571037,0.0517109929828223,0.5,0.153725174569888,0.06512441863798,0.128092479074545,0,0.783488557171702,1.00955559152199 -8173,0.5,0.153725174569888,0.245470222510654,0.27249035025546,0.153725174569888,0.31368236462413,0.658985957824115,0.153725174569888,0.325078918061898,0.138805412180756,0.153725174569888,0.107317515910222,0.035868092819429,0.153725174569888,0.0740959727209833,0.762128372817114,0.153725174569888,0.0259196189588208,0.599003539078377,0.153725174569888,0.290234537438475,0.374213803268764,0.153725174569888,0.233017407551034,0.230691641360671,0.5,0.153725174569888,0.340575189128487,0.0967703601028602,0.153725174569888,0.096205469563238,0.0293405030419413,0.5,0.153725174569888,0.139188163124512,0.038927927355851,0.153725174569888,0.235410633595754,0.0206268377523453,0.153725174569888,0.0559482819123699,0.903320400344553,0.153725174569888,0.0613286506780543,0.781403244006542,0.153725174569888,0.393091764986418,0.337096208414335,0.153725174569888,0.311720405419846,0.251004653960201,0.153725174569888,0.0912881492384073,0.063063430268135,0.5,0.153725174569888,0.0662055791247061,0.140650363821111,0,0.831227405272178,1.00901633390657 -8174,0.5,0.153725174569888,0.228244847972947,0.282121480019793,0.153725174569888,0.206535002592978,0.785528897397641,0.153725174569888,0.332426753692844,0.136585357322397,0.153725174569888,0.110729634608812,0.0419750851027141,0.153725174569888,0.0185381287703963,0.799908950206079,0.153725174569888,0.0125106000631421,0.645699171119593,0.153725174569888,0.22433396476511,0.453466071410176,0.153725174569888,0.165782602744291,0.324791894274635,0.5,0.153725174569888,0.282232529830765,0.151760415334461,0.153725174569888,0.084398641682283,0.0330699608285116,0.5,0.153725174569888,0.1197806347328,0.0641146704950337,0.153725174569888,0.232362465141954,0.0333484914674071,0.153725174569888,0.0303411323724297,0.922943275134921,0.153725174569888,0.0332524202538179,0.821063022449135,0.153725174569888,0.341207050933577,0.409536884370467,0.153725174569888,0.272716335944881,0.381350414080165,0.153725174569888,0.0734731680872665,0.0974434112084068,0.5,0.153725174569888,0.0533380592375477,0.144622687201212,0,0.874062870383822,0.947642593178307 -8175,0.5,0.153725174569888,0.122234878943136,0.262714122481716,0.153725174569888,0.0525440844633997,0.77944278381666,0.153725174569888,0.232980076442992,0.0869642822588273,0.153725174569888,0.0692709674163273,0.0352780951944529,0.153725174569888,0.00648781604168974,0.810148377746497,0.153725174569888,0.00369531230716327,0.686676722045558,0.153725174569888,0.114275910344427,0.5505458981616,0.153725174569888,0.0844844476503395,0.427893708107016,0.5,0.153725174569888,0.170633099310184,0.199930543402361,0.153725174569888,0.0544537711478516,0.0453229798865443,0.5,0.153725174569888,0.0724795682032228,0.117000086129357,0.153725174569888,0.184958652967576,0.040816458274179,0.153725174569888,0.00999265414275282,0.917862445394332,0.153725174569888,0.0135864047910296,0.82003972573978,0.153725174569888,0.1828398254174,0.477898835409953,0.153725174569888,0.185141353347314,0.443692298850067,0.153725174569888,0.0396653241872167,0.134648563830149,0.5,0.153725174569888,0.030849733249437,0.151080457865247,0,0.89129473651413,0.909558037065017 -8176,0.5,0.153725174569888,1.95212565838587e-05,0.281842605702186,0.153725174569888,0.000530215154324291,0.795011625614216,0.153725174569888,0.0,0.094407028161054,0.153725174569888,0.0,0.0250256787609124,0.153725174569888,0.000170314958436689,0.795031047181073,0.153725174569888,0.000726621829281459,0.703386082589182,0.153725174569888,0.00041694210257118,0.613812165981519,0.153725174569888,0.00950281624960924,0.477921206487225,0.5,0.153725174569888,0.0302079936689371,0.229143205675417,0.153725174569888,0.0126521881517353,0.0627511836161192,0.5,0.153725174569888,0.0178742577883805,0.179638606477579,0.153725174569888,0.0574213066134572,0.0372918648327212,0.153725174569888,0.000227685564744263,0.904076745415816,0.153725174569888,0.000136545007234271,0.784265503492158,0.153725174569888,0.00038329148434819,0.514933799519431,0.153725174569888,0.00269201214006309,0.489868774533284,0.153725174569888,6.0369588186966e-05,0.149901628002003,0.5,0.153725174569888,0.000841278866061055,0.157202071038987,0,0.910235180205414,0.92617136567553 -8177,0.5,0.153725174569888,0.0,0.33642925214095,0.153725174569888,0.0,0.803146282571523,0.153725174569888,0.0,0.125430955793134,0.153725174569888,0.0,0.0311455645295768,0.153725174569888,0.0,0.734932859644605,0.153725174569888,0.0,0.681557922333531,0.153725174569888,0.0,0.69919550544328,0.153725174569888,0.0,0.50703651928479,0.5,0.153725174569888,0.0,0.254608895758586,0.153725174569888,0.0,0.0887435464408719,0.5,0.153725174569888,0.0,0.209850916537999,0.153725174569888,0.0,0.0288551242314048,0.153725174569888,0.0,0.821867375709134,0.153725174569888,0.0,0.645626870513558,0.153725174569888,0.0,0.593996245095321,0.153725174569888,0.0,0.552308968617035,0.153725174569888,0.0,0.182901622370973,0.5,0.153725174569888,0.0,0.143022029568176,0,0.939539836377353,0.924685161280422 -8178,0.5,0.153725174569888,0.0,0.3900920251274,0.153725174569888,0.0,0.76634012235833,0.153725174569888,0.0,0.19501934147474,0.153725174569888,0.0,0.0473805518941008,0.153725174569888,0.0,0.653495873786125,0.153725174569888,0.0,0.586922384946883,0.153725174569888,0.0,0.759158833328646,0.153725174569888,0.0,0.55313217509446,0.5,0.153725174569888,0.0,0.28713226543342,0.153725174569888,0.0,0.0978177692688494,0.5,0.153725174569888,0.0,0.255403822251889,0.153725174569888,0.0,0.0275380501616798,0.153725174569888,0.0,0.672205163728037,0.153725174569888,0.0,0.487876051841973,0.153725174569888,0.0,0.681474378116913,0.153725174569888,0.0,0.596377151544866,0.153725174569888,0.0,0.236095247679623,0.5,0.153725174569888,0.0,0.138117586226777,0,0.962168298655918,0.955791070076321 -8179,0.5,0.153725174569888,0.0,0.437160411122185,0.153725174569888,0.0,0.62199725732424,0.153725174569888,0.0,0.30853956951055,0.153725174569888,0.0,0.0706736183081611,0.153725174569888,0.0,0.566485349046042,0.153725174569888,0.0,0.495559594234413,0.153725174569888,0.0,0.756877867815751,0.153725174569888,0.0,0.559381216808309,0.5,0.153725174569888,0.0,0.340911059105685,0.153725174569888,0.0,0.0902727977198571,0.5,0.153725174569888,0.0,0.295287007997574,0.153725174569888,0.0,0.0313817733541437,0.153725174569888,0.0,0.405192792391088,0.153725174569888,0.0,0.398307295787595,0.153725174569888,0.0,0.706312578471509,0.153725174569888,0.0,0.651094475012782,0.153725174569888,0.0,0.273836994589861,0.5,0.153725174569888,0.0,0.140267238692935,0,0.974406829868533,0.948038330563227 -8180,0.5,0.153725174569888,0.0,0.470783798342538,0.153725174569888,0.0,0.603014206788122,0.153725174569888,0.0,0.439277465933377,0.153725174569888,0.0,0.100813320862882,0.153725174569888,0.0,0.369461332849522,0.153725174569888,0.0,0.370281940778754,0.153725174569888,0.0,0.692327393333466,0.153725174569888,0.0,0.525006239302283,0.5,0.153725174569888,0.0,0.402912678779155,0.153725174569888,0.0,0.0771282244309787,0.5,0.153725174569888,0.0,0.238305171498023,0.153725174569888,0.0,0.0368103171143155,0.153725174569888,0.0,0.326780448837707,0.153725174569888,0.0,0.325061718064966,0.153725174569888,0.0,0.658094852930455,0.153725174569888,0.0,0.680291823176984,0.153725174569888,0.0,0.284842942291976,0.5,0.153725174569888,0.0,0.139848608423317,0,0.967315348732221,0.956123748659744 -8181,0.5,0.153725174569888,0.0,0.481630516901554,0.153725174569888,0.0,0.487478914924518,0.153725174569888,0.0,0.516198981960229,0.153725174569888,0.0,0.138617621742085,0.153725174569888,0.0,0.205123551417468,0.153725174569888,0.0,0.181041396507596,0.153725174569888,0.0,0.563723387909557,0.153725174569888,0.0,0.416142908726746,0.5,0.153725174569888,0.0,0.416576398475902,0.153725174569888,0.0,0.0897981691796211,0.5,0.153725174569888,0.0,0.123973174130395,0.153725174569888,0.0,0.053477311186668,0.153725174569888,0.0,0.304221880478385,0.153725174569888,0.0,0.252520190995836,0.153725174569888,0.0,0.585835721039999,0.153725174569888,0.0,0.669158930516931,0.153725174569888,0.0,0.254184445983568,0.5,0.153725174569888,0.0,0.121496926756989,0,0.931791728912901,0.934216533317074 -8182,0.5,0.153725174569888,0.0,0.461277004868779,0.153725174569888,0.0,0.217671855025032,0.153725174569888,0.0,0.55492264474096,0.153725174569888,0.0,0.181444702340345,0.153725174569888,0.0,0.106128685838147,0.153725174569888,0.0,0.0905071768010023,0.153725174569888,0.0,0.380386690197188,0.153725174569888,0.0,0.278963037347202,0.5,0.153725174569888,0.0,0.368656062232496,0.153725174569888,0.0,0.140294950041598,0.5,0.153725174569888,0.0,0.106726322475546,0.153725174569888,0.0,0.0796948536965746,0.153725174569888,0.0,0.314613817394787,0.153725174569888,0.0,0.2270522438455,0.153725174569888,0.0,0.452010650860698,0.153725174569888,0.0,0.608726299784206,0.153725174569888,0.0,0.214732987445337,0.5,0.153725174569888,0.0,0.0813302071182481,0,0.8463203960775,0.858589604355783 -8183,0.5,0.153725174569888,0.0,0.427134247193926,0.153725174569888,0.0,0.0877471615697963,0.153725174569888,0.0,0.569403953254745,0.153725174569888,0.0,0.228348342790397,0.153725174569888,0.0,0.100328000514146,0.153725174569888,0.0,0.0754736653316661,0.153725174569888,0.0,0.294250092834983,0.153725174569888,0.0,0.2006589469001,0.5,0.153725174569888,0.0,0.274083366628032,0.153725174569888,0.0,0.184502252236316,0.5,0.153725174569888,0.0,0.114194437176188,0.153725174569888,0.0,0.10953908681463,0.153725174569888,0.0,0.298821143067086,0.153725174569888,0.0,0.207149208664898,0.153725174569888,0.0,0.31303819773294,0.153725174569888,0.0,0.490295763222321,0.153725174569888,0.0,0.195923227975983,0.5,0.153725174569888,0.0,0.0534390875870991,0,0.738909578435903,0.850327681241744 -8184,0.5,0.153725174569888,0.0,0.364006795839009,0.153725174569888,0.0,0.0820287687232772,0.153725174569888,0.0,0.579927336773469,0.153725174569888,0.0,0.292657259706027,0.153725174569888,0.0,0.0943978891486671,0.153725174569888,0.0,0.0772894768788004,0.153725174569888,0.0,0.150090149578329,0.153725174569888,0.0,0.168969357312821,0.5,0.153725174569888,0.0,0.186986043894058,0.153725174569888,0.0,0.175907470076748,0.5,0.153725174569888,0.0,0.110192093324052,0.153725174569888,0.0,0.133544156513861,0.153725174569888,0.0,0.246002031713378,0.153725174569888,0.0,0.186269615826601,0.153725174569888,0.0,0.211211953125721,0.153725174569888,0.0,0.385587757895488,0.153725174569888,0.0,0.177841118326032,0.5,0.153725174569888,0.0,0.0483719873471694,0,0.630952310927705,0.858346652155228 -8185,0.5,0.153725174569888,0.0,0.283115425971117,0.153725174569888,0.0,0.0870448370581237,0.153725174569888,0.0,0.54543243231081,0.153725174569888,0.0,0.323704063914696,0.153725174569888,0.0,0.0936218349529476,0.153725174569888,0.0,0.0748971525839475,0.153725174569888,0.0,0.10111196518394,0.153725174569888,0.0,0.133083623771895,0.5,0.153725174569888,0.0,0.119543845002015,0.153725174569888,0.0,0.149310183491275,0.5,0.153725174569888,0.0,0.0879752528002054,0.153725174569888,0.0,0.13580586702657,0.153725174569888,0.0,0.215902077993677,0.153725174569888,0.0,0.17426381239084,0.153725174569888,0.0,0.144094510916338,0.153725174569888,0.0,0.288481917086226,0.153725174569888,0.0,0.158927552086125,0.5,0.153725174569888,0.0,0.0470011517691832,0,0.443843907781795,0.767158387667704 -8186,0.5,0.153725174569888,0.0,0.216436659541997,0.153725174569888,0.0,0.090178974315772,0.153725174569888,0.0,0.484782836464908,0.153725174569888,0.0,0.36141335959669,0.153725174569888,0.0,0.108699322418417,0.153725174569888,0.0,0.0935302142012268,0.153725174569888,0.0,0.0964054521968113,0.153725174569888,0.0,0.125780922525026,0.5,0.153725174569888,0.0,0.0776576129369784,0.153725174569888,0.0,0.133928491883229,0.5,0.153725174569888,0.0,0.0760325144744963,0.153725174569888,0.0,0.109469390511976,0.153725174569888,0.0,0.230995052732133,0.153725174569888,0.0,0.166315700425692,0.153725174569888,0.0,0.109021493113337,0.153725174569888,0.0,0.176778806752946,0.153725174569888,0.0,0.128633010354161,0.5,0.153725174569888,0.0,0.0413634838396895,0,0.415261006129094,0.781429667448425 -8187,0.5,0.153725174569888,0.0,0.169174687597265,0.153725174569888,0.0,0.0978273881519097,0.153725174569888,0.0,0.372346212563062,0.153725174569888,0.0,0.392472419909108,0.153725174569888,0.0,0.141998900593393,0.153725174569888,0.0,0.125479723539319,0.153725174569888,0.0,0.1023845021828,0.153725174569888,0.0,0.131436451232565,0.5,0.153725174569888,0.0,0.0683050363574142,0.153725174569888,0.0,0.126817008578085,0.5,0.153725174569888,0.0,0.0864926571031526,0.153725174569888,0.0,0.0771956741496633,0.153725174569888,0.0,0.218289456124592,0.153725174569888,0.0,0.198454587408378,0.153725174569888,0.0,0.0936591959801243,0.153725174569888,0.0,0.0914182632058908,0.153725174569888,0.0,0.109094819146718,0.5,0.153725174569888,0.0,0.0369989197012584,0,0.382173817818118,0.911205646193836 -8188,0.5,0.153725174569888,0.0,0.128099268008807,0.153725174569888,0.0,0.112585987139939,0.153725174569888,0.0,0.242566656586999,0.153725174569888,0.0,0.394911552098968,0.153725174569888,0.0,0.164250314660975,0.153725174569888,0.0,0.154841982457839,0.153725174569888,0.0,0.108744675661115,0.153725174569888,0.0,0.156766582433734,0.5,0.153725174569888,0.0,0.0830677660489255,0.153725174569888,0.0,0.119555633214342,0.5,0.153725174569888,0.0,0.117188284256736,0.153725174569888,0.0,0.0543266972257603,0.153725174569888,0.0,0.18280402825412,0.153725174569888,0.0,0.231857556515871,0.153725174569888,0.0,0.0880162461273827,0.153725174569888,0.0,0.0495533315180461,0.153725174569888,0.0,0.0924072376440675,0.5,0.153725174569888,0.0,0.0340040907706899,0,0.41185435390278,0.889394038400321 -8189,0.5,0.153725174569888,0.0,0.104455657860354,0.153725174569888,0.0,0.144678571208671,0.153725174569888,0.0,0.156462446490816,0.153725174569888,0.0,0.370368714806072,0.153725174569888,0.0,0.193605362875031,0.153725174569888,0.0,0.172421755002957,0.153725174569888,0.0,0.120523883478643,0.153725174569888,0.0,0.167380510018118,0.5,0.153725174569888,0.0,0.0965041322851445,0.153725174569888,0.0,0.10818143280547,0.5,0.153725174569888,0.0,0.162077050856426,0.153725174569888,0.0,0.0421256763672251,0.153725174569888,0.0,0.227957498478061,0.153725174569888,0.0,0.284610035773481,0.153725174569888,0.0,0.0936697669097408,0.153725174569888,0.0,0.0316512101648949,0.153725174569888,0.0,0.0763369832687062,0.5,0.153725174569888,0.0,0.0307608394240622,0,0.429742641453437,0.870434690128474 -8190,0.5,0.153725174569888,0.0,0.0930765109062801,0.153725174569888,0.0,0.198779020207714,0.153725174569888,0.0,0.113047398935961,0.153725174569888,0.0,0.286138402044461,0.153725174569888,0.0,0.255746425060037,0.153725174569888,0.0,0.186297533159413,0.153725174569888,0.0,0.161779691297259,0.153725174569888,0.0,0.152315286336579,0.5,0.153725174569888,0.0,0.0937707137604746,0.153725174569888,0.0,0.090746389026735,0.5,0.153725174569888,0.0,0.16021758176605,0.153725174569888,0.0,0.0451250631611819,0.153725174569888,0.0,0.273857754494676,0.153725174569888,0.0,0.293809929260267,0.153725174569888,0.0,0.112911938482477,0.153725174569888,0.0,0.0369859355992049,0.153725174569888,0.0,0.0637129513442441,0.5,0.153725174569888,0.0,0.0311988495738822,0,0.349590711472202,0.861956909935661 -8191,0.5,0.153725174569888,0.0,0.0907631034028838,0.153725174569888,0.0,0.324032193932228,0.153725174569888,0.0,0.0927337111584254,0.153725174569888,0.0,0.213264658117921,0.153725174569888,0.0,0.300114698416352,0.153725174569888,0.0,0.178334369286356,0.153725174569888,0.0,0.216843301508155,0.153725174569888,0.0,0.146286282629011,0.5,0.153725174569888,0.0,0.0873114633301814,0.153725174569888,0.0,0.0833541198922311,0.5,0.153725174569888,0.0,0.116369401499246,0.153725174569888,0.0,0.0639252010232427,0.153725174569888,0.0,0.285347968452978,0.153725174569888,0.0,0.308875148934525,0.153725174569888,0.0,0.14628652367628,0.153725174569888,0.0,0.0493521723961841,0.153725174569888,0.0,0.0564924706037648,0.5,0.153725174569888,0.0,0.028426146181661,0,0.404945142540684,0.859432111901198 -8192,0.5,0.153725174569888,0.0,0.0908656546709404,0.153725174569888,0.0,0.275930978719251,0.153725174569888,0.0,0.0880029911429774,0.153725174569888,0.0,0.13826705933245,0.153725174569888,0.0,0.349094488625891,0.153725174569888,0.0,0.202231450847196,0.153725174569888,0.0,0.282791949864356,0.153725174569888,0.0,0.182232224498467,0.5,0.153725174569888,0.0,0.0745790684927367,0.153725174569888,0.0,0.1027997762617,0.5,0.153725174569888,0.0,0.105123843111114,0.153725174569888,0.0,0.0920462873153625,0.153725174569888,0.0,0.233045325419885,0.153725174569888,0.0,0.346409196267222,0.153725174569888,0.0,0.188348786106489,0.153725174569888,0.0,0.0652627341066361,0.153725174569888,0.0,0.0571817360600173,0.5,0.153725174569888,0.0,0.0355552662896804,0,0.462675937012689,0.839104014487803 -8193,0.5,0.153725174569888,0.000914148790112127,0.0997191879351333,0.153725174569888,0.0,0.282889480141575,0.153725174569888,0.00138546866275437,0.0824654019060182,0.153725174569888,0.00143508219625967,0.0903313414844227,0.153725174569888,0.0,0.387013441155132,0.153725174569888,0.0,0.22580363251664,0.153725174569888,0.0,0.313666176665872,0.153725174569888,8.76711445694853e-06,0.190738647135501,0.5,0.153725174569888,0.000659622731669376,0.0599995903933,0.153725174569888,0.00198467115184908,0.127009197597144,0.5,0.153725174569888,0.0011461412167192,0.108876244149595,0.153725174569888,0.00149712087904278,0.0944933291677291,0.153725174569888,0.0,0.270912261786179,0.153725174569888,0.0,0.33396109730479,0.153725174569888,5.60111139833553e-05,0.228861867801706,0.153725174569888,0.000511693033219733,0.0906720896485563,0.153725174569888,0.001791444087098,0.0660232205718689,0.5,0.153725174569888,0.00728145619332472,0.0505241000372845,0,0.487107112066507,0.865391898633393 -8194,0.5,0.153725174569888,0.0534048415715874,0.104369814933163,0.153725174569888,0.0715641095840305,0.364309858767801,0.153725174569888,0.0446291817170181,0.0809840655880229,0.153725174569888,0.0187302213556495,0.0716733410691472,0.153725174569888,0.00466613601076028,0.394261745487932,0.153725174569888,0.0141036347128093,0.236952258464955,0.153725174569888,0.0112243241326067,0.329709177330979,0.153725174569888,0.0119670275327788,0.156364529900407,0.5,0.153725174569888,0.0456816382482712,0.0552729559994744,0.153725174569888,0.0216136038995591,0.14173198028007,0.5,0.153725174569888,0.0260325657521843,0.103561002447446,0.153725174569888,0.0240519433435539,0.0927640294750307,0.153725174569888,0.0204973668406342,0.26214998304901,0.153725174569888,0.0139905091044625,0.317674617494235,0.153725174569888,0.023294422056809,0.262252934201574,0.153725174569888,0.0302617527341333,0.108964781362507,0.153725174569888,0.0244699198402366,0.0786981782607799,0.5,0.153725174569888,0.0332043904329831,0.0769111304429049,0,0.419658857111845,0.900193376873181 -8195,0.5,0.153725174569888,0.125677055563754,0.127536267024348,0.153725174569888,0.100221762424713,0.298323605990499,0.153725174569888,0.126824757694827,0.0874357748788196,0.153725174569888,0.0680653306822253,0.0616856207449981,0.153725174569888,0.0161176958703825,0.416755624070578,0.153725174569888,0.0510354449292535,0.275295391244697,0.153725174569888,0.0405593656224415,0.347599065351389,0.153725174569888,0.0484452869182758,0.174985939428699,0.5,0.153725174569888,0.11218455398896,0.0567711855325143,0.153725174569888,0.0534769249582239,0.137529126722727,0.5,0.153725174569888,0.0731934832356121,0.123144116482031,0.153725174569888,0.0572862029167155,0.100411527833159,0.153725174569888,0.0470904624309291,0.239502675416843,0.153725174569888,0.0396246778577557,0.350847049649593,0.153725174569888,0.0477312987326906,0.318396591242149,0.153725174569888,0.0670313952044237,0.126917067821635,0.153725174569888,0.0554314045266166,0.0948527070767663,0.5,0.153725174569888,0.062777687396242,0.120872477751573,0,0.381336970540014,0.867961166664813 -8196,0.5,0.153725174569888,0.240084017424611,0.165403067584395,0.153725174569888,0.149001095935727,0.367549908946274,0.153725174569888,0.180052341925596,0.101361766386648,0.153725174569888,0.129433763088708,0.062987891451819,0.153725174569888,0.0237693826729191,0.435904319419015,0.153725174569888,0.0938544168923049,0.323592204062345,0.153725174569888,0.0555026279829799,0.382655333023446,0.153725174569888,0.0934920210446593,0.20457820642973,0.5,0.153725174569888,0.170087862048054,0.0728564276224211,0.153725174569888,0.0783764387726104,0.114778642955247,0.5,0.153725174569888,0.0854141353169027,0.147921920653571,0.153725174569888,0.0751590033721512,0.108772690833005,0.153725174569888,0.0698185615818988,0.239607258404082,0.153725174569888,0.0520187873824564,0.397261189524351,0.153725174569888,0.0562212070264834,0.386890126369023,0.153725174569888,0.099372015682673,0.15793325739168,0.153725174569888,0.0891362450824145,0.116470285831931,0.5,0.153725174569888,0.0815434893508384,0.138092384710942,0,0.604620649986248,0.866294477431012 -8197,0.5,0.153725174569888,0.276794030293955,0.200681734514133,0.153725174569888,0.179791844557921,0.423775478182303,0.153725174569888,0.176867172918866,0.130485246132121,0.153725174569888,0.188750181812054,0.0781261189485126,0.153725174569888,0.0285975940492419,0.468126552062314,0.153725174569888,0.0767684438513908,0.355357023301946,0.153725174569888,0.0685041225770877,0.438232370169877,0.153725174569888,0.0950580723627809,0.211693460524243,0.5,0.153725174569888,0.210513695419529,0.080426326195512,0.153725174569888,0.08262764394443,0.0925776288511095,0.5,0.153725174569888,0.0673060844950713,0.131276007437303,0.153725174569888,0.0848949799938189,0.112173247838872,0.153725174569888,0.0550907830816054,0.229042231413049,0.153725174569888,0.0353481571609867,0.383581856209884,0.153725174569888,0.0605738675855634,0.415541982302051,0.153725174569888,0.0760862199676199,0.193827915654532,0.153725174569888,0.0985955908598069,0.122404491917539,0.5,0.153725174569888,0.0794759028727078,0.139083927385205,0,0.587668929598993,0.742728768327265 -8198,0.5,0.153725174569888,0.209431538520463,0.208920183303064,0.153725174569888,0.0688759239857235,0.455668887003316,0.153725174569888,0.090704644126351,0.181022134826192,0.153725174569888,0.189608418800333,0.0909124524652654,0.153725174569888,0.0241090458408168,0.493815841160551,0.153725174569888,0.0915465742927164,0.351903398766892,0.153725174569888,0.0781271825086842,0.468330495659607,0.153725174569888,0.0700129838902784,0.200450277789061,0.5,0.153725174569888,0.144713793794575,0.0948259150025596,0.153725174569888,0.0742271995740984,0.0708289715108295,0.5,0.153725174569888,0.0642138176071951,0.0976042943506372,0.153725174569888,0.0804041867781795,0.0993106417937531,0.153725174569888,0.0500313009187977,0.217380534899217,0.153725174569888,0.0513408768386228,0.35620382107733,0.153725174569888,0.0612553219979801,0.406360876923718,0.153725174569888,0.0544658993139639,0.205467186731967,0.153725174569888,0.0755146655052705,0.120725340764896,0.5,0.153725174569888,0.0668363435065198,0.12644946619548,0,0.527977988436033,0.618156112415873 -8199,0.5,0.153725174569888,0.0980037916056881,0.192769009697458,0.153725174569888,0.0248660826628806,0.33688612343292,0.153725174569888,0.0384031110411608,0.183226945865459,0.153725174569888,0.100406961599347,0.0964719531965327,0.153725174569888,0.0484725045174332,0.473543779833448,0.153725174569888,0.0737694035828699,0.348117112143791,0.153725174569888,0.044295442173327,0.4804468446472,0.153725174569888,0.0695859810188979,0.205061911200206,0.5,0.153725174569888,0.0735737340925353,0.110327669286021,0.153725174569888,0.0447915583217028,0.0505083644719794,0.5,0.153725174569888,0.0468544870389541,0.0931163700632754,0.153725174569888,0.0527560051048933,0.0904452281289776,0.153725174569888,0.040133061917261,0.216859211435313,0.153725174569888,0.0429394517027884,0.344318382143973,0.153725174569888,0.0370979892814111,0.383908371728516,0.153725174569888,0.025640820398752,0.174740124069321,0.153725174569888,0.0379587755186292,0.121090772930617,0.5,0.153725174569888,0.0420478471437991,0.0899452044778447,0,0.513415213898858,0.602247246079833 -8200,0.5,0.153725174569888,0.0,0.172134702882889,0.153725174569888,0.0,0.304785354499774,0.153725174569888,0.0,0.131731365251506,0.153725174569888,0.0,0.0896479531535625,0.153725174569888,0.0,0.419810314652832,0.153725174569888,0.00850858991796202,0.333823732036018,0.153725174569888,0.000110231288774125,0.443037285092909,0.153725174569888,0.0131251331632905,0.174382445861037,0.5,0.153725174569888,0.022392502476303,0.116916336976844,0.153725174569888,0.00887006650255393,0.0379749747019799,0.5,0.153725174569888,0.00893598551357356,0.0914504964725961,0.153725174569888,0.0138227159059533,0.0907404658581673,0.153725174569888,0.0,0.236323889121089,0.153725174569888,0.000250575677111542,0.395628658801779,0.153725174569888,0.000401731454351638,0.353587470942046,0.153725174569888,0.000495295841375746,0.155660975573219,0.153725174569888,3.70213282439724e-05,0.114717195685965,0.5,0.153725174569888,0.000809872320329715,0.0588335295279089,0,0.441314816598157,0.607620754917855 -8201,0.5,0.153725174569888,0.0,0.158863954391697,0.153725174569888,0.0,0.300187284901651,0.153725174569888,0.0,0.11428492782614,0.153725174569888,0.0,0.0845969126676017,0.153725174569888,0.0,0.404866684402597,0.153725174569888,0.0,0.312682153115763,0.153725174569888,0.0,0.379071968274353,0.153725174569888,0.0,0.145434708245487,0.5,0.153725174569888,0.0,0.0903153486122564,0.153725174569888,0.0,0.035156753537087,0.5,0.153725174569888,0.0,0.083889866311954,0.153725174569888,0.0,0.0888834638505441,0.153725174569888,0.0,0.237480491191106,0.153725174569888,0.0,0.441759888754026,0.153725174569888,0.0,0.368009971040749,0.153725174569888,0.0,0.150795731682248,0.153725174569888,0.0,0.0990523355489689,0.5,0.153725174569888,0.0,0.0577442893543094,0,0.366341513946525,0.557613919447479 -8202,0.5,0.153725174569888,0.0,0.15342556503223,0.153725174569888,0.0,0.315572706026389,0.153725174569888,0.0,0.111027869887344,0.153725174569888,0.0,0.0806349294741015,0.153725174569888,0.0,0.43059938774464,0.153725174569888,0.0,0.292732655666916,0.153725174569888,0.0,0.325740259308935,0.153725174569888,0.0,0.124164204147314,0.5,0.153725174569888,0.0,0.0519754490153639,0.153725174569888,0.0,0.0394346020156833,0.5,0.153725174569888,0.0,0.0769659150949869,0.153725174569888,0.0,0.0912928809971644,0.153725174569888,0.0,0.231600713710339,0.153725174569888,0.0,0.425926720525895,0.153725174569888,0.0,0.391060927224478,0.153725174569888,0.0,0.155810765388201,0.153725174569888,0.0,0.0886252595698483,0.5,0.153725174569888,0.0,0.0803201607955464,0,0.311045101532679,0.581874043631507 -8203,0.5,0.153725174569888,0.0,0.146989667838504,0.153725174569888,0.0,0.361433721266267,0.153725174569888,0.0,0.113260854409705,0.153725174569888,0.0,0.0812653789523605,0.153725174569888,0.0,0.419465945609974,0.153725174569888,0.0,0.269188972518052,0.153725174569888,0.0,0.287682227882084,0.153725174569888,0.0,0.108965941194632,0.5,0.153725174569888,0.0,0.0285530422655687,0.153725174569888,0.0,0.0499640024159008,0.5,0.153725174569888,0.0,0.0518995656874648,0.153725174569888,0.0,0.0776179658943805,0.153725174569888,0.0,0.216418254062426,0.153725174569888,0.0,0.342141534748036,0.153725174569888,0.0,0.366332524349035,0.153725174569888,0.0,0.141833475402232,0.153725174569888,0.0,0.083647865349908,0.5,0.153725174569888,0.0,0.0947787177780693,0,0.263882793870902,0.644961247536226 -8204,0.5,0.153725174569888,0.0,0.144388524838913,0.153725174569888,0.0,0.373137329877574,0.153725174569888,0.0,0.118327426979256,0.153725174569888,0.0,0.0795067187502198,0.153725174569888,0.0,0.316590545501798,0.153725174569888,0.0,0.242834108079849,0.153725174569888,0.0,0.277367062380924,0.153725174569888,0.0,0.102364186352532,0.5,0.153725174569888,0.0,0.0201154216610166,0.153725174569888,0.0,0.0704194917439555,0.5,0.153725174569888,0.0,0.0483185054922855,0.153725174569888,0.0,0.0509585158632709,0.153725174569888,0.0,0.194336681530211,0.153725174569888,0.0,0.270677474222478,0.153725174569888,0.0,0.289064349665191,0.153725174569888,0.0,0.12117174985527,0.153725174569888,0.0,0.0789202212148432,0.5,0.153725174569888,0.0,0.106569783277289,0,0.342790286573792,0.428883657274689 -8205,0.5,0.153725174569888,0.0,0.138071194132011,0.153725174569888,0.0,0.320589747050783,0.153725174569888,0.0,0.128684348572132,0.153725174569888,0.0,0.0804439826482874,0.153725174569888,0.0,0.22045242568339,0.153725174569888,0.0,0.207756353012454,0.153725174569888,0.0,0.262228046686043,0.153725174569888,0.0,0.10826474370076,0.5,0.153725174569888,0.0,0.0149565641976399,0.153725174569888,0.0,0.0830197018325884,0.5,0.153725174569888,0.0,0.05925510717791,0.153725174569888,0.0,0.0299501014452275,0.153725174569888,0.0,0.19011121014325,0.153725174569888,0.0,0.230624391574304,0.153725174569888,0.0,0.203466152369942,0.153725174569888,0.0,0.0869286105939541,0.153725174569888,0.0,0.0721195723864582,0.5,0.153725174569888,0.0,0.113086444757927,0,0.394107772031895,0.312613247414723 -8206,0.5,0.153725174569888,0.0,0.134348175661557,0.153725174569888,0.0,0.244233269127172,0.153725174569888,0.0,0.118734366358981,0.153725174569888,0.0,0.086739360597981,0.153725174569888,0.0,0.209501757332878,0.153725174569888,0.0,0.173205117764541,0.153725174569888,0.0,0.2293624660299,0.153725174569888,0.0,0.109711792729618,0.5,0.153725174569888,0.0,0.0153992827933521,0.153725174569888,0.0,0.0555255244352194,0.5,0.153725174569888,0.0,0.0708336019932947,0.153725174569888,0.0,0.0199929860970464,0.153725174569888,0.0,0.181477932504547,0.153725174569888,0.0,0.212649841680615,0.153725174569888,0.0,0.165997638080872,0.153725174569888,0.0,0.077396369454016,0.153725174569888,0.0,0.0610033086718593,0.5,0.153725174569888,0.0,0.108112793746227,0,0.368549269549735,0.514275937282823 -8207,0.5,0.153725174569888,0.0,0.124584576217133,0.153725174569888,0.0,0.19052342533313,0.153725174569888,0.0,0.0940611271842033,0.153725174569888,0.0,0.0944682132205361,0.153725174569888,0.0,0.181851471364681,0.153725174569888,0.0,0.137754182139213,0.153725174569888,0.0,0.186667757960786,0.153725174569888,0.0,0.0981595516396608,0.5,0.153725174569888,0.0,0.0148544423456175,0.153725174569888,0.0,0.0376893415019474,0.5,0.153725174569888,0.0,0.0562429766391004,0.153725174569888,0.0,0.0198261712989039,0.153725174569888,0.0,0.168040141046462,0.153725174569888,0.0,0.187812959854409,0.153725174569888,0.0,0.154694058390376,0.153725174569888,0.0,0.0669513642469025,0.153725174569888,0.0,0.0476251935749668,0.5,0.153725174569888,0.0,0.0987082749522881,0,0.308500434828401,0.589111754700879 -8208,0.5,0.153725174569888,0.0,0.113918885190914,0.153725174569888,0.0,0.220652248462125,0.153725174569888,0.0,0.0744172722013836,0.153725174569888,0.0,0.100227605969603,0.153725174569888,0.0,0.136095761782084,0.153725174569888,0.0,0.0916606921755785,0.153725174569888,0.0,0.150364787700372,0.153725174569888,0.0,0.0836900409814325,0.5,0.153725174569888,0.0,0.0118677687600873,0.153725174569888,0.0,0.0283436806684151,0.5,0.153725174569888,0.0,0.0463318882304726,0.153725174569888,0.0,0.0191127462328827,0.153725174569888,0.0,0.155645486791107,0.153725174569888,0.0,0.179026864669505,0.153725174569888,0.0,0.154826986186461,0.153725174569888,0.0,0.058461170907635,0.153725174569888,0.0,0.0379515763042168,0.5,0.153725174569888,0.0,0.0867102148305194,0,0.263159931011875,0.782433745153376 -8209,0.5,0.153725174569888,0.0,0.107650427175305,0.153725174569888,0.0,0.196935825450556,0.153725174569888,0.0,0.0718610785384299,0.153725174569888,0.0,0.0948350850029685,0.153725174569888,0.0,0.120435294047244,0.153725174569888,0.0,0.0653338370517481,0.153725174569888,0.0,0.11829384052836,0.153725174569888,0.0,0.0607703425007269,0.5,0.153725174569888,0.0,0.00837914940030999,0.153725174569888,0.0,0.0208296445513816,0.5,0.153725174569888,0.0,0.0368071360047926,0.153725174569888,0.0,0.0180969084012632,0.153725174569888,0.0,0.159141865539242,0.153725174569888,0.0,0.164948526730838,0.153725174569888,0.0,0.155080465050068,0.153725174569888,0.0,0.0526675096834176,0.153725174569888,0.0,0.03497222270345,0.5,0.153725174569888,0.0,0.0725518165971821,0,0.196189470744601,0.882290502136336 -8210,0.5,0.153725174569888,0.0,0.103736989267258,0.153725174569888,0.0,0.221386557208552,0.153725174569888,0.0,0.081051987627923,0.153725174569888,0.0,0.0851954198057022,0.153725174569888,0.0,0.124130071894338,0.153725174569888,0.0,0.0521968306413938,0.153725174569888,0.0,0.0894523321924428,0.153725174569888,0.0,0.036563485201783,0.5,0.153725174569888,0.0,0.00659562535417284,0.153725174569888,0.0,0.0192765040972646,0.5,0.153725174569888,0.0,0.0205364646353207,0.153725174569888,0.0,0.0146269070335519,0.153725174569888,0.0,0.125968159141349,0.153725174569888,0.0,0.153253079712723,0.153725174569888,0.0,0.135958634192261,0.153725174569888,0.0,0.0448876596083197,0.153725174569888,0.0,0.0334687500458762,0.5,0.153725174569888,0.0,0.0607098103355371,0,0.175455003052125,0.842002119807497 -8211,0.5,0.153725174569888,0.0,0.0998057804225655,0.153725174569888,0.0,0.227612163406106,0.153725174569888,0.0,0.0909823945094698,0.153725174569888,0.0,0.0747642829671994,0.153725174569888,0.0,0.123502719719665,0.153725174569888,0.0,0.0613442883046678,0.153725174569888,0.0,0.0756191899030778,0.153725174569888,0.0,0.0302506511067177,0.5,0.153725174569888,0.0,0.00619231179638526,0.153725174569888,0.0,0.0196182761768993,0.5,0.153725174569888,0.0,0.0124754719348996,0.153725174569888,0.0,0.0138055370654131,0.153725174569888,0.0,0.0989316096625304,0.153725174569888,0.0,0.171191985823494,0.153725174569888,0.0,0.113921590711045,0.153725174569888,0.0,0.0390131582253016,0.153725174569888,0.0,0.0363466804889599,0.5,0.153725174569888,0.0,0.062297065198458,0,0.196154125074781,0.726500051336551 -8212,0.5,0.153725174569888,0.0,0.0939767500050208,0.153725174569888,0.0,0.194993650811417,0.153725174569888,0.0,0.088253658692753,0.153725174569888,0.0,0.0606541375240658,0.153725174569888,0.0,0.129720499881696,0.153725174569888,0.0,0.071850575178601,0.153725174569888,0.0,0.0672002853806465,0.153725174569888,0.0,0.0328231378904593,0.5,0.153725174569888,0.0,0.00644323526481945,0.153725174569888,0.0,0.0190451828470888,0.5,0.153725174569888,0.0,0.00778135862221049,0.153725174569888,0.0,0.0113433963045203,0.153725174569888,0.0,0.0800059489017072,0.153725174569888,0.0,0.173210192455701,0.153725174569888,0.0,0.0987767475175907,0.153725174569888,0.0,0.0376702598669663,0.153725174569888,0.0,0.0373455323270841,0.5,0.153725174569888,0.0,0.0548797593139543,0,0.226330011349754,0.571099366843362 -8213,0.5,0.153725174569888,0.0,0.0873279335014001,0.153725174569888,0.0,0.132077404297958,0.153725174569888,0.0,0.072495603376402,0.153725174569888,0.0,0.0485985294546538,0.153725174569888,0.0,0.136787331452194,0.153725174569888,0.0,0.0862573741414214,0.153725174569888,0.0,0.0713202137978795,0.153725174569888,0.0,0.034103995076738,0.5,0.153725174569888,0.0,0.00788429033446693,0.153725174569888,0.0,0.0199290219615439,0.5,0.153725174569888,0.0,0.00600611507058178,0.153725174569888,0.0,0.00710242544061947,0.153725174569888,0.0,0.0722325241799537,0.153725174569888,0.0,0.177041337252415,0.153725174569888,0.0,0.0932509319982891,0.153725174569888,0.0,0.0391850915922654,0.153725174569888,0.0,0.0391276064442245,0.5,0.153725174569888,0.0,0.0412677090954582,0,0.276321423807213,0.389856263322241 -8214,0.5,0.153725174569888,0.0,0.0823643410630103,0.153725174569888,0.0,0.093278715793898,0.153725174569888,0.0,0.057805385904149,0.153725174569888,0.0,0.038834073473186,0.153725174569888,0.0,0.136235942552531,0.153725174569888,0.0,0.0961973125116325,0.153725174569888,0.0,0.0949491763842353,0.153725174569888,0.0,0.0329794516058319,0.5,0.153725174569888,0.0,0.00783607541490395,0.153725174569888,0.0,0.0157962932656335,0.5,0.153725174569888,0.0,0.00436363886159591,0.153725174569888,0.0,0.00500385593465723,0.153725174569888,0.0,0.0707262532927817,0.153725174569888,0.0,0.160175074923837,0.153725174569888,0.0,0.104251575942493,0.153725174569888,0.0,0.0424129860112396,0.153725174569888,0.0,0.0288688464632891,0.5,0.153725174569888,0.0,0.028167365133479,0,0.314881583283324,0.237330071565551 -8215,0.5,0.153725174569888,0.0,0.0781721276630882,0.153725174569888,0.0,0.0582029526132822,0.153725174569888,0.0,0.0522138355354082,0.153725174569888,0.0,0.0331866912815283,0.153725174569888,0.0,0.109913376544875,0.153725174569888,0.0,0.0900273368009295,0.153725174569888,0.0,0.12585687785887,0.153725174569888,0.0,0.0299424112589236,0.5,0.153725174569888,0.0,0.00658733600013018,0.153725174569888,0.0,0.0133706927829977,0.5,0.153725174569888,0.0,0.00418933739903133,0.153725174569888,0.0,0.00278267920157455,0.153725174569888,0.0,0.0700965711663105,0.153725174569888,0.0,0.116693923704227,0.153725174569888,0.0,0.115930350783066,0.153725174569888,0.0,0.0417316436802496,0.153725174569888,0.0,0.0162525881956864,0.5,0.153725174569888,0.0,0.0229888324100749,0,0.349413007644376,0.156077718746055 -8216,0.5,0.153725174569888,0.0,0.0763979539821378,0.153725174569888,0.0,0.0309771441902603,0.153725174569888,0.0,0.0509026875916298,0.153725174569888,0.0,0.0307908726056078,0.153725174569888,0.0,0.0870027446169273,0.153725174569888,0.0,0.0755887342308762,0.153725174569888,0.0,0.156895691526621,0.153725174569888,0.0,0.0318886406165055,0.5,0.153725174569888,0.0,0.00532543247917532,0.153725174569888,0.0,0.0126431991166085,0.5,0.153725174569888,0.0,0.00388559849587269,0.153725174569888,0.0,0.00160590961179458,0.153725174569888,0.0,0.0494260963774166,0.153725174569888,0.0,0.0768865501283814,0.153725174569888,0.0,0.122246165244968,0.153725174569888,0.0,0.0419472206493449,0.153725174569888,0.0,0.00941480947856766,0.5,0.153725174569888,0.0,0.0208714178323201,0,0.393136448285946,0.113822241838948 -8217,0.5,0.153725174569888,0.000783115153757075,0.0742071991913862,0.153725174569888,0.0,0.0128234465152248,0.153725174569888,0.00247883335758696,0.0470341488846571,0.153725174569888,0.00398689826602051,0.0302611202200264,0.153725174569888,0.0,0.0632477789005394,0.153725174569888,0.0,0.0589413198304535,0.153725174569888,0.0,0.173338819199358,0.153725174569888,1.50071414979054e-06,0.0317722805903598,0.5,0.153725174569888,0.000641120851856673,0.00598151927439411,0.153725174569888,0.0039433887442071,0.00895754623969135,0.5,0.153725174569888,0.00417297460876843,0.00307068495196355,0.153725174569888,0.00362653693864051,0.00167002449804909,0.153725174569888,0.0,0.024627647421189,0.153725174569888,0.0,0.0499582633479748,0.153725174569888,4.35755097968608e-05,0.114223612945206,0.153725174569888,0.000446110123943889,0.0433335359032298,0.153725174569888,0.00409676834568996,0.00586749415418493,0.5,0.153725174569888,0.00706124434652466,0.0189608789611016,0,0.363437437875411,0.0717648922234167 -8218,0.5,0.153725174569888,0.0267143762978024,0.0724873238799325,0.153725174569888,0.00941593397452371,0.00736585316129381,0.153725174569888,0.0584396372703495,0.0432717818049322,0.153725174569888,0.0651231716306761,0.0310548165690471,0.153725174569888,0.00354493898850453,0.0411682276141323,0.153725174569888,0.00603279331508865,0.0424748041268299,0.153725174569888,0.0175763678221469,0.180402255624606,0.153725174569888,0.0273223656007809,0.0290152061133826,0.5,0.153725174569888,0.0394905531949632,0.00745680118280342,0.153725174569888,0.0692155239337227,0.00849589952580568,0.5,0.153725174569888,0.117542284563296,0.00320510344794513,0.153725174569888,0.0746789845821629,0.00223234738967935,0.153725174569888,0.0262069294934575,0.0131851964856499,0.153725174569888,0.00575067767260672,0.0324220724031756,0.153725174569888,0.035566878377519,0.108319741491802,0.153725174569888,0.0619841543052452,0.0525674855673996,0.153725174569888,0.0849327755669417,0.00810039285619288,0.5,0.153725174569888,0.0539799470547781,0.0209971991192205,0,0.239413433645894,0.0712803457332926 -8219,0.5,0.153725174569888,0.0604773144053306,0.079680586409168,0.153725174569888,0.0401506255847267,0.00444225092144363,0.153725174569888,0.123605253777693,0.0460843016453951,0.153725174569888,0.109090242136536,0.0353993728788815,0.153725174569888,0.021516524932506,0.0238086493053674,0.153725174569888,0.0280062442977983,0.0334271231427758,0.153725174569888,0.045896336484234,0.186153408699191,0.153725174569888,0.0627418283125385,0.0274005528039841,0.5,0.153725174569888,0.0912076456423715,0.00966294527728324,0.153725174569888,0.206139431184454,0.00886752851032231,0.5,0.153725174569888,0.20746855552479,0.00478112785487597,0.153725174569888,0.163839791291373,0.00273618416358876,0.153725174569888,0.0845779160521262,0.0121650836952767,0.153725174569888,0.018371234811985,0.0238120211632678,0.153725174569888,0.073341875977815,0.109747816753073,0.153725174569888,0.184472764367202,0.0670920845035695,0.153725174569888,0.160880807287323,0.0162588251958142,0.5,0.153725174569888,0.101026703145981,0.0252728850142728,0,0.18286208074486,0.0979994984474292 -8220,0.5,0.153725174569888,0.111825180500624,0.091969782171717,0.153725174569888,0.0951030492074434,0.00533042484034059,0.153725174569888,0.186961258075887,0.0562899128830231,0.153725174569888,0.102253932107697,0.0414302399082378,0.153725174569888,0.10285481862977,0.0158672327845124,0.153725174569888,0.0567747974467978,0.0352335886609251,0.153725174569888,0.0629716147036595,0.149476608631067,0.153725174569888,0.0917962526649356,0.0295305823844779,0.5,0.153725174569888,0.115713134896619,0.010120340021724,0.153725174569888,0.276006369659825,0.0085462548248171,0.5,0.153725174569888,0.193105928471948,0.00820610222089299,0.153725174569888,0.217846543289953,0.00422656255681304,0.153725174569888,0.0881047680946033,0.014301061940138,0.153725174569888,0.0468009091504677,0.0273319883780722,0.153725174569888,0.0732253763682753,0.113212222373428,0.153725174569888,0.268664200988382,0.0737143905564277,0.153725174569888,0.188648005193464,0.0222026371952743,0.5,0.153725174569888,0.0851659045184776,0.0213399671494304,0,0.148325511854255,0.196119073180416 -8221,0.5,0.153725174569888,0.120711046174048,0.0976418827820985,0.153725174569888,0.107824000644126,0.00246446409978233,0.153725174569888,0.214204199544756,0.0703303889215044,0.153725174569888,0.0977016805792763,0.0418489150329726,0.153725174569888,0.232255002637811,0.0164352746511798,0.153725174569888,0.0785685381781311,0.0447018731247743,0.153725174569888,0.0942740770122196,0.160391806665143,0.153725174569888,0.120135039160112,0.0294596784993845,0.5,0.153725174569888,0.130548022397594,0.00962848787374016,0.153725174569888,0.306945688713489,0.00632727925173625,0.5,0.153725174569888,0.155421969887217,0.0126689150918618,0.153725174569888,0.209586840205519,0.00494587985944766,0.153725174569888,0.0993641560214261,0.0314858783701373,0.153725174569888,0.116305671927604,0.0428565871585754,0.153725174569888,0.0652851751512118,0.101635537649678,0.153725174569888,0.294684732430986,0.0875485761512476,0.153725174569888,0.165016566399445,0.0242985124967078,0.5,0.153725174569888,0.087897761447517,0.01555837530323,0,0.123102760737348,0.400540803589537 -8222,0.5,0.153725174569888,0.0747356004900052,0.0949251189354025,0.153725174569888,0.141616919868473,0.00573275908344208,0.153725174569888,0.192775362588543,0.0874212656797914,0.153725174569888,0.0669729691366691,0.0430334279269085,0.153725174569888,0.283608159481349,0.0280755278767704,0.153725174569888,0.249840367934865,0.0579575023933541,0.153725174569888,0.103672948401703,0.132778405345837,0.153725174569888,0.176793771334121,0.03066389756671,0.5,0.153725174569888,0.127159273132312,0.0101433063882671,0.153725174569888,0.255089690571066,0.00740513551386785,0.5,0.153725174569888,0.0776325898198213,0.0150914643431311,0.153725174569888,0.154310636615169,0.00551578093060476,0.153725174569888,0.131421324066235,0.0586272458689315,0.153725174569888,0.219913549021505,0.07106876167381,0.153725174569888,0.0629156366619095,0.0755507264894874,0.153725174569888,0.211178271364236,0.0999500690811698,0.153725174569888,0.117187318434504,0.0246008895751793,0.5,0.153725174569888,0.0690487012881568,0.010808681784916,0,0.120425155430605,0.705066583016545 -8223,0.5,0.153725174569888,0.0308648211798124,0.0886521494510044,0.153725174569888,0.0382952676015261,0.00853596762935968,0.153725174569888,0.123051773357206,0.0875005540477411,0.153725174569888,0.0302220299014393,0.0402136023628533,0.153725174569888,0.215334564168103,0.047795698262091,0.153725174569888,0.249296846863316,0.0542021357843719,0.153725174569888,0.151643042751399,0.0579727048731572,0.153725174569888,0.130072776132763,0.0287016660851003,0.5,0.153725174569888,0.123301266058208,0.0134688616996958,0.153725174569888,0.121229757155602,0.00726400618211614,0.5,0.153725174569888,0.0530311138180851,0.0169282211555192,0.153725174569888,0.0898065459329719,0.0086709014074174,0.153725174569888,0.0577201708837926,0.123756182670415,0.153725174569888,0.184470816368272,0.107221796318539,0.153725174569888,0.0316939161693457,0.0549130249615252,0.153725174569888,0.113584036737572,0.0615542055892435,0.153725174569888,0.06762819954488,0.0189884055589332,0.5,0.153725174569888,0.0479656025626614,0.00737585080983551,0,0.102021005991544,0.892477697278845 -8224,0.5,0.153725174569888,0.0,0.0862246586218224,0.153725174569888,0.0,0.0323102129164768,0.153725174569888,9.08282482676959e-05,0.0814190395941158,0.153725174569888,0.0,0.0369784456596525,0.153725174569888,0.0,0.0745124839161121,0.153725174569888,0.0199412506302549,0.0660234997743753,0.153725174569888,0.000854070636165814,0.0544655413198594,0.153725174569888,0.0340347382586892,0.035741129059151,0.5,0.153725174569888,0.0368638014400198,0.0210801625696584,0.153725174569888,0.0155618428237583,0.00670449820590902,0.5,0.153725174569888,0.0177843712155919,0.00932760537310357,0.153725174569888,0.0204565006857623,0.00643467172157071,0.153725174569888,0.0,0.220788687904665,0.153725174569888,0.0,0.142683173896266,0.153725174569888,0.000238982093634233,0.0438585834632011,0.153725174569888,0.000365539816988154,0.0403516247109632,0.153725174569888,4.46690697500594e-05,0.0104783808598988,0.5,0.153725174569888,0.000848252722539995,0.004810986998911,0,0.124235298322789,0.985576023748515 -8225,0.5,0.153725174569888,0.0,0.0948949850586738,0.153725174569888,0.0,0.0597762659812439,0.153725174569888,0.0,0.0795201925094316,0.153725174569888,0.0,0.0417629962954404,0.153725174569888,0.0,0.101216893838962,0.153725174569888,0.0,0.094467491972202,0.153725174569888,0.0,0.0709396969539601,0.153725174569888,0.0,0.0473989473473332,0.5,0.153725174569888,0.0,0.0273559643453886,0.153725174569888,0.0,0.00708947515112867,0.5,0.153725174569888,0.0,0.00594348193307721,0.153725174569888,0.0,0.00325564581049652,0.153725174569888,0.0,0.328156401530227,0.153725174569888,0.0,0.208358753223413,0.153725174569888,0.0,0.0508131910094483,0.153725174569888,0.0,0.0446999040376698,0.153725174569888,0.0,0.00656138393475716,0.5,0.153725174569888,0.0,0.00346210837697097,0,0.157665935997195,1.003738233023 -8226,0.5,0.153725174569888,0.0,0.111597673791521,0.153725174569888,0.0,0.0731690560618554,0.153725174569888,0.0,0.0797615957578551,0.153725174569888,0.0,0.0475454454639079,0.153725174569888,0.0,0.152091098279823,0.153725174569888,0.0,0.160847323576429,0.153725174569888,0.0,0.0975504035545098,0.153725174569888,0.0,0.0707494948590139,0.5,0.153725174569888,0.0,0.0376496606113751,0.153725174569888,0.0,0.00730115990997824,0.5,0.153725174569888,0.0,0.00625503309586301,0.153725174569888,0.0,0.00416266878662081,0.153725174569888,0.0,0.375999224840643,0.153725174569888,0.0,0.277289693536034,0.153725174569888,0.0,0.0672525977478167,0.153725174569888,0.0,0.0545887972919354,0.153725174569888,0.0,0.00836324357571322,0.5,0.153725174569888,0.0,0.00323976430768964,0,0.238831893117437,1.0045884521426 -8227,0.5,0.153725174569888,0.0,0.128990988918817,0.153725174569888,0.0,0.136680670271613,0.153725174569888,0.0,0.0868139064942443,0.153725174569888,0.0,0.0520227213042544,0.153725174569888,0.0,0.261960188769002,0.153725174569888,0.0,0.228377615115917,0.153725174569888,0.0,0.159715504661091,0.153725174569888,0.0,0.105550840206379,0.5,0.153725174569888,0.0,0.053602509337134,0.153725174569888,0.0,0.00897544085629799,0.5,0.153725174569888,0.0,0.011310497983228,0.153725174569888,0.0,0.00702082294376827,0.153725174569888,0.0,0.437712001089212,0.153725174569888,0.0,0.370871575755741,0.153725174569888,0.0,0.0951399570804826,0.153725174569888,0.0,0.0745821765015992,0.153725174569888,0.0,0.0123161497211325,0.5,0.153725174569888,0.0,0.00209431010190753,0,0.354520525554959,1.00562146907837 -8228,0.5,0.153725174569888,0.0,0.147762978737885,0.153725174569888,0.0,0.255832430093055,0.153725174569888,0.0,0.0961417377633393,0.153725174569888,0.0,0.0574440915183132,0.153725174569888,0.0,0.399023604732577,0.153725174569888,0.0,0.318345064286452,0.153725174569888,0.0,0.230578523360977,0.153725174569888,0.0,0.152786274113292,0.5,0.153725174569888,0.0,0.0783547821607118,0.153725174569888,0.0,0.00893532379493127,0.5,0.153725174569888,0.0,0.027357217707075,0.153725174569888,0.0,0.0100340312963422,0.153725174569888,0.0,0.53112233920224,0.153725174569888,0.0,0.500131777368398,0.153725174569888,0.0,0.155067972948086,0.153725174569888,0.0,0.114703792467013,0.153725174569888,0.0,0.0189423963176582,0.5,0.153725174569888,0.0,0.00145998872316607,0,0.471400764656979,1.00749670560451 -8229,0.5,0.153725174569888,0.0,0.161942279751992,0.153725174569888,0.0,0.316990505298533,0.153725174569888,0.0,0.116570925754566,0.153725174569888,0.0,0.0669462879795157,0.153725174569888,0.0,0.581266967439666,0.153725174569888,0.0,0.460928650125608,0.153725174569888,0.0,0.323186798538223,0.153725174569888,0.0,0.219082716892647,0.5,0.153725174569888,0.0,0.118469931528608,0.153725174569888,0.0,0.0070436272326484,0.5,0.153725174569888,0.0,0.050365845709971,0.153725174569888,0.0,0.0164875220916336,0.153725174569888,0.0,0.619660349907223,0.153725174569888,0.0,0.602342594334707,0.153725174569888,0.0,0.223930162358057,0.153725174569888,0.0,0.187283915233318,0.153725174569888,0.0,0.0302028094078281,0.5,0.153725174569888,0.0,0.0014969863833243,0,0.536093851683097,1.00831063666215 -8230,0.5,0.153725174569888,0.0,0.18219336262515,0.153725174569888,0.0,0.454223494052454,0.153725174569888,0.0,0.151570752175312,0.153725174569888,0.0,0.0797562077162901,0.153725174569888,0.0,0.731927929970112,0.153725174569888,0.0,0.579455766732015,0.153725174569888,0.0,0.41782175166821,0.153725174569888,0.0,0.30848705925337,0.5,0.153725174569888,0.0,0.187485775351431,0.153725174569888,0.0,0.00590876919303833,0.5,0.153725174569888,0.0,0.0717847037653968,0.153725174569888,0.0,0.0157981621840861,0.153725174569888,0.0,0.739273926883499,0.153725174569888,0.0,0.732348794563229,0.153725174569888,0.0,0.323410253212998,0.153725174569888,0.0,0.266120335750553,0.153725174569888,0.0,0.0510624109928645,0.5,0.153725174569888,0.0,0.00184386079362888,0,0.633221068475221,0.139147055275715 -8231,0.5,0.153725174569888,0.0,0.229359384440528,0.153725174569888,0.0,0.658042018486759,0.153725174569888,0.0,0.215418863413225,0.153725174569888,0.0,0.0964756851575499,0.153725174569888,0.0,0.919902709816275,0.153725174569888,0.0,0.764822145648731,0.153725174569888,0.0,0.56850586575735,0.153725174569888,0.0,0.436388873252599,0.5,0.153725174569888,0.0,0.241038698254391,0.153725174569888,0.0,0.00094941091718373,0.5,0.153725174569888,0.0,0.0910283663398869,0.153725174569888,0.0,0.017162929738002,0.153725174569888,0.0,0.862101057286266,0.153725174569888,0.0,0.873806250398651,0.153725174569888,0.0,0.495569367125388,0.153725174569888,0.0,0.345796569624188,0.153725174569888,0.0,0.0751557610170432,0.5,0.153725174569888,0.0,0.001897387815628,0,0.748804932171298,0.0186748613534327 -8232,0.5,0.153725174569888,0.0,0.329460692267543,0.153725174569888,0.0,0.821114397428162,0.153725174569888,0.0,0.311289332759829,0.153725174569888,0.0,0.123475270069183,0.153725174569888,0.0,0.961716005996683,0.153725174569888,0.0,0.825873166748386,0.153725174569888,0.0,0.755496161139905,0.153725174569888,0.0,0.567966278481315,0.5,0.153725174569888,0.0,0.283636450958482,0.153725174569888,0.0,0.000367867072199179,0.5,0.153725174569888,0.0,0.105180340080343,0.153725174569888,0.0,0.0147881870962705,0.153725174569888,0.0,0.926694989098451,0.153725174569888,0.0,0.92153376062109,0.153725174569888,0.0,0.669614569991059,0.153725174569888,0.0,0.514813318794902,0.153725174569888,0.0,0.0940608285088264,0.5,0.153725174569888,0.0,0.000811075360329964,0,0.811804823264564,0.0189841805943725 -8233,0.5,0.153725174569888,0.0,0.436011925861027,0.153725174569888,0.0,0.968792720698012,0.153725174569888,0.0,0.401289273149988,0.153725174569888,0.0,0.159324391510311,0.153725174569888,0.0,0.998343749721498,0.153725174569888,0.0,0.92917893430338,0.153725174569888,0.0,0.836228839136323,0.153725174569888,0.0,0.665119620187834,0.5,0.153725174569888,0.0,0.332770723105081,0.153725174569888,0.0,0.000621040063322661,0.5,0.153725174569888,0.0,0.0973895026557822,0.153725174569888,0.0,0.0137336859591245,0.153725174569888,0.0,0.900976154167,0.153725174569888,0.0,0.972570830048119,0.153725174569888,0.0,0.802521745123853,0.153725174569888,0.0,0.60735284520444,0.153725174569888,0.0,0.116128373097773,0.5,0.153725174569888,0.0,0.00101371563819123,0,0.884410828386416,0.0190065097123254 -8234,0.5,0.153725174569888,0.0,0.556956859775944,0.153725174569888,0.0,1.00748620141393,0.153725174569888,0.0,0.450407208081503,0.153725174569888,0.0,0.185369424250911,0.153725174569888,0.0,1.02072057692807,0.153725174569888,0.0,0.989681521391081,0.153725174569888,0.0,0.931926492748497,0.153725174569888,0.0,0.771637392011947,0.5,0.153725174569888,0.0,0.3701877429016,0.153725174569888,0.0,0.00470987614529542,0.5,0.153725174569888,0.0,0.0768569160247697,0.153725174569888,0.0,0.0306311612871443,0.153725174569888,0.0,0.886993012510327,0.153725174569888,0.0,0.997546189711795,0.153725174569888,0.0,0.917291142479841,0.153725174569888,0.0,0.704839816705494,0.153725174569888,0.0,0.122719928943045,0.5,0.153725174569888,0.0,0.00197068823541934,0,0.950847320645193,0.00979865713374569 -8235,0.5,0.153725174569888,0.0,0.695707479156193,0.153725174569888,0.0,1.00501839449511,0.153725174569888,0.0,0.588600417144122,0.153725174569888,0.0,0.214544896060854,0.153725174569888,0.0,1.02167414050228,0.153725174569888,0.0,0.994421562572902,0.153725174569888,0.0,0.968656061754513,0.153725174569888,0.0,0.812949760265461,0.5,0.153725174569888,0.0,0.410474254513345,0.153725174569888,0.0,0.015448406548656,0.5,0.153725174569888,0.0,0.0779791867666026,0.153725174569888,0.0,0.0397658437593067,0.153725174569888,0.0,0.901098374770829,0.153725174569888,0.0,0.999903334732678,0.153725174569888,0.0,0.945329950218616,0.153725174569888,0.0,0.791580730526407,0.153725174569888,0.0,0.122029646966269,0.5,0.153725174569888,0.0,0.0063811854057155,0,0.991461387434827,0.00979865713374569 -8236,0.5,0.153725174569888,0.0,0.791015453613906,0.153725174569888,0.0,1.01226909863007,0.153725174569888,0.0,0.712967475840808,0.153725174569888,0.0,0.23596265746464,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.996881458877065,0.153725174569888,0.0,0.986010353993891,0.153725174569888,0.0,0.827128843663242,0.5,0.153725174569888,0.0,0.463736016391246,0.153725174569888,0.0,0.0209938885160578,0.5,0.153725174569888,0.0,0.108122569926533,0.153725174569888,0.0,0.0492908964238542,0.153725174569888,0.0,0.894809781825929,0.153725174569888,0.0,1.00328407672051,0.153725174569888,0.0,0.967289057130138,0.153725174569888,0.0,0.847432464459188,0.153725174569888,0.0,0.135046423818368,0.5,0.153725174569888,0.0,0.0118706909323379,0,1.00628305741443,0.880790402355585 -8237,0.5,0.153725174569888,0.0,0.842847816770038,0.153725174569888,0.0,1.01650726217144,0.153725174569888,0.0,0.774756953332221,0.153725174569888,0.0,0.271258605768696,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00552786347572,0.153725174569888,0.0,1.00302730057372,0.153725174569888,0.0,0.849051900824332,0.5,0.153725174569888,0.0,0.549946000100672,0.153725174569888,0.0,0.0260755090801188,0.5,0.153725174569888,0.0,0.144554442215925,0.153725174569888,0.0,0.0608344542980707,0.153725174569888,0.0,0.906604067627198,0.153725174569888,0.0,1.00611191371837,0.153725174569888,0.0,0.984670723940702,0.153725174569888,0.0,0.880990888220367,0.153725174569888,0.0,0.159171336098579,0.5,0.153725174569888,0.0,0.0239420882065655,0,1.00749910193428,1.00961526246619 -8238,0.5,0.153725174569888,0.0,0.875074519128732,0.153725174569888,0.0,1.02122020800829,0.153725174569888,0.0,0.814096920269929,0.153725174569888,0.0,0.324254372150157,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00911504307323,0.153725174569888,0.0,1.01792024300235,0.153725174569888,0.0,0.896051991972056,0.5,0.153725174569888,0.0,0.633552412525518,0.153725174569888,0.0,0.0252551066670976,0.5,0.153725174569888,0.0,0.186472931400053,0.153725174569888,0.0,0.0780523856835282,0.153725174569888,0.0,0.926328160377332,0.153725174569888,0.0,1.00857575320619,0.153725174569888,0.0,0.996936098744516,0.153725174569888,0.0,0.914477168674536,0.153725174569888,0.0,0.205835746371705,0.5,0.153725174569888,0.0,0.0248109512453921,0,1.0081212586948,1.00517952654618 -8239,0.5,0.153725174569888,0.0,0.903054143436859,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.866693494483379,0.153725174569888,0.0,0.398884831733602,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0114576384959,0.153725174569888,0.0,1.02008430863097,0.153725174569888,0.0,0.94570471891525,0.5,0.153725174569888,0.0,0.717733511768959,0.153725174569888,0.0,0.0332968416305488,0.5,0.153725174569888,0.0,0.208324047939868,0.153725174569888,0.0,0.0927728354188694,0.153725174569888,0.0,1.01157981125498,0.153725174569888,0.0,1.0109967987629,0.153725174569888,0.0,1.00864139617765,0.153725174569888,0.0,0.939215848644562,0.153725174569888,0.0,0.254764479470399,0.5,0.153725174569888,0.0,0.0277987697996277,0,1.01027415767133,1.01135962960429 -8240,0.5,0.153725174569888,0.0,0.928553669961608,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.906472662929652,0.153725174569888,0.0,0.486962164200781,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01146472933834,0.153725174569888,0.0,1.01987925096713,0.153725174569888,0.0,0.972768378726064,0.5,0.153725174569888,0.0,0.767718801505884,0.153725174569888,0.0,0.052983104765332,0.5,0.153725174569888,0.0,0.221692191020516,0.153725174569888,0.0,0.103662992239788,0.153725174569888,0.0,1.00038141969981,0.153725174569888,0.0,1.00468775635267,0.153725174569888,0.0,1.01583074694199,0.153725174569888,0.0,0.965551261343347,0.153725174569888,0.0,0.282709007038978,0.5,0.153725174569888,0.0,0.0337697730322373,0,1.01028803498907,1.01124250448602 -8241,0.5,0.153725174569888,0.000587593710034226,0.949257502844754,0.153725174569888,0.0,0.987405231904995,0.153725174569888,0.00121286979171065,0.928126080656801,0.153725174569888,0.00374521069504977,0.563167777640713,0.153725174569888,0.0,1.01517603967625,0.153725174569888,0.0,0.989349439137382,0.153725174569888,0.0,1.0144895400186,0.153725174569888,0.0,0.969212333858559,0.5,0.153725174569888,0.000149677319493548,0.791070994775221,0.153725174569888,0.00747455499324663,0.0619301850372423,0.5,0.153725174569888,0.0017481979880735,0.209587665665335,0.153725174569888,0.00379863127751869,0.11789004150815,0.153725174569888,0.0,0.960632729564197,0.153725174569888,0.0,0.937685677332179,0.153725174569888,1.36526004445784e-06,1.00779490423961,0.153725174569888,0.000169977042635124,0.992494514129921,0.153725174569888,0.00387808017036092,0.293680296887047,0.5,0.153725174569888,0.0206626404043063,0.0380577854785765,0,1.01028803498907,1.00815199475241 -8242,0.5,0.153725174569888,0.0151699674584982,0.971314030908344,0.153725174569888,0.00255045054999459,0.916765055407949,0.153725174569888,0.0243779319576333,0.946412151542697,0.153725174569888,0.0489596050696243,0.634528837786744,0.153725174569888,0.00139585306488541,0.899717946835742,0.153725174569888,0.000926901118298238,0.898975068783371,0.153725174569888,0.00179550027243939,0.977434202169881,0.153725174569888,0.00253157946710565,0.922248863827876,0.5,0.153725174569888,0.0118709515294362,0.841962399601502,0.153725174569888,0.0920871413229119,0.0699942971134419,0.5,0.153725174569888,0.030740871067633,0.216918079334573,0.153725174569888,0.0597202924767498,0.143634929150337,0.153725174569888,0.00227899162719176,0.906128540880797,0.153725174569888,0.00311019659766595,0.848971545789667,0.153725174569888,0.00342790747025896,0.965286826560705,0.153725174569888,0.00821438275284119,0.996750083471872,0.153725174569888,0.0549000964477712,0.329685531714198,0.5,0.153725174569888,0.147495480662167,0.0582075196253821,0,1.00989747643278,1.00784481045027 -8243,0.5,0.153725174569888,0.0327637724777258,0.979869531376465,0.153725174569888,0.0121383008440661,0.886735589274098,0.153725174569888,0.0408294944094878,0.953384429618041,0.153725174569888,0.0809536094347206,0.693956180026687,0.153725174569888,0.0169340809099785,0.817678325935905,0.153725174569888,0.0103580897611067,0.837115374162971,0.153725174569888,0.0118450907252209,0.873574753976361,0.153725174569888,0.00451306357127824,0.796416155000481,0.5,0.153725174569888,0.0265152892240289,0.868090214895904,0.153725174569888,0.167977742935511,0.0930435526528369,0.5,0.153725174569888,0.0544579870718128,0.271295238731506,0.153725174569888,0.111046912029659,0.165673778862493,0.153725174569888,0.0144656523547257,0.874552685145014,0.153725174569888,0.0284982144757919,0.797294412410663,0.153725174569888,0.0114715338505722,0.926991581168891,0.153725174569888,0.020263731208058,0.970061711912017,0.153725174569888,0.0962719137911749,0.367136576357191,0.5,0.153725174569888,0.237596540911116,0.0837694670476554,0,1.00836517157596,1.00701567409279 -8244,0.5,0.153725174569888,0.0379669371992805,0.965150361548897,0.153725174569888,0.0348854490204329,0.875782802039596,0.153725174569888,0.0477833982152984,0.967675692640728,0.153725174569888,0.0817634988047918,0.741872989418942,0.153725174569888,0.0747011397148568,0.849447743863209,0.153725174569888,0.0432127278033077,0.793504179024574,0.153725174569888,0.019370719682562,0.767680528138108,0.153725174569888,0.0106683456881615,0.660085740572704,0.5,0.153725174569888,0.034499552659505,0.830294440925158,0.153725174569888,0.194879558603504,0.0959310508291583,0.5,0.153725174569888,0.0583194499492296,0.360238905174354,0.153725174569888,0.125997887027018,0.176676609091764,0.153725174569888,0.0484335579523085,0.854231823151649,0.153725174569888,0.077380493577966,0.804911494203748,0.153725174569888,0.0236690492407453,0.873613861444483,0.153725174569888,0.0319227408294456,0.911478990666344,0.153725174569888,0.103161330175173,0.378573988212,0.5,0.153725174569888,0.272357384495992,0.0857673038465664,0,1.0075437308614,1.00743488358681 -8245,0.5,0.153725174569888,0.0310158952642756,0.921146989535755,0.153725174569888,0.0601525166485715,0.880048619133322,0.153725174569888,0.0536713487708169,0.983239963154295,0.153725174569888,0.0612533553646607,0.840387473336006,0.153725174569888,0.0834533985391817,0.830926344315361,0.153725174569888,0.0690215627758793,0.643339898928536,0.153725174569888,0.0307507938481296,0.707076076428262,0.153725174569888,0.0251807329275784,0.532806136121699,0.5,0.153725174569888,0.0324305447979057,0.713113680662399,0.153725174569888,0.14486307189816,0.0967690019751914,0.5,0.153725174569888,0.0512828198808466,0.388707369938387,0.153725174569888,0.105750503251804,0.20857833796529,0.153725174569888,0.0390081176320996,0.876455477902032,0.153725174569888,0.101306103767414,0.830427967828541,0.153725174569888,0.0409053381650112,0.82312674464527,0.153725174569888,0.0291195446865193,0.832309456290258,0.153725174569888,0.076221966712338,0.385782835985152,0.5,0.153725174569888,0.21495138414831,0.0832061335135185,0,1.00444058210786,1.00865144928206 -8246,0.5,0.153725174569888,0.0235290334644227,0.827455171754071,0.153725174569888,0.0533947302096431,0.899308530725793,0.153725174569888,0.0390839258341317,0.956502975777752,0.153725174569888,0.0445562808984323,0.900490059916719,0.153725174569888,0.0444319892613773,0.755412452836408,0.153725174569888,0.0861473064260482,0.505879198330371,0.153725174569888,0.024898550752276,0.589885182456863,0.153725174569888,0.0306833080263387,0.38902204491344,0.5,0.153725174569888,0.0207708454385399,0.57414755883755,0.153725174569888,0.100350378602413,0.107191911504827,0.5,0.153725174569888,0.0346131265140961,0.368775784403096,0.153725174569888,0.0674723337974922,0.230729684749081,0.153725174569888,0.0251090109641473,0.869984196652467,0.153725174569888,0.0884510616385164,0.805248321510489,0.153725174569888,0.0474391037455701,0.806550173079926,0.153725174569888,0.0339604397150977,0.728190706723254,0.153725174569888,0.0554302380972819,0.45730682129559,0.5,0.153725174569888,0.12346051983716,0.07822798048483,0,0.987792507253567,1.00941905007878 -8247,0.5,0.153725174569888,0.0124808918303986,0.749101551713185,0.153725174569888,0.0266634298275889,0.822613993050145,0.153725174569888,0.030949477261056,0.903197474024048,0.153725174569888,0.0158721514324805,0.862877427070125,0.153725174569888,0.0131418354699082,0.658611818073794,0.153725174569888,0.136943117985211,0.43170979453861,0.153725174569888,0.034182006458568,0.416962851670099,0.153725174569888,0.0241610331267807,0.324299636323155,0.5,0.153725174569888,0.0125584627065115,0.409375948529758,0.153725174569888,0.0512579698629588,0.130894710397179,0.5,0.153725174569888,0.0186627303804236,0.473883863014636,0.153725174569888,0.0344109607476345,0.23085154437119,0.153725174569888,0.00877182363289588,0.840814027585073,0.153725174569888,0.0457723440633546,0.745125553777114,0.153725174569888,0.0193647247881606,0.698934978557277,0.153725174569888,0.0139253075091489,0.525412372167341,0.153725174569888,0.029158344363439,0.478262492372723,0.5,0.153725174569888,0.0597910022251532,0.0656464061524147,0,0.981917635258819,1.00875149341961 -8248,0.5,0.153725174569888,0.000123416005680361,0.700755972719639,0.153725174569888,0.0,0.786695997399259,0.153725174569888,0.000228243694518576,0.773480282785335,0.153725174569888,0.000465223946586082,0.770690410907074,0.153725174569888,0.0,0.513307140758234,0.153725174569888,0.00436769320650467,0.417760244677128,0.153725174569888,0.000137587601517937,0.356424791050049,0.153725174569888,0.0099894407529385,0.253531254840631,0.5,0.153725174569888,0.00339629876471346,0.294248839610947,0.153725174569888,0.00767856281321719,0.198403535366674,0.5,0.153725174569888,0.00336515862254625,0.664923935316171,0.153725174569888,0.00770978659266661,0.191698440478649,0.153725174569888,0.000207254142840196,0.792202204304744,0.153725174569888,0.000115899952217647,0.715091458651153,0.153725174569888,0.000140177563246771,0.545472613095409,0.153725174569888,0.000610917647581814,0.321017694666802,0.153725174569888,0.000637083146274779,0.493012586343097,0.5,0.153725174569888,0.000740323396730339,0.0773846643785951,0,0.975036951993581,1.00870886098607 -8249,0.5,0.153725174569888,0.0,0.669249527881395,0.153725174569888,0.0,0.812500635694309,0.153725174569888,0.0,0.584665088557417,0.153725174569888,0.0,0.647027759574158,0.153725174569888,0.0,0.444485656449743,0.153725174569888,0.0,0.467507256948182,0.153725174569888,0.0,0.404150517564721,0.153725174569888,0.0,0.222864047757595,0.5,0.153725174569888,0.0,0.217014894787174,0.153725174569888,0.0,0.268570903248869,0.5,0.153725174569888,0.0,0.720711581841112,0.153725174569888,0.0,0.158543064674135,0.153725174569888,0.0,0.729741371896377,0.153725174569888,0.0,0.697523061009911,0.153725174569888,0.0,0.469272222693632,0.153725174569888,0.0,0.235282172998862,0.153725174569888,0.0,0.442953617465888,0.5,0.153725174569888,0.0,0.0951749006791148,0,0.974659670130844,1.00781394409507 -8250,0.5,0.153725174569888,0.0,0.628933700577328,0.153725174569888,0.0,0.846586807773043,0.153725174569888,0.0,0.419688280905227,0.153725174569888,0.0,0.498567841515594,0.153725174569888,0.0,0.4971414394659,0.153725174569888,0.0,0.513467370654608,0.153725174569888,0.0,0.461269133794989,0.153725174569888,0.0,0.232419577550575,0.5,0.153725174569888,0.0,0.169441313050699,0.153725174569888,0.0,0.191940035011801,0.5,0.153725174569888,0.0,0.557980379963309,0.153725174569888,0.0,0.127937412568337,0.153725174569888,0.0,0.799854765886747,0.153725174569888,0.0,0.738060825202323,0.153725174569888,0.0,0.460031009744186,0.153725174569888,0.0,0.206739357401424,0.153725174569888,0.0,0.355934668012462,0.5,0.153725174569888,0.0,0.155097622995305,0,0.974044882501416,1.00816634542244 -8251,0.5,0.153725174569888,0.0,0.584256547408532,0.153725174569888,0.0,0.88510244604266,0.153725174569888,0.0,0.304866286377126,0.153725174569888,0.0,0.404183329906507,0.153725174569888,0.0,0.585702667844514,0.153725174569888,0.0,0.543296105014109,0.153725174569888,0.0,0.520198692343095,0.153725174569888,0.0,0.253743654870479,0.5,0.153725174569888,0.0,0.143359567209917,0.153725174569888,0.0,0.141340687843241,0.5,0.153725174569888,0.0,0.474384746797137,0.153725174569888,0.0,0.0987650234124712,0.153725174569888,0.0,0.887723462857342,0.153725174569888,0.0,0.795982870769882,0.153725174569888,0.0,0.499868032059844,0.153725174569888,0.0,0.224436644527876,0.153725174569888,0.0,0.261174280610192,0.5,0.153725174569888,0.0,0.159509560809419,0,0.963033020454458,1.00911889346151 -8252,0.5,0.153725174569888,0.0,0.533853449913358,0.153725174569888,0.0,0.89520483273126,0.153725174569888,0.0,0.245289163949886,0.153725174569888,0.0,0.292273666466752,0.153725174569888,0.0,0.697389690631769,0.153725174569888,0.0,0.562335212458799,0.153725174569888,0.0,0.617454797736097,0.153725174569888,0.0,0.29568389578594,0.5,0.153725174569888,0.0,0.159652424038726,0.153725174569888,0.0,0.11703362856881,0.5,0.153725174569888,0.0,0.375628929626045,0.153725174569888,0.0,0.094333020054311,0.153725174569888,0.0,0.941275687806935,0.153725174569888,0.0,0.841435668099716,0.153725174569888,0.0,0.52157683933838,0.153725174569888,0.0,0.284717155307624,0.153725174569888,0.0,0.207754673241008,0.5,0.153725174569888,0.0,0.153194172330063,0,0.968489159617537,1.00975394978934 -8253,0.5,0.153725174569888,0.0,0.491708959273119,0.153725174569888,0.0,0.873625804642815,0.153725174569888,0.0,0.237970133150914,0.153725174569888,0.0,0.210338516153762,0.153725174569888,0.0,0.808802041413263,0.153725174569888,0.0,0.622682931545405,0.153725174569888,0.0,0.715858255881272,0.153725174569888,0.0,0.308353852396964,0.5,0.153725174569888,0.0,0.170031677143588,0.153725174569888,0.0,0.0992475873838347,0.5,0.153725174569888,0.0,0.300903851178556,0.153725174569888,0.0,0.099124449394235,0.153725174569888,0.0,0.974977501645641,0.153725174569888,0.0,0.891613947623767,0.153725174569888,0.0,0.593493172188139,0.153725174569888,0.0,0.349186270148014,0.153725174569888,0.0,0.183749203570183,0.5,0.153725174569888,0.0,0.116422114409766,0,0.998663859470622,0.0793303215187418 -8254,0.5,0.153725174569888,0.0,0.474646673102054,0.153725174569888,0.0,0.887534387657867,0.153725174569888,0.0,0.255804997719226,0.153725174569888,0.0,0.175134094826112,0.153725174569888,0.0,0.885829079470797,0.153725174569888,0.0,0.702249403928578,0.153725174569888,0.0,0.774007759195749,0.153725174569888,0.0,0.325526039575638,0.5,0.153725174569888,0.0,0.194983915034869,0.153725174569888,0.0,0.0909469813741062,0.5,0.153725174569888,0.0,0.327650515753424,0.153725174569888,0.0,0.116846271105138,0.153725174569888,0.0,0.976228028951128,0.153725174569888,0.0,0.921528688265592,0.153725174569888,0.0,0.691198177419887,0.153725174569888,0.0,0.405298777594421,0.153725174569888,0.0,0.176207933934813,0.5,0.153725174569888,0.0,0.0891526383394593,0,1.00440884238986,1.01052447958538 -8255,0.5,0.153725174569888,0.0,0.515019149678918,0.153725174569888,0.0,0.911084043603947,0.153725174569888,0.0,0.319909730496531,0.153725174569888,0.0,0.165988499656788,0.153725174569888,0.0,0.933616639032705,0.153725174569888,0.0,0.782967086648281,0.153725174569888,0.0,0.800953211660785,0.153725174569888,0.0,0.373071061417485,0.5,0.153725174569888,0.0,0.220152109521328,0.153725174569888,0.0,0.0934233420467093,0.5,0.153725174569888,0.0,0.20117679010785,0.153725174569888,0.0,0.13835294248099,0.153725174569888,0.0,0.981035191683506,0.153725174569888,0.0,0.93666433264314,0.153725174569888,0.0,0.765920454252945,0.153725174569888,0.0,0.417884277137488,0.153725174569888,0.0,0.177589869106242,0.5,0.153725174569888,0.0,0.0884810413469482,0,1.00483795734133,1.01059935061655 -8256,0.5,0.153725174569888,0.0,0.557006122834642,0.153725174569888,0.0,0.982062274022016,0.153725174569888,0.0,0.426577350303286,0.153725174569888,0.0,0.182677886108519,0.153725174569888,0.0,0.939273835125945,0.153725174569888,0.0,0.792893350128116,0.153725174569888,0.0,0.812735743046359,0.153725174569888,0.0,0.407760652032314,0.5,0.153725174569888,0.0,0.271151145590363,0.153725174569888,0.0,0.0650434583534248,0.5,0.153725174569888,0.0,0.134142763840887,0.153725174569888,0.0,0.0792532751303223,0.153725174569888,0.0,0.982653597610765,0.153725174569888,0.0,0.952262025663395,0.153725174569888,0.0,0.801995772022999,0.153725174569888,0.0,0.42361689264929,0.153725174569888,0.0,0.206540826514289,0.5,0.153725174569888,0.0,0.0951706056268764,0,1.00621835785338,1.01058777961453 -8257,0.5,0.153725174569888,0.0,0.562796982750862,0.153725174569888,0.0,1.00825148894939,0.153725174569888,0.0,0.475386848855931,0.153725174569888,0.0,0.22090813753847,0.153725174569888,0.0,0.923741988142419,0.153725174569888,0.0,0.745390243279428,0.153725174569888,0.0,0.814196779468324,0.153725174569888,0.0,0.476854353179995,0.5,0.153725174569888,0.0,0.357926568239586,0.153725174569888,0.0,0.051087825182239,0.5,0.153725174569888,0.0,0.200630836294854,0.153725174569888,0.0,0.0176606365565117,0.153725174569888,0.0,0.990848030457324,0.153725174569888,0.0,0.938241203171649,0.153725174569888,0.0,0.803626020434613,0.153725174569888,0.0,0.427087902264209,0.153725174569888,0.0,0.2325046995789,0.5,0.153725174569888,0.0,0.0897036947602776,0,1.0055451297711,1.01046102688936 -8258,0.5,0.153725174569888,0.0,0.598102099537598,0.153725174569888,0.0,1.00419509051632,0.153725174569888,0.0,0.477384433289734,0.153725174569888,0.0,0.285399766883207,0.153725174569888,0.0,0.94460599944259,0.153725174569888,0.0,0.782970209564772,0.153725174569888,0.0,0.793021777357845,0.153725174569888,0.0,0.57916776534929,0.5,0.153725174569888,0.0,0.422387209418255,0.153725174569888,0.0,0.0345568953464126,0.5,0.153725174569888,0.0,0.270645659998734,0.153725174569888,0.0,0.0226219726955666,0.153725174569888,0.0,0.991487356395692,0.153725174569888,0.0,0.935674389842143,0.153725174569888,0.0,0.797630240220337,0.153725174569888,0.0,0.450777102778194,0.153725174569888,0.0,0.223677096696515,0.5,0.153725174569888,0.0,0.0980412950851521,0,1.00431428913203,1.0103633936307 -8259,0.5,0.153725174569888,0.0,0.660630153274172,0.153725174569888,0.0,0.983148815318419,0.153725174569888,0.0,0.469837460912635,0.153725174569888,0.0,0.368457250422604,0.153725174569888,0.0,0.954361456663261,0.153725174569888,0.0,0.817121189331381,0.153725174569888,0.0,0.828893372685224,0.153725174569888,0.0,0.670959874277253,0.5,0.153725174569888,0.0,0.490357875852732,0.153725174569888,0.0,0.0308941653844543,0.5,0.153725174569888,0.0,0.347744158018129,0.153725174569888,0.0,0.0420322465366691,0.153725174569888,0.0,0.992860749939502,0.153725174569888,0.0,0.93402454195059,0.153725174569888,0.0,0.815362188841063,0.153725174569888,0.0,0.585532288196874,0.153725174569888,0.0,0.272083482840558,0.5,0.153725174569888,0.0,0.114758081265854,0,1.00893876124858,1.00977013606571 -8260,0.5,0.153725174569888,0.0,0.708081411638024,0.153725174569888,0.0,0.988563238380921,0.153725174569888,0.0,0.50855768461579,0.153725174569888,0.0,0.421779282281721,0.153725174569888,0.0,0.938832147756093,0.153725174569888,0.0,0.801455492256081,0.153725174569888,0.0,0.910645560197601,0.153725174569888,0.0,0.642360653395474,0.5,0.153725174569888,0.0,0.487873952779689,0.153725174569888,0.0,0.0317003790317241,0.5,0.153725174569888,0.0,0.449704694125011,0.153725174569888,0.0,0.0686224546617424,0.153725174569888,0.0,0.98554326260944,0.153725174569888,0.0,0.937115708004942,0.153725174569888,0.0,0.869004382212141,0.153725174569888,0.0,0.672572125734556,0.153725174569888,0.0,0.37918961388532,0.5,0.153725174569888,0.0,0.0938768144099862,0,1.00928432460888,1.0098051125598 -8261,0.5,0.153725174569888,0.0,0.73948052389282,0.153725174569888,0.0,0.987027496751216,0.153725174569888,0.0,0.623799896200409,0.153725174569888,0.0,0.467455454951968,0.153725174569888,0.0,0.928303656470593,0.153725174569888,0.0,0.816696439111574,0.153725174569888,0.0,0.924847388781551,0.153725174569888,0.0,0.59624499915482,0.5,0.153725174569888,0.0,0.439044404940167,0.153725174569888,0.0,0.0415768440738542,0.5,0.153725174569888,0.0,0.52418809870323,0.153725174569888,0.0,0.107608859334709,0.153725174569888,0.0,0.988169698112123,0.153725174569888,0.0,0.92432115878792,0.153725174569888,0.0,0.919397469759457,0.153725174569888,0.0,0.729569805435392,0.153725174569888,0.0,0.451831056595433,0.5,0.153725174569888,0.0,0.0858663952733623,0,1.00910113342074,1.01000718235144 -8262,0.5,0.153725174569888,0.0,0.765744741082115,0.153725174569888,0.0,0.994912559597648,0.153725174569888,0.0,0.733717713558806,0.153725174569888,0.0,0.514973750282964,0.153725174569888,0.0,0.956049178843134,0.153725174569888,0.0,0.883691097054319,0.153725174569888,0.0,0.90085138195795,0.153725174569888,0.0,0.555321165353302,0.5,0.153725174569888,0.0,0.463818959578385,0.153725174569888,0.0,0.0879873189440821,0.5,0.153725174569888,0.0,0.459991253912742,0.153725174569888,0.0,0.150161225174978,0.153725174569888,0.0,0.983533776370221,0.153725174569888,0.0,0.925862913112524,0.153725174569888,0.0,0.917705378347127,0.153725174569888,0.0,0.730409113608443,0.153725174569888,0.0,0.501284999373461,0.5,0.153725174569888,0.0,0.0844193982309684,0,1.00840960412592,1.01056615397962 -8263,0.5,0.153725174569888,0.0,0.783658892795165,0.153725174569888,0.0,0.960004428731512,0.153725174569888,0.0,0.803909558689816,0.153725174569888,0.0,0.551761216775507,0.153725174569888,0.0,1.01905746330818,0.153725174569888,0.0,0.919241793794552,0.153725174569888,0.0,0.924750323562074,0.153725174569888,0.0,0.575648083629351,0.5,0.153725174569888,0.0,0.577397826518177,0.153725174569888,0.0,0.19015981132689,0.5,0.153725174569888,0.0,0.486460457868684,0.153725174569888,0.0,0.199046236020488,0.153725174569888,0.0,0.968896240412651,0.153725174569888,0.0,0.949396921503505,0.153725174569888,0.0,0.892444999459101,0.153725174569888,0.0,0.728378881877329,0.153725174569888,0.0,0.454622745308556,0.5,0.153725174569888,0.0,0.0844657981498945,0,1.00945165327997,1.01090609281427 -8264,0.5,0.153725174569888,0.0,0.784884999494441,0.153725174569888,0.0,0.976407903584188,0.153725174569888,0.0,0.866565078658104,0.153725174569888,0.0,0.581354072251533,0.153725174569888,0.0,1.01958206899589,0.153725174569888,0.0,0.956973904223458,0.153725174569888,0.0,0.949299421704736,0.153725174569888,0.0,0.633779333426962,0.5,0.153725174569888,0.0,0.732486586602629,0.153725174569888,0.0,0.312030850203223,0.5,0.153725174569888,0.0,0.518882763855891,0.153725174569888,0.0,0.259012675576956,0.153725174569888,0.0,0.979024360808944,0.153725174569888,0.0,0.987791671532373,0.153725174569888,0.0,0.917254945794253,0.153725174569888,0.0,0.756435905583828,0.153725174569888,0.0,0.414421954184908,0.5,0.153725174569888,0.0,0.107659393781607,0,1.00942384897162,1.01135961735398 -8265,0.5,0.153725174569888,0.000369155884557458,0.778902761936717,0.153725174569888,0.0,1.01421366200999,0.153725174569888,0.00112996431927546,0.917786884278041,0.153725174569888,0.00286825642534244,0.619049432048624,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.980065921420571,0.153725174569888,0.0,0.935191108360746,0.153725174569888,0.0,0.76850328439263,0.5,0.153725174569888,5.1840063320385e-05,0.862988139411041,0.153725174569888,0.00628239296678211,0.428040174097256,0.5,0.153725174569888,0.00110754943458069,0.643456654990173,0.153725174569888,0.00278822648183382,0.363476864969098,0.153725174569888,0.0,0.994960196761527,0.153725174569888,0.0,0.994398923698701,0.153725174569888,6.66862075536871e-08,0.944340725887282,0.153725174569888,3.56538815485132e-05,0.817958474148302,0.153725174569888,0.00157935287489404,0.410452370770752,0.5,0.153725174569888,0.0111532907447291,0.142473270128358,0,1.00934088192693,1.01120120555652 -8266,0.5,0.153725174569888,0.0202113457585647,0.814489177105464,0.153725174569888,0.00720067395990272,1.00834000937781,0.153725174569888,0.0199186915151641,0.90973467991842,0.153725174569888,0.0530591410177059,0.715578830340944,0.153725174569888,0.00385783387974799,1.02173913043478,0.153725174569888,0.0037994627608768,0.986042403844706,0.153725174569888,0.00622607854700476,0.958489846908596,0.153725174569888,0.0153976432334505,0.830404784253015,0.5,0.153725174569888,0.0101368314415139,0.871058959868053,0.153725174569888,0.0904282997277734,0.482834934073159,0.5,0.153725174569888,0.0272231650992738,0.892746928024015,0.153725174569888,0.0475153516982363,0.564771505863615,0.153725174569888,0.00414238003533564,0.994725665209539,0.153725174569888,0.00549819140224242,0.992046655353589,0.153725174569888,0.0199711635040156,0.965160174873398,0.153725174569888,0.0178620384755015,0.860802852873221,0.153725174569888,0.0262554538646995,0.536745001473194,0.5,0.153725174569888,0.101074013816039,0.22336271658732,0,1.00889307374908,1.01106197391107 -8267,0.5,0.153725174569888,0.0381701465643776,0.869423646559939,0.153725174569888,0.0169275481785118,1.01347255577319,0.153725174569888,0.0455037804444615,0.934230388468898,0.153725174569888,0.115794431157472,0.755962051235124,0.153725174569888,0.0179235585363532,1.02152805753266,0.153725174569888,0.00769400544686993,0.978758406977327,0.153725174569888,0.0242108130609668,0.988308343576619,0.153725174569888,0.0444858367286466,0.833723279253746,0.5,0.153725174569888,0.0326916638888837,0.841835271282388,0.153725174569888,0.159176874610007,0.54868738688702,0.5,0.153725174569888,0.0600312716499474,0.975765732375473,0.153725174569888,0.0868941254174028,0.800049100458701,0.153725174569888,0.00723093576026382,0.984841347588571,0.153725174569888,0.0194133309073531,0.988175143848119,0.153725174569888,0.0401943850992837,0.989892011097052,0.153725174569888,0.0428241885263284,0.913268735155795,0.153725174569888,0.0533473574259917,0.747147079468866,0.5,0.153725174569888,0.150589300332056,0.373114445191965,0,1.00914751905151,1.0110311386947 -8268,0.5,0.153725174569888,0.0531017683488125,0.895314091259292,0.153725174569888,0.0143015926645578,1.01318822375116,0.153725174569888,0.0935861515151112,0.926325408070793,0.153725174569888,0.127032833164603,0.775265034053664,0.153725174569888,0.0282170789417545,1.02155227507209,0.153725174569888,0.0227719588229187,0.967187912635557,0.153725174569888,0.015508905986756,0.969565729080776,0.153725174569888,0.0556084073971666,0.800308796791905,0.5,0.153725174569888,0.0534311931538737,0.86262096854452,0.153725174569888,0.202557043322237,0.731538157066041,0.5,0.153725174569888,0.0916993857524335,0.965852837664905,0.153725174569888,0.0960367613318055,0.833469363217207,0.153725174569888,0.0140493679609119,0.988861867163108,0.153725174569888,0.034824169965594,0.984040089408244,0.153725174569888,0.0499016120312906,0.999820246567775,0.153725174569888,0.0644436929898135,0.903236091638132,0.153725174569888,0.0698012105363417,0.853137864435042,0.5,0.153725174569888,0.177811853737706,0.493557238326728,0,1.00105147109116,1.01075694894373 -8269,0.5,0.153725174569888,0.0451063384838905,0.912499407459798,0.153725174569888,0.0185153947353558,1.01370815604257,0.153725174569888,0.0892485510825438,0.970623701817545,0.153725174569888,0.108236158628395,0.790168591007305,0.153725174569888,0.0298235712261405,1.02152111977429,0.153725174569888,0.0290710455606649,0.975085871963892,0.153725174569888,0.0460867659264045,0.981902630292147,0.153725174569888,0.0487173544321628,0.776502323672365,0.5,0.153725174569888,0.0523656151959239,0.892028375518703,0.153725174569888,0.201224460171992,0.82758741287572,0.5,0.153725174569888,0.116009762718332,0.960155762835996,0.153725174569888,0.123190472915456,0.88494063983056,0.153725174569888,0.0238589927868572,0.958906413592218,0.153725174569888,0.0271526501296247,0.983613998358178,0.153725174569888,0.054594580625667,0.993225294320473,0.153725174569888,0.067250799837944,0.857001955421331,0.153725174569888,0.0688811729930894,0.857183749382491,0.5,0.153725174569888,0.1777267316775,0.597159450336259,0,0.992370716598958,1.01064208508569 -8270,0.5,0.153725174569888,0.0331184906413997,0.93767820729542,0.153725174569888,0.0312204713566331,1.02054061159739,0.153725174569888,0.0636569911693918,0.975952752080194,0.153725174569888,0.0823413296900772,0.812772042130662,0.153725174569888,0.0117653238772951,1.02173913043478,0.153725174569888,0.0289894029257958,1.00402513518309,0.153725174569888,0.0245287921694115,0.982138613972562,0.153725174569888,0.0618912122996531,0.792512626062421,0.5,0.153725174569888,0.0469876589720866,0.902202343544296,0.153725174569888,0.165958224952843,0.916119371243983,0.5,0.153725174569888,0.069548362278987,1.01987462013097,0.153725174569888,0.0982350636275946,0.926616045355841,0.153725174569888,0.0168415179446089,0.940236990637882,0.153725174569888,0.0153856062639546,0.986671993204463,0.153725174569888,0.0452140302451469,0.987563309191475,0.153725174569888,0.0580499171047837,0.835070703451962,0.153725174569888,0.0549675418550356,0.858926880291693,0.5,0.153725174569888,0.149476472722994,0.638484179946384,0,0.981515227349918,1.01094782899273 -8271,0.5,0.153725174569888,0.0144983803395068,0.945536342446325,0.153725174569888,0.0167032600345443,1.01862018794492,0.153725174569888,0.0408305358736403,0.960056772155554,0.153725174569888,0.0346534966755012,0.863941043738362,0.153725174569888,0.0152292522043713,1.02173913043478,0.153725174569888,0.0211676443590699,0.998865725808061,0.153725174569888,0.0226517359696074,0.981680699848262,0.153725174569888,0.0331296127692138,0.830148150955293,0.5,0.153725174569888,0.0321486887298368,0.959509884036854,0.153725174569888,0.0564749857890858,0.940697912371087,0.5,0.153725174569888,0.0176053368690359,1.00135218277969,0.153725174569888,0.0531301593353738,0.913480881041828,0.153725174569888,0.00692877104204624,0.966141769655661,0.153725174569888,0.00981833439562581,0.992039983935254,0.153725174569888,0.0148438649687804,0.979698334871973,0.153725174569888,0.0294580491936851,0.847992151702161,0.153725174569888,0.0265881132769706,0.90599092312405,0.5,0.153725174569888,0.0763975179531945,0.759247133470502,0,0.988610155476055,1.01079927193727 -8272,0.5,0.153725174569888,0.000130398001759533,0.9187535276488,0.153725174569888,0.000121205825631588,1.01889590761825,0.153725174569888,0.0,0.941868276924502,0.153725174569888,4.53698604571856e-05,0.853680881280464,0.153725174569888,0.000526646377614417,1.02173913043478,0.153725174569888,0.00157345934198232,0.997114534706645,0.153725174569888,0.000970894863359363,0.976213743336773,0.153725174569888,0.00493094559860954,0.900138434477402,0.5,0.153725174569888,0.00739130896492746,0.989699591785507,0.153725174569888,0.0165658250358243,0.911476464044184,0.5,0.153725174569888,0.0067762051892054,0.983517496833129,0.153725174569888,0.0130757782164025,0.89721013779093,0.153725174569888,0.000289079954450134,0.961491014264743,0.153725174569888,0.000718423277533507,0.964363322982119,0.153725174569888,1.20281840763316e-05,0.982970145661108,0.153725174569888,0.000337756509396095,0.879717992502632,0.153725174569888,0.000199069407030703,0.911807502598439,0.5,0.153725174569888,0.00238936316653814,0.822045994432154,0,1.00949222656023,1.00905314179481 -8273,0.5,0.153725174569888,0.0,0.899083135208169,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.939615314533249,0.153725174569888,0.0,0.805765075289586,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00845981408813,0.153725174569888,0.0,0.989669722088299,0.153725174569888,0.0,0.970716163992183,0.5,0.153725174569888,0.0,0.977622011738969,0.153725174569888,0.0,0.875380075917259,0.5,0.153725174569888,0.0,1.02046576157836,0.153725174569888,0.0,0.931402707102635,0.153725174569888,0.0,0.918866955537435,0.153725174569888,0.0,0.971916790856774,0.153725174569888,0.0,0.985098901609949,0.153725174569888,0.0,0.896820581137333,0.153725174569888,0.0,0.917190767627001,0.5,0.153725174569888,0.0,0.852844736624162,0,1.00966834047029,1.00955499911301 -8274,0.5,0.153725174569888,0.0,0.910896988298137,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.947441719602481,0.153725174569888,0.0,0.801342543892547,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01480631442411,0.153725174569888,0.0,0.997578727055171,0.153725174569888,0.0,0.995326098670169,0.5,0.153725174569888,0.0,0.968973619838594,0.153725174569888,0.0,0.838947232274825,0.5,0.153725174569888,0.0,1.02005129298118,0.153725174569888,0.0,0.954520770010827,0.153725174569888,0.0,0.945784689319481,0.153725174569888,0.0,0.97093486655232,0.153725174569888,0.0,1.00228566232232,0.153725174569888,0.0,0.949908247020968,0.153725174569888,0.0,0.969196392155174,0.5,0.153725174569888,0.0,0.886927721488181,0,1.00943781458201,1.00975585398372 -8275,0.5,0.153725174569888,0.0,0.929947251265782,0.153725174569888,0.0,1.01766171262918,0.153725174569888,0.0,0.967560492048036,0.153725174569888,0.0,0.843577518959199,0.153725174569888,0.0,1.02111614159184,0.153725174569888,0.0,1.00299210930101,0.153725174569888,0.0,1.01387007137004,0.153725174569888,0.0,0.977728865125641,0.5,0.153725174569888,0.0,0.969407975203114,0.153725174569888,0.0,0.788573034668143,0.5,0.153725174569888,0.0,1.01841783822631,0.153725174569888,0.0,0.95748919202843,0.153725174569888,0.0,0.973073694049305,0.153725174569888,0.0,0.955512846597115,0.153725174569888,0.0,1.00979759663571,0.153725174569888,0.0,0.979998919026151,0.153725174569888,0.0,0.990818241771776,0.5,0.153725174569888,0.0,0.923829790891585,0,1.00973519837783,1.00915764282251 -8276,0.5,0.153725174569888,0.0,0.948746443965343,0.153725174569888,0.0,1.01270468143114,0.153725174569888,0.0,0.985589459702497,0.153725174569888,0.0,0.877912315454847,0.153725174569888,0.0,0.989598883225643,0.153725174569888,0.0,0.991833345771965,0.153725174569888,0.0,1.00031745746663,0.153725174569888,0.0,0.945168921807064,0.5,0.153725174569888,0.0,0.949766404872149,0.153725174569888,0.0,0.727554616489008,0.5,0.153725174569888,0.0,1.0089305061135,0.153725174569888,0.0,0.958226620076029,0.153725174569888,0.0,0.941387776917672,0.153725174569888,0.0,0.945495596522899,0.153725174569888,0.0,1.01455076959014,0.153725174569888,0.0,0.972290962766624,0.153725174569888,0.0,0.997276581724461,0.5,0.153725174569888,0.0,0.919744577057147,0,1.00970029816267,1.00913223140773 -8277,0.5,0.153725174569888,0.0,0.950923241236989,0.153725174569888,0.0,1.01643929823656,0.153725174569888,0.0,0.997079374539682,0.153725174569888,0.0,0.870754914304889,0.153725174569888,0.0,0.99202761303819,0.153725174569888,0.0,0.99752742919047,0.153725174569888,0.0,0.972880068624549,0.153725174569888,0.0,0.950802798910682,0.5,0.153725174569888,0.0,0.918273212191012,0.153725174569888,0.0,0.748007202036687,0.5,0.153725174569888,0.0,1.0090055987806,0.153725174569888,0.0,0.948767424561105,0.153725174569888,0.0,0.934367116260167,0.153725174569888,0.0,0.932178450578751,0.153725174569888,0.0,1.00956800725483,0.153725174569888,0.0,0.939588431934708,0.153725174569888,0.0,0.986990009623057,0.5,0.153725174569888,0.0,0.877161829032053,0,1.00783455882387,1.00940064307299 -8278,0.5,0.153725174569888,0.0,0.956373495191727,0.153725174569888,0.0,1.01537048917484,0.153725174569888,0.0,1.00020979891874,0.153725174569888,0.0,0.904175269770453,0.153725174569888,0.0,0.988203341317231,0.153725174569888,0.0,1.00866999447084,0.153725174569888,0.0,0.956539787524721,0.153725174569888,0.0,0.943964812440893,0.5,0.153725174569888,0.0,0.887859917946,0.153725174569888,0.0,0.823242435212729,0.5,0.153725174569888,0.0,1.00760046642487,0.153725174569888,0.0,0.92292759140922,0.153725174569888,0.0,0.954139997350279,0.153725174569888,0.0,0.917008717573138,0.153725174569888,0.0,0.986473710571146,0.153725174569888,0.0,0.924070564424486,0.153725174569888,0.0,0.978892358994205,0.5,0.153725174569888,0.0,0.842570745751782,0,1.00869380215974,1.00881434432226 -8279,0.5,0.153725174569888,0.0,0.941387100949895,0.153725174569888,0.0,0.999222309228529,0.153725174569888,0.0,0.978481997705826,0.153725174569888,0.0,0.94449335073194,0.153725174569888,0.0,0.959330971419367,0.153725174569888,0.0,0.972522042452538,0.153725174569888,0.0,0.964765217148449,0.153725174569888,0.0,0.894031117379055,0.5,0.153725174569888,0.0,0.853944046922541,0.153725174569888,0.0,0.856418825835743,0.5,0.153725174569888,0.0,1.00147558523765,0.153725174569888,0.0,0.903892557393417,0.153725174569888,0.0,0.943019611245576,0.153725174569888,0.0,0.880749983596472,0.153725174569888,0.0,0.963238812591009,0.153725174569888,0.0,0.924543105367674,0.153725174569888,0.0,0.961470673554649,0.5,0.153725174569888,0.0,0.838751754689402,0,1.01015023082607,1.00831190905402 -8280,0.5,0.153725174569888,0.0,0.906854900821523,0.153725174569888,0.0,0.997335506908883,0.153725174569888,0.0,0.955609190215249,0.153725174569888,0.0,0.92299885402354,0.153725174569888,0.0,0.9124791182493,0.153725174569888,0.0,0.939241499499162,0.153725174569888,0.0,0.960816808652053,0.153725174569888,0.0,0.843367820087295,0.5,0.153725174569888,0.0,0.838428669396838,0.153725174569888,0.0,0.797484879339772,0.5,0.153725174569888,0.0,0.989514999523757,0.153725174569888,0.0,0.87987006798457,0.153725174569888,0.0,0.933006873454439,0.153725174569888,0.0,0.838603934067758,0.153725174569888,0.0,0.943790017703757,0.153725174569888,0.0,0.946404125671906,0.153725174569888,0.0,0.934562075062734,0.5,0.153725174569888,0.0,0.842253011922003,0,1.00987135869155,1.00734250156057 -8281,0.5,0.153725174569888,0.0,0.888334999352278,0.153725174569888,0.0,0.982955632113461,0.153725174569888,0.0,0.970019287488798,0.153725174569888,0.0,0.900974998868242,0.153725174569888,0.0,0.912834044383935,0.153725174569888,0.0,0.934492192828339,0.153725174569888,0.0,0.92217170547464,0.153725174569888,0.0,0.827969428900448,0.5,0.153725174569888,0.0,0.898192863116135,0.153725174569888,0.0,0.704267576319606,0.5,0.153725174569888,0.0,0.979219071034722,0.153725174569888,0.0,0.850131630354399,0.153725174569888,0.0,0.928273447469682,0.153725174569888,0.0,0.750573025428966,0.153725174569888,0.0,0.927162478711019,0.153725174569888,0.0,0.914710901709894,0.153725174569888,0.0,0.897147316824472,0.5,0.153725174569888,0.0,0.828100030839387,0,1.00944083409989,1.00594422144592 -8282,0.5,0.153725174569888,0.0,0.886287108500746,0.153725174569888,0.0,0.916352465467528,0.153725174569888,0.0,0.99246082143635,0.153725174569888,0.0,0.911865321737105,0.153725174569888,0.0,0.921787537649613,0.153725174569888,0.0,0.942381866586548,0.153725174569888,0.0,0.865378101025368,0.153725174569888,0.0,0.844430873242436,0.5,0.153725174569888,0.0,0.930164311827724,0.153725174569888,0.0,0.631701694311242,0.5,0.153725174569888,0.0,1.00163770577439,0.153725174569888,0.0,0.811138026825476,0.153725174569888,0.0,0.894453927918539,0.153725174569888,0.0,0.6677906107103,0.153725174569888,0.0,0.884597361346984,0.153725174569888,0.0,0.881565993802959,0.153725174569888,0.0,0.871310477873237,0.5,0.153725174569888,0.0,0.79303638910209,0,1.00990471382056,1.00497019061782 -8283,0.5,0.153725174569888,0.0,0.842147366296589,0.153725174569888,0.0,0.792243527634069,0.153725174569888,0.0,0.962903204091936,0.153725174569888,0.0,0.916230816897225,0.153725174569888,0.0,0.902824886310708,0.153725174569888,0.0,0.934804494116209,0.153725174569888,0.0,0.882615621635367,0.153725174569888,0.0,0.852033603988527,0.5,0.153725174569888,0.0,0.92222882371775,0.153725174569888,0.0,0.524767630816113,0.5,0.153725174569888,0.0,1.01664693881266,0.153725174569888,0.0,0.725111338779934,0.153725174569888,0.0,0.815054615565717,0.153725174569888,0.0,0.64291685404259,0.153725174569888,0.0,0.833097487998797,0.153725174569888,0.0,0.886207291555384,0.153725174569888,0.0,0.873076826613939,0.5,0.153725174569888,0.0,0.751199158751142,0,1.0100425030145,1.00416439251615 -8284,0.5,0.153725174569888,0.0,0.766520054818585,0.153725174569888,0.0,0.779617532106053,0.153725174569888,0.0,0.922044357192098,0.153725174569888,0.0,0.893842820004852,0.153725174569888,0.0,0.831029975678499,0.153725174569888,0.0,0.947721535138269,0.153725174569888,0.0,0.930643834426976,0.153725174569888,0.0,0.852376100037478,0.5,0.153725174569888,0.0,0.907664170615484,0.153725174569888,0.0,0.364408694135964,0.5,0.153725174569888,0.0,1.0105340430419,0.153725174569888,0.0,0.610816530617396,0.153725174569888,0.0,0.716057769784846,0.153725174569888,0.0,0.61997617854013,0.153725174569888,0.0,0.747844807962475,0.153725174569888,0.0,0.914339039294796,0.153725174569888,0.0,0.881115457224607,0.5,0.153725174569888,0.0,0.663267906483859,0,1.00367940713355,1.0016898546473 -8285,0.5,0.153725174569888,0.0,0.692761826363348,0.153725174569888,0.0,0.505190871123951,0.153725174569888,0.0,0.891671966590269,0.153725174569888,0.0,0.852247295530173,0.153725174569888,0.0,0.851614416690933,0.153725174569888,0.0,0.97651432935808,0.153725174569888,0.0,0.937805430833523,0.153725174569888,0.0,0.849611236353608,0.5,0.153725174569888,0.0,0.919301867763757,0.153725174569888,0.0,0.228828288948945,0.5,0.153725174569888,0.0,0.995389246865835,0.153725174569888,0.0,0.474092575731053,0.153725174569888,0.0,0.650142387514916,0.153725174569888,0.0,0.673916545542581,0.153725174569888,0.0,0.681512200693748,0.153725174569888,0.0,0.907284938409819,0.153725174569888,0.0,0.870573652056671,0.5,0.153725174569888,0.0,0.525824389250124,0,0.971593257912123,0.987225213862071 -8286,0.5,0.153725174569888,0.0,0.624561838352023,0.153725174569888,0.0,0.556135895354003,0.153725174569888,0.0,0.914813442586159,0.153725174569888,0.0,0.822291662219162,0.153725174569888,0.0,0.903925145158383,0.153725174569888,0.0,0.965315949441575,0.153725174569888,0.0,0.950038058041142,0.153725174569888,0.0,0.847829501497596,0.5,0.153725174569888,0.0,0.925058736512628,0.153725174569888,0.0,0.154053903617871,0.5,0.153725174569888,0.0,0.958646955246137,0.153725174569888,0.0,0.359073651487714,0.153725174569888,0.0,0.720070984021787,0.153725174569888,0.0,0.695295361016913,0.153725174569888,0.0,0.726260171596125,0.153725174569888,0.0,0.900161972189195,0.153725174569888,0.0,0.830029064033684,0.5,0.153725174569888,0.0,0.388757342744136,0,0.942644270027614,0.977295013037051 -8287,0.5,0.153725174569888,0.0,0.597605597505216,0.153725174569888,0.0,0.626388625930193,0.153725174569888,0.0,0.927899132988859,0.153725174569888,0.0,0.811534455323048,0.153725174569888,0.0,0.973193634558399,0.153725174569888,0.0,0.982111582891501,0.153725174569888,0.0,0.951059648481245,0.153725174569888,0.0,0.900129497856478,0.5,0.153725174569888,0.0,0.92713097554493,0.153725174569888,0.0,0.112203005822026,0.5,0.153725174569888,0.0,0.895147201392406,0.153725174569888,0.0,0.289079646052801,0.153725174569888,0.0,0.729488772347065,0.153725174569888,0.0,0.747621580962224,0.153725174569888,0.0,0.757854152440222,0.153725174569888,0.0,0.914147551060408,0.153725174569888,0.0,0.751845734199658,0.5,0.153725174569888,0.0,0.255026485013892,0,0.950103938025694,0.962544939963309 -8288,0.5,0.153725174569888,0.0,0.629376820886603,0.153725174569888,0.0,0.568031654149219,0.153725174569888,0.0,0.926497906417361,0.153725174569888,0.0,0.797285122010006,0.153725174569888,0.0,1.01883517699544,0.153725174569888,0.0,1.00555675229239,0.153725174569888,0.0,0.964881705556978,0.153725174569888,0.0,0.928128345185784,0.5,0.153725174569888,0.0,0.939943809069588,0.153725174569888,0.0,0.0962393005745214,0.5,0.153725174569888,0.0,0.768671444078515,0.153725174569888,0.0,0.261387001153111,0.153725174569888,0.0,0.76120045188085,0.153725174569888,0.0,0.778188926332927,0.153725174569888,0.0,0.85414458562526,0.153725174569888,0.0,0.92316589487341,0.153725174569888,0.0,0.646473349065753,0.5,0.153725174569888,0.0,0.167977072387932,0,0.917808880594093,0.817859734926801 -8289,0.5,0.153725174569888,0.000205901450720893,0.655910670757502,0.153725174569888,0.0,0.699421028321748,0.153725174569888,0.000779422064494814,0.897774106479923,0.153725174569888,0.00207237470943834,0.779580116442831,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00408725805132,0.153725174569888,0.0,0.999857843289906,0.153725174569888,0.0,0.909444015422603,0.5,0.153725174569888,6.91663415632799e-05,0.949543109552748,0.153725174569888,0.00581311646263516,0.085310166964433,0.5,0.153725174569888,0.00155522794723546,0.643403477972195,0.153725174569888,0.00367833952127098,0.277235502819715,0.153725174569888,0.0,0.710025332730039,0.153725174569888,0.0,0.909104274281238,0.153725174569888,0.0,0.949275406630513,0.153725174569888,2.06370505261752e-05,0.959701448006577,0.153725174569888,0.0019641686902925,0.541626471358794,0.5,0.153725174569888,0.00971273819736966,0.118326394072003,0,0.825399907186544,0.784851195803844 -8290,0.5,0.153725174569888,0.0111744756722154,0.734694371903976,0.153725174569888,0.00216090792858779,0.955867536129094,0.153725174569888,0.0260264967714216,0.949976679329013,0.153725174569888,0.0481511250627387,0.80269755405911,0.153725174569888,0.00261863281697214,1.02173913043478,0.153725174569888,0.00473210234703929,1.00668990481475,0.153725174569888,0.0115021777763797,1.0185621405979,0.153725174569888,0.0123993184375057,0.957039039751997,0.5,0.153725174569888,0.0112828869410246,0.977838093540255,0.153725174569888,0.0975324022198915,0.0594196232256156,0.5,0.153725174569888,0.0518489934084966,0.687748450114769,0.153725174569888,0.0807653707523854,0.304685442041711,0.153725174569888,0.00229267762298594,0.751130998695767,0.153725174569888,0.00209994860288431,0.999312383815635,0.153725174569888,0.011040552924789,0.999873351951561,0.153725174569888,0.00698546888456072,0.994561852145313,0.153725174569888,0.0364897700226404,0.539966721983746,0.5,0.153725174569888,0.105680511129619,0.103317779776014,0,0.865335136470065,1.00935123569825 -8291,0.5,0.153725174569888,0.0320667493387813,0.845342184006418,0.153725174569888,0.00874975745154453,1.02173913043478,0.153725174569888,0.0497640096941126,0.966982377144284,0.153725174569888,0.106226651371051,0.858152494971669,0.153725174569888,0.0110686148882343,1.02173913043478,0.153725174569888,0.025192889559248,1.02173913043478,0.153725174569888,0.0382946711919972,1.02044086313038,0.153725174569888,0.0444191750781398,1.01936108474854,0.5,0.153725174569888,0.0379756523593788,1.00790131968859,0.153725174569888,0.209546606084342,0.0392864439672939,0.5,0.153725174569888,0.119885949518886,0.735520802633169,0.153725174569888,0.180984084036424,0.32428912572589,0.153725174569888,0.0093590480215183,0.899105931471794,0.153725174569888,0.0097120787336335,1.0105964327948,0.153725174569888,0.0343705452448762,1.01676144779033,0.153725174569888,0.0144458966848369,1.01562955216042,0.153725174569888,0.098064870676636,0.606254072115237,0.5,0.153725174569888,0.219796498934845,0.0858083966918306,0,0.931112726801196,1.01143916413886 -8292,0.5,0.153725174569888,0.0458957124160221,0.910562121736354,0.153725174569888,0.0216524413120976,1.02173913043478,0.153725174569888,0.0699621088515116,1.01446434796176,0.153725174569888,0.130194293476619,0.868969737905673,0.153725174569888,0.0295157499100266,1.02173913043478,0.153725174569888,0.0280059343274362,1.02173913043478,0.153725174569888,0.0591982436063301,1.02173913043478,0.153725174569888,0.0566850503859974,1.0216578443851,0.5,0.153725174569888,0.0608222684506695,1.0169901789664,0.153725174569888,0.290349386879357,0.0313050250849493,0.5,0.153725174569888,0.175108976208772,0.819301704218882,0.153725174569888,0.241290137316865,0.351805677479357,0.153725174569888,0.0131609993220204,0.986402030482959,0.153725174569888,0.0217800900740031,1.00836822395594,0.153725174569888,0.0437405290722667,1.0215891356257,0.153725174569888,0.023912759196258,1.02154242391106,0.153725174569888,0.168208188980753,0.643114913866151,0.5,0.153725174569888,0.326258317701807,0.0801190801732065,0,0.934357169906062,1.01140042389271 -8293,0.5,0.153725174569888,0.0496852725795367,0.954180668583564,0.153725174569888,0.0195190379654144,1.02173913043478,0.153725174569888,0.0626618583578288,1.01951615754999,0.153725174569888,0.117412229437109,0.902660440209338,0.153725174569888,0.0238817567585801,1.02173913043478,0.153725174569888,0.017029191932884,1.02173913043478,0.153725174569888,0.0410254695655276,1.02173913043478,0.153725174569888,0.0588813087848813,1.02171463231184,0.5,0.153725174569888,0.0682116615526391,1.01987124801828,0.153725174569888,0.282454001442555,0.0256820631079942,0.5,0.153725174569888,0.212845855800091,0.904613345533215,0.153725174569888,0.264183338568137,0.367660487475848,0.153725174569888,0.015591572648037,1.0081902017337,0.153725174569888,0.0302640161691571,1.00941169701134,0.153725174569888,0.0390425545041815,1.02156101558896,0.153725174569888,0.034072640239984,1.02173913043478,0.153725174569888,0.194814925500246,0.683134492684198,0.5,0.153725174569888,0.351620917010309,0.07069027326236,0,0.988902870609465,1.01143916413886 -8294,0.5,0.153725174569888,0.0356612080197119,0.989617436449464,0.153725174569888,0.0286448223420618,1.02173913043478,0.153725174569888,0.0487059255770361,1.02162709314393,0.153725174569888,0.0996229989622343,0.952525091317704,0.153725174569888,0.00757079304622835,1.02173913043478,0.153725174569888,0.00867310529238142,1.02173913043478,0.153725174569888,0.0237205378350509,1.02173913043478,0.153725174569888,0.0554803868468009,1.02173913043478,0.5,0.153725174569888,0.0613239674608537,1.01910498712175,0.153725174569888,0.229707492494763,0.0222709319545818,0.5,0.153725174569888,0.170606378188701,0.970395499846329,0.153725174569888,0.219944478313291,0.413563428944222,0.153725174569888,0.0183098145598783,1.00309155157929,0.153725174569888,0.014594596124872,1.01303648552226,0.153725174569888,0.0270591321376264,1.02173913043478,0.153725174569888,0.0333596580854362,1.02173913043478,0.153725174569888,0.168498131049283,0.714360431584379,0.5,0.153725174569888,0.302178151053014,0.0519524880611506,0,1.00982827314846,1.01143916413886 -8295,0.5,0.153725174569888,0.0158502196538248,1.01221372421442,0.153725174569888,0.00971434188399791,1.02173913043478,0.153725174569888,0.0365125189179762,1.02169659511743,0.153725174569888,0.0552322366462958,0.981942434954696,0.153725174569888,0.0014911250664032,1.02173913043478,0.153725174569888,0.00679124502086909,1.02173913043478,0.153725174569888,0.00692649666545668,1.02173913043478,0.153725174569888,0.05090272652197,1.02173913043478,0.5,0.153725174569888,0.0490667063288185,1.01698384563668,0.153725174569888,0.110486354909748,0.0257651946882265,0.5,0.153725174569888,0.0903981249367685,0.996394809143932,0.153725174569888,0.115479312944339,0.49730633316327,0.153725174569888,0.0079884262084456,1.00588341738295,0.153725174569888,0.00295631445510887,1.01407660798735,0.153725174569888,0.0100143368991069,1.02173913043478,0.153725174569888,0.0186263768847772,1.02173913043478,0.153725174569888,0.0874948115717046,0.752179219608518,0.5,0.153725174569888,0.191820349548856,0.0421523661537364,0,1.00808854630242,0.880790402355585 -8296,0.5,0.153725174569888,0.000222672236893054,1.01883096925857,0.153725174569888,6.28103620727626e-05,1.02173913043478,0.153725174569888,0.000328586576561723,1.02173208428614,0.153725174569888,0.0,1.00385275088448,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.00101294599603266,1.02173913043478,0.153725174569888,4.78637893702155e-05,1.02173913043478,0.153725174569888,0.00806221204443496,1.02173913043478,0.5,0.153725174569888,0.021179364702081,1.01319445952936,0.153725174569888,0.0249086492102567,0.0501980716234178,0.5,0.153725174569888,0.0167164676455497,0.980024648310302,0.153725174569888,0.04241105151988,0.596951916007876,0.153725174569888,0.000465420452114602,1.00820716742615,0.153725174569888,0.0,1.01419821654467,0.153725174569888,0.000251529771677365,1.02173913043478,0.153725174569888,0.000484046429716179,1.02173913043478,0.153725174569888,0.000186023898989562,0.787844033672277,0.5,0.153725174569888,0.00400856701244225,0.0691305092471434,0,1.00733077766554,0.993265832920918 -8297,0.5,0.153725174569888,0.0,1.02033923074904,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173217745971,0.153725174569888,0.0,1.01858393054681,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.5,0.153725174569888,0.0,1.01626805997861,0.153725174569888,0.0,0.103138783017193,0.5,0.153725174569888,0.0,0.988834472342678,0.153725174569888,0.0,0.629335314399156,0.153725174569888,0.0,0.897812515821334,0.153725174569888,0.0,1.01423130743941,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.82623256454279,0.5,0.153725174569888,0.0,0.112388275876098,0,1.01028803498907,1.00311512262195 -8298,0.5,0.153725174569888,0.0,1.02047238978108,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173210192518,0.153725174569888,0.0,1.02085104360897,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.5,0.153725174569888,0.0,1.01940868296686,0.153725174569888,0.0,0.142241993672717,0.5,0.153725174569888,0.0,1.0083146819326,0.153725174569888,0.0,0.611924748699118,0.153725174569888,0.0,0.909472087508579,0.153725174569888,0.0,1.01425161511275,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.833283134853435,0.5,0.153725174569888,0.0,0.132627600714453,0,1.01028803498907,1.00934338084124 -8299,0.5,0.153725174569888,0.0,1.02047529252769,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173450223548,0.153725174569888,0.0,1.02090052247416,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02166647335474,0.5,0.153725174569888,0.0,1.0187314426348,0.153725174569888,0.0,0.134386070341026,0.5,0.153725174569888,0.0,1.01320435917369,0.153725174569888,0.0,0.607864800783468,0.153725174569888,0.0,1.01213097720408,0.153725174569888,0.0,1.01059863277642,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.848781227201847,0.5,0.153725174569888,0.0,0.118653031906066,0,1.01028803498907,1.00945987087451 -8300,0.5,0.153725174569888,0.0,1.02040749228959,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0217340303686,0.153725174569888,0.0,1.02127143956314,0.153725174569888,0.0,1.01981724876236,0.153725174569888,0.0,1.02068482440789,0.153725174569888,0.0,1.02173438244922,0.153725174569888,0.0,1.0177831547529,0.5,0.153725174569888,0.0,1.01979613235077,0.153725174569888,0.0,0.152065928665025,0.5,0.153725174569888,0.0,1.01436091704684,0.153725174569888,0.0,0.653467790134731,0.153725174569888,0.0,1.01174160079504,0.153725174569888,0.0,0.992469993029934,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.860974192302573,0.5,0.153725174569888,0.0,0.125793054334263,0,1.01028803498907,1.01042522822763 -8301,0.5,0.153725174569888,0.0,1.02027638550182,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173363460101,0.153725174569888,0.0,1.02154735087143,0.153725174569888,0.0,0.9762347599123,0.153725174569888,0.0,0.989933511239724,0.153725174569888,0.0,1.02160537224175,0.153725174569888,0.0,0.977545428261436,0.5,0.153725174569888,0.0,1.02136854093413,0.153725174569888,0.0,0.234929326907239,0.5,0.153725174569888,0.0,1.01624931785859,0.153725174569888,0.0,0.725941696263355,0.153725174569888,0.0,1.00947066425203,0.153725174569888,0.0,0.943419011395357,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.883862068532561,0.5,0.153725174569888,0.0,0.1474400631534,0,1.01028803498907,1.0087167190047 -8302,0.5,0.153725174569888,0.0,1.02013564470655,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173371868355,0.153725174569888,0.0,1.02110325683128,0.153725174569888,0.0,0.84463730618304,0.153725174569888,0.0,0.909272147565835,0.153725174569888,0.0,1.01269391704378,0.153725174569888,0.0,0.897306777082249,0.5,0.153725174569888,0.0,1.02004852032271,0.153725174569888,0.0,0.233091843246182,0.5,0.153725174569888,0.0,1.01890786644577,0.153725174569888,0.0,0.741564161639621,0.153725174569888,0.0,0.97227982098651,0.153725174569888,0.0,0.83999629585032,0.153725174569888,0.0,1.0187805541471,0.153725174569888,0.0,1.01962624110793,0.153725174569888,0.0,0.921291481490303,0.5,0.153725174569888,0.0,0.287201135300113,0,1.01028803498907,1.00540905249006 -8303,0.5,0.153725174569888,0.0,1.01965694890817,0.153725174569888,0.0,0.875563112820005,0.153725174569888,0.0,1.02173610190434,0.153725174569888,0.0,1.02063918025263,0.153725174569888,0.0,0.733117301611427,0.153725174569888,0.0,0.842879372420935,0.153725174569888,0.0,0.991896858097371,0.153725174569888,0.0,0.786480824517055,0.5,0.153725174569888,0.0,0.98186756612546,0.153725174569888,0.0,0.256946586650785,0.5,0.153725174569888,0.0,1.01976098926413,0.153725174569888,0.0,0.733700964456816,0.153725174569888,0.0,0.902020295761057,0.153725174569888,0.0,0.76540772275155,0.153725174569888,0.0,0.990962770537761,0.153725174569888,0.0,0.99109226814418,0.153725174569888,0.0,0.931508924633912,0.5,0.153725174569888,0.0,0.299486934802892,0,1.01028360080189,1.00730203245506 -8304,0.5,0.153725174569888,0.0,1.00951738522658,0.153725174569888,0.0,0.816201570128049,0.153725174569888,0.0,1.02171881998033,0.153725174569888,0.0,1.01880923175799,0.153725174569888,0.0,0.696538951493426,0.153725174569888,0.0,0.764810896410095,0.153725174569888,0.0,0.95993787116455,0.153725174569888,0.0,0.613647188426253,0.5,0.153725174569888,0.0,0.881920376907225,0.153725174569888,0.0,0.252010857143952,0.5,0.153725174569888,0.0,1.01863835614454,0.153725174569888,0.0,0.719159680398675,0.153725174569888,0.0,0.896197715499509,0.153725174569888,0.0,0.782609861619097,0.153725174569888,0.0,0.916134796601088,0.153725174569888,0.0,0.916931445660436,0.153725174569888,0.0,0.929479497768105,0.5,0.153725174569888,0.0,0.246790532304163,0,1.01022588755638,1.00789679102773 -8305,0.5,0.153725174569888,0.0,0.976019204565413,0.153725174569888,0.0,0.934271692554537,0.153725174569888,0.0,1.00645830286807,0.153725174569888,0.0,1.01382170294912,0.153725174569888,0.0,0.757822272518812,0.153725174569888,0.0,0.734767184063987,0.153725174569888,0.0,0.920691386465678,0.153725174569888,0.0,0.484066978411922,0.5,0.153725174569888,0.0,0.74554883445209,0.153725174569888,0.0,0.215966611541094,0.5,0.153725174569888,0.0,1.01527994896261,0.153725174569888,0.0,0.699295843538974,0.153725174569888,0.0,0.882078614822383,0.153725174569888,0.0,0.801958745905646,0.153725174569888,0.0,0.849862541395544,0.153725174569888,0.0,0.852370286360432,0.153725174569888,0.0,0.91111297668734,0.5,0.153725174569888,0.0,0.21787492082116,0,1.00828357635037,1.00816220421345 -8306,0.5,0.153725174569888,0.0,0.930016393586062,0.153725174569888,0.0,0.919123313183752,0.153725174569888,0.0,0.922777542648794,0.153725174569888,0.0,0.99457454466819,0.153725174569888,0.0,0.806321273168339,0.153725174569888,0.0,0.609202611909571,0.153725174569888,0.0,0.884799999344597,0.153725174569888,0.0,0.382384566573891,0.5,0.153725174569888,0.0,0.541845460367522,0.153725174569888,0.0,0.213086191286689,0.5,0.153725174569888,0.0,0.984028178511281,0.153725174569888,0.0,0.634269122961508,0.153725174569888,0.0,0.84848241307321,0.153725174569888,0.0,0.794068185626419,0.153725174569888,0.0,0.817031036501562,0.153725174569888,0.0,0.737545803434001,0.153725174569888,0.0,0.864688456228607,0.5,0.153725174569888,0.0,0.206051248668511,0,1.00731681064723,1.00907674028601 -8307,0.5,0.153725174569888,0.0,0.849886870190316,0.153725174569888,0.0,0.838776704688452,0.153725174569888,0.0,0.784682869103634,0.153725174569888,0.0,0.941283107425098,0.153725174569888,0.0,0.817473676582235,0.153725174569888,0.0,0.565451217310036,0.153725174569888,0.0,0.825383589678037,0.153725174569888,0.0,0.311393210260319,0.5,0.153725174569888,0.0,0.34115799236836,0.153725174569888,0.0,0.149768655291384,0.5,0.153725174569888,0.0,0.958055895073286,0.153725174569888,0.0,0.54859104359081,0.153725174569888,0.0,0.872613183275752,0.153725174569888,0.0,0.844344671954828,0.153725174569888,0.0,0.772164996974349,0.153725174569888,0.0,0.600591172929825,0.153725174569888,0.0,0.791804562025584,0.5,0.153725174569888,0.0,0.198865666181863,0,1.00454616455499,1.0027112169233 -8308,0.5,0.153725174569888,0.0,0.74845144539488,0.153725174569888,0.0,0.88687635418985,0.153725174569888,0.0,0.59476693147639,0.153725174569888,0.0,0.814716018951178,0.153725174569888,0.0,0.833013269635702,0.153725174569888,0.0,0.597817506040937,0.153725174569888,0.0,0.745132642199606,0.153725174569888,0.0,0.237226245056757,0.5,0.153725174569888,0.0,0.205310169290557,0.153725174569888,0.0,0.135900878087151,0.5,0.153725174569888,0.0,0.879096178818441,0.153725174569888,0.0,0.465444432288161,0.153725174569888,0.0,0.926372087663183,0.153725174569888,0.0,0.884683224396215,0.153725174569888,0.0,0.783077824786873,0.153725174569888,0.0,0.491311891062508,0.153725174569888,0.0,0.688478854758748,0.5,0.153725174569888,0.0,0.179922917231395,0,0.996820811691805,1.00754032986263 -8309,0.5,0.153725174569888,0.0,0.663713718120793,0.153725174569888,0.0,0.94549799941553,0.153725174569888,0.0,0.44636801355731,0.153725174569888,0.0,0.654168586215572,0.153725174569888,0.0,0.858276610033196,0.153725174569888,0.0,0.600449409826333,0.153725174569888,0.0,0.70282036111852,0.153725174569888,0.0,0.186432938628131,0.5,0.153725174569888,0.0,0.12539855811296,0.153725174569888,0.0,0.132341868803707,0.5,0.153725174569888,0.0,0.845708349459597,0.153725174569888,0.0,0.379597842558295,0.153725174569888,0.0,0.972586299444141,0.153725174569888,0.0,0.893980279545468,0.153725174569888,0.0,0.791844644878234,0.153725174569888,0.0,0.373922907161637,0.153725174569888,0.0,0.585760750857523,0.5,0.153725174569888,0.0,0.171108228345119,0,1.00056310440281,1.00840119013661 -8310,0.5,0.153725174569888,0.0,0.655434877002614,0.153725174569888,0.0,0.953846149162514,0.153725174569888,0.0,0.399604140318034,0.153725174569888,0.0,0.516833723284872,0.153725174569888,0.0,0.884642450375218,0.153725174569888,0.0,0.588857208231074,0.153725174569888,0.0,0.709747290621292,0.153725174569888,0.0,0.144600248689879,0.5,0.153725174569888,0.0,0.0761338164627854,0.153725174569888,0.0,0.111319179290075,0.5,0.153725174569888,0.0,0.767781241993265,0.153725174569888,0.0,0.303726246337924,0.153725174569888,0.0,0.981545576658719,0.153725174569888,0.0,0.878086735306372,0.153725174569888,0.0,0.792257930923627,0.153725174569888,0.0,0.309110982878219,0.153725174569888,0.0,0.486278256664859,0.5,0.153725174569888,0.0,0.157424099393877,0,1.00521395733533,1.0084803294058 -8311,0.5,0.153725174569888,0.0,0.694589929385309,0.153725174569888,0.0,0.971291973343772,0.153725174569888,0.0,0.396182065892656,0.153725174569888,0.0,0.437367174889452,0.153725174569888,0.0,0.88721016073926,0.153725174569888,0.0,0.562058410489396,0.153725174569888,0.0,0.680807115606279,0.153725174569888,0.0,0.132667982902718,0.5,0.153725174569888,0.0,0.0502410193680567,0.153725174569888,0.0,0.117535805874281,0.5,0.153725174569888,0.0,0.600463806063039,0.153725174569888,0.0,0.260552322748147,0.153725174569888,0.0,0.956826933103666,0.153725174569888,0.0,0.81109160672112,0.153725174569888,0.0,0.809294375376773,0.153725174569888,0.0,0.243558842470227,0.153725174569888,0.0,0.351753971284074,0.5,0.153725174569888,0.0,0.122615027062459,0,1.00777231665755,1.00836091357324 -8312,0.5,0.153725174569888,0.0,0.718289879032543,0.153725174569888,0.0,0.976188110571468,0.153725174569888,0.0,0.354135291762296,0.153725174569888,0.0,0.407319633219617,0.153725174569888,0.0,0.86956545731607,0.153725174569888,0.0,0.545809633772402,0.153725174569888,0.0,0.647262710823003,0.153725174569888,0.0,0.125248865566228,0.5,0.153725174569888,0.0,0.0359971746122617,0.153725174569888,0.0,0.0849198282199523,0.5,0.153725174569888,0.0,0.440416335449452,0.153725174569888,0.0,0.251257661155777,0.153725174569888,0.0,0.874572705586617,0.153725174569888,0.0,0.7469485879361,0.153725174569888,0.0,0.815621860732141,0.153725174569888,0.0,0.212494646106511,0.153725174569888,0.0,0.245764054438569,0.5,0.153725174569888,0.0,0.10482709107587,0,1.00909819880912,0.998674777239642 -8313,0.5,0.153725174569888,0.000419278748994036,0.742044141771459,0.153725174569888,0.0,0.946439082510154,0.153725174569888,0.000648591525637757,0.302363965532822,0.153725174569888,0.0013777849309326,0.366701815476608,0.153725174569888,0.0,0.811953504639787,0.153725174569888,0.0,0.535878342043407,0.153725174569888,0.0,0.640065429907644,0.153725174569888,0.0,0.115221801290021,0.5,0.153725174569888,5.8431531400105e-06,0.0258632675953322,0.153725174569888,0.00376273090797676,0.0748111281847681,0.5,0.153725174569888,0.000164219599684497,0.317142288351605,0.153725174569888,0.00194662014844172,0.242330911580399,0.153725174569888,0.0,0.822644958076342,0.153725174569888,0.0,0.65944275413766,0.153725174569888,0.0,0.812795884359919,0.153725174569888,2.93341934367159e-05,0.212363821489598,0.153725174569888,0.000637628339239469,0.191804072871422,0.5,0.153725174569888,0.00439675314293158,0.0970132431672921,0,1.00943112165818,0.996334077529165 -8314,0.5,0.153725174569888,0.0808710523100308,0.772308004591767,0.153725174569888,0.0129381608014974,0.887225016735934,0.153725174569888,0.0390439637658842,0.347429487588995,0.153725174569888,0.0219865692255507,0.36870610456861,0.153725174569888,0.00735746901810007,0.661314311773781,0.153725174569888,0.0540091718922396,0.485192129116559,0.153725174569888,0.0737977749045338,0.629611543582424,0.153725174569888,0.0388820306440052,0.120476503003191,0.5,0.153725174569888,0.0159960812730708,0.0322545277942745,0.153725174569888,0.0614971186179961,0.0913577055478219,0.5,0.153725174569888,0.00397261894106236,0.215583698833288,0.153725174569888,0.0394938742285597,0.227271758317006,0.153725174569888,0.0030313946878247,0.745808394327475,0.153725174569888,0.00474949063602832,0.548289455060911,0.153725174569888,0.060133815165194,0.808245472117718,0.153725174569888,0.0358002567672429,0.241670048105426,0.153725174569888,0.00923590178185497,0.173608002981769,0.5,0.153725174569888,0.0503656623896673,0.0850766399502894,0,1.00920116623021,0.992579498542577 -8315,0.5,0.153725174569888,0.175235713468052,0.829534914674071,0.153725174569888,0.0277020367949137,0.771816371400623,0.153725174569888,0.104949676456422,0.482403770916249,0.153725174569888,0.0622072668111635,0.449305794654516,0.153725174569888,0.0170465406577917,0.474056912239135,0.153725174569888,0.138312572881952,0.404806297565973,0.153725174569888,0.188503965776433,0.613680705624655,0.153725174569888,0.12730180893933,0.168791060294939,0.5,0.153725174569888,0.0457041519588723,0.0562287328655965,0.153725174569888,0.136140988569033,0.071856239884428,0.5,0.153725174569888,0.0112051442371741,0.14194410202557,0.153725174569888,0.090084976347004,0.230522108624328,0.153725174569888,0.0122383787435532,0.697293782944783,0.153725174569888,0.018536701104833,0.459187290559327,0.153725174569888,0.136722305559592,0.796008944888868,0.153725174569888,0.103829706538827,0.274264369166672,0.153725174569888,0.0247621339409007,0.15304329506525,0.5,0.153725174569888,0.102466623386652,0.0828310318188138,0,1.00607013842081,0.980633726323327 -8316,0.5,0.153725174569888,0.198665556476608,0.810410115403781,0.153725174569888,0.0387100940466659,0.562181701051428,0.153725174569888,0.151702658732802,0.537680719293466,0.153725174569888,0.126539064066496,0.481804770653621,0.153725174569888,0.0293018262489221,0.319447701898074,0.153725174569888,0.166702854040234,0.345608937797468,0.153725174569888,0.224934080305494,0.578648067989475,0.153725174569888,0.20564002414666,0.208678866991261,0.5,0.153725174569888,0.0684772955287616,0.0667437385375412,0.153725174569888,0.193535065918501,0.0631554681063954,0.5,0.153725174569888,0.0204830257351318,0.119109251741155,0.153725174569888,0.129858335979661,0.234472990095375,0.153725174569888,0.028224806689307,0.721691128755486,0.153725174569888,0.0396573750295568,0.388702950043192,0.153725174569888,0.157621755198257,0.729808813018349,0.153725174569888,0.153003715640404,0.279879154640667,0.153725174569888,0.0410068089084235,0.12879430016056,0.5,0.153725174569888,0.122236113935302,0.0916638393890539,0,1.0015885315435,0.938935349842472 -8317,0.5,0.153725174569888,0.156157343010999,0.705200045631981,0.153725174569888,0.0445468741193299,0.39253394003788,0.153725174569888,0.166293712399935,0.52797016870135,0.153725174569888,0.150650409876834,0.473908634831201,0.153725174569888,0.0553434795520682,0.223373355912206,0.153725174569888,0.137038162446154,0.269259281884675,0.153725174569888,0.174834371362733,0.551084371487209,0.153725174569888,0.252282047026641,0.206426429173243,0.5,0.153725174569888,0.0795909771657142,0.0600216225703726,0.153725174569888,0.216853920297312,0.0648364935502251,0.5,0.153725174569888,0.0236509742429064,0.0881162969979343,0.153725174569888,0.123528713457229,0.232004177146011,0.153725174569888,0.0432790767196502,0.764798794791918,0.153725174569888,0.083048577572826,0.354256721275682,0.153725174569888,0.130415098900519,0.606084946680024,0.153725174569888,0.178668293736318,0.282258423801293,0.153725174569888,0.0453201648612487,0.0980601361827184,0.5,0.153725174569888,0.107403840400235,0.100948336196068,0,0.986073282329939,0.74243837426039 -8318,0.5,0.153725174569888,0.0756823672832652,0.583221987830954,0.153725174569888,0.0463155551684472,0.326353695788184,0.153725174569888,0.146516030444348,0.477722593665032,0.153725174569888,0.131787239853042,0.433786924691212,0.153725174569888,0.0680234860038577,0.159011570214338,0.153725174569888,0.0882610001201262,0.209373282424135,0.153725174569888,0.0656193435819323,0.469907846472623,0.153725174569888,0.268099006398715,0.169997917994128,0.5,0.153725174569888,0.0778241701456025,0.0529587949607114,0.153725174569888,0.182464629704521,0.0620686014810708,0.5,0.153725174569888,0.0213140493058842,0.0654801608765297,0.153725174569888,0.0876641684841998,0.195077481473161,0.153725174569888,0.0377867042619094,0.77012817590968,0.153725174569888,0.13005744517363,0.275496078591306,0.153725174569888,0.0690537713424803,0.461794116328826,0.153725174569888,0.150731307301478,0.253657422047788,0.153725174569888,0.0370393891329084,0.0693640994782425,0.5,0.153725174569888,0.0881878761149904,0.111755725705037,0,0.974431574298287,0.605605322702663 -8319,0.5,0.153725174569888,0.015692308893172,0.462557050922846,0.153725174569888,0.00953957036791375,0.188630940898953,0.153725174569888,0.085618139885454,0.383875812177401,0.153725174569888,0.068732935423535,0.36229744420613,0.153725174569888,0.0733781428447565,0.123775541484636,0.153725174569888,0.0385697094682855,0.164083115309361,0.153725174569888,0.0225822910017925,0.302064684952046,0.153725174569888,0.216601427547315,0.121303936876063,0.5,0.153725174569888,0.0624520089996782,0.037962750810136,0.153725174569888,0.0950265411104515,0.0863947820141305,0.5,0.153725174569888,0.0145402894360795,0.042168201797332,0.153725174569888,0.0469127291486999,0.124240719064125,0.153725174569888,0.0339619394674774,0.765665513651201,0.153725174569888,0.135760425267145,0.195256745091949,0.153725174569888,0.0213991158002016,0.358743073467877,0.153725174569888,0.0716433653882532,0.202199399761734,0.153725174569888,0.0216519432893499,0.0461073315078004,0.5,0.153725174569888,0.0549955883544296,0.142305903967027,0,0.971271481418301,0.56338685586809 -8320,0.5,0.153725174569888,0.000106415621953405,0.379339039535086,0.153725174569888,0.0,0.136112366568348,0.153725174569888,0.0,0.313436558003303,0.153725174569888,3.10690716150726e-05,0.276531001951208,0.153725174569888,0.0,0.127160007601702,0.153725174569888,0.00407760913674318,0.121635469617698,0.153725174569888,0.000210843114825873,0.188507934363456,0.153725174569888,0.0403458985184428,0.0815042983886834,0.5,0.153725174569888,0.022123280288217,0.0160988387657617,0.153725174569888,0.0184730404442118,0.101223837305534,0.5,0.153725174569888,0.00324345593327295,0.0203258401481492,0.153725174569888,0.0111718821670634,0.0715058848645531,0.153725174569888,4.47198047631567e-05,0.631782860260735,0.153725174569888,0.0,0.236071031352292,0.153725174569888,0.000334842562984961,0.21446009541359,0.153725174569888,0.000332314135559841,0.140533353991337,0.153725174569888,0.000156802611773402,0.0304800688573751,0.5,0.153725174569888,0.00117943808534619,0.122187860917128,0,0.981705909903599,0.501782980866276 -8321,0.5,0.153725174569888,0.0,0.346980314396506,0.153725174569888,0.0,0.069771569458782,0.153725174569888,0.0,0.27126588888935,0.153725174569888,0.0,0.229311937342052,0.153725174569888,0.0,0.142584730422,0.153725174569888,0.0,0.101122259551431,0.153725174569888,0.0,0.123924201618291,0.153725174569888,0.0,0.0660017747837757,0.5,0.153725174569888,0.0,0.0117213446047111,0.153725174569888,0.0,0.103849333023314,0.5,0.153725174569888,0.0,0.00888691032380757,0.153725174569888,0.0,0.0533960564717813,0.153725174569888,0.0,0.484540784589912,0.153725174569888,0.0,0.296766674160575,0.153725174569888,0.0,0.14728000121844,0.153725174569888,0.0,0.0908256766253186,0.153725174569888,0.0,0.0223882236701778,0.5,0.153725174569888,0.0,0.113735855386238,0,0.975386129485706,0.583038989165105 -8322,0.5,0.153725174569888,0.0,0.28581786962314,0.153725174569888,0.0,0.0926674035630806,0.153725174569888,0.0,0.223425002026944,0.153725174569888,0.0,0.209877752270303,0.153725174569888,0.0,0.133448402932618,0.153725174569888,0.0,0.098591292398581,0.153725174569888,0.0,0.0995390190931246,0.153725174569888,0.0,0.0580493296636518,0.5,0.153725174569888,0.0,0.0093572658474527,0.153725174569888,0.0,0.0868865569860145,0.5,0.153725174569888,0.0,0.00392954884818193,0.153725174569888,0.0,0.0402683564821527,0.153725174569888,0.0,0.40813630692011,0.153725174569888,0.0,0.318389188838899,0.153725174569888,0.0,0.153780234622295,0.153725174569888,0.0,0.0631907289922083,0.153725174569888,0.0,0.0191099523977861,0.5,0.153725174569888,0.0,0.0982599939655362,0,0.947419382090027,0.843034883312006 -8323,0.5,0.153725174569888,0.0,0.235071805694742,0.153725174569888,0.0,0.1336576778814,0.153725174569888,0.0,0.172469587885264,0.153725174569888,0.0,0.190914980198422,0.153725174569888,0.0,0.126662845765247,0.153725174569888,0.0,0.0943742857503176,0.153725174569888,0.0,0.0859932280032023,0.153725174569888,0.0,0.0422913339844978,0.5,0.153725174569888,0.0,0.00660721833796221,0.153725174569888,0.0,0.0735014519047865,0.5,0.153725174569888,0.0,0.00219595790942525,0.153725174569888,0.0,0.027438741196989,0.153725174569888,0.0,0.299823766579694,0.153725174569888,0.0,0.357434091428641,0.153725174569888,0.0,0.193485175021689,0.153725174569888,0.0,0.049971760256052,0.153725174569888,0.0,0.0140081250163951,0.5,0.153725174569888,0.0,0.0747248239232859,0,0.946623349716412,0.921915361999705 -8324,0.5,0.153725174569888,0.0,0.21202217807214,0.153725174569888,0.0,0.338346722356321,0.153725174569888,0.0,0.128881847561882,0.153725174569888,0.0,0.161441426803242,0.153725174569888,0.0,0.119803965937759,0.153725174569888,0.0,0.080962762409479,0.153725174569888,0.0,0.0780224694553856,0.153725174569888,0.0,0.0291990255191182,0.5,0.153725174569888,0.0,0.00446766249249807,0.153725174569888,0.0,0.0652162057499651,0.5,0.153725174569888,0.0,0.00186858875368354,0.153725174569888,0.0,0.0195432219339129,0.153725174569888,0.0,0.251194767315376,0.153725174569888,0.0,0.376865592337177,0.153725174569888,0.0,0.210948038563755,0.153725174569888,0.0,0.0378470786228932,0.153725174569888,0.0,0.0103821711068997,0.5,0.153725174569888,0.0,0.0522104544419483,0,0.951949708820076,0.868919546649515 -8325,0.5,0.153725174569888,0.0,0.199452615967034,0.153725174569888,0.0,0.507534503847844,0.153725174569888,0.0,0.0911080160406675,0.153725174569888,0.0,0.126298192032581,0.153725174569888,0.0,0.120561603670219,0.153725174569888,0.0,0.066007479092078,0.153725174569888,0.0,0.07549502465862,0.153725174569888,0.0,0.0200481061204658,0.5,0.153725174569888,0.0,0.00250406205168965,0.153725174569888,0.0,0.0538954909378069,0.5,0.153725174569888,0.0,0.00113905796727087,0.153725174569888,0.0,0.0147112594033888,0.153725174569888,0.0,0.247502655713435,0.153725174569888,0.0,0.349939493788822,0.153725174569888,0.0,0.199473588918355,0.153725174569888,0.0,0.0290325558564019,0.153725174569888,0.0,0.00824430641228162,0.5,0.153725174569888,0.0,0.0323651605901692,0,0.950678860663652,0.846774180331322 -8326,0.5,0.153725174569888,0.0,0.187391071582715,0.153725174569888,0.0,0.470880362427614,0.153725174569888,0.0,0.0602666222686722,0.153725174569888,0.0,0.0841667884613382,0.153725174569888,0.0,0.111724861448869,0.153725174569888,0.0,0.0567366303269243,0.153725174569888,0.0,0.0780898825048242,0.153725174569888,0.0,0.0137001186362199,0.5,0.153725174569888,0.0,0.00130980953589205,0.153725174569888,0.0,0.0479465380676341,0.5,0.153725174569888,0.0,0.000843485791271692,0.153725174569888,0.0,0.0118697907424263,0.153725174569888,0.0,0.310143563253568,0.153725174569888,0.0,0.328933289372346,0.153725174569888,0.0,0.174670500731235,0.153725174569888,0.0,0.0241556316650904,0.153725174569888,0.0,0.00586054638563605,0.5,0.153725174569888,0.0,0.023195956041659,0,0.938136507561055,0.906109352665471 -8327,0.5,0.153725174569888,0.0,0.195595038558849,0.153725174569888,0.0,0.50733351266648,0.153725174569888,0.0,0.0383016402673496,0.153725174569888,0.0,0.0615566477261847,0.153725174569888,0.0,0.116609709742184,0.153725174569888,0.0,0.0627849146311449,0.153725174569888,0.0,0.078653348332204,0.153725174569888,0.0,0.0112776457264658,0.5,0.153725174569888,0.0,0.000900840447810282,0.153725174569888,0.0,0.0344502491456825,0.5,0.153725174569888,0.0,0.000616810470868739,0.153725174569888,0.0,0.00876784296445215,0.153725174569888,0.0,0.389093005388597,0.153725174569888,0.0,0.317225066012732,0.153725174569888,0.0,0.155963065411275,0.153725174569888,0.0,0.020632855800485,0.153725174569888,0.0,0.00348164035771534,0.5,0.153725174569888,0.0,0.0174410374366486,0,0.885783532280122,0.924624305276029 -8328,0.5,0.153725174569888,0.0,0.212419191416533,0.153725174569888,0.0,0.472903601249232,0.153725174569888,0.0,0.0226542458464979,0.153725174569888,0.0,0.0474071594716989,0.153725174569888,0.0,0.125228615146076,0.153725174569888,0.0,0.0734222407053769,0.153725174569888,0.0,0.0804296708085017,0.153725174569888,0.0,0.0101423584223064,0.5,0.153725174569888,0.0,0.000565960268610665,0.153725174569888,0.0,0.0315131049955614,0.5,0.153725174569888,0.0,0.000287799061866765,0.153725174569888,0.0,0.00709318070529905,0.153725174569888,0.0,0.436012768668543,0.153725174569888,0.0,0.328186692124479,0.153725174569888,0.0,0.133796827479219,0.153725174569888,0.0,0.0184019220442675,0.153725174569888,0.0,0.00189617130148329,0.5,0.153725174569888,0.0,0.0137110386885522,0,0.849925867043839,0.917375327053568 -8329,0.5,0.153725174569888,0.0,0.235631355260536,0.153725174569888,0.0,0.358902409745013,0.153725174569888,0.0,0.0165504456141959,0.153725174569888,0.0,0.0417116241564798,0.153725174569888,0.0,0.132779713644577,0.153725174569888,0.0,0.0785751707586581,0.153725174569888,0.0,0.0854804447503849,0.153725174569888,0.0,0.00963913538993713,0.5,0.153725174569888,0.0,0.000325953320141858,0.153725174569888,0.0,0.0335087046683507,0.5,0.153725174569888,0.0,7.83258000249168e-06,0.153725174569888,0.0,0.00733857742159159,0.153725174569888,0.0,0.483457902240911,0.153725174569888,0.0,0.344604776562228,0.153725174569888,0.0,0.114973465066874,0.153725174569888,0.0,0.01589893412969,0.153725174569888,0.0,0.00130954213948259,0.5,0.153725174569888,0.0,0.0114264481407981,0,0.84170878361855,0.911792398299506 -8330,0.5,0.153725174569888,0.0,0.254667802197137,0.153725174569888,0.0,0.247876335281182,0.153725174569888,0.0,0.0151044583009793,0.153725174569888,0.0,0.0312604377040091,0.153725174569888,0.0,0.13728176870013,0.153725174569888,0.0,0.085669779276948,0.153725174569888,0.0,0.0857637888225087,0.153725174569888,0.0,0.00927200074351029,0.5,0.153725174569888,0.0,0.000177390826679049,0.153725174569888,0.0,0.0396935595064099,0.5,0.153725174569888,0.0,1.73038486696498e-05,0.153725174569888,0.0,0.00750120000952486,0.153725174569888,0.0,0.562133548934582,0.153725174569888,0.0,0.368630684313057,0.153725174569888,0.0,0.104354298402073,0.153725174569888,0.0,0.0122178204896699,0.153725174569888,0.0,0.00121597991356512,0.5,0.153725174569888,0.0,0.0111966655425506,0,0.868279966750063,0.911258350550753 -8331,0.5,0.153725174569888,0.0,0.238655373285247,0.153725174569888,0.0,0.228693722846041,0.153725174569888,0.0,0.0174463824133522,0.153725174569888,0.0,0.0208368054827067,0.153725174569888,0.0,0.157517607430543,0.153725174569888,0.0,0.0980329685697408,0.153725174569888,0.0,0.0891352281631082,0.153725174569888,0.0,0.0104738389841206,0.5,0.153725174569888,0.0,0.000149430781772763,0.153725174569888,0.0,0.0389383047314761,0.5,0.153725174569888,0.0,1.81203978152162e-05,0.153725174569888,0.0,0.00743298716577594,0.153725174569888,0.0,0.588223162491316,0.153725174569888,0.0,0.402564331739709,0.153725174569888,0.0,0.1058414265278,0.153725174569888,0.0,0.0125486586013794,0.153725174569888,0.0,0.00148344414269312,0.5,0.153725174569888,0.0,0.0123519130349172,0,0.873665612241188,0.950233200274344 -8332,0.5,0.153725174569888,0.0,0.216462565647606,0.153725174569888,0.0,0.249060683717272,0.153725174569888,0.0,0.0191049974014684,0.153725174569888,0.0,0.0140986401506848,0.153725174569888,0.0,0.184750818508028,0.153725174569888,0.0,0.110819984096299,0.153725174569888,0.0,0.100047058214715,0.153725174569888,0.0,0.0147120367783949,0.5,0.153725174569888,0.0,0.00026265436850644,0.153725174569888,0.0,0.0388612842123202,0.5,0.153725174569888,0.0,3.69027953167582e-05,0.153725174569888,0.0,0.00660784268323158,0.153725174569888,0.0,0.591050492166599,0.153725174569888,0.0,0.41447300114953,0.153725174569888,0.0,0.114678506511196,0.153725174569888,0.0,0.0141995775838218,0.153725174569888,0.0,0.00159449178953015,0.5,0.153725174569888,0.0,0.0130616294468934,0,0.886348581998824,0.997696360103143 -8333,0.5,0.153725174569888,0.0,0.191975710844275,0.153725174569888,0.0,0.251192422345506,0.153725174569888,0.0,0.0185030053664102,0.153725174569888,0.0,0.0118229392950939,0.153725174569888,0.0,0.214967554227917,0.153725174569888,0.0,0.113632264549569,0.153725174569888,0.0,0.106802008518856,0.153725174569888,0.0,0.0195624200541532,0.5,0.153725174569888,0.0,0.00027778712391363,0.153725174569888,0.0,0.0352453719120681,0.5,0.153725174569888,0.0,8.8766251859998e-06,0.153725174569888,0.0,0.00686919841922314,0.153725174569888,0.0,0.580051559081375,0.153725174569888,0.0,0.418385519480396,0.153725174569888,0.0,0.123074145801413,0.153725174569888,0.0,0.0188302789488177,0.153725174569888,0.0,0.00112433618890674,0.5,0.153725174569888,0.0,0.0129877541187362,0,0.928232307947044,1.00480901077234 -8334,0.5,0.153725174569888,0.0,0.176364399163996,0.153725174569888,0.0,0.278284145204019,0.153725174569888,0.0,0.0179843910335348,0.153725174569888,0.0,0.0126490217634738,0.153725174569888,0.0,0.246596706021357,0.153725174569888,0.0,0.11205186357631,0.153725174569888,0.0,0.107265058611525,0.153725174569888,0.0,0.0228153883725089,0.5,0.153725174569888,0.0,0.000279656063185536,0.153725174569888,0.0,0.0399393791556879,0.5,0.153725174569888,0.0,1.82271488094724e-05,0.153725174569888,0.0,0.00848660869218654,0.153725174569888,0.0,0.602276382781083,0.153725174569888,0.0,0.427733082691791,0.153725174569888,0.0,0.12979966285063,0.153725174569888,0.0,0.0244486271334907,0.153725174569888,0.0,0.000826291298502106,0.5,0.153725174569888,0.0,0.0140029231458341,0,0.924827607433258,1.00485287124916 -8335,0.5,0.153725174569888,0.0,0.166430189800584,0.153725174569888,0.0,0.307648181524497,0.153725174569888,0.0,0.0168214392666395,0.153725174569888,0.0,0.0145888783417627,0.153725174569888,0.0,0.273571714185766,0.153725174569888,0.0,0.119563324943668,0.153725174569888,0.0,0.121772087709583,0.153725174569888,0.0,0.0239948136801002,0.5,0.153725174569888,0.0,0.000502517849374935,0.153725174569888,0.0,0.0397679681322943,0.5,0.153725174569888,0.0,2.26635414662522e-05,0.153725174569888,0.0,0.0103478273100344,0.153725174569888,0.0,0.63083737765012,0.153725174569888,0.0,0.434836229047762,0.153725174569888,0.0,0.131281476731504,0.153725174569888,0.0,0.0401926003442566,0.153725174569888,0.0,0.000435329014265398,0.5,0.153725174569888,0.0,0.0176520998714956,0,0.85447461680523,1.00504906052622 -8336,0.5,0.153725174569888,0.0,0.169662702433499,0.153725174569888,0.0,0.321354334988583,0.153725174569888,0.0,0.0138495510475216,0.153725174569888,0.0,0.0162739369094687,0.153725174569888,0.0,0.271832193233751,0.153725174569888,0.0,0.153428168030626,0.153725174569888,0.0,0.125819883729803,0.153725174569888,0.0,0.0261028656100236,0.5,0.153725174569888,0.0,0.00106843339771331,0.153725174569888,0.0,0.0453586183724294,0.5,0.153725174569888,0.0,4.45188990717977e-05,0.153725174569888,0.0,0.0106577547636473,0.153725174569888,0.0,0.643016783651886,0.153725174569888,0.0,0.445142296980832,0.153725174569888,0.0,0.12965063126902,0.153725174569888,0.0,0.0462569433329117,0.153725174569888,0.0,0.000271239925907586,0.5,0.153725174569888,0.0,0.0204212056938821,0,0.768299382157046,1.00542223979234 -8337,0.5,0.153725174569888,0.000322433030867653,0.178809691473229,0.153725174569888,0.0,0.324952344460056,0.153725174569888,0.000915734975128187,0.0129413488181243,0.153725174569888,0.00123604719325315,0.0169352572133364,0.153725174569888,0.0,0.278073115884563,0.153725174569888,0.0,0.137396777973608,0.153725174569888,0.0,0.129587074640946,0.153725174569888,0.0,0.0359108581477337,0.5,0.153725174569888,2.35682091859942e-05,0.0015210885521089,0.153725174569888,0.00250869767219802,0.0541862344355812,0.5,0.153725174569888,0.000369434312961957,0.000117748425098808,0.153725174569888,0.000976907363210244,0.0100343380322727,0.153725174569888,0.0,0.645505022571428,0.153725174569888,0.0,0.473628127115189,0.153725174569888,0.0,0.133853197667946,0.153725174569888,1.33121873222936e-05,0.0488051670909145,0.153725174569888,0.00102361169534385,0.000260870213070981,0.5,0.153725174569888,0.00394142498041237,0.0193496110501855,0,0.795453034071612,1.00620254254843 -8338,0.5,0.153725174569888,0.0581436333937146,0.184533407691085,0.153725174569888,0.069615936108737,0.32385461228539,0.153725174569888,0.0462748082562951,0.0171280717368873,0.153725174569888,0.0267303982982785,0.0210703236353362,0.153725174569888,0.0194220717575803,0.29361672475206,0.153725174569888,0.00833102484073864,0.145626867860569,0.153725174569888,0.0103536392359608,0.169001315084244,0.153725174569888,0.0233229440019982,0.0477581571367588,0.5,0.153725174569888,0.079015123400962,0.00158204537525929,0.153725174569888,0.0400302466911915,0.0353171065037165,0.5,0.153725174569888,0.0171995294194112,0.00012973718067375,0.153725174569888,0.01763129877912,0.00776576449597316,0.153725174569888,0.0381157721881612,0.662492524435422,0.153725174569888,0.0507173297027549,0.507780523698359,0.153725174569888,0.0324384736580605,0.152270808191456,0.153725174569888,0.0320136867976224,0.0626355643803515,0.153725174569888,0.0296874691133795,0.000332233776812532,0.5,0.153725174569888,0.0405808313616496,0.015664217400457,0,0.843965658657922,1.00670586430188 -8339,0.5,0.153725174569888,0.126399169595037,0.193101246300651,0.153725174569888,0.206954253393604,0.366530599121253,0.153725174569888,0.115990513282208,0.0457190907149641,0.153725174569888,0.0718735234724512,0.0282082453509913,0.153725174569888,0.0805079901831374,0.33178934361884,0.153725174569888,0.0744421319695901,0.199825355888297,0.153725174569888,0.0408398453430905,0.25395481915043,0.153725174569888,0.086841520369969,0.0500953227212828,0.5,0.153725174569888,0.215228757275822,0.00268238756366326,0.153725174569888,0.0753244769494797,0.0268108840334476,0.5,0.153725174569888,0.0470836543368141,0.000167103365006062,0.153725174569888,0.0390510821379815,0.00612214104621506,0.153725174569888,0.160639736431512,0.706733563651758,0.153725174569888,0.186765954746531,0.542207905974523,0.153725174569888,0.0721457628994256,0.193371852543116,0.153725174569888,0.113651788256996,0.0822313005447981,0.153725174569888,0.0769644787128084,0.000419113953073217,0.5,0.153725174569888,0.0738781149989625,0.0114786186996882,0,0.845488355290985,1.00700747623569 -8340,0.5,0.153725174569888,0.179944227929435,0.20747127160535,0.153725174569888,0.27356873818562,0.426160907714835,0.153725174569888,0.192039773718049,0.0827529358266087,0.153725174569888,0.139228838382294,0.0379981040686935,0.153725174569888,0.2632971210857,0.368774490248571,0.153725174569888,0.278869964932092,0.262014462360942,0.153725174569888,0.0606310976767871,0.332577056304834,0.153725174569888,0.20532748606324,0.0477008438791497,0.5,0.153725174569888,0.316148885283245,0.00675078467766647,0.153725174569888,0.104848091111813,0.0187992684261118,0.5,0.153725174569888,0.0726927823490954,0.00016835854109562,0.153725174569888,0.0608009359198641,0.00423734363768008,0.153725174569888,0.269605836759369,0.759992178456144,0.153725174569888,0.299995221793022,0.571602374939408,0.153725174569888,0.0875891795665494,0.214578843172532,0.153725174569888,0.221060253683121,0.10630521540607,0.153725174569888,0.122185653890759,0.00109037640594304,0.5,0.153725174569888,0.0979771660361942,0.00860465198995204,0,0.825147447632912,1.00752388145597 -8341,0.5,0.153725174569888,0.170129724578604,0.206646337546128,0.153725174569888,0.291569048990957,0.413612491406248,0.153725174569888,0.242626964669136,0.0852861492971464,0.153725174569888,0.175415512435064,0.046274991485103,0.153725174569888,0.342696288645009,0.377704505710146,0.153725174569888,0.357747496750475,0.307193415448604,0.153725174569888,0.0860962247041592,0.353942067752912,0.153725174569888,0.345414549618899,0.0498283837142983,0.5,0.153725174569888,0.362935865019831,0.0103656309258358,0.153725174569888,0.101724028416271,0.0122575647458604,0.5,0.153725174569888,0.0840001023204259,0.000594602404665033,0.153725174569888,0.0675357853788379,0.0030732979791611,0.153725174569888,0.299023603348142,0.77436850137991,0.153725174569888,0.357979999020556,0.593911066002729,0.153725174569888,0.07569120856417,0.229231173727474,0.153725174569888,0.311108141730049,0.116623471436316,0.153725174569888,0.134613118875969,0.00237744848109412,0.5,0.153725174569888,0.0983082101116497,0.00732761368397533,0,0.80104078627136,1.00781895241532 -8342,0.5,0.153725174569888,0.119989646395149,0.195085154747105,0.153725174569888,0.316609335882904,0.408974611627942,0.153725174569888,0.256928296545178,0.0739101191051577,0.153725174569888,0.173828022262435,0.0409175002241652,0.153725174569888,0.353044459737443,0.402719983273064,0.153725174569888,0.353586187956503,0.318991152492078,0.153725174569888,0.157921272930163,0.359403023130737,0.153725174569888,0.387901260568889,0.0509342258576509,0.5,0.153725174569888,0.352528212419018,0.0107251993623248,0.153725174569888,0.100846596682514,0.0100137233865272,0.5,0.153725174569888,0.0927359984277884,0.0047171162440234,0.153725174569888,0.0607912653088097,0.00365142885480687,0.153725174569888,0.27123984008333,0.76416178443761,0.153725174569888,0.338380614940526,0.602007715625192,0.153725174569888,0.0723973121122354,0.231754121391643,0.153725174569888,0.306708174981573,0.117631874282808,0.153725174569888,0.120945884538003,0.00543937525248066,0.5,0.153725174569888,0.0975435268132885,0.00665298590643494,0,0.779632155936768,1.00783827868796 -8343,0.5,0.153725174569888,0.037771449432009,0.181492089991383,0.153725174569888,0.144584113545308,0.486449005098876,0.153725174569888,0.1936884255519,0.0384943025329317,0.153725174569888,0.103563333623167,0.0263932375212185,0.153725174569888,0.261877155220893,0.482066164965198,0.153725174569888,0.287798631077976,0.266161895613278,0.153725174569888,0.150022554941034,0.312379579503966,0.153725174569888,0.276409218065182,0.0401347819879495,0.5,0.153725174569888,0.25882238839639,0.00958397344576961,0.153725174569888,0.0487682453402883,0.0116473833090057,0.5,0.153725174569888,0.0616437861009878,0.0176733048648117,0.153725174569888,0.0378302514143409,0.00768769435272389,0.153725174569888,0.152932174209917,0.781591278173363,0.153725174569888,0.206049296450703,0.625343396278059,0.153725174569888,0.0543946373434799,0.231318518408315,0.153725174569888,0.237188888417262,0.0956040812419686,0.153725174569888,0.0818715066044294,0.0113459938109019,0.5,0.153725174569888,0.0590443568090501,0.0075338784861956,0,0.788766005786024,1.00823531125565 -8344,0.5,0.153725174569888,0.0,0.152690944747486,0.153725174569888,0.0,0.473746095769557,0.153725174569888,0.0,0.0189929976763754,0.153725174569888,0.0,0.0198089770390602,0.153725174569888,0.0,0.564529614514982,0.153725174569888,0.0217362213732915,0.232354650362328,0.153725174569888,0.000782942461367412,0.181313645091594,0.153725174569888,0.0409008063335636,0.0453200132162824,0.5,0.153725174569888,0.0551307449111148,0.00973397451897859,0.153725174569888,0.0146905143826917,0.0140586880797748,0.5,0.153725174569888,0.0218899465494807,0.0124860514795091,0.153725174569888,0.0115555042642755,0.0177742380885854,0.153725174569888,0.0,0.777247733984078,0.153725174569888,0.0,0.657149709257413,0.153725174569888,0.0,0.202837323166932,0.153725174569888,0.000554684137832794,0.0622274715263015,0.153725174569888,0.000276028094814719,0.0120931151603764,0.5,0.153725174569888,0.00322247823787077,0.0102332799606089,0,0.829255995379296,1.00867801951216 -8345,0.5,0.153725174569888,0.0,0.139774710634273,0.153725174569888,0.0,0.459640810171023,0.153725174569888,0.0,0.0168848113496165,0.153725174569888,0.0,0.0157640155910866,0.153725174569888,0.0,0.556585406126756,0.153725174569888,0.0,0.227792443307266,0.153725174569888,0.0,0.131552490719715,0.153725174569888,0.0,0.0566682533515014,0.5,0.153725174569888,0.0,0.0122598461719031,0.153725174569888,0.0,0.0160359125346123,0.5,0.153725174569888,0.0,0.0065530067012691,0.153725174569888,0.0,0.0304473568597892,0.153725174569888,0.0,0.790932941741527,0.153725174569888,0.0,0.680618123000434,0.153725174569888,0.0,0.194748876934805,0.153725174569888,0.0,0.0449642807840304,0.153725174569888,0.0,0.0123139428379885,0.5,0.153725174569888,0.0,0.0147176062943346,0,0.861962682270089,1.00868104453172 -8346,0.5,0.153725174569888,0.0,0.141300620213994,0.153725174569888,0.0,0.444685316876303,0.153725174569888,0.0,0.0182055653578999,0.153725174569888,0.0,0.0131891959304647,0.153725174569888,0.0,0.486800834281288,0.153725174569888,0.0,0.231272824469166,0.153725174569888,0.0,0.158316415655809,0.153725174569888,0.0,0.0666426631676142,0.5,0.153725174569888,0.0,0.0139311462587021,0.153725174569888,0.0,0.0201977495099694,0.5,0.153725174569888,0.0,0.002350512665519,0.153725174569888,0.0,0.0399538674717673,0.153725174569888,0.0,0.809840398500708,0.153725174569888,0.0,0.684302051673008,0.153725174569888,0.0,0.189444320676247,0.153725174569888,0.0,0.0523456959192447,0.153725174569888,0.0,0.0127119497721427,0.5,0.153725174569888,0.0,0.0176005735644948,0,0.886169058571872,1.00848459528535 -8347,0.5,0.153725174569888,0.0,0.157492998816682,0.153725174569888,0.0,0.465127544984341,0.153725174569888,0.0,0.0224405084963824,0.153725174569888,0.0,0.017156035279923,0.153725174569888,0.0,0.449405324963729,0.153725174569888,0.0,0.234549610305307,0.153725174569888,0.0,0.183403659084939,0.153725174569888,0.0,0.0773234898912853,0.5,0.153725174569888,0.0,0.0141902963031429,0.153725174569888,0.0,0.0267292862638507,0.5,0.153725174569888,0.0,0.00108109464247689,0.153725174569888,0.0,0.0464459334946172,0.153725174569888,0.0,0.831408659104344,0.153725174569888,0.0,0.665267799750703,0.153725174569888,0.0,0.180024882921274,0.153725174569888,0.0,0.060069648106783,0.153725174569888,0.0,0.0124729448312553,0.5,0.153725174569888,0.0,0.0207896236103102,0,0.899928512208572,1.00850264548065 -8348,0.5,0.153725174569888,0.0,0.162924785005723,0.153725174569888,0.0,0.432364240611727,0.153725174569888,0.0,0.0318645691211568,0.153725174569888,0.0,0.0261130123512546,0.153725174569888,0.0,0.451524537057028,0.153725174569888,0.0,0.263793916821887,0.153725174569888,0.0,0.184178144200642,0.153725174569888,0.0,0.0864035989810026,0.5,0.153725174569888,0.0,0.0170507742647017,0.153725174569888,0.0,0.0281690023387711,0.5,0.153725174569888,0.0,0.00226990807159379,0.153725174569888,0.0,0.0493428173389522,0.153725174569888,0.0,0.829795163811286,0.153725174569888,0.0,0.641762984923113,0.153725174569888,0.0,0.173476825059558,0.153725174569888,0.0,0.063750531717209,0.153725174569888,0.0,0.014461193276956,0.5,0.153725174569888,0.0,0.0199891211960223,0,0.889149144843559,1.00846221691499 -8349,0.5,0.153725174569888,0.0,0.162868700437952,0.153725174569888,0.0,0.372243045677964,0.153725174569888,0.0,0.0469289834689013,0.153725174569888,0.0,0.0382142786081928,0.153725174569888,0.0,0.495429600111154,0.153725174569888,0.0,0.305683846452989,0.153725174569888,0.0,0.195016164679314,0.153725174569888,0.0,0.102483242849419,0.5,0.153725174569888,0.0,0.0213828648054143,0.153725174569888,0.0,0.0295129479640659,0.5,0.153725174569888,0.0,0.00554870361996285,0.153725174569888,0.0,0.0530212187263576,0.153725174569888,0.0,0.815012385111072,0.153725174569888,0.0,0.641681774970582,0.153725174569888,0.0,0.179802934602483,0.153725174569888,0.0,0.0619201834255297,0.153725174569888,0.0,0.0178640096056261,0.5,0.153725174569888,0.0,0.0190103577427562,0,0.861338745804966,1.00870466124823 -8350,0.5,0.153725174569888,0.0,0.166326806669084,0.153725174569888,0.0,0.392370620962746,0.153725174569888,0.0,0.0570505364650045,0.153725174569888,0.0,0.0517298345722885,0.153725174569888,0.0,0.582172502645096,0.153725174569888,0.0,0.350659142037505,0.153725174569888,0.0,0.221878778476172,0.153725174569888,0.0,0.121101960120899,0.5,0.153725174569888,0.0,0.0242426754578863,0.153725174569888,0.0,0.03435128331803,0.5,0.153725174569888,0.0,0.0114491140291578,0.153725174569888,0.0,0.0583013172692831,0.153725174569888,0.0,0.79903685680144,0.153725174569888,0.0,0.675359869967107,0.153725174569888,0.0,0.20440776766093,0.153725174569888,0.0,0.0696546711589263,0.153725174569888,0.0,0.0246112626779337,0.5,0.153725174569888,0.0,0.02056365030718,0,0.834581327031244,1.00943773584066 -8351,0.5,0.153725174569888,0.0,0.180764828174524,0.153725174569888,0.0,0.434713235300296,0.153725174569888,0.0,0.0659338584244755,0.153725174569888,0.0,0.0584678298118034,0.153725174569888,0.0,0.67918874807468,0.153725174569888,0.0,0.423701597393492,0.153725174569888,0.0,0.27036818493077,0.153725174569888,0.0,0.142055587198532,0.5,0.153725174569888,0.0,0.0222708628563213,0.153725174569888,0.0,0.034541889752549,0.5,0.153725174569888,0.0,0.0142559649969386,0.153725174569888,0.0,0.064540592223172,0.153725174569888,0.0,0.79409357993825,0.153725174569888,0.0,0.728005708645622,0.153725174569888,0.0,0.236141486420393,0.153725174569888,0.0,0.0834405355377137,0.153725174569888,0.0,0.0340116507594483,0.5,0.153725174569888,0.0,0.0217281097003203,0,0.815787852527259,1.0101391437257 -8352,0.5,0.153725174569888,0.0,0.201624531178545,0.153725174569888,0.0,0.472746536118363,0.153725174569888,0.0,0.0751306738355721,0.153725174569888,0.0,0.0623148977237852,0.153725174569888,0.0,0.763448215342836,0.153725174569888,0.0,0.517415118995414,0.153725174569888,0.0,0.349103622527081,0.153725174569888,0.0,0.165439851226858,0.5,0.153725174569888,0.0,0.0312380895330566,0.153725174569888,0.0,0.0434646216792073,0.5,0.153725174569888,0.0,0.0132943568416938,0.153725174569888,0.0,0.069958213744485,0.153725174569888,0.0,0.814380791010722,0.153725174569888,0.0,0.776913041469316,0.153725174569888,0.0,0.280285994434104,0.153725174569888,0.0,0.098807470416627,0.153725174569888,0.0,0.0457275998862155,0.5,0.153725174569888,0.0,0.0223490226542897,0,0.813760703584185,0.200858111916896 -8353,0.5,0.153725174569888,0.0,0.217729964598116,0.153725174569888,0.0,0.545037885130046,0.153725174569888,0.0,0.088802003028424,0.153725174569888,0.0,0.0647983480446798,0.153725174569888,0.0,0.816355435615045,0.153725174569888,0.0,0.593754868431619,0.153725174569888,0.0,0.41646495803128,0.153725174569888,0.0,0.208716002799533,0.5,0.153725174569888,0.0,0.0371468356950202,0.153725174569888,0.0,0.0441842038877624,0.5,0.153725174569888,0.0,0.0113240647536435,0.153725174569888,0.0,0.0704484632329401,0.153725174569888,0.0,0.833636042844839,0.153725174569888,0.0,0.810334052829922,0.153725174569888,0.0,0.3456928553322,0.153725174569888,0.0,0.117975730872713,0.153725174569888,0.0,0.0507365139722329,0.5,0.153725174569888,0.0,0.0249790565328696,0,0.817813699164612,1.0103453773158 -8354,0.5,0.153725174569888,0.0,0.236002375172832,0.153725174569888,0.0,0.630960931833892,0.153725174569888,0.0,0.112858621314183,0.153725174569888,0.0,0.0730684989051646,0.153725174569888,0.0,0.848733212402295,0.153725174569888,0.0,0.64367125064361,0.153725174569888,0.0,0.483317597625168,0.153725174569888,0.0,0.264157215305481,0.5,0.153725174569888,0.0,0.0700974728644714,0.153725174569888,0.0,0.0447416872283078,0.5,0.153725174569888,0.0,0.0140564089029369,0.153725174569888,0.0,0.0713161646702403,0.153725174569888,0.0,0.851162797826976,0.153725174569888,0.0,0.829241811934111,0.153725174569888,0.0,0.418827294858417,0.153725174569888,0.0,0.147845104167319,0.153725174569888,0.0,0.0500160416100067,0.5,0.153725174569888,0.0,0.0328511435292816,0,0.799448985116232,0.987857485114518 -8355,0.5,0.153725174569888,0.0,0.257603640834786,0.153725174569888,0.0,0.703996482356881,0.153725174569888,0.0,0.149630677272113,0.153725174569888,0.0,0.0953674227626765,0.153725174569888,0.0,0.848675408267118,0.153725174569888,0.0,0.638391529395461,0.153725174569888,0.0,0.557944299934646,0.153725174569888,0.0,0.341380926549809,0.5,0.153725174569888,0.0,0.117662295933373,0.153725174569888,0.0,0.0449824877448054,0.5,0.153725174569888,0.0,0.0169503050815183,0.153725174569888,0.0,0.0785915613050413,0.153725174569888,0.0,0.888566943503293,0.153725174569888,0.0,0.849982573531224,0.153725174569888,0.0,0.485259445080665,0.153725174569888,0.0,0.198293121473966,0.153725174569888,0.0,0.055834527703794,0.5,0.153725174569888,0.0,0.0359064717527318,0,0.808006571777044,0.9595071465397 -8356,0.5,0.153725174569888,0.0,0.27766035475885,0.153725174569888,0.0,0.818490286660931,0.153725174569888,0.0,0.20104305894712,0.153725174569888,0.0,0.115112928091392,0.153725174569888,0.0,0.892042489070706,0.153725174569888,0.0,0.67593386720607,0.153725174569888,0.0,0.605163243347053,0.153725174569888,0.0,0.392698757181838,0.5,0.153725174569888,0.0,0.163675481742921,0.153725174569888,0.0,0.0395250900170605,0.5,0.153725174569888,0.0,0.021501918040492,0.153725174569888,0.0,0.0846173450842609,0.153725174569888,0.0,0.920023417072831,0.153725174569888,0.0,0.862974324045578,0.153725174569888,0.0,0.531752081136098,0.153725174569888,0.0,0.298832905118269,0.153725174569888,0.0,0.0643166892136059,0.5,0.153725174569888,0.0,0.0318900448075458,0,0.826438460595257,0.963314387000396 -8357,0.5,0.153725174569888,0.0,0.311135865799279,0.153725174569888,0.0,0.894293129847734,0.153725174569888,0.0,0.298601545361215,0.153725174569888,0.0,0.130829515818819,0.153725174569888,0.0,0.913987726008171,0.153725174569888,0.0,0.72648172710458,0.153725174569888,0.0,0.638559840301127,0.153725174569888,0.0,0.432829347602612,0.5,0.153725174569888,0.0,0.190128404962708,0.153725174569888,0.0,0.0403868811069299,0.5,0.153725174569888,0.0,0.0301646117857923,0.153725174569888,0.0,0.089084536951901,0.153725174569888,0.0,0.916612131427521,0.153725174569888,0.0,0.850302830301503,0.153725174569888,0.0,0.597239491000475,0.153725174569888,0.0,0.380477185263428,0.153725174569888,0.0,0.0775385354184631,0.5,0.153725174569888,0.0,0.0286915289999203,0,0.884375177812085,0.973498326666117 -8358,0.5,0.153725174569888,0.0,0.358912137507637,0.153725174569888,0.0,0.912973464150469,0.153725174569888,0.0,0.379736511130241,0.153725174569888,0.0,0.150638421644161,0.153725174569888,0.0,0.927301088622355,0.153725174569888,0.0,0.767795914393887,0.153725174569888,0.0,0.68351777385083,0.153725174569888,0.0,0.471296692181306,0.5,0.153725174569888,0.0,0.17741897814796,0.153725174569888,0.0,0.051952181036273,0.5,0.153725174569888,0.0,0.0380029715603585,0.153725174569888,0.0,0.0979568280032078,0.153725174569888,0.0,0.880629174233162,0.153725174569888,0.0,0.799612456945184,0.153725174569888,0.0,0.666493828744188,0.153725174569888,0.0,0.424121479496149,0.153725174569888,0.0,0.0832045937023808,0.5,0.153725174569888,0.0,0.0310511883382208,0,0.944719707199852,0.955857759951428 -8359,0.5,0.153725174569888,0.0,0.395219639010521,0.153725174569888,0.0,0.890162900252215,0.153725174569888,0.0,0.412080900890864,0.153725174569888,0.0,0.175208178016187,0.153725174569888,0.0,0.849923345895372,0.153725174569888,0.0,0.814061683970657,0.153725174569888,0.0,0.73477433423066,0.153725174569888,0.0,0.504279703656676,0.5,0.153725174569888,0.0,0.187832714090992,0.153725174569888,0.0,0.0658303091231439,0.5,0.153725174569888,0.0,0.0687989788714503,0.153725174569888,0.0,0.102526712340872,0.153725174569888,0.0,0.844946623614086,0.153725174569888,0.0,0.69452691968089,0.153725174569888,0.0,0.709922569257136,0.153725174569888,0.0,0.413840755512832,0.153725174569888,0.0,0.103678178798412,0.5,0.153725174569888,0.0,0.0450435127380302,0,0.973168183565881,0.984537137537332 -8360,0.5,0.153725174569888,0.0,0.423912898229667,0.153725174569888,0.0,0.833109557496505,0.153725174569888,0.0,0.427785219226286,0.153725174569888,0.0,0.199148316857074,0.153725174569888,0.0,0.667705920072434,0.153725174569888,0.0,0.672563832196083,0.153725174569888,0.0,0.800376728419885,0.153725174569888,0.0,0.522735357629955,0.5,0.153725174569888,0.0,0.210490883487019,0.153725174569888,0.0,0.0726428234585571,0.5,0.153725174569888,0.0,0.106814739660769,0.153725174569888,0.0,0.093981594315568,0.153725174569888,0.0,0.738929047274435,0.153725174569888,0.0,0.58051585873496,0.153725174569888,0.0,0.73766064197382,0.153725174569888,0.0,0.413814950891304,0.153725174569888,0.0,0.130251405389914,0.5,0.153725174569888,0.0,0.0662137715195163,0,0.976519930923694,0.990205169025511 -8361,0.5,0.153725174569888,0.000264007154118193,0.462678271368283,0.153725174569888,0.0,0.805399708597097,0.153725174569888,0.000345296283528767,0.459570660181763,0.153725174569888,0.00230678370449886,0.234886865412123,0.153725174569888,0.0,0.490961603958655,0.153725174569888,0.0,0.45357828745071,0.153725174569888,0.0,0.772075906376788,0.153725174569888,0.0,0.459122813669114,0.5,0.153725174569888,2.42667503161413e-06,0.208649682880404,0.153725174569888,0.00179907490076846,0.0734637618121309,0.5,0.153725174569888,0.00025837274541265,0.160056500331084,0.153725174569888,0.000539727148530118,0.0820463290024838,0.153725174569888,0.0,0.626528369205846,0.153725174569888,0.0,0.49654277590325,0.153725174569888,0.0,0.754117390294004,0.153725174569888,0.0,0.44873066838827,0.153725174569888,0.000417650804959194,0.166535824385957,0.5,0.153725174569888,0.0037099105375405,0.0748673327510948,0,1.00307701040473,0.99095934312317 -8362,0.5,0.153725174569888,0.0158979894435531,0.506205008089626,0.153725174569888,0.00242557533982807,0.613632468908485,0.153725174569888,0.0349967323553828,0.529661472839291,0.153725174569888,0.0569184418158879,0.339701477226393,0.153725174569888,0.00632438458523688,0.357113777061949,0.153725174569888,0.00332023658025129,0.334756649047021,0.153725174569888,0.00167127451569106,0.595040050265471,0.153725174569888,0.00457559824173601,0.346218000232276,0.5,0.153725174569888,0.0272979046597975,0.220447572801031,0.153725174569888,0.0266803669424719,0.0635504846880593,0.5,0.153725174569888,0.0203245649665925,0.319689329456427,0.153725174569888,0.0109935073512993,0.0734778337560115,0.153725174569888,0.00444560109115108,0.568677878528055,0.153725174569888,0.00929678666376798,0.448331770709558,0.153725174569888,0.00481159212315607,0.701149592515501,0.153725174569888,0.0104728031501238,0.444649379639968,0.153725174569888,0.0132051765490759,0.261032188871316,0.5,0.153725174569888,0.043978786500103,0.069958668788516,0,0.981989708861059,0.978267955579764 -8363,0.5,0.153725174569888,0.0382079711298094,0.559057863280956,0.153725174569888,0.0218882238399342,0.47818192314838,0.153725174569888,0.0767359250892556,0.633457076452751,0.153725174569888,0.109379191885641,0.479763337833525,0.153725174569888,0.0500381868282008,0.297117457656851,0.153725174569888,0.0265035025246705,0.286096994839205,0.153725174569888,0.00719569961580269,0.470707606488739,0.153725174569888,0.0108713678142169,0.217505060795035,0.5,0.153725174569888,0.0558274057541367,0.233294803880347,0.153725174569888,0.0527187510303298,0.0634954351173005,0.5,0.153725174569888,0.059473107683118,0.491113999142629,0.153725174569888,0.0307552266960251,0.0704414733746326,0.153725174569888,0.0312753232677716,0.565588646286317,0.153725174569888,0.0669595946720091,0.442022182907258,0.153725174569888,0.0154206728999605,0.569845920166717,0.153725174569888,0.0228638555735324,0.411673994732763,0.153725174569888,0.0412967024910934,0.328847374958725,0.5,0.153725174569888,0.0761131019268279,0.0662903388176654,0,0.954703287528438,0.959898451990584 -8364,0.5,0.153725174569888,0.0346734088330637,0.572230771502706,0.153725174569888,0.0809989409755066,0.488729885259415,0.153725174569888,0.060073486248281,0.707433461905936,0.153725174569888,0.127873111964569,0.612859401909528,0.153725174569888,0.105324875664803,0.323856079682326,0.153725174569888,0.0793657363471466,0.327937773055708,0.153725174569888,0.0250096751930235,0.399079337738786,0.153725174569888,0.0213095291337755,0.16008489293949,0.5,0.153725174569888,0.0594848898203893,0.192719951995509,0.153725174569888,0.0614381448300608,0.0616226151143622,0.5,0.153725174569888,0.123389976047848,0.455334301355957,0.153725174569888,0.0614296603600861,0.0926636545365765,0.153725174569888,0.062269086796792,0.594542888352978,0.153725174569888,0.117794535188894,0.480320258653785,0.153725174569888,0.0387795409563109,0.503990815558619,0.153725174569888,0.0249603849711101,0.320130017954567,0.153725174569888,0.0753962202963431,0.334831198446538,0.5,0.153725174569888,0.082331216689575,0.0575351915618324,0,0.89677816458099,0.988403107318973 -8365,0.5,0.153725174569888,0.0353244777098121,0.555962300735667,0.153725174569888,0.106065262867399,0.630900961111493,0.153725174569888,0.0449835974269838,0.674959270672774,0.153725174569888,0.0907639678324627,0.660128743968249,0.153725174569888,0.154867102479055,0.372352755259702,0.153725174569888,0.146183130557923,0.349065505517681,0.153725174569888,0.0805496376394999,0.381733245085568,0.153725174569888,0.0308996038973643,0.142748790264273,0.5,0.153725174569888,0.0420273286902649,0.150217746725631,0.153725174569888,0.0620813410802843,0.0573331711045071,0.5,0.153725174569888,0.285419107541182,0.313212876704405,0.153725174569888,0.0853999358075448,0.0968265658006776,0.153725174569888,0.100698420797259,0.615470135475682,0.153725174569888,0.132554870655917,0.51459537505916,0.153725174569888,0.0563921804907348,0.466804662982058,0.153725174569888,0.0263292375369941,0.227242798391996,0.153725174569888,0.0910211586796998,0.307967570231746,0.5,0.153725174569888,0.0667196220806188,0.0456521666100812,0,0.87769573643707,1.00047655096752 -8366,0.5,0.153725174569888,0.0348657290615107,0.520564467558494,0.153725174569888,0.0797082523180867,0.618678704768834,0.153725174569888,0.0412156678366351,0.592723156654131,0.153725174569888,0.0561535404515057,0.647423699070143,0.153725174569888,0.142642080168401,0.430368657126763,0.153725174569888,0.136110363161737,0.362890297674167,0.153725174569888,0.119179456896341,0.405876111214527,0.153725174569888,0.0421775696879218,0.134935871802748,0.5,0.153725174569888,0.0168796572234962,0.097647199001909,0.153725174569888,0.0458380647894957,0.05095879506345,0.5,0.153725174569888,0.284048892489825,0.37976858433435,0.153725174569888,0.104227441766602,0.0846156167933186,0.153725174569888,0.142677906432239,0.639290421106346,0.153725174569888,0.105269353983539,0.532755803136211,0.153725174569888,0.0659060453872289,0.43268200118521,0.153725174569888,0.0348091836783958,0.1745215512801,0.153725174569888,0.106240303661812,0.319962200228086,0.5,0.153725174569888,0.0448411053403763,0.0334061739235572,0,0.885714881474482,1.00540868096934 -8367,0.5,0.153725174569888,0.0177819013122412,0.451798665012668,0.153725174569888,0.0367216771268178,0.594268200796624,0.153725174569888,0.0261443120089602,0.446237588267582,0.153725174569888,0.0250790628428197,0.530585758229848,0.153725174569888,0.0980181454613488,0.334372265851285,0.153725174569888,0.0902722089019758,0.281411414982962,0.153725174569888,0.0956324609298419,0.375133883471105,0.153725174569888,0.0420202072236403,0.113317270735294,0.5,0.153725174569888,0.0100551977753307,0.0576357625159656,0.153725174569888,0.0263826650012412,0.0408047573779291,0.5,0.153725174569888,0.117978625612208,0.335557688283221,0.153725174569888,0.0890489243239569,0.0528284576596648,0.153725174569888,0.0416240664393914,0.626606081794786,0.153725174569888,0.0518528253318564,0.51510182669338,0.153725174569888,0.049408269039725,0.447254690464875,0.153725174569888,0.0303456167080393,0.154736216349931,0.153725174569888,0.0690332837178315,0.296116511566914,0.5,0.153725174569888,0.0217961761841265,0.0271013044702326,0,0.895691782546297,1.00517556215556 -8368,0.5,0.153725174569888,0.000238275994695451,0.433957901097069,0.153725174569888,0.0,0.549250123030916,0.153725174569888,8.81849285673518e-05,0.275745766415646,0.153725174569888,0.000126763082474515,0.390241870005455,0.153725174569888,0.0,0.286093642269352,0.153725174569888,0.00900138479235938,0.212929135035262,0.153725174569888,0.000176779488596474,0.320022384218717,0.153725174569888,0.0144309704064039,0.0802875527318771,0.5,0.153725174569888,0.00510378990504038,0.0397148575640413,0.153725174569888,0.00581950362014532,0.0247425238426902,0.5,0.153725174569888,0.0114452231444382,0.276101424913234,0.153725174569888,0.0277796419208595,0.0188714454501426,0.153725174569888,0.000289601632230594,0.622690517402814,0.153725174569888,0.0,0.492410685530707,0.153725174569888,2.7174259249561e-05,0.39478397936762,0.153725174569888,0.000267640393205496,0.130265560888919,0.153725174569888,0.000250175707479817,0.209344515017806,0.5,0.153725174569888,0.000865016106109128,0.0173626846745754,0,0.917952476129263,0.997626731126123 -8369,0.5,0.153725174569888,0.0,0.433750258634953,0.153725174569888,0.0,0.399834147544788,0.153725174569888,0.0,0.195131274942182,0.153725174569888,0.0,0.264693553884123,0.153725174569888,0.0,0.299576877893512,0.153725174569888,0.0,0.18664205399188,0.153725174569888,0.0,0.269006227556552,0.153725174569888,0.0,0.0686109704689993,0.5,0.153725174569888,0.0,0.0263741619435046,0.153725174569888,0.0,0.0140760834863672,0.5,0.153725174569888,0.0,0.195802482280481,0.153725174569888,0.0,0.00969224657498008,0.153725174569888,0.0,0.573132749585353,0.153725174569888,0.0,0.506655453177196,0.153725174569888,0.0,0.360855604767482,0.153725174569888,0.0,0.103109187798024,0.153725174569888,0.0,0.141922087278681,0.5,0.153725174569888,0.0,0.00893899718852546,0,0.926281900816284,0.928990215962676 -8370,0.5,0.153725174569888,0.0,0.463793104762719,0.153725174569888,0.0,0.319496300978829,0.153725174569888,0.0,0.158285864683042,0.153725174569888,0.0,0.198566591907848,0.153725174569888,0.0,0.306999361930045,0.153725174569888,0.0,0.152992160128894,0.153725174569888,0.0,0.218897923557934,0.153725174569888,0.0,0.063219110029514,0.5,0.153725174569888,0.0,0.0186514185348691,0.153725174569888,0.0,0.00832975522936593,0.5,0.153725174569888,0.0,0.130483845627103,0.153725174569888,0.0,0.00534556860432339,0.153725174569888,0.0,0.583121508828321,0.153725174569888,0.0,0.524029332722326,0.153725174569888,0.0,0.315745083243755,0.153725174569888,0.0,0.0776638355701787,0.153725174569888,0.0,0.0950980786240044,0.5,0.153725174569888,0.0,0.00636771854862201,0,0.910425633949861,0.881560741485354 -8371,0.5,0.153725174569888,0.0,0.4932651604778,0.153725174569888,0.0,0.403707168837447,0.153725174569888,0.0,0.131021340497413,0.153725174569888,0.0,0.157316930828092,0.153725174569888,0.0,0.297584475843734,0.153725174569888,0.0,0.115782101543354,0.153725174569888,0.0,0.203220317649454,0.153725174569888,0.0,0.0576462545184936,0.5,0.153725174569888,0.0,0.0117786265108091,0.153725174569888,0.0,0.00487522353835918,0.5,0.153725174569888,0.0,0.0911786557919908,0.153725174569888,0.0,0.00432751511536442,0.153725174569888,0.0,0.579886072762661,0.153725174569888,0.0,0.486740902570935,0.153725174569888,0.0,0.32910678799502,0.153725174569888,0.0,0.0597435727712433,0.153725174569888,0.0,0.0601245070770222,0.5,0.153725174569888,0.0,0.00522780031256482,0,0.937330682698977,0.880421198680774 -8372,0.5,0.153725174569888,0.0,0.469984739921177,0.153725174569888,0.0,0.493891387230163,0.153725174569888,0.0,0.107431388330626,0.153725174569888,0.0,0.130431882113247,0.153725174569888,0.0,0.281031568443599,0.153725174569888,0.0,0.099119675411348,0.153725174569888,0.0,0.188655799122855,0.153725174569888,0.0,0.049859065670238,0.5,0.153725174569888,0.0,0.00688892151847424,0.153725174569888,0.0,0.00317146733607026,0.5,0.153725174569888,0.0,0.0673829540942149,0.153725174569888,0.0,0.00384449456016445,0.153725174569888,0.0,0.566637995321078,0.153725174569888,0.0,0.415515720477677,0.153725174569888,0.0,0.382496473233791,0.153725174569888,0.0,0.0475211419092557,0.153725174569888,0.0,0.0402946534505308,0.5,0.153725174569888,0.0,0.00398088876487543,0,0.939861188592378,0.897187772487512 -8373,0.5,0.153725174569888,0.0,0.449161005595094,0.153725174569888,0.0,0.499886790933603,0.153725174569888,0.0,0.0865849086211763,0.153725174569888,0.0,0.112472268904728,0.153725174569888,0.0,0.263031775499593,0.153725174569888,0.0,0.0948460223002214,0.153725174569888,0.0,0.161915178034878,0.153725174569888,0.0,0.0418253029020939,0.5,0.153725174569888,0.0,0.00486298355930546,0.153725174569888,0.0,0.00255664022647484,0.5,0.153725174569888,0.0,0.0458208287194089,0.153725174569888,0.0,0.00344583299344433,0.153725174569888,0.0,0.506162839241694,0.153725174569888,0.0,0.385038411144609,0.153725174569888,0.0,0.440668021342698,0.153725174569888,0.0,0.042327369651121,0.153725174569888,0.0,0.028470512829551,0.5,0.153725174569888,0.0,0.00424288640948007,0,0.922760388604393,0.877577792701504 -8374,0.5,0.153725174569888,0.0,0.449554805356887,0.153725174569888,0.0,0.500739266830375,0.153725174569888,0.0,0.0795161715157626,0.153725174569888,0.0,0.0916076307596653,0.153725174569888,0.0,0.251048161800647,0.153725174569888,0.0,0.0946611708760202,0.153725174569888,0.0,0.12054510650116,0.153725174569888,0.0,0.0338888491075617,0.5,0.153725174569888,0.0,0.00425675198805427,0.153725174569888,0.0,0.00149205505367223,0.5,0.153725174569888,0.0,0.0263196755501628,0.153725174569888,0.0,0.00310664935529889,0.153725174569888,0.0,0.450686691639907,0.153725174569888,0.0,0.365782294436408,0.153725174569888,0.0,0.459058476972398,0.153725174569888,0.0,0.0369135457028647,0.153725174569888,0.0,0.0210147901493847,0.5,0.153725174569888,0.0,0.00443316395071194,0,0.954722140089004,0.797234833407159 -8375,0.5,0.153725174569888,0.0,0.438419927172227,0.153725174569888,0.0,0.489991008607685,0.153725174569888,0.0,0.0765656959967849,0.153725174569888,0.0,0.0701633826849666,0.153725174569888,0.0,0.225523343995795,0.153725174569888,0.0,0.0852923749828629,0.153725174569888,0.0,0.0856357288282874,0.153725174569888,0.0,0.0278926454433197,0.5,0.153725174569888,0.0,0.00389349136329578,0.153725174569888,0.0,0.000680201036068501,0.5,0.153725174569888,0.0,0.0123916590813513,0.153725174569888,0.0,0.00265579006108281,0.153725174569888,0.0,0.395604699615305,0.153725174569888,0.0,0.318724326911295,0.153725174569888,0.0,0.4465580488473,0.153725174569888,0.0,0.0294057132993028,0.153725174569888,0.0,0.0138884895538511,0.5,0.153725174569888,0.0,0.00255659472438765,0,0.94583941593652,0.710470348071153 -8376,0.5,0.153725174569888,0.0,0.416504880558033,0.153725174569888,0.0,0.476609496075884,0.153725174569888,0.0,0.0691122603072302,0.153725174569888,0.0,0.0549738354763222,0.153725174569888,0.0,0.198369587962866,0.153725174569888,0.0,0.0676612508574546,0.153725174569888,0.0,0.066487408146622,0.153725174569888,0.0,0.0230215151056184,0.5,0.153725174569888,0.0,0.00345623977419,0.153725174569888,0.0,0.000537542181806681,0.5,0.153725174569888,0.0,0.00685885424357212,0.153725174569888,0.0,0.00236758441085543,0.153725174569888,0.0,0.353656154341446,0.153725174569888,0.0,0.258133081691755,0.153725174569888,0.0,0.392487934487141,0.153725174569888,0.0,0.0234694552756377,0.153725174569888,0.0,0.00861607989284292,0.5,0.153725174569888,0.0,0.00140592980247503,0,0.87829568553047,0.572738973150532 -8377,0.5,0.153725174569888,0.0,0.393337188699692,0.153725174569888,0.0,0.396461878711052,0.153725174569888,0.0,0.0548767032633185,0.153725174569888,0.0,0.0472260415224388,0.153725174569888,0.0,0.15711554205772,0.153725174569888,0.0,0.0574838396257527,0.153725174569888,0.0,0.0582376759691907,0.153725174569888,0.0,0.0173722128649564,0.5,0.153725174569888,0.0,0.00289249259301473,0.153725174569888,0.0,0.000547439572178475,0.5,0.153725174569888,0.0,0.00610477331494945,0.153725174569888,0.0,0.0022403505934623,0.153725174569888,0.0,0.316120941833621,0.153725174569888,0.0,0.20110363261225,0.153725174569888,0.0,0.317016218015089,0.153725174569888,0.0,0.0204192403377473,0.153725174569888,0.0,0.00583797069831299,0.5,0.153725174569888,0.0,0.00132698530362305,0,0.783288592321078,0.253224591238344 -8378,0.5,0.153725174569888,0.0,0.372994696860476,0.153725174569888,0.0,0.305955023692342,0.153725174569888,0.0,0.0425775815802766,0.153725174569888,0.0,0.0419845544209288,0.153725174569888,0.0,0.140977249057896,0.153725174569888,0.0,0.0597492804950919,0.153725174569888,0.0,0.0543153267207267,0.153725174569888,0.0,0.0121673429201851,0.5,0.153725174569888,0.0,0.00236168661483551,0.153725174569888,0.0,0.000567920435934176,0.5,0.153725174569888,0.0,0.00311414023282977,0.153725174569888,0.0,0.00201681262972333,0.153725174569888,0.0,0.222366246392585,0.153725174569888,0.0,0.155701553159707,0.153725174569888,0.0,0.24063019531964,0.153725174569888,0.0,0.0170613318488024,0.153725174569888,0.0,0.00353549274829023,0.5,0.153725174569888,0.0,0.00163335615052218,0,0.731920820042429,0.0527867689794936 -8379,0.5,0.153725174569888,0.0,0.332065385696531,0.153725174569888,0.0,0.221603390350635,0.153725174569888,0.0,0.0367628377439995,0.153725174569888,0.0,0.0395557372221472,0.153725174569888,0.0,0.143168403711418,0.153725174569888,0.0,0.0679272708759872,0.153725174569888,0.0,0.0585872267152972,0.153725174569888,0.0,0.0093071322694736,0.5,0.153725174569888,0.0,0.00193776858908662,0.153725174569888,0.0,0.000518155090637792,0.5,0.153725174569888,0.0,0.00123618773184164,0.153725174569888,0.0,0.00147158806776393,0.153725174569888,0.0,0.124833735712517,0.153725174569888,0.0,0.127337759018624,0.153725174569888,0.0,0.187983557066232,0.153725174569888,0.0,0.0135692358046905,0.153725174569888,0.0,0.00197978756043189,0.5,0.153725174569888,0.0,0.0012842855434536,0,0.576320348761783,0.0694721047635037 -8380,0.5,0.153725174569888,0.0,0.276828415212203,0.153725174569888,0.0,0.150677986176943,0.153725174569888,0.0,0.0327263828092681,0.153725174569888,0.0,0.0361804749640038,0.153725174569888,0.0,0.143984056301942,0.153725174569888,0.0,0.0714201133175852,0.153725174569888,0.0,0.0635746311418143,0.153725174569888,0.0,0.00805093606158231,0.5,0.153725174569888,0.0,0.00158742645439528,0.153725174569888,0.0,0.000421949495365287,0.5,0.153725174569888,0.0,0.000856877094169766,0.153725174569888,0.0,0.000878531586583837,0.153725174569888,0.0,0.0687870981514498,0.153725174569888,0.0,0.126175190562285,0.153725174569888,0.0,0.148088340528301,0.153725174569888,0.0,0.0107508132805619,0.153725174569888,0.0,0.000872091976035617,0.5,0.153725174569888,0.0,0.000878261494473531,0,0.430354451097936,0.291317480910567 -8381,0.5,0.153725174569888,0.0,0.221949617131082,0.153725174569888,0.0,0.116103305602827,0.153725174569888,0.0,0.0294317513443768,0.153725174569888,0.0,0.0302496154338878,0.153725174569888,0.0,0.149232599946779,0.153725174569888,0.0,0.0727104106624943,0.153725174569888,0.0,0.0656602680681281,0.153725174569888,0.0,0.00836603731562751,0.5,0.153725174569888,0.0,0.00164028687330964,0.153725174569888,0.0,0.000424835625237368,0.5,0.153725174569888,0.0,0.000815707626630734,0.153725174569888,0.0,0.000654399021440091,0.153725174569888,0.0,0.046351681627084,0.153725174569888,0.0,0.152669023761209,0.153725174569888,0.0,0.124911220224963,0.153725174569888,0.0,0.0106315075371934,0.153725174569888,0.0,0.000609061995789874,0.5,0.153725174569888,0.0,0.000631918983786153,0,0.329949580594959,0.664420170635002 -8382,0.5,0.153725174569888,0.0,0.170159096860853,0.153725174569888,0.0,0.107508762509013,0.153725174569888,0.0,0.0259285520835025,0.153725174569888,0.0,0.0245109842417589,0.153725174569888,0.0,0.16193469076598,0.153725174569888,0.0,0.0740990376845649,0.153725174569888,0.0,0.0708168350551013,0.153725174569888,0.0,0.0086568687030101,0.5,0.153725174569888,0.0,0.00211355030652861,0.153725174569888,0.0,0.000482561378359372,0.5,0.153725174569888,0.0,0.000813073796730805,0.153725174569888,0.0,0.000658382895437098,0.153725174569888,0.0,0.0659607081460377,0.153725174569888,0.0,0.186030433745227,0.153725174569888,0.0,0.116651143092061,0.153725174569888,0.0,0.0123947492343088,0.153725174569888,0.0,0.000547540039205489,0.5,0.153725174569888,0.0,0.000550765008955655,0,0.26161508425912,0.900491262384098 -8383,0.5,0.153725174569888,0.0,0.134913295045035,0.153725174569888,0.0,0.119743302339743,0.153725174569888,0.0,0.0244109064489228,0.153725174569888,0.0,0.0207756143928779,0.153725174569888,0.0,0.183992690118149,0.153725174569888,0.0,0.077889402090283,0.153725174569888,0.0,0.0859620260432741,0.153725174569888,0.0,0.00896544173348272,0.5,0.153725174569888,0.0,0.00296226577689939,0.153725174569888,0.0,0.000676202068722739,0.5,0.153725174569888,0.0,0.000873831923158099,0.153725174569888,0.0,0.000742695866101478,0.153725174569888,0.0,0.134135879505862,0.153725174569888,0.0,0.238839804561229,0.153725174569888,0.0,0.116250785903834,0.153725174569888,0.0,0.0166499147733384,0.153725174569888,0.0,0.000575429614858357,0.5,0.153725174569888,0.0,0.000625935052521362,0,0.272916531453346,0.994618958786713 -8384,0.5,0.153725174569888,0.0,0.11313153162365,0.153725174569888,0.0,0.141502167808674,0.153725174569888,0.0,0.0244753669693336,0.153725174569888,0.0,0.0189335838087431,0.153725174569888,0.0,0.212957291339607,0.153725174569888,0.0,0.0845687732191887,0.153725174569888,0.0,0.117539081500898,0.153725174569888,0.0,0.0115730217558943,0.5,0.153725174569888,0.0,0.00466485097064132,0.153725174569888,0.0,0.0012600335261797,0.5,0.153725174569888,0.0,0.0010013721056564,0.153725174569888,0.0,0.000929632805476373,0.153725174569888,0.0,0.240257971633864,0.153725174569888,0.0,0.298013747045687,0.153725174569888,0.0,0.122292927170961,0.153725174569888,0.0,0.0227343031846852,0.153725174569888,0.0,0.000708068852982654,0.5,0.153725174569888,0.0,0.000803160256101683,0,0.23345553905743,1.00393975523592 -8385,0.5,0.153725174569888,0.000187761218946032,0.103750143624333,0.153725174569888,0.0,0.156095154769868,0.153725174569888,0.000337916346891025,0.0254741914082316,0.153725174569888,0.00159318025658174,0.0181166172817883,0.153725174569888,0.0,0.249550620287085,0.153725174569888,0.0,0.100470510948609,0.153725174569888,0.0,0.173504354241264,0.153725174569888,0.0,0.016866127204132,0.5,0.153725174569888,4.5343227354986e-07,0.00776878452146671,0.153725174569888,0.00150430480869959,0.00219688511598114,0.5,0.153725174569888,0.000177669297211247,0.00233239426971306,0.153725174569888,0.000943181956177238,0.00120057972594335,0.153725174569888,0.0,0.378896863447981,0.153725174569888,0.0,0.353828935913111,0.153725174569888,0.0,0.137419654191559,0.153725174569888,0.0,0.0386529825496753,0.153725174569888,0.000611135826850518,0.000940275241302805,0.5,0.153725174569888,0.00188653751192092,0.00128549095694432,0,0.182809754234827,1.00473678107874 -8386,0.5,0.153725174569888,0.0324086846888802,0.114340949434203,0.153725174569888,0.0214712475874606,0.200689074582361,0.153725174569888,0.0481783454797502,0.030684056780578,0.153725174569888,0.0392960631502805,0.0201770168132335,0.153725174569888,0.0318058585169648,0.296292817581048,0.153725174569888,0.0135598142214945,0.134478992942144,0.153725174569888,0.0114313217327623,0.252120616757084,0.153725174569888,0.00730798079529667,0.0268113129697799,0.5,0.153725174569888,0.029306278914127,0.0124456626922062,0.153725174569888,0.0231765970775388,0.00286079551407039,0.5,0.153725174569888,0.0123332564759148,0.00673738718544925,0.153725174569888,0.0201778190607495,0.00291195202738323,0.153725174569888,0.0128796871295021,0.520536504125651,0.153725174569888,0.0156117508550244,0.421611350898666,0.153725174569888,0.0289257056008728,0.190410136787682,0.153725174569888,0.026699016980282,0.0681890068034041,0.153725174569888,0.0145392694982325,0.0024013482002238,0.5,0.153725174569888,0.0194045039247216,0.00183792321222937,0,0.187692316903856,1.00544812068257 -8387,0.5,0.153725174569888,0.0889485587919109,0.145310325655021,0.153725174569888,0.0697655308903849,0.292798792974367,0.153725174569888,0.139934138617489,0.051940517657501,0.153725174569888,0.0962048838407507,0.0304463396553979,0.153725174569888,0.118893070264062,0.368076403660598,0.153725174569888,0.037737410186281,0.170399591512557,0.153725174569888,0.0349258273137087,0.298133362054272,0.153725174569888,0.022588003182427,0.0453190600308782,0.5,0.153725174569888,0.10103883394618,0.0194119066333639,0.153725174569888,0.0535849670193757,0.0112642881604134,0.5,0.153725174569888,0.0446996145141647,0.0153311429588489,0.153725174569888,0.0469023449079996,0.0111740063716132,0.153725174569888,0.041880871866827,0.654781428387114,0.153725174569888,0.0908733504844267,0.499707306022214,0.153725174569888,0.0719019926682229,0.279457823597283,0.153725174569888,0.0573154350776348,0.121612507983757,0.153725174569888,0.0387594634350369,0.00810740125907588,0.5,0.153725174569888,0.0414143633792337,0.00526677569296015,0,0.437063362368501,1.00408305234673 -8388,0.5,0.153725174569888,0.132454331650898,0.191828642704137,0.153725174569888,0.0684482832899612,0.451035040934935,0.153725174569888,0.212588388168639,0.10808749704501,0.153725174569888,0.145772899128177,0.0460310705417714,0.153725174569888,0.120027633512683,0.409387314879063,0.153725174569888,0.0468169782082669,0.183038823571161,0.153725174569888,0.0471783053015215,0.299140263653985,0.153725174569888,0.034804893947372,0.0921161455730925,0.5,0.153725174569888,0.159169177364036,0.0367729965884781,0.153725174569888,0.077141902369059,0.0254058920861751,0.5,0.153725174569888,0.0855854219548518,0.0315189542799271,0.153725174569888,0.0655029320145223,0.0253042735017909,0.153725174569888,0.0388406999651062,0.717151709361719,0.153725174569888,0.146606832440679,0.607439489770911,0.153725174569888,0.0939863112481373,0.403260310190752,0.153725174569888,0.073888790481831,0.144914676962578,0.153725174569888,0.0697215207184584,0.0223845748059094,0.5,0.153725174569888,0.0551509142204497,0.0161026179427888,0,0.669982681368766,0.995458113894658 -8389,0.5,0.153725174569888,0.149782367127052,0.263820880904568,0.153725174569888,0.0817421133154815,0.711299772761612,0.153725174569888,0.215767615979403,0.195655605253017,0.153725174569888,0.163659688758634,0.0578168007913571,0.153725174569888,0.068643258537746,0.419808260476339,0.153725174569888,0.0351275503070426,0.220715519371762,0.153725174569888,0.0467252269025637,0.398936147091565,0.153725174569888,0.0347661974299287,0.170284934284873,0.5,0.153725174569888,0.168268440827417,0.0579215742372238,0.153725174569888,0.0608790244430265,0.0375919286801877,0.5,0.153725174569888,0.104101298390497,0.057511505475818,0.153725174569888,0.0594041226764241,0.0467618418078732,0.153725174569888,0.0327148523660577,0.692003323458609,0.153725174569888,0.114474308462847,0.676884985377943,0.153725174569888,0.0863981267950729,0.521819908524168,0.153725174569888,0.075246179789782,0.162229473057183,0.153725174569888,0.0841261098829053,0.0444217228689834,0.5,0.153725174569888,0.0499941293156363,0.0286028479101681,0,0.793067171111146,0.988874435772147 -8390,0.5,0.153725174569888,0.133883818499932,0.301990639900445,0.153725174569888,0.1405278311922,0.805658083170655,0.153725174569888,0.157981363873035,0.28290343735396,0.153725174569888,0.139443820567085,0.0596445700065963,0.153725174569888,0.0528045641974335,0.416740341204282,0.153725174569888,0.0331861912404098,0.292016696088778,0.153725174569888,0.0330941974657043,0.382169633879406,0.153725174569888,0.0294665982240247,0.228594935163206,0.5,0.153725174569888,0.128460803389033,0.0790888371728735,0.153725174569888,0.0380630558892952,0.0387635760013256,0.5,0.153725174569888,0.0822457824817164,0.0655059576266995,0.153725174569888,0.0406359895500825,0.0632802190523468,0.153725174569888,0.0249846964306681,0.697514730934064,0.153725174569888,0.107002700103773,0.715085199840923,0.153725174569888,0.0478409765020085,0.598612476832013,0.153725174569888,0.0544862840430245,0.163036100547159,0.153725174569888,0.0816127075177058,0.0687146784237477,0.5,0.153725174569888,0.0287295070955512,0.0359407080912121,0,0.858156884438072,0.960658676840769 -8391,0.5,0.153725174569888,0.0716466298363263,0.33766830455299,0.153725174569888,0.0455703038214697,0.840948301169995,0.153725174569888,0.0545475724486986,0.36218375481601,0.153725174569888,0.0796321585195804,0.0555083918958279,0.153725174569888,0.0470070788153427,0.451597601928138,0.153725174569888,0.0245527247369639,0.310060416529693,0.153725174569888,0.0288542724551863,0.432956914019135,0.153725174569888,0.0192099828760706,0.210334376127786,0.5,0.153725174569888,0.0693365506500484,0.0887182718561638,0.153725174569888,0.0152423100150252,0.0367495605912652,0.5,0.153725174569888,0.0558154451971359,0.0915719787183773,0.153725174569888,0.0194907341257052,0.0779912074681268,0.153725174569888,0.00786097061519734,0.643401318108792,0.153725174569888,0.0683797921407973,0.678462327487854,0.153725174569888,0.0187767092906736,0.532098524511865,0.153725174569888,0.0237240095253062,0.215933172036383,0.153725174569888,0.0485327682553053,0.0913921153349175,0.5,0.153725174569888,0.0120900423284762,0.0408191964653961,0,0.93179640079583,0.925454859153009 -8392,0.5,0.153725174569888,0.0,0.372421492581209,0.153725174569888,0.0,0.776511300466526,0.153725174569888,0.000108208952394543,0.312258176364469,0.153725174569888,4.736979831561e-05,0.0841959661486266,0.153725174569888,0.0,0.507534781884224,0.153725174569888,0.0074076243900557,0.299614294980869,0.153725174569888,0.000202229600296477,0.478872019450215,0.153725174569888,0.00892829513511644,0.207396701744136,0.5,0.153725174569888,0.0126822957514096,0.105158227912917,0.153725174569888,0.00188303512911512,0.0387148438977206,0.5,0.153725174569888,0.00888222557253336,0.159888901368945,0.153725174569888,0.0044227048663038,0.0879463591739841,0.153725174569888,0.000210616649026199,0.498031271739691,0.153725174569888,3.44998666405136e-05,0.598593890379037,0.153725174569888,0.000104239600527756,0.497180346626973,0.153725174569888,0.00037602149455157,0.193620117203382,0.153725174569888,8.57418329567688e-05,0.0983204397210474,0.5,0.153725174569888,0.000477715685793202,0.0483778461372477,0,0.957293852329529,0.885179789789295 -8393,0.5,0.153725174569888,0.0,0.42383797420158,0.153725174569888,0.0,0.65008037058785,0.153725174569888,0.0,0.210166970659371,0.153725174569888,0.0,0.111483824714612,0.153725174569888,0.0,0.54412112690084,0.153725174569888,0.0,0.30208313168091,0.153725174569888,0.0,0.485787128282284,0.153725174569888,0.0,0.198194660501759,0.5,0.153725174569888,0.0,0.10899615260993,0.153725174569888,0.0,0.0516027077017968,0.5,0.153725174569888,0.0,0.14336827639157,0.153725174569888,0.0,0.0851383215008751,0.153725174569888,0.0,0.428962103343943,0.153725174569888,0.0,0.467073747522439,0.153725174569888,0.0,0.479434563063576,0.153725174569888,0.0,0.199899556937076,0.153725174569888,0.0,0.0905458758764427,0.5,0.153725174569888,0.0,0.0626899712809282,0,0.959930272257787,0.84526632371048 -8394,0.5,0.153725174569888,0.0,0.465740145243127,0.153725174569888,0.0,0.558001374935847,0.153725174569888,0.0,0.150725773374508,0.153725174569888,0.0,0.142150059043989,0.153725174569888,0.0,0.493955776962567,0.153725174569888,0.0,0.325949691536103,0.153725174569888,0.0,0.506717815804152,0.153725174569888,0.0,0.160309371024425,0.5,0.153725174569888,0.0,0.130437602134144,0.153725174569888,0.0,0.0707390015062158,0.5,0.153725174569888,0.0,0.129619250204467,0.153725174569888,0.0,0.0768499261123413,0.153725174569888,0.0,0.459832926780094,0.153725174569888,0.0,0.398853857092937,0.153725174569888,0.0,0.516266334688947,0.153725174569888,0.0,0.299364481297737,0.153725174569888,0.0,0.0915306702620619,0.5,0.153725174569888,0.0,0.0874535429572554,0,0.984798234958776,0.833945808268149 -8395,0.5,0.153725174569888,0.0,0.450830225491337,0.153725174569888,0.0,0.402966857067242,0.153725174569888,0.0,0.145292107582936,0.153725174569888,0.0,0.166032674030378,0.153725174569888,0.0,0.351418089599727,0.153725174569888,0.0,0.323108369596487,0.153725174569888,0.0,0.475624413322171,0.153725174569888,0.0,0.141662539375508,0.5,0.153725174569888,0.0,0.124466574015813,0.153725174569888,0.0,0.0780605774077823,0.5,0.153725174569888,0.0,0.119626828647677,0.153725174569888,0.0,0.0777362194670334,0.153725174569888,0.0,0.422486034983913,0.153725174569888,0.0,0.349271925564115,0.153725174569888,0.0,0.543393400955854,0.153725174569888,0.0,0.282993699935155,0.153725174569888,0.0,0.125905129478115,0.5,0.153725174569888,0.0,0.108469450524652,0,0.965858027181575,0.828926793301673 -8396,0.5,0.153725174569888,0.0,0.431404644770353,0.153725174569888,0.0,0.181725036410819,0.153725174569888,0.0,0.194670238055653,0.153725174569888,0.0,0.161418159723199,0.153725174569888,0.0,0.198564815723169,0.153725174569888,0.0,0.283971395033509,0.153725174569888,0.0,0.428366505883468,0.153725174569888,0.0,0.130389444776203,0.5,0.153725174569888,0.0,0.0813672326718871,0.153725174569888,0.0,0.0843513978460233,0.5,0.153725174569888,0.0,0.141975259327226,0.153725174569888,0.0,0.0785456693802781,0.153725174569888,0.0,0.335801321627829,0.153725174569888,0.0,0.24476595631223,0.153725174569888,0.0,0.525501542300181,0.153725174569888,0.0,0.21361180865491,0.153725174569888,0.0,0.175609790506671,0.5,0.153725174569888,0.0,0.124267524815886,0,0.893361571881936,0.785744714245647 -8397,0.5,0.153725174569888,0.0,0.381501304369,0.153725174569888,0.0,0.0918007778222484,0.153725174569888,0.0,0.242653613300451,0.153725174569888,0.0,0.147292578370117,0.153725174569888,0.0,0.140342687002625,0.153725174569888,0.0,0.212524398090121,0.153725174569888,0.0,0.37792048169559,0.153725174569888,0.0,0.114650002566075,0.5,0.153725174569888,0.0,0.0372417879785113,0.153725174569888,0.0,0.0781660118269983,0.5,0.153725174569888,0.0,0.142717402806692,0.153725174569888,0.0,0.069088253062447,0.153725174569888,0.0,0.32904750288112,0.153725174569888,0.0,0.171149928156788,0.153725174569888,0.0,0.407321937339913,0.153725174569888,0.0,0.186295890253699,0.153725174569888,0.0,0.175798785619543,0.5,0.153725174569888,0.0,0.151657959885232,0,0.825159610622119,0.750462576034195 -8398,0.5,0.153725174569888,0.0,0.339809154026408,0.153725174569888,0.0,0.0710715842038874,0.153725174569888,0.0,0.251804746060891,0.153725174569888,0.0,0.157695882129787,0.153725174569888,0.0,0.119256719513009,0.153725174569888,0.0,0.176582723425196,0.153725174569888,0.0,0.289862495873938,0.153725174569888,0.0,0.121700622971507,0.5,0.153725174569888,0.0,0.0222753908834941,0.153725174569888,0.0,0.0642236591514686,0.5,0.153725174569888,0.0,0.118856465687404,0.153725174569888,0.0,0.0468966240085284,0.153725174569888,0.0,0.307129757336955,0.153725174569888,0.0,0.183171624932842,0.153725174569888,0.0,0.27708793378946,0.153725174569888,0.0,0.193655536579221,0.153725174569888,0.0,0.144454993277286,0.5,0.153725174569888,0.0,0.144127935827638,0,0.846955039187692,0.698477105290775 -8399,0.5,0.153725174569888,0.0,0.305439193059794,0.153725174569888,0.0,0.112925426471169,0.153725174569888,0.0,0.261620717256339,0.153725174569888,0.0,0.189149517587639,0.153725174569888,0.0,0.100694560364409,0.153725174569888,0.0,0.162051067713788,0.153725174569888,0.0,0.230004611392582,0.153725174569888,0.0,0.137043253656645,0.5,0.153725174569888,0.0,0.0311462505626515,0.153725174569888,0.0,0.0333678926764772,0.5,0.153725174569888,0.0,0.0962189591783853,0.153725174569888,0.0,0.0326628163193435,0.153725174569888,0.0,0.322489263590967,0.153725174569888,0.0,0.21026708789127,0.153725174569888,0.0,0.20145328970187,0.153725174569888,0.0,0.193454511198475,0.153725174569888,0.0,0.143028633899562,0.5,0.153725174569888,0.0,0.0907618790519865,0,0.894980026736954,0.497929508518643 -8400,0.5,0.153725174569888,0.0,0.245123677067493,0.153725174569888,0.0,0.168136306001719,0.153725174569888,0.0,0.264100178839424,0.153725174569888,0.0,0.226167122831249,0.153725174569888,0.0,0.0928813589140113,0.153725174569888,0.0,0.184122207073309,0.153725174569888,0.0,0.16369293513475,0.153725174569888,0.0,0.148784009902823,0.5,0.153725174569888,0.0,0.0383725623985887,0.153725174569888,0.0,0.0196248344138546,0.5,0.153725174569888,0.0,0.0645279422398896,0.153725174569888,0.0,0.0338746486152715,0.153725174569888,0.0,0.358266982074156,0.153725174569888,0.0,0.196025699874817,0.153725174569888,0.0,0.166733157449916,0.153725174569888,0.0,0.170172792333867,0.153725174569888,0.0,0.146948311158026,0.5,0.153725174569888,0.0,0.0649254202342703,0,0.939375192080996,0.481345240583316 -8401,0.5,0.153725174569888,0.0,0.227707797821798,0.153725174569888,0.0,0.192315450830559,0.153725174569888,0.0,0.205934030985837,0.153725174569888,0.0,0.257210519245688,0.153725174569888,0.0,0.107730763943935,0.153725174569888,0.0,0.214039652896249,0.153725174569888,0.0,0.139561304749873,0.153725174569888,0.0,0.14012941304098,0.5,0.153725174569888,0.0,0.0503368727663735,0.153725174569888,0.0,0.0180296735184395,0.5,0.153725174569888,0.0,0.0370716970173876,0.153725174569888,0.0,0.0317336299168591,0.153725174569888,0.0,0.387817465890984,0.153725174569888,0.0,0.207834167708974,0.153725174569888,0.0,0.145406898350781,0.153725174569888,0.0,0.129819101145438,0.153725174569888,0.0,0.128937925941548,0.5,0.153725174569888,0.0,0.0568854520136147,0,0.958941253762888,0.649476469430836 -8402,0.5,0.153725174569888,0.0,0.23738041499294,0.153725174569888,0.0,0.217738217309373,0.153725174569888,0.0,0.14805631206551,0.153725174569888,0.0,0.25924891933906,0.153725174569888,0.0,0.148011292488294,0.153725174569888,0.0,0.272455596901621,0.153725174569888,0.0,0.14094392910157,0.153725174569888,0.0,0.117407417483331,0.5,0.153725174569888,0.0,0.0716057634242995,0.153725174569888,0.0,0.0240669425182591,0.5,0.153725174569888,0.0,0.0122020248935739,0.153725174569888,0.0,0.0338283237051966,0.153725174569888,0.0,0.38288787513732,0.153725174569888,0.0,0.211458805444501,0.153725174569888,0.0,0.139380285435973,0.153725174569888,0.0,0.114083835617139,0.153725174569888,0.0,0.0888129921336769,0.5,0.153725174569888,0.0,0.071432186957622,0,0.952861643163939,0.578496961644338 -8403,0.5,0.153725174569888,0.0,0.24209018100404,0.153725174569888,0.0,0.222922611750149,0.153725174569888,0.0,0.11621288004851,0.153725174569888,0.0,0.185143431962243,0.153725174569888,0.0,0.210795142638962,0.153725174569888,0.0,0.34870161074992,0.153725174569888,0.0,0.179078696860926,0.153725174569888,0.0,0.116960492158668,0.5,0.153725174569888,0.0,0.110761845973747,0.153725174569888,0.0,0.0252507638242842,0.5,0.153725174569888,0.0,0.00439906557117262,0.153725174569888,0.0,0.0294963999074928,0.153725174569888,0.0,0.426952616040229,0.153725174569888,0.0,0.23411921757657,0.153725174569888,0.0,0.130979783562595,0.153725174569888,0.0,0.0994904070165784,0.153725174569888,0.0,0.0538392788807682,0.5,0.153725174569888,0.0,0.0543770357413687,0,0.956163719520115,0.557092994445736 -8404,0.5,0.153725174569888,0.0,0.232348780088239,0.153725174569888,0.0,0.223003030933196,0.153725174569888,0.0,0.100462849095499,0.153725174569888,0.0,0.128216339973815,0.153725174569888,0.0,0.346357039791792,0.153725174569888,0.0,0.429235332878451,0.153725174569888,0.0,0.249947968993964,0.153725174569888,0.0,0.149444715351522,0.5,0.153725174569888,0.0,0.162869219034346,0.153725174569888,0.0,0.0278679164840124,0.5,0.153725174569888,0.0,0.00461485185789285,0.153725174569888,0.0,0.0287438719319724,0.153725174569888,0.0,0.443550485729748,0.153725174569888,0.0,0.308382294942638,0.153725174569888,0.0,0.138384024676977,0.153725174569888,0.0,0.10074129073059,0.153725174569888,0.0,0.035668717326618,0.5,0.153725174569888,0.0,0.0353677925481102,0,0.959226942024965,0.867039649380474 -8405,0.5,0.153725174569888,0.0,0.201356503853481,0.153725174569888,0.0,0.199796190026801,0.153725174569888,0.0,0.0925228673396105,0.153725174569888,0.0,0.0899797714219408,0.153725174569888,0.0,0.531311285388301,0.153725174569888,0.0,0.522544931901715,0.153725174569888,0.0,0.369002920216903,0.153725174569888,0.0,0.210939058347991,0.5,0.153725174569888,0.0,0.221786510644926,0.153725174569888,0.0,0.0221219129927453,0.5,0.153725174569888,0.0,0.0174656978712246,0.153725174569888,0.0,0.0411773847001522,0.153725174569888,0.0,0.389658282563471,0.153725174569888,0.0,0.365144316904877,0.153725174569888,0.0,0.17306637331431,0.153725174569888,0.0,0.144157657943842,0.153725174569888,0.0,0.0284497164174413,0.5,0.153725174569888,0.0,0.0226828122177883,0,0.928358976440026,0.992977768402573 -8406,0.5,0.153725174569888,0.0,0.170535564429176,0.153725174569888,0.0,0.225340337242232,0.153725174569888,0.0,0.104374702814752,0.153725174569888,0.0,0.0750188941111663,0.153725174569888,0.0,0.64959908319889,0.153725174569888,0.0,0.544470151275102,0.153725174569888,0.0,0.420435584364863,0.153725174569888,0.0,0.305330859381499,0.5,0.153725174569888,0.0,0.316482016102403,0.153725174569888,0.0,0.0281718287464449,0.5,0.153725174569888,0.0,0.0586884138322053,0.153725174569888,0.0,0.0542657904143859,0.153725174569888,0.0,0.414371492268506,0.153725174569888,0.0,0.458994576668983,0.153725174569888,0.0,0.206623893218362,0.153725174569888,0.0,0.235074472355897,0.153725174569888,0.0,0.0386276082400638,0.5,0.153725174569888,0.0,0.0230094387160012,0,0.86422322484472,1.00682680199679 -8407,0.5,0.153725174569888,0.0,0.154555696486694,0.153725174569888,0.0,0.3172539356958,0.153725174569888,0.0,0.143390906363893,0.153725174569888,0.0,0.0735932258248181,0.153725174569888,0.0,0.685760770767724,0.153725174569888,0.0,0.597056365388426,0.153725174569888,0.0,0.45550547751229,0.153725174569888,0.0,0.415801031603685,0.5,0.153725174569888,0.0,0.466470297042523,0.153725174569888,0.0,0.0318625466658294,0.5,0.153725174569888,0.0,0.148549524585519,0.153725174569888,0.0,0.069209952926942,0.153725174569888,0.0,0.408345041461624,0.153725174569888,0.0,0.554140101759966,0.153725174569888,0.0,0.235760113508631,0.153725174569888,0.0,0.340861345227552,0.153725174569888,0.0,0.0803744418506159,0.5,0.153725174569888,0.0,0.0298250369960858,0,0.827698098702535,1.00780854499932 -8408,0.5,0.153725174569888,0.0,0.165129327854838,0.153725174569888,0.0,0.337746287116623,0.153725174569888,0.0,0.196328382946628,0.153725174569888,0.0,0.078719109166829,0.153725174569888,0.0,0.727055849733527,0.153725174569888,0.0,0.64660906136261,0.153725174569888,0.0,0.504011955989965,0.153725174569888,0.0,0.505760279248809,0.5,0.153725174569888,0.0,0.622404342440838,0.153725174569888,0.0,0.0359675679371516,0.5,0.153725174569888,0.0,0.280282190477631,0.153725174569888,0.0,0.0962660409429656,0.153725174569888,0.0,0.535560427010971,0.153725174569888,0.0,0.602438344365448,0.153725174569888,0.0,0.284652765126269,0.153725174569888,0.0,0.491634787760172,0.153725174569888,0.0,0.142971428721167,0.5,0.153725174569888,0.0,0.0390046709039316,0,0.7065399865026,1.00809004323731 -8409,0.5,0.153725174569888,7.68916901974509e-05,0.18898481517725,0.153725174569888,0.0,0.372139889440984,0.153725174569888,0.000313197033988084,0.268223835238693,0.153725174569888,0.000960970718681337,0.0943022123722268,0.153725174569888,0.0,0.793513213037517,0.153725174569888,0.0,0.786257632680177,0.153725174569888,0.0,0.587895181391735,0.153725174569888,0.0,0.593456574511675,0.5,0.153725174569888,0.0,0.668076840894195,0.153725174569888,0.00292175403768705,0.0377441788479808,0.5,0.153725174569888,0.000298309199230355,0.273362654728923,0.153725174569888,0.00180760011011683,0.1236794857626,0.153725174569888,0.0,0.629850436950394,0.153725174569888,0.0,0.686594526925443,0.153725174569888,0.0,0.355813927858204,0.153725174569888,0.0,0.584679613126229,0.153725174569888,0.00126431351859582,0.187258740493495,0.5,0.153725174569888,0.00394410308182449,0.0493244658617137,0,0.570772593329258,1.00910207042285 -8410,0.5,0.153725174569888,0.0345868811752117,0.221400207804849,0.153725174569888,0.00555480582623801,0.502095512180316,0.153725174569888,0.0311048686149786,0.331906132674963,0.153725174569888,0.0266027799976764,0.129673914916124,0.153725174569888,0.00444702407392306,0.841511914215907,0.153725174569888,0.00231138622405692,0.839101155238348,0.153725174569888,0.00802590472311489,0.738801096177654,0.153725174569888,0.00416510967393191,0.743145041430564,0.5,0.153725174569888,0.0113807693383912,0.682334865448034,0.153725174569888,0.0647827750872017,0.0400748686659125,0.5,0.153725174569888,0.0256027015152145,0.294269462786125,0.153725174569888,0.0527304127634332,0.199250320542554,0.153725174569888,0.0034787478623506,0.622543720156443,0.153725174569888,0.0046903854392656,0.76010986630985,0.153725174569888,0.0157871300341754,0.472320561311385,0.153725174569888,0.0198255903555658,0.676835900981988,0.153725174569888,0.0293693016629992,0.248854340956624,0.5,0.153725174569888,0.0509867909660734,0.0862019447212628,0,0.66513349794918,1.00989831321711 -8411,0.5,0.153725174569888,0.0759850186220245,0.265741543943132,0.153725174569888,0.0331967611169783,0.544052143584455,0.153725174569888,0.0727062711184199,0.418885998691602,0.153725174569888,0.069961997048279,0.205158959230819,0.153725174569888,0.0110831057015024,0.884755537968556,0.153725174569888,0.00750003491375205,0.815456419161366,0.153725174569888,0.0193176865242759,0.824381505941997,0.153725174569888,0.0148874456419933,0.765403198160811,0.5,0.153725174569888,0.0196307278879583,0.555870604942552,0.153725174569888,0.15323532047993,0.067563894076998,0.5,0.153725174569888,0.0500970470736248,0.432599624766412,0.153725174569888,0.107292749728509,0.295817710388806,0.153725174569888,0.0226379401409735,0.644687033563095,0.153725174569888,0.017696486817585,0.805827930799105,0.153725174569888,0.0454703733220688,0.599080917093866,0.153725174569888,0.0460445259795611,0.78188985134748,0.153725174569888,0.0632371494502149,0.371588743589188,0.5,0.153725174569888,0.0864607923583114,0.127469147189217,0,0.719473371677782,1.01011692226921 -8412,0.5,0.153725174569888,0.108633773829097,0.305570029344752,0.153725174569888,0.0473716350911866,0.587187538031001,0.153725174569888,0.0938537206261919,0.583424583974588,0.153725174569888,0.104700800485582,0.308216700293051,0.153725174569888,0.0152958024349283,0.882416502042979,0.153725174569888,0.00576876729672061,0.648379530635159,0.153725174569888,0.0225750844259629,0.889344264783289,0.153725174569888,0.0143597167167445,0.715969059895707,0.5,0.153725174569888,0.0216023248860255,0.675300185257262,0.153725174569888,0.17619727480694,0.105143035930747,0.5,0.153725174569888,0.0507834923124307,0.601498206991774,0.153725174569888,0.106604097637333,0.343034241738059,0.153725174569888,0.034975849183357,0.710426511259274,0.153725174569888,0.021354272972474,0.82536748582794,0.153725174569888,0.0516095291601988,0.672805482640853,0.153725174569888,0.0482015326831277,0.83357575798139,0.153725174569888,0.0882291853017373,0.431808063370087,0.5,0.153725174569888,0.13058554229438,0.139052958760889,0,0.691936253545694,0.821790636041425 -8413,0.5,0.153725174569888,0.10473450360834,0.372349338857741,0.153725174569888,0.0427991698684666,0.651837896561166,0.153725174569888,0.0799685139397082,0.661398010194739,0.153725174569888,0.112380624561167,0.434334818287208,0.153725174569888,0.0144590992301208,0.836590303122219,0.153725174569888,0.00158256168012727,0.521707685515636,0.153725174569888,0.0214385902060381,0.873933275417135,0.153725174569888,0.0077431378770522,0.671686072832973,0.5,0.153725174569888,0.0173502497726034,0.832720970935672,0.153725174569888,0.113754034954758,0.115069423069899,0.5,0.153725174569888,0.0464586489319082,0.801484488284801,0.153725174569888,0.0759993613363908,0.415523457029557,0.153725174569888,0.0301948293095214,0.736603562569927,0.153725174569888,0.0167061309562845,0.808682004891663,0.153725174569888,0.0448003852291693,0.732869851532748,0.153725174569888,0.0397844998077106,0.818353675012726,0.153725174569888,0.0842290262951724,0.520641524705733,0.5,0.153725174569888,0.134109708269556,0.149794717557923,0,0.624624186153998,0.70186995774067 -8414,0.5,0.153725174569888,0.0707054044438087,0.431295253028297,0.153725174569888,0.0194101239380111,0.645777693337009,0.153725174569888,0.0494121805124257,0.654073352396026,0.153725174569888,0.0791352468283727,0.470542408208598,0.153725174569888,0.00702181695696082,0.736189318068917,0.153725174569888,0.000536760577472536,0.567863941754477,0.153725174569888,0.00981514478575771,0.816792956294392,0.153725174569888,0.00184910460024175,0.557671457665737,0.5,0.153725174569888,0.00674814514570812,0.763192213258339,0.153725174569888,0.079458914187987,0.1187168739702,0.5,0.153725174569888,0.0289626189445805,0.781964180474031,0.153725174569888,0.0514466140058612,0.552748678299107,0.153725174569888,0.018346659285015,0.738417131898727,0.153725174569888,0.00685993587238507,0.742987326241866,0.153725174569888,0.0306643345936026,0.767184571701126,0.153725174569888,0.0296140441096102,0.768563829881135,0.153725174569888,0.059576898794185,0.579500272722009,0.5,0.153725174569888,0.0993281559172808,0.167835418854578,0,0.543875858067534,0.824658114368281 -8415,0.5,0.153725174569888,0.0297481270428036,0.457133623193901,0.153725174569888,0.00704730838876741,0.597057267673414,0.153725174569888,0.0217194969074109,0.635359294347485,0.153725174569888,0.0312475066562039,0.368859534939694,0.153725174569888,0.000795587160950227,0.631710245663611,0.153725174569888,0.00058158354059113,0.441123371590852,0.153725174569888,0.00139939283116895,0.696195064706613,0.153725174569888,0.000594653925621743,0.349532774129001,0.5,0.153725174569888,0.00121544966380382,0.604769561862568,0.153725174569888,0.0439854514909031,0.165252452593104,0.5,0.153725174569888,0.00867848565894157,0.761661707569569,0.153725174569888,0.0218067236918732,0.533800960159422,0.153725174569888,0.00491203764606982,0.741881740084803,0.153725174569888,0.0019642413476933,0.642240249068343,0.153725174569888,0.0105646470225259,0.794213670815289,0.153725174569888,0.0113431490765404,0.658330054133276,0.153725174569888,0.0273793150523239,0.577936870645554,0.5,0.153725174569888,0.0526948381515012,0.194436356008573,0,0.556134427675476,0.826194210472052 -8416,0.5,0.153725174569888,0.000172066814550045,0.463070360036403,0.153725174569888,0.000249661812888849,0.598082505621696,0.153725174569888,0.000102304368535581,0.568061523262259,0.153725174569888,0.0,0.253785993660584,0.153725174569888,4.85144969424341e-06,0.48796224743514,0.153725174569888,0.000233834437909349,0.280285219454919,0.153725174569888,6.38651768010493e-05,0.482406939005216,0.153725174569888,0.000355098120311039,0.261109826877992,0.5,0.153725174569888,0.000194365054414837,0.437575207173158,0.153725174569888,0.00679858557034459,0.164297884938146,0.5,0.153725174569888,0.000624944153887139,0.752437318746276,0.153725174569888,0.00285691887765715,0.546141044222761,0.153725174569888,6.42149116027025e-05,0.679612851799643,0.153725174569888,1.3046670287866e-05,0.473704854471106,0.153725174569888,0.000220059214479779,0.683297838979654,0.153725174569888,7.96850757755071e-05,0.561916404794857,0.153725174569888,0.00018171480378039,0.494397080678799,0.5,0.153725174569888,0.00095069444067333,0.255273041782194,0,0.599405259595893,0.867471876493326 -8417,0.5,0.153725174569888,0.0,0.44618004515329,0.153725174569888,0.0,0.45017101686238,0.153725174569888,0.0,0.442207645107178,0.153725174569888,0.0,0.223025218317135,0.153725174569888,0.0,0.341525184764896,0.153725174569888,0.0,0.200670659829058,0.153725174569888,0.0,0.325048036008733,0.153725174569888,0.0,0.171258278877294,0.5,0.153725174569888,0.0,0.317410736789308,0.153725174569888,0.0,0.350637249434831,0.5,0.153725174569888,0.0,0.694926880359911,0.153725174569888,0.0,0.535246519942905,0.153725174569888,0.0,0.595040769806194,0.153725174569888,0.0,0.372841347316221,0.153725174569888,0.0,0.580107984798534,0.153725174569888,0.0,0.394421251616627,0.153725174569888,0.0,0.436635691785044,0.5,0.153725174569888,0.0,0.314558369713441,0,0.649480473060824,0.534041666613711 -8418,0.5,0.153725174569888,0.0,0.408738849276879,0.153725174569888,0.0,0.437107820591191,0.153725174569888,0.0,0.480721996445106,0.153725174569888,0.0,0.221427795674644,0.153725174569888,0.0,0.249912552127906,0.153725174569888,0.0,0.172475731949484,0.153725174569888,0.0,0.295447868476743,0.153725174569888,0.0,0.13622527351831,0.5,0.153725174569888,0.0,0.252273789968107,0.153725174569888,0.0,0.556730413465558,0.5,0.153725174569888,0.0,0.795113799297813,0.153725174569888,0.0,0.378500161610653,0.153725174569888,0.0,0.452568708004359,0.153725174569888,0.0,0.4043820032561,0.153725174569888,0.0,0.486095785835978,0.153725174569888,0.0,0.211262632317231,0.153725174569888,0.0,0.513610018507188,0.5,0.153725174569888,0.0,0.299382451595392,0,0.696565103991274,0.262274457006069 -8419,0.5,0.153725174569888,0.0,0.364141061281224,0.153725174569888,0.0,0.346977658515396,0.153725174569888,0.0,0.558069462897739,0.153725174569888,0.0,0.265821808298343,0.153725174569888,0.0,0.209485305336424,0.153725174569888,0.0,0.155625073393667,0.153725174569888,0.0,0.227395895830768,0.153725174569888,0.0,0.119331703313294,0.5,0.153725174569888,0.0,0.20679367271077,0.153725174569888,0.0,0.620108840178079,0.5,0.153725174569888,0.0,0.757763709332632,0.153725174569888,0.0,0.275387612118425,0.153725174569888,0.0,0.27343937778539,0.153725174569888,0.0,0.25691098202218,0.153725174569888,0.0,0.364489620142968,0.153725174569888,0.0,0.118990837293919,0.153725174569888,0.0,0.517923783600259,0.5,0.153725174569888,0.0,0.50769312178658,0,0.702305726099936,0.282956124827547 -8420,0.5,0.153725174569888,0.0,0.31458745349787,0.153725174569888,0.0,0.275817936517133,0.153725174569888,0.0,0.490312359989908,0.153725174569888,0.0,0.403479878165936,0.153725174569888,0.0,0.17203911970664,0.153725174569888,0.0,0.158474602873005,0.153725174569888,0.0,0.180113501408507,0.153725174569888,0.0,0.116356565501385,0.5,0.153725174569888,0.0,0.172329430486823,0.153725174569888,0.0,0.518718084033709,0.5,0.153725174569888,0.0,0.697829626058281,0.153725174569888,0.0,0.214385325515752,0.153725174569888,0.0,0.252691867099934,0.153725174569888,0.0,0.231427475838844,0.153725174569888,0.0,0.269319611710069,0.153725174569888,0.0,0.0912006829018902,0.153725174569888,0.0,0.444835135727323,0.5,0.153725174569888,0.0,0.519648772290168,0,0.641957433950203,0.36778796883594 -8421,0.5,0.153725174569888,0.0,0.283534172090357,0.153725174569888,0.0,0.222664334568722,0.153725174569888,0.0,0.36595488260905,0.153725174569888,0.0,0.434557753401501,0.153725174569888,0.0,0.192838128219493,0.153725174569888,0.0,0.16561804389059,0.153725174569888,0.0,0.180050380885644,0.153725174569888,0.0,0.120963902738595,0.5,0.153725174569888,0.0,0.155904829099644,0.153725174569888,0.0,0.444965537979156,0.5,0.153725174569888,0.0,0.634153040803917,0.153725174569888,0.0,0.164180667338683,0.153725174569888,0.0,0.38931674711369,0.153725174569888,0.0,0.216606143473747,0.153725174569888,0.0,0.223422598121203,0.153725174569888,0.0,0.0895411174312917,0.153725174569888,0.0,0.385102271050414,0.5,0.153725174569888,0.0,0.398465173894958,0,0.561087442984317,0.531383994939958 -8422,0.5,0.153725174569888,0.0,0.269238378775956,0.153725174569888,0.0,0.193428019298725,0.153725174569888,0.0,0.287149692121245,0.153725174569888,0.0,0.39953351934421,0.153725174569888,0.0,0.233340957093022,0.153725174569888,0.0,0.173020223314106,0.153725174569888,0.0,0.175814829046531,0.153725174569888,0.0,0.130608849180971,0.5,0.153725174569888,0.0,0.151022939273145,0.153725174569888,0.0,0.387190279982483,0.5,0.153725174569888,0.0,0.522483763737325,0.153725174569888,0.0,0.125651661364363,0.153725174569888,0.0,0.398369999743719,0.153725174569888,0.0,0.268426356579733,0.153725174569888,0.0,0.223287148673769,0.153725174569888,0.0,0.0881840044385463,0.153725174569888,0.0,0.325805297752145,0.5,0.153725174569888,0.0,0.309163509447993,0,0.530601058377825,0.538469043952168 -8423,0.5,0.153725174569888,0.0,0.254079277153233,0.153725174569888,0.0,0.226487398801313,0.153725174569888,0.0,0.263629259215438,0.153725174569888,0.0,0.339258994142175,0.153725174569888,0.0,0.267525316463723,0.153725174569888,0.0,0.199407538098783,0.153725174569888,0.0,0.206606049310185,0.153725174569888,0.0,0.161471845776427,0.5,0.153725174569888,0.0,0.149161742809937,0.153725174569888,0.0,0.340491348093996,0.5,0.153725174569888,0.0,0.466607327733603,0.153725174569888,0.0,0.101734761580327,0.153725174569888,0.0,0.324575120326376,0.153725174569888,0.0,0.311908238652859,0.153725174569888,0.0,0.177490602589637,0.153725174569888,0.0,0.0834290452611109,0.153725174569888,0.0,0.27495501695386,0.5,0.153725174569888,0.0,0.267119191638234,0,0.521240363700339,0.60685815657133 -8424,0.5,0.153725174569888,0.0,0.24506248645909,0.153725174569888,0.0,0.125018051477542,0.153725174569888,0.0,0.269698633085103,0.153725174569888,0.0,0.292240621331545,0.153725174569888,0.0,0.294401181704221,0.153725174569888,0.0,0.27229983129158,0.153725174569888,0.0,0.264007982020685,0.153725174569888,0.0,0.194724492331237,0.5,0.153725174569888,0.0,0.148156884261382,0.153725174569888,0.0,0.30115639143016,0.5,0.153725174569888,0.0,0.466450269974802,0.153725174569888,0.0,0.0936871650398491,0.153725174569888,0.0,0.225947208960364,0.153725174569888,0.0,0.364431008649407,0.153725174569888,0.0,0.211757154931672,0.153725174569888,0.0,0.0953286015123446,0.153725174569888,0.0,0.234012519793645,0.5,0.153725174569888,0.0,0.247674703706236,0,0.636394618549549,0.603847324626514 -8425,0.5,0.153725174569888,0.0,0.239672282041542,0.153725174569888,0.0,0.252827697216647,0.153725174569888,0.0,0.235675063115173,0.153725174569888,0.0,0.281669033184233,0.153725174569888,0.0,0.371456644324049,0.153725174569888,0.0,0.34384869908806,0.153725174569888,0.0,0.374382410802065,0.153725174569888,0.0,0.218054396504943,0.5,0.153725174569888,0.0,0.148830211484723,0.153725174569888,0.0,0.290115260513693,0.5,0.153725174569888,0.0,0.487260710632709,0.153725174569888,0.0,0.104602525026077,0.153725174569888,0.0,0.294204195997579,0.153725174569888,0.0,0.383302110610928,0.153725174569888,0.0,0.283651755847269,0.153725174569888,0.0,0.115849356715621,0.153725174569888,0.0,0.213480922969068,0.5,0.153725174569888,0.0,0.247445790791839,0,0.446612976198755,0.584789763803229 -8426,0.5,0.153725174569888,0.0,0.19043964822062,0.153725174569888,0.0,0.333441769015605,0.153725174569888,0.0,0.19822483649471,0.153725174569888,0.0,0.272412615183337,0.153725174569888,0.0,0.414789768163683,0.153725174569888,0.0,0.34821000590772,0.153725174569888,0.0,0.490923185627616,0.153725174569888,0.0,0.217338283874448,0.5,0.153725174569888,0.0,0.152765785620502,0.153725174569888,0.0,0.315004891761967,0.5,0.153725174569888,0.0,0.475891742672466,0.153725174569888,0.0,0.119832395757454,0.153725174569888,0.0,0.330382049538926,0.153725174569888,0.0,0.389356121331471,0.153725174569888,0.0,0.328005537706634,0.153725174569888,0.0,0.144125841875384,0.153725174569888,0.0,0.208882074334708,0.5,0.153725174569888,0.0,0.254399354271403,0,0.542005490283198,0.417459758154686 -8427,0.5,0.153725174569888,0.0,0.178065793191861,0.153725174569888,0.0,0.32223541904154,0.153725174569888,0.0,0.215139910304344,0.153725174569888,0.0,0.213905946737054,0.153725174569888,0.0,0.389245192637465,0.153725174569888,0.0,0.317878788413937,0.153725174569888,0.0,0.490062107470646,0.153725174569888,0.0,0.195408759339258,0.5,0.153725174569888,0.0,0.149273634891279,0.153725174569888,0.0,0.360777703898725,0.5,0.153725174569888,0.0,0.478441642661776,0.153725174569888,0.0,0.141511956553189,0.153725174569888,0.0,0.337145749608816,0.153725174569888,0.0,0.384545154740904,0.153725174569888,0.0,0.372573581699482,0.153725174569888,0.0,0.170900765805111,0.153725174569888,0.0,0.231073617472311,0.5,0.153725174569888,0.0,0.24792964478099,0,0.510978445152408,0.346285670980427 -8428,0.5,0.153725174569888,0.0,0.175193405115852,0.153725174569888,0.0,0.280597061722792,0.153725174569888,0.0,0.281476014961207,0.153725174569888,0.0,0.183764253776702,0.153725174569888,0.0,0.329222154042433,0.153725174569888,0.0,0.319728065914129,0.153725174569888,0.0,0.41205039389169,0.153725174569888,0.0,0.200435395721104,0.5,0.153725174569888,0.0,0.139989030115801,0.153725174569888,0.0,0.385589067766744,0.5,0.153725174569888,0.0,0.522521500853744,0.153725174569888,0.0,0.15413175213138,0.153725174569888,0.0,0.269630681834853,0.153725174569888,0.0,0.323971651185307,0.153725174569888,0.0,0.392440582717562,0.153725174569888,0.0,0.152118960571284,0.153725174569888,0.0,0.253514152633033,0.5,0.153725174569888,0.0,0.239209530497883,0,0.31478814027725,0.424800807659002 -8429,0.5,0.153725174569888,0.0,0.204193670284354,0.153725174569888,0.0,0.237896557526052,0.153725174569888,0.0,0.380005630149477,0.153725174569888,0.0,0.223590228749756,0.153725174569888,0.0,0.343699141207482,0.153725174569888,0.0,0.365195712311696,0.153725174569888,0.0,0.367595042242303,0.153725174569888,0.0,0.225396973472038,0.5,0.153725174569888,0.0,0.15562431641371,0.153725174569888,0.0,0.39193881387335,0.5,0.153725174569888,0.0,0.565433264793703,0.153725174569888,0.0,0.159574176728614,0.153725174569888,0.0,0.177891112035816,0.153725174569888,0.0,0.337540969290463,0.153725174569888,0.0,0.319976514130048,0.153725174569888,0.0,0.112396225147761,0.153725174569888,0.0,0.279335155901396,0.5,0.153725174569888,0.0,0.252354160458741,0,0.296869363947993,0.528572503927652 -8430,0.5,0.153725174569888,0.0,0.206508260041318,0.153725174569888,0.0,0.260978612831686,0.153725174569888,0.0,0.365646837924068,0.153725174569888,0.0,0.277789353346328,0.153725174569888,0.0,0.423049304797107,0.153725174569888,0.0,0.380761883231723,0.153725174569888,0.0,0.398844510160006,0.153725174569888,0.0,0.245120149580932,0.5,0.153725174569888,0.0,0.178763262533313,0.153725174569888,0.0,0.385085845736151,0.5,0.153725174569888,0.0,0.524816138067281,0.153725174569888,0.0,0.17441445034453,0.153725174569888,0.0,0.138287815853635,0.153725174569888,0.0,0.428912053478288,0.153725174569888,0.0,0.27263864168461,0.153725174569888,0.0,0.110533386036479,0.153725174569888,0.0,0.29208472600279,0.5,0.153725174569888,0.0,0.276899256923117,0,0.53119500907122,0.459930662540879 -8431,0.5,0.153725174569888,0.0,0.175520261257374,0.153725174569888,0.0,0.356054994894949,0.153725174569888,0.0,0.293913901931855,0.153725174569888,0.0,0.343968774717479,0.153725174569888,0.0,0.482289563657044,0.153725174569888,0.0,0.40627363911364,0.153725174569888,0.0,0.449346830824378,0.153725174569888,0.0,0.271696941591709,0.5,0.153725174569888,0.0,0.210523373815038,0.153725174569888,0.0,0.373647292371925,0.5,0.153725174569888,0.0,0.495221662501083,0.153725174569888,0.0,0.175836972622727,0.153725174569888,0.0,0.171321221372647,0.153725174569888,0.0,0.502863099950921,0.153725174569888,0.0,0.312922639891513,0.153725174569888,0.0,0.128577627006918,0.153725174569888,0.0,0.301971639563967,0.5,0.153725174569888,0.0,0.304412137766528,0,0.335131533984798,0.418206356262383 -8432,0.5,0.153725174569888,0.0,0.162208532701497,0.153725174569888,0.0,0.485674028967347,0.153725174569888,0.0,0.261921713824049,0.153725174569888,0.0,0.335596812053309,0.153725174569888,0.0,0.508805216186614,0.153725174569888,0.0,0.464168018174949,0.153725174569888,0.0,0.48054486727311,0.153725174569888,0.0,0.310840101533691,0.5,0.153725174569888,0.0,0.237251780938473,0.153725174569888,0.0,0.375559430299271,0.5,0.153725174569888,0.0,0.506438737097387,0.153725174569888,0.0,0.174502460259779,0.153725174569888,0.0,0.267961649215889,0.153725174569888,0.0,0.519213947915663,0.153725174569888,0.0,0.386512276115162,0.153725174569888,0.0,0.146952006366003,0.153725174569888,0.0,0.304638766873316,0.5,0.153725174569888,0.0,0.343892043832585,0,0.418131455522755,0.480942368187853 -8433,0.5,0.153725174569888,1.07614217819841e-05,0.172601200015313,0.153725174569888,0.0,0.561301228462297,0.153725174569888,1.11832296493246e-05,0.2742318551287,0.153725174569888,6.85983169101726e-05,0.319747663880289,0.153725174569888,0.0,0.568006527614723,0.153725174569888,0.0,0.535255637126154,0.153725174569888,0.0,0.488536663000841,0.153725174569888,0.0,0.360644304394948,0.5,0.153725174569888,0.0,0.291486575779839,0.153725174569888,3.97916868715505e-05,0.371599672420454,0.5,0.153725174569888,0.0,0.503269801556131,0.153725174569888,1.02955777128575e-05,0.179748822839585,0.153725174569888,0.0,0.344203727413835,0.153725174569888,0.0,0.501287357431421,0.153725174569888,0.0,0.44359123328178,0.153725174569888,0.0,0.190355168496149,0.153725174569888,1.27880507869811e-05,0.313356690864919,0.5,0.153725174569888,0.000220867963648094,0.374065916964068,0,0.415350267376957,0.601298437664465 -8434,0.5,0.153725174569888,0.00176659376105055,0.19947769063994,0.153725174569888,0.000218947112199567,0.473206319463145,0.153725174569888,0.00122803057527857,0.316416292559719,0.153725174569888,0.00276495298711072,0.283097926696957,0.153725174569888,8.82419893281171e-05,0.622921705378243,0.153725174569888,3.97334117854702e-05,0.593070594441123,0.153725174569888,0.000148455474814312,0.527321074073569,0.153725174569888,0.000364254727742057,0.413741213217867,0.5,0.153725174569888,0.000523635874590716,0.397581916691702,0.153725174569888,0.000514013012144443,0.373310074367647,0.5,0.153725174569888,0.000431963582649334,0.500850562960535,0.153725174569888,0.000548481758523796,0.205911083987338,0.153725174569888,0.00012588444350464,0.355601380705993,0.153725174569888,0.000109352716149403,0.507751166902161,0.153725174569888,0.000273411600781741,0.462504673214247,0.153725174569888,0.000854765029204888,0.201652487584126,0.153725174569888,0.000390721178964478,0.314932819995411,0.5,0.153725174569888,0.000724760190830214,0.391146018343667,0,0.26787823107952,0.683657955301853 -8435,0.5,0.153725174569888,0.00185646118267048,0.226310280615294,0.153725174569888,0.000767435125850738,0.435508670171905,0.153725174569888,0.00397283951508732,0.319704458997292,0.153725174569888,0.0071253980647223,0.263268304607847,0.153725174569888,0.000366791108387846,0.656346916597444,0.153725174569888,0.000519901207033445,0.625078073787553,0.153725174569888,0.000321261417314737,0.63052855366953,0.153725174569888,0.000810049837095216,0.484560681533422,0.5,0.153725174569888,0.00098425752522276,0.483234752071594,0.153725174569888,0.00121000487691555,0.385221371542397,0.5,0.153725174569888,0.00123774069983597,0.541358226927804,0.153725174569888,0.00221901381543262,0.218198516094584,0.153725174569888,0.000467248183593544,0.360835469778674,0.153725174569888,0.000331542416770289,0.528786090780902,0.153725174569888,0.000946090761784572,0.476020913903366,0.153725174569888,0.00277629840427353,0.2274327160076,0.153725174569888,0.00107577800132626,0.317962252824028,0.5,0.153725174569888,0.00122688942895239,0.39313513811064,0,0.126987287768015,0.829024526020461 -8436,0.5,0.153725174569888,0.0021759451600841,0.265125757766412,0.153725174569888,0.000736008970713162,0.435614125795795,0.153725174569888,0.014051642944167,0.341916303698355,0.153725174569888,0.0066306843411299,0.264617438416727,0.153725174569888,0.000865440699942988,0.699667457649962,0.153725174569888,0.00110966990772909,0.725570720089791,0.153725174569888,0.000631758013824327,0.705100668108932,0.153725174569888,0.00179581225896505,0.57036091307805,0.5,0.153725174569888,0.00131466475424215,0.545846464177527,0.153725174569888,0.00342613854947618,0.412783410726828,0.5,0.153725174569888,0.00189111292041667,0.635059561430894,0.153725174569888,0.00505626561707763,0.243049763427763,0.153725174569888,0.000680823993613914,0.403045098598396,0.153725174569888,0.000728561173610694,0.582383467893268,0.153725174569888,0.00108141960063018,0.492127708297083,0.153725174569888,0.00192661680300722,0.301203310039013,0.153725174569888,0.00216351918156439,0.362085384951588,0.5,0.153725174569888,0.00181935021501346,0.402164735002656,0,0.0803509700234728,0.974996768548508 -8437,0.5,0.153725174569888,0.00236469218647998,0.274468717266268,0.153725174569888,0.000627568496721095,0.48088550683103,0.153725174569888,0.0164147388657488,0.375669613074281,0.153725174569888,0.00560578506940703,0.291852945854242,0.153725174569888,0.000959903181469978,0.770197882236727,0.153725174569888,0.00144868642002981,0.853425190221049,0.153725174569888,0.000811677977794872,0.769633048066006,0.153725174569888,0.00268015793021304,0.641881254172776,0.5,0.153725174569888,0.0023334662724936,0.632744145062777,0.153725174569888,0.00504305982424655,0.429398742632441,0.5,0.153725174569888,0.00149750119133371,0.756095999587445,0.153725174569888,0.00670074895907407,0.278953377049659,0.153725174569888,0.000773053717038933,0.489899148596198,0.153725174569888,0.000908340266838462,0.662835508523962,0.153725174569888,0.000958271714432809,0.542074993832782,0.153725174569888,0.00107112126253011,0.371044901498637,0.153725174569888,0.00221526229907023,0.438597414401015,0.5,0.153725174569888,0.0024586776277134,0.429167860224781,0,0.0719366754061253,0.993401797180276 -8438,0.5,0.153725174569888,0.00163481758405845,0.269548140429528,0.153725174569888,0.00090680577000304,0.595072928005252,0.153725174569888,0.00556987675865389,0.494319079139462,0.153725174569888,0.00366048250322443,0.326489262598094,0.153725174569888,0.000859838345394996,0.846119593034041,0.153725174569888,0.000941887550226575,0.952898736092277,0.153725174569888,0.000722960620314309,0.854798162588509,0.153725174569888,0.00220748797837639,0.732690822541724,0.5,0.153725174569888,0.00288662531331973,0.734696440656472,0.153725174569888,0.00508779555253645,0.457336243218897,0.5,0.153725174569888,0.00099392812346534,0.805428616708116,0.153725174569888,0.00454841979049557,0.344074810554852,0.153725174569888,0.000721142027409484,0.630639662670236,0.153725174569888,0.000646786228432691,0.732524855584298,0.153725174569888,0.000848500913352999,0.63711779186136,0.153725174569888,0.0011980336785341,0.442750134099667,0.153725174569888,0.0016462680891683,0.491632106172471,0.5,0.153725174569888,0.00189065934673018,0.445575723180983,0,0.0916937461404618,0.997533241373412 -8439,0.5,0.153725174569888,0.000667181762479252,0.296315648578702,0.153725174569888,0.000404829861229881,0.734842054668644,0.153725174569888,0.000900661302686885,0.60332317059111,0.153725174569888,0.000859995426236191,0.384839447538969,0.153725174569888,0.000518855524074536,0.920376827934467,0.153725174569888,0.000449957575974358,0.986509107414811,0.153725174569888,0.000414336178047953,0.938912306682544,0.153725174569888,0.00165832704068021,0.832692413856012,0.5,0.153725174569888,0.00188629788377901,0.813270513829963,0.153725174569888,0.00384830246569946,0.534292480973821,0.5,0.153725174569888,0.00062220691501684,0.824822676909139,0.153725174569888,0.00169906695887048,0.408261471809871,0.153725174569888,0.000315834719792232,0.760750938484367,0.153725174569888,0.000329048152517932,0.793315451881592,0.153725174569888,0.000413521234642847,0.719098913757674,0.153725174569888,0.000973975260752531,0.487356500919506,0.153725174569888,0.000692157784378446,0.545181502848662,0.5,0.153725174569888,0.00118109048846822,0.498164835587985,0,0.145066524417676,1.00829924562672 -8440,0.5,0.153725174569888,8.32280661702971e-06,0.3684370324908,0.153725174569888,0.0,0.819730962420703,0.153725174569888,4.44174024596135e-05,0.638859697195346,0.153725174569888,4.31324553383898e-06,0.439885424083539,0.153725174569888,2.80037146063115e-05,0.9610038835417,0.153725174569888,5.00447812347002e-05,0.999869489740144,0.153725174569888,6.30790493275493e-07,0.975153406833791,0.153725174569888,0.000579355860904142,0.890712955592297,0.5,0.153725174569888,0.000757991527517891,0.854895426560923,0.153725174569888,0.000426488627747917,0.650423223551026,0.5,0.153725174569888,0.000188855067043326,0.876474825941708,0.153725174569888,0.000362214951323173,0.500839510259003,0.153725174569888,0.0,0.832850716163028,0.153725174569888,0.0,0.831069947010579,0.153725174569888,8.45234954711646e-06,0.800732182129659,0.153725174569888,0.000236142994652595,0.577669067125632,0.153725174569888,2.21149425377703e-05,0.629873849127608,0.5,0.153725174569888,0.000142054294501391,0.580796773777633,0,0.263222893138208,1.01012807460359 -8441,0.5,0.153725174569888,0.0,0.481228732126521,0.153725174569888,0.0,0.865165682400012,0.153725174569888,0.0,0.667341915073201,0.153725174569888,0.0,0.525283628790392,0.153725174569888,0.0,0.993439458261838,0.153725174569888,0.0,1.01033486557766,0.153725174569888,0.0,0.995543832605706,0.153725174569888,0.0,0.9272686142448,0.5,0.153725174569888,0.0,0.888362166986231,0.153725174569888,0.0,0.758977258804433,0.5,0.153725174569888,0.0,0.951245775873956,0.153725174569888,0.0,0.610527181902423,0.153725174569888,0.0,0.882053691157453,0.153725174569888,0.0,0.875306774441398,0.153725174569888,0.0,0.858316986410409,0.153725174569888,0.0,0.675337320161603,0.153725174569888,0.0,0.70564870593308,0.5,0.153725174569888,0.0,0.650483840100439,0,0.503261837588783,1.01078840058509 -8442,0.5,0.153725174569888,0.0,0.60994870421591,0.153725174569888,0.0,0.896791191268308,0.153725174569888,0.0,0.706845009884429,0.153725174569888,0.0,0.597128554091256,0.153725174569888,0.0,1.01230222170482,0.153725174569888,0.0,1.01539388800118,0.153725174569888,0.0,1.01656813646587,0.153725174569888,0.0,0.952256607981416,0.5,0.153725174569888,0.0,0.927133386162157,0.153725174569888,0.0,0.801990553458599,0.5,0.153725174569888,0.0,0.994524179271026,0.153725174569888,0.0,0.748110964659935,0.153725174569888,0.0,0.921465989229548,0.153725174569888,0.0,0.936358978571569,0.153725174569888,0.0,0.902816946998089,0.153725174569888,0.0,0.797308849697787,0.153725174569888,0.0,0.805916889937828,0.5,0.153725174569888,0.0,0.727176168827688,0,0.779895848272739,1.01123026855415 -8443,0.5,0.153725174569888,0.0,0.716147030733856,0.153725174569888,0.0,0.96597879539153,0.153725174569888,0.0,0.781994241911223,0.153725174569888,0.0,0.615783824028747,0.153725174569888,0.0,1.01755344891357,0.153725174569888,0.0,1.01767259979191,0.153725174569888,0.0,1.02065760759431,0.153725174569888,0.0,0.969403053885604,0.5,0.153725174569888,0.0,0.965060598285684,0.153725174569888,0.0,0.839874260827279,0.5,0.153725174569888,0.0,1.00130571871973,0.153725174569888,0.0,0.783925674899722,0.153725174569888,0.0,0.946745037387089,0.153725174569888,0.0,0.973915297879093,0.153725174569888,0.0,0.947524322261883,0.153725174569888,0.0,0.907202841293341,0.153725174569888,0.0,0.899672191196271,0.5,0.153725174569888,0.0,0.813493111540264,0,0.88869433018109,1.01141281916233 -8444,0.5,0.153725174569888,0.0,0.774298469089283,0.153725174569888,0.0,1.00597563675577,0.153725174569888,0.0,0.846050884183216,0.153725174569888,0.0,0.672117164911115,0.153725174569888,0.0,1.02030442495242,0.153725174569888,0.0,1.01956983562576,0.153725174569888,0.0,1.01852226734655,0.153725174569888,0.0,0.977100325256756,0.5,0.153725174569888,0.0,0.983597441697656,0.153725174569888,0.0,0.903893777208304,0.5,0.153725174569888,0.0,1.00457954585586,0.153725174569888,0.0,0.767973850364462,0.153725174569888,0.0,0.963354382000212,0.153725174569888,0.0,0.994082727565927,0.153725174569888,0.0,0.983730332237908,0.153725174569888,0.0,0.951256439488843,0.153725174569888,0.0,0.962186931929908,0.5,0.153725174569888,0.0,0.899963774880933,0,0.895500936937989,1.01143746498781 -8445,0.5,0.153725174569888,0.0,0.825452166960726,0.153725174569888,0.0,1.01307509012087,0.153725174569888,0.0,0.895280950874626,0.153725174569888,0.0,0.752223119565716,0.153725174569888,0.0,1.01970334529497,0.153725174569888,0.0,1.01273744823933,0.153725174569888,0.0,1.00621226671852,0.153725174569888,0.0,0.97977430877236,0.5,0.153725174569888,0.0,0.990942710417163,0.153725174569888,0.0,0.931998080699525,0.5,0.153725174569888,0.0,1.00715156890365,0.153725174569888,0.0,0.743303535600239,0.153725174569888,0.0,0.972699706831931,0.153725174569888,0.0,0.998622704364329,0.153725174569888,0.0,0.996329724745907,0.153725174569888,0.0,0.932364037855833,0.153725174569888,0.0,0.990667911937518,0.5,0.153725174569888,0.0,0.9597008780478,0,0.88369788078676,0.973572891323513 -8446,0.5,0.153725174569888,0.0,0.879496571314265,0.153725174569888,0.0,1.01643762484933,0.153725174569888,0.0,0.928226387383981,0.153725174569888,0.0,0.831128048841965,0.153725174569888,0.0,1.01163407674628,0.153725174569888,0.0,1.00805966705939,0.153725174569888,0.0,1.01499843551103,0.153725174569888,0.0,0.984201666529099,0.5,0.153725174569888,0.0,1.00126548000765,0.153725174569888,0.0,0.912315008257739,0.5,0.153725174569888,0.0,1.01412985045529,0.153725174569888,0.0,0.723848636198823,0.153725174569888,0.0,0.959490946799415,0.153725174569888,0.0,0.99192533167288,0.153725174569888,0.0,0.99867296113511,0.153725174569888,0.0,0.893398517064783,0.153725174569888,0.0,0.997272503525896,0.5,0.153725174569888,0.0,0.984582937003537,0,0.929429694205701,0.750835255375019 -8447,0.5,0.153725174569888,0.0,0.92120305394052,0.153725174569888,0.0,1.02048359943085,0.153725174569888,0.0,0.907944941555325,0.153725174569888,0.0,0.874759451907903,0.153725174569888,0.0,1.00155637703687,0.153725174569888,0.0,1.00247921149049,0.153725174569888,0.0,1.00979248636041,0.153725174569888,0.0,0.978411550727183,0.5,0.153725174569888,0.0,1.00619112834584,0.153725174569888,0.0,0.849653923531513,0.5,0.153725174569888,0.0,1.0175465713153,0.153725174569888,0.0,0.738151642278027,0.153725174569888,0.0,0.936622179181177,0.153725174569888,0.0,0.972335274799882,0.153725174569888,0.0,1.00439994455942,0.153725174569888,0.0,0.925543041764566,0.153725174569888,0.0,0.989835429750504,0.5,0.153725174569888,0.0,0.974865091482591,0,0.987533378084774,0.440099188480376 -8448,0.5,0.153725174569888,0.0,0.954930184991202,0.153725174569888,0.0,1.00692328582611,0.153725174569888,0.0,0.909401576457618,0.153725174569888,0.0,0.890539277116252,0.153725174569888,0.0,0.985365244963523,0.153725174569888,0.0,0.986352075994511,0.153725174569888,0.0,1.00718052909495,0.153725174569888,0.0,0.99104448401835,0.5,0.153725174569888,0.0,1.00573376076432,0.153725174569888,0.0,0.847807462489923,0.5,0.153725174569888,0.0,1.01772125503588,0.153725174569888,0.0,0.751356060932373,0.153725174569888,0.0,0.829610852920577,0.153725174569888,0.0,0.944815972310709,0.153725174569888,0.0,0.974629234859282,0.153725174569888,0.0,0.915175617780087,0.153725174569888,0.0,0.989689383350955,0.5,0.153725174569888,0.0,0.963057662955374,0,0.992635530617381,0.249465707497467 -8449,0.5,0.153725174569888,0.0,0.944570182222653,0.153725174569888,0.0,0.957750317628343,0.153725174569888,0.0,0.89016863568504,0.153725174569888,0.0,0.903415491346051,0.153725174569888,0.0,0.952551215962951,0.153725174569888,0.0,1.00787133384074,0.153725174569888,0.0,0.988296101177783,0.153725174569888,0.0,1.01126544541202,0.5,0.153725174569888,0.0,1.00767622994805,0.153725174569888,0.0,0.822070027643348,0.5,0.153725174569888,0.0,1.01788257202854,0.153725174569888,0.0,0.779276283018785,0.153725174569888,0.0,0.610077840753767,0.153725174569888,0.0,0.92519944353149,0.153725174569888,0.0,0.950258231208375,0.153725174569888,0.0,0.930589865998655,0.153725174569888,0.0,0.99132067254733,0.5,0.153725174569888,0.0,0.961184242905037,0,0.968629834329211,0.186842099856134 -8450,0.5,0.153725174569888,0.0,0.880076657578131,0.153725174569888,0.0,0.99433939602872,0.153725174569888,0.0,0.888259235833948,0.153725174569888,0.0,0.894255163206013,0.153725174569888,0.0,1.0057488725817,0.153725174569888,0.0,1.0216829258984,0.153725174569888,0.0,0.999899924922576,0.153725174569888,0.0,1.01421696743601,0.5,0.153725174569888,0.0,1.01106337353132,0.153725174569888,0.0,0.798360805941876,0.5,0.153725174569888,0.0,1.0181366369143,0.153725174569888,0.0,0.81119970140813,0.153725174569888,0.0,0.384577286590122,0.153725174569888,0.0,0.901511662346801,0.153725174569888,0.0,0.920682892450126,0.153725174569888,0.0,0.92923632570296,0.153725174569888,0.0,0.993947405961713,0.5,0.153725174569888,0.0,0.9609503778893,0,0.867276043962185,0.201169043313302 -8451,0.5,0.153725174569888,0.0,0.790488755350159,0.153725174569888,0.0,0.947640944535454,0.153725174569888,0.0,0.921381866457449,0.153725174569888,0.0,0.881706167250431,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02090474556572,0.153725174569888,0.0,1.01662593530597,0.5,0.153725174569888,0.0,1.01306350797789,0.153725174569888,0.0,0.75302659372141,0.5,0.153725174569888,0.0,1.01870552298183,0.153725174569888,0.0,0.83189336635281,0.153725174569888,0.0,0.303176022952151,0.153725174569888,0.0,0.914820484533956,0.153725174569888,0.0,0.931286975876708,0.153725174569888,0.0,0.968979361417232,0.153725174569888,0.0,0.996535937912144,0.5,0.153725174569888,0.0,0.947887544127994,0,0.660495308268717,0.485982608737202 -8452,0.5,0.153725174569888,0.0,0.723914382157539,0.153725174569888,0.0,0.977025504324091,0.153725174569888,0.0,0.961909482474302,0.153725174569888,0.0,0.886239771832441,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02125674028297,0.153725174569888,0.0,1.02173650277404,0.153725174569888,0.0,1.01537802556665,0.5,0.153725174569888,0.0,1.01533263288445,0.153725174569888,0.0,0.703646105814814,0.5,0.153725174569888,0.0,1.01972914949773,0.153725174569888,0.0,0.853610163413794,0.153725174569888,0.0,0.287360749489869,0.153725174569888,0.0,0.900168160855497,0.153725174569888,0.0,0.996108089462264,0.153725174569888,0.0,1.00792632730221,0.153725174569888,0.0,1.00335507663547,0.5,0.153725174569888,0.0,0.916009915748864,0,0.33331072963748,0.772245329051515 -8453,0.5,0.153725174569888,0.0,0.765934688599788,0.153725174569888,0.0,0.99336634535914,0.153725174569888,0.0,0.999513838933784,0.153725174569888,0.0,0.909305411901283,0.153725174569888,0.0,1.02105005719989,0.153725174569888,0.0,1.01890961679575,0.153725174569888,0.0,1.02148936000344,0.153725174569888,0.0,0.993742169759557,0.5,0.153725174569888,0.0,1.00854046698483,0.153725174569888,0.0,0.692391198469477,0.5,0.153725174569888,0.0,1.01973518747135,0.153725174569888,0.0,0.864452934223949,0.153725174569888,0.0,0.305959831655287,0.153725174569888,0.0,0.776836031308027,0.153725174569888,0.0,1.01592166095339,0.153725174569888,0.0,1.01343069730535,0.153725174569888,0.0,1.01076767201358,0.5,0.153725174569888,0.0,0.865731144288496,0,0.146931784275828,0.858232986990869 -8454,0.5,0.153725174569888,0.0,0.821958176720364,0.153725174569888,0.0,0.859570760693077,0.153725174569888,0.0,1.01153669529926,0.153725174569888,0.0,0.963782825879934,0.153725174569888,0.0,0.997650798658021,0.153725174569888,0.0,1.01748451775329,0.153725174569888,0.0,1.01949300587037,0.153725174569888,0.0,0.990114107108147,0.5,0.153725174569888,0.0,0.996322493496665,0.153725174569888,0.0,0.718241220691823,0.5,0.153725174569888,0.0,1.01722314411359,0.153725174569888,0.0,0.870056973957056,0.153725174569888,0.0,0.275946462866729,0.153725174569888,0.0,0.586380293773371,0.153725174569888,0.0,1.01019360607788,0.153725174569888,0.0,0.995322172303133,0.153725174569888,0.0,1.00947001127133,0.5,0.153725174569888,0.0,0.832520827450067,0,0.0846857467534034,0.852077863127612 -8455,0.5,0.153725174569888,0.0,0.836152637872072,0.153725174569888,0.0,0.483725040584307,0.153725174569888,0.0,1.01314294226949,0.153725174569888,0.0,0.999067564937672,0.153725174569888,0.0,0.937133363644862,0.153725174569888,0.0,1.01436610363416,0.153725174569888,0.0,1.01458086325741,0.153725174569888,0.0,0.989693000211567,0.5,0.153725174569888,0.0,0.996641666746116,0.153725174569888,0.0,0.758241139100661,0.5,0.153725174569888,0.0,1.01173049076496,0.153725174569888,0.0,0.86223128168115,0.153725174569888,0.0,0.328620172747282,0.153725174569888,0.0,0.480803377668141,0.153725174569888,0.0,0.969060926217553,0.153725174569888,0.0,0.972646017454156,0.153725174569888,0.0,1.00941990262893,0.5,0.153725174569888,0.0,0.857447562006619,0,0.0804331059410386,0.866978503780526 -8456,0.5,0.153725174569888,0.0,0.775109032273297,0.153725174569888,0.0,0.339293232211488,0.153725174569888,0.0,1.00353085498398,0.153725174569888,0.0,1.00840321687318,0.153725174569888,0.0,0.814667439049617,0.153725174569888,0.0,1.01463005658582,0.153725174569888,0.0,1.00816166590778,0.153725174569888,0.0,0.986599591702399,0.5,0.153725174569888,0.0,1.00338931406375,0.153725174569888,0.0,0.761158682960796,0.5,0.153725174569888,0.0,1.00450566277093,0.153725174569888,0.0,0.860716595272552,0.153725174569888,0.0,0.372768482310107,0.153725174569888,0.0,0.437059211394676,0.153725174569888,0.0,0.891268540095813,0.153725174569888,0.0,0.96356416047286,0.153725174569888,0.0,0.979901271581289,0.5,0.153725174569888,0.0,0.839929983234042,0,0.0877595090768453,0.906382667016758 -8457,0.5,0.153725174569888,2.06661067238301e-07,0.638982272960276,0.153725174569888,0.0,0.456332813831555,0.153725174569888,2.22818650349198e-05,0.993188657662819,0.153725174569888,0.000117384143567034,0.996705624544768,0.153725174569888,0.0,0.744273844289725,0.153725174569888,0.0,1.01652382010709,0.153725174569888,0.0,1.01263992852809,0.153725174569888,0.0,0.992854326637008,0.5,0.153725174569888,0.0,1.00587802895475,0.153725174569888,0.00137076983399433,0.772463535489329,0.5,0.153725174569888,1.50755618883349e-07,1.01004023102135,0.153725174569888,0.000414584041374413,0.946074347490827,0.153725174569888,0.0,0.357291269744462,0.153725174569888,0.0,0.400387096471794,0.153725174569888,0.0,0.836861540424255,0.153725174569888,0.0,0.972436836851578,0.153725174569888,7.72428451239658e-05,0.955222205100988,0.5,0.153725174569888,0.00111347709404493,0.77488152017201,0,0.172398097004723,0.967578130827788 -8458,0.5,0.153725174569888,0.000464634551285192,0.565864675220062,0.153725174569888,0.00125492136683091,0.479331987640615,0.153725174569888,0.00335101627157675,0.998467890117155,0.153725174569888,0.00335301332535031,0.968766079743184,0.153725174569888,0.000204119091980769,0.593355722229278,0.153725174569888,0.000200700757140191,0.984709758413927,0.153725174569888,0.000170466840178815,1.01677997987183,0.153725174569888,0.000944943280536891,1.00417432633907,0.5,0.153725174569888,0.00144269833879263,1.01325896824868,0.153725174569888,0.0365901627755428,0.786202868481343,0.5,0.153725174569888,0.00162644945181362,1.01957815905062,0.153725174569888,0.00635485012759496,0.971060517112941,0.153725174569888,0.00123658678795383,0.296296411389021,0.153725174569888,0.0011293190009293,0.388153992001003,0.153725174569888,0.00023641425749138,0.805456212078005,0.153725174569888,0.000859198488979417,0.989166781899348,0.153725174569888,0.00158569722336075,0.966858890646481,0.5,0.153725174569888,0.0146288385921294,0.787932051392229,0,0.292469402959624,0.971374971842823 -8459,0.5,0.153725174569888,0.00172492088533576,0.5533359368905,0.153725174569888,0.0112292982855972,0.406014917389043,0.153725174569888,0.00889547985014693,1.01092944636101,0.153725174569888,0.00898576267375398,0.959524321143123,0.153725174569888,0.00279783681894365,0.610792880894951,0.153725174569888,0.00195768040986386,0.907573290317833,0.153725174569888,0.00170563436175529,1.01410975008989,0.153725174569888,0.00296815818498525,1.00967603230348,0.5,0.153725174569888,0.00327745542031559,1.01838090919155,0.153725174569888,0.0701526811010292,0.825864235386635,0.5,0.153725174569888,0.00886458631705274,1.02092266635712,0.153725174569888,0.0134382077068207,0.945211072574832,0.153725174569888,0.00981671633852748,0.238336766130399,0.153725174569888,0.00878005122916092,0.469651458042,0.153725174569888,0.00098373367136945,0.70430537504132,0.153725174569888,0.00231701504430423,1.00161661180173,0.153725174569888,0.00350189420335038,0.976033231402653,0.5,0.153725174569888,0.0528366275875344,0.839881592659791,0,0.393704458828314,0.991896698242685 -8460,0.5,0.153725174569888,0.00420374789185984,0.545998960888044,0.153725174569888,0.0212163152264785,0.366020666917933,0.153725174569888,0.0105864156616795,1.01601893749082,0.153725174569888,0.0122406336000601,0.962501412336372,0.153725174569888,0.00951182790059612,0.61665929699368,0.153725174569888,0.00155348442535407,0.915395926984936,0.153725174569888,0.00498140633043067,0.996178570645733,0.153725174569888,0.00485928001377133,1.00575488582038,0.5,0.153725174569888,0.00296134333067059,1.02009780048825,0.153725174569888,0.0734355773737526,0.914304463752188,0.5,0.153725174569888,0.0155407247638058,1.02159017766848,0.153725174569888,0.0272185466567901,0.969690914100888,0.153725174569888,0.0251987534654329,0.349280955851265,0.153725174569888,0.0188841019487581,0.563792135730404,0.153725174569888,0.00443117989422163,0.725824864611291,0.153725174569888,0.00374688573097353,1.00518587422205,0.153725174569888,0.00673805135295058,0.987985568344651,0.5,0.153725174569888,0.0790647965623584,0.856350932799721,0,0.490702273468799,1.00143058708805 -8461,0.5,0.153725174569888,0.00640098639940169,0.518853912574004,0.153725174569888,0.0276444145052161,0.378387177063638,0.153725174569888,0.00938870931688955,1.01617616338958,0.153725174569888,0.0092687325849293,0.965924356029117,0.153725174569888,0.0244967211389348,0.526438165898637,0.153725174569888,0.0112033016902089,0.630906758093332,0.153725174569888,0.00238354367131698,0.962225018848095,0.153725174569888,0.00260962329424168,0.914174474381932,0.5,0.153725174569888,0.00267763135450666,1.0142934282401,0.153725174569888,0.0622155003605545,0.946080063170385,0.5,0.153725174569888,0.00769643181249549,1.02173913043478,0.153725174569888,0.0309848079354079,0.996763985112596,0.153725174569888,0.0202893556372516,0.600111118073237,0.153725174569888,0.0235342878973445,0.705917115555705,0.153725174569888,0.00893024949260612,0.670465569779186,0.153725174569888,0.00635400377559799,0.998044660252968,0.153725174569888,0.00804254199625533,1.00913248063122,0.5,0.153725174569888,0.0648205269118486,0.873731729637859,0,0.52623083008604,1.00835557321194 -8462,0.5,0.153725174569888,0.00764471388180079,0.502953497468587,0.153725174569888,0.0174448047349096,0.656614398265186,0.153725174569888,0.00986278196795043,1.00753514073649,0.153725174569888,0.00526882801676186,0.977783981811113,0.153725174569888,0.0210839152599958,0.743674601511256,0.153725174569888,0.019665269941348,0.682289354510338,0.153725174569888,0.00842753747868252,0.784793657478635,0.153725174569888,0.00246093592279396,0.785365758132514,0.5,0.153725174569888,0.000970200101117432,0.963504657984249,0.153725174569888,0.0483267585695176,0.935813302702239,0.5,0.153725174569888,0.001298877866009,1.02160912736226,0.153725174569888,0.0189342385995938,1.00859267807893,0.153725174569888,0.0318174237518442,0.718369705455826,0.153725174569888,0.0227921691269064,0.746804908115967,0.153725174569888,0.0122947418094245,0.62839429943587,0.153725174569888,0.00305609696384515,0.932956097086289,0.153725174569888,0.0046276192983739,1.01513040869633,0.5,0.153725174569888,0.044747268491788,0.891135272770532,0,0.478170537245245,1.00683345111335 -8463,0.5,0.153725174569888,0.00497980801608012,0.492902847311346,0.153725174569888,0.00358213007735613,0.90296923890991,0.153725174569888,0.00372250956041673,0.931096270604691,0.153725174569888,0.00214209710474785,0.990565700212363,0.153725174569888,0.0250366114106587,0.672842361026027,0.153725174569888,0.00588721863285451,0.794806491838388,0.153725174569888,0.0074919725148656,0.671031929654531,0.153725174569888,0.00306118252434596,0.734776219381096,0.5,0.153725174569888,0.00143429574780258,0.865430764882615,0.153725174569888,0.015825696762446,0.984549054781291,0.5,0.153725174569888,0.000347160362056515,1.02078215706707,0.153725174569888,0.00463657046341246,0.999660036168855,0.153725174569888,0.0208212203375687,0.749394972965328,0.153725174569888,0.0683922105027919,0.652893394607953,0.153725174569888,0.00837841329817725,0.646576360826231,0.153725174569888,0.00142221652713902,0.859987558637347,0.153725174569888,0.0011316329616778,1.01543292983984,0.5,0.153725174569888,0.0173269408608039,0.904995943651316,0,0.758268574731884,1.00481865297196 -8464,0.5,0.153725174569888,0.000134655534283596,0.490668015888383,0.153725174569888,0.0,0.633457661507934,0.153725174569888,0.0,0.875550002101949,0.153725174569888,5.23842239639681e-05,0.946562369233777,0.153725174569888,2.23197024901837e-05,0.499640932658589,0.153725174569888,0.002679268318578,0.545319224039235,0.153725174569888,0.000115341237733879,0.840040388527023,0.153725174569888,0.0011283006499014,0.831502414178204,0.5,0.153725174569888,0.000711823361571187,0.790551831940911,0.153725174569888,0.00180506041301609,0.94404896706537,0.5,0.153725174569888,0.000695207230123048,1.01854159532154,0.153725174569888,0.0012473603376784,0.988339006133466,0.153725174569888,0.0,0.752814640298849,0.153725174569888,0.0,0.575582089593381,0.153725174569888,0.000699065437457602,0.758451985178449,0.153725174569888,0.000262533935775615,0.749191534587215,0.153725174569888,1.69670161319082e-05,1.00555374015291,0.5,0.153725174569888,0.000548139859998307,0.909713910239277,0,0.942268108994662,1.00568810133797 -8465,0.5,0.153725174569888,0.0,0.597241966038015,0.153725174569888,0.0,0.573349539680246,0.153725174569888,0.0,0.831282636868822,0.153725174569888,0.0,0.858899872800785,0.153725174569888,0.0,0.513916708187146,0.153725174569888,0.0,0.39480767302843,0.153725174569888,0.0,0.777938634251196,0.153725174569888,0.0,0.734376936366088,0.5,0.153725174569888,0.0,0.730599456855363,0.153725174569888,0.0,0.93207733444546,0.5,0.153725174569888,0.0,1.0067423772138,0.153725174569888,0.0,0.969314869545799,0.153725174569888,0.0,0.785527666700581,0.153725174569888,0.0,0.635324985999212,0.153725174569888,0.0,0.730621301027247,0.153725174569888,0.0,0.770101640700978,0.153725174569888,0.0,0.97262393907033,0.5,0.153725174569888,0.0,0.901571471367982,0,0.980892242096257,1.00640861529942 -8466,0.5,0.153725174569888,0.0,0.700191740471289,0.153725174569888,0.0,0.758974041330703,0.153725174569888,0.0,0.792625671570047,0.153725174569888,0.0,0.857875554945693,0.153725174569888,0.0,0.639917530101342,0.153725174569888,0.0,0.482354729998082,0.153725174569888,0.0,0.629024861635922,0.153725174569888,0.0,0.70952001436022,0.5,0.153725174569888,0.0,0.731176434194514,0.153725174569888,0.0,0.970383103335469,0.5,0.153725174569888,0.0,0.926626965525654,0.153725174569888,0.0,0.940152185683743,0.153725174569888,0.0,0.812751624205164,0.153725174569888,0.0,0.705061432517582,0.153725174569888,0.0,0.675887425699315,0.153725174569888,0.0,0.778264566271164,0.153725174569888,0.0,0.910295453215994,0.5,0.153725174569888,0.0,0.898606675142413,0,0.9797692635948,1.0071067925383 -8467,0.5,0.153725174569888,0.0,0.713904521407808,0.153725174569888,0.0,0.828451456693038,0.153725174569888,0.0,0.825484099474595,0.153725174569888,0.0,0.863352407479163,0.153725174569888,0.0,0.752594738957078,0.153725174569888,0.0,0.597029273943938,0.153725174569888,0.0,0.645115608631217,0.153725174569888,0.0,0.596989057082857,0.5,0.153725174569888,0.0,0.752458891968334,0.153725174569888,0.0,0.934799139687692,0.5,0.153725174569888,0.0,0.842461073717883,0.153725174569888,0.0,0.893408685907642,0.153725174569888,0.0,0.847499402438853,0.153725174569888,0.0,0.743367896748863,0.153725174569888,0.0,0.680375836603846,0.153725174569888,0.0,0.73664918603987,0.153725174569888,0.0,0.863282851609405,0.5,0.153725174569888,0.0,0.910277706703138,0,0.995719333588924,1.00799390557769 -8468,0.5,0.153725174569888,0.0,0.660262953439883,0.153725174569888,0.0,0.747034532475935,0.153725174569888,0.0,0.772819872788989,0.153725174569888,0.0,0.839581277058161,0.153725174569888,0.0,0.829575238573854,0.153725174569888,0.0,0.660265612068042,0.153725174569888,0.0,0.812890871476638,0.153725174569888,0.0,0.518992074722812,0.5,0.153725174569888,0.0,0.733355981100064,0.153725174569888,0.0,0.926672816025087,0.5,0.153725174569888,0.0,0.844342663650412,0.153725174569888,0.0,0.806949174218818,0.153725174569888,0.0,0.818821621106212,0.153725174569888,0.0,0.786644970368612,0.153725174569888,0.0,0.758499341273526,0.153725174569888,0.0,0.643854667892611,0.153725174569888,0.0,0.778533245782351,0.5,0.153725174569888,0.0,0.900298334639405,0,0.995904747951109,1.00861771179279 -8469,0.5,0.153725174569888,0.0,0.665219042818297,0.153725174569888,0.0,0.827503810240948,0.153725174569888,0.0,0.585505571123901,0.153725174569888,0.0,0.69112943656937,0.153725174569888,0.0,0.881908215910328,0.153725174569888,0.0,0.687132023377194,0.153725174569888,0.0,0.915205476880977,0.153725174569888,0.0,0.568302516773316,0.5,0.153725174569888,0.0,0.616688656938026,0.153725174569888,0.0,0.870567091662441,0.5,0.153725174569888,0.0,0.783687840433812,0.153725174569888,0.0,0.760949261222365,0.153725174569888,0.0,0.827647731038265,0.153725174569888,0.0,0.853652131703523,0.153725174569888,0.0,0.844156015268373,0.153725174569888,0.0,0.657160566420632,0.153725174569888,0.0,0.77942427899641,0.5,0.153725174569888,0.0,0.874241670429857,0,0.9988790802253,1.00850223555376 -8470,0.5,0.153725174569888,0.0,0.694184115903267,0.153725174569888,0.0,0.971212795812832,0.153725174569888,0.0,0.538081137906773,0.153725174569888,0.0,0.551963582319038,0.153725174569888,0.0,0.882070838258597,0.153725174569888,0.0,0.681198442450681,0.153725174569888,0.0,0.901876512984303,0.153725174569888,0.0,0.593701125003665,0.5,0.153725174569888,0.0,0.475061030794578,0.153725174569888,0.0,0.901841854398303,0.5,0.153725174569888,0.0,0.823959174676366,0.153725174569888,0.0,0.784321506718506,0.153725174569888,0.0,0.89374756851682,0.153725174569888,0.0,0.857073180732641,0.153725174569888,0.0,0.906129322417229,0.153725174569888,0.0,0.712599746040762,0.153725174569888,0.0,0.778378243060807,0.5,0.153725174569888,0.0,0.876699793332193,0,1.00196768386468,1.0075057177662 -8471,0.5,0.153725174569888,0.0,0.789919742092515,0.153725174569888,0.0,0.99965421282278,0.153725174569888,0.0,0.639176100582312,0.153725174569888,0.0,0.567702737056144,0.153725174569888,0.0,0.850330650470596,0.153725174569888,0.0,0.683858951373542,0.153725174569888,0.0,0.910213464728875,0.153725174569888,0.0,0.520948956174483,0.5,0.153725174569888,0.0,0.308192881916585,0.153725174569888,0.0,0.822458530608358,0.5,0.153725174569888,0.0,0.730810283350893,0.153725174569888,0.0,0.770882718255485,0.153725174569888,0.0,0.930478629474626,0.153725174569888,0.0,0.819409464200233,0.153725174569888,0.0,0.958483829216828,0.153725174569888,0.0,0.704893536177501,0.153725174569888,0.0,0.733838196659408,0.5,0.153725174569888,0.0,0.834297910592178,0,1.00787798231555,1.00785554939437 -8472,0.5,0.153725174569888,0.0,0.875983700731448,0.153725174569888,0.0,0.855227819455117,0.153725174569888,0.0,0.734425715812199,0.153725174569888,0.0,0.659232068189465,0.153725174569888,0.0,0.846973979490792,0.153725174569888,0.0,0.700218083188093,0.153725174569888,0.0,0.911092497379598,0.153725174569888,0.0,0.499212942960598,0.5,0.153725174569888,0.0,0.23722765057291,0.153725174569888,0.0,0.796935740508643,0.5,0.153725174569888,0.0,0.504087529581841,0.153725174569888,0.0,0.718451883907341,0.153725174569888,0.0,0.902475360390515,0.153725174569888,0.0,0.810049650251781,0.153725174569888,0.0,0.960311843690106,0.153725174569888,0.0,0.688692040885967,0.153725174569888,0.0,0.657767796838825,0.5,0.153725174569888,0.0,0.795681169936961,0,1.005728511279,1.00766616580611 -8473,0.5,0.153725174569888,0.0,0.939463529993173,0.153725174569888,0.0,0.896477868834366,0.153725174569888,0.0,0.849434267725109,0.153725174569888,0.0,0.766447667859881,0.153725174569888,0.0,0.888301094882653,0.153725174569888,0.0,0.730500017776498,0.153725174569888,0.0,0.912944020358517,0.153725174569888,0.0,0.519588916646673,0.5,0.153725174569888,0.0,0.242199230687664,0.153725174569888,0.0,0.60019871368193,0.5,0.153725174569888,0.0,0.511897125372627,0.153725174569888,0.0,0.559596624937565,0.153725174569888,0.0,0.874445307150389,0.153725174569888,0.0,0.832261428890138,0.153725174569888,0.0,0.936453704411324,0.153725174569888,0.0,0.733157454578103,0.153725174569888,0.0,0.617380178133504,0.5,0.153725174569888,0.0,0.792536406621252,0,1.00555849426453,1.00855489208586 -8474,0.5,0.153725174569888,0.0,0.933408818762207,0.153725174569888,0.0,0.985876116360091,0.153725174569888,0.0,0.88498269008671,0.153725174569888,0.0,0.867973215115286,0.153725174569888,0.0,0.946587247160633,0.153725174569888,0.0,0.79901711259182,0.153725174569888,0.0,0.943191739818691,0.153725174569888,0.0,0.557805108588632,0.5,0.153725174569888,0.0,0.28116146975755,0.153725174569888,0.0,0.3206997369716,0.5,0.153725174569888,0.0,0.589668648097509,0.153725174569888,0.0,0.421377900203781,0.153725174569888,0.0,0.878279959122287,0.153725174569888,0.0,0.884223731001414,0.153725174569888,0.0,0.954329223921507,0.153725174569888,0.0,0.779258836256494,0.153725174569888,0.0,0.649483599301511,0.5,0.153725174569888,0.0,0.719684455310285,0,1.00213665760998,1.01003893447734 -8475,0.5,0.153725174569888,0.0,0.923892857084304,0.153725174569888,0.0,0.959293294720863,0.153725174569888,0.0,0.904310085216299,0.153725174569888,0.0,0.909037326489326,0.153725174569888,0.0,0.995690271215794,0.153725174569888,0.0,0.873474532351176,0.153725174569888,0.0,0.987222416607994,0.153725174569888,0.0,0.613639815835026,0.5,0.153725174569888,0.0,0.357548168612664,0.153725174569888,0.0,0.199729296749839,0.5,0.153725174569888,0.0,0.535710781468892,0.153725174569888,0.0,0.352115186178473,0.153725174569888,0.0,0.923554181872681,0.153725174569888,0.0,0.96245782822825,0.153725174569888,0.0,0.98289662712467,0.153725174569888,0.0,0.798211833605208,0.153725174569888,0.0,0.653050848420852,0.5,0.153725174569888,0.0,0.578108007465515,0,1.00576401620342,1.01047747758731 -8476,0.5,0.153725174569888,0.0,0.953084764868307,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.960965040344655,0.153725174569888,0.0,0.900607981138285,0.153725174569888,0.0,1.01769593787242,0.153725174569888,0.0,0.918078731680548,0.153725174569888,0.0,1.00394597480857,0.153725174569888,0.0,0.701624585274455,0.5,0.153725174569888,0.0,0.361458737042777,0.153725174569888,0.0,0.171256784467141,0.5,0.153725174569888,0.0,0.51035739022026,0.153725174569888,0.0,0.307575416854998,0.153725174569888,0.0,0.986932933686484,0.153725174569888,0.0,0.988708741594387,0.153725174569888,0.0,1.0150258963522,0.153725174569888,0.0,0.825698473929631,0.153725174569888,0.0,0.634731337331102,0.5,0.153725174569888,0.0,0.504408407149701,0,1.00846060495738,1.01063755548798 -8477,0.5,0.153725174569888,0.0,0.997100879559918,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00684767923796,0.153725174569888,0.0,0.923193821047058,0.153725174569888,0.0,1.02080860529324,0.153725174569888,0.0,0.93250865939434,0.153725174569888,0.0,1.01205398441694,0.153725174569888,0.0,0.747656946287126,0.5,0.153725174569888,0.0,0.329537809209112,0.153725174569888,0.0,0.165755984350127,0.5,0.153725174569888,0.0,0.563049626485142,0.153725174569888,0.0,0.317001908095745,0.153725174569888,0.0,1.00858731724825,0.153725174569888,0.0,0.989787997523231,0.153725174569888,0.0,1.01947063143777,0.153725174569888,0.0,0.851304505421551,0.153725174569888,0.0,0.684146290995379,0.5,0.153725174569888,0.0,0.439849753083112,0,1.01021051363602,0.00918231789132117 -8478,0.5,0.153725174569888,0.0,1.01444249676004,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01770294827826,0.153725174569888,0.0,0.976994294205248,0.153725174569888,0.0,1.02062645405728,0.153725174569888,0.0,0.936742659350344,0.153725174569888,0.0,1.01523067999401,0.153725174569888,0.0,0.729055875609595,0.5,0.153725174569888,0.0,0.363695076040498,0.153725174569888,0.0,0.229811232123756,0.5,0.153725174569888,0.0,0.632647266296905,0.153725174569888,0.0,0.296443113985837,0.153725174569888,0.0,1.00532309762402,0.153725174569888,0.0,0.998196866264625,0.153725174569888,0.0,1.020152093287,0.153725174569888,0.0,0.853754548449897,0.153725174569888,0.0,0.728539860278394,0.5,0.153725174569888,0.0,0.459330532103152,0,1.01028803498907,0.00933290739151985 -8479,0.5,0.153725174569888,0.0,1.01864976588122,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01877963661559,0.153725174569888,0.0,1.00680452597053,0.153725174569888,0.0,1.02173240502191,0.153725174569888,0.0,0.939407407654537,0.153725174569888,0.0,1.01386615026807,0.153725174569888,0.0,0.729160931479305,0.5,0.153725174569888,0.0,0.501272574900576,0.153725174569888,0.0,0.246503956733258,0.5,0.153725174569888,0.0,0.751358643375431,0.153725174569888,0.0,0.258937406251933,0.153725174569888,0.0,1.0068948248309,0.153725174569888,0.0,0.999530329893891,0.153725174569888,0.0,1.02081027252193,0.153725174569888,0.0,0.85773582867481,0.153725174569888,0.0,0.740341298194995,0.5,0.153725174569888,0.0,0.52001164540448,0,1.01028645777518,0.201458814258105 -8480,0.5,0.153725174569888,0.0,1.0191744678886,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01777807367279,0.153725174569888,0.0,1.0144677757623,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.966765786281558,0.153725174569888,0.0,1.016373958667,0.153725174569888,0.0,0.738038938455492,0.5,0.153725174569888,0.0,0.64132095242887,0.153725174569888,0.0,0.26937794188065,0.5,0.153725174569888,0.0,0.877908162804783,0.153725174569888,0.0,0.289428364420919,0.153725174569888,0.0,1.00425901249637,0.153725174569888,0.0,0.987895313500071,0.153725174569888,0.0,1.02038298264472,0.153725174569888,0.0,0.869712635662763,0.153725174569888,0.0,0.806412408188143,0.5,0.153725174569888,0.0,0.52197508599056,0,1.01028803498907,0.889577516514398 -8481,0.5,0.153725174569888,1.66359716910843e-05,1.01740612676041,0.153725174569888,0.0,1.02173913043478,0.153725174569888,4.92619760025304e-05,1.01333925483262,0.153725174569888,0.000553992171752482,1.01694267830987,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.998785542771899,0.153725174569888,0.0,1.01955581666312,0.153725174569888,0.0,0.797761870048168,0.5,0.153725174569888,0.0,0.734798499987513,0.153725174569888,0.00514917240096111,0.395020742168199,0.5,0.153725174569888,0.000373075358265003,0.937656578708598,0.153725174569888,0.00257167010757115,0.323256684355412,0.153725174569888,0.0,0.991056508002308,0.153725174569888,0.0,0.996312228423363,0.153725174569888,0.0,1.02077033613653,0.153725174569888,0.0,0.90932530744708,0.153725174569888,0.00197329622955358,0.892332258696237,0.5,0.153725174569888,0.00272755500261008,0.549624540937607,0,1.00984566366704,1.01143916413886 -8482,0.5,0.153725174569888,0.00505784423768474,1.00968625931892,0.153725174569888,0.000788604959649504,1.01345402593363,0.153725174569888,0.0201595729751789,1.01839136756835,0.153725174569888,0.0127359656447192,1.01685108165657,0.153725174569888,0.00168961741381884,1.02173913043478,0.153725174569888,0.00360201255259505,1.00642901344925,0.153725174569888,0.00256354128835237,1.02109755164411,0.153725174569888,0.00677238966037396,0.849128927120624,0.5,0.153725174569888,0.0330666798465961,0.806333482680729,0.153725174569888,0.14893249709273,0.528957461322211,0.5,0.153725174569888,0.102170064410987,0.967871253080041,0.153725174569888,0.131604599488497,0.385966045858083,0.153725174569888,0.00212891105144884,0.991844710634873,0.153725174569888,0.00107005066055982,1.00637039735782,0.153725174569888,0.00413154389821918,1.02034504371574,0.153725174569888,0.00586666680744453,0.940905665787525,0.153725174569888,0.0761789298018884,0.950825618192437,0.5,0.153725174569888,0.0656615723634553,0.69107920958153,0,1.00823685370908,1.01139511625344 -8483,0.5,0.153725174569888,0.0216657190943353,1.00567858136797,0.153725174569888,0.00142183752891711,1.016000859079,0.153725174569888,0.0471837289338489,1.01929114994186,0.153725174569888,0.0366479262792865,1.01776801129235,0.153725174569888,0.00850028041542221,1.02173913043478,0.153725174569888,0.0203637676082193,1.01272410451382,0.153725174569888,0.0122441405732881,1.02119118056512,0.153725174569888,0.0226596530969888,0.893157572053885,0.5,0.153725174569888,0.0617373668134061,0.799810624795798,0.153725174569888,0.29998990765241,0.582709414949542,0.5,0.153725174569888,0.205897917766403,0.989331715357726,0.153725174569888,0.278401266987749,0.494570215570001,0.153725174569888,0.0261372002889655,0.976809152570916,0.153725174569888,0.00445742403579404,1.0018966739351,0.153725174569888,0.0130682498037338,1.02032710184086,0.153725174569888,0.0185318433587105,0.959153589243253,0.153725174569888,0.112607068723807,0.963131504897717,0.5,0.153725174569888,0.205570065667152,0.828686355037422,0,1.00566071366087,1.01132199707042 -8484,0.5,0.153725174569888,0.0362971394757203,0.997968057422582,0.153725174569888,0.00249286792381644,1.00761881850049,0.153725174569888,0.0622763530114758,1.01919904964749,0.153725174569888,0.0501588578808826,1.01952764004415,0.153725174569888,0.0143201856749811,1.02173913043478,0.153725174569888,0.0357755247965104,1.01938404608434,0.153725174569888,0.0238367177608036,1.02134211089649,0.153725174569888,0.0517941951058931,0.95984507978335,0.5,0.153725174569888,0.059904129065556,0.858179371307472,0.153725174569888,0.400705460844113,0.639151119997011,0.5,0.153725174569888,0.121028113383738,1.0039728189627,0.153725174569888,0.344327967777047,0.602301507295686,0.153725174569888,0.0380299273045664,0.968946571875632,0.153725174569888,0.00579811923294103,0.987721706658136,0.153725174569888,0.0212845826112554,1.02054396925032,0.153725174569888,0.0386188145477487,0.981617641505947,0.153725174569888,0.0825738387582359,0.988443824819977,0.5,0.153725174569888,0.332780863133618,0.890567568334387,0,1.00526999934993,1.01143916413886 -8485,0.5,0.153725174569888,0.05017896079136,0.981883754213671,0.153725174569888,0.00342521872816177,0.897041130771544,0.153725174569888,0.0789700340644607,1.02092142538979,0.153725174569888,0.047451293343321,1.01857032221221,0.153725174569888,0.0123388158361344,1.02173913043478,0.153725174569888,0.0281101433222372,1.02173913043478,0.153725174569888,0.0277977706839661,1.02151047253923,0.153725174569888,0.0502775597887535,0.989112825884115,0.5,0.153725174569888,0.0918930829796609,0.899329713343113,0.153725174569888,0.411117344040941,0.690221630402037,0.5,0.153725174569888,0.0458518405763914,1.01863534014424,0.153725174569888,0.275728262343492,0.737481434115642,0.153725174569888,0.0694041959526335,0.960717477735485,0.153725174569888,0.00593627756670661,0.986577966437277,0.153725174569888,0.026353303457238,1.01626736795634,0.153725174569888,0.0587389323336235,1.00049600656036,0.153725174569888,0.0325885724923381,1.00593202850808,0.5,0.153725174569888,0.318168451004932,0.914736432984449,0,1.00669732970679,1.01129108034799 -8486,0.5,0.153725174569888,0.0374274639710545,0.955701571863825,0.153725174569888,0.00453069882060239,0.84519770869624,0.153725174569888,0.0774114007824573,1.02135826916741,0.153725174569888,0.041338566057008,1.01874138902342,0.153725174569888,0.00276158945055899,1.02016750362755,0.153725174569888,0.0278434746504369,1.02173913043478,0.153725174569888,0.0343441573680995,1.02117991130356,0.153725174569888,0.0318890060145024,0.979905025596464,0.5,0.153725174569888,0.090367385219246,0.90593317388898,0.153725174569888,0.220459497197238,0.789269178312777,0.5,0.153725174569888,0.0411147988969731,1.01738076017794,0.153725174569888,0.160915293985755,0.81072050652215,0.153725174569888,0.125012100068559,0.941572589647993,0.153725174569888,0.0105656284264834,0.949530952572444,0.153725174569888,0.022128564708408,1.00021390360145,0.153725174569888,0.0427901586130414,1.00215208650177,0.153725174569888,0.0316715805051969,1.01667238110318,0.5,0.153725174569888,0.18104393115688,0.943321161505695,0,1.0033555632156,0.140165375146314 -8487,0.5,0.153725174569888,0.0212413476620016,0.911610659834801,0.153725174569888,0.0404305663598168,0.828207472176912,0.153725174569888,0.034244496482371,1.02161326175161,0.153725174569888,0.0201412804825834,1.01619495292907,0.153725174569888,0.00645852435777442,0.992459730991007,0.153725174569888,0.0115545531949434,1.02173913043478,0.153725174569888,0.0148644802078922,1.0214198358529,0.153725174569888,0.0249341633525589,0.993710605611268,0.5,0.153725174569888,0.0485138536287942,0.902262626814373,0.153725174569888,0.0551554816352895,0.911742109257133,0.5,0.153725174569888,0.0451647050378732,1.0201535560321,0.153725174569888,0.0541940764550834,0.876795350048331,0.153725174569888,0.148312550582797,0.933647424098274,0.153725174569888,0.0348772067514469,0.935200384040757,0.153725174569888,0.0121806639740584,0.963515710850023,0.153725174569888,0.026599836868595,1.00093610592562,0.153725174569888,0.0243945809797091,1.01894447558817,0.5,0.153725174569888,0.0597892668383159,0.982650761549794,0,1.00266337766691,0.00970151122678445 -8488,0.5,0.153725174569888,5.6297570621046e-05,0.865084004041545,0.153725174569888,0.0,0.887666636408545,0.153725174569888,0.0,1.01718528571772,0.153725174569888,8.19950626449542e-05,1.01557125477638,0.153725174569888,2.82138295750784e-05,0.993706555788716,0.153725174569888,0.00202999649031198,1.02143248233733,0.153725174569888,9.40900158277887e-05,1.02159188507463,0.153725174569888,0.00449823019546423,0.990074048589612,0.5,0.153725174569888,0.0108236758744371,0.879402151143229,0.153725174569888,0.013989874328643,0.989212729932338,0.5,0.153725174569888,0.0138170719837164,1.02093918277128,0.153725174569888,0.0128041466102391,0.937205497506298,0.153725174569888,0.0,0.940412079005131,0.153725174569888,0.0,0.752816915857486,0.153725174569888,0.000179351032642598,0.951224559472981,0.153725174569888,0.00105500455275425,1.00498178583813,0.153725174569888,0.000278542504632607,1.01743255143704,0.5,0.153725174569888,0.00240071274905308,1.01448071563718,0,0.995990385541779,0.00979865713374569 -8489,0.5,0.153725174569888,0.0,0.8277172301284,0.153725174569888,0.0,0.971068674949825,0.153725174569888,0.0,1.01619816196201,0.153725174569888,0.0,1.01651863244066,0.153725174569888,0.0,1.02173628180673,0.153725174569888,0.0,1.0214362067482,0.153725174569888,0.0,1.02090307024995,0.153725174569888,0.0,0.986820224222281,0.5,0.153725174569888,0.0,0.850639854791121,0.153725174569888,0.0,1.00565023966659,0.5,0.153725174569888,0.0,1.01984105961795,0.153725174569888,0.0,0.927639160238532,0.153725174569888,0.0,0.871468843172191,0.153725174569888,0.0,0.824478294076463,0.153725174569888,0.0,0.966758107000215,0.153725174569888,0.0,0.996993211855626,0.153725174569888,0.0,1.01635371590151,0.5,0.153725174569888,0.0,1.01981595581907,0,0.998403194640448,0.00979865713374569 -8490,0.5,0.153725174569888,0.0,0.830783461424692,0.153725174569888,0.0,1.02112187919728,0.153725174569888,0.0,0.998932375839836,0.153725174569888,0.0,0.998767958960948,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01936541891951,0.153725174569888,0.0,1.02040045621401,0.153725174569888,0.0,0.989799827312709,0.5,0.153725174569888,0.0,0.858040787387171,0.153725174569888,0.0,1.01751352738177,0.5,0.153725174569888,0.0,1.01934059195652,0.153725174569888,0.0,0.902432669519692,0.153725174569888,0.0,0.826918093636546,0.153725174569888,0.0,0.919162539192833,0.153725174569888,0.0,1.0149970093642,0.153725174569888,0.0,0.978671299882319,0.153725174569888,0.0,1.01674446519683,0.5,0.153725174569888,0.0,1.01831995173389,0,1.00358362095817,1.01143916413886 -8491,0.5,0.153725174569888,0.0,0.868850052281977,0.153725174569888,0.0,1.01741443137739,0.153725174569888,0.0,0.985061476112748,0.153725174569888,0.0,0.962919143763809,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00271562756835,0.153725174569888,0.0,1.02028982248528,0.153725174569888,0.0,0.974729188932743,0.5,0.153725174569888,0.0,0.870030984455726,0.153725174569888,0.0,1.01695013268104,0.5,0.153725174569888,0.0,1.01540667261194,0.153725174569888,0.0,0.876482364718578,0.153725174569888,0.0,0.910019926131341,0.153725174569888,0.0,1.01388855646524,0.153725174569888,0.0,1.02080917747629,0.153725174569888,0.0,0.999148222395944,0.153725174569888,0.0,1.01572345561606,0.5,0.153725174569888,0.0,1.01852351630018,0,0.999344987293361,1.01143916413886 -8492,0.5,0.153725174569888,0.0,0.915565409193037,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01862215027718,0.153725174569888,0.0,0.941305419403617,0.153725174569888,0.0,1.00887878097166,0.153725174569888,0.0,0.96857433960804,0.153725174569888,0.0,1.02165728057197,0.153725174569888,0.0,0.952521320216976,0.5,0.153725174569888,0.0,0.878533623286592,0.153725174569888,0.0,1.01218439868517,0.5,0.153725174569888,0.0,1.01374738130357,0.153725174569888,0.0,0.848112330406411,0.153725174569888,0.0,0.97859115104291,0.153725174569888,0.0,1.00354835361003,0.153725174569888,0.0,0.89253053072357,0.153725174569888,0.0,0.987014955609065,0.153725174569888,0.0,1.01678211304214,0.5,0.153725174569888,0.0,1.01360554589013,0,0.996596793910011,1.01134090779477 -8493,0.5,0.153725174569888,0.0,0.913381770546154,0.153725174569888,0.0,1.00720134313842,0.153725174569888,0.0,1.02167076816342,0.153725174569888,0.0,0.94337520809041,0.153725174569888,0.0,0.95240790726836,0.153725174569888,0.0,0.87531467215164,0.153725174569888,0.0,1.01614464223364,0.153725174569888,0.0,0.858528877210922,0.5,0.153725174569888,0.0,0.782973262430319,0.153725174569888,0.0,1.00049172753211,0.5,0.153725174569888,0.0,1.01464859318493,0.153725174569888,0.0,0.815888064614287,0.153725174569888,0.0,0.986631091831944,0.153725174569888,0.0,0.952680396031327,0.153725174569888,0.0,1.01665552306181,0.153725174569888,0.0,0.975665774683132,0.153725174569888,0.0,1.01915536371249,0.5,0.153725174569888,0.0,1.00761741320414,0,1.00278107453884,1.01120466743513 -8494,0.5,0.153725174569888,0.0,0.959413853193377,0.153725174569888,0.0,0.900627421454989,0.153725174569888,0.0,1.02170549661294,0.153725174569888,0.0,1.00385536184357,0.153725174569888,0.0,0.910043277973635,0.153725174569888,0.0,0.744103237805681,0.153725174569888,0.0,0.970520341066042,0.153725174569888,0.0,0.784111339861695,0.5,0.153725174569888,0.0,0.635938966908498,0.153725174569888,0.0,0.989075871511595,0.5,0.153725174569888,0.0,1.00503785422682,0.153725174569888,0.0,0.78906569896415,0.153725174569888,0.0,0.963281701688664,0.153725174569888,0.0,0.894578329285699,0.153725174569888,0.0,0.958163879967298,0.153725174569888,0.0,0.962752642859436,0.153725174569888,0.0,1.01954771474301,0.5,0.153725174569888,0.0,1.01974093703698,0,1.00669909525278,1.01058771688627 -8495,0.5,0.153725174569888,0.0,0.90895739689146,0.153725174569888,0.0,0.937931773776943,0.153725174569888,0.0,1.01970659255481,0.153725174569888,0.0,1.01499571796289,0.153725174569888,0.0,0.871846336886022,0.153725174569888,0.0,0.606967051454807,0.153725174569888,0.0,0.929106612468006,0.153725174569888,0.0,0.679118280379338,0.5,0.153725174569888,0.0,0.508073405934958,0.153725174569888,0.0,0.968846220690171,0.5,0.153725174569888,0.0,0.992022427362096,0.153725174569888,0.0,0.734790009096873,0.153725174569888,0.0,0.949376644636202,0.153725174569888,0.0,0.869407988828867,0.153725174569888,0.0,0.940153869545815,0.153725174569888,0.0,0.903743859438414,0.153725174569888,0.0,1.0110996805356,0.5,0.153725174569888,0.0,1.01876760728141,0,1.00850898928865,1.00952564902503 -8496,0.5,0.153725174569888,0.0,0.90533499004125,0.153725174569888,0.0,0.86635336715878,0.153725174569888,0.0,0.99838905279779,0.153725174569888,0.0,1.01905148393119,0.153725174569888,0.0,0.708161365173521,0.153725174569888,0.0,0.512222392113437,0.153725174569888,0.0,0.879943452584384,0.153725174569888,0.0,0.569775785406956,0.5,0.153725174569888,0.0,0.408560948560919,0.153725174569888,0.0,0.952580386295852,0.5,0.153725174569888,0.0,0.960157269605402,0.153725174569888,0.0,0.719796486789729,0.153725174569888,0.0,0.931243783992822,0.153725174569888,0.0,0.797676121458134,0.153725174569888,0.0,0.95946581430175,0.153725174569888,0.0,0.849640660003289,0.153725174569888,0.0,0.993635333058851,0.5,0.153725174569888,0.0,1.01298744459206,0,1.00973606228631,1.00716703397104 -8497,0.5,0.153725174569888,0.0,0.914978587586241,0.153725174569888,0.0,0.815016888120618,0.153725174569888,0.0,1.00000786478464,0.153725174569888,0.0,1.01876941420581,0.153725174569888,0.0,0.585892994626599,0.153725174569888,0.0,0.502618918751673,0.153725174569888,0.0,0.834010016960058,0.153725174569888,0.0,0.52499811195375,0.5,0.153725174569888,0.0,0.337028828303317,0.153725174569888,0.0,0.938296674225967,0.5,0.153725174569888,0.0,0.931129523359143,0.153725174569888,0.0,0.676416354219093,0.153725174569888,0.0,0.898717383060312,0.153725174569888,0.0,0.662560950685291,0.153725174569888,0.0,0.941151458591633,0.153725174569888,0.0,0.824839150421465,0.153725174569888,0.0,0.981862471073437,0.5,0.153725174569888,0.0,1.01908273500961,0,1.00825474076357,0.99904951722433 -8498,0.5,0.153725174569888,0.0,0.911317037373198,0.153725174569888,0.0,0.84438879167695,0.153725174569888,0.0,0.998894642320303,0.153725174569888,0.0,1.01893176555312,0.153725174569888,0.0,0.617445249348123,0.153725174569888,0.0,0.4952822843119,0.153725174569888,0.0,0.774403468058232,0.153725174569888,0.0,0.485604827875196,0.5,0.153725174569888,0.0,0.344100964342811,0.153725174569888,0.0,0.90126759315986,0.5,0.153725174569888,0.0,0.902743906432271,0.153725174569888,0.0,0.614281757790975,0.153725174569888,0.0,0.833381732656308,0.153725174569888,0.0,0.569473175120383,0.153725174569888,0.0,0.894540501325141,0.153725174569888,0.0,0.760114188486604,0.153725174569888,0.0,0.961228222405083,0.5,0.153725174569888,0.0,1.01573694532665,0,1.00224871203382,1.00162780216061 -8499,0.5,0.153725174569888,0.0,0.904317281665977,0.153725174569888,0.0,0.709764336319533,0.153725174569888,0.0,0.965153592848609,0.153725174569888,0.0,1.01447193538092,0.153725174569888,0.0,0.691256498146154,0.153725174569888,0.0,0.406457816950472,0.153725174569888,0.0,0.739371427742079,0.153725174569888,0.0,0.408562136185713,0.5,0.153725174569888,0.0,0.371976554070356,0.153725174569888,0.0,0.841793587972215,0.5,0.153725174569888,0.0,0.848956837933434,0.153725174569888,0.0,0.529217735563105,0.153725174569888,0.0,0.684004357903226,0.153725174569888,0.0,0.544469096752246,0.153725174569888,0.0,0.851930422876115,0.153725174569888,0.0,0.655340496064428,0.153725174569888,0.0,0.950484718346314,0.5,0.153725174569888,0.0,0.990235660855469,0,1.00337082094537,1.00500915385773 -8500,0.5,0.153725174569888,0.0,0.860313491135244,0.153725174569888,0.0,0.56640129855683,0.153725174569888,0.0,0.891823609957124,0.153725174569888,0.0,1.00009302474169,0.153725174569888,0.0,0.687335138019119,0.153725174569888,0.0,0.305181578720902,0.153725174569888,0.0,0.752472854372486,0.153725174569888,0.0,0.335883281957752,0.5,0.153725174569888,0.0,0.314501191996533,0.153725174569888,0.0,0.76714428893674,0.5,0.153725174569888,0.0,0.751517808487279,0.153725174569888,0.0,0.442287839557099,0.153725174569888,0.0,0.564167113683188,0.153725174569888,0.0,0.606004225974929,0.153725174569888,0.0,0.844041670494725,0.153725174569888,0.0,0.623670722621002,0.153725174569888,0.0,0.91684618664369,0.5,0.153725174569888,0.0,0.962391543750415,0,0.99482037089665,0.9782811733394 -8501,0.5,0.153725174569888,0.0,0.780631056779118,0.153725174569888,0.0,0.511817090128602,0.153725174569888,0.0,0.775869471077692,0.153725174569888,0.0,0.972208524907195,0.153725174569888,0.0,0.556345864381872,0.153725174569888,0.0,0.299174802774868,0.153725174569888,0.0,0.681113793838914,0.153725174569888,0.0,0.30520117628615,0.5,0.153725174569888,0.0,0.253477674179501,0.153725174569888,0.0,0.670223008977264,0.5,0.153725174569888,0.0,0.705859426241809,0.153725174569888,0.0,0.381524440870188,0.153725174569888,0.0,0.568754037635921,0.153725174569888,0.0,0.629078439436146,0.153725174569888,0.0,0.83952987297795,0.153725174569888,0.0,0.630915593328149,0.153725174569888,0.0,0.855772527804565,0.5,0.153725174569888,0.0,0.908986352413988,0,0.999377546715212,0.915294265661909 -8502,0.5,0.153725174569888,0.0,0.696441902888443,0.153725174569888,0.0,0.56086852995931,0.153725174569888,0.0,0.769579828718725,0.153725174569888,0.0,0.888761975358441,0.153725174569888,0.0,0.497304406105918,0.153725174569888,0.0,0.37810659938248,0.153725174569888,0.0,0.654824568300083,0.153725174569888,0.0,0.345435951467552,0.5,0.153725174569888,0.0,0.231704160998738,0.153725174569888,0.0,0.563820936294244,0.5,0.153725174569888,0.0,0.672501805470314,0.153725174569888,0.0,0.323427864131423,0.153725174569888,0.0,0.651032383791712,0.153725174569888,0.0,0.591325012309029,0.153725174569888,0.0,0.780936200634609,0.153725174569888,0.0,0.545056352114024,0.153725174569888,0.0,0.774414712003894,0.5,0.153725174569888,0.0,0.826797235717774,0,0.996930479555883,0.951317916731784 -8503,0.5,0.153725174569888,0.0,0.653809907208303,0.153725174569888,0.0,0.585228579497646,0.153725174569888,0.0,0.813562648938023,0.153725174569888,0.0,0.825741093262075,0.153725174569888,0.0,0.503910189998642,0.153725174569888,0.0,0.400922497077072,0.153725174569888,0.0,0.651502295447079,0.153725174569888,0.0,0.381995363378384,0.5,0.153725174569888,0.0,0.272805013622068,0.153725174569888,0.0,0.467399257902701,0.5,0.153725174569888,0.0,0.591269193370295,0.153725174569888,0.0,0.273418691630475,0.153725174569888,0.0,0.669446544001477,0.153725174569888,0.0,0.54001060079125,0.153725174569888,0.0,0.685481477127671,0.153725174569888,0.0,0.503653381722762,0.153725174569888,0.0,0.729549293996186,0.5,0.153725174569888,0.0,0.748161461748279,0,0.98936272933496,1.00442508512329 -8504,0.5,0.153725174569888,0.0,0.621123978373626,0.153725174569888,0.0,0.565615733352453,0.153725174569888,0.0,0.79753579029062,0.153725174569888,0.0,0.833465382075181,0.153725174569888,0.0,0.577687721617862,0.153725174569888,0.0,0.467360496521349,0.153725174569888,0.0,0.646244755031828,0.153725174569888,0.0,0.463096261116964,0.5,0.153725174569888,0.0,0.336848254746579,0.153725174569888,0.0,0.383949238562945,0.5,0.153725174569888,0.0,0.553717145675621,0.153725174569888,0.0,0.248552244168743,0.153725174569888,0.0,0.689694206182888,0.153725174569888,0.0,0.602540852523031,0.153725174569888,0.0,0.631264524656111,0.153725174569888,0.0,0.519042042308415,0.153725174569888,0.0,0.668037293605357,0.5,0.153725174569888,0.0,0.694523756947514,0,0.958859866318142,1.00677384852374 -8505,0.5,0.153725174569888,0.000123504415948906,0.562303931827021,0.153725174569888,0.0,0.662215573927247,0.153725174569888,3.74465908832195e-05,0.823753518908353,0.153725174569888,0.00120069542330817,0.85544767358459,0.153725174569888,0.0,0.584722694944729,0.153725174569888,0.0,0.597885386530347,0.153725174569888,0.0,0.687699474460811,0.153725174569888,0.0,0.489758419658092,0.5,0.153725174569888,0.0,0.403664563532974,0.153725174569888,0.00181421708131422,0.342047171466387,0.5,0.153725174569888,4.62837787854237e-05,0.554635822632409,0.153725174569888,0.000420999716616729,0.234361055751528,0.153725174569888,0.0,0.709778185905704,0.153725174569888,0.0,0.660794082384336,0.153725174569888,0.0,0.697471208510623,0.153725174569888,0.0,0.533644150078788,0.153725174569888,0.000439256731741935,0.614163576739779,0.5,0.153725174569888,0.00177831008184941,0.640023828683039,0,0.946819006757325,1.0071982018572 -8506,0.5,0.153725174569888,0.0390793216635672,0.576677205007302,0.153725174569888,0.0155208256670792,0.6938506820909,0.153725174569888,0.0319666728209567,0.905392913416164,0.153725174569888,0.0513593767874892,0.919665796507902,0.153725174569888,0.00379686320234628,0.807000531655993,0.153725174569888,0.00601890318698939,0.762471863919343,0.153725174569888,0.00188555611655809,0.807075646908564,0.153725174569888,0.00742847316002419,0.57439882907049,0.5,0.153725174569888,0.00645344103458299,0.490784546652546,0.153725174569888,0.0324793707479802,0.361409310387693,0.5,0.153725174569888,0.0165567287806053,0.699042343741911,0.153725174569888,0.0172990474459701,0.224730818554043,0.153725174569888,0.00535793812880342,0.802852234130648,0.153725174569888,0.00462065844179673,0.739094806825116,0.153725174569888,0.0141594311746608,0.74090402158712,0.153725174569888,0.00578689281496024,0.621446027482363,0.153725174569888,0.0224008343333114,0.719632135072343,0.5,0.153725174569888,0.0284110270779108,0.674292157593034,0,0.913017951163812,1.00930857432353 -8507,0.5,0.153725174569888,0.0752086477012432,0.738152965889171,0.153725174569888,0.0200308162400433,0.78587190494735,0.153725174569888,0.0764611815950441,0.922569386795111,0.153725174569888,0.0823950918121146,0.92681119444624,0.153725174569888,0.0342181277260227,0.942525539714807,0.153725174569888,0.0340871385097769,0.84459737137224,0.153725174569888,0.0173242244322597,0.914751350787445,0.153725174569888,0.0439734913466116,0.654078865286956,0.5,0.153725174569888,0.0133013159089667,0.586981617176684,0.153725174569888,0.0597248115575263,0.428737276661945,0.5,0.153725174569888,0.0359180387903984,0.769193360602323,0.153725174569888,0.061250114485855,0.286458941142697,0.153725174569888,0.0149516248061422,0.903101091534842,0.153725174569888,0.0327616951226842,0.904841736996006,0.153725174569888,0.0146904553303931,0.814175531572506,0.153725174569888,0.0118363414912589,0.745007823480058,0.153725174569888,0.0468676376182553,0.788607661081541,0.5,0.153725174569888,0.0574614081220877,0.736249955891294,0,0.918517685004129,1.01080701494988 -8508,0.5,0.153725174569888,0.0878364285630644,0.832601437726583,0.153725174569888,0.0173843327587387,0.932393278870086,0.153725174569888,0.0843203629485649,0.968966543313594,0.153725174569888,0.117950106712611,0.927833024601281,0.153725174569888,0.034927901582442,0.996564824828262,0.153725174569888,0.0542284396884028,0.948160592713938,0.153725174569888,0.0399152552626981,0.972032523319784,0.153725174569888,0.0937186347984754,0.768138439280852,0.5,0.153725174569888,0.0308860516100686,0.662943217180545,0.153725174569888,0.0853982785824181,0.457050765686142,0.5,0.153725174569888,0.0333465823085622,0.808293843921251,0.153725174569888,0.110188666860103,0.401253632422352,0.153725174569888,0.0242435392041153,0.959196692672626,0.153725174569888,0.0358187365375512,0.972498578339142,0.153725174569888,0.0231505435156932,0.894819473086357,0.153725174569888,0.025567898402197,0.827338180058974,0.153725174569888,0.0625748164570347,0.791457019680858,0.5,0.153725174569888,0.0543493023075184,0.726323019099877,0,0.933644081441619,1.01116581101343 -8509,0.5,0.153725174569888,0.0501358084325107,0.882603597694772,0.153725174569888,0.0388227461622044,1.02110804855625,0.153725174569888,0.0484619367192218,0.967636952626674,0.153725174569888,0.109162676985747,0.937642852540036,0.153725174569888,0.018363783073149,1.0214409731497,0.153725174569888,0.0639871129430894,0.999697043550874,0.153725174569888,0.0413072963365065,0.997194478104866,0.153725174569888,0.0847257968446457,0.830958725450447,0.5,0.153725174569888,0.0474671212769407,0.717217022440429,0.153725174569888,0.196240403444702,0.532542871359478,0.5,0.153725174569888,0.021357344140618,0.842203230671511,0.153725174569888,0.119244146645002,0.519265600400491,0.153725174569888,0.0185430688894966,0.990435566729587,0.153725174569888,0.0152541454621323,0.990956630562836,0.153725174569888,0.0337923384846037,0.98642966536238,0.153725174569888,0.0354361122655778,0.847283026952156,0.153725174569888,0.0512168693271017,0.815196397065508,0.5,0.153725174569888,0.0574206829588144,0.711757256785015,0,1.00380938849447,1.01130457042431 -8510,0.5,0.153725174569888,0.0199608453040907,0.918489043861309,0.153725174569888,0.00668915990176291,1.02173913043478,0.153725174569888,0.036549774522988,0.973070091392182,0.153725174569888,0.0517896981726437,0.932757129375656,0.153725174569888,0.0050809792231869,1.02173913043478,0.153725174569888,0.0559426107830188,1.00804879480205,0.153725174569888,0.037977589763292,1.01272857666698,0.153725174569888,0.0705241828605616,0.831087979713867,0.5,0.153725174569888,0.0468695420044,0.770727366556878,0.153725174569888,0.183056530890979,0.640182786348638,0.5,0.153725174569888,0.0192903188511184,0.881549183387296,0.153725174569888,0.0841192797728761,0.61259116793171,0.153725174569888,0.00589477583488976,1.01018553437872,0.153725174569888,0.00601596273367736,1.00157854631106,0.153725174569888,0.0208942967559404,1.00498375957305,0.153725174569888,0.0327709633757952,0.904766866237513,0.153725174569888,0.0295626041154047,0.893733011902993,0.5,0.153725174569888,0.0781148844294709,0.784003798187033,0,1.00789569222733,0.201779681588653 -8511,0.5,0.153725174569888,0.00591624202464133,0.971716521721845,0.153725174569888,0.0015074343103005,1.02173913043478,0.153725174569888,0.0243145367688044,0.995846736864813,0.153725174569888,0.0160250061161745,0.95315983319425,0.153725174569888,0.00206277037163647,1.02173913043478,0.153725174569888,0.0163859225124349,0.990499353438941,0.153725174569888,0.0184518167955568,1.02091988258171,0.153725174569888,0.0432100368480145,0.844717266838835,0.5,0.153725174569888,0.0238772697925966,0.800059935236523,0.153725174569888,0.0982303178723799,0.615498721074335,0.5,0.153725174569888,0.0206669658143463,0.903651669505435,0.153725174569888,0.0538558850109218,0.643016756092457,0.153725174569888,0.00222112270659984,0.927096184144398,0.153725174569888,0.00405721436688104,1.00815207036346,0.153725174569888,0.0049604037638983,1.01760255251674,0.153725174569888,0.0162043730586993,0.967260051471855,0.153725174569888,0.0162437622676104,0.93834968962425,0.5,0.153725174569888,0.0763036095533445,0.859987783224799,0,1.01024748906631,0.00979865713374569 -8512,0.5,0.153725174569888,6.49671520927231e-05,0.992801447435755,0.153725174569888,0.000188681383978455,1.02173913043478,0.153725174569888,0.0,1.00380480245673,0.153725174569888,4.97378375064233e-05,0.984403348373014,0.153725174569888,9.05296925389253e-05,1.02173913043478,0.153725174569888,0.0012670147250731,0.996694620123202,0.153725174569888,5.48281195950483e-05,1.02143739887684,0.153725174569888,0.00593628645189249,0.875927718745799,0.5,0.153725174569888,0.00515228080366752,0.838252795495494,0.153725174569888,0.0412519724935241,0.53789357437146,0.5,0.153725174569888,0.00556301226209621,0.94838758935529,0.153725174569888,0.021169230900497,0.602290479102054,0.153725174569888,0.000100059601702749,0.909368101656191,0.153725174569888,0.000126431191275906,0.992638550541232,0.153725174569888,1.11230369561129e-05,1.02127925828309,0.153725174569888,0.000745875469004134,0.992031333823047,0.153725174569888,0.000273551733441882,0.967043548892922,0.5,0.153725174569888,0.0107886605074966,0.865197316254839,0,1.01025247829868,0.00979865713374569 -8513,0.5,0.153725174569888,0.0,1.00557839557304,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01003069177531,0.153725174569888,0.0,1.00183953304621,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01060360905011,0.153725174569888,0.0,1.02132137556255,0.153725174569888,0.0,0.92771872777522,0.5,0.153725174569888,0.0,0.887244573212602,0.153725174569888,0.0,0.489551827975732,0.5,0.153725174569888,0.0,0.985308036441472,0.153725174569888,0.0,0.564898795868501,0.153725174569888,0.0,0.671651176715256,0.153725174569888,0.0,0.964946808977766,0.153725174569888,0.0,1.02146266653068,0.153725174569888,0.0,0.997906053361927,0.153725174569888,0.0,0.981281480193906,0.5,0.153725174569888,0.0,0.835335802841686,0,1.01027905796732,0.889998254934164 -8514,0.5,0.153725174569888,0.0,1.0150755290448,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01635255326741,0.153725174569888,0.0,1.00406355490953,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00991227693297,0.153725174569888,0.0,1.02127470520517,0.153725174569888,0.0,0.937422892395495,0.5,0.153725174569888,0.0,0.904741268097695,0.153725174569888,0.0,0.439068001128328,0.5,0.153725174569888,0.0,0.995221431071323,0.153725174569888,0.0,0.523570738877817,0.153725174569888,0.0,1.01184539208469,0.153725174569888,0.0,1.0139307197717,0.153725174569888,0.0,1.02147953787639,0.153725174569888,0.0,1.00796362908795,0.153725174569888,0.0,0.989663112552345,0.5,0.153725174569888,0.0,0.817724560383263,0,1.01027929898103,1.01143916413886 -8515,0.5,0.153725174569888,0.0,1.0174024262523,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02046201208966,0.153725174569888,0.0,1.015370879551,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01366869696367,0.153725174569888,0.0,1.020921354469,0.153725174569888,0.0,0.945301254504884,0.5,0.153725174569888,0.0,0.932750438604335,0.153725174569888,0.0,0.370803685383928,0.5,0.153725174569888,0.0,0.998209439258006,0.153725174569888,0.0,0.501473110766276,0.153725174569888,0.0,1.01059443172714,0.153725174569888,0.0,1.01387673921041,0.153725174569888,0.0,1.02151330130261,0.153725174569888,0.0,1.01807773044065,0.153725174569888,0.0,0.995644285602558,0.5,0.153725174569888,0.0,0.797304850431507,0,1.01027685809257,1.01143916413886 -8516,0.5,0.153725174569888,0.0,1.0182498624262,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01824117541255,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01831956934696,0.153725174569888,0.0,1.02098454586077,0.153725174569888,0.0,0.971644063964449,0.5,0.153725174569888,0.0,0.975895561285356,0.153725174569888,0.0,0.33099605186737,0.5,0.153725174569888,0.0,1.00470729770063,0.153725174569888,0.0,0.501370441638377,0.153725174569888,0.0,1.01025218714204,0.153725174569888,0.0,1.01381764635043,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0203336457649,0.153725174569888,0.0,0.999307433202691,0.5,0.153725174569888,0.0,0.765590008942368,0,1.01026135683963,1.01143916413886 -8517,0.5,0.153725174569888,0.0,1.01857661821523,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01872462216324,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01965794080121,0.153725174569888,0.0,1.02084859399793,0.153725174569888,0.0,0.977184885199225,0.5,0.153725174569888,0.0,0.990242392173939,0.153725174569888,0.0,0.347183528657719,0.5,0.153725174569888,0.0,1.00800744765393,0.153725174569888,0.0,0.502317275728876,0.153725174569888,0.0,1.01174136898851,0.153725174569888,0.0,1.01407712819042,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02024873465962,0.153725174569888,0.0,1.0044731840443,0.5,0.153725174569888,0.0,0.771032223942068,0,1.01027536799872,1.01143916413886 -8518,0.5,0.153725174569888,0.0,1.01820006526557,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01909073216233,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02038793685939,0.153725174569888,0.0,1.02035677562214,0.153725174569888,0.0,0.985141946666119,0.5,0.153725174569888,0.0,0.990594245015057,0.153725174569888,0.0,0.360921906762197,0.5,0.153725174569888,0.0,1.01094581462662,0.153725174569888,0.0,0.501135147039316,0.153725174569888,0.0,1.01164256527841,0.153725174569888,0.0,1.01409992610335,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02010395708386,0.153725174569888,0.0,1.00473222892731,0.5,0.153725174569888,0.0,0.775343004226729,0,1.01028469203226,1.01143916413886 -8519,0.5,0.153725174569888,0.0,1.01705376409483,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01958150650119,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02123382801129,0.153725174569888,0.0,1.01957093822134,0.153725174569888,0.0,0.987651815166298,0.5,0.153725174569888,0.0,0.983274062069352,0.153725174569888,0.0,0.383453933883084,0.5,0.153725174569888,0.0,1.01245511850332,0.153725174569888,0.0,0.503881950231028,0.153725174569888,0.0,1.00851483278886,0.153725174569888,0.0,1.01411382378035,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01695093456585,0.153725174569888,0.0,1.00310032206472,0.5,0.153725174569888,0.0,0.767328992127871,0,1.01027465570372,1.01143916413886 -8520,0.5,0.153725174569888,0.0,1.01720239621919,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0198602785829,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02162295676107,0.153725174569888,0.0,1.01990444426523,0.153725174569888,0.0,0.994127081103018,0.5,0.153725174569888,0.0,0.983029951916958,0.153725174569888,0.0,0.424545236029176,0.5,0.153725174569888,0.0,1.01204521804573,0.153725174569888,0.0,0.482934128433688,0.153725174569888,0.0,1.00481834862931,0.153725174569888,0.0,1.01422002754933,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01712925661031,0.153725174569888,0.0,1.00525186792004,0.5,0.153725174569888,0.0,0.766138879645458,0,1.01010913516749,1.01143916413886 -8521,0.5,0.153725174569888,0.0,1.01512791760447,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0202013876905,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0215258688614,0.153725174569888,0.0,1.02059054705407,0.153725174569888,0.0,0.996127011844206,0.5,0.153725174569888,0.0,0.987645197333354,0.153725174569888,0.0,0.419898183661689,0.5,0.153725174569888,0.0,1.01186132145687,0.153725174569888,0.0,0.450009050058014,0.153725174569888,0.0,1.00326460040823,0.153725174569888,0.0,1.01424024521327,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01622232149048,0.153725174569888,0.0,1.00857897788513,0.5,0.153725174569888,0.0,0.764299888379466,0,1.00954131420728,1.01143916413886 -8522,0.5,0.153725174569888,0.0,1.0064783929688,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02004960513303,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02160660039536,0.153725174569888,0.0,1.02082563021623,0.153725174569888,0.0,0.994424602594394,0.5,0.153725174569888,0.0,0.990772505139674,0.153725174569888,0.0,0.409622365617615,0.5,0.153725174569888,0.0,1.01324021947852,0.153725174569888,0.0,0.453264623089034,0.153725174569888,0.0,0.997806163694587,0.153725174569888,0.0,1.01422210825915,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01394695170922,0.153725174569888,0.0,1.01095889183064,0.5,0.153725174569888,0.0,0.761493307319088,0,1.00939307274143,1.01143916413886 -8523,0.5,0.153725174569888,0.0,1.00422988058902,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02093407648869,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02164691716703,0.153725174569888,0.0,1.02087797478876,0.153725174569888,0.0,0.996084310064168,0.5,0.153725174569888,0.0,0.989288999843789,0.153725174569888,0.0,0.431130821799208,0.5,0.153725174569888,0.0,1.01394395401035,0.153725174569888,0.0,0.505490791432643,0.153725174569888,0.0,0.989884358108156,0.153725174569888,0.0,1.01335373931924,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01448977130582,0.153725174569888,0.0,1.01131131993008,0.5,0.153725174569888,0.0,0.791260038301546,0,1.00847515163474,1.01143916413886 -8524,0.5,0.153725174569888,0.0,1.00717573511759,0.153725174569888,0.0,1.02167062345018,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02130991043948,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02144263511621,0.153725174569888,0.0,1.02065300647913,0.153725174569888,0.0,0.99285175403008,0.5,0.153725174569888,0.0,0.984950725493,0.153725174569888,0.0,0.472805573499593,0.5,0.153725174569888,0.0,1.0125984394247,0.153725174569888,0.0,0.488499367348451,0.153725174569888,0.0,0.981373036525223,0.153725174569888,0.0,1.01223892205249,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01425325441588,0.153725174569888,0.0,1.01066466723373,0.5,0.153725174569888,0.0,0.773486230151526,0,0.993271503942207,1.01143916413886 -8525,0.5,0.153725174569888,0.0,0.997031392001971,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0217374756633,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02125279427074,0.153725174569888,0.0,1.02012373958301,0.153725174569888,0.0,0.997417527596911,0.5,0.153725174569888,0.0,0.985361594537195,0.153725174569888,0.0,0.473891492428878,0.5,0.153725174569888,0.0,1.01119918168541,0.153725174569888,0.0,0.439725815238722,0.153725174569888,0.0,0.97675244455975,0.153725174569888,0.0,1.01265540628812,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01390361943858,0.153725174569888,0.0,1.0100583184749,0.5,0.153725174569888,0.0,0.757033049675108,0,0.964935433047777,1.01143916413886 -8526,0.5,0.153725174569888,0.0,0.990533697124954,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173715212349,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02166695842873,0.153725174569888,0.0,1.01915273200608,0.153725174569888,0.0,0.996800472384708,0.5,0.153725174569888,0.0,0.995657566673357,0.153725174569888,0.0,0.425326526231689,0.5,0.153725174569888,0.0,1.0106812019455,0.153725174569888,0.0,0.420642092084051,0.153725174569888,0.0,0.985838958002594,0.153725174569888,0.0,1.01310889851616,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01783781785451,0.153725174569888,0.0,1.00597367897013,0.5,0.153725174569888,0.0,0.739800265430405,0,0.967690642216976,1.01143916413886 -8527,0.5,0.153725174569888,0.0,0.996275455384144,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173521868154,0.153725174569888,0.0,1.0214904211653,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02050668970948,0.153725174569888,0.0,0.982336075029356,0.5,0.153725174569888,0.0,0.994080040121331,0.153725174569888,0.0,0.399857852586814,0.5,0.153725174569888,0.0,1.00367567653519,0.153725174569888,0.0,0.41994190666025,0.153725174569888,0.0,0.989612246695116,0.153725174569888,0.0,1.01338303063766,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01552294076878,0.153725174569888,0.0,0.995848988059084,0.5,0.153725174569888,0.0,0.719903282410052,0,0.984414755356137,1.01143916413886 -8528,0.5,0.153725174569888,0.0,1.00138597170345,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173235585365,0.153725174569888,0.0,1.02149570854695,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02161597380434,0.153725174569888,0.0,1.02148132845741,0.153725174569888,0.0,0.967942953406113,0.5,0.153725174569888,0.0,0.980624395223365,0.153725174569888,0.0,0.431242198619194,0.5,0.153725174569888,0.0,1.00313237965388,0.153725174569888,0.0,0.411639699009867,0.153725174569888,0.0,0.98839789147781,0.153725174569888,0.0,1.01358669975352,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01119038229119,0.153725174569888,0.0,0.984533249910015,0.5,0.153725174569888,0.0,0.704128116348024,0,0.995013935572123,1.01143916413886 -8529,0.5,0.153725174569888,6.7525336006791e-07,1.00718966737087,0.153725174569888,0.0,1.02173913043478,0.153725174569888,3.51634562670782e-06,1.02173245484793,0.153725174569888,5.35334309792986e-05,1.02106320645434,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01976482670694,0.153725174569888,0.0,1.02130717461056,0.153725174569888,0.0,0.962442235800217,0.5,0.153725174569888,0.0,0.958962265258126,0.153725174569888,0.00391813749235252,0.472498133434112,0.5,0.153725174569888,4.87347619889098e-05,1.00150594803345,0.153725174569888,0.00186211986977536,0.389348344559508,0.153725174569888,0.0,0.988323400270402,0.153725174569888,0.0,1.01376353420575,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01100230878009,0.153725174569888,0.000383401665760914,0.984807305112851,0.5,0.153725174569888,0.00255792342133548,0.707350007437052,0,0.994583704477897,1.01143916413886 -8530,0.5,0.153725174569888,0.000734772106068019,1.01141443773648,0.153725174569888,0.00074124238729888,1.02173913043478,0.153725174569888,0.00595375837488927,1.02173362544377,0.153725174569888,0.00365391791197426,1.02101373291242,0.153725174569888,0.000239445435414343,1.02173913043478,0.153725174569888,0.00074435472079647,1.01262952694562,0.153725174569888,0.00056866725865862,1.02099024735746,0.153725174569888,0.00158027845745147,0.955935821235127,0.5,0.153725174569888,0.0132047527608069,0.959194717175728,0.153725174569888,0.119694578185068,0.5274805138843,0.5,0.153725174569888,0.0366095964941248,1.00467212247022,0.153725174569888,0.109906738980755,0.38347586408841,0.153725174569888,0.000196201079427571,0.971120554190923,0.153725174569888,0.000216460783554231,1.01368768193635,0.153725174569888,0.00081186292331577,1.02173913043478,0.153725174569888,0.000965898002716421,1.00914323623759,0.153725174569888,0.0131110090960004,0.993096747569002,0.5,0.153725174569888,0.0490618344569342,0.75168949949515,0,0.997080544869841,1.01143916413886 -8531,0.5,0.153725174569888,0.0023323941556634,1.01560418888174,0.153725174569888,0.00199594410915376,1.02173913043478,0.153725174569888,0.0158845144588684,1.02173384171039,0.153725174569888,0.0156547906250704,1.02029012988606,0.153725174569888,0.000538346002821116,1.02173913043478,0.153725174569888,0.000996645948600184,1.01413063727559,0.153725174569888,0.000583658402137027,1.02122225912005,0.153725174569888,0.00629076349357117,0.950770530285909,0.5,0.153725174569888,0.0188033909649324,0.967300125988872,0.153725174569888,0.260265880366881,0.56234888246897,0.5,0.153725174569888,0.0792746839636688,1.01367339151371,0.153725174569888,0.237262048211169,0.429332398914373,0.153725174569888,0.000869732496685244,0.941085665817388,0.153725174569888,0.000738319742504651,1.01366996914259,0.153725174569888,0.00159233615324864,1.02167431538705,0.153725174569888,0.00199986060573638,1.0062665305858,0.153725174569888,0.0283721146606398,0.996761399824209,0.5,0.153725174569888,0.121955677462831,0.813211492540765,0,0.992096682941565,1.01143916413886 -8532,0.5,0.153725174569888,0.00368403045667255,1.01825082099222,0.153725174569888,0.0026843652108791,1.02173913043478,0.153725174569888,0.00940054007123813,1.02173384415827,0.153725174569888,0.0249579901852204,1.01971842731464,0.153725174569888,0.000502334839254508,1.02173913043478,0.153725174569888,0.00130488723093799,1.01700696182614,0.153725174569888,0.000702500632976126,1.02132239293922,0.153725174569888,0.00786641285869494,0.961503007499856,0.5,0.153725174569888,0.0322245023161826,0.972041167546179,0.153725174569888,0.343388907402279,0.564406411320457,0.5,0.153725174569888,0.0883206283918556,1.01688247674537,0.153725174569888,0.322681958841187,0.516069500175813,0.153725174569888,0.00156023742027017,0.925606554531366,0.153725174569888,0.00164826004344451,1.01357111264511,0.153725174569888,0.00144565761462563,1.02155723635343,0.153725174569888,0.00268344006946321,1.00974646653873,0.153725174569888,0.0357771931468383,0.998994869715669,0.5,0.153725174569888,0.184979288131407,0.865669382627706,0,0.964396634146666,1.01143916413886 -8533,0.5,0.153725174569888,0.00375131157361717,1.01844240463207,0.153725174569888,0.00303966441976404,1.02173913043478,0.153725174569888,0.00557369833002678,1.02173696295655,0.153725174569888,0.0161852896707816,1.02029229360074,0.153725174569888,0.0008709273770945,1.02173913043478,0.153725174569888,0.00149812194275479,1.01923445332712,0.153725174569888,0.00082674422619049,1.02146676117675,0.153725174569888,0.00800692295727777,0.961622348540096,0.5,0.153725174569888,0.0257682852621113,0.977493954447151,0.153725174569888,0.351043763660372,0.592139667193939,0.5,0.153725174569888,0.0802317830926917,1.01446969119575,0.153725174569888,0.341564499723833,0.57727772559167,0.153725174569888,0.00289844644403933,0.922011375179639,0.153725174569888,0.00200483099369152,1.01299323645322,0.153725174569888,0.00152714220739271,1.02118729844942,0.153725174569888,0.0046999221575431,1.00685866918008,0.153725174569888,0.0403612950219611,0.995995987385114,0.5,0.153725174569888,0.206462217878841,0.913452209946002,0,0.906829518915808,1.01143916413886 -8534,0.5,0.153725174569888,0.00221194295277794,1.01514608304172,0.153725174569888,0.00168831066724317,1.02173913043478,0.153725174569888,0.00808971593606205,1.02048503375185,0.153725174569888,0.00550034006512758,1.02019583794348,0.153725174569888,0.00107914889283504,1.02173913043478,0.153725174569888,0.0010533546895158,1.02173913043478,0.153725174569888,0.000856405458116996,1.02157074934243,0.153725174569888,0.00321823303294517,0.962622671995921,0.5,0.153725174569888,0.0266608610153025,0.99816299400542,0.153725174569888,0.291938366584798,0.674300063662619,0.5,0.153725174569888,0.0387649954884753,1.0117052718495,0.153725174569888,0.297270407133102,0.572132621834728,0.153725174569888,0.00422498871663701,0.909562342761865,0.153725174569888,0.00148686652137833,1.0127674983961,0.153725174569888,0.00168818471695188,1.02136947221124,0.153725174569888,0.00413674177199831,1.0151075654842,0.153725174569888,0.0394677534190418,0.992802155476957,0.5,0.153725174569888,0.168556380289786,0.938276005166322,0,0.842335407300751,1.01143916413886 -8535,0.5,0.153725174569888,0.000842027272290436,1.00965718913011,0.153725174569888,0.000698359790665325,1.02173913043478,0.153725174569888,0.0074673071388377,1.01934085627251,0.153725174569888,0.00578849198080848,1.01925375165237,0.153725174569888,0.00070839558544075,1.02173913043478,0.153725174569888,0.000470866211512526,1.02173913043478,0.153725174569888,0.000502216327671428,1.02156210244552,0.153725174569888,0.00115003098435106,0.971014632044912,0.5,0.153725174569888,0.0128765219311942,0.979209097014039,0.153725174569888,0.19696515535088,0.681366568256819,0.5,0.153725174569888,0.0108513555974675,1.01160675774743,0.153725174569888,0.193467071774765,0.544812714206082,0.153725174569888,0.00180331563144984,0.858671953401731,0.153725174569888,0.000661401079180036,1.01238343598928,0.153725174569888,0.000950677410176968,1.02136776211587,0.153725174569888,0.00212475237796612,1.01448654411448,0.153725174569888,0.0229271699402349,0.998617845572373,0.5,0.153725174569888,0.108847254288273,0.908375082146028,0,0.84502783086583,1.01143916413886 -8536,0.5,0.153725174569888,7.88796602557028e-06,1.00063693752835,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.000172272319618767,1.01897652747699,0.153725174569888,0.000223650557729737,1.01969101458545,0.153725174569888,4.00545553027126e-05,1.02173913043478,0.153725174569888,8.22414017605489e-05,1.02148247064542,0.153725174569888,1.69054407303755e-05,1.0215095340471,0.153725174569888,0.000440000572140341,0.972828460982059,0.5,0.153725174569888,0.00161236949081509,0.962429793582302,0.153725174569888,0.0735956521442986,0.659864238950307,0.5,0.153725174569888,0.00292328649358886,1.01407651287634,0.153725174569888,0.066937510448549,0.507331980241211,0.153725174569888,8.52732977750951e-07,0.79802722529191,0.153725174569888,0.0,1.01055664061408,0.153725174569888,2.6505122478363e-05,1.02148308464531,0.153725174569888,4.10332083373981e-05,1.01411177136102,0.153725174569888,0.000187958153329842,0.99527229200147,0.5,0.153725174569888,0.0131457185785658,0.869804697529461,0,0.827003332473721,1.01143916413886 -8537,0.5,0.153725174569888,0.0,0.973162162269961,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01778580589888,0.153725174569888,0.0,1.02020436343929,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02111183741764,0.153725174569888,0.0,1.02121451300769,0.153725174569888,0.0,0.963691332211092,0.5,0.153725174569888,0.0,0.950540158822535,0.153725174569888,0.0,0.660961521679247,0.5,0.153725174569888,0.0,1.01374446458982,0.153725174569888,0.0,0.478550038204549,0.153725174569888,0.0,0.755552027235083,0.153725174569888,0.0,1.00690861146651,0.153725174569888,0.0,1.02153218541679,0.153725174569888,0.0,1.01694272072207,0.153725174569888,0.0,0.997163814088429,0.5,0.153725174569888,0.0,0.849320791590688,0,0.788125454733011,1.01142462266941 -8538,0.5,0.153725174569888,0.0,0.931420298643738,0.153725174569888,0.0,1.01863543899914,0.153725174569888,0.0,1.01470380741241,0.153725174569888,0.0,1.0193587328286,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02051873096459,0.153725174569888,0.0,1.02145283582869,0.153725174569888,0.0,0.957517188987233,0.5,0.153725174569888,0.0,0.939659151115909,0.153725174569888,0.0,0.636180606094258,0.5,0.153725174569888,0.0,1.00680481429341,0.153725174569888,0.0,0.483349506457927,0.153725174569888,0.0,0.742080147469459,0.153725174569888,0.0,0.99965912788159,0.153725174569888,0.0,1.02003658586311,0.153725174569888,0.0,1.02028402510436,0.153725174569888,0.0,0.997156458724596,0.5,0.153725174569888,0.0,0.83524767121919,0,0.766881141481128,1.011329465236 -8539,0.5,0.153725174569888,0.0,0.885890017550766,0.153725174569888,0.0,1.01109295805338,0.153725174569888,0.0,1.0122992306383,0.153725174569888,0.0,1.01820650092496,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02100206845358,0.153725174569888,0.0,1.02130474770158,0.153725174569888,0.0,0.949973677075197,0.5,0.153725174569888,0.0,0.933491187458349,0.153725174569888,0.0,0.583437004769017,0.5,0.153725174569888,0.0,1.00384433868306,0.153725174569888,0.0,0.493015617575994,0.153725174569888,0.0,0.716671464060048,0.153725174569888,0.0,0.9879668912305,0.153725174569888,0.0,1.01769329733124,0.153725174569888,0.0,1.01894051963552,0.153725174569888,0.0,0.993233101627926,0.5,0.153725174569888,0.0,0.814410224445257,0,0.706213755093329,1.01117828576237 -8540,0.5,0.153725174569888,0.0,0.838045788139334,0.153725174569888,0.0,0.99463817917157,0.153725174569888,0.0,1.00970517828872,0.153725174569888,0.0,1.01839565857862,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02150975959646,0.153725174569888,0.0,1.02152106175846,0.153725174569888,0.0,0.934190703116797,0.5,0.153725174569888,0.0,0.933724583869305,0.153725174569888,0.0,0.543799030607331,0.5,0.153725174569888,0.0,1.00619420850333,0.153725174569888,0.0,0.489611938119873,0.153725174569888,0.0,0.689618462336605,0.153725174569888,0.0,0.967138787713201,0.153725174569888,0.0,1.01538146200364,0.153725174569888,0.0,1.01452740944447,0.153725174569888,0.0,0.989254109789223,0.5,0.153725174569888,0.0,0.787729767652769,0,0.528852677513927,1.01043019607682 -8541,0.5,0.153725174569888,0.0,0.810270422790776,0.153725174569888,0.0,0.971065783888595,0.153725174569888,0.0,1.00613452999735,0.153725174569888,0.0,1.01756326813561,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02159980318136,0.153725174569888,0.0,0.93363509185527,0.5,0.153725174569888,0.0,0.930480667391973,0.153725174569888,0.0,0.519423592759935,0.5,0.153725174569888,0.0,1.00504728711322,0.153725174569888,0.0,0.46599253698365,0.153725174569888,0.0,0.653364271030791,0.153725174569888,0.0,0.946661301167663,0.153725174569888,0.0,1.01504455601425,0.153725174569888,0.0,1.0105769520715,0.153725174569888,0.0,0.980098129365822,0.5,0.153725174569888,0.0,0.770272047297705,0,0.57328769118134,1.01063547720284 -8542,0.5,0.153725174569888,0.0,0.805448540687177,0.153725174569888,0.0,0.959694688089178,0.153725174569888,0.0,0.998041281676716,0.153725174569888,0.0,1.01556961793066,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0216512543595,0.153725174569888,0.0,0.948326977797641,0.5,0.153725174569888,0.0,0.926041481602352,0.153725174569888,0.0,0.495261132366826,0.5,0.153725174569888,0.0,0.999035200328586,0.153725174569888,0.0,0.451169097633364,0.153725174569888,0.0,0.626514978132829,0.153725174569888,0.0,0.935666974125766,0.153725174569888,0.0,1.01320421149117,0.153725174569888,0.0,1.00970128558311,0.153725174569888,0.0,0.972011451277624,0.5,0.153725174569888,0.0,0.73445240976941,0,0.634663578883928,1.01069452700931 -8543,0.5,0.153725174569888,0.0,0.810066456312271,0.153725174569888,0.0,0.96719647852703,0.153725174569888,0.0,0.993264975268783,0.153725174569888,0.0,1.01179408660459,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02168071469745,0.153725174569888,0.0,0.958553092405398,0.5,0.153725174569888,0.0,0.924774046313731,0.153725174569888,0.0,0.486323456815286,0.5,0.153725174569888,0.0,0.999807364041028,0.153725174569888,0.0,0.449144666254345,0.153725174569888,0.0,0.624930414870626,0.153725174569888,0.0,0.938491194341211,0.153725174569888,0.0,1.01104784663056,0.153725174569888,0.0,1.01217227357117,0.153725174569888,0.0,0.969568261680341,0.5,0.153725174569888,0.0,0.703252933942468,0,0.650992571732923,1.0108314899833 -8544,0.5,0.153725174569888,0.0,0.813511816190573,0.153725174569888,0.0,0.97694852951192,0.153725174569888,0.0,0.988785012807277,0.153725174569888,0.0,1.00801981204439,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02169916742942,0.153725174569888,0.0,0.960324505371474,0.5,0.153725174569888,0.0,0.925376133623088,0.153725174569888,0.0,0.463117313298739,0.5,0.153725174569888,0.0,1.00162554463987,0.153725174569888,0.0,0.446230064764206,0.153725174569888,0.0,0.610585428482006,0.153725174569888,0.0,0.950704308006548,0.153725174569888,0.0,1.01133991055113,0.153725174569888,0.0,1.01361036886888,0.153725174569888,0.0,0.97159972704701,0.5,0.153725174569888,0.0,0.691766202266603,0,0.617556911138466,1.01101594634072 -8545,0.5,0.153725174569888,0.0,0.82468721484108,0.153725174569888,0.0,0.986647225070035,0.153725174569888,0.0,0.987699513314706,0.153725174569888,0.0,1.00445954681335,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.964986898509921,0.5,0.153725174569888,0.0,0.922207020155099,0.153725174569888,0.0,0.448417104733424,0.5,0.153725174569888,0.0,1.00125898214091,0.153725174569888,0.0,0.450714862874572,0.153725174569888,0.0,0.612652590663537,0.153725174569888,0.0,0.963457247498671,0.153725174569888,0.0,1.01336862099513,0.153725174569888,0.0,1.0138826771893,0.153725174569888,0.0,0.971516981376413,0.5,0.153725174569888,0.0,0.688326604082789,0,0.48420383656544,1.01111554100764 -8546,0.5,0.153725174569888,0.0,0.846790678071848,0.153725174569888,0.0,0.998143856574114,0.153725174569888,0.0,0.992907085411177,0.153725174569888,0.0,1.00422515361122,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.964334682748478,0.5,0.153725174569888,0.0,0.907692544104385,0.153725174569888,0.0,0.457617625282594,0.5,0.153725174569888,0.0,1.001604435255,0.153725174569888,0.0,0.453584753847429,0.153725174569888,0.0,0.631958361178958,0.153725174569888,0.0,0.970354304006406,0.153725174569888,0.0,1.01459038831394,0.153725174569888,0.0,1.01436861043595,0.153725174569888,0.0,0.974013441397397,0.5,0.153725174569888,0.0,0.684776089006188,0,0.366456570058922,1.01124098895662 -8547,0.5,0.153725174569888,0.0,0.867165041250686,0.153725174569888,0.0,0.998877157187157,0.153725174569888,0.0,1.00245283834664,0.153725174569888,0.0,1.00566241731801,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.95855061357162,0.5,0.153725174569888,0.0,0.885023887544772,0.153725174569888,0.0,0.4727530984256,0.5,0.153725174569888,0.0,0.997698473018919,0.153725174569888,0.0,0.437819135761689,0.153725174569888,0.0,0.653275554241508,0.153725174569888,0.0,0.980383759477924,0.153725174569888,0.0,1.01488265189184,0.153725174569888,0.0,1.01295125374284,0.153725174569888,0.0,0.977088879124778,0.5,0.153725174569888,0.0,0.67836853571203,0,0.351622805911395,1.01139550799615 -8548,0.5,0.153725174569888,0.0,0.878674950676539,0.153725174569888,0.0,0.997343791808663,0.153725174569888,0.0,1.01424249429914,0.153725174569888,0.0,1.0052342348722,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.942209588371153,0.5,0.153725174569888,0.0,0.886139635961199,0.153725174569888,0.0,0.465596441776921,0.5,0.153725174569888,0.0,0.988852798322897,0.153725174569888,0.0,0.411152082995325,0.153725174569888,0.0,0.662883276979243,0.153725174569888,0.0,0.995439738779875,0.153725174569888,0.0,1.01737877679654,0.153725174569888,0.0,1.01001965457501,0.153725174569888,0.0,0.976308298737743,0.5,0.153725174569888,0.0,0.668120805696263,0,0.206468123843147,1.00992378199562 -8549,0.5,0.153725174569888,0.0,0.881166690188191,0.153725174569888,0.0,1.01006830853865,0.153725174569888,0.0,1.02058146093274,0.153725174569888,0.0,1.00914388141245,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.912248290560675,0.5,0.153725174569888,0.0,0.867166264707856,0.153725174569888,0.0,0.443140336015793,0.5,0.153725174569888,0.0,0.97974520776523,0.153725174569888,0.0,0.393016666710586,0.153725174569888,0.0,0.650097173973874,0.153725174569888,0.0,1.00594189506816,0.153725174569888,0.0,1.01942798870491,0.153725174569888,0.0,1.00678658537966,0.153725174569888,0.0,0.971830253334487,0.5,0.153725174569888,0.0,0.643100387142126,0,0.116951571180108,1.00110579442935 -8550,0.5,0.153725174569888,0.0,0.879351038577282,0.153725174569888,0.0,1.01643784053325,0.153725174569888,0.0,1.02173826764797,0.153725174569888,0.0,1.01423236351857,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02052602872855,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.87458600420887,0.5,0.153725174569888,0.0,0.823560443692644,0.153725174569888,0.0,0.412137461065358,0.5,0.153725174569888,0.0,0.967810781138906,0.153725174569888,0.0,0.381453211402978,0.153725174569888,0.0,0.625810825308799,0.153725174569888,0.0,1.01118984498112,0.153725174569888,0.0,1.02108448567831,0.153725174569888,0.0,1.00262528244142,0.153725174569888,0.0,0.96490083282646,0.5,0.153725174569888,0.0,0.608692787858446,0,0.0584478499683749,0.969841764615676 -8551,0.5,0.153725174569888,0.0,0.873200436211922,0.153725174569888,0.0,1.02077512124214,0.153725174569888,0.0,1.02173605616714,0.153725174569888,0.0,1.01435242765359,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01852144217101,0.153725174569888,0.0,1.02171801604507,0.153725174569888,0.0,0.842668592260277,0.5,0.153725174569888,0.0,0.78966703871453,0.153725174569888,0.0,0.402169899599599,0.5,0.153725174569888,0.0,0.945756320299142,0.153725174569888,0.0,0.345473270724314,0.153725174569888,0.0,0.551136238738655,0.153725174569888,0.0,1.01258299452253,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.994428052943704,0.153725174569888,0.0,0.960411294666268,0.5,0.153725174569888,0.0,0.57483515756443,0,0.0620133737327848,0.821839408272506 -8552,0.5,0.153725174569888,0.0,0.854949695313797,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.02105093587638,0.153725174569888,0.0,1.01260001442575,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01837844043695,0.153725174569888,0.0,1.02170963254032,0.153725174569888,0.0,0.834344748046757,0.5,0.153725174569888,0.0,0.793009474564327,0.153725174569888,0.0,0.289373078600052,0.5,0.153725174569888,0.0,0.923557134780368,0.153725174569888,0.0,0.32500646654078,0.153725174569888,0.0,0.419494978712448,0.153725174569888,0.0,1.01306460571447,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.982558370804731,0.153725174569888,0.0,0.947801874564377,0.5,0.153725174569888,0.0,0.545461967785865,0,0.179589511258532,0.485024164675889 -8553,0.5,0.153725174569888,1.03922534438959e-07,0.821931426289373,0.153725174569888,0.0,1.02173913043478,0.153725174569888,7.23487016362641e-06,1.02107968759092,0.153725174569888,7.33573056665225e-05,1.01251625920808,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00679353985027,0.153725174569888,0.0,1.0213791024288,0.153725174569888,0.0,0.80498824513692,0.5,0.153725174569888,0.0,0.767198133408417,0.153725174569888,0.00435095634756529,0.23277770189337,0.5,0.153725174569888,2.78714550987999e-06,0.933908044301242,0.153725174569888,0.00158395163092461,0.311919717689862,0.153725174569888,0.0,0.315909289595876,0.153725174569888,0.0,1.01364648510989,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.977565390309445,0.153725174569888,8.00302274612728e-05,0.934430482664103,0.5,0.153725174569888,0.00291928358899112,0.515319836030931,0,0.503148686005837,0.254971013193287 -8554,0.5,0.153725174569888,0.000625198469037112,0.773668629036947,0.153725174569888,0.000220141717699324,1.02173913043478,0.153725174569888,0.00357864337091258,1.02060217510625,0.153725174569888,0.0030268317194417,1.01603122573759,0.153725174569888,0.000132019219321256,1.02173913043478,0.153725174569888,0.00251890393068602,1.00459356293268,0.153725174569888,0.00401680121631376,1.0187323923085,0.153725174569888,0.0032318819161421,0.816816607723606,0.5,0.153725174569888,0.00276866504793229,0.736528791413802,0.153725174569888,0.132043650250757,0.189559653116897,0.5,0.153725174569888,0.00497811207082923,0.951800335373862,0.153725174569888,0.100526347514885,0.292126977451241,0.153725174569888,0.000714304477848767,0.251245310066371,0.153725174569888,0.00011871793106027,1.01345918155924,0.153725174569888,0.000501628736559347,1.02173913043478,0.153725174569888,0.00313928585233917,0.971879598985484,0.153725174569888,0.00218841856790898,0.937411040346211,0.5,0.153725174569888,0.057802872719936,0.491098687987055,0,0.563558691662819,0.188261694188101 -8555,0.5,0.153725174569888,0.00194369632411615,0.754639855069815,0.153725174569888,0.000619546879861783,1.02173913043478,0.153725174569888,0.0159214461650716,1.01688948555798,0.153725174569888,0.00918606730935178,1.01783172089724,0.153725174569888,0.00114452191324677,1.01743558783814,0.153725174569888,0.002061472117899,1.01791078647326,0.153725174569888,0.00453183774294989,1.0184808888971,0.153725174569888,0.0103646827192276,0.86514558138547,0.5,0.153725174569888,0.0182260640844483,0.773993051558759,0.153725174569888,0.280380125681471,0.181993312240098,0.5,0.153725174569888,0.0158185525859046,0.948632830434803,0.153725174569888,0.223631809260238,0.276646195191892,0.153725174569888,0.00417815507679226,0.248420493828738,0.153725174569888,0.00168814453349969,1.01365041492566,0.153725174569888,0.00293009821531294,1.02154788495295,0.153725174569888,0.0276935849450553,0.959755956437182,0.153725174569888,0.00754261243550945,0.939117317960548,0.5,0.153725174569888,0.143045743065628,0.488137998699018,0,0.63208320586899,0.16471101075541 -8556,0.5,0.153725174569888,0.00290028127701784,0.753949962409081,0.153725174569888,0.000779475200378697,1.02173913043478,0.153725174569888,0.0376700487409719,1.01512719786907,0.153725174569888,0.0160466765432269,1.01953530215771,0.153725174569888,0.00446002045154108,1.02173913043478,0.153725174569888,0.00502770783457328,1.01219970841698,0.153725174569888,0.00155019716977522,1.02107879016387,0.153725174569888,0.0103754295772667,0.884692353062058,0.5,0.153725174569888,0.0359572156412058,0.791229024795869,0.153725174569888,0.377770216814402,0.140888215073076,0.5,0.153725174569888,0.0368299592315101,0.930120555468283,0.153725174569888,0.312363500863877,0.285780843257998,0.153725174569888,0.00793821953945159,0.26883165300992,0.153725174569888,0.00545748978938074,1.01101188810688,0.153725174569888,0.00284659023630333,1.01960128845532,0.153725174569888,0.0148937545390238,0.947494637768366,0.153725174569888,0.019842623504574,0.928582439109119,0.5,0.153725174569888,0.19039664372191,0.507007799377989,0,0.675760804197614,0.124028952916216 -8557,0.5,0.153725174569888,0.00335325092205557,0.760188395246252,0.153725174569888,0.0013059679878416,1.02173913043478,0.153725174569888,0.0376798262704425,0.989083181393113,0.153725174569888,0.0237775190557005,1.0203004167817,0.153725174569888,0.00230681106929191,1.02173913043478,0.153725174569888,0.0256419405668768,1.00442810150079,0.153725174569888,0.00552684257039706,1.01876093766626,0.153725174569888,0.00713575367255551,0.886997221056786,0.5,0.153725174569888,0.0376829425110919,0.769975486250451,0.153725174569888,0.406151414332434,0.126191921373546,0.5,0.153725174569888,0.0860162046748378,0.90792672291703,0.153725174569888,0.360634723653294,0.267399695531044,0.153725174569888,0.00867278459084804,0.253408203089853,0.153725174569888,0.00373763613266272,1.01043344127423,0.153725174569888,0.00552958386510201,1.01840332360961,0.153725174569888,0.00482214726880243,0.978596620811526,0.153725174569888,0.0338153705697451,0.909157030656095,0.5,0.153725174569888,0.229275843388157,0.493015894923996,0,0.754723779521085,0.120880177772021 -8558,0.5,0.153725174569888,0.00394007733005875,0.760234490940696,0.153725174569888,0.00332028902239522,1.02173913043478,0.153725174569888,0.00927976223293437,0.945163183583872,0.153725174569888,0.0149453002039528,1.01804452167828,0.153725174569888,0.00771530777690589,1.02173913043478,0.153725174569888,0.0306929117004708,1.00218816223194,0.153725174569888,0.0245512500666241,1.01588931663187,0.153725174569888,0.00694827784339277,0.863227649609615,0.5,0.153725174569888,0.0419990627853523,0.726094742472399,0.153725174569888,0.3742527685575,0.108416121045193,0.5,0.153725174569888,0.0999084035990105,0.878760550029408,0.153725174569888,0.366734547033708,0.217651900840988,0.153725174569888,0.00701420753861925,0.19023840346288,0.153725174569888,0.00407523129248718,1.01084245195009,0.153725174569888,0.00532565519624098,1.02032205069016,0.153725174569888,0.00359264049680683,0.965398339246121,0.153725174569888,0.0368843696446443,0.880164328461627,0.5,0.153725174569888,0.24191853707002,0.457353781592891,0,0.763070276817106,0.139721027363615 -8559,0.5,0.153725174569888,0.00267430691910162,0.740114741916423,0.153725174569888,0.00141324585216921,1.02173913043478,0.153725174569888,0.0021655364931643,0.986762788630893,0.153725174569888,0.00530277703228265,1.01177385891225,0.153725174569888,0.00226350554022402,1.02173913043478,0.153725174569888,0.0260017842261626,1.01132311661733,0.153725174569888,0.0224963636257397,1.0173557035997,0.153725174569888,0.01981520610175,0.838692928699299,0.5,0.153725174569888,0.046010247278184,0.651220612032417,0.153725174569888,0.301924963221632,0.0962665938303191,0.5,0.153725174569888,0.149033168844627,0.846006626172051,0.153725174569888,0.310359806372904,0.159546215597285,0.153725174569888,0.00304718942945801,0.199048221440112,0.153725174569888,0.00197103870985818,1.00926066681956,0.153725174569888,0.00387213194443484,1.02054875863222,0.153725174569888,0.00516104818195467,0.946726291075634,0.153725174569888,0.0278617345981251,0.850357872424732,0.5,0.153725174569888,0.196950621269803,0.398305969313708,0,0.662144293864191,0.160286811605417 -8560,0.5,0.153725174569888,2.35683794597581e-05,0.709422904428403,0.153725174569888,0.000408807784551646,1.02173913043478,0.153725174569888,0.000235345839410562,0.983060963875968,0.153725174569888,0.000315184276943479,1.00804025439316,0.153725174569888,0.000817956549629794,1.02173913043478,0.153725174569888,0.00475547563991627,1.01307677688713,0.153725174569888,0.000248179270613446,1.0190309917319,0.153725174569888,0.00778028200699031,0.822883210258873,0.5,0.153725174569888,0.0395556408686883,0.561662005318045,0.153725174569888,0.0846262340323168,0.0956864347101392,0.5,0.153725174569888,0.0460558339523389,0.773909694590887,0.153725174569888,0.0881571336577092,0.125829976458506,0.153725174569888,0.000138793301123268,0.185671373777298,0.153725174569888,0.000232291441554609,1.0066577974169,0.153725174569888,8.13204507955066e-05,1.01791052814396,0.153725174569888,0.000200322537126208,0.932740518178494,0.153725174569888,0.00370575542517274,0.79868270789318,0.5,0.153725174569888,0.0174488765241125,0.329970159179255,0,0.520771982663697,0.212466028572958 -8561,0.5,0.153725174569888,0.0,0.695734077746979,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.977497881316578,0.153725174569888,0.0,1.00612219267284,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01031044528998,0.153725174569888,0.0,1.01971069113851,0.153725174569888,0.0,0.816842361587274,0.5,0.153725174569888,0.0,0.465700249298342,0.153725174569888,0.0,0.098348429347546,0.5,0.153725174569888,0.0,0.666183567657716,0.153725174569888,0.0,0.116319061254029,0.153725174569888,0.0,0.193551301827824,0.153725174569888,0.0,1.00166786773647,0.153725174569888,0.0,1.01742397513378,0.153725174569888,0.0,0.907360209713293,0.153725174569888,0.0,0.745040422005719,0.5,0.153725174569888,0.0,0.292593057503757,0,0.432398164154194,0.326313697990161 -8562,0.5,0.153725174569888,0.0,0.682443791407612,0.153725174569888,0.0,1.01906649196526,0.153725174569888,0.0,0.990431226229815,0.153725174569888,0.0,0.998891322530921,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.01263254657334,0.153725174569888,0.0,1.01887384111491,0.153725174569888,0.0,0.834605720813217,0.5,0.153725174569888,0.0,0.402914243406581,0.153725174569888,0.0,0.0832218973408667,0.5,0.153725174569888,0.0,0.554375669532194,0.153725174569888,0.0,0.0969503110115536,0.153725174569888,0.0,0.209224429277298,0.153725174569888,0.0,1.00231601428192,0.153725174569888,0.0,1.01874687517584,0.153725174569888,0.0,0.903454518581772,0.153725174569888,0.0,0.680878729629414,0.5,0.153725174569888,0.0,0.23444301286125,0,0.314615250844121,0.373436914110395 -8563,0.5,0.153725174569888,0.0,0.674944963349263,0.153725174569888,0.0,1.01467195353541,0.153725174569888,0.0,1.00440184461351,0.153725174569888,0.0,1.00519603117758,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00800425991765,0.153725174569888,0.0,1.01903535955942,0.153725174569888,0.0,0.835795032261945,0.5,0.153725174569888,0.0,0.375649742702658,0.153725174569888,0.0,0.0675524796964948,0.5,0.153725174569888,0.0,0.424131749385702,0.153725174569888,0.0,0.0823183926559175,0.153725174569888,0.0,0.22908105627853,0.153725174569888,0.0,1.00395118642767,0.153725174569888,0.0,1.01885308007681,0.153725174569888,0.0,0.905527955044998,0.153725174569888,0.0,0.581750713399038,0.5,0.153725174569888,0.0,0.185343843517811,0,0.205980555411413,0.264338934834361 -8564,0.5,0.153725174569888,0.0,0.66759039440303,0.153725174569888,0.0,1.01784773713535,0.153725174569888,0.0,1.00495723396668,0.153725174569888,0.0,1.01131482798519,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00514422518438,0.153725174569888,0.0,1.01816549957467,0.153725174569888,0.0,0.814567536655407,0.5,0.153725174569888,0.0,0.341652624593076,0.153725174569888,0.0,0.0644699340908055,0.5,0.153725174569888,0.0,0.337585216311456,0.153725174569888,0.0,0.0758520880834056,0.153725174569888,0.0,0.278634929127037,0.153725174569888,0.0,1.00259769935294,0.153725174569888,0.0,1.01962293000738,0.153725174569888,0.0,0.888805259002081,0.153725174569888,0.0,0.478305301016481,0.5,0.153725174569888,0.0,0.149346844342881,0,0.123844290971431,0.173829700930069 -8565,0.5,0.153725174569888,0.0,0.665737413088907,0.153725174569888,0.0,1.01825200614095,0.153725174569888,0.0,1.00573351575021,0.153725174569888,0.0,1.01187243755392,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0015671740103,0.153725174569888,0.0,1.01673454817279,0.153725174569888,0.0,0.776238424442762,0.5,0.153725174569888,0.0,0.308062579218682,0.153725174569888,0.0,0.0656179096795749,0.5,0.153725174569888,0.0,0.306587857764246,0.153725174569888,0.0,0.0856582379880516,0.153725174569888,0.0,0.284655457531325,0.153725174569888,0.0,0.999909607202599,0.153725174569888,0.0,1.02039276223559,0.153725174569888,0.0,0.867576532773572,0.153725174569888,0.0,0.418654133880727,0.5,0.153725174569888,0.0,0.122728510649459,0,0.0604128966984947,0.136105081923238 -8566,0.5,0.153725174569888,0.0,0.669037811577829,0.153725174569888,0.0,1.0182375218447,0.153725174569888,0.0,1.0064794231567,0.153725174569888,0.0,1.00760242887415,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.991466738802711,0.153725174569888,0.0,1.0137337201466,0.153725174569888,0.0,0.715537094025563,0.5,0.153725174569888,0.0,0.301141870862531,0.153725174569888,0.0,0.095002670189869,0.5,0.153725174569888,0.0,0.308420354976973,0.153725174569888,0.0,0.0937024405626349,0.153725174569888,0.0,0.252314480083493,0.153725174569888,0.0,0.999678886742883,0.153725174569888,0.0,1.02050622403254,0.153725174569888,0.0,0.851830885270866,0.153725174569888,0.0,0.383962534752654,0.5,0.153725174569888,0.0,0.109350734572822,0,0.0228030521287633,0.119354705096117 -8567,0.5,0.153725174569888,0.0,0.676398490247021,0.153725174569888,0.0,1.02160673322999,0.153725174569888,0.0,1.0062102110802,0.153725174569888,0.0,1.00524775496437,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.97812978007727,0.153725174569888,0.0,1.00904934374929,0.153725174569888,0.0,0.660426931286882,0.5,0.153725174569888,0.0,0.331892247091006,0.153725174569888,0.0,0.104330087865359,0.5,0.153725174569888,0.0,0.331649978359425,0.153725174569888,0.0,0.093012902057195,0.153725174569888,0.0,0.222269912065478,0.153725174569888,0.0,1.00222743894386,0.153725174569888,0.0,1.02068165323734,0.153725174569888,0.0,0.803951881055698,0.153725174569888,0.0,0.364394626845249,0.5,0.153725174569888,0.0,0.0854118008371985,0,0.00929623912418952,0.102017321111834 -8568,0.5,0.153725174569888,0.0,0.704256065012825,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.0064042916896,0.153725174569888,0.0,1.0044614967911,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.97869917341493,0.153725174569888,0.0,1.00216972768148,0.153725174569888,0.0,0.65877720623524,0.5,0.153725174569888,0.0,0.357423015314885,0.153725174569888,0.0,0.124832093383057,0.5,0.153725174569888,0.0,0.345047886790818,0.153725174569888,0.0,0.102139971437156,0.153725174569888,0.0,0.190943903194515,0.153725174569888,0.0,1.00157670494278,0.153725174569888,0.0,1.02018389668498,0.153725174569888,0.0,0.765300980980905,0.153725174569888,0.0,0.353615905907464,0.5,0.153725174569888,0.0,0.077393205075182,0,0.00395110167008092,0.0727463829623787 -8569,0.5,0.153725174569888,0.0,0.753240353402062,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00154972712448,0.153725174569888,0.0,1.00406347908101,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.976963556739692,0.153725174569888,0.0,0.99697712077241,0.153725174569888,0.0,0.696811997317225,0.5,0.153725174569888,0.0,0.441228826741053,0.153725174569888,0.0,0.143300541909092,0.5,0.153725174569888,0.0,0.367853704552268,0.153725174569888,0.0,0.109978905974793,0.153725174569888,0.0,0.145910714426215,0.153725174569888,0.0,0.989473578315141,0.153725174569888,0.0,1.01910368537946,0.153725174569888,0.0,0.742846418727918,0.153725174569888,0.0,0.337780350472814,0.5,0.153725174569888,0.0,0.0778555111249994,0,0.00124077078287053,0.0501673272511043 -8570,0.5,0.153725174569888,0.0,0.794184129265972,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.99172169150679,0.153725174569888,0.0,1.00200808288331,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.970647039550929,0.153725174569888,0.0,0.995829553967037,0.153725174569888,0.0,0.751878167499819,0.5,0.153725174569888,0.0,0.6250536397395,0.153725174569888,0.0,0.159561592491151,0.5,0.153725174569888,0.0,0.412233219789689,0.153725174569888,0.0,0.114705358564972,0.153725174569888,0.0,0.108141385583922,0.153725174569888,0.0,0.939417902927799,0.153725174569888,0.0,1.01669656632352,0.153725174569888,0.0,0.74828068371251,0.153725174569888,0.0,0.335944289795541,0.5,0.153725174569888,0.0,0.102330158582712,0,0.00238294845359972,0.0349497538228208 -8571,0.5,0.153725174569888,0.0,0.826461736533001,0.153725174569888,0.0,1.01919603435469,0.153725174569888,0.0,0.982441264382869,0.153725174569888,0.0,0.999531586189454,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,0.964292808182449,0.153725174569888,0.0,0.998480523395235,0.153725174569888,0.0,0.773069979122016,0.5,0.153725174569888,0.0,0.644353396647197,0.153725174569888,0.0,0.157283988272194,0.5,0.153725174569888,0.0,0.534700480842573,0.153725174569888,0.0,0.130636507294942,0.153725174569888,0.0,0.0823106901713536,0.153725174569888,0.0,0.841862545282012,0.153725174569888,0.0,1.0161611852874,0.153725174569888,0.0,0.785697213407407,0.153725174569888,0.0,0.396489834733665,0.5,0.153725174569888,0.0,0.118606941335809,0,0.00595264275869511,0.024804388344906 -8572,0.5,0.153725174569888,0.0,0.824878647684979,0.153725174569888,0.0,1.01667390855044,0.153725174569888,0.0,0.987557222571828,0.153725174569888,0.0,0.992040948404302,0.153725174569888,0.0,1.02173913043478,0.153725174569888,0.0,1.00175154043302,0.153725174569888,0.0,1.00432986585523,0.153725174569888,0.0,0.858281381783247,0.5,0.153725174569888,0.0,0.684909509001704,0.153725174569888,0.0,0.155900485840407,0.5,0.153725174569888,0.0,0.735265964458189,0.153725174569888,0.0,0.151723747849629,0.153725174569888,0.0,0.0550958255866995,0.153725174569888,0.0,0.766977862300078,0.153725174569888,0.0,1.01599759056107,0.153725174569888,0.0,0.882953721143473,0.153725174569888,0.0,0.487308185220378,0.5,0.153725174569888,0.0,0.134087512033339,0,0.0154415752466344,0.0178711810134132 -8573,0.5,0.153725174569888,0.0,0.802349727243114,0.153725174569888,0.0,1.0082716531257,0.153725174569888,0.0,1.00093198269794,0.153725174569888,0.0,0.982536038984292,0.153725174569888,0.0,1.02083154148624,0.153725174569888,0.0,0.992093712760437,0.153725174569888,0.0,1.00781734688566,0.153725174569888,0.0,0.907693725988711,0.5,0.153725174569888,0.0,0.769485760250105,0.153725174569888,0.0,0.162762060185227,0.5,0.153725174569888,0.0,0.8620083295461,0.153725174569888,0.0,0.195482343037444,0.153725174569888,0.0,0.031250532394723,0.153725174569888,0.0,0.706873353196061,0.153725174569888,0.0,1.01592177371374,0.153725174569888,0.0,0.909817380210653,0.153725174569888,0.0,0.622335379786173,0.5,0.153725174569888,0.0,0.144305209660639,0,0.0231202749141982,0.0204036120733778 -8574,0.5,0.153725174569888,0.0,0.761673240064593,0.153725174569888,0.0,0.969961978472119,0.153725174569888,0.0,1.01447307302354,0.153725174569888,0.0,0.981609032248601,0.153725174569888,0.0,1.0141091450958,0.153725174569888,0.0,0.992923249964368,0.153725174569888,0.0,1.00593637511162,0.153725174569888,0.0,0.921491961595389,0.5,0.153725174569888,0.0,0.838284474777239,0.153725174569888,0.0,0.191811382235197,0.5,0.153725174569888,0.0,0.89225320022476,0.153725174569888,0.0,0.239024423856172,0.153725174569888,0.0,0.0186555162147502,0.153725174569888,0.0,0.649022966833603,0.153725174569888,0.0,1.01099369090744,0.153725174569888,0.0,0.924217880250059,0.153725174569888,0.0,0.684000186501608,0.5,0.153725174569888,0.0,0.155994609536638,0,0.0375817579172184,0.0572403243204711 -8575,0.5,0.153725174569888,0.0,0.712405214476926,0.153725174569888,0.0,0.905888720808301,0.153725174569888,0.0,1.01957622700563,0.153725174569888,0.0,0.982322791872678,0.153725174569888,0.0,1.00462532425391,0.153725174569888,0.0,0.995673458357892,0.153725174569888,0.0,0.997786055072951,0.153725174569888,0.0,0.937689737499843,0.5,0.153725174569888,0.0,0.905491230480344,0.153725174569888,0.0,0.222525928288967,0.5,0.153725174569888,0.0,0.916897689759058,0.153725174569888,0.0,0.324878266571154,0.153725174569888,0.0,0.0148873149865374,0.153725174569888,0.0,0.597870906396045,0.153725174569888,0.0,0.998120524467471,0.153725174569888,0.0,0.954541869354721,0.153725174569888,0.0,0.769497133294861,0.5,0.153725174569888,0.0,0.178923409284536,0,0.0488878829069761,0.232633627919203 -8576,0.5,0.153725174569888,0.0,0.669556220768976,0.153725174569888,0.0,0.801540478182654,0.153725174569888,0.0,1.01986566128249,0.153725174569888,0.0,0.992213042485776,0.153725174569888,0.0,0.984811797118651,0.153725174569888,0.0,0.993193961335403,0.153725174569888,0.0,0.99745843575754,0.153725174569888,0.0,0.967456125108803,0.5,0.153725174569888,0.0,0.947048595742084,0.153725174569888,0.0,0.275952814340162,0.5,0.153725174569888,0.0,0.958869351147215,0.153725174569888,0.0,0.429961020512936,0.153725174569888,0.0,0.0189890280499238,0.153725174569888,0.0,0.536553323887449,0.153725174569888,0.0,0.981713112848762,0.153725174569888,0.0,0.972375032258895,0.153725174569888,0.0,0.823476325816234,0.5,0.153725174569888,0.0,0.213249868406219,0,0.0594043272321499,0.638404401496072 -8577,0.5,0.153725174569888,9.78424568205236e-07,0.626285177530935,0.153725174569888,0.0,0.682423929620916,0.153725174569888,1.3176879545259e-05,1.01476865717362,0.153725174569888,0.000351860849343436,1.00340606186941,0.153725174569888,0.0,0.932663845627735,0.153725174569888,0.0,0.992901439073114,0.153725174569888,0.0,0.993229672769189,0.153725174569888,0.0,0.967565458295877,0.5,0.153725174569888,0.0,0.97172092177527,0.153725174569888,0.00412041309769603,0.362962794026359,0.5,0.153725174569888,3.01086280922028e-06,0.995443239434648,0.153725174569888,0.00103696314999525,0.553051803032414,0.153725174569888,0.0,0.0355594400694088,0.153725174569888,0.0,0.508378960750281,0.153725174569888,0.0,0.95818292809988,0.153725174569888,0.0,0.978847217605717,0.153725174569888,0.00021842070213156,0.867863271370416,0.5,0.153725174569888,0.00701625432177808,0.313708697479486,0,0.0944391083015445,0.927376403415991 -8578,0.5,0.153725174569888,0.00123172723794436,0.586802629536961,0.153725174569888,0.000246383360885109,0.515900721305984,0.153725174569888,0.00388356625742152,1.01083249220814,0.153725174569888,0.00609227533071388,1.002942800926,0.153725174569888,0.000282158901601366,0.807204004105775,0.153725174569888,0.000192472199587978,0.918435035506108,0.153725174569888,0.000162861642229927,1.00085777790351,0.153725174569888,0.000716578905539514,0.940807796232348,0.5,0.153725174569888,0.00157142711777682,0.997589290784301,0.153725174569888,0.115539000442012,0.492969242341474,0.5,0.153725174569888,0.0120569384987871,1.00644955926497,0.153725174569888,0.0424388225629119,0.68907431472625,0.153725174569888,0.00087929094011573,0.0781036803253201,0.153725174569888,0.000499522636206992,0.601868414067248,0.153725174569888,0.000673788298186372,0.951067412760898,0.153725174569888,0.000883811478461771,0.973181324824252,0.153725174569888,0.00866042105104517,0.915417179732688,0.5,0.153725174569888,0.114810030914804,0.435042464550512,0,0.123315755470126,0.980348268333286 -8579,0.5,0.153725174569888,0.00375871838681723,0.560484099178799,0.153725174569888,0.00062432359112242,0.395056556374842,0.153725174569888,0.00840361645177045,1.01521977585685,0.153725174569888,0.00734622877712945,1.00018498392218,0.153725174569888,0.000733269617267671,0.750342810191484,0.153725174569888,0.000672132783465247,0.681361580229103,0.153725174569888,0.000687215598319681,0.983371478754162,0.153725174569888,0.00185505156856213,0.90619686795462,0.5,0.153725174569888,0.00420153019711293,1.00406119973769,0.153725174569888,0.21300385319744,0.673480974838627,0.5,0.153725174569888,0.0202097949407368,1.00698751321094,0.153725174569888,0.0845809241064642,0.746784193114395,0.153725174569888,0.00945955045532894,0.189969795454726,0.153725174569888,0.00293833090395238,0.671157294214026,0.153725174569888,0.00138448942181918,0.933641481112416,0.153725174569888,0.00223751010590923,0.959899650875966,0.153725174569888,0.0188652279628778,0.960894641638989,0.5,0.153725174569888,0.193690771031337,0.627703469752848,0,0.124115899270596,1.00534946544527 -8580,0.5,0.153725174569888,0.00725536270511296,0.567049262854794,0.153725174569888,0.00261720828821811,0.460957012517948,0.153725174569888,0.0114443456752821,1.01374059536979,0.153725174569888,0.00872384972843709,1.00097345741249,0.153725174569888,0.00774967626064245,0.733399857113005,0.153725174569888,0.00100919460544176,0.591609569963409,0.153725174569888,0.00109168193897614,0.899905936537523,0.153725174569888,0.00533150698140844,0.849182626211082,0.5,0.153725174569888,0.00818317060319847,0.999008405322405,0.153725174569888,0.229400955757915,0.76447137826652,0.5,0.153725174569888,0.0126306304982961,1.00577906991451,0.153725174569888,0.113957892151799,0.746710960076187,0.153725174569888,0.0306145591560602,0.495819247357079,0.153725174569888,0.0111190329935534,0.729099526794029,0.153725174569888,0.0014182159354481,0.86718476730041,0.153725174569888,0.00207195218608271,0.922548282667685,0.153725174569888,0.0190509305524449,0.977906249569704,0.5,0.153725174569888,0.247182799646103,0.76399978891168,0,0.179582251809774,1.00730207498645 -8581,0.5,0.153725174569888,0.00954140600396844,0.571841813701938,0.153725174569888,0.0178121631764658,0.707707065862463,0.153725174569888,0.0108603414816784,1.01115564051957,0.153725174569888,0.00966911114140715,0.993695189749867,0.153725174569888,0.0730907336485242,0.595747230508315,0.153725174569888,0.00823804822993971,0.435976049377524,0.153725174569888,0.00127105383519061,0.811556867610079,0.153725174569888,0.00547619581174618,0.686738211474536,0.5,0.153725174569888,0.0119809945079699,0.979682487908282,0.153725174569888,0.227950700229027,0.748297842717627,0.5,0.153725174569888,0.019319062501642,1.0047201383467,0.153725174569888,0.12727925129538,0.766182406880426,0.153725174569888,0.0150708458752994,0.755412006457203,0.153725174569888,0.0224652143912157,0.749273163394822,0.153725174569888,0.00316707343723533,0.798337722180707,0.153725174569888,0.00347691684738478,0.85885822806118,0.153725174569888,0.0128222936652284,0.970296154893433,0.5,0.153725174569888,0.269962422398687,0.826857454742908,0,0.343297809310096,1.00530647069241 -8582,0.5,0.153725174569888,0.0137672264511396,0.56108665790724,0.153725174569888,0.0137753867635427,0.912399633329802,0.153725174569888,0.00372625232645012,0.964793441339662,0.153725174569888,0.00486749165622173,0.985492764536211,0.153725174569888,0.165491234659264,0.473532707658649,0.153725174569888,0.0907848939834141,0.233373633414603,0.153725174569888,0.00502452403710116,0.716246475654012,0.153725174569888,0.00292281517830066,0.496835246178839,0.5,0.153725174569888,0.0106268260917231,0.938144228135745,0.153725174569888,0.279024324602855,0.702747955682973,0.5,0.153725174569888,0.0248253455765299,1.0079303553053,0.153725174569888,0.135828289877056,0.750336533608153,0.153725174569888,0.0319850577904163,0.856976942740564,0.153725174569888,0.063958135954598,0.783403141624081,0.153725174569888,0.0053464554627758,0.782100633812047,0.153725174569888,0.00460915614627288,0.758227584351769,0.153725174569888,0.00833469767576126,0.94903286634941,0.5,0.153725174569888,0.245080129137642,0.776757756561111,0,0.72282077151182,1.00865015335046 -8583,0.5,0.153725174569888,0.00917811622956451,0.591672508535377,0.153725174569888,0.011936535565128,0.851195715213578,0.153725174569888,0.00449539661804206,0.889665739605261,0.153725174569888,0.00143706191012914,0.959614212657252,0.153725174569888,0.196447233555658,0.429729123245632,0.153725174569888,0.18585103368436,0.173920143584214,0.153725174569888,0.0351822043044787,0.534615720287811,0.153725174569888,0.0018612759054474,0.340035986449753,0.5,0.153725174569888,0.00567746915841438,0.872132807539612,0.153725174569888,0.213325267296921,0.633667931651312,0.5,0.153725174569888,0.0207262669676266,1.01563241880195,0.153725174569888,0.128228449563596,0.72342761203833,0.153725174569888,0.0118390918529259,0.912421260154973,0.153725174569888,0.0141140839065646,0.821117622247725,0.153725174569888,0.0149810035000795,0.759072163040532,0.153725174569888,0.00298995666575134,0.685792700720714,0.153725174569888,0.00566694546953069,0.924029121553128,0.5,0.153725174569888,0.141328370439861,0.703486340044586,0,0.975155067065253,1.00891251638658 -8584,0.5,0.153725174569888,5.19370620399545e-05,0.698363920066251,0.153725174569888,0.0,0.921790633733096,0.153725174569888,0.000341534459018389,0.751105998515938,0.153725174569888,0.000269227025482695,0.896891412144276,0.153725174569888,0.0,0.310257378242814,0.153725174569888,0.0431347366513661,0.18474766272857,0.153725174569888,0.000587330175878571,0.353814251305009,0.153725174569888,0.00148742520936588,0.209543722815519,0.5,0.153725174569888,0.00131642520534574,0.764695062322913,0.153725174569888,0.0876707410088206,0.609421331916196,0.5,0.153725174569888,0.00379201543195423,1.01792190650009,0.153725174569888,0.0418734483545284,0.710430836090675,0.153725174569888,0.0,0.899839967464025,0.153725174569888,0.0,0.778868109719239,0.153725174569888,6.06355486616923e-05,0.671663565773387,0.153725174569888,0.000197131184245156,0.605948245459032,0.153725174569888,0.0010657041585449,0.90176851915954,0.5,0.153725174569888,0.0190595058499235,0.691746198264574,0,1.00739210290195,1.00686430908371 -8585,0.5,0.153725174569888,0.0,0.816745581204865,0.153725174569888,0.0,0.863666169301908,0.153725174569888,0.0,0.665099326969903,0.153725174569888,0.0,0.814322645460714,0.153725174569888,0.0,0.256811145417042,0.153725174569888,0.0,0.223817632566683,0.153725174569888,0.0,0.309722189904685,0.153725174569888,0.0,0.164020131849976,0.5,0.153725174569888,0.0,0.622790622561345,0.153725174569888,0.0,0.66284267045571,0.5,0.153725174569888,0.0,1.00563560093597,0.153725174569888,0.0,0.715847030461907,0.153725174569888,0.0,0.865002201086366,0.153725174569888,0.0,0.658224609685648,0.153725174569888,0.0,0.58463396787156,0.153725174569888,0.0,0.420293792787639,0.153725174569888,0.0,0.878929732943086,0.5,0.153725174569888,0.0,0.691202840842787,0,1.00698327985784,1.00546575975232 -8586,0.5,0.153725174569888,0.0,0.849778962535975,0.153725174569888,0.0,0.817269279862113,0.153725174569888,0.0,0.610435171711329,0.153725174569888,0.0,0.763269287632361,0.153725174569888,0.0,0.272604898778534,0.153725174569888,0.0,0.25291363412478,0.153725174569888,0.0,0.337522530906344,0.153725174569888,0.0,0.179100717093801,0.5,0.153725174569888,0.0,0.473224343047564,0.153725174569888,0.0,0.714153558791021,0.5,0.153725174569888,0.0,0.983167297816681,0.153725174569888,0.0,0.704895477725165,0.153725174569888,0.0,0.85280769009226,0.153725174569888,0.0,0.598882662513575,0.153725174569888,0.0,0.537613565930494,0.153725174569888,0.0,0.292995787941346,0.153725174569888,0.0,0.855793134503376,0.5,0.153725174569888,0.0,0.728438305802443,0,1.00501254550312,1.00491327070393 -8587,0.5,0.153725174569888,0.0,0.827604636269936,0.153725174569888,0.0,0.780432359165305,0.153725174569888,0.0,0.44301860603902,0.153725174569888,0.0,0.756622917374813,0.153725174569888,0.0,0.382424514136536,0.153725174569888,0.0,0.282476157540578,0.153725174569888,0.0,0.408241679311441,0.153725174569888,0.0,0.201498079968475,0.5,0.153725174569888,0.0,0.325097846791931,0.153725174569888,0.0,0.734775577205527,0.5,0.153725174569888,0.0,0.939290639966239,0.153725174569888,0.0,0.66699037905719,0.153725174569888,0.0,0.86503353032912,0.153725174569888,0.0,0.599221516560886,0.153725174569888,0.0,0.516051319378239,0.153725174569888,0.0,0.253550600519142,0.153725174569888,0.0,0.798175237430399,0.5,0.153725174569888,0.0,0.736304820345114,0,1.00689466926217,1.00580866250372 -8588,0.5,0.153725174569888,0.0,0.805903561639186,0.153725174569888,0.0,0.73757941210425,0.153725174569888,0.0,0.287832256768357,0.153725174569888,0.0,0.668626698409812,0.153725174569888,0.0,0.611879388156502,0.153725174569888,0.0,0.317210277920326,0.153725174569888,0.0,0.51323073040125,0.153725174569888,0.0,0.2111435741183,0.5,0.153725174569888,0.0,0.236490184358935,0.153725174569888,0.0,0.686537974772169,0.5,0.153725174569888,0.0,0.889463697550279,0.153725174569888,0.0,0.604730709275134,0.153725174569888,0.0,0.861476010044383,0.153725174569888,0.0,0.666992777944764,0.153725174569888,0.0,0.617132365428634,0.153725174569888,0.0,0.259058929421766,0.153725174569888,0.0,0.714667152077394,0.5,0.153725174569888,0.0,0.7059047179594,0,1.00446973490631,1.00742247474777 -8589,0.5,0.153725174569888,0.0,0.772449353975258,0.153725174569888,0.0,0.770168188529694,0.153725174569888,0.0,0.22888093460035,0.153725174569888,0.0,0.5555534576239,0.153725174569888,0.0,0.681904531631076,0.153725174569888,0.0,0.328294665450798,0.153725174569888,0.0,0.643941311711979,0.153725174569888,0.0,0.235912475079403,0.5,0.153725174569888,0.0,0.218019647019666,0.153725174569888,0.0,0.672086313105118,0.5,0.153725174569888,0.0,0.828559845200433,0.153725174569888,0.0,0.541110302042744,0.153725174569888,0.0,0.855967527977959,0.153725174569888,0.0,0.719162802598641,0.153725174569888,0.0,0.679237506869039,0.153725174569888,0.0,0.295629665855747,0.153725174569888,0.0,0.604338435942875,0.5,0.153725174569888,0.0,0.693213293003197,0,1.0037160332611,1.00829026006774 -8590,0.5,0.153725174569888,0.0,0.727484246449873,0.153725174569888,0.0,0.818128453655908,0.153725174569888,0.0,0.267363374158434,0.153725174569888,0.0,0.496612411788992,0.153725174569888,0.0,0.73635421362302,0.153725174569888,0.0,0.401179079850506,0.153725174569888,0.0,0.749577516882648,0.153725174569888,0.0,0.252533461110218,0.5,0.153725174569888,0.0,0.216931562359881,0.153725174569888,0.0,0.650587384321887,0.5,0.153725174569888,0.0,0.725909236110542,0.153725174569888,0.0,0.478989375941558,0.153725174569888,0.0,0.826748166751946,0.153725174569888,0.0,0.752627103766602,0.153725174569888,0.0,0.707496765044419,0.153725174569888,0.0,0.391645151915459,0.153725174569888,0.0,0.480414939016675,0.5,0.153725174569888,0.0,0.656609179413655,0,1.00440277623759,1.00870261818617 -8591,0.5,0.153725174569888,0.0,0.708598350424286,0.153725174569888,0.0,0.876648992619718,0.153725174569888,0.0,0.298761118690147,0.153725174569888,0.0,0.40072596018451,0.153725174569888,0.0,0.813254372135429,0.153725174569888,0.0,0.521481378845417,0.153725174569888,0.0,0.718169563673822,0.153725174569888,0.0,0.368588412979391,0.5,0.153725174569888,0.0,0.214990851384967,0.153725174569888,0.0,0.555160948331675,0.5,0.153725174569888,0.0,0.521354715119067,0.153725174569888,0.0,0.425473723748842,0.153725174569888,0.0,0.751463644448883,0.153725174569888,0.0,0.791987404144235,0.153725174569888,0.0,0.744168815568917,0.153725174569888,0.0,0.487087879322279,0.153725174569888,0.0,0.375696691068949,0.5,0.153725174569888,0.0,0.639717059919391,0,1.00623498382176,1.00868731847037 -8592,0.5,0.153725174569888,0.0,0.744151989235424,0.153725174569888,0.0,0.916696340476168,0.153725174569888,0.0,0.39595143728485,0.153725174569888,0.0,0.390807742044255,0.153725174569888,0.0,0.864996012253973,0.153725174569888,0.0,0.564912766216931,0.153725174569888,0.0,0.746525738118257,0.153725174569888,0.0,0.423454597383459,0.5,0.153725174569888,0.0,0.234420718597149,0.153725174569888,0.0,0.461365112989829,0.5,0.153725174569888,0.0,0.294895711071336,0.153725174569888,0.0,0.367994360436825,0.153725174569888,0.0,0.73269006793545,0.153725174569888,0.0,0.823343051823991,0.153725174569888,0.0,0.77625663482854,0.153725174569888,0.0,0.512218241770978,0.153725174569888,0.0,0.313977015358178,0.5,0.153725174569888,0.0,0.607695900551787,0,1.00664315868986,1.00876788026095 -8593,0.5,0.153725174569888,0.0,0.815142056734153,0.153725174569888,0.0,0.93236335026334,0.153725174569888,0.0,0.510165183896804,0.153725174569888,0.0,0.480411302879437,0.153725174569888,0.0,0.878723748240639,0.153725174569888,0.0,0.610129301294293,0.153725174569888,0.0,0.76754533229021,0.153725174569888,0.0,0.388071975184446,0.5,0.153725174569888,0.0,0.259797294930328,0.153725174569888,0.0,0.485487667450012,0.5,0.153725174569888,0.0,0.278269115605827,0.153725174569888,0.0,0.335763190966531,0.153725174569888,0.0,0.761349848281226,0.153725174569888,0.0,0.830206688317537,0.153725174569888,0.0,0.819199315777317,0.153725174569888,0.0,0.539581073787122,0.153725174569888,0.0,0.303231858176072,0.5,0.153725174569888,0.0,0.550283434119389,0,1.00584137209158,1.00860603262455 -8594,0.5,0.153725174569888,0.0,0.878794983921517,0.153725174569888,0.0,0.926844860877152,0.153725174569888,0.0,0.59241169499923,0.153725174569888,0.0,0.57241978708776,0.153725174569888,0.0,0.894720780104234,0.153725174569888,0.0,0.691793126259361,0.153725174569888,0.0,0.802324917342747,0.153725174569888,0.0,0.384931368523169,0.5,0.153725174569888,0.0,0.308707077897277,0.153725174569888,0.0,0.579690572585526,0.5,0.153725174569888,0.0,0.273223943129005,0.153725174569888,0.0,0.314321090491609,0.153725174569888,0.0,0.783981514041826,0.153725174569888,0.0,0.835841050693276,0.153725174569888,0.0,0.845338777101102,0.153725174569888,0.0,0.541044495889549,0.153725174569888,0.0,0.327997891073259,0.5,0.153725174569888,0.0,0.486278258649157,0,1.00132522112682,1.00890998469437 -8595,0.5,0.153725174569888,0.0,0.894096450694771,0.153725174569888,0.0,0.908534273690948,0.153725174569888,0.0,0.624935279439621,0.153725174569888,0.0,0.631592959493361,0.153725174569888,0.0,0.912042440653763,0.153725174569888,0.0,0.768039294237412,0.153725174569888,0.0,0.869591257429975,0.153725174569888,0.0,0.409146176676584,0.5,0.153725174569888,0.0,0.315446492738014,0.153725174569888,0.0,0.556964632371521,0.5,0.153725174569888,0.0,0.383986571553891,0.153725174569888,0.0,0.315525025048871,0.153725174569888,0.0,0.786426336172311,0.153725174569888,0.0,0.857802949712676,0.153725174569888,0.0,0.853715187783747,0.153725174569888,0.0,0.572885814933608,0.153725174569888,0.0,0.396485677539308,0.5,0.153725174569888,0.0,0.4368495106819,0,0.960180106764041,1.00921960198897 -8596,0.5,0.153725174569888,0.0,0.856557364461178,0.153725174569888,0.0,0.915792715767576,0.153725174569888,0.0,0.63392792909808,0.153725174569888,0.0,0.687743653774709,0.153725174569888,0.0,0.921651228911673,0.153725174569888,0.0,0.794670903740261,0.153725174569888,0.0,0.907913468784938,0.153725174569888,0.0,0.433134860485022,0.5,0.153725174569888,0.0,0.283344932521502,0.153725174569888,0.0,0.444893370586255,0.5,0.153725174569888,0.0,0.52043767334261,0.153725174569888,0.0,0.290164841230305,0.153725174569888,0.0,0.839507683828468,0.153725174569888,0.0,0.870193105493646,0.153725174569888,0.0,0.873918246649737,0.153725174569888,0.0,0.607126954582553,0.153725174569888,0.0,0.503783832484133,0.5,0.153725174569888,0.0,0.410238974611149,0,0.956948540088417,1.00914468151769 -8597,0.5,0.153725174569888,0.0,0.82930283782785,0.153725174569888,0.0,0.930339278893764,0.153725174569888,0.0,0.662242893068901,0.153725174569888,0.0,0.714260855654492,0.153725174569888,0.0,0.941335055219723,0.153725174569888,0.0,0.779677104350497,0.153725174569888,0.0,0.910733494714511,0.153725174569888,0.0,0.491516960545422,0.5,0.153725174569888,0.0,0.2651134062259,0.153725174569888,0.0,0.349664669118389,0.5,0.153725174569888,0.0,0.464999817877703,0.153725174569888,0.0,0.295291928711866,0.153725174569888,0.0,0.831533596896228,0.153725174569888,0.0,0.878008283822917,0.153725174569888,0.0,0.901810082836333,0.153725174569888,0.0,0.611673054272276,0.153725174569888,0.0,0.536865205996849,0.5,0.153725174569888,0.0,0.387780880924517,0,0.987480476868899,1.00868994738147 -8598,0.5,0.153725174569888,0.0,0.83323606150942,0.153725174569888,0.0,0.929811808558845,0.153725174569888,0.0,0.7106410409674,0.153725174569888,0.0,0.710684788164901,0.153725174569888,0.0,0.944201548438431,0.153725174569888,0.0,0.776081917547015,0.153725174569888,0.0,0.928271436324075,0.153725174569888,0.0,0.540473572638469,0.5,0.153725174569888,0.0,0.290588858115779,0.153725174569888,0.0,0.256739530196568,0.5,0.153725174569888,0.0,0.472976227129889,0.153725174569888,0.0,0.332483924993648,0.153725174569888,0.0,0.843731483004333,0.153725174569888,0.0,0.888149602490136,0.153725174569888,0.0,0.930069725568015,0.153725174569888,0.0,0.65603310141398,0.153725174569888,0.0,0.536340029625671,0.5,0.153725174569888,0.0,0.331301004794939,0,0.984744799686565,1.00883660435304 -8599,0.5,0.153725174569888,0.0,0.832567496364375,0.153725174569888,0.0,0.953537076248565,0.153725174569888,0.0,0.769233204547092,0.153725174569888,0.0,0.730794552829726,0.153725174569888,0.0,0.941414267006743,0.153725174569888,0.0,0.779621105051775,0.153725174569888,0.0,0.945427662894842,0.153725174569888,0.0,0.553905278752688,0.5,0.153725174569888,0.0,0.38849987545724,0.153725174569888,0.0,0.213782706224145,0.5,0.153725174569888,0.0,0.457705983039122,0.153725174569888,0.0,0.304531811016417,0.153725174569888,0.0,0.791640737918754,0.153725174569888,0.0,0.895642616184616,0.153725174569888,0.0,0.966030717936012,0.153725174569888,0.0,0.671412356463999,0.153725174569888,0.0,0.477950187097884,0.5,0.153725174569888,0.0,0.340988555223628,0,0.984174746144449,1.00998689954934 -8600,0.5,0.153725174569888,0.0,0.848449062341589,0.153725174569888,0.0,0.959193685346333,0.153725174569888,0.0,0.851125795944179,0.153725174569888,0.0,0.770064558314862,0.153725174569888,0.0,0.974644091956251,0.153725174569888,0.0,0.779631170843553,0.153725174569888,0.0,0.953836062444213,0.153725174569888,0.0,0.621212188767238,0.5,0.153725174569888,0.0,0.474991109769972,0.153725174569888,0.0,0.181060315995134,0.5,0.153725174569888,0.0,0.454754566128953,0.153725174569888,0.0,0.311192670342341,0.153725174569888,0.0,0.660919439738241,0.153725174569888,0.0,0.896219531229965,0.153725174569888,0.0,0.974723956255025,0.153725174569888,0.0,0.698866016684823,0.153725174569888,0.0,0.459540332535666,0.5,0.153725174569888,0.0,0.336347108909967,0,0.980912057135062,1.00828346268289 -8601,0.5,0.153725174569888,1.34330362862828e-05,0.865384609710712,0.153725174569888,0.0,1.00001450194573,0.153725174569888,3.25665640003195e-05,0.903170365136266,0.153725174569888,0.000785973145278941,0.858586127381035,0.153725174569888,0.0,0.952382804784865,0.153725174569888,0.0,0.810914202463774,0.153725174569888,0.0,0.972347846359682,0.153725174569888,0.0,0.669861573349542,0.5,0.153725174569888,0.0,0.561947139722419,0.153725174569888,0.00078091071900519,0.19163762270116,0.5,0.153725174569888,2.5364321549491e-06,0.517259141868195,0.153725174569888,0.000343058805329734,0.348122647422888,0.153725174569888,0.0,0.72366121721855,0.153725174569888,0.0,0.880757583396558,0.153725174569888,0.0,0.98422994118053,0.153725174569888,0.0,0.741050127487749,0.153725174569888,0.000591769806337136,0.536466698302841,0.5,0.153725174569888,0.00143638591946544,0.37184095477594,0,0.98255639872811,1.00985417822226 -8602,0.5,0.153725174569888,0.00452346320049932,0.85759999762633,0.153725174569888,0.00294813113507449,0.980254876181381,0.153725174569888,0.00847106163589994,0.906110768994038,0.153725174569888,0.0187037271690695,0.9720132190094,0.153725174569888,0.00292644852991043,0.908752077871872,0.153725174569888,0.0063320841586505,0.829206492699224,0.153725174569888,0.00242578404226674,0.975551804944537,0.153725174569888,0.00185290379582761,0.59029063390578,0.5,0.153725174569888,0.0381035232917125,0.527285938107493,0.153725174569888,0.0161593689199249,0.260321296349081,0.5,0.153725174569888,0.102442628558552,0.585029388630874,0.153725174569888,0.0417930468975265,0.399633293960542,0.153725174569888,0.00532502133619604,0.752445196285959,0.153725174569888,0.00247418462291288,0.931620278687203,0.153725174569888,0.00336116075880768,0.995281109414369,0.153725174569888,0.00639984646081953,0.72484551443705,0.153725174569888,0.0589681979516739,0.625180842430898,0.5,0.153725174569888,0.0206576684432533,0.497442764630838,0,0.968264421847285,1.01087070769011 -8603,0.5,0.153725174569888,0.0126876586812277,0.848829151865459,0.153725174569888,0.0110221784256253,0.941783959347771,0.153725174569888,0.0456433417697042,0.907191056729568,0.153725174569888,0.0223858037940723,0.966174842800591,0.153725174569888,0.0192933897115205,0.915504778467131,0.153725174569888,0.0289210068251567,0.783559495126618,0.153725174569888,0.0157100960674393,0.966378043326504,0.153725174569888,0.0128360558733004,0.594683627024683,0.5,0.153725174569888,0.0495569087146007,0.462757582460506,0.153725174569888,0.0485485770243006,0.38115107214802,0.5,0.153725174569888,0.246796934421459,0.802087661873171,0.153725174569888,0.145017391905219,0.414532456875387,0.153725174569888,0.080917931418131,0.828148122397436,0.153725174569888,0.0299964133497789,0.962473808046333,0.153725174569888,0.0132580874319966,0.987170697924977,0.153725174569888,0.0134927549147962,0.75159228416641,0.153725174569888,0.130018522615428,0.812295072983079,0.5,0.153725174569888,0.0428999337589487,0.582759884579306,0,0.954637538584118,1.01117274007447 -8604,0.5,0.153725174569888,0.0190816167775684,0.839086101810453,0.153725174569888,0.0522449933130759,1.00972872793053,0.153725174569888,0.095346183402359,0.95403333860039,0.153725174569888,0.030057106149282,0.954302809667169,0.153725174569888,0.0578486190060395,1.01247843223354,0.153725174569888,0.0504423927084108,0.80183383097838,0.153725174569888,0.0238340593143116,0.946720524394601,0.153725174569888,0.0456399875200119,0.659317418574544,0.5,0.153725174569888,0.0468625386629143,0.406171625705781,0.153725174569888,0.0875428613567717,0.406654146326653,0.5,0.153725174569888,0.255086038227093,0.829472993237934,0.153725174569888,0.249312748897023,0.509114672774693,0.153725174569888,0.12396741618664,0.860220996088607,0.153725174569888,0.0906181180640395,0.991570901798674,0.153725174569888,0.0189331746920884,0.985409178225121,0.153725174569888,0.0335747157709759,0.788508140200146,0.153725174569888,0.147263098237218,0.886133559518819,0.5,0.153725174569888,0.0655322546777339,0.655704857753182,0,0.881985361688911,1.0113087291527 -8605,0.5,0.153725174569888,0.026562194220714,0.801756482695097,0.153725174569888,0.0938080624149837,1.02173913043478,0.153725174569888,0.0881365707154752,0.97559522157681,0.153725174569888,0.0507700891089059,0.96913823410219,0.153725174569888,0.107538242973666,1.00688942833321,0.153725174569888,0.0534083378378976,0.848968260571564,0.153725174569888,0.0276606943091043,0.970636321863389,0.153725174569888,0.051253106440185,0.696833424608651,0.5,0.153725174569888,0.0503398047886774,0.436543328524271,0.153725174569888,0.15208333606503,0.426459807801364,0.5,0.153725174569888,0.126706650301666,0.724514911830147,0.153725174569888,0.279320204599619,0.614328313395852,0.153725174569888,0.114159093800729,0.885067003005148,0.153725174569888,0.178792104249043,1.00061978002094,0.153725174569888,0.0332085712455815,0.998056256588528,0.153725174569888,0.042115187782003,0.807197455322711,0.153725174569888,0.120440189680623,0.874530503926688,0.5,0.153725174569888,0.130571843140948,0.695674083768903,0,0.260052257515646,0.944043184995853 -8606,0.5,0.153725174569888,0.0329663506924928,0.741000095720922,0.153725174569888,0.193358620945097,1.02173913043478,0.153725174569888,0.0487938791155049,0.954824946778484,0.153725174569888,0.0348976281416547,0.976389761455322,0.153725174569888,0.179235400328495,0.934631864479984,0.153725174569888,0.0425432014369264,0.750473222127205,0.153725174569888,0.0146789131472565,0.97852940126272,0.153725174569888,0.0555958774096367,0.738876584645826,0.5,0.153725174569888,0.054584728442633,0.478752268508896,0.153725174569888,0.181005157188278,0.451388097301705,0.5,0.153725174569888,0.0461379545083935,0.747596068999955,0.153725174569888,0.226528377083987,0.639626106210392,0.153725174569888,0.0450189697647763,0.837308016983819,0.153725174569888,0.212690790645571,0.986597768446416,0.153725174569888,0.0418709196495803,1.01208068459205,0.153725174569888,0.0385850170343526,0.817033446018446,0.153725174569888,0.0872174620597786,0.845799320935003,0.5,0.153725174569888,0.10704917707427,0.694571521452831,0,0.867577477173913,0.856584539992594 -8607,0.5,0.153725174569888,0.0212398657527718,0.710273211111966,0.153725174569888,0.0381439316092007,1.02113365742596,0.153725174569888,0.0267574839374213,0.936430538280697,0.153725174569888,0.0168987097412311,0.949855108761913,0.153725174569888,0.135943498284235,0.865476343138373,0.153725174569888,0.0277648836109351,0.663608700125727,0.153725174569888,0.0270341959300821,0.936926532740627,0.153725174569888,0.0244493789364863,0.652660569234928,0.5,0.153725174569888,0.0390931370753698,0.472565655700914,0.153725174569888,0.138779103445904,0.434362058542952,0.5,0.153725174569888,0.0251484002842556,0.74214637338518,0.153725174569888,0.155679922001459,0.62194864952633,0.153725174569888,0.0128238594010979,0.855967939410016,0.153725174569888,0.0780027323119204,0.849971837321022,0.153725174569888,0.0750468841888638,1.01923563736074,0.153725174569888,0.0226616252510745,0.84184103461129,0.153725174569888,0.0400860469497039,0.819548070267007,0.5,0.153725174569888,0.061002435242236,0.663905999564807,0,0.966868227928761,0.884944800341204 -8608,0.5,0.153725174569888,0.00016982036280473,0.669956648608463,0.153725174569888,0.0,1.0205218898313,0.153725174569888,0.000133582145301913,0.934476621454167,0.153725174569888,0.0,0.879103458968347,0.153725174569888,0.0,0.650834446609005,0.153725174569888,0.0203891346672612,0.641074072012241,0.153725174569888,0.0017032035675835,0.888000609843956,0.153725174569888,0.0065840440899687,0.488076710260912,0.5,0.153725174569888,0.0148128727727867,0.460730468653381,0.153725174569888,0.030485571277736,0.423624711344104,0.5,0.153725174569888,0.00662122302470347,0.730175749087133,0.153725174569888,0.0479623697017628,0.574300047477328,0.153725174569888,0.000195280353654331,0.871299891664429,0.153725174569888,0.000610539620757822,0.71927646882058,0.153725174569888,0.0,1.017253702572,0.153725174569888,0.00232937999766726,0.855734260944723,0.153725174569888,0.00366504217192323,0.799773953909101,0.5,0.153725174569888,0.00363117181856835,0.560715166553444,0,0.990140933519649,0.870789630561002 -8609,0.5,0.153725174569888,0.0,0.615227043446592,0.153725174569888,0.0,0.968739241936727,0.153725174569888,0.0,0.972459618699975,0.153725174569888,0.0,0.815991566717439,0.153725174569888,0.0,0.416492749360824,0.153725174569888,0.0,0.497997900821773,0.153725174569888,0.0,0.834696957410925,0.153725174569888,0.0,0.435641873609704,0.5,0.153725174569888,0.0,0.389846383304713,0.153725174569888,0.0,0.390401361337232,0.5,0.153725174569888,0.0,0.722205735117141,0.153725174569888,0.0,0.497309341911002,0.153725174569888,0.0,0.778178919101461,0.153725174569888,0.0,0.623847693876035,0.153725174569888,0.0,1.00907333621445,0.153725174569888,0.0,0.824450021211531,0.153725174569888,0.0,0.809009159999002,0.5,0.153725174569888,0.0,0.522270768396524,0,1.00952071783164,0.8664828037109 -8610,0.5,0.153725174569888,0.0,0.552997296694463,0.153725174569888,0.0,0.882196921847113,0.153725174569888,0.0,1.00937352698679,0.153725174569888,0.0,0.807818260421158,0.153725174569888,0.0,0.270971718690802,0.153725174569888,0.0,0.458934243121351,0.153725174569888,0.0,0.791181340492717,0.153725174569888,0.0,0.409086709944642,0.5,0.153725174569888,0.0,0.332169572382934,0.153725174569888,0.0,0.339423285498868,0.5,0.153725174569888,0.0,0.807960195487115,0.153725174569888,0.0,0.459953980586039,0.153725174569888,0.0,0.666960656899903,0.153725174569888,0.0,0.529902556903631,0.153725174569888,0.0,0.96838021707246,0.153725174569888,0.0,0.807919572715994,0.153725174569888,0.0,0.834315371742035,0.5,0.153725174569888,0.0,0.57553874453505,0,1.00694904669184,0.846412567216574 -8611,0.5,0.153725174569888,0.0,0.535818425962058,0.153725174569888,0.0,0.74069280307711,0.153725174569888,0.0,1.01636660861115,0.153725174569888,0.0,0.831576647489823,0.153725174569888,0.0,0.20015862790313,0.153725174569888,0.0,0.4216495557493,0.153725174569888,0.0,0.769696069119814,0.153725174569888,0.0,0.44805676950332,0.5,0.153725174569888,0.0,0.305261611528782,0.153725174569888,0.0,0.390919081171949,0.5,0.153725174569888,0.0,0.812147994054068,0.153725174569888,0.0,0.454007673754249,0.153725174569888,0.0,0.57815876834896,0.153725174569888,0.0,0.478041448347806,0.153725174569888,0.0,0.903216059227091,0.153725174569888,0.0,0.806187162614701,0.153725174569888,0.0,0.822920788059241,0.5,0.153725174569888,0.0,0.630975434637833,0,0.976097091441931,0.813792329153308 -8612,0.5,0.153725174569888,0.0,0.640133441263367,0.153725174569888,0.0,0.564806126736705,0.153725174569888,0.0,1.0129745770253,0.153725174569888,0.0,0.867663413619592,0.153725174569888,0.0,0.228928151174524,0.153725174569888,0.0,0.331866693144347,0.153725174569888,0.0,0.753607941042483,0.153725174569888,0.0,0.526959062939053,0.5,0.153725174569888,0.0,0.325327745646625,0.153725174569888,0.0,0.433205800536114,0.5,0.153725174569888,0.0,0.57632500045311,0.153725174569888,0.0,0.436912142250602,0.153725174569888,0.0,0.494256131636336,0.153725174569888,0.0,0.465569253637617,0.153725174569888,0.0,0.802550048793823,0.153725174569888,0.0,0.808715731509623,0.153725174569888,0.0,0.805905228718632,0.5,0.153725174569888,0.0,0.658827274420993,0,0.927957782023985,0.742418282426212 -8613,0.5,0.153725174569888,0.0,0.74072222619455,0.153725174569888,0.0,0.43917216659786,0.153725174569888,0.0,1.00558218161537,0.153725174569888,0.0,0.832171071514966,0.153725174569888,0.0,0.314834599186098,0.153725174569888,0.0,0.242470393278289,0.153725174569888,0.0,0.600745422028656,0.153725174569888,0.0,0.543661415865397,0.5,0.153725174569888,0.0,0.374251692876951,0.153725174569888,0.0,0.438663621554697,0.5,0.153725174569888,0.0,0.537426767579022,0.153725174569888,0.0,0.386162184632718,0.153725174569888,0.0,0.415877428342687,0.153725174569888,0.0,0.437806102976909,0.153725174569888,0.0,0.682444507859314,0.153725174569888,0.0,0.802957870205415,0.153725174569888,0.0,0.762225162663749,0.5,0.153725174569888,0.0,0.678550292075182,0,0.87300145601003,0.636864422305283 -8614,0.5,0.153725174569888,0.0,0.774300706376315,0.153725174569888,0.0,0.37377376694758,0.153725174569888,0.0,0.960071670148481,0.153725174569888,0.0,0.745366419713391,0.153725174569888,0.0,0.351053181872019,0.153725174569888,0.0,0.176739562550551,0.153725174569888,0.0,0.48009260122698,0.153725174569888,0.0,0.475617072755703,0.5,0.153725174569888,0.0,0.34531211145986,0.153725174569888,0.0,0.432079942969651,0.5,0.153725174569888,0.0,0.603476661871011,0.153725174569888,0.0,0.362006496247203,0.153725174569888,0.0,0.329174020931446,0.153725174569888,0.0,0.379826667394439,0.153725174569888,0.0,0.557202677625263,0.153725174569888,0.0,0.697081464619572,0.153725174569888,0.0,0.809200943746565,0.5,0.153725174569888,0.0,0.712507121879314,0,0.749992985236791,0.503377471643588 -8615,0.5,0.153725174569888,0.0,0.781898355478246,0.153725174569888,0.0,0.351476892054481,0.153725174569888,0.0,0.912471612804448,0.153725174569888,0.0,0.79253357706578,0.153725174569888,0.0,0.337898240774727,0.153725174569888,0.0,0.125686660159618,0.153725174569888,0.0,0.468182834262958,0.153725174569888,0.0,0.425612064081555,0.5,0.153725174569888,0.0,0.308158541727137,0.153725174569888,0.0,0.448088255088955,0.5,0.153725174569888,0.0,0.724358152066648,0.153725174569888,0.0,0.3784279961833,0.153725174569888,0.0,0.255977465948222,0.153725174569888,0.0,0.3357949370613,0.153725174569888,0.0,0.457047536021799,0.153725174569888,0.0,0.601267153602427,0.153725174569888,0.0,0.860061957313322,0.5,0.153725174569888,0.0,0.717155883425996,0,0.54271574652993,0.361758152575685 -8616,0.5,0.153725174569888,0.0,0.715907117998348,0.153725174569888,0.0,0.353038052845067,0.153725174569888,0.0,0.860891207782549,0.153725174569888,0.0,0.795392914235442,0.153725174569888,0.0,0.277713278815744,0.153725174569888,0.0,0.110658710818941,0.153725174569888,0.0,0.462607180579625,0.153725174569888,0.0,0.387635508275397,0.5,0.153725174569888,0.0,0.311816994929058,0.153725174569888,0.0,0.481613871110136,0.5,0.153725174569888,0.0,0.648842867284032,0.153725174569888,0.0,0.37937412471072,0.153725174569888,0.0,0.193635288101672,0.153725174569888,0.0,0.289136350340164,0.153725174569888,0.0,0.398416216723698,0.153725174569888,0.0,0.548316526679557,0.153725174569888,0.0,0.822030893367851,0.5,0.153725174569888,0.0,0.736926783792808,0,0.321811660696596,0.255023103249606 -8617,0.5,0.153725174569888,0.0,0.615717763271823,0.153725174569888,0.0,0.29746729327385,0.153725174569888,0.0,0.767503742432266,0.153725174569888,0.0,0.831664896057089,0.153725174569888,0.0,0.189055445961536,0.153725174569888,0.0,0.0882404525279353,0.153725174569888,0.0,0.402130795812259,0.153725174569888,0.0,0.322323568628982,0.5,0.153725174569888,0.0,0.367842617409587,0.153725174569888,0.0,0.50710777430414,0.5,0.153725174569888,0.0,0.567640923828586,0.153725174569888,0.0,0.397963398969944,0.153725174569888,0.0,0.140668447122668,0.153725174569888,0.0,0.237931041671402,0.153725174569888,0.0,0.380236678877481,0.153725174569888,0.0,0.496869235727502,0.153725174569888,0.0,0.775901744242242,0.5,0.153725174569888,0.0,0.766785444612907,0,0.197361105657432,0.181661026390467 -8618,0.5,0.153725174569888,0.0,0.509749173097394,0.153725174569888,0.0,0.241873167282673,0.153725174569888,0.0,0.634151165072343,0.153725174569888,0.0,0.870932703011436,0.153725174569888,0.0,0.120816496989314,0.153725174569888,0.0,0.0446459833991776,0.153725174569888,0.0,0.346067361645363,0.153725174569888,0.0,0.239276871651912,0.5,0.153725174569888,0.0,0.32703755707816,0.153725174569888,0.0,0.499694599373324,0.5,0.153725174569888,0.0,0.522920507322272,0.153725174569888,0.0,0.421206878948111,0.153725174569888,0.0,0.0986422316559131,0.153725174569888,0.0,0.179753113101568,0.153725174569888,0.0,0.357216644027253,0.153725174569888,0.0,0.44197966741775,0.153725174569888,0.0,0.747023740752186,0.5,0.153725174569888,0.0,0.806571422186956,0,0.153961234671036,0.120036909475394 -8619,0.5,0.153725174569888,0.0,0.403212394577594,0.153725174569888,0.0,0.152596892115792,0.153725174569888,0.0,0.480483554423436,0.153725174569888,0.0,0.861035461423056,0.153725174569888,0.0,0.0843919635361235,0.153725174569888,0.0,0.014328854561348,0.153725174569888,0.0,0.248205600970386,0.153725174569888,0.0,0.152437459588223,0.5,0.153725174569888,0.0,0.249531013501613,0.153725174569888,0.0,0.4868970284611,0.5,0.153725174569888,0.0,0.564235871168568,0.153725174569888,0.0,0.398720204098276,0.153725174569888,0.0,0.0714155185009961,0.153725174569888,0.0,0.120540087316155,0.153725174569888,0.0,0.304550701428927,0.153725174569888,0.0,0.354863977517108,0.153725174569888,0.0,0.674815030678407,0.5,0.153725174569888,0.0,0.835294368810597,0,0.151869953247963,0.0513144494166651 -8620,0.5,0.153725174569888,0.0,0.329874961966463,0.153725174569888,0.0,0.0850489729874621,0.153725174569888,0.0,0.397837775956769,0.153725174569888,0.0,0.822204310133986,0.153725174569888,0.0,0.0777846970100171,0.153725174569888,0.0,0.00546308265168133,0.153725174569888,0.0,0.198415677403427,0.153725174569888,0.0,0.103966650445577,0.5,0.153725174569888,0.0,0.173545200011975,0.153725174569888,0.0,0.479596908358791,0.5,0.153725174569888,0.0,0.471520482293199,0.153725174569888,0.0,0.39403605612438,0.153725174569888,0.0,0.0533793676032427,0.153725174569888,0.0,0.0734561276959468,0.153725174569888,0.0,0.262954767753077,0.153725174569888,0.0,0.312734761128112,0.153725174569888,0.0,0.605253302589545,0.5,0.153725174569888,0.0,0.841971889286533,0,0.173755890395661,0.0104724137816236 -8621,0.5,0.153725174569888,0.0,0.291461543897177,0.153725174569888,0.0,0.0585657237397808,0.153725174569888,0.0,0.384596458034038,0.153725174569888,0.0,0.74991261931898,0.153725174569888,0.0,0.0589749199639124,0.153725174569888,0.0,0.00376896688706904,0.153725174569888,0.0,0.166838080575402,0.153725174569888,0.0,0.0831772271627268,0.5,0.153725174569888,0.0,0.139951467086322,0.153725174569888,0.0,0.459046826428402,0.5,0.153725174569888,0.0,0.391252990230594,0.153725174569888,0.0,0.377803071970898,0.153725174569888,0.0,0.0343163622287193,0.153725174569888,0.0,0.0383267341070515,0.153725174569888,0.0,0.226280230317269,0.153725174569888,0.0,0.282538480564904,0.153725174569888,0.0,0.542967484021769,0.5,0.153725174569888,0.0,0.832233417420739,0,0.209702910328093,0.000650429343352661 -8622,0.5,0.153725174569888,0.0,0.270508058094609,0.153725174569888,0.0,0.03984968388199,0.153725174569888,0.0,0.400559776613704,0.153725174569888,0.0,0.6512857491085,0.153725174569888,0.0,0.0375771301612697,0.153725174569888,0.0,0.00178022743004188,0.153725174569888,0.0,0.139590343668121,0.153725174569888,0.0,0.0684515548113102,0.5,0.153725174569888,0.0,0.132695444947675,0.153725174569888,0.0,0.443597325645448,0.5,0.153725174569888,0.0,0.410729157025286,0.153725174569888,0.0,0.382616409498935,0.153725174569888,0.0,0.0201157813021097,0.153725174569888,0.0,0.0135836343667419,0.153725174569888,0.0,0.193965372871793,0.153725174569888,0.0,0.265140913412047,0.153725174569888,0.0,0.518212073867952,0.5,0.153725174569888,0.0,0.763397921972693,0,0.197770548661671,7.26059669672189e-05 -8623,0.5,0.153725174569888,0.0,0.231966969840183,0.153725174569888,0.0,0.0166106771651828,0.153725174569888,0.0,0.411364186912787,0.153725174569888,0.0,0.552983028060814,0.153725174569888,0.0,0.0152479244609659,0.153725174569888,0.0,0.000563801309288029,0.153725174569888,0.0,0.10492179512339,0.153725174569888,0.0,0.0449216512405392,0.5,0.153725174569888,0.0,0.111434563319685,0.153725174569888,0.0,0.462525483876517,0.5,0.153725174569888,0.0,0.462696248654365,0.153725174569888,0.0,0.396988935506358,0.153725174569888,0.0,0.0132187583666572,0.153725174569888,0.0,0.0046563845173581,0.153725174569888,0.0,0.158639523281372,0.153725174569888,0.0,0.243443373933054,0.153725174569888,0.0,0.502911091218608,0.5,0.153725174569888,0.0,0.659281973841344,0,0.173077750829128,0.0127598590760581 -8624,0.5,0.153725174569888,0.0,0.186649268472866,0.153725174569888,0.0,0.0118616021666633,0.153725174569888,0.0,0.401465631684665,0.153725174569888,0.0,0.482690590151456,0.153725174569888,0.0,0.00439995334583432,0.153725174569888,0.0,0.000100992949258554,0.153725174569888,0.0,0.0707261801253857,0.153725174569888,0.0,0.0201679740489267,0.5,0.153725174569888,0.0,0.0856163161231873,0.153725174569888,0.0,0.483227564920752,0.5,0.153725174569888,0.0,0.431511625234807,0.153725174569888,0.0,0.405579971818542,0.153725174569888,0.0,0.0141298861876039,0.153725174569888,0.0,0.00506861362698205,0.153725174569888,0.0,0.108488346571256,0.153725174569888,0.0,0.216827825428768,0.153725174569888,0.0,0.464156256973853,0.5,0.153725174569888,0.0,0.611605930362927,0,0.151121424756115,0.0350583736695094 -8625,0.5,0.153725174569888,2.74533119490027e-05,0.139561321622551,0.153725174569888,0.0,0.01502978734435,0.153725174569888,8.45844627796252e-06,0.340592094001903,0.153725174569888,0.000531291571683588,0.419007115914982,0.153725174569888,0.0,0.00394970397913782,0.153725174569888,0.0,0.000240722711507261,0.153725174569888,0.0,0.0338900537543764,0.153725174569888,0.0,0.00961137755494991,0.5,0.153725174569888,0.0,0.0651174408339945,0.153725174569888,0.00038106704339349,0.534017552317208,0.5,0.153725174569888,0.0,0.298942205380416,0.153725174569888,0.000364061495284561,0.391113430764636,0.153725174569888,0.0,0.0173817740490493,0.153725174569888,0.0,0.00970306150029525,0.153725174569888,0.0,0.0607316007350802,0.153725174569888,0.0,0.17100867286441,0.153725174569888,0.000732441096991753,0.400041188200852,0.5,0.153725174569888,0.00161564696879592,0.588280470351666,0,0.131251958128946,0.0421195780749884 -8626,0.5,0.153725174569888,0.0605995712334533,0.118403180349799,0.153725174569888,0.0567085133641858,0.0129629257725858,0.153725174569888,0.0336700535190357,0.287261372806314,0.153725174569888,0.0276265147511161,0.371199538645715,0.153725174569888,0.0431559357123428,0.00818018257399362,0.153725174569888,0.0210579778799733,0.0013514986936122,0.153725174569888,0.0422603610669488,0.0231819665708224,0.153725174569888,0.0358427353884446,0.00640029049505297,0.5,0.153725174569888,0.0200449828424359,0.0636805296246378,0.153725174569888,0.0074278981521378,0.534021477984301,0.5,0.153725174569888,0.0191382865362913,0.234471616585965,0.153725174569888,0.0234525589566843,0.340223979465532,0.153725174569888,0.0258541083272832,0.0203662126996963,0.153725174569888,0.0369755010964453,0.0149150917691923,0.153725174569888,0.0537951043003896,0.033645771839887,0.153725174569888,0.0364182181764526,0.148799734416058,0.153725174569888,0.0491123855060944,0.360585663825956,0.5,0.153725174569888,0.034645939792708,0.599403623982771,0,0.11568116020959,0.0277528647438469 -8627,0.5,0.153725174569888,0.168347961841017,0.108560608305794,0.153725174569888,0.218385692980434,0.0146130057765688,0.153725174569888,0.0794335451953268,0.219214238239525,0.153725174569888,0.0652881442843194,0.315782160874326,0.153725174569888,0.196987887230555,0.0164454979489417,0.153725174569888,0.118526067006183,0.00590604344614941,0.153725174569888,0.167781711692533,0.0246678775266067,0.153725174569888,0.112246895076471,0.0057006612976842,0.5,0.153725174569888,0.0629029672937276,0.0637852132372347,0.153725174569888,0.0362117825705112,0.468163834895361,0.5,0.153725174569888,0.0382152455593989,0.190006034521295,0.153725174569888,0.0563557006614677,0.302033526346877,0.153725174569888,0.139166940812292,0.0228458810229695,0.153725174569888,0.185044188014245,0.0243176832240504,0.153725174569888,0.204868384074433,0.0292846130646333,0.153725174569888,0.110638909650567,0.114935105696263,0.153725174569888,0.116195627746744,0.308921172076793,0.5,0.153725174569888,0.09932068750343,0.545501750123574,0,0.107543448251476,0.0197033273869871 -8628,0.5,0.153725174569888,0.238484699837367,0.103515621133928,0.153725174569888,0.328886338576343,0.0260358193627883,0.153725174569888,0.114017018212313,0.177730568635998,0.153725174569888,0.0844228304977165,0.26122824355887,0.153725174569888,0.303991099641154,0.0239914099318051,0.153725174569888,0.25195793626843,0.0165244049108803,0.153725174569888,0.303190002877712,0.0281208918563746,0.153725174569888,0.169640848256003,0.00719840776462342,0.5,0.153725174569888,0.1078691525593,0.0636229520866766,0.153725174569888,0.10668143063032,0.394077076366794,0.5,0.153725174569888,0.0602138317538746,0.139321141373621,0.153725174569888,0.0777597202143289,0.259459152212536,0.153725174569888,0.203489743943837,0.0301197781720859,0.153725174569888,0.279351287714749,0.0429720701618611,0.153725174569888,0.327571173778033,0.0368382391605175,0.153725174569888,0.21540351968908,0.0759685187860989,0.153725174569888,0.15697188993878,0.250244624629147,0.5,0.153725174569888,0.173018322907095,0.462420695934465,0,0.0906464154574769,0.0246387768071602 -8629,0.5,0.153725174569888,0.253242487996199,0.0937023785769602,0.153725174569888,0.358716270449524,0.0319194883652549,0.153725174569888,0.150894484227983,0.147283307509344,0.153725174569888,0.0741410274397179,0.224421019357029,0.153725174569888,0.317482656282383,0.0338154641212556,0.153725174569888,0.28447867018012,0.0287654359788121,0.153725174569888,0.37405683952682,0.0254156613862367,0.153725174569888,0.182306736400523,0.0173459569565054,0.5,0.153725174569888,0.145435265080076,0.0844340931386852,0.153725174569888,0.181280624949848,0.317467283469941,0.5,0.153725174569888,0.0731632955350515,0.106719182974116,0.153725174569888,0.0890742118168508,0.215368841948928,0.153725174569888,0.209585146306419,0.0416825646661719,0.153725174569888,0.289488230200653,0.0737341165244989,0.153725174569888,0.39103831905827,0.0408714914604145,0.153725174569888,0.299042958543178,0.0452770190204419,0.153725174569888,0.168611230685905,0.202552414346613,0.5,0.153725174569888,0.194406363809596,0.371259334135483,0,0.0573078131559269,0.0382805593950455 -8630,0.5,0.153725174569888,0.229735671532833,0.0727856416745995,0.153725174569888,0.305165503539406,0.0313778843553469,0.153725174569888,0.159715636859442,0.114131224837042,0.153725174569888,0.0516135716749422,0.197833821122792,0.153725174569888,0.277403181952207,0.039533771966848,0.153725174569888,0.266200869606921,0.0437488750331568,0.153725174569888,0.345948470951814,0.0170787906476993,0.153725174569888,0.159648707788153,0.0312992584259614,0.5,0.153725174569888,0.140373600280276,0.0882680811450239,0.153725174569888,0.181208630865824,0.240295174468057,0.5,0.153725174569888,0.0849540482936612,0.0802218671694723,0.153725174569888,0.093570065008034,0.172339849806072,0.153725174569888,0.165998407633319,0.0563206418140355,0.153725174569888,0.246179278369392,0.110727870687922,0.153725174569888,0.358758104239376,0.0355469417398734,0.153725174569888,0.265020774975768,0.0211235274808956,0.153725174569888,0.148581751027497,0.151583124439944,0.5,0.153725174569888,0.139087317184422,0.298449032785915,0,0.0325012777746633,0.0581294889301856 -8631,0.5,0.153725174569888,0.120689641234002,0.0464827896795239,0.153725174569888,0.169655066193874,0.0293884991519071,0.153725174569888,0.116671018165202,0.0686146413705808,0.153725174569888,0.0248157522299561,0.168615961119353,0.153725174569888,0.180413007567844,0.0367818765037113,0.153725174569888,0.177396153431301,0.0417436115128744,0.153725174569888,0.265003665618924,0.00842117622559984,0.153725174569888,0.0979732191699467,0.0402382616692461,0.5,0.153725174569888,0.0977213086557935,0.0877562770836913,0.153725174569888,0.117241209884796,0.144850039266195,0.5,0.153725174569888,0.0668581189515311,0.0565984006471666,0.153725174569888,0.0651307821905246,0.135195153719121,0.153725174569888,0.0931536453169898,0.0720970375082908,0.153725174569888,0.182490017730941,0.125091823331551,0.153725174569888,0.236181128962135,0.0206001606446453,0.153725174569888,0.209794895203862,0.00576730628743401,0.153725174569888,0.0813098405224118,0.105550322554744,0.5,0.153725174569888,0.0670119557386182,0.207498487311939,0,0.0254009788296395,0.0661242146496566 -8632,0.5,0.153725174569888,0.0,0.0310788305122947,0.153725174569888,0.0,0.0386388849845136,0.153725174569888,0.0,0.0292299781696346,0.153725174569888,0.000139707596883426,0.125878388229294,0.153725174569888,0.0,0.0391083764235181,0.153725174569888,0.0375057365996031,0.0427972136502477,0.153725174569888,0.0129664336199537,0.00886280997364911,0.153725174569888,0.0221390114110441,0.0329330964642269,0.5,0.153725174569888,0.0261327353855719,0.0884655933549572,0.153725174569888,0.0298646352001353,0.0876590790417786,0.5,0.153725174569888,0.0187577270052047,0.0323600493108222,0.153725174569888,0.0195352488542177,0.0954751332033513,0.153725174569888,0.0,0.0880752849776999,0.153725174569888,0.0,0.113893150976633,0.153725174569888,0.0,0.0170169568236881,0.153725174569888,0.0113495566305159,0.00188953256165325,0.153725174569888,0.010161645139103,0.0650885880190405,0.5,0.153725174569888,0.00590924161152668,0.139728955769863,0,0.0259690069889799,0.0662376381566275 -8633,0.5,0.153725174569888,0.0,0.0262167796208629,0.153725174569888,0.0,0.0382190172982613,0.153725174569888,0.0,0.0114880914840542,0.153725174569888,0.0,0.0925174821209329,0.153725174569888,0.0,0.0502393961030943,0.153725174569888,0.0,0.0442887895899799,0.153725174569888,0.0,0.0179567365530937,0.153725174569888,0.0,0.0268286845387196,0.5,0.153725174569888,0.0,0.0783258107234092,0.153725174569888,0.0,0.0488104327116412,0.5,0.153725174569888,0.0,0.0171928510062004,0.153725174569888,0.0,0.0656367370495047,0.153725174569888,0.0,0.116914817461191,0.153725174569888,0.0,0.104611652396697,0.153725174569888,0.0,0.0145835552490157,0.153725174569888,0.0,0.00363785026905143,0.153725174569888,0.0,0.0351923017544666,0.5,0.153725174569888,0.0,0.0954669152382579,0,0.029893819301656,0.0482699257043578 -8634,0.5,0.153725174569888,0.0,0.0253892195213783,0.153725174569888,0.0,0.0340063297302185,0.153725174569888,0.0,0.00414985158120925,0.153725174569888,0.0,0.0679728776075457,0.153725174569888,0.0,0.060371596067011,0.153725174569888,0.0,0.0550259447384433,0.153725174569888,0.0,0.0328985218315828,0.153725174569888,0.0,0.0301330688250689,0.5,0.153725174569888,0.0,0.106370603561771,0.153725174569888,0.0,0.0308889547986868,0.5,0.153725174569888,0.0,0.0099745041264914,0.153725174569888,0.0,0.0308786960517098,0.153725174569888,0.0,0.135832662739882,0.153725174569888,0.0,0.107454285234631,0.153725174569888,0.0,0.0129125841479437,0.153725174569888,0.0,0.0112990554119034,0.153725174569888,0.0,0.0183762255376601,0.5,0.153725174569888,0.0,0.0733376991692236,0,0.0467751576536577,0.0676275142837258 -8635,0.5,0.153725174569888,0.0,0.0287339587499729,0.153725174569888,0.0,0.0331182457909963,0.153725174569888,0.0,0.00237260639386859,0.153725174569888,0.0,0.0496007355919906,0.153725174569888,0.0,0.0711767238242068,0.153725174569888,0.0,0.0698935825345569,0.153725174569888,0.0,0.049594830969751,0.153725174569888,0.0,0.0344707049778486,0.5,0.153725174569888,0.0,0.100636751372148,0.153725174569888,0.0,0.0129453060028017,0.5,0.153725174569888,0.0,0.0120332039013994,0.153725174569888,0.0,0.0216749972063314,0.153725174569888,0.0,0.130932307341754,0.153725174569888,0.0,0.115059572111957,0.153725174569888,0.0,0.018193104940166,0.153725174569888,0.0,0.022346594458984,0.153725174569888,0.0,0.00749616079673975,0.5,0.153725174569888,0.0,0.0517163861532873,0,0.0931844704734629,0.126625459494481 -8636,0.5,0.153725174569888,0.0,0.0341909385927926,0.153725174569888,0.0,0.0355967834410078,0.153725174569888,0.0,0.00424321976069892,0.153725174569888,0.0,0.0339388774117921,0.153725174569888,0.0,0.0909334629662899,0.153725174569888,0.0,0.0836469351209232,0.153725174569888,0.0,0.064346047903074,0.153725174569888,0.0,0.0582680957766697,0.5,0.153725174569888,0.0,0.127621215985793,0.153725174569888,0.0,0.0132725983913668,0.5,0.153725174569888,0.0,0.0127550835211526,0.153725174569888,0.0,0.0124339713485424,0.153725174569888,0.0,0.134582882132054,0.153725174569888,0.0,0.115457766427604,0.153725174569888,0.0,0.0301749337195264,0.153725174569888,0.0,0.0349403553190659,0.153725174569888,0.0,0.00340799422118093,0.5,0.153725174569888,0.0,0.0319934772648387,0,0.163372968288823,0.184905036392684 -8637,0.5,0.153725174569888,0.0,0.0393943732527345,0.153725174569888,0.0,0.044940554671069,0.153725174569888,0.0,0.00809316606878264,0.153725174569888,0.0,0.0216213839944464,0.153725174569888,0.0,0.115170816765064,0.153725174569888,0.0,0.0964001293973369,0.153725174569888,0.0,0.0780430475266148,0.153725174569888,0.0,0.0944657723810437,0.5,0.153725174569888,0.0,0.171948949178236,0.153725174569888,0.0,0.00552036180103189,0.5,0.153725174569888,0.0,0.0211888125084962,0.153725174569888,0.0,0.0103541501209123,0.153725174569888,0.0,0.159566380413572,0.153725174569888,0.0,0.120923122480767,0.153725174569888,0.0,0.0458460035578159,0.153725174569888,0.0,0.0469658044776416,0.153725174569888,0.0,0.00373616595992577,0.5,0.153725174569888,0.0,0.022895557623815,0,0.20125518582925,0.243707988020576 -8638,0.5,0.153725174569888,0.0,0.0438866477894692,0.153725174569888,0.0,0.0611392230818412,0.153725174569888,0.0,0.0134836427969983,0.153725174569888,0.0,0.0137575640990997,0.153725174569888,0.0,0.129343650779694,0.153725174569888,0.0,0.111655338956413,0.153725174569888,0.0,0.0907414108935247,0.153725174569888,0.0,0.142420549215661,0.5,0.153725174569888,0.0,0.219817280499796,0.153725174569888,0.0,0.00165090858769531,0.5,0.153725174569888,0.0,0.0284334811967891,0.153725174569888,0.0,0.0121383837651902,0.153725174569888,0.0,0.191112056860412,0.153725174569888,0.0,0.136654678425532,0.153725174569888,0.0,0.0623300335498524,0.153725174569888,0.0,0.0618904984432737,0.153725174569888,0.0,0.00681606570658827,0.5,0.153725174569888,0.0,0.0123431410186312,0,0.216741343353925,0.350463713164706 -8639,0.5,0.153725174569888,0.0,0.0486298139731479,0.153725174569888,0.0,0.0740462304496791,0.153725174569888,0.0,0.0188477519564836,0.153725174569888,0.0,0.0100744392970529,0.153725174569888,0.0,0.130727019187998,0.153725174569888,0.0,0.133987715480831,0.153725174569888,0.0,0.0976628606377725,0.153725174569888,0.0,0.180316817457794,0.5,0.153725174569888,0.0,0.267396109711005,0.153725174569888,0.0,0.00148835599178131,0.5,0.153725174569888,0.0,0.0380390557447279,0.153725174569888,0.0,0.0180473261077714,0.153725174569888,0.0,0.213677098738114,0.153725174569888,0.0,0.161073190812236,0.153725174569888,0.0,0.0773119922180496,0.153725174569888,0.0,0.0740878473355796,0.153725174569888,0.0,0.0101366658319717,0.5,0.153725174569888,0.0,0.00591764110773391,0,0.243797427536079,0.537624497586839 -8640,0.5,0.153725174569888,0.0,0.0526865765767501,0.153725174569888,0.0,0.0882629998743949,0.153725174569888,0.0,0.0202507211010386,0.153725174569888,0.0,0.0102090603276313,0.153725174569888,0.0,0.119588143899921,0.153725174569888,0.0,0.170095426675847,0.153725174569888,0.0,0.110708561900104,0.153725174569888,0.0,0.255263205629575,0.5,0.153725174569888,0.0,0.333880391837689,0.153725174569888,0.0,0.00310893893239213,0.5,0.153725174569888,0.0,0.0474302591636432,0.153725174569888,0.0,0.0349570578840256,0.153725174569888,0.0,0.223659870103118,0.153725174569888,0.0,0.173224128610724,0.153725174569888,0.0,0.0872113899379976,0.153725174569888,0.0,0.0894552782419953,0.153725174569888,0.0,0.0137743451919512,0.5,0.153725174569888,0.0,0.00403432699548166,0,0.27596742977407,0.583059597268817 -8641,0.5,0.153725174569888,0.0,0.0565615506433774,0.153725174569888,0.0,0.100517181136583,0.153725174569888,0.0,0.0214738455956922,0.153725174569888,0.0,0.0116753695662848,0.153725174569888,0.0,0.11435849603099,0.153725174569888,0.0,0.227285335501333,0.153725174569888,0.0,0.144873788616983,0.153725174569888,0.0,0.357347744459334,0.5,0.153725174569888,0.0,0.403213811437213,0.153725174569888,0.0,0.00559830485339401,0.5,0.153725174569888,0.0,0.0431917015669638,0.153725174569888,0.0,0.0581006171575133,0.153725174569888,0.0,0.23257612533853,0.153725174569888,0.0,0.159539402096622,0.153725174569888,0.0,0.0926309424899675,0.153725174569888,0.0,0.11707117451511,0.153725174569888,0.0,0.0204281269955873,0.5,0.153725174569888,0.0,0.00598462296824774,0,0.303010115061817,0.504211694398654 -8642,0.5,0.153725174569888,0.0,0.0583579890372887,0.153725174569888,0.0,0.100828723337396,0.153725174569888,0.0,0.0236398529454791,0.153725174569888,0.0,0.0152905374658735,0.153725174569888,0.0,0.118078461879775,0.153725174569888,0.0,0.280029823088945,0.153725174569888,0.0,0.178504281499399,0.153725174569888,0.0,0.454466268255408,0.5,0.153725174569888,0.0,0.475370343665969,0.153725174569888,0.0,0.0126162146973856,0.5,0.153725174569888,0.0,0.0622541120223,0.153725174569888,0.0,0.119731301608997,0.153725174569888,0.0,0.224084352917802,0.153725174569888,0.0,0.133476193971125,0.153725174569888,0.0,0.0910110319357975,0.153725174569888,0.0,0.172549701915722,0.153725174569888,0.0,0.0353368700851417,0.5,0.153725174569888,0.0,0.0115054561880942,0,0.344905496460859,0.519538586537055 -8643,0.5,0.153725174569888,0.0,0.0579309163307151,0.153725174569888,0.0,0.0843752534491034,0.153725174569888,0.0,0.024425662258389,0.153725174569888,0.0,0.0192205259342318,0.153725174569888,0.0,0.125980852468574,0.153725174569888,0.0,0.343832433927274,0.153725174569888,0.0,0.199924065776834,0.153725174569888,0.0,0.54447477255733,0.5,0.153725174569888,0.0,0.524337097773012,0.153725174569888,0.0,0.0249959368734236,0.5,0.153725174569888,0.0,0.143654950353454,0.153725174569888,0.0,0.186293907803233,0.153725174569888,0.0,0.188574548955867,0.153725174569888,0.0,0.114541656266994,0.153725174569888,0.0,0.083125923786753,0.153725174569888,0.0,0.237292830520942,0.153725174569888,0.0,0.0704951094405813,0.5,0.153725174569888,0.0,0.0248492327493773,0,0.342914894386911,0.506928527127204 -8644,0.5,0.153725174569888,0.0,0.0581971634708584,0.153725174569888,0.0,0.0721020005750653,0.153725174569888,0.0,0.032613879426813,0.153725174569888,0.0,0.0259051688712506,0.153725174569888,0.0,0.144668106163578,0.153725174569888,0.0,0.420565042709719,0.153725174569888,0.0,0.234161640323763,0.153725174569888,0.0,0.635005959950268,0.5,0.153725174569888,0.0,0.584889062949399,0.153725174569888,0.0,0.0440654155552725,0.5,0.153725174569888,0.0,0.186169866640854,0.153725174569888,0.0,0.260426003710033,0.153725174569888,0.0,0.147796104164309,0.153725174569888,0.0,0.113626803391859,0.153725174569888,0.0,0.0824965997898054,0.153725174569888,0.0,0.289853818636972,0.153725174569888,0.0,0.118967645531336,0.5,0.153725174569888,0.0,0.0497394189046511,0,0.30957815687456,0.410416973094077 -8645,0.5,0.153725174569888,0.0,0.0616664643259556,0.153725174569888,0.0,0.0717590627622887,0.153725174569888,0.0,0.0453470371490299,0.153725174569888,0.0,0.0389721139472347,0.153725174569888,0.0,0.173762161047485,0.153725174569888,0.0,0.497200173235883,0.153725174569888,0.0,0.320532560071942,0.153725174569888,0.0,0.787002277846716,0.5,0.153725174569888,0.0,0.712069601332054,0.153725174569888,0.0,0.0489353944302427,0.5,0.153725174569888,0.0,0.2856506906857,0.153725174569888,0.0,0.344044075569523,0.153725174569888,0.0,0.122556104500454,0.153725174569888,0.0,0.12772990138043,0.153725174569888,0.0,0.090118185434614,0.153725174569888,0.0,0.362526560539249,0.153725174569888,0.0,0.197846910190232,0.5,0.153725174569888,0.0,0.0873873053696142,0,0.263408050415206,0.321161238012759 -8646,0.5,0.153725174569888,0.0,0.0694764358469905,0.153725174569888,0.0,0.0773270090871869,0.153725174569888,0.0,0.0554104142868074,0.153725174569888,0.0,0.0558515598252111,0.153725174569888,0.0,0.218204039107814,0.153725174569888,0.0,0.595512718022213,0.153725174569888,0.0,0.45114305021731,0.153725174569888,0.0,0.927279469493079,0.5,0.153725174569888,0.0,0.870328286797154,0.153725174569888,0.0,0.0840504592087411,0.5,0.153725174569888,0.0,0.462726550397466,0.153725174569888,0.0,0.460761574496243,0.153725174569888,0.0,0.115803831699765,0.153725174569888,0.0,0.153207761013528,0.153725174569888,0.0,0.113903336056843,0.153725174569888,0.0,0.465918580096143,0.153725174569888,0.0,0.30466067124088,0.5,0.153725174569888,0.0,0.160226599349949,0,0.220510139369938,0.290416452639661 -8647,0.5,0.153725174569888,0.0,0.0821108189120338,0.153725174569888,0.0,0.0976364960129231,0.153725174569888,0.0,0.0679307160388054,0.153725174569888,0.0,0.0718022837479119,0.153725174569888,0.0,0.308021367856963,0.153725174569888,0.0,0.742032504342148,0.153725174569888,0.0,0.603240626641543,0.153725174569888,0.0,0.997705840489487,0.5,0.153725174569888,0.0,0.960560102965119,0.153725174569888,0.0,0.0970381551969822,0.5,0.153725174569888,0.0,0.657354397472928,0.153725174569888,0.0,0.60506815573596,0.153725174569888,0.0,0.120602304125539,0.153725174569888,0.0,0.195068067620803,0.153725174569888,0.0,0.149086090566757,0.153725174569888,0.0,0.600585973669172,0.153725174569888,0.0,0.452960081934243,0.5,0.153725174569888,0.0,0.273460320169351,0,0.198664733799358,0.309347092443262 -8648,0.5,0.153725174569888,0.0,0.101902475577046,0.153725174569888,0.0,0.134190698970929,0.153725174569888,0.0,0.0819874609742165,0.153725174569888,0.0,0.0914516056349275,0.153725174569888,0.0,0.445259346853149,0.153725174569888,0.0,0.876468434918313,0.153725174569888,0.0,0.768473465604054,0.153725174569888,0.0,1.01553301632881,0.5,0.153725174569888,0.0,0.981749906124349,0.153725174569888,0.0,0.11580886036081,0.5,0.153725174569888,0.0,0.818160941783115,0.153725174569888,0.0,0.707316402028969,0.153725174569888,0.0,0.131171729970974,0.153725174569888,0.0,0.253880722358074,0.153725174569888,0.0,0.196156593593565,0.153725174569888,0.0,0.753874098002604,0.153725174569888,0.0,0.566430798633037,0.5,0.153725174569888,0.0,0.413483594984828,0,0.211518421781775,0.34506170357249 -8649,0.5,0.153725174569888,3.92212569625032e-05,0.114725242156257,0.153725174569888,0.0,0.153373997004513,0.153725174569888,5.9024153817169e-05,0.0942168766845898,0.153725174569888,0.00197539537369707,0.111726221030575,0.153725174569888,0.0,0.529456165571542,0.153725174569888,0.0,0.930275677531154,0.153725174569888,0.0,0.86808408675794,0.153725174569888,0.0,1.01148118783053,0.5,0.153725174569888,0.0,0.968636381738441,0.153725174569888,0.00190664173501956,0.126399479361446,0.5,0.153725174569888,0.0,0.930051071410726,0.153725174569888,0.000481618594373336,0.714987563091756,0.153725174569888,0.0,0.142733028847488,0.153725174569888,0.0,0.284619711700679,0.153725174569888,0.0,0.237702530357469,0.153725174569888,0.0,0.846609487294938,0.153725174569888,0.00111071152910965,0.651363466128286,0.5,0.153725174569888,0.00509182016674174,0.530453149260868,0,0.248548827782331,0.336112605136494 -8650,0.5,0.153725174569888,0.0945361011556055,0.137353773828286,0.153725174569888,0.0545191056232618,0.196103037203906,0.153725174569888,0.0676928409875893,0.128741541025239,0.153725174569888,0.129772662331838,0.144365879706278,0.153725174569888,0.018629966148092,0.632022197463816,0.153725174569888,0.0102407640647916,0.947490958798366,0.153725174569888,0.0205600364553738,0.91449165495037,0.153725174569888,0.0148009690055881,1.00453521571562,0.5,0.153725174569888,0.0145407094808065,0.938670850666071,0.153725174569888,0.0405874418321096,0.151789803461101,0.5,0.153725174569888,0.0270172364672098,0.99889180775954,0.153725174569888,0.0278367658213607,0.693863598457462,0.153725174569888,0.0324374719216302,0.148021579392273,0.153725174569888,0.0244374558776103,0.316314812128929,0.153725174569888,0.0439642524714166,0.302481526482148,0.153725174569888,0.0285924452206554,0.875084049006886,0.153725174569888,0.0508482746414525,0.733319571730879,0.5,0.153725174569888,0.0795625375301545,0.569358001506797,0,0.283672733092693,0.302412983368506 -8651,0.5,0.153725174569888,0.249551388198278,0.183483494007669,0.153725174569888,0.216393212382965,0.232034679451477,0.153725174569888,0.160020416093143,0.217199946839587,0.153725174569888,0.272248796624937,0.226513451179258,0.153725174569888,0.0924453938360139,0.665025981203291,0.153725174569888,0.048466756693314,0.964067038051169,0.153725174569888,0.0718384097394153,0.911487296351711,0.153725174569888,0.0559168141740193,1.00004107603312,0.5,0.153725174569888,0.043860303283304,0.881214790302325,0.153725174569888,0.0848557601881504,0.151429690810466,0.5,0.153725174569888,0.0611914184144097,1.0093616463747,0.153725174569888,0.0614681693082797,0.724923583823409,0.153725174569888,0.196069647798715,0.160660416231479,0.153725174569888,0.132919544285297,0.358911377196495,0.153725174569888,0.147793626024022,0.372694521083551,0.153725174569888,0.0834861772484507,0.863652864105617,0.153725174569888,0.105171023402834,0.779756493993803,0.5,0.153725174569888,0.13747488827675,0.606881237281186,0,0.305563175693134,0.27753400945374 -8652,0.5,0.153725174569888,0.345927860204342,0.254000250695837,0.153725174569888,0.32984889231073,0.267559088624535,0.153725174569888,0.228889778941897,0.287254439289021,0.153725174569888,0.361142563549669,0.31768314998994,0.153725174569888,0.154234232215673,0.688286464839342,0.153725174569888,0.0770019706734814,0.975456654204681,0.153725174569888,0.110115018995458,0.89672404693775,0.153725174569888,0.0876961564079597,0.995548064725501,0.5,0.153725174569888,0.063707661024974,0.826211127425212,0.153725174569888,0.117411386216394,0.200605172158029,0.5,0.153725174569888,0.0845495884278399,0.997469158451876,0.153725174569888,0.0836297444319025,0.719153733193736,0.153725174569888,0.315345131317033,0.163108732122235,0.153725174569888,0.214809370318727,0.377116475175858,0.153725174569888,0.225665795522975,0.464005460327295,0.153725174569888,0.123458298686582,0.834513982762518,0.153725174569888,0.138566676113047,0.81810237545956,0.5,0.153725174569888,0.173327115675337,0.610272508788425,0,0.29982696851769,0.28076769773947 -8653,0.5,0.153725174569888,0.361308028307939,0.287934493124045,0.153725174569888,0.370891212679003,0.292555867039955,0.153725174569888,0.243791673260553,0.373908570876765,0.153725174569888,0.375648727780565,0.382758259803093,0.153725174569888,0.192530822752523,0.695543804741432,0.153725174569888,0.0900624177043939,0.977290379369209,0.153725174569888,0.126974478930131,0.890822554185293,0.153725174569888,0.0979793090502518,0.991534802294397,0.5,0.153725174569888,0.071403624096277,0.735753997500858,0.153725174569888,0.116472255773276,0.18510740573552,0.5,0.153725174569888,0.089412433798148,0.98619166890516,0.153725174569888,0.0894308757618185,0.754167415345104,0.153725174569888,0.366309325193385,0.150007833632388,0.153725174569888,0.260299689485161,0.405139311166314,0.153725174569888,0.255016633344067,0.510497352148423,0.153725174569888,0.131526998621668,0.842706068928587,0.153725174569888,0.138492281654806,0.841304513361768,0.5,0.153725174569888,0.148394849036799,0.618897265548716,0,0.251560327204201,0.292863083293356 -8654,0.5,0.153725174569888,0.300133704420475,0.291594531744574,0.153725174569888,0.34355766920495,0.308382119713778,0.153725174569888,0.195750640579259,0.497952211428136,0.153725174569888,0.3074318854742,0.419015657924131,0.153725174569888,0.207998917813115,0.740285365844408,0.153725174569888,0.0891295032998051,0.96975947153515,0.153725174569888,0.11621473938576,0.894218329633505,0.153725174569888,0.085508138900035,0.982089121888815,0.5,0.153725174569888,0.0673557212997137,0.673981221291503,0.153725174569888,0.10142318886856,0.189473978782588,0.5,0.153725174569888,0.0765434917867027,0.958362975386491,0.153725174569888,0.075228674301824,0.766026029571773,0.153725174569888,0.34592924545601,0.146624734694193,0.153725174569888,0.254966378396701,0.39832339909044,0.153725174569888,0.236730167715311,0.54610809585024,0.153725174569888,0.112862167129567,0.850708610393073,0.153725174569888,0.104172858811479,0.867366487206983,0.5,0.153725174569888,0.106754330455868,0.630759603119592,0,0.219563623015111,0.292245024189478 -8655,0.5,0.153725174569888,0.161010368629962,0.272041220415471,0.153725174569888,0.171129119887562,0.296671276283649,0.153725174569888,0.112189417622386,0.582257207315269,0.153725174569888,0.162376343375914,0.415383778913597,0.153725174569888,0.163346328751904,0.75723355069865,0.153725174569888,0.0649393717533989,0.956018163695777,0.153725174569888,0.0924058124845477,0.90592880699256,0.153725174569888,0.0577389611703824,0.967988475877491,0.5,0.153725174569888,0.0506063844362701,0.654381393648757,0.153725174569888,0.0616126933407503,0.183154381086047,0.5,0.153725174569888,0.0488619758440965,0.891947091108411,0.153725174569888,0.0483099364548501,0.748718580547336,0.153725174569888,0.21973312988519,0.149045880801581,0.153725174569888,0.182816311043487,0.403516089986947,0.153725174569888,0.164889162855171,0.593597963196136,0.153725174569888,0.0695602250107601,0.863938060251833,0.153725174569888,0.0600202418618579,0.866823840821573,0.5,0.153725174569888,0.0549634191490295,0.619170395329338,0,0.223085537582007,0.270372997023314 -8656,0.5,0.153725174569888,0.0,0.253503631424796,0.153725174569888,0.0,0.292482058910549,0.153725174569888,0.0,0.660889713197298,0.153725174569888,0.0,0.373773737554325,0.153725174569888,0.0,0.728525686937071,0.153725174569888,0.0242542392170586,0.947310770892474,0.153725174569888,0.0106016220964894,0.907422729254047,0.153725174569888,0.0191052739271731,0.955453773908488,0.5,0.153725174569888,0.0167739312272505,0.669671878291013,0.153725174569888,0.0168922492714634,0.151565773599437,0.5,0.153725174569888,0.0144218420115527,0.786827673778248,0.153725174569888,0.0164975839171051,0.626039763042785,0.153725174569888,0.0,0.157429706540081,0.153725174569888,0.0,0.389994352242426,0.153725174569888,0.0,0.603323027717495,0.153725174569888,0.00570785097951144,0.879544763314173,0.153725174569888,0.00809700424160218,0.849865141082567,0.5,0.153725174569888,0.00504189467799985,0.544807403177256,0,0.245290710323125,0.249590426498413 -8657,0.5,0.153725174569888,0.0,0.231043735082149,0.153725174569888,0.0,0.305860144760026,0.153725174569888,0.0,0.647782150304936,0.153725174569888,0.0,0.395001652226936,0.153725174569888,0.0,0.738305841215904,0.153725174569888,0.0,0.950742019094227,0.153725174569888,0.0,0.914456434690362,0.153725174569888,0.0,0.951234874187127,0.5,0.153725174569888,0.0,0.69672291141072,0.153725174569888,0.0,0.234841861662814,0.5,0.153725174569888,0.0,0.675555811531516,0.153725174569888,0.0,0.479976433936501,0.153725174569888,0.0,0.174599905776124,0.153725174569888,0.0,0.413386381296534,0.153725174569888,0.0,0.604972311667333,0.153725174569888,0.0,0.889824417896388,0.153725174569888,0.0,0.796419435168463,0.5,0.153725174569888,0.0,0.459273692125414,0,0.238025202244249,0.264943759338071 -8658,0.5,0.153725174569888,0.0,0.221597384844344,0.153725174569888,0.0,0.285277005382001,0.153725174569888,0.0,0.613530410413566,0.153725174569888,0.0,0.495661223243903,0.153725174569888,0.0,0.788782549488725,0.153725174569888,0.0,0.956408718082234,0.153725174569888,0.0,0.931100004730325,0.153725174569888,0.0,0.952542378179644,0.5,0.153725174569888,0.0,0.752615105830642,0.153725174569888,0.0,0.357543362802999,0.5,0.153725174569888,0.0,0.615596281786502,0.153725174569888,0.0,0.388139216320049,0.153725174569888,0.0,0.178597309278953,0.153725174569888,0.0,0.468596525844491,0.153725174569888,0.0,0.586258428161831,0.153725174569888,0.0,0.920657464904639,0.153725174569888,0.0,0.751426648856852,0.5,0.153725174569888,0.0,0.369376672930604,0,0.192218036666776,0.306401244151031 -8659,0.5,0.153725174569888,0.0,0.237449198167478,0.153725174569888,0.0,0.247333833513344,0.153725174569888,0.0,0.622422805559664,0.153725174569888,0.0,0.574709749208464,0.153725174569888,0.0,0.830267319816656,0.153725174569888,0.0,0.948796121471275,0.153725174569888,0.0,0.917776535394509,0.153725174569888,0.0,0.944385675932261,0.5,0.153725174569888,0.0,0.821262207853594,0.153725174569888,0.0,0.332337048282719,0.5,0.153725174569888,0.0,0.618812381673752,0.153725174569888,0.0,0.345956366184784,0.153725174569888,0.0,0.177282917292368,0.153725174569888,0.0,0.493696657163494,0.153725174569888,0.0,0.548523627809413,0.153725174569888,0.0,0.922012132515464,0.153725174569888,0.0,0.735947553797231,0.5,0.153725174569888,0.0,0.286405090047227,0,0.131178869644925,0.384736970516384 -8660,0.5,0.153725174569888,0.0,0.252025062605554,0.153725174569888,0.0,0.244308971153182,0.153725174569888,0.0,0.695237582479159,0.153725174569888,0.0,0.559675430420502,0.153725174569888,0.0,0.830575318861297,0.153725174569888,0.0,0.933488498774898,0.153725174569888,0.0,0.891145207780054,0.153725174569888,0.0,0.917759572341101,0.5,0.153725174569888,0.0,0.884117144237428,0.153725174569888,0.0,0.167905878880194,0.5,0.153725174569888,0.0,0.651349972022284,0.153725174569888,0.0,0.301959637282093,0.153725174569888,0.0,0.176400048861709,0.153725174569888,0.0,0.488186764083752,0.153725174569888,0.0,0.536519620728121,0.153725174569888,0.0,0.894980967999267,0.153725174569888,0.0,0.755593014846052,0.5,0.153725174569888,0.0,0.207329073788957,0,0.0706505112480794,0.509063447504126 -8661,0.5,0.153725174569888,0.0,0.242856104765442,0.153725174569888,0.0,0.263517796029953,0.153725174569888,0.0,0.773488781680808,0.153725174569888,0.0,0.511545256727559,0.153725174569888,0.0,0.800910407906154,0.153725174569888,0.0,0.917759746439663,0.153725174569888,0.0,0.879359464814658,0.153725174569888,0.0,0.872878852091242,0.5,0.153725174569888,0.0,0.921255900436604,0.153725174569888,0.0,0.0960049779095503,0.5,0.153725174569888,0.0,0.707188383122825,0.153725174569888,0.0,0.278892992335827,0.153725174569888,0.0,0.173261196131021,0.153725174569888,0.0,0.489065418848266,0.153725174569888,0.0,0.561753194689279,0.153725174569888,0.0,0.89882680039533,0.153725174569888,0.0,0.758010673218867,0.5,0.153725174569888,0.0,0.127470538409481,0,0.0379080940376473,0.618428895682088 -8662,0.5,0.153725174569888,0.0,0.218176849541732,0.153725174569888,0.0,0.258142181728882,0.153725174569888,0.0,0.753060965986443,0.153725174569888,0.0,0.465648626795118,0.153725174569888,0.0,0.776290258635384,0.153725174569888,0.0,0.900215771067195,0.153725174569888,0.0,0.880206196294348,0.153725174569888,0.0,0.814207438615,0.5,0.153725174569888,0.0,0.927473503173084,0.153725174569888,0.0,0.103652534598515,0.5,0.153725174569888,0.0,0.731713488255609,0.153725174569888,0.0,0.258729191800392,0.153725174569888,0.0,0.173826724103975,0.153725174569888,0.0,0.501486049125145,0.153725174569888,0.0,0.58531639266907,0.153725174569888,0.0,0.904664968758219,0.153725174569888,0.0,0.752187636781656,0.5,0.153725174569888,0.0,0.098648522744893,0,0.0267853832793521,0.695323798197558 -8663,0.5,0.153725174569888,0.0,0.193512676238415,0.153725174569888,0.0,0.263142125530762,0.153725174569888,0.0,0.718145526575409,0.153725174569888,0.0,0.443204347916865,0.153725174569888,0.0,0.774549285060121,0.153725174569888,0.0,0.89538813851589,0.153725174569888,0.0,0.902993892993806,0.153725174569888,0.0,0.778410457105249,0.5,0.153725174569888,0.0,0.925254559057419,0.153725174569888,0.0,0.100209609295668,0.5,0.153725174569888,0.0,0.788758071257772,0.153725174569888,0.0,0.196419300194538,0.153725174569888,0.0,0.169193029865758,0.153725174569888,0.0,0.50560464227367,0.153725174569888,0.0,0.582787614742195,0.153725174569888,0.0,0.92269161950208,0.153725174569888,0.0,0.766493576324575,0.5,0.153725174569888,0.0,0.0960211966891676,0,0.0219373278598351,0.725781677730824 -8664,0.5,0.153725174569888,0.0,0.167375169585941,0.153725174569888,0.0,0.244099497468582,0.153725174569888,0.0,0.701550052932432,0.153725174569888,0.0,0.451812045235265,0.153725174569888,0.0,0.772348129463849,0.153725174569888,0.0,0.915441922472876,0.153725174569888,0.0,0.921310033080828,0.153725174569888,0.0,0.798782923283817,0.5,0.153725174569888,0.0,0.926941381077874,0.153725174569888,0.0,0.0720227930091862,0.5,0.153725174569888,0.0,0.897497307289566,0.153725174569888,0.0,0.11829586286006,0.153725174569888,0.0,0.138123401305938,0.153725174569888,0.0,0.484914439261147,0.153725174569888,0.0,0.545523438043028,0.153725174569888,0.0,0.948201809464179,0.153725174569888,0.0,0.802587036930859,0.5,0.153725174569888,0.0,0.117591030298918,0,0.0151755100746312,0.724098528584717 -8665,0.5,0.153725174569888,0.0,0.1390821398193,0.153725174569888,0.0,0.170167702568931,0.153725174569888,0.0,0.699714256228707,0.153725174569888,0.0,0.460608840944061,0.153725174569888,0.0,0.747891030730578,0.153725174569888,0.0,0.931140731151482,0.153725174569888,0.0,0.92801390720336,0.153725174569888,0.0,0.834808528809369,0.5,0.153725174569888,0.0,0.941283171182085,0.153725174569888,0.0,0.0472283762274402,0.5,0.153725174569888,0.0,0.958009501043164,0.153725174569888,0.0,0.0769265596394532,0.153725174569888,0.0,0.102559776887606,0.153725174569888,0.0,0.420085312939998,0.153725174569888,0.0,0.479616837526138,0.153725174569888,0.0,0.943471779095581,0.153725174569888,0.0,0.830671341037479,0.5,0.153725174569888,0.0,0.160388165052778,0,0.00881229665905316,0.654896286684457 -8666,0.5,0.153725174569888,0.0,0.111591265045238,0.153725174569888,0.0,0.115804474694721,0.153725174569888,0.0,0.70587226203678,0.153725174569888,0.0,0.440906572822473,0.153725174569888,0.0,0.68084423450831,0.153725174569888,0.0,0.924399987151844,0.153725174569888,0.0,0.904574571552917,0.153725174569888,0.0,0.857234661539473,0.5,0.153725174569888,0.0,0.960276018991141,0.153725174569888,0.0,0.0311596433584588,0.5,0.153725174569888,0.0,0.981097585724904,0.153725174569888,0.0,0.0906732586377155,0.153725174569888,0.0,0.0761072207471901,0.153725174569888,0.0,0.336548666776984,0.153725174569888,0.0,0.390563275634174,0.153725174569888,0.0,0.935343157580343,0.153725174569888,0.0,0.850898068618513,0.5,0.153725174569888,0.0,0.227813759167699,0,0.0081703999968472,0.536444932416577 -8667,0.5,0.153725174569888,0.0,0.0881892350729719,0.153725174569888,0.0,0.0934429340107675,0.153725174569888,0.0,0.678622254586088,0.153725174569888,0.0,0.394525046006351,0.153725174569888,0.0,0.555395583954223,0.153725174569888,0.0,0.886302618537823,0.153725174569888,0.0,0.832858340115228,0.153725174569888,0.0,0.8488499438651,0.5,0.153725174569888,0.0,0.973091089247906,0.153725174569888,0.0,0.032769816018481,0.5,0.153725174569888,0.0,0.990184257297385,0.153725174569888,0.0,0.150606186871072,0.153725174569888,0.0,0.0539046581432123,0.153725174569888,0.0,0.271564276326513,0.153725174569888,0.0,0.299225965844222,0.153725174569888,0.0,0.908363385490944,0.153725174569888,0.0,0.865368306762501,0.5,0.153725174569888,0.0,0.28781548084389,0,0.0118686668787255,0.473925902255409 -8668,0.5,0.153725174569888,0.0,0.0715263744711648,0.153725174569888,0.0,0.0775500821656931,0.153725174569888,0.0,0.622834661781168,0.153725174569888,0.0,0.339943230364472,0.153725174569888,0.0,0.434393845953998,0.153725174569888,0.0,0.822787496910822,0.153725174569888,0.0,0.73647512467594,0.153725174569888,0.0,0.821883569231709,0.5,0.153725174569888,0.0,0.982815719461967,0.153725174569888,0.0,0.0585334218323596,0.5,0.153725174569888,0.0,0.998226160907757,0.153725174569888,0.0,0.225699883013535,0.153725174569888,0.0,0.036406809823951,0.153725174569888,0.0,0.207283550954671,0.153725174569888,0.0,0.236602398947525,0.153725174569888,0.0,0.884966305706552,0.153725174569888,0.0,0.862822336898113,0.5,0.153725174569888,0.0,0.345453492391764,0,0.0279675289848169,0.324694151501215 -8669,0.5,0.153725174569888,0.0,0.0634839526339384,0.153725174569888,0.0,0.0611810575940533,0.153725174569888,0.0,0.558614587264997,0.153725174569888,0.0,0.282856785197712,0.153725174569888,0.0,0.343981970884582,0.153725174569888,0.0,0.762580565218076,0.153725174569888,0.0,0.678600480956409,0.153725174569888,0.0,0.758076911574624,0.5,0.153725174569888,0.0,0.983824838529686,0.153725174569888,0.0,0.089044849166804,0.5,0.153725174569888,0.0,0.997122269955064,0.153725174569888,0.0,0.314394261476454,0.153725174569888,0.0,0.0307309385407996,0.153725174569888,0.0,0.154099752290317,0.153725174569888,0.0,0.195566315788607,0.153725174569888,0.0,0.854504996647241,0.153725174569888,0.0,0.850871180094078,0.5,0.153725174569888,0.0,0.376350780090209,0,0.0527041019088209,0.223615313639997 -8670,0.5,0.153725174569888,0.0,0.0574448949857284,0.153725174569888,0.0,0.0487357391040751,0.153725174569888,0.0,0.488274400900887,0.153725174569888,0.0,0.234299427602638,0.153725174569888,0.0,0.263290546798769,0.153725174569888,0.0,0.695032769096917,0.153725174569888,0.0,0.629660279596615,0.153725174569888,0.0,0.663112259049286,0.5,0.153725174569888,0.0,0.9716018868865,0.153725174569888,0.0,0.117832370969402,0.5,0.153725174569888,0.0,0.976296073390433,0.153725174569888,0.0,0.426928128201423,0.153725174569888,0.0,0.0336620240683166,0.153725174569888,0.0,0.108949342281753,0.153725174569888,0.0,0.161069666222104,0.153725174569888,0.0,0.814825165392183,0.153725174569888,0.0,0.83977955486639,0.5,0.153725174569888,0.0,0.442000932550566,0,0.0839943647958377,0.178173328856268 -8671,0.5,0.153725174569888,0.0,0.0520878066406502,0.153725174569888,0.0,0.028073414051267,0.153725174569888,0.0,0.416193236726447,0.153725174569888,0.0,0.199060997551434,0.153725174569888,0.0,0.18743791125084,0.153725174569888,0.0,0.630646794539516,0.153725174569888,0.0,0.571937386575579,0.153725174569888,0.0,0.592417988952698,0.5,0.153725174569888,0.0,0.956841052991926,0.153725174569888,0.0,0.180038116138067,0.5,0.153725174569888,0.0,0.937575524239076,0.153725174569888,0.0,0.546234964610044,0.153725174569888,0.0,0.0401913894247179,0.153725174569888,0.0,0.0747306884454153,0.153725174569888,0.0,0.126579451545237,0.153725174569888,0.0,0.773186591231364,0.153725174569888,0.0,0.837032050959624,0.5,0.153725174569888,0.0,0.543073647473163,0,0.157246992026585,0.119084301859321 -8672,0.5,0.153725174569888,0.0,0.0560228504915885,0.153725174569888,0.0,0.0258069513119483,0.153725174569888,0.0,0.376794918320506,0.153725174569888,0.0,0.172672265429324,0.153725174569888,0.0,0.141719744599074,0.153725174569888,0.0,0.547629344050955,0.153725174569888,0.0,0.457206135190189,0.153725174569888,0.0,0.539903419248891,0.5,0.153725174569888,0.0,0.942472128832494,0.153725174569888,0.0,0.259540441360969,0.5,0.153725174569888,0.0,0.917785016948,0.153725174569888,0.0,0.625026928285154,0.153725174569888,0.0,0.0565039670097843,0.153725174569888,0.0,0.0472917904639067,0.153725174569888,0.0,0.087720556861393,0.153725174569888,0.0,0.736823080365063,0.153725174569888,0.0,0.839572226012258,0.5,0.153725174569888,0.0,0.639531033215044,0,0.225643214367155,0.0988356848784324 -8673,0.5,0.153725174569888,4.24726650130024e-05,0.0638808413445462,0.153725174569888,0.0,0.0309918312886596,0.153725174569888,4.45858993656706e-05,0.33695144714417,0.153725174569888,0.00177454226687924,0.158931013211855,0.153725174569888,0.0,0.103463660752495,0.153725174569888,0.0,0.442068901133989,0.153725174569888,0.0,0.309252949467508,0.153725174569888,0.0,0.51057268726285,0.5,0.153725174569888,0.0,0.91204714485841,0.153725174569888,0.00213690686249753,0.518097053421756,0.5,0.153725174569888,0.0,0.895943647620345,0.153725174569888,0.000655513096256284,0.66523886831807,0.153725174569888,0.0,0.0718191605623805,0.153725174569888,0.0,0.0363652687727749,0.153725174569888,0.0,0.0567273079936925,0.153725174569888,0.0,0.68890867073078,0.153725174569888,0.00118156469814987,0.840725029834705,0.5,0.153725174569888,0.00386862767154791,0.693763737773866,0,0.217513785041743,0.141665909834189 -8674,0.5,0.153725174569888,0.0889546450120115,0.0729135695304251,0.153725174569888,0.0502497825589927,0.0301729158026491,0.153725174569888,0.0937013691285587,0.277962604866254,0.153725174569888,0.122454899505698,0.151661073974967,0.153725174569888,0.052091808144662,0.0746005725674273,0.153725174569888,0.0582680057229578,0.348654503588868,0.153725174569888,0.0732676360007764,0.199179327427606,0.153725174569888,0.0823597304367045,0.443819387506043,0.5,0.153725174569888,0.0696426092730014,0.907901971622206,0.153725174569888,0.0519746675810896,0.700368551217955,0.5,0.153725174569888,0.0531207210884014,0.890071696158922,0.153725174569888,0.0495877992570721,0.734280938912205,0.153725174569888,0.0214707746207964,0.074184772345077,0.153725174569888,0.0420710080050216,0.0271651307652441,0.153725174569888,0.0785710516426367,0.0439160205355659,0.153725174569888,0.0912640238180931,0.633337650652955,0.153725174569888,0.0843834612591121,0.864613211303808,0.5,0.153725174569888,0.05847170213709,0.74240506363457,0,0.257516083081494,0.231114683173475 -8675,0.5,0.153725174569888,0.23682025028344,0.0888154457824445,0.153725174569888,0.191512506878663,0.0344160723287288,0.153725174569888,0.249587041498948,0.254316282841549,0.153725174569888,0.276302336668174,0.130805335298603,0.153725174569888,0.223528675341833,0.0513542129994338,0.153725174569888,0.232142572196912,0.311065359819742,0.153725174569888,0.244146830047943,0.191909386361174,0.153725174569888,0.26079906777836,0.324442365168358,0.5,0.153725174569888,0.232616452758326,0.911163502649052,0.153725174569888,0.109069243414767,0.642786810204623,0.5,0.153725174569888,0.178493888537162,0.885558009786118,0.153725174569888,0.113854153284767,0.80261866387724,0.153725174569888,0.112816877459,0.0699641606207293,0.153725174569888,0.207821323133375,0.0183005708231918,0.153725174569888,0.243316869641677,0.03589626701774,0.153725174569888,0.267805746447118,0.606919556375794,0.153725174569888,0.23339880943305,0.903972971516403,0.5,0.153725174569888,0.11399494141576,0.7931017606046,0,0.289015774292571,0.246121482923979 -8676,0.5,0.153725174569888,0.337805934856185,0.107630389420418,0.153725174569888,0.303381408197325,0.0457328534567202,0.153725174569888,0.36941997819244,0.234611327729789,0.153725174569888,0.381714680423977,0.106268925485916,0.153725174569888,0.350887620194252,0.0286941098244234,0.153725174569888,0.364877495657892,0.264223438414726,0.153725174569888,0.371342741094443,0.170493646620295,0.153725174569888,0.397544848390047,0.26677376089097,0.5,0.153725174569888,0.371107975261407,0.840034741971384,0.153725174569888,0.150834158271744,0.644344896173536,0.5,0.153725174569888,0.350104681075062,0.897754372461504,0.153725174569888,0.166729234999685,0.849394697817755,0.153725174569888,0.191453941556131,0.0933922808928038,0.153725174569888,0.323232022150438,0.0184735198261059,0.153725174569888,0.360834036468858,0.0340229656608739,0.153725174569888,0.394505186387713,0.586941041891606,0.153725174569888,0.350691000851786,0.900267183763137,0.5,0.153725174569888,0.163703311600891,0.859872844177145,0,0.291370883139483,0.434985139854526 -8677,0.5,0.153725174569888,0.355805500543335,0.127600527417911,0.153725174569888,0.357961800137139,0.0636936678143381,0.153725174569888,0.418219559208282,0.176880020195434,0.153725174569888,0.416176325112032,0.0935039837189825,0.153725174569888,0.410387288413345,0.0175537751217919,0.153725174569888,0.430656748876751,0.17278416336601,0.153725174569888,0.4303250946513,0.122245960223902,0.153725174569888,0.462501497976879,0.220337687903056,0.5,0.153725174569888,0.458920010811921,0.741104103214677,0.153725174569888,0.159677970679803,0.712750474244481,0.5,0.153725174569888,0.421395570652939,0.84554210672263,0.153725174569888,0.19474499772156,0.901431897264384,0.153725174569888,0.193135922680124,0.138191893033633,0.153725174569888,0.374073009555055,0.0450391279411923,0.153725174569888,0.411029282691733,0.0403541902820413,0.153725174569888,0.450328803683583,0.527684996779352,0.153725174569888,0.397100046968821,0.865017864891768,0.5,0.153725174569888,0.185779543645031,0.903774674396091,0,0.298075396282098,0.524719218807668 -8678,0.5,0.153725174569888,0.27366203135809,0.127425894952826,0.153725174569888,0.233036821708759,0.0970527175717026,0.153725174569888,0.400002903373576,0.130632995174553,0.153725174569888,0.339933778610737,0.0840853344833593,0.153725174569888,0.395973098734553,0.0167995924627012,0.153725174569888,0.423284350142759,0.113744220573317,0.153725174569888,0.415919439751997,0.0871450938930137,0.153725174569888,0.451955919321275,0.130834857767254,0.5,0.153725174569888,0.463681904141747,0.65509243689889,0.153725174569888,0.136039096889046,0.762305388701813,0.5,0.153725174569888,0.418493210864108,0.749908829785714,0.153725174569888,0.191661008190493,0.908217070557588,0.153725174569888,0.150793739217897,0.162135633323694,0.153725174569888,0.352957018034713,0.128245379212281,0.153725174569888,0.385467343262209,0.0526079348337243,0.153725174569888,0.429964854016821,0.411141551551278,0.153725174569888,0.395743094910092,0.781771198438857,0.5,0.153725174569888,0.162303428418255,0.924831880727977,0,0.254196163323117,0.517365671688823 -8679,0.5,0.153725174569888,0.12894148089562,0.109727085774145,0.153725174569888,0.0679616871481473,0.114468165153757,0.153725174569888,0.273836224178081,0.101295191259914,0.153725174569888,0.162345306725628,0.0917320466618101,0.153725174569888,0.297677157745474,0.0198644197734995,0.153725174569888,0.336717853311534,0.0503269465131388,0.153725174569888,0.324649118702561,0.0551394452698285,0.153725174569888,0.319618708554441,0.100621980116373,0.5,0.153725174569888,0.346085285095667,0.498564541297929,0.153725174569888,0.0912698679429062,0.796492310949758,0.5,0.153725174569888,0.310043537900046,0.60251746489702,0.153725174569888,0.161627104336972,0.848313024048572,0.153725174569888,0.120287701932995,0.143581442528509,0.153725174569888,0.209427626419194,0.154164649716969,0.153725174569888,0.252199966843156,0.0601388555289002,0.153725174569888,0.297961833216916,0.278386488450132,0.153725174569888,0.276783261054507,0.592801486731719,0.5,0.153725174569888,0.111684655483388,0.878855232509917,0,0.210085590490366,0.377948047430768 -8680,0.5,0.153725174569888,0.0,0.0880872089159326,0.153725174569888,0.0,0.10572167636171,0.153725174569888,0.0,0.0972060745822388,0.153725174569888,0.0,0.106615271587484,0.153725174569888,0.00285022150983509,0.0245794690028435,0.153725174569888,0.0753845157106504,0.0150909595998641,0.153725174569888,0.0408821245373589,0.0239990221649314,0.153725174569888,0.0707188038231154,0.0836464694386267,0.5,0.153725174569888,0.0870971956936003,0.397003681414843,0.153725174569888,0.0384153734293928,0.778275246334792,0.5,0.153725174569888,0.0726186602253538,0.384825328377769,0.153725174569888,0.068597339964037,0.724665544652578,0.153725174569888,0.0,0.0940508046527056,0.153725174569888,0.0,0.139210584111247,0.153725174569888,0.0,0.0585902545945804,0.153725174569888,0.0202864961034425,0.211050149628657,0.153725174569888,0.0225403180915312,0.365579668055498,0.5,0.153725174569888,0.0172259803666929,0.717845344884658,0,0.17163994387415,0.263254979235414 -8681,0.5,0.153725174569888,0.0,0.0649062091796552,0.153725174569888,0.0,0.0708804445623788,0.153725174569888,0.0,0.101435980927159,0.153725174569888,0.0,0.113035165227731,0.153725174569888,0.0,0.0321436828650641,0.153725174569888,0.0,0.00854608654678087,0.153725174569888,0.0,0.00720348269385915,0.153725174569888,0.0,0.0547376610587042,0.5,0.153725174569888,0.0,0.341357110225693,0.153725174569888,0.0,0.639105019825903,0.5,0.153725174569888,0.0,0.314841087421729,0.153725174569888,0.0,0.548917318255904,0.153725174569888,0.0,0.0660037443967353,0.153725174569888,0.0,0.0988413342303586,0.153725174569888,0.0,0.0467483476615458,0.153725174569888,0.0,0.131110360093641,0.153725174569888,0.0,0.250776099523893,0.5,0.153725174569888,0.0,0.483604491037276,0,0.0968672386568607,0.134195356580316 -8682,0.5,0.153725174569888,0.0,0.0423370507317649,0.153725174569888,0.0,0.0490339278036154,0.153725174569888,0.0,0.0909897616510348,0.153725174569888,0.0,0.105686915171086,0.153725174569888,0.0,0.0337235160035502,0.153725174569888,0.0,0.0158963722002411,0.153725174569888,0.0,0.00995566401502204,0.153725174569888,0.0,0.0197054694081754,0.5,0.153725174569888,0.0,0.249664005502726,0.153725174569888,0.0,0.518472251588326,0.5,0.153725174569888,0.0,0.24010592363436,0.153725174569888,0.0,0.430690370359379,0.153725174569888,0.0,0.0426759227667111,0.153725174569888,0.0,0.057669966726358,0.153725174569888,0.0,0.0432464704433999,0.153725174569888,0.0,0.0561236978536598,0.153725174569888,0.0,0.175286580303395,0.5,0.153725174569888,0.0,0.302183973392395,0,0.0606589440797926,0.0708076612134983 -8683,0.5,0.153725174569888,0.0,0.0300281120990961,0.153725174569888,0.0,0.0460215838672649,0.153725174569888,0.0,0.0771795798087249,0.153725174569888,0.0,0.0859754084281702,0.153725174569888,0.0,0.0304725604690144,0.153725174569888,0.0,0.0221987963963917,0.153725174569888,0.0,0.0212833336845762,0.153725174569888,0.0,0.0100065864849506,0.5,0.153725174569888,0.0,0.142463683451318,0.153725174569888,0.0,0.397476596841482,0.5,0.153725174569888,0.0,0.136983885154036,0.153725174569888,0.0,0.335048958740619,0.153725174569888,0.0,0.0260550054469935,0.153725174569888,0.0,0.0355498790151985,0.153725174569888,0.0,0.0436823095513918,0.153725174569888,0.0,0.0319582156935106,0.153725174569888,0.0,0.107386572159971,0.5,0.153725174569888,0.0,0.181927993214982,0,0.0333544888598668,0.0346689648303229 -8684,0.5,0.153725174569888,0.0,0.0231678711942845,0.153725174569888,0.0,0.0420144616195387,0.153725174569888,0.0,0.0625144776983433,0.153725174569888,0.0,0.0571845875115704,0.153725174569888,0.0,0.0232170399696683,0.153725174569888,0.0,0.0303003912852189,0.153725174569888,0.0,0.027560823026218,0.153725174569888,0.0,0.0163751555899625,0.5,0.153725174569888,0.0,0.0824848308798077,0.153725174569888,0.0,0.280439190070341,0.5,0.153725174569888,0.0,0.0579133014875087,0.153725174569888,0.0,0.205158652410879,0.153725174569888,0.0,0.0077556766849355,0.153725174569888,0.0,0.0120785477492996,0.153725174569888,0.0,0.0472206056704117,0.153725174569888,0.0,0.029256216285622,0.153725174569888,0.0,0.0602158727855511,0.5,0.153725174569888,0.0,0.0951194754302856,0,0.027252872710005,0.0596925829068305 -8685,0.5,0.153725174569888,0.0,0.0190320251941354,0.153725174569888,0.0,0.0223379668590065,0.153725174569888,0.0,0.0591006612120135,0.153725174569888,0.0,0.0382063534514584,0.153725174569888,0.0,0.0122558765187623,0.153725174569888,0.0,0.0424194387276957,0.153725174569888,0.0,0.0309012330337065,0.153725174569888,0.0,0.0243862317037432,0.5,0.153725174569888,0.0,0.0520842090121462,0.153725174569888,0.0,0.164243033432292,0.5,0.153725174569888,0.0,0.0267407772919793,0.153725174569888,0.0,0.0971565612061822,0.153725174569888,0.0,0.00800044733177908,0.153725174569888,0.0,0.00301225745865599,0.153725174569888,0.0,0.0482860852512857,0.153725174569888,0.0,0.0262779454789437,0.153725174569888,0.0,0.0434695216953848,0.5,0.153725174569888,0.0,0.0435722294415677,0,0.0160270865925219,0.152113410660557 -8686,0.5,0.153725174569888,0.0,0.0161887451334407,0.153725174569888,0.0,0.0123994071592687,0.153725174569888,0.0,0.057931367770842,0.153725174569888,0.0,0.0256062068457501,0.153725174569888,0.0,0.00436427087596097,0.153725174569888,0.0,0.0506239504329403,0.153725174569888,0.0,0.030897028684488,0.153725174569888,0.0,0.0324426421378303,0.5,0.153725174569888,0.0,0.0455652185125207,0.153725174569888,0.0,0.0772775853315892,0.5,0.153725174569888,0.0,0.0189664724121295,0.153725174569888,0.0,0.0463646975117459,0.153725174569888,0.0,0.0370826552928975,0.153725174569888,0.0,0.00662668185988587,0.153725174569888,0.0,0.0424696489254912,0.153725174569888,0.0,0.0246286423458432,0.153725174569888,0.0,0.0426246618426244,0.5,0.153725174569888,0.0,0.0257660911316368,0,0.0162265721412887,0.233667311493039 -8687,0.5,0.153725174569888,0.0,0.020386357798864,0.153725174569888,0.0,0.023611392461971,0.153725174569888,0.0,0.055543986623586,0.153725174569888,0.0,0.0177597407263638,0.153725174569888,0.0,0.00619209286307917,0.153725174569888,0.0,0.04923468361267,0.153725174569888,0.0,0.0343612041281161,0.153725174569888,0.0,0.0413490250170961,0.5,0.153725174569888,0.0,0.0424484251055771,0.153725174569888,0.0,0.0286788785358759,0.5,0.153725174569888,0.0,0.0173862338970556,0.153725174569888,0.0,0.0377692205472242,0.153725174569888,0.0,0.121509843023577,0.153725174569888,0.0,0.0403937772577561,0.153725174569888,0.0,0.0386135204770652,0.153725174569888,0.0,0.0220703402859904,0.153725174569888,0.0,0.046162971780681,0.5,0.153725174569888,0.0,0.0275825182056219,0,0.069657161489278,0.333791364701281 -8688,0.5,0.153725174569888,0.0,0.0327983706656043,0.153725174569888,0.0,0.0587600805343496,0.153725174569888,0.0,0.0556329739099142,0.153725174569888,0.0,0.0151093065123847,0.153725174569888,0.0,0.0203315715545012,0.153725174569888,0.0,0.0463437896182782,0.153725174569888,0.0,0.0410927069433305,0.153725174569888,0.0,0.0522861674779015,0.5,0.153725174569888,0.0,0.0336157089859767,0.153725174569888,0.0,0.00891183785706596,0.5,0.153725174569888,0.0,0.0206903474994326,0.153725174569888,0.0,0.0217750231698517,0.153725174569888,0.0,0.219252004008869,0.153725174569888,0.0,0.0857383411808391,0.153725174569888,0.0,0.0447422046674878,0.153725174569888,0.0,0.0216829071839505,0.153725174569888,0.0,0.0516807074748886,0.5,0.153725174569888,0.0,0.0360470899158533,0,0.184991093819198,0.488023738406532 -8689,0.5,0.153725174569888,0.0,0.0526634207990316,0.153725174569888,0.0,0.110612052812908,0.153725174569888,0.0,0.0616268286111151,0.153725174569888,0.0,0.0188815115100347,0.153725174569888,0.0,0.035927485304491,0.153725174569888,0.0,0.0553906685120746,0.153725174569888,0.0,0.0453419807594613,0.153725174569888,0.0,0.0615485795380934,0.5,0.153725174569888,0.0,0.0217135104560484,0.153725174569888,0.0,0.00698700728835241,0.5,0.153725174569888,0.0,0.0215767712651947,0.153725174569888,0.0,0.0175626647949098,0.153725174569888,0.0,0.316324967984391,0.153725174569888,0.0,0.141096557934745,0.153725174569888,0.0,0.0663588169943492,0.153725174569888,0.0,0.0224137314577716,0.153725174569888,0.0,0.0559943634504715,0.5,0.153725174569888,0.0,0.0601257809303326,0,0.226950901281749,0.667585196130792 -8690,0.5,0.153725174569888,0.0,0.0839515878975273,0.153725174569888,0.0,0.192463411241889,0.153725174569888,0.0,0.0731407202511047,0.153725174569888,0.0,0.0297724804720569,0.153725174569888,0.0,0.0581702374349204,0.153725174569888,0.0,0.0734563512510791,0.153725174569888,0.0,0.0539879389980963,0.153725174569888,0.0,0.0835659418632886,0.5,0.153725174569888,0.0,0.0161340128263397,0.153725174569888,0.0,0.00931183420610862,0.5,0.153725174569888,0.0,0.0184780548030673,0.153725174569888,0.0,0.0177990458463927,0.153725174569888,0.0,0.446185875927657,0.153725174569888,0.0,0.207206747625548,0.153725174569888,0.0,0.0972692035491143,0.153725174569888,0.0,0.0248915793863737,0.153725174569888,0.0,0.0550252203610802,0.5,0.153725174569888,0.0,0.0836812092673311,0,0.448819128762684,0.916876925114022 -8691,0.5,0.153725174569888,0.0,0.125122169062564,0.153725174569888,0.0,0.285277584700398,0.153725174569888,0.0,0.0851370630180567,0.153725174569888,0.0,0.0438375477715531,0.153725174569888,0.0,0.0870682239456407,0.153725174569888,0.0,0.0956072815901049,0.153725174569888,0.0,0.0651300904761432,0.153725174569888,0.0,0.112063681381876,0.5,0.153725174569888,0.0,0.0140635263537016,0.153725174569888,0.0,0.0152722036961249,0.5,0.153725174569888,0.0,0.0203383700623892,0.153725174569888,0.0,0.0194948791799948,0.153725174569888,0.0,0.555968830006909,0.153725174569888,0.0,0.279075107012118,0.153725174569888,0.0,0.130787225590985,0.153725174569888,0.0,0.030456777804778,0.153725174569888,0.0,0.0581328306674479,0.5,0.153725174569888,0.0,0.110890135702293,0,0.66156293393622,1.00162646708083 -8692,0.5,0.153725174569888,0.0,0.161699757597826,0.153725174569888,0.0,0.417235137995974,0.153725174569888,0.0,0.10705109747867,0.153725174569888,0.0,0.0585716258004193,0.153725174569888,0.0,0.124438041405293,0.153725174569888,0.0,0.11454075470476,0.153725174569888,0.0,0.0755728949065988,0.153725174569888,0.0,0.143919292808837,0.5,0.153725174569888,0.0,0.0179162938873758,0.153725174569888,0.0,0.0245953248930687,0.5,0.153725174569888,0.0,0.025808257567741,0.153725174569888,0.0,0.0206175691409468,0.153725174569888,0.0,0.589991240951653,0.153725174569888,0.0,0.373487790078238,0.153725174569888,0.0,0.165785636762785,0.153725174569888,0.0,0.0357762173971663,0.153725174569888,0.0,0.061263618084076,0.5,0.153725174569888,0.0,0.136653041392775,0,0.61524498716967,1.00371391975101 -8693,0.5,0.153725174569888,0.0,0.184783802272032,0.153725174569888,0.0,0.505615842180076,0.153725174569888,0.0,0.121396585782355,0.153725174569888,0.0,0.0821425903114691,0.153725174569888,0.0,0.164510680996678,0.153725174569888,0.0,0.122279789754442,0.153725174569888,0.0,0.0911110268420071,0.153725174569888,0.0,0.171863379127839,0.5,0.153725174569888,0.0,0.0246586506558472,0.153725174569888,0.0,0.0391957478142087,0.5,0.153725174569888,0.0,0.0396504513289678,0.153725174569888,0.0,0.021295587687144,0.153725174569888,0.0,0.564083485471937,0.153725174569888,0.0,0.443004753267795,0.153725174569888,0.0,0.221563071309845,0.153725174569888,0.0,0.0421631986932872,0.153725174569888,0.0,0.070561681988371,0.5,0.153725174569888,0.0,0.162751792882108,0,0.536321037384326,1.0040147292006 -8694,0.5,0.153725174569888,0.0,0.219164063618539,0.153725174569888,0.0,0.481822864538113,0.153725174569888,0.0,0.124514064513219,0.153725174569888,0.0,0.106012757543961,0.153725174569888,0.0,0.239602385222712,0.153725174569888,0.0,0.1326789356917,0.153725174569888,0.0,0.119617017860956,0.153725174569888,0.0,0.158196910836575,0.5,0.153725174569888,0.0,0.0383759790307695,0.153725174569888,0.0,0.0543381448155716,0.5,0.153725174569888,0.0,0.0587400635557407,0.153725174569888,0.0,0.0342852102277487,0.153725174569888,0.0,0.426527050821865,0.153725174569888,0.0,0.502516213014319,0.153725174569888,0.0,0.278961133799519,0.153725174569888,0.0,0.042675258200643,0.153725174569888,0.0,0.0893554115193948,0.5,0.153725174569888,0.0,0.17474612003,0,0.614632593633862,1.00408115679755 -8695,0.5,0.153725174569888,0.0,0.245537364643852,0.153725174569888,0.0,0.563383900396131,0.153725174569888,0.0,0.135099935034592,0.153725174569888,0.0,0.139383927377521,0.153725174569888,0.0,0.402118081340901,0.153725174569888,0.0,0.177553607156435,0.153725174569888,0.0,0.174222859684813,0.153725174569888,0.0,0.106935392498236,0.5,0.153725174569888,0.0,0.0525093748105847,0.153725174569888,0.0,0.077888775020872,0.5,0.153725174569888,0.0,0.0851840677272229,0.153725174569888,0.0,0.0357922168811856,0.153725174569888,0.0,0.356703351773425,0.153725174569888,0.0,0.556428248686342,0.153725174569888,0.0,0.347333503143767,0.153725174569888,0.0,0.0504866387486869,0.153725174569888,0.0,0.11761591983539,0.5,0.153725174569888,0.0,0.211306810632056,0,0.552754479565705,1.00346855848192 -8696,0.5,0.153725174569888,0.0,0.241993115222328,0.153725174569888,0.0,0.664339959220047,0.153725174569888,0.0,0.169316328652467,0.153725174569888,0.0,0.201215837385603,0.153725174569888,0.0,0.590183686169537,0.153725174569888,0.0,0.282752155836203,0.153725174569888,0.0,0.287039283705252,0.153725174569888,0.0,0.122149880220866,0.5,0.153725174569888,0.0,0.04895433974895,0.153725174569888,0.0,0.108488822169559,0.5,0.153725174569888,0.0,0.12805985049511,0.153725174569888,0.0,0.0577593076245708,0.153725174569888,0.0,0.434330654425212,0.153725174569888,0.0,0.493476688374722,0.153725174569888,0.0,0.471126562504473,0.153725174569888,0.0,0.0703352517171476,0.153725174569888,0.0,0.147625869114378,0.5,0.153725174569888,0.0,0.241495019869351,0,0.250444948671432,1.00510023487077 -8697,0.5,0.153725174569888,8.84036238121413e-06,0.213313921056976,0.153725174569888,0.0,0.236220962552008,0.153725174569888,4.75482738675914e-05,0.235164007753729,0.153725174569888,0.000768124643342659,0.253547752645975,0.153725174569888,0.0,0.508762511299148,0.153725174569888,0.0,0.410024303905829,0.153725174569888,0.0,0.50907465376095,0.153725174569888,0.0,0.173790531914808,0.5,0.153725174569888,0.0,0.0524280810508792,0.153725174569888,0.00281351900646757,0.158439426777632,0.5,0.153725174569888,0.0,0.173021634003243,0.153725174569888,0.00101948432439155,0.0834681814785591,0.153725174569888,0.0,0.413442006593427,0.153725174569888,0.0,0.524952052094653,0.153725174569888,0.0,0.512399541371138,0.153725174569888,0.0,0.117654686675619,0.153725174569888,0.00107697249470467,0.193095069993867,0.5,0.153725174569888,0.0042296277404917,0.326017653993123,0,0.185896454111989,1.00731295844726 -8698,0.5,0.153725174569888,0.017250511366491,0.182415299333445,0.153725174569888,0.0133626097228948,0.205819610535198,0.153725174569888,0.0436740720502978,0.34218209619379,0.153725174569888,0.0390642312181026,0.352645677632336,0.153725174569888,0.00341816098847641,0.41047767977978,0.153725174569888,0.0096345425990164,0.51039851175749,0.153725174569888,0.00674637750775753,0.765098660774916,0.153725174569888,0.0288339019685619,0.314522124833819,0.5,0.153725174569888,0.0341534918774671,0.0917940310343819,0.153725174569888,0.077409850114383,0.279449196638378,0.5,0.153725174569888,0.050506510822813,0.367917423588379,0.153725174569888,0.0862695865638154,0.137674129486045,0.153725174569888,0.0150837104517481,0.461690837856403,0.153725174569888,0.00345064930795868,0.547112848840692,0.153725174569888,0.00829330635562066,0.487958483865725,0.153725174569888,0.0246973588108414,0.33890946701432,0.153725174569888,0.0622716730713246,0.341718684866525,0.5,0.153725174569888,0.0701305419602909,0.532450102099531,0,0.855544007098711,1.0082485047606 -8699,0.5,0.153725174569888,0.045277716209158,0.193950193249981,0.153725174569888,0.112979002271888,0.220923938036165,0.153725174569888,0.0775566849301752,0.531585080772579,0.153725174569888,0.0844783105961497,0.430614124596145,0.153725174569888,0.032818550328365,0.424972887533309,0.153725174569888,0.0358179263555096,0.486910174477103,0.153725174569888,0.0276938560662954,0.768463954703256,0.153725174569888,0.0828773521513404,0.652244298839836,0.5,0.153725174569888,0.104866467665233,0.174718114290942,0.153725174569888,0.207944802892087,0.420569582458697,0.5,0.153725174569888,0.127354966014426,0.743813240958747,0.153725174569888,0.178132048873754,0.266998211636644,0.153725174569888,0.105259867803116,0.551809328671566,0.153725174569888,0.0485849797288882,0.566604503811566,0.153725174569888,0.0272251036868306,0.399817757074617,0.153725174569888,0.0532581325172959,0.561167671283099,0.153725174569888,0.140081916034944,0.59351817593381,0.5,0.153725174569888,0.145941215780631,0.704126830948384,0,0.898037988058497,1.00854946997594 -8700,0.5,0.153725174569888,0.0774495061352839,0.292277275368009,0.153725174569888,0.1281087030057,0.418839610307869,0.153725174569888,0.0733333327571321,0.651586998956617,0.153725174569888,0.102326600520146,0.424469403174239,0.153725174569888,0.0584724916205842,0.442653185546849,0.153725174569888,0.0541643498461262,0.41485184893513,0.153725174569888,0.045053543075845,0.721704886386259,0.153725174569888,0.0969969406693829,0.895640232933381,0.5,0.153725174569888,0.151508464933651,0.431457351866179,0.153725174569888,0.31039122880361,0.575255750569807,0.5,0.153725174569888,0.163034463464868,0.865525776242052,0.153725174569888,0.236044175442296,0.493767172664694,0.153725174569888,0.0785602262868829,0.604870391645968,0.153725174569888,0.0975356274090266,0.591742881741131,0.153725174569888,0.0517229977265836,0.337848453744498,0.153725174569888,0.0703830942544852,0.695006516539073,0.153725174569888,0.161310514227414,0.788655389307878,0.5,0.153725174569888,0.195946266716409,0.853740132743353,0,0.873372205710365,1.00043110177166 -8701,0.5,0.153725174569888,0.100785876911414,0.419090903305508,0.153725174569888,0.0349346817856809,0.474086741001096,0.153725174569888,0.0587650971755251,0.674724550724971,0.153725174569888,0.0906673912064664,0.499497315427958,0.153725174569888,0.0543388773661615,0.40282041660226,0.153725174569888,0.0593082798099961,0.399607104821557,0.153725174569888,0.0459778221334887,0.722736483723852,0.153725174569888,0.0882910854306178,0.850956794272186,0.5,0.153725174569888,0.160750354347958,0.760478554799729,0.153725174569888,0.316343275820413,0.751709275074262,0.5,0.153725174569888,0.156901929831138,0.986979679530825,0.153725174569888,0.22681444015624,0.601370426184757,0.153725174569888,0.0374428249244895,0.54369181908572,0.153725174569888,0.0957747421795266,0.623669435571535,0.153725174569888,0.0592160830669912,0.40892046713594,0.153725174569888,0.0712220477884764,0.80384554467785,0.153725174569888,0.136603406541287,0.917142000975213,0.5,0.153725174569888,0.210333063687644,0.921496247715084,0,0.743709587574773,0.948692583573432 -8702,0.5,0.153725174569888,0.112954724211083,0.496181811460168,0.153725174569888,0.0216278508791237,0.430265339890685,0.153725174569888,0.0332558755412,0.536569247094,0.153725174569888,0.064307174808056,0.469599184834412,0.153725174569888,0.0574235482308637,0.358680313693956,0.153725174569888,0.0455253310851237,0.39831337830899,0.153725174569888,0.0362470858265877,0.679760131990623,0.153725174569888,0.0717164624363978,0.726804327102063,0.5,0.153725174569888,0.119367560713061,0.903966928504014,0.153725174569888,0.207364879063164,0.913593099319934,0.5,0.153725174569888,0.118984414528499,1.01973868253854,0.153725174569888,0.169073798521331,0.711875943478901,0.153725174569888,0.0439356921743589,0.483001523305249,0.153725174569888,0.0644199413298798,0.639720341245414,0.153725174569888,0.0483828649021145,0.481764480003487,0.153725174569888,0.0562548748880787,0.716743603662743,0.153725174569888,0.101798048892593,0.966778459366388,0.5,0.153725174569888,0.166132726785944,0.972274361162576,0,0.575388054816116,0.889699453440425 -8703,0.5,0.153725174569888,0.0761911439954857,0.42437630428716,0.153725174569888,0.0126616962600439,0.49201029084147,0.153725174569888,0.0116661985146787,0.454248349971105,0.153725174569888,0.0329886466797243,0.47119141516847,0.153725174569888,0.0263850067293972,0.39489685980338,0.153725174569888,0.0260694274521656,0.401548449628178,0.153725174569888,0.021138641476289,0.635575572735942,0.153725174569888,0.045346218893494,0.556427951751238,0.5,0.153725174569888,0.0651677043478068,0.874173623265738,0.153725174569888,0.104249188781529,0.950028830045431,0.5,0.153725174569888,0.0675061563826242,1.01850906673083,0.153725174569888,0.099874679586565,0.765634482631648,0.153725174569888,0.0418904585071565,0.336788147001331,0.153725174569888,0.0170942176949416,0.58244294825131,0.153725174569888,0.0117787892810843,0.532825636036808,0.153725174569888,0.0312231612156719,0.722023219900277,0.153725174569888,0.0595198794299367,0.968616423800376,0.5,0.153725174569888,0.0820053593076235,0.972955402759942,0,0.354317206942463,0.806922436568065 -8704,0.5,0.153725174569888,0.0,0.313782500327513,0.153725174569888,0.0,0.448150589136108,0.153725174569888,0.0,0.537436265313089,0.153725174569888,0.0,0.549659508891968,0.153725174569888,0.000465746018317768,0.44269932723577,0.153725174569888,0.00646380984276919,0.399691403029405,0.153725174569888,0.00212195333427138,0.613927538192545,0.153725174569888,0.0118223225366935,0.560174690947274,0.5,0.153725174569888,0.0211235435642949,0.77834999942291,0.153725174569888,0.0325456948478938,0.938834118818704,0.5,0.153725174569888,0.021027001516032,1.01541269631892,0.153725174569888,0.0339082554944129,0.710261616457047,0.153725174569888,0.0,0.191464285151788,0.153725174569888,0.0,0.430154290683212,0.153725174569888,0.0,0.510807709007797,0.153725174569888,0.00550486808174022,0.738323107719037,0.153725174569888,0.00968657602796057,0.903995823088752,0.5,0.153725174569888,0.0147641448501382,0.959526984291885,0,0.230775827473628,0.68955372277791 -8705,0.5,0.153725174569888,0.0,0.205179754317825,0.153725174569888,0.0,0.215977758588752,0.153725174569888,0.0,0.695361284648851,0.153725174569888,0.0,0.668217839735831,0.153725174569888,0.0,0.372288249237834,0.153725174569888,0.0,0.357209517490965,0.153725174569888,0.0,0.609477248479176,0.153725174569888,0.0,0.505095665646226,0.5,0.153725174569888,0.0,0.59741822382819,0.153725174569888,0.0,0.93298601907296,0.5,0.153725174569888,0.0,0.946067206154632,0.153725174569888,4.59091456689982e-06,0.653534740603877,0.153725174569888,0.0,0.0731972248303256,0.153725174569888,0.0,0.280038873620604,0.153725174569888,0.0,0.412794168153589,0.153725174569888,0.0,0.65361258716817,0.153725174569888,0.0,0.746027660059728,0.5,0.153725174569888,0.0,0.941809580387925,0,0.14978327133005,0.425575811795855 -8706,0.5,0.153725174569888,0.0,0.132417308174568,0.153725174569888,0.0,0.0566788348187119,0.153725174569888,0.0,0.754344829467185,0.153725174569888,0.0,0.601557592220592,0.153725174569888,0.0,0.283220946812263,0.153725174569888,0.0,0.305223346511212,0.153725174569888,0.0,0.523322147386051,0.153725174569888,0.0,0.473606243464376,0.5,0.153725174569888,0.0,0.443907793701874,0.153725174569888,0.0,0.938469826474398,0.5,0.153725174569888,0.0,0.880497068487053,0.153725174569888,0.0,0.623815814601526,0.153725174569888,0.0,0.0184850417304773,0.153725174569888,0.0,0.159777052306773,0.153725174569888,0.0,0.270046576145401,0.153725174569888,0.0,0.598450091422843,0.153725174569888,0.0,0.751508401378955,0.5,0.153725174569888,0.0,0.941655456752498,0,0.1006572989896,0.183573399407297 -8707,0.5,0.153725174569888,0.0,0.0849233975678863,0.153725174569888,0.0,0.00987472978855371,0.153725174569888,0.0,0.609605778385751,0.153725174569888,0.0,0.498018106024009,0.153725174569888,0.0,0.198217588749893,0.153725174569888,0.0,0.247284561897632,0.153725174569888,0.0,0.403067943776375,0.153725174569888,0.0,0.430228369026852,0.5,0.153725174569888,0.0,0.353519309137002,0.153725174569888,0.0,0.921203819863338,0.5,0.153725174569888,0.0,0.482850714225245,0.153725174569888,0.0,0.518929797602895,0.153725174569888,0.0,0.00185682337761038,0.153725174569888,0.0,0.0743074634806893,0.153725174569888,0.0,0.15023270461229,0.153725174569888,0.0,0.585131198428565,0.153725174569888,0.0,0.703586767178508,0.5,0.153725174569888,0.0,0.974799674759226,0,0.0623615574123818,0.112146557192621 -8708,0.5,0.153725174569888,0.0,0.0552572845010792,0.153725174569888,0.0,0.00188112814452549,0.153725174569888,0.0,0.446058454782026,0.153725174569888,0.0,0.361670274228113,0.153725174569888,0.0,0.108490162908599,0.153725174569888,0.0,0.186702825017559,0.153725174569888,0.0,0.297459424716836,0.153725174569888,0.0,0.423126841834178,0.5,0.153725174569888,0.0,0.413456267434072,0.153725174569888,0.0,0.882045448758942,0.5,0.153725174569888,0.0,0.34076150998802,0.153725174569888,0.0,0.458417867282015,0.153725174569888,0.0,0.000873582067022137,0.153725174569888,0.0,0.0236911522420876,0.153725174569888,0.0,0.0725234662117944,0.153725174569888,0.0,0.566858648360498,0.153725174569888,0.0,0.719930604625497,0.5,0.153725174569888,0.0,0.974627904070628,0,0.0348245001982293,0.101884655794544 -8709,0.5,0.153725174569888,0.0,0.0439333787570059,0.153725174569888,0.0,0.00179328710813397,0.153725174569888,0.0,0.321930903324456,0.153725174569888,0.0,0.221642087338299,0.153725174569888,0.0,0.0419708947438719,0.153725174569888,0.0,0.0964023640872835,0.153725174569888,0.0,0.184119788981523,0.153725174569888,0.0,0.380508987797389,0.5,0.153725174569888,0.0,0.511023104757887,0.153725174569888,0.0,0.826944621502341,0.5,0.153725174569888,0.0,0.598982045048232,0.153725174569888,0.0,0.35119008285661,0.153725174569888,0.0,0.00473653735527217,0.153725174569888,0.0,0.00329751709499218,0.153725174569888,0.0,0.026168530664126,0.153725174569888,0.0,0.468223524913123,0.153725174569888,0.0,0.707915104594049,0.5,0.153725174569888,0.0,0.91795410459442,0,0.0253754494355155,0.14139903731427 -8710,0.5,0.153725174569888,0.0,0.0381632173344939,0.153725174569888,0.0,0.00603000972107736,0.153725174569888,0.0,0.239057768253324,0.153725174569888,0.0,0.124787943300801,0.153725174569888,0.0,0.00931457835262319,0.153725174569888,0.0,0.0380231589843682,0.153725174569888,0.0,0.0906407545855396,0.153725174569888,0.0,0.270789245863481,0.5,0.153725174569888,0.0,0.517422723684782,0.153725174569888,0.0,0.668863846409186,0.5,0.153725174569888,0.0,0.633812217037416,0.153725174569888,0.0,0.224135699640723,0.153725174569888,0.0,0.0253121227877309,0.153725174569888,0.0,0.000683021947216114,0.153725174569888,0.0,0.0101588113453216,0.153725174569888,0.0,0.352325330624685,0.153725174569888,0.0,0.622966189667733,0.5,0.153725174569888,0.0,0.744962910954267,0,0.0190172502329428,0.185193417924049 -8711,0.5,0.153725174569888,0.0,0.0347982273327695,0.153725174569888,0.0,0.00911186593331168,0.153725174569888,0.0,0.147563598875104,0.153725174569888,0.0,0.0750578075822847,0.153725174569888,0.0,0.00100482914623185,0.153725174569888,0.0,0.0167313170311948,0.153725174569888,0.0,0.0396934871985673,0.153725174569888,0.0,0.187534858635962,0.5,0.153725174569888,0.0,0.442489199547538,0.153725174569888,0.0,0.510075138601253,0.5,0.153725174569888,0.0,0.502699823933802,0.153725174569888,0.0,0.217767528190042,0.153725174569888,0.0,0.0618659086568101,0.153725174569888,0.0,0.00422532990925788,0.153725174569888,0.0,0.00499503327972186,0.153725174569888,0.0,0.200536316852211,0.153725174569888,0.0,0.489752371563124,0.5,0.153725174569888,0.0,0.634895822368208,0,0.0130828153497127,0.279239593457072 -8712,0.5,0.153725174569888,0.0,0.0282839797398513,0.153725174569888,0.0,0.0202241579995307,0.153725174569888,0.0,0.0701465193109336,0.153725174569888,0.0,0.0576362964776645,0.153725174569888,0.0,0.00101793638990578,0.153725174569888,0.0,0.007462374385251,0.153725174569888,0.0,0.0159731819619146,0.153725174569888,0.0,0.110067350671003,0.5,0.153725174569888,0.0,0.319539901405198,0.153725174569888,0.0,0.396909099684447,0.5,0.153725174569888,0.0,0.288760167998774,0.153725174569888,0.0,0.250161402728958,0.153725174569888,0.0,0.112521701862862,0.153725174569888,0.0,0.0209036833097071,0.153725174569888,0.0,0.00367694842693133,0.153725174569888,0.0,0.0948659117646313,0.153725174569888,0.0,0.335971837064071,0.5,0.153725174569888,0.0,0.494553525421434,0,0.00702960501843387,0.617339391150134 -8713,0.5,0.153725174569888,0.0,0.0223264206393805,0.153725174569888,0.0,0.0308707701658248,0.153725174569888,0.0,0.0274384225863529,0.153725174569888,0.0,0.0433777215880779,0.153725174569888,0.0,0.00733405747401613,0.153725174569888,0.0,0.00412957647138223,0.153725174569888,0.0,0.00497231460502083,0.153725174569888,0.0,0.0633806796156823,0.5,0.153725174569888,0.0,0.214952673210001,0.153725174569888,0.0,0.225240706186939,0.5,0.153725174569888,0.0,0.165533678083449,0.153725174569888,0.0,0.281083368318389,0.153725174569888,0.0,0.164571781356278,0.153725174569888,0.0,0.0626638702642194,0.153725174569888,0.0,0.00514786264223465,0.153725174569888,0.0,0.0429272675852707,0.153725174569888,0.0,0.21304472298491,0.5,0.153725174569888,0.0,0.366760599432222,0,0.00905150165003978,0.831079985444627 -8714,0.5,0.153725174569888,0.0,0.0170236736077027,0.153725174569888,0.0,0.0606890797872316,0.153725174569888,0.0,0.0139101594817234,0.153725174569888,0.0,0.0355305640799253,0.153725174569888,0.0,0.0232679250792139,0.153725174569888,0.0,0.00465161544247167,0.153725174569888,0.0,0.00171811568724915,0.153725174569888,0.0,0.0325499803624773,0.5,0.153725174569888,0.0,0.136721756932429,0.153725174569888,0.0,0.107967969077276,0.5,0.153725174569888,0.0,0.0751025886404855,0.153725174569888,0.0,0.183911153040953,0.153725174569888,0.0,0.278615756947654,0.153725174569888,0.0,0.12084565809679,0.153725174569888,0.0,0.0119054049220653,0.153725174569888,0.0,0.015126565076097,0.153725174569888,0.0,0.101281631183892,0.5,0.153725174569888,0.0,0.208867547917405,0,0.0264790031694021,0.859517003788934 -8715,0.5,0.153725174569888,0.0,0.0153125651318774,0.153725174569888,0.0,0.121729248233473,0.153725174569888,0.0,0.0115341442482722,0.153725174569888,0.0,0.0294957854090616,0.153725174569888,0.0,0.0564117280832108,0.153725174569888,0.0,0.00994478457822901,0.153725174569888,0.0,0.0032631420746984,0.153725174569888,0.0,0.0143116549594745,0.5,0.153725174569888,0.0,0.0701027143801274,0.153725174569888,0.0,0.0741302400951291,0.5,0.153725174569888,0.0,0.020307552386978,0.153725174569888,0.0,0.0788904167312137,0.153725174569888,0.0,0.287414963810121,0.153725174569888,0.0,0.170576457342365,0.153725174569888,0.0,0.0262513364470958,0.153725174569888,0.0,0.00412956959578821,0.153725174569888,0.0,0.0438928565122608,0.5,0.153725174569888,0.0,0.114898196037038,0,0.0349547423201447,0.798366436679217 -8716,0.5,0.153725174569888,0.0,0.0178384668047048,0.153725174569888,0.0,0.173244504989244,0.153725174569888,0.0,0.0119563759724262,0.153725174569888,0.0,0.0273674020503936,0.153725174569888,0.0,0.10495185774689,0.153725174569888,0.0,0.0239579980185092,0.153725174569888,0.0,0.0120791622464269,0.153725174569888,0.0,0.00772209703263306,0.5,0.153725174569888,0.0,0.0251063600703824,0.153725174569888,0.0,0.0466575117825755,0.5,0.153725174569888,0.0,0.00223129784021537,0.153725174569888,0.0,0.0288421367493246,0.153725174569888,0.0,0.221959829264787,0.153725174569888,0.0,0.232513521964753,0.153725174569888,0.0,0.0509710889364335,0.153725174569888,0.0,0.000815601602718805,0.153725174569888,0.0,0.0184872730899496,0.5,0.153725174569888,0.0,0.0804842370197136,0,0.0550089810890059,0.735076067358122 -8717,0.5,0.153725174569888,0.0,0.0264110137464519,0.153725174569888,0.0,0.257479186367959,0.153725174569888,0.0,0.0180472841756235,0.153725174569888,0.0,0.0278885022026217,0.153725174569888,0.0,0.146823253886868,0.153725174569888,0.0,0.0457632481599066,0.153725174569888,0.0,0.034488018875786,0.153725174569888,0.0,0.00806737591935251,0.5,0.153725174569888,0.0,0.00600937142167238,0.153725174569888,0.0,0.0229097415771536,0.5,0.153725174569888,0.0,0.000265369470630223,0.153725174569888,0.0,0.00652367422212918,0.153725174569888,0.0,0.187130569715397,0.153725174569888,0.0,0.283708528444262,0.153725174569888,0.0,0.0789711233938914,0.153725174569888,0.0,0.00290270627170932,0.153725174569888,0.0,0.00933332503836913,0.5,0.153725174569888,0.0,0.0494211564319693,0,0.10857892042886,0.729734076613246 -8718,0.5,0.153725174569888,0.0,0.0431120660704018,0.153725174569888,0.0,0.282413477859161,0.153725174569888,0.0,0.0277007959777391,0.153725174569888,0.0,0.0259650453849707,0.153725174569888,0.0,0.156897672887434,0.153725174569888,0.0,0.0697617925632011,0.153725174569888,0.0,0.0766476910589239,0.153725174569888,0.0,0.011865867814385,0.5,0.153725174569888,0.0,0.00155216220430634,0.153725174569888,0.0,0.00834075124030938,0.5,0.153725174569888,0.0,4.20266207153139e-05,0.153725174569888,0.0,0.00223480934492953,0.153725174569888,0.0,0.173653784061186,0.153725174569888,0.0,0.260647766897819,0.153725174569888,0.0,0.119677841999578,0.153725174569888,0.0,0.0111716805196197,0.153725174569888,0.0,0.00519975483812709,0.5,0.153725174569888,0.0,0.0339249280669371,0,0.216507906846565,0.764695308680591 -8719,0.5,0.153725174569888,0.0,0.0640542258592635,0.153725174569888,0.0,0.22980539359235,0.153725174569888,0.0,0.0338208154938328,0.153725174569888,0.0,0.0257893616451436,0.153725174569888,0.0,0.14732370592709,0.153725174569888,0.0,0.0818189153875504,0.153725174569888,0.0,0.143430890910524,0.153725174569888,0.0,0.0206192115568483,0.5,0.153725174569888,0.0,0.00117575714740719,0.153725174569888,0.0,0.00214504719318169,0.5,0.153725174569888,0.0,0.00233642178534501,0.153725174569888,0.0,0.00152934512798604,0.153725174569888,0.0,0.213690309748334,0.153725174569888,0.0,0.233018915840008,0.153725174569888,0.0,0.16683586032136,0.153725174569888,0.0,0.0273678153670281,0.153725174569888,0.0,0.00441892731000667,0.5,0.153725174569888,0.0,0.0245047424602077,0,0.327547831645043,0.795883112866032 -8720,0.5,0.153725174569888,0.0,0.0806845045677727,0.153725174569888,0.0,0.143662219854824,0.153725174569888,0.0,0.0370480766187189,0.153725174569888,0.0,0.0255120870888703,0.153725174569888,0.0,0.12711956330671,0.153725174569888,0.0,0.0786082511731891,0.153725174569888,0.0,0.185170851937725,0.153725174569888,0.0,0.0311388543945153,0.5,0.153725174569888,0.0,0.00220341969234352,0.153725174569888,0.0,0.0010266216049049,0.5,0.153725174569888,0.0,0.00477913898771472,0.153725174569888,0.0,0.00249903284256874,0.153725174569888,0.0,0.222336413548886,0.153725174569888,0.0,0.212327084186256,0.153725174569888,0.0,0.198005308833275,0.153725174569888,0.0,0.0443592517141831,0.153725174569888,0.0,0.00522317139111858,0.5,0.153725174569888,0.0,0.0158387376380581,0,0.415583708242996,0.788815786598917 -8721,0.5,0.153725174569888,1.7971567960238e-05,0.0991689674217814,0.153725174569888,0.0,0.0761783617946647,0.153725174569888,2.9312758457104e-05,0.0394959205004621,0.153725174569888,0.00107804083210167,0.0279524010750974,0.153725174569888,0.0,0.125054523998623,0.153725174569888,0.0,0.0747338030957642,0.153725174569888,0.0,0.138618520201878,0.153725174569888,0.0,0.0416101403079837,0.5,0.153725174569888,0.0,0.00547951273020805,0.153725174569888,0.00317494030774522,0.00216241953478461,0.5,0.153725174569888,0.0,0.00535203141029685,0.153725174569888,0.000904453644486359,0.00317133778829245,0.153725174569888,0.0,0.199279350117393,0.153725174569888,0.0,0.207247738784593,0.153725174569888,0.0,0.181126682561599,0.153725174569888,0.0,0.0621404955242476,0.153725174569888,0.0010829483868315,0.00605961100888645,0.5,0.153725174569888,0.0050925622514397,0.0159521848667362,0,0.421192877466394,0.743623495065886 -8722,0.5,0.153725174569888,0.0282682702420747,0.126815768321636,0.153725174569888,0.00425881453059042,0.0495764541178675,0.153725174569888,0.0309229576796698,0.0622473671749609,0.153725174569888,0.0558711280332643,0.0347525900218678,0.153725174569888,0.0164170561478827,0.119117721013123,0.153725174569888,0.0136092148297825,0.0752328798695909,0.153725174569888,0.00459067048649898,0.142413978564353,0.153725174569888,0.011048421758493,0.0573960593777571,0.5,0.153725174569888,0.0365324347823266,0.0103505154876082,0.153725174569888,0.0887806660647929,0.00556625851496876,0.5,0.153725174569888,0.0464158812724223,0.00549178484832392,0.153725174569888,0.0701716994147121,0.00175716917860418,0.153725174569888,0.00973569780909127,0.168618634503073,0.153725174569888,0.0168021168023199,0.197110936188316,0.153725174569888,0.00619487774147415,0.167761086418253,0.153725174569888,0.0180582909788775,0.105868334510622,0.153725174569888,0.0527770212405506,0.00913628158153077,0.5,0.153725174569888,0.0856582883653278,0.0338036516254337,0,0.367855659223566,0.683694498619947 -8723,0.5,0.153725174569888,0.0773385676130669,0.155483609542521,0.153725174569888,0.0364524886649145,0.0482930921827234,0.153725174569888,0.0812728553921768,0.11460815262353,0.153725174569888,0.13370784915656,0.0488558964908555,0.153725174569888,0.101588021307037,0.110159667975524,0.153725174569888,0.0979473899123898,0.0776576666900398,0.153725174569888,0.0313281757740199,0.1655568244225,0.153725174569888,0.0438415977725722,0.0774921581074624,0.5,0.153725174569888,0.083531700002337,0.0324802412953804,0.153725174569888,0.191475957249636,0.0252428446976287,0.5,0.153725174569888,0.105078606655549,0.0107208242583761,0.153725174569888,0.15299937262999,0.00383432645866079,0.153725174569888,0.108700622374442,0.142705093246284,0.153725174569888,0.117524261829938,0.179802529567774,0.153725174569888,0.0282543446774461,0.130832263273267,0.153725174569888,0.0453549503524604,0.115843331885882,0.153725174569888,0.119077429510043,0.0292155593274891,0.5,0.153725174569888,0.172794937218487,0.0757248961473361,0,0.276867421478458,0.663435293095922 -8724,0.5,0.153725174569888,0.109524308225392,0.193422046780372,0.153725174569888,0.0810847747438631,0.0562329422172346,0.153725174569888,0.114507201390946,0.173402688010205,0.153725174569888,0.19031946437413,0.0563841674102683,0.153725174569888,0.208355700882564,0.102079368794318,0.153725174569888,0.200305357680155,0.0730240990003712,0.153725174569888,0.0653105845219435,0.148385000588255,0.153725174569888,0.0777205139748502,0.0916262057884675,0.5,0.153725174569888,0.103188659814427,0.058144273650148,0.153725174569888,0.259144687988644,0.0421141162175485,0.5,0.153725174569888,0.145527128769768,0.0327948067830522,0.153725174569888,0.194265724215486,0.00813501419214068,0.153725174569888,0.205658366380971,0.131147157402781,0.153725174569888,0.214804816725315,0.173004336405555,0.153725174569888,0.0556811473182288,0.0929754824566866,0.153725174569888,0.0586889978103756,0.111257845692442,0.153725174569888,0.177207087689547,0.066549934242457,0.5,0.153725174569888,0.226187811048556,0.121007469652202,0,0.217978938890023,0.664113303156233 -8725,0.5,0.153725174569888,0.107242555497293,0.210470556993911,0.153725174569888,0.123019054256888,0.0528267934503188,0.153725174569888,0.111275812046647,0.186192807737586,0.153725174569888,0.20190156405603,0.0643920571250652,0.153725174569888,0.279448473414696,0.0920532434901365,0.153725174569888,0.259227389606808,0.0696950012722751,0.153725174569888,0.0922549161922409,0.130488524706979,0.153725174569888,0.102270046584862,0.109367540383038,0.5,0.153725174569888,0.0832959859558008,0.0781892374232566,0.153725174569888,0.265953323579615,0.0434293009555259,0.5,0.153725174569888,0.155314497396616,0.0666180334247043,0.153725174569888,0.200547901204907,0.0132296671018102,0.153725174569888,0.274354404360239,0.128859716763636,0.153725174569888,0.280866382151475,0.175782877053541,0.153725174569888,0.0798339721592683,0.0723698592317645,0.153725174569888,0.0611090847245218,0.115510190509656,0.153725174569888,0.191658043188862,0.0797217708338807,0.5,0.153725174569888,0.22429886895709,0.133171219805072,0,0.197856683472879,0.670724138308224 -8726,0.5,0.153725174569888,0.0782013692565141,0.19536733524323,0.153725174569888,0.204283373727206,0.0464944785005745,0.153725174569888,0.0780591062181079,0.17021345435137,0.153725174569888,0.165161252318127,0.0779332805668529,0.153725174569888,0.280968987179832,0.0930755962295339,0.153725174569888,0.268399394577321,0.0679563332865782,0.153725174569888,0.101431675322856,0.0998137203369183,0.153725174569888,0.102773277079872,0.151336042701576,0.5,0.153725174569888,0.0638000522839543,0.105807119161914,0.153725174569888,0.21811296295063,0.0419554906633994,0.5,0.153725174569888,0.118534889493965,0.100364580808671,0.153725174569888,0.173277636735673,0.0218129516388061,0.153725174569888,0.278150980685268,0.131216210200232,0.153725174569888,0.282088164421773,0.177832941616568,0.153725174569888,0.096556666959516,0.0629810887145964,0.153725174569888,0.061811493648828,0.0949472935400393,0.153725174569888,0.145061772499666,0.0823766092494871,0.5,0.153725174569888,0.182127443173047,0.120329987867977,0,0.147588895297781,0.692943342921238 -8727,0.5,0.153725174569888,0.0350371271127373,0.171250113621619,0.153725174569888,0.185649914094709,0.0437777727638218,0.153725174569888,0.0394207503532209,0.135820634720432,0.153725174569888,0.0936495374401509,0.0777730639926243,0.153725174569888,0.222776742794416,0.0938487034790562,0.153725174569888,0.21944115975293,0.0689508759126454,0.153725174569888,0.0734708001358346,0.0858923959670851,0.153725174569888,0.0729625268307926,0.153742841205916,0.5,0.153725174569888,0.0464748315668967,0.121287625064135,0.153725174569888,0.136419607268468,0.0348737984391121,0.5,0.153725174569888,0.0638464437549922,0.129368143678577,0.153725174569888,0.114708720740093,0.028093988257231,0.153725174569888,0.213668133546781,0.14094726817608,0.153725174569888,0.222490440503308,0.176018077113992,0.153725174569888,0.0743775486556145,0.0640510136172658,0.153725174569888,0.0391882398686611,0.0810296613592691,0.153725174569888,0.0776597495213602,0.0901981409203856,0.5,0.153725174569888,0.100509847227416,0.0886870116895481,0,0.086342811675827,0.71544986799358 -8728,0.5,0.153725174569888,5.99215588913089e-05,0.136400793774828,0.153725174569888,0.0,0.0471004288644414,0.153725174569888,0.0,0.0939385270439191,0.153725174569888,0.0,0.078462012647098,0.153725174569888,0.0099635506897114,0.0872013544602105,0.153725174569888,0.074775568403268,0.0714985319694305,0.153725174569888,0.0188145717535676,0.0739387194405727,0.153725174569888,0.0235985388992058,0.128045546699952,0.5,0.153725174569888,0.0197273288183519,0.137016670223799,0.153725174569888,0.0417634826715043,0.0235473098100204,0.5,0.153725174569888,0.018740928770754,0.155546071452713,0.153725174569888,0.0358594002006785,0.0270995374156856,0.153725174569888,0.0,0.129960966336305,0.153725174569888,0.0,0.172175093961879,0.153725174569888,0.0,0.067969298632739,0.153725174569888,0.00701416260915653,0.0774800375669363,0.153725174569888,0.0161687095319724,0.0913439835908161,0.5,0.153725174569888,0.0185469772281652,0.0505598496090551,0,0.0613609739860474,0.72157219255226 -8729,0.5,0.153725174569888,0.0,0.108702731201719,0.153725174569888,0.0,0.0443763144196543,0.153725174569888,0.0,0.0672539706697392,0.153725174569888,0.0,0.0748778587819948,0.153725174569888,0.0,0.0804847116882646,0.153725174569888,0.0,0.0598226720251988,0.153725174569888,0.0,0.0663580584152925,0.153725174569888,0.0,0.0898675434924338,0.5,0.153725174569888,0.0,0.139426969812313,0.153725174569888,0.0,0.0219380373499153,0.5,0.153725174569888,0.0,0.18792277499845,0.153725174569888,0.0,0.0223023372028885,0.153725174569888,0.0,0.119847434208329,0.153725174569888,0.0,0.160753144053158,0.153725174569888,0.0,0.0676433239001818,0.153725174569888,0.0,0.0753134434449158,0.153725174569888,0.0,0.0829902711248789,0.5,0.153725174569888,0.0,0.0317467087125187,0,0.0288477507609849,0.736893389481304 -8730,0.5,0.153725174569888,0.0,0.0952308361661911,0.153725174569888,0.0,0.0598091785719751,0.153725174569888,0.0,0.0645272941462415,0.153725174569888,0.0,0.0613810064224785,0.153725174569888,0.0,0.0708400966346665,0.153725174569888,0.0,0.0526489871572127,0.153725174569888,0.0,0.0631493685310064,0.153725174569888,0.0,0.0720846573920535,0.5,0.153725174569888,0.0,0.133043805774138,0.153725174569888,0.0,0.0314868389107717,0.5,0.153725174569888,0.0,0.187674580684659,0.153725174569888,0.0,0.0305627507300242,0.153725174569888,0.0,0.116229925870743,0.153725174569888,0.0,0.156728842080609,0.153725174569888,0.0,0.0780245160926625,0.153725174569888,0.0,0.0727912999517919,0.153725174569888,0.0,0.0832596202907555,0.5,0.153725174569888,0.0,0.0303243142599741,0,0.046883683339161,0.73358543237959 -8731,0.5,0.153725174569888,0.0,0.0823972106393852,0.153725174569888,0.0,0.0550002859779992,0.153725174569888,0.0,0.0633120392644998,0.153725174569888,0.0,0.0741208303649844,0.153725174569888,0.0,0.0778297921948782,0.153725174569888,0.0,0.0483950526486386,0.153725174569888,0.0,0.0641095595397315,0.153725174569888,0.0,0.0598967731735332,0.5,0.153725174569888,0.0,0.0815808316360412,0.153725174569888,0.0,0.0472933011362705,0.5,0.153725174569888,0.0,0.178549899824764,0.153725174569888,0.0,0.0413585093172024,0.153725174569888,0.0,0.119743818185357,0.153725174569888,0.0,0.173923783816442,0.153725174569888,0.0,0.0822973314305952,0.153725174569888,0.0,0.078345922150188,0.153725174569888,0.0,0.0667243071144767,0.5,0.153725174569888,0.0,0.0280033435734669,0,0.0462776108708697,0.728309039608601 -8732,0.5,0.153725174569888,0.0,0.064655333624227,0.153725174569888,0.0,0.0719314451768783,0.153725174569888,0.0,0.061851759010731,0.153725174569888,0.0,0.0757525528308651,0.153725174569888,0.0,0.0825232415687136,0.153725174569888,0.0,0.0523717079017656,0.153725174569888,0.0,0.0746739737380657,0.153725174569888,0.0,0.0503829036431363,0.5,0.153725174569888,0.0,0.0618845332607888,0.153725174569888,0.0,0.0685957256851845,0.5,0.153725174569888,0.0,0.101103963232191,0.153725174569888,0.0,0.0459499679182462,0.153725174569888,0.0,0.12828530967366,0.153725174569888,0.0,0.180878624513199,0.153725174569888,0.0,0.0923824358132509,0.153725174569888,0.0,0.0699000683488087,0.153725174569888,0.0,0.0552528830853872,0.5,0.153725174569888,0.0,0.0278516166029154,0,0.0373748865240394,0.746982582498993 -8733,0.5,0.153725174569888,0.0,0.0620743253581622,0.153725174569888,0.0,0.0720113681107656,0.153725174569888,0.0,0.0565185572107018,0.153725174569888,0.0,0.0744724186086744,0.153725174569888,0.0,0.0849702283768867,0.153725174569888,0.0,0.0633556156491763,0.153725174569888,0.0,0.0846355522444745,0.153725174569888,0.0,0.0585442590899889,0.5,0.153725174569888,0.0,0.0411333928597685,0.153725174569888,0.0,0.079362591357551,0.5,0.153725174569888,0.0,0.0921247504401804,0.153725174569888,0.0,0.0431455648470125,0.153725174569888,0.0,0.142510692564675,0.153725174569888,0.0,0.184814097435853,0.153725174569888,0.0,0.0866808689612475,0.153725174569888,0.0,0.0677857131969327,0.153725174569888,0.0,0.0467018539044974,0.5,0.153725174569888,0.0,0.035990857438862,0,0.0793116897896671,0.757818197752907 -8734,0.5,0.153725174569888,0.0,0.0676826600382054,0.153725174569888,0.0,0.0730734823609316,0.153725174569888,0.0,0.0716371588700732,0.153725174569888,0.0,0.0701504586578952,0.153725174569888,0.0,0.0796946610953364,0.153725174569888,0.0,0.0647438824545277,0.153725174569888,0.0,0.0893585390635081,0.153725174569888,0.0,0.0701272239658547,0.5,0.153725174569888,0.0,0.0360595474771758,0.153725174569888,0.0,0.103760137510644,0.5,0.153725174569888,0.0,0.0582015486789675,0.153725174569888,0.0,0.0344895088571778,0.153725174569888,0.0,0.175320756348327,0.153725174569888,0.0,0.183085546845082,0.153725174569888,0.0,0.0880429356914876,0.153725174569888,0.0,0.0451489817815577,0.153725174569888,0.0,0.0399067563205721,0.5,0.153725174569888,0.0,0.0379836964569611,0,0.145730239017516,0.758415326304521 -8735,0.5,0.153725174569888,0.0,0.0631216653691307,0.153725174569888,0.0,0.112519470803479,0.153725174569888,0.0,0.0730041886545296,0.153725174569888,0.0,0.0641285952788352,0.153725174569888,0.0,0.0779077114427461,0.153725174569888,0.0,0.0664640952574622,0.153725174569888,0.0,0.0780866969767186,0.153725174569888,0.0,0.0710831927382367,0.5,0.153725174569888,0.0,0.0377323384036489,0.153725174569888,0.0,0.103988886485115,0.5,0.153725174569888,0.0,0.0735328070830624,0.153725174569888,0.0,0.0282629760190529,0.153725174569888,0.0,0.230108777081426,0.153725174569888,0.0,0.19126449837483,0.153725174569888,0.0,0.105287585603514,0.153725174569888,0.0,0.0382993205945675,0.153725174569888,0.0,0.040474189435876,0.5,0.153725174569888,0.0,0.0445823000704432,0,0.170877189840655,0.724314670096981 -8736,0.5,0.153725174569888,0.0,0.0637918188268614,0.153725174569888,0.0,0.108078880098312,0.153725174569888,0.0,0.0666573769036574,0.153725174569888,0.0,0.0591383163124673,0.153725174569888,0.0,0.0841492444517816,0.153725174569888,0.0,0.0654668903410247,0.153725174569888,0.0,0.0849911181498435,0.153725174569888,0.0,0.0627673241223989,0.5,0.153725174569888,0.0,0.0283808941423297,0.153725174569888,0.0,0.108706558205061,0.5,0.153725174569888,0.0,0.0616605744563665,0.153725174569888,0.0,0.0337166744237612,0.153725174569888,0.0,0.285027278551712,0.153725174569888,0.0,0.209228527159634,0.153725174569888,0.0,0.110947839303678,0.153725174569888,0.0,0.0462313688177733,0.153725174569888,0.0,0.0331626809610444,0.5,0.153725174569888,0.0,0.0435532438634848,0,0.194768211254415,0.701305226671875 -8737,0.5,0.153725174569888,0.0,0.0696872397422911,0.153725174569888,0.0,0.121668190235984,0.153725174569888,0.0,0.0612910160852068,0.153725174569888,0.0,0.052660350858853,0.153725174569888,0.0,0.0960576253840313,0.153725174569888,0.0,0.0673305129197319,0.153725174569888,0.0,0.114408861178091,0.153725174569888,0.0,0.0549440017000758,0.5,0.153725174569888,0.0,0.0227066098188768,0.153725174569888,0.0,0.102240305602455,0.5,0.153725174569888,0.0,0.0478012377757206,0.153725174569888,0.0,0.0417367349896357,0.153725174569888,0.0,0.309702027738731,0.153725174569888,0.0,0.218029749380293,0.153725174569888,0.0,0.099868260290611,0.153725174569888,0.0,0.0518154982009752,0.153725174569888,0.0,0.027362728614071,0.5,0.153725174569888,0.0,0.0343837926061321,0,0.259804601362473,0.709980959093848 -8738,0.5,0.153725174569888,0.0,0.0800726169079208,0.153725174569888,0.0,0.161347108428497,0.153725174569888,0.0,0.0452619702072701,0.153725174569888,0.0,0.0488295152248224,0.153725174569888,0.0,0.0997854994905013,0.153725174569888,0.0,0.0797438515782785,0.153725174569888,0.0,0.145032381979783,0.153725174569888,0.0,0.0601145366690998,0.5,0.153725174569888,0.0,0.015958865496477,0.153725174569888,0.0,0.0928707206512373,0.5,0.153725174569888,0.0,0.0319939625363358,0.153725174569888,0.0,0.0449725713691541,0.153725174569888,0.0,0.312112032029805,0.153725174569888,0.0,0.207363226701585,0.153725174569888,0.0,0.107530993311201,0.153725174569888,0.0,0.0536666540709923,0.153725174569888,0.0,0.0248126352229777,0.5,0.153725174569888,0.0,0.0454972867917941,0,0.36690649352989,0.708537557274026 -8739,0.5,0.153725174569888,0.0,0.0903312961506029,0.153725174569888,0.0,0.187369135795966,0.153725174569888,0.0,0.0301587891957759,0.153725174569888,0.0,0.0481199830970429,0.153725174569888,0.0,0.0939951586823116,0.153725174569888,0.0,0.0862880447337258,0.153725174569888,0.0,0.154878199185914,0.153725174569888,0.0,0.0620751173540363,0.5,0.153725174569888,0.0,0.011519668234334,0.153725174569888,0.0,0.0933439110616533,0.5,0.153725174569888,0.0,0.0211239932397754,0.153725174569888,0.0,0.0510093029285355,0.153725174569888,0.0,0.302577178170926,0.153725174569888,0.0,0.193084508407785,0.153725174569888,0.0,0.129221416524045,0.153725174569888,0.0,0.0721684977123995,0.153725174569888,0.0,0.0189108080124814,0.5,0.153725174569888,0.0,0.0469963568391554,0,0.437577874765113,0.697850966312864 -8740,0.5,0.153725174569888,0.0,0.0997576653754103,0.153725174569888,0.0,0.180554033689677,0.153725174569888,0.0,0.0331675869830394,0.153725174569888,0.0,0.0403465093099658,0.153725174569888,0.0,0.0967586526805647,0.153725174569888,0.0,0.079046285989578,0.153725174569888,0.0,0.157046658472054,0.153725174569888,0.0,0.0531621067473806,0.5,0.153725174569888,0.0,0.0110673368723609,0.153725174569888,0.0,0.0759803377831524,0.5,0.153725174569888,0.0,0.0161517291325588,0.153725174569888,0.0,0.0529591102316068,0.153725174569888,0.0,0.288074028304644,0.153725174569888,0.0,0.181522952903672,0.153725174569888,0.0,0.152786874515069,0.153725174569888,0.0,0.0811559462137272,0.153725174569888,0.0,0.0186191667107193,0.5,0.153725174569888,0.0,0.0471084155751739,0,0.514167436404449,0.677962976554494 -8741,0.5,0.153725174569888,0.0,0.117843942304092,0.153725174569888,0.0,0.174169059803471,0.153725174569888,0.0,0.0361264721958971,0.153725174569888,0.0,0.0368085611536291,0.153725174569888,0.0,0.108482678908732,0.153725174569888,0.0,0.0722380812902956,0.153725174569888,0.0,0.169094471687255,0.153725174569888,0.0,0.0411095791469726,0.5,0.153725174569888,0.0,0.0109210656641329,0.153725174569888,0.0,0.0596273838539615,0.5,0.153725174569888,0.0,0.0130030941798587,0.153725174569888,0.0,0.0408065201651343,0.153725174569888,0.0,0.293104576517982,0.153725174569888,0.0,0.180184523761525,0.153725174569888,0.0,0.172036269826231,0.153725174569888,0.0,0.0757610506389514,0.153725174569888,0.0,0.0192417577050454,0.5,0.153725174569888,0.0,0.0450233213987687,0,0.587701456873142,0.641730445921848 -8742,0.5,0.153725174569888,0.0,0.139206326041152,0.153725174569888,0.0,0.187977409805306,0.153725174569888,0.0,0.0424775274928053,0.153725174569888,0.0,0.0406639300912305,0.153725174569888,0.0,0.11687241202455,0.153725174569888,0.0,0.0774524319634513,0.153725174569888,0.0,0.175311988734382,0.153725174569888,0.0,0.0338203166421936,0.5,0.153725174569888,0.0,0.0121042739168511,0.153725174569888,0.0,0.0506256948538917,0.5,0.153725174569888,0.0,0.00906598787782728,0.153725174569888,0.0,0.025593941292341,0.153725174569888,0.0,0.31071794355473,0.153725174569888,0.0,0.186284578553912,0.153725174569888,0.0,0.187302332827121,0.153725174569888,0.0,0.0723024336812164,0.153725174569888,0.0,0.0156074316357852,0.5,0.153725174569888,0.0,0.0357466712532834,0,0.667776103332901,0.591329438940279 -8743,0.5,0.153725174569888,0.0,0.156749359921662,0.153725174569888,0.0,0.178928849901556,0.153725174569888,0.0,0.0535165796136102,0.153725174569888,0.0,0.0491428193759427,0.153725174569888,0.0,0.117543794864481,0.153725174569888,0.0,0.0821867950821351,0.153725174569888,0.0,0.171116127049367,0.153725174569888,0.0,0.0316539630996185,0.5,0.153725174569888,0.0,0.0135159424576083,0.153725174569888,0.0,0.0415255978107516,0.5,0.153725174569888,0.0,0.00896472617371147,0.153725174569888,0.0,0.0135334934539528,0.153725174569888,0.0,0.319170611439534,0.153725174569888,0.0,0.186147468385811,0.153725174569888,0.0,0.204671786432396,0.153725174569888,0.0,0.0531318754857624,0.153725174569888,0.0,0.0139208469633898,0.5,0.153725174569888,0.0,0.0322888129685325,0,0.725098186335343,0.558846233707614 -8744,0.5,0.153725174569888,0.0,0.17072550579517,0.153725174569888,0.0,0.177303625360716,0.153725174569888,0.0,0.0725226972963521,0.153725174569888,0.0,0.0530714790434392,0.153725174569888,0.0,0.117035314499045,0.153725174569888,0.0,0.0835609496670317,0.153725174569888,0.0,0.140508778247013,0.153725174569888,0.0,0.0282662980156198,0.5,0.153725174569888,0.0,0.00861800859548578,0.153725174569888,0.0,0.0345984323639105,0.5,0.153725174569888,0.0,0.0130049457649039,0.153725174569888,0.0,0.00789454852287185,0.153725174569888,0.0,0.322547582693804,0.153725174569888,0.0,0.182040964413704,0.153725174569888,0.0,0.214038433384942,0.153725174569888,0.0,0.0335637368891104,0.153725174569888,0.0,0.0125867352073678,0.5,0.153725174569888,0.0,0.0256172616611648,0,0.73821252271641,0.56544986671102 -8745,0.5,0.153725174569888,1.1423322420781e-06,0.182456738032241,0.153725174569888,0.0,0.176454205177853,0.153725174569888,3.39684419468875e-06,0.0830640414725357,0.153725174569888,0.000256667818650114,0.0551550555475781,0.153725174569888,0.0,0.111598786500676,0.153725174569888,0.0,0.0774388295423528,0.153725174569888,0.0,0.111542817560722,0.153725174569888,0.0,0.0229231284137716,0.5,0.153725174569888,0.0,0.0045848253081436,0.153725174569888,0.00173798179270107,0.0212421736773911,0.5,0.153725174569888,0.0,0.0170751365899737,0.153725174569888,0.000531553629289626,0.00524258068345209,0.153725174569888,0.0,0.313957868213012,0.153725174569888,0.0,0.174300026315474,0.153725174569888,0.0,0.220839517792743,0.153725174569888,0.0,0.0184963111722829,0.153725174569888,0.000622633106364637,0.0118316507029199,0.5,0.153725174569888,0.00345347406257906,0.0205939298540357,0,0.7112426012518,0.599150965447912 -8746,0.5,0.153725174569888,0.00228172929570714,0.199965298629553,0.153725174569888,0.00450725218645888,0.176737739354914,0.153725174569888,0.0110577596747972,0.0893141470290449,0.153725174569888,0.00811534929295099,0.0659367182848554,0.153725174569888,0.0455624897680426,0.104733669021686,0.153725174569888,0.0518374158208306,0.0746989161075,0.153725174569888,0.046484551323852,0.0868462375518498,0.153725174569888,0.0678109998123145,0.0187909291543764,0.5,0.153725174569888,0.0576912525151268,0.00336917876251938,0.153725174569888,0.0437657926411345,0.0275864431744844,0.5,0.153725174569888,0.0117093774384753,0.0248950971476332,0.153725174569888,0.0316472576916023,0.00659076055250754,0.153725174569888,0.00693941548359512,0.296127783222367,0.153725174569888,0.0285150863752615,0.168172605669838,0.153725174569888,0.0102130107091728,0.21951043897005,0.153725174569888,0.0299671553682568,0.0159541294535887,0.153725174569888,0.0248360916979112,0.0152621577641137,0.5,0.153725174569888,0.0559170733591286,0.0299399406727227,0,0.679834329768588,0.658095132932284 -8747,0.5,0.153725174569888,0.00932559841588913,0.206291305803035,0.153725174569888,0.0279351382571673,0.174934447871867,0.153725174569888,0.0417703054232157,0.0967584951472276,0.153725174569888,0.0250620963517483,0.0767999624094498,0.153725174569888,0.205118314449866,0.11065127704862,0.153725174569888,0.215270659081742,0.0746045461900483,0.153725174569888,0.199020786240222,0.0799045717526254,0.153725174569888,0.234051091649302,0.0165619245960101,0.5,0.153725174569888,0.189828222661258,0.00194069424718824,0.153725174569888,0.100250902290326,0.0165197705040011,0.5,0.153725174569888,0.0420413525611742,0.0300640713621582,0.153725174569888,0.0795228465740973,0.00975145433084189,0.153725174569888,0.109374429470806,0.284149418492044,0.153725174569888,0.172402017273991,0.164443147953581,0.153725174569888,0.0633305793822512,0.208687555766933,0.153725174569888,0.121152843046289,0.0121082661589056,0.153725174569888,0.0604847926698777,0.018467426640523,0.5,0.153725174569888,0.114895317645956,0.0249448678771465,0,0.640975977592794,0.726017143194804 -8748,0.5,0.153725174569888,0.0241765874800568,0.198392200577652,0.153725174569888,0.0621399186227026,0.180645615004976,0.153725174569888,0.0682745784419132,0.0963615399397126,0.153725174569888,0.0408383699109915,0.0846930573781558,0.153725174569888,0.328086302725508,0.121657940582075,0.153725174569888,0.342969683760517,0.07853128926735,0.153725174569888,0.343209854760615,0.0695638025715488,0.153725174569888,0.371005137553027,0.0122936210608687,0.5,0.153725174569888,0.299872244910831,0.000858885893633588,0.153725174569888,0.163577019676934,0.00898551519812806,0.5,0.153725174569888,0.0786219157261988,0.0208805717959396,0.153725174569888,0.12465057802127,0.0117154629811189,0.153725174569888,0.233594235042998,0.285946663349534,0.153725174569888,0.292394828101389,0.17262512849911,0.153725174569888,0.146719509902549,0.193987470201588,0.153725174569888,0.227803533729065,0.00768199092860489,0.153725174569888,0.0830924294589743,0.0173075846776534,0.5,0.153725174569888,0.160462131906631,0.0179965472944226,0,0.599960785158524,0.784576999083796 -8749,0.5,0.153725174569888,0.0422432825497931,0.189110438431596,0.153725174569888,0.14585478902692,0.190412067692536,0.153725174569888,0.0960189740691226,0.08684373887009,0.153725174569888,0.0448254023391468,0.0926161022370896,0.153725174569888,0.388892828996617,0.130686056550766,0.153725174569888,0.408115951385487,0.0834194019662282,0.153725174569888,0.404147631106297,0.065733582013936,0.153725174569888,0.437704584073039,0.00948678384735636,0.5,0.153725174569888,0.358932332698358,0.000624718027095677,0.153725174569888,0.172731351132463,0.00485323546424514,0.5,0.153725174569888,0.125601066485667,0.0158428277226579,0.153725174569888,0.151409526817739,0.0113064017360196,0.153725174569888,0.310055560636298,0.303507881848663,0.153725174569888,0.351586052237952,0.186834098806575,0.153725174569888,0.208461684053878,0.179271909102469,0.153725174569888,0.274047835772087,0.00681801038032035,0.153725174569888,0.101214657074017,0.0171203101390085,0.5,0.153725174569888,0.167403873590248,0.00981920398601362,0,0.589861340037417,0.814683875905646 -8750,0.5,0.153725174569888,0.0520329936104339,0.186618542720338,0.153725174569888,0.261025864072799,0.202537518178242,0.153725174569888,0.0990887813581203,0.0734602311179007,0.153725174569888,0.0345579855093162,0.096694985954361,0.153725174569888,0.380208691413528,0.136339504484279,0.153725174569888,0.403617046730718,0.0840374818631894,0.153725174569888,0.393640248852785,0.0647187145788885,0.153725174569888,0.430630585374968,0.00853239299494543,0.5,0.153725174569888,0.353408641908476,0.000901253677261738,0.153725174569888,0.144978810729441,0.00187616372239906,0.5,0.153725174569888,0.164045667017705,0.0124593489045259,0.153725174569888,0.131642617492028,0.0068774856001565,0.153725174569888,0.312256603628113,0.324440997177513,0.153725174569888,0.345441773337078,0.192860340514059,0.153725174569888,0.224319991861045,0.165998812098503,0.153725174569888,0.260764873209757,0.00971558264393805,0.153725174569888,0.0996679131692732,0.0140994009341727,0.5,0.153725174569888,0.140046967946487,0.00404577127546586,0,0.603341782664967,0.80793559338337 -8751,0.5,0.153725174569888,0.0463694444608508,0.191816515903399,0.153725174569888,0.178989437953276,0.195989250892856,0.153725174569888,0.0684998589565722,0.0658057418672261,0.153725174569888,0.0171237964215404,0.105415129930528,0.153725174569888,0.297319862858454,0.141504438366129,0.153725174569888,0.326141346617197,0.0828682011378545,0.153725174569888,0.312088180741912,0.063460516856623,0.153725174569888,0.322127578161761,0.0104130488941131,0.5,0.153725174569888,0.283642406290339,0.00154020465849346,0.153725174569888,0.109433086295651,0.000524282875648346,0.5,0.153725174569888,0.102635222609907,0.0124693186207779,0.153725174569888,0.0856637913392327,0.00399126996541383,0.153725174569888,0.222553373486379,0.346110995404726,0.153725174569888,0.252670263799204,0.196309322253561,0.153725174569888,0.168982748876304,0.154928885733809,0.153725174569888,0.188300142861574,0.013178449252379,0.153725174569888,0.0688000154418061,0.0118784902892243,0.5,0.153725174569888,0.093948387246505,0.00101279577188362,0,0.618319568612518,0.793171103439669 -8752,0.5,0.153725174569888,0.000309571498518575,0.199224419558506,0.153725174569888,0.0,0.183576285722182,0.153725174569888,0.00105521115897525,0.067029894017197,0.153725174569888,3.58119421919427e-05,0.113136129899849,0.153725174569888,0.0238199495461184,0.144657347066667,0.153725174569888,0.085344869214676,0.0809353557233714,0.153725174569888,0.06827046832794,0.0624517554700189,0.153725174569888,0.0779315931262148,0.0134508167348698,0.5,0.153725174569888,0.0815611605971003,0.00188841737455962,0.153725174569888,0.0319772141552772,4.38373410621789e-05,0.5,0.153725174569888,0.0291388853597785,0.0156985886511339,0.153725174569888,0.0362704329219613,0.0024690209646798,0.153725174569888,0.0,0.36037230057245,0.153725174569888,0.0,0.202934174390764,0.153725174569888,0.0,0.149155356984624,0.153725174569888,0.0262942288216017,0.0132861490279789,0.153725174569888,0.0147335612989725,0.0105582677033151,0.5,0.153725174569888,0.024288398510985,0.000240269095123198,0,0.636417885411841,0.808930260782753 -8753,0.5,0.153725174569888,0.0,0.19587385300045,0.153725174569888,0.0,0.18245163651963,0.153725174569888,0.0,0.068924778178797,0.153725174569888,0.0,0.118901668816791,0.153725174569888,0.0,0.152526550312051,0.153725174569888,0.0,0.0833053336128463,0.153725174569888,0.0,0.063776059881735,0.153725174569888,0.0,0.0176094470714313,0.5,0.153725174569888,0.0,0.00218904215080462,0.153725174569888,0.0,0.000119692279572445,0.5,0.153725174569888,0.0,0.0143814695323653,0.153725174569888,0.0,0.00247434610934873,0.153725174569888,0.0,0.356388499203406,0.153725174569888,0.0,0.213017395655073,0.153725174569888,0.0,0.148609593768524,0.153725174569888,0.0,0.0127234694323006,0.153725174569888,0.0,0.0106810743194838,0.5,0.153725174569888,0.0,0.000442203078142565,0,0.658747446817748,0.867952232407896 -8754,0.5,0.153725174569888,0.0,0.193128268659931,0.153725174569888,0.0,0.183771257629203,0.153725174569888,0.0,0.0664687142745736,0.153725174569888,0.0,0.123808585581807,0.153725174569888,0.0,0.160954009593438,0.153725174569888,0.0,0.0900712454136561,0.153725174569888,0.0,0.0646110026493702,0.153725174569888,0.0,0.022026520275605,0.5,0.153725174569888,0.0,0.00187578159132555,0.153725174569888,0.0,0.000169124694374605,0.5,0.153725174569888,0.0,0.0120398780715901,0.153725174569888,0.0,0.00357495806575927,0.153725174569888,0.0,0.373701086230455,0.153725174569888,0.0,0.231803902881725,0.153725174569888,0.0,0.147995529731022,0.153725174569888,0.0,0.0118836403431372,0.153725174569888,0.0,0.0102450545572137,0.5,0.153725174569888,0.0,0.000773254974835144,0,0.680222047186634,0.911878742685182 -8755,0.5,0.153725174569888,0.0,0.188962457348103,0.153725174569888,0.0,0.201850709249313,0.153725174569888,0.0,0.0581280516517044,0.153725174569888,0.0,0.125878385349876,0.153725174569888,0.0,0.174224169384008,0.153725174569888,0.0,0.0969458996260957,0.153725174569888,0.0,0.0684807932665447,0.153725174569888,0.0,0.0273838923164193,0.5,0.153725174569888,0.0,0.00157773509071016,0.153725174569888,0.0,0.000231402080600721,0.5,0.153725174569888,0.0,0.00854830092900628,0.153725174569888,0.0,0.00457106194292146,0.153725174569888,0.0,0.421593576202815,0.153725174569888,0.0,0.257493727659757,0.153725174569888,0.0,0.145480376999393,0.153725174569888,0.0,0.0122090430593136,0.153725174569888,0.0,0.0080212260314534,0.5,0.153725174569888,0.0,0.000869330006645806,0,0.703396497853859,0.943884067565267 -8756,0.5,0.153725174569888,0.0,0.190354794782261,0.153725174569888,0.0,0.205736314671776,0.153725174569888,0.0,0.0510201699339671,0.153725174569888,0.0,0.121508773275917,0.153725174569888,0.0,0.189146205041001,0.153725174569888,0.0,0.100855489402868,0.153725174569888,0.0,0.0702449596407727,0.153725174569888,0.0,0.027580915475689,0.5,0.153725174569888,0.0,0.0019257760963252,0.153725174569888,0.0,0.00135429979827445,0.5,0.153725174569888,0.0,0.00693043244307866,0.153725174569888,0.0,0.00598731423609458,0.153725174569888,0.0,0.472460608267963,0.153725174569888,0.0,0.28495988876158,0.153725174569888,0.0,0.145489756718183,0.153725174569888,0.0,0.0133609060622595,0.153725174569888,0.0,0.00721923184197484,0.5,0.153725174569888,0.0,0.000676265593633273,0,0.733390070989985,0.969032092223006 -8757,0.5,0.153725174569888,0.0,0.192761227311451,0.153725174569888,0.0,0.218781147653724,0.153725174569888,0.0,0.050009000404238,0.153725174569888,0.0,0.112445669786727,0.153725174569888,0.0,0.198177004950259,0.153725174569888,0.0,0.0973602780703612,0.153725174569888,0.0,0.0676517823071396,0.153725174569888,0.0,0.0309165862475651,0.5,0.153725174569888,0.0,0.00315879887224481,0.153725174569888,0.0,0.00618174496818575,0.5,0.153725174569888,0.0,0.00546576996756479,0.153725174569888,0.0,0.00793078953735979,0.153725174569888,0.0,0.506116658775635,0.153725174569888,0.0,0.307598127658656,0.153725174569888,0.0,0.143157493644125,0.153725174569888,0.0,0.014022734665344,0.153725174569888,0.0,0.00639310746263342,0.5,0.153725174569888,0.0,0.00054181709612436,0,0.768154828301856,0.983260053261761 -8758,0.5,0.153725174569888,0.0,0.20310833212501,0.153725174569888,0.0,0.24822719651856,0.153725174569888,0.0,0.0528374858819831,0.153725174569888,0.0,0.105753053693918,0.153725174569888,0.0,0.211666525745225,0.153725174569888,0.0,0.105181979685738,0.153725174569888,0.0,0.0667757708120346,0.153725174569888,0.0,0.0287151743061303,0.5,0.153725174569888,0.0,0.00589912283293952,0.153725174569888,0.0,0.00936374258751018,0.5,0.153725174569888,0.0,0.00316379635347727,0.153725174569888,0.0,0.00756879970209327,0.153725174569888,0.0,0.52902934697448,0.153725174569888,0.0,0.322101189983937,0.153725174569888,0.0,0.144327130736537,0.153725174569888,0.0,0.0176032257656397,0.153725174569888,0.0,0.00643637947513672,0.5,0.153725174569888,0.0,0.000477187187582257,0,0.797232614121186,0.991574955426806 -8759,0.5,0.153725174569888,0.0,0.213446413303612,0.153725174569888,0.0,0.277853069386508,0.153725174569888,0.0,0.0557655283315436,0.153725174569888,0.0,0.103945522802795,0.153725174569888,0.0,0.23184252735349,0.153725174569888,0.0,0.120370005051444,0.153725174569888,0.0,0.0727930706348652,0.153725174569888,0.0,0.0343042563781176,0.5,0.153725174569888,0.0,0.0105883646978134,0.153725174569888,0.0,0.0102438208024598,0.5,0.153725174569888,0.0,0.00138544795175116,0.153725174569888,0.0,0.00697610782900662,0.153725174569888,0.0,0.541630409771985,0.153725174569888,0.0,0.343378433852603,0.153725174569888,0.0,0.147545239899868,0.153725174569888,0.0,0.0223290253967202,0.153725174569888,0.0,0.00757972173162085,0.5,0.153725174569888,0.0,0.000611730665119601,0,0.817169550876264,0.998145230815455 diff --git a/tests/data/deflex_test_scenario.xls b/tests/data/deflex_test_scenario.xls deleted file mode 100644 index 6bca3d75..00000000 Binary files a/tests/data/deflex_test_scenario.xls and /dev/null differ diff --git a/tests/test_analyses.py b/tests/test_analyses.py index 49117ef1..268ca342 100644 --- a/tests/test_analyses.py +++ b/tests/test_analyses.py @@ -14,13 +14,13 @@ from deflex import analyses -from deflex import results +from deflex import postprocessing def test_flow_results(): """The flow results are not fetched or calculated correctly.n""" - my_fn = deflex.tools.fetch_example_results("de02.dflx") - my_res = results.restore_results(my_fn) + my_fn = deflex.tools.fetch_test_files("de02_heat.dflx") + my_res = postprocessing.restore_results(my_fn) mo = analyses.merit_order_from_results(my_res) seq = analyses.get_flow_results(my_res) diff --git a/tests/test_config.py b/tests/test_config.py index 70199222..a765c356 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -24,7 +24,7 @@ def test_ini_filenames_basic(): files = config.get_ini_filenames() local_path = os.path.join(os.path.expanduser("~"), ".deflex") fn = sorted([f.split(os.sep)[-1] for f in files if local_path not in f]) - assert fn == ["deflex.ini"] + assert fn == ["creator.ini", "deflex.ini"] def test_ini_filenames_local_path(): @@ -48,7 +48,7 @@ def test_ini_filenames_additional_path(): files = config.get_ini_filenames(additional_paths=additional_path) local_path = os.path.join(os.path.expanduser("~"), ".deflex") fn = sorted([f.split(os.sep)[-1] for f in files if local_path not in f]) - assert fn == ["config_test.ini", "deflex.ini", "plot.ini"] + assert fn == ["config_test.ini", "creator.ini", "deflex.ini", "plot.ini"] def test_init_basic(): @@ -57,7 +57,7 @@ def test_init_basic(): fn = sorted( [f.split(os.sep)[-1] for f in config.FILES if local_path not in f] ) - assert fn == ["deflex.ini"] + assert fn == ["creator.ini", "deflex.ini"] def test_init_additional_path(): @@ -67,7 +67,7 @@ def test_init_additional_path(): fn = sorted( [f.split(os.sep)[-1] for f in config.FILES if local_path not in f] ) - assert fn == ["config_test.ini", "deflex.ini"] + assert fn == ["config_test.ini", "creator.ini", "deflex.ini"] def test_init_own_file_list(): diff --git a/tests/test_scenario.py b/tests/test_scenario.py index 61b18a9a..c6ddfc23 100644 --- a/tests/test_scenario.py +++ b/tests/test_scenario.py @@ -18,7 +18,7 @@ from deflex import scenario from deflex.tools import TEST_PATH -from deflex.tools import fetch_example_results +from deflex.tools import fetch_test_files def test_basic_scenario_class(): @@ -28,9 +28,7 @@ def test_basic_scenario_class(): def test_scenario_building(): sc = scenario.DeflexScenario(name="test", year=2014) - csv_path = os.path.join( - os.path.dirname(__file__), "data", "deflex_2014_de21_test_csv" - ) + csv_path = os.path.join(TEST_PATH, "de22_heat_transmission_csv") sc.read_csv(csv_path) sc.table2es() sc.check_input_data() @@ -59,19 +57,16 @@ def test_scenario_es_init(): {"year": 2013, "name": "test", "number of time steps": 8760} ) } - sc = scenario.DeflexScenario(input_data=data, debug=True) - es1 = sc.initialise_energy_system().es sc = scenario.DeflexScenario(input_data=data) - es2 = sc.initialise_energy_system().es + es1 = sc.initialise_energy_system().es sc = scenario.DeflexScenario(input_data=data) sc.input_data["general"]["year"] = 2012 with pytest.warns(UserWarning, match="2012 is a leap year but the"): print(sc.initialise_energy_system().es) sc.input_data["general"]["number of time steps"] = 8784 - es3 = sc.initialise_energy_system().es - assert len(es1.timeindex) == 3 - assert len(es2.timeindex) == 8760 - assert len(es3.timeindex) == 8784 + es2 = sc.initialise_energy_system().es + assert len(es1.timeindex) == 8760 + assert len(es2.timeindex) == 8784 def test_scenario_es_init_error(): @@ -83,7 +78,7 @@ def test_scenario_es_init_error(): def test_excel_reader(): sc = scenario.DeflexScenario() - xls_fn = fetch_example_results("de02_short.xlsx") + xls_fn = fetch_test_files("de02_heat.xlsx") sc.read_xlsx(xls_fn) sc.initialise_energy_system() sc.table2es() @@ -99,15 +94,15 @@ def test_excel_reader(): def test_build_model(): sc = scenario.DeflexScenario(debug=True) - xls_fn = fetch_example_results("de02_short.xlsx") + xls_fn = fetch_test_files("de02_heat.xlsx") sc.read_xlsx(xls_fn) sc.compute() - assert sc.es.results["meta"]["name"] == "deflex_2014_de02" + assert sc.es.results["meta"]["name"] == "deflex_2014_de02_heat_reg-merit" def test_build_model_manually(): sc = scenario.DeflexScenario(debug=True) - xls_fn = fetch_example_results("de02_short.xlsx") + xls_fn = fetch_test_files("de02_no-heat.xlsx") sc.read_xlsx(xls_fn) sc.initialise_energy_system() test_nodes = sc.create_nodes() @@ -116,20 +111,23 @@ def test_build_model_manually(): sc.dump(dump_fn) model = sc.create_model() sc.solve(model=model, solver="cbc", with_duals=True) - assert sc.es.results["meta"]["name"] == "deflex_2014_de02" + assert ( + sc.es.results["meta"]["name"] == "deflex_2014_de02_no-heat_reg-merit" + ) dump_fn += ".dflx" sc.dump(dump_fn) - sc.plot_nodes() - scenario.restore_scenario(dump_fn, scenario.DeflexScenario) - assert sc.meta["year"] == 2014 + plot_fn = os.path.join(TEST_PATH, "test_plot_X343.graphml") + sc.plot_nodes(plot_fn) + assert os.path.isfile(plot_fn) + scenario.restore_scenario(dump_fn) + assert int(sc.meta["year"]) == 2014 os.remove(dump_fn) + os.remove(plot_fn) def test_corrupt_data(): sc = scenario.DeflexScenario(year=2014) - csv_path = os.path.join( - os.path.dirname(__file__), "data", "deflex_2014_de02_test_csv" - ) + csv_path = os.path.join(TEST_PATH, "de03_fictive_csv") sc.read_csv(csv_path) sc.input_data["volatile series"].drop( ("DE02", "solar"), inplace=True, axis=1 @@ -140,7 +138,7 @@ def test_corrupt_data(): def test_restore_an_invalid_scenario(): - filename = fetch_example_results("de02.xlsx") + filename = fetch_test_files("de02_heat.xlsx") msg = "The suffix of a valid deflex scenario has to be '.dflx'." with pytest.raises(IOError, match=msg): scenario.restore_scenario(filename) @@ -150,7 +148,7 @@ class TestInputDataCheck: @classmethod def setup_class(cls): cls.sc = scenario.DeflexScenario() - fn = os.path.join(TEST_PATH, "de02_short.xlsx") + fn = os.path.join(TEST_PATH, "de02_no-heat.xlsx") cls.sc.read_xlsx(fn) cls.sc.input_data["general"]["regions"] = float("nan") @@ -173,6 +171,9 @@ def test_nan_values_warnings(self, recwarn): ) def test_wrong_length(self): - msg = "Number of time steps is 97 but the length of the volatile serie" + self.sc.input_data["volatile series"] = self.sc.input_data[ + "volatile series" + ].iloc[0:40] + msg = "Number of time steps is 48 but the length of the volatile serie" with pytest.raises(ValueError, match=msg): self.sc.initialise_energy_system() diff --git a/tests/test_scenario_creator.py b/tests/test_scenario_creator.py index 031049c1..b150a8a3 100644 --- a/tests/test_scenario_creator.py +++ b/tests/test_scenario_creator.py @@ -26,14 +26,13 @@ from deflex import scenario_creator from deflex.geometries import deflex_power_lines from deflex.geometries import deflex_regions +from deflex.tools import TEST_PATH class TestScenarioCreationFull: @classmethod def setup_class(cls): - path = os.path.join( - os.path.dirname(__file__), "data", "deflex_2014_de21_test_csv" - ) + path = os.path.join(TEST_PATH, "de22_heat_transmission_csv") sc = st.DeflexScenario() sc.read_csv(path) cls.tables = sc.input_data @@ -43,7 +42,7 @@ def setup_class(cls): "downtime_bioenergy": 0.1, "limited_transformer": "bioenergy", "local_fuels": "district heating", - "map": "de21", + "map": "de22", "mobility_other": "petrol", "round": 1, "separate_heat_regions": "de22", @@ -51,7 +50,7 @@ def setup_class(cls): "default_transmission_efficiency": 0.9, "group_transformer": False, "heat": True, - "use_CO2_costs": False, + "use_CO2_costs": True, "use_downtime_factor": True, "use_variable_costs": False, "year": 2014, @@ -78,7 +77,7 @@ def setup_class(cls): powerplants.scenario_chp = MagicMock( return_value={ - "chp-heat plants": cls.tables["chp-heat plants"], + "heat-chp plants": cls.tables["heat-chp plants"], "power plants": cls.tables["power plants"], } ) @@ -86,11 +85,16 @@ def setup_class(cls): feedin.scenario_feedin = MagicMock( return_value=cls.tables["volatile series"] ) - demand.scenario_demand = MagicMock( - return_value=cls.tables["demand series"] - ) - name = "de21" + demand_table = { + "electricity demand series": cls.tables[ + "electricity demand series" + ], + "heat demand series": cls.tables["heat demand series"], + } + demand.scenario_demand = MagicMock(return_value=demand_table) + + name = "deflex_2014_de22_heat_transmission" polygons = deflex_regions(rmap=parameter["map"], rtype="polygons") lines = deflex_power_lines(parameter["map"]).index @@ -109,20 +113,30 @@ def test_volatile_source(self): ) def test_storages(self): - a = self.tables["storages"].apply(pd.to_numeric).astype(float) - b = self.input_data["storages"].apply(pd.to_numeric) + a = self.tables["electricity storages"].apply(pd.to_numeric) + b = self.input_data["electricity storages"].apply(pd.to_numeric) + b["energy inflow"] *= 48 / 8760 for col in a.columns: pd.testing.assert_series_equal(a[col], b[col]) # pd.testing.assert_frame_equal(a, b) - def test_demand_series(self): - print(list(self.input_data.keys())) + def test_electricity_demand_series(self): + pd.testing.assert_frame_equal( + self.tables["electricity demand series"], + self.input_data["electricity demand series"], + ) + + def test_heat_demand_series(self): pd.testing.assert_frame_equal( - self.tables["demand series"], - self.input_data["demand series"], + self.tables["heat demand series"], + self.input_data["heat demand series"], ) def test_transmission(self): + self.input_data["power lines"].drop( + ("electrical", "distance"), axis=1, inplace=True + ) + self.tables["power lines"].index.name = "name" pd.testing.assert_frame_equal( self.tables["power lines"].apply(pd.to_numeric).astype(float), self.input_data["power lines"].apply(pd.to_numeric), @@ -144,13 +158,15 @@ def test_general(self): def test_commodity_source(self): pd.testing.assert_frame_equal( self.tables["commodity sources"], - self.input_data["commodity sources"], + self.input_data["commodity sources"] + .apply(pd.to_numeric) + .astype(float), ) def test_mobility_series(self): pd.testing.assert_frame_equal( - self.tables["mobility series"], - self.input_data["mobility series"], + self.tables["mobility demand series"], + self.input_data["mobility demand series"].iloc[0:48], ) def test_mobility(self): @@ -164,8 +180,8 @@ def test_mobility(self): def test_chp_hp(self): pd.testing.assert_frame_equal( - self.tables["chp-heat plants"], - self.input_data["chp-heat plants"], + self.tables["heat-chp plants"], + self.input_data["heat-chp plants"], ) def test_decentralised_heat(self): @@ -190,9 +206,7 @@ def test_length(self): class TestScenarioCreationPart: @classmethod def setup_class(cls): - path = os.path.join( - os.path.dirname(__file__), "data", "deflex_2014_de21_part_csv" - ) + path = os.path.join(TEST_PATH, "de21_no-heat_csv") sc = st.DeflexScenario() sc.read_csv(path) cls.tables = sc.input_data @@ -216,15 +230,16 @@ def setup_class(cls): feedin.scenario_feedin = MagicMock( return_value=cls.tables["volatile series"] ) - demand.scenario_demand = MagicMock( - return_value=cls.tables["demand series"] - ) - - name = "de21" + demand_table = { + "electricity demand series": cls.tables[ + "electricity demand series" + ] + } + demand.scenario_demand = MagicMock(return_value=demand_table) my_parameter = { - "copperplate": False, - "group_transformer": True, + "copperplate": True, + "group_transformer": False, "heat": False, "use_variable_costs": True, "use_CO2_costs": True, @@ -240,7 +255,7 @@ def setup_class(cls): base = os.path.join(os.path.expanduser("~"), ".tmp_x345234dE_deflex") os.makedirs(base, exist_ok=True) path = os.path.join(base, "deflex_test{0}") - + name = "deflex_2014_de21_no-heat" scenario_creator.create_basic_reegis_scenario( name=name, regions=polygons, @@ -266,16 +281,17 @@ def test_volatile_source(self): ) def test_storages(self): - a = self.tables["storages"].apply(pd.to_numeric).astype(float) - b = self.input_data["storages"].apply(pd.to_numeric) + a = self.tables["electricity storages"].apply(pd.to_numeric) + b = self.input_data["electricity storages"].apply(pd.to_numeric) + b["energy inflow"] *= 48 / 8760 for col in a.columns: pd.testing.assert_series_equal(a[col], b[col]) # pd.testing.assert_frame_equal(a, b) - def test_demand_series(self): + def test_electricity_demand_series(self): pd.testing.assert_frame_equal( - self.tables["demand series"], - self.input_data["demand series"], + self.tables["electricity demand series"], + self.input_data["electricity demand series"], ) def test_transmission(self): @@ -304,8 +320,8 @@ def test_commodity_source(self): def test_mobility_series(self): pd.testing.assert_frame_equal( - self.tables["mobility series"], - self.input_data["mobility series"], + self.tables["mobility demand series"], + self.input_data["mobility demand series"].iloc[0:48], ) def test_mobility(self): diff --git a/tests/test_scenario_z2_basic.py b/tests/test_scenario_z2_basic.py deleted file mode 100644 index 0a9c1f05..00000000 --- a/tests/test_scenario_z2_basic.py +++ /dev/null @@ -1,80 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -Processing a list of power plants in Germany. - -SPDX-FileCopyrightText: 2016-2021 Uwe Krien - -SPDX-License-Identifier: MIT -""" -__copyright__ = "Uwe Krien " -__license__ = "MIT" - -# from unittest.mock import MagicMock -# from nose.tools import ok_, eq_ -# import os -# from deflex import scenario_tools, config as cfg -# -# -# def clean_time_series(): -# sc = scenario_tools.DeflexScenario(name="test", year=2014) -# csv_path = os.path.join( -# os.path.dirname(__file__), "data", "deflex_2014_de21_test_csv" -# ) -# sc.load_csv(csv_path) -# # before cleaning -# ok_(("DE05", "solar") in sc.table_collection["volatile_series"]) -# ok_(("DE04", "district heating") in sc.table_collection["demand_series"]) -# -# sc.table_collection["volatile_source"].loc["DE05", "solar"] = 0 -# sc.table_collection["demand_series"]["DE04", "district heating"] = 0 -# basic_scenario.clean_time_series(sc.table_collection) -# -# # after cleaning -# ok_(("DE05", "solar") not in sc.table_collection["volatile_series"]) -# ok_( -# ("DE04", "district heating") -# not in sc.table_collection["demand_series"] -# ) -# -# -# def scenario_creation_main(): -# sc = scenario_tools.DeflexScenario(name="test", year=2014) -# csv_path = os.path.join( -# os.path.dirname(__file__), "data", "deflex_2014_de21_test_csv" -# ) -# sc.load_csv(csv_path) -# basic_scenario.create_scenario = MagicMock( -# return_value=sc.table_collection -# ) -# cfg.tmp_set( -# "paths", -# "scenario", -# os.path.join(os.path.expanduser("~"), "deflex_tmp_test_dir"), -# ) -# -# fn = basic_scenario.create_basic_scenario(2014, "de21", only_out="csv") -# ok_(fn.xls is None) -# eq_( -# fn.csv[-70:], -# ( -# "deflex_tmp_test_dir/deflex/2014/" -# "deflex_2014_de21_heat_no-reg-merit_csv" -# ), -# ) -# -# fn = basic_scenario.create_basic_scenario(2014, "de21", only_out="xls") -# ok_(fn.csv is None) -# eq_( -# fn.xls[-70:], -# ( -# "deflex_tmp_test_dir/deflex/2014/" -# "deflex_2014_de21_heat_no-reg-merit.xls" -# ), -# ) -# -# fn = basic_scenario.create_basic_scenario( -# 2014, "de21", csv_dir="fancy_csv", xls_name="fancy.xls" -# ) -# eq_(fn.xls[-41:], "deflex_tmp_test_dir/deflex/2014/fancy.xls") -# eq_(fn.csv[-41:], "deflex_tmp_test_dir/deflex/2014/fancy_csv")